2024-07-27T18:00:30.389 INFO:root:teuthology version: 0.0.1.dev379+g53ce146 2024-07-27T18:00:30.411 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-27T18:00:30.496 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-07-25_21:00:18-rados-squid-distro-default-smithi/7818253 branch: squid description: rados/upgrade/parallel/{0-random-distro$/{centos_9.stream_runc} 0-start 1-tasks mon_election/connectivity upgrade-sequence workload/{ec-rados-default rados_api rados_loadgenbig rbd_import_export test_rbd_api test_rbd_python}} email: ceph-qa@ceph.com first_in_suite: false job_id: '7818253' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'run run randomized correctness test for rados operations on an erasure-coded pool ' - desc: 'object class functional tests ' - desc: 'generate read/write load with rados objects ranging from 1MB to 25MB ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'librbd C and C++ api tests ' - desc: 'librbd python api tests ' name: teuthology-2024-07-25_21:00:18-rados-squid-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true create_rbd_pool: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - mons down - mon down - MON_DOWN - out of quorum sha1: 46c551b8a65961060d36895f89c179f4115c3147 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: extra_system_packages: - python3-pytest flavor: default sha1: 46c551b8a65961060d36895f89c179f4115c3147 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 4b230446d7be021d836dfefaff290f6673dd2502 owner: scheduled_teuthology@teuthology priority: 101 repo: https://git.ceph.com/ceph.git roles: - - mon.a - mon.c - mgr.y - mds.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mds.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 9332 sha1: 46c551b8a65961060d36895f89c179f4115c3147 sleep_before_teardown: 0 subset: 4360/100000 suite: rados suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_4b230446d7be021d836dfefaff290f6673dd2502/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 4b230446d7be021d836dfefaff290f6673dd2502 targets: smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFf/SluTRtexGP/UI2wPUFFaLd9PU/hjeTwggBxx7WPiJ0U37XC0SLgBuDWrMQsd6/YvaGBpMe3YUqk13uWkoGg= smithi179.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPZJxtsy0PFusuLAXo+4OLJtunxf78/Xn9Tkpi7eQ/1GyX1AIawhVNMPmZZZLv1K7W6yclWEbING9FRytJ940Po= tasks: - pexec: all: - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: branch: reef exclude_packages: - ceph-volume - print: '**** done install task...' - print: '**** done start installing reef cephadm ...' - cephadm: compiled_cephadm_branch: reef conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: quay.ceph.io/ceph-ci/ceph:reef - print: '**** done end installing reef cephadm ...' - print: '**** done start cephadm.shell ceph config set mgr...' - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest true --force - print: '**** done cephadm.shell ceph config set mgr...' - print: '**** done start telemetry reef...' - workunit: clients: client.0: - test_telemetry_reef.sh - print: '**** done end telemetry reef...' - print: '**** done start parallel' - parallel: - workload - upgrade-sequence - print: '**** done end parallel' - print: '**** done start telemetry x...' - workunit: clients: client.0: - test_telemetry_reef_x.sh - print: '**** done end telemetry x...' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 53ce1462e129f6eb4071986336534c740fdebd31 timestamp: 2024-07-25_21:00:18 tube: smithi upgrade-sequence: sequential: - print: '**** done start upgrade, wait' - cephadm.shell: env: - sha1 mon.a: - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - print: '**** done end upgrade, wait...' user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.4074525 workload: full_sequential: - print: '**** done start ec-rados-default.yaml' - rados: clients: - client.0 ec_pool: true objects: 50 op_weights: append: 100 copy_from: 50 delete: 50 read: 100 rmattr: 25 rollback: 50 setattr: 25 snap_create: 50 snap_remove: 50 write: 0 ops: 4000 write_append_excl: false - print: '**** done end ec-rados-default.yaml' - print: '**** done start rados_api.yaml' - workunit: branch: reef clients: client.0: - cls - print: '**** done end rados_api.yaml' - print: '**** done start rados_loadgenbig.yaml' - workunit: branch: reef clients: client.0: - rados/load-gen-big.sh - print: '**** done end rados_loadgenbig.yaml' - print: '**** done start rbd_import_export.yaml' - workunit: branch: reef clients: client.1: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done end rbd_import_export.yaml' - print: '**** done start test_rbd_api.yaml' - workunit: branch: reef clients: client.0: - rbd/test_librbd.sh env: RBD_FEATURES: '61' - print: '**** done end test_rbd_api.yaml' - print: '**** done start test_rbd_python.yaml' - workunit: branch: reef clients: client.0: - rbd/test_librbd_python.sh env: RBD_FEATURES: '61' - print: '**** done end test_rbd_python.yaml' 2024-07-27T18:00:30.497 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_4b230446d7be021d836dfefaff290f6673dd2502/qa; will attempt to use it 2024-07-27T18:00:30.498 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_4b230446d7be021d836dfefaff290f6673dd2502/qa/tasks 2024-07-27T18:00:30.498 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-07-27T18:00:30.499 INFO:teuthology.task.internal:Checking packages... 2024-07-27T18:00:30.520 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '46c551b8a65961060d36895f89c179f4115c3147' 2024-07-27T18:00:30.521 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-27T18:00:30.521 INFO:teuthology.packaging:ref: None 2024-07-27T18:00:30.521 INFO:teuthology.packaging:tag: None 2024-07-27T18:00:30.521 INFO:teuthology.packaging:branch: squid 2024-07-27T18:00:30.521 INFO:teuthology.packaging:sha1: 46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:00:30.521 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-07-27T18:00:30.731 INFO:teuthology.task.internal:Found packages for ceph version 19.1.0-1148.g5a460199 2024-07-27T18:00:30.733 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-07-27T18:00:30.740 INFO:teuthology.task.internal:no buildpackages task found 2024-07-27T18:00:30.740 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-07-27T18:00:30.745 INFO:teuthology.task.internal:Saving configuration 2024-07-27T18:00:30.764 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-07-27T18:00:30.770 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-07-27T18:00:30.792 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-07-25_21:00:18-rados-squid-distro-default-smithi/7818253', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-07-27 17:53:31.505870', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFf/SluTRtexGP/UI2wPUFFaLd9PU/hjeTwggBxx7WPiJ0U37XC0SLgBuDWrMQsd6/YvaGBpMe3YUqk13uWkoGg='} 2024-07-27T18:00:30.811 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-07-25_21:00:18-rados-squid-distro-default-smithi/7818253', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-07-27 17:53:31.507568', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPZJxtsy0PFusuLAXo+4OLJtunxf78/Xn9Tkpi7eQ/1GyX1AIawhVNMPmZZZLv1K7W6yclWEbING9FRytJ940Po='} 2024-07-27T18:00:30.811 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-07-27T18:00:30.817 INFO:teuthology.task.internal:roles: ubuntu@smithi029.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'mds.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-07-27T18:00:30.817 INFO:teuthology.task.internal:roles: ubuntu@smithi179.front.sepia.ceph.com - ['mon.b', 'mds.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-07-27T18:00:30.817 INFO:teuthology.run_tasks:Running task console_log... 2024-07-27T18:00:30.873 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1185b13ac0>, signals=[15]) 2024-07-27T18:00:30.873 INFO:teuthology.run_tasks:Running task internal.connect... 2024-07-27T18:00:30.879 INFO:teuthology.task.internal:Opening connections... 2024-07-27T18:00:30.880 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2024-07-27T18:00:30.881 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:00:30.958 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi179.front.sepia.ceph.com 2024-07-27T18:00:30.959 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:00:31.040 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-07-27T18:00:31.047 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2024-07-27T18:00:31.065 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2024-07-27T18:00:31.066 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2024-07-27T18:00:31.123 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="CentOS Stream" 2024-07-27T18:00:31.123 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="9" 2024-07-27T18:00:31.123 INFO:teuthology.orchestra.run.smithi029.stdout:ID="centos" 2024-07-27T18:00:31.123 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE="rhel fedora" 2024-07-27T18:00:31.123 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="9" 2024-07-27T18:00:31.123 INFO:teuthology.orchestra.run.smithi029.stdout:PLATFORM_ID="platform:el9" 2024-07-27T18:00:31.124 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-27T18:00:31.124 INFO:teuthology.orchestra.run.smithi029.stdout:ANSI_COLOR="0;31" 2024-07-27T18:00:31.124 INFO:teuthology.orchestra.run.smithi029.stdout:LOGO="fedora-logo-icon" 2024-07-27T18:00:31.124 INFO:teuthology.orchestra.run.smithi029.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-27T18:00:31.124 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://centos.org/" 2024-07-27T18:00:31.124 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-27T18:00:31.124 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-27T18:00:31.124 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-27T18:00:31.125 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2024-07-27T18:00:31.143 DEBUG:teuthology.orchestra.run.smithi179:> uname -m 2024-07-27T18:00:31.161 INFO:teuthology.orchestra.run.smithi179.stdout:x86_64 2024-07-27T18:00:31.161 DEBUG:teuthology.orchestra.run.smithi179:> cat /etc/os-release 2024-07-27T18:00:31.218 INFO:teuthology.orchestra.run.smithi179.stdout:NAME="CentOS Stream" 2024-07-27T18:00:31.218 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION="9" 2024-07-27T18:00:31.218 INFO:teuthology.orchestra.run.smithi179.stdout:ID="centos" 2024-07-27T18:00:31.219 INFO:teuthology.orchestra.run.smithi179.stdout:ID_LIKE="rhel fedora" 2024-07-27T18:00:31.219 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION_ID="9" 2024-07-27T18:00:31.219 INFO:teuthology.orchestra.run.smithi179.stdout:PLATFORM_ID="platform:el9" 2024-07-27T18:00:31.219 INFO:teuthology.orchestra.run.smithi179.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-27T18:00:31.219 INFO:teuthology.orchestra.run.smithi179.stdout:ANSI_COLOR="0;31" 2024-07-27T18:00:31.219 INFO:teuthology.orchestra.run.smithi179.stdout:LOGO="fedora-logo-icon" 2024-07-27T18:00:31.219 INFO:teuthology.orchestra.run.smithi179.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-27T18:00:31.219 INFO:teuthology.orchestra.run.smithi179.stdout:HOME_URL="https://centos.org/" 2024-07-27T18:00:31.219 INFO:teuthology.orchestra.run.smithi179.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-27T18:00:31.219 INFO:teuthology.orchestra.run.smithi179.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-27T18:00:31.219 INFO:teuthology.orchestra.run.smithi179.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-27T18:00:31.220 INFO:teuthology.lock.ops:Updating smithi179.front.sepia.ceph.com on lock server 2024-07-27T18:00:31.243 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-07-27T18:00:31.252 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-07-27T18:00:31.275 INFO:teuthology.task.internal:Checking for old test directory... 2024-07-27T18:00:31.276 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2024-07-27T18:00:31.279 DEBUG:teuthology.orchestra.run.smithi179:> test '!' -e /home/ubuntu/cephtest 2024-07-27T18:00:31.296 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-07-27T18:00:31.302 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-07-27T18:00:31.302 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2024-07-27T18:00:31.337 DEBUG:teuthology.orchestra.run.smithi179:> test -z $(ls -A /var/lib/ceph) 2024-07-27T18:00:31.388 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-07-27T18:00:31.443 INFO:teuthology.run_tasks:Running task kernel... 2024-07-27T18:00:31.459 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-07-27T18:00:31.460 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-07-27T18:00:31.460 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-27T18:00:31.460 DEBUG:teuthology.orchestra.run.smithi179:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-27T18:00:31.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T18:00:31.476 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2024-07-27T18:00:31.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T18:00:31.477 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-07-27T18:00:31.532 INFO:teuthology.orchestra.run.smithi179.stdout:5.14.0-437.el9.x86_64 2024-07-27T18:00:31.532 INFO:teuthology.task.kernel:Running kernel on smithi179: 5.14.0-437.el9.x86_64 2024-07-27T18:00:31.532 DEBUG:teuthology.orchestra.run.smithi179:> sudo yum install -y kernel 2024-07-27T18:00:31.535 INFO:teuthology.orchestra.run.smithi029.stdout:5.14.0-437.el9.x86_64 2024-07-27T18:00:31.535 INFO:teuthology.task.kernel:Running kernel on smithi029: 5.14.0-437.el9.x86_64 2024-07-27T18:00:31.535 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum install -y kernel 2024-07-27T18:00:34.973 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 9 - BaseOS 4.4 MB/s | 8.2 MB 00:01 2024-07-27T18:00:35.566 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - BaseOS 5.4 MB/s | 8.2 MB 00:01 2024-07-27T18:00:37.325 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 9 - AppStream 16 MB/s | 20 MB 00:01 2024-07-27T18:00:37.850 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - AppStream 18 MB/s | 20 MB 00:01 2024-07-27T18:00:42.160 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-07-27T18:00:43.266 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 9 - CRB 3.0 MB/s | 6.5 MB 00:02 2024-07-27T18:00:43.686 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - Extras packages 67 kB/s | 18 kB 00:00 2024-07-27T18:00:44.801 INFO:teuthology.orchestra.run.smithi029.stdout:Extra Packages for Enterprise Linux 23 MB/s | 22 MB 00:00 2024-07-27T18:00:44.876 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 9 - Extras packages 71 kB/s | 18 kB 00:00 2024-07-27T18:00:45.755 INFO:teuthology.orchestra.run.smithi179.stdout:Extra Packages for Enterprise Linux 30 MB/s | 22 MB 00:00 2024-07-27T18:00:50.383 INFO:teuthology.orchestra.run.smithi029.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-07-27T18:00:51.153 INFO:teuthology.orchestra.run.smithi179.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-07-27T18:00:52.516 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-27T18:00:52.516 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-27T18:00:52.638 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-07-27T18:00:52.663 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-07-27T18:00:52.663 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2024-07-27T18:00:52.663 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-07-27T18:00:52.663 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-07-27T18:00:52.663 INFO:teuthology.orchestra.run.smithi029.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-07-27T18:00:52.663 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-07-27T18:00:52.664 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-07-27T18:00:52.664 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-07-27T18:00:52.664 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-07-27T18:00:52.664 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:00:52.664 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-07-27T18:00:52.664 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-07-27T18:00:52.664 INFO:teuthology.orchestra.run.smithi029.stdout:Install 4 Packages 2024-07-27T18:00:52.664 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:00:52.665 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 84 M 2024-07-27T18:00:52.665 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 126 M 2024-07-27T18:00:52.665 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-07-27T18:00:53.087 INFO:teuthology.orchestra.run.smithi029.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 4.2 MB/s | 1.5 MB 00:00 2024-07-27T18:00:53.176 INFO:teuthology.orchestra.run.smithi179.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-27T18:00:53.176 INFO:teuthology.orchestra.run.smithi179.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-27T18:00:53.269 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2024-07-27T18:00:53.276 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-07-27T18:00:53.276 INFO:teuthology.orchestra.run.smithi179.stdout: Package Architecture Version Repository Size 2024-07-27T18:00:53.276 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-07-27T18:00:53.276 INFO:teuthology.orchestra.run.smithi179.stdout:Installing: 2024-07-27T18:00:53.276 INFO:teuthology.orchestra.run.smithi179.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-07-27T18:00:53.276 INFO:teuthology.orchestra.run.smithi179.stdout:Installing dependencies: 2024-07-27T18:00:53.276 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-07-27T18:00:53.276 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-07-27T18:00:53.277 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-07-27T18:00:53.277 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:00:53.277 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2024-07-27T18:00:53.277 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-07-27T18:00:53.277 INFO:teuthology.orchestra.run.smithi179.stdout:Install 4 Packages 2024-07-27T18:00:53.277 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:00:53.277 INFO:teuthology.orchestra.run.smithi179.stdout:Total download size: 84 M 2024-07-27T18:00:53.278 INFO:teuthology.orchestra.run.smithi179.stdout:Installed size: 126 M 2024-07-27T18:00:53.278 INFO:teuthology.orchestra.run.smithi179.stdout:Downloading Packages: 2024-07-27T18:00:53.828 INFO:teuthology.orchestra.run.smithi029.stdout:(2/4): kernel-core-5.14.0-480.el9.x86_64.rpm 16 MB/s | 17 MB 00:01 2024-07-27T18:00:54.537 INFO:teuthology.orchestra.run.smithi029.stdout:(3/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 20 MB/s | 36 MB 00:01 2024-07-27T18:00:54.739 INFO:teuthology.orchestra.run.smithi179.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 1.1 MB/s | 1.5 MB 00:01 2024-07-27T18:00:55.265 INFO:teuthology.orchestra.run.smithi029.stdout:(4/4): kernel-modules-core-5.14.0-480.el9.x86_6 14 MB/s | 30 MB 00:02 2024-07-27T18:00:55.265 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-07-27T18:00:55.265 INFO:teuthology.orchestra.run.smithi029.stdout:Total 32 MB/s | 84 MB 00:02 2024-07-27T18:00:55.296 INFO:teuthology.orchestra.run.smithi179.stdout:(2/4): kernel-core-5.14.0-480.el9.x86_64.rpm 8.7 MB/s | 17 MB 00:01 2024-07-27T18:00:55.997 INFO:teuthology.orchestra.run.smithi179.stdout:(3/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 14 MB/s | 36 MB 00:02 2024-07-27T18:00:56.029 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-07-27T18:00:56.454 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-07-27T18:00:56.454 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-07-27T18:00:57.469 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-07-27T18:00:57.469 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-07-27T18:00:57.855 INFO:teuthology.orchestra.run.smithi179.stdout:(4/4): kernel-modules-core-5.14.0-480.el9.x86_6 9.6 MB/s | 30 MB 00:03 2024-07-27T18:00:57.855 INFO:teuthology.orchestra.run.smithi179.stdout:-------------------------------------------------------------------------------- 2024-07-27T18:00:57.856 INFO:teuthology.orchestra.run.smithi179.stdout:Total 18 MB/s | 84 MB 00:04 2024-07-27T18:00:58.589 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction check 2024-07-27T18:00:58.943 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction check succeeded. 2024-07-27T18:00:58.943 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction test 2024-07-27T18:00:59.947 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction test succeeded. 2024-07-27T18:00:59.948 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction 2024-07-27T18:01:00.059 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-07-27T18:01:00.834 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-07-27T18:01:00.968 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-27T18:01:02.406 INFO:teuthology.orchestra.run.smithi179.stdout: Preparing : 1/1 2024-07-27T18:01:03.106 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-07-27T18:01:03.192 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-27T18:01:03.765 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-27T18:01:04.009 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-27T18:01:05.852 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-27T18:01:06.001 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-27T18:01:09.217 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-27T18:01:09.283 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-07-27T18:01:10.852 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-27T18:01:10.927 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-07-27T18:01:14.514 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-27T18:01:15.758 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-27T18:01:45.677 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-07-27T18:01:45.717 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-07-27T18:01:46.094 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-07-27T18:01:46.095 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-07-27T18:01:46.095 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-27T18:01:46.095 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-27T18:01:46.932 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-27T18:01:46.933 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:01:46.933 INFO:teuthology.orchestra.run.smithi179.stdout:Installed: 2024-07-27T18:01:46.933 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-5.14.0-480.el9.x86_64 2024-07-27T18:01:46.933 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-07-27T18:01:46.933 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-07-27T18:01:46.933 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-07-27T18:01:46.933 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:01:46.933 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2024-07-27T18:01:47.301 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q kernel | sort -rV | head -n 1 2024-07-27T18:01:47.383 INFO:teuthology.orchestra.run.smithi179.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-27T18:01:47.383 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-27T18:01:47.383 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-480.el9.x86_64 2024-07-27T18:01:47.383 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-27T18:01:47.383 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-27T18:01:47.384 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-07-27T18:01:47.384 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi179.front.sepia.ceph.com, path=None, version=distro) 2024-07-27T18:01:47.384 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q kernel | sort -rV | head -n 1 2024-07-27T18:01:47.440 INFO:teuthology.orchestra.run.smithi179.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-27T18:01:47.440 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-27T18:01:47.440 DEBUG:teuthology.orchestra.run.smithi179:> sudo rpm -qi grub2-tools 2024-07-27T18:01:47.470 INFO:teuthology.orchestra.run.smithi179.stdout:Name : grub2-tools 2024-07-27T18:01:47.470 INFO:teuthology.orchestra.run.smithi179.stdout:Epoch : 1 2024-07-27T18:01:47.470 INFO:teuthology.orchestra.run.smithi179.stdout:Version : 2.06 2024-07-27T18:01:47.470 INFO:teuthology.orchestra.run.smithi179.stdout:Release : 68.el9 2024-07-27T18:01:47.470 INFO:teuthology.orchestra.run.smithi179.stdout:Architecture: x86_64 2024-07-27T18:01:47.471 INFO:teuthology.orchestra.run.smithi179.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-27T18:01:47.471 INFO:teuthology.orchestra.run.smithi179.stdout:Group : Unspecified 2024-07-27T18:01:47.471 INFO:teuthology.orchestra.run.smithi179.stdout:Size : 8264254 2024-07-27T18:01:47.471 INFO:teuthology.orchestra.run.smithi179.stdout:License : GPLv3+ 2024-07-27T18:01:47.471 INFO:teuthology.orchestra.run.smithi179.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-27T18:01:47.471 INFO:teuthology.orchestra.run.smithi179.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-27T18:01:47.471 INFO:teuthology.orchestra.run.smithi179.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-27T18:01:47.471 INFO:teuthology.orchestra.run.smithi179.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-27T18:01:47.471 INFO:teuthology.orchestra.run.smithi179.stdout:Packager : builder@centos.org 2024-07-27T18:01:47.471 INFO:teuthology.orchestra.run.smithi179.stdout:Vendor : CentOS 2024-07-27T18:01:47.471 INFO:teuthology.orchestra.run.smithi179.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-27T18:01:47.471 INFO:teuthology.orchestra.run.smithi179.stdout:Summary : Support tools for GRUB. 2024-07-27T18:01:47.472 INFO:teuthology.orchestra.run.smithi179.stdout:Description : 2024-07-27T18:01:47.472 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:01:47.472 INFO:teuthology.orchestra.run.smithi179.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-27T18:01:47.472 INFO:teuthology.orchestra.run.smithi179.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-27T18:01:47.472 INFO:teuthology.orchestra.run.smithi179.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-27T18:01:47.472 INFO:teuthology.orchestra.run.smithi179.stdout:hardware devices. 2024-07-27T18:01:47.472 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:01:47.472 INFO:teuthology.orchestra.run.smithi179.stdout:This subpackage provides tools for support of all platforms. 2024-07-27T18:01:47.473 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-27T18:01:47.473 INFO:teuthology.task.kernel:Updating grub on smithi179 to boot 5.14.0-480.el9.x86_64 2024-07-27T18:01:47.473 DEBUG:teuthology.orchestra.run.smithi179:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-27T18:01:48.094 INFO:teuthology.orchestra.run.smithi179.stderr:Generating grub configuration file ... 2024-07-27T18:01:48.191 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-07-27T18:01:48.234 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-07-27T18:01:48.656 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-07-27T18:01:48.656 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-07-27T18:01:48.657 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-27T18:01:48.657 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-27T18:01:49.492 INFO:teuthology.orchestra.run.smithi179.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-27T18:01:49.527 INFO:teuthology.orchestra.run.smithi179.stderr:done 2024-07-27T18:01:49.529 DEBUG:teuthology.orchestra.run.smithi179:> mktemp 2024-07-27T18:01:49.544 INFO:teuthology.orchestra.run.smithi179.stdout:/tmp/tmp.hvfAoSM0H8 2024-07-27T18:01:49.545 DEBUG:teuthology.orchestra.run.smithi179:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hvfAoSM0H8 2024-07-27T18:01:49.618 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 0666 /tmp/tmp.hvfAoSM0H8 2024-07-27T18:01:49.685 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-27T18:01:49.685 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:01:49.685 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-07-27T18:01:49.686 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-5.14.0-480.el9.x86_64 2024-07-27T18:01:49.686 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-07-27T18:01:49.686 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-07-27T18:01:49.686 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-07-27T18:01:49.686 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:01:49.686 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-07-27T18:01:49.758 DEBUG:teuthology.orchestra.remote:smithi179:/tmp/tmp.hvfAoSM0H8 is 6KB 2024-07-27T18:01:49.808 DEBUG:teuthology.orchestra.run.smithi179:> rm -fr /tmp/tmp.hvfAoSM0H8 2024-07-27T18:01:49.822 DEBUG:teuthology.orchestra.run.smithi179:> sudo /bin/ls /boot/loader/entries || true 2024-07-27T18:01:49.883 INFO:teuthology.orchestra.run.smithi179.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-27T18:01:49.883 INFO:teuthology.orchestra.run.smithi179.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-27T18:01:49.883 INFO:teuthology.orchestra.run.smithi179.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-27T18:01:49.884 INFO:teuthology.orchestra.run.smithi179.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-07-27T18:01:49.885 DEBUG:teuthology.orchestra.run.smithi179:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-07-27T18:01:50.023 DEBUG:teuthology.orchestra.run.smithi179:> sudo shutdown -r now 2024-07-27T18:01:50.226 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2024-07-27T18:01:50.335 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-27T18:01:50.335 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-27T18:01:50.335 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-480.el9.x86_64 2024-07-27T18:01:50.335 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-27T18:01:50.335 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-27T18:01:50.335 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-07-27T18:01:50.336 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi029.front.sepia.ceph.com, path=None, version=distro) 2024-07-27T18:01:50.336 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2024-07-27T18:01:50.395 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-27T18:01:50.396 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-27T18:01:50.396 DEBUG:teuthology.orchestra.run.smithi029:> sudo rpm -qi grub2-tools 2024-07-27T18:01:50.426 INFO:teuthology.orchestra.run.smithi029.stdout:Name : grub2-tools 2024-07-27T18:01:50.427 INFO:teuthology.orchestra.run.smithi029.stdout:Epoch : 1 2024-07-27T18:01:50.427 INFO:teuthology.orchestra.run.smithi029.stdout:Version : 2.06 2024-07-27T18:01:50.427 INFO:teuthology.orchestra.run.smithi029.stdout:Release : 68.el9 2024-07-27T18:01:50.427 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: x86_64 2024-07-27T18:01:50.427 INFO:teuthology.orchestra.run.smithi029.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-27T18:01:50.427 INFO:teuthology.orchestra.run.smithi029.stdout:Group : Unspecified 2024-07-27T18:01:50.427 INFO:teuthology.orchestra.run.smithi029.stdout:Size : 8264254 2024-07-27T18:01:50.427 INFO:teuthology.orchestra.run.smithi029.stdout:License : GPLv3+ 2024-07-27T18:01:50.427 INFO:teuthology.orchestra.run.smithi029.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-27T18:01:50.427 INFO:teuthology.orchestra.run.smithi029.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-27T18:01:50.427 INFO:teuthology.orchestra.run.smithi029.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout:Packager : builder@centos.org 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout:Vendor : CentOS 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout:Summary : Support tools for GRUB. 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout:Description : 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout:hardware devices. 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:01:50.428 INFO:teuthology.orchestra.run.smithi029.stdout:This subpackage provides tools for support of all platforms. 2024-07-27T18:01:50.429 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-27T18:01:50.430 INFO:teuthology.task.kernel:Updating grub on smithi029 to boot 5.14.0-480.el9.x86_64 2024-07-27T18:01:50.430 DEBUG:teuthology.orchestra.run.smithi029:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-27T18:01:51.124 INFO:teuthology.orchestra.run.smithi029.stderr:Generating grub configuration file ... 2024-07-27T18:01:52.769 INFO:teuthology.orchestra.run.smithi029.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-27T18:01:52.791 INFO:teuthology.orchestra.run.smithi029.stderr:done 2024-07-27T18:01:52.793 DEBUG:teuthology.orchestra.run.smithi029:> mktemp 2024-07-27T18:01:52.822 INFO:teuthology.orchestra.run.smithi029.stdout:/tmp/tmp.CV9YIz00Do 2024-07-27T18:01:52.822 DEBUG:teuthology.orchestra.run.smithi029:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.CV9YIz00Do 2024-07-27T18:01:52.899 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0666 /tmp/tmp.CV9YIz00Do 2024-07-27T18:01:53.057 DEBUG:teuthology.orchestra.remote:smithi029:/tmp/tmp.CV9YIz00Do is 6KB 2024-07-27T18:01:53.106 DEBUG:teuthology.orchestra.run.smithi029:> rm -fr /tmp/tmp.CV9YIz00Do 2024-07-27T18:01:53.121 DEBUG:teuthology.orchestra.run.smithi029:> sudo /bin/ls /boot/loader/entries || true 2024-07-27T18:01:53.183 INFO:teuthology.orchestra.run.smithi029.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-27T18:01:53.183 INFO:teuthology.orchestra.run.smithi029.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-27T18:01:53.183 INFO:teuthology.orchestra.run.smithi029.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-27T18:01:53.183 INFO:teuthology.orchestra.run.smithi029.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-07-27T18:01:53.184 DEBUG:teuthology.orchestra.run.smithi029:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-07-27T18:01:53.332 DEBUG:teuthology.orchestra.run.smithi029:> sudo shutdown -r now 2024-07-27T18:02:20.050 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-07-27T18:02:20.051 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-07-27T18:02:20.053 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:02:23.338 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-07-27T18:02:23.338 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-07-27T18:02:23.339 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:03:20.111 DEBUG:teuthology.orchestra.remote:timed out 2024-07-27T18:03:23.345 DEBUG:teuthology.orchestra.remote:timed out 2024-07-27T18:03:29.118 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-07-27T18:03:29.120 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:03:29.441 DEBUG:teuthology.orchestra.run.smithi179:> true 2024-07-27T18:03:29.997 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-07-27T18:03:29.997 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.14.0-480.el9.x86_64"... 2024-07-27T18:03:29.997 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2024-07-27T18:03:30.012 INFO:teuthology.orchestra.run.smithi179.stdout:5.14.0-480.el9.x86_64 2024-07-27T18:03:30.012 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-07-27T18:03:30.013 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-27T18:03:30.013 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-27T18:03:31.013 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-07-27T18:03:31.014 DEBUG:teuthology.orchestra.run.smithi179:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-27T18:03:31.110 INFO:teuthology.orchestra.run.smithi179.stdout:ttyS1 2024-07-27T18:03:31.153 DEBUG:teuthology.parallel:result is None 2024-07-27T18:03:32.346 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-07-27T18:03:32.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:03:35.773 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-07-27T18:03:36.633 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-07-27T18:03:36.633 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.14.0-480.el9.x86_64"... 2024-07-27T18:03:36.633 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-07-27T18:03:36.650 INFO:teuthology.orchestra.run.smithi029.stdout:5.14.0-480.el9.x86_64 2024-07-27T18:03:36.651 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-07-27T18:03:36.651 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-27T18:03:36.651 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-27T18:03:37.651 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-07-27T18:03:37.652 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-27T18:03:37.902 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2024-07-27T18:03:37.948 DEBUG:teuthology.parallel:result is None 2024-07-27T18:03:37.948 INFO:teuthology.run_tasks:Running task internal.base... 2024-07-27T18:03:37.956 INFO:teuthology.task.internal:Creating test directory... 2024-07-27T18:03:37.957 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-27T18:03:37.962 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-27T18:03:37.979 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-07-27T18:03:37.985 INFO:teuthology.run_tasks:Running task internal.archive... 2024-07-27T18:03:38.017 INFO:teuthology.task.internal:Creating archive directory... 2024-07-27T18:03:38.017 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-27T18:03:38.019 DEBUG:teuthology.orchestra.run.smithi179:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-27T18:03:38.060 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-07-27T18:03:38.076 INFO:teuthology.task.internal:Enabling coredump saving... 2024-07-27T18:03:38.076 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-07-27T18:03:38.098 DEBUG:teuthology.orchestra.run.smithi179:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-07-27T18:03:38.127 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-27T18:03:38.137 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-27T18:03:38.187 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-27T18:03:38.197 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-27T18:03:38.199 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-07-27T18:03:38.206 INFO:teuthology.task.internal:Configuring sudo... 2024-07-27T18:03:38.207 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-27T18:03:38.209 DEBUG:teuthology.orchestra.run.smithi179:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-27T18:03:38.235 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-07-27T18:03:38.243 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-07-27T18:03:38.244 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-27T18:03:38.278 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-27T18:03:38.293 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-27T18:03:38.373 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-27T18:03:38.432 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-27T18:03:38.511 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-27T18:03:38.556 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:03:38.556 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-27T18:03:38.633 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-27T18:03:38.674 DEBUG:teuthology.orchestra.run.smithi179:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-27T18:03:38.727 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-27T18:03:38.810 DEBUG:teuthology.orchestra.run.smithi179:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-27T18:03:38.856 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T18:03:38.856 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-27T18:03:38.924 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2024-07-27T18:03:38.926 DEBUG:teuthology.orchestra.run.smithi179:> sudo service rsyslog restart 2024-07-27T18:03:38.974 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-27T18:03:39.021 INFO:teuthology.orchestra.run.smithi179.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-27T18:03:39.573 INFO:teuthology.run_tasks:Running task internal.timer... 2024-07-27T18:03:39.580 INFO:teuthology.task.internal:Starting timer... 2024-07-27T18:03:39.580 INFO:teuthology.run_tasks:Running task pcp... 2024-07-27T18:03:39.613 INFO:teuthology.run_tasks:Running task selinux... 2024-07-27T18:03:39.673 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-07-27T18:03:39.674 DEBUG:teuthology.orchestra.run.smithi029:> sudo service auditd rotate 2024-07-27T18:03:39.762 INFO:teuthology.orchestra.run.smithi029.stdout:Rotating logs: 2024-07-27T18:03:39.765 DEBUG:teuthology.orchestra.run.smithi179:> sudo service auditd rotate 2024-07-27T18:03:39.829 INFO:teuthology.orchestra.run.smithi179.stdout:Rotating logs: 2024-07-27T18:03:39.831 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-07-27T18:03:39.832 DEBUG:teuthology.orchestra.run.smithi029:> /usr/sbin/getenforce 2024-07-27T18:03:39.860 INFO:teuthology.orchestra.run.smithi029.stdout:Permissive 2024-07-27T18:03:39.861 DEBUG:teuthology.orchestra.run.smithi179:> /usr/sbin/getenforce 2024-07-27T18:03:39.893 INFO:teuthology.orchestra.run.smithi179.stdout:Permissive 2024-07-27T18:03:39.893 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi029.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi179.front.sepia.ceph.com': 'permissive'} 2024-07-27T18:03:39.893 DEBUG:teuthology.orchestra.run.smithi029:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-07-27T18:03:39.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T18:03:39.925 DEBUG:teuthology.orchestra.run.smithi179:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-07-27T18:03:39.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T18:03:39.963 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-07-27T18:03:39.963 DEBUG:teuthology.orchestra.run.smithi029:> sudo /usr/sbin/setenforce permissive 2024-07-27T18:03:40.025 DEBUG:teuthology.orchestra.run.smithi179:> sudo /usr/sbin/setenforce permissive 2024-07-27T18:03:40.054 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-07-27T18:03:40.063 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-07-27T18:03:40.065 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-07-27T18:03:40.196 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-07-27T18:03:40.211 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-07-27T18:03:40.212 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi029.front.sepia.ceph.com,smithi179.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-07-27T18:08:24.637 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi179.front.sepia.ceph.com')] 2024-07-27T18:08:24.639 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-07-27T18:08:24.640 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:08:24.720 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-07-27T18:08:24.766 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-07-27T18:08:24.767 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-07-27T18:08:24.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:08:24.845 DEBUG:teuthology.orchestra.run.smithi179:> true 2024-07-27T18:08:24.930 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-07-27T18:08:24.930 INFO:teuthology.run_tasks:Running task clock... 2024-07-27T18:08:24.940 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-07-27T18:08:24.940 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-27T18:08:24.941 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-27T18:08:24.944 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-27T18:08:24.944 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-27T18:08:24.974 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-27T18:08:24.989 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-27T18:08:24.999 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-27T18:08:25.013 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-27T18:08:25.015 INFO:teuthology.orchestra.run.smithi029.stderr:sudo: ntpd: command not found 2024-07-27T18:08:25.026 INFO:teuthology.orchestra.run.smithi029.stdout:506 Cannot talk to daemon 2024-07-27T18:08:25.037 INFO:teuthology.orchestra.run.smithi179.stderr:sudo: ntpd: command not found 2024-07-27T18:08:25.041 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-27T18:08:25.048 INFO:teuthology.orchestra.run.smithi179.stdout:506 Cannot talk to daemon 2024-07-27T18:08:25.056 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-27T18:08:25.061 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-27T18:08:25.075 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-27T18:08:25.112 INFO:teuthology.orchestra.run.smithi029.stderr:bash: line 1: ntpq: command not found 2024-07-27T18:08:25.115 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-27T18:08:25.115 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2024-07-27T18:08:25.115 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-27T18:08:25.116 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-27T18:08:25.116 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-27T18:08:25.116 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-27T18:08:25.132 INFO:teuthology.orchestra.run.smithi179.stderr:bash: line 1: ntpq: command not found 2024-07-27T18:08:25.135 INFO:teuthology.orchestra.run.smithi179.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-27T18:08:25.136 INFO:teuthology.orchestra.run.smithi179.stdout:=============================================================================== 2024-07-27T18:08:25.136 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-27T18:08:25.136 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-27T18:08:25.136 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-27T18:08:25.136 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-27T18:08:25.136 INFO:teuthology.run_tasks:Running task pexec... 2024-07-27T18:08:25.145 INFO:teuthology.task.pexec:Executing custom commands... 2024-07-27T18:08:25.146 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi029.front.sepia.ceph.com 2024-07-27T18:08:25.146 DEBUG:teuthology.orchestra.run.smithi029:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-27T18:08:25.147 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi179.front.sepia.ceph.com 2024-07-27T18:08:25.147 DEBUG:teuthology.orchestra.run.smithi179:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-27T18:08:25.741 INFO:teuthology.orchestra.run.smithi179.stdout:Last metadata expiration check: 0:01:22 ago on Sat 27 Jul 2024 06:07:03 PM UTC. 2024-07-27T18:08:25.745 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:13 ago on Sat 27 Jul 2024 06:07:12 PM UTC. 2024-07-27T18:08:25.826 INFO:teuthology.orchestra.run.smithi179.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-27T18:08:25.835 INFO:teuthology.orchestra.run.smithi029.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-27T18:08:25.867 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2024-07-27T18:08:25.869 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-07-27T18:08:25.869 INFO:teuthology.orchestra.run.smithi179.stdout: Package Arch Version Repository Size 2024-07-27T18:08:25.869 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-07-27T18:08:25.869 INFO:teuthology.orchestra.run.smithi179.stdout:Installing: 2024-07-27T18:08:25.869 INFO:teuthology.orchestra.run.smithi179.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-27T18:08:25.869 INFO:teuthology.orchestra.run.smithi179.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-07-27T18:08:25.869 INFO:teuthology.orchestra.run.smithi179.stdout:Upgrading: 2024-07-27T18:08:25.869 INFO:teuthology.orchestra.run.smithi179.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-27T18:08:25.869 INFO:teuthology.orchestra.run.smithi179.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-07-27T18:08:25.869 INFO:teuthology.orchestra.run.smithi179.stdout:Installing dependencies: 2024-07-27T18:08:25.869 INFO:teuthology.orchestra.run.smithi179.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-27T18:08:25.870 INFO:teuthology.orchestra.run.smithi179.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-27T18:08:25.870 INFO:teuthology.orchestra.run.smithi179.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-27T18:08:25.870 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:08:25.870 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2024-07-27T18:08:25.870 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-07-27T18:08:25.870 INFO:teuthology.orchestra.run.smithi179.stdout:Install 5 Packages 2024-07-27T18:08:25.870 INFO:teuthology.orchestra.run.smithi179.stdout:Upgrade 2 Packages 2024-07-27T18:08:25.870 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:08:25.880 INFO:teuthology.orchestra.run.smithi179.stdout:Total download size: 5.2 M 2024-07-27T18:08:25.880 INFO:teuthology.orchestra.run.smithi179.stdout:Downloading Packages: 2024-07-27T18:08:25.880 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-07-27T18:08:25.900 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-07-27T18:08:25.900 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-07-27T18:08:25.900 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout:Upgrading: 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-07-27T18:08:25.901 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-07-27T18:08:25.902 INFO:teuthology.orchestra.run.smithi029.stdout:Install 5 Packages 2024-07-27T18:08:25.902 INFO:teuthology.orchestra.run.smithi029.stdout:Upgrade 2 Packages 2024-07-27T18:08:25.902 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:08:25.910 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 5.2 M 2024-07-27T18:08:25.910 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-07-27T18:08:26.400 INFO:teuthology.orchestra.run.smithi179.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 100 kB/s | 44 kB 00:00 2024-07-27T18:08:26.402 INFO:teuthology.orchestra.run.smithi029.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 124 kB/s | 44 kB 00:00 2024-07-27T18:08:26.428 INFO:teuthology.orchestra.run.smithi029.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 186 kB/s | 72 kB 00:00 2024-07-27T18:08:26.450 INFO:teuthology.orchestra.run.smithi179.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 145 kB/s | 72 kB 00:00 2024-07-27T18:08:26.454 INFO:teuthology.orchestra.run.smithi029.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 205 kB/s | 84 kB 00:00 2024-07-27T18:08:26.484 INFO:teuthology.orchestra.run.smithi179.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 159 kB/s | 84 kB 00:00 2024-07-27T18:08:26.638 INFO:teuthology.orchestra.run.smithi029.stdout:(4/7): libnvme-1.9-1.el9.x86_64.rpm 569 kB/s | 104 kB 00:00 2024-07-27T18:08:26.835 INFO:teuthology.orchestra.run.smithi179.stdout:(4/7): runc-1.1.13-4.el9.x86_64.rpm 8.2 MB/s | 3.2 MB 00:00 2024-07-27T18:08:26.860 INFO:teuthology.orchestra.run.smithi179.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.8 MB/s | 837 kB 00:00 2024-07-27T18:08:26.871 INFO:teuthology.orchestra.run.smithi029.stdout:(5/7): runc-1.1.13-4.el9.x86_64.rpm 7.1 MB/s | 3.2 MB 00:00 2024-07-27T18:08:26.885 INFO:teuthology.orchestra.run.smithi179.stdout:(6/7): libnvme-1.9-1.el9.x86_64.rpm 261 kB/s | 104 kB 00:00 2024-07-27T18:08:26.963 INFO:teuthology.orchestra.run.smithi029.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.5 MB/s | 837 kB 00:00 2024-07-27T18:08:27.002 INFO:teuthology.orchestra.run.smithi179.stdout:(7/7): nvme-cli-2.9.1-3.el9.x86_64.rpm 5.3 MB/s | 903 kB 00:00 2024-07-27T18:08:27.004 INFO:teuthology.orchestra.run.smithi179.stdout:-------------------------------------------------------------------------------- 2024-07-27T18:08:27.005 INFO:teuthology.orchestra.run.smithi179.stdout:Total 4.6 MB/s | 5.2 MB 00:01 2024-07-27T18:08:27.115 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction check 2024-07-27T18:08:27.122 INFO:teuthology.orchestra.run.smithi029.stdout:(7/7): nvme-cli-2.9.1-3.el9.x86_64.rpm 1.8 MB/s | 903 kB 00:00 2024-07-27T18:08:27.122 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-07-27T18:08:27.122 INFO:teuthology.orchestra.run.smithi029.stdout:Total 4.3 MB/s | 5.2 MB 00:01 2024-07-27T18:08:27.131 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction check succeeded. 2024-07-27T18:08:27.131 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction test 2024-07-27T18:08:27.237 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-07-27T18:08:27.255 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-07-27T18:08:27.255 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-07-27T18:08:27.372 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction test succeeded. 2024-07-27T18:08:27.372 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction 2024-07-27T18:08:27.541 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-07-27T18:08:27.542 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-07-27T18:08:27.757 INFO:teuthology.orchestra.run.smithi179.stdout: Preparing : 1/1 2024-07-27T18:08:27.948 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-07-27T18:08:28.007 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-07-27T18:08:28.047 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-07-27T18:08:28.084 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-07-27T18:08:28.109 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-07-27T18:08:28.138 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-07-27T18:08:28.360 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-07-27T18:08:28.374 INFO:teuthology.orchestra.run.smithi029.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-07-27T18:08:28.444 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-27T18:08:28.450 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-07-27T18:08:28.561 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-07-27T18:08:28.603 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-07-27T18:08:28.637 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-07-27T18:08:28.823 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-27T18:08:28.858 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/9 2024-07-27T18:08:28.891 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-07-27T18:08:28.950 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-07-27T18:08:28.966 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-07-27T18:08:29.059 INFO:teuthology.orchestra.run.smithi029.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-27T18:08:29.495 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-27T18:08:29.542 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/9 2024-07-27T18:08:29.586 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-07-27T18:08:29.653 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-07-27T18:08:30.008 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-07-27T18:08:30.008 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-07-27T18:08:30.008 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-07-27T18:08:30.008 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-07-27T18:08:30.008 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-07-27T18:08:30.008 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/9 2024-07-27T18:08:30.008 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-07-27T18:08:30.009 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-07-27T18:08:30.009 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 8/9 2024-07-27T18:08:30.331 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-07-27T18:08:30.331 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:08:30.331 INFO:teuthology.orchestra.run.smithi179.stdout:Upgraded: 2024-07-27T18:08:30.331 INFO:teuthology.orchestra.run.smithi179.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-07-27T18:08:30.332 INFO:teuthology.orchestra.run.smithi179.stdout:Installed: 2024-07-27T18:08:30.332 INFO:teuthology.orchestra.run.smithi179.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-27T18:08:30.332 INFO:teuthology.orchestra.run.smithi179.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-27T18:08:30.332 INFO:teuthology.orchestra.run.smithi179.stdout: runc-4:1.1.13-4.el9.x86_64 2024-07-27T18:08:30.332 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:08:30.332 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2024-07-27T18:08:30.717 DEBUG:teuthology.parallel:result is None 2024-07-27T18:08:30.816 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-07-27T18:08:30.816 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-07-27T18:08:30.816 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-07-27T18:08:30.816 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-07-27T18:08:30.816 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-07-27T18:08:30.816 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/9 2024-07-27T18:08:30.816 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-07-27T18:08:30.817 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-07-27T18:08:30.817 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 8/9 2024-07-27T18:08:31.212 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-07-27T18:08:31.212 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:08:31.212 INFO:teuthology.orchestra.run.smithi029.stdout:Upgraded: 2024-07-27T18:08:31.212 INFO:teuthology.orchestra.run.smithi029.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-07-27T18:08:31.212 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-07-27T18:08:31.212 INFO:teuthology.orchestra.run.smithi029.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-27T18:08:31.212 INFO:teuthology.orchestra.run.smithi029.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-27T18:08:31.212 INFO:teuthology.orchestra.run.smithi029.stdout: runc-4:1.1.13-4.el9.x86_64 2024-07-27T18:08:31.212 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:08:31.212 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-07-27T18:08:31.691 DEBUG:teuthology.parallel:result is None 2024-07-27T18:08:31.691 INFO:teuthology.run_tasks:Running task install... 2024-07-27T18:08:31.700 DEBUG:teuthology.task.install:project ceph 2024-07-27T18:08:31.700 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'extra_system_packages': ['python3-pytest'], 'flavor': 'default', 'sha1': '46c551b8a65961060d36895f89c179f4115c3147'}} 2024-07-27T18:08:31.700 DEBUG:teuthology.task.install:config {'branch': 'reef', 'exclude_packages': ['ceph-volume'], 'extra_system_packages': ['python3-pytest'], 'flavor': 'default', 'sha1': '46c551b8a65961060d36895f89c179f4115c3147'} 2024-07-27T18:08:31.700 INFO:teuthology.task.install:Using flavor: default 2024-07-27T18:08:31.706 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-07-27T18:08:31.706 INFO:teuthology.task.install:extra packages: [] 2024-07-27T18:08:31.706 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'reef', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': ['python3-pytest'], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '46c551b8a65961060d36895f89c179f4115c3147', 'tag': None, 'wait_for_package': False} 2024-07-27T18:08:31.707 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-27T18:08:31.707 INFO:teuthology.packaging:ref: None 2024-07-27T18:08:31.707 INFO:teuthology.packaging:tag: None 2024-07-27T18:08:31.707 INFO:teuthology.packaging:branch: reef 2024-07-27T18:08:31.707 INFO:teuthology.packaging:sha1: 46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:08:31.707 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2024-07-27T18:08:31.709 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'reef', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': ['python3-pytest'], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '46c551b8a65961060d36895f89c179f4115c3147', 'tag': None, 'wait_for_package': False} 2024-07-27T18:08:31.710 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-27T18:08:31.710 INFO:teuthology.packaging:ref: None 2024-07-27T18:08:31.710 INFO:teuthology.packaging:tag: None 2024-07-27T18:08:31.710 INFO:teuthology.packaging:branch: reef 2024-07-27T18:08:31.710 INFO:teuthology.packaging:sha1: 46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:08:31.710 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2024-07-27T18:08:31.960 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/reef/a3bbd7289877bdcce87fd1f79da1a2d6578dde36/centos/9/flavors/default/ 2024-07-27T18:08:31.961 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1767.ga3bbd728 2024-07-27T18:08:32.007 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/reef/a3bbd7289877bdcce87fd1f79da1a2d6578dde36/centos/9/flavors/default/ 2024-07-27T18:08:32.008 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1767.ga3bbd728 2024-07-27T18:08:32.089 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/reef/a3bbd7289877bdcce87fd1f79da1a2d6578dde36/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/reef/a3bbd7289877bdcce87fd1f79da1a2d6578dde36/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/reef/a3bbd7289877bdcce87fd1f79da1a2d6578dde36/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-07-27T18:08:32.090 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:08:32.090 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-07-27T18:08:32.123 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd, python3-pytest, python3-pytest, python3-pytest on remote rpm x86_64 2024-07-27T18:08:32.123 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-27T18:08:32.123 INFO:teuthology.packaging:ref: None 2024-07-27T18:08:32.123 INFO:teuthology.packaging:tag: None 2024-07-27T18:08:32.124 INFO:teuthology.packaging:branch: reef 2024-07-27T18:08:32.124 INFO:teuthology.packaging:sha1: 46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:08:32.124 DEBUG:teuthology.orchestra.run.smithi029:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;ref/reef/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-07-27T18:08:32.131 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/reef/a3bbd7289877bdcce87fd1f79da1a2d6578dde36/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/reef/a3bbd7289877bdcce87fd1f79da1a2d6578dde36/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/reef/a3bbd7289877bdcce87fd1f79da1a2d6578dde36/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-07-27T18:08:32.131 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T18:08:32.131 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-07-27T18:08:32.162 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd, python3-pytest, python3-pytest, python3-pytest, python3-pytest on remote rpm x86_64 2024-07-27T18:08:32.163 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-27T18:08:32.163 INFO:teuthology.packaging:ref: None 2024-07-27T18:08:32.163 INFO:teuthology.packaging:tag: None 2024-07-27T18:08:32.163 INFO:teuthology.packaging:branch: reef 2024-07-27T18:08:32.163 INFO:teuthology.packaging:sha1: 46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:08:32.163 DEBUG:teuthology.orchestra.run.smithi179:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;ref/reef/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-07-27T18:08:32.195 DEBUG:teuthology.orchestra.run.smithi029:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-07-27T18:08:32.234 DEBUG:teuthology.orchestra.run.smithi179:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-07-27T18:08:32.276 DEBUG:teuthology.orchestra.run.smithi029:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-07-27T18:08:32.313 DEBUG:teuthology.orchestra.run.smithi179:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-07-27T18:08:32.344 INFO:teuthology.orchestra.run.smithi029.stdout:check_obsoletes = 1 2024-07-27T18:08:32.346 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum clean all 2024-07-27T18:08:32.381 INFO:teuthology.orchestra.run.smithi179.stdout:check_obsoletes = 1 2024-07-27T18:08:32.382 DEBUG:teuthology.orchestra.run.smithi179:> sudo yum clean all 2024-07-27T18:08:32.589 INFO:teuthology.orchestra.run.smithi029.stdout:45 files removed 2024-07-27T18:08:32.613 INFO:teuthology.orchestra.run.smithi179.stdout:45 files removed 2024-07-27T18:08:32.616 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd python3-pytest python3-pytest python3-pytest python3-pytest 2024-07-27T18:08:32.640 DEBUG:teuthology.orchestra.run.smithi179:> sudo yum -y install ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd python3-pytest python3-pytest python3-pytest python3-pytest 2024-07-27T18:08:33.243 INFO:teuthology.orchestra.run.smithi179.stdout:ceph packages for x86_64 239 kB/s | 77 kB 00:00 2024-07-27T18:08:33.248 INFO:teuthology.orchestra.run.smithi029.stdout:ceph packages for x86_64 230 kB/s | 77 kB 00:00 2024-07-27T18:08:33.577 INFO:teuthology.orchestra.run.smithi179.stdout:ceph noarch packages 40 kB/s | 11 kB 00:00 2024-07-27T18:08:33.593 INFO:teuthology.orchestra.run.smithi029.stdout:ceph noarch packages 40 kB/s | 11 kB 00:00 2024-07-27T18:08:33.902 INFO:teuthology.orchestra.run.smithi179.stdout:ceph source packages 6.7 kB/s | 1.9 kB 00:00 2024-07-27T18:08:33.919 INFO:teuthology.orchestra.run.smithi029.stdout:ceph source packages 6.7 kB/s | 1.9 kB 00:00 2024-07-27T18:08:34.745 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.2 MB 00:00 2024-07-27T18:08:34.820 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - BaseOS 9.6 MB/s | 8.2 MB 00:00 2024-07-27T18:08:36.773 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - AppStream 24 MB/s | 20 MB 00:00 2024-07-27T18:08:42.388 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.5 MB 00:01 2024-07-27T18:08:43.354 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 9 - AppStream 2.6 MB/s | 20 MB 00:07 2024-07-27T18:08:44.137 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 18 kB 00:00 2024-07-27T18:08:45.259 INFO:teuthology.orchestra.run.smithi029.stdout:Extra Packages for Enterprise Linux 22 MB/s | 22 MB 00:00 2024-07-27T18:08:47.482 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 9 - CRB 17 MB/s | 6.5 MB 00:00 2024-07-27T18:08:48.981 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 9 - Extras packages 66 kB/s | 18 kB 00:00 2024-07-27T18:08:50.244 INFO:teuthology.orchestra.run.smithi179.stdout:Extra Packages for Enterprise Linux 20 MB/s | 22 MB 00:01 2024-07-27T18:08:50.774 INFO:teuthology.orchestra.run.smithi029.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-07-27T18:08:53.260 INFO:teuthology.orchestra.run.smithi029.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2024-07-27T18:08:53.261 INFO:teuthology.orchestra.run.smithi029.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2024-07-27T18:08:53.325 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-07-27T18:08:53.333 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================= 2024-07-27T18:08:53.333 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-07-27T18:08:53.333 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================= 2024-07-27T18:08:53.333 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-07-27T18:08:53.333 INFO:teuthology.orchestra.run.smithi029.stdout: ceph x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 6.5 k 2024-07-27T18:08:53.333 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-base x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 5.1 M 2024-07-27T18:08:53.334 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-fuse x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 852 k 2024-07-27T18:08:53.334 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 143 k 2024-07-27T18:08:53.334 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 1.5 M 2024-07-27T18:08:53.334 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 139 k 2024-07-27T18:08:53.334 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 3.5 M 2024-07-27T18:08:53.334 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 7.4 M 2024-07-27T18:08:53.334 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-rook noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 49 k 2024-07-27T18:08:53.334 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-radosgw x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 7.7 M 2024-07-27T18:08:53.334 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-test x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 40 M 2024-07-27T18:08:53.334 INFO:teuthology.orchestra.run.smithi029.stdout: cephadm noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 224 k 2024-07-27T18:08:53.334 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs-devel x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 31 k 2024-07-27T18:08:53.334 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs2 x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 711 k 2024-07-27T18:08:53.335 INFO:teuthology.orchestra.run.smithi029.stdout: librados-devel x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 126 k 2024-07-27T18:08:53.335 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cephfs x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 188 k 2024-07-27T18:08:53.335 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pytest noarch 6.2.2-7.el9 appstream 519 k 2024-07-27T18:08:53.335 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rados x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 369 k 2024-07-27T18:08:53.335 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rbd x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 348 k 2024-07-27T18:08:53.335 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rgw x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 116 k 2024-07-27T18:08:53.335 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-fuse x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 87 k 2024-07-27T18:08:53.335 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-mirror x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 3.0 M 2024-07-27T18:08:53.335 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-nbd x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 172 k 2024-07-27T18:08:53.335 INFO:teuthology.orchestra.run.smithi029.stdout:Upgrading: 2024-07-27T18:08:53.335 INFO:teuthology.orchestra.run.smithi029.stdout: librados2 x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 3.3 M 2024-07-27T18:08:53.336 INFO:teuthology.orchestra.run.smithi029.stdout: librbd1 x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 3.0 M 2024-07-27T18:08:53.336 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-07-27T18:08:53.336 INFO:teuthology.orchestra.run.smithi029.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-07-27T18:08:53.336 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-common x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 18 M 2024-07-27T18:08:53.336 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 24 k 2024-07-27T18:08:53.336 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mds x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 2.1 M 2024-07-27T18:08:53.336 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 246 k 2024-07-27T18:08:53.336 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mon x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 4.7 M 2024-07-27T18:08:53.336 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-osd x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 17 M 2024-07-27T18:08:53.336 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 16 k 2024-07-27T18:08:53.336 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-selinux x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 25 k 2024-07-27T18:08:53.337 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-07-27T18:08:53.337 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-07-27T18:08:53.337 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-07-27T18:08:53.337 INFO:teuthology.orchestra.run.smithi029.stdout: fmt x86_64 8.1.1-5.el9 epel 111 k 2024-07-27T18:08:53.337 INFO:teuthology.orchestra.run.smithi029.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-07-27T18:08:53.337 INFO:teuthology.orchestra.run.smithi029.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-07-27T18:08:53.337 INFO:teuthology.orchestra.run.smithi029.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-07-27T18:08:53.337 INFO:teuthology.orchestra.run.smithi029.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-07-27T18:08:53.337 INFO:teuthology.orchestra.run.smithi029.stdout: libcephsqlite x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 166 k 2024-07-27T18:08:53.337 INFO:teuthology.orchestra.run.smithi029.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-07-27T18:08:53.337 INFO:teuthology.orchestra.run.smithi029.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-07-27T18:08:53.337 INFO:teuthology.orchestra.run.smithi029.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-07-27T18:08:53.338 INFO:teuthology.orchestra.run.smithi029.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-07-27T18:08:53.338 INFO:teuthology.orchestra.run.smithi029.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-07-27T18:08:53.338 INFO:teuthology.orchestra.run.smithi029.stdout: libradosstriper1 x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 477 k 2024-07-27T18:08:53.338 INFO:teuthology.orchestra.run.smithi029.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-07-27T18:08:53.338 INFO:teuthology.orchestra.run.smithi029.stdout: librgw2 x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 4.5 M 2024-07-27T18:08:53.338 INFO:teuthology.orchestra.run.smithi029.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-07-27T18:08:53.338 INFO:teuthology.orchestra.run.smithi029.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-07-27T18:08:53.338 INFO:teuthology.orchestra.run.smithi029.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-07-27T18:08:53.338 INFO:teuthology.orchestra.run.smithi029.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-07-27T18:08:53.338 INFO:teuthology.orchestra.run.smithi029.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-07-27T18:08:53.338 INFO:teuthology.orchestra.run.smithi029.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-07-27T18:08:53.338 INFO:teuthology.orchestra.run.smithi029.stdout: python3-attrs noarch 20.3.0-7.el9 appstream 87 k 2024-07-27T18:08:53.339 INFO:teuthology.orchestra.run.smithi029.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-07-27T18:08:53.339 INFO:teuthology.orchestra.run.smithi029.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-07-27T18:08:53.339 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-07-27T18:08:53.339 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-argparse x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 45 k 2024-07-27T18:08:53.339 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-common x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 129 k 2024-07-27T18:08:53.339 INFO:teuthology.orchestra.run.smithi029.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-07-27T18:08:53.339 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-07-27T18:08:53.339 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-07-27T18:08:53.339 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-07-27T18:08:53.339 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-07-27T18:08:53.340 INFO:teuthology.orchestra.run.smithi029.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-07-27T18:08:53.340 INFO:teuthology.orchestra.run.smithi029.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-07-27T18:08:53.340 INFO:teuthology.orchestra.run.smithi029.stdout: python3-iniconfig noarch 1.1.1-7.el9 appstream 17 k 2024-07-27T18:08:53.342 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-07-27T18:08:53.342 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-07-27T18:08:53.342 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-07-27T18:08:53.342 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-07-27T18:08:53.343 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-07-27T18:08:53.343 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-07-27T18:08:53.343 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-07-27T18:08:53.343 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-07-27T18:08:53.343 INFO:teuthology.orchestra.run.smithi029.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-07-27T18:08:53.343 INFO:teuthology.orchestra.run.smithi029.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-07-27T18:08:53.343 INFO:teuthology.orchestra.run.smithi029.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-07-27T18:08:53.343 INFO:teuthology.orchestra.run.smithi029.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-07-27T18:08:53.343 INFO:teuthology.orchestra.run.smithi029.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-07-27T18:08:53.343 INFO:teuthology.orchestra.run.smithi029.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-07-27T18:08:53.343 INFO:teuthology.orchestra.run.smithi029.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-07-27T18:08:53.343 INFO:teuthology.orchestra.run.smithi029.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pluggy noarch 0.13.1-7.el9 appstream 41 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-py noarch 1.10.0-6.el9 appstream 477 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-07-27T18:08:53.344 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-07-27T18:08:53.345 INFO:teuthology.orchestra.run.smithi029.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-07-27T18:08:53.346 INFO:teuthology.orchestra.run.smithi029.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-07-27T18:08:53.346 INFO:teuthology.orchestra.run.smithi029.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-07-27T18:08:53.346 INFO:teuthology.orchestra.run.smithi029.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-07-27T18:08:53.346 INFO:teuthology.orchestra.run.smithi029.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-07-27T18:08:53.346 INFO:teuthology.orchestra.run.smithi029.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-07-27T18:08:53.346 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:08:53.346 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-07-27T18:08:53.346 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================= 2024-07-27T18:08:53.346 INFO:teuthology.orchestra.run.smithi029.stdout:Install 116 Packages 2024-07-27T18:08:53.346 INFO:teuthology.orchestra.run.smithi029.stdout:Upgrade 2 Packages 2024-07-27T18:08:53.346 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:08:53.347 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 179 M 2024-07-27T18:08:53.347 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-07-27T18:08:53.879 INFO:teuthology.orchestra.run.smithi029.stdout:(1/118): ceph-18.2.2-1767.ga3bbd728.el9.x86_64. 37 kB/s | 6.5 kB 00:00 2024-07-27T18:08:54.087 INFO:teuthology.orchestra.run.smithi029.stdout:(2/118): ceph-fuse-18.2.2-1767.ga3bbd728.el9.x8 4.0 MB/s | 852 kB 00:00 2024-07-27T18:08:54.138 INFO:teuthology.orchestra.run.smithi029.stdout:(3/118): ceph-immutable-object-cache-18.2.2-176 2.8 MB/s | 143 kB 00:00 2024-07-27T18:08:54.388 INFO:teuthology.orchestra.run.smithi029.stdout:(4/118): ceph-base-18.2.2-1767.ga3bbd728.el9.x8 7.4 MB/s | 5.1 MB 00:00 2024-07-27T18:08:54.447 INFO:teuthology.orchestra.run.smithi029.stdout:(5/118): ceph-mds-18.2.2-1767.ga3bbd728.el9.x86 6.8 MB/s | 2.1 MB 00:00 2024-07-27T18:08:54.548 INFO:teuthology.orchestra.run.smithi029.stdout:(6/118): ceph-mgr-18.2.2-1767.ga3bbd728.el9.x86 9.2 MB/s | 1.5 MB 00:00 2024-07-27T18:08:54.890 INFO:teuthology.orchestra.run.smithi029.stdout:(7/118): ceph-mon-18.2.2-1767.ga3bbd728.el9.x86 11 MB/s | 4.7 MB 00:00 2024-07-27T18:08:55.341 INFO:teuthology.orchestra.run.smithi029.stdout:(8/118): ceph-common-18.2.2-1767.ga3bbd728.el9. 11 MB/s | 18 MB 00:01 2024-07-27T18:08:55.383 INFO:teuthology.orchestra.run.smithi029.stdout:(9/118): ceph-selinux-18.2.2-1767.ga3bbd728.el9 603 kB/s | 25 kB 00:00 2024-07-27T18:08:55.517 INFO:teuthology.orchestra.run.smithi179.stdout:lab-extras 46 kB/s | 1.7 kB 00:00 2024-07-27T18:08:55.608 INFO:teuthology.orchestra.run.smithi029.stdout:(10/118): ceph-radosgw-18.2.2-1767.ga3bbd728.el 11 MB/s | 7.7 MB 00:00 2024-07-27T18:08:55.875 INFO:teuthology.orchestra.run.smithi029.stdout:(11/118): ceph-osd-18.2.2-1767.ga3bbd728.el9.x8 12 MB/s | 17 MB 00:01 2024-07-27T18:08:55.902 INFO:teuthology.orchestra.run.smithi029.stdout:(12/118): libcephfs-devel-18.2.2-1767.ga3bbd728 106 kB/s | 31 kB 00:00 2024-07-27T18:08:55.953 INFO:teuthology.orchestra.run.smithi029.stdout:(13/118): libcephfs2-18.2.2-1767.ga3bbd728.el9. 9.0 MB/s | 711 kB 00:00 2024-07-27T18:08:55.987 INFO:teuthology.orchestra.run.smithi029.stdout:(14/118): libcephsqlite-18.2.2-1767.ga3bbd728.e 1.9 MB/s | 166 kB 00:00 2024-07-27T18:08:56.013 INFO:teuthology.orchestra.run.smithi029.stdout:(15/118): librados-devel-18.2.2-1767.ga3bbd728. 2.1 MB/s | 126 kB 00:00 2024-07-27T18:08:56.055 INFO:teuthology.orchestra.run.smithi029.stdout:(16/118): libradosstriper1-18.2.2-1767.ga3bbd72 6.9 MB/s | 477 kB 00:00 2024-07-27T18:08:56.105 INFO:teuthology.orchestra.run.smithi029.stdout:(17/118): python3-ceph-argparse-18.2.2-1767.ga3 896 kB/s | 45 kB 00:00 2024-07-27T18:08:56.181 INFO:teuthology.orchestra.run.smithi029.stdout:(18/118): python3-ceph-common-18.2.2-1767.ga3bb 1.7 MB/s | 129 kB 00:00 2024-07-27T18:08:56.282 INFO:teuthology.orchestra.run.smithi029.stdout:(19/118): librgw2-18.2.2-1767.ga3bbd728.el9.x86 17 MB/s | 4.5 MB 00:00 2024-07-27T18:08:56.315 INFO:teuthology.orchestra.run.smithi029.stdout:(20/118): python3-cephfs-18.2.2-1767.ga3bbd728. 1.4 MB/s | 188 kB 00:00 2024-07-27T18:08:56.358 INFO:teuthology.orchestra.run.smithi029.stdout:(21/118): python3-rados-18.2.2-1767.ga3bbd728.e 4.8 MB/s | 369 kB 00:00 2024-07-27T18:08:56.392 INFO:teuthology.orchestra.run.smithi029.stdout:(22/118): python3-rbd-18.2.2-1767.ga3bbd728.el9 4.5 MB/s | 348 kB 00:00 2024-07-27T18:08:56.425 INFO:teuthology.orchestra.run.smithi029.stdout:(23/118): python3-rgw-18.2.2-1767.ga3bbd728.el9 1.7 MB/s | 116 kB 00:00 2024-07-27T18:08:56.459 INFO:teuthology.orchestra.run.smithi029.stdout:(24/118): rbd-fuse-18.2.2-1767.ga3bbd728.el9.x8 1.3 MB/s | 87 kB 00:00 2024-07-27T18:08:56.518 INFO:teuthology.orchestra.run.smithi029.stdout:(25/118): rbd-nbd-18.2.2-1767.ga3bbd728.el9.x86 2.9 MB/s | 172 kB 00:00 2024-07-27T18:08:56.595 INFO:teuthology.orchestra.run.smithi029.stdout:(26/118): rbd-mirror-18.2.2-1767.ga3bbd728.el9. 18 MB/s | 3.0 MB 00:00 2024-07-27T18:08:56.622 INFO:teuthology.orchestra.run.smithi029.stdout:(27/118): ceph-grafana-dashboards-18.2.2-1767.g 239 kB/s | 24 kB 00:00 2024-07-27T18:08:56.655 INFO:teuthology.orchestra.run.smithi029.stdout:(28/118): ceph-mgr-cephadm-18.2.2-1767.ga3bbd72 2.3 MB/s | 139 kB 00:00 2024-07-27T18:08:56.972 INFO:teuthology.orchestra.run.smithi029.stdout:(29/118): ceph-mgr-dashboard-18.2.2-1767.ga3bbd 10 MB/s | 3.5 MB 00:00 2024-07-27T18:08:57.139 INFO:teuthology.orchestra.run.smithi029.stdout:(30/118): ceph-mgr-diskprediction-local-18.2.2- 15 MB/s | 7.4 MB 00:00 2024-07-27T18:08:57.173 INFO:teuthology.orchestra.run.smithi029.stdout:(31/118): ceph-mgr-modules-core-18.2.2-1767.ga3 1.2 MB/s | 246 kB 00:00 2024-07-27T18:08:57.190 INFO:teuthology.orchestra.run.smithi029.stdout:(32/118): ceph-mgr-rook-18.2.2-1767.ga3bbd728.e 974 kB/s | 49 kB 00:00 2024-07-27T18:08:57.216 INFO:teuthology.orchestra.run.smithi029.stdout:(33/118): ceph-prometheus-alerts-18.2.2-1767.ga 388 kB/s | 16 kB 00:00 2024-07-27T18:08:57.250 INFO:teuthology.orchestra.run.smithi029.stdout:(34/118): cephadm-18.2.2-1767.ga3bbd728.el9.noa 3.7 MB/s | 224 kB 00:00 2024-07-27T18:08:57.367 INFO:teuthology.orchestra.run.smithi029.stdout:(35/118): fuse-2.9.9-16.el9.x86_64.rpm 530 kB/s | 80 kB 00:00 2024-07-27T18:08:57.843 INFO:teuthology.orchestra.run.smithi179.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2024-07-27T18:08:57.868 INFO:teuthology.orchestra.run.smithi179.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2024-07-27T18:08:57.903 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2024-07-27T18:08:57.910 INFO:teuthology.orchestra.run.smithi179.stdout:======================================================================================= 2024-07-27T18:08:57.910 INFO:teuthology.orchestra.run.smithi179.stdout: Package Arch Version Repository Size 2024-07-27T18:08:57.910 INFO:teuthology.orchestra.run.smithi179.stdout:======================================================================================= 2024-07-27T18:08:57.910 INFO:teuthology.orchestra.run.smithi179.stdout:Installing: 2024-07-27T18:08:57.910 INFO:teuthology.orchestra.run.smithi179.stdout: ceph x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 6.5 k 2024-07-27T18:08:57.910 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-base x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 5.1 M 2024-07-27T18:08:57.910 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-fuse x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 852 k 2024-07-27T18:08:57.911 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 143 k 2024-07-27T18:08:57.911 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 1.5 M 2024-07-27T18:08:57.911 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 139 k 2024-07-27T18:08:57.911 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 3.5 M 2024-07-27T18:08:57.911 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 7.4 M 2024-07-27T18:08:57.911 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-rook noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 49 k 2024-07-27T18:08:57.911 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-radosgw x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 7.7 M 2024-07-27T18:08:57.911 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-test x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 40 M 2024-07-27T18:08:57.911 INFO:teuthology.orchestra.run.smithi179.stdout: cephadm noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 224 k 2024-07-27T18:08:57.911 INFO:teuthology.orchestra.run.smithi179.stdout: libcephfs-devel x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 31 k 2024-07-27T18:08:57.911 INFO:teuthology.orchestra.run.smithi179.stdout: libcephfs2 x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 711 k 2024-07-27T18:08:57.911 INFO:teuthology.orchestra.run.smithi179.stdout: librados-devel x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 126 k 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cephfs x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 188 k 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pytest noarch 6.2.2-7.el9 appstream 519 k 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout: python3-rados x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 369 k 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout: python3-rbd x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 348 k 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout: python3-rgw x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 116 k 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout: rbd-fuse x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 87 k 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout: rbd-mirror x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 3.0 M 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout: rbd-nbd x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 172 k 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout:Upgrading: 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout: librados2 x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 3.3 M 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout: librbd1 x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 3.0 M 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout:Installing dependencies: 2024-07-27T18:08:57.912 INFO:teuthology.orchestra.run.smithi179.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-common x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 18 M 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 24 k 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mds x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 2.1 M 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 246 k 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mon x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 4.7 M 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-osd x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 17 M 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1767.ga3bbd728.el9 ceph-noarch 16 k 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-selinux x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 25 k 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: fmt x86_64 8.1.1-5.el9 epel 111 k 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-07-27T18:08:57.913 INFO:teuthology.orchestra.run.smithi179.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-07-27T18:08:57.914 INFO:teuthology.orchestra.run.smithi179.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-07-27T18:08:57.914 INFO:teuthology.orchestra.run.smithi179.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-07-27T18:08:57.914 INFO:teuthology.orchestra.run.smithi179.stdout: libcephsqlite x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 166 k 2024-07-27T18:08:57.914 INFO:teuthology.orchestra.run.smithi179.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-07-27T18:08:57.914 INFO:teuthology.orchestra.run.smithi179.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-07-27T18:08:57.914 INFO:teuthology.orchestra.run.smithi179.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-07-27T18:08:57.914 INFO:teuthology.orchestra.run.smithi179.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-07-27T18:08:57.914 INFO:teuthology.orchestra.run.smithi179.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-07-27T18:08:57.914 INFO:teuthology.orchestra.run.smithi179.stdout: libradosstriper1 x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 477 k 2024-07-27T18:08:57.914 INFO:teuthology.orchestra.run.smithi179.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-07-27T18:08:57.914 INFO:teuthology.orchestra.run.smithi179.stdout: librgw2 x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 4.5 M 2024-07-27T18:08:57.914 INFO:teuthology.orchestra.run.smithi179.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: python3-attrs noarch 20.3.0-7.el9 appstream 87 k 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: python3-ceph-argparse x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 45 k 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: python3-ceph-common x86_64 2:18.2.2-1767.ga3bbd728.el9 ceph 129 k 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-07-27T18:08:57.915 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-iniconfig noarch 1.1.1-7.el9 appstream 17 k 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-07-27T18:08:57.916 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-07-27T18:08:57.917 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-07-27T18:08:57.917 INFO:teuthology.orchestra.run.smithi179.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-07-27T18:08:57.917 INFO:teuthology.orchestra.run.smithi179.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-07-27T18:08:57.917 INFO:teuthology.orchestra.run.smithi179.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-07-27T18:08:57.917 INFO:teuthology.orchestra.run.smithi179.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-07-27T18:08:57.917 INFO:teuthology.orchestra.run.smithi179.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-07-27T18:08:57.917 INFO:teuthology.orchestra.run.smithi179.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-07-27T18:08:57.917 INFO:teuthology.orchestra.run.smithi179.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-07-27T18:08:57.917 INFO:teuthology.orchestra.run.smithi179.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-07-27T18:08:57.917 INFO:teuthology.orchestra.run.smithi179.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-07-27T18:08:57.917 INFO:teuthology.orchestra.run.smithi179.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-07-27T18:08:57.917 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pluggy noarch 0.13.1-7.el9 appstream 41 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-py noarch 1.10.0-6.el9 appstream 477 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-07-27T18:08:57.918 INFO:teuthology.orchestra.run.smithi179.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-07-27T18:08:57.919 INFO:teuthology.orchestra.run.smithi179.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-07-27T18:08:57.920 INFO:teuthology.orchestra.run.smithi179.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-07-27T18:08:57.920 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:08:57.920 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2024-07-27T18:08:57.920 INFO:teuthology.orchestra.run.smithi179.stdout:======================================================================================= 2024-07-27T18:08:57.920 INFO:teuthology.orchestra.run.smithi179.stdout:Install 116 Packages 2024-07-27T18:08:57.920 INFO:teuthology.orchestra.run.smithi179.stdout:Upgrade 2 Packages 2024-07-27T18:08:57.920 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:08:57.920 INFO:teuthology.orchestra.run.smithi179.stdout:Total download size: 179 M 2024-07-27T18:08:57.921 INFO:teuthology.orchestra.run.smithi179.stdout:Downloading Packages: 2024-07-27T18:08:58.001 INFO:teuthology.orchestra.run.smithi029.stdout:(36/118): ceph-test-18.2.2-1767.ga3bbd728.el9.x 15 MB/s | 40 MB 00:02 2024-07-27T18:08:58.026 INFO:teuthology.orchestra.run.smithi029.stdout:(37/118): libquadmath-11.4.1-3.el9.x86_64.rpm 296 kB/s | 195 kB 00:00 2024-07-27T18:08:58.185 INFO:teuthology.orchestra.run.smithi029.stdout:(38/118): libgfortran-11.4.1-3.el9.x86_64.rpm 859 kB/s | 803 kB 00:00 2024-07-27T18:08:58.219 INFO:teuthology.orchestra.run.smithi029.stdout:(39/118): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-07-27T18:08:58.253 INFO:teuthology.orchestra.run.smithi029.stdout:(40/118): python3-ply-3.11-14.el9.noarch.rpm 1.5 MB/s | 106 kB 00:00 2024-07-27T18:08:58.297 INFO:teuthology.orchestra.run.smithi029.stdout:(41/118): python3-cryptography-36.0.1-4.el9.x86 4.5 MB/s | 1.2 MB 00:00 2024-07-27T18:08:58.331 INFO:teuthology.orchestra.run.smithi029.stdout:(42/118): python3-pycparser-2.20-6.el9.noarch.r 1.2 MB/s | 135 kB 00:00 2024-07-27T18:08:58.364 INFO:teuthology.orchestra.run.smithi029.stdout:(43/118): python3-requests-2.25.1-8.el9.noarch. 1.1 MB/s | 125 kB 00:00 2024-07-27T18:08:58.390 INFO:teuthology.orchestra.run.smithi029.stdout:(44/118): python3-urllib3-1.26.5-6.el9.noarch.r 2.3 MB/s | 215 kB 00:00 2024-07-27T18:08:58.474 INFO:teuthology.orchestra.run.smithi029.stdout:(45/118): flexiblas-3.0.4-8.el9.x86_64.rpm 300 kB/s | 33 kB 00:00 2024-07-27T18:08:58.476 INFO:teuthology.orchestra.run.smithi179.stdout:(1/118): ceph-18.2.2-1767.ga3bbd728.el9.x86_64. 33 kB/s | 6.5 kB 00:00 2024-07-27T18:08:58.533 INFO:teuthology.orchestra.run.smithi029.stdout:(46/118): flexiblas-openblas-openmp-3.0.4-8.el9 311 kB/s | 18 kB 00:00 2024-07-27T18:08:58.566 INFO:teuthology.orchestra.run.smithi029.stdout:(47/118): boost-program-options-1.75.0-8.el9.x8 454 kB/s | 107 kB 00:00 2024-07-27T18:08:58.617 INFO:teuthology.orchestra.run.smithi029.stdout:(48/118): librabbitmq-0.11.0-7.el9.x86_64.rpm 901 kB/s | 45 kB 00:00 2024-07-27T18:08:58.651 INFO:teuthology.orchestra.run.smithi029.stdout:(49/118): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 160 kB 00:00 2024-07-27T18:08:58.668 INFO:teuthology.orchestra.run.smithi179.stdout:(2/118): ceph-fuse-18.2.2-1767.ga3bbd728.el9.x8 4.3 MB/s | 852 kB 00:00 2024-07-27T18:08:58.719 INFO:teuthology.orchestra.run.smithi179.stdout:(3/118): ceph-immutable-object-cache-18.2.2-176 2.8 MB/s | 143 kB 00:00 2024-07-27T18:08:58.760 INFO:teuthology.orchestra.run.smithi029.stdout:(50/118): flexiblas-netlib-3.0.4-8.el9.x86_64.r 8.1 MB/s | 3.0 MB 00:00 2024-07-27T18:08:58.793 INFO:teuthology.orchestra.run.smithi029.stdout:(51/118): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.0 MB/s | 292 kB 00:00 2024-07-27T18:08:58.811 INFO:teuthology.orchestra.run.smithi029.stdout:(52/118): openblas-0.3.21-2.el9.x86_64.rpm 695 kB/s | 35 kB 00:00 2024-07-27T18:08:58.845 INFO:teuthology.orchestra.run.smithi029.stdout:(53/118): librdkafka-1.6.1-102.el9.x86_64.rpm 2.8 MB/s | 662 kB 00:00 2024-07-27T18:08:58.871 INFO:teuthology.orchestra.run.smithi029.stdout:(54/118): python3-attrs-20.3.0-7.el9.noarch.rpm 1.4 MB/s | 87 kB 00:00 2024-07-27T18:08:58.911 INFO:teuthology.orchestra.run.smithi179.stdout:(4/118): ceph-base-18.2.2-1767.ga3bbd728.el9.x8 8.1 MB/s | 5.1 MB 00:00 2024-07-27T18:08:58.937 INFO:teuthology.orchestra.run.smithi029.stdout:(55/118): python3-devel-3.9.18-3.el9.x86_64.rpm 3.6 MB/s | 244 kB 00:00 2024-07-27T18:08:58.961 INFO:teuthology.orchestra.run.smithi179.stdout:(5/118): ceph-mds-18.2.2-1767.ga3bbd728.el9.x86 8.7 MB/s | 2.1 MB 00:00 2024-07-27T18:08:59.038 INFO:teuthology.orchestra.run.smithi029.stdout:(56/118): openblas-openmp-0.3.21-2.el9.x86_64.r 19 MB/s | 4.7 MB 00:00 2024-07-27T18:08:59.053 INFO:teuthology.orchestra.run.smithi179.stdout:(6/118): ceph-mgr-18.2.2-1767.ga3bbd728.el9.x86 10 MB/s | 1.5 MB 00:00 2024-07-27T18:08:59.065 INFO:teuthology.orchestra.run.smithi029.stdout:(57/118): python3-iniconfig-1.1.1-7.el9.noarch. 137 kB/s | 17 kB 00:00 2024-07-27T18:08:59.099 INFO:teuthology.orchestra.run.smithi029.stdout:(58/118): python3-jinja2-2.11.3-6.el9.noarch.rp 4.0 MB/s | 248 kB 00:00 2024-07-27T18:08:59.124 INFO:teuthology.orchestra.run.smithi029.stdout:(59/118): python3-jsonpatch-1.21-16.el9.noarch. 434 kB/s | 26 kB 00:00 2024-07-27T18:08:59.151 INFO:teuthology.orchestra.run.smithi029.stdout:(60/118): python3-jsonpointer-2.0-4.el9.noarch. 377 kB/s | 19 kB 00:00 2024-07-27T18:08:59.186 INFO:teuthology.orchestra.run.smithi029.stdout:(61/118): python3-mako-1.1.4-6.el9.noarch.rpm 2.8 MB/s | 172 kB 00:00 2024-07-27T18:08:59.209 INFO:teuthology.orchestra.run.smithi029.stdout:(62/118): python3-markupsafe-1.1.1-12.el9.x86_6 588 kB/s | 35 kB 00:00 2024-07-27T18:08:59.335 INFO:teuthology.orchestra.run.smithi029.stdout:(63/118): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 6.0 MB 00:00 2024-07-27T18:08:59.369 INFO:teuthology.orchestra.run.smithi029.stdout:(64/118): python3-numpy-f2py-1.20.1-5.el9.x86_6 1.5 MB/s | 250 kB 00:00 2024-07-27T18:08:59.378 INFO:teuthology.orchestra.run.smithi179.stdout:(7/118): ceph-mon-18.2.2-1767.ga3bbd728.el9.x86 11 MB/s | 4.7 MB 00:00 2024-07-27T18:08:59.402 INFO:teuthology.orchestra.run.smithi029.stdout:(65/118): python3-oauthlib-3.1.1-5.el9.noarch.r 3.2 MB/s | 222 kB 00:00 2024-07-27T18:08:59.428 INFO:teuthology.orchestra.run.smithi029.stdout:(66/118): python3-packaging-20.9-5.el9.noarch.r 1.3 MB/s | 77 kB 00:00 2024-07-27T18:08:59.454 INFO:teuthology.orchestra.run.smithi029.stdout:(67/118): python3-pluggy-0.13.1-7.el9.noarch.rp 816 kB/s | 41 kB 00:00 2024-07-27T18:08:59.479 INFO:teuthology.orchestra.run.smithi029.stdout:(68/118): python3-prettytable-0.7.2-27.el9.noar 834 kB/s | 42 kB 00:00 2024-07-27T18:08:59.588 INFO:teuthology.orchestra.run.smithi029.stdout:(69/118): python3-numpy-1.20.1-5.el9.x86_64.rpm 13 MB/s | 5.1 MB 00:00 2024-07-27T18:08:59.614 INFO:teuthology.orchestra.run.smithi029.stdout:(70/118): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-07-27T18:08:59.647 INFO:teuthology.orchestra.run.smithi029.stdout:(71/118): python3-py-1.10.0-6.el9.noarch.rpm 2.4 MB/s | 477 kB 00:00 2024-07-27T18:08:59.654 INFO:teuthology.orchestra.run.smithi179.stdout:(8/118): ceph-common-18.2.2-1767.ga3bbd728.el9. 13 MB/s | 18 MB 00:01 2024-07-27T18:08:59.673 INFO:teuthology.orchestra.run.smithi029.stdout:(72/118): python3-pyasn1-modules-0.4.8-6.el9.no 3.2 MB/s | 279 kB 00:00 2024-07-27T18:08:59.696 INFO:teuthology.orchestra.run.smithi179.stdout:(9/118): ceph-selinux-18.2.2-1767.ga3bbd728.el9 604 kB/s | 25 kB 00:00 2024-07-27T18:08:59.708 INFO:teuthology.orchestra.run.smithi029.stdout:(73/118): python3-pytest-6.2.2-7.el9.noarch.rpm 5.4 MB/s | 519 kB 00:00 2024-07-27T18:08:59.742 INFO:teuthology.orchestra.run.smithi029.stdout:(74/118): python3-pytz-2021.1-5.el9.noarch.rpm 540 kB/s | 51 kB 00:00 2024-07-27T18:08:59.776 INFO:teuthology.orchestra.run.smithi029.stdout:(75/118): python3-requests-oauthlib-1.3.0-12.el 522 kB/s | 54 kB 00:00 2024-07-27T18:08:59.835 INFO:teuthology.orchestra.run.smithi029.stdout:(76/118): python3-toml-0.10.2-6.el9.noarch.rpm 714 kB/s | 42 kB 00:00 2024-07-27T18:08:59.868 INFO:teuthology.orchestra.run.smithi029.stdout:(77/118): socat-1.7.4.1-6.el9.x86_64.rpm 3.2 MB/s | 304 kB 00:00 2024-07-27T18:08:59.894 INFO:teuthology.orchestra.run.smithi029.stdout:(78/118): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-07-27T18:08:59.986 INFO:teuthology.orchestra.run.smithi029.stdout:(79/118): gperftools-libs-2.9.1-2.el9.x86_64.rp 3.3 MB/s | 309 kB 00:00 2024-07-27T18:09:00.012 INFO:teuthology.orchestra.run.smithi029.stdout:(80/118): fmt-8.1.1-5.el9.x86_64.rpm 775 kB/s | 111 kB 00:00 2024-07-27T18:09:00.012 INFO:teuthology.orchestra.run.smithi179.stdout:(10/118): ceph-osd-18.2.2-1767.ga3bbd728.el9.x8 17 MB/s | 17 MB 00:00 2024-07-27T18:09:00.037 INFO:teuthology.orchestra.run.smithi029.stdout:(81/118): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.0 MB/s | 26 kB 00:00 2024-07-27T18:09:00.063 INFO:teuthology.orchestra.run.smithi029.stdout:(82/118): liboath-2.6.7-2.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2024-07-27T18:09:00.096 INFO:teuthology.orchestra.run.smithi029.stdout:(83/118): libunwind-1.6.2-1.el9.x86_64.rpm 2.0 MB/s | 67 kB 00:00 2024-07-27T18:09:00.105 INFO:teuthology.orchestra.run.smithi179.stdout:(11/118): ceph-radosgw-18.2.2-1767.ga3bbd728.el 11 MB/s | 7.7 MB 00:00 2024-07-27T18:09:00.122 INFO:teuthology.orchestra.run.smithi179.stdout:(12/118): libcephfs-devel-18.2.2-1767.ga3bbd728 286 kB/s | 31 kB 00:00 2024-07-27T18:09:00.147 INFO:teuthology.orchestra.run.smithi029.stdout:(84/118): parquet-libs-9.0.0-11.el9.x86_64.rpm 16 MB/s | 839 kB 00:00 2024-07-27T18:09:00.155 INFO:teuthology.orchestra.run.smithi179.stdout:(13/118): libcephfs2-18.2.2-1767.ga3bbd728.el9. 14 MB/s | 711 kB 00:00 2024-07-27T18:09:00.189 INFO:teuthology.orchestra.run.smithi179.stdout:(14/118): libcephsqlite-18.2.2-1767.ga3bbd728.e 2.4 MB/s | 166 kB 00:00 2024-07-27T18:09:00.190 INFO:teuthology.orchestra.run.smithi029.stdout:(85/118): python3-asyncssh-2.13.2-5.el9.noarch. 13 MB/s | 548 kB 00:00 2024-07-27T18:09:00.214 INFO:teuthology.orchestra.run.smithi179.stdout:(15/118): librados-devel-18.2.2-1767.ga3bbd728. 2.1 MB/s | 126 kB 00:00 2024-07-27T18:09:00.215 INFO:teuthology.orchestra.run.smithi029.stdout:(86/118): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2024-07-27T18:09:00.240 INFO:teuthology.orchestra.run.smithi179.stdout:(16/118): libradosstriper1-18.2.2-1767.ga3bbd72 9.2 MB/s | 477 kB 00:00 2024-07-27T18:09:00.240 INFO:teuthology.orchestra.run.smithi029.stdout:(87/118): python3-cachetools-4.2.4-1.el9.noarch 1.2 MB/s | 32 kB 00:00 2024-07-27T18:09:00.266 INFO:teuthology.orchestra.run.smithi029.stdout:(88/118): python3-certifi-2023.05.07-4.el9.noar 564 kB/s | 14 kB 00:00 2024-07-27T18:09:00.282 INFO:teuthology.orchestra.run.smithi179.stdout:(17/118): python3-ceph-argparse-18.2.2-1767.ga3 1.1 MB/s | 45 kB 00:00 2024-07-27T18:09:00.301 INFO:teuthology.orchestra.run.smithi029.stdout:(89/118): python3-cheroot-8.6.0-4.el9.noarch.rp 4.8 MB/s | 172 kB 00:00 2024-07-27T18:09:00.335 INFO:teuthology.orchestra.run.smithi029.stdout:(90/118): python3-cherrypy-18.6.1-2.el9.noarch. 10 MB/s | 358 kB 00:00 2024-07-27T18:09:00.357 INFO:teuthology.orchestra.run.smithi179.stdout:(18/118): python3-ceph-common-18.2.2-1767.ga3bb 1.7 MB/s | 129 kB 00:00 2024-07-27T18:09:00.369 INFO:teuthology.orchestra.run.smithi029.stdout:(91/118): python3-google-auth-2.32.0-1.el9.noar 6.2 MB/s | 216 kB 00:00 2024-07-27T18:09:00.395 INFO:teuthology.orchestra.run.smithi029.stdout:(92/118): python3-jaraco-8.2.1-3.el9.noarch.rpm 426 kB/s | 11 kB 00:00 2024-07-27T18:09:00.420 INFO:teuthology.orchestra.run.smithi029.stdout:(93/118): python3-jaraco-classes-3.2.1-5.el9.no 698 kB/s | 18 kB 00:00 2024-07-27T18:09:00.449 INFO:teuthology.orchestra.run.smithi179.stdout:(19/118): librgw2-18.2.2-1767.ga3bbd728.el9.x86 19 MB/s | 4.5 MB 00:00 2024-07-27T18:09:00.454 INFO:teuthology.orchestra.run.smithi029.stdout:(94/118): python3-jaraco-collections-3.0.0-8.el 691 kB/s | 23 kB 00:00 2024-07-27T18:09:00.474 INFO:teuthology.orchestra.run.smithi179.stdout:(20/118): python3-cephfs-18.2.2-1767.ga3bbd728. 1.6 MB/s | 188 kB 00:00 2024-07-27T18:09:00.488 INFO:teuthology.orchestra.run.smithi029.stdout:(95/118): python3-jaraco-functools-3.5.0-2.el9. 582 kB/s | 19 kB 00:00 2024-07-27T18:09:00.500 INFO:teuthology.orchestra.run.smithi179.stdout:(21/118): python3-rados-18.2.2-1767.ga3bbd728.e 7.2 MB/s | 369 kB 00:00 2024-07-27T18:09:00.513 INFO:teuthology.orchestra.run.smithi029.stdout:(96/118): python3-jaraco-text-3.2.0-6.el9.noarc 778 kB/s | 20 kB 00:00 2024-07-27T18:09:00.533 INFO:teuthology.orchestra.run.smithi179.stdout:(22/118): python3-rbd-18.2.2-1767.ga3bbd728.el9 5.8 MB/s | 348 kB 00:00 2024-07-27T18:09:00.567 INFO:teuthology.orchestra.run.smithi179.stdout:(23/118): python3-rgw-18.2.2-1767.ga3bbd728.el9 1.7 MB/s | 116 kB 00:00 2024-07-27T18:09:00.593 INFO:teuthology.orchestra.run.smithi179.stdout:(24/118): rbd-fuse-18.2.2-1767.ga3bbd728.el9.x8 1.4 MB/s | 87 kB 00:00 2024-07-27T18:09:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:(97/118): libarrow-9.0.0-11.el9.x86_64.rpm 6.9 MB/s | 4.4 MB 00:00 2024-07-27T18:09:00.651 INFO:teuthology.orchestra.run.smithi179.stdout:(25/118): rbd-nbd-18.2.2-1767.ga3bbd728.el9.x86 2.9 MB/s | 172 kB 00:00 2024-07-27T18:09:00.656 INFO:teuthology.orchestra.run.smithi029.stdout:(98/118): python3-logutils-0.3.5-21.el9.noarch. 1.8 MB/s | 46 kB 00:00 2024-07-27T18:09:00.682 INFO:teuthology.orchestra.run.smithi029.stdout:(99/118): python3-more-itertools-8.12.0-2.el9.n 3.1 MB/s | 79 kB 00:00 2024-07-27T18:09:00.719 INFO:teuthology.orchestra.run.smithi179.stdout:(26/118): rbd-mirror-18.2.2-1767.ga3bbd728.el9. 20 MB/s | 3.0 MB 00:00 2024-07-27T18:09:00.724 INFO:teuthology.orchestra.run.smithi029.stdout:(100/118): python3-kubernetes-26.1.0-2.el9.noar 4.9 MB/s | 1.0 MB 00:00 2024-07-27T18:09:00.744 INFO:teuthology.orchestra.run.smithi179.stdout:(27/118): ceph-grafana-dashboards-18.2.2-1767.g 265 kB/s | 24 kB 00:00 2024-07-27T18:09:00.749 INFO:teuthology.orchestra.run.smithi029.stdout:(101/118): python3-natsort-7.1.1-5.el9.noarch.r 858 kB/s | 58 kB 00:00 2024-07-27T18:09:00.769 INFO:teuthology.orchestra.run.smithi179.stdout:(28/118): ceph-mgr-cephadm-18.2.2-1767.ga3bbd72 2.7 MB/s | 139 kB 00:00 2024-07-27T18:09:00.775 INFO:teuthology.orchestra.run.smithi029.stdout:(102/118): python3-portend-3.1.0-2.el9.noarch.r 653 kB/s | 16 kB 00:00 2024-07-27T18:09:00.809 INFO:teuthology.orchestra.run.smithi029.stdout:(103/118): python3-pecan-1.4.2-3.el9.noarch.rpm 4.5 MB/s | 272 kB 00:00 2024-07-27T18:09:00.834 INFO:teuthology.orchestra.run.smithi029.stdout:(104/118): python3-pyOpenSSL-21.0.0-1.el9.noarc 1.5 MB/s | 90 kB 00:00 2024-07-27T18:09:00.861 INFO:teuthology.orchestra.run.smithi029.stdout:(105/118): python3-repoze-lru-0.7-16.el9.noarch 588 kB/s | 31 kB 00:00 2024-07-27T18:09:00.887 INFO:teuthology.orchestra.run.smithi029.stdout:(106/118): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-07-27T18:09:00.912 INFO:teuthology.orchestra.run.smithi029.stdout:(107/118): python3-tempora-5.0.0-2.el9.noarch.r 1.4 MB/s | 36 kB 00:00 2024-07-27T18:09:00.938 INFO:teuthology.orchestra.run.smithi029.stdout:(108/118): python3-routes-2.5.1-5.el9.noarch.rp 1.8 MB/s | 188 kB 00:00 2024-07-27T18:09:01.011 INFO:teuthology.orchestra.run.smithi179.stdout:(29/118): ceph-mgr-dashboard-18.2.2-1767.ga3bbd 13 MB/s | 3.5 MB 00:00 2024-07-27T18:09:01.086 INFO:teuthology.orchestra.run.smithi179.stdout:(30/118): ceph-mgr-modules-core-18.2.2-1767.ga3 3.2 MB/s | 246 kB 00:00 2024-07-27T18:09:01.178 INFO:teuthology.orchestra.run.smithi179.stdout:(31/118): ceph-mgr-diskprediction-local-18.2.2- 18 MB/s | 7.4 MB 00:00 2024-07-27T18:09:01.204 INFO:teuthology.orchestra.run.smithi179.stdout:(32/118): ceph-mgr-rook-18.2.2-1767.ga3bbd728.e 422 kB/s | 49 kB 00:00 2024-07-27T18:09:01.205 INFO:teuthology.orchestra.run.smithi029.stdout:(109/118): python3-scipy-1.6.2-8.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-07-27T18:09:01.229 INFO:teuthology.orchestra.run.smithi179.stdout:(33/118): ceph-prometheus-alerts-18.2.2-1767.ga 328 kB/s | 16 kB 00:00 2024-07-27T18:09:01.231 INFO:teuthology.orchestra.run.smithi029.stdout:(110/118): python3-typing-extensions-4.4.0-2.el 160 kB/s | 51 kB 00:00 2024-07-27T18:09:01.254 INFO:teuthology.orchestra.run.smithi179.stdout:(34/118): cephadm-18.2.2-1767.ga3bbd728.el9.noa 4.4 MB/s | 224 kB 00:00 2024-07-27T18:09:01.323 INFO:teuthology.orchestra.run.smithi029.stdout:(111/118): python3-webob-1.8.7-6.el9.noarch.rpm 597 kB/s | 230 kB 00:00 2024-07-27T18:09:01.357 INFO:teuthology.orchestra.run.smithi029.stdout:(112/118): python3-zc-lockfile-2.0-10.el9.noarc 644 kB/s | 20 kB 00:00 2024-07-27T18:09:01.383 INFO:teuthology.orchestra.run.smithi029.stdout:(113/118): python3-websocket-client-1.2.3-2.el9 508 kB/s | 90 kB 00:00 2024-07-27T18:09:01.416 INFO:teuthology.orchestra.run.smithi029.stdout:(114/118): python3-werkzeug-2.0.3-3.el9.1.noarc 2.7 MB/s | 427 kB 00:00 2024-07-27T18:09:01.442 INFO:teuthology.orchestra.run.smithi029.stdout:(115/118): re2-20211101-3.el9.x86_64.rpm 2.2 MB/s | 192 kB 00:00 2024-07-27T18:09:01.509 INFO:teuthology.orchestra.run.smithi029.stdout:(116/118): thrift-0.15.0-2.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2024-07-27T18:09:01.701 INFO:teuthology.orchestra.run.smithi029.stdout:(117/118): librados2-18.2.2-1767.ga3bbd728.el9. 12 MB/s | 3.3 MB 00:00 2024-07-27T18:09:01.738 INFO:teuthology.orchestra.run.smithi179.stdout:(35/118): ceph-test-18.2.2-1767.ga3bbd728.el9.x 19 MB/s | 40 MB 00:02 2024-07-27T18:09:01.764 INFO:teuthology.orchestra.run.smithi179.stdout:(36/118): fuse-2.9.9-16.el9.x86_64.rpm 149 kB/s | 80 kB 00:00 2024-07-27T18:09:01.818 INFO:teuthology.orchestra.run.smithi029.stdout:(118/118): librbd1-18.2.2-1767.ga3bbd728.el9.x8 8.0 MB/s | 3.0 MB 00:00 2024-07-27T18:09:01.824 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-07-27T18:09:01.824 INFO:teuthology.orchestra.run.smithi029.stdout:Total 21 MB/s | 179 MB 00:08 2024-07-27T18:09:02.189 INFO:teuthology.orchestra.run.smithi179.stdout:(37/118): libgfortran-11.4.1-3.el9.x86_64.rpm 860 kB/s | 803 kB 00:00 2024-07-27T18:09:02.233 INFO:teuthology.orchestra.run.smithi179.stdout:(38/118): python3-cffi-1.14.5-5.el9.x86_64.rpm 540 kB/s | 253 kB 00:00 2024-07-27T18:09:02.256 INFO:teuthology.orchestra.run.smithi179.stdout:(39/118): libquadmath-11.4.1-3.el9.x86_64.rpm 378 kB/s | 195 kB 00:00 2024-07-27T18:09:02.365 INFO:teuthology.orchestra.run.smithi179.stdout:(40/118): python3-ply-3.11-14.el9.noarch.rpm 810 kB/s | 106 kB 00:00 2024-07-27T18:09:02.390 INFO:teuthology.orchestra.run.smithi179.stdout:(41/118): python3-pycparser-2.20-6.el9.noarch.r 1.0 MB/s | 135 kB 00:00 2024-07-27T18:09:02.424 INFO:teuthology.orchestra.run.smithi179.stdout:(42/118): python3-cryptography-36.0.1-4.el9.x86 5.2 MB/s | 1.2 MB 00:00 2024-07-27T18:09:02.466 INFO:teuthology.orchestra.run.smithi179.stdout:(43/118): python3-requests-2.25.1-8.el9.noarch. 1.2 MB/s | 125 kB 00:00 2024-07-27T18:09:02.574 INFO:teuthology.orchestra.run.smithi179.stdout:(44/118): python3-urllib3-1.26.5-6.el9.noarch.r 1.1 MB/s | 215 kB 00:00 2024-07-27T18:09:02.587 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-07-27T18:09:02.591 INFO:teuthology.orchestra.run.smithi179.stdout:(45/118): flexiblas-3.0.4-8.el9.x86_64.rpm 261 kB/s | 33 kB 00:00 2024-07-27T18:09:02.617 INFO:teuthology.orchestra.run.smithi179.stdout:(46/118): boost-program-options-1.75.0-8.el9.x8 555 kB/s | 107 kB 00:00 2024-07-27T18:09:02.644 INFO:teuthology.orchestra.run.smithi179.stdout:(47/118): flexiblas-openblas-openmp-3.0.4-8.el9 347 kB/s | 18 kB 00:00 2024-07-27T18:09:02.693 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-07-27T18:09:02.694 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-07-27T18:09:02.703 INFO:teuthology.orchestra.run.smithi179.stdout:(48/118): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.8 MB/s | 160 kB 00:00 2024-07-27T18:09:02.728 INFO:teuthology.orchestra.run.smithi179.stdout:(49/118): librabbitmq-0.11.0-7.el9.x86_64.rpm 540 kB/s | 45 kB 00:00 2024-07-27T18:09:02.795 INFO:teuthology.orchestra.run.smithi179.stdout:(50/118): librdkafka-1.6.1-102.el9.x86_64.rpm 7.1 MB/s | 662 kB 00:00 2024-07-27T18:09:02.853 INFO:teuthology.orchestra.run.smithi179.stdout:(51/118): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.3 MB/s | 292 kB 00:00 2024-07-27T18:09:02.879 INFO:teuthology.orchestra.run.smithi179.stdout:(52/118): openblas-0.3.21-2.el9.x86_64.rpm 422 kB/s | 35 kB 00:00 2024-07-27T18:09:02.937 INFO:teuthology.orchestra.run.smithi179.stdout:(53/118): python3-attrs-20.3.0-7.el9.noarch.rpm 1.5 MB/s | 87 kB 00:00 2024-07-27T18:09:03.004 INFO:teuthology.orchestra.run.smithi179.stdout:(54/118): flexiblas-netlib-3.0.4-8.el9.x86_64.r 7.0 MB/s | 3.0 MB 00:00 2024-07-27T18:09:03.063 INFO:teuthology.orchestra.run.smithi179.stdout:(55/118): python3-devel-3.9.18-3.el9.x86_64.rpm 4.1 MB/s | 244 kB 00:00 2024-07-27T18:09:03.121 INFO:teuthology.orchestra.run.smithi179.stdout:(56/118): python3-iniconfig-1.1.1-7.el9.noarch. 301 kB/s | 17 kB 00:00 2024-07-27T18:09:03.189 INFO:teuthology.orchestra.run.smithi179.stdout:(57/118): python3-jinja2-2.11.3-6.el9.noarch.rp 3.6 MB/s | 248 kB 00:00 2024-07-27T18:09:03.272 INFO:teuthology.orchestra.run.smithi179.stdout:(58/118): openblas-openmp-0.3.21-2.el9.x86_64.r 11 MB/s | 4.7 MB 00:00 2024-07-27T18:09:03.297 INFO:teuthology.orchestra.run.smithi179.stdout:(59/118): python3-jsonpatch-1.21-16.el9.noarch. 236 kB/s | 26 kB 00:00 2024-07-27T18:09:03.322 INFO:teuthology.orchestra.run.smithi179.stdout:(60/118): python3-jsonpointer-2.0-4.el9.noarch. 381 kB/s | 19 kB 00:00 2024-07-27T18:09:03.398 INFO:teuthology.orchestra.run.smithi179.stdout:(61/118): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 6.0 MB 00:00 2024-07-27T18:09:03.423 INFO:teuthology.orchestra.run.smithi179.stdout:(62/118): python3-markupsafe-1.1.1-12.el9.x86_6 347 kB/s | 35 kB 00:00 2024-07-27T18:09:03.448 INFO:teuthology.orchestra.run.smithi179.stdout:(63/118): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-07-27T18:09:03.482 INFO:teuthology.orchestra.run.smithi179.stdout:(64/118): python3-numpy-f2py-1.20.1-5.el9.x86_6 4.2 MB/s | 250 kB 00:00 2024-07-27T18:09:03.507 INFO:teuthology.orchestra.run.smithi179.stdout:(65/118): python3-oauthlib-3.1.1-5.el9.noarch.r 3.7 MB/s | 222 kB 00:00 2024-07-27T18:09:03.541 INFO:teuthology.orchestra.run.smithi179.stdout:(66/118): python3-packaging-20.9-5.el9.noarch.r 1.3 MB/s | 77 kB 00:00 2024-07-27T18:09:03.558 INFO:teuthology.orchestra.run.smithi179.stdout:(67/118): python3-pluggy-0.13.1-7.el9.noarch.rp 828 kB/s | 41 kB 00:00 2024-07-27T18:09:03.591 INFO:teuthology.orchestra.run.smithi179.stdout:(68/118): python3-prettytable-0.7.2-27.el9.noar 845 kB/s | 42 kB 00:00 2024-07-27T18:09:03.625 INFO:teuthology.orchestra.run.smithi179.stdout:(69/118): python3-py-1.10.0-6.el9.noarch.rpm 7.0 MB/s | 477 kB 00:00 2024-07-27T18:09:03.650 INFO:teuthology.orchestra.run.smithi179.stdout:(70/118): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.6 MB/s | 159 kB 00:00 2024-07-27T18:09:03.734 INFO:teuthology.orchestra.run.smithi179.stdout:(71/118): python3-numpy-1.20.1-5.el9.x86_64.rpm 15 MB/s | 5.1 MB 00:00 2024-07-27T18:09:03.759 INFO:teuthology.orchestra.run.smithi179.stdout:(72/118): python3-pyasn1-modules-0.4.8-6.el9.no 2.0 MB/s | 279 kB 00:00 2024-07-27T18:09:03.784 INFO:teuthology.orchestra.run.smithi179.stdout:(73/118): python3-pytest-6.2.2-7.el9.noarch.rpm 3.8 MB/s | 519 kB 00:00 2024-07-27T18:09:03.801 INFO:teuthology.orchestra.run.smithi179.stdout:(74/118): python3-pytz-2021.1-5.el9.noarch.rpm 759 kB/s | 51 kB 00:00 2024-07-27T18:09:03.818 INFO:teuthology.orchestra.run.smithi179.stdout:(75/118): python3-requests-oauthlib-1.3.0-12.el 910 kB/s | 54 kB 00:00 2024-07-27T18:09:03.844 INFO:teuthology.orchestra.run.smithi179.stdout:(76/118): python3-toml-0.10.2-6.el9.noarch.rpm 993 kB/s | 42 kB 00:00 2024-07-27T18:09:03.877 INFO:teuthology.orchestra.run.smithi179.stdout:(77/118): socat-1.7.4.1-6.el9.x86_64.rpm 5.1 MB/s | 304 kB 00:00 2024-07-27T18:09:03.894 INFO:teuthology.orchestra.run.smithi179.stdout:(78/118): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-07-27T18:09:03.978 INFO:teuthology.orchestra.run.smithi179.stdout:(79/118): fmt-8.1.1-5.el9.x86_64.rpm 1.1 MB/s | 111 kB 00:00 2024-07-27T18:09:04.020 INFO:teuthology.orchestra.run.smithi179.stdout:(80/118): gperftools-libs-2.9.1-2.el9.x86_64.rp 2.4 MB/s | 309 kB 00:00 2024-07-27T18:09:04.036 INFO:teuthology.orchestra.run.smithi179.stdout:(81/118): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.5 MB/s | 26 kB 00:00 2024-07-27T18:09:04.062 INFO:teuthology.orchestra.run.smithi179.stdout:(82/118): liboath-2.6.7-2.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2024-07-27T18:09:04.087 INFO:teuthology.orchestra.run.smithi179.stdout:(83/118): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2024-07-27T18:09:04.146 INFO:teuthology.orchestra.run.smithi179.stdout:(84/118): parquet-libs-9.0.0-11.el9.x86_64.rpm 14 MB/s | 839 kB 00:00 2024-07-27T18:09:04.221 INFO:teuthology.orchestra.run.smithi179.stdout:(85/118): libarrow-9.0.0-11.el9.x86_64.rpm 18 MB/s | 4.4 MB 00:00 2024-07-27T18:09:04.238 INFO:teuthology.orchestra.run.smithi179.stdout:(86/118): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 2.6 MB/s | 43 kB 00:00 2024-07-27T18:09:04.255 INFO:teuthology.orchestra.run.smithi179.stdout:(87/118): python3-cachetools-4.2.4-1.el9.noarch 1.9 MB/s | 32 kB 00:00 2024-07-27T18:09:04.272 INFO:teuthology.orchestra.run.smithi179.stdout:(88/118): python3-certifi-2023.05.07-4.el9.noar 846 kB/s | 14 kB 00:00 2024-07-27T18:09:04.297 INFO:teuthology.orchestra.run.smithi179.stdout:(89/118): python3-asyncssh-2.13.2-5.el9.noarch. 3.6 MB/s | 548 kB 00:00 2024-07-27T18:09:04.322 INFO:teuthology.orchestra.run.smithi179.stdout:(90/118): python3-cheroot-8.6.0-4.el9.noarch.rp 3.3 MB/s | 172 kB 00:00 2024-07-27T18:09:04.348 INFO:teuthology.orchestra.run.smithi179.stdout:(91/118): python3-cherrypy-18.6.1-2.el9.noarch. 6.9 MB/s | 358 kB 00:00 2024-07-27T18:09:04.373 INFO:teuthology.orchestra.run.smithi179.stdout:(92/118): python3-google-auth-2.32.0-1.el9.noar 4.2 MB/s | 216 kB 00:00 2024-07-27T18:09:04.377 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-07-27T18:09:04.378 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-07-27T18:09:04.398 INFO:teuthology.orchestra.run.smithi179.stdout:(93/118): python3-jaraco-8.2.1-3.el9.noarch.rpm 213 kB/s | 11 kB 00:00 2024-07-27T18:09:04.423 INFO:teuthology.orchestra.run.smithi179.stdout:(94/118): python3-jaraco-classes-3.2.1-5.el9.no 351 kB/s | 18 kB 00:00 2024-07-27T18:09:04.449 INFO:teuthology.orchestra.run.smithi179.stdout:(95/118): python3-jaraco-collections-3.0.0-8.el 460 kB/s | 23 kB 00:00 2024-07-27T18:09:04.474 INFO:teuthology.orchestra.run.smithi179.stdout:(96/118): python3-jaraco-functools-3.5.0-2.el9. 386 kB/s | 19 kB 00:00 2024-07-27T18:09:04.499 INFO:teuthology.orchestra.run.smithi179.stdout:(97/118): python3-jaraco-text-3.2.0-6.el9.noarc 391 kB/s | 20 kB 00:00 2024-07-27T18:09:04.524 INFO:teuthology.orchestra.run.smithi179.stdout:(98/118): python3-logutils-0.3.5-21.el9.noarch. 1.8 MB/s | 46 kB 00:00 2024-07-27T18:09:04.550 INFO:teuthology.orchestra.run.smithi179.stdout:(99/118): python3-more-itertools-8.12.0-2.el9.n 3.1 MB/s | 79 kB 00:00 2024-07-27T18:09:04.575 INFO:teuthology.orchestra.run.smithi179.stdout:(100/118): python3-natsort-7.1.1-5.el9.noarch.r 2.3 MB/s | 58 kB 00:00 2024-07-27T18:09:04.617 INFO:teuthology.orchestra.run.smithi179.stdout:(101/118): python3-kubernetes-26.1.0-2.el9.noar 7.1 MB/s | 1.0 MB 00:00 2024-07-27T18:09:04.642 INFO:teuthology.orchestra.run.smithi179.stdout:(102/118): python3-pecan-1.4.2-3.el9.noarch.rpm 4.0 MB/s | 272 kB 00:00 2024-07-27T18:09:04.667 INFO:teuthology.orchestra.run.smithi179.stdout:(103/118): python3-portend-3.1.0-2.el9.noarch.r 657 kB/s | 16 kB 00:00 2024-07-27T18:09:04.693 INFO:teuthology.orchestra.run.smithi179.stdout:(104/118): python3-pyOpenSSL-21.0.0-1.el9.noarc 1.8 MB/s | 90 kB 00:00 2024-07-27T18:09:04.710 INFO:teuthology.orchestra.run.smithi179.stdout:(105/118): python3-repoze-lru-0.7-16.el9.noarch 735 kB/s | 31 kB 00:00 2024-07-27T18:09:04.735 INFO:teuthology.orchestra.run.smithi179.stdout:(106/118): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-07-27T18:09:04.760 INFO:teuthology.orchestra.run.smithi179.stdout:(107/118): python3-routes-2.5.1-5.el9.noarch.rp 2.7 MB/s | 188 kB 00:00 2024-07-27T18:09:04.786 INFO:teuthology.orchestra.run.smithi179.stdout:(108/118): python3-tempora-5.0.0-2.el9.noarch.r 711 kB/s | 36 kB 00:00 2024-07-27T18:09:04.819 INFO:teuthology.orchestra.run.smithi179.stdout:(109/118): python3-typing-extensions-4.4.0-2.el 868 kB/s | 51 kB 00:00 2024-07-27T18:09:04.845 INFO:teuthology.orchestra.run.smithi179.stdout:(110/118): python3-websocket-client-1.2.3-2.el9 3.5 MB/s | 90 kB 00:00 2024-07-27T18:09:04.870 INFO:teuthology.orchestra.run.smithi179.stdout:(111/118): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-07-27T18:09:04.895 INFO:teuthology.orchestra.run.smithi179.stdout:(112/118): python3-zc-lockfile-2.0-10.el9.noarc 799 kB/s | 20 kB 00:00 2024-07-27T18:09:04.921 INFO:teuthology.orchestra.run.smithi179.stdout:(113/118): python3-werkzeug-2.0.3-3.el9.1.noarc 5.5 MB/s | 427 kB 00:00 2024-07-27T18:09:04.946 INFO:teuthology.orchestra.run.smithi179.stdout:(114/118): re2-20211101-3.el9.x86_64.rpm 3.7 MB/s | 192 kB 00:00 2024-07-27T18:09:05.121 INFO:teuthology.orchestra.run.smithi179.stdout:(115/118): python3-scipy-1.6.2-8.el9.x86_64.rpm 12 MB/s | 16 MB 00:01 2024-07-27T18:09:05.163 INFO:teuthology.orchestra.run.smithi179.stdout:(116/118): thrift-0.15.0-2.el9.x86_64.rpm 6.5 MB/s | 1.6 MB 00:00 2024-07-27T18:09:05.313 INFO:teuthology.orchestra.run.smithi179.stdout:(117/118): librados2-18.2.2-1767.ga3bbd728.el9. 9.0 MB/s | 3.3 MB 00:00 2024-07-27T18:09:05.522 INFO:teuthology.orchestra.run.smithi179.stdout:(118/118): librbd1-18.2.2-1767.ga3bbd728.el9.x8 7.5 MB/s | 3.0 MB 00:00 2024-07-27T18:09:05.526 INFO:teuthology.orchestra.run.smithi179.stdout:-------------------------------------------------------------------------------- 2024-07-27T18:09:05.526 INFO:teuthology.orchestra.run.smithi179.stdout:Total 24 MB/s | 179 MB 00:07 2024-07-27T18:09:06.272 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction check 2024-07-27T18:09:06.369 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction check succeeded. 2024-07-27T18:09:06.369 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction test 2024-07-27T18:09:07.989 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction test succeeded. 2024-07-27T18:09:07.989 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction 2024-07-27T18:09:09.170 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-07-27T18:09:09.258 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : thrift-0.15.0-2.el9.x86_64 1/120 2024-07-27T18:09:09.283 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 2/120 2024-07-27T18:09:09.351 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 3/120 2024-07-27T18:09:09.698 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 4/120 2024-07-27T18:09:09.878 INFO:teuthology.orchestra.run.smithi029.stdout: Upgrading : librados2-2:18.2.2-1767.ga3bbd728.el9.x86_64 5/120 2024-07-27T18:09:10.010 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librados2-2:18.2.2-1767.ga3bbd728.el9.x86_64 5/120 2024-07-27T18:09:10.040 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libcephfs2-2:18.2.2-1767.ga3bbd728.el9.x86_64 6/120 2024-07-27T18:09:10.137 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libcephfs2-2:18.2.2-1767.ga3bbd728.el9.x86_64 6/120 2024-07-27T18:09:10.201 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rados-2:18.2.2-1767.ga3bbd728.el9.x86_64 7/120 2024-07-27T18:09:10.237 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/120 2024-07-27T18:09:10.283 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/120 2024-07-27T18:09:10.311 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libcephsqlite-2:18.2.2-1767.ga3bbd728.el9.x86_64 10/120 2024-07-27T18:09:10.414 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1767.ga3bbd728.el9.x86_64 10/120 2024-07-27T18:09:10.438 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libradosstriper1-2:18.2.2-1767.ga3bbd728.el9.x86 11/120 2024-07-27T18:09:10.570 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1767.ga3bbd728.el9.x86 11/120 2024-07-27T18:09:10.612 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 12/120 2024-07-27T18:09:10.653 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : liboath-2.6.7-2.el9.x86_64 13/120 2024-07-27T18:09:10.691 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/120 2024-07-27T18:09:10.741 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/120 2024-07-27T18:09:10.818 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 16/120 2024-07-27T18:09:10.870 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/120 2024-07-27T18:09:10.904 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/120 2024-07-27T18:09:10.985 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 19/120 2024-07-27T18:09:11.037 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 20/120 2024-07-27T18:09:11.081 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 21/120 2024-07-27T18:09:11.128 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 22/120 2024-07-27T18:09:11.172 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 23/120 2024-07-27T18:09:11.218 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-ceph-argparse-2:18.2.2-1767.ga3bbd728.el 24/120 2024-07-27T18:09:11.295 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cephfs-2:18.2.2-1767.ga3bbd728.el9.x86_6 25/120 2024-07-27T18:09:11.444 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 26/120 2024-07-27T18:09:11.506 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 27/120 2024-07-27T18:09:12.067 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rsa-4.9-2.el9.noarch 28/120 2024-07-27T18:09:12.376 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 29/120 2024-07-27T18:09:12.419 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 30/120 2024-07-27T18:09:12.454 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 31/120 2024-07-27T18:09:12.489 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 32/120 2024-07-27T18:09:12.539 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 33/120 2024-07-27T18:09:12.544 INFO:teuthology.orchestra.run.smithi179.stdout: Preparing : 1/1 2024-07-27T18:09:12.578 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librados-devel-2:18.2.2-1767.ga3bbd728.el9.x86_6 34/120 2024-07-27T18:09:12.600 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : thrift-0.15.0-2.el9.x86_64 1/120 2024-07-27T18:09:12.619 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 35/120 2024-07-27T18:09:12.634 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 2/120 2024-07-27T18:09:12.661 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 36/120 2024-07-27T18:09:12.698 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 3/120 2024-07-27T18:09:12.781 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : re2-1:20211101-3.el9.x86_64 37/120 2024-07-27T18:09:12.816 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 38/120 2024-07-27T18:09:12.882 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 39/120 2024-07-27T18:09:12.965 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 40/120 2024-07-27T18:09:13.011 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 41/120 2024-07-27T18:09:13.049 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 42/120 2024-07-27T18:09:13.069 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 4/120 2024-07-27T18:09:13.097 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 43/120 2024-07-27T18:09:13.134 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : librados2-2:18.2.2-1767.ga3bbd728.el9.x86_64 5/120 2024-07-27T18:09:13.160 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 44/120 2024-07-27T18:09:13.211 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 45/120 2024-07-27T18:09:13.238 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: librados2-2:18.2.2-1767.ga3bbd728.el9.x86_64 5/120 2024-07-27T18:09:13.277 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : libcephfs2-2:18.2.2-1767.ga3bbd728.el9.x86_64 6/120 2024-07-27T18:09:13.356 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 46/120 2024-07-27T18:09:13.385 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: libcephfs2-2:18.2.2-1767.ga3bbd728.el9.x86_64 6/120 2024-07-27T18:09:13.407 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 47/120 2024-07-27T18:09:13.428 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-rados-2:18.2.2-1767.ga3bbd728.el9.x86_64 7/120 2024-07-27T18:09:13.457 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/120 2024-07-27T18:09:13.458 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 48/120 2024-07-27T18:09:13.493 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/120 2024-07-27T18:09:13.521 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : libcephsqlite-2:18.2.2-1767.ga3bbd728.el9.x86_64 10/120 2024-07-27T18:09:13.560 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 49/120 2024-07-27T18:09:13.600 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 50/120 2024-07-27T18:09:13.621 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1767.ga3bbd728.el9.x86_64 10/120 2024-07-27T18:09:13.647 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : libradosstriper1-2:18.2.2-1767.ga3bbd728.el9.x86 11/120 2024-07-27T18:09:13.650 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 51/120 2024-07-27T18:09:13.693 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 52/120 2024-07-27T18:09:13.730 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 53/120 2024-07-27T18:09:13.767 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : fmt-8.1.1-5.el9.x86_64 54/120 2024-07-27T18:09:13.775 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1767.ga3bbd728.el9.x86 11/120 2024-07-27T18:09:13.810 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 12/120 2024-07-27T18:09:13.812 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 55/120 2024-07-27T18:09:13.850 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : liboath-2.6.7-2.el9.x86_64 13/120 2024-07-27T18:09:13.880 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/120 2024-07-27T18:09:13.921 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/120 2024-07-27T18:09:13.953 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 56/120 2024-07-27T18:09:13.986 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 16/120 2024-07-27T18:09:13.997 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-py-1.10.0-6.el9.noarch 57/120 2024-07-27T18:09:14.021 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/120 2024-07-27T18:09:14.038 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 58/120 2024-07-27T18:09:14.048 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/120 2024-07-27T18:09:14.090 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pluggy-0.13.1-7.el9.noarch 59/120 2024-07-27T18:09:14.118 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 19/120 2024-07-27T18:09:14.171 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 20/120 2024-07-27T18:09:14.201 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-packaging-20.9-5.el9.noarch 60/120 2024-07-27T18:09:14.217 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 21/120 2024-07-27T18:09:14.255 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 61/120 2024-07-27T18:09:14.260 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 22/120 2024-07-27T18:09:14.296 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 23/120 2024-07-27T18:09:14.341 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-ceph-argparse-2:18.2.2-1767.ga3bbd728.el 24/120 2024-07-27T18:09:14.415 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-cephfs-2:18.2.2-1767.ga3bbd728.el9.x86_6 25/120 2024-07-27T18:09:14.551 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 26/120 2024-07-27T18:09:14.609 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 27/120 2024-07-27T18:09:15.038 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 62/120 2024-07-27T18:09:15.131 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 63/120 2024-07-27T18:09:15.152 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-rsa-4.9-2.el9.noarch 28/120 2024-07-27T18:09:15.173 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 64/120 2024-07-27T18:09:15.216 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 65/120 2024-07-27T18:09:15.230 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 29/120 2024-07-27T18:09:15.284 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 30/120 2024-07-27T18:09:15.318 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 31/120 2024-07-27T18:09:15.321 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-iniconfig-1.1.1-7.el9.noarch 66/120 2024-07-27T18:09:15.354 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 32/120 2024-07-27T18:09:15.386 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 67/120 2024-07-27T18:09:15.393 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 33/120 2024-07-27T18:09:15.420 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-attrs-20.3.0-7.el9.noarch 68/120 2024-07-27T18:09:15.432 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : librados-devel-2:18.2.2-1767.ga3bbd728.el9.x86_6 34/120 2024-07-27T18:09:15.462 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 35/120 2024-07-27T18:09:15.496 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 36/120 2024-07-27T18:09:15.603 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : re2-1:20211101-3.el9.x86_64 37/120 2024-07-27T18:09:15.605 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : openblas-0.3.21-2.el9.x86_64 69/120 2024-07-27T18:09:15.633 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 38/120 2024-07-27T18:09:15.636 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 70/120 2024-07-27T18:09:15.689 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 39/120 2024-07-27T18:09:15.724 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 71/120 2024-07-27T18:09:15.762 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 40/120 2024-07-27T18:09:15.800 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 41/120 2024-07-27T18:09:15.837 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 42/120 2024-07-27T18:09:15.884 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 43/120 2024-07-27T18:09:15.929 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 44/120 2024-07-27T18:09:15.972 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 45/120 2024-07-27T18:09:16.110 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 46/120 2024-07-27T18:09:16.173 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 47/120 2024-07-27T18:09:16.214 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 48/120 2024-07-27T18:09:16.315 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 49/120 2024-07-27T18:09:16.365 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 50/120 2024-07-27T18:09:16.407 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 51/120 2024-07-27T18:09:16.429 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 72/120 2024-07-27T18:09:16.447 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 52/120 2024-07-27T18:09:16.474 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 53/120 2024-07-27T18:09:16.514 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : fmt-8.1.1-5.el9.x86_64 54/120 2024-07-27T18:09:16.562 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 73/120 2024-07-27T18:09:16.572 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 55/120 2024-07-27T18:09:16.707 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 56/120 2024-07-27T18:09:16.746 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-py-1.10.0-6.el9.noarch 57/120 2024-07-27T18:09:16.785 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 58/120 2024-07-27T18:09:16.836 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pluggy-0.13.1-7.el9.noarch 59/120 2024-07-27T18:09:16.935 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-packaging-20.9-5.el9.noarch 60/120 2024-07-27T18:09:16.990 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 61/120 2024-07-27T18:09:17.743 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 62/120 2024-07-27T18:09:17.795 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 63/120 2024-07-27T18:09:17.837 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 64/120 2024-07-27T18:09:17.871 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 65/120 2024-07-27T18:09:17.911 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 74/120 2024-07-27T18:09:17.974 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-iniconfig-1.1.1-7.el9.noarch 66/120 2024-07-27T18:09:18.015 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 75/120 2024-07-27T18:09:18.030 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 67/120 2024-07-27T18:09:18.064 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-attrs-20.3.0-7.el9.noarch 68/120 2024-07-27T18:09:18.242 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : openblas-0.3.21-2.el9.x86_64 69/120 2024-07-27T18:09:18.279 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 70/120 2024-07-27T18:09:18.334 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 76/120 2024-07-27T18:09:18.358 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 71/120 2024-07-27T18:09:18.388 INFO:teuthology.orchestra.run.smithi029.stdout: Upgrading : librbd1-2:18.2.2-1767.ga3bbd728.el9.x86_64 77/120 2024-07-27T18:09:18.485 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librbd1-2:18.2.2-1767.ga3bbd728.el9.x86_64 77/120 2024-07-27T18:09:18.511 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rbd-2:18.2.2-1767.ga3bbd728.el9.x86_64 78/120 2024-07-27T18:09:18.556 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 79/120 2024-07-27T18:09:18.983 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 80/120 2024-07-27T18:09:19.018 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librgw2-2:18.2.2-1767.ga3bbd728.el9.x86_64 81/120 2024-07-27T18:09:19.041 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 72/120 2024-07-27T18:09:19.092 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librgw2-2:18.2.2-1767.ga3bbd728.el9.x86_64 81/120 2024-07-27T18:09:19.143 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 82/120 2024-07-27T18:09:19.153 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 73/120 2024-07-27T18:09:19.203 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-ply-3.11-14.el9.noarch 83/120 2024-07-27T18:09:19.267 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 84/120 2024-07-27T18:09:19.474 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 85/120 2024-07-27T18:09:19.534 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 86/120 2024-07-27T18:09:19.619 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 87/120 2024-07-27T18:09:19.715 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 88/120 2024-07-27T18:09:19.868 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 89/120 2024-07-27T18:09:19.914 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 90/120 2024-07-27T18:09:19.946 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 91/120 2024-07-27T18:09:19.984 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : fuse-2.9.9-16.el9.x86_64 92/120 2024-07-27T18:09:20.447 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: cephadm-2:18.2.2-1767.ga3bbd728.el9.noarch 93/120 2024-07-27T18:09:20.470 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 74/120 2024-07-27T18:09:20.476 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : cephadm-2:18.2.2-1767.ga3bbd728.el9.noarch 93/120 2024-07-27T18:09:20.515 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1767.ga3bbd728.e 94/120 2024-07-27T18:09:20.568 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 75/120 2024-07-27T18:09:20.597 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1767.ga3bbd728. 95/120 2024-07-27T18:09:20.629 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-ceph-common-2:18.2.2-1767.ga3bbd728.el9. 96/120 2024-07-27T18:09:20.872 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 76/120 2024-07-27T18:09:20.922 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : librbd1-2:18.2.2-1767.ga3bbd728.el9.x86_64 77/120 2024-07-27T18:09:21.016 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: librbd1-2:18.2.2-1767.ga3bbd728.el9.x86_64 77/120 2024-07-27T18:09:21.043 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-rbd-2:18.2.2-1767.ga3bbd728.el9.x86_64 78/120 2024-07-27T18:09:21.079 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 79/120 2024-07-27T18:09:21.481 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 80/120 2024-07-27T18:09:21.708 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : librgw2-2:18.2.2-1767.ga3bbd728.el9.x86_64 81/120 2024-07-27T18:09:21.788 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: librgw2-2:18.2.2-1767.ga3bbd728.el9.x86_64 81/120 2024-07-27T18:09:21.829 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-rgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 82/120 2024-07-27T18:09:21.887 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-ply-3.11-14.el9.noarch 83/120 2024-07-27T18:09:21.950 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 84/120 2024-07-27T18:09:22.147 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 85/120 2024-07-27T18:09:22.209 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 86/120 2024-07-27T18:09:22.279 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 87/120 2024-07-27T18:09:22.377 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 88/120 2024-07-27T18:09:22.518 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 89/120 2024-07-27T18:09:22.573 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 90/120 2024-07-27T18:09:22.607 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 91/120 2024-07-27T18:09:22.635 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : fuse-2.9.9-16.el9.x86_64 92/120 2024-07-27T18:09:22.847 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-common-2:18.2.2-1767.ga3bbd728.el9.x86_64 97/120 2024-07-27T18:09:22.884 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-common-2:18.2.2-1767.ga3bbd728.el9.x86_64 97/120 2024-07-27T18:09:23.101 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: cephadm-2:18.2.2-1767.ga3bbd728.el9.noarch 93/120 2024-07-27T18:09:23.132 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : cephadm-2:18.2.2-1767.ga3bbd728.el9.noarch 93/120 2024-07-27T18:09:23.162 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1767.ga3bbd728.e 94/120 2024-07-27T18:09:23.237 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1767.ga3bbd728. 95/120 2024-07-27T18:09:23.290 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-ceph-common-2:18.2.2-1767.ga3bbd728.el9. 96/120 2024-07-27T18:09:23.445 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-common-2:18.2.2-1767.ga3bbd728.el9.x86_64 97/120 2024-07-27T18:09:23.492 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-base-2:18.2.2-1767.ga3bbd728.el9.x86_64 98/120 2024-07-27T18:09:23.602 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-base-2:18.2.2-1767.ga3bbd728.el9.x86_64 98/120 2024-07-27T18:09:23.602 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-07-27T18:09:23.603 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-07-27T18:09:23.603 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:09:23.637 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-selinux-2:18.2.2-1767.ga3bbd728.el9.x86_64 99/120 2024-07-27T18:09:25.250 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-common-2:18.2.2-1767.ga3bbd728.el9.x86_64 97/120 2024-07-27T18:09:25.303 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-common-2:18.2.2-1767.ga3bbd728.el9.x86_64 97/120 2024-07-27T18:09:25.842 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-common-2:18.2.2-1767.ga3bbd728.el9.x86_64 97/120 2024-07-27T18:09:25.881 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-base-2:18.2.2-1767.ga3bbd728.el9.x86_64 98/120 2024-07-27T18:09:25.967 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-base-2:18.2.2-1767.ga3bbd728.el9.x86_64 98/120 2024-07-27T18:09:25.968 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-07-27T18:09:25.968 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-07-27T18:09:25.968 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:09:26.008 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-selinux-2:18.2.2-1767.ga3bbd728.el9.x86_64 99/120 2024-07-27T18:09:37.585 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1767.ga3bbd728.el9.x86_64 99/120 2024-07-27T18:09:37.585 INFO:teuthology.orchestra.run.smithi179.stdout:skipping the directory /sys 2024-07-27T18:09:37.585 INFO:teuthology.orchestra.run.smithi179.stdout:skipping the directory /proc 2024-07-27T18:09:37.585 INFO:teuthology.orchestra.run.smithi179.stdout:skipping the directory /mnt 2024-07-27T18:09:37.585 INFO:teuthology.orchestra.run.smithi179.stdout:skipping the directory /var/tmp 2024-07-27T18:09:37.585 INFO:teuthology.orchestra.run.smithi179.stdout:skipping the directory /home 2024-07-27T18:09:37.585 INFO:teuthology.orchestra.run.smithi179.stdout:skipping the directory /root 2024-07-27T18:09:37.586 INFO:teuthology.orchestra.run.smithi179.stdout:skipping the directory /tmp 2024-07-27T18:09:37.586 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:09:37.679 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1767.ga3bbd728.el9.noa 100/120 2024-07-27T18:09:38.743 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1767.ga3bbd728.el9.noa 100/120 2024-07-27T18:09:38.773 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1767.ga3bbd728.el9.n 101/120 2024-07-27T18:09:38.813 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1767.ga3bbd728.el9.x86_64 99/120 2024-07-27T18:09:38.813 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /sys 2024-07-27T18:09:38.813 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /proc 2024-07-27T18:09:38.813 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /mnt 2024-07-27T18:09:38.813 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /var/tmp 2024-07-27T18:09:38.813 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /home 2024-07-27T18:09:38.813 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /root 2024-07-27T18:09:38.813 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /tmp 2024-07-27T18:09:38.813 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:09:38.905 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1767.ga3bbd728.el9.noa 100/120 2024-07-27T18:09:39.750 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1767.ga3bbd728.el9.n 101/120 2024-07-27T18:09:39.776 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1767.ga3b 102/120 2024-07-27T18:09:39.879 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1767.ga3b 102/120 2024-07-27T18:09:40.004 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1767.ga3bbd728.el9.noa 100/120 2024-07-27T18:09:40.036 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1767.ga3bbd728.el 103/120 2024-07-27T18:09:40.057 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1767.ga3bbd728.el9.n 101/120 2024-07-27T18:09:40.070 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-mgr-2:18.2.2-1767.ga3bbd728.el9.x86_64 104/120 2024-07-27T18:09:40.094 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1767.ga3bbd728.el9.x86_64 104/120 2024-07-27T18:09:40.094 INFO:teuthology.orchestra.run.smithi179.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:40.094 INFO:teuthology.orchestra.run.smithi179.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-07-27T18:09:40.094 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-27T18:09:40.094 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-27T18:09:40.094 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:09:40.145 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-mgr-rook-2:18.2.2-1767.ga3bbd728.el9.noarch 105/120 2024-07-27T18:09:40.330 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1767.ga3bbd728.el9.noarch 105/120 2024-07-27T18:09:40.371 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-mds-2:18.2.2-1767.ga3bbd728.el9.x86_64 106/120 2024-07-27T18:09:40.395 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-mds-2:18.2.2-1767.ga3bbd728.el9.x86_64 106/120 2024-07-27T18:09:40.395 INFO:teuthology.orchestra.run.smithi179.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:40.395 INFO:teuthology.orchestra.run.smithi179.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-07-27T18:09:40.395 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-27T18:09:40.395 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-27T18:09:40.395 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:09:40.838 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-mon-2:18.2.2-1767.ga3bbd728.el9.x86_64 107/120 2024-07-27T18:09:40.862 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-mon-2:18.2.2-1767.ga3bbd728.el9.x86_64 107/120 2024-07-27T18:09:40.862 INFO:teuthology.orchestra.run.smithi179.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:40.862 INFO:teuthology.orchestra.run.smithi179.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-07-27T18:09:40.863 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-27T18:09:40.863 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-27T18:09:40.863 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:09:41.072 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1767.ga3bbd728.el9.n 101/120 2024-07-27T18:09:41.107 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1767.ga3b 102/120 2024-07-27T18:09:41.212 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1767.ga3b 102/120 2024-07-27T18:09:41.384 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1767.ga3bbd728.el 103/120 2024-07-27T18:09:41.421 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-2:18.2.2-1767.ga3bbd728.el9.x86_64 104/120 2024-07-27T18:09:41.446 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1767.ga3bbd728.el9.x86_64 104/120 2024-07-27T18:09:41.446 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:41.446 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-07-27T18:09:41.446 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-27T18:09:41.446 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-27T18:09:41.446 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:09:41.497 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-rook-2:18.2.2-1767.ga3bbd728.el9.noarch 105/120 2024-07-27T18:09:41.691 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1767.ga3bbd728.el9.noarch 105/120 2024-07-27T18:09:41.748 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mds-2:18.2.2-1767.ga3bbd728.el9.x86_64 106/120 2024-07-27T18:09:41.773 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mds-2:18.2.2-1767.ga3bbd728.el9.x86_64 106/120 2024-07-27T18:09:41.773 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:41.773 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-07-27T18:09:41.773 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-27T18:09:41.773 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-27T18:09:41.773 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:09:42.241 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mon-2:18.2.2-1767.ga3bbd728.el9.x86_64 107/120 2024-07-27T18:09:42.266 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mon-2:18.2.2-1767.ga3bbd728.el9.x86_64 107/120 2024-07-27T18:09:42.266 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:42.266 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-07-27T18:09:42.266 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-27T18:09:42.266 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-27T18:09:42.266 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:09:42.272 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-osd-2:18.2.2-1767.ga3bbd728.el9.x86_64 108/120 2024-07-27T18:09:42.300 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-osd-2:18.2.2-1767.ga3bbd728.el9.x86_64 108/120 2024-07-27T18:09:42.300 INFO:teuthology.orchestra.run.smithi179.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:42.300 INFO:teuthology.orchestra.run.smithi179.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-07-27T18:09:42.300 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-27T18:09:42.300 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-27T18:09:42.300 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:09:43.001 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-2:18.2.2-1767.ga3bbd728.el9.x86_64 109/120 2024-07-27T18:09:43.032 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-radosgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 110/120 2024-07-27T18:09:43.056 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 110/120 2024-07-27T18:09:43.056 INFO:teuthology.orchestra.run.smithi179.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:43.056 INFO:teuthology.orchestra.run.smithi179.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-07-27T18:09:43.057 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-27T18:09:43.057 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-27T18:09:43.057 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:09:43.108 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1767.ga3bbd 111/120 2024-07-27T18:09:43.131 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1767.ga3bbd 111/120 2024-07-27T18:09:43.131 INFO:teuthology.orchestra.run.smithi179.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:43.131 INFO:teuthology.orchestra.run.smithi179.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-07-27T18:09:43.131 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:09:43.425 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : rbd-mirror-2:18.2.2-1767.ga3bbd728.el9.x86_64 112/120 2024-07-27T18:09:43.448 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1767.ga3bbd728.el9.x86_64 112/120 2024-07-27T18:09:43.449 INFO:teuthology.orchestra.run.smithi179.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:43.449 INFO:teuthology.orchestra.run.smithi179.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-07-27T18:09:43.449 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-27T18:09:43.449 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-27T18:09:43.449 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:09:43.762 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-osd-2:18.2.2-1767.ga3bbd728.el9.x86_64 108/120 2024-07-27T18:09:43.790 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-osd-2:18.2.2-1767.ga3bbd728.el9.x86_64 108/120 2024-07-27T18:09:43.790 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:43.790 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-07-27T18:09:43.790 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-27T18:09:43.790 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-27T18:09:43.790 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:09:44.537 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-2:18.2.2-1767.ga3bbd728.el9.x86_64 109/120 2024-07-27T18:09:44.564 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-radosgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 110/120 2024-07-27T18:09:44.588 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 110/120 2024-07-27T18:09:44.588 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:44.589 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-07-27T18:09:44.589 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-27T18:09:44.589 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-27T18:09:44.589 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:09:44.649 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1767.ga3bbd 111/120 2024-07-27T18:09:44.672 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1767.ga3bbd 111/120 2024-07-27T18:09:44.672 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:44.672 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-07-27T18:09:44.672 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:09:44.983 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : rbd-mirror-2:18.2.2-1767.ga3bbd728.el9.x86_64 112/120 2024-07-27T18:09:45.008 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1767.ga3bbd728.el9.x86_64 112/120 2024-07-27T18:09:45.008 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-27T18:09:45.008 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-07-27T18:09:45.009 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-27T18:09:45.009 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-27T18:09:45.009 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:09:47.176 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-test-2:18.2.2-1767.ga3bbd728.el9.x86_64 113/120 2024-07-27T18:09:47.221 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : ceph-fuse-2:18.2.2-1767.ga3bbd728.el9.x86_64 114/120 2024-07-27T18:09:47.270 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : rbd-fuse-2:18.2.2-1767.ga3bbd728.el9.x86_64 115/120 2024-07-27T18:09:47.397 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : rbd-nbd-2:18.2.2-1767.ga3bbd728.el9.x86_64 116/120 2024-07-27T18:09:47.436 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pytest-6.2.2-7.el9.noarch 117/120 2024-07-27T18:09:47.467 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : libcephfs-devel-2:18.2.2-1767.ga3bbd728.el9.x86_ 118/120 2024-07-27T18:09:47.467 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 119/120 2024-07-27T18:09:47.551 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 119/120 2024-07-27T18:09:47.551 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 120/120 2024-07-27T18:09:48.967 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-test-2:18.2.2-1767.ga3bbd728.el9.x86_64 113/120 2024-07-27T18:09:49.009 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-fuse-2:18.2.2-1767.ga3bbd728.el9.x86_64 114/120 2024-07-27T18:09:49.060 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : rbd-fuse-2:18.2.2-1767.ga3bbd728.el9.x86_64 115/120 2024-07-27T18:09:49.184 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : rbd-nbd-2:18.2.2-1767.ga3bbd728.el9.x86_64 116/120 2024-07-27T18:09:49.237 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pytest-6.2.2-7.el9.noarch 117/120 2024-07-27T18:09:49.268 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libcephfs-devel-2:18.2.2-1767.ga3bbd728.el9.x86_ 118/120 2024-07-27T18:09:49.268 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 119/120 2024-07-27T18:09:49.361 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 119/120 2024-07-27T18:09:49.361 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 120/120 2024-07-27T18:09:52.523 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 120/120 2024-07-27T18:09:52.523 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-2:18.2.2-1767.ga3bbd728.el9.x86_64 1/120 2024-07-27T18:09:52.523 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-base-2:18.2.2-1767.ga3bbd728.el9.x86_64 2/120 2024-07-27T18:09:52.523 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-common-2:18.2.2-1767.ga3bbd728.el9.x86_64 3/120 2024-07-27T18:09:52.523 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-fuse-2:18.2.2-1767.ga3bbd728.el9.x86_64 4/120 2024-07-27T18:09:52.523 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1767.ga3bbd 5/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-mds-2:18.2.2-1767.ga3bbd728.el9.x86_64 6/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-mgr-2:18.2.2-1767.ga3bbd728.el9.x86_64 7/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-mon-2:18.2.2-1767.ga3bbd728.el9.x86_64 8/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-osd-2:18.2.2-1767.ga3bbd728.el9.x86_64 9/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-radosgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 10/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-selinux-2:18.2.2-1767.ga3bbd728.el9.x86_64 11/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-test-2:18.2.2-1767.ga3bbd728.el9.x86_64 12/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libcephfs-devel-2:18.2.2-1767.ga3bbd728.el9.x86_ 13/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libcephfs2-2:18.2.2-1767.ga3bbd728.el9.x86_64 14/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libcephsqlite-2:18.2.2-1767.ga3bbd728.el9.x86_64 15/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : librados-devel-2:18.2.2-1767.ga3bbd728.el9.x86_6 16/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libradosstriper1-2:18.2.2-1767.ga3bbd728.el9.x86 17/120 2024-07-27T18:09:52.524 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : librgw2-2:18.2.2-1767.ga3bbd728.el9.x86_64 18/120 2024-07-27T18:09:52.525 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1767.ga3bbd728.el 19/120 2024-07-27T18:09:52.525 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-ceph-common-2:18.2.2-1767.ga3bbd728.el9. 20/120 2024-07-27T18:09:52.525 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-cephfs-2:18.2.2-1767.ga3bbd728.el9.x86_6 21/120 2024-07-27T18:09:52.525 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-rados-2:18.2.2-1767.ga3bbd728.el9.x86_64 22/120 2024-07-27T18:09:52.525 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-rbd-2:18.2.2-1767.ga3bbd728.el9.x86_64 23/120 2024-07-27T18:09:52.525 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-rgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 24/120 2024-07-27T18:09:52.525 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : rbd-fuse-2:18.2.2-1767.ga3bbd728.el9.x86_64 25/120 2024-07-27T18:09:52.525 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : rbd-mirror-2:18.2.2-1767.ga3bbd728.el9.x86_64 26/120 2024-07-27T18:09:52.525 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : rbd-nbd-2:18.2.2-1767.ga3bbd728.el9.x86_64 27/120 2024-07-27T18:09:52.535 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1767.ga3bbd728. 28/120 2024-07-27T18:09:52.535 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1767.ga3bbd728.el9.noa 29/120 2024-07-27T18:09:52.535 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1767.ga3bbd728.el9.n 30/120 2024-07-27T18:09:52.535 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1767.ga3b 31/120 2024-07-27T18:09:52.535 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1767.ga3bbd728.el 32/120 2024-07-27T18:09:52.536 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1767.ga3bbd728.el9.noarch 33/120 2024-07-27T18:09:52.536 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1767.ga3bbd728.e 34/120 2024-07-27T18:09:52.536 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : cephadm-2:18.2.2-1767.ga3bbd728.el9.noarch 35/120 2024-07-27T18:09:52.537 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 36/120 2024-07-27T18:09:52.537 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 37/120 2024-07-27T18:09:52.537 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 38/120 2024-07-27T18:09:52.537 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 39/120 2024-07-27T18:09:52.537 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 40/120 2024-07-27T18:09:52.537 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-ply-3.11-14.el9.noarch 41/120 2024-07-27T18:09:52.538 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 42/120 2024-07-27T18:09:52.538 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 43/120 2024-07-27T18:09:52.538 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 44/120 2024-07-27T18:09:52.538 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 45/120 2024-07-27T18:09:52.538 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 46/120 2024-07-27T18:09:52.538 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 47/120 2024-07-27T18:09:52.538 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 48/120 2024-07-27T18:09:52.538 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 49/120 2024-07-27T18:09:52.538 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 50/120 2024-07-27T18:09:52.538 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 51/120 2024-07-27T18:09:52.538 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 52/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 53/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 54/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-attrs-20.3.0-7.el9.noarch 55/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 56/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 57/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-iniconfig-1.1.1-7.el9.noarch 58/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 59/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 60/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 61/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 62/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 63/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 64/120 2024-07-27T18:09:52.539 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 65/120 2024-07-27T18:09:52.540 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 66/120 2024-07-27T18:09:52.540 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 67/120 2024-07-27T18:09:52.540 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pluggy-0.13.1-7.el9.noarch 68/120 2024-07-27T18:09:52.540 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 69/120 2024-07-27T18:09:52.540 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-py-1.10.0-6.el9.noarch 70/120 2024-07-27T18:09:52.540 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 71/120 2024-07-27T18:09:52.540 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 72/120 2024-07-27T18:09:52.540 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pytest-6.2.2-7.el9.noarch 73/120 2024-07-27T18:09:52.541 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 74/120 2024-07-27T18:09:52.541 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 75/120 2024-07-27T18:09:52.541 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 76/120 2024-07-27T18:09:52.541 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 77/120 2024-07-27T18:09:52.541 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 78/120 2024-07-27T18:09:52.541 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 79/120 2024-07-27T18:09:52.541 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : fmt-8.1.1-5.el9.x86_64 80/120 2024-07-27T18:09:52.541 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 81/120 2024-07-27T18:09:52.541 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 82/120 2024-07-27T18:09:52.541 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 83/120 2024-07-27T18:09:52.541 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 84/120 2024-07-27T18:09:52.541 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 85/120 2024-07-27T18:09:52.542 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 86/120 2024-07-27T18:09:52.542 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 87/120 2024-07-27T18:09:52.542 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 88/120 2024-07-27T18:09:52.542 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 89/120 2024-07-27T18:09:52.542 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 90/120 2024-07-27T18:09:52.542 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 91/120 2024-07-27T18:09:52.542 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 92/120 2024-07-27T18:09:52.542 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 93/120 2024-07-27T18:09:52.542 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 94/120 2024-07-27T18:09:52.542 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 95/120 2024-07-27T18:09:52.542 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 96/120 2024-07-27T18:09:52.542 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 97/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 98/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 99/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 100/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 101/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 102/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 103/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 104/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 105/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 106/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 107/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 108/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 109/120 2024-07-27T18:09:52.543 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 110/120 2024-07-27T18:09:52.544 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 111/120 2024-07-27T18:09:52.544 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 112/120 2024-07-27T18:09:52.544 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 113/120 2024-07-27T18:09:52.544 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 114/120 2024-07-27T18:09:52.544 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : re2-1:20211101-3.el9.x86_64 115/120 2024-07-27T18:09:52.544 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 116/120 2024-07-27T18:09:52.544 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : librados2-2:18.2.2-1767.ga3bbd728.el9.x86_64 117/120 2024-07-27T18:09:52.544 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 118/120 2024-07-27T18:09:52.544 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : librbd1-2:18.2.2-1767.ga3bbd728.el9.x86_64 119/120 2024-07-27T18:09:54.561 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 120/120 2024-07-27T18:09:54.561 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:09:54.561 INFO:teuthology.orchestra.run.smithi179.stdout:Upgraded: 2024-07-27T18:09:54.562 INFO:teuthology.orchestra.run.smithi179.stdout: librados2-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.562 INFO:teuthology.orchestra.run.smithi179.stdout: librbd1-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.562 INFO:teuthology.orchestra.run.smithi179.stdout:Installed: 2024-07-27T18:09:54.562 INFO:teuthology.orchestra.run.smithi179.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-07-27T18:09:54.562 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.562 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-base-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.562 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-common-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.562 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-fuse-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.562 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-grafana-dashboards-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:54.562 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-immutable-object-cache-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.562 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mds-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-cephadm-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-dashboard-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-modules-core-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-rook-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mon-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-osd-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-prometheus-alerts-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-radosgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-selinux-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-test-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.563 INFO:teuthology.orchestra.run.smithi179.stdout: cephadm-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: fmt-8.1.1-5.el9.x86_64 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: fuse-2.9.9-16.el9.x86_64 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: libarrow-9.0.0-11.el9.x86_64 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: libcephfs-devel-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: libcephfs2-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: libcephsqlite-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-07-27T18:09:54.564 INFO:teuthology.orchestra.run.smithi179.stdout: liboath-2.6.7-2.el9.x86_64 2024-07-27T18:09:54.565 INFO:teuthology.orchestra.run.smithi179.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-07-27T18:09:54.565 INFO:teuthology.orchestra.run.smithi179.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-07-27T18:09:54.565 INFO:teuthology.orchestra.run.smithi179.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-07-27T18:09:54.565 INFO:teuthology.orchestra.run.smithi179.stdout: librados-devel-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.565 INFO:teuthology.orchestra.run.smithi179.stdout: libradosstriper1-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.565 INFO:teuthology.orchestra.run.smithi179.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-07-27T18:09:54.565 INFO:teuthology.orchestra.run.smithi179.stdout: librgw2-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.565 INFO:teuthology.orchestra.run.smithi179.stdout: libunwind-1.6.2-1.el9.x86_64 2024-07-27T18:09:54.565 INFO:teuthology.orchestra.run.smithi179.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-07-27T18:09:54.565 INFO:teuthology.orchestra.run.smithi179.stdout: openblas-0.3.21-2.el9.x86_64 2024-07-27T18:09:54.565 INFO:teuthology.orchestra.run.smithi179.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-07-27T18:09:54.565 INFO:teuthology.orchestra.run.smithi179.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-07-27T18:09:54.566 INFO:teuthology.orchestra.run.smithi179.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-07-27T18:09:54.566 INFO:teuthology.orchestra.run.smithi179.stdout: python3-attrs-20.3.0-7.el9.noarch 2024-07-27T18:09:54.566 INFO:teuthology.orchestra.run.smithi179.stdout: python3-babel-2.9.1-2.el9.noarch 2024-07-27T18:09:54.566 INFO:teuthology.orchestra.run.smithi179.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-07-27T18:09:54.566 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-07-27T18:09:54.566 INFO:teuthology.orchestra.run.smithi179.stdout: python3-ceph-argparse-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.566 INFO:teuthology.orchestra.run.smithi179.stdout: python3-ceph-common-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.566 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cephfs-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.566 INFO:teuthology.orchestra.run.smithi179.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-07-27T18:09:54.566 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-07-27T18:09:54.567 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-07-27T18:09:54.567 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-07-27T18:09:54.567 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-07-27T18:09:54.567 INFO:teuthology.orchestra.run.smithi179.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-07-27T18:09:54.567 INFO:teuthology.orchestra.run.smithi179.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-07-27T18:09:54.567 INFO:teuthology.orchestra.run.smithi179.stdout: python3-iniconfig-1.1.1-7.el9.noarch 2024-07-27T18:09:54.567 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-07-27T18:09:54.567 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-07-27T18:09:54.567 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-07-27T18:09:54.567 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-07-27T18:09:54.567 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-07-27T18:09:54.567 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-07-27T18:09:54.568 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-07-27T18:09:54.568 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-07-27T18:09:54.568 INFO:teuthology.orchestra.run.smithi179.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-07-27T18:09:54.568 INFO:teuthology.orchestra.run.smithi179.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-07-27T18:09:54.568 INFO:teuthology.orchestra.run.smithi179.stdout: python3-mako-1.1.4-6.el9.noarch 2024-07-27T18:09:54.568 INFO:teuthology.orchestra.run.smithi179.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-07-27T18:09:54.568 INFO:teuthology.orchestra.run.smithi179.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-07-27T18:09:54.569 INFO:teuthology.orchestra.run.smithi179.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-07-27T18:09:54.569 INFO:teuthology.orchestra.run.smithi179.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-07-27T18:09:54.569 INFO:teuthology.orchestra.run.smithi179.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-07-27T18:09:54.569 INFO:teuthology.orchestra.run.smithi179.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-07-27T18:09:54.569 INFO:teuthology.orchestra.run.smithi179.stdout: python3-packaging-20.9-5.el9.noarch 2024-07-27T18:09:54.569 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-07-27T18:09:54.569 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pluggy-0.13.1-7.el9.noarch 2024-07-27T18:09:54.569 INFO:teuthology.orchestra.run.smithi179.stdout: python3-ply-3.11-14.el9.noarch 2024-07-27T18:09:54.570 INFO:teuthology.orchestra.run.smithi179.stdout: python3-portend-3.1.0-2.el9.noarch 2024-07-27T18:09:54.570 INFO:teuthology.orchestra.run.smithi179.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-07-27T18:09:54.570 INFO:teuthology.orchestra.run.smithi179.stdout: python3-py-1.10.0-6.el9.noarch 2024-07-27T18:09:54.570 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-07-27T18:09:54.570 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-07-27T18:09:54.570 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-07-27T18:09:54.570 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pycparser-2.20-6.el9.noarch 2024-07-27T18:09:54.570 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pytest-6.2.2-7.el9.noarch 2024-07-27T18:09:54.570 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pytz-2021.1-5.el9.noarch 2024-07-27T18:09:54.570 INFO:teuthology.orchestra.run.smithi179.stdout: python3-rados-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.570 INFO:teuthology.orchestra.run.smithi179.stdout: python3-rbd-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-requests-2.25.1-8.el9.noarch 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-rgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-routes-2.5.1-5.el9.noarch 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-rsa-4.9-2.el9.noarch 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-toml-0.10.2-6.el9.noarch 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-webob-1.8.7-6.el9.noarch 2024-07-27T18:09:54.571 INFO:teuthology.orchestra.run.smithi179.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-07-27T18:09:54.572 INFO:teuthology.orchestra.run.smithi179.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-07-27T18:09:54.572 INFO:teuthology.orchestra.run.smithi179.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-07-27T18:09:54.572 INFO:teuthology.orchestra.run.smithi179.stdout: rbd-fuse-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.572 INFO:teuthology.orchestra.run.smithi179.stdout: rbd-mirror-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.572 INFO:teuthology.orchestra.run.smithi179.stdout: rbd-nbd-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:54.572 INFO:teuthology.orchestra.run.smithi179.stdout: re2-1:20211101-3.el9.x86_64 2024-07-27T18:09:54.572 INFO:teuthology.orchestra.run.smithi179.stdout: socat-1.7.4.1-6.el9.x86_64 2024-07-27T18:09:54.572 INFO:teuthology.orchestra.run.smithi179.stdout: thrift-0.15.0-2.el9.x86_64 2024-07-27T18:09:54.573 INFO:teuthology.orchestra.run.smithi179.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-07-27T18:09:54.573 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:09:54.573 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2024-07-27T18:09:54.916 DEBUG:teuthology.parallel:result is None 2024-07-27T18:09:57.444 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 120/120 2024-07-27T18:09:57.444 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-2:18.2.2-1767.ga3bbd728.el9.x86_64 1/120 2024-07-27T18:09:57.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-base-2:18.2.2-1767.ga3bbd728.el9.x86_64 2/120 2024-07-27T18:09:57.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-common-2:18.2.2-1767.ga3bbd728.el9.x86_64 3/120 2024-07-27T18:09:57.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-fuse-2:18.2.2-1767.ga3bbd728.el9.x86_64 4/120 2024-07-27T18:09:57.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1767.ga3bbd 5/120 2024-07-27T18:09:57.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mds-2:18.2.2-1767.ga3bbd728.el9.x86_64 6/120 2024-07-27T18:09:57.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-2:18.2.2-1767.ga3bbd728.el9.x86_64 7/120 2024-07-27T18:09:57.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mon-2:18.2.2-1767.ga3bbd728.el9.x86_64 8/120 2024-07-27T18:09:57.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-osd-2:18.2.2-1767.ga3bbd728.el9.x86_64 9/120 2024-07-27T18:09:57.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-radosgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 10/120 2024-07-27T18:09:57.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-selinux-2:18.2.2-1767.ga3bbd728.el9.x86_64 11/120 2024-07-27T18:09:57.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-test-2:18.2.2-1767.ga3bbd728.el9.x86_64 12/120 2024-07-27T18:09:57.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libcephfs-devel-2:18.2.2-1767.ga3bbd728.el9.x86_ 13/120 2024-07-27T18:09:57.446 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libcephfs2-2:18.2.2-1767.ga3bbd728.el9.x86_64 14/120 2024-07-27T18:09:57.446 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libcephsqlite-2:18.2.2-1767.ga3bbd728.el9.x86_64 15/120 2024-07-27T18:09:57.446 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librados-devel-2:18.2.2-1767.ga3bbd728.el9.x86_6 16/120 2024-07-27T18:09:57.446 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libradosstriper1-2:18.2.2-1767.ga3bbd728.el9.x86 17/120 2024-07-27T18:09:57.446 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librgw2-2:18.2.2-1767.ga3bbd728.el9.x86_64 18/120 2024-07-27T18:09:57.446 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1767.ga3bbd728.el 19/120 2024-07-27T18:09:57.446 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-ceph-common-2:18.2.2-1767.ga3bbd728.el9. 20/120 2024-07-27T18:09:57.446 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cephfs-2:18.2.2-1767.ga3bbd728.el9.x86_6 21/120 2024-07-27T18:09:57.446 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rados-2:18.2.2-1767.ga3bbd728.el9.x86_64 22/120 2024-07-27T18:09:57.446 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rbd-2:18.2.2-1767.ga3bbd728.el9.x86_64 23/120 2024-07-27T18:09:57.447 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 24/120 2024-07-27T18:09:57.447 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : rbd-fuse-2:18.2.2-1767.ga3bbd728.el9.x86_64 25/120 2024-07-27T18:09:57.447 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : rbd-mirror-2:18.2.2-1767.ga3bbd728.el9.x86_64 26/120 2024-07-27T18:09:57.447 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : rbd-nbd-2:18.2.2-1767.ga3bbd728.el9.x86_64 27/120 2024-07-27T18:09:57.447 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1767.ga3bbd728. 28/120 2024-07-27T18:09:57.447 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1767.ga3bbd728.el9.noa 29/120 2024-07-27T18:09:57.455 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1767.ga3bbd728.el9.n 30/120 2024-07-27T18:09:57.455 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1767.ga3b 31/120 2024-07-27T18:09:57.455 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1767.ga3bbd728.el 32/120 2024-07-27T18:09:57.455 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1767.ga3bbd728.el9.noarch 33/120 2024-07-27T18:09:57.455 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1767.ga3bbd728.e 34/120 2024-07-27T18:09:57.455 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : cephadm-2:18.2.2-1767.ga3bbd728.el9.noarch 35/120 2024-07-27T18:09:57.455 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 36/120 2024-07-27T18:09:57.455 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 37/120 2024-07-27T18:09:57.455 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 38/120 2024-07-27T18:09:57.455 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 39/120 2024-07-27T18:09:57.455 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 40/120 2024-07-27T18:09:57.456 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-ply-3.11-14.el9.noarch 41/120 2024-07-27T18:09:57.456 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 42/120 2024-07-27T18:09:57.456 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 43/120 2024-07-27T18:09:57.456 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 44/120 2024-07-27T18:09:57.456 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 45/120 2024-07-27T18:09:57.456 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 46/120 2024-07-27T18:09:57.456 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 47/120 2024-07-27T18:09:57.456 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 48/120 2024-07-27T18:09:57.456 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 49/120 2024-07-27T18:09:57.456 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 50/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 51/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 52/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 53/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 54/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-attrs-20.3.0-7.el9.noarch 55/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 56/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 57/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-iniconfig-1.1.1-7.el9.noarch 58/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 59/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 60/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 61/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 62/120 2024-07-27T18:09:57.457 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 63/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 64/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 65/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 66/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 67/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pluggy-0.13.1-7.el9.noarch 68/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 69/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-py-1.10.0-6.el9.noarch 70/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 71/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 72/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pytest-6.2.2-7.el9.noarch 73/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 74/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 75/120 2024-07-27T18:09:57.458 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 76/120 2024-07-27T18:09:57.459 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 77/120 2024-07-27T18:09:57.459 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 78/120 2024-07-27T18:09:57.459 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 79/120 2024-07-27T18:09:57.459 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : fmt-8.1.1-5.el9.x86_64 80/120 2024-07-27T18:09:57.459 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 81/120 2024-07-27T18:09:57.460 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 82/120 2024-07-27T18:09:57.460 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 83/120 2024-07-27T18:09:57.460 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 84/120 2024-07-27T18:09:57.460 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 85/120 2024-07-27T18:09:57.460 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 86/120 2024-07-27T18:09:57.461 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 87/120 2024-07-27T18:09:57.461 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 88/120 2024-07-27T18:09:57.461 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 89/120 2024-07-27T18:09:57.461 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 90/120 2024-07-27T18:09:57.461 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 91/120 2024-07-27T18:09:57.461 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 92/120 2024-07-27T18:09:57.461 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 93/120 2024-07-27T18:09:57.462 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 94/120 2024-07-27T18:09:57.462 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 95/120 2024-07-27T18:09:57.462 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 96/120 2024-07-27T18:09:57.462 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 97/120 2024-07-27T18:09:57.462 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 98/120 2024-07-27T18:09:57.462 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 99/120 2024-07-27T18:09:57.462 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 100/120 2024-07-27T18:09:57.462 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 101/120 2024-07-27T18:09:57.462 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 102/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 103/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 104/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 105/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 106/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 107/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 108/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 109/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 110/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 111/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 112/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 113/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 114/120 2024-07-27T18:09:57.463 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : re2-1:20211101-3.el9.x86_64 115/120 2024-07-27T18:09:57.464 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 116/120 2024-07-27T18:09:57.464 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librados2-2:18.2.2-1767.ga3bbd728.el9.x86_64 117/120 2024-07-27T18:09:57.464 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 118/120 2024-07-27T18:09:57.464 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librbd1-2:18.2.2-1767.ga3bbd728.el9.x86_64 119/120 2024-07-27T18:09:59.544 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 120/120 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout:Upgraded: 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout: librados2-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout: librbd1-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-base-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-common-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-fuse-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-grafana-dashboards-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-immutable-object-cache-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.545 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mds-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-cephadm-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-dashboard-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-modules-core-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-rook-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mon-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-osd-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-prometheus-alerts-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-radosgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-selinux-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-test-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.546 INFO:teuthology.orchestra.run.smithi029.stdout: cephadm-2:18.2.2-1767.ga3bbd728.el9.noarch 2024-07-27T18:09:59.547 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-07-27T18:09:59.547 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-07-27T18:09:59.547 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-07-27T18:09:59.547 INFO:teuthology.orchestra.run.smithi029.stdout: fmt-8.1.1-5.el9.x86_64 2024-07-27T18:09:59.547 INFO:teuthology.orchestra.run.smithi029.stdout: fuse-2.9.9-16.el9.x86_64 2024-07-27T18:09:59.547 INFO:teuthology.orchestra.run.smithi029.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-07-27T18:09:59.547 INFO:teuthology.orchestra.run.smithi029.stdout: libarrow-9.0.0-11.el9.x86_64 2024-07-27T18:09:59.547 INFO:teuthology.orchestra.run.smithi029.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-07-27T18:09:59.547 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs-devel-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.547 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs2-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.547 INFO:teuthology.orchestra.run.smithi029.stdout: libcephsqlite-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.547 INFO:teuthology.orchestra.run.smithi029.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: liboath-2.6.7-2.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: librados-devel-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: libradosstriper1-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: librgw2-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: libunwind-1.6.2-1.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: openblas-0.3.21-2.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-07-27T18:09:59.548 INFO:teuthology.orchestra.run.smithi029.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-attrs-20.3.0-7.el9.noarch 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-babel-2.9.1-2.el9.noarch 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-argparse-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-common-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cephfs-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-07-27T18:09:59.549 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-07-27T18:09:59.550 INFO:teuthology.orchestra.run.smithi029.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-07-27T18:09:59.550 INFO:teuthology.orchestra.run.smithi029.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-07-27T18:09:59.550 INFO:teuthology.orchestra.run.smithi029.stdout: python3-iniconfig-1.1.1-7.el9.noarch 2024-07-27T18:09:59.550 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-07-27T18:09:59.550 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-07-27T18:09:59.550 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-07-27T18:09:59.550 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-07-27T18:09:59.550 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-07-27T18:09:59.550 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-07-27T18:09:59.550 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-07-27T18:09:59.550 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-07-27T18:09:59.550 INFO:teuthology.orchestra.run.smithi029.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-mako-1.1.4-6.el9.noarch 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-packaging-20.9-5.el9.noarch 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pluggy-0.13.1-7.el9.noarch 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ply-3.11-14.el9.noarch 2024-07-27T18:09:59.551 INFO:teuthology.orchestra.run.smithi029.stdout: python3-portend-3.1.0-2.el9.noarch 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-py-1.10.0-6.el9.noarch 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pycparser-2.20-6.el9.noarch 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pytest-6.2.2-7.el9.noarch 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pytz-2021.1-5.el9.noarch 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rados-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rbd-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests-2.25.1-8.el9.noarch 2024-07-27T18:09:59.552 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rgw-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: python3-routes-2.5.1-5.el9.noarch 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rsa-4.9-2.el9.noarch 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: python3-toml-0.10.2-6.el9.noarch 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: python3-webob-1.8.7-6.el9.noarch 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-fuse-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.553 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-mirror-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.554 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-nbd-2:18.2.2-1767.ga3bbd728.el9.x86_64 2024-07-27T18:09:59.554 INFO:teuthology.orchestra.run.smithi029.stdout: re2-1:20211101-3.el9.x86_64 2024-07-27T18:09:59.554 INFO:teuthology.orchestra.run.smithi029.stdout: socat-1.7.4.1-6.el9.x86_64 2024-07-27T18:09:59.554 INFO:teuthology.orchestra.run.smithi029.stdout: thrift-0.15.0-2.el9.x86_64 2024-07-27T18:09:59.554 INFO:teuthology.orchestra.run.smithi029.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-07-27T18:09:59.554 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:09:59.554 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-07-27T18:09:59.987 DEBUG:teuthology.parallel:result is None 2024-07-27T18:09:59.988 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-27T18:09:59.988 INFO:teuthology.packaging:ref: None 2024-07-27T18:09:59.988 INFO:teuthology.packaging:tag: None 2024-07-27T18:09:59.988 INFO:teuthology.packaging:branch: reef 2024-07-27T18:09:59.988 INFO:teuthology.packaging:sha1: 46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:09:59.989 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2024-07-27T18:10:00.239 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-07-27T18:10:00.265 INFO:teuthology.orchestra.run.smithi029.stdout:18.2.2-1767.ga3bbd728.el9 2024-07-27T18:10:00.266 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1767.ga3bbd728.el9 2024-07-27T18:10:00.266 INFO:teuthology.task.install:The correct ceph version 18.2.2-1767.ga3bbd728 is installed. 2024-07-27T18:10:00.268 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-27T18:10:00.268 INFO:teuthology.packaging:ref: None 2024-07-27T18:10:00.268 INFO:teuthology.packaging:tag: None 2024-07-27T18:10:00.268 INFO:teuthology.packaging:branch: reef 2024-07-27T18:10:00.268 INFO:teuthology.packaging:sha1: 46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:10:00.268 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2024-07-27T18:10:00.520 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-07-27T18:10:00.547 INFO:teuthology.orchestra.run.smithi179.stdout:18.2.2-1767.ga3bbd728.el9 2024-07-27T18:10:00.547 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1767.ga3bbd728.el9 2024-07-27T18:10:00.547 INFO:teuthology.task.install:The correct ceph version 18.2.2-1767.ga3bbd728 is installed. 2024-07-27T18:10:00.549 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-07-27T18:10:00.549 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:10:00.549 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-27T18:10:00.584 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T18:10:00.584 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-27T18:10:00.619 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-07-27T18:10:00.619 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:10:00.619 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/daemon-helper 2024-07-27T18:10:00.654 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-27T18:10:00.723 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T18:10:00.723 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/usr/bin/daemon-helper 2024-07-27T18:10:00.752 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-27T18:10:00.819 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-07-27T18:10:00.819 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:10:00.819 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-27T18:10:00.848 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-27T18:10:00.917 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T18:10:00.917 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-27T18:10:00.943 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-27T18:10:01.009 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-07-27T18:10:01.009 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:10:01.009 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/stdin-killer 2024-07-27T18:10:01.037 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-27T18:10:01.106 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T18:10:01.106 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/usr/bin/stdin-killer 2024-07-27T18:10:01.131 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-27T18:10:01.196 INFO:teuthology.run_tasks:Running task print... 2024-07-27T18:10:01.220 INFO:teuthology.task.print:**** done install task... 2024-07-27T18:10:01.220 INFO:teuthology.run_tasks:Running task print... 2024-07-27T18:10:01.227 INFO:teuthology.task.print:**** done start installing reef cephadm ... 2024-07-27T18:10:01.227 INFO:teuthology.run_tasks:Running task cephadm... 2024-07-27T18:10:01.337 INFO:tasks.cephadm:Config: {'compiled_cephadm_branch': 'reef', 'conf': {'osd': {'osd_class_default_list': '*', 'osd_class_load_list': '*', 'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}, 'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}}, 'image': 'quay.ceph.io/ceph-ci/ceph:reef', 'create_rbd_pool': True, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'mons down', 'mon down', 'MON_DOWN', 'out of quorum'], 'sha1': '46c551b8a65961060d36895f89c179f4115c3147'} 2024-07-27T18:10:01.338 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:reef 2024-07-27T18:10:01.338 INFO:tasks.cephadm:Cluster fsid is 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:10:01.338 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-07-27T18:10:01.339 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.29', 'mon.c': '[v2:172.21.15.29:3301,v1:172.21.15.29:6790]', 'mon.b': '172.21.15.179'} 2024-07-27T18:10:01.339 INFO:tasks.cephadm:First mon is mon.a on smithi029 2024-07-27T18:10:01.339 INFO:tasks.cephadm:First mgr is y 2024-07-27T18:10:01.339 INFO:tasks.cephadm:Normalizing hostnames... 2024-07-27T18:10:01.339 DEBUG:teuthology.orchestra.run.smithi029:> sudo hostname $(hostname -s) 2024-07-27T18:10:01.369 DEBUG:teuthology.orchestra.run.smithi179:> sudo hostname $(hostname -s) 2024-07-27T18:10:01.395 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra for reef 2024-07-27T18:10:01.396 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:10:01.537 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '46c551b8a65961060d36895f89c179f4115c3147', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/55689/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3645-g46c551b8', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3645.g46c551b8'}, 'url': 'https://4.chacra.ceph.com/r/ceph/squid/46c551b8a65961060d36895f89c179f4115c3147/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-07-24 16:42:10.120025', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/squid/46c551b8a65961060d36895f89c179f4115c3147/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-07-27T18:10:01.821 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref reef, sha1 a3bbd7289877bdcce87fd1f79da1a2d6578dde36 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&ref=reef 2024-07-27T18:10:01.823 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/reef/a3bbd7289877bdcce87fd1f79da1a2d6578dde36/centos/9/x86_64/flavors/default/cephadm 2024-07-27T18:10:01.823 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/reef/a3bbd7289877bdcce87fd1f79da1a2d6578dde36/centos/9/x86_64/flavors/default/cephadm 2024-07-27T18:10:01.823 DEBUG:teuthology.orchestra.run.smithi029:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/reef/a3bbd7289877bdcce87fd1f79da1a2d6578dde36/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-27T18:10:02.393 INFO:teuthology.orchestra.run.smithi029.stdout:-rw-r--r--. 1 ubuntu ubuntu 215594 Jul 27 18:10 /home/ubuntu/cephtest/cephadm 2024-07-27T18:10:02.394 DEBUG:teuthology.orchestra.run.smithi179:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/reef/a3bbd7289877bdcce87fd1f79da1a2d6578dde36/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-27T18:10:02.932 INFO:teuthology.orchestra.run.smithi179.stdout:-rw-r--r--. 1 ubuntu ubuntu 215594 Jul 27 18:10 /home/ubuntu/cephtest/cephadm 2024-07-27T18:10:02.932 DEBUG:teuthology.orchestra.run.smithi029:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-27T18:10:02.953 DEBUG:teuthology.orchestra.run.smithi179:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-27T18:10:02.985 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:reef on all hosts... 2024-07-27T18:10:02.985 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef pull 2024-07-27T18:10:02.996 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef pull 2024-07-27T18:10:03.882 INFO:teuthology.orchestra.run.smithi179.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:reef... 2024-07-27T18:10:03.927 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:reef... 2024-07-27T18:10:53.645 INFO:teuthology.orchestra.run.smithi179.stdout:{ 2024-07-27T18:10:53.645 INFO:teuthology.orchestra.run.smithi179.stdout: "ceph_version": "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)", 2024-07-27T18:10:53.645 INFO:teuthology.orchestra.run.smithi179.stdout: "image_id": "d280790d1980f9ccca1416b0016ae8076dfdf14ec2e6b48f73b6dd2bb635bf63", 2024-07-27T18:10:53.645 INFO:teuthology.orchestra.run.smithi179.stdout: "repo_digests": [ 2024-07-27T18:10:53.646 INFO:teuthology.orchestra.run.smithi179.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448" 2024-07-27T18:10:53.646 INFO:teuthology.orchestra.run.smithi179.stdout: ] 2024-07-27T18:10:53.646 INFO:teuthology.orchestra.run.smithi179.stdout:} 2024-07-27T18:10:55.360 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:10:55.360 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph_version": "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)", 2024-07-27T18:10:55.360 INFO:teuthology.orchestra.run.smithi029.stdout: "image_id": "d280790d1980f9ccca1416b0016ae8076dfdf14ec2e6b48f73b6dd2bb635bf63", 2024-07-27T18:10:55.361 INFO:teuthology.orchestra.run.smithi029.stdout: "repo_digests": [ 2024-07-27T18:10:55.361 INFO:teuthology.orchestra.run.smithi029.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448" 2024-07-27T18:10:55.361 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2024-07-27T18:10:55.361 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:10:55.380 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /etc/ceph 2024-07-27T18:10:55.436 DEBUG:teuthology.orchestra.run.smithi179:> sudo mkdir -p /etc/ceph 2024-07-27T18:10:55.470 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 777 /etc/ceph 2024-07-27T18:10:55.497 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 777 /etc/ceph 2024-07-27T18:10:55.538 INFO:tasks.cephadm:Writing seed config... 2024-07-27T18:10:55.543 INFO:tasks.cephadm: override: [osd] osd_class_default_list = * 2024-07-27T18:10:55.543 INFO:tasks.cephadm: override: [osd] osd_class_load_list = * 2024-07-27T18:10:55.543 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-07-27T18:10:55.543 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-07-27T18:10:55.543 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-07-27T18:10:55.543 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-07-27T18:10:55.543 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-07-27T18:10:55.543 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-07-27T18:10:55.544 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-07-27T18:10:55.544 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-07-27T18:10:55.544 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-07-27T18:10:55.544 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:10:55.544 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-07-27T18:10:55.561 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 70f4cc2a-4c43-11ef-bcc7-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true osd_class_default_list = * osd_class_load_list = * debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-07-27T18:10:55.562 DEBUG:teuthology.orchestra.run.smithi029:mon.a> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.a.service 2024-07-27T18:10:55.604 DEBUG:teuthology.orchestra.run.smithi029:mgr.y> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.y.service 2024-07-27T18:10:55.646 INFO:tasks.cephadm:Bootstrapping... 2024-07-27T18:10:55.646 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef -v bootstrap --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.29 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-07-27T18:10:55.806 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-07-27T18:10:55.807 INFO:teuthology.orchestra.run.smithi029.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:reef', '-v', 'bootstrap', '--fsid', '70f4cc2a-4c43-11ef-bcc7-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'y', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.29', '--skip-admin-label'] 2024-07-27T18:10:55.833 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout 5.1.2 2024-07-27T18:10:55.834 INFO:teuthology.orchestra.run.smithi029.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-07-27T18:10:55.834 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying podman|docker is present... 2024-07-27T18:10:55.859 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout 5.1.2 2024-07-27T18:10:55.860 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying lvm2 is present... 2024-07-27T18:10:55.860 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying time synchronization is in place... 2024-07-27T18:10:55.868 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-07-27T18:10:55.868 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-07-27T18:10:55.874 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-07-27T18:10:55.874 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-07-27T18:10:55.881 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-07-27T18:10:55.887 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-07-27T18:10:55.887 INFO:teuthology.orchestra.run.smithi029.stdout:Unit chronyd.service is enabled and running 2024-07-27T18:10:55.887 INFO:teuthology.orchestra.run.smithi029.stdout:Repeating the final host check... 2024-07-27T18:10:55.911 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout 5.1.2 2024-07-27T18:10:55.911 INFO:teuthology.orchestra.run.smithi029.stdout:podman (/bin/podman) version 5.1.2 is present 2024-07-27T18:10:55.911 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl is present 2024-07-27T18:10:55.911 INFO:teuthology.orchestra.run.smithi029.stdout:lvcreate is present 2024-07-27T18:10:55.917 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-07-27T18:10:55.917 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-07-27T18:10:55.924 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-07-27T18:10:55.924 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-07-27T18:10:55.930 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-07-27T18:10:55.937 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-07-27T18:10:55.937 INFO:teuthology.orchestra.run.smithi029.stdout:Unit chronyd.service is enabled and running 2024-07-27T18:10:55.937 INFO:teuthology.orchestra.run.smithi029.stdout:Host looks OK 2024-07-27T18:10:55.937 INFO:teuthology.orchestra.run.smithi029.stdout:Cluster fsid: 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:10:55.937 INFO:teuthology.orchestra.run.smithi029.stdout:Acquiring lock 140379077256960 on /run/cephadm/70f4cc2a-4c43-11ef-bcc7-c7b262605968.lock 2024-07-27T18:10:55.937 INFO:teuthology.orchestra.run.smithi029.stdout:Lock 140379077256960 acquired on /run/cephadm/70f4cc2a-4c43-11ef-bcc7-c7b262605968.lock 2024-07-27T18:10:55.938 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 3300 ... 2024-07-27T18:10:55.938 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 6789 ... 2024-07-27T18:10:55.938 INFO:teuthology.orchestra.run.smithi029.stdout:Base mon IP(s) is [172.21.15.29:3300, 172.21.15.29:6789], mon addrv is [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-07-27T18:10:55.941 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.29 metric 100 2024-07-27T18:10:55.941 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 metric 100 2024-07-27T18:10:55.944 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-07-27T18:10:55.944 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-07-27T18:10:55.944 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-07-27T18:10:55.947 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-07-27T18:10:55.947 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-07-27T18:10:55.947 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-07-27T18:10:55.947 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-07-27T18:10:55.947 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:125a/64 scope link noprefixroute 2024-07-27T18:10:55.947 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-07-27T18:10:55.951 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-07-27T18:10:55.951 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-07-27T18:10:55.951 INFO:teuthology.orchestra.run.smithi029.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-07-27T18:10:55.951 INFO:teuthology.orchestra.run.smithi029.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-07-27T18:10:55.952 INFO:teuthology.orchestra.run.smithi029.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:reef... 2024-07-27T18:10:56.433 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout d280790d1980f9ccca1416b0016ae8076dfdf14ec2e6b48f73b6dd2bb635bf63 2024-07-27T18:10:56.434 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:reef... 2024-07-27T18:10:56.434 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Getting image source signatures 2024-07-27T18:10:56.434 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Copying blob sha256:9eb91971788a5cdae2d221a9ffe247467a944185f1ee1731e17dee30cbe0a51e 2024-07-27T18:10:56.434 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Copying blob sha256:a0a261c93a1a3b1a5634697d0569ba314563628d3546bf9326abaa78605cead1 2024-07-27T18:10:56.434 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Copying config sha256:d280790d1980f9ccca1416b0016ae8076dfdf14ec2e6b48f73b6dd2bb635bf63 2024-07-27T18:10:56.434 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Writing manifest to image destination 2024-07-27T18:10:57.384 INFO:teuthology.orchestra.run.smithi029.stdout:ceph: stdout ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable) 2024-07-27T18:10:57.385 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph version: ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable) 2024-07-27T18:10:57.385 INFO:teuthology.orchestra.run.smithi029.stdout:Extracting ceph user uid/gid from container image... 2024-07-27T18:10:58.388 INFO:teuthology.orchestra.run.smithi029.stdout:stat: stdout 167 167 2024-07-27T18:10:58.388 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial keys... 2024-07-27T18:10:59.426 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQAyOKVmzfspLBAA/kkgWLOJXr6qKoLYWkLZ9A== 2024-07-27T18:11:00.446 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQAzOKVmNF9vLhAAyFA0Wxb2YWwjOmNeXnr0xQ== 2024-07-27T18:11:01.391 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQA0OKVmbpqbMBAAgt2aQ4i6pYwDhXGTJB0Hiw== 2024-07-27T18:11:01.391 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial monmap... 2024-07-27T18:11:02.436 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-07-27T18:11:02.437 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2024-07-27T18:11:02.437 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:11:02.437 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-07-27T18:11:02.437 INFO:teuthology.orchestra.run.smithi029.stdout:monmaptool for a [v2:172.21.15.29:3300,v1:172.21.15.29:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-07-27T18:11:02.437 INFO:teuthology.orchestra.run.smithi029.stdout:setting min_mon_release = pacific 2024-07-27T18:11:02.437 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: set fsid to 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:11:02.437 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-07-27T18:11:02.437 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:11:02.437 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mon... 2024-07-27T18:11:03.360 INFO:teuthology.orchestra.run.smithi029.stdout:create mon.a on 2024-07-27T18:11:03.569 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-07-27T18:11:03.709 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-07-27T18:11:03.892 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968.target → /etc/systemd/system/ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968.target. 2024-07-27T18:11:03.892 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968.target → /etc/systemd/system/ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968.target. 2024-07-27T18:11:04.133 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.a 2024-07-27T18:11:04.134 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.a.service: Unit ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.a.service not loaded. 2024-07-27T18:11:04.300 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968.target.wants/ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.a.service → /etc/systemd/system/ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@.service. 2024-07-27T18:11:04.622 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:04 smithi029 podman[28838]: 2024-07-27 18:11:04.44704604 +0000 UTC m=+0.018141164 image pull d280790d1980f9ccca1416b0016ae8076dfdf14ec2e6b48f73b6dd2bb635bf63 quay.ceph.io/ceph-ci/ceph:reef 2024-07-27T18:11:04.822 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-07-27T18:11:04.822 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-07-27T18:11:04.830 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-07-27T18:11:04.830 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-07-27T18:11:04.830 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-07-27T18:11:04.830 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-07-27T18:11:04.830 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon to start... 2024-07-27T18:11:04.830 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon... 2024-07-27T18:11:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:04 smithi029 podman[28838]: 2024-07-27 18:11:04.714884414 +0000 UTC m=+0.285979517 container init fb0853c172f8db7e0a971c66a125f9f8e9ca7859ba74a20c2cf6620b5af13339 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=reef-a3bbd72, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-07-27T18:11:05.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:04 smithi029 podman[28838]: 2024-07-27 18:11:04.719864718 +0000 UTC m=+0.290959820 container start fb0853c172f8db7e0a971c66a125f9f8e9ca7859ba74a20c2cf6620b5af13339 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, RELEASE=reef-a3bbd72, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-07-27T18:11:05.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:04 smithi029 ceph-mon[28876]: mkfs 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:11:05.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:04 smithi029 ceph-mon[28876]: mon.a is new leader, mons a in quorum (ranks 0) 2024-07-27T18:11:05.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:04 smithi029 bash[28838]: fb0853c172f8db7e0a971c66a125f9f8e9ca7859ba74a20c2cf6620b5af13339 2024-07-27T18:11:05.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:04 smithi029 systemd[1]: Started Ceph mon.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:11:05.876 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout cluster: 2024-07-27T18:11:05.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout id: 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:11:05.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-07-27T18:11:05.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-07-27T18:11:05.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout services: 2024-07-27T18:11:05.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.547831s) 2024-07-27T18:11:05.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-07-27T18:11:05.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-07-27T18:11:05.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-07-27T18:11:05.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout data: 2024-07-27T18:11:05.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-07-27T18:11:05.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-07-27T18:11:05.879 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-07-27T18:11:05.879 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pgs: 2024-07-27T18:11:05.879 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-07-27T18:11:05.879 INFO:teuthology.orchestra.run.smithi029.stdout:mon is available 2024-07-27T18:11:05.879 INFO:teuthology.orchestra.run.smithi029.stdout:Assimilating anything we can from ceph.conf... 2024-07-27T18:11:05.934 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:05 smithi029 ceph-mon[28876]: mon.a is new leader, mons a in quorum (ranks 0) 2024-07-27T18:11:05.934 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:05 smithi029 ceph-mon[28876]: monmap e1: 1 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-07-27T18:11:05.934 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:05 smithi029 ceph-mon[28876]: fsmap 2024-07-27T18:11:05.934 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:05 smithi029 ceph-mon[28876]: osdmap e1: 0 total, 0 up, 0 in 2024-07-27T18:11:05.934 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:05 smithi029 ceph-mon[28876]: mgrmap e1: no daemons active 2024-07-27T18:11:05.934 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:05 smithi029 ceph-mon[28876]: from='client.? 172.21.15.29:0/3236071019' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-07-27T18:11:06.974 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-07-27T18:11:06.974 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-07-27T18:11:06.974 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:11:06.974 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-07-27T18:11:06.974 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-07-27T18:11:06.975 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-07-27T18:11:06.975 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-07-27T18:11:06.975 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-07-27T18:11:06.975 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-07-27T18:11:06.975 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-07-27T18:11:06.975 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-07-27T18:11:06.975 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-07-27T18:11:06.975 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-07-27T18:11:06.975 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-07-27T18:11:06.975 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-07-27T18:11:06.975 INFO:teuthology.orchestra.run.smithi029.stdout:Generating new minimal ceph.conf... 2024-07-27T18:11:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:06 smithi029 ceph-mon[28876]: from='client.? 172.21.15.29:0/3714791594' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-07-27T18:11:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:06 smithi029 ceph-mon[28876]: from='client.? 172.21.15.29:0/3714791594' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-07-27T18:11:08.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:07 smithi029 ceph-mon[28876]: from='client.? 172.21.15.29:0/2159448250' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:11:08.040 INFO:teuthology.orchestra.run.smithi029.stdout:Restarting the monitor... 2024-07-27T18:11:08.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:08 smithi029 systemd[1]: Stopping Ceph mon.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:11:08.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a[28853]: 2024-07-27T18:11:08.312+0000 7f6f6b2d4640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:11:08.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a[28853]: 2024-07-27T18:11:08.312+0000 7f6f6b2d4640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-07-27T18:11:08.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:08 smithi029 podman[29206]: 2024-07-27 18:11:08.45649928 +0000 UTC m=+0.255443721 container died fb0853c172f8db7e0a971c66a125f9f8e9ca7859ba74a20c2cf6620b5af13339 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, RELEASE=reef-a3bbd72, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-07-27T18:11:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:08 smithi029 podman[29206]: 2024-07-27 18:11:08.822229869 +0000 UTC m=+0.621174300 container cleanup fb0853c172f8db7e0a971c66a125f9f8e9ca7859ba74a20c2cf6620b5af13339 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=reef-a3bbd72, org.label-schema.license=GPLv2) 2024-07-27T18:11:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:08 smithi029 bash[29206]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a 2024-07-27T18:11:09.470 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 podman[29223]: 2024-07-27 18:11:09.082744589 +0000 UTC m=+0.617051725 container remove fb0853c172f8db7e0a971c66a125f9f8e9ca7859ba74a20c2cf6620b5af13339 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-a3bbd72, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-07-27T18:11:09.470 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.a.service: Deactivated successfully. 2024-07-27T18:11:09.471 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 systemd[1]: Stopped Ceph mon.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:11:09.471 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 systemd[1]: Starting Ceph mon.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:11:09.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 podman[29326]: 2024-07-27 18:11:09.467598009 +0000 UTC m=+0.103462565 container create 7d9e2dece8bae81564e6f4431550f3d52f791f1cd14380a9773a2390379acbd0 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=reef-a3bbd72, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True) 2024-07-27T18:11:09.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 podman[29326]: 2024-07-27 18:11:09.382061855 +0000 UTC m=+0.017926383 image pull d280790d1980f9ccca1416b0016ae8076dfdf14ec2e6b48f73b6dd2bb635bf63 quay.ceph.io/ceph-ci/ceph:reef 2024-07-27T18:11:09.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 podman[29326]: 2024-07-27 18:11:09.673177616 +0000 UTC m=+0.309042130 container init 7d9e2dece8bae81564e6f4431550f3d52f791f1cd14380a9773a2390379acbd0 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, RELEASE=reef-a3bbd72, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0) 2024-07-27T18:11:09.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 podman[29326]: 2024-07-27 18:11:09.677844803 +0000 UTC m=+0.313709317 container start 7d9e2dece8bae81564e6f4431550f3d52f791f1cd14380a9773a2390379acbd0 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, RELEASE=reef-a3bbd72, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:11:09.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: set uid:gid to 167:167 (ceph:ceph) 2024-07-27T18:11:09.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable), process ceph-mon, pid 7 2024-07-27T18:11:09.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: pidfile_write: ignore empty --pid-file 2024-07-27T18:11:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: load: jerasure load: lrc 2024-07-27T18:11:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: RocksDB version: 7.9.2 2024-07-27T18:11:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Git sha 0 2024-07-27T18:11:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Compile date 2024-07-24 15:35:49 2024-07-27T18:11:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: DB SUMMARY 2024-07-27T18:11:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: DB Session ID: 37B1ZB72BB96WNYJZ3C1 2024-07-27T18:11:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: CURRENT file: CURRENT 2024-07-27T18:11:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: IDENTITY file: IDENTITY 2024-07-27T18:11:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-07-27T18:11:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-07-27T18:11:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84552 ; 2024-07-27T18:11:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.error_if_exists: 0 2024-07-27T18:11:09.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.create_if_missing: 0 2024-07-27T18:11:09.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.paranoid_checks: 1 2024-07-27T18:11:09.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.flush_verify_memtable_count: 1 2024-07-27T18:11:09.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-27T18:11:09.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-27T18:11:09.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.env: 0x55eea88e4bc0 2024-07-27T18:11:09.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.fs: PosixFileSystem 2024-07-27T18:11:09.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.info_log: 0x55eea9bb4be0 2024-07-27T18:11:09.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_file_opening_threads: 16 2024-07-27T18:11:09.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.statistics: (nil) 2024-07-27T18:11:09.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.use_fsync: 0 2024-07-27T18:11:09.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_log_file_size: 0 2024-07-27T18:11:09.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-27T18:11:09.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.log_file_time_to_roll: 0 2024-07-27T18:11:09.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.keep_log_file_num: 1000 2024-07-27T18:11:09.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.recycle_log_file_num: 0 2024-07-27T18:11:09.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.allow_fallocate: 1 2024-07-27T18:11:09.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.allow_mmap_reads: 0 2024-07-27T18:11:09.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.allow_mmap_writes: 0 2024-07-27T18:11:09.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.use_direct_reads: 0 2024-07-27T18:11:09.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-27T18:11:09.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.create_missing_column_families: 0 2024-07-27T18:11:09.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.db_log_dir: 2024-07-27T18:11:09.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.wal_dir: 2024-07-27T18:11:09.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.table_cache_numshardbits: 6 2024-07-27T18:11:09.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.WAL_ttl_seconds: 0 2024-07-27T18:11:09.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.WAL_size_limit_MB: 0 2024-07-27T18:11:09.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.is_fd_close_on_exec: 1 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.advise_random_on_open: 1 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.db_write_buffer_size: 0 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.write_buffer_manager: 0x55eea9b84140 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.use_adaptive_mutex: 0 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.rate_limiter: (nil) 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.wal_recovery_mode: 2 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.enable_thread_tracking: 0 2024-07-27T18:11:09.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.enable_pipelined_write: 0 2024-07-27T18:11:09.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.unordered_write: 0 2024-07-27T18:11:09.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-27T18:11:09.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-27T18:11:09.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-27T18:11:09.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-27T18:11:09.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.row_cache: None 2024-07-27T18:11:09.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.wal_filter: None 2024-07-27T18:11:09.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-27T18:11:09.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.allow_ingest_behind: 0 2024-07-27T18:11:09.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.two_write_queues: 0 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.manual_wal_flush: 0 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.wal_compression: 0 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.atomic_flush: 0 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.persist_stats_to_disk: 0 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.write_dbid_to_manifest: 0 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.log_readahead_size: 0 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.best_efforts_recovery: 0 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.allow_data_in_errors: 0 2024-07-27T18:11:09.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.db_host_id: __hostname__ 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.enforce_single_del_contracts: true 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_background_jobs: 2 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_background_compactions: -1 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_subcompactions: 1 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.delayed_write_rate : 16777216 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_total_wal_size: 0 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.stats_dump_period_sec: 600 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.stats_persist_period_sec: 600 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_open_files: -1 2024-07-27T18:11:09.761 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bytes_per_sync: 0 2024-07-27T18:11:09.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.wal_bytes_per_sync: 0 2024-07-27T18:11:09.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.strict_bytes_per_sync: 0 2024-07-27T18:11:09.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_readahead_size: 0 2024-07-27T18:11:09.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_background_flushes: -1 2024-07-27T18:11:09.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Compression algorithms supported: 2024-07-27T18:11:09.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: kZSTD supported: 0 2024-07-27T18:11:09.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: kXpressCompression supported: 0 2024-07-27T18:11:09.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: kBZip2Compression supported: 0 2024-07-27T18:11:09.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-27T18:11:09.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: kLZ4Compression supported: 1 2024-07-27T18:11:09.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: kZlibCompression supported: 1 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: kLZ4HCCompression supported: 1 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: kSnappyCompression supported: 1 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Fast CRC32 supported: Supported on x86 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: DMutex implementation: pthread_mutex_t 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.merge_operator: 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_filter: None 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_filter_factory: None 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.sst_partitioner_factory: None 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.memtable_factory: SkipListFactory 2024-07-27T18:11:09.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.table_factory: BlockBasedTable 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eea9bb4820) 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: cache_index_and_filter_blocks: 1 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: pin_top_level_index_and_filter: 1 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: index_type: 0 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: data_block_index_type: 0 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: index_shortening: 1 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: data_block_hash_table_util_ratio: 0.750000 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: checksum: 4 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: no_block_cache: 0 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_cache: 0x55eea9ba9350 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_cache_name: BinnedLRUCache 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_cache_options: 2024-07-27T18:11:09.764 INFO:journalctl@ceph.mon.a.smithi029.stdout: capacity : 536870912 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: num_shard_bits : 4 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: strict_capacity_limit : 0 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: high_pri_pool_ratio: 0.000 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_cache_compressed: (nil) 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: persistent_cache: (nil) 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_size: 4096 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_size_deviation: 10 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_restart_interval: 16 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: index_block_restart_interval: 1 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: metadata_block_size: 4096 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: partition_filters: 0 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: use_delta_encoding: 1 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: filter_policy: bloomfilter 2024-07-27T18:11:09.765 INFO:journalctl@ceph.mon.a.smithi029.stdout: whole_key_filtering: 1 2024-07-27T18:11:09.766 INFO:journalctl@ceph.mon.a.smithi029.stdout: verify_compression: 0 2024-07-27T18:11:09.766 INFO:journalctl@ceph.mon.a.smithi029.stdout: read_amp_bytes_per_bit: 0 2024-07-27T18:11:09.766 INFO:journalctl@ceph.mon.a.smithi029.stdout: format_version: 5 2024-07-27T18:11:09.766 INFO:journalctl@ceph.mon.a.smithi029.stdout: enable_index_compression: 1 2024-07-27T18:11:09.766 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_align: 0 2024-07-27T18:11:09.766 INFO:journalctl@ceph.mon.a.smithi029.stdout: max_auto_readahead_size: 262144 2024-07-27T18:11:09.766 INFO:journalctl@ceph.mon.a.smithi029.stdout: prepopulate_block_cache: 0 2024-07-27T18:11:09.766 INFO:journalctl@ceph.mon.a.smithi029.stdout: initial_auto_readahead_size: 8192 2024-07-27T18:11:09.766 INFO:journalctl@ceph.mon.a.smithi029.stdout: num_file_reads_for_auto_readahead: 2 2024-07-27T18:11:09.766 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.write_buffer_size: 33554432 2024-07-27T18:11:09.766 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_write_buffer_number: 2 2024-07-27T18:11:09.766 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compression: NoCompression 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bottommost_compression: Disabled 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.prefix_extractor: nullptr 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.num_levels: 7 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-27T18:11:09.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compression_opts.window_bits: -14 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compression_opts.level: 32767 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compression_opts.strategy: 0 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compression_opts.enabled: false 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-27T18:11:09.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.target_file_size_base: 67108864 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.target_file_size_multiplier: 1 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-27T18:11:09.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-27T18:11:09.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.arena_block_size: 1048576 2024-07-27T18:11:09.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-27T18:11:09.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-27T18:11:09.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.disable_auto_compactions: 0 2024-07-27T18:11:09.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-27T18:11:09.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-27T18:11:09.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-27T18:11:09.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-27T18:11:09.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-27T18:11:09.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-27T18:11:09.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-27T18:11:09.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.table_properties_collectors: 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.inplace_update_support: 0 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.inplace_update_num_locks: 10000 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.memtable_huge_page_size: 0 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.bloom_locality: 0 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.max_successive_merges: 0 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.optimize_filters_for_hits: 0 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.paranoid_file_checks: 0 2024-07-27T18:11:09.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.force_consistency_checks: 1 2024-07-27T18:11:09.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.report_bg_io_stats: 0 2024-07-27T18:11:09.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.ttl: 2592000 2024-07-27T18:11:09.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.periodic_compaction_seconds: 0 2024-07-27T18:11:09.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-27T18:11:09.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-27T18:11:09.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.enable_blob_files: false 2024-07-27T18:11:09.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.min_blob_size: 0 2024-07-27T18:11:09.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.blob_file_size: 268435456 2024-07-27T18:11:09.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.blob_compression_type: NoCompression 2024-07-27T18:11:09.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.enable_blob_garbage_collection: false 2024-07-27T18:11:09.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-27T18:11:09.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-27T18:11:09.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-27T18:11:09.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.blob_file_starting_level: 0 2024-07-27T18:11:09.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-27T18:11:09.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-07-27T18:11:09.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-07-27T18:11:09.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 78551479-b6ab-47f8-87c4-5afb4f2a66c0 2024-07-27T18:11:09.774 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722103869703793, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-07-27T18:11:09.774 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-07-27T18:11:09.774 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722103869704691, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81076, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 79252, "index_size": 234, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10267, "raw_average_key_size": 47, "raw_value_size": 73453, "raw_average_value_size": 341, "num_data_blocks": 10, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1722103869, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "78551479-b6ab-47f8-87c4-5afb4f2a66c0", "db_session_id": "37B1ZB72BB96WNYJZ3C1", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-07-27T18:11:09.774 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722103869704790, "job": 1, "event": "recovery_finished"} 2024-07-27T18:11:09.774 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-07-27T18:11:09.774 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-07-27T18:11:09.774 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55eea9bd2e00 2024-07-27T18:11:09.774 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: DB pointer 0x55eea9cc6000 2024-07-27T18:11:09.774 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-27T18:11:09.774 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-27T18:11:09.774 INFO:journalctl@ceph.mon.a.smithi029.stdout: ** DB Stats ** 2024-07-27T18:11:09.774 INFO:journalctl@ceph.mon.a.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: ** Compaction Stats [default] ** 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: L0 2/0 81.01 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: Sum 2/0 81.01 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-27T18:11:09.775 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: ** Compaction Stats [default] ** 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 135.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-07-27T18:11:09.776 INFO:journalctl@ceph.mon.a.smithi029.stdout: AddFile(Keys): cumulative 0, interval 0 2024-07-27T18:11:09.777 INFO:journalctl@ceph.mon.a.smithi029.stdout: Cumulative compaction: 0.00 GB write, 24.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-27T18:11:09.777 INFO:journalctl@ceph.mon.a.smithi029.stdout: Interval compaction: 0.00 GB write, 24.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-27T18:11:09.777 INFO:journalctl@ceph.mon.a.smithi029.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-07-27T18:11:09.777 INFO:journalctl@ceph.mon.a.smithi029.stdout: Block cache BinnedLRUCache@0x55eea9ba9350#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-07-27T18:11:09.777 INFO:journalctl@ceph.mon.a.smithi029.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-07-27T18:11:09.777 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:11:09.777 INFO:journalctl@ceph.mon.a.smithi029.stdout: ** File Read Latency Histogram By Level [default] ** 2024-07-27T18:11:09.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: starting mon.a rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:11:09.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: mon.a@-1(???) e1 preinit fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:11:09.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: mon.a@-1(???).mds e1 new map 2024-07-27T18:11:09.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: mon.a@-1(???).mds e1 print_map 2024-07-27T18:11:09.778 INFO:journalctl@ceph.mon.a.smithi029.stdout: e1 2024-07-27T18:11:09.778 INFO:journalctl@ceph.mon.a.smithi029.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-07-27T18:11:09.778 INFO:journalctl@ceph.mon.a.smithi029.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-07-27T18:11:09.778 INFO:journalctl@ceph.mon.a.smithi029.stdout: legacy client fscid: -1 2024-07-27T18:11:09.778 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:11:09.778 INFO:journalctl@ceph.mon.a.smithi029.stdout: No filesystems configured 2024-07-27T18:11:09.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-07-27T18:11:09.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-07-27T18:11:09.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-07-27T18:11:09.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-07-27T18:11:09.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-07-27T18:11:09.779 INFO:teuthology.orchestra.run.smithi029.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-07-27T18:11:10.088 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: mon.a is new leader, mons a in quorum (ranks 0) 2024-07-27T18:11:10.088 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: monmap e1: 1 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-07-27T18:11:10.088 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: fsmap 2024-07-27T18:11:10.088 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: osdmap e1: 0 total, 0 up, 0 in 2024-07-27T18:11:10.088 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 ceph-mon[29364]: mgrmap e1: no daemons active 2024-07-27T18:11:10.088 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 bash[29326]: 7d9e2dece8bae81564e6f4431550f3d52f791f1cd14380a9773a2390379acbd0 2024-07-27T18:11:10.088 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:09 smithi029 systemd[1]: Started Ceph mon.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:11:10.765 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote config to /etc/ceph/ceph.conf 2024-07-27T18:11:10.787 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-07-27T18:11:10.787 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mgr... 2024-07-27T18:11:10.788 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:9283 ... 2024-07-27T18:11:10.788 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:8765 ... 2024-07-27T18:11:11.040 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.y 2024-07-27T18:11:11.040 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.y.service: Unit ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.y.service not loaded. 2024-07-27T18:11:11.196 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968.target.wants/ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.y.service → /etc/systemd/system/ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@.service. 2024-07-27T18:11:11.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:11 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2100644285' entity='client.admin' 2024-07-27T18:11:11.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:11 smithi029 podman[29602]: 2024-07-27 18:11:11.344745054 +0000 UTC m=+0.017806868 image pull d280790d1980f9ccca1416b0016ae8076dfdf14ec2e6b48f73b6dd2bb635bf63 quay.ceph.io/ceph-ci/ceph:reef 2024-07-27T18:11:11.746 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-07-27T18:11:11.746 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-07-27T18:11:11.755 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-07-27T18:11:11.756 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-07-27T18:11:11.756 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-07-27T18:11:11.756 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-07-27T18:11:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-07-27T18:11:11.767 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-07-27T18:11:11.776 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-07-27T18:11:11.776 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-07-27T18:11:11.776 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-07-27T18:11:11.776 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-07-27T18:11:11.776 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr to start... 2024-07-27T18:11:11.776 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr... 2024-07-27T18:11:11.882 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:11 smithi029 podman[29602]: 2024-07-27 18:11:11.628757811 +0000 UTC m=+0.301819640 container init 22eadc90e47e9cd9b9ded131850fa9fb322a914de4788ffc2aa99c770ade0d5d (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, RELEASE=reef-a3bbd72, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=) 2024-07-27T18:11:11.882 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:11 smithi029 podman[29602]: 2024-07-27 18:11:11.63401468 +0000 UTC m=+0.307076496 container start 22eadc90e47e9cd9b9ded131850fa9fb322a914de4788ffc2aa99c770ade0d5d (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=reef-a3bbd72, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-07-27T18:11:11.882 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:11 smithi029 bash[29602]: 22eadc90e47e9cd9b9ded131850fa9fb322a914de4788ffc2aa99c770ade0d5d 2024-07-27T18:11:11.882 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:11 smithi029 systemd[1]: Started Ceph mgr.y for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:11:11.882 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:11.767+0000 7fd0b9ab5040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:11:12.136 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:11.925+0000 7fd0b9ab5040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:11:12.136 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:12.002+0000 7fd0b9ab5040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:11:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:12 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3782379215' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-07-27T18:11:12.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:12.264+0000 7fd0b9ab5040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:11:12.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:12.329+0000 7fd0b9ab5040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:11:12.876 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-07-27T18:11:12.876 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-07-27T18:11:12.876 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "70f4cc2a-4c43-11ef-bcc7-c7b262605968", 2024-07-27T18:11:12.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-07-27T18:11:12.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-07-27T18:11:12.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-07-27T18:11:12.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-07-27T18:11:12.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:12.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-07-27T18:11:12.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-07-27T18:11:12.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-07-27T18:11:12.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-07-27T18:11:12.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-07-27T18:11:12.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-07-27T18:11:12.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-07-27T18:11:12.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-07-27T18:11:12.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-07-27T18:11:12.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-27T18:11:12.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-07-27T18:11:12.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-07-27T18:11:12.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:12.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-07-27T18:11:12.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-27T18:11:12.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-07-27T18:11:12.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-07-27T18:11:12.878 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-07-27T18:11:12.882 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-07-27T18:11:12.882 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:12.883 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-27T18:11:12.884 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:12.885 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-07-27T18:11:12.885 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-27T18:11:12.885 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-07-27T18:11:04.767004+0000", 2024-07-27T18:11:12.885 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-27T18:11:12.885 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:12.885 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-07-27T18:11:12.885 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-07-27T18:11:12.885 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (1/15)... 2024-07-27T18:11:13.706 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:13 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:13.308+0000 7fd0b9ab5040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:11:13.706 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:13 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:13.427+0000 7fd0b9ab5040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:11:13.706 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:13 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:13.486+0000 7fd0b9ab5040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:11:13.706 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:13 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:13.704+0000 7fd0b9ab5040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:11:13.986 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:13 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:13.767+0000 7fd0b9ab5040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:11:13.986 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:13 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:13.836+0000 7fd0b9ab5040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:11:13.986 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:13 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:13.984+0000 7fd0b9ab5040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:11:14.747 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:14 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:14.419+0000 7fd0b9ab5040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:11:14.747 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:14 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:14.745+0000 7fd0b9ab5040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:11:15.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:14 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:14.813+0000 7fd0b9ab5040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:11:15.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:14 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:14.968+0000 7fd0b9ab5040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:11:15.686 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:15.290+0000 7fd0b9ab5040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:11:15.686 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:15.353+0000 7fd0b9ab5040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:11:16.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:15.546+0000 7fd0b9ab5040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:11:16.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:15.702+0000 7fd0b9ab5040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:11:16.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:15.768+0000 7fd0b9ab5040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:11:16.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:15.854+0000 7fd0b9ab5040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:11:16.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:15.915+0000 7fd0b9ab5040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:11:16.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:16.468+0000 7fd0b9ab5040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:11:16.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:16.631+0000 7fd0b9ab5040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:11:16.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: Activating manager daemon y 2024-07-27T18:11:16.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: mgrmap e2: y(active, starting, since 0.00313667s) 2024-07-27T18:11:16.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: from='mgr.14100 172.21.15.29:0/1046171205' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:11:16.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: from='mgr.14100 172.21.15.29:0/1046171205' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:11:16.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: from='mgr.14100 172.21.15.29:0/1046171205' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:11:16.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: from='mgr.14100 172.21.15.29:0/1046171205' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:11:16.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: from='mgr.14100 172.21.15.29:0/1046171205' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:11:16.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: Manager daemon y is now available 2024-07-27T18:11:16.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: from='mgr.14100 172.21.15.29:0/1046171205' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:11:16.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: from='mgr.14100 172.21.15.29:0/1046171205' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:11:16.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: from='mgr.14100 172.21.15.29:0/1046171205' entity='mgr.y' 2024-07-27T18:11:16.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: from='mgr.14100 172.21.15.29:0/1046171205' entity='mgr.y' 2024-07-27T18:11:16.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:16 smithi029 ceph-mon[29364]: from='mgr.14100 172.21.15.29:0/1046171205' entity='mgr.y' 2024-07-27T18:11:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:18 smithi029 ceph-mon[29364]: mgrmap e3: y(active, since 1.00762s) 2024-07-27T18:11:20.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:19 smithi029 ceph-mon[29364]: mgrmap e4: y(active, since 2s) 2024-07-27T18:11:20.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:20 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1259527445' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-07-27T18:11:29.969 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-07-27T18:11:29.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-07-27T18:11:29.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "70f4cc2a-4c43-11ef-bcc7-c7b262605968", 2024-07-27T18:11:29.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-07-27T18:11:29.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-07-27T18:11:29.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-07-27T18:11:29.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-07-27T18:11:29.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:29.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-07-27T18:11:29.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-07-27T18:11:29.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-07-27T18:11:29.971 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-07-27T18:11:29.971 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-07-27T18:11:29.971 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-07-27T18:11:29.971 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-07-27T18:11:29.971 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-07-27T18:11:29.971 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-07-27T18:11:29.972 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-27T18:11:29.972 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-07-27T18:11:29.972 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-07-27T18:11:29.972 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:29.972 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-07-27T18:11:29.972 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-27T18:11:29.972 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-07-27T18:11:29.972 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-07-27T18:11:29.972 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-07-27T18:11:29.972 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-07-27T18:11:29.972 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-07-27T18:11:29.972 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-07-27T18:11:29.976 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:29.976 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-07-27T18:11:29.976 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-07-27T18:11:29.976 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-07-27T18:11:29.976 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-07-27T18:11:29.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-07-27T18:11:04.767004+0000", 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-07-27T18:11:29.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-07-27T18:11:29.979 INFO:teuthology.orchestra.run.smithi029.stdout:mgr is available 2024-07-27T18:11:34.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:34 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1859967496' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-07-27T18:11:35.217 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-07-27T18:11:35.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-07-27T18:11:35.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:11:35.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-07-27T18:11:35.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-07-27T18:11:35.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-07-27T18:11:35.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-07-27T18:11:35.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-07-27T18:11:35.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-07-27T18:11:35.220 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-07-27T18:11:35.220 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-07-27T18:11:35.220 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-07-27T18:11:35.220 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-07-27T18:11:35.220 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-07-27T18:11:35.220 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling cephadm module... 2024-07-27T18:11:36.227 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:35 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1977146195' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-07-27T18:11:36.228 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:35 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ignoring --setuser ceph since I am not root 2024-07-27T18:11:36.228 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:35 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ignoring --setgroup ceph since I am not root 2024-07-27T18:11:36.228 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:36.074+0000 7f690e984040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:11:36.229 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:36.225+0000 7f690e984040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:11:36.478 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:36.296+0000 7f690e984040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:11:36.728 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:36.549+0000 7f690e984040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:11:36.728 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:36.612+0000 7f690e984040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:11:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:36 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1977146195' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-07-27T18:11:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:36 smithi029 ceph-mon[29364]: mgrmap e5: y(active, since 19s) 2024-07-27T18:11:37.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:37 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:37.584+0000 7f690e984040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:11:37.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:37 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:37.704+0000 7f690e984040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:11:37.781 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-07-27T18:11:37.781 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-07-27T18:11:37.781 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-07-27T18:11:37.781 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "y", 2024-07-27T18:11:37.781 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-07-27T18:11:37.781 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-07-27T18:11:37.781 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-07-27T18:11:37.781 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 5... 2024-07-27T18:11:38.024 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:37 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1334576279' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-07-27T18:11:38.025 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:37 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:37.763+0000 7f690e984040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:11:38.025 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:37 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:37.994+0000 7f690e984040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:11:38.274 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:38.060+0000 7f690e984040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:11:38.275 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:38.130+0000 7f690e984040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:11:38.718 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:38.281+0000 7f690e984040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:11:39.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:38.715+0000 7f690e984040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:11:39.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:39 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:39.040+0000 7f690e984040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:11:39.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:39 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:39.108+0000 7f690e984040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:11:39.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:39 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:39.260+0000 7f690e984040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:11:39.838 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:39 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:39.580+0000 7f690e984040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:11:39.838 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:39 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:39.643+0000 7f690e984040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:11:40.143 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:39 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:39.835+0000 7f690e984040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:11:40.144 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:39 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:39.989+0000 7f690e984040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:11:40.144 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:40.055+0000 7f690e984040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:11:40.144 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:40.141+0000 7f690e984040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:11:40.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:40.202+0000 7f690e984040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:11:41.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:40.749+0000 7f690e984040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:11:41.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:40.912+0000 7f690e984040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:11:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: Active manager daemon y restarted 2024-07-27T18:11:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: Activating manager daemon y 2024-07-27T18:11:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: osdmap e2: 0 total, 0 up, 0 in 2024-07-27T18:11:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: mgrmap e6: y(active, starting, since 0.00324427s) 2024-07-27T18:11:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:11:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:11:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:11:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:11:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:11:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: Manager daemon y is now available 2024-07-27T18:11:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:11:41.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:11:41.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:11:41.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:40 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:11:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:41 smithi029 ceph-mon[29364]: Found migration_current of "None". Setting to last migration. 2024-07-27T18:11:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:41 smithi029 ceph-mon[29364]: mgrmap e7: y(active, since 1.00525s) 2024-07-27T18:11:42.511 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-07-27T18:11:42.511 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-07-27T18:11:42.511 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-07-27T18:11:42.511 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-07-27T18:11:42.511 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 5 is available 2024-07-27T18:11:42.512 INFO:teuthology.orchestra.run.smithi029.stdout:Setting orchestrator backend to cephadm... 2024-07-27T18:11:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:42 smithi029 ceph-mon[29364]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-07-27T18:11:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:42 smithi029 ceph-mon[29364]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-07-27T18:11:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:42 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:42 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-mon[29364]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:11:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:11:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-mon[29364]: mgrmap e8: y(active, since 2s) 2024-07-27T18:11:44.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout value unchanged 2024-07-27T18:11:44.856 INFO:teuthology.orchestra.run.smithi029.stdout:Generating ssh key... 2024-07-27T18:11:44.963 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:44.635+0000 7f687c01d640 -1 log_channel(cephadm) log [ERR] : [27/Jul/2024:18:11:44] ENGINE Error in HTTPServer.serve 2024-07-27T18:11:44.963 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: Traceback (most recent call last): 2024-07-27T18:11:44.963 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:11:44.963 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: self._connections.run(self.expiration_interval) 2024-07-27T18:11:44.963 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: self._run(expiration_interval) 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: s = self.context.wrap_socket( 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: return self.sslsocket_class._create( 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: self.do_handshake() 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:11:44.964 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: self._sslobj.do_handshake() 2024-07-27T18:11:44.965 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:11:44.965 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:45.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-mon[29364]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:11:45.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-mon[29364]: [27/Jul/2024:18:11:44] ENGINE Bus STARTING 2024-07-27T18:11:45.214 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-mon[29364]: [27/Jul/2024:18:11:44] ENGINE Serving on https://172.21.15.29:7150 2024-07-27T18:11:45.215 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-mon[29364]: [27/Jul/2024:18:11:44] ENGINE Error in HTTPServer.serve 2024-07-27T18:11:45.215 INFO:journalctl@ceph.mon.a.smithi029.stdout: Traceback (most recent call last): 2024-07-27T18:11:45.215 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:11:45.215 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:11:45.215 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:11:45.215 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._run(expiration_interval) 2024-07-27T18:11:45.215 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:11:45.215 INFO:journalctl@ceph.mon.a.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:11:45.215 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:11:45.215 INFO:journalctl@ceph.mon.a.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:11:45.215 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:11:45.215 INFO:journalctl@ceph.mon.a.smithi029.stdout: s = self.context.wrap_socket( 2024-07-27T18:11:45.216 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:11:45.216 INFO:journalctl@ceph.mon.a.smithi029.stdout: return self.sslsocket_class._create( 2024-07-27T18:11:45.216 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:11:45.216 INFO:journalctl@ceph.mon.a.smithi029.stdout: self.do_handshake() 2024-07-27T18:11:45.216 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:11:45.216 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._sslobj.do_handshake() 2024-07-27T18:11:45.216 INFO:journalctl@ceph.mon.a.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:11:45.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-mon[29364]: [27/Jul/2024:18:11:44] ENGINE Serving on http://172.21.15.29:8765 2024-07-27T18:11:45.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-mon[29364]: [27/Jul/2024:18:11:44] ENGINE Bus STARTED 2024-07-27T18:11:45.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:11:45.931 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: Generating public/private rsa key pair. 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: Your identification has been saved in /tmp/tmpoacqkj_p/key 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: Your public key has been saved in /tmp/tmpoacqkj_p/key.pub 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: The key fingerprint is: 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: SHA256:LpAuXNyWs7QQsiPVOb1oNr7cOUV/9NLeWfp1UybJSyc ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: The key's randomart image is: 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: +---[RSA 3072]----+ 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: | | 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: | . o | 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: | o = . | 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: | . + * o. .. . | 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: |. o @ B.S. . oE +| 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: | o B * =. . o.o*o| 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: | o o +.. . o.+=| 2024-07-27T18:11:45.932 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: | o o.o o.=| 2024-07-27T18:11:45.933 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: | o o. ..| 2024-07-27T18:11:45.933 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: +----[SHA256]-----+ 2024-07-27T18:11:46.859 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:46 smithi029 ceph-mon[29364]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:11:46.859 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:46 smithi029 ceph-mon[29364]: Generating ssh key... 2024-07-27T18:11:46.859 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:46 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:46.859 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:46 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:47.427 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCjMieE/f6FXkROwaznlJSx6FnqVSXMAj7yU+V7eXfGJX+kEN0abETs39U2lb791rV2kPp3zqutpGmwkftYe2jdA68uFzHgCfP9RLaOXbZKhL/lTq3UsoFQbavJnaCFmThrh5C6LHR/sCVNjUdCfWIib2g40h8VfvkN7e/gcYzmfPsp27AH3g8hzfKD30Nisk0/MZn7thfUTo7laJS/MYDIFPOnFO6pWmJyhyH+qenqoO/uMeFiLeDzYFypD2j1zDh1JHvnve2m/EDNq2SjYIX0HHHKlEMBwEaLLzC2kzNWidCfTgEOrIVVE9lDoTjrkjzE/QiIbJD5cfR9LV5gDvwOQnXCUBkG1FhQ1kd1lcNhSzbbeY8RfxhEVnp3U7UUoFGeAYiWkbn6qRXXedIP2+yNWtSU/TXoSsFUowgkNnjMrJMq/KGSF9MtgtJvqwWlRT08CBmIGsATbbtFkg3vRdDtZgmRzS98s44tHDPAy0xhekwXgkYuvIBY9xm+exRGd0= ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:11:47.427 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-07-27T18:11:47.427 INFO:teuthology.orchestra.run.smithi029.stdout:Adding key to root@localhost authorized_keys... 2024-07-27T18:11:47.427 INFO:teuthology.orchestra.run.smithi029.stdout:Adding host smithi029... 2024-07-27T18:11:47.675 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:47 smithi029 ceph-mon[29364]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:11:49.401 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:49 smithi029 ceph-mon[29364]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:11:50.320 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:50 smithi029 ceph-mon[29364]: Deploying cephadm binary to smithi029 2024-07-27T18:11:51.953 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Added host 'smithi029' with addr '172.21.15.29' 2024-07-27T18:11:51.953 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying unmanaged mon service... 2024-07-27T18:11:52.618 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:52 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:52.618 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:52 smithi029 ceph-mon[29364]: Added host smithi029 2024-07-27T18:11:52.618 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:52 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:11:53.315 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-07-27T18:11:53.315 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying unmanaged mgr service... 2024-07-27T18:11:53.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:53 smithi029 ceph-mon[29364]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:11:53.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:53 smithi029 ceph-mon[29364]: Saving service mon spec with placement count:5 2024-07-27T18:11:53.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:53 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:55.028 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-07-27T18:11:55.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:55 smithi029 ceph-mon[29364]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:11:55.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:55 smithi029 ceph-mon[29364]: Saving service mgr spec with placement count:2 2024-07-27T18:11:55.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:55 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:55.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:55 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:56.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:56 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:56.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:56 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1166041834' entity='client.admin' 2024-07-27T18:11:57.976 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling the dashboard module... 2024-07-27T18:11:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:58 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:58 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3448364797' entity='client.admin' 2024-07-27T18:11:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:58 smithi029 ceph-mon[29364]: from='mgr.14116 172.21.15.29:0/1900259831' entity='mgr.y' 2024-07-27T18:11:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:11:59 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1813200209' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-07-27T18:11:59.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ignoring --setuser ceph since I am not root 2024-07-27T18:11:59.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ignoring --setgroup ceph since I am not root 2024-07-27T18:11:59.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:59.393+0000 7feefd705040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:11:59.868 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:59.544+0000 7feefd705040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:11:59.868 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:59.614+0000 7feefd705040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:11:59.869 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:59.866+0000 7feefd705040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:12:00.240 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:11:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:11:59.928+0000 7feefd705040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:12:00.492 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:00 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1813200209' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-07-27T18:12:00.492 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:00 smithi029 ceph-mon[29364]: mgrmap e9: y(active, since 18s) 2024-07-27T18:12:01.205 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:00.918+0000 7feefd705040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:12:01.205 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:01.046+0000 7feefd705040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:12:01.206 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:01.105+0000 7feefd705040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:12:01.463 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:01 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1906648124' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-07-27T18:12:01.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:01.327+0000 7feefd705040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:12:01.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:01.390+0000 7feefd705040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:12:01.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:01.460+0000 7feefd705040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:12:01.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-07-27T18:12:01.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-07-27T18:12:01.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-07-27T18:12:01.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "y", 2024-07-27T18:12:01.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-07-27T18:12:01.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-07-27T18:12:01.530 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-07-27T18:12:01.530 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 9... 2024-07-27T18:12:01.738 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:01.613+0000 7feefd705040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:12:02.387 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:02.061+0000 7feefd705040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:12:02.388 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:02.386+0000 7feefd705040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:12:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:02.454+0000 7feefd705040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:12:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:02.607+0000 7feefd705040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:12:03.183 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:02.927+0000 7feefd705040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:12:03.184 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:02.990+0000 7feefd705040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:12:03.489 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:03 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:03.182+0000 7feefd705040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:12:03.489 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:03 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:03.335+0000 7feefd705040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:12:03.489 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:03 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:03.402+0000 7feefd705040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:12:03.489 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:03 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:03.487+0000 7feefd705040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:12:03.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:03 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:03.548+0000 7feefd705040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:12:04.475 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:04.097+0000 7feefd705040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:12:04.475 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:04.259+0000 7feefd705040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:12:04.476 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: Active manager daemon y restarted 2024-07-27T18:12:04.476 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: Activating manager daemon y 2024-07-27T18:12:04.476 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: osdmap e3: 0 total, 0 up, 0 in 2024-07-27T18:12:04.476 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: mgrmap e10: y(active, starting, since 0.00319455s) 2024-07-27T18:12:04.476 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:12:04.476 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:12:04.476 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:12:04.476 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:12:04.476 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:12:04.476 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: Manager daemon y is now available 2024-07-27T18:12:04.476 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:12:04.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:12:04.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:12:05.999 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-07-27T18:12:05.999 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-07-27T18:12:05.999 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-07-27T18:12:05.999 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-07-27T18:12:06.000 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 9 is available 2024-07-27T18:12:06.000 INFO:teuthology.orchestra.run.smithi029.stdout:Generating a dashboard self-signed certificate... 2024-07-27T18:12:06.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:06 smithi029 ceph-mon[29364]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-07-27T18:12:06.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:06 smithi029 ceph-mon[29364]: mgrmap e11: y(active, since 1.00517s) 2024-07-27T18:12:06.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:06 smithi029 ceph-mon[29364]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-07-27T18:12:07.369 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:07 smithi029 ceph-mon[29364]: mgrmap e12: y(active, since 2s) 2024-07-27T18:12:07.369 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:07.369 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:07.369 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:07.372 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-07-27T18:12:07.372 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial admin user... 2024-07-27T18:12:08.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-mon[29364]: from='client.14160 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:12:08.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:08.556 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:08.288+0000 7fee693cd640 -1 log_channel(cephadm) log [ERR] : [27/Jul/2024:18:12:08] ENGINE Error in HTTPServer.serve 2024-07-27T18:12:08.556 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: Traceback (most recent call last): 2024-07-27T18:12:08.556 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:12:08.556 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: self._connections.run(self.expiration_interval) 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: self._run(expiration_interval) 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: s = self.context.wrap_socket( 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: return self.sslsocket_class._create( 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: self.do_handshake() 2024-07-27T18:12:08.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:12:08.558 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: self._sslobj.do_handshake() 2024-07-27T18:12:08.558 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:12:08.558 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:12:09.592 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:09 smithi029 ceph-mon[29364]: [27/Jul/2024:18:12:08] ENGINE Bus STARTING 2024-07-27T18:12:09.592 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:09 smithi029 ceph-mon[29364]: [27/Jul/2024:18:12:08] ENGINE Serving on https://172.21.15.29:7150 2024-07-27T18:12:09.592 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:09 smithi029 ceph-mon[29364]: [27/Jul/2024:18:12:08] ENGINE Error in HTTPServer.serve 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: Traceback (most recent call last): 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._run(expiration_interval) 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: s = self.context.wrap_socket( 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:12:09.593 INFO:journalctl@ceph.mon.a.smithi029.stdout: return self.sslsocket_class._create( 2024-07-27T18:12:09.594 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:12:09.594 INFO:journalctl@ceph.mon.a.smithi029.stdout: self.do_handshake() 2024-07-27T18:12:09.594 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:12:09.594 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._sslobj.do_handshake() 2024-07-27T18:12:09.594 INFO:journalctl@ceph.mon.a.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:12:09.594 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:09 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:09.595 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$FLIkhCyQxwwjSUBsHl1DD.vc4vPmt.f7nU9RAimGgo5YIONMLa7Oy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1722103928, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-07-27T18:12:09.595 INFO:teuthology.orchestra.run.smithi029.stdout:Fetching dashboard port number... 2024-07-27T18:12:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:10 smithi029 ceph-mon[29364]: [27/Jul/2024:18:12:08] ENGINE Serving on http://172.21.15.29:8765 2024-07-27T18:12:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:10 smithi029 ceph-mon[29364]: [27/Jul/2024:18:12:08] ENGINE Bus STARTED 2024-07-27T18:12:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:10 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/522205490' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-07-27T18:12:10.909 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 8443 2024-07-27T18:12:10.919 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-07-27T18:12:10.920 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-07-27T18:12:10.927 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-07-27T18:12:10.927 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-07-27T18:12:10.927 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-07-27T18:12:10.928 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-07-27T18:12:10.930 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph Dashboard is now available at: 2024-07-27T18:12:10.930 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:12:10.930 INFO:teuthology.orchestra.run.smithi029.stdout: URL: https://smithi029.front.sepia.ceph.com:8443/ 2024-07-27T18:12:10.930 INFO:teuthology.orchestra.run.smithi029.stdout: User: admin 2024-07-27T18:12:10.930 INFO:teuthology.orchestra.run.smithi029.stdout: Password: vaojdwcop9 2024-07-27T18:12:10.930 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:12:10.931 INFO:teuthology.orchestra.run.smithi029.stdout:Saving cluster configuration to /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config directory 2024-07-27T18:12:10.931 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling autotune for osd_memory_target 2024-07-27T18:12:11.363 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:11 smithi029 ceph-mon[29364]: mgrmap e13: y(active, since 6s) 2024-07-27T18:12:13.336 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-07-27T18:12:13.337 INFO:teuthology.orchestra.run.smithi029.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-07-27T18:12:13.337 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:12:13.337 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-07-27T18:12:13.337 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:12:13.337 INFO:teuthology.orchestra.run.smithi029.stdout:Or, if you are only running a single cluster on this host: 2024-07-27T18:12:13.337 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:12:13.337 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-07-27T18:12:13.337 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:12:13.337 INFO:teuthology.orchestra.run.smithi029.stdout:Please consider enabling telemetry to help improve Ceph: 2024-07-27T18:12:13.337 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:12:13.337 INFO:teuthology.orchestra.run.smithi029.stdout: ceph telemetry on 2024-07-27T18:12:13.337 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:12:13.338 INFO:teuthology.orchestra.run.smithi029.stdout:For more information see: 2024-07-27T18:12:13.338 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:12:13.338 INFO:teuthology.orchestra.run.smithi029.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-07-27T18:12:13.338 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:12:13.338 INFO:teuthology.orchestra.run.smithi029.stdout:Bootstrap complete. 2024-07-27T18:12:13.376 INFO:tasks.cephadm:Fetching config... 2024-07-27T18:12:13.377 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:12:13.377 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-07-27T18:12:13.395 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-07-27T18:12:13.396 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:12:13.396 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-07-27T18:12:13.452 INFO:tasks.cephadm:Fetching mon keyring... 2024-07-27T18:12:13.453 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:12:13.453 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/keyring of=/dev/stdout 2024-07-27T18:12:13.519 INFO:tasks.cephadm:Fetching pub ssh key... 2024-07-27T18:12:13.519 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:12:13.520 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-07-27T18:12:13.575 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-07-27T18:12:13.576 DEBUG:teuthology.orchestra.run.smithi029:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCjMieE/f6FXkROwaznlJSx6FnqVSXMAj7yU+V7eXfGJX+kEN0abETs39U2lb791rV2kPp3zqutpGmwkftYe2jdA68uFzHgCfP9RLaOXbZKhL/lTq3UsoFQbavJnaCFmThrh5C6LHR/sCVNjUdCfWIib2g40h8VfvkN7e/gcYzmfPsp27AH3g8hzfKD30Nisk0/MZn7thfUTo7laJS/MYDIFPOnFO6pWmJyhyH+qenqoO/uMeFiLeDzYFypD2j1zDh1JHvnve2m/EDNq2SjYIX0HHHKlEMBwEaLLzC2kzNWidCfTgEOrIVVE9lDoTjrkjzE/QiIbJD5cfR9LV5gDvwOQnXCUBkG1FhQ1kd1lcNhSzbbeY8RfxhEVnp3U7UUoFGeAYiWkbn6qRXXedIP2+yNWtSU/TXoSsFUowgkNnjMrJMq/KGSF9MtgtJvqwWlRT08CBmIGsATbbtFkg3vRdDtZgmRzS98s44tHDPAy0xhekwXgkYuvIBY9xm+exRGd0= ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-07-27T18:12:13.680 INFO:teuthology.orchestra.run.smithi029.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCjMieE/f6FXkROwaznlJSx6FnqVSXMAj7yU+V7eXfGJX+kEN0abETs39U2lb791rV2kPp3zqutpGmwkftYe2jdA68uFzHgCfP9RLaOXbZKhL/lTq3UsoFQbavJnaCFmThrh5C6LHR/sCVNjUdCfWIib2g40h8VfvkN7e/gcYzmfPsp27AH3g8hzfKD30Nisk0/MZn7thfUTo7laJS/MYDIFPOnFO6pWmJyhyH+qenqoO/uMeFiLeDzYFypD2j1zDh1JHvnve2m/EDNq2SjYIX0HHHKlEMBwEaLLzC2kzNWidCfTgEOrIVVE9lDoTjrkjzE/QiIbJD5cfR9LV5gDvwOQnXCUBkG1FhQ1kd1lcNhSzbbeY8RfxhEVnp3U7UUoFGeAYiWkbn6qRXXedIP2+yNWtSU/TXoSsFUowgkNnjMrJMq/KGSF9MtgtJvqwWlRT08CBmIGsATbbtFkg3vRdDtZgmRzS98s44tHDPAy0xhekwXgkYuvIBY9xm+exRGd0= ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:12:13.693 DEBUG:teuthology.orchestra.run.smithi179:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCjMieE/f6FXkROwaznlJSx6FnqVSXMAj7yU+V7eXfGJX+kEN0abETs39U2lb791rV2kPp3zqutpGmwkftYe2jdA68uFzHgCfP9RLaOXbZKhL/lTq3UsoFQbavJnaCFmThrh5C6LHR/sCVNjUdCfWIib2g40h8VfvkN7e/gcYzmfPsp27AH3g8hzfKD30Nisk0/MZn7thfUTo7laJS/MYDIFPOnFO6pWmJyhyH+qenqoO/uMeFiLeDzYFypD2j1zDh1JHvnve2m/EDNq2SjYIX0HHHKlEMBwEaLLzC2kzNWidCfTgEOrIVVE9lDoTjrkjzE/QiIbJD5cfR9LV5gDvwOQnXCUBkG1FhQ1kd1lcNhSzbbeY8RfxhEVnp3U7UUoFGeAYiWkbn6qRXXedIP2+yNWtSU/TXoSsFUowgkNnjMrJMq/KGSF9MtgtJvqwWlRT08CBmIGsATbbtFkg3vRdDtZgmRzS98s44tHDPAy0xhekwXgkYuvIBY9xm+exRGd0= ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-07-27T18:12:13.734 INFO:teuthology.orchestra.run.smithi179.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCjMieE/f6FXkROwaznlJSx6FnqVSXMAj7yU+V7eXfGJX+kEN0abETs39U2lb791rV2kPp3zqutpGmwkftYe2jdA68uFzHgCfP9RLaOXbZKhL/lTq3UsoFQbavJnaCFmThrh5C6LHR/sCVNjUdCfWIib2g40h8VfvkN7e/gcYzmfPsp27AH3g8hzfKD30Nisk0/MZn7thfUTo7laJS/MYDIFPOnFO6pWmJyhyH+qenqoO/uMeFiLeDzYFypD2j1zDh1JHvnve2m/EDNq2SjYIX0HHHKlEMBwEaLLzC2kzNWidCfTgEOrIVVE9lDoTjrkjzE/QiIbJD5cfR9LV5gDvwOQnXCUBkG1FhQ1kd1lcNhSzbbeY8RfxhEVnp3U7UUoFGeAYiWkbn6qRXXedIP2+yNWtSU/TXoSsFUowgkNnjMrJMq/KGSF9MtgtJvqwWlRT08CBmIGsATbbtFkg3vRdDtZgmRzS98s44tHDPAy0xhekwXgkYuvIBY9xm+exRGd0= ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:12:13.747 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-07-27T18:12:13.956 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:12:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:13 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1611801441' entity='client.admin' 2024-07-27T18:12:17.259 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-07-27T18:12:17.260 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-07-27T18:12:17.852 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:12:17.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:17 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2641532742' entity='client.admin' 2024-07-27T18:12:19.206 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:18 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:19.206 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:18 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:19.206 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:18 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:12:19.206 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:18 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:19.206 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:18 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:12:19.206 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:18 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:20.237 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi179 2024-07-27T18:12:20.237 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T18:12:20.237 DEBUG:teuthology.orchestra.run.smithi179:> dd of=/etc/ceph/ceph.conf 2024-07-27T18:12:20.257 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T18:12:20.257 DEBUG:teuthology.orchestra.run.smithi179:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:12:20.315 INFO:tasks.cephadm:Adding host smithi179 to orchestrator... 2024-07-27T18:12:20.316 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch host add smithi179 2024-07-27T18:12:20.520 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:12:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:20 smithi029 ceph-mon[29364]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:12:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:12:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:12:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:20 smithi029 ceph-mon[29364]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:12:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:20 smithi029 ceph-mon[29364]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:12:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:20 smithi029 ceph-mon[29364]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:12:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:20 smithi029 ceph-mon[29364]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:12:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:20.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:22 smithi029 ceph-mon[29364]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi179", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:12:25.533 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi179' with addr '172.21.15.179' 2024-07-27T18:12:25.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:25 smithi029 ceph-mon[29364]: Deploying cephadm binary to smithi179 2024-07-27T18:12:25.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:25 smithi029 ceph-mon[29364]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:26.124 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch host ls --format=json 2024-07-27T18:12:26.330 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:12:26.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:26 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:26.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:26 smithi029 ceph-mon[29364]: Added host smithi179 2024-07-27T18:12:26.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:26 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:12:26.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:26 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:26.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:26 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:26.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:26 smithi029 ceph-mon[29364]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:28.056 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:12:28.056 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.179", "hostname": "smithi179", "labels": [], "status": ""}] 2024-07-27T18:12:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:28.625 INFO:tasks.cephadm:Setting crush tunables to default 2024-07-27T18:12:28.625 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd crush tunables default 2024-07-27T18:12:28.828 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:12:28.940 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:28 smithi029 ceph-mon[29364]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:12:28.940 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:28 smithi029 ceph-mon[29364]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:30 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3487345561' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-07-27T18:12:31.556 INFO:teuthology.orchestra.run.smithi029.stderr:adjusted tunables profile to default 2024-07-27T18:12:31.857 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:31 smithi029 ceph-mon[29364]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:12:31.857 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:31 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3487345561' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-27T18:12:31.857 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:31 smithi029 ceph-mon[29364]: osdmap e4: 0 total, 0 up, 0 in 2024-07-27T18:12:32.137 INFO:tasks.cephadm:Adding mon.a on smithi029 2024-07-27T18:12:32.138 INFO:tasks.cephadm:Adding mon.c on smithi029 2024-07-27T18:12:32.138 INFO:tasks.cephadm:Adding mon.b on smithi179 2024-07-27T18:12:32.138 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch apply mon '3;smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi179:172.21.15.179=b' 2024-07-27T18:12:32.340 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:12:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:32 smithi029 ceph-mon[29364]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:34.007 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled mon update... 2024-07-27T18:12:34.733 DEBUG:teuthology.orchestra.run.smithi029:mon.c> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.c.service 2024-07-27T18:12:34.736 DEBUG:teuthology.orchestra.run.smithi179:mon.b> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.b.service 2024-07-27T18:12:34.738 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-07-27T18:12:34.738 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph mon dump -f json 2024-07-27T18:12:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:35 smithi029 ceph-mon[29364]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi179:172.21.15.179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:12:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:35 smithi029 ceph-mon[29364]: Saving service mon spec with placement smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi179:172.21.15.179=b;count:3 2024-07-27T18:12:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:12:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:12:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:35 smithi029 ceph-mon[29364]: Deploying daemon mon.b on smithi179 2024-07-27T18:12:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:35 smithi029 ceph-mon[29364]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:35.342 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:12:36.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:36 smithi029 ceph-mon[29364]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:38.442 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:12:38.442 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":1,"fsid":"70f4cc2a-4c43-11ef-bcc7-c7b262605968","modified":"2024-07-27T18:11:01.801618Z","created":"2024-07-27T18:11:01.801618Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-07-27T18:12:38.442 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 1 2024-07-27T18:12:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:38 smithi029 ceph-mon[29364]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:38.818 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:38 smithi179 systemd[1]: Starting Ceph mon.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:12:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 podman[33473]: 2024-07-27 18:12:39.210356596 +0000 UTC m=+0.017629874 image pull d280790d1980f9ccca1416b0016ae8076dfdf14ec2e6b48f73b6dd2bb635bf63 quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448 2024-07-27T18:12:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 podman[33473]: 2024-07-27 18:12:39.317675817 +0000 UTC m=+0.124949091 container create 0202fbc308d957f01564f827ad418c256ddecc1af82911a6d487371d6fb16338 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=reef-a3bbd72, ceph=True) 2024-07-27T18:12:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:39 smithi029 ceph-mon[29364]: from='client.? 172.21.15.179:0/450265074' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-07-27T18:12:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 podman[33473]: 2024-07-27 18:12:39.511362191 +0000 UTC m=+0.318635459 container init 0202fbc308d957f01564f827ad418c256ddecc1af82911a6d487371d6fb16338 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=reef-a3bbd72, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:12:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 podman[33473]: 2024-07-27 18:12:39.516073468 +0000 UTC m=+0.323346737 container start 0202fbc308d957f01564f827ad418c256ddecc1af82911a6d487371d6fb16338 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=reef-a3bbd72, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-07-27T18:12:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: set uid:gid to 167:167 (ceph:ceph) 2024-07-27T18:12:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable), process ceph-mon, pid 7 2024-07-27T18:12:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: pidfile_write: ignore empty --pid-file 2024-07-27T18:12:39.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: load: jerasure load: lrc 2024-07-27T18:12:39.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: RocksDB version: 7.9.2 2024-07-27T18:12:39.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Git sha 0 2024-07-27T18:12:39.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Compile date 2024-07-24 15:35:49 2024-07-27T18:12:39.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: DB SUMMARY 2024-07-27T18:12:39.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: DB Session ID: C1LMOMVNAFZ4Q57S6SXH 2024-07-27T18:12:39.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: CURRENT file: CURRENT 2024-07-27T18:12:39.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: IDENTITY file: IDENTITY 2024-07-27T18:12:39.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-07-27T18:12:39.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-07-27T18:12:39.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-07-27T18:12:39.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.error_if_exists: 0 2024-07-27T18:12:39.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.create_if_missing: 0 2024-07-27T18:12:39.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.paranoid_checks: 1 2024-07-27T18:12:39.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.flush_verify_memtable_count: 1 2024-07-27T18:12:39.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-27T18:12:39.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-27T18:12:39.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.env: 0x562521c5ebc0 2024-07-27T18:12:39.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.fs: PosixFileSystem 2024-07-27T18:12:39.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.info_log: 0x56252291abe0 2024-07-27T18:12:39.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_file_opening_threads: 16 2024-07-27T18:12:39.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.statistics: (nil) 2024-07-27T18:12:39.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.use_fsync: 0 2024-07-27T18:12:39.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_log_file_size: 0 2024-07-27T18:12:39.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-27T18:12:39.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.log_file_time_to_roll: 0 2024-07-27T18:12:39.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.keep_log_file_num: 1000 2024-07-27T18:12:39.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.recycle_log_file_num: 0 2024-07-27T18:12:39.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.allow_fallocate: 1 2024-07-27T18:12:39.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.allow_mmap_reads: 0 2024-07-27T18:12:39.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.allow_mmap_writes: 0 2024-07-27T18:12:39.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.use_direct_reads: 0 2024-07-27T18:12:39.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-27T18:12:39.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.create_missing_column_families: 0 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.db_log_dir: 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.wal_dir: 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.table_cache_numshardbits: 6 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.WAL_ttl_seconds: 0 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.WAL_size_limit_MB: 0 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.is_fd_close_on_exec: 1 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.advise_random_on_open: 1 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.db_write_buffer_size: 0 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.write_buffer_manager: 0x5625228ea140 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-27T18:12:39.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-27T18:12:39.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.use_adaptive_mutex: 0 2024-07-27T18:12:39.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.rate_limiter: (nil) 2024-07-27T18:12:39.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-27T18:12:39.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.wal_recovery_mode: 2 2024-07-27T18:12:39.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.enable_thread_tracking: 0 2024-07-27T18:12:39.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.enable_pipelined_write: 0 2024-07-27T18:12:39.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.unordered_write: 0 2024-07-27T18:12:39.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-27T18:12:39.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-27T18:12:39.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-27T18:12:39.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-27T18:12:39.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.row_cache: None 2024-07-27T18:12:39.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.wal_filter: None 2024-07-27T18:12:39.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-27T18:12:39.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.allow_ingest_behind: 0 2024-07-27T18:12:39.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.two_write_queues: 0 2024-07-27T18:12:39.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.manual_wal_flush: 0 2024-07-27T18:12:39.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.wal_compression: 0 2024-07-27T18:12:39.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.atomic_flush: 0 2024-07-27T18:12:39.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-27T18:12:39.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.persist_stats_to_disk: 0 2024-07-27T18:12:39.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.write_dbid_to_manifest: 0 2024-07-27T18:12:39.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.log_readahead_size: 0 2024-07-27T18:12:39.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-27T18:12:39.921 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.best_efforts_recovery: 0 2024-07-27T18:12:39.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-27T18:12:39.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-27T18:12:39.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.allow_data_in_errors: 0 2024-07-27T18:12:39.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.db_host_id: __hostname__ 2024-07-27T18:12:39.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.enforce_single_del_contracts: true 2024-07-27T18:12:39.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_background_jobs: 2 2024-07-27T18:12:39.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_background_compactions: -1 2024-07-27T18:12:39.922 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_subcompactions: 1 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.delayed_write_rate : 16777216 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_total_wal_size: 0 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.stats_dump_period_sec: 600 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.stats_persist_period_sec: 600 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_open_files: -1 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bytes_per_sync: 0 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.wal_bytes_per_sync: 0 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.strict_bytes_per_sync: 0 2024-07-27T18:12:39.923 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_readahead_size: 0 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_background_flushes: -1 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Compression algorithms supported: 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: kZSTD supported: 0 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: kXpressCompression supported: 0 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: kBZip2Compression supported: 0 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: kLZ4Compression supported: 1 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: kZlibCompression supported: 1 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: kLZ4HCCompression supported: 1 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: kSnappyCompression supported: 1 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Fast CRC32 supported: Supported on x86 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: DMutex implementation: pthread_mutex_t 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-27T18:12:39.924 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.merge_operator: 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_filter: None 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_filter_factory: None 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.sst_partitioner_factory: None 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.memtable_factory: SkipListFactory 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.table_factory: BlockBasedTable 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56252291a820) 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout: cache_index_and_filter_blocks: 1 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout: pin_top_level_index_and_filter: 1 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout: index_type: 0 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout: data_block_index_type: 0 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout: index_shortening: 1 2024-07-27T18:12:39.925 INFO:journalctl@ceph.mon.b.smithi179.stdout: data_block_hash_table_util_ratio: 0.750000 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: checksum: 4 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: no_block_cache: 0 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_cache: 0x56252290f350 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_cache_name: BinnedLRUCache 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_cache_options: 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: capacity : 536870912 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: num_shard_bits : 4 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: strict_capacity_limit : 0 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: high_pri_pool_ratio: 0.000 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_cache_compressed: (nil) 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: persistent_cache: (nil) 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_size: 4096 2024-07-27T18:12:39.926 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_size_deviation: 10 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_restart_interval: 16 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: index_block_restart_interval: 1 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: metadata_block_size: 4096 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: partition_filters: 0 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: use_delta_encoding: 1 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: filter_policy: bloomfilter 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: whole_key_filtering: 1 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: verify_compression: 0 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: read_amp_bytes_per_bit: 0 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: format_version: 5 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: enable_index_compression: 1 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_align: 0 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: max_auto_readahead_size: 262144 2024-07-27T18:12:39.927 INFO:journalctl@ceph.mon.b.smithi179.stdout: prepopulate_block_cache: 0 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout: initial_auto_readahead_size: 8192 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout: num_file_reads_for_auto_readahead: 2 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.write_buffer_size: 33554432 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_write_buffer_number: 2 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compression: NoCompression 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bottommost_compression: Disabled 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.prefix_extractor: nullptr 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.num_levels: 7 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-27T18:12:39.928 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compression_opts.window_bits: -14 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compression_opts.level: 32767 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compression_opts.strategy: 0 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-27T18:12:39.929 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compression_opts.enabled: false 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.target_file_size_base: 67108864 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.target_file_size_multiplier: 1 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-27T18:12:39.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.arena_block_size: 1048576 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.disable_auto_compactions: 0 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-27T18:12:39.931 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.table_properties_collectors: 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.inplace_update_support: 0 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.inplace_update_num_locks: 10000 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.memtable_huge_page_size: 0 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.bloom_locality: 0 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.max_successive_merges: 0 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.optimize_filters_for_hits: 0 2024-07-27T18:12:39.932 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.paranoid_file_checks: 0 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.force_consistency_checks: 1 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.report_bg_io_stats: 0 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.ttl: 2592000 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.periodic_compaction_seconds: 0 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.enable_blob_files: false 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.min_blob_size: 0 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.blob_file_size: 268435456 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.blob_compression_type: NoCompression 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.enable_blob_garbage_collection: false 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-27T18:12:39.933 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.blob_file_starting_level: 0 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8bb42e92-81bc-496a-a882-00d2a2a0fe7f 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722103959543072, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722103959543466, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1722103959, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8bb42e92-81bc-496a-a882-00d2a2a0fe7f", "db_session_id": "C1LMOMVNAFZ4Q57S6SXH", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722103959543560, "job": 1, "event": "recovery_finished"} 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562522938e00 2024-07-27T18:12:39.934 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: DB pointer 0x562522a2c000 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout: ** DB Stats ** 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout: ** Compaction Stats [default] ** 2024-07-27T18:12:39.935 INFO:journalctl@ceph.mon.b.smithi179.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: ** Compaction Stats [default] ** 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-27T18:12:39.936 INFO:journalctl@ceph.mon.b.smithi179.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-07-27T18:12:39.937 INFO:journalctl@ceph.mon.b.smithi179.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-27T18:12:39.937 INFO:journalctl@ceph.mon.b.smithi179.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-07-27T18:12:39.937 INFO:journalctl@ceph.mon.b.smithi179.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-07-27T18:12:39.937 INFO:journalctl@ceph.mon.b.smithi179.stdout: AddFile(Keys): cumulative 0, interval 0 2024-07-27T18:12:39.937 INFO:journalctl@ceph.mon.b.smithi179.stdout: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-27T18:12:39.937 INFO:journalctl@ceph.mon.b.smithi179.stdout: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-27T18:12:39.937 INFO:journalctl@ceph.mon.b.smithi179.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-07-27T18:12:39.937 INFO:journalctl@ceph.mon.b.smithi179.stdout: Block cache BinnedLRUCache@0x56252290f350#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-07-27T18:12:39.937 INFO:journalctl@ceph.mon.b.smithi179.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-07-27T18:12:39.937 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout: ** File Read Latency Histogram By Level [default] ** 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: using public_addr v2:172.21.15.179:0/0 -> [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: starting mon.b rank -1 at public addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] at bind addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(???) e0 preinit fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).mds e1 new map 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).mds e1 print_map 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout: e1 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout: legacy client fscid: -1 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:12:39.938 INFO:journalctl@ceph.mon.b.smithi179.stdout: No filesystems configured 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi179:172.21.15.179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:12:39.939 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: Saving service mon spec with placement smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi179:172.21.15.179=b;count:3 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: Deploying daemon mon.b on smithi179 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: from='client.? 172.21.15.179:0/450265074' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 ceph-mon[33511]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 bash[33473]: 0202fbc308d957f01564f827ad418c256ddecc1af82911a6d487371d6fb16338 2024-07-27T18:12:39.940 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:39 smithi179 systemd[1]: Started Ceph mon.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:12:40.097 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-07-27T18:12:40.097 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph mon dump -f json 2024-07-27T18:12:40.306 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:12:44.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:12:44.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:44.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: mon.a calling monitor election 2024-07-27T18:12:44.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:44.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:44.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:44.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: mon.b calling monitor election 2024-07-27T18:12:44.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:44.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:44.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:44.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-07-27T18:12:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: monmap e2: 2 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-07-27T18:12:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: fsmap 2024-07-27T18:12:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: osdmap e4: 0 total, 0 up, 0 in 2024-07-27T18:12:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: mgrmap e13: y(active, since 40s) 2024-07-27T18:12:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: overall HEALTH_OK 2024-07-27T18:12:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:44.970 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:12:44.970 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:44.970 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: mon.a calling monitor election 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: mon.b calling monitor election 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: monmap e2: 2 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: fsmap 2024-07-27T18:12:44.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: osdmap e4: 0 total, 0 up, 0 in 2024-07-27T18:12:44.972 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: mgrmap e13: y(active, since 40s) 2024-07-27T18:12:44.972 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: overall HEALTH_OK 2024-07-27T18:12:44.972 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:44.972 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:44.972 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:44.972 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:44.972 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:45.095 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:12:45.095 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":2,"fsid":"70f4cc2a-4c43-11ef-bcc7-c7b262605968","modified":"2024-07-27T18:12:39.567061Z","created":"2024-07-27T18:11:01.801618Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:3300","nonce":0},{"type":"v1","addr":"172.21.15.179:6789","nonce":0}]},"addr":"172.21.15.179:6789/0","public_addr":"172.21.15.179:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-07-27T18:12:45.095 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 2 2024-07-27T18:12:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:45 smithi179 ceph-mon[33511]: Deploying daemon mon.c on smithi029 2024-07-27T18:12:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:45 smithi179 ceph-mon[33511]: from='client.? 172.21.15.179:0/2210956639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-07-27T18:12:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:45 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:45.907 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:45 smithi029 ceph-mon[29364]: Deploying daemon mon.c on smithi029 2024-07-27T18:12:45.907 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:45 smithi029 ceph-mon[29364]: from='client.? 172.21.15.179:0/2210956639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-07-27T18:12:45.907 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:45 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:46.705 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-07-27T18:12:46.706 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph mon dump -f json 2024-07-27T18:12:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:46 smithi179 ceph-mon[33511]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:46.916 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:12:46.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:46 smithi029 ceph-mon[29364]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:47.635 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 podman[40721]: 2024-07-27 18:12:47.447367607 +0000 UTC m=+0.017593705 image pull d280790d1980f9ccca1416b0016ae8076dfdf14ec2e6b48f73b6dd2bb635bf63 quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448 2024-07-27T18:12:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 podman[40721]: 2024-07-27 18:12:47.7138322 +0000 UTC m=+0.284058289 container init 415872ced014a56739364f1bdc53c72715c76dbfdd1a9b21488d94761d4fd3db (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c, RELEASE=reef-a3bbd72, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-07-27T18:12:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 podman[40721]: 2024-07-27 18:12:47.718678977 +0000 UTC m=+0.288905066 container start 415872ced014a56739364f1bdc53c72715c76dbfdd1a9b21488d94761d4fd3db (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-a3bbd72, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2) 2024-07-27T18:12:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: set uid:gid to 167:167 (ceph:ceph) 2024-07-27T18:12:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable), process ceph-mon, pid 7 2024-07-27T18:12:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: pidfile_write: ignore empty --pid-file 2024-07-27T18:12:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: load: jerasure load: lrc 2024-07-27T18:12:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: RocksDB version: 7.9.2 2024-07-27T18:12:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Git sha 0 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Compile date 2024-07-24 15:35:49 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: DB SUMMARY 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: DB Session ID: M42RBMOVWP5LKG8R4VMM 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: CURRENT file: CURRENT 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: IDENTITY file: IDENTITY 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 636 ; 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.error_if_exists: 0 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.create_if_missing: 0 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.paranoid_checks: 1 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.flush_verify_memtable_count: 1 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-27T18:12:48.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-27T18:12:48.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.env: 0x557166835bc0 2024-07-27T18:12:48.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.fs: PosixFileSystem 2024-07-27T18:12:48.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.info_log: 0x557168276be0 2024-07-27T18:12:48.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_file_opening_threads: 16 2024-07-27T18:12:48.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.statistics: (nil) 2024-07-27T18:12:48.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.use_fsync: 0 2024-07-27T18:12:48.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_log_file_size: 0 2024-07-27T18:12:48.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-27T18:12:48.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.log_file_time_to_roll: 0 2024-07-27T18:12:48.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.keep_log_file_num: 1000 2024-07-27T18:12:48.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.recycle_log_file_num: 0 2024-07-27T18:12:48.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.allow_fallocate: 1 2024-07-27T18:12:48.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.allow_mmap_reads: 0 2024-07-27T18:12:48.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.allow_mmap_writes: 0 2024-07-27T18:12:48.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.use_direct_reads: 0 2024-07-27T18:12:48.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-27T18:12:48.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.create_missing_column_families: 0 2024-07-27T18:12:48.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.db_log_dir: 2024-07-27T18:12:48.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.wal_dir: 2024-07-27T18:12:48.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.table_cache_numshardbits: 6 2024-07-27T18:12:48.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.WAL_ttl_seconds: 0 2024-07-27T18:12:48.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.WAL_size_limit_MB: 0 2024-07-27T18:12:48.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-27T18:12:48.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-27T18:12:48.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.is_fd_close_on_exec: 1 2024-07-27T18:12:48.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.advise_random_on_open: 1 2024-07-27T18:12:48.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.db_write_buffer_size: 0 2024-07-27T18:12:48.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.write_buffer_manager: 0x557168246140 2024-07-27T18:12:48.008 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-27T18:12:48.008 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-27T18:12:48.008 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.use_adaptive_mutex: 0 2024-07-27T18:12:48.008 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.rate_limiter: (nil) 2024-07-27T18:12:48.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-27T18:12:48.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.wal_recovery_mode: 2 2024-07-27T18:12:48.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.enable_thread_tracking: 0 2024-07-27T18:12:48.014 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.enable_pipelined_write: 0 2024-07-27T18:12:48.014 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.unordered_write: 0 2024-07-27T18:12:48.014 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-27T18:12:48.014 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-27T18:12:48.015 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-27T18:12:48.015 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-27T18:12:48.015 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.row_cache: None 2024-07-27T18:12:48.015 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.wal_filter: None 2024-07-27T18:12:48.015 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-27T18:12:48.015 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.allow_ingest_behind: 0 2024-07-27T18:12:48.015 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.two_write_queues: 0 2024-07-27T18:12:48.015 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.manual_wal_flush: 0 2024-07-27T18:12:48.016 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.wal_compression: 0 2024-07-27T18:12:48.016 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.atomic_flush: 0 2024-07-27T18:12:48.016 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-27T18:12:48.016 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.persist_stats_to_disk: 0 2024-07-27T18:12:48.016 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.write_dbid_to_manifest: 0 2024-07-27T18:12:48.016 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.log_readahead_size: 0 2024-07-27T18:12:48.016 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-27T18:12:48.016 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.best_efforts_recovery: 0 2024-07-27T18:12:48.016 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.allow_data_in_errors: 0 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.db_host_id: __hostname__ 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.enforce_single_del_contracts: true 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_background_jobs: 2 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_background_compactions: -1 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_subcompactions: 1 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.delayed_write_rate : 16777216 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_total_wal_size: 0 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.stats_dump_period_sec: 600 2024-07-27T18:12:48.017 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.stats_persist_period_sec: 600 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_open_files: -1 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bytes_per_sync: 0 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.wal_bytes_per_sync: 0 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.strict_bytes_per_sync: 0 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_readahead_size: 0 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_background_flushes: -1 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Compression algorithms supported: 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: kZSTD supported: 0 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: kXpressCompression supported: 0 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: kBZip2Compression supported: 0 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: kLZ4Compression supported: 1 2024-07-27T18:12:48.018 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: kZlibCompression supported: 1 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: kLZ4HCCompression supported: 1 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: kSnappyCompression supported: 1 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Fast CRC32 supported: Supported on x86 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: DMutex implementation: pthread_mutex_t 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.merge_operator: 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_filter: None 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_filter_factory: None 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.sst_partitioner_factory: None 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.memtable_factory: SkipListFactory 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.table_factory: BlockBasedTable 2024-07-27T18:12:48.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557168276820) 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: cache_index_and_filter_blocks: 1 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: pin_top_level_index_and_filter: 1 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: index_type: 0 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: data_block_index_type: 0 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: index_shortening: 1 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: data_block_hash_table_util_ratio: 0.750000 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: checksum: 4 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: no_block_cache: 0 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_cache: 0x55716826b350 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_cache_name: BinnedLRUCache 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_cache_options: 2024-07-27T18:12:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout: capacity : 536870912 2024-07-27T18:12:48.021 INFO:journalctl@ceph.mon.c.smithi029.stdout: num_shard_bits : 4 2024-07-27T18:12:48.021 INFO:journalctl@ceph.mon.c.smithi029.stdout: strict_capacity_limit : 0 2024-07-27T18:12:48.021 INFO:journalctl@ceph.mon.c.smithi029.stdout: high_pri_pool_ratio: 0.000 2024-07-27T18:12:48.021 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_cache_compressed: (nil) 2024-07-27T18:12:48.021 INFO:journalctl@ceph.mon.c.smithi029.stdout: persistent_cache: (nil) 2024-07-27T18:12:48.021 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_size: 4096 2024-07-27T18:12:48.021 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_size_deviation: 10 2024-07-27T18:12:48.021 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_restart_interval: 16 2024-07-27T18:12:48.021 INFO:journalctl@ceph.mon.c.smithi029.stdout: index_block_restart_interval: 1 2024-07-27T18:12:48.021 INFO:journalctl@ceph.mon.c.smithi029.stdout: metadata_block_size: 4096 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: partition_filters: 0 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: use_delta_encoding: 1 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: filter_policy: bloomfilter 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: whole_key_filtering: 1 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: verify_compression: 0 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: read_amp_bytes_per_bit: 0 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: format_version: 5 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: enable_index_compression: 1 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_align: 0 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: max_auto_readahead_size: 262144 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: prepopulate_block_cache: 0 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: initial_auto_readahead_size: 8192 2024-07-27T18:12:48.022 INFO:journalctl@ceph.mon.c.smithi029.stdout: num_file_reads_for_auto_readahead: 2 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.write_buffer_size: 33554432 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_write_buffer_number: 2 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compression: NoCompression 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bottommost_compression: Disabled 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.prefix_extractor: nullptr 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.num_levels: 7 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-27T18:12:48.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compression_opts.window_bits: -14 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compression_opts.level: 32767 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compression_opts.strategy: 0 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compression_opts.enabled: false 2024-07-27T18:12:48.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-27T18:12:48.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-27T18:12:48.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-27T18:12:48.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-27T18:12:48.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.target_file_size_base: 67108864 2024-07-27T18:12:48.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.target_file_size_multiplier: 1 2024-07-27T18:12:48.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-27T18:12:48.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-27T18:12:48.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-27T18:12:48.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-27T18:12:48.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-27T18:12:48.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-27T18:12:48.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-27T18:12:48.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-27T18:12:48.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-27T18:12:48.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-27T18:12:48.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-27T18:12:48.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-27T18:12:48.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-27T18:12:48.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.arena_block_size: 1048576 2024-07-27T18:12:48.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-27T18:12:48.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-27T18:12:48.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.disable_auto_compactions: 0 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.table_properties_collectors: 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.inplace_update_support: 0 2024-07-27T18:12:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.inplace_update_num_locks: 10000 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.memtable_huge_page_size: 0 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.bloom_locality: 0 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.max_successive_merges: 0 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.optimize_filters_for_hits: 0 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.paranoid_file_checks: 0 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.force_consistency_checks: 1 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.report_bg_io_stats: 0 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.ttl: 2592000 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.periodic_compaction_seconds: 0 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-27T18:12:48.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.enable_blob_files: false 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.min_blob_size: 0 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.blob_file_size: 268435456 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.blob_compression_type: NoCompression 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.enable_blob_garbage_collection: false 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.blob_file_starting_level: 0 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8fbddc8d-bb32-44e0-bd5f-9fb17d6a7d99 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722103967746588, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-07-27T18:12:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-07-27T18:12:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722103967746966, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1747, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1722103967, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8fbddc8d-bb32-44e0-bd5f-9fb17d6a7d99", "db_session_id": "M42RBMOVWP5LKG8R4VMM", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-07-27T18:12:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722103967747069, "job": 1, "event": "recovery_finished"} 2024-07-27T18:12:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-07-27T18:12:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-07-27T18:12:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557168294e00 2024-07-27T18:12:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: DB pointer 0x557168388000 2024-07-27T18:12:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-27T18:12:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-27T18:12:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout: ** DB Stats ** 2024-07-27T18:12:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-27T18:12:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-07-27T18:12:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-27T18:12:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-27T18:12:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-07-27T18:12:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-27T18:12:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-27T18:12:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:12:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout: ** Compaction Stats [default] ** 2024-07-27T18:12:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-07-27T18:12:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-27T18:12:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout: L0 1/0 1.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-27T18:12:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout: Sum 1/0 1.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: ** Compaction Stats [default] ** 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-07-27T18:12:48.033 INFO:journalctl@ceph.mon.c.smithi029.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout: AddFile(Keys): cumulative 0, interval 0 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout: Cumulative compaction: 0.00 GB write, 0.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout: Interval compaction: 0.00 GB write, 0.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout: Block cache BinnedLRUCache@0x55716826b350#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout: ** File Read Latency Histogram By Level [default] ** 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: using public_addrv [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: starting mon.c rank -1 at public addrs [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] at bind addrs [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(???) e0 preinit fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:12:48.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).mds e1 new map 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).mds e1 print_map 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout: e1 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout: legacy client fscid: -1 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout: No filesystems configured 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-07-27T18:12:48.035 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-07-27T18:12:48.036 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-27T18:12:48.036 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-27T18:12:48.036 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-27T18:12:48.036 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:48.036 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi179:172.21.15.179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:12:48.036 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: Saving service mon spec with placement smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi179:172.21.15.179=b;count:3 2024-07-27T18:12:48.036 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:48.036 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:12:48.036 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:48.036 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: Deploying daemon mon.b on smithi179 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='client.? 172.21.15.179:0/450265074' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.a calling monitor election 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:48.037 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.b calling monitor election 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: monmap e2: 2 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: fsmap 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: osdmap e4: 0 total, 0 up, 0 in 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mgrmap e13: y(active, since 40s) 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: overall HEALTH_OK 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:48.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:48.039 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:48.039 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:48.039 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:48.039 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: Deploying daemon mon.c on smithi029 2024-07-27T18:12:48.039 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='client.? 172.21.15.179:0/2210956639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-07-27T18:12:48.039 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:48.039 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:48.039 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 ceph-mon[40759]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-07-27T18:12:48.039 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 bash[40721]: 415872ced014a56739364f1bdc53c72715c76dbfdd1a9b21488d94761d4fd3db 2024-07-27T18:12:48.039 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:47 smithi029 systemd[1]: Started Ceph mon.c for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:12:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:12:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: mon.a calling monitor election 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: mon.b calling monitor election 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: mon.c calling monitor election 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-07-27T18:12:53.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-07-27T18:12:53.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: fsmap 2024-07-27T18:12:53.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: osdmap e4: 0 total, 0 up, 0 in 2024-07-27T18:12:53.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: mgrmap e13: y(active, since 48s) 2024-07-27T18:12:53.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: overall HEALTH_OK 2024-07-27T18:12:53.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:53.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:53.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:53.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:53.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:12:53.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: mon.a calling monitor election 2024-07-27T18:12:53.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:53.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: mon.b calling monitor election 2024-07-27T18:12:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: mon.c calling monitor election 2024-07-27T18:12:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-07-27T18:12:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-07-27T18:12:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: fsmap 2024-07-27T18:12:53.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: osdmap e4: 0 total, 0 up, 0 in 2024-07-27T18:12:53.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: mgrmap e13: y(active, since 48s) 2024-07-27T18:12:53.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: overall HEALTH_OK 2024-07-27T18:12:53.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:53.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:53.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:53.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:53.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:12:53.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: mon.a calling monitor election 2024-07-27T18:12:53.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:12:53.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: mon.b calling monitor election 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: mon.c calling monitor election 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: fsmap 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: osdmap e4: 0 total, 0 up, 0 in 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: mgrmap e13: y(active, since 48s) 2024-07-27T18:12:53.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: overall HEALTH_OK 2024-07-27T18:12:53.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:53.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:53.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:53.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:53 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:12:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:53 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:53 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:12:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:53 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:53 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:12:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:53 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:12:54.600 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:12:54.600 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":3,"fsid":"70f4cc2a-4c43-11ef-bcc7-c7b262605968","modified":"2024-07-27T18:12:47.769561Z","created":"2024-07-27T18:11:01.801618Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:3300","nonce":0},{"type":"v1","addr":"172.21.15.179:6789","nonce":0}]},"addr":"172.21.15.179:6789/0","public_addr":"172.21.15.179:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3301","nonce":0},{"type":"v1","addr":"172.21.15.29:6790","nonce":0}]},"addr":"172.21.15.29:6790/0","public_addr":"172.21.15.29:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-07-27T18:12:54.601 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 3 2024-07-27T18:12:55.109 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.109 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.109 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.109 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.109 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:55.109 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:12:55.109 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:12:55.109 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:12:55.109 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:55.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:12:55.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:55.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[29364]: from='client.? 172.21.15.179:0/2379409803' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-07-27T18:12:55.111 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.111 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.111 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.111 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.111 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:55.111 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:12:55.111 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:12:55.111 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:12:55.111 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:12:55.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:55.113 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:54 smithi029 ceph-mon[40759]: from='client.? 172.21.15.179:0/2379409803' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-07-27T18:12:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:12:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:12:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:12:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:12:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:12:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:54 smithi179 ceph-mon[33511]: from='client.? 172.21.15.179:0/2379409803' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-07-27T18:12:55.160 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-07-27T18:12:55.160 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph config generate-minimal-conf 2024-07-27T18:12:55.469 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:12:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[29364]: Reconfiguring mon.a (unknown last config time)... 2024-07-27T18:12:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[29364]: Reconfiguring daemon mon.a on smithi029 2024-07-27T18:12:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:12:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:56.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[40759]: Reconfiguring mon.a (unknown last config time)... 2024-07-27T18:12:56.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[40759]: Reconfiguring daemon mon.a on smithi029 2024-07-27T18:12:56.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:56.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:56.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:56.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:12:56.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:55 smithi179 ceph-mon[33511]: Reconfiguring mon.a (unknown last config time)... 2024-07-27T18:12:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:55 smithi179 ceph-mon[33511]: Reconfiguring daemon mon.a on smithi029 2024-07-27T18:12:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:12:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:56 smithi029 ceph-mon[29364]: Reconfiguring mon.c (monmap changed)... 2024-07-27T18:12:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:56 smithi029 ceph-mon[29364]: Reconfiguring daemon mon.c on smithi029 2024-07-27T18:12:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:56 smithi029 ceph-mon[29364]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:56 smithi029 ceph-mon[40759]: Reconfiguring mon.c (monmap changed)... 2024-07-27T18:12:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:56 smithi029 ceph-mon[40759]: Reconfiguring daemon mon.c on smithi029 2024-07-27T18:12:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:56 smithi029 ceph-mon[40759]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:56 smithi179 ceph-mon[33511]: Reconfiguring mon.c (monmap changed)... 2024-07-27T18:12:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:56 smithi179 ceph-mon[33511]: Reconfiguring daemon mon.c on smithi029 2024-07-27T18:12:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:56 smithi179 ceph-mon[33511]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:58.813 INFO:teuthology.orchestra.run.smithi029.stdout:# minimal ceph.conf for 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:12:58.813 INFO:teuthology.orchestra.run.smithi029.stdout:[global] 2024-07-27T18:12:58.813 INFO:teuthology.orchestra.run.smithi029.stdout: fsid = 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:12:58.813 INFO:teuthology.orchestra.run.smithi029.stdout: mon_host = [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] 2024-07-27T18:12:58.995 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:58.995 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:58.995 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:58 smithi179 ceph-mon[33511]: Reconfiguring mon.b (monmap changed)... 2024-07-27T18:12:58.995 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:58.995 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:12:58.995 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:58.995 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:58 smithi179 ceph-mon[33511]: Reconfiguring daemon mon.b on smithi179 2024-07-27T18:12:58.995 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:58 smithi179 ceph-mon[33511]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:59.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:59.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[29364]: Reconfiguring mon.b (monmap changed)... 2024-07-27T18:12:59.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:59.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:12:59.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:59.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[29364]: Reconfiguring daemon mon.b on smithi179 2024-07-27T18:12:59.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[29364]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:59.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[40759]: Reconfiguring mon.b (monmap changed)... 2024-07-27T18:12:59.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:12:59.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:12:59.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:59.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[40759]: Reconfiguring daemon mon.b on smithi179 2024-07-27T18:12:59.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:58 smithi029 ceph-mon[40759]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:12:59.423 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-07-27T18:12:59.423 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:12:59.423 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.conf 2024-07-27T18:12:59.452 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:12:59.452 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:12:59.518 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T18:12:59.518 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.conf 2024-07-27T18:12:59.546 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T18:12:59.547 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:12:59.612 INFO:tasks.cephadm:Adding mgr.y on smithi029 2024-07-27T18:12:59.612 INFO:tasks.cephadm:Adding mgr.x on smithi179 2024-07-27T18:12:59.613 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch apply mgr '2;smithi029=y;smithi179=x' 2024-07-27T18:12:59.846 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:12:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:59 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/556616889' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:12:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:12:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:12:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:12:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:12:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:00.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/556616889' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:00.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/556616889' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:00.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:00.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:00.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:00.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:00.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:00.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:12:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:00.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:00 smithi179 ceph-mon[33511]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:00 smithi029 ceph-mon[29364]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:00 smithi029 ceph-mon[40759]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:01.479 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled mgr update... 2024-07-27T18:13:02.102 DEBUG:teuthology.orchestra.run.smithi179:mgr.x> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.x.service 2024-07-27T18:13:02.104 INFO:tasks.cephadm:Deploying OSDs... 2024-07-27T18:13:02.104 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:13:02.104 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-07-27T18:13:02.125 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-07-27T18:13:02.125 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_1 2024-07-27T18:13:02.185 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-27T18:13:02.185 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-27T18:13:02.185 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 992 Links: 1 2024-07-27T18:13:02.185 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-27T18:13:02.185 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-07-27T18:13:02.185 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-07-27 18:12:47.257816575 +0000 2024-07-27T18:13:02.185 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-07-27 18:08:29.506034514 +0000 2024-07-27T18:13:02.185 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-07-27 18:08:29.506034514 +0000 2024-07-27T18:13:02.185 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-07-27 18:08:29.506034514 +0000 2024-07-27T18:13:02.186 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-27T18:13:02.254 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-07-27T18:13:02.255 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-07-27T18:13:02.255 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000128411 s, 4.0 MB/s 2024-07-27T18:13:02.256 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-27T18:13:02.316 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_2 2024-07-27T18:13:02.374 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-27T18:13:02.375 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-27T18:13:02.375 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-07-27T18:13:02.375 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-27T18:13:02.375 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-07-27T18:13:02.375 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-07-27 18:12:47.258816559 +0000 2024-07-27T18:13:02.375 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-07-27 18:08:29.503034562 +0000 2024-07-27T18:13:02.375 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-07-27 18:08:29.503034562 +0000 2024-07-27T18:13:02.375 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-07-27 18:08:29.503034562 +0000 2024-07-27T18:13:02.375 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-27T18:13:02.442 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-07-27T18:13:02.442 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-07-27T18:13:02.443 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000125 s, 4.1 MB/s 2024-07-27T18:13:02.444 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-27T18:13:02.503 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_3 2024-07-27T18:13:02.560 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-27T18:13:02.561 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-27T18:13:02.561 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-07-27T18:13:02.561 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-27T18:13:02.561 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-07-27T18:13:02.562 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-07-27 18:12:47.258816559 +0000 2024-07-27T18:13:02.562 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-07-27 18:08:29.503034562 +0000 2024-07-27T18:13:02.562 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-07-27 18:08:29.503034562 +0000 2024-07-27T18:13:02.562 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-07-27 18:08:29.503034562 +0000 2024-07-27T18:13:02.563 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-27T18:13:02.625 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=y;smithi179=x", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:13:02.625 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: Saving service mgr spec with placement smithi029=y;smithi179=x;count:2 2024-07-27T18:13:02.625 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:02.625 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:02.625 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:02.625 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:02.625 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:02.625 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:13:02.625 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-27T18:13:02.625 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:13:02.625 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:02.626 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: Deploying daemon mgr.x on smithi179 2024-07-27T18:13:02.626 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[29364]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:02.626 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=y;smithi179=x", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:13:02.626 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: Saving service mgr spec with placement smithi029=y;smithi179=x;count:2 2024-07-27T18:13:02.626 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:02.626 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:02.626 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:02.626 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:02.626 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:02.626 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:13:02.626 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-27T18:13:02.627 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:13:02.627 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:02.627 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: Deploying daemon mgr.x on smithi179 2024-07-27T18:13:02.627 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:02 smithi029 ceph-mon[40759]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:02.627 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-07-27T18:13:02.627 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-07-27T18:13:02.627 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000104472 s, 4.9 MB/s 2024-07-27T18:13:02.629 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-27T18:13:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=y;smithi179=x", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:13:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: Saving service mgr spec with placement smithi029=y;smithi179=x;count:2 2024-07-27T18:13:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:02.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:13:02.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-27T18:13:02.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:13:02.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:02.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: Deploying daemon mgr.x on smithi179 2024-07-27T18:13:02.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:02 smithi179 ceph-mon[33511]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:02.687 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_4 2024-07-27T18:13:02.744 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-27T18:13:02.744 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-27T18:13:02.744 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 979 Links: 1 2024-07-27T18:13:02.744 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-27T18:13:02.744 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-07-27T18:13:02.744 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-07-27 18:12:47.258816559 +0000 2024-07-27T18:13:02.744 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-07-27 18:08:29.503034562 +0000 2024-07-27T18:13:02.744 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-07-27 18:08:29.503034562 +0000 2024-07-27T18:13:02.745 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-07-27 18:08:29.503034562 +0000 2024-07-27T18:13:02.745 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-27T18:13:02.809 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-07-27T18:13:02.809 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-07-27T18:13:02.809 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000116448 s, 4.4 MB/s 2024-07-27T18:13:02.811 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-27T18:13:02.868 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T18:13:02.869 DEBUG:teuthology.orchestra.run.smithi179:> dd if=/scratch_devs of=/dev/stdout 2024-07-27T18:13:02.885 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-07-27T18:13:02.886 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_1 2024-07-27T18:13:02.942 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-27T18:13:02.942 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-27T18:13:02.942 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-07-27T18:13:02.942 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-27T18:13:02.943 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2024-07-27T18:13:02.943 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-07-27 18:12:38.521969664 +0000 2024-07-27T18:13:02.943 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-07-27 18:08:28.848334183 +0000 2024-07-27T18:13:02.943 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-07-27 18:08:28.848334183 +0000 2024-07-27T18:13:02.943 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: 2024-07-27 18:08:28.848334183 +0000 2024-07-27T18:13:02.943 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-27T18:13:03.006 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-07-27T18:13:03.007 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-07-27T18:13:03.007 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000190796 s, 2.7 MB/s 2024-07-27T18:13:03.008 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-27T18:13:03.064 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_2 2024-07-27T18:13:03.120 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-27T18:13:03.120 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-27T18:13:03.120 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 5h/5d Inode: 975 Links: 1 2024-07-27T18:13:03.120 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-27T18:13:03.120 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2024-07-27T18:13:03.120 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-07-27 18:12:38.521969664 +0000 2024-07-27T18:13:03.120 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-07-27 18:08:28.848334183 +0000 2024-07-27T18:13:03.120 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-07-27 18:08:28.848334183 +0000 2024-07-27T18:13:03.121 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: 2024-07-27 18:08:28.848334183 +0000 2024-07-27T18:13:03.121 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-27T18:13:03.306 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-07-27T18:13:03.307 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-07-27T18:13:03.307 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000235536 s, 2.2 MB/s 2024-07-27T18:13:03.308 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-27T18:13:03.323 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_3 2024-07-27T18:13:03.386 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-27T18:13:03.386 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-27T18:13:03.386 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-07-27T18:13:03.386 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-27T18:13:03.386 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2024-07-27T18:13:03.386 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-07-27 18:13:03.259436114 +0000 2024-07-27T18:13:03.386 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-07-27 18:08:28.848334183 +0000 2024-07-27T18:13:03.386 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-07-27 18:08:28.848334183 +0000 2024-07-27T18:13:03.387 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: 2024-07-27 18:08:28.848334183 +0000 2024-07-27T18:13:03.387 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-27T18:13:03.487 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-07-27T18:13:03.487 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-07-27T18:13:03.487 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000230052 s, 2.2 MB/s 2024-07-27T18:13:03.488 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-27T18:13:03.504 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_4 2024-07-27T18:13:03.562 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-27T18:13:03.562 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-27T18:13:03.562 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 5h/5d Inode: 970 Links: 1 2024-07-27T18:13:03.562 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-27T18:13:03.563 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2024-07-27T18:13:03.563 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-07-27 18:13:03.442432164 +0000 2024-07-27T18:13:03.563 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-07-27 18:08:28.848334183 +0000 2024-07-27T18:13:03.563 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-07-27 18:08:28.848334183 +0000 2024-07-27T18:13:03.563 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: 2024-07-27 18:08:28.848334183 +0000 2024-07-27T18:13:03.563 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-27T18:13:03.631 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-07-27T18:13:03.631 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-07-27T18:13:03.631 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000265521 s, 1.9 MB/s 2024-07-27T18:13:03.632 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-27T18:13:03.689 INFO:tasks.cephadm:Deploying osd.0 on smithi029 with /dev/vg_nvme/lv_4... 2024-07-27T18:13:03.689 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-07-27T18:13:03.908 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:13:03.988 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:03 smithi179 podman[35558]: 2024-07-27 18:13:03.962721475 +0000 UTC m=+0.354227682 container start f4a0fabc2c8386a897acde30bb24755bd5ce2c087a1b6a2dd9dfc14b93eb4223 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=reef-a3bbd72, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716) 2024-07-27T18:13:04.240 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:03 smithi179 ceph-mgr[35633]: -- 172.21.15.179:0/84066283 <== mon.1 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560d39c30d00 con 0x560d39c05400 2024-07-27T18:13:04.240 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:04 smithi179 bash[35558]: f4a0fabc2c8386a897acde30bb24755bd5ce2c087a1b6a2dd9dfc14b93eb4223 2024-07-27T18:13:04.240 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:04 smithi179 systemd[1]: Started Ceph mgr.x for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:13:04.240 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:04.086+0000 7f31d656f040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:13:04.240 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:04.238+0000 7f31d656f040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:13:04.581 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:04.306+0000 7f31d656f040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:13:04.581 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:04.579+0000 7f31d656f040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:13:04.863 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:04.638+0000 7f31d656f040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:13:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:05 smithi179 ceph-mon[33511]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:05.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[29364]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:05.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:05.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[40759]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:05.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:05.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:05.592+0000 7f31d656f040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:13:05.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:05.704+0000 7f31d656f040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:13:05.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:05.759+0000 7f31d656f040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:13:06.230 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:06.230 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:06.230 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:06.230 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:06.230 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:06.230 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-mon[33511]: Reconfiguring mgr.y (unknown last config time)... 2024-07-27T18:13:06.230 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:13:06.230 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:13:06.231 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:06.231 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-mon[33511]: Reconfiguring daemon mgr.y on smithi029 2024-07-27T18:13:06.231 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:05.964+0000 7f31d656f040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:13:06.231 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:06.023+0000 7f31d656f040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:13:06.231 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:06.088+0000 7f31d656f040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:13:06.231 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:06.227+0000 7f31d656f040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:13:06.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:06.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:06.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:06.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:06.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:06.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[29364]: Reconfiguring mgr.y (unknown last config time)... 2024-07-27T18:13:06.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:13:06.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:13:06.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:06.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[29364]: Reconfiguring daemon mgr.y on smithi029 2024-07-27T18:13:06.389 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:06.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:06.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:06.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:06.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:06.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[40759]: Reconfiguring mgr.y (unknown last config time)... 2024-07-27T18:13:06.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:13:06.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:13:06.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:06.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:06 smithi029 ceph-mon[40759]: Reconfiguring daemon mgr.y on smithi029 2024-07-27T18:13:06.391 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:13:06.412 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch daemon add osd smithi029:vg_nvme/lv_4 2024-07-27T18:13:06.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:06.637+0000 7f31d656f040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:13:07.164 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:13:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:07 smithi179 ceph-mon[33511]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:07.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:06.942+0000 7f31d656f040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:13:07.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:07.007+0000 7f31d656f040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:13:07.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:07.150+0000 7f31d656f040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:13:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:07 smithi029 ceph-mon[29364]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:07 smithi029 ceph-mon[40759]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:07.838 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:07.450+0000 7f31d656f040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:13:07.838 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:07.510+0000 7f31d656f040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:13:07.838 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:07.691+0000 7f31d656f040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:13:07.838 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:07.836+0000 7f31d656f040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:13:08.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:07.898+0000 7f31d656f040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:13:08.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:07.979+0000 7f31d656f040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:13:08.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:08.037+0000 7f31d656f040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:13:08.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:08.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:08.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:08.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:08.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:08.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:08.717 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[29364]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:08.718 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:08.718 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:08.718 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:08.718 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:08.718 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:08.718 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:08.718 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:08 smithi029 ceph-mon[40759]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:08.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:08.559+0000 7f31d656f040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:13:08.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:13:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:13:08.714+0000 7f31d656f040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:13:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:08 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:08 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:08 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:08 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:08 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:08 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:08 smithi179 ceph-mon[33511]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:09.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[40759]: Standby manager daemon x started 2024-07-27T18:13:09.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/3346884341' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:13:09.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/3346884341' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:13:09.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/3346884341' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:13:09.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/3346884341' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:13:09.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:13:09.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:13:09.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:09.893 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[29364]: Standby manager daemon x started 2024-07-27T18:13:09.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/3346884341' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:13:09.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/3346884341' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:13:09.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/3346884341' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:13:09.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/3346884341' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:13:09.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:13:09.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:13:09.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:09 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:09 smithi179 ceph-mon[33511]: Standby manager daemon x started 2024-07-27T18:13:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:09 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/3346884341' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:13:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:09 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/3346884341' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:13:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:09 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/3346884341' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:13:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:09 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/3346884341' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:13:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:09 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:13:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:09 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:13:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:09 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:10.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:10 smithi029 ceph-mon[29364]: from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:13:10.738 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:10 smithi029 ceph-mon[29364]: mgrmap e14: y(active, since 65s), standbys: x 2024-07-27T18:13:10.738 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:10 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:13:10.738 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:10 smithi029 ceph-mon[29364]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:10.738 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:10 smithi029 ceph-mon[40759]: from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:13:10.738 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:10 smithi029 ceph-mon[40759]: mgrmap e14: y(active, since 65s), standbys: x 2024-07-27T18:13:10.738 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:10 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:13:10.738 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:10 smithi029 ceph-mon[40759]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:10 smithi179 ceph-mon[33511]: from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:13:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:10 smithi179 ceph-mon[33511]: mgrmap e14: y(active, since 65s), standbys: x 2024-07-27T18:13:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:10 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:13:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:10 smithi179 ceph-mon[33511]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:11 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/4038776378' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d998df7-ced9-4bd1-9caf-0054c2dccbfe"}]: dispatch 2024-07-27T18:13:12.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:11 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/4038776378' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d998df7-ced9-4bd1-9caf-0054c2dccbfe"}]': finished 2024-07-27T18:13:12.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:11 smithi029 ceph-mon[29364]: osdmap e5: 1 total, 0 up, 1 in 2024-07-27T18:13:12.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:11 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:11 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/4038776378' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d998df7-ced9-4bd1-9caf-0054c2dccbfe"}]: dispatch 2024-07-27T18:13:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:11 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/4038776378' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d998df7-ced9-4bd1-9caf-0054c2dccbfe"}]': finished 2024-07-27T18:13:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:11 smithi029 ceph-mon[40759]: osdmap e5: 1 total, 0 up, 1 in 2024-07-27T18:13:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:11 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:11 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/4038776378' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d998df7-ced9-4bd1-9caf-0054c2dccbfe"}]: dispatch 2024-07-27T18:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:11 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/4038776378' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d998df7-ced9-4bd1-9caf-0054c2dccbfe"}]': finished 2024-07-27T18:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:11 smithi179 ceph-mon[33511]: osdmap e5: 1 total, 0 up, 1 in 2024-07-27T18:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:11 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:12 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3835116561' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:13:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:12 smithi029 ceph-mon[29364]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:12 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3835116561' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:13:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:12 smithi029 ceph-mon[40759]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:12 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3835116561' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:13:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:12 smithi179 ceph-mon[33511]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:14 smithi179 ceph-mon[33511]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:14 smithi029 ceph-mon[29364]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:14.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:14 smithi029 ceph-mon[40759]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:16.487 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:16 smithi029 ceph-mon[29364]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:16.488 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:16 smithi029 ceph-mon[40759]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:16.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:16 smithi179 ceph-mon[33511]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:18.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:17 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-07-27T18:13:18.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:17 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:18.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:17 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-07-27T18:13:18.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:17 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:18.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:17 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-07-27T18:13:18.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:17 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:19.080 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:18 smithi029 ceph-mon[29364]: Deploying daemon osd.0 on smithi029 2024-07-27T18:13:19.081 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:18 smithi029 ceph-mon[29364]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:19.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:18 smithi029 ceph-mon[40759]: Deploying daemon osd.0 on smithi029 2024-07-27T18:13:19.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:18 smithi029 ceph-mon[40759]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:18 smithi179 ceph-mon[33511]: Deploying daemon osd.0 on smithi029 2024-07-27T18:13:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:18 smithi179 ceph-mon[33511]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:20.633 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:20 smithi029 ceph-mon[29364]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:20.633 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:20 smithi029 ceph-mon[40759]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:20.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:20 smithi179 ceph-mon[33511]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:22.604 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:22 smithi029 ceph-mon[29364]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:22.604 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:22 smithi029 ceph-mon[40759]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:22 smithi179 ceph-mon[33511]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:23.435 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:23 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:23.436 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:23 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:23.436 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:23 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:23.436 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:23 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:23.436 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:23 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:23.436 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:23 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:23 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:23 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:23 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:24 smithi179 ceph-mon[33511]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:24.683 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:24 smithi029 ceph-mon[29364]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:24.683 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:24 smithi029 ceph-mon[40759]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:26.342 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 0 on host 'smithi029' 2024-07-27T18:13:26.520 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:26.520 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:26.520 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:26.520 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:26.520 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:26.520 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[29364]: from='osd.0 [v2:172.21.15.29:6802/3188036503,v1:172.21.15.29:6803/3188036503]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-07-27T18:13:26.520 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[29364]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-07-27T18:13:26.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:26.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:26.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:26.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:26.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:26.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[40759]: from='osd.0 [v2:172.21.15.29:6802/3188036503,v1:172.21.15.29:6803/3188036503]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-07-27T18:13:26.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:26 smithi029 ceph-mon[40759]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-07-27T18:13:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:26 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:26 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:26 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:26 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:26 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:26 smithi179 ceph-mon[33511]: from='osd.0 [v2:172.21.15.29:6802/3188036503,v1:172.21.15.29:6803/3188036503]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-07-27T18:13:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:26 smithi179 ceph-mon[33511]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-07-27T18:13:26.981 DEBUG:teuthology.orchestra.run.smithi029:osd.0> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.0.service 2024-07-27T18:13:26.984 INFO:tasks.cephadm:Deploying osd.1 on smithi029 with /dev/vg_nvme/lv_3... 2024-07-27T18:13:26.984 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-07-27T18:13:27.524 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[29364]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-27T18:13:27.524 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[29364]: osdmap e6: 1 total, 0 up, 1 in 2024-07-27T18:13:27.525 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:27.525 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[29364]: from='osd.0 [v2:172.21.15.29:6802/3188036503,v1:172.21.15.29:6803/3188036503]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:13:27.525 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[29364]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:13:27.525 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[29364]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:27.525 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:27.525 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:27.525 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:27.525 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[40759]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-27T18:13:27.526 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[40759]: osdmap e6: 1 total, 0 up, 1 in 2024-07-27T18:13:27.526 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:27.526 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[40759]: from='osd.0 [v2:172.21.15.29:6802/3188036503,v1:172.21.15.29:6803/3188036503]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:13:27.526 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[40759]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:13:27.526 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[40759]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:27.526 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:27.526 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:27.526 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:27.526 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[45154]: 2024-07-27T18:13:27.285+0000 7fd34098a640 -1 osd.0 0 waiting for initial osdmap 2024-07-27T18:13:27.526 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:13:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[45154]: 2024-07-27T18:13:27.288+0000 7fd33c7b3640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:13:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:27 smithi179 ceph-mon[33511]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-27T18:13:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:27 smithi179 ceph-mon[33511]: osdmap e6: 1 total, 0 up, 1 in 2024-07-27T18:13:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:27 smithi179 ceph-mon[33511]: from='osd.0 [v2:172.21.15.29:6802/3188036503,v1:172.21.15.29:6803/3188036503]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:13:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:27 smithi179 ceph-mon[33511]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:13:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:27 smithi179 ceph-mon[33511]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:27.754 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:13:28.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:28 smithi029 ceph-mon[29364]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-07-27T18:13:28.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:28 smithi029 ceph-mon[29364]: osdmap e7: 1 total, 0 up, 1 in 2024-07-27T18:13:28.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:28 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:28.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:28 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:28.412 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:28 smithi029 ceph-mon[40759]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-07-27T18:13:28.412 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:28 smithi029 ceph-mon[40759]: osdmap e7: 1 total, 0 up, 1 in 2024-07-27T18:13:28.412 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:28 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:28.412 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:28 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:28 smithi179 ceph-mon[33511]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-07-27T18:13:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:28 smithi179 ceph-mon[33511]: osdmap e7: 1 total, 0 up, 1 in 2024-07-27T18:13:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:28 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:28 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:29 smithi179 ceph-mon[33511]: purged_snaps scrub starts 2024-07-27T18:13:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:29 smithi179 ceph-mon[33511]: purged_snaps scrub ok 2024-07-27T18:13:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:29 smithi179 ceph-mon[33511]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:29 smithi179 ceph-mon[33511]: osd.0 [v2:172.21.15.29:6802/3188036503,v1:172.21.15.29:6803/3188036503] boot 2024-07-27T18:13:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:29 smithi179 ceph-mon[33511]: osdmap e8: 1 total, 1 up, 1 in 2024-07-27T18:13:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:29 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:29.669 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:29 smithi029 ceph-mon[29364]: purged_snaps scrub starts 2024-07-27T18:13:29.669 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:29 smithi029 ceph-mon[29364]: purged_snaps scrub ok 2024-07-27T18:13:29.669 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:29 smithi029 ceph-mon[29364]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:29.669 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:29 smithi029 ceph-mon[29364]: osd.0 [v2:172.21.15.29:6802/3188036503,v1:172.21.15.29:6803/3188036503] boot 2024-07-27T18:13:29.669 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:29 smithi029 ceph-mon[29364]: osdmap e8: 1 total, 1 up, 1 in 2024-07-27T18:13:29.669 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:29 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:29.669 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:29 smithi029 ceph-mon[40759]: purged_snaps scrub starts 2024-07-27T18:13:29.669 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:29 smithi029 ceph-mon[40759]: purged_snaps scrub ok 2024-07-27T18:13:29.670 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:29 smithi029 ceph-mon[40759]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-27T18:13:29.670 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:29 smithi029 ceph-mon[40759]: osd.0 [v2:172.21.15.29:6802/3188036503,v1:172.21.15.29:6803/3188036503] boot 2024-07-27T18:13:29.670 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:29 smithi029 ceph-mon[40759]: osdmap e8: 1 total, 1 up, 1 in 2024-07-27T18:13:29.670 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:29 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:13:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:30 smithi029 ceph-mon[29364]: osdmap e9: 1 total, 1 up, 1 in 2024-07-27T18:13:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:30 smithi029 ceph-mon[40759]: osdmap e9: 1 total, 1 up, 1 in 2024-07-27T18:13:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:30 smithi179 ceph-mon[33511]: osdmap e9: 1 total, 1 up, 1 in 2024-07-27T18:13:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[29364]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:31.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:31.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:31.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:13:31.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:31.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:31.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:31.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[40759]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:31.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:13:31.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:31.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:31.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:31.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:31 smithi179 ceph-mon[33511]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:13:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:32.256 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:13:32.276 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch daemon add osd smithi029:vg_nvme/lv_3 2024-07-27T18:13:32.489 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:13:32.611 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:32 smithi029 ceph-mon[29364]: Detected new or changed devices on smithi029 2024-07-27T18:13:32.611 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:32 smithi029 ceph-mon[29364]: Adjusting osd_memory_target on smithi029 to 16068M 2024-07-27T18:13:32.611 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:32 smithi029 ceph-mon[40759]: Detected new or changed devices on smithi029 2024-07-27T18:13:32.611 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:32 smithi029 ceph-mon[40759]: Adjusting osd_memory_target on smithi029 to 16068M 2024-07-27T18:13:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:32 smithi179 ceph-mon[33511]: Detected new or changed devices on smithi029 2024-07-27T18:13:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:32 smithi179 ceph-mon[33511]: Adjusting osd_memory_target on smithi029 to 16068M 2024-07-27T18:13:33.598 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:33 smithi029 ceph-mon[29364]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:33.598 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:33 smithi029 ceph-mon[40759]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:33.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:33 smithi179 ceph-mon[33511]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:35.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:35 smithi179 ceph-mon[33511]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:35.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:35 smithi179 ceph-mon[33511]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:13:35.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:13:35.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:13:35.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:35.670 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:35 smithi029 ceph-mon[40759]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:35.670 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:35 smithi029 ceph-mon[40759]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:13:35.670 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:13:35.670 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:13:35.670 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:35.670 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:35 smithi029 ceph-mon[29364]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:35.670 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:35 smithi029 ceph-mon[29364]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:13:35.670 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:13:35.670 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:13:35.671 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:37 smithi029 ceph-mon[40759]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:37.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:37 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/2715144991' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "467fef03-d2ac-478a-bac6-418a93719e3a"}]: dispatch 2024-07-27T18:13:37.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:37 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/2715144991' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "467fef03-d2ac-478a-bac6-418a93719e3a"}]': finished 2024-07-27T18:13:37.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:37 smithi029 ceph-mon[40759]: osdmap e10: 2 total, 1 up, 2 in 2024-07-27T18:13:37.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:37 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:37.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:37 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/911480340' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:13:37.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:37 smithi029 ceph-mon[29364]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:37.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:37 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2715144991' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "467fef03-d2ac-478a-bac6-418a93719e3a"}]: dispatch 2024-07-27T18:13:37.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:37 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2715144991' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "467fef03-d2ac-478a-bac6-418a93719e3a"}]': finished 2024-07-27T18:13:37.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:37 smithi029 ceph-mon[29364]: osdmap e10: 2 total, 1 up, 2 in 2024-07-27T18:13:37.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:37 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:37.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:37 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/911480340' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:13:37.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:37 smithi179 ceph-mon[33511]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:37.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:37 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/2715144991' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "467fef03-d2ac-478a-bac6-418a93719e3a"}]: dispatch 2024-07-27T18:13:37.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:37 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/2715144991' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "467fef03-d2ac-478a-bac6-418a93719e3a"}]': finished 2024-07-27T18:13:37.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:37 smithi179 ceph-mon[33511]: osdmap e10: 2 total, 1 up, 2 in 2024-07-27T18:13:37.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:37 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:37.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:37 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/911480340' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:13:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:39 smithi179 ceph-mon[33511]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:39 smithi029 ceph-mon[29364]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:39.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:39 smithi029 ceph-mon[40759]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:41 smithi179 ceph-mon[33511]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:41.677 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:41 smithi029 ceph-mon[29364]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:41.678 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:41 smithi029 ceph-mon[40759]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:43.624 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:43 smithi029 ceph-mon[29364]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:43.624 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:43 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-07-27T18:13:43.624 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:43 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:43.624 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:43 smithi029 ceph-mon[40759]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:43.624 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:43 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-07-27T18:13:43.624 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:43 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:43.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:43 smithi179 ceph-mon[33511]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:43.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:43 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-07-27T18:13:43.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:43 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:44.365 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:44 smithi029 ceph-mon[29364]: Deploying daemon osd.1 on smithi029 2024-07-27T18:13:44.365 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:44 smithi029 ceph-mon[29364]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:44.365 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:44 smithi029 ceph-mon[40759]: Deploying daemon osd.1 on smithi029 2024-07-27T18:13:44.365 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:44 smithi029 ceph-mon[40759]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:44 smithi179 ceph-mon[33511]: Deploying daemon osd.1 on smithi029 2024-07-27T18:13:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:44 smithi179 ceph-mon[33511]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:46.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:46 smithi029 ceph-mon[29364]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:46.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:46 smithi029 ceph-mon[40759]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:46 smithi179 ceph-mon[33511]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:48 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:48 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:48 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:48 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:48 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:48 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:48 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:48 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:48 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:49 smithi029 ceph-mon[29364]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:49.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:49 smithi029 ceph-mon[40759]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:49 smithi179 ceph-mon[33511]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:50.634 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:50 smithi029 ceph-mon[29364]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:50.634 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:50 smithi029 ceph-mon[40759]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:50.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:50 smithi179 ceph-mon[33511]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:51.271 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 1 on host 'smithi029' 2024-07-27T18:13:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:51 smithi029 ceph-mon[29364]: from='osd.1 [v2:172.21.15.29:6810/3716288892,v1:172.21.15.29:6811/3716288892]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-07-27T18:13:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:51 smithi029 ceph-mon[29364]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-07-27T18:13:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:51 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:51 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:51.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:51 smithi029 ceph-mon[40759]: from='osd.1 [v2:172.21.15.29:6810/3716288892,v1:172.21.15.29:6811/3716288892]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-07-27T18:13:51.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:51 smithi029 ceph-mon[40759]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-07-27T18:13:51.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:51 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:51.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:51 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:51.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:51 smithi179 ceph-mon[33511]: from='osd.1 [v2:172.21.15.29:6810/3716288892,v1:172.21.15.29:6811/3716288892]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-07-27T18:13:51.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:51 smithi179 ceph-mon[33511]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-07-27T18:13:51.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:51 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:51.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:51 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:51.871 DEBUG:teuthology.orchestra.run.smithi029:osd.1> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.1.service 2024-07-27T18:13:51.874 INFO:tasks.cephadm:Deploying osd.2 on smithi029 with /dev/vg_nvme/lv_2... 2024-07-27T18:13:51.874 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- lvm zap /dev/vg_nvme/lv_2 2024-07-27T18:13:52.141 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:13:52.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[29364]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-27T18:13:52.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[29364]: osdmap e11: 2 total, 1 up, 2 in 2024-07-27T18:13:52.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:52.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[29364]: from='osd.1 [v2:172.21.15.29:6810/3716288892,v1:172.21.15.29:6811/3716288892]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:13:52.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[29364]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:13:52.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:52.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:52.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[29364]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:52.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[40759]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-27T18:13:52.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[40759]: osdmap e11: 2 total, 1 up, 2 in 2024-07-27T18:13:52.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:52.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[40759]: from='osd.1 [v2:172.21.15.29:6810/3716288892,v1:172.21.15.29:6811/3716288892]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:13:52.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[40759]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:13:52.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:52.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:52.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-mon[40759]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:52 smithi179 ceph-mon[33511]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-27T18:13:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:52 smithi179 ceph-mon[33511]: osdmap e11: 2 total, 1 up, 2 in 2024-07-27T18:13:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:52 smithi179 ceph-mon[33511]: from='osd.1 [v2:172.21.15.29:6810/3716288892,v1:172.21.15.29:6811/3716288892]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:13:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:52 smithi179 ceph-mon[33511]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:13:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:52 smithi179 ceph-mon[33511]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:52.995 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1[51070]: 2024-07-27T18:13:52.643+0000 7fb986588640 -1 osd.1 0 waiting for initial osdmap 2024-07-27T18:13:52.995 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:13:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1[51070]: 2024-07-27T18:13:52.645+0000 7fb97db92640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:13:53.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:53 smithi029 ceph-mon[29364]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-07-27T18:13:53.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:53 smithi029 ceph-mon[29364]: osdmap e12: 2 total, 1 up, 2 in 2024-07-27T18:13:53.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:53 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:53.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:53 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:53.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:53 smithi029 ceph-mon[29364]: from='osd.1 ' entity='osd.1' 2024-07-27T18:13:53.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:53 smithi029 ceph-mon[40759]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-07-27T18:13:53.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:53 smithi029 ceph-mon[40759]: osdmap e12: 2 total, 1 up, 2 in 2024-07-27T18:13:53.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:53 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:53.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:53 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:53.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:53 smithi029 ceph-mon[40759]: from='osd.1 ' entity='osd.1' 2024-07-27T18:13:53.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:53 smithi179 ceph-mon[33511]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-07-27T18:13:53.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:53 smithi179 ceph-mon[33511]: osdmap e12: 2 total, 1 up, 2 in 2024-07-27T18:13:53.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:53 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:53.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:53 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:53.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:53 smithi179 ceph-mon[33511]: from='osd.1 ' entity='osd.1' 2024-07-27T18:13:54.376 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[29364]: purged_snaps scrub starts 2024-07-27T18:13:54.376 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[29364]: purged_snaps scrub ok 2024-07-27T18:13:54.376 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:54 smithi179 ceph-mon[33511]: purged_snaps scrub starts 2024-07-27T18:13:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:54 smithi179 ceph-mon[33511]: purged_snaps scrub ok 2024-07-27T18:13:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:54 smithi179 ceph-mon[33511]: osd.1 [v2:172.21.15.29:6810/3716288892,v1:172.21.15.29:6811/3716288892] boot 2024-07-27T18:13:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:54 smithi179 ceph-mon[33511]: osdmap e13: 2 total, 2 up, 2 in 2024-07-27T18:13:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:54 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:54 smithi179 ceph-mon[33511]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:54.694 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[29364]: osd.1 [v2:172.21.15.29:6810/3716288892,v1:172.21.15.29:6811/3716288892] boot 2024-07-27T18:13:54.694 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[29364]: osdmap e13: 2 total, 2 up, 2 in 2024-07-27T18:13:54.694 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:54.694 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[29364]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:54.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[40759]: purged_snaps scrub starts 2024-07-27T18:13:54.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[40759]: purged_snaps scrub ok 2024-07-27T18:13:54.695 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:54.695 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[40759]: osd.1 [v2:172.21.15.29:6810/3716288892,v1:172.21.15.29:6811/3716288892] boot 2024-07-27T18:13:54.695 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[40759]: osdmap e13: 2 total, 2 up, 2 in 2024-07-27T18:13:54.695 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:13:54.695 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:54 smithi029 ceph-mon[40759]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-27T18:13:55.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:55 smithi029 ceph-mon[29364]: osdmap e14: 2 total, 2 up, 2 in 2024-07-27T18:13:55.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:55 smithi029 ceph-mon[40759]: osdmap e14: 2 total, 2 up, 2 in 2024-07-27T18:13:55.817 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:13:55.839 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch daemon add osd smithi029:vg_nvme/lv_2 2024-07-27T18:13:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:55 smithi179 ceph-mon[33511]: osdmap e14: 2 total, 2 up, 2 in 2024-07-27T18:13:56.366 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:13:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:56 smithi029 ceph-mon[29364]: pgmap v60: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:13:56.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:56 smithi029 ceph-mon[40759]: pgmap v60: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:13:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:56 smithi179 ceph-mon[33511]: pgmap v60: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:13:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: Detected new or changed devices on smithi029 2024-07-27T18:13:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:13:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:13:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: Adjusting osd_memory_target on smithi029 to 8034M 2024-07-27T18:13:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:59.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[40759]: pgmap v61: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:13:59.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: Detected new or changed devices on smithi029 2024-07-27T18:13:59.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:13:59.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:13:59.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: Adjusting osd_memory_target on smithi029 to 8034M 2024-07-27T18:13:59.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:59.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:59.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:59.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:59.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:59.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:58 smithi029 ceph-mon[29364]: pgmap v61: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:13:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: Detected new or changed devices on smithi029 2024-07-27T18:13:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:13:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:13:59.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: Adjusting osd_memory_target on smithi029 to 8034M 2024-07-27T18:13:59.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:59.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:59.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:13:59.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:13:59.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:13:59.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:13:59.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:58 smithi179 ceph-mon[33511]: pgmap v61: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:59 smithi179 ceph-mon[33511]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:14:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:14:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:14:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:13:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:00.196 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:59 smithi029 ceph-mon[29364]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:14:00.196 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:14:00.196 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:14:00.196 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:13:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:00.196 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:59 smithi029 ceph-mon[40759]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:14:00.197 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:14:00.197 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:14:00.197 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:13:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:00 smithi179 ceph-mon[33511]: pgmap v62: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:00 smithi029 ceph-mon[29364]: pgmap v62: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:00 smithi029 ceph-mon[40759]: pgmap v62: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:01 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3210704529' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d7656edf-9814-40e0-a46e-6f65e3fcecb7"}]: dispatch 2024-07-27T18:14:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:01 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3210704529' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d7656edf-9814-40e0-a46e-6f65e3fcecb7"}]': finished 2024-07-27T18:14:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:01 smithi179 ceph-mon[33511]: osdmap e15: 3 total, 2 up, 3 in 2024-07-27T18:14:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:01 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:02.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:01 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3210704529' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d7656edf-9814-40e0-a46e-6f65e3fcecb7"}]: dispatch 2024-07-27T18:14:02.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:01 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3210704529' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d7656edf-9814-40e0-a46e-6f65e3fcecb7"}]': finished 2024-07-27T18:14:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:01 smithi029 ceph-mon[29364]: osdmap e15: 3 total, 2 up, 3 in 2024-07-27T18:14:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:01 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:02.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:01 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3210704529' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d7656edf-9814-40e0-a46e-6f65e3fcecb7"}]: dispatch 2024-07-27T18:14:02.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:01 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3210704529' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d7656edf-9814-40e0-a46e-6f65e3fcecb7"}]': finished 2024-07-27T18:14:02.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:01 smithi029 ceph-mon[40759]: osdmap e15: 3 total, 2 up, 3 in 2024-07-27T18:14:02.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:01 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:02 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/4005127981' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:14:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:02 smithi179 ceph-mon[33511]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:02 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/4005127981' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:14:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:02 smithi029 ceph-mon[29364]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:03.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:02 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/4005127981' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:14:03.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:02 smithi029 ceph-mon[40759]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:04.632 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:04 smithi029 ceph-mon[29364]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:04.633 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:04 smithi029 ceph-mon[40759]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:04 smithi179 ceph-mon[33511]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:06.568 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:06 smithi029 ceph-mon[29364]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:06.568 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:06 smithi029 ceph-mon[40759]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:06 smithi179 ceph-mon[33511]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:07.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:07 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-07-27T18:14:07.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:07 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:07.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:07 smithi179 ceph-mon[33511]: Deploying daemon osd.2 on smithi029 2024-07-27T18:14:07.663 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-07-27T18:14:07.663 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:07.664 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:07 smithi029 ceph-mon[29364]: Deploying daemon osd.2 on smithi029 2024-07-27T18:14:07.664 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:07 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-07-27T18:14:07.664 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:07 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:07.664 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:07 smithi029 ceph-mon[40759]: Deploying daemon osd.2 on smithi029 2024-07-27T18:14:08.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:08 smithi179 ceph-mon[33511]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:08.676 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:08 smithi029 ceph-mon[29364]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:08.676 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:08 smithi029 ceph-mon[40759]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:10 smithi029 ceph-mon[29364]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:10 smithi029 ceph-mon[40759]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:10.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:10 smithi179 ceph-mon[33511]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:12 smithi029 ceph-mon[29364]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:12 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:12 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:12.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:12 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:12 smithi029 ceph-mon[40759]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:12 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:12 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:12 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:12.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:12 smithi179 ceph-mon[33511]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:12.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:12 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:12.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:12 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:12.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:12 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:14 smithi029 ceph-mon[40759]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:14.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:14 smithi029 ceph-mon[29364]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:14 smithi179 ceph-mon[33511]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:15.770 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 2 on host 'smithi029' 2024-07-27T18:14:16.389 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.389 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:16.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:14:16.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[40759]: from='osd.2 [v2:172.21.15.29:6818/3007210194,v1:172.21.15.29:6819/3007210194]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-07-27T18:14:16.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[40759]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-07-27T18:14:16.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:16.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.390 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.391 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.391 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:16.391 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:14:16.391 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.391 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[29364]: from='osd.2 [v2:172.21.15.29:6818/3007210194,v1:172.21.15.29:6819/3007210194]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-07-27T18:14:16.391 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[29364]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-07-27T18:14:16.391 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:16.392 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.392 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:16 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.412 DEBUG:teuthology.orchestra.run.smithi029:osd.2> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.2.service 2024-07-27T18:14:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:16 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:16 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:16 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:16 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:14:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:16 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:16 smithi179 ceph-mon[33511]: from='osd.2 [v2:172.21.15.29:6818/3007210194,v1:172.21.15.29:6819/3007210194]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-07-27T18:14:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:16 smithi179 ceph-mon[33511]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-07-27T18:14:16.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:16 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:16.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:16 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:16 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:16.416 INFO:tasks.cephadm:Deploying osd.3 on smithi029 with /dev/vg_nvme/lv_1... 2024-07-27T18:14:16.416 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- lvm zap /dev/vg_nvme/lv_1 2024-07-27T18:14:17.335 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-mon[29364]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:17.335 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-mon[29364]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-27T18:14:17.335 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-mon[29364]: osdmap e16: 3 total, 2 up, 3 in 2024-07-27T18:14:17.335 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:17.335 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-mon[29364]: from='osd.2 [v2:172.21.15.29:6818/3007210194,v1:172.21.15.29:6819/3007210194]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:14:17.335 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-mon[29364]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:14:17.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-mon[40759]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:17.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-mon[40759]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-27T18:14:17.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-mon[40759]: osdmap e16: 3 total, 2 up, 3 in 2024-07-27T18:14:17.336 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:17.336 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-mon[40759]: from='osd.2 [v2:172.21.15.29:6818/3007210194,v1:172.21.15.29:6819/3007210194]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:14:17.336 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-mon[40759]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:14:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:17 smithi179 ceph-mon[33511]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:17 smithi179 ceph-mon[33511]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-27T18:14:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:17 smithi179 ceph-mon[33511]: osdmap e16: 3 total, 2 up, 3 in 2024-07-27T18:14:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:17 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:17 smithi179 ceph-mon[33511]: from='osd.2 [v2:172.21.15.29:6818/3007210194,v1:172.21.15.29:6819/3007210194]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:14:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:17 smithi179 ceph-mon[33511]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:14:17.612 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2[57018]: 2024-07-27T18:14:17.414+0000 7f0b8115f640 -1 osd.2 0 waiting for initial osdmap 2024-07-27T18:14:17.612 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:14:17 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2[57018]: 2024-07-27T18:14:17.417+0000 7f0b7cf88640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:14:17.687 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:14:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:18 smithi029 ceph-mon[29364]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-07-27T18:14:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:18 smithi029 ceph-mon[29364]: osdmap e17: 3 total, 2 up, 3 in 2024-07-27T18:14:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:18 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:18 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:18 smithi029 ceph-mon[29364]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:18 smithi029 ceph-mon[40759]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-07-27T18:14:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:18 smithi029 ceph-mon[40759]: osdmap e17: 3 total, 2 up, 3 in 2024-07-27T18:14:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:18 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:18 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:18 smithi029 ceph-mon[40759]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:18 smithi179 ceph-mon[33511]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-07-27T18:14:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:18 smithi179 ceph-mon[33511]: osdmap e17: 3 total, 2 up, 3 in 2024-07-27T18:14:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:18 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:18 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:18.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:18 smithi179 ceph-mon[33511]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-07-27T18:14:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:19 smithi029 ceph-mon[29364]: purged_snaps scrub starts 2024-07-27T18:14:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:19 smithi029 ceph-mon[29364]: purged_snaps scrub ok 2024-07-27T18:14:19.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:19 smithi029 ceph-mon[29364]: osd.2 [v2:172.21.15.29:6818/3007210194,v1:172.21.15.29:6819/3007210194] boot 2024-07-27T18:14:19.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:19 smithi029 ceph-mon[29364]: osdmap e18: 3 total, 3 up, 3 in 2024-07-27T18:14:19.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:19.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:19 smithi029 ceph-mon[40759]: purged_snaps scrub starts 2024-07-27T18:14:19.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:19 smithi029 ceph-mon[40759]: purged_snaps scrub ok 2024-07-27T18:14:19.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:19 smithi029 ceph-mon[40759]: osd.2 [v2:172.21.15.29:6818/3007210194,v1:172.21.15.29:6819/3007210194] boot 2024-07-27T18:14:19.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:19 smithi029 ceph-mon[40759]: osdmap e18: 3 total, 3 up, 3 in 2024-07-27T18:14:19.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:19.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:19 smithi179 ceph-mon[33511]: purged_snaps scrub starts 2024-07-27T18:14:19.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:19 smithi179 ceph-mon[33511]: purged_snaps scrub ok 2024-07-27T18:14:19.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:19 smithi179 ceph-mon[33511]: osd.2 [v2:172.21.15.29:6818/3007210194,v1:172.21.15.29:6819/3007210194] boot 2024-07-27T18:14:19.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:19 smithi179 ceph-mon[33511]: osdmap e18: 3 total, 3 up, 3 in 2024-07-27T18:14:19.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:14:20.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: osdmap e19: 3 total, 3 up, 3 in 2024-07-27T18:14:20.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: Detected new or changed devices on smithi029 2024-07-27T18:14:20.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:20.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:20.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:20.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:20.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:20.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: Adjusting osd_memory_target on smithi029 to 5356M 2024-07-27T18:14:20.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:20.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:20.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:14:20.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:20.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[29364]: pgmap v77: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:20.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: osdmap e19: 3 total, 3 up, 3 in 2024-07-27T18:14:20.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: Detected new or changed devices on smithi029 2024-07-27T18:14:20.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:20.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:20.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:20.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:20.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:20.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: Adjusting osd_memory_target on smithi029 to 5356M 2024-07-27T18:14:20.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:20.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:20.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:14:20.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:20.982 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:20 smithi029 ceph-mon[40759]: pgmap v77: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: osdmap e19: 3 total, 3 up, 3 in 2024-07-27T18:14:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: Detected new or changed devices on smithi029 2024-07-27T18:14:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: Adjusting osd_memory_target on smithi029 to 5356M 2024-07-27T18:14:21.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:21.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:21.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:14:21.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:21.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:20 smithi179 ceph-mon[33511]: pgmap v77: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:21.313 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:14:21.335 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch daemon add osd smithi029:vg_nvme/lv_1 2024-07-27T18:14:21.549 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:14:21.929 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:21 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:14:21.929 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:21 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-07-27T18:14:21.929 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:21 smithi029 ceph-mon[29364]: osdmap e20: 3 total, 3 up, 3 in 2024-07-27T18:14:21.929 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:21 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:14:21.929 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:21 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:14:21.929 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:21 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-07-27T18:14:21.930 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:21 smithi029 ceph-mon[40759]: osdmap e20: 3 total, 3 up, 3 in 2024-07-27T18:14:21.930 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:21 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:14:22.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:21 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:14:22.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:21 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-07-27T18:14:22.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:21 smithi179 ceph-mon[33511]: osdmap e20: 3 total, 3 up, 3 in 2024-07-27T18:14:22.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:21 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:14:22.681 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:14:22 smithi029 sudo[61453]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-27T18:14:22.681 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:14:22 smithi029 sudo[61453]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-27T18:14:22.681 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:14:22 smithi029 sudo[61453]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-27T18:14:22.682 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:14:22 smithi029 sudo[61453]: pam_unix(sudo:session): session closed for user root 2024-07-27T18:14:22.978 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:22 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-27T18:14:22.978 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:22 smithi029 ceph-mon[29364]: osdmap e21: 3 total, 3 up, 3 in 2024-07-27T18:14:22.978 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:22 smithi029 ceph-mon[29364]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:22.978 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:22 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-27T18:14:22.978 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:22 smithi029 ceph-mon[40759]: osdmap e21: 3 total, 3 up, 3 in 2024-07-27T18:14:22.978 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:22 smithi029 ceph-mon[40759]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:22.978 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:14:22 smithi029 sudo[61478]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-27T18:14:22.979 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:14:22 smithi029 sudo[61478]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-27T18:14:22.979 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:14:22 smithi029 sudo[61478]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-27T18:14:22.979 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:14:22 smithi029 sudo[61478]: pam_unix(sudo:session): session closed for user root 2024-07-27T18:14:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:22 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-27T18:14:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:22 smithi179 ceph-mon[33511]: osdmap e21: 3 total, 3 up, 3 in 2024-07-27T18:14:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:22 smithi179 ceph-mon[33511]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:23.751 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:14:23 smithi029 sudo[61527]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-27T18:14:23.751 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:14:23 smithi029 sudo[61527]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-27T18:14:23.751 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:14:23 smithi029 sudo[61527]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-27T18:14:23.751 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:14:23 smithi029 sudo[61527]: pam_unix(sudo:session): session closed for user root 2024-07-27T18:14:24.080 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:23 smithi029 ceph-mon[29364]: osdmap e22: 3 total, 3 up, 3 in 2024-07-27T18:14:24.080 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:23 smithi029 ceph-mon[29364]: mgrmap e15: y(active, since 2m), standbys: x 2024-07-27T18:14:24.080 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:23 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:24.080 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:23 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:14:24.080 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:23 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:14:24.080 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:23 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:24.080 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:23 smithi029 ceph-mon[40759]: osdmap e22: 3 total, 3 up, 3 in 2024-07-27T18:14:24.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:23 smithi029 ceph-mon[40759]: mgrmap e15: y(active, since 2m), standbys: x 2024-07-27T18:14:24.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:23 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:24.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:23 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:14:24.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:23 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:14:24.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:23 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:24.081 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:14:23 smithi029 sudo[61651]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-27T18:14:24.081 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:14:23 smithi029 sudo[61651]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-27T18:14:24.081 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:14:23 smithi029 sudo[61651]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-27T18:14:24.081 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:14:23 smithi029 sudo[61651]: pam_unix(sudo:session): session closed for user root 2024-07-27T18:14:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:23 smithi179 ceph-mon[33511]: osdmap e22: 3 total, 3 up, 3 in 2024-07-27T18:14:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:23 smithi179 ceph-mon[33511]: mgrmap e15: y(active, since 2m), standbys: x 2024-07-27T18:14:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:23 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:23 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:14:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:23 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:14:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:23 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:24.501 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:14:24 smithi029 sudo[61692]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-27T18:14:24.501 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:14:24 smithi029 sudo[61692]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-27T18:14:24.501 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:14:24 smithi029 sudo[61692]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-27T18:14:24.501 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:14:24 smithi029 sudo[61692]: pam_unix(sudo:session): session closed for user root 2024-07-27T18:14:24.832 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:14:24 smithi029 sudo[61704]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-27T18:14:24.832 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:14:24 smithi029 sudo[61704]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-27T18:14:24.832 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:14:24 smithi029 sudo[61704]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-27T18:14:24.832 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:14:24 smithi029 sudo[61704]: pam_unix(sudo:session): session closed for user root 2024-07-27T18:14:25.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:25 smithi029 sudo[61748]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-27T18:14:25.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:25 smithi029 sudo[61748]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-27T18:14:25.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:25 smithi029 sudo[61748]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-27T18:14:25.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:25 smithi029 sudo[61748]: pam_unix(sudo:session): session closed for user root 2024-07-27T18:14:25.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:25 smithi029 ceph-mon[40759]: from='client.24206 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:14:25.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:25 smithi029 ceph-mon[40759]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:25.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-27T18:14:25.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:25 smithi029 sudo[61797]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-27T18:14:25.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:25 smithi029 sudo[61797]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-27T18:14:25.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:25 smithi029 sudo[61797]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-27T18:14:25.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:25 smithi029 sudo[61797]: pam_unix(sudo:session): session closed for user root 2024-07-27T18:14:25.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:25 smithi029 ceph-mon[29364]: from='client.24206 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:14:25.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:25 smithi029 ceph-mon[29364]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:25.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-27T18:14:25.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:25 smithi179 ceph-mon[33511]: from='client.24206 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:14:25.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:25 smithi179 ceph-mon[33511]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:25.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-27T18:14:25.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:25 smithi179 sudo[36298]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-27T18:14:25.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:25 smithi179 sudo[36298]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-27T18:14:25.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:25 smithi179 sudo[36298]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-27T18:14:25.930 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:25 smithi179 sudo[36298]: pam_unix(sudo:session): session closed for user root 2024-07-27T18:14:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:26 smithi179 sudo[36301]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-27T18:14:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:26 smithi179 sudo[36301]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-27T18:14:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:26 smithi179 sudo[36301]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-27T18:14:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:26 smithi179 sudo[36301]: pam_unix(sudo:session): session closed for user root 2024-07-27T18:14:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:26 smithi029 sudo[61834]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-27T18:14:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:26 smithi029 sudo[61834]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-27T18:14:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:26 smithi029 sudo[61834]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-27T18:14:26.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:26 smithi029 sudo[61834]: pam_unix(sudo:session): session closed for user root 2024-07-27T18:14:27.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-27T18:14:27.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:14:27.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3541598676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8b5e940-937e-4eea-80cf-fdc7a8c5ba89"}]: dispatch 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8b5e940-937e-4eea-80cf-fdc7a8c5ba89"}]: dispatch 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8b5e940-937e-4eea-80cf-fdc7a8c5ba89"}]': finished 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: osdmap e23: 4 total, 3 up, 4 in 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:14:27.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:14:27.416 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:14:27.416 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:27 smithi179 ceph-mon[33511]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-27T18:14:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:14:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:14:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:14:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-27T18:14:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:14:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:14:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:14:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3541598676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8b5e940-937e-4eea-80cf-fdc7a8c5ba89"}]: dispatch 2024-07-27T18:14:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8b5e940-937e-4eea-80cf-fdc7a8c5ba89"}]: dispatch 2024-07-27T18:14:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-27T18:14:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8b5e940-937e-4eea-80cf-fdc7a8c5ba89"}]': finished 2024-07-27T18:14:27.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: osdmap e23: 4 total, 3 up, 4 in 2024-07-27T18:14:27.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:27.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:27.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:14:27.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:14:27.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:14:27.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[29364]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:27.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 sudo[61893]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-27T18:14:27.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 sudo[61893]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-27T18:14:27.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 sudo[61893]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-27T18:14:27.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 sudo[61893]: pam_unix(sudo:session): session closed for user root 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3541598676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8b5e940-937e-4eea-80cf-fdc7a8c5ba89"}]: dispatch 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8b5e940-937e-4eea-80cf-fdc7a8c5ba89"}]: dispatch 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8b5e940-937e-4eea-80cf-fdc7a8c5ba89"}]': finished 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: osdmap e23: 4 total, 3 up, 4 in 2024-07-27T18:14:27.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:27.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:27.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:14:27.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:14:27.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:14:27.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:27 smithi029 ceph-mon[40759]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:28 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-27T18:14:28.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:28 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2748552297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:14:28.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:28 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-27T18:14:28.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:28 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-27T18:14:28.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:28 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/2748552297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:14:28.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:28 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-27T18:14:28.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:28 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-27T18:14:28.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:28 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/2748552297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:14:28.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:28 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-27T18:14:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:29 smithi029 ceph-mon[29364]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:29 smithi029 ceph-mon[40759]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:29 smithi179 ceph-mon[33511]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:30 smithi179 ceph-mon[33511]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 190 KiB/s wr, 13 op/s 2024-07-27T18:14:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:30 smithi029 ceph-mon[40759]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 190 KiB/s wr, 13 op/s 2024-07-27T18:14:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:30 smithi029 ceph-mon[29364]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.4 KiB/s rd, 190 KiB/s wr, 13 op/s 2024-07-27T18:14:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:32 smithi029 ceph-mon[29364]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 128 KiB/s wr, 9 op/s 2024-07-27T18:14:32.412 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:32 smithi029 ceph-mon[40759]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 128 KiB/s wr, 9 op/s 2024-07-27T18:14:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:32 smithi179 ceph-mon[33511]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 128 KiB/s wr, 9 op/s 2024-07-27T18:14:33.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:33 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-07-27T18:14:33.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:33 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:33.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:33 smithi179 ceph-mon[33511]: Deploying daemon osd.3 on smithi029 2024-07-27T18:14:33.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:33 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-07-27T18:14:33.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:33 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:33 smithi029 ceph-mon[29364]: Deploying daemon osd.3 on smithi029 2024-07-27T18:14:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:33 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-07-27T18:14:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:33 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:33 smithi029 ceph-mon[40759]: Deploying daemon osd.3 on smithi029 2024-07-27T18:14:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:34 smithi179 ceph-mon[33511]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 97 KiB/s wr, 6 op/s 2024-07-27T18:14:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:34 smithi029 ceph-mon[29364]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 97 KiB/s wr, 6 op/s 2024-07-27T18:14:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:34 smithi029 ceph-mon[40759]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 97 KiB/s wr, 6 op/s 2024-07-27T18:14:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:36 smithi179 ceph-mon[33511]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 77 KiB/s wr, 5 op/s 2024-07-27T18:14:36.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:36 smithi029 ceph-mon[29364]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 77 KiB/s wr, 5 op/s 2024-07-27T18:14:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:36 smithi029 ceph-mon[40759]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 77 KiB/s wr, 5 op/s 2024-07-27T18:14:37.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:37 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:37.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:37 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:37.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:37 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:37.984 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:37 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:37.985 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:37 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:37.985 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:37 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:37 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:37 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:37 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:39.160 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:38 smithi029 ceph-mon[29364]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-07-27T18:14:39.160 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:38 smithi029 ceph-mon[40759]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-07-27T18:14:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:38 smithi179 ceph-mon[33511]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-07-27T18:14:40.617 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:40 smithi029 ceph-mon[29364]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-07-27T18:14:40.617 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:40 smithi029 ceph-mon[40759]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-07-27T18:14:40.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:40 smithi179 ceph-mon[33511]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-07-27T18:14:41.325 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 3 on host 'smithi029' 2024-07-27T18:14:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:14:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:41 smithi179 ceph-mon[33511]: from='osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-07-27T18:14:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.927 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.927 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.927 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:41.927 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:14:41.927 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.927 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[40759]: from='osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-07-27T18:14:41.927 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:41.927 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.927 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.927 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.928 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.928 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:41.928 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:14:41.928 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.928 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[29364]: from='osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-07-27T18:14:41.928 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:41.928 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.928 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:41.948 DEBUG:teuthology.orchestra.run.smithi029:osd.3> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.3.service 2024-07-27T18:14:41.951 INFO:tasks.cephadm:Deploying osd.4 on smithi179 with /dev/vg_nvme/lv_4... 2024-07-27T18:14:41.951 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-07-27T18:14:42.162 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:14:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:42 smithi029 ceph-mon[40759]: from='osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-07-27T18:14:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:42 smithi029 ceph-mon[40759]: osdmap e24: 4 total, 3 up, 4 in 2024-07-27T18:14:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:42 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:42 smithi029 ceph-mon[40759]: from='osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:14:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:42 smithi029 ceph-mon[40759]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:42.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:42 smithi029 ceph-mon[29364]: from='osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-07-27T18:14:42.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:42 smithi029 ceph-mon[29364]: osdmap e24: 4 total, 3 up, 4 in 2024-07-27T18:14:42.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:42 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:42.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:42 smithi029 ceph-mon[29364]: from='osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:14:42.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:42 smithi029 ceph-mon[29364]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:42.753 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:14:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[63600]: 2024-07-27T18:14:42.651+0000 7fd7ca64c640 -1 osd.3 0 waiting for initial osdmap 2024-07-27T18:14:42.753 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:14:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[63600]: 2024-07-27T18:14:42.655+0000 7fd7c6475640 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:14:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:42 smithi179 ceph-mon[33511]: from='osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-07-27T18:14:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:42 smithi179 ceph-mon[33511]: osdmap e24: 4 total, 3 up, 4 in 2024-07-27T18:14:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:42 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:42 smithi179 ceph-mon[33511]: from='osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:14:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:42 smithi179 ceph-mon[33511]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-07-27T18:14:43.734 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:43 smithi029 ceph-mon[40759]: from='osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-07-27T18:14:43.735 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:43 smithi029 ceph-mon[40759]: osdmap e25: 4 total, 3 up, 4 in 2024-07-27T18:14:43.735 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:43 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:43.735 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:43 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:43.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:43 smithi029 ceph-mon[29364]: from='osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-07-27T18:14:43.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:43 smithi029 ceph-mon[29364]: osdmap e25: 4 total, 3 up, 4 in 2024-07-27T18:14:43.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:43 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:43.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:43 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:43.873 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:43 smithi179 ceph-mon[33511]: from='osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-07-27T18:14:43.873 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:43 smithi179 ceph-mon[33511]: osdmap e25: 4 total, 3 up, 4 in 2024-07-27T18:14:43.874 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:43 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:43.874 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:43 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:44.546 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:14:44.565 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch daemon add osd smithi179:vg_nvme/lv_4 2024-07-27T18:14:44.765 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:14:44.887 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:44 smithi179 ceph-mon[33511]: purged_snaps scrub starts 2024-07-27T18:14:44.887 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:44 smithi179 ceph-mon[33511]: purged_snaps scrub ok 2024-07-27T18:14:44.887 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:44 smithi179 ceph-mon[33511]: osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227] boot 2024-07-27T18:14:44.887 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:44 smithi179 ceph-mon[33511]: osdmap e26: 4 total, 4 up, 4 in 2024-07-27T18:14:44.887 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:44 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:44.887 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:44 smithi179 ceph-mon[33511]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:44.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:44 smithi029 ceph-mon[29364]: purged_snaps scrub starts 2024-07-27T18:14:44.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:44 smithi029 ceph-mon[29364]: purged_snaps scrub ok 2024-07-27T18:14:44.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:44 smithi029 ceph-mon[29364]: osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227] boot 2024-07-27T18:14:44.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:44 smithi029 ceph-mon[29364]: osdmap e26: 4 total, 4 up, 4 in 2024-07-27T18:14:44.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:44 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:44.962 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:44 smithi029 ceph-mon[29364]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:44.962 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:44 smithi029 ceph-mon[40759]: purged_snaps scrub starts 2024-07-27T18:14:44.962 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:44 smithi029 ceph-mon[40759]: purged_snaps scrub ok 2024-07-27T18:14:44.962 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:44 smithi029 ceph-mon[40759]: osd.3 [v2:172.21.15.29:6826/4036995227,v1:172.21.15.29:6827/4036995227] boot 2024-07-27T18:14:44.962 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:44 smithi029 ceph-mon[40759]: osdmap e26: 4 total, 4 up, 4 in 2024-07-27T18:14:44.962 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:44 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:14:44.962 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:44 smithi029 ceph-mon[40759]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:45.857 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: osdmap e27: 4 total, 4 up, 4 in 2024-07-27T18:14:45.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: Detected new or changed devices on smithi029 2024-07-27T18:14:45.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:45.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:45.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:45.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:45.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:45.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:45.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: Adjusting osd_memory_target on smithi029 to 4017M 2024-07-27T18:14:45.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:45.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:45.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:14:45.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:45 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: osdmap e27: 4 total, 4 up, 4 in 2024-07-27T18:14:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: Detected new or changed devices on smithi029 2024-07-27T18:14:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: Adjusting osd_memory_target on smithi029 to 4017M 2024-07-27T18:14:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:14:46.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:46.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: osdmap e27: 4 total, 4 up, 4 in 2024-07-27T18:14:46.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: Detected new or changed devices on smithi029 2024-07-27T18:14:46.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:46.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:46.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:46.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:46.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:46.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:14:46.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: Adjusting osd_memory_target on smithi029 to 4017M 2024-07-27T18:14:46.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:46.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:46.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:14:46.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:45 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:46.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:46 smithi179 ceph-mon[33511]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:46.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:46 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:14:46.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:46 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:14:46.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:46 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:46 smithi029 ceph-mon[40759]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:46 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:14:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:46 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:14:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:46 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:46 smithi029 ceph-mon[29364]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:46 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:14:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:46 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:14:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:46 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:47.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:47 smithi179 ceph-mon[33511]: from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:14:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:47 smithi029 ceph-mon[29364]: from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:14:48.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:47 smithi029 ceph-mon[40759]: from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:14:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:48 smithi179 ceph-mon[33511]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:48 smithi029 ceph-mon[29364]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:48 smithi029 ceph-mon[40759]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:49 smithi029 ceph-mon[40759]: from='client.? 172.21.15.179:0/624202525' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ce22e2d-639a-4a47-8332-bec4f1b3215f"}]: dispatch 2024-07-27T18:14:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:49 smithi029 ceph-mon[40759]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ce22e2d-639a-4a47-8332-bec4f1b3215f"}]: dispatch 2024-07-27T18:14:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:49 smithi029 ceph-mon[40759]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ce22e2d-639a-4a47-8332-bec4f1b3215f"}]': finished 2024-07-27T18:14:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:49 smithi029 ceph-mon[40759]: osdmap e28: 5 total, 4 up, 5 in 2024-07-27T18:14:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:49 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:14:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:49 smithi029 ceph-mon[40759]: from='client.? 172.21.15.179:0/97389281' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:14:50.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:49 smithi029 ceph-mon[29364]: from='client.? 172.21.15.179:0/624202525' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ce22e2d-639a-4a47-8332-bec4f1b3215f"}]: dispatch 2024-07-27T18:14:50.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:49 smithi029 ceph-mon[29364]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ce22e2d-639a-4a47-8332-bec4f1b3215f"}]: dispatch 2024-07-27T18:14:50.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:49 smithi029 ceph-mon[29364]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ce22e2d-639a-4a47-8332-bec4f1b3215f"}]': finished 2024-07-27T18:14:50.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:49 smithi029 ceph-mon[29364]: osdmap e28: 5 total, 4 up, 5 in 2024-07-27T18:14:50.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:49 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:14:50.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:49 smithi029 ceph-mon[29364]: from='client.? 172.21.15.179:0/97389281' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:14:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:49 smithi179 ceph-mon[33511]: from='client.? 172.21.15.179:0/624202525' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ce22e2d-639a-4a47-8332-bec4f1b3215f"}]: dispatch 2024-07-27T18:14:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:49 smithi179 ceph-mon[33511]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ce22e2d-639a-4a47-8332-bec4f1b3215f"}]: dispatch 2024-07-27T18:14:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:49 smithi179 ceph-mon[33511]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ce22e2d-639a-4a47-8332-bec4f1b3215f"}]': finished 2024-07-27T18:14:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:49 smithi179 ceph-mon[33511]: osdmap e28: 5 total, 4 up, 5 in 2024-07-27T18:14:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:49 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:14:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:49 smithi179 ceph-mon[33511]: from='client.? 172.21.15.179:0/97389281' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:14:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:50 smithi029 ceph-mon[29364]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:50 smithi029 ceph-mon[40759]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:50 smithi179 ceph-mon[33511]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:52.597 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:52 smithi179 ceph-mon[33511]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:52 smithi029 ceph-mon[29364]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:52 smithi029 ceph-mon[40759]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:54 smithi179 ceph-mon[33511]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:54 smithi029 ceph-mon[29364]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:54 smithi029 ceph-mon[40759]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:55.374 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-07-27T18:14:55.374 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:55.653 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-07-27T18:14:55.653 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:55.653 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:55 smithi029 ceph-mon[29364]: Deploying daemon osd.4 on smithi179 2024-07-27T18:14:55.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-07-27T18:14:55.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:14:55.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:55 smithi029 ceph-mon[40759]: Deploying daemon osd.4 on smithi179 2024-07-27T18:14:55.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:55 smithi179 ceph-mon[33511]: Deploying daemon osd.4 on smithi179 2024-07-27T18:14:56.475 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:56 smithi179 ceph-mon[33511]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:56.667 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:56 smithi029 ceph-mon[29364]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:56.668 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:56 smithi029 ceph-mon[40759]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:58.503 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:58 smithi179 ceph-mon[33511]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:58 smithi029 ceph-mon[29364]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:58 smithi029 ceph-mon[40759]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:14:59.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:14:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:14:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:14:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:00.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:00.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:14:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:00.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:00.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:00.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:14:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:00 smithi179 ceph-mon[33511]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:15:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:00 smithi029 ceph-mon[29364]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:15:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:00 smithi029 ceph-mon[40759]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:15:02.907 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 4 on host 'smithi179' 2024-07-27T18:15:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:02 smithi179 ceph-mon[33511]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:15:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:02 smithi179 ceph-mon[33511]: from='osd.4 [v2:172.21.15.179:6800/2209758242,v1:172.21.15.179:6801/2209758242]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-07-27T18:15:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:02 smithi179 ceph-mon[33511]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-07-27T18:15:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:03.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:02 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[29364]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:15:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[29364]: from='osd.4 [v2:172.21.15.179:6800/2209758242,v1:172.21.15.179:6801/2209758242]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-07-27T18:15:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[29364]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-07-27T18:15:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[40759]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:15:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[40759]: from='osd.4 [v2:172.21.15.179:6800/2209758242,v1:172.21.15.179:6801/2209758242]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-07-27T18:15:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[40759]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-07-27T18:15:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:02 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:03.541 DEBUG:teuthology.orchestra.run.smithi179:osd.4> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.4.service 2024-07-27T18:15:03.543 INFO:tasks.cephadm:Deploying osd.5 on smithi179 with /dev/vg_nvme/lv_3... 2024-07-27T18:15:03.543 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-07-27T18:15:04.809 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:04 smithi179 ceph-mon[33511]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-07-27T18:15:04.809 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:04 smithi179 ceph-mon[33511]: osdmap e29: 5 total, 4 up, 5 in 2024-07-27T18:15:04.809 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:04 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:04.809 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:04 smithi179 ceph-mon[33511]: from='osd.4 [v2:172.21.15.179:6800/2209758242,v1:172.21.15.179:6801/2209758242]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:04.809 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:04 smithi179 ceph-mon[33511]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:04.809 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:04 smithi179 ceph-mon[33511]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:15:04.842 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:15:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:04 smithi029 ceph-mon[29364]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-07-27T18:15:05.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:04 smithi029 ceph-mon[29364]: osdmap e29: 5 total, 4 up, 5 in 2024-07-27T18:15:05.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:05.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:04 smithi029 ceph-mon[29364]: from='osd.4 [v2:172.21.15.179:6800/2209758242,v1:172.21.15.179:6801/2209758242]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:05.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:04 smithi029 ceph-mon[29364]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:05.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:04 smithi029 ceph-mon[29364]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:15:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:04 smithi029 ceph-mon[40759]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-07-27T18:15:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:04 smithi029 ceph-mon[40759]: osdmap e29: 5 total, 4 up, 5 in 2024-07-27T18:15:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:04 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:04 smithi029 ceph-mon[40759]: from='osd.4 [v2:172.21.15.179:6800/2209758242,v1:172.21.15.179:6801/2209758242]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:05.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:04 smithi029 ceph-mon[40759]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:05.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:04 smithi029 ceph-mon[40759]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:15:05.061 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:15:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[38871]: 2024-07-27T18:15:04.975+0000 7f247fb1f640 -1 osd.4 0 waiting for initial osdmap 2024-07-27T18:15:05.061 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:15:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[38871]: 2024-07-27T18:15:04.979+0000 7f2477129640 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:15:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:05 smithi179 ceph-mon[33511]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-07-27T18:15:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:05 smithi179 ceph-mon[33511]: osdmap e30: 5 total, 4 up, 5 in 2024-07-27T18:15:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:05 smithi179 ceph-mon[33511]: osdmap e31: 5 total, 4 up, 5 in 2024-07-27T18:15:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:05 smithi179 ceph-mon[33511]: from='osd.4 ' entity='osd.4' 2024-07-27T18:15:06.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[29364]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-07-27T18:15:06.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[29364]: osdmap e30: 5 total, 4 up, 5 in 2024-07-27T18:15:06.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:06.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:06.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[29364]: osdmap e31: 5 total, 4 up, 5 in 2024-07-27T18:15:06.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:06.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[29364]: from='osd.4 ' entity='osd.4' 2024-07-27T18:15:06.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[40759]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-07-27T18:15:06.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[40759]: osdmap e30: 5 total, 4 up, 5 in 2024-07-27T18:15:06.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:06.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:06.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[40759]: osdmap e31: 5 total, 4 up, 5 in 2024-07-27T18:15:06.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:06.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:05 smithi029 ceph-mon[40759]: from='osd.4 ' entity='osd.4' 2024-07-27T18:15:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:06 smithi179 ceph-mon[33511]: purged_snaps scrub starts 2024-07-27T18:15:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:06 smithi179 ceph-mon[33511]: purged_snaps scrub ok 2024-07-27T18:15:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:06 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:06 smithi179 ceph-mon[33511]: osd.4 [v2:172.21.15.179:6800/2209758242,v1:172.21.15.179:6801/2209758242] boot 2024-07-27T18:15:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:06 smithi179 ceph-mon[33511]: osdmap e32: 5 total, 5 up, 5 in 2024-07-27T18:15:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:06 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:06 smithi179 ceph-mon[33511]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:15:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[29364]: purged_snaps scrub starts 2024-07-27T18:15:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[29364]: purged_snaps scrub ok 2024-07-27T18:15:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:07.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[29364]: osd.4 [v2:172.21.15.179:6800/2209758242,v1:172.21.15.179:6801/2209758242] boot 2024-07-27T18:15:07.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[29364]: osdmap e32: 5 total, 5 up, 5 in 2024-07-27T18:15:07.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:07.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[29364]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:15:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[40759]: purged_snaps scrub starts 2024-07-27T18:15:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[40759]: purged_snaps scrub ok 2024-07-27T18:15:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[40759]: osd.4 [v2:172.21.15.179:6800/2209758242,v1:172.21.15.179:6801/2209758242] boot 2024-07-27T18:15:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[40759]: osdmap e32: 5 total, 5 up, 5 in 2024-07-27T18:15:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:15:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:06 smithi029 ceph-mon[40759]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-07-27T18:15:08.136 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:07 smithi179 ceph-mon[33511]: osdmap e33: 5 total, 5 up, 5 in 2024-07-27T18:15:08.136 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:07 smithi179 ceph-mon[33511]: Detected new or changed devices on smithi179 2024-07-27T18:15:08.136 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:07 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:08.136 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:07 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:08.136 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:07 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:08.136 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:07 smithi179 ceph-mon[33511]: Adjusting osd_memory_target on smithi179 to 17088M 2024-07-27T18:15:08.136 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:07 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:08.137 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:07 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:08.137 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:07 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:08.137 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:07 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:08.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[40759]: osdmap e33: 5 total, 5 up, 5 in 2024-07-27T18:15:08.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[40759]: Detected new or changed devices on smithi179 2024-07-27T18:15:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[40759]: Adjusting osd_memory_target on smithi179 to 17088M 2024-07-27T18:15:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:08.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[29364]: osdmap e33: 5 total, 5 up, 5 in 2024-07-27T18:15:08.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[29364]: Detected new or changed devices on smithi179 2024-07-27T18:15:08.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:08.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:08.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:08.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[29364]: Adjusting osd_memory_target on smithi179 to 17088M 2024-07-27T18:15:08.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:08.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:08.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:08.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:08.415 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:15:08.435 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch daemon add osd smithi179:vg_nvme/lv_3 2024-07-27T18:15:08.636 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:15:09.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:08 smithi179 ceph-mon[33511]: osdmap e34: 5 total, 5 up, 5 in 2024-07-27T18:15:09.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:08 smithi179 ceph-mon[33511]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:08 smithi029 ceph-mon[29364]: osdmap e34: 5 total, 5 up, 5 in 2024-07-27T18:15:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:08 smithi029 ceph-mon[29364]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:08 smithi029 ceph-mon[40759]: osdmap e34: 5 total, 5 up, 5 in 2024-07-27T18:15:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:08 smithi029 ceph-mon[40759]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:10.059 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:09 smithi179 ceph-mon[33511]: osdmap e35: 5 total, 5 up, 5 in 2024-07-27T18:15:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:09 smithi029 ceph-mon[29364]: osdmap e35: 5 total, 5 up, 5 in 2024-07-27T18:15:10.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:09 smithi029 ceph-mon[40759]: osdmap e35: 5 total, 5 up, 5 in 2024-07-27T18:15:11.056 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:10 smithi179 ceph-mon[33511]: osdmap e36: 5 total, 5 up, 5 in 2024-07-27T18:15:11.056 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:10 smithi179 ceph-mon[33511]: pgmap v119: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-07-27T18:15:11.056 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:10 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:15:11.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:10 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:15:11.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:10 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:10 smithi029 ceph-mon[40759]: osdmap e36: 5 total, 5 up, 5 in 2024-07-27T18:15:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:10 smithi029 ceph-mon[40759]: pgmap v119: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-07-27T18:15:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:10 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:15:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:10 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:15:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:10 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:11.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:10 smithi029 ceph-mon[29364]: osdmap e36: 5 total, 5 up, 5 in 2024-07-27T18:15:11.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:10 smithi029 ceph-mon[29364]: pgmap v119: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-07-27T18:15:11.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:10 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:15:11.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:10 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:15:11.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:10 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:11 smithi179 ceph-mon[33511]: from='client.24244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:15:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:11 smithi029 ceph-mon[40759]: from='client.24244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:15:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:11 smithi029 ceph-mon[29364]: from='client.24244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:15:13.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:12 smithi179 ceph-mon[33511]: pgmap v120: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 104 KiB/s, 0 objects/s recovering 2024-07-27T18:15:13.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:12 smithi179 ceph-mon[33511]: from='client.? 172.21.15.179:0/1372408218' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "119f7284-551b-47a0-81c4-37e3fd0928ca"}]: dispatch 2024-07-27T18:15:13.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:12 smithi179 ceph-mon[33511]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "119f7284-551b-47a0-81c4-37e3fd0928ca"}]: dispatch 2024-07-27T18:15:13.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:12 smithi179 ceph-mon[33511]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "119f7284-551b-47a0-81c4-37e3fd0928ca"}]': finished 2024-07-27T18:15:13.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:12 smithi179 ceph-mon[33511]: osdmap e37: 6 total, 5 up, 6 in 2024-07-27T18:15:13.128 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:12 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:13.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:12 smithi029 ceph-mon[29364]: pgmap v120: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 104 KiB/s, 0 objects/s recovering 2024-07-27T18:15:13.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:12 smithi029 ceph-mon[29364]: from='client.? 172.21.15.179:0/1372408218' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "119f7284-551b-47a0-81c4-37e3fd0928ca"}]: dispatch 2024-07-27T18:15:13.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:12 smithi029 ceph-mon[29364]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "119f7284-551b-47a0-81c4-37e3fd0928ca"}]: dispatch 2024-07-27T18:15:13.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:12 smithi029 ceph-mon[29364]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "119f7284-551b-47a0-81c4-37e3fd0928ca"}]': finished 2024-07-27T18:15:13.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:12 smithi029 ceph-mon[29364]: osdmap e37: 6 total, 5 up, 6 in 2024-07-27T18:15:13.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:12 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:13.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:12 smithi029 ceph-mon[40759]: pgmap v120: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 104 KiB/s, 0 objects/s recovering 2024-07-27T18:15:13.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:12 smithi029 ceph-mon[40759]: from='client.? 172.21.15.179:0/1372408218' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "119f7284-551b-47a0-81c4-37e3fd0928ca"}]: dispatch 2024-07-27T18:15:13.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:12 smithi029 ceph-mon[40759]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "119f7284-551b-47a0-81c4-37e3fd0928ca"}]: dispatch 2024-07-27T18:15:13.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:12 smithi029 ceph-mon[40759]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "119f7284-551b-47a0-81c4-37e3fd0928ca"}]': finished 2024-07-27T18:15:13.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:12 smithi029 ceph-mon[40759]: osdmap e37: 6 total, 5 up, 6 in 2024-07-27T18:15:13.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:12 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:14.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:13 smithi179 ceph-mon[33511]: from='client.? 172.21.15.179:0/327531009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:15:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:13 smithi029 ceph-mon[29364]: from='client.? 172.21.15.179:0/327531009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:15:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:13 smithi029 ceph-mon[40759]: from='client.? 172.21.15.179:0/327531009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:15:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:14 smithi179 ceph-mon[33511]: pgmap v122: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:15:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:14 smithi029 ceph-mon[29364]: pgmap v122: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:15:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:14 smithi029 ceph-mon[40759]: pgmap v122: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:15:16.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:16 smithi179 ceph-mon[33511]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-07-27T18:15:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:16 smithi029 ceph-mon[29364]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-07-27T18:15:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:16 smithi029 ceph-mon[40759]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-07-27T18:15:18.630 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:18 smithi179 ceph-mon[33511]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:18 smithi029 ceph-mon[29364]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:18 smithi029 ceph-mon[40759]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:19.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-07-27T18:15:19.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:19.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:19 smithi179 ceph-mon[33511]: Deploying daemon osd.5 on smithi179 2024-07-27T18:15:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-07-27T18:15:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:19 smithi029 ceph-mon[29364]: Deploying daemon osd.5 on smithi179 2024-07-27T18:15:19.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-07-27T18:15:19.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:19.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:19 smithi029 ceph-mon[40759]: Deploying daemon osd.5 on smithi179 2024-07-27T18:15:20.599 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:20 smithi179 ceph-mon[33511]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:20 smithi029 ceph-mon[29364]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:20 smithi029 ceph-mon[40759]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:22 smithi179 ceph-mon[33511]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:22.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:22 smithi029 ceph-mon[29364]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:22.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:22 smithi029 ceph-mon[40759]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:23.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:23 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:23.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:23 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:23.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:23 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:23 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:23 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:23 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:24.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:23 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:24.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:23 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:24.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:23 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:25.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:24 smithi029 ceph-mon[29364]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:25.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:24 smithi029 ceph-mon[40759]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:25.060 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:24 smithi179 ceph-mon[33511]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:26.399 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 5 on host 'smithi179' 2024-07-27T18:15:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:26 smithi179 ceph-mon[33511]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:26 smithi029 ceph-mon[29364]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:26 smithi029 ceph-mon[40759]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:27.110 DEBUG:teuthology.orchestra.run.smithi179:osd.5> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.5.service 2024-07-27T18:15:27.113 INFO:tasks.cephadm:Deploying osd.6 on smithi179 with /dev/vg_nvme/lv_2... 2024-07-27T18:15:27.113 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- lvm zap /dev/vg_nvme/lv_2 2024-07-27T18:15:27.487 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:15:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:27 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:27 smithi179 ceph-mon[33511]: from='osd.5 [v2:172.21.15.179:6808/4082046482,v1:172.21.15.179:6809/4082046482]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-07-27T18:15:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:27 smithi179 ceph-mon[33511]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-07-27T18:15:27.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:27.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:27 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:27.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:27 smithi029 ceph-mon[29364]: from='osd.5 [v2:172.21.15.179:6808/4082046482,v1:172.21.15.179:6809/4082046482]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-07-27T18:15:27.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:27 smithi029 ceph-mon[29364]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-07-27T18:15:27.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:27.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:27 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:27.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:27 smithi029 ceph-mon[40759]: from='osd.5 [v2:172.21.15.179:6808/4082046482,v1:172.21.15.179:6809/4082046482]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-07-27T18:15:27.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:27 smithi029 ceph-mon[40759]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-07-27T18:15:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:28 smithi179 ceph-mon[33511]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-07-27T18:15:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:28 smithi179 ceph-mon[33511]: osdmap e38: 6 total, 5 up, 6 in 2024-07-27T18:15:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:28 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:28 smithi179 ceph-mon[33511]: from='osd.5 [v2:172.21.15.179:6808/4082046482,v1:172.21.15.179:6809/4082046482]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:28 smithi179 ceph-mon[33511]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:28 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:28 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:28 smithi179 ceph-mon[33511]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[29364]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-07-27T18:15:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[29364]: osdmap e38: 6 total, 5 up, 6 in 2024-07-27T18:15:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[29364]: from='osd.5 [v2:172.21.15.179:6808/4082046482,v1:172.21.15.179:6809/4082046482]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[29364]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[29364]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[40759]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[40759]: osdmap e38: 6 total, 5 up, 6 in 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[40759]: from='osd.5 [v2:172.21.15.179:6808/4082046482,v1:172.21.15.179:6809/4082046482]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[40759]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:28 smithi029 ceph-mon[40759]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-07-27T18:15:29.082 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:15:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[44991]: 2024-07-27T18:15:28.840+0000 7fca3c5cc640 -1 osd.5 0 waiting for initial osdmap 2024-07-27T18:15:29.083 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:15:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[44991]: 2024-07-27T18:15:28.844+0000 7fca33bd6640 -1 osd.5 39 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:15:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:29 smithi179 ceph-mon[33511]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-07-27T18:15:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:29 smithi179 ceph-mon[33511]: osdmap e39: 6 total, 5 up, 6 in 2024-07-27T18:15:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:29 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:29 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:29 smithi179 ceph-mon[33511]: from='osd.5 ' entity='osd.5' 2024-07-27T18:15:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:29 smithi029 ceph-mon[29364]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-07-27T18:15:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:29 smithi029 ceph-mon[29364]: osdmap e39: 6 total, 5 up, 6 in 2024-07-27T18:15:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:29 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:29.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:29 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:29.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:29 smithi029 ceph-mon[29364]: from='osd.5 ' entity='osd.5' 2024-07-27T18:15:29.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:29 smithi029 ceph-mon[40759]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-07-27T18:15:29.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:29 smithi029 ceph-mon[40759]: osdmap e39: 6 total, 5 up, 6 in 2024-07-27T18:15:29.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:29 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:29.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:29 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:29.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:29 smithi029 ceph-mon[40759]: from='osd.5 ' entity='osd.5' 2024-07-27T18:15:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:30 smithi179 ceph-mon[33511]: purged_snaps scrub starts 2024-07-27T18:15:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:30 smithi179 ceph-mon[33511]: purged_snaps scrub ok 2024-07-27T18:15:30.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:30 smithi179 ceph-mon[33511]: osd.5 [v2:172.21.15.179:6808/4082046482,v1:172.21.15.179:6809/4082046482] boot 2024-07-27T18:15:30.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:30 smithi179 ceph-mon[33511]: osdmap e40: 6 total, 6 up, 6 in 2024-07-27T18:15:30.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:30 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:30.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:30 smithi179 ceph-mon[33511]: osdmap e41: 6 total, 6 up, 6 in 2024-07-27T18:15:30.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:30 smithi179 ceph-mon[33511]: pgmap v134: 1 pgs: 1 unknown; 577 KiB data, 566 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[29364]: purged_snaps scrub starts 2024-07-27T18:15:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[29364]: purged_snaps scrub ok 2024-07-27T18:15:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[29364]: osd.5 [v2:172.21.15.179:6808/4082046482,v1:172.21.15.179:6809/4082046482] boot 2024-07-27T18:15:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[29364]: osdmap e40: 6 total, 6 up, 6 in 2024-07-27T18:15:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[29364]: osdmap e41: 6 total, 6 up, 6 in 2024-07-27T18:15:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[29364]: pgmap v134: 1 pgs: 1 unknown; 577 KiB data, 566 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:30.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[40759]: purged_snaps scrub starts 2024-07-27T18:15:30.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[40759]: purged_snaps scrub ok 2024-07-27T18:15:30.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[40759]: osd.5 [v2:172.21.15.179:6808/4082046482,v1:172.21.15.179:6809/4082046482] boot 2024-07-27T18:15:30.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[40759]: osdmap e40: 6 total, 6 up, 6 in 2024-07-27T18:15:30.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:15:30.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[40759]: osdmap e41: 6 total, 6 up, 6 in 2024-07-27T18:15:30.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:30 smithi029 ceph-mon[40759]: pgmap v134: 1 pgs: 1 unknown; 577 KiB data, 566 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:31.121 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:15:31.141 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch daemon add osd smithi179:vg_nvme/lv_2 2024-07-27T18:15:31.779 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:15:32.046 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:31 smithi179 ceph-mon[33511]: osdmap e42: 6 total, 6 up, 6 in 2024-07-27T18:15:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:31 smithi029 ceph-mon[29364]: osdmap e42: 6 total, 6 up, 6 in 2024-07-27T18:15:32.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:31 smithi029 ceph-mon[40759]: osdmap e42: 6 total, 6 up, 6 in 2024-07-27T18:15:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:32 smithi179 ceph-mon[33511]: osdmap e43: 6 total, 6 up, 6 in 2024-07-27T18:15:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:32 smithi179 ceph-mon[33511]: pgmap v137: 1 pgs: 1 unknown; 577 KiB data, 566 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:32 smithi029 ceph-mon[29364]: osdmap e43: 6 total, 6 up, 6 in 2024-07-27T18:15:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:32 smithi029 ceph-mon[29364]: pgmap v137: 1 pgs: 1 unknown; 577 KiB data, 566 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:33.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:32 smithi029 ceph-mon[40759]: osdmap e43: 6 total, 6 up, 6 in 2024-07-27T18:15:33.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:32 smithi029 ceph-mon[40759]: pgmap v137: 1 pgs: 1 unknown; 577 KiB data, 566 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:34.027 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:33 smithi179 ceph-mon[33511]: osdmap e44: 6 total, 6 up, 6 in 2024-07-27T18:15:34.027 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:33 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:34.027 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:33 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:34.027 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:33 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:34.027 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:33 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:34.027 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:33 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:34.027 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:33 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:34.028 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:33 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:34.028 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:33 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[29364]: osdmap e44: 6 total, 6 up, 6 in 2024-07-27T18:15:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[40759]: osdmap e44: 6 total, 6 up, 6 in 2024-07-27T18:15:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:34.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:34.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:34.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:34.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:34.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:34.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:34.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:33 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:34 smithi179 ceph-mon[33511]: Detected new or changed devices on smithi179 2024-07-27T18:15:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:34 smithi179 ceph-mon[33511]: Adjusting osd_memory_target on smithi179 to 8544M 2024-07-27T18:15:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:34 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:34 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:34 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:34 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:34 smithi179 ceph-mon[33511]: from='client.24271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:15:35.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:34 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:15:35.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:34 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:15:35.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:34 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:35.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:34 smithi179 ceph-mon[33511]: pgmap v139: 1 pgs: 1 unknown; 577 KiB data, 566 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[29364]: Detected new or changed devices on smithi179 2024-07-27T18:15:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[29364]: Adjusting osd_memory_target on smithi179 to 8544M 2024-07-27T18:15:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:35.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[29364]: from='client.24271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:15:35.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:15:35.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:15:35.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:35.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[29364]: pgmap v139: 1 pgs: 1 unknown; 577 KiB data, 566 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:35.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[40759]: Detected new or changed devices on smithi179 2024-07-27T18:15:35.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[40759]: Adjusting osd_memory_target on smithi179 to 8544M 2024-07-27T18:15:35.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:35.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:35.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:35.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:35.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[40759]: from='client.24271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:15:35.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:15:35.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:15:35.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:35.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:34 smithi029 ceph-mon[40759]: pgmap v139: 1 pgs: 1 unknown; 577 KiB data, 566 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:36.650 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:36 smithi179 ceph-mon[33511]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:15:36.650 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:36 smithi179 ceph-mon[33511]: from='client.? 172.21.15.179:0/832324693' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "227d5b06-8cf2-4545-9fa3-d485d0fe4b43"}]: dispatch 2024-07-27T18:15:36.650 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:36 smithi179 ceph-mon[33511]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "227d5b06-8cf2-4545-9fa3-d485d0fe4b43"}]: dispatch 2024-07-27T18:15:36.650 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:36 smithi179 ceph-mon[33511]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "227d5b06-8cf2-4545-9fa3-d485d0fe4b43"}]': finished 2024-07-27T18:15:36.650 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:36 smithi179 ceph-mon[33511]: osdmap e45: 7 total, 6 up, 7 in 2024-07-27T18:15:36.650 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:36 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:36 smithi029 ceph-mon[29364]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:15:36.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:36 smithi029 ceph-mon[29364]: from='client.? 172.21.15.179:0/832324693' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "227d5b06-8cf2-4545-9fa3-d485d0fe4b43"}]: dispatch 2024-07-27T18:15:36.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:36 smithi029 ceph-mon[29364]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "227d5b06-8cf2-4545-9fa3-d485d0fe4b43"}]: dispatch 2024-07-27T18:15:36.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:36 smithi029 ceph-mon[29364]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "227d5b06-8cf2-4545-9fa3-d485d0fe4b43"}]': finished 2024-07-27T18:15:36.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:36 smithi029 ceph-mon[29364]: osdmap e45: 7 total, 6 up, 7 in 2024-07-27T18:15:36.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:36 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:36 smithi029 ceph-mon[40759]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:15:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:36 smithi029 ceph-mon[40759]: from='client.? 172.21.15.179:0/832324693' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "227d5b06-8cf2-4545-9fa3-d485d0fe4b43"}]: dispatch 2024-07-27T18:15:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:36 smithi029 ceph-mon[40759]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "227d5b06-8cf2-4545-9fa3-d485d0fe4b43"}]: dispatch 2024-07-27T18:15:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:36 smithi029 ceph-mon[40759]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "227d5b06-8cf2-4545-9fa3-d485d0fe4b43"}]': finished 2024-07-27T18:15:36.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:36 smithi029 ceph-mon[40759]: osdmap e45: 7 total, 6 up, 7 in 2024-07-27T18:15:36.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:36 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:37.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:37 smithi179 ceph-mon[33511]: from='client.? 172.21.15.179:0/1907564827' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:15:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:37 smithi029 ceph-mon[29364]: from='client.? 172.21.15.179:0/1907564827' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:15:37.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:37 smithi029 ceph-mon[40759]: from='client.? 172.21.15.179:0/1907564827' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:15:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:38 smithi179 ceph-mon[33511]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-07-27T18:15:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:38 smithi029 ceph-mon[29364]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-07-27T18:15:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:38 smithi029 ceph-mon[40759]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-07-27T18:15:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:40 smithi179 ceph-mon[33511]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-07-27T18:15:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:40 smithi029 ceph-mon[29364]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-07-27T18:15:40.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:40 smithi029 ceph-mon[40759]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-07-27T18:15:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:42 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-07-27T18:15:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:42 smithi179 ceph-mon[33511]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-07-27T18:15:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:42 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:42 smithi179 ceph-mon[33511]: Deploying daemon osd.6 on smithi179 2024-07-27T18:15:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:42 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-07-27T18:15:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:42 smithi029 ceph-mon[29364]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-07-27T18:15:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:42 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:42 smithi029 ceph-mon[29364]: Deploying daemon osd.6 on smithi179 2024-07-27T18:15:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:42 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-07-27T18:15:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:42 smithi029 ceph-mon[40759]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-07-27T18:15:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:42 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:42 smithi029 ceph-mon[40759]: Deploying daemon osd.6 on smithi179 2024-07-27T18:15:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:44 smithi179 ceph-mon[33511]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-07-27T18:15:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:44 smithi029 ceph-mon[29364]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-07-27T18:15:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:44 smithi029 ceph-mon[40759]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-07-27T18:15:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:46 smithi179 ceph-mon[33511]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:46 smithi029 ceph-mon[29364]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:46.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:46 smithi029 ceph-mon[40759]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:47 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:47.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:47 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:47.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:47 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:48 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:48 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:48 smithi179 ceph-mon[33511]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:48 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:48 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:48 smithi029 ceph-mon[29364]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:48 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:48.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:48 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:48.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:48 smithi029 ceph-mon[40759]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:50.900 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 6 on host 'smithi179' 2024-07-27T18:15:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[29364]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[29364]: from='osd.6 [v2:172.21.15.179:6816/3533956799,v1:172.21.15.179:6817/3533956799]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-07-27T18:15:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[29364]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-07-27T18:15:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:51.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:51.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[40759]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:51.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[40759]: from='osd.6 [v2:172.21.15.179:6816/3533956799,v1:172.21.15.179:6817/3533956799]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-07-27T18:15:51.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[40759]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-07-27T18:15:51.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:51.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:51 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.519 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:51 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.519 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:51 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.519 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:51 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:51.519 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:51 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:51.519 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:51 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.519 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:51 smithi179 ceph-mon[33511]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:51.519 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:51 smithi179 ceph-mon[33511]: from='osd.6 [v2:172.21.15.179:6816/3533956799,v1:172.21.15.179:6817/3533956799]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-07-27T18:15:51.519 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:51 smithi179 ceph-mon[33511]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-07-27T18:15:51.520 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:51 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:15:51.520 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:51 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.520 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:51 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:51.540 DEBUG:teuthology.orchestra.run.smithi179:osd.6> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.6.service 2024-07-27T18:15:51.542 INFO:tasks.cephadm:Deploying osd.7 on smithi179 with /dev/vg_nvme/lv_1... 2024-07-27T18:15:51.542 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- lvm zap /dev/vg_nvme/lv_1 2024-07-27T18:15:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:52 smithi179 ceph-mon[33511]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-07-27T18:15:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:52 smithi179 ceph-mon[33511]: osdmap e46: 7 total, 6 up, 7 in 2024-07-27T18:15:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:52 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:52 smithi179 ceph-mon[33511]: from='osd.6 [v2:172.21.15.179:6816/3533956799,v1:172.21.15.179:6817/3533956799]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:52 smithi179 ceph-mon[33511]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:52.664 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:15:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[51040]: 2024-07-27T18:15:52.274+0000 7f852b4dc640 -1 osd.6 0 waiting for initial osdmap 2024-07-27T18:15:52.664 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:15:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[51040]: 2024-07-27T18:15:52.281+0000 7f8527305640 -1 osd.6 47 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:15:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:52 smithi029 ceph-mon[29364]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-07-27T18:15:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:52 smithi029 ceph-mon[29364]: osdmap e46: 7 total, 6 up, 7 in 2024-07-27T18:15:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:52 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:52 smithi029 ceph-mon[29364]: from='osd.6 [v2:172.21.15.179:6816/3533956799,v1:172.21.15.179:6817/3533956799]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:52.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:52 smithi029 ceph-mon[29364]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:52 smithi029 ceph-mon[40759]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-07-27T18:15:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:52 smithi029 ceph-mon[40759]: osdmap e46: 7 total, 6 up, 7 in 2024-07-27T18:15:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:52 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:52 smithi029 ceph-mon[40759]: from='osd.6 [v2:172.21.15.179:6816/3533956799,v1:172.21.15.179:6817/3533956799]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:52 smithi029 ceph-mon[40759]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:15:53.168 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:15:53.592 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:53 smithi179 ceph-mon[33511]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-07-27T18:15:53.592 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:53 smithi179 ceph-mon[33511]: osdmap e47: 7 total, 6 up, 7 in 2024-07-27T18:15:53.592 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:53 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:53.592 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:53 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:53.593 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:53 smithi179 ceph-mon[33511]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:53.593 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:53 smithi179 ceph-mon[33511]: osd.6 [v2:172.21.15.179:6816/3533956799,v1:172.21.15.179:6817/3533956799] boot 2024-07-27T18:15:53.593 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:53 smithi179 ceph-mon[33511]: osdmap e48: 7 total, 7 up, 7 in 2024-07-27T18:15:53.593 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:53 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:53.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[29364]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-07-27T18:15:53.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[29364]: osdmap e47: 7 total, 6 up, 7 in 2024-07-27T18:15:53.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:53.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:53.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[29364]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:53.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[29364]: osd.6 [v2:172.21.15.179:6816/3533956799,v1:172.21.15.179:6817/3533956799] boot 2024-07-27T18:15:53.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[29364]: osdmap e48: 7 total, 7 up, 7 in 2024-07-27T18:15:53.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:53.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[40759]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-07-27T18:15:53.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[40759]: osdmap e47: 7 total, 6 up, 7 in 2024-07-27T18:15:53.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:53.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:53.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[40759]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-07-27T18:15:53.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[40759]: osd.6 [v2:172.21.15.179:6816/3533956799,v1:172.21.15.179:6817/3533956799] boot 2024-07-27T18:15:53.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[40759]: osdmap e48: 7 total, 7 up, 7 in 2024-07-27T18:15:53.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:53 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:15:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:54 smithi179 ceph-mon[33511]: purged_snaps scrub starts 2024-07-27T18:15:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:54 smithi179 ceph-mon[33511]: purged_snaps scrub ok 2024-07-27T18:15:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:54 smithi179 ceph-mon[33511]: osdmap e49: 7 total, 7 up, 7 in 2024-07-27T18:15:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:54 smithi029 ceph-mon[29364]: purged_snaps scrub starts 2024-07-27T18:15:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:54 smithi029 ceph-mon[29364]: purged_snaps scrub ok 2024-07-27T18:15:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:54 smithi029 ceph-mon[29364]: osdmap e49: 7 total, 7 up, 7 in 2024-07-27T18:15:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:54 smithi029 ceph-mon[40759]: purged_snaps scrub starts 2024-07-27T18:15:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:54 smithi029 ceph-mon[40759]: purged_snaps scrub ok 2024-07-27T18:15:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:54 smithi029 ceph-mon[40759]: osdmap e49: 7 total, 7 up, 7 in 2024-07-27T18:15:55.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:55 smithi179 ceph-mon[33511]: pgmap v154: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:15:55.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:55.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:55.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:55.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:55.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:55.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:55.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:55.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:55.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:55 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:55.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:55 smithi179 ceph-mon[33511]: osdmap e50: 7 total, 7 up, 7 in 2024-07-27T18:15:55.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[29364]: pgmap v154: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:15:55.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:55.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:55.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:55.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:55.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:55.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:55.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:55.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:55.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:55.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[29364]: osdmap e50: 7 total, 7 up, 7 in 2024-07-27T18:15:55.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[40759]: pgmap v154: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:15:55.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:55.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:55.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:55.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:55.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:15:55.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:55.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:55.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:15:55.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:15:55.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:55 smithi029 ceph-mon[40759]: osdmap e50: 7 total, 7 up, 7 in 2024-07-27T18:15:56.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:56 smithi179 ceph-mon[33511]: Detected new or changed devices on smithi179 2024-07-27T18:15:56.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:56 smithi179 ceph-mon[33511]: Adjusting osd_memory_target on smithi179 to 5696M 2024-07-27T18:15:56.389 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-07-27T18:15:56.409 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch daemon add osd smithi179:vg_nvme/lv_1 2024-07-27T18:15:56.609 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:15:56.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:56 smithi029 ceph-mon[29364]: Detected new or changed devices on smithi179 2024-07-27T18:15:56.653 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:56 smithi029 ceph-mon[29364]: Adjusting osd_memory_target on smithi179 to 5696M 2024-07-27T18:15:56.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:56 smithi029 ceph-mon[40759]: Detected new or changed devices on smithi179 2024-07-27T18:15:56.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:56 smithi029 ceph-mon[40759]: Adjusting osd_memory_target on smithi179 to 5696M 2024-07-27T18:15:57.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:57 smithi179 ceph-mon[33511]: osdmap e51: 7 total, 7 up, 7 in 2024-07-27T18:15:57.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:57 smithi179 ceph-mon[33511]: pgmap v157: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:15:57.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:57 smithi029 ceph-mon[29364]: osdmap e51: 7 total, 7 up, 7 in 2024-07-27T18:15:57.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:57 smithi029 ceph-mon[29364]: pgmap v157: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:15:57.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:57 smithi029 ceph-mon[40759]: osdmap e51: 7 total, 7 up, 7 in 2024-07-27T18:15:57.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:57 smithi029 ceph-mon[40759]: pgmap v157: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:15:58.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:58 smithi179 ceph-mon[33511]: osdmap e52: 7 total, 7 up, 7 in 2024-07-27T18:15:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:58 smithi029 ceph-mon[29364]: osdmap e52: 7 total, 7 up, 7 in 2024-07-27T18:15:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:58 smithi029 ceph-mon[40759]: osdmap e52: 7 total, 7 up, 7 in 2024-07-27T18:15:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:59 smithi179 ceph-mon[33511]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 143 KiB/s, 0 objects/s recovering 2024-07-27T18:15:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:15:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:15:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:15:59 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:59 smithi029 ceph-mon[29364]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 143 KiB/s, 0 objects/s recovering 2024-07-27T18:15:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:15:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:15:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:15:59 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:15:59.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:59 smithi029 ceph-mon[40759]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 143 KiB/s, 0 objects/s recovering 2024-07-27T18:15:59.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-07-27T18:15:59.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-07-27T18:15:59.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:15:59 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:00 smithi179 ceph-mon[33511]: from='client.24298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:16:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:00 smithi029 ceph-mon[29364]: from='client.24298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:16:00.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:00 smithi029 ceph-mon[40759]: from='client.24298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:16:01.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:01 smithi179 ceph-mon[33511]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:16:01.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:01 smithi179 ceph-mon[33511]: from='client.? 172.21.15.179:0/1578989970' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c804c166-bf7d-4d3f-a1e2-f85179886890"}]: dispatch 2024-07-27T18:16:01.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:01 smithi179 ceph-mon[33511]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c804c166-bf7d-4d3f-a1e2-f85179886890"}]: dispatch 2024-07-27T18:16:01.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:01 smithi179 ceph-mon[33511]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c804c166-bf7d-4d3f-a1e2-f85179886890"}]': finished 2024-07-27T18:16:01.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:01 smithi179 ceph-mon[33511]: osdmap e53: 8 total, 7 up, 8 in 2024-07-27T18:16:01.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:01 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:01.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:01 smithi179 ceph-mon[33511]: from='client.? 172.21.15.179:0/3526841147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:16:01.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[29364]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:16:01.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[29364]: from='client.? 172.21.15.179:0/1578989970' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c804c166-bf7d-4d3f-a1e2-f85179886890"}]: dispatch 2024-07-27T18:16:01.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[29364]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c804c166-bf7d-4d3f-a1e2-f85179886890"}]: dispatch 2024-07-27T18:16:01.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[29364]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c804c166-bf7d-4d3f-a1e2-f85179886890"}]': finished 2024-07-27T18:16:01.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[29364]: osdmap e53: 8 total, 7 up, 8 in 2024-07-27T18:16:01.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:01.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[29364]: from='client.? 172.21.15.179:0/3526841147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:16:01.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[40759]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:16:01.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[40759]: from='client.? 172.21.15.179:0/1578989970' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c804c166-bf7d-4d3f-a1e2-f85179886890"}]: dispatch 2024-07-27T18:16:01.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[40759]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c804c166-bf7d-4d3f-a1e2-f85179886890"}]: dispatch 2024-07-27T18:16:01.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[40759]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c804c166-bf7d-4d3f-a1e2-f85179886890"}]': finished 2024-07-27T18:16:01.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[40759]: osdmap e53: 8 total, 7 up, 8 in 2024-07-27T18:16:01.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:01.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:01 smithi029 ceph-mon[40759]: from='client.? 172.21.15.179:0/3526841147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-07-27T18:16:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:02 smithi179 ceph-mon[33511]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:16:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:02 smithi029 ceph-mon[29364]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:16:02.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:02 smithi029 ceph-mon[40759]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:16:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:04 smithi179 ceph-mon[33511]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-07-27T18:16:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:04 smithi029 ceph-mon[29364]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-07-27T18:16:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:04 smithi029 ceph-mon[40759]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-07-27T18:16:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:06 smithi179 ceph-mon[33511]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-07-27T18:16:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:06 smithi029 ceph-mon[29364]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-07-27T18:16:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:06 smithi029 ceph-mon[40759]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-07-27T18:16:07.482 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:07 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-07-27T18:16:07.483 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:07 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:07.483 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:07 smithi179 ceph-mon[33511]: Deploying daemon osd.7 on smithi179 2024-07-27T18:16:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-07-27T18:16:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:07 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:07 smithi029 ceph-mon[29364]: Deploying daemon osd.7 on smithi179 2024-07-27T18:16:07.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:07 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-07-27T18:16:07.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:07 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:07.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:07 smithi029 ceph-mon[40759]: Deploying daemon osd.7 on smithi179 2024-07-27T18:16:08.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:08 smithi179 ceph-mon[33511]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:08 smithi029 ceph-mon[29364]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:08 smithi029 ceph-mon[40759]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:10.450 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:10 smithi179 ceph-mon[33511]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:10 smithi029 ceph-mon[29364]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:10 smithi029 ceph-mon[40759]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:12 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:12 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:12 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:12 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:12 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:12 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:12 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:12 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:12 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:13 smithi029 ceph-mon[29364]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:13 smithi029 ceph-mon[40759]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:13.608 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:13 smithi179 ceph-mon[33511]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:14.449 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:14 smithi179 ceph-mon[33511]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:14 smithi029 ceph-mon[29364]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:14 smithi029 ceph-mon[40759]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:15.426 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 7 on host 'smithi179' 2024-07-27T18:16:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:16.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:16.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[29364]: from='osd.7 [v2:172.21.15.179:6824/3827595375,v1:172.21.15.179:6825/3827595375]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-07-27T18:16:16.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[29364]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-07-27T18:16:16.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:16.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:16.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:16.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[40759]: from='osd.7 [v2:172.21.15.179:6824/3827595375,v1:172.21.15.179:6825/3827595375]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-07-27T18:16:16.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[40759]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-07-27T18:16:16.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:16.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:15 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.058 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:15 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.058 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:15 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.058 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:15 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:16.058 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:15 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:16.058 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:15 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.058 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:15 smithi179 ceph-mon[33511]: from='osd.7 [v2:172.21.15.179:6824/3827595375,v1:172.21.15.179:6825/3827595375]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-07-27T18:16:16.058 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:15 smithi179 ceph-mon[33511]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-07-27T18:16:16.058 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:15 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:16.058 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:15 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.059 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:15 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:16.078 DEBUG:teuthology.orchestra.run.smithi179:osd.7> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.7.service 2024-07-27T18:16:16.081 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-07-27T18:16:16.081 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd stat -f json 2024-07-27T18:16:16.306 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:16:17.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:17 smithi179 ceph-mon[33511]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-07-27T18:16:17.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:17 smithi179 ceph-mon[33511]: osdmap e54: 8 total, 7 up, 8 in 2024-07-27T18:16:17.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:17 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:17.283 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:17 smithi179 ceph-mon[33511]: from='osd.7 [v2:172.21.15.179:6824/3827595375,v1:172.21.15.179:6825/3827595375]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:16:17.283 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:17 smithi179 ceph-mon[33511]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:16:17.283 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:17 smithi179 ceph-mon[33511]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:17.499 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:17 smithi029 ceph-mon[29364]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-07-27T18:16:17.499 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:17 smithi029 ceph-mon[29364]: osdmap e54: 8 total, 7 up, 8 in 2024-07-27T18:16:17.499 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:17 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:17.499 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:17 smithi029 ceph-mon[29364]: from='osd.7 [v2:172.21.15.179:6824/3827595375,v1:172.21.15.179:6825/3827595375]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:16:17.499 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:17 smithi029 ceph-mon[29364]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:16:17.499 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:17 smithi029 ceph-mon[29364]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:17.499 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:17 smithi029 ceph-mon[40759]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-07-27T18:16:17.499 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:17 smithi029 ceph-mon[40759]: osdmap e54: 8 total, 7 up, 8 in 2024-07-27T18:16:17.500 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:17 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:17.500 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:17 smithi029 ceph-mon[40759]: from='osd.7 [v2:172.21.15.179:6824/3827595375,v1:172.21.15.179:6825/3827595375]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:16:17.500 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:17 smithi029 ceph-mon[40759]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:16:17.500 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:17 smithi029 ceph-mon[40759]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:17.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:16:17 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[56954]: 2024-07-27T18:16:17.547+0000 7f157b455640 -1 osd.7 0 waiting for initial osdmap 2024-07-27T18:16:17.914 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:16:17 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[56954]: 2024-07-27T18:16:17.557+0000 7f1573276640 -1 osd.7 55 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:16:18.227 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:16:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:18 smithi179 ceph-mon[33511]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-07-27T18:16:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:18 smithi179 ceph-mon[33511]: osdmap e55: 8 total, 7 up, 8 in 2024-07-27T18:16:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:18 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:18 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:18 smithi179 ceph-mon[33511]: from='osd.7 ' entity='osd.7' 2024-07-27T18:16:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:18 smithi029 ceph-mon[29364]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-07-27T18:16:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:18 smithi029 ceph-mon[29364]: osdmap e55: 8 total, 7 up, 8 in 2024-07-27T18:16:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:18 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:18 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:18 smithi029 ceph-mon[29364]: from='osd.7 ' entity='osd.7' 2024-07-27T18:16:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:18 smithi029 ceph-mon[40759]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-07-27T18:16:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:18 smithi029 ceph-mon[40759]: osdmap e55: 8 total, 7 up, 8 in 2024-07-27T18:16:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:18 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:18 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:18 smithi029 ceph-mon[40759]: from='osd.7 ' entity='osd.7' 2024-07-27T18:16:18.928 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":55,"num_osds":8,"num_up_osds":7,"osd_up_since":1722104153,"num_in_osds":8,"osd_in_since":1722104160,"num_remapped_pgs":0} 2024-07-27T18:16:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: purged_snaps scrub starts 2024-07-27T18:16:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: purged_snaps scrub ok 2024-07-27T18:16:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3362541499' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-07-27T18:16:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: osd.7 [v2:172.21.15.179:6824/3827595375,v1:172.21.15.179:6825/3827595375] boot 2024-07-27T18:16:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: osdmap e56: 8 total, 8 up, 8 in 2024-07-27T18:16:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:19.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:19.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:16:19.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:16:19.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:16:19.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:16:19.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:19.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:19.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:19.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: purged_snaps scrub starts 2024-07-27T18:16:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: purged_snaps scrub ok 2024-07-27T18:16:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3362541499' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-07-27T18:16:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: osd.7 [v2:172.21.15.179:6824/3827595375,v1:172.21.15.179:6825/3827595375] boot 2024-07-27T18:16:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: osdmap e56: 8 total, 8 up, 8 in 2024-07-27T18:16:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:16:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:16:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:16:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:16:19.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:19.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:19.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:19.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:19 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: purged_snaps scrub starts 2024-07-27T18:16:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: purged_snaps scrub ok 2024-07-27T18:16:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3362541499' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-07-27T18:16:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-07-27T18:16:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: osd.7 [v2:172.21.15.179:6824/3827595375,v1:172.21.15.179:6825/3827595375] boot 2024-07-27T18:16:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: osdmap e56: 8 total, 8 up, 8 in 2024-07-27T18:16:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:16:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:16:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:16:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:16:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:16:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:19 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:19.930 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd stat -f json 2024-07-27T18:16:20.152 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:16:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:20 smithi029 ceph-mon[29364]: Detected new or changed devices on smithi179 2024-07-27T18:16:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:20 smithi029 ceph-mon[29364]: Adjusting osd_memory_target on smithi179 to 4272M 2024-07-27T18:16:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:20 smithi029 ceph-mon[29364]: osdmap e57: 8 total, 8 up, 8 in 2024-07-27T18:16:20.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:20 smithi029 ceph-mon[40759]: Detected new or changed devices on smithi179 2024-07-27T18:16:20.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:20 smithi029 ceph-mon[40759]: Adjusting osd_memory_target on smithi179 to 4272M 2024-07-27T18:16:20.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:20 smithi029 ceph-mon[40759]: osdmap e57: 8 total, 8 up, 8 in 2024-07-27T18:16:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:20 smithi179 ceph-mon[33511]: Detected new or changed devices on smithi179 2024-07-27T18:16:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:20 smithi179 ceph-mon[33511]: Adjusting osd_memory_target on smithi179 to 4272M 2024-07-27T18:16:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:20 smithi179 ceph-mon[33511]: osdmap e57: 8 total, 8 up, 8 in 2024-07-27T18:16:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:21 smithi029 ceph-mon[40759]: pgmap v175: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:21 smithi029 ceph-mon[40759]: osdmap e58: 8 total, 8 up, 8 in 2024-07-27T18:16:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:21 smithi029 ceph-mon[29364]: pgmap v175: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:21 smithi029 ceph-mon[29364]: osdmap e58: 8 total, 8 up, 8 in 2024-07-27T18:16:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:21 smithi179 ceph-mon[33511]: pgmap v175: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:21 smithi179 ceph-mon[33511]: osdmap e58: 8 total, 8 up, 8 in 2024-07-27T18:16:22.121 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:16:22.708 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:22 smithi029 ceph-mon[29364]: osdmap e59: 8 total, 8 up, 8 in 2024-07-27T18:16:22.708 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:22 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2816725727' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-07-27T18:16:22.708 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:22 smithi029 ceph-mon[29364]: pgmap v178: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:22.709 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:22 smithi029 ceph-mon[40759]: osdmap e59: 8 total, 8 up, 8 in 2024-07-27T18:16:22.709 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:22 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/2816725727' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-07-27T18:16:22.709 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:22 smithi029 ceph-mon[40759]: pgmap v178: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:22.731 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":59,"num_osds":8,"num_up_osds":8,"osd_up_since":1722104178,"num_in_osds":8,"osd_in_since":1722104160,"num_remapped_pgs":0} 2024-07-27T18:16:22.731 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd dump --format=json 2024-07-27T18:16:22.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:22 smithi179 ceph-mon[33511]: osdmap e59: 8 total, 8 up, 8 in 2024-07-27T18:16:22.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:22 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/2816725727' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-07-27T18:16:22.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:22 smithi179 ceph-mon[33511]: pgmap v178: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:22.941 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:16:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:23 smithi029 ceph-mon[29364]: osdmap e60: 8 total, 8 up, 8 in 2024-07-27T18:16:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:23 smithi029 ceph-mon[40759]: osdmap e60: 8 total, 8 up, 8 in 2024-07-27T18:16:23.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:23 smithi179 ceph-mon[33511]: osdmap e60: 8 total, 8 up, 8 in 2024-07-27T18:16:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:24 smithi029 ceph-mon[29364]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s, 0 objects/s recovering 2024-07-27T18:16:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:24 smithi029 ceph-mon[40759]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s, 0 objects/s recovering 2024-07-27T18:16:24.762 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:16:24.763 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":60,"fsid":"70f4cc2a-4c43-11ef-bcc7-c7b262605968","created":"2024-07-27T18:11:04.766550+0000","modified":"2024-07-27T18:16:22.557238+0000","last_up_change":"2024-07-27T18:16:18.550517+0000","last_in_change":"2024-07-27T18:16:00.711612+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-07-27T18:14:20.759229+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6d998df7-ced9-4bd1-9caf-0054c2dccbfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6803","nonce":3188036503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6805","nonce":3188036503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6809","nonce":3188036503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6807","nonce":3188036503}]},"public_addr":"172.21.15.29:6803/3188036503","cluster_addr":"172.21.15.29:6805/3188036503","heartbeat_back_addr":"172.21.15.29:6809/3188036503","heartbeat_front_addr":"172.21.15.29:6807/3188036503","state":["exists","up"]},{"osd":1,"uuid":"467fef03-d2ac-478a-bac6-418a93719e3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6811","nonce":3716288892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6813","nonce":3716288892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6817","nonce":3716288892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6815","nonce":3716288892}]},"public_addr":"172.21.15.29:6811/3716288892","cluster_addr":"172.21.15.29:6813/3716288892","heartbeat_back_addr":"172.21.15.29:6817/3716288892","heartbeat_front_addr":"172.21.15.29:6815/3716288892","state":["exists","up"]},{"osd":2,"uuid":"d7656edf-9814-40e0-a46e-6f65e3fcecb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6819","nonce":3007210194}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6821","nonce":3007210194}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6825","nonce":3007210194}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6823","nonce":3007210194}]},"public_addr":"172.21.15.29:6819/3007210194","cluster_addr":"172.21.15.29:6821/3007210194","heartbeat_back_addr":"172.21.15.29:6825/3007210194","heartbeat_front_addr":"172.21.15.29:6823/3007210194","state":["exists","up"]},{"osd":3,"uuid":"b8b5e940-937e-4eea-80cf-fdc7a8c5ba89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6827","nonce":4036995227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6829","nonce":4036995227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6833","nonce":4036995227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6831","nonce":4036995227}]},"public_addr":"172.21.15.29:6827/4036995227","cluster_addr":"172.21.15.29:6829/4036995227","heartbeat_back_addr":"172.21.15.29:6833/4036995227","heartbeat_front_addr":"172.21.15.29:6831/4036995227","state":["exists","up"]},{"osd":4,"uuid":"1ce22e2d-639a-4a47-8332-bec4f1b3215f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6801","nonce":2209758242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6803","nonce":2209758242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6807","nonce":2209758242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6805","nonce":2209758242}]},"public_addr":"172.21.15.179:6801/2209758242","cluster_addr":"172.21.15.179:6803/2209758242","heartbeat_back_addr":"172.21.15.179:6807/2209758242","heartbeat_front_addr":"172.21.15.179:6805/2209758242","state":["exists","up"]},{"osd":5,"uuid":"119f7284-551b-47a0-81c4-37e3fd0928ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6809","nonce":4082046482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6811","nonce":4082046482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6815","nonce":4082046482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6813","nonce":4082046482}]},"public_addr":"172.21.15.179:6809/4082046482","cluster_addr":"172.21.15.179:6811/4082046482","heartbeat_back_addr":"172.21.15.179:6815/4082046482","heartbeat_front_addr":"172.21.15.179:6813/4082046482","state":["exists","up"]},{"osd":6,"uuid":"227d5b06-8cf2-4545-9fa3-d485d0fe4b43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":51,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6817","nonce":3533956799}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6819","nonce":3533956799}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6823","nonce":3533956799}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6821","nonce":3533956799}]},"public_addr":"172.21.15.179:6817/3533956799","cluster_addr":"172.21.15.179:6819/3533956799","heartbeat_back_addr":"172.21.15.179:6823/3533956799","heartbeat_front_addr":"172.21.15.179:6821/3533956799","state":["exists","up"]},{"osd":7,"uuid":"c804c166-bf7d-4d3f-a1e2-f85179886890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":59,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6825","nonce":3827595375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6827","nonce":3827595375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6831","nonce":3827595375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6829","nonce":3827595375}]},"public_addr":"172.21.15.179:6825/3827595375","cluster_addr":"172.21.15.179:6827/3827595375","heartbeat_back_addr":"172.21.15.179:6831/3827595375","heartbeat_front_addr":"172.21.15.179:6829/3827595375","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:26.802898+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:52.229957+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:16.548800+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:41.871787+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:03.727227+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:27.752290+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:51.513507+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:16:16.222140+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:6801/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/3990979992":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6800/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/1764223943":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/2564329360":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6801/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:6800/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/3215539880":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/3141629589":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/869782601":"2024-07-28T18:11:40.915357+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-07-27T18:16:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:24 smithi179 ceph-mon[33511]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s, 0 objects/s recovering 2024-07-27T18:16:25.380 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-07-27T18:14:20.759229+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-07-27T18:16:25.381 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-07-27T18:16:25.594 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:16:25.716 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:25 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3853283840' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:16:25.717 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:25 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3853283840' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:16:25.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:25 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3853283840' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:16:26.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:26 smithi029 ceph-mon[29364]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:16:26.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:26 smithi029 ceph-mon[40759]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:16:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:26 smithi179 ceph-mon[33511]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-07-27T18:16:27.478 INFO:teuthology.orchestra.run.smithi029.stdout:pg_num: 1 2024-07-27T18:16:27.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:27 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3025976579' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-07-27T18:16:27.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:27 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3025976579' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-07-27T18:16:27.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:27 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3025976579' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-07-27T18:16:28.108 INFO:tasks.cephadm:Adding mds.a on smithi029 2024-07-27T18:16:28.109 INFO:tasks.cephadm:Adding mds.b on smithi179 2024-07-27T18:16:28.109 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch apply mds all '2;smithi029=a;smithi179=b' 2024-07-27T18:16:28.325 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:16:28.710 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:28 smithi179 ceph-mon[33511]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-07-27T18:16:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:28 smithi029 ceph-mon[40759]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-07-27T18:16:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:28 smithi029 ceph-mon[29364]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-07-27T18:16:30.249 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled mds.all update... 2024-07-27T18:16:30.920 DEBUG:teuthology.orchestra.run.smithi029:mds.a> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mds.a.service 2024-07-27T18:16:30.922 DEBUG:teuthology.orchestra.run.smithi179:mds.b> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mds.b.service 2024-07-27T18:16:30.924 INFO:tasks.cephadm:Setting up CephFS filesystem(s)... 2024-07-27T18:16:30.925 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs dump --format=json 2024-07-27T18:16:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[40759]: from='client.24337 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi029=a;smithi179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:16:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[40759]: Saving service mds.all spec with placement smithi029=a;smithi179=b;count:2 2024-07-27T18:16:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[40759]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-07-27T18:16:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:16:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-07-27T18:16:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:31.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[29364]: from='client.24337 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi029=a;smithi179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:16:31.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[29364]: Saving service mds.all spec with placement smithi029=a;smithi179=b;count:2 2024-07-27T18:16:31.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:31.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:31.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[29364]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-07-27T18:16:31.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:31.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:31.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:31.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:16:31.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-07-27T18:16:31.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:31 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:31 smithi179 ceph-mon[33511]: from='client.24337 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi029=a;smithi179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:16:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:31 smithi179 ceph-mon[33511]: Saving service mds.all spec with placement smithi029=a;smithi179=b;count:2 2024-07-27T18:16:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:31 smithi179 ceph-mon[33511]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-07-27T18:16:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:16:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-07-27T18:16:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:31 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:32.047 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:16:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:32 smithi029 ceph-mon[29364]: Deploying daemon mds.a on smithi029 2024-07-27T18:16:32.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:32 smithi029 ceph-mon[40759]: Deploying daemon mds.a on smithi029 2024-07-27T18:16:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:32 smithi179 ceph-mon[33511]: Deploying daemon mds.a on smithi029 2024-07-27T18:16:33.387 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:33 smithi029 ceph-mon[29364]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-07-27T18:16:33.388 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:33 smithi029 ceph-mon[40759]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-07-27T18:16:33.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:33 smithi179 ceph-mon[33511]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-07-27T18:16:33.743 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:16:33 smithi029 podman[68847]: 2024-07-27 18:16:33.570968145 +0000 UTC m=+0.141392519 container create 81f220251f1265db5d87028b4c28e2f9e944ad0e0aa4a893b99b0d1d7d3ba1ed (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=reef-a3bbd72, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:16:34.101 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:16:33 smithi029 podman[68847]: 2024-07-27 18:16:33.998602869 +0000 UTC m=+0.569027257 container init 81f220251f1265db5d87028b4c28e2f9e944ad0e0aa4a893b99b0d1d7d3ba1ed (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=reef-a3bbd72, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True) 2024-07-27T18:16:34.101 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:16:34 smithi029 podman[68847]: 2024-07-27 18:16:34.004936153 +0000 UTC m=+0.575360526 container start 81f220251f1265db5d87028b4c28e2f9e944ad0e0aa4a893b99b0d1d7d3ba1ed (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a, ceph=True, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-a3bbd72) 2024-07-27T18:16:34.101 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:16:34 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a[68882]: starting mds.a at 2024-07-27T18:16:34.419 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:16:34 smithi029 bash[68847]: 81f220251f1265db5d87028b4c28e2f9e944ad0e0aa4a893b99b0d1d7d3ba1ed 2024-07-27T18:16:34.419 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:16:34 smithi029 systemd[1]: Started Ceph mds.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:16:34.419 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:16:34.420 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":2,"default_fscid":-1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14415,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.29:6835/4026346561","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6834","nonce":4026346561},{"type":"v1","addr":"172.21.15.29:6835","nonce":4026346561}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[]} 2024-07-27T18:16:34.420 INFO:teuthology.orchestra.run.smithi029.stderr:dumped fsmap epoch 2 2024-07-27T18:16:35.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:35 smithi179 ceph-mon[33511]: mds.? [v2:172.21.15.29:6834/4026346561,v1:172.21.15.29:6835/4026346561] up:boot 2024-07-27T18:16:35.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:35 smithi179 ceph-mon[33511]: fsmap 1 up:standby 2024-07-27T18:16:35.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:16:35.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:35 smithi179 ceph-mon[33511]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s, 0 objects/s recovering 2024-07-27T18:16:35.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:35.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:35.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:35.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:16:35.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-07-27T18:16:35.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:35.302 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:35 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/2070547166' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:16:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[29364]: mds.? [v2:172.21.15.29:6834/4026346561,v1:172.21.15.29:6835/4026346561] up:boot 2024-07-27T18:16:35.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[29364]: fsmap 1 up:standby 2024-07-27T18:16:35.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:16:35.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[29364]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s, 0 objects/s recovering 2024-07-27T18:16:35.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:35.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:35.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:35.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:16:35.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-07-27T18:16:35.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:35.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2070547166' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:16:35.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[40759]: mds.? [v2:172.21.15.29:6834/4026346561,v1:172.21.15.29:6835/4026346561] up:boot 2024-07-27T18:16:35.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[40759]: fsmap 1 up:standby 2024-07-27T18:16:35.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:16:35.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[40759]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s, 0 objects/s recovering 2024-07-27T18:16:35.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:35.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:35.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:35.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:16:35.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-07-27T18:16:35.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:35.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:35 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/2070547166' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:16:36.219 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:36 smithi179 ceph-mon[33511]: Deploying daemon mds.b on smithi179 2024-07-27T18:16:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:36 smithi029 ceph-mon[29364]: Deploying daemon mds.b on smithi179 2024-07-27T18:16:36.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:36 smithi029 ceph-mon[40759]: Deploying daemon mds.b on smithi179 2024-07-27T18:16:36.614 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:16:36 smithi179 systemd[1]: Starting Ceph mds.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:16:36.902 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:16:36 smithi179 podman[61499]: 2024-07-27 18:16:36.515141997 +0000 UTC m=+0.017058630 image pull d280790d1980f9ccca1416b0016ae8076dfdf14ec2e6b48f73b6dd2bb635bf63 quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448 2024-07-27T18:16:36.903 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:16:36 smithi179 podman[61499]: 2024-07-27 18:16:36.65643601 +0000 UTC m=+0.158352617 container create 67d8574013f34e60c9e8aa4372cd6f382509efee4251881d7e203421c7aad35e (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=reef-a3bbd72, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, ceph=True) 2024-07-27T18:16:36.903 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:16:36 smithi179 podman[61499]: 2024-07-27 18:16:36.901181595 +0000 UTC m=+0.403098219 container init 67d8574013f34e60c9e8aa4372cd6f382509efee4251881d7e203421c7aad35e (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, RELEASE=reef-a3bbd72, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0) 2024-07-27T18:16:37.120 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs dump --format=json 2024-07-27T18:16:37.163 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:16:36 smithi179 podman[61499]: 2024-07-27 18:16:36.906749796 +0000 UTC m=+0.408666399 container start 67d8574013f34e60c9e8aa4372cd6f382509efee4251881d7e203421c7aad35e (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-a3bbd72, GIT_BRANCH=HEAD, ceph=True) 2024-07-27T18:16:37.163 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:16:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b[61514]: starting mds.b at 2024-07-27T18:16:37.163 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:16:36 smithi179 bash[61499]: 67d8574013f34e60c9e8aa4372cd6f382509efee4251881d7e203421c7aad35e 2024-07-27T18:16:37.163 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:16:36 smithi179 systemd[1]: Started Ceph mds.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:16:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:37 smithi179 ceph-mon[33511]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:37 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:37 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:37 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:37 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:37 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.342 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:16:37.471 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:37 smithi029 ceph-mon[29364]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:37.471 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:37 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.471 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:37 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.471 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:37 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.471 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:37 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.471 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:37 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.472 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:37 smithi029 ceph-mon[40759]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:37.472 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:37 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.472 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:37 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.472 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:37 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.472 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:37 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:37.472 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:37 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:38.393 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:38 smithi029 ceph-mon[29364]: mds.? [v2:172.21.15.179:6832/3326352185,v1:172.21.15.179:6833/3326352185] up:boot 2024-07-27T18:16:38.393 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:38 smithi029 ceph-mon[29364]: fsmap 2 up:standby 2024-07-27T18:16:38.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:38 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:16:38.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:38 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:38.394 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:38 smithi029 ceph-mon[40759]: mds.? [v2:172.21.15.179:6832/3326352185,v1:172.21.15.179:6833/3326352185] up:boot 2024-07-27T18:16:38.394 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:38 smithi029 ceph-mon[40759]: fsmap 2 up:standby 2024-07-27T18:16:38.394 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:38 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:16:38.394 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:38 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:38 smithi179 ceph-mon[33511]: mds.? [v2:172.21.15.179:6832/3326352185,v1:172.21.15.179:6833/3326352185] up:boot 2024-07-27T18:16:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:38 smithi179 ceph-mon[33511]: fsmap 2 up:standby 2024-07-27T18:16:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:38 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:16:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:38 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:39 smithi179 ceph-mon[33511]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:39 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:39 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:39 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:39.676 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:39 smithi029 ceph-mon[29364]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:39.676 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:39 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:39.676 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:39 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:39.676 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:39 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:39.676 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:39 smithi029 ceph-mon[40759]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:39.676 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:39 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:39.676 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:39 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:39.677 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:39 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:39.796 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:16:39.797 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":3,"default_fscid":-1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14415,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.29:6835/4026346561","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6834","nonce":4026346561},{"type":"v1","addr":"172.21.15.29:6835","nonce":4026346561}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2},{"gid":24352,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.179:6833/3326352185","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6832","nonce":3326352185},{"type":"v1","addr":"172.21.15.179:6833","nonce":3326352185}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":3}],"filesystems":[]} 2024-07-27T18:16:39.797 INFO:teuthology.orchestra.run.smithi029.stderr:dumped fsmap epoch 3 2024-07-27T18:16:40.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:40 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/354772033' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:16:40.422 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:40 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/354772033' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:16:40.447 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph --format=json-pretty osd lspools 2024-07-27T18:16:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:40 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/354772033' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:16:40.671 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:16:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:41 smithi179 ceph-mon[33511]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:41 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:41.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[40759]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:41.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:41.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:41.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:41.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:41.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:41.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:41.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:41.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:41.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:41.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[29364]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:41.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:41.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:41.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:41.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:41.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:41.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:16:41.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:16:41.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:16:41.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:41 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:16:42.628 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:16:42.629 INFO:teuthology.orchestra.run.smithi029.stdout:[ 2024-07-27T18:16:42.629 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-07-27T18:16:42.629 INFO:teuthology.orchestra.run.smithi029.stdout: "poolnum": 1, 2024-07-27T18:16:42.629 INFO:teuthology.orchestra.run.smithi029.stdout: "poolname": ".mgr" 2024-07-27T18:16:42.629 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:16:42.629 INFO:teuthology.orchestra.run.smithi029.stdout:] 2024-07-27T18:16:43.398 DEBUG:tasks.cephfs.filesystem:Creating filesystem 'cephfs' 2024-07-27T18:16:43.399 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd pool create cephfs_metadata --pg_num_min 64 2024-07-27T18:16:43.616 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:16:43.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:43 smithi179 ceph-mon[33511]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:43.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:43 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3657682207' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2024-07-27T18:16:43.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:43 smithi029 ceph-mon[29364]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:43.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:43 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3657682207' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2024-07-27T18:16:43.739 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:43 smithi029 ceph-mon[40759]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:43.739 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:43 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3657682207' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2024-07-27T18:16:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:45 smithi029 ceph-mon[29364]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:45.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:45 smithi029 ceph-mon[40759]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:45 smithi179 ceph-mon[33511]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:46.346 INFO:teuthology.orchestra.run.smithi029.stderr:pool 'cephfs_metadata' created 2024-07-27T18:16:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:46 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1917577299' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-07-27T18:16:46.684 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:46 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1917577299' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-07-27T18:16:46.685 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:46 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1917577299' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-07-27T18:16:47.076 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd pool create cephfs_data 64 --pg_num_min 64 --target_size_ratio 0.9 2024-07-27T18:16:47.295 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:16:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:47 smithi179 ceph-mon[33511]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:47 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1917577299' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2024-07-27T18:16:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:47 smithi179 ceph-mon[33511]: osdmap e61: 8 total, 8 up, 8 in 2024-07-27T18:16:47.743 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:47 smithi029 ceph-mon[29364]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:47.743 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:47 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1917577299' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2024-07-27T18:16:47.743 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:47 smithi029 ceph-mon[29364]: osdmap e61: 8 total, 8 up, 8 in 2024-07-27T18:16:47.744 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:47 smithi029 ceph-mon[40759]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:47.744 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:47 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1917577299' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2024-07-27T18:16:47.744 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:47 smithi029 ceph-mon[40759]: osdmap e61: 8 total, 8 up, 8 in 2024-07-27T18:16:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:48 smithi029 ceph-mon[29364]: osdmap e62: 8 total, 8 up, 8 in 2024-07-27T18:16:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:48 smithi029 ceph-mon[29364]: pgmap v194: 33 pgs: 1 creating+peering, 26 unknown, 6 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:48 smithi029 ceph-mon[40759]: osdmap e62: 8 total, 8 up, 8 in 2024-07-27T18:16:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:48 smithi029 ceph-mon[40759]: pgmap v194: 33 pgs: 1 creating+peering, 26 unknown, 6 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:48 smithi179 ceph-mon[33511]: osdmap e62: 8 total, 8 up, 8 in 2024-07-27T18:16:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:48 smithi179 ceph-mon[33511]: pgmap v194: 33 pgs: 1 creating+peering, 26 unknown, 6 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:49.784 INFO:teuthology.orchestra.run.smithi029.stderr:pool 'cephfs_data' created 2024-07-27T18:16:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:49 smithi029 ceph-mon[29364]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:16:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:49 smithi029 ceph-mon[29364]: osdmap e63: 8 total, 8 up, 8 in 2024-07-27T18:16:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:49 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1404018489' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2024-07-27T18:16:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:49 smithi029 ceph-mon[40759]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:16:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:49 smithi029 ceph-mon[40759]: osdmap e63: 8 total, 8 up, 8 in 2024-07-27T18:16:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:49 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1404018489' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2024-07-27T18:16:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:49 smithi179 ceph-mon[33511]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:16:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:49 smithi179 ceph-mon[33511]: osdmap e63: 8 total, 8 up, 8 in 2024-07-27T18:16:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:49 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1404018489' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2024-07-27T18:16:50.722 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs new cephfs cephfs_metadata cephfs_data 2024-07-27T18:16:50.956 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:16:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:50 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2024-07-27T18:16:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:50 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2024-07-27T18:16:51.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:50 smithi029 ceph-mon[29364]: osdmap e64: 8 total, 8 up, 8 in 2024-07-27T18:16:51.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:50 smithi029 ceph-mon[29364]: pgmap v197: 97 pgs: 64 unknown, 1 creating+peering, 32 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:50 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2024-07-27T18:16:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:50 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2024-07-27T18:16:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:50 smithi029 ceph-mon[40759]: osdmap e64: 8 total, 8 up, 8 in 2024-07-27T18:16:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:50 smithi029 ceph-mon[40759]: pgmap v197: 97 pgs: 64 unknown, 1 creating+peering, 32 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:50 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2024-07-27T18:16:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:50 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2024-07-27T18:16:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:50 smithi179 ceph-mon[33511]: osdmap e64: 8 total, 8 up, 8 in 2024-07-27T18:16:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:50 smithi179 ceph-mon[33511]: pgmap v197: 97 pgs: 64 unknown, 1 creating+peering, 32 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:52.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:51 smithi179 ceph-mon[33511]: osdmap e65: 8 total, 8 up, 8 in 2024-07-27T18:16:52.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:51 smithi029 ceph-mon[29364]: osdmap e65: 8 total, 8 up, 8 in 2024-07-27T18:16:52.220 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:51 smithi029 ceph-mon[40759]: osdmap e65: 8 total, 8 up, 8 in 2024-07-27T18:16:52.962 INFO:teuthology.orchestra.run.smithi029.stderr:new fs with metadata pool 2 and data pool 3 2024-07-27T18:16:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:52 smithi179 ceph-mon[33511]: osdmap e66: 8 total, 8 up, 8 in 2024-07-27T18:16:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:52 smithi179 ceph-mon[33511]: pgmap v200: 97 pgs: 59 unknown, 38 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:52 smithi029 ceph-mon[40759]: osdmap e66: 8 total, 8 up, 8 in 2024-07-27T18:16:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:52 smithi029 ceph-mon[40759]: pgmap v200: 97 pgs: 59 unknown, 38 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:52 smithi029 ceph-mon[29364]: osdmap e66: 8 total, 8 up, 8 in 2024-07-27T18:16:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:52 smithi029 ceph-mon[29364]: pgmap v200: 97 pgs: 59 unknown, 38 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:16:53.743 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd dump --format=json 2024-07-27T18:16:53.959 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:16:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2164233314' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-07-27T18:16:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-07-27T18:16:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[29364]: daemon mds.b assigned to filesystem cephfs as rank 0 2024-07-27T18:16:54.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[29364]: osdmap e67: 8 total, 8 up, 8 in 2024-07-27T18:16:54.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2024-07-27T18:16:54.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[29364]: fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2024-07-27T18:16:54.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[29364]: daemon mds.b is now active in filesystem cephfs as rank 0 2024-07-27T18:16:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/2164233314' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-07-27T18:16:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-07-27T18:16:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[40759]: daemon mds.b assigned to filesystem cephfs as rank 0 2024-07-27T18:16:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[40759]: osdmap e67: 8 total, 8 up, 8 in 2024-07-27T18:16:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2024-07-27T18:16:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[40759]: fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2024-07-27T18:16:54.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:53 smithi029 ceph-mon[40759]: daemon mds.b is now active in filesystem cephfs as rank 0 2024-07-27T18:16:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:53 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/2164233314' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-07-27T18:16:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:53 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-07-27T18:16:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:53 smithi179 ceph-mon[33511]: daemon mds.b assigned to filesystem cephfs as rank 0 2024-07-27T18:16:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:53 smithi179 ceph-mon[33511]: osdmap e67: 8 total, 8 up, 8 in 2024-07-27T18:16:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:53 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2024-07-27T18:16:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:53 smithi179 ceph-mon[33511]: fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2024-07-27T18:16:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:53 smithi179 ceph-mon[33511]: daemon mds.b is now active in filesystem cephfs as rank 0 2024-07-27T18:16:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:54 smithi029 ceph-mon[29364]: mds.? [v2:172.21.15.179:6832/3326352185,v1:172.21.15.179:6833/3326352185] up:active 2024-07-27T18:16:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:54 smithi029 ceph-mon[29364]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:16:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:54 smithi029 ceph-mon[29364]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:16:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:54 smithi029 ceph-mon[29364]: pgmap v202: 97 pgs: 18 unknown, 79 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s wr, 8 op/s 2024-07-27T18:16:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:54 smithi029 ceph-mon[29364]: Health check update: 2 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:16:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:54 smithi029 ceph-mon[40759]: mds.? [v2:172.21.15.179:6832/3326352185,v1:172.21.15.179:6833/3326352185] up:active 2024-07-27T18:16:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:54 smithi029 ceph-mon[40759]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:16:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:54 smithi029 ceph-mon[40759]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:16:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:54 smithi029 ceph-mon[40759]: pgmap v202: 97 pgs: 18 unknown, 79 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s wr, 8 op/s 2024-07-27T18:16:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:54 smithi029 ceph-mon[40759]: Health check update: 2 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:16:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:54 smithi179 ceph-mon[33511]: mds.? [v2:172.21.15.179:6832/3326352185,v1:172.21.15.179:6833/3326352185] up:active 2024-07-27T18:16:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:54 smithi179 ceph-mon[33511]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:16:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:54 smithi179 ceph-mon[33511]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:16:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:54 smithi179 ceph-mon[33511]: pgmap v202: 97 pgs: 18 unknown, 79 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s wr, 8 op/s 2024-07-27T18:16:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:54 smithi179 ceph-mon[33511]: Health check update: 2 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:16:55.920 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:16:55.920 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":67,"fsid":"70f4cc2a-4c43-11ef-bcc7-c7b262605968","created":"2024-07-27T18:11:04.766550+0000","modified":"2024-07-27T18:16:52.955770+0000","last_up_change":"2024-07-27T18:16:18.550517+0000","last_in_change":"2024-07-27T18:16:00.711612+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-07-27T18:14:20.759229+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-07-27T18:16:46.025302+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-07-27T18:16:49.726383+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6d998df7-ced9-4bd1-9caf-0054c2dccbfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6803","nonce":3188036503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6805","nonce":3188036503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6809","nonce":3188036503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6807","nonce":3188036503}]},"public_addr":"172.21.15.29:6803/3188036503","cluster_addr":"172.21.15.29:6805/3188036503","heartbeat_back_addr":"172.21.15.29:6809/3188036503","heartbeat_front_addr":"172.21.15.29:6807/3188036503","state":["exists","up"]},{"osd":1,"uuid":"467fef03-d2ac-478a-bac6-418a93719e3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6811","nonce":3716288892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6813","nonce":3716288892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6817","nonce":3716288892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6815","nonce":3716288892}]},"public_addr":"172.21.15.29:6811/3716288892","cluster_addr":"172.21.15.29:6813/3716288892","heartbeat_back_addr":"172.21.15.29:6817/3716288892","heartbeat_front_addr":"172.21.15.29:6815/3716288892","state":["exists","up"]},{"osd":2,"uuid":"d7656edf-9814-40e0-a46e-6f65e3fcecb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6819","nonce":3007210194}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6821","nonce":3007210194}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6825","nonce":3007210194}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6823","nonce":3007210194}]},"public_addr":"172.21.15.29:6819/3007210194","cluster_addr":"172.21.15.29:6821/3007210194","heartbeat_back_addr":"172.21.15.29:6825/3007210194","heartbeat_front_addr":"172.21.15.29:6823/3007210194","state":["exists","up"]},{"osd":3,"uuid":"b8b5e940-937e-4eea-80cf-fdc7a8c5ba89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6827","nonce":4036995227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6829","nonce":4036995227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6833","nonce":4036995227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6831","nonce":4036995227}]},"public_addr":"172.21.15.29:6827/4036995227","cluster_addr":"172.21.15.29:6829/4036995227","heartbeat_back_addr":"172.21.15.29:6833/4036995227","heartbeat_front_addr":"172.21.15.29:6831/4036995227","state":["exists","up"]},{"osd":4,"uuid":"1ce22e2d-639a-4a47-8332-bec4f1b3215f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6801","nonce":2209758242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6803","nonce":2209758242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6807","nonce":2209758242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6805","nonce":2209758242}]},"public_addr":"172.21.15.179:6801/2209758242","cluster_addr":"172.21.15.179:6803/2209758242","heartbeat_back_addr":"172.21.15.179:6807/2209758242","heartbeat_front_addr":"172.21.15.179:6805/2209758242","state":["exists","up"]},{"osd":5,"uuid":"119f7284-551b-47a0-81c4-37e3fd0928ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6809","nonce":4082046482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6811","nonce":4082046482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6815","nonce":4082046482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6813","nonce":4082046482}]},"public_addr":"172.21.15.179:6809/4082046482","cluster_addr":"172.21.15.179:6811/4082046482","heartbeat_back_addr":"172.21.15.179:6815/4082046482","heartbeat_front_addr":"172.21.15.179:6813/4082046482","state":["exists","up"]},{"osd":6,"uuid":"227d5b06-8cf2-4545-9fa3-d485d0fe4b43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6817","nonce":3533956799}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6819","nonce":3533956799}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6823","nonce":3533956799}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6821","nonce":3533956799}]},"public_addr":"172.21.15.179:6817/3533956799","cluster_addr":"172.21.15.179:6819/3533956799","heartbeat_back_addr":"172.21.15.179:6823/3533956799","heartbeat_front_addr":"172.21.15.179:6821/3533956799","state":["exists","up"]},{"osd":7,"uuid":"c804c166-bf7d-4d3f-a1e2-f85179886890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6825","nonce":3827595375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6827","nonce":3827595375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6831","nonce":3827595375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6829","nonce":3827595375}]},"public_addr":"172.21.15.179:6825/3827595375","cluster_addr":"172.21.15.179:6827/3827595375","heartbeat_back_addr":"172.21.15.179:6831/3827595375","heartbeat_front_addr":"172.21.15.179:6829/3827595375","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:26.802898+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:52.229957+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:16.548800+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:41.871787+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:03.727227+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:27.752290+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:51.513507+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:16:16.222140+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:6801/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/3990979992":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6800/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/1764223943":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/2564329360":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6801/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:6800/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/3215539880":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/3141629589":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/869782601":"2024-07-28T18:11:40.915357+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-07-27T18:16:56.223 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:55 smithi029 ceph-mon[29364]: Health check cleared: POOL_APP_NOT_ENABLED (was: 2 pool(s) do not have an application enabled) 2024-07-27T18:16:56.223 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:55 smithi029 ceph-mon[29364]: Cluster is now healthy 2024-07-27T18:16:56.223 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:55 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2377011282' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:16:56.224 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:55 smithi029 ceph-mon[40759]: Health check cleared: POOL_APP_NOT_ENABLED (was: 2 pool(s) do not have an application enabled) 2024-07-27T18:16:56.224 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:55 smithi029 ceph-mon[40759]: Cluster is now healthy 2024-07-27T18:16:56.224 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:55 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/2377011282' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:16:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:55 smithi179 ceph-mon[33511]: Health check cleared: POOL_APP_NOT_ENABLED (was: 2 pool(s) do not have an application enabled) 2024-07-27T18:16:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:55 smithi179 ceph-mon[33511]: Cluster is now healthy 2024-07-27T18:16:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:55 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/2377011282' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:16:56.731 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd dump --format=json 2024-07-27T18:16:56.944 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:16:57.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:56 smithi029 ceph-mon[29364]: pgmap v203: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 7 op/s 2024-07-27T18:16:57.220 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:56 smithi029 ceph-mon[40759]: pgmap v203: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 7 op/s 2024-07-27T18:16:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:56 smithi179 ceph-mon[33511]: pgmap v203: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 7 op/s 2024-07-27T18:16:57.413 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:16:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b[61514]: 2024-07-27T18:16:57.056+0000 7f844f003640 -1 mds.pinger is_rank_lagging: rank=0 was never sent ping request. 2024-07-27T18:16:58.489 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:58 smithi029 ceph-mon[29364]: pgmap v204: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-07-27T18:16:58.490 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:58 smithi029 ceph-mon[40759]: pgmap v204: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-07-27T18:16:58.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:58 smithi179 ceph-mon[33511]: pgmap v204: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-07-27T18:16:58.923 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:16:58.923 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":67,"fsid":"70f4cc2a-4c43-11ef-bcc7-c7b262605968","created":"2024-07-27T18:11:04.766550+0000","modified":"2024-07-27T18:16:52.955770+0000","last_up_change":"2024-07-27T18:16:18.550517+0000","last_in_change":"2024-07-27T18:16:00.711612+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-07-27T18:14:20.759229+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-07-27T18:16:46.025302+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-07-27T18:16:49.726383+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6d998df7-ced9-4bd1-9caf-0054c2dccbfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6803","nonce":3188036503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6805","nonce":3188036503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6809","nonce":3188036503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6807","nonce":3188036503}]},"public_addr":"172.21.15.29:6803/3188036503","cluster_addr":"172.21.15.29:6805/3188036503","heartbeat_back_addr":"172.21.15.29:6809/3188036503","heartbeat_front_addr":"172.21.15.29:6807/3188036503","state":["exists","up"]},{"osd":1,"uuid":"467fef03-d2ac-478a-bac6-418a93719e3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6811","nonce":3716288892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6813","nonce":3716288892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6817","nonce":3716288892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6815","nonce":3716288892}]},"public_addr":"172.21.15.29:6811/3716288892","cluster_addr":"172.21.15.29:6813/3716288892","heartbeat_back_addr":"172.21.15.29:6817/3716288892","heartbeat_front_addr":"172.21.15.29:6815/3716288892","state":["exists","up"]},{"osd":2,"uuid":"d7656edf-9814-40e0-a46e-6f65e3fcecb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6819","nonce":3007210194}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6821","nonce":3007210194}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6825","nonce":3007210194}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6823","nonce":3007210194}]},"public_addr":"172.21.15.29:6819/3007210194","cluster_addr":"172.21.15.29:6821/3007210194","heartbeat_back_addr":"172.21.15.29:6825/3007210194","heartbeat_front_addr":"172.21.15.29:6823/3007210194","state":["exists","up"]},{"osd":3,"uuid":"b8b5e940-937e-4eea-80cf-fdc7a8c5ba89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6827","nonce":4036995227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6829","nonce":4036995227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6833","nonce":4036995227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6831","nonce":4036995227}]},"public_addr":"172.21.15.29:6827/4036995227","cluster_addr":"172.21.15.29:6829/4036995227","heartbeat_back_addr":"172.21.15.29:6833/4036995227","heartbeat_front_addr":"172.21.15.29:6831/4036995227","state":["exists","up"]},{"osd":4,"uuid":"1ce22e2d-639a-4a47-8332-bec4f1b3215f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6801","nonce":2209758242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6803","nonce":2209758242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6807","nonce":2209758242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6805","nonce":2209758242}]},"public_addr":"172.21.15.179:6801/2209758242","cluster_addr":"172.21.15.179:6803/2209758242","heartbeat_back_addr":"172.21.15.179:6807/2209758242","heartbeat_front_addr":"172.21.15.179:6805/2209758242","state":["exists","up"]},{"osd":5,"uuid":"119f7284-551b-47a0-81c4-37e3fd0928ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6809","nonce":4082046482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6811","nonce":4082046482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6815","nonce":4082046482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6813","nonce":4082046482}]},"public_addr":"172.21.15.179:6809/4082046482","cluster_addr":"172.21.15.179:6811/4082046482","heartbeat_back_addr":"172.21.15.179:6815/4082046482","heartbeat_front_addr":"172.21.15.179:6813/4082046482","state":["exists","up"]},{"osd":6,"uuid":"227d5b06-8cf2-4545-9fa3-d485d0fe4b43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6817","nonce":3533956799}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6819","nonce":3533956799}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6823","nonce":3533956799}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6821","nonce":3533956799}]},"public_addr":"172.21.15.179:6817/3533956799","cluster_addr":"172.21.15.179:6819/3533956799","heartbeat_back_addr":"172.21.15.179:6823/3533956799","heartbeat_front_addr":"172.21.15.179:6821/3533956799","state":["exists","up"]},{"osd":7,"uuid":"c804c166-bf7d-4d3f-a1e2-f85179886890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6825","nonce":3827595375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6827","nonce":3827595375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6831","nonce":3827595375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6829","nonce":3827595375}]},"public_addr":"172.21.15.179:6825/3827595375","cluster_addr":"172.21.15.179:6827/3827595375","heartbeat_back_addr":"172.21.15.179:6831/3827595375","heartbeat_front_addr":"172.21.15.179:6829/3827595375","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:26.802898+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:52.229957+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:16.548800+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:41.871787+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:03.727227+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:27.752290+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:51.513507+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:16:16.222140+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:6801/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/3990979992":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6800/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/1764223943":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/2564329360":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6801/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:6800/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/3215539880":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/3141629589":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/869782601":"2024-07-28T18:11:40.915357+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-07-27T18:16:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:16:59 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1749089290' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:16:59.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:16:59 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1749089290' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:16:59.702 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:16:59 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1749089290' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:16:59.725 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs set cephfs standby_count_wanted 0 2024-07-27T18:16:59.938 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:17:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:00 smithi179 ceph-mon[33511]: pgmap v205: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2024-07-27T18:17:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:00 smithi029 ceph-mon[29364]: pgmap v205: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2024-07-27T18:17:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:00 smithi029 ceph-mon[40759]: pgmap v205: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2024-07-27T18:17:02.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:01 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2195446022' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2024-07-27T18:17:02.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:01 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/2195446022' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2024-07-27T18:17:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:01 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/2195446022' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2024-07-27T18:17:02.622 DEBUG:tasks.cephfs.filesystem:fs_config: {} 2024-07-27T18:17:02.622 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs set cephfs allow_standby_replay false 2024-07-27T18:17:02.834 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:17:03.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:02 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2195446022' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2024-07-27T18:17:03.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:02 smithi029 ceph-mon[29364]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:17:03.209 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:02 smithi029 ceph-mon[29364]: pgmap v206: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-07-27T18:17:03.209 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:02 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/2195446022' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2024-07-27T18:17:03.209 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:02 smithi029 ceph-mon[40759]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:17:03.210 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:02 smithi029 ceph-mon[40759]: pgmap v206: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-07-27T18:17:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:02 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/2195446022' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2024-07-27T18:17:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:02 smithi179 ceph-mon[33511]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:17:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:02 smithi179 ceph-mon[33511]: pgmap v206: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-07-27T18:17:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-07-27T18:17:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.9", "id": [4, 1]}]: dispatch 2024-07-27T18:17:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 3]}]: dispatch 2024-07-27T18:17:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.14", "id": [4, 2]}]: dispatch 2024-07-27T18:17:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]: dispatch 2024-07-27T18:17:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.21", "id": [5, 1]}]: dispatch 2024-07-27T18:17:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2c", "id": [6, 2]}]: dispatch 2024-07-27T18:17:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1]}]: dispatch 2024-07-27T18:17:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-07-27T18:17:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.9", "id": [4, 1]}]: dispatch 2024-07-27T18:17:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 3]}]: dispatch 2024-07-27T18:17:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.14", "id": [4, 2]}]: dispatch 2024-07-27T18:17:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]: dispatch 2024-07-27T18:17:04.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.21", "id": [5, 1]}]: dispatch 2024-07-27T18:17:04.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2c", "id": [6, 2]}]: dispatch 2024-07-27T18:17:04.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:04 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1]}]: dispatch 2024-07-27T18:17:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:04 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-07-27T18:17:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:04 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.9", "id": [4, 1]}]: dispatch 2024-07-27T18:17:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:04 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 3]}]: dispatch 2024-07-27T18:17:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:04 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.14", "id": [4, 2]}]: dispatch 2024-07-27T18:17:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:04 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]: dispatch 2024-07-27T18:17:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:04 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.21", "id": [5, 1]}]: dispatch 2024-07-27T18:17:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:04 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2c", "id": [6, 2]}]: dispatch 2024-07-27T18:17:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:04 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1]}]: dispatch 2024-07-27T18:17:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:05 smithi179 ceph-mon[33511]: pgmap v207: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-07-27T18:17:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2024-07-27T18:17:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.9", "id": [4, 1]}]': finished 2024-07-27T18:17:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 3]}]': finished 2024-07-27T18:17:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.14", "id": [4, 2]}]': finished 2024-07-27T18:17:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]': finished 2024-07-27T18:17:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.21", "id": [5, 1]}]': finished 2024-07-27T18:17:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2c", "id": [6, 2]}]': finished 2024-07-27T18:17:05.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:05 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1]}]': finished 2024-07-27T18:17:05.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:05 smithi179 ceph-mon[33511]: osdmap e68: 8 total, 8 up, 8 in 2024-07-27T18:17:05.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:05 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3591045258' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-07-27T18:17:05.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:05 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-07-27T18:17:05.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[29364]: pgmap v207: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-07-27T18:17:05.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2024-07-27T18:17:05.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.9", "id": [4, 1]}]': finished 2024-07-27T18:17:05.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 3]}]': finished 2024-07-27T18:17:05.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.14", "id": [4, 2]}]': finished 2024-07-27T18:17:05.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]': finished 2024-07-27T18:17:05.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.21", "id": [5, 1]}]': finished 2024-07-27T18:17:05.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2c", "id": [6, 2]}]': finished 2024-07-27T18:17:05.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1]}]': finished 2024-07-27T18:17:05.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[29364]: osdmap e68: 8 total, 8 up, 8 in 2024-07-27T18:17:05.703 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3591045258' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-07-27T18:17:05.703 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-07-27T18:17:05.703 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[40759]: pgmap v207: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-07-27T18:17:05.703 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2024-07-27T18:17:05.703 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.9", "id": [4, 1]}]': finished 2024-07-27T18:17:05.703 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 3]}]': finished 2024-07-27T18:17:05.703 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.14", "id": [4, 2]}]': finished 2024-07-27T18:17:05.703 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]': finished 2024-07-27T18:17:05.703 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.21", "id": [5, 1]}]': finished 2024-07-27T18:17:05.703 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2c", "id": [6, 2]}]': finished 2024-07-27T18:17:05.703 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1]}]': finished 2024-07-27T18:17:05.704 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[40759]: osdmap e68: 8 total, 8 up, 8 in 2024-07-27T18:17:05.704 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3591045258' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-07-27T18:17:05.704 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:05 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-07-27T18:17:06.158 DEBUG:tasks.cephfs.filesystem:Not Creating any subvols for filesystem 'cephfs' 2024-07-27T18:17:06.158 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs dump --format=json 2024-07-27T18:17:06.375 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:17:06.498 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:06 smithi029 ceph-mon[29364]: osdmap e69: 8 total, 8 up, 8 in 2024-07-27T18:17:06.499 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:06 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2024-07-27T18:17:06.499 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:06 smithi029 ceph-mon[29364]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:17:06.499 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:06 smithi029 ceph-mon[29364]: pgmap v210: 97 pgs: 1 peering, 96 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-07-27T18:17:06.499 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:06 smithi029 ceph-mon[40759]: osdmap e69: 8 total, 8 up, 8 in 2024-07-27T18:17:06.499 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:06 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2024-07-27T18:17:06.499 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:06 smithi029 ceph-mon[40759]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:17:06.499 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:06 smithi029 ceph-mon[40759]: pgmap v210: 97 pgs: 1 peering, 96 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-07-27T18:17:06.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:06 smithi179 ceph-mon[33511]: osdmap e69: 8 total, 8 up, 8 in 2024-07-27T18:17:06.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:06 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2024-07-27T18:17:06.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:06 smithi179 ceph-mon[33511]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:17:06.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:06 smithi179 ceph-mon[33511]: pgmap v210: 97 pgs: 1 peering, 96 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-07-27T18:17:08.350 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:17:08.351 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":8,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14415,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.29:6835/4026346561","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6834","nonce":4026346561},{"type":"v1","addr":"172.21.15.29:6835","nonce":4026346561}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[{"mdsmap":{"epoch":8,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false,"balance_automate":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-07-27T18:16:52.955897+0000","modified":"2024-07-27T18:17:05.371416+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24352},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24352":{"gid":24352,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":6,"addr":"172.21.15.179:6833/3326352185","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6832","nonce":3326352185},{"type":"v1","addr":"172.21.15.179:6833","nonce":3326352185}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0},"id":1}]} 2024-07-27T18:17:08.351 INFO:teuthology.orchestra.run.smithi029.stderr:dumped fsmap epoch 8 2024-07-27T18:17:08.659 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:08 smithi029 ceph-mon[29364]: pgmap v211: 97 pgs: 1 peering, 96 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:08.659 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:08 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/895750930' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:17:08.659 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:08 smithi029 ceph-mon[40759]: pgmap v211: 97 pgs: 1 peering, 96 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:08.659 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:08 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/895750930' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:17:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:08 smithi179 ceph-mon[33511]: pgmap v211: 97 pgs: 1 peering, 96 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:08 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/895750930' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:17:09.122 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd dump --format=json 2024-07-27T18:17:09.335 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:17:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:10 smithi029 ceph-mon[29364]: pgmap v212: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:10 smithi029 ceph-mon[40759]: pgmap v212: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:10.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:10 smithi179 ceph-mon[33511]: pgmap v212: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:11.323 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:17:11.323 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":69,"fsid":"70f4cc2a-4c43-11ef-bcc7-c7b262605968","created":"2024-07-27T18:11:04.766550+0000","modified":"2024-07-27T18:17:05.339945+0000","last_up_change":"2024-07-27T18:16:18.550517+0000","last_in_change":"2024-07-27T18:16:00.711612+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"luminous","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-07-27T18:14:20.759229+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-07-27T18:16:46.025302+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-07-27T18:16:49.726383+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.3799999952316284,"score_stable":1.3799999952316284,"optimal_score":1,"raw_score_acting":1.3799999952316284,"raw_score_stable":1.3799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6d998df7-ced9-4bd1-9caf-0054c2dccbfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6803","nonce":3188036503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6805","nonce":3188036503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6809","nonce":3188036503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6807","nonce":3188036503}]},"public_addr":"172.21.15.29:6803/3188036503","cluster_addr":"172.21.15.29:6805/3188036503","heartbeat_back_addr":"172.21.15.29:6809/3188036503","heartbeat_front_addr":"172.21.15.29:6807/3188036503","state":["exists","up"]},{"osd":1,"uuid":"467fef03-d2ac-478a-bac6-418a93719e3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6811","nonce":3716288892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6813","nonce":3716288892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6817","nonce":3716288892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6815","nonce":3716288892}]},"public_addr":"172.21.15.29:6811/3716288892","cluster_addr":"172.21.15.29:6813/3716288892","heartbeat_back_addr":"172.21.15.29:6817/3716288892","heartbeat_front_addr":"172.21.15.29:6815/3716288892","state":["exists","up"]},{"osd":2,"uuid":"d7656edf-9814-40e0-a46e-6f65e3fcecb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6819","nonce":3007210194}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6821","nonce":3007210194}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6825","nonce":3007210194}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6823","nonce":3007210194}]},"public_addr":"172.21.15.29:6819/3007210194","cluster_addr":"172.21.15.29:6821/3007210194","heartbeat_back_addr":"172.21.15.29:6825/3007210194","heartbeat_front_addr":"172.21.15.29:6823/3007210194","state":["exists","up"]},{"osd":3,"uuid":"b8b5e940-937e-4eea-80cf-fdc7a8c5ba89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6827","nonce":4036995227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6829","nonce":4036995227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6833","nonce":4036995227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6831","nonce":4036995227}]},"public_addr":"172.21.15.29:6827/4036995227","cluster_addr":"172.21.15.29:6829/4036995227","heartbeat_back_addr":"172.21.15.29:6833/4036995227","heartbeat_front_addr":"172.21.15.29:6831/4036995227","state":["exists","up"]},{"osd":4,"uuid":"1ce22e2d-639a-4a47-8332-bec4f1b3215f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6801","nonce":2209758242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6803","nonce":2209758242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6807","nonce":2209758242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6805","nonce":2209758242}]},"public_addr":"172.21.15.179:6801/2209758242","cluster_addr":"172.21.15.179:6803/2209758242","heartbeat_back_addr":"172.21.15.179:6807/2209758242","heartbeat_front_addr":"172.21.15.179:6805/2209758242","state":["exists","up"]},{"osd":5,"uuid":"119f7284-551b-47a0-81c4-37e3fd0928ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6809","nonce":4082046482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6811","nonce":4082046482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6815","nonce":4082046482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6813","nonce":4082046482}]},"public_addr":"172.21.15.179:6809/4082046482","cluster_addr":"172.21.15.179:6811/4082046482","heartbeat_back_addr":"172.21.15.179:6815/4082046482","heartbeat_front_addr":"172.21.15.179:6813/4082046482","state":["exists","up"]},{"osd":6,"uuid":"227d5b06-8cf2-4545-9fa3-d485d0fe4b43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6817","nonce":3533956799}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6819","nonce":3533956799}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6823","nonce":3533956799}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6821","nonce":3533956799}]},"public_addr":"172.21.15.179:6817/3533956799","cluster_addr":"172.21.15.179:6819/3533956799","heartbeat_back_addr":"172.21.15.179:6823/3533956799","heartbeat_front_addr":"172.21.15.179:6821/3533956799","state":["exists","up"]},{"osd":7,"uuid":"c804c166-bf7d-4d3f-a1e2-f85179886890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6825","nonce":3827595375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6827","nonce":3827595375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6831","nonce":3827595375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6829","nonce":3827595375}]},"public_addr":"172.21.15.179:6825/3827595375","cluster_addr":"172.21.15.179:6827/3827595375","heartbeat_back_addr":"172.21.15.179:6831/3827595375","heartbeat_front_addr":"172.21.15.179:6829/3827595375","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:26.802898+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:52.229957+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:16.548800+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:41.871787+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:03.727227+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:27.752290+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:51.513507+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:16:16.222140+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.5","mappings":[{"from":7,"to":2}]},{"pgid":"3.9","mappings":[{"from":4,"to":1}]},{"pgid":"3.f","mappings":[{"from":0,"to":3}]},{"pgid":"3.14","mappings":[{"from":4,"to":2}]},{"pgid":"3.1d","mappings":[{"from":5,"to":2}]},{"pgid":"3.21","mappings":[{"from":5,"to":1}]},{"pgid":"3.2c","mappings":[{"from":6,"to":2}]},{"pgid":"3.39","mappings":[{"from":0,"to":1}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:6801/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/3990979992":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6800/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/1764223943":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/2564329360":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6801/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:6800/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/3215539880":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/3141629589":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/869782601":"2024-07-28T18:11:40.915357+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-07-27T18:17:11.650 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:11 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1685671961' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:17:11.651 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:11 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1685671961' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:17:11.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:11 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1685671961' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:17:12.046 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-07-27T18:17:12.046 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph pg dump --format=json 2024-07-27T18:17:12.261 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:17:12.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:12 smithi179 ceph-mon[33511]: pgmap v213: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:12.669 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:12 smithi029 ceph-mon[29364]: pgmap v213: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:12.669 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:12 smithi029 ceph-mon[40759]: pgmap v213: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:14.219 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:17:14.221 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-07-27T18:17:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:14 smithi029 ceph-mon[29364]: from='client.24410 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:17:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:14 smithi029 ceph-mon[29364]: pgmap v214: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:14 smithi029 ceph-mon[40759]: from='client.24410 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:17:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:14 smithi029 ceph-mon[40759]: pgmap v214: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:14 smithi179 ceph-mon[33511]: from='client.24410 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:17:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:14 smithi179 ceph-mon[33511]: pgmap v214: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:15.030 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":213,"stamp":"2024-07-27T18:17:12.321272+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":592730,"num_objects":24,"num_object_clones":0,"num_object_copies":72,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":24,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":204,"num_write_kb":2430,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":156,"ondisk_log_size":156,"up":291,"acting":291,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":294,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":227552,"kb_used_data":7296,"kb_used_omap":12,"kb_used_meta":220147,"kb_avail":749733664,"statfs":{"total":767960285184,"available":767727271936,"internally_reserved":0,"allocated":7471104,"data_stored":4159593,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12744,"internal_metadata":225431096},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"8.002061"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339811+0000","last_change":"2024-07-27T18:16:50.809402+0000","last_active":"2024-07-27T18:17:04.339811+0000","last_peered":"2024-07-27T18:17:04.339811+0000","last_clean":"2024-07-27T18:17:04.339811+0000","last_became_active":"2024-07-27T18:16:50.809095+0000","last_became_peered":"2024-07-27T18:16:50.809095+0000","last_unstale":"2024-07-27T18:17:04.339811+0000","last_undegraded":"2024-07-27T18:17:04.339811+0000","last_fullsized":"2024-07-27T18:17:04.339811+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:15:56.744583+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343553+0000","last_change":"2024-07-27T18:16:50.800385+0000","last_active":"2024-07-27T18:17:04.343553+0000","last_peered":"2024-07-27T18:17:04.343553+0000","last_clean":"2024-07-27T18:17:04.343553+0000","last_became_active":"2024-07-27T18:16:50.800111+0000","last_became_peered":"2024-07-27T18:16:50.800111+0000","last_unstale":"2024-07-27T18:17:04.343553+0000","last_undegraded":"2024-07-27T18:17:04.343553+0000","last_fullsized":"2024-07-27T18:17:04.343553+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:33:31.364734+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.337429+0000","last_change":"2024-07-27T18:16:50.802535+0000","last_active":"2024-07-27T18:17:04.337429+0000","last_peered":"2024-07-27T18:17:04.337429+0000","last_clean":"2024-07-27T18:17:04.337429+0000","last_became_active":"2024-07-27T18:16:50.802254+0000","last_became_peered":"2024-07-27T18:16:50.802254+0000","last_unstale":"2024-07-27T18:17:04.337429+0000","last_undegraded":"2024-07-27T18:17:04.337429+0000","last_fullsized":"2024-07-27T18:17:04.337429+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:44:25.592616+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335757+0000","last_change":"2024-07-27T18:16:50.811955+0000","last_active":"2024-07-27T18:17:04.335757+0000","last_peered":"2024-07-27T18:17:04.335757+0000","last_clean":"2024-07-27T18:17:04.335757+0000","last_became_active":"2024-07-27T18:16:50.811472+0000","last_became_peered":"2024-07-27T18:16:50.811472+0000","last_unstale":"2024-07-27T18:17:04.335757+0000","last_undegraded":"2024-07-27T18:17:04.335757+0000","last_fullsized":"2024-07-27T18:17:04.335757+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:35:56.089277+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338644+0000","last_change":"2024-07-27T18:16:50.814593+0000","last_active":"2024-07-27T18:17:04.338644+0000","last_peered":"2024-07-27T18:17:04.338644+0000","last_clean":"2024-07-27T18:17:04.338644+0000","last_became_active":"2024-07-27T18:16:50.814027+0000","last_became_peered":"2024-07-27T18:16:50.814027+0000","last_unstale":"2024-07-27T18:17:04.338644+0000","last_undegraded":"2024-07-27T18:17:04.338644+0000","last_fullsized":"2024-07-27T18:17:04.338644+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:25:55.750357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335744+0000","last_change":"2024-07-27T18:16:50.798265+0000","last_active":"2024-07-27T18:17:04.335744+0000","last_peered":"2024-07-27T18:17:04.335744+0000","last_clean":"2024-07-27T18:17:04.335744+0000","last_became_active":"2024-07-27T18:16:50.797796+0000","last_became_peered":"2024-07-27T18:16:50.797796+0000","last_unstale":"2024-07-27T18:17:04.335744+0000","last_undegraded":"2024-07-27T18:17:04.335744+0000","last_fullsized":"2024-07-27T18:17:04.335744+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:31:49.075012+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":23,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.809146+0000","last_change":"2024-07-27T18:17:05.809146+0000","last_active":"2024-07-27T18:17:05.809146+0000","last_peered":"2024-07-27T18:17:05.809146+0000","last_clean":"2024-07-27T18:17:05.809146+0000","last_became_active":"2024-07-27T18:17:05.808732+0000","last_became_peered":"2024-07-27T18:17:05.808732+0000","last_unstale":"2024-07-27T18:17:05.809146+0000","last_undegraded":"2024-07-27T18:17:05.809146+0000","last_fullsized":"2024-07-27T18:17:05.809146+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:28:07.941699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1,4],"acting":[7,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335249+0000","last_change":"2024-07-27T18:16:50.802214+0000","last_active":"2024-07-27T18:17:04.335249+0000","last_peered":"2024-07-27T18:17:04.335249+0000","last_clean":"2024-07-27T18:17:04.335249+0000","last_became_active":"2024-07-27T18:16:50.801945+0000","last_became_peered":"2024-07-27T18:16:50.801945+0000","last_unstale":"2024-07-27T18:17:04.335249+0000","last_undegraded":"2024-07-27T18:17:04.335249+0000","last_fullsized":"2024-07-27T18:17:04.335249+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:09:40.651414+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339928+0000","last_change":"2024-07-27T18:16:50.815781+0000","last_active":"2024-07-27T18:17:04.339928+0000","last_peered":"2024-07-27T18:17:04.339928+0000","last_clean":"2024-07-27T18:17:04.339928+0000","last_became_active":"2024-07-27T18:16:50.815445+0000","last_became_peered":"2024-07-27T18:16:50.815445+0000","last_unstale":"2024-07-27T18:17:04.339928+0000","last_undegraded":"2024-07-27T18:17:04.339928+0000","last_fullsized":"2024-07-27T18:17:04.339928+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:40:11.690047+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343796+0000","last_change":"2024-07-27T18:16:50.808348+0000","last_active":"2024-07-27T18:17:04.343796+0000","last_peered":"2024-07-27T18:17:04.343796+0000","last_clean":"2024-07-27T18:17:04.343796+0000","last_became_active":"2024-07-27T18:16:50.808033+0000","last_became_peered":"2024-07-27T18:16:50.808033+0000","last_unstale":"2024-07-27T18:17:04.343796+0000","last_undegraded":"2024-07-27T18:17:04.343796+0000","last_fullsized":"2024-07-27T18:17:04.343796+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:12:07.830848+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342730+0000","last_change":"2024-07-27T18:16:50.799119+0000","last_active":"2024-07-27T18:17:04.342730+0000","last_peered":"2024-07-27T18:17:04.342730+0000","last_clean":"2024-07-27T18:17:04.342730+0000","last_became_active":"2024-07-27T18:16:50.798841+0000","last_became_peered":"2024-07-27T18:16:50.798841+0000","last_unstale":"2024-07-27T18:17:04.342730+0000","last_undegraded":"2024-07-27T18:17:04.342730+0000","last_fullsized":"2024-07-27T18:17:04.342730+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:28:11.407658+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342221+0000","last_change":"2024-07-27T18:16:50.798882+0000","last_active":"2024-07-27T18:17:04.342221+0000","last_peered":"2024-07-27T18:17:04.342221+0000","last_clean":"2024-07-27T18:17:04.342221+0000","last_became_active":"2024-07-27T18:16:50.798542+0000","last_became_peered":"2024-07-27T18:16:50.798542+0000","last_unstale":"2024-07-27T18:17:04.342221+0000","last_undegraded":"2024-07-27T18:17:04.342221+0000","last_fullsized":"2024-07-27T18:17:04.342221+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:29:41.332371+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335681+0000","last_change":"2024-07-27T18:16:50.800359+0000","last_active":"2024-07-27T18:17:04.335681+0000","last_peered":"2024-07-27T18:17:04.335681+0000","last_clean":"2024-07-27T18:17:04.335681+0000","last_became_active":"2024-07-27T18:16:50.799947+0000","last_became_peered":"2024-07-27T18:16:50.799947+0000","last_unstale":"2024-07-27T18:17:04.335681+0000","last_undegraded":"2024-07-27T18:17:04.335681+0000","last_fullsized":"2024-07-27T18:17:04.335681+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:17:14.911708+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335691+0000","last_change":"2024-07-27T18:16:50.807749+0000","last_active":"2024-07-27T18:17:04.335691+0000","last_peered":"2024-07-27T18:17:04.335691+0000","last_clean":"2024-07-27T18:17:04.335691+0000","last_became_active":"2024-07-27T18:16:50.807404+0000","last_became_peered":"2024-07-27T18:16:50.807404+0000","last_unstale":"2024-07-27T18:17:04.335691+0000","last_undegraded":"2024-07-27T18:17:04.335691+0000","last_fullsized":"2024-07-27T18:17:04.335691+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:48:02.494095+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342506+0000","last_change":"2024-07-27T18:16:50.802107+0000","last_active":"2024-07-27T18:17:04.342506+0000","last_peered":"2024-07-27T18:17:04.342506+0000","last_clean":"2024-07-27T18:17:04.342506+0000","last_became_active":"2024-07-27T18:16:50.801804+0000","last_became_peered":"2024-07-27T18:16:50.801804+0000","last_unstale":"2024-07-27T18:17:04.342506+0000","last_undegraded":"2024-07-27T18:17:04.342506+0000","last_fullsized":"2024-07-27T18:17:04.342506+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:56:43.239993+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335887+0000","last_change":"2024-07-27T18:16:50.808261+0000","last_active":"2024-07-27T18:17:04.335887+0000","last_peered":"2024-07-27T18:17:04.335887+0000","last_clean":"2024-07-27T18:17:04.335887+0000","last_became_active":"2024-07-27T18:16:50.807257+0000","last_became_peered":"2024-07-27T18:16:50.807257+0000","last_unstale":"2024-07-27T18:17:04.335887+0000","last_undegraded":"2024-07-27T18:17:04.335887+0000","last_fullsized":"2024-07-27T18:17:04.335887+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:01:13.130389+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336680+0000","last_change":"2024-07-27T18:16:50.811867+0000","last_active":"2024-07-27T18:17:04.336680+0000","last_peered":"2024-07-27T18:17:04.336680+0000","last_clean":"2024-07-27T18:17:04.336680+0000","last_became_active":"2024-07-27T18:16:50.811602+0000","last_became_peered":"2024-07-27T18:16:50.811602+0000","last_unstale":"2024-07-27T18:17:04.336680+0000","last_undegraded":"2024-07-27T18:17:04.336680+0000","last_fullsized":"2024-07-27T18:17:04.336680+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:28:50.900597+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338554+0000","last_change":"2024-07-27T18:16:50.804182+0000","last_active":"2024-07-27T18:17:04.338554+0000","last_peered":"2024-07-27T18:17:04.338554+0000","last_clean":"2024-07-27T18:17:04.338554+0000","last_became_active":"2024-07-27T18:16:50.803849+0000","last_became_peered":"2024-07-27T18:16:50.803849+0000","last_unstale":"2024-07-27T18:17:04.338554+0000","last_undegraded":"2024-07-27T18:17:04.338554+0000","last_fullsized":"2024-07-27T18:17:04.338554+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:33:16.345567+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339153+0000","last_change":"2024-07-27T18:16:50.806388+0000","last_active":"2024-07-27T18:17:04.339153+0000","last_peered":"2024-07-27T18:17:04.339153+0000","last_clean":"2024-07-27T18:17:04.339153+0000","last_became_active":"2024-07-27T18:16:50.806091+0000","last_became_peered":"2024-07-27T18:16:50.806091+0000","last_unstale":"2024-07-27T18:17:04.339153+0000","last_undegraded":"2024-07-27T18:17:04.339153+0000","last_fullsized":"2024-07-27T18:17:04.339153+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:59:27.510922+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":11,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.810881+0000","last_change":"2024-07-27T18:17:05.810118+0000","last_active":"2024-07-27T18:17:05.810881+0000","last_peered":"2024-07-27T18:17:05.810881+0000","last_clean":"2024-07-27T18:17:05.810881+0000","last_became_active":"2024-07-27T18:17:05.809724+0000","last_became_peered":"2024-07-27T18:17:05.809724+0000","last_unstale":"2024-07-27T18:17:05.810881+0000","last_undegraded":"2024-07-27T18:17:05.810881+0000","last_fullsized":"2024-07-27T18:17:05.810881+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:02:14.666698+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,4,0],"acting":[2,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336131+0000","last_change":"2024-07-27T18:16:50.810645+0000","last_active":"2024-07-27T18:17:04.336131+0000","last_peered":"2024-07-27T18:17:04.336131+0000","last_clean":"2024-07-27T18:17:04.336131+0000","last_became_active":"2024-07-27T18:16:50.810275+0000","last_became_peered":"2024-07-27T18:16:50.810275+0000","last_unstale":"2024-07-27T18:17:04.336131+0000","last_undegraded":"2024-07-27T18:17:04.336131+0000","last_fullsized":"2024-07-27T18:17:04.336131+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:59:22.620285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335829+0000","last_change":"2024-07-27T18:16:50.809399+0000","last_active":"2024-07-27T18:17:04.335829+0000","last_peered":"2024-07-27T18:17:04.335829+0000","last_clean":"2024-07-27T18:17:04.335829+0000","last_became_active":"2024-07-27T18:16:50.809098+0000","last_became_peered":"2024-07-27T18:16:50.809098+0000","last_unstale":"2024-07-27T18:17:04.335829+0000","last_undegraded":"2024-07-27T18:17:04.335829+0000","last_fullsized":"2024-07-27T18:17:04.335829+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:30:50.836271+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335681+0000","last_change":"2024-07-27T18:16:50.812535+0000","last_active":"2024-07-27T18:17:04.335681+0000","last_peered":"2024-07-27T18:17:04.335681+0000","last_clean":"2024-07-27T18:17:04.335681+0000","last_became_active":"2024-07-27T18:16:50.812189+0000","last_became_peered":"2024-07-27T18:16:50.812189+0000","last_unstale":"2024-07-27T18:17:04.335681+0000","last_undegraded":"2024-07-27T18:17:04.335681+0000","last_fullsized":"2024-07-27T18:17:04.335681+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:55:29.115887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335914+0000","last_change":"2024-07-27T18:16:50.804125+0000","last_active":"2024-07-27T18:17:04.335914+0000","last_peered":"2024-07-27T18:17:04.335914+0000","last_clean":"2024-07-27T18:17:04.335914+0000","last_became_active":"2024-07-27T18:16:50.803146+0000","last_became_peered":"2024-07-27T18:16:50.803146+0000","last_unstale":"2024-07-27T18:17:04.335914+0000","last_undegraded":"2024-07-27T18:17:04.335914+0000","last_fullsized":"2024-07-27T18:17:04.335914+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:03:31.509606+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336340+0000","last_change":"2024-07-27T18:16:50.807952+0000","last_active":"2024-07-27T18:17:04.336340+0000","last_peered":"2024-07-27T18:17:04.336340+0000","last_clean":"2024-07-27T18:17:04.336340+0000","last_became_active":"2024-07-27T18:16:50.804769+0000","last_became_peered":"2024-07-27T18:16:50.804769+0000","last_unstale":"2024-07-27T18:17:04.336340+0000","last_undegraded":"2024-07-27T18:17:04.336340+0000","last_fullsized":"2024-07-27T18:17:04.336340+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:32:45.218414+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343857+0000","last_change":"2024-07-27T18:16:50.804121+0000","last_active":"2024-07-27T18:17:04.343857+0000","last_peered":"2024-07-27T18:17:04.343857+0000","last_clean":"2024-07-27T18:17:04.343857+0000","last_became_active":"2024-07-27T18:16:50.803026+0000","last_became_peered":"2024-07-27T18:16:50.803026+0000","last_unstale":"2024-07-27T18:17:04.343857+0000","last_undegraded":"2024-07-27T18:17:04.343857+0000","last_fullsized":"2024-07-27T18:17:04.343857+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:51:23.099510+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342507+0000","last_change":"2024-07-27T18:16:50.801383+0000","last_active":"2024-07-27T18:17:04.342507+0000","last_peered":"2024-07-27T18:17:04.342507+0000","last_clean":"2024-07-27T18:17:04.342507+0000","last_became_active":"2024-07-27T18:16:50.801098+0000","last_became_peered":"2024-07-27T18:16:50.801098+0000","last_unstale":"2024-07-27T18:17:04.342507+0000","last_undegraded":"2024-07-27T18:17:04.342507+0000","last_fullsized":"2024-07-27T18:17:04.342507+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:39:57.298291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336146+0000","last_change":"2024-07-27T18:16:50.803778+0000","last_active":"2024-07-27T18:17:04.336146+0000","last_peered":"2024-07-27T18:17:04.336146+0000","last_clean":"2024-07-27T18:17:04.336146+0000","last_became_active":"2024-07-27T18:16:50.803346+0000","last_became_peered":"2024-07-27T18:16:50.803346+0000","last_unstale":"2024-07-27T18:17:04.336146+0000","last_undegraded":"2024-07-27T18:17:04.336146+0000","last_fullsized":"2024-07-27T18:17:04.336146+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:59:36.728712+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336212+0000","last_change":"2024-07-27T18:16:50.807050+0000","last_active":"2024-07-27T18:17:04.336212+0000","last_peered":"2024-07-27T18:17:04.336212+0000","last_clean":"2024-07-27T18:17:04.336212+0000","last_became_active":"2024-07-27T18:16:50.806748+0000","last_became_peered":"2024-07-27T18:16:50.806748+0000","last_unstale":"2024-07-27T18:17:04.336212+0000","last_undegraded":"2024-07-27T18:17:04.336212+0000","last_fullsized":"2024-07-27T18:17:04.336212+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:09:26.758096+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335848+0000","last_change":"2024-07-27T18:16:50.803770+0000","last_active":"2024-07-27T18:17:04.335848+0000","last_peered":"2024-07-27T18:17:04.335848+0000","last_clean":"2024-07-27T18:17:04.335848+0000","last_became_active":"2024-07-27T18:16:50.803199+0000","last_became_peered":"2024-07-27T18:16:50.803199+0000","last_unstale":"2024-07-27T18:17:04.335848+0000","last_undegraded":"2024-07-27T18:17:04.335848+0000","last_fullsized":"2024-07-27T18:17:04.335848+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:18:37.638380+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":23,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.647785+0000","last_change":"2024-07-27T18:17:05.647785+0000","last_active":"2024-07-27T18:17:05.647785+0000","last_peered":"2024-07-27T18:17:05.647785+0000","last_clean":"2024-07-27T18:17:05.647785+0000","last_became_active":"2024-07-27T18:17:05.647394+0000","last_became_peered":"2024-07-27T18:17:05.647394+0000","last_unstale":"2024-07-27T18:17:05.647785+0000","last_undegraded":"2024-07-27T18:17:05.647785+0000","last_fullsized":"2024-07-27T18:17:05.647785+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:00:51.552862+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,6],"acting":[2,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343089+0000","last_change":"2024-07-27T18:16:50.806992+0000","last_active":"2024-07-27T18:17:04.343089+0000","last_peered":"2024-07-27T18:17:04.343089+0000","last_clean":"2024-07-27T18:17:04.343089+0000","last_became_active":"2024-07-27T18:16:50.806513+0000","last_became_peered":"2024-07-27T18:16:50.806513+0000","last_unstale":"2024-07-27T18:17:04.343089+0000","last_undegraded":"2024-07-27T18:17:04.343089+0000","last_fullsized":"2024-07-27T18:17:04.343089+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:17:27.008972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.340764+0000","last_change":"2024-07-27T18:16:50.797181+0000","last_active":"2024-07-27T18:17:04.340764+0000","last_peered":"2024-07-27T18:17:04.340764+0000","last_clean":"2024-07-27T18:17:04.340764+0000","last_became_active":"2024-07-27T18:16:50.796856+0000","last_became_peered":"2024-07-27T18:16:50.796856+0000","last_unstale":"2024-07-27T18:17:04.340764+0000","last_undegraded":"2024-07-27T18:17:04.340764+0000","last_fullsized":"2024-07-27T18:17:04.340764+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:00:55.927532+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1b","version":"67'1","reported_seq":18,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335932+0000","last_change":"2024-07-27T18:16:47.354530+0000","last_active":"2024-07-27T18:17:04.335932+0000","last_peered":"2024-07-27T18:17:04.335932+0000","last_clean":"2024-07-27T18:17:04.335932+0000","last_became_active":"2024-07-27T18:16:47.354254+0000","last_became_peered":"2024-07-27T18:16:47.354254+0000","last_unstale":"2024-07-27T18:17:04.335932+0000","last_undegraded":"2024-07-27T18:17:04.335932+0000","last_fullsized":"2024-07-27T18:17:04.335932+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:09:56.585246+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336314+0000","last_change":"2024-07-27T18:16:50.810300+0000","last_active":"2024-07-27T18:17:04.336314+0000","last_peered":"2024-07-27T18:17:04.336314+0000","last_clean":"2024-07-27T18:17:04.336314+0000","last_became_active":"2024-07-27T18:16:50.809877+0000","last_became_peered":"2024-07-27T18:16:50.809877+0000","last_unstale":"2024-07-27T18:17:04.336314+0000","last_undegraded":"2024-07-27T18:17:04.336314+0000","last_fullsized":"2024-07-27T18:17:04.336314+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:08:03.842193+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1a","version":"67'1","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342325+0000","last_change":"2024-07-27T18:16:47.356565+0000","last_active":"2024-07-27T18:17:04.342325+0000","last_peered":"2024-07-27T18:17:04.342325+0000","last_clean":"2024-07-27T18:17:04.342325+0000","last_became_active":"2024-07-27T18:16:47.356129+0000","last_became_peered":"2024-07-27T18:16:47.356129+0000","last_unstale":"2024-07-27T18:17:04.342325+0000","last_undegraded":"2024-07-27T18:17:04.342325+0000","last_fullsized":"2024-07-27T18:17:04.342325+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:21:36.434330+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335859+0000","last_change":"2024-07-27T18:16:47.349942+0000","last_active":"2024-07-27T18:17:04.335859+0000","last_peered":"2024-07-27T18:17:04.335859+0000","last_clean":"2024-07-27T18:17:04.335859+0000","last_became_active":"2024-07-27T18:16:47.349649+0000","last_became_peered":"2024-07-27T18:16:47.349649+0000","last_unstale":"2024-07-27T18:17:04.335859+0000","last_undegraded":"2024-07-27T18:17:04.335859+0000","last_fullsized":"2024-07-27T18:17:04.335859+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:12:00.487045+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335310+0000","last_change":"2024-07-27T18:16:50.810256+0000","last_active":"2024-07-27T18:17:04.335310+0000","last_peered":"2024-07-27T18:17:04.335310+0000","last_clean":"2024-07-27T18:17:04.335310+0000","last_became_active":"2024-07-27T18:16:50.809495+0000","last_became_peered":"2024-07-27T18:16:50.809495+0000","last_unstale":"2024-07-27T18:17:04.335310+0000","last_undegraded":"2024-07-27T18:17:04.335310+0000","last_fullsized":"2024-07-27T18:17:04.335310+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:12:03.582402+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336019+0000","last_change":"2024-07-27T18:16:47.354572+0000","last_active":"2024-07-27T18:17:04.336019+0000","last_peered":"2024-07-27T18:17:04.336019+0000","last_clean":"2024-07-27T18:17:04.336019+0000","last_became_active":"2024-07-27T18:16:47.353797+0000","last_became_peered":"2024-07-27T18:16:47.353797+0000","last_unstale":"2024-07-27T18:17:04.336019+0000","last_undegraded":"2024-07-27T18:17:04.336019+0000","last_fullsized":"2024-07-27T18:17:04.336019+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:14:28.779875+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342346+0000","last_change":"2024-07-27T18:16:50.801433+0000","last_active":"2024-07-27T18:17:04.342346+0000","last_peered":"2024-07-27T18:17:04.342346+0000","last_clean":"2024-07-27T18:17:04.342346+0000","last_became_active":"2024-07-27T18:16:50.801139+0000","last_became_peered":"2024-07-27T18:16:50.801139+0000","last_unstale":"2024-07-27T18:17:04.342346+0000","last_undegraded":"2024-07-27T18:17:04.342346+0000","last_fullsized":"2024-07-27T18:17:04.342346+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:48:06.750305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343684+0000","last_change":"2024-07-27T18:16:47.356013+0000","last_active":"2024-07-27T18:17:04.343684+0000","last_peered":"2024-07-27T18:17:04.343684+0000","last_clean":"2024-07-27T18:17:04.343684+0000","last_became_active":"2024-07-27T18:16:47.355691+0000","last_became_peered":"2024-07-27T18:16:47.355691+0000","last_unstale":"2024-07-27T18:17:04.343684+0000","last_undegraded":"2024-07-27T18:17:04.343684+0000","last_fullsized":"2024-07-27T18:17:04.343684+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:43:25.033561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336282+0000","last_change":"2024-07-27T18:16:50.810840+0000","last_active":"2024-07-27T18:17:04.336282+0000","last_peered":"2024-07-27T18:17:04.336282+0000","last_clean":"2024-07-27T18:17:04.336282+0000","last_became_active":"2024-07-27T18:16:50.809345+0000","last_became_peered":"2024-07-27T18:16:50.809345+0000","last_unstale":"2024-07-27T18:17:04.336282+0000","last_undegraded":"2024-07-27T18:17:04.336282+0000","last_fullsized":"2024-07-27T18:17:04.336282+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:57:16.036857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336538+0000","last_change":"2024-07-27T18:16:47.353558+0000","last_active":"2024-07-27T18:17:04.336538+0000","last_peered":"2024-07-27T18:17:04.336538+0000","last_clean":"2024-07-27T18:17:04.336538+0000","last_became_active":"2024-07-27T18:16:47.353277+0000","last_became_peered":"2024-07-27T18:16:47.353277+0000","last_unstale":"2024-07-27T18:17:04.336538+0000","last_undegraded":"2024-07-27T18:17:04.336538+0000","last_fullsized":"2024-07-27T18:17:04.336538+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:15:25.492756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.337757+0000","last_change":"2024-07-27T18:16:50.807830+0000","last_active":"2024-07-27T18:17:04.337757+0000","last_peered":"2024-07-27T18:17:04.337757+0000","last_clean":"2024-07-27T18:17:04.337757+0000","last_became_active":"2024-07-27T18:16:50.807014+0000","last_became_peered":"2024-07-27T18:16:50.807014+0000","last_unstale":"2024-07-27T18:17:04.337757+0000","last_undegraded":"2024-07-27T18:17:04.337757+0000","last_fullsized":"2024-07-27T18:17:04.337757+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:17:17.856339+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"67'3","reported_seq":19,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343101+0000","last_change":"2024-07-27T18:16:47.352410+0000","last_active":"2024-07-27T18:17:04.343101+0000","last_peered":"2024-07-27T18:17:04.343101+0000","last_clean":"2024-07-27T18:17:04.343101+0000","last_became_active":"2024-07-27T18:16:47.352103+0000","last_became_peered":"2024-07-27T18:16:47.352103+0000","last_unstale":"2024-07-27T18:17:04.343101+0000","last_undegraded":"2024-07-27T18:17:04.343101+0000","last_fullsized":"2024-07-27T18:17:04.343101+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:26:20.317148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":11,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.647890+0000","last_change":"2024-07-27T18:17:05.647524+0000","last_active":"2024-07-27T18:17:05.647890+0000","last_peered":"2024-07-27T18:17:05.647890+0000","last_clean":"2024-07-27T18:17:05.647890+0000","last_became_active":"2024-07-27T18:17:05.647137+0000","last_became_peered":"2024-07-27T18:17:05.647137+0000","last_unstale":"2024-07-27T18:17:05.647890+0000","last_undegraded":"2024-07-27T18:17:05.647890+0000","last_fullsized":"2024-07-27T18:17:05.647890+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:12:28.701748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,7,6],"acting":[2,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.14","version":"67'6","reported_seq":22,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343386+0000","last_change":"2024-07-27T18:16:47.351198+0000","last_active":"2024-07-27T18:17:04.343386+0000","last_peered":"2024-07-27T18:17:04.343386+0000","last_clean":"2024-07-27T18:17:04.343386+0000","last_became_active":"2024-07-27T18:16:47.350912+0000","last_became_peered":"2024-07-27T18:16:47.350912+0000","last_unstale":"2024-07-27T18:17:04.343386+0000","last_undegraded":"2024-07-27T18:17:04.343386+0000","last_fullsized":"2024-07-27T18:17:04.343386+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":6,"log_dups_size":0,"ondisk_log_size":6,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:25:48.435004+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":1564,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338963+0000","last_change":"2024-07-27T18:16:50.812814+0000","last_active":"2024-07-27T18:17:04.338963+0000","last_peered":"2024-07-27T18:17:04.338963+0000","last_clean":"2024-07-27T18:17:04.338963+0000","last_became_active":"2024-07-27T18:16:50.812531+0000","last_became_peered":"2024-07-27T18:16:50.812531+0000","last_unstale":"2024-07-27T18:17:04.338963+0000","last_undegraded":"2024-07-27T18:17:04.338963+0000","last_fullsized":"2024-07-27T18:17:04.338963+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:01:58.212713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"67'2","reported_seq":18,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336400+0000","last_change":"2024-07-27T18:16:47.348863+0000","last_active":"2024-07-27T18:17:04.336400+0000","last_peered":"2024-07-27T18:17:04.336400+0000","last_clean":"2024-07-27T18:17:04.336400+0000","last_became_active":"2024-07-27T18:16:47.348589+0000","last_became_peered":"2024-07-27T18:16:47.348589+0000","last_unstale":"2024-07-27T18:17:04.336400+0000","last_undegraded":"2024-07-27T18:17:04.336400+0000","last_fullsized":"2024-07-27T18:17:04.336400+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:53:04.222502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":34,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":7,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335786+0000","last_change":"2024-07-27T18:16:50.810114+0000","last_active":"2024-07-27T18:17:04.335786+0000","last_peered":"2024-07-27T18:17:04.335786+0000","last_clean":"2024-07-27T18:17:04.335786+0000","last_became_active":"2024-07-27T18:16:50.809781+0000","last_became_peered":"2024-07-27T18:16:50.809781+0000","last_unstale":"2024-07-27T18:17:04.335786+0000","last_undegraded":"2024-07-27T18:17:04.335786+0000","last_fullsized":"2024-07-27T18:17:04.335786+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:11:38.254545+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335994+0000","last_change":"2024-07-27T18:16:47.353881+0000","last_active":"2024-07-27T18:17:04.335994+0000","last_peered":"2024-07-27T18:17:04.335994+0000","last_clean":"2024-07-27T18:17:04.335994+0000","last_became_active":"2024-07-27T18:16:47.353439+0000","last_became_peered":"2024-07-27T18:16:47.353439+0000","last_unstale":"2024-07-27T18:17:04.335994+0000","last_undegraded":"2024-07-27T18:17:04.335994+0000","last_fullsized":"2024-07-27T18:17:04.335994+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:46:53.312838+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338599+0000","last_change":"2024-07-27T18:16:50.814844+0000","last_active":"2024-07-27T18:17:04.338599+0000","last_peered":"2024-07-27T18:17:04.338599+0000","last_clean":"2024-07-27T18:17:04.338599+0000","last_became_active":"2024-07-27T18:16:50.814365+0000","last_became_peered":"2024-07-27T18:16:50.814365+0000","last_unstale":"2024-07-27T18:17:04.338599+0000","last_undegraded":"2024-07-27T18:17:04.338599+0000","last_fullsized":"2024-07-27T18:17:04.338599+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:29:10.685763+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342830+0000","last_change":"2024-07-27T18:16:47.349307+0000","last_active":"2024-07-27T18:17:04.342830+0000","last_peered":"2024-07-27T18:17:04.342830+0000","last_clean":"2024-07-27T18:17:04.342830+0000","last_became_active":"2024-07-27T18:16:47.349039+0000","last_became_peered":"2024-07-27T18:16:47.349039+0000","last_unstale":"2024-07-27T18:17:04.342830+0000","last_undegraded":"2024-07-27T18:17:04.342830+0000","last_fullsized":"2024-07-27T18:17:04.342830+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:22:05.511595+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343097+0000","last_change":"2024-07-27T18:16:50.807747+0000","last_active":"2024-07-27T18:17:04.343097+0000","last_peered":"2024-07-27T18:17:04.343097+0000","last_clean":"2024-07-27T18:17:04.343097+0000","last_became_active":"2024-07-27T18:16:50.807122+0000","last_became_peered":"2024-07-27T18:16:50.807122+0000","last_unstale":"2024-07-27T18:17:04.343097+0000","last_undegraded":"2024-07-27T18:17:04.343097+0000","last_fullsized":"2024-07-27T18:17:04.343097+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:03:48.805492+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"67'8","reported_seq":25,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338967+0000","last_change":"2024-07-27T18:16:47.350948+0000","last_active":"2024-07-27T18:17:04.338967+0000","last_peered":"2024-07-27T18:17:04.338967+0000","last_clean":"2024-07-27T18:17:04.338967+0000","last_became_active":"2024-07-27T18:16:47.350652+0000","last_became_peered":"2024-07-27T18:16:47.350652+0000","last_unstale":"2024-07-27T18:17:04.338967+0000","last_undegraded":"2024-07-27T18:17:04.338967+0000","last_fullsized":"2024-07-27T18:17:04.338967+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":8,"log_dups_size":0,"ondisk_log_size":8,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:49:21.905804+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339189+0000","last_change":"2024-07-27T18:16:50.813533+0000","last_active":"2024-07-27T18:17:04.339189+0000","last_peered":"2024-07-27T18:17:04.339189+0000","last_clean":"2024-07-27T18:17:04.339189+0000","last_became_active":"2024-07-27T18:16:50.813183+0000","last_became_peered":"2024-07-27T18:16:50.813183+0000","last_unstale":"2024-07-27T18:17:04.339189+0000","last_undegraded":"2024-07-27T18:17:04.339189+0000","last_fullsized":"2024-07-27T18:17:04.339189+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:53:32.804920+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"67'1","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343847+0000","last_change":"2024-07-27T18:16:47.352783+0000","last_active":"2024-07-27T18:17:04.343847+0000","last_peered":"2024-07-27T18:17:04.343847+0000","last_clean":"2024-07-27T18:17:04.343847+0000","last_became_active":"2024-07-27T18:16:47.352512+0000","last_became_peered":"2024-07-27T18:16:47.352512+0000","last_unstale":"2024-07-27T18:17:04.343847+0000","last_undegraded":"2024-07-27T18:17:04.343847+0000","last_fullsized":"2024-07-27T18:17:04.343847+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:16:13.951988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.340179+0000","last_change":"2024-07-27T18:16:50.810317+0000","last_active":"2024-07-27T18:17:04.340179+0000","last_peered":"2024-07-27T18:17:04.340179+0000","last_clean":"2024-07-27T18:17:04.340179+0000","last_became_active":"2024-07-27T18:16:50.810020+0000","last_became_peered":"2024-07-27T18:16:50.810020+0000","last_unstale":"2024-07-27T18:17:04.340179+0000","last_undegraded":"2024-07-27T18:17:04.340179+0000","last_fullsized":"2024-07-27T18:17:04.340179+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:44:59.132778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.e","version":"67'2","reported_seq":19,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.340158+0000","last_change":"2024-07-27T18:16:47.353563+0000","last_active":"2024-07-27T18:17:04.340158+0000","last_peered":"2024-07-27T18:17:04.340158+0000","last_clean":"2024-07-27T18:17:04.340158+0000","last_became_active":"2024-07-27T18:16:47.353174+0000","last_became_peered":"2024-07-27T18:16:47.353174+0000","last_unstale":"2024-07-27T18:17:04.340158+0000","last_undegraded":"2024-07-27T18:17:04.340158+0000","last_fullsized":"2024-07-27T18:17:04.340158+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:35:41.921361+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":23,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.809183+0000","last_change":"2024-07-27T18:17:05.809183+0000","last_active":"2024-07-27T18:17:05.809183+0000","last_peered":"2024-07-27T18:17:05.809183+0000","last_clean":"2024-07-27T18:17:05.809183+0000","last_became_active":"2024-07-27T18:17:05.808707+0000","last_became_peered":"2024-07-27T18:17:05.808707+0000","last_unstale":"2024-07-27T18:17:05.809183+0000","last_undegraded":"2024-07-27T18:17:05.809183+0000","last_fullsized":"2024-07-27T18:17:05.809183+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:54:52.697297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,3],"acting":[7,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"67'1","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343243+0000","last_change":"2024-07-27T18:16:47.351188+0000","last_active":"2024-07-27T18:17:04.343243+0000","last_peered":"2024-07-27T18:17:04.343243+0000","last_clean":"2024-07-27T18:17:04.343243+0000","last_became_active":"2024-07-27T18:16:47.350883+0000","last_became_peered":"2024-07-27T18:16:47.350883+0000","last_unstale":"2024-07-27T18:17:04.343243+0000","last_undegraded":"2024-07-27T18:17:04.343243+0000","last_fullsized":"2024-07-27T18:17:04.343243+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:08:39.884686+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336003+0000","last_change":"2024-07-27T18:16:50.803755+0000","last_active":"2024-07-27T18:17:04.336003+0000","last_peered":"2024-07-27T18:17:04.336003+0000","last_clean":"2024-07-27T18:17:04.336003+0000","last_became_active":"2024-07-27T18:16:50.803487+0000","last_became_peered":"2024-07-27T18:16:50.803487+0000","last_unstale":"2024-07-27T18:17:04.336003+0000","last_undegraded":"2024-07-27T18:17:04.336003+0000","last_fullsized":"2024-07-27T18:17:04.336003+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:51:46.320557+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338920+0000","last_change":"2024-07-27T18:16:47.355129+0000","last_active":"2024-07-27T18:17:04.338920+0000","last_peered":"2024-07-27T18:17:04.338920+0000","last_clean":"2024-07-27T18:17:04.338920+0000","last_became_active":"2024-07-27T18:16:47.354790+0000","last_became_peered":"2024-07-27T18:16:47.354790+0000","last_unstale":"2024-07-27T18:17:04.338920+0000","last_undegraded":"2024-07-27T18:17:04.338920+0000","last_fullsized":"2024-07-27T18:17:04.338920+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:21:16.471641+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339046+0000","last_change":"2024-07-27T18:16:50.814692+0000","last_active":"2024-07-27T18:17:04.339046+0000","last_peered":"2024-07-27T18:17:04.339046+0000","last_clean":"2024-07-27T18:17:04.339046+0000","last_became_active":"2024-07-27T18:16:50.814387+0000","last_became_peered":"2024-07-27T18:16:50.814387+0000","last_unstale":"2024-07-27T18:17:04.339046+0000","last_undegraded":"2024-07-27T18:17:04.339046+0000","last_fullsized":"2024-07-27T18:17:04.339046+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:45:21.237478+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.0","version":"23'117","reported_seq":225,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338433+0000","last_change":"2024-07-27T18:16:22.566506+0000","last_active":"2024-07-27T18:17:04.338433+0000","last_peered":"2024-07-27T18:17:04.338433+0000","last_clean":"2024-07-27T18:17:04.338433+0000","last_became_active":"2024-07-27T18:16:22.566055+0000","last_became_peered":"2024-07-27T18:16:22.566055+0000","last_unstale":"2024-07-27T18:17:04.338433+0000","last_undegraded":"2024-07-27T18:17:04.338433+0000","last_fullsized":"2024-07-27T18:17:04.338433+0000","mapping_epoch":59,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":60,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:14:20.896830+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:14:20.896830+0000","last_clean_scrub_stamp":"2024-07-27T18:14:20.896830+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:25:50.000995+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335845+0000","last_change":"2024-07-27T18:16:47.352991+0000","last_active":"2024-07-27T18:17:04.335845+0000","last_peered":"2024-07-27T18:17:04.335845+0000","last_clean":"2024-07-27T18:17:04.335845+0000","last_became_active":"2024-07-27T18:16:47.352683+0000","last_became_peered":"2024-07-27T18:16:47.352683+0000","last_unstale":"2024-07-27T18:17:04.335845+0000","last_undegraded":"2024-07-27T18:17:04.335845+0000","last_fullsized":"2024-07-27T18:17:04.335845+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:34:00.775044+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336476+0000","last_change":"2024-07-27T18:16:50.800637+0000","last_active":"2024-07-27T18:17:04.336476+0000","last_peered":"2024-07-27T18:17:04.336476+0000","last_clean":"2024-07-27T18:17:04.336476+0000","last_became_active":"2024-07-27T18:16:50.800349+0000","last_became_peered":"2024-07-27T18:16:50.800349+0000","last_unstale":"2024-07-27T18:17:04.336476+0000","last_undegraded":"2024-07-27T18:17:04.336476+0000","last_fullsized":"2024-07-27T18:17:04.336476+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:52:46.826998+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338319+0000","last_change":"2024-07-27T18:16:47.358402+0000","last_active":"2024-07-27T18:17:04.338319+0000","last_peered":"2024-07-27T18:17:04.338319+0000","last_clean":"2024-07-27T18:17:04.338319+0000","last_became_active":"2024-07-27T18:16:47.358130+0000","last_became_peered":"2024-07-27T18:16:47.358130+0000","last_unstale":"2024-07-27T18:17:04.338319+0000","last_undegraded":"2024-07-27T18:17:04.338319+0000","last_fullsized":"2024-07-27T18:17:04.338319+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:47:03.158631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336486+0000","last_change":"2024-07-27T18:16:50.809377+0000","last_active":"2024-07-27T18:17:04.336486+0000","last_peered":"2024-07-27T18:17:04.336486+0000","last_clean":"2024-07-27T18:17:04.336486+0000","last_became_active":"2024-07-27T18:16:50.809103+0000","last_became_peered":"2024-07-27T18:16:50.809103+0000","last_unstale":"2024-07-27T18:17:04.336486+0000","last_undegraded":"2024-07-27T18:17:04.336486+0000","last_fullsized":"2024-07-27T18:17:04.336486+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:41:19.935694+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339635+0000","last_change":"2024-07-27T18:16:47.352322+0000","last_active":"2024-07-27T18:17:04.339635+0000","last_peered":"2024-07-27T18:17:04.339635+0000","last_clean":"2024-07-27T18:17:04.339635+0000","last_became_active":"2024-07-27T18:16:47.351993+0000","last_became_peered":"2024-07-27T18:16:47.351993+0000","last_unstale":"2024-07-27T18:17:04.339635+0000","last_undegraded":"2024-07-27T18:17:04.339635+0000","last_fullsized":"2024-07-27T18:17:04.339635+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:26:55.534105+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342256+0000","last_change":"2024-07-27T18:16:50.800077+0000","last_active":"2024-07-27T18:17:04.342256+0000","last_peered":"2024-07-27T18:17:04.342256+0000","last_clean":"2024-07-27T18:17:04.342256+0000","last_became_active":"2024-07-27T18:16:50.799786+0000","last_became_peered":"2024-07-27T18:16:50.799786+0000","last_unstale":"2024-07-27T18:17:04.342256+0000","last_undegraded":"2024-07-27T18:17:04.342256+0000","last_fullsized":"2024-07-27T18:17:04.342256+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:04:08.001643+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335997+0000","last_change":"2024-07-27T18:16:47.353696+0000","last_active":"2024-07-27T18:17:04.335997+0000","last_peered":"2024-07-27T18:17:04.335997+0000","last_clean":"2024-07-27T18:17:04.335997+0000","last_became_active":"2024-07-27T18:16:47.351099+0000","last_became_peered":"2024-07-27T18:16:47.351099+0000","last_unstale":"2024-07-27T18:17:04.335997+0000","last_undegraded":"2024-07-27T18:17:04.335997+0000","last_fullsized":"2024-07-27T18:17:04.335997+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:15:18.495345+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.341242+0000","last_change":"2024-07-27T18:16:50.799489+0000","last_active":"2024-07-27T18:17:04.341242+0000","last_peered":"2024-07-27T18:17:04.341242+0000","last_clean":"2024-07-27T18:17:04.341242+0000","last_became_active":"2024-07-27T18:16:50.799204+0000","last_became_peered":"2024-07-27T18:16:50.799204+0000","last_unstale":"2024-07-27T18:17:04.341242+0000","last_undegraded":"2024-07-27T18:17:04.341242+0000","last_fullsized":"2024-07-27T18:17:04.341242+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:15:20.565029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342928+0000","last_change":"2024-07-27T18:16:47.357362+0000","last_active":"2024-07-27T18:17:04.342928+0000","last_peered":"2024-07-27T18:17:04.342928+0000","last_clean":"2024-07-27T18:17:04.342928+0000","last_became_active":"2024-07-27T18:16:47.356990+0000","last_became_peered":"2024-07-27T18:16:47.356990+0000","last_unstale":"2024-07-27T18:17:04.342928+0000","last_undegraded":"2024-07-27T18:17:04.342928+0000","last_fullsized":"2024-07-27T18:17:04.342928+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:02:04.455166+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336320+0000","last_change":"2024-07-27T18:16:50.802962+0000","last_active":"2024-07-27T18:17:04.336320+0000","last_peered":"2024-07-27T18:17:04.336320+0000","last_clean":"2024-07-27T18:17:04.336320+0000","last_became_active":"2024-07-27T18:16:50.802338+0000","last_became_peered":"2024-07-27T18:16:50.802338+0000","last_unstale":"2024-07-27T18:17:04.336320+0000","last_undegraded":"2024-07-27T18:17:04.336320+0000","last_fullsized":"2024-07-27T18:17:04.336320+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:20:36.876699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":11,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.810895+0000","last_change":"2024-07-27T18:17:05.810138+0000","last_active":"2024-07-27T18:17:05.810895+0000","last_peered":"2024-07-27T18:17:05.810895+0000","last_clean":"2024-07-27T18:17:05.810895+0000","last_became_active":"2024-07-27T18:17:05.809605+0000","last_became_peered":"2024-07-27T18:17:05.809605+0000","last_unstale":"2024-07-27T18:17:05.810895+0000","last_undegraded":"2024-07-27T18:17:05.810895+0000","last_fullsized":"2024-07-27T18:17:05.810895+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:18:54.637122+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,0,4],"acting":[2,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342836+0000","last_change":"2024-07-27T18:16:50.803496+0000","last_active":"2024-07-27T18:17:04.342836+0000","last_peered":"2024-07-27T18:17:04.342836+0000","last_clean":"2024-07-27T18:17:04.342836+0000","last_became_active":"2024-07-27T18:16:50.803237+0000","last_became_peered":"2024-07-27T18:16:50.803237+0000","last_unstale":"2024-07-27T18:17:04.342836+0000","last_undegraded":"2024-07-27T18:17:04.342836+0000","last_fullsized":"2024-07-27T18:17:04.342836+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:05:26.260180+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"67'1","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343652+0000","last_change":"2024-07-27T18:16:47.351669+0000","last_active":"2024-07-27T18:17:04.343652+0000","last_peered":"2024-07-27T18:17:04.343652+0000","last_clean":"2024-07-27T18:17:04.343652+0000","last_became_active":"2024-07-27T18:16:47.351224+0000","last_became_peered":"2024-07-27T18:16:47.351224+0000","last_unstale":"2024-07-27T18:17:04.343652+0000","last_undegraded":"2024-07-27T18:17:04.343652+0000","last_fullsized":"2024-07-27T18:17:04.343652+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:27:58.626011+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336424+0000","last_change":"2024-07-27T18:16:50.807481+0000","last_active":"2024-07-27T18:17:04.336424+0000","last_peered":"2024-07-27T18:17:04.336424+0000","last_clean":"2024-07-27T18:17:04.336424+0000","last_became_active":"2024-07-27T18:16:50.807202+0000","last_became_peered":"2024-07-27T18:16:50.807202+0000","last_unstale":"2024-07-27T18:17:04.336424+0000","last_undegraded":"2024-07-27T18:17:04.336424+0000","last_fullsized":"2024-07-27T18:17:04.336424+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:49:41.519175+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.7","version":"67'2","reported_seq":18,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343729+0000","last_change":"2024-07-27T18:16:47.355052+0000","last_active":"2024-07-27T18:17:04.343729+0000","last_peered":"2024-07-27T18:17:04.343729+0000","last_clean":"2024-07-27T18:17:04.343729+0000","last_became_active":"2024-07-27T18:16:47.354558+0000","last_became_peered":"2024-07-27T18:16:47.354558+0000","last_unstale":"2024-07-27T18:17:04.343729+0000","last_undegraded":"2024-07-27T18:17:04.343729+0000","last_fullsized":"2024-07-27T18:17:04.343729+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:57:18.765586+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336670+0000","last_change":"2024-07-27T18:16:50.802843+0000","last_active":"2024-07-27T18:17:04.336670+0000","last_peered":"2024-07-27T18:17:04.336670+0000","last_clean":"2024-07-27T18:17:04.336670+0000","last_became_active":"2024-07-27T18:16:50.802522+0000","last_became_peered":"2024-07-27T18:16:50.802522+0000","last_unstale":"2024-07-27T18:17:04.336670+0000","last_undegraded":"2024-07-27T18:17:04.336670+0000","last_fullsized":"2024-07-27T18:17:04.336670+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:59:01.759883+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338369+0000","last_change":"2024-07-27T18:16:47.357578+0000","last_active":"2024-07-27T18:17:04.338369+0000","last_peered":"2024-07-27T18:17:04.338369+0000","last_clean":"2024-07-27T18:17:04.338369+0000","last_became_active":"2024-07-27T18:16:47.357261+0000","last_became_peered":"2024-07-27T18:16:47.357261+0000","last_unstale":"2024-07-27T18:17:04.338369+0000","last_undegraded":"2024-07-27T18:17:04.338369+0000","last_fullsized":"2024-07-27T18:17:04.338369+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:30:02.427608+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":11,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.349928+0000","last_change":"2024-07-27T18:17:05.349928+0000","last_active":"2024-07-27T18:17:05.349928+0000","last_peered":"2024-07-27T18:17:05.349928+0000","last_clean":"2024-07-27T18:17:05.349928+0000","last_became_active":"2024-07-27T18:17:05.349520+0000","last_became_peered":"2024-07-27T18:17:05.349520+0000","last_unstale":"2024-07-27T18:17:05.349928+0000","last_undegraded":"2024-07-27T18:17:05.349928+0000","last_fullsized":"2024-07-27T18:17:05.349928+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:19:32.416820+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,7],"acting":[1,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342611+0000","last_change":"2024-07-27T18:16:47.354348+0000","last_active":"2024-07-27T18:17:04.342611+0000","last_peered":"2024-07-27T18:17:04.342611+0000","last_clean":"2024-07-27T18:17:04.342611+0000","last_became_active":"2024-07-27T18:16:47.354001+0000","last_became_peered":"2024-07-27T18:16:47.354001+0000","last_unstale":"2024-07-27T18:17:04.342611+0000","last_undegraded":"2024-07-27T18:17:04.342611+0000","last_fullsized":"2024-07-27T18:17:04.342611+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:21:28.622976+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335344+0000","last_change":"2024-07-27T18:16:50.811398+0000","last_active":"2024-07-27T18:17:04.335344+0000","last_peered":"2024-07-27T18:17:04.335344+0000","last_clean":"2024-07-27T18:17:04.335344+0000","last_became_active":"2024-07-27T18:16:50.809974+0000","last_became_peered":"2024-07-27T18:16:50.809974+0000","last_unstale":"2024-07-27T18:17:04.335344+0000","last_undegraded":"2024-07-27T18:17:04.335344+0000","last_fullsized":"2024-07-27T18:17:04.335344+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:53:11.727456+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342904+0000","last_change":"2024-07-27T18:16:47.355772+0000","last_active":"2024-07-27T18:17:04.342904+0000","last_peered":"2024-07-27T18:17:04.342904+0000","last_clean":"2024-07-27T18:17:04.342904+0000","last_became_active":"2024-07-27T18:16:47.354907+0000","last_became_peered":"2024-07-27T18:16:47.354907+0000","last_unstale":"2024-07-27T18:17:04.342904+0000","last_undegraded":"2024-07-27T18:17:04.342904+0000","last_fullsized":"2024-07-27T18:17:04.342904+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:29:01.192877+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335770+0000","last_change":"2024-07-27T18:16:50.803972+0000","last_active":"2024-07-27T18:17:04.335770+0000","last_peered":"2024-07-27T18:17:04.335770+0000","last_clean":"2024-07-27T18:17:04.335770+0000","last_became_active":"2024-07-27T18:16:50.803395+0000","last_became_peered":"2024-07-27T18:16:50.803395+0000","last_unstale":"2024-07-27T18:17:04.335770+0000","last_undegraded":"2024-07-27T18:17:04.335770+0000","last_fullsized":"2024-07-27T18:17:04.335770+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:09:55.292413+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"67'2","reported_seq":19,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338786+0000","last_change":"2024-07-27T18:16:47.355042+0000","last_active":"2024-07-27T18:17:04.338786+0000","last_peered":"2024-07-27T18:17:04.338786+0000","last_clean":"2024-07-27T18:17:04.338786+0000","last_became_active":"2024-07-27T18:16:47.354764+0000","last_became_peered":"2024-07-27T18:16:47.354764+0000","last_unstale":"2024-07-27T18:17:04.338786+0000","last_undegraded":"2024-07-27T18:17:04.338786+0000","last_fullsized":"2024-07-27T18:17:04.338786+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:21:21.257210+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342158+0000","last_change":"2024-07-27T18:16:50.805852+0000","last_active":"2024-07-27T18:17:04.342158+0000","last_peered":"2024-07-27T18:17:04.342158+0000","last_clean":"2024-07-27T18:17:04.342158+0000","last_became_active":"2024-07-27T18:16:50.805551+0000","last_became_peered":"2024-07-27T18:16:50.805551+0000","last_unstale":"2024-07-27T18:17:04.342158+0000","last_undegraded":"2024-07-27T18:17:04.342158+0000","last_fullsized":"2024-07-27T18:17:04.342158+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:24:51.942675+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":11,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.809280+0000","last_change":"2024-07-27T18:17:05.808921+0000","last_active":"2024-07-27T18:17:05.809280+0000","last_peered":"2024-07-27T18:17:05.809280+0000","last_clean":"2024-07-27T18:17:05.809280+0000","last_became_active":"2024-07-27T18:17:05.808566+0000","last_became_peered":"2024-07-27T18:17:05.808566+0000","last_unstale":"2024-07-27T18:17:05.809280+0000","last_undegraded":"2024-07-27T18:17:05.809280+0000","last_fullsized":"2024-07-27T18:17:05.809280+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:48:50.489620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,4,6],"acting":[2,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.1c","version":"67'2","reported_seq":19,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339147+0000","last_change":"2024-07-27T18:16:47.352777+0000","last_active":"2024-07-27T18:17:04.339147+0000","last_peered":"2024-07-27T18:17:04.339147+0000","last_clean":"2024-07-27T18:17:04.339147+0000","last_became_active":"2024-07-27T18:16:47.352509+0000","last_became_peered":"2024-07-27T18:16:47.352509+0000","last_unstale":"2024-07-27T18:17:04.339147+0000","last_undegraded":"2024-07-27T18:17:04.339147+0000","last_fullsized":"2024-07-27T18:17:04.339147+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:36:43.515196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335886+0000","last_change":"2024-07-27T18:16:50.798267+0000","last_active":"2024-07-27T18:17:04.335886+0000","last_peered":"2024-07-27T18:17:04.335886+0000","last_clean":"2024-07-27T18:17:04.335886+0000","last_became_active":"2024-07-27T18:16:50.797968+0000","last_became_peered":"2024-07-27T18:16:50.797968+0000","last_unstale":"2024-07-27T18:17:04.335886+0000","last_undegraded":"2024-07-27T18:17:04.335886+0000","last_fullsized":"2024-07-27T18:17:04.335886+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:03:50.810995+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1d","version":"67'2","reported_seq":19,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339111+0000","last_change":"2024-07-27T18:16:47.356348+0000","last_active":"2024-07-27T18:17:04.339111+0000","last_peered":"2024-07-27T18:17:04.339111+0000","last_clean":"2024-07-27T18:17:04.339111+0000","last_became_active":"2024-07-27T18:16:47.356103+0000","last_became_peered":"2024-07-27T18:16:47.356103+0000","last_unstale":"2024-07-27T18:17:04.339111+0000","last_undegraded":"2024-07-27T18:17:04.339111+0000","last_fullsized":"2024-07-27T18:17:04.339111+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:39:19.625726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.337423+0000","last_change":"2024-07-27T18:16:50.807864+0000","last_active":"2024-07-27T18:17:04.337423+0000","last_peered":"2024-07-27T18:17:04.337423+0000","last_clean":"2024-07-27T18:17:04.337423+0000","last_became_active":"2024-07-27T18:16:50.807590+0000","last_became_peered":"2024-07-27T18:16:50.807590+0000","last_unstale":"2024-07-27T18:17:04.337423+0000","last_undegraded":"2024-07-27T18:17:04.337423+0000","last_fullsized":"2024-07-27T18:17:04.337423+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:30:41.103550+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1e","version":"67'1","reported_seq":18,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336460+0000","last_change":"2024-07-27T18:16:47.344826+0000","last_active":"2024-07-27T18:17:04.336460+0000","last_peered":"2024-07-27T18:17:04.336460+0000","last_clean":"2024-07-27T18:17:04.336460+0000","last_became_active":"2024-07-27T18:16:47.344550+0000","last_became_peered":"2024-07-27T18:16:47.344550+0000","last_unstale":"2024-07-27T18:17:04.336460+0000","last_undegraded":"2024-07-27T18:17:04.336460+0000","last_fullsized":"2024-07-27T18:17:04.336460+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:32:18.227334+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336307+0000","last_change":"2024-07-27T18:16:50.801327+0000","last_active":"2024-07-27T18:17:04.336307+0000","last_peered":"2024-07-27T18:17:04.336307+0000","last_clean":"2024-07-27T18:17:04.336307+0000","last_became_active":"2024-07-27T18:16:50.801035+0000","last_became_peered":"2024-07-27T18:16:50.801035+0000","last_unstale":"2024-07-27T18:17:04.336307+0000","last_undegraded":"2024-07-27T18:17:04.336307+0000","last_fullsized":"2024-07-27T18:17:04.336307+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:15:08.622555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1f","version":"67'4","reported_seq":20,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.337869+0000","last_change":"2024-07-27T18:16:47.352929+0000","last_active":"2024-07-27T18:17:04.337869+0000","last_peered":"2024-07-27T18:17:04.337869+0000","last_clean":"2024-07-27T18:17:04.337869+0000","last_became_active":"2024-07-27T18:16:47.352562+0000","last_became_peered":"2024-07-27T18:16:47.352562+0000","last_unstale":"2024-07-27T18:17:04.337869+0000","last_undegraded":"2024-07-27T18:17:04.337869+0000","last_fullsized":"2024-07-27T18:17:04.337869+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:43:54.069768+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":582,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":192,"acting":192,"num_store_stats":8},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":2362,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":45,"num_write_kb":14,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":98304,"data_stored":7086,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":39,"ondisk_log_size":39,"up":96,"acting":96,"num_store_stats":8},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":4157440,"data_stored":4132576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":56,"seq":240518168589,"num_pgs":43,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28288,"kb_used_data":1272,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716864,"statfs":{"total":95995035648,"available":95966068736,"internally_reserved":0,"allocated":1302528,"data_stored":888758,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27654603},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56399999999999995}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58199999999999996}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34499999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44900000000000001}]}]},{"osd":6,"up_from":48,"seq":206158430225,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28288,"kb_used_data":1272,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716864,"statfs":{"total":95995035648,"available":95966068736,"internally_reserved":0,"allocated":1302528,"data_stored":889387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.57199999999999995}]},{"osd":1,"last update":"Sat Jul 27 18:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.67900000000000005}]},{"osd":2,"last update":"Sat Jul 27 18:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.48499999999999999}]},{"osd":3,"last update":"Sat Jul 27 18:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.45700000000000002}]},{"osd":4,"last update":"Sat Jul 27 18:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.58999999999999997}]},{"osd":5,"last update":"Sat Jul 27 18:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.628},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.60999999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50800000000000001}]}]},{"osd":5,"up_from":40,"seq":171798691862,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27716,"kb_used_data":696,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717436,"statfs":{"total":95995035648,"available":95966654464,"internally_reserved":0,"allocated":712704,"data_stored":299159,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:16:29 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.47499999999999998}]},{"osd":1,"last update":"Sat Jul 27 18:16:29 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.52900000000000003}]},{"osd":2,"last update":"Sat Jul 27 18:16:29 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.443},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.50800000000000001}]},{"osd":3,"last update":"Sat Jul 27 18:16:29 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.46300000000000002}]},{"osd":4,"last update":"Sat Jul 27 18:16:29 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.56799999999999995}]},{"osd":6,"last update":"Sat Jul 27 18:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.58799999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]}]},{"osd":4,"up_from":32,"seq":137438953500,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27720,"kb_used_data":700,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717432,"statfs":{"total":95995035648,"available":95966650368,"internally_reserved":0,"allocated":716800,"data_stored":298494,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:17:10 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.53400000000000003,"15min":0.54000000000000004},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.68899999999999995,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.55100000000000005,"15min":0.55700000000000005},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.70499999999999996,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.40200000000000002}]},{"osd":1,"last update":"Sat Jul 27 18:17:10 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.53200000000000003,"15min":0.53600000000000003},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.71999999999999997,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.55300000000000005,"15min":0.56000000000000005},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69499999999999995,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.47199999999999998}]},{"osd":2,"last update":"Sat Jul 27 18:17:10 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.53700000000000003,"15min":0.54000000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.71899999999999997,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.501,"5min":0.54600000000000004,"15min":0.55400000000000005},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.65600000000000003,"5min":0.92000000000000004,"15min":0.92000000000000004},"last":0.51300000000000001}]},{"osd":3,"last update":"Sat Jul 27 18:17:10 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.53700000000000003,"15min":0.54100000000000004},"min":{"1min":0.373,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.70499999999999996,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.55100000000000005,"15min":0.55700000000000005},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.66300000000000003,"5min":0.875,"15min":0.875},"last":0.42999999999999999}]},{"osd":5,"last update":"Sat Jul 27 18:16:30 2024","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.53300000000000003}]},{"osd":6,"last update":"Sat Jul 27 18:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.56200000000000006}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57399999999999995}]}]},{"osd":3,"up_from":26,"seq":111669149727,"num_pgs":35,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27724,"kb_used_data":704,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717428,"statfs":{"total":95995035648,"available":95966646272,"internally_reserved":0,"allocated":720896,"data_stored":299454,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:16:46 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.40600000000000003,"15min":0.40999999999999998},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.41199999999999998}]},{"osd":1,"last update":"Sat Jul 27 18:16:46 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.436,"15min":0.436},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.502},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.57599999999999996,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.34200000000000003}]},{"osd":2,"last update":"Sat Jul 27 18:16:46 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.47099999999999997,"15min":0.47199999999999998},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.65600000000000003,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.435,"15min":0.433},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.435}]},{"osd":4,"last update":"Sat Jul 27 18:16:06 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.64800000000000002}]},{"osd":5,"last update":"Sat Jul 27 18:16:34 2024","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.77000000000000002}]},{"osd":6,"last update":"Sat Jul 27 18:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.749}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69299999999999995}]}]},{"osd":2,"up_from":18,"seq":77309411364,"num_pgs":29,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27708,"kb_used_data":684,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717444,"statfs":{"total":95995035648,"available":95966662656,"internally_reserved":0,"allocated":700416,"data_stored":297786,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:16:20 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.374,"15min":0.36499999999999999},"min":{"1min":0.29099999999999998,"5min":0.16700000000000001,"15min":0.16700000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.37,"15min":0.35999999999999999},"min":{"1min":0.252,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.38400000000000001}]},{"osd":1,"last update":"Sat Jul 27 18:16:20 2024","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.41399999999999998,"15min":0.40899999999999997},"min":{"1min":0.26100000000000001,"5min":0.219,"15min":0.219},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.314},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.39300000000000002,"15min":0.38400000000000001},"min":{"1min":0.26000000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.436}]},{"osd":3,"last update":"Sat Jul 27 18:16:46 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.46400000000000002,"15min":0.46600000000000003},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.47999999999999998,"15min":0.48499999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.36799999999999999}]},{"osd":4,"last update":"Sat Jul 27 18:16:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.65100000000000002}]},{"osd":5,"last update":"Sat Jul 27 18:16:29 2024","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.55900000000000005}]},{"osd":6,"last update":"Sat Jul 27 18:16:55 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.077,"5min":1.077,"15min":1.077},"last":0.627}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58399999999999996}]}]},{"osd":1,"up_from":13,"seq":55834574890,"num_pgs":35,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31808,"kb_used_data":688,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713344,"statfs":{"total":95995035648,"available":95962464256,"internally_reserved":0,"allocated":704512,"data_stored":297673,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36699999999999999,"15min":0.35299999999999998},"min":{"1min":0.254,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.52900000000000003,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38900000000000001,"15min":0.378},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.57799999999999996,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.28999999999999998}]},{"osd":2,"last update":"Sat Jul 27 18:16:21 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28899999999999998,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.42399999999999999,"5min":0.40100000000000002,"15min":0.39700000000000002},"min":{"1min":0.32300000000000001,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.60099999999999998,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.28000000000000003}]},{"osd":3,"last update":"Sat Jul 27 18:16:47 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.30399999999999999,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.26600000000000001},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.495,"15min":0.499},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.34200000000000003}]},{"osd":4,"last update":"Sat Jul 27 18:16:08 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.441},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.46600000000000003}]},{"osd":5,"last update":"Sat Jul 27 18:16:33 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.36799999999999999}]},{"osd":6,"last update":"Sat Jul 27 18:16:55 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.39400000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47599999999999998}]}]},{"osd":0,"up_from":8,"seq":34359738414,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28300,"kb_used_data":1280,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716852,"statfs":{"total":95995035648,"available":95966056448,"internally_reserved":0,"allocated":1310720,"data_stored":888882,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Jul 27 18:17:00 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.35799999999999998,"15min":0.34899999999999998},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.36799999999999999,"15min":0.35299999999999998},"min":{"1min":0.26900000000000002,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.40999999999999998}]},{"osd":2,"last update":"Sat Jul 27 18:16:21 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.374,"15min":0.36699999999999999},"min":{"1min":0.30099999999999999,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.434,"5min":0.39700000000000002,"15min":0.39100000000000001},"min":{"1min":0.313,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.505}]},{"osd":3,"last update":"Sat Jul 27 18:16:51 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.41499999999999998,"15min":0.41299999999999998},"min":{"1min":0.35999999999999999,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.501,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.43099999999999999,"15min":0.42699999999999999},"min":{"1min":0.33100000000000002,"5min":0.316,"15min":0.316},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.46000000000000002}]},{"osd":4,"last update":"Sat Jul 27 18:16:09 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.67700000000000005}]},{"osd":5,"last update":"Sat Jul 27 18:16:31 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.59699999999999998}]},{"osd":6,"last update":"Sat Jul 27 18:16:54 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.74099999999999999},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.57499999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72599999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":1668,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":708,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":1654,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1564,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-07-27T18:17:15.036 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph pg dump --format=json 2024-07-27T18:17:15.249 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:17:16.658 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:16 smithi029 ceph-mon[29364]: pgmap v215: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:16.658 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:16 smithi029 ceph-mon[40759]: pgmap v215: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:16.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:16 smithi179 ceph-mon[33511]: pgmap v215: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:17.187 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:17:17.188 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-07-27T18:17:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:17 smithi029 ceph-mon[29364]: from='client.24416 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:17:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:17 smithi029 ceph-mon[40759]: from='client.24416 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:17:17.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:17 smithi179 ceph-mon[33511]: from='client.24416 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:17:17.905 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":215,"stamp":"2024-07-27T18:17:16.322326+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":592730,"num_objects":24,"num_object_clones":0,"num_object_copies":72,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":24,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":204,"num_write_kb":2430,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":156,"ondisk_log_size":156,"up":291,"acting":291,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":291,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":227552,"kb_used_data":7296,"kb_used_omap":12,"kb_used_meta":220147,"kb_avail":749733664,"statfs":{"total":767960285184,"available":767727271936,"internally_reserved":0,"allocated":7471104,"data_stored":4159593,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12744,"internal_metadata":225431096},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"10.980424"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339811+0000","last_change":"2024-07-27T18:16:50.809402+0000","last_active":"2024-07-27T18:17:04.339811+0000","last_peered":"2024-07-27T18:17:04.339811+0000","last_clean":"2024-07-27T18:17:04.339811+0000","last_became_active":"2024-07-27T18:16:50.809095+0000","last_became_peered":"2024-07-27T18:16:50.809095+0000","last_unstale":"2024-07-27T18:17:04.339811+0000","last_undegraded":"2024-07-27T18:17:04.339811+0000","last_fullsized":"2024-07-27T18:17:04.339811+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:15:56.744583+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343553+0000","last_change":"2024-07-27T18:16:50.800385+0000","last_active":"2024-07-27T18:17:04.343553+0000","last_peered":"2024-07-27T18:17:04.343553+0000","last_clean":"2024-07-27T18:17:04.343553+0000","last_became_active":"2024-07-27T18:16:50.800111+0000","last_became_peered":"2024-07-27T18:16:50.800111+0000","last_unstale":"2024-07-27T18:17:04.343553+0000","last_undegraded":"2024-07-27T18:17:04.343553+0000","last_fullsized":"2024-07-27T18:17:04.343553+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:33:31.364734+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.337429+0000","last_change":"2024-07-27T18:16:50.802535+0000","last_active":"2024-07-27T18:17:04.337429+0000","last_peered":"2024-07-27T18:17:04.337429+0000","last_clean":"2024-07-27T18:17:04.337429+0000","last_became_active":"2024-07-27T18:16:50.802254+0000","last_became_peered":"2024-07-27T18:16:50.802254+0000","last_unstale":"2024-07-27T18:17:04.337429+0000","last_undegraded":"2024-07-27T18:17:04.337429+0000","last_fullsized":"2024-07-27T18:17:04.337429+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:44:25.592616+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335757+0000","last_change":"2024-07-27T18:16:50.811955+0000","last_active":"2024-07-27T18:17:04.335757+0000","last_peered":"2024-07-27T18:17:04.335757+0000","last_clean":"2024-07-27T18:17:04.335757+0000","last_became_active":"2024-07-27T18:16:50.811472+0000","last_became_peered":"2024-07-27T18:16:50.811472+0000","last_unstale":"2024-07-27T18:17:04.335757+0000","last_undegraded":"2024-07-27T18:17:04.335757+0000","last_fullsized":"2024-07-27T18:17:04.335757+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:35:56.089277+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338644+0000","last_change":"2024-07-27T18:16:50.814593+0000","last_active":"2024-07-27T18:17:04.338644+0000","last_peered":"2024-07-27T18:17:04.338644+0000","last_clean":"2024-07-27T18:17:04.338644+0000","last_became_active":"2024-07-27T18:16:50.814027+0000","last_became_peered":"2024-07-27T18:16:50.814027+0000","last_unstale":"2024-07-27T18:17:04.338644+0000","last_undegraded":"2024-07-27T18:17:04.338644+0000","last_fullsized":"2024-07-27T18:17:04.338644+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:25:55.750357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335744+0000","last_change":"2024-07-27T18:16:50.798265+0000","last_active":"2024-07-27T18:17:04.335744+0000","last_peered":"2024-07-27T18:17:04.335744+0000","last_clean":"2024-07-27T18:17:04.335744+0000","last_became_active":"2024-07-27T18:16:50.797796+0000","last_became_peered":"2024-07-27T18:16:50.797796+0000","last_unstale":"2024-07-27T18:17:04.335744+0000","last_undegraded":"2024-07-27T18:17:04.335744+0000","last_fullsized":"2024-07-27T18:17:04.335744+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:31:49.075012+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":23,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.809146+0000","last_change":"2024-07-27T18:17:05.809146+0000","last_active":"2024-07-27T18:17:05.809146+0000","last_peered":"2024-07-27T18:17:05.809146+0000","last_clean":"2024-07-27T18:17:05.809146+0000","last_became_active":"2024-07-27T18:17:05.808732+0000","last_became_peered":"2024-07-27T18:17:05.808732+0000","last_unstale":"2024-07-27T18:17:05.809146+0000","last_undegraded":"2024-07-27T18:17:05.809146+0000","last_fullsized":"2024-07-27T18:17:05.809146+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:28:07.941699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1,4],"acting":[7,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335249+0000","last_change":"2024-07-27T18:16:50.802214+0000","last_active":"2024-07-27T18:17:04.335249+0000","last_peered":"2024-07-27T18:17:04.335249+0000","last_clean":"2024-07-27T18:17:04.335249+0000","last_became_active":"2024-07-27T18:16:50.801945+0000","last_became_peered":"2024-07-27T18:16:50.801945+0000","last_unstale":"2024-07-27T18:17:04.335249+0000","last_undegraded":"2024-07-27T18:17:04.335249+0000","last_fullsized":"2024-07-27T18:17:04.335249+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:09:40.651414+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339928+0000","last_change":"2024-07-27T18:16:50.815781+0000","last_active":"2024-07-27T18:17:04.339928+0000","last_peered":"2024-07-27T18:17:04.339928+0000","last_clean":"2024-07-27T18:17:04.339928+0000","last_became_active":"2024-07-27T18:16:50.815445+0000","last_became_peered":"2024-07-27T18:16:50.815445+0000","last_unstale":"2024-07-27T18:17:04.339928+0000","last_undegraded":"2024-07-27T18:17:04.339928+0000","last_fullsized":"2024-07-27T18:17:04.339928+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:40:11.690047+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343796+0000","last_change":"2024-07-27T18:16:50.808348+0000","last_active":"2024-07-27T18:17:04.343796+0000","last_peered":"2024-07-27T18:17:04.343796+0000","last_clean":"2024-07-27T18:17:04.343796+0000","last_became_active":"2024-07-27T18:16:50.808033+0000","last_became_peered":"2024-07-27T18:16:50.808033+0000","last_unstale":"2024-07-27T18:17:04.343796+0000","last_undegraded":"2024-07-27T18:17:04.343796+0000","last_fullsized":"2024-07-27T18:17:04.343796+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:12:07.830848+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342730+0000","last_change":"2024-07-27T18:16:50.799119+0000","last_active":"2024-07-27T18:17:04.342730+0000","last_peered":"2024-07-27T18:17:04.342730+0000","last_clean":"2024-07-27T18:17:04.342730+0000","last_became_active":"2024-07-27T18:16:50.798841+0000","last_became_peered":"2024-07-27T18:16:50.798841+0000","last_unstale":"2024-07-27T18:17:04.342730+0000","last_undegraded":"2024-07-27T18:17:04.342730+0000","last_fullsized":"2024-07-27T18:17:04.342730+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:28:11.407658+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342221+0000","last_change":"2024-07-27T18:16:50.798882+0000","last_active":"2024-07-27T18:17:04.342221+0000","last_peered":"2024-07-27T18:17:04.342221+0000","last_clean":"2024-07-27T18:17:04.342221+0000","last_became_active":"2024-07-27T18:16:50.798542+0000","last_became_peered":"2024-07-27T18:16:50.798542+0000","last_unstale":"2024-07-27T18:17:04.342221+0000","last_undegraded":"2024-07-27T18:17:04.342221+0000","last_fullsized":"2024-07-27T18:17:04.342221+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:29:41.332371+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335681+0000","last_change":"2024-07-27T18:16:50.800359+0000","last_active":"2024-07-27T18:17:04.335681+0000","last_peered":"2024-07-27T18:17:04.335681+0000","last_clean":"2024-07-27T18:17:04.335681+0000","last_became_active":"2024-07-27T18:16:50.799947+0000","last_became_peered":"2024-07-27T18:16:50.799947+0000","last_unstale":"2024-07-27T18:17:04.335681+0000","last_undegraded":"2024-07-27T18:17:04.335681+0000","last_fullsized":"2024-07-27T18:17:04.335681+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:17:14.911708+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335691+0000","last_change":"2024-07-27T18:16:50.807749+0000","last_active":"2024-07-27T18:17:04.335691+0000","last_peered":"2024-07-27T18:17:04.335691+0000","last_clean":"2024-07-27T18:17:04.335691+0000","last_became_active":"2024-07-27T18:16:50.807404+0000","last_became_peered":"2024-07-27T18:16:50.807404+0000","last_unstale":"2024-07-27T18:17:04.335691+0000","last_undegraded":"2024-07-27T18:17:04.335691+0000","last_fullsized":"2024-07-27T18:17:04.335691+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:48:02.494095+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342506+0000","last_change":"2024-07-27T18:16:50.802107+0000","last_active":"2024-07-27T18:17:04.342506+0000","last_peered":"2024-07-27T18:17:04.342506+0000","last_clean":"2024-07-27T18:17:04.342506+0000","last_became_active":"2024-07-27T18:16:50.801804+0000","last_became_peered":"2024-07-27T18:16:50.801804+0000","last_unstale":"2024-07-27T18:17:04.342506+0000","last_undegraded":"2024-07-27T18:17:04.342506+0000","last_fullsized":"2024-07-27T18:17:04.342506+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:56:43.239993+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335887+0000","last_change":"2024-07-27T18:16:50.808261+0000","last_active":"2024-07-27T18:17:04.335887+0000","last_peered":"2024-07-27T18:17:04.335887+0000","last_clean":"2024-07-27T18:17:04.335887+0000","last_became_active":"2024-07-27T18:16:50.807257+0000","last_became_peered":"2024-07-27T18:16:50.807257+0000","last_unstale":"2024-07-27T18:17:04.335887+0000","last_undegraded":"2024-07-27T18:17:04.335887+0000","last_fullsized":"2024-07-27T18:17:04.335887+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:01:13.130389+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336680+0000","last_change":"2024-07-27T18:16:50.811867+0000","last_active":"2024-07-27T18:17:04.336680+0000","last_peered":"2024-07-27T18:17:04.336680+0000","last_clean":"2024-07-27T18:17:04.336680+0000","last_became_active":"2024-07-27T18:16:50.811602+0000","last_became_peered":"2024-07-27T18:16:50.811602+0000","last_unstale":"2024-07-27T18:17:04.336680+0000","last_undegraded":"2024-07-27T18:17:04.336680+0000","last_fullsized":"2024-07-27T18:17:04.336680+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:28:50.900597+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338554+0000","last_change":"2024-07-27T18:16:50.804182+0000","last_active":"2024-07-27T18:17:04.338554+0000","last_peered":"2024-07-27T18:17:04.338554+0000","last_clean":"2024-07-27T18:17:04.338554+0000","last_became_active":"2024-07-27T18:16:50.803849+0000","last_became_peered":"2024-07-27T18:16:50.803849+0000","last_unstale":"2024-07-27T18:17:04.338554+0000","last_undegraded":"2024-07-27T18:17:04.338554+0000","last_fullsized":"2024-07-27T18:17:04.338554+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:33:16.345567+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339153+0000","last_change":"2024-07-27T18:16:50.806388+0000","last_active":"2024-07-27T18:17:04.339153+0000","last_peered":"2024-07-27T18:17:04.339153+0000","last_clean":"2024-07-27T18:17:04.339153+0000","last_became_active":"2024-07-27T18:16:50.806091+0000","last_became_peered":"2024-07-27T18:16:50.806091+0000","last_unstale":"2024-07-27T18:17:04.339153+0000","last_undegraded":"2024-07-27T18:17:04.339153+0000","last_fullsized":"2024-07-27T18:17:04.339153+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:59:27.510922+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":11,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.810881+0000","last_change":"2024-07-27T18:17:05.810118+0000","last_active":"2024-07-27T18:17:05.810881+0000","last_peered":"2024-07-27T18:17:05.810881+0000","last_clean":"2024-07-27T18:17:05.810881+0000","last_became_active":"2024-07-27T18:17:05.809724+0000","last_became_peered":"2024-07-27T18:17:05.809724+0000","last_unstale":"2024-07-27T18:17:05.810881+0000","last_undegraded":"2024-07-27T18:17:05.810881+0000","last_fullsized":"2024-07-27T18:17:05.810881+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:02:14.666698+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,4,0],"acting":[2,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336131+0000","last_change":"2024-07-27T18:16:50.810645+0000","last_active":"2024-07-27T18:17:04.336131+0000","last_peered":"2024-07-27T18:17:04.336131+0000","last_clean":"2024-07-27T18:17:04.336131+0000","last_became_active":"2024-07-27T18:16:50.810275+0000","last_became_peered":"2024-07-27T18:16:50.810275+0000","last_unstale":"2024-07-27T18:17:04.336131+0000","last_undegraded":"2024-07-27T18:17:04.336131+0000","last_fullsized":"2024-07-27T18:17:04.336131+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:59:22.620285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335829+0000","last_change":"2024-07-27T18:16:50.809399+0000","last_active":"2024-07-27T18:17:04.335829+0000","last_peered":"2024-07-27T18:17:04.335829+0000","last_clean":"2024-07-27T18:17:04.335829+0000","last_became_active":"2024-07-27T18:16:50.809098+0000","last_became_peered":"2024-07-27T18:16:50.809098+0000","last_unstale":"2024-07-27T18:17:04.335829+0000","last_undegraded":"2024-07-27T18:17:04.335829+0000","last_fullsized":"2024-07-27T18:17:04.335829+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:30:50.836271+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335681+0000","last_change":"2024-07-27T18:16:50.812535+0000","last_active":"2024-07-27T18:17:04.335681+0000","last_peered":"2024-07-27T18:17:04.335681+0000","last_clean":"2024-07-27T18:17:04.335681+0000","last_became_active":"2024-07-27T18:16:50.812189+0000","last_became_peered":"2024-07-27T18:16:50.812189+0000","last_unstale":"2024-07-27T18:17:04.335681+0000","last_undegraded":"2024-07-27T18:17:04.335681+0000","last_fullsized":"2024-07-27T18:17:04.335681+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:55:29.115887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335914+0000","last_change":"2024-07-27T18:16:50.804125+0000","last_active":"2024-07-27T18:17:04.335914+0000","last_peered":"2024-07-27T18:17:04.335914+0000","last_clean":"2024-07-27T18:17:04.335914+0000","last_became_active":"2024-07-27T18:16:50.803146+0000","last_became_peered":"2024-07-27T18:16:50.803146+0000","last_unstale":"2024-07-27T18:17:04.335914+0000","last_undegraded":"2024-07-27T18:17:04.335914+0000","last_fullsized":"2024-07-27T18:17:04.335914+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:03:31.509606+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336340+0000","last_change":"2024-07-27T18:16:50.807952+0000","last_active":"2024-07-27T18:17:04.336340+0000","last_peered":"2024-07-27T18:17:04.336340+0000","last_clean":"2024-07-27T18:17:04.336340+0000","last_became_active":"2024-07-27T18:16:50.804769+0000","last_became_peered":"2024-07-27T18:16:50.804769+0000","last_unstale":"2024-07-27T18:17:04.336340+0000","last_undegraded":"2024-07-27T18:17:04.336340+0000","last_fullsized":"2024-07-27T18:17:04.336340+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:32:45.218414+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343857+0000","last_change":"2024-07-27T18:16:50.804121+0000","last_active":"2024-07-27T18:17:04.343857+0000","last_peered":"2024-07-27T18:17:04.343857+0000","last_clean":"2024-07-27T18:17:04.343857+0000","last_became_active":"2024-07-27T18:16:50.803026+0000","last_became_peered":"2024-07-27T18:16:50.803026+0000","last_unstale":"2024-07-27T18:17:04.343857+0000","last_undegraded":"2024-07-27T18:17:04.343857+0000","last_fullsized":"2024-07-27T18:17:04.343857+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:51:23.099510+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342507+0000","last_change":"2024-07-27T18:16:50.801383+0000","last_active":"2024-07-27T18:17:04.342507+0000","last_peered":"2024-07-27T18:17:04.342507+0000","last_clean":"2024-07-27T18:17:04.342507+0000","last_became_active":"2024-07-27T18:16:50.801098+0000","last_became_peered":"2024-07-27T18:16:50.801098+0000","last_unstale":"2024-07-27T18:17:04.342507+0000","last_undegraded":"2024-07-27T18:17:04.342507+0000","last_fullsized":"2024-07-27T18:17:04.342507+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:39:57.298291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336146+0000","last_change":"2024-07-27T18:16:50.803778+0000","last_active":"2024-07-27T18:17:04.336146+0000","last_peered":"2024-07-27T18:17:04.336146+0000","last_clean":"2024-07-27T18:17:04.336146+0000","last_became_active":"2024-07-27T18:16:50.803346+0000","last_became_peered":"2024-07-27T18:16:50.803346+0000","last_unstale":"2024-07-27T18:17:04.336146+0000","last_undegraded":"2024-07-27T18:17:04.336146+0000","last_fullsized":"2024-07-27T18:17:04.336146+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:59:36.728712+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336212+0000","last_change":"2024-07-27T18:16:50.807050+0000","last_active":"2024-07-27T18:17:04.336212+0000","last_peered":"2024-07-27T18:17:04.336212+0000","last_clean":"2024-07-27T18:17:04.336212+0000","last_became_active":"2024-07-27T18:16:50.806748+0000","last_became_peered":"2024-07-27T18:16:50.806748+0000","last_unstale":"2024-07-27T18:17:04.336212+0000","last_undegraded":"2024-07-27T18:17:04.336212+0000","last_fullsized":"2024-07-27T18:17:04.336212+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:09:26.758096+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335848+0000","last_change":"2024-07-27T18:16:50.803770+0000","last_active":"2024-07-27T18:17:04.335848+0000","last_peered":"2024-07-27T18:17:04.335848+0000","last_clean":"2024-07-27T18:17:04.335848+0000","last_became_active":"2024-07-27T18:16:50.803199+0000","last_became_peered":"2024-07-27T18:16:50.803199+0000","last_unstale":"2024-07-27T18:17:04.335848+0000","last_undegraded":"2024-07-27T18:17:04.335848+0000","last_fullsized":"2024-07-27T18:17:04.335848+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:18:37.638380+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":23,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.647785+0000","last_change":"2024-07-27T18:17:05.647785+0000","last_active":"2024-07-27T18:17:05.647785+0000","last_peered":"2024-07-27T18:17:05.647785+0000","last_clean":"2024-07-27T18:17:05.647785+0000","last_became_active":"2024-07-27T18:17:05.647394+0000","last_became_peered":"2024-07-27T18:17:05.647394+0000","last_unstale":"2024-07-27T18:17:05.647785+0000","last_undegraded":"2024-07-27T18:17:05.647785+0000","last_fullsized":"2024-07-27T18:17:05.647785+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:00:51.552862+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,6],"acting":[2,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343089+0000","last_change":"2024-07-27T18:16:50.806992+0000","last_active":"2024-07-27T18:17:04.343089+0000","last_peered":"2024-07-27T18:17:04.343089+0000","last_clean":"2024-07-27T18:17:04.343089+0000","last_became_active":"2024-07-27T18:16:50.806513+0000","last_became_peered":"2024-07-27T18:16:50.806513+0000","last_unstale":"2024-07-27T18:17:04.343089+0000","last_undegraded":"2024-07-27T18:17:04.343089+0000","last_fullsized":"2024-07-27T18:17:04.343089+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:17:27.008972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.340764+0000","last_change":"2024-07-27T18:16:50.797181+0000","last_active":"2024-07-27T18:17:04.340764+0000","last_peered":"2024-07-27T18:17:04.340764+0000","last_clean":"2024-07-27T18:17:04.340764+0000","last_became_active":"2024-07-27T18:16:50.796856+0000","last_became_peered":"2024-07-27T18:16:50.796856+0000","last_unstale":"2024-07-27T18:17:04.340764+0000","last_undegraded":"2024-07-27T18:17:04.340764+0000","last_fullsized":"2024-07-27T18:17:04.340764+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:00:55.927532+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1b","version":"67'1","reported_seq":18,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335932+0000","last_change":"2024-07-27T18:16:47.354530+0000","last_active":"2024-07-27T18:17:04.335932+0000","last_peered":"2024-07-27T18:17:04.335932+0000","last_clean":"2024-07-27T18:17:04.335932+0000","last_became_active":"2024-07-27T18:16:47.354254+0000","last_became_peered":"2024-07-27T18:16:47.354254+0000","last_unstale":"2024-07-27T18:17:04.335932+0000","last_undegraded":"2024-07-27T18:17:04.335932+0000","last_fullsized":"2024-07-27T18:17:04.335932+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:09:56.585246+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336314+0000","last_change":"2024-07-27T18:16:50.810300+0000","last_active":"2024-07-27T18:17:04.336314+0000","last_peered":"2024-07-27T18:17:04.336314+0000","last_clean":"2024-07-27T18:17:04.336314+0000","last_became_active":"2024-07-27T18:16:50.809877+0000","last_became_peered":"2024-07-27T18:16:50.809877+0000","last_unstale":"2024-07-27T18:17:04.336314+0000","last_undegraded":"2024-07-27T18:17:04.336314+0000","last_fullsized":"2024-07-27T18:17:04.336314+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:08:03.842193+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1a","version":"67'1","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342325+0000","last_change":"2024-07-27T18:16:47.356565+0000","last_active":"2024-07-27T18:17:04.342325+0000","last_peered":"2024-07-27T18:17:04.342325+0000","last_clean":"2024-07-27T18:17:04.342325+0000","last_became_active":"2024-07-27T18:16:47.356129+0000","last_became_peered":"2024-07-27T18:16:47.356129+0000","last_unstale":"2024-07-27T18:17:04.342325+0000","last_undegraded":"2024-07-27T18:17:04.342325+0000","last_fullsized":"2024-07-27T18:17:04.342325+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:21:36.434330+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335859+0000","last_change":"2024-07-27T18:16:47.349942+0000","last_active":"2024-07-27T18:17:04.335859+0000","last_peered":"2024-07-27T18:17:04.335859+0000","last_clean":"2024-07-27T18:17:04.335859+0000","last_became_active":"2024-07-27T18:16:47.349649+0000","last_became_peered":"2024-07-27T18:16:47.349649+0000","last_unstale":"2024-07-27T18:17:04.335859+0000","last_undegraded":"2024-07-27T18:17:04.335859+0000","last_fullsized":"2024-07-27T18:17:04.335859+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:12:00.487045+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335310+0000","last_change":"2024-07-27T18:16:50.810256+0000","last_active":"2024-07-27T18:17:04.335310+0000","last_peered":"2024-07-27T18:17:04.335310+0000","last_clean":"2024-07-27T18:17:04.335310+0000","last_became_active":"2024-07-27T18:16:50.809495+0000","last_became_peered":"2024-07-27T18:16:50.809495+0000","last_unstale":"2024-07-27T18:17:04.335310+0000","last_undegraded":"2024-07-27T18:17:04.335310+0000","last_fullsized":"2024-07-27T18:17:04.335310+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:12:03.582402+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336019+0000","last_change":"2024-07-27T18:16:47.354572+0000","last_active":"2024-07-27T18:17:04.336019+0000","last_peered":"2024-07-27T18:17:04.336019+0000","last_clean":"2024-07-27T18:17:04.336019+0000","last_became_active":"2024-07-27T18:16:47.353797+0000","last_became_peered":"2024-07-27T18:16:47.353797+0000","last_unstale":"2024-07-27T18:17:04.336019+0000","last_undegraded":"2024-07-27T18:17:04.336019+0000","last_fullsized":"2024-07-27T18:17:04.336019+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:14:28.779875+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342346+0000","last_change":"2024-07-27T18:16:50.801433+0000","last_active":"2024-07-27T18:17:04.342346+0000","last_peered":"2024-07-27T18:17:04.342346+0000","last_clean":"2024-07-27T18:17:04.342346+0000","last_became_active":"2024-07-27T18:16:50.801139+0000","last_became_peered":"2024-07-27T18:16:50.801139+0000","last_unstale":"2024-07-27T18:17:04.342346+0000","last_undegraded":"2024-07-27T18:17:04.342346+0000","last_fullsized":"2024-07-27T18:17:04.342346+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:48:06.750305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343684+0000","last_change":"2024-07-27T18:16:47.356013+0000","last_active":"2024-07-27T18:17:04.343684+0000","last_peered":"2024-07-27T18:17:04.343684+0000","last_clean":"2024-07-27T18:17:04.343684+0000","last_became_active":"2024-07-27T18:16:47.355691+0000","last_became_peered":"2024-07-27T18:16:47.355691+0000","last_unstale":"2024-07-27T18:17:04.343684+0000","last_undegraded":"2024-07-27T18:17:04.343684+0000","last_fullsized":"2024-07-27T18:17:04.343684+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:43:25.033561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336282+0000","last_change":"2024-07-27T18:16:50.810840+0000","last_active":"2024-07-27T18:17:04.336282+0000","last_peered":"2024-07-27T18:17:04.336282+0000","last_clean":"2024-07-27T18:17:04.336282+0000","last_became_active":"2024-07-27T18:16:50.809345+0000","last_became_peered":"2024-07-27T18:16:50.809345+0000","last_unstale":"2024-07-27T18:17:04.336282+0000","last_undegraded":"2024-07-27T18:17:04.336282+0000","last_fullsized":"2024-07-27T18:17:04.336282+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:57:16.036857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336538+0000","last_change":"2024-07-27T18:16:47.353558+0000","last_active":"2024-07-27T18:17:04.336538+0000","last_peered":"2024-07-27T18:17:04.336538+0000","last_clean":"2024-07-27T18:17:04.336538+0000","last_became_active":"2024-07-27T18:16:47.353277+0000","last_became_peered":"2024-07-27T18:16:47.353277+0000","last_unstale":"2024-07-27T18:17:04.336538+0000","last_undegraded":"2024-07-27T18:17:04.336538+0000","last_fullsized":"2024-07-27T18:17:04.336538+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:15:25.492756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.337757+0000","last_change":"2024-07-27T18:16:50.807830+0000","last_active":"2024-07-27T18:17:04.337757+0000","last_peered":"2024-07-27T18:17:04.337757+0000","last_clean":"2024-07-27T18:17:04.337757+0000","last_became_active":"2024-07-27T18:16:50.807014+0000","last_became_peered":"2024-07-27T18:16:50.807014+0000","last_unstale":"2024-07-27T18:17:04.337757+0000","last_undegraded":"2024-07-27T18:17:04.337757+0000","last_fullsized":"2024-07-27T18:17:04.337757+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:17:17.856339+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"67'3","reported_seq":19,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343101+0000","last_change":"2024-07-27T18:16:47.352410+0000","last_active":"2024-07-27T18:17:04.343101+0000","last_peered":"2024-07-27T18:17:04.343101+0000","last_clean":"2024-07-27T18:17:04.343101+0000","last_became_active":"2024-07-27T18:16:47.352103+0000","last_became_peered":"2024-07-27T18:16:47.352103+0000","last_unstale":"2024-07-27T18:17:04.343101+0000","last_undegraded":"2024-07-27T18:17:04.343101+0000","last_fullsized":"2024-07-27T18:17:04.343101+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:26:20.317148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":11,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.647890+0000","last_change":"2024-07-27T18:17:05.647524+0000","last_active":"2024-07-27T18:17:05.647890+0000","last_peered":"2024-07-27T18:17:05.647890+0000","last_clean":"2024-07-27T18:17:05.647890+0000","last_became_active":"2024-07-27T18:17:05.647137+0000","last_became_peered":"2024-07-27T18:17:05.647137+0000","last_unstale":"2024-07-27T18:17:05.647890+0000","last_undegraded":"2024-07-27T18:17:05.647890+0000","last_fullsized":"2024-07-27T18:17:05.647890+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:12:28.701748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,7,6],"acting":[2,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.14","version":"67'6","reported_seq":22,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343386+0000","last_change":"2024-07-27T18:16:47.351198+0000","last_active":"2024-07-27T18:17:04.343386+0000","last_peered":"2024-07-27T18:17:04.343386+0000","last_clean":"2024-07-27T18:17:04.343386+0000","last_became_active":"2024-07-27T18:16:47.350912+0000","last_became_peered":"2024-07-27T18:16:47.350912+0000","last_unstale":"2024-07-27T18:17:04.343386+0000","last_undegraded":"2024-07-27T18:17:04.343386+0000","last_fullsized":"2024-07-27T18:17:04.343386+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":6,"log_dups_size":0,"ondisk_log_size":6,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:25:48.435004+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":1564,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338963+0000","last_change":"2024-07-27T18:16:50.812814+0000","last_active":"2024-07-27T18:17:04.338963+0000","last_peered":"2024-07-27T18:17:04.338963+0000","last_clean":"2024-07-27T18:17:04.338963+0000","last_became_active":"2024-07-27T18:16:50.812531+0000","last_became_peered":"2024-07-27T18:16:50.812531+0000","last_unstale":"2024-07-27T18:17:04.338963+0000","last_undegraded":"2024-07-27T18:17:04.338963+0000","last_fullsized":"2024-07-27T18:17:04.338963+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:01:58.212713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"67'2","reported_seq":18,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336400+0000","last_change":"2024-07-27T18:16:47.348863+0000","last_active":"2024-07-27T18:17:04.336400+0000","last_peered":"2024-07-27T18:17:04.336400+0000","last_clean":"2024-07-27T18:17:04.336400+0000","last_became_active":"2024-07-27T18:16:47.348589+0000","last_became_peered":"2024-07-27T18:16:47.348589+0000","last_unstale":"2024-07-27T18:17:04.336400+0000","last_undegraded":"2024-07-27T18:17:04.336400+0000","last_fullsized":"2024-07-27T18:17:04.336400+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:53:04.222502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":34,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":7,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335786+0000","last_change":"2024-07-27T18:16:50.810114+0000","last_active":"2024-07-27T18:17:04.335786+0000","last_peered":"2024-07-27T18:17:04.335786+0000","last_clean":"2024-07-27T18:17:04.335786+0000","last_became_active":"2024-07-27T18:16:50.809781+0000","last_became_peered":"2024-07-27T18:16:50.809781+0000","last_unstale":"2024-07-27T18:17:04.335786+0000","last_undegraded":"2024-07-27T18:17:04.335786+0000","last_fullsized":"2024-07-27T18:17:04.335786+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:11:38.254545+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335994+0000","last_change":"2024-07-27T18:16:47.353881+0000","last_active":"2024-07-27T18:17:04.335994+0000","last_peered":"2024-07-27T18:17:04.335994+0000","last_clean":"2024-07-27T18:17:04.335994+0000","last_became_active":"2024-07-27T18:16:47.353439+0000","last_became_peered":"2024-07-27T18:16:47.353439+0000","last_unstale":"2024-07-27T18:17:04.335994+0000","last_undegraded":"2024-07-27T18:17:04.335994+0000","last_fullsized":"2024-07-27T18:17:04.335994+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:46:53.312838+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338599+0000","last_change":"2024-07-27T18:16:50.814844+0000","last_active":"2024-07-27T18:17:04.338599+0000","last_peered":"2024-07-27T18:17:04.338599+0000","last_clean":"2024-07-27T18:17:04.338599+0000","last_became_active":"2024-07-27T18:16:50.814365+0000","last_became_peered":"2024-07-27T18:16:50.814365+0000","last_unstale":"2024-07-27T18:17:04.338599+0000","last_undegraded":"2024-07-27T18:17:04.338599+0000","last_fullsized":"2024-07-27T18:17:04.338599+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:29:10.685763+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342830+0000","last_change":"2024-07-27T18:16:47.349307+0000","last_active":"2024-07-27T18:17:04.342830+0000","last_peered":"2024-07-27T18:17:04.342830+0000","last_clean":"2024-07-27T18:17:04.342830+0000","last_became_active":"2024-07-27T18:16:47.349039+0000","last_became_peered":"2024-07-27T18:16:47.349039+0000","last_unstale":"2024-07-27T18:17:04.342830+0000","last_undegraded":"2024-07-27T18:17:04.342830+0000","last_fullsized":"2024-07-27T18:17:04.342830+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:22:05.511595+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343097+0000","last_change":"2024-07-27T18:16:50.807747+0000","last_active":"2024-07-27T18:17:04.343097+0000","last_peered":"2024-07-27T18:17:04.343097+0000","last_clean":"2024-07-27T18:17:04.343097+0000","last_became_active":"2024-07-27T18:16:50.807122+0000","last_became_peered":"2024-07-27T18:16:50.807122+0000","last_unstale":"2024-07-27T18:17:04.343097+0000","last_undegraded":"2024-07-27T18:17:04.343097+0000","last_fullsized":"2024-07-27T18:17:04.343097+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:03:48.805492+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"67'8","reported_seq":25,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338967+0000","last_change":"2024-07-27T18:16:47.350948+0000","last_active":"2024-07-27T18:17:04.338967+0000","last_peered":"2024-07-27T18:17:04.338967+0000","last_clean":"2024-07-27T18:17:04.338967+0000","last_became_active":"2024-07-27T18:16:47.350652+0000","last_became_peered":"2024-07-27T18:16:47.350652+0000","last_unstale":"2024-07-27T18:17:04.338967+0000","last_undegraded":"2024-07-27T18:17:04.338967+0000","last_fullsized":"2024-07-27T18:17:04.338967+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":8,"log_dups_size":0,"ondisk_log_size":8,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:49:21.905804+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339189+0000","last_change":"2024-07-27T18:16:50.813533+0000","last_active":"2024-07-27T18:17:04.339189+0000","last_peered":"2024-07-27T18:17:04.339189+0000","last_clean":"2024-07-27T18:17:04.339189+0000","last_became_active":"2024-07-27T18:16:50.813183+0000","last_became_peered":"2024-07-27T18:16:50.813183+0000","last_unstale":"2024-07-27T18:17:04.339189+0000","last_undegraded":"2024-07-27T18:17:04.339189+0000","last_fullsized":"2024-07-27T18:17:04.339189+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:53:32.804920+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"67'1","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343847+0000","last_change":"2024-07-27T18:16:47.352783+0000","last_active":"2024-07-27T18:17:04.343847+0000","last_peered":"2024-07-27T18:17:04.343847+0000","last_clean":"2024-07-27T18:17:04.343847+0000","last_became_active":"2024-07-27T18:16:47.352512+0000","last_became_peered":"2024-07-27T18:16:47.352512+0000","last_unstale":"2024-07-27T18:17:04.343847+0000","last_undegraded":"2024-07-27T18:17:04.343847+0000","last_fullsized":"2024-07-27T18:17:04.343847+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:16:13.951988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.340179+0000","last_change":"2024-07-27T18:16:50.810317+0000","last_active":"2024-07-27T18:17:04.340179+0000","last_peered":"2024-07-27T18:17:04.340179+0000","last_clean":"2024-07-27T18:17:04.340179+0000","last_became_active":"2024-07-27T18:16:50.810020+0000","last_became_peered":"2024-07-27T18:16:50.810020+0000","last_unstale":"2024-07-27T18:17:04.340179+0000","last_undegraded":"2024-07-27T18:17:04.340179+0000","last_fullsized":"2024-07-27T18:17:04.340179+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:44:59.132778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.e","version":"67'2","reported_seq":19,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.340158+0000","last_change":"2024-07-27T18:16:47.353563+0000","last_active":"2024-07-27T18:17:04.340158+0000","last_peered":"2024-07-27T18:17:04.340158+0000","last_clean":"2024-07-27T18:17:04.340158+0000","last_became_active":"2024-07-27T18:16:47.353174+0000","last_became_peered":"2024-07-27T18:16:47.353174+0000","last_unstale":"2024-07-27T18:17:04.340158+0000","last_undegraded":"2024-07-27T18:17:04.340158+0000","last_fullsized":"2024-07-27T18:17:04.340158+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:35:41.921361+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":23,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.809183+0000","last_change":"2024-07-27T18:17:05.809183+0000","last_active":"2024-07-27T18:17:05.809183+0000","last_peered":"2024-07-27T18:17:05.809183+0000","last_clean":"2024-07-27T18:17:05.809183+0000","last_became_active":"2024-07-27T18:17:05.808707+0000","last_became_peered":"2024-07-27T18:17:05.808707+0000","last_unstale":"2024-07-27T18:17:05.809183+0000","last_undegraded":"2024-07-27T18:17:05.809183+0000","last_fullsized":"2024-07-27T18:17:05.809183+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:54:52.697297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,3],"acting":[7,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"67'1","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343243+0000","last_change":"2024-07-27T18:16:47.351188+0000","last_active":"2024-07-27T18:17:04.343243+0000","last_peered":"2024-07-27T18:17:04.343243+0000","last_clean":"2024-07-27T18:17:04.343243+0000","last_became_active":"2024-07-27T18:16:47.350883+0000","last_became_peered":"2024-07-27T18:16:47.350883+0000","last_unstale":"2024-07-27T18:17:04.343243+0000","last_undegraded":"2024-07-27T18:17:04.343243+0000","last_fullsized":"2024-07-27T18:17:04.343243+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:08:39.884686+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336003+0000","last_change":"2024-07-27T18:16:50.803755+0000","last_active":"2024-07-27T18:17:04.336003+0000","last_peered":"2024-07-27T18:17:04.336003+0000","last_clean":"2024-07-27T18:17:04.336003+0000","last_became_active":"2024-07-27T18:16:50.803487+0000","last_became_peered":"2024-07-27T18:16:50.803487+0000","last_unstale":"2024-07-27T18:17:04.336003+0000","last_undegraded":"2024-07-27T18:17:04.336003+0000","last_fullsized":"2024-07-27T18:17:04.336003+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:51:46.320557+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338920+0000","last_change":"2024-07-27T18:16:47.355129+0000","last_active":"2024-07-27T18:17:04.338920+0000","last_peered":"2024-07-27T18:17:04.338920+0000","last_clean":"2024-07-27T18:17:04.338920+0000","last_became_active":"2024-07-27T18:16:47.354790+0000","last_became_peered":"2024-07-27T18:16:47.354790+0000","last_unstale":"2024-07-27T18:17:04.338920+0000","last_undegraded":"2024-07-27T18:17:04.338920+0000","last_fullsized":"2024-07-27T18:17:04.338920+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:21:16.471641+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339046+0000","last_change":"2024-07-27T18:16:50.814692+0000","last_active":"2024-07-27T18:17:04.339046+0000","last_peered":"2024-07-27T18:17:04.339046+0000","last_clean":"2024-07-27T18:17:04.339046+0000","last_became_active":"2024-07-27T18:16:50.814387+0000","last_became_peered":"2024-07-27T18:16:50.814387+0000","last_unstale":"2024-07-27T18:17:04.339046+0000","last_undegraded":"2024-07-27T18:17:04.339046+0000","last_fullsized":"2024-07-27T18:17:04.339046+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:45:21.237478+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.0","version":"23'117","reported_seq":225,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338433+0000","last_change":"2024-07-27T18:16:22.566506+0000","last_active":"2024-07-27T18:17:04.338433+0000","last_peered":"2024-07-27T18:17:04.338433+0000","last_clean":"2024-07-27T18:17:04.338433+0000","last_became_active":"2024-07-27T18:16:22.566055+0000","last_became_peered":"2024-07-27T18:16:22.566055+0000","last_unstale":"2024-07-27T18:17:04.338433+0000","last_undegraded":"2024-07-27T18:17:04.338433+0000","last_fullsized":"2024-07-27T18:17:04.338433+0000","mapping_epoch":59,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":60,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:14:20.896830+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:14:20.896830+0000","last_clean_scrub_stamp":"2024-07-27T18:14:20.896830+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:25:50.000995+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335845+0000","last_change":"2024-07-27T18:16:47.352991+0000","last_active":"2024-07-27T18:17:04.335845+0000","last_peered":"2024-07-27T18:17:04.335845+0000","last_clean":"2024-07-27T18:17:04.335845+0000","last_became_active":"2024-07-27T18:16:47.352683+0000","last_became_peered":"2024-07-27T18:16:47.352683+0000","last_unstale":"2024-07-27T18:17:04.335845+0000","last_undegraded":"2024-07-27T18:17:04.335845+0000","last_fullsized":"2024-07-27T18:17:04.335845+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:34:00.775044+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336476+0000","last_change":"2024-07-27T18:16:50.800637+0000","last_active":"2024-07-27T18:17:04.336476+0000","last_peered":"2024-07-27T18:17:04.336476+0000","last_clean":"2024-07-27T18:17:04.336476+0000","last_became_active":"2024-07-27T18:16:50.800349+0000","last_became_peered":"2024-07-27T18:16:50.800349+0000","last_unstale":"2024-07-27T18:17:04.336476+0000","last_undegraded":"2024-07-27T18:17:04.336476+0000","last_fullsized":"2024-07-27T18:17:04.336476+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:52:46.826998+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338319+0000","last_change":"2024-07-27T18:16:47.358402+0000","last_active":"2024-07-27T18:17:04.338319+0000","last_peered":"2024-07-27T18:17:04.338319+0000","last_clean":"2024-07-27T18:17:04.338319+0000","last_became_active":"2024-07-27T18:16:47.358130+0000","last_became_peered":"2024-07-27T18:16:47.358130+0000","last_unstale":"2024-07-27T18:17:04.338319+0000","last_undegraded":"2024-07-27T18:17:04.338319+0000","last_fullsized":"2024-07-27T18:17:04.338319+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:47:03.158631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336486+0000","last_change":"2024-07-27T18:16:50.809377+0000","last_active":"2024-07-27T18:17:04.336486+0000","last_peered":"2024-07-27T18:17:04.336486+0000","last_clean":"2024-07-27T18:17:04.336486+0000","last_became_active":"2024-07-27T18:16:50.809103+0000","last_became_peered":"2024-07-27T18:16:50.809103+0000","last_unstale":"2024-07-27T18:17:04.336486+0000","last_undegraded":"2024-07-27T18:17:04.336486+0000","last_fullsized":"2024-07-27T18:17:04.336486+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:41:19.935694+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339635+0000","last_change":"2024-07-27T18:16:47.352322+0000","last_active":"2024-07-27T18:17:04.339635+0000","last_peered":"2024-07-27T18:17:04.339635+0000","last_clean":"2024-07-27T18:17:04.339635+0000","last_became_active":"2024-07-27T18:16:47.351993+0000","last_became_peered":"2024-07-27T18:16:47.351993+0000","last_unstale":"2024-07-27T18:17:04.339635+0000","last_undegraded":"2024-07-27T18:17:04.339635+0000","last_fullsized":"2024-07-27T18:17:04.339635+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:26:55.534105+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342256+0000","last_change":"2024-07-27T18:16:50.800077+0000","last_active":"2024-07-27T18:17:04.342256+0000","last_peered":"2024-07-27T18:17:04.342256+0000","last_clean":"2024-07-27T18:17:04.342256+0000","last_became_active":"2024-07-27T18:16:50.799786+0000","last_became_peered":"2024-07-27T18:16:50.799786+0000","last_unstale":"2024-07-27T18:17:04.342256+0000","last_undegraded":"2024-07-27T18:17:04.342256+0000","last_fullsized":"2024-07-27T18:17:04.342256+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:04:08.001643+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335997+0000","last_change":"2024-07-27T18:16:47.353696+0000","last_active":"2024-07-27T18:17:04.335997+0000","last_peered":"2024-07-27T18:17:04.335997+0000","last_clean":"2024-07-27T18:17:04.335997+0000","last_became_active":"2024-07-27T18:16:47.351099+0000","last_became_peered":"2024-07-27T18:16:47.351099+0000","last_unstale":"2024-07-27T18:17:04.335997+0000","last_undegraded":"2024-07-27T18:17:04.335997+0000","last_fullsized":"2024-07-27T18:17:04.335997+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:15:18.495345+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.341242+0000","last_change":"2024-07-27T18:16:50.799489+0000","last_active":"2024-07-27T18:17:04.341242+0000","last_peered":"2024-07-27T18:17:04.341242+0000","last_clean":"2024-07-27T18:17:04.341242+0000","last_became_active":"2024-07-27T18:16:50.799204+0000","last_became_peered":"2024-07-27T18:16:50.799204+0000","last_unstale":"2024-07-27T18:17:04.341242+0000","last_undegraded":"2024-07-27T18:17:04.341242+0000","last_fullsized":"2024-07-27T18:17:04.341242+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:15:20.565029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342928+0000","last_change":"2024-07-27T18:16:47.357362+0000","last_active":"2024-07-27T18:17:04.342928+0000","last_peered":"2024-07-27T18:17:04.342928+0000","last_clean":"2024-07-27T18:17:04.342928+0000","last_became_active":"2024-07-27T18:16:47.356990+0000","last_became_peered":"2024-07-27T18:16:47.356990+0000","last_unstale":"2024-07-27T18:17:04.342928+0000","last_undegraded":"2024-07-27T18:17:04.342928+0000","last_fullsized":"2024-07-27T18:17:04.342928+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:02:04.455166+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336320+0000","last_change":"2024-07-27T18:16:50.802962+0000","last_active":"2024-07-27T18:17:04.336320+0000","last_peered":"2024-07-27T18:17:04.336320+0000","last_clean":"2024-07-27T18:17:04.336320+0000","last_became_active":"2024-07-27T18:16:50.802338+0000","last_became_peered":"2024-07-27T18:16:50.802338+0000","last_unstale":"2024-07-27T18:17:04.336320+0000","last_undegraded":"2024-07-27T18:17:04.336320+0000","last_fullsized":"2024-07-27T18:17:04.336320+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:20:36.876699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":11,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.810895+0000","last_change":"2024-07-27T18:17:05.810138+0000","last_active":"2024-07-27T18:17:05.810895+0000","last_peered":"2024-07-27T18:17:05.810895+0000","last_clean":"2024-07-27T18:17:05.810895+0000","last_became_active":"2024-07-27T18:17:05.809605+0000","last_became_peered":"2024-07-27T18:17:05.809605+0000","last_unstale":"2024-07-27T18:17:05.810895+0000","last_undegraded":"2024-07-27T18:17:05.810895+0000","last_fullsized":"2024-07-27T18:17:05.810895+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:18:54.637122+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,0,4],"acting":[2,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342836+0000","last_change":"2024-07-27T18:16:50.803496+0000","last_active":"2024-07-27T18:17:04.342836+0000","last_peered":"2024-07-27T18:17:04.342836+0000","last_clean":"2024-07-27T18:17:04.342836+0000","last_became_active":"2024-07-27T18:16:50.803237+0000","last_became_peered":"2024-07-27T18:16:50.803237+0000","last_unstale":"2024-07-27T18:17:04.342836+0000","last_undegraded":"2024-07-27T18:17:04.342836+0000","last_fullsized":"2024-07-27T18:17:04.342836+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:05:26.260180+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"67'1","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343652+0000","last_change":"2024-07-27T18:16:47.351669+0000","last_active":"2024-07-27T18:17:04.343652+0000","last_peered":"2024-07-27T18:17:04.343652+0000","last_clean":"2024-07-27T18:17:04.343652+0000","last_became_active":"2024-07-27T18:16:47.351224+0000","last_became_peered":"2024-07-27T18:16:47.351224+0000","last_unstale":"2024-07-27T18:17:04.343652+0000","last_undegraded":"2024-07-27T18:17:04.343652+0000","last_fullsized":"2024-07-27T18:17:04.343652+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:27:58.626011+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336424+0000","last_change":"2024-07-27T18:16:50.807481+0000","last_active":"2024-07-27T18:17:04.336424+0000","last_peered":"2024-07-27T18:17:04.336424+0000","last_clean":"2024-07-27T18:17:04.336424+0000","last_became_active":"2024-07-27T18:16:50.807202+0000","last_became_peered":"2024-07-27T18:16:50.807202+0000","last_unstale":"2024-07-27T18:17:04.336424+0000","last_undegraded":"2024-07-27T18:17:04.336424+0000","last_fullsized":"2024-07-27T18:17:04.336424+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:49:41.519175+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.7","version":"67'2","reported_seq":18,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.343729+0000","last_change":"2024-07-27T18:16:47.355052+0000","last_active":"2024-07-27T18:17:04.343729+0000","last_peered":"2024-07-27T18:17:04.343729+0000","last_clean":"2024-07-27T18:17:04.343729+0000","last_became_active":"2024-07-27T18:16:47.354558+0000","last_became_peered":"2024-07-27T18:16:47.354558+0000","last_unstale":"2024-07-27T18:17:04.343729+0000","last_undegraded":"2024-07-27T18:17:04.343729+0000","last_fullsized":"2024-07-27T18:17:04.343729+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:57:18.765586+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336670+0000","last_change":"2024-07-27T18:16:50.802843+0000","last_active":"2024-07-27T18:17:04.336670+0000","last_peered":"2024-07-27T18:17:04.336670+0000","last_clean":"2024-07-27T18:17:04.336670+0000","last_became_active":"2024-07-27T18:16:50.802522+0000","last_became_peered":"2024-07-27T18:16:50.802522+0000","last_unstale":"2024-07-27T18:17:04.336670+0000","last_undegraded":"2024-07-27T18:17:04.336670+0000","last_fullsized":"2024-07-27T18:17:04.336670+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:59:01.759883+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":17,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338369+0000","last_change":"2024-07-27T18:16:47.357578+0000","last_active":"2024-07-27T18:17:04.338369+0000","last_peered":"2024-07-27T18:17:04.338369+0000","last_clean":"2024-07-27T18:17:04.338369+0000","last_became_active":"2024-07-27T18:16:47.357261+0000","last_became_peered":"2024-07-27T18:16:47.357261+0000","last_unstale":"2024-07-27T18:17:04.338369+0000","last_undegraded":"2024-07-27T18:17:04.338369+0000","last_fullsized":"2024-07-27T18:17:04.338369+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:30:02.427608+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":11,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.349928+0000","last_change":"2024-07-27T18:17:05.349928+0000","last_active":"2024-07-27T18:17:05.349928+0000","last_peered":"2024-07-27T18:17:05.349928+0000","last_clean":"2024-07-27T18:17:05.349928+0000","last_became_active":"2024-07-27T18:17:05.349520+0000","last_became_peered":"2024-07-27T18:17:05.349520+0000","last_unstale":"2024-07-27T18:17:05.349928+0000","last_undegraded":"2024-07-27T18:17:05.349928+0000","last_fullsized":"2024-07-27T18:17:05.349928+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:19:32.416820+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,7],"acting":[1,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342611+0000","last_change":"2024-07-27T18:16:47.354348+0000","last_active":"2024-07-27T18:17:04.342611+0000","last_peered":"2024-07-27T18:17:04.342611+0000","last_clean":"2024-07-27T18:17:04.342611+0000","last_became_active":"2024-07-27T18:16:47.354001+0000","last_became_peered":"2024-07-27T18:16:47.354001+0000","last_unstale":"2024-07-27T18:17:04.342611+0000","last_undegraded":"2024-07-27T18:17:04.342611+0000","last_fullsized":"2024-07-27T18:17:04.342611+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:21:28.622976+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335344+0000","last_change":"2024-07-27T18:16:50.811398+0000","last_active":"2024-07-27T18:17:04.335344+0000","last_peered":"2024-07-27T18:17:04.335344+0000","last_clean":"2024-07-27T18:17:04.335344+0000","last_became_active":"2024-07-27T18:16:50.809974+0000","last_became_peered":"2024-07-27T18:16:50.809974+0000","last_unstale":"2024-07-27T18:17:04.335344+0000","last_undegraded":"2024-07-27T18:17:04.335344+0000","last_fullsized":"2024-07-27T18:17:04.335344+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:53:11.727456+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":16,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342904+0000","last_change":"2024-07-27T18:16:47.355772+0000","last_active":"2024-07-27T18:17:04.342904+0000","last_peered":"2024-07-27T18:17:04.342904+0000","last_clean":"2024-07-27T18:17:04.342904+0000","last_became_active":"2024-07-27T18:16:47.354907+0000","last_became_peered":"2024-07-27T18:16:47.354907+0000","last_unstale":"2024-07-27T18:17:04.342904+0000","last_undegraded":"2024-07-27T18:17:04.342904+0000","last_fullsized":"2024-07-27T18:17:04.342904+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:29:01.192877+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335770+0000","last_change":"2024-07-27T18:16:50.803972+0000","last_active":"2024-07-27T18:17:04.335770+0000","last_peered":"2024-07-27T18:17:04.335770+0000","last_clean":"2024-07-27T18:17:04.335770+0000","last_became_active":"2024-07-27T18:16:50.803395+0000","last_became_peered":"2024-07-27T18:16:50.803395+0000","last_unstale":"2024-07-27T18:17:04.335770+0000","last_undegraded":"2024-07-27T18:17:04.335770+0000","last_fullsized":"2024-07-27T18:17:04.335770+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:09:55.292413+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"67'2","reported_seq":19,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.338786+0000","last_change":"2024-07-27T18:16:47.355042+0000","last_active":"2024-07-27T18:17:04.338786+0000","last_peered":"2024-07-27T18:17:04.338786+0000","last_clean":"2024-07-27T18:17:04.338786+0000","last_became_active":"2024-07-27T18:16:47.354764+0000","last_became_peered":"2024-07-27T18:16:47.354764+0000","last_unstale":"2024-07-27T18:17:04.338786+0000","last_undegraded":"2024-07-27T18:17:04.338786+0000","last_fullsized":"2024-07-27T18:17:04.338786+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:21:21.257210+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.342158+0000","last_change":"2024-07-27T18:16:50.805852+0000","last_active":"2024-07-27T18:17:04.342158+0000","last_peered":"2024-07-27T18:17:04.342158+0000","last_clean":"2024-07-27T18:17:04.342158+0000","last_became_active":"2024-07-27T18:16:50.805551+0000","last_became_peered":"2024-07-27T18:16:50.805551+0000","last_unstale":"2024-07-27T18:17:04.342158+0000","last_undegraded":"2024-07-27T18:17:04.342158+0000","last_fullsized":"2024-07-27T18:17:04.342158+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:24:51.942675+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":11,"reported_epoch":69,"state":"active+clean","last_fresh":"2024-07-27T18:17:05.809280+0000","last_change":"2024-07-27T18:17:05.808921+0000","last_active":"2024-07-27T18:17:05.809280+0000","last_peered":"2024-07-27T18:17:05.809280+0000","last_clean":"2024-07-27T18:17:05.809280+0000","last_became_active":"2024-07-27T18:17:05.808566+0000","last_became_peered":"2024-07-27T18:17:05.808566+0000","last_unstale":"2024-07-27T18:17:05.809280+0000","last_undegraded":"2024-07-27T18:17:05.809280+0000","last_fullsized":"2024-07-27T18:17:05.809280+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:48:50.489620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,4,6],"acting":[2,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.1c","version":"67'2","reported_seq":19,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339147+0000","last_change":"2024-07-27T18:16:47.352777+0000","last_active":"2024-07-27T18:17:04.339147+0000","last_peered":"2024-07-27T18:17:04.339147+0000","last_clean":"2024-07-27T18:17:04.339147+0000","last_became_active":"2024-07-27T18:16:47.352509+0000","last_became_peered":"2024-07-27T18:16:47.352509+0000","last_unstale":"2024-07-27T18:17:04.339147+0000","last_undegraded":"2024-07-27T18:17:04.339147+0000","last_fullsized":"2024-07-27T18:17:04.339147+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:36:43.515196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.335886+0000","last_change":"2024-07-27T18:16:50.798267+0000","last_active":"2024-07-27T18:17:04.335886+0000","last_peered":"2024-07-27T18:17:04.335886+0000","last_clean":"2024-07-27T18:17:04.335886+0000","last_became_active":"2024-07-27T18:16:50.797968+0000","last_became_peered":"2024-07-27T18:16:50.797968+0000","last_unstale":"2024-07-27T18:17:04.335886+0000","last_undegraded":"2024-07-27T18:17:04.335886+0000","last_fullsized":"2024-07-27T18:17:04.335886+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:03:50.810995+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1d","version":"67'2","reported_seq":19,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.339111+0000","last_change":"2024-07-27T18:16:47.356348+0000","last_active":"2024-07-27T18:17:04.339111+0000","last_peered":"2024-07-27T18:17:04.339111+0000","last_clean":"2024-07-27T18:17:04.339111+0000","last_became_active":"2024-07-27T18:16:47.356103+0000","last_became_peered":"2024-07-27T18:16:47.356103+0000","last_unstale":"2024-07-27T18:17:04.339111+0000","last_undegraded":"2024-07-27T18:17:04.339111+0000","last_fullsized":"2024-07-27T18:17:04.339111+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:39:19.625726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.337423+0000","last_change":"2024-07-27T18:16:50.807864+0000","last_active":"2024-07-27T18:17:04.337423+0000","last_peered":"2024-07-27T18:17:04.337423+0000","last_clean":"2024-07-27T18:17:04.337423+0000","last_became_active":"2024-07-27T18:16:50.807590+0000","last_became_peered":"2024-07-27T18:16:50.807590+0000","last_unstale":"2024-07-27T18:17:04.337423+0000","last_undegraded":"2024-07-27T18:17:04.337423+0000","last_fullsized":"2024-07-27T18:17:04.337423+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:30:41.103550+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1e","version":"67'1","reported_seq":18,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336460+0000","last_change":"2024-07-27T18:16:47.344826+0000","last_active":"2024-07-27T18:17:04.336460+0000","last_peered":"2024-07-27T18:17:04.336460+0000","last_clean":"2024-07-27T18:17:04.336460+0000","last_became_active":"2024-07-27T18:16:47.344550+0000","last_became_peered":"2024-07-27T18:16:47.344550+0000","last_unstale":"2024-07-27T18:17:04.336460+0000","last_undegraded":"2024-07-27T18:17:04.336460+0000","last_fullsized":"2024-07-27T18:17:04.336460+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:32:18.227334+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":14,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.336307+0000","last_change":"2024-07-27T18:16:50.801327+0000","last_active":"2024-07-27T18:17:04.336307+0000","last_peered":"2024-07-27T18:17:04.336307+0000","last_clean":"2024-07-27T18:17:04.336307+0000","last_became_active":"2024-07-27T18:16:50.801035+0000","last_became_peered":"2024-07-27T18:16:50.801035+0000","last_unstale":"2024-07-27T18:17:04.336307+0000","last_undegraded":"2024-07-27T18:17:04.336307+0000","last_fullsized":"2024-07-27T18:17:04.336307+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:15:08.622555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1f","version":"67'4","reported_seq":20,"reported_epoch":68,"state":"active+clean","last_fresh":"2024-07-27T18:17:04.337869+0000","last_change":"2024-07-27T18:16:47.352929+0000","last_active":"2024-07-27T18:17:04.337869+0000","last_peered":"2024-07-27T18:17:04.337869+0000","last_clean":"2024-07-27T18:17:04.337869+0000","last_became_active":"2024-07-27T18:16:47.352562+0000","last_became_peered":"2024-07-27T18:16:47.352562+0000","last_unstale":"2024-07-27T18:17:04.337869+0000","last_undegraded":"2024-07-27T18:17:04.337869+0000","last_fullsized":"2024-07-27T18:17:04.337869+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:43:54.069768+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":582,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":192,"acting":192,"num_store_stats":8},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":2362,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":45,"num_write_kb":14,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":98304,"data_stored":7086,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":39,"ondisk_log_size":39,"up":96,"acting":96,"num_store_stats":8},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":4157440,"data_stored":4132576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":56,"seq":240518168590,"num_pgs":43,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28288,"kb_used_data":1272,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716864,"statfs":{"total":95995035648,"available":95966068736,"internally_reserved":0,"allocated":1302528,"data_stored":888758,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27654603},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41399999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53600000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44800000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51000000000000001}]}]},{"osd":6,"up_from":48,"seq":206158430226,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28288,"kb_used_data":1272,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716864,"statfs":{"total":95995035648,"available":95966068736,"internally_reserved":0,"allocated":1302528,"data_stored":889387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.374}]},{"osd":1,"last update":"Sat Jul 27 18:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.53000000000000003}]},{"osd":2,"last update":"Sat Jul 27 18:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.69299999999999995}]},{"osd":3,"last update":"Sat Jul 27 18:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.67400000000000004}]},{"osd":4,"last update":"Sat Jul 27 18:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.49399999999999999}]},{"osd":5,"last update":"Sat Jul 27 18:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.61799999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71399999999999997}]}]},{"osd":5,"up_from":40,"seq":171798691863,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27716,"kb_used_data":696,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717436,"statfs":{"total":95995035648,"available":95966654464,"internally_reserved":0,"allocated":712704,"data_stored":299159,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:16:29 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.56299999999999994}]},{"osd":1,"last update":"Sat Jul 27 18:16:29 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.59199999999999997}]},{"osd":2,"last update":"Sat Jul 27 18:16:29 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.64800000000000002}]},{"osd":3,"last update":"Sat Jul 27 18:16:29 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.67000000000000004}]},{"osd":4,"last update":"Sat Jul 27 18:16:29 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.39000000000000001}]},{"osd":6,"last update":"Sat Jul 27 18:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.46800000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.434}]}]},{"osd":4,"up_from":32,"seq":137438953500,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27720,"kb_used_data":700,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717432,"statfs":{"total":95995035648,"available":95966650368,"internally_reserved":0,"allocated":716800,"data_stored":298494,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:17:10 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.53400000000000003,"15min":0.54000000000000004},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.68899999999999995,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.55100000000000005,"15min":0.55700000000000005},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.70499999999999996,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.40200000000000002}]},{"osd":1,"last update":"Sat Jul 27 18:17:10 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.53200000000000003,"15min":0.53600000000000003},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.71999999999999997,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.55300000000000005,"15min":0.56000000000000005},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69499999999999995,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.47199999999999998}]},{"osd":2,"last update":"Sat Jul 27 18:17:10 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.53700000000000003,"15min":0.54000000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.71899999999999997,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.501,"5min":0.54600000000000004,"15min":0.55400000000000005},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.65600000000000003,"5min":0.92000000000000004,"15min":0.92000000000000004},"last":0.51300000000000001}]},{"osd":3,"last update":"Sat Jul 27 18:17:10 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.53700000000000003,"15min":0.54100000000000004},"min":{"1min":0.373,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.70499999999999996,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.55100000000000005,"15min":0.55700000000000005},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.66300000000000003,"5min":0.875,"15min":0.875},"last":0.42999999999999999}]},{"osd":5,"last update":"Sat Jul 27 18:16:30 2024","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.53300000000000003}]},{"osd":6,"last update":"Sat Jul 27 18:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.56200000000000006}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57399999999999995}]}]},{"osd":3,"up_from":26,"seq":111669149728,"num_pgs":35,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27724,"kb_used_data":704,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717428,"statfs":{"total":95995035648,"available":95966646272,"internally_reserved":0,"allocated":720896,"data_stored":299454,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:16:46 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.40600000000000003,"15min":0.40999999999999998},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.375},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.29799999999999999}]},{"osd":1,"last update":"Sat Jul 27 18:16:46 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.436,"15min":0.436},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.35899999999999999},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.57599999999999996,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.27600000000000002}]},{"osd":2,"last update":"Sat Jul 27 18:16:46 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.47099999999999997,"15min":0.47199999999999998},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.65600000000000003,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.435,"15min":0.433},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.40600000000000003}]},{"osd":4,"last update":"Sat Jul 27 18:17:09 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.60999999999999999,"15min":0.61399999999999999},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.61299999999999999,"15min":0.61699999999999999},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.75800000000000001,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.44500000000000001}]},{"osd":5,"last update":"Sat Jul 27 18:16:34 2024","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.48099999999999998}]},{"osd":6,"last update":"Sat Jul 27 18:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.52600000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]}]},{"osd":2,"up_from":18,"seq":77309411365,"num_pgs":29,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27708,"kb_used_data":684,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717444,"statfs":{"total":95995035648,"available":95966662656,"internally_reserved":0,"allocated":700416,"data_stored":297786,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:16:20 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.374,"15min":0.36499999999999999},"min":{"1min":0.29099999999999998,"5min":0.16700000000000001,"15min":0.16700000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.312},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.37,"15min":0.35999999999999999},"min":{"1min":0.252,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.35499999999999998}]},{"osd":1,"last update":"Sat Jul 27 18:16:20 2024","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.41399999999999998,"15min":0.40899999999999997},"min":{"1min":0.26100000000000001,"5min":0.219,"15min":0.219},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.39300000000000002,"15min":0.38400000000000001},"min":{"1min":0.26000000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.33700000000000002}]},{"osd":3,"last update":"Sat Jul 27 18:16:46 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.46400000000000002,"15min":0.46600000000000003},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.379},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.47999999999999998,"15min":0.48499999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.40100000000000002}]},{"osd":4,"last update":"Sat Jul 27 18:17:12 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.56799999999999995,"15min":0.56200000000000006},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.63500000000000001,"5min":0.58699999999999997,"15min":0.57899999999999996},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.64800000000000002}]},{"osd":5,"last update":"Sat Jul 27 18:16:29 2024","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.66600000000000004}]},{"osd":6,"last update":"Sat Jul 27 18:16:55 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.077,"5min":1.077,"15min":1.077},"last":0.77100000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.75}]}]},{"osd":1,"up_from":13,"seq":55834574891,"num_pgs":35,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31808,"kb_used_data":688,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713344,"statfs":{"total":95995035648,"available":95962464256,"internally_reserved":0,"allocated":704512,"data_stored":297673,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36699999999999999,"15min":0.35299999999999998},"min":{"1min":0.254,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.52900000000000003,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.29399999999999998},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38900000000000001,"15min":0.378},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.57799999999999996,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.33500000000000002}]},{"osd":2,"last update":"Sat Jul 27 18:16:21 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28899999999999998,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.42399999999999999,"5min":0.40100000000000002,"15min":0.39700000000000002},"min":{"1min":0.32300000000000001,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.60099999999999998,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.32500000000000001}]},{"osd":3,"last update":"Sat Jul 27 18:16:47 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.30399999999999999,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.495,"15min":0.499},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.48499999999999999}]},{"osd":4,"last update":"Sat Jul 27 18:17:11 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.56699999999999995,"15min":0.56599999999999995},"min":{"1min":0.42199999999999999,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.72499999999999998,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.57899999999999996,"15min":0.58499999999999996},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.745,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.42799999999999999}]},{"osd":5,"last update":"Sat Jul 27 18:16:33 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.50800000000000001}]},{"osd":6,"last update":"Sat Jul 27 18:16:55 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.41099999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53800000000000003}]}]},{"osd":0,"up_from":8,"seq":34359738415,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28300,"kb_used_data":1280,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716852,"statfs":{"total":95995035648,"available":95966056448,"internally_reserved":0,"allocated":1310720,"data_stored":888882,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Jul 27 18:17:00 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.35799999999999998,"15min":0.34899999999999998},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.36799999999999999,"15min":0.35299999999999998},"min":{"1min":0.26900000000000002,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.34999999999999998}]},{"osd":2,"last update":"Sat Jul 27 18:16:21 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.374,"15min":0.36699999999999999},"min":{"1min":0.30099999999999999,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.434},{"interface":"front","average":{"1min":0.434,"5min":0.39700000000000002,"15min":0.39100000000000001},"min":{"1min":0.313,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.38900000000000001}]},{"osd":3,"last update":"Sat Jul 27 18:16:51 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.41499999999999998,"15min":0.41299999999999998},"min":{"1min":0.35999999999999999,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.501,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.43099999999999999,"15min":0.42699999999999999},"min":{"1min":0.33100000000000002,"5min":0.316,"15min":0.316},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.36799999999999999}]},{"osd":4,"last update":"Sat Jul 27 18:17:11 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.56899999999999995,"15min":0.57599999999999996},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.67900000000000005,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59199999999999997,"15min":0.59099999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.77900000000000003,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.55600000000000005}]},{"osd":5,"last update":"Sat Jul 27 18:16:31 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.58399999999999996}]},{"osd":6,"last update":"Sat Jul 27 18:16:54 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.67400000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.75700000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":1668,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":708,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":1654,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1564,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-07-27T18:17:17.913 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-07-27T18:17:17.913 INFO:tasks.cephadm:Adding prometheus.a on smithi179 2024-07-27T18:17:17.914 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch apply prometheus '1;smithi179=a' 2024-07-27T18:17:18.132 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:17:18.594 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:18 smithi179 ceph-mon[33511]: pgmap v216: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:18 smithi029 ceph-mon[29364]: pgmap v216: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:18 smithi029 ceph-mon[40759]: pgmap v216: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:19.964 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled prometheus update... 2024-07-27T18:17:20.589 DEBUG:teuthology.orchestra.run.smithi179:prometheus.a> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@prometheus.a.service 2024-07-27T18:17:20.591 INFO:tasks.cephadm:Adding node-exporter.a on smithi029 2024-07-27T18:17:20.591 INFO:tasks.cephadm:Adding node-exporter.b on smithi179 2024-07-27T18:17:20.591 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch apply node-exporter '2;smithi029=a;smithi179=b' 2024-07-27T18:17:20.846 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:17:21.208 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:20 smithi179 ceph-mon[33511]: from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi179=a", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:17:21.209 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:20 smithi179 ceph-mon[33511]: Saving service prometheus spec with placement smithi179=a;count:1 2024-07-27T18:17:21.209 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:21.209 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:17:21.209 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:17:21.209 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:17:21.209 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:20 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:21.209 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:20 smithi179 ceph-mon[33511]: pgmap v217: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[29364]: from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi179=a", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:17:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[29364]: Saving service prometheus spec with placement smithi179=a;count:1 2024-07-27T18:17:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:17:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:17:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:17:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[29364]: pgmap v217: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[40759]: from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi179=a", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:17:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[40759]: Saving service prometheus spec with placement smithi179=a;count:1 2024-07-27T18:17:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:17:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:17:21.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:17:21.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:21.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:20 smithi029 ceph-mon[40759]: pgmap v217: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:22.569 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:22 smithi179 ceph-mon[33511]: Deploying daemon prometheus.a on smithi179 2024-07-27T18:17:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:22 smithi029 ceph-mon[29364]: Deploying daemon prometheus.a on smithi179 2024-07-27T18:17:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:22 smithi029 ceph-mon[40759]: Deploying daemon prometheus.a on smithi179 2024-07-27T18:17:23.176 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled node-exporter update... 2024-07-27T18:17:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:23 smithi179 ceph-mon[33511]: pgmap v218: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:23 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:23 smithi029 ceph-mon[29364]: pgmap v218: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:23 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:23 smithi029 ceph-mon[40759]: pgmap v218: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:23.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:23 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:24.375 DEBUG:teuthology.orchestra.run.smithi029:node-exporter.a> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.a.service 2024-07-27T18:17:24.378 DEBUG:teuthology.orchestra.run.smithi179:node-exporter.b> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.b.service 2024-07-27T18:17:24.381 INFO:tasks.cephadm:Adding alertmanager.a on smithi029 2024-07-27T18:17:24.381 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch apply alertmanager '1;smithi029=a' 2024-07-27T18:17:24.622 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:17:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:24 smithi179 ceph-mon[33511]: from='client.24397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi029=a;smithi179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:17:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:24 smithi179 ceph-mon[33511]: Saving service node-exporter spec with placement smithi029=a;smithi179=b;count:2 2024-07-27T18:17:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:24 smithi029 ceph-mon[29364]: from='client.24397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi029=a;smithi179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:17:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:24 smithi029 ceph-mon[29364]: Saving service node-exporter spec with placement smithi029=a;smithi179=b;count:2 2024-07-27T18:17:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:24 smithi029 ceph-mon[40759]: from='client.24397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi029=a;smithi179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:17:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:24 smithi029 ceph-mon[40759]: Saving service node-exporter spec with placement smithi029=a;smithi179=b;count:2 2024-07-27T18:17:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:25 smithi179 ceph-mon[33511]: pgmap v219: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:25.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:25 smithi029 ceph-mon[29364]: pgmap v219: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:25.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:25 smithi029 ceph-mon[40759]: pgmap v219: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:26.653 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:26 smithi029 ceph-mon[29364]: pgmap v220: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:26.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:26 smithi029 ceph-mon[40759]: pgmap v220: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:26 smithi179 ceph-mon[33511]: pgmap v220: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:28.228 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled alertmanager update... 2024-07-27T18:17:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:29 smithi179 ceph-mon[33511]: from='client.24403 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi029=a", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:17:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:29 smithi179 ceph-mon[33511]: Saving service alertmanager spec with placement smithi029=a;count:1 2024-07-27T18:17:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:29 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:29 smithi179 ceph-mon[33511]: pgmap v221: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:29 smithi029 ceph-mon[29364]: from='client.24403 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi029=a", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:17:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:29 smithi029 ceph-mon[29364]: Saving service alertmanager spec with placement smithi029=a;count:1 2024-07-27T18:17:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:29 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:29.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:29 smithi029 ceph-mon[29364]: pgmap v221: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:29.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:29 smithi029 ceph-mon[40759]: from='client.24403 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi029=a", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:17:29.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:29 smithi029 ceph-mon[40759]: Saving service alertmanager spec with placement smithi029=a;count:1 2024-07-27T18:17:29.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:29 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:29.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:29 smithi029 ceph-mon[40759]: pgmap v221: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:30.178 DEBUG:teuthology.orchestra.run.smithi029:alertmanager.a> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@alertmanager.a.service 2024-07-27T18:17:30.181 INFO:tasks.cephadm:Adding grafana.a on smithi179 2024-07-27T18:17:30.181 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph orch apply grafana '1;smithi179=a' 2024-07-27T18:17:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:30 smithi029 ceph-mon[29364]: pgmap v222: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:30 smithi029 ceph-mon[40759]: pgmap v222: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:30.671 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:30 smithi179 ceph-mon[33511]: pgmap v222: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:30.991 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:17:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:32 smithi179 ceph-mon[33511]: pgmap v223: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:32 smithi029 ceph-mon[29364]: pgmap v223: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:32 smithi029 ceph-mon[40759]: pgmap v223: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:34.265 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:34 smithi179 systemd[1]: Starting Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:17:34.521 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:34 smithi179 ceph-mon[33511]: pgmap v224: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:34 smithi029 ceph-mon[29364]: pgmap v224: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:34 smithi029 ceph-mon[40759]: pgmap v224: 97 pgs: 97 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:34.803 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled grafana update... 2024-07-27T18:17:34.803 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:34 smithi179 podman[63392]: 2024-07-27 18:17:34.6550224 +0000 UTC m=+0.018165937 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-07-27T18:17:34.803 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:34 smithi179 podman[63392]: 2024-07-27 18:17:34.753963926 +0000 UTC m=+0.117107449 container create 1b323d7e3788664eb56e39d425f8ade69db96a749bef8af8faa319bc7a17991a (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:17:35.413 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 podman[63392]: 2024-07-27 18:17:35.140689291 +0000 UTC m=+0.503832830 container init 1b323d7e3788664eb56e39d425f8ade69db96a749bef8af8faa319bc7a17991a (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:17:35.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 podman[63392]: 2024-07-27 18:17:35.145338865 +0000 UTC m=+0.508482387 container start 1b323d7e3788664eb56e39d425f8ade69db96a749bef8af8faa319bc7a17991a (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:17:35.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.169Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-07-27T18:17:35.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.169Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-07-27T18:17:35.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.169Z caller=main.go:570 level=info host_details="(Linux 5.14.0-480.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024 x86_64 smithi179 (none))" 2024-07-27T18:17:35.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.169Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-07-27T18:17:35.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.169Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-07-27T18:17:35.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.171Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-07-27T18:17:35.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.171Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-07-27T18:17:35.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.172Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-07-27T18:17:35.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.172Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-07-27T18:17:35.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.173Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-07-27T18:17:35.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.173Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.188µs 2024-07-27T18:17:35.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.173Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-07-27T18:17:35.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.174Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-07-27T18:17:35.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.174Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=26.726µs wal_replay_duration=373.16µs wbl_replay_duration=128ns total_replay_duration=429.054µs 2024-07-27T18:17:35.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.175Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-07-27T18:17:35.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.175Z caller=main.go:1029 level=info msg="TSDB started" 2024-07-27T18:17:35.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.175Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-07-27T18:17:35.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.194Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.84478ms db_storage=789ns remote_storage=1.004µs web_handler=244ns query_engine=529ns scrape=253.079µs scrape_sd=89.917µs notify=682ns notify_sd=2.188µs rules=19.211966ms tracing=7.712µs 2024-07-27T18:17:35.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.194Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-07-27T18:17:35.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:17:35.194Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-07-27T18:17:35.416 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 bash[63392]: 1b323d7e3788664eb56e39d425f8ade69db96a749bef8af8faa319bc7a17991a 2024-07-27T18:17:35.416 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:17:35 smithi179 systemd[1]: Started Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:17:35.818 DEBUG:teuthology.orchestra.run.smithi179:grafana.a> sudo journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@grafana.a.service 2024-07-27T18:17:35.821 INFO:tasks.cephadm:Setting up client nodes... 2024-07-27T18:17:35.821 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-07-27T18:17:36.044 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:17:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-mon[33511]: from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi179=a", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:17:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-mon[33511]: Saving service grafana spec with placement smithi179=a;count:1 2024-07-27T18:17:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:35 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-07-27T18:17:36.167 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[29364]: from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi179=a", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:17:36.167 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[29364]: Saving service grafana spec with placement smithi179=a;count:1 2024-07-27T18:17:36.167 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:36.167 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:36.167 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:36.167 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:36.167 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-07-27T18:17:36.167 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[40759]: from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi179=a", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:17:36.167 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[40759]: Saving service grafana spec with placement smithi179=a;count:1 2024-07-27T18:17:36.168 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:36.168 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:36.168 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:36.168 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' 2024-07-27T18:17:36.168 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:35 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-07-27T18:17:36.462 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ignoring --setuser ceph since I am not root 2024-07-27T18:17:36.462 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ignoring --setgroup ceph since I am not root 2024-07-27T18:17:36.462 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:36.460+0000 7f776799c040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:17:36.593 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: ignoring --setuser ceph since I am not root 2024-07-27T18:17:36.593 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: ignoring --setgroup ceph since I am not root 2024-07-27T18:17:36.593 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:36 smithi179 ceph-mgr[35633]: -- 172.21.15.179:0/657013471 <== mon.1 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55bda19a6d00 con 0x55bda197a800 2024-07-27T18:17:36.593 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:36.449+0000 7f1e8ef29040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:17:36.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:36.614+0000 7f776799c040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:17:36.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:36.683+0000 7f776799c040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:17:36.896 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:36.591+0000 7f1e8ef29040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:17:36.896 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:36.658+0000 7f1e8ef29040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:17:37.162 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:36.894+0000 7f1e8ef29040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:17:37.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:36.953+0000 7f1e8ef29040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:17:37.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:36.935+0000 7f776799c040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:17:37.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:36.998+0000 7f776799c040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:17:37.628 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:37 smithi029 ceph-mon[29364]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-07-27T18:17:37.628 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:37 smithi029 ceph-mon[29364]: mgrmap e16: y(active, since 5m), standbys: x 2024-07-27T18:17:37.629 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:37 smithi029 ceph-mon[40759]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-07-27T18:17:37.629 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:37 smithi029 ceph-mon[40759]: mgrmap e16: y(active, since 5m), standbys: x 2024-07-27T18:17:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:37 smithi179 ceph-mon[33511]: from='mgr.14148 172.21.15.29:0/539828001' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-07-27T18:17:37.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:37 smithi179 ceph-mon[33511]: mgrmap e16: y(active, since 5m), standbys: x 2024-07-27T18:17:38.111 INFO:teuthology.orchestra.run.smithi029.stdout:[client.0] 2024-07-27T18:17:38.111 INFO:teuthology.orchestra.run.smithi029.stdout: key = AQDCOaVmpDJfBhAAr88ZcIPjKJS2EUhSssjvqA== 2024-07-27T18:17:38.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:37 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:37.864+0000 7f1e8ef29040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:17:38.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:37 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:37.978+0000 7f1e8ef29040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:17:38.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:38 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:38.034+0000 7f1e8ef29040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:17:38.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:37 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:37.989+0000 7f776799c040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:17:38.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:38.110+0000 7f776799c040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:17:38.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:38.172+0000 7f776799c040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:17:38.513 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:38 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3977413577' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-07-27T18:17:38.513 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:38 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-07-27T18:17:38.513 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:38 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-07-27T18:17:38.513 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:38 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:38.242+0000 7f1e8ef29040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:17:38.513 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:38 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:38.302+0000 7f1e8ef29040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:17:38.513 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:38 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:38.369+0000 7f1e8ef29040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:17:38.514 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:38 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:38.511+0000 7f1e8ef29040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:17:38.681 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:38 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3977413577' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-07-27T18:17:38.681 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:38 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-07-27T18:17:38.681 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:38 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-07-27T18:17:38.682 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:38 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3977413577' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-07-27T18:17:38.682 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:38 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-07-27T18:17:38.682 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:38 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-07-27T18:17:38.682 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:38.396+0000 7f776799c040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:17:38.682 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:38.461+0000 7f776799c040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:17:38.682 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:38.530+0000 7f776799c040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:17:38.682 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:38.679+0000 7f776799c040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:17:38.796 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:17:38.796 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-07-27T18:17:38.796 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-07-27T18:17:38.838 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-07-27T18:17:39.051 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.b/config 2024-07-27T18:17:39.162 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:38 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:38.933+0000 7f1e8ef29040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:17:39.448 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:39 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:39.264+0000 7f1e8ef29040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:17:39.448 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:39 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:39.335+0000 7f1e8ef29040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:17:39.466 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:39 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:39.140+0000 7f776799c040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:17:39.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:39 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:39.464+0000 7f776799c040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:17:39.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:39 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:39.532+0000 7f776799c040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:17:39.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:39 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:39.684+0000 7f776799c040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:17:39.795 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:39 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:39.486+0000 7f1e8ef29040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:17:39.796 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:39 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:39.793+0000 7f1e8ef29040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:17:40.162 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:39 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:39.857+0000 7f1e8ef29040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:17:40.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:40 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:40.041+0000 7f1e8ef29040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:17:40.260 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:40 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:40.004+0000 7f776799c040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:17:40.260 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:40 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:40.067+0000 7f776799c040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:17:40.507 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:40 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:40.187+0000 7f1e8ef29040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:17:40.507 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:40 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:40.252+0000 7f1e8ef29040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:17:40.507 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:40 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:40.336+0000 7f1e8ef29040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:17:40.507 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:40 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:40.399+0000 7f1e8ef29040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:17:40.564 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:40 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:40.258+0000 7f776799c040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:17:40.564 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:40 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:40.412+0000 7f776799c040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:17:40.564 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:40 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:40.477+0000 7f776799c040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:17:40.564 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:40 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:40.562+0000 7f776799c040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:17:41.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:40 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:40.623+0000 7f776799c040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:17:41.110 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:40 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:40.951+0000 7f1e8ef29040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:17:41.113 INFO:teuthology.orchestra.run.smithi179.stdout:[client.1] 2024-07-27T18:17:41.113 INFO:teuthology.orchestra.run.smithi179.stdout: key = AQDFOaVmptt5BhAAl9PafLbLKD/tT5mSuk7Duw== 2024-07-27T18:17:41.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-mon[33511]: from='client.? 172.21.15.179:0/3529303724' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-07-27T18:17:41.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-07-27T18:17:41.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-07-27T18:17:41.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-mon[33511]: Standby manager daemon x restarted 2024-07-27T18:17:41.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-mon[33511]: Standby manager daemon x started 2024-07-27T18:17:41.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/4145119056' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:17:41.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/4145119056' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:17:41.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/4145119056' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:17:41.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/4145119056' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:17:41.414 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:41.107+0000 7f1e8ef29040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:17:41.414 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: [27/Jul/2024:18:17:41] ENGINE Bus STARTING 2024-07-27T18:17:41.414 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: CherryPy Checker: 2024-07-27T18:17:41.414 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: The Application mounted at '' has an empty config. 2024-07-27T18:17:41.414 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: 2024-07-27T18:17:41.414 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: [27/Jul/2024:18:17:41] ENGINE Serving on http://:::9283 2024-07-27T18:17:41.414 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:17:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[35610]: [27/Jul/2024:18:17:41] ENGINE Bus STARTED 2024-07-27T18:17:41.445 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[29364]: from='client.? 172.21.15.179:0/3529303724' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-07-27T18:17:41.445 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-07-27T18:17:41.445 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-07-27T18:17:41.445 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[29364]: Standby manager daemon x restarted 2024-07-27T18:17:41.445 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[29364]: Standby manager daemon x started 2024-07-27T18:17:41.445 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/4145119056' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:17:41.445 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/4145119056' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:17:41.445 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/4145119056' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:17:41.445 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/4145119056' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:17:41.446 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[40759]: from='client.? 172.21.15.179:0/3529303724' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-07-27T18:17:41.446 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-07-27T18:17:41.446 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-07-27T18:17:41.446 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[40759]: Standby manager daemon x restarted 2024-07-27T18:17:41.446 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[40759]: Standby manager daemon x started 2024-07-27T18:17:41.446 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/4145119056' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:17:41.446 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/4145119056' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:17:41.446 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/4145119056' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:17:41.446 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/4145119056' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:17:41.446 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.173+0000 7f776799c040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:17:41.447 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.336+0000 7f776799c040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:17:41.447 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:17:41] ENGINE Bus STARTING 2024-07-27T18:17:41.447 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: CherryPy Checker: 2024-07-27T18:17:41.447 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: The Application mounted at '' has an empty config. 2024-07-27T18:17:41.447 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.724 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.443+0000 7f76d3ee5640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:17:41.724 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.443+0000 7f76d3ee5640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:17:41.725 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.443+0000 7f76d3ee5640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:17:41.725 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.443+0000 7f76d3ee5640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:17:41.725 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.443+0000 7f76d3ee5640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:17:41.725 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.444+0000 7f76d76ec640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:17:41.725 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.444+0000 7f76d76ec640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:17:41.725 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.444+0000 7f76d76ec640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:17:41.725 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.444+0000 7f76d76ec640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:17:41.725 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:41.444+0000 7f76d76ec640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:17:41.725 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:17:41] ENGINE Serving on http://:::9283 2024-07-27T18:17:41.725 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:17:41] ENGINE Bus STARTED 2024-07-27T18:17:41.749 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T18:17:41.749 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-07-27T18:17:41.749 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-07-27T18:17:41.787 INFO:tasks.cephadm:Creating RBD pool 2024-07-27T18:17:41.787 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd pool create rbd 8 2024-07-27T18:17:42.012 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:17:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: Active manager daemon y restarted 2024-07-27T18:17:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: Activating manager daemon y 2024-07-27T18:17:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: osdmap e70: 8 total, 8 up, 8 in 2024-07-27T18:17:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: mgrmap e17: y(active, starting, since 0.0076565s), standbys: x 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:17:42.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: Manager daemon y is now available 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:17:42.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:42 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:17:42.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: Active manager daemon y restarted 2024-07-27T18:17:42.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: Activating manager daemon y 2024-07-27T18:17:42.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: osdmap e70: 8 total, 8 up, 8 in 2024-07-27T18:17:42.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: mgrmap e17: y(active, starting, since 0.0076565s), standbys: x 2024-07-27T18:17:42.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:17:42.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:17:42.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:17:42.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:17:42.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:17:42.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: Manager daemon y is now available 2024-07-27T18:17:42.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:17:42.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:42.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:17:42.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:17:42.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:17:42.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:17:42.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:17:42.424 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: Active manager daemon y restarted 2024-07-27T18:17:42.424 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: Activating manager daemon y 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: osdmap e70: 8 total, 8 up, 8 in 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: mgrmap e17: y(active, starting, since 0.0076565s), standbys: x 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:17:42.425 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: Manager daemon y is now available 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:17:42.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:17:42.427 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:17:42] "GET /metrics HTTP/1.1" 200 28772 "" "Prometheus/2.43.0" 2024-07-27T18:17:42.427 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:17:42.427 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:42 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:17:43.461 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-mon[29364]: mgrmap e18: y(active, since 1.01063s), standbys: x 2024-07-27T18:17:43.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-mon[29364]: pgmap v3: 97 pgs: 97 active+clean; 580 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:43.462 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-mon[40759]: mgrmap e18: y(active, since 1.01063s), standbys: x 2024-07-27T18:17:43.462 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-mon[40759]: pgmap v3: 97 pgs: 97 active+clean; 580 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:43.462 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:43.203+0000 7f76bb8b5640 -1 log_channel(cephadm) log [ERR] : [27/Jul/2024:18:17:43] ENGINE Error in HTTPServer.serve 2024-07-27T18:17:43.462 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: Traceback (most recent call last): 2024-07-27T18:17:43.462 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:17:43.462 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: self._connections.run(self.expiration_interval) 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: self._run(expiration_interval) 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: s = self.context.wrap_socket( 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: return self.sslsocket_class._create( 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: self.do_handshake() 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: self._sslobj.do_handshake() 2024-07-27T18:17:43.463 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:17:43.464 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:17:43.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:43 smithi179 ceph-mon[33511]: mgrmap e18: y(active, since 1.01063s), standbys: x 2024-07-27T18:17:43.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:43 smithi179 ceph-mon[33511]: pgmap v3: 97 pgs: 97 active+clean; 580 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:44.753 INFO:teuthology.orchestra.run.smithi029.stderr:pool 'rbd' created 2024-07-27T18:17:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:44 smithi179 ceph-mon[33511]: [27/Jul/2024:18:17:43] ENGINE Bus STARTING 2024-07-27T18:17:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:44 smithi179 ceph-mon[33511]: [27/Jul/2024:18:17:43] ENGINE Serving on https://172.21.15.29:7150 2024-07-27T18:17:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:44 smithi179 ceph-mon[33511]: [27/Jul/2024:18:17:43] ENGINE Error in HTTPServer.serve 2024-07-27T18:17:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout: Traceback (most recent call last): 2024-07-27T18:17:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:17:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:17:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:17:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout: self._run(expiration_interval) 2024-07-27T18:17:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:17:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:17:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:17:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: s = self.context.wrap_socket( 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: return self.sslsocket_class._create( 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: self.do_handshake() 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: self._sslobj.do_handshake() 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:44 smithi179 ceph-mon[33511]: [27/Jul/2024:18:17:43] ENGINE Serving on http://172.21.15.29:8765 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:44 smithi179 ceph-mon[33511]: [27/Jul/2024:18:17:43] ENGINE Bus STARTED 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:44 smithi179 ceph-mon[33511]: pgmap v4: 97 pgs: 97 active+clean; 580 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:44 smithi179 ceph-mon[33511]: mgrmap e19: y(active, since 2s), standbys: x 2024-07-27T18:17:44.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:44 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:44.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:44 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[29364]: [27/Jul/2024:18:17:43] ENGINE Bus STARTING 2024-07-27T18:17:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[29364]: [27/Jul/2024:18:17:43] ENGINE Serving on https://172.21.15.29:7150 2024-07-27T18:17:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[29364]: [27/Jul/2024:18:17:43] ENGINE Error in HTTPServer.serve 2024-07-27T18:17:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout: Traceback (most recent call last): 2024-07-27T18:17:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:17:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:17:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:17:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._run(expiration_interval) 2024-07-27T18:17:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:17:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:17:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:17:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:17:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:17:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout: s = self.context.wrap_socket( 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout: return self.sslsocket_class._create( 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout: self.do_handshake() 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._sslobj.do_handshake() 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[29364]: [27/Jul/2024:18:17:43] ENGINE Serving on http://172.21.15.29:8765 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[29364]: [27/Jul/2024:18:17:43] ENGINE Bus STARTED 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[29364]: pgmap v4: 97 pgs: 97 active+clean; 580 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[29364]: mgrmap e19: y(active, since 2s), standbys: x 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[40759]: [27/Jul/2024:18:17:43] ENGINE Bus STARTING 2024-07-27T18:17:45.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[40759]: [27/Jul/2024:18:17:43] ENGINE Serving on https://172.21.15.29:7150 2024-07-27T18:17:45.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[40759]: [27/Jul/2024:18:17:43] ENGINE Error in HTTPServer.serve 2024-07-27T18:17:45.004 INFO:journalctl@ceph.mon.c.smithi029.stdout: Traceback (most recent call last): 2024-07-27T18:17:45.004 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:17:45.004 INFO:journalctl@ceph.mon.c.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:17:45.004 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:17:45.004 INFO:journalctl@ceph.mon.c.smithi029.stdout: self._run(expiration_interval) 2024-07-27T18:17:45.004 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:17:45.004 INFO:journalctl@ceph.mon.c.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout: s = self.context.wrap_socket( 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout: return self.sslsocket_class._create( 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout: self.do_handshake() 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout: self._sslobj.do_handshake() 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[40759]: [27/Jul/2024:18:17:43] ENGINE Serving on http://172.21.15.29:8765 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[40759]: [27/Jul/2024:18:17:43] ENGINE Bus STARTED 2024-07-27T18:17:45.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[40759]: pgmap v4: 97 pgs: 97 active+clean; 580 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:45.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[40759]: mgrmap e19: y(active, since 2s), standbys: x 2024-07-27T18:17:45.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:44 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.546 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- rbd pool init rbd 2024-07-27T18:17:45.776 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:17:45.899 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/203723284' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: Adjusting osd_memory_target on smithi179 to 2992M 2024-07-27T18:17:45.900 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.901 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.901 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.901 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2024-07-27T18:17:45.901 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: osdmap e71: 8 total, 8 up, 8 in 2024-07-27T18:17:45.901 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[40759]: pgmap v6: 105 pgs: 8 unknown, 97 active+clean; 580 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:45.901 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/203723284' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-07-27T18:17:45.901 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-07-27T18:17:45.901 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.901 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.901 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.901 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.901 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: Adjusting osd_memory_target on smithi179 to 2992M 2024-07-27T18:17:45.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2024-07-27T18:17:45.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: osdmap e71: 8 total, 8 up, 8 in 2024-07-27T18:17:45.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:45 smithi029 ceph-mon[29364]: pgmap v6: 105 pgs: 8 unknown, 97 active+clean; 580 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/203723284' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-07-27T18:17:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-07-27T18:17:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:45.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: Adjusting osd_memory_target on smithi179 to 2992M 2024-07-27T18:17:45.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:45.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2024-07-27T18:17:45.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: osdmap e71: 8 total, 8 up, 8 in 2024-07-27T18:17:45.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:45 smithi179 ceph-mon[33511]: pgmap v6: 105 pgs: 8 unknown, 97 active+clean; 580 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:17:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: Adjusting osd_memory_target on smithi029 to 2993M 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: mgrmap e20: y(active, since 4s), standbys: x 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: osdmap e72: 8 total, 8 up, 8 in 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:17:46.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:17:46.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:17:46.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:17:46.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:46.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:46.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:46.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:46.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:46 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: Adjusting osd_memory_target on smithi029 to 2993M 2024-07-27T18:17:47.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:17:47.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:17:47.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:17:47.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:17:47.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:17:47.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: mgrmap e20: y(active, since 4s), standbys: x 2024-07-27T18:17:47.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: osdmap e72: 8 total, 8 up, 8 in 2024-07-27T18:17:47.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:17:47.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:17:47.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:17:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:17:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: Adjusting osd_memory_target on smithi029 to 2993M 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:17:47.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: mgrmap e20: y(active, since 4s), standbys: x 2024-07-27T18:17:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: osdmap e72: 8 total, 8 up, 8 in 2024-07-27T18:17:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:17:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:17:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:17:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:17:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:46 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:17:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[40759]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:17:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[40759]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:17:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[40759]: Deploying daemon alertmanager.a on smithi029 2024-07-27T18:17:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[40759]: osdmap e73: 8 total, 8 up, 8 in 2024-07-27T18:17:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[40759]: pgmap v9: 105 pgs: 3 unknown, 102 active+clean; 580 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-07-27T18:17:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/2983849144' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2024-07-27T18:17:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2024-07-27T18:17:48.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[29364]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:17:48.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[29364]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:17:48.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[29364]: Deploying daemon alertmanager.a on smithi029 2024-07-27T18:17:48.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[29364]: osdmap e73: 8 total, 8 up, 8 in 2024-07-27T18:17:48.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[29364]: pgmap v9: 105 pgs: 3 unknown, 102 active+clean; 580 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-07-27T18:17:48.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2983849144' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2024-07-27T18:17:48.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:47 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2024-07-27T18:17:48.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:47 smithi179 ceph-mon[33511]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:17:48.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:47 smithi179 ceph-mon[33511]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:17:48.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:47 smithi179 ceph-mon[33511]: Deploying daemon alertmanager.a on smithi029 2024-07-27T18:17:48.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:47 smithi179 ceph-mon[33511]: osdmap e73: 8 total, 8 up, 8 in 2024-07-27T18:17:48.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:47 smithi179 ceph-mon[33511]: pgmap v9: 105 pgs: 3 unknown, 102 active+clean; 580 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-07-27T18:17:48.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:47 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/2983849144' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2024-07-27T18:17:48.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:47 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2024-07-27T18:17:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:48 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]': finished 2024-07-27T18:17:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:48 smithi179 ceph-mon[33511]: osdmap e74: 8 total, 8 up, 8 in 2024-07-27T18:17:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:48 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]': finished 2024-07-27T18:17:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:48 smithi029 ceph-mon[29364]: osdmap e74: 8 total, 8 up, 8 in 2024-07-27T18:17:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:48 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]': finished 2024-07-27T18:17:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:48 smithi029 ceph-mon[40759]: osdmap e74: 8 total, 8 up, 8 in 2024-07-27T18:17:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:49 smithi179 ceph-mon[33511]: osdmap e75: 8 total, 8 up, 8 in 2024-07-27T18:17:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:49 smithi179 ceph-mon[33511]: pgmap v12: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 28 op/s 2024-07-27T18:17:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:49 smithi029 ceph-mon[29364]: osdmap e75: 8 total, 8 up, 8 in 2024-07-27T18:17:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:49 smithi029 ceph-mon[29364]: pgmap v12: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 28 op/s 2024-07-27T18:17:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:49 smithi029 ceph-mon[40759]: osdmap e75: 8 total, 8 up, 8 in 2024-07-27T18:17:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:49 smithi029 ceph-mon[40759]: pgmap v12: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 28 op/s 2024-07-27T18:17:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:50 smithi029 ceph-mon[29364]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:17:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:50 smithi029 ceph-mon[29364]: Cluster is now healthy 2024-07-27T18:17:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:50 smithi029 ceph-mon[29364]: osdmap e76: 8 total, 8 up, 8 in 2024-07-27T18:17:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:50 smithi029 ceph-mon[40759]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:17:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:50 smithi029 ceph-mon[40759]: Cluster is now healthy 2024-07-27T18:17:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:50 smithi029 ceph-mon[40759]: osdmap e76: 8 total, 8 up, 8 in 2024-07-27T18:17:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:50 smithi179 ceph-mon[33511]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:17:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:50 smithi179 ceph-mon[33511]: Cluster is now healthy 2024-07-27T18:17:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:50 smithi179 ceph-mon[33511]: osdmap e76: 8 total, 8 up, 8 in 2024-07-27T18:17:51.273 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-07-27T18:17:51.273 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-07-27T18:17:51.273 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph mgr dump --format=json 2024-07-27T18:17:51.483 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:17:51.875 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:51 smithi029 ceph-mon[29364]: pgmap v14: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 25 op/s 2024-07-27T18:17:51.875 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:51 smithi029 ceph-mon[40759]: pgmap v14: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 25 op/s 2024-07-27T18:17:52.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:51 smithi179 ceph-mon[33511]: pgmap v14: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 25 op/s 2024-07-27T18:17:52.577 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:17:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:17:52] "GET /metrics HTTP/1.1" 200 28772 "" "Prometheus/2.43.0" 2024-07-27T18:17:53.743 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:53 smithi029 ceph-mon[29364]: pgmap v15: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2024-07-27T18:17:53.744 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:53 smithi029 ceph-mon[40759]: pgmap v15: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2024-07-27T18:17:53.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:53 smithi179 ceph-mon[33511]: pgmap v15: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2024-07-27T18:17:55.460 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:17:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:55 smithi029 ceph-mon[29364]: osdmap e77: 8 total, 8 up, 8 in 2024-07-27T18:17:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:55 smithi029 ceph-mon[29364]: pgmap v17: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 310 B/s wr, 0 op/s 2024-07-27T18:17:56.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:55 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3200693113' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-07-27T18:17:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:55 smithi029 ceph-mon[40759]: osdmap e77: 8 total, 8 up, 8 in 2024-07-27T18:17:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:55 smithi029 ceph-mon[40759]: pgmap v17: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 310 B/s wr, 0 op/s 2024-07-27T18:17:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:55 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3200693113' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-07-27T18:17:56.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:55 smithi179 ceph-mon[33511]: osdmap e77: 8 total, 8 up, 8 in 2024-07-27T18:17:56.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:55 smithi179 ceph-mon[33511]: pgmap v17: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 310 B/s wr, 0 op/s 2024-07-27T18:17:56.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:55 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3200693113' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-07-27T18:17:56.482 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":20,"flags":0,"active_gid":24434,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":612740776},{"type":"v1","addr":"172.21.15.29:6801","nonce":612740776}]},"active_addr":"172.21.15.29:6801/612740776","active_change":"2024-07-27T18:17:41.338560+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14517,"name":"x","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.29:8443/","prometheus":"http://172.21.15.29:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":70,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":3967498613}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":2802647195}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":3971106289}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":3387472076}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":1829499005}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":2603902672}]}]} 2024-07-27T18:17:56.564 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-07-27T18:17:56.565 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-07-27T18:17:56.565 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd dump --format=json 2024-07-27T18:17:57.105 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:56 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:17:57.105 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:56 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:17:57.119 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:17:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:56 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:17:58.079 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:57 smithi179 ceph-mon[33511]: pgmap v18: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:17:58.221 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:57 smithi029 ceph-mon[29364]: pgmap v18: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:17:58.221 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:57 smithi029 ceph-mon[40759]: pgmap v18: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:17:59.233 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 podman[75123]: 2024-07-27 18:17:59.121778118 +0000 UTC m=+0.449666013 volume create 99774da68b77e69252aac76ae2b4bb88a2d8ba9d0cede34a1fc28b9f3f21fea5 2024-07-27T18:17:59.233 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 podman[75123]: 2024-07-27 18:17:59.231071224 +0000 UTC m=+0.558959118 container create d9aea9a01927437e1038f9d4a0cdce709cc640d4f921cc60a8640dcb28e54e99 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:17:59.342 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:17:59.342 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":77,"fsid":"70f4cc2a-4c43-11ef-bcc7-c7b262605968","created":"2024-07-27T18:11:04.766550+0000","modified":"2024-07-27T18:17:54.769700+0000","last_up_change":"2024-07-27T18:16:18.550517+0000","last_in_change":"2024-07-27T18:16:00.711612+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":4,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"luminous","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-07-27T18:14:20.759229+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-07-27T18:16:46.025302+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-07-27T18:16:49.726383+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.3799999952316284,"score_stable":1.3799999952316284,"optimal_score":1,"raw_score_acting":1.3799999952316284,"raw_score_stable":1.3799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":4,"pool_name":"rbd","create_time":"2024-07-27T18:17:44.513895+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"76","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":3,"snap_epoch":76,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6d998df7-ced9-4bd1-9caf-0054c2dccbfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6803","nonce":3188036503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6805","nonce":3188036503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6809","nonce":3188036503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6807","nonce":3188036503}]},"public_addr":"172.21.15.29:6803/3188036503","cluster_addr":"172.21.15.29:6805/3188036503","heartbeat_back_addr":"172.21.15.29:6809/3188036503","heartbeat_front_addr":"172.21.15.29:6807/3188036503","state":["exists","up"]},{"osd":1,"uuid":"467fef03-d2ac-478a-bac6-418a93719e3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6811","nonce":3716288892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6813","nonce":3716288892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6817","nonce":3716288892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6815","nonce":3716288892}]},"public_addr":"172.21.15.29:6811/3716288892","cluster_addr":"172.21.15.29:6813/3716288892","heartbeat_back_addr":"172.21.15.29:6817/3716288892","heartbeat_front_addr":"172.21.15.29:6815/3716288892","state":["exists","up"]},{"osd":2,"uuid":"d7656edf-9814-40e0-a46e-6f65e3fcecb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6819","nonce":3007210194}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6821","nonce":3007210194}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6825","nonce":3007210194}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6823","nonce":3007210194}]},"public_addr":"172.21.15.29:6819/3007210194","cluster_addr":"172.21.15.29:6821/3007210194","heartbeat_back_addr":"172.21.15.29:6825/3007210194","heartbeat_front_addr":"172.21.15.29:6823/3007210194","state":["exists","up"]},{"osd":3,"uuid":"b8b5e940-937e-4eea-80cf-fdc7a8c5ba89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6827","nonce":4036995227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6829","nonce":4036995227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6833","nonce":4036995227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6831","nonce":4036995227}]},"public_addr":"172.21.15.29:6827/4036995227","cluster_addr":"172.21.15.29:6829/4036995227","heartbeat_back_addr":"172.21.15.29:6833/4036995227","heartbeat_front_addr":"172.21.15.29:6831/4036995227","state":["exists","up"]},{"osd":4,"uuid":"1ce22e2d-639a-4a47-8332-bec4f1b3215f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6801","nonce":2209758242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6803","nonce":2209758242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6807","nonce":2209758242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6805","nonce":2209758242}]},"public_addr":"172.21.15.179:6801/2209758242","cluster_addr":"172.21.15.179:6803/2209758242","heartbeat_back_addr":"172.21.15.179:6807/2209758242","heartbeat_front_addr":"172.21.15.179:6805/2209758242","state":["exists","up"]},{"osd":5,"uuid":"119f7284-551b-47a0-81c4-37e3fd0928ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6809","nonce":4082046482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6811","nonce":4082046482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6815","nonce":4082046482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6813","nonce":4082046482}]},"public_addr":"172.21.15.179:6809/4082046482","cluster_addr":"172.21.15.179:6811/4082046482","heartbeat_back_addr":"172.21.15.179:6815/4082046482","heartbeat_front_addr":"172.21.15.179:6813/4082046482","state":["exists","up"]},{"osd":6,"uuid":"227d5b06-8cf2-4545-9fa3-d485d0fe4b43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6817","nonce":3533956799}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6819","nonce":3533956799}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6823","nonce":3533956799}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6821","nonce":3533956799}]},"public_addr":"172.21.15.179:6817/3533956799","cluster_addr":"172.21.15.179:6819/3533956799","heartbeat_back_addr":"172.21.15.179:6823/3533956799","heartbeat_front_addr":"172.21.15.179:6821/3533956799","state":["exists","up"]},{"osd":7,"uuid":"c804c166-bf7d-4d3f-a1e2-f85179886890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6825","nonce":3827595375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6827","nonce":3827595375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6831","nonce":3827595375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6829","nonce":3827595375}]},"public_addr":"172.21.15.179:6825/3827595375","cluster_addr":"172.21.15.179:6827/3827595375","heartbeat_back_addr":"172.21.15.179:6831/3827595375","heartbeat_front_addr":"172.21.15.179:6829/3827595375","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:26.802898+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:52.229957+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:16.548800+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:41.871787+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:03.727227+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:27.752290+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:51.513507+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:16:16.222140+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.5","mappings":[{"from":7,"to":2}]},{"pgid":"3.9","mappings":[{"from":4,"to":1}]},{"pgid":"3.f","mappings":[{"from":0,"to":3}]},{"pgid":"3.14","mappings":[{"from":4,"to":2}]},{"pgid":"3.1d","mappings":[{"from":5,"to":2}]},{"pgid":"3.21","mappings":[{"from":5,"to":1}]},{"pgid":"3.2c","mappings":[{"from":6,"to":2}]},{"pgid":"3.39","mappings":[{"from":0,"to":1}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/379020480":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/869782601":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/3215539880":"2024-07-28T18:11:40.915357+0000","172.21.15.29:6800/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/1764223943":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6801/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/2564329360":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6800/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6800/954519543":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/3990979992":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/3141629589":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/538119603":"2024-07-28T18:17:41.338358+0000","172.21.15.29:6801/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/2584965221":"2024-07-28T18:17:41.338358+0000","172.21.15.29:6801/954519543":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/3379292268":"2024-07-28T18:17:41.338358+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[{"pool":4,"snaps":[{"begin":2,"length":1}]}],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-07-27T18:17:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:17:59 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3335932847' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:17:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:17:59 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3335932847' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:17:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:17:59 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3335932847' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:18:00.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:18:00] ENGINE Bus STOPPING 2024-07-27T18:18:00.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 podman[75123]: 2024-07-27 18:17:59.866002048 +0000 UTC m=+1.193889943 container init d9aea9a01927437e1038f9d4a0cdce709cc640d4f921cc60a8640dcb28e54e99 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:18:00.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 podman[75123]: 2024-07-27 18:17:59.87080129 +0000 UTC m=+1.198689185 container start d9aea9a01927437e1038f9d4a0cdce709cc640d4f921cc60a8640dcb28e54e99 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:18:00.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[75200]: ts=2024-07-27T18:17:59.882Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-07-27T18:18:00.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[75200]: ts=2024-07-27T18:17:59.883Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-07-27T18:18:00.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[75200]: ts=2024-07-27T18:17:59.884Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.29 port=9094 2024-07-27T18:18:00.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[75200]: ts=2024-07-27T18:17:59.885Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-07-27T18:18:00.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[75200]: ts=2024-07-27T18:17:59.908Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-07-27T18:18:00.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[75200]: ts=2024-07-27T18:17:59.908Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-07-27T18:18:00.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[75200]: ts=2024-07-27T18:17:59.911Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-07-27T18:18:00.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[75200]: ts=2024-07-27T18:17:59.911Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-07-27T18:18:00.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 bash[75123]: d9aea9a01927437e1038f9d4a0cdce709cc640d4f921cc60a8640dcb28e54e99 2024-07-27T18:18:00.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:17:59 smithi029 systemd[1]: Started Ceph alertmanager.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:18:00.455 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-07-27T18:18:00.456 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd dump --format=json 2024-07-27T18:18:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:00 smithi179 ceph-mon[33511]: pgmap v19: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 213 B/s wr, 0 op/s 2024-07-27T18:18:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:00 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:00 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:00 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:00 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:00 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:00 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:00 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-07-27T18:18:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:00 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.666 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[29364]: pgmap v19: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 213 B/s wr, 0 op/s 2024-07-27T18:18:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-07-27T18:18:00.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[40759]: pgmap v19: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 213 B/s wr, 0 op/s 2024-07-27T18:18:00.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-07-27T18:18:00.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:00.753 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:18:00] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:18:00.753 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:18:00] ENGINE Bus STOPPED 2024-07-27T18:18:00.753 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:18:00] ENGINE Bus STARTING 2024-07-27T18:18:00.753 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:18:00] ENGINE Serving on http://:::9283 2024-07-27T18:18:00.753 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:18:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:18:00] ENGINE Bus STARTED 2024-07-27T18:18:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:01 smithi029 ceph-mon[29364]: Regenerating cephadm self-signed grafana TLS certificates 2024-07-27T18:18:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:01 smithi029 ceph-mon[29364]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-07-27T18:18:01.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:01 smithi029 ceph-mon[29364]: Deploying daemon grafana.a on smithi179 2024-07-27T18:18:01.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:01 smithi029 ceph-mon[29364]: pgmap v20: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-07-27T18:18:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:01 smithi029 ceph-mon[40759]: Regenerating cephadm self-signed grafana TLS certificates 2024-07-27T18:18:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:01 smithi029 ceph-mon[40759]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-07-27T18:18:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:01 smithi029 ceph-mon[40759]: Deploying daemon grafana.a on smithi179 2024-07-27T18:18:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:01 smithi029 ceph-mon[40759]: pgmap v20: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-07-27T18:18:01.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:01 smithi179 ceph-mon[33511]: Regenerating cephadm self-signed grafana TLS certificates 2024-07-27T18:18:01.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:01 smithi179 ceph-mon[33511]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-07-27T18:18:01.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:01 smithi179 ceph-mon[33511]: Deploying daemon grafana.a on smithi179 2024-07-27T18:18:01.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:01 smithi179 ceph-mon[33511]: pgmap v20: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-07-27T18:18:02.208 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[75200]: ts=2024-07-27T18:18:01.886Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00061316s 2024-07-27T18:18:02.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:02 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:02.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:02 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:02.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:18:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:18:02] "GET /metrics HTTP/1.1" 200 33677 "" "Prometheus/2.43.0" 2024-07-27T18:18:02.622 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:18:02.622 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":77,"fsid":"70f4cc2a-4c43-11ef-bcc7-c7b262605968","created":"2024-07-27T18:11:04.766550+0000","modified":"2024-07-27T18:17:54.769700+0000","last_up_change":"2024-07-27T18:16:18.550517+0000","last_in_change":"2024-07-27T18:16:00.711612+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":4,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"luminous","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-07-27T18:14:20.759229+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-07-27T18:16:46.025302+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-07-27T18:16:49.726383+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.3799999952316284,"score_stable":1.3799999952316284,"optimal_score":1,"raw_score_acting":1.3799999952316284,"raw_score_stable":1.3799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":4,"pool_name":"rbd","create_time":"2024-07-27T18:17:44.513895+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"76","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":3,"snap_epoch":76,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6d998df7-ced9-4bd1-9caf-0054c2dccbfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6803","nonce":3188036503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6805","nonce":3188036503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6809","nonce":3188036503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6807","nonce":3188036503}]},"public_addr":"172.21.15.29:6803/3188036503","cluster_addr":"172.21.15.29:6805/3188036503","heartbeat_back_addr":"172.21.15.29:6809/3188036503","heartbeat_front_addr":"172.21.15.29:6807/3188036503","state":["exists","up"]},{"osd":1,"uuid":"467fef03-d2ac-478a-bac6-418a93719e3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6811","nonce":3716288892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6813","nonce":3716288892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6817","nonce":3716288892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6815","nonce":3716288892}]},"public_addr":"172.21.15.29:6811/3716288892","cluster_addr":"172.21.15.29:6813/3716288892","heartbeat_back_addr":"172.21.15.29:6817/3716288892","heartbeat_front_addr":"172.21.15.29:6815/3716288892","state":["exists","up"]},{"osd":2,"uuid":"d7656edf-9814-40e0-a46e-6f65e3fcecb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6819","nonce":3007210194}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6821","nonce":3007210194}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6825","nonce":3007210194}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6823","nonce":3007210194}]},"public_addr":"172.21.15.29:6819/3007210194","cluster_addr":"172.21.15.29:6821/3007210194","heartbeat_back_addr":"172.21.15.29:6825/3007210194","heartbeat_front_addr":"172.21.15.29:6823/3007210194","state":["exists","up"]},{"osd":3,"uuid":"b8b5e940-937e-4eea-80cf-fdc7a8c5ba89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6827","nonce":4036995227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6829","nonce":4036995227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6833","nonce":4036995227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6831","nonce":4036995227}]},"public_addr":"172.21.15.29:6827/4036995227","cluster_addr":"172.21.15.29:6829/4036995227","heartbeat_back_addr":"172.21.15.29:6833/4036995227","heartbeat_front_addr":"172.21.15.29:6831/4036995227","state":["exists","up"]},{"osd":4,"uuid":"1ce22e2d-639a-4a47-8332-bec4f1b3215f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6801","nonce":2209758242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6803","nonce":2209758242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6807","nonce":2209758242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6805","nonce":2209758242}]},"public_addr":"172.21.15.179:6801/2209758242","cluster_addr":"172.21.15.179:6803/2209758242","heartbeat_back_addr":"172.21.15.179:6807/2209758242","heartbeat_front_addr":"172.21.15.179:6805/2209758242","state":["exists","up"]},{"osd":5,"uuid":"119f7284-551b-47a0-81c4-37e3fd0928ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6809","nonce":4082046482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6811","nonce":4082046482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6815","nonce":4082046482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6813","nonce":4082046482}]},"public_addr":"172.21.15.179:6809/4082046482","cluster_addr":"172.21.15.179:6811/4082046482","heartbeat_back_addr":"172.21.15.179:6815/4082046482","heartbeat_front_addr":"172.21.15.179:6813/4082046482","state":["exists","up"]},{"osd":6,"uuid":"227d5b06-8cf2-4545-9fa3-d485d0fe4b43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6817","nonce":3533956799}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6819","nonce":3533956799}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6823","nonce":3533956799}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6821","nonce":3533956799}]},"public_addr":"172.21.15.179:6817/3533956799","cluster_addr":"172.21.15.179:6819/3533956799","heartbeat_back_addr":"172.21.15.179:6823/3533956799","heartbeat_front_addr":"172.21.15.179:6821/3533956799","state":["exists","up"]},{"osd":7,"uuid":"c804c166-bf7d-4d3f-a1e2-f85179886890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6825","nonce":3827595375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6827","nonce":3827595375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6831","nonce":3827595375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6829","nonce":3827595375}]},"public_addr":"172.21.15.179:6825/3827595375","cluster_addr":"172.21.15.179:6827/3827595375","heartbeat_back_addr":"172.21.15.179:6831/3827595375","heartbeat_front_addr":"172.21.15.179:6829/3827595375","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:26.802898+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:52.229957+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:16.548800+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:41.871787+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:03.727227+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:27.752290+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:51.513507+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:16:16.222140+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.5","mappings":[{"from":7,"to":2}]},{"pgid":"3.9","mappings":[{"from":4,"to":1}]},{"pgid":"3.f","mappings":[{"from":0,"to":3}]},{"pgid":"3.14","mappings":[{"from":4,"to":2}]},{"pgid":"3.1d","mappings":[{"from":5,"to":2}]},{"pgid":"3.21","mappings":[{"from":5,"to":1}]},{"pgid":"3.2c","mappings":[{"from":6,"to":2}]},{"pgid":"3.39","mappings":[{"from":0,"to":1}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/379020480":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/869782601":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/3215539880":"2024-07-28T18:11:40.915357+0000","172.21.15.29:6800/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/1764223943":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6801/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/2564329360":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6800/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6800/954519543":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/3990979992":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/3141629589":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/538119603":"2024-07-28T18:17:41.338358+0000","172.21.15.29:6801/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/2584965221":"2024-07-28T18:17:41.338358+0000","172.21.15.29:6801/954519543":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/3379292268":"2024-07-28T18:17:41.338358+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[{"pool":4,"snaps":[{"begin":2,"length":1}]}],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-07-27T18:18:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:02 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:03.281 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-07-27T18:18:03.281 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-07-27T18:18:03.281 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-07-27T18:18:03.282 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-07-27T18:18:03.282 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-07-27T18:18:03.283 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-07-27T18:18:03.283 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-07-27T18:18:03.283 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-07-27T18:18:03.736 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:03.737 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:03.737 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:03.740 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:03.744 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:03.744 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:03.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:03 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/4088572030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:18:03.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:03 smithi029 ceph-mon[29364]: pgmap v21: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:03.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:03 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/4088572030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:18:03.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:03 smithi029 ceph-mon[40759]: pgmap v21: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:03.767 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:03.772 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:03.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:03 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/4088572030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:18:03.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:03 smithi179 ceph-mon[33511]: pgmap v21: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:05 smithi029 ceph-mon[29364]: pgmap v22: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:05 smithi029 ceph-mon[40759]: pgmap v22: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:05.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:05 smithi179 ceph-mon[33511]: pgmap v22: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:07 smithi029 ceph-mon[29364]: pgmap v23: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:07.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:07 smithi029 ceph-mon[40759]: pgmap v23: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:07.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:07 smithi179 ceph-mon[33511]: pgmap v23: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:09 smithi029 ceph-mon[29364]: pgmap v24: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:09 smithi029 ceph-mon[40759]: pgmap v24: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:09 smithi179 ceph-mon[33511]: pgmap v24: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:10.251 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:09 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[75200]: ts=2024-07-27T18:18:09.887Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.001759915s 2024-07-27T18:18:11.489 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:11 smithi029 ceph-mon[29364]: pgmap v25: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:11.489 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:11 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:18:11.490 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:11 smithi029 ceph-mon[40759]: pgmap v25: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:11.490 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:11 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:18:11.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:11 smithi179 ceph-mon[33511]: pgmap v25: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:11.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:11 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:18:12.747 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:18:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:18:12] "GET /metrics HTTP/1.1" 200 33681 "" "Prometheus/2.43.0" 2024-07-27T18:18:13.568 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-mon[33511]: pgmap v26: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:13.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:13 smithi029 ceph-mon[29364]: pgmap v26: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:13.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:13 smithi029 ceph-mon[40759]: pgmap v26: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:13.878 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 podman[65547]: 2024-07-27 18:18:13.790423414 +0000 UTC m=+0.334356395 container start c3e609ae74b817d71faeebb6ffcffe33d8a34314bc128c02929667580188b038 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a, vcs-type=git, build-date=2022-04-29T11:48:11.055897, vendor=Red Hat, Inc., release=239.1651231664, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, maintainer=Paul Cuzner , io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., description=Ceph Grafana Container, io.k8s.display-name=Red Hat Universal Base Image 8, io.buildah.version=1.32.0, io.openshift.tags=base rhel8, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, summary=Grafana Container configured for Ceph mgr/dashboard integration, io.openshift.expose-services=, distribution-scope=public, architecture=x86_64, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, version=8.5, name=ubi8, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, com.redhat.component=ubi8-container) 2024-07-27T18:18:14.130 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 bash[65547]: c3e609ae74b817d71faeebb6ffcffe33d8a34314bc128c02929667580188b038 2024-07-27T18:18:14.131 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 systemd[1]: Started Ceph grafana.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:18:14.131 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949211802Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2024-07-27T18:18:14.131 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949421159Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-07-27T18:18:14.131 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949440104Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-07-27T18:18:14.131 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.94944677Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-07-27T18:18:14.131 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949453045Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-07-27T18:18:14.131 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949458895Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-07-27T18:18:14.131 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949464569Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-07-27T18:18:14.131 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949470305Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-07-27T18:18:14.131 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949476109Z level=info msg="Path Home" path=/usr/share/grafana 2024-07-27T18:18:14.132 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949481799Z level=info msg="Path Data" path=/var/lib/grafana 2024-07-27T18:18:14.132 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949488325Z level=info msg="Path Logs" path=/var/log/grafana 2024-07-27T18:18:14.132 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949493779Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-07-27T18:18:14.132 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949499484Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-07-27T18:18:14.132 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=settings t=2024-07-27T18:18:13.949505216Z level=info msg="App mode production" 2024-07-27T18:18:14.132 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=sqlstore t=2024-07-27T18:18:13.949550657Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-07-27T18:18:14.132 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=sqlstore t=2024-07-27T18:18:13.949566826Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-07-27T18:18:14.132 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.950398627Z level=info msg="Starting DB migrations" 2024-07-27T18:18:14.132 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.950470776Z level=info msg="Executing migration" id="create migration_log table" 2024-07-27T18:18:14.132 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.950972337Z level=info msg="Executing migration" id="create user table" 2024-07-27T18:18:14.132 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.951394507Z level=info msg="Executing migration" id="add unique index user.login" 2024-07-27T18:18:14.132 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.951864535Z level=info msg="Executing migration" id="add unique index user.email" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.952324734Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.952936214Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.953353158Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.954020889Z level=info msg="Executing migration" id="create user table v2" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.954447942Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.954823403Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.955298924Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.95561707Z level=info msg="Executing migration" id="Drop old table user_v1" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.955937284Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.956353648Z level=info msg="Executing migration" id="Update user table charset" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.956616441Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.957007423Z level=info msg="Executing migration" id="Add missing user data" 2024-07-27T18:18:14.133 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.957352832Z level=info msg="Executing migration" id="Add is_disabled column to user" 2024-07-27T18:18:14.134 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.957734558Z level=info msg="Executing migration" id="Add index user.login/user.email" 2024-07-27T18:18:14.134 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.958142397Z level=info msg="Executing migration" id="Add is_service_account column to user" 2024-07-27T18:18:14.134 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.958565412Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-07-27T18:18:14.135 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.95983824Z level=info msg="Executing migration" id="create temp user table v1-7" 2024-07-27T18:18:14.135 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.960329993Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2024-07-27T18:18:14.135 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.960914399Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2024-07-27T18:18:14.135 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.961438619Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2024-07-27T18:18:14.135 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.961961765Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2024-07-27T18:18:14.135 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.962454016Z level=info msg="Executing migration" id="Update temp_user table charset" 2024-07-27T18:18:14.135 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.962712974Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2024-07-27T18:18:14.135 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.963168965Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2024-07-27T18:18:14.135 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.963596002Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2024-07-27T18:18:14.135 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.963958751Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.964341361Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.96496215Z level=info msg="Executing migration" id="create temp_user v2" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.965362356Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.965718694Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.966108682Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.966478656Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.96686407Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.96719296Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.967522123Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.967817367Z level=info msg="Executing migration" id="create star table" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.968179982Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.96857108Z level=info msg="Executing migration" id="create org table v1" 2024-07-27T18:18:14.136 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.968934804Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.969337699Z level=info msg="Executing migration" id="create org_user table v1" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.969695668Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.970087128Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.970479264Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.970843358Z level=info msg="Executing migration" id="Update org table charset" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.971517145Z level=info msg="Executing migration" id="Update org_user table charset" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.972200884Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.97307663Z level=info msg="Executing migration" id="create dashboard table" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.973483188Z level=info msg="Executing migration" id="add index dashboard.account_id" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.974456168Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.97509336Z level=info msg="Executing migration" id="create dashboard_tag table" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.975965529Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2024-07-27T18:18:14.137 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.976403735Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-07-27T18:18:14.138 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.977190028Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2024-07-27T18:18:14.138 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.978034289Z level=info msg="Executing migration" id="create dashboard v2" 2024-07-27T18:18:14.138 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.978564044Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2024-07-27T18:18:14.138 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.979314492Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2024-07-27T18:18:14.138 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.979738514Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2024-07-27T18:18:14.138 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.980537025Z level=info msg="Executing migration" id="drop table dashboard_v1" 2024-07-27T18:18:14.138 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.980950169Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2024-07-27T18:18:14.138 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.981439341Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2024-07-27T18:18:14.138 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.982344669Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2024-07-27T18:18:14.138 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.983024883Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2024-07-27T18:18:14.138 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.983523188Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2024-07-27T18:18:14.138 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.984324261Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.984857844Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.985295981Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.986120252Z level=info msg="Executing migration" id="Update dashboard table charset" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.986414982Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.98924041Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.989868355Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.99217012Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.994785921Z level=info msg="Executing migration" id="Add column uid in dashboard" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.995320881Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:13.998092244Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.000838961Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.003382189Z level=info msg="Executing migration" id="Update dashboard title length" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.003863514Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2024-07-27T18:18:14.139 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.00674305Z level=info msg="Executing migration" id="create dashboard_provisioning" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.009475987Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.012130198Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.012583013Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.015209238Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.018169088Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.020742685Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.021290286Z level=info msg="Executing migration" id="Add check_sum column" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.024052743Z level=info msg="Executing migration" id="Add index for dashboard_title" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.026667171Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.029218584Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.032004357Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.034691251Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-07-27T18:18:14.140 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.037167248Z level=info msg="Executing migration" id="create data_source table" 2024-07-27T18:18:14.141 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.040001872Z level=info msg="Executing migration" id="add index data_source.account_id" 2024-07-27T18:18:14.141 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.04041429Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2024-07-27T18:18:14.141 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.041294971Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2024-07-27T18:18:14.141 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.042051558Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2024-07-27T18:18:14.141 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.042873143Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2024-07-27T18:18:14.141 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.043870143Z level=info msg="Executing migration" id="create data_source table v2" 2024-07-27T18:18:14.141 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.044778386Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2024-07-27T18:18:14.141 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.045584663Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2024-07-27T18:18:14.141 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.0464173Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2024-07-27T18:18:14.141 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.046789914Z level=info msg="Executing migration" id="Add column with_credentials" 2024-07-27T18:18:14.141 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.047686763Z level=info msg="Executing migration" id="Add secure json data column" 2024-07-27T18:18:14.141 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.048620851Z level=info msg="Executing migration" id="Update data_source table charset" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.04925944Z level=info msg="Executing migration" id="Update initial version to 1" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.049568323Z level=info msg="Executing migration" id="Add read_only data column" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.050417Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.051433549Z level=info msg="Executing migration" id="Update json_data with nulls" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.052143647Z level=info msg="Executing migration" id="Add uid column" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.052702851Z level=info msg="Executing migration" id="Update uid value" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.05363632Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.05416186Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.054582989Z level=info msg="Executing migration" id="create api_key table" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.055497075Z level=info msg="Executing migration" id="add index api_key.account_id" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.055922051Z level=info msg="Executing migration" id="add index api_key.key" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.056898786Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2024-07-27T18:18:14.142 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.057686526Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.058495511Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.059339572Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.060202626Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.06139859Z level=info msg="Executing migration" id="create api_key table v2" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.062214538Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.065225968Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.067878503Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.070784217Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.073733423Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.076564588Z level=info msg="Executing migration" id="Update api_key table charset" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.079216192Z level=info msg="Executing migration" id="Add expires to api_key table" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.082156836Z level=info msg="Executing migration" id="Add service account foreign key" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.084932469Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-07-27T18:18:14.143 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.08763392Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.090435377Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.093379228Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.095966556Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.09879658Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.101618183Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.104586431Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.107198152Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.109998146Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.112729302Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.115659386Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.118348677Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.121010785Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-07-27T18:18:14.144 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.123711833Z level=info msg="Executing migration" id="create quota table v1" 2024-07-27T18:18:14.145 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.126503196Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2024-07-27T18:18:14.145 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.129097369Z level=info msg="Executing migration" id="Update quota table charset" 2024-07-27T18:18:14.145 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.131600821Z level=info msg="Executing migration" id="create plugin_setting table" 2024-07-27T18:18:14.182 INFO:teuthology.orchestra.run.smithi029.stdout:77309411377 2024-07-27T18:18:14.182 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-07-27T18:18:14.381 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.1341551Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-07-27T18:18:14.381 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.136824395Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2024-07-27T18:18:14.381 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.139461322Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2024-07-27T18:18:14.381 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.142209264Z level=info msg="Executing migration" id="create session table" 2024-07-27T18:18:14.381 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.144920078Z level=info msg="Executing migration" id="Drop old table playlist table" 2024-07-27T18:18:14.381 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.147618022Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2024-07-27T18:18:14.381 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.150304851Z level=info msg="Executing migration" id="create playlist table v2" 2024-07-27T18:18:14.382 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.152970951Z level=info msg="Executing migration" id="create playlist item table v2" 2024-07-27T18:18:14.382 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.155592983Z level=info msg="Executing migration" id="Update playlist table charset" 2024-07-27T18:18:14.382 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.158251748Z level=info msg="Executing migration" id="Update playlist_item table charset" 2024-07-27T18:18:14.382 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.158930333Z level=info msg="Executing migration" id="drop preferences table v2" 2024-07-27T18:18:14.382 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.159887348Z level=info msg="Executing migration" id="drop preferences table v3" 2024-07-27T18:18:14.382 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.16068917Z level=info msg="Executing migration" id="create preferences table v3" 2024-07-27T18:18:14.382 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.161625872Z level=info msg="Executing migration" id="Update preferences table charset" 2024-07-27T18:18:14.382 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.162377575Z level=info msg="Executing migration" id="Add column team_id in preferences" 2024-07-27T18:18:14.382 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.163224213Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2024-07-27T18:18:14.382 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.164078297Z level=info msg="Executing migration" id="Add column week_start in preferences" 2024-07-27T18:18:14.382 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.164902347Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-07-27T18:18:14.382 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.165864398Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.166599554Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.167507942Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.168283156Z level=info msg="Executing migration" id="create alert table v1" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.169109429Z level=info msg="Executing migration" id="add index alert org_id & id " 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.170090971Z level=info msg="Executing migration" id="add index alert state" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.170789408Z level=info msg="Executing migration" id="add index alert dashboard_id" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.171561541Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.172451802Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.173267058Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.17412152Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.175573381Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.176534121Z level=info msg="Executing migration" id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.177321452Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2024-07-27T18:18:14.383 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.178291292Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2024-07-27T18:18:14.384 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.179047303Z level=info msg="Executing migration" id="create alert_notification table v1" 2024-07-27T18:18:14.384 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.179923035Z level=info msg="Executing migration" id="Add column is_default" 2024-07-27T18:18:14.384 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.180912051Z level=info msg="Executing migration" id="Add column frequency" 2024-07-27T18:18:14.384 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.181688304Z level=info msg="Executing migration" id="Add column send_reminder" 2024-07-27T18:18:14.384 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.182555023Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2024-07-27T18:18:14.385 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.183439928Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2024-07-27T18:18:14.385 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.1842962Z level=info msg="Executing migration" id="Update alert table charset" 2024-07-27T18:18:14.385 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.185265955Z level=info msg="Executing migration" id="Update alert_notification table charset" 2024-07-27T18:18:14.385 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.186022673Z level=info msg="Executing migration" id="create notification_journal table v1" 2024-07-27T18:18:14.385 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.187076218Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2024-07-27T18:18:14.385 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.187932945Z level=info msg="Executing migration" id="drop alert_notification_journal" 2024-07-27T18:18:14.385 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.188606034Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2024-07-27T18:18:14.385 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.191549615Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-07-27T18:18:14.386 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.192027946Z level=info msg="Executing migration" id="Add for to alert table" 2024-07-27T18:18:14.386 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.194302732Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2024-07-27T18:18:14.386 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.197017524Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2024-07-27T18:18:14.386 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.199899827Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2024-07-27T18:18:14.386 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.202821846Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2024-07-27T18:18:14.386 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.205701528Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2024-07-27T18:18:14.386 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.208579535Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2024-07-27T18:18:14.386 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.211166166Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2024-07-27T18:18:14.386 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.214178833Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2024-07-27T18:18:14.387 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.217060875Z level=info msg="Executing migration" id="Drop old annotation table v4" 2024-07-27T18:18:14.387 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.219811556Z level=info msg="Executing migration" id="create annotation table v5" 2024-07-27T18:18:14.387 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.222599859Z level=info msg="Executing migration" id="add index annotation 0 v3" 2024-07-27T18:18:14.387 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.225555865Z level=info msg="Executing migration" id="add index annotation 1 v3" 2024-07-27T18:18:14.387 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.22843429Z level=info msg="Executing migration" id="add index annotation 2 v3" 2024-07-27T18:18:14.387 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.231124415Z level=info msg="Executing migration" id="add index annotation 3 v3" 2024-07-27T18:18:14.387 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.233870849Z level=info msg="Executing migration" id="add index annotation 4 v3" 2024-07-27T18:18:14.387 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.236779109Z level=info msg="Executing migration" id="Update annotation table charset" 2024-07-27T18:18:14.387 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.239496721Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.242279047Z level=info msg="Executing migration" id="Drop category_id index" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.244908493Z level=info msg="Executing migration" id="Add column tags to annotation table" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.247748334Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.250505167Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.253112117Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.255885925Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.258777605Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.261350937Z level=info msg="Executing migration" id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.264138843Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.266886978Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.269658832Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.272248408Z level=info msg="Executing migration" id="Add created time to annotation table" 2024-07-27T18:18:14.388 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.273066329Z level=info msg="Executing migration" id="Add updated time to annotation table" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.273889123Z level=info msg="Executing migration" id="Add index for created in annotation table" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.274653862Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.275671925Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.276269072Z level=info msg="Executing migration" id="Add epoch_end column" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.277118799Z level=info msg="Executing migration" id="Add index for epoch_end" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.278016813Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.278692175Z level=info msg="Executing migration" id="Move region to single row" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.279518796Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.280025019Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.280446119Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.281192366Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.281611084Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2024-07-27T18:18:14.389 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.282010424Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.28244436Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.282801753Z level=info msg="Executing migration" id="create test_data table" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.283220661Z level=info msg="Executing migration" id="create dashboard_version table v1" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.283640284Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.28451222Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.285455288Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.286201205Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.287150313Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.287907088Z level=info msg="Executing migration" id="create team table" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.288956596Z level=info msg="Executing migration" id="add index team.org_id" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.289709447Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.290617361Z level=info msg="Executing migration" id="create team member table" 2024-07-27T18:18:14.390 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.291562513Z level=info msg="Executing migration" id="add index team_member.org_id" 2024-07-27T18:18:14.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.292314526Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2024-07-27T18:18:14.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.293155107Z level=info msg="Executing migration" id="add index team_member.team_id" 2024-07-27T18:18:14.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.294139822Z level=info msg="Executing migration" id="Add column email to team table" 2024-07-27T18:18:14.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.295046468Z level=info msg="Executing migration" id="Add column external to team_member table" 2024-07-27T18:18:14.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.29589254Z level=info msg="Executing migration" id="Add column permission to team_member table" 2024-07-27T18:18:14.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.296751669Z level=info msg="Executing migration" id="create dashboard acl table" 2024-07-27T18:18:14.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.297732822Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2024-07-27T18:18:14.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.298479221Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.298915125Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.299343971Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.300238256Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.303020924Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.303438268Z level=info msg="Executing migration" id="add index dashboard_permission" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.306453147Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.309057955Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.311840959Z level=info msg="Executing migration" id="create tag table" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.312354236Z level=info msg="Executing migration" id="add index tag.key_value" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.315060657Z level=info msg="Executing migration" id="create login attempt table" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.317673593Z level=info msg="Executing migration" id="add index login_attempt.username" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.320241557Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2024-07-27T18:18:14.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.320703947Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.323512504Z level=info msg="Executing migration" id="create login_attempt v2" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.326198554Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.329037304Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.329483836Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.33229408Z level=info msg="Executing migration" id="create user auth table" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.332713276Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.334893946Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.337651898Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.338449839Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.341038587Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.343850256Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.34640627Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2024-07-27T18:18:14.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.346888484Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.349614846Z level=info msg="Executing migration" id="create server_lock table" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.352517842Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.355175539Z level=info msg="Executing migration" id="create user auth token table" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.355637604Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.35834137Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.361212201Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.3638521Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.364620655Z level=info msg="Executing migration" id="create cache_data table" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.367449755Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.370031613Z level=info msg="Executing migration" id="create short_url table v1" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.372792693Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.373370667Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-07-27T18:18:14.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.373660849Z level=info msg="Executing migration" id="delete alert_definition table" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.373937669Z level=info msg="Executing migration" id="recreate alert_definition table" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.374451742Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.375149995Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.375564462Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.375825673Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.376228835Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.376620507Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.377005847Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.377418812Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.378193623Z level=info msg="Executing migration" id="drop alert_definition table" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.378603683Z level=info msg="Executing migration" id="delete alert_definition_version table" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.378869789Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.379264576Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-07-27T18:18:14.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.379673804Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-07-27T18:18:14.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.380226175Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2024-07-27T18:18:14.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.380630454Z level=info msg="Executing migration" id="drop alert_definition_version table" 2024-07-27T18:18:14.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.381226955Z level=info msg="Executing migration" id="create alert_instance table" 2024-07-27T18:18:14.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.381806741Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-07-27T18:18:14.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.382396146Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2024-07-27T18:18:14.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.382850667Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2024-07-27T18:18:14.663 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.38364999Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-07-27T18:18:14.663 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.384069413Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2024-07-27T18:18:14.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.384470458Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2024-07-27T18:18:14.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.38781512Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2024-07-27T18:18:14.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.392611484Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-07-27T18:18:14.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.393221797Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2024-07-27T18:18:14.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.393790575Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-07-27T18:18:14.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.39505703Z level=info msg="Executing migration" id="create alert_rule table" 2024-07-27T18:18:14.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.39562279Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2024-07-27T18:18:14.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.396219408Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2024-07-27T18:18:14.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.396791012Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-07-27T18:18:14.665 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.397434637Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2024-07-27T18:18:14.665 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.397824895Z level=info msg="Executing migration" id="add column for to alert_rule" 2024-07-27T18:18:14.665 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.399076057Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2024-07-27T18:18:14.665 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.400349772Z level=info msg="Executing migration" id="add column labels to alert_rule" 2024-07-27T18:18:14.665 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.401578896Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2024-07-27T18:18:14.665 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.402148074Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-07-27T18:18:14.665 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.402744652Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2024-07-27T18:18:14.665 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.403906498Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2024-07-27T18:18:14.665 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.404747053Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-07-27T18:18:14.665 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.405190341Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-07-27T18:18:14.665 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.406015001Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-07-27T18:18:14.666 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.40684835Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-07-27T18:18:14.666 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.407155047Z level=info msg="Executing migration" id="create alert_rule_version table" 2024-07-27T18:18:14.666 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.407588204Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-07-27T18:18:14.666 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.408336666Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2024-07-27T18:18:14.666 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.408778666Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2024-07-27T18:18:14.666 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.409048274Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2024-07-27T18:18:14.666 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.409916141Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2024-07-27T18:18:14.666 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.410762718Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2024-07-27T18:18:14.666 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.411611901Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-07-27T18:18:14.666 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.412489228Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-07-27T18:18:14.666 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.413349993Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-07-27T18:18:14.667 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.414210366Z level=info msg="Executing migration" id=create_alert_configuration_table 2024-07-27T18:18:14.667 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.414883896Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2024-07-27T18:18:14.668 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.415744502Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-07-27T18:18:14.668 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.416015312Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2024-07-27T18:18:14.669 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.4169Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2024-07-27T18:18:14.669 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.41734129Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-07-27T18:18:14.669 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.418177587Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2024-07-27T18:18:14.669 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.41898486Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2024-07-27T18:18:14.669 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.419454377Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-07-27T18:18:14.669 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.420363999Z level=info msg="Executing migration" id="create provenance_type table" 2024-07-27T18:18:14.669 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.42114109Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-07-27T18:18:14.669 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.422002577Z level=info msg="Executing migration" id="create alert_image table" 2024-07-27T18:18:14.669 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.422391866Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-07-27T18:18:14.670 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.425171462Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-07-27T18:18:14.670 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.427921342Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-07-27T18:18:14.670 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.430661029Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-07-27T18:18:14.670 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.431090937Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-07-27T18:18:14.670 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.431167538Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-07-27T18:18:14.670 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.432108289Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-07-27T18:18:14.670 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.432775503Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-07-27T18:18:14.670 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.433757392Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2024-07-27T18:18:14.670 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.433995898Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2024-07-27T18:18:14.674 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.434112869Z level=info msg="alerts found to migrate" alerts=0 2024-07-27T18:18:14.674 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.434516697Z level=info msg="Executing migration" id="create library_element table v1" 2024-07-27T18:18:14.674 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.435512679Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2024-07-27T18:18:14.674 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.436184745Z level=info msg="Executing migration" id="create library_element_connection table v1" 2024-07-27T18:18:14.674 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.437075759Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2024-07-27T18:18:14.674 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.437535944Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2024-07-27T18:18:14.674 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.438453126Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-07-27T18:18:14.675 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.439153378Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2024-07-27T18:18:14.675 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.440161344Z level=info msg="Executing migration" id="create data_keys table" 2024-07-27T18:18:14.675 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.440698176Z level=info msg="Executing migration" id="create secrets table" 2024-07-27T18:18:14.675 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.441545686Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-07-27T18:18:14.675 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.445778892Z level=info msg="Executing migration" id="add name column into data_keys" 2024-07-27T18:18:14.675 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.446683606Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-07-27T18:18:14.675 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.446994644Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-07-27T18:18:14.675 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.45114831Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-07-27T18:18:14.676 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.455430371Z level=info msg="Executing migration" id="create kv_store table v1" 2024-07-27T18:18:14.676 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.45632897Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2024-07-27T18:18:14.676 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.456771715Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2024-07-27T18:18:14.676 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.457784749Z level=info msg="Executing migration" id="create permission table" 2024-07-27T18:18:14.676 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.458520178Z level=info msg="Executing migration" id="add unique index permission.role_id" 2024-07-27T18:18:14.676 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.459509707Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2024-07-27T18:18:14.676 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.460089781Z level=info msg="Executing migration" id="create role table" 2024-07-27T18:18:14.676 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.460991869Z level=info msg="Executing migration" id="add column display_name" 2024-07-27T18:18:14.676 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.461930358Z level=info msg="Executing migration" id="add column group_name" 2024-07-27T18:18:14.676 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.462869309Z level=info msg="Executing migration" id="add index role.org_id" 2024-07-27T18:18:14.676 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.463316445Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2024-07-27T18:18:14.677 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.464178843Z level=info msg="Executing migration" id="add index role_org_id_uid" 2024-07-27T18:18:14.677 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.46504818Z level=info msg="Executing migration" id="create team role table" 2024-07-27T18:18:14.677 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.465832406Z level=info msg="Executing migration" id="add index team_role.org_id" 2024-07-27T18:18:14.677 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.466347066Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2024-07-27T18:18:14.677 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.467202308Z level=info msg="Executing migration" id="add index team_role.team_id" 2024-07-27T18:18:14.677 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.468041584Z level=info msg="Executing migration" id="create user role table" 2024-07-27T18:18:14.677 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.468847733Z level=info msg="Executing migration" id="add index user_role.org_id" 2024-07-27T18:18:14.677 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.469288705Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2024-07-27T18:18:14.677 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.472201387Z level=info msg="Executing migration" id="add index user_role.user_id" 2024-07-27T18:18:14.677 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.475096544Z level=info msg="Executing migration" id="create builtin role table" 2024-07-27T18:18:14.677 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.477740821Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.478195734Z level=info msg="Executing migration" id="add index builtin_role.name" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.481081991Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.483971397Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.486689777Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.487135493Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.490093786Z level=info msg="Executing migration" id="add unique index role.uid" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.492867471Z level=info msg="Executing migration" id="create seed assignment table" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.495753097Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.496208083Z level=info msg="Executing migration" id="add column hidden to role table" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.49918081Z level=info msg="Executing migration" id="create query_history table v1" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.502089214Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.504971944Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-07-27T18:18:14.678 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.505333464Z level=info msg="Executing migration" id="teams permissions migration" 2024-07-27T18:18:14.679 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.508176216Z level=info msg="Executing migration" id="dashboard permissions" 2024-07-27T18:18:14.679 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.508798158Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-07-27T18:18:14.679 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.510907925Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-07-27T18:18:14.679 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.513625367Z level=info msg="Executing migration" id="alerting notification permissions" 2024-07-27T18:18:14.679 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.513995291Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-07-27T18:18:14.679 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.516831299Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-07-27T18:18:14.679 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.519460218Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-07-27T18:18:14.679 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.522098056Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-07-27T18:18:14.679 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.522396384Z level=info msg="Executing migration" id="create correlation table v1" 2024-07-27T18:18:14.679 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.525117557Z level=info msg="Executing migration" id="add index correlations.uid" 2024-07-27T18:18:14.679 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.528000349Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.530747508Z level=info msg="Executing migration" id="add correlation config column" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.531768883Z level=info msg="Executing migration" id="create entity_events table" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.53478654Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.537222452Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.537313349Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.539975957Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.540073242Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.542698941Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.54532245Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.546015166Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.547032812Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.547530868Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-07-27T18:18:14.680 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.548285053Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-07-27T18:18:14.681 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.54871756Z level=info msg="Executing migration" id="Drop public config table" 2024-07-27T18:18:14.681 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.549146151Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-07-27T18:18:14.681 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.550136955Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-07-27T18:18:14.681 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.550631367Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-07-27T18:18:14.681 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.551415294Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-07-27T18:18:14.681 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.551847815Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-07-27T18:18:14.681 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.55483104Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-07-27T18:18:14.681 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.555846349Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-07-27T18:18:14.681 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.556834568Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-07-27T18:18:14.681 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.557687311Z level=info msg="Executing migration" id="add share column" 2024-07-27T18:18:14.682 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.558718373Z level=info msg="Executing migration" id="create default alerting folders" 2024-07-27T18:18:14.682 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.559708778Z level=info msg="Executing migration" id="create file table" 2024-07-27T18:18:14.682 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.560302257Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-07-27T18:18:14.682 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.561095687Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-07-27T18:18:14.682 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.562007911Z level=info msg="Executing migration" id="create file_meta table" 2024-07-27T18:18:14.682 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.562807153Z level=info msg="Executing migration" id="file table idx: path key" 2024-07-27T18:18:14.682 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.56326409Z level=info msg="Executing migration" id="set path collation in file table" 2024-07-27T18:18:14.683 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.564096258Z level=info msg="Executing migration" id="managed permissions migration" 2024-07-27T18:18:14.683 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.564996584Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-07-27T18:18:14.683 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.565925281Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-07-27T18:18:14.683 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.566389361Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-07-27T18:18:14.683 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.567486609Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-07-27T18:18:14.683 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.568326726Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-07-27T18:18:14.683 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.56918169Z level=info msg="Executing migration" id="update group index for alert rules" 2024-07-27T18:18:14.683 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.569580695Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-07-27T18:18:14.683 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.570408762Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-07-27T18:18:14.683 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.570806173Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-07-27T18:18:14.683 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.57183406Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-07-27T18:18:14.683 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.57283586Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-07-27T18:18:14.684 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.573670886Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-07-27T18:18:14.684 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.583482582Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-07-27T18:18:14.684 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.586417592Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-07-27T18:18:14.684 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.58919378Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-07-27T18:18:14.684 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.592809862Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-07-27T18:18:14.684 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.595599634Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-07-27T18:18:14.684 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.598558023Z level=info msg="Executing migration" id="create folder table" 2024-07-27T18:18:14.684 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.601465896Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-07-27T18:18:14.684 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.601920302Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-07-27T18:18:14.684 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.604701428Z level=info msg="Executing migration" id="Update folder title length" 2024-07-27T18:18:14.684 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.607594866Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-07-27T18:18:14.685 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=migrator t=2024-07-27T18:18:14.610346092Z level=info msg="migrations completed" performed=485 skipped=0 duration=659.89391ms 2024-07-27T18:18:14.685 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=sqlstore t=2024-07-27T18:18:14.610757104Z level=info msg="Created default organization" 2024-07-27T18:18:14.685 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=plugin.loader t=2024-07-27T18:18:14.665331163Z level=info msg="Plugin registered" pluginID=input 2024-07-27T18:18:14.944 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=plugin.loader t=2024-07-27T18:18:14.694536947Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2024-07-27T18:18:14.945 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=plugin.loader t=2024-07-27T18:18:14.694567246Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2024-07-27T18:18:14.945 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=secrets t=2024-07-27T18:18:14.69461057Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-07-27T18:18:14.945 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=query_data t=2024-07-27T18:18:14.69626992Z level=info msg="Query Service initialization" 2024-07-27T18:18:14.945 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=live.push_http t=2024-07-27T18:18:14.698937739Z level=info msg="Live Push Gateway initialization" 2024-07-27T18:18:15.168 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:14 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:15.168 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:14 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:15.168 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:14 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:15.168 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:14 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:15.168 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:14 smithi029 ceph-mon[29364]: Deploying daemon node-exporter.a on smithi029 2024-07-27T18:18:15.168 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:14 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:15.168 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:14 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:15.169 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:14 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:15.169 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:14 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:15.169 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:14 smithi029 ceph-mon[40759]: Deploying daemon node-exporter.a on smithi029 2024-07-27T18:18:15.195 INFO:teuthology.orchestra.run.smithi029.stdout:55834574902 2024-07-27T18:18:15.196 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-07-27T18:18:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:14 smithi179 ceph-mon[33511]: Deploying daemon node-exporter.a on smithi029 2024-07-27T18:18:15.663 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=infra.usagestats.collector t=2024-07-27T18:18:15.411168623Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-07-27T18:18:15.663 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=provisioning.datasources t=2024-07-27T18:18:15.465852489Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-07-27T18:18:15.663 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=provisioning.datasources t=2024-07-27T18:18:15.497756719Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-07-27T18:18:15.663 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=provisioning.alerting t=2024-07-27T18:18:15.519365706Z level=info msg="starting to provision alerting" 2024-07-27T18:18:15.663 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=provisioning.alerting t=2024-07-27T18:18:15.519385835Z level=info msg="finished to provision alerting" 2024-07-27T18:18:15.663 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=ngalert.state.manager t=2024-07-27T18:18:15.519570504Z level=info msg="Warming state cache for startup" 2024-07-27T18:18:15.663 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=grafanaStorageLogger t=2024-07-27T18:18:15.519626628Z level=info msg="storage starting" 2024-07-27T18:18:15.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=http.server t=2024-07-27T18:18:15.521452754Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-07-27T18:18:15.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=sqlstore.transactions t=2024-07-27T18:18:15.530483549Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-07-27T18:18:15.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=ngalert.state.manager t=2024-07-27T18:18:15.530603523Z level=info msg="State cache has been initialized" states=0 duration=11.032161ms 2024-07-27T18:18:15.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=ngalert.multiorg.alertmanager t=2024-07-27T18:18:15.530657751Z level=info msg="starting MultiOrg Alertmanager" 2024-07-27T18:18:15.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=ticker t=2024-07-27T18:18:15.530673076Z level=info msg=starting first_tick=2024-07-27T18:18:20Z 2024-07-27T18:18:15.664 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=sqlstore.transactions t=2024-07-27T18:18:15.542507163Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2024-07-27T18:18:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:15 smithi029 ceph-mon[29364]: pgmap v27: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:15 smithi029 ceph-mon[40759]: pgmap v27: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:15 smithi179 ceph-mon[33511]: pgmap v27: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:17.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:17 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:17.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:17 smithi029 ceph-mon[29364]: pgmap v28: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:17.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:17 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:17.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:17 smithi029 ceph-mon[40759]: pgmap v28: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:17.891 INFO:teuthology.orchestra.run.smithi029.stdout:206158430238 2024-07-27T18:18:17.892 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-07-27T18:18:17.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:17 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:17.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:17 smithi179 ceph-mon[33511]: pgmap v28: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:18.095 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:18 smithi029 systemd[1]: Starting Ceph node-exporter.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:18:19.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:19 smithi029 ceph-mon[29364]: pgmap v29: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:19.719 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:19 smithi029 ceph-mon[40759]: pgmap v29: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:19.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:19 smithi179 ceph-mon[33511]: pgmap v29: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:20.012 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:20.012 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:21.036 INFO:teuthology.orchestra.run.smithi029.stdout:137438953512 2024-07-27T18:18:21.037 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-07-27T18:18:21.644 INFO:teuthology.orchestra.run.smithi029.stdout:34359738428 2024-07-27T18:18:21.644 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-07-27T18:18:21.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:21 smithi029 ceph-mon[29364]: pgmap v30: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:21.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:21 smithi029 ceph-mon[40759]: pgmap v30: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:21 smithi179 ceph-mon[33511]: pgmap v30: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:22.754 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:18:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:18:22] "GET /metrics HTTP/1.1" 200 33681 "" "Prometheus/2.43.0" 2024-07-27T18:18:23.423 INFO:teuthology.orchestra.run.smithi029.stdout:171798691875 2024-07-27T18:18:23.423 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-07-27T18:18:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:23 smithi029 ceph-mon[29364]: pgmap v31: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:23 smithi029 ceph-mon[40759]: pgmap v31: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:23.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:23 smithi179 ceph-mon[33511]: pgmap v31: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:25.636 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:25 smithi029 ceph-mon[29364]: pgmap v32: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:25.637 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:25 smithi029 ceph-mon[40759]: pgmap v32: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:25.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:25 smithi179 ceph-mon[33511]: pgmap v32: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:26.355 INFO:teuthology.orchestra.run.smithi029.stdout:111669149742 2024-07-27T18:18:26.355 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-07-27T18:18:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:26 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1848214727' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-07-27T18:18:26.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:26 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:18:26.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:26 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1848214727' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-07-27T18:18:26.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:26 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:18:26.757 INFO:teuthology.orchestra.run.smithi029.stdout:55834574905 2024-07-27T18:18:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:26 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1848214727' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-07-27T18:18:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:26 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:18:27.330 INFO:teuthology.orchestra.run.smithi029.stdout:206158430240 2024-07-27T18:18:27.330 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:27 smithi029 bash[77762]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2024-07-27T18:18:27.401 INFO:teuthology.orchestra.run.smithi029.stdout:240518168603 2024-07-27T18:18:27.401 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-07-27T18:18:27.693 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:27 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/49129478' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-07-27T18:18:27.693 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:27 smithi029 ceph-mon[29364]: pgmap v33: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:27.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:27 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/49129478' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-07-27T18:18:27.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:27 smithi029 ceph-mon[40759]: pgmap v33: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:27.693 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:27 smithi029 bash[77762]: Getting image source signatures 2024-07-27T18:18:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:27 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/49129478' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-07-27T18:18:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:27 smithi179 ceph-mon[33511]: pgmap v33: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:28.001 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:27 smithi029 bash[77762]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2024-07-27T18:18:28.001 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:27 smithi029 bash[77762]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-07-27T18:18:28.001 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:27 smithi029 bash[77762]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-07-27T18:18:28.406 INFO:tasks.cephadm.ceph_manager.ceph:need seq 206158430238 got 206158430240 for osd.6 2024-07-27T18:18:28.406 DEBUG:teuthology.parallel:result is None 2024-07-27T18:18:28.414 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:29.129 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574902 got 55834574905 for osd.1 2024-07-27T18:18:29.129 DEBUG:teuthology.parallel:result is None 2024-07-27T18:18:29.540 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:29.542 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:29.543 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:29 smithi029 ceph-mon[29364]: pgmap v34: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:29 smithi029 ceph-mon[40759]: pgmap v34: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:29.777 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:29.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:29 smithi179 ceph-mon[33511]: pgmap v34: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:30.147 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:29 smithi029 bash[77762]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-07-27T18:18:30.454 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:30 smithi029 bash[77762]: Writing manifest to image destination 2024-07-27T18:18:31.147 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:30 smithi029 podman[77762]: 2024-07-27 18:18:30.795684145 +0000 UTC m=+5.177687590 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-07-27T18:18:31.147 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:31 smithi029 podman[77762]: 2024-07-27 18:18:31.003844221 +0000 UTC m=+5.385847705 container create fd358a912ba1d8bd07f2d8ab0279365dba5f312af07aeb15f677d31df0c2c8d0 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-07-27T18:18:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:31 smithi029 ceph-mon[29364]: pgmap v35: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:31 smithi029 ceph-mon[40759]: pgmap v35: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:31.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:31 smithi179 ceph-mon[33511]: pgmap v35: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:32.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:18:32] "GET /metrics HTTP/1.1" 200 33681 "" "Prometheus/2.43.0" 2024-07-27T18:18:32.501 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 podman[77762]: 2024-07-27 18:18:32.207310342 +0000 UTC m=+6.589313795 container init fd358a912ba1d8bd07f2d8ab0279365dba5f312af07aeb15f677d31df0c2c8d0 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-07-27T18:18:32.502 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 podman[77762]: 2024-07-27 18:18:32.212535984 +0000 UTC m=+6.594539427 container start fd358a912ba1d8bd07f2d8ab0279365dba5f312af07aeb15f677d31df0c2c8d0 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-07-27T18:18:32.502 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.216Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-07-27T18:18:32.502 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.216Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-07-27T18:18:32.502 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.217Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-07-27T18:18:32.502 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.217Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-07-27T18:18:32.502 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.217Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-07-27T18:18:32.502 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.217Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-07-27T18:18:32.502 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-07-27T18:18:32.502 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=arp 2024-07-27T18:18:32.502 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=bcache 2024-07-27T18:18:32.503 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=bonding 2024-07-27T18:18:32.503 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=btrfs 2024-07-27T18:18:32.503 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=conntrack 2024-07-27T18:18:32.503 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=cpu 2024-07-27T18:18:32.503 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-07-27T18:18:32.503 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=diskstats 2024-07-27T18:18:32.504 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=dmi 2024-07-27T18:18:32.504 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=edac 2024-07-27T18:18:32.504 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=entropy 2024-07-27T18:18:32.504 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-07-27T18:18:32.504 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=filefd 2024-07-27T18:18:32.504 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=filesystem 2024-07-27T18:18:32.504 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=hwmon 2024-07-27T18:18:32.504 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=infiniband 2024-07-27T18:18:32.504 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=ipvs 2024-07-27T18:18:32.504 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=loadavg 2024-07-27T18:18:32.504 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=mdadm 2024-07-27T18:18:32.505 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=meminfo 2024-07-27T18:18:32.505 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=netclass 2024-07-27T18:18:32.505 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=netdev 2024-07-27T18:18:32.505 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=netstat 2024-07-27T18:18:32.505 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=nfs 2024-07-27T18:18:32.505 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=nfsd 2024-07-27T18:18:32.505 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=nvme 2024-07-27T18:18:32.505 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=os 2024-07-27T18:18:32.505 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-07-27T18:18:32.505 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=pressure 2024-07-27T18:18:32.505 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=rapl 2024-07-27T18:18:32.505 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=schedstat 2024-07-27T18:18:32.506 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=selinux 2024-07-27T18:18:32.506 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=sockstat 2024-07-27T18:18:32.506 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=softnet 2024-07-27T18:18:32.506 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=stat 2024-07-27T18:18:32.506 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=tapestats 2024-07-27T18:18:32.506 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=textfile 2024-07-27T18:18:32.506 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-07-27T18:18:32.506 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=time 2024-07-27T18:18:32.506 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-07-27T18:18:32.506 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=uname 2024-07-27T18:18:32.506 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=vmstat 2024-07-27T18:18:32.506 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=xfs 2024-07-27T18:18:32.507 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.218Z caller=node_exporter.go:117 level=info collector=zfs 2024-07-27T18:18:32.507 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.219Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-07-27T18:18:32.507 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[78214]: ts=2024-07-27T18:18:32.219Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-07-27T18:18:32.507 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 bash[77762]: fd358a912ba1d8bd07f2d8ab0279365dba5f312af07aeb15f677d31df0c2c8d0 2024-07-27T18:18:32.507 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:18:32 smithi029 systemd[1]: Started Ceph node-exporter.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:18:33.363 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:33 smithi179 bash[65844]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2024-07-27T18:18:33.375 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:33.638 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:33 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:33.638 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:33 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:33.638 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:33 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:33.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:33 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:33.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:33 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:33 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:33 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:33 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:33 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:33.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:33 smithi179 bash[65844]: Getting image source signatures 2024-07-27T18:18:33.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:33 smithi179 bash[65844]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2024-07-27T18:18:33.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:33 smithi179 bash[65844]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-07-27T18:18:33.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:33 smithi179 bash[65844]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-07-27T18:18:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:34 smithi029 ceph-mon[29364]: Deploying daemon node-exporter.b on smithi179 2024-07-27T18:18:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:34 smithi029 ceph-mon[29364]: pgmap v36: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:34 smithi029 ceph-mon[40759]: Deploying daemon node-exporter.b on smithi179 2024-07-27T18:18:34.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:34 smithi029 ceph-mon[40759]: pgmap v36: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:34 smithi179 ceph-mon[33511]: Deploying daemon node-exporter.b on smithi179 2024-07-27T18:18:34.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:34 smithi179 ceph-mon[33511]: pgmap v36: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:35.412 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:35 smithi179 bash[65844]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-07-27T18:18:35.413 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:35 smithi179 bash[65844]: Writing manifest to image destination 2024-07-27T18:18:35.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:35 smithi179 podman[65844]: 2024-07-27 18:18:35.556408079 +0000 UTC m=+2.362057187 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-07-27T18:18:35.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:35 smithi179 podman[65844]: 2024-07-27 18:18:35.741192904 +0000 UTC m=+2.546842058 container create ad2d8375b49a417edeca1d91b34d360ab10021a1a4f65ba6a15ccbf8f8b66258 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-07-27T18:18:36.071 INFO:teuthology.orchestra.run.smithi029.stdout:34359738431 2024-07-27T18:18:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-mon[33511]: pgmap v37: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/305197818' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-07-27T18:18:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.414 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 podman[65844]: 2024-07-27 18:18:36.158490546 +0000 UTC m=+2.964139641 container init ad2d8375b49a417edeca1d91b34d360ab10021a1a4f65ba6a15ccbf8f8b66258 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-07-27T18:18:36.414 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 podman[65844]: 2024-07-27 18:18:36.1639994 +0000 UTC m=+2.969648495 container start ad2d8375b49a417edeca1d91b34d360ab10021a1a4f65ba6a15ccbf8f8b66258 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-07-27T18:18:36.414 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.168Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-07-27T18:18:36.414 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.168Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-07-27T18:18:36.414 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.169Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-07-27T18:18:36.415 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.169Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-07-27T18:18:36.415 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.169Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-07-27T18:18:36.415 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.169Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-07-27T18:18:36.415 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-07-27T18:18:36.415 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=arp 2024-07-27T18:18:36.415 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=bcache 2024-07-27T18:18:36.415 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=bonding 2024-07-27T18:18:36.415 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=btrfs 2024-07-27T18:18:36.415 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=conntrack 2024-07-27T18:18:36.415 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=cpu 2024-07-27T18:18:36.415 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-07-27T18:18:36.415 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=diskstats 2024-07-27T18:18:36.416 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=dmi 2024-07-27T18:18:36.416 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=edac 2024-07-27T18:18:36.416 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=entropy 2024-07-27T18:18:36.416 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-07-27T18:18:36.416 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=filefd 2024-07-27T18:18:36.416 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=filesystem 2024-07-27T18:18:36.416 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=hwmon 2024-07-27T18:18:36.416 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=infiniband 2024-07-27T18:18:36.416 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=ipvs 2024-07-27T18:18:36.416 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=loadavg 2024-07-27T18:18:36.416 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=mdadm 2024-07-27T18:18:36.416 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=meminfo 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=netclass 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=netdev 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=netstat 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=nfs 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=nfsd 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=nvme 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=os 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=pressure 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=rapl 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=schedstat 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=selinux 2024-07-27T18:18:36.417 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=sockstat 2024-07-27T18:18:36.418 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=softnet 2024-07-27T18:18:36.418 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=stat 2024-07-27T18:18:36.418 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=tapestats 2024-07-27T18:18:36.418 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=textfile 2024-07-27T18:18:36.418 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-07-27T18:18:36.418 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=time 2024-07-27T18:18:36.418 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-07-27T18:18:36.418 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=uname 2024-07-27T18:18:36.418 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=vmstat 2024-07-27T18:18:36.418 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=xfs 2024-07-27T18:18:36.418 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=node_exporter.go:117 level=info collector=zfs 2024-07-27T18:18:36.418 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-07-27T18:18:36.419 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[65894]: ts=2024-07-27T18:18:36.170Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-07-27T18:18:36.419 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 bash[65844]: ad2d8375b49a417edeca1d91b34d360ab10021a1a4f65ba6a15ccbf8f8b66258 2024-07-27T18:18:36.419 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:18:36 smithi179 systemd[1]: Started Ceph node-exporter.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:18:36.687 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[29364]: pgmap v37: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:36.687 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/305197818' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-07-27T18:18:36.687 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.687 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.687 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.688 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.688 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.688 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[40759]: pgmap v37: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:36.688 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/305197818' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-07-27T18:18:36.688 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.689 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.689 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.689 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.689 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:36 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:36.988 INFO:teuthology.orchestra.run.smithi029.stdout:171798691879 2024-07-27T18:18:37.523 INFO:teuthology.orchestra.run.smithi029.stdout:77309411381 2024-07-27T18:18:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:37 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:18:37.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:37 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:37.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:37 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1583182903' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-07-27T18:18:37.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:37 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1417285504' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-07-27T18:18:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:37 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:18:37.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:37 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:37.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:37 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1583182903' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-07-27T18:18:37.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:37 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1417285504' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-07-27T18:18:37.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:37 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:18:37.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:37 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:37.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:37 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1583182903' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-07-27T18:18:37.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:37 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1417285504' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-07-27T18:18:38.476 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411377 got 77309411381 for osd.2 2024-07-27T18:18:38.477 DEBUG:teuthology.parallel:result is None 2024-07-27T18:18:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:38 smithi179 ceph-mon[33511]: pgmap v38: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:38.696 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:38 smithi029 ceph-mon[29364]: pgmap v38: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:38.697 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:38 smithi029 ceph-mon[40759]: pgmap v38: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:39.475 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738428 got 34359738431 for osd.0 2024-07-27T18:18:39.476 DEBUG:teuthology.parallel:result is None 2024-07-27T18:18:39.840 INFO:teuthology.orchestra.run.smithi029.stdout:111669149745 2024-07-27T18:18:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:40 smithi029 ceph-mon[29364]: pgmap v39: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:40 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2419002261' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-07-27T18:18:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:40 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:40.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:40 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:40.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:40 smithi029 ceph-mon[40759]: pgmap v39: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:40.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:40 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/2419002261' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-07-27T18:18:40.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:40 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:40.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:40 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:40.568 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691875 got 171798691879 for osd.5 2024-07-27T18:18:40.569 DEBUG:teuthology.parallel:result is None 2024-07-27T18:18:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:40 smithi179 ceph-mon[33511]: pgmap v39: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:40 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/2419002261' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-07-27T18:18:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:40 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:40 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:41.420 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149742 got 111669149745 for osd.3 2024-07-27T18:18:41.421 DEBUG:teuthology.parallel:result is None 2024-07-27T18:18:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:41 smithi179 ceph-mon[33511]: pgmap v40: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:41.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:41 smithi029 ceph-mon[29364]: pgmap v40: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:41.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:41 smithi029 ceph-mon[40759]: pgmap v40: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:42.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:18:42.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:18:42.503 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:18:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:18:42] "GET /metrics HTTP/1.1" 200 33680 "" "Prometheus/2.43.0" 2024-07-27T18:18:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:18:43.553 INFO:teuthology.orchestra.run.smithi029.stdout:137438953518 2024-07-27T18:18:43.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:43 smithi179 ceph-mon[33511]: pgmap v41: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:43.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:43 smithi029 ceph-mon[29364]: pgmap v41: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:43.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:43 smithi029 ceph-mon[40759]: pgmap v41: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:44.273 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953512 got 137438953518 for osd.4 2024-07-27T18:18:44.273 DEBUG:teuthology.parallel:result is None 2024-07-27T18:18:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:44 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3484400816' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-07-27T18:18:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:44 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3484400816' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-07-27T18:18:44.644 INFO:teuthology.orchestra.run.smithi029.stdout:240518168608 2024-07-27T18:18:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:44 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3484400816' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-07-27T18:18:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:45 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3303856111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-07-27T18:18:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:45 smithi179 ceph-mon[33511]: pgmap v42: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:45.702 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:45 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3303856111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-07-27T18:18:45.702 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:45 smithi029 ceph-mon[40759]: pgmap v42: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:45.703 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:45 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3303856111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-07-27T18:18:45.703 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:45 smithi029 ceph-mon[29364]: pgmap v42: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:45.731 INFO:tasks.cephadm.ceph_manager.ceph:need seq 240518168603 got 240518168608 for osd.7 2024-07-27T18:18:45.731 DEBUG:teuthology.parallel:result is None 2024-07-27T18:18:45.731 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-07-27T18:18:45.732 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph pg dump --format=json 2024-07-27T18:18:46.290 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:47.735 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:47 smithi179 ceph-mon[33511]: pgmap v43: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:47.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:47 smithi029 ceph-mon[29364]: pgmap v43: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:47.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:47 smithi029 ceph-mon[40759]: pgmap v43: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:48.345 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:18:48.349 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-07-27T18:18:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:48 smithi029 ceph-mon[29364]: from='client.24614 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:18:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:48 smithi029 ceph-mon[40759]: from='client.24614 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:18:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:48 smithi179 ceph-mon[33511]: from='client.24614 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:18:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:49 smithi029 ceph-mon[29364]: pgmap v44: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:49 smithi029 ceph-mon[40759]: pgmap v44: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:49.735 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":43,"stamp":"2024-07-27T18:18:47.368298+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":593535,"num_objects":26,"num_object_clones":0,"num_object_copies":78,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":26,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":229,"num_write_kb":2435,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":173,"ondisk_log_size":173,"up":315,"acting":315,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":315,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":228332,"kb_used_data":8076,"kb_used_omap":12,"kb_used_meta":220147,"kb_avail":749732884,"statfs":{"total":767960285184,"available":767726473216,"internally_reserved":0,"allocated":8269824,"data_stored":4635696,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12744,"internal_metadata":225431096},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002966"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153715+0000","last_change":"2024-07-27T18:16:50.809402+0000","last_active":"2024-07-27T18:17:50.153715+0000","last_peered":"2024-07-27T18:17:50.153715+0000","last_clean":"2024-07-27T18:17:50.153715+0000","last_became_active":"2024-07-27T18:16:50.809095+0000","last_became_peered":"2024-07-27T18:16:50.809095+0000","last_unstale":"2024-07-27T18:17:50.153715+0000","last_undegraded":"2024-07-27T18:17:50.153715+0000","last_fullsized":"2024-07-27T18:17:50.153715+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:15:56.744583+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776501+0000","last_change":"2024-07-27T18:16:50.800385+0000","last_active":"2024-07-27T18:17:49.776501+0000","last_peered":"2024-07-27T18:17:49.776501+0000","last_clean":"2024-07-27T18:17:49.776501+0000","last_became_active":"2024-07-27T18:16:50.800111+0000","last_became_peered":"2024-07-27T18:16:50.800111+0000","last_unstale":"2024-07-27T18:17:49.776501+0000","last_undegraded":"2024-07-27T18:17:49.776501+0000","last_fullsized":"2024-07-27T18:17:49.776501+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:33:31.364734+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851533+0000","last_change":"2024-07-27T18:16:50.802535+0000","last_active":"2024-07-27T18:17:49.851533+0000","last_peered":"2024-07-27T18:17:49.851533+0000","last_clean":"2024-07-27T18:17:49.851533+0000","last_became_active":"2024-07-27T18:16:50.802254+0000","last_became_peered":"2024-07-27T18:16:50.802254+0000","last_unstale":"2024-07-27T18:17:49.851533+0000","last_undegraded":"2024-07-27T18:17:49.851533+0000","last_fullsized":"2024-07-27T18:17:49.851533+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:44:25.592616+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778371+0000","last_change":"2024-07-27T18:16:50.811955+0000","last_active":"2024-07-27T18:17:49.778371+0000","last_peered":"2024-07-27T18:17:49.778371+0000","last_clean":"2024-07-27T18:17:49.778371+0000","last_became_active":"2024-07-27T18:16:50.811472+0000","last_became_peered":"2024-07-27T18:16:50.811472+0000","last_unstale":"2024-07-27T18:17:49.778371+0000","last_undegraded":"2024-07-27T18:17:49.778371+0000","last_fullsized":"2024-07-27T18:17:49.778371+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:35:56.089277+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153170+0000","last_change":"2024-07-27T18:16:50.814593+0000","last_active":"2024-07-27T18:17:50.153170+0000","last_peered":"2024-07-27T18:17:50.153170+0000","last_clean":"2024-07-27T18:17:50.153170+0000","last_became_active":"2024-07-27T18:16:50.814027+0000","last_became_peered":"2024-07-27T18:16:50.814027+0000","last_unstale":"2024-07-27T18:17:50.153170+0000","last_undegraded":"2024-07-27T18:17:50.153170+0000","last_fullsized":"2024-07-27T18:17:50.153170+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:25:55.750357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778256+0000","last_change":"2024-07-27T18:16:50.798265+0000","last_active":"2024-07-27T18:17:49.778256+0000","last_peered":"2024-07-27T18:17:49.778256+0000","last_clean":"2024-07-27T18:17:49.778256+0000","last_became_active":"2024-07-27T18:16:50.797796+0000","last_became_peered":"2024-07-27T18:16:50.797796+0000","last_unstale":"2024-07-27T18:17:49.778256+0000","last_undegraded":"2024-07-27T18:17:49.778256+0000","last_fullsized":"2024-07-27T18:17:49.778256+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:31:49.075012+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":31,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153258+0000","last_change":"2024-07-27T18:17:05.809146+0000","last_active":"2024-07-27T18:17:50.153258+0000","last_peered":"2024-07-27T18:17:50.153258+0000","last_clean":"2024-07-27T18:17:50.153258+0000","last_became_active":"2024-07-27T18:17:05.808732+0000","last_became_peered":"2024-07-27T18:17:05.808732+0000","last_unstale":"2024-07-27T18:17:50.153258+0000","last_undegraded":"2024-07-27T18:17:50.153258+0000","last_fullsized":"2024-07-27T18:17:50.153258+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:28:07.941699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1,4],"acting":[7,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771070+0000","last_change":"2024-07-27T18:16:50.802214+0000","last_active":"2024-07-27T18:17:49.771070+0000","last_peered":"2024-07-27T18:17:49.771070+0000","last_clean":"2024-07-27T18:17:49.771070+0000","last_became_active":"2024-07-27T18:16:50.801945+0000","last_became_peered":"2024-07-27T18:16:50.801945+0000","last_unstale":"2024-07-27T18:17:49.771070+0000","last_undegraded":"2024-07-27T18:17:49.771070+0000","last_fullsized":"2024-07-27T18:17:49.771070+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:09:40.651414+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153837+0000","last_change":"2024-07-27T18:16:50.815781+0000","last_active":"2024-07-27T18:17:50.153837+0000","last_peered":"2024-07-27T18:17:50.153837+0000","last_clean":"2024-07-27T18:17:50.153837+0000","last_became_active":"2024-07-27T18:16:50.815445+0000","last_became_peered":"2024-07-27T18:16:50.815445+0000","last_unstale":"2024-07-27T18:17:50.153837+0000","last_undegraded":"2024-07-27T18:17:50.153837+0000","last_fullsized":"2024-07-27T18:17:50.153837+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:40:11.690047+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154367+0000","last_change":"2024-07-27T18:16:50.808348+0000","last_active":"2024-07-27T18:17:50.154367+0000","last_peered":"2024-07-27T18:17:50.154367+0000","last_clean":"2024-07-27T18:17:50.154367+0000","last_became_active":"2024-07-27T18:16:50.808033+0000","last_became_peered":"2024-07-27T18:16:50.808033+0000","last_unstale":"2024-07-27T18:17:50.154367+0000","last_undegraded":"2024-07-27T18:17:50.154367+0000","last_fullsized":"2024-07-27T18:17:50.154367+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:12:07.830848+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153988+0000","last_change":"2024-07-27T18:16:50.799119+0000","last_active":"2024-07-27T18:17:50.153988+0000","last_peered":"2024-07-27T18:17:50.153988+0000","last_clean":"2024-07-27T18:17:50.153988+0000","last_became_active":"2024-07-27T18:16:50.798841+0000","last_became_peered":"2024-07-27T18:16:50.798841+0000","last_unstale":"2024-07-27T18:17:50.153988+0000","last_undegraded":"2024-07-27T18:17:50.153988+0000","last_fullsized":"2024-07-27T18:17:50.153988+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:28:11.407658+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772515+0000","last_change":"2024-07-27T18:16:50.798882+0000","last_active":"2024-07-27T18:17:49.772515+0000","last_peered":"2024-07-27T18:17:49.772515+0000","last_clean":"2024-07-27T18:17:49.772515+0000","last_became_active":"2024-07-27T18:16:50.798542+0000","last_became_peered":"2024-07-27T18:16:50.798542+0000","last_unstale":"2024-07-27T18:17:49.772515+0000","last_undegraded":"2024-07-27T18:17:49.772515+0000","last_fullsized":"2024-07-27T18:17:49.772515+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:29:41.332371+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772461+0000","last_change":"2024-07-27T18:16:50.800359+0000","last_active":"2024-07-27T18:17:49.772461+0000","last_peered":"2024-07-27T18:17:49.772461+0000","last_clean":"2024-07-27T18:17:49.772461+0000","last_became_active":"2024-07-27T18:16:50.799947+0000","last_became_peered":"2024-07-27T18:16:50.799947+0000","last_unstale":"2024-07-27T18:17:49.772461+0000","last_undegraded":"2024-07-27T18:17:49.772461+0000","last_fullsized":"2024-07-27T18:17:49.772461+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:17:14.911708+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851054+0000","last_change":"2024-07-27T18:16:50.807749+0000","last_active":"2024-07-27T18:17:49.851054+0000","last_peered":"2024-07-27T18:17:49.851054+0000","last_clean":"2024-07-27T18:17:49.851054+0000","last_became_active":"2024-07-27T18:16:50.807404+0000","last_became_peered":"2024-07-27T18:16:50.807404+0000","last_unstale":"2024-07-27T18:17:49.851054+0000","last_undegraded":"2024-07-27T18:17:49.851054+0000","last_fullsized":"2024-07-27T18:17:49.851054+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:48:02.494095+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776140+0000","last_change":"2024-07-27T18:16:50.802107+0000","last_active":"2024-07-27T18:17:49.776140+0000","last_peered":"2024-07-27T18:17:49.776140+0000","last_clean":"2024-07-27T18:17:49.776140+0000","last_became_active":"2024-07-27T18:16:50.801804+0000","last_became_peered":"2024-07-27T18:16:50.801804+0000","last_unstale":"2024-07-27T18:17:49.776140+0000","last_undegraded":"2024-07-27T18:17:49.776140+0000","last_fullsized":"2024-07-27T18:17:49.776140+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:56:43.239993+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778084+0000","last_change":"2024-07-27T18:16:50.808261+0000","last_active":"2024-07-27T18:17:49.778084+0000","last_peered":"2024-07-27T18:17:49.778084+0000","last_clean":"2024-07-27T18:17:49.778084+0000","last_became_active":"2024-07-27T18:16:50.807257+0000","last_became_peered":"2024-07-27T18:16:50.807257+0000","last_unstale":"2024-07-27T18:17:49.778084+0000","last_undegraded":"2024-07-27T18:17:49.778084+0000","last_fullsized":"2024-07-27T18:17:49.778084+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:01:13.130389+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778758+0000","last_change":"2024-07-27T18:16:50.811867+0000","last_active":"2024-07-27T18:17:49.778758+0000","last_peered":"2024-07-27T18:17:49.778758+0000","last_clean":"2024-07-27T18:17:49.778758+0000","last_became_active":"2024-07-27T18:16:50.811602+0000","last_became_peered":"2024-07-27T18:16:50.811602+0000","last_unstale":"2024-07-27T18:17:49.778758+0000","last_undegraded":"2024-07-27T18:17:49.778758+0000","last_fullsized":"2024-07-27T18:17:49.778758+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:28:50.900597+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772749+0000","last_change":"2024-07-27T18:16:50.804182+0000","last_active":"2024-07-27T18:17:49.772749+0000","last_peered":"2024-07-27T18:17:49.772749+0000","last_clean":"2024-07-27T18:17:49.772749+0000","last_became_active":"2024-07-27T18:16:50.803849+0000","last_became_peered":"2024-07-27T18:16:50.803849+0000","last_unstale":"2024-07-27T18:17:49.772749+0000","last_undegraded":"2024-07-27T18:17:49.772749+0000","last_fullsized":"2024-07-27T18:17:49.772749+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:33:16.345567+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154169+0000","last_change":"2024-07-27T18:16:50.806388+0000","last_active":"2024-07-27T18:17:50.154169+0000","last_peered":"2024-07-27T18:17:50.154169+0000","last_clean":"2024-07-27T18:17:50.154169+0000","last_became_active":"2024-07-27T18:16:50.806091+0000","last_became_peered":"2024-07-27T18:16:50.806091+0000","last_unstale":"2024-07-27T18:17:50.154169+0000","last_undegraded":"2024-07-27T18:17:50.154169+0000","last_fullsized":"2024-07-27T18:17:50.154169+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:59:27.510922+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":19,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772591+0000","last_change":"2024-07-27T18:17:05.810118+0000","last_active":"2024-07-27T18:17:49.772591+0000","last_peered":"2024-07-27T18:17:49.772591+0000","last_clean":"2024-07-27T18:17:49.772591+0000","last_became_active":"2024-07-27T18:17:05.809724+0000","last_became_peered":"2024-07-27T18:17:05.809724+0000","last_unstale":"2024-07-27T18:17:49.772591+0000","last_undegraded":"2024-07-27T18:17:49.772591+0000","last_fullsized":"2024-07-27T18:17:49.772591+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:02:14.666698+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,4,0],"acting":[2,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851281+0000","last_change":"2024-07-27T18:16:50.810645+0000","last_active":"2024-07-27T18:17:49.851281+0000","last_peered":"2024-07-27T18:17:49.851281+0000","last_clean":"2024-07-27T18:17:49.851281+0000","last_became_active":"2024-07-27T18:16:50.810275+0000","last_became_peered":"2024-07-27T18:16:50.810275+0000","last_unstale":"2024-07-27T18:17:49.851281+0000","last_undegraded":"2024-07-27T18:17:49.851281+0000","last_fullsized":"2024-07-27T18:17:49.851281+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:59:22.620285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778312+0000","last_change":"2024-07-27T18:16:50.809399+0000","last_active":"2024-07-27T18:17:49.778312+0000","last_peered":"2024-07-27T18:17:49.778312+0000","last_clean":"2024-07-27T18:17:49.778312+0000","last_became_active":"2024-07-27T18:16:50.809098+0000","last_became_peered":"2024-07-27T18:16:50.809098+0000","last_unstale":"2024-07-27T18:17:49.778312+0000","last_undegraded":"2024-07-27T18:17:49.778312+0000","last_fullsized":"2024-07-27T18:17:49.778312+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:30:50.836271+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771927+0000","last_change":"2024-07-27T18:16:50.812535+0000","last_active":"2024-07-27T18:17:49.771927+0000","last_peered":"2024-07-27T18:17:49.771927+0000","last_clean":"2024-07-27T18:17:49.771927+0000","last_became_active":"2024-07-27T18:16:50.812189+0000","last_became_peered":"2024-07-27T18:16:50.812189+0000","last_unstale":"2024-07-27T18:17:49.771927+0000","last_undegraded":"2024-07-27T18:17:49.771927+0000","last_fullsized":"2024-07-27T18:17:49.771927+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:55:29.115887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778081+0000","last_change":"2024-07-27T18:16:50.804125+0000","last_active":"2024-07-27T18:17:49.778081+0000","last_peered":"2024-07-27T18:17:49.778081+0000","last_clean":"2024-07-27T18:17:49.778081+0000","last_became_active":"2024-07-27T18:16:50.803146+0000","last_became_peered":"2024-07-27T18:16:50.803146+0000","last_unstale":"2024-07-27T18:17:49.778081+0000","last_undegraded":"2024-07-27T18:17:49.778081+0000","last_fullsized":"2024-07-27T18:17:49.778081+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:03:31.509606+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772321+0000","last_change":"2024-07-27T18:16:50.807952+0000","last_active":"2024-07-27T18:17:49.772321+0000","last_peered":"2024-07-27T18:17:49.772321+0000","last_clean":"2024-07-27T18:17:49.772321+0000","last_became_active":"2024-07-27T18:16:50.804769+0000","last_became_peered":"2024-07-27T18:16:50.804769+0000","last_unstale":"2024-07-27T18:17:49.772321+0000","last_undegraded":"2024-07-27T18:17:49.772321+0000","last_fullsized":"2024-07-27T18:17:49.772321+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:32:45.218414+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154463+0000","last_change":"2024-07-27T18:16:50.804121+0000","last_active":"2024-07-27T18:17:50.154463+0000","last_peered":"2024-07-27T18:17:50.154463+0000","last_clean":"2024-07-27T18:17:50.154463+0000","last_became_active":"2024-07-27T18:16:50.803026+0000","last_became_peered":"2024-07-27T18:16:50.803026+0000","last_unstale":"2024-07-27T18:17:50.154463+0000","last_undegraded":"2024-07-27T18:17:50.154463+0000","last_fullsized":"2024-07-27T18:17:50.154463+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:51:23.099510+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776081+0000","last_change":"2024-07-27T18:16:50.801383+0000","last_active":"2024-07-27T18:17:49.776081+0000","last_peered":"2024-07-27T18:17:49.776081+0000","last_clean":"2024-07-27T18:17:49.776081+0000","last_became_active":"2024-07-27T18:16:50.801098+0000","last_became_peered":"2024-07-27T18:16:50.801098+0000","last_unstale":"2024-07-27T18:17:49.776081+0000","last_undegraded":"2024-07-27T18:17:49.776081+0000","last_fullsized":"2024-07-27T18:17:49.776081+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:39:57.298291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772234+0000","last_change":"2024-07-27T18:16:50.803778+0000","last_active":"2024-07-27T18:17:49.772234+0000","last_peered":"2024-07-27T18:17:49.772234+0000","last_clean":"2024-07-27T18:17:49.772234+0000","last_became_active":"2024-07-27T18:16:50.803346+0000","last_became_peered":"2024-07-27T18:16:50.803346+0000","last_unstale":"2024-07-27T18:17:49.772234+0000","last_undegraded":"2024-07-27T18:17:49.772234+0000","last_fullsized":"2024-07-27T18:17:49.772234+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:59:36.728712+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851602+0000","last_change":"2024-07-27T18:16:50.807050+0000","last_active":"2024-07-27T18:17:49.851602+0000","last_peered":"2024-07-27T18:17:49.851602+0000","last_clean":"2024-07-27T18:17:49.851602+0000","last_became_active":"2024-07-27T18:16:50.806748+0000","last_became_peered":"2024-07-27T18:16:50.806748+0000","last_unstale":"2024-07-27T18:17:49.851602+0000","last_undegraded":"2024-07-27T18:17:49.851602+0000","last_fullsized":"2024-07-27T18:17:49.851602+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:09:26.758096+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778369+0000","last_change":"2024-07-27T18:16:50.803770+0000","last_active":"2024-07-27T18:17:49.778369+0000","last_peered":"2024-07-27T18:17:49.778369+0000","last_clean":"2024-07-27T18:17:49.778369+0000","last_became_active":"2024-07-27T18:16:50.803199+0000","last_became_peered":"2024-07-27T18:16:50.803199+0000","last_unstale":"2024-07-27T18:17:49.778369+0000","last_undegraded":"2024-07-27T18:17:49.778369+0000","last_fullsized":"2024-07-27T18:17:49.778369+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:18:37.638380+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":31,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771278+0000","last_change":"2024-07-27T18:17:05.647785+0000","last_active":"2024-07-27T18:17:49.771278+0000","last_peered":"2024-07-27T18:17:49.771278+0000","last_clean":"2024-07-27T18:17:49.771278+0000","last_became_active":"2024-07-27T18:17:05.647394+0000","last_became_peered":"2024-07-27T18:17:05.647394+0000","last_unstale":"2024-07-27T18:17:49.771278+0000","last_undegraded":"2024-07-27T18:17:49.771278+0000","last_fullsized":"2024-07-27T18:17:49.771278+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:00:51.552862+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,6],"acting":[2,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.152975+0000","last_change":"2024-07-27T18:16:50.806992+0000","last_active":"2024-07-27T18:17:50.152975+0000","last_peered":"2024-07-27T18:17:50.152975+0000","last_clean":"2024-07-27T18:17:50.152975+0000","last_became_active":"2024-07-27T18:16:50.806513+0000","last_became_peered":"2024-07-27T18:16:50.806513+0000","last_unstale":"2024-07-27T18:17:50.152975+0000","last_undegraded":"2024-07-27T18:17:50.152975+0000","last_fullsized":"2024-07-27T18:17:50.152975+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:17:27.008972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772096+0000","last_change":"2024-07-27T18:16:50.797181+0000","last_active":"2024-07-27T18:17:49.772096+0000","last_peered":"2024-07-27T18:17:49.772096+0000","last_clean":"2024-07-27T18:17:49.772096+0000","last_became_active":"2024-07-27T18:16:50.796856+0000","last_became_peered":"2024-07-27T18:16:50.796856+0000","last_unstale":"2024-07-27T18:17:49.772096+0000","last_undegraded":"2024-07-27T18:17:49.772096+0000","last_fullsized":"2024-07-27T18:17:49.772096+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:00:55.927532+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1b","version":"67'1","reported_seq":26,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772690+0000","last_change":"2024-07-27T18:16:47.354530+0000","last_active":"2024-07-27T18:17:49.772690+0000","last_peered":"2024-07-27T18:17:49.772690+0000","last_clean":"2024-07-27T18:17:49.772690+0000","last_became_active":"2024-07-27T18:16:47.354254+0000","last_became_peered":"2024-07-27T18:16:47.354254+0000","last_unstale":"2024-07-27T18:17:49.772690+0000","last_undegraded":"2024-07-27T18:17:49.772690+0000","last_fullsized":"2024-07-27T18:17:49.772690+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:09:56.585246+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851617+0000","last_change":"2024-07-27T18:16:50.810300+0000","last_active":"2024-07-27T18:17:49.851617+0000","last_peered":"2024-07-27T18:17:49.851617+0000","last_clean":"2024-07-27T18:17:49.851617+0000","last_became_active":"2024-07-27T18:16:50.809877+0000","last_became_peered":"2024-07-27T18:16:50.809877+0000","last_unstale":"2024-07-27T18:17:49.851617+0000","last_undegraded":"2024-07-27T18:17:49.851617+0000","last_fullsized":"2024-07-27T18:17:49.851617+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:08:03.842193+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1a","version":"67'1","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153574+0000","last_change":"2024-07-27T18:16:47.356565+0000","last_active":"2024-07-27T18:17:50.153574+0000","last_peered":"2024-07-27T18:17:50.153574+0000","last_clean":"2024-07-27T18:17:50.153574+0000","last_became_active":"2024-07-27T18:16:47.356129+0000","last_became_peered":"2024-07-27T18:16:47.356129+0000","last_unstale":"2024-07-27T18:17:50.153574+0000","last_undegraded":"2024-07-27T18:17:50.153574+0000","last_fullsized":"2024-07-27T18:17:50.153574+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:21:36.434330+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772057+0000","last_change":"2024-07-27T18:16:47.349942+0000","last_active":"2024-07-27T18:17:49.772057+0000","last_peered":"2024-07-27T18:17:49.772057+0000","last_clean":"2024-07-27T18:17:49.772057+0000","last_became_active":"2024-07-27T18:16:47.349649+0000","last_became_peered":"2024-07-27T18:16:47.349649+0000","last_unstale":"2024-07-27T18:17:49.772057+0000","last_undegraded":"2024-07-27T18:17:49.772057+0000","last_fullsized":"2024-07-27T18:17:49.772057+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:12:00.487045+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771130+0000","last_change":"2024-07-27T18:16:50.810256+0000","last_active":"2024-07-27T18:17:49.771130+0000","last_peered":"2024-07-27T18:17:49.771130+0000","last_clean":"2024-07-27T18:17:49.771130+0000","last_became_active":"2024-07-27T18:16:50.809495+0000","last_became_peered":"2024-07-27T18:16:50.809495+0000","last_unstale":"2024-07-27T18:17:49.771130+0000","last_undegraded":"2024-07-27T18:17:49.771130+0000","last_fullsized":"2024-07-27T18:17:49.771130+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:12:03.582402+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778177+0000","last_change":"2024-07-27T18:16:47.354572+0000","last_active":"2024-07-27T18:17:49.778177+0000","last_peered":"2024-07-27T18:17:49.778177+0000","last_clean":"2024-07-27T18:17:49.778177+0000","last_became_active":"2024-07-27T18:16:47.353797+0000","last_became_peered":"2024-07-27T18:16:47.353797+0000","last_unstale":"2024-07-27T18:17:49.778177+0000","last_undegraded":"2024-07-27T18:17:49.778177+0000","last_fullsized":"2024-07-27T18:17:49.778177+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:14:28.779875+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.775935+0000","last_change":"2024-07-27T18:16:50.801433+0000","last_active":"2024-07-27T18:17:49.775935+0000","last_peered":"2024-07-27T18:17:49.775935+0000","last_clean":"2024-07-27T18:17:49.775935+0000","last_became_active":"2024-07-27T18:16:50.801139+0000","last_became_peered":"2024-07-27T18:16:50.801139+0000","last_unstale":"2024-07-27T18:17:49.775935+0000","last_undegraded":"2024-07-27T18:17:49.775935+0000","last_fullsized":"2024-07-27T18:17:49.775935+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:48:06.750305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154362+0000","last_change":"2024-07-27T18:16:47.356013+0000","last_active":"2024-07-27T18:17:50.154362+0000","last_peered":"2024-07-27T18:17:50.154362+0000","last_clean":"2024-07-27T18:17:50.154362+0000","last_became_active":"2024-07-27T18:16:47.355691+0000","last_became_peered":"2024-07-27T18:16:47.355691+0000","last_unstale":"2024-07-27T18:17:50.154362+0000","last_undegraded":"2024-07-27T18:17:50.154362+0000","last_fullsized":"2024-07-27T18:17:50.154362+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:43:25.033561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778612+0000","last_change":"2024-07-27T18:16:50.810840+0000","last_active":"2024-07-27T18:17:49.778612+0000","last_peered":"2024-07-27T18:17:49.778612+0000","last_clean":"2024-07-27T18:17:49.778612+0000","last_became_active":"2024-07-27T18:16:50.809345+0000","last_became_peered":"2024-07-27T18:16:50.809345+0000","last_unstale":"2024-07-27T18:17:49.778612+0000","last_undegraded":"2024-07-27T18:17:49.778612+0000","last_fullsized":"2024-07-27T18:17:49.778612+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:57:16.036857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778701+0000","last_change":"2024-07-27T18:16:47.353558+0000","last_active":"2024-07-27T18:17:49.778701+0000","last_peered":"2024-07-27T18:17:49.778701+0000","last_clean":"2024-07-27T18:17:49.778701+0000","last_became_active":"2024-07-27T18:16:47.353277+0000","last_became_peered":"2024-07-27T18:16:47.353277+0000","last_unstale":"2024-07-27T18:17:49.778701+0000","last_undegraded":"2024-07-27T18:17:49.778701+0000","last_fullsized":"2024-07-27T18:17:49.778701+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:15:25.492756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851761+0000","last_change":"2024-07-27T18:16:50.807830+0000","last_active":"2024-07-27T18:17:49.851761+0000","last_peered":"2024-07-27T18:17:49.851761+0000","last_clean":"2024-07-27T18:17:49.851761+0000","last_became_active":"2024-07-27T18:16:50.807014+0000","last_became_peered":"2024-07-27T18:16:50.807014+0000","last_unstale":"2024-07-27T18:17:49.851761+0000","last_undegraded":"2024-07-27T18:17:49.851761+0000","last_fullsized":"2024-07-27T18:17:49.851761+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:17:17.856339+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"67'3","reported_seq":27,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776286+0000","last_change":"2024-07-27T18:16:47.352410+0000","last_active":"2024-07-27T18:17:49.776286+0000","last_peered":"2024-07-27T18:17:49.776286+0000","last_clean":"2024-07-27T18:17:49.776286+0000","last_became_active":"2024-07-27T18:16:47.352103+0000","last_became_peered":"2024-07-27T18:16:47.352103+0000","last_unstale":"2024-07-27T18:17:49.776286+0000","last_undegraded":"2024-07-27T18:17:49.776286+0000","last_fullsized":"2024-07-27T18:17:49.776286+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:26:20.317148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":19,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772414+0000","last_change":"2024-07-27T18:17:05.647524+0000","last_active":"2024-07-27T18:17:49.772414+0000","last_peered":"2024-07-27T18:17:49.772414+0000","last_clean":"2024-07-27T18:17:49.772414+0000","last_became_active":"2024-07-27T18:17:05.647137+0000","last_became_peered":"2024-07-27T18:17:05.647137+0000","last_unstale":"2024-07-27T18:17:49.772414+0000","last_undegraded":"2024-07-27T18:17:49.772414+0000","last_fullsized":"2024-07-27T18:17:49.772414+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:12:28.701748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,7,6],"acting":[2,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.14","version":"70'9","reported_seq":33,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153552+0000","last_change":"2024-07-27T18:16:47.351198+0000","last_active":"2024-07-27T18:17:50.153552+0000","last_peered":"2024-07-27T18:17:50.153552+0000","last_clean":"2024-07-27T18:17:50.153552+0000","last_became_active":"2024-07-27T18:16:47.350912+0000","last_became_peered":"2024-07-27T18:16:47.350912+0000","last_unstale":"2024-07-27T18:17:50.153552+0000","last_undegraded":"2024-07-27T18:17:50.153552+0000","last_fullsized":"2024-07-27T18:17:50.153552+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":9,"log_dups_size":0,"ondisk_log_size":9,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:25:48.435004+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":2350,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9,"num_write_kb":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153967+0000","last_change":"2024-07-27T18:16:50.812814+0000","last_active":"2024-07-27T18:17:50.153967+0000","last_peered":"2024-07-27T18:17:50.153967+0000","last_clean":"2024-07-27T18:17:50.153967+0000","last_became_active":"2024-07-27T18:16:50.812531+0000","last_became_peered":"2024-07-27T18:16:50.812531+0000","last_unstale":"2024-07-27T18:17:50.153967+0000","last_undegraded":"2024-07-27T18:17:50.153967+0000","last_fullsized":"2024-07-27T18:17:50.153967+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:01:58.212713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"67'2","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851744+0000","last_change":"2024-07-27T18:16:47.348863+0000","last_active":"2024-07-27T18:17:49.851744+0000","last_peered":"2024-07-27T18:17:49.851744+0000","last_clean":"2024-07-27T18:17:49.851744+0000","last_became_active":"2024-07-27T18:16:47.348589+0000","last_became_peered":"2024-07-27T18:16:47.348589+0000","last_unstale":"2024-07-27T18:17:49.851744+0000","last_undegraded":"2024-07-27T18:17:49.851744+0000","last_fullsized":"2024-07-27T18:17:49.851744+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:53:04.222502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":34,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":7,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851182+0000","last_change":"2024-07-27T18:16:50.810114+0000","last_active":"2024-07-27T18:17:49.851182+0000","last_peered":"2024-07-27T18:17:49.851182+0000","last_clean":"2024-07-27T18:17:49.851182+0000","last_became_active":"2024-07-27T18:16:50.809781+0000","last_became_peered":"2024-07-27T18:16:50.809781+0000","last_unstale":"2024-07-27T18:17:49.851182+0000","last_undegraded":"2024-07-27T18:17:49.851182+0000","last_fullsized":"2024-07-27T18:17:49.851182+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:11:38.254545+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778410+0000","last_change":"2024-07-27T18:16:47.353881+0000","last_active":"2024-07-27T18:17:49.778410+0000","last_peered":"2024-07-27T18:17:49.778410+0000","last_clean":"2024-07-27T18:17:49.778410+0000","last_became_active":"2024-07-27T18:16:47.353439+0000","last_became_peered":"2024-07-27T18:16:47.353439+0000","last_unstale":"2024-07-27T18:17:49.778410+0000","last_undegraded":"2024-07-27T18:17:49.778410+0000","last_fullsized":"2024-07-27T18:17:49.778410+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:46:53.312838+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153259+0000","last_change":"2024-07-27T18:16:50.814844+0000","last_active":"2024-07-27T18:17:50.153259+0000","last_peered":"2024-07-27T18:17:50.153259+0000","last_clean":"2024-07-27T18:17:50.153259+0000","last_became_active":"2024-07-27T18:16:50.814365+0000","last_became_peered":"2024-07-27T18:16:50.814365+0000","last_unstale":"2024-07-27T18:17:50.153259+0000","last_undegraded":"2024-07-27T18:17:50.153259+0000","last_fullsized":"2024-07-27T18:17:50.153259+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:29:10.685763+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153241+0000","last_change":"2024-07-27T18:16:47.349307+0000","last_active":"2024-07-27T18:17:50.153241+0000","last_peered":"2024-07-27T18:17:50.153241+0000","last_clean":"2024-07-27T18:17:50.153241+0000","last_became_active":"2024-07-27T18:16:47.349039+0000","last_became_peered":"2024-07-27T18:16:47.349039+0000","last_unstale":"2024-07-27T18:17:50.153241+0000","last_undegraded":"2024-07-27T18:17:50.153241+0000","last_fullsized":"2024-07-27T18:17:50.153241+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:22:05.511595+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153089+0000","last_change":"2024-07-27T18:16:50.807747+0000","last_active":"2024-07-27T18:17:50.153089+0000","last_peered":"2024-07-27T18:17:50.153089+0000","last_clean":"2024-07-27T18:17:50.153089+0000","last_became_active":"2024-07-27T18:16:50.807122+0000","last_became_peered":"2024-07-27T18:16:50.807122+0000","last_unstale":"2024-07-27T18:17:50.153089+0000","last_undegraded":"2024-07-27T18:17:50.153089+0000","last_fullsized":"2024-07-27T18:17:50.153089+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:03:48.805492+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"67'8","reported_seq":33,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771301+0000","last_change":"2024-07-27T18:16:47.350948+0000","last_active":"2024-07-27T18:17:49.771301+0000","last_peered":"2024-07-27T18:17:49.771301+0000","last_clean":"2024-07-27T18:17:49.771301+0000","last_became_active":"2024-07-27T18:16:47.350652+0000","last_became_peered":"2024-07-27T18:16:47.350652+0000","last_unstale":"2024-07-27T18:17:49.771301+0000","last_undegraded":"2024-07-27T18:17:49.771301+0000","last_fullsized":"2024-07-27T18:17:49.771301+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":8,"log_dups_size":0,"ondisk_log_size":8,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:49:21.905804+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153289+0000","last_change":"2024-07-27T18:16:50.813533+0000","last_active":"2024-07-27T18:17:50.153289+0000","last_peered":"2024-07-27T18:17:50.153289+0000","last_clean":"2024-07-27T18:17:50.153289+0000","last_became_active":"2024-07-27T18:16:50.813183+0000","last_became_peered":"2024-07-27T18:16:50.813183+0000","last_unstale":"2024-07-27T18:17:50.153289+0000","last_undegraded":"2024-07-27T18:17:50.153289+0000","last_fullsized":"2024-07-27T18:17:50.153289+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:53:32.804920+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"67'1","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772862+0000","last_change":"2024-07-27T18:16:47.352783+0000","last_active":"2024-07-27T18:17:49.772862+0000","last_peered":"2024-07-27T18:17:49.772862+0000","last_clean":"2024-07-27T18:17:49.772862+0000","last_became_active":"2024-07-27T18:16:47.352512+0000","last_became_peered":"2024-07-27T18:16:47.352512+0000","last_unstale":"2024-07-27T18:17:49.772862+0000","last_undegraded":"2024-07-27T18:17:49.772862+0000","last_fullsized":"2024-07-27T18:17:49.772862+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:16:13.951988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153685+0000","last_change":"2024-07-27T18:16:50.810317+0000","last_active":"2024-07-27T18:17:50.153685+0000","last_peered":"2024-07-27T18:17:50.153685+0000","last_clean":"2024-07-27T18:17:50.153685+0000","last_became_active":"2024-07-27T18:16:50.810020+0000","last_became_peered":"2024-07-27T18:16:50.810020+0000","last_unstale":"2024-07-27T18:17:50.153685+0000","last_undegraded":"2024-07-27T18:17:50.153685+0000","last_fullsized":"2024-07-27T18:17:50.153685+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:44:59.132778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.e","version":"67'2","reported_seq":27,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772886+0000","last_change":"2024-07-27T18:16:47.353563+0000","last_active":"2024-07-27T18:17:49.772886+0000","last_peered":"2024-07-27T18:17:49.772886+0000","last_clean":"2024-07-27T18:17:49.772886+0000","last_became_active":"2024-07-27T18:16:47.353174+0000","last_became_peered":"2024-07-27T18:16:47.353174+0000","last_unstale":"2024-07-27T18:17:49.772886+0000","last_undegraded":"2024-07-27T18:17:49.772886+0000","last_fullsized":"2024-07-27T18:17:49.772886+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:35:41.921361+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":31,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153832+0000","last_change":"2024-07-27T18:17:05.809183+0000","last_active":"2024-07-27T18:17:50.153832+0000","last_peered":"2024-07-27T18:17:50.153832+0000","last_clean":"2024-07-27T18:17:50.153832+0000","last_became_active":"2024-07-27T18:17:05.808707+0000","last_became_peered":"2024-07-27T18:17:05.808707+0000","last_unstale":"2024-07-27T18:17:50.153832+0000","last_undegraded":"2024-07-27T18:17:50.153832+0000","last_fullsized":"2024-07-27T18:17:50.153832+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:54:52.697297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,3],"acting":[7,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"67'1","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776353+0000","last_change":"2024-07-27T18:16:47.351188+0000","last_active":"2024-07-27T18:17:49.776353+0000","last_peered":"2024-07-27T18:17:49.776353+0000","last_clean":"2024-07-27T18:17:49.776353+0000","last_became_active":"2024-07-27T18:16:47.350883+0000","last_became_peered":"2024-07-27T18:16:47.350883+0000","last_unstale":"2024-07-27T18:17:49.776353+0000","last_undegraded":"2024-07-27T18:17:49.776353+0000","last_fullsized":"2024-07-27T18:17:49.776353+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:08:39.884686+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778461+0000","last_change":"2024-07-27T18:16:50.803755+0000","last_active":"2024-07-27T18:17:49.778461+0000","last_peered":"2024-07-27T18:17:49.778461+0000","last_clean":"2024-07-27T18:17:49.778461+0000","last_became_active":"2024-07-27T18:16:50.803487+0000","last_became_peered":"2024-07-27T18:16:50.803487+0000","last_unstale":"2024-07-27T18:17:49.778461+0000","last_undegraded":"2024-07-27T18:17:49.778461+0000","last_fullsized":"2024-07-27T18:17:49.778461+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:51:46.320557+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772692+0000","last_change":"2024-07-27T18:16:47.355129+0000","last_active":"2024-07-27T18:17:49.772692+0000","last_peered":"2024-07-27T18:17:49.772692+0000","last_clean":"2024-07-27T18:17:49.772692+0000","last_became_active":"2024-07-27T18:16:47.354790+0000","last_became_peered":"2024-07-27T18:16:47.354790+0000","last_unstale":"2024-07-27T18:17:49.772692+0000","last_undegraded":"2024-07-27T18:17:49.772692+0000","last_fullsized":"2024-07-27T18:17:49.772692+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:21:16.471641+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154056+0000","last_change":"2024-07-27T18:16:50.814692+0000","last_active":"2024-07-27T18:17:50.154056+0000","last_peered":"2024-07-27T18:17:50.154056+0000","last_clean":"2024-07-27T18:17:50.154056+0000","last_became_active":"2024-07-27T18:16:50.814387+0000","last_became_peered":"2024-07-27T18:16:50.814387+0000","last_unstale":"2024-07-27T18:17:50.154056+0000","last_undegraded":"2024-07-27T18:17:50.154056+0000","last_fullsized":"2024-07-27T18:17:50.154056+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:45:21.237478+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":20,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.856180+0000","last_change":"2024-07-27T18:17:50.154311+0000","last_active":"2024-07-27T18:17:54.856180+0000","last_peered":"2024-07-27T18:17:54.856180+0000","last_clean":"2024-07-27T18:17:54.856180+0000","last_became_active":"2024-07-27T18:17:45.957974+0000","last_became_peered":"2024-07-27T18:17:45.957974+0000","last_unstale":"2024-07-27T18:17:54.856180+0000","last_undegraded":"2024-07-27T18:17:54.856180+0000","last_fullsized":"2024-07-27T18:17:54.856180+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:55:58.794745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00053612600000000005,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.0","version":"70'128","reported_seq":273,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.854504+0000","last_change":"2024-07-27T18:16:22.566506+0000","last_active":"2024-07-27T18:17:54.854504+0000","last_peered":"2024-07-27T18:17:54.854504+0000","last_clean":"2024-07-27T18:17:54.854504+0000","last_became_active":"2024-07-27T18:16:22.566055+0000","last_became_peered":"2024-07-27T18:16:22.566055+0000","last_unstale":"2024-07-27T18:17:54.854504+0000","last_undegraded":"2024-07-27T18:17:54.854504+0000","last_fullsized":"2024-07-27T18:17:54.854504+0000","mapping_epoch":59,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":60,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:14:20.896830+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:14:20.896830+0000","last_clean_scrub_stamp":"2024-07-27T18:14:20.896830+0000","objects_scrubbed":0,"log_size":128,"log_dups_size":0,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:25:50.000995+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778347+0000","last_change":"2024-07-27T18:16:47.352991+0000","last_active":"2024-07-27T18:17:49.778347+0000","last_peered":"2024-07-27T18:17:49.778347+0000","last_clean":"2024-07-27T18:17:49.778347+0000","last_became_active":"2024-07-27T18:16:47.352683+0000","last_became_peered":"2024-07-27T18:16:47.352683+0000","last_unstale":"2024-07-27T18:17:49.778347+0000","last_undegraded":"2024-07-27T18:17:49.778347+0000","last_fullsized":"2024-07-27T18:17:49.778347+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:34:00.775044+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771385+0000","last_change":"2024-07-27T18:16:50.800637+0000","last_active":"2024-07-27T18:17:49.771385+0000","last_peered":"2024-07-27T18:17:49.771385+0000","last_clean":"2024-07-27T18:17:49.771385+0000","last_became_active":"2024-07-27T18:16:50.800349+0000","last_became_peered":"2024-07-27T18:16:50.800349+0000","last_unstale":"2024-07-27T18:17:49.771385+0000","last_undegraded":"2024-07-27T18:17:49.771385+0000","last_fullsized":"2024-07-27T18:17:49.771385+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:52:46.826998+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":19,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.775269+0000","last_change":"2024-07-27T18:17:49.851797+0000","last_active":"2024-07-27T18:17:54.775269+0000","last_peered":"2024-07-27T18:17:54.775269+0000","last_clean":"2024-07-27T18:17:54.775269+0000","last_became_active":"2024-07-27T18:17:45.770319+0000","last_became_peered":"2024-07-27T18:17:45.770319+0000","last_unstale":"2024-07-27T18:17:54.775269+0000","last_undegraded":"2024-07-27T18:17:54.775269+0000","last_fullsized":"2024-07-27T18:17:54.775269+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:13:22.618841+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000334228,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,2],"acting":[0,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154314+0000","last_change":"2024-07-27T18:16:47.358402+0000","last_active":"2024-07-27T18:17:50.154314+0000","last_peered":"2024-07-27T18:17:50.154314+0000","last_clean":"2024-07-27T18:17:50.154314+0000","last_became_active":"2024-07-27T18:16:47.358130+0000","last_became_peered":"2024-07-27T18:16:47.358130+0000","last_unstale":"2024-07-27T18:17:50.154314+0000","last_undegraded":"2024-07-27T18:17:50.154314+0000","last_fullsized":"2024-07-27T18:17:50.154314+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:47:03.158631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.850970+0000","last_change":"2024-07-27T18:16:50.809377+0000","last_active":"2024-07-27T18:17:49.850970+0000","last_peered":"2024-07-27T18:17:49.850970+0000","last_clean":"2024-07-27T18:17:49.850970+0000","last_became_active":"2024-07-27T18:16:50.809103+0000","last_became_peered":"2024-07-27T18:16:50.809103+0000","last_unstale":"2024-07-27T18:17:49.850970+0000","last_undegraded":"2024-07-27T18:17:49.850970+0000","last_fullsized":"2024-07-27T18:17:49.850970+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:41:19.935694+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":20,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.854609+0000","last_change":"2024-07-27T18:17:49.776999+0000","last_active":"2024-07-27T18:17:54.854609+0000","last_peered":"2024-07-27T18:17:54.854609+0000","last_clean":"2024-07-27T18:17:54.854609+0000","last_became_active":"2024-07-27T18:17:45.985523+0000","last_became_peered":"2024-07-27T18:17:45.985523+0000","last_unstale":"2024-07-27T18:17:54.854609+0000","last_undegraded":"2024-07-27T18:17:54.854609+0000","last_fullsized":"2024-07-27T18:17:54.854609+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:51:02.902063+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052819399999999995,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771563+0000","last_change":"2024-07-27T18:16:47.352322+0000","last_active":"2024-07-27T18:17:49.771563+0000","last_peered":"2024-07-27T18:17:49.771563+0000","last_clean":"2024-07-27T18:17:49.771563+0000","last_became_active":"2024-07-27T18:16:47.351993+0000","last_became_peered":"2024-07-27T18:16:47.351993+0000","last_unstale":"2024-07-27T18:17:49.771563+0000","last_undegraded":"2024-07-27T18:17:49.771563+0000","last_fullsized":"2024-07-27T18:17:49.771563+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:26:55.534105+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.775702+0000","last_change":"2024-07-27T18:16:50.800077+0000","last_active":"2024-07-27T18:17:49.775702+0000","last_peered":"2024-07-27T18:17:49.775702+0000","last_clean":"2024-07-27T18:17:49.775702+0000","last_became_active":"2024-07-27T18:16:50.799786+0000","last_became_peered":"2024-07-27T18:16:50.799786+0000","last_unstale":"2024-07-27T18:17:49.775702+0000","last_undegraded":"2024-07-27T18:17:49.775702+0000","last_fullsized":"2024-07-27T18:17:49.775702+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:04:08.001643+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":20,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.854377+0000","last_change":"2024-07-27T18:17:49.776693+0000","last_active":"2024-07-27T18:17:54.854377+0000","last_peered":"2024-07-27T18:17:54.854377+0000","last_clean":"2024-07-27T18:17:54.854377+0000","last_became_active":"2024-07-27T18:17:45.769168+0000","last_became_peered":"2024-07-27T18:17:45.769168+0000","last_unstale":"2024-07-27T18:17:54.854377+0000","last_undegraded":"2024-07-27T18:17:54.854377+0000","last_fullsized":"2024-07-27T18:17:54.854377+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:03:08.603473+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048863300000000004,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,3],"acting":[1,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778463+0000","last_change":"2024-07-27T18:16:47.353696+0000","last_active":"2024-07-27T18:17:49.778463+0000","last_peered":"2024-07-27T18:17:49.778463+0000","last_clean":"2024-07-27T18:17:49.778463+0000","last_became_active":"2024-07-27T18:16:47.351099+0000","last_became_peered":"2024-07-27T18:16:47.351099+0000","last_unstale":"2024-07-27T18:17:49.778463+0000","last_undegraded":"2024-07-27T18:17:49.778463+0000","last_fullsized":"2024-07-27T18:17:49.778463+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:15:18.495345+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772273+0000","last_change":"2024-07-27T18:16:50.799489+0000","last_active":"2024-07-27T18:17:49.772273+0000","last_peered":"2024-07-27T18:17:49.772273+0000","last_clean":"2024-07-27T18:17:49.772273+0000","last_became_active":"2024-07-27T18:16:50.799204+0000","last_became_peered":"2024-07-27T18:16:50.799204+0000","last_unstale":"2024-07-27T18:17:49.772273+0000","last_undegraded":"2024-07-27T18:17:49.772273+0000","last_fullsized":"2024-07-27T18:17:49.772273+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:15:20.565029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.2","version":"76'2","reported_seq":22,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.854209+0000","last_change":"2024-07-27T18:17:49.777147+0000","last_active":"2024-07-27T18:17:54.854209+0000","last_peered":"2024-07-27T18:17:54.854209+0000","last_clean":"2024-07-27T18:17:54.854209+0000","last_became_active":"2024-07-27T18:17:45.985613+0000","last_became_peered":"2024-07-27T18:17:45.985613+0000","last_unstale":"2024-07-27T18:17:54.854209+0000","last_undegraded":"2024-07-27T18:17:54.854209+0000","last_fullsized":"2024-07-27T18:17:54.854209+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:29:04.097073+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0013066289999999999,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,4],"acting":[1,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776293+0000","last_change":"2024-07-27T18:16:47.357362+0000","last_active":"2024-07-27T18:17:49.776293+0000","last_peered":"2024-07-27T18:17:49.776293+0000","last_clean":"2024-07-27T18:17:49.776293+0000","last_became_active":"2024-07-27T18:16:47.356990+0000","last_became_peered":"2024-07-27T18:16:47.356990+0000","last_unstale":"2024-07-27T18:17:49.776293+0000","last_undegraded":"2024-07-27T18:17:49.776293+0000","last_fullsized":"2024-07-27T18:17:49.776293+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:02:04.455166+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778575+0000","last_change":"2024-07-27T18:16:50.802962+0000","last_active":"2024-07-27T18:17:49.778575+0000","last_peered":"2024-07-27T18:17:49.778575+0000","last_clean":"2024-07-27T18:17:49.778575+0000","last_became_active":"2024-07-27T18:16:50.802338+0000","last_became_peered":"2024-07-27T18:16:50.802338+0000","last_unstale":"2024-07-27T18:17:49.778575+0000","last_undegraded":"2024-07-27T18:17:49.778575+0000","last_fullsized":"2024-07-27T18:17:49.778575+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:20:36.876699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.3","version":"74'1","reported_seq":20,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.774025+0000","last_change":"2024-07-27T18:17:49.851837+0000","last_active":"2024-07-27T18:17:54.774025+0000","last_peered":"2024-07-27T18:17:54.774025+0000","last_clean":"2024-07-27T18:17:54.774025+0000","last_became_active":"2024-07-27T18:17:45.985751+0000","last_became_peered":"2024-07-27T18:17:45.985751+0000","last_unstale":"2024-07-27T18:17:54.774025+0000","last_undegraded":"2024-07-27T18:17:54.774025+0000","last_fullsized":"2024-07-27T18:17:54.774025+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:55:22.800130+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00075515399999999996,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,7],"acting":[0,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":19,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772178+0000","last_change":"2024-07-27T18:17:05.810138+0000","last_active":"2024-07-27T18:17:49.772178+0000","last_peered":"2024-07-27T18:17:49.772178+0000","last_clean":"2024-07-27T18:17:49.772178+0000","last_became_active":"2024-07-27T18:17:05.809605+0000","last_became_peered":"2024-07-27T18:17:05.809605+0000","last_unstale":"2024-07-27T18:17:49.772178+0000","last_undegraded":"2024-07-27T18:17:49.772178+0000","last_fullsized":"2024-07-27T18:17:49.772178+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:18:54.637122+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,0,4],"acting":[2,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776161+0000","last_change":"2024-07-27T18:16:50.803496+0000","last_active":"2024-07-27T18:17:49.776161+0000","last_peered":"2024-07-27T18:17:49.776161+0000","last_clean":"2024-07-27T18:17:49.776161+0000","last_became_active":"2024-07-27T18:16:50.803237+0000","last_became_peered":"2024-07-27T18:16:50.803237+0000","last_unstale":"2024-07-27T18:17:49.776161+0000","last_undegraded":"2024-07-27T18:17:49.776161+0000","last_fullsized":"2024-07-27T18:17:49.776161+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:05:26.260180+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":20,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.773013+0000","last_change":"2024-07-27T18:17:49.771535+0000","last_active":"2024-07-27T18:17:54.773013+0000","last_peered":"2024-07-27T18:17:54.773013+0000","last_clean":"2024-07-27T18:17:54.773013+0000","last_became_active":"2024-07-27T18:17:45.957897+0000","last_became_peered":"2024-07-27T18:17:45.957897+0000","last_unstale":"2024-07-27T18:17:54.773013+0000","last_undegraded":"2024-07-27T18:17:54.773013+0000","last_fullsized":"2024-07-27T18:17:54.773013+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:40:00.834551+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054771799999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"67'1","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776673+0000","last_change":"2024-07-27T18:16:47.351669+0000","last_active":"2024-07-27T18:17:49.776673+0000","last_peered":"2024-07-27T18:17:49.776673+0000","last_clean":"2024-07-27T18:17:49.776673+0000","last_became_active":"2024-07-27T18:16:47.351224+0000","last_became_peered":"2024-07-27T18:16:47.351224+0000","last_unstale":"2024-07-27T18:17:49.776673+0000","last_undegraded":"2024-07-27T18:17:49.776673+0000","last_fullsized":"2024-07-27T18:17:49.776673+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:27:58.626011+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772413+0000","last_change":"2024-07-27T18:16:50.807481+0000","last_active":"2024-07-27T18:17:49.772413+0000","last_peered":"2024-07-27T18:17:49.772413+0000","last_clean":"2024-07-27T18:17:49.772413+0000","last_became_active":"2024-07-27T18:16:50.807202+0000","last_became_peered":"2024-07-27T18:16:50.807202+0000","last_unstale":"2024-07-27T18:17:49.772413+0000","last_undegraded":"2024-07-27T18:17:49.772413+0000","last_fullsized":"2024-07-27T18:17:49.772413+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:49:41.519175+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":20,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.773339+0000","last_change":"2024-07-27T18:17:49.772505+0000","last_active":"2024-07-27T18:17:54.773339+0000","last_peered":"2024-07-27T18:17:54.773339+0000","last_clean":"2024-07-27T18:17:54.773339+0000","last_became_active":"2024-07-27T18:17:45.985480+0000","last_became_peered":"2024-07-27T18:17:45.985480+0000","last_unstale":"2024-07-27T18:17:54.773339+0000","last_undegraded":"2024-07-27T18:17:54.773339+0000","last_fullsized":"2024-07-27T18:17:54.773339+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:51:00.050318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00057721499999999995,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,5,6],"acting":[4,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.7","version":"67'2","reported_seq":26,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154469+0000","last_change":"2024-07-27T18:16:47.355052+0000","last_active":"2024-07-27T18:17:50.154469+0000","last_peered":"2024-07-27T18:17:50.154469+0000","last_clean":"2024-07-27T18:17:50.154469+0000","last_became_active":"2024-07-27T18:16:47.354558+0000","last_became_peered":"2024-07-27T18:16:47.354558+0000","last_unstale":"2024-07-27T18:17:50.154469+0000","last_undegraded":"2024-07-27T18:17:50.154469+0000","last_fullsized":"2024-07-27T18:17:50.154469+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:57:18.765586+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851375+0000","last_change":"2024-07-27T18:16:50.802843+0000","last_active":"2024-07-27T18:17:49.851375+0000","last_peered":"2024-07-27T18:17:49.851375+0000","last_clean":"2024-07-27T18:17:49.851375+0000","last_became_active":"2024-07-27T18:16:50.802522+0000","last_became_peered":"2024-07-27T18:16:50.802522+0000","last_unstale":"2024-07-27T18:17:49.851375+0000","last_undegraded":"2024-07-27T18:17:49.851375+0000","last_fullsized":"2024-07-27T18:17:49.851375+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:59:01.759883+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154284+0000","last_change":"2024-07-27T18:16:47.357578+0000","last_active":"2024-07-27T18:17:50.154284+0000","last_peered":"2024-07-27T18:17:50.154284+0000","last_clean":"2024-07-27T18:17:50.154284+0000","last_became_active":"2024-07-27T18:16:47.357261+0000","last_became_peered":"2024-07-27T18:16:47.357261+0000","last_unstale":"2024-07-27T18:17:50.154284+0000","last_undegraded":"2024-07-27T18:17:50.154284+0000","last_fullsized":"2024-07-27T18:17:50.154284+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:30:02.427608+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":19,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.775714+0000","last_change":"2024-07-27T18:17:05.349928+0000","last_active":"2024-07-27T18:17:49.775714+0000","last_peered":"2024-07-27T18:17:49.775714+0000","last_clean":"2024-07-27T18:17:49.775714+0000","last_became_active":"2024-07-27T18:17:05.349520+0000","last_became_peered":"2024-07-27T18:17:05.349520+0000","last_unstale":"2024-07-27T18:17:49.775714+0000","last_undegraded":"2024-07-27T18:17:49.775714+0000","last_fullsized":"2024-07-27T18:17:49.775714+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:19:32.416820+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,7],"acting":[1,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776220+0000","last_change":"2024-07-27T18:16:47.354348+0000","last_active":"2024-07-27T18:17:49.776220+0000","last_peered":"2024-07-27T18:17:49.776220+0000","last_clean":"2024-07-27T18:17:49.776220+0000","last_became_active":"2024-07-27T18:16:47.354001+0000","last_became_peered":"2024-07-27T18:16:47.354001+0000","last_unstale":"2024-07-27T18:17:49.776220+0000","last_undegraded":"2024-07-27T18:17:49.776220+0000","last_fullsized":"2024-07-27T18:17:49.776220+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:21:28.622976+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771159+0000","last_change":"2024-07-27T18:16:50.811398+0000","last_active":"2024-07-27T18:17:49.771159+0000","last_peered":"2024-07-27T18:17:49.771159+0000","last_clean":"2024-07-27T18:17:49.771159+0000","last_became_active":"2024-07-27T18:16:50.809974+0000","last_became_peered":"2024-07-27T18:16:50.809974+0000","last_unstale":"2024-07-27T18:17:49.771159+0000","last_undegraded":"2024-07-27T18:17:49.771159+0000","last_fullsized":"2024-07-27T18:17:49.771159+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:53:11.727456+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776164+0000","last_change":"2024-07-27T18:16:47.355772+0000","last_active":"2024-07-27T18:17:49.776164+0000","last_peered":"2024-07-27T18:17:49.776164+0000","last_clean":"2024-07-27T18:17:49.776164+0000","last_became_active":"2024-07-27T18:16:47.354907+0000","last_became_peered":"2024-07-27T18:16:47.354907+0000","last_unstale":"2024-07-27T18:17:49.776164+0000","last_undegraded":"2024-07-27T18:17:49.776164+0000","last_fullsized":"2024-07-27T18:17:49.776164+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:29:01.192877+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772538+0000","last_change":"2024-07-27T18:16:50.803972+0000","last_active":"2024-07-27T18:17:49.772538+0000","last_peered":"2024-07-27T18:17:49.772538+0000","last_clean":"2024-07-27T18:17:49.772538+0000","last_became_active":"2024-07-27T18:16:50.803395+0000","last_became_peered":"2024-07-27T18:16:50.803395+0000","last_unstale":"2024-07-27T18:17:49.772538+0000","last_undegraded":"2024-07-27T18:17:49.772538+0000","last_fullsized":"2024-07-27T18:17:49.772538+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:09:55.292413+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"67'2","reported_seq":27,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153357+0000","last_change":"2024-07-27T18:16:47.355042+0000","last_active":"2024-07-27T18:17:50.153357+0000","last_peered":"2024-07-27T18:17:50.153357+0000","last_clean":"2024-07-27T18:17:50.153357+0000","last_became_active":"2024-07-27T18:16:47.354764+0000","last_became_peered":"2024-07-27T18:16:47.354764+0000","last_unstale":"2024-07-27T18:17:50.153357+0000","last_undegraded":"2024-07-27T18:17:50.153357+0000","last_fullsized":"2024-07-27T18:17:50.153357+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:21:21.257210+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153479+0000","last_change":"2024-07-27T18:16:50.805852+0000","last_active":"2024-07-27T18:17:50.153479+0000","last_peered":"2024-07-27T18:17:50.153479+0000","last_clean":"2024-07-27T18:17:50.153479+0000","last_became_active":"2024-07-27T18:16:50.805551+0000","last_became_peered":"2024-07-27T18:16:50.805551+0000","last_unstale":"2024-07-27T18:17:50.153479+0000","last_undegraded":"2024-07-27T18:17:50.153479+0000","last_fullsized":"2024-07-27T18:17:50.153479+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:24:51.942675+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":19,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772059+0000","last_change":"2024-07-27T18:17:05.808921+0000","last_active":"2024-07-27T18:17:49.772059+0000","last_peered":"2024-07-27T18:17:49.772059+0000","last_clean":"2024-07-27T18:17:49.772059+0000","last_became_active":"2024-07-27T18:17:05.808566+0000","last_became_peered":"2024-07-27T18:17:05.808566+0000","last_unstale":"2024-07-27T18:17:49.772059+0000","last_undegraded":"2024-07-27T18:17:49.772059+0000","last_fullsized":"2024-07-27T18:17:49.772059+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:48:50.489620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,4,6],"acting":[2,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.1c","version":"67'2","reported_seq":27,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153860+0000","last_change":"2024-07-27T18:16:47.352777+0000","last_active":"2024-07-27T18:17:50.153860+0000","last_peered":"2024-07-27T18:17:50.153860+0000","last_clean":"2024-07-27T18:17:50.153860+0000","last_became_active":"2024-07-27T18:16:47.352509+0000","last_became_peered":"2024-07-27T18:16:47.352509+0000","last_unstale":"2024-07-27T18:17:50.153860+0000","last_undegraded":"2024-07-27T18:17:50.153860+0000","last_fullsized":"2024-07-27T18:17:50.153860+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:36:43.515196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778394+0000","last_change":"2024-07-27T18:16:50.798267+0000","last_active":"2024-07-27T18:17:49.778394+0000","last_peered":"2024-07-27T18:17:49.778394+0000","last_clean":"2024-07-27T18:17:49.778394+0000","last_became_active":"2024-07-27T18:16:50.797968+0000","last_became_peered":"2024-07-27T18:16:50.797968+0000","last_unstale":"2024-07-27T18:17:49.778394+0000","last_undegraded":"2024-07-27T18:17:49.778394+0000","last_fullsized":"2024-07-27T18:17:49.778394+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:03:50.810995+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1d","version":"67'2","reported_seq":27,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154110+0000","last_change":"2024-07-27T18:16:47.356348+0000","last_active":"2024-07-27T18:17:50.154110+0000","last_peered":"2024-07-27T18:17:50.154110+0000","last_clean":"2024-07-27T18:17:50.154110+0000","last_became_active":"2024-07-27T18:16:47.356103+0000","last_became_peered":"2024-07-27T18:16:47.356103+0000","last_unstale":"2024-07-27T18:17:50.154110+0000","last_undegraded":"2024-07-27T18:17:50.154110+0000","last_fullsized":"2024-07-27T18:17:50.154110+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:39:19.625726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851712+0000","last_change":"2024-07-27T18:16:50.807864+0000","last_active":"2024-07-27T18:17:49.851712+0000","last_peered":"2024-07-27T18:17:49.851712+0000","last_clean":"2024-07-27T18:17:49.851712+0000","last_became_active":"2024-07-27T18:16:50.807590+0000","last_became_peered":"2024-07-27T18:16:50.807590+0000","last_unstale":"2024-07-27T18:17:49.851712+0000","last_undegraded":"2024-07-27T18:17:49.851712+0000","last_fullsized":"2024-07-27T18:17:49.851712+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:30:41.103550+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1e","version":"67'1","reported_seq":26,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772059+0000","last_change":"2024-07-27T18:16:47.344826+0000","last_active":"2024-07-27T18:17:49.772059+0000","last_peered":"2024-07-27T18:17:49.772059+0000","last_clean":"2024-07-27T18:17:49.772059+0000","last_became_active":"2024-07-27T18:16:47.344550+0000","last_became_peered":"2024-07-27T18:16:47.344550+0000","last_unstale":"2024-07-27T18:17:49.772059+0000","last_undegraded":"2024-07-27T18:17:49.772059+0000","last_fullsized":"2024-07-27T18:17:49.772059+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:32:18.227334+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771881+0000","last_change":"2024-07-27T18:16:50.801327+0000","last_active":"2024-07-27T18:17:49.771881+0000","last_peered":"2024-07-27T18:17:49.771881+0000","last_clean":"2024-07-27T18:17:49.771881+0000","last_became_active":"2024-07-27T18:16:50.801035+0000","last_became_peered":"2024-07-27T18:16:50.801035+0000","last_unstale":"2024-07-27T18:17:49.771881+0000","last_undegraded":"2024-07-27T18:17:49.771881+0000","last_fullsized":"2024-07-27T18:17:49.771881+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:15:08.622555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1f","version":"67'4","reported_seq":27,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851971+0000","last_change":"2024-07-27T18:16:47.352929+0000","last_active":"2024-07-27T18:17:49.851971+0000","last_peered":"2024-07-27T18:17:49.851971+0000","last_clean":"2024-07-27T18:17:49.851971+0000","last_became_active":"2024-07-27T18:16:47.352562+0000","last_became_peered":"2024-07-27T18:16:47.352562+0000","last_unstale":"2024-07-27T18:17:49.851971+0000","last_undegraded":"2024-07-27T18:17:49.851971+0000","last_fullsized":"2024-07-27T18:17:49.851971+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:43:54.069768+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":582,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":8,"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":57,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3,"ondisk_log_size":3,"up":24,"acting":24,"num_store_stats":8},{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":192,"acting":192,"num_store_stats":8},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":3148,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":48,"num_write_kb":17,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":98304,"data_stored":9444,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":42,"ondisk_log_size":42,"up":96,"acting":96,"num_store_stats":8},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":56,"seq":240518168609,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28388,"kb_used_data":1368,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716764,"statfs":{"total":95995035648,"available":95965966336,"internally_reserved":0,"allocated":1400832,"data_stored":947969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27654603},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.68999999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.54800000000000004,"15min":0.55100000000000005},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.73599999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.50600000000000001}]},{"osd":1,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.51900000000000002,"15min":0.51600000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.437},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.56499999999999995,"15min":0.57199999999999995},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.74099999999999999,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.57899999999999996}]},{"osd":2,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.52400000000000002,"15min":0.52600000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.55800000000000005,"15min":0.56000000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.71899999999999997,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.48099999999999998}]},{"osd":3,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.54900000000000004,"15min":0.54700000000000004},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.621},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.57999999999999996,"15min":0.58199999999999996},"min":{"1min":0.40600000000000003,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.78200000000000003,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.59599999999999997}]},{"osd":4,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.46600000000000003,"15min":0.47199999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.61599999999999999,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.439,"5min":0.47099999999999997,"15min":0.47599999999999998},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.59299999999999997,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.69499999999999995}]},{"osd":5,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.48899999999999999,"15min":0.49399999999999999},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.54500000000000004,"15min":0.55600000000000005},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.65900000000000003,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.64800000000000002}]},{"osd":6,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.54200000000000004,"15min":0.54900000000000004},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.70799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.53500000000000003,"15min":0.54400000000000004},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.67800000000000005,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.66400000000000003}]}]},{"osd":6,"up_from":48,"seq":206158430245,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28388,"kb_used_data":1368,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716764,"statfs":{"total":95995035648,"available":95965966336,"internally_reserved":0,"allocated":1400832,"data_stored":949384,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.51400000000000001,"15min":0.51200000000000001},"min":{"1min":0.32700000000000001,"5min":0.316,"15min":0.316},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.374,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.71199999999999997,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.59799999999999998}]},{"osd":1,"last update":"Sat Jul 27 18:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.56899999999999995,"15min":0.56699999999999995},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.752,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.55700000000000005,"15min":0.55900000000000005},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.748,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.65900000000000003}]},{"osd":2,"last update":"Sat Jul 27 18:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.55300000000000005,"15min":0.54900000000000004},"min":{"1min":0.39300000000000002,"5min":0.374,"15min":0.374},"max":{"1min":0.76400000000000001,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.51300000000000001,"15min":0.50900000000000001},"min":{"1min":0.40899999999999997,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.66400000000000003}]},{"osd":3,"last update":"Sat Jul 27 18:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.53000000000000003,"15min":0.52600000000000002},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.55600000000000005,"15min":0.55300000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.76800000000000002,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.68500000000000005}]},{"osd":4,"last update":"Sat Jul 27 18:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.42599999999999999,"15min":0.42299999999999999},"min":{"1min":0.29199999999999998,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.62},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.433,"15min":0.43099999999999999},"min":{"1min":0.313,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.55900000000000005}]},{"osd":5,"last update":"Sat Jul 27 18:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.43099999999999999,"15min":0.42799999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.46300000000000002,"15min":0.45900000000000002},"min":{"1min":0.33300000000000002,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.57499999999999996}]},{"osd":7,"last update":"Sat Jul 27 18:18:22 2024","interfaces":[{"interface":"back","average":{"1min":0.45300000000000001,"5min":0.49399999999999999,"15min":0.501},"min":{"1min":0.316,"5min":0.31,"15min":0.31},"max":{"1min":0.61799999999999999,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.50700000000000001,"15min":0.51100000000000001},"min":{"1min":0.34799999999999998,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.68700000000000006,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.504}]}]},{"osd":5,"up_from":40,"seq":171798691882,"num_pgs":40,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27816,"kb_used_data":796,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717336,"statfs":{"total":95995035648,"available":95966552064,"internally_reserved":0,"allocated":815104,"data_stored":359175,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:18:30 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.55000000000000004,"15min":0.56000000000000005},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.69899999999999995,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.55400000000000005,"15min":0.56499999999999995},"min":{"1min":0.36199999999999999,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.67100000000000004,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.35199999999999998}]},{"osd":1,"last update":"Sat Jul 27 18:18:30 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.55900000000000005,"15min":0.56899999999999995},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.55000000000000004,"15min":0.54800000000000004},"min":{"1min":0.40300000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.71999999999999997,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.55800000000000005}]},{"osd":2,"last update":"Sat Jul 27 18:18:30 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.56100000000000005,"15min":0.56499999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.67700000000000005,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.56499999999999995,"15min":0.57399999999999995},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.71299999999999997,"5min":0.748,"15min":0.748},"last":0.45000000000000001}]},{"osd":3,"last update":"Sat Jul 27 18:18:30 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.57299999999999995,"15min":0.57799999999999996},"min":{"1min":0.38200000000000001,"5min":0.371,"15min":0.371},"max":{"1min":0.67900000000000005,"5min":0.748,"15min":0.748},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.42199999999999999,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.69199999999999995,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.54300000000000004}]},{"osd":4,"last update":"Sat Jul 27 18:18:30 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.40200000000000002,"15min":0.38500000000000001},"min":{"1min":0.29899999999999999,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.41499999999999998,"15min":0.39600000000000002},"min":{"1min":0.318,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.69499999999999995,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.52800000000000002}]},{"osd":6,"last update":"Sat Jul 27 18:18:01 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.44600000000000001,"15min":0.439},"min":{"1min":0.32900000000000001,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.47799999999999998,"15min":0.47199999999999998},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.57599999999999996}]},{"osd":7,"last update":"Sat Jul 27 18:18:21 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.53200000000000003,"15min":0.54100000000000004},"min":{"1min":0.32700000000000001,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.50900000000000001,"15min":0.51600000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.63100000000000001,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.498}]}]},{"osd":4,"up_from":32,"seq":137438953519,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27820,"kb_used_data":800,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717332,"statfs":{"total":95995035648,"available":95966547968,"internally_reserved":0,"allocated":819200,"data_stored":357724,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:18:11 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.52500000000000002,"15min":0.53700000000000003},"min":{"1min":0.30099999999999999,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.436},{"interface":"front","average":{"1min":0.495,"5min":0.53800000000000003,"15min":0.55200000000000005},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.69799999999999995,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.502}]},{"osd":1,"last update":"Sat Jul 27 18:18:11 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.52100000000000002,"15min":0.53200000000000003},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.65900000000000003,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.503,"5min":0.54100000000000004,"15min":0.55600000000000005},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.72599999999999998,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.52800000000000002}]},{"osd":2,"last update":"Sat Jul 27 18:18:11 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.52800000000000002,"15min":0.53700000000000003},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.64500000000000002,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.53200000000000003,"15min":0.54900000000000004},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.69499999999999995,"5min":0.92000000000000004,"15min":0.92000000000000004},"last":0.42399999999999999}]},{"osd":3,"last update":"Sat Jul 27 18:18:11 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.53100000000000003,"15min":0.53900000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.72499999999999998,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.54300000000000004,"15min":0.55400000000000005},"min":{"1min":0.36499999999999999,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.74299999999999999,"5min":0.875,"15min":0.875},"last":0.48899999999999999}]},{"osd":5,"last update":"Sat Jul 27 18:18:33 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.36299999999999999,"15min":0.34399999999999997},"min":{"1min":0.28199999999999997,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.68100000000000005,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.435,"5min":0.39600000000000002,"15min":0.371},"min":{"1min":0.31900000000000001,"5min":0.255,"15min":0.255},"max":{"1min":0.59599999999999997,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.39100000000000001}]},{"osd":6,"last update":"Sat Jul 27 18:17:58 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.39800000000000002,"15min":0.38800000000000001},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.46000000000000002,"15min":0.45700000000000002},"min":{"1min":0.29399999999999998,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.59899999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.45900000000000002}]},{"osd":7,"last update":"Sat Jul 27 18:18:25 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.45000000000000001,"15min":0.45500000000000002},"min":{"1min":0.26600000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.60099999999999998,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.434,"5min":0.48699999999999999,"15min":0.496},"min":{"1min":0.309,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.63300000000000001,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.51600000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149747,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27820,"kb_used_data":800,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717332,"statfs":{"total":95995035648,"available":95966547968,"internally_reserved":0,"allocated":819200,"data_stored":359451,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:17:47 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.39600000000000002,"15min":0.40699999999999997},"min":{"1min":0.23799999999999999,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.50800000000000001,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.25800000000000001},{"interface":"front","average":{"1min":0.378,"5min":0.40999999999999998,"15min":0.41599999999999998},"min":{"1min":0.20499999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.58999999999999997,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.29499999999999998}]},{"osd":1,"last update":"Sat Jul 27 18:17:47 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.42599999999999999,"15min":0.433},"min":{"1min":0.28699999999999998,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.55700000000000005,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.41699999999999998,"15min":0.42699999999999999},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.48399999999999999,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.24199999999999999}]},{"osd":2,"last update":"Sat Jul 27 18:17:47 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.45700000000000002,"15min":0.46700000000000003},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.59499999999999997,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.42499999999999999,"15min":0.42999999999999999},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.60799999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.311}]},{"osd":4,"last update":"Sat Jul 27 18:18:10 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.59799999999999998,"15min":0.60999999999999999},"min":{"1min":0.43099999999999999,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.72099999999999997,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.60499999999999998,"15min":0.61399999999999999},"min":{"1min":0.44500000000000001,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.754,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.64700000000000002}]},{"osd":5,"last update":"Sat Jul 27 18:18:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.60699999999999998,"15min":0.61699999999999999},"min":{"1min":0.437,"5min":0.372,"15min":0.372},"max":{"1min":0.78900000000000003,"5min":1.139,"15min":1.139},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.60499999999999998,"15min":0.61699999999999999},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.73899999999999999,"5min":1.127,"15min":1.127},"last":0.68300000000000005}]},{"osd":6,"last update":"Sat Jul 27 18:18:01 2024","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.61199999999999999,"15min":0.60799999999999998},"min":{"1min":0.45500000000000002,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.153,"5min":1.153,"15min":1.153},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"last":0.54300000000000004}]},{"osd":7,"last update":"Sat Jul 27 18:18:23 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.60899999999999999,"15min":0.61299999999999999},"min":{"1min":0.40100000000000002,"5min":0.379,"15min":0.379},"max":{"1min":0.70899999999999996,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.501},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59999999999999998,"15min":0.60099999999999998},"min":{"1min":0.46200000000000002,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.73099999999999998,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.61599999999999999}]}]},{"osd":2,"up_from":18,"seq":77309411384,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27800,"kb_used_data":780,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717352,"statfs":{"total":95995035648,"available":95966568448,"internally_reserved":0,"allocated":798720,"data_stored":356997,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:18:23 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.38400000000000001,"15min":0.36799999999999999},"min":{"1min":0.25,"5min":0.16700000000000001,"15min":0.16700000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.35999999999999999},"min":{"1min":0.254,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.52500000000000002,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.42699999999999999}]},{"osd":1,"last update":"Sat Jul 27 18:18:23 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41099999999999998,"15min":0.40799999999999997},"min":{"1min":0.26900000000000002,"5min":0.219,"15min":0.219},"max":{"1min":0.60599999999999998,"5min":0.624,"15min":0.624},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.376,"5min":0.39000000000000001,"15min":0.38300000000000001},"min":{"1min":0.27800000000000002,"5min":0.248,"15min":0.248},"max":{"1min":0.50800000000000001,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.374}]},{"osd":3,"last update":"Sat Jul 27 18:17:46 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.45300000000000001,"15min":0.46300000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.46100000000000002,"15min":0.47899999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.625,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.41199999999999998}]},{"osd":4,"last update":"Sat Jul 27 18:18:12 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.57299999999999995,"15min":0.56399999999999995},"min":{"1min":0.41199999999999998,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.78800000000000003,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.58799999999999997,"15min":0.57899999999999996},"min":{"1min":0.44400000000000001,"5min":0.432,"15min":0.432},"max":{"1min":0.82699999999999996,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.61599999999999999}]},{"osd":5,"last update":"Sat Jul 27 18:18:38 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.60099999999999998,"15min":0.623},"min":{"1min":0.39600000000000002,"5min":0.374,"15min":0.374},"max":{"1min":0.66500000000000004,"5min":1.0449999999999999,"15min":1.0449999999999999},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.56999999999999995,"15min":0.57199999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.71399999999999997,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.65200000000000002}]},{"osd":6,"last update":"Sat Jul 27 18:17:58 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.61299999999999999,"15min":0.61699999999999999},"min":{"1min":0.439,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.84199999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.77800000000000002,"5min":1.077,"15min":1.077},"last":0.63900000000000001}]},{"osd":7,"last update":"Sat Jul 27 18:18:23 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.60799999999999998,"15min":0.61099999999999999},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.78000000000000003,"5min":1.0680000000000001,"15min":1.0680000000000001},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.623,"15min":0.626},"min":{"1min":0.42599999999999999,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.74299999999999999,"5min":1.002,"15min":1.002},"last":0.628}]}]},{"osd":1,"up_from":13,"seq":55834574910,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31904,"kb_used_data":788,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713248,"statfs":{"total":95995035648,"available":95962365952,"internally_reserved":0,"allocated":806912,"data_stored":356903,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:18:10 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.38,"15min":0.35799999999999998},"min":{"1min":0.22900000000000001,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":1.387,"5min":1.387,"15min":1.387},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.441,"5min":0.40200000000000002,"15min":0.38200000000000001},"min":{"1min":0.23499999999999999,"5min":0.22,"15min":0.22},"max":{"1min":1.371,"5min":1.371,"15min":1.371},"last":0.32600000000000001}]},{"osd":2,"last update":"Sat Jul 27 18:18:23 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.41899999999999998,"15min":0.42299999999999999},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":1.1299999999999999,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.39700000000000002,"15min":0.39600000000000002},"min":{"1min":0.251,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":1.0049999999999999,"5min":1.0049999999999999,"15min":1.0049999999999999},"last":0.41699999999999998}]},{"osd":3,"last update":"Sat Jul 27 18:17:48 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.41999999999999998,"15min":0.42599999999999999},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.56200000000000006,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.47899999999999998,"15min":0.49299999999999999},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.58399999999999996,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.47299999999999998}]},{"osd":4,"last update":"Sat Jul 27 18:18:11 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57499999999999996,"15min":0.58299999999999996},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.75700000000000001}]},{"osd":5,"last update":"Sat Jul 27 18:18:35 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.84499999999999997,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.748},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59099999999999997,"15min":0.58899999999999997},"min":{"1min":0.437,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.82099999999999995}]},{"osd":6,"last update":"Sat Jul 27 18:17:58 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.58999999999999997,"15min":0.58799999999999997},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.57499999999999996,"15min":0.57999999999999996},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.71599999999999997}]},{"osd":7,"last update":"Sat Jul 27 18:18:23 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.56200000000000006,"15min":0.55600000000000005},"min":{"1min":0.43099999999999999,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.78900000000000003},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.58799999999999997,"15min":0.58399999999999996},"min":{"1min":0.42799999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.63100000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738434,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":1376,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":1409024,"data_stored":948093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Jul 27 18:18:01 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.36299999999999999,"15min":0.35099999999999998},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.55500000000000005,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.372,"5min":0.373,"15min":0.35499999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.53700000000000003,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.377}]},{"osd":2,"last update":"Sat Jul 27 18:18:22 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.376,"15min":0.36799999999999999},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.52200000000000002,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40899999999999997,"15min":0.39500000000000002},"min":{"1min":0.29499999999999998,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.40400000000000003}]},{"osd":3,"last update":"Sat Jul 27 18:17:54 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.42299999999999999,"15min":0.41599999999999998},"min":{"1min":0.313,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.443},{"interface":"front","average":{"1min":0.42399999999999999,"5min":0.43099999999999999,"15min":0.42699999999999999},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.55300000000000005,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.33600000000000002}]},{"osd":4,"last update":"Sat Jul 27 18:18:12 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.56499999999999995,"15min":0.57499999999999996},"min":{"1min":0.38800000000000001,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59299999999999997,"15min":0.59099999999999997},"min":{"1min":0.439,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.5}]},{"osd":5,"last update":"Sat Jul 27 18:18:34 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.56299999999999994,"15min":0.56399999999999995},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.62,"5min":0.60599999999999998,"15min":0.59899999999999998},"min":{"1min":0.46500000000000002,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.57499999999999996}]},{"osd":6,"last update":"Sat Jul 27 18:17:54 2024","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.60399999999999998,"15min":0.59999999999999998},"min":{"1min":0.42899999999999999,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.64500000000000002,"15min":0.64300000000000002},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.60999999999999999}]},{"osd":7,"last update":"Sat Jul 27 18:18:19 2024","interfaces":[{"interface":"back","average":{"1min":0.67000000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.64500000000000002,"15min":0.65300000000000002},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.55400000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":2454,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":708,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":2440,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":2350,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-07-27T18:18:49.742 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph pg dump --format=json 2024-07-27T18:18:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:49 smithi179 ceph-mon[33511]: pgmap v44: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:50.494 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:51.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:51.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:51.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:18:51.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:18:51.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:51.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[29364]: Reconfiguring alertmanager.a (dependencies changed)... 2024-07-27T18:18:51.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[29364]: Reconfiguring daemon alertmanager.a on smithi029 2024-07-27T18:18:51.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[29364]: pgmap v45: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:51.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:51.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:51.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:18:51.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:18:51.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:51.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[40759]: Reconfiguring alertmanager.a (dependencies changed)... 2024-07-27T18:18:51.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[40759]: Reconfiguring daemon alertmanager.a on smithi029 2024-07-27T18:18:51.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:51 smithi029 ceph-mon[40759]: pgmap v45: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:51.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:51 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:51.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:51 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:51.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:51 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:18:51.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:51 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:18:51.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:51 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:18:51.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:51 smithi179 ceph-mon[33511]: Reconfiguring alertmanager.a (dependencies changed)... 2024-07-27T18:18:51.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:51 smithi179 ceph-mon[33511]: Reconfiguring daemon alertmanager.a on smithi029 2024-07-27T18:18:51.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:51 smithi179 ceph-mon[33511]: pgmap v45: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:52.558 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:18:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:18:52] "GET /metrics HTTP/1.1" 200 33680 "" "Prometheus/2.43.0" 2024-07-27T18:18:53.129 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:18:53.130 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-07-27T18:18:53.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:53 smithi029 ceph-mon[29364]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:18:53.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:53 smithi029 ceph-mon[29364]: pgmap v46: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:53.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:53 smithi029 ceph-mon[40759]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:18:53.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:53 smithi029 ceph-mon[40759]: pgmap v46: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:53.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:53 smithi179 ceph-mon[33511]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:18:53.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:53 smithi179 ceph-mon[33511]: pgmap v46: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:55.035 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":45,"stamp":"2024-07-27T18:18:51.369300+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":593535,"num_objects":26,"num_object_clones":0,"num_object_copies":78,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":26,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":229,"num_write_kb":2435,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":173,"ondisk_log_size":173,"up":315,"acting":315,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":315,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":228332,"kb_used_data":8076,"kb_used_omap":12,"kb_used_meta":220147,"kb_avail":749732884,"statfs":{"total":767960285184,"available":767726473216,"internally_reserved":0,"allocated":8269824,"data_stored":4635696,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12744,"internal_metadata":225431096},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003024"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153715+0000","last_change":"2024-07-27T18:16:50.809402+0000","last_active":"2024-07-27T18:17:50.153715+0000","last_peered":"2024-07-27T18:17:50.153715+0000","last_clean":"2024-07-27T18:17:50.153715+0000","last_became_active":"2024-07-27T18:16:50.809095+0000","last_became_peered":"2024-07-27T18:16:50.809095+0000","last_unstale":"2024-07-27T18:17:50.153715+0000","last_undegraded":"2024-07-27T18:17:50.153715+0000","last_fullsized":"2024-07-27T18:17:50.153715+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:15:56.744583+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776501+0000","last_change":"2024-07-27T18:16:50.800385+0000","last_active":"2024-07-27T18:17:49.776501+0000","last_peered":"2024-07-27T18:17:49.776501+0000","last_clean":"2024-07-27T18:17:49.776501+0000","last_became_active":"2024-07-27T18:16:50.800111+0000","last_became_peered":"2024-07-27T18:16:50.800111+0000","last_unstale":"2024-07-27T18:17:49.776501+0000","last_undegraded":"2024-07-27T18:17:49.776501+0000","last_fullsized":"2024-07-27T18:17:49.776501+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:33:31.364734+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851533+0000","last_change":"2024-07-27T18:16:50.802535+0000","last_active":"2024-07-27T18:17:49.851533+0000","last_peered":"2024-07-27T18:17:49.851533+0000","last_clean":"2024-07-27T18:17:49.851533+0000","last_became_active":"2024-07-27T18:16:50.802254+0000","last_became_peered":"2024-07-27T18:16:50.802254+0000","last_unstale":"2024-07-27T18:17:49.851533+0000","last_undegraded":"2024-07-27T18:17:49.851533+0000","last_fullsized":"2024-07-27T18:17:49.851533+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:44:25.592616+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778371+0000","last_change":"2024-07-27T18:16:50.811955+0000","last_active":"2024-07-27T18:17:49.778371+0000","last_peered":"2024-07-27T18:17:49.778371+0000","last_clean":"2024-07-27T18:17:49.778371+0000","last_became_active":"2024-07-27T18:16:50.811472+0000","last_became_peered":"2024-07-27T18:16:50.811472+0000","last_unstale":"2024-07-27T18:17:49.778371+0000","last_undegraded":"2024-07-27T18:17:49.778371+0000","last_fullsized":"2024-07-27T18:17:49.778371+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:35:56.089277+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153170+0000","last_change":"2024-07-27T18:16:50.814593+0000","last_active":"2024-07-27T18:17:50.153170+0000","last_peered":"2024-07-27T18:17:50.153170+0000","last_clean":"2024-07-27T18:17:50.153170+0000","last_became_active":"2024-07-27T18:16:50.814027+0000","last_became_peered":"2024-07-27T18:16:50.814027+0000","last_unstale":"2024-07-27T18:17:50.153170+0000","last_undegraded":"2024-07-27T18:17:50.153170+0000","last_fullsized":"2024-07-27T18:17:50.153170+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:25:55.750357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778256+0000","last_change":"2024-07-27T18:16:50.798265+0000","last_active":"2024-07-27T18:17:49.778256+0000","last_peered":"2024-07-27T18:17:49.778256+0000","last_clean":"2024-07-27T18:17:49.778256+0000","last_became_active":"2024-07-27T18:16:50.797796+0000","last_became_peered":"2024-07-27T18:16:50.797796+0000","last_unstale":"2024-07-27T18:17:49.778256+0000","last_undegraded":"2024-07-27T18:17:49.778256+0000","last_fullsized":"2024-07-27T18:17:49.778256+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:31:49.075012+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":31,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153258+0000","last_change":"2024-07-27T18:17:05.809146+0000","last_active":"2024-07-27T18:17:50.153258+0000","last_peered":"2024-07-27T18:17:50.153258+0000","last_clean":"2024-07-27T18:17:50.153258+0000","last_became_active":"2024-07-27T18:17:05.808732+0000","last_became_peered":"2024-07-27T18:17:05.808732+0000","last_unstale":"2024-07-27T18:17:50.153258+0000","last_undegraded":"2024-07-27T18:17:50.153258+0000","last_fullsized":"2024-07-27T18:17:50.153258+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:28:07.941699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1,4],"acting":[7,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771070+0000","last_change":"2024-07-27T18:16:50.802214+0000","last_active":"2024-07-27T18:17:49.771070+0000","last_peered":"2024-07-27T18:17:49.771070+0000","last_clean":"2024-07-27T18:17:49.771070+0000","last_became_active":"2024-07-27T18:16:50.801945+0000","last_became_peered":"2024-07-27T18:16:50.801945+0000","last_unstale":"2024-07-27T18:17:49.771070+0000","last_undegraded":"2024-07-27T18:17:49.771070+0000","last_fullsized":"2024-07-27T18:17:49.771070+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:09:40.651414+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153837+0000","last_change":"2024-07-27T18:16:50.815781+0000","last_active":"2024-07-27T18:17:50.153837+0000","last_peered":"2024-07-27T18:17:50.153837+0000","last_clean":"2024-07-27T18:17:50.153837+0000","last_became_active":"2024-07-27T18:16:50.815445+0000","last_became_peered":"2024-07-27T18:16:50.815445+0000","last_unstale":"2024-07-27T18:17:50.153837+0000","last_undegraded":"2024-07-27T18:17:50.153837+0000","last_fullsized":"2024-07-27T18:17:50.153837+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:40:11.690047+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154367+0000","last_change":"2024-07-27T18:16:50.808348+0000","last_active":"2024-07-27T18:17:50.154367+0000","last_peered":"2024-07-27T18:17:50.154367+0000","last_clean":"2024-07-27T18:17:50.154367+0000","last_became_active":"2024-07-27T18:16:50.808033+0000","last_became_peered":"2024-07-27T18:16:50.808033+0000","last_unstale":"2024-07-27T18:17:50.154367+0000","last_undegraded":"2024-07-27T18:17:50.154367+0000","last_fullsized":"2024-07-27T18:17:50.154367+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:12:07.830848+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153988+0000","last_change":"2024-07-27T18:16:50.799119+0000","last_active":"2024-07-27T18:17:50.153988+0000","last_peered":"2024-07-27T18:17:50.153988+0000","last_clean":"2024-07-27T18:17:50.153988+0000","last_became_active":"2024-07-27T18:16:50.798841+0000","last_became_peered":"2024-07-27T18:16:50.798841+0000","last_unstale":"2024-07-27T18:17:50.153988+0000","last_undegraded":"2024-07-27T18:17:50.153988+0000","last_fullsized":"2024-07-27T18:17:50.153988+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:28:11.407658+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772515+0000","last_change":"2024-07-27T18:16:50.798882+0000","last_active":"2024-07-27T18:17:49.772515+0000","last_peered":"2024-07-27T18:17:49.772515+0000","last_clean":"2024-07-27T18:17:49.772515+0000","last_became_active":"2024-07-27T18:16:50.798542+0000","last_became_peered":"2024-07-27T18:16:50.798542+0000","last_unstale":"2024-07-27T18:17:49.772515+0000","last_undegraded":"2024-07-27T18:17:49.772515+0000","last_fullsized":"2024-07-27T18:17:49.772515+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:29:41.332371+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772461+0000","last_change":"2024-07-27T18:16:50.800359+0000","last_active":"2024-07-27T18:17:49.772461+0000","last_peered":"2024-07-27T18:17:49.772461+0000","last_clean":"2024-07-27T18:17:49.772461+0000","last_became_active":"2024-07-27T18:16:50.799947+0000","last_became_peered":"2024-07-27T18:16:50.799947+0000","last_unstale":"2024-07-27T18:17:49.772461+0000","last_undegraded":"2024-07-27T18:17:49.772461+0000","last_fullsized":"2024-07-27T18:17:49.772461+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:17:14.911708+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851054+0000","last_change":"2024-07-27T18:16:50.807749+0000","last_active":"2024-07-27T18:17:49.851054+0000","last_peered":"2024-07-27T18:17:49.851054+0000","last_clean":"2024-07-27T18:17:49.851054+0000","last_became_active":"2024-07-27T18:16:50.807404+0000","last_became_peered":"2024-07-27T18:16:50.807404+0000","last_unstale":"2024-07-27T18:17:49.851054+0000","last_undegraded":"2024-07-27T18:17:49.851054+0000","last_fullsized":"2024-07-27T18:17:49.851054+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:48:02.494095+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776140+0000","last_change":"2024-07-27T18:16:50.802107+0000","last_active":"2024-07-27T18:17:49.776140+0000","last_peered":"2024-07-27T18:17:49.776140+0000","last_clean":"2024-07-27T18:17:49.776140+0000","last_became_active":"2024-07-27T18:16:50.801804+0000","last_became_peered":"2024-07-27T18:16:50.801804+0000","last_unstale":"2024-07-27T18:17:49.776140+0000","last_undegraded":"2024-07-27T18:17:49.776140+0000","last_fullsized":"2024-07-27T18:17:49.776140+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:56:43.239993+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778084+0000","last_change":"2024-07-27T18:16:50.808261+0000","last_active":"2024-07-27T18:17:49.778084+0000","last_peered":"2024-07-27T18:17:49.778084+0000","last_clean":"2024-07-27T18:17:49.778084+0000","last_became_active":"2024-07-27T18:16:50.807257+0000","last_became_peered":"2024-07-27T18:16:50.807257+0000","last_unstale":"2024-07-27T18:17:49.778084+0000","last_undegraded":"2024-07-27T18:17:49.778084+0000","last_fullsized":"2024-07-27T18:17:49.778084+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:01:13.130389+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778758+0000","last_change":"2024-07-27T18:16:50.811867+0000","last_active":"2024-07-27T18:17:49.778758+0000","last_peered":"2024-07-27T18:17:49.778758+0000","last_clean":"2024-07-27T18:17:49.778758+0000","last_became_active":"2024-07-27T18:16:50.811602+0000","last_became_peered":"2024-07-27T18:16:50.811602+0000","last_unstale":"2024-07-27T18:17:49.778758+0000","last_undegraded":"2024-07-27T18:17:49.778758+0000","last_fullsized":"2024-07-27T18:17:49.778758+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:28:50.900597+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772749+0000","last_change":"2024-07-27T18:16:50.804182+0000","last_active":"2024-07-27T18:17:49.772749+0000","last_peered":"2024-07-27T18:17:49.772749+0000","last_clean":"2024-07-27T18:17:49.772749+0000","last_became_active":"2024-07-27T18:16:50.803849+0000","last_became_peered":"2024-07-27T18:16:50.803849+0000","last_unstale":"2024-07-27T18:17:49.772749+0000","last_undegraded":"2024-07-27T18:17:49.772749+0000","last_fullsized":"2024-07-27T18:17:49.772749+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:33:16.345567+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154169+0000","last_change":"2024-07-27T18:16:50.806388+0000","last_active":"2024-07-27T18:17:50.154169+0000","last_peered":"2024-07-27T18:17:50.154169+0000","last_clean":"2024-07-27T18:17:50.154169+0000","last_became_active":"2024-07-27T18:16:50.806091+0000","last_became_peered":"2024-07-27T18:16:50.806091+0000","last_unstale":"2024-07-27T18:17:50.154169+0000","last_undegraded":"2024-07-27T18:17:50.154169+0000","last_fullsized":"2024-07-27T18:17:50.154169+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:59:27.510922+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":19,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772591+0000","last_change":"2024-07-27T18:17:05.810118+0000","last_active":"2024-07-27T18:17:49.772591+0000","last_peered":"2024-07-27T18:17:49.772591+0000","last_clean":"2024-07-27T18:17:49.772591+0000","last_became_active":"2024-07-27T18:17:05.809724+0000","last_became_peered":"2024-07-27T18:17:05.809724+0000","last_unstale":"2024-07-27T18:17:49.772591+0000","last_undegraded":"2024-07-27T18:17:49.772591+0000","last_fullsized":"2024-07-27T18:17:49.772591+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:02:14.666698+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,4,0],"acting":[2,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851281+0000","last_change":"2024-07-27T18:16:50.810645+0000","last_active":"2024-07-27T18:17:49.851281+0000","last_peered":"2024-07-27T18:17:49.851281+0000","last_clean":"2024-07-27T18:17:49.851281+0000","last_became_active":"2024-07-27T18:16:50.810275+0000","last_became_peered":"2024-07-27T18:16:50.810275+0000","last_unstale":"2024-07-27T18:17:49.851281+0000","last_undegraded":"2024-07-27T18:17:49.851281+0000","last_fullsized":"2024-07-27T18:17:49.851281+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:59:22.620285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778312+0000","last_change":"2024-07-27T18:16:50.809399+0000","last_active":"2024-07-27T18:17:49.778312+0000","last_peered":"2024-07-27T18:17:49.778312+0000","last_clean":"2024-07-27T18:17:49.778312+0000","last_became_active":"2024-07-27T18:16:50.809098+0000","last_became_peered":"2024-07-27T18:16:50.809098+0000","last_unstale":"2024-07-27T18:17:49.778312+0000","last_undegraded":"2024-07-27T18:17:49.778312+0000","last_fullsized":"2024-07-27T18:17:49.778312+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:30:50.836271+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771927+0000","last_change":"2024-07-27T18:16:50.812535+0000","last_active":"2024-07-27T18:17:49.771927+0000","last_peered":"2024-07-27T18:17:49.771927+0000","last_clean":"2024-07-27T18:17:49.771927+0000","last_became_active":"2024-07-27T18:16:50.812189+0000","last_became_peered":"2024-07-27T18:16:50.812189+0000","last_unstale":"2024-07-27T18:17:49.771927+0000","last_undegraded":"2024-07-27T18:17:49.771927+0000","last_fullsized":"2024-07-27T18:17:49.771927+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:55:29.115887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778081+0000","last_change":"2024-07-27T18:16:50.804125+0000","last_active":"2024-07-27T18:17:49.778081+0000","last_peered":"2024-07-27T18:17:49.778081+0000","last_clean":"2024-07-27T18:17:49.778081+0000","last_became_active":"2024-07-27T18:16:50.803146+0000","last_became_peered":"2024-07-27T18:16:50.803146+0000","last_unstale":"2024-07-27T18:17:49.778081+0000","last_undegraded":"2024-07-27T18:17:49.778081+0000","last_fullsized":"2024-07-27T18:17:49.778081+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:03:31.509606+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772321+0000","last_change":"2024-07-27T18:16:50.807952+0000","last_active":"2024-07-27T18:17:49.772321+0000","last_peered":"2024-07-27T18:17:49.772321+0000","last_clean":"2024-07-27T18:17:49.772321+0000","last_became_active":"2024-07-27T18:16:50.804769+0000","last_became_peered":"2024-07-27T18:16:50.804769+0000","last_unstale":"2024-07-27T18:17:49.772321+0000","last_undegraded":"2024-07-27T18:17:49.772321+0000","last_fullsized":"2024-07-27T18:17:49.772321+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:32:45.218414+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154463+0000","last_change":"2024-07-27T18:16:50.804121+0000","last_active":"2024-07-27T18:17:50.154463+0000","last_peered":"2024-07-27T18:17:50.154463+0000","last_clean":"2024-07-27T18:17:50.154463+0000","last_became_active":"2024-07-27T18:16:50.803026+0000","last_became_peered":"2024-07-27T18:16:50.803026+0000","last_unstale":"2024-07-27T18:17:50.154463+0000","last_undegraded":"2024-07-27T18:17:50.154463+0000","last_fullsized":"2024-07-27T18:17:50.154463+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:51:23.099510+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776081+0000","last_change":"2024-07-27T18:16:50.801383+0000","last_active":"2024-07-27T18:17:49.776081+0000","last_peered":"2024-07-27T18:17:49.776081+0000","last_clean":"2024-07-27T18:17:49.776081+0000","last_became_active":"2024-07-27T18:16:50.801098+0000","last_became_peered":"2024-07-27T18:16:50.801098+0000","last_unstale":"2024-07-27T18:17:49.776081+0000","last_undegraded":"2024-07-27T18:17:49.776081+0000","last_fullsized":"2024-07-27T18:17:49.776081+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:39:57.298291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772234+0000","last_change":"2024-07-27T18:16:50.803778+0000","last_active":"2024-07-27T18:17:49.772234+0000","last_peered":"2024-07-27T18:17:49.772234+0000","last_clean":"2024-07-27T18:17:49.772234+0000","last_became_active":"2024-07-27T18:16:50.803346+0000","last_became_peered":"2024-07-27T18:16:50.803346+0000","last_unstale":"2024-07-27T18:17:49.772234+0000","last_undegraded":"2024-07-27T18:17:49.772234+0000","last_fullsized":"2024-07-27T18:17:49.772234+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:59:36.728712+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851602+0000","last_change":"2024-07-27T18:16:50.807050+0000","last_active":"2024-07-27T18:17:49.851602+0000","last_peered":"2024-07-27T18:17:49.851602+0000","last_clean":"2024-07-27T18:17:49.851602+0000","last_became_active":"2024-07-27T18:16:50.806748+0000","last_became_peered":"2024-07-27T18:16:50.806748+0000","last_unstale":"2024-07-27T18:17:49.851602+0000","last_undegraded":"2024-07-27T18:17:49.851602+0000","last_fullsized":"2024-07-27T18:17:49.851602+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:09:26.758096+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778369+0000","last_change":"2024-07-27T18:16:50.803770+0000","last_active":"2024-07-27T18:17:49.778369+0000","last_peered":"2024-07-27T18:17:49.778369+0000","last_clean":"2024-07-27T18:17:49.778369+0000","last_became_active":"2024-07-27T18:16:50.803199+0000","last_became_peered":"2024-07-27T18:16:50.803199+0000","last_unstale":"2024-07-27T18:17:49.778369+0000","last_undegraded":"2024-07-27T18:17:49.778369+0000","last_fullsized":"2024-07-27T18:17:49.778369+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:18:37.638380+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":31,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771278+0000","last_change":"2024-07-27T18:17:05.647785+0000","last_active":"2024-07-27T18:17:49.771278+0000","last_peered":"2024-07-27T18:17:49.771278+0000","last_clean":"2024-07-27T18:17:49.771278+0000","last_became_active":"2024-07-27T18:17:05.647394+0000","last_became_peered":"2024-07-27T18:17:05.647394+0000","last_unstale":"2024-07-27T18:17:49.771278+0000","last_undegraded":"2024-07-27T18:17:49.771278+0000","last_fullsized":"2024-07-27T18:17:49.771278+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:00:51.552862+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,6],"acting":[2,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.152975+0000","last_change":"2024-07-27T18:16:50.806992+0000","last_active":"2024-07-27T18:17:50.152975+0000","last_peered":"2024-07-27T18:17:50.152975+0000","last_clean":"2024-07-27T18:17:50.152975+0000","last_became_active":"2024-07-27T18:16:50.806513+0000","last_became_peered":"2024-07-27T18:16:50.806513+0000","last_unstale":"2024-07-27T18:17:50.152975+0000","last_undegraded":"2024-07-27T18:17:50.152975+0000","last_fullsized":"2024-07-27T18:17:50.152975+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:17:27.008972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772096+0000","last_change":"2024-07-27T18:16:50.797181+0000","last_active":"2024-07-27T18:17:49.772096+0000","last_peered":"2024-07-27T18:17:49.772096+0000","last_clean":"2024-07-27T18:17:49.772096+0000","last_became_active":"2024-07-27T18:16:50.796856+0000","last_became_peered":"2024-07-27T18:16:50.796856+0000","last_unstale":"2024-07-27T18:17:49.772096+0000","last_undegraded":"2024-07-27T18:17:49.772096+0000","last_fullsized":"2024-07-27T18:17:49.772096+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:00:55.927532+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1b","version":"67'1","reported_seq":26,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772690+0000","last_change":"2024-07-27T18:16:47.354530+0000","last_active":"2024-07-27T18:17:49.772690+0000","last_peered":"2024-07-27T18:17:49.772690+0000","last_clean":"2024-07-27T18:17:49.772690+0000","last_became_active":"2024-07-27T18:16:47.354254+0000","last_became_peered":"2024-07-27T18:16:47.354254+0000","last_unstale":"2024-07-27T18:17:49.772690+0000","last_undegraded":"2024-07-27T18:17:49.772690+0000","last_fullsized":"2024-07-27T18:17:49.772690+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:09:56.585246+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851617+0000","last_change":"2024-07-27T18:16:50.810300+0000","last_active":"2024-07-27T18:17:49.851617+0000","last_peered":"2024-07-27T18:17:49.851617+0000","last_clean":"2024-07-27T18:17:49.851617+0000","last_became_active":"2024-07-27T18:16:50.809877+0000","last_became_peered":"2024-07-27T18:16:50.809877+0000","last_unstale":"2024-07-27T18:17:49.851617+0000","last_undegraded":"2024-07-27T18:17:49.851617+0000","last_fullsized":"2024-07-27T18:17:49.851617+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:08:03.842193+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1a","version":"67'1","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153574+0000","last_change":"2024-07-27T18:16:47.356565+0000","last_active":"2024-07-27T18:17:50.153574+0000","last_peered":"2024-07-27T18:17:50.153574+0000","last_clean":"2024-07-27T18:17:50.153574+0000","last_became_active":"2024-07-27T18:16:47.356129+0000","last_became_peered":"2024-07-27T18:16:47.356129+0000","last_unstale":"2024-07-27T18:17:50.153574+0000","last_undegraded":"2024-07-27T18:17:50.153574+0000","last_fullsized":"2024-07-27T18:17:50.153574+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:21:36.434330+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772057+0000","last_change":"2024-07-27T18:16:47.349942+0000","last_active":"2024-07-27T18:17:49.772057+0000","last_peered":"2024-07-27T18:17:49.772057+0000","last_clean":"2024-07-27T18:17:49.772057+0000","last_became_active":"2024-07-27T18:16:47.349649+0000","last_became_peered":"2024-07-27T18:16:47.349649+0000","last_unstale":"2024-07-27T18:17:49.772057+0000","last_undegraded":"2024-07-27T18:17:49.772057+0000","last_fullsized":"2024-07-27T18:17:49.772057+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:12:00.487045+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771130+0000","last_change":"2024-07-27T18:16:50.810256+0000","last_active":"2024-07-27T18:17:49.771130+0000","last_peered":"2024-07-27T18:17:49.771130+0000","last_clean":"2024-07-27T18:17:49.771130+0000","last_became_active":"2024-07-27T18:16:50.809495+0000","last_became_peered":"2024-07-27T18:16:50.809495+0000","last_unstale":"2024-07-27T18:17:49.771130+0000","last_undegraded":"2024-07-27T18:17:49.771130+0000","last_fullsized":"2024-07-27T18:17:49.771130+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:12:03.582402+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778177+0000","last_change":"2024-07-27T18:16:47.354572+0000","last_active":"2024-07-27T18:17:49.778177+0000","last_peered":"2024-07-27T18:17:49.778177+0000","last_clean":"2024-07-27T18:17:49.778177+0000","last_became_active":"2024-07-27T18:16:47.353797+0000","last_became_peered":"2024-07-27T18:16:47.353797+0000","last_unstale":"2024-07-27T18:17:49.778177+0000","last_undegraded":"2024-07-27T18:17:49.778177+0000","last_fullsized":"2024-07-27T18:17:49.778177+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:14:28.779875+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.775935+0000","last_change":"2024-07-27T18:16:50.801433+0000","last_active":"2024-07-27T18:17:49.775935+0000","last_peered":"2024-07-27T18:17:49.775935+0000","last_clean":"2024-07-27T18:17:49.775935+0000","last_became_active":"2024-07-27T18:16:50.801139+0000","last_became_peered":"2024-07-27T18:16:50.801139+0000","last_unstale":"2024-07-27T18:17:49.775935+0000","last_undegraded":"2024-07-27T18:17:49.775935+0000","last_fullsized":"2024-07-27T18:17:49.775935+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:48:06.750305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154362+0000","last_change":"2024-07-27T18:16:47.356013+0000","last_active":"2024-07-27T18:17:50.154362+0000","last_peered":"2024-07-27T18:17:50.154362+0000","last_clean":"2024-07-27T18:17:50.154362+0000","last_became_active":"2024-07-27T18:16:47.355691+0000","last_became_peered":"2024-07-27T18:16:47.355691+0000","last_unstale":"2024-07-27T18:17:50.154362+0000","last_undegraded":"2024-07-27T18:17:50.154362+0000","last_fullsized":"2024-07-27T18:17:50.154362+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:43:25.033561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778612+0000","last_change":"2024-07-27T18:16:50.810840+0000","last_active":"2024-07-27T18:17:49.778612+0000","last_peered":"2024-07-27T18:17:49.778612+0000","last_clean":"2024-07-27T18:17:49.778612+0000","last_became_active":"2024-07-27T18:16:50.809345+0000","last_became_peered":"2024-07-27T18:16:50.809345+0000","last_unstale":"2024-07-27T18:17:49.778612+0000","last_undegraded":"2024-07-27T18:17:49.778612+0000","last_fullsized":"2024-07-27T18:17:49.778612+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:57:16.036857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778701+0000","last_change":"2024-07-27T18:16:47.353558+0000","last_active":"2024-07-27T18:17:49.778701+0000","last_peered":"2024-07-27T18:17:49.778701+0000","last_clean":"2024-07-27T18:17:49.778701+0000","last_became_active":"2024-07-27T18:16:47.353277+0000","last_became_peered":"2024-07-27T18:16:47.353277+0000","last_unstale":"2024-07-27T18:17:49.778701+0000","last_undegraded":"2024-07-27T18:17:49.778701+0000","last_fullsized":"2024-07-27T18:17:49.778701+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:15:25.492756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851761+0000","last_change":"2024-07-27T18:16:50.807830+0000","last_active":"2024-07-27T18:17:49.851761+0000","last_peered":"2024-07-27T18:17:49.851761+0000","last_clean":"2024-07-27T18:17:49.851761+0000","last_became_active":"2024-07-27T18:16:50.807014+0000","last_became_peered":"2024-07-27T18:16:50.807014+0000","last_unstale":"2024-07-27T18:17:49.851761+0000","last_undegraded":"2024-07-27T18:17:49.851761+0000","last_fullsized":"2024-07-27T18:17:49.851761+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:17:17.856339+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"67'3","reported_seq":27,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776286+0000","last_change":"2024-07-27T18:16:47.352410+0000","last_active":"2024-07-27T18:17:49.776286+0000","last_peered":"2024-07-27T18:17:49.776286+0000","last_clean":"2024-07-27T18:17:49.776286+0000","last_became_active":"2024-07-27T18:16:47.352103+0000","last_became_peered":"2024-07-27T18:16:47.352103+0000","last_unstale":"2024-07-27T18:17:49.776286+0000","last_undegraded":"2024-07-27T18:17:49.776286+0000","last_fullsized":"2024-07-27T18:17:49.776286+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:26:20.317148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":19,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772414+0000","last_change":"2024-07-27T18:17:05.647524+0000","last_active":"2024-07-27T18:17:49.772414+0000","last_peered":"2024-07-27T18:17:49.772414+0000","last_clean":"2024-07-27T18:17:49.772414+0000","last_became_active":"2024-07-27T18:17:05.647137+0000","last_became_peered":"2024-07-27T18:17:05.647137+0000","last_unstale":"2024-07-27T18:17:49.772414+0000","last_undegraded":"2024-07-27T18:17:49.772414+0000","last_fullsized":"2024-07-27T18:17:49.772414+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:12:28.701748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,7,6],"acting":[2,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.14","version":"70'9","reported_seq":33,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153552+0000","last_change":"2024-07-27T18:16:47.351198+0000","last_active":"2024-07-27T18:17:50.153552+0000","last_peered":"2024-07-27T18:17:50.153552+0000","last_clean":"2024-07-27T18:17:50.153552+0000","last_became_active":"2024-07-27T18:16:47.350912+0000","last_became_peered":"2024-07-27T18:16:47.350912+0000","last_unstale":"2024-07-27T18:17:50.153552+0000","last_undegraded":"2024-07-27T18:17:50.153552+0000","last_fullsized":"2024-07-27T18:17:50.153552+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":9,"log_dups_size":0,"ondisk_log_size":9,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:25:48.435004+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":2350,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9,"num_write_kb":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153967+0000","last_change":"2024-07-27T18:16:50.812814+0000","last_active":"2024-07-27T18:17:50.153967+0000","last_peered":"2024-07-27T18:17:50.153967+0000","last_clean":"2024-07-27T18:17:50.153967+0000","last_became_active":"2024-07-27T18:16:50.812531+0000","last_became_peered":"2024-07-27T18:16:50.812531+0000","last_unstale":"2024-07-27T18:17:50.153967+0000","last_undegraded":"2024-07-27T18:17:50.153967+0000","last_fullsized":"2024-07-27T18:17:50.153967+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:01:58.212713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"67'2","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851744+0000","last_change":"2024-07-27T18:16:47.348863+0000","last_active":"2024-07-27T18:17:49.851744+0000","last_peered":"2024-07-27T18:17:49.851744+0000","last_clean":"2024-07-27T18:17:49.851744+0000","last_became_active":"2024-07-27T18:16:47.348589+0000","last_became_peered":"2024-07-27T18:16:47.348589+0000","last_unstale":"2024-07-27T18:17:49.851744+0000","last_undegraded":"2024-07-27T18:17:49.851744+0000","last_fullsized":"2024-07-27T18:17:49.851744+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:53:04.222502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":34,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":7,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851182+0000","last_change":"2024-07-27T18:16:50.810114+0000","last_active":"2024-07-27T18:17:49.851182+0000","last_peered":"2024-07-27T18:17:49.851182+0000","last_clean":"2024-07-27T18:17:49.851182+0000","last_became_active":"2024-07-27T18:16:50.809781+0000","last_became_peered":"2024-07-27T18:16:50.809781+0000","last_unstale":"2024-07-27T18:17:49.851182+0000","last_undegraded":"2024-07-27T18:17:49.851182+0000","last_fullsized":"2024-07-27T18:17:49.851182+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:11:38.254545+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778410+0000","last_change":"2024-07-27T18:16:47.353881+0000","last_active":"2024-07-27T18:17:49.778410+0000","last_peered":"2024-07-27T18:17:49.778410+0000","last_clean":"2024-07-27T18:17:49.778410+0000","last_became_active":"2024-07-27T18:16:47.353439+0000","last_became_peered":"2024-07-27T18:16:47.353439+0000","last_unstale":"2024-07-27T18:17:49.778410+0000","last_undegraded":"2024-07-27T18:17:49.778410+0000","last_fullsized":"2024-07-27T18:17:49.778410+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:46:53.312838+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153259+0000","last_change":"2024-07-27T18:16:50.814844+0000","last_active":"2024-07-27T18:17:50.153259+0000","last_peered":"2024-07-27T18:17:50.153259+0000","last_clean":"2024-07-27T18:17:50.153259+0000","last_became_active":"2024-07-27T18:16:50.814365+0000","last_became_peered":"2024-07-27T18:16:50.814365+0000","last_unstale":"2024-07-27T18:17:50.153259+0000","last_undegraded":"2024-07-27T18:17:50.153259+0000","last_fullsized":"2024-07-27T18:17:50.153259+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:29:10.685763+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153241+0000","last_change":"2024-07-27T18:16:47.349307+0000","last_active":"2024-07-27T18:17:50.153241+0000","last_peered":"2024-07-27T18:17:50.153241+0000","last_clean":"2024-07-27T18:17:50.153241+0000","last_became_active":"2024-07-27T18:16:47.349039+0000","last_became_peered":"2024-07-27T18:16:47.349039+0000","last_unstale":"2024-07-27T18:17:50.153241+0000","last_undegraded":"2024-07-27T18:17:50.153241+0000","last_fullsized":"2024-07-27T18:17:50.153241+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:22:05.511595+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153089+0000","last_change":"2024-07-27T18:16:50.807747+0000","last_active":"2024-07-27T18:17:50.153089+0000","last_peered":"2024-07-27T18:17:50.153089+0000","last_clean":"2024-07-27T18:17:50.153089+0000","last_became_active":"2024-07-27T18:16:50.807122+0000","last_became_peered":"2024-07-27T18:16:50.807122+0000","last_unstale":"2024-07-27T18:17:50.153089+0000","last_undegraded":"2024-07-27T18:17:50.153089+0000","last_fullsized":"2024-07-27T18:17:50.153089+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:03:48.805492+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"67'8","reported_seq":33,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771301+0000","last_change":"2024-07-27T18:16:47.350948+0000","last_active":"2024-07-27T18:17:49.771301+0000","last_peered":"2024-07-27T18:17:49.771301+0000","last_clean":"2024-07-27T18:17:49.771301+0000","last_became_active":"2024-07-27T18:16:47.350652+0000","last_became_peered":"2024-07-27T18:16:47.350652+0000","last_unstale":"2024-07-27T18:17:49.771301+0000","last_undegraded":"2024-07-27T18:17:49.771301+0000","last_fullsized":"2024-07-27T18:17:49.771301+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":8,"log_dups_size":0,"ondisk_log_size":8,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:49:21.905804+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153289+0000","last_change":"2024-07-27T18:16:50.813533+0000","last_active":"2024-07-27T18:17:50.153289+0000","last_peered":"2024-07-27T18:17:50.153289+0000","last_clean":"2024-07-27T18:17:50.153289+0000","last_became_active":"2024-07-27T18:16:50.813183+0000","last_became_peered":"2024-07-27T18:16:50.813183+0000","last_unstale":"2024-07-27T18:17:50.153289+0000","last_undegraded":"2024-07-27T18:17:50.153289+0000","last_fullsized":"2024-07-27T18:17:50.153289+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:53:32.804920+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"67'1","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772862+0000","last_change":"2024-07-27T18:16:47.352783+0000","last_active":"2024-07-27T18:17:49.772862+0000","last_peered":"2024-07-27T18:17:49.772862+0000","last_clean":"2024-07-27T18:17:49.772862+0000","last_became_active":"2024-07-27T18:16:47.352512+0000","last_became_peered":"2024-07-27T18:16:47.352512+0000","last_unstale":"2024-07-27T18:17:49.772862+0000","last_undegraded":"2024-07-27T18:17:49.772862+0000","last_fullsized":"2024-07-27T18:17:49.772862+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:16:13.951988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153685+0000","last_change":"2024-07-27T18:16:50.810317+0000","last_active":"2024-07-27T18:17:50.153685+0000","last_peered":"2024-07-27T18:17:50.153685+0000","last_clean":"2024-07-27T18:17:50.153685+0000","last_became_active":"2024-07-27T18:16:50.810020+0000","last_became_peered":"2024-07-27T18:16:50.810020+0000","last_unstale":"2024-07-27T18:17:50.153685+0000","last_undegraded":"2024-07-27T18:17:50.153685+0000","last_fullsized":"2024-07-27T18:17:50.153685+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:44:59.132778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.e","version":"67'2","reported_seq":27,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772886+0000","last_change":"2024-07-27T18:16:47.353563+0000","last_active":"2024-07-27T18:17:49.772886+0000","last_peered":"2024-07-27T18:17:49.772886+0000","last_clean":"2024-07-27T18:17:49.772886+0000","last_became_active":"2024-07-27T18:16:47.353174+0000","last_became_peered":"2024-07-27T18:16:47.353174+0000","last_unstale":"2024-07-27T18:17:49.772886+0000","last_undegraded":"2024-07-27T18:17:49.772886+0000","last_fullsized":"2024-07-27T18:17:49.772886+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:35:41.921361+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":31,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153832+0000","last_change":"2024-07-27T18:17:05.809183+0000","last_active":"2024-07-27T18:17:50.153832+0000","last_peered":"2024-07-27T18:17:50.153832+0000","last_clean":"2024-07-27T18:17:50.153832+0000","last_became_active":"2024-07-27T18:17:05.808707+0000","last_became_peered":"2024-07-27T18:17:05.808707+0000","last_unstale":"2024-07-27T18:17:50.153832+0000","last_undegraded":"2024-07-27T18:17:50.153832+0000","last_fullsized":"2024-07-27T18:17:50.153832+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:54:52.697297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,3],"acting":[7,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"67'1","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776353+0000","last_change":"2024-07-27T18:16:47.351188+0000","last_active":"2024-07-27T18:17:49.776353+0000","last_peered":"2024-07-27T18:17:49.776353+0000","last_clean":"2024-07-27T18:17:49.776353+0000","last_became_active":"2024-07-27T18:16:47.350883+0000","last_became_peered":"2024-07-27T18:16:47.350883+0000","last_unstale":"2024-07-27T18:17:49.776353+0000","last_undegraded":"2024-07-27T18:17:49.776353+0000","last_fullsized":"2024-07-27T18:17:49.776353+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:08:39.884686+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778461+0000","last_change":"2024-07-27T18:16:50.803755+0000","last_active":"2024-07-27T18:17:49.778461+0000","last_peered":"2024-07-27T18:17:49.778461+0000","last_clean":"2024-07-27T18:17:49.778461+0000","last_became_active":"2024-07-27T18:16:50.803487+0000","last_became_peered":"2024-07-27T18:16:50.803487+0000","last_unstale":"2024-07-27T18:17:49.778461+0000","last_undegraded":"2024-07-27T18:17:49.778461+0000","last_fullsized":"2024-07-27T18:17:49.778461+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:51:46.320557+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772692+0000","last_change":"2024-07-27T18:16:47.355129+0000","last_active":"2024-07-27T18:17:49.772692+0000","last_peered":"2024-07-27T18:17:49.772692+0000","last_clean":"2024-07-27T18:17:49.772692+0000","last_became_active":"2024-07-27T18:16:47.354790+0000","last_became_peered":"2024-07-27T18:16:47.354790+0000","last_unstale":"2024-07-27T18:17:49.772692+0000","last_undegraded":"2024-07-27T18:17:49.772692+0000","last_fullsized":"2024-07-27T18:17:49.772692+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:21:16.471641+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154056+0000","last_change":"2024-07-27T18:16:50.814692+0000","last_active":"2024-07-27T18:17:50.154056+0000","last_peered":"2024-07-27T18:17:50.154056+0000","last_clean":"2024-07-27T18:17:50.154056+0000","last_became_active":"2024-07-27T18:16:50.814387+0000","last_became_peered":"2024-07-27T18:16:50.814387+0000","last_unstale":"2024-07-27T18:17:50.154056+0000","last_undegraded":"2024-07-27T18:17:50.154056+0000","last_fullsized":"2024-07-27T18:17:50.154056+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:45:21.237478+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":20,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.856180+0000","last_change":"2024-07-27T18:17:50.154311+0000","last_active":"2024-07-27T18:17:54.856180+0000","last_peered":"2024-07-27T18:17:54.856180+0000","last_clean":"2024-07-27T18:17:54.856180+0000","last_became_active":"2024-07-27T18:17:45.957974+0000","last_became_peered":"2024-07-27T18:17:45.957974+0000","last_unstale":"2024-07-27T18:17:54.856180+0000","last_undegraded":"2024-07-27T18:17:54.856180+0000","last_fullsized":"2024-07-27T18:17:54.856180+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:55:58.794745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00053612600000000005,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.0","version":"70'128","reported_seq":273,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.854504+0000","last_change":"2024-07-27T18:16:22.566506+0000","last_active":"2024-07-27T18:17:54.854504+0000","last_peered":"2024-07-27T18:17:54.854504+0000","last_clean":"2024-07-27T18:17:54.854504+0000","last_became_active":"2024-07-27T18:16:22.566055+0000","last_became_peered":"2024-07-27T18:16:22.566055+0000","last_unstale":"2024-07-27T18:17:54.854504+0000","last_undegraded":"2024-07-27T18:17:54.854504+0000","last_fullsized":"2024-07-27T18:17:54.854504+0000","mapping_epoch":59,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":60,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:14:20.896830+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:14:20.896830+0000","last_clean_scrub_stamp":"2024-07-27T18:14:20.896830+0000","objects_scrubbed":0,"log_size":128,"log_dups_size":0,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:25:50.000995+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778347+0000","last_change":"2024-07-27T18:16:47.352991+0000","last_active":"2024-07-27T18:17:49.778347+0000","last_peered":"2024-07-27T18:17:49.778347+0000","last_clean":"2024-07-27T18:17:49.778347+0000","last_became_active":"2024-07-27T18:16:47.352683+0000","last_became_peered":"2024-07-27T18:16:47.352683+0000","last_unstale":"2024-07-27T18:17:49.778347+0000","last_undegraded":"2024-07-27T18:17:49.778347+0000","last_fullsized":"2024-07-27T18:17:49.778347+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:34:00.775044+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771385+0000","last_change":"2024-07-27T18:16:50.800637+0000","last_active":"2024-07-27T18:17:49.771385+0000","last_peered":"2024-07-27T18:17:49.771385+0000","last_clean":"2024-07-27T18:17:49.771385+0000","last_became_active":"2024-07-27T18:16:50.800349+0000","last_became_peered":"2024-07-27T18:16:50.800349+0000","last_unstale":"2024-07-27T18:17:49.771385+0000","last_undegraded":"2024-07-27T18:17:49.771385+0000","last_fullsized":"2024-07-27T18:17:49.771385+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:52:46.826998+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":19,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.775269+0000","last_change":"2024-07-27T18:17:49.851797+0000","last_active":"2024-07-27T18:17:54.775269+0000","last_peered":"2024-07-27T18:17:54.775269+0000","last_clean":"2024-07-27T18:17:54.775269+0000","last_became_active":"2024-07-27T18:17:45.770319+0000","last_became_peered":"2024-07-27T18:17:45.770319+0000","last_unstale":"2024-07-27T18:17:54.775269+0000","last_undegraded":"2024-07-27T18:17:54.775269+0000","last_fullsized":"2024-07-27T18:17:54.775269+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:13:22.618841+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000334228,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,2],"acting":[0,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154314+0000","last_change":"2024-07-27T18:16:47.358402+0000","last_active":"2024-07-27T18:17:50.154314+0000","last_peered":"2024-07-27T18:17:50.154314+0000","last_clean":"2024-07-27T18:17:50.154314+0000","last_became_active":"2024-07-27T18:16:47.358130+0000","last_became_peered":"2024-07-27T18:16:47.358130+0000","last_unstale":"2024-07-27T18:17:50.154314+0000","last_undegraded":"2024-07-27T18:17:50.154314+0000","last_fullsized":"2024-07-27T18:17:50.154314+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:47:03.158631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.850970+0000","last_change":"2024-07-27T18:16:50.809377+0000","last_active":"2024-07-27T18:17:49.850970+0000","last_peered":"2024-07-27T18:17:49.850970+0000","last_clean":"2024-07-27T18:17:49.850970+0000","last_became_active":"2024-07-27T18:16:50.809103+0000","last_became_peered":"2024-07-27T18:16:50.809103+0000","last_unstale":"2024-07-27T18:17:49.850970+0000","last_undegraded":"2024-07-27T18:17:49.850970+0000","last_fullsized":"2024-07-27T18:17:49.850970+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:41:19.935694+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":20,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.854609+0000","last_change":"2024-07-27T18:17:49.776999+0000","last_active":"2024-07-27T18:17:54.854609+0000","last_peered":"2024-07-27T18:17:54.854609+0000","last_clean":"2024-07-27T18:17:54.854609+0000","last_became_active":"2024-07-27T18:17:45.985523+0000","last_became_peered":"2024-07-27T18:17:45.985523+0000","last_unstale":"2024-07-27T18:17:54.854609+0000","last_undegraded":"2024-07-27T18:17:54.854609+0000","last_fullsized":"2024-07-27T18:17:54.854609+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:51:02.902063+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052819399999999995,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771563+0000","last_change":"2024-07-27T18:16:47.352322+0000","last_active":"2024-07-27T18:17:49.771563+0000","last_peered":"2024-07-27T18:17:49.771563+0000","last_clean":"2024-07-27T18:17:49.771563+0000","last_became_active":"2024-07-27T18:16:47.351993+0000","last_became_peered":"2024-07-27T18:16:47.351993+0000","last_unstale":"2024-07-27T18:17:49.771563+0000","last_undegraded":"2024-07-27T18:17:49.771563+0000","last_fullsized":"2024-07-27T18:17:49.771563+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:26:55.534105+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.775702+0000","last_change":"2024-07-27T18:16:50.800077+0000","last_active":"2024-07-27T18:17:49.775702+0000","last_peered":"2024-07-27T18:17:49.775702+0000","last_clean":"2024-07-27T18:17:49.775702+0000","last_became_active":"2024-07-27T18:16:50.799786+0000","last_became_peered":"2024-07-27T18:16:50.799786+0000","last_unstale":"2024-07-27T18:17:49.775702+0000","last_undegraded":"2024-07-27T18:17:49.775702+0000","last_fullsized":"2024-07-27T18:17:49.775702+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:04:08.001643+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":20,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.854377+0000","last_change":"2024-07-27T18:17:49.776693+0000","last_active":"2024-07-27T18:17:54.854377+0000","last_peered":"2024-07-27T18:17:54.854377+0000","last_clean":"2024-07-27T18:17:54.854377+0000","last_became_active":"2024-07-27T18:17:45.769168+0000","last_became_peered":"2024-07-27T18:17:45.769168+0000","last_unstale":"2024-07-27T18:17:54.854377+0000","last_undegraded":"2024-07-27T18:17:54.854377+0000","last_fullsized":"2024-07-27T18:17:54.854377+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:03:08.603473+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048863300000000004,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,3],"acting":[1,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778463+0000","last_change":"2024-07-27T18:16:47.353696+0000","last_active":"2024-07-27T18:17:49.778463+0000","last_peered":"2024-07-27T18:17:49.778463+0000","last_clean":"2024-07-27T18:17:49.778463+0000","last_became_active":"2024-07-27T18:16:47.351099+0000","last_became_peered":"2024-07-27T18:16:47.351099+0000","last_unstale":"2024-07-27T18:17:49.778463+0000","last_undegraded":"2024-07-27T18:17:49.778463+0000","last_fullsized":"2024-07-27T18:17:49.778463+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:15:18.495345+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772273+0000","last_change":"2024-07-27T18:16:50.799489+0000","last_active":"2024-07-27T18:17:49.772273+0000","last_peered":"2024-07-27T18:17:49.772273+0000","last_clean":"2024-07-27T18:17:49.772273+0000","last_became_active":"2024-07-27T18:16:50.799204+0000","last_became_peered":"2024-07-27T18:16:50.799204+0000","last_unstale":"2024-07-27T18:17:49.772273+0000","last_undegraded":"2024-07-27T18:17:49.772273+0000","last_fullsized":"2024-07-27T18:17:49.772273+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:15:20.565029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.2","version":"76'2","reported_seq":22,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.854209+0000","last_change":"2024-07-27T18:17:49.777147+0000","last_active":"2024-07-27T18:17:54.854209+0000","last_peered":"2024-07-27T18:17:54.854209+0000","last_clean":"2024-07-27T18:17:54.854209+0000","last_became_active":"2024-07-27T18:17:45.985613+0000","last_became_peered":"2024-07-27T18:17:45.985613+0000","last_unstale":"2024-07-27T18:17:54.854209+0000","last_undegraded":"2024-07-27T18:17:54.854209+0000","last_fullsized":"2024-07-27T18:17:54.854209+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:29:04.097073+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0013066289999999999,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,4],"acting":[1,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776293+0000","last_change":"2024-07-27T18:16:47.357362+0000","last_active":"2024-07-27T18:17:49.776293+0000","last_peered":"2024-07-27T18:17:49.776293+0000","last_clean":"2024-07-27T18:17:49.776293+0000","last_became_active":"2024-07-27T18:16:47.356990+0000","last_became_peered":"2024-07-27T18:16:47.356990+0000","last_unstale":"2024-07-27T18:17:49.776293+0000","last_undegraded":"2024-07-27T18:17:49.776293+0000","last_fullsized":"2024-07-27T18:17:49.776293+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:02:04.455166+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778575+0000","last_change":"2024-07-27T18:16:50.802962+0000","last_active":"2024-07-27T18:17:49.778575+0000","last_peered":"2024-07-27T18:17:49.778575+0000","last_clean":"2024-07-27T18:17:49.778575+0000","last_became_active":"2024-07-27T18:16:50.802338+0000","last_became_peered":"2024-07-27T18:16:50.802338+0000","last_unstale":"2024-07-27T18:17:49.778575+0000","last_undegraded":"2024-07-27T18:17:49.778575+0000","last_fullsized":"2024-07-27T18:17:49.778575+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:20:36.876699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.3","version":"74'1","reported_seq":20,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.774025+0000","last_change":"2024-07-27T18:17:49.851837+0000","last_active":"2024-07-27T18:17:54.774025+0000","last_peered":"2024-07-27T18:17:54.774025+0000","last_clean":"2024-07-27T18:17:54.774025+0000","last_became_active":"2024-07-27T18:17:45.985751+0000","last_became_peered":"2024-07-27T18:17:45.985751+0000","last_unstale":"2024-07-27T18:17:54.774025+0000","last_undegraded":"2024-07-27T18:17:54.774025+0000","last_fullsized":"2024-07-27T18:17:54.774025+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:55:22.800130+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00075515399999999996,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,7],"acting":[0,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":19,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772178+0000","last_change":"2024-07-27T18:17:05.810138+0000","last_active":"2024-07-27T18:17:49.772178+0000","last_peered":"2024-07-27T18:17:49.772178+0000","last_clean":"2024-07-27T18:17:49.772178+0000","last_became_active":"2024-07-27T18:17:05.809605+0000","last_became_peered":"2024-07-27T18:17:05.809605+0000","last_unstale":"2024-07-27T18:17:49.772178+0000","last_undegraded":"2024-07-27T18:17:49.772178+0000","last_fullsized":"2024-07-27T18:17:49.772178+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:18:54.637122+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,0,4],"acting":[2,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776161+0000","last_change":"2024-07-27T18:16:50.803496+0000","last_active":"2024-07-27T18:17:49.776161+0000","last_peered":"2024-07-27T18:17:49.776161+0000","last_clean":"2024-07-27T18:17:49.776161+0000","last_became_active":"2024-07-27T18:16:50.803237+0000","last_became_peered":"2024-07-27T18:16:50.803237+0000","last_unstale":"2024-07-27T18:17:49.776161+0000","last_undegraded":"2024-07-27T18:17:49.776161+0000","last_fullsized":"2024-07-27T18:17:49.776161+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:05:26.260180+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":20,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.773013+0000","last_change":"2024-07-27T18:17:49.771535+0000","last_active":"2024-07-27T18:17:54.773013+0000","last_peered":"2024-07-27T18:17:54.773013+0000","last_clean":"2024-07-27T18:17:54.773013+0000","last_became_active":"2024-07-27T18:17:45.957897+0000","last_became_peered":"2024-07-27T18:17:45.957897+0000","last_unstale":"2024-07-27T18:17:54.773013+0000","last_undegraded":"2024-07-27T18:17:54.773013+0000","last_fullsized":"2024-07-27T18:17:54.773013+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:40:00.834551+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054771799999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"67'1","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776673+0000","last_change":"2024-07-27T18:16:47.351669+0000","last_active":"2024-07-27T18:17:49.776673+0000","last_peered":"2024-07-27T18:17:49.776673+0000","last_clean":"2024-07-27T18:17:49.776673+0000","last_became_active":"2024-07-27T18:16:47.351224+0000","last_became_peered":"2024-07-27T18:16:47.351224+0000","last_unstale":"2024-07-27T18:17:49.776673+0000","last_undegraded":"2024-07-27T18:17:49.776673+0000","last_fullsized":"2024-07-27T18:17:49.776673+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:27:58.626011+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772413+0000","last_change":"2024-07-27T18:16:50.807481+0000","last_active":"2024-07-27T18:17:49.772413+0000","last_peered":"2024-07-27T18:17:49.772413+0000","last_clean":"2024-07-27T18:17:49.772413+0000","last_became_active":"2024-07-27T18:16:50.807202+0000","last_became_peered":"2024-07-27T18:16:50.807202+0000","last_unstale":"2024-07-27T18:17:49.772413+0000","last_undegraded":"2024-07-27T18:17:49.772413+0000","last_fullsized":"2024-07-27T18:17:49.772413+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:49:41.519175+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":20,"reported_epoch":77,"state":"active+clean","last_fresh":"2024-07-27T18:17:54.773339+0000","last_change":"2024-07-27T18:17:49.772505+0000","last_active":"2024-07-27T18:17:54.773339+0000","last_peered":"2024-07-27T18:17:54.773339+0000","last_clean":"2024-07-27T18:17:54.773339+0000","last_became_active":"2024-07-27T18:17:45.985480+0000","last_became_peered":"2024-07-27T18:17:45.985480+0000","last_unstale":"2024-07-27T18:17:54.773339+0000","last_undegraded":"2024-07-27T18:17:54.773339+0000","last_fullsized":"2024-07-27T18:17:54.773339+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:51:00.050318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00057721499999999995,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,5,6],"acting":[4,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.7","version":"67'2","reported_seq":26,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154469+0000","last_change":"2024-07-27T18:16:47.355052+0000","last_active":"2024-07-27T18:17:50.154469+0000","last_peered":"2024-07-27T18:17:50.154469+0000","last_clean":"2024-07-27T18:17:50.154469+0000","last_became_active":"2024-07-27T18:16:47.354558+0000","last_became_peered":"2024-07-27T18:16:47.354558+0000","last_unstale":"2024-07-27T18:17:50.154469+0000","last_undegraded":"2024-07-27T18:17:50.154469+0000","last_fullsized":"2024-07-27T18:17:50.154469+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:57:18.765586+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851375+0000","last_change":"2024-07-27T18:16:50.802843+0000","last_active":"2024-07-27T18:17:49.851375+0000","last_peered":"2024-07-27T18:17:49.851375+0000","last_clean":"2024-07-27T18:17:49.851375+0000","last_became_active":"2024-07-27T18:16:50.802522+0000","last_became_peered":"2024-07-27T18:16:50.802522+0000","last_unstale":"2024-07-27T18:17:49.851375+0000","last_undegraded":"2024-07-27T18:17:49.851375+0000","last_fullsized":"2024-07-27T18:17:49.851375+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:59:01.759883+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":25,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154284+0000","last_change":"2024-07-27T18:16:47.357578+0000","last_active":"2024-07-27T18:17:50.154284+0000","last_peered":"2024-07-27T18:17:50.154284+0000","last_clean":"2024-07-27T18:17:50.154284+0000","last_became_active":"2024-07-27T18:16:47.357261+0000","last_became_peered":"2024-07-27T18:16:47.357261+0000","last_unstale":"2024-07-27T18:17:50.154284+0000","last_undegraded":"2024-07-27T18:17:50.154284+0000","last_fullsized":"2024-07-27T18:17:50.154284+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:30:02.427608+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":19,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.775714+0000","last_change":"2024-07-27T18:17:05.349928+0000","last_active":"2024-07-27T18:17:49.775714+0000","last_peered":"2024-07-27T18:17:49.775714+0000","last_clean":"2024-07-27T18:17:49.775714+0000","last_became_active":"2024-07-27T18:17:05.349520+0000","last_became_peered":"2024-07-27T18:17:05.349520+0000","last_unstale":"2024-07-27T18:17:49.775714+0000","last_undegraded":"2024-07-27T18:17:49.775714+0000","last_fullsized":"2024-07-27T18:17:49.775714+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:19:32.416820+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,7],"acting":[1,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776220+0000","last_change":"2024-07-27T18:16:47.354348+0000","last_active":"2024-07-27T18:17:49.776220+0000","last_peered":"2024-07-27T18:17:49.776220+0000","last_clean":"2024-07-27T18:17:49.776220+0000","last_became_active":"2024-07-27T18:16:47.354001+0000","last_became_peered":"2024-07-27T18:16:47.354001+0000","last_unstale":"2024-07-27T18:17:49.776220+0000","last_undegraded":"2024-07-27T18:17:49.776220+0000","last_fullsized":"2024-07-27T18:17:49.776220+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:21:28.622976+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771159+0000","last_change":"2024-07-27T18:16:50.811398+0000","last_active":"2024-07-27T18:17:49.771159+0000","last_peered":"2024-07-27T18:17:49.771159+0000","last_clean":"2024-07-27T18:17:49.771159+0000","last_became_active":"2024-07-27T18:16:50.809974+0000","last_became_peered":"2024-07-27T18:16:50.809974+0000","last_unstale":"2024-07-27T18:17:49.771159+0000","last_undegraded":"2024-07-27T18:17:49.771159+0000","last_fullsized":"2024-07-27T18:17:49.771159+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:53:11.727456+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":24,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.776164+0000","last_change":"2024-07-27T18:16:47.355772+0000","last_active":"2024-07-27T18:17:49.776164+0000","last_peered":"2024-07-27T18:17:49.776164+0000","last_clean":"2024-07-27T18:17:49.776164+0000","last_became_active":"2024-07-27T18:16:47.354907+0000","last_became_peered":"2024-07-27T18:16:47.354907+0000","last_unstale":"2024-07-27T18:17:49.776164+0000","last_undegraded":"2024-07-27T18:17:49.776164+0000","last_fullsized":"2024-07-27T18:17:49.776164+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:29:01.192877+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772538+0000","last_change":"2024-07-27T18:16:50.803972+0000","last_active":"2024-07-27T18:17:49.772538+0000","last_peered":"2024-07-27T18:17:49.772538+0000","last_clean":"2024-07-27T18:17:49.772538+0000","last_became_active":"2024-07-27T18:16:50.803395+0000","last_became_peered":"2024-07-27T18:16:50.803395+0000","last_unstale":"2024-07-27T18:17:49.772538+0000","last_undegraded":"2024-07-27T18:17:49.772538+0000","last_fullsized":"2024-07-27T18:17:49.772538+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:09:55.292413+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"67'2","reported_seq":27,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153357+0000","last_change":"2024-07-27T18:16:47.355042+0000","last_active":"2024-07-27T18:17:50.153357+0000","last_peered":"2024-07-27T18:17:50.153357+0000","last_clean":"2024-07-27T18:17:50.153357+0000","last_became_active":"2024-07-27T18:16:47.354764+0000","last_became_peered":"2024-07-27T18:16:47.354764+0000","last_unstale":"2024-07-27T18:17:50.153357+0000","last_undegraded":"2024-07-27T18:17:50.153357+0000","last_fullsized":"2024-07-27T18:17:50.153357+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:21:21.257210+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153479+0000","last_change":"2024-07-27T18:16:50.805852+0000","last_active":"2024-07-27T18:17:50.153479+0000","last_peered":"2024-07-27T18:17:50.153479+0000","last_clean":"2024-07-27T18:17:50.153479+0000","last_became_active":"2024-07-27T18:16:50.805551+0000","last_became_peered":"2024-07-27T18:16:50.805551+0000","last_unstale":"2024-07-27T18:17:50.153479+0000","last_undegraded":"2024-07-27T18:17:50.153479+0000","last_fullsized":"2024-07-27T18:17:50.153479+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:24:51.942675+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":19,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772059+0000","last_change":"2024-07-27T18:17:05.808921+0000","last_active":"2024-07-27T18:17:49.772059+0000","last_peered":"2024-07-27T18:17:49.772059+0000","last_clean":"2024-07-27T18:17:49.772059+0000","last_became_active":"2024-07-27T18:17:05.808566+0000","last_became_peered":"2024-07-27T18:17:05.808566+0000","last_unstale":"2024-07-27T18:17:49.772059+0000","last_undegraded":"2024-07-27T18:17:49.772059+0000","last_fullsized":"2024-07-27T18:17:49.772059+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:48:50.489620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,4,6],"acting":[2,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.1c","version":"67'2","reported_seq":27,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.153860+0000","last_change":"2024-07-27T18:16:47.352777+0000","last_active":"2024-07-27T18:17:50.153860+0000","last_peered":"2024-07-27T18:17:50.153860+0000","last_clean":"2024-07-27T18:17:50.153860+0000","last_became_active":"2024-07-27T18:16:47.352509+0000","last_became_peered":"2024-07-27T18:16:47.352509+0000","last_unstale":"2024-07-27T18:17:50.153860+0000","last_undegraded":"2024-07-27T18:17:50.153860+0000","last_fullsized":"2024-07-27T18:17:50.153860+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:36:43.515196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.778394+0000","last_change":"2024-07-27T18:16:50.798267+0000","last_active":"2024-07-27T18:17:49.778394+0000","last_peered":"2024-07-27T18:17:49.778394+0000","last_clean":"2024-07-27T18:17:49.778394+0000","last_became_active":"2024-07-27T18:16:50.797968+0000","last_became_peered":"2024-07-27T18:16:50.797968+0000","last_unstale":"2024-07-27T18:17:49.778394+0000","last_undegraded":"2024-07-27T18:17:49.778394+0000","last_fullsized":"2024-07-27T18:17:49.778394+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:03:50.810995+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1d","version":"67'2","reported_seq":27,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:50.154110+0000","last_change":"2024-07-27T18:16:47.356348+0000","last_active":"2024-07-27T18:17:50.154110+0000","last_peered":"2024-07-27T18:17:50.154110+0000","last_clean":"2024-07-27T18:17:50.154110+0000","last_became_active":"2024-07-27T18:16:47.356103+0000","last_became_peered":"2024-07-27T18:16:47.356103+0000","last_unstale":"2024-07-27T18:17:50.154110+0000","last_undegraded":"2024-07-27T18:17:50.154110+0000","last_fullsized":"2024-07-27T18:17:50.154110+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:39:19.625726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":21,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851712+0000","last_change":"2024-07-27T18:16:50.807864+0000","last_active":"2024-07-27T18:17:49.851712+0000","last_peered":"2024-07-27T18:17:49.851712+0000","last_clean":"2024-07-27T18:17:49.851712+0000","last_became_active":"2024-07-27T18:16:50.807590+0000","last_became_peered":"2024-07-27T18:16:50.807590+0000","last_unstale":"2024-07-27T18:17:49.851712+0000","last_undegraded":"2024-07-27T18:17:49.851712+0000","last_fullsized":"2024-07-27T18:17:49.851712+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:30:41.103550+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1e","version":"67'1","reported_seq":26,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.772059+0000","last_change":"2024-07-27T18:16:47.344826+0000","last_active":"2024-07-27T18:17:49.772059+0000","last_peered":"2024-07-27T18:17:49.772059+0000","last_clean":"2024-07-27T18:17:49.772059+0000","last_became_active":"2024-07-27T18:16:47.344550+0000","last_became_peered":"2024-07-27T18:16:47.344550+0000","last_unstale":"2024-07-27T18:17:49.772059+0000","last_undegraded":"2024-07-27T18:17:49.772059+0000","last_fullsized":"2024-07-27T18:17:49.772059+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:32:18.227334+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":22,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.771881+0000","last_change":"2024-07-27T18:16:50.801327+0000","last_active":"2024-07-27T18:17:49.771881+0000","last_peered":"2024-07-27T18:17:49.771881+0000","last_clean":"2024-07-27T18:17:49.771881+0000","last_became_active":"2024-07-27T18:16:50.801035+0000","last_became_peered":"2024-07-27T18:16:50.801035+0000","last_unstale":"2024-07-27T18:17:49.771881+0000","last_undegraded":"2024-07-27T18:17:49.771881+0000","last_fullsized":"2024-07-27T18:17:49.771881+0000","mapping_epoch":64,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":65,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:15:08.622555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1f","version":"67'4","reported_seq":27,"reported_epoch":76,"state":"active+clean","last_fresh":"2024-07-27T18:17:49.851971+0000","last_change":"2024-07-27T18:16:47.352929+0000","last_active":"2024-07-27T18:17:49.851971+0000","last_peered":"2024-07-27T18:17:49.851971+0000","last_clean":"2024-07-27T18:17:49.851971+0000","last_became_active":"2024-07-27T18:16:47.352562+0000","last_became_peered":"2024-07-27T18:16:47.352562+0000","last_unstale":"2024-07-27T18:17:49.851971+0000","last_undegraded":"2024-07-27T18:17:49.851971+0000","last_fullsized":"2024-07-27T18:17:49.851971+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:43:54.069768+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":582,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":8,"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":57,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3,"ondisk_log_size":3,"up":24,"acting":24,"num_store_stats":8},{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":192,"acting":192,"num_store_stats":8},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":3148,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":48,"num_write_kb":17,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":98304,"data_stored":9444,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":42,"ondisk_log_size":42,"up":96,"acting":96,"num_store_stats":8},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":56,"seq":240518168609,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28388,"kb_used_data":1368,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716764,"statfs":{"total":95995035648,"available":95965966336,"internally_reserved":0,"allocated":1400832,"data_stored":947969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27654603},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.68999999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.54800000000000004,"15min":0.55100000000000005},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.73599999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.50600000000000001}]},{"osd":1,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.51900000000000002,"15min":0.51600000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.437},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.56499999999999995,"15min":0.57199999999999995},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.74099999999999999,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.57899999999999996}]},{"osd":2,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.52400000000000002,"15min":0.52600000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.55800000000000005,"15min":0.56000000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.71899999999999997,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.48099999999999998}]},{"osd":3,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.54900000000000004,"15min":0.54700000000000004},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.621},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.57999999999999996,"15min":0.58199999999999996},"min":{"1min":0.40600000000000003,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.78200000000000003,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.59599999999999997}]},{"osd":4,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.46600000000000003,"15min":0.47199999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.61599999999999999,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.439,"5min":0.47099999999999997,"15min":0.47599999999999998},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.59299999999999997,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.69499999999999995}]},{"osd":5,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.48899999999999999,"15min":0.49399999999999999},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.54500000000000004,"15min":0.55600000000000005},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.65900000000000003,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.64800000000000002}]},{"osd":6,"last update":"Sat Jul 27 18:18:24 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.54200000000000004,"15min":0.54900000000000004},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.70799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.53500000000000003,"15min":0.54400000000000004},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.67800000000000005,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.66400000000000003}]}]},{"osd":6,"up_from":48,"seq":206158430245,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28388,"kb_used_data":1368,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716764,"statfs":{"total":95995035648,"available":95965966336,"internally_reserved":0,"allocated":1400832,"data_stored":949384,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.51400000000000001,"15min":0.51200000000000001},"min":{"1min":0.32700000000000001,"5min":0.316,"15min":0.316},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.374,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.71199999999999997,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.59799999999999998}]},{"osd":1,"last update":"Sat Jul 27 18:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.56899999999999995,"15min":0.56699999999999995},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.752,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.55700000000000005,"15min":0.55900000000000005},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.748,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.65900000000000003}]},{"osd":2,"last update":"Sat Jul 27 18:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.55300000000000005,"15min":0.54900000000000004},"min":{"1min":0.39300000000000002,"5min":0.374,"15min":0.374},"max":{"1min":0.76400000000000001,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.51300000000000001,"15min":0.50900000000000001},"min":{"1min":0.40899999999999997,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.66400000000000003}]},{"osd":3,"last update":"Sat Jul 27 18:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.53000000000000003,"15min":0.52600000000000002},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.55600000000000005,"15min":0.55300000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.76800000000000002,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.68500000000000005}]},{"osd":4,"last update":"Sat Jul 27 18:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.42599999999999999,"15min":0.42299999999999999},"min":{"1min":0.29199999999999998,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.62},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.433,"15min":0.43099999999999999},"min":{"1min":0.313,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.55900000000000005}]},{"osd":5,"last update":"Sat Jul 27 18:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.43099999999999999,"15min":0.42799999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.46300000000000002,"15min":0.45900000000000002},"min":{"1min":0.33300000000000002,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.57499999999999996}]},{"osd":7,"last update":"Sat Jul 27 18:18:22 2024","interfaces":[{"interface":"back","average":{"1min":0.45300000000000001,"5min":0.49399999999999999,"15min":0.501},"min":{"1min":0.316,"5min":0.31,"15min":0.31},"max":{"1min":0.61799999999999999,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.50700000000000001,"15min":0.51100000000000001},"min":{"1min":0.34799999999999998,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.68700000000000006,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.504}]}]},{"osd":5,"up_from":40,"seq":171798691882,"num_pgs":40,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27816,"kb_used_data":796,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717336,"statfs":{"total":95995035648,"available":95966552064,"internally_reserved":0,"allocated":815104,"data_stored":359175,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:18:30 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.55000000000000004,"15min":0.56000000000000005},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.69899999999999995,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.55400000000000005,"15min":0.56499999999999995},"min":{"1min":0.36199999999999999,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.67100000000000004,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.35199999999999998}]},{"osd":1,"last update":"Sat Jul 27 18:18:30 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.55900000000000005,"15min":0.56899999999999995},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.55000000000000004,"15min":0.54800000000000004},"min":{"1min":0.40300000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.71999999999999997,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.55800000000000005}]},{"osd":2,"last update":"Sat Jul 27 18:18:30 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.56100000000000005,"15min":0.56499999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.67700000000000005,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.56499999999999995,"15min":0.57399999999999995},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.71299999999999997,"5min":0.748,"15min":0.748},"last":0.45000000000000001}]},{"osd":3,"last update":"Sat Jul 27 18:18:30 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.57299999999999995,"15min":0.57799999999999996},"min":{"1min":0.38200000000000001,"5min":0.371,"15min":0.371},"max":{"1min":0.67900000000000005,"5min":0.748,"15min":0.748},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.42199999999999999,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.69199999999999995,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.54300000000000004}]},{"osd":4,"last update":"Sat Jul 27 18:18:30 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.40200000000000002,"15min":0.38500000000000001},"min":{"1min":0.29899999999999999,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.41499999999999998,"15min":0.39600000000000002},"min":{"1min":0.318,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.69499999999999995,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.52800000000000002}]},{"osd":6,"last update":"Sat Jul 27 18:18:01 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.44600000000000001,"15min":0.439},"min":{"1min":0.32900000000000001,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.47799999999999998,"15min":0.47199999999999998},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.57599999999999996}]},{"osd":7,"last update":"Sat Jul 27 18:18:21 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.53200000000000003,"15min":0.54100000000000004},"min":{"1min":0.32700000000000001,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.50900000000000001,"15min":0.51600000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.63100000000000001,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.498}]}]},{"osd":4,"up_from":32,"seq":137438953519,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27820,"kb_used_data":800,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717332,"statfs":{"total":95995035648,"available":95966547968,"internally_reserved":0,"allocated":819200,"data_stored":357724,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:18:11 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.52500000000000002,"15min":0.53700000000000003},"min":{"1min":0.30099999999999999,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.436},{"interface":"front","average":{"1min":0.495,"5min":0.53800000000000003,"15min":0.55200000000000005},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.69799999999999995,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.502}]},{"osd":1,"last update":"Sat Jul 27 18:18:11 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.52100000000000002,"15min":0.53200000000000003},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.65900000000000003,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.503,"5min":0.54100000000000004,"15min":0.55600000000000005},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.72599999999999998,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.52800000000000002}]},{"osd":2,"last update":"Sat Jul 27 18:18:11 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.52800000000000002,"15min":0.53700000000000003},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.64500000000000002,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.53200000000000003,"15min":0.54900000000000004},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.69499999999999995,"5min":0.92000000000000004,"15min":0.92000000000000004},"last":0.42399999999999999}]},{"osd":3,"last update":"Sat Jul 27 18:18:11 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.53100000000000003,"15min":0.53900000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.72499999999999998,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.54300000000000004,"15min":0.55400000000000005},"min":{"1min":0.36499999999999999,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.74299999999999999,"5min":0.875,"15min":0.875},"last":0.48899999999999999}]},{"osd":5,"last update":"Sat Jul 27 18:18:33 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.36299999999999999,"15min":0.34399999999999997},"min":{"1min":0.28199999999999997,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.68100000000000005,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.435,"5min":0.39600000000000002,"15min":0.371},"min":{"1min":0.31900000000000001,"5min":0.255,"15min":0.255},"max":{"1min":0.59599999999999997,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.39100000000000001}]},{"osd":6,"last update":"Sat Jul 27 18:17:58 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.39800000000000002,"15min":0.38800000000000001},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.46000000000000002,"15min":0.45700000000000002},"min":{"1min":0.29399999999999998,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.59899999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.45900000000000002}]},{"osd":7,"last update":"Sat Jul 27 18:18:25 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.45000000000000001,"15min":0.45500000000000002},"min":{"1min":0.26600000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.60099999999999998,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.434,"5min":0.48699999999999999,"15min":0.496},"min":{"1min":0.309,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.63300000000000001,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.51600000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149747,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27820,"kb_used_data":800,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717332,"statfs":{"total":95995035648,"available":95966547968,"internally_reserved":0,"allocated":819200,"data_stored":359451,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:17:47 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.39600000000000002,"15min":0.40699999999999997},"min":{"1min":0.23799999999999999,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.50800000000000001,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.25800000000000001},{"interface":"front","average":{"1min":0.378,"5min":0.40999999999999998,"15min":0.41599999999999998},"min":{"1min":0.20499999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.58999999999999997,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.29499999999999998}]},{"osd":1,"last update":"Sat Jul 27 18:17:47 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.42599999999999999,"15min":0.433},"min":{"1min":0.28699999999999998,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.55700000000000005,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.41699999999999998,"15min":0.42699999999999999},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.48399999999999999,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.24199999999999999}]},{"osd":2,"last update":"Sat Jul 27 18:17:47 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.45700000000000002,"15min":0.46700000000000003},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.59499999999999997,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.42499999999999999,"15min":0.42999999999999999},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.60799999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.311}]},{"osd":4,"last update":"Sat Jul 27 18:18:10 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.59799999999999998,"15min":0.60999999999999999},"min":{"1min":0.43099999999999999,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.72099999999999997,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.60499999999999998,"15min":0.61399999999999999},"min":{"1min":0.44500000000000001,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.754,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.64700000000000002}]},{"osd":5,"last update":"Sat Jul 27 18:18:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.60699999999999998,"15min":0.61699999999999999},"min":{"1min":0.437,"5min":0.372,"15min":0.372},"max":{"1min":0.78900000000000003,"5min":1.139,"15min":1.139},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.60499999999999998,"15min":0.61699999999999999},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.73899999999999999,"5min":1.127,"15min":1.127},"last":0.68300000000000005}]},{"osd":6,"last update":"Sat Jul 27 18:18:01 2024","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.61199999999999999,"15min":0.60799999999999998},"min":{"1min":0.45500000000000002,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.153,"5min":1.153,"15min":1.153},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"last":0.54300000000000004}]},{"osd":7,"last update":"Sat Jul 27 18:18:23 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.60899999999999999,"15min":0.61299999999999999},"min":{"1min":0.40100000000000002,"5min":0.379,"15min":0.379},"max":{"1min":0.70899999999999996,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.501},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59999999999999998,"15min":0.60099999999999998},"min":{"1min":0.46200000000000002,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.73099999999999998,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.61599999999999999}]}]},{"osd":2,"up_from":18,"seq":77309411384,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27800,"kb_used_data":780,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717352,"statfs":{"total":95995035648,"available":95966568448,"internally_reserved":0,"allocated":798720,"data_stored":356997,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:18:23 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.38400000000000001,"15min":0.36799999999999999},"min":{"1min":0.25,"5min":0.16700000000000001,"15min":0.16700000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.35999999999999999},"min":{"1min":0.254,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.52500000000000002,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.42699999999999999}]},{"osd":1,"last update":"Sat Jul 27 18:18:23 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41099999999999998,"15min":0.40799999999999997},"min":{"1min":0.26900000000000002,"5min":0.219,"15min":0.219},"max":{"1min":0.60599999999999998,"5min":0.624,"15min":0.624},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.376,"5min":0.39000000000000001,"15min":0.38300000000000001},"min":{"1min":0.27800000000000002,"5min":0.248,"15min":0.248},"max":{"1min":0.50800000000000001,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.374}]},{"osd":3,"last update":"Sat Jul 27 18:17:46 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.45300000000000001,"15min":0.46300000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.46100000000000002,"15min":0.47899999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.625,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.41199999999999998}]},{"osd":4,"last update":"Sat Jul 27 18:18:12 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.57299999999999995,"15min":0.56399999999999995},"min":{"1min":0.41199999999999998,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.78800000000000003,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.58799999999999997,"15min":0.57899999999999996},"min":{"1min":0.44400000000000001,"5min":0.432,"15min":0.432},"max":{"1min":0.82699999999999996,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.61599999999999999}]},{"osd":5,"last update":"Sat Jul 27 18:18:38 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.60099999999999998,"15min":0.623},"min":{"1min":0.39600000000000002,"5min":0.374,"15min":0.374},"max":{"1min":0.66500000000000004,"5min":1.0449999999999999,"15min":1.0449999999999999},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.56999999999999995,"15min":0.57199999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.71399999999999997,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.65200000000000002}]},{"osd":6,"last update":"Sat Jul 27 18:17:58 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.61299999999999999,"15min":0.61699999999999999},"min":{"1min":0.439,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.84199999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.77800000000000002,"5min":1.077,"15min":1.077},"last":0.63900000000000001}]},{"osd":7,"last update":"Sat Jul 27 18:18:23 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.60799999999999998,"15min":0.61099999999999999},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.78000000000000003,"5min":1.0680000000000001,"15min":1.0680000000000001},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.623,"15min":0.626},"min":{"1min":0.42599999999999999,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.74299999999999999,"5min":1.002,"15min":1.002},"last":0.628}]}]},{"osd":1,"up_from":13,"seq":55834574910,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31904,"kb_used_data":788,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713248,"statfs":{"total":95995035648,"available":95962365952,"internally_reserved":0,"allocated":806912,"data_stored":356903,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jul 27 18:18:10 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.38,"15min":0.35799999999999998},"min":{"1min":0.22900000000000001,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":1.387,"5min":1.387,"15min":1.387},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.441,"5min":0.40200000000000002,"15min":0.38200000000000001},"min":{"1min":0.23499999999999999,"5min":0.22,"15min":0.22},"max":{"1min":1.371,"5min":1.371,"15min":1.371},"last":0.32600000000000001}]},{"osd":2,"last update":"Sat Jul 27 18:18:23 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.41899999999999998,"15min":0.42299999999999999},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":1.1299999999999999,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.39700000000000002,"15min":0.39600000000000002},"min":{"1min":0.251,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":1.0049999999999999,"5min":1.0049999999999999,"15min":1.0049999999999999},"last":0.41699999999999998}]},{"osd":3,"last update":"Sat Jul 27 18:17:48 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.41999999999999998,"15min":0.42599999999999999},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.56200000000000006,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.47899999999999998,"15min":0.49299999999999999},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.58399999999999996,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.47299999999999998}]},{"osd":4,"last update":"Sat Jul 27 18:18:11 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57499999999999996,"15min":0.58299999999999996},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.75700000000000001}]},{"osd":5,"last update":"Sat Jul 27 18:18:35 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.84499999999999997,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.748},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59099999999999997,"15min":0.58899999999999997},"min":{"1min":0.437,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.82099999999999995}]},{"osd":6,"last update":"Sat Jul 27 18:17:58 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.58999999999999997,"15min":0.58799999999999997},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.57499999999999996,"15min":0.57999999999999996},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.71599999999999997}]},{"osd":7,"last update":"Sat Jul 27 18:18:23 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.56200000000000006,"15min":0.55600000000000005},"min":{"1min":0.43099999999999999,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.78900000000000003},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.58799999999999997,"15min":0.58399999999999996},"min":{"1min":0.42799999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.63100000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738434,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":1376,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":1409024,"data_stored":948093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Jul 27 18:18:01 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.36299999999999999,"15min":0.35099999999999998},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.55500000000000005,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.372,"5min":0.373,"15min":0.35499999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.53700000000000003,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.377}]},{"osd":2,"last update":"Sat Jul 27 18:18:22 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.376,"15min":0.36799999999999999},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.52200000000000002,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40899999999999997,"15min":0.39500000000000002},"min":{"1min":0.29499999999999998,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.40400000000000003}]},{"osd":3,"last update":"Sat Jul 27 18:17:54 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.42299999999999999,"15min":0.41599999999999998},"min":{"1min":0.313,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.443},{"interface":"front","average":{"1min":0.42399999999999999,"5min":0.43099999999999999,"15min":0.42699999999999999},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.55300000000000005,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.33600000000000002}]},{"osd":4,"last update":"Sat Jul 27 18:18:12 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.56499999999999995,"15min":0.57499999999999996},"min":{"1min":0.38800000000000001,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59299999999999997,"15min":0.59099999999999997},"min":{"1min":0.439,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.5}]},{"osd":5,"last update":"Sat Jul 27 18:18:34 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.56299999999999994,"15min":0.56399999999999995},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.62,"5min":0.60599999999999998,"15min":0.59899999999999998},"min":{"1min":0.46500000000000002,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.57499999999999996}]},{"osd":6,"last update":"Sat Jul 27 18:17:54 2024","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.60399999999999998,"15min":0.59999999999999998},"min":{"1min":0.42899999999999999,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.64500000000000002,"15min":0.64300000000000002},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.60999999999999999}]},{"osd":7,"last update":"Sat Jul 27 18:18:19 2024","interfaces":[{"interface":"back","average":{"1min":0.67000000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.64500000000000002,"15min":0.65300000000000002},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.55400000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":2454,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":708,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":2440,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":2350,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-07-27T18:18:55.040 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-07-27T18:18:55.040 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-07-27T18:18:55.040 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-07-27T18:18:55.040 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph health --format=json 2024-07-27T18:18:55.665 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:55 smithi029 ceph-mon[29364]: pgmap v47: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:55.665 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:55 smithi029 ceph-mon[40759]: pgmap v47: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:55.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:55 smithi179 ceph-mon[33511]: pgmap v47: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:56.136 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:18:56.266 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:56 smithi029 systemd[1]: Stopping Ceph alertmanager.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:18:56.551 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:56 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:18:56.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:56 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:18:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:56 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:18:57.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:57 smithi029 ceph-mon[29364]: pgmap v48: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:57.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:57 smithi029 ceph-mon[40759]: pgmap v48: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:57.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:57 smithi179 ceph-mon[33511]: pgmap v48: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:58.239 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:18:58.239 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-07-27T18:18:58.434 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:58 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[75200]: ts=2024-07-27T18:18:58.171Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-07-27T18:18:58.483 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:58 smithi029 podman[80506]: 2024-07-27 18:18:58.191959959 +0000 UTC m=+0.130490565 container died d9aea9a01927437e1038f9d4a0cdce709cc640d4f921cc60a8640dcb28e54e99 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:18:58.734 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:58 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3045681458' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-07-27T18:18:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:58 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3045681458' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-07-27T18:18:58.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:58 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3045681458' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-07-27T18:18:58.752 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:58 smithi029 podman[80506]: 2024-07-27 18:18:58.623646156 +0000 UTC m=+0.562176752 container cleanup d9aea9a01927437e1038f9d4a0cdce709cc640d4f921cc60a8640dcb28e54e99 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:18:58.752 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:58 smithi029 bash[80506]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a 2024-07-27T18:18:59.251 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:58 smithi029 podman[80523]: 2024-07-27 18:18:58.850899804 +0000 UTC m=+0.658897324 container remove d9aea9a01927437e1038f9d4a0cdce709cc640d4f921cc60a8640dcb28e54e99 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:18:59.251 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:58 smithi029 podman[80523]: 2024-07-27 18:18:58.952190229 +0000 UTC m=+0.760187747 volume remove 99774da68b77e69252aac76ae2b4bb88a2d8ba9d0cede34a1fc28b9f3f21fea5 2024-07-27T18:18:59.746 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:18:59 smithi029 ceph-mon[29364]: pgmap v49: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:59.747 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:18:59 smithi029 ceph-mon[40759]: pgmap v49: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:18:59.775 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-07-27T18:18:59.775 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs dump --format=json 2024-07-27T18:18:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:18:59 smithi179 ceph-mon[33511]: pgmap v49: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:00.001 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:59 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-07-27T18:19:00.001 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:59 smithi029 systemd[1]: Stopped Ceph alertmanager.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:19:00.001 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:59 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@alertmanager.a.service: Consumed 1.017s CPU time. 2024-07-27T18:19:00.001 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:18:59 smithi029 systemd[1]: Starting Ceph alertmanager.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:19:00.017 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:19:00.405 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:00 smithi029 podman[80714]: 2024-07-27 18:19:00.393377402 +0000 UTC m=+0.334237894 volume create 7fd45a06664972dac7fc173b30fd6aeb508f30928116a0afaff98c6db0f2db8e 2024-07-27T18:19:00.725 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:00 smithi029 podman[80714]: 2024-07-27 18:19:00.306473469 +0000 UTC m=+0.247333929 image pull c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19 quay.io/prometheus/alertmanager:v0.25.0 2024-07-27T18:19:00.725 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:00 smithi029 podman[80714]: 2024-07-27 18:19:00.510816908 +0000 UTC m=+0.451677400 container create 0d3efd61c364c6aef46384b5e3491cd682d86e1b9977815d3e5e74ef10c6a9a0 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:19:01.362 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:01 smithi029 podman[80714]: 2024-07-27 18:19:01.050339145 +0000 UTC m=+0.991199596 container init 0d3efd61c364c6aef46384b5e3491cd682d86e1b9977815d3e5e74ef10c6a9a0 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:19:01.362 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:01 smithi029 podman[80714]: 2024-07-27 18:19:01.056268182 +0000 UTC m=+0.997128632 container start 0d3efd61c364c6aef46384b5e3491cd682d86e1b9977815d3e5e74ef10c6a9a0 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:19:01.362 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[80749]: ts=2024-07-27T18:19:01.071Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-07-27T18:19:01.363 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[80749]: ts=2024-07-27T18:19:01.071Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-07-27T18:19:01.363 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[80749]: ts=2024-07-27T18:19:01.072Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.29 port=9094 2024-07-27T18:19:01.363 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[80749]: ts=2024-07-27T18:19:01.073Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-07-27T18:19:01.363 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[80749]: ts=2024-07-27T18:19:01.096Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-07-27T18:19:01.363 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[80749]: ts=2024-07-27T18:19:01.097Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-07-27T18:19:01.363 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[80749]: ts=2024-07-27T18:19:01.101Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-07-27T18:19:01.363 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[80749]: ts=2024-07-27T18:19:01.101Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-07-27T18:19:01.363 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:01 smithi029 bash[80714]: 0d3efd61c364c6aef46384b5e3491cd682d86e1b9977815d3e5e74ef10c6a9a0 2024-07-27T18:19:01.363 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:01 smithi029 systemd[1]: Started Ceph alertmanager.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:19:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:02 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:02 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:02 smithi179 ceph-mon[33511]: Reconfiguring prometheus.a (dependencies changed)... 2024-07-27T18:19:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:02 smithi179 ceph-mon[33511]: pgmap v50: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:02.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:02 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:02.468 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:02 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:02.468 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:02 smithi029 ceph-mon[29364]: Reconfiguring prometheus.a (dependencies changed)... 2024-07-27T18:19:02.468 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:02 smithi029 ceph-mon[29364]: pgmap v50: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:02.468 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:19:02] "GET /metrics HTTP/1.1" 200 33676 "" "Prometheus/2.43.0" 2024-07-27T18:19:02.468 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:02 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:02.468 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:02 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:02.469 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:02 smithi029 ceph-mon[40759]: Reconfiguring prometheus.a (dependencies changed)... 2024-07-27T18:19:02.469 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:02 smithi029 ceph-mon[40759]: pgmap v50: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:02.906 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:19:02.906 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":8,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14415,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.29:6835/4026346561","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6834","nonce":4026346561},{"type":"v1","addr":"172.21.15.29:6835","nonce":4026346561}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[{"mdsmap":{"epoch":8,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false,"balance_automate":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-07-27T18:16:52.955897+0000","modified":"2024-07-27T18:17:05.371416+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24352},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24352":{"gid":24352,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":6,"addr":"172.21.15.179:6833/3326352185","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6832","nonce":3326352185},{"type":"v1","addr":"172.21.15.179:6833","nonce":3326352185}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0},"id":1}]} 2024-07-27T18:19:02.907 INFO:teuthology.orchestra.run.smithi029.stderr:dumped fsmap epoch 8 2024-07-27T18:19:03.196 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:03 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[80749]: ts=2024-07-27T18:19:03.074Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000563798s 2024-07-27T18:19:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:03 smithi179 ceph-mon[33511]: Reconfiguring daemon prometheus.a on smithi179 2024-07-27T18:19:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:03 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/4097256620' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:19:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:03 smithi029 ceph-mon[29364]: Reconfiguring daemon prometheus.a on smithi179 2024-07-27T18:19:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:03 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/4097256620' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:19:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:03 smithi029 ceph-mon[40759]: Reconfiguring daemon prometheus.a on smithi179 2024-07-27T18:19:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:03 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/4097256620' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:19:03.637 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs dump --format=json 2024-07-27T18:19:03.850 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:19:04.242 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:04 smithi029 ceph-mon[29364]: pgmap v51: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:04.243 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:04 smithi029 ceph-mon[40759]: pgmap v51: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:04.615 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-mon[33511]: pgmap v51: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:04.615 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 systemd[1]: Stopping Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:19:04.913 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:19:04.613Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-07-27T18:19:04.913 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:19:04.613Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-07-27T18:19:04.913 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:19:04.613Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-07-27T18:19:04.913 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:19:04.613Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-07-27T18:19:04.914 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:19:04.613Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-07-27T18:19:04.914 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:19:04.613Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-07-27T18:19:04.914 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:19:04.613Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-07-27T18:19:04.914 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:19:04.613Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-07-27T18:19:04.914 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:19:04.613Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-07-27T18:19:04.914 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:19:04.614Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-07-27T18:19:04.914 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:19:04.614Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-07-27T18:19:04.914 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[63420]: ts=2024-07-27T18:19:04.614Z caller=main.go:1147 level=info msg="See you next time!" 2024-07-27T18:19:04.914 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:04 smithi179 podman[66796]: 2024-07-27 18:19:04.62370855 +0000 UTC m=+0.157658235 container died 1b323d7e3788664eb56e39d425f8ade69db96a749bef8af8faa319bc7a17991a (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:19:05.246 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 podman[66796]: 2024-07-27 18:19:05.011195496 +0000 UTC m=+0.545145165 container cleanup 1b323d7e3788664eb56e39d425f8ade69db96a749bef8af8faa319bc7a17991a (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:19:05.246 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 bash[66796]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a 2024-07-27T18:19:05.613 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 podman[66815]: 2024-07-27 18:19:05.245468903 +0000 UTC m=+0.624330962 container remove 1b323d7e3788664eb56e39d425f8ade69db96a749bef8af8faa319bc7a17991a (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:19:05.613 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-07-27T18:19:05.613 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 systemd[1]: Stopped Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:19:05.613 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@prometheus.a.service: Consumed 1.201s CPU time. 2024-07-27T18:19:05.613 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 systemd[1]: Starting Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:19:05.862 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:19:05.862 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":8,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14415,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.29:6835/4026346561","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6834","nonce":4026346561},{"type":"v1","addr":"172.21.15.29:6835","nonce":4026346561}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[{"mdsmap":{"epoch":8,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false,"balance_automate":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-07-27T18:16:52.955897+0000","modified":"2024-07-27T18:17:05.371416+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24352},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24352":{"gid":24352,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":6,"addr":"172.21.15.179:6833/3326352185","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6832","nonce":3326352185},{"type":"v1","addr":"172.21.15.179:6833","nonce":3326352185}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0},"id":1}]} 2024-07-27T18:19:05.862 INFO:teuthology.orchestra.run.smithi029.stderr:dumped fsmap epoch 8 2024-07-27T18:19:05.882 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-mon[33511]: pgmap v52: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:05.883 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 podman[66909]: 2024-07-27 18:19:05.515157551 +0000 UTC m=+0.018225448 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-07-27T18:19:05.883 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 podman[66909]: 2024-07-27 18:19:05.612956443 +0000 UTC m=+0.116024340 container create 9be66b92589d3d68fe4037fa4b3bf8dba09ec7c3bdd858af6a8c4809db99b1a5 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:19:05.883 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 podman[66909]: 2024-07-27 18:19:05.823692672 +0000 UTC m=+0.326760580 container init 9be66b92589d3d68fe4037fa4b3bf8dba09ec7c3bdd858af6a8c4809db99b1a5 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:19:05.883 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 podman[66909]: 2024-07-27 18:19:05.828461592 +0000 UTC m=+0.331529489 container start 9be66b92589d3d68fe4037fa4b3bf8dba09ec7c3bdd858af6a8c4809db99b1a5 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:19:05.883 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.851Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-07-27T18:19:05.883 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.851Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-07-27T18:19:05.883 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.851Z caller=main.go:570 level=info host_details="(Linux 5.14.0-480.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024 x86_64 smithi179 (none))" 2024-07-27T18:19:05.883 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.851Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-07-27T18:19:05.883 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.851Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.854Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.854Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.855Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.855Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.856Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.856Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.631µs 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.856Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.858Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.859Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.859Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=25.967µs wal_replay_duration=2.57769ms wbl_replay_duration=144ns total_replay_duration=2.625007ms 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.860Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.860Z caller=main.go:1029 level=info msg="TSDB started" 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.860Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-07-27T18:19:05.884 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.881Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=20.752014ms db_storage=756ns remote_storage=1.05µs web_handler=367ns query_engine=581ns scrape=263.45µs scrape_sd=129.665µs notify=11.209µs notify_sd=22.712µs rules=19.998628ms tracing=6.03µs 2024-07-27T18:19:05.885 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.881Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-07-27T18:19:05.885 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:19:05.881Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-07-27T18:19:05.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:05 smithi029 ceph-mon[29364]: pgmap v52: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:05.996 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:05 smithi029 ceph-mon[40759]: pgmap v52: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:06.162 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 bash[66909]: 9be66b92589d3d68fe4037fa4b3bf8dba09ec7c3bdd858af6a8c4809db99b1a5 2024-07-27T18:19:06.163 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:19:05 smithi179 systemd[1]: Started Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:19:06.250 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:05 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:05] ENGINE Bus STOPPING 2024-07-27T18:19:06.250 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:06] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:19:06.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:06] ENGINE Bus STOPPED 2024-07-27T18:19:06.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:06] ENGINE Bus STARTING 2024-07-27T18:19:06.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:06] ENGINE Serving on http://:::9283 2024-07-27T18:19:06.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:06] ENGINE Bus STARTED 2024-07-27T18:19:06.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:06] ENGINE Bus STOPPING 2024-07-27T18:19:06.823 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd dump --format=json 2024-07-27T18:19:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3041576389' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:19:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-07-27T18:19:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-07-27T18:19:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2024-07-27T18:19:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2024-07-27T18:19:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:19:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:19:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi179.front.sepia.ceph.com:9095"}]: dispatch 2024-07-27T18:19:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi179.front.sepia.ceph.com:9095"}]: dispatch 2024-07-27T18:19:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-07-27T18:19:07.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-07-27T18:19:07.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi179.front.sepia.ceph.com:3000"}]: dispatch 2024-07-27T18:19:07.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi179.front.sepia.ceph.com:3000"}]: dispatch 2024-07-27T18:19:07.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:19:07.003 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:06] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:19:07.003 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:06] ENGINE Bus STOPPED 2024-07-27T18:19:07.003 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:06] ENGINE Bus STARTING 2024-07-27T18:19:07.003 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:06] ENGINE Serving on http://:::9283 2024-07-27T18:19:07.004 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:06] ENGINE Bus STARTED 2024-07-27T18:19:07.004 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:06] ENGINE Bus STOPPING 2024-07-27T18:19:07.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3041576389' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:19:07.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-07-27T18:19:07.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-07-27T18:19:07.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2024-07-27T18:19:07.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2024-07-27T18:19:07.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:19:07.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:19:07.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi179.front.sepia.ceph.com:9095"}]: dispatch 2024-07-27T18:19:07.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi179.front.sepia.ceph.com:9095"}]: dispatch 2024-07-27T18:19:07.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-07-27T18:19:07.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-07-27T18:19:07.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi179.front.sepia.ceph.com:3000"}]: dispatch 2024-07-27T18:19:07.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi179.front.sepia.ceph.com:3000"}]: dispatch 2024-07-27T18:19:07.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:06 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:19:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3041576389' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:19:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-07-27T18:19:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-07-27T18:19:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi179.front.sepia.ceph.com:9095"}]: dispatch 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi179.front.sepia.ceph.com:9095"}]: dispatch 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi179.front.sepia.ceph.com:3000"}]: dispatch 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi179.front.sepia.ceph.com:3000"}]: dispatch 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:07.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:06 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:19:07.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:19:07.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:07] ENGINE Bus STOPPED 2024-07-27T18:19:07.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:07] ENGINE Bus STARTING 2024-07-27T18:19:07.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:07] ENGINE Serving on http://:::9283 2024-07-27T18:19:07.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:07] ENGINE Bus STARTED 2024-07-27T18:19:07.798 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:19:08.071 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:07 smithi029 ceph-mon[29364]: pgmap v53: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:08.072 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:07 smithi029 ceph-mon[40759]: pgmap v53: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:08.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:07 smithi179 ceph-mon[33511]: pgmap v53: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:09.643 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:09 smithi029 ceph-mon[29364]: pgmap v54: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:09.644 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:09 smithi029 ceph-mon[40759]: pgmap v54: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:09.834 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:19:09.834 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":77,"fsid":"70f4cc2a-4c43-11ef-bcc7-c7b262605968","created":"2024-07-27T18:11:04.766550+0000","modified":"2024-07-27T18:17:54.769700+0000","last_up_change":"2024-07-27T18:16:18.550517+0000","last_in_change":"2024-07-27T18:16:00.711612+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":4,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"luminous","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-07-27T18:14:20.759229+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-07-27T18:16:46.025302+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-07-27T18:16:49.726383+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.3799999952316284,"score_stable":1.3799999952316284,"optimal_score":1,"raw_score_acting":1.3799999952316284,"raw_score_stable":1.3799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":4,"pool_name":"rbd","create_time":"2024-07-27T18:17:44.513895+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"76","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":3,"snap_epoch":76,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6d998df7-ced9-4bd1-9caf-0054c2dccbfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6803","nonce":3188036503}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6805","nonce":3188036503}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6809","nonce":3188036503}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3188036503},{"type":"v1","addr":"172.21.15.29:6807","nonce":3188036503}]},"public_addr":"172.21.15.29:6803/3188036503","cluster_addr":"172.21.15.29:6805/3188036503","heartbeat_back_addr":"172.21.15.29:6809/3188036503","heartbeat_front_addr":"172.21.15.29:6807/3188036503","state":["exists","up"]},{"osd":1,"uuid":"467fef03-d2ac-478a-bac6-418a93719e3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6811","nonce":3716288892}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6813","nonce":3716288892}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6817","nonce":3716288892}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3716288892},{"type":"v1","addr":"172.21.15.29:6815","nonce":3716288892}]},"public_addr":"172.21.15.29:6811/3716288892","cluster_addr":"172.21.15.29:6813/3716288892","heartbeat_back_addr":"172.21.15.29:6817/3716288892","heartbeat_front_addr":"172.21.15.29:6815/3716288892","state":["exists","up"]},{"osd":2,"uuid":"d7656edf-9814-40e0-a46e-6f65e3fcecb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6819","nonce":3007210194}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6821","nonce":3007210194}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6825","nonce":3007210194}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3007210194},{"type":"v1","addr":"172.21.15.29:6823","nonce":3007210194}]},"public_addr":"172.21.15.29:6819/3007210194","cluster_addr":"172.21.15.29:6821/3007210194","heartbeat_back_addr":"172.21.15.29:6825/3007210194","heartbeat_front_addr":"172.21.15.29:6823/3007210194","state":["exists","up"]},{"osd":3,"uuid":"b8b5e940-937e-4eea-80cf-fdc7a8c5ba89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6827","nonce":4036995227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6829","nonce":4036995227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6833","nonce":4036995227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":4036995227},{"type":"v1","addr":"172.21.15.29:6831","nonce":4036995227}]},"public_addr":"172.21.15.29:6827/4036995227","cluster_addr":"172.21.15.29:6829/4036995227","heartbeat_back_addr":"172.21.15.29:6833/4036995227","heartbeat_front_addr":"172.21.15.29:6831/4036995227","state":["exists","up"]},{"osd":4,"uuid":"1ce22e2d-639a-4a47-8332-bec4f1b3215f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6801","nonce":2209758242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6803","nonce":2209758242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6807","nonce":2209758242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":2209758242},{"type":"v1","addr":"172.21.15.179:6805","nonce":2209758242}]},"public_addr":"172.21.15.179:6801/2209758242","cluster_addr":"172.21.15.179:6803/2209758242","heartbeat_back_addr":"172.21.15.179:6807/2209758242","heartbeat_front_addr":"172.21.15.179:6805/2209758242","state":["exists","up"]},{"osd":5,"uuid":"119f7284-551b-47a0-81c4-37e3fd0928ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":64,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6809","nonce":4082046482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6811","nonce":4082046482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6815","nonce":4082046482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":4082046482},{"type":"v1","addr":"172.21.15.179:6813","nonce":4082046482}]},"public_addr":"172.21.15.179:6809/4082046482","cluster_addr":"172.21.15.179:6811/4082046482","heartbeat_back_addr":"172.21.15.179:6815/4082046482","heartbeat_front_addr":"172.21.15.179:6813/4082046482","state":["exists","up"]},{"osd":6,"uuid":"227d5b06-8cf2-4545-9fa3-d485d0fe4b43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":71,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6817","nonce":3533956799}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6819","nonce":3533956799}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6823","nonce":3533956799}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":3533956799},{"type":"v1","addr":"172.21.15.179:6821","nonce":3533956799}]},"public_addr":"172.21.15.179:6817/3533956799","cluster_addr":"172.21.15.179:6819/3533956799","heartbeat_back_addr":"172.21.15.179:6823/3533956799","heartbeat_front_addr":"172.21.15.179:6821/3533956799","state":["exists","up"]},{"osd":7,"uuid":"c804c166-bf7d-4d3f-a1e2-f85179886890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6825","nonce":3827595375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6827","nonce":3827595375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6831","nonce":3827595375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":3827595375},{"type":"v1","addr":"172.21.15.179:6829","nonce":3827595375}]},"public_addr":"172.21.15.179:6825/3827595375","cluster_addr":"172.21.15.179:6827/3827595375","heartbeat_back_addr":"172.21.15.179:6831/3827595375","heartbeat_front_addr":"172.21.15.179:6829/3827595375","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:26.802898+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:52.229957+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:16.548800+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:41.871787+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:03.727227+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:27.752290+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:51.513507+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:16:16.222140+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.5","mappings":[{"from":7,"to":2}]},{"pgid":"3.9","mappings":[{"from":4,"to":1}]},{"pgid":"3.f","mappings":[{"from":0,"to":3}]},{"pgid":"3.14","mappings":[{"from":4,"to":2}]},{"pgid":"3.1d","mappings":[{"from":5,"to":2}]},{"pgid":"3.21","mappings":[{"from":5,"to":1}]},{"pgid":"3.2c","mappings":[{"from":6,"to":2}]},{"pgid":"3.39","mappings":[{"from":0,"to":1}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/379020480":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/869782601":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/3215539880":"2024-07-28T18:11:40.915357+0000","172.21.15.29:6800/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/1764223943":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6801/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/2564329360":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6800/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6800/954519543":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/3990979992":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/3141629589":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/538119603":"2024-07-28T18:17:41.338358+0000","172.21.15.29:6801/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/2584965221":"2024-07-28T18:17:41.338358+0000","172.21.15.29:6801/954519543":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/3379292268":"2024-07-28T18:17:41.338358+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[{"pool":4,"snaps":[{"begin":2,"length":1}]}],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-07-27T18:19:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:09 smithi179 ceph-mon[33511]: pgmap v54: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:10.666 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:10 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:10.666 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:10 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:10.666 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:10 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3599826274' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:19:10.666 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:10 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:10.666 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:10 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:10.666 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:10 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3599826274' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:19:10.691 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs dump --format=json 2024-07-27T18:19:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:10 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:10 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:10 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3599826274' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:19:11.462 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:19:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[80749]: ts=2024-07-27T18:19:11.076Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003154653s 2024-07-27T18:19:11.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:11 smithi029 ceph-mon[40759]: pgmap v55: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:11.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:11 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:19:11.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:11 smithi029 ceph-mon[29364]: pgmap v55: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:11.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:11 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:19:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:11 smithi179 ceph-mon[33511]: pgmap v55: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:11 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:19:12.035 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:19:12.459 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:19:12] "GET /metrics HTTP/1.1" 200 33679 "" "Prometheus/2.43.0" 2024-07-27T18:19:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:13 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:13 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:13 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:19:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:13 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:19:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:13 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:13 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:13 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:13 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:19:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:13 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:19:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:13 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:13 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:13 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:13 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:19:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:13 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:19:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:13 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:14.054 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:19:14.055 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":8,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14415,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.29:6835/4026346561","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6834","nonce":4026346561},{"type":"v1","addr":"172.21.15.29:6835","nonce":4026346561}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[{"mdsmap":{"epoch":8,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false,"balance_automate":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-07-27T18:16:52.955897+0000","modified":"2024-07-27T18:17:05.371416+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24352},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24352":{"gid":24352,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":6,"addr":"172.21.15.179:6833/3326352185","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6832","nonce":3326352185},{"type":"v1","addr":"172.21.15.179:6833","nonce":3326352185}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0},"id":1}]} 2024-07-27T18:19:14.055 INFO:teuthology.orchestra.run.smithi029.stderr:dumped fsmap epoch 8 2024-07-27T18:19:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:14 smithi029 ceph-mon[40759]: pgmap v56: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:14 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/386957402' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:19:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:14 smithi029 ceph-mon[29364]: pgmap v56: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:14 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/386957402' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:19:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:14 smithi179 ceph-mon[33511]: pgmap v56: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:14 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/386957402' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T18:19:14.699 DEBUG:tasks.cephfs.filesystem:are_daemons_healthy: mds map: {'epoch': 8, 'flags': 18, 'flags_state': {'joinable': True, 'allow_snaps': True, 'allow_multimds_snaps': True, 'allow_standby_replay': False, 'refuse_client_session': False, 'refuse_standby_for_another_fs': False, 'balance_automate': False}, 'ever_allowed_features': 0, 'explicitly_allowed_features': 0, 'created': '2024-07-27T18:16:52.955897+0000', 'modified': '2024-07-27T18:17:05.371416+0000', 'tableserver': 0, 'root': 0, 'session_timeout': 60, 'session_autoclose': 300, 'required_client_features': {}, 'max_file_size': 1099511627776, 'max_xattr_size': 65536, 'last_failure': 0, 'last_failure_osd_epoch': 0, 'compat': {'compat': {}, 'ro_compat': {}, 'incompat': {'feature_1': 'base v0.20', 'feature_2': 'client writeable ranges', 'feature_3': 'default file layouts on dirs', 'feature_4': 'dir inode in separate object', 'feature_5': 'mds uses versioned encoding', 'feature_6': 'dirfrag is stored in omap', 'feature_7': 'mds uses inline data', 'feature_8': 'no anchor table', 'feature_9': 'file layout v2', 'feature_10': 'snaprealm v2'}}, 'max_mds': 1, 'in': [0], 'up': {'mds_0': 24352}, 'failed': [], 'damaged': [], 'stopped': [], 'info': {'gid_24352': {'gid': 24352, 'name': 'b', 'rank': 0, 'incarnation': 4, 'state': 'up:active', 'state_seq': 6, 'addr': '172.21.15.179:6833/3326352185', 'addrs': {'addrvec': [{'type': 'v2', 'addr': '172.21.15.179:6832', 'nonce': 3326352185}, {'type': 'v1', 'addr': '172.21.15.179:6833', 'nonce': 3326352185}]}, 'join_fscid': -1, 'export_targets': [], 'features': 4540138322906710015, 'flags': 0, 'compat': {'compat': {}, 'ro_compat': {}, 'incompat': {'feature_1': 'base v0.20', 'feature_2': 'client writeable ranges', 'feature_3': 'default file layouts on dirs', 'feature_4': 'dir inode in separate object', 'feature_5': 'mds uses versioned encoding', 'feature_6': 'dirfrag is stored in omap', 'feature_7': 'mds uses inline data', 'feature_8': 'no anchor table', 'feature_9': 'file layout v2', 'feature_10': 'snaprealm v2'}}}}, 'data_pools': [3], 'metadata_pool': 2, 'enabled': True, 'fs_name': 'cephfs', 'balancer': '', 'bal_rank_mask': '-1', 'standby_count_wanted': 0} 2024-07-27T18:19:14.700 DEBUG:tasks.cephfs.filesystem:are_daemons_healthy: 1/1 2024-07-27T18:19:14.700 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph tell mds.b status 2024-07-27T18:19:14.919 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:19:15.323 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:15 smithi029 ceph-mon[29364]: mgrmap e21: y(active, since 92s), standbys: x 2024-07-27T18:19:15.324 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:15 smithi029 ceph-mon[40759]: mgrmap e21: y(active, since 92s), standbys: x 2024-07-27T18:19:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:15 smithi179 ceph-mon[33511]: mgrmap e21: y(active, since 92s), standbys: x 2024-07-27T18:19:16.347 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:16 smithi029 ceph-mon[29364]: pgmap v57: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:16.348 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:16 smithi029 ceph-mon[40759]: pgmap v57: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:16 smithi179 ceph-mon[33511]: pgmap v57: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:16.723 INFO:teuthology.orchestra.run.smithi029.stderr:2024-07-27T18:19:16.704+0000 7fed95ffb640 0 client.14742 ms_handle_reset on v2:172.21.15.179:6832/3326352185 2024-07-27T18:19:16.726 INFO:teuthology.orchestra.run.smithi029.stderr:2024-07-27T18:19:16.724+0000 7fed95ffb640 0 client.14748 ms_handle_reset on v2:172.21.15.179:6832/3326352185 2024-07-27T18:19:16.727 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:19:16.727 INFO:teuthology.orchestra.run.smithi029.stdout: "cluster_fsid": "70f4cc2a-4c43-11ef-bcc7-c7b262605968", 2024-07-27T18:19:16.727 INFO:teuthology.orchestra.run.smithi029.stdout: "whoami": 0, 2024-07-27T18:19:16.727 INFO:teuthology.orchestra.run.smithi029.stdout: "id": 24352, 2024-07-27T18:19:16.727 INFO:teuthology.orchestra.run.smithi029.stdout: "want_state": "up:active", 2024-07-27T18:19:16.728 INFO:teuthology.orchestra.run.smithi029.stdout: "state": "up:active", 2024-07-27T18:19:16.728 INFO:teuthology.orchestra.run.smithi029.stdout: "fs_name": "cephfs", 2024-07-27T18:19:16.728 INFO:teuthology.orchestra.run.smithi029.stdout: "rank_uptime": 143.76635671400001, 2024-07-27T18:19:16.728 INFO:teuthology.orchestra.run.smithi029.stdout: "mdsmap_epoch": 8, 2024-07-27T18:19:16.728 INFO:teuthology.orchestra.run.smithi029.stdout: "osdmap_epoch": 77, 2024-07-27T18:19:16.729 INFO:teuthology.orchestra.run.smithi029.stdout: "osdmap_epoch_barrier": 69, 2024-07-27T18:19:16.729 INFO:teuthology.orchestra.run.smithi029.stdout: "uptime": 159.793141937 2024-07-27T18:19:16.729 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:19:17.669 INFO:tasks.cephadm:Setup complete, yielding 2024-07-27T18:19:17.669 INFO:teuthology.run_tasks:Running task print... 2024-07-27T18:19:17.686 INFO:teuthology.task.print:**** done end installing reef cephadm ... 2024-07-27T18:19:17.686 INFO:teuthology.run_tasks:Running task print... 2024-07-27T18:19:17.749 INFO:teuthology.task.print:**** done start cephadm.shell ceph config set mgr... 2024-07-27T18:19:17.750 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-07-27T18:19:17.760 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi029.front.sepia.ceph.com 2024-07-27T18:19:17.761 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest true --force' 2024-07-27T18:19:17.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:17 smithi029 ceph-mon[29364]: pgmap v58: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:17.762 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:17 smithi029 ceph-mon[40759]: pgmap v58: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:17.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:17 smithi179 ceph-mon[33511]: pgmap v58: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:17.985 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:19:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:19 smithi029 ceph-mon[29364]: pgmap v59: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:19 smithi029 ceph-mon[40759]: pgmap v59: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:19.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:19 smithi179 ceph-mon[33511]: pgmap v59: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:20.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:19 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:19] ENGINE Bus STOPPING 2024-07-27T18:19:20.649 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:19:20.649 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:20] ENGINE Bus STOPPED 2024-07-27T18:19:20.649 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:20] ENGINE Bus STARTING 2024-07-27T18:19:20.649 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:20] ENGINE Serving on http://:::9283 2024-07-27T18:19:20.650 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:19:20] ENGINE Bus STARTED 2024-07-27T18:19:20.680 INFO:teuthology.run_tasks:Running task print... 2024-07-27T18:19:20.690 INFO:teuthology.task.print:**** done cephadm.shell ceph config set mgr... 2024-07-27T18:19:20.690 INFO:teuthology.run_tasks:Running task print... 2024-07-27T18:19:20.723 INFO:teuthology.task.print:**** done start telemetry reef... 2024-07-27T18:19:20.723 INFO:teuthology.run_tasks:Running task workunit... 2024-07-27T18:19:20.736 INFO:tasks.workunit:Pulling workunits from ref 4b230446d7be021d836dfefaff290f6673dd2502 2024-07-27T18:19:20.736 INFO:tasks.workunit:Making a separate scratch dir for every client... 2024-07-27T18:19:20.736 DEBUG:teuthology.orchestra.run.smithi029:> stat -- /home/ubuntu/cephtest/mnt.0 2024-07-27T18:19:20.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T18:19:20.754 INFO:teuthology.orchestra.run.smithi029.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2024-07-27T18:19:20.754 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -- /home/ubuntu/cephtest/mnt.0 2024-07-27T18:19:20.812 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2024-07-27T18:19:20.812 DEBUG:teuthology.orchestra.run.smithi029:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2024-07-27T18:19:20.868 INFO:tasks.workunit:timeout=3h 2024-07-27T18:19:20.868 INFO:tasks.workunit:cleanup=True 2024-07-27T18:19:20.868 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone https://git.ceph.com/ceph.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 && git checkout 4b230446d7be021d836dfefaff290f6673dd2502 2024-07-27T18:19:20.924 INFO:tasks.workunit.client.0.smithi029.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2024-07-27T18:19:21.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:20 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' 2024-07-27T18:19:21.221 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:20 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:19:21.221 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:20 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' 2024-07-27T18:19:21.221 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:20 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:19:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:20 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' 2024-07-27T18:19:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:20 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:19:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:21 smithi029 ceph-mon[29364]: pgmap v60: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:21 smithi029 ceph-mon[40759]: pgmap v60: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:22.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:21 smithi179 ceph-mon[33511]: pgmap v60: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:19:22] "GET /metrics HTTP/1.1" 200 33679 "" "Prometheus/2.43.0" 2024-07-27T18:19:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:23 smithi029 ceph-mon[29364]: pgmap v61: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:23 smithi029 ceph-mon[40759]: pgmap v61: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:23.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:23 smithi179 ceph-mon[33511]: pgmap v61: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-07-27T18:19:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:19:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:19:24.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:19:24.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:19:24.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:24 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:24 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:24 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:24 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:24 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:19:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:19:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:24 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:19:25.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:25 smithi029 ceph-mon[29364]: pgmap v62: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:25.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:25 smithi029 ceph-mon[40759]: pgmap v62: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:25.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:25 smithi179 ceph-mon[33511]: pgmap v62: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:26 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:19:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:26 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:19:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:26 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:19:27.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:27 smithi029 ceph-mon[29364]: pgmap v63: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:27.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:27 smithi029 ceph-mon[40759]: pgmap v63: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:27 smithi179 ceph-mon[33511]: pgmap v63: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:29 smithi179 ceph-mon[33511]: pgmap v64: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:29 smithi029 ceph-mon[29364]: pgmap v64: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:29 smithi029 ceph-mon[40759]: pgmap v64: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:31.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:31 smithi029 ceph-mon[29364]: pgmap v65: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:31.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:31 smithi029 ceph-mon[40759]: pgmap v65: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:31.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:31 smithi179 ceph-mon[33511]: pgmap v65: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:19:32] "GET /metrics HTTP/1.1" 200 33679 "" "Prometheus/2.43.0" 2024-07-27T18:19:33.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:33 smithi029 ceph-mon[29364]: pgmap v66: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:33.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:33 smithi029 ceph-mon[40759]: pgmap v66: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:33 smithi179 ceph-mon[33511]: pgmap v66: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:35.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:35 smithi029 ceph-mon[29364]: pgmap v67: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:35.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:35 smithi029 ceph-mon[40759]: pgmap v67: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:35.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:35 smithi179 ceph-mon[33511]: pgmap v67: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:38 smithi029 ceph-mon[29364]: pgmap v68: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:38 smithi029 ceph-mon[40759]: pgmap v68: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:38 smithi179 ceph-mon[33511]: pgmap v68: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:40 smithi029 ceph-mon[29364]: pgmap v69: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:40 smithi029 ceph-mon[40759]: pgmap v69: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:40 smithi179 ceph-mon[33511]: pgmap v69: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:41.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:41 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:19:41.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:41 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:19:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:41 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:19:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:42 smithi029 ceph-mon[29364]: pgmap v70: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:42 smithi029 ceph-mon[40759]: pgmap v70: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:19:42] "GET /metrics HTTP/1.1" 200 33676 "" "Prometheus/2.43.0" 2024-07-27T18:19:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:42 smithi179 ceph-mon[33511]: pgmap v70: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:44 smithi029 ceph-mon[29364]: pgmap v71: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:44 smithi029 ceph-mon[40759]: pgmap v71: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:44 smithi179 ceph-mon[33511]: pgmap v71: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:46 smithi029 ceph-mon[29364]: pgmap v72: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:46 smithi029 ceph-mon[40759]: pgmap v72: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:46 smithi179 ceph-mon[33511]: pgmap v72: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:48.715 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:48 smithi179 ceph-mon[33511]: pgmap v73: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:48 smithi029 ceph-mon[29364]: pgmap v73: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:48 smithi029 ceph-mon[40759]: pgmap v73: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:50 smithi029 ceph-mon[29364]: pgmap v74: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:50 smithi029 ceph-mon[40759]: pgmap v74: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:50 smithi179 ceph-mon[33511]: pgmap v74: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:52 smithi029 ceph-mon[29364]: pgmap v75: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:52 smithi029 ceph-mon[40759]: pgmap v75: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:19:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:19:52] "GET /metrics HTTP/1.1" 200 33676 "" "Prometheus/2.43.0" 2024-07-27T18:19:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:52 smithi179 ceph-mon[33511]: pgmap v75: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:54 smithi029 ceph-mon[29364]: pgmap v76: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:54 smithi029 ceph-mon[40759]: pgmap v76: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:54 smithi179 ceph-mon[33511]: pgmap v76: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:56 smithi029 ceph-mon[29364]: pgmap v77: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:56 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:19:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:56 smithi029 ceph-mon[40759]: pgmap v77: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:56.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:56 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:19:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:56 smithi179 ceph-mon[33511]: pgmap v77: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:56 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:19:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:19:58 smithi029 ceph-mon[29364]: pgmap v78: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:58.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:19:58 smithi029 ceph-mon[40759]: pgmap v78: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:19:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:19:58 smithi179 ceph-mon[33511]: pgmap v78: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:00.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:00 smithi029 ceph-mon[29364]: pgmap v79: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:00.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:00 smithi029 ceph-mon[29364]: overall HEALTH_OK 2024-07-27T18:20:00.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:00 smithi029 ceph-mon[40759]: pgmap v79: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:00.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:00 smithi029 ceph-mon[40759]: overall HEALTH_OK 2024-07-27T18:20:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:00 smithi179 ceph-mon[33511]: pgmap v79: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:00 smithi179 ceph-mon[33511]: overall HEALTH_OK 2024-07-27T18:20:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:02 smithi029 ceph-mon[29364]: pgmap v80: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:02 smithi029 ceph-mon[40759]: pgmap v80: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:20:02] "GET /metrics HTTP/1.1" 200 33689 "" "Prometheus/2.43.0" 2024-07-27T18:20:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:02 smithi179 ceph-mon[33511]: pgmap v80: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:04 smithi029 ceph-mon[29364]: pgmap v81: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:04 smithi029 ceph-mon[40759]: pgmap v81: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:04 smithi179 ceph-mon[33511]: pgmap v81: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:06 smithi029 ceph-mon[29364]: pgmap v82: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:06.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:06 smithi029 ceph-mon[40759]: pgmap v82: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:06 smithi179 ceph-mon[33511]: pgmap v82: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:08 smithi029 ceph-mon[29364]: pgmap v83: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:08 smithi029 ceph-mon[40759]: pgmap v83: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:08 smithi179 ceph-mon[33511]: pgmap v83: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:10 smithi029 ceph-mon[29364]: pgmap v84: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:10 smithi029 ceph-mon[40759]: pgmap v84: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:10 smithi179 ceph-mon[33511]: pgmap v84: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:11.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:11 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:20:11.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:11 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:20:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:11 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:20:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:12 smithi029 ceph-mon[29364]: pgmap v85: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:12 smithi029 ceph-mon[40759]: pgmap v85: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:20:12] "GET /metrics HTTP/1.1" 200 33688 "" "Prometheus/2.43.0" 2024-07-27T18:20:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:12 smithi179 ceph-mon[33511]: pgmap v85: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:14 smithi029 ceph-mon[29364]: pgmap v86: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:14 smithi029 ceph-mon[40759]: pgmap v86: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:14.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:14 smithi179 ceph-mon[33511]: pgmap v86: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:15.664 INFO:tasks.workunit.client.0.smithi029.stderr:Updating files: 96% (12370/12778) Updating files: 97% (12395/12778) Updating files: 98% (12523/12778) Updating files: 99% (12651/12778) Updating files: 100% (12778/12778) Updating files: 100% (12778/12778), done. 2024-07-27T18:20:16.437 INFO:tasks.workunit.client.0.smithi029.stderr:Note: switching to '4b230446d7be021d836dfefaff290f6673dd2502'. 2024-07-27T18:20:16.437 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:16.437 INFO:tasks.workunit.client.0.smithi029.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2024-07-27T18:20:16.437 INFO:tasks.workunit.client.0.smithi029.stderr:changes and commit them, and you can discard any commits you make in this 2024-07-27T18:20:16.437 INFO:tasks.workunit.client.0.smithi029.stderr:state without impacting any branches by switching back to a branch. 2024-07-27T18:20:16.437 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:16.437 INFO:tasks.workunit.client.0.smithi029.stderr:If you want to create a new branch to retain commits you create, you may 2024-07-27T18:20:16.437 INFO:tasks.workunit.client.0.smithi029.stderr:do so (now or later) by using -c with the switch command. Example: 2024-07-27T18:20:16.438 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:16.438 INFO:tasks.workunit.client.0.smithi029.stderr: git switch -c 2024-07-27T18:20:16.438 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:16.438 INFO:tasks.workunit.client.0.smithi029.stderr:Or undo this operation with: 2024-07-27T18:20:16.438 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:16.438 INFO:tasks.workunit.client.0.smithi029.stderr: git switch - 2024-07-27T18:20:16.438 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:16.438 INFO:tasks.workunit.client.0.smithi029.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2024-07-27T18:20:16.438 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:16.438 INFO:tasks.workunit.client.0.smithi029.stderr:HEAD is now at 4b230446d7b Merge pull request #58418 from ceph/squid-release 2024-07-27T18:20:16.441 DEBUG:teuthology.orchestra.run.smithi029:> cd -- /home/ubuntu/cephtest/clone.client.0/qa/workunits && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\0' >/home/ubuntu/cephtest/workunits.list.client.0 2024-07-27T18:20:16.509 INFO:tasks.workunit.client.0.smithi029.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2024-07-27T18:20:16.511 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-07-27T18:20:16.511 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2024-07-27T18:20:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:16 smithi029 ceph-mon[29364]: pgmap v87: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:16 smithi029 ceph-mon[40759]: pgmap v87: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:16 smithi179 ceph-mon[33511]: pgmap v87: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:17.537 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2024-07-27T18:20:17.627 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2024-07-27T18:20:17.671 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-07-27T18:20:17.673 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-07-27T18:20:17.673 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2024-07-27T18:20:17.714 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-07-27T18:20:17.717 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:20:17.717 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2024-07-27T18:20:17.774 INFO:tasks.workunit:Running workunits matching test_telemetry_reef.sh on client.0... 2024-07-27T18:20:17.775 INFO:tasks.workunit:Running workunit test_telemetry_reef.sh... 2024-07-27T18:20:17.776 DEBUG:teuthology.orchestra.run.smithi029:workunit test test_telemetry_reef.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=4b230446d7be021d836dfefaff290f6673dd2502 TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/test_telemetry_reef.sh 2024-07-27T18:20:17.846 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph config set mgr mgr/telemetry/channel_ident true 2024-07-27T18:20:18.251 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph config set mgr mgr/telemetry/organization ceph-qa 2024-07-27T18:20:18.451 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:18] ENGINE Bus STOPPING 2024-07-27T18:20:18.451 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:20:18.451 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:18] ENGINE Bus STOPPED 2024-07-27T18:20:18.451 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:18] ENGINE Bus STARTING 2024-07-27T18:20:18.451 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:18] ENGINE Serving on http://:::9283 2024-07-27T18:20:18.451 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:18] ENGINE Bus STARTED 2024-07-27T18:20:18.663 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph config set mgr mgr/telemetry/description 'upgrade test cluster' 2024-07-27T18:20:18.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:18] ENGINE Bus STOPPING 2024-07-27T18:20:19.092 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry preview 2024-07-27T18:20:19.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:20:19.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:18] ENGINE Bus STOPPED 2024-07-27T18:20:19.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:18] ENGINE Bus STARTING 2024-07-27T18:20:19.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:19] ENGINE Serving on http://:::9283 2024-07-27T18:20:19.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:19] ENGINE Bus STARTED 2024-07-27T18:20:19.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:19] ENGINE Bus STOPPING 2024-07-27T18:20:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: pgmap v88: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' 2024-07-27T18:20:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1615623643' entity='client.admin' 2024-07-27T18:20:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1531252458' entity='client.admin' 2024-07-27T18:20:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:19.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: pgmap v88: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' 2024-07-27T18:20:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1615623643' entity='client.admin' 2024-07-27T18:20:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1531252458' entity='client.admin' 2024-07-27T18:20:19.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:19.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:19.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:19.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: pgmap v88: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' 2024-07-27T18:20:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1615623643' entity='client.admin' 2024-07-27T18:20:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1531252458' entity='client.admin' 2024-07-27T18:20:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:19 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:19.615 INFO:tasks.workunit.client.0.smithi029.stdout:{ 2024-07-27T18:20:19.615 INFO:tasks.workunit.client.0.smithi029.stdout: "balancer": { 2024-07-27T18:20:19.615 INFO:tasks.workunit.client.0.smithi029.stdout: "active": true, 2024-07-27T18:20:19.615 INFO:tasks.workunit.client.0.smithi029.stdout: "mode": "" 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: "channels": [ 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: "basic", 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: "crash", 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: "device", 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: "ident" 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: "channels_available": [ 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: "basic", 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: "ident", 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: "crash", 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: "device", 2024-07-27T18:20:19.616 INFO:tasks.workunit.client.0.smithi029.stdout: "perf" 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: "collections_available": [ 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_base", 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: "device_base", 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: "crash_base", 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: "ident_base", 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_perf", 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_mds_metadata", 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_usage", 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_usage_by_class", 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_rook_v01", 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_memory_metrics", 2024-07-27T18:20:19.617 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_options_bluestore" 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: "collections_opted_in": [ 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_base", 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: "device_base", 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: "crash_base", 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: "ident_base", 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_perf", 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_mds_metadata", 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_usage", 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_usage_by_class", 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_rook_v01", 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_memory_metrics", 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_options_bluestore" 2024-07-27T18:20:19.618 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "config": { 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "active_changed": [ 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_allow_insecure_global_id_reclaim", 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_debug", 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_mon_ticket_ttl", 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_service_ticket_ttl", 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "bdev_debug_aio", 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "client_check_pool_perm", 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "client_mount_gid", 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "client_mount_uid", 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "client_quota", 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "container_image", 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "daemonize", 2024-07-27T18:20:19.619 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_asserts_on_shutdown", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mgr", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mon", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_ms", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_osd", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_paxos", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "keyring", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_block_size", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_cache_size", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_compression", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_log", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_write_buffer_size", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_file", 2024-07-27T18:20:19.620 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_journald", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_stderr", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_allow_pool_delete", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_clock_drift_allowed", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_file_level", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_file", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_journald", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_stderr", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_data_avail_warn", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_election_default_strategy", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_host", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_max_pg_per_osd", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mgr_mkfs_grace", 2024-07-27T18:20:19.621 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_prime_pg_temp", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_reporter_subtree_level", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_pg_warn_max_object_skew", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_bytes_per_osd", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_pgs_per_osd", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_legacy_crush_tunables", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_too_few_osds", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_bug", 2024-07-27T18:20:19.622 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_old_message", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "no_config_file", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_default_list", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_load_list", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_crush_chooseleaf_type", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_misdirected_ops", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_op_order", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_pg_log_writeout", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_shutdown", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_cached_snaps", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_missing_on_start", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_stray_on_activate", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_deep_scrub_update_digest_min_age", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep", 2024-07-27T18:20:19.623 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_hdd", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_hybrid", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_ssd", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_max_backfills", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_max_capacity_iops_ssd", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_profile", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_res", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_lim", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_res", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_lim", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_res", 2024-07-27T18:20:19.624 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_wgt", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target_autotune", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue_cut_off", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pg_delete_cost", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_erasure_code_profile", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_pg_autoscale_mode", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recover_clone_overlap", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active_hdd", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active_ssd", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_chunk", 2024-07-27T18:20:19.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_hdd", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_hybrid", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_ssd", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_load_threshold", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_max_interval", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_sleep", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_shutdown_pgref_assert", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_hdd", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_hybrid", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_ssd", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "public_addr", 2024-07-27T18:20:19.626 INFO:tasks.workunit.client.0.smithi029.stdout: "public_addrv", 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "public_network", 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_default_features", 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_qos_exclude_ops", 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "setgroup", 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "setuser" 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster_changed": [ 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_allow_insecure_global_id_reclaim", 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_debug", 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_mon_ticket_ttl", 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_service_ticket_ttl", 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "bdev_debug_aio", 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "container_image", 2024-07-27T18:20:19.627 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_asserts_on_shutdown", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mgr", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mon", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_ms", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_osd", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_paxos", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_file", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_journald", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_stderr", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_join_fs", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/allow_ptrace", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/container_init", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/migration_current", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/use_repo_digest", 2024-07-27T18:20:19.628 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/GRAFANA_API_URL", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/ssl_server_port", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/orchestrator/orchestrator", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/channel_ident", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/description", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/organization", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_allow_pool_delete", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_clock_drift_allowed", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_file_level", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_file", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_data_avail_warn", 2024-07-27T18:20:19.629 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_election_default_strategy", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_max_pg_per_osd", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mgr_mkfs_grace", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_prime_pg_temp", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_reporter_subtree_level", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_pg_warn_max_object_skew", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_bytes_per_osd", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_pgs_per_osd", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_legacy_crush_tunables", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-07-27T18:20:19.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_too_few_osds", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_bug", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_old_message", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_default_list", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_load_list", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_misdirected_ops", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_op_order", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_pg_log_writeout", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_shutdown", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_cached_snaps", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_missing_on_start", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_stray_on_activate", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_deep_scrub_update_digest_min_age", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_max_capacity_iops_ssd", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_profile", 2024-07-27T18:20:19.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target_autotune", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue_cut_off", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_erasure_code_profile", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_pg_autoscale_mode", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recover_clone_overlap", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_chunk", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_load_threshold", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_max_interval", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_shutdown_pgref_assert", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "public_network", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_cache_enabled", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_enable_ops_log", 2024-07-27T18:20:19.632 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_enable_usage_log" 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: "contact": null, 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: "crashes": [], 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: "created": "2024-07-27T18:11:01.801618Z", 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: "crush": { 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_algs": { 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: "straw2": 3 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_sizes": { 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: "2": 1, 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: "4": 2 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.633 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_types": { 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: "1": 2, 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: "11": 1 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: "compat_weight_set": false, 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: "device_classes": [ 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: 8 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_buckets": 6, 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_devices": 8, 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_rules": 1, 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_types": 12, 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_weight_sets": 0, 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: "tunables": { 2024-07-27T18:20:19.634 INFO:tasks.workunit.client.0.smithi029.stdout: "allowed_bucket_algs": 54, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_local_fallback_tries": 0, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_local_tries": 0, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_total_tries": 50, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_descend_once": 1, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_stable": 1, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_vary_r": 1, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v2_rules": 0, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v3_rules": 0, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v4_buckets": 1, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v5_rules": 0, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "legacy_tunables": 0, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "minimum_required_version": "jewel", 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "optimal_tunables": 1, 2024-07-27T18:20:19.635 INFO:tasks.workunit.client.0.smithi029.stdout: "profile": "jewel", 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables": 1, 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables2": 1, 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables3": 1, 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables5": 1, 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: "straw_calc_version": 1 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: "description": "upgrade test cluster", 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: "fs": { 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: "feature_flags": { 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: "enable_multiple": true, 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: "ever_enabled_multiple": true 2024-07-27T18:20:19.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "filesystems": [ 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "approx_ctime": "2024-07", 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "balancer_enabled": false, 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_caps": 0, 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_dns": 10, 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_inos": 13, 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_subtrees": 2, 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "ever_allowed_features": 0, 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "explicitly_allowed_features": 0, 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "files": 0, 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "max_mds": 1, 2024-07-27T18:20:19.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_data_pools": 1, 2024-07-27T18:20:19.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_in": 1, 2024-07-27T18:20:19.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_mds": 1, 2024-07-27T18:20:19.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": 0, 2024-07-27T18:20:19.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_standby_replay": 0, 2024-07-27T18:20:19.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_up": 1, 2024-07-27T18:20:19.638 INFO:tasks.workunit.client.0.smithi029.stdout: "snaps": 0, 2024-07-27T18:20:19.638 INFO:tasks.workunit.client.0.smithi029.stdout: "standby_count_wanted": 0 2024-07-27T18:20:19.638 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.638 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_standby_mds": 1, 2024-07-27T18:20:19.638 INFO:tasks.workunit.client.0.smithi029.stdout: "total_num_mds": 2 2024-07-27T18:20:19.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "hosts": { 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num": 2, 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mds": 2, 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mgr": 2, 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mon": 2, 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_osd": 2 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "leaderboard": false, 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "leaderboard_description": null, 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "license": "sharing-1-0", 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "metadata": { 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T18:20:19.639 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 2 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 1, 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 2 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 2 2024-07-27T18:20:19.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 2 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 2 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 2 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 3 2024-07-27T18:20:19.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 3 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 2, 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 3 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 3 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.642 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 3 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 3 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 3 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 8 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.643 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T18:20:19.644 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8 2024-07-27T18:20:19.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.644 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T18:20:19.644 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 4, 2024-07-27T18:20:19.644 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 4 2024-07-27T18:20:19.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.644 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T18:20:19.644 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 8 2024-07-27T18:20:19.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.644 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T18:20:19.644 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 8 2024-07-27T18:20:19.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 8 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 8 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 8 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_objectstore": { 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": 8 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: "rotational": { 2024-07-27T18:20:19.645 INFO:tasks.workunit.client.0.smithi029.stdout: "0": 8 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: "features": { 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: "optional": [], 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: "persistent": [ 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: "kraken", 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: "luminous", 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: "mimic", 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap-prune", 2024-07-27T18:20:19.646 INFO:tasks.workunit.client.0.smithi029.stdout: "nautilus", 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: "octopus", 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: "pacific", 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: "elector-pinging", 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: "quincy", 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: "reef" 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: "ipv4_addr_mons": 6, 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: "ipv6_addr_mons": 0, 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: "min_mon_release": 18, 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: "v1_addr_mons": 3, 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: "v2_addr_mons": 3 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: "organization": "ceph-qa", 2024-07-27T18:20:19.647 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster_network": false, 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8, 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: "require_min_compat_client": "luminous", 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: "require_osd_release": "reef" 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pools": [ 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr" 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:19.648 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 1, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 1, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 1, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 1781760, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 1781760, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 2, 2024-07-27T18:20:19.649 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 2.4431008114333963e-06, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 212, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 313344, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 590368, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 590368, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 1771104, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 179, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 2473984 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:19.650 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 32, 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 32, 2024-07-27T18:20:19.651 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 2, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 98304, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 98304, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 22, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 1.3479208860189829e-07, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:19.652 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 3430, 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 3430, 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 10290, 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 51, 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 20480 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.653 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 64, 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 64, 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 3, 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:19.654 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 0, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 0, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 0, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 0.0, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T18:20:19.655 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 0, 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 0, 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 0, 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 0, 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 0 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd" 2024-07-27T18:20:19.656 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 8, 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 8, 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 4, 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 12288, 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:19.657 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 12288, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 2, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 1.6849011075237286e-08, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 19, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 19, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 57, 2024-07-27T18:20:19.658 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 2, 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 2048 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd": { 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: "mirroring_by_pool": [ 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: false 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_images_by_pool": [ 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:19.659 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pools": 1 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "report_id": "4a2899af-8da4-4fc0-8c5a-a5b00bb0ec74", 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "report_timestamp": "2024-07-27T18:20:19.607125", 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "report_version": 1, 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "rook": { 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster": { 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "external-mode": null, 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "allow-multiple-per-node": null, 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "count": null, 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "max-id": null, 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "pvc": { 2024-07-27T18:20:19.660 INFO:tasks.workunit.client.0.smithi029.stdout: "enabled": null 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: "stretch": { 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: "enabled": null 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: "network": { 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: "provider": null 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: "storage": { 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: "device-set": { 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: "non-portable": null, 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: "portable": null, 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: "total": null 2024-07-27T18:20:19.661 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: "csi": { 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: "kubernetes": { 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: "node": { 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: "kubernetes-total": null, 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: "with-ceph-daemons": null, 2024-07-27T18:20:19.662 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-cephfs-plugin": null, 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-nfs-plugin": null, 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-rbd-plugin": null 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: "usage": { 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: "storage-class": { 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket": null, 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs": null, 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: "nfs": null, 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd": null, 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: "total": null 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.663 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: "services": {}, 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: "usage": { 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 105, 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: "pools": 4, 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_by_class": { 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: "ssd": { 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: "total_avail_bytes": 767726485504, 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: "total_bytes": 767960285184, 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_bytes": 233799680, 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_raw_bytes": 233799680, 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_raw_ratio": 0.0003044424229301512 2024-07-27T18:20:19.664 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:19.665 INFO:tasks.workunit.client.0.smithi029.stdout: "total_avail_bytes": 767726485504, 2024-07-27T18:20:19.665 INFO:tasks.workunit.client.0.smithi029.stdout: "total_bytes": 767960285184, 2024-07-27T18:20:19.665 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_bytes": 233799680 2024-07-27T18:20:19.665 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:19.665 INFO:tasks.workunit.client.0.smithi029.stdout:} 2024-07-27T18:20:19.665 INFO:tasks.workunit.client.0.smithi029.stdout:Device report is generated separately. To see it run 'ceph telemetry preview-device'. 2024-07-27T18:20:19.665 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry preview-device 2024-07-27T18:20:20.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:19] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:20:20.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:19] ENGINE Bus STOPPED 2024-07-27T18:20:20.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:19] ENGINE Bus STARTING 2024-07-27T18:20:20.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:19] ENGINE Serving on http://:::9283 2024-07-27T18:20:20.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:19 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:19] ENGINE Bus STARTED 2024-07-27T18:20:20.160 INFO:tasks.workunit.client.0.smithi029.stdout:{ 2024-07-27T18:20:20.160 INFO:tasks.workunit.client.0.smithi029.stdout: "e1af4a70-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:20.160 INFO:tasks.workunit.client.0.smithi029.stdout: "INTEL_SSDPED1D480GA_e1afe0ac-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:20.160 INFO:tasks.workunit.client.0.smithi029.stdout: "20240727-181422": { 2024-07-27T18:20:20.160 INFO:tasks.workunit.client.0.smithi029.stdout: "device": { 2024-07-27T18:20:20.160 INFO:tasks.workunit.client.0.smithi029.stdout: "info_name": "/dev/nvme0n1", 2024-07-27T18:20:20.160 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "/dev/nvme0n1", 2024-07-27T18:20:20.160 INFO:tasks.workunit.client.0.smithi029.stdout: "protocol": "NVMe", 2024-07-27T18:20:20.160 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "nvme" 2024-07-27T18:20:20.160 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: "firmware_version": "E2010325", 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: "host_id": "e1af4a70-4c44-11ef-832a-0cc47abd125a", 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: "json_format_version": [ 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: "local_time": { 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: "asctime": "Sat Jul 27 18:14:22 2024 UTC", 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: "time_t": 1722104062 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: "logical_block_size": 512, 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: "model_name": "INTEL SSDPED1D480GA", 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_controller_id": 0, 2024-07-27T18:20:20.161 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_ieee_oui_identifier": 6083300, 2024-07-27T18:20:20.162 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_namespaces": [ 2024-07-27T18:20:20.162 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:20.162 INFO:tasks.workunit.client.0.smithi029.stdout: "capacity": { 2024-07-27T18:20:20.162 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:20.162 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:20.162 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.162 INFO:tasks.workunit.client.0.smithi029.stdout: "formatted_lba_size": 512, 2024-07-27T18:20:20.162 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 1, 2024-07-27T18:20:20.162 INFO:tasks.workunit.client.0.smithi029.stdout: "size": { 2024-07-27T18:20:20.162 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:20.162 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:20.162 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: "utilization": { 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_number_of_namespaces": 1, 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_pci_vendor": { 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 32902, 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: "subsystem_id": 32902 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_add_log": { 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: "Device stats": { 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_fw_downgrades": { 2024-07-27T18:20:20.163 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: "crc_error_count": { 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: "end_to_end_error_detection_count": { 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: "erase_fail_count": { 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: "host_bytes_written": { 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 13760057 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: "host_ctx_wear_used": { 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: "media_bytes_read": { 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: "nand_bytes_written": { 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_stat_indicator": { 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: "pll_lock_loss_count": { 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: "program_fail_count": { 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.166 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: "re_alloc_sectr_cnt": { 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: "retry_buffer_overflow_count": { 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: "soft_ecc_err_rate": { 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: "thermal_throttle_status": { 2024-07-27T18:20:20.167 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.168 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:20.168 INFO:tasks.workunit.client.0.smithi029.stdout: "cnt": 0, 2024-07-27T18:20:20.168 INFO:tasks.workunit.client.0.smithi029.stdout: "pct": 0 2024-07-27T18:20:20.168 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.168 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.168 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_host_reads": { 2024-07-27T18:20:20.168 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.168 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 13 2024-07-27T18:20:20.168 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.168 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_media_wear": { 2024-07-27T18:20:20.168 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.168 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": "0.029297" 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_timer": { 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 1471280 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: "unexp_power_loss": { 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: "wear_leveling": { 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: "avg": 0, 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: "max": 0, 2024-07-27T18:20:20.169 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel Smart log": "nvme0n1" 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_log": { 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare": 100, 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare_threshold": 0, 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: "controller_busy_time": 5219, 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: "critical_warning": 0, 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_read": 179497174, 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_written": 901779129, 2024-07-27T18:20:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: "host_reads": 2965535138, 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: "host_writes": 18963724283, 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: "media_errors": 0, 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_err_log_entries": 0, 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: "percentage_used": 0, 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycles": 38402, 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_hours": 41191, 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": 35, 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: "unsafe_shutdowns": 9492 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_vendor": "intel", 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_version": { 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: "string": "<1.2", 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:20.171 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycle_count": 38402, 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_time": { 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: "hours": 41191 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: "serial_number": "deleted", 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: "smart_status": { 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme": { 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: "passed": true 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl": { 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: "argv": [ 2024-07-27T18:20:20.172 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl", 2024-07-27T18:20:20.173 INFO:tasks.workunit.client.0.smithi029.stdout: "-x", 2024-07-27T18:20:20.173 INFO:tasks.workunit.client.0.smithi029.stdout: "--json=o", 2024-07-27T18:20:20.173 INFO:tasks.workunit.client.0.smithi029.stdout: "/dev/nvme0n1" 2024-07-27T18:20:20.173 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.173 INFO:tasks.workunit.client.0.smithi029.stdout: "build_info": "(local build)", 2024-07-27T18:20:20.173 INFO:tasks.workunit.client.0.smithi029.stdout: "exit_status": 0, 2024-07-27T18:20:20.173 INFO:tasks.workunit.client.0.smithi029.stdout: "output": [ 2024-07-27T18:20:20.173 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-480.el9.x86_64] (local build)", 2024-07-27T18:20:20.173 INFO:tasks.workunit.client.0.smithi029.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2024-07-27T18:20:20.173 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.173 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF INFORMATION SECTION ===", 2024-07-27T18:20:20.173 INFO:tasks.workunit.client.0.smithi029.stdout: "Model Number: INTEL SSDPED1D480GA", 2024-07-27T18:20:20.174 INFO:tasks.workunit.client.0.smithi029.stdout: "Serial Number: deleted", 2024-07-27T18:20:20.174 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Version: E2010325", 2024-07-27T18:20:20.174 INFO:tasks.workunit.client.0.smithi029.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2024-07-27T18:20:20.174 INFO:tasks.workunit.client.0.smithi029.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2024-07-27T18:20:20.174 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller ID: 0", 2024-07-27T18:20:20.174 INFO:tasks.workunit.client.0.smithi029.stdout: "NVMe Version: <1.2", 2024-07-27T18:20:20.174 INFO:tasks.workunit.client.0.smithi029.stdout: "Number of Namespaces: 1", 2024-07-27T18:20:20.174 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Size/Capacity: 480,103,981,056 [480 GB]", 2024-07-27T18:20:20.174 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Formatted LBA Size: 512", 2024-07-27T18:20:20.174 INFO:tasks.workunit.client.0.smithi029.stdout: "Local Time is: Sat Jul 27 18:14:22 2024 UTC", 2024-07-27T18:20:20.174 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Updates (0x02): 1 Slot", 2024-07-27T18:20:20.174 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional Admin Commands (0x0007): Security Format Frmw_DL", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: "Log Page Attributes (0x02): Cmd_Eff_Lg", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: "Maximum Data Transfer Size: 32 Pages", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported Power States", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 18.00W - - 0 0 0 0 0 0", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported LBA Sizes (NSID 0x1)", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: "Id Fmt Data Metadt Rel_Perf", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 512 0 2", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.175 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF SMART DATA SECTION ===", 2024-07-27T18:20:20.176 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART overall-health self-assessment test result: PASSED", 2024-07-27T18:20:20.176 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.176 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART/Health Information (NVMe Log 0x02)", 2024-07-27T18:20:20.176 INFO:tasks.workunit.client.0.smithi029.stdout: "Critical Warning: 0x00", 2024-07-27T18:20:20.176 INFO:tasks.workunit.client.0.smithi029.stdout: "Temperature: 35 Celsius", 2024-07-27T18:20:20.176 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare: 100%", 2024-07-27T18:20:20.176 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare Threshold: 0%", 2024-07-27T18:20:20.176 INFO:tasks.workunit.client.0.smithi029.stdout: "Percentage Used: 0%", 2024-07-27T18:20:20.176 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Read: 179,497,174 [91.9 TB]", 2024-07-27T18:20:20.176 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Written: 901,779,129 [461 TB]", 2024-07-27T18:20:20.176 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Read Commands: 2,965,535,138", 2024-07-27T18:20:20.176 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Write Commands: 18,963,724,283", 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller Busy Time: 5,219", 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "Power Cycles: 38,402", 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "Power On Hours: 41,191", 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "Unsafe Shutdowns: 9,492", 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "Media and Data Integrity Errors: 0", 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information Log Entries: 0", 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information (NVMe Log 0x01, 16 of 64 entries)", 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "No Errors Logged", 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "" 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "platform_info": "x86_64-linux-5.14.0-480.el9.x86_64", 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "svn_revision": "5155", 2024-07-27T18:20:20.177 INFO:tasks.workunit.client.0.smithi029.stdout: "version": [ 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": { 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: "current": 35 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: "user_capacity": { 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.178 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: "e1b1264c-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: "INTEL_SSDPEDMD400G4_e1b1ac20-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: "20240727-181426": { 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: "device": { 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: "info_name": "/dev/nvme0n1", 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "/dev/nvme0n1", 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: "protocol": "NVMe", 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "nvme" 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: "firmware_version": "8DV101H0", 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: "host_id": "e1b1264c-4c44-11ef-832a-0cc47abd125a", 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: "json_format_version": [ 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:20.179 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: "local_time": { 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: "asctime": "Sat Jul 27 18:14:25 2024 UTC", 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: "time_t": 1722104065 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: "logical_block_size": 512, 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: "model_name": "INTEL SSDPEDMD400G4", 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_controller_id": 0, 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_ieee_oui_identifier": 6083300, 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_namespaces": [ 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: "capacity": { 2024-07-27T18:20:20.180 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: "formatted_lba_size": 512, 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 1, 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: "size": { 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: "utilization": { 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_number_of_namespaces": 1, 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_pci_vendor": { 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 32902, 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: "subsystem_id": 32902 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_add_log": { 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: "Device stats": { 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_fw_downgrades": { 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: "crc_error_count": { 2024-07-27T18:20:20.182 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: "end_to_end_error_detection_count": { 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: "erase_fail_count": { 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: "host_bytes_written": { 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.183 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 27114313 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: "host_ctx_wear_used": { 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 1 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: "media_bytes_read": { 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: "nand_bytes_written": { 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 47912582 2024-07-27T18:20:20.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_stat_indicator": { 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: "pll_lock_loss_count": { 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: "program_fail_count": { 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: "re_alloc_sectr_cnt": { 2024-07-27T18:20:20.185 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: "retry_buffer_overflow_count": { 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: "soft_ecc_err_rate": { 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: "thermal_throttle_status": { 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.186 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: "cnt": 0, 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: "pct": 0 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_host_reads": { 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 65535 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_media_wear": { 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": "63.999023" 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_timer": { 2024-07-27T18:20:20.187 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 65535 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: "unexp_power_loss": { 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: "wear_leveling": { 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 90, 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: "avg": 3283, 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: "max": 3299, 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 3265 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.189 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel Smart log": "nvme0n1" 2024-07-27T18:20:20.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.189 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_log": { 2024-07-27T18:20:20.189 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare": 100, 2024-07-27T18:20:20.189 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare_threshold": 10, 2024-07-27T18:20:20.189 INFO:tasks.workunit.client.0.smithi029.stdout: "controller_busy_time": 0, 2024-07-27T18:20:20.189 INFO:tasks.workunit.client.0.smithi029.stdout: "critical_warning": 0, 2024-07-27T18:20:20.189 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_read": 380114655, 2024-07-27T18:20:20.189 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_written": 1776963650, 2024-07-27T18:20:20.189 INFO:tasks.workunit.client.0.smithi029.stdout: "host_reads": 6396034878, 2024-07-27T18:20:20.189 INFO:tasks.workunit.client.0.smithi029.stdout: "host_writes": 32640120639, 2024-07-27T18:20:20.189 INFO:tasks.workunit.client.0.smithi029.stdout: "media_errors": 0, 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_err_log_entries": 0, 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: "percentage_used": 10, 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycles": 56392, 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_hours": 54380, 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": 25, 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: "unsafe_shutdowns": 93 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_vendor": "intel", 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_version": { 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: "string": "<1.2", 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycle_count": 56392, 2024-07-27T18:20:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_time": { 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: "hours": 54380 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: "serial_number": "deleted", 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: "smart_status": { 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme": { 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: "passed": true 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl": { 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: "argv": [ 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl", 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: "-x", 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: "--json=o", 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: "/dev/nvme0n1" 2024-07-27T18:20:20.191 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.192 INFO:tasks.workunit.client.0.smithi029.stdout: "build_info": "(local build)", 2024-07-27T18:20:20.192 INFO:tasks.workunit.client.0.smithi029.stdout: "exit_status": 0, 2024-07-27T18:20:20.192 INFO:tasks.workunit.client.0.smithi029.stdout: "output": [ 2024-07-27T18:20:20.192 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-480.el9.x86_64] (local build)", 2024-07-27T18:20:20.192 INFO:tasks.workunit.client.0.smithi029.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2024-07-27T18:20:20.192 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.192 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF INFORMATION SECTION ===", 2024-07-27T18:20:20.192 INFO:tasks.workunit.client.0.smithi029.stdout: "Model Number: INTEL SSDPEDMD400G4", 2024-07-27T18:20:20.192 INFO:tasks.workunit.client.0.smithi029.stdout: "Serial Number: deleted", 2024-07-27T18:20:20.192 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Version: 8DV101H0", 2024-07-27T18:20:20.193 INFO:tasks.workunit.client.0.smithi029.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2024-07-27T18:20:20.193 INFO:tasks.workunit.client.0.smithi029.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2024-07-27T18:20:20.193 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller ID: 0", 2024-07-27T18:20:20.193 INFO:tasks.workunit.client.0.smithi029.stdout: "NVMe Version: <1.2", 2024-07-27T18:20:20.193 INFO:tasks.workunit.client.0.smithi029.stdout: "Number of Namespaces: 1", 2024-07-27T18:20:20.193 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2024-07-27T18:20:20.193 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Formatted LBA Size: 512", 2024-07-27T18:20:20.193 INFO:tasks.workunit.client.0.smithi029.stdout: "Local Time is: Sat Jul 27 18:14:25 2024 UTC", 2024-07-27T18:20:20.193 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Updates (0x02): 1 Slot", 2024-07-27T18:20:20.193 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2024-07-27T18:20:20.193 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2024-07-27T18:20:20.193 INFO:tasks.workunit.client.0.smithi029.stdout: "Log Page Attributes (0x02): Cmd_Eff_Lg", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: "Maximum Data Transfer Size: 32 Pages", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported Power States", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported LBA Sizes (NSID 0x1)", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: "Id Fmt Data Metadt Rel_Perf", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 512 0 2", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: " 1 - 512 8 2", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: " 2 - 512 16 2", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: " 3 - 4096 0 0", 2024-07-27T18:20:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: " 4 - 4096 8 0", 2024-07-27T18:20:20.195 INFO:tasks.workunit.client.0.smithi029.stdout: " 5 - 4096 64 0", 2024-07-27T18:20:20.195 INFO:tasks.workunit.client.0.smithi029.stdout: " 6 - 4096 128 0", 2024-07-27T18:20:20.195 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.195 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF SMART DATA SECTION ===", 2024-07-27T18:20:20.195 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART overall-health self-assessment test result: PASSED", 2024-07-27T18:20:20.196 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.196 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART/Health Information (NVMe Log 0x02)", 2024-07-27T18:20:20.196 INFO:tasks.workunit.client.0.smithi029.stdout: "Critical Warning: 0x00", 2024-07-27T18:20:20.196 INFO:tasks.workunit.client.0.smithi029.stdout: "Temperature: 25 Celsius", 2024-07-27T18:20:20.196 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare: 100%", 2024-07-27T18:20:20.196 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare Threshold: 10%", 2024-07-27T18:20:20.196 INFO:tasks.workunit.client.0.smithi029.stdout: "Percentage Used: 10%", 2024-07-27T18:20:20.196 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Read: 380,114,655 [194 TB]", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Written: 1,776,963,650 [909 TB]", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Read Commands: 6,396,034,878", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Write Commands: 32,640,120,639", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller Busy Time: 0", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "Power Cycles: 56,392", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "Power On Hours: 54,380", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "Unsafe Shutdowns: 93", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "Media and Data Integrity Errors: 0", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information Log Entries: 0", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information (NVMe Log 0x01, 16 of 64 entries)", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "No Errors Logged", 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "" 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.197 INFO:tasks.workunit.client.0.smithi029.stdout: "platform_info": "x86_64-linux-5.14.0-480.el9.x86_64", 2024-07-27T18:20:20.198 INFO:tasks.workunit.client.0.smithi029.stdout: "svn_revision": "5155", 2024-07-27T18:20:20.198 INFO:tasks.workunit.client.0.smithi029.stdout: "version": [ 2024-07-27T18:20:20.198 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:20.198 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:20.198 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:20.198 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.198 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": { 2024-07-27T18:20:20.198 INFO:tasks.workunit.client.0.smithi029.stdout: "current": 25 2024-07-27T18:20:20.198 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.198 INFO:tasks.workunit.client.0.smithi029.stdout: "user_capacity": { 2024-07-27T18:20:20.198 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:20.202 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:20.202 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.202 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.202 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.202 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.202 INFO:tasks.workunit.client.0.smithi029.stdout:} 2024-07-27T18:20:20.203 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry preview-all 2024-07-27T18:20:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:20 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:20 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:20 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:20 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:20 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:20 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:20 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:20 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:20 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:20.708 INFO:tasks.workunit.client.0.smithi029.stdout:{ 2024-07-27T18:20:20.708 INFO:tasks.workunit.client.0.smithi029.stdout: "device_report": { 2024-07-27T18:20:20.708 INFO:tasks.workunit.client.0.smithi029.stdout: "e1af4a70-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:20.708 INFO:tasks.workunit.client.0.smithi029.stdout: "INTEL_SSDPED1D480GA_e1afe0ac-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:20.708 INFO:tasks.workunit.client.0.smithi029.stdout: "20240727-181422": { 2024-07-27T18:20:20.709 INFO:tasks.workunit.client.0.smithi029.stdout: "device": { 2024-07-27T18:20:20.709 INFO:tasks.workunit.client.0.smithi029.stdout: "info_name": "/dev/nvme0n1", 2024-07-27T18:20:20.709 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "/dev/nvme0n1", 2024-07-27T18:20:20.709 INFO:tasks.workunit.client.0.smithi029.stdout: "protocol": "NVMe", 2024-07-27T18:20:20.709 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "nvme" 2024-07-27T18:20:20.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.709 INFO:tasks.workunit.client.0.smithi029.stdout: "firmware_version": "E2010325", 2024-07-27T18:20:20.709 INFO:tasks.workunit.client.0.smithi029.stdout: "host_id": "e1af4a70-4c44-11ef-832a-0cc47abd125a", 2024-07-27T18:20:20.710 INFO:tasks.workunit.client.0.smithi029.stdout: "json_format_version": [ 2024-07-27T18:20:20.710 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:20.710 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:20.710 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.710 INFO:tasks.workunit.client.0.smithi029.stdout: "local_time": { 2024-07-27T18:20:20.710 INFO:tasks.workunit.client.0.smithi029.stdout: "asctime": "Sat Jul 27 18:14:22 2024 UTC", 2024-07-27T18:20:20.710 INFO:tasks.workunit.client.0.smithi029.stdout: "time_t": 1722104062 2024-07-27T18:20:20.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.711 INFO:tasks.workunit.client.0.smithi029.stdout: "logical_block_size": 512, 2024-07-27T18:20:20.711 INFO:tasks.workunit.client.0.smithi029.stdout: "model_name": "INTEL SSDPED1D480GA", 2024-07-27T18:20:20.711 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_controller_id": 0, 2024-07-27T18:20:20.711 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_ieee_oui_identifier": 6083300, 2024-07-27T18:20:20.711 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_namespaces": [ 2024-07-27T18:20:20.711 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:20.712 INFO:tasks.workunit.client.0.smithi029.stdout: "capacity": { 2024-07-27T18:20:20.712 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:20.712 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:20.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.712 INFO:tasks.workunit.client.0.smithi029.stdout: "formatted_lba_size": 512, 2024-07-27T18:20:20.712 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 1, 2024-07-27T18:20:20.713 INFO:tasks.workunit.client.0.smithi029.stdout: "size": { 2024-07-27T18:20:20.713 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:20.713 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:20.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.713 INFO:tasks.workunit.client.0.smithi029.stdout: "utilization": { 2024-07-27T18:20:20.713 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:20.714 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:20.714 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.714 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.714 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.714 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_number_of_namespaces": 1, 2024-07-27T18:20:20.714 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_pci_vendor": { 2024-07-27T18:20:20.714 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 32902, 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: "subsystem_id": 32902 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_add_log": { 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: "Device stats": { 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_fw_downgrades": { 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: "crc_error_count": { 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.715 INFO:tasks.workunit.client.0.smithi029.stdout: "end_to_end_error_detection_count": { 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: "erase_fail_count": { 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: "host_bytes_written": { 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 13760057 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: "host_ctx_wear_used": { 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.716 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: "media_bytes_read": { 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: "nand_bytes_written": { 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_stat_indicator": { 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.718 INFO:tasks.workunit.client.0.smithi029.stdout: "pll_lock_loss_count": { 2024-07-27T18:20:20.718 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.718 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.718 INFO:tasks.workunit.client.0.smithi029.stdout: "program_fail_count": { 2024-07-27T18:20:20.718 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.718 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.718 INFO:tasks.workunit.client.0.smithi029.stdout: "re_alloc_sectr_cnt": { 2024-07-27T18:20:20.718 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.718 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: "retry_buffer_overflow_count": { 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: "soft_ecc_err_rate": { 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: "thermal_throttle_status": { 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: "cnt": 0, 2024-07-27T18:20:20.719 INFO:tasks.workunit.client.0.smithi029.stdout: "pct": 0 2024-07-27T18:20:20.720 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.720 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_host_reads": { 2024-07-27T18:20:20.720 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.720 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 13 2024-07-27T18:20:20.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.721 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_media_wear": { 2024-07-27T18:20:20.721 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.721 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": "0.029297" 2024-07-27T18:20:20.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.721 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_timer": { 2024-07-27T18:20:20.721 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.721 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 1471280 2024-07-27T18:20:20.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.721 INFO:tasks.workunit.client.0.smithi029.stdout: "unexp_power_loss": { 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: "wear_leveling": { 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: "avg": 0, 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: "max": 0, 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.722 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel Smart log": "nvme0n1" 2024-07-27T18:20:20.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.723 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_log": { 2024-07-27T18:20:20.723 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare": 100, 2024-07-27T18:20:20.723 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare_threshold": 0, 2024-07-27T18:20:20.723 INFO:tasks.workunit.client.0.smithi029.stdout: "controller_busy_time": 5219, 2024-07-27T18:20:20.723 INFO:tasks.workunit.client.0.smithi029.stdout: "critical_warning": 0, 2024-07-27T18:20:20.723 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_read": 179497174, 2024-07-27T18:20:20.723 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_written": 901779129, 2024-07-27T18:20:20.723 INFO:tasks.workunit.client.0.smithi029.stdout: "host_reads": 2965535138, 2024-07-27T18:20:20.723 INFO:tasks.workunit.client.0.smithi029.stdout: "host_writes": 18963724283, 2024-07-27T18:20:20.723 INFO:tasks.workunit.client.0.smithi029.stdout: "media_errors": 0, 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_err_log_entries": 0, 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "percentage_used": 0, 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycles": 38402, 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_hours": 41191, 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": 35, 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "unsafe_shutdowns": 9492 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_vendor": "intel", 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_version": { 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "string": "<1.2", 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycle_count": 38402, 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_time": { 2024-07-27T18:20:20.724 INFO:tasks.workunit.client.0.smithi029.stdout: "hours": 41191 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: "serial_number": "deleted", 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: "smart_status": { 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme": { 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: "passed": true 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl": { 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: "argv": [ 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl", 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: "-x", 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: "--json=o", 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: "/dev/nvme0n1" 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.725 INFO:tasks.workunit.client.0.smithi029.stdout: "build_info": "(local build)", 2024-07-27T18:20:20.726 INFO:tasks.workunit.client.0.smithi029.stdout: "exit_status": 0, 2024-07-27T18:20:20.726 INFO:tasks.workunit.client.0.smithi029.stdout: "output": [ 2024-07-27T18:20:20.726 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-480.el9.x86_64] (local build)", 2024-07-27T18:20:20.726 INFO:tasks.workunit.client.0.smithi029.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2024-07-27T18:20:20.726 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.726 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF INFORMATION SECTION ===", 2024-07-27T18:20:20.726 INFO:tasks.workunit.client.0.smithi029.stdout: "Model Number: INTEL SSDPED1D480GA", 2024-07-27T18:20:20.726 INFO:tasks.workunit.client.0.smithi029.stdout: "Serial Number: deleted", 2024-07-27T18:20:20.726 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Version: E2010325", 2024-07-27T18:20:20.726 INFO:tasks.workunit.client.0.smithi029.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2024-07-27T18:20:20.726 INFO:tasks.workunit.client.0.smithi029.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2024-07-27T18:20:20.726 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller ID: 0", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "NVMe Version: <1.2", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "Number of Namespaces: 1", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Size/Capacity: 480,103,981,056 [480 GB]", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Formatted LBA Size: 512", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "Local Time is: Sat Jul 27 18:14:22 2024 UTC", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Updates (0x02): 1 Slot", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional Admin Commands (0x0007): Security Format Frmw_DL", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "Log Page Attributes (0x02): Cmd_Eff_Lg", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "Maximum Data Transfer Size: 32 Pages", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported Power States", 2024-07-27T18:20:20.727 INFO:tasks.workunit.client.0.smithi029.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 18.00W - - 0 0 0 0 0 0", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported LBA Sizes (NSID 0x1)", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "Id Fmt Data Metadt Rel_Perf", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 512 0 2", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF SMART DATA SECTION ===", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART overall-health self-assessment test result: PASSED", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART/Health Information (NVMe Log 0x02)", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "Critical Warning: 0x00", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "Temperature: 35 Celsius", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare: 100%", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare Threshold: 0%", 2024-07-27T18:20:20.728 INFO:tasks.workunit.client.0.smithi029.stdout: "Percentage Used: 0%", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Read: 179,497,174 [91.9 TB]", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Written: 901,779,129 [461 TB]", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Read Commands: 2,965,535,138", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Write Commands: 18,963,724,283", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller Busy Time: 5,219", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "Power Cycles: 38,402", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "Power On Hours: 41,191", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "Unsafe Shutdowns: 9,492", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "Media and Data Integrity Errors: 0", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information Log Entries: 0", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information (NVMe Log 0x01, 16 of 64 entries)", 2024-07-27T18:20:20.729 INFO:tasks.workunit.client.0.smithi029.stdout: "No Errors Logged", 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: "" 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: "platform_info": "x86_64-linux-5.14.0-480.el9.x86_64", 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: "svn_revision": "5155", 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: "version": [ 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": { 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: "current": 35 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.730 INFO:tasks.workunit.client.0.smithi029.stdout: "user_capacity": { 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: "e1b1264c-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: "INTEL_SSDPEDMD400G4_e1b1ac20-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: "20240727-181426": { 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: "device": { 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: "info_name": "/dev/nvme0n1", 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "/dev/nvme0n1", 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: "protocol": "NVMe", 2024-07-27T18:20:20.731 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "nvme" 2024-07-27T18:20:20.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.732 INFO:tasks.workunit.client.0.smithi029.stdout: "firmware_version": "8DV101H0", 2024-07-27T18:20:20.732 INFO:tasks.workunit.client.0.smithi029.stdout: "host_id": "e1b1264c-4c44-11ef-832a-0cc47abd125a", 2024-07-27T18:20:20.732 INFO:tasks.workunit.client.0.smithi029.stdout: "json_format_version": [ 2024-07-27T18:20:20.732 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:20.732 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:20.732 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.732 INFO:tasks.workunit.client.0.smithi029.stdout: "local_time": { 2024-07-27T18:20:20.732 INFO:tasks.workunit.client.0.smithi029.stdout: "asctime": "Sat Jul 27 18:14:25 2024 UTC", 2024-07-27T18:20:20.732 INFO:tasks.workunit.client.0.smithi029.stdout: "time_t": 1722104065 2024-07-27T18:20:20.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.732 INFO:tasks.workunit.client.0.smithi029.stdout: "logical_block_size": 512, 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: "model_name": "INTEL SSDPEDMD400G4", 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_controller_id": 0, 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_ieee_oui_identifier": 6083300, 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_namespaces": [ 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: "capacity": { 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: "formatted_lba_size": 512, 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 1, 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: "size": { 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:20.733 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:20.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.734 INFO:tasks.workunit.client.0.smithi029.stdout: "utilization": { 2024-07-27T18:20:20.734 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:20.734 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:20.734 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.734 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.734 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.734 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_number_of_namespaces": 1, 2024-07-27T18:20:20.734 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_pci_vendor": { 2024-07-27T18:20:20.734 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 32902, 2024-07-27T18:20:20.734 INFO:tasks.workunit.client.0.smithi029.stdout: "subsystem_id": 32902 2024-07-27T18:20:20.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_add_log": { 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: "Device stats": { 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_fw_downgrades": { 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: "crc_error_count": { 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: "end_to_end_error_detection_count": { 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: "erase_fail_count": { 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: "host_bytes_written": { 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 27114313 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: "host_ctx_wear_used": { 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 1 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: "media_bytes_read": { 2024-07-27T18:20:20.736 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: "nand_bytes_written": { 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 47912582 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_stat_indicator": { 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: "pll_lock_loss_count": { 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.738 INFO:tasks.workunit.client.0.smithi029.stdout: "program_fail_count": { 2024-07-27T18:20:20.738 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.738 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.738 INFO:tasks.workunit.client.0.smithi029.stdout: "re_alloc_sectr_cnt": { 2024-07-27T18:20:20.738 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.738 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.738 INFO:tasks.workunit.client.0.smithi029.stdout: "retry_buffer_overflow_count": { 2024-07-27T18:20:20.738 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.738 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: "soft_ecc_err_rate": { 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: "thermal_throttle_status": { 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: "cnt": 0, 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: "pct": 0 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_host_reads": { 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.739 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 65535 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_media_wear": { 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": "63.999023" 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_timer": { 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 65535 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: "unexp_power_loss": { 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:20.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: "wear_leveling": { 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 90, 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: "avg": 3283, 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: "max": 3299, 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 3265 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel Smart log": "nvme0n1" 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_log": { 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare": 100, 2024-07-27T18:20:20.741 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare_threshold": 10, 2024-07-27T18:20:20.742 INFO:tasks.workunit.client.0.smithi029.stdout: "controller_busy_time": 0, 2024-07-27T18:20:20.742 INFO:tasks.workunit.client.0.smithi029.stdout: "critical_warning": 0, 2024-07-27T18:20:20.742 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_read": 380114655, 2024-07-27T18:20:20.742 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_written": 1776963650, 2024-07-27T18:20:20.742 INFO:tasks.workunit.client.0.smithi029.stdout: "host_reads": 6396034878, 2024-07-27T18:20:20.742 INFO:tasks.workunit.client.0.smithi029.stdout: "host_writes": 32640120639, 2024-07-27T18:20:20.742 INFO:tasks.workunit.client.0.smithi029.stdout: "media_errors": 0, 2024-07-27T18:20:20.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_err_log_entries": 0, 2024-07-27T18:20:20.742 INFO:tasks.workunit.client.0.smithi029.stdout: "percentage_used": 10, 2024-07-27T18:20:20.742 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycles": 56392, 2024-07-27T18:20:20.742 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_hours": 54380, 2024-07-27T18:20:20.742 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": 25, 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: "unsafe_shutdowns": 93 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_vendor": "intel", 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_version": { 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: "string": "<1.2", 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycle_count": 56392, 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_time": { 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: "hours": 54380 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: "serial_number": "deleted", 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: "smart_status": { 2024-07-27T18:20:20.743 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme": { 2024-07-27T18:20:20.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:20.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.744 INFO:tasks.workunit.client.0.smithi029.stdout: "passed": true 2024-07-27T18:20:20.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.744 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl": { 2024-07-27T18:20:20.744 INFO:tasks.workunit.client.0.smithi029.stdout: "argv": [ 2024-07-27T18:20:20.744 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl", 2024-07-27T18:20:20.744 INFO:tasks.workunit.client.0.smithi029.stdout: "-x", 2024-07-27T18:20:20.744 INFO:tasks.workunit.client.0.smithi029.stdout: "--json=o", 2024-07-27T18:20:20.744 INFO:tasks.workunit.client.0.smithi029.stdout: "/dev/nvme0n1" 2024-07-27T18:20:20.744 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.745 INFO:tasks.workunit.client.0.smithi029.stdout: "build_info": "(local build)", 2024-07-27T18:20:20.745 INFO:tasks.workunit.client.0.smithi029.stdout: "exit_status": 0, 2024-07-27T18:20:20.745 INFO:tasks.workunit.client.0.smithi029.stdout: "output": [ 2024-07-27T18:20:20.745 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-480.el9.x86_64] (local build)", 2024-07-27T18:20:20.745 INFO:tasks.workunit.client.0.smithi029.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2024-07-27T18:20:20.745 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.745 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF INFORMATION SECTION ===", 2024-07-27T18:20:20.745 INFO:tasks.workunit.client.0.smithi029.stdout: "Model Number: INTEL SSDPEDMD400G4", 2024-07-27T18:20:20.745 INFO:tasks.workunit.client.0.smithi029.stdout: "Serial Number: deleted", 2024-07-27T18:20:20.745 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Version: 8DV101H0", 2024-07-27T18:20:20.745 INFO:tasks.workunit.client.0.smithi029.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2024-07-27T18:20:20.745 INFO:tasks.workunit.client.0.smithi029.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller ID: 0", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "NVMe Version: <1.2", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "Number of Namespaces: 1", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Formatted LBA Size: 512", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "Local Time is: Sat Jul 27 18:14:25 2024 UTC", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Updates (0x02): 1 Slot", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "Log Page Attributes (0x02): Cmd_Eff_Lg", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "Maximum Data Transfer Size: 32 Pages", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.746 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported Power States", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported LBA Sizes (NSID 0x1)", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: "Id Fmt Data Metadt Rel_Perf", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 512 0 2", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: " 1 - 512 8 2", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: " 2 - 512 16 2", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: " 3 - 4096 0 0", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: " 4 - 4096 8 0", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: " 5 - 4096 64 0", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: " 6 - 4096 128 0", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF SMART DATA SECTION ===", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART overall-health self-assessment test result: PASSED", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART/Health Information (NVMe Log 0x02)", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "Critical Warning: 0x00", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "Temperature: 25 Celsius", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare: 100%", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare Threshold: 10%", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "Percentage Used: 10%", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Read: 380,114,655 [194 TB]", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Written: 1,776,963,650 [909 TB]", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Read Commands: 6,396,034,878", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Write Commands: 32,640,120,639", 2024-07-27T18:20:20.748 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller Busy Time: 0", 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: "Power Cycles: 56,392", 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: "Power On Hours: 54,380", 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: "Unsafe Shutdowns: 93", 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: "Media and Data Integrity Errors: 0", 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information Log Entries: 0", 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information (NVMe Log 0x01, 16 of 64 entries)", 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: "No Errors Logged", 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: "" 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: "platform_info": "x86_64-linux-5.14.0-480.el9.x86_64", 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: "svn_revision": "5155", 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: "version": [ 2024-07-27T18:20:20.749 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": { 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: "current": 25 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: "user_capacity": { 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.750 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: "report": { 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: "balancer": { 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: "active": true, 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: "mode": "" 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: "channels": [ 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: "basic", 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: "crash", 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: "device", 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: "ident" 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: "channels_available": [ 2024-07-27T18:20:20.751 INFO:tasks.workunit.client.0.smithi029.stdout: "basic", 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: "ident", 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: "crash", 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: "device", 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: "perf" 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: "collections_available": [ 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_base", 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: "device_base", 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: "crash_base", 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: "ident_base", 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_perf", 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_mds_metadata", 2024-07-27T18:20:20.752 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_usage", 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_usage_by_class", 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_rook_v01", 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_memory_metrics", 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_options_bluestore" 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "collections_opted_in": [ 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_base", 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "device_base", 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "crash_base", 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "ident_base", 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_perf", 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_mds_metadata", 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_usage", 2024-07-27T18:20:20.753 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_usage_by_class", 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_rook_v01", 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_memory_metrics", 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_options_bluestore" 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: "config": { 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: "active_changed": [ 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_allow_insecure_global_id_reclaim", 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_debug", 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_mon_ticket_ttl", 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_service_ticket_ttl", 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: "bdev_debug_aio", 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: "client_check_pool_perm", 2024-07-27T18:20:20.754 INFO:tasks.workunit.client.0.smithi029.stdout: "client_mount_gid", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "client_mount_uid", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "client_quota", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "container_image", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "daemonize", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_asserts_on_shutdown", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mgr", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mon", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_ms", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_osd", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_paxos", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "keyring", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_block_size", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_cache_size", 2024-07-27T18:20:20.755 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_compression", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_log", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_write_buffer_size", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_file", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_journald", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_stderr", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_allow_pool_delete", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_clock_drift_allowed", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_file_level", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_file", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_journald", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_stderr", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_data_avail_warn", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_election_default_strategy", 2024-07-27T18:20:20.756 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_host", 2024-07-27T18:20:20.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_max_pg_per_osd", 2024-07-27T18:20:20.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mgr_mkfs_grace", 2024-07-27T18:20:20.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_prime_pg_temp", 2024-07-27T18:20:20.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_reporter_subtree_level", 2024-07-27T18:20:20.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_pg_warn_max_object_skew", 2024-07-27T18:20:20.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_bytes_per_osd", 2024-07-27T18:20:20.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_pgs_per_osd", 2024-07-27T18:20:20.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-07-27T18:20:20.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-07-27T18:20:20.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-07-27T18:20:20.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_legacy_crush_tunables", 2024-07-27T18:20:20.758 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-07-27T18:20:20.758 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-07-27T18:20:20.758 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_too_few_osds", 2024-07-27T18:20:20.758 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_bug", 2024-07-27T18:20:20.758 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_old_message", 2024-07-27T18:20:20.758 INFO:tasks.workunit.client.0.smithi029.stdout: "no_config_file", 2024-07-27T18:20:20.758 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_default_list", 2024-07-27T18:20:20.758 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_load_list", 2024-07-27T18:20:20.758 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_crush_chooseleaf_type", 2024-07-27T18:20:20.758 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_misdirected_ops", 2024-07-27T18:20:20.758 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_op_order", 2024-07-27T18:20:20.758 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_pg_log_writeout", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_shutdown", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_cached_snaps", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_missing_on_start", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_stray_on_activate", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_deep_scrub_update_digest_min_age", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_hdd", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_hybrid", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_ssd", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_max_backfills", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_max_capacity_iops_ssd", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_profile", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2024-07-27T18:20:20.759 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_res", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_lim", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_res", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_lim", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_res", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_wgt", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target_autotune", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue_cut_off", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pg_delete_cost", 2024-07-27T18:20:20.760 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_erasure_code_profile", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_pg_autoscale_mode", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recover_clone_overlap", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active_hdd", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active_ssd", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_chunk", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_hdd", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_hybrid", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_ssd", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_load_threshold", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_max_interval", 2024-07-27T18:20:20.761 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_sleep", 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_shutdown_pgref_assert", 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep", 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_hdd", 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_hybrid", 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_ssd", 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "public_addr", 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "public_addrv", 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "public_network", 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_default_features", 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_qos_exclude_ops", 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "setgroup", 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "setuser" 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.762 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster_changed": [ 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_allow_insecure_global_id_reclaim", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_debug", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_mon_ticket_ttl", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_service_ticket_ttl", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "bdev_debug_aio", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "container_image", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_asserts_on_shutdown", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mgr", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mon", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_ms", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_osd", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_paxos", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_file", 2024-07-27T18:20:20.763 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_journald", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_stderr", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_join_fs", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/allow_ptrace", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/container_init", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/migration_current", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/use_repo_digest", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/GRAFANA_API_URL", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/ssl_server_port", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/orchestrator/orchestrator", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/channel_ident", 2024-07-27T18:20:20.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/description", 2024-07-27T18:20:20.765 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/organization", 2024-07-27T18:20:20.765 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_allow_pool_delete", 2024-07-27T18:20:20.765 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_clock_drift_allowed", 2024-07-27T18:20:20.765 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_file_level", 2024-07-27T18:20:20.765 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_file", 2024-07-27T18:20:20.765 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_data_avail_warn", 2024-07-27T18:20:20.765 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_election_default_strategy", 2024-07-27T18:20:20.765 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_max_pg_per_osd", 2024-07-27T18:20:20.766 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mgr_mkfs_grace", 2024-07-27T18:20:20.766 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_prime_pg_temp", 2024-07-27T18:20:20.766 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_reporter_subtree_level", 2024-07-27T18:20:20.766 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_pg_warn_max_object_skew", 2024-07-27T18:20:20.766 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_bytes_per_osd", 2024-07-27T18:20:20.766 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_pgs_per_osd", 2024-07-27T18:20:20.766 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-07-27T18:20:20.766 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-07-27T18:20:20.766 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-07-27T18:20:20.766 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_legacy_crush_tunables", 2024-07-27T18:20:20.766 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_too_few_osds", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_bug", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_old_message", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_default_list", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_load_list", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_misdirected_ops", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_op_order", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_pg_log_writeout", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_shutdown", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_cached_snaps", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_missing_on_start", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_stray_on_activate", 2024-07-27T18:20:20.767 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_deep_scrub_update_digest_min_age", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_max_capacity_iops_ssd", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_profile", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target_autotune", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue_cut_off", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_erasure_code_profile", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_pg_autoscale_mode", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recover_clone_overlap", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_chunk", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_load_threshold", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_max_interval", 2024-07-27T18:20:20.768 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_shutdown_pgref_assert", 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: "public_network", 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_cache_enabled", 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_enable_ops_log", 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_enable_usage_log" 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: "contact": null, 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: "crashes": [], 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: "created": "2024-07-27T18:11:01.801618Z", 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: "crush": { 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_algs": { 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: "straw2": 3 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.769 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_sizes": { 2024-07-27T18:20:20.770 INFO:tasks.workunit.client.0.smithi029.stdout: "2": 1, 2024-07-27T18:20:20.770 INFO:tasks.workunit.client.0.smithi029.stdout: "4": 2 2024-07-27T18:20:20.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.770 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_types": { 2024-07-27T18:20:20.770 INFO:tasks.workunit.client.0.smithi029.stdout: "1": 2, 2024-07-27T18:20:20.770 INFO:tasks.workunit.client.0.smithi029.stdout: "11": 1 2024-07-27T18:20:20.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.770 INFO:tasks.workunit.client.0.smithi029.stdout: "compat_weight_set": false, 2024-07-27T18:20:20.770 INFO:tasks.workunit.client.0.smithi029.stdout: "device_classes": [ 2024-07-27T18:20:20.770 INFO:tasks.workunit.client.0.smithi029.stdout: 8 2024-07-27T18:20:20.770 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.770 INFO:tasks.workunit.client.0.smithi029.stdout: "num_buckets": 6, 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_devices": 8, 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_rules": 1, 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_types": 12, 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_weight_sets": 0, 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "tunables": { 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "allowed_bucket_algs": 54, 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_local_fallback_tries": 0, 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_local_tries": 0, 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_total_tries": 50, 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_descend_once": 1, 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_stable": 1, 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_vary_r": 1, 2024-07-27T18:20:20.771 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v2_rules": 0, 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v3_rules": 0, 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v4_buckets": 1, 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v5_rules": 0, 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: "legacy_tunables": 0, 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: "minimum_required_version": "jewel", 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: "optimal_tunables": 1, 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: "profile": "jewel", 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables": 1, 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables2": 1, 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables3": 1, 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables5": 1, 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: "straw_calc_version": 1 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: "description": "upgrade test cluster", 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: "fs": { 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: "feature_flags": { 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: "enable_multiple": true, 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: "ever_enabled_multiple": true 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: "filesystems": [ 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: "approx_ctime": "2024-07", 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: "balancer_enabled": false, 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:20.773 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_caps": 0, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_dns": 10, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_inos": 13, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_subtrees": 2, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "ever_allowed_features": 0, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "explicitly_allowed_features": 0, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "files": 0, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "max_mds": 1, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_data_pools": 1, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_in": 1, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_mds": 1, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": 0, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_standby_replay": 0, 2024-07-27T18:20:20.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_up": 1, 2024-07-27T18:20:20.775 INFO:tasks.workunit.client.0.smithi029.stdout: "snaps": 0, 2024-07-27T18:20:20.775 INFO:tasks.workunit.client.0.smithi029.stdout: "standby_count_wanted": 0 2024-07-27T18:20:20.775 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.775 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_standby_mds": 1, 2024-07-27T18:20:20.775 INFO:tasks.workunit.client.0.smithi029.stdout: "total_num_mds": 2 2024-07-27T18:20:20.775 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.775 INFO:tasks.workunit.client.0.smithi029.stdout: "hosts": { 2024-07-27T18:20:20.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num": 2, 2024-07-27T18:20:20.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mds": 2, 2024-07-27T18:20:20.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mgr": 2, 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mon": 2, 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_osd": 2 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: "leaderboard": false, 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: "leaderboard_description": null, 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: "license": "sharing-1-0", 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: "metadata": { 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 2 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:20:20.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.777 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T18:20:20.777 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 1, 2024-07-27T18:20:20.777 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2024-07-27T18:20:20.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.777 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T18:20:20.777 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 2 2024-07-27T18:20:20.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.777 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T18:20:20.777 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 2 2024-07-27T18:20:20.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.777 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T18:20:20.777 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 2 2024-07-27T18:20:20.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.778 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T18:20:20.778 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 2 2024-07-27T18:20:20.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.778 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T18:20:20.778 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 2 2024-07-27T18:20:20.778 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.778 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:20.778 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T18:20:20.778 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 3 2024-07-27T18:20:20.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 3 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 2, 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 3 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 3 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.779 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 3 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 3 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 3 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 8 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T18:20:20.780 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 4, 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 4 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 8 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 8 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 8 2024-07-27T18:20:20.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.782 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T18:20:20.782 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 8 2024-07-27T18:20:20.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.782 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T18:20:20.782 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 8 2024-07-27T18:20:20.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.782 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_objectstore": { 2024-07-27T18:20:20.782 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": 8 2024-07-27T18:20:20.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.782 INFO:tasks.workunit.client.0.smithi029.stdout: "rotational": { 2024-07-27T18:20:20.782 INFO:tasks.workunit.client.0.smithi029.stdout: "0": 8 2024-07-27T18:20:20.782 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.783 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.783 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:20.783 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:20.783 INFO:tasks.workunit.client.0.smithi029.stdout: "features": { 2024-07-27T18:20:20.783 INFO:tasks.workunit.client.0.smithi029.stdout: "optional": [], 2024-07-27T18:20:20.783 INFO:tasks.workunit.client.0.smithi029.stdout: "persistent": [ 2024-07-27T18:20:20.783 INFO:tasks.workunit.client.0.smithi029.stdout: "kraken", 2024-07-27T18:20:20.783 INFO:tasks.workunit.client.0.smithi029.stdout: "luminous", 2024-07-27T18:20:20.783 INFO:tasks.workunit.client.0.smithi029.stdout: "mimic", 2024-07-27T18:20:20.783 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap-prune", 2024-07-27T18:20:20.783 INFO:tasks.workunit.client.0.smithi029.stdout: "nautilus", 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: "octopus", 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: "pacific", 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: "elector-pinging", 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: "quincy", 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: "reef" 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: "ipv4_addr_mons": 6, 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: "ipv6_addr_mons": 0, 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: "min_mon_release": 18, 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: "v1_addr_mons": 3, 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: "v2_addr_mons": 3 2024-07-27T18:20:20.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: "organization": "ceph-qa", 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster_network": false, 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8, 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: "require_min_compat_client": "luminous", 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: "require_osd_release": "reef" 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: "pools": [ 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr" 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.785 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:20.786 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:20.786 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:20.786 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:20.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:20.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 1, 2024-07-27T18:20:20.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 1, 2024-07-27T18:20:20.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 1, 2024-07-27T18:20:20.786 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:20.786 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:20.786 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:20.786 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 1781760, 2024-07-27T18:20:20.786 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 1781760, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 2, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 2.4431008114333963e-06, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 212, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 313344, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 590368, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 590368, 2024-07-27T18:20:20.787 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:20.788 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 1771104, 2024-07-27T18:20:20.788 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 179, 2024-07-27T18:20:20.788 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 2473984 2024-07-27T18:20:20.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.788 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:20.788 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:20.788 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:20.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.788 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:20.788 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:20.788 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T18:20:20.788 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 32, 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 32, 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 2, 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 98304, 2024-07-27T18:20:20.789 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:20.790 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:20.790 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 98304, 2024-07-27T18:20:20.790 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:20.790 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:20.790 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 22, 2024-07-27T18:20:20.790 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:20.790 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 1.3479208860189829e-07, 2024-07-27T18:20:20.790 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:20.790 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:20.790 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T18:20:20.790 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T18:20:20.790 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 3430, 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 3430, 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 10290, 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 51, 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 20480 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:20.791 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 64, 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 64, 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 3, 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 0, 2024-07-27T18:20:20.792 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 0.0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 0, 2024-07-27T18:20:20.793 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 0, 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 0, 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 0 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd" 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.794 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 8, 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 8, 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 4, 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 12288, 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:20.795 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 12288, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 2, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 1.6849011075237286e-08, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 19, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 19, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:20.796 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 57, 2024-07-27T18:20:20.797 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 2, 2024-07-27T18:20:20.797 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 2048 2024-07-27T18:20:20.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.797 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:20.797 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:20.797 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:20.797 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.797 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.797 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd": { 2024-07-27T18:20:20.797 INFO:tasks.workunit.client.0.smithi029.stdout: "mirroring_by_pool": [ 2024-07-27T18:20:20.797 INFO:tasks.workunit.client.0.smithi029.stdout: false 2024-07-27T18:20:20.797 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_images_by_pool": [ 2024-07-27T18:20:20.798 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:20.798 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:20.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pools": 1 2024-07-27T18:20:20.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.798 INFO:tasks.workunit.client.0.smithi029.stdout: "report_id": "4a2899af-8da4-4fc0-8c5a-a5b00bb0ec74", 2024-07-27T18:20:20.798 INFO:tasks.workunit.client.0.smithi029.stdout: "report_timestamp": "2024-07-27T18:20:20.689076", 2024-07-27T18:20:20.798 INFO:tasks.workunit.client.0.smithi029.stdout: "report_version": 1, 2024-07-27T18:20:20.798 INFO:tasks.workunit.client.0.smithi029.stdout: "rook": { 2024-07-27T18:20:20.798 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster": { 2024-07-27T18:20:20.798 INFO:tasks.workunit.client.0.smithi029.stdout: "external-mode": null, 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: "allow-multiple-per-node": null, 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: "count": null, 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: "max-id": null, 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: "pvc": { 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: "enabled": null 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: "stretch": { 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: "enabled": null 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: "network": { 2024-07-27T18:20:20.799 INFO:tasks.workunit.client.0.smithi029.stdout: "provider": null 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: "storage": { 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: "device-set": { 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: "non-portable": null, 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: "portable": null, 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: "total": null 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: "csi": { 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T18:20:20.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.801 INFO:tasks.workunit.client.0.smithi029.stdout: "kubernetes": { 2024-07-27T18:20:20.801 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T18:20:20.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.801 INFO:tasks.workunit.client.0.smithi029.stdout: "node": { 2024-07-27T18:20:20.801 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T18:20:20.801 INFO:tasks.workunit.client.0.smithi029.stdout: "kubernetes-total": null, 2024-07-27T18:20:20.801 INFO:tasks.workunit.client.0.smithi029.stdout: "with-ceph-daemons": null, 2024-07-27T18:20:20.801 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-cephfs-plugin": null, 2024-07-27T18:20:20.801 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-nfs-plugin": null, 2024-07-27T18:20:20.801 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-rbd-plugin": null 2024-07-27T18:20:20.801 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.802 INFO:tasks.workunit.client.0.smithi029.stdout: "usage": { 2024-07-27T18:20:20.802 INFO:tasks.workunit.client.0.smithi029.stdout: "storage-class": { 2024-07-27T18:20:20.802 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T18:20:20.802 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket": null, 2024-07-27T18:20:20.802 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs": null, 2024-07-27T18:20:20.803 INFO:tasks.workunit.client.0.smithi029.stdout: "nfs": null, 2024-07-27T18:20:20.803 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd": null, 2024-07-27T18:20:20.803 INFO:tasks.workunit.client.0.smithi029.stdout: "total": null 2024-07-27T18:20:20.803 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.803 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.804 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T18:20:20.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.804 INFO:tasks.workunit.client.0.smithi029.stdout: "services": {}, 2024-07-27T18:20:20.804 INFO:tasks.workunit.client.0.smithi029.stdout: "usage": { 2024-07-27T18:20:20.804 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 105, 2024-07-27T18:20:20.804 INFO:tasks.workunit.client.0.smithi029.stdout: "pools": 4, 2024-07-27T18:20:20.804 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_by_class": { 2024-07-27T18:20:20.805 INFO:tasks.workunit.client.0.smithi029.stdout: "ssd": { 2024-07-27T18:20:20.805 INFO:tasks.workunit.client.0.smithi029.stdout: "total_avail_bytes": 767726485504, 2024-07-27T18:20:20.805 INFO:tasks.workunit.client.0.smithi029.stdout: "total_bytes": 767960285184, 2024-07-27T18:20:20.805 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_bytes": 233799680, 2024-07-27T18:20:20.805 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_raw_bytes": 233799680, 2024-07-27T18:20:20.805 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_raw_ratio": 0.0003044424229301512 2024-07-27T18:20:20.805 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:20.806 INFO:tasks.workunit.client.0.smithi029.stdout: "total_avail_bytes": 767726485504, 2024-07-27T18:20:20.806 INFO:tasks.workunit.client.0.smithi029.stdout: "total_bytes": 767960285184, 2024-07-27T18:20:20.806 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_bytes": 233799680 2024-07-27T18:20:20.806 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.806 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:20.806 INFO:tasks.workunit.client.0.smithi029.stdout:} 2024-07-27T18:20:20.807 INFO:tasks.workunit.client.0.smithi029.stderr:++ ceph telemetry collection ls 2024-07-27T18:20:21.227 INFO:tasks.workunit.client.0.smithi029.stderr:+ COLLECTIONS='New collections are available: 2024-07-27T18:20:21.227 INFO:tasks.workunit.client.0.smithi029.stderr:['\''basic_base'\'', '\''basic_mds_metadata'\'', '\''basic_pool_options_bluestore'\'', '\''basic_pool_usage'\'', '\''basic_rook_v01'\'', '\''basic_usage_by_class'\'', '\''crash_base'\'', '\''device_base'\'', '\''ident_base'\'', '\''perf_memory_metrics'\'', '\''perf_perf'\''] 2024-07-27T18:20:21.227 INFO:tasks.workunit.client.0.smithi029.stderr:Run `ceph telemetry on` to opt-in to these collections. 2024-07-27T18:20:21.227 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:21.227 INFO:tasks.workunit.client.0.smithi029.stderr:NAME STATUS DESC 2024-07-27T18:20:21.227 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T18:20:21.227 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2024-07-27T18:20:21.227 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2024-07-27T18:20:21.227 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2024-07-27T18:20:21.227 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2024-07-27T18:20:21.227 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2024-07-27T18:20:21.227 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster ' 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr:+ NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage" "basic_rook_v01" "perf_memory_metrics") 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr:+ [[ New collections are available: 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr:['basic_base', 'basic_mds_metadata', 'basic_pool_options_bluestore', 'basic_pool_usage', 'basic_rook_v01', 'basic_usage_by_class', 'crash_base', 'device_base', 'ident_base', 'perf_memory_metrics', 'perf_perf'] 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr:Run `ceph telemetry on` to opt-in to these collections. 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr:NAME STATUS DESC 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T18:20:21.228 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2024-07-27T18:20:21.229 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2024-07-27T18:20:21.229 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2024-07-27T18:20:21.229 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2024-07-27T18:20:21.229 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2024-07-27T18:20:21.229 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T18:20:21.229 INFO:tasks.workunit.client.0.smithi029.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2024-07-27T18:20:21.229 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2024-07-27T18:20:21.229 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2024-07-27T18:20:21.229 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *perf_perf* ]] 2024-07-27T18:20:21.230 INFO:tasks.workunit.client.0.smithi029.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2024-07-27T18:20:21.230 INFO:tasks.workunit.client.0.smithi029.stderr:+ [[ New collections are available: 2024-07-27T18:20:21.230 INFO:tasks.workunit.client.0.smithi029.stderr:['basic_base', 'basic_mds_metadata', 'basic_pool_options_bluestore', 'basic_pool_usage', 'basic_rook_v01', 'basic_usage_by_class', 'crash_base', 'device_base', 'ident_base', 'perf_memory_metrics', 'perf_perf'] 2024-07-27T18:20:21.230 INFO:tasks.workunit.client.0.smithi029.stderr:Run `ceph telemetry on` to opt-in to these collections. 2024-07-27T18:20:21.230 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:21.230 INFO:tasks.workunit.client.0.smithi029.stderr:NAME STATUS DESC 2024-07-27T18:20:21.230 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T18:20:21.230 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2024-07-27T18:20:21.230 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2024-07-27T18:20:21.230 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2024-07-27T18:20:21.231 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2024-07-27T18:20:21.231 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2024-07-27T18:20:21.231 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T18:20:21.231 INFO:tasks.workunit.client.0.smithi029.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2024-07-27T18:20:21.231 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2024-07-27T18:20:21.231 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2024-07-27T18:20:21.231 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *basic_mds_metadata* ]] 2024-07-27T18:20:21.231 INFO:tasks.workunit.client.0.smithi029.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2024-07-27T18:20:21.231 INFO:tasks.workunit.client.0.smithi029.stderr:+ [[ New collections are available: 2024-07-27T18:20:21.231 INFO:tasks.workunit.client.0.smithi029.stderr:['basic_base', 'basic_mds_metadata', 'basic_pool_options_bluestore', 'basic_pool_usage', 'basic_rook_v01', 'basic_usage_by_class', 'crash_base', 'device_base', 'ident_base', 'perf_memory_metrics', 'perf_perf'] 2024-07-27T18:20:21.231 INFO:tasks.workunit.client.0.smithi029.stderr:Run `ceph telemetry on` to opt-in to these collections. 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:NAME STATUS DESC 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *basic_pool_usage* ]] 2024-07-27T18:20:21.232 INFO:tasks.workunit.client.0.smithi029.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr:+ [[ New collections are available: 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr:['basic_base', 'basic_mds_metadata', 'basic_pool_options_bluestore', 'basic_pool_usage', 'basic_rook_v01', 'basic_usage_by_class', 'crash_base', 'device_base', 'ident_base', 'perf_memory_metrics', 'perf_perf'] 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr:Run `ceph telemetry on` to opt-in to these collections. 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr:NAME STATUS DESC 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T18:20:21.233 INFO:tasks.workunit.client.0.smithi029.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2024-07-27T18:20:21.234 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2024-07-27T18:20:21.234 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2024-07-27T18:20:21.234 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *basic_rook_v01* ]] 2024-07-27T18:20:21.234 INFO:tasks.workunit.client.0.smithi029.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2024-07-27T18:20:21.234 INFO:tasks.workunit.client.0.smithi029.stderr:+ [[ New collections are available: 2024-07-27T18:20:21.234 INFO:tasks.workunit.client.0.smithi029.stderr:['basic_base', 'basic_mds_metadata', 'basic_pool_options_bluestore', 'basic_pool_usage', 'basic_rook_v01', 'basic_usage_by_class', 'crash_base', 'device_base', 'ident_base', 'perf_memory_metrics', 'perf_perf'] 2024-07-27T18:20:21.234 INFO:tasks.workunit.client.0.smithi029.stderr:Run `ceph telemetry on` to opt-in to these collections. 2024-07-27T18:20:21.234 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T18:20:21.234 INFO:tasks.workunit.client.0.smithi029.stderr:NAME STATUS DESC 2024-07-27T18:20:21.234 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T18:20:21.234 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2024-07-27T18:20:21.234 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2024-07-27T18:20:21.235 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2024-07-27T18:20:21.235 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2024-07-27T18:20:21.235 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2024-07-27T18:20:21.235 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T18:20:21.235 INFO:tasks.workunit.client.0.smithi029.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2024-07-27T18:20:21.235 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2024-07-27T18:20:21.235 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2024-07-27T18:20:21.235 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *perf_memory_metrics* ]] 2024-07-27T18:20:21.235 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry on --license sharing-1-0 2024-07-27T18:20:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:21 smithi179 ceph-mon[33511]: pgmap v89: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:21 smithi179 ceph-mon[33511]: from='client.24698 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:21 smithi179 ceph-mon[33511]: from='client.24698 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:21 smithi179 ceph-mon[33511]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:21 smithi179 ceph-mon[33511]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:21 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:21 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:21 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:21 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[29364]: pgmap v89: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[29364]: from='client.24698 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[29364]: from='client.24698 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[29364]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[29364]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:21.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:21.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:21.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:21.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[40759]: pgmap v89: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:21.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[40759]: from='client.24698 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:21.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[40759]: from='client.24698 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:21.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[40759]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:21.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[40759]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:21.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:21.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:21.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:21.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:21.747 INFO:tasks.workunit.client.0.smithi029.stdout:Telemetry is on. 2024-07-27T18:20:21.748 INFO:tasks.workunit.client.0.smithi029.stdout:Some channels are disabled, please enable with: 2024-07-27T18:20:21.748 INFO:tasks.workunit.client.0.smithi029.stdout:`ceph telemetry enable channel perf` 2024-07-27T18:20:21.760 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry enable channel perf 2024-07-27T18:20:22.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:21] ENGINE Bus STOPPING 2024-07-27T18:20:22.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:21] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:20:22.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:21] ENGINE Bus STOPPED 2024-07-27T18:20:22.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:21] ENGINE Bus STARTING 2024-07-27T18:20:22.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:21] ENGINE Serving on http://:::9283 2024-07-27T18:20:22.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:21] ENGINE Bus STARTED 2024-07-27T18:20:22.288 INFO:tasks.workunit.client.0.smithi029.stdout:channel_perf is enabled 2024-07-27T18:20:22.299 INFO:tasks.workunit.client.0.smithi029.stderr:++ ceph config get mgr mgr/telemetry/last_opt_revision 2024-07-27T18:20:22.384 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:22] ENGINE Bus STOPPING 2024-07-27T18:20:22.384 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:22] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:20:22.384 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:22] ENGINE Bus STOPPED 2024-07-27T18:20:22.384 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:22] ENGINE Bus STARTING 2024-07-27T18:20:22.384 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:20:22] "GET /metrics HTTP/1.1" 200 33688 "" "Prometheus/2.43.0" 2024-07-27T18:20:22.385 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:22] ENGINE Serving on http://:::9283 2024-07-27T18:20:22.385 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:20:22] ENGINE Bus STARTED 2024-07-27T18:20:22.385 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='client.24716 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:22.386 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='client.24716 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:22.386 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:22.386 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:22.386 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.386 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.387 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.387 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.387 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.387 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:22.387 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:22.387 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.390 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:22.390 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:22.390 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='client.24716 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:22.391 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='client.24716 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:22.391 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:22.391 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:22.391 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.391 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.391 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.392 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.392 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.392 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:22.392 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:22.392 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.392 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.393 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.393 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.393 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.393 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.393 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.393 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.394 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.394 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.394 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.394 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.394 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:22.394 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:22.395 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:22 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='client.24716 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='client.24716 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:22.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:22.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:22.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:22.416 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:22.416 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:22 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:22.695 INFO:tasks.workunit.client.0.smithi029.stderr:+ LAST_OPT_REVISION=1 2024-07-27T18:20:22.696 INFO:tasks.workunit.client.0.smithi029.stderr:+ '[' 1 -ne 1 ']' 2024-07-27T18:20:22.696 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry show 2024-07-27T18:20:23.407 INFO:tasks.workunit.client.0.smithi029.stdout:{ 2024-07-27T18:20:23.407 INFO:tasks.workunit.client.0.smithi029.stdout: "balancer": { 2024-07-27T18:20:23.407 INFO:tasks.workunit.client.0.smithi029.stdout: "active": true, 2024-07-27T18:20:23.407 INFO:tasks.workunit.client.0.smithi029.stdout: "mode": "" 2024-07-27T18:20:23.407 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.407 INFO:tasks.workunit.client.0.smithi029.stdout: "channels": [ 2024-07-27T18:20:23.408 INFO:tasks.workunit.client.0.smithi029.stdout: "basic", 2024-07-27T18:20:23.408 INFO:tasks.workunit.client.0.smithi029.stdout: "crash", 2024-07-27T18:20:23.408 INFO:tasks.workunit.client.0.smithi029.stdout: "device", 2024-07-27T18:20:23.408 INFO:tasks.workunit.client.0.smithi029.stdout: "ident", 2024-07-27T18:20:23.408 INFO:tasks.workunit.client.0.smithi029.stdout: "perf" 2024-07-27T18:20:23.408 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.408 INFO:tasks.workunit.client.0.smithi029.stdout: "channels_available": [ 2024-07-27T18:20:23.408 INFO:tasks.workunit.client.0.smithi029.stdout: "basic", 2024-07-27T18:20:23.408 INFO:tasks.workunit.client.0.smithi029.stdout: "ident", 2024-07-27T18:20:23.408 INFO:tasks.workunit.client.0.smithi029.stdout: "crash", 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: "device", 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: "perf" 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: "collections_available": [ 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_base", 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: "device_base", 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: "crash_base", 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: "ident_base", 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_perf", 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_mds_metadata", 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_usage", 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_usage_by_class", 2024-07-27T18:20:23.409 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_rook_v01", 2024-07-27T18:20:23.410 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_memory_metrics", 2024-07-27T18:20:23.410 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_options_bluestore" 2024-07-27T18:20:23.410 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.410 INFO:tasks.workunit.client.0.smithi029.stdout: "collections_opted_in": [ 2024-07-27T18:20:23.410 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_base", 2024-07-27T18:20:23.410 INFO:tasks.workunit.client.0.smithi029.stdout: "device_base", 2024-07-27T18:20:23.410 INFO:tasks.workunit.client.0.smithi029.stdout: "crash_base", 2024-07-27T18:20:23.410 INFO:tasks.workunit.client.0.smithi029.stdout: "ident_base", 2024-07-27T18:20:23.410 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_perf", 2024-07-27T18:20:23.410 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_mds_metadata", 2024-07-27T18:20:23.410 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_usage", 2024-07-27T18:20:23.410 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_usage_by_class", 2024-07-27T18:20:23.411 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_rook_v01", 2024-07-27T18:20:23.411 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_memory_metrics", 2024-07-27T18:20:23.411 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_options_bluestore" 2024-07-27T18:20:23.411 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.411 INFO:tasks.workunit.client.0.smithi029.stdout: "config": { 2024-07-27T18:20:23.411 INFO:tasks.workunit.client.0.smithi029.stdout: "active_changed": [ 2024-07-27T18:20:23.411 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_allow_insecure_global_id_reclaim", 2024-07-27T18:20:23.411 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_debug", 2024-07-27T18:20:23.411 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_mon_ticket_ttl", 2024-07-27T18:20:23.411 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_service_ticket_ttl", 2024-07-27T18:20:23.411 INFO:tasks.workunit.client.0.smithi029.stdout: "bdev_debug_aio", 2024-07-27T18:20:23.411 INFO:tasks.workunit.client.0.smithi029.stdout: "client_check_pool_perm", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "client_mount_gid", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "client_mount_uid", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "client_quota", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "container_image", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "daemonize", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_asserts_on_shutdown", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mgr", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mon", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_ms", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_osd", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_paxos", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "keyring", 2024-07-27T18:20:23.412 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_block_size", 2024-07-27T18:20:23.413 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_cache_size", 2024-07-27T18:20:23.413 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_compression", 2024-07-27T18:20:23.413 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_log", 2024-07-27T18:20:23.413 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_write_buffer_size", 2024-07-27T18:20:23.413 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_file", 2024-07-27T18:20:23.413 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_journald", 2024-07-27T18:20:23.413 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_stderr", 2024-07-27T18:20:23.413 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_allow_pool_delete", 2024-07-27T18:20:23.413 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_clock_drift_allowed", 2024-07-27T18:20:23.413 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_file_level", 2024-07-27T18:20:23.414 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_file", 2024-07-27T18:20:23.414 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_journald", 2024-07-27T18:20:23.414 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_stderr", 2024-07-27T18:20:23.414 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_data_avail_warn", 2024-07-27T18:20:23.414 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_election_default_strategy", 2024-07-27T18:20:23.414 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_host", 2024-07-27T18:20:23.414 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_max_pg_per_osd", 2024-07-27T18:20:23.414 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mgr_mkfs_grace", 2024-07-27T18:20:23.414 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_prime_pg_temp", 2024-07-27T18:20:23.414 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_reporter_subtree_level", 2024-07-27T18:20:23.414 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_pg_warn_max_object_skew", 2024-07-27T18:20:23.414 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_bytes_per_osd", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_pgs_per_osd", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_legacy_crush_tunables", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_too_few_osds", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_bug", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_old_message", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "no_config_file", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_default_list", 2024-07-27T18:20:23.415 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_load_list", 2024-07-27T18:20:23.416 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_crush_chooseleaf_type", 2024-07-27T18:20:23.416 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_misdirected_ops", 2024-07-27T18:20:23.416 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_op_order", 2024-07-27T18:20:23.416 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_pg_log_writeout", 2024-07-27T18:20:23.416 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_shutdown", 2024-07-27T18:20:23.416 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_cached_snaps", 2024-07-27T18:20:23.416 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_missing_on_start", 2024-07-27T18:20:23.416 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_stray_on_activate", 2024-07-27T18:20:23.416 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_deep_scrub_update_digest_min_age", 2024-07-27T18:20:23.416 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep", 2024-07-27T18:20:23.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_hdd", 2024-07-27T18:20:23.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_hybrid", 2024-07-27T18:20:23.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_ssd", 2024-07-27T18:20:23.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_max_backfills", 2024-07-27T18:20:23.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_max_capacity_iops_ssd", 2024-07-27T18:20:23.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_profile", 2024-07-27T18:20:23.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2024-07-27T18:20:23.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_res", 2024-07-27T18:20:23.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2024-07-27T18:20:23.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_lim", 2024-07-27T18:20:23.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_res", 2024-07-27T18:20:23.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2024-07-27T18:20:23.418 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_lim", 2024-07-27T18:20:23.418 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_res", 2024-07-27T18:20:23.418 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_wgt", 2024-07-27T18:20:23.418 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target", 2024-07-27T18:20:23.418 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target_autotune", 2024-07-27T18:20:23.418 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue", 2024-07-27T18:20:23.418 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue_cut_off", 2024-07-27T18:20:23.418 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pg_delete_cost", 2024-07-27T18:20:23.418 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_erasure_code_profile", 2024-07-27T18:20:23.418 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_pg_autoscale_mode", 2024-07-27T18:20:23.418 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recover_clone_overlap", 2024-07-27T18:20:23.418 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active_hdd", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active_ssd", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_chunk", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_hdd", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_hybrid", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_ssd", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_load_threshold", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_max_interval", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_sleep", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_shutdown_pgref_assert", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep", 2024-07-27T18:20:23.419 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_hdd", 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_hybrid", 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_ssd", 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: "public_addr", 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: "public_addrv", 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: "public_network", 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_default_features", 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_qos_exclude_ops", 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: "setgroup", 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: "setuser" 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster_changed": [ 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_allow_insecure_global_id_reclaim", 2024-07-27T18:20:23.420 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_debug", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_mon_ticket_ttl", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_service_ticket_ttl", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "bdev_debug_aio", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "container_image", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_asserts_on_shutdown", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mgr", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mon", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_ms", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_osd", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_paxos", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_file", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_journald", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_stderr", 2024-07-27T18:20:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_join_fs", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/allow_ptrace", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/container_init", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/migration_current", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/use_repo_digest", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/GRAFANA_API_URL", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/ssl_server_port", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/orchestrator/orchestrator", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/channel_ident", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/channel_perf", 2024-07-27T18:20:23.422 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/description", 2024-07-27T18:20:23.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/enabled", 2024-07-27T18:20:23.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/organization", 2024-07-27T18:20:23.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_allow_pool_delete", 2024-07-27T18:20:23.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_clock_drift_allowed", 2024-07-27T18:20:23.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_file_level", 2024-07-27T18:20:23.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_file", 2024-07-27T18:20:23.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_data_avail_warn", 2024-07-27T18:20:23.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_election_default_strategy", 2024-07-27T18:20:23.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_max_pg_per_osd", 2024-07-27T18:20:23.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mgr_mkfs_grace", 2024-07-27T18:20:23.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_prime_pg_temp", 2024-07-27T18:20:23.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_reporter_subtree_level", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_pg_warn_max_object_skew", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_bytes_per_osd", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_pgs_per_osd", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_legacy_crush_tunables", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_too_few_osds", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_bug", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_old_message", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_default_list", 2024-07-27T18:20:23.424 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_load_list", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_misdirected_ops", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_op_order", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_pg_log_writeout", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_shutdown", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_cached_snaps", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_missing_on_start", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_stray_on_activate", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_deep_scrub_update_digest_min_age", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_max_capacity_iops_ssd", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_profile", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target_autotune", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue_cut_off", 2024-07-27T18:20:23.425 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_erasure_code_profile", 2024-07-27T18:20:23.426 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_pg_autoscale_mode", 2024-07-27T18:20:23.426 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recover_clone_overlap", 2024-07-27T18:20:23.426 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_chunk", 2024-07-27T18:20:23.426 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_load_threshold", 2024-07-27T18:20:23.426 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_max_interval", 2024-07-27T18:20:23.426 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_shutdown_pgref_assert", 2024-07-27T18:20:23.426 INFO:tasks.workunit.client.0.smithi029.stdout: "public_network", 2024-07-27T18:20:23.426 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_cache_enabled", 2024-07-27T18:20:23.426 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_enable_ops_log", 2024-07-27T18:20:23.426 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_enable_usage_log" 2024-07-27T18:20:23.426 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: "contact": null, 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: "crashes": [], 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: "created": "2024-07-27T18:11:01.801618Z", 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: "crush": { 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_algs": { 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: "straw2": 3 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_sizes": { 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: "2": 1, 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: "4": 2 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.427 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_types": { 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: "1": 2, 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: "11": 1 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: "compat_weight_set": false, 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: "device_classes": [ 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: 8 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: "num_buckets": 6, 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: "num_devices": 8, 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: "num_rules": 1, 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: "num_types": 12, 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: "num_weight_sets": 0, 2024-07-27T18:20:23.428 INFO:tasks.workunit.client.0.smithi029.stdout: "tunables": { 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "allowed_bucket_algs": 54, 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_local_fallback_tries": 0, 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_local_tries": 0, 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_total_tries": 50, 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_descend_once": 1, 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_stable": 1, 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_vary_r": 1, 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v2_rules": 0, 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v3_rules": 0, 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v4_buckets": 1, 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v5_rules": 0, 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "legacy_tunables": 0, 2024-07-27T18:20:23.429 INFO:tasks.workunit.client.0.smithi029.stdout: "minimum_required_version": "jewel", 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: "optimal_tunables": 1, 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: "profile": "jewel", 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables": 1, 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables2": 1, 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables3": 1, 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables5": 1, 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: "straw_calc_version": 1 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: "description": "upgrade test cluster", 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: "fs": { 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:23.430 INFO:tasks.workunit.client.0.smithi029.stdout: "feature_flags": { 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: "enable_multiple": true, 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: "ever_enabled_multiple": true 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: "filesystems": [ 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: "approx_ctime": "2024-07", 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: "balancer_enabled": false, 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_caps": 0, 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_dns": 10, 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_inos": 13, 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_subtrees": 2, 2024-07-27T18:20:23.431 INFO:tasks.workunit.client.0.smithi029.stdout: "ever_allowed_features": 0, 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: "explicitly_allowed_features": 0, 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: "files": 0, 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: "max_mds": 1, 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_data_pools": 1, 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_in": 1, 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_mds": 1, 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": 0, 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_standby_replay": 0, 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_up": 1, 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: "snaps": 0, 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: "standby_count_wanted": 0 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.432 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_standby_mds": 1, 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: "total_num_mds": 2 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_stats": { 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 20135936, 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 378672, 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 991232, 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 0, 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 340, 2024-07-27T18:20:23.433 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 1071920, 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 12, 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 352256, 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 14720416, 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 20135936 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 20594688, 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 470144, 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 49152, 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 589824, 2024-07-27T18:20:23.434 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 431, 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 1394760, 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 20, 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 935936, 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 15123256, 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 21184512 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.82babd1b77a274a708e989ccd54f19fb5fe59932": { 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 37560320, 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 1083896, 2024-07-27T18:20:23.435 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 1056768, 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 7872512, 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1157, 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 6987968, 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 22, 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 1673984, 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 24136264, 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 45432832 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 44392448, 2024-07-27T18:20:23.436 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 1452984, 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 1376256, 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 4096000, 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1732, 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 9779792, 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 22, 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 2565376, 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 26596600, 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 48488448 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 37085184, 2024-07-27T18:20:23.437 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 1601760, 2024-07-27T18:20:23.438 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T18:20:23.438 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 245760, 2024-07-27T18:20:23.438 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 9396224, 2024-07-27T18:20:23.438 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1224, 2024-07-27T18:20:23.438 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.438 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 7589808, 2024-07-27T18:20:23.438 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 21, 2024-07-27T18:20:23.438 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 1422848, 2024-07-27T18:20:23.438 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 23603568, 2024-07-27T18:20:23.438 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 46481408 2024-07-27T18:20:23.438 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.438 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.0": { 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 47325184, 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 877192, 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 122880, 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1447, 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 5161424, 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 2552064, 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 35981992, 2024-07-27T18:20:23.439 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 47448064 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.1": { 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 50233344, 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 1567216, 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 294912, 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1783, 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 6949696, 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 3296512, 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 35667408, 2024-07-27T18:20:23.440 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 50528256 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.2": { 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 45146112, 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 701832, 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 204800, 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1274, 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 4496272, 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 2685952, 2024-07-27T18:20:23.441 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 34509544, 2024-07-27T18:20:23.442 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 45350912 2024-07-27T18:20:23.442 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.442 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.3": { 2024-07-27T18:20:23.442 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 44146688, 2024-07-27T18:20:23.442 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 763800, 2024-07-27T18:20:23.442 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:23.442 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:23.442 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 155648, 2024-07-27T18:20:23.442 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1256, 2024-07-27T18:20:23.442 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.442 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 4516192, 2024-07-27T18:20:23.442 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:23.443 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 1431040, 2024-07-27T18:20:23.443 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 34683144, 2024-07-27T18:20:23.443 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 44302336 2024-07-27T18:20:23.443 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.443 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.4": { 2024-07-27T18:20:23.443 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 47792128, 2024-07-27T18:20:23.443 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 1809112, 2024-07-27T18:20:23.443 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:23.443 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 57344, 2024-07-27T18:20:23.443 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 573440, 2024-07-27T18:20:23.443 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1639, 2024-07-27T18:20:23.443 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.444 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 5312120, 2024-07-27T18:20:23.444 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:23.444 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 3610112, 2024-07-27T18:20:23.444 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 34250928, 2024-07-27T18:20:23.444 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 48365568 2024-07-27T18:20:23.444 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.444 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.5": { 2024-07-27T18:20:23.444 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 49414144, 2024-07-27T18:20:23.444 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 1953144, 2024-07-27T18:20:23.444 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:23.444 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:23.445 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 131072, 2024-07-27T18:20:23.445 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1695, 2024-07-27T18:20:23.445 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.445 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 5569280, 2024-07-27T18:20:23.445 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:23.445 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 3836928, 2024-07-27T18:20:23.445 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 35302280, 2024-07-27T18:20:23.445 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 49545216 2024-07-27T18:20:23.445 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.445 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.6": { 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 45670400, 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 821696, 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 729088, 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1288, 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 5057336, 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 46, 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 1993728, 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 35045128, 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 46399488 2024-07-27T18:20:23.446 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.7": { 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 49291264, 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 2114144, 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 253952, 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1749, 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 6101296, 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 3245056, 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 35078256, 2024-07-27T18:20:23.447 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 49545216 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: "hosts": { 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num": 2, 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mds": 2, 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mgr": 2, 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mon": 2, 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_osd": 2 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: "io_rate": { 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_stats_delta": { 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 0, 2024-07-27T18:20:23.448 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 0, 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "stamp_delta": "12.002369", 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:23.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:23.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:23.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:23.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:23.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:23.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:23.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:23.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:23.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:23.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:23.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:23.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:23.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:23.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 0, 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T18:20:23.452 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 0, 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 0 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: "leaderboard": false, 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: "leaderboard_description": null, 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: "license": "sharing-1-0", 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: "mempool": { 2024-07-27T18:20:23.453 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T18:20:23.454 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T18:20:23.454 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.454 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.454 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.454 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.454 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.454 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.454 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.454 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.454 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.454 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.455 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.457 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.458 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 150168, 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 33 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.459 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 928, 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.460 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.461 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.461 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.461 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.461 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.461 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.461 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.461 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.461 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.461 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.461 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.461 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.462 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.462 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.462 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.462 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.462 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.462 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.462 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.462 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.462 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.462 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.462 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.462 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.463 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.464 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.466 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.467 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 222727, 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 72 2024-07-27T18:20:23.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 51704, 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 208 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.469 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 8304, 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 141 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.470 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.471 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.82babd1b77a274a708e989ccd54f19fb5fe59932": { 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.472 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.473 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.474 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.475 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.476 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1242077, 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 400 2024-07-27T18:20:23.477 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.478 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6880, 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 140 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12744, 2024-07-27T18:20:23.479 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1546 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5312, 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 103 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.480 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.481 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T18:20:23.481 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.481 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.481 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.481 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.481 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.481 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.481 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.481 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.481 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.481 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.482 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.482 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.482 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.482 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.482 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.482 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.482 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.482 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.482 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.483 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.485 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1228443, 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 354 2024-07-27T18:20:23.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 352, 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 4 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.487 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6880, 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 140 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12744, 2024-07-27T18:20:23.488 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1546 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10624, 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 206 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.491 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.493 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.494 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1177963, 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 365 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.495 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.496 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6880, 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 140 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12744, 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1546 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5312, 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 103 2024-07-27T18:20:23.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.0": { 2024-07-27T18:20:23.498 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:23.499 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6000, 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 75 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23408, 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 209 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1824, 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 46 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.500 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 610304, 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 18 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 59100, 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10770 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 148496, 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 250 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11820, 2024-07-27T18:20:23.501 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 784 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10032, 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 209 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 34002, 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 218 2024-07-27T18:20:23.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.503 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.503 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23408, 2024-07-27T18:20:23.503 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 209 2024-07-27T18:20:23.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.503 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.503 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.503 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.503 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.503 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 447715, 2024-07-27T18:20:23.503 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 98 2024-07-27T18:20:23.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2442108, 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 194 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 7040, 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 80 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.504 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 521640, 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 45 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 95784, 2024-07-27T18:20:23.505 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 189 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242168, 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3547 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.1": { 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.507 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.508 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.508 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:23.508 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:23.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.508 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.508 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:23.508 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:23.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5360, 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 67 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22064, 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 197 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.509 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1488, 2024-07-27T18:20:23.510 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 43 2024-07-27T18:20:23.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.510 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.510 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 31503, 2024-07-27T18:20:23.510 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 7 2024-07-27T18:20:23.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.510 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.510 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 92341, 2024-07-27T18:20:23.510 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 15890 2024-07-27T18:20:23.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.510 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.510 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 207656, 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 337 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10000, 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 611 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9456, 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 197 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 30070, 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 205 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22064, 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 197 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 736, 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.512 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 467694, 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 103 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12112, 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2451613, 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 191 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.513 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5280, 2024-07-27T18:20:23.514 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 60 2024-07-27T18:20:23.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.514 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.514 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.514 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.514 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.514 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 452088, 2024-07-27T18:20:23.514 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 39 2024-07-27T18:20:23.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.514 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.514 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 8528, 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 22 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242936, 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3583 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.515 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.516 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.516 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.516 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.516 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.516 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.516 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.516 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.516 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.516 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.516 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.516 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.516 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.2": { 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:23.517 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4800, 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 60 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 21840, 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 195 2024-07-27T18:20:23.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1264, 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 41 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16384, 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 4 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 49872, 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9367 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 133536, 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 228 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9064, 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 599 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9360, 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 195 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.520 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 28102, 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 196 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 21840, 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 195 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 736, 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1 2024-07-27T18:20:23.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 377119, 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 80 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12112, 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2414530, 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 175 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.522 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4488, 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 51 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 359352, 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 31 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.524 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.524 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 8320, 2024-07-27T18:20:23.524 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 24 2024-07-27T18:20:23.524 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.524 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.524 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242680, 2024-07-27T18:20:23.524 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3571 2024-07-27T18:20:23.524 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.524 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.524 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.524 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.525 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.3": { 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:23.526 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4560, 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 57 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22400, 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 200 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.527 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.528 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480, 2024-07-27T18:20:23.528 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 34 2024-07-27T18:20:23.528 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.528 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.528 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.528 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.528 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.528 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.528 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 51440, 2024-07-27T18:20:23.528 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9693 2024-07-27T18:20:23.528 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.528 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 138296, 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 235 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9868, 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 617 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9600, 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 200 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.529 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.530 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.530 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 29054, 2024-07-27T18:20:23.530 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 203 2024-07-27T18:20:23.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.530 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.530 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22400, 2024-07-27T18:20:23.530 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 200 2024-07-27T18:20:23.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.530 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.530 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2208, 2024-07-27T18:20:23.530 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 370562, 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 78 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 26565, 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2429607, 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 180 2024-07-27T18:20:23.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4752, 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 54 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 428904, 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 37 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.532 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10400, 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 20 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242168, 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3547 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.533 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.4": { 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.535 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3920, 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 49 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22400, 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 200 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 816, 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 37 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 94156, 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 16216 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 208336, 2024-07-27T18:20:23.537 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 338 2024-07-27T18:20:23.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.538 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.538 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10060, 2024-07-27T18:20:23.538 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 617 2024-07-27T18:20:23.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.538 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.538 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9600, 2024-07-27T18:20:23.538 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 200 2024-07-27T18:20:23.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.538 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.538 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.538 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 29822, 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 206 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22400, 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 200 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 736, 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.539 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 953056, 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 78 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12112, 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2462084, 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 188 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4752, 2024-07-27T18:20:23.540 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 54 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 452088, 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 39 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.541 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.542 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 8944, 2024-07-27T18:20:23.542 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 18 2024-07-27T18:20:23.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.542 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.542 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242424, 2024-07-27T18:20:23.542 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3559 2024-07-27T18:20:23.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.542 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.542 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.542 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.542 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.5": { 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.543 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:23.544 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.545 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.545 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3280, 2024-07-27T18:20:23.545 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 41 2024-07-27T18:20:23.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.545 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.545 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22288, 2024-07-27T18:20:23.545 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 199 2024-07-27T18:20:23.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480, 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 34 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 92545, 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 15973 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.546 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 209016, 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 339 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10184, 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 618 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9552, 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 199 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.547 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 30246, 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22288, 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 199 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2208, 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 863801, 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 56 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 26565, 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2440082, 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 190 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.549 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5368, 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 61 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 463680, 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 40 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.550 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 13520, 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 26 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242680, 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3571 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.6": { 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.553 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.554 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:23.554 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.554 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.554 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2800, 2024-07-27T18:20:23.554 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 35 2024-07-27T18:20:23.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.554 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.554 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23184, 2024-07-27T18:20:23.554 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:23.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.554 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 704, 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 36 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 29296, 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 6 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 52843, 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10080 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 138976, 2024-07-27T18:20:23.555 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 236 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11188, 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 773 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9936, 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 30674, 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 204 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23184, 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.557 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 845634, 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 53 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2408508, 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 167 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.558 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4928, 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 56 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 440496, 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 38 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.559 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 94952, 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 193 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242936, 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3583 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.560 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.7": { 2024-07-27T18:20:23.561 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:23.562 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2240, 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 28 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23184, 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1936, 2024-07-27T18:20:23.563 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 47 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 316016, 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 17 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 98772, 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 16995 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 214456, 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 347 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.564 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12084, 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 781 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9936, 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:23.565 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 33490, 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 215 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23184, 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 186018, 2024-07-27T18:20:23.566 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 36 2024-07-27T18:20:23.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.567 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:23.567 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.567 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.567 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:23.567 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2441980, 2024-07-27T18:20:23.567 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 203 2024-07-27T18:20:23.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.567 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:23.567 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6688, 2024-07-27T18:20:23.567 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 76 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 533232, 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 46 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.568 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:23.569 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 98488, 2024-07-27T18:20:23.569 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 227 2024-07-27T18:20:23.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.569 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:23.569 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242168, 2024-07-27T18:20:23.569 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3547 2024-07-27T18:20:23.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.569 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:23.569 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.569 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.569 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.570 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: "metadata": { 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 2 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 1, 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2024-07-27T18:20:23.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 2 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 2 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 2 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 2 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.572 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 2 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 3 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 3 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 2, 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2024-07-27T18:20:23.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 3 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 3 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 3 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 3 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.574 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 3 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 8 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 4, 2024-07-27T18:20:23.575 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 4 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 8 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 8 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 8 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 8 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.576 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 8 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_objectstore": { 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": 8 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: "rotational": { 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: "0": 8 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:23.577 INFO:tasks.workunit.client.0.smithi029.stdout: "features": { 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: "optional": [], 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: "persistent": [ 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: "kraken", 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: "luminous", 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: "mimic", 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap-prune", 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: "nautilus", 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: "octopus", 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: "pacific", 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: "elector-pinging", 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: "quincy", 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: "reef" 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: "ipv4_addr_mons": 6, 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: "ipv6_addr_mons": 0, 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: "min_mon_release": 18, 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: "v1_addr_mons": 3, 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: "v2_addr_mons": 3 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: "organization": "ceph-qa", 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster_network": false, 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8, 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: "require_min_compat_client": "luminous", 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: "require_osd_release": "reef" 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.579 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_perf_histograms": [ 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T18:20:23.580 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T18:20:23.581 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T18:20:23.581 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T18:20:23.581 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T18:20:23.581 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T18:20:23.581 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T18:20:23.581 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T18:20:23.581 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T18:20:23.581 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T18:20:23.581 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T18:20:23.581 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T18:20:23.581 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T18:20:23.581 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T18:20:23.582 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T18:20:23.583 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T18:20:23.584 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T18:20:23.585 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T18:20:23.586 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T18:20:23.586 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T18:20:23.586 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.586 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:23.586 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.586 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.586 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T18:20:23.586 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.586 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T18:20:23.586 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.586 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.586 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.587 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.588 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.589 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.590 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.590 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.590 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.590 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.590 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.590 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.590 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.590 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.590 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.590 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.590 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.590 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.591 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.592 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.593 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.595 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.596 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.596 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.596 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.596 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.596 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.596 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.596 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.596 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.596 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.596 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.596 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.596 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.597 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.598 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.598 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T18:20:23.598 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.598 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.598 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.598 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.598 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.598 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.598 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.598 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.598 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.599 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.600 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.601 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.602 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.602 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.602 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.602 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.602 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.602 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.602 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.602 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.603 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.604 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.605 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.606 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T18:20:23.607 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.607 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.607 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.607 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 89, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.607 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.607 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.607 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.607 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.607 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.607 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.607 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.607 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.608 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.608 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.608 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.608 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.608 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.608 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.608 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.608 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.608 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.609 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.610 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.610 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.610 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.610 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:23.610 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T18:20:23.610 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.610 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:23.610 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:23.610 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T18:20:23.610 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T18:20:23.610 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:23.610 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T18:20:23.611 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T18:20:23.612 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T18:20:23.613 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T18:20:23.614 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T18:20:23.615 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.616 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.617 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.618 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.618 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.618 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.618 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.618 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.618 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.618 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.618 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.618 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.618 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.618 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.618 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.619 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.620 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.621 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.622 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.623 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.624 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.625 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.626 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.627 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.628 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.628 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.628 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T18:20:23.628 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.628 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.628 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.628 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.628 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.628 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.628 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.628 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.628 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.629 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.630 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.630 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.630 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.630 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.630 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.630 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.630 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.630 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.630 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.630 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.630 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.630 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.631 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.632 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.633 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.634 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.635 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.636 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.637 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.638 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.639 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.639 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.639 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.639 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.639 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.639 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.639 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.639 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:23.639 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T18:20:23.639 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.639 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:23.639 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T18:20:23.640 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T18:20:23.641 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T18:20:23.642 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T18:20:23.642 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T18:20:23.642 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T18:20:23.642 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T18:20:23.642 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T18:20:23.642 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T18:20:23.642 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T18:20:23.642 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.642 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:23.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.642 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.642 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T18:20:23.643 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T18:20:23.644 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T18:20:23.645 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T18:20:23.645 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T18:20:23.645 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T18:20:23.645 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T18:20:23.645 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T18:20:23.645 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T18:20:23.645 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T18:20:23.645 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T18:20:23.645 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.646 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:23.646 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.646 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.646 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T18:20:23.646 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.646 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T18:20:23.646 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.646 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.646 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.646 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.646 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.646 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.647 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.647 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.647 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.647 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.647 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.647 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.647 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.647 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.647 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.647 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.647 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.647 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.648 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.649 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.650 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.650 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.650 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.650 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.650 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.650 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.650 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.650 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.650 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.650 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.650 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.650 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.651 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.652 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.653 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.654 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.654 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.654 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.654 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.654 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.654 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.654 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.654 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.654 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.654 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.654 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.655 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.656 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.657 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.658 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.658 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.658 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.658 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.658 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.658 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.658 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.658 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.658 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.658 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.658 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.658 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.660 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.661 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.662 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.663 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.664 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.666 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.667 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T18:20:23.668 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T18:20:23.669 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T18:20:23.670 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.671 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T18:20:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T18:20:23.673 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.674 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.675 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.676 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.677 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 11, 3, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 12, 5, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 18, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 9, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.678 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.679 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.680 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.681 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.682 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.683 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.684 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.684 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.684 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.684 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.684 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.684 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.684 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.685 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.686 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.686 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.686 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.686 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.686 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.686 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.686 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.686 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.686 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.686 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.686 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.687 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.688 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.689 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.690 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.691 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.692 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.693 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.694 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.695 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.696 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.697 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.697 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.697 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.697 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.697 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.697 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.697 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.697 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.697 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.697 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.697 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.697 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.698 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.698 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.698 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.698 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.698 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.698 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.698 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:23.698 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:23.698 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.698 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.698 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:23.698 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_counters": { 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: "caps": { 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_flush_ack": { 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_flushsnap_ack": { 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_grant": { 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_revoke": { 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_trunc": { 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_commit": { 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_fetch_complete": { 2024-07-27T18:20:23.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_fetch_keys": { 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_merge": { 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_split": { 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: "exported_inodes": { 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.701 INFO:tasks.workunit.client.0.smithi029.stdout: "forward": { 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_cap_release": { 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_caps": { 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_caps_dirty": { 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_inode_file_caps": { 2024-07-27T18:20:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: "imported_inodes": { 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes": { 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes_expired": { 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes_pinned": { 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.703 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes_with_caps": { 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: "load_cent": { 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: "openino_dir_fetch": { 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: "process_request_cap_release": { 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: "reply_latency": { 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:23.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 97808 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: "request": { 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: "root_rbytes": { 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: "root_rfiles": { 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: "root_rsnaps": { 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.705 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_reply": { 2024-07-27T18:20:23.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.706 INFO:tasks.workunit.client.0.smithi029.stdout: "subtrees": { 2024-07-27T18:20:23.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.706 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.706 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_cache": { 2024-07-27T18:20:23.706 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_enqueue_scrub": { 2024-07-27T18:20:23.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.706 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_exportdir": { 2024-07-27T18:20:23.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_flush": { 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_fragmentdir": { 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_fragstats": { 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_inodestats": { 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_recovering_enqueued": { 2024-07-27T18:20:23.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_recovering_prioritized": { 2024-07-27T18:20:23.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_recovering_processing": { 2024-07-27T18:20:23.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_strays": { 2024-07-27T18:20:23.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_strays_delayed": { 2024-07-27T18:20:23.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.709 INFO:tasks.workunit.client.0.smithi029.stdout: "num_strays_enqueuing": { 2024-07-27T18:20:23.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.709 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_completed": { 2024-07-27T18:20:23.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.709 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_started": { 2024-07-27T18:20:23.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_created": { 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_enqueued": { 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_migrated": { 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_reintegrated": { 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_log": { 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: "ev": { 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: "evadd": { 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: "evex": { 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: "evexd": { 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.711 INFO:tasks.workunit.client.0.smithi029.stdout: "evexg": { 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: "evtrm": { 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: "jlat": { 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6146341 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: "replayed": { 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: "seg": { 2024-07-27T18:20:23.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: "segadd": { 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: "segex": { 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: "segexd": { 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: "segexg": { 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.714 INFO:tasks.workunit.client.0.smithi029.stdout: "segtrm": { 2024-07-27T18:20:23.714 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.714 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.714 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_mem": { 2024-07-27T18:20:23.714 INFO:tasks.workunit.client.0.smithi029.stdout: "cap": { 2024-07-27T18:20:23.714 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.714 INFO:tasks.workunit.client.0.smithi029.stdout: "cap+": { 2024-07-27T18:20:23.714 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: "cap-": { 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: "dir": { 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: "dir+": { 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: "dir-": { 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: "dn": { 2024-07-27T18:20:23.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: "dn+": { 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: "dn-": { 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: "heap": { 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 207124 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: "ino": { 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T18:20:23.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: "ino+": { 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: "ino-": { 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: "rss": { 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 41648 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_server": { 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: "cap_acquisition_throttle": { 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: "cap_revoke_eviction": { 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_request": { 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_session": { 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_peer_request": { 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.718 INFO:tasks.workunit.client.0.smithi029.stdout: "req_create_latency": { 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: "req_getattr_latency": { 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 97808 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: "req_getfilelock_latency": { 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: "req_getvxattr_latency": { 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: "req_link_latency": { 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookup_latency": { 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookuphash_latency": { 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.720 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupino_latency": { 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupname_latency": { 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupparent_latency": { 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupsnap_latency": { 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lssnap_latency": { 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: "req_mkdir_latency": { 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: "req_mknod_latency": { 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: "req_mksnap_latency": { 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: "req_open_latency": { 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: "req_readdir_latency": { 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.723 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rename_latency": { 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: "req_renamesnap_latency": { 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rmdir_latency": { 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rmsnap_latency": { 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rmxattr_latency": { 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setattr_latency": { 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setdirlayout_latency": { 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.725 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setfilelock_latency": { 2024-07-27T18:20:23.726 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.726 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setlayout_latency": { 2024-07-27T18:20:23.726 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.726 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setxattr_latency": { 2024-07-27T18:20:23.726 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.726 INFO:tasks.workunit.client.0.smithi029.stdout: "req_snapdiff_latency": { 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: "req_symlink_latency": { 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: "req_unlink_latency": { 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_sessions": { 2024-07-27T18:20:23.727 INFO:tasks.workunit.client.0.smithi029.stdout: "average_load": { 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: "avg_session_uptime": { 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: "mdthresh_evicted": { 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: "session_count": { 2024-07-27T18:20:23.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: "session_remove": { 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: "sessions_open": { 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: "sessions_stale": { 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: "total_load": { 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45 2024-07-27T18:20:23.730 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: "purge_queue": { 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executed": { 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executed_ops": { 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing": { 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing_high_water": { 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing_ops": { 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing_ops_high_water": { 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_item_in_journal": { 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.82babd1b77a274a708e989ccd54f19fb5fe59932": { 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:23.732 INFO:tasks.workunit.client.0.smithi029.stdout: "election_call": { 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: "election_lose": { 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: "election_win": { 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_elections": { 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": { 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:23.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: "session_rm": { 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: "session_trim": { 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: "paxos": { 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: "accept_timeout": { 2024-07-27T18:20:23.734 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.735 INFO:tasks.workunit.client.0.smithi029.stdout: "begin": { 2024-07-27T18:20:23.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 860 2024-07-27T18:20:23.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.735 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_bytes": { 2024-07-27T18:20:23.735 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 860, 2024-07-27T18:20:23.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4085889 2024-07-27T18:20:23.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.735 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_keys": { 2024-07-27T18:20:23.735 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_latency": { 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 860, 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 102998343 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: "collect": { 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_bytes": { 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_keys": { 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:23.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_latency": { 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_timeout": { 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_uncommitted": { 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: "commit": { 2024-07-27T18:20:23.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 862 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_bytes": { 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_keys": { 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_latency": { 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_ack_timeout": { 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_timeout": { 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn": { 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn_latency": { 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh": { 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 862 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh_latency": { 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 862, 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1968968327 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: "restart": { 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state": { 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_bytes": { 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_keys": { 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: "start_leader": { 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: "start_peon": { 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:23.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state": { 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 861 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_bytes": { 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 861, 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8010433 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_keys": { 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 861, 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5809 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_latency": { 2024-07-27T18:20:23.742 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 861, 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 97998429 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache": { 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020054731 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42811392 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31727616 2024-07-27T18:20:23.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2147483648 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11083776 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:full": { 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 348127232 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 277004107 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 314282 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.745 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.746 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.746 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.746 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.746 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70808843 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:inc": { 2024-07-27T18:20:23.747 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 348127232 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 277004107 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44462 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.749 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.750 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.750 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.750 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.750 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71078663 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:kv": { 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 322961408 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.751 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 184669404 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71183140 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb": { 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: "compact": { 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_len": { 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.754 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_merge": { 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_range": { 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: "get_latency": { 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 37094, 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 105704447 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_delay_time": { 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_memtable_time": { 2024-07-27T18:20:23.755 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_pre_and_post_time": { 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_wal_time": { 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_latency": { 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_sync_latency": { 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1852, 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 227734461 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: "election_call": { 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: "election_lose": { 2024-07-27T18:20:23.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: "election_win": { 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_elections": { 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": { 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T18:20:23.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: "session_rm": { 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 171 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: "session_trim": { 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: "paxos": { 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: "accept_timeout": { 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: "begin": { 2024-07-27T18:20:23.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 992 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_bytes": { 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 992, 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5160789 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_keys": { 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 992, 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2976 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_latency": { 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 992, 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 138997762 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.760 INFO:tasks.workunit.client.0.smithi029.stdout: "collect": { 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_bytes": { 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_keys": { 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_latency": { 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.762 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_timeout": { 2024-07-27T18:20:23.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.762 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_uncommitted": { 2024-07-27T18:20:23.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.762 INFO:tasks.workunit.client.0.smithi029.stdout: "commit": { 2024-07-27T18:20:23.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 992 2024-07-27T18:20:23.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.762 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_bytes": { 2024-07-27T18:20:23.762 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 992, 2024-07-27T18:20:23.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5089421 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_keys": { 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 992, 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5681 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_latency": { 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 992, 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 140681474 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_ack_timeout": { 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_timeout": { 2024-07-27T18:20:23.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn": { 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn_latency": { 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh": { 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 994 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh_latency": { 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 994, 2024-07-27T18:20:23.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2367961938 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: "restart": { 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state": { 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_bytes": { 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1627 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_keys": { 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:23.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: "start_leader": { 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: "start_peon": { 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state": { 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_bytes": { 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_keys": { 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_latency": { 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache": { 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020054731 2024-07-27T18:20:23.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45867008 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38584320 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2147483648 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7282688 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:full": { 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 348127232 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 277004766 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.769 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 314963 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.771 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70807503 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:inc": { 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 348127232 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 277004766 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42023 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.773 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71080443 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:kv": { 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 322961408 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.775 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 184669844 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.777 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.777 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.777 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.777 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71182700 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb": { 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: "compact": { 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_len": { 2024-07-27T18:20:23.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_merge": { 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_range": { 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: "get_latency": { 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 44326, 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 183605084 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_delay_time": { 2024-07-27T18:20:23.779 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_memtable_time": { 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_pre_and_post_time": { 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_wal_time": { 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_latency": { 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_sync_latency": { 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2162, 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 291171879 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: "election_call": { 2024-07-27T18:20:23.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: "election_lose": { 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: "election_win": { 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_elections": { 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": { 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.782 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: "session_rm": { 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 54 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: "session_trim": { 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: "paxos": { 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: "accept_timeout": { 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.783 INFO:tasks.workunit.client.0.smithi029.stdout: "begin": { 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 869 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_bytes": { 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 869, 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4111051 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_keys": { 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_latency": { 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 869, 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 136997035 2024-07-27T18:20:23.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: "collect": { 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_bytes": { 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 146 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_keys": { 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_latency": { 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:23.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 999978 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_timeout": { 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_uncommitted": { 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: "commit": { 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 870 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_bytes": { 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_keys": { 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_latency": { 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_ack_timeout": { 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_timeout": { 2024-07-27T18:20:23.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn": { 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn_latency": { 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh": { 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 870 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh_latency": { 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 870, 2024-07-27T18:20:23.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1972957306 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: "restart": { 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state": { 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_bytes": { 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_keys": { 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: "start_leader": { 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: "start_peon": { 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state": { 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 870 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_bytes": { 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 870, 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8058848 2024-07-27T18:20:23.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_keys": { 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 870, 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5879 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_latency": { 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 870, 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 477989652 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache": { 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020054731 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.791 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 43859968 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32800768 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2147483648 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11059200 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:full": { 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 348127232 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 277003690 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 315393 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.793 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70808149 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.795 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:inc": { 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 348127232 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 277003690 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44462 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.797 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.798 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.798 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.798 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.798 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71079080 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:kv": { 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 322961408 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.799 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 184669127 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71183417 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb": { 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: "compact": { 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_len": { 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.802 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_merge": { 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_range": { 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: "get_latency": { 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 37056, 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 92470679 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_delay_time": { 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_memtable_time": { 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_pre_and_post_time": { 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_wal_time": { 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_latency": { 2024-07-27T18:20:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_sync_latency": { 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1897, 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 723002623 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.0": { 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.806 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2998272 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.807 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1916928 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:23.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1777664 2024-07-27T18:20:23.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.809 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:23.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:23.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.809 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:23.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.809 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:23.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:23.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.811 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:23.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:23.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:23.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:23.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:23.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:23.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:23.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:23.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.814 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4853760 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.815 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1409024 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4, 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 188618 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.816 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 26, 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 66732 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.817 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 421, 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 77636637 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 405, 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16486532 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 421, 2024-07-27T18:20:23.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 420972 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 421, 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 78057609 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 60591 2024-07-27T18:20:23.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8, 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20294 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.820 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4, 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14557 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 915 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 251 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 136, 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2150622 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.821 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 351225 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 218, 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1562805 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:23.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42690 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7161251 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 130, 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8732449 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 130, 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 440152925674 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.823 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 130, 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 190309780092 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 78030845521 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56403 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:23.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 518144 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 164274559 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 188586 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 80012011 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.825 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24662941 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 948093 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 64, 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 290121 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:23.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 276710862 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 29112717 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3448870 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1862414361 2024-07-27T18:20:23.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44695552 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44482560 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3138494976 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 212992 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.828 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85516896 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 610304 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73256352 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641376724 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71652828 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57011264 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68817392 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641376724 2024-07-27T18:20:23.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2497 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6244 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 263531 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71382684 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:23.841 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.842 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.843 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 616 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6, 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20403656 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:23.844 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7, 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3435712 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6, 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17270738 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.846 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:23.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:23.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 616 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6, 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20403656 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7, 2024-07-27T18:20:23.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3435712 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6, 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17270738 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1771104 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6 2024-07-27T18:20:23.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 29073408 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.1": { 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.851 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9953280 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6303744 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6164480 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:23.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.855 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:23.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.859 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16195584 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.860 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 806912 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 516073 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 34, 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 87151 2024-07-27T18:20:23.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1492, 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 327371337 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1487, 2024-07-27T18:20:23.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27544334 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1492, 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1567611 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1492, 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 328938948 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.864 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42308 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4, 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11442 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:23.865 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15689 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3967 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 358 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:23.866 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 148, 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2249142 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 377, 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 323812 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 229, 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1402732 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.867 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 103, 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5720769 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2050365290 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 130, 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69777129 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 129, 2024-07-27T18:20:23.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 291610575695 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 130, 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 168240401791 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3528, 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85296408878 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3528, 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 223629 2024-07-27T18:20:23.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 239646160 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 722799292 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 583797 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.870 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 425719721 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 224338121 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 356903 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 63, 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 292478 2024-07-27T18:20:23.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3663124033 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 262421299 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 107746164 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1862414361 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 47775744 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 47366144 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3138494976 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.873 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 409600 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85547066 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24576 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.876 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73811910 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641602997 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.879 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71426555 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:23.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57031377 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.881 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68797279 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.883 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641602997 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.885 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 355273 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71073410 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.887 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 39 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 157 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.888 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2429467 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 157, 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 375644860 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:23.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1041 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 157, 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 55374170 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 157, 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 170899539 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.890 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 33, 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5287286 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1041 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 33, 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4487994 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.891 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 33, 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3666891 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22, 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19835891 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.892 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22, 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8434696 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:23.893 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22, 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18593019 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 102 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2429467 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 102, 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 350521683 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:23.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 102, 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42451480 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 102, 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 148639629 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:23.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 590368 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32669696 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.2": { 2024-07-27T18:20:23.896 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:23.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2252800 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1413120 2024-07-27T18:20:23.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.900 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:23.900 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1273856 2024-07-27T18:20:23.900 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.900 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:23.900 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:23.900 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.900 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:23.900 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.900 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.900 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:23.900 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.900 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:23.901 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:23.902 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:23.903 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.905 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3604480 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 798720 2024-07-27T18:20:23.906 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4, 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 211559 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13, 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17922 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.908 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 298, 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 60749652 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 293, 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6524708 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 298, 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 354138 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.909 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 298, 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 61103790 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33416 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:23.910 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1965 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3538 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 639 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 229 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 105, 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1167250 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 284, 2024-07-27T18:20:23.912 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 308290 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 179, 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 589133 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 121266 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.913 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5618582 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 122, 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7487157 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 121, 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 254326498587 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 122, 2024-07-27T18:20:23.914 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 147689743714 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 353, 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 79318106585 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 353, 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 36529 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 455628 2024-07-27T18:20:23.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 109919470 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 128125 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 47671924 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:23.916 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19392218 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 356997 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 56, 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 259550 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 183114684 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.917 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22725777 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2328063 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1862414361 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:23.918 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42598400 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42385408 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3138494976 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 212992 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.919 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:23.920 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.920 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.920 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.920 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.920 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.920 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.920 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.920 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.920 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85554773 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.921 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16384 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.922 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73812395 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.923 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641660800 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.924 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71368752 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.926 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57036515 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.927 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68792141 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:23.929 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.930 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.930 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.930 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.930 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.930 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.930 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.930 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.930 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641660800 2024-07-27T18:20:23.930 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.930 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.930 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.930 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 233887 2024-07-27T18:20:23.931 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71136993 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.932 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.933 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.934 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10, 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71043721 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:23.935 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10, 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4427293 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10, 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 35470642 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.936 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.937 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.938 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.939 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10, 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71043721 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:23.940 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10, 2024-07-27T18:20:23.941 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4427293 2024-07-27T18:20:23.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.941 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:23.941 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10, 2024-07-27T18:20:23.941 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 35470642 2024-07-27T18:20:23.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.941 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:23.941 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.941 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:23.941 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28467200 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.3": { 2024-07-27T18:20:23.942 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:23.943 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1196032 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.944 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 856064 2024-07-27T18:20:23.945 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 716800 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:23.946 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:23.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:23.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5503 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5503 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:23.949 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.950 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.951 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1990656 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 819200 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.952 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.953 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6302 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 162, 2024-07-27T18:20:23.954 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 34312717 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 159, 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8554868 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 162, 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266417 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 162, 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 34579134 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.955 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45721 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1194 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.956 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13980 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 387 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:23.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 234 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 106, 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1025030 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 191, 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 287536 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 85, 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 198697 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.958 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4353019 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61, 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4078927 2024-07-27T18:20:23.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 58, 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 309929597507 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61, 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 91504651921 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 240, 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 625009 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.960 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 240, 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 25844 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 478939 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 105779054 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:23.961 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 83135 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67214153 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14421143 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 359733 2024-07-27T18:20:23.962 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 52, 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 315210 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192279302 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17338687 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:23.963 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1731431 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1862414361 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 41549824 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 41271296 2024-07-27T18:20:23.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3138494976 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 278528 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85555236 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.966 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.967 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73828316 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:23.968 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641664277 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.969 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71365275 2024-07-27T18:20:23.971 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.972 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57036824 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.973 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.974 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68791832 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.975 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641664277 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.976 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6032 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 238895 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:23.977 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71122476 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.978 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 37 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.979 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.980 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 825154 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.981 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.982 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.982 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:23.982 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.982 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.982 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:23.982 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.982 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.982 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.982 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:23.982 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.982 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.982 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.983 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:23.984 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:23.985 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 825154 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.986 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:23.987 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28483584 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.4": { 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.988 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:23.989 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6168576 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:23.990 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3088384 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2949120 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.991 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.993 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:23.994 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:23.995 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.996 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9195520 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.997 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 819200 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8, 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 636897 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.998 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1883 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:23.999 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 707, 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 459494891 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 694, 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23070405 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 707, 2024-07-27T18:20:24.000 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 687750 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 707, 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 460182641 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 36408 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:24.001 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:24.002 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1079 2024-07-27T18:20:24.002 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.002 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:24.002 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.002 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.002 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.002 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:24.002 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.002 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.002 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.002 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:24.002 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10794 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3510 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 355 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 105, 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 975063 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.003 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 177, 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 322994 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72, 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 173676 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 105, 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6013459 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.004 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3783886054 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 48, 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31533570 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 47, 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 200517102957 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 48, 2024-07-27T18:20:24.005 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 74172770880 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3388, 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6285623868 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3388, 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 224918 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 79621589 2024-07-27T18:20:24.006 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2541661053 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 525135 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1343768986 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:24.007 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 368969642 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 357724 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46, 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 199544 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8118141731 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.008 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 403409646 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 272335643 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1861457792 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:24.009 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45613056 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44851200 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3137369600 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 761856 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:24.010 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85490999 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.011 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.012 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73892553 2024-07-27T18:20:24.013 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.014 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641182497 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.015 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.016 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71847055 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.017 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56993999 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.018 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.019 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68834657 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.020 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641182497 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.021 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.022 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.022 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.022 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.022 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.022 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.022 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.022 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.022 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.022 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.022 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.022 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.022 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 356419 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71492764 2024-07-27T18:20:24.023 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:24.024 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.025 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.025 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.025 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:24.025 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:24.025 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 39 2024-07-27T18:20:24.025 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.025 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:24.025 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.025 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.025 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:24.025 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:24.025 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3877027 2024-07-27T18:20:24.026 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 824873 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3781195 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:24.027 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.028 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.029 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.030 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.030 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:24.030 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.030 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.030 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:24.030 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.030 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.030 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:24.030 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.030 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.030 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:24.030 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:24.031 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3877027 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 824873 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3781195 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:24.032 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28487680 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.033 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.5": { 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.034 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5820416 2024-07-27T18:20:24.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:24.036 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2764800 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2625536 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.037 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:24.038 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.039 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:24.040 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.041 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:24.042 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.043 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.043 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:24.043 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.043 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.043 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:24.043 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8523776 2024-07-27T18:20:24.043 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.043 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.043 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:24.043 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:24.043 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:24.043 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 815104 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8, 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 517666 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.044 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4996 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.045 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 628, 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 525523659 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 622, 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 21340517 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.046 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 628, 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570522 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 628, 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 526094181 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:24.047 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38702 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1051 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4243 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3467 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 362 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 96, 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 818926 2024-07-27T18:20:24.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 154, 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 338648 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 58, 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 412114 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:24.050 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 105, 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5730657 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3858658312 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46, 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27972685 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 43, 2024-07-27T18:20:24.051 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 263827615145 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46, 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 74405096529 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3381, 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6304940149 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3381, 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 216797 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.052 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 115920843 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2814496221 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 516163 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:24.053 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1587903293 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 372325213 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 359457 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 38, 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 181463 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.054 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8749534035 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 404913477 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 278367793 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:24.055 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1861457792 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46792704 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46383104 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3137369600 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:24.056 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 409600 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.057 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85491059 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.058 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.059 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73892493 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.060 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641182943 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.062 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71846609 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.063 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56994039 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.064 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.065 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68834617 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.066 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641182943 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5849 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.068 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 353312 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71489576 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.069 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.070 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 40 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.071 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:24.072 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.074 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.075 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.076 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.077 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.078 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28479488 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.6": { 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:24.079 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.080 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1437696 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.081 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1052672 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.082 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 913408 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:24.083 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.084 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:24.084 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:24.084 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.084 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:24.084 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:24.084 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.084 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:24.084 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:24.084 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.084 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:24.084 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:24.084 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:24.085 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5504 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5504 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.086 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.087 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:24.088 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2428928 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1400832 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 55870 2024-07-27T18:20:24.089 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.090 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7, 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9764 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 210, 2024-07-27T18:20:24.091 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 54549043 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 208, 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6601746 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 210, 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 140423 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 210, 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 54689466 2024-07-27T18:20:24.092 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 35298 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1050 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:24.093 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8482 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 416 2024-07-27T18:20:24.094 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.095 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:24.095 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 267 2024-07-27T18:20:24.095 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.095 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:24.095 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 101, 2024-07-27T18:20:24.095 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1155814 2024-07-27T18:20:24.095 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.095 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:24.095 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 158, 2024-07-27T18:20:24.095 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 313928 2024-07-27T18:20:24.097 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 57, 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 766329 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17617 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:24.098 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9226084 2024-07-27T18:20:24.099 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.099 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:24.099 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 39, 2024-07-27T18:20:24.099 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2617843 2024-07-27T18:20:24.099 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.099 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:24.099 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 39, 2024-07-27T18:20:24.099 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 424763399528 2024-07-27T18:20:24.099 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.099 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:24.099 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 39, 2024-07-27T18:20:24.099 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 52032212793 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 564569 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31638 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3645748 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:24.100 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 99037654 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 101094 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 64848116 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13429489 2024-07-27T18:20:24.101 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 949666 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 32, 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 127361 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 190232569 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:24.102 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15783586 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1830485 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1861457792 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 43646976 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.103 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42885120 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3137369600 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 761856 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.104 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85496430 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.105 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.106 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.106 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.106 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.106 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.106 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.106 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.106 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.106 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.106 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.106 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.106 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16384 2024-07-27T18:20:24.106 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73870738 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.107 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641223230 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.108 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.109 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71806322 2024-07-27T18:20:24.110 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56997620 2024-07-27T18:20:24.111 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.112 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68831036 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.114 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641223230 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2463 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3695 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.115 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6158 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 238956 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.116 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71557178 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.117 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:24.118 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2812 2024-07-27T18:20:24.119 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13, 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 61151226 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15, 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6230281 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13, 2024-07-27T18:20:24.120 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 35569208 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:24.121 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.122 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:24.123 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:24.124 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2812 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13, 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 61151226 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15, 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6230281 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.125 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13, 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 35569208 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.126 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 29065216 2024-07-27T18:20:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.7": { 2024-07-27T18:20:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:24.128 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6004736 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:24.129 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2953216 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:24.130 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2813952 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.131 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.132 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:24.133 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5500 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5500 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.134 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:24.135 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8896512 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.136 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1400832 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 267685 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.137 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16, 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 50750 2024-07-27T18:20:24.138 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 674, 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 489415175 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:24.139 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 663, 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 25748632 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 674, 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 563924 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 674, 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 489979099 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.140 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33515 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1161 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:24.141 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4326 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3894 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 403 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:24.142 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 144, 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3389850 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 234, 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 408544 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 90, 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2433361 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.143 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 101, 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5477556 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4008448484 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 26, 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24254570 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 26, 2024-07-27T18:20:24.144 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 267291548847 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 26, 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 37577181301 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1371941521 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 196204 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.145 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3282571 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2833243587 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464382 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:24.146 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1470103538 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 365344310 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 947969 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 25, 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 100269 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.147 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8680651983 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 398961139 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 274155812 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:24.148 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1861457792 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46792704 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46596096 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3137369600 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 196608 2024-07-27T18:20:24.149 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.150 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85471646 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159744 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.151 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 143360 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.152 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73608802 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.153 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641037347 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.154 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.155 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71992205 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:24.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56981097 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.157 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.158 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68847559 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:24.159 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641037347 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:24.160 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15624 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 362958 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.161 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71615751 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:24.162 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:24.163 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 157 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.164 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 157, 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 105131966 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266182 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 159, 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 37866789 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.165 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 157, 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 74538956 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 110 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 110, 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17638828 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.166 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:24.167 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266182 2024-07-27T18:20:24.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.167 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:24.167 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 110, 2024-07-27T18:20:24.167 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15818229 2024-07-27T18:20:24.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.167 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:24.167 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 110, 2024-07-27T18:20:24.167 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12892958 2024-07-27T18:20:24.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.167 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:24.167 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42, 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 41218577 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.168 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42, 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19028391 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42, 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38592046 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T18:20:24.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.170 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:24.170 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.170 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.170 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:24.170 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T18:20:24.170 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46274561 2024-07-27T18:20:24.170 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.170 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:24.170 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.170 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.170 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:24.170 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7, 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3020169 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23053952 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:24.171 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 29065216 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: "pools": [ 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.172 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr" 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 1, 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 1, 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 1, 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:24.173 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 1781760, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 1781760, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 2, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 2.4431008114333963e-06, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 212, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 313344, 2024-07-27T18:20:24.174 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 590368, 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 590368, 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 1771104, 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 179, 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 2473984 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T18:20:24.175 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 32, 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 32, 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 2, 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 98304, 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:24.176 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 98304, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 22, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 1.3479208860189829e-07, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 3430, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 3430, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:24.177 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 10290, 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 51, 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 20480 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:24.178 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 64, 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 64, 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 3, 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 0, 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 0, 2024-07-27T18:20:24.179 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 0.0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 0, 2024-07-27T18:20:24.180 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 0 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd" 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:24.181 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 8, 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 8, 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 4, 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 12288, 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 12288, 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 2, 2024-07-27T18:20:24.182 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 1.6849011075237286e-08, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 19, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 19, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 57, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 2, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 2048 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:24.183 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd": { 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: "mirroring_by_pool": [ 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: false 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: "num_images_by_pool": [ 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pools": 1 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: "report_id": "4a2899af-8da4-4fc0-8c5a-a5b00bb0ec74", 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: "report_timestamp": "2024-07-27T18:20:23.291082", 2024-07-27T18:20:24.184 INFO:tasks.workunit.client.0.smithi029.stdout: "report_version": 1, 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_stats": { 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "7.9.2" 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: "rook": { 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster": { 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: "external-mode": null, 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: "allow-multiple-per-node": null, 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: "count": null, 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: "max-id": null, 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: "pvc": { 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: "enabled": null 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.185 INFO:tasks.workunit.client.0.smithi029.stdout: "stretch": { 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: "enabled": null 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: "network": { 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: "provider": null 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: "storage": { 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: "device-set": { 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: "non-portable": null, 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: "portable": null, 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: "total": null 2024-07-27T18:20:24.186 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: "csi": { 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: "kubernetes": { 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: "node": { 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: "kubernetes-total": null, 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: "with-ceph-daemons": null, 2024-07-27T18:20:24.187 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-cephfs-plugin": null, 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-nfs-plugin": null, 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-rbd-plugin": null 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: "usage": { 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: "storage-class": { 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket": null, 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs": null, 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: "nfs": null, 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd": null, 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: "total": null 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.188 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: "services": {}, 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_per_pg": [ 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.189 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809095+0000", 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809095+0000", 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.809402+0000", 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.191 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3f", 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.192 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:15:56.744583+0000", 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.197 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.800111+0000", 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.800111+0000", 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.800385+0000", 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.199 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3e", 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:33:31.364734+0000", 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.200 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.203 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.204 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.802254+0000", 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.802254+0000", 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.802535+0000", 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.206 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3d", 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:24.207 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:44:25.592616+0000", 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.212 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.811472+0000", 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.811472+0000", 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.811955+0000", 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.214 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3c", 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:35:56.089277+0000", 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.215 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.218 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.218 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.218 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.219 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.814027+0000", 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.814027+0000", 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.814593+0000", 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.220 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.221 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3b", 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.222 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:25:55.750357+0000", 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.224 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.226 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.227 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.228 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.228 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:24.228 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.797796+0000", 2024-07-27T18:20:24.228 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.797796+0000", 2024-07-27T18:20:24.228 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.798265+0000", 2024-07-27T18:20:24.228 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:24.228 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.228 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.228 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.228 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.228 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:24.228 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.229 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3a", 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:31:49.075012+0000", 2024-07-27T18:20:24.230 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.232 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.234 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.808732+0000", 2024-07-27T18:20:24.235 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.808732+0000", 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.809146+0000", 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:24.236 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.237 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.39", 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 32, 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:28:07.941699+0000", 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.239 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.240 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.241 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.242 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.801945+0000", 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.801945+0000", 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.802214+0000", 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.243 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.244 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.38", 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.245 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:09:40.651414+0000", 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.248 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.249 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.815445+0000", 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.815445+0000", 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.815781+0000", 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:24.251 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.252 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.37", 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:40:11.690047+0000", 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.253 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.256 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.257 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.258 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.258 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.258 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.258 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:24.258 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.258 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.258 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.258 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.258 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.258 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:24.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.808033+0000", 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.808033+0000", 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.808348+0000", 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.259 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.260 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.36", 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:12:07.830848+0000", 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.264 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.265 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.798841+0000", 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.798841+0000", 2024-07-27T18:20:24.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.799119+0000", 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.35", 2024-07-27T18:20:24.268 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:28:11.407658+0000", 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.272 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T18:20:24.273 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.798542+0000", 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.798542+0000", 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.798882+0000", 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.275 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.34", 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.276 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:29:41.332371+0000", 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T18:20:24.280 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.281 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.799947+0000", 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.799947+0000", 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.800359+0000", 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:24.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.283 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.33", 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:17:14.911708+0000", 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.287 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.288 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.289 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.289 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.289 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.289 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.289 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.289 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.289 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:24.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.807404+0000", 2024-07-27T18:20:24.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.807404+0000", 2024-07-27T18:20:24.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807749+0000", 2024-07-27T18:20:24.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:24.290 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.291 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.32", 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:48:02.494095+0000", 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.296 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.296 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.296 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.296 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.296 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.296 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.296 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.296 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.296 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.296 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.296 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.296 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.801804+0000", 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.801804+0000", 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.802107+0000", 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.299 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.299 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.299 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.299 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.299 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.299 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.301 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.31", 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:56:43.239993+0000", 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.305 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.306 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.807257+0000", 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.807257+0000", 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.808261+0000", 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:24.307 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.308 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.30", 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.309 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:01:13.130389+0000", 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.313 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.314 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.314 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.314 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.314 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.314 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.314 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.314 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.314 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.314 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.314 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.314 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.314 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.811602+0000", 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.811602+0000", 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.811867+0000", 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:24.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.316 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2f", 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:28:50.900597+0000", 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.317 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.320 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.321 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803849+0000", 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803849+0000", 2024-07-27T18:20:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.804182+0000", 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:24.323 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2e", 2024-07-27T18:20:24.324 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:33:16.345567+0000", 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.325 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.328 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:24.329 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.329 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.329 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.329 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.329 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.329 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.329 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.329 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.329 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.329 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.329 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.329 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.806091+0000", 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.806091+0000", 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.806388+0000", 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.330 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.331 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2d", 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:59:27.510922+0000", 2024-07-27T18:20:24.332 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.333 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.336 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.337 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:24.338 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.809724+0000", 2024-07-27T18:20:24.338 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.809724+0000", 2024-07-27T18:20:24.338 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.810118+0000", 2024-07-27T18:20:24.338 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:24.338 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.338 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.338 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.338 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:24.338 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:24.338 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:24.338 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.339 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2c", 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 20, 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:02:14.666698+0000", 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.340 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.341 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.343 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.344 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.810275+0000", 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.810275+0000", 2024-07-27T18:20:24.345 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.810645+0000", 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:24.346 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.347 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2b", 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:59:22.620285+0000", 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.348 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.351 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.352 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809098+0000", 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809098+0000", 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.809399+0000", 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.353 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.354 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2a", 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.355 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:30:50.836271+0000", 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.357 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.359 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.360 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.812189+0000", 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.812189+0000", 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.812535+0000", 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:24.361 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.362 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.29", 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:55:29.115887+0000", 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.363 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.365 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.367 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803146+0000", 2024-07-27T18:20:24.368 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803146+0000", 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.804125+0000", 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.369 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.370 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.28", 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:03:31.509606+0000", 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.374 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.375 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.376 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.376 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.376 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.376 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.376 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:24.376 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.804769+0000", 2024-07-27T18:20:24.376 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.804769+0000", 2024-07-27T18:20:24.376 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807952+0000", 2024-07-27T18:20:24.376 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:24.376 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.376 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.376 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.377 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.27", 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.378 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:32:45.218414+0000", 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.382 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.383 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803026+0000", 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803026+0000", 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.804121+0000", 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.384 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.385 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.26", 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:51:23.099510+0000", 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.389 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.390 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.391 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.391 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.391 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.391 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.391 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.391 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:24.391 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.801098+0000", 2024-07-27T18:20:24.391 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.801098+0000", 2024-07-27T18:20:24.391 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.801383+0000", 2024-07-27T18:20:24.391 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.392 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.25", 2024-07-27T18:20:24.393 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:39:57.298291+0000", 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.397 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.398 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803346+0000", 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803346+0000", 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.803778+0000", 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:24.399 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.400 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.24", 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:59:36.728712+0000", 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.401 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.404 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.405 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.806748+0000", 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.806748+0000", 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807050+0000", 2024-07-27T18:20:24.406 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:24.407 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.23", 2024-07-27T18:20:24.408 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T06:09:26.758096+0000", 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.411 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.412 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.413 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803199+0000", 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803199+0000", 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.803770+0000", 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:24.414 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.415 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.22", 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:18:37.638380+0000", 2024-07-27T18:20:24.416 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.418 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.419 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:24.421 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.647394+0000", 2024-07-27T18:20:24.422 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.647394+0000", 2024-07-27T18:20:24.422 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.647785+0000", 2024-07-27T18:20:24.422 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:24.422 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.422 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.422 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.422 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:24.422 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:24.422 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:24.422 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:24.422 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.422 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.423 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.21", 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 32, 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:00:51.552862+0000", 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.806513+0000", 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.806513+0000", 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.806992+0000", 2024-07-27T18:20:24.429 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:24.430 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.431 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.20", 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:17:27.008972+0000", 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.434 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.435 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.436 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.796856+0000", 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.796856+0000", 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.797181+0000", 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.437 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.438 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1a", 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.439 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:00:55.927532+0000", 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.443 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.444 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.354254+0000", 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.354254+0000", 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.354530+0000", 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:24.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.446 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1b", 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 27, 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.447 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:09:56.585246+0000", 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.450 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.451 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.452 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:24.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809877+0000", 2024-07-27T18:20:24.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809877+0000", 2024-07-27T18:20:24.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.810300+0000", 2024-07-27T18:20:24.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:24.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:24.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:24.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.454 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1b", 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:08:03.842193+0000", 2024-07-27T18:20:24.455 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.458 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.459 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:24.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.356129+0000", 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.356129+0000", 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.356565+0000", 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:24.462 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:24.462 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.462 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:24.462 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.462 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.462 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.462 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.462 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.462 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.462 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.462 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:24.462 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1a", 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:21:36.434330+0000", 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.466 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.467 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.349649+0000", 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.349649+0000", 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.349942+0000", 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:24.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:24.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:24.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:24.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:24.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:24.469 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.470 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.19", 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:12:00.487045+0000", 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.474 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.475 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809495+0000", 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809495+0000", 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.810256+0000", 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.477 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.18", 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.478 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:12:03.582402+0000", 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.482 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.483 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.353797+0000", 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.353797+0000", 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.354572+0000", 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.485 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.18", 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:14:28.779875+0000", 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.489 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.490 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.801139+0000", 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.801139+0000", 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.801433+0000", 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:24.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.492 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.19", 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.493 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:48:06.750305+0000", 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.497 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.498 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.355691+0000", 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.355691+0000", 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.356013+0000", 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:24.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.500 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.17", 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:43:25.033561+0000", 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.501 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.507 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.508 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809345+0000", 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809345+0000", 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.810840+0000", 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.510 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.16", 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.511 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:57:16.036857+0000", 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.515 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.353277+0000", 2024-07-27T18:20:24.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.353277+0000", 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.353558+0000", 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.518 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.16", 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:15:25.492756+0000", 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.522 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.523 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.807014+0000", 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.807014+0000", 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807830+0000", 2024-07-27T18:20:24.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.525 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.17", 2024-07-27T18:20:24.526 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:17:17.856339+0000", 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.530 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.531 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.352103+0000", 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.352103+0000", 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.352410+0000", 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:24.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3, 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.533 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3, 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.15", 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 28, 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:26:20.317148+0000", 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 90, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:24.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 4, 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T18:20:24.537 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'3" 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.538 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.647137+0000", 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.647137+0000", 2024-07-27T18:20:24.539 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.647524+0000", 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.14", 2024-07-27T18:20:24.541 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 20, 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T06:12:28.701748+0000", 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.545 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.546 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.350912+0000", 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.350912+0000", 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.351198+0000", 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:24.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:24.548 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.548 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.548 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.548 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:24.548 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:24.548 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.548 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 12, 2024-07-27T18:20:24.548 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.548 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.548 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.548 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.548 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 12, 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.14", 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 37, 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:25:48.435004+0000", 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 2632, 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 12, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 4, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 4, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 12, 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 9 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "77'12" 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.553 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.554 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.554 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.554 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.554 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.554 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.554 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.554 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.554 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.554 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.554 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.554 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.554 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.812531+0000", 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.812531+0000", 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.812814+0000", 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.556 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.15", 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:01:58.212713+0000", 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.557 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.560 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.561 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.348589+0000", 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.348589+0000", 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.348863+0000", 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:24.563 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.13", 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.564 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:53:04.222502+0000", 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 34, 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T18:20:24.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 7 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.568 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.569 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809781+0000", 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809781+0000", 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.810114+0000", 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:24.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.571 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.12", 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:11:38.254545+0000", 2024-07-27T18:20:24.572 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.576 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.353439+0000", 2024-07-27T18:20:24.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.353439+0000", 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.353881+0000", 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:24.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.579 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.12", 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:46:53.312838+0000", 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.580 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.583 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.584 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.814365+0000", 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.814365+0000", 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.814844+0000", 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.586 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.13", 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.587 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:29:10.685763+0000", 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.591 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.592 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.349039+0000", 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.349039+0000", 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.349307+0000", 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:24.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.594 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.11", 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.595 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:22:05.511595+0000", 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.599 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:24.600 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.807122+0000", 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.807122+0000", 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807747+0000", 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.602 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.10", 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:03:48.805492+0000", 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.603 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.606 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:24.607 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.350652+0000", 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.350652+0000", 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.350948+0000", 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.608 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 8, 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.609 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 8, 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.10", 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 34, 2024-07-27T18:20:24.610 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:49:21.905804+0000", 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 12, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 4, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 4, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 4, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 12, 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'8" 2024-07-27T18:20:24.614 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.813183+0000", 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.813183+0000", 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.813533+0000", 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.617 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.11", 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:53:32.804920+0000", 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.621 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.622 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.352512+0000", 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.352512+0000", 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.352783+0000", 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.623 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.624 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.f", 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.625 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:16:13.951988+0000", 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 22, 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T18:20:24.629 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.630 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.810020+0000", 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.810020+0000", 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.810317+0000", 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.631 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.632 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.e", 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:44:59.132778+0000", 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.636 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.637 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.353174+0000", 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.353174+0000", 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.353563+0000", 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:24.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:24.639 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.e", 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.640 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 28, 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:35:41.921361+0000", 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.644 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.645 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.808707+0000", 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.808707+0000", 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.809183+0000", 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:24.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.647 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.648 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.648 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.648 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.648 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.648 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.f", 2024-07-27T18:20:24.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.648 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.648 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.648 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 32, 2024-07-27T18:20:24.648 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.648 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:54:52.697297+0000", 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.653 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.350883+0000", 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.350883+0000", 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.351188+0000", 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:24.655 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.656 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.656 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.656 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.d", 2024-07-27T18:20:24.656 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.656 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.656 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.656 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:24.656 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.656 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:08:39.884686+0000", 2024-07-27T18:20:24.656 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.656 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.656 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 70, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T18:20:24.659 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.660 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803487+0000", 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803487+0000", 2024-07-27T18:20:24.661 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.803755+0000", 2024-07-27T18:20:24.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:24.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:24.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:24.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:24.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.663 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.c", 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:51:46.320557+0000", 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.667 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.668 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.354790+0000", 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.354790+0000", 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.355129+0000", 2024-07-27T18:20:24.669 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:24.670 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.c", 2024-07-27T18:20:24.671 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:21:16.471641+0000", 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.675 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.676 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.814387+0000", 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.814387+0000", 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.814692+0000", 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:24.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.678 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.d", 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:45:21.237478+0000", 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.679 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.683 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:24.684 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.957974+0000", 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.957974+0000", 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:50.154311+0000", 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.686 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.5", 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 21, 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:55:58.794745+0000", 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000536126, 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.687 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.690 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.691 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 20, 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854504+0000", 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:22.566055+0000", 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:22.566055+0000", 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:22.566506+0000", 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854504+0000", 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:14:20.896830+0000", 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:14:20.896830+0000", 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 60, 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854504+0000", 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854504+0000", 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854504+0000", 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:14:20.896830+0000", 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854504+0000", 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854504+0000", 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 128, 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.693 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 59, 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 128, 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "1.0", 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.694 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 273, 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:25:50.000995+0000", 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 590368, 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 1771104, 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 6, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 212, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 306, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 179, 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 2416 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "70'128" 2024-07-27T18:20:24.698 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.699 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.352683+0000", 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.352683+0000", 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.352991+0000", 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.701 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.3", 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:34:00.775044+0000", 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.702 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.705 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.706 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.706 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.706 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.706 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.706 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.706 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.706 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.706 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.706 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.706 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.710 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.710 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.710 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.710 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.710 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.800349+0000", 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.800349+0000", 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.800637+0000", 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.712 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2", 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.713 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:52:46.826998+0000", 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.718 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.770319+0000", 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.770319+0000", 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.851797+0000", 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.720 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.6", 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 20, 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:13:22.618841+0000", 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000334228, 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.724 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.725 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.358130+0000", 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.358130+0000", 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.358402+0000", 2024-07-27T18:20:24.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:24.727 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.0", 2024-07-27T18:20:24.728 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:47:03.158631+0000", 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.732 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.733 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809103+0000", 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809103+0000", 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.809377+0000", 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.735 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1", 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:41:19.935694+0000", 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.736 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.740 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.985523+0000", 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.985523+0000", 2024-07-27T18:20:24.741 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.776999+0000", 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:24.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.743 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.7", 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 21, 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:51:02.902063+0000", 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000528194, 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.744 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.747 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:24.748 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.351993+0000", 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.351993+0000", 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.352322+0000", 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.749 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.750 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1", 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.751 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:26:55.534105+0000", 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.755 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.756 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.799786+0000", 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.799786+0000", 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.800077+0000", 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.757 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.758 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.0", 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:04:08.001643+0000", 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.762 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.763 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.769168+0000", 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.769168+0000", 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.776693+0000", 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:24.764 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.765 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.4", 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.766 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 21, 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:03:08.603473+0000", 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000488633, 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.769 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.770 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.771 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.351099+0000", 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.351099+0000", 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.353696+0000", 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:24.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.773 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.2", 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:15:18.495345+0000", 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.774 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.778 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.799204+0000", 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.799204+0000", 2024-07-27T18:20:24.779 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.799489+0000", 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:24.780 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3", 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.781 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T06:15:20.565029+0000", 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.785 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.786 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.985613+0000", 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.985613+0000", 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.777147+0000", 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:24.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.788 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.2", 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:29:04.097073+0000", 2024-07-27T18:20:24.789 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.001306629, 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 19, 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 2, 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 2 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "76'2" 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.793 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.794 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.356990+0000", 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.356990+0000", 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.357362+0000", 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.796 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.4", 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:02:04.455166+0000", 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.797 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.801 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.802 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.802 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.802 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.802 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.802 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.802 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.802 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.802 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.802 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.802 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.802 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:24.802 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.802338+0000", 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.802338+0000", 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.802962+0000", 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.803 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.804 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.5", 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:20:36.876699+0000", 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.805 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.808 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.809 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.985751+0000", 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.985751+0000", 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.851837+0000", 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:24.810 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.811 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.3", 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.812 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 21, 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:55:22.800130+0000", 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000755154, 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.813 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.814 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.814 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.814 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.814 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.814 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.814 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.814 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.814 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.814 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:24.814 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:24.814 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.814 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.816 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "74'1" 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.817 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.809605+0000", 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.809605+0000", 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.810138+0000", 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:24.818 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.819 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.5", 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 20, 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:18:54.637122+0000", 2024-07-27T18:20:24.820 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.821 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.824 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:24.825 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803237+0000", 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803237+0000", 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.803496+0000", 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.826 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.827 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.4", 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:05:26.260180+0000", 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.828 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.829 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.831 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.832 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.957897+0000", 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.957897+0000", 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.771535+0000", 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.833 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.834 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.0", 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.835 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 21, 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:40:00.834551+0000", 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000547718, 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.836 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.837 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.838 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.839 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.840 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.351224+0000", 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.351224+0000", 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.351669+0000", 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.841 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:24.842 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.6", 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:27:58.626011+0000", 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.843 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.845 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.846 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.847 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.807202+0000", 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.807202+0000", 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807481+0000", 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.848 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.849 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.7", 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.850 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:49:41.519175+0000", 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.852 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.853 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.855 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.985480+0000", 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.985480+0000", 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.772505+0000", 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.856 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.857 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.1", 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 21, 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:51:00.050318+0000", 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000577215, 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.861 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:24.862 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.354558+0000", 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.354558+0000", 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.355052+0000", 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.864 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.7", 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 27, 2024-07-27T18:20:24.865 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:57:18.765586+0000", 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.869 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:24.870 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.802522+0000", 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.802522+0000", 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.802843+0000", 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.872 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.6", 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:59:01.759883+0000", 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.876 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.877 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.357261+0000", 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.357261+0000", 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.357578+0000", 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:24.878 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.879 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.8", 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.880 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:30:02.427608+0000", 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.881 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.884 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.885 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.349520+0000", 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.349520+0000", 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.349928+0000", 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.887 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.9", 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 20, 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:19:32.416820+0000", 2024-07-27T18:20:24.888 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.889 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.890 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.891 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.892 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:24.893 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.354001+0000", 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.354001+0000", 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.354348+0000", 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.894 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.895 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.9", 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:21:28.622976+0000", 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.896 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.897 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.898 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.899 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.900 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809974+0000", 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809974+0000", 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.811398+0000", 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.901 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.902 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.903 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.903 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.903 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.903 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.903 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.903 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.903 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.903 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.903 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.8", 2024-07-27T18:20:24.903 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.903 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.903 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:53:11.727456+0000", 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.904 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.905 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.906 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.907 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.908 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.354907+0000", 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.354907+0000", 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.355772+0000", 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:24.909 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.910 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.a", 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:29:01.192877+0000", 2024-07-27T18:20:24.911 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.917 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.917 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.917 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.918 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803395+0000", 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803395+0000", 2024-07-27T18:20:24.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.803972+0000", 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:24.920 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.b", 2024-07-27T18:20:24.921 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:09:55.292413+0000", 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.925 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.926 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.354764+0000", 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.354764+0000", 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.355042+0000", 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.928 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.b", 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 28, 2024-07-27T18:20:24.929 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:21:21.257210+0000", 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T18:20:24.933 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.934 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.805551+0000", 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.805551+0000", 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.805852+0000", 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.936 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.a", 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:24:51.942675+0000", 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.940 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.941 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.808566+0000", 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.808566+0000", 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.808921+0000", 2024-07-27T18:20:24.942 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:24.943 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.944 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1d", 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 20, 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:48:50.489620+0000", 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.945 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.948 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.949 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.352509+0000", 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.352509+0000", 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.352777+0000", 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.950 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.951 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1c", 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.952 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 28, 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:36:43.515196+0000", 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.953 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:24.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.956 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.957 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.797968+0000", 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.797968+0000", 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.798267+0000", 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:24.958 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.959 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1c", 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T06:03:50.810995+0000", 2024-07-27T18:20:24.960 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.961 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.964 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:24.965 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.356103+0000", 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.356103+0000", 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.356348+0000", 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.966 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.967 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1d", 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 28, 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:39:19.625726+0000", 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.968 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:24.969 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.971 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.972 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.973 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.973 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.973 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.973 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.973 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.973 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:24.973 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.807590+0000", 2024-07-27T18:20:24.973 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.807590+0000", 2024-07-27T18:20:24.973 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807864+0000", 2024-07-27T18:20:24.973 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:24.973 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.973 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.974 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1f", 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.975 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:30:41.103550+0000", 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.976 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.979 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.980 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.344550+0000", 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.344550+0000", 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.344826+0000", 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:24.981 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.982 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1e", 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 27, 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.983 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:32:18.227334+0000", 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T18:20:24.987 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.988 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.801035+0000", 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.801035+0000", 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.801327+0000", 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:24.989 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.990 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.990 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:24.990 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:24.990 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:24.990 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.990 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:24.990 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.990 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.990 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:24.990 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.990 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.990 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1e", 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:15:08.622555+0000", 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.991 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:24.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:24.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:24.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:24.995 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.352562+0000", 2024-07-27T18:20:24.996 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.352562+0000", 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.352929+0000", 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:24.997 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:24.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:24.998 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:24.998 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 4, 2024-07-27T18:20:24.998 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:24.998 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:24.998 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:24.998 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:24.998 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:24.998 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:24.998 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:24.998 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 4, 2024-07-27T18:20:24.998 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1f", 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 28, 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:43:54.069768+0000", 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:24.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 582, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:25.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 4, 2024-07-27T18:20:25.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'4" 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.003 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_per_pool": [ 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 24, 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd" 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3, 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 8, 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 8, 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3, 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 4, 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 19, 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.005 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.006 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 2, 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 2 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 12288, 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T18:20:25.007 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 57, 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 24 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 192, 2024-07-27T18:20:25.008 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 64, 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 8, 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 3, 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 0, 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T18:20:25.012 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 0, 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 192 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 96, 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.013 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 45, 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 32, 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 8, 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 45, 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 2, 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 3430, 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.014 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 66, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 22, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 22, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.015 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 14, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 51, 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 20 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 98304, 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 10290, 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T18:20:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 96 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 3, 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr" 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 128, 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 1, 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 3, 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 128, 2024-07-27T18:20:25.018 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 1, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 590368, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 1771104, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 6, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 212, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 306, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 179, 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 2416 2024-07-27T18:20:25.021 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 1781760, 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 1771104, 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 3 2024-07-27T18:20:25.022 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: "usage": { 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 105, 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: "pools": 4, 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_by_class": { 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: "ssd": { 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: "total_avail_bytes": 767726485504, 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: "total_bytes": 767960285184, 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_bytes": 233799680, 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_raw_bytes": 233799680, 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_raw_ratio": 0.0003044424229301512 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: "total_avail_bytes": 767726485504, 2024-07-27T18:20:25.023 INFO:tasks.workunit.client.0.smithi029.stdout: "total_bytes": 767960285184, 2024-07-27T18:20:25.024 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_bytes": 233799680 2024-07-27T18:20:25.024 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.024 INFO:tasks.workunit.client.0.smithi029.stdout:} 2024-07-27T18:20:25.024 INFO:tasks.workunit.client.0.smithi029.stdout:Device report is generated separately. To see it run 'ceph telemetry show-device'. 2024-07-27T18:20:25.025 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry show-device 2024-07-27T18:20:25.025 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: pgmap v90: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:25.025 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.025 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.025 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='client.24734 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.025 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: mgrmap e22: y(active, since 2m), standbys: x 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: pgmap v90: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='client.24734 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: mgrmap e22: y(active, since 2m), standbys: x 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.030 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: pgmap v90: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:25.030 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.030 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.030 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='client.24734 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.030 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: mgrmap e22: y(active, since 2m), standbys: x 2024-07-27T18:20:25.030 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.030 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.031 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='client.24734 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1745709058' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1745709058' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:25.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.033 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:23 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:25.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.035 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.036 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.036 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.036 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.036 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.036 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.036 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.036 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.036 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.036 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.036 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:24 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='client.24734 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1745709058' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-07-27T18:20:25.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1745709058' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-07-27T18:20:25.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:25.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:25.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.039 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='client.24734 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1745709058' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1745709058' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.040 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.042 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.042 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.042 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.042 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:23 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.042 INFO:tasks.workunit.client.0.smithi029.stdout:{ 2024-07-27T18:20:25.042 INFO:tasks.workunit.client.0.smithi029.stdout: "e1af4a70-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:25.042 INFO:tasks.workunit.client.0.smithi029.stdout: "INTEL_SSDPED1D480GA_e1afe0ac-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:25.042 INFO:tasks.workunit.client.0.smithi029.stdout: "20240727-181422": { 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: "device": { 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: "info_name": "/dev/nvme0n1", 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "/dev/nvme0n1", 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: "protocol": "NVMe", 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "nvme" 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: "firmware_version": "E2010325", 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: "host_id": "e1af4a70-4c44-11ef-832a-0cc47abd125a", 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: "json_format_version": [ 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.043 INFO:tasks.workunit.client.0.smithi029.stdout: "local_time": { 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: "asctime": "Sat Jul 27 18:14:22 2024 UTC", 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: "time_t": 1722104062 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: "logical_block_size": 512, 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: "model_name": "INTEL SSDPED1D480GA", 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_controller_id": 0, 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_ieee_oui_identifier": 6083300, 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_namespaces": [ 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: "capacity": { 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.044 INFO:tasks.workunit.client.0.smithi029.stdout: "formatted_lba_size": 512, 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 1, 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: "size": { 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: "utilization": { 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_number_of_namespaces": 1, 2024-07-27T18:20:25.045 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_pci_vendor": { 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 32902, 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: "subsystem_id": 32902 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_add_log": { 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: "Device stats": { 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_fw_downgrades": { 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: "crc_error_count": { 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.046 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: "end_to_end_error_detection_count": { 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: "erase_fail_count": { 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: "host_bytes_written": { 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 13760057 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: "host_ctx_wear_used": { 2024-07-27T18:20:25.047 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: "media_bytes_read": { 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: "nand_bytes_written": { 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_stat_indicator": { 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.048 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: "pll_lock_loss_count": { 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: "program_fail_count": { 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: "re_alloc_sectr_cnt": { 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.049 INFO:tasks.workunit.client.0.smithi029.stdout: "retry_buffer_overflow_count": { 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: "soft_ecc_err_rate": { 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: "thermal_throttle_status": { 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: "cnt": 0, 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: "pct": 0 2024-07-27T18:20:25.050 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_host_reads": { 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 13 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_media_wear": { 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": "0.029297" 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_timer": { 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 1471280 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.051 INFO:tasks.workunit.client.0.smithi029.stdout: "unexp_power_loss": { 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: "wear_leveling": { 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: "avg": 0, 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: "max": 0, 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel Smart log": "nvme0n1" 2024-07-27T18:20:25.052 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_log": { 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare": 100, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare_threshold": 0, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "controller_busy_time": 5219, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "critical_warning": 0, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_read": 179497174, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_written": 901779129, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "host_reads": 2965535138, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "host_writes": 18963724283, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "media_errors": 0, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "num_err_log_entries": 0, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "percentage_used": 0, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycles": 38402, 2024-07-27T18:20:25.053 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_hours": 41191, 2024-07-27T18:20:25.054 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": 35, 2024-07-27T18:20:25.054 INFO:tasks.workunit.client.0.smithi029.stdout: "unsafe_shutdowns": 9492 2024-07-27T18:20:25.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.054 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_vendor": "intel", 2024-07-27T18:20:25.054 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_version": { 2024-07-27T18:20:25.054 INFO:tasks.workunit.client.0.smithi029.stdout: "string": "<1.2", 2024-07-27T18:20:25.054 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.054 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycle_count": 38402, 2024-07-27T18:20:25.054 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_time": { 2024-07-27T18:20:25.054 INFO:tasks.workunit.client.0.smithi029.stdout: "hours": 41191 2024-07-27T18:20:25.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: "serial_number": "deleted", 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: "smart_status": { 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme": { 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: "passed": true 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl": { 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: "argv": [ 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl", 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: "-x", 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: "--json=o", 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: "/dev/nvme0n1" 2024-07-27T18:20:25.055 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "build_info": "(local build)", 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "exit_status": 0, 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "output": [ 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-480.el9.x86_64] (local build)", 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF INFORMATION SECTION ===", 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "Model Number: INTEL SSDPED1D480GA", 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "Serial Number: deleted", 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Version: E2010325", 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller ID: 0", 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "NVMe Version: <1.2", 2024-07-27T18:20:25.056 INFO:tasks.workunit.client.0.smithi029.stdout: "Number of Namespaces: 1", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Size/Capacity: 480,103,981,056 [480 GB]", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Formatted LBA Size: 512", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: "Local Time is: Sat Jul 27 18:14:22 2024 UTC", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Updates (0x02): 1 Slot", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional Admin Commands (0x0007): Security Format Frmw_DL", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: "Log Page Attributes (0x02): Cmd_Eff_Lg", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: "Maximum Data Transfer Size: 32 Pages", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported Power States", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 18.00W - - 0 0 0 0 0 0", 2024-07-27T18:20:25.057 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported LBA Sizes (NSID 0x1)", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: "Id Fmt Data Metadt Rel_Perf", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 512 0 2", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF SMART DATA SECTION ===", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART overall-health self-assessment test result: PASSED", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART/Health Information (NVMe Log 0x02)", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: "Critical Warning: 0x00", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: "Temperature: 35 Celsius", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare: 100%", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare Threshold: 0%", 2024-07-27T18:20:25.058 INFO:tasks.workunit.client.0.smithi029.stdout: "Percentage Used: 0%", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Read: 179,497,174 [91.9 TB]", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Written: 901,779,129 [461 TB]", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Read Commands: 2,965,535,138", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Write Commands: 18,963,724,283", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller Busy Time: 5,219", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "Power Cycles: 38,402", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "Power On Hours: 41,191", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "Unsafe Shutdowns: 9,492", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "Media and Data Integrity Errors: 0", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information Log Entries: 0", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information (NVMe Log 0x01, 16 of 64 entries)", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "No Errors Logged", 2024-07-27T18:20:25.059 INFO:tasks.workunit.client.0.smithi029.stdout: "" 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: "platform_info": "x86_64-linux-5.14.0-480.el9.x86_64", 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: "svn_revision": "5155", 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: "version": [ 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": { 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: "current": 35 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: "user_capacity": { 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:25.060 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: "e1b1264c-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: "INTEL_SSDPEDMD400G4_e1b1ac20-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: "20240727-181426": { 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: "device": { 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: "info_name": "/dev/nvme0n1", 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "/dev/nvme0n1", 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: "protocol": "NVMe", 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "nvme" 2024-07-27T18:20:25.061 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: "firmware_version": "8DV101H0", 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: "host_id": "e1b1264c-4c44-11ef-832a-0cc47abd125a", 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: "json_format_version": [ 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: "local_time": { 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: "asctime": "Sat Jul 27 18:14:25 2024 UTC", 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: "time_t": 1722104065 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: "logical_block_size": 512, 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: "model_name": "INTEL SSDPEDMD400G4", 2024-07-27T18:20:25.062 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_controller_id": 0, 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_ieee_oui_identifier": 6083300, 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_namespaces": [ 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: "capacity": { 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: "formatted_lba_size": 512, 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 1, 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: "size": { 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.063 INFO:tasks.workunit.client.0.smithi029.stdout: "utilization": { 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_number_of_namespaces": 1, 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_pci_vendor": { 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 32902, 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: "subsystem_id": 32902 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_add_log": { 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Device stats": { 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_fw_downgrades": { 2024-07-27T18:20:25.064 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: "crc_error_count": { 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: "end_to_end_error_detection_count": { 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: "erase_fail_count": { 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: "host_bytes_written": { 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 27114313 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: "host_ctx_wear_used": { 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 1 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: "media_bytes_read": { 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.066 INFO:tasks.workunit.client.0.smithi029.stdout: "nand_bytes_written": { 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 47912582 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_stat_indicator": { 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: "pll_lock_loss_count": { 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: "program_fail_count": { 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.067 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: "re_alloc_sectr_cnt": { 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: "retry_buffer_overflow_count": { 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: "soft_ecc_err_rate": { 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: "thermal_throttle_status": { 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: "cnt": 0, 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: "pct": 0 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_host_reads": { 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 65535 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_media_wear": { 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.069 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": "63.999023" 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_timer": { 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 65535 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: "unexp_power_loss": { 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: "wear_leveling": { 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 90, 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: "avg": 3283, 2024-07-27T18:20:25.070 INFO:tasks.workunit.client.0.smithi029.stdout: "max": 3299, 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 3265 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel Smart log": "nvme0n1" 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_log": { 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare": 100, 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare_threshold": 10, 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: "controller_busy_time": 0, 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: "critical_warning": 0, 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_read": 380114655, 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_written": 1776963650, 2024-07-27T18:20:25.071 INFO:tasks.workunit.client.0.smithi029.stdout: "host_reads": 6396034878, 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: "host_writes": 32640120639, 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: "media_errors": 0, 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_err_log_entries": 0, 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: "percentage_used": 10, 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycles": 56392, 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_hours": 54380, 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": 25, 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: "unsafe_shutdowns": 93 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_vendor": "intel", 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_version": { 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: "string": "<1.2", 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.072 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycle_count": 56392, 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_time": { 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: "hours": 54380 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: "serial_number": "deleted", 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: "smart_status": { 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme": { 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: "passed": true 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl": { 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: "argv": [ 2024-07-27T18:20:25.073 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl", 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: "-x", 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: "--json=o", 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: "/dev/nvme0n1" 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: "build_info": "(local build)", 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: "exit_status": 0, 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: "output": [ 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-480.el9.x86_64] (local build)", 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF INFORMATION SECTION ===", 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: "Model Number: INTEL SSDPEDMD400G4", 2024-07-27T18:20:25.074 INFO:tasks.workunit.client.0.smithi029.stdout: "Serial Number: deleted", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Version: 8DV101H0", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller ID: 0", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "NVMe Version: <1.2", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "Number of Namespaces: 1", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Formatted LBA Size: 512", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "Local Time is: Sat Jul 27 18:14:25 2024 UTC", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Updates (0x02): 1 Slot", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "Log Page Attributes (0x02): Cmd_Eff_Lg", 2024-07-27T18:20:25.075 INFO:tasks.workunit.client.0.smithi029.stdout: "Maximum Data Transfer Size: 32 Pages", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported Power States", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported LBA Sizes (NSID 0x1)", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: "Id Fmt Data Metadt Rel_Perf", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 512 0 2", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: " 1 - 512 8 2", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: " 2 - 512 16 2", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: " 3 - 4096 0 0", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: " 4 - 4096 8 0", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: " 5 - 4096 64 0", 2024-07-27T18:20:25.076 INFO:tasks.workunit.client.0.smithi029.stdout: " 6 - 4096 128 0", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF SMART DATA SECTION ===", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART overall-health self-assessment test result: PASSED", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART/Health Information (NVMe Log 0x02)", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "Critical Warning: 0x00", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "Temperature: 25 Celsius", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare: 100%", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare Threshold: 10%", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "Percentage Used: 10%", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Read: 380,114,655 [194 TB]", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Written: 1,776,963,650 [909 TB]", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Read Commands: 6,396,034,878", 2024-07-27T18:20:25.077 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Write Commands: 32,640,120,639", 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller Busy Time: 0", 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: "Power Cycles: 56,392", 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: "Power On Hours: 54,380", 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: "Unsafe Shutdowns: 93", 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: "Media and Data Integrity Errors: 0", 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information Log Entries: 0", 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information (NVMe Log 0x01, 16 of 64 entries)", 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: "No Errors Logged", 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: "" 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: "platform_info": "x86_64-linux-5.14.0-480.el9.x86_64", 2024-07-27T18:20:25.078 INFO:tasks.workunit.client.0.smithi029.stdout: "svn_revision": "5155", 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: "version": [ 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": { 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: "current": 25 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: "user_capacity": { 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.080 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.080 INFO:tasks.workunit.client.0.smithi029.stdout:} 2024-07-27T18:20:25.080 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry show-all 2024-07-27T18:20:25.080 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.080 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.080 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.081 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.082 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.082 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.082 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.082 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.082 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.082 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.082 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.082 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.082 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.082 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.082 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:25.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:25.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:25.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.084 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.084 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.084 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.084 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.084 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.084 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.084 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.084 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.084 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.084 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.084 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.084 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.085 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:25.085 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:25.085 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:25.085 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:25.085 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:24 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:25.092 INFO:tasks.workunit.client.0.smithi029.stdout:{ 2024-07-27T18:20:25.092 INFO:tasks.workunit.client.0.smithi029.stdout: "device_report": { 2024-07-27T18:20:25.092 INFO:tasks.workunit.client.0.smithi029.stdout: "e1af4a70-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: "INTEL_SSDPED1D480GA_e1afe0ac-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: "20240727-181422": { 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: "device": { 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: "info_name": "/dev/nvme0n1", 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "/dev/nvme0n1", 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: "protocol": "NVMe", 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "nvme" 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: "firmware_version": "E2010325", 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: "host_id": "e1af4a70-4c44-11ef-832a-0cc47abd125a", 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: "json_format_version": [ 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:25.093 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: "local_time": { 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: "asctime": "Sat Jul 27 18:14:22 2024 UTC", 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: "time_t": 1722104062 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: "logical_block_size": 512, 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: "model_name": "INTEL SSDPED1D480GA", 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_controller_id": 0, 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_ieee_oui_identifier": 6083300, 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_namespaces": [ 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: "capacity": { 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:25.094 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: "formatted_lba_size": 512, 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 1, 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: "size": { 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: "utilization": { 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.095 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_number_of_namespaces": 1, 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_pci_vendor": { 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 32902, 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: "subsystem_id": 32902 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_add_log": { 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: "Device stats": { 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_fw_downgrades": { 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: "crc_error_count": { 2024-07-27T18:20:25.096 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: "end_to_end_error_detection_count": { 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: "erase_fail_count": { 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: "host_bytes_written": { 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 13760057 2024-07-27T18:20:25.097 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: "host_ctx_wear_used": { 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: "media_bytes_read": { 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: "nand_bytes_written": { 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_stat_indicator": { 2024-07-27T18:20:25.098 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: "pll_lock_loss_count": { 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: "program_fail_count": { 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: "re_alloc_sectr_cnt": { 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.099 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: "retry_buffer_overflow_count": { 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: "soft_ecc_err_rate": { 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: "thermal_throttle_status": { 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: "cnt": 0, 2024-07-27T18:20:25.100 INFO:tasks.workunit.client.0.smithi029.stdout: "pct": 0 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_host_reads": { 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 13 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_media_wear": { 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": "0.029297" 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_timer": { 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.101 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 1471280 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: "unexp_power_loss": { 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: "wear_leveling": { 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: "avg": 0, 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: "max": 0, 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.102 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel Smart log": "nvme0n1" 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_log": { 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare": 100, 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare_threshold": 0, 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: "controller_busy_time": 5219, 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: "critical_warning": 0, 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_read": 179497174, 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_written": 901779129, 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: "host_reads": 2965535138, 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: "host_writes": 18963724283, 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: "media_errors": 0, 2024-07-27T18:20:25.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_err_log_entries": 0, 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: "percentage_used": 0, 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycles": 38402, 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_hours": 41191, 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": 35, 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: "unsafe_shutdowns": 9492 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_vendor": "intel", 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_version": { 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: "string": "<1.2", 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycle_count": 38402, 2024-07-27T18:20:25.104 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_time": { 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: "hours": 41191 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: "serial_number": "deleted", 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: "smart_status": { 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme": { 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: "passed": true 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl": { 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: "argv": [ 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl", 2024-07-27T18:20:25.105 INFO:tasks.workunit.client.0.smithi029.stdout: "-x", 2024-07-27T18:20:25.106 INFO:tasks.workunit.client.0.smithi029.stdout: "--json=o", 2024-07-27T18:20:25.106 INFO:tasks.workunit.client.0.smithi029.stdout: "/dev/nvme0n1" 2024-07-27T18:20:25.106 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.106 INFO:tasks.workunit.client.0.smithi029.stdout: "build_info": "(local build)", 2024-07-27T18:20:25.106 INFO:tasks.workunit.client.0.smithi029.stdout: "exit_status": 0, 2024-07-27T18:20:25.106 INFO:tasks.workunit.client.0.smithi029.stdout: "output": [ 2024-07-27T18:20:25.106 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-480.el9.x86_64] (local build)", 2024-07-27T18:20:25.106 INFO:tasks.workunit.client.0.smithi029.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2024-07-27T18:20:25.106 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.106 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF INFORMATION SECTION ===", 2024-07-27T18:20:25.106 INFO:tasks.workunit.client.0.smithi029.stdout: "Model Number: INTEL SSDPED1D480GA", 2024-07-27T18:20:25.106 INFO:tasks.workunit.client.0.smithi029.stdout: "Serial Number: deleted", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Version: E2010325", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller ID: 0", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "NVMe Version: <1.2", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "Number of Namespaces: 1", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Size/Capacity: 480,103,981,056 [480 GB]", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Formatted LBA Size: 512", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "Local Time is: Sat Jul 27 18:14:22 2024 UTC", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Updates (0x02): 1 Slot", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional Admin Commands (0x0007): Security Format Frmw_DL", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "Log Page Attributes (0x02): Cmd_Eff_Lg", 2024-07-27T18:20:25.107 INFO:tasks.workunit.client.0.smithi029.stdout: "Maximum Data Transfer Size: 32 Pages", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported Power States", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 18.00W - - 0 0 0 0 0 0", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported LBA Sizes (NSID 0x1)", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: "Id Fmt Data Metadt Rel_Perf", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 512 0 2", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF SMART DATA SECTION ===", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART overall-health self-assessment test result: PASSED", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART/Health Information (NVMe Log 0x02)", 2024-07-27T18:20:25.108 INFO:tasks.workunit.client.0.smithi029.stdout: "Critical Warning: 0x00", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Temperature: 35 Celsius", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare: 100%", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare Threshold: 0%", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Percentage Used: 0%", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Read: 179,497,174 [91.9 TB]", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Written: 901,779,129 [461 TB]", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Read Commands: 2,965,535,138", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Write Commands: 18,963,724,283", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller Busy Time: 5,219", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Power Cycles: 38,402", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Power On Hours: 41,191", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Unsafe Shutdowns: 9,492", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Media and Data Integrity Errors: 0", 2024-07-27T18:20:25.109 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information Log Entries: 0", 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information (NVMe Log 0x01, 16 of 64 entries)", 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: "No Errors Logged", 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: "" 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: "platform_info": "x86_64-linux-5.14.0-480.el9.x86_64", 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: "svn_revision": "5155", 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: "version": [ 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.110 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": { 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: "current": 35 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: "user_capacity": { 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: "e1b1264c-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: "INTEL_SSDPEDMD400G4_e1b1ac20-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: "20240727-181426": { 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: "device": { 2024-07-27T18:20:25.111 INFO:tasks.workunit.client.0.smithi029.stdout: "info_name": "/dev/nvme0n1", 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "/dev/nvme0n1", 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: "protocol": "NVMe", 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "nvme" 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: "firmware_version": "8DV101H0", 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: "host_id": "e1b1264c-4c44-11ef-832a-0cc47abd125a", 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: "json_format_version": [ 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: "local_time": { 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: "asctime": "Sat Jul 27 18:14:25 2024 UTC", 2024-07-27T18:20:25.112 INFO:tasks.workunit.client.0.smithi029.stdout: "time_t": 1722104065 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: "logical_block_size": 512, 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: "model_name": "INTEL SSDPEDMD400G4", 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_controller_id": 0, 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_ieee_oui_identifier": 6083300, 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_namespaces": [ 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: "capacity": { 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: "formatted_lba_size": 512, 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 1, 2024-07-27T18:20:25.113 INFO:tasks.workunit.client.0.smithi029.stdout: "size": { 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: "utilization": { 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_number_of_namespaces": 1, 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_pci_vendor": { 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 32902, 2024-07-27T18:20:25.114 INFO:tasks.workunit.client.0.smithi029.stdout: "subsystem_id": 32902 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_add_log": { 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: "Device stats": { 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_fw_downgrades": { 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: "crc_error_count": { 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: "end_to_end_error_detection_count": { 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.115 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: "erase_fail_count": { 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: "host_bytes_written": { 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 27114313 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: "host_ctx_wear_used": { 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 1 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: "media_bytes_read": { 2024-07-27T18:20:25.116 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: "nand_bytes_written": { 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 47912582 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_stat_indicator": { 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: "pll_lock_loss_count": { 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.117 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.118 INFO:tasks.workunit.client.0.smithi029.stdout: "program_fail_count": { 2024-07-27T18:20:25.118 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.118 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.118 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.118 INFO:tasks.workunit.client.0.smithi029.stdout: "re_alloc_sectr_cnt": { 2024-07-27T18:20:25.118 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.118 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.118 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.118 INFO:tasks.workunit.client.0.smithi029.stdout: "retry_buffer_overflow_count": { 2024-07-27T18:20:25.118 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.118 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.118 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: "soft_ecc_err_rate": { 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: "thermal_throttle_status": { 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: "cnt": 0, 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: "pct": 0 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_host_reads": { 2024-07-27T18:20:25.119 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.121 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 65535 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_media_wear": { 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": "63.999023" 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_timer": { 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 65535 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: "unexp_power_loss": { 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T18:20:25.122 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: "wear_leveling": { 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 90, 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: "avg": 3283, 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: "max": 3299, 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 3265 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel Smart log": "nvme0n1" 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_log": { 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare": 100, 2024-07-27T18:20:25.123 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare_threshold": 10, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "controller_busy_time": 0, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "critical_warning": 0, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_read": 380114655, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_written": 1776963650, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "host_reads": 6396034878, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "host_writes": 32640120639, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "media_errors": 0, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_err_log_entries": 0, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "percentage_used": 10, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycles": 56392, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_hours": 54380, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": 25, 2024-07-27T18:20:25.124 INFO:tasks.workunit.client.0.smithi029.stdout: "unsafe_shutdowns": 93 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_vendor": "intel", 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_version": { 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: "string": "<1.2", 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycle_count": 56392, 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_time": { 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: "hours": 54380 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: "serial_number": "deleted", 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: "smart_status": { 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme": { 2024-07-27T18:20:25.125 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: "passed": true 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl": { 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: "argv": [ 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl", 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: "-x", 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: "--json=o", 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: "/dev/nvme0n1" 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: "build_info": "(local build)", 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: "exit_status": 0, 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: "output": [ 2024-07-27T18:20:25.126 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-480.el9.x86_64] (local build)", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF INFORMATION SECTION ===", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "Model Number: INTEL SSDPEDMD400G4", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "Serial Number: deleted", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Version: 8DV101H0", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller ID: 0", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "NVMe Version: <1.2", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "Number of Namespaces: 1", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2024-07-27T18:20:25.127 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Formatted LBA Size: 512", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: "Local Time is: Sat Jul 27 18:14:25 2024 UTC", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Updates (0x02): 1 Slot", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: "Log Page Attributes (0x02): Cmd_Eff_Lg", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: "Maximum Data Transfer Size: 32 Pages", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported Power States", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported LBA Sizes (NSID 0x1)", 2024-07-27T18:20:25.128 INFO:tasks.workunit.client.0.smithi029.stdout: "Id Fmt Data Metadt Rel_Perf", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 512 0 2", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: " 1 - 512 8 2", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: " 2 - 512 16 2", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: " 3 - 4096 0 0", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: " 4 - 4096 8 0", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: " 5 - 4096 64 0", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: " 6 - 4096 128 0", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF SMART DATA SECTION ===", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART overall-health self-assessment test result: PASSED", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART/Health Information (NVMe Log 0x02)", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: "Critical Warning: 0x00", 2024-07-27T18:20:25.129 INFO:tasks.workunit.client.0.smithi029.stdout: "Temperature: 25 Celsius", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare: 100%", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare Threshold: 10%", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Percentage Used: 10%", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Read: 380,114,655 [194 TB]", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Written: 1,776,963,650 [909 TB]", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Read Commands: 6,396,034,878", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Write Commands: 32,640,120,639", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller Busy Time: 0", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Power Cycles: 56,392", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Power On Hours: 54,380", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Unsafe Shutdowns: 93", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Media and Data Integrity Errors: 0", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information Log Entries: 0", 2024-07-27T18:20:25.130 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information (NVMe Log 0x01, 16 of 64 entries)", 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: "No Errors Logged", 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: "" 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: "platform_info": "x86_64-linux-5.14.0-480.el9.x86_64", 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: "svn_revision": "5155", 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: "version": [ 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": { 2024-07-27T18:20:25.131 INFO:tasks.workunit.client.0.smithi029.stdout: "current": 25 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: "user_capacity": { 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: "report": { 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: "balancer": { 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: "active": true, 2024-07-27T18:20:25.132 INFO:tasks.workunit.client.0.smithi029.stdout: "mode": "" 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: "channels": [ 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: "basic", 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: "crash", 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: "device", 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: "ident", 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: "perf" 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: "channels_available": [ 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: "basic", 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: "ident", 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: "crash", 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: "device", 2024-07-27T18:20:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: "perf" 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: "collections_available": [ 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_base", 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: "device_base", 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: "crash_base", 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: "ident_base", 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_perf", 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_mds_metadata", 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_usage", 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_usage_by_class", 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_rook_v01", 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_memory_metrics", 2024-07-27T18:20:25.134 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_options_bluestore" 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "collections_opted_in": [ 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_base", 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "device_base", 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "crash_base", 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "ident_base", 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_perf", 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_mds_metadata", 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_usage", 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_usage_by_class", 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_rook_v01", 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_memory_metrics", 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_options_bluestore" 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "config": { 2024-07-27T18:20:25.135 INFO:tasks.workunit.client.0.smithi029.stdout: "active_changed": [ 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_allow_insecure_global_id_reclaim", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_debug", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_mon_ticket_ttl", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_service_ticket_ttl", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "bdev_debug_aio", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "client_check_pool_perm", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "client_mount_gid", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "client_mount_uid", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "client_quota", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "container_image", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "daemonize", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_asserts_on_shutdown", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mgr", 2024-07-27T18:20:25.136 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mon", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_ms", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_osd", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_paxos", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "keyring", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_block_size", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_cache_size", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_compression", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_log", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "leveldb_write_buffer_size", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_file", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_journald", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_stderr", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_allow_pool_delete", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_clock_drift_allowed", 2024-07-27T18:20:25.137 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_file_level", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_file", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_journald", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_stderr", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_data_avail_warn", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_election_default_strategy", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_host", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_max_pg_per_osd", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mgr_mkfs_grace", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_prime_pg_temp", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_reporter_subtree_level", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_pg_warn_max_object_skew", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_bytes_per_osd", 2024-07-27T18:20:25.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_pgs_per_osd", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_legacy_crush_tunables", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_too_few_osds", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_bug", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_old_message", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "no_config_file", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_default_list", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_load_list", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_crush_chooseleaf_type", 2024-07-27T18:20:25.139 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_misdirected_ops", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_op_order", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_pg_log_writeout", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_shutdown", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_cached_snaps", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_missing_on_start", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_stray_on_activate", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_deep_scrub_update_digest_min_age", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_hdd", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_hybrid", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_ssd", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_max_backfills", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_max_capacity_iops_ssd", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_profile", 2024-07-27T18:20:25.140 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_res", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_lim", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_res", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_lim", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_res", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_wgt", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target_autotune", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue_cut_off", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pg_delete_cost", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_erasure_code_profile", 2024-07-27T18:20:25.141 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_pg_autoscale_mode", 2024-07-27T18:20:25.142 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recover_clone_overlap", 2024-07-27T18:20:25.142 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active", 2024-07-27T18:20:25.142 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active_hdd", 2024-07-27T18:20:25.142 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active_ssd", 2024-07-27T18:20:25.142 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_chunk", 2024-07-27T18:20:25.142 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep", 2024-07-27T18:20:25.142 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_hdd", 2024-07-27T18:20:25.142 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_hybrid", 2024-07-27T18:20:25.142 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_ssd", 2024-07-27T18:20:25.142 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_load_threshold", 2024-07-27T18:20:25.142 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_max_interval", 2024-07-27T18:20:25.142 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_sleep", 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_shutdown_pgref_assert", 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep", 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_hdd", 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_hybrid", 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_ssd", 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "public_addr", 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "public_addrv", 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "public_network", 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_default_features", 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_qos_exclude_ops", 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "setgroup", 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "setuser" 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.143 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster_changed": [ 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_allow_insecure_global_id_reclaim", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_debug", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_mon_ticket_ttl", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_service_ticket_ttl", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "bdev_debug_aio", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "container_image", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_asserts_on_shutdown", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mgr", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mon", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_ms", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_osd", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_paxos", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_file", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_journald", 2024-07-27T18:20:25.144 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_stderr", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_join_fs", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/allow_ptrace", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/container_init", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/migration_current", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/use_repo_digest", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/GRAFANA_API_URL", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/ssl_server_port", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/orchestrator/orchestrator", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/channel_ident", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/channel_perf", 2024-07-27T18:20:25.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/description", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/enabled", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/organization", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_allow_pool_delete", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_clock_drift_allowed", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_file_level", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_file", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_data_avail_warn", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_election_default_strategy", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_max_pg_per_osd", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mgr_mkfs_grace", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_prime_pg_temp", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_reporter_subtree_level", 2024-07-27T18:20:25.146 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_pg_warn_max_object_skew", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_bytes_per_osd", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_pgs_per_osd", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_legacy_crush_tunables", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_too_few_osds", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_bug", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_old_message", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_default_list", 2024-07-27T18:20:25.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_load_list", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_misdirected_ops", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_op_order", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_pg_log_writeout", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_shutdown", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_cached_snaps", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_missing_on_start", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_stray_on_activate", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_deep_scrub_update_digest_min_age", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_max_capacity_iops_ssd", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_profile", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target_autotune", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue", 2024-07-27T18:20:25.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue_cut_off", 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_erasure_code_profile", 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_pg_autoscale_mode", 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recover_clone_overlap", 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_chunk", 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_load_threshold", 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_max_interval", 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_shutdown_pgref_assert", 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: "public_network", 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_cache_enabled", 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_enable_ops_log", 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_enable_usage_log" 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.149 INFO:tasks.workunit.client.0.smithi029.stdout: "contact": null, 2024-07-27T18:20:25.150 INFO:tasks.workunit.client.0.smithi029.stdout: "crashes": [], 2024-07-27T18:20:25.150 INFO:tasks.workunit.client.0.smithi029.stdout: "created": "2024-07-27T18:11:01.801618Z", 2024-07-27T18:20:25.150 INFO:tasks.workunit.client.0.smithi029.stdout: "crush": { 2024-07-27T18:20:25.150 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_algs": { 2024-07-27T18:20:25.150 INFO:tasks.workunit.client.0.smithi029.stdout: "straw2": 3 2024-07-27T18:20:25.150 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.150 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_sizes": { 2024-07-27T18:20:25.150 INFO:tasks.workunit.client.0.smithi029.stdout: "2": 1, 2024-07-27T18:20:25.150 INFO:tasks.workunit.client.0.smithi029.stdout: "4": 2 2024-07-27T18:20:25.150 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.150 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_types": { 2024-07-27T18:20:25.150 INFO:tasks.workunit.client.0.smithi029.stdout: "1": 2, 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: "11": 1 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: "compat_weight_set": false, 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: "device_classes": [ 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: 8 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_buckets": 6, 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_devices": 8, 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_rules": 1, 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_types": 12, 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_weight_sets": 0, 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: "tunables": { 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: "allowed_bucket_algs": 54, 2024-07-27T18:20:25.151 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_local_fallback_tries": 0, 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_local_tries": 0, 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_total_tries": 50, 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_descend_once": 1, 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_stable": 1, 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_vary_r": 1, 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v2_rules": 0, 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v3_rules": 0, 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v4_buckets": 1, 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v5_rules": 0, 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "legacy_tunables": 0, 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "minimum_required_version": "jewel", 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "optimal_tunables": 1, 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "profile": "jewel", 2024-07-27T18:20:25.152 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables": 1, 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables2": 1, 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables3": 1, 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables5": 1, 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: "straw_calc_version": 1 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: "description": "upgrade test cluster", 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: "fs": { 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: "feature_flags": { 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: "enable_multiple": true, 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: "ever_enabled_multiple": true 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: "filesystems": [ 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: "approx_ctime": "2024-07", 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: "balancer_enabled": false, 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_caps": 0, 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_dns": 10, 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_inos": 13, 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_subtrees": 2, 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: "ever_allowed_features": 0, 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: "explicitly_allowed_features": 0, 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: "files": 0, 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: "max_mds": 1, 2024-07-27T18:20:25.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_data_pools": 1, 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_in": 1, 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_mds": 1, 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": 0, 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_standby_replay": 0, 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_up": 1, 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: "snaps": 0, 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: "standby_count_wanted": 0 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_standby_mds": 1, 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: "total_num_mds": 2 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_stats": { 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T18:20:25.155 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 20135936, 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 380928, 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 966656, 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 0, 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 340, 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 1094240, 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 12, 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 352256, 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 14720416, 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 20135936 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.156 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 20594688, 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 462032, 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 32768, 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 589824, 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 432, 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 1416184, 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 20, 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 939008, 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 15123256, 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 21184512 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.157 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.82babd1b77a274a708e989ccd54f19fb5fe59932": { 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 39985152, 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 921336, 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 6012928, 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 5447680, 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1183, 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 9080992, 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 22, 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 1181440, 2024-07-27T18:20:25.158 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 20167016, 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 45432832 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 45629440, 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 1159832, 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 4472832, 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 2859008, 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1759, 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 11345632, 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 22, 2024-07-27T18:20:25.159 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 2457856, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 23571848, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 48488448 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 33267712, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 1338864, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 13213696, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1244, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 8633136, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 21, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 1344512, 2024-07-27T18:20:25.160 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 19329760, 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 46481408 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.0": { 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 47325184, 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 926648, 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 16384, 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 122880, 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1447, 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 5134688, 2024-07-27T18:20:25.161 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:25.162 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 2500864, 2024-07-27T18:20:25.162 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 35994088, 2024-07-27T18:20:25.162 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 47448064 2024-07-27T18:20:25.162 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.162 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.1": { 2024-07-27T18:20:25.162 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 50257920, 2024-07-27T18:20:25.162 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 1582976, 2024-07-27T18:20:25.162 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:25.162 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:25.162 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 270336, 2024-07-27T18:20:25.162 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1785, 2024-07-27T18:20:25.162 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 7027120, 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 3224832, 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 35670480, 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 50528256 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.2": { 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 45146112, 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 687144, 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 204800, 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1274, 2024-07-27T18:20:25.163 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 4399120, 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 2805248, 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 34502088, 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 45350912 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.3": { 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 44146688, 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 753016, 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 155648, 2024-07-27T18:20:25.164 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1256, 2024-07-27T18:20:25.165 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.165 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 4463400, 2024-07-27T18:20:25.165 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:25.165 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 1492480, 2024-07-27T18:20:25.165 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 34685280, 2024-07-27T18:20:25.165 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 44302336 2024-07-27T18:20:25.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.165 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.4": { 2024-07-27T18:20:25.165 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 47718400, 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 1904088, 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 647168, 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1639, 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 5286776, 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 3517952, 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 34257072, 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 48365568 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.166 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.5": { 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 49455104, 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 1935256, 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 90112, 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1696, 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 5564640, 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 3894272, 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 35308424, 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 49545216 2024-07-27T18:20:25.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.6": { 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 45694976, 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 834960, 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 16384, 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 704512, 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1290, 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 5050152, 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 46, 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 1982976, 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 35057992, 2024-07-27T18:20:25.168 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 46399488 2024-07-27T18:20:25.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.169 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.7": { 2024-07-27T18:20:25.169 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 49340416, 2024-07-27T18:20:25.169 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 2065088, 2024-07-27T18:20:25.169 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2752512, 2024-07-27T18:20:25.169 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T18:20:25.169 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 204800, 2024-07-27T18:20:25.169 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 1750, 2024-07-27T18:20:25.169 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T18:20:25.169 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 6017616, 2024-07-27T18:20:25.169 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 47, 2024-07-27T18:20:25.169 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 3411968, 2024-07-27T18:20:25.170 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 35093232, 2024-07-27T18:20:25.170 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 49545216 2024-07-27T18:20:25.170 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.170 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.170 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.170 INFO:tasks.workunit.client.0.smithi029.stdout: "hosts": { 2024-07-27T18:20:25.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num": 2, 2024-07-27T18:20:25.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mds": 2, 2024-07-27T18:20:25.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mgr": 2, 2024-07-27T18:20:25.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mon": 2, 2024-07-27T18:20:25.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_osd": 2 2024-07-27T18:20:25.170 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "io_rate": { 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_stats_delta": { 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 0, 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 0, 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "stamp_delta": "12.002346", 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:25.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 290, 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 368, 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 64, 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 0, 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T18:20:25.174 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T18:20:25.175 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 0, 2024-07-27T18:20:25.175 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T18:20:25.175 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T18:20:25.175 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T18:20:25.175 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T18:20:25.175 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.175 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 0 2024-07-27T18:20:25.175 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.175 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.175 INFO:tasks.workunit.client.0.smithi029.stdout: "leaderboard": false, 2024-07-27T18:20:25.175 INFO:tasks.workunit.client.0.smithi029.stdout: "leaderboard_description": null, 2024-07-27T18:20:25.175 INFO:tasks.workunit.client.0.smithi029.stdout: "license": "sharing-1-0", 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: "mempool": { 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.176 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.177 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.177 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.177 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.177 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.177 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.177 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.177 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.177 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.177 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.177 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.177 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.177 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.178 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.180 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 150168, 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 33 2024-07-27T18:20:25.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.182 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.182 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.182 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.182 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 928, 2024-07-27T18:20:25.182 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2 2024-07-27T18:20:25.182 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.182 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.182 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.182 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.184 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.184 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.184 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.184 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.184 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.184 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.185 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.185 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.185 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.185 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T18:20:25.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.185 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.185 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.185 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.187 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.189 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 222727, 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 72 2024-07-27T18:20:25.190 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 51704, 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 208 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.191 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 8304, 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 141 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.192 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.193 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.82babd1b77a274a708e989ccd54f19fb5fe59932": { 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.195 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.198 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.198 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.198 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.198 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.198 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.198 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1422917, 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 441 2024-07-27T18:20:25.199 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.200 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6880, 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 140 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12744, 2024-07-27T18:20:25.202 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1546 2024-07-27T18:20:25.202 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.202 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.202 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5312, 2024-07-27T18:20:25.202 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 103 2024-07-27T18:20:25.202 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.202 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.202 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.202 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.202 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.202 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.202 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.206 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.207 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1241899, 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 376 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 352, 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 4 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.208 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.209 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6880, 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 140 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12744, 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1546 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10624, 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 206 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.211 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.214 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1190211, 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 371 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.217 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6880, 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 140 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.218 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12744, 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1546 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5312, 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 103 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.219 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.0": { 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6000, 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 75 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23408, 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 209 2024-07-27T18:20:25.221 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1824, 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 46 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 610304, 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 18 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 59100, 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10770 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 148496, 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 250 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11820, 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 784 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10032, 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 209 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 34002, 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 218 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23408, 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 209 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 447715, 2024-07-27T18:20:25.224 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 98 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2442108, 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 194 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 7040, 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 80 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 521640, 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 45 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 102024, 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 201 2024-07-27T18:20:25.226 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242168, 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3547 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.1": { 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5360, 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 67 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22064, 2024-07-27T18:20:25.230 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 197 2024-07-27T18:20:25.230 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1488, 2024-07-27T18:20:25.230 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 43 2024-07-27T18:20:25.230 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 31503, 2024-07-27T18:20:25.230 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 7 2024-07-27T18:20:25.230 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.231 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 92341, 2024-07-27T18:20:25.231 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 15890 2024-07-27T18:20:25.231 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.231 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.231 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 207656, 2024-07-27T18:20:25.231 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 337 2024-07-27T18:20:25.231 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.231 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.231 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10000, 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 611 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9456, 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 197 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 30070, 2024-07-27T18:20:25.232 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 205 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22064, 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 197 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 736, 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 467694, 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 103 2024-07-27T18:20:25.233 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12112, 2024-07-27T18:20:25.234 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.234 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.234 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2451613, 2024-07-27T18:20:25.234 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 191 2024-07-27T18:20:25.234 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.234 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5280, 2024-07-27T18:20:25.234 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 60 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 452088, 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 39 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.235 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 8528, 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 22 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242936, 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3583 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.236 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.2": { 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.237 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4800, 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 60 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 21840, 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 195 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1264, 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 41 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16384, 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 4 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 49872, 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9367 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 133536, 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 228 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9064, 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 599 2024-07-27T18:20:25.240 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9360, 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 195 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 28102, 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 196 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 21840, 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 195 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 736, 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 377119, 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 80 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12112, 2024-07-27T18:20:25.242 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2414530, 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 175 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4488, 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 51 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.243 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 359352, 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 31 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 8320, 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 24 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242680, 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3571 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.3": { 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:25.246 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4560, 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 57 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22400, 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 200 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480, 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 34 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 51440, 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9693 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 138296, 2024-07-27T18:20:25.249 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 235 2024-07-27T18:20:25.249 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9868, 2024-07-27T18:20:25.249 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 617 2024-07-27T18:20:25.249 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9600, 2024-07-27T18:20:25.249 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 200 2024-07-27T18:20:25.249 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 29054, 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 203 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22400, 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 200 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2208, 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 370562, 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 78 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 26565, 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2429607, 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 180 2024-07-27T18:20:25.251 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4752, 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 54 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 428904, 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 37 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.252 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10400, 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 20 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242168, 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3547 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.253 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.254 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.4": { 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.255 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3920, 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 49 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22400, 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 200 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 816, 2024-07-27T18:20:25.256 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 37 2024-07-27T18:20:25.257 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.257 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.257 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.257 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.257 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.257 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.257 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 94156, 2024-07-27T18:20:25.257 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 16216 2024-07-27T18:20:25.257 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.257 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.257 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 208336, 2024-07-27T18:20:25.257 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 338 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10060, 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 617 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9600, 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 200 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.258 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 29822, 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 206 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22400, 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 200 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 736, 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.259 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 953056, 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 78 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12112, 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2462084, 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 188 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4752, 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 54 2024-07-27T18:20:25.260 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 452088, 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 39 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.261 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 8944, 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 18 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242424, 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3559 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.262 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.5": { 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.263 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3280, 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 41 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22288, 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 199 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480, 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 34 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.265 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.266 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 92545, 2024-07-27T18:20:25.266 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 15973 2024-07-27T18:20:25.266 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.266 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.266 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 209016, 2024-07-27T18:20:25.266 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 339 2024-07-27T18:20:25.266 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.266 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.266 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10184, 2024-07-27T18:20:25.266 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 618 2024-07-27T18:20:25.266 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9552, 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 199 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 30246, 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.267 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 22288, 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 199 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2208, 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 863801, 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 56 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.268 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 26565, 2024-07-27T18:20:25.269 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9 2024-07-27T18:20:25.269 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.269 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.269 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2440082, 2024-07-27T18:20:25.269 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 190 2024-07-27T18:20:25.269 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.269 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.269 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5368, 2024-07-27T18:20:25.269 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 61 2024-07-27T18:20:25.269 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.269 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.269 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 463680, 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 40 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 13520, 2024-07-27T18:20:25.270 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 26 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242680, 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3571 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.271 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.6": { 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.272 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.273 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2800, 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 35 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23184, 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 704, 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 36 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.274 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 29296, 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 6 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 52843, 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10080 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 138976, 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 236 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11188, 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 773 2024-07-27T18:20:25.275 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9936, 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 30674, 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 204 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23184, 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 845634, 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 53 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.277 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2408508, 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 167 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4928, 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 56 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.278 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 440496, 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 38 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 101192, 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 205 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242936, 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3583 2024-07-27T18:20:25.279 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.280 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.7": { 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6304, 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T18:20:25.281 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16896, 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2240, 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 28 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23184, 2024-07-27T18:20:25.282 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1936, 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 47 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 316016, 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 17 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 98772, 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 16995 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.283 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T18:20:25.284 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 214456, 2024-07-27T18:20:25.284 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 347 2024-07-27T18:20:25.284 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.284 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T18:20:25.284 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12084, 2024-07-27T18:20:25.284 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 781 2024-07-27T18:20:25.284 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.284 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T18:20:25.284 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 9936, 2024-07-27T18:20:25.284 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:25.284 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.284 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 33490, 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 215 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23184, 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 207 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.285 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 186018, 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 36 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2441980, 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 203 2024-07-27T18:20:25.286 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6688, 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 76 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 533232, 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 46 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T18:20:25.287 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 105976, 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 251 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 242168, 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3547 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.288 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.289 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: "metadata": { 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 2 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 1, 2024-07-27T18:20:25.290 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 2 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 2 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 2 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 2 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.291 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 2 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 3 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 3 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 2, 2024-07-27T18:20:25.292 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 3 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 3 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 3 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 3 2024-07-27T18:20:25.293 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 3 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 8 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T18:20:25.294 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 4, 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 4 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 8 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 8 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 8 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T18:20:25.295 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 8 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 8 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_objectstore": { 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": 8 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: "rotational": { 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: "0": 8 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.296 INFO:tasks.workunit.client.0.smithi029.stdout: "features": { 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "optional": [], 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "persistent": [ 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "kraken", 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "luminous", 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "mimic", 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap-prune", 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "nautilus", 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "octopus", 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "pacific", 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "elector-pinging", 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "quincy", 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "reef" 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.297 INFO:tasks.workunit.client.0.smithi029.stdout: "ipv4_addr_mons": 6, 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: "ipv6_addr_mons": 0, 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: "min_mon_release": 18, 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: "v1_addr_mons": 3, 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: "v2_addr_mons": 3 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: "organization": "ceph-qa", 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster_network": false, 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8, 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: "require_min_compat_client": "luminous", 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: "require_osd_release": "reef" 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_perf_histograms": [ 2024-07-27T18:20:25.298 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T18:20:25.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T18:20:25.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T18:20:25.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T18:20:25.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T18:20:25.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T18:20:25.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T18:20:25.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T18:20:25.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T18:20:25.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T18:20:25.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T18:20:25.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T18:20:25.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T18:20:25.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T18:20:25.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T18:20:25.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T18:20:25.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T18:20:25.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.305 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.310 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.326 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.326 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.326 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.329 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T18:20:25.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T18:20:25.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.332 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T18:20:25.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T18:20:25.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T18:20:25.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T18:20:25.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T18:20:25.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T18:20:25.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T18:20:25.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T18:20:25.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T18:20:25.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T18:20:25.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T18:20:25.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T18:20:25.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T18:20:25.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T18:20:25.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T18:20:25.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T18:20:25.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T18:20:25.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T18:20:25.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T18:20:25.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T18:20:25.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T18:20:25.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T18:20:25.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T18:20:25.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T18:20:25.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T18:20:25.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.344 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.347 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.358 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T18:20:25.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T18:20:25.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T18:20:25.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:25.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T18:20:25.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T18:20:25.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.376 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.379 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.387 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T18:20:25.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T18:20:25.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T18:20:25.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T18:20:25.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T18:20:25.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T18:20:25.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 11, 3, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 12, 5, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 18, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 9, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.399 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.402 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T18:20:25.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T18:20:25.416 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.416 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.416 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_counters": { 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: "caps": { 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_flush_ack": { 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_flushsnap_ack": { 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.417 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_grant": { 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_revoke": { 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_trunc": { 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_commit": { 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.418 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_fetch_complete": { 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_fetch_keys": { 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_merge": { 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_split": { 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: "exported_inodes": { 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.419 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: "forward": { 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_cap_release": { 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_caps": { 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_caps_dirty": { 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_inode_file_caps": { 2024-07-27T18:20:25.420 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.421 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.421 INFO:tasks.workunit.client.0.smithi029.stdout: "imported_inodes": { 2024-07-27T18:20:25.421 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.421 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.421 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes": { 2024-07-27T18:20:25.421 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:25.421 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.421 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes_expired": { 2024-07-27T18:20:25.421 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.421 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.421 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes_pinned": { 2024-07-27T18:20:25.421 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes_with_caps": { 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: "load_cent": { 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: "openino_dir_fetch": { 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: "process_request_cap_release": { 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.422 INFO:tasks.workunit.client.0.smithi029.stdout: "reply_latency": { 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 97808 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: "request": { 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: "root_rbytes": { 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: "root_rfiles": { 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.423 INFO:tasks.workunit.client.0.smithi029.stdout: "root_rsnaps": { 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_reply": { 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: "subtrees": { 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_cache": { 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_enqueue_scrub": { 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.424 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_exportdir": { 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_flush": { 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_fragmentdir": { 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_fragstats": { 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_inodestats": { 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.425 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_recovering_enqueued": { 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_recovering_prioritized": { 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_recovering_processing": { 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_strays": { 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.426 INFO:tasks.workunit.client.0.smithi029.stdout: "num_strays_delayed": { 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: "num_strays_enqueuing": { 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_completed": { 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_started": { 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_created": { 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_enqueued": { 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_migrated": { 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_reintegrated": { 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_log": { 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: "ev": { 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T18:20:25.428 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: "evadd": { 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: "evex": { 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: "evexd": { 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: "evexg": { 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: "evtrm": { 2024-07-27T18:20:25.429 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: "jlat": { 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6146341 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: "replayed": { 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: "seg": { 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: "segadd": { 2024-07-27T18:20:25.430 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: "segex": { 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: "segexd": { 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: "segexg": { 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: "segtrm": { 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.431 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_mem": { 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: "cap": { 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: "cap+": { 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: "cap-": { 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: "dir": { 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.432 INFO:tasks.workunit.client.0.smithi029.stdout: "dir+": { 2024-07-27T18:20:25.433 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T18:20:25.433 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.433 INFO:tasks.workunit.client.0.smithi029.stdout: "dir-": { 2024-07-27T18:20:25.433 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.433 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.433 INFO:tasks.workunit.client.0.smithi029.stdout: "dn": { 2024-07-27T18:20:25.433 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:25.433 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.433 INFO:tasks.workunit.client.0.smithi029.stdout: "dn+": { 2024-07-27T18:20:25.433 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:25.433 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.433 INFO:tasks.workunit.client.0.smithi029.stdout: "dn-": { 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: "heap": { 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 207124 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: "ino": { 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: "ino+": { 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: "ino-": { 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.434 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: "rss": { 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 41648 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_server": { 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: "cap_acquisition_throttle": { 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: "cap_revoke_eviction": { 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_request": { 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.435 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_session": { 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_peer_request": { 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: "req_create_latency": { 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: "req_getattr_latency": { 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.436 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 97808 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: "req_getfilelock_latency": { 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: "req_getvxattr_latency": { 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: "req_link_latency": { 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.437 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookup_latency": { 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookuphash_latency": { 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupino_latency": { 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.438 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupname_latency": { 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupparent_latency": { 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupsnap_latency": { 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lssnap_latency": { 2024-07-27T18:20:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.440 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.440 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.440 INFO:tasks.workunit.client.0.smithi029.stdout: "req_mkdir_latency": { 2024-07-27T18:20:25.440 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.440 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.440 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.440 INFO:tasks.workunit.client.0.smithi029.stdout: "req_mknod_latency": { 2024-07-27T18:20:25.440 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.440 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.440 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.440 INFO:tasks.workunit.client.0.smithi029.stdout: "req_mksnap_latency": { 2024-07-27T18:20:25.440 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: "req_open_latency": { 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: "req_readdir_latency": { 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rename_latency": { 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.441 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: "req_renamesnap_latency": { 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rmdir_latency": { 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rmsnap_latency": { 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.442 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rmxattr_latency": { 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setattr_latency": { 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setdirlayout_latency": { 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setfilelock_latency": { 2024-07-27T18:20:25.443 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setlayout_latency": { 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setxattr_latency": { 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: "req_snapdiff_latency": { 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.444 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: "req_symlink_latency": { 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: "req_unlink_latency": { 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_sessions": { 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: "average_load": { 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.445 INFO:tasks.workunit.client.0.smithi029.stdout: "avg_session_uptime": { 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: "mdthresh_evicted": { 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: "session_count": { 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: "session_remove": { 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.446 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: "sessions_open": { 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: "sessions_stale": { 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: "total_load": { 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: "purge_queue": { 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executed": { 2024-07-27T18:20:25.448 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executed_ops": { 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing": { 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing_high_water": { 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing_ops": { 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing_ops_high_water": { 2024-07-27T18:20:25.449 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_item_in_journal": { 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.82babd1b77a274a708e989ccd54f19fb5fe59932": { 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: "election_call": { 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: "election_lose": { 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.450 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: "election_win": { 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_elections": { 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": { 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.451 INFO:tasks.workunit.client.0.smithi029.stdout: "session_rm": { 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: "session_trim": { 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: "paxos": { 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: "accept_timeout": { 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: "begin": { 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 860 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.452 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_bytes": { 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 860, 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4085889 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_keys": { 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_latency": { 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 860, 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 102998343 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: "collect": { 2024-07-27T18:20:25.453 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_bytes": { 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_keys": { 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_latency": { 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.454 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_timeout": { 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_uncommitted": { 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: "commit": { 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 862 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_bytes": { 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_keys": { 2024-07-27T18:20:25.455 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_latency": { 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_ack_timeout": { 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_timeout": { 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.456 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn": { 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn_latency": { 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh": { 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 862 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh_latency": { 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 862, 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1968968327 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.457 INFO:tasks.workunit.client.0.smithi029.stdout: "restart": { 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state": { 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_bytes": { 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_keys": { 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.458 INFO:tasks.workunit.client.0.smithi029.stdout: "start_leader": { 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: "start_peon": { 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state": { 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 861 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_bytes": { 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 861, 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8010433 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_keys": { 2024-07-27T18:20:25.459 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 861, 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5809 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_latency": { 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 861, 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 97998429 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache": { 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020054731 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42811392 2024-07-27T18:20:25.460 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31727616 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2147483648 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11083776 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:full": { 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 348127232 2024-07-27T18:20:25.461 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 277004107 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 314282 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.462 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.463 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70808843 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.464 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:inc": { 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 348127232 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 277004107 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.465 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44462 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.466 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71078663 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:kv": { 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 322961408 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 184669404 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.469 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.470 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.470 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.470 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.470 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.470 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.470 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.470 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.470 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.470 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.470 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71183140 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb": { 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: "compact": { 2024-07-27T18:20:25.471 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_len": { 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_merge": { 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_range": { 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: "get_latency": { 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 37094, 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 105704447 2024-07-27T18:20:25.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_delay_time": { 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_memtable_time": { 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_pre_and_post_time": { 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_wal_time": { 2024-07-27T18:20:25.473 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_latency": { 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_sync_latency": { 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1852, 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 227734461 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.474 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: "election_call": { 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: "election_lose": { 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: "election_win": { 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: "num_elections": { 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9 2024-07-27T18:20:25.475 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": { 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: "session_rm": { 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 171 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: "session_trim": { 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.476 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: "paxos": { 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: "accept_timeout": { 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: "begin": { 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 992 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_bytes": { 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 992, 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5160789 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_keys": { 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 992, 2024-07-27T18:20:25.477 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2976 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_latency": { 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 992, 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 138997762 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: "collect": { 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_bytes": { 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.478 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_keys": { 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_latency": { 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_timeout": { 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_uncommitted": { 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.479 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: "commit": { 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 992 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_bytes": { 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 992, 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5089421 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_keys": { 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 992, 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5681 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_latency": { 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 992, 2024-07-27T18:20:25.480 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 140681474 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_ack_timeout": { 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_timeout": { 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn": { 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn_latency": { 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.481 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh": { 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 994 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh_latency": { 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 994, 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2367961938 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: "restart": { 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state": { 2024-07-27T18:20:25.482 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_bytes": { 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1627 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_keys": { 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: "start_leader": { 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.483 INFO:tasks.workunit.client.0.smithi029.stdout: "start_peon": { 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state": { 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_bytes": { 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_keys": { 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_latency": { 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache": { 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020054731 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45867008 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.485 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38584320 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2147483648 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7282688 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:full": { 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 348127232 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.486 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 277004766 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 314963 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.487 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70807503 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:inc": { 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 348127232 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 277004766 2024-07-27T18:20:25.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42023 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71080443 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:kv": { 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 322961408 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.493 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 184669844 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71182700 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb": { 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: "compact": { 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.496 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_len": { 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_merge": { 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_range": { 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: "get_latency": { 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 44326, 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 183605084 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_delay_time": { 2024-07-27T18:20:25.497 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_memtable_time": { 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_pre_and_post_time": { 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_wal_time": { 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_latency": { 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_sync_latency": { 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2162, 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 291171879 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:25.499 INFO:tasks.workunit.client.0.smithi029.stdout: "election_call": { 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: "election_lose": { 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: "election_win": { 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_elections": { 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": { 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:25.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: "session_rm": { 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 54 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: "session_trim": { 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: "paxos": { 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: "accept_timeout": { 2024-07-27T18:20:25.501 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.502 INFO:tasks.workunit.client.0.smithi029.stdout: "begin": { 2024-07-27T18:20:25.502 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 869 2024-07-27T18:20:25.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.502 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_bytes": { 2024-07-27T18:20:25.502 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 869, 2024-07-27T18:20:25.502 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4111051 2024-07-27T18:20:25.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.502 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_keys": { 2024-07-27T18:20:25.502 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.502 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_latency": { 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 869, 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 136997035 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: "collect": { 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_bytes": { 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 146 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_keys": { 2024-07-27T18:20:25.503 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_latency": { 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 999978 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_timeout": { 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_uncommitted": { 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: "commit": { 2024-07-27T18:20:25.504 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 870 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_bytes": { 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_keys": { 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_latency": { 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.505 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_ack_timeout": { 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_timeout": { 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn": { 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn_latency": { 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.506 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh": { 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 870 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh_latency": { 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 870, 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1972957306 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: "restart": { 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state": { 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.507 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_bytes": { 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_keys": { 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: "start_leader": { 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: "start_peon": { 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.508 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state": { 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 870 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_bytes": { 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 870, 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8058848 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_keys": { 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 870, 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5879 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_latency": { 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 870, 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 477989652 2024-07-27T18:20:25.509 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.510 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache": { 2024-07-27T18:20:25.510 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:25.510 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020054731 2024-07-27T18:20:25.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.510 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:25.510 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 43859968 2024-07-27T18:20:25.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.510 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:25.510 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32800768 2024-07-27T18:20:25.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.510 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2147483648 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11059200 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:full": { 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 348127232 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 277003690 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 315393 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.512 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.513 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70808149 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:inc": { 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 348127232 2024-07-27T18:20:25.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 277003690 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44462 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.515 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.516 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71079080 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.517 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:kv": { 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 322961408 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 184669127 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.518 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.519 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.520 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71183417 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb": { 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: "compact": { 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_len": { 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_merge": { 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_range": { 2024-07-27T18:20:25.521 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: "get_latency": { 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 37056, 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 92470679 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_delay_time": { 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_memtable_time": { 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_pre_and_post_time": { 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_wal_time": { 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_latency": { 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_sync_latency": { 2024-07-27T18:20:25.523 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1897, 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 723002623 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.0": { 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.524 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:25.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2998272 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:25.526 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1916928 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1777664 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.527 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:25.528 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.528 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.528 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:25.529 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.529 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:25.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:25.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:25.533 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.534 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4853760 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1409024 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4, 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 188618 2024-07-27T18:20:25.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 26, 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 66732 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 421, 2024-07-27T18:20:25.537 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 77636637 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 405, 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16486532 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 421, 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 420972 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 421, 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 78057609 2024-07-27T18:20:25.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 60591 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8, 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20294 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.539 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4, 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14557 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:25.540 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 915 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 251 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 136, 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2150622 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 351225 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.541 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 218, 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1562805 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42690 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7161251 2024-07-27T18:20:25.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 130, 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8732449 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 130, 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 440152925674 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 130, 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 190309780092 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.543 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 78030845521 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56403 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 518144 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 164274559 2024-07-27T18:20:25.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 188586 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 80012011 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24662941 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:25.545 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 948093 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 64, 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 290121 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 276710862 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 29112717 2024-07-27T18:20:25.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 521, 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3448870 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1862414361 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44695552 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.547 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44482560 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3138494976 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 212992 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.548 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85516896 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 610304 2024-07-27T18:20:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73256352 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:25.551 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641376724 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.553 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71652828 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.555 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57011264 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.556 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.557 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.558 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.558 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.558 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68817392 2024-07-27T18:20:25.558 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.558 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:25.558 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.558 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:25.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.558 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.558 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641376724 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2497 2024-07-27T18:20:25.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6244 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 263531 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.560 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71382684 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.562 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:25.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 616 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6, 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20403656 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:25.564 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7, 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3435712 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6, 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17270738 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.565 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:25.566 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.566 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.566 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:25.566 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.566 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.566 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:25.566 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.566 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.566 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.566 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:25.566 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.566 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:25.567 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.568 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 616 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6, 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20403656 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.570 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:25.570 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7, 2024-07-27T18:20:25.570 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3435712 2024-07-27T18:20:25.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.570 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:25.570 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6, 2024-07-27T18:20:25.570 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17270738 2024-07-27T18:20:25.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.570 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:25.570 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.570 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1771104 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 29073408 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.571 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.1": { 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9953280 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.573 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:25.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6303744 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6164480 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.575 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:25.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:25.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.578 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.579 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:25.580 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.580 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.580 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:25.580 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.580 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.580 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:25.580 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.580 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.580 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:25.580 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.580 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.580 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16195584 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 806912 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:25.581 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 516073 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.582 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 34, 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 87151 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:25.583 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1492, 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 327371337 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1487, 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27544334 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1492, 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1567611 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1492, 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 328938948 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.584 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42308 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4, 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11442 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.585 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.586 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:25.586 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.586 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.586 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.586 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:25.586 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T18:20:25.586 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15689 2024-07-27T18:20:25.586 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.586 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:25.586 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3967 2024-07-27T18:20:25.586 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.586 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 358 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 148, 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2249142 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 377, 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 323812 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 229, 2024-07-27T18:20:25.587 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1402732 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 103, 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5720769 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2050365290 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.588 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 130, 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69777129 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 129, 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 291610575695 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 130, 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 168240401791 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:25.589 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3528, 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85296408878 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3528, 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 223629 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 239646160 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 722799292 2024-07-27T18:20:25.590 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.591 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:25.591 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:25.591 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 583797 2024-07-27T18:20:25.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.591 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:25.591 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:25.591 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 425719721 2024-07-27T18:20:25.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.591 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:25.591 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:25.591 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 224338121 2024-07-27T18:20:25.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 356903 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 63, 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 292478 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3663124033 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:25.592 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 262421299 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3529, 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 107746164 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1862414361 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 47775744 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.593 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 47366144 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3138494976 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 409600 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:25.594 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85547066 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.595 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24576 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.596 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73811910 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.597 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641602997 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.598 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.599 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.599 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.599 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.599 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.599 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.599 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.599 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.599 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71426555 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.601 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57031377 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68797279 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.604 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641602997 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 355273 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.606 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71073410 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.607 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.608 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 39 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 157 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.609 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2429467 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 157, 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 375644860 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1041 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.610 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 157, 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 55374170 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 157, 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 170899539 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 33, 2024-07-27T18:20:25.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5287286 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1041 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 33, 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4487994 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 33, 2024-07-27T18:20:25.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3666891 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22, 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19835891 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22, 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8434696 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22, 2024-07-27T18:20:25.614 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18593019 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 102 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2429467 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 102, 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 350521683 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:25.615 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 102, 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42451480 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 102, 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 148639629 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.616 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 590368 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32669696 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.617 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.2": { 2024-07-27T18:20:25.618 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.618 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:25.618 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.618 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.618 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:25.618 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.618 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.618 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:25.618 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:25.618 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.618 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:25.618 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2252800 2024-07-27T18:20:25.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:25.620 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1413120 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1273856 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.621 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:25.622 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:25.623 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.624 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.625 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:25.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3604480 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 798720 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.627 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4, 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 211559 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:25.628 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13, 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17922 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.629 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 298, 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 60749652 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 293, 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6524708 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 298, 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 354138 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:25.630 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 298, 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 61103790 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33416 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1965 2024-07-27T18:20:25.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3538 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:25.632 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 639 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 229 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 105, 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1167250 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 284, 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 308290 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.633 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 179, 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 589133 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 121266 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:25.634 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5618582 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 122, 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7487157 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 121, 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 254326498587 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 122, 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 147689743714 2024-07-27T18:20:25.635 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 353, 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 79318106585 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 353, 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 36529 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 455628 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:25.636 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 109919470 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 128125 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 47671924 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19392218 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 356997 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 56, 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 259550 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 183114684 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22725777 2024-07-27T18:20:25.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 354, 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2328063 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1862414361 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42598400 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:25.639 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42385408 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3138494976 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 212992 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.640 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85554773 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16384 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.642 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73812395 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.643 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:25.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.644 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.644 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.644 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.644 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.644 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.644 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641660800 2024-07-27T18:20:25.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.644 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.644 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.646 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.646 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:25.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.646 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.646 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.646 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.646 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.646 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.646 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71368752 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:25.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57036515 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.648 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.650 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.650 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.650 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.650 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.650 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68792141 2024-07-27T18:20:25.650 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.650 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.650 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:25.650 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.650 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:25.650 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.650 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641660800 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 233887 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.652 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71136993 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:25.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.654 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.654 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.654 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:25.654 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.654 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.654 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.654 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.654 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:25.655 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10, 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71043721 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:25.656 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10, 2024-07-27T18:20:25.657 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4427293 2024-07-27T18:20:25.657 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.657 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:25.657 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10, 2024-07-27T18:20:25.657 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 35470642 2024-07-27T18:20:25.657 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.657 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.657 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.657 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.657 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:25.657 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.657 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:25.658 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:25.659 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.660 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:25.660 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.660 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:25.660 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.660 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:25.660 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.660 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.660 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:25.661 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.661 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.661 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.661 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T18:20:25.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.661 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:25.661 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.661 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:25.661 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10, 2024-07-27T18:20:25.661 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71043721 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10, 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4427293 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10, 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 35470642 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.662 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:25.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.663 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:25.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.663 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:25.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.663 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:25.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.663 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28467200 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.3": { 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:25.664 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.665 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1196032 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 856064 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 716800 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:25.667 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:25.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.669 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:25.670 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:25.670 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.670 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:25.670 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:25.670 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.670 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:25.670 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:25.670 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.670 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:25.670 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5503 2024-07-27T18:20:25.670 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.670 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5503 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.671 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:25.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1990656 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:25.673 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:25.674 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:25.674 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.674 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:25.674 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 819200 2024-07-27T18:20:25.674 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.674 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:25.674 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.674 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.674 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.674 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:25.674 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.674 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.675 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6302 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 162, 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 34312717 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:25.676 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 159, 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8554868 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 162, 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266417 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 162, 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 34579134 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.677 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45721 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1194 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.678 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13980 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 387 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:25.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 234 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 106, 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1025030 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 191, 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 287536 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 85, 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 198697 2024-07-27T18:20:25.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4353019 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61, 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4078927 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.681 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 58, 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 309929597507 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61, 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 91504651921 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 240, 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 625009 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:25.682 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 240, 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 25844 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 478939 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 105779054 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 83135 2024-07-27T18:20:25.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67214153 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14421143 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 359733 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:25.684 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 52, 2024-07-27T18:20:25.685 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 315210 2024-07-27T18:20:25.685 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.685 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:25.685 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:25.685 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192279302 2024-07-27T18:20:25.685 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.685 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:25.685 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:25.685 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17338687 2024-07-27T18:20:25.685 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.685 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:25.685 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 243, 2024-07-27T18:20:25.686 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1731431 2024-07-27T18:20:25.686 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.686 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.686 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:25.686 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:25.686 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1862414361 2024-07-27T18:20:25.686 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.686 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:25.686 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 41549824 2024-07-27T18:20:25.686 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.686 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:25.686 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 41271296 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3138494976 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 278528 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.687 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85555236 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.688 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.689 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73828316 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.690 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641664277 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.691 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.693 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71365275 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.694 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.695 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57036824 2024-07-27T18:20:25.695 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.695 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.695 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.695 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.695 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.695 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.695 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.695 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.695 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.695 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.695 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68791832 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.697 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641664277 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.698 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6032 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 238895 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.699 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71122476 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.700 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:25.701 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:25.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.701 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.701 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:25.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.701 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.701 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.702 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.702 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:25.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 37 2024-07-27T18:20:25.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.702 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:25.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.702 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:25.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.702 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.703 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 825154 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.707 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:25.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.707 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:25.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.707 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:25.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.707 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:25.707 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.708 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 825154 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.710 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:25.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.710 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:25.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.710 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:25.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.710 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:25.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28483584 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.4": { 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:25.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.712 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6168576 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.714 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:25.714 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:25.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.714 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:25.714 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3088384 2024-07-27T18:20:25.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.714 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:25.714 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2949120 2024-07-27T18:20:25.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.714 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:25.714 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:25.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:25.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.718 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.719 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9195520 2024-07-27T18:20:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 819200 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8, 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 636897 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:25.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.722 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:25.722 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.722 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:25.722 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.722 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:25.722 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.722 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1883 2024-07-27T18:20:25.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.722 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:25.723 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.723 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.723 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:25.723 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.723 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:25.723 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 707, 2024-07-27T18:20:25.723 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 459494891 2024-07-27T18:20:25.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.723 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:25.723 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 694, 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23070405 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 707, 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 687750 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 707, 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 460182641 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.724 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 36408 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1079 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10794 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3510 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 355 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 105, 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 975063 2024-07-27T18:20:25.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 177, 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 322994 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72, 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 173676 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 105, 2024-07-27T18:20:25.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6013459 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3783886054 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 48, 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31533570 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 47, 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 200517102957 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:25.728 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 48, 2024-07-27T18:20:25.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 74172770880 2024-07-27T18:20:25.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.729 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:25.731 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3388, 2024-07-27T18:20:25.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6285623868 2024-07-27T18:20:25.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.731 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:25.731 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3388, 2024-07-27T18:20:25.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 224918 2024-07-27T18:20:25.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.731 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:25.731 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:25.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 79621589 2024-07-27T18:20:25.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.731 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2541661053 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 525135 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1343768986 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 368969642 2024-07-27T18:20:25.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 357724 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46, 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 199544 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8118141731 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:25.733 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 403409646 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3389, 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 272335643 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1861457792 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:25.734 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45613056 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44851200 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3137369600 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 761856 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:25.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85490999 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.737 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73892553 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.738 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641182497 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.739 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.741 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71847055 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:25.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56993999 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68834657 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641182497 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.747 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.747 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.747 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.747 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 356419 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71492764 2024-07-27T18:20:25.748 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 39 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.750 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3877027 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:25.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 824873 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3781195 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:25.752 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:25.753 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:25.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3877027 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.756 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 824873 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3781195 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28487680 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.5": { 2024-07-27T18:20:25.758 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:25.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5820416 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2764800 2024-07-27T18:20:25.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2625536 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:25.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:25.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5505 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.765 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:25.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8523776 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 815104 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8, 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 517666 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4996 2024-07-27T18:20:25.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.770 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:25.770 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.770 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:25.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.770 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:25.770 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 628, 2024-07-27T18:20:25.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 525523659 2024-07-27T18:20:25.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.770 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 622, 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 21340517 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 628, 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570522 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 628, 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 526094181 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38702 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1051 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.772 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4243 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3467 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 362 2024-07-27T18:20:25.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.774 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:25.774 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 96, 2024-07-27T18:20:25.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 818926 2024-07-27T18:20:25.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.774 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:25.774 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 154, 2024-07-27T18:20:25.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 338648 2024-07-27T18:20:25.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.774 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:25.774 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 58, 2024-07-27T18:20:25.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 412114 2024-07-27T18:20:25.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 105, 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5730657 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3858658312 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46, 2024-07-27T18:20:25.775 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27972685 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 43, 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 263827615145 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46, 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 74405096529 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3381, 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6304940149 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.776 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3381, 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 216797 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 115920843 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2814496221 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:25.777 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 516163 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1587903293 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 372325213 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 359457 2024-07-27T18:20:25.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 38, 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 181463 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8749534035 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 404913477 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.779 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3384, 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 278367793 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1861457792 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46792704 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46383104 2024-07-27T18:20:25.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3137369600 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 409600 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85491059 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.782 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73892493 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:25.784 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641182943 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71846609 2024-07-27T18:20:25.787 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56994039 2024-07-27T18:20:25.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.790 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.790 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.790 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.790 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68834617 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641182943 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.792 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5849 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 353312 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71489576 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 40 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:25.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.796 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.797 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.798 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.799 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.800 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:25.802 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.803 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:25.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.803 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:25.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.803 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:25.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.803 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:25.804 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.804 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:25.804 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28479488 2024-07-27T18:20:25.804 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.804 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.804 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.6": { 2024-07-27T18:20:25.804 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.804 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:25.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.806 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:25.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.806 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:25.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:25.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.806 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:25.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1437696 2024-07-27T18:20:25.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.806 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:25.807 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.807 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:25.807 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.807 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:25.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.807 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:25.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:25.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.808 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:25.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1052672 2024-07-27T18:20:25.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.808 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:25.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 913408 2024-07-27T18:20:25.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.808 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:25.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:25.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.808 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:25.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.809 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:25.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:25.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:25.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.809 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:25.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:25.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.809 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:25.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:25.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.810 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:25.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:25.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.810 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:25.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:25.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.810 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:25.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.810 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:25.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5504 2024-07-27T18:20:25.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5504 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.813 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2428928 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.814 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1400832 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 55870 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:25.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.816 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:25.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.816 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:25.816 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7, 2024-07-27T18:20:25.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9764 2024-07-27T18:20:25.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.816 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:25.816 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 210, 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 54549043 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 208, 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6601746 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.817 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 210, 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 140423 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 210, 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 54689466 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:25.818 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.819 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 35298 2024-07-27T18:20:25.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.819 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:25.819 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.819 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1050 2024-07-27T18:20:25.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.819 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:25.819 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.819 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.819 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:25.819 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.820 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:25.820 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8482 2024-07-27T18:20:25.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.820 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:25.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 416 2024-07-27T18:20:25.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.820 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:25.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 267 2024-07-27T18:20:25.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.821 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:25.821 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 101, 2024-07-27T18:20:25.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1155814 2024-07-27T18:20:25.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.821 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:25.821 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 158, 2024-07-27T18:20:25.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 313928 2024-07-27T18:20:25.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.821 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:25.821 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 57, 2024-07-27T18:20:25.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 766329 2024-07-27T18:20:25.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17617 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9226084 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:25.822 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 39, 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2617843 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 39, 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 424763399528 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 39, 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 52032212793 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:25.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 564569 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31638 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3645748 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 99037654 2024-07-27T18:20:25.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 101094 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 64848116 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13429489 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.825 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 949666 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 32, 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 127361 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 190232569 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15783586 2024-07-27T18:20:25.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 300, 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1830485 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1861457792 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 43646976 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.827 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42885120 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3137369600 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 761856 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85496430 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16384 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73870738 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:25.831 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641223230 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:25.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.834 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.834 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.834 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.834 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71806322 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56997620 2024-07-27T18:20:25.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68831036 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641223230 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2463 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3695 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6158 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 238956 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71557178 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.842 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:25.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.842 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.842 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.842 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.842 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:25.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38 2024-07-27T18:20:25.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2812 2024-07-27T18:20:25.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13, 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 61151226 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15, 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6230281 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13, 2024-07-27T18:20:25.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 35569208 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:25.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2812 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13, 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 61151226 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15, 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6230281 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13, 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 35569208 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:25.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 29065216 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.7": { 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T18:20:25.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_main": { 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.852 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6004736 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T18:20:25.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27656192 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2953216 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2813952 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31850496 2024-07-27T18:20:25.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206272 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T18:20:25.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282048 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1286144 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T18:20:25.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4913 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5500 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5500 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.858 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8896512 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T18:20:25.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1400832 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 267685 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.862 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T18:20:25.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.862 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T18:20:25.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.862 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T18:20:25.862 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16, 2024-07-27T18:20:25.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 50750 2024-07-27T18:20:25.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.862 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T18:20:25.862 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 674, 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 489415175 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 663, 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 25748632 2024-07-27T18:20:25.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 674, 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 563924 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 674, 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 489979099 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.864 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T18:20:25.865 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T18:20:25.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33515 2024-07-27T18:20:25.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.865 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T18:20:25.865 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1161 2024-07-27T18:20:25.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.865 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T18:20:25.865 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.865 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4326 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3894 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 403 2024-07-27T18:20:25.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 144, 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3389850 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 234, 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 408544 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 90, 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2433361 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T18:20:25.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 101, 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5477556 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4008448484 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 26, 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 24254570 2024-07-27T18:20:25.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 26, 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 267291548847 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 26, 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 37577181301 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1371941521 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T18:20:25.869 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 196204 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3282571 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2833243587 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:25.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464382 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1470103538 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 365344310 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 947969 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.871 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 25, 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 100269 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8680651983 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 398961139 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T18:20:25.872 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3431, 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 274155812 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1861457792 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46792704 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46596096 2024-07-27T18:20:25.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.874 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T18:20:25.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3137369600 2024-07-27T18:20:25.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.874 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T18:20:25.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 196608 2024-07-27T18:20:25.874 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.874 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T18:20:25.874 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159383552 2024-07-27T18:20:25.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 85471646 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.875 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159744 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 143360 2024-07-27T18:20:25.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.877 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.877 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.877 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.877 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73608802 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 780140544 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.878 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641037347 2024-07-27T18:20:25.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.879 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.879 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.879 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.879 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71992205 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 192937984 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T18:20:25.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.882 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 464 2024-07-27T18:20:25.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.882 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56981097 2024-07-27T18:20:25.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.882 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.882 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.883 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68847559 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T18:20:25.884 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 713031680 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 641037347 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15624 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.886 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T18:20:25.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 362958 2024-07-27T18:20:25.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.887 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T18:20:25.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.887 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T18:20:25.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.887 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T18:20:25.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.887 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71615751 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.888 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 157 2024-07-27T18:20:25.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.890 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T18:20:25.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.890 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T18:20:25.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.890 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T18:20:25.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.890 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T18:20:25.890 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 157, 2024-07-27T18:20:25.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 105131966 2024-07-27T18:20:25.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.891 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T18:20:25.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266182 2024-07-27T18:20:25.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.891 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T18:20:25.891 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 159, 2024-07-27T18:20:25.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 37866789 2024-07-27T18:20:25.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.891 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T18:20:25.891 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 157, 2024-07-27T18:20:25.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 74538956 2024-07-27T18:20:25.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 110 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 110, 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17638828 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266182 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.892 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 110, 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15818229 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 110, 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12892958 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.894 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T18:20:25.894 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42, 2024-07-27T18:20:25.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 41218577 2024-07-27T18:20:25.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.894 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T18:20:25.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.894 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T18:20:25.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.894 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T18:20:25.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42, 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19028391 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42, 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38592046 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.895 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T18:20:25.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.896 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T18:20:25.896 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T18:20:25.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46274561 2024-07-27T18:20:25.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.896 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T18:20:25.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.896 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T18:20:25.896 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7, 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3020169 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23053952 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T18:20:25.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 29065216 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: "pools": [ 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.898 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr" 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 1, 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 1, 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 1, 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:25.899 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 1781760, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 1781760, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 2, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 2.4431008114333963e-06, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 502, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 690176, 2024-07-27T18:20:25.900 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 590368, 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 590368, 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 1771104, 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 243, 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 2473984 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T18:20:25.901 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.902 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:25.902 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:25.902 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:25.902 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:25.902 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:25.902 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 32, 2024-07-27T18:20:25.902 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 32, 2024-07-27T18:20:25.902 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 2, 2024-07-27T18:20:25.902 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:25.902 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:25.902 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:25.902 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 98304, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 98304, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 22, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 1.3479208860189829e-07, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 3430, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 3430, 2024-07-27T18:20:25.903 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 10290, 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 51, 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 20480 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:25.904 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 64, 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 64, 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 3, 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 0, 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 0, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 0, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 0.0, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 0, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 0, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:25.906 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 0, 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 0, 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 0 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd" 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T18:20:25.907 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 8, 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 8, 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 4, 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 729300904202, 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 12288, 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T18:20:25.908 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 12288, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 243100303360, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 2, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 1.6849011075237286e-08, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 19, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 19, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T18:20:25.909 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 57, 2024-07-27T18:20:25.910 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 2, 2024-07-27T18:20:25.910 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 2048 2024-07-27T18:20:25.910 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.910 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T18:20:25.910 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T18:20:25.910 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T18:20:25.910 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.910 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.910 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd": { 2024-07-27T18:20:25.910 INFO:tasks.workunit.client.0.smithi029.stdout: "mirroring_by_pool": [ 2024-07-27T18:20:25.910 INFO:tasks.workunit.client.0.smithi029.stdout: false 2024-07-27T18:20:25.910 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: "num_images_by_pool": [ 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pools": 1 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: "report_id": "4a2899af-8da4-4fc0-8c5a-a5b00bb0ec74", 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: "report_timestamp": "2024-07-27T18:20:24.548126", 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: "report_version": 1, 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_stats": { 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "7.9.2" 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: "rook": { 2024-07-27T18:20:25.911 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster": { 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: "external-mode": null, 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: "allow-multiple-per-node": null, 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: "count": null, 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: "max-id": null, 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: "pvc": { 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: "enabled": null 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: "stretch": { 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: "enabled": null 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: "network": { 2024-07-27T18:20:25.912 INFO:tasks.workunit.client.0.smithi029.stdout: "provider": null 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: "storage": { 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: "device-set": { 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: "non-portable": null, 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: "portable": null, 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: "total": null 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: "csi": { 2024-07-27T18:20:25.913 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: "kubernetes": { 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: "node": { 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: "kubernetes-total": null, 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: "with-ceph-daemons": null, 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-cephfs-plugin": null, 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-nfs-plugin": null, 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-rbd-plugin": null 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: "usage": { 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: "storage-class": { 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket": null, 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs": null, 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: "nfs": null, 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd": null, 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: "total": null 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T18:20:25.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: "services": {}, 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_per_pg": [ 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:25.916 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809095+0000", 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809095+0000", 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.809402+0000", 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:25.917 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:25.918 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:25.918 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:25.918 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.918 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:25.918 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853852+0000", 2024-07-27T18:20:25.918 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:25.918 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.918 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:25.918 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:25.918 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:25.918 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3f", 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:25.919 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:15:56.744583+0000", 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.920 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.923 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:25.924 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.800111+0000", 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.800111+0000", 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.800385+0000", 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:25.925 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853343+0000", 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:25.926 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3e", 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:33:31.364734+0000", 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:25.927 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.928 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:25.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.931 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.802254+0000", 2024-07-27T18:20:25.932 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.802254+0000", 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.802535+0000", 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:25.933 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774794+0000", 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:25.934 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3d", 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:44:25.592616+0000", 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.935 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.936 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.938 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:25.939 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:25.941 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:25.941 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.942 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.811472+0000", 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.811472+0000", 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.811955+0000", 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:25.944 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:25.945 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:25.945 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:25.945 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:25.945 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:25.945 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:25.945 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:25.945 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:25.945 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:25.945 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3c", 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:35:56.089277+0000", 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:25.949 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:25.950 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:25.950 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:25.950 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.950 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:25.950 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:25.950 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.950 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:25.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.814027+0000", 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.814027+0000", 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.814593+0000", 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853553+0000", 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:25.953 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3b", 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:25:55.750357+0000", 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:25.957 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:25.958 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.797796+0000", 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.797796+0000", 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.798265+0000", 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853347+0000", 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.960 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3a", 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:25.961 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:25.962 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:25.962 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:25.962 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:31:49.075012+0000", 2024-07-27T18:20:25.962 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:25.962 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:25.962 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:25.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:25.965 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:25.966 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.808732+0000", 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.808732+0000", 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.809146+0000", 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:25.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854248+0000", 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:25.968 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.39", 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 32, 2024-07-27T18:20:25.969 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:28:07.941699+0000", 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:25.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.974 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.974 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:25.974 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:25.974 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:25.974 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:25.974 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.974 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:25.974 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:25.974 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:25.974 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:25.974 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:25.974 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.801945+0000", 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.801945+0000", 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.802214+0000", 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:25.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773096+0000", 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:25.976 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.38", 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:09:40.651414+0000", 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:25.977 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:25.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:25.981 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.815445+0000", 2024-07-27T18:20:25.982 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.815445+0000", 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.815781+0000", 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:25.983 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853722+0000", 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:25.984 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.37", 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:40:11.690047+0000", 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.986 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:25.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:25.988 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.988 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:25.988 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:25.989 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.808033+0000", 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.808033+0000", 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.808348+0000", 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:25.990 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856334+0000", 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:25.991 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.36", 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:25.992 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:12:07.830848+0000", 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:25.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:25.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:25.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:25.996 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:25.997 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.798841+0000", 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.798841+0000", 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.799119+0000", 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:25.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:25.999 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.35", 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:28:11.407658+0000", 2024-07-27T18:20:26.000 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.004 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.798542+0000", 2024-07-27T18:20:26.005 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.798542+0000", 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.798882+0000", 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773906+0000", 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.007 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.34", 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:29:41.332371+0000", 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.008 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.009 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.010 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.011 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.012 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.799947+0000", 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.799947+0000", 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.800359+0000", 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.013 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774073+0000", 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.014 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.33", 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.015 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:17:14.911708+0000", 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.016 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.017 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.018 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.019 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.020 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.807404+0000", 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.807404+0000", 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807749+0000", 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.021 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774091+0000", 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.022 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.32", 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:48:02.494095+0000", 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.023 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.024 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.025 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.026 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.027 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.801804+0000", 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.801804+0000", 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.802107+0000", 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853154+0000", 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.029 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.31", 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.030 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:56:43.239993+0000", 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.034 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.035 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.807257+0000", 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.807257+0000", 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.808261+0000", 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:26.036 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853605+0000", 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.037 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.30", 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:01:13.130389+0000", 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.038 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.040 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.041 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.042 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.811602+0000", 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.811602+0000", 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.811867+0000", 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:26.043 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.044 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.044 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.044 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.044 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:26.044 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:26.044 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:26.044 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.044 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.044 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.044 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:26.044 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853556+0000", 2024-07-27T18:20:26.044 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.045 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2f", 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:28:50.900597+0000", 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.046 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.047 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.048 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.049 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.050 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.051 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.051 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.051 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.051 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.051 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:26.051 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803849+0000", 2024-07-27T18:20:26.051 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803849+0000", 2024-07-27T18:20:26.051 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.804182+0000", 2024-07-27T18:20:26.051 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:26.051 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.051 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.051 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.052 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.052 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:26.052 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:26.052 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:26.052 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.052 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.052 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.052 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:26.052 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855387+0000", 2024-07-27T18:20:26.052 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.052 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.052 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2e", 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.053 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:33:16.345567+0000", 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.057 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.058 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.806091+0000", 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.806091+0000", 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.806388+0000", 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:26.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854986+0000", 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.060 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2d", 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:59:27.510922+0000", 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.061 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.062 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.066 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.809724+0000", 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.809724+0000", 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.810118+0000", 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.067 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855041+0000", 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.068 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2c", 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 20, 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:02:14.666698+0000", 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.069 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.070 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.071 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.073 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.810275+0000", 2024-07-27T18:20:26.074 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.810275+0000", 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.810645+0000", 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.075 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774665+0000", 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.076 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2b", 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:59:22.620285+0000", 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.077 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.078 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.079 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.080 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.081 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809098+0000", 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809098+0000", 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.809399+0000", 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.082 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856032+0000", 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.083 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2a", 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.084 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:30:50.836271+0000", 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.085 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.086 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.086 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.086 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.086 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.086 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.086 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.086 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.086 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.086 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.086 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.086 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.086 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.088 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.089 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.812189+0000", 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.812189+0000", 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.812535+0000", 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.090 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773159+0000", 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.091 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.29", 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.092 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:55:29.115887+0000", 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.093 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.094 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.096 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.097 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803146+0000", 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803146+0000", 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.804125+0000", 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:26.098 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853166+0000", 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.099 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.28", 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:03:31.509606+0000", 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.100 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.101 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.103 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.105 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.105 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.105 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.105 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.105 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.105 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.105 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.105 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.105 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.105 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:26.105 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.804769+0000", 2024-07-27T18:20:26.105 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.804769+0000", 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807952+0000", 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.106 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774931+0000", 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.107 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.27", 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:32:45.218414+0000", 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.108 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.109 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.110 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.111 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.112 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803026+0000", 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803026+0000", 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.804121+0000", 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.113 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854762+0000", 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.114 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.26", 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:51:23.099510+0000", 2024-07-27T18:20:26.115 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.116 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.116 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.116 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.116 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.116 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.116 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.116 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.116 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.116 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.116 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.116 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.116 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.117 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.118 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.119 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:26.120 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.801098+0000", 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.801098+0000", 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.801383+0000", 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.121 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853271+0000", 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.122 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.25", 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:39:57.298291+0000", 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.126 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.127 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.127 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.127 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.127 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.127 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.127 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.127 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.127 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.127 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.127 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.127 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803346+0000", 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803346+0000", 2024-07-27T18:20:26.128 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.803778+0000", 2024-07-27T18:20:26.129 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:26.129 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.129 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.129 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.129 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.129 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:26.129 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:26.129 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:26.129 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.129 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.129 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.129 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774057+0000", 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.130 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.24", 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:59:36.728712+0000", 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.134 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.135 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.806748+0000", 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.806748+0000", 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807050+0000", 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774753+0000", 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.137 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.138 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.138 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.138 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.138 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.138 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.138 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.138 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.138 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.138 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.138 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.23", 2024-07-27T18:20:26.138 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T06:09:26.758096+0000", 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.142 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.143 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803199+0000", 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803199+0000", 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.803770+0000", 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853225+0000", 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.145 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.146 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.146 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.146 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.146 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.146 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.146 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.146 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.146 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.22", 2024-07-27T18:20:26.146 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.146 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.146 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.146 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.147 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.147 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:18:37.638380+0000", 2024-07-27T18:20:26.147 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.147 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.147 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.150 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.151 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.152 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.153 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.154 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.154 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:26.154 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.154 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.154 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.154 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.154 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.154 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.154 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:26.154 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.647394+0000", 2024-07-27T18:20:26.154 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.647394+0000", 2024-07-27T18:20:26.154 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.647785+0000", 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:26.155 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854566+0000", 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.21", 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 32, 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:00:51.552862+0000", 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.157 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.158 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.159 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.160 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.161 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.806513+0000", 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.806513+0000", 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.806992+0000", 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.162 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854267+0000", 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.163 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.20", 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.164 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:17:27.008972+0000", 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.165 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.166 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.166 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.166 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.166 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.166 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.166 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.166 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.166 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.166 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.166 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.166 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.167 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.168 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.169 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.170 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.170 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.170 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.170 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:26.170 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.796856+0000", 2024-07-27T18:20:26.170 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.796856+0000", 2024-07-27T18:20:26.170 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.797181+0000", 2024-07-27T18:20:26.170 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:26.170 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.170 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.170 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.170 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773577+0000", 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.171 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1a", 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:00:55.927532+0000", 2024-07-27T18:20:26.172 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.173 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.174 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.175 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.176 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.354254+0000", 2024-07-27T18:20:26.177 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.354254+0000", 2024-07-27T18:20:26.178 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.354530+0000", 2024-07-27T18:20:26.178 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:26.178 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.178 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.178 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.178 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.178 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:26.178 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:26.178 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:26.178 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.178 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.178 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774300+0000", 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:26.179 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1b", 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 27, 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:09:56.585246+0000", 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.181 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.181 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.181 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.181 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.181 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.181 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.181 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.181 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.181 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.181 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.181 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.181 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.182 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.183 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.183 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.183 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.183 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.183 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.183 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.183 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.183 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.183 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.183 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.183 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.183 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T18:20:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.185 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.185 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.185 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.185 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.185 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.185 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.185 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.185 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.185 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.185 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.185 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.185 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809877+0000", 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809877+0000", 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.810300+0000", 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:26.186 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774850+0000", 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.187 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1b", 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:08:03.842193+0000", 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.188 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.189 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.190 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.191 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.192 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.356129+0000", 2024-07-27T18:20:26.193 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.356129+0000", 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.356565+0000", 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.194 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855601+0000", 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.195 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1a", 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:21:36.434330+0000", 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.197 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.198 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.199 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.200 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.349649+0000", 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.349649+0000", 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.349942+0000", 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:26.201 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773474+0000", 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.202 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.19", 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.203 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.204 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.204 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:26.204 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.204 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:12:00.487045+0000", 2024-07-27T18:20:26.204 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.204 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.204 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.206 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.207 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.208 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809495+0000", 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809495+0000", 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.810256+0000", 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.209 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.210 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.210 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.210 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:26.210 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:26.210 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:26.210 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.210 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.210 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.210 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:26.210 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773212+0000", 2024-07-27T18:20:26.210 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.210 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.211 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.211 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.211 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.211 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.211 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.211 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.211 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.211 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.211 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.211 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.211 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.211 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.18", 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:12:03.582402+0000", 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.214 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.215 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.216 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.353797+0000", 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.353797+0000", 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.354572+0000", 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.218 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.218 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.218 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.218 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.218 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.218 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.218 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.218 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.218 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.218 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.218 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.218 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.219 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.219 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.219 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.219 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.219 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.219 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.219 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.219 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.219 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.18", 2024-07-27T18:20:26.219 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.219 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.219 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:14:28.779875+0000", 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.223 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.224 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.801139+0000", 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.801139+0000", 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.801433+0000", 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:26.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853284+0000", 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.226 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.19", 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:48:06.750305+0000", 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.227 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.230 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.231 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.355691+0000", 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.355691+0000", 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.356013+0000", 2024-07-27T18:20:26.232 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856250+0000", 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.233 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.17", 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.234 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:43:25.033561+0000", 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.238 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.239 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809345+0000", 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809345+0000", 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.810840+0000", 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:26.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854899+0000", 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.16", 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:57:16.036857+0000", 2024-07-27T18:20:26.242 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:26.247 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.353277+0000", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.353277+0000", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.353558+0000", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:26.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855099+0000", 2024-07-27T18:20:26.249 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.249 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.249 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.249 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.249 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.249 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.249 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.249 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.249 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.249 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.249 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.249 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.250 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.250 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.16", 2024-07-27T18:20:26.250 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.250 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.250 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.250 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:26.250 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.250 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:15:25.492756+0000", 2024-07-27T18:20:26.250 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.250 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.250 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.250 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.253 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.254 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.807014+0000", 2024-07-27T18:20:26.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.807014+0000", 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807830+0000", 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:26.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774946+0000", 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.257 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.258 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.17", 2024-07-27T18:20:26.258 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.258 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.258 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.258 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:26.258 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.258 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:17:17.856339+0000", 2024-07-27T18:20:26.258 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.258 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.258 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.258 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.262 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.263 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.263 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.263 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.263 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.263 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.263 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.263 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.263 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.263 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.263 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.263 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.263 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.352103+0000", 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.352103+0000", 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.352410+0000", 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:26.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854876+0000", 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3, 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.265 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.266 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.266 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3, 2024-07-27T18:20:26.266 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.266 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.266 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.266 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.15", 2024-07-27T18:20:26.266 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.266 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.266 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.266 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 28, 2024-07-27T18:20:26.266 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.266 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:26:20.317148+0000", 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 90, 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 4, 2024-07-27T18:20:26.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T18:20:26.270 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.270 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.270 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.270 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.270 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.270 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.270 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.270 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.270 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.270 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'3" 2024-07-27T18:20:26.270 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.271 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.647137+0000", 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.647137+0000", 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.647524+0000", 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.273 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.273 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:26.273 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855668+0000", 2024-07-27T18:20:26.273 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.273 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.273 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.273 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.273 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:26.273 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.273 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.273 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.273 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.14", 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 20, 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T06:12:28.701748+0000", 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.274 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.275 INFO:tasks.workunit.client.0.smithi029.stderr:+ echo OK 2024-07-27T18:20:26.278 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: pgmap v91: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 29 op/s 2024-07-27T18:20:26.278 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='client.24770 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:26.278 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='client.24770 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:26.278 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='client.24776 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:26.278 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:26.278 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:26.278 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.278 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:25 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.282 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.283 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.285 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.286 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.350912+0000", 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.350912+0000", 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.351198+0000", 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.287 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:19:11.437246+0000", 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 12, 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.288 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 12, 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.14", 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.289 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 37, 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:25:48.435004+0000", 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 2632, 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.290 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 12, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 4, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 4, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 12, 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 9 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "77'12" 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.293 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.294 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.812531+0000", 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.812531+0000", 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.812814+0000", 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.295 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853564+0000", 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.296 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.15", 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:01:58.212713+0000", 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.298 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.299 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.300 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.301 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.348589+0000", 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.348589+0000", 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.348863+0000", 2024-07-27T18:20:26.302 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774949+0000", 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.303 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:26.304 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.304 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.304 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.304 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.304 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.304 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.304 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.304 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:26.304 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.304 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.304 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.304 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.13", 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:53:04.222502+0000", 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 34, 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T18:20:26.306 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.307 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 7 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.308 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.309 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.310 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.310 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.310 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:26.310 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809781+0000", 2024-07-27T18:20:26.310 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809781+0000", 2024-07-27T18:20:26.310 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.810114+0000", 2024-07-27T18:20:26.310 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:26.310 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.310 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.310 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.310 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.310 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774161+0000", 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.311 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.12", 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:11:38.254545+0000", 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.312 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.314 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.315 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.316 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.353439+0000", 2024-07-27T18:20:26.317 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.353439+0000", 2024-07-27T18:20:26.318 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.353881+0000", 2024-07-27T18:20:26.318 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:26.318 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.318 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.318 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.318 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.318 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:26.318 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:26.318 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:26.318 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.318 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.318 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856033+0000", 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.319 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.12", 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:46:53.312838+0000", 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.322 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.323 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.324 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.814365+0000", 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.814365+0000", 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.814844+0000", 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:26.325 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853497+0000", 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.326 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.13", 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.327 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:29:10.685763+0000", 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.330 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.331 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.349039+0000", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.349039+0000", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.349307+0000", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.333 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855366+0000", 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.334 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.11", 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:22:05.511595+0000", 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.338 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.338 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.338 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.338 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.338 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.338 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.338 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.338 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.338 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.338 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.338 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.339 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.339 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.339 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.339 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.339 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:26.339 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.339 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.339 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.339 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.339 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.339 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.339 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.807122+0000", 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.807122+0000", 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807747+0000", 2024-07-27T18:20:26.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854583+0000", 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.341 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.10", 2024-07-27T18:20:26.342 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:03:48.805492+0000", 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.346 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.346 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.346 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.346 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.346 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.347 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.350652+0000", 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.350652+0000", 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.350948+0000", 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854840+0000", 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 8, 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.349 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 8, 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.10", 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 34, 2024-07-27T18:20:26.350 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:49:21.905804+0000", 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 12, 2024-07-27T18:20:26.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 4, 2024-07-27T18:20:26.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 4, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 4, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 12, 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.356 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'8" 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.357 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.813183+0000", 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.813183+0000", 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.813533+0000", 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.358 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853441+0000", 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.359 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.11", 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.360 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:53:32.804920+0000", 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.364 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.365 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.352512+0000", 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.352512+0000", 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.352783+0000", 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:26.366 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774118+0000", 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:26.367 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.f", 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:16:13.951988+0000", 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 22, 2024-07-27T18:20:26.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:26.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:26.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:26.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.371 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.372 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.373 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.373 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.373 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.373 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.373 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.373 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.373 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.373 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.373 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.373 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.373 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.373 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.810020+0000", 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.810020+0000", 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.810317+0000", 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:26.374 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853599+0000", 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.375 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.e", 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:44:59.132778+0000", 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.376 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.378 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.379 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.380 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:26.381 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.353174+0000", 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.353174+0000", 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.353563+0000", 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.382 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855572+0000", 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.383 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.e", 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 28, 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:35:41.921361+0000", 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:26.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.386 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.387 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.388 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.808707+0000", 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.808707+0000", 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.809183+0000", 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:26.389 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855662+0000", 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.390 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.f", 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 32, 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:54:52.697297+0000", 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.391 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.394 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.395 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.350883+0000", 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.350883+0000", 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.351188+0000", 2024-07-27T18:20:26.396 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854938+0000", 2024-07-27T18:20:26.397 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.398 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.d", 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:08:39.884686+0000", 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 70, 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:26.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.402 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.403 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803487+0000", 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803487+0000", 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.803755+0000", 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853266+0000", 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.405 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.c", 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.406 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:51:46.320557+0000", 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.410 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.411 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.354790+0000", 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.354790+0000", 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.355129+0000", 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:26.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855305+0000", 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.413 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.c", 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:21:16.471641+0000", 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.414 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.417 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.418 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.814387+0000", 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.814387+0000", 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.814692+0000", 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:26.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854647+0000", 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.420 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.d", 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.421 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:45:21.237478+0000", 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.425 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:26.426 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.957974+0000", 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.957974+0000", 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:50.154311+0000", 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:26.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856224+0000", 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.428 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.5", 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 21, 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:55:58.794745+0000", 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000536126, 2024-07-27T18:20:26.429 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.433 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.434 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.434 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.434 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.434 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.434 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.434 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.434 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.434 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 20, 2024-07-27T18:20:26.434 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.434 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.434 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:20:22.244579+0000", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:22.566055+0000", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:22.566055+0000", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:22.566506+0000", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:20:22.244579+0000", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:14:20.896830+0000", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:14:20.896830+0000", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 60, 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:20:22.244579+0000", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:20:22.244579+0000", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:20:22.244579+0000", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:14:20.896830+0000", 2024-07-27T18:20:26.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:20:22.244579+0000", 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:20:22.244579+0000", 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 160, 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 59, 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 160, 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.436 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "1.0", 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 387, 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:25:50.000995+0000", 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 590368, 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 1771104, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 6, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 502, 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 674, 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 243, 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 2416 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.440 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "77'160" 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.441 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.442 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.442 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.442 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.442 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.442 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.352683+0000", 2024-07-27T18:20:26.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.352683+0000", 2024-07-27T18:20:26.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.352991+0000", 2024-07-27T18:20:26.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854302+0000", 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.443 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.3", 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.444 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:34:00.775044+0000", 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.449 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.800349+0000", 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.800349+0000", 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.800637+0000", 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773636+0000", 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.451 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2", 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:52:46.826998+0000", 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.452 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.456 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:26.457 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.770319+0000", 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.770319+0000", 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.851797+0000", 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.775311+0000", 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.459 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.6", 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 20, 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:13:22.618841+0000", 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000334228, 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.460 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.461 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.464 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.358130+0000", 2024-07-27T18:20:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.358130+0000", 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.358402+0000", 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.466 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854409+0000", 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.467 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.468 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.468 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.0", 2024-07-27T18:20:26.468 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.468 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.468 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.468 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:26.468 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.468 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:47:03.158631+0000", 2024-07-27T18:20:26.468 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.468 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.468 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.468 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.472 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809103+0000", 2024-07-27T18:20:26.473 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809103+0000", 2024-07-27T18:20:26.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.809377+0000", 2024-07-27T18:20:26.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:26.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:26.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:26.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:26.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773858+0000", 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.475 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1", 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:41:19.935694+0000", 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.476 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.479 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.480 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.985523+0000", 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.985523+0000", 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.776999+0000", 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.481 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.482 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.482 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:26.482 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:26.482 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:26.482 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:26.482 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.482 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.482 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.482 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:26.482 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854653+0000", 2024-07-27T18:20:26.482 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.482 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.7", 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.483 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 21, 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:51:02.902063+0000", 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000528194, 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.484 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.485 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.487 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:26.488 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.351993+0000", 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.351993+0000", 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.352322+0000", 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.489 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854618+0000", 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.490 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1", 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.491 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:26:55.534105+0000", 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.492 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.493 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.495 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.496 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.799786+0000", 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.799786+0000", 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.800077+0000", 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:26.497 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853386+0000", 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.498 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.0", 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:04:08.001643+0000", 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.499 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.500 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.504 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:26.505 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.769168+0000", 2024-07-27T18:20:26.505 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.769168+0000", 2024-07-27T18:20:26.505 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.776693+0000", 2024-07-27T18:20:26.505 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:26.505 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.505 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.505 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.505 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:26.505 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:26.505 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:26.505 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:26.505 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854424+0000", 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.506 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.507 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.507 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.507 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.507 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.507 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.4", 2024-07-27T18:20:26.507 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.507 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.507 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.507 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 21, 2024-07-27T18:20:26.507 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.507 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:03:08.603473+0000", 2024-07-27T18:20:26.507 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000488633, 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.511 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.512 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.351099+0000", 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.351099+0000", 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.353696+0000", 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:26.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856122+0000", 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.514 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.2", 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:15:18.495345+0000", 2024-07-27T18:20:26.515 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.519 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.799204+0000", 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.799204+0000", 2024-07-27T18:20:26.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.799489+0000", 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774061+0000", 2024-07-27T18:20:26.521 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.522 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3", 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T06:15:20.565029+0000", 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.526 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.527 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.985613+0000", 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.985613+0000", 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.777147+0000", 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854260+0000", 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.529 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:26.530 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.530 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.530 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.530 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.530 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:26.530 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.530 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.530 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.530 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.2", 2024-07-27T18:20:26.530 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.530 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.530 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:29:04.097073+0000", 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.001306629, 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 19, 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:26.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 2, 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 2 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.534 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "76'2" 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.535 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.356990+0000", 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.356990+0000", 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.357362+0000", 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854565+0000", 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.537 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.4", 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.538 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:26.539 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.539 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:02:04.455166+0000", 2024-07-27T18:20:26.539 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.539 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.539 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.539 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.539 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.539 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.539 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.539 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.539 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.539 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.542 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.543 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.802338+0000", 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.802338+0000", 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.802962+0000", 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.544 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853300+0000", 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.545 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.5", 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:20:36.876699+0000", 2024-07-27T18:20:26.546 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.547 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.548 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.550 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.550 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.550 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.550 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.550 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.550 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.550 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.550 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.550 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.550 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.550 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.985751+0000", 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.985751+0000", 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.851837+0000", 2024-07-27T18:20:26.551 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774081+0000", 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.552 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.3", 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.553 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 21, 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:55:22.800130+0000", 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000755154, 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.555 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.555 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.555 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.555 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.555 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.555 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.555 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.555 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.555 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.555 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:26.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:26.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:26.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "74'1" 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.560 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.809605+0000", 2024-07-27T18:20:26.561 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.809605+0000", 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.810138+0000", 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.562 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855831+0000", 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.563 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.5", 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 20, 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:18:54.637122+0000", 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.564 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.567 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.568 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803237+0000", 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803237+0000", 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.803496+0000", 2024-07-27T18:20:26.569 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854460+0000", 2024-07-27T18:20:26.570 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.571 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.4", 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:05:26.260180+0000", 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.575 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.575 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.575 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.576 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.957897+0000", 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.957897+0000", 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.771535+0000", 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773064+0000", 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.578 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.0", 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 21, 2024-07-27T18:20:26.579 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.580 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:40:00.834551+0000", 2024-07-27T18:20:26.580 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000547718, 2024-07-27T18:20:26.580 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.580 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.580 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.580 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.580 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.580 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.580 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.580 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.580 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.580 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.583 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.583 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.583 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.583 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.583 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.583 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.584 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.351224+0000", 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.351224+0000", 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.351669+0000", 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:26.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:26.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:26.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:26.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855462+0000", 2024-07-27T18:20:26.586 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.586 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:26.586 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.586 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.586 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.587 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.587 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.587 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.587 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.587 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:26.587 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.587 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.587 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.587 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.6", 2024-07-27T18:20:26.587 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.587 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.587 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:27:58.626011+0000", 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:26.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:26.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.592 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.807202+0000", 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.807202+0000", 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807481+0000", 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.593 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.775017+0000", 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.594 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.7", 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.595 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:49:41.519175+0000", 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.596 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.599 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.600 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.601 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T18:20:26.601 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.601 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.601 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:26.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:45.985480+0000", 2024-07-27T18:20:26.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:45.985480+0000", 2024-07-27T18:20:26.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:49.772505+0000", 2024-07-27T18:20:26.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:26.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 72, 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773389+0000", 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.602 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 71, 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.1", 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.603 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 21, 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:51:00.050318+0000", 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.000577215, 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.604 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.605 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.607 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.608 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.354558+0000", 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.354558+0000", 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.355052+0000", 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.609 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:26.610 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:26.610 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:26.610 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.610 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.610 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.610 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:26.610 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.856479+0000", 2024-07-27T18:20:26.610 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.610 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:26.610 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.610 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.610 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.7", 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 27, 2024-07-27T18:20:26.611 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:57:18.765586+0000", 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.612 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T18:20:26.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.615 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.802522+0000", 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.802522+0000", 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.802843+0000", 2024-07-27T18:20:26.616 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774568+0000", 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.617 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.6", 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.618 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:59:01.759883+0000", 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.620 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.621 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.622 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.623 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.357261+0000", 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.357261+0000", 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.357578+0000", 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:26.624 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854324+0000", 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.625 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.8", 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 26, 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:30:02.427608+0000", 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.626 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.628 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.629 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.630 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.630 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.630 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.630 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.630 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.630 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.630 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.630 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.630 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.630 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.630 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.631 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.349520+0000", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.349520+0000", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.349928+0000", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.632 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853956+0000", 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.633 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.9", 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 20, 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:19:32.416820+0000", 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.636 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.637 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.638 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.354001+0000", 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.354001+0000", 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.354348+0000", 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:26.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854252+0000", 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.640 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.9", 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.641 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:21:28.622976+0000", 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.645 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.646 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.809974+0000", 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.809974+0000", 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.811398+0000", 2024-07-27T18:20:26.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.773216+0000", 2024-07-27T18:20:26.648 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.649 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.649 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.649 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.649 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.649 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.649 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.649 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.649 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.649 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.649 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.649 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.649 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.650 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.8", 2024-07-27T18:20:26.650 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.650 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.650 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.650 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.650 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.650 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:53:11.727456+0000", 2024-07-27T18:20:26.650 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.650 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.650 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.653 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.354907+0000", 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.354907+0000", 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.355772+0000", 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.656 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.656 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.656 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:26.656 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:26.656 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:26.656 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.656 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.656 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.656 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:26.656 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854670+0000", 2024-07-27T18:20:26.656 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.656 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.a", 2024-07-27T18:20:26.657 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 25, 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:29:01.192877+0000", 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.661 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.662 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.803395+0000", 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.803395+0000", 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.803972+0000", 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774147+0000", 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.664 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.b", 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.665 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:09:55.292413+0000", 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.669 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.670 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.354764+0000", 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.354764+0000", 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.355042+0000", 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:26.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854750+0000", 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.672 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.b", 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 28, 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:21:21.257210+0000", 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.673 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:26.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:26.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:26.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.677 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.678 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.678 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.678 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.678 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.678 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.678 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T18:20:26.678 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.678 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.678 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.678 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.678 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.678 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.805551+0000", 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.805551+0000", 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.805852+0000", 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:26.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854107+0000", 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.680 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.a", 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:24:51.942675+0000", 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.684 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.685 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:17:05.808566+0000", 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:17:05.808566+0000", 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:17:05.808921+0000", 2024-07-27T18:20:26.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:26.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 69, 2024-07-27T18:20:26.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:26.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:26.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:26.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:26.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.855175+0000", 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 68, 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.688 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1d", 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 20, 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:48:50.489620+0000", 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.692 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.693 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.694 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.694 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.694 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.694 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.694 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.694 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.694 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:26.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.352509+0000", 2024-07-27T18:20:26.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.352509+0000", 2024-07-27T18:20:26.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.352777+0000", 2024-07-27T18:20:26.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854745+0000", 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.695 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1c", 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.696 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 28, 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:36:43.515196+0000", 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:26.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:26.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.700 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T18:20:26.701 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.702 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.702 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.702 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.702 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.702 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.702 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:26.702 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.797968+0000", 2024-07-27T18:20:26.702 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.797968+0000", 2024-07-27T18:20:26.702 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.798267+0000", 2024-07-27T18:20:26.702 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:26.702 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.853259+0000", 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.703 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1c", 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.704 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T06:03:50.810995+0000", 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T18:20:26.708 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T18:20:26.709 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.709 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T18:20:26.709 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.709 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.709 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.709 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.709 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.709 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.709 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.709 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T18:20:26.709 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.710 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.710 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.710 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.710 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.710 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:26.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.356103+0000", 2024-07-27T18:20:26.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.356103+0000", 2024-07-27T18:20:26.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.356348+0000", 2024-07-27T18:20:26.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:26.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:26.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:26.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:26.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:26.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.854881+0000", 2024-07-27T18:20:26.711 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.711 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1d", 2024-07-27T18:20:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.713 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.713 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.713 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 28, 2024-07-27T18:20:26.713 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.713 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:39:19.625726+0000", 2024-07-27T18:20:26.713 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.713 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.713 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.716 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.717 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.718 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.718 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.718 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.718 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.718 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.718 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.718 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.718 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.718 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:26.718 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.807590+0000", 2024-07-27T18:20:26.718 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.807590+0000", 2024-07-27T18:20:26.718 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.807864+0000", 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.775021+0000", 2024-07-27T18:20:26.719 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.720 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1f", 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 22, 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:30:41.103550+0000", 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.724 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.725 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.726 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.726 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.726 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.726 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.726 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.726 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:26.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.344550+0000", 2024-07-27T18:20:26.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.344550+0000", 2024-07-27T18:20:26.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.344826+0000", 2024-07-27T18:20:26.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:26.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774685+0000", 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T18:20:26.727 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1e", 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.728 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 27, 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:32:18.227334+0000", 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.732 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.733 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:50.801035+0000", 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:50.801035+0000", 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:50.801327+0000", 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 65, 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:26.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.774505+0000", 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 64, 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.735 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1e", 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 23, 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:15:08.622555+0000", 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.736 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.739 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.740 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:26.741 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:16:47.352562+0000", 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:16:47.352562+0000", 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:16:47.352929+0000", 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 62, 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T18:20:26.742 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T18:20:26.743 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:26.743 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T18:17:54.775252+0000", 2024-07-27T18:20:26.743 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T18:20:26.743 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 4, 2024-07-27T18:20:26.743 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T18:20:26.743 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T18:20:26.743 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 61, 2024-07-27T18:20:26.743 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T18:20:26.743 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T18:20:26.743 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T18:20:26.743 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T18:20:26.743 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 4, 2024-07-27T18:20:26.744 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T18:20:26.744 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T18:20:26.744 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T18:20:26.744 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1f", 2024-07-27T18:20:26.744 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T18:20:26.744 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T18:20:26.744 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 77, 2024-07-27T18:20:26.744 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 28, 2024-07-27T18:20:26.744 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T18:20:26.744 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:43:54.069768+0000", 2024-07-27T18:20:26.744 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T18:20:26.744 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T18:20:26.745 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 582, 2024-07-27T18:20:26.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.745 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T18:20:26.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.747 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 4, 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.748 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'4" 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_per_pool": [ 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 24, 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd" 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3, 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 8, 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 8, 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3, 2024-07-27T18:20:26.749 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 4, 2024-07-27T18:20:26.750 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 19, 2024-07-27T18:20:26.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T18:20:26.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T18:20:26.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T18:20:26.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 2, 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 2 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 12288, 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 57, 2024-07-27T18:20:26.753 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 24 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 192, 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T18:20:26.754 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 64, 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 8, 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 3, 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 0, 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 0, 2024-07-27T18:20:26.758 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 192 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 96, 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 45, 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 32, 2024-07-27T18:20:26.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 8, 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 45, 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 2, 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 3430, 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 66, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 22, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 22, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.761 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 14, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.762 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 51, 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 20 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 98304, 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 10290, 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T18:20:26.763 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 96 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 3, 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr" 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 160, 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 1, 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 3, 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 160, 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 1, 2024-07-27T18:20:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 590368, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 1771104, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T18:20:26.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T18:20:26.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 6, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 502, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 674, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 243, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 2416 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.767 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T18:20:26.768 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 1781760, 2024-07-27T18:20:26.768 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T18:20:26.768 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T18:20:26.768 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T18:20:26.768 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T18:20:26.768 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 1771104, 2024-07-27T18:20:26.768 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T18:20:26.768 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T18:20:26.768 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T18:20:26.768 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T18:20:26.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.768 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 3 2024-07-27T18:20:26.769 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:26.769 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T18:20:26.769 INFO:tasks.workunit.client.0.smithi029.stdout: "usage": { 2024-07-27T18:20:26.769 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 105, 2024-07-27T18:20:26.769 INFO:tasks.workunit.client.0.smithi029.stdout: "pools": 4, 2024-07-27T18:20:26.769 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_by_class": { 2024-07-27T18:20:26.769 INFO:tasks.workunit.client.0.smithi029.stdout: "ssd": { 2024-07-27T18:20:26.769 INFO:tasks.workunit.client.0.smithi029.stdout: "total_avail_bytes": 767726493696, 2024-07-27T18:20:26.769 INFO:tasks.workunit.client.0.smithi029.stdout: "total_bytes": 767960285184, 2024-07-27T18:20:26.769 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_bytes": 233791488, 2024-07-27T18:20:26.769 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_raw_bytes": 233791488, 2024-07-27T18:20:26.770 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_raw_ratio": 0.0003044317418243736 2024-07-27T18:20:26.770 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:26.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T18:20:26.770 INFO:tasks.workunit.client.0.smithi029.stdout: "total_avail_bytes": 767726493696, 2024-07-27T18:20:26.770 INFO:tasks.workunit.client.0.smithi029.stdout: "total_bytes": 767960285184, 2024-07-27T18:20:26.770 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_bytes": 233791488 2024-07-27T18:20:26.770 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:26.770 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T18:20:26.770 INFO:tasks.workunit.client.0.smithi029.stdout:} 2024-07-27T18:20:26.770 INFO:tasks.workunit.client.0.smithi029.stdout:OK 2024-07-27T18:20:26.771 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:20:26.771 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:20:26.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: pgmap v91: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 29 op/s 2024-07-27T18:20:26.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='client.24770 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:26.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='client.24770 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:26.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='client.24776 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:26.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:26.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:26.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.773 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.774 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.774 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: pgmap v91: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 29 op/s 2024-07-27T18:20:26.774 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='client.24770 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:26.774 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='client.24770 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:26.774 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='client.24776 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:26.774 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.775 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:26.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:20:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:20:26.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:20:26.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:20:26.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:20:26.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:25 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:20:26.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:26 smithi029 ceph-mon[29364]: from='client.24776 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:26.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:26 smithi029 ceph-mon[40759]: from='client.24776 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:26.782 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:26 smithi179 ceph-mon[33511]: from='client.24776 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:26.818 INFO:tasks.workunit:Stopping ['test_telemetry_reef.sh'] on client.0... 2024-07-27T18:20:26.819 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2024-07-27T18:20:27.141 DEBUG:teuthology.parallel:result is None 2024-07-27T18:20:27.141 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T18:20:27.168 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T18:20:27.168 DEBUG:teuthology.orchestra.run.smithi029:> rmdir -- /home/ubuntu/cephtest/mnt.0 2024-07-27T18:20:27.236 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T18:20:27.236 INFO:teuthology.run_tasks:Running task print... 2024-07-27T18:20:27.248 INFO:teuthology.task.print:**** done end telemetry reef... 2024-07-27T18:20:27.249 INFO:teuthology.run_tasks:Running task print... 2024-07-27T18:20:27.263 INFO:teuthology.task.print:**** done start parallel 2024-07-27T18:20:27.263 INFO:teuthology.run_tasks:Running task parallel... 2024-07-27T18:20:27.287 INFO:teuthology.task.parallel:starting parallel... 2024-07-27T18:20:27.287 INFO:teuthology.task.parallel:In parallel, running task full_sequential... 2024-07-27T18:20:27.288 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2024-07-27T18:20:27.288 INFO:teuthology.task.print:**** done start ec-rados-default.yaml 2024-07-27T18:20:27.288 INFO:teuthology.task.full_sequential:In full_sequential, running task rados... 2024-07-27T18:20:27.291 INFO:tasks.rados:Beginning rados... 2024-07-27T18:20:27.291 INFO:tasks.rados:joining rados 2024-07-27T18:20:27.291 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-07-27T18:20:27.308 INFO:teuthology.task.sequential:In sequential, running task print... 2024-07-27T18:20:27.308 INFO:teuthology.task.print:**** done start upgrade, wait 2024-07-27T18:20:27.308 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-07-27T18:20:27.309 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi029.front.sepia.ceph.com 2024-07-27T18:20:27.309 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -e sha1=46c551b8a65961060d36895f89c179f4115c3147 -- bash -c 'ceph config set global log_to_journald false --force' 2024-07-27T18:20:27.309 INFO:tasks.rados:clients are ['client.0', 'client.1'] 2024-07-27T18:20:27.310 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd erasure-code-profile set teuthologyprofile k=2 m=1 crush-failure-domain=osd 2024-07-27T18:20:27.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:27 smithi179 ceph-mon[33511]: pgmap v92: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 29 op/s 2024-07-27T18:20:27.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:27 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:20:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:27 smithi029 ceph-mon[29364]: pgmap v92: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 29 op/s 2024-07-27T18:20:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:27 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:20:27.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:27 smithi029 ceph-mon[40759]: pgmap v92: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 29 op/s 2024-07-27T18:20:27.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:27 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:20:27.543 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:20:27.543 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:20:29.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:29 smithi029 ceph-mon[29364]: pgmap v93: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 44 op/s 2024-07-27T18:20:29.412 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:29 smithi029 ceph-mon[40759]: pgmap v93: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 44 op/s 2024-07-27T18:20:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:29 smithi179 ceph-mon[33511]: pgmap v93: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 44 op/s 2024-07-27T18:20:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:31 smithi029 ceph-mon[40759]: pgmap v94: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 44 op/s 2024-07-27T18:20:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:31 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/4147190566' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:20:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:31 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:20:31.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:31 smithi029 ceph-mon[29364]: pgmap v94: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 44 op/s 2024-07-27T18:20:31.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:31 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/4147190566' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:20:31.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:31 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:20:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:31 smithi179 ceph-mon[33511]: pgmap v94: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 44 op/s 2024-07-27T18:20:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:31 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/4147190566' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:20:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:31 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:20:31.848 INFO:tasks.rados:starting run 0 out of 1 2024-07-27T18:20:31.848 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_0 2024-07-27T18:20:31.849 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd pool create unique_pool_0 16 16 erasure teuthologyprofile 2024-07-27T18:20:32.307 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -e sha1=46c551b8a65961060d36895f89c179f4115c3147 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-07-27T18:20:32.405 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:20:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:32 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:20:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:32 smithi029 ceph-mon[29364]: osdmap e78: 8 total, 8 up, 8 in 2024-07-27T18:20:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:32 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:20:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:32 smithi029 ceph-mon[40759]: osdmap e78: 8 total, 8 up, 8 in 2024-07-27T18:20:32.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:20:32] "GET /metrics HTTP/1.1" 200 33691 "" "Prometheus/2.43.0" 2024-07-27T18:20:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:32 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:20:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:32 smithi179 ceph-mon[33511]: osdmap e78: 8 total, 8 up, 8 in 2024-07-27T18:20:33.192 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:20:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:33 smithi029 ceph-mon[29364]: pgmap v96: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 52 op/s 2024-07-27T18:20:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:33 smithi029 ceph-mon[40759]: pgmap v96: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 52 op/s 2024-07-27T18:20:33.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:33 smithi179 ceph-mon[33511]: pgmap v96: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 52 op/s 2024-07-27T18:20:35.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:35 smithi029 ceph-mon[29364]: pgmap v97: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 17 op/s 2024-07-27T18:20:35.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:35 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3342099934' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16, "pgp_num": 16, "pool_type": "erasure", "erasure_code_profile": "teuthologyprofile"}]: dispatch 2024-07-27T18:20:35.771 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:35 smithi029 ceph-mon[40759]: pgmap v97: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 17 op/s 2024-07-27T18:20:35.771 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:35 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3342099934' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16, "pgp_num": 16, "pool_type": "erasure", "erasure_code_profile": "teuthologyprofile"}]: dispatch 2024-07-27T18:20:35.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:35 smithi179 ceph-mon[33511]: pgmap v97: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 17 op/s 2024-07-27T18:20:35.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:35 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3342099934' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16, "pgp_num": 16, "pool_type": "erasure", "erasure_code_profile": "teuthologyprofile"}]: dispatch 2024-07-27T18:20:36.180 INFO:teuthology.orchestra.run.smithi029.stderr:pool 'unique_pool_0' created 2024-07-27T18:20:36.216 INFO:teuthology.orchestra.run.smithi029.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:20:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:36 smithi179 ceph-mon[33511]: pgmap v99: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:36 smithi179 ceph-mon[33511]: osdmap e79: 8 total, 8 up, 8 in 2024-07-27T18:20:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:36 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3342099934' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16, "pgp_num": 16, "pool_type": "erasure", "erasure_code_profile": "teuthologyprofile"}]': finished 2024-07-27T18:20:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:36 smithi179 ceph-mon[33511]: osdmap e80: 8 total, 8 up, 8 in 2024-07-27T18:20:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:36 smithi179 ceph-mon[33511]: from='client.24812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:46c551b8a65961060d36895f89c179f4115c3147", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:36 smithi179 ceph-mon[33511]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:20:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:36 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:36 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:36 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:36.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:36 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:36.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:36 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:36.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:36 smithi179 ceph-mon[33511]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:20:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[29364]: pgmap v99: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[29364]: osdmap e79: 8 total, 8 up, 8 in 2024-07-27T18:20:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3342099934' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16, "pgp_num": 16, "pool_type": "erasure", "erasure_code_profile": "teuthologyprofile"}]': finished 2024-07-27T18:20:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[29364]: osdmap e80: 8 total, 8 up, 8 in 2024-07-27T18:20:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[29364]: from='client.24812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:46c551b8a65961060d36895f89c179f4115c3147", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[29364]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:20:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[29364]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:20:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[40759]: pgmap v99: 105 pgs: 105 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[40759]: osdmap e79: 8 total, 8 up, 8 in 2024-07-27T18:20:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3342099934' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16, "pgp_num": 16, "pool_type": "erasure", "erasure_code_profile": "teuthologyprofile"}]': finished 2024-07-27T18:20:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[40759]: osdmap e80: 8 total, 8 up, 8 in 2024-07-27T18:20:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[40759]: from='client.24812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:46c551b8a65961060d36895f89c179f4115c3147", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[40759]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:20:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:20:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:20:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:20:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:36 smithi029 ceph-mon[40759]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:46c551b8a65961060d36895f89c179f4115c3147 2024-07-27T18:20:37.063 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2024-07-27T18:20:37.596 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -e sha1=46c551b8a65961060d36895f89c179f4115c3147 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done' 2024-07-27T18:20:37.734 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:20:38.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:38 smithi029 ceph-mon[29364]: osdmap e81: 8 total, 8 up, 8 in 2024-07-27T18:20:38.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:38 smithi029 ceph-mon[40759]: osdmap e81: 8 total, 8 up, 8 in 2024-07-27T18:20:38.584 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:20:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:38 smithi179 ceph-mon[33511]: osdmap e81: 8 total, 8 up, 8 in 2024-07-27T18:20:39.378 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:39 smithi029 ceph-mon[29364]: pgmap v102: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:39.379 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:39 smithi029 ceph-mon[29364]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:20:39.379 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:39 smithi029 ceph-mon[29364]: osdmap e82: 8 total, 8 up, 8 in 2024-07-27T18:20:39.379 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:39 smithi029 ceph-mon[40759]: pgmap v102: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:39.379 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:39 smithi029 ceph-mon[40759]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:20:39.379 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:39 smithi029 ceph-mon[40759]: osdmap e82: 8 total, 8 up, 8 in 2024-07-27T18:20:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:39 smithi179 ceph-mon[33511]: pgmap v102: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:39 smithi179 ceph-mon[33511]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:20:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:39 smithi179 ceph-mon[33511]: osdmap e82: 8 total, 8 up, 8 in 2024-07-27T18:20:41.301 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:20:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:41 smithi029 ceph-mon[29364]: pgmap v104: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:41 smithi029 ceph-mon[40759]: pgmap v104: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:41.624 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:20:41.624 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (101s) 78s ago 2m 15.2M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:20:41.624 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (2m) 78s ago 2m 82.5M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:20:41.624 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (4m) 78s ago 4m 14.1M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:20:41.625 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (4m) 78s ago 4m 18.3M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:20:41.625 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,8765 running (7m) 78s ago 7m 437M - 18.2.2-1767-ga3bbd728 d280790d1980 f4a0fabc2c83 2024-07-27T18:20:41.625 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:9283,8765 running (9m) 78s ago 9m 486M - 18.2.2-1767-ga3bbd728 d280790d1980 22eadc90e47e 2024-07-27T18:20:41.625 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (9m) 78s ago 9m 45.0M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 7d9e2dece8ba 2024-07-27T18:20:41.625 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (8m) 78s ago 8m 38.9M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 0202fbc308d9 2024-07-27T18:20:41.625 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (7m) 78s ago 7m 39.2M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 415872ced014 2024-07-27T18:20:41.625 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (2m) 78s ago 2m 16.0M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:20:41.625 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (2m) 78s ago 2m 7654k - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:20:41.625 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (7m) 78s ago 7m 45.9M 2993M 18.2.2-1767-ga3bbd728 d280790d1980 e314de953958 2024-07-27T18:20:41.625 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (6m) 78s ago 6m 51.6M 2993M 18.2.2-1767-ga3bbd728 d280790d1980 ec6c64b26d24 2024-07-27T18:20:41.625 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (6m) 78s ago 6m 42.4M 2993M 18.2.2-1767-ga3bbd728 d280790d1980 84c890d6b0b2 2024-07-27T18:20:41.626 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (6m) 78s ago 6m 41.5M 2993M 18.2.2-1767-ga3bbd728 d280790d1980 0e2db681e2f2 2024-07-27T18:20:41.626 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (5m) 78s ago 5m 49.8M 2992M 18.2.2-1767-ga3bbd728 d280790d1980 9431ed9c63c6 2024-07-27T18:20:41.626 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (5m) 78s ago 5m 50.5M 2992M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:20:41.626 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (4m) 78s ago 4m 42.3M 2992M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:20:41.626 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (4m) 78s ago 4m 50.9M 2992M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:20:41.626 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (96s) 78s ago 3m 31.4M - 2.43.0 a07b618ecd1d 9be66b92589d 2024-07-27T18:20:41.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:41 smithi179 ceph-mon[33511]: pgmap v104: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:42.019 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:20:42.019 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:20:42.019 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 3 2024-07-27T18:20:42.019 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:20:42.019 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:20:42.019 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:20:42.020 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:20:42.020 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:20:42.020 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8 2024-07-27T18:20:42.020 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:20:42.020 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:20:42.020 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:20:42.020 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:20:42.020 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:20:42.020 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 15 2024-07-27T18:20:42.020 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:20:42.020 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:20:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-mon[29364]: from='client.24818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:20:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/1044554520' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:20:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:20:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/255518327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:20:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-mon[40759]: from='client.24818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:20:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1044554520' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:20:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:20:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/255518327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:20:42.408 INFO:teuthology.orchestra.run.smithi029.stderr:enabled application 'rados' on pool 'unique_pool_0' 2024-07-27T18:20:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:42 smithi179 ceph-mon[33511]: from='client.24818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:42 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:42 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:20:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:42 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1044554520' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:20:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:42 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:20:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:42 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/255518327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:20:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:20:42] "GET /metrics HTTP/1.1" 200 36048 "" "Prometheus/2.43.0" 2024-07-27T18:20:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:43 smithi029 ceph-mon[29364]: pgmap v105: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:43 smithi029 ceph-mon[29364]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:43 smithi029 ceph-mon[29364]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-07-27T18:20:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:43 smithi029 ceph-mon[29364]: osdmap e83: 8 total, 8 up, 8 in 2024-07-27T18:20:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:43 smithi029 ceph-mon[40759]: pgmap v105: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:43.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:43 smithi029 ceph-mon[40759]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:43.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:43 smithi029 ceph-mon[40759]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-07-27T18:20:43.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:43 smithi029 ceph-mon[40759]: osdmap e83: 8 total, 8 up, 8 in 2024-07-27T18:20:43.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:43 smithi179 ceph-mon[33511]: pgmap v105: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:43.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:43 smithi179 ceph-mon[33511]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:20:43.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:43 smithi179 ceph-mon[33511]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-07-27T18:20:43.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:43 smithi179 ceph-mon[33511]: osdmap e83: 8 total, 8 up, 8 in 2024-07-27T18:20:44.133 DEBUG:teuthology.orchestra.run.smithi029:> CEPH_CLIENT_ID=0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph_test_rados --no-omap --ec-pool --max-ops 4000 --objects 50 --max-in-flight 16 --size 4000000 --min-stride-size 400000 --max-stride-size 800000 --max-seconds 0 --op read 100 --op write 0 --op delete 50 --op snap_create 50 --op snap_remove 50 --op rollback 50 --op setattr 25 --op rmattr 25 --op copy_from 50 --op append 100 --pool unique_pool_0 2024-07-27T18:20:44.164 INFO:tasks.rados.rados.0.smithi029.stdout:adding op weight read -> 100 2024-07-27T18:20:44.165 INFO:tasks.rados.rados.0.smithi029.stdout:adding op weight delete -> 50 2024-07-27T18:20:44.166 INFO:tasks.rados.rados.0.smithi029.stdout:adding op weight snap_create -> 50 2024-07-27T18:20:44.166 INFO:tasks.rados.rados.0.smithi029.stdout:adding op weight snap_remove -> 50 2024-07-27T18:20:44.166 INFO:tasks.rados.rados.0.smithi029.stdout:adding op weight rollback -> 50 2024-07-27T18:20:44.166 INFO:tasks.rados.rados.0.smithi029.stdout:adding op weight setattr -> 25 2024-07-27T18:20:44.166 INFO:tasks.rados.rados.0.smithi029.stdout:adding op weight rmattr -> 25 2024-07-27T18:20:44.166 INFO:tasks.rados.rados.0.smithi029.stdout:adding op weight copy_from -> 50 2024-07-27T18:20:44.166 INFO:tasks.rados.rados.0.smithi029.stdout:adding op weight append -> 100 2024-07-27T18:20:44.166 INFO:tasks.rados.rados.0.smithi029.stdout:ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable) 2024-07-27T18:20:44.166 INFO:tasks.rados.rados.0.smithi029.stdout:Configuration: 2024-07-27T18:20:44.166 INFO:tasks.rados.rados.0.smithi029.stdout: Number of operations: 4000 2024-07-27T18:20:44.166 INFO:tasks.rados.rados.0.smithi029.stdout: Number of objects: 50 2024-07-27T18:20:44.166 INFO:tasks.rados.rados.0.smithi029.stdout: Max in flight operations: 16 2024-07-27T18:20:44.167 INFO:tasks.rados.rados.0.smithi029.stdout: Object size (in bytes): 4000000 2024-07-27T18:20:44.167 INFO:tasks.rados.rados.0.smithi029.stdout: Write stride min: 400000 2024-07-27T18:20:44.167 INFO:tasks.rados.rados.0.smithi029.stdout: Write stride max: 800000 2024-07-27T18:20:44.200 INFO:tasks.rados.rados.0.smithi029.stdout:1: write initial oid 1 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:1: seq_num 0 ranges {0=24576} 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:1: writing smithi02985406-1 from 0 to 24576 tid 1 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:2: write initial oid 2 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:2: seq_num 1 ranges {0=24576} 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:2: writing smithi02985406-2 from 0 to 24576 tid 1 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:3: write initial oid 3 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:3: seq_num 2 ranges {0=40960} 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:3: writing smithi02985406-3 from 0 to 40960 tid 1 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:4: write initial oid 4 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:4: seq_num 3 ranges {0=57344} 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:4: writing smithi02985406-4 from 0 to 57344 tid 1 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:5: write initial oid 5 2024-07-27T18:20:44.201 INFO:tasks.rados.rados.0.smithi029.stdout:5: seq_num 4 ranges {0=73728} 2024-07-27T18:20:44.202 INFO:tasks.rados.rados.0.smithi029.stdout:5: writing smithi02985406-5 from 0 to 73728 tid 1 2024-07-27T18:20:44.202 INFO:tasks.rados.rados.0.smithi029.stdout:6: write initial oid 6 2024-07-27T18:20:44.203 INFO:tasks.rados.rados.0.smithi029.stdout:6: seq_num 5 ranges {0=90112} 2024-07-27T18:20:44.203 INFO:tasks.rados.rados.0.smithi029.stdout:6: writing smithi02985406-6 from 0 to 90112 tid 1 2024-07-27T18:20:44.203 INFO:tasks.rados.rados.0.smithi029.stdout:7: write initial oid 7 2024-07-27T18:20:44.203 INFO:tasks.rados.rados.0.smithi029.stdout:7: seq_num 6 ranges {0=106496} 2024-07-27T18:20:44.203 INFO:tasks.rados.rados.0.smithi029.stdout:7: writing smithi02985406-7 from 0 to 106496 tid 1 2024-07-27T18:20:44.203 INFO:tasks.rados.rados.0.smithi029.stdout:8: write initial oid 8 2024-07-27T18:20:44.204 INFO:tasks.rados.rados.0.smithi029.stdout:8: seq_num 7 ranges {0=122880} 2024-07-27T18:20:44.204 INFO:tasks.rados.rados.0.smithi029.stdout:8: writing smithi02985406-8 from 0 to 122880 tid 1 2024-07-27T18:20:44.204 INFO:tasks.rados.rados.0.smithi029.stdout:9: write initial oid 9 2024-07-27T18:20:44.204 INFO:tasks.rados.rados.0.smithi029.stdout:9: seq_num 8 ranges {0=139264} 2024-07-27T18:20:44.205 INFO:tasks.rados.rados.0.smithi029.stdout:9: writing smithi02985406-9 from 0 to 139264 tid 1 2024-07-27T18:20:44.206 INFO:tasks.rados.rados.0.smithi029.stdout:10: write initial oid 10 2024-07-27T18:20:44.206 INFO:tasks.rados.rados.0.smithi029.stdout:10: seq_num 9 ranges {0=155648} 2024-07-27T18:20:44.207 INFO:tasks.rados.rados.0.smithi029.stdout:10: writing smithi02985406-10 from 0 to 155648 tid 1 2024-07-27T18:20:44.207 INFO:tasks.rados.rados.0.smithi029.stdout:1: finishing write tid 1 to smithi02985406-1 2024-07-27T18:20:44.207 INFO:tasks.rados.rados.0.smithi029.stdout:1: finishing write tid 2 to smithi02985406-1 2024-07-27T18:20:44.207 INFO:tasks.rados.rados.0.smithi029.stdout:3: finishing write tid 1 to smithi02985406-3 2024-07-27T18:20:44.207 INFO:tasks.rados.rados.0.smithi029.stdout:3: finishing write tid 2 to smithi02985406-3 2024-07-27T18:20:44.207 INFO:tasks.rados.rados.0.smithi029.stdout:4: finishing write tid 1 to smithi02985406-4 2024-07-27T18:20:44.208 INFO:tasks.rados.rados.0.smithi029.stdout:4: finishing write tid 2 to smithi02985406-4 2024-07-27T18:20:44.208 INFO:tasks.rados.rados.0.smithi029.stdout:11: write initial oid 11 2024-07-27T18:20:44.208 INFO:tasks.rados.rados.0.smithi029.stdout:11: seq_num 10 ranges {0=172032} 2024-07-27T18:20:44.209 INFO:tasks.rados.rados.0.smithi029.stdout:11: writing smithi02985406-11 from 0 to 172032 tid 1 2024-07-27T18:20:44.209 INFO:tasks.rados.rados.0.smithi029.stdout:12: write initial oid 12 2024-07-27T18:20:44.209 INFO:tasks.rados.rados.0.smithi029.stdout:12: seq_num 11 ranges {0=188416} 2024-07-27T18:20:44.210 INFO:tasks.rados.rados.0.smithi029.stdout:12: writing smithi02985406-12 from 0 to 188416 tid 1 2024-07-27T18:20:44.210 INFO:tasks.rados.rados.0.smithi029.stdout:13: write initial oid 13 2024-07-27T18:20:44.211 INFO:tasks.rados.rados.0.smithi029.stdout:13: seq_num 12 ranges {0=204800} 2024-07-27T18:20:44.212 INFO:tasks.rados.rados.0.smithi029.stdout:13: writing smithi02985406-13 from 0 to 204800 tid 1 2024-07-27T18:20:44.212 INFO:tasks.rados.rados.0.smithi029.stdout:14: write initial oid 14 2024-07-27T18:20:44.212 INFO:tasks.rados.rados.0.smithi029.stdout:14: seq_num 13 ranges {0=221184} 2024-07-27T18:20:44.214 INFO:tasks.rados.rados.0.smithi029.stdout:14: writing smithi02985406-14 from 0 to 221184 tid 1 2024-07-27T18:20:44.214 INFO:tasks.rados.rados.0.smithi029.stdout:15: write initial oid 15 2024-07-27T18:20:44.214 INFO:tasks.rados.rados.0.smithi029.stdout:15: seq_num 14 ranges {0=237568} 2024-07-27T18:20:44.216 INFO:tasks.rados.rados.0.smithi029.stdout:15: writing smithi02985406-15 from 0 to 237568 tid 1 2024-07-27T18:20:44.216 INFO:tasks.rados.rados.0.smithi029.stdout:16: write initial oid 16 2024-07-27T18:20:44.216 INFO:tasks.rados.rados.0.smithi029.stdout:16: seq_num 15 ranges {0=253952} 2024-07-27T18:20:44.218 INFO:tasks.rados.rados.0.smithi029.stdout:16: writing smithi02985406-16 from 0 to 253952 tid 1 2024-07-27T18:20:44.219 INFO:tasks.rados.rados.0.smithi029.stdout:4: finishing write tid 3 to smithi02985406-4 2024-07-27T18:20:44.220 INFO:tasks.rados.rados.0.smithi029.stdout:4: oid 4 updating version 0 to 1 2024-07-27T18:20:44.220 INFO:tasks.rados.rados.0.smithi029.stdout:4: oid 4 updating version 1 to 2 2024-07-27T18:20:44.220 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 2 (ObjNum 3 snap 0 seq_num 3) dirty exists 2024-07-27T18:20:44.220 INFO:tasks.rados.rados.0.smithi029.stdout:4: left oid 4 (ObjNum 3 snap 0 seq_num 3) 2024-07-27T18:20:44.220 INFO:tasks.rados.rados.0.smithi029.stdout:3: finishing write tid 3 to smithi02985406-3 2024-07-27T18:20:44.220 INFO:tasks.rados.rados.0.smithi029.stdout:3: oid 3 updating version 0 to 1 2024-07-27T18:20:44.220 INFO:tasks.rados.rados.0.smithi029.stdout:3: oid 3 updating version 1 to 2 2024-07-27T18:20:44.220 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2 (ObjNum 2 snap 0 seq_num 2) dirty exists 2024-07-27T18:20:44.220 INFO:tasks.rados.rados.0.smithi029.stdout:3: left oid 3 (ObjNum 2 snap 0 seq_num 2) 2024-07-27T18:20:44.220 INFO:tasks.rados.rados.0.smithi029.stdout:2: finishing write tid 1 to smithi02985406-2 2024-07-27T18:20:44.220 INFO:tasks.rados.rados.0.smithi029.stdout:2: finishing write tid 2 to smithi02985406-2 2024-07-27T18:20:44.220 INFO:tasks.rados.rados.0.smithi029.stdout:5: finishing write tid 1 to smithi02985406-5 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:1: finishing write tid 3 to smithi02985406-1 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:1: oid 1 updating version 0 to 1 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:1: oid 1 updating version 1 to 2 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 2 (ObjNum 0 snap 0 seq_num 0) dirty exists 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:1: left oid 1 (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:5: finishing write tid 2 to smithi02985406-5 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:7: finishing write tid 1 to smithi02985406-7 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:7: finishing write tid 2 to smithi02985406-7 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:6: finishing write tid 1 to smithi02985406-6 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:6: finishing write tid 2 to smithi02985406-6 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:2: finishing write tid 3 to smithi02985406-2 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:2: oid 2 updating version 0 to 1 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:2: oid 2 updating version 1 to 2 2024-07-27T18:20:44.221 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2 (ObjNum 1 snap 0 seq_num 1) dirty exists 2024-07-27T18:20:44.222 INFO:tasks.rados.rados.0.smithi029.stdout:2: left oid 2 (ObjNum 1 snap 0 seq_num 1) 2024-07-27T18:20:44.222 INFO:tasks.rados.rados.0.smithi029.stdout:10: finishing write tid 1 to smithi02985406-10 2024-07-27T18:20:44.222 INFO:tasks.rados.rados.0.smithi029.stdout:6: finishing write tid 3 to smithi02985406-6 2024-07-27T18:20:44.222 INFO:tasks.rados.rados.0.smithi029.stdout:6: oid 6 updating version 0 to 3 2024-07-27T18:20:44.222 INFO:tasks.rados.rados.0.smithi029.stdout:6: oid 6 updating version 3 to 4 2024-07-27T18:20:44.222 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 4 (ObjNum 5 snap 0 seq_num 5) dirty exists 2024-07-27T18:20:44.222 INFO:tasks.rados.rados.0.smithi029.stdout:6: left oid 6 (ObjNum 5 snap 0 seq_num 5) 2024-07-27T18:20:44.222 INFO:tasks.rados.rados.0.smithi029.stdout:5: finishing write tid 3 to smithi02985406-5 2024-07-27T18:20:44.222 INFO:tasks.rados.rados.0.smithi029.stdout:5: oid 5 updating version 0 to 3 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:5: oid 5 updating version 3 to 4 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 4 (ObjNum 4 snap 0 seq_num 4) dirty exists 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:5: left oid 5 (ObjNum 4 snap 0 seq_num 4) 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:7: finishing write tid 3 to smithi02985406-7 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:7: oid 7 updating version 0 to 5 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:7: oid 7 updating version 5 to 6 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 6 (ObjNum 6 snap 0 seq_num 6) dirty exists 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:7: left oid 7 (ObjNum 6 snap 0 seq_num 6) 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:12: finishing write tid 1 to smithi02985406-12 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:12: finishing write tid 2 to smithi02985406-12 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:10: finishing write tid 2 to smithi02985406-10 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:11: finishing write tid 1 to smithi02985406-11 2024-07-27T18:20:44.223 INFO:tasks.rados.rados.0.smithi029.stdout:11: finishing write tid 2 to smithi02985406-11 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:11: finishing write tid 3 to smithi02985406-11 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:11: oid 11 updating version 0 to 1 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:11: oid 11 updating version 1 to 2 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 2 (ObjNum 10 snap 0 seq_num 10) dirty exists 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:11: left oid 11 (ObjNum 10 snap 0 seq_num 10) 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:10: finishing write tid 3 to smithi02985406-10 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:10: oid 10 updating version 0 to 5 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:10: oid 10 updating version 5 to 6 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 6 (ObjNum 9 snap 0 seq_num 9) dirty exists 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:10: left oid 10 (ObjNum 9 snap 0 seq_num 9) 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:13: finishing write tid 1 to smithi02985406-13 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:13: finishing write tid 2 to smithi02985406-13 2024-07-27T18:20:44.224 INFO:tasks.rados.rados.0.smithi029.stdout:8: finishing write tid 1 to smithi02985406-8 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:12: finishing write tid 3 to smithi02985406-12 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:12: oid 12 updating version 0 to 1 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:12: oid 12 updating version 1 to 2 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 2 (ObjNum 11 snap 0 seq_num 11) dirty exists 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:12: left oid 12 (ObjNum 11 snap 0 seq_num 11) 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:14: finishing write tid 1 to smithi02985406-14 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:14: finishing write tid 2 to smithi02985406-14 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:8: finishing write tid 2 to smithi02985406-8 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:13: finishing write tid 3 to smithi02985406-13 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:13: oid 13 updating version 0 to 7 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:13: oid 13 updating version 7 to 8 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 8 (ObjNum 12 snap 0 seq_num 12) dirty exists 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:13: left oid 13 (ObjNum 12 snap 0 seq_num 12) 2024-07-27T18:20:44.225 INFO:tasks.rados.rados.0.smithi029.stdout:9: finishing write tid 1 to smithi02985406-9 2024-07-27T18:20:44.226 INFO:tasks.rados.rados.0.smithi029.stdout:8: finishing write tid 3 to smithi02985406-8 2024-07-27T18:20:44.226 INFO:tasks.rados.rados.0.smithi029.stdout:8: oid 8 updating version 0 to 2 2024-07-27T18:20:44.226 INFO:tasks.rados.rados.0.smithi029.stdout:8: oid 8 version 2 is already newer than 1 2024-07-27T18:20:44.226 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 2 (ObjNum 7 snap 0 seq_num 7) dirty exists 2024-07-27T18:20:44.226 INFO:tasks.rados.rados.0.smithi029.stdout:8: left oid 8 (ObjNum 7 snap 0 seq_num 7) 2024-07-27T18:20:44.226 INFO:tasks.rados.rados.0.smithi029.stdout:9: finishing write tid 2 to smithi02985406-9 2024-07-27T18:20:44.226 INFO:tasks.rados.rados.0.smithi029.stdout:1: done (15 left) 2024-07-27T18:20:44.226 INFO:tasks.rados.rados.0.smithi029.stdout:2: done (14 left) 2024-07-27T18:20:44.226 INFO:tasks.rados.rados.0.smithi029.stdout:3: done (13 left) 2024-07-27T18:20:44.226 INFO:tasks.rados.rados.0.smithi029.stdout:4: done (12 left) 2024-07-27T18:20:44.226 INFO:tasks.rados.rados.0.smithi029.stdout:5: done (11 left) 2024-07-27T18:20:44.226 INFO:tasks.rados.rados.0.smithi029.stdout:6: done (10 left) 2024-07-27T18:20:44.227 INFO:tasks.rados.rados.0.smithi029.stdout:7: done (9 left) 2024-07-27T18:20:44.227 INFO:tasks.rados.rados.0.smithi029.stdout:8: done (8 left) 2024-07-27T18:20:44.227 INFO:tasks.rados.rados.0.smithi029.stdout:10: done (7 left) 2024-07-27T18:20:44.227 INFO:tasks.rados.rados.0.smithi029.stdout:11: done (6 left) 2024-07-27T18:20:44.227 INFO:tasks.rados.rados.0.smithi029.stdout:12: done (5 left) 2024-07-27T18:20:44.227 INFO:tasks.rados.rados.0.smithi029.stdout:13: done (4 left) 2024-07-27T18:20:44.227 INFO:tasks.rados.rados.0.smithi029.stdout:17: write initial oid 17 2024-07-27T18:20:44.227 INFO:tasks.rados.rados.0.smithi029.stdout:17: seq_num 16 ranges {0=270336} 2024-07-27T18:20:44.228 INFO:tasks.rados.rados.0.smithi029.stdout:17: writing smithi02985406-17 from 0 to 270336 tid 1 2024-07-27T18:20:44.228 INFO:tasks.rados.rados.0.smithi029.stdout:18: write initial oid 18 2024-07-27T18:20:44.228 INFO:tasks.rados.rados.0.smithi029.stdout:18: seq_num 17 ranges {0=286720} 2024-07-27T18:20:44.229 INFO:tasks.rados.rados.0.smithi029.stdout:18: writing smithi02985406-18 from 0 to 286720 tid 1 2024-07-27T18:20:44.229 INFO:tasks.rados.rados.0.smithi029.stdout:19: write initial oid 19 2024-07-27T18:20:44.229 INFO:tasks.rados.rados.0.smithi029.stdout:19: seq_num 18 ranges {0=303104} 2024-07-27T18:20:44.229 INFO:tasks.rados.rados.0.smithi029.stdout:19: writing smithi02985406-19 from 0 to 303104 tid 1 2024-07-27T18:20:44.229 INFO:tasks.rados.rados.0.smithi029.stdout:20: write initial oid 20 2024-07-27T18:20:44.229 INFO:tasks.rados.rados.0.smithi029.stdout:20: seq_num 19 ranges {0=319488} 2024-07-27T18:20:44.229 INFO:tasks.rados.rados.0.smithi029.stdout:20: writing smithi02985406-20 from 0 to 319488 tid 1 2024-07-27T18:20:44.229 INFO:tasks.rados.rados.0.smithi029.stdout:21: write initial oid 21 2024-07-27T18:20:44.229 INFO:tasks.rados.rados.0.smithi029.stdout:21: seq_num 20 ranges {0=344064} 2024-07-27T18:20:44.231 INFO:tasks.rados.rados.0.smithi029.stdout:21: writing smithi02985406-21 from 0 to 344064 tid 1 2024-07-27T18:20:44.231 INFO:tasks.rados.rados.0.smithi029.stdout:22: write initial oid 22 2024-07-27T18:20:44.231 INFO:tasks.rados.rados.0.smithi029.stdout:22: seq_num 21 ranges {0=360448} 2024-07-27T18:20:44.233 INFO:tasks.rados.rados.0.smithi029.stdout:22: writing smithi02985406-22 from 0 to 360448 tid 1 2024-07-27T18:20:44.233 INFO:tasks.rados.rados.0.smithi029.stdout:23: write initial oid 23 2024-07-27T18:20:44.233 INFO:tasks.rados.rados.0.smithi029.stdout:23: seq_num 22 ranges {0=376832} 2024-07-27T18:20:44.235 INFO:tasks.rados.rados.0.smithi029.stdout:23: writing smithi02985406-23 from 0 to 376832 tid 1 2024-07-27T18:20:44.236 INFO:tasks.rados.rados.0.smithi029.stdout:24: write initial oid 24 2024-07-27T18:20:44.236 INFO:tasks.rados.rados.0.smithi029.stdout:24: seq_num 23 ranges {0=393216} 2024-07-27T18:20:44.238 INFO:tasks.rados.rados.0.smithi029.stdout:24: writing smithi02985406-24 from 0 to 393216 tid 1 2024-07-27T18:20:44.238 INFO:tasks.rados.rados.0.smithi029.stdout:25: write initial oid 25 2024-07-27T18:20:44.238 INFO:tasks.rados.rados.0.smithi029.stdout:25: seq_num 24 ranges {0=409600} 2024-07-27T18:20:44.241 INFO:tasks.rados.rados.0.smithi029.stdout:25: writing smithi02985406-25 from 0 to 409600 tid 1 2024-07-27T18:20:44.242 INFO:tasks.rados.rados.0.smithi029.stdout:26: write initial oid 26 2024-07-27T18:20:44.242 INFO:tasks.rados.rados.0.smithi029.stdout:26: seq_num 25 ranges {0=425984} 2024-07-27T18:20:44.244 INFO:tasks.rados.rados.0.smithi029.stdout:26: writing smithi02985406-26 from 0 to 425984 tid 1 2024-07-27T18:20:44.244 INFO:tasks.rados.rados.0.smithi029.stdout:27: write initial oid 27 2024-07-27T18:20:44.244 INFO:tasks.rados.rados.0.smithi029.stdout:27: seq_num 26 ranges {0=442368} 2024-07-27T18:20:44.247 INFO:tasks.rados.rados.0.smithi029.stdout:27: writing smithi02985406-27 from 0 to 442368 tid 1 2024-07-27T18:20:44.247 INFO:tasks.rados.rados.0.smithi029.stdout:28: write initial oid 28 2024-07-27T18:20:44.247 INFO:tasks.rados.rados.0.smithi029.stdout:28: seq_num 27 ranges {0=458752} 2024-07-27T18:20:44.250 INFO:tasks.rados.rados.0.smithi029.stdout:28: writing smithi02985406-28 from 0 to 458752 tid 1 2024-07-27T18:20:44.250 INFO:tasks.rados.rados.0.smithi029.stdout: waiting on 16 2024-07-27T18:20:44.250 INFO:tasks.rados.rados.0.smithi029.stdout:15: finishing write tid 1 to smithi02985406-15 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:14: finishing write tid 3 to smithi02985406-14 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:14: oid 14 updating version 0 to 4 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:14: oid 14 version 4 is already newer than 3 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 4 (ObjNum 13 snap 0 seq_num 13) dirty exists 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:14: left oid 14 (ObjNum 13 snap 0 seq_num 13) 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:15: finishing write tid 2 to smithi02985406-15 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:9: finishing write tid 3 to smithi02985406-9 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:9: oid 9 updating version 0 to 3 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:9: oid 9 updating version 3 to 4 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 4 (ObjNum 8 snap 0 seq_num 8) dirty exists 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:9: left oid 9 (ObjNum 8 snap 0 seq_num 8) 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:15: finishing write tid 3 to smithi02985406-15 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:15: oid 15 updating version 0 to 4 2024-07-27T18:20:44.251 INFO:tasks.rados.rados.0.smithi029.stdout:15: oid 15 version 4 is already newer than 3 2024-07-27T18:20:44.252 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 4 (ObjNum 14 snap 0 seq_num 14) dirty exists 2024-07-27T18:20:44.252 INFO:tasks.rados.rados.0.smithi029.stdout:15: left oid 15 (ObjNum 14 snap 0 seq_num 14) 2024-07-27T18:20:44.252 INFO:tasks.rados.rados.0.smithi029.stdout:16: finishing write tid 1 to smithi02985406-16 2024-07-27T18:20:44.252 INFO:tasks.rados.rados.0.smithi029.stdout:9: done (15 left) 2024-07-27T18:20:44.252 INFO:tasks.rados.rados.0.smithi029.stdout:14: done (14 left) 2024-07-27T18:20:44.252 INFO:tasks.rados.rados.0.smithi029.stdout:15: done (13 left) 2024-07-27T18:20:44.252 INFO:tasks.rados.rados.0.smithi029.stdout:29: write initial oid 29 2024-07-27T18:20:44.252 INFO:tasks.rados.rados.0.smithi029.stdout:29: seq_num 28 ranges {0=475136} 2024-07-27T18:20:44.253 INFO:tasks.rados.rados.0.smithi029.stdout:29: writing smithi02985406-29 from 0 to 475136 tid 1 2024-07-27T18:20:44.253 INFO:tasks.rados.rados.0.smithi029.stdout:30: write initial oid 30 2024-07-27T18:20:44.254 INFO:tasks.rados.rados.0.smithi029.stdout:30: seq_num 29 ranges {0=491520} 2024-07-27T18:20:44.256 INFO:tasks.rados.rados.0.smithi029.stdout:30: writing smithi02985406-30 from 0 to 491520 tid 1 2024-07-27T18:20:44.257 INFO:tasks.rados.rados.0.smithi029.stdout:31: write initial oid 31 2024-07-27T18:20:44.257 INFO:tasks.rados.rados.0.smithi029.stdout:31: seq_num 30 ranges {0=507904} 2024-07-27T18:20:44.261 INFO:tasks.rados.rados.0.smithi029.stdout:31: writing smithi02985406-31 from 0 to 507904 tid 1 2024-07-27T18:20:44.261 INFO:tasks.rados.rados.0.smithi029.stdout: waiting on 16 2024-07-27T18:20:44.261 INFO:tasks.rados.rados.0.smithi029.stdout:16: finishing write tid 2 to smithi02985406-16 2024-07-27T18:20:44.261 INFO:tasks.rados.rados.0.smithi029.stdout:16: finishing write tid 3 to smithi02985406-16 2024-07-27T18:20:44.261 INFO:tasks.rados.rados.0.smithi029.stdout:16: oid 16 updating version 0 to 1 2024-07-27T18:20:44.262 INFO:tasks.rados.rados.0.smithi029.stdout:16: oid 16 updating version 1 to 2 2024-07-27T18:20:44.262 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 2 (ObjNum 15 snap 0 seq_num 15) dirty exists 2024-07-27T18:20:44.262 INFO:tasks.rados.rados.0.smithi029.stdout:16: left oid 16 (ObjNum 15 snap 0 seq_num 15) 2024-07-27T18:20:44.262 INFO:tasks.rados.rados.0.smithi029.stdout:17: finishing write tid 1 to smithi02985406-17 2024-07-27T18:20:44.262 INFO:tasks.rados.rados.0.smithi029.stdout:17: finishing write tid 2 to smithi02985406-17 2024-07-27T18:20:44.262 INFO:tasks.rados.rados.0.smithi029.stdout:17: finishing write tid 3 to smithi02985406-17 2024-07-27T18:20:44.262 INFO:tasks.rados.rados.0.smithi029.stdout:17: oid 17 updating version 0 to 2 2024-07-27T18:20:44.262 INFO:tasks.rados.rados.0.smithi029.stdout:17: oid 17 version 2 is already newer than 1 2024-07-27T18:20:44.262 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 2 (ObjNum 16 snap 0 seq_num 16) dirty exists 2024-07-27T18:20:44.262 INFO:tasks.rados.rados.0.smithi029.stdout:17: left oid 17 (ObjNum 16 snap 0 seq_num 16) 2024-07-27T18:20:44.262 INFO:tasks.rados.rados.0.smithi029.stdout:18: finishing write tid 1 to smithi02985406-18 2024-07-27T18:20:44.262 INFO:tasks.rados.rados.0.smithi029.stdout:18: finishing write tid 2 to smithi02985406-18 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:18: finishing write tid 3 to smithi02985406-18 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:18: oid 18 updating version 0 to 6 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:18: oid 18 version 6 is already newer than 5 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 6 (ObjNum 17 snap 0 seq_num 17) dirty exists 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:18: left oid 18 (ObjNum 17 snap 0 seq_num 17) 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:19: finishing write tid 1 to smithi02985406-19 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:19: finishing write tid 2 to smithi02985406-19 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:19: finishing write tid 3 to smithi02985406-19 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:19: oid 19 updating version 0 to 6 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:19: oid 19 version 6 is already newer than 5 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 6 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:19: left oid 19 (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:20: finishing write tid 1 to smithi02985406-20 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:20: finishing write tid 2 to smithi02985406-20 2024-07-27T18:20:44.263 INFO:tasks.rados.rados.0.smithi029.stdout:20: finishing write tid 3 to smithi02985406-20 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:20: oid 20 updating version 0 to 7 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:20: oid 20 updating version 7 to 8 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 8 (ObjNum 19 snap 0 seq_num 19) dirty exists 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:20: left oid 20 (ObjNum 19 snap 0 seq_num 19) 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:21: finishing write tid 1 to smithi02985406-21 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:21: finishing write tid 2 to smithi02985406-21 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:21: finishing write tid 3 to smithi02985406-21 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:21: oid 21 updating version 0 to 1 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:21: oid 21 updating version 1 to 2 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 2 (ObjNum 20 snap 0 seq_num 20) dirty exists 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:21: left oid 21 (ObjNum 20 snap 0 seq_num 20) 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:22: finishing write tid 1 to smithi02985406-22 2024-07-27T18:20:44.264 INFO:tasks.rados.rados.0.smithi029.stdout:22: finishing write tid 2 to smithi02985406-22 2024-07-27T18:20:44.265 INFO:tasks.rados.rados.0.smithi029.stdout:16: done (15 left) 2024-07-27T18:20:44.265 INFO:tasks.rados.rados.0.smithi029.stdout:17: done (14 left) 2024-07-27T18:20:44.265 INFO:tasks.rados.rados.0.smithi029.stdout:18: done (13 left) 2024-07-27T18:20:44.265 INFO:tasks.rados.rados.0.smithi029.stdout:19: done (12 left) 2024-07-27T18:20:44.265 INFO:tasks.rados.rados.0.smithi029.stdout:20: done (11 left) 2024-07-27T18:20:44.265 INFO:tasks.rados.rados.0.smithi029.stdout:21: done (10 left) 2024-07-27T18:20:44.265 INFO:tasks.rados.rados.0.smithi029.stdout:32: write initial oid 32 2024-07-27T18:20:44.265 INFO:tasks.rados.rados.0.smithi029.stdout:32: seq_num 31 ranges {0=524288} 2024-07-27T18:20:44.265 INFO:tasks.rados.rados.0.smithi029.stdout:32: writing smithi02985406-32 from 0 to 524288 tid 1 2024-07-27T18:20:44.266 INFO:tasks.rados.rados.0.smithi029.stdout:33: write initial oid 33 2024-07-27T18:20:44.266 INFO:tasks.rados.rados.0.smithi029.stdout:33: seq_num 32 ranges {0=540672} 2024-07-27T18:20:44.267 INFO:tasks.rados.rados.0.smithi029.stdout:33: writing smithi02985406-33 from 0 to 540672 tid 1 2024-07-27T18:20:44.267 INFO:tasks.rados.rados.0.smithi029.stdout:34: write initial oid 34 2024-07-27T18:20:44.267 INFO:tasks.rados.rados.0.smithi029.stdout:34: seq_num 33 ranges {0=557056} 2024-07-27T18:20:44.271 INFO:tasks.rados.rados.0.smithi029.stdout:34: writing smithi02985406-34 from 0 to 557056 tid 1 2024-07-27T18:20:44.271 INFO:tasks.rados.rados.0.smithi029.stdout:35: write initial oid 35 2024-07-27T18:20:44.271 INFO:tasks.rados.rados.0.smithi029.stdout:35: seq_num 34 ranges {0=573440} 2024-07-27T18:20:44.274 INFO:tasks.rados.rados.0.smithi029.stdout:35: writing smithi02985406-35 from 0 to 573440 tid 1 2024-07-27T18:20:44.275 INFO:tasks.rados.rados.0.smithi029.stdout:36: write initial oid 36 2024-07-27T18:20:44.275 INFO:tasks.rados.rados.0.smithi029.stdout:36: seq_num 35 ranges {0=589824} 2024-07-27T18:20:44.278 INFO:tasks.rados.rados.0.smithi029.stdout:36: writing smithi02985406-36 from 0 to 589824 tid 1 2024-07-27T18:20:44.278 INFO:tasks.rados.rados.0.smithi029.stdout:37: write initial oid 37 2024-07-27T18:20:44.278 INFO:tasks.rados.rados.0.smithi029.stdout:37: seq_num 36 ranges {0=606208} 2024-07-27T18:20:44.282 INFO:tasks.rados.rados.0.smithi029.stdout:37: writing smithi02985406-37 from 0 to 606208 tid 1 2024-07-27T18:20:44.282 INFO:tasks.rados.rados.0.smithi029.stdout: waiting on 16 2024-07-27T18:20:44.282 INFO:tasks.rados.rados.0.smithi029.stdout:22: finishing write tid 3 to smithi02985406-22 2024-07-27T18:20:44.282 INFO:tasks.rados.rados.0.smithi029.stdout:22: oid 22 updating version 0 to 2 2024-07-27T18:20:44.282 INFO:tasks.rados.rados.0.smithi029.stdout:22: oid 22 version 2 is already newer than 1 2024-07-27T18:20:44.282 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 2 (ObjNum 21 snap 0 seq_num 21) dirty exists 2024-07-27T18:20:44.282 INFO:tasks.rados.rados.0.smithi029.stdout:22: left oid 22 (ObjNum 21 snap 0 seq_num 21) 2024-07-27T18:20:44.282 INFO:tasks.rados.rados.0.smithi029.stdout:23: finishing write tid 1 to smithi02985406-23 2024-07-27T18:20:44.282 INFO:tasks.rados.rados.0.smithi029.stdout:23: finishing write tid 2 to smithi02985406-23 2024-07-27T18:20:44.283 INFO:tasks.rados.rados.0.smithi029.stdout:22: done (15 left) 2024-07-27T18:20:44.283 INFO:tasks.rados.rados.0.smithi029.stdout:38: write initial oid 38 2024-07-27T18:20:44.283 INFO:tasks.rados.rados.0.smithi029.stdout:38: seq_num 37 ranges {0=622592} 2024-07-27T18:20:44.286 INFO:tasks.rados.rados.0.smithi029.stdout:38: writing smithi02985406-38 from 0 to 622592 tid 1 2024-07-27T18:20:44.286 INFO:tasks.rados.rados.0.smithi029.stdout: waiting on 16 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:23: finishing write tid 3 to smithi02985406-23 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:23: oid 23 updating version 0 to 2 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:23: oid 23 version 2 is already newer than 1 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 2 (ObjNum 22 snap 0 seq_num 22) dirty exists 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:23: left oid 23 (ObjNum 22 snap 0 seq_num 22) 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:24: finishing write tid 1 to smithi02985406-24 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:24: finishing write tid 2 to smithi02985406-24 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:24: finishing write tid 3 to smithi02985406-24 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:24: oid 24 updating version 0 to 6 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:24: oid 24 version 6 is already newer than 5 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 6 (ObjNum 23 snap 0 seq_num 23) dirty exists 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:24: left oid 24 (ObjNum 23 snap 0 seq_num 23) 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:25: finishing write tid 1 to smithi02985406-25 2024-07-27T18:20:44.287 INFO:tasks.rados.rados.0.smithi029.stdout:25: finishing write tid 2 to smithi02985406-25 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:25: finishing write tid 3 to smithi02985406-25 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:25: oid 25 updating version 0 to 10 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:25: oid 25 version 10 is already newer than 9 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 10 (ObjNum 24 snap 0 seq_num 24) dirty exists 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:25: left oid 25 (ObjNum 24 snap 0 seq_num 24) 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:26: finishing write tid 1 to smithi02985406-26 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:26: finishing write tid 2 to smithi02985406-26 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:27: finishing write tid 1 to smithi02985406-27 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:27: finishing write tid 2 to smithi02985406-27 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:23: done (15 left) 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:24: done (14 left) 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:25: done (13 left) 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:39: write initial oid 39 2024-07-27T18:20:44.288 INFO:tasks.rados.rados.0.smithi029.stdout:39: seq_num 38 ranges {0=638976} 2024-07-27T18:20:44.290 INFO:tasks.rados.rados.0.smithi029.stdout:39: writing smithi02985406-39 from 0 to 638976 tid 1 2024-07-27T18:20:44.290 INFO:tasks.rados.rados.0.smithi029.stdout:40: write initial oid 40 2024-07-27T18:20:44.290 INFO:tasks.rados.rados.0.smithi029.stdout:40: seq_num 39 ranges {0=663552} 2024-07-27T18:20:44.294 INFO:tasks.rados.rados.0.smithi029.stdout:40: writing smithi02985406-40 from 0 to 663552 tid 1 2024-07-27T18:20:44.294 INFO:tasks.rados.rados.0.smithi029.stdout:41: write initial oid 41 2024-07-27T18:20:44.294 INFO:tasks.rados.rados.0.smithi029.stdout:41: seq_num 40 ranges {0=679936} 2024-07-27T18:20:44.299 INFO:tasks.rados.rados.0.smithi029.stdout:41: writing smithi02985406-41 from 0 to 679936 tid 1 2024-07-27T18:20:44.299 INFO:tasks.rados.rados.0.smithi029.stdout: waiting on 16 2024-07-27T18:20:44.299 INFO:tasks.rados.rados.0.smithi029.stdout:26: finishing write tid 3 to smithi02985406-26 2024-07-27T18:20:44.299 INFO:tasks.rados.rados.0.smithi029.stdout:26: oid 26 updating version 0 to 4 2024-07-27T18:20:44.299 INFO:tasks.rados.rados.0.smithi029.stdout:26: oid 26 version 4 is already newer than 3 2024-07-27T18:20:44.299 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 4 (ObjNum 25 snap 0 seq_num 25) dirty exists 2024-07-27T18:20:44.299 INFO:tasks.rados.rados.0.smithi029.stdout:26: left oid 26 (ObjNum 25 snap 0 seq_num 25) 2024-07-27T18:20:44.299 INFO:tasks.rados.rados.0.smithi029.stdout:27: finishing write tid 3 to smithi02985406-27 2024-07-27T18:20:44.299 INFO:tasks.rados.rados.0.smithi029.stdout:27: oid 27 updating version 0 to 10 2024-07-27T18:20:44.299 INFO:tasks.rados.rados.0.smithi029.stdout:27: oid 27 version 10 is already newer than 9 2024-07-27T18:20:44.299 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 10 (ObjNum 26 snap 0 seq_num 26) dirty exists 2024-07-27T18:20:44.300 INFO:tasks.rados.rados.0.smithi029.stdout:27: left oid 27 (ObjNum 26 snap 0 seq_num 26) 2024-07-27T18:20:44.300 INFO:tasks.rados.rados.0.smithi029.stdout:28: finishing write tid 1 to smithi02985406-28 2024-07-27T18:20:44.300 INFO:tasks.rados.rados.0.smithi029.stdout:28: finishing write tid 2 to smithi02985406-28 2024-07-27T18:20:44.300 INFO:tasks.rados.rados.0.smithi029.stdout:26: done (15 left) 2024-07-27T18:20:44.300 INFO:tasks.rados.rados.0.smithi029.stdout:27: done (14 left) 2024-07-27T18:20:44.300 INFO:tasks.rados.rados.0.smithi029.stdout:42: write initial oid 42 2024-07-27T18:20:44.300 INFO:tasks.rados.rados.0.smithi029.stdout:42: seq_num 41 ranges {0=696320} 2024-07-27T18:20:44.302 INFO:tasks.rados.rados.0.smithi029.stdout:42: writing smithi02985406-42 from 0 to 696320 tid 1 2024-07-27T18:20:44.303 INFO:tasks.rados.rados.0.smithi029.stdout:43: write initial oid 43 2024-07-27T18:20:44.303 INFO:tasks.rados.rados.0.smithi029.stdout:43: seq_num 42 ranges {0=712704} 2024-07-27T18:20:44.307 INFO:tasks.rados.rados.0.smithi029.stdout:43: writing smithi02985406-43 from 0 to 712704 tid 1 2024-07-27T18:20:44.307 INFO:tasks.rados.rados.0.smithi029.stdout: waiting on 16 2024-07-27T18:20:44.307 INFO:tasks.rados.rados.0.smithi029.stdout:28: finishing write tid 3 to smithi02985406-28 2024-07-27T18:20:44.307 INFO:tasks.rados.rados.0.smithi029.stdout:28: oid 28 updating version 0 to 11 2024-07-27T18:20:44.307 INFO:tasks.rados.rados.0.smithi029.stdout:28: oid 28 updating version 11 to 12 2024-07-27T18:20:44.307 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 12 (ObjNum 27 snap 0 seq_num 27) dirty exists 2024-07-27T18:20:44.308 INFO:tasks.rados.rados.0.smithi029.stdout:28: left oid 28 (ObjNum 27 snap 0 seq_num 27) 2024-07-27T18:20:44.308 INFO:tasks.rados.rados.0.smithi029.stdout:29: finishing write tid 1 to smithi02985406-29 2024-07-27T18:20:44.308 INFO:tasks.rados.rados.0.smithi029.stdout:29: finishing write tid 2 to smithi02985406-29 2024-07-27T18:20:44.308 INFO:tasks.rados.rados.0.smithi029.stdout:28: done (15 left) 2024-07-27T18:20:44.308 INFO:tasks.rados.rados.0.smithi029.stdout:44: write initial oid 44 2024-07-27T18:20:44.308 INFO:tasks.rados.rados.0.smithi029.stdout:44: seq_num 43 ranges {0=729088} 2024-07-27T18:20:44.312 INFO:tasks.rados.rados.0.smithi029.stdout:44: writing smithi02985406-44 from 0 to 729088 tid 1 2024-07-27T18:20:44.312 INFO:tasks.rados.rados.0.smithi029.stdout: waiting on 16 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:29: finishing write tid 3 to smithi02985406-29 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:29: oid 29 updating version 0 to 3 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:29: oid 29 updating version 3 to 4 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 4 (ObjNum 28 snap 0 seq_num 28) dirty exists 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:29: left oid 29 (ObjNum 28 snap 0 seq_num 28) 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:30: finishing write tid 1 to smithi02985406-30 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:30: finishing write tid 2 to smithi02985406-30 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:30: finishing write tid 3 to smithi02985406-30 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:30: oid 30 updating version 0 to 3 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:30: oid 30 updating version 3 to 4 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 4 (ObjNum 29 snap 0 seq_num 29) dirty exists 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:30: left oid 30 (ObjNum 29 snap 0 seq_num 29) 2024-07-27T18:20:44.313 INFO:tasks.rados.rados.0.smithi029.stdout:31: finishing write tid 1 to smithi02985406-31 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:31: finishing write tid 2 to smithi02985406-31 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:31: finishing write tid 3 to smithi02985406-31 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:31: oid 31 updating version 0 to 7 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:31: oid 31 updating version 7 to 8 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 8 (ObjNum 30 snap 0 seq_num 30) dirty exists 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:31: left oid 31 (ObjNum 30 snap 0 seq_num 30) 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:32: finishing write tid 1 to smithi02985406-32 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:32: finishing write tid 2 to smithi02985406-32 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:32: finishing write tid 3 to smithi02985406-32 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:32: oid 32 updating version 0 to 1 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:32: oid 32 updating version 1 to 2 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 2 (ObjNum 31 snap 0 seq_num 31) dirty exists 2024-07-27T18:20:44.314 INFO:tasks.rados.rados.0.smithi029.stdout:32: left oid 32 (ObjNum 31 snap 0 seq_num 31) 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:33: finishing write tid 1 to smithi02985406-33 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:33: finishing write tid 2 to smithi02985406-33 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:33: finishing write tid 3 to smithi02985406-33 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:33: oid 33 updating version 0 to 5 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:33: oid 33 updating version 5 to 6 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 6 (ObjNum 32 snap 0 seq_num 32) dirty exists 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:33: left oid 33 (ObjNum 32 snap 0 seq_num 32) 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:34: finishing write tid 1 to smithi02985406-34 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:34: finishing write tid 2 to smithi02985406-34 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:34: finishing write tid 3 to smithi02985406-34 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:34: oid 34 updating version 0 to 8 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:34: oid 34 version 8 is already newer than 7 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 8 (ObjNum 33 snap 0 seq_num 33) dirty exists 2024-07-27T18:20:44.315 INFO:tasks.rados.rados.0.smithi029.stdout:34: left oid 34 (ObjNum 33 snap 0 seq_num 33) 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:35: finishing write tid 1 to smithi02985406-35 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:35: finishing write tid 2 to smithi02985406-35 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:35: finishing write tid 3 to smithi02985406-35 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:35: oid 35 updating version 0 to 4 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:35: oid 35 version 4 is already newer than 3 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 4 (ObjNum 34 snap 0 seq_num 34) dirty exists 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:35: left oid 35 (ObjNum 34 snap 0 seq_num 34) 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:36: finishing write tid 1 to smithi02985406-36 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:36: finishing write tid 2 to smithi02985406-36 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:36: finishing write tid 3 to smithi02985406-36 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:36: oid 36 updating version 0 to 2 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:36: oid 36 version 2 is already newer than 1 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 2 (ObjNum 35 snap 0 seq_num 35) dirty exists 2024-07-27T18:20:44.316 INFO:tasks.rados.rados.0.smithi029.stdout:36: left oid 36 (ObjNum 35 snap 0 seq_num 35) 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:37: finishing write tid 1 to smithi02985406-37 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:37: finishing write tid 2 to smithi02985406-37 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:37: finishing write tid 3 to smithi02985406-37 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:37: oid 37 updating version 0 to 7 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:37: oid 37 updating version 7 to 8 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 8 (ObjNum 36 snap 0 seq_num 36) dirty exists 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:37: left oid 37 (ObjNum 36 snap 0 seq_num 36) 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:38: finishing write tid 1 to smithi02985406-38 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:38: finishing write tid 2 to smithi02985406-38 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:29: done (15 left) 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:30: done (14 left) 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:31: done (13 left) 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:32: done (12 left) 2024-07-27T18:20:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:33: done (11 left) 2024-07-27T18:20:44.318 INFO:tasks.rados.rados.0.smithi029.stdout:34: done (10 left) 2024-07-27T18:20:44.318 INFO:tasks.rados.rados.0.smithi029.stdout:35: done (9 left) 2024-07-27T18:20:44.318 INFO:tasks.rados.rados.0.smithi029.stdout:36: done (8 left) 2024-07-27T18:20:44.318 INFO:tasks.rados.rados.0.smithi029.stdout:37: done (7 left) 2024-07-27T18:20:44.318 INFO:tasks.rados.rados.0.smithi029.stdout:45: write initial oid 45 2024-07-27T18:20:44.318 INFO:tasks.rados.rados.0.smithi029.stdout:45: seq_num 44 ranges {0=745472} 2024-07-27T18:20:44.318 INFO:tasks.rados.rados.0.smithi029.stdout:45: writing smithi02985406-45 from 0 to 745472 tid 1 2024-07-27T18:20:44.319 INFO:tasks.rados.rados.0.smithi029.stdout:46: write initial oid 46 2024-07-27T18:20:44.319 INFO:tasks.rados.rados.0.smithi029.stdout:46: seq_num 45 ranges {0=761856} 2024-07-27T18:20:44.321 INFO:tasks.rados.rados.0.smithi029.stdout:46: writing smithi02985406-46 from 0 to 761856 tid 1 2024-07-27T18:20:44.321 INFO:tasks.rados.rados.0.smithi029.stdout:47: write initial oid 47 2024-07-27T18:20:44.321 INFO:tasks.rados.rados.0.smithi029.stdout:47: seq_num 46 ranges {0=778240} 2024-07-27T18:20:44.327 INFO:tasks.rados.rados.0.smithi029.stdout:47: writing smithi02985406-47 from 0 to 778240 tid 1 2024-07-27T18:20:44.327 INFO:tasks.rados.rados.0.smithi029.stdout:48: write initial oid 48 2024-07-27T18:20:44.327 INFO:tasks.rados.rados.0.smithi029.stdout:48: seq_num 47 ranges {0=794624} 2024-07-27T18:20:44.330 INFO:tasks.rados.rados.0.smithi029.stdout:48: writing smithi02985406-48 from 0 to 794624 tid 1 2024-07-27T18:20:44.331 INFO:tasks.rados.rados.0.smithi029.stdout:49: write initial oid 49 2024-07-27T18:20:44.331 INFO:tasks.rados.rados.0.smithi029.stdout:49: seq_num 48 ranges {0=409600,409600=401408} 2024-07-27T18:20:44.333 INFO:tasks.rados.rados.0.smithi029.stdout:49: writing smithi02985406-49 from 0 to 409600 tid 1 2024-07-27T18:20:44.336 INFO:tasks.rados.rados.0.smithi029.stdout:49: writing smithi02985406-49 from 409600 to 811008 tid 2 2024-07-27T18:20:44.336 INFO:tasks.rados.rados.0.smithi029.stdout:50: write initial oid 50 2024-07-27T18:20:44.336 INFO:tasks.rados.rados.0.smithi029.stdout:50: seq_num 49 ranges {0=425984,425984=401408} 2024-07-27T18:20:44.339 INFO:tasks.rados.rados.0.smithi029.stdout:50: writing smithi02985406-50 from 0 to 425984 tid 1 2024-07-27T18:20:44.342 INFO:tasks.rados.rados.0.smithi029.stdout:50: writing smithi02985406-50 from 425984 to 827392 tid 2 2024-07-27T18:20:44.342 INFO:tasks.rados.rados.0.smithi029.stdout:51: copy_from oid 8 from oid 14 current snap is 0 2024-07-27T18:20:44.342 INFO:tasks.rados.rados.0.smithi029.stdout:38: finishing write tid 3 to smithi02985406-38 2024-07-27T18:20:44.342 INFO:tasks.rados.rados.0.smithi029.stdout:38: oid 38 updating version 0 to 3 2024-07-27T18:20:44.342 INFO:tasks.rados.rados.0.smithi029.stdout:38: oid 38 updating version 3 to 4 2024-07-27T18:20:44.342 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 4 (ObjNum 37 snap 0 seq_num 37) dirty exists 2024-07-27T18:20:44.342 INFO:tasks.rados.rados.0.smithi029.stdout:38: left oid 38 (ObjNum 37 snap 0 seq_num 37) 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:38: done (13 left) 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 0 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:39: finishing write tid 1 to smithi02985406-39 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:39: finishing write tid 2 to smithi02985406-39 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:39: finishing write tid 3 to smithi02985406-39 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:39: oid 39 updating version 0 to 2 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:39: oid 39 version 2 is already newer than 1 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2 (ObjNum 38 snap 0 seq_num 38) dirty exists 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:39: left oid 39 (ObjNum 38 snap 0 seq_num 38) 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:40: finishing write tid 1 to smithi02985406-40 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:40: finishing write tid 2 to smithi02985406-40 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:40: finishing write tid 3 to smithi02985406-40 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:40: oid 40 updating version 0 to 3 2024-07-27T18:20:44.343 INFO:tasks.rados.rados.0.smithi029.stdout:40: oid 40 updating version 3 to 4 2024-07-27T18:20:44.344 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 4 (ObjNum 39 snap 0 seq_num 39) dirty exists 2024-07-27T18:20:44.344 INFO:tasks.rados.rados.0.smithi029.stdout:40: left oid 40 (ObjNum 39 snap 0 seq_num 39) 2024-07-27T18:20:44.344 INFO:tasks.rados.rados.0.smithi029.stdout:41: finishing write tid 1 to smithi02985406-41 2024-07-27T18:20:44.344 INFO:tasks.rados.rados.0.smithi029.stdout:41: finishing write tid 2 to smithi02985406-41 2024-07-27T18:20:44.344 INFO:tasks.rados.rados.0.smithi029.stdout:52: seq_num 50 ranges {237568=442368,679936=401408} 2024-07-27T18:20:44.346 INFO:tasks.rados.rados.0.smithi029.stdout:52: writing smithi02985406-15 from 237568 to 679936 tid 1 2024-07-27T18:20:44.349 INFO:tasks.rados.rados.0.smithi029.stdout:52: writing smithi02985406-15 from 679936 to 1081344 tid 2 2024-07-27T18:20:44.349 INFO:tasks.rados.rados.0.smithi029.stdout:39: done (13 left) 2024-07-27T18:20:44.349 INFO:tasks.rados.rados.0.smithi029.stdout:40: done (12 left) 2024-07-27T18:20:44.349 INFO:tasks.rados.rados.0.smithi029.stdout:53: rmattr oid 38 current snap is 0 2024-07-27T18:20:44.349 INFO:tasks.rados.rados.0.smithi029.stdout:53: done (12 left) 2024-07-27T18:20:44.349 INFO:tasks.rados.rados.0.smithi029.stdout:54: delete oid 4 current snap is 0 2024-07-27T18:20:44.349 INFO:tasks.rados.rados.0.smithi029.stdout:41: finishing write tid 3 to smithi02985406-41 2024-07-27T18:20:44.349 INFO:tasks.rados.rados.0.smithi029.stdout:41: oid 41 updating version 0 to 4 2024-07-27T18:20:44.349 INFO:tasks.rados.rados.0.smithi029.stdout:41: oid 41 version 4 is already newer than 3 2024-07-27T18:20:44.349 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 4 (ObjNum 40 snap 0 seq_num 40) dirty exists 2024-07-27T18:20:44.350 INFO:tasks.rados.rados.0.smithi029.stdout:41: left oid 41 (ObjNum 40 snap 0 seq_num 40) 2024-07-27T18:20:44.350 INFO:tasks.rados.rados.0.smithi029.stdout:42: finishing write tid 1 to smithi02985406-42 2024-07-27T18:20:44.350 INFO:tasks.rados.rados.0.smithi029.stdout:42: finishing write tid 2 to smithi02985406-42 2024-07-27T18:20:44.350 INFO:tasks.rados.rados.0.smithi029.stdout:42: finishing write tid 3 to smithi02985406-42 2024-07-27T18:20:44.350 INFO:tasks.rados.rados.0.smithi029.stdout:42: oid 42 updating version 0 to 4 2024-07-27T18:20:44.350 INFO:tasks.rados.rados.0.smithi029.stdout:42: oid 42 version 4 is already newer than 3 2024-07-27T18:20:44.350 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 4 (ObjNum 41 snap 0 seq_num 41) dirty exists 2024-07-27T18:20:44.350 INFO:tasks.rados.rados.0.smithi029.stdout:42: left oid 42 (ObjNum 41 snap 0 seq_num 41) 2024-07-27T18:20:44.350 INFO:tasks.rados.rados.0.smithi029.stdout:43: finishing write tid 1 to smithi02985406-43 2024-07-27T18:20:44.350 INFO:tasks.rados.rados.0.smithi029.stdout:43: finishing write tid 2 to smithi02985406-43 2024-07-27T18:20:44.350 INFO:tasks.rados.rados.0.smithi029.stdout:43: finishing write tid 3 to smithi02985406-43 2024-07-27T18:20:44.350 INFO:tasks.rados.rados.0.smithi029.stdout:43: oid 43 updating version 0 to 12 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:43: oid 43 version 12 is already newer than 11 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 12 (ObjNum 42 snap 0 seq_num 42) dirty exists 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:43: left oid 43 (ObjNum 42 snap 0 seq_num 42) 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:44: finishing write tid 1 to smithi02985406-44 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:44: finishing write tid 2 to smithi02985406-44 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:44: finishing write tid 3 to smithi02985406-44 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:44: oid 44 updating version 0 to 10 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:44: oid 44 version 10 is already newer than 9 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 10 (ObjNum 43 snap 0 seq_num 43) dirty exists 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:44: left oid 44 (ObjNum 43 snap 0 seq_num 43) 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:45: finishing write tid 1 to smithi02985406-45 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:45: finishing write tid 2 to smithi02985406-45 2024-07-27T18:20:44.351 INFO:tasks.rados.rados.0.smithi029.stdout:45: finishing write tid 3 to smithi02985406-45 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:45: oid 45 updating version 0 to 9 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:45: oid 45 updating version 9 to 10 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 10 (ObjNum 44 snap 0 seq_num 44) dirty exists 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:45: left oid 45 (ObjNum 44 snap 0 seq_num 44) 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:46: finishing write tid 1 to smithi02985406-46 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:46: finishing write tid 2 to smithi02985406-46 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:46: finishing write tid 3 to smithi02985406-46 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:46: oid 46 updating version 0 to 2 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:46: oid 46 version 2 is already newer than 1 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 2 (ObjNum 45 snap 0 seq_num 45) dirty exists 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:46: left oid 46 (ObjNum 45 snap 0 seq_num 45) 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:47: finishing write tid 1 to smithi02985406-47 2024-07-27T18:20:44.352 INFO:tasks.rados.rados.0.smithi029.stdout:47: finishing write tid 2 to smithi02985406-47 2024-07-27T18:20:44.353 INFO:tasks.rados.rados.0.smithi029.stdout:47: finishing write tid 3 to smithi02985406-47 2024-07-27T18:20:44.353 INFO:tasks.rados.rados.0.smithi029.stdout:47: oid 47 updating version 0 to 13 2024-07-27T18:20:44.353 INFO:tasks.rados.rados.0.smithi029.stdout:47: oid 47 updating version 13 to 14 2024-07-27T18:20:44.353 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 14 (ObjNum 46 snap 0 seq_num 46) dirty exists 2024-07-27T18:20:44.353 INFO:tasks.rados.rados.0.smithi029.stdout:47: left oid 47 (ObjNum 46 snap 0 seq_num 46) 2024-07-27T18:20:44.353 INFO:tasks.rados.rados.0.smithi029.stdout:48: finishing write tid 1 to smithi02985406-48 2024-07-27T18:20:44.353 INFO:tasks.rados.rados.0.smithi029.stdout:48: finishing write tid 2 to smithi02985406-48 2024-07-27T18:20:44.353 INFO:tasks.rados.rados.0.smithi029.stdout:48: finishing write tid 3 to smithi02985406-48 2024-07-27T18:20:44.353 INFO:tasks.rados.rados.0.smithi029.stdout:48: oid 48 updating version 0 to 14 2024-07-27T18:20:44.353 INFO:tasks.rados.rados.0.smithi029.stdout:48: oid 48 version 14 is already newer than 13 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 14 (ObjNum 47 snap 0 seq_num 47) dirty exists 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:48: left oid 48 (ObjNum 47 snap 0 seq_num 47) 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:49: finishing write tid 1 to smithi02985406-49 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:49: finishing write tid 2 to smithi02985406-49 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:49: finishing write tid 3 to smithi02985406-49 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:49: finishing write tid 4 to smithi02985406-49 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:49: oid 49 updating version 0 to 3 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:49: oid 49 updating version 3 to 5 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:49: oid 49 version 5 is already newer than 4 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 5 (ObjNum 48 snap 0 seq_num 48) dirty exists 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:49: left oid 49 (ObjNum 48 snap 0 seq_num 48) 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:50: finishing write tid 1 to smithi02985406-50 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:50: finishing write tid 2 to smithi02985406-50 2024-07-27T18:20:44.354 INFO:tasks.rados.rados.0.smithi029.stdout:50: finishing write tid 3 to smithi02985406-50 2024-07-27T18:20:44.355 INFO:tasks.rados.rados.0.smithi029.stdout:50: finishing write tid 4 to smithi02985406-50 2024-07-27T18:20:44.355 INFO:tasks.rados.rados.0.smithi029.stdout:50: oid 50 updating version 0 to 4 2024-07-27T18:20:44.355 INFO:tasks.rados.rados.0.smithi029.stdout:50: oid 50 version 4 is already newer than 3 2024-07-27T18:20:44.355 INFO:tasks.rados.rados.0.smithi029.stdout:50: oid 50 updating version 4 to 5 2024-07-27T18:20:44.355 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 5 (ObjNum 49 snap 0 seq_num 49) dirty exists 2024-07-27T18:20:44.355 INFO:tasks.rados.rados.0.smithi029.stdout:50: left oid 50 (ObjNum 49 snap 0 seq_num 49) 2024-07-27T18:20:44.355 INFO:tasks.rados.rados.0.smithi029.stdout:51: finishing copy_from racing read to smithi02985406-8 2024-07-27T18:20:44.355 INFO:tasks.rados.rados.0.smithi029.stdout:51: finishing copy_from to smithi02985406-8 2024-07-27T18:20:44.355 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 4 (ObjNum 13 snap 0 seq_num 13) dirty exists 2024-07-27T18:20:44.355 INFO:tasks.rados.rados.0.smithi029.stdout:52: finishing write tid 1 to smithi02985406-15 2024-07-27T18:20:44.358 INFO:tasks.rados.rados.0.smithi029.stdout:52: finishing write tid 2 to smithi02985406-15 2024-07-27T18:20:44.358 INFO:tasks.rados.rados.0.smithi029.stdout:52: finishing write tid 3 to smithi02985406-15 2024-07-27T18:20:44.358 INFO:tasks.rados.rados.0.smithi029.stdout:41: done (12 left) 2024-07-27T18:20:44.358 INFO:tasks.rados.rados.0.smithi029.stdout:42: done (11 left) 2024-07-27T18:20:44.358 INFO:tasks.rados.rados.0.smithi029.stdout:43: done (10 left) 2024-07-27T18:20:44.358 INFO:tasks.rados.rados.0.smithi029.stdout:44: done (9 left) 2024-07-27T18:20:44.358 INFO:tasks.rados.rados.0.smithi029.stdout:45: done (8 left) 2024-07-27T18:20:44.358 INFO:tasks.rados.rados.0.smithi029.stdout:46: done (7 left) 2024-07-27T18:20:44.358 INFO:tasks.rados.rados.0.smithi029.stdout:47: done (6 left) 2024-07-27T18:20:44.358 INFO:tasks.rados.rados.0.smithi029.stdout:48: done (5 left) 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:49: done (4 left) 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:50: done (3 left) 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:51: done (2 left) 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:54: done (1 left) 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:55: read oid 16 snap -1 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:55: expect (ObjNum 15 snap 0 seq_num 15) 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:56: rollback oid 31 current snap is 0 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:56: done (2 left) 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:57: read oid 28 snap -1 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:57: expect (ObjNum 27 snap 0 seq_num 27) 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:58: copy_from oid 29 from oid 47 current snap is 0 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:59: rollback oid 45 current snap is 0 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:59: done (4 left) 2024-07-27T18:20:44.359 INFO:tasks.rados.rados.0.smithi029.stdout:60: copy_from oid 23 from oid 48 current snap is 0 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:61: delete oid 1 current snap is 0 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:52: finishing write tid 4 to smithi02985406-15 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:52: oid 15 updating version 0 to 9 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:52: oid 15 updating version 9 to 11 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:52: oid 15 version 11 is already newer than 10 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 11 (ObjNum 50 snap 0 seq_num 50) dirty exists 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:52: left oid 15 (ObjNum 50 snap 0 seq_num 50) 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:52: done (5 left) 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:61: done (4 left) 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:62: read oid 24 snap -1 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:62: expect (ObjNum 23 snap 0 seq_num 23) 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:63: snap_create 2024-07-27T18:20:44.360 INFO:tasks.rados.rados.0.smithi029.stdout:57: expect (ObjNum 27 snap 0 seq_num 27) 2024-07-27T18:20:44.371 INFO:tasks.rados.rados.0.smithi029.stdout:55: expect (ObjNum 15 snap 0 seq_num 15) 2024-07-27T18:20:44.378 INFO:tasks.rados.rados.0.smithi029.stdout:62: expect (ObjNum 23 snap 0 seq_num 23) 2024-07-27T18:20:44.391 INFO:tasks.rados.rados.0.smithi029.stdout:60: finishing copy_from racing read to smithi02985406-23 2024-07-27T18:20:44.391 INFO:tasks.rados.rados.0.smithi029.stdout:60: finishing copy_from to smithi02985406-23 2024-07-27T18:20:44.391 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 14 (ObjNum 47 snap 0 seq_num 47) dirty exists 2024-07-27T18:20:44.391 INFO:tasks.rados.rados.0.smithi029.stdout:58: finishing copy_from racing read to smithi02985406-29 2024-07-27T18:20:44.391 INFO:tasks.rados.rados.0.smithi029.stdout:58: finishing copy_from to smithi02985406-29 2024-07-27T18:20:44.391 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 14 (ObjNum 46 snap 0 seq_num 46) dirty exists 2024-07-27T18:20:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:44 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/518444216' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2024-07-27T18:20:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:44 smithi029 ceph-mon[29364]: from='client.? ' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2024-07-27T18:20:44.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:44 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/518444216' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2024-07-27T18:20:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:44 smithi029 ceph-mon[40759]: from='client.? ' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2024-07-27T18:20:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:44 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/518444216' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2024-07-27T18:20:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:44 smithi179 ceph-mon[33511]: from='client.? ' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2024-07-27T18:20:45.201 INFO:tasks.rados.rados.0.smithi029.stdout:55: done (5 left) 2024-07-27T18:20:45.201 INFO:tasks.rados.rados.0.smithi029.stdout:57: done (4 left) 2024-07-27T18:20:45.201 INFO:tasks.rados.rados.0.smithi029.stdout:58: done (3 left) 2024-07-27T18:20:45.201 INFO:tasks.rados.rados.0.smithi029.stdout:60: done (2 left) 2024-07-27T18:20:45.201 INFO:tasks.rados.rados.0.smithi029.stdout:62: done (1 left) 2024-07-27T18:20:45.201 INFO:tasks.rados.rados.0.smithi029.stdout:63: done (0 left) 2024-07-27T18:20:45.201 INFO:tasks.rados.rados.0.smithi029.stdout:64: copy_from oid 15 from oid 2 current snap is 1 2024-07-27T18:20:45.201 INFO:tasks.rados.rados.0.smithi029.stdout:65: read oid 30 snap -1 2024-07-27T18:20:45.201 INFO:tasks.rados.rados.0.smithi029.stdout:65: expect (ObjNum 29 snap 0 seq_num 29) 2024-07-27T18:20:45.201 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 1 2024-07-27T18:20:45.201 INFO:tasks.rados.rados.0.smithi029.stdout:66: seq_num 53 ranges {794624=491520,1286144=401408} 2024-07-27T18:20:45.209 INFO:tasks.rados.rados.0.smithi029.stdout:66: writing smithi02985406-23 from 794624 to 1286144 tid 1 2024-07-27T18:20:45.212 INFO:tasks.rados.rados.0.smithi029.stdout:66: writing smithi02985406-23 from 1286144 to 1687552 tid 2 2024-07-27T18:20:45.212 INFO:tasks.rados.rados.0.smithi029.stdout:67: rollback oid 10 current snap is 1 2024-07-27T18:20:45.212 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 10 to 0 2024-07-27T18:20:45.212 INFO:tasks.rados.rados.0.smithi029.stdout:65: expect (ObjNum 29 snap 0 seq_num 29) 2024-07-27T18:20:45.228 INFO:tasks.rados.rados.0.smithi029.stdout:64: finishing copy_from racing read to smithi02985406-15 2024-07-27T18:20:45.229 INFO:tasks.rados.rados.0.smithi029.stdout:64: finishing copy_from to smithi02985406-15 2024-07-27T18:20:45.229 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 2 (ObjNum 1 snap 0 seq_num 1) dirty exists 2024-07-27T18:20:45.229 INFO:tasks.rados.rados.0.smithi029.stdout:64: done (3 left) 2024-07-27T18:20:45.229 INFO:tasks.rados.rados.0.smithi029.stdout:65: done (2 left) 2024-07-27T18:20:45.229 INFO:tasks.rados.rados.0.smithi029.stdout:68: setattr oid 20 current snap is 1 2024-07-27T18:20:45.229 INFO:tasks.rados.rados.0.smithi029.stdout:66: finishing write tid 1 to smithi02985406-23 2024-07-27T18:20:45.229 INFO:tasks.rados.rados.0.smithi029.stdout:66: finishing write tid 2 to smithi02985406-23 2024-07-27T18:20:45.229 INFO:tasks.rados.rados.0.smithi029.stdout:66: finishing write tid 3 to smithi02985406-23 2024-07-27T18:20:45.229 INFO:tasks.rados.rados.0.smithi029.stdout:67: finishing rollback tid 0 to smithi02985406-10 2024-07-27T18:20:45.229 INFO:tasks.rados.rados.0.smithi029.stdout:67: finishing rollback tid 1 to smithi02985406-10 2024-07-27T18:20:45.229 INFO:tasks.rados.rados.0.smithi029.stdout:66: finishing write tid 4 to smithi02985406-23 2024-07-27T18:20:45.230 INFO:tasks.rados.rados.0.smithi029.stdout:66: oid 23 updating version 0 to 15 2024-07-27T18:20:45.230 INFO:tasks.rados.rados.0.smithi029.stdout:66: oid 23 updating version 15 to 17 2024-07-27T18:20:45.230 INFO:tasks.rados.rados.0.smithi029.stdout:66: oid 23 version 17 is already newer than 16 2024-07-27T18:20:45.230 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 17 (ObjNum 53 snap 1 seq_num 53) dirty exists 2024-07-27T18:20:45.230 INFO:tasks.rados.rados.0.smithi029.stdout:66: left oid 23 (ObjNum 53 snap 1 seq_num 53) 2024-07-27T18:20:45.230 INFO:tasks.rados.rados.0.smithi029.stdout:67: finishing rollback tid 2 to smithi02985406-10 2024-07-27T18:20:45.230 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 15 (ObjNum 9 snap 0 seq_num 9) dirty exists 2024-07-27T18:20:45.231 INFO:tasks.rados.rados.0.smithi029.stdout:66: done (2 left) 2024-07-27T18:20:45.232 INFO:tasks.rados.rados.0.smithi029.stdout:67: done (1 left) 2024-07-27T18:20:45.232 INFO:tasks.rados.rados.0.smithi029.stdout:69: copy_from oid 45 from oid 34 current snap is 1 2024-07-27T18:20:45.232 INFO:tasks.rados.rados.0.smithi029.stdout:70: read oid 24 snap 0 2024-07-27T18:20:45.232 INFO:tasks.rados.rados.0.smithi029.stdout:70: expect (ObjNum 23 snap 0 seq_num 23) 2024-07-27T18:20:45.232 INFO:tasks.rados.rados.0.smithi029.stdout:71: copy_from oid 36 from oid 28 current snap is 1 2024-07-27T18:20:45.232 INFO:tasks.rados.rados.0.smithi029.stdout:72: rollback oid 49 current snap is 1 2024-07-27T18:20:45.232 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 49 to 0 2024-07-27T18:20:45.232 INFO:tasks.rados.rados.0.smithi029.stdout:73: read oid 4 snap 0 2024-07-27T18:20:45.232 INFO:tasks.rados.rados.0.smithi029.stdout:73: expect deleted 2024-07-27T18:20:45.232 INFO:tasks.rados.rados.0.smithi029.stdout:74: rmattr oid 7 current snap is 1 2024-07-27T18:20:45.232 INFO:tasks.rados.rados.0.smithi029.stdout:74: done (6 left) 2024-07-27T18:20:45.232 INFO:tasks.rados.rados.0.smithi029.stdout:75: copy_from oid 21 from oid 12 current snap is 1 2024-07-27T18:20:45.233 INFO:tasks.rados.rados.0.smithi029.stdout:76: read oid 39 snap -1 2024-07-27T18:20:45.233 INFO:tasks.rados.rados.0.smithi029.stdout:76: expect (ObjNum 38 snap 0 seq_num 38) 2024-07-27T18:20:45.233 INFO:tasks.rados.rados.0.smithi029.stdout:77: copy_from oid 6 from oid 37 current snap is 1 2024-07-27T18:20:45.233 INFO:tasks.rados.rados.0.smithi029.stdout:78: read oid 2 snap -1 2024-07-27T18:20:45.233 INFO:tasks.rados.rados.0.smithi029.stdout:78: expect (ObjNum 1 snap 0 seq_num 1) 2024-07-27T18:20:45.233 INFO:tasks.rados.rados.0.smithi029.stdout:79: setattr oid 41 current snap is 1 2024-07-27T18:20:45.233 INFO:tasks.rados.rados.0.smithi029.stdout:80: snap_create 2024-07-27T18:20:45.233 INFO:tasks.rados.rados.0.smithi029.stdout:78: expect (ObjNum 1 snap 0 seq_num 1) 2024-07-27T18:20:45.234 INFO:tasks.rados.rados.0.smithi029.stdout:70: expect (ObjNum 23 snap 0 seq_num 23) 2024-07-27T18:20:45.247 INFO:tasks.rados.rados.0.smithi029.stdout:72: finishing rollback tid 0 to smithi02985406-49 2024-07-27T18:20:45.247 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 17 (ObjNum 19 snap 0 seq_num 19) dirty exists 2024-07-27T18:20:45.247 INFO:tasks.rados.rados.0.smithi029.stdout:72: finishing rollback tid 1 to smithi02985406-49 2024-07-27T18:20:45.247 INFO:tasks.rados.rados.0.smithi029.stdout:71: finishing copy_from racing read to smithi02985406-36 2024-07-27T18:20:45.247 INFO:tasks.rados.rados.0.smithi029.stdout:76: expect (ObjNum 38 snap 0 seq_num 38) 2024-07-27T18:20:45.265 INFO:tasks.rados.rados.0.smithi029.stdout:72: finishing rollback tid 2 to smithi02985406-49 2024-07-27T18:20:45.265 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 9 (ObjNum 48 snap 0 seq_num 48) dirty exists 2024-07-27T18:20:45.265 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 6 (ObjNum 40 snap 0 seq_num 40) dirty exists 2024-07-27T18:20:45.265 INFO:tasks.rados.rados.0.smithi029.stdout:69: finishing copy_from racing read to smithi02985406-45 2024-07-27T18:20:45.265 INFO:tasks.rados.rados.0.smithi029.stdout:75: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:20:45.265 INFO:tasks.rados.rados.0.smithi029.stdout:71: finishing copy_from to smithi02985406-36 2024-07-27T18:20:45.265 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 12 (ObjNum 27 snap 0 seq_num 27) dirty exists 2024-07-27T18:20:45.265 INFO:tasks.rados.rados.0.smithi029.stdout:75: finishing copy_from to smithi02985406-21 2024-07-27T18:20:45.265 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 2 (ObjNum 11 snap 0 seq_num 11) dirty exists 2024-07-27T18:20:45.266 INFO:tasks.rados.rados.0.smithi029.stdout:77: finishing copy_from racing read to smithi02985406-6 2024-07-27T18:20:45.266 INFO:tasks.rados.rados.0.smithi029.stdout:69: finishing copy_from to smithi02985406-45 2024-07-27T18:20:45.266 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 8 (ObjNum 33 snap 0 seq_num 33) dirty exists 2024-07-27T18:20:45.266 INFO:tasks.rados.rados.0.smithi029.stdout:77: finishing copy_from to smithi02985406-6 2024-07-27T18:20:45.266 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 8 (ObjNum 36 snap 0 seq_num 36) dirty exists 2024-07-27T18:20:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:45 smithi029 ceph-mon[29364]: pgmap v107: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:45 smithi029 ceph-mon[29364]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:20:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:45 smithi029 ceph-mon[29364]: Cluster is now healthy 2024-07-27T18:20:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:45 smithi029 ceph-mon[29364]: from='client.? ' entity='client.0' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]': finished 2024-07-27T18:20:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:45 smithi029 ceph-mon[29364]: osdmap e84: 8 total, 8 up, 8 in 2024-07-27T18:20:45.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:45 smithi029 ceph-mon[40759]: pgmap v107: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:45.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:45 smithi029 ceph-mon[40759]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:20:45.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:45 smithi029 ceph-mon[40759]: Cluster is now healthy 2024-07-27T18:20:45.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:45 smithi029 ceph-mon[40759]: from='client.? ' entity='client.0' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]': finished 2024-07-27T18:20:45.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:45 smithi029 ceph-mon[40759]: osdmap e84: 8 total, 8 up, 8 in 2024-07-27T18:20:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:45 smithi179 ceph-mon[33511]: pgmap v107: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:45 smithi179 ceph-mon[33511]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:20:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:45 smithi179 ceph-mon[33511]: Cluster is now healthy 2024-07-27T18:20:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:45 smithi179 ceph-mon[33511]: from='client.? ' entity='client.0' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]': finished 2024-07-27T18:20:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:45 smithi179 ceph-mon[33511]: osdmap e84: 8 total, 8 up, 8 in 2024-07-27T18:20:46.212 INFO:tasks.rados.rados.0.smithi029.stdout:68: done (11 left) 2024-07-27T18:20:46.212 INFO:tasks.rados.rados.0.smithi029.stdout:69: done (10 left) 2024-07-27T18:20:46.212 INFO:tasks.rados.rados.0.smithi029.stdout:70: done (9 left) 2024-07-27T18:20:46.212 INFO:tasks.rados.rados.0.smithi029.stdout:71: done (8 left) 2024-07-27T18:20:46.212 INFO:tasks.rados.rados.0.smithi029.stdout:72: done (7 left) 2024-07-27T18:20:46.212 INFO:tasks.rados.rados.0.smithi029.stdout:73: done (6 left) 2024-07-27T18:20:46.212 INFO:tasks.rados.rados.0.smithi029.stdout:75: done (5 left) 2024-07-27T18:20:46.212 INFO:tasks.rados.rados.0.smithi029.stdout:76: done (4 left) 2024-07-27T18:20:46.212 INFO:tasks.rados.rados.0.smithi029.stdout:77: done (3 left) 2024-07-27T18:20:46.212 INFO:tasks.rados.rados.0.smithi029.stdout:78: done (2 left) 2024-07-27T18:20:46.212 INFO:tasks.rados.rados.0.smithi029.stdout:79: done (1 left) 2024-07-27T18:20:46.213 INFO:tasks.rados.rados.0.smithi029.stdout:80: done (0 left) 2024-07-27T18:20:46.213 INFO:tasks.rados.rados.0.smithi029.stdout:81: rollback oid 40 current snap is 2 2024-07-27T18:20:46.213 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 40 to 1 2024-07-27T18:20:46.213 INFO:tasks.rados.rados.0.smithi029.stdout:82: snap_create 2024-07-27T18:20:46.216 INFO:tasks.rados.rados.0.smithi029.stdout:81: finishing rollback tid 0 to smithi02985406-40 2024-07-27T18:20:46.216 INFO:tasks.rados.rados.0.smithi029.stdout:81: finishing rollback tid 1 to smithi02985406-40 2024-07-27T18:20:46.216 INFO:tasks.rados.rados.0.smithi029.stdout:81: finishing rollback tid 2 to smithi02985406-40 2024-07-27T18:20:46.217 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 8 (ObjNum 39 snap 0 seq_num 39) dirty exists 2024-07-27T18:20:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:46 smithi029 ceph-mon[29364]: osdmap e85: 8 total, 8 up, 8 in 2024-07-27T18:20:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:46 smithi029 ceph-mon[40759]: osdmap e85: 8 total, 8 up, 8 in 2024-07-27T18:20:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:46 smithi179 ceph-mon[33511]: osdmap e85: 8 total, 8 up, 8 in 2024-07-27T18:20:47.212 INFO:tasks.rados.rados.0.smithi029.stdout:81: done (1 left) 2024-07-27T18:20:47.212 INFO:tasks.rados.rados.0.smithi029.stdout:82: done (0 left) 2024-07-27T18:20:47.212 INFO:tasks.rados.rados.0.smithi029.stdout:83: rollback oid 9 current snap is 3 2024-07-27T18:20:47.212 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 9 to 0 2024-07-27T18:20:47.212 INFO:tasks.rados.rados.0.smithi029.stdout:84: read oid 20 snap 1 2024-07-27T18:20:47.212 INFO:tasks.rados.rados.0.smithi029.stdout:84: expect (ObjNum 19 snap 0 seq_num 19) 2024-07-27T18:20:47.212 INFO:tasks.rados.rados.0.smithi029.stdout:85: read oid 25 snap -1 2024-07-27T18:20:47.213 INFO:tasks.rados.rados.0.smithi029.stdout:85: expect (ObjNum 24 snap 0 seq_num 24) 2024-07-27T18:20:47.213 INFO:tasks.rados.rados.0.smithi029.stdout:86: copy_from oid 34 from oid 28 current snap is 3 2024-07-27T18:20:47.213 INFO:tasks.rados.rados.0.smithi029.stdout:87: setattr oid 48 current snap is 3 2024-07-27T18:20:47.213 INFO:tasks.rados.rados.0.smithi029.stdout:88: snap_remove snap 2 2024-07-27T18:20:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:47 smithi029 ceph-mon[29364]: pgmap v110: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:47 smithi029 ceph-mon[29364]: osdmap e86: 8 total, 8 up, 8 in 2024-07-27T18:20:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:47 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:47 smithi029 ceph-mon[40759]: pgmap v110: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:47 smithi029 ceph-mon[40759]: osdmap e86: 8 total, 8 up, 8 in 2024-07-27T18:20:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:47 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:47 smithi179 ceph-mon[33511]: pgmap v110: 121 pgs: 121 active+clean; 580 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:47 smithi179 ceph-mon[33511]: osdmap e86: 8 total, 8 up, 8 in 2024-07-27T18:20:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:47 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:48.225 INFO:tasks.rados.rados.0.smithi029.stdout:88: done (5 left) 2024-07-27T18:20:48.225 INFO:tasks.rados.rados.0.smithi029.stdout:89: read oid 38 snap 1 2024-07-27T18:20:48.225 INFO:tasks.rados.rados.0.smithi029.stdout:89: expect (ObjNum 37 snap 0 seq_num 37) 2024-07-27T18:20:48.225 INFO:tasks.rados.rados.0.smithi029.stdout:90: read oid 18 snap -1 2024-07-27T18:20:48.225 INFO:tasks.rados.rados.0.smithi029.stdout:90: expect (ObjNum 17 snap 0 seq_num 17) 2024-07-27T18:20:48.225 INFO:tasks.rados.rados.0.smithi029.stdout:91: copy_from oid 2 from oid 29 current snap is 3 2024-07-27T18:20:48.225 INFO:tasks.rados.rados.0.smithi029.stdout:83: finishing rollback tid 0 to smithi02985406-9 2024-07-27T18:20:48.225 INFO:tasks.rados.rados.0.smithi029.stdout:92: rmattr oid 43 current snap is 3 2024-07-27T18:20:48.225 INFO:tasks.rados.rados.0.smithi029.stdout:92: done (8 left) 2024-07-27T18:20:48.226 INFO:tasks.rados.rados.0.smithi029.stdout:93: delete oid 14 current snap is 3 2024-07-27T18:20:48.226 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 16 (ObjNum 47 snap 0 seq_num 47) dirty exists 2024-07-27T18:20:48.226 INFO:tasks.rados.rados.0.smithi029.stdout:83: finishing rollback tid 1 to smithi02985406-9 2024-07-27T18:20:48.226 INFO:tasks.rados.rados.0.smithi029.stdout:84: expect (ObjNum 19 snap 0 seq_num 19) 2024-07-27T18:20:48.239 INFO:tasks.rados.rados.0.smithi029.stdout:83: finishing rollback tid 2 to smithi02985406-9 2024-07-27T18:20:48.239 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 21 (ObjNum 8 snap 0 seq_num 8) dirty exists 2024-07-27T18:20:48.239 INFO:tasks.rados.rados.0.smithi029.stdout:83: done (8 left) 2024-07-27T18:20:48.240 INFO:tasks.rados.rados.0.smithi029.stdout:84: done (7 left) 2024-07-27T18:20:48.240 INFO:tasks.rados.rados.0.smithi029.stdout:87: done (6 left) 2024-07-27T18:20:48.240 INFO:tasks.rados.rados.0.smithi029.stdout:93: done (5 left) 2024-07-27T18:20:48.240 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 30 current snap is 3 2024-07-27T18:20:48.240 INFO:tasks.rados.rados.0.smithi029.stdout:85: expect (ObjNum 24 snap 0 seq_num 24) 2024-07-27T18:20:48.254 INFO:tasks.rados.rados.0.smithi029.stdout:86: finishing copy_from racing read to smithi02985406-34 2024-07-27T18:20:48.254 INFO:tasks.rados.rados.0.smithi029.stdout:86: finishing copy_from to smithi02985406-34 2024-07-27T18:20:48.254 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 12 (ObjNum 27 snap 0 seq_num 27) dirty exists 2024-07-27T18:20:48.255 INFO:tasks.rados.rados.0.smithi029.stdout:94: seq_num 55 ranges {491520=524288,1015808=401408} 2024-07-27T18:20:48.259 INFO:tasks.rados.rados.0.smithi029.stdout:94: writing smithi02985406-30 from 491520 to 1015808 tid 1 2024-07-27T18:20:48.262 INFO:tasks.rados.rados.0.smithi029.stdout:94: writing smithi02985406-30 from 1015808 to 1417216 tid 2 2024-07-27T18:20:48.262 INFO:tasks.rados.rados.0.smithi029.stdout:85: done (5 left) 2024-07-27T18:20:48.262 INFO:tasks.rados.rados.0.smithi029.stdout:86: done (4 left) 2024-07-27T18:20:48.262 INFO:tasks.rados.rados.0.smithi029.stdout:95: read oid 40 snap 0 2024-07-27T18:20:48.262 INFO:tasks.rados.rados.0.smithi029.stdout:95: expect (ObjNum 39 snap 0 seq_num 39) 2024-07-27T18:20:48.262 INFO:tasks.rados.rados.0.smithi029.stdout:96: rmattr oid 28 current snap is 3 2024-07-27T18:20:48.262 INFO:tasks.rados.rados.0.smithi029.stdout:96: done (5 left) 2024-07-27T18:20:48.262 INFO:tasks.rados.rados.0.smithi029.stdout:97: read oid 33 snap 0 2024-07-27T18:20:48.262 INFO:tasks.rados.rados.0.smithi029.stdout:97: expect (ObjNum 32 snap 0 seq_num 32) 2024-07-27T18:20:48.262 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 3 2024-07-27T18:20:48.262 INFO:tasks.rados.rados.0.smithi029.stdout:98: seq_num 56 ranges {606208=540672,1146880=401408} 2024-07-27T18:20:48.268 INFO:tasks.rados.rados.0.smithi029.stdout:98: writing smithi02985406-6 from 606208 to 1146880 tid 1 2024-07-27T18:20:48.271 INFO:tasks.rados.rados.0.smithi029.stdout:98: writing smithi02985406-6 from 1146880 to 1548288 tid 2 2024-07-27T18:20:48.271 INFO:tasks.rados.rados.0.smithi029.stdout:99: copy_from oid 32 from oid 27 current snap is 3 2024-07-27T18:20:48.271 INFO:tasks.rados.rados.0.smithi029.stdout:90: expect (ObjNum 17 snap 0 seq_num 17) 2024-07-27T18:20:48.281 INFO:tasks.rados.rados.0.smithi029.stdout:89: expect (ObjNum 37 snap 0 seq_num 37) 2024-07-27T18:20:48.297 INFO:tasks.rados.rados.0.smithi029.stdout:91: finishing copy_from racing read to smithi02985406-2 2024-07-27T18:20:48.297 INFO:tasks.rados.rados.0.smithi029.stdout:91: finishing copy_from to smithi02985406-2 2024-07-27T18:20:48.297 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 14 (ObjNum 46 snap 0 seq_num 46) dirty exists 2024-07-27T18:20:48.298 INFO:tasks.rados.rados.0.smithi029.stdout:89: done (7 left) 2024-07-27T18:20:48.298 INFO:tasks.rados.rados.0.smithi029.stdout:90: done (6 left) 2024-07-27T18:20:48.298 INFO:tasks.rados.rados.0.smithi029.stdout:91: done (5 left) 2024-07-27T18:20:48.298 INFO:tasks.rados.rados.0.smithi029.stdout:100: copy_from oid 42 from oid 39 current snap is 3 2024-07-27T18:20:48.298 INFO:tasks.rados.rados.0.smithi029.stdout:94: finishing write tid 1 to smithi02985406-30 2024-07-27T18:20:48.298 INFO:tasks.rados.rados.0.smithi029.stdout:97: expect (ObjNum 32 snap 0 seq_num 32) 2024-07-27T18:20:48.312 INFO:tasks.rados.rados.0.smithi029.stdout:95: expect (ObjNum 39 snap 0 seq_num 39) 2024-07-27T18:20:48.330 INFO:tasks.rados.rados.0.smithi029.stdout:94: finishing write tid 2 to smithi02985406-30 2024-07-27T18:20:48.331 INFO:tasks.rados.rados.0.smithi029.stdout:94: finishing write tid 3 to smithi02985406-30 2024-07-27T18:20:48.331 INFO:tasks.rados.rados.0.smithi029.stdout:94: finishing write tid 4 to smithi02985406-30 2024-07-27T18:20:48.331 INFO:tasks.rados.rados.0.smithi029.stdout:94: oid 30 updating version 0 to 19 2024-07-27T18:20:48.331 INFO:tasks.rados.rados.0.smithi029.stdout:94: oid 30 updating version 19 to 20 2024-07-27T18:20:48.331 INFO:tasks.rados.rados.0.smithi029.stdout:94: oid 30 version 20 is already newer than 18 2024-07-27T18:20:48.331 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 20 (ObjNum 55 snap 3 seq_num 55) dirty exists 2024-07-27T18:20:48.331 INFO:tasks.rados.rados.0.smithi029.stdout:94: left oid 30 (ObjNum 55 snap 3 seq_num 55) 2024-07-27T18:20:48.331 INFO:tasks.rados.rados.0.smithi029.stdout:98: finishing write tid 1 to smithi02985406-6 2024-07-27T18:20:48.331 INFO:tasks.rados.rados.0.smithi029.stdout:98: finishing write tid 2 to smithi02985406-6 2024-07-27T18:20:48.331 INFO:tasks.rados.rados.0.smithi029.stdout:98: finishing write tid 3 to smithi02985406-6 2024-07-27T18:20:48.332 INFO:tasks.rados.rados.0.smithi029.stdout:98: finishing write tid 4 to smithi02985406-6 2024-07-27T18:20:48.332 INFO:tasks.rados.rados.0.smithi029.stdout:98: oid 6 updating version 0 to 21 2024-07-27T18:20:48.332 INFO:tasks.rados.rados.0.smithi029.stdout:98: oid 6 version 21 is already newer than 19 2024-07-27T18:20:48.332 INFO:tasks.rados.rados.0.smithi029.stdout:98: oid 6 version 21 is already newer than 20 2024-07-27T18:20:48.332 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 21 (ObjNum 56 snap 3 seq_num 56) dirty exists 2024-07-27T18:20:48.332 INFO:tasks.rados.rados.0.smithi029.stdout:98: left oid 6 (ObjNum 56 snap 3 seq_num 56) 2024-07-27T18:20:48.332 INFO:tasks.rados.rados.0.smithi029.stdout:99: finishing copy_from racing read to smithi02985406-32 2024-07-27T18:20:48.333 INFO:tasks.rados.rados.0.smithi029.stdout:99: finishing copy_from to smithi02985406-32 2024-07-27T18:20:48.333 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 10 (ObjNum 26 snap 0 seq_num 26) dirty exists 2024-07-27T18:20:48.333 INFO:tasks.rados.rados.0.smithi029.stdout:100: finishing copy_from racing read to smithi02985406-42 2024-07-27T18:20:48.333 INFO:tasks.rados.rados.0.smithi029.stdout:94: done (5 left) 2024-07-27T18:20:48.333 INFO:tasks.rados.rados.0.smithi029.stdout:95: done (4 left) 2024-07-27T18:20:48.333 INFO:tasks.rados.rados.0.smithi029.stdout:97: done (3 left) 2024-07-27T18:20:48.333 INFO:tasks.rados.rados.0.smithi029.stdout:98: done (2 left) 2024-07-27T18:20:48.333 INFO:tasks.rados.rados.0.smithi029.stdout:99: done (1 left) 2024-07-27T18:20:48.333 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 30 current snap is 3 2024-07-27T18:20:48.333 INFO:tasks.rados.rados.0.smithi029.stdout:100: finishing copy_from to smithi02985406-42 2024-07-27T18:20:48.334 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 2 (ObjNum 38 snap 0 seq_num 38) dirty exists 2024-07-27T18:20:48.334 INFO:tasks.rados.rados.0.smithi029.stdout:101: seq_num 57 ranges {1417216=557056,1974272=401408} 2024-07-27T18:20:48.341 INFO:tasks.rados.rados.0.smithi029.stdout:101: writing smithi02985406-30 from 1417216 to 1974272 tid 1 2024-07-27T18:20:48.344 INFO:tasks.rados.rados.0.smithi029.stdout:101: writing smithi02985406-30 from 1974272 to 2375680 tid 2 2024-07-27T18:20:48.344 INFO:tasks.rados.rados.0.smithi029.stdout:100: done (1 left) 2024-07-27T18:20:48.344 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 3 2024-07-27T18:20:48.344 INFO:tasks.rados.rados.0.smithi029.stdout:101: finishing write tid 1 to smithi02985406-30 2024-07-27T18:20:48.344 INFO:tasks.rados.rados.0.smithi029.stdout:102: seq_num 58 ranges {24576=573440,598016=401408} 2024-07-27T18:20:48.347 INFO:tasks.rados.rados.0.smithi029.stdout:102: writing smithi02985406-15 from 24576 to 598016 tid 1 2024-07-27T18:20:48.350 INFO:tasks.rados.rados.0.smithi029.stdout:102: writing smithi02985406-15 from 598016 to 999424 tid 2 2024-07-27T18:20:48.351 INFO:tasks.rados.rados.0.smithi029.stdout:103: rollback oid 9 current snap is 3 2024-07-27T18:20:48.351 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 9 to 0 2024-07-27T18:20:48.351 INFO:tasks.rados.rados.0.smithi029.stdout:101: finishing write tid 2 to smithi02985406-30 2024-07-27T18:20:48.351 INFO:tasks.rados.rados.0.smithi029.stdout:101: finishing write tid 3 to smithi02985406-30 2024-07-27T18:20:48.351 INFO:tasks.rados.rados.0.smithi029.stdout:101: finishing write tid 4 to smithi02985406-30 2024-07-27T18:20:48.351 INFO:tasks.rados.rados.0.smithi029.stdout:101: oid 30 updating version 0 to 23 2024-07-27T18:20:48.351 INFO:tasks.rados.rados.0.smithi029.stdout:101: oid 30 version 23 is already newer than 22 2024-07-27T18:20:48.352 INFO:tasks.rados.rados.0.smithi029.stdout:101: oid 30 version 23 is already newer than 21 2024-07-27T18:20:48.352 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 23 (ObjNum 57 snap 3 seq_num 57) dirty exists 2024-07-27T18:20:48.352 INFO:tasks.rados.rados.0.smithi029.stdout:101: left oid 30 (ObjNum 57 snap 3 seq_num 57) 2024-07-27T18:20:48.352 INFO:tasks.rados.rados.0.smithi029.stdout:102: finishing write tid 1 to smithi02985406-15 2024-07-27T18:20:48.352 INFO:tasks.rados.rados.0.smithi029.stdout:101: done (2 left) 2024-07-27T18:20:48.352 INFO:tasks.rados.rados.0.smithi029.stdout:104: delete oid 34 current snap is 3 2024-07-27T18:20:48.355 INFO:tasks.rados.rados.0.smithi029.stdout:102: finishing write tid 2 to smithi02985406-15 2024-07-27T18:20:48.355 INFO:tasks.rados.rados.0.smithi029.stdout:103: finishing rollback tid 0 to smithi02985406-9 2024-07-27T18:20:48.355 INFO:tasks.rados.rados.0.smithi029.stdout:103: finishing rollback tid 1 to smithi02985406-9 2024-07-27T18:20:48.356 INFO:tasks.rados.rados.0.smithi029.stdout:103: finishing rollback tid 2 to smithi02985406-9 2024-07-27T18:20:48.356 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 26 (ObjNum 8 snap 0 seq_num 8) dirty exists 2024-07-27T18:20:48.356 INFO:tasks.rados.rados.0.smithi029.stdout:102: finishing write tid 3 to smithi02985406-15 2024-07-27T18:20:48.357 INFO:tasks.rados.rados.0.smithi029.stdout:103: done (2 left) 2024-07-27T18:20:48.357 INFO:tasks.rados.rados.0.smithi029.stdout:104: done (1 left) 2024-07-27T18:20:48.357 INFO:tasks.rados.rados.0.smithi029.stdout:105: read oid 20 snap -1 2024-07-27T18:20:48.357 INFO:tasks.rados.rados.0.smithi029.stdout:105: expect (ObjNum 19 snap 0 seq_num 19) 2024-07-27T18:20:48.357 INFO:tasks.rados.rados.0.smithi029.stdout:106: read oid 27 snap -1 2024-07-27T18:20:48.357 INFO:tasks.rados.rados.0.smithi029.stdout:106: expect (ObjNum 26 snap 0 seq_num 26) 2024-07-27T18:20:48.357 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 3 2024-07-27T18:20:48.358 INFO:tasks.rados.rados.0.smithi029.stdout:107: seq_num 60 ranges {188416=614400,802816=401408} 2024-07-27T18:20:48.358 INFO:tasks.rados.rados.0.smithi029.stdout:107: writing smithi02985406-21 from 188416 to 802816 tid 1 2024-07-27T18:20:48.360 INFO:tasks.rados.rados.0.smithi029.stdout:107: writing smithi02985406-21 from 802816 to 1204224 tid 2 2024-07-27T18:20:48.360 INFO:tasks.rados.rados.0.smithi029.stdout:108: snap_create 2024-07-27T18:20:48.361 INFO:tasks.rados.rados.0.smithi029.stdout:102: finishing write tid 4 to smithi02985406-15 2024-07-27T18:20:48.361 INFO:tasks.rados.rados.0.smithi029.stdout:102: oid 15 updating version 0 to 21 2024-07-27T18:20:48.361 INFO:tasks.rados.rados.0.smithi029.stdout:102: oid 15 updating version 21 to 22 2024-07-27T18:20:48.361 INFO:tasks.rados.rados.0.smithi029.stdout:102: oid 15 version 22 is already newer than 20 2024-07-27T18:20:48.361 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 22 (ObjNum 58 snap 3 seq_num 58) dirty exists 2024-07-27T18:20:48.361 INFO:tasks.rados.rados.0.smithi029.stdout:102: left oid 15 (ObjNum 58 snap 3 seq_num 58) 2024-07-27T18:20:48.361 INFO:tasks.rados.rados.0.smithi029.stdout:105: expect (ObjNum 19 snap 0 seq_num 19) 2024-07-27T18:20:48.370 INFO:tasks.rados.rados.0.smithi029.stdout:106: expect (ObjNum 26 snap 0 seq_num 26) 2024-07-27T18:20:48.382 INFO:tasks.rados.rados.0.smithi029.stdout:107: finishing write tid 1 to smithi02985406-21 2024-07-27T18:20:48.382 INFO:tasks.rados.rados.0.smithi029.stdout:107: finishing write tid 2 to smithi02985406-21 2024-07-27T18:20:48.382 INFO:tasks.rados.rados.0.smithi029.stdout:107: finishing write tid 3 to smithi02985406-21 2024-07-27T18:20:48.382 INFO:tasks.rados.rados.0.smithi029.stdout:107: finishing write tid 4 to smithi02985406-21 2024-07-27T18:20:48.383 INFO:tasks.rados.rados.0.smithi029.stdout:107: oid 21 updating version 0 to 7 2024-07-27T18:20:48.383 INFO:tasks.rados.rados.0.smithi029.stdout:107: oid 21 version 7 is already newer than 6 2024-07-27T18:20:48.383 INFO:tasks.rados.rados.0.smithi029.stdout:107: oid 21 updating version 7 to 8 2024-07-27T18:20:48.383 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 8 (ObjNum 60 snap 3 seq_num 60) dirty exists 2024-07-27T18:20:48.383 INFO:tasks.rados.rados.0.smithi029.stdout:107: left oid 21 (ObjNum 60 snap 3 seq_num 60) 2024-07-27T18:20:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:48 smithi029 ceph-mon[29364]: osdmap e87: 8 total, 8 up, 8 in 2024-07-27T18:20:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:48 smithi029 ceph-mon[40759]: osdmap e87: 8 total, 8 up, 8 in 2024-07-27T18:20:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:48 smithi179 ceph-mon[33511]: osdmap e87: 8 total, 8 up, 8 in 2024-07-27T18:20:49.228 INFO:tasks.rados.rados.0.smithi029.stdout:102: done (4 left) 2024-07-27T18:20:49.229 INFO:tasks.rados.rados.0.smithi029.stdout:105: done (3 left) 2024-07-27T18:20:49.229 INFO:tasks.rados.rados.0.smithi029.stdout:106: done (2 left) 2024-07-27T18:20:49.229 INFO:tasks.rados.rados.0.smithi029.stdout:107: done (1 left) 2024-07-27T18:20:49.229 INFO:tasks.rados.rados.0.smithi029.stdout:108: done (0 left) 2024-07-27T18:20:49.229 INFO:tasks.rados.rados.0.smithi029.stdout:109: read oid 48 snap 1 2024-07-27T18:20:49.229 INFO:tasks.rados.rados.0.smithi029.stdout:109: expect (ObjNum 47 snap 0 seq_num 47) 2024-07-27T18:20:49.229 INFO:tasks.rados.rados.0.smithi029.stdout:110: read oid 49 snap 3 2024-07-27T18:20:49.229 INFO:tasks.rados.rados.0.smithi029.stdout:110: expect (ObjNum 48 snap 0 seq_num 48) 2024-07-27T18:20:49.229 INFO:tasks.rados.rados.0.smithi029.stdout:111: delete oid 44 current snap is 4 2024-07-27T18:20:49.235 INFO:tasks.rados.rados.0.smithi029.stdout:111: done (2 left) 2024-07-27T18:20:49.235 INFO:tasks.rados.rados.0.smithi029.stdout:112: rollback oid 23 current snap is 4 2024-07-27T18:20:49.235 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 23 to 1 2024-07-27T18:20:49.235 INFO:tasks.rados.rados.0.smithi029.stdout:113: read oid 30 snap -1 2024-07-27T18:20:49.235 INFO:tasks.rados.rados.0.smithi029.stdout:113: expect (ObjNum 57 snap 3 seq_num 57) 2024-07-27T18:20:49.235 INFO:tasks.rados.rados.0.smithi029.stdout:114: setattr oid 35 current snap is 4 2024-07-27T18:20:49.236 INFO:tasks.rados.rados.0.smithi029.stdout:110: expect (ObjNum 48 snap 0 seq_num 48) 2024-07-27T18:20:49.260 INFO:tasks.rados.rados.0.smithi029.stdout:109: expect (ObjNum 47 snap 0 seq_num 47) 2024-07-27T18:20:49.281 INFO:tasks.rados.rados.0.smithi029.stdout:112: finishing rollback tid 0 to smithi02985406-23 2024-07-27T18:20:49.281 INFO:tasks.rados.rados.0.smithi029.stdout:112: finishing rollback tid 1 to smithi02985406-23 2024-07-27T18:20:49.281 INFO:tasks.rados.rados.0.smithi029.stdout:112: finishing rollback tid 2 to smithi02985406-23 2024-07-27T18:20:49.281 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 26 (ObjNum 53 snap 1 seq_num 53) dirty exists 2024-07-27T18:20:49.281 INFO:tasks.rados.rados.0.smithi029.stdout:113: expect (ObjNum 57 snap 3 seq_num 57) 2024-07-27T18:20:49.386 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 6 (ObjNum 34 snap 0 seq_num 34) dirty exists 2024-07-27T18:20:49.387 INFO:tasks.rados.rados.0.smithi029.stdout:109: done (4 left) 2024-07-27T18:20:49.387 INFO:tasks.rados.rados.0.smithi029.stdout:110: done (3 left) 2024-07-27T18:20:49.387 INFO:tasks.rados.rados.0.smithi029.stdout:112: done (2 left) 2024-07-27T18:20:49.387 INFO:tasks.rados.rados.0.smithi029.stdout:113: done (1 left) 2024-07-27T18:20:49.387 INFO:tasks.rados.rados.0.smithi029.stdout:114: done (0 left) 2024-07-27T18:20:49.387 INFO:tasks.rados.rados.0.smithi029.stdout:115: delete oid 10 current snap is 4 2024-07-27T18:20:49.388 INFO:tasks.rados.rados.0.smithi029.stdout:115: done (0 left) 2024-07-27T18:20:49.388 INFO:tasks.rados.rados.0.smithi029.stdout:116: snap_remove snap 1 2024-07-27T18:20:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:49 smithi029 ceph-mon[29364]: pgmap v113: 121 pgs: 121 active+clean; 25 MiB data, 268 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 6.4 MiB/s wr, 83 op/s 2024-07-27T18:20:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:49 smithi029 ceph-mon[29364]: osdmap e88: 8 total, 8 up, 8 in 2024-07-27T18:20:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:49 smithi029 ceph-mon[40759]: pgmap v113: 121 pgs: 121 active+clean; 25 MiB data, 268 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 6.4 MiB/s wr, 83 op/s 2024-07-27T18:20:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:49 smithi029 ceph-mon[40759]: osdmap e88: 8 total, 8 up, 8 in 2024-07-27T18:20:49.565 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:49 smithi179 ceph-mon[33511]: pgmap v113: 121 pgs: 121 active+clean; 25 MiB data, 268 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 6.4 MiB/s wr, 83 op/s 2024-07-27T18:20:49.565 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:49 smithi179 ceph-mon[33511]: osdmap e88: 8 total, 8 up, 8 in 2024-07-27T18:20:50.234 INFO:tasks.rados.rados.0.smithi029.stdout:116: done (0 left) 2024-07-27T18:20:50.234 INFO:tasks.rados.rados.0.smithi029.stdout:117: setattr oid 28 current snap is 4 2024-07-27T18:20:50.235 INFO:tasks.rados.rados.0.smithi029.stdout:118: snap_remove snap 0 2024-07-27T18:20:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:50 smithi029 ceph-mon[29364]: osdmap e89: 8 total, 8 up, 8 in 2024-07-27T18:20:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:50 smithi029 ceph-mon[40759]: osdmap e89: 8 total, 8 up, 8 in 2024-07-27T18:20:50.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:50 smithi179 ceph-mon[33511]: osdmap e89: 8 total, 8 up, 8 in 2024-07-27T18:20:51.238 INFO:tasks.rados.rados.0.smithi029.stdout:118: done (1 left) 2024-07-27T18:20:51.238 INFO:tasks.rados.rados.0.smithi029.stdout:119: delete oid 6 current snap is 4 2024-07-27T18:20:51.238 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 30 (ObjNum 27 snap 0 seq_num 27) dirty exists 2024-07-27T18:20:51.243 INFO:tasks.rados.rados.0.smithi029.stdout:117: done (1 left) 2024-07-27T18:20:51.243 INFO:tasks.rados.rados.0.smithi029.stdout:119: done (0 left) 2024-07-27T18:20:51.243 INFO:tasks.rados.rados.0.smithi029.stdout:120: snap_remove snap 3 2024-07-27T18:20:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:51 smithi029 ceph-mon[29364]: pgmap v116: 121 pgs: 121 active+clean; 25 MiB data, 268 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 6.4 MiB/s wr, 83 op/s 2024-07-27T18:20:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:51 smithi029 ceph-mon[29364]: osdmap e90: 8 total, 8 up, 8 in 2024-07-27T18:20:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:51 smithi029 ceph-mon[40759]: pgmap v116: 121 pgs: 121 active+clean; 25 MiB data, 268 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 6.4 MiB/s wr, 83 op/s 2024-07-27T18:20:51.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:51 smithi029 ceph-mon[40759]: osdmap e90: 8 total, 8 up, 8 in 2024-07-27T18:20:51.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:51 smithi179 ceph-mon[33511]: pgmap v116: 121 pgs: 121 active+clean; 25 MiB data, 268 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 6.4 MiB/s wr, 83 op/s 2024-07-27T18:20:51.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:51 smithi179 ceph-mon[33511]: osdmap e90: 8 total, 8 up, 8 in 2024-07-27T18:20:52.244 INFO:tasks.rados.rados.0.smithi029.stdout:120: done (0 left) 2024-07-27T18:20:52.244 INFO:tasks.rados.rados.0.smithi029.stdout:121: rollback oid 17 current snap is 4 2024-07-27T18:20:52.244 INFO:tasks.rados.rados.0.smithi029.stdout:121: done (0 left) 2024-07-27T18:20:52.244 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 43 current snap is 4 2024-07-27T18:20:52.244 INFO:tasks.rados.rados.0.smithi029.stdout:122: seq_num 64 ranges {712704=679936,1392640=401408} 2024-07-27T18:20:52.252 INFO:tasks.rados.rados.0.smithi029.stdout:122: writing smithi02985406-43 from 712704 to 1392640 tid 1 2024-07-27T18:20:52.255 INFO:tasks.rados.rados.0.smithi029.stdout:122: writing smithi02985406-43 from 1392640 to 1794048 tid 2 2024-07-27T18:20:52.255 INFO:tasks.rados.rados.0.smithi029.stdout:123: read oid 11 snap -1 2024-07-27T18:20:52.255 INFO:tasks.rados.rados.0.smithi029.stdout:123: expect (ObjNum 10 snap 0 seq_num 10) 2024-07-27T18:20:52.255 INFO:tasks.rados.rados.0.smithi029.stdout:124: read oid 6 snap -1 2024-07-27T18:20:52.255 INFO:tasks.rados.rados.0.smithi029.stdout:124: expect deleted 2024-07-27T18:20:52.256 INFO:tasks.rados.rados.0.smithi029.stdout:125: copy_from oid 18 from oid 46 current snap is 4 2024-07-27T18:20:52.256 INFO:tasks.rados.rados.0.smithi029.stdout:126: read oid 41 snap -1 2024-07-27T18:20:52.256 INFO:tasks.rados.rados.0.smithi029.stdout:126: expect (ObjNum 40 snap 0 seq_num 40) 2024-07-27T18:20:52.256 INFO:tasks.rados.rados.0.smithi029.stdout:127: rmattr oid 37 current snap is 4 2024-07-27T18:20:52.256 INFO:tasks.rados.rados.0.smithi029.stdout:127: done (5 left) 2024-07-27T18:20:52.256 INFO:tasks.rados.rados.0.smithi029.stdout:128: read oid 1 snap -1 2024-07-27T18:20:52.256 INFO:tasks.rados.rados.0.smithi029.stdout:128: expect deleted 2024-07-27T18:20:52.256 INFO:tasks.rados.rados.0.smithi029.stdout:129: rmattr oid 30 current snap is 4 2024-07-27T18:20:52.256 INFO:tasks.rados.rados.0.smithi029.stdout:129: done (6 left) 2024-07-27T18:20:52.256 INFO:tasks.rados.rados.0.smithi029.stdout:130: setattr oid 47 current snap is 4 2024-07-27T18:20:52.257 INFO:tasks.rados.rados.0.smithi029.stdout:124: done (6 left) 2024-07-27T18:20:52.257 INFO:tasks.rados.rados.0.smithi029.stdout:128: done (5 left) 2024-07-27T18:20:52.257 INFO:tasks.rados.rados.0.smithi029.stdout:131: copy_from oid 23 from oid 25 current snap is 4 2024-07-27T18:20:52.258 INFO:tasks.rados.rados.0.smithi029.stdout:132: setattr oid 24 current snap is 4 2024-07-27T18:20:52.258 INFO:tasks.rados.rados.0.smithi029.stdout:122: finishing write tid 1 to smithi02985406-43 2024-07-27T18:20:52.258 INFO:tasks.rados.rados.0.smithi029.stdout:122: finishing write tid 2 to smithi02985406-43 2024-07-27T18:20:52.259 INFO:tasks.rados.rados.0.smithi029.stdout:122: finishing write tid 3 to smithi02985406-43 2024-07-27T18:20:52.259 INFO:tasks.rados.rados.0.smithi029.stdout:123: expect (ObjNum 10 snap 0 seq_num 10) 2024-07-27T18:20:52.266 INFO:tasks.rados.rados.0.smithi029.stdout:122: finishing write tid 4 to smithi02985406-43 2024-07-27T18:20:52.266 INFO:tasks.rados.rados.0.smithi029.stdout:122: oid 43 updating version 0 to 30 2024-07-27T18:20:52.266 INFO:tasks.rados.rados.0.smithi029.stdout:122: oid 43 updating version 30 to 31 2024-07-27T18:20:52.266 INFO:tasks.rados.rados.0.smithi029.stdout:122: oid 43 version 31 is already newer than 29 2024-07-27T18:20:52.266 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 31 (ObjNum 64 snap 4 seq_num 64) dirty exists 2024-07-27T18:20:52.266 INFO:tasks.rados.rados.0.smithi029.stdout:122: left oid 43 (ObjNum 64 snap 4 seq_num 64) 2024-07-27T18:20:52.266 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 39 (ObjNum 46 snap 0 seq_num 46) dirty exists 2024-07-27T18:20:52.266 INFO:tasks.rados.rados.0.smithi029.stdout:126: expect (ObjNum 40 snap 0 seq_num 40) 2024-07-27T18:20:52.291 INFO:tasks.rados.rados.0.smithi029.stdout:131: finishing copy_from racing read to smithi02985406-23 2024-07-27T18:20:52.291 INFO:tasks.rados.rados.0.smithi029.stdout:131: finishing copy_from to smithi02985406-23 2024-07-27T18:20:52.291 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 10 (ObjNum 24 snap 0 seq_num 24) dirty exists 2024-07-27T18:20:52.291 INFO:tasks.rados.rados.0.smithi029.stdout:125: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:20:52.291 INFO:tasks.rados.rados.0.smithi029.stdout:122: done (6 left) 2024-07-27T18:20:52.291 INFO:tasks.rados.rados.0.smithi029.stdout:123: done (5 left) 2024-07-27T18:20:52.291 INFO:tasks.rados.rados.0.smithi029.stdout:126: done (4 left) 2024-07-27T18:20:52.291 INFO:tasks.rados.rados.0.smithi029.stdout:130: done (3 left) 2024-07-27T18:20:52.291 INFO:tasks.rados.rados.0.smithi029.stdout:131: done (2 left) 2024-07-27T18:20:52.291 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 4 2024-07-27T18:20:52.291 INFO:tasks.rados.rados.0.smithi029.stdout:125: finishing copy_from to smithi02985406-18 2024-07-27T18:20:52.292 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2 (ObjNum 45 snap 0 seq_num 45) dirty exists 2024-07-27T18:20:52.292 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 21 (ObjNum 23 snap 0 seq_num 23) dirty exists 2024-07-27T18:20:52.292 INFO:tasks.rados.rados.0.smithi029.stdout:133: seq_num 65 ranges {794624=696320,1490944=401408} 2024-07-27T18:20:52.298 INFO:tasks.rados.rados.0.smithi029.stdout:133: writing smithi02985406-48 from 794624 to 1490944 tid 1 2024-07-27T18:20:52.301 INFO:tasks.rados.rados.0.smithi029.stdout:133: writing smithi02985406-48 from 1490944 to 1892352 tid 2 2024-07-27T18:20:52.301 INFO:tasks.rados.rados.0.smithi029.stdout:125: done (2 left) 2024-07-27T18:20:52.301 INFO:tasks.rados.rados.0.smithi029.stdout:132: done (1 left) 2024-07-27T18:20:52.301 INFO:tasks.rados.rados.0.smithi029.stdout:134: setattr oid 26 current snap is 4 2024-07-27T18:20:52.302 INFO:tasks.rados.rados.0.smithi029.stdout:135: snap_create 2024-07-27T18:20:52.303 INFO:tasks.rados.rados.0.smithi029.stdout:133: finishing write tid 1 to smithi02985406-48 2024-07-27T18:20:52.303 INFO:tasks.rados.rados.0.smithi029.stdout:133: finishing write tid 2 to smithi02985406-48 2024-07-27T18:20:52.303 INFO:tasks.rados.rados.0.smithi029.stdout:133: finishing write tid 3 to smithi02985406-48 2024-07-27T18:20:52.305 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 5 (ObjNum 25 snap 0 seq_num 25) dirty exists 2024-07-27T18:20:52.305 INFO:tasks.rados.rados.0.smithi029.stdout:133: finishing write tid 4 to smithi02985406-48 2024-07-27T18:20:52.305 INFO:tasks.rados.rados.0.smithi029.stdout:133: oid 48 updating version 0 to 32 2024-07-27T18:20:52.305 INFO:tasks.rados.rados.0.smithi029.stdout:133: oid 48 updating version 32 to 34 2024-07-27T18:20:52.305 INFO:tasks.rados.rados.0.smithi029.stdout:133: oid 48 version 34 is already newer than 33 2024-07-27T18:20:52.305 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 34 (ObjNum 65 snap 4 seq_num 65) dirty exists 2024-07-27T18:20:52.305 INFO:tasks.rados.rados.0.smithi029.stdout:133: left oid 48 (ObjNum 65 snap 4 seq_num 65) 2024-07-27T18:20:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:52 smithi029 ceph-mon[29364]: osdmap e91: 8 total, 8 up, 8 in 2024-07-27T18:20:52.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:52 smithi029 ceph-mon[40759]: osdmap e91: 8 total, 8 up, 8 in 2024-07-27T18:20:52.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:20:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:20:52] "GET /metrics HTTP/1.1" 200 36048 "" "Prometheus/2.43.0" 2024-07-27T18:20:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:52 smithi179 ceph-mon[33511]: osdmap e91: 8 total, 8 up, 8 in 2024-07-27T18:20:53.248 INFO:tasks.rados.rados.0.smithi029.stdout:133: done (2 left) 2024-07-27T18:20:53.248 INFO:tasks.rados.rados.0.smithi029.stdout:134: done (1 left) 2024-07-27T18:20:53.248 INFO:tasks.rados.rados.0.smithi029.stdout:135: done (0 left) 2024-07-27T18:20:53.248 INFO:tasks.rados.rados.0.smithi029.stdout:136: snap_remove snap 4 2024-07-27T18:20:53.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:53 smithi029 ceph-mon[29364]: pgmap v119: 121 pgs: 121 active+clean; 25 MiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:53.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:53 smithi029 ceph-mon[29364]: osdmap e92: 8 total, 8 up, 8 in 2024-07-27T18:20:53.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:53 smithi029 ceph-mon[40759]: pgmap v119: 121 pgs: 121 active+clean; 25 MiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:53.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:53 smithi029 ceph-mon[40759]: osdmap e92: 8 total, 8 up, 8 in 2024-07-27T18:20:53.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:53 smithi179 ceph-mon[33511]: pgmap v119: 121 pgs: 121 active+clean; 25 MiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:20:53.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:53 smithi179 ceph-mon[33511]: osdmap e92: 8 total, 8 up, 8 in 2024-07-27T18:20:54.253 INFO:tasks.rados.rados.0.smithi029.stdout:136: done (0 left) 2024-07-27T18:20:54.253 INFO:tasks.rados.rados.0.smithi029.stdout:137: delete oid 1 current snap is 5 2024-07-27T18:20:54.260 INFO:tasks.rados.rados.0.smithi029.stdout:137: done (0 left) 2024-07-27T18:20:54.260 INFO:tasks.rados.rados.0.smithi029.stdout:138: snap_create 2024-07-27T18:20:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:54 smithi029 ceph-mon[29364]: osdmap e93: 8 total, 8 up, 8 in 2024-07-27T18:20:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:54 smithi029 ceph-mon[40759]: osdmap e93: 8 total, 8 up, 8 in 2024-07-27T18:20:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:54 smithi179 ceph-mon[33511]: osdmap e93: 8 total, 8 up, 8 in 2024-07-27T18:20:54.804 INFO:tasks.rados.rados.0.smithi029.stdout:138: done (0 left) 2024-07-27T18:20:54.804 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 31 current snap is 6 2024-07-27T18:20:54.804 INFO:tasks.rados.rados.0.smithi029.stdout:139: seq_num 67 ranges {507904=729088,1236992=401408} 2024-07-27T18:20:54.811 INFO:tasks.rados.rados.0.smithi029.stdout:139: writing smithi02985406-31 from 507904 to 1236992 tid 1 2024-07-27T18:20:54.814 INFO:tasks.rados.rados.0.smithi029.stdout:139: writing smithi02985406-31 from 1236992 to 1638400 tid 2 2024-07-27T18:20:54.814 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 6 2024-07-27T18:20:54.814 INFO:tasks.rados.rados.0.smithi029.stdout:140: seq_num 68 ranges {253952=745472,999424=401408} 2024-07-27T18:20:54.820 INFO:tasks.rados.rados.0.smithi029.stdout:140: writing smithi02985406-16 from 253952 to 999424 tid 1 2024-07-27T18:20:54.824 INFO:tasks.rados.rados.0.smithi029.stdout:140: writing smithi02985406-16 from 999424 to 1400832 tid 2 2024-07-27T18:20:54.824 INFO:tasks.rados.rados.0.smithi029.stdout:141: copy_from oid 10 from oid 39 current snap is 6 2024-07-27T18:20:54.824 INFO:tasks.rados.rados.0.smithi029.stdout:139: finishing write tid 1 to smithi02985406-31 2024-07-27T18:20:54.824 INFO:tasks.rados.rados.0.smithi029.stdout:139: finishing write tid 2 to smithi02985406-31 2024-07-27T18:20:54.824 INFO:tasks.rados.rados.0.smithi029.stdout:139: finishing write tid 3 to smithi02985406-31 2024-07-27T18:20:54.824 INFO:tasks.rados.rados.0.smithi029.stdout:139: finishing write tid 4 to smithi02985406-31 2024-07-27T18:20:54.824 INFO:tasks.rados.rados.0.smithi029.stdout:139: oid 31 updating version 0 to 24 2024-07-27T18:20:54.824 INFO:tasks.rados.rados.0.smithi029.stdout:139: oid 31 updating version 24 to 25 2024-07-27T18:20:54.824 INFO:tasks.rados.rados.0.smithi029.stdout:139: oid 31 version 25 is already newer than 23 2024-07-27T18:20:54.824 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 25 (ObjNum 67 snap 6 seq_num 67) dirty exists 2024-07-27T18:20:54.824 INFO:tasks.rados.rados.0.smithi029.stdout:139: left oid 31 (ObjNum 67 snap 6 seq_num 67) 2024-07-27T18:20:54.825 INFO:tasks.rados.rados.0.smithi029.stdout:139: done (2 left) 2024-07-27T18:20:54.825 INFO:tasks.rados.rados.0.smithi029.stdout:142: read oid 25 snap 5 2024-07-27T18:20:54.825 INFO:tasks.rados.rados.0.smithi029.stdout:142: expect (ObjNum 24 snap 0 seq_num 24) 2024-07-27T18:20:54.825 INFO:tasks.rados.rados.0.smithi029.stdout:143: copy_from oid 21 from oid 35 current snap is 6 2024-07-27T18:20:54.825 INFO:tasks.rados.rados.0.smithi029.stdout:144: rollback oid 19 current snap is 6 2024-07-27T18:20:54.825 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 19 to 5 2024-07-27T18:20:54.825 INFO:tasks.rados.rados.0.smithi029.stdout:145: copy_from oid 38 from oid 24 current snap is 6 2024-07-27T18:20:54.825 INFO:tasks.rados.rados.0.smithi029.stdout:146: snap_create 2024-07-27T18:20:54.826 INFO:tasks.rados.rados.0.smithi029.stdout:144: finishing rollback tid 0 to smithi02985406-19 2024-07-27T18:20:54.827 INFO:tasks.rados.rados.0.smithi029.stdout:144: finishing rollback tid 1 to smithi02985406-19 2024-07-27T18:20:54.827 INFO:tasks.rados.rados.0.smithi029.stdout:144: finishing rollback tid 2 to smithi02985406-19 2024-07-27T18:20:54.827 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 35 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:20:54.828 INFO:tasks.rados.rados.0.smithi029.stdout:140: finishing write tid 1 to smithi02985406-16 2024-07-27T18:20:54.829 INFO:tasks.rados.rados.0.smithi029.stdout:140: finishing write tid 2 to smithi02985406-16 2024-07-27T18:20:54.829 INFO:tasks.rados.rados.0.smithi029.stdout:140: finishing write tid 3 to smithi02985406-16 2024-07-27T18:20:54.829 INFO:tasks.rados.rados.0.smithi029.stdout:142: expect (ObjNum 24 snap 0 seq_num 24) 2024-07-27T18:20:54.844 INFO:tasks.rados.rados.0.smithi029.stdout:140: finishing write tid 4 to smithi02985406-16 2024-07-27T18:20:54.844 INFO:tasks.rados.rados.0.smithi029.stdout:140: oid 16 updating version 0 to 14 2024-07-27T18:20:54.844 INFO:tasks.rados.rados.0.smithi029.stdout:140: oid 16 version 14 is already newer than 12 2024-07-27T18:20:54.844 INFO:tasks.rados.rados.0.smithi029.stdout:140: oid 16 version 14 is already newer than 13 2024-07-27T18:20:54.845 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 14 (ObjNum 68 snap 6 seq_num 68) dirty exists 2024-07-27T18:20:54.845 INFO:tasks.rados.rados.0.smithi029.stdout:140: left oid 16 (ObjNum 68 snap 6 seq_num 68) 2024-07-27T18:20:54.845 INFO:tasks.rados.rados.0.smithi029.stdout:143: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:20:54.845 INFO:tasks.rados.rados.0.smithi029.stdout:143: finishing copy_from to smithi02985406-21 2024-07-27T18:20:54.845 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 6 (ObjNum 34 snap 0 seq_num 34) dirty exists 2024-07-27T18:20:54.845 INFO:tasks.rados.rados.0.smithi029.stdout:145: finishing copy_from racing read to smithi02985406-38 2024-07-27T18:20:54.845 INFO:tasks.rados.rados.0.smithi029.stdout:141: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:20:54.845 INFO:tasks.rados.rados.0.smithi029.stdout:145: finishing copy_from to smithi02985406-38 2024-07-27T18:20:54.845 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 21 (ObjNum 23 snap 0 seq_num 23) dirty exists 2024-07-27T18:20:54.845 INFO:tasks.rados.rados.0.smithi029.stdout:141: finishing copy_from to smithi02985406-10 2024-07-27T18:20:54.845 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2 (ObjNum 38 snap 0 seq_num 38) dirty exists 2024-07-27T18:20:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:55 smithi029 ceph-mon[29364]: pgmap v122: 121 pgs: 121 active+clean; 25 MiB data, 275 MiB used, 715 GiB / 715 GiB avail; 5.5 MiB/s rd, 2.4 MiB/s wr, 48 op/s 2024-07-27T18:20:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:55 smithi029 ceph-mon[29364]: osdmap e94: 8 total, 8 up, 8 in 2024-07-27T18:20:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:55 smithi029 ceph-mon[29364]: osdmap e95: 8 total, 8 up, 8 in 2024-07-27T18:20:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:55 smithi029 ceph-mon[40759]: pgmap v122: 121 pgs: 121 active+clean; 25 MiB data, 275 MiB used, 715 GiB / 715 GiB avail; 5.5 MiB/s rd, 2.4 MiB/s wr, 48 op/s 2024-07-27T18:20:55.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:55 smithi029 ceph-mon[40759]: osdmap e94: 8 total, 8 up, 8 in 2024-07-27T18:20:55.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:55 smithi029 ceph-mon[40759]: osdmap e95: 8 total, 8 up, 8 in 2024-07-27T18:20:55.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:55 smithi179 ceph-mon[33511]: pgmap v122: 121 pgs: 121 active+clean; 25 MiB data, 275 MiB used, 715 GiB / 715 GiB avail; 5.5 MiB/s rd, 2.4 MiB/s wr, 48 op/s 2024-07-27T18:20:55.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:55 smithi179 ceph-mon[33511]: osdmap e94: 8 total, 8 up, 8 in 2024-07-27T18:20:55.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:55 smithi179 ceph-mon[33511]: osdmap e95: 8 total, 8 up, 8 in 2024-07-27T18:20:55.806 INFO:tasks.rados.rados.0.smithi029.stdout:140: done (6 left) 2024-07-27T18:20:55.806 INFO:tasks.rados.rados.0.smithi029.stdout:141: done (5 left) 2024-07-27T18:20:55.806 INFO:tasks.rados.rados.0.smithi029.stdout:142: done (4 left) 2024-07-27T18:20:55.806 INFO:tasks.rados.rados.0.smithi029.stdout:143: done (3 left) 2024-07-27T18:20:55.807 INFO:tasks.rados.rados.0.smithi029.stdout:144: done (2 left) 2024-07-27T18:20:55.807 INFO:tasks.rados.rados.0.smithi029.stdout:145: done (1 left) 2024-07-27T18:20:55.807 INFO:tasks.rados.rados.0.smithi029.stdout:146: done (0 left) 2024-07-27T18:20:55.807 INFO:tasks.rados.rados.0.smithi029.stdout:147: read oid 46 snap -1 2024-07-27T18:20:55.807 INFO:tasks.rados.rados.0.smithi029.stdout:147: expect (ObjNum 45 snap 0 seq_num 45) 2024-07-27T18:20:55.807 INFO:tasks.rados.rados.0.smithi029.stdout:148: read oid 7 snap 5 2024-07-27T18:20:55.807 INFO:tasks.rados.rados.0.smithi029.stdout:148: expect (ObjNum 6 snap 0 seq_num 6) 2024-07-27T18:20:55.807 INFO:tasks.rados.rados.0.smithi029.stdout:149: snap_create 2024-07-27T18:20:55.810 INFO:tasks.rados.rados.0.smithi029.stdout:147: expect (ObjNum 45 snap 0 seq_num 45) 2024-07-27T18:20:55.831 INFO:tasks.rados.rados.0.smithi029.stdout:148: expect (ObjNum 6 snap 0 seq_num 6) 2024-07-27T18:20:56.807 INFO:tasks.rados.rados.0.smithi029.stdout:147: done (2 left) 2024-07-27T18:20:56.807 INFO:tasks.rados.rados.0.smithi029.stdout:148: done (1 left) 2024-07-27T18:20:56.807 INFO:tasks.rados.rados.0.smithi029.stdout:149: done (0 left) 2024-07-27T18:20:56.807 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 8 2024-07-27T18:20:56.807 INFO:tasks.rados.rados.0.smithi029.stdout:150: seq_num 69 ranges {204800=761856,966656=401408} 2024-07-27T18:20:56.812 INFO:tasks.rados.rados.0.smithi029.stdout:150: writing smithi02985406-13 from 204800 to 966656 tid 1 2024-07-27T18:20:56.815 INFO:tasks.rados.rados.0.smithi029.stdout:150: writing smithi02985406-13 from 966656 to 1368064 tid 2 2024-07-27T18:20:56.815 INFO:tasks.rados.rados.0.smithi029.stdout:151: copy_from oid 15 from oid 5 current snap is 8 2024-07-27T18:20:56.815 INFO:tasks.rados.rados.0.smithi029.stdout:152: rollback oid 19 current snap is 8 2024-07-27T18:20:56.815 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 19 to 6 2024-07-27T18:20:56.815 INFO:tasks.rados.rados.0.smithi029.stdout:153: copy_from oid 21 from oid 24 current snap is 8 2024-07-27T18:20:56.815 INFO:tasks.rados.rados.0.smithi029.stdout:154: copy_from oid 3 from oid 7 current snap is 8 2024-07-27T18:20:56.815 INFO:tasks.rados.rados.0.smithi029.stdout:155: read oid 33 snap -1 2024-07-27T18:20:56.816 INFO:tasks.rados.rados.0.smithi029.stdout:155: expect (ObjNum 32 snap 0 seq_num 32) 2024-07-27T18:20:56.816 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 8 2024-07-27T18:20:56.816 INFO:tasks.rados.rados.0.smithi029.stdout:156: seq_num 70 ranges {1400832=778240,2179072=401408} 2024-07-27T18:20:56.827 INFO:tasks.rados.rados.0.smithi029.stdout:156: writing smithi02985406-16 from 1400832 to 2179072 tid 1 2024-07-27T18:20:56.830 INFO:tasks.rados.rados.0.smithi029.stdout:156: writing smithi02985406-16 from 2179072 to 2580480 tid 2 2024-07-27T18:20:56.831 INFO:tasks.rados.rados.0.smithi029.stdout:155: expect (ObjNum 32 snap 0 seq_num 32) 2024-07-27T18:20:56.848 INFO:tasks.rados.rados.0.smithi029.stdout:152: finishing rollback tid 0 to smithi02985406-19 2024-07-27T18:20:56.848 INFO:tasks.rados.rados.0.smithi029.stdout:152: finishing rollback tid 1 to smithi02985406-19 2024-07-27T18:20:56.849 INFO:tasks.rados.rados.0.smithi029.stdout:152: finishing rollback tid 2 to smithi02985406-19 2024-07-27T18:20:56.849 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 39 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:20:56.849 INFO:tasks.rados.rados.0.smithi029.stdout:150: finishing write tid 1 to smithi02985406-13 2024-07-27T18:20:56.849 INFO:tasks.rados.rados.0.smithi029.stdout:150: finishing write tid 2 to smithi02985406-13 2024-07-27T18:20:56.849 INFO:tasks.rados.rados.0.smithi029.stdout:152: done (6 left) 2024-07-27T18:20:56.849 INFO:tasks.rados.rados.0.smithi029.stdout:155: done (5 left) 2024-07-27T18:20:56.849 INFO:tasks.rados.rados.0.smithi029.stdout:157: rmattr oid 6 current snap is 8 2024-07-27T18:20:56.849 INFO:tasks.rados.rados.0.smithi029.stdout:157: done (5 left) 2024-07-27T18:20:56.849 INFO:tasks.rados.rados.0.smithi029.stdout:158: snap_remove snap 6 2024-07-27T18:20:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:56 smithi179 ceph-mon[33511]: pgmap v125: 121 pgs: 121 active+clean; 25 MiB data, 275 MiB used, 715 GiB / 715 GiB avail; 5.5 MiB/s rd, 2.4 MiB/s wr, 48 op/s 2024-07-27T18:20:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:56 smithi179 ceph-mon[33511]: osdmap e96: 8 total, 8 up, 8 in 2024-07-27T18:20:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:56 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:56 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:20:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:56 smithi029 ceph-mon[29364]: pgmap v125: 121 pgs: 121 active+clean; 25 MiB data, 275 MiB used, 715 GiB / 715 GiB avail; 5.5 MiB/s rd, 2.4 MiB/s wr, 48 op/s 2024-07-27T18:20:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:56 smithi029 ceph-mon[29364]: osdmap e96: 8 total, 8 up, 8 in 2024-07-27T18:20:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:56 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:56 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:20:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:56 smithi029 ceph-mon[40759]: pgmap v125: 121 pgs: 121 active+clean; 25 MiB data, 275 MiB used, 715 GiB / 715 GiB avail; 5.5 MiB/s rd, 2.4 MiB/s wr, 48 op/s 2024-07-27T18:20:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:56 smithi029 ceph-mon[40759]: osdmap e96: 8 total, 8 up, 8 in 2024-07-27T18:20:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:56 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:20:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:56 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:20:57.821 INFO:tasks.rados.rados.0.smithi029.stdout:158: done (5 left) 2024-07-27T18:20:57.821 INFO:tasks.rados.rados.0.smithi029.stdout:159: read oid 44 snap -1 2024-07-27T18:20:57.821 INFO:tasks.rados.rados.0.smithi029.stdout:159: expect deleted 2024-07-27T18:20:57.821 INFO:tasks.rados.rados.0.smithi029.stdout:160: rmattr oid 12 current snap is 8 2024-07-27T18:20:57.821 INFO:tasks.rados.rados.0.smithi029.stdout:160: done (6 left) 2024-07-27T18:20:57.821 INFO:tasks.rados.rados.0.smithi029.stdout:161: snap_create 2024-07-27T18:20:57.822 INFO:tasks.rados.rados.0.smithi029.stdout:150: finishing write tid 3 to smithi02985406-13 2024-07-27T18:20:57.822 INFO:tasks.rados.rados.0.smithi029.stdout:153: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:20:57.822 INFO:tasks.rados.rados.0.smithi029.stdout:150: finishing write tid 4 to smithi02985406-13 2024-07-27T18:20:57.822 INFO:tasks.rados.rados.0.smithi029.stdout:150: oid 13 updating version 0 to 36 2024-07-27T18:20:57.822 INFO:tasks.rados.rados.0.smithi029.stdout:150: oid 13 updating version 36 to 38 2024-07-27T18:20:57.822 INFO:tasks.rados.rados.0.smithi029.stdout:150: oid 13 version 38 is already newer than 37 2024-07-27T18:20:57.822 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 38 (ObjNum 69 snap 8 seq_num 69) dirty exists 2024-07-27T18:20:57.822 INFO:tasks.rados.rados.0.smithi029.stdout:150: left oid 13 (ObjNum 69 snap 8 seq_num 69) 2024-07-27T18:20:57.822 INFO:tasks.rados.rados.0.smithi029.stdout:153: finishing copy_from to smithi02985406-21 2024-07-27T18:20:57.822 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 21 (ObjNum 23 snap 0 seq_num 23) dirty exists 2024-07-27T18:20:57.822 INFO:tasks.rados.rados.0.smithi029.stdout:151: finishing copy_from racing read to smithi02985406-15 2024-07-27T18:20:57.822 INFO:tasks.rados.rados.0.smithi029.stdout:154: finishing copy_from racing read to smithi02985406-3 2024-07-27T18:20:57.823 INFO:tasks.rados.rados.0.smithi029.stdout:151: finishing copy_from to smithi02985406-15 2024-07-27T18:20:57.823 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 4 (ObjNum 4 snap 0 seq_num 4) dirty exists 2024-07-27T18:20:57.823 INFO:tasks.rados.rados.0.smithi029.stdout:154: finishing copy_from to smithi02985406-3 2024-07-27T18:20:57.823 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 6 (ObjNum 6 snap 0 seq_num 6) dirty exists 2024-07-27T18:20:57.823 INFO:tasks.rados.rados.0.smithi029.stdout:156: finishing write tid 1 to smithi02985406-16 2024-07-27T18:20:57.823 INFO:tasks.rados.rados.0.smithi029.stdout:156: finishing write tid 2 to smithi02985406-16 2024-07-27T18:20:57.823 INFO:tasks.rados.rados.0.smithi029.stdout:156: finishing write tid 3 to smithi02985406-16 2024-07-27T18:20:57.823 INFO:tasks.rados.rados.0.smithi029.stdout:156: finishing write tid 4 to smithi02985406-16 2024-07-27T18:20:57.823 INFO:tasks.rados.rados.0.smithi029.stdout:156: oid 16 updating version 0 to 17 2024-07-27T18:20:57.823 INFO:tasks.rados.rados.0.smithi029.stdout:156: oid 16 updating version 17 to 18 2024-07-27T18:20:57.823 INFO:tasks.rados.rados.0.smithi029.stdout:156: oid 16 version 18 is already newer than 16 2024-07-27T18:20:57.823 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 18 (ObjNum 70 snap 8 seq_num 70) dirty exists 2024-07-27T18:20:57.824 INFO:tasks.rados.rados.0.smithi029.stdout:156: left oid 16 (ObjNum 70 snap 8 seq_num 70) 2024-07-27T18:20:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:57 smithi179 ceph-mon[33511]: osdmap e97: 8 total, 8 up, 8 in 2024-07-27T18:20:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:57 smithi029 ceph-mon[29364]: osdmap e97: 8 total, 8 up, 8 in 2024-07-27T18:20:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:57 smithi029 ceph-mon[40759]: osdmap e97: 8 total, 8 up, 8 in 2024-07-27T18:20:58.818 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:58 smithi029 ceph-mon[29364]: pgmap v128: 121 pgs: 121 active+clean; 32 MiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:20:58.829 INFO:tasks.rados.rados.0.smithi029.stdout:150: done (6 left) 2024-07-27T18:20:58.829 INFO:tasks.rados.rados.0.smithi029.stdout:151: done (5 left) 2024-07-27T18:20:58.829 INFO:tasks.rados.rados.0.smithi029.stdout:153: done (4 left) 2024-07-27T18:20:58.829 INFO:tasks.rados.rados.0.smithi029.stdout:154: done (3 left) 2024-07-27T18:20:58.829 INFO:tasks.rados.rados.0.smithi029.stdout:156: done (2 left) 2024-07-27T18:20:58.829 INFO:tasks.rados.rados.0.smithi029.stdout:159: done (1 left) 2024-07-27T18:20:58.829 INFO:tasks.rados.rados.0.smithi029.stdout:161: done (0 left) 2024-07-27T18:20:58.830 INFO:tasks.rados.rados.0.smithi029.stdout:162: copy_from oid 17 from oid 8 current snap is 9 2024-07-27T18:20:58.830 INFO:tasks.rados.rados.0.smithi029.stdout:163: read oid 32 snap -1 2024-07-27T18:20:58.830 INFO:tasks.rados.rados.0.smithi029.stdout:163: expect (ObjNum 26 snap 0 seq_num 26) 2024-07-27T18:20:58.830 INFO:tasks.rados.rados.0.smithi029.stdout:164: snap_remove snap 5 2024-07-27T18:20:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:58 smithi179 ceph-mon[33511]: pgmap v128: 121 pgs: 121 active+clean; 32 MiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:20:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:58 smithi179 ceph-mon[33511]: osdmap e98: 8 total, 8 up, 8 in 2024-07-27T18:20:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:58 smithi029 ceph-mon[29364]: osdmap e98: 8 total, 8 up, 8 in 2024-07-27T18:20:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:58 smithi029 ceph-mon[40759]: pgmap v128: 121 pgs: 121 active+clean; 32 MiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:20:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:58 smithi029 ceph-mon[40759]: osdmap e98: 8 total, 8 up, 8 in 2024-07-27T18:20:59.806 INFO:tasks.rados.rados.0.smithi029.stdout:164: done (2 left) 2024-07-27T18:20:59.806 INFO:tasks.rados.rados.0.smithi029.stdout:165: rmattr oid 13 current snap is 9 2024-07-27T18:20:59.806 INFO:tasks.rados.rados.0.smithi029.stdout:165: done (2 left) 2024-07-27T18:20:59.806 INFO:tasks.rados.rados.0.smithi029.stdout:166: copy_from oid 27 from oid 29 current snap is 9 2024-07-27T18:20:59.806 INFO:tasks.rados.rados.0.smithi029.stdout:167: snap_remove snap 7 2024-07-27T18:21:00.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:59 smithi029 ceph-mon[29364]: osdmap e99: 8 total, 8 up, 8 in 2024-07-27T18:21:00.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:20:59 smithi029 ceph-mon[29364]: osdmap e100: 8 total, 8 up, 8 in 2024-07-27T18:21:00.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:59 smithi029 ceph-mon[40759]: osdmap e99: 8 total, 8 up, 8 in 2024-07-27T18:21:00.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:20:59 smithi029 ceph-mon[40759]: osdmap e100: 8 total, 8 up, 8 in 2024-07-27T18:21:00.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:59 smithi179 ceph-mon[33511]: osdmap e99: 8 total, 8 up, 8 in 2024-07-27T18:21:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:20:59 smithi179 ceph-mon[33511]: osdmap e100: 8 total, 8 up, 8 in 2024-07-27T18:21:00.808 INFO:tasks.rados.rados.0.smithi029.stdout:167: done (3 left) 2024-07-27T18:21:00.808 INFO:tasks.rados.rados.0.smithi029.stdout:168: read oid 14 snap -1 2024-07-27T18:21:00.808 INFO:tasks.rados.rados.0.smithi029.stdout:168: expect deleted 2024-07-27T18:21:00.808 INFO:tasks.rados.rados.0.smithi029.stdout:169: rollback oid 37 current snap is 9 2024-07-27T18:21:00.808 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 37 to 8 2024-07-27T18:21:00.808 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 9 2024-07-27T18:21:00.808 INFO:tasks.rados.rados.0.smithi029.stdout:170: seq_num 71 ranges {458752=794624,1253376=401408} 2024-07-27T18:21:00.817 INFO:tasks.rados.rados.0.smithi029.stdout:170: writing smithi02985406-28 from 458752 to 1253376 tid 1 2024-07-27T18:21:00.820 INFO:tasks.rados.rados.0.smithi029.stdout:170: writing smithi02985406-28 from 1253376 to 1654784 tid 2 2024-07-27T18:21:00.820 INFO:tasks.rados.rados.0.smithi029.stdout:171: read oid 40 snap -1 2024-07-27T18:21:00.820 INFO:tasks.rados.rados.0.smithi029.stdout:171: expect (ObjNum 39 snap 0 seq_num 39) 2024-07-27T18:21:00.820 INFO:tasks.rados.rados.0.smithi029.stdout:172: rollback oid 11 current snap is 9 2024-07-27T18:21:00.821 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 11 to 8 2024-07-27T18:21:00.821 INFO:tasks.rados.rados.0.smithi029.stdout:162: finishing copy_from racing read to smithi02985406-17 2024-07-27T18:21:00.821 INFO:tasks.rados.rados.0.smithi029.stdout:162: finishing copy_from to smithi02985406-17 2024-07-27T18:21:00.821 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 4 (ObjNum 13 snap 0 seq_num 13) dirty exists 2024-07-27T18:21:00.821 INFO:tasks.rados.rados.0.smithi029.stdout:163: expect (ObjNum 26 snap 0 seq_num 26) 2024-07-27T18:21:00.835 INFO:tasks.rados.rados.0.smithi029.stdout:162: done (7 left) 2024-07-27T18:21:00.835 INFO:tasks.rados.rados.0.smithi029.stdout:163: done (6 left) 2024-07-27T18:21:00.835 INFO:tasks.rados.rados.0.smithi029.stdout:173: delete oid 20 current snap is 9 2024-07-27T18:21:00.835 INFO:tasks.rados.rados.0.smithi029.stdout:166: finishing copy_from racing read to smithi02985406-27 2024-07-27T18:21:00.835 INFO:tasks.rados.rados.0.smithi029.stdout:166: finishing copy_from to smithi02985406-27 2024-07-27T18:21:00.835 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 14 (ObjNum 46 snap 0 seq_num 46) dirty exists 2024-07-27T18:21:00.835 INFO:tasks.rados.rados.0.smithi029.stdout:169: finishing rollback tid 0 to smithi02985406-37 2024-07-27T18:21:00.835 INFO:tasks.rados.rados.0.smithi029.stdout:169: finishing rollback tid 1 to smithi02985406-37 2024-07-27T18:21:00.835 INFO:tasks.rados.rados.0.smithi029.stdout:169: finishing rollback tid 2 to smithi02985406-37 2024-07-27T18:21:00.835 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 51 (ObjNum 36 snap 0 seq_num 36) dirty exists 2024-07-27T18:21:00.835 INFO:tasks.rados.rados.0.smithi029.stdout:172: finishing rollback tid 0 to smithi02985406-11 2024-07-27T18:21:00.835 INFO:tasks.rados.rados.0.smithi029.stdout:172: finishing rollback tid 1 to smithi02985406-11 2024-07-27T18:21:00.836 INFO:tasks.rados.rados.0.smithi029.stdout:170: finishing write tid 1 to smithi02985406-28 2024-07-27T18:21:00.836 INFO:tasks.rados.rados.0.smithi029.stdout:170: finishing write tid 2 to smithi02985406-28 2024-07-27T18:21:00.836 INFO:tasks.rados.rados.0.smithi029.stdout:170: finishing write tid 3 to smithi02985406-28 2024-07-27T18:21:00.836 INFO:tasks.rados.rados.0.smithi029.stdout:172: finishing rollback tid 2 to smithi02985406-11 2024-07-27T18:21:00.836 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 9 (ObjNum 10 snap 0 seq_num 10) dirty exists 2024-07-27T18:21:00.836 INFO:tasks.rados.rados.0.smithi029.stdout:171: expect (ObjNum 39 snap 0 seq_num 39) 2024-07-27T18:21:00.854 INFO:tasks.rados.rados.0.smithi029.stdout:170: finishing write tid 4 to smithi02985406-28 2024-07-27T18:21:00.854 INFO:tasks.rados.rados.0.smithi029.stdout:170: oid 28 updating version 0 to 42 2024-07-27T18:21:00.854 INFO:tasks.rados.rados.0.smithi029.stdout:170: oid 28 updating version 42 to 44 2024-07-27T18:21:00.854 INFO:tasks.rados.rados.0.smithi029.stdout:170: oid 28 version 44 is already newer than 43 2024-07-27T18:21:00.855 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 44 (ObjNum 71 snap 9 seq_num 71) dirty exists 2024-07-27T18:21:00.855 INFO:tasks.rados.rados.0.smithi029.stdout:170: left oid 28 (ObjNum 71 snap 9 seq_num 71) 2024-07-27T18:21:00.855 INFO:tasks.rados.rados.0.smithi029.stdout:166: done (6 left) 2024-07-27T18:21:00.855 INFO:tasks.rados.rados.0.smithi029.stdout:168: done (5 left) 2024-07-27T18:21:00.855 INFO:tasks.rados.rados.0.smithi029.stdout:169: done (4 left) 2024-07-27T18:21:00.855 INFO:tasks.rados.rados.0.smithi029.stdout:170: done (3 left) 2024-07-27T18:21:00.855 INFO:tasks.rados.rados.0.smithi029.stdout:171: done (2 left) 2024-07-27T18:21:00.855 INFO:tasks.rados.rados.0.smithi029.stdout:172: done (1 left) 2024-07-27T18:21:00.855 INFO:tasks.rados.rados.0.smithi029.stdout:173: done (0 left) 2024-07-27T18:21:00.855 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 9 2024-07-27T18:21:00.855 INFO:tasks.rados.rados.0.smithi029.stdout:174: seq_num 73 ranges {0=425984,425984=409600,835584=393216} 2024-07-27T18:21:00.856 INFO:tasks.rados.rados.0.smithi029.stdout:174: writing smithi02985406-44 from 0 to 425984 tid 1 2024-07-27T18:21:00.859 INFO:tasks.rados.rados.0.smithi029.stdout:174: writing smithi02985406-44 from 425984 to 835584 tid 2 2024-07-27T18:21:00.861 INFO:tasks.rados.rados.0.smithi029.stdout:174: writing smithi02985406-44 from 835584 to 1228800 tid 3 2024-07-27T18:21:00.861 INFO:tasks.rados.rados.0.smithi029.stdout:175: snap_create 2024-07-27T18:21:00.861 INFO:tasks.rados.rados.0.smithi029.stdout:174: finishing write tid 1 to smithi02985406-44 2024-07-27T18:21:00.862 INFO:tasks.rados.rados.0.smithi029.stdout:174: finishing write tid 2 to smithi02985406-44 2024-07-27T18:21:00.863 INFO:tasks.rados.rados.0.smithi029.stdout:174: finishing write tid 3 to smithi02985406-44 2024-07-27T18:21:00.863 INFO:tasks.rados.rados.0.smithi029.stdout:174: finishing write tid 4 to smithi02985406-44 2024-07-27T18:21:00.864 INFO:tasks.rados.rados.0.smithi029.stdout:174: finishing write tid 5 to smithi02985406-44 2024-07-27T18:21:00.864 INFO:tasks.rados.rados.0.smithi029.stdout:174: oid 44 updating version 0 to 55 2024-07-27T18:21:00.865 INFO:tasks.rados.rados.0.smithi029.stdout:174: oid 44 version 55 is already newer than 52 2024-07-27T18:21:00.865 INFO:tasks.rados.rados.0.smithi029.stdout:174: oid 44 version 55 is already newer than 54 2024-07-27T18:21:00.865 INFO:tasks.rados.rados.0.smithi029.stdout:174: oid 44 version 55 is already newer than 53 2024-07-27T18:21:00.865 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 55 (ObjNum 73 snap 9 seq_num 73) dirty exists 2024-07-27T18:21:00.865 INFO:tasks.rados.rados.0.smithi029.stdout:174: left oid 44 (ObjNum 73 snap 9 seq_num 73) 2024-07-27T18:21:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:00 smithi179 ceph-mon[33511]: pgmap v131: 121 pgs: 121 active+clean; 32 MiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:21:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:00 smithi179 ceph-mon[33511]: osdmap e101: 8 total, 8 up, 8 in 2024-07-27T18:21:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:00 smithi029 ceph-mon[29364]: pgmap v131: 121 pgs: 121 active+clean; 32 MiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:21:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:00 smithi029 ceph-mon[29364]: osdmap e101: 8 total, 8 up, 8 in 2024-07-27T18:21:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:00 smithi029 ceph-mon[40759]: pgmap v131: 121 pgs: 121 active+clean; 32 MiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:21:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:00 smithi029 ceph-mon[40759]: osdmap e101: 8 total, 8 up, 8 in 2024-07-27T18:21:01.836 INFO:tasks.rados.rados.0.smithi029.stdout:174: done (1 left) 2024-07-27T18:21:01.836 INFO:tasks.rados.rados.0.smithi029.stdout:175: done (0 left) 2024-07-27T18:21:01.836 INFO:tasks.rados.rados.0.smithi029.stdout:176: snap_remove snap 8 2024-07-27T18:21:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:21:02] "GET /metrics HTTP/1.1" 200 36102 "" "Prometheus/2.43.0" 2024-07-27T18:21:02.842 INFO:tasks.rados.rados.0.smithi029.stdout:176: done (0 left) 2024-07-27T18:21:02.842 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 10 2024-07-27T18:21:02.842 INFO:tasks.rados.rados.0.smithi029.stdout:177: seq_num 74 ranges {360448=442368,802816=696320,1499136=106496} 2024-07-27T18:21:02.846 INFO:tasks.rados.rados.0.smithi029.stdout:177: writing smithi02985406-22 from 360448 to 802816 tid 1 2024-07-27T18:21:02.851 INFO:tasks.rados.rados.0.smithi029.stdout:177: writing smithi02985406-22 from 802816 to 1499136 tid 2 2024-07-27T18:21:02.853 INFO:tasks.rados.rados.0.smithi029.stdout:177: writing smithi02985406-22 from 1499136 to 1605632 tid 3 2024-07-27T18:21:02.853 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 10 2024-07-27T18:21:02.853 INFO:tasks.rados.rados.0.smithi029.stdout:177: finishing write tid 1 to smithi02985406-22 2024-07-27T18:21:02.853 INFO:tasks.rados.rados.0.smithi029.stdout:178: seq_num 75 ranges {638976=458752,1097728=581632,1679360=221184} 2024-07-27T18:21:02.858 INFO:tasks.rados.rados.0.smithi029.stdout:178: writing smithi02985406-10 from 638976 to 1097728 tid 1 2024-07-27T18:21:02.862 INFO:tasks.rados.rados.0.smithi029.stdout:178: writing smithi02985406-10 from 1097728 to 1679360 tid 2 2024-07-27T18:21:02.863 INFO:tasks.rados.rados.0.smithi029.stdout:178: writing smithi02985406-10 from 1679360 to 1900544 tid 3 2024-07-27T18:21:02.863 INFO:tasks.rados.rados.0.smithi029.stdout:179: setattr oid 6 current snap is 10 2024-07-27T18:21:02.863 INFO:tasks.rados.rados.0.smithi029.stdout:177: finishing write tid 2 to smithi02985406-22 2024-07-27T18:21:02.863 INFO:tasks.rados.rados.0.smithi029.stdout:177: finishing write tid 3 to smithi02985406-22 2024-07-27T18:21:02.864 INFO:tasks.rados.rados.0.smithi029.stdout:177: finishing write tid 4 to smithi02985406-22 2024-07-27T18:21:02.864 INFO:tasks.rados.rados.0.smithi029.stdout:177: finishing write tid 5 to smithi02985406-22 2024-07-27T18:21:02.864 INFO:tasks.rados.rados.0.smithi029.stdout:177: oid 22 updating version 0 to 17 2024-07-27T18:21:02.864 INFO:tasks.rados.rados.0.smithi029.stdout:177: oid 22 version 17 is already newer than 15 2024-07-27T18:21:02.864 INFO:tasks.rados.rados.0.smithi029.stdout:177: oid 22 version 17 is already newer than 16 2024-07-27T18:21:02.864 INFO:tasks.rados.rados.0.smithi029.stdout:177: oid 22 version 17 is already newer than 14 2024-07-27T18:21:02.864 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 17 (ObjNum 74 snap 10 seq_num 74) dirty exists 2024-07-27T18:21:02.864 INFO:tasks.rados.rados.0.smithi029.stdout:177: left oid 22 (ObjNum 74 snap 10 seq_num 74) 2024-07-27T18:21:02.864 INFO:tasks.rados.rados.0.smithi029.stdout:178: finishing write tid 1 to smithi02985406-10 2024-07-27T18:21:02.865 INFO:tasks.rados.rados.0.smithi029.stdout:178: finishing write tid 2 to smithi02985406-10 2024-07-27T18:21:02.865 INFO:tasks.rados.rados.0.smithi029.stdout:178: finishing write tid 3 to smithi02985406-10 2024-07-27T18:21:02.865 INFO:tasks.rados.rados.0.smithi029.stdout:178: finishing write tid 4 to smithi02985406-10 2024-07-27T18:21:02.866 INFO:tasks.rados.rados.0.smithi029.stdout:177: done (2 left) 2024-07-27T18:21:02.866 INFO:tasks.rados.rados.0.smithi029.stdout:180: read oid 12 snap 9 2024-07-27T18:21:02.866 INFO:tasks.rados.rados.0.smithi029.stdout:180: expect (ObjNum 11 snap 0 seq_num 11) 2024-07-27T18:21:02.866 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 10 2024-07-27T18:21:02.866 INFO:tasks.rados.rados.0.smithi029.stdout:181: seq_num 76 ranges {106496=475136,581632=458752,1040384=344064} 2024-07-27T18:21:02.869 INFO:tasks.rados.rados.0.smithi029.stdout:181: writing smithi02985406-3 from 106496 to 581632 tid 1 2024-07-27T18:21:02.872 INFO:tasks.rados.rados.0.smithi029.stdout:181: writing smithi02985406-3 from 581632 to 1040384 tid 2 2024-07-27T18:21:02.874 INFO:tasks.rados.rados.0.smithi029.stdout:181: writing smithi02985406-3 from 1040384 to 1384448 tid 3 2024-07-27T18:21:02.874 INFO:tasks.rados.rados.0.smithi029.stdout:182: snap_create 2024-07-27T18:21:02.874 INFO:tasks.rados.rados.0.smithi029.stdout:178: finishing write tid 5 to smithi02985406-10 2024-07-27T18:21:02.874 INFO:tasks.rados.rados.0.smithi029.stdout:178: oid 10 updating version 0 to 59 2024-07-27T18:21:02.874 INFO:tasks.rados.rados.0.smithi029.stdout:178: oid 10 updating version 59 to 62 2024-07-27T18:21:02.875 INFO:tasks.rados.rados.0.smithi029.stdout:178: oid 10 version 62 is already newer than 60 2024-07-27T18:21:02.875 INFO:tasks.rados.rados.0.smithi029.stdout:178: oid 10 version 62 is already newer than 61 2024-07-27T18:21:02.875 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 62 (ObjNum 75 snap 10 seq_num 75) dirty exists 2024-07-27T18:21:02.875 INFO:tasks.rados.rados.0.smithi029.stdout:178: left oid 10 (ObjNum 75 snap 10 seq_num 75) 2024-07-27T18:21:02.875 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 63 (ObjNum 289 snap 0 seq_num 0) dirty exists 2024-07-27T18:21:02.875 INFO:tasks.rados.rados.0.smithi029.stdout:180: expect (ObjNum 11 snap 0 seq_num 11) 2024-07-27T18:21:02.880 INFO:tasks.rados.rados.0.smithi029.stdout:181: finishing write tid 1 to smithi02985406-3 2024-07-27T18:21:02.880 INFO:tasks.rados.rados.0.smithi029.stdout:181: finishing write tid 2 to smithi02985406-3 2024-07-27T18:21:02.880 INFO:tasks.rados.rados.0.smithi029.stdout:181: finishing write tid 3 to smithi02985406-3 2024-07-27T18:21:02.880 INFO:tasks.rados.rados.0.smithi029.stdout:181: finishing write tid 4 to smithi02985406-3 2024-07-27T18:21:02.881 INFO:tasks.rados.rados.0.smithi029.stdout:181: finishing write tid 5 to smithi02985406-3 2024-07-27T18:21:02.881 INFO:tasks.rados.rados.0.smithi029.stdout:181: oid 3 updating version 0 to 24 2024-07-27T18:21:02.881 INFO:tasks.rados.rados.0.smithi029.stdout:181: oid 3 updating version 24 to 25 2024-07-27T18:21:02.881 INFO:tasks.rados.rados.0.smithi029.stdout:181: oid 3 version 25 is already newer than 22 2024-07-27T18:21:02.881 INFO:tasks.rados.rados.0.smithi029.stdout:181: oid 3 version 25 is already newer than 23 2024-07-27T18:21:02.881 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 25 (ObjNum 76 snap 10 seq_num 76) dirty exists 2024-07-27T18:21:02.881 INFO:tasks.rados.rados.0.smithi029.stdout:181: left oid 3 (ObjNum 76 snap 10 seq_num 76) 2024-07-27T18:21:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:02 smithi179 ceph-mon[33511]: pgmap v134: 121 pgs: 121 active+clean; 32 MiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:02 smithi179 ceph-mon[33511]: osdmap e102: 8 total, 8 up, 8 in 2024-07-27T18:21:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:02 smithi029 ceph-mon[29364]: pgmap v134: 121 pgs: 121 active+clean; 32 MiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:02 smithi029 ceph-mon[29364]: osdmap e102: 8 total, 8 up, 8 in 2024-07-27T18:21:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:02 smithi029 ceph-mon[40759]: pgmap v134: 121 pgs: 121 active+clean; 32 MiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:02 smithi029 ceph-mon[40759]: osdmap e102: 8 total, 8 up, 8 in 2024-07-27T18:21:03.846 INFO:tasks.rados.rados.0.smithi029.stdout:178: done (4 left) 2024-07-27T18:21:03.846 INFO:tasks.rados.rados.0.smithi029.stdout:179: done (3 left) 2024-07-27T18:21:03.846 INFO:tasks.rados.rados.0.smithi029.stdout:180: done (2 left) 2024-07-27T18:21:03.846 INFO:tasks.rados.rados.0.smithi029.stdout:181: done (1 left) 2024-07-27T18:21:03.846 INFO:tasks.rados.rados.0.smithi029.stdout:182: done (0 left) 2024-07-27T18:21:03.846 INFO:tasks.rados.rados.0.smithi029.stdout:183: snap_create 2024-07-27T18:21:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:03 smithi179 ceph-mon[33511]: osdmap e103: 8 total, 8 up, 8 in 2024-07-27T18:21:04.175 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:03 smithi029 ceph-mon[29364]: osdmap e103: 8 total, 8 up, 8 in 2024-07-27T18:21:04.175 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:03 smithi029 ceph-mon[40759]: osdmap e103: 8 total, 8 up, 8 in 2024-07-27T18:21:04.808 INFO:tasks.rados.rados.0.smithi029.stdout:183: done (0 left) 2024-07-27T18:21:04.808 INFO:tasks.rados.rados.0.smithi029.stdout:184: read oid 45 snap -1 2024-07-27T18:21:04.808 INFO:tasks.rados.rados.0.smithi029.stdout:184: expect (ObjNum 33 snap 0 seq_num 33) 2024-07-27T18:21:04.808 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 31 current snap is 12 2024-07-27T18:21:04.808 INFO:tasks.rados.rados.0.smithi029.stdout:185: seq_num 77 ranges {1638400=491520,2129920=794624,2924544=8192} 2024-07-27T18:21:04.819 INFO:tasks.rados.rados.0.smithi029.stdout:185: writing smithi02985406-31 from 1638400 to 2129920 tid 1 2024-07-27T18:21:04.824 INFO:tasks.rados.rados.0.smithi029.stdout:185: writing smithi02985406-31 from 2129920 to 2924544 tid 2 2024-07-27T18:21:04.824 INFO:tasks.rados.rados.0.smithi029.stdout:185: writing smithi02985406-31 from 2924544 to 2932736 tid 3 2024-07-27T18:21:04.824 INFO:tasks.rados.rados.0.smithi029.stdout:186: read oid 49 snap -1 2024-07-27T18:21:04.825 INFO:tasks.rados.rados.0.smithi029.stdout:186: expect (ObjNum 48 snap 0 seq_num 48) 2024-07-27T18:21:04.825 INFO:tasks.rados.rados.0.smithi029.stdout:187: read oid 38 snap -1 2024-07-27T18:21:04.825 INFO:tasks.rados.rados.0.smithi029.stdout:187: expect (ObjNum 23 snap 0 seq_num 23) 2024-07-27T18:21:04.825 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 12 2024-07-27T18:21:04.825 INFO:tasks.rados.rados.0.smithi029.stdout:188: seq_num 78 ranges {638976=516096,1155072=679936,1835008=122880} 2024-07-27T18:21:04.831 INFO:tasks.rados.rados.0.smithi029.stdout:188: writing smithi02985406-39 from 638976 to 1155072 tid 1 2024-07-27T18:21:04.837 INFO:tasks.rados.rados.0.smithi029.stdout:188: writing smithi02985406-39 from 1155072 to 1835008 tid 2 2024-07-27T18:21:04.838 INFO:tasks.rados.rados.0.smithi029.stdout:188: writing smithi02985406-39 from 1835008 to 1957888 tid 3 2024-07-27T18:21:04.838 INFO:tasks.rados.rados.0.smithi029.stdout:189: copy_from oid 41 from oid 32 current snap is 12 2024-07-27T18:21:04.838 INFO:tasks.rados.rados.0.smithi029.stdout:184: expect (ObjNum 33 snap 0 seq_num 33) 2024-07-27T18:21:04.852 INFO:tasks.rados.rados.0.smithi029.stdout:185: finishing write tid 1 to smithi02985406-31 2024-07-27T18:21:04.852 INFO:tasks.rados.rados.0.smithi029.stdout:185: finishing write tid 2 to smithi02985406-31 2024-07-27T18:21:04.852 INFO:tasks.rados.rados.0.smithi029.stdout:185: finishing write tid 3 to smithi02985406-31 2024-07-27T18:21:04.852 INFO:tasks.rados.rados.0.smithi029.stdout:185: finishing write tid 4 to smithi02985406-31 2024-07-27T18:21:04.853 INFO:tasks.rados.rados.0.smithi029.stdout:184: done (5 left) 2024-07-27T18:21:04.853 INFO:tasks.rados.rados.0.smithi029.stdout:190: snap_create 2024-07-27T18:21:04.853 INFO:tasks.rados.rados.0.smithi029.stdout:186: expect (ObjNum 48 snap 0 seq_num 48) 2024-07-27T18:21:04.874 INFO:tasks.rados.rados.0.smithi029.stdout:185: finishing write tid 5 to smithi02985406-31 2024-07-27T18:21:04.874 INFO:tasks.rados.rados.0.smithi029.stdout:185: oid 31 updating version 0 to 31 2024-07-27T18:21:04.874 INFO:tasks.rados.rados.0.smithi029.stdout:185: oid 31 version 31 is already newer than 30 2024-07-27T18:21:04.874 INFO:tasks.rados.rados.0.smithi029.stdout:185: oid 31 version 31 is already newer than 29 2024-07-27T18:21:04.874 INFO:tasks.rados.rados.0.smithi029.stdout:185: oid 31 updating version 31 to 32 2024-07-27T18:21:04.874 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 32 (ObjNum 77 snap 12 seq_num 77) dirty exists 2024-07-27T18:21:04.874 INFO:tasks.rados.rados.0.smithi029.stdout:185: left oid 31 (ObjNum 77 snap 12 seq_num 77) 2024-07-27T18:21:04.874 INFO:tasks.rados.rados.0.smithi029.stdout:187: expect (ObjNum 23 snap 0 seq_num 23) 2024-07-27T18:21:04.886 INFO:tasks.rados.rados.0.smithi029.stdout:188: finishing write tid 1 to smithi02985406-39 2024-07-27T18:21:04.886 INFO:tasks.rados.rados.0.smithi029.stdout:188: finishing write tid 2 to smithi02985406-39 2024-07-27T18:21:04.887 INFO:tasks.rados.rados.0.smithi029.stdout:188: finishing write tid 3 to smithi02985406-39 2024-07-27T18:21:04.887 INFO:tasks.rados.rados.0.smithi029.stdout:188: finishing write tid 4 to smithi02985406-39 2024-07-27T18:21:04.887 INFO:tasks.rados.rados.0.smithi029.stdout:188: finishing write tid 5 to smithi02985406-39 2024-07-27T18:21:04.887 INFO:tasks.rados.rados.0.smithi029.stdout:188: oid 39 updating version 0 to 7 2024-07-27T18:21:04.887 INFO:tasks.rados.rados.0.smithi029.stdout:188: oid 39 updating version 7 to 10 2024-07-27T18:21:04.887 INFO:tasks.rados.rados.0.smithi029.stdout:188: oid 39 version 10 is already newer than 9 2024-07-27T18:21:04.887 INFO:tasks.rados.rados.0.smithi029.stdout:188: oid 39 version 10 is already newer than 8 2024-07-27T18:21:04.887 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 10 (ObjNum 78 snap 12 seq_num 78) dirty exists 2024-07-27T18:21:04.887 INFO:tasks.rados.rados.0.smithi029.stdout:188: left oid 39 (ObjNum 78 snap 12 seq_num 78) 2024-07-27T18:21:04.887 INFO:tasks.rados.rados.0.smithi029.stdout:189: finishing copy_from racing read to smithi02985406-41 2024-07-27T18:21:04.887 INFO:tasks.rados.rados.0.smithi029.stdout:189: finishing copy_from to smithi02985406-41 2024-07-27T18:21:04.887 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 10 (ObjNum 26 snap 0 seq_num 26) dirty exists 2024-07-27T18:21:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:04 smithi179 ceph-mon[33511]: pgmap v137: 121 pgs: 121 active+clean; 32 MiB data, 288 MiB used, 715 GiB / 715 GiB avail; 811 KiB/s rd, 836 KiB/s wr, 6 op/s 2024-07-27T18:21:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:04 smithi179 ceph-mon[33511]: osdmap e104: 8 total, 8 up, 8 in 2024-07-27T18:21:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:04 smithi179 ceph-mon[33511]: osdmap e105: 8 total, 8 up, 8 in 2024-07-27T18:21:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:04 smithi029 ceph-mon[29364]: pgmap v137: 121 pgs: 121 active+clean; 32 MiB data, 288 MiB used, 715 GiB / 715 GiB avail; 811 KiB/s rd, 836 KiB/s wr, 6 op/s 2024-07-27T18:21:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:04 smithi029 ceph-mon[29364]: osdmap e104: 8 total, 8 up, 8 in 2024-07-27T18:21:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:04 smithi029 ceph-mon[29364]: osdmap e105: 8 total, 8 up, 8 in 2024-07-27T18:21:05.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:04 smithi029 ceph-mon[40759]: pgmap v137: 121 pgs: 121 active+clean; 32 MiB data, 288 MiB used, 715 GiB / 715 GiB avail; 811 KiB/s rd, 836 KiB/s wr, 6 op/s 2024-07-27T18:21:05.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:04 smithi029 ceph-mon[40759]: osdmap e104: 8 total, 8 up, 8 in 2024-07-27T18:21:05.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:04 smithi029 ceph-mon[40759]: osdmap e105: 8 total, 8 up, 8 in 2024-07-27T18:21:05.849 INFO:tasks.rados.rados.0.smithi029.stdout:185: done (5 left) 2024-07-27T18:21:05.849 INFO:tasks.rados.rados.0.smithi029.stdout:186: done (4 left) 2024-07-27T18:21:05.849 INFO:tasks.rados.rados.0.smithi029.stdout:187: done (3 left) 2024-07-27T18:21:05.849 INFO:tasks.rados.rados.0.smithi029.stdout:188: done (2 left) 2024-07-27T18:21:05.849 INFO:tasks.rados.rados.0.smithi029.stdout:189: done (1 left) 2024-07-27T18:21:05.849 INFO:tasks.rados.rados.0.smithi029.stdout:190: done (0 left) 2024-07-27T18:21:05.849 INFO:tasks.rados.rados.0.smithi029.stdout:191: delete oid 31 current snap is 13 2024-07-27T18:21:05.850 INFO:tasks.rados.rados.0.smithi029.stdout:191: done (0 left) 2024-07-27T18:21:05.850 INFO:tasks.rados.rados.0.smithi029.stdout:192: delete oid 26 current snap is 13 2024-07-27T18:21:05.853 INFO:tasks.rados.rados.0.smithi029.stdout:192: done (0 left) 2024-07-27T18:21:05.853 INFO:tasks.rados.rados.0.smithi029.stdout:193: copy_from oid 20 from oid 42 current snap is 13 2024-07-27T18:21:05.853 INFO:tasks.rados.rados.0.smithi029.stdout:194: delete oid 5 current snap is 13 2024-07-27T18:21:05.858 INFO:tasks.rados.rados.0.smithi029.stdout:194: done (1 left) 2024-07-27T18:21:05.858 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 13 2024-07-27T18:21:05.858 INFO:tasks.rados.rados.0.smithi029.stdout:195: seq_num 82 ranges {1368064=581632,1949696=622592,2572288=180224} 2024-07-27T18:21:05.868 INFO:tasks.rados.rados.0.smithi029.stdout:195: writing smithi02985406-13 from 1368064 to 1949696 tid 1 2024-07-27T18:21:05.872 INFO:tasks.rados.rados.0.smithi029.stdout:195: writing smithi02985406-13 from 1949696 to 2572288 tid 2 2024-07-27T18:21:05.873 INFO:tasks.rados.rados.0.smithi029.stdout:195: writing smithi02985406-13 from 2572288 to 2752512 tid 3 2024-07-27T18:21:05.873 INFO:tasks.rados.rados.0.smithi029.stdout:196: read oid 19 snap -1 2024-07-27T18:21:05.873 INFO:tasks.rados.rados.0.smithi029.stdout:196: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:21:05.873 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 13 2024-07-27T18:21:05.873 INFO:tasks.rados.rados.0.smithi029.stdout:193: finishing copy_from racing read to smithi02985406-20 2024-07-27T18:21:05.874 INFO:tasks.rados.rados.0.smithi029.stdout:193: finishing copy_from to smithi02985406-20 2024-07-27T18:21:05.874 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 2 (ObjNum 38 snap 0 seq_num 38) dirty exists 2024-07-27T18:21:05.874 INFO:tasks.rados.rados.0.smithi029.stdout:195: finishing write tid 1 to smithi02985406-13 2024-07-27T18:21:05.874 INFO:tasks.rados.rados.0.smithi029.stdout:197: seq_num 83 ranges {393216=598016,991232=499712,1490944=303104} 2024-07-27T18:21:05.878 INFO:tasks.rados.rados.0.smithi029.stdout:197: writing smithi02985406-21 from 393216 to 991232 tid 1 2024-07-27T18:21:05.881 INFO:tasks.rados.rados.0.smithi029.stdout:197: writing smithi02985406-21 from 991232 to 1490944 tid 2 2024-07-27T18:21:05.883 INFO:tasks.rados.rados.0.smithi029.stdout:197: writing smithi02985406-21 from 1490944 to 1794048 tid 3 2024-07-27T18:21:05.883 INFO:tasks.rados.rados.0.smithi029.stdout:193: done (3 left) 2024-07-27T18:21:05.883 INFO:tasks.rados.rados.0.smithi029.stdout:198: delete oid 11 current snap is 13 2024-07-27T18:21:05.883 INFO:tasks.rados.rados.0.smithi029.stdout:195: finishing write tid 2 to smithi02985406-13 2024-07-27T18:21:05.883 INFO:tasks.rados.rados.0.smithi029.stdout:195: finishing write tid 3 to smithi02985406-13 2024-07-27T18:21:05.883 INFO:tasks.rados.rados.0.smithi029.stdout:195: finishing write tid 4 to smithi02985406-13 2024-07-27T18:21:05.883 INFO:tasks.rados.rados.0.smithi029.stdout:196: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:21:05.892 INFO:tasks.rados.rados.0.smithi029.stdout:195: finishing write tid 5 to smithi02985406-13 2024-07-27T18:21:05.892 INFO:tasks.rados.rados.0.smithi029.stdout:195: oid 13 updating version 0 to 54 2024-07-27T18:21:05.892 INFO:tasks.rados.rados.0.smithi029.stdout:195: oid 13 updating version 54 to 56 2024-07-27T18:21:05.892 INFO:tasks.rados.rados.0.smithi029.stdout:195: oid 13 updating version 56 to 57 2024-07-27T18:21:05.892 INFO:tasks.rados.rados.0.smithi029.stdout:195: oid 13 version 57 is already newer than 55 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 57 (ObjNum 82 snap 13 seq_num 82) dirty exists 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:195: left oid 13 (ObjNum 82 snap 13 seq_num 82) 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:197: finishing write tid 1 to smithi02985406-21 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:195: done (3 left) 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:196: done (2 left) 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:198: done (1 left) 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:199: read oid 32 snap -1 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:199: expect (ObjNum 26 snap 0 seq_num 26) 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:200: copy_from oid 28 from oid 40 current snap is 13 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:197: finishing write tid 2 to smithi02985406-21 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:197: finishing write tid 3 to smithi02985406-21 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:197: finishing write tid 4 to smithi02985406-21 2024-07-27T18:21:05.893 INFO:tasks.rados.rados.0.smithi029.stdout:197: finishing write tid 5 to smithi02985406-21 2024-07-27T18:21:05.894 INFO:tasks.rados.rados.0.smithi029.stdout:197: oid 21 updating version 0 to 25 2024-07-27T18:21:05.894 INFO:tasks.rados.rados.0.smithi029.stdout:197: oid 21 updating version 25 to 26 2024-07-27T18:21:05.894 INFO:tasks.rados.rados.0.smithi029.stdout:197: oid 21 updating version 26 to 27 2024-07-27T18:21:05.894 INFO:tasks.rados.rados.0.smithi029.stdout:197: oid 21 version 27 is already newer than 24 2024-07-27T18:21:05.894 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 27 (ObjNum 83 snap 13 seq_num 83) dirty exists 2024-07-27T18:21:05.894 INFO:tasks.rados.rados.0.smithi029.stdout:197: left oid 21 (ObjNum 83 snap 13 seq_num 83) 2024-07-27T18:21:05.894 INFO:tasks.rados.rados.0.smithi029.stdout:197: done (2 left) 2024-07-27T18:21:05.894 INFO:tasks.rados.rados.0.smithi029.stdout:201: copy_from oid 31 from oid 19 current snap is 13 2024-07-27T18:21:05.894 INFO:tasks.rados.rados.0.smithi029.stdout:202: read oid 14 snap 12 2024-07-27T18:21:05.894 INFO:tasks.rados.rados.0.smithi029.stdout:202: expect deleted 2024-07-27T18:21:05.894 INFO:tasks.rados.rados.0.smithi029.stdout:203: delete oid 41 current snap is 13 2024-07-27T18:21:05.895 INFO:tasks.rados.rados.0.smithi029.stdout:202: done (4 left) 2024-07-27T18:21:05.895 INFO:tasks.rados.rados.0.smithi029.stdout:203: done (3 left) 2024-07-27T18:21:05.895 INFO:tasks.rados.rados.0.smithi029.stdout:204: rollback oid 3 current snap is 13 2024-07-27T18:21:05.895 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 3 to 10 2024-07-27T18:21:05.895 INFO:tasks.rados.rados.0.smithi029.stdout:205: delete oid 14 current snap is 13 2024-07-27T18:21:05.895 INFO:tasks.rados.rados.0.smithi029.stdout:199: expect (ObjNum 26 snap 0 seq_num 26) 2024-07-27T18:21:05.907 INFO:tasks.rados.rados.0.smithi029.stdout:201: finishing copy_from racing read to smithi02985406-31 2024-07-27T18:21:05.907 INFO:tasks.rados.rados.0.smithi029.stdout:204: finishing rollback tid 0 to smithi02985406-3 2024-07-27T18:21:05.908 INFO:tasks.rados.rados.0.smithi029.stdout:201: finishing copy_from to smithi02985406-31 2024-07-27T18:21:05.908 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 39 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:21:05.908 INFO:tasks.rados.rados.0.smithi029.stdout:204: finishing rollback tid 1 to smithi02985406-3 2024-07-27T18:21:05.908 INFO:tasks.rados.rados.0.smithi029.stdout:204: finishing rollback tid 2 to smithi02985406-3 2024-07-27T18:21:05.908 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 28 (ObjNum 76 snap 10 seq_num 76) dirty exists 2024-07-27T18:21:05.908 INFO:tasks.rados.rados.0.smithi029.stdout:200: finishing copy_from racing read to smithi02985406-28 2024-07-27T18:21:05.908 INFO:tasks.rados.rados.0.smithi029.stdout:200: finishing copy_from to smithi02985406-28 2024-07-27T18:21:05.908 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 8 (ObjNum 39 snap 0 seq_num 39) dirty exists 2024-07-27T18:21:05.908 INFO:tasks.rados.rados.0.smithi029.stdout:199: done (4 left) 2024-07-27T18:21:05.909 INFO:tasks.rados.rados.0.smithi029.stdout:200: done (3 left) 2024-07-27T18:21:05.909 INFO:tasks.rados.rados.0.smithi029.stdout:201: done (2 left) 2024-07-27T18:21:05.909 INFO:tasks.rados.rados.0.smithi029.stdout:204: done (1 left) 2024-07-27T18:21:05.909 INFO:tasks.rados.rados.0.smithi029.stdout:205: done (0 left) 2024-07-27T18:21:05.909 INFO:tasks.rados.rados.0.smithi029.stdout:206: copy_from oid 44 from oid 24 current snap is 13 2024-07-27T18:21:05.909 INFO:tasks.rados.rados.0.smithi029.stdout:207: rollback oid 13 current snap is 13 2024-07-27T18:21:05.909 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 9 2024-07-27T18:21:05.909 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 13 2024-07-27T18:21:05.909 INFO:tasks.rados.rados.0.smithi029.stdout:208: seq_num 87 ranges {221184=663552,884736=491520,1376256=311296} 2024-07-27T18:21:05.912 INFO:tasks.rados.rados.0.smithi029.stdout:208: writing smithi02985406-17 from 221184 to 884736 tid 1 2024-07-27T18:21:05.915 INFO:tasks.rados.rados.0.smithi029.stdout:208: writing smithi02985406-17 from 884736 to 1376256 tid 2 2024-07-27T18:21:05.917 INFO:tasks.rados.rados.0.smithi029.stdout:208: writing smithi02985406-17 from 1376256 to 1687552 tid 3 2024-07-27T18:21:05.918 INFO:tasks.rados.rados.0.smithi029.stdout:209: rollback oid 35 current snap is 13 2024-07-27T18:21:05.918 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 35 to 10 2024-07-27T18:21:05.918 INFO:tasks.rados.rados.0.smithi029.stdout:207: finishing rollback tid 0 to smithi02985406-13 2024-07-27T18:21:05.918 INFO:tasks.rados.rados.0.smithi029.stdout:207: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:21:05.918 INFO:tasks.rados.rados.0.smithi029.stdout:207: finishing rollback tid 2 to smithi02985406-13 2024-07-27T18:21:05.918 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 60 (ObjNum 69 snap 8 seq_num 69) dirty exists 2024-07-27T18:21:05.919 INFO:tasks.rados.rados.0.smithi029.stdout:206: finishing copy_from racing read to smithi02985406-44 2024-07-27T18:21:05.919 INFO:tasks.rados.rados.0.smithi029.stdout:206: finishing copy_from to smithi02985406-44 2024-07-27T18:21:05.919 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 21 (ObjNum 23 snap 0 seq_num 23) dirty exists 2024-07-27T18:21:05.919 INFO:tasks.rados.rados.0.smithi029.stdout:208: finishing write tid 1 to smithi02985406-17 2024-07-27T18:21:05.919 INFO:tasks.rados.rados.0.smithi029.stdout:206: done (3 left) 2024-07-27T18:21:05.919 INFO:tasks.rados.rados.0.smithi029.stdout:207: done (2 left) 2024-07-27T18:21:05.919 INFO:tasks.rados.rados.0.smithi029.stdout:210: snap_remove snap 12 2024-07-27T18:21:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:06 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:06 smithi179 ceph-mon[33511]: Upgrade: Target is version 19.0.0-3645-g46c551b8 (unknown) 2024-07-27T18:21:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:06 smithi179 ceph-mon[33511]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, digests ['quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c'] 2024-07-27T18:21:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:06 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:21:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:06 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:06 smithi179 ceph-mon[33511]: Upgrade: Need to upgrade myself (mgr.y) 2024-07-27T18:21:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:06 smithi179 ceph-mon[33511]: osdmap e106: 8 total, 8 up, 8 in 2024-07-27T18:21:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[29364]: Upgrade: Target is version 19.0.0-3645-g46c551b8 (unknown) 2024-07-27T18:21:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[29364]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, digests ['quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c'] 2024-07-27T18:21:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:21:06.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:06.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[29364]: Upgrade: Need to upgrade myself (mgr.y) 2024-07-27T18:21:06.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[29364]: osdmap e106: 8 total, 8 up, 8 in 2024-07-27T18:21:06.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:06.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[40759]: Upgrade: Target is version 19.0.0-3645-g46c551b8 (unknown) 2024-07-27T18:21:06.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[40759]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, digests ['quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c'] 2024-07-27T18:21:06.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:21:06.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:06.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[40759]: Upgrade: Need to upgrade myself (mgr.y) 2024-07-27T18:21:06.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:06 smithi029 ceph-mon[40759]: osdmap e106: 8 total, 8 up, 8 in 2024-07-27T18:21:06.851 INFO:tasks.rados.rados.0.smithi029.stdout:210: done (2 left) 2024-07-27T18:21:06.852 INFO:tasks.rados.rados.0.smithi029.stdout:211: snap_remove snap 9 2024-07-27T18:21:07.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:07 smithi179 ceph-mon[33511]: pgmap v140: 121 pgs: 121 active+clean; 32 MiB data, 288 MiB used, 715 GiB / 715 GiB avail; 811 KiB/s rd, 836 KiB/s wr, 6 op/s 2024-07-27T18:21:07.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:07 smithi179 ceph-mon[33511]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c on smithi179 2024-07-27T18:21:07.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:07 smithi179 ceph-mon[33511]: osdmap e107: 8 total, 8 up, 8 in 2024-07-27T18:21:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:07 smithi029 ceph-mon[29364]: pgmap v140: 121 pgs: 121 active+clean; 32 MiB data, 288 MiB used, 715 GiB / 715 GiB avail; 811 KiB/s rd, 836 KiB/s wr, 6 op/s 2024-07-27T18:21:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:07 smithi029 ceph-mon[29364]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c on smithi179 2024-07-27T18:21:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:07 smithi029 ceph-mon[29364]: osdmap e107: 8 total, 8 up, 8 in 2024-07-27T18:21:07.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:07 smithi029 ceph-mon[40759]: pgmap v140: 121 pgs: 121 active+clean; 32 MiB data, 288 MiB used, 715 GiB / 715 GiB avail; 811 KiB/s rd, 836 KiB/s wr, 6 op/s 2024-07-27T18:21:07.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:07 smithi029 ceph-mon[40759]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c on smithi179 2024-07-27T18:21:07.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:07 smithi029 ceph-mon[40759]: osdmap e107: 8 total, 8 up, 8 in 2024-07-27T18:21:07.853 INFO:tasks.rados.rados.0.smithi029.stdout:211: done (2 left) 2024-07-27T18:21:07.853 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 13 2024-07-27T18:21:07.853 INFO:tasks.rados.rados.0.smithi029.stdout:208: finishing write tid 2 to smithi02985406-17 2024-07-27T18:21:07.853 INFO:tasks.rados.rados.0.smithi029.stdout:212: seq_num 88 ranges {393216=679936,1073152=778240,1851392=24576} 2024-07-27T18:21:07.859 INFO:tasks.rados.rados.0.smithi029.stdout:212: writing smithi02985406-24 from 393216 to 1073152 tid 1 2024-07-27T18:21:07.865 INFO:tasks.rados.rados.0.smithi029.stdout:212: writing smithi02985406-24 from 1073152 to 1851392 tid 2 2024-07-27T18:21:07.865 INFO:tasks.rados.rados.0.smithi029.stdout:212: writing smithi02985406-24 from 1851392 to 1875968 tid 3 2024-07-27T18:21:07.865 INFO:tasks.rados.rados.0.smithi029.stdout:213: copy_from oid 18 from oid 39 current snap is 13 2024-07-27T18:21:07.865 INFO:tasks.rados.rados.0.smithi029.stdout:209: finishing rollback tid 0 to smithi02985406-35 2024-07-27T18:21:07.865 INFO:tasks.rados.rados.0.smithi029.stdout:208: finishing write tid 3 to smithi02985406-17 2024-07-27T18:21:07.865 INFO:tasks.rados.rados.0.smithi029.stdout:209: finishing rollback tid 1 to smithi02985406-35 2024-07-27T18:21:07.865 INFO:tasks.rados.rados.0.smithi029.stdout:208: finishing write tid 4 to smithi02985406-17 2024-07-27T18:21:07.865 INFO:tasks.rados.rados.0.smithi029.stdout:209: finishing rollback tid 2 to smithi02985406-35 2024-07-27T18:21:07.866 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 21 (ObjNum 34 snap 0 seq_num 34) dirty exists 2024-07-27T18:21:07.866 INFO:tasks.rados.rados.0.smithi029.stdout:208: finishing write tid 5 to smithi02985406-17 2024-07-27T18:21:07.866 INFO:tasks.rados.rados.0.smithi029.stdout:208: oid 17 updating version 0 to 18 2024-07-27T18:21:07.866 INFO:tasks.rados.rados.0.smithi029.stdout:208: oid 17 updating version 18 to 19 2024-07-27T18:21:07.866 INFO:tasks.rados.rados.0.smithi029.stdout:208: oid 17 version 19 is already newer than 17 2024-07-27T18:21:07.866 INFO:tasks.rados.rados.0.smithi029.stdout:208: oid 17 updating version 19 to 20 2024-07-27T18:21:07.866 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 20 (ObjNum 87 snap 13 seq_num 87) dirty exists 2024-07-27T18:21:07.866 INFO:tasks.rados.rados.0.smithi029.stdout:208: left oid 17 (ObjNum 87 snap 13 seq_num 87) 2024-07-27T18:21:07.866 INFO:tasks.rados.rados.0.smithi029.stdout:208: done (3 left) 2024-07-27T18:21:07.866 INFO:tasks.rados.rados.0.smithi029.stdout:209: done (2 left) 2024-07-27T18:21:07.866 INFO:tasks.rados.rados.0.smithi029.stdout:214: delete oid 15 current snap is 13 2024-07-27T18:21:07.869 INFO:tasks.rados.rados.0.smithi029.stdout:214: done (2 left) 2024-07-27T18:21:07.869 INFO:tasks.rados.rados.0.smithi029.stdout:215: delete oid 41 current snap is 13 2024-07-27T18:21:07.871 INFO:tasks.rados.rados.0.smithi029.stdout:212: finishing write tid 1 to smithi02985406-24 2024-07-27T18:21:07.871 INFO:tasks.rados.rados.0.smithi029.stdout:215: done (2 left) 2024-07-27T18:21:07.871 INFO:tasks.rados.rados.0.smithi029.stdout:216: setattr oid 8 current snap is 13 2024-07-27T18:21:07.872 INFO:tasks.rados.rados.0.smithi029.stdout:212: finishing write tid 2 to smithi02985406-24 2024-07-27T18:21:07.872 INFO:tasks.rados.rados.0.smithi029.stdout:212: finishing write tid 3 to smithi02985406-24 2024-07-27T18:21:07.873 INFO:tasks.rados.rados.0.smithi029.stdout:212: finishing write tid 4 to smithi02985406-24 2024-07-27T18:21:07.873 INFO:tasks.rados.rados.0.smithi029.stdout:217: snap_remove snap 10 2024-07-27T18:21:08.855 INFO:tasks.rados.rados.0.smithi029.stdout:217: done (3 left) 2024-07-27T18:21:08.856 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 13 2024-07-27T18:21:08.856 INFO:tasks.rados.rados.0.smithi029.stdout:212: finishing write tid 5 to smithi02985406-24 2024-07-27T18:21:08.856 INFO:tasks.rados.rados.0.smithi029.stdout:212: oid 24 updating version 0 to 44 2024-07-27T18:21:08.856 INFO:tasks.rados.rados.0.smithi029.stdout:212: oid 24 updating version 44 to 45 2024-07-27T18:21:08.856 INFO:tasks.rados.rados.0.smithi029.stdout:212: oid 24 version 45 is already newer than 43 2024-07-27T18:21:08.856 INFO:tasks.rados.rados.0.smithi029.stdout:212: oid 24 version 45 is already newer than 42 2024-07-27T18:21:08.856 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 45 (ObjNum 88 snap 13 seq_num 88) dirty exists 2024-07-27T18:21:08.857 INFO:tasks.rados.rados.0.smithi029.stdout:212: left oid 24 (ObjNum 88 snap 13 seq_num 88) 2024-07-27T18:21:08.857 INFO:tasks.rados.rados.0.smithi029.stdout:213: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:21:08.857 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 59 (ObjNum 13 snap 0 seq_num 13) dirty exists 2024-07-27T18:21:08.857 INFO:tasks.rados.rados.0.smithi029.stdout:213: finishing copy_from to smithi02985406-18 2024-07-27T18:21:08.857 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 10 (ObjNum 78 snap 12 seq_num 78) dirty exists 2024-07-27T18:21:08.857 INFO:tasks.rados.rados.0.smithi029.stdout:218: seq_num 91 ranges {557056=729088,1286144=425984,1712128=376832} 2024-07-27T18:21:08.863 INFO:tasks.rados.rados.0.smithi029.stdout:218: writing smithi02985406-45 from 557056 to 1286144 tid 1 2024-07-27T18:21:08.866 INFO:tasks.rados.rados.0.smithi029.stdout:218: writing smithi02985406-45 from 1286144 to 1712128 tid 2 2024-07-27T18:21:08.868 INFO:tasks.rados.rados.0.smithi029.stdout:218: writing smithi02985406-45 from 1712128 to 2088960 tid 3 2024-07-27T18:21:08.868 INFO:tasks.rados.rados.0.smithi029.stdout:212: done (3 left) 2024-07-27T18:21:08.869 INFO:tasks.rados.rados.0.smithi029.stdout:213: done (2 left) 2024-07-27T18:21:08.869 INFO:tasks.rados.rados.0.smithi029.stdout:216: done (1 left) 2024-07-27T18:21:08.869 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 13 2024-07-27T18:21:08.869 INFO:tasks.rados.rados.0.smithi029.stdout:219: seq_num 92 ranges {778240=745472,1523712=761856,2285568=40960} 2024-07-27T18:21:08.877 INFO:tasks.rados.rados.0.smithi029.stdout:219: writing smithi02985406-2 from 778240 to 1523712 tid 1 2024-07-27T18:21:08.881 INFO:tasks.rados.rados.0.smithi029.stdout:219: writing smithi02985406-2 from 1523712 to 2285568 tid 2 2024-07-27T18:21:08.882 INFO:tasks.rados.rados.0.smithi029.stdout:219: writing smithi02985406-2 from 2285568 to 2326528 tid 3 2024-07-27T18:21:08.882 INFO:tasks.rados.rados.0.smithi029.stdout:220: copy_from oid 27 from oid 26 current snap is 13 2024-07-27T18:21:08.882 INFO:tasks.rados.rados.0.smithi029.stdout:218: finishing write tid 1 to smithi02985406-45 2024-07-27T18:21:08.883 INFO:tasks.rados.rados.0.smithi029.stdout:218: finishing write tid 2 to smithi02985406-45 2024-07-27T18:21:08.883 INFO:tasks.rados.rados.0.smithi029.stdout:218: finishing write tid 3 to smithi02985406-45 2024-07-27T18:21:08.883 INFO:tasks.rados.rados.0.smithi029.stdout:218: finishing write tid 4 to smithi02985406-45 2024-07-27T18:21:08.883 INFO:tasks.rados.rados.0.smithi029.stdout:218: finishing write tid 5 to smithi02985406-45 2024-07-27T18:21:08.883 INFO:tasks.rados.rados.0.smithi029.stdout:218: oid 45 updating version 0 to 54 2024-07-27T18:21:08.883 INFO:tasks.rados.rados.0.smithi029.stdout:218: oid 45 version 54 is already newer than 51 2024-07-27T18:21:08.883 INFO:tasks.rados.rados.0.smithi029.stdout:218: oid 45 version 54 is already newer than 53 2024-07-27T18:21:08.883 INFO:tasks.rados.rados.0.smithi029.stdout:218: oid 45 version 54 is already newer than 52 2024-07-27T18:21:08.883 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 54 (ObjNum 91 snap 13 seq_num 91) dirty exists 2024-07-27T18:21:08.883 INFO:tasks.rados.rados.0.smithi029.stdout:218: left oid 45 (ObjNum 91 snap 13 seq_num 91) 2024-07-27T18:21:08.883 INFO:tasks.rados.rados.0.smithi029.stdout:218: done (2 left) 2024-07-27T18:21:08.883 INFO:tasks.rados.rados.0.smithi029.stdout:221: snap_create 2024-07-27T18:21:08.884 INFO:tasks.rados.rados.0.smithi029.stdout:219: finishing write tid 1 to smithi02985406-2 2024-07-27T18:21:08.885 INFO:tasks.rados.rados.0.smithi029.stdout:219: finishing write tid 2 to smithi02985406-2 2024-07-27T18:21:08.885 INFO:tasks.rados.rados.0.smithi029.stdout:219: finishing write tid 3 to smithi02985406-2 2024-07-27T18:21:08.885 INFO:tasks.rados.rados.0.smithi029.stdout:219: finishing write tid 4 to smithi02985406-2 2024-07-27T18:21:08.886 INFO:tasks.rados.rados.0.smithi029.stdout:220: finishing copy_from to smithi02985406-27 2024-07-27T18:21:08.887 INFO:tasks.rados.rados.0.smithi029.stdout:220: got expected ENOENT (src dne) 2024-07-27T18:21:08.887 INFO:tasks.rados.rados.0.smithi029.stdout:220: finishing copy_from racing read to smithi02985406-27 2024-07-27T18:21:08.887 INFO:tasks.rados.rados.0.smithi029.stdout:219: finishing write tid 5 to smithi02985406-2 2024-07-27T18:21:08.887 INFO:tasks.rados.rados.0.smithi029.stdout:219: oid 2 updating version 0 to 76 2024-07-27T18:21:08.887 INFO:tasks.rados.rados.0.smithi029.stdout:219: oid 2 version 76 is already newer than 75 2024-07-27T18:21:08.887 INFO:tasks.rados.rados.0.smithi029.stdout:219: oid 2 updating version 76 to 77 2024-07-27T18:21:08.887 INFO:tasks.rados.rados.0.smithi029.stdout:219: oid 2 version 77 is already newer than 74 2024-07-27T18:21:08.887 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 77 (ObjNum 92 snap 13 seq_num 92) dirty exists 2024-07-27T18:21:08.887 INFO:tasks.rados.rados.0.smithi029.stdout:219: left oid 2 (ObjNum 92 snap 13 seq_num 92) 2024-07-27T18:21:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:08 smithi179 ceph-mon[33511]: pgmap v143: 121 pgs: 121 active+clean; 40 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.1 MiB/s wr, 27 op/s 2024-07-27T18:21:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:08 smithi179 ceph-mon[33511]: osdmap e108: 8 total, 8 up, 8 in 2024-07-27T18:21:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:08 smithi029 ceph-mon[29364]: pgmap v143: 121 pgs: 121 active+clean; 40 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.1 MiB/s wr, 27 op/s 2024-07-27T18:21:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:08 smithi029 ceph-mon[29364]: osdmap e108: 8 total, 8 up, 8 in 2024-07-27T18:21:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:08 smithi029 ceph-mon[40759]: pgmap v143: 121 pgs: 121 active+clean; 40 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.1 MiB/s wr, 27 op/s 2024-07-27T18:21:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:08 smithi029 ceph-mon[40759]: osdmap e108: 8 total, 8 up, 8 in 2024-07-27T18:21:09.810 INFO:tasks.rados.rados.0.smithi029.stdout:219: done (2 left) 2024-07-27T18:21:09.810 INFO:tasks.rados.rados.0.smithi029.stdout:220: done (1 left) 2024-07-27T18:21:09.810 INFO:tasks.rados.rados.0.smithi029.stdout:221: done (0 left) 2024-07-27T18:21:09.810 INFO:tasks.rados.rados.0.smithi029.stdout:222: snap_create 2024-07-27T18:21:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:09 smithi029 ceph-mon[29364]: osdmap e109: 8 total, 8 up, 8 in 2024-07-27T18:21:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:09 smithi029 ceph-mon[29364]: osdmap e110: 8 total, 8 up, 8 in 2024-07-27T18:21:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:09 smithi029 ceph-mon[40759]: osdmap e109: 8 total, 8 up, 8 in 2024-07-27T18:21:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:09 smithi029 ceph-mon[40759]: osdmap e110: 8 total, 8 up, 8 in 2024-07-27T18:21:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:09 smithi179 ceph-mon[33511]: osdmap e109: 8 total, 8 up, 8 in 2024-07-27T18:21:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:09 smithi179 ceph-mon[33511]: osdmap e110: 8 total, 8 up, 8 in 2024-07-27T18:21:10.816 INFO:tasks.rados.rados.0.smithi029.stdout:222: done (0 left) 2024-07-27T18:21:10.816 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 15 2024-07-27T18:21:10.816 INFO:tasks.rados.rados.0.smithi029.stdout:223: seq_num 93 ranges {1687552=761856,2449408=647168,3096576=155648} 2024-07-27T18:21:10.829 INFO:tasks.rados.rados.0.smithi029.stdout:223: writing smithi02985406-17 from 1687552 to 2449408 tid 1 2024-07-27T18:21:10.833 INFO:tasks.rados.rados.0.smithi029.stdout:223: writing smithi02985406-17 from 2449408 to 3096576 tid 2 2024-07-27T18:21:10.835 INFO:tasks.rados.rados.0.smithi029.stdout:223: writing smithi02985406-17 from 3096576 to 3252224 tid 3 2024-07-27T18:21:10.835 INFO:tasks.rados.rados.0.smithi029.stdout:224: rollback oid 8 current snap is 15 2024-07-27T18:21:10.835 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 8 to 13 2024-07-27T18:21:10.835 INFO:tasks.rados.rados.0.smithi029.stdout:223: finishing write tid 1 to smithi02985406-17 2024-07-27T18:21:10.835 INFO:tasks.rados.rados.0.smithi029.stdout:225: rmattr oid 26 current snap is 15 2024-07-27T18:21:10.835 INFO:tasks.rados.rados.0.smithi029.stdout:225: done (2 left) 2024-07-27T18:21:10.835 INFO:tasks.rados.rados.0.smithi029.stdout:226: delete oid 2 current snap is 15 2024-07-27T18:21:10.838 INFO:tasks.rados.rados.0.smithi029.stdout:224: finishing rollback tid 0 to smithi02985406-8 2024-07-27T18:21:10.839 INFO:tasks.rados.rados.0.smithi029.stdout:223: finishing write tid 2 to smithi02985406-17 2024-07-27T18:21:10.839 INFO:tasks.rados.rados.0.smithi029.stdout:223: finishing write tid 3 to smithi02985406-17 2024-07-27T18:21:10.839 INFO:tasks.rados.rados.0.smithi029.stdout:223: finishing write tid 4 to smithi02985406-17 2024-07-27T18:21:10.840 INFO:tasks.rados.rados.0.smithi029.stdout:224: finishing rollback tid 1 to smithi02985406-8 2024-07-27T18:21:10.841 INFO:tasks.rados.rados.0.smithi029.stdout:226: done (2 left) 2024-07-27T18:21:10.841 INFO:tasks.rados.rados.0.smithi029.stdout:227: rmattr oid 24 current snap is 15 2024-07-27T18:21:10.841 INFO:tasks.rados.rados.0.smithi029.stdout:228: snap_create 2024-07-27T18:21:10.841 INFO:tasks.rados.rados.0.smithi029.stdout:223: finishing write tid 5 to smithi02985406-17 2024-07-27T18:21:10.841 INFO:tasks.rados.rados.0.smithi029.stdout:223: oid 17 updating version 0 to 31 2024-07-27T18:21:10.841 INFO:tasks.rados.rados.0.smithi029.stdout:223: oid 17 version 31 is already newer than 29 2024-07-27T18:21:10.841 INFO:tasks.rados.rados.0.smithi029.stdout:223: oid 17 version 31 is already newer than 30 2024-07-27T18:21:10.841 INFO:tasks.rados.rados.0.smithi029.stdout:223: oid 17 version 31 is already newer than 28 2024-07-27T18:21:10.841 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 31 (ObjNum 93 snap 15 seq_num 93) dirty exists 2024-07-27T18:21:10.841 INFO:tasks.rados.rados.0.smithi029.stdout:223: left oid 17 (ObjNum 93 snap 15 seq_num 93) 2024-07-27T18:21:10.842 INFO:tasks.rados.rados.0.smithi029.stdout:224: finishing rollback tid 2 to smithi02985406-8 2024-07-27T18:21:10.842 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 71 (ObjNum 13 snap 0 seq_num 13) dirty exists 2024-07-27T18:21:10.842 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 56 (ObjNum 88 snap 13 seq_num 88) dirty exists 2024-07-27T18:21:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:10 smithi179 ceph-mon[33511]: pgmap v146: 121 pgs: 121 active+clean; 40 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.1 MiB/s wr, 27 op/s 2024-07-27T18:21:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:10 smithi179 ceph-mon[33511]: osdmap e111: 8 total, 8 up, 8 in 2024-07-27T18:21:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:10 smithi029 ceph-mon[40759]: pgmap v146: 121 pgs: 121 active+clean; 40 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.1 MiB/s wr, 27 op/s 2024-07-27T18:21:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:10 smithi029 ceph-mon[40759]: osdmap e111: 8 total, 8 up, 8 in 2024-07-27T18:21:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:10 smithi029 ceph-mon[29364]: pgmap v146: 121 pgs: 121 active+clean; 40 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.1 MiB/s wr, 27 op/s 2024-07-27T18:21:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:10 smithi029 ceph-mon[29364]: osdmap e111: 8 total, 8 up, 8 in 2024-07-27T18:21:11.818 INFO:tasks.rados.rados.0.smithi029.stdout:223: done (3 left) 2024-07-27T18:21:11.818 INFO:tasks.rados.rados.0.smithi029.stdout:224: done (2 left) 2024-07-27T18:21:11.818 INFO:tasks.rados.rados.0.smithi029.stdout:227: done (1 left) 2024-07-27T18:21:11.818 INFO:tasks.rados.rados.0.smithi029.stdout:228: done (0 left) 2024-07-27T18:21:11.818 INFO:tasks.rados.rados.0.smithi029.stdout:229: copy_from oid 48 from oid 47 current snap is 16 2024-07-27T18:21:11.819 INFO:tasks.rados.rados.0.smithi029.stdout:230: read oid 34 snap -1 2024-07-27T18:21:11.819 INFO:tasks.rados.rados.0.smithi029.stdout:230: expect deleted 2024-07-27T18:21:11.819 INFO:tasks.rados.rados.0.smithi029.stdout:231: snap_create 2024-07-27T18:21:11.825 INFO:tasks.rados.rados.0.smithi029.stdout:229: finishing copy_from racing read to smithi02985406-48 2024-07-27T18:21:11.826 INFO:tasks.rados.rados.0.smithi029.stdout:229: finishing copy_from to smithi02985406-48 2024-07-27T18:21:11.826 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 39 (ObjNum 46 snap 0 seq_num 46) dirty exists 2024-07-27T18:21:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:11 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:11 smithi179 ceph-mon[33511]: osdmap e112: 8 total, 8 up, 8 in 2024-07-27T18:21:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:11 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:11 smithi029 ceph-mon[40759]: osdmap e112: 8 total, 8 up, 8 in 2024-07-27T18:21:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:11 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:11 smithi029 ceph-mon[29364]: osdmap e112: 8 total, 8 up, 8 in 2024-07-27T18:21:12.332 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:21:12.610 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:21:12.610 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (2m) 109s ago 3m 15.2M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:21:12.610 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (2m) 109s ago 2m 82.5M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:21:12.610 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (4m) 109s ago 4m 14.1M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:21:12.610 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (4m) 109s ago 4m 18.3M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:21:12.610 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,8765 running (8m) 109s ago 8m 437M - 18.2.2-1767-ga3bbd728 d280790d1980 f4a0fabc2c83 2024-07-27T18:21:12.610 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:9283,8765 running (10m) 109s ago 10m 486M - 18.2.2-1767-ga3bbd728 d280790d1980 22eadc90e47e 2024-07-27T18:21:12.613 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (10m) 109s ago 10m 45.0M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 7d9e2dece8ba 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (8m) 109s ago 8m 38.9M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 0202fbc308d9 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (8m) 109s ago 8m 39.2M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 415872ced014 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (2m) 109s ago 2m 16.0M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (2m) 109s ago 2m 7654k - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (7m) 109s ago 7m 45.9M 2993M 18.2.2-1767-ga3bbd728 d280790d1980 e314de953958 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (7m) 109s ago 7m 51.6M 2993M 18.2.2-1767-ga3bbd728 d280790d1980 ec6c64b26d24 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (7m) 109s ago 7m 42.4M 2993M 18.2.2-1767-ga3bbd728 d280790d1980 84c890d6b0b2 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (6m) 109s ago 6m 41.5M 2993M 18.2.2-1767-ga3bbd728 d280790d1980 0e2db681e2f2 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (6m) 109s ago 6m 49.8M 2992M 18.2.2-1767-ga3bbd728 d280790d1980 9431ed9c63c6 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (5m) 109s ago 5m 50.5M 2992M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (5m) 109s ago 5m 42.3M 2992M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (5m) 109s ago 5m 50.9M 2992M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:21:12.614 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (2m) 109s ago 3m 31.4M - 2.43.0 a07b618ecd1d 9be66b92589d 2024-07-27T18:21:12.615 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:21:12] "GET /metrics HTTP/1.1" 200 36104 "" "Prometheus/2.43.0" 2024-07-27T18:21:12.819 INFO:tasks.rados.rados.0.smithi029.stdout:229: done (2 left) 2024-07-27T18:21:12.819 INFO:tasks.rados.rados.0.smithi029.stdout:230: done (1 left) 2024-07-27T18:21:12.819 INFO:tasks.rados.rados.0.smithi029.stdout:231: done (0 left) 2024-07-27T18:21:12.819 INFO:tasks.rados.rados.0.smithi029.stdout:232: read oid 47 snap -1 2024-07-27T18:21:12.820 INFO:tasks.rados.rados.0.smithi029.stdout:232: expect (ObjNum 46 snap 0 seq_num 46) 2024-07-27T18:21:12.820 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 17 2024-07-27T18:21:12.820 INFO:tasks.rados.rados.0.smithi029.stdout:233: seq_num 95 ranges {458752=794624,1253376=409600,1662976=393216} 2024-07-27T18:21:12.825 INFO:tasks.rados.rados.0.smithi029.stdout:233: writing smithi02985406-36 from 458752 to 1253376 tid 1 2024-07-27T18:21:12.827 INFO:tasks.rados.rados.0.smithi029.stdout:233: writing smithi02985406-36 from 1253376 to 1662976 tid 2 2024-07-27T18:21:12.830 INFO:tasks.rados.rados.0.smithi029.stdout:233: writing smithi02985406-36 from 1662976 to 2056192 tid 3 2024-07-27T18:21:12.830 INFO:tasks.rados.rados.0.smithi029.stdout:234: rollback oid 18 current snap is 17 2024-07-27T18:21:12.831 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 18 to 16 2024-07-27T18:21:12.831 INFO:tasks.rados.rados.0.smithi029.stdout:232: expect (ObjNum 46 snap 0 seq_num 46) 2024-07-27T18:21:12.855 INFO:tasks.rados.rados.0.smithi029.stdout:233: finishing write tid 1 to smithi02985406-36 2024-07-27T18:21:12.855 INFO:tasks.rados.rados.0.smithi029.stdout:233: finishing write tid 2 to smithi02985406-36 2024-07-27T18:21:12.856 INFO:tasks.rados.rados.0.smithi029.stdout:233: finishing write tid 3 to smithi02985406-36 2024-07-27T18:21:12.856 INFO:tasks.rados.rados.0.smithi029.stdout:234: finishing rollback tid 0 to smithi02985406-18 2024-07-27T18:21:12.856 INFO:tasks.rados.rados.0.smithi029.stdout:234: finishing rollback tid 1 to smithi02985406-18 2024-07-27T18:21:12.856 INFO:tasks.rados.rados.0.smithi029.stdout:233: finishing write tid 4 to smithi02985406-36 2024-07-27T18:21:12.856 INFO:tasks.rados.rados.0.smithi029.stdout:234: finishing rollback tid 2 to smithi02985406-18 2024-07-27T18:21:12.856 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 75 (ObjNum 78 snap 12 seq_num 78) dirty exists 2024-07-27T18:21:12.856 INFO:tasks.rados.rados.0.smithi029.stdout:233: finishing write tid 5 to smithi02985406-36 2024-07-27T18:21:12.856 INFO:tasks.rados.rados.0.smithi029.stdout:233: oid 36 updating version 0 to 25 2024-07-27T18:21:12.857 INFO:tasks.rados.rados.0.smithi029.stdout:233: oid 36 updating version 25 to 26 2024-07-27T18:21:12.857 INFO:tasks.rados.rados.0.smithi029.stdout:233: oid 36 updating version 26 to 27 2024-07-27T18:21:12.857 INFO:tasks.rados.rados.0.smithi029.stdout:233: oid 36 updating version 27 to 28 2024-07-27T18:21:12.857 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 28 (ObjNum 95 snap 17 seq_num 95) dirty exists 2024-07-27T18:21:12.857 INFO:tasks.rados.rados.0.smithi029.stdout:233: left oid 36 (ObjNum 95 snap 17 seq_num 95) 2024-07-27T18:21:12.857 INFO:tasks.rados.rados.0.smithi029.stdout:232: done (2 left) 2024-07-27T18:21:12.857 INFO:tasks.rados.rados.0.smithi029.stdout:233: done (1 left) 2024-07-27T18:21:12.857 INFO:tasks.rados.rados.0.smithi029.stdout:234: done (0 left) 2024-07-27T18:21:12.857 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 17 2024-07-27T18:21:12.858 INFO:tasks.rados.rados.0.smithi029.stdout:235: seq_num 96 ranges {0=409600,409600=696320,1105920=507904} 2024-07-27T18:21:12.858 INFO:tasks.rados.rados.0.smithi029.stdout:235: writing smithi02985406-2 from 0 to 409600 tid 1 2024-07-27T18:21:12.861 INFO:tasks.rados.rados.0.smithi029.stdout:235: writing smithi02985406-2 from 409600 to 1105920 tid 2 2024-07-27T18:21:12.864 INFO:tasks.rados.rados.0.smithi029.stdout:235: writing smithi02985406-2 from 1105920 to 1613824 tid 3 2024-07-27T18:21:12.864 INFO:tasks.rados.rados.0.smithi029.stdout:236: delete oid 40 current snap is 17 2024-07-27T18:21:12.864 INFO:tasks.rados.rados.0.smithi029.stdout:235: finishing write tid 1 to smithi02985406-2 2024-07-27T18:21:12.864 INFO:tasks.rados.rados.0.smithi029.stdout:235: finishing write tid 2 to smithi02985406-2 2024-07-27T18:21:12.866 INFO:tasks.rados.rados.0.smithi029.stdout:236: done (1 left) 2024-07-27T18:21:12.866 INFO:tasks.rados.rados.0.smithi029.stdout:237: read oid 47 snap -1 2024-07-27T18:21:12.866 INFO:tasks.rados.rados.0.smithi029.stdout:237: expect (ObjNum 46 snap 0 seq_num 46) 2024-07-27T18:21:12.866 INFO:tasks.rados.rados.0.smithi029.stdout:238: rollback oid 49 current snap is 17 2024-07-27T18:21:12.866 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 49 to 13 2024-07-27T18:21:12.866 INFO:tasks.rados.rados.0.smithi029.stdout:239: snap_remove snap 14 2024-07-27T18:21:12.951 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:21:12.951 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:21:12.951 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 3 2024-07-27T18:21:12.951 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:21:12.951 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:21:12.951 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:21:12.952 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:21:12.952 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:21:12.952 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8 2024-07-27T18:21:12.952 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:21:12.952 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:21:12.952 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:21:12.952 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:21:12.952 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:21:12.953 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 15 2024-07-27T18:21:12.953 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:21:12.953 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:21:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:12 smithi179 ceph-mon[33511]: pgmap v149: 121 pgs: 121 active+clean; 40 MiB data, 306 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:12 smithi179 ceph-mon[33511]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:21:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:12 smithi179 ceph-mon[33511]: osdmap e113: 8 total, 8 up, 8 in 2024-07-27T18:21:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:12 smithi029 ceph-mon[29364]: pgmap v149: 121 pgs: 121 active+clean; 40 MiB data, 306 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:12 smithi029 ceph-mon[29364]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:21:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:12 smithi029 ceph-mon[29364]: osdmap e113: 8 total, 8 up, 8 in 2024-07-27T18:21:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:12 smithi029 ceph-mon[40759]: pgmap v149: 121 pgs: 121 active+clean; 40 MiB data, 306 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:12 smithi029 ceph-mon[40759]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:21:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:12 smithi029 ceph-mon[40759]: osdmap e113: 8 total, 8 up, 8 in 2024-07-27T18:21:13.823 INFO:tasks.rados.rados.0.smithi029.stdout:239: done (3 left) 2024-07-27T18:21:13.823 INFO:tasks.rados.rados.0.smithi029.stdout:240: snap_create 2024-07-27T18:21:13.823 INFO:tasks.rados.rados.0.smithi029.stdout:235: finishing write tid 3 to smithi02985406-2 2024-07-27T18:21:13.824 INFO:tasks.rados.rados.0.smithi029.stdout:235: finishing write tid 4 to smithi02985406-2 2024-07-27T18:21:13.824 INFO:tasks.rados.rados.0.smithi029.stdout:238: finishing rollback tid 0 to smithi02985406-49 2024-07-27T18:21:13.824 INFO:tasks.rados.rados.0.smithi029.stdout:238: finishing rollback tid 1 to smithi02985406-49 2024-07-27T18:21:13.824 INFO:tasks.rados.rados.0.smithi029.stdout:235: finishing write tid 5 to smithi02985406-2 2024-07-27T18:21:13.824 INFO:tasks.rados.rados.0.smithi029.stdout:235: oid 2 updating version 0 to 84 2024-07-27T18:21:13.824 INFO:tasks.rados.rados.0.smithi029.stdout:235: oid 2 version 84 is already newer than 83 2024-07-27T18:21:13.824 INFO:tasks.rados.rados.0.smithi029.stdout:235: oid 2 version 84 is already newer than 82 2024-07-27T18:21:13.824 INFO:tasks.rados.rados.0.smithi029.stdout:235: oid 2 updating version 84 to 85 2024-07-27T18:21:13.824 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 85 (ObjNum 96 snap 17 seq_num 96) dirty exists 2024-07-27T18:21:13.824 INFO:tasks.rados.rados.0.smithi029.stdout:235: left oid 2 (ObjNum 96 snap 17 seq_num 96) 2024-07-27T18:21:13.824 INFO:tasks.rados.rados.0.smithi029.stdout:238: finishing rollback tid 2 to smithi02985406-49 2024-07-27T18:21:13.825 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 15 (ObjNum 48 snap 0 seq_num 48) dirty exists 2024-07-27T18:21:13.825 INFO:tasks.rados.rados.0.smithi029.stdout:237: expect (ObjNum 46 snap 0 seq_num 46) 2024-07-27T18:21:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:13 smithi179 ceph-mon[33511]: from='client.24854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:21:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:13 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/2951644906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:21:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:13 smithi179 ceph-mon[33511]: osdmap e114: 8 total, 8 up, 8 in 2024-07-27T18:21:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:13 smithi029 ceph-mon[29364]: from='client.24854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:21:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:13 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/2951644906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:21:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:13 smithi029 ceph-mon[29364]: osdmap e114: 8 total, 8 up, 8 in 2024-07-27T18:21:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:13 smithi029 ceph-mon[40759]: from='client.24854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:21:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:13 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/2951644906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:21:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:13 smithi029 ceph-mon[40759]: osdmap e114: 8 total, 8 up, 8 in 2024-07-27T18:21:14.813 INFO:tasks.rados.rados.0.smithi029.stdout:235: done (3 left) 2024-07-27T18:21:14.813 INFO:tasks.rados.rados.0.smithi029.stdout:237: done (2 left) 2024-07-27T18:21:14.813 INFO:tasks.rados.rados.0.smithi029.stdout:238: done (1 left) 2024-07-27T18:21:14.813 INFO:tasks.rados.rados.0.smithi029.stdout:240: done (0 left) 2024-07-27T18:21:14.813 INFO:tasks.rados.rados.0.smithi029.stdout:241: snap_create 2024-07-27T18:21:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:14 smithi179 ceph-mon[33511]: pgmap v152: 121 pgs: 121 active+clean; 49 MiB data, 318 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.1 MiB/s wr, 14 op/s 2024-07-27T18:21:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:14 smithi179 ceph-mon[33511]: osdmap e115: 8 total, 8 up, 8 in 2024-07-27T18:21:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:14 smithi029 ceph-mon[29364]: pgmap v152: 121 pgs: 121 active+clean; 49 MiB data, 318 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.1 MiB/s wr, 14 op/s 2024-07-27T18:21:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:14 smithi029 ceph-mon[29364]: osdmap e115: 8 total, 8 up, 8 in 2024-07-27T18:21:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:14 smithi029 ceph-mon[40759]: pgmap v152: 121 pgs: 121 active+clean; 49 MiB data, 318 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.1 MiB/s wr, 14 op/s 2024-07-27T18:21:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:14 smithi029 ceph-mon[40759]: osdmap e115: 8 total, 8 up, 8 in 2024-07-27T18:21:15.813 INFO:tasks.rados.rados.0.smithi029.stdout:241: done (0 left) 2024-07-27T18:21:15.814 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 30 current snap is 19 2024-07-27T18:21:15.814 INFO:tasks.rados.rados.0.smithi029.stdout:242: seq_num 98 ranges {2375680=450560,2826240=466944,3293184=737280} 2024-07-27T18:21:15.829 INFO:tasks.rados.rados.0.smithi029.stdout:242: writing smithi02985406-30 from 2375680 to 2826240 tid 1 2024-07-27T18:21:15.831 INFO:tasks.rados.rados.0.smithi029.stdout:242: writing smithi02985406-30 from 2826240 to 3293184 tid 2 2024-07-27T18:21:15.836 INFO:tasks.rados.rados.0.smithi029.stdout:242: writing smithi02985406-30 from 3293184 to 4030464 tid 3 2024-07-27T18:21:15.836 INFO:tasks.rados.rados.0.smithi029.stdout:243: rmattr oid 17 current snap is 19 2024-07-27T18:21:15.836 INFO:tasks.rados.rados.0.smithi029.stdout:242: finishing write tid 1 to smithi02985406-30 2024-07-27T18:21:15.836 INFO:tasks.rados.rados.0.smithi029.stdout:242: finishing write tid 2 to smithi02985406-30 2024-07-27T18:21:15.836 INFO:tasks.rados.rados.0.smithi029.stdout:243: done (1 left) 2024-07-27T18:21:15.836 INFO:tasks.rados.rados.0.smithi029.stdout:244: snap_remove snap 11 2024-07-27T18:21:16.820 INFO:tasks.rados.rados.0.smithi029.stdout:244: done (1 left) 2024-07-27T18:21:16.820 INFO:tasks.rados.rados.0.smithi029.stdout:245: snap_remove snap 15 2024-07-27T18:21:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:16 smithi179 ceph-mon[33511]: pgmap v155: 121 pgs: 121 active+clean; 49 MiB data, 318 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.1 MiB/s wr, 14 op/s 2024-07-27T18:21:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:16 smithi179 ceph-mon[33511]: osdmap e116: 8 total, 8 up, 8 in 2024-07-27T18:21:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:16 smithi029 ceph-mon[40759]: pgmap v155: 121 pgs: 121 active+clean; 49 MiB data, 318 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.1 MiB/s wr, 14 op/s 2024-07-27T18:21:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:16 smithi029 ceph-mon[40759]: osdmap e116: 8 total, 8 up, 8 in 2024-07-27T18:21:17.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:16 smithi029 ceph-mon[29364]: pgmap v155: 121 pgs: 121 active+clean; 49 MiB data, 318 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.1 MiB/s wr, 14 op/s 2024-07-27T18:21:17.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:16 smithi029 ceph-mon[29364]: osdmap e116: 8 total, 8 up, 8 in 2024-07-27T18:21:17.826 INFO:tasks.rados.rados.0.smithi029.stdout:245: done (1 left) 2024-07-27T18:21:17.826 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 19 2024-07-27T18:21:17.826 INFO:tasks.rados.rados.0.smithi029.stdout:246: seq_num 99 ranges {0=466944,466944=802816,1269760=401408} 2024-07-27T18:21:17.828 INFO:tasks.rados.rados.0.smithi029.stdout:246: writing smithi02985406-6 from 0 to 466944 tid 1 2024-07-27T18:21:17.834 INFO:tasks.rados.rados.0.smithi029.stdout:246: writing smithi02985406-6 from 466944 to 1269760 tid 2 2024-07-27T18:21:17.836 INFO:tasks.rados.rados.0.smithi029.stdout:246: writing smithi02985406-6 from 1269760 to 1671168 tid 3 2024-07-27T18:21:17.837 INFO:tasks.rados.rados.0.smithi029.stdout:247: read oid 11 snap -1 2024-07-27T18:21:17.837 INFO:tasks.rados.rados.0.smithi029.stdout:247: expect deleted 2024-07-27T18:21:17.837 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 19 2024-07-27T18:21:17.837 INFO:tasks.rados.rados.0.smithi029.stdout:242: finishing write tid 3 to smithi02985406-30 2024-07-27T18:21:17.837 INFO:tasks.rados.rados.0.smithi029.stdout:248: seq_num 100 ranges {663552=483328,1146880=688128,1835008=516096} 2024-07-27T18:21:17.843 INFO:tasks.rados.rados.0.smithi029.stdout:248: writing smithi02985406-28 from 663552 to 1146880 tid 1 2024-07-27T18:21:17.847 INFO:tasks.rados.rados.0.smithi029.stdout:248: writing smithi02985406-28 from 1146880 to 1835008 tid 2 2024-07-27T18:21:17.850 INFO:tasks.rados.rados.0.smithi029.stdout:248: writing smithi02985406-28 from 1835008 to 2351104 tid 3 2024-07-27T18:21:17.850 INFO:tasks.rados.rados.0.smithi029.stdout:249: snap_create 2024-07-27T18:21:17.850 INFO:tasks.rados.rados.0.smithi029.stdout:242: finishing write tid 4 to smithi02985406-30 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:242: finishing write tid 5 to smithi02985406-30 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:242: oid 30 updating version 0 to 36 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:242: oid 30 version 36 is already newer than 35 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:242: oid 30 version 36 is already newer than 34 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:242: oid 30 version 36 is already newer than 33 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 36 (ObjNum 98 snap 19 seq_num 98) dirty exists 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:242: left oid 30 (ObjNum 98 snap 19 seq_num 98) 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:246: finishing write tid 1 to smithi02985406-6 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:246: finishing write tid 2 to smithi02985406-6 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:246: finishing write tid 3 to smithi02985406-6 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:246: finishing write tid 4 to smithi02985406-6 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:246: finishing write tid 5 to smithi02985406-6 2024-07-27T18:21:17.851 INFO:tasks.rados.rados.0.smithi029.stdout:246: oid 6 updating version 0 to 80 2024-07-27T18:21:17.852 INFO:tasks.rados.rados.0.smithi029.stdout:246: oid 6 version 80 is already newer than 79 2024-07-27T18:21:17.852 INFO:tasks.rados.rados.0.smithi029.stdout:246: oid 6 version 80 is already newer than 78 2024-07-27T18:21:17.852 INFO:tasks.rados.rados.0.smithi029.stdout:246: oid 6 version 80 is already newer than 77 2024-07-27T18:21:17.852 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 80 (ObjNum 99 snap 19 seq_num 99) dirty exists 2024-07-27T18:21:17.852 INFO:tasks.rados.rados.0.smithi029.stdout:246: left oid 6 (ObjNum 99 snap 19 seq_num 99) 2024-07-27T18:21:17.852 INFO:tasks.rados.rados.0.smithi029.stdout:248: finishing write tid 1 to smithi02985406-28 2024-07-27T18:21:17.852 INFO:tasks.rados.rados.0.smithi029.stdout:248: finishing write tid 2 to smithi02985406-28 2024-07-27T18:21:17.852 INFO:tasks.rados.rados.0.smithi029.stdout:248: finishing write tid 3 to smithi02985406-28 2024-07-27T18:21:17.852 INFO:tasks.rados.rados.0.smithi029.stdout:248: finishing write tid 4 to smithi02985406-28 2024-07-27T18:21:17.853 INFO:tasks.rados.rados.0.smithi029.stdout:248: finishing write tid 5 to smithi02985406-28 2024-07-27T18:21:17.854 INFO:tasks.rados.rados.0.smithi029.stdout:248: oid 28 updating version 0 to 89 2024-07-27T18:21:17.854 INFO:tasks.rados.rados.0.smithi029.stdout:248: oid 28 updating version 89 to 90 2024-07-27T18:21:17.854 INFO:tasks.rados.rados.0.smithi029.stdout:248: oid 28 updating version 90 to 92 2024-07-27T18:21:17.854 INFO:tasks.rados.rados.0.smithi029.stdout:248: oid 28 version 92 is already newer than 91 2024-07-27T18:21:17.854 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 92 (ObjNum 100 snap 19 seq_num 100) dirty exists 2024-07-27T18:21:17.854 INFO:tasks.rados.rados.0.smithi029.stdout:248: left oid 28 (ObjNum 100 snap 19 seq_num 100) 2024-07-27T18:21:18.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:17 smithi179 ceph-mon[33511]: osdmap e117: 8 total, 8 up, 8 in 2024-07-27T18:21:18.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:17 smithi029 ceph-mon[40759]: osdmap e117: 8 total, 8 up, 8 in 2024-07-27T18:21:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:17 smithi029 ceph-mon[29364]: osdmap e117: 8 total, 8 up, 8 in 2024-07-27T18:21:18.831 INFO:tasks.rados.rados.0.smithi029.stdout:242: done (4 left) 2024-07-27T18:21:18.831 INFO:tasks.rados.rados.0.smithi029.stdout:246: done (3 left) 2024-07-27T18:21:18.831 INFO:tasks.rados.rados.0.smithi029.stdout:247: done (2 left) 2024-07-27T18:21:18.832 INFO:tasks.rados.rados.0.smithi029.stdout:248: done (1 left) 2024-07-27T18:21:18.832 INFO:tasks.rados.rados.0.smithi029.stdout:249: done (0 left) 2024-07-27T18:21:18.832 INFO:tasks.rados.rados.0.smithi029.stdout:250: delete oid 41 current snap is 20 2024-07-27T18:21:18.836 INFO:tasks.rados.rados.0.smithi029.stdout:250: done (0 left) 2024-07-27T18:21:18.836 INFO:tasks.rados.rados.0.smithi029.stdout:251: read oid 13 snap -1 2024-07-27T18:21:18.836 INFO:tasks.rados.rados.0.smithi029.stdout:251: expect (ObjNum 69 snap 8 seq_num 69) 2024-07-27T18:21:18.836 INFO:tasks.rados.rados.0.smithi029.stdout:252: setattr oid 26 current snap is 20 2024-07-27T18:21:18.839 INFO:tasks.rados.rados.0.smithi029.stdout:253: copy_from oid 32 from oid 7 current snap is 20 2024-07-27T18:21:18.839 INFO:tasks.rados.rados.0.smithi029.stdout:254: read oid 22 snap -1 2024-07-27T18:21:18.839 INFO:tasks.rados.rados.0.smithi029.stdout:254: expect (ObjNum 74 snap 10 seq_num 74) 2024-07-27T18:21:18.839 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 20 2024-07-27T18:21:18.839 INFO:tasks.rados.rados.0.smithi029.stdout:255: seq_num 102 ranges {0=516096,516096=450560,966656=729088,1695744=24576} 2024-07-27T18:21:18.842 INFO:tasks.rados.rados.0.smithi029.stdout:255: writing smithi02985406-15 from 0 to 516096 tid 1 2024-07-27T18:21:18.845 INFO:tasks.rados.rados.0.smithi029.stdout:255: writing smithi02985406-15 from 516096 to 966656 tid 2 2024-07-27T18:21:18.850 INFO:tasks.rados.rados.0.smithi029.stdout:255: writing smithi02985406-15 from 966656 to 1695744 tid 3 2024-07-27T18:21:18.850 INFO:tasks.rados.rados.0.smithi029.stdout:255: writing smithi02985406-15 from 1695744 to 1720320 tid 4 2024-07-27T18:21:18.850 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 20 2024-07-27T18:21:18.850 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 32 (ObjNum 273 snap 0 seq_num 0) dirty exists 2024-07-27T18:21:18.851 INFO:tasks.rados.rados.0.smithi029.stdout:256: seq_num 103 ranges {811008=532480,1343488=737280,2080768=466944} 2024-07-27T18:21:18.859 INFO:tasks.rados.rados.0.smithi029.stdout:256: writing smithi02985406-49 from 811008 to 1343488 tid 1 2024-07-27T18:21:18.862 INFO:tasks.rados.rados.0.smithi029.stdout:256: writing smithi02985406-49 from 1343488 to 2080768 tid 2 2024-07-27T18:21:18.865 INFO:tasks.rados.rados.0.smithi029.stdout:256: writing smithi02985406-49 from 2080768 to 2547712 tid 3 2024-07-27T18:21:18.865 INFO:tasks.rados.rados.0.smithi029.stdout:252: done (5 left) 2024-07-27T18:21:18.865 INFO:tasks.rados.rados.0.smithi029.stdout:257: rollback oid 28 current snap is 20 2024-07-27T18:21:18.865 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 28 to 16 2024-07-27T18:21:18.865 INFO:tasks.rados.rados.0.smithi029.stdout:255: finishing write tid 1 to smithi02985406-15 2024-07-27T18:21:18.866 INFO:tasks.rados.rados.0.smithi029.stdout:255: finishing write tid 2 to smithi02985406-15 2024-07-27T18:21:18.866 INFO:tasks.rados.rados.0.smithi029.stdout:253: finishing copy_from racing read to smithi02985406-32 2024-07-27T18:21:18.866 INFO:tasks.rados.rados.0.smithi029.stdout:253: finishing copy_from to smithi02985406-32 2024-07-27T18:21:18.866 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 6 (ObjNum 6 snap 0 seq_num 6) dirty exists 2024-07-27T18:21:18.866 INFO:tasks.rados.rados.0.smithi029.stdout:251: expect (ObjNum 69 snap 8 seq_num 69) 2024-07-27T18:21:18.906 INFO:tasks.rados.rados.0.smithi029.stdout:254: expect (ObjNum 74 snap 10 seq_num 74) 2024-07-27T18:21:18.954 INFO:tasks.rados.rados.0.smithi029.stdout:255: finishing write tid 3 to smithi02985406-15 2024-07-27T18:21:18.954 INFO:tasks.rados.rados.0.smithi029.stdout:255: finishing write tid 4 to smithi02985406-15 2024-07-27T18:21:18.954 INFO:tasks.rados.rados.0.smithi029.stdout:255: finishing write tid 5 to smithi02985406-15 2024-07-27T18:21:18.954 INFO:tasks.rados.rados.0.smithi029.stdout:255: finishing write tid 6 to smithi02985406-15 2024-07-27T18:21:18.954 INFO:tasks.rados.rados.0.smithi029.stdout:255: oid 15 updating version 0 to 63 2024-07-27T18:21:18.954 INFO:tasks.rados.rados.0.smithi029.stdout:255: oid 15 updating version 63 to 64 2024-07-27T18:21:18.954 INFO:tasks.rados.rados.0.smithi029.stdout:255: oid 15 version 64 is already newer than 60 2024-07-27T18:21:18.954 INFO:tasks.rados.rados.0.smithi029.stdout:255: oid 15 version 64 is already newer than 61 2024-07-27T18:21:18.954 INFO:tasks.rados.rados.0.smithi029.stdout:255: oid 15 version 64 is already newer than 62 2024-07-27T18:21:18.954 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 64 (ObjNum 102 snap 20 seq_num 102) dirty exists 2024-07-27T18:21:18.955 INFO:tasks.rados.rados.0.smithi029.stdout:255: left oid 15 (ObjNum 102 snap 20 seq_num 102) 2024-07-27T18:21:18.955 INFO:tasks.rados.rados.0.smithi029.stdout:256: finishing write tid 1 to smithi02985406-49 2024-07-27T18:21:18.955 INFO:tasks.rados.rados.0.smithi029.stdout:251: done (5 left) 2024-07-27T18:21:18.955 INFO:tasks.rados.rados.0.smithi029.stdout:253: done (4 left) 2024-07-27T18:21:18.955 INFO:tasks.rados.rados.0.smithi029.stdout:254: done (3 left) 2024-07-27T18:21:18.955 INFO:tasks.rados.rados.0.smithi029.stdout:255: done (2 left) 2024-07-27T18:21:18.955 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 20 2024-07-27T18:21:18.955 INFO:tasks.rados.rados.0.smithi029.stdout:256: finishing write tid 2 to smithi02985406-49 2024-07-27T18:21:18.955 INFO:tasks.rados.rados.0.smithi029.stdout:256: finishing write tid 3 to smithi02985406-49 2024-07-27T18:21:18.955 INFO:tasks.rados.rados.0.smithi029.stdout:257: finishing rollback tid 0 to smithi02985406-28 2024-07-27T18:21:18.955 INFO:tasks.rados.rados.0.smithi029.stdout:257: finishing rollback tid 1 to smithi02985406-28 2024-07-27T18:21:18.955 INFO:tasks.rados.rados.0.smithi029.stdout:258: seq_num 104 ranges {1900544=548864,2449408=622592,3072000=581632} 2024-07-27T18:21:18.967 INFO:tasks.rados.rados.0.smithi029.stdout:258: writing smithi02985406-10 from 1900544 to 2449408 tid 1 2024-07-27T18:21:18.970 INFO:tasks.rados.rados.0.smithi029.stdout:258: writing smithi02985406-10 from 2449408 to 3072000 tid 2 2024-07-27T18:21:18.974 INFO:tasks.rados.rados.0.smithi029.stdout:258: writing smithi02985406-10 from 3072000 to 3653632 tid 3 2024-07-27T18:21:18.974 INFO:tasks.rados.rados.0.smithi029.stdout:259: read oid 13 snap -1 2024-07-27T18:21:18.974 INFO:tasks.rados.rados.0.smithi029.stdout:259: expect (ObjNum 69 snap 8 seq_num 69) 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:260: rollback oid 26 current snap is 20 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 26 to 16 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:257: finishing rollback tid 2 to smithi02985406-28 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 96 (ObjNum 39 snap 0 seq_num 39) dirty exists 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:256: finishing write tid 4 to smithi02985406-49 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:256: finishing write tid 5 to smithi02985406-49 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:256: oid 49 updating version 0 to 26 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:256: oid 49 version 26 is already newer than 23 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:256: oid 49 version 26 is already newer than 25 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:256: oid 49 version 26 is already newer than 24 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 26 (ObjNum 103 snap 20 seq_num 103) dirty exists 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:256: left oid 49 (ObjNum 103 snap 20 seq_num 103) 2024-07-27T18:21:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:258: finishing write tid 1 to smithi02985406-10 2024-07-27T18:21:18.976 INFO:tasks.rados.rados.0.smithi029.stdout:256: done (4 left) 2024-07-27T18:21:18.976 INFO:tasks.rados.rados.0.smithi029.stdout:257: done (3 left) 2024-07-27T18:21:18.976 INFO:tasks.rados.rados.0.smithi029.stdout:261: rmattr oid 24 current snap is 20 2024-07-27T18:21:18.976 INFO:tasks.rados.rados.0.smithi029.stdout:262: copy_from oid 30 from oid 19 current snap is 20 2024-07-27T18:21:18.976 INFO:tasks.rados.rados.0.smithi029.stdout:258: finishing write tid 2 to smithi02985406-10 2024-07-27T18:21:18.976 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 20 2024-07-27T18:21:18.976 INFO:tasks.rados.rados.0.smithi029.stdout:263: seq_num 105 ranges {1720320=565248,2285568=507904,2793472=507904,3301376=188416} 2024-07-27T18:21:18.986 INFO:tasks.rados.rados.0.smithi029.stdout:263: writing smithi02985406-15 from 1720320 to 2285568 tid 1 2024-07-27T18:21:18.989 INFO:tasks.rados.rados.0.smithi029.stdout:263: writing smithi02985406-15 from 2285568 to 2793472 tid 2 2024-07-27T18:21:18.993 INFO:tasks.rados.rados.0.smithi029.stdout:263: writing smithi02985406-15 from 2793472 to 3301376 tid 3 2024-07-27T18:21:18.994 INFO:tasks.rados.rados.0.smithi029.stdout:263: writing smithi02985406-15 from 3301376 to 3489792 tid 4 2024-07-27T18:21:18.994 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 20 2024-07-27T18:21:18.994 INFO:tasks.rados.rados.0.smithi029.stdout:260: finishing rollback tid 0 to smithi02985406-26 2024-07-27T18:21:18.994 INFO:tasks.rados.rados.0.smithi029.stdout:260: finishing rollback tid 1 to smithi02985406-26 2024-07-27T18:21:18.994 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 34 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-07-27T18:21:18.995 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 66 (ObjNum 88 snap 13 seq_num 88) dirty exists 2024-07-27T18:21:18.995 INFO:tasks.rados.rados.0.smithi029.stdout:262: finishing copy_from racing read to smithi02985406-30 2024-07-27T18:21:18.995 INFO:tasks.rados.rados.0.smithi029.stdout:264: seq_num 106 ranges {1384448=581632,1966080=794624,2760704=409600} 2024-07-27T18:21:19.004 INFO:tasks.rados.rados.0.smithi029.stdout:264: writing smithi02985406-3 from 1384448 to 1966080 tid 1 2024-07-27T18:21:19.009 INFO:tasks.rados.rados.0.smithi029.stdout:264: writing smithi02985406-3 from 1966080 to 2760704 tid 2 2024-07-27T18:21:19.011 INFO:tasks.rados.rados.0.smithi029.stdout:264: writing smithi02985406-3 from 2760704 to 3170304 tid 3 2024-07-27T18:21:19.012 INFO:tasks.rados.rados.0.smithi029.stdout:260: done (6 left) 2024-07-27T18:21:19.012 INFO:tasks.rados.rados.0.smithi029.stdout:261: done (5 left) 2024-07-27T18:21:19.012 INFO:tasks.rados.rados.0.smithi029.stdout:265: read oid 23 snap 18 2024-07-27T18:21:19.012 INFO:tasks.rados.rados.0.smithi029.stdout:265: expect (ObjNum 24 snap 0 seq_num 24) 2024-07-27T18:21:19.012 INFO:tasks.rados.rados.0.smithi029.stdout:266: rmattr oid 16 current snap is 20 2024-07-27T18:21:19.012 INFO:tasks.rados.rados.0.smithi029.stdout:266: done (6 left) 2024-07-27T18:21:19.012 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 20 2024-07-27T18:21:19.012 INFO:tasks.rados.rados.0.smithi029.stdout:258: finishing write tid 3 to smithi02985406-10 2024-07-27T18:21:19.012 INFO:tasks.rados.rados.0.smithi029.stdout:258: finishing write tid 4 to smithi02985406-10 2024-07-27T18:21:19.012 INFO:tasks.rados.rados.0.smithi029.stdout:262: finishing copy_from to smithi02985406-30 2024-07-27T18:21:19.013 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 39 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:21:19.013 INFO:tasks.rados.rados.0.smithi029.stdout:259: expect (ObjNum 69 snap 8 seq_num 69) 2024-07-27T18:21:19.052 INFO:tasks.rados.rados.0.smithi029.stdout:258: finishing write tid 5 to smithi02985406-10 2024-07-27T18:21:19.052 INFO:tasks.rados.rados.0.smithi029.stdout:258: oid 10 updating version 0 to 84 2024-07-27T18:21:19.052 INFO:tasks.rados.rados.0.smithi029.stdout:258: oid 10 version 84 is already newer than 83 2024-07-27T18:21:19.052 INFO:tasks.rados.rados.0.smithi029.stdout:258: oid 10 updating version 84 to 85 2024-07-27T18:21:19.052 INFO:tasks.rados.rados.0.smithi029.stdout:258: oid 10 version 85 is already newer than 82 2024-07-27T18:21:19.052 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 85 (ObjNum 104 snap 20 seq_num 104) dirty exists 2024-07-27T18:21:19.053 INFO:tasks.rados.rados.0.smithi029.stdout:258: left oid 10 (ObjNum 104 snap 20 seq_num 104) 2024-07-27T18:21:19.054 INFO:tasks.rados.rados.0.smithi029.stdout:263: finishing write tid 1 to smithi02985406-15 2024-07-27T18:21:19.054 INFO:tasks.rados.rados.0.smithi029.stdout:267: seq_num 107 ranges {3252224=598016,3850240=729088,4579328=466944,5046272=8192} 2024-07-27T18:21:19.072 INFO:tasks.rados.rados.0.smithi029.stdout:267: writing smithi02985406-17 from 3252224 to 3850240 tid 1 2024-07-27T18:21:19.076 INFO:tasks.rados.rados.0.smithi029.stdout:267: writing smithi02985406-17 from 3850240 to 4579328 tid 2 2024-07-27T18:21:19.081 INFO:tasks.rados.rados.0.smithi029.stdout:267: writing smithi02985406-17 from 4579328 to 5046272 tid 3 2024-07-27T18:21:19.081 INFO:tasks.rados.rados.0.smithi029.stdout:267: writing smithi02985406-17 from 5046272 to 5054464 tid 4 2024-07-27T18:21:19.081 INFO:tasks.rados.rados.0.smithi029.stdout:258: done (6 left) 2024-07-27T18:21:19.081 INFO:tasks.rados.rados.0.smithi029.stdout:259: done (5 left) 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:262: done (4 left) 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:268: read oid 20 snap -1 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:268: expect (ObjNum 38 snap 0 seq_num 38) 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:269: read oid 7 snap 17 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:269: expect (ObjNum 6 snap 0 seq_num 6) 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 43 current snap is 20 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:263: finishing write tid 2 to smithi02985406-15 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:263: finishing write tid 3 to smithi02985406-15 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:263: finishing write tid 4 to smithi02985406-15 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:263: finishing write tid 5 to smithi02985406-15 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:263: finishing write tid 6 to smithi02985406-15 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:263: oid 15 updating version 0 to 68 2024-07-27T18:21:19.082 INFO:tasks.rados.rados.0.smithi029.stdout:263: oid 15 version 68 is already newer than 67 2024-07-27T18:21:19.083 INFO:tasks.rados.rados.0.smithi029.stdout:263: oid 15 version 68 is already newer than 66 2024-07-27T18:21:19.083 INFO:tasks.rados.rados.0.smithi029.stdout:263: oid 15 version 68 is already newer than 65 2024-07-27T18:21:19.083 INFO:tasks.rados.rados.0.smithi029.stdout:263: oid 15 updating version 68 to 69 2024-07-27T18:21:19.083 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 69 (ObjNum 105 snap 20 seq_num 105) dirty exists 2024-07-27T18:21:19.083 INFO:tasks.rados.rados.0.smithi029.stdout:263: left oid 15 (ObjNum 105 snap 20 seq_num 105) 2024-07-27T18:21:19.083 INFO:tasks.rados.rados.0.smithi029.stdout:264: finishing write tid 1 to smithi02985406-3 2024-07-27T18:21:19.083 INFO:tasks.rados.rados.0.smithi029.stdout:270: seq_num 108 ranges {1794048=614400,2408448=606208,3014656=598016} 2024-07-27T18:21:19.093 INFO:tasks.rados.rados.0.smithi029.stdout:270: writing smithi02985406-43 from 1794048 to 2408448 tid 1 2024-07-27T18:21:19.096 INFO:tasks.rados.rados.0.smithi029.stdout:270: writing smithi02985406-43 from 2408448 to 3014656 tid 2 2024-07-27T18:21:19.099 INFO:tasks.rados.rados.0.smithi029.stdout:270: writing smithi02985406-43 from 3014656 to 3612672 tid 3 2024-07-27T18:21:19.100 INFO:tasks.rados.rados.0.smithi029.stdout:263: done (6 left) 2024-07-27T18:21:19.100 INFO:tasks.rados.rados.0.smithi029.stdout:271: snap_remove snap 19 2024-07-27T18:21:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:18 smithi179 ceph-mon[33511]: pgmap v158: 121 pgs: 121 active+clean; 47 MiB data, 317 MiB used, 715 GiB / 715 GiB avail; 1.1 MiB/s rd, 1.2 MiB/s wr, 6 op/s 2024-07-27T18:21:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:18 smithi179 ceph-mon[33511]: osdmap e118: 8 total, 8 up, 8 in 2024-07-27T18:21:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:18 smithi029 ceph-mon[40759]: pgmap v158: 121 pgs: 121 active+clean; 47 MiB data, 317 MiB used, 715 GiB / 715 GiB avail; 1.1 MiB/s rd, 1.2 MiB/s wr, 6 op/s 2024-07-27T18:21:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:18 smithi029 ceph-mon[40759]: osdmap e118: 8 total, 8 up, 8 in 2024-07-27T18:21:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:18 smithi029 ceph-mon[29364]: pgmap v158: 121 pgs: 121 active+clean; 47 MiB data, 317 MiB used, 715 GiB / 715 GiB avail; 1.1 MiB/s rd, 1.2 MiB/s wr, 6 op/s 2024-07-27T18:21:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:18 smithi029 ceph-mon[29364]: osdmap e118: 8 total, 8 up, 8 in 2024-07-27T18:21:19.815 INFO:tasks.rados.rados.0.smithi029.stdout:271: done (6 left) 2024-07-27T18:21:19.815 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 20 2024-07-27T18:21:19.816 INFO:tasks.rados.rados.0.smithi029.stdout:264: finishing write tid 2 to smithi02985406-3 2024-07-27T18:21:19.816 INFO:tasks.rados.rados.0.smithi029.stdout:272: seq_num 109 ranges {606208=630784,1236992=491520,1728512=483328,2211840=229376} 2024-07-27T18:21:19.823 INFO:tasks.rados.rados.0.smithi029.stdout:272: writing smithi02985406-37 from 606208 to 1236992 tid 1 2024-07-27T18:21:19.825 INFO:tasks.rados.rados.0.smithi029.stdout:272: writing smithi02985406-37 from 1236992 to 1728512 tid 2 2024-07-27T18:21:19.829 INFO:tasks.rados.rados.0.smithi029.stdout:272: writing smithi02985406-37 from 1728512 to 2211840 tid 3 2024-07-27T18:21:19.830 INFO:tasks.rados.rados.0.smithi029.stdout:272: writing smithi02985406-37 from 2211840 to 2441216 tid 4 2024-07-27T18:21:19.831 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 20 2024-07-27T18:21:19.831 INFO:tasks.rados.rados.0.smithi029.stdout:273: seq_num 110 ranges {1875968=647168,2523136=778240,3301376=425984} 2024-07-27T18:21:19.844 INFO:tasks.rados.rados.0.smithi029.stdout:273: writing smithi02985406-24 from 1875968 to 2523136 tid 1 2024-07-27T18:21:19.849 INFO:tasks.rados.rados.0.smithi029.stdout:273: writing smithi02985406-24 from 2523136 to 3301376 tid 2 2024-07-27T18:21:19.851 INFO:tasks.rados.rados.0.smithi029.stdout:273: writing smithi02985406-24 from 3301376 to 3727360 tid 3 2024-07-27T18:21:19.851 INFO:tasks.rados.rados.0.smithi029.stdout:274: rollback oid 16 current snap is 20 2024-07-27T18:21:19.852 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 16 to 17 2024-07-27T18:21:19.852 INFO:tasks.rados.rados.0.smithi029.stdout:264: finishing write tid 3 to smithi02985406-3 2024-07-27T18:21:19.852 INFO:tasks.rados.rados.0.smithi029.stdout:265: expect (ObjNum 24 snap 0 seq_num 24) 2024-07-27T18:21:19.864 INFO:tasks.rados.rados.0.smithi029.stdout:264: finishing write tid 4 to smithi02985406-3 2024-07-27T18:21:19.864 INFO:tasks.rados.rados.0.smithi029.stdout:264: finishing write tid 5 to smithi02985406-3 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:264: oid 3 updating version 0 to 36 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:264: oid 3 updating version 36 to 38 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:264: oid 3 version 38 is already newer than 37 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:264: oid 3 version 38 is already newer than 35 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 38 (ObjNum 106 snap 20 seq_num 106) dirty exists 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:264: left oid 3 (ObjNum 106 snap 20 seq_num 106) 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:267: finishing write tid 1 to smithi02985406-17 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:264: done (8 left) 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:265: done (7 left) 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:275: rollback oid 23 current snap is 20 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 23 to 16 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:267: finishing write tid 2 to smithi02985406-17 2024-07-27T18:21:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:267: finishing write tid 3 to smithi02985406-17 2024-07-27T18:21:19.866 INFO:tasks.rados.rados.0.smithi029.stdout:267: finishing write tid 4 to smithi02985406-17 2024-07-27T18:21:19.866 INFO:tasks.rados.rados.0.smithi029.stdout:267: finishing write tid 5 to smithi02985406-17 2024-07-27T18:21:19.866 INFO:tasks.rados.rados.0.smithi029.stdout:269: expect (ObjNum 6 snap 0 seq_num 6) 2024-07-27T18:21:19.868 INFO:tasks.rados.rados.0.smithi029.stdout:267: finishing write tid 6 to smithi02985406-17 2024-07-27T18:21:19.868 INFO:tasks.rados.rados.0.smithi029.stdout:267: oid 17 updating version 0 to 37 2024-07-27T18:21:19.868 INFO:tasks.rados.rados.0.smithi029.stdout:267: oid 17 updating version 37 to 41 2024-07-27T18:21:19.868 INFO:tasks.rados.rados.0.smithi029.stdout:267: oid 17 version 41 is already newer than 38 2024-07-27T18:21:19.869 INFO:tasks.rados.rados.0.smithi029.stdout:267: oid 17 version 41 is already newer than 39 2024-07-27T18:21:19.869 INFO:tasks.rados.rados.0.smithi029.stdout:267: oid 17 version 41 is already newer than 40 2024-07-27T18:21:19.869 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 41 (ObjNum 107 snap 20 seq_num 107) dirty exists 2024-07-27T18:21:19.869 INFO:tasks.rados.rados.0.smithi029.stdout:267: left oid 17 (ObjNum 107 snap 20 seq_num 107) 2024-07-27T18:21:19.869 INFO:tasks.rados.rados.0.smithi029.stdout:268: expect (ObjNum 38 snap 0 seq_num 38) 2024-07-27T18:21:19.886 INFO:tasks.rados.rados.0.smithi029.stdout:270: finishing write tid 1 to smithi02985406-43 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:267: done (7 left) 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:268: done (6 left) 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:269: done (5 left) 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:276: rmattr oid 22 current snap is 20 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:276: done (5 left) 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:277: rollback oid 21 current snap is 20 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 21 to 17 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:270: finishing write tid 2 to smithi02985406-43 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:270: finishing write tid 3 to smithi02985406-43 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:270: finishing write tid 4 to smithi02985406-43 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:270: finishing write tid 5 to smithi02985406-43 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:270: oid 43 updating version 0 to 102 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:270: oid 43 updating version 102 to 104 2024-07-27T18:21:19.887 INFO:tasks.rados.rados.0.smithi029.stdout:270: oid 43 version 104 is already newer than 103 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:270: oid 43 version 104 is already newer than 101 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 104 (ObjNum 108 snap 20 seq_num 108) dirty exists 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:270: left oid 43 (ObjNum 108 snap 20 seq_num 108) 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:272: finishing write tid 1 to smithi02985406-37 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:272: finishing write tid 2 to smithi02985406-37 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:272: finishing write tid 3 to smithi02985406-37 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:272: finishing write tid 4 to smithi02985406-37 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:272: finishing write tid 5 to smithi02985406-37 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:272: finishing write tid 6 to smithi02985406-37 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:272: oid 37 updating version 0 to 92 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:272: oid 37 version 92 is already newer than 89 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:272: oid 37 updating version 92 to 93 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:272: oid 37 version 93 is already newer than 90 2024-07-27T18:21:19.888 INFO:tasks.rados.rados.0.smithi029.stdout:272: oid 37 version 93 is already newer than 91 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 93 (ObjNum 109 snap 20 seq_num 109) dirty exists 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:272: left oid 37 (ObjNum 109 snap 20 seq_num 109) 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:273: finishing write tid 1 to smithi02985406-24 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:273: finishing write tid 2 to smithi02985406-24 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:273: finishing write tid 3 to smithi02985406-24 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:270: done (5 left) 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:272: done (4 left) 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:278: rmattr oid 30 current snap is 20 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:278: done (4 left) 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:279: copy_from oid 20 from oid 4 current snap is 20 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:274: finishing rollback tid 0 to smithi02985406-16 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:274: finishing rollback tid 1 to smithi02985406-16 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:273: finishing write tid 4 to smithi02985406-24 2024-07-27T18:21:19.889 INFO:tasks.rados.rados.0.smithi029.stdout:274: finishing rollback tid 2 to smithi02985406-16 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 28 (ObjNum 70 snap 8 seq_num 70) dirty exists 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:273: finishing write tid 5 to smithi02985406-24 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:273: oid 24 updating version 0 to 72 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:273: oid 24 version 72 is already newer than 70 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:273: oid 24 version 72 is already newer than 71 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:273: oid 24 version 72 is already newer than 69 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 72 (ObjNum 110 snap 20 seq_num 110) dirty exists 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:273: left oid 24 (ObjNum 110 snap 20 seq_num 110) 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:273: done (4 left) 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:274: done (3 left) 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:280: rollback oid 39 current snap is 20 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 39 to 17 2024-07-27T18:21:19.890 INFO:tasks.rados.rados.0.smithi029.stdout:275: finishing rollback tid 0 to smithi02985406-23 2024-07-27T18:21:19.891 INFO:tasks.rados.rados.0.smithi029.stdout:275: finishing rollback tid 1 to smithi02985406-23 2024-07-27T18:21:19.891 INFO:tasks.rados.rados.0.smithi029.stdout:275: finishing rollback tid 2 to smithi02985406-23 2024-07-27T18:21:19.891 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 48 (ObjNum 24 snap 0 seq_num 24) dirty exists 2024-07-27T18:21:19.891 INFO:tasks.rados.rados.0.smithi029.stdout:275: done (3 left) 2024-07-27T18:21:19.891 INFO:tasks.rados.rados.0.smithi029.stdout:281: snap_remove snap 18 2024-07-27T18:21:20.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:19 smithi179 ceph-mon[33511]: osdmap e119: 8 total, 8 up, 8 in 2024-07-27T18:21:20.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:19 smithi179 ceph-mon[33511]: osdmap e120: 8 total, 8 up, 8 in 2024-07-27T18:21:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:19 smithi029 ceph-mon[29364]: osdmap e119: 8 total, 8 up, 8 in 2024-07-27T18:21:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:19 smithi029 ceph-mon[29364]: osdmap e120: 8 total, 8 up, 8 in 2024-07-27T18:21:20.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:19 smithi029 ceph-mon[40759]: osdmap e119: 8 total, 8 up, 8 in 2024-07-27T18:21:20.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:19 smithi029 ceph-mon[40759]: osdmap e120: 8 total, 8 up, 8 in 2024-07-27T18:21:20.843 INFO:tasks.rados.rados.0.smithi029.stdout:281: done (3 left) 2024-07-27T18:21:20.843 INFO:tasks.rados.rados.0.smithi029.stdout:282: snap_create 2024-07-27T18:21:20.843 INFO:tasks.rados.rados.0.smithi029.stdout:279: finishing copy_from to smithi02985406-20 2024-07-27T18:21:20.843 INFO:tasks.rados.rados.0.smithi029.stdout:279: got expected ENOENT (src dne) 2024-07-27T18:21:20.843 INFO:tasks.rados.rados.0.smithi029.stdout:279: finishing copy_from racing read to smithi02985406-20 2024-07-27T18:21:20.843 INFO:tasks.rados.rados.0.smithi029.stdout:280: finishing rollback tid 0 to smithi02985406-39 2024-07-27T18:21:20.843 INFO:tasks.rados.rados.0.smithi029.stdout:280: finishing rollback tid 1 to smithi02985406-39 2024-07-27T18:21:20.843 INFO:tasks.rados.rados.0.smithi029.stdout:280: finishing rollback tid 2 to smithi02985406-39 2024-07-27T18:21:20.843 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 20 (ObjNum 78 snap 12 seq_num 78) dirty exists 2024-07-27T18:21:20.843 INFO:tasks.rados.rados.0.smithi029.stdout:277: finishing rollback tid 0 to smithi02985406-21 2024-07-27T18:21:20.843 INFO:tasks.rados.rados.0.smithi029.stdout:277: finishing rollback tid 1 to smithi02985406-21 2024-07-27T18:21:20.844 INFO:tasks.rados.rados.0.smithi029.stdout:277: finishing rollback tid 2 to smithi02985406-21 2024-07-27T18:21:20.844 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 39 (ObjNum 83 snap 13 seq_num 83) dirty exists 2024-07-27T18:21:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:20 smithi179 ceph-mon[33511]: pgmap v161: 121 pgs: 121 active+clean; 47 MiB data, 317 MiB used, 715 GiB / 715 GiB avail; 1.1 MiB/s rd, 1.2 MiB/s wr, 6 op/s 2024-07-27T18:21:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:20 smithi029 ceph-mon[29364]: pgmap v161: 121 pgs: 121 active+clean; 47 MiB data, 317 MiB used, 715 GiB / 715 GiB avail; 1.1 MiB/s rd, 1.2 MiB/s wr, 6 op/s 2024-07-27T18:21:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:20 smithi029 ceph-mon[40759]: pgmap v161: 121 pgs: 121 active+clean; 47 MiB data, 317 MiB used, 715 GiB / 715 GiB avail; 1.1 MiB/s rd, 1.2 MiB/s wr, 6 op/s 2024-07-27T18:21:21.847 INFO:tasks.rados.rados.0.smithi029.stdout:277: done (3 left) 2024-07-27T18:21:21.847 INFO:tasks.rados.rados.0.smithi029.stdout:279: done (2 left) 2024-07-27T18:21:21.847 INFO:tasks.rados.rados.0.smithi029.stdout:280: done (1 left) 2024-07-27T18:21:21.847 INFO:tasks.rados.rados.0.smithi029.stdout:282: done (0 left) 2024-07-27T18:21:21.847 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 21 2024-07-27T18:21:21.847 INFO:tasks.rados.rados.0.smithi029.stdout:283: seq_num 111 ranges {2580480=663552,3244032=663552,3907584=450560,4358144=90112} 2024-07-27T18:21:21.864 INFO:tasks.rados.rados.0.smithi029.stdout:283: writing smithi02985406-16 from 2580480 to 3244032 tid 1 2024-07-27T18:21:21.868 INFO:tasks.rados.rados.0.smithi029.stdout:283: writing smithi02985406-16 from 3244032 to 3907584 tid 2 2024-07-27T18:21:21.871 INFO:tasks.rados.rados.0.smithi029.stdout:283: writing smithi02985406-16 from 3907584 to 4358144 tid 3 2024-07-27T18:21:21.872 INFO:tasks.rados.rados.0.smithi029.stdout:283: writing smithi02985406-16 from 4358144 to 4448256 tid 4 2024-07-27T18:21:21.872 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 21 2024-07-27T18:21:21.872 INFO:tasks.rados.rados.0.smithi029.stdout:283: finishing write tid 1 to smithi02985406-16 2024-07-27T18:21:21.872 INFO:tasks.rados.rados.0.smithi029.stdout:283: finishing write tid 2 to smithi02985406-16 2024-07-27T18:21:21.872 INFO:tasks.rados.rados.0.smithi029.stdout:284: seq_num 112 ranges {1957888=679936,2637824=548864,3186688=655360} 2024-07-27T18:21:21.886 INFO:tasks.rados.rados.0.smithi029.stdout:284: writing smithi02985406-18 from 1957888 to 2637824 tid 1 2024-07-27T18:21:21.889 INFO:tasks.rados.rados.0.smithi029.stdout:284: writing smithi02985406-18 from 2637824 to 3186688 tid 2 2024-07-27T18:21:21.893 INFO:tasks.rados.rados.0.smithi029.stdout:284: writing smithi02985406-18 from 3186688 to 3842048 tid 3 2024-07-27T18:21:21.894 INFO:tasks.rados.rados.0.smithi029.stdout:285: setattr oid 45 current snap is 21 2024-07-27T18:21:21.894 INFO:tasks.rados.rados.0.smithi029.stdout:283: finishing write tid 3 to smithi02985406-16 2024-07-27T18:21:21.894 INFO:tasks.rados.rados.0.smithi029.stdout:283: finishing write tid 4 to smithi02985406-16 2024-07-27T18:21:21.894 INFO:tasks.rados.rados.0.smithi029.stdout:283: finishing write tid 5 to smithi02985406-16 2024-07-27T18:21:21.894 INFO:tasks.rados.rados.0.smithi029.stdout:283: finishing write tid 6 to smithi02985406-16 2024-07-27T18:21:21.894 INFO:tasks.rados.rados.0.smithi029.stdout:283: oid 16 updating version 0 to 36 2024-07-27T18:21:21.894 INFO:tasks.rados.rados.0.smithi029.stdout:283: oid 16 version 36 is already newer than 35 2024-07-27T18:21:21.894 INFO:tasks.rados.rados.0.smithi029.stdout:283: oid 16 version 36 is already newer than 34 2024-07-27T18:21:21.894 INFO:tasks.rados.rados.0.smithi029.stdout:283: oid 16 version 36 is already newer than 32 2024-07-27T18:21:21.894 INFO:tasks.rados.rados.0.smithi029.stdout:283: oid 16 version 36 is already newer than 33 2024-07-27T18:21:21.894 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 36 (ObjNum 111 snap 21 seq_num 111) dirty exists 2024-07-27T18:21:21.895 INFO:tasks.rados.rados.0.smithi029.stdout:283: left oid 16 (ObjNum 111 snap 21 seq_num 111) 2024-07-27T18:21:21.895 INFO:tasks.rados.rados.0.smithi029.stdout:284: finishing write tid 1 to smithi02985406-18 2024-07-27T18:21:21.895 INFO:tasks.rados.rados.0.smithi029.stdout:284: finishing write tid 2 to smithi02985406-18 2024-07-27T18:21:21.895 INFO:tasks.rados.rados.0.smithi029.stdout:283: done (2 left) 2024-07-27T18:21:21.895 INFO:tasks.rados.rados.0.smithi029.stdout:286: snap_remove snap 13 2024-07-27T18:21:22.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:21 smithi179 ceph-mon[33511]: osdmap e121: 8 total, 8 up, 8 in 2024-07-27T18:21:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:21 smithi029 ceph-mon[29364]: osdmap e121: 8 total, 8 up, 8 in 2024-07-27T18:21:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:21 smithi029 ceph-mon[40759]: osdmap e121: 8 total, 8 up, 8 in 2024-07-27T18:21:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:21:22] "GET /metrics HTTP/1.1" 200 36104 "" "Prometheus/2.43.0" 2024-07-27T18:21:22.849 INFO:tasks.rados.rados.0.smithi029.stdout:284: finishing write tid 3 to smithi02985406-18 2024-07-27T18:21:22.849 INFO:tasks.rados.rados.0.smithi029.stdout:284: finishing write tid 4 to smithi02985406-18 2024-07-27T18:21:22.849 INFO:tasks.rados.rados.0.smithi029.stdout:284: finishing write tid 5 to smithi02985406-18 2024-07-27T18:21:22.849 INFO:tasks.rados.rados.0.smithi029.stdout:284: oid 18 updating version 0 to 102 2024-07-27T18:21:22.850 INFO:tasks.rados.rados.0.smithi029.stdout:284: oid 18 updating version 102 to 103 2024-07-27T18:21:22.850 INFO:tasks.rados.rados.0.smithi029.stdout:284: oid 18 updating version 103 to 104 2024-07-27T18:21:22.850 INFO:tasks.rados.rados.0.smithi029.stdout:284: oid 18 updating version 104 to 105 2024-07-27T18:21:22.850 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 105 (ObjNum 112 snap 21 seq_num 112) dirty exists 2024-07-27T18:21:22.850 INFO:tasks.rados.rados.0.smithi029.stdout:284: left oid 18 (ObjNum 112 snap 21 seq_num 112) 2024-07-27T18:21:22.850 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 76 (ObjNum 91 snap 13 seq_num 91) dirty exists 2024-07-27T18:21:22.850 INFO:tasks.rados.rados.0.smithi029.stdout:284: done (2 left) 2024-07-27T18:21:22.850 INFO:tasks.rados.rados.0.smithi029.stdout:285: done (1 left) 2024-07-27T18:21:22.850 INFO:tasks.rados.rados.0.smithi029.stdout:286: done (0 left) 2024-07-27T18:21:22.850 INFO:tasks.rados.rados.0.smithi029.stdout:287: setattr oid 40 current snap is 21 2024-07-27T18:21:22.854 INFO:tasks.rados.rados.0.smithi029.stdout:288: snap_create 2024-07-27T18:21:22.856 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 37 (ObjNum 129 snap 0 seq_num 1323330547) dirty exists 2024-07-27T18:21:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:22 smithi179 ceph-mon[33511]: pgmap v164: 121 pgs: 121 active+clean; 47 MiB data, 317 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:22 smithi179 ceph-mon[33511]: osdmap e122: 8 total, 8 up, 8 in 2024-07-27T18:21:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:22 smithi029 ceph-mon[40759]: pgmap v164: 121 pgs: 121 active+clean; 47 MiB data, 317 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:22 smithi029 ceph-mon[40759]: osdmap e122: 8 total, 8 up, 8 in 2024-07-27T18:21:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:22 smithi029 ceph-mon[29364]: pgmap v164: 121 pgs: 121 active+clean; 47 MiB data, 317 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:22 smithi029 ceph-mon[29364]: osdmap e122: 8 total, 8 up, 8 in 2024-07-27T18:21:23.859 INFO:tasks.rados.rados.0.smithi029.stdout:287: done (1 left) 2024-07-27T18:21:23.859 INFO:tasks.rados.rados.0.smithi029.stdout:288: done (0 left) 2024-07-27T18:21:23.859 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 33 current snap is 22 2024-07-27T18:21:23.859 INFO:tasks.rados.rados.0.smithi029.stdout:289: seq_num 113 ranges {540672=696320,1236992=434176,1671168=466944,2138112=303104} 2024-07-27T18:21:23.865 INFO:tasks.rados.rados.0.smithi029.stdout:289: writing smithi02985406-33 from 540672 to 1236992 tid 1 2024-07-27T18:21:23.868 INFO:tasks.rados.rados.0.smithi029.stdout:289: writing smithi02985406-33 from 1236992 to 1671168 tid 2 2024-07-27T18:21:23.871 INFO:tasks.rados.rados.0.smithi029.stdout:289: writing smithi02985406-33 from 1671168 to 2138112 tid 3 2024-07-27T18:21:23.873 INFO:tasks.rados.rados.0.smithi029.stdout:289: writing smithi02985406-33 from 2138112 to 2441216 tid 4 2024-07-27T18:21:23.873 INFO:tasks.rados.rados.0.smithi029.stdout:290: copy_from oid 18 from oid 13 current snap is 22 2024-07-27T18:21:23.873 INFO:tasks.rados.rados.0.smithi029.stdout:289: finishing write tid 1 to smithi02985406-33 2024-07-27T18:21:23.873 INFO:tasks.rados.rados.0.smithi029.stdout:289: finishing write tid 2 to smithi02985406-33 2024-07-27T18:21:23.874 INFO:tasks.rados.rados.0.smithi029.stdout:291: snap_create 2024-07-27T18:21:23.879 INFO:tasks.rados.rados.0.smithi029.stdout:289: finishing write tid 3 to smithi02985406-33 2024-07-27T18:21:23.879 INFO:tasks.rados.rados.0.smithi029.stdout:289: finishing write tid 4 to smithi02985406-33 2024-07-27T18:21:23.879 INFO:tasks.rados.rados.0.smithi029.stdout:289: finishing write tid 5 to smithi02985406-33 2024-07-27T18:21:23.879 INFO:tasks.rados.rados.0.smithi029.stdout:289: finishing write tid 6 to smithi02985406-33 2024-07-27T18:21:23.879 INFO:tasks.rados.rados.0.smithi029.stdout:289: oid 33 updating version 0 to 53 2024-07-27T18:21:23.879 INFO:tasks.rados.rados.0.smithi029.stdout:289: oid 33 version 53 is already newer than 51 2024-07-27T18:21:23.879 INFO:tasks.rados.rados.0.smithi029.stdout:289: oid 33 version 53 is already newer than 49 2024-07-27T18:21:23.879 INFO:tasks.rados.rados.0.smithi029.stdout:289: oid 33 version 53 is already newer than 52 2024-07-27T18:21:23.879 INFO:tasks.rados.rados.0.smithi029.stdout:289: oid 33 version 53 is already newer than 50 2024-07-27T18:21:23.879 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 53 (ObjNum 113 snap 22 seq_num 113) dirty exists 2024-07-27T18:21:23.879 INFO:tasks.rados.rados.0.smithi029.stdout:289: left oid 33 (ObjNum 113 snap 22 seq_num 113) 2024-07-27T18:21:23.881 INFO:tasks.rados.rados.0.smithi029.stdout:290: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:21:23.882 INFO:tasks.rados.rados.0.smithi029.stdout:290: finishing copy_from to smithi02985406-18 2024-07-27T18:21:23.882 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 60 (ObjNum 69 snap 8 seq_num 69) dirty exists 2024-07-27T18:21:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:23 smithi179 ceph-mon[33511]: osdmap e123: 8 total, 8 up, 8 in 2024-07-27T18:21:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:23 smithi029 ceph-mon[29364]: osdmap e123: 8 total, 8 up, 8 in 2024-07-27T18:21:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:23 smithi029 ceph-mon[40759]: osdmap e123: 8 total, 8 up, 8 in 2024-07-27T18:21:24.815 INFO:tasks.rados.rados.0.smithi029.stdout:289: done (2 left) 2024-07-27T18:21:24.816 INFO:tasks.rados.rados.0.smithi029.stdout:290: done (1 left) 2024-07-27T18:21:24.816 INFO:tasks.rados.rados.0.smithi029.stdout:291: done (0 left) 2024-07-27T18:21:24.816 INFO:tasks.rados.rados.0.smithi029.stdout:292: snap_create 2024-07-27T18:21:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:24 smithi179 ceph-mon[33511]: pgmap v167: 121 pgs: 121 active+clean; 66 MiB data, 345 MiB used, 715 GiB / 715 GiB avail; 3.9 MiB/s rd, 5.6 MiB/s wr, 38 op/s 2024-07-27T18:21:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:24 smithi179 ceph-mon[33511]: osdmap e124: 8 total, 8 up, 8 in 2024-07-27T18:21:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:24 smithi179 ceph-mon[33511]: osdmap e125: 8 total, 8 up, 8 in 2024-07-27T18:21:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:24 smithi029 ceph-mon[29364]: pgmap v167: 121 pgs: 121 active+clean; 66 MiB data, 345 MiB used, 715 GiB / 715 GiB avail; 3.9 MiB/s rd, 5.6 MiB/s wr, 38 op/s 2024-07-27T18:21:25.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:24 smithi029 ceph-mon[29364]: osdmap e124: 8 total, 8 up, 8 in 2024-07-27T18:21:25.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:24 smithi029 ceph-mon[29364]: osdmap e125: 8 total, 8 up, 8 in 2024-07-27T18:21:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:24 smithi029 ceph-mon[40759]: pgmap v167: 121 pgs: 121 active+clean; 66 MiB data, 345 MiB used, 715 GiB / 715 GiB avail; 3.9 MiB/s rd, 5.6 MiB/s wr, 38 op/s 2024-07-27T18:21:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:24 smithi029 ceph-mon[40759]: osdmap e124: 8 total, 8 up, 8 in 2024-07-27T18:21:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:24 smithi029 ceph-mon[40759]: osdmap e125: 8 total, 8 up, 8 in 2024-07-27T18:21:25.818 INFO:tasks.rados.rados.0.smithi029.stdout:292: done (0 left) 2024-07-27T18:21:25.818 INFO:tasks.rados.rados.0.smithi029.stdout:293: read oid 15 snap -1 2024-07-27T18:21:25.818 INFO:tasks.rados.rados.0.smithi029.stdout:293: expect (ObjNum 105 snap 20 seq_num 105) 2024-07-27T18:21:25.819 INFO:tasks.rados.rados.0.smithi029.stdout:294: read oid 1 snap -1 2024-07-27T18:21:25.819 INFO:tasks.rados.rados.0.smithi029.stdout:294: expect deleted 2024-07-27T18:21:25.819 INFO:tasks.rados.rados.0.smithi029.stdout:295: read oid 10 snap -1 2024-07-27T18:21:25.819 INFO:tasks.rados.rados.0.smithi029.stdout:295: expect (ObjNum 104 snap 20 seq_num 104) 2024-07-27T18:21:25.819 INFO:tasks.rados.rados.0.smithi029.stdout:296: delete oid 49 current snap is 24 2024-07-27T18:21:25.821 INFO:tasks.rados.rados.0.smithi029.stdout:294: done (3 left) 2024-07-27T18:21:25.821 INFO:tasks.rados.rados.0.smithi029.stdout:296: done (2 left) 2024-07-27T18:21:25.821 INFO:tasks.rados.rados.0.smithi029.stdout:297: delete oid 5 current snap is 24 2024-07-27T18:21:25.823 INFO:tasks.rados.rados.0.smithi029.stdout:297: done (2 left) 2024-07-27T18:21:25.823 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 29 current snap is 24 2024-07-27T18:21:25.823 INFO:tasks.rados.rados.0.smithi029.stdout:298: seq_num 116 ranges {778240=745472,1523712=532480,2056192=638976,2695168=32768} 2024-07-27T18:21:25.832 INFO:tasks.rados.rados.0.smithi029.stdout:298: writing smithi02985406-29 from 778240 to 1523712 tid 1 2024-07-27T18:21:25.835 INFO:tasks.rados.rados.0.smithi029.stdout:298: writing smithi02985406-29 from 1523712 to 2056192 tid 2 2024-07-27T18:21:25.839 INFO:tasks.rados.rados.0.smithi029.stdout:298: writing smithi02985406-29 from 2056192 to 2695168 tid 3 2024-07-27T18:21:25.839 INFO:tasks.rados.rados.0.smithi029.stdout:298: writing smithi02985406-29 from 2695168 to 2727936 tid 4 2024-07-27T18:21:25.839 INFO:tasks.rados.rados.0.smithi029.stdout:299: delete oid 40 current snap is 24 2024-07-27T18:21:25.839 INFO:tasks.rados.rados.0.smithi029.stdout:293: expect (ObjNum 105 snap 20 seq_num 105) 2024-07-27T18:21:25.961 INFO:tasks.rados.rados.0.smithi029.stdout:298: finishing write tid 1 to smithi02985406-29 2024-07-27T18:21:25.961 INFO:tasks.rados.rados.0.smithi029.stdout:298: finishing write tid 2 to smithi02985406-29 2024-07-27T18:21:25.961 INFO:tasks.rados.rados.0.smithi029.stdout:298: finishing write tid 3 to smithi02985406-29 2024-07-27T18:21:25.961 INFO:tasks.rados.rados.0.smithi029.stdout:298: finishing write tid 4 to smithi02985406-29 2024-07-27T18:21:25.961 INFO:tasks.rados.rados.0.smithi029.stdout:298: finishing write tid 5 to smithi02985406-29 2024-07-27T18:21:25.962 INFO:tasks.rados.rados.0.smithi029.stdout:298: finishing write tid 6 to smithi02985406-29 2024-07-27T18:21:25.962 INFO:tasks.rados.rados.0.smithi029.stdout:298: oid 29 updating version 0 to 57 2024-07-27T18:21:25.962 INFO:tasks.rados.rados.0.smithi029.stdout:298: oid 29 version 57 is already newer than 56 2024-07-27T18:21:25.962 INFO:tasks.rados.rados.0.smithi029.stdout:298: oid 29 updating version 57 to 59 2024-07-27T18:21:25.962 INFO:tasks.rados.rados.0.smithi029.stdout:298: oid 29 version 59 is already newer than 55 2024-07-27T18:21:25.962 INFO:tasks.rados.rados.0.smithi029.stdout:298: oid 29 version 59 is already newer than 58 2024-07-27T18:21:25.962 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 59 (ObjNum 116 snap 24 seq_num 116) dirty exists 2024-07-27T18:21:25.962 INFO:tasks.rados.rados.0.smithi029.stdout:298: left oid 29 (ObjNum 116 snap 24 seq_num 116) 2024-07-27T18:21:25.962 INFO:tasks.rados.rados.0.smithi029.stdout:295: expect (ObjNum 104 snap 20 seq_num 104) 2024-07-27T18:21:26.098 INFO:tasks.rados.rados.0.smithi029.stdout:293: done (3 left) 2024-07-27T18:21:26.098 INFO:tasks.rados.rados.0.smithi029.stdout:295: done (2 left) 2024-07-27T18:21:26.098 INFO:tasks.rados.rados.0.smithi029.stdout:298: done (1 left) 2024-07-27T18:21:26.098 INFO:tasks.rados.rados.0.smithi029.stdout:299: done (0 left) 2024-07-27T18:21:26.098 INFO:tasks.rados.rados.0.smithi029.stdout:300: snap_remove snap 20 2024-07-27T18:21:26.862 INFO:tasks.rados.rados.0.smithi029.stdout:300: done (0 left) 2024-07-27T18:21:26.863 INFO:tasks.rados.rados.0.smithi029.stdout:301: delete oid 38 current snap is 24 2024-07-27T18:21:26.867 INFO:tasks.rados.rados.0.smithi029.stdout:301: done (0 left) 2024-07-27T18:21:26.867 INFO:tasks.rados.rados.0.smithi029.stdout:302: copy_from oid 36 from oid 46 current snap is 24 2024-07-27T18:21:26.868 INFO:tasks.rados.rados.0.smithi029.stdout:303: rollback oid 15 current snap is 24 2024-07-27T18:21:26.868 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 15 to 17 2024-07-27T18:21:26.868 INFO:tasks.rados.rados.0.smithi029.stdout:304: setattr oid 14 current snap is 24 2024-07-27T18:21:26.868 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 50 current snap is 24 2024-07-27T18:21:26.868 INFO:tasks.rados.rados.0.smithi029.stdout:305: seq_num 119 ranges {827392=802816,1630208=589824,2220032=409600,2629632=204800} 2024-07-27T18:21:26.878 INFO:tasks.rados.rados.0.smithi029.stdout:305: writing smithi02985406-50 from 827392 to 1630208 tid 1 2024-07-27T18:21:26.882 INFO:tasks.rados.rados.0.smithi029.stdout:305: writing smithi02985406-50 from 1630208 to 2220032 tid 2 2024-07-27T18:21:26.885 INFO:tasks.rados.rados.0.smithi029.stdout:305: writing smithi02985406-50 from 2220032 to 2629632 tid 3 2024-07-27T18:21:26.887 INFO:tasks.rados.rados.0.smithi029.stdout:305: writing smithi02985406-50 from 2629632 to 2834432 tid 4 2024-07-27T18:21:26.887 INFO:tasks.rados.rados.0.smithi029.stdout:306: read oid 12 snap 22 2024-07-27T18:21:26.887 INFO:tasks.rados.rados.0.smithi029.stdout:306: expect (ObjNum 11 snap 0 seq_num 11) 2024-07-27T18:21:26.887 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 20 current snap is 24 2024-07-27T18:21:26.887 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 81 (ObjNum 177 snap 0 seq_num 367857872) dirty exists 2024-07-27T18:21:26.887 INFO:tasks.rados.rados.0.smithi029.stdout:303: finishing rollback tid 0 to smithi02985406-15 2024-07-27T18:21:26.887 INFO:tasks.rados.rados.0.smithi029.stdout:303: finishing rollback tid 1 to smithi02985406-15 2024-07-27T18:21:26.888 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 72 (ObjNum 129 snap 0 seq_num 368231488) dirty dne 2024-07-27T18:21:26.888 INFO:tasks.rados.rados.0.smithi029.stdout:302: finishing copy_from racing read to smithi02985406-36 2024-07-27T18:21:26.888 INFO:tasks.rados.rados.0.smithi029.stdout:302: finishing copy_from to smithi02985406-36 2024-07-27T18:21:26.888 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 2 (ObjNum 45 snap 0 seq_num 45) dirty exists 2024-07-27T18:21:26.888 INFO:tasks.rados.rados.0.smithi029.stdout:305: finishing write tid 1 to smithi02985406-50 2024-07-27T18:21:26.888 INFO:tasks.rados.rados.0.smithi029.stdout:307: seq_num 120 ranges {638976=417792,1056768=475136,1531904=622592,2154496=507904} 2024-07-27T18:21:26.892 INFO:tasks.rados.rados.0.smithi029.stdout:307: writing smithi02985406-20 from 638976 to 1056768 tid 1 2024-07-27T18:21:26.895 INFO:tasks.rados.rados.0.smithi029.stdout:307: writing smithi02985406-20 from 1056768 to 1531904 tid 2 2024-07-27T18:21:26.898 INFO:tasks.rados.rados.0.smithi029.stdout:307: writing smithi02985406-20 from 1531904 to 2154496 tid 3 2024-07-27T18:21:26.901 INFO:tasks.rados.rados.0.smithi029.stdout:307: writing smithi02985406-20 from 2154496 to 2662400 tid 4 2024-07-27T18:21:26.902 INFO:tasks.rados.rados.0.smithi029.stdout:302: done (5 left) 2024-07-27T18:21:26.902 INFO:tasks.rados.rados.0.smithi029.stdout:303: done (4 left) 2024-07-27T18:21:26.902 INFO:tasks.rados.rados.0.smithi029.stdout:304: done (3 left) 2024-07-27T18:21:26.902 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 24 2024-07-27T18:21:26.902 INFO:tasks.rados.rados.0.smithi029.stdout:305: finishing write tid 2 to smithi02985406-50 2024-07-27T18:21:26.902 INFO:tasks.rados.rados.0.smithi029.stdout:308: seq_num 121 ranges {1957888=434176,2392064=753664,3145728=425984,3571712=425984} 2024-07-27T18:21:26.914 INFO:tasks.rados.rados.0.smithi029.stdout:308: writing smithi02985406-39 from 1957888 to 2392064 tid 1 2024-07-27T18:21:26.919 INFO:tasks.rados.rados.0.smithi029.stdout:308: writing smithi02985406-39 from 2392064 to 3145728 tid 2 2024-07-27T18:21:26.921 INFO:tasks.rados.rados.0.smithi029.stdout:308: writing smithi02985406-39 from 3145728 to 3571712 tid 3 2024-07-27T18:21:26.924 INFO:tasks.rados.rados.0.smithi029.stdout:308: writing smithi02985406-39 from 3571712 to 3997696 tid 4 2024-07-27T18:21:26.924 INFO:tasks.rados.rados.0.smithi029.stdout:309: rollback oid 9 current snap is 24 2024-07-27T18:21:26.924 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 9 to 23 2024-07-27T18:21:26.924 INFO:tasks.rados.rados.0.smithi029.stdout:305: finishing write tid 3 to smithi02985406-50 2024-07-27T18:21:26.924 INFO:tasks.rados.rados.0.smithi029.stdout:305: finishing write tid 4 to smithi02985406-50 2024-07-27T18:21:26.924 INFO:tasks.rados.rados.0.smithi029.stdout:310: snap_remove snap 21 2024-07-27T18:21:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:26 smithi179 ceph-mon[33511]: pgmap v170: 121 pgs: 121 active+clean; 66 MiB data, 345 MiB used, 715 GiB / 715 GiB avail; 3.9 MiB/s rd, 5.6 MiB/s wr, 38 op/s 2024-07-27T18:21:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:26 smithi179 ceph-mon[33511]: osdmap e126: 8 total, 8 up, 8 in 2024-07-27T18:21:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:26 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:26 smithi029 ceph-mon[29364]: pgmap v170: 121 pgs: 121 active+clean; 66 MiB data, 345 MiB used, 715 GiB / 715 GiB avail; 3.9 MiB/s rd, 5.6 MiB/s wr, 38 op/s 2024-07-27T18:21:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:26 smithi029 ceph-mon[29364]: osdmap e126: 8 total, 8 up, 8 in 2024-07-27T18:21:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:26 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:26 smithi029 ceph-mon[40759]: pgmap v170: 121 pgs: 121 active+clean; 66 MiB data, 345 MiB used, 715 GiB / 715 GiB avail; 3.9 MiB/s rd, 5.6 MiB/s wr, 38 op/s 2024-07-27T18:21:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:26 smithi029 ceph-mon[40759]: osdmap e126: 8 total, 8 up, 8 in 2024-07-27T18:21:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:26 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:27.869 INFO:tasks.rados.rados.0.smithi029.stdout:305: finishing write tid 5 to smithi02985406-50 2024-07-27T18:21:27.869 INFO:tasks.rados.rados.0.smithi029.stdout:306: expect (ObjNum 11 snap 0 seq_num 11) 2024-07-27T18:21:27.875 INFO:tasks.rados.rados.0.smithi029.stdout:305: finishing write tid 6 to smithi02985406-50 2024-07-27T18:21:27.875 INFO:tasks.rados.rados.0.smithi029.stdout:305: oid 50 updating version 0 to 28 2024-07-27T18:21:27.875 INFO:tasks.rados.rados.0.smithi029.stdout:305: oid 50 updating version 28 to 29 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:305: oid 50 version 29 is already newer than 27 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:305: oid 50 updating version 29 to 30 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:305: oid 50 version 30 is already newer than 26 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 30 (ObjNum 119 snap 24 seq_num 119) dirty exists 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:305: left oid 50 (ObjNum 119 snap 24 seq_num 119) 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:307: finishing write tid 1 to smithi02985406-20 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:307: finishing write tid 2 to smithi02985406-20 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:305: done (5 left) 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:306: done (4 left) 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:310: done (3 left) 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:311: read oid 46 snap 22 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:311: expect (ObjNum 45 snap 0 seq_num 45) 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:312: snap_create 2024-07-27T18:21:27.876 INFO:tasks.rados.rados.0.smithi029.stdout:307: finishing write tid 3 to smithi02985406-20 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:307: finishing write tid 4 to smithi02985406-20 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:307: finishing write tid 5 to smithi02985406-20 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:307: finishing write tid 6 to smithi02985406-20 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:307: oid 20 updating version 0 to 120 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:307: oid 20 version 120 is already newer than 117 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:307: oid 20 version 120 is already newer than 119 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:307: oid 20 version 120 is already newer than 118 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:307: oid 20 updating version 120 to 121 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 121 (ObjNum 120 snap 24 seq_num 120) dirty exists 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:307: left oid 20 (ObjNum 120 snap 24 seq_num 120) 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:308: finishing write tid 1 to smithi02985406-39 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:308: finishing write tid 2 to smithi02985406-39 2024-07-27T18:21:27.877 INFO:tasks.rados.rados.0.smithi029.stdout:308: finishing write tid 3 to smithi02985406-39 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:308: finishing write tid 4 to smithi02985406-39 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:309: finishing rollback tid 0 to smithi02985406-9 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:308: finishing write tid 5 to smithi02985406-39 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:309: finishing rollback tid 1 to smithi02985406-9 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:309: finishing rollback tid 2 to smithi02985406-9 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 125 (ObjNum 8 snap 0 seq_num 8) dirty exists 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:308: finishing write tid 6 to smithi02985406-39 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:308: oid 39 updating version 0 to 35 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:308: oid 39 version 35 is already newer than 33 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:308: oid 39 version 35 is already newer than 32 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:308: oid 39 updating version 35 to 36 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:308: oid 39 version 36 is already newer than 34 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 36 (ObjNum 121 snap 24 seq_num 121) dirty exists 2024-07-27T18:21:27.878 INFO:tasks.rados.rados.0.smithi029.stdout:308: left oid 39 (ObjNum 121 snap 24 seq_num 121) 2024-07-27T18:21:27.882 INFO:tasks.rados.rados.0.smithi029.stdout:311: expect (ObjNum 45 snap 0 seq_num 45) 2024-07-27T18:21:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:27 smithi179 ceph-mon[33511]: osdmap e127: 8 total, 8 up, 8 in 2024-07-27T18:21:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:27 smithi029 ceph-mon[29364]: osdmap e127: 8 total, 8 up, 8 in 2024-07-27T18:21:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:27 smithi029 ceph-mon[40759]: osdmap e127: 8 total, 8 up, 8 in 2024-07-27T18:21:28.867 INFO:tasks.rados.rados.0.smithi029.stdout:307: done (4 left) 2024-07-27T18:21:28.867 INFO:tasks.rados.rados.0.smithi029.stdout:308: done (3 left) 2024-07-27T18:21:28.867 INFO:tasks.rados.rados.0.smithi029.stdout:309: done (2 left) 2024-07-27T18:21:28.867 INFO:tasks.rados.rados.0.smithi029.stdout:311: done (1 left) 2024-07-27T18:21:28.867 INFO:tasks.rados.rados.0.smithi029.stdout:312: done (0 left) 2024-07-27T18:21:28.868 INFO:tasks.rados.rados.0.smithi029.stdout:313: read oid 23 snap -1 2024-07-27T18:21:28.868 INFO:tasks.rados.rados.0.smithi029.stdout:313: expect (ObjNum 24 snap 0 seq_num 24) 2024-07-27T18:21:28.868 INFO:tasks.rados.rados.0.smithi029.stdout:314: snap_remove snap 16 2024-07-27T18:21:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:28 smithi179 ceph-mon[33511]: pgmap v173: 121 pgs: 121 active+clean; 74 MiB data, 357 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.9 MiB/s wr, 23 op/s 2024-07-27T18:21:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:28 smithi179 ceph-mon[33511]: osdmap e128: 8 total, 8 up, 8 in 2024-07-27T18:21:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:28 smithi029 ceph-mon[29364]: pgmap v173: 121 pgs: 121 active+clean; 74 MiB data, 357 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.9 MiB/s wr, 23 op/s 2024-07-27T18:21:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:28 smithi029 ceph-mon[29364]: osdmap e128: 8 total, 8 up, 8 in 2024-07-27T18:21:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:28 smithi029 ceph-mon[40759]: pgmap v173: 121 pgs: 121 active+clean; 74 MiB data, 357 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.9 MiB/s wr, 23 op/s 2024-07-27T18:21:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:28 smithi029 ceph-mon[40759]: osdmap e128: 8 total, 8 up, 8 in 2024-07-27T18:21:29.816 INFO:tasks.rados.rados.0.smithi029.stdout:314: done (1 left) 2024-07-27T18:21:29.817 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 25 2024-07-27T18:21:29.817 INFO:tasks.rados.rados.0.smithi029.stdout:315: seq_num 122 ranges {2088960=450560,2539520=688128,3227648=630784,3858432=286720} 2024-07-27T18:21:29.830 INFO:tasks.rados.rados.0.smithi029.stdout:315: writing smithi02985406-45 from 2088960 to 2539520 tid 1 2024-07-27T18:21:29.835 INFO:tasks.rados.rados.0.smithi029.stdout:315: writing smithi02985406-45 from 2539520 to 3227648 tid 2 2024-07-27T18:21:29.839 INFO:tasks.rados.rados.0.smithi029.stdout:315: writing smithi02985406-45 from 3227648 to 3858432 tid 3 2024-07-27T18:21:29.841 INFO:tasks.rados.rados.0.smithi029.stdout:315: writing smithi02985406-45 from 3858432 to 4145152 tid 4 2024-07-27T18:21:29.841 INFO:tasks.rados.rados.0.smithi029.stdout:316: rollback oid 35 current snap is 25 2024-07-27T18:21:29.842 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 35 to 17 2024-07-27T18:21:29.842 INFO:tasks.rados.rados.0.smithi029.stdout:313: expect (ObjNum 24 snap 0 seq_num 24) 2024-07-27T18:21:29.854 INFO:tasks.rados.rados.0.smithi029.stdout:315: finishing write tid 1 to smithi02985406-45 2024-07-27T18:21:29.855 INFO:tasks.rados.rados.0.smithi029.stdout:315: finishing write tid 2 to smithi02985406-45 2024-07-27T18:21:29.855 INFO:tasks.rados.rados.0.smithi029.stdout:315: finishing write tid 3 to smithi02985406-45 2024-07-27T18:21:29.855 INFO:tasks.rados.rados.0.smithi029.stdout:315: finishing write tid 4 to smithi02985406-45 2024-07-27T18:21:29.855 INFO:tasks.rados.rados.0.smithi029.stdout:315: finishing write tid 5 to smithi02985406-45 2024-07-27T18:21:29.855 INFO:tasks.rados.rados.0.smithi029.stdout:316: finishing rollback tid 0 to smithi02985406-35 2024-07-27T18:21:29.855 INFO:tasks.rados.rados.0.smithi029.stdout:316: finishing rollback tid 1 to smithi02985406-35 2024-07-27T18:21:29.856 INFO:tasks.rados.rados.0.smithi029.stdout:315: finishing write tid 6 to smithi02985406-45 2024-07-27T18:21:29.856 INFO:tasks.rados.rados.0.smithi029.stdout:315: oid 45 updating version 0 to 91 2024-07-27T18:21:29.856 INFO:tasks.rados.rados.0.smithi029.stdout:315: oid 45 updating version 91 to 92 2024-07-27T18:21:29.856 INFO:tasks.rados.rados.0.smithi029.stdout:315: oid 45 version 92 is already newer than 90 2024-07-27T18:21:29.856 INFO:tasks.rados.rados.0.smithi029.stdout:315: oid 45 version 92 is already newer than 85 2024-07-27T18:21:29.856 INFO:tasks.rados.rados.0.smithi029.stdout:315: oid 45 updating version 92 to 93 2024-07-27T18:21:29.857 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 93 (ObjNum 122 snap 25 seq_num 122) dirty exists 2024-07-27T18:21:29.857 INFO:tasks.rados.rados.0.smithi029.stdout:315: left oid 45 (ObjNum 122 snap 25 seq_num 122) 2024-07-27T18:21:29.857 INFO:tasks.rados.rados.0.smithi029.stdout:316: finishing rollback tid 2 to smithi02985406-35 2024-07-27T18:21:29.857 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 35 (ObjNum 34 snap 0 seq_num 34) dirty exists 2024-07-27T18:21:29.857 INFO:tasks.rados.rados.0.smithi029.stdout:313: done (2 left) 2024-07-27T18:21:29.857 INFO:tasks.rados.rados.0.smithi029.stdout:315: done (1 left) 2024-07-27T18:21:29.858 INFO:tasks.rados.rados.0.smithi029.stdout:316: done (0 left) 2024-07-27T18:21:29.858 INFO:tasks.rados.rados.0.smithi029.stdout:317: snap_create 2024-07-27T18:21:30.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:29 smithi179 ceph-mon[33511]: osdmap e129: 8 total, 8 up, 8 in 2024-07-27T18:21:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:29 smithi179 ceph-mon[33511]: osdmap e130: 8 total, 8 up, 8 in 2024-07-27T18:21:30.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:29 smithi029 ceph-mon[29364]: osdmap e129: 8 total, 8 up, 8 in 2024-07-27T18:21:30.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:29 smithi029 ceph-mon[29364]: osdmap e130: 8 total, 8 up, 8 in 2024-07-27T18:21:30.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:29 smithi029 ceph-mon[40759]: osdmap e129: 8 total, 8 up, 8 in 2024-07-27T18:21:30.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:29 smithi029 ceph-mon[40759]: osdmap e130: 8 total, 8 up, 8 in 2024-07-27T18:21:30.819 INFO:tasks.rados.rados.0.smithi029.stdout:317: done (0 left) 2024-07-27T18:21:30.819 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 26 2024-07-27T18:21:30.819 INFO:tasks.rados.rados.0.smithi029.stdout:318: seq_num 123 ranges {1368064=466944,1835008=573440,2408448=794624,3203072=237568} 2024-07-27T18:21:30.828 INFO:tasks.rados.rados.0.smithi029.stdout:318: writing smithi02985406-18 from 1368064 to 1835008 tid 1 2024-07-27T18:21:30.832 INFO:tasks.rados.rados.0.smithi029.stdout:318: writing smithi02985406-18 from 1835008 to 2408448 tid 2 2024-07-27T18:21:30.836 INFO:tasks.rados.rados.0.smithi029.stdout:318: writing smithi02985406-18 from 2408448 to 3203072 tid 3 2024-07-27T18:21:30.838 INFO:tasks.rados.rados.0.smithi029.stdout:318: writing smithi02985406-18 from 3203072 to 3440640 tid 4 2024-07-27T18:21:30.838 INFO:tasks.rados.rados.0.smithi029.stdout:319: read oid 31 snap -1 2024-07-27T18:21:30.838 INFO:tasks.rados.rados.0.smithi029.stdout:319: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:21:30.838 INFO:tasks.rados.rados.0.smithi029.stdout:320: read oid 5 snap -1 2024-07-27T18:21:30.838 INFO:tasks.rados.rados.0.smithi029.stdout:320: expect deleted 2024-07-27T18:21:30.839 INFO:tasks.rados.rados.0.smithi029.stdout:321: copy_from oid 21 from oid 32 current snap is 26 2024-07-27T18:21:30.839 INFO:tasks.rados.rados.0.smithi029.stdout:318: finishing write tid 1 to smithi02985406-18 2024-07-27T18:21:30.839 INFO:tasks.rados.rados.0.smithi029.stdout:318: finishing write tid 2 to smithi02985406-18 2024-07-27T18:21:30.839 INFO:tasks.rados.rados.0.smithi029.stdout:322: snap_create 2024-07-27T18:21:30.840 INFO:tasks.rados.rados.0.smithi029.stdout:318: finishing write tid 3 to smithi02985406-18 2024-07-27T18:21:30.842 INFO:tasks.rados.rados.0.smithi029.stdout:318: finishing write tid 4 to smithi02985406-18 2024-07-27T18:21:30.842 INFO:tasks.rados.rados.0.smithi029.stdout:321: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:21:30.843 INFO:tasks.rados.rados.0.smithi029.stdout:321: finishing copy_from to smithi02985406-21 2024-07-27T18:21:30.843 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 6 (ObjNum 6 snap 0 seq_num 6) dirty exists 2024-07-27T18:21:30.843 INFO:tasks.rados.rados.0.smithi029.stdout:318: finishing write tid 5 to smithi02985406-18 2024-07-27T18:21:30.844 INFO:tasks.rados.rados.0.smithi029.stdout:319: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:21:30.852 INFO:tasks.rados.rados.0.smithi029.stdout:318: finishing write tid 6 to smithi02985406-18 2024-07-27T18:21:30.852 INFO:tasks.rados.rados.0.smithi029.stdout:318: oid 18 updating version 0 to 141 2024-07-27T18:21:30.852 INFO:tasks.rados.rados.0.smithi029.stdout:318: oid 18 updating version 141 to 142 2024-07-27T18:21:30.852 INFO:tasks.rados.rados.0.smithi029.stdout:318: oid 18 updating version 142 to 143 2024-07-27T18:21:30.852 INFO:tasks.rados.rados.0.smithi029.stdout:318: oid 18 updating version 143 to 144 2024-07-27T18:21:30.852 INFO:tasks.rados.rados.0.smithi029.stdout:318: oid 18 updating version 144 to 145 2024-07-27T18:21:30.852 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 145 (ObjNum 123 snap 26 seq_num 123) dirty exists 2024-07-27T18:21:30.852 INFO:tasks.rados.rados.0.smithi029.stdout:318: left oid 18 (ObjNum 123 snap 26 seq_num 123) 2024-07-27T18:21:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:30 smithi179 ceph-mon[33511]: pgmap v176: 121 pgs: 121 active+clean; 74 MiB data, 357 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.9 MiB/s wr, 23 op/s 2024-07-27T18:21:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:30 smithi179 ceph-mon[33511]: osdmap e131: 8 total, 8 up, 8 in 2024-07-27T18:21:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:30 smithi029 ceph-mon[29364]: pgmap v176: 121 pgs: 121 active+clean; 74 MiB data, 357 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.9 MiB/s wr, 23 op/s 2024-07-27T18:21:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:30 smithi029 ceph-mon[29364]: osdmap e131: 8 total, 8 up, 8 in 2024-07-27T18:21:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:30 smithi029 ceph-mon[40759]: pgmap v176: 121 pgs: 121 active+clean; 74 MiB data, 357 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.9 MiB/s wr, 23 op/s 2024-07-27T18:21:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:30 smithi029 ceph-mon[40759]: osdmap e131: 8 total, 8 up, 8 in 2024-07-27T18:21:31.820 INFO:tasks.rados.rados.0.smithi029.stdout:318: done (4 left) 2024-07-27T18:21:31.820 INFO:tasks.rados.rados.0.smithi029.stdout:319: done (3 left) 2024-07-27T18:21:31.820 INFO:tasks.rados.rados.0.smithi029.stdout:320: done (2 left) 2024-07-27T18:21:31.820 INFO:tasks.rados.rados.0.smithi029.stdout:321: done (1 left) 2024-07-27T18:21:31.820 INFO:tasks.rados.rados.0.smithi029.stdout:322: done (0 left) 2024-07-27T18:21:31.820 INFO:tasks.rados.rados.0.smithi029.stdout:323: read oid 41 snap -1 2024-07-27T18:21:31.820 INFO:tasks.rados.rados.0.smithi029.stdout:323: expect deleted 2024-07-27T18:21:31.820 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 27 2024-07-27T18:21:31.820 INFO:tasks.rados.rados.0.smithi029.stdout:324: seq_num 124 ranges {4448256=483328,4931584=458752,5390336=598016,5988352=548864} 2024-07-27T18:21:31.846 INFO:tasks.rados.rados.0.smithi029.stdout:324: writing smithi02985406-16 from 4448256 to 4931584 tid 1 2024-07-27T18:21:31.849 INFO:tasks.rados.rados.0.smithi029.stdout:324: writing smithi02985406-16 from 4931584 to 5390336 tid 2 2024-07-27T18:21:31.853 INFO:tasks.rados.rados.0.smithi029.stdout:324: writing smithi02985406-16 from 5390336 to 5988352 tid 3 2024-07-27T18:21:31.857 INFO:tasks.rados.rados.0.smithi029.stdout:324: writing smithi02985406-16 from 5988352 to 6537216 tid 4 2024-07-27T18:21:31.857 INFO:tasks.rados.rados.0.smithi029.stdout:325: setattr oid 13 current snap is 27 2024-07-27T18:21:31.857 INFO:tasks.rados.rados.0.smithi029.stdout:324: finishing write tid 1 to smithi02985406-16 2024-07-27T18:21:31.857 INFO:tasks.rados.rados.0.smithi029.stdout:324: finishing write tid 2 to smithi02985406-16 2024-07-27T18:21:31.857 INFO:tasks.rados.rados.0.smithi029.stdout:324: finishing write tid 3 to smithi02985406-16 2024-07-27T18:21:31.858 INFO:tasks.rados.rados.0.smithi029.stdout:323: done (2 left) 2024-07-27T18:21:31.858 INFO:tasks.rados.rados.0.smithi029.stdout:326: delete oid 37 current snap is 27 2024-07-27T18:21:31.859 INFO:tasks.rados.rados.0.smithi029.stdout:324: finishing write tid 4 to smithi02985406-16 2024-07-27T18:21:31.859 INFO:tasks.rados.rados.0.smithi029.stdout:324: finishing write tid 5 to smithi02985406-16 2024-07-27T18:21:31.860 INFO:tasks.rados.rados.0.smithi029.stdout:324: finishing write tid 6 to smithi02985406-16 2024-07-27T18:21:31.860 INFO:tasks.rados.rados.0.smithi029.stdout:324: oid 16 updating version 0 to 45 2024-07-27T18:21:31.860 INFO:tasks.rados.rados.0.smithi029.stdout:324: oid 16 version 45 is already newer than 44 2024-07-27T18:21:31.860 INFO:tasks.rados.rados.0.smithi029.stdout:324: oid 16 updating version 45 to 48 2024-07-27T18:21:31.860 INFO:tasks.rados.rados.0.smithi029.stdout:324: oid 16 version 48 is already newer than 46 2024-07-27T18:21:31.860 INFO:tasks.rados.rados.0.smithi029.stdout:324: oid 16 version 48 is already newer than 47 2024-07-27T18:21:31.860 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 48 (ObjNum 124 snap 27 seq_num 124) dirty exists 2024-07-27T18:21:31.861 INFO:tasks.rados.rados.0.smithi029.stdout:324: left oid 16 (ObjNum 124 snap 27 seq_num 124) 2024-07-27T18:21:31.863 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 119 (ObjNum 69 snap 8 seq_num 69) dirty exists 2024-07-27T18:21:31.863 INFO:tasks.rados.rados.0.smithi029.stdout:324: done (2 left) 2024-07-27T18:21:31.863 INFO:tasks.rados.rados.0.smithi029.stdout:325: done (1 left) 2024-07-27T18:21:31.863 INFO:tasks.rados.rados.0.smithi029.stdout:326: done (0 left) 2024-07-27T18:21:31.863 INFO:tasks.rados.rados.0.smithi029.stdout:327: read oid 35 snap -1 2024-07-27T18:21:31.864 INFO:tasks.rados.rados.0.smithi029.stdout:327: expect (ObjNum 34 snap 0 seq_num 34) 2024-07-27T18:21:31.864 INFO:tasks.rados.rados.0.smithi029.stdout:328: copy_from oid 13 from oid 14 current snap is 27 2024-07-27T18:21:31.864 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 27 2024-07-27T18:21:31.864 INFO:tasks.rados.rados.0.smithi029.stdout:329: seq_num 126 ranges {1671168=516096,2187264=630784,2818048=614400,3432448=360448} 2024-07-27T18:21:31.875 INFO:tasks.rados.rados.0.smithi029.stdout:329: writing smithi02985406-6 from 1671168 to 2187264 tid 1 2024-07-27T18:21:31.879 INFO:tasks.rados.rados.0.smithi029.stdout:329: writing smithi02985406-6 from 2187264 to 2818048 tid 2 2024-07-27T18:21:31.883 INFO:tasks.rados.rados.0.smithi029.stdout:329: writing smithi02985406-6 from 2818048 to 3432448 tid 3 2024-07-27T18:21:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:329: writing smithi02985406-6 from 3432448 to 3792896 tid 4 2024-07-27T18:21:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:330: read oid 37 snap -1 2024-07-27T18:21:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:330: expect deleted 2024-07-27T18:21:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:331: rollback oid 9 current snap is 27 2024-07-27T18:21:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 9 to 24 2024-07-27T18:21:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:328: finishing copy_from racing read to smithi02985406-13 2024-07-27T18:21:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:328: finishing copy_from to smithi02985406-13 2024-07-27T18:21:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 81 (ObjNum 177 snap 0 seq_num 0) dirty exists 2024-07-27T18:21:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:327: expect (ObjNum 34 snap 0 seq_num 34) 2024-07-27T18:21:31.904 INFO:tasks.rados.rados.0.smithi029.stdout:329: finishing write tid 1 to smithi02985406-6 2024-07-27T18:21:31.904 INFO:tasks.rados.rados.0.smithi029.stdout:329: finishing write tid 2 to smithi02985406-6 2024-07-27T18:21:31.904 INFO:tasks.rados.rados.0.smithi029.stdout:329: finishing write tid 3 to smithi02985406-6 2024-07-27T18:21:31.904 INFO:tasks.rados.rados.0.smithi029.stdout:331: finishing rollback tid 0 to smithi02985406-9 2024-07-27T18:21:31.904 INFO:tasks.rados.rados.0.smithi029.stdout:327: done (4 left) 2024-07-27T18:21:31.904 INFO:tasks.rados.rados.0.smithi029.stdout:328: done (3 left) 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:330: done (2 left) 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:332: read oid 46 snap -1 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:332: expect (ObjNum 45 snap 0 seq_num 45) 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:333: delete oid 2 current snap is 27 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:331: finishing rollback tid 1 to smithi02985406-9 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:329: finishing write tid 4 to smithi02985406-6 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:329: finishing write tid 5 to smithi02985406-6 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:331: finishing rollback tid 2 to smithi02985406-9 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 149 (ObjNum 8 snap 0 seq_num 8) dirty exists 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:329: finishing write tid 6 to smithi02985406-6 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:329: oid 6 updating version 0 to 116 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:329: oid 6 updating version 116 to 118 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:329: oid 6 version 118 is already newer than 115 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:329: oid 6 updating version 118 to 119 2024-07-27T18:21:31.905 INFO:tasks.rados.rados.0.smithi029.stdout:329: oid 6 version 119 is already newer than 117 2024-07-27T18:21:31.906 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 119 (ObjNum 126 snap 27 seq_num 126) dirty exists 2024-07-27T18:21:31.906 INFO:tasks.rados.rados.0.smithi029.stdout:329: left oid 6 (ObjNum 126 snap 27 seq_num 126) 2024-07-27T18:21:31.906 INFO:tasks.rados.rados.0.smithi029.stdout:329: done (3 left) 2024-07-27T18:21:31.906 INFO:tasks.rados.rados.0.smithi029.stdout:331: done (2 left) 2024-07-27T18:21:31.906 INFO:tasks.rados.rados.0.smithi029.stdout:333: done (1 left) 2024-07-27T18:21:31.906 INFO:tasks.rados.rados.0.smithi029.stdout:334: rollback oid 26 current snap is 27 2024-07-27T18:21:31.907 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 26 to 24 2024-07-27T18:21:31.907 INFO:tasks.rados.rados.0.smithi029.stdout:335: rollback oid 37 current snap is 27 2024-07-27T18:21:31.907 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 37 to 25 2024-07-27T18:21:31.907 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 14 current snap is 27 2024-07-27T18:21:31.907 INFO:tasks.rados.rados.0.smithi029.stdout:336: seq_num 128 ranges {0=548864,548864=794624,1343488=581632,1925120=229376} 2024-07-27T18:21:31.909 INFO:tasks.rados.rados.0.smithi029.stdout:336: writing smithi02985406-14 from 0 to 548864 tid 1 2024-07-27T18:21:31.914 INFO:tasks.rados.rados.0.smithi029.stdout:336: writing smithi02985406-14 from 548864 to 1343488 tid 2 2024-07-27T18:21:31.917 INFO:tasks.rados.rados.0.smithi029.stdout:336: writing smithi02985406-14 from 1343488 to 1925120 tid 3 2024-07-27T18:21:31.919 INFO:tasks.rados.rados.0.smithi029.stdout:336: writing smithi02985406-14 from 1925120 to 2154496 tid 4 2024-07-27T18:21:31.919 INFO:tasks.rados.rados.0.smithi029.stdout:337: read oid 5 snap -1 2024-07-27T18:21:31.919 INFO:tasks.rados.rados.0.smithi029.stdout:337: expect deleted 2024-07-27T18:21:31.919 INFO:tasks.rados.rados.0.smithi029.stdout:338: rollback oid 36 current snap is 27 2024-07-27T18:21:31.919 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 36 to 22 2024-07-27T18:21:31.919 INFO:tasks.rados.rados.0.smithi029.stdout:332: expect (ObjNum 45 snap 0 seq_num 45) 2024-07-27T18:21:31.940 INFO:tasks.rados.rados.0.smithi029.stdout:334: finishing rollback tid 1 to smithi02985406-26 2024-07-27T18:21:31.940 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 0 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:335: finishing rollback tid 1 to smithi02985406-37 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:335: finishing rollback tid 2 to smithi02985406-37 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 121 (ObjNum 109 snap 20 seq_num 109) dirty exists 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:332: done (5 left) 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:334: done (4 left) 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:335: done (3 left) 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:339: snap_create 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:336: finishing write tid 1 to smithi02985406-14 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:336: finishing write tid 2 to smithi02985406-14 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:336: finishing write tid 3 to smithi02985406-14 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:336: finishing write tid 4 to smithi02985406-14 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:338: finishing rollback tid 0 to smithi02985406-36 2024-07-27T18:21:31.941 INFO:tasks.rados.rados.0.smithi029.stdout:336: finishing write tid 5 to smithi02985406-14 2024-07-27T18:21:31.942 INFO:tasks.rados.rados.0.smithi029.stdout:338: finishing rollback tid 1 to smithi02985406-36 2024-07-27T18:21:31.942 INFO:tasks.rados.rados.0.smithi029.stdout:338: finishing rollback tid 2 to smithi02985406-36 2024-07-27T18:21:31.942 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 49 (ObjNum 95 snap 17 seq_num 95) dirty exists 2024-07-27T18:21:31.942 INFO:tasks.rados.rados.0.smithi029.stdout:336: finishing write tid 6 to smithi02985406-14 2024-07-27T18:21:31.942 INFO:tasks.rados.rados.0.smithi029.stdout:336: oid 14 updating version 0 to 99 2024-07-27T18:21:31.942 INFO:tasks.rados.rados.0.smithi029.stdout:336: oid 14 version 99 is already newer than 97 2024-07-27T18:21:31.942 INFO:tasks.rados.rados.0.smithi029.stdout:336: oid 14 version 99 is already newer than 95 2024-07-27T18:21:31.942 INFO:tasks.rados.rados.0.smithi029.stdout:336: oid 14 version 99 is already newer than 98 2024-07-27T18:21:31.942 INFO:tasks.rados.rados.0.smithi029.stdout:336: oid 14 version 99 is already newer than 96 2024-07-27T18:21:31.942 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 99 (ObjNum 128 snap 27 seq_num 128) dirty exists 2024-07-27T18:21:31.942 INFO:tasks.rados.rados.0.smithi029.stdout:336: left oid 14 (ObjNum 128 snap 27 seq_num 128) 2024-07-27T18:21:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:21:32] "GET /metrics HTTP/1.1" 200 36101 "" "Prometheus/2.43.0" 2024-07-27T18:21:32.881 INFO:tasks.rados.rados.0.smithi029.stdout:336: done (3 left) 2024-07-27T18:21:32.882 INFO:tasks.rados.rados.0.smithi029.stdout:337: done (2 left) 2024-07-27T18:21:32.882 INFO:tasks.rados.rados.0.smithi029.stdout:338: done (1 left) 2024-07-27T18:21:32.882 INFO:tasks.rados.rados.0.smithi029.stdout:339: done (0 left) 2024-07-27T18:21:32.882 INFO:tasks.rados.rados.0.smithi029.stdout:340: rollback oid 50 current snap is 28 2024-07-27T18:21:32.882 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 50 to 26 2024-07-27T18:21:32.882 INFO:tasks.rados.rados.0.smithi029.stdout:341: rmattr oid 38 current snap is 28 2024-07-27T18:21:32.882 INFO:tasks.rados.rados.0.smithi029.stdout:341: done (1 left) 2024-07-27T18:21:32.882 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 28 2024-07-27T18:21:32.882 INFO:tasks.rados.rados.0.smithi029.stdout:342: seq_num 129 ranges {106496=565248,671744=679936,1351680=786432,2138112=139264} 2024-07-27T18:21:32.885 INFO:tasks.rados.rados.0.smithi029.stdout:342: writing smithi02985406-21 from 106496 to 671744 tid 1 2024-07-27T18:21:32.889 INFO:tasks.rados.rados.0.smithi029.stdout:342: writing smithi02985406-21 from 671744 to 1351680 tid 2 2024-07-27T18:21:32.894 INFO:tasks.rados.rados.0.smithi029.stdout:342: writing smithi02985406-21 from 1351680 to 2138112 tid 3 2024-07-27T18:21:32.895 INFO:tasks.rados.rados.0.smithi029.stdout:342: writing smithi02985406-21 from 2138112 to 2277376 tid 4 2024-07-27T18:21:32.895 INFO:tasks.rados.rados.0.smithi029.stdout:343: copy_from oid 37 from oid 14 current snap is 28 2024-07-27T18:21:32.895 INFO:tasks.rados.rados.0.smithi029.stdout:340: finishing rollback tid 0 to smithi02985406-50 2024-07-27T18:21:32.895 INFO:tasks.rados.rados.0.smithi029.stdout:340: finishing rollback tid 1 to smithi02985406-50 2024-07-27T18:21:32.895 INFO:tasks.rados.rados.0.smithi029.stdout:340: finishing rollback tid 2 to smithi02985406-50 2024-07-27T18:21:32.895 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 48 (ObjNum 119 snap 24 seq_num 119) dirty exists 2024-07-27T18:21:32.895 INFO:tasks.rados.rados.0.smithi029.stdout:342: finishing write tid 1 to smithi02985406-21 2024-07-27T18:21:32.896 INFO:tasks.rados.rados.0.smithi029.stdout:342: finishing write tid 2 to smithi02985406-21 2024-07-27T18:21:32.896 INFO:tasks.rados.rados.0.smithi029.stdout:340: done (2 left) 2024-07-27T18:21:32.896 INFO:tasks.rados.rados.0.smithi029.stdout:344: rmattr oid 44 current snap is 28 2024-07-27T18:21:32.896 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 28 2024-07-27T18:21:32.896 INFO:tasks.rados.rados.0.smithi029.stdout:345: seq_num 130 ranges {188416=581632,770048=614400,1384448=598016,1982464=393216} 2024-07-27T18:21:32.899 INFO:tasks.rados.rados.0.smithi029.stdout:345: writing smithi02985406-12 from 188416 to 770048 tid 1 2024-07-27T18:21:32.903 INFO:tasks.rados.rados.0.smithi029.stdout:345: writing smithi02985406-12 from 770048 to 1384448 tid 2 2024-07-27T18:21:32.906 INFO:tasks.rados.rados.0.smithi029.stdout:345: writing smithi02985406-12 from 1384448 to 1982464 tid 3 2024-07-27T18:21:32.909 INFO:tasks.rados.rados.0.smithi029.stdout:345: writing smithi02985406-12 from 1982464 to 2375680 tid 4 2024-07-27T18:21:32.909 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 28 2024-07-27T18:21:32.909 INFO:tasks.rados.rados.0.smithi029.stdout:346: seq_num 131 ranges {0=598016,598016=499712,1097728=753664,1851392=352256} 2024-07-27T18:21:32.913 INFO:tasks.rados.rados.0.smithi029.stdout:346: writing smithi02985406-38 from 0 to 598016 tid 1 2024-07-27T18:21:32.915 INFO:tasks.rados.rados.0.smithi029.stdout:346: writing smithi02985406-38 from 598016 to 1097728 tid 2 2024-07-27T18:21:32.920 INFO:tasks.rados.rados.0.smithi029.stdout:346: writing smithi02985406-38 from 1097728 to 1851392 tid 3 2024-07-27T18:21:32.922 INFO:tasks.rados.rados.0.smithi029.stdout:346: writing smithi02985406-38 from 1851392 to 2203648 tid 4 2024-07-27T18:21:32.922 INFO:tasks.rados.rados.0.smithi029.stdout:347: copy_from oid 45 from oid 8 current snap is 28 2024-07-27T18:21:32.922 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 28 2024-07-27T18:21:32.922 INFO:tasks.rados.rados.0.smithi029.stdout:342: finishing write tid 3 to smithi02985406-21 2024-07-27T18:21:32.922 INFO:tasks.rados.rados.0.smithi029.stdout:348: seq_num 132 ranges {0=614400,614400=786432,1400832=565248,1966080=253952} 2024-07-27T18:21:32.925 INFO:tasks.rados.rados.0.smithi029.stdout:348: writing smithi02985406-5 from 0 to 614400 tid 1 2024-07-27T18:21:32.930 INFO:tasks.rados.rados.0.smithi029.stdout:348: writing smithi02985406-5 from 614400 to 1400832 tid 2 2024-07-27T18:21:32.933 INFO:tasks.rados.rados.0.smithi029.stdout:348: writing smithi02985406-5 from 1400832 to 1966080 tid 3 2024-07-27T18:21:32.935 INFO:tasks.rados.rados.0.smithi029.stdout:348: writing smithi02985406-5 from 1966080 to 2220032 tid 4 2024-07-27T18:21:32.935 INFO:tasks.rados.rados.0.smithi029.stdout:349: snap_remove snap 23 2024-07-27T18:21:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:32 smithi179 ceph-mon[33511]: pgmap v179: 121 pgs: 121 active+clean; 74 MiB data, 357 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:32 smithi179 ceph-mon[33511]: osdmap e132: 8 total, 8 up, 8 in 2024-07-27T18:21:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:32 smithi029 ceph-mon[29364]: pgmap v179: 121 pgs: 121 active+clean; 74 MiB data, 357 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:32 smithi029 ceph-mon[29364]: osdmap e132: 8 total, 8 up, 8 in 2024-07-27T18:21:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:32 smithi029 ceph-mon[40759]: pgmap v179: 121 pgs: 121 active+clean; 74 MiB data, 357 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:32 smithi029 ceph-mon[40759]: osdmap e132: 8 total, 8 up, 8 in 2024-07-27T18:21:33.891 INFO:tasks.rados.rados.0.smithi029.stdout:349: done (7 left) 2024-07-27T18:21:33.891 INFO:tasks.rados.rados.0.smithi029.stdout:350: copy_from oid 20 from oid 29 current snap is 28 2024-07-27T18:21:33.891 INFO:tasks.rados.rados.0.smithi029.stdout:342: finishing write tid 4 to smithi02985406-21 2024-07-27T18:21:33.891 INFO:tasks.rados.rados.0.smithi029.stdout:342: finishing write tid 5 to smithi02985406-21 2024-07-27T18:21:33.891 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 123 (ObjNum 23 snap 0 seq_num 23) dirty exists 2024-07-27T18:21:33.891 INFO:tasks.rados.rados.0.smithi029.stdout:342: finishing write tid 6 to smithi02985406-21 2024-07-27T18:21:33.891 INFO:tasks.rados.rados.0.smithi029.stdout:342: oid 21 updating version 0 to 52 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:342: oid 21 version 52 is already newer than 49 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:342: oid 21 version 52 is already newer than 51 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:342: oid 21 updating version 52 to 53 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:342: oid 21 version 53 is already newer than 50 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 53 (ObjNum 129 snap 28 seq_num 129) dirty exists 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:342: left oid 21 (ObjNum 129 snap 28 seq_num 129) 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:345: finishing write tid 1 to smithi02985406-12 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:345: finishing write tid 2 to smithi02985406-12 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:345: finishing write tid 3 to smithi02985406-12 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:343: finishing copy_from racing read to smithi02985406-37 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:343: finishing copy_from to smithi02985406-37 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 99 (ObjNum 128 snap 27 seq_num 128) dirty exists 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:345: finishing write tid 4 to smithi02985406-12 2024-07-27T18:21:33.892 INFO:tasks.rados.rados.0.smithi029.stdout:345: finishing write tid 5 to smithi02985406-12 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:345: finishing write tid 6 to smithi02985406-12 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:345: oid 12 updating version 0 to 105 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:345: oid 12 version 105 is already newer than 104 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:345: oid 12 version 105 is already newer than 101 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:345: oid 12 version 105 is already newer than 103 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:345: oid 12 version 105 is already newer than 102 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 105 (ObjNum 130 snap 28 seq_num 130) dirty exists 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:345: left oid 12 (ObjNum 130 snap 28 seq_num 130) 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:346: finishing write tid 1 to smithi02985406-38 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:346: finishing write tid 2 to smithi02985406-38 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:346: finishing write tid 3 to smithi02985406-38 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:346: finishing write tid 4 to smithi02985406-38 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:346: finishing write tid 5 to smithi02985406-38 2024-07-27T18:21:33.893 INFO:tasks.rados.rados.0.smithi029.stdout:347: finishing copy_from racing read to smithi02985406-45 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:346: finishing write tid 6 to smithi02985406-38 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:346: oid 38 updating version 0 to 55 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:346: oid 38 updating version 55 to 57 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:346: oid 38 version 57 is already newer than 54 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:346: oid 38 version 57 is already newer than 53 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:346: oid 38 version 57 is already newer than 56 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 57 (ObjNum 131 snap 28 seq_num 131) dirty exists 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:346: left oid 38 (ObjNum 131 snap 28 seq_num 131) 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:347: finishing copy_from to smithi02985406-45 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 71 (ObjNum 13 snap 0 seq_num 13) dirty exists 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:348: finishing write tid 1 to smithi02985406-5 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:348: finishing write tid 2 to smithi02985406-5 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:348: finishing write tid 3 to smithi02985406-5 2024-07-27T18:21:33.894 INFO:tasks.rados.rados.0.smithi029.stdout:348: finishing write tid 4 to smithi02985406-5 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:348: finishing write tid 5 to smithi02985406-5 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:348: finishing write tid 6 to smithi02985406-5 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:348: oid 5 updating version 0 to 123 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:348: oid 5 updating version 123 to 126 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:348: oid 5 version 126 is already newer than 125 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:348: oid 5 version 126 is already newer than 124 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:348: oid 5 updating version 126 to 127 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 127 (ObjNum 132 snap 28 seq_num 132) dirty exists 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:348: left oid 5 (ObjNum 132 snap 28 seq_num 132) 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:342: done (7 left) 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:343: done (6 left) 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:344: done (5 left) 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:345: done (4 left) 2024-07-27T18:21:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:346: done (3 left) 2024-07-27T18:21:33.896 INFO:tasks.rados.rados.0.smithi029.stdout:347: done (2 left) 2024-07-27T18:21:33.896 INFO:tasks.rados.rados.0.smithi029.stdout:348: done (1 left) 2024-07-27T18:21:33.896 INFO:tasks.rados.rados.0.smithi029.stdout:351: copy_from oid 18 from oid 27 current snap is 28 2024-07-27T18:21:33.896 INFO:tasks.rados.rados.0.smithi029.stdout:352: snap_create 2024-07-27T18:21:33.897 INFO:tasks.rados.rados.0.smithi029.stdout:351: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:21:33.899 INFO:tasks.rados.rados.0.smithi029.stdout:351: finishing copy_from to smithi02985406-18 2024-07-27T18:21:33.899 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 14 (ObjNum 46 snap 0 seq_num 46) dirty exists 2024-07-27T18:21:33.906 INFO:tasks.rados.rados.0.smithi029.stdout:350: finishing copy_from racing read to smithi02985406-20 2024-07-27T18:21:33.907 INFO:tasks.rados.rados.0.smithi029.stdout:350: finishing copy_from to smithi02985406-20 2024-07-27T18:21:33.907 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 59 (ObjNum 116 snap 24 seq_num 116) dirty exists 2024-07-27T18:21:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:33 smithi179 ceph-mon[33511]: osdmap e133: 8 total, 8 up, 8 in 2024-07-27T18:21:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:33 smithi029 ceph-mon[29364]: osdmap e133: 8 total, 8 up, 8 in 2024-07-27T18:21:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:33 smithi029 ceph-mon[40759]: osdmap e133: 8 total, 8 up, 8 in 2024-07-27T18:21:34.818 INFO:tasks.rados.rados.0.smithi029.stdout:350: done (2 left) 2024-07-27T18:21:34.819 INFO:tasks.rados.rados.0.smithi029.stdout:351: done (1 left) 2024-07-27T18:21:34.819 INFO:tasks.rados.rados.0.smithi029.stdout:352: done (0 left) 2024-07-27T18:21:34.819 INFO:tasks.rados.rados.0.smithi029.stdout:353: read oid 15 snap -1 2024-07-27T18:21:34.819 INFO:tasks.rados.rados.0.smithi029.stdout:353: expect deleted 2024-07-27T18:21:34.819 INFO:tasks.rados.rados.0.smithi029.stdout:354: copy_from oid 3 from oid 47 current snap is 29 2024-07-27T18:21:34.819 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 29 2024-07-27T18:21:34.819 INFO:tasks.rados.rados.0.smithi029.stdout:355: seq_num 133 ranges {2203648=630784,2834432=663552,3497984=770048,4268032=172032} 2024-07-27T18:21:34.834 INFO:tasks.rados.rados.0.smithi029.stdout:355: writing smithi02985406-38 from 2203648 to 2834432 tid 1 2024-07-27T18:21:34.838 INFO:tasks.rados.rados.0.smithi029.stdout:355: writing smithi02985406-38 from 2834432 to 3497984 tid 2 2024-07-27T18:21:34.842 INFO:tasks.rados.rados.0.smithi029.stdout:355: writing smithi02985406-38 from 3497984 to 4268032 tid 3 2024-07-27T18:21:34.843 INFO:tasks.rados.rados.0.smithi029.stdout:355: writing smithi02985406-38 from 4268032 to 4440064 tid 4 2024-07-27T18:21:34.844 INFO:tasks.rados.rados.0.smithi029.stdout:356: read oid 39 snap -1 2024-07-27T18:21:34.844 INFO:tasks.rados.rados.0.smithi029.stdout:356: expect (ObjNum 121 snap 24 seq_num 121) 2024-07-27T18:21:34.844 INFO:tasks.rados.rados.0.smithi029.stdout:357: rmattr oid 46 current snap is 29 2024-07-27T18:21:34.844 INFO:tasks.rados.rados.0.smithi029.stdout:357: done (4 left) 2024-07-27T18:21:34.844 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 29 2024-07-27T18:21:34.844 INFO:tasks.rados.rados.0.smithi029.stdout:358: seq_num 134 ranges {573440=647168,1220608=548864,1769472=573440,2342912=483328} 2024-07-27T18:21:34.850 INFO:tasks.rados.rados.0.smithi029.stdout:358: writing smithi02985406-35 from 573440 to 1220608 tid 1 2024-07-27T18:21:34.853 INFO:tasks.rados.rados.0.smithi029.stdout:358: writing smithi02985406-35 from 1220608 to 1769472 tid 2 2024-07-27T18:21:34.857 INFO:tasks.rados.rados.0.smithi029.stdout:358: writing smithi02985406-35 from 1769472 to 2342912 tid 3 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:358: writing smithi02985406-35 from 2342912 to 2826240 tid 4 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:359: read oid 10 snap -1 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:359: expect (ObjNum 104 snap 20 seq_num 104) 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:360: copy_from oid 41 from oid 16 current snap is 29 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:354: finishing copy_from racing read to smithi02985406-3 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:354: finishing copy_from to smithi02985406-3 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 39 (ObjNum 46 snap 0 seq_num 46) dirty exists 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:355: finishing write tid 1 to smithi02985406-38 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:355: finishing write tid 2 to smithi02985406-38 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:353: done (6 left) 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:354: done (5 left) 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:361: read oid 2 snap -1 2024-07-27T18:21:34.861 INFO:tasks.rados.rados.0.smithi029.stdout:361: expect deleted 2024-07-27T18:21:34.862 INFO:tasks.rados.rados.0.smithi029.stdout:362: read oid 30 snap 24 2024-07-27T18:21:34.862 INFO:tasks.rados.rados.0.smithi029.stdout:362: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:21:34.862 INFO:tasks.rados.rados.0.smithi029.stdout:363: read oid 23 snap -1 2024-07-27T18:21:34.862 INFO:tasks.rados.rados.0.smithi029.stdout:363: expect (ObjNum 24 snap 0 seq_num 24) 2024-07-27T18:21:34.863 INFO:tasks.rados.rados.0.smithi029.stdout:364: copy_from oid 18 from oid 13 current snap is 29 2024-07-27T18:21:34.863 INFO:tasks.rados.rados.0.smithi029.stdout:355: finishing write tid 3 to smithi02985406-38 2024-07-27T18:21:34.863 INFO:tasks.rados.rados.0.smithi029.stdout:355: finishing write tid 4 to smithi02985406-38 2024-07-27T18:21:34.863 INFO:tasks.rados.rados.0.smithi029.stdout:355: finishing write tid 5 to smithi02985406-38 2024-07-27T18:21:34.863 INFO:tasks.rados.rados.0.smithi029.stdout:355: finishing write tid 6 to smithi02985406-38 2024-07-27T18:21:34.863 INFO:tasks.rados.rados.0.smithi029.stdout:355: oid 38 updating version 0 to 65 2024-07-27T18:21:34.863 INFO:tasks.rados.rados.0.smithi029.stdout:355: oid 38 version 65 is already newer than 63 2024-07-27T18:21:34.863 INFO:tasks.rados.rados.0.smithi029.stdout:355: oid 38 version 65 is already newer than 64 2024-07-27T18:21:34.863 INFO:tasks.rados.rados.0.smithi029.stdout:355: oid 38 updating version 65 to 66 2024-07-27T18:21:34.864 INFO:tasks.rados.rados.0.smithi029.stdout:355: oid 38 updating version 66 to 67 2024-07-27T18:21:34.864 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 67 (ObjNum 133 snap 29 seq_num 133) dirty exists 2024-07-27T18:21:34.864 INFO:tasks.rados.rados.0.smithi029.stdout:355: left oid 38 (ObjNum 133 snap 29 seq_num 133) 2024-07-27T18:21:34.864 INFO:tasks.rados.rados.0.smithi029.stdout:358: finishing write tid 1 to smithi02985406-35 2024-07-27T18:21:34.864 INFO:tasks.rados.rados.0.smithi029.stdout:358: finishing write tid 2 to smithi02985406-35 2024-07-27T18:21:34.864 INFO:tasks.rados.rados.0.smithi029.stdout:358: finishing write tid 3 to smithi02985406-35 2024-07-27T18:21:34.864 INFO:tasks.rados.rados.0.smithi029.stdout:355: done (8 left) 2024-07-27T18:21:34.864 INFO:tasks.rados.rados.0.smithi029.stdout:365: snap_create 2024-07-27T18:21:34.865 INFO:tasks.rados.rados.0.smithi029.stdout:364: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:21:34.865 INFO:tasks.rados.rados.0.smithi029.stdout:358: finishing write tid 4 to smithi02985406-35 2024-07-27T18:21:34.865 INFO:tasks.rados.rados.0.smithi029.stdout:358: finishing write tid 5 to smithi02985406-35 2024-07-27T18:21:34.865 INFO:tasks.rados.rados.0.smithi029.stdout:364: finishing copy_from to smithi02985406-18 2024-07-27T18:21:34.865 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 81 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:21:34.865 INFO:tasks.rados.rados.0.smithi029.stdout:358: finishing write tid 6 to smithi02985406-35 2024-07-27T18:21:34.865 INFO:tasks.rados.rados.0.smithi029.stdout:358: oid 35 updating version 0 to 39 2024-07-27T18:21:34.865 INFO:tasks.rados.rados.0.smithi029.stdout:358: oid 35 updating version 39 to 41 2024-07-27T18:21:34.866 INFO:tasks.rados.rados.0.smithi029.stdout:358: oid 35 version 41 is already newer than 40 2024-07-27T18:21:34.866 INFO:tasks.rados.rados.0.smithi029.stdout:358: oid 35 updating version 41 to 43 2024-07-27T18:21:34.866 INFO:tasks.rados.rados.0.smithi029.stdout:358: oid 35 version 43 is already newer than 42 2024-07-27T18:21:34.866 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 43 (ObjNum 134 snap 29 seq_num 134) dirty exists 2024-07-27T18:21:34.866 INFO:tasks.rados.rados.0.smithi029.stdout:358: left oid 35 (ObjNum 134 snap 29 seq_num 134) 2024-07-27T18:21:34.866 INFO:tasks.rados.rados.0.smithi029.stdout:362: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:21:34.876 INFO:tasks.rados.rados.0.smithi029.stdout:356: expect (ObjNum 121 snap 24 seq_num 121) 2024-07-27T18:21:35.025 INFO:tasks.rados.rados.0.smithi029.stdout:363: expect (ObjNum 24 snap 0 seq_num 24) 2024-07-27T18:21:35.035 INFO:tasks.rados.rados.0.smithi029.stdout:359: expect (ObjNum 104 snap 20 seq_num 104) 2024-07-27T18:21:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:34 smithi179 ceph-mon[33511]: pgmap v182: 121 pgs: 121 active+clean; 86 MiB data, 370 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 20 op/s 2024-07-27T18:21:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:34 smithi179 ceph-mon[33511]: osdmap e134: 8 total, 8 up, 8 in 2024-07-27T18:21:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:34 smithi179 ceph-mon[33511]: osdmap e135: 8 total, 8 up, 8 in 2024-07-27T18:21:35.174 INFO:tasks.rados.rados.0.smithi029.stdout:360: finishing copy_from racing read to smithi02985406-41 2024-07-27T18:21:35.174 INFO:tasks.rados.rados.0.smithi029.stdout:360: finishing copy_from to smithi02985406-41 2024-07-27T18:21:35.174 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 48 (ObjNum 124 snap 27 seq_num 124) dirty exists 2024-07-27T18:21:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:34 smithi029 ceph-mon[29364]: pgmap v182: 121 pgs: 121 active+clean; 86 MiB data, 370 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 20 op/s 2024-07-27T18:21:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:34 smithi029 ceph-mon[29364]: osdmap e134: 8 total, 8 up, 8 in 2024-07-27T18:21:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:34 smithi029 ceph-mon[29364]: osdmap e135: 8 total, 8 up, 8 in 2024-07-27T18:21:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:34 smithi029 ceph-mon[40759]: pgmap v182: 121 pgs: 121 active+clean; 86 MiB data, 370 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 20 op/s 2024-07-27T18:21:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:34 smithi029 ceph-mon[40759]: osdmap e134: 8 total, 8 up, 8 in 2024-07-27T18:21:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:34 smithi029 ceph-mon[40759]: osdmap e135: 8 total, 8 up, 8 in 2024-07-27T18:21:35.819 INFO:tasks.rados.rados.0.smithi029.stdout:356: done (8 left) 2024-07-27T18:21:35.820 INFO:tasks.rados.rados.0.smithi029.stdout:358: done (7 left) 2024-07-27T18:21:35.820 INFO:tasks.rados.rados.0.smithi029.stdout:359: done (6 left) 2024-07-27T18:21:35.820 INFO:tasks.rados.rados.0.smithi029.stdout:360: done (5 left) 2024-07-27T18:21:35.820 INFO:tasks.rados.rados.0.smithi029.stdout:361: done (4 left) 2024-07-27T18:21:35.820 INFO:tasks.rados.rados.0.smithi029.stdout:362: done (3 left) 2024-07-27T18:21:35.820 INFO:tasks.rados.rados.0.smithi029.stdout:363: done (2 left) 2024-07-27T18:21:35.820 INFO:tasks.rados.rados.0.smithi029.stdout:364: done (1 left) 2024-07-27T18:21:35.821 INFO:tasks.rados.rados.0.smithi029.stdout:365: done (0 left) 2024-07-27T18:21:35.821 INFO:tasks.rados.rados.0.smithi029.stdout:366: delete oid 32 current snap is 30 2024-07-27T18:21:35.823 INFO:tasks.rados.rados.0.smithi029.stdout:366: done (0 left) 2024-07-27T18:21:35.823 INFO:tasks.rados.rados.0.smithi029.stdout:367: delete oid 20 current snap is 30 2024-07-27T18:21:35.825 INFO:tasks.rados.rados.0.smithi029.stdout:367: done (0 left) 2024-07-27T18:21:35.825 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 30 2024-07-27T18:21:35.826 INFO:tasks.rados.rados.0.smithi029.stdout:368: seq_num 137 ranges {638976=704512,1343488=655360,1998848=753664,2752512=196608} 2024-07-27T18:21:35.833 INFO:tasks.rados.rados.0.smithi029.stdout:368: writing smithi02985406-42 from 638976 to 1343488 tid 1 2024-07-27T18:21:35.836 INFO:tasks.rados.rados.0.smithi029.stdout:368: writing smithi02985406-42 from 1343488 to 1998848 tid 2 2024-07-27T18:21:35.841 INFO:tasks.rados.rados.0.smithi029.stdout:368: writing smithi02985406-42 from 1998848 to 2752512 tid 3 2024-07-27T18:21:35.842 INFO:tasks.rados.rados.0.smithi029.stdout:368: writing smithi02985406-42 from 2752512 to 2949120 tid 4 2024-07-27T18:21:35.842 INFO:tasks.rados.rados.0.smithi029.stdout:369: snap_create 2024-07-27T18:21:35.842 INFO:tasks.rados.rados.0.smithi029.stdout:368: finishing write tid 1 to smithi02985406-42 2024-07-27T18:21:35.842 INFO:tasks.rados.rados.0.smithi029.stdout:368: finishing write tid 2 to smithi02985406-42 2024-07-27T18:21:35.844 INFO:tasks.rados.rados.0.smithi029.stdout:368: finishing write tid 3 to smithi02985406-42 2024-07-27T18:21:35.844 INFO:tasks.rados.rados.0.smithi029.stdout:368: finishing write tid 4 to smithi02985406-42 2024-07-27T18:21:35.844 INFO:tasks.rados.rados.0.smithi029.stdout:368: finishing write tid 5 to smithi02985406-42 2024-07-27T18:21:35.845 INFO:tasks.rados.rados.0.smithi029.stdout:368: finishing write tid 6 to smithi02985406-42 2024-07-27T18:21:35.845 INFO:tasks.rados.rados.0.smithi029.stdout:368: oid 42 updating version 0 to 54 2024-07-27T18:21:35.845 INFO:tasks.rados.rados.0.smithi029.stdout:368: oid 42 updating version 54 to 55 2024-07-27T18:21:35.846 INFO:tasks.rados.rados.0.smithi029.stdout:368: oid 42 updating version 55 to 56 2024-07-27T18:21:35.846 INFO:tasks.rados.rados.0.smithi029.stdout:368: oid 42 version 56 is already newer than 53 2024-07-27T18:21:35.846 INFO:tasks.rados.rados.0.smithi029.stdout:368: oid 42 version 56 is already newer than 52 2024-07-27T18:21:35.846 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 56 (ObjNum 137 snap 30 seq_num 137) dirty exists 2024-07-27T18:21:35.846 INFO:tasks.rados.rados.0.smithi029.stdout:368: left oid 42 (ObjNum 137 snap 30 seq_num 137) 2024-07-27T18:21:36.821 INFO:tasks.rados.rados.0.smithi029.stdout:368: done (1 left) 2024-07-27T18:21:36.821 INFO:tasks.rados.rados.0.smithi029.stdout:369: done (0 left) 2024-07-27T18:21:36.821 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 31 2024-07-27T18:21:36.821 INFO:tasks.rados.rados.0.smithi029.stdout:370: seq_num 138 ranges {2220032=720896,2940928=540672,3481600=557056,4038656=507904} 2024-07-27T18:21:36.836 INFO:tasks.rados.rados.0.smithi029.stdout:370: writing smithi02985406-5 from 2220032 to 2940928 tid 1 2024-07-27T18:21:36.839 INFO:tasks.rados.rados.0.smithi029.stdout:370: writing smithi02985406-5 from 2940928 to 3481600 tid 2 2024-07-27T18:21:36.843 INFO:tasks.rados.rados.0.smithi029.stdout:370: writing smithi02985406-5 from 3481600 to 4038656 tid 3 2024-07-27T18:21:36.846 INFO:tasks.rados.rados.0.smithi029.stdout:370: writing smithi02985406-5 from 4038656 to 4546560 tid 4 2024-07-27T18:21:36.846 INFO:tasks.rados.rados.0.smithi029.stdout:371: rollback oid 31 current snap is 31 2024-07-27T18:21:36.846 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 31 to 29 2024-07-27T18:21:36.847 INFO:tasks.rados.rados.0.smithi029.stdout:370: finishing write tid 1 to smithi02985406-5 2024-07-27T18:21:36.847 INFO:tasks.rados.rados.0.smithi029.stdout:370: finishing write tid 2 to smithi02985406-5 2024-07-27T18:21:36.847 INFO:tasks.rados.rados.0.smithi029.stdout:370: finishing write tid 3 to smithi02985406-5 2024-07-27T18:21:36.847 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 31 2024-07-27T18:21:36.847 INFO:tasks.rados.rados.0.smithi029.stdout:372: seq_num 139 ranges {0=737280,737280=425984,1163264=761856,1925120=417792} 2024-07-27T18:21:36.851 INFO:tasks.rados.rados.0.smithi029.stdout:372: writing smithi02985406-49 from 0 to 737280 tid 1 2024-07-27T18:21:36.853 INFO:tasks.rados.rados.0.smithi029.stdout:372: writing smithi02985406-49 from 737280 to 1163264 tid 2 2024-07-27T18:21:36.858 INFO:tasks.rados.rados.0.smithi029.stdout:372: writing smithi02985406-49 from 1163264 to 1925120 tid 3 2024-07-27T18:21:36.861 INFO:tasks.rados.rados.0.smithi029.stdout:372: writing smithi02985406-49 from 1925120 to 2342912 tid 4 2024-07-27T18:21:36.861 INFO:tasks.rados.rados.0.smithi029.stdout:373: rmattr oid 41 current snap is 31 2024-07-27T18:21:36.861 INFO:tasks.rados.rados.0.smithi029.stdout:373: done (3 left) 2024-07-27T18:21:36.861 INFO:tasks.rados.rados.0.smithi029.stdout:374: read oid 7 snap -1 2024-07-27T18:21:36.861 INFO:tasks.rados.rados.0.smithi029.stdout:374: expect (ObjNum 6 snap 0 seq_num 6) 2024-07-27T18:21:36.861 INFO:tasks.rados.rados.0.smithi029.stdout:375: snap_create 2024-07-27T18:21:36.861 INFO:tasks.rados.rados.0.smithi029.stdout:370: finishing write tid 4 to smithi02985406-5 2024-07-27T18:21:36.861 INFO:tasks.rados.rados.0.smithi029.stdout:370: finishing write tid 5 to smithi02985406-5 2024-07-27T18:21:36.861 INFO:tasks.rados.rados.0.smithi029.stdout:370: finishing write tid 6 to smithi02985406-5 2024-07-27T18:21:36.861 INFO:tasks.rados.rados.0.smithi029.stdout:370: oid 5 updating version 0 to 137 2024-07-27T18:21:36.861 INFO:tasks.rados.rados.0.smithi029.stdout:370: oid 5 version 137 is already newer than 134 2024-07-27T18:21:36.862 INFO:tasks.rados.rados.0.smithi029.stdout:370: oid 5 version 137 is already newer than 133 2024-07-27T18:21:36.862 INFO:tasks.rados.rados.0.smithi029.stdout:370: oid 5 version 137 is already newer than 135 2024-07-27T18:21:36.862 INFO:tasks.rados.rados.0.smithi029.stdout:370: oid 5 version 137 is already newer than 136 2024-07-27T18:21:36.862 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 137 (ObjNum 138 snap 31 seq_num 138) dirty exists 2024-07-27T18:21:36.862 INFO:tasks.rados.rados.0.smithi029.stdout:370: left oid 5 (ObjNum 138 snap 31 seq_num 138) 2024-07-27T18:21:36.862 INFO:tasks.rados.rados.0.smithi029.stdout:371: finishing rollback tid 0 to smithi02985406-31 2024-07-27T18:21:36.862 INFO:tasks.rados.rados.0.smithi029.stdout:371: finishing rollback tid 1 to smithi02985406-31 2024-07-27T18:21:36.862 INFO:tasks.rados.rados.0.smithi029.stdout:371: finishing rollback tid 2 to smithi02985406-31 2024-07-27T18:21:36.862 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 115 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:21:36.862 INFO:tasks.rados.rados.0.smithi029.stdout:372: finishing write tid 1 to smithi02985406-49 2024-07-27T18:21:36.862 INFO:tasks.rados.rados.0.smithi029.stdout:372: finishing write tid 2 to smithi02985406-49 2024-07-27T18:21:36.862 INFO:tasks.rados.rados.0.smithi029.stdout:372: finishing write tid 3 to smithi02985406-49 2024-07-27T18:21:36.863 INFO:tasks.rados.rados.0.smithi029.stdout:374: expect (ObjNum 6 snap 0 seq_num 6) 2024-07-27T18:21:36.865 INFO:tasks.rados.rados.0.smithi029.stdout:372: finishing write tid 4 to smithi02985406-49 2024-07-27T18:21:36.865 INFO:tasks.rados.rados.0.smithi029.stdout:372: finishing write tid 5 to smithi02985406-49 2024-07-27T18:21:36.866 INFO:tasks.rados.rados.0.smithi029.stdout:372: finishing write tid 6 to smithi02985406-49 2024-07-27T18:21:36.866 INFO:tasks.rados.rados.0.smithi029.stdout:372: oid 49 updating version 0 to 43 2024-07-27T18:21:36.866 INFO:tasks.rados.rados.0.smithi029.stdout:372: oid 49 updating version 43 to 45 2024-07-27T18:21:36.866 INFO:tasks.rados.rados.0.smithi029.stdout:372: oid 49 updating version 45 to 46 2024-07-27T18:21:36.866 INFO:tasks.rados.rados.0.smithi029.stdout:372: oid 49 updating version 46 to 47 2024-07-27T18:21:36.866 INFO:tasks.rados.rados.0.smithi029.stdout:372: oid 49 version 47 is already newer than 44 2024-07-27T18:21:36.867 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 47 (ObjNum 139 snap 31 seq_num 139) dirty exists 2024-07-27T18:21:36.867 INFO:tasks.rados.rados.0.smithi029.stdout:372: left oid 49 (ObjNum 139 snap 31 seq_num 139) 2024-07-27T18:21:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:36 smithi179 ceph-mon[33511]: pgmap v185: 121 pgs: 121 active+clean; 86 MiB data, 370 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 20 op/s 2024-07-27T18:21:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:36 smithi179 ceph-mon[33511]: Upgrade: Updating mgr.x 2024-07-27T18:21:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:36 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:36 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:21:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:36 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:21:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:36 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:21:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:36 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:21:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:36 smithi179 ceph-mon[33511]: Deploying daemon mgr.x on smithi179 2024-07-27T18:21:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:36 smithi179 ceph-mon[33511]: osdmap e136: 8 total, 8 up, 8 in 2024-07-27T18:21:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[29364]: pgmap v185: 121 pgs: 121 active+clean; 86 MiB data, 370 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 20 op/s 2024-07-27T18:21:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[29364]: Upgrade: Updating mgr.x 2024-07-27T18:21:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:21:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:21:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:21:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:21:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[29364]: Deploying daemon mgr.x on smithi179 2024-07-27T18:21:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[29364]: osdmap e136: 8 total, 8 up, 8 in 2024-07-27T18:21:37.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[40759]: pgmap v185: 121 pgs: 121 active+clean; 86 MiB data, 370 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 20 op/s 2024-07-27T18:21:37.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[40759]: Upgrade: Updating mgr.x 2024-07-27T18:21:37.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:37.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:21:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:21:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:21:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:21:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[40759]: Deploying daemon mgr.x on smithi179 2024-07-27T18:21:37.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:36 smithi029 ceph-mon[40759]: osdmap e136: 8 total, 8 up, 8 in 2024-07-27T18:21:37.663 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:37 smithi179 systemd[1]: Stopping Ceph mgr.x for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:21:37.826 INFO:tasks.rados.rados.0.smithi029.stdout:370: done (4 left) 2024-07-27T18:21:37.826 INFO:tasks.rados.rados.0.smithi029.stdout:371: done (3 left) 2024-07-27T18:21:37.826 INFO:tasks.rados.rados.0.smithi029.stdout:372: done (2 left) 2024-07-27T18:21:37.826 INFO:tasks.rados.rados.0.smithi029.stdout:374: done (1 left) 2024-07-27T18:21:37.826 INFO:tasks.rados.rados.0.smithi029.stdout:375: done (0 left) 2024-07-27T18:21:37.827 INFO:tasks.rados.rados.0.smithi029.stdout:376: delete oid 49 current snap is 32 2024-07-27T18:21:37.830 INFO:tasks.rados.rados.0.smithi029.stdout:376: done (0 left) 2024-07-27T18:21:37.831 INFO:tasks.rados.rados.0.smithi029.stdout:377: rollback oid 18 current snap is 32 2024-07-27T18:21:37.831 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 18 to 22 2024-07-27T18:21:37.831 INFO:tasks.rados.rados.0.smithi029.stdout:378: snap_create 2024-07-27T18:21:37.834 INFO:tasks.rados.rados.0.smithi029.stdout:377: finishing rollback tid 0 to smithi02985406-18 2024-07-27T18:21:37.834 INFO:tasks.rados.rados.0.smithi029.stdout:377: finishing rollback tid 1 to smithi02985406-18 2024-07-27T18:21:37.834 INFO:tasks.rados.rados.0.smithi029.stdout:377: finishing rollback tid 2 to smithi02985406-18 2024-07-27T18:21:37.835 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 167 (ObjNum 69 snap 8 seq_num 69) dirty exists 2024-07-27T18:21:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:37 smithi179 ceph-mon[33511]: osdmap e137: 8 total, 8 up, 8 in 2024-07-27T18:21:38.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:38 smithi179 podman[69001]: 2024-07-27 18:21:38.00803308 +0000 UTC m=+0.639689428 container died f4a0fabc2c8386a897acde30bb24755bd5ce2c087a1b6a2dd9dfc14b93eb4223 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=reef-a3bbd72, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:21:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:37 smithi029 ceph-mon[29364]: osdmap e137: 8 total, 8 up, 8 in 2024-07-27T18:21:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:37 smithi029 ceph-mon[40759]: osdmap e137: 8 total, 8 up, 8 in 2024-07-27T18:21:38.608 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:38 smithi179 podman[69001]: 2024-07-27 18:21:38.372706943 +0000 UTC m=+1.004363286 container cleanup f4a0fabc2c8386a897acde30bb24755bd5ce2c087a1b6a2dd9dfc14b93eb4223 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, io.buildah.version=1.36.0, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, GIT_CLEAN=True, RELEASE=reef-a3bbd72, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-07-27T18:21:38.608 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:38 smithi179 bash[69001]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x 2024-07-27T18:21:38.827 INFO:tasks.rados.rados.0.smithi029.stdout:377: done (1 left) 2024-07-27T18:21:38.827 INFO:tasks.rados.rados.0.smithi029.stdout:378: done (0 left) 2024-07-27T18:21:38.827 INFO:tasks.rados.rados.0.smithi029.stdout:379: rollback oid 41 current snap is 33 2024-07-27T18:21:38.827 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 41 to 28 2024-07-27T18:21:38.827 INFO:tasks.rados.rados.0.smithi029.stdout:380: rollback oid 18 current snap is 33 2024-07-27T18:21:38.827 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 18 to 31 2024-07-27T18:21:38.827 INFO:tasks.rados.rados.0.smithi029.stdout:381: rmattr oid 23 current snap is 33 2024-07-27T18:21:38.827 INFO:tasks.rados.rados.0.smithi029.stdout:381: done (2 left) 2024-07-27T18:21:38.827 INFO:tasks.rados.rados.0.smithi029.stdout:382: copy_from oid 43 from oid 10 current snap is 33 2024-07-27T18:21:38.828 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 33 2024-07-27T18:21:38.828 INFO:tasks.rados.rados.0.smithi029.stdout:383: seq_num 141 ranges {303104=770048,1073152=589824,1662976=729088,2392064=286720} 2024-07-27T18:21:38.833 INFO:tasks.rados.rados.0.smithi029.stdout:383: writing smithi02985406-19 from 303104 to 1073152 tid 1 2024-07-27T18:21:38.837 INFO:tasks.rados.rados.0.smithi029.stdout:383: writing smithi02985406-19 from 1073152 to 1662976 tid 2 2024-07-27T18:21:38.841 INFO:tasks.rados.rados.0.smithi029.stdout:383: writing smithi02985406-19 from 1662976 to 2392064 tid 3 2024-07-27T18:21:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:383: writing smithi02985406-19 from 2392064 to 2678784 tid 4 2024-07-27T18:21:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 33 2024-07-27T18:21:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:380: finishing rollback tid 0 to smithi02985406-18 2024-07-27T18:21:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:380: finishing rollback tid 1 to smithi02985406-18 2024-07-27T18:21:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:380: finishing rollback tid 2 to smithi02985406-18 2024-07-27T18:21:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 171 (ObjNum 161 snap 0 seq_num 0) dirty exists 2024-07-27T18:21:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:383: finishing write tid 1 to smithi02985406-19 2024-07-27T18:21:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:379: finishing rollback tid 0 to smithi02985406-41 2024-07-27T18:21:38.845 INFO:tasks.rados.rados.0.smithi029.stdout:384: seq_num 142 ranges {0=786432,786432=475136,1261568=540672,1802240=589824} 2024-07-27T18:21:38.848 INFO:tasks.rados.rados.0.smithi029.stdout:384: writing smithi02985406-13 from 0 to 786432 tid 1 2024-07-27T18:21:38.851 INFO:tasks.rados.rados.0.smithi029.stdout:384: writing smithi02985406-13 from 786432 to 1261568 tid 2 2024-07-27T18:21:38.854 INFO:tasks.rados.rados.0.smithi029.stdout:384: writing smithi02985406-13 from 1261568 to 1802240 tid 3 2024-07-27T18:21:38.858 INFO:tasks.rados.rados.0.smithi029.stdout:384: writing smithi02985406-13 from 1802240 to 2392064 tid 4 2024-07-27T18:21:38.858 INFO:tasks.rados.rados.0.smithi029.stdout:380: done (4 left) 2024-07-27T18:21:38.858 INFO:tasks.rados.rados.0.smithi029.stdout:385: setattr oid 40 current snap is 33 2024-07-27T18:21:38.858 INFO:tasks.rados.rados.0.smithi029.stdout:379: finishing rollback tid 1 to smithi02985406-41 2024-07-27T18:21:38.858 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 55 (ObjNum 161 snap 0 seq_num 1) dirty dne 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:383: finishing write tid 2 to smithi02985406-19 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:382: finishing copy_from racing read to smithi02985406-43 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:383: finishing write tid 3 to smithi02985406-19 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:383: finishing write tid 4 to smithi02985406-19 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:383: finishing write tid 5 to smithi02985406-19 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:383: finishing write tid 6 to smithi02985406-19 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:383: oid 19 updating version 0 to 78 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:383: oid 19 updating version 78 to 79 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:383: oid 19 updating version 79 to 82 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:383: oid 19 version 82 is already newer than 80 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:383: oid 19 version 82 is already newer than 81 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 82 (ObjNum 141 snap 33 seq_num 141) dirty exists 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:383: left oid 19 (ObjNum 141 snap 33 seq_num 141) 2024-07-27T18:21:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:382: finishing copy_from to smithi02985406-43 2024-07-27T18:21:38.860 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 85 (ObjNum 104 snap 20 seq_num 104) dirty exists 2024-07-27T18:21:38.860 INFO:tasks.rados.rados.0.smithi029.stdout:384: finishing write tid 1 to smithi02985406-13 2024-07-27T18:21:38.860 INFO:tasks.rados.rados.0.smithi029.stdout:384: finishing write tid 2 to smithi02985406-13 2024-07-27T18:21:38.860 INFO:tasks.rados.rados.0.smithi029.stdout:384: finishing write tid 3 to smithi02985406-13 2024-07-27T18:21:38.860 INFO:tasks.rados.rados.0.smithi029.stdout:379: done (4 left) 2024-07-27T18:21:38.860 INFO:tasks.rados.rados.0.smithi029.stdout:382: done (3 left) 2024-07-27T18:21:38.861 INFO:tasks.rados.rados.0.smithi029.stdout:383: done (2 left) 2024-07-27T18:21:38.861 INFO:tasks.rados.rados.0.smithi029.stdout:386: snap_create 2024-07-27T18:21:38.861 INFO:tasks.rados.rados.0.smithi029.stdout:384: finishing write tid 4 to smithi02985406-13 2024-07-27T18:21:38.861 INFO:tasks.rados.rados.0.smithi029.stdout:384: finishing write tid 5 to smithi02985406-13 2024-07-27T18:21:38.861 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 50 (ObjNum 33 snap 0 seq_num 368003328) dirty exists 2024-07-27T18:21:38.862 INFO:tasks.rados.rados.0.smithi029.stdout:384: finishing write tid 6 to smithi02985406-13 2024-07-27T18:21:38.862 INFO:tasks.rados.rados.0.smithi029.stdout:384: oid 13 updating version 0 to 142 2024-07-27T18:21:38.862 INFO:tasks.rados.rados.0.smithi029.stdout:384: oid 13 version 142 is already newer than 141 2024-07-27T18:21:38.863 INFO:tasks.rados.rados.0.smithi029.stdout:384: oid 13 updating version 142 to 143 2024-07-27T18:21:38.863 INFO:tasks.rados.rados.0.smithi029.stdout:384: oid 13 updating version 143 to 144 2024-07-27T18:21:38.863 INFO:tasks.rados.rados.0.smithi029.stdout:384: oid 13 updating version 144 to 145 2024-07-27T18:21:38.865 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 145 (ObjNum 142 snap 33 seq_num 142) dirty exists 2024-07-27T18:21:38.866 INFO:tasks.rados.rados.0.smithi029.stdout:384: left oid 13 (ObjNum 142 snap 33 seq_num 142) 2024-07-27T18:21:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:38 smithi179 ceph-mon[33511]: pgmap v188: 121 pgs: 121 active+clean; 118 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 6.1 MiB/s rd, 8.0 MiB/s wr, 24 op/s 2024-07-27T18:21:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:38 smithi179 ceph-mon[33511]: osdmap e138: 8 total, 8 up, 8 in 2024-07-27T18:21:38.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:38 smithi179 podman[69018]: 2024-07-27 18:21:38.607371302 +0000 UTC m=+0.596479248 container remove f4a0fabc2c8386a897acde30bb24755bd5ce2c087a1b6a2dd9dfc14b93eb4223 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-a3bbd72, org.label-schema.schema-version=1.0) 2024-07-27T18:21:38.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:38 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-07-27T18:21:38.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:38 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-07-27T18:21:38.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:38 smithi179 systemd[1]: Stopped Ceph mgr.x for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:21:38.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:38 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.x.service: Consumed 10.997s CPU time. 2024-07-27T18:21:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:38 smithi029 ceph-mon[29364]: pgmap v188: 121 pgs: 121 active+clean; 118 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 6.1 MiB/s rd, 8.0 MiB/s wr, 24 op/s 2024-07-27T18:21:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:38 smithi029 ceph-mon[29364]: osdmap e138: 8 total, 8 up, 8 in 2024-07-27T18:21:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:38 smithi029 ceph-mon[40759]: pgmap v188: 121 pgs: 121 active+clean; 118 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 6.1 MiB/s rd, 8.0 MiB/s wr, 24 op/s 2024-07-27T18:21:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:38 smithi029 ceph-mon[40759]: osdmap e138: 8 total, 8 up, 8 in 2024-07-27T18:21:39.307 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:38 smithi179 systemd[1]: Starting Ceph mgr.x for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:21:39.308 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:39 smithi179 podman[69151]: 2024-07-27 18:21:39.083841466 +0000 UTC m=+0.017465773 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:21:39.308 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:39 smithi179 podman[69151]: 2024-07-27 18:21:39.191707224 +0000 UTC m=+0.125331514 container create e43413acb9b7f0cce68453494a0a9344e86bf7679d5f9ba08baf77fb0b1f90fe (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True) 2024-07-27T18:21:39.717 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:39 smithi179 podman[69151]: 2024-07-27 18:21:39.427726816 +0000 UTC m=+0.361351106 container init e43413acb9b7f0cce68453494a0a9344e86bf7679d5f9ba08baf77fb0b1f90fe (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b) 2024-07-27T18:21:39.717 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:39 smithi179 podman[69151]: 2024-07-27 18:21:39.432582065 +0000 UTC m=+0.366206356 container start e43413acb9b7f0cce68453494a0a9344e86bf7679d5f9ba08baf77fb0b1f90fe (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0) 2024-07-27T18:21:39.718 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:39 smithi179 ceph-mgr[69189]: -- 172.21.15.179:0/2395908373 <== mon.1 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x555cc49910e0 con 0x555cc496f000 2024-07-27T18:21:39.718 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:39 smithi179 bash[69151]: e43413acb9b7f0cce68453494a0a9344e86bf7679d5f9ba08baf77fb0b1f90fe 2024-07-27T18:21:39.718 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:39 smithi179 systemd[1]: Started Ceph mgr.x for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:21:39.718 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:39 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:39.556+0000 7fc260f17040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:21:39.718 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:39 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:39.715+0000 7fc260f17040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:21:39.819 INFO:tasks.rados.rados.0.smithi029.stdout:384: done (2 left) 2024-07-27T18:21:39.819 INFO:tasks.rados.rados.0.smithi029.stdout:385: done (1 left) 2024-07-27T18:21:39.819 INFO:tasks.rados.rados.0.smithi029.stdout:386: done (0 left) 2024-07-27T18:21:39.819 INFO:tasks.rados.rados.0.smithi029.stdout:387: copy_from oid 34 from oid 46 current snap is 34 2024-07-27T18:21:39.819 INFO:tasks.rados.rados.0.smithi029.stdout:388: snap_remove snap 31 2024-07-27T18:21:40.062 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:39 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:39.786+0000 7fc260f17040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:21:40.062 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:39 smithi179 ceph-mon[33511]: osdmap e139: 8 total, 8 up, 8 in 2024-07-27T18:21:40.062 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:39 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:40.062 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:39 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:40.062 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:39 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:21:40.063 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:39 smithi179 ceph-mon[33511]: osdmap e140: 8 total, 8 up, 8 in 2024-07-27T18:21:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:39 smithi029 ceph-mon[40759]: osdmap e139: 8 total, 8 up, 8 in 2024-07-27T18:21:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:39 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:39 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:39 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:21:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:39 smithi029 ceph-mon[40759]: osdmap e140: 8 total, 8 up, 8 in 2024-07-27T18:21:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:39 smithi029 ceph-mon[29364]: osdmap e139: 8 total, 8 up, 8 in 2024-07-27T18:21:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:39 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:39 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:39 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:21:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:39 smithi029 ceph-mon[29364]: osdmap e140: 8 total, 8 up, 8 in 2024-07-27T18:21:40.362 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:40 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:40.059+0000 7fc260f17040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:21:40.362 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:40 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:40.125+0000 7fc260f17040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:21:40.821 INFO:tasks.rados.rados.0.smithi029.stdout:388: done (1 left) 2024-07-27T18:21:40.821 INFO:tasks.rados.rados.0.smithi029.stdout:389: rollback oid 45 current snap is 34 2024-07-27T18:21:40.822 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 45 to 17 2024-07-27T18:21:40.822 INFO:tasks.rados.rados.0.smithi029.stdout:390: read oid 20 snap -1 2024-07-27T18:21:40.822 INFO:tasks.rados.rados.0.smithi029.stdout:390: expect deleted 2024-07-27T18:21:40.822 INFO:tasks.rados.rados.0.smithi029.stdout:391: read oid 37 snap -1 2024-07-27T18:21:40.822 INFO:tasks.rados.rados.0.smithi029.stdout:391: expect (ObjNum 128 snap 27 seq_num 128) 2024-07-27T18:21:40.822 INFO:tasks.rados.rados.0.smithi029.stdout:392: delete oid 17 current snap is 34 2024-07-27T18:21:40.823 INFO:tasks.rados.rados.0.smithi029.stdout:387: finishing copy_from racing read to smithi02985406-34 2024-07-27T18:21:40.823 INFO:tasks.rados.rados.0.smithi029.stdout:387: finishing copy_from to smithi02985406-34 2024-07-27T18:21:40.823 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 2 (ObjNum 45 snap 0 seq_num 45) dirty exists 2024-07-27T18:21:40.824 INFO:tasks.rados.rados.0.smithi029.stdout:387: done (4 left) 2024-07-27T18:21:40.824 INFO:tasks.rados.rados.0.smithi029.stdout:390: done (3 left) 2024-07-27T18:21:40.825 INFO:tasks.rados.rados.0.smithi029.stdout:392: done (2 left) 2024-07-27T18:21:40.825 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 34 2024-07-27T18:21:40.825 INFO:tasks.rados.rados.0.smithi029.stdout:393: seq_num 144 ranges {4546560=16384} 2024-07-27T18:21:40.851 INFO:tasks.rados.rados.0.smithi029.stdout:393: writing smithi02985406-5 from 4546560 to 4562944 tid 1 2024-07-27T18:21:40.851 INFO:tasks.rados.rados.0.smithi029.stdout:394: delete oid 16 current snap is 34 2024-07-27T18:21:40.851 INFO:tasks.rados.rados.0.smithi029.stdout:389: finishing rollback tid 0 to smithi02985406-45 2024-07-27T18:21:40.851 INFO:tasks.rados.rados.0.smithi029.stdout:389: finishing rollback tid 1 to smithi02985406-45 2024-07-27T18:21:40.851 INFO:tasks.rados.rados.0.smithi029.stdout:389: finishing rollback tid 2 to smithi02985406-45 2024-07-27T18:21:40.851 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 119 (ObjNum 91 snap 13 seq_num 91) dirty exists 2024-07-27T18:21:40.851 INFO:tasks.rados.rados.0.smithi029.stdout:391: expect (ObjNum 128 snap 27 seq_num 128) 2024-07-27T18:21:40.909 INFO:tasks.rados.rados.0.smithi029.stdout:393: finishing write tid 1 to smithi02985406-5 2024-07-27T18:21:40.909 INFO:tasks.rados.rados.0.smithi029.stdout:393: finishing write tid 2 to smithi02985406-5 2024-07-27T18:21:40.909 INFO:tasks.rados.rados.0.smithi029.stdout:393: finishing write tid 3 to smithi02985406-5 2024-07-27T18:21:40.909 INFO:tasks.rados.rados.0.smithi029.stdout:393: oid 5 updating version 0 to 152 2024-07-27T18:21:40.909 INFO:tasks.rados.rados.0.smithi029.stdout:393: oid 5 version 152 is already newer than 151 2024-07-27T18:21:40.910 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 152 (ObjNum 144 snap 34 seq_num 144) dirty exists 2024-07-27T18:21:40.910 INFO:tasks.rados.rados.0.smithi029.stdout:393: left oid 5 (ObjNum 144 snap 34 seq_num 144) 2024-07-27T18:21:40.910 INFO:tasks.rados.rados.0.smithi029.stdout:389: done (3 left) 2024-07-27T18:21:40.910 INFO:tasks.rados.rados.0.smithi029.stdout:391: done (2 left) 2024-07-27T18:21:40.910 INFO:tasks.rados.rados.0.smithi029.stdout:393: done (1 left) 2024-07-27T18:21:40.910 INFO:tasks.rados.rados.0.smithi029.stdout:394: done (0 left) 2024-07-27T18:21:40.910 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 34 2024-07-27T18:21:40.910 INFO:tasks.rados.rados.0.smithi029.stdout:395: seq_num 146 ranges {2154496=49152} 2024-07-27T18:21:40.921 INFO:tasks.rados.rados.0.smithi029.stdout:395: writing smithi02985406-37 from 2154496 to 2203648 tid 1 2024-07-27T18:21:40.921 INFO:tasks.rados.rados.0.smithi029.stdout:396: copy_from oid 21 from oid 32 current snap is 34 2024-07-27T18:21:40.922 INFO:tasks.rados.rados.0.smithi029.stdout:397: setattr oid 43 current snap is 34 2024-07-27T18:21:40.922 INFO:tasks.rados.rados.0.smithi029.stdout:396: finishing copy_from to smithi02985406-21 2024-07-27T18:21:40.922 INFO:tasks.rados.rados.0.smithi029.stdout:396: got expected ENOENT (src dne) 2024-07-27T18:21:40.922 INFO:tasks.rados.rados.0.smithi029.stdout:396: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:21:40.924 INFO:tasks.rados.rados.0.smithi029.stdout:395: finishing write tid 1 to smithi02985406-37 2024-07-27T18:21:40.924 INFO:tasks.rados.rados.0.smithi029.stdout:395: finishing write tid 2 to smithi02985406-37 2024-07-27T18:21:40.924 INFO:tasks.rados.rados.0.smithi029.stdout:396: done (2 left) 2024-07-27T18:21:40.925 INFO:tasks.rados.rados.0.smithi029.stdout:398: read oid 30 snap -1 2024-07-27T18:21:40.925 INFO:tasks.rados.rados.0.smithi029.stdout:398: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:21:40.925 INFO:tasks.rados.rados.0.smithi029.stdout:399: snap_create 2024-07-27T18:21:40.925 INFO:tasks.rados.rados.0.smithi029.stdout:395: finishing write tid 3 to smithi02985406-37 2024-07-27T18:21:40.925 INFO:tasks.rados.rados.0.smithi029.stdout:395: oid 37 updating version 0 to 133 2024-07-27T18:21:40.926 INFO:tasks.rados.rados.0.smithi029.stdout:395: oid 37 updating version 133 to 134 2024-07-27T18:21:40.926 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 134 (ObjNum 146 snap 34 seq_num 146) dirty exists 2024-07-27T18:21:40.926 INFO:tasks.rados.rados.0.smithi029.stdout:395: left oid 37 (ObjNum 146 snap 34 seq_num 146) 2024-07-27T18:21:40.927 INFO:tasks.rados.rados.0.smithi029.stdout:398: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:21:40.935 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 154 (ObjNum 104 snap 20 seq_num 104) dirty exists 2024-07-27T18:21:41.130 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:40 smithi179 ceph-mon[33511]: pgmap v191: 121 pgs: 121 active+clean; 118 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 6.1 MiB/s rd, 8.0 MiB/s wr, 24 op/s 2024-07-27T18:21:41.131 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:40 smithi179 ceph-mon[33511]: osdmap e141: 8 total, 8 up, 8 in 2024-07-27T18:21:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:40 smithi029 ceph-mon[29364]: pgmap v191: 121 pgs: 121 active+clean; 118 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 6.1 MiB/s rd, 8.0 MiB/s wr, 24 op/s 2024-07-27T18:21:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:40 smithi029 ceph-mon[29364]: osdmap e141: 8 total, 8 up, 8 in 2024-07-27T18:21:41.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:40 smithi029 ceph-mon[40759]: pgmap v191: 121 pgs: 121 active+clean; 118 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 6.1 MiB/s rd, 8.0 MiB/s wr, 24 op/s 2024-07-27T18:21:41.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:40 smithi029 ceph-mon[40759]: osdmap e141: 8 total, 8 up, 8 in 2024-07-27T18:21:41.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:41.128+0000 7fc260f17040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:21:41.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:41.249+0000 7fc260f17040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:21:41.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:41.307+0000 7fc260f17040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:21:41.842 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:41.531+0000 7fc260f17040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:21:41.842 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:41.605+0000 7fc260f17040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:21:41.843 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:41.683+0000 7fc260f17040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:21:41.848 INFO:tasks.rados.rados.0.smithi029.stdout:395: done (3 left) 2024-07-27T18:21:41.848 INFO:tasks.rados.rados.0.smithi029.stdout:397: done (2 left) 2024-07-27T18:21:41.849 INFO:tasks.rados.rados.0.smithi029.stdout:398: done (1 left) 2024-07-27T18:21:41.849 INFO:tasks.rados.rados.0.smithi029.stdout:399: done (0 left) 2024-07-27T18:21:41.849 INFO:tasks.rados.rados.0.smithi029.stdout:400: read oid 31 snap -1 2024-07-27T18:21:41.849 INFO:tasks.rados.rados.0.smithi029.stdout:400: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:21:41.849 INFO:tasks.rados.rados.0.smithi029.stdout:401: rollback oid 22 current snap is 35 2024-07-27T18:21:41.849 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 22 to 28 2024-07-27T18:21:41.850 INFO:tasks.rados.rados.0.smithi029.stdout:402: read oid 48 snap -1 2024-07-27T18:21:41.850 INFO:tasks.rados.rados.0.smithi029.stdout:402: expect (ObjNum 46 snap 0 seq_num 46) 2024-07-27T18:21:41.850 INFO:tasks.rados.rados.0.smithi029.stdout:403: rollback oid 3 current snap is 35 2024-07-27T18:21:41.850 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 3 to 27 2024-07-27T18:21:41.851 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 35 2024-07-27T18:21:41.851 INFO:tasks.rados.rados.0.smithi029.stdout:404: seq_num 147 ranges {0=65536} 2024-07-27T18:21:41.851 INFO:tasks.rados.rados.0.smithi029.stdout:404: writing smithi02985406-18 from 0 to 65536 tid 1 2024-07-27T18:21:41.851 INFO:tasks.rados.rados.0.smithi029.stdout:405: rmattr oid 24 current snap is 35 2024-07-27T18:21:41.851 INFO:tasks.rados.rados.0.smithi029.stdout:406: rmattr oid 11 current snap is 35 2024-07-27T18:21:41.851 INFO:tasks.rados.rados.0.smithi029.stdout:406: done (6 left) 2024-07-27T18:21:41.852 INFO:tasks.rados.rados.0.smithi029.stdout:407: rmattr oid 16 current snap is 35 2024-07-27T18:21:41.852 INFO:tasks.rados.rados.0.smithi029.stdout:407: done (6 left) 2024-07-27T18:21:41.852 INFO:tasks.rados.rados.0.smithi029.stdout:408: copy_from oid 26 from oid 34 current snap is 35 2024-07-27T18:21:41.852 INFO:tasks.rados.rados.0.smithi029.stdout:409: delete oid 20 current snap is 35 2024-07-27T18:21:41.853 INFO:tasks.rados.rados.0.smithi029.stdout:400: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:21:41.860 INFO:tasks.rados.rados.0.smithi029.stdout:403: finishing rollback tid 0 to smithi02985406-3 2024-07-27T18:21:41.861 INFO:tasks.rados.rados.0.smithi029.stdout:403: finishing rollback tid 1 to smithi02985406-3 2024-07-27T18:21:41.861 INFO:tasks.rados.rados.0.smithi029.stdout:403: finishing rollback tid 2 to smithi02985406-3 2024-07-27T18:21:41.861 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 71 (ObjNum 106 snap 20 seq_num 106) dirty exists 2024-07-27T18:21:41.861 INFO:tasks.rados.rados.0.smithi029.stdout:408: finishing copy_from racing read to smithi02985406-26 2024-07-27T18:21:41.861 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 121 (ObjNum 110 snap 20 seq_num 110) dirty exists 2024-07-27T18:21:41.861 INFO:tasks.rados.rados.0.smithi029.stdout:408: finishing copy_from to smithi02985406-26 2024-07-27T18:21:41.861 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 2 (ObjNum 45 snap 0 seq_num 45) dirty exists 2024-07-27T18:21:41.861 INFO:tasks.rados.rados.0.smithi029.stdout:401: finishing rollback tid 0 to smithi02985406-22 2024-07-27T18:21:41.861 INFO:tasks.rados.rados.0.smithi029.stdout:400: done (7 left) 2024-07-27T18:21:41.861 INFO:tasks.rados.rados.0.smithi029.stdout:403: done (6 left) 2024-07-27T18:21:41.861 INFO:tasks.rados.rados.0.smithi029.stdout:405: done (5 left) 2024-07-27T18:21:41.861 INFO:tasks.rados.rados.0.smithi029.stdout:408: done (4 left) 2024-07-27T18:21:41.862 INFO:tasks.rados.rados.0.smithi029.stdout:409: done (3 left) 2024-07-27T18:21:41.862 INFO:tasks.rados.rados.0.smithi029.stdout:410: rollback oid 49 current snap is 35 2024-07-27T18:21:41.863 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 49 to 34 2024-07-27T18:21:41.863 INFO:tasks.rados.rados.0.smithi029.stdout:401: finishing rollback tid 1 to smithi02985406-22 2024-07-27T18:21:41.863 INFO:tasks.rados.rados.0.smithi029.stdout:404: finishing write tid 1 to smithi02985406-18 2024-07-27T18:21:41.863 INFO:tasks.rados.rados.0.smithi029.stdout:404: finishing write tid 2 to smithi02985406-18 2024-07-27T18:21:41.863 INFO:tasks.rados.rados.0.smithi029.stdout:401: finishing rollback tid 2 to smithi02985406-22 2024-07-27T18:21:41.863 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 47 (ObjNum 74 snap 10 seq_num 74) dirty exists 2024-07-27T18:21:41.863 INFO:tasks.rados.rados.0.smithi029.stdout:404: finishing write tid 3 to smithi02985406-18 2024-07-27T18:21:41.863 INFO:tasks.rados.rados.0.smithi029.stdout:404: oid 18 updating version 0 to 176 2024-07-27T18:21:41.863 INFO:tasks.rados.rados.0.smithi029.stdout:404: oid 18 version 176 is already newer than 175 2024-07-27T18:21:41.863 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 176 (ObjNum 147 snap 35 seq_num 147) dirty exists 2024-07-27T18:21:41.863 INFO:tasks.rados.rados.0.smithi029.stdout:404: left oid 18 (ObjNum 147 snap 35 seq_num 147) 2024-07-27T18:21:41.864 INFO:tasks.rados.rados.0.smithi029.stdout:402: expect (ObjNum 46 snap 0 seq_num 46) 2024-07-27T18:21:41.884 INFO:tasks.rados.rados.0.smithi029.stdout:410: finishing rollback tid 1 to smithi02985406-49 2024-07-27T18:21:41.884 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 49 (ObjNum 289 snap 0 seq_num 1) dirty dne 2024-07-27T18:21:41.884 INFO:tasks.rados.rados.0.smithi029.stdout:401: done (3 left) 2024-07-27T18:21:41.884 INFO:tasks.rados.rados.0.smithi029.stdout:402: done (2 left) 2024-07-27T18:21:41.884 INFO:tasks.rados.rados.0.smithi029.stdout:404: done (1 left) 2024-07-27T18:21:41.884 INFO:tasks.rados.rados.0.smithi029.stdout:410: done (0 left) 2024-07-27T18:21:41.884 INFO:tasks.rados.rados.0.smithi029.stdout:411: read oid 48 snap -1 2024-07-27T18:21:41.884 INFO:tasks.rados.rados.0.smithi029.stdout:411: expect (ObjNum 46 snap 0 seq_num 46) 2024-07-27T18:21:41.884 INFO:tasks.rados.rados.0.smithi029.stdout:412: copy_from oid 6 from oid 19 current snap is 35 2024-07-27T18:21:41.884 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 35 2024-07-27T18:21:41.884 INFO:tasks.rados.rados.0.smithi029.stdout:413: seq_num 149 ranges {0=98304} 2024-07-27T18:21:41.885 INFO:tasks.rados.rados.0.smithi029.stdout:413: writing smithi02985406-17 from 0 to 98304 tid 1 2024-07-27T18:21:41.885 INFO:tasks.rados.rados.0.smithi029.stdout:414: read oid 44 snap -1 2024-07-27T18:21:41.885 INFO:tasks.rados.rados.0.smithi029.stdout:414: expect (ObjNum 23 snap 0 seq_num 23) 2024-07-27T18:21:41.885 INFO:tasks.rados.rados.0.smithi029.stdout:415: setattr oid 11 current snap is 35 2024-07-27T18:21:41.887 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 35 2024-07-27T18:21:41.887 INFO:tasks.rados.rados.0.smithi029.stdout:416: seq_num 150 ranges {778240=114688} 2024-07-27T18:21:41.892 INFO:tasks.rados.rados.0.smithi029.stdout:416: writing smithi02985406-47 from 778240 to 892928 tid 1 2024-07-27T18:21:41.892 INFO:tasks.rados.rados.0.smithi029.stdout:417: snap_remove snap 27 2024-07-27T18:21:42.135 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:41 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:42.135 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:41.846+0000 7fc260f17040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:21:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:41 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:41 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:42.412 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:42.288+0000 7fc260f17040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:21:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:21:42] "GET /metrics HTTP/1.1" 200 36108 "" "Prometheus/2.43.0" 2024-07-27T18:21:42.852 INFO:tasks.rados.rados.0.smithi029.stdout:417: done (6 left) 2024-07-27T18:21:42.852 INFO:tasks.rados.rados.0.smithi029.stdout:418: snap_create 2024-07-27T18:21:42.852 INFO:tasks.rados.rados.0.smithi029.stdout:413: finishing write tid 1 to smithi02985406-17 2024-07-27T18:21:42.852 INFO:tasks.rados.rados.0.smithi029.stdout:413: finishing write tid 2 to smithi02985406-17 2024-07-27T18:21:42.852 INFO:tasks.rados.rados.0.smithi029.stdout:411: expect (ObjNum 46 snap 0 seq_num 46) 2024-07-27T18:21:42.877 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:42 smithi179 ceph-mon[33511]: pgmap v194: 121 pgs: 121 active+clean; 118 MiB data, 419 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:42.878 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:42 smithi179 ceph-mon[33511]: osdmap e142: 8 total, 8 up, 8 in 2024-07-27T18:21:42.878 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:42.624+0000 7fc260f17040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:21:42.878 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:42.691+0000 7fc260f17040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:21:42.880 INFO:tasks.rados.rados.0.smithi029.stdout:414: expect (ObjNum 23 snap 0 seq_num 23) 2024-07-27T18:21:42.893 INFO:tasks.rados.rados.0.smithi029.stdout:413: finishing write tid 3 to smithi02985406-17 2024-07-27T18:21:42.893 INFO:tasks.rados.rados.0.smithi029.stdout:413: oid 17 updating version 0 to 79 2024-07-27T18:21:42.893 INFO:tasks.rados.rados.0.smithi029.stdout:413: oid 17 version 79 is already newer than 78 2024-07-27T18:21:42.893 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 79 (ObjNum 149 snap 35 seq_num 149) dirty exists 2024-07-27T18:21:42.893 INFO:tasks.rados.rados.0.smithi029.stdout:413: left oid 17 (ObjNum 149 snap 35 seq_num 149) 2024-07-27T18:21:42.893 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 37 (ObjNum 113 snap 0 seq_num 1323672625) dirty exists 2024-07-27T18:21:42.893 INFO:tasks.rados.rados.0.smithi029.stdout:416: finishing write tid 1 to smithi02985406-47 2024-07-27T18:21:42.893 INFO:tasks.rados.rados.0.smithi029.stdout:416: finishing write tid 2 to smithi02985406-47 2024-07-27T18:21:42.893 INFO:tasks.rados.rados.0.smithi029.stdout:416: finishing write tid 3 to smithi02985406-47 2024-07-27T18:21:42.893 INFO:tasks.rados.rados.0.smithi029.stdout:416: oid 47 updating version 0 to 179 2024-07-27T18:21:42.894 INFO:tasks.rados.rados.0.smithi029.stdout:416: oid 47 updating version 179 to 180 2024-07-27T18:21:42.894 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 180 (ObjNum 150 snap 35 seq_num 150) dirty exists 2024-07-27T18:21:42.894 INFO:tasks.rados.rados.0.smithi029.stdout:416: left oid 47 (ObjNum 150 snap 35 seq_num 150) 2024-07-27T18:21:42.894 INFO:tasks.rados.rados.0.smithi029.stdout:412: finishing copy_from racing read to smithi02985406-6 2024-07-27T18:21:42.894 INFO:tasks.rados.rados.0.smithi029.stdout:412: finishing copy_from to smithi02985406-6 2024-07-27T18:21:42.894 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 82 (ObjNum 141 snap 33 seq_num 141) dirty exists 2024-07-27T18:21:43.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:42.875+0000 7fc260f17040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:21:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:42 smithi029 ceph-mon[29364]: pgmap v194: 121 pgs: 121 active+clean; 118 MiB data, 419 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:42 smithi029 ceph-mon[29364]: osdmap e142: 8 total, 8 up, 8 in 2024-07-27T18:21:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:42 smithi029 ceph-mon[40759]: pgmap v194: 121 pgs: 121 active+clean; 118 MiB data, 419 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:42 smithi029 ceph-mon[40759]: osdmap e142: 8 total, 8 up, 8 in 2024-07-27T18:21:43.255 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:21:43.455 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:43 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:43.203+0000 7fc260f17040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:21:43.455 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:43 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:43.265+0000 7fc260f17040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:21:43.529 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:21:43.530 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (2m) 2m ago 3m 15.2M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:21:43.530 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (3m) 2m ago 3m 82.5M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:21:43.530 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (5m) 2m ago 5m 14.1M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:21:43.530 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (5m) 2m ago 5m 18.3M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:21:43.530 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 starting - - - - 2024-07-27T18:21:43.530 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:9283,8765 running (10m) 2m ago 10m 486M - 18.2.2-1767-ga3bbd728 d280790d1980 22eadc90e47e 2024-07-27T18:21:43.530 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (10m) 2m ago 10m 45.0M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 7d9e2dece8ba 2024-07-27T18:21:43.530 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (9m) 2m ago 9m 38.9M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 0202fbc308d9 2024-07-27T18:21:43.530 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (8m) 2m ago 8m 39.2M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 415872ced014 2024-07-27T18:21:43.530 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (3m) 2m ago 3m 16.0M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:21:43.531 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (3m) 2m ago 3m 7654k - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:21:43.531 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (8m) 2m ago 8m 45.9M 2993M 18.2.2-1767-ga3bbd728 d280790d1980 e314de953958 2024-07-27T18:21:43.531 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (7m) 2m ago 7m 51.6M 2993M 18.2.2-1767-ga3bbd728 d280790d1980 ec6c64b26d24 2024-07-27T18:21:43.531 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (7m) 2m ago 7m 42.4M 2993M 18.2.2-1767-ga3bbd728 d280790d1980 84c890d6b0b2 2024-07-27T18:21:43.531 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (7m) 2m ago 7m 41.5M 2993M 18.2.2-1767-ga3bbd728 d280790d1980 0e2db681e2f2 2024-07-27T18:21:43.531 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (6m) 2m ago 6m 49.8M 2992M 18.2.2-1767-ga3bbd728 d280790d1980 9431ed9c63c6 2024-07-27T18:21:43.531 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (6m) 2m ago 6m 50.5M 2992M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:21:43.531 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (5m) 2m ago 5m 42.3M 2992M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:21:43.531 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (5m) 2m ago 5m 50.9M 2992M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:21:43.531 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (2m) 2m ago 4m 31.4M - 2.43.0 a07b618ecd1d 9be66b92589d 2024-07-27T18:21:43.753 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:43 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:43.453+0000 7fc260f17040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:21:43.754 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:43 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:43.603+0000 7fc260f17040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:21:43.754 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:43 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:43.668+0000 7fc260f17040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:21:43.754 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:43 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:43.751+0000 7fc260f17040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:21:43.855 INFO:tasks.rados.rados.0.smithi029.stdout:411: done (6 left) 2024-07-27T18:21:43.855 INFO:tasks.rados.rados.0.smithi029.stdout:412: done (5 left) 2024-07-27T18:21:43.855 INFO:tasks.rados.rados.0.smithi029.stdout:413: done (4 left) 2024-07-27T18:21:43.856 INFO:tasks.rados.rados.0.smithi029.stdout:414: done (3 left) 2024-07-27T18:21:43.856 INFO:tasks.rados.rados.0.smithi029.stdout:415: done (2 left) 2024-07-27T18:21:43.856 INFO:tasks.rados.rados.0.smithi029.stdout:416: done (1 left) 2024-07-27T18:21:43.856 INFO:tasks.rados.rados.0.smithi029.stdout:418: done (0 left) 2024-07-27T18:21:43.856 INFO:tasks.rados.rados.0.smithi029.stdout:419: delete oid 27 current snap is 36 2024-07-27T18:21:43.859 INFO:tasks.rados.rados.0.smithi029.stdout:419: done (0 left) 2024-07-27T18:21:43.859 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 36 2024-07-27T18:21:43.859 INFO:tasks.rados.rados.0.smithi029.stdout:420: seq_num 152 ranges {3170304=147456} 2024-07-27T18:21:43.864 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:21:43.864 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:21:43.864 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 3 2024-07-27T18:21:43.864 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:21:43.864 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:21:43.864 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:21:43.864 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:21:43.864 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:21:43.864 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8 2024-07-27T18:21:43.864 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:21:43.864 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:21:43.864 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:21:43.865 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:21:43.865 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:21:43.865 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 15 2024-07-27T18:21:43.865 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:21:43.865 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:21:43.877 INFO:tasks.rados.rados.0.smithi029.stdout:420: writing smithi02985406-3 from 3170304 to 3317760 tid 1 2024-07-27T18:21:43.877 INFO:tasks.rados.rados.0.smithi029.stdout:421: snap_create 2024-07-27T18:21:43.879 INFO:tasks.rados.rados.0.smithi029.stdout:420: finishing write tid 1 to smithi02985406-3 2024-07-27T18:21:43.880 INFO:tasks.rados.rados.0.smithi029.stdout:420: finishing write tid 2 to smithi02985406-3 2024-07-27T18:21:43.882 INFO:tasks.rados.rados.0.smithi029.stdout:420: finishing write tid 3 to smithi02985406-3 2024-07-27T18:21:43.882 INFO:tasks.rados.rados.0.smithi029.stdout:420: oid 3 updating version 0 to 76 2024-07-27T18:21:43.882 INFO:tasks.rados.rados.0.smithi029.stdout:420: oid 3 version 76 is already newer than 75 2024-07-27T18:21:43.882 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 76 (ObjNum 152 snap 36 seq_num 152) dirty exists 2024-07-27T18:21:43.883 INFO:tasks.rados.rados.0.smithi029.stdout:420: left oid 3 (ObjNum 152 snap 36 seq_num 152) 2024-07-27T18:21:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:43 smithi179 ceph-mon[33511]: osdmap e143: 8 total, 8 up, 8 in 2024-07-27T18:21:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:43 smithi179 ceph-mon[33511]: from='client.14949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:21:44.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:43 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:43.811+0000 7fc260f17040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:21:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:43 smithi029 ceph-mon[29364]: osdmap e143: 8 total, 8 up, 8 in 2024-07-27T18:21:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:43 smithi029 ceph-mon[29364]: from='client.14949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:21:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:43 smithi029 ceph-mon[40759]: osdmap e143: 8 total, 8 up, 8 in 2024-07-27T18:21:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:43 smithi029 ceph-mon[40759]: from='client.14949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:21:44.637 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:44.369+0000 7fc260f17040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:21:44.637 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:44.527+0000 7fc260f17040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:21:44.637 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: [27/Jul/2024:18:21:44] ENGINE Bus STARTING 2024-07-27T18:21:44.637 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: CherryPy Checker: 2024-07-27T18:21:44.637 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: The Application mounted at '' has an empty config. 2024-07-27T18:21:44.637 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:44.637 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: [27/Jul/2024:18:21:44] ENGINE Serving on http://:::9283 2024-07-27T18:21:44.637 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: [27/Jul/2024:18:21:44] ENGINE Bus STARTED 2024-07-27T18:21:44.821 INFO:tasks.rados.rados.0.smithi029.stdout:420: done (1 left) 2024-07-27T18:21:44.822 INFO:tasks.rados.rados.0.smithi029.stdout:421: done (0 left) 2024-07-27T18:21:44.822 INFO:tasks.rados.rados.0.smithi029.stdout:422: rollback oid 27 current snap is 37 2024-07-27T18:21:44.822 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 27 to 36 2024-07-27T18:21:44.822 INFO:tasks.rados.rados.0.smithi029.stdout:423: setattr oid 20 current snap is 37 2024-07-27T18:21:44.823 INFO:tasks.rados.rados.0.smithi029.stdout:424: snap_create 2024-07-27T18:21:44.825 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 187 (ObjNum 145 snap 0 seq_num 368404136) dirty exists 2024-07-27T18:21:44.878 INFO:tasks.rados.rados.0.smithi029.stdout:422: finishing rollback tid 1 to smithi02985406-27 2024-07-27T18:21:44.878 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 160 (ObjNum 49 snap 0 seq_num 1549883482) dirty dne 2024-07-27T18:21:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-mon[33511]: pgmap v197: 121 pgs: 121 active+clean; 134 MiB data, 440 MiB used, 715 GiB / 715 GiB avail; 3.4 MiB/s rd, 3.1 MiB/s wr, 34 op/s 2024-07-27T18:21:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-mon[33511]: from='client.24875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:21:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-mon[33511]: osdmap e144: 8 total, 8 up, 8 in 2024-07-27T18:21:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/3452897197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:21:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-mon[33511]: Standby manager daemon x restarted 2024-07-27T18:21:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-mon[33511]: Standby manager daemon x started 2024-07-27T18:21:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:21:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:21:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:21:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:21:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:44 smithi179 ceph-mon[33511]: osdmap e145: 8 total, 8 up, 8 in 2024-07-27T18:21:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[29364]: pgmap v197: 121 pgs: 121 active+clean; 134 MiB data, 440 MiB used, 715 GiB / 715 GiB avail; 3.4 MiB/s rd, 3.1 MiB/s wr, 34 op/s 2024-07-27T18:21:45.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[29364]: from='client.24875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:21:45.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[29364]: osdmap e144: 8 total, 8 up, 8 in 2024-07-27T18:21:45.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/3452897197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:21:45.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[29364]: Standby manager daemon x restarted 2024-07-27T18:21:45.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[29364]: Standby manager daemon x started 2024-07-27T18:21:45.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:21:45.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:21:45.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:21:45.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:21:45.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[29364]: osdmap e145: 8 total, 8 up, 8 in 2024-07-27T18:21:45.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[40759]: pgmap v197: 121 pgs: 121 active+clean; 134 MiB data, 440 MiB used, 715 GiB / 715 GiB avail; 3.4 MiB/s rd, 3.1 MiB/s wr, 34 op/s 2024-07-27T18:21:45.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[40759]: from='client.24875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:21:45.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[40759]: osdmap e144: 8 total, 8 up, 8 in 2024-07-27T18:21:45.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/3452897197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:21:45.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[40759]: Standby manager daemon x restarted 2024-07-27T18:21:45.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[40759]: Standby manager daemon x started 2024-07-27T18:21:45.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:21:45.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:21:45.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:21:45.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:21:45.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:44 smithi029 ceph-mon[40759]: osdmap e145: 8 total, 8 up, 8 in 2024-07-27T18:21:45.823 INFO:tasks.rados.rados.0.smithi029.stdout:422: done (2 left) 2024-07-27T18:21:45.823 INFO:tasks.rados.rados.0.smithi029.stdout:423: done (1 left) 2024-07-27T18:21:45.823 INFO:tasks.rados.rados.0.smithi029.stdout:424: done (0 left) 2024-07-27T18:21:45.824 INFO:tasks.rados.rados.0.smithi029.stdout:425: read oid 46 snap -1 2024-07-27T18:21:45.824 INFO:tasks.rados.rados.0.smithi029.stdout:425: expect (ObjNum 45 snap 0 seq_num 45) 2024-07-27T18:21:45.824 INFO:tasks.rados.rados.0.smithi029.stdout:426: snap_remove snap 29 2024-07-27T18:21:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:45 smithi179 ceph-mon[33511]: mgrmap e23: y(active, since 4m), standbys: x 2024-07-27T18:21:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:45 smithi179 ceph-mon[33511]: osdmap e146: 8 total, 8 up, 8 in 2024-07-27T18:21:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:45 smithi029 ceph-mon[29364]: mgrmap e23: y(active, since 4m), standbys: x 2024-07-27T18:21:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:45 smithi029 ceph-mon[29364]: osdmap e146: 8 total, 8 up, 8 in 2024-07-27T18:21:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:45 smithi029 ceph-mon[40759]: mgrmap e23: y(active, since 4m), standbys: x 2024-07-27T18:21:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:45 smithi029 ceph-mon[40759]: osdmap e146: 8 total, 8 up, 8 in 2024-07-27T18:21:46.825 INFO:tasks.rados.rados.0.smithi029.stdout:425: expect (ObjNum 45 snap 0 seq_num 45) 2024-07-27T18:21:46.853 INFO:tasks.rados.rados.0.smithi029.stdout:425: done (1 left) 2024-07-27T18:21:46.853 INFO:tasks.rados.rados.0.smithi029.stdout:426: done (0 left) 2024-07-27T18:21:46.854 INFO:tasks.rados.rados.0.smithi029.stdout:427: read oid 45 snap -1 2024-07-27T18:21:46.854 INFO:tasks.rados.rados.0.smithi029.stdout:427: expect (ObjNum 91 snap 13 seq_num 91) 2024-07-27T18:21:46.854 INFO:tasks.rados.rados.0.smithi029.stdout:428: read oid 43 snap 37 2024-07-27T18:21:46.854 INFO:tasks.rados.rados.0.smithi029.stdout:428: expect (ObjNum 104 snap 20 seq_num 104) 2024-07-27T18:21:46.854 INFO:tasks.rados.rados.0.smithi029.stdout:429: snap_remove snap 24 2024-07-27T18:21:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:46 smithi179 ceph-mon[33511]: pgmap v200: 121 pgs: 121 active+clean; 134 MiB data, 440 MiB used, 715 GiB / 715 GiB avail; 3.4 MiB/s rd, 3.1 MiB/s wr, 34 op/s 2024-07-27T18:21:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:46 smithi179 ceph-mon[33511]: osdmap e147: 8 total, 8 up, 8 in 2024-07-27T18:21:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:46 smithi029 ceph-mon[29364]: pgmap v200: 121 pgs: 121 active+clean; 134 MiB data, 440 MiB used, 715 GiB / 715 GiB avail; 3.4 MiB/s rd, 3.1 MiB/s wr, 34 op/s 2024-07-27T18:21:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:46 smithi029 ceph-mon[29364]: osdmap e147: 8 total, 8 up, 8 in 2024-07-27T18:21:47.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:46 smithi029 ceph-mon[40759]: pgmap v200: 121 pgs: 121 active+clean; 134 MiB data, 440 MiB used, 715 GiB / 715 GiB avail; 3.4 MiB/s rd, 3.1 MiB/s wr, 34 op/s 2024-07-27T18:21:47.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:46 smithi029 ceph-mon[40759]: osdmap e147: 8 total, 8 up, 8 in 2024-07-27T18:21:47.827 INFO:tasks.rados.rados.0.smithi029.stdout:429: done (2 left) 2024-07-27T18:21:47.827 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 38 2024-07-27T18:21:47.827 INFO:tasks.rados.rados.0.smithi029.stdout:430: seq_num 153 ranges {106496=163840} 2024-07-27T18:21:47.828 INFO:tasks.rados.rados.0.smithi029.stdout:430: writing smithi02985406-7 from 106496 to 270336 tid 1 2024-07-27T18:21:47.829 INFO:tasks.rados.rados.0.smithi029.stdout:427: expect (ObjNum 91 snap 13 seq_num 91) 2024-07-27T18:21:47.900 INFO:tasks.rados.rados.0.smithi029.stdout:428: expect (ObjNum 104 snap 20 seq_num 104) 2024-07-27T18:21:48.042 INFO:tasks.rados.rados.0.smithi029.stdout:430: finishing write tid 1 to smithi02985406-7 2024-07-27T18:21:48.042 INFO:tasks.rados.rados.0.smithi029.stdout:430: finishing write tid 2 to smithi02985406-7 2024-07-27T18:21:48.042 INFO:tasks.rados.rados.0.smithi029.stdout:430: finishing write tid 3 to smithi02985406-7 2024-07-27T18:21:48.042 INFO:tasks.rados.rados.0.smithi029.stdout:430: oid 7 updating version 0 to 175 2024-07-27T18:21:48.043 INFO:tasks.rados.rados.0.smithi029.stdout:430: oid 7 updating version 175 to 176 2024-07-27T18:21:48.043 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 176 (ObjNum 153 snap 38 seq_num 153) dirty exists 2024-07-27T18:21:48.043 INFO:tasks.rados.rados.0.smithi029.stdout:430: left oid 7 (ObjNum 153 snap 38 seq_num 153) 2024-07-27T18:21:48.043 INFO:tasks.rados.rados.0.smithi029.stdout:427: done (2 left) 2024-07-27T18:21:48.043 INFO:tasks.rados.rados.0.smithi029.stdout:428: done (1 left) 2024-07-27T18:21:48.043 INFO:tasks.rados.rados.0.smithi029.stdout:430: done (0 left) 2024-07-27T18:21:48.043 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 38 2024-07-27T18:21:48.043 INFO:tasks.rados.rados.0.smithi029.stdout:431: seq_num 154 ranges {2678784=180224} 2024-07-27T18:21:48.057 INFO:tasks.rados.rados.0.smithi029.stdout:431: writing smithi02985406-6 from 2678784 to 2859008 tid 1 2024-07-27T18:21:48.057 INFO:tasks.rados.rados.0.smithi029.stdout:432: rmattr oid 37 current snap is 38 2024-07-27T18:21:48.058 INFO:tasks.rados.rados.0.smithi029.stdout:433: delete oid 21 current snap is 38 2024-07-27T18:21:48.060 INFO:tasks.rados.rados.0.smithi029.stdout:433: done (2 left) 2024-07-27T18:21:48.060 INFO:tasks.rados.rados.0.smithi029.stdout:434: read oid 47 snap -1 2024-07-27T18:21:48.060 INFO:tasks.rados.rados.0.smithi029.stdout:434: expect (ObjNum 150 snap 35 seq_num 150) 2024-07-27T18:21:48.060 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 33 current snap is 38 2024-07-27T18:21:48.060 INFO:tasks.rados.rados.0.smithi029.stdout:435: seq_num 156 ranges {2441216=221184} 2024-07-27T18:21:48.075 INFO:tasks.rados.rados.0.smithi029.stdout:435: writing smithi02985406-33 from 2441216 to 2662400 tid 1 2024-07-27T18:21:48.075 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 38 2024-07-27T18:21:48.075 INFO:tasks.rados.rados.0.smithi029.stdout:436: seq_num 157 ranges {761856=237568} 2024-07-27T18:21:48.080 INFO:tasks.rados.rados.0.smithi029.stdout:436: writing smithi02985406-46 from 761856 to 999424 tid 1 2024-07-27T18:21:48.080 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 38 2024-07-27T18:21:48.080 INFO:tasks.rados.rados.0.smithi029.stdout:437: seq_num 158 ranges {2375680=253952} 2024-07-27T18:21:48.095 INFO:tasks.rados.rados.0.smithi029.stdout:437: writing smithi02985406-12 from 2375680 to 2629632 tid 1 2024-07-27T18:21:48.095 INFO:tasks.rados.rados.0.smithi029.stdout:438: snap_remove snap 34 2024-07-27T18:21:48.872 INFO:tasks.rados.rados.0.smithi029.stdout:438: done (6 left) 2024-07-27T18:21:48.872 INFO:tasks.rados.rados.0.smithi029.stdout:439: copy_from oid 16 from oid 32 current snap is 38 2024-07-27T18:21:48.872 INFO:tasks.rados.rados.0.smithi029.stdout:431: finishing write tid 1 to smithi02985406-6 2024-07-27T18:21:48.872 INFO:tasks.rados.rados.0.smithi029.stdout:431: finishing write tid 2 to smithi02985406-6 2024-07-27T18:21:48.872 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 157 (ObjNum 146 snap 34 seq_num 146) dirty exists 2024-07-27T18:21:48.872 INFO:tasks.rados.rados.0.smithi029.stdout:431: finishing write tid 3 to smithi02985406-6 2024-07-27T18:21:48.873 INFO:tasks.rados.rados.0.smithi029.stdout:431: oid 6 updating version 0 to 154 2024-07-27T18:21:48.873 INFO:tasks.rados.rados.0.smithi029.stdout:431: oid 6 updating version 154 to 155 2024-07-27T18:21:48.873 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 155 (ObjNum 154 snap 38 seq_num 154) dirty exists 2024-07-27T18:21:48.873 INFO:tasks.rados.rados.0.smithi029.stdout:431: left oid 6 (ObjNum 154 snap 38 seq_num 154) 2024-07-27T18:21:48.873 INFO:tasks.rados.rados.0.smithi029.stdout:434: expect (ObjNum 150 snap 35 seq_num 150) 2024-07-27T18:21:48.915 INFO:tasks.rados.rados.0.smithi029.stdout:435: finishing write tid 1 to smithi02985406-33 2024-07-27T18:21:48.915 INFO:tasks.rados.rados.0.smithi029.stdout:435: finishing write tid 2 to smithi02985406-33 2024-07-27T18:21:48.915 INFO:tasks.rados.rados.0.smithi029.stdout:435: finishing write tid 3 to smithi02985406-33 2024-07-27T18:21:48.916 INFO:tasks.rados.rados.0.smithi029.stdout:435: oid 33 updating version 0 to 88 2024-07-27T18:21:48.916 INFO:tasks.rados.rados.0.smithi029.stdout:435: oid 33 version 88 is already newer than 87 2024-07-27T18:21:48.916 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 88 (ObjNum 156 snap 38 seq_num 156) dirty exists 2024-07-27T18:21:48.916 INFO:tasks.rados.rados.0.smithi029.stdout:435: left oid 33 (ObjNum 156 snap 38 seq_num 156) 2024-07-27T18:21:48.916 INFO:tasks.rados.rados.0.smithi029.stdout:436: finishing write tid 1 to smithi02985406-46 2024-07-27T18:21:48.916 INFO:tasks.rados.rados.0.smithi029.stdout:436: finishing write tid 2 to smithi02985406-46 2024-07-27T18:21:48.916 INFO:tasks.rados.rados.0.smithi029.stdout:436: finishing write tid 3 to smithi02985406-46 2024-07-27T18:21:48.916 INFO:tasks.rados.rados.0.smithi029.stdout:436: oid 46 updating version 0 to 54 2024-07-27T18:21:48.916 INFO:tasks.rados.rados.0.smithi029.stdout:436: oid 46 updating version 54 to 55 2024-07-27T18:21:48.916 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 55 (ObjNum 157 snap 38 seq_num 157) dirty exists 2024-07-27T18:21:48.916 INFO:tasks.rados.rados.0.smithi029.stdout:436: left oid 46 (ObjNum 157 snap 38 seq_num 157) 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:431: done (6 left) 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:432: done (5 left) 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:434: done (4 left) 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:435: done (3 left) 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:436: done (2 left) 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:440: read oid 28 snap -1 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:440: expect (ObjNum 39 snap 0 seq_num 39) 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:441: rollback oid 14 current snap is 38 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 14 to 32 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:437: finishing write tid 1 to smithi02985406-12 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:437: finishing write tid 2 to smithi02985406-12 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:437: finishing write tid 3 to smithi02985406-12 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:437: oid 12 updating version 0 to 148 2024-07-27T18:21:48.917 INFO:tasks.rados.rados.0.smithi029.stdout:437: oid 12 version 148 is already newer than 147 2024-07-27T18:21:48.918 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 148 (ObjNum 158 snap 38 seq_num 158) dirty exists 2024-07-27T18:21:48.918 INFO:tasks.rados.rados.0.smithi029.stdout:437: left oid 12 (ObjNum 158 snap 38 seq_num 158) 2024-07-27T18:21:48.918 INFO:tasks.rados.rados.0.smithi029.stdout:439: finishing copy_from to smithi02985406-16 2024-07-27T18:21:48.918 INFO:tasks.rados.rados.0.smithi029.stdout:439: got expected ENOENT (src dne) 2024-07-27T18:21:48.918 INFO:tasks.rados.rados.0.smithi029.stdout:439: finishing copy_from racing read to smithi02985406-16 2024-07-27T18:21:48.918 INFO:tasks.rados.rados.0.smithi029.stdout:437: done (3 left) 2024-07-27T18:21:48.918 INFO:tasks.rados.rados.0.smithi029.stdout:439: done (2 left) 2024-07-27T18:21:48.918 INFO:tasks.rados.rados.0.smithi029.stdout:442: snap_remove snap 17 2024-07-27T18:21:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:48 smithi179 ceph-mon[33511]: pgmap v203: 121 pgs: 121 active+clean; 132 MiB data, 460 MiB used, 715 GiB / 715 GiB avail; 4.7 MiB/s rd, 36 KiB/s wr, 9 op/s 2024-07-27T18:21:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:48 smithi179 ceph-mon[33511]: osdmap e148: 8 total, 8 up, 8 in 2024-07-27T18:21:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:48 smithi029 ceph-mon[40759]: pgmap v203: 121 pgs: 121 active+clean; 132 MiB data, 460 MiB used, 715 GiB / 715 GiB avail; 4.7 MiB/s rd, 36 KiB/s wr, 9 op/s 2024-07-27T18:21:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:48 smithi029 ceph-mon[40759]: osdmap e148: 8 total, 8 up, 8 in 2024-07-27T18:21:49.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:48 smithi029 ceph-mon[29364]: pgmap v203: 121 pgs: 121 active+clean; 132 MiB data, 460 MiB used, 715 GiB / 715 GiB avail; 4.7 MiB/s rd, 36 KiB/s wr, 9 op/s 2024-07-27T18:21:49.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:48 smithi029 ceph-mon[29364]: osdmap e148: 8 total, 8 up, 8 in 2024-07-27T18:21:49.824 INFO:tasks.rados.rados.0.smithi029.stdout:442: done (2 left) 2024-07-27T18:21:49.824 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 38 2024-07-27T18:21:49.825 INFO:tasks.rados.rados.0.smithi029.stdout:443: seq_num 159 ranges {409600=270336} 2024-07-27T18:21:49.827 INFO:tasks.rados.rados.0.smithi029.stdout:443: writing smithi02985406-23 from 409600 to 679936 tid 1 2024-07-27T18:21:49.827 INFO:tasks.rados.rados.0.smithi029.stdout:444: delete oid 8 current snap is 38 2024-07-27T18:21:49.827 INFO:tasks.rados.rados.0.smithi029.stdout:441: finishing rollback tid 0 to smithi02985406-14 2024-07-27T18:21:49.827 INFO:tasks.rados.rados.0.smithi029.stdout:441: finishing rollback tid 1 to smithi02985406-14 2024-07-27T18:21:49.827 INFO:tasks.rados.rados.0.smithi029.stdout:441: finishing rollback tid 2 to smithi02985406-14 2024-07-27T18:21:49.827 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 156 (ObjNum 128 snap 27 seq_num 128) dirty exists 2024-07-27T18:21:49.828 INFO:tasks.rados.rados.0.smithi029.stdout:440: expect (ObjNum 39 snap 0 seq_num 39) 2024-07-27T18:21:49.853 INFO:tasks.rados.rados.0.smithi029.stdout:443: finishing write tid 1 to smithi02985406-23 2024-07-27T18:21:49.853 INFO:tasks.rados.rados.0.smithi029.stdout:443: finishing write tid 2 to smithi02985406-23 2024-07-27T18:21:49.853 INFO:tasks.rados.rados.0.smithi029.stdout:443: finishing write tid 3 to smithi02985406-23 2024-07-27T18:21:49.853 INFO:tasks.rados.rados.0.smithi029.stdout:443: oid 23 updating version 0 to 63 2024-07-27T18:21:49.853 INFO:tasks.rados.rados.0.smithi029.stdout:443: oid 23 version 63 is already newer than 62 2024-07-27T18:21:49.853 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 63 (ObjNum 159 snap 38 seq_num 159) dirty exists 2024-07-27T18:21:49.853 INFO:tasks.rados.rados.0.smithi029.stdout:443: left oid 23 (ObjNum 159 snap 38 seq_num 159) 2024-07-27T18:21:49.853 INFO:tasks.rados.rados.0.smithi029.stdout:440: done (3 left) 2024-07-27T18:21:49.853 INFO:tasks.rados.rados.0.smithi029.stdout:441: done (2 left) 2024-07-27T18:21:49.853 INFO:tasks.rados.rados.0.smithi029.stdout:443: done (1 left) 2024-07-27T18:21:49.853 INFO:tasks.rados.rados.0.smithi029.stdout:444: done (0 left) 2024-07-27T18:21:49.853 INFO:tasks.rados.rados.0.smithi029.stdout:445: read oid 16 snap 25 2024-07-27T18:21:49.854 INFO:tasks.rados.rados.0.smithi029.stdout:445: expect (ObjNum 111 snap 21 seq_num 111) 2024-07-27T18:21:49.854 INFO:tasks.rados.rados.0.smithi029.stdout:446: read oid 14 snap -1 2024-07-27T18:21:49.854 INFO:tasks.rados.rados.0.smithi029.stdout:446: expect (ObjNum 128 snap 27 seq_num 128) 2024-07-27T18:21:49.854 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 38 2024-07-27T18:21:49.854 INFO:tasks.rados.rados.0.smithi029.stdout:447: seq_num 161 ranges {2088960=303104} 2024-07-27T18:21:49.866 INFO:tasks.rados.rados.0.smithi029.stdout:447: writing smithi02985406-45 from 2088960 to 2392064 tid 1 2024-07-27T18:21:49.867 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 38 2024-07-27T18:21:49.867 INFO:tasks.rados.rados.0.smithi029.stdout:448: seq_num 162 ranges {139264=319488} 2024-07-27T18:21:49.869 INFO:tasks.rados.rados.0.smithi029.stdout:448: writing smithi02985406-9 from 139264 to 458752 tid 1 2024-07-27T18:21:49.869 INFO:tasks.rados.rados.0.smithi029.stdout:449: snap_remove snap 35 2024-07-27T18:21:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:49 smithi179 ceph-mon[33511]: osdmap e149: 8 total, 8 up, 8 in 2024-07-27T18:21:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:49 smithi179 ceph-mon[33511]: osdmap e150: 8 total, 8 up, 8 in 2024-07-27T18:21:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:49 smithi029 ceph-mon[29364]: osdmap e149: 8 total, 8 up, 8 in 2024-07-27T18:21:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:49 smithi029 ceph-mon[29364]: osdmap e150: 8 total, 8 up, 8 in 2024-07-27T18:21:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:49 smithi029 ceph-mon[40759]: osdmap e149: 8 total, 8 up, 8 in 2024-07-27T18:21:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:49 smithi029 ceph-mon[40759]: osdmap e150: 8 total, 8 up, 8 in 2024-07-27T18:21:50.875 INFO:tasks.rados.rados.0.smithi029.stdout:449: done (4 left) 2024-07-27T18:21:50.875 INFO:tasks.rados.rados.0.smithi029.stdout:450: rollback oid 3 current snap is 38 2024-07-27T18:21:50.875 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 3 to 26 2024-07-27T18:21:50.875 INFO:tasks.rados.rados.0.smithi029.stdout:446: expect (ObjNum 128 snap 27 seq_num 128) 2024-07-27T18:21:50.935 INFO:tasks.rados.rados.0.smithi029.stdout:446: done (4 left) 2024-07-27T18:21:50.935 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 38 2024-07-27T18:21:50.936 INFO:tasks.rados.rados.0.smithi029.stdout:451: seq_num 163 ranges {3653632=335872} 2024-07-27T18:21:50.957 INFO:tasks.rados.rados.0.smithi029.stdout:451: writing smithi02985406-10 from 3653632 to 3989504 tid 1 2024-07-27T18:21:50.958 INFO:tasks.rados.rados.0.smithi029.stdout:452: copy_from oid 44 from oid 13 current snap is 38 2024-07-27T18:21:50.958 INFO:tasks.rados.rados.0.smithi029.stdout:445: expect (ObjNum 111 snap 21 seq_num 111) 2024-07-27T18:21:51.146 INFO:tasks.rados.rados.0.smithi029.stdout:447: finishing write tid 1 to smithi02985406-45 2024-07-27T18:21:51.146 INFO:tasks.rados.rados.0.smithi029.stdout:447: finishing write tid 2 to smithi02985406-45 2024-07-27T18:21:51.146 INFO:tasks.rados.rados.0.smithi029.stdout:445: done (5 left) 2024-07-27T18:21:51.146 INFO:tasks.rados.rados.0.smithi029.stdout:453: snap_create 2024-07-27T18:21:51.146 INFO:tasks.rados.rados.0.smithi029.stdout:447: finishing write tid 3 to smithi02985406-45 2024-07-27T18:21:51.146 INFO:tasks.rados.rados.0.smithi029.stdout:447: oid 45 updating version 0 to 166 2024-07-27T18:21:51.146 INFO:tasks.rados.rados.0.smithi029.stdout:447: oid 45 updating version 166 to 167 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 167 (ObjNum 161 snap 38 seq_num 161) dirty exists 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:447: left oid 45 (ObjNum 161 snap 38 seq_num 161) 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:448: finishing write tid 1 to smithi02985406-9 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:448: finishing write tid 2 to smithi02985406-9 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:448: finishing write tid 3 to smithi02985406-9 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:448: oid 9 updating version 0 to 219 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:448: oid 9 updating version 219 to 220 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 220 (ObjNum 162 snap 38 seq_num 162) dirty exists 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:448: left oid 9 (ObjNum 162 snap 38 seq_num 162) 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:450: finishing rollback tid 0 to smithi02985406-3 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:450: finishing rollback tid 1 to smithi02985406-3 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:450: finishing rollback tid 2 to smithi02985406-3 2024-07-27T18:21:51.147 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 90 (ObjNum 106 snap 20 seq_num 106) dirty exists 2024-07-27T18:21:51.148 INFO:tasks.rados.rados.0.smithi029.stdout:451: finishing write tid 1 to smithi02985406-10 2024-07-27T18:21:51.148 INFO:tasks.rados.rados.0.smithi029.stdout:451: finishing write tid 2 to smithi02985406-10 2024-07-27T18:21:51.148 INFO:tasks.rados.rados.0.smithi029.stdout:451: finishing write tid 3 to smithi02985406-10 2024-07-27T18:21:51.148 INFO:tasks.rados.rados.0.smithi029.stdout:451: oid 10 updating version 0 to 175 2024-07-27T18:21:51.148 INFO:tasks.rados.rados.0.smithi029.stdout:451: oid 10 updating version 175 to 176 2024-07-27T18:21:51.148 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 176 (ObjNum 163 snap 38 seq_num 163) dirty exists 2024-07-27T18:21:51.148 INFO:tasks.rados.rados.0.smithi029.stdout:451: left oid 10 (ObjNum 163 snap 38 seq_num 163) 2024-07-27T18:21:51.148 INFO:tasks.rados.rados.0.smithi029.stdout:452: finishing copy_from racing read to smithi02985406-44 2024-07-27T18:21:51.148 INFO:tasks.rados.rados.0.smithi029.stdout:452: finishing copy_from to smithi02985406-44 2024-07-27T18:21:51.148 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 145 (ObjNum 142 snap 33 seq_num 142) dirty exists 2024-07-27T18:21:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:51 smithi179 ceph-mon[33511]: pgmap v206: 121 pgs: 121 active+clean; 132 MiB data, 460 MiB used, 715 GiB / 715 GiB avail; 4.7 MiB/s rd, 36 KiB/s wr, 9 op/s 2024-07-27T18:21:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:51 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:51 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:51 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:51 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:51.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:51 smithi179 ceph-mon[33511]: osdmap e151: 8 total, 8 up, 8 in 2024-07-27T18:21:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:51 smithi029 ceph-mon[29364]: pgmap v206: 121 pgs: 121 active+clean; 132 MiB data, 460 MiB used, 715 GiB / 715 GiB avail; 4.7 MiB/s rd, 36 KiB/s wr, 9 op/s 2024-07-27T18:21:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:51 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:51 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:51 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:51 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:51 smithi029 ceph-mon[29364]: osdmap e151: 8 total, 8 up, 8 in 2024-07-27T18:21:51.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:51 smithi029 ceph-mon[40759]: pgmap v206: 121 pgs: 121 active+clean; 132 MiB data, 460 MiB used, 715 GiB / 715 GiB avail; 4.7 MiB/s rd, 36 KiB/s wr, 9 op/s 2024-07-27T18:21:51.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:51 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:51.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:51 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:51.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:51 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:51.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:51 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:51.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:51 smithi029 ceph-mon[40759]: osdmap e151: 8 total, 8 up, 8 in 2024-07-27T18:21:51.876 INFO:tasks.rados.rados.0.smithi029.stdout:447: done (5 left) 2024-07-27T18:21:51.876 INFO:tasks.rados.rados.0.smithi029.stdout:448: done (4 left) 2024-07-27T18:21:51.876 INFO:tasks.rados.rados.0.smithi029.stdout:450: done (3 left) 2024-07-27T18:21:51.876 INFO:tasks.rados.rados.0.smithi029.stdout:451: done (2 left) 2024-07-27T18:21:51.876 INFO:tasks.rados.rados.0.smithi029.stdout:452: done (1 left) 2024-07-27T18:21:51.876 INFO:tasks.rados.rados.0.smithi029.stdout:453: done (0 left) 2024-07-27T18:21:51.876 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 39 2024-07-27T18:21:51.876 INFO:tasks.rados.rados.0.smithi029.stdout:454: seq_num 164 ranges {2629632=352256} 2024-07-27T18:21:51.892 INFO:tasks.rados.rados.0.smithi029.stdout:454: writing smithi02985406-12 from 2629632 to 2981888 tid 1 2024-07-27T18:21:51.892 INFO:tasks.rados.rados.0.smithi029.stdout:455: read oid 9 snap -1 2024-07-27T18:21:51.892 INFO:tasks.rados.rados.0.smithi029.stdout:455: expect (ObjNum 162 snap 38 seq_num 162) 2024-07-27T18:21:51.892 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 39 2024-07-27T18:21:51.892 INFO:tasks.rados.rados.0.smithi029.stdout:456: seq_num 165 ranges {761856=368640} 2024-07-27T18:21:51.899 INFO:tasks.rados.rados.0.smithi029.stdout:456: writing smithi02985406-26 from 761856 to 1130496 tid 1 2024-07-27T18:21:51.899 INFO:tasks.rados.rados.0.smithi029.stdout:457: snap_create 2024-07-27T18:21:51.899 INFO:tasks.rados.rados.0.smithi029.stdout:454: finishing write tid 1 to smithi02985406-12 2024-07-27T18:21:51.899 INFO:tasks.rados.rados.0.smithi029.stdout:454: finishing write tid 2 to smithi02985406-12 2024-07-27T18:21:51.899 INFO:tasks.rados.rados.0.smithi029.stdout:455: expect (ObjNum 162 snap 38 seq_num 162) 2024-07-27T18:21:51.914 INFO:tasks.rados.rados.0.smithi029.stdout:454: finishing write tid 3 to smithi02985406-12 2024-07-27T18:21:51.914 INFO:tasks.rados.rados.0.smithi029.stdout:454: oid 12 updating version 0 to 176 2024-07-27T18:21:51.914 INFO:tasks.rados.rados.0.smithi029.stdout:454: oid 12 version 176 is already newer than 175 2024-07-27T18:21:51.914 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 176 (ObjNum 164 snap 39 seq_num 164) dirty exists 2024-07-27T18:21:51.914 INFO:tasks.rados.rados.0.smithi029.stdout:454: left oid 12 (ObjNum 164 snap 39 seq_num 164) 2024-07-27T18:21:51.914 INFO:tasks.rados.rados.0.smithi029.stdout:456: finishing write tid 1 to smithi02985406-26 2024-07-27T18:21:51.914 INFO:tasks.rados.rados.0.smithi029.stdout:456: finishing write tid 2 to smithi02985406-26 2024-07-27T18:21:51.914 INFO:tasks.rados.rados.0.smithi029.stdout:456: finishing write tid 3 to smithi02985406-26 2024-07-27T18:21:51.914 INFO:tasks.rados.rados.0.smithi029.stdout:456: oid 26 updating version 0 to 39 2024-07-27T18:21:51.914 INFO:tasks.rados.rados.0.smithi029.stdout:456: oid 26 updating version 39 to 40 2024-07-27T18:21:51.915 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 40 (ObjNum 165 snap 39 seq_num 165) dirty exists 2024-07-27T18:21:51.915 INFO:tasks.rados.rados.0.smithi029.stdout:456: left oid 26 (ObjNum 165 snap 39 seq_num 165) 2024-07-27T18:21:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:21:52] "GET /metrics HTTP/1.1" 200 36108 "" "Prometheus/2.43.0" 2024-07-27T18:21:52.881 INFO:tasks.rados.rados.0.smithi029.stdout:454: done (3 left) 2024-07-27T18:21:52.882 INFO:tasks.rados.rados.0.smithi029.stdout:455: done (2 left) 2024-07-27T18:21:52.882 INFO:tasks.rados.rados.0.smithi029.stdout:456: done (1 left) 2024-07-27T18:21:52.882 INFO:tasks.rados.rados.0.smithi029.stdout:457: done (0 left) 2024-07-27T18:21:52.882 INFO:tasks.rados.rados.0.smithi029.stdout:458: copy_from oid 15 from oid 40 current snap is 40 2024-07-27T18:21:52.882 INFO:tasks.rados.rados.0.smithi029.stdout:459: read oid 7 snap 28 2024-07-27T18:21:52.882 INFO:tasks.rados.rados.0.smithi029.stdout:459: expect (ObjNum 6 snap 0 seq_num 6) 2024-07-27T18:21:52.882 INFO:tasks.rados.rados.0.smithi029.stdout:460: rollback oid 31 current snap is 40 2024-07-27T18:21:52.882 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 31 to 36 2024-07-27T18:21:52.882 INFO:tasks.rados.rados.0.smithi029.stdout:461: delete oid 35 current snap is 40 2024-07-27T18:21:52.886 INFO:tasks.rados.rados.0.smithi029.stdout:461: done (3 left) 2024-07-27T18:21:52.887 INFO:tasks.rados.rados.0.smithi029.stdout:462: read oid 38 snap -1 2024-07-27T18:21:52.887 INFO:tasks.rados.rados.0.smithi029.stdout:462: expect (ObjNum 133 snap 29 seq_num 133) 2024-07-27T18:21:52.887 INFO:tasks.rados.rados.0.smithi029.stdout:463: delete oid 26 current snap is 40 2024-07-27T18:21:52.887 INFO:tasks.rados.rados.0.smithi029.stdout:458: finishing copy_from racing read to smithi02985406-15 2024-07-27T18:21:52.887 INFO:tasks.rados.rados.0.smithi029.stdout:459: expect (ObjNum 6 snap 0 seq_num 6) 2024-07-27T18:21:52.892 INFO:tasks.rados.rados.0.smithi029.stdout:458: finishing copy_from to smithi02985406-15 2024-07-27T18:21:52.892 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 50 (ObjNum 289 snap 0 seq_num 0) dirty exists 2024-07-27T18:21:52.892 INFO:tasks.rados.rados.0.smithi029.stdout:460: finishing rollback tid 0 to smithi02985406-31 2024-07-27T18:21:52.892 INFO:tasks.rados.rados.0.smithi029.stdout:460: finishing rollback tid 1 to smithi02985406-31 2024-07-27T18:21:52.893 INFO:tasks.rados.rados.0.smithi029.stdout:460: finishing rollback tid 2 to smithi02985406-31 2024-07-27T18:21:52.893 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 180 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:21:52.893 INFO:tasks.rados.rados.0.smithi029.stdout:458: done (4 left) 2024-07-27T18:21:52.893 INFO:tasks.rados.rados.0.smithi029.stdout:459: done (3 left) 2024-07-27T18:21:52.893 INFO:tasks.rados.rados.0.smithi029.stdout:460: done (2 left) 2024-07-27T18:21:52.893 INFO:tasks.rados.rados.0.smithi029.stdout:463: done (1 left) 2024-07-27T18:21:52.893 INFO:tasks.rados.rados.0.smithi029.stdout:464: rmattr oid 2 current snap is 40 2024-07-27T18:21:52.893 INFO:tasks.rados.rados.0.smithi029.stdout:464: done (1 left) 2024-07-27T18:21:52.893 INFO:tasks.rados.rados.0.smithi029.stdout:465: copy_from oid 40 from oid 27 current snap is 40 2024-07-27T18:21:52.893 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 40 2024-07-27T18:21:52.893 INFO:tasks.rados.rados.0.smithi029.stdout:466: seq_num 168 ranges {1605632=417792} 2024-07-27T18:21:52.903 INFO:tasks.rados.rados.0.smithi029.stdout:466: writing smithi02985406-22 from 1605632 to 2023424 tid 1 2024-07-27T18:21:52.903 INFO:tasks.rados.rados.0.smithi029.stdout:467: rollback oid 34 current snap is 40 2024-07-27T18:21:52.903 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 34 to 38 2024-07-27T18:21:52.903 INFO:tasks.rados.rados.0.smithi029.stdout:465: finishing copy_from to smithi02985406-40 2024-07-27T18:21:52.904 INFO:tasks.rados.rados.0.smithi029.stdout:465: got expected ENOENT (src dne) 2024-07-27T18:21:52.904 INFO:tasks.rados.rados.0.smithi029.stdout:465: finishing copy_from racing read to smithi02985406-40 2024-07-27T18:21:52.904 INFO:tasks.rados.rados.0.smithi029.stdout:465: done (3 left) 2024-07-27T18:21:52.904 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 40 2024-07-27T18:21:52.904 INFO:tasks.rados.rados.0.smithi029.stdout:468: seq_num 169 ranges {65536=434176} 2024-07-27T18:21:52.907 INFO:tasks.rados.rados.0.smithi029.stdout:468: writing smithi02985406-18 from 65536 to 499712 tid 1 2024-07-27T18:21:52.907 INFO:tasks.rados.rados.0.smithi029.stdout:469: copy_from oid 42 from oid 45 current snap is 40 2024-07-27T18:21:52.907 INFO:tasks.rados.rados.0.smithi029.stdout:470: read oid 1 snap -1 2024-07-27T18:21:52.907 INFO:tasks.rados.rados.0.smithi029.stdout:470: expect deleted 2024-07-27T18:21:52.908 INFO:tasks.rados.rados.0.smithi029.stdout:471: copy_from oid 21 from oid 2 current snap is 40 2024-07-27T18:21:52.908 INFO:tasks.rados.rados.0.smithi029.stdout:467: finishing rollback tid 0 to smithi02985406-34 2024-07-27T18:21:52.908 INFO:tasks.rados.rados.0.smithi029.stdout:467: finishing rollback tid 1 to smithi02985406-34 2024-07-27T18:21:52.908 INFO:tasks.rados.rados.0.smithi029.stdout:472: rmattr oid 3 current snap is 40 2024-07-27T18:21:52.908 INFO:tasks.rados.rados.0.smithi029.stdout:472: done (7 left) 2024-07-27T18:21:52.908 INFO:tasks.rados.rados.0.smithi029.stdout:473: rmattr oid 25 current snap is 40 2024-07-27T18:21:52.908 INFO:tasks.rados.rados.0.smithi029.stdout:473: done (7 left) 2024-07-27T18:21:52.908 INFO:tasks.rados.rados.0.smithi029.stdout:474: setattr oid 27 current snap is 40 2024-07-27T18:21:52.908 INFO:tasks.rados.rados.0.smithi029.stdout:467: finishing rollback tid 2 to smithi02985406-34 2024-07-27T18:21:52.908 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 98 (ObjNum 45 snap 0 seq_num 45) dirty exists 2024-07-27T18:21:52.909 INFO:tasks.rados.rados.0.smithi029.stdout:466: finishing write tid 1 to smithi02985406-22 2024-07-27T18:21:52.909 INFO:tasks.rados.rados.0.smithi029.stdout:466: finishing write tid 2 to smithi02985406-22 2024-07-27T18:21:52.910 INFO:tasks.rados.rados.0.smithi029.stdout:467: done (7 left) 2024-07-27T18:21:52.910 INFO:tasks.rados.rados.0.smithi029.stdout:470: done (6 left) 2024-07-27T18:21:52.910 INFO:tasks.rados.rados.0.smithi029.stdout:475: rollback oid 4 current snap is 40 2024-07-27T18:21:52.911 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 4 to 36 2024-07-27T18:21:52.911 INFO:tasks.rados.rados.0.smithi029.stdout:476: delete oid 37 current snap is 40 2024-07-27T18:21:52.911 INFO:tasks.rados.rados.0.smithi029.stdout:471: finishing copy_from to smithi02985406-21 2024-07-27T18:21:52.911 INFO:tasks.rados.rados.0.smithi029.stdout:471: got expected ENOENT (src dne) 2024-07-27T18:21:52.911 INFO:tasks.rados.rados.0.smithi029.stdout:471: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:21:52.911 INFO:tasks.rados.rados.0.smithi029.stdout:466: finishing write tid 3 to smithi02985406-22 2024-07-27T18:21:52.911 INFO:tasks.rados.rados.0.smithi029.stdout:466: oid 22 updating version 0 to 68 2024-07-27T18:21:52.911 INFO:tasks.rados.rados.0.smithi029.stdout:466: oid 22 version 68 is already newer than 67 2024-07-27T18:21:52.911 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 68 (ObjNum 168 snap 40 seq_num 168) dirty exists 2024-07-27T18:21:52.911 INFO:tasks.rados.rados.0.smithi029.stdout:466: left oid 22 (ObjNum 168 snap 40 seq_num 168) 2024-07-27T18:21:52.912 INFO:tasks.rados.rados.0.smithi029.stdout:468: finishing write tid 1 to smithi02985406-18 2024-07-27T18:21:52.912 INFO:tasks.rados.rados.0.smithi029.stdout:468: finishing write tid 2 to smithi02985406-18 2024-07-27T18:21:52.913 INFO:tasks.rados.rados.0.smithi029.stdout:475: finishing rollback tid 1 to smithi02985406-4 2024-07-27T18:21:52.913 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-07-27T18:21:52.913 INFO:tasks.rados.rados.0.smithi029.stdout:466: done (7 left) 2024-07-27T18:21:52.913 INFO:tasks.rados.rados.0.smithi029.stdout:471: done (6 left) 2024-07-27T18:21:52.913 INFO:tasks.rados.rados.0.smithi029.stdout:475: done (5 left) 2024-07-27T18:21:52.913 INFO:tasks.rados.rados.0.smithi029.stdout:476: done (4 left) 2024-07-27T18:21:52.913 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 14 current snap is 40 2024-07-27T18:21:52.913 INFO:tasks.rados.rados.0.smithi029.stdout:477: seq_num 171 ranges {2154496=466944} 2024-07-27T18:21:52.927 INFO:tasks.rados.rados.0.smithi029.stdout:477: writing smithi02985406-14 from 2154496 to 2621440 tid 1 2024-07-27T18:21:52.927 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 40 2024-07-27T18:21:52.927 INFO:tasks.rados.rados.0.smithi029.stdout:478: seq_num 172 ranges {761856=483328} 2024-07-27T18:21:52.934 INFO:tasks.rados.rados.0.smithi029.stdout:478: writing smithi02985406-34 from 761856 to 1245184 tid 1 2024-07-27T18:21:52.934 INFO:tasks.rados.rados.0.smithi029.stdout:479: read oid 32 snap -1 2024-07-27T18:21:52.935 INFO:tasks.rados.rados.0.smithi029.stdout:479: expect deleted 2024-07-27T18:21:52.935 INFO:tasks.rados.rados.0.smithi029.stdout:468: finishing write tid 3 to smithi02985406-18 2024-07-27T18:21:52.935 INFO:tasks.rados.rados.0.smithi029.stdout:468: oid 18 updating version 0 to 227 2024-07-27T18:21:52.935 INFO:tasks.rados.rados.0.smithi029.stdout:468: oid 18 version 227 is already newer than 226 2024-07-27T18:21:52.935 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 227 (ObjNum 169 snap 40 seq_num 169) dirty exists 2024-07-27T18:21:52.935 INFO:tasks.rados.rados.0.smithi029.stdout:468: left oid 18 (ObjNum 169 snap 40 seq_num 169) 2024-07-27T18:21:52.935 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 199 (ObjNum 33 snap 0 seq_num 368382624) dirty exists 2024-07-27T18:21:52.935 INFO:tasks.rados.rados.0.smithi029.stdout:462: expect (ObjNum 133 snap 29 seq_num 133) 2024-07-27T18:21:53.088 INFO:tasks.rados.rados.0.smithi029.stdout:469: finishing copy_from racing read to smithi02985406-42 2024-07-27T18:21:53.088 INFO:tasks.rados.rados.0.smithi029.stdout:469: finishing copy_from to smithi02985406-42 2024-07-27T18:21:53.088 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 167 (ObjNum 161 snap 38 seq_num 161) dirty exists 2024-07-27T18:21:53.088 INFO:tasks.rados.rados.0.smithi029.stdout:477: finishing write tid 1 to smithi02985406-14 2024-07-27T18:21:53.089 INFO:tasks.rados.rados.0.smithi029.stdout:480: read oid 50 snap -1 2024-07-27T18:21:53.089 INFO:tasks.rados.rados.0.smithi029.stdout:480: expect (ObjNum 119 snap 24 seq_num 119) 2024-07-27T18:21:53.089 INFO:tasks.rados.rados.0.smithi029.stdout:462: done (7 left) 2024-07-27T18:21:53.089 INFO:tasks.rados.rados.0.smithi029.stdout:468: done (6 left) 2024-07-27T18:21:53.089 INFO:tasks.rados.rados.0.smithi029.stdout:469: done (5 left) 2024-07-27T18:21:53.089 INFO:tasks.rados.rados.0.smithi029.stdout:474: done (4 left) 2024-07-27T18:21:53.089 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 33 current snap is 40 2024-07-27T18:21:53.089 INFO:tasks.rados.rados.0.smithi029.stdout:477: finishing write tid 2 to smithi02985406-14 2024-07-27T18:21:53.090 INFO:tasks.rados.rados.0.smithi029.stdout:481: seq_num 173 ranges {2662400=499712} 2024-07-27T18:21:53.105 INFO:tasks.rados.rados.0.smithi029.stdout:481: writing smithi02985406-33 from 2662400 to 3162112 tid 1 2024-07-27T18:21:53.105 INFO:tasks.rados.rados.0.smithi029.stdout:482: read oid 8 snap -1 2024-07-27T18:21:53.105 INFO:tasks.rados.rados.0.smithi029.stdout:482: expect deleted 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:477: finishing write tid 3 to smithi02985406-14 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:477: oid 14 updating version 0 to 183 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:477: oid 14 version 183 is already newer than 182 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 183 (ObjNum 171 snap 40 seq_num 171) dirty exists 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:477: left oid 14 (ObjNum 171 snap 40 seq_num 171) 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:478: finishing write tid 1 to smithi02985406-34 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:478: finishing write tid 2 to smithi02985406-34 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:478: finishing write tid 3 to smithi02985406-34 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:478: oid 34 updating version 0 to 101 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:478: oid 34 version 101 is already newer than 100 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 101 (ObjNum 172 snap 40 seq_num 172) dirty exists 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:478: left oid 34 (ObjNum 172 snap 40 seq_num 172) 2024-07-27T18:21:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:480: expect (ObjNum 119 snap 24 seq_num 119) 2024-07-27T18:21:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:52 smithi179 ceph-mon[33511]: pgmap v209: 121 pgs: 121 active+clean; 132 MiB data, 460 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:52 smithi179 ceph-mon[33511]: osdmap e152: 8 total, 8 up, 8 in 2024-07-27T18:21:53.194 INFO:tasks.rados.rados.0.smithi029.stdout:481: finishing write tid 1 to smithi02985406-33 2024-07-27T18:21:53.194 INFO:tasks.rados.rados.0.smithi029.stdout:481: finishing write tid 2 to smithi02985406-33 2024-07-27T18:21:53.194 INFO:tasks.rados.rados.0.smithi029.stdout:483: read oid 17 snap -1 2024-07-27T18:21:53.194 INFO:tasks.rados.rados.0.smithi029.stdout:483: expect (ObjNum 149 snap 35 seq_num 149) 2024-07-27T18:21:53.194 INFO:tasks.rados.rados.0.smithi029.stdout:477: done (6 left) 2024-07-27T18:21:53.194 INFO:tasks.rados.rados.0.smithi029.stdout:478: done (5 left) 2024-07-27T18:21:53.195 INFO:tasks.rados.rados.0.smithi029.stdout:479: done (4 left) 2024-07-27T18:21:53.195 INFO:tasks.rados.rados.0.smithi029.stdout:480: done (3 left) 2024-07-27T18:21:53.195 INFO:tasks.rados.rados.0.smithi029.stdout:482: done (2 left) 2024-07-27T18:21:53.195 INFO:tasks.rados.rados.0.smithi029.stdout:484: rmattr oid 1 current snap is 40 2024-07-27T18:21:53.195 INFO:tasks.rados.rados.0.smithi029.stdout:484: done (2 left) 2024-07-27T18:21:53.195 INFO:tasks.rados.rados.0.smithi029.stdout:485: setattr oid 27 current snap is 40 2024-07-27T18:21:53.195 INFO:tasks.rados.rados.0.smithi029.stdout:481: finishing write tid 3 to smithi02985406-33 2024-07-27T18:21:53.195 INFO:tasks.rados.rados.0.smithi029.stdout:481: oid 33 updating version 0 to 100 2024-07-27T18:21:53.195 INFO:tasks.rados.rados.0.smithi029.stdout:481: oid 33 updating version 100 to 101 2024-07-27T18:21:53.195 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 101 (ObjNum 173 snap 40 seq_num 173) dirty exists 2024-07-27T18:21:53.195 INFO:tasks.rados.rados.0.smithi029.stdout:481: left oid 33 (ObjNum 173 snap 40 seq_num 173) 2024-07-27T18:21:53.198 INFO:tasks.rados.rados.0.smithi029.stdout:481: done (2 left) 2024-07-27T18:21:53.198 INFO:tasks.rados.rados.0.smithi029.stdout:486: rmattr oid 45 current snap is 40 2024-07-27T18:21:53.198 INFO:tasks.rados.rados.0.smithi029.stdout:486: done (2 left) 2024-07-27T18:21:53.198 INFO:tasks.rados.rados.0.smithi029.stdout:487: setattr oid 40 current snap is 40 2024-07-27T18:21:53.198 INFO:tasks.rados.rados.0.smithi029.stdout:483: expect (ObjNum 149 snap 35 seq_num 149) 2024-07-27T18:21:53.199 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 200 (ObjNum 33 snap 0 seq_num 368382624) dirty exists 2024-07-27T18:21:53.199 INFO:tasks.rados.rados.0.smithi029.stdout:483: done (2 left) 2024-07-27T18:21:53.199 INFO:tasks.rados.rados.0.smithi029.stdout:485: done (1 left) 2024-07-27T18:21:53.199 INFO:tasks.rados.rados.0.smithi029.stdout:488: snap_create 2024-07-27T18:21:53.201 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 60 (ObjNum 161 snap 0 seq_num 0) dirty exists 2024-07-27T18:21:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:52 smithi029 ceph-mon[29364]: pgmap v209: 121 pgs: 121 active+clean; 132 MiB data, 460 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:52 smithi029 ceph-mon[29364]: osdmap e152: 8 total, 8 up, 8 in 2024-07-27T18:21:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:52 smithi029 ceph-mon[40759]: pgmap v209: 121 pgs: 121 active+clean; 132 MiB data, 460 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:52 smithi029 ceph-mon[40759]: osdmap e152: 8 total, 8 up, 8 in 2024-07-27T18:21:53.886 INFO:tasks.rados.rados.0.smithi029.stdout:487: done (1 left) 2024-07-27T18:21:53.886 INFO:tasks.rados.rados.0.smithi029.stdout:488: done (0 left) 2024-07-27T18:21:53.886 INFO:tasks.rados.rados.0.smithi029.stdout:489: setattr oid 39 current snap is 41 2024-07-27T18:21:53.887 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 41 2024-07-27T18:21:53.887 INFO:tasks.rados.rados.0.smithi029.stdout:490: seq_num 174 ranges {2023424=516096} 2024-07-27T18:21:53.901 INFO:tasks.rados.rados.0.smithi029.stdout:490: writing smithi02985406-22 from 2023424 to 2539520 tid 1 2024-07-27T18:21:53.901 INFO:tasks.rados.rados.0.smithi029.stdout:491: snap_remove snap 32 2024-07-27T18:21:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:53 smithi179 ceph-mon[33511]: osdmap e153: 8 total, 8 up, 8 in 2024-07-27T18:21:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:53 smithi029 ceph-mon[29364]: osdmap e153: 8 total, 8 up, 8 in 2024-07-27T18:21:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:53 smithi029 ceph-mon[40759]: osdmap e153: 8 total, 8 up, 8 in 2024-07-27T18:21:54.831 INFO:tasks.rados.rados.0.smithi029.stdout:491: done (2 left) 2024-07-27T18:21:54.831 INFO:tasks.rados.rados.0.smithi029.stdout:492: rmattr oid 7 current snap is 41 2024-07-27T18:21:54.831 INFO:tasks.rados.rados.0.smithi029.stdout:492: done (2 left) 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:493: copy_from oid 19 from oid 37 current snap is 41 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 62 (ObjNum 121 snap 24 seq_num 121) dirty exists 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:490: finishing write tid 1 to smithi02985406-22 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:490: finishing write tid 2 to smithi02985406-22 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:490: finishing write tid 3 to smithi02985406-22 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:490: oid 22 updating version 0 to 70 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:490: oid 22 updating version 70 to 71 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 71 (ObjNum 174 snap 41 seq_num 174) dirty exists 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:490: left oid 22 (ObjNum 174 snap 41 seq_num 174) 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:489: done (2 left) 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:490: done (1 left) 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:494: copy_from oid 48 from oid 31 current snap is 41 2024-07-27T18:21:54.832 INFO:tasks.rados.rados.0.smithi029.stdout:495: delete oid 16 current snap is 41 2024-07-27T18:21:54.833 INFO:tasks.rados.rados.0.smithi029.stdout:495: done (2 left) 2024-07-27T18:21:54.833 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 41 2024-07-27T18:21:54.833 INFO:tasks.rados.rados.0.smithi029.stdout:496: seq_num 176 ranges {0=557056} 2024-07-27T18:21:54.837 INFO:tasks.rados.rados.0.smithi029.stdout:496: writing smithi02985406-21 from 0 to 557056 tid 1 2024-07-27T18:21:54.837 INFO:tasks.rados.rados.0.smithi029.stdout:497: delete oid 39 current snap is 41 2024-07-27T18:21:54.842 INFO:tasks.rados.rados.0.smithi029.stdout:496: finishing write tid 1 to smithi02985406-21 2024-07-27T18:21:54.842 INFO:tasks.rados.rados.0.smithi029.stdout:496: finishing write tid 2 to smithi02985406-21 2024-07-27T18:21:54.843 INFO:tasks.rados.rados.0.smithi029.stdout:494: finishing copy_from racing read to smithi02985406-48 2024-07-27T18:21:54.844 INFO:tasks.rados.rados.0.smithi029.stdout:497: done (3 left) 2024-07-27T18:21:54.844 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 41 2024-07-27T18:21:54.844 INFO:tasks.rados.rados.0.smithi029.stdout:498: seq_num 178 ranges {3170304=589824} 2024-07-27T18:21:54.865 INFO:tasks.rados.rados.0.smithi029.stdout:498: writing smithi02985406-3 from 3170304 to 3760128 tid 1 2024-07-27T18:21:54.866 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 41 2024-07-27T18:21:54.866 INFO:tasks.rados.rados.0.smithi029.stdout:496: finishing write tid 3 to smithi02985406-21 2024-07-27T18:21:54.866 INFO:tasks.rados.rados.0.smithi029.stdout:496: oid 21 updating version 0 to 71 2024-07-27T18:21:54.866 INFO:tasks.rados.rados.0.smithi029.stdout:496: oid 21 version 71 is already newer than 70 2024-07-27T18:21:54.866 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 71 (ObjNum 176 snap 41 seq_num 176) dirty exists 2024-07-27T18:21:54.866 INFO:tasks.rados.rados.0.smithi029.stdout:496: left oid 21 (ObjNum 176 snap 41 seq_num 176) 2024-07-27T18:21:54.866 INFO:tasks.rados.rados.0.smithi029.stdout:499: seq_num 179 ranges {2981888=606208} 2024-07-27T18:21:54.885 INFO:tasks.rados.rados.0.smithi029.stdout:499: writing smithi02985406-12 from 2981888 to 3588096 tid 1 2024-07-27T18:21:54.885 INFO:tasks.rados.rados.0.smithi029.stdout:496: done (4 left) 2024-07-27T18:21:54.885 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 41 2024-07-27T18:21:54.886 INFO:tasks.rados.rados.0.smithi029.stdout:493: finishing copy_from to smithi02985406-19 2024-07-27T18:21:54.886 INFO:tasks.rados.rados.0.smithi029.stdout:493: got expected ENOENT (src dne) 2024-07-27T18:21:54.886 INFO:tasks.rados.rados.0.smithi029.stdout:493: finishing copy_from racing read to smithi02985406-19 2024-07-27T18:21:54.886 INFO:tasks.rados.rados.0.smithi029.stdout:494: finishing copy_from to smithi02985406-48 2024-07-27T18:21:54.886 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 180 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:21:54.886 INFO:tasks.rados.rados.0.smithi029.stdout:500: seq_num 180 ranges {1245184=622592} 2024-07-27T18:21:54.896 INFO:tasks.rados.rados.0.smithi029.stdout:500: writing smithi02985406-34 from 1245184 to 1867776 tid 1 2024-07-27T18:21:54.896 INFO:tasks.rados.rados.0.smithi029.stdout:493: done (4 left) 2024-07-27T18:21:54.896 INFO:tasks.rados.rados.0.smithi029.stdout:494: done (3 left) 2024-07-27T18:21:54.896 INFO:tasks.rados.rados.0.smithi029.stdout:501: read oid 33 snap -1 2024-07-27T18:21:54.896 INFO:tasks.rados.rados.0.smithi029.stdout:501: expect (ObjNum 173 snap 40 seq_num 173) 2024-07-27T18:21:54.896 INFO:tasks.rados.rados.0.smithi029.stdout:502: snap_remove snap 28 2024-07-27T18:21:54.990 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:54 smithi179 ceph-mon[33511]: pgmap v212: 121 pgs: 121 active+clean; 135 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.3 MiB/s wr, 17 op/s 2024-07-27T18:21:54.990 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:54 smithi179 ceph-mon[33511]: osdmap e154: 8 total, 8 up, 8 in 2024-07-27T18:21:54.990 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:54 smithi179 ceph-mon[33511]: osdmap e155: 8 total, 8 up, 8 in 2024-07-27T18:21:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:54 smithi029 ceph-mon[29364]: pgmap v212: 121 pgs: 121 active+clean; 135 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.3 MiB/s wr, 17 op/s 2024-07-27T18:21:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:54 smithi029 ceph-mon[29364]: osdmap e154: 8 total, 8 up, 8 in 2024-07-27T18:21:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:54 smithi029 ceph-mon[29364]: osdmap e155: 8 total, 8 up, 8 in 2024-07-27T18:21:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:54 smithi029 ceph-mon[40759]: pgmap v212: 121 pgs: 121 active+clean; 135 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.3 MiB/s wr, 17 op/s 2024-07-27T18:21:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:54 smithi029 ceph-mon[40759]: osdmap e154: 8 total, 8 up, 8 in 2024-07-27T18:21:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:54 smithi029 ceph-mon[40759]: osdmap e155: 8 total, 8 up, 8 in 2024-07-27T18:21:55.893 INFO:tasks.rados.rados.0.smithi029.stdout:502: done (4 left) 2024-07-27T18:21:55.893 INFO:tasks.rados.rados.0.smithi029.stdout:503: rollback oid 1 current snap is 41 2024-07-27T18:21:55.893 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 1 to 30 2024-07-27T18:21:55.893 INFO:tasks.rados.rados.0.smithi029.stdout:498: finishing write tid 1 to smithi02985406-3 2024-07-27T18:21:55.894 INFO:tasks.rados.rados.0.smithi029.stdout:498: finishing write tid 2 to smithi02985406-3 2024-07-27T18:21:55.894 INFO:tasks.rados.rados.0.smithi029.stdout:498: finishing write tid 3 to smithi02985406-3 2024-07-27T18:21:55.894 INFO:tasks.rados.rados.0.smithi029.stdout:498: oid 3 updating version 0 to 96 2024-07-27T18:21:55.894 INFO:tasks.rados.rados.0.smithi029.stdout:498: oid 3 updating version 96 to 97 2024-07-27T18:21:55.894 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 97 (ObjNum 178 snap 41 seq_num 178) dirty exists 2024-07-27T18:21:55.894 INFO:tasks.rados.rados.0.smithi029.stdout:498: left oid 3 (ObjNum 178 snap 41 seq_num 178) 2024-07-27T18:21:55.894 INFO:tasks.rados.rados.0.smithi029.stdout:499: finishing write tid 1 to smithi02985406-12 2024-07-27T18:21:55.894 INFO:tasks.rados.rados.0.smithi029.stdout:499: finishing write tid 2 to smithi02985406-12 2024-07-27T18:21:55.894 INFO:tasks.rados.rados.0.smithi029.stdout:499: finishing write tid 3 to smithi02985406-12 2024-07-27T18:21:55.894 INFO:tasks.rados.rados.0.smithi029.stdout:499: oid 12 updating version 0 to 196 2024-07-27T18:21:55.894 INFO:tasks.rados.rados.0.smithi029.stdout:499: oid 12 version 196 is already newer than 195 2024-07-27T18:21:55.895 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 196 (ObjNum 179 snap 41 seq_num 179) dirty exists 2024-07-27T18:21:55.895 INFO:tasks.rados.rados.0.smithi029.stdout:499: left oid 12 (ObjNum 179 snap 41 seq_num 179) 2024-07-27T18:21:55.895 INFO:tasks.rados.rados.0.smithi029.stdout:500: finishing write tid 1 to smithi02985406-34 2024-07-27T18:21:55.895 INFO:tasks.rados.rados.0.smithi029.stdout:500: finishing write tid 2 to smithi02985406-34 2024-07-27T18:21:55.895 INFO:tasks.rados.rados.0.smithi029.stdout:500: finishing write tid 3 to smithi02985406-34 2024-07-27T18:21:55.895 INFO:tasks.rados.rados.0.smithi029.stdout:500: oid 34 updating version 0 to 105 2024-07-27T18:21:55.895 INFO:tasks.rados.rados.0.smithi029.stdout:500: oid 34 updating version 105 to 106 2024-07-27T18:21:55.895 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 106 (ObjNum 180 snap 41 seq_num 180) dirty exists 2024-07-27T18:21:55.895 INFO:tasks.rados.rados.0.smithi029.stdout:500: left oid 34 (ObjNum 180 snap 41 seq_num 180) 2024-07-27T18:21:55.895 INFO:tasks.rados.rados.0.smithi029.stdout:501: expect (ObjNum 173 snap 40 seq_num 173) 2024-07-27T18:21:56.074 INFO:tasks.rados.rados.0.smithi029.stdout:503: finishing rollback tid 1 to smithi02985406-1 2024-07-27T18:21:56.074 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 0 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2024-07-27T18:21:56.074 INFO:tasks.rados.rados.0.smithi029.stdout:498: done (4 left) 2024-07-27T18:21:56.074 INFO:tasks.rados.rados.0.smithi029.stdout:499: done (3 left) 2024-07-27T18:21:56.074 INFO:tasks.rados.rados.0.smithi029.stdout:500: done (2 left) 2024-07-27T18:21:56.074 INFO:tasks.rados.rados.0.smithi029.stdout:501: done (1 left) 2024-07-27T18:21:56.075 INFO:tasks.rados.rados.0.smithi029.stdout:503: done (0 left) 2024-07-27T18:21:56.075 INFO:tasks.rados.rados.0.smithi029.stdout:504: delete oid 45 current snap is 41 2024-07-27T18:21:56.075 INFO:tasks.rados.rados.0.smithi029.stdout:504: done (0 left) 2024-07-27T18:21:56.075 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 41 2024-07-27T18:21:56.075 INFO:tasks.rados.rados.0.smithi029.stdout:505: seq_num 182 ranges {0=655360} 2024-07-27T18:21:56.079 INFO:tasks.rados.rados.0.smithi029.stdout:505: writing smithi02985406-49 from 0 to 655360 tid 1 2024-07-27T18:21:56.079 INFO:tasks.rados.rados.0.smithi029.stdout:506: snap_remove snap 33 2024-07-27T18:21:56.897 INFO:tasks.rados.rados.0.smithi029.stdout:506: done (1 left) 2024-07-27T18:21:56.898 INFO:tasks.rados.rados.0.smithi029.stdout:507: copy_from oid 46 from oid 11 current snap is 41 2024-07-27T18:21:56.898 INFO:tasks.rados.rados.0.smithi029.stdout:505: finishing write tid 1 to smithi02985406-49 2024-07-27T18:21:56.898 INFO:tasks.rados.rados.0.smithi029.stdout:505: finishing write tid 2 to smithi02985406-49 2024-07-27T18:21:56.898 INFO:tasks.rados.rados.0.smithi029.stdout:505: finishing write tid 3 to smithi02985406-49 2024-07-27T18:21:56.898 INFO:tasks.rados.rados.0.smithi029.stdout:505: oid 49 updating version 0 to 69 2024-07-27T18:21:56.898 INFO:tasks.rados.rados.0.smithi029.stdout:505: oid 49 version 69 is already newer than 68 2024-07-27T18:21:56.898 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 69 (ObjNum 182 snap 41 seq_num 182) dirty exists 2024-07-27T18:21:56.898 INFO:tasks.rados.rados.0.smithi029.stdout:505: left oid 49 (ObjNum 182 snap 41 seq_num 182) 2024-07-27T18:21:56.898 INFO:tasks.rados.rados.0.smithi029.stdout:505: done (1 left) 2024-07-27T18:21:56.898 INFO:tasks.rados.rados.0.smithi029.stdout:508: setattr oid 27 current snap is 41 2024-07-27T18:21:56.899 INFO:tasks.rados.rados.0.smithi029.stdout:509: rollback oid 3 current snap is 41 2024-07-27T18:21:56.899 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 3 to 25 2024-07-27T18:21:56.899 INFO:tasks.rados.rados.0.smithi029.stdout:510: setattr oid 40 current snap is 41 2024-07-27T18:21:56.900 INFO:tasks.rados.rados.0.smithi029.stdout:511: snap_create 2024-07-27T18:21:56.907 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 64 (ObjNum 289 snap 0 seq_num 1323494355) dirty exists 2024-07-27T18:21:56.907 INFO:tasks.rados.rados.0.smithi029.stdout:509: finishing rollback tid 0 to smithi02985406-3 2024-07-27T18:21:56.907 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 226 (ObjNum 65 snap 0 seq_num 1382576749) dirty exists 2024-07-27T18:21:56.909 INFO:tasks.rados.rados.0.smithi029.stdout:509: finishing rollback tid 1 to smithi02985406-3 2024-07-27T18:21:56.909 INFO:tasks.rados.rados.0.smithi029.stdout:509: finishing rollback tid 2 to smithi02985406-3 2024-07-27T18:21:56.909 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 104 (ObjNum 106 snap 20 seq_num 106) dirty exists 2024-07-27T18:21:56.910 INFO:tasks.rados.rados.0.smithi029.stdout:507: finishing copy_from racing read to smithi02985406-46 2024-07-27T18:21:56.912 INFO:tasks.rados.rados.0.smithi029.stdout:507: finishing copy_from to smithi02985406-46 2024-07-27T18:21:56.912 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 37 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:21:56.950 INFO:tasks.rados.rados.0.smithi029.stdout:507: done (4 left) 2024-07-27T18:21:56.951 INFO:tasks.rados.rados.0.smithi029.stdout:508: done (3 left) 2024-07-27T18:21:56.951 INFO:tasks.rados.rados.0.smithi029.stdout:509: done (2 left) 2024-07-27T18:21:56.951 INFO:tasks.rados.rados.0.smithi029.stdout:510: done (1 left) 2024-07-27T18:21:56.951 INFO:tasks.rados.rados.0.smithi029.stdout:511: done (0 left) 2024-07-27T18:21:56.951 INFO:tasks.rados.rados.0.smithi029.stdout:512: snap_create 2024-07-27T18:21:57.159 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:56 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: [27/Jul/2024:18:21:56] ENGINE Bus STOPPING 2024-07-27T18:21:57.159 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: [27/Jul/2024:18:21:57] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:21:57.159 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: [27/Jul/2024:18:21:57] ENGINE Bus STOPPED 2024-07-27T18:21:57.160 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:56 smithi179 ceph-mon[33511]: pgmap v215: 121 pgs: 121 active+clean; 135 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.3 MiB/s wr, 17 op/s 2024-07-27T18:21:57.160 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:56 smithi179 ceph-mon[33511]: osdmap e156: 8 total, 8 up, 8 in 2024-07-27T18:21:57.160 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:56 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:57.160 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:56 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:57.160 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:56 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:57.160 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:56 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:21:57.160 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:56 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:21:57.160 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:56 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[29364]: pgmap v215: 121 pgs: 121 active+clean; 135 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.3 MiB/s wr, 17 op/s 2024-07-27T18:21:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[29364]: osdmap e156: 8 total, 8 up, 8 in 2024-07-27T18:21:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:21:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:21:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:57.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ignoring --setuser ceph since I am not root 2024-07-27T18:21:57.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ignoring --setgroup ceph since I am not root 2024-07-27T18:21:57.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:57.097+0000 7f40ebfb0040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:21:57.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:57.248+0000 7f40ebfb0040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:21:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[40759]: pgmap v215: 121 pgs: 121 active+clean; 135 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.3 MiB/s wr, 17 op/s 2024-07-27T18:21:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[40759]: osdmap e156: 8 total, 8 up, 8 in 2024-07-27T18:21:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:21:57.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:21:57.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:56 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' 2024-07-27T18:21:57.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: [27/Jul/2024:18:21:57] ENGINE Bus STARTING 2024-07-27T18:21:57.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:57.373+0000 7fc1c7b1b640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:21:57.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:57.373+0000 7fc1c7b1b640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:21:57.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:57.373+0000 7fc1c7b1b640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:21:57.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:57.373+0000 7fc1c7b1b640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:21:57.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:57.373+0000 7fc1c7b1b640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:21:57.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:57.373+0000 7fc1c9b1f640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:21:57.414 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:57.373+0000 7fc1c9b1f640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:21:57.414 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:57.373+0000 7fc1c9b1f640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:21:57.414 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:57.373+0000 7fc1c9b1f640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:21:57.414 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:57.373+0000 7fc1c9b1f640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:21:57.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:57.321+0000 7f40ebfb0040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:21:57.805 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:57.578+0000 7f40ebfb0040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:21:57.805 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:57.641+0000 7f40ebfb0040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:21:57.895 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: [27/Jul/2024:18:21:57] ENGINE Serving on http://:::9283 2024-07-27T18:21:57.896 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: [27/Jul/2024:18:21:57] ENGINE Bus STARTED 2024-07-27T18:21:57.952 INFO:tasks.rados.rados.0.smithi029.stdout:512: done (0 left) 2024-07-27T18:21:57.952 INFO:tasks.rados.rados.0.smithi029.stdout:513: setattr oid 4 current snap is 43 2024-07-27T18:21:57.953 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 14 current snap is 43 2024-07-27T18:21:57.953 INFO:tasks.rados.rados.0.smithi029.stdout:514: seq_num 183 ranges {2621440=671744} 2024-07-27T18:21:57.973 INFO:tasks.rados.rados.0.smithi029.stdout:514: writing smithi02985406-14 from 2621440 to 3293184 tid 1 2024-07-27T18:21:57.973 INFO:tasks.rados.rados.0.smithi029.stdout:515: read oid 16 snap 26 2024-07-27T18:21:57.973 INFO:tasks.rados.rados.0.smithi029.stdout:515: expect (ObjNum 111 snap 21 seq_num 111) 2024-07-27T18:21:57.973 INFO:tasks.rados.rados.0.smithi029.stdout:516: rmattr oid 10 current snap is 43 2024-07-27T18:21:57.973 INFO:tasks.rados.rados.0.smithi029.stdout:516: done (3 left) 2024-07-27T18:21:57.973 INFO:tasks.rados.rados.0.smithi029.stdout:517: copy_from oid 41 from oid 17 current snap is 43 2024-07-27T18:21:57.973 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 109 (ObjNum 4113 snap 0 seq_num 1634035807) dirty exists 2024-07-27T18:21:57.973 INFO:tasks.rados.rados.0.smithi029.stdout:513: done (3 left) 2024-07-27T18:21:57.973 INFO:tasks.rados.rados.0.smithi029.stdout:518: delete oid 22 current snap is 43 2024-07-27T18:21:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:518: done (3 left) 2024-07-27T18:21:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:519: rmattr oid 28 current snap is 43 2024-07-27T18:21:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:519: done (3 left) 2024-07-27T18:21:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:520: rollback oid 13 current snap is 43 2024-07-27T18:21:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 25 2024-07-27T18:21:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:521: copy_from oid 23 from oid 3 current snap is 43 2024-07-27T18:21:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:522: read oid 6 snap -1 2024-07-27T18:21:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:522: expect (ObjNum 154 snap 38 seq_num 154) 2024-07-27T18:21:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:523: rollback oid 5 current snap is 43 2024-07-27T18:21:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 5 to 26 2024-07-27T18:21:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:524: setattr oid 21 current snap is 43 2024-07-27T18:21:57.978 INFO:tasks.rados.rados.0.smithi029.stdout:514: finishing write tid 1 to smithi02985406-14 2024-07-27T18:21:57.978 INFO:tasks.rados.rados.0.smithi029.stdout:514: finishing write tid 2 to smithi02985406-14 2024-07-27T18:21:57.978 INFO:tasks.rados.rados.0.smithi029.stdout:525: snap_create 2024-07-27T18:21:57.980 INFO:tasks.rados.rados.0.smithi029.stdout:514: finishing write tid 3 to smithi02985406-14 2024-07-27T18:21:57.980 INFO:tasks.rados.rados.0.smithi029.stdout:514: oid 14 updating version 0 to 220 2024-07-27T18:21:57.980 INFO:tasks.rados.rados.0.smithi029.stdout:514: oid 14 updating version 220 to 221 2024-07-27T18:21:57.980 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 221 (ObjNum 183 snap 43 seq_num 183) dirty exists 2024-07-27T18:21:57.980 INFO:tasks.rados.rados.0.smithi029.stdout:514: left oid 14 (ObjNum 183 snap 43 seq_num 183) 2024-07-27T18:21:57.983 INFO:tasks.rados.rados.0.smithi029.stdout:517: finishing copy_from racing read to smithi02985406-41 2024-07-27T18:21:57.984 INFO:tasks.rados.rados.0.smithi029.stdout:520: finishing rollback tid 0 to smithi02985406-13 2024-07-27T18:21:57.985 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 77 (ObjNum 176 snap 41 seq_num 176) dirty exists 2024-07-27T18:21:57.985 INFO:tasks.rados.rados.0.smithi029.stdout:520: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:21:57.985 INFO:tasks.rados.rados.0.smithi029.stdout:520: finishing rollback tid 2 to smithi02985406-13 2024-07-27T18:21:57.985 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 240 (ObjNum 69 snap 8 seq_num 69) dirty exists 2024-07-27T18:21:57.985 INFO:tasks.rados.rados.0.smithi029.stdout:523: finishing rollback tid 0 to smithi02985406-5 2024-07-27T18:21:57.985 INFO:tasks.rados.rados.0.smithi029.stdout:523: finishing rollback tid 1 to smithi02985406-5 2024-07-27T18:21:57.986 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 243 (ObjNum 65 snap 0 seq_num 1323413440) dirty dne 2024-07-27T18:21:57.987 INFO:tasks.rados.rados.0.smithi029.stdout:517: finishing copy_from to smithi02985406-41 2024-07-27T18:21:57.987 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 79 (ObjNum 149 snap 35 seq_num 149) dirty exists 2024-07-27T18:21:57.994 INFO:tasks.rados.rados.0.smithi029.stdout:515: expect (ObjNum 111 snap 21 seq_num 111) 2024-07-27T18:21:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: osdmap e157: 8 total, 8 up, 8 in 2024-07-27T18:21:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:21:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-07-27T18:21:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-07-27T18:21:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: Activating manager daemon x 2024-07-27T18:21:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: osdmap e158: 8 total, 8 up, 8 in 2024-07-27T18:21:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24434 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-07-27T18:21:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: mgrmap e24: x(active, starting, since 0.00633066s) 2024-07-27T18:21:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:21:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:21:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:21:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:21:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:21:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: Manager daemon x is now available 2024-07-27T18:21:58.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: Migrating agent root cert to cert store 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: Migrating agent root key to cert store 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: Checking for cert/key for grafana.a 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: Migrating grafana.a cert to cert store 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: Migrating grafana.a key to cert store 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-07-27T18:21:58.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:57 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-07-27T18:21:58.195 INFO:tasks.rados.rados.0.smithi029.stdout:522: expect (ObjNum 154 snap 38 seq_num 154) 2024-07-27T18:21:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: osdmap e157: 8 total, 8 up, 8 in 2024-07-27T18:21:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:21:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-07-27T18:21:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-07-27T18:21:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: Activating manager daemon x 2024-07-27T18:21:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: osdmap e158: 8 total, 8 up, 8 in 2024-07-27T18:21:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24434 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-07-27T18:21:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: mgrmap e24: x(active, starting, since 0.00633066s) 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:21:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:21:58.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:21:58.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:21:58.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:21:58.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: Manager daemon x is now available 2024-07-27T18:21:58.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: Migrating agent root cert to cert store 2024-07-27T18:21:58.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: Migrating agent root key to cert store 2024-07-27T18:21:58.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: Checking for cert/key for grafana.a 2024-07-27T18:21:58.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: Migrating grafana.a cert to cert store 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: osdmap e157: 8 total, 8 up, 8 in 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24434 172.21.15.29:0/426283320' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: Activating manager daemon x 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: osdmap e158: 8 total, 8 up, 8 in 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24434 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: mgrmap e24: x(active, starting, since 0.00633066s) 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:21:58.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: Manager daemon x is now available 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: Migrating agent root cert to cert store 2024-07-27T18:21:58.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: Migrating agent root key to cert store 2024-07-27T18:21:58.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: Checking for cert/key for grafana.a 2024-07-27T18:21:58.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: Migrating grafana.a cert to cert store 2024-07-27T18:21:58.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: Migrating grafana.a key to cert store 2024-07-27T18:21:58.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:21:58.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:58.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:21:58.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:21:58.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-07-27T18:21:58.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-07-27T18:21:58.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: Migrating grafana.a key to cert store 2024-07-27T18:21:58.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:21:58.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:21:58.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:21:58.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:21:58.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:21:58.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-07-27T18:21:58.259 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:57 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-07-27T18:21:58.320 INFO:tasks.rados.rados.0.smithi029.stdout:521: finishing copy_from racing read to smithi02985406-23 2024-07-27T18:21:58.320 INFO:tasks.rados.rados.0.smithi029.stdout:521: finishing copy_from to smithi02985406-23 2024-07-27T18:21:58.320 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 104 (ObjNum 106 snap 20 seq_num 106) dirty exists 2024-07-27T18:21:58.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:58.457+0000 7fc1b38b5640 -1 log_channel(cephadm) log [ERR] : [27/Jul/2024:18:21:58] ENGINE Error in HTTPServer.serve 2024-07-27T18:21:58.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: Traceback (most recent call last): 2024-07-27T18:21:58.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:21:58.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: self._connections.run(self.expiration_interval) 2024-07-27T18:21:58.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:21:58.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: self._run(expiration_interval) 2024-07-27T18:21:58.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:21:58.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:21:58.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:21:58.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:21:58.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:21:58.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: s = self.context.wrap_socket( 2024-07-27T18:21:58.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:21:58.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: return self.sslsocket_class._create( 2024-07-27T18:21:58.915 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:21:58.915 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: self.do_handshake() 2024-07-27T18:21:58.915 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:21:58.915 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: self._sslobj.do_handshake() 2024-07-27T18:21:58.915 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:21:58.915 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:21:58.947 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:58.673+0000 7f40ebfb0040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:21:58.947 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:58.802+0000 7f40ebfb0040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:21:58.948 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:58.874+0000 7f40ebfb0040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:21:58.964 INFO:tasks.rados.rados.0.smithi029.stdout:514: done (8 left) 2024-07-27T18:21:58.964 INFO:tasks.rados.rados.0.smithi029.stdout:515: done (7 left) 2024-07-27T18:21:58.964 INFO:tasks.rados.rados.0.smithi029.stdout:517: done (6 left) 2024-07-27T18:21:58.964 INFO:tasks.rados.rados.0.smithi029.stdout:520: done (5 left) 2024-07-27T18:21:58.964 INFO:tasks.rados.rados.0.smithi029.stdout:521: done (4 left) 2024-07-27T18:21:58.964 INFO:tasks.rados.rados.0.smithi029.stdout:522: done (3 left) 2024-07-27T18:21:58.964 INFO:tasks.rados.rados.0.smithi029.stdout:523: done (2 left) 2024-07-27T18:21:58.964 INFO:tasks.rados.rados.0.smithi029.stdout:524: done (1 left) 2024-07-27T18:21:58.965 INFO:tasks.rados.rados.0.smithi029.stdout:525: done (0 left) 2024-07-27T18:21:58.965 INFO:tasks.rados.rados.0.smithi029.stdout:526: rmattr oid 4 current snap is 44 2024-07-27T18:21:58.965 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 44 2024-07-27T18:21:58.965 INFO:tasks.rados.rados.0.smithi029.stdout:527: seq_num 185 ranges {892928=704512} 2024-07-27T18:21:58.973 INFO:tasks.rados.rados.0.smithi029.stdout:527: writing smithi02985406-47 from 892928 to 1597440 tid 1 2024-07-27T18:21:58.973 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 44 2024-07-27T18:21:58.973 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 111 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:21:58.973 INFO:tasks.rados.rados.0.smithi029.stdout:528: seq_num 186 ranges {0=720896} 2024-07-27T18:21:58.977 INFO:tasks.rados.rados.0.smithi029.stdout:528: writing smithi02985406-40 from 0 to 720896 tid 1 2024-07-27T18:21:58.977 INFO:tasks.rados.rados.0.smithi029.stdout:526: done (2 left) 2024-07-27T18:21:58.977 INFO:tasks.rados.rados.0.smithi029.stdout:529: read oid 33 snap 43 2024-07-27T18:21:58.978 INFO:tasks.rados.rados.0.smithi029.stdout:529: expect (ObjNum 173 snap 40 seq_num 173) 2024-07-27T18:21:58.978 INFO:tasks.rados.rados.0.smithi029.stdout:530: delete oid 23 current snap is 44 2024-07-27T18:21:58.978 INFO:tasks.rados.rados.0.smithi029.stdout:527: finishing write tid 1 to smithi02985406-47 2024-07-27T18:21:58.978 INFO:tasks.rados.rados.0.smithi029.stdout:527: finishing write tid 2 to smithi02985406-47 2024-07-27T18:21:58.979 INFO:tasks.rados.rados.0.smithi029.stdout:527: finishing write tid 3 to smithi02985406-47 2024-07-27T18:21:58.979 INFO:tasks.rados.rados.0.smithi029.stdout:527: oid 47 updating version 0 to 255 2024-07-27T18:21:58.979 INFO:tasks.rados.rados.0.smithi029.stdout:527: oid 47 updating version 255 to 256 2024-07-27T18:21:58.979 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 256 (ObjNum 185 snap 44 seq_num 185) dirty exists 2024-07-27T18:21:58.979 INFO:tasks.rados.rados.0.smithi029.stdout:527: left oid 47 (ObjNum 185 snap 44 seq_num 185) 2024-07-27T18:21:58.982 INFO:tasks.rados.rados.0.smithi029.stdout:527: done (3 left) 2024-07-27T18:21:58.983 INFO:tasks.rados.rados.0.smithi029.stdout:530: done (2 left) 2024-07-27T18:21:58.983 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 44 2024-07-27T18:21:58.983 INFO:tasks.rados.rados.0.smithi029.stdout:531: seq_num 188 ranges {2859008=753664} 2024-07-27T18:21:59.002 INFO:tasks.rados.rados.0.smithi029.stdout:531: writing smithi02985406-6 from 2859008 to 3612672 tid 1 2024-07-27T18:21:59.002 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 14 current snap is 44 2024-07-27T18:21:59.002 INFO:tasks.rados.rados.0.smithi029.stdout:528: finishing write tid 1 to smithi02985406-40 2024-07-27T18:21:59.002 INFO:tasks.rados.rados.0.smithi029.stdout:532: seq_num 189 ranges {3293184=770048} 2024-07-27T18:21:59.025 INFO:tasks.rados.rados.0.smithi029.stdout:532: writing smithi02985406-14 from 3293184 to 4063232 tid 1 2024-07-27T18:21:59.026 INFO:tasks.rados.rados.0.smithi029.stdout:533: rollback oid 17 current snap is 44 2024-07-27T18:21:59.026 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 17 to 38 2024-07-27T18:21:59.026 INFO:tasks.rados.rados.0.smithi029.stdout:528: finishing write tid 2 to smithi02985406-40 2024-07-27T18:21:59.026 INFO:tasks.rados.rados.0.smithi029.stdout:534: read oid 26 snap -1 2024-07-27T18:21:59.026 INFO:tasks.rados.rados.0.smithi029.stdout:534: expect deleted 2024-07-27T18:21:59.026 INFO:tasks.rados.rados.0.smithi029.stdout:535: rollback oid 19 current snap is 44 2024-07-27T18:21:59.026 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 19 to 40 2024-07-27T18:21:59.026 INFO:tasks.rados.rados.0.smithi029.stdout:528: finishing write tid 3 to smithi02985406-40 2024-07-27T18:21:59.026 INFO:tasks.rados.rados.0.smithi029.stdout:528: oid 40 updating version 0 to 69 2024-07-27T18:21:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:528: oid 40 version 69 is already newer than 68 2024-07-27T18:21:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 69 (ObjNum 186 snap 44 seq_num 186) dirty exists 2024-07-27T18:21:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:528: left oid 40 (ObjNum 186 snap 44 seq_num 186) 2024-07-27T18:21:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:529: expect (ObjNum 173 snap 40 seq_num 173) 2024-07-27T18:21:59.203 INFO:tasks.rados.rados.0.smithi029.stdout:531: finishing write tid 1 to smithi02985406-6 2024-07-27T18:21:59.203 INFO:tasks.rados.rados.0.smithi029.stdout:531: finishing write tid 2 to smithi02985406-6 2024-07-27T18:21:59.203 INFO:tasks.rados.rados.0.smithi029.stdout:531: finishing write tid 3 to smithi02985406-6 2024-07-27T18:21:59.203 INFO:tasks.rados.rados.0.smithi029.stdout:531: oid 6 updating version 0 to 208 2024-07-27T18:21:59.203 INFO:tasks.rados.rados.0.smithi029.stdout:531: oid 6 version 208 is already newer than 207 2024-07-27T18:21:59.204 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 208 (ObjNum 188 snap 44 seq_num 188) dirty exists 2024-07-27T18:21:59.204 INFO:tasks.rados.rados.0.smithi029.stdout:531: left oid 6 (ObjNum 188 snap 44 seq_num 188) 2024-07-27T18:21:59.204 INFO:tasks.rados.rados.0.smithi029.stdout:528: done (6 left) 2024-07-27T18:21:59.204 INFO:tasks.rados.rados.0.smithi029.stdout:529: done (5 left) 2024-07-27T18:21:59.204 INFO:tasks.rados.rados.0.smithi029.stdout:531: done (4 left) 2024-07-27T18:21:59.204 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 44 2024-07-27T18:21:59.204 INFO:tasks.rados.rados.0.smithi029.stdout:536: seq_num 190 ranges {0=786432} 2024-07-27T18:21:59.207 INFO:tasks.rados.rados.0.smithi029.stdout:536: writing smithi02985406-46 from 0 to 786432 tid 1 2024-07-27T18:21:59.207 INFO:tasks.rados.rados.0.smithi029.stdout:537: rollback oid 12 current snap is 44 2024-07-27T18:21:59.207 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 12 to 40 2024-07-27T18:21:59.208 INFO:tasks.rados.rados.0.smithi029.stdout:533: finishing rollback tid 0 to smithi02985406-17 2024-07-27T18:21:59.208 INFO:tasks.rados.rados.0.smithi029.stdout:533: finishing rollback tid 1 to smithi02985406-17 2024-07-27T18:21:59.208 INFO:tasks.rados.rados.0.smithi029.stdout:534: done (5 left) 2024-07-27T18:21:59.208 INFO:tasks.rados.rados.0.smithi029.stdout:538: snap_remove snap 42 2024-07-27T18:21:59.249 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[40759]: Deploying cephadm binary to smithi179 2024-07-27T18:21:59.249 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[40759]: Deploying cephadm binary to smithi029 2024-07-27T18:21:59.249 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[40759]: osdmap e159: 8 total, 8 up, 8 in 2024-07-27T18:21:59.249 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[40759]: mgrmap e25: x(active, since 1.01439s) 2024-07-27T18:21:59.250 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[40759]: pgmap v4: 121 pgs: 121 active+clean; 141 MiB data, 476 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:59.250 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[40759]: [27/Jul/2024:18:21:58] ENGINE Bus STARTING 2024-07-27T18:21:59.250 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[40759]: [27/Jul/2024:18:21:58] ENGINE Serving on https://172.21.15.179:7150 2024-07-27T18:21:59.250 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[40759]: [27/Jul/2024:18:21:58] ENGINE Error in HTTPServer.serve 2024-07-27T18:21:59.250 INFO:journalctl@ceph.mon.c.smithi029.stdout: Traceback (most recent call last): 2024-07-27T18:21:59.250 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:21:59.250 INFO:journalctl@ceph.mon.c.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:21:59.250 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:21:59.250 INFO:journalctl@ceph.mon.c.smithi029.stdout: self._run(expiration_interval) 2024-07-27T18:21:59.250 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:21:59.250 INFO:journalctl@ceph.mon.c.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:21:59.250 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:21:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:21:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:21:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout: s = self.context.wrap_socket( 2024-07-27T18:21:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:21:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout: return self.sslsocket_class._create( 2024-07-27T18:21:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:21:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout: self.do_handshake() 2024-07-27T18:21:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:21:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout: self._sslobj.do_handshake() 2024-07-27T18:21:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:21:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[29364]: Deploying cephadm binary to smithi179 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[29364]: Deploying cephadm binary to smithi029 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[29364]: osdmap e159: 8 total, 8 up, 8 in 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[29364]: mgrmap e25: x(active, since 1.01439s) 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[29364]: pgmap v4: 121 pgs: 121 active+clean; 141 MiB data, 476 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[29364]: [27/Jul/2024:18:21:58] ENGINE Bus STARTING 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[29364]: [27/Jul/2024:18:21:58] ENGINE Serving on https://172.21.15.179:7150 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:58 smithi029 ceph-mon[29364]: [27/Jul/2024:18:21:58] ENGINE Error in HTTPServer.serve 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout: Traceback (most recent call last): 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._run(expiration_interval) 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:21:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:21:59.253 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:21:59.253 INFO:journalctl@ceph.mon.a.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:21:59.253 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:21:59.253 INFO:journalctl@ceph.mon.a.smithi029.stdout: s = self.context.wrap_socket( 2024-07-27T18:21:59.253 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:21:59.253 INFO:journalctl@ceph.mon.a.smithi029.stdout: return self.sslsocket_class._create( 2024-07-27T18:21:59.253 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:21:59.253 INFO:journalctl@ceph.mon.a.smithi029.stdout: self.do_handshake() 2024-07-27T18:21:59.253 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:21:59.253 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._sslobj.do_handshake() 2024-07-27T18:21:59.253 INFO:journalctl@ceph.mon.a.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:21:59.253 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:59.111+0000 7f40ebfb0040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:21:59.254 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:59.174+0000 7f40ebfb0040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:21:59.254 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:59.246+0000 7f40ebfb0040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:21:59.334 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-mon[33511]: Deploying cephadm binary to smithi179 2024-07-27T18:21:59.334 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-mon[33511]: Deploying cephadm binary to smithi029 2024-07-27T18:21:59.335 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-mon[33511]: osdmap e159: 8 total, 8 up, 8 in 2024-07-27T18:21:59.335 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-mon[33511]: mgrmap e25: x(active, since 1.01439s) 2024-07-27T18:21:59.335 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-mon[33511]: pgmap v4: 121 pgs: 121 active+clean; 141 MiB data, 476 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:21:59.335 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-mon[33511]: [27/Jul/2024:18:21:58] ENGINE Bus STARTING 2024-07-27T18:21:59.335 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-mon[33511]: [27/Jul/2024:18:21:58] ENGINE Serving on https://172.21.15.179:7150 2024-07-27T18:21:59.335 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:58 smithi179 ceph-mon[33511]: [27/Jul/2024:18:21:58] ENGINE Error in HTTPServer.serve 2024-07-27T18:21:59.335 INFO:journalctl@ceph.mon.b.smithi179.stdout: Traceback (most recent call last): 2024-07-27T18:21:59.335 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:21:59.335 INFO:journalctl@ceph.mon.b.smithi179.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:21:59.335 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:21:59.335 INFO:journalctl@ceph.mon.b.smithi179.stdout: self._run(expiration_interval) 2024-07-27T18:21:59.336 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:21:59.336 INFO:journalctl@ceph.mon.b.smithi179.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:21:59.336 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:21:59.336 INFO:journalctl@ceph.mon.b.smithi179.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:21:59.336 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:21:59.336 INFO:journalctl@ceph.mon.b.smithi179.stdout: s = self.context.wrap_socket( 2024-07-27T18:21:59.336 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:21:59.336 INFO:journalctl@ceph.mon.b.smithi179.stdout: return self.sslsocket_class._create( 2024-07-27T18:21:59.336 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:21:59.336 INFO:journalctl@ceph.mon.b.smithi179.stdout: self.do_handshake() 2024-07-27T18:21:59.336 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:21:59.336 INFO:journalctl@ceph.mon.b.smithi179.stdout: self._sslobj.do_handshake() 2024-07-27T18:21:59.337 INFO:journalctl@ceph.mon.b.smithi179.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:21:59.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:59.400+0000 7f40ebfb0040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:21:59.827 INFO:tasks.rados.rados.0.smithi029.stdout:538: done (5 left) 2024-07-27T18:21:59.827 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 44 2024-07-27T18:21:59.827 INFO:tasks.rados.rados.0.smithi029.stdout:533: finishing rollback tid 2 to smithi02985406-17 2024-07-27T18:21:59.827 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 117 (ObjNum 149 snap 35 seq_num 149) dirty exists 2024-07-27T18:21:59.827 INFO:tasks.rados.rados.0.smithi029.stdout:535: finishing rollback tid 0 to smithi02985406-19 2024-07-27T18:21:59.827 INFO:tasks.rados.rados.0.smithi029.stdout:539: seq_num 191 ranges {0=802816} 2024-07-27T18:21:59.832 INFO:tasks.rados.rados.0.smithi029.stdout:539: writing smithi02985406-22 from 0 to 802816 tid 1 2024-07-27T18:21:59.833 INFO:tasks.rados.rados.0.smithi029.stdout:532: finishing write tid 1 to smithi02985406-14 2024-07-27T18:21:59.833 INFO:tasks.rados.rados.0.smithi029.stdout:535: finishing rollback tid 1 to smithi02985406-19 2024-07-27T18:21:59.833 INFO:tasks.rados.rados.0.smithi029.stdout:535: finishing rollback tid 2 to smithi02985406-19 2024-07-27T18:21:59.833 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 115 (ObjNum 141 snap 33 seq_num 141) dirty exists 2024-07-27T18:21:59.833 INFO:tasks.rados.rados.0.smithi029.stdout:532: finishing write tid 2 to smithi02985406-14 2024-07-27T18:21:59.833 INFO:tasks.rados.rados.0.smithi029.stdout:532: finishing write tid 3 to smithi02985406-14 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:532: oid 14 updating version 0 to 224 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:532: oid 14 version 224 is already newer than 223 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 224 (ObjNum 189 snap 44 seq_num 189) dirty exists 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:532: left oid 14 (ObjNum 189 snap 44 seq_num 189) 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:537: finishing rollback tid 0 to smithi02985406-12 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:537: finishing rollback tid 1 to smithi02985406-12 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:537: finishing rollback tid 2 to smithi02985406-12 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 228 (ObjNum 164 snap 39 seq_num 164) dirty exists 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:536: finishing write tid 1 to smithi02985406-46 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:536: finishing write tid 2 to smithi02985406-46 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:536: finishing write tid 3 to smithi02985406-46 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:536: oid 46 updating version 0 to 75 2024-07-27T18:21:59.834 INFO:tasks.rados.rados.0.smithi029.stdout:536: oid 46 updating version 75 to 76 2024-07-27T18:21:59.835 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 76 (ObjNum 190 snap 44 seq_num 190) dirty exists 2024-07-27T18:21:59.835 INFO:tasks.rados.rados.0.smithi029.stdout:536: left oid 46 (ObjNum 190 snap 44 seq_num 190) 2024-07-27T18:21:59.835 INFO:tasks.rados.rados.0.smithi029.stdout:532: done (5 left) 2024-07-27T18:21:59.835 INFO:tasks.rados.rados.0.smithi029.stdout:533: done (4 left) 2024-07-27T18:21:59.835 INFO:tasks.rados.rados.0.smithi029.stdout:535: done (3 left) 2024-07-27T18:21:59.835 INFO:tasks.rados.rados.0.smithi029.stdout:536: done (2 left) 2024-07-27T18:21:59.835 INFO:tasks.rados.rados.0.smithi029.stdout:537: done (1 left) 2024-07-27T18:21:59.835 INFO:tasks.rados.rados.0.smithi029.stdout:540: delete oid 1 current snap is 44 2024-07-27T18:21:59.839 INFO:tasks.rados.rados.0.smithi029.stdout:539: finishing write tid 1 to smithi02985406-22 2024-07-27T18:21:59.839 INFO:tasks.rados.rados.0.smithi029.stdout:540: done (1 left) 2024-07-27T18:21:59.839 INFO:tasks.rados.rados.0.smithi029.stdout:541: snap_create 2024-07-27T18:21:59.839 INFO:tasks.rados.rados.0.smithi029.stdout:539: finishing write tid 2 to smithi02985406-22 2024-07-27T18:21:59.840 INFO:tasks.rados.rados.0.smithi029.stdout:539: finishing write tid 3 to smithi02985406-22 2024-07-27T18:21:59.840 INFO:tasks.rados.rados.0.smithi029.stdout:539: oid 22 updating version 0 to 89 2024-07-27T18:21:59.840 INFO:tasks.rados.rados.0.smithi029.stdout:539: oid 22 version 89 is already newer than 88 2024-07-27T18:21:59.840 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 89 (ObjNum 191 snap 44 seq_num 191) dirty exists 2024-07-27T18:21:59.840 INFO:tasks.rados.rados.0.smithi029.stdout:539: left oid 22 (ObjNum 191 snap 44 seq_num 191) 2024-07-27T18:22:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:59 smithi179 ceph-mon[33511]: [27/Jul/2024:18:21:58] ENGINE Serving on http://172.21.15.179:8765 2024-07-27T18:22:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:59 smithi179 ceph-mon[33511]: [27/Jul/2024:18:21:58] ENGINE Bus STARTED 2024-07-27T18:22:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:59 smithi179 ceph-mon[33511]: pgmap v5: 121 pgs: 121 active+clean; 141 MiB data, 476 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:59 smithi179 ceph-mon[33511]: osdmap e160: 8 total, 8 up, 8 in 2024-07-27T18:22:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:59 smithi179 ceph-mon[33511]: mgrmap e26: x(active, since 2s) 2024-07-27T18:22:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:59 smithi179 ceph-mon[33511]: osdmap e161: 8 total, 8 up, 8 in 2024-07-27T18:22:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:59 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:21:59 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:00.224 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:21:59.877+0000 7f40ebfb0040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:22:00.225 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:00.221+0000 7f40ebfb0040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:22:00.225 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[29364]: [27/Jul/2024:18:21:58] ENGINE Serving on http://172.21.15.179:8765 2024-07-27T18:22:00.225 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[29364]: [27/Jul/2024:18:21:58] ENGINE Bus STARTED 2024-07-27T18:22:00.225 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[29364]: pgmap v5: 121 pgs: 121 active+clean; 141 MiB data, 476 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:00.225 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[29364]: osdmap e160: 8 total, 8 up, 8 in 2024-07-27T18:22:00.225 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[29364]: mgrmap e26: x(active, since 2s) 2024-07-27T18:22:00.225 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[29364]: osdmap e161: 8 total, 8 up, 8 in 2024-07-27T18:22:00.225 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:00.225 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:00.226 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[40759]: [27/Jul/2024:18:21:58] ENGINE Serving on http://172.21.15.179:8765 2024-07-27T18:22:00.226 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[40759]: [27/Jul/2024:18:21:58] ENGINE Bus STARTED 2024-07-27T18:22:00.226 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[40759]: pgmap v5: 121 pgs: 121 active+clean; 141 MiB data, 476 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:00.226 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[40759]: osdmap e160: 8 total, 8 up, 8 in 2024-07-27T18:22:00.226 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[40759]: mgrmap e26: x(active, since 2s) 2024-07-27T18:22:00.226 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[40759]: osdmap e161: 8 total, 8 up, 8 in 2024-07-27T18:22:00.226 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:00.226 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:21:59 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:00.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:00.299+0000 7f40ebfb0040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:22:00.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:00.452+0000 7f40ebfb0040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:22:00.827 INFO:tasks.rados.rados.0.smithi029.stdout:539: done (1 left) 2024-07-27T18:22:00.827 INFO:tasks.rados.rados.0.smithi029.stdout:541: done (0 left) 2024-07-27T18:22:00.827 INFO:tasks.rados.rados.0.smithi029.stdout:542: snap_create 2024-07-27T18:22:00.860 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:00.792+0000 7f40ebfb0040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:22:01.239 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:00.857+0000 7f40ebfb0040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:22:01.239 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:01.056+0000 7f40ebfb0040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:22:01.239 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:01.236+0000 7f40ebfb0040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:22:01.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:01.307+0000 7f40ebfb0040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:22:01.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:01.406+0000 7f40ebfb0040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:22:01.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:01.470+0000 7f40ebfb0040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:22:01.833 INFO:tasks.rados.rados.0.smithi029.stdout:542: done (0 left) 2024-07-27T18:22:01.833 INFO:tasks.rados.rados.0.smithi029.stdout:543: snap_remove snap 37 2024-07-27T18:22:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:01 smithi029 ceph-mon[29364]: osdmap e162: 8 total, 8 up, 8 in 2024-07-27T18:22:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:01 smithi029 ceph-mon[29364]: pgmap v9: 121 pgs: 121 active+clean; 141 MiB data, 476 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:01 smithi029 ceph-mon[29364]: mgrmap e27: x(active, since 4s) 2024-07-27T18:22:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:01 smithi029 ceph-mon[40759]: osdmap e162: 8 total, 8 up, 8 in 2024-07-27T18:22:02.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:01 smithi029 ceph-mon[40759]: pgmap v9: 121 pgs: 121 active+clean; 141 MiB data, 476 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:02.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:01 smithi029 ceph-mon[40759]: mgrmap e27: x(active, since 4s) 2024-07-27T18:22:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:01 smithi179 ceph-mon[33511]: osdmap e162: 8 total, 8 up, 8 in 2024-07-27T18:22:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:01 smithi179 ceph-mon[33511]: pgmap v9: 121 pgs: 121 active+clean; 141 MiB data, 476 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:01 smithi179 ceph-mon[33511]: mgrmap e27: x(active, since 4s) 2024-07-27T18:22:02.323 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:02.038+0000 7f40ebfb0040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:22:02.323 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:02.214+0000 7f40ebfb0040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:22:02.324 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:22:02] ENGINE Bus STARTING 2024-07-27T18:22:02.324 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: CherryPy Checker: 2024-07-27T18:22:02.324 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: The Application mounted at '' has an empty config. 2024-07-27T18:22:02.324 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: 2024-07-27T18:22:02.324 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:22:02] ENGINE Serving on http://:::9283 2024-07-27T18:22:02.324 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: [27/Jul/2024:18:22:02] ENGINE Bus STARTED 2024-07-27T18:22:02.630 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[29618]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:22:02] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-07-27T18:22:02.834 INFO:tasks.rados.rados.0.smithi029.stdout:543: done (0 left) 2024-07-27T18:22:02.834 INFO:tasks.rados.rados.0.smithi029.stdout:544: read oid 21 snap -1 2024-07-27T18:22:02.834 INFO:tasks.rados.rados.0.smithi029.stdout:544: expect (ObjNum 176 snap 41 seq_num 176) 2024-07-27T18:22:02.834 INFO:tasks.rados.rados.0.smithi029.stdout:545: snap_remove snap 40 2024-07-27T18:22:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-mon[29364]: osdmap e163: 8 total, 8 up, 8 in 2024-07-27T18:22:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-mon[29364]: Standby manager daemon y started 2024-07-27T18:22:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.29:0/4252607062' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-07-27T18:22:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.29:0/4252607062' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:22:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.29:0/4252607062' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-07-27T18:22:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.29:0/4252607062' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:22:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-mon[40759]: osdmap e163: 8 total, 8 up, 8 in 2024-07-27T18:22:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-mon[40759]: Standby manager daemon y started 2024-07-27T18:22:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.29:0/4252607062' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-07-27T18:22:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.29:0/4252607062' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:22:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.29:0/4252607062' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-07-27T18:22:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:02 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.29:0/4252607062' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:22:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:02 smithi179 ceph-mon[33511]: osdmap e163: 8 total, 8 up, 8 in 2024-07-27T18:22:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:02 smithi179 ceph-mon[33511]: Standby manager daemon y started 2024-07-27T18:22:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:02 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.29:0/4252607062' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-07-27T18:22:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:02 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.29:0/4252607062' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:22:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:02 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.29:0/4252607062' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-07-27T18:22:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:02 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.29:0/4252607062' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:22:03.836 INFO:tasks.rados.rados.0.smithi029.stdout:545: done (1 left) 2024-07-27T18:22:03.836 INFO:tasks.rados.rados.0.smithi029.stdout:546: snap_remove snap 43 2024-07-27T18:22:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: osdmap e164: 8 total, 8 up, 8 in 2024-07-27T18:22:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: mgrmap e28: x(active, since 5s), standbys: y 2024-07-27T18:22:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:22:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: pgmap v12: 121 pgs: 121 active+clean; 141 MiB data, 476 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:03 smithi179 ceph-mon[33511]: osdmap e165: 8 total, 8 up, 8 in 2024-07-27T18:22:04.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: osdmap e164: 8 total, 8 up, 8 in 2024-07-27T18:22:04.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: mgrmap e28: x(active, since 5s), standbys: y 2024-07-27T18:22:04.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:22:04.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: pgmap v12: 121 pgs: 121 active+clean; 141 MiB data, 476 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:04.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[29364]: osdmap e165: 8 total, 8 up, 8 in 2024-07-27T18:22:04.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: osdmap e164: 8 total, 8 up, 8 in 2024-07-27T18:22:04.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: mgrmap e28: x(active, since 5s), standbys: y 2024-07-27T18:22:04.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:22:04.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: pgmap v12: 121 pgs: 121 active+clean; 141 MiB data, 476 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:04.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:04.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:04.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:03 smithi029 ceph-mon[40759]: osdmap e165: 8 total, 8 up, 8 in 2024-07-27T18:22:04.842 INFO:tasks.rados.rados.0.smithi029.stdout:546: done (1 left) 2024-07-27T18:22:04.842 INFO:tasks.rados.rados.0.smithi029.stdout:547: copy_from oid 40 from oid 22 current snap is 46 2024-07-27T18:22:04.842 INFO:tasks.rados.rados.0.smithi029.stdout:548: rollback oid 41 current snap is 46 2024-07-27T18:22:04.842 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 41 to 30 2024-07-27T18:22:04.842 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 46 2024-07-27T18:22:04.842 INFO:tasks.rados.rados.0.smithi029.stdout:549: seq_num 193 ranges {0=434176,434176=401408} 2024-07-27T18:22:04.843 INFO:tasks.rados.rados.0.smithi029.stdout:549: writing smithi02985406-15 from 0 to 434176 tid 1 2024-07-27T18:22:04.845 INFO:tasks.rados.rados.0.smithi029.stdout:549: writing smithi02985406-15 from 434176 to 835584 tid 2 2024-07-27T18:22:04.845 INFO:tasks.rados.rados.0.smithi029.stdout:550: snap_create 2024-07-27T18:22:04.846 INFO:tasks.rados.rados.0.smithi029.stdout:544: expect (ObjNum 176 snap 41 seq_num 176) 2024-07-27T18:22:04.865 INFO:tasks.rados.rados.0.smithi029.stdout:548: finishing rollback tid 0 to smithi02985406-41 2024-07-27T18:22:04.866 INFO:tasks.rados.rados.0.smithi029.stdout:548: finishing rollback tid 1 to smithi02985406-41 2024-07-27T18:22:04.866 INFO:tasks.rados.rados.0.smithi029.stdout:548: finishing rollback tid 2 to smithi02985406-41 2024-07-27T18:22:04.866 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 82 (ObjNum 124 snap 27 seq_num 124) dirty exists 2024-07-27T18:22:04.866 INFO:tasks.rados.rados.0.smithi029.stdout:547: finishing copy_from racing read to smithi02985406-40 2024-07-27T18:22:04.866 INFO:tasks.rados.rados.0.smithi029.stdout:549: finishing write tid 1 to smithi02985406-15 2024-07-27T18:22:04.866 INFO:tasks.rados.rados.0.smithi029.stdout:549: finishing write tid 2 to smithi02985406-15 2024-07-27T18:22:04.866 INFO:tasks.rados.rados.0.smithi029.stdout:549: finishing write tid 3 to smithi02985406-15 2024-07-27T18:22:04.866 INFO:tasks.rados.rados.0.smithi029.stdout:549: finishing write tid 4 to smithi02985406-15 2024-07-27T18:22:04.866 INFO:tasks.rados.rados.0.smithi029.stdout:549: oid 15 updating version 0 to 133 2024-07-27T18:22:04.866 INFO:tasks.rados.rados.0.smithi029.stdout:549: oid 15 version 133 is already newer than 132 2024-07-27T18:22:04.866 INFO:tasks.rados.rados.0.smithi029.stdout:549: oid 15 version 133 is already newer than 131 2024-07-27T18:22:04.867 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 133 (ObjNum 193 snap 46 seq_num 193) dirty exists 2024-07-27T18:22:04.867 INFO:tasks.rados.rados.0.smithi029.stdout:549: left oid 15 (ObjNum 193 snap 46 seq_num 193) 2024-07-27T18:22:04.867 INFO:tasks.rados.rados.0.smithi029.stdout:547: finishing copy_from to smithi02985406-40 2024-07-27T18:22:04.867 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 89 (ObjNum 191 snap 44 seq_num 191) dirty exists 2024-07-27T18:22:05.101 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:04 smithi179 ceph-mon[33511]: Adjusting osd_memory_target on smithi029 to 2481M 2024-07-27T18:22:05.101 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:04 smithi179 ceph-mon[33511]: osdmap e166: 8 total, 8 up, 8 in 2024-07-27T18:22:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:04 smithi029 ceph-mon[40759]: Adjusting osd_memory_target on smithi029 to 2481M 2024-07-27T18:22:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:04 smithi029 ceph-mon[40759]: osdmap e166: 8 total, 8 up, 8 in 2024-07-27T18:22:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:04 smithi029 ceph-mon[29364]: Adjusting osd_memory_target on smithi029 to 2481M 2024-07-27T18:22:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:04 smithi029 ceph-mon[29364]: osdmap e166: 8 total, 8 up, 8 in 2024-07-27T18:22:05.840 INFO:tasks.rados.rados.0.smithi029.stdout:544: done (4 left) 2024-07-27T18:22:05.840 INFO:tasks.rados.rados.0.smithi029.stdout:547: done (3 left) 2024-07-27T18:22:05.840 INFO:tasks.rados.rados.0.smithi029.stdout:548: done (2 left) 2024-07-27T18:22:05.840 INFO:tasks.rados.rados.0.smithi029.stdout:549: done (1 left) 2024-07-27T18:22:05.840 INFO:tasks.rados.rados.0.smithi029.stdout:550: done (0 left) 2024-07-27T18:22:05.841 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 47 2024-07-27T18:22:05.841 INFO:tasks.rados.rados.0.smithi029.stdout:551: seq_num 194 ranges {98304=458752,557056=401408} 2024-07-27T18:22:05.842 INFO:tasks.rados.rados.0.smithi029.stdout:551: writing smithi02985406-17 from 98304 to 557056 tid 1 2024-07-27T18:22:05.845 INFO:tasks.rados.rados.0.smithi029.stdout:551: writing smithi02985406-17 from 557056 to 958464 tid 2 2024-07-27T18:22:05.846 INFO:tasks.rados.rados.0.smithi029.stdout:552: copy_from oid 28 from oid 42 current snap is 47 2024-07-27T18:22:05.846 INFO:tasks.rados.rados.0.smithi029.stdout:553: rollback oid 15 current snap is 47 2024-07-27T18:22:05.846 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 15 to 30 2024-07-27T18:22:05.846 INFO:tasks.rados.rados.0.smithi029.stdout:554: rollback oid 33 current snap is 47 2024-07-27T18:22:05.846 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 33 to 46 2024-07-27T18:22:05.846 INFO:tasks.rados.rados.0.smithi029.stdout:555: delete oid 46 current snap is 47 2024-07-27T18:22:05.851 INFO:tasks.rados.rados.0.smithi029.stdout:555: done (4 left) 2024-07-27T18:22:05.851 INFO:tasks.rados.rados.0.smithi029.stdout:556: read oid 11 snap 22 2024-07-27T18:22:05.851 INFO:tasks.rados.rados.0.smithi029.stdout:556: expect deleted 2024-07-27T18:22:05.851 INFO:tasks.rados.rados.0.smithi029.stdout:557: read oid 19 snap -1 2024-07-27T18:22:05.851 INFO:tasks.rados.rados.0.smithi029.stdout:557: expect (ObjNum 141 snap 33 seq_num 141) 2024-07-27T18:22:05.852 INFO:tasks.rados.rados.0.smithi029.stdout:558: copy_from oid 14 from oid 7 current snap is 47 2024-07-27T18:22:05.852 INFO:tasks.rados.rados.0.smithi029.stdout:559: delete oid 47 current snap is 47 2024-07-27T18:22:05.852 INFO:tasks.rados.rados.0.smithi029.stdout:551: finishing write tid 1 to smithi02985406-17 2024-07-27T18:22:05.852 INFO:tasks.rados.rados.0.smithi029.stdout:551: finishing write tid 2 to smithi02985406-17 2024-07-27T18:22:05.852 INFO:tasks.rados.rados.0.smithi029.stdout:551: finishing write tid 3 to smithi02985406-17 2024-07-27T18:22:05.855 INFO:tasks.rados.rados.0.smithi029.stdout:554: finishing rollback tid 0 to smithi02985406-33 2024-07-27T18:22:05.855 INFO:tasks.rados.rados.0.smithi029.stdout:554: finishing rollback tid 1 to smithi02985406-33 2024-07-27T18:22:05.855 INFO:tasks.rados.rados.0.smithi029.stdout:553: finishing rollback tid 0 to smithi02985406-15 2024-07-27T18:22:05.855 INFO:tasks.rados.rados.0.smithi029.stdout:551: finishing write tid 4 to smithi02985406-17 2024-07-27T18:22:05.855 INFO:tasks.rados.rados.0.smithi029.stdout:551: oid 17 updating version 0 to 130 2024-07-27T18:22:05.855 INFO:tasks.rados.rados.0.smithi029.stdout:551: oid 17 version 130 is already newer than 129 2024-07-27T18:22:05.855 INFO:tasks.rados.rados.0.smithi029.stdout:551: oid 17 updating version 130 to 131 2024-07-27T18:22:05.855 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 131 (ObjNum 194 snap 47 seq_num 194) dirty exists 2024-07-27T18:22:05.855 INFO:tasks.rados.rados.0.smithi029.stdout:551: left oid 17 (ObjNum 194 snap 47 seq_num 194) 2024-07-27T18:22:05.855 INFO:tasks.rados.rados.0.smithi029.stdout:553: finishing rollback tid 1 to smithi02985406-15 2024-07-27T18:22:05.855 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 136 (ObjNum 401 snap 0 seq_num 2053090912) dirty dne 2024-07-27T18:22:05.856 INFO:tasks.rados.rados.0.smithi029.stdout:554: finishing rollback tid 2 to smithi02985406-33 2024-07-27T18:22:05.856 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 135 (ObjNum 173 snap 40 seq_num 173) dirty exists 2024-07-27T18:22:05.857 INFO:tasks.rados.rados.0.smithi029.stdout:551: done (7 left) 2024-07-27T18:22:05.857 INFO:tasks.rados.rados.0.smithi029.stdout:553: done (6 left) 2024-07-27T18:22:05.857 INFO:tasks.rados.rados.0.smithi029.stdout:554: done (5 left) 2024-07-27T18:22:05.857 INFO:tasks.rados.rados.0.smithi029.stdout:556: done (4 left) 2024-07-27T18:22:05.857 INFO:tasks.rados.rados.0.smithi029.stdout:559: done (3 left) 2024-07-27T18:22:05.858 INFO:tasks.rados.rados.0.smithi029.stdout:560: read oid 20 snap -1 2024-07-27T18:22:05.858 INFO:tasks.rados.rados.0.smithi029.stdout:560: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:22:05.858 INFO:tasks.rados.rados.0.smithi029.stdout:561: snap_remove snap 39 2024-07-27T18:22:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:05 smithi179 ceph-mon[33511]: pgmap v15: 121 pgs: 121 active+clean; 151 MiB data, 489 MiB used, 715 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.0 MiB/s wr, 49 op/s 2024-07-27T18:22:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:05 smithi179 ceph-mon[33511]: osdmap e167: 8 total, 8 up, 8 in 2024-07-27T18:22:06.163 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:05.863Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.29:8765: connect: connection refused" 2024-07-27T18:22:06.163 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:05.864Z caller=refresh.go:99 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.29:8765: connect: connection refused" 2024-07-27T18:22:06.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:05.865Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nvmeof msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.29:8765: connect: connection refused" 2024-07-27T18:22:06.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:05.867Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.29:8765: connect: connection refused" 2024-07-27T18:22:06.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:05.867Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.29:8765: connect: connection refused" 2024-07-27T18:22:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:05 smithi029 ceph-mon[40759]: pgmap v15: 121 pgs: 121 active+clean; 151 MiB data, 489 MiB used, 715 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.0 MiB/s wr, 49 op/s 2024-07-27T18:22:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:05 smithi029 ceph-mon[40759]: osdmap e167: 8 total, 8 up, 8 in 2024-07-27T18:22:06.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:05 smithi029 ceph-mon[29364]: pgmap v15: 121 pgs: 121 active+clean; 151 MiB data, 489 MiB used, 715 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.0 MiB/s wr, 49 op/s 2024-07-27T18:22:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:05 smithi029 ceph-mon[29364]: osdmap e167: 8 total, 8 up, 8 in 2024-07-27T18:22:06.843 INFO:tasks.rados.rados.0.smithi029.stdout:561: done (4 left) 2024-07-27T18:22:06.843 INFO:tasks.rados.rados.0.smithi029.stdout:562: snap_create 2024-07-27T18:22:06.843 INFO:tasks.rados.rados.0.smithi029.stdout:558: finishing copy_from racing read to smithi02985406-14 2024-07-27T18:22:06.843 INFO:tasks.rados.rados.0.smithi029.stdout:560: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:22:06.847 INFO:tasks.rados.rados.0.smithi029.stdout:558: finishing copy_from to smithi02985406-14 2024-07-27T18:22:06.847 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 176 (ObjNum 153 snap 38 seq_num 153) dirty exists 2024-07-27T18:22:06.847 INFO:tasks.rados.rados.0.smithi029.stdout:557: expect (ObjNum 141 snap 33 seq_num 141) 2024-07-27T18:22:06.935 INFO:tasks.rados.rados.0.smithi029.stdout:552: finishing copy_from racing read to smithi02985406-28 2024-07-27T18:22:06.935 INFO:tasks.rados.rados.0.smithi029.stdout:552: finishing copy_from to smithi02985406-28 2024-07-27T18:22:06.935 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 167 (ObjNum 161 snap 38 seq_num 161) dirty exists 2024-07-27T18:22:07.854 INFO:tasks.rados.rados.0.smithi029.stdout:552: done (4 left) 2024-07-27T18:22:07.869 INFO:tasks.rados.rados.0.smithi029.stdout:557: done (3 left) 2024-07-27T18:22:07.869 INFO:tasks.rados.rados.0.smithi029.stdout:558: done (2 left) 2024-07-27T18:22:07.869 INFO:tasks.rados.rados.0.smithi029.stdout:560: done (1 left) 2024-07-27T18:22:07.869 INFO:tasks.rados.rados.0.smithi029.stdout:562: done (0 left) 2024-07-27T18:22:07.869 INFO:tasks.rados.rados.0.smithi029.stdout:563: snap_remove snap 38 2024-07-27T18:22:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: Adjusting osd_memory_target on smithi179 to 2480M 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: osdmap e168: 8 total, 8 up, 8 in 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: pgmap v18: 121 pgs: 121 active+clean; 151 MiB data, 489 MiB used, 715 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.0 MiB/s wr, 49 op/s 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:22:08.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:08.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:22:08.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:22:08.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:22:08.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: Adjusting osd_memory_target on smithi179 to 2480M 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: osdmap e168: 8 total, 8 up, 8 in 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: pgmap v18: 121 pgs: 121 active+clean; 151 MiB data, 489 MiB used, 715 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.0 MiB/s wr, 49 op/s 2024-07-27T18:22:08.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:22:08.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:22:08.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:22:08.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:22:08.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:08.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:22:08.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:22:08.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:08.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:08.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:07 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: Adjusting osd_memory_target on smithi179 to 2480M 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:22:08.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: osdmap e168: 8 total, 8 up, 8 in 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: pgmap v18: 121 pgs: 121 active+clean; 151 MiB data, 489 MiB used, 715 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.0 MiB/s wr, 49 op/s 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:08.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:08.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:08.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:08.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:08.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:07 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:08.865 INFO:tasks.rados.rados.0.smithi029.stdout:563: done (0 left) 2024-07-27T18:22:08.865 INFO:tasks.rados.rados.0.smithi029.stdout:564: read oid 16 snap 46 2024-07-27T18:22:08.865 INFO:tasks.rados.rados.0.smithi029.stdout:564: expect deleted 2024-07-27T18:22:08.865 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 48 2024-07-27T18:22:08.865 INFO:tasks.rados.rados.0.smithi029.stdout:565: seq_num 197 ranges {0=507904,507904=401408} 2024-07-27T18:22:08.865 INFO:tasks.rados.rados.0.smithi029.stdout:565: writing smithi02985406-2 from 0 to 507904 tid 1 2024-07-27T18:22:08.866 INFO:tasks.rados.rados.0.smithi029.stdout:565: writing smithi02985406-2 from 507904 to 909312 tid 2 2024-07-27T18:22:08.866 INFO:tasks.rados.rados.0.smithi029.stdout:566: setattr oid 49 current snap is 48 2024-07-27T18:22:08.869 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 48 2024-07-27T18:22:08.869 INFO:tasks.rados.rados.0.smithi029.stdout:567: seq_num 198 ranges {0=524288,524288=401408} 2024-07-27T18:22:08.872 INFO:tasks.rados.rados.0.smithi029.stdout:567: writing smithi02985406-45 from 0 to 524288 tid 1 2024-07-27T18:22:08.876 INFO:tasks.rados.rados.0.smithi029.stdout:567: writing smithi02985406-45 from 524288 to 925696 tid 2 2024-07-27T18:22:08.876 INFO:tasks.rados.rados.0.smithi029.stdout:568: read oid 35 snap -1 2024-07-27T18:22:08.876 INFO:tasks.rados.rados.0.smithi029.stdout:568: expect deleted 2024-07-27T18:22:08.876 INFO:tasks.rados.rados.0.smithi029.stdout:569: read oid 14 snap -1 2024-07-27T18:22:08.876 INFO:tasks.rados.rados.0.smithi029.stdout:569: expect (ObjNum 153 snap 38 seq_num 153) 2024-07-27T18:22:08.876 INFO:tasks.rados.rados.0.smithi029.stdout:570: copy_from oid 19 from oid 32 current snap is 48 2024-07-27T18:22:08.876 INFO:tasks.rados.rados.0.smithi029.stdout:564: done (6 left) 2024-07-27T18:22:08.876 INFO:tasks.rados.rados.0.smithi029.stdout:571: rollback oid 3 current snap is 48 2024-07-27T18:22:08.877 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 3 to 45 2024-07-27T18:22:08.877 INFO:tasks.rados.rados.0.smithi029.stdout:572: snap_remove snap 22 2024-07-27T18:22:09.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:08 smithi179 ceph-mon[33511]: Reconfiguring prometheus.a (dependencies changed)... 2024-07-27T18:22:09.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:08 smithi179 ceph-mon[33511]: osdmap e169: 8 total, 8 up, 8 in 2024-07-27T18:22:09.032 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:08 smithi179 ceph-mon[33511]: Reconfiguring daemon prometheus.a on smithi179 2024-07-27T18:22:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:08 smithi029 ceph-mon[29364]: Reconfiguring prometheus.a (dependencies changed)... 2024-07-27T18:22:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:08 smithi029 ceph-mon[29364]: osdmap e169: 8 total, 8 up, 8 in 2024-07-27T18:22:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:08 smithi029 ceph-mon[29364]: Reconfiguring daemon prometheus.a on smithi179 2024-07-27T18:22:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:08 smithi029 ceph-mon[40759]: Reconfiguring prometheus.a (dependencies changed)... 2024-07-27T18:22:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:08 smithi029 ceph-mon[40759]: osdmap e169: 8 total, 8 up, 8 in 2024-07-27T18:22:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:08 smithi029 ceph-mon[40759]: Reconfiguring daemon prometheus.a on smithi179 2024-07-27T18:22:09.830 INFO:tasks.rados.rados.0.smithi029.stdout:572: done (7 left) 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:565: finishing write tid 1 to smithi02985406-2 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:565: finishing write tid 2 to smithi02985406-2 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 90 (ObjNum 182 snap 41 seq_num 182) dirty exists 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:565: finishing write tid 3 to smithi02985406-2 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:570: finishing copy_from to smithi02985406-19 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:570: got expected ENOENT (src dne) 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:570: finishing copy_from racing read to smithi02985406-19 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:565: finishing write tid 4 to smithi02985406-2 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:565: oid 2 updating version 0 to 276 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:565: oid 2 updating version 276 to 278 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:565: oid 2 version 278 is already newer than 277 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 278 (ObjNum 197 snap 48 seq_num 197) dirty exists 2024-07-27T18:22:09.831 INFO:tasks.rados.rados.0.smithi029.stdout:565: left oid 2 (ObjNum 197 snap 48 seq_num 197) 2024-07-27T18:22:09.832 INFO:tasks.rados.rados.0.smithi029.stdout:571: finishing rollback tid 0 to smithi02985406-3 2024-07-27T18:22:09.832 INFO:tasks.rados.rados.0.smithi029.stdout:571: finishing rollback tid 1 to smithi02985406-3 2024-07-27T18:22:09.832 INFO:tasks.rados.rados.0.smithi029.stdout:571: finishing rollback tid 2 to smithi02985406-3 2024-07-27T18:22:09.832 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 118 (ObjNum 106 snap 20 seq_num 106) dirty exists 2024-07-27T18:22:09.832 INFO:tasks.rados.rados.0.smithi029.stdout:567: finishing write tid 1 to smithi02985406-45 2024-07-27T18:22:09.832 INFO:tasks.rados.rados.0.smithi029.stdout:567: finishing write tid 2 to smithi02985406-45 2024-07-27T18:22:09.832 INFO:tasks.rados.rados.0.smithi029.stdout:567: finishing write tid 3 to smithi02985406-45 2024-07-27T18:22:09.832 INFO:tasks.rados.rados.0.smithi029.stdout:569: expect (ObjNum 153 snap 38 seq_num 153) 2024-07-27T18:22:09.846 INFO:tasks.rados.rados.0.smithi029.stdout:567: finishing write tid 4 to smithi02985406-45 2024-07-27T18:22:09.846 INFO:tasks.rados.rados.0.smithi029.stdout:567: oid 45 updating version 0 to 261 2024-07-27T18:22:09.846 INFO:tasks.rados.rados.0.smithi029.stdout:567: oid 45 updating version 261 to 262 2024-07-27T18:22:09.846 INFO:tasks.rados.rados.0.smithi029.stdout:567: oid 45 updating version 262 to 263 2024-07-27T18:22:09.846 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 263 (ObjNum 198 snap 48 seq_num 198) dirty exists 2024-07-27T18:22:09.846 INFO:tasks.rados.rados.0.smithi029.stdout:567: left oid 45 (ObjNum 198 snap 48 seq_num 198) 2024-07-27T18:22:09.847 INFO:tasks.rados.rados.0.smithi029.stdout:573: read oid 17 snap -1 2024-07-27T18:22:09.847 INFO:tasks.rados.rados.0.smithi029.stdout:573: expect (ObjNum 194 snap 47 seq_num 194) 2024-07-27T18:22:09.847 INFO:tasks.rados.rados.0.smithi029.stdout:565: done (7 left) 2024-07-27T18:22:09.847 INFO:tasks.rados.rados.0.smithi029.stdout:566: done (6 left) 2024-07-27T18:22:09.847 INFO:tasks.rados.rados.0.smithi029.stdout:567: done (5 left) 2024-07-27T18:22:09.847 INFO:tasks.rados.rados.0.smithi029.stdout:568: done (4 left) 2024-07-27T18:22:09.847 INFO:tasks.rados.rados.0.smithi029.stdout:569: done (3 left) 2024-07-27T18:22:09.847 INFO:tasks.rados.rados.0.smithi029.stdout:570: done (2 left) 2024-07-27T18:22:09.847 INFO:tasks.rados.rados.0.smithi029.stdout:571: done (1 left) 2024-07-27T18:22:09.847 INFO:tasks.rados.rados.0.smithi029.stdout:574: rollback oid 44 current snap is 48 2024-07-27T18:22:09.847 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 44 to 41 2024-07-27T18:22:09.847 INFO:tasks.rados.rados.0.smithi029.stdout:575: delete oid 11 current snap is 48 2024-07-27T18:22:09.850 INFO:tasks.rados.rados.0.smithi029.stdout:575: done (2 left) 2024-07-27T18:22:09.851 INFO:tasks.rados.rados.0.smithi029.stdout:576: rmattr oid 9 current snap is 48 2024-07-27T18:22:09.851 INFO:tasks.rados.rados.0.smithi029.stdout:576: done (2 left) 2024-07-27T18:22:09.851 INFO:tasks.rados.rados.0.smithi029.stdout:577: snap_create 2024-07-27T18:22:09.852 INFO:tasks.rados.rados.0.smithi029.stdout:573: expect (ObjNum 194 snap 47 seq_num 194) 2024-07-27T18:22:09.881 INFO:tasks.rados.rados.0.smithi029.stdout:574: finishing rollback tid 0 to smithi02985406-44 2024-07-27T18:22:09.881 INFO:tasks.rados.rados.0.smithi029.stdout:574: finishing rollback tid 1 to smithi02985406-44 2024-07-27T18:22:09.881 INFO:tasks.rados.rados.0.smithi029.stdout:574: finishing rollback tid 2 to smithi02985406-44 2024-07-27T18:22:09.881 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 243 (ObjNum 142 snap 33 seq_num 142) dirty exists 2024-07-27T18:22:09.987 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:09 smithi179 ceph-mon[33511]: osdmap e170: 8 total, 8 up, 8 in 2024-07-27T18:22:09.987 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:09 smithi179 ceph-mon[33511]: mgrmap e29: x(active, since 11s), standbys: y 2024-07-27T18:22:09.987 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:09 smithi179 ceph-mon[33511]: pgmap v21: 121 pgs: 121 active+clean; 159 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.2 MiB/s wr, 18 op/s 2024-07-27T18:22:09.987 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:09 smithi179 ceph-mon[33511]: osdmap e171: 8 total, 8 up, 8 in 2024-07-27T18:22:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:09 smithi029 ceph-mon[29364]: osdmap e170: 8 total, 8 up, 8 in 2024-07-27T18:22:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:09 smithi029 ceph-mon[29364]: mgrmap e29: x(active, since 11s), standbys: y 2024-07-27T18:22:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:09 smithi029 ceph-mon[29364]: pgmap v21: 121 pgs: 121 active+clean; 159 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.2 MiB/s wr, 18 op/s 2024-07-27T18:22:10.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:09 smithi029 ceph-mon[29364]: osdmap e171: 8 total, 8 up, 8 in 2024-07-27T18:22:10.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:09 smithi029 ceph-mon[40759]: osdmap e170: 8 total, 8 up, 8 in 2024-07-27T18:22:10.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:09 smithi029 ceph-mon[40759]: mgrmap e29: x(active, since 11s), standbys: y 2024-07-27T18:22:10.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:09 smithi029 ceph-mon[40759]: pgmap v21: 121 pgs: 121 active+clean; 159 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.2 MiB/s wr, 18 op/s 2024-07-27T18:22:10.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:09 smithi029 ceph-mon[40759]: osdmap e171: 8 total, 8 up, 8 in 2024-07-27T18:22:10.831 INFO:tasks.rados.rados.0.smithi029.stdout:573: done (2 left) 2024-07-27T18:22:10.831 INFO:tasks.rados.rados.0.smithi029.stdout:574: done (1 left) 2024-07-27T18:22:10.831 INFO:tasks.rados.rados.0.smithi029.stdout:577: done (0 left) 2024-07-27T18:22:10.831 INFO:tasks.rados.rados.0.smithi029.stdout:578: delete oid 37 current snap is 49 2024-07-27T18:22:10.833 INFO:tasks.rados.rados.0.smithi029.stdout:578: done (0 left) 2024-07-27T18:22:10.833 INFO:tasks.rados.rados.0.smithi029.stdout:579: read oid 28 snap 41 2024-07-27T18:22:10.833 INFO:tasks.rados.rados.0.smithi029.stdout:579: expect (ObjNum 39 snap 0 seq_num 39) 2024-07-27T18:22:10.833 INFO:tasks.rados.rados.0.smithi029.stdout:580: read oid 2 snap 25 2024-07-27T18:22:10.833 INFO:tasks.rados.rados.0.smithi029.stdout:580: expect (ObjNum 96 snap 17 seq_num 96) 2024-07-27T18:22:10.833 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 49 2024-07-27T18:22:10.833 INFO:tasks.rados.rados.0.smithi029.stdout:581: seq_num 201 ranges {2392064=573440,2965504=401408} 2024-07-27T18:22:10.850 INFO:tasks.rados.rados.0.smithi029.stdout:581: writing smithi02985406-42 from 2392064 to 2965504 tid 1 2024-07-27T18:22:10.852 INFO:tasks.rados.rados.0.smithi029.stdout:581: writing smithi02985406-42 from 2965504 to 3366912 tid 2 2024-07-27T18:22:10.853 INFO:tasks.rados.rados.0.smithi029.stdout:582: snap_create 2024-07-27T18:22:10.853 INFO:tasks.rados.rados.0.smithi029.stdout:579: expect (ObjNum 39 snap 0 seq_num 39) 2024-07-27T18:22:10.871 INFO:tasks.rados.rados.0.smithi029.stdout:580: expect (ObjNum 96 snap 17 seq_num 96) 2024-07-27T18:22:10.913 INFO:tasks.rados.rados.0.smithi029.stdout:581: finishing write tid 1 to smithi02985406-42 2024-07-27T18:22:10.913 INFO:tasks.rados.rados.0.smithi029.stdout:581: finishing write tid 2 to smithi02985406-42 2024-07-27T18:22:10.913 INFO:tasks.rados.rados.0.smithi029.stdout:581: finishing write tid 3 to smithi02985406-42 2024-07-27T18:22:10.914 INFO:tasks.rados.rados.0.smithi029.stdout:581: finishing write tid 4 to smithi02985406-42 2024-07-27T18:22:10.914 INFO:tasks.rados.rados.0.smithi029.stdout:581: oid 42 updating version 0 to 168 2024-07-27T18:22:10.914 INFO:tasks.rados.rados.0.smithi029.stdout:581: oid 42 updating version 168 to 170 2024-07-27T18:22:10.914 INFO:tasks.rados.rados.0.smithi029.stdout:581: oid 42 version 170 is already newer than 169 2024-07-27T18:22:10.914 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 170 (ObjNum 201 snap 49 seq_num 201) dirty exists 2024-07-27T18:22:10.914 INFO:tasks.rados.rados.0.smithi029.stdout:581: left oid 42 (ObjNum 201 snap 49 seq_num 201) 2024-07-27T18:22:11.413 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 systemd[1]: Stopping Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:22:11.816 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:11.490Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-07-27T18:22:11.817 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:11.491Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-07-27T18:22:11.817 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:11.491Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-07-27T18:22:11.817 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:11.491Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-07-27T18:22:11.817 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:11.491Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-07-27T18:22:11.817 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:11.491Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-07-27T18:22:11.817 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:11.491Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-07-27T18:22:11.817 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:11.491Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-07-27T18:22:11.817 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:11.491Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-07-27T18:22:11.817 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:11.491Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-07-27T18:22:11.817 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:11.491Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-07-27T18:22:11.817 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[66925]: ts=2024-07-27T18:22:11.491Z caller=main.go:1147 level=info msg="See you next time!" 2024-07-27T18:22:11.817 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 podman[77511]: 2024-07-27 18:22:11.501091292 +0000 UTC m=+0.128134663 container died 9be66b92589d3d68fe4037fa4b3bf8dba09ec7c3bdd858af6a8c4809db99b1a5 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:22:11.818 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 podman[77511]: 2024-07-27 18:22:11.815480023 +0000 UTC m=+0.442523394 container cleanup 9be66b92589d3d68fe4037fa4b3bf8dba09ec7c3bdd858af6a8c4809db99b1a5 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:22:11.818 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:11 smithi179 bash[77511]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a 2024-07-27T18:22:11.839 INFO:tasks.rados.rados.0.smithi029.stdout:579: done (3 left) 2024-07-27T18:22:11.840 INFO:tasks.rados.rados.0.smithi029.stdout:580: done (2 left) 2024-07-27T18:22:11.840 INFO:tasks.rados.rados.0.smithi029.stdout:581: done (1 left) 2024-07-27T18:22:11.840 INFO:tasks.rados.rados.0.smithi029.stdout:582: done (0 left) 2024-07-27T18:22:11.840 INFO:tasks.rados.rados.0.smithi029.stdout:583: setattr oid 5 current snap is 50 2024-07-27T18:22:11.840 INFO:tasks.rados.rados.0.smithi029.stdout:584: rollback oid 50 current snap is 50 2024-07-27T18:22:11.840 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 50 to 25 2024-07-27T18:22:11.840 INFO:tasks.rados.rados.0.smithi029.stdout:585: setattr oid 47 current snap is 50 2024-07-27T18:22:11.841 INFO:tasks.rados.rados.0.smithi029.stdout:586: rollback oid 10 current snap is 50 2024-07-27T18:22:11.841 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 10 to 49 2024-07-27T18:22:11.841 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 11 current snap is 50 2024-07-27T18:22:11.841 INFO:tasks.rados.rados.0.smithi029.stdout:587: seq_num 202 ranges {0=589824,589824=401408} 2024-07-27T18:22:11.844 INFO:tasks.rados.rados.0.smithi029.stdout:587: writing smithi02985406-11 from 0 to 589824 tid 1 2024-07-27T18:22:11.848 INFO:tasks.rados.rados.0.smithi029.stdout:587: writing smithi02985406-11 from 589824 to 991232 tid 2 2024-07-27T18:22:11.848 INFO:tasks.rados.rados.0.smithi029.stdout:588: snap_remove snap 26 2024-07-27T18:22:12.162 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 podman[77528]: 2024-07-27 18:22:12.041794223 +0000 UTC m=+0.539196667 container remove 9be66b92589d3d68fe4037fa4b3bf8dba09ec7c3bdd858af6a8c4809db99b1a5 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:22:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-mon[33511]: osdmap e172: 8 total, 8 up, 8 in 2024-07-27T18:22:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:11 smithi179 ceph-mon[33511]: pgmap v24: 121 pgs: 121 active+clean; 159 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.2 MiB/s wr, 18 op/s 2024-07-27T18:22:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:11 smithi029 ceph-mon[29364]: osdmap e172: 8 total, 8 up, 8 in 2024-07-27T18:22:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:11 smithi029 ceph-mon[29364]: pgmap v24: 121 pgs: 121 active+clean; 159 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.2 MiB/s wr, 18 op/s 2024-07-27T18:22:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:11 smithi029 ceph-mon[40759]: osdmap e172: 8 total, 8 up, 8 in 2024-07-27T18:22:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:11 smithi029 ceph-mon[40759]: pgmap v24: 121 pgs: 121 active+clean; 159 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.2 MiB/s wr, 18 op/s 2024-07-27T18:22:12.658 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-07-27T18:22:12.659 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 systemd[1]: Stopped Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:22:12.659 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@prometheus.a.service: Consumed 1.678s CPU time. 2024-07-27T18:22:12.659 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 systemd[1]: Starting Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:22:12.659 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 podman[77629]: 2024-07-27 18:22:12.418784486 +0000 UTC m=+0.017883664 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-07-27T18:22:12.659 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 podman[77629]: 2024-07-27 18:22:12.534588575 +0000 UTC m=+0.133687743 container create 556fed2242994911cfe96237a18bc05fdf902045c5e3b131a5e2fd849f1678e7 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:22:12.843 INFO:tasks.rados.rados.0.smithi029.stdout:588: done (5 left) 2024-07-27T18:22:12.843 INFO:tasks.rados.rados.0.smithi029.stdout:589: read oid 44 snap -1 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:589: expect (ObjNum 142 snap 33 seq_num 142) 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:590: copy_from oid 33 from oid 28 current snap is 50 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 291 (ObjNum 993 snap 0 seq_num 2053091504) dirty exists 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 299 (ObjNum 289 snap 0 seq_num 1) dirty exists 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:584: finishing rollback tid 0 to smithi02985406-50 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:584: finishing rollback tid 1 to smithi02985406-50 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:584: finishing rollback tid 2 to smithi02985406-50 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 85 (ObjNum 119 snap 24 seq_num 119) dirty exists 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:586: finishing rollback tid 0 to smithi02985406-10 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:586: finishing rollback tid 1 to smithi02985406-10 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:586: finishing rollback tid 2 to smithi02985406-10 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 248 (ObjNum 163 snap 38 seq_num 163) dirty exists 2024-07-27T18:22:12.844 INFO:tasks.rados.rados.0.smithi029.stdout:587: finishing write tid 1 to smithi02985406-11 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:587: finishing write tid 2 to smithi02985406-11 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:587: finishing write tid 3 to smithi02985406-11 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:587: finishing write tid 4 to smithi02985406-11 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:587: oid 11 updating version 0 to 51 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:587: oid 11 updating version 51 to 53 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:587: oid 11 version 53 is already newer than 52 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 53 (ObjNum 202 snap 50 seq_num 202) dirty exists 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:587: left oid 11 (ObjNum 202 snap 50 seq_num 202) 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:583: done (6 left) 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:584: done (5 left) 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:585: done (4 left) 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:586: done (3 left) 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:587: done (2 left) 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:591: rollback oid 47 current snap is 50 2024-07-27T18:22:12.845 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 47 to 48 2024-07-27T18:22:12.846 INFO:tasks.rados.rados.0.smithi029.stdout:592: snap_create 2024-07-27T18:22:12.860 INFO:tasks.rados.rados.0.smithi029.stdout:591: finishing rollback tid 0 to smithi02985406-47 2024-07-27T18:22:12.860 INFO:tasks.rados.rados.0.smithi029.stdout:591: finishing rollback tid 1 to smithi02985406-47 2024-07-27T18:22:12.860 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 305 (ObjNum 289 snap 0 seq_num 1) dirty dne 2024-07-27T18:22:12.870 INFO:tasks.rados.rados.0.smithi029.stdout:589: expect (ObjNum 142 snap 33 seq_num 142) 2024-07-27T18:22:12.937 INFO:tasks.rados.rados.0.smithi029.stdout:590: finishing copy_from racing read to smithi02985406-33 2024-07-27T18:22:12.937 INFO:tasks.rados.rados.0.smithi029.stdout:590: finishing copy_from to smithi02985406-33 2024-07-27T18:22:12.937 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 167 (ObjNum 161 snap 38 seq_num 161) dirty exists 2024-07-27T18:22:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-mon[33511]: osdmap e173: 8 total, 8 up, 8 in 2024-07-27T18:22:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:22:13.163 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 podman[77629]: 2024-07-27 18:22:12.745797552 +0000 UTC m=+0.344896725 container init 556fed2242994911cfe96237a18bc05fdf902045c5e3b131a5e2fd849f1678e7 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:22:13.163 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 podman[77629]: 2024-07-27 18:22:12.750902653 +0000 UTC m=+0.350001824 container start 556fed2242994911cfe96237a18bc05fdf902045c5e3b131a5e2fd849f1678e7 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:22:13.163 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.774Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.774Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.774Z caller=main.go:570 level=info host_details="(Linux 5.14.0-480.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024 x86_64 smithi179 (none))" 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.774Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.774Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.776Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.776Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.777Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.777Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.778Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.778Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.494µs 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.778Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.780Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-07-27T18:22:13.164 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.787Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-07-27T18:22:13.165 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.788Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-07-27T18:22:13.165 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.788Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=17.205µs wal_replay_duration=9.949606ms wbl_replay_duration=146ns total_replay_duration=9.983363ms 2024-07-27T18:22:13.165 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.790Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-07-27T18:22:13.165 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.790Z caller=main.go:1029 level=info msg="TSDB started" 2024-07-27T18:22:13.165 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.790Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-07-27T18:22:13.165 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.810Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.286271ms db_storage=823ns remote_storage=1.289µs web_handler=333ns query_engine=660ns scrape=200.747µs scrape_sd=100.633µs notify=23.845µs notify_sd=16.867µs rules=18.629007ms tracing=5.484µs 2024-07-27T18:22:13.165 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.810Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-07-27T18:22:13.165 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:12.810Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-07-27T18:22:13.165 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 bash[77629]: 556fed2242994911cfe96237a18bc05fdf902045c5e3b131a5e2fd849f1678e7 2024-07-27T18:22:13.165 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:12 smithi179 systemd[1]: Started Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:22:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:12 smithi029 ceph-mon[29364]: osdmap e173: 8 total, 8 up, 8 in 2024-07-27T18:22:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:12 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:22:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:12 smithi029 ceph-mon[40759]: osdmap e173: 8 total, 8 up, 8 in 2024-07-27T18:22:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:12 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:22:13.846 INFO:tasks.rados.rados.0.smithi029.stdout:589: done (3 left) 2024-07-27T18:22:13.846 INFO:tasks.rados.rados.0.smithi029.stdout:590: done (2 left) 2024-07-27T18:22:13.846 INFO:tasks.rados.rados.0.smithi029.stdout:591: done (1 left) 2024-07-27T18:22:13.846 INFO:tasks.rados.rados.0.smithi029.stdout:592: done (0 left) 2024-07-27T18:22:13.846 INFO:tasks.rados.rados.0.smithi029.stdout:593: read oid 47 snap -1 2024-07-27T18:22:13.846 INFO:tasks.rados.rados.0.smithi029.stdout:593: expect deleted 2024-07-27T18:22:13.846 INFO:tasks.rados.rados.0.smithi029.stdout:594: delete oid 33 current snap is 51 2024-07-27T18:22:13.847 INFO:tasks.rados.rados.0.smithi029.stdout:593: done (1 left) 2024-07-27T18:22:13.847 INFO:tasks.rados.rados.0.smithi029.stdout:594: done (0 left) 2024-07-27T18:22:13.847 INFO:tasks.rados.rados.0.smithi029.stdout:595: rollback oid 46 current snap is 51 2024-07-27T18:22:13.847 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 46 2024-07-27T18:22:13.848 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 51 2024-07-27T18:22:13.848 INFO:tasks.rados.rados.0.smithi029.stdout:596: seq_num 204 ranges {655360=622592,1277952=401408} 2024-07-27T18:22:13.855 INFO:tasks.rados.rados.0.smithi029.stdout:596: writing smithi02985406-49 from 655360 to 1277952 tid 1 2024-07-27T18:22:13.858 INFO:tasks.rados.rados.0.smithi029.stdout:596: writing smithi02985406-49 from 1277952 to 1679360 tid 2 2024-07-27T18:22:13.859 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 51 2024-07-27T18:22:13.859 INFO:tasks.rados.rados.0.smithi029.stdout:595: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:22:13.859 INFO:tasks.rados.rados.0.smithi029.stdout:595: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:22:13.859 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 100 (ObjNum 190 snap 44 seq_num 190) dirty exists 2024-07-27T18:22:13.859 INFO:tasks.rados.rados.0.smithi029.stdout:597: seq_num 205 ranges {3989504=638976,4628480=401408} 2024-07-27T18:22:13.884 INFO:tasks.rados.rados.0.smithi029.stdout:597: writing smithi02985406-10 from 3989504 to 4628480 tid 1 2024-07-27T18:22:13.887 INFO:tasks.rados.rados.0.smithi029.stdout:597: writing smithi02985406-10 from 4628480 to 5029888 tid 2 2024-07-27T18:22:13.887 INFO:tasks.rados.rados.0.smithi029.stdout:595: done (2 left) 2024-07-27T18:22:13.887 INFO:tasks.rados.rados.0.smithi029.stdout:598: rollback oid 31 current snap is 51 2024-07-27T18:22:13.887 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 31 to 46 2024-07-27T18:22:13.887 INFO:tasks.rados.rados.0.smithi029.stdout:596: finishing write tid 1 to smithi02985406-49 2024-07-27T18:22:13.887 INFO:tasks.rados.rados.0.smithi029.stdout:596: finishing write tid 2 to smithi02985406-49 2024-07-27T18:22:13.887 INFO:tasks.rados.rados.0.smithi029.stdout:596: finishing write tid 3 to smithi02985406-49 2024-07-27T18:22:13.887 INFO:tasks.rados.rados.0.smithi029.stdout:596: finishing write tid 4 to smithi02985406-49 2024-07-27T18:22:13.887 INFO:tasks.rados.rados.0.smithi029.stdout:596: oid 49 updating version 0 to 102 2024-07-27T18:22:13.888 INFO:tasks.rados.rados.0.smithi029.stdout:596: oid 49 updating version 102 to 104 2024-07-27T18:22:13.888 INFO:tasks.rados.rados.0.smithi029.stdout:596: oid 49 version 104 is already newer than 103 2024-07-27T18:22:13.888 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 104 (ObjNum 204 snap 51 seq_num 204) dirty exists 2024-07-27T18:22:13.888 INFO:tasks.rados.rados.0.smithi029.stdout:596: left oid 49 (ObjNum 204 snap 51 seq_num 204) 2024-07-27T18:22:13.888 INFO:tasks.rados.rados.0.smithi029.stdout:596: done (2 left) 2024-07-27T18:22:13.888 INFO:tasks.rados.rados.0.smithi029.stdout:599: read oid 39 snap -1 2024-07-27T18:22:13.888 INFO:tasks.rados.rados.0.smithi029.stdout:599: expect deleted 2024-07-27T18:22:13.888 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 33 current snap is 51 2024-07-27T18:22:13.888 INFO:tasks.rados.rados.0.smithi029.stdout:600: seq_num 206 ranges {0=655360,655360=401408} 2024-07-27T18:22:13.891 INFO:tasks.rados.rados.0.smithi029.stdout:600: writing smithi02985406-33 from 0 to 655360 tid 1 2024-07-27T18:22:13.894 INFO:tasks.rados.rados.0.smithi029.stdout:600: writing smithi02985406-33 from 655360 to 1056768 tid 2 2024-07-27T18:22:13.894 INFO:tasks.rados.rados.0.smithi029.stdout:601: snap_create 2024-07-27T18:22:13.894 INFO:tasks.rados.rados.0.smithi029.stdout:597: finishing write tid 1 to smithi02985406-10 2024-07-27T18:22:13.894 INFO:tasks.rados.rados.0.smithi029.stdout:597: finishing write tid 2 to smithi02985406-10 2024-07-27T18:22:13.894 INFO:tasks.rados.rados.0.smithi029.stdout:598: finishing rollback tid 0 to smithi02985406-31 2024-07-27T18:22:13.894 INFO:tasks.rados.rados.0.smithi029.stdout:597: finishing write tid 3 to smithi02985406-10 2024-07-27T18:22:13.894 INFO:tasks.rados.rados.0.smithi029.stdout:598: finishing rollback tid 1 to smithi02985406-31 2024-07-27T18:22:13.894 INFO:tasks.rados.rados.0.smithi029.stdout:598: finishing rollback tid 2 to smithi02985406-31 2024-07-27T18:22:13.895 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 293 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:22:13.895 INFO:tasks.rados.rados.0.smithi029.stdout:597: finishing write tid 4 to smithi02985406-10 2024-07-27T18:22:13.895 INFO:tasks.rados.rados.0.smithi029.stdout:597: oid 10 updating version 0 to 258 2024-07-27T18:22:13.895 INFO:tasks.rados.rados.0.smithi029.stdout:597: oid 10 updating version 258 to 260 2024-07-27T18:22:13.895 INFO:tasks.rados.rados.0.smithi029.stdout:597: oid 10 version 260 is already newer than 259 2024-07-27T18:22:13.895 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 260 (ObjNum 205 snap 51 seq_num 205) dirty exists 2024-07-27T18:22:13.895 INFO:tasks.rados.rados.0.smithi029.stdout:597: left oid 10 (ObjNum 205 snap 51 seq_num 205) 2024-07-27T18:22:13.895 INFO:tasks.rados.rados.0.smithi029.stdout:600: finishing write tid 1 to smithi02985406-33 2024-07-27T18:22:13.896 INFO:tasks.rados.rados.0.smithi029.stdout:600: finishing write tid 2 to smithi02985406-33 2024-07-27T18:22:13.896 INFO:tasks.rados.rados.0.smithi029.stdout:600: finishing write tid 3 to smithi02985406-33 2024-07-27T18:22:13.897 INFO:tasks.rados.rados.0.smithi029.stdout:600: finishing write tid 4 to smithi02985406-33 2024-07-27T18:22:13.897 INFO:tasks.rados.rados.0.smithi029.stdout:600: oid 33 updating version 0 to 171 2024-07-27T18:22:13.898 INFO:tasks.rados.rados.0.smithi029.stdout:600: oid 33 version 171 is already newer than 169 2024-07-27T18:22:13.898 INFO:tasks.rados.rados.0.smithi029.stdout:600: oid 33 version 171 is already newer than 170 2024-07-27T18:22:13.898 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 171 (ObjNum 206 snap 51 seq_num 206) dirty exists 2024-07-27T18:22:13.898 INFO:tasks.rados.rados.0.smithi029.stdout:600: left oid 33 (ObjNum 206 snap 51 seq_num 206) 2024-07-27T18:22:14.114 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[29364]: osdmap e174: 8 total, 8 up, 8 in 2024-07-27T18:22:14.114 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:14.114 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:14.114 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:22:14.114 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[29364]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:22:14.114 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:14.114 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[29364]: Upgrade: Need to upgrade myself (mgr.x) 2024-07-27T18:22:14.114 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[29364]: Upgrade: Need to upgrade myself (mgr.x) 2024-07-27T18:22:14.114 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[29364]: pgmap v27: 121 pgs: 121 active+clean; 159 MiB data, 552 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:14.115 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[40759]: osdmap e174: 8 total, 8 up, 8 in 2024-07-27T18:22:14.115 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:14.115 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:14.115 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:22:14.115 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[40759]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:22:14.115 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:14.115 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[40759]: Upgrade: Need to upgrade myself (mgr.x) 2024-07-27T18:22:14.115 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[40759]: Upgrade: Need to upgrade myself (mgr.x) 2024-07-27T18:22:14.115 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:13 smithi029 ceph-mon[40759]: pgmap v27: 121 pgs: 121 active+clean; 159 MiB data, 552 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:13 smithi179 ceph-mon[33511]: osdmap e174: 8 total, 8 up, 8 in 2024-07-27T18:22:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:13 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:13 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:13 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:22:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:13 smithi179 ceph-mon[33511]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:22:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:13 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:13 smithi179 ceph-mon[33511]: Upgrade: Need to upgrade myself (mgr.x) 2024-07-27T18:22:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:13 smithi179 ceph-mon[33511]: Upgrade: Need to upgrade myself (mgr.x) 2024-07-27T18:22:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:13 smithi179 ceph-mon[33511]: pgmap v27: 121 pgs: 121 active+clean; 159 MiB data, 552 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:14.173 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:22:14.450 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:22:14.450 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (3m) 11s ago 4m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:22:14.450 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (4m) 11s ago 4m 88.5M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:22:14.450 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (5m) 11s ago 5m 15.0M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:22:14.450 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (5m) 11s ago 5m 20.1M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:22:14.450 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (35s) 11s ago 9m 481M - 19.0.0-3645-g46c551b8 d1f7abeb237d e43413acb9b7 2024-07-27T18:22:14.450 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:9283,8765 running (11m) 11s ago 11m 277M - 18.2.2-1767-ga3bbd728 d280790d1980 22eadc90e47e 2024-07-27T18:22:14.450 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (11m) 11s ago 11m 52.6M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 7d9e2dece8ba 2024-07-27T18:22:14.451 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (9m) 11s ago 9m 45.7M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 0202fbc308d9 2024-07-27T18:22:14.451 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (9m) 11s ago 9m 43.9M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 415872ced014 2024-07-27T18:22:14.451 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (3m) 11s ago 3m 16.0M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:22:14.451 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (3m) 11s ago 3m 14.9M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:22:14.451 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (8m) 11s ago 8m 102M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 e314de953958 2024-07-27T18:22:14.451 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (8m) 11s ago 8m 92.2M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 ec6c64b26d24 2024-07-27T18:22:14.451 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (8m) 11s ago 8m 94.7M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 84c890d6b0b2 2024-07-27T18:22:14.451 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (7m) 11s ago 7m 62.9M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 0e2db681e2f2 2024-07-27T18:22:14.451 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (7m) 11s ago 7m 90.9M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 9431ed9c63c6 2024-07-27T18:22:14.451 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (6m) 11s ago 6m 103M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:22:14.451 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (6m) 11s ago 6m 75.1M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:22:14.452 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (6m) 11s ago 6m 97.7M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:22:14.452 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 starting - - - - 2024-07-27T18:22:14.795 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:22:14.795 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 3 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 1, 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 1 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:22:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:22:14.797 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 14, 2024-07-27T18:22:14.797 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 1 2024-07-27T18:22:14.797 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:22:14.797 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:22:14.879 INFO:tasks.rados.rados.0.smithi029.stdout:597: done (4 left) 2024-07-27T18:22:14.880 INFO:tasks.rados.rados.0.smithi029.stdout:598: done (3 left) 2024-07-27T18:22:14.880 INFO:tasks.rados.rados.0.smithi029.stdout:599: done (2 left) 2024-07-27T18:22:14.880 INFO:tasks.rados.rados.0.smithi029.stdout:600: done (1 left) 2024-07-27T18:22:14.880 INFO:tasks.rados.rados.0.smithi029.stdout:601: done (0 left) 2024-07-27T18:22:14.880 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 52 2024-07-27T18:22:14.880 INFO:tasks.rados.rados.0.smithi029.stdout:602: seq_num 207 ranges {0=671744,671744=401408} 2024-07-27T18:22:14.883 INFO:tasks.rados.rados.0.smithi029.stdout:602: writing smithi02985406-23 from 0 to 671744 tid 1 2024-07-27T18:22:14.885 INFO:tasks.rados.rados.0.smithi029.stdout:602: writing smithi02985406-23 from 671744 to 1073152 tid 2 2024-07-27T18:22:14.885 INFO:tasks.rados.rados.0.smithi029.stdout:603: copy_from oid 26 from oid 22 current snap is 52 2024-07-27T18:22:14.885 INFO:tasks.rados.rados.0.smithi029.stdout:604: snap_create 2024-07-27T18:22:14.889 INFO:tasks.rados.rados.0.smithi029.stdout:602: finishing write tid 1 to smithi02985406-23 2024-07-27T18:22:14.889 INFO:tasks.rados.rados.0.smithi029.stdout:602: finishing write tid 2 to smithi02985406-23 2024-07-27T18:22:14.890 INFO:tasks.rados.rados.0.smithi029.stdout:602: finishing write tid 3 to smithi02985406-23 2024-07-27T18:22:14.891 INFO:tasks.rados.rados.0.smithi029.stdout:602: finishing write tid 4 to smithi02985406-23 2024-07-27T18:22:14.891 INFO:tasks.rados.rados.0.smithi029.stdout:602: oid 23 updating version 0 to 107 2024-07-27T18:22:14.891 INFO:tasks.rados.rados.0.smithi029.stdout:602: oid 23 updating version 107 to 108 2024-07-27T18:22:14.891 INFO:tasks.rados.rados.0.smithi029.stdout:602: oid 23 version 108 is already newer than 106 2024-07-27T18:22:14.892 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 108 (ObjNum 207 snap 52 seq_num 207) dirty exists 2024-07-27T18:22:14.892 INFO:tasks.rados.rados.0.smithi029.stdout:602: left oid 23 (ObjNum 207 snap 52 seq_num 207) 2024-07-27T18:22:14.892 INFO:tasks.rados.rados.0.smithi029.stdout:603: finishing copy_from racing read to smithi02985406-26 2024-07-27T18:22:14.893 INFO:tasks.rados.rados.0.smithi029.stdout:603: finishing copy_from to smithi02985406-26 2024-07-27T18:22:14.893 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 89 (ObjNum 191 snap 44 seq_num 191) dirty exists 2024-07-27T18:22:15.069 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[29364]: osdmap e175: 8 total, 8 up, 8 in 2024-07-27T18:22:15.070 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[29364]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:22:15.070 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[29364]: from='client.24941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:22:15.070 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:15.070 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:22:15.070 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:22:15.070 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:22:15.070 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:15.070 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/4114848244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:22:15.071 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[40759]: osdmap e175: 8 total, 8 up, 8 in 2024-07-27T18:22:15.071 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[40759]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:22:15.071 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[40759]: from='client.24941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:22:15.071 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:15.071 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:22:15.071 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:22:15.071 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:22:15.071 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:15.071 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:14 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/4114848244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:22:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:14 smithi179 ceph-mon[33511]: osdmap e175: 8 total, 8 up, 8 in 2024-07-27T18:22:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:14 smithi179 ceph-mon[33511]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:22:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:14 smithi179 ceph-mon[33511]: from='client.24941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:22:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:14 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:14 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:22:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:14 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:22:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:14 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:22:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:14 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:14 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/4114848244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:22:15.885 INFO:tasks.rados.rados.0.smithi029.stdout:602: done (2 left) 2024-07-27T18:22:15.886 INFO:tasks.rados.rados.0.smithi029.stdout:603: done (1 left) 2024-07-27T18:22:15.886 INFO:tasks.rados.rados.0.smithi029.stdout:604: done (0 left) 2024-07-27T18:22:15.886 INFO:tasks.rados.rados.0.smithi029.stdout:605: snap_create 2024-07-27T18:22:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:15 smithi029 ceph-mon[29364]: Upgrade: Updating mgr.y 2024-07-27T18:22:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:15 smithi029 ceph-mon[29364]: Deploying daemon mgr.y on smithi029 2024-07-27T18:22:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:15 smithi029 ceph-mon[29364]: osdmap e176: 8 total, 8 up, 8 in 2024-07-27T18:22:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:15 smithi029 ceph-mon[29364]: pgmap v30: 121 pgs: 121 active+clean; 151 MiB data, 566 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.5 MiB/s wr, 27 op/s 2024-07-27T18:22:16.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:15 smithi029 ceph-mon[40759]: Upgrade: Updating mgr.y 2024-07-27T18:22:16.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:15 smithi029 ceph-mon[40759]: Deploying daemon mgr.y on smithi029 2024-07-27T18:22:16.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:15 smithi029 ceph-mon[40759]: osdmap e176: 8 total, 8 up, 8 in 2024-07-27T18:22:16.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:15 smithi029 ceph-mon[40759]: pgmap v30: 121 pgs: 121 active+clean; 151 MiB data, 566 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.5 MiB/s wr, 27 op/s 2024-07-27T18:22:16.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:15 smithi179 ceph-mon[33511]: Upgrade: Updating mgr.y 2024-07-27T18:22:16.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:15 smithi179 ceph-mon[33511]: Deploying daemon mgr.y on smithi029 2024-07-27T18:22:16.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:15 smithi179 ceph-mon[33511]: osdmap e176: 8 total, 8 up, 8 in 2024-07-27T18:22:16.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:15 smithi179 ceph-mon[33511]: pgmap v30: 121 pgs: 121 active+clean; 151 MiB data, 566 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.5 MiB/s wr, 27 op/s 2024-07-27T18:22:16.813 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:16 smithi029 systemd[1]: Stopping Ceph mgr.y for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:22:16.886 INFO:tasks.rados.rados.0.smithi029.stdout:605: done (0 left) 2024-07-27T18:22:16.886 INFO:tasks.rados.rados.0.smithi029.stdout:606: delete oid 4 current snap is 54 2024-07-27T18:22:16.892 INFO:tasks.rados.rados.0.smithi029.stdout:606: done (0 left) 2024-07-27T18:22:16.892 INFO:tasks.rados.rados.0.smithi029.stdout:607: delete oid 15 current snap is 54 2024-07-27T18:22:16.893 INFO:tasks.rados.rados.0.smithi029.stdout:607: done (0 left) 2024-07-27T18:22:16.893 INFO:tasks.rados.rados.0.smithi029.stdout:608: snap_create 2024-07-27T18:22:17.074 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:16 smithi029 ceph-mon[29364]: osdmap e177: 8 total, 8 up, 8 in 2024-07-27T18:22:17.075 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:16 smithi029 ceph-mon[40759]: osdmap e177: 8 total, 8 up, 8 in 2024-07-27T18:22:17.075 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:16 smithi029 podman[88128]: 2024-07-27 18:22:16.811678886 +0000 UTC m=+0.130506117 container died 22eadc90e47e9cd9b9ded131850fa9fb322a914de4788ffc2aa99c770ade0d5d (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=reef-a3bbd72, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-07-27T18:22:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:16 smithi179 ceph-mon[33511]: osdmap e177: 8 total, 8 up, 8 in 2024-07-27T18:22:17.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:17 smithi029 podman[88128]: 2024-07-27 18:22:17.273661274 +0000 UTC m=+0.592488499 container cleanup 22eadc90e47e9cd9b9ded131850fa9fb322a914de4788ffc2aa99c770ade0d5d (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=reef-a3bbd72, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-07-27T18:22:17.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:17 smithi029 bash[88128]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y 2024-07-27T18:22:17.858 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:17 smithi029 podman[88147]: 2024-07-27 18:22:17.518291638 +0000 UTC m=+0.707121521 container remove 22eadc90e47e9cd9b9ded131850fa9fb322a914de4788ffc2aa99c770ade0d5d (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, RELEASE=reef-a3bbd72, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:22:17.858 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:17 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-07-27T18:22:17.858 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:17 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.y.service: Failed with result 'exit-code'. 2024-07-27T18:22:17.858 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:17 smithi029 systemd[1]: Stopped Ceph mgr.y for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:22:17.858 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:17 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.y.service: Consumed 52.239s CPU time. 2024-07-27T18:22:17.859 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:17 smithi029 systemd[1]: Starting Ceph mgr.y for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:22:17.896 INFO:tasks.rados.rados.0.smithi029.stdout:608: done (0 left) 2024-07-27T18:22:17.896 INFO:tasks.rados.rados.0.smithi029.stdout:609: setattr oid 19 current snap is 55 2024-07-27T18:22:17.899 INFO:tasks.rados.rados.0.smithi029.stdout:610: rmattr oid 42 current snap is 55 2024-07-27T18:22:17.899 INFO:tasks.rados.rados.0.smithi029.stdout:610: done (1 left) 2024-07-27T18:22:17.899 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 55 2024-07-27T18:22:17.899 INFO:tasks.rados.rados.0.smithi029.stdout:611: seq_num 210 ranges {0=720896,720896=401408} 2024-07-27T18:22:17.904 INFO:tasks.rados.rados.0.smithi029.stdout:611: writing smithi02985406-39 from 0 to 720896 tid 1 2024-07-27T18:22:17.907 INFO:tasks.rados.rados.0.smithi029.stdout:611: writing smithi02985406-39 from 720896 to 1122304 tid 2 2024-07-27T18:22:17.907 INFO:tasks.rados.rados.0.smithi029.stdout:612: read oid 47 snap -1 2024-07-27T18:22:17.907 INFO:tasks.rados.rados.0.smithi029.stdout:612: expect deleted 2024-07-27T18:22:17.907 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 41 current snap is 55 2024-07-27T18:22:17.907 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 155 (ObjNum 141 snap 33 seq_num 141) dirty exists 2024-07-27T18:22:17.907 INFO:tasks.rados.rados.0.smithi029.stdout:613: seq_num 211 ranges {6537216=737280,7274496=401408} 2024-07-27T18:22:17.947 INFO:tasks.rados.rados.0.smithi029.stdout:613: writing smithi02985406-41 from 6537216 to 7274496 tid 1 2024-07-27T18:22:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:613: writing smithi02985406-41 from 7274496 to 7675904 tid 2 2024-07-27T18:22:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:609: done (3 left) 2024-07-27T18:22:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 55 2024-07-27T18:22:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:611: finishing write tid 1 to smithi02985406-39 2024-07-27T18:22:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:611: finishing write tid 2 to smithi02985406-39 2024-07-27T18:22:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:611: finishing write tid 3 to smithi02985406-39 2024-07-27T18:22:17.950 INFO:tasks.rados.rados.0.smithi029.stdout:611: finishing write tid 4 to smithi02985406-39 2024-07-27T18:22:17.950 INFO:tasks.rados.rados.0.smithi029.stdout:611: oid 39 updating version 0 to 92 2024-07-27T18:22:17.950 INFO:tasks.rados.rados.0.smithi029.stdout:611: oid 39 version 92 is already newer than 90 2024-07-27T18:22:17.950 INFO:tasks.rados.rados.0.smithi029.stdout:611: oid 39 version 92 is already newer than 91 2024-07-27T18:22:17.950 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 92 (ObjNum 210 snap 55 seq_num 210) dirty exists 2024-07-27T18:22:17.950 INFO:tasks.rados.rados.0.smithi029.stdout:611: left oid 39 (ObjNum 210 snap 55 seq_num 210) 2024-07-27T18:22:17.950 INFO:tasks.rados.rados.0.smithi029.stdout:614: seq_num 212 ranges {1073152=753664,1826816=401408} 2024-07-27T18:22:17.960 INFO:tasks.rados.rados.0.smithi029.stdout:614: writing smithi02985406-23 from 1073152 to 1826816 tid 1 2024-07-27T18:22:17.963 INFO:tasks.rados.rados.0.smithi029.stdout:614: writing smithi02985406-23 from 1826816 to 2228224 tid 2 2024-07-27T18:22:17.963 INFO:tasks.rados.rados.0.smithi029.stdout:611: done (3 left) 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:612: done (2 left) 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:615: read oid 27 snap -1 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:615: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:616: delete oid 14 current snap is 55 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:613: finishing write tid 1 to smithi02985406-41 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:613: finishing write tid 2 to smithi02985406-41 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:613: finishing write tid 3 to smithi02985406-41 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:613: finishing write tid 4 to smithi02985406-41 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:613: oid 41 updating version 0 to 85 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:613: oid 41 version 85 is already newer than 84 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:613: oid 41 version 85 is already newer than 83 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 85 (ObjNum 211 snap 55 seq_num 211) dirty exists 2024-07-27T18:22:17.964 INFO:tasks.rados.rados.0.smithi029.stdout:613: left oid 41 (ObjNum 211 snap 55 seq_num 211) 2024-07-27T18:22:17.965 INFO:tasks.rados.rados.0.smithi029.stdout:614: finishing write tid 1 to smithi02985406-23 2024-07-27T18:22:17.965 INFO:tasks.rados.rados.0.smithi029.stdout:614: finishing write tid 2 to smithi02985406-23 2024-07-27T18:22:17.965 INFO:tasks.rados.rados.0.smithi029.stdout:614: finishing write tid 3 to smithi02985406-23 2024-07-27T18:22:17.967 INFO:tasks.rados.rados.0.smithi029.stdout:613: done (3 left) 2024-07-27T18:22:17.967 INFO:tasks.rados.rados.0.smithi029.stdout:616: done (2 left) 2024-07-27T18:22:17.967 INFO:tasks.rados.rados.0.smithi029.stdout:617: read oid 2 snap -1 2024-07-27T18:22:17.967 INFO:tasks.rados.rados.0.smithi029.stdout:617: expect (ObjNum 197 snap 48 seq_num 197) 2024-07-27T18:22:17.967 INFO:tasks.rados.rados.0.smithi029.stdout:618: rollback oid 31 current snap is 55 2024-07-27T18:22:17.967 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 31 to 49 2024-07-27T18:22:17.967 INFO:tasks.rados.rados.0.smithi029.stdout:619: delete oid 3 current snap is 55 2024-07-27T18:22:17.967 INFO:tasks.rados.rados.0.smithi029.stdout:615: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:22:17.974 INFO:tasks.rados.rados.0.smithi029.stdout:614: finishing write tid 4 to smithi02985406-23 2024-07-27T18:22:17.975 INFO:tasks.rados.rados.0.smithi029.stdout:614: oid 23 updating version 0 to 110 2024-07-27T18:22:17.975 INFO:tasks.rados.rados.0.smithi029.stdout:614: oid 23 updating version 110 to 111 2024-07-27T18:22:17.975 INFO:tasks.rados.rados.0.smithi029.stdout:614: oid 23 version 111 is already newer than 109 2024-07-27T18:22:17.975 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 111 (ObjNum 212 snap 55 seq_num 212) dirty exists 2024-07-27T18:22:17.975 INFO:tasks.rados.rados.0.smithi029.stdout:614: left oid 23 (ObjNum 212 snap 55 seq_num 212) 2024-07-27T18:22:17.975 INFO:tasks.rados.rados.0.smithi029.stdout:618: finishing rollback tid 0 to smithi02985406-31 2024-07-27T18:22:17.975 INFO:tasks.rados.rados.0.smithi029.stdout:618: finishing rollback tid 1 to smithi02985406-31 2024-07-27T18:22:17.975 INFO:tasks.rados.rados.0.smithi029.stdout:618: finishing rollback tid 2 to smithi02985406-31 2024-07-27T18:22:17.975 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 299 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:22:17.975 INFO:tasks.rados.rados.0.smithi029.stdout:617: expect (ObjNum 197 snap 48 seq_num 197) 2024-07-27T18:22:18.000 INFO:tasks.rados.rados.0.smithi029.stdout:614: done (4 left) 2024-07-27T18:22:18.000 INFO:tasks.rados.rados.0.smithi029.stdout:615: done (3 left) 2024-07-27T18:22:18.000 INFO:tasks.rados.rados.0.smithi029.stdout:617: done (2 left) 2024-07-27T18:22:18.000 INFO:tasks.rados.rados.0.smithi029.stdout:618: done (1 left) 2024-07-27T18:22:18.000 INFO:tasks.rados.rados.0.smithi029.stdout:619: done (0 left) 2024-07-27T18:22:18.000 INFO:tasks.rados.rados.0.smithi029.stdout:620: read oid 10 snap -1 2024-07-27T18:22:18.000 INFO:tasks.rados.rados.0.smithi029.stdout:620: expect (ObjNum 205 snap 51 seq_num 205) 2024-07-27T18:22:18.000 INFO:tasks.rados.rados.0.smithi029.stdout:621: snap_create 2024-07-27T18:22:18.021 INFO:tasks.rados.rados.0.smithi029.stdout:620: expect (ObjNum 205 snap 51 seq_num 205) 2024-07-27T18:22:18.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:17 smithi179 ceph-mon[33511]: osdmap e178: 8 total, 8 up, 8 in 2024-07-27T18:22:18.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:17 smithi179 ceph-mon[33511]: pgmap v33: 121 pgs: 121 active+clean; 151 MiB data, 566 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.5 MiB/s wr, 27 op/s 2024-07-27T18:22:18.242 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:17 smithi029 ceph-mon[29364]: osdmap e178: 8 total, 8 up, 8 in 2024-07-27T18:22:18.242 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:17 smithi029 ceph-mon[29364]: pgmap v33: 121 pgs: 121 active+clean; 151 MiB data, 566 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.5 MiB/s wr, 27 op/s 2024-07-27T18:22:18.243 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:17 smithi029 ceph-mon[40759]: osdmap e178: 8 total, 8 up, 8 in 2024-07-27T18:22:18.243 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:17 smithi029 ceph-mon[40759]: pgmap v33: 121 pgs: 121 active+clean; 151 MiB data, 566 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.5 MiB/s wr, 27 op/s 2024-07-27T18:22:18.243 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:18 smithi029 podman[88277]: 2024-07-27 18:22:17.993722332 +0000 UTC m=+0.017934290 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:22:18.243 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:18 smithi029 podman[88277]: 2024-07-27 18:22:18.097590485 +0000 UTC m=+0.121802421 container create cac3be45e5857cd9b606668dad8a066ae3afe12d82f2f3be551d21fb29ab1d5a (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=squid-46c551b, GIT_CLEAN=True, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:22:18.648 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:18 smithi029 podman[88277]: 2024-07-27 18:22:18.351601479 +0000 UTC m=+0.375813417 container init cac3be45e5857cd9b606668dad8a066ae3afe12d82f2f3be551d21fb29ab1d5a (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, io.buildah.version=1.36.0) 2024-07-27T18:22:18.648 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:18 smithi029 podman[88277]: 2024-07-27 18:22:18.356454801 +0000 UTC m=+0.380666737 container start cac3be45e5857cd9b606668dad8a066ae3afe12d82f2f3be551d21fb29ab1d5a (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y, io.buildah.version=1.36.0, RELEASE=squid-46c551b, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-07-27T18:22:18.648 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:18 smithi029 ceph-mgr[88315]: -- 172.21.15.29:0/1551211738 <== mon.2 v2:172.21.15.29:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55b2f39e50e0 con 0x55b2f39c3000 2024-07-27T18:22:18.648 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:18.483+0000 7f1ba1b3e040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:22:18.648 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:18 smithi029 bash[88277]: cac3be45e5857cd9b606668dad8a066ae3afe12d82f2f3be551d21fb29ab1d5a 2024-07-27T18:22:18.648 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:18 smithi029 systemd[1]: Started Ceph mgr.y for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:22:18.648 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:18.645+0000 7f1ba1b3e040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:22:18.897 INFO:tasks.rados.rados.0.smithi029.stdout:620: done (1 left) 2024-07-27T18:22:18.897 INFO:tasks.rados.rados.0.smithi029.stdout:621: done (0 left) 2024-07-27T18:22:18.897 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 56 2024-07-27T18:22:18.898 INFO:tasks.rados.rados.0.smithi029.stdout:622: seq_num 215 ranges {1122304=409600,1531904=532480,2064384=270336} 2024-07-27T18:22:18.898 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:18.717+0000 7f1ba1b3e040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:22:18.906 INFO:tasks.rados.rados.0.smithi029.stdout:622: writing smithi02985406-39 from 1122304 to 1531904 tid 1 2024-07-27T18:22:18.909 INFO:tasks.rados.rados.0.smithi029.stdout:622: writing smithi02985406-39 from 1531904 to 2064384 tid 2 2024-07-27T18:22:18.912 INFO:tasks.rados.rados.0.smithi029.stdout:622: writing smithi02985406-39 from 2064384 to 2334720 tid 3 2024-07-27T18:22:18.912 INFO:tasks.rados.rados.0.smithi029.stdout:622: finishing write tid 1 to smithi02985406-39 2024-07-27T18:22:18.912 INFO:tasks.rados.rados.0.smithi029.stdout:623: read oid 48 snap -1 2024-07-27T18:22:18.912 INFO:tasks.rados.rados.0.smithi029.stdout:623: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:22:18.912 INFO:tasks.rados.rados.0.smithi029.stdout:624: rollback oid 18 current snap is 56 2024-07-27T18:22:18.913 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 18 to 54 2024-07-27T18:22:18.913 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 56 2024-07-27T18:22:18.913 INFO:tasks.rados.rados.0.smithi029.stdout:625: seq_num 216 ranges {2392064=425984,2818048=409600,3227648=393216} 2024-07-27T18:22:18.928 INFO:tasks.rados.rados.0.smithi029.stdout:625: writing smithi02985406-44 from 2392064 to 2818048 tid 1 2024-07-27T18:22:18.930 INFO:tasks.rados.rados.0.smithi029.stdout:625: writing smithi02985406-44 from 2818048 to 3227648 tid 2 2024-07-27T18:22:18.933 INFO:tasks.rados.rados.0.smithi029.stdout:625: writing smithi02985406-44 from 3227648 to 3620864 tid 3 2024-07-27T18:22:18.934 INFO:tasks.rados.rados.0.smithi029.stdout:626: snap_create 2024-07-27T18:22:18.934 INFO:tasks.rados.rados.0.smithi029.stdout:622: finishing write tid 2 to smithi02985406-39 2024-07-27T18:22:18.934 INFO:tasks.rados.rados.0.smithi029.stdout:622: finishing write tid 3 to smithi02985406-39 2024-07-27T18:22:18.934 INFO:tasks.rados.rados.0.smithi029.stdout:624: finishing rollback tid 0 to smithi02985406-18 2024-07-27T18:22:18.934 INFO:tasks.rados.rados.0.smithi029.stdout:622: finishing write tid 4 to smithi02985406-39 2024-07-27T18:22:18.934 INFO:tasks.rados.rados.0.smithi029.stdout:622: finishing write tid 5 to smithi02985406-39 2024-07-27T18:22:18.934 INFO:tasks.rados.rados.0.smithi029.stdout:622: oid 39 updating version 0 to 95 2024-07-27T18:22:18.934 INFO:tasks.rados.rados.0.smithi029.stdout:622: oid 39 updating version 95 to 97 2024-07-27T18:22:18.934 INFO:tasks.rados.rados.0.smithi029.stdout:622: oid 39 version 97 is already newer than 96 2024-07-27T18:22:18.934 INFO:tasks.rados.rados.0.smithi029.stdout:622: oid 39 version 97 is already newer than 94 2024-07-27T18:22:18.934 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 97 (ObjNum 215 snap 56 seq_num 215) dirty exists 2024-07-27T18:22:18.935 INFO:tasks.rados.rados.0.smithi029.stdout:622: left oid 39 (ObjNum 215 snap 56 seq_num 215) 2024-07-27T18:22:18.935 INFO:tasks.rados.rados.0.smithi029.stdout:624: finishing rollback tid 1 to smithi02985406-18 2024-07-27T18:22:18.935 INFO:tasks.rados.rados.0.smithi029.stdout:624: finishing rollback tid 2 to smithi02985406-18 2024-07-27T18:22:18.935 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 317 (ObjNum 169 snap 40 seq_num 169) dirty exists 2024-07-27T18:22:18.935 INFO:tasks.rados.rados.0.smithi029.stdout:623: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:22:18.948 INFO:tasks.rados.rados.0.smithi029.stdout:625: finishing write tid 1 to smithi02985406-44 2024-07-27T18:22:18.948 INFO:tasks.rados.rados.0.smithi029.stdout:625: finishing write tid 2 to smithi02985406-44 2024-07-27T18:22:18.948 INFO:tasks.rados.rados.0.smithi029.stdout:625: finishing write tid 3 to smithi02985406-44 2024-07-27T18:22:18.948 INFO:tasks.rados.rados.0.smithi029.stdout:625: finishing write tid 4 to smithi02985406-44 2024-07-27T18:22:18.948 INFO:tasks.rados.rados.0.smithi029.stdout:625: finishing write tid 5 to smithi02985406-44 2024-07-27T18:22:18.949 INFO:tasks.rados.rados.0.smithi029.stdout:625: oid 44 updating version 0 to 265 2024-07-27T18:22:18.949 INFO:tasks.rados.rados.0.smithi029.stdout:625: oid 44 version 265 is already newer than 262 2024-07-27T18:22:18.949 INFO:tasks.rados.rados.0.smithi029.stdout:625: oid 44 version 265 is already newer than 264 2024-07-27T18:22:18.949 INFO:tasks.rados.rados.0.smithi029.stdout:625: oid 44 version 265 is already newer than 263 2024-07-27T18:22:18.949 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 265 (ObjNum 216 snap 56 seq_num 216) dirty exists 2024-07-27T18:22:18.949 INFO:tasks.rados.rados.0.smithi029.stdout:625: left oid 44 (ObjNum 216 snap 56 seq_num 216) 2024-07-27T18:22:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:18 smithi179 ceph-mon[33511]: osdmap e179: 8 total, 8 up, 8 in 2024-07-27T18:22:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:18 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:18 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:18 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:18 smithi029 ceph-mon[29364]: osdmap e179: 8 total, 8 up, 8 in 2024-07-27T18:22:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:18 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:18 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:18 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:18 smithi029 ceph-mon[40759]: osdmap e179: 8 total, 8 up, 8 in 2024-07-27T18:22:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:18 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:18 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:18 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:19.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:19 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:19.013+0000 7f1ba1b3e040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:22:19.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:19 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:19.078+0000 7f1ba1b3e040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:22:19.832 INFO:tasks.rados.rados.0.smithi029.stdout:622: done (4 left) 2024-07-27T18:22:19.832 INFO:tasks.rados.rados.0.smithi029.stdout:623: done (3 left) 2024-07-27T18:22:19.832 INFO:tasks.rados.rados.0.smithi029.stdout:624: done (2 left) 2024-07-27T18:22:19.832 INFO:tasks.rados.rados.0.smithi029.stdout:625: done (1 left) 2024-07-27T18:22:19.832 INFO:tasks.rados.rados.0.smithi029.stdout:626: done (0 left) 2024-07-27T18:22:19.832 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 57 2024-07-27T18:22:19.832 INFO:tasks.rados.rados.0.smithi029.stdout:627: seq_num 217 ranges {499712=442368,942080=696320,1638400=106496} 2024-07-27T18:22:19.837 INFO:tasks.rados.rados.0.smithi029.stdout:627: writing smithi02985406-18 from 499712 to 942080 tid 1 2024-07-27T18:22:19.842 INFO:tasks.rados.rados.0.smithi029.stdout:627: writing smithi02985406-18 from 942080 to 1638400 tid 2 2024-07-27T18:22:19.844 INFO:tasks.rados.rados.0.smithi029.stdout:627: writing smithi02985406-18 from 1638400 to 1744896 tid 3 2024-07-27T18:22:19.844 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 57 2024-07-27T18:22:19.844 INFO:tasks.rados.rados.0.smithi029.stdout:627: finishing write tid 1 to smithi02985406-18 2024-07-27T18:22:19.844 INFO:tasks.rados.rados.0.smithi029.stdout:628: seq_num 218 ranges {2334720=458752,2793472=581632,3375104=221184} 2024-07-27T18:22:19.861 INFO:tasks.rados.rados.0.smithi029.stdout:628: writing smithi02985406-39 from 2334720 to 2793472 tid 1 2024-07-27T18:22:19.865 INFO:tasks.rados.rados.0.smithi029.stdout:628: writing smithi02985406-39 from 2793472 to 3375104 tid 2 2024-07-27T18:22:19.867 INFO:tasks.rados.rados.0.smithi029.stdout:628: writing smithi02985406-39 from 3375104 to 3596288 tid 3 2024-07-27T18:22:19.867 INFO:tasks.rados.rados.0.smithi029.stdout:629: setattr oid 49 current snap is 57 2024-07-27T18:22:19.867 INFO:tasks.rados.rados.0.smithi029.stdout:627: finishing write tid 2 to smithi02985406-18 2024-07-27T18:22:19.867 INFO:tasks.rados.rados.0.smithi029.stdout:627: finishing write tid 3 to smithi02985406-18 2024-07-27T18:22:19.867 INFO:tasks.rados.rados.0.smithi029.stdout:627: finishing write tid 4 to smithi02985406-18 2024-07-27T18:22:19.868 INFO:tasks.rados.rados.0.smithi029.stdout:627: finishing write tid 5 to smithi02985406-18 2024-07-27T18:22:19.868 INFO:tasks.rados.rados.0.smithi029.stdout:627: oid 18 updating version 0 to 320 2024-07-27T18:22:19.868 INFO:tasks.rados.rados.0.smithi029.stdout:627: oid 18 updating version 320 to 321 2024-07-27T18:22:19.868 INFO:tasks.rados.rados.0.smithi029.stdout:627: oid 18 updating version 321 to 322 2024-07-27T18:22:19.868 INFO:tasks.rados.rados.0.smithi029.stdout:627: oid 18 version 322 is already newer than 319 2024-07-27T18:22:19.868 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 322 (ObjNum 217 snap 57 seq_num 217) dirty exists 2024-07-27T18:22:19.868 INFO:tasks.rados.rados.0.smithi029.stdout:627: left oid 18 (ObjNum 217 snap 57 seq_num 217) 2024-07-27T18:22:19.868 INFO:tasks.rados.rados.0.smithi029.stdout:628: finishing write tid 1 to smithi02985406-39 2024-07-27T18:22:19.869 INFO:tasks.rados.rados.0.smithi029.stdout:627: done (2 left) 2024-07-27T18:22:19.870 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 57 2024-07-27T18:22:19.870 INFO:tasks.rados.rados.0.smithi029.stdout:630: seq_num 219 ranges {0=475136,475136=466944,942080=335872} 2024-07-27T18:22:19.873 INFO:tasks.rados.rados.0.smithi029.stdout:630: writing smithi02985406-8 from 0 to 475136 tid 1 2024-07-27T18:22:19.877 INFO:tasks.rados.rados.0.smithi029.stdout:630: writing smithi02985406-8 from 475136 to 942080 tid 2 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:630: writing smithi02985406-8 from 942080 to 1277952 tid 3 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:631: rollback oid 23 current snap is 57 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 23 to 53 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:628: finishing write tid 2 to smithi02985406-39 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:628: finishing write tid 3 to smithi02985406-39 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:628: finishing write tid 4 to smithi02985406-39 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:628: finishing write tid 5 to smithi02985406-39 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:628: oid 39 updating version 0 to 102 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:628: oid 39 version 102 is already newer than 99 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:628: oid 39 version 102 is already newer than 100 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:628: oid 39 version 102 is already newer than 101 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 102 (ObjNum 218 snap 57 seq_num 218) dirty exists 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:628: left oid 39 (ObjNum 218 snap 57 seq_num 218) 2024-07-27T18:22:19.881 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 106 (ObjNum 204 snap 51 seq_num 204) dirty exists 2024-07-27T18:22:19.882 INFO:tasks.rados.rados.0.smithi029.stdout:630: finishing write tid 1 to smithi02985406-8 2024-07-27T18:22:19.882 INFO:tasks.rados.rados.0.smithi029.stdout:630: finishing write tid 2 to smithi02985406-8 2024-07-27T18:22:19.882 INFO:tasks.rados.rados.0.smithi029.stdout:628: done (3 left) 2024-07-27T18:22:19.882 INFO:tasks.rados.rados.0.smithi029.stdout:629: done (2 left) 2024-07-27T18:22:19.882 INFO:tasks.rados.rados.0.smithi029.stdout:632: copy_from oid 46 from oid 12 current snap is 57 2024-07-27T18:22:19.882 INFO:tasks.rados.rados.0.smithi029.stdout:633: snap_remove snap 30 2024-07-27T18:22:20.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:19 smithi179 ceph-mon[33511]: osdmap e180: 8 total, 8 up, 8 in 2024-07-27T18:22:20.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:19 smithi179 ceph-mon[33511]: pgmap v36: 121 pgs: 121 active+clean; 160 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 486 KiB/s rd, 2.0 MiB/s wr, 16 op/s 2024-07-27T18:22:20.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:19 smithi179 ceph-mon[33511]: osdmap e181: 8 total, 8 up, 8 in 2024-07-27T18:22:20.205 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:20.122+0000 7f1ba1b3e040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:22:20.206 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:19 smithi029 ceph-mon[40759]: osdmap e180: 8 total, 8 up, 8 in 2024-07-27T18:22:20.206 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:19 smithi029 ceph-mon[40759]: pgmap v36: 121 pgs: 121 active+clean; 160 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 486 KiB/s rd, 2.0 MiB/s wr, 16 op/s 2024-07-27T18:22:20.206 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:19 smithi029 ceph-mon[40759]: osdmap e181: 8 total, 8 up, 8 in 2024-07-27T18:22:20.206 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:19 smithi029 ceph-mon[29364]: osdmap e180: 8 total, 8 up, 8 in 2024-07-27T18:22:20.207 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:19 smithi029 ceph-mon[29364]: pgmap v36: 121 pgs: 121 active+clean; 160 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 486 KiB/s rd, 2.0 MiB/s wr, 16 op/s 2024-07-27T18:22:20.207 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:19 smithi029 ceph-mon[29364]: osdmap e181: 8 total, 8 up, 8 in 2024-07-27T18:22:20.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:20.247+0000 7f1ba1b3e040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:22:20.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:20.307+0000 7f1ba1b3e040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:22:20.834 INFO:tasks.rados.rados.0.smithi029.stdout:633: done (3 left) 2024-07-27T18:22:20.834 INFO:tasks.rados.rados.0.smithi029.stdout:634: setattr oid 35 current snap is 57 2024-07-27T18:22:20.834 INFO:tasks.rados.rados.0.smithi029.stdout:630: finishing write tid 3 to smithi02985406-8 2024-07-27T18:22:20.834 INFO:tasks.rados.rados.0.smithi029.stdout:630: finishing write tid 4 to smithi02985406-8 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:631: finishing rollback tid 0 to smithi02985406-23 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:631: finishing rollback tid 1 to smithi02985406-23 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:631: finishing rollback tid 2 to smithi02985406-23 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 114 (ObjNum 207 snap 52 seq_num 207) dirty exists 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:630: finishing write tid 5 to smithi02985406-8 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:630: oid 8 updating version 0 to 323 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:630: oid 8 updating version 323 to 324 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:630: oid 8 updating version 324 to 325 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:630: oid 8 updating version 325 to 326 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 326 (ObjNum 219 snap 57 seq_num 219) dirty exists 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:630: left oid 8 (ObjNum 219 snap 57 seq_num 219) 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:632: finishing copy_from racing read to smithi02985406-46 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:632: finishing copy_from to smithi02985406-46 2024-07-27T18:22:20.835 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 228 (ObjNum 164 snap 39 seq_num 164) dirty exists 2024-07-27T18:22:20.839 INFO:tasks.rados.rados.0.smithi029.stdout:630: done (3 left) 2024-07-27T18:22:20.839 INFO:tasks.rados.rados.0.smithi029.stdout:631: done (2 left) 2024-07-27T18:22:20.839 INFO:tasks.rados.rados.0.smithi029.stdout:632: done (1 left) 2024-07-27T18:22:20.839 INFO:tasks.rados.rados.0.smithi029.stdout:635: read oid 21 snap 56 2024-07-27T18:22:20.839 INFO:tasks.rados.rados.0.smithi029.stdout:635: expect (ObjNum 176 snap 41 seq_num 176) 2024-07-27T18:22:20.839 INFO:tasks.rados.rados.0.smithi029.stdout:636: copy_from oid 46 from oid 22 current snap is 57 2024-07-27T18:22:20.839 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 57 2024-07-27T18:22:20.839 INFO:tasks.rados.rados.0.smithi029.stdout:637: seq_num 220 ranges {0=491520,491520=753664,1245184=49152} 2024-07-27T18:22:20.842 INFO:tasks.rados.rados.0.smithi029.stdout:637: writing smithi02985406-32 from 0 to 491520 tid 1 2024-07-27T18:22:20.847 INFO:tasks.rados.rados.0.smithi029.stdout:637: writing smithi02985406-32 from 491520 to 1245184 tid 2 2024-07-27T18:22:20.849 INFO:tasks.rados.rados.0.smithi029.stdout:637: writing smithi02985406-32 from 1245184 to 1294336 tid 3 2024-07-27T18:22:20.849 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 116 (ObjNum 65 snap 0 seq_num 1785684084) dirty exists 2024-07-27T18:22:20.849 INFO:tasks.rados.rados.0.smithi029.stdout:634: done (3 left) 2024-07-27T18:22:20.849 INFO:tasks.rados.rados.0.smithi029.stdout:638: rollback oid 11 current snap is 57 2024-07-27T18:22:20.849 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 11 to 25 2024-07-27T18:22:20.849 INFO:tasks.rados.rados.0.smithi029.stdout:639: setattr oid 30 current snap is 57 2024-07-27T18:22:20.850 INFO:tasks.rados.rados.0.smithi029.stdout:635: expect (ObjNum 176 snap 41 seq_num 176) 2024-07-27T18:22:20.856 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:20.530+0000 7f1ba1b3e040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:22:20.856 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:20.598+0000 7f1ba1b3e040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:22:20.856 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:20.677+0000 7f1ba1b3e040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:22:20.856 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:20.852+0000 7f1ba1b3e040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:22:20.873 INFO:tasks.rados.rados.0.smithi029.stdout:636: finishing copy_from racing read to smithi02985406-46 2024-07-27T18:22:20.873 INFO:tasks.rados.rados.0.smithi029.stdout:637: finishing write tid 1 to smithi02985406-32 2024-07-27T18:22:20.873 INFO:tasks.rados.rados.0.smithi029.stdout:638: finishing rollback tid 0 to smithi02985406-11 2024-07-27T18:22:20.873 INFO:tasks.rados.rados.0.smithi029.stdout:638: finishing rollback tid 1 to smithi02985406-11 2024-07-27T18:22:20.873 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 91 (ObjNum 129 snap 0 seq_num 368175288) dirty dne 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:636: finishing copy_from to smithi02985406-46 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 89 (ObjNum 191 snap 44 seq_num 191) dirty exists 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:637: finishing write tid 2 to smithi02985406-32 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:637: finishing write tid 3 to smithi02985406-32 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:637: finishing write tid 4 to smithi02985406-32 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:637: finishing write tid 5 to smithi02985406-32 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:637: oid 32 updating version 0 to 93 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:637: oid 32 version 93 is already newer than 92 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:637: oid 32 version 93 is already newer than 91 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:637: oid 32 version 93 is already newer than 90 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 93 (ObjNum 220 snap 57 seq_num 220) dirty exists 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:637: left oid 32 (ObjNum 220 snap 57 seq_num 220) 2024-07-27T18:22:20.874 INFO:tasks.rados.rados.0.smithi029.stdout:635: done (4 left) 2024-07-27T18:22:20.875 INFO:tasks.rados.rados.0.smithi029.stdout:636: done (3 left) 2024-07-27T18:22:20.875 INFO:tasks.rados.rados.0.smithi029.stdout:637: done (2 left) 2024-07-27T18:22:20.875 INFO:tasks.rados.rados.0.smithi029.stdout:638: done (1 left) 2024-07-27T18:22:20.875 INFO:tasks.rados.rados.0.smithi029.stdout:640: rmattr oid 8 current snap is 57 2024-07-27T18:22:20.875 INFO:tasks.rados.rados.0.smithi029.stdout:640: done (1 left) 2024-07-27T18:22:20.875 INFO:tasks.rados.rados.0.smithi029.stdout:641: read oid 42 snap -1 2024-07-27T18:22:20.875 INFO:tasks.rados.rados.0.smithi029.stdout:641: expect (ObjNum 201 snap 49 seq_num 201) 2024-07-27T18:22:20.875 INFO:tasks.rados.rados.0.smithi029.stdout:642: rollback oid 18 current snap is 57 2024-07-27T18:22:20.875 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 18 to 51 2024-07-27T18:22:20.875 INFO:tasks.rados.rados.0.smithi029.stdout:643: copy_from oid 7 from oid 32 current snap is 57 2024-07-27T18:22:20.875 INFO:tasks.rados.rados.0.smithi029.stdout:644: delete oid 4 current snap is 57 2024-07-27T18:22:20.876 INFO:tasks.rados.rados.0.smithi029.stdout:644: done (4 left) 2024-07-27T18:22:20.876 INFO:tasks.rados.rados.0.smithi029.stdout:645: rollback oid 48 current snap is 57 2024-07-27T18:22:20.876 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 48 to 50 2024-07-27T18:22:20.876 INFO:tasks.rados.rados.0.smithi029.stdout:642: finishing rollback tid 0 to smithi02985406-18 2024-07-27T18:22:20.876 INFO:tasks.rados.rados.0.smithi029.stdout:646: snap_remove snap 46 2024-07-27T18:22:21.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:21.313+0000 7f1ba1b3e040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:22:21.838 INFO:tasks.rados.rados.0.smithi029.stdout:646: done (5 left) 2024-07-27T18:22:21.838 INFO:tasks.rados.rados.0.smithi029.stdout:647: read oid 19 snap -1 2024-07-27T18:22:21.838 INFO:tasks.rados.rados.0.smithi029.stdout:647: expect (ObjNum 141 snap 33 seq_num 141) 2024-07-27T18:22:21.839 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 57 2024-07-27T18:22:21.839 INFO:tasks.rados.rados.0.smithi029.stdout:648: seq_num 222 ranges {1679360=524288,2203648=565248,2768896=237568} 2024-07-27T18:22:21.851 INFO:tasks.rados.rados.0.smithi029.stdout:648: writing smithi02985406-49 from 1679360 to 2203648 tid 1 2024-07-27T18:22:21.855 INFO:tasks.rados.rados.0.smithi029.stdout:648: writing smithi02985406-49 from 2203648 to 2768896 tid 2 2024-07-27T18:22:21.858 INFO:tasks.rados.rados.0.smithi029.stdout:648: writing smithi02985406-49 from 2768896 to 3006464 tid 3 2024-07-27T18:22:21.858 INFO:tasks.rados.rados.0.smithi029.stdout:642: finishing rollback tid 1 to smithi02985406-18 2024-07-27T18:22:21.858 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 115 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:22:21.858 INFO:tasks.rados.rados.0.smithi029.stdout:642: finishing rollback tid 2 to smithi02985406-18 2024-07-27T18:22:21.858 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 339 (ObjNum 169 snap 40 seq_num 169) dirty exists 2024-07-27T18:22:21.858 INFO:tasks.rados.rados.0.smithi029.stdout:645: finishing rollback tid 0 to smithi02985406-48 2024-07-27T18:22:21.858 INFO:tasks.rados.rados.0.smithi029.stdout:645: finishing rollback tid 1 to smithi02985406-48 2024-07-27T18:22:21.858 INFO:tasks.rados.rados.0.smithi029.stdout:645: finishing rollback tid 2 to smithi02985406-48 2024-07-27T18:22:21.858 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 319 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:22:21.859 INFO:tasks.rados.rados.0.smithi029.stdout:643: finishing copy_from racing read to smithi02985406-7 2024-07-27T18:22:21.859 INFO:tasks.rados.rados.0.smithi029.stdout:643: finishing copy_from to smithi02985406-7 2024-07-27T18:22:21.859 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 93 (ObjNum 220 snap 57 seq_num 220) dirty exists 2024-07-27T18:22:21.859 INFO:tasks.rados.rados.0.smithi029.stdout:641: expect (ObjNum 201 snap 49 seq_num 201) 2024-07-27T18:22:21.933 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:21.662+0000 7f1ba1b3e040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:22:21.933 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:21.737+0000 7f1ba1b3e040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:22:21.933 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:21.912+0000 7f1ba1b3e040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:22:21.933 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:21 smithi029 ceph-mon[29364]: osdmap e182: 8 total, 8 up, 8 in 2024-07-27T18:22:21.933 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:21 smithi029 ceph-mon[29364]: pgmap v39: 121 pgs: 121 active+clean; 160 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 486 KiB/s rd, 2.0 MiB/s wr, 16 op/s 2024-07-27T18:22:21.934 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:21 smithi029 ceph-mon[40759]: osdmap e182: 8 total, 8 up, 8 in 2024-07-27T18:22:21.934 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:21 smithi029 ceph-mon[40759]: pgmap v39: 121 pgs: 121 active+clean; 160 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 486 KiB/s rd, 2.0 MiB/s wr, 16 op/s 2024-07-27T18:22:22.034 INFO:tasks.rados.rados.0.smithi029.stdout:647: expect (ObjNum 141 snap 33 seq_num 141) 2024-07-27T18:22:22.114 INFO:tasks.rados.rados.0.smithi029.stdout:648: finishing write tid 1 to smithi02985406-49 2024-07-27T18:22:22.114 INFO:tasks.rados.rados.0.smithi029.stdout:648: finishing write tid 2 to smithi02985406-49 2024-07-27T18:22:22.114 INFO:tasks.rados.rados.0.smithi029.stdout:639: done (6 left) 2024-07-27T18:22:22.114 INFO:tasks.rados.rados.0.smithi029.stdout:641: done (5 left) 2024-07-27T18:22:22.114 INFO:tasks.rados.rados.0.smithi029.stdout:642: done (4 left) 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:643: done (3 left) 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:645: done (2 left) 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:647: done (1 left) 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:649: rollback oid 43 current snap is 57 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 43 to 45 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:648: finishing write tid 3 to smithi02985406-49 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:648: finishing write tid 4 to smithi02985406-49 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:648: finishing write tid 5 to smithi02985406-49 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:648: oid 49 updating version 0 to 229 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:648: oid 49 updating version 229 to 232 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:648: oid 49 version 232 is already newer than 231 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:648: oid 49 version 232 is already newer than 230 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 232 (ObjNum 222 snap 57 seq_num 222) dirty exists 2024-07-27T18:22:22.115 INFO:tasks.rados.rados.0.smithi029.stdout:648: left oid 49 (ObjNum 222 snap 57 seq_num 222) 2024-07-27T18:22:22.116 INFO:tasks.rados.rados.0.smithi029.stdout:648: done (1 left) 2024-07-27T18:22:22.116 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 57 2024-07-27T18:22:22.116 INFO:tasks.rados.rados.0.smithi029.stdout:650: seq_num 223 ranges {0=540672,540672=450560,991232=352256} 2024-07-27T18:22:22.116 INFO:tasks.rados.rados.0.smithi029.stdout:650: writing smithi02985406-4 from 0 to 540672 tid 1 2024-07-27T18:22:22.119 INFO:tasks.rados.rados.0.smithi029.stdout:650: writing smithi02985406-4 from 540672 to 991232 tid 2 2024-07-27T18:22:22.122 INFO:tasks.rados.rados.0.smithi029.stdout:650: writing smithi02985406-4 from 991232 to 1343488 tid 3 2024-07-27T18:22:22.122 INFO:tasks.rados.rados.0.smithi029.stdout:651: rollback oid 7 current snap is 57 2024-07-27T18:22:22.122 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 7 to 52 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:649: finishing rollback tid 0 to smithi02985406-43 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:649: finishing rollback tid 1 to smithi02985406-43 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:649: finishing rollback tid 2 to smithi02985406-43 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 329 (ObjNum 104 snap 20 seq_num 104) dirty exists 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:650: finishing write tid 1 to smithi02985406-4 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:650: finishing write tid 2 to smithi02985406-4 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:649: done (2 left) 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:652: rollback oid 38 current snap is 57 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 38 to 53 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:653: read oid 18 snap 51 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:653: expect (ObjNum 169 snap 40 seq_num 169) 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:654: rollback oid 33 current snap is 57 2024-07-27T18:22:22.123 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 33 to 47 2024-07-27T18:22:22.124 INFO:tasks.rados.rados.0.smithi029.stdout:655: setattr oid 49 current snap is 57 2024-07-27T18:22:22.124 INFO:tasks.rados.rados.0.smithi029.stdout:656: setattr oid 29 current snap is 57 2024-07-27T18:22:22.125 INFO:tasks.rados.rados.0.smithi029.stdout:651: finishing rollback tid 0 to smithi02985406-7 2024-07-27T18:22:22.125 INFO:tasks.rados.rados.0.smithi029.stdout:657: delete oid 2 current snap is 57 2024-07-27T18:22:22.125 INFO:tasks.rados.rados.0.smithi029.stdout:652: finishing rollback tid 0 to smithi02985406-38 2024-07-27T18:22:22.125 INFO:tasks.rados.rados.0.smithi029.stdout:654: finishing rollback tid 0 to smithi02985406-33 2024-07-27T18:22:22.126 INFO:tasks.rados.rados.0.smithi029.stdout:650: finishing write tid 3 to smithi02985406-4 2024-07-27T18:22:22.127 INFO:tasks.rados.rados.0.smithi029.stdout:650: finishing write tid 4 to smithi02985406-4 2024-07-27T18:22:22.127 INFO:tasks.rados.rados.0.smithi029.stdout:652: finishing rollback tid 1 to smithi02985406-38 2024-07-27T18:22:22.127 INFO:tasks.rados.rados.0.smithi029.stdout:651: finishing rollback tid 1 to smithi02985406-7 2024-07-27T18:22:22.127 INFO:tasks.rados.rados.0.smithi029.stdout:652: finishing rollback tid 2 to smithi02985406-38 2024-07-27T18:22:22.127 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 134 (ObjNum 133 snap 29 seq_num 133) dirty exists 2024-07-27T18:22:22.128 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 233 (ObjNum 222 snap 57 seq_num 222) dirty exists 2024-07-27T18:22:22.128 INFO:tasks.rados.rados.0.smithi029.stdout:651: finishing rollback tid 2 to smithi02985406-7 2024-07-27T18:22:22.128 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 332 (ObjNum 153 snap 38 seq_num 153) dirty exists 2024-07-27T18:22:22.128 INFO:tasks.rados.rados.0.smithi029.stdout:651: done (7 left) 2024-07-27T18:22:22.128 INFO:tasks.rados.rados.0.smithi029.stdout:652: done (6 left) 2024-07-27T18:22:22.128 INFO:tasks.rados.rados.0.smithi029.stdout:655: done (5 left) 2024-07-27T18:22:22.128 INFO:tasks.rados.rados.0.smithi029.stdout:657: done (4 left) 2024-07-27T18:22:22.128 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 57 2024-07-27T18:22:22.128 INFO:tasks.rados.rados.0.smithi029.stdout:654: finishing rollback tid 1 to smithi02985406-33 2024-07-27T18:22:22.128 INFO:tasks.rados.rados.0.smithi029.stdout:654: finishing rollback tid 2 to smithi02985406-33 2024-07-27T18:22:22.128 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 174 (ObjNum 173 snap 40 seq_num 173) dirty exists 2024-07-27T18:22:22.129 INFO:tasks.rados.rados.0.smithi029.stdout:658: seq_num 225 ranges {802816=573440,1376256=622592,1998848=180224} 2024-07-27T18:22:22.135 INFO:tasks.rados.rados.0.smithi029.stdout:658: writing smithi02985406-46 from 802816 to 1376256 tid 1 2024-07-27T18:22:22.139 INFO:tasks.rados.rados.0.smithi029.stdout:658: writing smithi02985406-46 from 1376256 to 1998848 tid 2 2024-07-27T18:22:22.140 INFO:tasks.rados.rados.0.smithi029.stdout:658: writing smithi02985406-46 from 1998848 to 2179072 tid 3 2024-07-27T18:22:22.140 INFO:tasks.rados.rados.0.smithi029.stdout:654: done (4 left) 2024-07-27T18:22:22.140 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 57 2024-07-27T18:22:22.141 INFO:tasks.rados.rados.0.smithi029.stdout:653: expect (ObjNum 169 snap 40 seq_num 169) 2024-07-27T18:22:22.156 INFO:tasks.rados.rados.0.smithi029.stdout:650: finishing write tid 5 to smithi02985406-4 2024-07-27T18:22:22.156 INFO:tasks.rados.rados.0.smithi029.stdout:650: oid 4 updating version 0 to 166 2024-07-27T18:22:22.156 INFO:tasks.rados.rados.0.smithi029.stdout:650: oid 4 updating version 166 to 167 2024-07-27T18:22:22.156 INFO:tasks.rados.rados.0.smithi029.stdout:650: oid 4 updating version 167 to 168 2024-07-27T18:22:22.156 INFO:tasks.rados.rados.0.smithi029.stdout:650: oid 4 version 168 is already newer than 165 2024-07-27T18:22:22.156 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 168 (ObjNum 223 snap 57 seq_num 223) dirty exists 2024-07-27T18:22:22.156 INFO:tasks.rados.rados.0.smithi029.stdout:650: left oid 4 (ObjNum 223 snap 57 seq_num 223) 2024-07-27T18:22:22.156 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 175 (ObjNum 116 snap 24 seq_num 116) dirty exists 2024-07-27T18:22:22.157 INFO:tasks.rados.rados.0.smithi029.stdout:658: finishing write tid 1 to smithi02985406-46 2024-07-27T18:22:22.157 INFO:tasks.rados.rados.0.smithi029.stdout:658: finishing write tid 2 to smithi02985406-46 2024-07-27T18:22:22.157 INFO:tasks.rados.rados.0.smithi029.stdout:658: finishing write tid 3 to smithi02985406-46 2024-07-27T18:22:22.157 INFO:tasks.rados.rados.0.smithi029.stdout:659: seq_num 226 ranges {5029888=589824,5619712=507904,6127616=294912} 2024-07-27T18:22:22.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:21 smithi179 ceph-mon[33511]: osdmap e182: 8 total, 8 up, 8 in 2024-07-27T18:22:22.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:21 smithi179 ceph-mon[33511]: pgmap v39: 121 pgs: 121 active+clean; 160 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 486 KiB/s rd, 2.0 MiB/s wr, 16 op/s 2024-07-27T18:22:22.186 INFO:tasks.rados.rados.0.smithi029.stdout:659: writing smithi02985406-10 from 5029888 to 5619712 tid 1 2024-07-27T18:22:22.189 INFO:tasks.rados.rados.0.smithi029.stdout:659: writing smithi02985406-10 from 5619712 to 6127616 tid 2 2024-07-27T18:22:22.191 INFO:tasks.rados.rados.0.smithi029.stdout:659: writing smithi02985406-10 from 6127616 to 6422528 tid 3 2024-07-27T18:22:22.191 INFO:tasks.rados.rados.0.smithi029.stdout:650: done (4 left) 2024-07-27T18:22:22.191 INFO:tasks.rados.rados.0.smithi029.stdout:653: done (3 left) 2024-07-27T18:22:22.192 INFO:tasks.rados.rados.0.smithi029.stdout:656: done (2 left) 2024-07-27T18:22:22.192 INFO:tasks.rados.rados.0.smithi029.stdout:660: setattr oid 24 current snap is 57 2024-07-27T18:22:22.192 INFO:tasks.rados.rados.0.smithi029.stdout:658: finishing write tid 4 to smithi02985406-46 2024-07-27T18:22:22.192 INFO:tasks.rados.rados.0.smithi029.stdout:658: finishing write tid 5 to smithi02985406-46 2024-07-27T18:22:22.192 INFO:tasks.rados.rados.0.smithi029.stdout:658: oid 46 updating version 0 to 237 2024-07-27T18:22:22.192 INFO:tasks.rados.rados.0.smithi029.stdout:658: oid 46 version 237 is already newer than 236 2024-07-27T18:22:22.192 INFO:tasks.rados.rados.0.smithi029.stdout:658: oid 46 version 237 is already newer than 234 2024-07-27T18:22:22.192 INFO:tasks.rados.rados.0.smithi029.stdout:658: oid 46 version 237 is already newer than 235 2024-07-27T18:22:22.192 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 237 (ObjNum 225 snap 57 seq_num 225) dirty exists 2024-07-27T18:22:22.192 INFO:tasks.rados.rados.0.smithi029.stdout:658: left oid 46 (ObjNum 225 snap 57 seq_num 225) 2024-07-27T18:22:22.192 INFO:tasks.rados.rados.0.smithi029.stdout:659: finishing write tid 1 to smithi02985406-10 2024-07-27T18:22:22.193 INFO:tasks.rados.rados.0.smithi029.stdout:658: done (2 left) 2024-07-27T18:22:22.193 INFO:tasks.rados.rados.0.smithi029.stdout:661: delete oid 7 current snap is 57 2024-07-27T18:22:22.193 INFO:tasks.rados.rados.0.smithi029.stdout:659: finishing write tid 2 to smithi02985406-10 2024-07-27T18:22:22.193 INFO:tasks.rados.rados.0.smithi029.stdout:659: finishing write tid 3 to smithi02985406-10 2024-07-27T18:22:22.193 INFO:tasks.rados.rados.0.smithi029.stdout:659: finishing write tid 4 to smithi02985406-10 2024-07-27T18:22:22.194 INFO:tasks.rados.rados.0.smithi029.stdout:661: done (2 left) 2024-07-27T18:22:22.194 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 57 2024-07-27T18:22:22.194 INFO:tasks.rados.rados.0.smithi029.stdout:662: seq_num 228 ranges {802816=622592,1425408=671744,2097152=131072} 2024-07-27T18:22:22.201 INFO:tasks.rados.rados.0.smithi029.stdout:662: writing smithi02985406-26 from 802816 to 1425408 tid 1 2024-07-27T18:22:22.206 INFO:tasks.rados.rados.0.smithi029.stdout:662: writing smithi02985406-26 from 1425408 to 2097152 tid 2 2024-07-27T18:22:22.207 INFO:tasks.rados.rados.0.smithi029.stdout:662: writing smithi02985406-26 from 2097152 to 2228224 tid 3 2024-07-27T18:22:22.207 INFO:tasks.rados.rados.0.smithi029.stdout:663: copy_from oid 45 from oid 6 current snap is 57 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:659: finishing write tid 5 to smithi02985406-10 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:659: oid 10 updating version 0 to 282 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:659: oid 10 version 282 is already newer than 281 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:659: oid 10 version 282 is already newer than 280 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:659: oid 10 version 282 is already newer than 279 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 282 (ObjNum 226 snap 57 seq_num 226) dirty exists 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:659: left oid 10 (ObjNum 226 snap 57 seq_num 226) 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:659: done (3 left) 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:664: rollback oid 15 current snap is 57 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 315 (ObjNum 110 snap 20 seq_num 110) dirty exists 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:662: finishing write tid 1 to smithi02985406-26 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 15 to 55 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:660: done (3 left) 2024-07-27T18:22:22.208 INFO:tasks.rados.rados.0.smithi029.stdout:665: copy_from oid 33 from oid 19 current snap is 57 2024-07-27T18:22:22.209 INFO:tasks.rados.rados.0.smithi029.stdout:666: copy_from oid 18 from oid 8 current snap is 57 2024-07-27T18:22:22.209 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 57 2024-07-27T18:22:22.209 INFO:tasks.rados.rados.0.smithi029.stdout:667: seq_num 229 ranges {958464=638976,1597440=606208,2203648=196608} 2024-07-27T18:22:22.217 INFO:tasks.rados.rados.0.smithi029.stdout:667: writing smithi02985406-17 from 958464 to 1597440 tid 1 2024-07-27T18:22:22.221 INFO:tasks.rados.rados.0.smithi029.stdout:667: writing smithi02985406-17 from 1597440 to 2203648 tid 2 2024-07-27T18:22:22.222 INFO:tasks.rados.rados.0.smithi029.stdout:667: writing smithi02985406-17 from 2203648 to 2400256 tid 3 2024-07-27T18:22:22.222 INFO:tasks.rados.rados.0.smithi029.stdout:668: snap_remove snap 45 2024-07-27T18:22:22.546 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:22.264+0000 7f1ba1b3e040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:22:22.546 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:22.329+0000 7f1ba1b3e040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:22:22.546 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:22.543+0000 7f1ba1b3e040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:22:22.834 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:22.703+0000 7f1ba1b3e040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:22:22.835 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:22.773+0000 7f1ba1b3e040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:22:22.845 INFO:tasks.rados.rados.0.smithi029.stdout:668: done (6 left) 2024-07-27T18:22:22.845 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 57 2024-07-27T18:22:22.845 INFO:tasks.rados.rados.0.smithi029.stdout:669: seq_num 230 ranges {2392064=655360,3047424=491520,3538944=311296} 2024-07-27T18:22:22.862 INFO:tasks.rados.rados.0.smithi029.stdout:669: writing smithi02985406-28 from 2392064 to 3047424 tid 1 2024-07-27T18:22:22.864 INFO:tasks.rados.rados.0.smithi029.stdout:669: writing smithi02985406-28 from 3047424 to 3538944 tid 2 2024-07-27T18:22:22.867 INFO:tasks.rados.rados.0.smithi029.stdout:669: writing smithi02985406-28 from 3538944 to 3850240 tid 3 2024-07-27T18:22:22.867 INFO:tasks.rados.rados.0.smithi029.stdout:664: finishing rollback tid 1 to smithi02985406-15 2024-07-27T18:22:22.867 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 136 (ObjNum 145 snap 0 seq_num 2053090656) dirty dne 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:662: finishing write tid 2 to smithi02985406-26 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:662: finishing write tid 3 to smithi02985406-26 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:662: finishing write tid 4 to smithi02985406-26 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:662: finishing write tid 5 to smithi02985406-26 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:662: oid 26 updating version 0 to 92 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:662: oid 26 updating version 92 to 93 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:662: oid 26 updating version 93 to 95 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:662: oid 26 version 95 is already newer than 94 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 95 (ObjNum 228 snap 57 seq_num 228) dirty exists 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:662: left oid 26 (ObjNum 228 snap 57 seq_num 228) 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:666: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:666: finishing copy_from to smithi02985406-18 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 326 (ObjNum 219 snap 57 seq_num 219) dirty exists 2024-07-27T18:22:22.868 INFO:tasks.rados.rados.0.smithi029.stdout:665: finishing copy_from racing read to smithi02985406-33 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:665: finishing copy_from to smithi02985406-33 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 155 (ObjNum 141 snap 33 seq_num 141) dirty exists 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:667: finishing write tid 1 to smithi02985406-17 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:667: finishing write tid 2 to smithi02985406-17 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:667: finishing write tid 3 to smithi02985406-17 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:663: finishing copy_from racing read to smithi02985406-45 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:667: finishing write tid 4 to smithi02985406-17 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:670: read oid 35 snap -1 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:670: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:662: done (7 left) 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:664: done (6 left) 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:665: done (5 left) 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:666: done (4 left) 2024-07-27T18:22:22.869 INFO:tasks.rados.rados.0.smithi029.stdout:671: snap_remove snap 49 2024-07-27T18:22:22.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:22 smithi179 ceph-mon[33511]: osdmap e183: 8 total, 8 up, 8 in 2024-07-27T18:22:22.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:22 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:22.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:22 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-mon[29364]: osdmap e183: 8 total, 8 up, 8 in 2024-07-27T18:22:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-mon[40759]: osdmap e183: 8 total, 8 up, 8 in 2024-07-27T18:22:23.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:23.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:23.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:22.873+0000 7f1ba1b3e040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:22:23.252 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:22.936+0000 7f1ba1b3e040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:22:23.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:22:23] "GET /metrics HTTP/1.1" 200 36106 "" "Prometheus/2.43.0" 2024-07-27T18:22:23.812 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:23.549+0000 7f1ba1b3e040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:22:23.812 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:23.717+0000 7f1ba1b3e040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:22:23.812 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:22:23] ENGINE Bus STARTING 2024-07-27T18:22:23.812 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: CherryPy Checker: 2024-07-27T18:22:23.812 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: The Application mounted at '' has an empty config. 2024-07-27T18:22:23.812 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:23.849 INFO:tasks.rados.rados.0.smithi029.stdout:671: done (4 left) 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:672: read oid 32 snap -1 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:672: expect (ObjNum 220 snap 57 seq_num 220) 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:673: setattr oid 37 current snap is 57 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:663: finishing copy_from to smithi02985406-45 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 208 (ObjNum 188 snap 44 seq_num 188) dirty exists 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:667: finishing write tid 5 to smithi02985406-17 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:667: oid 17 updating version 0 to 180 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:667: oid 17 version 180 is already newer than 179 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:667: oid 17 version 180 is already newer than 177 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:667: oid 17 version 180 is already newer than 178 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 180 (ObjNum 229 snap 57 seq_num 229) dirty exists 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:667: left oid 17 (ObjNum 229 snap 57 seq_num 229) 2024-07-27T18:22:23.850 INFO:tasks.rados.rados.0.smithi029.stdout:669: finishing write tid 1 to smithi02985406-28 2024-07-27T18:22:23.851 INFO:tasks.rados.rados.0.smithi029.stdout:669: finishing write tid 2 to smithi02985406-28 2024-07-27T18:22:23.851 INFO:tasks.rados.rados.0.smithi029.stdout:670: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:22:23.857 INFO:tasks.rados.rados.0.smithi029.stdout:669: finishing write tid 3 to smithi02985406-28 2024-07-27T18:22:23.858 INFO:tasks.rados.rados.0.smithi029.stdout:669: finishing write tid 4 to smithi02985406-28 2024-07-27T18:22:23.858 INFO:tasks.rados.rados.0.smithi029.stdout:669: finishing write tid 5 to smithi02985406-28 2024-07-27T18:22:23.858 INFO:tasks.rados.rados.0.smithi029.stdout:669: oid 28 updating version 0 to 357 2024-07-27T18:22:23.858 INFO:tasks.rados.rados.0.smithi029.stdout:669: oid 28 version 357 is already newer than 356 2024-07-27T18:22:23.858 INFO:tasks.rados.rados.0.smithi029.stdout:669: oid 28 version 357 is already newer than 355 2024-07-27T18:22:23.858 INFO:tasks.rados.rados.0.smithi029.stdout:669: oid 28 version 357 is already newer than 354 2024-07-27T18:22:23.858 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 357 (ObjNum 230 snap 57 seq_num 230) dirty exists 2024-07-27T18:22:23.858 INFO:tasks.rados.rados.0.smithi029.stdout:669: left oid 28 (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:22:23.858 INFO:tasks.rados.rados.0.smithi029.stdout:672: expect (ObjNum 220 snap 57 seq_num 220) 2024-07-27T18:22:23.893 INFO:tasks.rados.rados.0.smithi029.stdout:663: done (5 left) 2024-07-27T18:22:23.893 INFO:tasks.rados.rados.0.smithi029.stdout:667: done (4 left) 2024-07-27T18:22:23.893 INFO:tasks.rados.rados.0.smithi029.stdout:669: done (3 left) 2024-07-27T18:22:23.893 INFO:tasks.rados.rados.0.smithi029.stdout:670: done (2 left) 2024-07-27T18:22:23.893 INFO:tasks.rados.rados.0.smithi029.stdout:672: done (1 left) 2024-07-27T18:22:23.893 INFO:tasks.rados.rados.0.smithi029.stdout:674: delete oid 26 current snap is 57 2024-07-27T18:22:23.896 INFO:tasks.rados.rados.0.smithi029.stdout:674: done (1 left) 2024-07-27T18:22:23.896 INFO:tasks.rados.rados.0.smithi029.stdout:675: read oid 45 snap 56 2024-07-27T18:22:23.896 INFO:tasks.rados.rados.0.smithi029.stdout:675: expect (ObjNum 198 snap 48 seq_num 198) 2024-07-27T18:22:23.896 INFO:tasks.rados.rados.0.smithi029.stdout:676: read oid 40 snap -1 2024-07-27T18:22:23.896 INFO:tasks.rados.rados.0.smithi029.stdout:676: expect (ObjNum 191 snap 44 seq_num 191) 2024-07-27T18:22:23.896 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 14 current snap is 57 2024-07-27T18:22:23.896 INFO:tasks.rados.rados.0.smithi029.stdout:677: seq_num 232 ranges {0=688128,688128=663552,1351680=139264} 2024-07-27T18:22:23.900 INFO:tasks.rados.rados.0.smithi029.stdout:677: writing smithi02985406-14 from 0 to 688128 tid 1 2024-07-27T18:22:23.906 INFO:tasks.rados.rados.0.smithi029.stdout:677: writing smithi02985406-14 from 688128 to 1351680 tid 2 2024-07-27T18:22:23.906 INFO:tasks.rados.rados.0.smithi029.stdout:677: writing smithi02985406-14 from 1351680 to 1490944 tid 3 2024-07-27T18:22:23.907 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 287 (ObjNum 129 snap 0 seq_num 368247744) dirty exists 2024-07-27T18:22:23.907 INFO:tasks.rados.rados.0.smithi029.stdout:676: expect (ObjNum 191 snap 44 seq_num 191) 2024-07-27T18:22:23.929 INFO:tasks.rados.rados.0.smithi029.stdout:675: expect (ObjNum 198 snap 48 seq_num 198) 2024-07-27T18:22:23.954 INFO:tasks.rados.rados.0.smithi029.stdout:677: finishing write tid 1 to smithi02985406-14 2024-07-27T18:22:23.954 INFO:tasks.rados.rados.0.smithi029.stdout:677: finishing write tid 2 to smithi02985406-14 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:677: finishing write tid 3 to smithi02985406-14 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:677: finishing write tid 4 to smithi02985406-14 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:677: finishing write tid 5 to smithi02985406-14 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:677: oid 14 updating version 0 to 334 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:677: oid 14 version 334 is already newer than 333 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:677: oid 14 updating version 334 to 335 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:677: oid 14 version 335 is already newer than 328 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 335 (ObjNum 232 snap 57 seq_num 232) dirty exists 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:677: left oid 14 (ObjNum 232 snap 57 seq_num 232) 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:673: done (3 left) 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:675: done (2 left) 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:676: done (1 left) 2024-07-27T18:22:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:677: done (0 left) 2024-07-27T18:22:23.956 INFO:tasks.rados.rados.0.smithi029.stdout:678: read oid 18 snap -1 2024-07-27T18:22:23.956 INFO:tasks.rados.rados.0.smithi029.stdout:678: expect (ObjNum 219 snap 57 seq_num 219) 2024-07-27T18:22:23.956 INFO:tasks.rados.rados.0.smithi029.stdout:679: rollback oid 21 current snap is 57 2024-07-27T18:22:23.956 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 21 to 41 2024-07-27T18:22:23.956 INFO:tasks.rados.rados.0.smithi029.stdout:680: setattr oid 40 current snap is 57 2024-07-27T18:22:23.956 INFO:tasks.rados.rados.0.smithi029.stdout:681: delete oid 26 current snap is 57 2024-07-27T18:22:23.957 INFO:tasks.rados.rados.0.smithi029.stdout:679: finishing rollback tid 0 to smithi02985406-21 2024-07-27T18:22:23.957 INFO:tasks.rados.rados.0.smithi029.stdout:679: finishing rollback tid 1 to smithi02985406-21 2024-07-27T18:22:23.958 INFO:tasks.rados.rados.0.smithi029.stdout:679: finishing rollback tid 2 to smithi02985406-21 2024-07-27T18:22:23.958 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 91 (ObjNum 176 snap 41 seq_num 176) dirty exists 2024-07-27T18:22:23.958 INFO:tasks.rados.rados.0.smithi029.stdout:679: done (3 left) 2024-07-27T18:22:23.958 INFO:tasks.rados.rados.0.smithi029.stdout:681: done (2 left) 2024-07-27T18:22:23.958 INFO:tasks.rados.rados.0.smithi029.stdout:682: rollback oid 11 current snap is 57 2024-07-27T18:22:23.958 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 11 to 56 2024-07-27T18:22:23.958 INFO:tasks.rados.rados.0.smithi029.stdout:683: setattr oid 3 current snap is 57 2024-07-27T18:22:23.959 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 97 (ObjNum 191 snap 44 seq_num 191) dirty exists 2024-07-27T18:22:23.960 INFO:tasks.rados.rados.0.smithi029.stdout:680: done (3 left) 2024-07-27T18:22:23.960 INFO:tasks.rados.rados.0.smithi029.stdout:684: setattr oid 39 current snap is 57 2024-07-27T18:22:23.960 INFO:tasks.rados.rados.0.smithi029.stdout:682: finishing rollback tid 1 to smithi02985406-11 2024-07-27T18:22:23.960 INFO:tasks.rados.rados.0.smithi029.stdout:682: finishing rollback tid 2 to smithi02985406-11 2024-07-27T18:22:23.960 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 98 (ObjNum 202 snap 50 seq_num 202) dirty exists 2024-07-27T18:22:23.961 INFO:tasks.rados.rados.0.smithi029.stdout:682: done (3 left) 2024-07-27T18:22:23.961 INFO:tasks.rados.rados.0.smithi029.stdout:685: snap_remove snap 44 2024-07-27T18:22:24.115 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:22:23] ENGINE Serving on http://:::9283 2024-07-27T18:22:24.115 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:22:23] ENGINE Bus STARTED 2024-07-27T18:22:24.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[29364]: osdmap e184: 8 total, 8 up, 8 in 2024-07-27T18:22:24.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[29364]: pgmap v42: 121 pgs: 121 active+clean; 160 MiB data, 574 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:24.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:24.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:24.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:24.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:24.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[29364]: Standby manager daemon y restarted 2024-07-27T18:22:24.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[29364]: Standby manager daemon y started 2024-07-27T18:22:24.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-07-27T18:22:24.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:22:24.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-07-27T18:22:24.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:22:24.117 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[40759]: osdmap e184: 8 total, 8 up, 8 in 2024-07-27T18:22:24.117 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[40759]: pgmap v42: 121 pgs: 121 active+clean; 160 MiB data, 574 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:24.117 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:24.117 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:24.117 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:24.117 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:24.117 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[40759]: Standby manager daemon y restarted 2024-07-27T18:22:24.117 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[40759]: Standby manager daemon y started 2024-07-27T18:22:24.118 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-07-27T18:22:24.118 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:22:24.118 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-07-27T18:22:24.118 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:23 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:22:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-mon[33511]: osdmap e184: 8 total, 8 up, 8 in 2024-07-27T18:22:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-mon[33511]: pgmap v42: 121 pgs: 121 active+clean; 160 MiB data, 574 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:24.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:24.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:24.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:24.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:24.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-mon[33511]: Standby manager daemon y restarted 2024-07-27T18:22:24.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-mon[33511]: Standby manager daemon y started 2024-07-27T18:22:24.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-07-27T18:22:24.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:22:24.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-07-27T18:22:24.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:23 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:22:24.853 INFO:tasks.rados.rados.0.smithi029.stdout:685: done (3 left) 2024-07-27T18:22:24.853 INFO:tasks.rados.rados.0.smithi029.stdout:686: delete oid 35 current snap is 57 2024-07-27T18:22:24.853 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 143 (ObjNum 33 snap 0 seq_num 368257952) dirty exists 2024-07-27T18:22:24.853 INFO:tasks.rados.rados.0.smithi029.stdout:678: expect (ObjNum 219 snap 57 seq_num 219) 2024-07-27T18:22:24.896 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 113 (ObjNum 218 snap 57 seq_num 218) dirty exists 2024-07-27T18:22:24.896 INFO:tasks.rados.rados.0.smithi029.stdout:678: done (3 left) 2024-07-27T18:22:24.896 INFO:tasks.rados.rados.0.smithi029.stdout:683: done (2 left) 2024-07-27T18:22:24.896 INFO:tasks.rados.rados.0.smithi029.stdout:684: done (1 left) 2024-07-27T18:22:24.896 INFO:tasks.rados.rados.0.smithi029.stdout:686: done (0 left) 2024-07-27T18:22:24.897 INFO:tasks.rados.rados.0.smithi029.stdout:687: read oid 42 snap -1 2024-07-27T18:22:24.897 INFO:tasks.rados.rados.0.smithi029.stdout:687: expect (ObjNum 201 snap 49 seq_num 201) 2024-07-27T18:22:24.897 INFO:tasks.rados.rados.0.smithi029.stdout:688: read oid 24 snap -1 2024-07-27T18:22:24.897 INFO:tasks.rados.rados.0.smithi029.stdout:688: expect (ObjNum 110 snap 20 seq_num 110) 2024-07-27T18:22:24.897 INFO:tasks.rados.rados.0.smithi029.stdout:689: read oid 43 snap 55 2024-07-27T18:22:24.897 INFO:tasks.rados.rados.0.smithi029.stdout:689: expect (ObjNum 104 snap 20 seq_num 104) 2024-07-27T18:22:24.897 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 57 2024-07-27T18:22:24.897 INFO:tasks.rados.rados.0.smithi029.stdout:690: seq_num 235 ranges {458752=745472,1204224=712704,1916928=90112} 2024-07-27T18:22:24.903 INFO:tasks.rados.rados.0.smithi029.stdout:690: writing smithi02985406-9 from 458752 to 1204224 tid 1 2024-07-27T18:22:24.908 INFO:tasks.rados.rados.0.smithi029.stdout:690: writing smithi02985406-9 from 1204224 to 1916928 tid 2 2024-07-27T18:22:24.909 INFO:tasks.rados.rados.0.smithi029.stdout:690: writing smithi02985406-9 from 1916928 to 2007040 tid 3 2024-07-27T18:22:24.909 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 57 2024-07-27T18:22:24.910 INFO:tasks.rados.rados.0.smithi029.stdout:691: seq_num 236 ranges {2678784=761856,3440640=647168,4087808=155648} 2024-07-27T18:22:24.929 INFO:tasks.rados.rados.0.smithi029.stdout:691: writing smithi02985406-19 from 2678784 to 3440640 tid 1 2024-07-27T18:22:24.933 INFO:tasks.rados.rados.0.smithi029.stdout:691: writing smithi02985406-19 from 3440640 to 4087808 tid 2 2024-07-27T18:22:24.934 INFO:tasks.rados.rados.0.smithi029.stdout:691: writing smithi02985406-19 from 4087808 to 4243456 tid 3 2024-07-27T18:22:24.934 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 57 2024-07-27T18:22:24.934 INFO:tasks.rados.rados.0.smithi029.stdout:692: seq_num 237 ranges {3596288=778240,4374528=532480,4907008=270336} 2024-07-27T18:22:24.958 INFO:tasks.rados.rados.0.smithi029.stdout:692: writing smithi02985406-39 from 3596288 to 4374528 tid 1 2024-07-27T18:22:24.961 INFO:tasks.rados.rados.0.smithi029.stdout:692: writing smithi02985406-39 from 4374528 to 4907008 tid 2 2024-07-27T18:22:24.963 INFO:tasks.rados.rados.0.smithi029.stdout:692: writing smithi02985406-39 from 4907008 to 5177344 tid 3 2024-07-27T18:22:24.964 INFO:tasks.rados.rados.0.smithi029.stdout:693: read oid 50 snap -1 2024-07-27T18:22:24.964 INFO:tasks.rados.rados.0.smithi029.stdout:693: expect (ObjNum 119 snap 24 seq_num 119) 2024-07-27T18:22:24.964 INFO:tasks.rados.rados.0.smithi029.stdout:694: read oid 36 snap -1 2024-07-27T18:22:24.964 INFO:tasks.rados.rados.0.smithi029.stdout:694: expect (ObjNum 95 snap 17 seq_num 95) 2024-07-27T18:22:24.964 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 57 2024-07-27T18:22:24.964 INFO:tasks.rados.rados.0.smithi029.stdout:695: seq_num 238 ranges {802816=794624,1597440=417792,2015232=385024} 2024-07-27T18:22:24.973 INFO:tasks.rados.rados.0.smithi029.stdout:695: writing smithi02985406-22 from 802816 to 1597440 tid 1 2024-07-27T18:22:24.975 INFO:tasks.rados.rados.0.smithi029.stdout:695: writing smithi02985406-22 from 1597440 to 2015232 tid 2 2024-07-27T18:22:24.977 INFO:tasks.rados.rados.0.smithi029.stdout:695: writing smithi02985406-22 from 2015232 to 2400256 tid 3 2024-07-27T18:22:24.978 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 57 2024-07-27T18:22:24.978 INFO:tasks.rados.rados.0.smithi029.stdout:690: finishing write tid 1 to smithi02985406-9 2024-07-27T18:22:24.978 INFO:tasks.rados.rados.0.smithi029.stdout:687: expect (ObjNum 201 snap 49 seq_num 201) 2024-07-27T18:22:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:24 smithi029 ceph-mon[29364]: osdmap e185: 8 total, 8 up, 8 in 2024-07-27T18:22:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:24 smithi029 ceph-mon[29364]: mgrmap e30: x(active, since 27s), standbys: y 2024-07-27T18:22:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:24 smithi029 ceph-mon[40759]: osdmap e185: 8 total, 8 up, 8 in 2024-07-27T18:22:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:24 smithi029 ceph-mon[40759]: mgrmap e30: x(active, since 27s), standbys: y 2024-07-27T18:22:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:690: finishing write tid 2 to smithi02985406-9 2024-07-27T18:22:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:690: finishing write tid 3 to smithi02985406-9 2024-07-27T18:22:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:690: finishing write tid 4 to smithi02985406-9 2024-07-27T18:22:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:688: expect (ObjNum 110 snap 20 seq_num 110) 2024-07-27T18:22:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:24 smithi179 ceph-mon[33511]: osdmap e185: 8 total, 8 up, 8 in 2024-07-27T18:22:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:24 smithi179 ceph-mon[33511]: mgrmap e30: x(active, since 27s), standbys: y 2024-07-27T18:22:25.291 INFO:tasks.rados.rados.0.smithi029.stdout:690: finishing write tid 5 to smithi02985406-9 2024-07-27T18:22:25.291 INFO:tasks.rados.rados.0.smithi029.stdout:690: oid 9 updating version 0 to 370 2024-07-27T18:22:25.291 INFO:tasks.rados.rados.0.smithi029.stdout:690: oid 9 updating version 370 to 372 2024-07-27T18:22:25.291 INFO:tasks.rados.rados.0.smithi029.stdout:690: oid 9 version 372 is already newer than 371 2024-07-27T18:22:25.291 INFO:tasks.rados.rados.0.smithi029.stdout:690: oid 9 version 372 is already newer than 369 2024-07-27T18:22:25.292 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 372 (ObjNum 235 snap 57 seq_num 235) dirty exists 2024-07-27T18:22:25.292 INFO:tasks.rados.rados.0.smithi029.stdout:690: left oid 9 (ObjNum 235 snap 57 seq_num 235) 2024-07-27T18:22:25.292 INFO:tasks.rados.rados.0.smithi029.stdout:689: expect (ObjNum 104 snap 20 seq_num 104) 2024-07-27T18:22:25.434 INFO:tasks.rados.rados.0.smithi029.stdout:691: finishing write tid 1 to smithi02985406-19 2024-07-27T18:22:25.434 INFO:tasks.rados.rados.0.smithi029.stdout:691: finishing write tid 2 to smithi02985406-19 2024-07-27T18:22:25.435 INFO:tasks.rados.rados.0.smithi029.stdout:691: finishing write tid 3 to smithi02985406-19 2024-07-27T18:22:25.435 INFO:tasks.rados.rados.0.smithi029.stdout:691: finishing write tid 4 to smithi02985406-19 2024-07-27T18:22:25.435 INFO:tasks.rados.rados.0.smithi029.stdout:691: finishing write tid 5 to smithi02985406-19 2024-07-27T18:22:25.435 INFO:tasks.rados.rados.0.smithi029.stdout:691: oid 19 updating version 0 to 189 2024-07-27T18:22:25.435 INFO:tasks.rados.rados.0.smithi029.stdout:691: oid 19 version 189 is already newer than 187 2024-07-27T18:22:25.435 INFO:tasks.rados.rados.0.smithi029.stdout:691: oid 19 version 189 is already newer than 188 2024-07-27T18:22:25.435 INFO:tasks.rados.rados.0.smithi029.stdout:691: oid 19 updating version 189 to 190 2024-07-27T18:22:25.435 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 190 (ObjNum 236 snap 57 seq_num 236) dirty exists 2024-07-27T18:22:25.435 INFO:tasks.rados.rados.0.smithi029.stdout:691: left oid 19 (ObjNum 236 snap 57 seq_num 236) 2024-07-27T18:22:25.435 INFO:tasks.rados.rados.0.smithi029.stdout:692: finishing write tid 1 to smithi02985406-39 2024-07-27T18:22:25.435 INFO:tasks.rados.rados.0.smithi029.stdout:696: seq_num 239 ranges {1277952=409600,1687552=704512,2392064=499712} 2024-07-27T18:22:25.443 INFO:tasks.rados.rados.0.smithi029.stdout:696: writing smithi02985406-8 from 1277952 to 1687552 tid 1 2024-07-27T18:22:25.447 INFO:tasks.rados.rados.0.smithi029.stdout:696: writing smithi02985406-8 from 1687552 to 2392064 tid 2 2024-07-27T18:22:25.450 INFO:tasks.rados.rados.0.smithi029.stdout:696: writing smithi02985406-8 from 2392064 to 2891776 tid 3 2024-07-27T18:22:25.450 INFO:tasks.rados.rados.0.smithi029.stdout:687: done (9 left) 2024-07-27T18:22:25.450 INFO:tasks.rados.rados.0.smithi029.stdout:688: done (8 left) 2024-07-27T18:22:25.450 INFO:tasks.rados.rados.0.smithi029.stdout:689: done (7 left) 2024-07-27T18:22:25.450 INFO:tasks.rados.rados.0.smithi029.stdout:690: done (6 left) 2024-07-27T18:22:25.450 INFO:tasks.rados.rados.0.smithi029.stdout:691: done (5 left) 2024-07-27T18:22:25.451 INFO:tasks.rados.rados.0.smithi029.stdout:697: snap_remove snap 55 2024-07-27T18:22:25.857 INFO:tasks.rados.rados.0.smithi029.stdout:697: done (5 left) 2024-07-27T18:22:25.858 INFO:tasks.rados.rados.0.smithi029.stdout:698: snap_remove snap 47 2024-07-27T18:22:26.137 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:25 smithi029 ceph-mon[29364]: osdmap e186: 8 total, 8 up, 8 in 2024-07-27T18:22:26.137 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:25 smithi029 ceph-mon[29364]: pgmap v45: 121 pgs: 121 active+clean; 171 MiB data, 627 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 7.1 MiB/s wr, 61 op/s 2024-07-27T18:22:26.137 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:25 smithi029 ceph-mon[40759]: osdmap e186: 8 total, 8 up, 8 in 2024-07-27T18:22:26.137 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:25 smithi029 ceph-mon[40759]: pgmap v45: 121 pgs: 121 active+clean; 171 MiB data, 627 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 7.1 MiB/s wr, 61 op/s 2024-07-27T18:22:26.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:25 smithi179 ceph-mon[33511]: osdmap e186: 8 total, 8 up, 8 in 2024-07-27T18:22:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:25 smithi179 ceph-mon[33511]: pgmap v45: 121 pgs: 121 active+clean; 171 MiB data, 627 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 7.1 MiB/s wr, 61 op/s 2024-07-27T18:22:26.693 INFO:tasks.rados.rados.0.smithi029.stdout:698: done (5 left) 2024-07-27T18:22:26.693 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 57 2024-07-27T18:22:26.693 INFO:tasks.rados.rados.0.smithi029.stdout:699: seq_num 240 ranges {1343488=425984,1769472=589824,2359296=483328,2842624=131072} 2024-07-27T18:22:26.699 INFO:tasks.rados.rados.0.smithi029.stdout:699: writing smithi02985406-4 from 1343488 to 1769472 tid 1 2024-07-27T18:22:26.703 INFO:tasks.rados.rados.0.smithi029.stdout:699: writing smithi02985406-4 from 1769472 to 2359296 tid 2 2024-07-27T18:22:26.707 INFO:tasks.rados.rados.0.smithi029.stdout:699: writing smithi02985406-4 from 2359296 to 2842624 tid 3 2024-07-27T18:22:26.708 INFO:tasks.rados.rados.0.smithi029.stdout:699: writing smithi02985406-4 from 2842624 to 2973696 tid 4 2024-07-27T18:22:26.709 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 57 2024-07-27T18:22:26.709 INFO:tasks.rados.rados.0.smithi029.stdout:692: finishing write tid 2 to smithi02985406-39 2024-07-27T18:22:26.709 INFO:tasks.rados.rados.0.smithi029.stdout:692: finishing write tid 3 to smithi02985406-39 2024-07-27T18:22:26.709 INFO:tasks.rados.rados.0.smithi029.stdout:692: finishing write tid 4 to smithi02985406-39 2024-07-27T18:22:26.709 INFO:tasks.rados.rados.0.smithi029.stdout:700: seq_num 241 ranges {0=442368,442368=466944,909312=688128,1597440=49152} 2024-07-27T18:22:26.711 INFO:tasks.rados.rados.0.smithi029.stdout:700: writing smithi02985406-7 from 0 to 442368 tid 1 2024-07-27T18:22:26.714 INFO:tasks.rados.rados.0.smithi029.stdout:700: writing smithi02985406-7 from 442368 to 909312 tid 2 2024-07-27T18:22:26.718 INFO:tasks.rados.rados.0.smithi029.stdout:700: writing smithi02985406-7 from 909312 to 1597440 tid 3 2024-07-27T18:22:26.719 INFO:tasks.rados.rados.0.smithi029.stdout:700: writing smithi02985406-7 from 1597440 to 1646592 tid 4 2024-07-27T18:22:26.719 INFO:tasks.rados.rados.0.smithi029.stdout:701: snap_create 2024-07-27T18:22:26.719 INFO:tasks.rados.rados.0.smithi029.stdout:694: expect (ObjNum 95 snap 17 seq_num 95) 2024-07-27T18:22:26.781 INFO:tasks.rados.rados.0.smithi029.stdout:692: finishing write tid 5 to smithi02985406-39 2024-07-27T18:22:26.781 INFO:tasks.rados.rados.0.smithi029.stdout:692: oid 39 updating version 0 to 117 2024-07-27T18:22:26.781 INFO:tasks.rados.rados.0.smithi029.stdout:692: oid 39 updating version 117 to 118 2024-07-27T18:22:26.781 INFO:tasks.rados.rados.0.smithi029.stdout:692: oid 39 version 118 is already newer than 116 2024-07-27T18:22:26.782 INFO:tasks.rados.rados.0.smithi029.stdout:692: oid 39 updating version 118 to 119 2024-07-27T18:22:26.782 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 119 (ObjNum 237 snap 57 seq_num 237) dirty exists 2024-07-27T18:22:26.782 INFO:tasks.rados.rados.0.smithi029.stdout:692: left oid 39 (ObjNum 237 snap 57 seq_num 237) 2024-07-27T18:22:26.782 INFO:tasks.rados.rados.0.smithi029.stdout:695: finishing write tid 1 to smithi02985406-22 2024-07-27T18:22:26.782 INFO:tasks.rados.rados.0.smithi029.stdout:695: finishing write tid 2 to smithi02985406-22 2024-07-27T18:22:26.782 INFO:tasks.rados.rados.0.smithi029.stdout:693: expect (ObjNum 119 snap 24 seq_num 119) 2024-07-27T18:22:26.832 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:22:26] ENGINE Bus STOPPING 2024-07-27T18:22:26.833 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:22:26] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:22:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:695: finishing write tid 3 to smithi02985406-22 2024-07-27T18:22:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:695: finishing write tid 4 to smithi02985406-22 2024-07-27T18:22:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:695: finishing write tid 5 to smithi02985406-22 2024-07-27T18:22:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:695: oid 22 updating version 0 to 122 2024-07-27T18:22:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:695: oid 22 version 122 is already newer than 121 2024-07-27T18:22:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:695: oid 22 version 122 is already newer than 119 2024-07-27T18:22:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:695: oid 22 version 122 is already newer than 120 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 122 (ObjNum 238 snap 57 seq_num 238) dirty exists 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:695: left oid 22 (ObjNum 238 snap 57 seq_num 238) 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:696: finishing write tid 1 to smithi02985406-8 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:696: finishing write tid 2 to smithi02985406-8 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:696: finishing write tid 3 to smithi02985406-8 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:696: finishing write tid 4 to smithi02985406-8 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:696: finishing write tid 5 to smithi02985406-8 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:696: oid 8 updating version 0 to 376 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:696: oid 8 version 376 is already newer than 374 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:696: oid 8 version 376 is already newer than 375 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:696: oid 8 version 376 is already newer than 373 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 376 (ObjNum 239 snap 57 seq_num 239) dirty exists 2024-07-27T18:22:26.873 INFO:tasks.rados.rados.0.smithi029.stdout:696: left oid 8 (ObjNum 239 snap 57 seq_num 239) 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:699: finishing write tid 1 to smithi02985406-4 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:699: finishing write tid 2 to smithi02985406-4 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:699: finishing write tid 3 to smithi02985406-4 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:699: finishing write tid 4 to smithi02985406-4 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:699: finishing write tid 5 to smithi02985406-4 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:699: finishing write tid 6 to smithi02985406-4 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:699: oid 4 updating version 0 to 200 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:699: oid 4 updating version 200 to 201 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:699: oid 4 version 201 is already newer than 193 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:699: oid 4 version 201 is already newer than 199 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:699: oid 4 version 201 is already newer than 198 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 201 (ObjNum 240 snap 57 seq_num 240) dirty exists 2024-07-27T18:22:26.874 INFO:tasks.rados.rados.0.smithi029.stdout:699: left oid 4 (ObjNum 240 snap 57 seq_num 240) 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:700: finishing write tid 1 to smithi02985406-7 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:700: finishing write tid 2 to smithi02985406-7 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:700: finishing write tid 3 to smithi02985406-7 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:700: finishing write tid 4 to smithi02985406-7 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:700: finishing write tid 5 to smithi02985406-7 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:700: finishing write tid 6 to smithi02985406-7 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:700: oid 7 updating version 0 to 371 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:700: oid 7 updating version 371 to 372 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:700: oid 7 updating version 372 to 373 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:700: oid 7 updating version 373 to 374 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:700: oid 7 version 374 is already newer than 370 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 374 (ObjNum 241 snap 57 seq_num 241) dirty exists 2024-07-27T18:22:26.875 INFO:tasks.rados.rados.0.smithi029.stdout:700: left oid 7 (ObjNum 241 snap 57 seq_num 241) 2024-07-27T18:22:26.992 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:26.683+0000 7fc25bea8640 -1 mgr handle_mgr_map I was active but no longer am 2024-07-27T18:22:26.992 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: ignoring --setuser ceph since I am not root 2024-07-27T18:22:26.992 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: ignoring --setgroup ceph since I am not root 2024-07-27T18:22:26.992 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mgr[69189]: -- 172.21.15.179:0/1380190697 <== mon.1 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x557f84be10e0 con 0x557f84bbe800 2024-07-27T18:22:26.992 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:26.842+0000 7fa18fb98040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:22:26.992 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:26.989+0000 7fa18fb98040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:22:26.992 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: osdmap e187: 8 total, 8 up, 8 in 2024-07-27T18:22:26.992 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:26.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:26.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:26.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:22:26.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:26.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:26.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-07-27T18:22:26.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-07-27T18:22:26.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: Activating manager daemon y 2024-07-27T18:22:26.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: osdmap e188: 8 total, 8 up, 8 in 2024-07-27T18:22:26.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-07-27T18:22:26.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: mgrmap e31: y(active, starting, since 0.00683716s) 2024-07-27T18:22:26.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:26.994 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:26.994 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:26.994 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:22:26.994 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:22:26.994 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:22:26.994 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:22:26.994 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:22:26.994 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:22:26.994 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:22:26.994 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:22:26.994 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:22:26.994 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:22:26.995 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:22:26.995 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:22:26.995 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:22:26.995 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:26 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:22:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: osdmap e187: 8 total, 8 up, 8 in 2024-07-27T18:22:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:22:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-07-27T18:22:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: Activating manager daemon y 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: osdmap e188: 8 total, 8 up, 8 in 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: mgrmap e31: y(active, starting, since 0.00683716s) 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:22:27.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:22:27.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:22:27.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:22:27.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:22:27.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:22:27.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:22:27.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:22:27.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:22:27.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: osdmap e187: 8 total, 8 up, 8 in 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24727 172.21.15.179:0/2283159483' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: Activating manager daemon y 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: osdmap e188: 8 total, 8 up, 8 in 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24727 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: mgrmap e31: y(active, starting, since 0.00683716s) 2024-07-27T18:22:27.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:22:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:22:27.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:22:27.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:22:27.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:22:27.257 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:22:26] ENGINE Bus STOPPED 2024-07-27T18:22:27.257 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:22:26] ENGINE Bus STARTING 2024-07-27T18:22:27.257 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:27.023+0000 7f1b0b748640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:22:27.258 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:27.023+0000 7f1b0b748640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:22:27.258 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:27.023+0000 7f1b0b748640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:22:27.258 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:27.023+0000 7f1b0b748640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:22:27.258 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:27.023+0000 7f1b0b748640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:22:27.258 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:27.024+0000 7f1b08742640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:22:27.258 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:27.024+0000 7f1b08742640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:22:27.258 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:27.024+0000 7f1b08742640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:22:27.258 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:27.024+0000 7f1b08742640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:22:27.258 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:27.024+0000 7f1b08742640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:22:27.258 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:22:27] ENGINE Serving on http://:::9283 2024-07-27T18:22:27.258 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:22:27] ENGINE Bus STARTED 2024-07-27T18:22:27.306 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:27.061+0000 7fa18fb98040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:22:27.662 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:27.304+0000 7fa18fb98040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:22:27.663 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:27.366+0000 7fa18fb98040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:22:27.688 INFO:tasks.rados.rados.0.smithi029.stdout:692: done (7 left) 2024-07-27T18:22:27.688 INFO:tasks.rados.rados.0.smithi029.stdout:693: done (6 left) 2024-07-27T18:22:27.688 INFO:tasks.rados.rados.0.smithi029.stdout:694: done (5 left) 2024-07-27T18:22:27.688 INFO:tasks.rados.rados.0.smithi029.stdout:695: done (4 left) 2024-07-27T18:22:27.689 INFO:tasks.rados.rados.0.smithi029.stdout:696: done (3 left) 2024-07-27T18:22:27.689 INFO:tasks.rados.rados.0.smithi029.stdout:699: done (2 left) 2024-07-27T18:22:27.689 INFO:tasks.rados.rados.0.smithi029.stdout:700: done (1 left) 2024-07-27T18:22:27.689 INFO:tasks.rados.rados.0.smithi029.stdout:701: done (0 left) 2024-07-27T18:22:27.689 INFO:tasks.rados.rados.0.smithi029.stdout:702: rollback oid 13 current snap is 58 2024-07-27T18:22:27.689 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 25 2024-07-27T18:22:27.689 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 58 2024-07-27T18:22:27.689 INFO:tasks.rados.rados.0.smithi029.stdout:703: seq_num 242 ranges {0=458752,458752=753664,1212416=450560} 2024-07-27T18:22:27.691 INFO:tasks.rados.rados.0.smithi029.stdout:703: writing smithi02985406-35 from 0 to 458752 tid 1 2024-07-27T18:22:27.696 INFO:tasks.rados.rados.0.smithi029.stdout:703: writing smithi02985406-35 from 458752 to 1212416 tid 2 2024-07-27T18:22:27.698 INFO:tasks.rados.rados.0.smithi029.stdout:703: writing smithi02985406-35 from 1212416 to 1662976 tid 3 2024-07-27T18:22:27.699 INFO:tasks.rados.rados.0.smithi029.stdout:704: read oid 1 snap -1 2024-07-27T18:22:27.699 INFO:tasks.rados.rados.0.smithi029.stdout:704: expect deleted 2024-07-27T18:22:27.699 INFO:tasks.rados.rados.0.smithi029.stdout:705: copy_from oid 17 from oid 38 current snap is 58 2024-07-27T18:22:27.700 INFO:tasks.rados.rados.0.smithi029.stdout:702: finishing rollback tid 0 to smithi02985406-13 2024-07-27T18:22:27.700 INFO:tasks.rados.rados.0.smithi029.stdout:702: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:22:27.700 INFO:tasks.rados.rados.0.smithi029.stdout:702: finishing rollback tid 2 to smithi02985406-13 2024-07-27T18:22:27.700 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 378 (ObjNum 69 snap 8 seq_num 69) dirty exists 2024-07-27T18:22:27.700 INFO:tasks.rados.rados.0.smithi029.stdout:703: finishing write tid 1 to smithi02985406-35 2024-07-27T18:22:27.700 INFO:tasks.rados.rados.0.smithi029.stdout:702: done (3 left) 2024-07-27T18:22:27.700 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 58 2024-07-27T18:22:27.700 INFO:tasks.rados.rados.0.smithi029.stdout:706: seq_num 243 ranges {3612672=475136,4087808=638976,4726784=565248} 2024-07-27T18:22:27.724 INFO:tasks.rados.rados.0.smithi029.stdout:706: writing smithi02985406-6 from 3612672 to 4087808 tid 1 2024-07-27T18:22:27.727 INFO:tasks.rados.rados.0.smithi029.stdout:706: writing smithi02985406-6 from 4087808 to 4726784 tid 2 2024-07-27T18:22:27.731 INFO:tasks.rados.rados.0.smithi029.stdout:706: writing smithi02985406-6 from 4726784 to 5292032 tid 3 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:703: finishing write tid 2 to smithi02985406-35 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:703: finishing write tid 3 to smithi02985406-35 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:703: finishing write tid 4 to smithi02985406-35 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:703: finishing write tid 5 to smithi02985406-35 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:703: oid 35 updating version 0 to 127 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:703: oid 35 updating version 127 to 128 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:703: oid 35 updating version 128 to 129 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:703: oid 35 updating version 129 to 130 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 130 (ObjNum 242 snap 58 seq_num 242) dirty exists 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:703: left oid 35 (ObjNum 242 snap 58 seq_num 242) 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:705: finishing copy_from racing read to smithi02985406-17 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:706: finishing write tid 1 to smithi02985406-6 2024-07-27T18:22:27.732 INFO:tasks.rados.rados.0.smithi029.stdout:705: finishing copy_from to smithi02985406-17 2024-07-27T18:22:27.733 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 134 (ObjNum 133 snap 29 seq_num 133) dirty exists 2024-07-27T18:22:27.733 INFO:tasks.rados.rados.0.smithi029.stdout:706: finishing write tid 2 to smithi02985406-6 2024-07-27T18:22:27.733 INFO:tasks.rados.rados.0.smithi029.stdout:703: done (3 left) 2024-07-27T18:22:27.733 INFO:tasks.rados.rados.0.smithi029.stdout:704: done (2 left) 2024-07-27T18:22:27.733 INFO:tasks.rados.rados.0.smithi029.stdout:705: done (1 left) 2024-07-27T18:22:27.733 INFO:tasks.rados.rados.0.smithi029.stdout:707: setattr oid 39 current snap is 58 2024-07-27T18:22:27.733 INFO:tasks.rados.rados.0.smithi029.stdout:708: setattr oid 13 current snap is 58 2024-07-27T18:22:27.735 INFO:tasks.rados.rados.0.smithi029.stdout:709: snap_create 2024-07-27T18:22:27.735 INFO:tasks.rados.rados.0.smithi029.stdout:706: finishing write tid 3 to smithi02985406-6 2024-07-27T18:22:27.736 INFO:tasks.rados.rados.0.smithi029.stdout:706: finishing write tid 4 to smithi02985406-6 2024-07-27T18:22:27.737 INFO:tasks.rados.rados.0.smithi029.stdout:706: finishing write tid 5 to smithi02985406-6 2024-07-27T18:22:27.737 INFO:tasks.rados.rados.0.smithi029.stdout:706: oid 6 updating version 0 to 307 2024-07-27T18:22:27.737 INFO:tasks.rados.rados.0.smithi029.stdout:706: oid 6 version 307 is already newer than 305 2024-07-27T18:22:27.737 INFO:tasks.rados.rados.0.smithi029.stdout:706: oid 6 updating version 307 to 308 2024-07-27T18:22:27.737 INFO:tasks.rados.rados.0.smithi029.stdout:706: oid 6 version 308 is already newer than 306 2024-07-27T18:22:27.737 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 308 (ObjNum 243 snap 58 seq_num 243) dirty exists 2024-07-27T18:22:27.737 INFO:tasks.rados.rados.0.smithi029.stdout:706: left oid 6 (ObjNum 243 snap 58 seq_num 243) 2024-07-27T18:22:27.738 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 125 (ObjNum 237 snap 57 seq_num 237) dirty exists 2024-07-27T18:22:27.738 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 379 (ObjNum 69 snap 8 seq_num 69) dirty exists 2024-07-27T18:22:28.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[29364]: Manager daemon y is now available 2024-07-27T18:22:28.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:28.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:22:28.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:22:28.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:22:28.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:22:28.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:22:28.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[29364]: osdmap e189: 8 total, 8 up, 8 in 2024-07-27T18:22:28.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:28.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:28.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[40759]: Manager daemon y is now available 2024-07-27T18:22:28.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:28.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:22:28.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:22:28.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:22:28.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:22:28.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:22:28.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[40759]: osdmap e189: 8 total, 8 up, 8 in 2024-07-27T18:22:28.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:28.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:27 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-mon[33511]: Manager daemon y is now available 2024-07-27T18:22:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:22:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:22:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:22:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:22:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:22:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-mon[33511]: osdmap e189: 8 total, 8 up, 8 in 2024-07-27T18:22:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:27 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:28.636 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:28.373+0000 7fa18fb98040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:22:28.636 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:28.502+0000 7fa18fb98040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:22:28.636 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:28.560+0000 7fa18fb98040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:22:28.738 INFO:tasks.rados.rados.0.smithi029.stdout:706: done (3 left) 2024-07-27T18:22:28.738 INFO:tasks.rados.rados.0.smithi029.stdout:707: done (2 left) 2024-07-27T18:22:28.738 INFO:tasks.rados.rados.0.smithi029.stdout:708: done (1 left) 2024-07-27T18:22:28.738 INFO:tasks.rados.rados.0.smithi029.stdout:709: done (0 left) 2024-07-27T18:22:28.738 INFO:tasks.rados.rados.0.smithi029.stdout:710: rollback oid 32 current snap is 59 2024-07-27T18:22:28.738 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 32 to 53 2024-07-27T18:22:28.738 INFO:tasks.rados.rados.0.smithi029.stdout:711: snap_remove snap 56 2024-07-27T18:22:28.867 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:28.534+0000 7f1af451c640 -1 log_channel(cephadm) log [ERR] : [27/Jul/2024:18:22:28] ENGINE Error in HTTPServer.serve 2024-07-27T18:22:28.867 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: Traceback (most recent call last): 2024-07-27T18:22:28.867 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:22:28.867 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: self._connections.run(self.expiration_interval) 2024-07-27T18:22:28.867 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:22:28.867 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: self._run(expiration_interval) 2024-07-27T18:22:28.867 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:22:28.867 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:22:28.867 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:22:28.867 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:22:28.868 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:22:28.868 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: s = self.context.wrap_socket( 2024-07-27T18:22:28.868 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:22:28.868 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: return self.sslsocket_class._create( 2024-07-27T18:22:28.868 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:22:28.868 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: self.do_handshake() 2024-07-27T18:22:28.868 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:22:28.868 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: self._sslobj.do_handshake() 2024-07-27T18:22:28.868 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:22:28.868 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:22:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:28 smithi179 ceph-mon[33511]: mgrmap e32: y(active, since 1.18698s) 2024-07-27T18:22:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:28 smithi179 ceph-mon[33511]: pgmap v4: 121 pgs: 121 active+clean; 188 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:28 smithi179 ceph-mon[33511]: osdmap e190: 8 total, 8 up, 8 in 2024-07-27T18:22:28.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:28.776+0000 7fa18fb98040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:22:28.913 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:28.837+0000 7fa18fb98040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:22:29.182 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-mon[29364]: mgrmap e32: y(active, since 1.18698s) 2024-07-27T18:22:29.182 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-mon[29364]: pgmap v4: 121 pgs: 121 active+clean; 188 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:29.182 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-mon[29364]: osdmap e190: 8 total, 8 up, 8 in 2024-07-27T18:22:29.182 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-mon[40759]: mgrmap e32: y(active, since 1.18698s) 2024-07-27T18:22:29.183 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-mon[40759]: pgmap v4: 121 pgs: 121 active+clean; 188 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:29.183 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:28 smithi029 ceph-mon[40759]: osdmap e190: 8 total, 8 up, 8 in 2024-07-27T18:22:29.189 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:28.913+0000 7fa18fb98040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:22:29.190 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:29.068+0000 7fa18fb98040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:22:29.742 INFO:tasks.rados.rados.0.smithi029.stdout:711: done (1 left) 2024-07-27T18:22:29.742 INFO:tasks.rados.rados.0.smithi029.stdout:712: rollback oid 46 current snap is 59 2024-07-27T18:22:29.742 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 53 2024-07-27T18:22:29.743 INFO:tasks.rados.rados.0.smithi029.stdout:713: snap_remove snap 58 2024-07-27T18:22:29.834 INFO:tasks.rados.rados.0.smithi029.stdout:713: done (2 left) 2024-07-27T18:22:29.834 INFO:tasks.rados.rados.0.smithi029.stdout:714: read oid 31 snap -1 2024-07-27T18:22:29.835 INFO:tasks.rados.rados.0.smithi029.stdout:714: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:22:29.837 INFO:tasks.rados.rados.0.smithi029.stdout:715: read oid 29 snap 52 2024-07-27T18:22:29.838 INFO:tasks.rados.rados.0.smithi029.stdout:715: expect (ObjNum 116 snap 24 seq_num 116) 2024-07-27T18:22:29.838 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 59 2024-07-27T18:22:29.838 INFO:tasks.rados.rados.0.smithi029.stdout:716: seq_num 244 ranges {4243456=491520,4734976=573440,5308416=458752,5767168=172032} 2024-07-27T18:22:29.862 INFO:tasks.rados.rados.0.smithi029.stdout:716: writing smithi02985406-19 from 4243456 to 4734976 tid 1 2024-07-27T18:22:29.865 INFO:tasks.rados.rados.0.smithi029.stdout:716: writing smithi02985406-19 from 4734976 to 5308416 tid 2 2024-07-27T18:22:29.867 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:29.498+0000 7fa18fb98040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:22:29.868 INFO:tasks.rados.rados.0.smithi029.stdout:716: writing smithi02985406-19 from 5308416 to 5767168 tid 3 2024-07-27T18:22:29.871 INFO:tasks.rados.rados.0.smithi029.stdout:716: writing smithi02985406-19 from 5767168 to 5939200 tid 4 2024-07-27T18:22:29.871 INFO:tasks.rados.rados.0.smithi029.stdout:717: read oid 28 snap 50 2024-07-27T18:22:29.871 INFO:tasks.rados.rados.0.smithi029.stdout:717: expect (ObjNum 161 snap 38 seq_num 161) 2024-07-27T18:22:29.871 INFO:tasks.rados.rados.0.smithi029.stdout:718: rollback oid 6 current snap is 59 2024-07-27T18:22:29.872 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 6 to 50 2024-07-27T18:22:29.872 INFO:tasks.rados.rados.0.smithi029.stdout:710: finishing rollback tid 0 to smithi02985406-32 2024-07-27T18:22:29.872 INFO:tasks.rados.rados.0.smithi029.stdout:719: rollback oid 10 current snap is 59 2024-07-27T18:22:29.872 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 10 to 41 2024-07-27T18:22:29.872 INFO:tasks.rados.rados.0.smithi029.stdout:720: setattr oid 16 current snap is 59 2024-07-27T18:22:29.872 INFO:tasks.rados.rados.0.smithi029.stdout:710: finishing rollback tid 1 to smithi02985406-32 2024-07-27T18:22:29.873 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 106 (ObjNum 113 snap 0 seq_num 2053090624) dirty dne 2024-07-27T18:22:29.873 INFO:tasks.rados.rados.0.smithi029.stdout:712: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:22:29.873 INFO:tasks.rados.rados.0.smithi029.stdout:712: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:22:29.873 INFO:tasks.rados.rados.0.smithi029.stdout:712: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:22:29.873 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 240 (ObjNum 190 snap 44 seq_num 190) dirty exists 2024-07-27T18:22:29.873 INFO:tasks.rados.rados.0.smithi029.stdout:714: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:22:29.881 INFO:tasks.rados.rados.0.smithi029.stdout:715: expect (ObjNum 116 snap 24 seq_num 116) 2024-07-27T18:22:29.966 INFO:tasks.rados.rados.0.smithi029.stdout:716: finishing write tid 1 to smithi02985406-19 2024-07-27T18:22:29.966 INFO:tasks.rados.rados.0.smithi029.stdout:716: finishing write tid 2 to smithi02985406-19 2024-07-27T18:22:29.966 INFO:tasks.rados.rados.0.smithi029.stdout:716: finishing write tid 3 to smithi02985406-19 2024-07-27T18:22:29.967 INFO:tasks.rados.rados.0.smithi029.stdout:718: finishing rollback tid 0 to smithi02985406-6 2024-07-27T18:22:29.967 INFO:tasks.rados.rados.0.smithi029.stdout:718: finishing rollback tid 1 to smithi02985406-6 2024-07-27T18:22:29.967 INFO:tasks.rados.rados.0.smithi029.stdout:718: finishing rollback tid 2 to smithi02985406-6 2024-07-27T18:22:29.967 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 315 (ObjNum 188 snap 44 seq_num 188) dirty exists 2024-07-27T18:22:29.967 INFO:tasks.rados.rados.0.smithi029.stdout:716: finishing write tid 4 to smithi02985406-19 2024-07-27T18:22:29.967 INFO:tasks.rados.rados.0.smithi029.stdout:716: finishing write tid 5 to smithi02985406-19 2024-07-27T18:22:29.967 INFO:tasks.rados.rados.0.smithi029.stdout:716: finishing write tid 6 to smithi02985406-19 2024-07-27T18:22:29.967 INFO:tasks.rados.rados.0.smithi029.stdout:716: oid 19 updating version 0 to 206 2024-07-27T18:22:29.967 INFO:tasks.rados.rados.0.smithi029.stdout:716: oid 19 updating version 206 to 208 2024-07-27T18:22:29.967 INFO:tasks.rados.rados.0.smithi029.stdout:716: oid 19 updating version 208 to 209 2024-07-27T18:22:29.967 INFO:tasks.rados.rados.0.smithi029.stdout:716: oid 19 version 209 is already newer than 207 2024-07-27T18:22:29.967 INFO:tasks.rados.rados.0.smithi029.stdout:716: oid 19 version 209 is already newer than 205 2024-07-27T18:22:29.968 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 209 (ObjNum 244 snap 59 seq_num 244) dirty exists 2024-07-27T18:22:29.968 INFO:tasks.rados.rados.0.smithi029.stdout:716: left oid 19 (ObjNum 244 snap 59 seq_num 244) 2024-07-27T18:22:29.968 INFO:tasks.rados.rados.0.smithi029.stdout:719: finishing rollback tid 0 to smithi02985406-10 2024-07-27T18:22:29.968 INFO:tasks.rados.rados.0.smithi029.stdout:719: finishing rollback tid 1 to smithi02985406-10 2024-07-27T18:22:29.968 INFO:tasks.rados.rados.0.smithi029.stdout:719: finishing rollback tid 2 to smithi02985406-10 2024-07-27T18:22:29.968 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 319 (ObjNum 163 snap 38 seq_num 163) dirty exists 2024-07-27T18:22:29.968 INFO:tasks.rados.rados.0.smithi029.stdout:717: expect (ObjNum 161 snap 38 seq_num 161) 2024-07-27T18:22:30.073 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 171 (ObjNum 49 snap 0 seq_num 1953066355) dirty exists 2024-07-27T18:22:30.073 INFO:tasks.rados.rados.0.smithi029.stdout:710: done (8 left) 2024-07-27T18:22:30.073 INFO:tasks.rados.rados.0.smithi029.stdout:712: done (7 left) 2024-07-27T18:22:30.073 INFO:tasks.rados.rados.0.smithi029.stdout:714: done (6 left) 2024-07-27T18:22:30.073 INFO:tasks.rados.rados.0.smithi029.stdout:715: done (5 left) 2024-07-27T18:22:30.073 INFO:tasks.rados.rados.0.smithi029.stdout:716: done (4 left) 2024-07-27T18:22:30.074 INFO:tasks.rados.rados.0.smithi029.stdout:717: done (3 left) 2024-07-27T18:22:30.074 INFO:tasks.rados.rados.0.smithi029.stdout:718: done (2 left) 2024-07-27T18:22:30.074 INFO:tasks.rados.rados.0.smithi029.stdout:719: done (1 left) 2024-07-27T18:22:30.074 INFO:tasks.rados.rados.0.smithi029.stdout:720: done (0 left) 2024-07-27T18:22:30.074 INFO:tasks.rados.rados.0.smithi029.stdout:721: delete oid 25 current snap is 59 2024-07-27T18:22:30.075 INFO:tasks.rados.rados.0.smithi029.stdout:721: done (0 left) 2024-07-27T18:22:30.075 INFO:tasks.rados.rados.0.smithi029.stdout:722: delete oid 49 current snap is 59 2024-07-27T18:22:30.078 INFO:tasks.rados.rados.0.smithi029.stdout:722: done (0 left) 2024-07-27T18:22:30.078 INFO:tasks.rados.rados.0.smithi029.stdout:723: rmattr oid 13 current snap is 59 2024-07-27T18:22:30.078 INFO:tasks.rados.rados.0.smithi029.stdout:724: read oid 28 snap -1 2024-07-27T18:22:30.078 INFO:tasks.rados.rados.0.smithi029.stdout:724: expect (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:22:30.079 INFO:tasks.rados.rados.0.smithi029.stdout:725: copy_from oid 23 from oid 45 current snap is 59 2024-07-27T18:22:30.079 INFO:tasks.rados.rados.0.smithi029.stdout:726: read oid 2 snap -1 2024-07-27T18:22:30.079 INFO:tasks.rados.rados.0.smithi029.stdout:726: expect deleted 2024-07-27T18:22:30.079 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 59 2024-07-27T18:22:30.079 INFO:tasks.rados.rados.0.smithi029.stdout:727: seq_num 247 ranges {1646592=540672,2187264=622592,2809856=581632} 2024-07-27T18:22:30.091 INFO:tasks.rados.rados.0.smithi029.stdout:727: writing smithi02985406-7 from 1646592 to 2187264 tid 1 2024-07-27T18:22:30.094 INFO:tasks.rados.rados.0.smithi029.stdout:727: writing smithi02985406-7 from 2187264 to 2809856 tid 2 2024-07-27T18:22:30.098 INFO:tasks.rados.rados.0.smithi029.stdout:727: writing smithi02985406-7 from 2809856 to 3391488 tid 3 2024-07-27T18:22:30.098 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 59 2024-07-27T18:22:30.098 INFO:tasks.rados.rados.0.smithi029.stdout:728: seq_num 248 ranges {5177344=557056,5734400=507904,6242304=442368,6684672=253952} 2024-07-27T18:22:30.130 INFO:tasks.rados.rados.0.smithi029.stdout:728: writing smithi02985406-39 from 5177344 to 5734400 tid 1 2024-07-27T18:22:30.130 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[40759]: [27/Jul/2024:18:22:28] ENGINE Bus STARTING 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[40759]: [27/Jul/2024:18:22:28] ENGINE Serving on https://172.21.15.29:7150 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[40759]: [27/Jul/2024:18:22:28] ENGINE Error in HTTPServer.serve 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout: Traceback (most recent call last): 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout: self._run(expiration_interval) 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:22:30.131 INFO:journalctl@ceph.mon.c.smithi029.stdout: s = self.context.wrap_socket( 2024-07-27T18:22:30.132 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:22:30.132 INFO:journalctl@ceph.mon.c.smithi029.stdout: return self.sslsocket_class._create( 2024-07-27T18:22:30.132 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:22:30.132 INFO:journalctl@ceph.mon.c.smithi029.stdout: self.do_handshake() 2024-07-27T18:22:30.132 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:22:30.132 INFO:journalctl@ceph.mon.c.smithi029.stdout: self._sslobj.do_handshake() 2024-07-27T18:22:30.132 INFO:journalctl@ceph.mon.c.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:22:30.132 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[40759]: [27/Jul/2024:18:22:28] ENGINE Serving on http://172.21.15.29:8765 2024-07-27T18:22:30.132 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[40759]: [27/Jul/2024:18:22:28] ENGINE Bus STARTED 2024-07-27T18:22:30.132 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[40759]: pgmap v5: 121 pgs: 121 active+clean; 188 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:30.132 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[40759]: osdmap e191: 8 total, 8 up, 8 in 2024-07-27T18:22:30.132 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[40759]: osdmap e192: 8 total, 8 up, 8 in 2024-07-27T18:22:30.133 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[29364]: [27/Jul/2024:18:22:28] ENGINE Bus STARTING 2024-07-27T18:22:30.133 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[29364]: [27/Jul/2024:18:22:28] ENGINE Serving on https://172.21.15.29:7150 2024-07-27T18:22:30.133 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[29364]: [27/Jul/2024:18:22:28] ENGINE Error in HTTPServer.serve 2024-07-27T18:22:30.133 INFO:journalctl@ceph.mon.a.smithi029.stdout: Traceback (most recent call last): 2024-07-27T18:22:30.133 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:22:30.133 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:22:30.133 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:22:30.133 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._run(expiration_interval) 2024-07-27T18:22:30.133 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:22:30.133 INFO:journalctl@ceph.mon.a.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:22:30.133 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:22:30.133 INFO:journalctl@ceph.mon.a.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout: s = self.context.wrap_socket( 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout: return self.sslsocket_class._create( 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout: self.do_handshake() 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._sslobj.do_handshake() 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[29364]: [27/Jul/2024:18:22:28] ENGINE Serving on http://172.21.15.29:8765 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[29364]: [27/Jul/2024:18:22:28] ENGINE Bus STARTED 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[29364]: pgmap v5: 121 pgs: 121 active+clean; 188 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[29364]: osdmap e191: 8 total, 8 up, 8 in 2024-07-27T18:22:30.134 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:29 smithi029 ceph-mon[29364]: osdmap e192: 8 total, 8 up, 8 in 2024-07-27T18:22:30.135 INFO:tasks.rados.rados.0.smithi029.stdout:728: writing smithi02985406-39 from 5734400 to 6242304 tid 2 2024-07-27T18:22:30.135 INFO:tasks.rados.rados.0.smithi029.stdout:728: writing smithi02985406-39 from 6242304 to 6684672 tid 3 2024-07-27T18:22:30.137 INFO:tasks.rados.rados.0.smithi029.stdout:728: writing smithi02985406-39 from 6684672 to 6938624 tid 4 2024-07-27T18:22:30.137 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 59 2024-07-27T18:22:30.137 INFO:tasks.rados.rados.0.smithi029.stdout:729: seq_num 249 ranges {557056=573440,1130496=794624,1925120=409600} 2024-07-27T18:22:30.143 INFO:tasks.rados.rados.0.smithi029.stdout:729: writing smithi02985406-21 from 557056 to 1130496 tid 1 2024-07-27T18:22:30.148 INFO:tasks.rados.rados.0.smithi029.stdout:729: writing smithi02985406-21 from 1130496 to 1925120 tid 2 2024-07-27T18:22:30.151 INFO:tasks.rados.rados.0.smithi029.stdout:729: writing smithi02985406-21 from 1925120 to 2334720 tid 3 2024-07-27T18:22:30.151 INFO:tasks.rados.rados.0.smithi029.stdout:730: copy_from oid 29 from oid 37 current snap is 59 2024-07-27T18:22:30.151 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 390 (ObjNum 69 snap 8 seq_num 69) dirty exists 2024-07-27T18:22:30.151 INFO:tasks.rados.rados.0.smithi029.stdout:725: finishing copy_from racing read to smithi02985406-23 2024-07-27T18:22:30.151 INFO:tasks.rados.rados.0.smithi029.stdout:725: finishing copy_from to smithi02985406-23 2024-07-27T18:22:30.151 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 208 (ObjNum 188 snap 44 seq_num 188) dirty exists 2024-07-27T18:22:30.151 INFO:tasks.rados.rados.0.smithi029.stdout:727: finishing write tid 1 to smithi02985406-7 2024-07-27T18:22:30.151 INFO:tasks.rados.rados.0.smithi029.stdout:727: finishing write tid 2 to smithi02985406-7 2024-07-27T18:22:30.152 INFO:tasks.rados.rados.0.smithi029.stdout:724: expect (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:22:30.162 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:29.866+0000 7fa18fb98040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:22:30.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:29.947+0000 7fa18fb98040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:22:30.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:30.106+0000 7fa18fb98040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:22:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:29 smithi179 ceph-mon[33511]: [27/Jul/2024:18:22:28] ENGINE Bus STARTING 2024-07-27T18:22:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:29 smithi179 ceph-mon[33511]: [27/Jul/2024:18:22:28] ENGINE Serving on https://172.21.15.29:7150 2024-07-27T18:22:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:29 smithi179 ceph-mon[33511]: [27/Jul/2024:18:22:28] ENGINE Error in HTTPServer.serve 2024-07-27T18:22:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout: Traceback (most recent call last): 2024-07-27T18:22:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:22:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:22:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:22:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout: self._run(expiration_interval) 2024-07-27T18:22:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout: s = self.context.wrap_socket( 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout: return self.sslsocket_class._create( 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout: self.do_handshake() 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout: self._sslobj.do_handshake() 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:22:30.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:29 smithi179 ceph-mon[33511]: [27/Jul/2024:18:22:28] ENGINE Serving on http://172.21.15.29:8765 2024-07-27T18:22:30.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:29 smithi179 ceph-mon[33511]: [27/Jul/2024:18:22:28] ENGINE Bus STARTED 2024-07-27T18:22:30.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:29 smithi179 ceph-mon[33511]: pgmap v5: 121 pgs: 121 active+clean; 188 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:30.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:29 smithi179 ceph-mon[33511]: osdmap e191: 8 total, 8 up, 8 in 2024-07-27T18:22:30.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:29 smithi179 ceph-mon[33511]: osdmap e192: 8 total, 8 up, 8 in 2024-07-27T18:22:30.335 INFO:tasks.rados.rados.0.smithi029.stdout:727: finishing write tid 3 to smithi02985406-7 2024-07-27T18:22:30.336 INFO:tasks.rados.rados.0.smithi029.stdout:727: finishing write tid 4 to smithi02985406-7 2024-07-27T18:22:30.336 INFO:tasks.rados.rados.0.smithi029.stdout:727: finishing write tid 5 to smithi02985406-7 2024-07-27T18:22:30.336 INFO:tasks.rados.rados.0.smithi029.stdout:727: oid 7 updating version 0 to 395 2024-07-27T18:22:30.336 INFO:tasks.rados.rados.0.smithi029.stdout:727: oid 7 version 395 is already newer than 393 2024-07-27T18:22:30.336 INFO:tasks.rados.rados.0.smithi029.stdout:727: oid 7 version 395 is already newer than 394 2024-07-27T18:22:30.336 INFO:tasks.rados.rados.0.smithi029.stdout:727: oid 7 version 395 is already newer than 392 2024-07-27T18:22:30.336 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 395 (ObjNum 247 snap 59 seq_num 247) dirty exists 2024-07-27T18:22:30.336 INFO:tasks.rados.rados.0.smithi029.stdout:727: left oid 7 (ObjNum 247 snap 59 seq_num 247) 2024-07-27T18:22:30.336 INFO:tasks.rados.rados.0.smithi029.stdout:728: finishing write tid 1 to smithi02985406-39 2024-07-27T18:22:30.336 INFO:tasks.rados.rados.0.smithi029.stdout:728: finishing write tid 2 to smithi02985406-39 2024-07-27T18:22:30.336 INFO:tasks.rados.rados.0.smithi029.stdout:728: finishing write tid 3 to smithi02985406-39 2024-07-27T18:22:30.336 INFO:tasks.rados.rados.0.smithi029.stdout:728: finishing write tid 4 to smithi02985406-39 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:728: finishing write tid 5 to smithi02985406-39 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:728: finishing write tid 6 to smithi02985406-39 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:728: oid 39 updating version 0 to 130 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:728: oid 39 updating version 130 to 131 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:728: oid 39 updating version 131 to 132 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:728: oid 39 version 132 is already newer than 129 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:728: oid 39 version 132 is already newer than 128 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 132 (ObjNum 248 snap 59 seq_num 248) dirty exists 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:728: left oid 39 (ObjNum 248 snap 59 seq_num 248) 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:729: finishing write tid 1 to smithi02985406-21 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:723: done (7 left) 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:724: done (6 left) 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:725: done (5 left) 2024-07-27T18:22:30.337 INFO:tasks.rados.rados.0.smithi029.stdout:726: done (4 left) 2024-07-27T18:22:30.338 INFO:tasks.rados.rados.0.smithi029.stdout:727: done (3 left) 2024-07-27T18:22:30.338 INFO:tasks.rados.rados.0.smithi029.stdout:728: done (2 left) 2024-07-27T18:22:30.338 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 59 2024-07-27T18:22:30.338 INFO:tasks.rados.rados.0.smithi029.stdout:729: finishing write tid 2 to smithi02985406-21 2024-07-27T18:22:30.338 INFO:tasks.rados.rados.0.smithi029.stdout:729: finishing write tid 3 to smithi02985406-21 2024-07-27T18:22:30.338 INFO:tasks.rados.rados.0.smithi029.stdout:731: seq_num 250 ranges {5939200=589824,6529024=679936,7208960=409600,7618560=114688} 2024-07-27T18:22:30.370 INFO:tasks.rados.rados.0.smithi029.stdout:731: writing smithi02985406-19 from 5939200 to 6529024 tid 1 2024-07-27T18:22:30.374 INFO:tasks.rados.rados.0.smithi029.stdout:731: writing smithi02985406-19 from 6529024 to 7208960 tid 2 2024-07-27T18:22:30.376 INFO:tasks.rados.rados.0.smithi029.stdout:731: writing smithi02985406-19 from 7208960 to 7618560 tid 3 2024-07-27T18:22:30.378 INFO:tasks.rados.rados.0.smithi029.stdout:731: writing smithi02985406-19 from 7618560 to 7733248 tid 4 2024-07-27T18:22:30.378 INFO:tasks.rados.rados.0.smithi029.stdout:732: delete oid 47 current snap is 59 2024-07-27T18:22:30.378 INFO:tasks.rados.rados.0.smithi029.stdout:729: finishing write tid 4 to smithi02985406-21 2024-07-27T18:22:30.378 INFO:tasks.rados.rados.0.smithi029.stdout:729: finishing write tid 5 to smithi02985406-21 2024-07-27T18:22:30.378 INFO:tasks.rados.rados.0.smithi029.stdout:729: oid 21 updating version 0 to 103 2024-07-27T18:22:30.378 INFO:tasks.rados.rados.0.smithi029.stdout:729: oid 21 updating version 103 to 104 2024-07-27T18:22:30.378 INFO:tasks.rados.rados.0.smithi029.stdout:729: oid 21 version 104 is already newer than 101 2024-07-27T18:22:30.378 INFO:tasks.rados.rados.0.smithi029.stdout:729: oid 21 version 104 is already newer than 102 2024-07-27T18:22:30.378 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 104 (ObjNum 249 snap 59 seq_num 249) dirty exists 2024-07-27T18:22:30.378 INFO:tasks.rados.rados.0.smithi029.stdout:729: left oid 21 (ObjNum 249 snap 59 seq_num 249) 2024-07-27T18:22:30.379 INFO:tasks.rados.rados.0.smithi029.stdout:730: finishing copy_from racing read to smithi02985406-29 2024-07-27T18:22:30.379 INFO:tasks.rados.rados.0.smithi029.stdout:730: finishing copy_from to smithi02985406-29 2024-07-27T18:22:30.379 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 287 (ObjNum 81 snap 0 seq_num 0) dirty exists 2024-07-27T18:22:30.379 INFO:tasks.rados.rados.0.smithi029.stdout:731: finishing write tid 1 to smithi02985406-19 2024-07-27T18:22:30.379 INFO:tasks.rados.rados.0.smithi029.stdout:731: finishing write tid 2 to smithi02985406-19 2024-07-27T18:22:30.379 INFO:tasks.rados.rados.0.smithi029.stdout:729: done (3 left) 2024-07-27T18:22:30.379 INFO:tasks.rados.rados.0.smithi029.stdout:730: done (2 left) 2024-07-27T18:22:30.379 INFO:tasks.rados.rados.0.smithi029.stdout:732: done (1 left) 2024-07-27T18:22:30.379 INFO:tasks.rados.rados.0.smithi029.stdout:733: snap_remove snap 48 2024-07-27T18:22:30.499 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:30.435+0000 7fa18fb98040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:22:30.791 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:30.497+0000 7fa18fb98040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:22:30.791 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:30.689+0000 7fa18fb98040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:22:30.883 INFO:tasks.rados.rados.0.smithi029.stdout:733: done (1 left) 2024-07-27T18:22:30.883 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 59 2024-07-27T18:22:30.883 INFO:tasks.rados.rados.0.smithi029.stdout:734: seq_num 252 ranges {2056192=630784,2686976=499712,3186688=425984,3612672=278528} 2024-07-27T18:22:30.901 INFO:tasks.rados.rados.0.smithi029.stdout:734: writing smithi02985406-36 from 2056192 to 2686976 tid 1 2024-07-27T18:22:30.904 INFO:tasks.rados.rados.0.smithi029.stdout:734: writing smithi02985406-36 from 2686976 to 3186688 tid 2 2024-07-27T18:22:30.907 INFO:tasks.rados.rados.0.smithi029.stdout:734: writing smithi02985406-36 from 3186688 to 3612672 tid 3 2024-07-27T18:22:30.909 INFO:tasks.rados.rados.0.smithi029.stdout:734: writing smithi02985406-36 from 3612672 to 3891200 tid 4 2024-07-27T18:22:30.909 INFO:tasks.rados.rados.0.smithi029.stdout:735: read oid 17 snap -1 2024-07-27T18:22:30.909 INFO:tasks.rados.rados.0.smithi029.stdout:735: expect (ObjNum 133 snap 29 seq_num 133) 2024-07-27T18:22:30.909 INFO:tasks.rados.rados.0.smithi029.stdout:731: finishing write tid 3 to smithi02985406-19 2024-07-27T18:22:30.909 INFO:tasks.rados.rados.0.smithi029.stdout:731: finishing write tid 4 to smithi02985406-19 2024-07-27T18:22:30.909 INFO:tasks.rados.rados.0.smithi029.stdout:731: finishing write tid 5 to smithi02985406-19 2024-07-27T18:22:30.909 INFO:tasks.rados.rados.0.smithi029.stdout:731: finishing write tid 6 to smithi02985406-19 2024-07-27T18:22:30.909 INFO:tasks.rados.rados.0.smithi029.stdout:731: oid 19 updating version 0 to 212 2024-07-27T18:22:30.909 INFO:tasks.rados.rados.0.smithi029.stdout:731: oid 19 version 212 is already newer than 211 2024-07-27T18:22:30.910 INFO:tasks.rados.rados.0.smithi029.stdout:731: oid 19 updating version 212 to 213 2024-07-27T18:22:30.910 INFO:tasks.rados.rados.0.smithi029.stdout:731: oid 19 updating version 213 to 214 2024-07-27T18:22:30.910 INFO:tasks.rados.rados.0.smithi029.stdout:731: oid 19 version 214 is already newer than 210 2024-07-27T18:22:30.910 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 214 (ObjNum 250 snap 59 seq_num 250) dirty exists 2024-07-27T18:22:30.910 INFO:tasks.rados.rados.0.smithi029.stdout:731: left oid 19 (ObjNum 250 snap 59 seq_num 250) 2024-07-27T18:22:30.910 INFO:tasks.rados.rados.0.smithi029.stdout:734: finishing write tid 1 to smithi02985406-36 2024-07-27T18:22:30.910 INFO:tasks.rados.rados.0.smithi029.stdout:734: finishing write tid 2 to smithi02985406-36 2024-07-27T18:22:30.910 INFO:tasks.rados.rados.0.smithi029.stdout:731: done (2 left) 2024-07-27T18:22:30.910 INFO:tasks.rados.rados.0.smithi029.stdout:736: snap_create 2024-07-27T18:22:30.910 INFO:tasks.rados.rados.0.smithi029.stdout:734: finishing write tid 3 to smithi02985406-36 2024-07-27T18:22:30.912 INFO:tasks.rados.rados.0.smithi029.stdout:734: finishing write tid 4 to smithi02985406-36 2024-07-27T18:22:30.912 INFO:tasks.rados.rados.0.smithi029.stdout:734: finishing write tid 5 to smithi02985406-36 2024-07-27T18:22:30.913 INFO:tasks.rados.rados.0.smithi029.stdout:734: finishing write tid 6 to smithi02985406-36 2024-07-27T18:22:30.913 INFO:tasks.rados.rados.0.smithi029.stdout:734: oid 36 updating version 0 to 98 2024-07-27T18:22:30.913 INFO:tasks.rados.rados.0.smithi029.stdout:734: oid 36 version 98 is already newer than 94 2024-07-27T18:22:30.913 INFO:tasks.rados.rados.0.smithi029.stdout:734: oid 36 version 98 is already newer than 95 2024-07-27T18:22:30.913 INFO:tasks.rados.rados.0.smithi029.stdout:734: oid 36 version 98 is already newer than 96 2024-07-27T18:22:30.913 INFO:tasks.rados.rados.0.smithi029.stdout:734: oid 36 version 98 is already newer than 97 2024-07-27T18:22:30.914 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 98 (ObjNum 252 snap 59 seq_num 252) dirty exists 2024-07-27T18:22:30.914 INFO:tasks.rados.rados.0.smithi029.stdout:734: left oid 36 (ObjNum 252 snap 59 seq_num 252) 2024-07-27T18:22:30.923 INFO:tasks.rados.rados.0.smithi029.stdout:735: expect (ObjNum 133 snap 29 seq_num 133) 2024-07-27T18:22:31.078 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:30 smithi179 ceph-mon[33511]: mgrmap e33: y(active, since 3s) 2024-07-27T18:22:31.078 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:30.845+0000 7fa18fb98040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:22:31.078 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:30.922+0000 7fa18fb98040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:22:31.078 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:31.012+0000 7fa18fb98040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:22:31.078 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:31.076+0000 7fa18fb98040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:22:31.174 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:30 smithi029 ceph-mon[29364]: mgrmap e33: y(active, since 3s) 2024-07-27T18:22:31.175 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:30 smithi029 ceph-mon[40759]: mgrmap e33: y(active, since 3s) 2024-07-27T18:22:31.663 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:31.641+0000 7fa18fb98040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:22:31.885 INFO:tasks.rados.rados.0.smithi029.stdout:734: done (2 left) 2024-07-27T18:22:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:735: done (1 left) 2024-07-27T18:22:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:736: done (0 left) 2024-07-27T18:22:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:737: setattr oid 33 current snap is 60 2024-07-27T18:22:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:738: read oid 6 snap -1 2024-07-27T18:22:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:738: expect (ObjNum 188 snap 44 seq_num 188) 2024-07-27T18:22:31.886 INFO:tasks.rados.rados.0.smithi029.stdout:739: delete oid 27 current snap is 60 2024-07-27T18:22:31.889 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 288 (ObjNum 141 snap 33 seq_num 141) dirty exists 2024-07-27T18:22:31.891 INFO:tasks.rados.rados.0.smithi029.stdout:737: done (2 left) 2024-07-27T18:22:31.892 INFO:tasks.rados.rados.0.smithi029.stdout:739: done (1 left) 2024-07-27T18:22:31.892 INFO:tasks.rados.rados.0.smithi029.stdout:740: rollback oid 34 current snap is 60 2024-07-27T18:22:31.892 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 34 to 51 2024-07-27T18:22:31.892 INFO:tasks.rados.rados.0.smithi029.stdout:741: read oid 9 snap -1 2024-07-27T18:22:31.892 INFO:tasks.rados.rados.0.smithi029.stdout:741: expect (ObjNum 235 snap 57 seq_num 235) 2024-07-27T18:22:31.892 INFO:tasks.rados.rados.0.smithi029.stdout:742: read oid 18 snap 54 2024-07-27T18:22:31.892 INFO:tasks.rados.rados.0.smithi029.stdout:742: expect (ObjNum 169 snap 40 seq_num 169) 2024-07-27T18:22:31.892 INFO:tasks.rados.rados.0.smithi029.stdout:743: snap_create 2024-07-27T18:22:31.895 INFO:tasks.rados.rados.0.smithi029.stdout:740: finishing rollback tid 0 to smithi02985406-34 2024-07-27T18:22:31.896 INFO:tasks.rados.rados.0.smithi029.stdout:740: finishing rollback tid 1 to smithi02985406-34 2024-07-27T18:22:31.896 INFO:tasks.rados.rados.0.smithi029.stdout:740: finishing rollback tid 2 to smithi02985406-34 2024-07-27T18:22:31.896 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 222 (ObjNum 180 snap 41 seq_num 180) dirty exists 2024-07-27T18:22:31.906 INFO:tasks.rados.rados.0.smithi029.stdout:741: expect (ObjNum 235 snap 57 seq_num 235) 2024-07-27T18:22:31.986 INFO:tasks.rados.rados.0.smithi029.stdout:742: expect (ObjNum 169 snap 40 seq_num 169) 2024-07-27T18:22:32.001 INFO:tasks.rados.rados.0.smithi029.stdout:738: expect (ObjNum 188 snap 44 seq_num 188) 2024-07-27T18:22:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-mon[33511]: pgmap v9: 121 pgs: 121 active+clean; 188 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-mon[33511]: osdmap e193: 8 total, 8 up, 8 in 2024-07-27T18:22:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-mon[33511]: Standby manager daemon x started 2024-07-27T18:22:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/1543606898' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:22:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/1543606898' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:22:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/1543606898' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:22:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/1543606898' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:22:32.164 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:31.810+0000 7fa18fb98040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:22:32.164 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: [27/Jul/2024:18:22:31] ENGINE Bus STARTING 2024-07-27T18:22:32.164 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: CherryPy Checker: 2024-07-27T18:22:32.164 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: The Application mounted at '' has an empty config. 2024-07-27T18:22:32.164 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: 2024-07-27T18:22:32.164 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: [27/Jul/2024:18:22:31] ENGINE Serving on http://:::9283 2024-07-27T18:22:32.164 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: [27/Jul/2024:18:22:31] ENGINE Bus STARTED 2024-07-27T18:22:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[29364]: pgmap v9: 121 pgs: 121 active+clean; 188 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[29364]: osdmap e193: 8 total, 8 up, 8 in 2024-07-27T18:22:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[29364]: Standby manager daemon x started 2024-07-27T18:22:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/1543606898' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:22:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/1543606898' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:22:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/1543606898' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:22:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/1543606898' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:22:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[40759]: pgmap v9: 121 pgs: 121 active+clean; 188 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[40759]: osdmap e193: 8 total, 8 up, 8 in 2024-07-27T18:22:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[40759]: Standby manager daemon x started 2024-07-27T18:22:32.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/1543606898' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:22:32.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/1543606898' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:22:32.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/1543606898' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:22:32.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:31 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/1543606898' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:22:32.888 INFO:tasks.rados.rados.0.smithi029.stdout:738: done (4 left) 2024-07-27T18:22:32.888 INFO:tasks.rados.rados.0.smithi029.stdout:740: done (3 left) 2024-07-27T18:22:32.888 INFO:tasks.rados.rados.0.smithi029.stdout:741: done (2 left) 2024-07-27T18:22:32.888 INFO:tasks.rados.rados.0.smithi029.stdout:742: done (1 left) 2024-07-27T18:22:32.888 INFO:tasks.rados.rados.0.smithi029.stdout:743: done (0 left) 2024-07-27T18:22:32.888 INFO:tasks.rados.rados.0.smithi029.stdout:744: delete oid 35 current snap is 61 2024-07-27T18:22:32.889 INFO:tasks.rados.rados.0.smithi029.stdout:744: done (0 left) 2024-07-27T18:22:32.889 INFO:tasks.rados.rados.0.smithi029.stdout:745: snap_create 2024-07-27T18:22:32.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[29364]: osdmap e194: 8 total, 8 up, 8 in 2024-07-27T18:22:32.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[29364]: mgrmap e34: y(active, since 5s), standbys: x 2024-07-27T18:22:32.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:22:32.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.960 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.961 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[40759]: osdmap e194: 8 total, 8 up, 8 in 2024-07-27T18:22:32.961 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.961 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.961 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.961 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.961 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[40759]: mgrmap e34: y(active, since 5s), standbys: x 2024-07-27T18:22:32.961 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:22:32.961 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:32.961 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:32 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:33.162 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[69166]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:22:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-07-27T18:22:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:32 smithi179 ceph-mon[33511]: osdmap e194: 8 total, 8 up, 8 in 2024-07-27T18:22:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:32 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:32 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:32 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:32 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:32 smithi179 ceph-mon[33511]: mgrmap e34: y(active, since 5s), standbys: x 2024-07-27T18:22:33.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:32 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:22:33.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:32 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:33.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:32 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:745: done (0 left) 2024-07-27T18:22:33.895 INFO:tasks.rados.rados.0.smithi029.stdout:746: snap_create 2024-07-27T18:22:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:33 smithi179 ceph-mon[33511]: pgmap v12: 121 pgs: 121 active+clean; 188 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:33 smithi179 ceph-mon[33511]: osdmap e195: 8 total, 8 up, 8 in 2024-07-27T18:22:34.187 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:33 smithi029 ceph-mon[29364]: pgmap v12: 121 pgs: 121 active+clean; 188 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:34.187 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:33 smithi029 ceph-mon[29364]: osdmap e195: 8 total, 8 up, 8 in 2024-07-27T18:22:34.187 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:33 smithi029 ceph-mon[40759]: pgmap v12: 121 pgs: 121 active+clean; 188 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-07-27T18:22:34.187 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:33 smithi029 ceph-mon[40759]: osdmap e195: 8 total, 8 up, 8 in 2024-07-27T18:22:34.901 INFO:tasks.rados.rados.0.smithi029.stdout:746: done (0 left) 2024-07-27T18:22:34.901 INFO:tasks.rados.rados.0.smithi029.stdout:747: read oid 22 snap -1 2024-07-27T18:22:34.902 INFO:tasks.rados.rados.0.smithi029.stdout:747: expect (ObjNum 238 snap 57 seq_num 238) 2024-07-27T18:22:34.902 INFO:tasks.rados.rados.0.smithi029.stdout:748: snap_remove snap 59 2024-07-27T18:22:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:34 smithi029 ceph-mon[29364]: osdmap e196: 8 total, 8 up, 8 in 2024-07-27T18:22:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:34 smithi029 ceph-mon[40759]: osdmap e196: 8 total, 8 up, 8 in 2024-07-27T18:22:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:34 smithi179 ceph-mon[33511]: osdmap e196: 8 total, 8 up, 8 in 2024-07-27T18:22:35.915 INFO:tasks.rados.rados.0.smithi029.stdout:748: done (1 left) 2024-07-27T18:22:35.915 INFO:tasks.rados.rados.0.smithi029.stdout:749: read oid 48 snap -1 2024-07-27T18:22:35.916 INFO:tasks.rados.rados.0.smithi029.stdout:749: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:22:35.916 INFO:tasks.rados.rados.0.smithi029.stdout:750: rmattr oid 49 current snap is 63 2024-07-27T18:22:35.916 INFO:tasks.rados.rados.0.smithi029.stdout:750: done (2 left) 2024-07-27T18:22:35.916 INFO:tasks.rados.rados.0.smithi029.stdout:751: delete oid 2 current snap is 63 2024-07-27T18:22:35.916 INFO:tasks.rados.rados.0.smithi029.stdout:747: expect (ObjNum 238 snap 57 seq_num 238) 2024-07-27T18:22:35.995 INFO:tasks.rados.rados.0.smithi029.stdout:749: expect (ObjNum 18 snap 0 seq_num 18) 2024-07-27T18:22:36.003 INFO:tasks.rados.rados.0.smithi029.stdout:747: done (2 left) 2024-07-27T18:22:36.003 INFO:tasks.rados.rados.0.smithi029.stdout:749: done (1 left) 2024-07-27T18:22:36.004 INFO:tasks.rados.rados.0.smithi029.stdout:751: done (0 left) 2024-07-27T18:22:36.004 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 63 2024-07-27T18:22:36.004 INFO:tasks.rados.rados.0.smithi029.stdout:752: seq_num 256 ranges {2973696=696320,3670016=434176,4104192=770048} 2024-07-27T18:22:36.023 INFO:tasks.rados.rados.0.smithi029.stdout:752: writing smithi02985406-4 from 2973696 to 3670016 tid 1 2024-07-27T18:22:36.026 INFO:tasks.rados.rados.0.smithi029.stdout:752: writing smithi02985406-4 from 3670016 to 4104192 tid 2 2024-07-27T18:22:36.032 INFO:tasks.rados.rados.0.smithi029.stdout:752: writing smithi02985406-4 from 4104192 to 4874240 tid 3 2024-07-27T18:22:36.032 INFO:tasks.rados.rados.0.smithi029.stdout:753: read oid 11 snap -1 2024-07-27T18:22:36.032 INFO:tasks.rados.rados.0.smithi029.stdout:753: expect (ObjNum 202 snap 50 seq_num 202) 2024-07-27T18:22:36.032 INFO:tasks.rados.rados.0.smithi029.stdout:754: read oid 42 snap 62 2024-07-27T18:22:36.032 INFO:tasks.rados.rados.0.smithi029.stdout:754: expect (ObjNum 201 snap 49 seq_num 201) 2024-07-27T18:22:36.032 INFO:tasks.rados.rados.0.smithi029.stdout:755: setattr oid 18 current snap is 63 2024-07-27T18:22:36.032 INFO:tasks.rados.rados.0.smithi029.stdout:752: finishing write tid 1 to smithi02985406-4 2024-07-27T18:22:36.033 INFO:tasks.rados.rados.0.smithi029.stdout:756: snap_remove snap 53 2024-07-27T18:22:36.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:35 smithi179 ceph-mon[33511]: pgmap v15: 121 pgs: 121 active+clean; 199 MiB data, 711 MiB used, 715 GiB / 715 GiB avail; 14 MiB/s rd, 3.4 MiB/s wr, 61 op/s 2024-07-27T18:22:36.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:35 smithi179 ceph-mon[33511]: osdmap e197: 8 total, 8 up, 8 in 2024-07-27T18:22:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:35 smithi029 ceph-mon[29364]: pgmap v15: 121 pgs: 121 active+clean; 199 MiB data, 711 MiB used, 715 GiB / 715 GiB avail; 14 MiB/s rd, 3.4 MiB/s wr, 61 op/s 2024-07-27T18:22:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:35 smithi029 ceph-mon[29364]: osdmap e197: 8 total, 8 up, 8 in 2024-07-27T18:22:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:35 smithi029 ceph-mon[40759]: pgmap v15: 121 pgs: 121 active+clean; 199 MiB data, 711 MiB used, 715 GiB / 715 GiB avail; 14 MiB/s rd, 3.4 MiB/s wr, 61 op/s 2024-07-27T18:22:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:35 smithi029 ceph-mon[40759]: osdmap e197: 8 total, 8 up, 8 in 2024-07-27T18:22:37.029 INFO:tasks.rados.rados.0.smithi029.stdout:756: done (4 left) 2024-07-27T18:22:37.029 INFO:tasks.rados.rados.0.smithi029.stdout:757: delete oid 15 current snap is 63 2024-07-27T18:22:37.030 INFO:tasks.rados.rados.0.smithi029.stdout:752: finishing write tid 2 to smithi02985406-4 2024-07-27T18:22:37.030 INFO:tasks.rados.rados.0.smithi029.stdout:752: finishing write tid 3 to smithi02985406-4 2024-07-27T18:22:37.030 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 407 (ObjNum 219 snap 57 seq_num 219) dirty exists 2024-07-27T18:22:37.030 INFO:tasks.rados.rados.0.smithi029.stdout:752: finishing write tid 4 to smithi02985406-4 2024-07-27T18:22:37.030 INFO:tasks.rados.rados.0.smithi029.stdout:752: finishing write tid 5 to smithi02985406-4 2024-07-27T18:22:37.030 INFO:tasks.rados.rados.0.smithi029.stdout:752: oid 4 updating version 0 to 227 2024-07-27T18:22:37.030 INFO:tasks.rados.rados.0.smithi029.stdout:752: oid 4 updating version 227 to 229 2024-07-27T18:22:37.030 INFO:tasks.rados.rados.0.smithi029.stdout:752: oid 4 version 229 is already newer than 228 2024-07-27T18:22:37.030 INFO:tasks.rados.rados.0.smithi029.stdout:752: oid 4 version 229 is already newer than 224 2024-07-27T18:22:37.030 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 229 (ObjNum 256 snap 63 seq_num 256) dirty exists 2024-07-27T18:22:37.030 INFO:tasks.rados.rados.0.smithi029.stdout:752: left oid 4 (ObjNum 256 snap 63 seq_num 256) 2024-07-27T18:22:37.030 INFO:tasks.rados.rados.0.smithi029.stdout:753: expect (ObjNum 202 snap 50 seq_num 202) 2024-07-27T18:22:37.066 INFO:tasks.rados.rados.0.smithi029.stdout:754: expect (ObjNum 201 snap 49 seq_num 201) 2024-07-27T18:22:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:36 smithi179 ceph-mon[33511]: osdmap e198: 8 total, 8 up, 8 in 2024-07-27T18:22:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:36 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:36 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:36 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:36 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:22:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:36 smithi179 ceph-mon[33511]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:22:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:36 smithi179 ceph-mon[33511]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:22:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:36 smithi179 ceph-mon[33511]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:22:37.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:36 smithi179 ceph-mon[33511]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:22:37.245 INFO:tasks.rados.rados.0.smithi029.stdout:752: done (4 left) 2024-07-27T18:22:37.245 INFO:tasks.rados.rados.0.smithi029.stdout:753: done (3 left) 2024-07-27T18:22:37.245 INFO:tasks.rados.rados.0.smithi029.stdout:754: done (2 left) 2024-07-27T18:22:37.245 INFO:tasks.rados.rados.0.smithi029.stdout:755: done (1 left) 2024-07-27T18:22:37.245 INFO:tasks.rados.rados.0.smithi029.stdout:757: done (0 left) 2024-07-27T18:22:37.245 INFO:tasks.rados.rados.0.smithi029.stdout:758: snap_create 2024-07-27T18:22:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:36 smithi029 ceph-mon[29364]: osdmap e198: 8 total, 8 up, 8 in 2024-07-27T18:22:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:22:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[29364]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:22:37.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[29364]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:22:37.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[29364]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:22:37.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[29364]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:22:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:36 smithi029 ceph-mon[40759]: osdmap e198: 8 total, 8 up, 8 in 2024-07-27T18:22:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:22:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[40759]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:22:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[40759]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:22:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[40759]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:22:37.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:37 smithi029 ceph-mon[40759]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:22:38.049 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:22:38.049 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:22:38.049 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:22:38.049 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:22:38.049 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: pgmap v18: 121 pgs: 121 active+clean; 199 MiB data, 711 MiB used, 715 GiB / 715 GiB avail; 14 MiB/s rd, 3.4 MiB/s wr, 61 op/s 2024-07-27T18:22:38.049 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:38.049 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: osdmap e199: 8 total, 8 up, 8 in 2024-07-27T18:22:38.049 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.050 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.050 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.050 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.050 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:22:38.050 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.050 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.050 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.050 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.050 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.050 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.051 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.052 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.052 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:38.052 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:38.052 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.052 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.052 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.052 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:38 smithi179 ceph-mon[33511]: Reconfiguring prometheus.a (dependencies changed)... 2024-07-27T18:22:38.073 INFO:tasks.rados.rados.0.smithi029.stdout:758: done (0 left) 2024-07-27T18:22:38.073 INFO:tasks.rados.rados.0.smithi029.stdout:759: setattr oid 43 current snap is 64 2024-07-27T18:22:38.074 INFO:tasks.rados.rados.0.smithi029.stdout:760: snap_remove snap 62 2024-07-27T18:22:38.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:22:38.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:22:38.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:22:38.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: pgmap v18: 121 pgs: 121 active+clean; 199 MiB data, 711 MiB used, 715 GiB / 715 GiB avail; 14 MiB/s rd, 3.4 MiB/s wr, 61 op/s 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: osdmap e199: 8 total, 8 up, 8 in 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:22:38.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:22:38.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:22:38.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:22:38.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: pgmap v18: 121 pgs: 121 active+clean; 199 MiB data, 711 MiB used, 715 GiB / 715 GiB avail; 14 MiB/s rd, 3.4 MiB/s wr, 61 op/s 2024-07-27T18:22:38.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:38.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: osdmap e199: 8 total, 8 up, 8 in 2024-07-27T18:22:38.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:22:38.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:38.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:38.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:38.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:38.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:38.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:38.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:38.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[29364]: Reconfiguring prometheus.a (dependencies changed)... 2024-07-27T18:22:38.508 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.508 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:22:38.508 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:22:38.508 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:22:38.508 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:22:38.508 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:22:38.509 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:38 smithi029 ceph-mon[40759]: Reconfiguring prometheus.a (dependencies changed)... 2024-07-27T18:22:39.078 INFO:tasks.rados.rados.0.smithi029.stdout:760: done (1 left) 2024-07-27T18:22:39.078 INFO:tasks.rados.rados.0.smithi029.stdout:761: read oid 21 snap -1 2024-07-27T18:22:39.078 INFO:tasks.rados.rados.0.smithi029.stdout:761: expect (ObjNum 249 snap 59 seq_num 249) 2024-07-27T18:22:39.078 INFO:tasks.rados.rados.0.smithi029.stdout:762: snap_remove snap 57 2024-07-27T18:22:39.357 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:39 smithi179 ceph-mon[33511]: Reconfiguring daemon prometheus.a on smithi179 2024-07-27T18:22:39.358 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:39 smithi179 ceph-mon[33511]: mgrmap e35: y(active, since 11s), standbys: x 2024-07-27T18:22:39.358 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:39 smithi179 ceph-mon[33511]: osdmap e200: 8 total, 8 up, 8 in 2024-07-27T18:22:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:39 smithi029 ceph-mon[29364]: Reconfiguring daemon prometheus.a on smithi179 2024-07-27T18:22:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:39 smithi029 ceph-mon[29364]: mgrmap e35: y(active, since 11s), standbys: x 2024-07-27T18:22:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:39 smithi029 ceph-mon[29364]: osdmap e200: 8 total, 8 up, 8 in 2024-07-27T18:22:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:39 smithi029 ceph-mon[40759]: Reconfiguring daemon prometheus.a on smithi179 2024-07-27T18:22:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:39 smithi029 ceph-mon[40759]: mgrmap e35: y(active, since 11s), standbys: x 2024-07-27T18:22:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:39 smithi029 ceph-mon[40759]: osdmap e200: 8 total, 8 up, 8 in 2024-07-27T18:22:39.841 INFO:tasks.rados.rados.0.smithi029.stdout:762: done (2 left) 2024-07-27T18:22:39.841 INFO:tasks.rados.rados.0.smithi029.stdout:763: copy_from oid 46 from oid 26 current snap is 64 2024-07-27T18:22:39.841 INFO:tasks.rados.rados.0.smithi029.stdout:764: copy_from oid 44 from oid 42 current snap is 64 2024-07-27T18:22:39.841 INFO:tasks.rados.rados.0.smithi029.stdout:765: setattr oid 22 current snap is 64 2024-07-27T18:22:39.841 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 424 (ObjNum 104 snap 20 seq_num 104) dirty exists 2024-07-27T18:22:39.841 INFO:tasks.rados.rados.0.smithi029.stdout:761: expect (ObjNum 249 snap 59 seq_num 249) 2024-07-27T18:22:39.918 INFO:tasks.rados.rados.0.smithi029.stdout:763: finishing copy_from to smithi02985406-46 2024-07-27T18:22:39.918 INFO:tasks.rados.rados.0.smithi029.stdout:763: got expected ENOENT (src dne) 2024-07-27T18:22:39.918 INFO:tasks.rados.rados.0.smithi029.stdout:763: finishing copy_from racing read to smithi02985406-46 2024-07-27T18:22:39.918 INFO:tasks.rados.rados.0.smithi029.stdout:764: finishing copy_from racing read to smithi02985406-44 2024-07-27T18:22:39.918 INFO:tasks.rados.rados.0.smithi029.stdout:764: finishing copy_from to smithi02985406-44 2024-07-27T18:22:39.918 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 170 (ObjNum 201 snap 49 seq_num 201) dirty exists 2024-07-27T18:22:39.918 INFO:tasks.rados.rados.0.smithi029.stdout:759: done (4 left) 2024-07-27T18:22:39.918 INFO:tasks.rados.rados.0.smithi029.stdout:761: done (3 left) 2024-07-27T18:22:39.918 INFO:tasks.rados.rados.0.smithi029.stdout:763: done (2 left) 2024-07-27T18:22:39.918 INFO:tasks.rados.rados.0.smithi029.stdout:764: done (1 left) 2024-07-27T18:22:39.919 INFO:tasks.rados.rados.0.smithi029.stdout:766: rollback oid 13 current snap is 64 2024-07-27T18:22:39.919 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 63 2024-07-27T18:22:39.919 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 64 2024-07-27T18:22:39.919 INFO:tasks.rados.rados.0.smithi029.stdout:767: seq_num 258 ranges {3612672=729088,4341760=606208,4947968=598016} 2024-07-27T18:22:39.941 INFO:tasks.rados.rados.0.smithi029.stdout:767: writing smithi02985406-45 from 3612672 to 4341760 tid 1 2024-07-27T18:22:39.945 INFO:tasks.rados.rados.0.smithi029.stdout:767: writing smithi02985406-45 from 4341760 to 4947968 tid 2 2024-07-27T18:22:39.949 INFO:tasks.rados.rados.0.smithi029.stdout:767: writing smithi02985406-45 from 4947968 to 5545984 tid 3 2024-07-27T18:22:39.949 INFO:tasks.rados.rados.0.smithi029.stdout:768: rollback oid 3 current snap is 64 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 3 to 63 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:766: finishing rollback tid 0 to smithi02985406-13 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:766: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 142 (ObjNum 238 snap 57 seq_num 238) dirty exists 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:766: finishing rollback tid 2 to smithi02985406-13 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 438 (ObjNum 69 snap 8 seq_num 69) dirty exists 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:767: finishing write tid 1 to smithi02985406-45 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:767: finishing write tid 2 to smithi02985406-45 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:765: done (3 left) 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:766: done (2 left) 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:769: read oid 16 snap -1 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:769: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:22:39.950 INFO:tasks.rados.rados.0.smithi029.stdout:770: snap_create 2024-07-27T18:22:39.951 INFO:tasks.rados.rados.0.smithi029.stdout:769: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:22:39.952 INFO:tasks.rados.rados.0.smithi029.stdout:767: finishing write tid 3 to smithi02985406-45 2024-07-27T18:22:39.952 INFO:tasks.rados.rados.0.smithi029.stdout:768: finishing rollback tid 0 to smithi02985406-3 2024-07-27T18:22:39.952 INFO:tasks.rados.rados.0.smithi029.stdout:767: finishing write tid 4 to smithi02985406-45 2024-07-27T18:22:39.952 INFO:tasks.rados.rados.0.smithi029.stdout:768: finishing rollback tid 1 to smithi02985406-3 2024-07-27T18:22:39.952 INFO:tasks.rados.rados.0.smithi029.stdout:768: finishing rollback tid 2 to smithi02985406-3 2024-07-27T18:22:39.952 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 167 (ObjNum 609 snap 0 seq_num 368319760) dirty exists 2024-07-27T18:22:39.952 INFO:tasks.rados.rados.0.smithi029.stdout:767: finishing write tid 5 to smithi02985406-45 2024-07-27T18:22:39.953 INFO:tasks.rados.rados.0.smithi029.stdout:767: oid 45 updating version 0 to 376 2024-07-27T18:22:39.953 INFO:tasks.rados.rados.0.smithi029.stdout:767: oid 45 version 376 is already newer than 375 2024-07-27T18:22:39.953 INFO:tasks.rados.rados.0.smithi029.stdout:767: oid 45 version 376 is already newer than 374 2024-07-27T18:22:39.953 INFO:tasks.rados.rados.0.smithi029.stdout:767: oid 45 version 376 is already newer than 373 2024-07-27T18:22:39.953 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 376 (ObjNum 258 snap 64 seq_num 258) dirty exists 2024-07-27T18:22:39.953 INFO:tasks.rados.rados.0.smithi029.stdout:767: left oid 45 (ObjNum 258 snap 64 seq_num 258) 2024-07-27T18:22:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:40 smithi179 ceph-mon[33511]: pgmap v21: 121 pgs: 121 active+clean; 201 MiB data, 749 MiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 464 KiB/s wr, 21 op/s 2024-07-27T18:22:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:40 smithi179 ceph-mon[33511]: osdmap e201: 8 total, 8 up, 8 in 2024-07-27T18:22:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:40 smithi179 ceph-mon[33511]: osdmap e202: 8 total, 8 up, 8 in 2024-07-27T18:22:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:40 smithi029 ceph-mon[29364]: pgmap v21: 121 pgs: 121 active+clean; 201 MiB data, 749 MiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 464 KiB/s wr, 21 op/s 2024-07-27T18:22:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:40 smithi029 ceph-mon[29364]: osdmap e201: 8 total, 8 up, 8 in 2024-07-27T18:22:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:40 smithi029 ceph-mon[29364]: osdmap e202: 8 total, 8 up, 8 in 2024-07-27T18:22:40.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:40 smithi029 ceph-mon[40759]: pgmap v21: 121 pgs: 121 active+clean; 201 MiB data, 749 MiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 464 KiB/s wr, 21 op/s 2024-07-27T18:22:40.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:40 smithi029 ceph-mon[40759]: osdmap e201: 8 total, 8 up, 8 in 2024-07-27T18:22:40.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:40 smithi029 ceph-mon[40759]: osdmap e202: 8 total, 8 up, 8 in 2024-07-27T18:22:40.839 INFO:tasks.rados.rados.0.smithi029.stdout:767: done (3 left) 2024-07-27T18:22:40.840 INFO:tasks.rados.rados.0.smithi029.stdout:768: done (2 left) 2024-07-27T18:22:40.840 INFO:tasks.rados.rados.0.smithi029.stdout:769: done (1 left) 2024-07-27T18:22:40.840 INFO:tasks.rados.rados.0.smithi029.stdout:770: done (0 left) 2024-07-27T18:22:40.840 INFO:tasks.rados.rados.0.smithi029.stdout:771: read oid 2 snap 60 2024-07-27T18:22:40.840 INFO:tasks.rados.rados.0.smithi029.stdout:771: expect deleted 2024-07-27T18:22:40.840 INFO:tasks.rados.rados.0.smithi029.stdout:772: read oid 33 snap -1 2024-07-27T18:22:40.840 INFO:tasks.rados.rados.0.smithi029.stdout:772: expect (ObjNum 141 snap 33 seq_num 141) 2024-07-27T18:22:40.840 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 65 2024-07-27T18:22:40.840 INFO:tasks.rados.rados.0.smithi029.stdout:773: seq_num 259 ranges {0=745472,745472=540672,1286144=581632,1867776=81920} 2024-07-27T18:22:40.843 INFO:tasks.rados.rados.0.smithi029.stdout:773: writing smithi02985406-25 from 0 to 745472 tid 1 2024-07-27T18:22:40.847 INFO:tasks.rados.rados.0.smithi029.stdout:773: writing smithi02985406-25 from 745472 to 1286144 tid 2 2024-07-27T18:22:40.850 INFO:tasks.rados.rados.0.smithi029.stdout:773: writing smithi02985406-25 from 1286144 to 1867776 tid 3 2024-07-27T18:22:40.851 INFO:tasks.rados.rados.0.smithi029.stdout:773: writing smithi02985406-25 from 1867776 to 1949696 tid 4 2024-07-27T18:22:40.851 INFO:tasks.rados.rados.0.smithi029.stdout:774: snap_create 2024-07-27T18:22:40.851 INFO:tasks.rados.rados.0.smithi029.stdout:773: finishing write tid 1 to smithi02985406-25 2024-07-27T18:22:40.851 INFO:tasks.rados.rados.0.smithi029.stdout:772: expect (ObjNum 141 snap 33 seq_num 141) 2024-07-27T18:22:40.913 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:40 smithi179 systemd[1]: Stopping Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:22:40.931 INFO:tasks.rados.rados.0.smithi029.stdout:773: finishing write tid 2 to smithi02985406-25 2024-07-27T18:22:40.931 INFO:tasks.rados.rados.0.smithi029.stdout:773: finishing write tid 3 to smithi02985406-25 2024-07-27T18:22:40.931 INFO:tasks.rados.rados.0.smithi029.stdout:773: finishing write tid 4 to smithi02985406-25 2024-07-27T18:22:40.931 INFO:tasks.rados.rados.0.smithi029.stdout:773: finishing write tid 5 to smithi02985406-25 2024-07-27T18:22:40.931 INFO:tasks.rados.rados.0.smithi029.stdout:773: finishing write tid 6 to smithi02985406-25 2024-07-27T18:22:40.932 INFO:tasks.rados.rados.0.smithi029.stdout:773: oid 25 updating version 0 to 422 2024-07-27T18:22:40.932 INFO:tasks.rados.rados.0.smithi029.stdout:773: oid 25 updating version 422 to 424 2024-07-27T18:22:40.932 INFO:tasks.rados.rados.0.smithi029.stdout:773: oid 25 version 424 is already newer than 423 2024-07-27T18:22:40.932 INFO:tasks.rados.rados.0.smithi029.stdout:773: oid 25 updating version 424 to 425 2024-07-27T18:22:40.932 INFO:tasks.rados.rados.0.smithi029.stdout:773: oid 25 updating version 425 to 426 2024-07-27T18:22:40.932 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 426 (ObjNum 259 snap 65 seq_num 259) dirty exists 2024-07-27T18:22:40.932 INFO:tasks.rados.rados.0.smithi029.stdout:773: left oid 25 (ObjNum 259 snap 65 seq_num 259) 2024-07-27T18:22:41.385 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:41.003Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-07-27T18:22:41.385 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:41.003Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-07-27T18:22:41.386 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:41.003Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-07-27T18:22:41.386 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:41.003Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-07-27T18:22:41.386 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:41.003Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-07-27T18:22:41.386 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:41.003Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-07-27T18:22:41.386 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:41.003Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-07-27T18:22:41.386 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:41.003Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-07-27T18:22:41.386 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:41.004Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-07-27T18:22:41.386 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:41.004Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-07-27T18:22:41.386 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:41.004Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-07-27T18:22:41.386 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[77643]: ts=2024-07-27T18:22:41.004Z caller=main.go:1147 level=info msg="See you next time!" 2024-07-27T18:22:41.387 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 podman[80362]: 2024-07-27 18:22:41.0138747 +0000 UTC m=+0.141524841 container died 556fed2242994911cfe96237a18bc05fdf902045c5e3b131a5e2fd849f1678e7 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:22:41.387 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 podman[80362]: 2024-07-27 18:22:41.384079365 +0000 UTC m=+0.511729497 container cleanup 556fed2242994911cfe96237a18bc05fdf902045c5e3b131a5e2fd849f1678e7 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:22:41.387 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 bash[80362]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a 2024-07-27T18:22:41.846 INFO:tasks.rados.rados.0.smithi029.stdout:771: done (3 left) 2024-07-27T18:22:41.847 INFO:tasks.rados.rados.0.smithi029.stdout:772: done (2 left) 2024-07-27T18:22:41.847 INFO:tasks.rados.rados.0.smithi029.stdout:773: done (1 left) 2024-07-27T18:22:41.847 INFO:tasks.rados.rados.0.smithi029.stdout:774: done (0 left) 2024-07-27T18:22:41.847 INFO:tasks.rados.rados.0.smithi029.stdout:775: delete oid 9 current snap is 66 2024-07-27T18:22:41.850 INFO:tasks.rados.rados.0.smithi029.stdout:775: done (0 left) 2024-07-27T18:22:41.850 INFO:tasks.rados.rados.0.smithi029.stdout:776: snap_create 2024-07-27T18:22:42.072 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-mon[33511]: pgmap v24: 121 pgs: 121 active+clean; 201 MiB data, 749 MiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 464 KiB/s wr, 21 op/s 2024-07-27T18:22:42.072 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:41 smithi179 ceph-mon[33511]: osdmap e203: 8 total, 8 up, 8 in 2024-07-27T18:22:42.072 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 podman[80381]: 2024-07-27 18:22:41.702241628 +0000 UTC m=+0.690483687 container remove 556fed2242994911cfe96237a18bc05fdf902045c5e3b131a5e2fd849f1678e7 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:22:42.072 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-07-27T18:22:42.073 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 systemd[1]: Stopped Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:22:42.073 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@prometheus.a.service: Consumed 1.157s CPU time. 2024-07-27T18:22:42.073 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:41 smithi179 systemd[1]: Starting Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:22:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:41 smithi029 ceph-mon[29364]: pgmap v24: 121 pgs: 121 active+clean; 201 MiB data, 749 MiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 464 KiB/s wr, 21 op/s 2024-07-27T18:22:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:41 smithi029 ceph-mon[29364]: osdmap e203: 8 total, 8 up, 8 in 2024-07-27T18:22:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:41 smithi029 ceph-mon[40759]: pgmap v24: 121 pgs: 121 active+clean; 201 MiB data, 749 MiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 464 KiB/s wr, 21 op/s 2024-07-27T18:22:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:41 smithi029 ceph-mon[40759]: osdmap e203: 8 total, 8 up, 8 in 2024-07-27T18:22:42.357 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 podman[80474]: 2024-07-27 18:22:41.974554988 +0000 UTC m=+0.018330138 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-07-27T18:22:42.357 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 podman[80474]: 2024-07-27 18:22:42.13687651 +0000 UTC m=+0.180651644 container create 14077408bc572e818cac2c81d0245ffa3431be1b300dbd12cb91b574c078d008 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:22:42.663 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 podman[80474]: 2024-07-27 18:22:42.355922752 +0000 UTC m=+0.399697898 container init 14077408bc572e818cac2c81d0245ffa3431be1b300dbd12cb91b574c078d008 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:22:42.663 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 podman[80474]: 2024-07-27 18:22:42.360620349 +0000 UTC m=+0.404395487 container start 14077408bc572e818cac2c81d0245ffa3431be1b300dbd12cb91b574c078d008 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:22:42.663 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.383Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-07-27T18:22:42.663 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.383Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-07-27T18:22:42.663 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.383Z caller=main.go:570 level=info host_details="(Linux 5.14.0-480.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024 x86_64 smithi179 (none))" 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.383Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.383Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.385Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.385Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.386Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.386Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.388Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.388Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.8µs 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.388Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.390Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.398Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.398Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-07-27T18:22:42.664 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.399Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-07-27T18:22:42.665 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.399Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=21.748µs wal_replay_duration=10.256023ms wbl_replay_duration=110ns total_replay_duration=10.296024ms 2024-07-27T18:22:42.665 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.400Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-07-27T18:22:42.665 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.400Z caller=main.go:1029 level=info msg="TSDB started" 2024-07-27T18:22:42.665 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.400Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-07-27T18:22:42.665 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.419Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.350841ms db_storage=839ns remote_storage=1.552µs web_handler=362ns query_engine=655ns scrape=225.612µs scrape_sd=96.673µs notify=17.318µs notify_sd=15.059µs rules=18.67245ms tracing=5.736µs 2024-07-27T18:22:42.665 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.419Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-07-27T18:22:42.665 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:22:42.419Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-07-27T18:22:42.665 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 bash[80474]: 14077408bc572e818cac2c81d0245ffa3431be1b300dbd12cb91b574c078d008 2024-07-27T18:22:42.665 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:22:42 smithi179 systemd[1]: Started Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:22:42.848 INFO:tasks.rados.rados.0.smithi029.stdout:776: done (0 left) 2024-07-27T18:22:42.848 INFO:tasks.rados.rados.0.smithi029.stdout:777: rmattr oid 13 current snap is 67 2024-07-27T18:22:42.849 INFO:tasks.rados.rados.0.smithi029.stdout:778: snap_create 2024-07-27T18:22:42.856 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 440 (ObjNum 69 snap 8 seq_num 69) dirty exists 2024-07-27T18:22:43.110 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-mon[33511]: osdmap e204: 8 total, 8 up, 8 in 2024-07-27T18:22:43.110 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:22:43.110 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:43.110 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:43.110 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:22:43.110 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:42 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:42 smithi029 ceph-mon[29364]: osdmap e204: 8 total, 8 up, 8 in 2024-07-27T18:22:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:42 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:22:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:42 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:42 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:42 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:22:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:42 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:42 smithi029 ceph-mon[40759]: osdmap e204: 8 total, 8 up, 8 in 2024-07-27T18:22:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:42 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:22:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:42 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:42 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:42 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:22:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:42 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:43.855 INFO:tasks.rados.rados.0.smithi029.stdout:777: done (1 left) 2024-07-27T18:22:43.855 INFO:tasks.rados.rados.0.smithi029.stdout:778: done (0 left) 2024-07-27T18:22:43.855 INFO:tasks.rados.rados.0.smithi029.stdout:779: copy_from oid 43 from oid 39 current snap is 68 2024-07-27T18:22:43.855 INFO:tasks.rados.rados.0.smithi029.stdout:780: delete oid 49 current snap is 68 2024-07-27T18:22:43.862 INFO:tasks.rados.rados.0.smithi029.stdout:780: done (1 left) 2024-07-27T18:22:43.862 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 68 2024-07-27T18:22:43.862 INFO:tasks.rados.rados.0.smithi029.stdout:781: seq_num 262 ranges {3612672=794624,4407296=589824,4997120=614400} 2024-07-27T18:22:43.887 INFO:tasks.rados.rados.0.smithi029.stdout:781: writing smithi02985406-23 from 3612672 to 4407296 tid 1 2024-07-27T18:22:43.890 INFO:tasks.rados.rados.0.smithi029.stdout:781: writing smithi02985406-23 from 4407296 to 4997120 tid 2 2024-07-27T18:22:43.895 INFO:tasks.rados.rados.0.smithi029.stdout:781: writing smithi02985406-23 from 4997120 to 5611520 tid 3 2024-07-27T18:22:43.895 INFO:tasks.rados.rados.0.smithi029.stdout:782: rollback oid 3 current snap is 68 2024-07-27T18:22:43.895 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 3 to 65 2024-07-27T18:22:43.895 INFO:tasks.rados.rados.0.smithi029.stdout:781: finishing write tid 1 to smithi02985406-23 2024-07-27T18:22:43.895 INFO:tasks.rados.rados.0.smithi029.stdout:781: finishing write tid 2 to smithi02985406-23 2024-07-27T18:22:43.895 INFO:tasks.rados.rados.0.smithi029.stdout:783: snap_create 2024-07-27T18:22:43.896 INFO:tasks.rados.rados.0.smithi029.stdout:779: finishing copy_from racing read to smithi02985406-43 2024-07-27T18:22:43.902 INFO:tasks.rados.rados.0.smithi029.stdout:779: finishing copy_from to smithi02985406-43 2024-07-27T18:22:43.902 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 132 (ObjNum 248 snap 59 seq_num 248) dirty exists 2024-07-27T18:22:43.903 INFO:tasks.rados.rados.0.smithi029.stdout:781: finishing write tid 3 to smithi02985406-23 2024-07-27T18:22:43.903 INFO:tasks.rados.rados.0.smithi029.stdout:782: finishing rollback tid 0 to smithi02985406-3 2024-07-27T18:22:43.903 INFO:tasks.rados.rados.0.smithi029.stdout:781: finishing write tid 4 to smithi02985406-23 2024-07-27T18:22:43.903 INFO:tasks.rados.rados.0.smithi029.stdout:782: finishing rollback tid 1 to smithi02985406-3 2024-07-27T18:22:43.903 INFO:tasks.rados.rados.0.smithi029.stdout:782: finishing rollback tid 2 to smithi02985406-3 2024-07-27T18:22:43.903 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 171 (ObjNum 289 snap 0 seq_num 1) dirty exists 2024-07-27T18:22:43.904 INFO:tasks.rados.rados.0.smithi029.stdout:781: finishing write tid 5 to smithi02985406-23 2024-07-27T18:22:43.904 INFO:tasks.rados.rados.0.smithi029.stdout:781: oid 23 updating version 0 to 211 2024-07-27T18:22:43.904 INFO:tasks.rados.rados.0.smithi029.stdout:781: oid 23 updating version 211 to 212 2024-07-27T18:22:43.904 INFO:tasks.rados.rados.0.smithi029.stdout:781: oid 23 version 212 is already newer than 210 2024-07-27T18:22:43.905 INFO:tasks.rados.rados.0.smithi029.stdout:781: oid 23 version 212 is already newer than 209 2024-07-27T18:22:43.905 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 212 (ObjNum 262 snap 68 seq_num 262) dirty exists 2024-07-27T18:22:43.905 INFO:tasks.rados.rados.0.smithi029.stdout:781: left oid 23 (ObjNum 262 snap 68 seq_num 262) 2024-07-27T18:22:44.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:43 smithi179 ceph-mon[33511]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:22:44.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:43 smithi179 ceph-mon[33511]: pgmap v27: 121 pgs: 121 active+clean; 201 MiB data, 749 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:22:44.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:43 smithi179 ceph-mon[33511]: osdmap e205: 8 total, 8 up, 8 in 2024-07-27T18:22:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:43 smithi029 ceph-mon[29364]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:22:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:43 smithi029 ceph-mon[29364]: pgmap v27: 121 pgs: 121 active+clean; 201 MiB data, 749 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:22:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:43 smithi029 ceph-mon[29364]: osdmap e205: 8 total, 8 up, 8 in 2024-07-27T18:22:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:43 smithi029 ceph-mon[40759]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:22:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:43 smithi029 ceph-mon[40759]: pgmap v27: 121 pgs: 121 active+clean; 201 MiB data, 749 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:22:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:43 smithi029 ceph-mon[40759]: osdmap e205: 8 total, 8 up, 8 in 2024-07-27T18:22:44.867 INFO:tasks.rados.rados.0.smithi029.stdout:779: done (3 left) 2024-07-27T18:22:44.867 INFO:tasks.rados.rados.0.smithi029.stdout:781: done (2 left) 2024-07-27T18:22:44.867 INFO:tasks.rados.rados.0.smithi029.stdout:782: done (1 left) 2024-07-27T18:22:44.867 INFO:tasks.rados.rados.0.smithi029.stdout:783: done (0 left) 2024-07-27T18:22:44.867 INFO:tasks.rados.rados.0.smithi029.stdout:784: read oid 42 snap -1 2024-07-27T18:22:44.867 INFO:tasks.rados.rados.0.smithi029.stdout:784: expect (ObjNum 201 snap 49 seq_num 201) 2024-07-27T18:22:44.867 INFO:tasks.rados.rados.0.smithi029.stdout:785: read oid 24 snap -1 2024-07-27T18:22:44.867 INFO:tasks.rados.rados.0.smithi029.stdout:785: expect (ObjNum 110 snap 20 seq_num 110) 2024-07-27T18:22:44.868 INFO:tasks.rados.rados.0.smithi029.stdout:786: copy_from oid 1 from oid 37 current snap is 69 2024-07-27T18:22:44.868 INFO:tasks.rados.rados.0.smithi029.stdout:787: setattr oid 21 current snap is 69 2024-07-27T18:22:44.869 INFO:tasks.rados.rados.0.smithi029.stdout:788: rollback oid 35 current snap is 69 2024-07-27T18:22:44.869 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 35 to 60 2024-07-27T18:22:44.869 INFO:tasks.rados.rados.0.smithi029.stdout:789: copy_from oid 4 from oid 20 current snap is 69 2024-07-27T18:22:44.869 INFO:tasks.rados.rados.0.smithi029.stdout:790: read oid 9 snap -1 2024-07-27T18:22:44.869 INFO:tasks.rados.rados.0.smithi029.stdout:790: expect deleted 2024-07-27T18:22:44.869 INFO:tasks.rados.rados.0.smithi029.stdout:791: copy_from oid 33 from oid 6 current snap is 69 2024-07-27T18:22:44.869 INFO:tasks.rados.rados.0.smithi029.stdout:792: delete oid 40 current snap is 69 2024-07-27T18:22:44.870 INFO:tasks.rados.rados.0.smithi029.stdout:786: finishing copy_from racing read to smithi02985406-1 2024-07-27T18:22:44.873 INFO:tasks.rados.rados.0.smithi029.stdout:788: finishing rollback tid 1 to smithi02985406-35 2024-07-27T18:22:44.873 INFO:tasks.rados.rados.0.smithi029.stdout:788: finishing rollback tid 2 to smithi02985406-35 2024-07-27T18:22:44.873 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 144 (ObjNum 242 snap 58 seq_num 242) dirty exists 2024-07-27T18:22:44.874 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 112 (ObjNum 249 snap 59 seq_num 249) dirty exists 2024-07-27T18:22:44.875 INFO:tasks.rados.rados.0.smithi029.stdout:787: done (8 left) 2024-07-27T18:22:44.875 INFO:tasks.rados.rados.0.smithi029.stdout:788: done (7 left) 2024-07-27T18:22:44.875 INFO:tasks.rados.rados.0.smithi029.stdout:790: done (6 left) 2024-07-27T18:22:44.875 INFO:tasks.rados.rados.0.smithi029.stdout:792: done (5 left) 2024-07-27T18:22:44.875 INFO:tasks.rados.rados.0.smithi029.stdout:793: read oid 9 snap -1 2024-07-27T18:22:44.876 INFO:tasks.rados.rados.0.smithi029.stdout:793: expect deleted 2024-07-27T18:22:44.876 INFO:tasks.rados.rados.0.smithi029.stdout:794: read oid 2 snap 65 2024-07-27T18:22:44.876 INFO:tasks.rados.rados.0.smithi029.stdout:794: expect deleted 2024-07-27T18:22:44.876 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 69 2024-07-27T18:22:44.876 INFO:tasks.rados.rados.0.smithi029.stdout:795: seq_num 264 ranges {0=425984,425984=761856,1187840=770048,1957888=73728} 2024-07-27T18:22:44.879 INFO:tasks.rados.rados.0.smithi029.stdout:795: writing smithi02985406-47 from 0 to 425984 tid 1 2024-07-27T18:22:44.885 INFO:tasks.rados.rados.0.smithi029.stdout:795: writing smithi02985406-47 from 425984 to 1187840 tid 2 2024-07-27T18:22:44.890 INFO:tasks.rados.rados.0.smithi029.stdout:795: writing smithi02985406-47 from 1187840 to 1957888 tid 3 2024-07-27T18:22:44.891 INFO:tasks.rados.rados.0.smithi029.stdout:795: writing smithi02985406-47 from 1957888 to 2031616 tid 4 2024-07-27T18:22:44.891 INFO:tasks.rados.rados.0.smithi029.stdout:796: rmattr oid 35 current snap is 69 2024-07-27T18:22:44.891 INFO:tasks.rados.rados.0.smithi029.stdout:796: done (8 left) 2024-07-27T18:22:44.892 INFO:tasks.rados.rados.0.smithi029.stdout:797: snap_remove snap 61 2024-07-27T18:22:45.132 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[29364]: osdmap e206: 8 total, 8 up, 8 in 2024-07-27T18:22:45.132 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[29364]: Upgrade: Updating mgr.x 2024-07-27T18:22:45.132 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:22:45.132 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:22:45.132 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:22:45.132 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:45.133 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[29364]: Deploying daemon mgr.x on smithi179 2024-07-27T18:22:45.133 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[40759]: osdmap e206: 8 total, 8 up, 8 in 2024-07-27T18:22:45.133 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[40759]: Upgrade: Updating mgr.x 2024-07-27T18:22:45.133 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:22:45.133 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:22:45.133 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:22:45.133 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:45.134 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:44 smithi029 ceph-mon[40759]: Deploying daemon mgr.x on smithi179 2024-07-27T18:22:45.134 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:22:45.137 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:44 smithi179 ceph-mon[33511]: osdmap e206: 8 total, 8 up, 8 in 2024-07-27T18:22:45.137 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:44 smithi179 ceph-mon[33511]: Upgrade: Updating mgr.x 2024-07-27T18:22:45.137 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:44 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:22:45.137 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:44 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:22:45.137 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:44 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:22:45.137 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:44 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:45.137 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:44 smithi179 ceph-mon[33511]: Deploying daemon mgr.x on smithi179 2024-07-27T18:22:45.406 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:22:45.407 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (3m) 13s ago 4m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:22:45.409 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (4m) 13s ago 4m 88.9M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:22:45.409 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (6m) 13s ago 6m 15.2M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:22:45.410 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (6m) 13s ago 6m 20.5M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:22:45.410 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (66s) 13s ago 9m 135M - 19.0.0-3645-g46c551b8 d1f7abeb237d e43413acb9b7 2024-07-27T18:22:45.410 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (27s) 13s ago 11m 474M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:22:45.410 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (11m) 13s ago 11m 54.0M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 7d9e2dece8ba 2024-07-27T18:22:45.410 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (10m) 13s ago 10m 48.6M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 0202fbc308d9 2024-07-27T18:22:45.410 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (9m) 13s ago 9m 46.5M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 415872ced014 2024-07-27T18:22:45.410 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (4m) 13s ago 4m 15.9M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:22:45.410 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (4m) 13s ago 4m 15.1M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:22:45.411 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (9m) 13s ago 9m 116M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 e314de953958 2024-07-27T18:22:45.411 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (8m) 13s ago 8m 106M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 ec6c64b26d24 2024-07-27T18:22:45.411 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (8m) 13s ago 8m 118M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 84c890d6b0b2 2024-07-27T18:22:45.411 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (8m) 13s ago 8m 79.4M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 0e2db681e2f2 2024-07-27T18:22:45.411 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (7m) 13s ago 7m 113M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 9431ed9c63c6 2024-07-27T18:22:45.411 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (7m) 13s ago 7m 125M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:22:45.412 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (6m) 13s ago 6m 85.8M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:22:45.412 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (6m) 13s ago 6m 116M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:22:45.412 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 starting - - - - 2024-07-27T18:22:45.743 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:22:45.743 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:22:45.744 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 3 2024-07-27T18:22:45.744 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:22:45.744 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:22:45.744 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:22:45.744 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:22:45.744 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:22:45.744 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8 2024-07-27T18:22:45.744 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:22:45.744 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:22:45.744 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:22:45.745 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:22:45.745 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:22:45.745 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 13, 2024-07-27T18:22:45.745 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:22:45.745 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:22:45.745 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:22:45.871 INFO:tasks.rados.rados.0.smithi029.stdout:797: done (8 left) 2024-07-27T18:22:45.871 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 69 2024-07-27T18:22:45.871 INFO:tasks.rados.rados.0.smithi029.stdout:789: finishing copy_from racing read to smithi02985406-4 2024-07-27T18:22:45.871 INFO:tasks.rados.rados.0.smithi029.stdout:789: finishing copy_from to smithi02985406-4 2024-07-27T18:22:45.871 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 187 (ObjNum 33 snap 0 seq_num 722598546) dirty exists 2024-07-27T18:22:45.871 INFO:tasks.rados.rados.0.smithi029.stdout:786: finishing copy_from to smithi02985406-1 2024-07-27T18:22:45.871 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 287 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:22:45.871 INFO:tasks.rados.rados.0.smithi029.stdout:795: finishing write tid 1 to smithi02985406-47 2024-07-27T18:22:45.871 INFO:tasks.rados.rados.0.smithi029.stdout:785: expect (ObjNum 110 snap 20 seq_num 110) 2024-07-27T18:22:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:45 smithi029 ceph-mon[40759]: pgmap v30: 121 pgs: 121 active+clean; 201 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-07-27T18:22:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:45 smithi029 ceph-mon[40759]: osdmap e207: 8 total, 8 up, 8 in 2024-07-27T18:22:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:45 smithi029 ceph-mon[40759]: from='client.25010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:22:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:45 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/958414646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:22:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:45 smithi029 ceph-mon[29364]: pgmap v30: 121 pgs: 121 active+clean; 201 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-07-27T18:22:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:45 smithi029 ceph-mon[29364]: osdmap e207: 8 total, 8 up, 8 in 2024-07-27T18:22:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:45 smithi029 ceph-mon[29364]: from='client.25010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:22:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:45 smithi029 ceph-mon[29364]: from='client.? 172.21.15.29:0/958414646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:22:46.011 INFO:tasks.rados.rados.0.smithi029.stdout:795: finishing write tid 2 to smithi02985406-47 2024-07-27T18:22:46.011 INFO:tasks.rados.rados.0.smithi029.stdout:784: expect (ObjNum 201 snap 49 seq_num 201) 2024-07-27T18:22:46.100 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:45 smithi179 systemd[1]: Stopping Ceph mgr.x for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:22:46.100 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:45 smithi179 ceph-mon[33511]: pgmap v30: 121 pgs: 121 active+clean; 201 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-07-27T18:22:46.100 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:45 smithi179 ceph-mon[33511]: osdmap e207: 8 total, 8 up, 8 in 2024-07-27T18:22:46.100 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:45 smithi179 ceph-mon[33511]: from='client.25010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:22:46.100 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:45 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/958414646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:22:46.182 INFO:tasks.rados.rados.0.smithi029.stdout:795: finishing write tid 3 to smithi02985406-47 2024-07-27T18:22:46.182 INFO:tasks.rados.rados.0.smithi029.stdout:795: finishing write tid 4 to smithi02985406-47 2024-07-27T18:22:46.182 INFO:tasks.rados.rados.0.smithi029.stdout:798: seq_num 265 ranges {4440064=442368,4882432=647168,5529600=573440,6103040=385024} 2024-07-27T18:22:46.208 INFO:tasks.rados.rados.0.smithi029.stdout:798: writing smithi02985406-17 from 4440064 to 4882432 tid 1 2024-07-27T18:22:46.212 INFO:tasks.rados.rados.0.smithi029.stdout:798: writing smithi02985406-17 from 4882432 to 5529600 tid 2 2024-07-27T18:22:46.215 INFO:tasks.rados.rados.0.smithi029.stdout:798: writing smithi02985406-17 from 5529600 to 6103040 tid 3 2024-07-27T18:22:46.219 INFO:tasks.rados.rados.0.smithi029.stdout:798: writing smithi02985406-17 from 6103040 to 6488064 tid 4 2024-07-27T18:22:46.219 INFO:tasks.rados.rados.0.smithi029.stdout:784: done (8 left) 2024-07-27T18:22:46.219 INFO:tasks.rados.rados.0.smithi029.stdout:785: done (7 left) 2024-07-27T18:22:46.219 INFO:tasks.rados.rados.0.smithi029.stdout:786: done (6 left) 2024-07-27T18:22:46.219 INFO:tasks.rados.rados.0.smithi029.stdout:789: done (5 left) 2024-07-27T18:22:46.219 INFO:tasks.rados.rados.0.smithi029.stdout:793: done (4 left) 2024-07-27T18:22:46.219 INFO:tasks.rados.rados.0.smithi029.stdout:794: done (3 left) 2024-07-27T18:22:46.219 INFO:tasks.rados.rados.0.smithi029.stdout:799: rollback oid 46 current snap is 69 2024-07-27T18:22:46.219 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 50 2024-07-27T18:22:46.219 INFO:tasks.rados.rados.0.smithi029.stdout:791: finishing copy_from racing read to smithi02985406-33 2024-07-27T18:22:46.219 INFO:tasks.rados.rados.0.smithi029.stdout:795: finishing write tid 5 to smithi02985406-47 2024-07-27T18:22:46.219 INFO:tasks.rados.rados.0.smithi029.stdout:791: finishing copy_from to smithi02985406-33 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 315 (ObjNum 188 snap 44 seq_num 188) dirty exists 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:795: finishing write tid 6 to smithi02985406-47 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:795: oid 47 updating version 0 to 429 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:795: oid 47 updating version 429 to 433 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:795: oid 47 version 433 is already newer than 431 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:795: oid 47 version 433 is already newer than 432 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:795: oid 47 version 433 is already newer than 430 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 433 (ObjNum 264 snap 69 seq_num 264) dirty exists 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:795: left oid 47 (ObjNum 264 snap 69 seq_num 264) 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:798: finishing write tid 1 to smithi02985406-17 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:791: done (3 left) 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:795: done (2 left) 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:800: snap_create 2024-07-27T18:22:46.220 INFO:tasks.rados.rados.0.smithi029.stdout:798: finishing write tid 2 to smithi02985406-17 2024-07-27T18:22:46.221 INFO:tasks.rados.rados.0.smithi029.stdout:798: finishing write tid 3 to smithi02985406-17 2024-07-27T18:22:46.221 INFO:tasks.rados.rados.0.smithi029.stdout:798: finishing write tid 4 to smithi02985406-17 2024-07-27T18:22:46.221 INFO:tasks.rados.rados.0.smithi029.stdout:799: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:22:46.222 INFO:tasks.rados.rados.0.smithi029.stdout:798: finishing write tid 5 to smithi02985406-17 2024-07-27T18:22:46.222 INFO:tasks.rados.rados.0.smithi029.stdout:799: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:22:46.222 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 243 (ObjNum 33 snap 0 seq_num 368528544) dirty dne 2024-07-27T18:22:46.222 INFO:tasks.rados.rados.0.smithi029.stdout:798: finishing write tid 6 to smithi02985406-17 2024-07-27T18:22:46.222 INFO:tasks.rados.rados.0.smithi029.stdout:798: oid 17 updating version 0 to 320 2024-07-27T18:22:46.222 INFO:tasks.rados.rados.0.smithi029.stdout:798: oid 17 version 320 is already newer than 317 2024-07-27T18:22:46.222 INFO:tasks.rados.rados.0.smithi029.stdout:798: oid 17 version 320 is already newer than 316 2024-07-27T18:22:46.222 INFO:tasks.rados.rados.0.smithi029.stdout:798: oid 17 version 320 is already newer than 319 2024-07-27T18:22:46.222 INFO:tasks.rados.rados.0.smithi029.stdout:798: oid 17 version 320 is already newer than 318 2024-07-27T18:22:46.222 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 320 (ObjNum 265 snap 69 seq_num 265) dirty exists 2024-07-27T18:22:46.222 INFO:tasks.rados.rados.0.smithi029.stdout:798: left oid 17 (ObjNum 265 snap 69 seq_num 265) 2024-07-27T18:22:46.374 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:46 smithi179 podman[80884]: 2024-07-27 18:22:46.098243899 +0000 UTC m=+0.147333008 container died e43413acb9b7f0cce68453494a0a9344e86bf7679d5f9ba08baf77fb0b1f90fe (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-07-27T18:22:46.663 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:46 smithi179 podman[80884]: 2024-07-27 18:22:46.373260678 +0000 UTC m=+0.422349776 container cleanup e43413acb9b7f0cce68453494a0a9344e86bf7679d5f9ba08baf77fb0b1f90fe (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-07-27T18:22:46.663 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:46 smithi179 bash[80884]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x 2024-07-27T18:22:46.877 INFO:tasks.rados.rados.0.smithi029.stdout:798: done (2 left) 2024-07-27T18:22:46.877 INFO:tasks.rados.rados.0.smithi029.stdout:799: done (1 left) 2024-07-27T18:22:46.877 INFO:tasks.rados.rados.0.smithi029.stdout:800: done (0 left) 2024-07-27T18:22:46.877 INFO:tasks.rados.rados.0.smithi029.stdout:801: copy_from oid 48 from oid 7 current snap is 70 2024-07-27T18:22:46.877 INFO:tasks.rados.rados.0.smithi029.stdout:802: read oid 2 snap -1 2024-07-27T18:22:46.878 INFO:tasks.rados.rados.0.smithi029.stdout:802: expect deleted 2024-07-27T18:22:46.878 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 70 2024-07-27T18:22:46.878 INFO:tasks.rados.rados.0.smithi029.stdout:803: seq_num 266 ranges {1368064=458752,1826816=524288,2351104=729088,3080192=352256} 2024-07-27T18:22:46.887 INFO:tasks.rados.rados.0.smithi029.stdout:803: writing smithi02985406-13 from 1368064 to 1826816 tid 1 2024-07-27T18:22:46.890 INFO:tasks.rados.rados.0.smithi029.stdout:803: writing smithi02985406-13 from 1826816 to 2351104 tid 2 2024-07-27T18:22:46.893 INFO:tasks.rados.rados.0.smithi029.stdout:803: writing smithi02985406-13 from 2351104 to 3080192 tid 3 2024-07-27T18:22:46.896 INFO:tasks.rados.rados.0.smithi029.stdout:803: writing smithi02985406-13 from 3080192 to 3432448 tid 4 2024-07-27T18:22:46.896 INFO:tasks.rados.rados.0.smithi029.stdout:804: read oid 47 snap -1 2024-07-27T18:22:46.896 INFO:tasks.rados.rados.0.smithi029.stdout:804: expect (ObjNum 264 snap 69 seq_num 264) 2024-07-27T18:22:46.896 INFO:tasks.rados.rados.0.smithi029.stdout:805: delete oid 26 current snap is 70 2024-07-27T18:22:46.896 INFO:tasks.rados.rados.0.smithi029.stdout:801: finishing copy_from racing read to smithi02985406-48 2024-07-27T18:22:46.897 INFO:tasks.rados.rados.0.smithi029.stdout:801: finishing copy_from to smithi02985406-48 2024-07-27T18:22:46.897 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 395 (ObjNum 247 snap 59 seq_num 247) dirty exists 2024-07-27T18:22:46.897 INFO:tasks.rados.rados.0.smithi029.stdout:803: finishing write tid 1 to smithi02985406-13 2024-07-27T18:22:46.897 INFO:tasks.rados.rados.0.smithi029.stdout:803: finishing write tid 2 to smithi02985406-13 2024-07-27T18:22:46.898 INFO:tasks.rados.rados.0.smithi029.stdout:803: finishing write tid 3 to smithi02985406-13 2024-07-27T18:22:46.899 INFO:tasks.rados.rados.0.smithi029.stdout:803: finishing write tid 4 to smithi02985406-13 2024-07-27T18:22:46.899 INFO:tasks.rados.rados.0.smithi029.stdout:803: finishing write tid 5 to smithi02985406-13 2024-07-27T18:22:46.899 INFO:tasks.rados.rados.0.smithi029.stdout:801: done (4 left) 2024-07-27T18:22:46.899 INFO:tasks.rados.rados.0.smithi029.stdout:802: done (3 left) 2024-07-27T18:22:46.899 INFO:tasks.rados.rados.0.smithi029.stdout:805: done (2 left) 2024-07-27T18:22:46.899 INFO:tasks.rados.rados.0.smithi029.stdout:806: read oid 45 snap -1 2024-07-27T18:22:46.900 INFO:tasks.rados.rados.0.smithi029.stdout:806: expect (ObjNum 258 snap 64 seq_num 258) 2024-07-27T18:22:46.900 INFO:tasks.rados.rados.0.smithi029.stdout:807: delete oid 38 current snap is 70 2024-07-27T18:22:46.903 INFO:tasks.rados.rados.0.smithi029.stdout:803: finishing write tid 6 to smithi02985406-13 2024-07-27T18:22:46.903 INFO:tasks.rados.rados.0.smithi029.stdout:803: oid 13 updating version 0 to 454 2024-07-27T18:22:46.903 INFO:tasks.rados.rados.0.smithi029.stdout:803: oid 13 version 454 is already newer than 452 2024-07-27T18:22:46.903 INFO:tasks.rados.rados.0.smithi029.stdout:803: oid 13 version 454 is already newer than 453 2024-07-27T18:22:46.903 INFO:tasks.rados.rados.0.smithi029.stdout:803: oid 13 version 454 is already newer than 451 2024-07-27T18:22:46.903 INFO:tasks.rados.rados.0.smithi029.stdout:803: oid 13 version 454 is already newer than 450 2024-07-27T18:22:46.903 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 454 (ObjNum 266 snap 70 seq_num 266) dirty exists 2024-07-27T18:22:46.903 INFO:tasks.rados.rados.0.smithi029.stdout:803: left oid 13 (ObjNum 266 snap 70 seq_num 266) 2024-07-27T18:22:46.903 INFO:tasks.rados.rados.0.smithi029.stdout:803: done (3 left) 2024-07-27T18:22:46.903 INFO:tasks.rados.rados.0.smithi029.stdout:807: done (2 left) 2024-07-27T18:22:46.903 INFO:tasks.rados.rados.0.smithi029.stdout:808: rmattr oid 2 current snap is 70 2024-07-27T18:22:46.903 INFO:tasks.rados.rados.0.smithi029.stdout:808: done (2 left) 2024-07-27T18:22:46.904 INFO:tasks.rados.rados.0.smithi029.stdout:809: copy_from oid 33 from oid 8 current snap is 70 2024-07-27T18:22:46.904 INFO:tasks.rados.rados.0.smithi029.stdout:810: read oid 4 snap -1 2024-07-27T18:22:46.904 INFO:tasks.rados.rados.0.smithi029.stdout:810: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:22:46.904 INFO:tasks.rados.rados.0.smithi029.stdout:811: snap_remove snap 66 2024-07-27T18:22:47.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:46 smithi179 ceph-mon[33511]: from='client.25016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:22:47.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:46 smithi179 ceph-mon[33511]: osdmap e208: 8 total, 8 up, 8 in 2024-07-27T18:22:47.013 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:46 smithi179 podman[80901]: 2024-07-27 18:22:46.674624627 +0000 UTC m=+0.574710013 container remove e43413acb9b7f0cce68453494a0a9344e86bf7679d5f9ba08baf77fb0b1f90fe (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-07-27T18:22:47.013 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:46 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-07-27T18:22:47.013 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:46 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-07-27T18:22:47.014 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:46 smithi179 systemd[1]: Stopped Ceph mgr.x for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:22:47.014 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:46 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.x.service: Consumed 16.610s CPU time. 2024-07-27T18:22:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:46 smithi029 ceph-mon[29364]: from='client.25016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:22:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:46 smithi029 ceph-mon[29364]: osdmap e208: 8 total, 8 up, 8 in 2024-07-27T18:22:47.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:46 smithi029 ceph-mon[40759]: from='client.25016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:22:47.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:46 smithi029 ceph-mon[40759]: osdmap e208: 8 total, 8 up, 8 in 2024-07-27T18:22:47.344 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:47 smithi179 systemd[1]: Starting Ceph mgr.x for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:22:47.344 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:47 smithi179 podman[81037]: 2024-07-27 18:22:47.130567754 +0000 UTC m=+0.017128861 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:22:47.344 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:47 smithi179 podman[81037]: 2024-07-27 18:22:47.242430394 +0000 UTC m=+0.128991486 container create 79081c529dc9aabe1550e8b36eeb3238ad2f6b43169e78fac324616beee3ab0c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=) 2024-07-27T18:22:47.751 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:47 smithi179 podman[81037]: 2024-07-27 18:22:47.44528123 +0000 UTC m=+0.331842339 container init 79081c529dc9aabe1550e8b36eeb3238ad2f6b43169e78fac324616beee3ab0c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, ceph=True, CEPH_POINT_RELEASE=) 2024-07-27T18:22:47.751 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:47 smithi179 podman[81037]: 2024-07-27 18:22:47.449908728 +0000 UTC m=+0.336469826 container start 79081c529dc9aabe1550e8b36eeb3238ad2f6b43169e78fac324616beee3ab0c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-07-27T18:22:47.751 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:47 smithi179 ceph-mgr[81076]: -- 172.21.15.179:0/4129056674 <== mon.1 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55e4d70690e0 con 0x55e4d7047400 2024-07-27T18:22:47.751 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:47 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:47.572+0000 7f0dad0f1040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:22:47.751 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:47 smithi179 bash[81037]: 79081c529dc9aabe1550e8b36eeb3238ad2f6b43169e78fac324616beee3ab0c 2024-07-27T18:22:47.751 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:47 smithi179 systemd[1]: Started Ceph mgr.x for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:22:47.751 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:47 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:47.748+0000 7f0dad0f1040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:22:47.879 INFO:tasks.rados.rados.0.smithi029.stdout:811: done (4 left) 2024-07-27T18:22:47.879 INFO:tasks.rados.rados.0.smithi029.stdout:812: rmattr oid 39 current snap is 70 2024-07-27T18:22:47.879 INFO:tasks.rados.rados.0.smithi029.stdout:810: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:22:47.881 INFO:tasks.rados.rados.0.smithi029.stdout:804: expect (ObjNum 264 snap 69 seq_num 264) 2024-07-27T18:22:47.941 INFO:tasks.rados.rados.0.smithi029.stdout:806: expect (ObjNum 258 snap 64 seq_num 258) 2024-07-27T18:22:48.099 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:47 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:47.818+0000 7f0dad0f1040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:22:48.099 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:47 smithi179 ceph-mon[33511]: pgmap v33: 121 pgs: 121 active+clean; 201 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-07-27T18:22:48.099 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:47 smithi179 ceph-mon[33511]: osdmap e209: 8 total, 8 up, 8 in 2024-07-27T18:22:48.099 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:47 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:48.099 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:47 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:48.099 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:47 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:48.241 INFO:tasks.rados.rados.0.smithi029.stdout:809: finishing copy_from racing read to smithi02985406-33 2024-07-27T18:22:48.241 INFO:tasks.rados.rados.0.smithi029.stdout:809: finishing copy_from to smithi02985406-33 2024-07-27T18:22:48.241 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 376 (ObjNum 239 snap 57 seq_num 239) dirty exists 2024-07-27T18:22:48.241 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 138 (ObjNum 248 snap 59 seq_num 248) dirty exists 2024-07-27T18:22:48.241 INFO:tasks.rados.rados.0.smithi029.stdout:804: done (4 left) 2024-07-27T18:22:48.241 INFO:tasks.rados.rados.0.smithi029.stdout:806: done (3 left) 2024-07-27T18:22:48.241 INFO:tasks.rados.rados.0.smithi029.stdout:809: done (2 left) 2024-07-27T18:22:48.241 INFO:tasks.rados.rados.0.smithi029.stdout:810: done (1 left) 2024-07-27T18:22:48.242 INFO:tasks.rados.rados.0.smithi029.stdout:812: done (0 left) 2024-07-27T18:22:48.242 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 70 2024-07-27T18:22:48.242 INFO:tasks.rados.rados.0.smithi029.stdout:813: seq_num 269 ranges {3366912=507904,3874816=630784,4505600=557056,5062656=417792} 2024-07-27T18:22:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:47 smithi029 ceph-mon[29364]: pgmap v33: 121 pgs: 121 active+clean; 201 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-07-27T18:22:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:47 smithi029 ceph-mon[29364]: osdmap e209: 8 total, 8 up, 8 in 2024-07-27T18:22:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:47 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:47 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:47 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:47 smithi029 ceph-mon[40759]: pgmap v33: 121 pgs: 121 active+clean; 201 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-07-27T18:22:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:47 smithi029 ceph-mon[40759]: osdmap e209: 8 total, 8 up, 8 in 2024-07-27T18:22:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:47 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:47 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:47 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:48.262 INFO:tasks.rados.rados.0.smithi029.stdout:813: writing smithi02985406-44 from 3366912 to 3874816 tid 1 2024-07-27T18:22:48.265 INFO:tasks.rados.rados.0.smithi029.stdout:813: writing smithi02985406-44 from 3874816 to 4505600 tid 2 2024-07-27T18:22:48.268 INFO:tasks.rados.rados.0.smithi029.stdout:813: writing smithi02985406-44 from 4505600 to 5062656 tid 3 2024-07-27T18:22:48.271 INFO:tasks.rados.rados.0.smithi029.stdout:813: writing smithi02985406-44 from 5062656 to 5480448 tid 4 2024-07-27T18:22:48.271 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 11 current snap is 70 2024-07-27T18:22:48.271 INFO:tasks.rados.rados.0.smithi029.stdout:813: finishing write tid 1 to smithi02985406-44 2024-07-27T18:22:48.271 INFO:tasks.rados.rados.0.smithi029.stdout:813: finishing write tid 2 to smithi02985406-44 2024-07-27T18:22:48.271 INFO:tasks.rados.rados.0.smithi029.stdout:814: seq_num 270 ranges {991232=524288,1515520=516096,2031616=761856,2793472=327680} 2024-07-27T18:22:48.279 INFO:tasks.rados.rados.0.smithi029.stdout:814: writing smithi02985406-11 from 991232 to 1515520 tid 1 2024-07-27T18:22:48.282 INFO:tasks.rados.rados.0.smithi029.stdout:814: writing smithi02985406-11 from 1515520 to 2031616 tid 2 2024-07-27T18:22:48.286 INFO:tasks.rados.rados.0.smithi029.stdout:814: writing smithi02985406-11 from 2031616 to 2793472 tid 3 2024-07-27T18:22:48.288 INFO:tasks.rados.rados.0.smithi029.stdout:814: writing smithi02985406-11 from 2793472 to 3121152 tid 4 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:815: setattr oid 1 current snap is 70 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:813: finishing write tid 3 to smithi02985406-44 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:813: finishing write tid 4 to smithi02985406-44 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:813: finishing write tid 5 to smithi02985406-44 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:813: finishing write tid 6 to smithi02985406-44 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:813: oid 44 updating version 0 to 345 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:813: oid 44 updating version 345 to 346 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:813: oid 44 version 346 is already newer than 342 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:813: oid 44 version 346 is already newer than 343 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:813: oid 44 version 346 is already newer than 344 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 346 (ObjNum 269 snap 70 seq_num 269) dirty exists 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:813: left oid 44 (ObjNum 269 snap 70 seq_num 269) 2024-07-27T18:22:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:814: finishing write tid 1 to smithi02985406-11 2024-07-27T18:22:48.290 INFO:tasks.rados.rados.0.smithi029.stdout:814: finishing write tid 2 to smithi02985406-11 2024-07-27T18:22:48.290 INFO:tasks.rados.rados.0.smithi029.stdout:813: done (2 left) 2024-07-27T18:22:48.291 INFO:tasks.rados.rados.0.smithi029.stdout:816: rollback oid 31 current snap is 70 2024-07-27T18:22:48.291 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 31 to 63 2024-07-27T18:22:48.291 INFO:tasks.rados.rados.0.smithi029.stdout:817: setattr oid 16 current snap is 70 2024-07-27T18:22:48.291 INFO:tasks.rados.rados.0.smithi029.stdout:814: finishing write tid 3 to smithi02985406-11 2024-07-27T18:22:48.291 INFO:tasks.rados.rados.0.smithi029.stdout:814: finishing write tid 4 to smithi02985406-11 2024-07-27T18:22:48.291 INFO:tasks.rados.rados.0.smithi029.stdout:814: finishing write tid 5 to smithi02985406-11 2024-07-27T18:22:48.291 INFO:tasks.rados.rados.0.smithi029.stdout:818: read oid 40 snap 25 2024-07-27T18:22:48.291 INFO:tasks.rados.rados.0.smithi029.stdout:818: expect deleted 2024-07-27T18:22:48.292 INFO:tasks.rados.rados.0.smithi029.stdout:819: delete oid 19 current snap is 70 2024-07-27T18:22:48.292 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 348 (ObjNum 113 snap 0 seq_num 368559392) dirty exists 2024-07-27T18:22:48.292 INFO:tasks.rados.rados.0.smithi029.stdout:814: finishing write tid 6 to smithi02985406-11 2024-07-27T18:22:48.293 INFO:tasks.rados.rados.0.smithi029.stdout:814: oid 11 updating version 0 to 102 2024-07-27T18:22:48.293 INFO:tasks.rados.rados.0.smithi029.stdout:814: oid 11 version 102 is already newer than 100 2024-07-27T18:22:48.293 INFO:tasks.rados.rados.0.smithi029.stdout:814: oid 11 version 102 is already newer than 99 2024-07-27T18:22:48.293 INFO:tasks.rados.rados.0.smithi029.stdout:814: oid 11 version 102 is already newer than 101 2024-07-27T18:22:48.293 INFO:tasks.rados.rados.0.smithi029.stdout:814: oid 11 updating version 102 to 103 2024-07-27T18:22:48.293 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 103 (ObjNum 270 snap 70 seq_num 270) dirty exists 2024-07-27T18:22:48.293 INFO:tasks.rados.rados.0.smithi029.stdout:814: left oid 11 (ObjNum 270 snap 70 seq_num 270) 2024-07-27T18:22:48.293 INFO:tasks.rados.rados.0.smithi029.stdout:816: finishing rollback tid 0 to smithi02985406-31 2024-07-27T18:22:48.294 INFO:tasks.rados.rados.0.smithi029.stdout:816: finishing rollback tid 1 to smithi02985406-31 2024-07-27T18:22:48.294 INFO:tasks.rados.rados.0.smithi029.stdout:814: done (5 left) 2024-07-27T18:22:48.294 INFO:tasks.rados.rados.0.smithi029.stdout:815: done (4 left) 2024-07-27T18:22:48.294 INFO:tasks.rados.rados.0.smithi029.stdout:818: done (3 left) 2024-07-27T18:22:48.294 INFO:tasks.rados.rados.0.smithi029.stdout:819: done (2 left) 2024-07-27T18:22:48.294 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 70 2024-07-27T18:22:48.294 INFO:tasks.rados.rados.0.smithi029.stdout:820: seq_num 272 ranges {0=565248,565248=688128,1253376=729088,1982464=188416} 2024-07-27T18:22:48.297 INFO:tasks.rados.rados.0.smithi029.stdout:820: writing smithi02985406-49 from 0 to 565248 tid 1 2024-07-27T18:22:48.301 INFO:tasks.rados.rados.0.smithi029.stdout:820: writing smithi02985406-49 from 565248 to 1253376 tid 2 2024-07-27T18:22:48.305 INFO:tasks.rados.rados.0.smithi029.stdout:820: writing smithi02985406-49 from 1253376 to 1982464 tid 3 2024-07-27T18:22:48.307 INFO:tasks.rados.rados.0.smithi029.stdout:820: writing smithi02985406-49 from 1982464 to 2170880 tid 4 2024-07-27T18:22:48.307 INFO:tasks.rados.rados.0.smithi029.stdout:821: copy_from oid 1 from oid 28 current snap is 70 2024-07-27T18:22:48.307 INFO:tasks.rados.rados.0.smithi029.stdout:816: finishing rollback tid 2 to smithi02985406-31 2024-07-27T18:22:48.307 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 382 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:22:48.307 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 172 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:22:48.308 INFO:tasks.rados.rados.0.smithi029.stdout:820: finishing write tid 1 to smithi02985406-49 2024-07-27T18:22:48.308 INFO:tasks.rados.rados.0.smithi029.stdout:820: finishing write tid 2 to smithi02985406-49 2024-07-27T18:22:48.308 INFO:tasks.rados.rados.0.smithi029.stdout:816: done (3 left) 2024-07-27T18:22:48.308 INFO:tasks.rados.rados.0.smithi029.stdout:817: done (2 left) 2024-07-27T18:22:48.308 INFO:tasks.rados.rados.0.smithi029.stdout:822: snap_remove snap 54 2024-07-27T18:22:48.374 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:48 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:48.096+0000 7f0dad0f1040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:22:48.374 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:48 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:48.157+0000 7f0dad0f1040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:22:48.897 INFO:tasks.rados.rados.0.smithi029.stdout:820: finishing write tid 3 to smithi02985406-49 2024-07-27T18:22:48.898 INFO:tasks.rados.rados.0.smithi029.stdout:820: finishing write tid 4 to smithi02985406-49 2024-07-27T18:22:48.898 INFO:tasks.rados.rados.0.smithi029.stdout:820: finishing write tid 5 to smithi02985406-49 2024-07-27T18:22:48.898 INFO:tasks.rados.rados.0.smithi029.stdout:820: finishing write tid 6 to smithi02985406-49 2024-07-27T18:22:48.898 INFO:tasks.rados.rados.0.smithi029.stdout:820: oid 49 updating version 0 to 245 2024-07-27T18:22:48.898 INFO:tasks.rados.rados.0.smithi029.stdout:820: oid 49 updating version 245 to 247 2024-07-27T18:22:48.898 INFO:tasks.rados.rados.0.smithi029.stdout:820: oid 49 updating version 247 to 248 2024-07-27T18:22:48.898 INFO:tasks.rados.rados.0.smithi029.stdout:820: oid 49 version 248 is already newer than 246 2024-07-27T18:22:48.898 INFO:tasks.rados.rados.0.smithi029.stdout:820: oid 49 version 248 is already newer than 244 2024-07-27T18:22:48.898 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 248 (ObjNum 272 snap 70 seq_num 272) dirty exists 2024-07-27T18:22:48.898 INFO:tasks.rados.rados.0.smithi029.stdout:820: left oid 49 (ObjNum 272 snap 70 seq_num 272) 2024-07-27T18:22:48.898 INFO:tasks.rados.rados.0.smithi029.stdout:821: finishing copy_from racing read to smithi02985406-1 2024-07-27T18:22:48.898 INFO:tasks.rados.rados.0.smithi029.stdout:821: finishing copy_from to smithi02985406-1 2024-07-27T18:22:48.899 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 357 (ObjNum 230 snap 57 seq_num 230) dirty exists 2024-07-27T18:22:48.899 INFO:tasks.rados.rados.0.smithi029.stdout:820: done (2 left) 2024-07-27T18:22:48.899 INFO:tasks.rados.rados.0.smithi029.stdout:821: done (1 left) 2024-07-27T18:22:48.899 INFO:tasks.rados.rados.0.smithi029.stdout:822: done (0 left) 2024-07-27T18:22:48.899 INFO:tasks.rados.rados.0.smithi029.stdout:823: read oid 7 snap -1 2024-07-27T18:22:48.899 INFO:tasks.rados.rados.0.smithi029.stdout:823: expect (ObjNum 247 snap 59 seq_num 247) 2024-07-27T18:22:48.899 INFO:tasks.rados.rados.0.smithi029.stdout:824: copy_from oid 20 from oid 11 current snap is 70 2024-07-27T18:22:48.899 INFO:tasks.rados.rados.0.smithi029.stdout:825: snap_remove snap 64 2024-07-27T18:22:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:48 smithi179 ceph-mon[33511]: osdmap e210: 8 total, 8 up, 8 in 2024-07-27T18:22:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:48 smithi029 ceph-mon[29364]: osdmap e210: 8 total, 8 up, 8 in 2024-07-27T18:22:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:48 smithi029 ceph-mon[40759]: osdmap e210: 8 total, 8 up, 8 in 2024-07-27T18:22:49.441 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:49 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:49.174+0000 7f0dad0f1040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:22:49.441 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:49 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:49.300+0000 7f0dad0f1040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:22:49.441 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:49 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:49.360+0000 7f0dad0f1040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:22:49.755 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:49 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:49.598+0000 7f0dad0f1040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:22:49.756 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:49 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:49.668+0000 7f0dad0f1040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:22:49.756 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:49 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:49.753+0000 7f0dad0f1040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:22:49.840 INFO:tasks.rados.rados.0.smithi029.stdout:825: done (2 left) 2024-07-27T18:22:49.841 INFO:tasks.rados.rados.0.smithi029.stdout:826: rmattr oid 37 current snap is 70 2024-07-27T18:22:49.841 INFO:tasks.rados.rados.0.smithi029.stdout:827: read oid 8 snap -1 2024-07-27T18:22:49.841 INFO:tasks.rados.rados.0.smithi029.stdout:827: expect (ObjNum 239 snap 57 seq_num 239) 2024-07-27T18:22:49.841 INFO:tasks.rados.rados.0.smithi029.stdout:828: rollback oid 44 current snap is 70 2024-07-27T18:22:49.841 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 44 to 63 2024-07-27T18:22:49.841 INFO:tasks.rados.rados.0.smithi029.stdout:829: copy_from oid 38 from oid 1 current snap is 70 2024-07-27T18:22:49.841 INFO:tasks.rados.rados.0.smithi029.stdout:823: expect (ObjNum 247 snap 59 seq_num 247) 2024-07-27T18:22:49.965 INFO:tasks.rados.rados.0.smithi029.stdout:824: finishing copy_from racing read to smithi02985406-20 2024-07-27T18:22:49.965 INFO:tasks.rados.rados.0.smithi029.stdout:824: finishing copy_from to smithi02985406-20 2024-07-27T18:22:49.965 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 103 (ObjNum 270 snap 70 seq_num 270) dirty exists 2024-07-27T18:22:49.965 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 358 (ObjNum 4113 snap 0 seq_num 4130622987) dirty exists 2024-07-27T18:22:49.965 INFO:tasks.rados.rados.0.smithi029.stdout:828: finishing rollback tid 0 to smithi02985406-44 2024-07-27T18:22:49.966 INFO:tasks.rados.rados.0.smithi029.stdout:828: finishing rollback tid 1 to smithi02985406-44 2024-07-27T18:22:49.966 INFO:tasks.rados.rados.0.smithi029.stdout:828: finishing rollback tid 2 to smithi02985406-44 2024-07-27T18:22:49.966 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 361 (ObjNum 216 snap 56 seq_num 216) dirty exists 2024-07-27T18:22:49.966 INFO:tasks.rados.rados.0.smithi029.stdout:827: expect (ObjNum 239 snap 57 seq_num 239) 2024-07-27T18:22:50.062 INFO:tasks.rados.rados.0.smithi029.stdout:829: finishing copy_from racing read to smithi02985406-38 2024-07-27T18:22:50.062 INFO:tasks.rados.rados.0.smithi029.stdout:829: finishing copy_from to smithi02985406-38 2024-07-27T18:22:50.062 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 357 (ObjNum 230 snap 57 seq_num 230) dirty exists 2024-07-27T18:22:50.062 INFO:tasks.rados.rados.0.smithi029.stdout:823: done (5 left) 2024-07-27T18:22:50.062 INFO:tasks.rados.rados.0.smithi029.stdout:824: done (4 left) 2024-07-27T18:22:50.062 INFO:tasks.rados.rados.0.smithi029.stdout:826: done (3 left) 2024-07-27T18:22:50.062 INFO:tasks.rados.rados.0.smithi029.stdout:827: done (2 left) 2024-07-27T18:22:50.062 INFO:tasks.rados.rados.0.smithi029.stdout:828: done (1 left) 2024-07-27T18:22:50.063 INFO:tasks.rados.rados.0.smithi029.stdout:829: done (0 left) 2024-07-27T18:22:50.063 INFO:tasks.rados.rados.0.smithi029.stdout:830: read oid 37 snap -1 2024-07-27T18:22:50.063 INFO:tasks.rados.rados.0.smithi029.stdout:830: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:22:50.063 INFO:tasks.rados.rados.0.smithi029.stdout:831: delete oid 44 current snap is 70 2024-07-27T18:22:50.063 INFO:tasks.rados.rados.0.smithi029.stdout:830: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:22:50.064 INFO:tasks.rados.rados.0.smithi029.stdout:830: done (1 left) 2024-07-27T18:22:50.064 INFO:tasks.rados.rados.0.smithi029.stdout:831: done (0 left) 2024-07-27T18:22:50.064 INFO:tasks.rados.rados.0.smithi029.stdout:832: snap_remove snap 63 2024-07-27T18:22:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:49 smithi179 ceph-mon[33511]: pgmap v36: 121 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 119 active+clean; 226 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 6.0 MiB/s wr, 20 op/s 2024-07-27T18:22:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:49 smithi179 ceph-mon[33511]: osdmap e211: 8 total, 8 up, 8 in 2024-07-27T18:22:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:49 smithi179 ceph-mon[33511]: osdmap e212: 8 total, 8 up, 8 in 2024-07-27T18:22:50.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:49 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:49.942+0000 7f0dad0f1040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:22:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:49 smithi029 ceph-mon[29364]: pgmap v36: 121 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 119 active+clean; 226 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 6.0 MiB/s wr, 20 op/s 2024-07-27T18:22:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:49 smithi029 ceph-mon[29364]: osdmap e211: 8 total, 8 up, 8 in 2024-07-27T18:22:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:49 smithi029 ceph-mon[29364]: osdmap e212: 8 total, 8 up, 8 in 2024-07-27T18:22:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:49 smithi029 ceph-mon[40759]: pgmap v36: 121 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 119 active+clean; 226 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 6.0 MiB/s wr, 20 op/s 2024-07-27T18:22:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:49 smithi029 ceph-mon[40759]: osdmap e211: 8 total, 8 up, 8 in 2024-07-27T18:22:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:49 smithi029 ceph-mon[40759]: osdmap e212: 8 total, 8 up, 8 in 2024-07-27T18:22:50.497 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:50 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:50.393+0000 7f0dad0f1040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:22:50.805 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:50 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:50.736+0000 7f0dad0f1040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:22:50.901 INFO:tasks.rados.rados.0.smithi029.stdout:832: done (0 left) 2024-07-27T18:22:50.902 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 70 2024-07-27T18:22:50.902 INFO:tasks.rados.rados.0.smithi029.stdout:833: seq_num 274 ranges {6488064=598016,7086080=499712,7585792=745472,8331264=360448} 2024-07-27T18:22:50.941 INFO:tasks.rados.rados.0.smithi029.stdout:833: writing smithi02985406-17 from 6488064 to 7086080 tid 1 2024-07-27T18:22:50.943 INFO:tasks.rados.rados.0.smithi029.stdout:833: writing smithi02985406-17 from 7086080 to 7585792 tid 2 2024-07-27T18:22:50.947 INFO:tasks.rados.rados.0.smithi029.stdout:833: writing smithi02985406-17 from 7585792 to 8331264 tid 3 2024-07-27T18:22:50.951 INFO:tasks.rados.rados.0.smithi029.stdout:833: writing smithi02985406-17 from 8331264 to 8691712 tid 4 2024-07-27T18:22:50.951 INFO:tasks.rados.rados.0.smithi029.stdout:834: copy_from oid 46 from oid 19 current snap is 70 2024-07-27T18:22:50.951 INFO:tasks.rados.rados.0.smithi029.stdout:833: finishing write tid 1 to smithi02985406-17 2024-07-27T18:22:50.951 INFO:tasks.rados.rados.0.smithi029.stdout:833: finishing write tid 2 to smithi02985406-17 2024-07-27T18:22:50.951 INFO:tasks.rados.rados.0.smithi029.stdout:835: snap_remove snap 51 2024-07-27T18:22:51.159 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:50 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:50.803+0000 7f0dad0f1040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:22:51.159 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:50 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:50.969+0000 7f0dad0f1040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:22:51.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:51 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:51.311+0000 7f0dad0f1040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:22:51.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:51 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:51.374+0000 7f0dad0f1040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:22:51.849 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:51 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:51.579+0000 7f0dad0f1040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:22:51.849 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:51 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:51.729+0000 7f0dad0f1040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:22:51.849 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:51 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:51.796+0000 7f0dad0f1040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:22:51.906 INFO:tasks.rados.rados.0.smithi029.stdout:834: finishing copy_from to smithi02985406-46 2024-07-27T18:22:51.906 INFO:tasks.rados.rados.0.smithi029.stdout:834: got expected ENOENT (src dne) 2024-07-27T18:22:51.907 INFO:tasks.rados.rados.0.smithi029.stdout:834: finishing copy_from racing read to smithi02985406-46 2024-07-27T18:22:51.907 INFO:tasks.rados.rados.0.smithi029.stdout:833: finishing write tid 3 to smithi02985406-17 2024-07-27T18:22:51.907 INFO:tasks.rados.rados.0.smithi029.stdout:833: finishing write tid 4 to smithi02985406-17 2024-07-27T18:22:51.907 INFO:tasks.rados.rados.0.smithi029.stdout:833: finishing write tid 5 to smithi02985406-17 2024-07-27T18:22:51.907 INFO:tasks.rados.rados.0.smithi029.stdout:833: finishing write tid 6 to smithi02985406-17 2024-07-27T18:22:51.907 INFO:tasks.rados.rados.0.smithi029.stdout:833: oid 17 updating version 0 to 380 2024-07-27T18:22:51.908 INFO:tasks.rados.rados.0.smithi029.stdout:833: oid 17 version 380 is already newer than 379 2024-07-27T18:22:51.908 INFO:tasks.rados.rados.0.smithi029.stdout:833: oid 17 version 380 is already newer than 378 2024-07-27T18:22:51.908 INFO:tasks.rados.rados.0.smithi029.stdout:833: oid 17 version 380 is already newer than 377 2024-07-27T18:22:51.908 INFO:tasks.rados.rados.0.smithi029.stdout:833: oid 17 updating version 380 to 381 2024-07-27T18:22:51.908 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 381 (ObjNum 274 snap 70 seq_num 274) dirty exists 2024-07-27T18:22:51.908 INFO:tasks.rados.rados.0.smithi029.stdout:833: left oid 17 (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:22:51.908 INFO:tasks.rados.rados.0.smithi029.stdout:833: done (2 left) 2024-07-27T18:22:51.909 INFO:tasks.rados.rados.0.smithi029.stdout:834: done (1 left) 2024-07-27T18:22:51.909 INFO:tasks.rados.rados.0.smithi029.stdout:835: done (0 left) 2024-07-27T18:22:51.909 INFO:tasks.rados.rados.0.smithi029.stdout:836: copy_from oid 43 from oid 35 current snap is 70 2024-07-27T18:22:51.909 INFO:tasks.rados.rados.0.smithi029.stdout:837: copy_from oid 42 from oid 33 current snap is 70 2024-07-27T18:22:51.909 INFO:tasks.rados.rados.0.smithi029.stdout:838: setattr oid 27 current snap is 70 2024-07-27T18:22:51.910 INFO:tasks.rados.rados.0.smithi029.stdout:839: setattr oid 30 current snap is 70 2024-07-27T18:22:51.910 INFO:tasks.rados.rados.0.smithi029.stdout:840: snap_create 2024-07-27T18:22:51.917 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 489 (ObjNum 129 snap 0 seq_num 368383888) dirty exists 2024-07-27T18:22:51.919 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 213 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:22:51.922 INFO:tasks.rados.rados.0.smithi029.stdout:836: finishing copy_from racing read to smithi02985406-43 2024-07-27T18:22:51.927 INFO:tasks.rados.rados.0.smithi029.stdout:837: finishing copy_from racing read to smithi02985406-42 2024-07-27T18:22:51.929 INFO:tasks.rados.rados.0.smithi029.stdout:837: finishing copy_from to smithi02985406-42 2024-07-27T18:22:51.929 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 376 (ObjNum 239 snap 57 seq_num 239) dirty exists 2024-07-27T18:22:51.929 INFO:tasks.rados.rados.0.smithi029.stdout:836: finishing copy_from to smithi02985406-43 2024-07-27T18:22:51.929 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 144 (ObjNum 242 snap 58 seq_num 242) dirty exists 2024-07-27T18:22:52.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:51 smithi179 ceph-mon[33511]: pgmap v39: 121 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 119 active+clean; 226 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 6.0 MiB/s wr, 20 op/s 2024-07-27T18:22:52.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:51 smithi179 ceph-mon[33511]: osdmap e213: 8 total, 8 up, 8 in 2024-07-27T18:22:52.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:51 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:51.885+0000 7f0dad0f1040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:22:52.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:51 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:51.959+0000 7f0dad0f1040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:22:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:51 smithi029 ceph-mon[29364]: pgmap v39: 121 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 119 active+clean; 226 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 6.0 MiB/s wr, 20 op/s 2024-07-27T18:22:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:51 smithi029 ceph-mon[29364]: osdmap e213: 8 total, 8 up, 8 in 2024-07-27T18:22:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:51 smithi029 ceph-mon[40759]: pgmap v39: 121 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 119 active+clean; 226 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 6.0 MiB/s wr, 20 op/s 2024-07-27T18:22:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:51 smithi029 ceph-mon[40759]: osdmap e213: 8 total, 8 up, 8 in 2024-07-27T18:22:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:22:52] "GET /metrics HTTP/1.1" 200 36103 "" "Prometheus/2.43.0" 2024-07-27T18:22:52.809 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:52.528+0000 7f0dad0f1040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:22:52.809 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:52.699+0000 7f0dad0f1040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:22:52.809 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: [27/Jul/2024:18:22:52] ENGINE Bus STARTING 2024-07-27T18:22:52.809 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: CherryPy Checker: 2024-07-27T18:22:52.809 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: The Application mounted at '' has an empty config. 2024-07-27T18:22:52.809 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:22:52.809 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: [27/Jul/2024:18:22:52] ENGINE Serving on http://:::9283 2024-07-27T18:22:52.809 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: [27/Jul/2024:18:22:52] ENGINE Bus STARTED 2024-07-27T18:22:52.912 INFO:tasks.rados.rados.0.smithi029.stdout:836: done (4 left) 2024-07-27T18:22:52.912 INFO:tasks.rados.rados.0.smithi029.stdout:837: done (3 left) 2024-07-27T18:22:52.912 INFO:tasks.rados.rados.0.smithi029.stdout:838: done (2 left) 2024-07-27T18:22:52.912 INFO:tasks.rados.rados.0.smithi029.stdout:839: done (1 left) 2024-07-27T18:22:52.912 INFO:tasks.rados.rados.0.smithi029.stdout:840: done (0 left) 2024-07-27T18:22:52.913 INFO:tasks.rados.rados.0.smithi029.stdout:841: rollback oid 27 current snap is 71 2024-07-27T18:22:52.913 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 27 to 25 2024-07-27T18:22:52.913 INFO:tasks.rados.rados.0.smithi029.stdout:842: snap_remove snap 67 2024-07-27T18:22:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-mon[33511]: osdmap e214: 8 total, 8 up, 8 in 2024-07-27T18:22:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-mon[33511]: Standby manager daemon x restarted 2024-07-27T18:22:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-mon[33511]: Standby manager daemon x started 2024-07-27T18:22:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/17419607' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:22:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/17419607' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:22:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/17419607' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:22:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:52 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/17419607' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:22:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[40759]: osdmap e214: 8 total, 8 up, 8 in 2024-07-27T18:22:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[40759]: Standby manager daemon x restarted 2024-07-27T18:22:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[40759]: Standby manager daemon x started 2024-07-27T18:22:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/17419607' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:22:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/17419607' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:22:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/17419607' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:22:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/17419607' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:22:53.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[29364]: osdmap e214: 8 total, 8 up, 8 in 2024-07-27T18:22:53.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:53.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:53.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[29364]: Standby manager daemon x restarted 2024-07-27T18:22:53.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[29364]: Standby manager daemon x started 2024-07-27T18:22:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/17419607' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:22:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/17419607' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:22:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/17419607' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:22:53.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:52 smithi029 ceph-mon[29364]: from='mgr.? 172.21.15.179:0/17419607' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:22:53.915 INFO:tasks.rados.rados.0.smithi029.stdout:842: done (1 left) 2024-07-27T18:22:53.915 INFO:tasks.rados.rados.0.smithi029.stdout:843: copy_from oid 11 from oid 41 current snap is 71 2024-07-27T18:22:53.915 INFO:tasks.rados.rados.0.smithi029.stdout:841: finishing rollback tid 0 to smithi02985406-27 2024-07-27T18:22:53.915 INFO:tasks.rados.rados.0.smithi029.stdout:841: finishing rollback tid 1 to smithi02985406-27 2024-07-27T18:22:53.915 INFO:tasks.rados.rados.0.smithi029.stdout:841: finishing rollback tid 2 to smithi02985406-27 2024-07-27T18:22:53.915 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 503 (ObjNum 46 snap 0 seq_num 46) dirty exists 2024-07-27T18:22:53.916 INFO:tasks.rados.rados.0.smithi029.stdout:841: done (1 left) 2024-07-27T18:22:53.916 INFO:tasks.rados.rados.0.smithi029.stdout:844: copy_from oid 46 from oid 17 current snap is 71 2024-07-27T18:22:53.916 INFO:tasks.rados.rados.0.smithi029.stdout:845: delete oid 29 current snap is 71 2024-07-27T18:22:53.923 INFO:tasks.rados.rados.0.smithi029.stdout:845: done (2 left) 2024-07-27T18:22:53.923 INFO:tasks.rados.rados.0.smithi029.stdout:846: snap_remove snap 41 2024-07-27T18:22:54.133 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:53 smithi179 ceph-mon[33511]: pgmap v42: 121 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 119 active+clean; 226 MiB data, 821 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:22:54.133 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:53 smithi179 ceph-mon[33511]: osdmap e215: 8 total, 8 up, 8 in 2024-07-27T18:22:54.133 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:53 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:54.133 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:53 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:54.133 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:53 smithi179 ceph-mon[33511]: mgrmap e36: y(active, since 26s), standbys: x 2024-07-27T18:22:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:53 smithi029 ceph-mon[29364]: pgmap v42: 121 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 119 active+clean; 226 MiB data, 821 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:22:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:53 smithi029 ceph-mon[29364]: osdmap e215: 8 total, 8 up, 8 in 2024-07-27T18:22:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:53 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:53 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:53 smithi029 ceph-mon[29364]: mgrmap e36: y(active, since 26s), standbys: x 2024-07-27T18:22:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:53 smithi029 ceph-mon[40759]: pgmap v42: 121 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 119 active+clean; 226 MiB data, 821 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:22:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:53 smithi029 ceph-mon[40759]: osdmap e215: 8 total, 8 up, 8 in 2024-07-27T18:22:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:53 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:53 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:53 smithi029 ceph-mon[40759]: mgrmap e36: y(active, since 26s), standbys: x 2024-07-27T18:22:54.928 INFO:tasks.rados.rados.0.smithi029.stdout:843: finishing copy_from racing read to smithi02985406-11 2024-07-27T18:22:54.928 INFO:tasks.rados.rados.0.smithi029.stdout:844: finishing copy_from racing read to smithi02985406-46 2024-07-27T18:22:54.928 INFO:tasks.rados.rados.0.smithi029.stdout:844: finishing copy_from to smithi02985406-46 2024-07-27T18:22:54.928 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 381 (ObjNum 274 snap 70 seq_num 274) dirty exists 2024-07-27T18:22:54.928 INFO:tasks.rados.rados.0.smithi029.stdout:843: finishing copy_from to smithi02985406-11 2024-07-27T18:22:54.928 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 85 (ObjNum 211 snap 55 seq_num 211) dirty exists 2024-07-27T18:22:54.929 INFO:tasks.rados.rados.0.smithi029.stdout:843: done (2 left) 2024-07-27T18:22:54.929 INFO:tasks.rados.rados.0.smithi029.stdout:844: done (1 left) 2024-07-27T18:22:54.929 INFO:tasks.rados.rados.0.smithi029.stdout:846: done (0 left) 2024-07-27T18:22:54.929 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 31 current snap is 71 2024-07-27T18:22:54.929 INFO:tasks.rados.rados.0.smithi029.stdout:847: seq_num 276 ranges {303104=630784,933888=671744,1605632=704512,2310144=229376} 2024-07-27T18:22:54.934 INFO:tasks.rados.rados.0.smithi029.stdout:847: writing smithi02985406-31 from 303104 to 933888 tid 1 2024-07-27T18:22:54.939 INFO:tasks.rados.rados.0.smithi029.stdout:847: writing smithi02985406-31 from 933888 to 1605632 tid 2 2024-07-27T18:22:54.944 INFO:tasks.rados.rados.0.smithi029.stdout:847: writing smithi02985406-31 from 1605632 to 2310144 tid 3 2024-07-27T18:22:54.946 INFO:tasks.rados.rados.0.smithi029.stdout:847: writing smithi02985406-31 from 2310144 to 2539520 tid 4 2024-07-27T18:22:54.946 INFO:tasks.rados.rados.0.smithi029.stdout:848: delete oid 29 current snap is 71 2024-07-27T18:22:54.946 INFO:tasks.rados.rados.0.smithi029.stdout:847: finishing write tid 1 to smithi02985406-31 2024-07-27T18:22:54.948 INFO:tasks.rados.rados.0.smithi029.stdout:848: done (1 left) 2024-07-27T18:22:54.948 INFO:tasks.rados.rados.0.smithi029.stdout:849: snap_remove snap 70 2024-07-27T18:22:55.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:54 smithi179 ceph-mon[33511]: osdmap e216: 8 total, 8 up, 8 in 2024-07-27T18:22:55.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:54 smithi029 ceph-mon[29364]: osdmap e216: 8 total, 8 up, 8 in 2024-07-27T18:22:55.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:54 smithi029 ceph-mon[40759]: osdmap e216: 8 total, 8 up, 8 in 2024-07-27T18:22:55.932 INFO:tasks.rados.rados.0.smithi029.stdout:847: finishing write tid 2 to smithi02985406-31 2024-07-27T18:22:55.932 INFO:tasks.rados.rados.0.smithi029.stdout:847: finishing write tid 3 to smithi02985406-31 2024-07-27T18:22:55.932 INFO:tasks.rados.rados.0.smithi029.stdout:847: finishing write tid 4 to smithi02985406-31 2024-07-27T18:22:55.932 INFO:tasks.rados.rados.0.smithi029.stdout:847: finishing write tid 5 to smithi02985406-31 2024-07-27T18:22:55.932 INFO:tasks.rados.rados.0.smithi029.stdout:847: finishing write tid 6 to smithi02985406-31 2024-07-27T18:22:55.932 INFO:tasks.rados.rados.0.smithi029.stdout:847: oid 31 updating version 0 to 414 2024-07-27T18:22:55.932 INFO:tasks.rados.rados.0.smithi029.stdout:847: oid 31 updating version 414 to 416 2024-07-27T18:22:55.933 INFO:tasks.rados.rados.0.smithi029.stdout:847: oid 31 version 416 is already newer than 415 2024-07-27T18:22:55.933 INFO:tasks.rados.rados.0.smithi029.stdout:847: oid 31 version 416 is already newer than 409 2024-07-27T18:22:55.933 INFO:tasks.rados.rados.0.smithi029.stdout:847: oid 31 version 416 is already newer than 408 2024-07-27T18:22:55.933 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 416 (ObjNum 276 snap 71 seq_num 276) dirty exists 2024-07-27T18:22:55.933 INFO:tasks.rados.rados.0.smithi029.stdout:847: left oid 31 (ObjNum 276 snap 71 seq_num 276) 2024-07-27T18:22:55.933 INFO:tasks.rados.rados.0.smithi029.stdout:847: done (1 left) 2024-07-27T18:22:55.933 INFO:tasks.rados.rados.0.smithi029.stdout:849: done (0 left) 2024-07-27T18:22:55.933 INFO:tasks.rados.rados.0.smithi029.stdout:850: read oid 14 snap -1 2024-07-27T18:22:55.933 INFO:tasks.rados.rados.0.smithi029.stdout:850: expect (ObjNum 232 snap 57 seq_num 232) 2024-07-27T18:22:55.933 INFO:tasks.rados.rados.0.smithi029.stdout:851: snap_remove snap 60 2024-07-27T18:22:56.133 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:55 smithi179 ceph-mon[33511]: pgmap v45: 121 pgs: 121 active+clean; 247 MiB data, 875 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 5.7 MiB/s wr, 37 op/s 2024-07-27T18:22:56.133 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:55 smithi179 ceph-mon[33511]: osdmap e217: 8 total, 8 up, 8 in 2024-07-27T18:22:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:55 smithi029 ceph-mon[29364]: pgmap v45: 121 pgs: 121 active+clean; 247 MiB data, 875 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 5.7 MiB/s wr, 37 op/s 2024-07-27T18:22:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:55 smithi029 ceph-mon[29364]: osdmap e217: 8 total, 8 up, 8 in 2024-07-27T18:22:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:55 smithi029 ceph-mon[40759]: pgmap v45: 121 pgs: 121 active+clean; 247 MiB data, 875 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 5.7 MiB/s wr, 37 op/s 2024-07-27T18:22:56.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:55 smithi029 ceph-mon[40759]: osdmap e217: 8 total, 8 up, 8 in 2024-07-27T18:22:56.935 INFO:tasks.rados.rados.0.smithi029.stdout:851: done (1 left) 2024-07-27T18:22:56.935 INFO:tasks.rados.rados.0.smithi029.stdout:852: read oid 32 snap -1 2024-07-27T18:22:56.935 INFO:tasks.rados.rados.0.smithi029.stdout:852: expect deleted 2024-07-27T18:22:56.935 INFO:tasks.rados.rados.0.smithi029.stdout:853: rollback oid 45 current snap is 71 2024-07-27T18:22:56.935 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 45 to 36 2024-07-27T18:22:56.935 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 71 2024-07-27T18:22:56.935 INFO:tasks.rados.rados.0.smithi029.stdout:854: seq_num 278 ranges {0=663552,663552=442368,1105920=720896,1826816=442368} 2024-07-27T18:22:56.938 INFO:tasks.rados.rados.0.smithi029.stdout:854: writing smithi02985406-3 from 0 to 663552 tid 1 2024-07-27T18:22:56.941 INFO:tasks.rados.rados.0.smithi029.stdout:854: writing smithi02985406-3 from 663552 to 1105920 tid 2 2024-07-27T18:22:56.947 INFO:tasks.rados.rados.0.smithi029.stdout:854: writing smithi02985406-3 from 1105920 to 1826816 tid 3 2024-07-27T18:22:56.951 INFO:tasks.rados.rados.0.smithi029.stdout:854: writing smithi02985406-3 from 1826816 to 2269184 tid 4 2024-07-27T18:22:56.951 INFO:tasks.rados.rados.0.smithi029.stdout:855: read oid 9 snap -1 2024-07-27T18:22:56.951 INFO:tasks.rados.rados.0.smithi029.stdout:855: expect deleted 2024-07-27T18:22:56.951 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 71 2024-07-27T18:22:56.951 INFO:tasks.rados.rados.0.smithi029.stdout:850: expect (ObjNum 232 snap 57 seq_num 232) 2024-07-27T18:22:56.965 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: osdmap e218: 8 total, 8 up, 8 in 2024-07-27T18:22:56.965 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:56.965 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:56.965 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: Upgrade: Setting container_image for all mgr 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-07-27T18:22:56.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-07-27T18:22:56.967 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[40759]: Upgrade: It appears safe to stop mon.a 2024-07-27T18:22:56.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: osdmap e218: 8 total, 8 up, 8 in 2024-07-27T18:22:56.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:56.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:56.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:56.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:22:56.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:56.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:56.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:22:56.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: Upgrade: Setting container_image for all mgr 2024-07-27T18:22:56.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:56.967 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-07-27T18:22:56.968 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-07-27T18:22:56.968 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-07-27T18:22:56.968 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-07-27T18:22:56.968 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-07-27T18:22:56.968 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-07-27T18:22:56.968 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-07-27T18:22:56.968 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-07-27T18:22:56.968 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:56 smithi029 ceph-mon[29364]: Upgrade: It appears safe to stop mon.a 2024-07-27T18:22:56.993 INFO:tasks.rados.rados.0.smithi029.stdout:853: finishing rollback tid 0 to smithi02985406-45 2024-07-27T18:22:56.993 INFO:tasks.rados.rados.0.smithi029.stdout:854: finishing write tid 1 to smithi02985406-3 2024-07-27T18:22:56.993 INFO:tasks.rados.rados.0.smithi029.stdout:854: finishing write tid 2 to smithi02985406-3 2024-07-27T18:22:56.993 INFO:tasks.rados.rados.0.smithi029.stdout:853: finishing rollback tid 1 to smithi02985406-45 2024-07-27T18:22:56.993 INFO:tasks.rados.rados.0.smithi029.stdout:856: seq_num 279 ranges {1949696=679936,2629632=720896,3350528=483328,3833856=401408} 2024-07-27T18:22:57.007 INFO:tasks.rados.rados.0.smithi029.stdout:856: writing smithi02985406-25 from 1949696 to 2629632 tid 1 2024-07-27T18:22:57.011 INFO:tasks.rados.rados.0.smithi029.stdout:856: writing smithi02985406-25 from 2629632 to 3350528 tid 2 2024-07-27T18:22:57.014 INFO:tasks.rados.rados.0.smithi029.stdout:856: writing smithi02985406-25 from 3350528 to 3833856 tid 3 2024-07-27T18:22:57.017 INFO:tasks.rados.rados.0.smithi029.stdout:856: writing smithi02985406-25 from 3833856 to 4235264 tid 4 2024-07-27T18:22:57.017 INFO:tasks.rados.rados.0.smithi029.stdout:850: done (5 left) 2024-07-27T18:22:57.017 INFO:tasks.rados.rados.0.smithi029.stdout:852: done (4 left) 2024-07-27T18:22:57.017 INFO:tasks.rados.rados.0.smithi029.stdout:857: rollback oid 5 current snap is 71 2024-07-27T18:22:57.017 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 5 to 52 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:853: finishing rollback tid 2 to smithi02985406-45 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 426 (ObjNum 91 snap 13 seq_num 91) dirty exists 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:854: finishing write tid 3 to smithi02985406-3 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:854: finishing write tid 4 to smithi02985406-3 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:854: finishing write tid 5 to smithi02985406-3 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:854: finishing write tid 6 to smithi02985406-3 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:854: oid 3 updating version 0 to 361 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:854: oid 3 version 361 is already newer than 359 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:854: oid 3 version 361 is already newer than 358 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:854: oid 3 version 361 is already newer than 360 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:854: oid 3 updating version 361 to 362 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 362 (ObjNum 278 snap 71 seq_num 278) dirty exists 2024-07-27T18:22:57.018 INFO:tasks.rados.rados.0.smithi029.stdout:854: left oid 3 (ObjNum 278 snap 71 seq_num 278) 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:856: finishing write tid 1 to smithi02985406-25 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:856: finishing write tid 2 to smithi02985406-25 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:853: done (4 left) 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:854: done (3 left) 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:855: done (2 left) 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:858: read oid 17 snap -1 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:858: expect (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:859: copy_from oid 29 from oid 38 current snap is 71 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:856: finishing write tid 3 to smithi02985406-25 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:860: rmattr oid 46 current snap is 71 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:860: done (4 left) 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:861: rollback oid 47 current snap is 71 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 47 to 65 2024-07-27T18:22:57.019 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 33 current snap is 71 2024-07-27T18:22:57.020 INFO:tasks.rados.rados.0.smithi029.stdout:862: seq_num 280 ranges {2891776=696320,3588096=606208,4194304=688128,4882432=311296} 2024-07-27T18:22:57.038 INFO:tasks.rados.rados.0.smithi029.stdout:862: writing smithi02985406-33 from 2891776 to 3588096 tid 1 2024-07-27T18:22:57.042 INFO:tasks.rados.rados.0.smithi029.stdout:862: writing smithi02985406-33 from 3588096 to 4194304 tid 2 2024-07-27T18:22:57.046 INFO:tasks.rados.rados.0.smithi029.stdout:862: writing smithi02985406-33 from 4194304 to 4882432 tid 3 2024-07-27T18:22:57.049 INFO:tasks.rados.rados.0.smithi029.stdout:862: writing smithi02985406-33 from 4882432 to 5193728 tid 4 2024-07-27T18:22:57.049 INFO:tasks.rados.rados.0.smithi029.stdout:863: read oid 22 snap -1 2024-07-27T18:22:57.049 INFO:tasks.rados.rados.0.smithi029.stdout:863: expect (ObjNum 238 snap 57 seq_num 238) 2024-07-27T18:22:57.049 INFO:tasks.rados.rados.0.smithi029.stdout:864: copy_from oid 8 from oid 31 current snap is 71 2024-07-27T18:22:57.049 INFO:tasks.rados.rados.0.smithi029.stdout:856: finishing write tid 4 to smithi02985406-25 2024-07-27T18:22:57.050 INFO:tasks.rados.rados.0.smithi029.stdout:856: finishing write tid 5 to smithi02985406-25 2024-07-27T18:22:57.050 INFO:tasks.rados.rados.0.smithi029.stdout:861: finishing rollback tid 0 to smithi02985406-47 2024-07-27T18:22:57.050 INFO:tasks.rados.rados.0.smithi029.stdout:865: rollback oid 34 current snap is 71 2024-07-27T18:22:57.050 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 34 to 65 2024-07-27T18:22:57.050 INFO:tasks.rados.rados.0.smithi029.stdout:857: finishing rollback tid 0 to smithi02985406-5 2024-07-27T18:22:57.050 INFO:tasks.rados.rados.0.smithi029.stdout:857: finishing rollback tid 1 to smithi02985406-5 2024-07-27T18:22:57.050 INFO:tasks.rados.rados.0.smithi029.stdout:861: finishing rollback tid 1 to smithi02985406-47 2024-07-27T18:22:57.050 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 494 (ObjNum 4113 snap 0 seq_num 4294967295) dirty dne 2024-07-27T18:22:57.050 INFO:tasks.rados.rados.0.smithi029.stdout:857: finishing rollback tid 2 to smithi02985406-5 2024-07-27T18:22:57.050 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 533 (ObjNum 129 snap 0 seq_num 368443176) dirty exists 2024-07-27T18:22:57.050 INFO:tasks.rados.rados.0.smithi029.stdout:856: finishing write tid 6 to smithi02985406-25 2024-07-27T18:22:57.050 INFO:tasks.rados.rados.0.smithi029.stdout:856: oid 25 updating version 0 to 488 2024-07-27T18:22:57.051 INFO:tasks.rados.rados.0.smithi029.stdout:856: oid 25 updating version 488 to 490 2024-07-27T18:22:57.051 INFO:tasks.rados.rados.0.smithi029.stdout:856: oid 25 updating version 490 to 491 2024-07-27T18:22:57.051 INFO:tasks.rados.rados.0.smithi029.stdout:856: oid 25 version 491 is already newer than 487 2024-07-27T18:22:57.051 INFO:tasks.rados.rados.0.smithi029.stdout:856: oid 25 version 491 is already newer than 489 2024-07-27T18:22:57.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 491 (ObjNum 279 snap 71 seq_num 279) dirty exists 2024-07-27T18:22:57.051 INFO:tasks.rados.rados.0.smithi029.stdout:856: left oid 25 (ObjNum 279 snap 71 seq_num 279) 2024-07-27T18:22:57.051 INFO:tasks.rados.rados.0.smithi029.stdout:858: expect (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:22:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: osdmap e218: 8 total, 8 up, 8 in 2024-07-27T18:22:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:22:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:22:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:22:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: Upgrade: Setting container_image for all mgr 2024-07-27T18:22:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-07-27T18:22:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-07-27T18:22:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-07-27T18:22:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-07-27T18:22:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-07-27T18:22:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-07-27T18:22:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-07-27T18:22:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-07-27T18:22:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:56 smithi179 ceph-mon[33511]: Upgrade: It appears safe to stop mon.a 2024-07-27T18:22:57.498 INFO:tasks.rados.rados.0.smithi029.stdout:859: finishing copy_from racing read to smithi02985406-29 2024-07-27T18:22:57.498 INFO:tasks.rados.rados.0.smithi029.stdout:859: finishing copy_from to smithi02985406-29 2024-07-27T18:22:57.498 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 357 (ObjNum 230 snap 57 seq_num 230) dirty exists 2024-07-27T18:22:57.498 INFO:tasks.rados.rados.0.smithi029.stdout:856: done (8 left) 2024-07-27T18:22:57.498 INFO:tasks.rados.rados.0.smithi029.stdout:857: done (7 left) 2024-07-27T18:22:57.498 INFO:tasks.rados.rados.0.smithi029.stdout:858: done (6 left) 2024-07-27T18:22:57.499 INFO:tasks.rados.rados.0.smithi029.stdout:859: done (5 left) 2024-07-27T18:22:57.499 INFO:tasks.rados.rados.0.smithi029.stdout:861: done (4 left) 2024-07-27T18:22:57.499 INFO:tasks.rados.rados.0.smithi029.stdout:866: snap_remove snap 50 2024-07-27T18:22:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:57 smithi029 ceph-mon[40759]: pgmap v48: 121 pgs: 121 active+clean; 247 MiB data, 875 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 5.7 MiB/s wr, 37 op/s 2024-07-27T18:22:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:57 smithi029 ceph-mon[40759]: osdmap e219: 8 total, 8 up, 8 in 2024-07-27T18:22:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:57 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:22:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:57 smithi029 ceph-mon[29364]: pgmap v48: 121 pgs: 121 active+clean; 247 MiB data, 875 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 5.7 MiB/s wr, 37 op/s 2024-07-27T18:22:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:57 smithi029 ceph-mon[29364]: osdmap e219: 8 total, 8 up, 8 in 2024-07-27T18:22:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:57 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:22:58.321 INFO:tasks.rados.rados.0.smithi029.stdout:866: done (4 left) 2024-07-27T18:22:58.321 INFO:tasks.rados.rados.0.smithi029.stdout:867: read oid 29 snap -1 2024-07-27T18:22:58.321 INFO:tasks.rados.rados.0.smithi029.stdout:867: expect (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:22:58.321 INFO:tasks.rados.rados.0.smithi029.stdout:868: snap_create 2024-07-27T18:22:58.323 INFO:tasks.rados.rados.0.smithi029.stdout:862: finishing write tid 1 to smithi02985406-33 2024-07-27T18:22:58.323 INFO:tasks.rados.rados.0.smithi029.stdout:865: finishing rollback tid 0 to smithi02985406-34 2024-07-27T18:22:58.323 INFO:tasks.rados.rados.0.smithi029.stdout:865: finishing rollback tid 1 to smithi02985406-34 2024-07-27T18:22:58.323 INFO:tasks.rados.rados.0.smithi029.stdout:865: finishing rollback tid 2 to smithi02985406-34 2024-07-27T18:22:58.323 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 288 (ObjNum 180 snap 41 seq_num 180) dirty exists 2024-07-27T18:22:58.323 INFO:tasks.rados.rados.0.smithi029.stdout:862: finishing write tid 2 to smithi02985406-33 2024-07-27T18:22:58.323 INFO:tasks.rados.rados.0.smithi029.stdout:862: finishing write tid 3 to smithi02985406-33 2024-07-27T18:22:58.323 INFO:tasks.rados.rados.0.smithi029.stdout:862: finishing write tid 4 to smithi02985406-33 2024-07-27T18:22:58.323 INFO:tasks.rados.rados.0.smithi029.stdout:862: finishing write tid 5 to smithi02985406-33 2024-07-27T18:22:58.324 INFO:tasks.rados.rados.0.smithi029.stdout:862: finishing write tid 6 to smithi02985406-33 2024-07-27T18:22:58.324 INFO:tasks.rados.rados.0.smithi029.stdout:862: oid 33 updating version 0 to 386 2024-07-27T18:22:58.324 INFO:tasks.rados.rados.0.smithi029.stdout:862: oid 33 version 386 is already newer than 385 2024-07-27T18:22:58.324 INFO:tasks.rados.rados.0.smithi029.stdout:862: oid 33 version 386 is already newer than 383 2024-07-27T18:22:58.324 INFO:tasks.rados.rados.0.smithi029.stdout:862: oid 33 updating version 386 to 387 2024-07-27T18:22:58.324 INFO:tasks.rados.rados.0.smithi029.stdout:862: oid 33 version 387 is already newer than 384 2024-07-27T18:22:58.324 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 387 (ObjNum 280 snap 71 seq_num 280) dirty exists 2024-07-27T18:22:58.324 INFO:tasks.rados.rados.0.smithi029.stdout:862: left oid 33 (ObjNum 280 snap 71 seq_num 280) 2024-07-27T18:22:58.324 INFO:tasks.rados.rados.0.smithi029.stdout:863: expect (ObjNum 238 snap 57 seq_num 238) 2024-07-27T18:22:58.409 INFO:tasks.rados.rados.0.smithi029.stdout:864: finishing copy_from racing read to smithi02985406-8 2024-07-27T18:22:58.410 INFO:tasks.rados.rados.0.smithi029.stdout:864: finishing copy_from to smithi02985406-8 2024-07-27T18:22:58.410 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 416 (ObjNum 276 snap 71 seq_num 276) dirty exists 2024-07-27T18:22:58.410 INFO:tasks.rados.rados.0.smithi029.stdout:867: expect (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:22:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:57 smithi179 ceph-mon[33511]: pgmap v48: 121 pgs: 121 active+clean; 247 MiB data, 875 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 5.7 MiB/s wr, 37 op/s 2024-07-27T18:22:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:57 smithi179 ceph-mon[33511]: osdmap e219: 8 total, 8 up, 8 in 2024-07-27T18:22:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:57 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:22:59.325 INFO:tasks.rados.rados.0.smithi029.stdout:862: done (5 left) 2024-07-27T18:22:59.325 INFO:tasks.rados.rados.0.smithi029.stdout:863: done (4 left) 2024-07-27T18:22:59.325 INFO:tasks.rados.rados.0.smithi029.stdout:864: done (3 left) 2024-07-27T18:22:59.326 INFO:tasks.rados.rados.0.smithi029.stdout:865: done (2 left) 2024-07-27T18:22:59.326 INFO:tasks.rados.rados.0.smithi029.stdout:867: done (1 left) 2024-07-27T18:22:59.326 INFO:tasks.rados.rados.0.smithi029.stdout:868: done (0 left) 2024-07-27T18:22:59.326 INFO:tasks.rados.rados.0.smithi029.stdout:869: rollback oid 21 current snap is 72 2024-07-27T18:22:59.326 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 21 to 52 2024-07-27T18:22:59.327 INFO:tasks.rados.rados.0.smithi029.stdout:870: copy_from oid 28 from oid 37 current snap is 72 2024-07-27T18:22:59.327 INFO:tasks.rados.rados.0.smithi029.stdout:871: delete oid 1 current snap is 72 2024-07-27T18:22:59.329 INFO:tasks.rados.rados.0.smithi029.stdout:871: done (2 left) 2024-07-27T18:22:59.329 INFO:tasks.rados.rados.0.smithi029.stdout:872: delete oid 20 current snap is 72 2024-07-27T18:22:59.331 INFO:tasks.rados.rados.0.smithi029.stdout:870: finishing copy_from racing read to smithi02985406-28 2024-07-27T18:22:59.332 INFO:tasks.rados.rados.0.smithi029.stdout:869: finishing rollback tid 0 to smithi02985406-21 2024-07-27T18:22:59.333 INFO:tasks.rados.rados.0.smithi029.stdout:869: finishing rollback tid 1 to smithi02985406-21 2024-07-27T18:22:59.333 INFO:tasks.rados.rados.0.smithi029.stdout:869: finishing rollback tid 2 to smithi02985406-21 2024-07-27T18:22:59.333 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 136 (ObjNum 176 snap 41 seq_num 176) dirty exists 2024-07-27T18:22:59.334 INFO:tasks.rados.rados.0.smithi029.stdout:870: finishing copy_from to smithi02985406-28 2024-07-27T18:22:59.334 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 358 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:22:59.334 INFO:tasks.rados.rados.0.smithi029.stdout:869: done (2 left) 2024-07-27T18:22:59.335 INFO:tasks.rados.rados.0.smithi029.stdout:870: done (1 left) 2024-07-27T18:22:59.335 INFO:tasks.rados.rados.0.smithi029.stdout:872: done (0 left) 2024-07-27T18:22:59.335 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 72 2024-07-27T18:22:59.335 INFO:tasks.rados.rados.0.smithi029.stdout:873: seq_num 283 ranges {0=745472,745472=712704,1458176=458752,1916928=434176} 2024-07-27T18:22:59.338 INFO:tasks.rados.rados.0.smithi029.stdout:873: writing smithi02985406-28 from 0 to 745472 tid 1 2024-07-27T18:22:59.342 INFO:tasks.rados.rados.0.smithi029.stdout:873: writing smithi02985406-28 from 745472 to 1458176 tid 2 2024-07-27T18:22:59.344 INFO:tasks.rados.rados.0.smithi029.stdout:873: writing smithi02985406-28 from 1458176 to 1916928 tid 3 2024-07-27T18:22:59.347 INFO:tasks.rados.rados.0.smithi029.stdout:873: writing smithi02985406-28 from 1916928 to 2351104 tid 4 2024-07-27T18:22:59.348 INFO:tasks.rados.rados.0.smithi029.stdout:874: rmattr oid 34 current snap is 72 2024-07-27T18:22:59.348 INFO:tasks.rados.rados.0.smithi029.stdout:874: done (1 left) 2024-07-27T18:22:59.348 INFO:tasks.rados.rados.0.smithi029.stdout:875: snap_create 2024-07-27T18:22:59.348 INFO:tasks.rados.rados.0.smithi029.stdout:873: finishing write tid 1 to smithi02985406-28 2024-07-27T18:22:59.348 INFO:tasks.rados.rados.0.smithi029.stdout:873: finishing write tid 2 to smithi02985406-28 2024-07-27T18:22:59.348 INFO:tasks.rados.rados.0.smithi029.stdout:873: finishing write tid 3 to smithi02985406-28 2024-07-27T18:22:59.349 INFO:tasks.rados.rados.0.smithi029.stdout:873: finishing write tid 4 to smithi02985406-28 2024-07-27T18:22:59.349 INFO:tasks.rados.rados.0.smithi029.stdout:873: finishing write tid 5 to smithi02985406-28 2024-07-27T18:22:59.352 INFO:tasks.rados.rados.0.smithi029.stdout:873: finishing write tid 6 to smithi02985406-28 2024-07-27T18:22:59.352 INFO:tasks.rados.rados.0.smithi029.stdout:873: oid 28 updating version 0 to 514 2024-07-27T18:22:59.352 INFO:tasks.rados.rados.0.smithi029.stdout:873: oid 28 updating version 514 to 515 2024-07-27T18:22:59.352 INFO:tasks.rados.rados.0.smithi029.stdout:873: oid 28 version 515 is already newer than 512 2024-07-27T18:22:59.352 INFO:tasks.rados.rados.0.smithi029.stdout:873: oid 28 version 515 is already newer than 513 2024-07-27T18:22:59.352 INFO:tasks.rados.rados.0.smithi029.stdout:873: oid 28 version 515 is already newer than 511 2024-07-27T18:22:59.352 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 515 (ObjNum 283 snap 72 seq_num 283) dirty exists 2024-07-27T18:22:59.352 INFO:tasks.rados.rados.0.smithi029.stdout:873: left oid 28 (ObjNum 283 snap 72 seq_num 283) 2024-07-27T18:22:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[40759]: Upgrade: Updating mon.a 2024-07-27T18:22:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:22:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:22:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[40759]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[40759]: Deploying daemon mon.a on smithi029 2024-07-27T18:22:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[40759]: osdmap e220: 8 total, 8 up, 8 in 2024-07-27T18:22:59.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[29364]: Upgrade: Updating mon.a 2024-07-27T18:22:59.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[29364]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:59.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:22:59.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:22:59.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[29364]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:59.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[29364]: Deploying daemon mon.a on smithi029 2024-07-27T18:22:59.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:59 smithi029 ceph-mon[29364]: osdmap e220: 8 total, 8 up, 8 in 2024-07-27T18:22:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:59 smithi179 ceph-mon[33511]: Upgrade: Updating mon.a 2024-07-27T18:22:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:59 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='mgr.y' 2024-07-27T18:22:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:59 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:22:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:59 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:22:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:59 smithi179 ceph-mon[33511]: from='mgr.24953 172.21.15.29:0/1230501318' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:22:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:59 smithi179 ceph-mon[33511]: Deploying daemon mon.a on smithi029 2024-07-27T18:22:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:22:59 smithi179 ceph-mon[33511]: osdmap e220: 8 total, 8 up, 8 in 2024-07-27T18:22:59.842 INFO:tasks.rados.rados.0.smithi029.stdout:873: done (1 left) 2024-07-27T18:22:59.842 INFO:tasks.rados.rados.0.smithi029.stdout:875: done (0 left) 2024-07-27T18:22:59.843 INFO:tasks.rados.rados.0.smithi029.stdout:876: rmattr oid 35 current snap is 73 2024-07-27T18:22:59.843 INFO:tasks.rados.rados.0.smithi029.stdout:876: done (0 left) 2024-07-27T18:22:59.843 INFO:tasks.rados.rados.0.smithi029.stdout:877: read oid 27 snap -1 2024-07-27T18:22:59.843 INFO:tasks.rados.rados.0.smithi029.stdout:877: expect (ObjNum 46 snap 0 seq_num 46) 2024-07-27T18:22:59.843 INFO:tasks.rados.rados.0.smithi029.stdout:878: setattr oid 18 current snap is 73 2024-07-27T18:22:59.843 INFO:tasks.rados.rados.0.smithi029.stdout:879: rollback oid 25 current snap is 73 2024-07-27T18:22:59.843 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 25 to 68 2024-07-27T18:22:59.843 INFO:tasks.rados.rados.0.smithi029.stdout:880: snap_remove snap 52 2024-07-27T18:23:00.226 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:22:59 smithi029 systemd[1]: Stopping Ceph mon.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:23:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a[29341]: 2024-07-27T18:23:00.223+0000 7fd7f91a6640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:23:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a[29341]: 2024-07-27T18:23:00.223+0000 7fd7f91a6640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-07-27T18:23:00.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:00 smithi029 podman[96668]: 2024-07-27 18:23:00.265143504 +0000 UTC m=+0.143410478 container died 7d9e2dece8bae81564e6f4431550f3d52f791f1cd14380a9773a2390379acbd0 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-a3bbd72, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716) 2024-07-27T18:23:00.896 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:00 smithi029 podman[96668]: 2024-07-27 18:23:00.692855656 +0000 UTC m=+0.571122617 container cleanup 7d9e2dece8bae81564e6f4431550f3d52f791f1cd14380a9773a2390379acbd0 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=reef-a3bbd72, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-07-27T18:23:00.897 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:00 smithi029 bash[96668]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a 2024-07-27T18:23:01.157 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:00 smithi029 podman[96684]: 2024-07-27 18:23:00.895530269 +0000 UTC m=+0.629580237 container remove 7d9e2dece8bae81564e6f4431550f3d52f791f1cd14380a9773a2390379acbd0 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, RELEASE=reef-a3bbd72, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-07-27T18:23:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.a.service: Deactivated successfully. 2024-07-27T18:23:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 systemd[1]: Stopped Ceph mon.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:23:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.a.service: Consumed 14.727s CPU time. 2024-07-27T18:23:01.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 systemd[1]: Starting Ceph mon.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:23:01.863 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 podman[96832]: 2024-07-27 18:23:01.483758875 +0000 UTC m=+0.017543980 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:23:01.863 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 podman[96832]: 2024-07-27 18:23:01.616216544 +0000 UTC m=+0.150001678 container create a9cab70e9016dc6eace22974e1844a2479e0b0dc9049b754c79993334e37dadf (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-07-27T18:23:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 podman[96832]: 2024-07-27 18:23:01.862094565 +0000 UTC m=+0.395879665 container init a9cab70e9016dc6eace22974e1844a2479e0b0dc9049b754c79993334e37dadf (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.build-date=20240716) 2024-07-27T18:23:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 podman[96832]: 2024-07-27 18:23:01.866808665 +0000 UTC m=+0.400593753 container start a9cab70e9016dc6eace22974e1844a2479e0b0dc9049b754c79993334e37dadf (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:23:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: set uid:gid to 167:167 (ceph:ceph) 2024-07-27T18:23:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc), process ceph-mon, pid 7 2024-07-27T18:23:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: pidfile_write: ignore empty --pid-file 2024-07-27T18:23:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: load: jerasure load: lrc 2024-07-27T18:23:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: RocksDB version: 7.9.2 2024-07-27T18:23:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Git sha 0 2024-07-27T18:23:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Compile date 2024-07-24 15:40:32 2024-07-27T18:23:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: DB SUMMARY 2024-07-27T18:23:02.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: DB Session ID: TNJSUDCFR9U7ZBV0ZGS2 2024-07-27T18:23:02.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: CURRENT file: CURRENT 2024-07-27T18:23:02.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: IDENTITY file: IDENTITY 2024-07-27T18:23:02.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: MANIFEST file: MANIFEST-000015 size: 1518 Bytes 2024-07-27T18:23:02.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000032.sst 2024-07-27T18:23:02.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000030.log size: 4117370 ; 2024-07-27T18:23:02.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.error_if_exists: 0 2024-07-27T18:23:02.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.create_if_missing: 0 2024-07-27T18:23:02.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.paranoid_checks: 1 2024-07-27T18:23:02.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.flush_verify_memtable_count: 1 2024-07-27T18:23:02.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-27T18:23:02.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-27T18:23:02.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.env: 0x5644e45247a0 2024-07-27T18:23:02.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.fs: PosixFileSystem 2024-07-27T18:23:02.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.info_log: 0x5644e4f914a0 2024-07-27T18:23:02.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_file_opening_threads: 16 2024-07-27T18:23:02.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.statistics: (nil) 2024-07-27T18:23:02.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.use_fsync: 0 2024-07-27T18:23:02.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_log_file_size: 0 2024-07-27T18:23:02.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-27T18:23:02.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.log_file_time_to_roll: 0 2024-07-27T18:23:02.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.keep_log_file_num: 1000 2024-07-27T18:23:02.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.recycle_log_file_num: 0 2024-07-27T18:23:02.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.allow_fallocate: 1 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.allow_mmap_reads: 0 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.allow_mmap_writes: 0 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.use_direct_reads: 0 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.create_missing_column_families: 0 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.db_log_dir: 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.wal_dir: 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.table_cache_numshardbits: 6 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.WAL_ttl_seconds: 0 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.WAL_size_limit_MB: 0 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-27T18:23:02.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.is_fd_close_on_exec: 1 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.advise_random_on_open: 1 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.db_write_buffer_size: 0 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.write_buffer_manager: 0x5644e4fa08c0 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.use_adaptive_mutex: 0 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.rate_limiter: (nil) 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.wal_recovery_mode: 2 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.enable_thread_tracking: 0 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.enable_pipelined_write: 0 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.unordered_write: 0 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-27T18:23:02.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-27T18:23:02.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-27T18:23:02.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.row_cache: None 2024-07-27T18:23:02.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.wal_filter: None 2024-07-27T18:23:02.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-27T18:23:02.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.allow_ingest_behind: 0 2024-07-27T18:23:02.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.two_write_queues: 0 2024-07-27T18:23:02.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.manual_wal_flush: 0 2024-07-27T18:23:02.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.wal_compression: 0 2024-07-27T18:23:02.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.atomic_flush: 0 2024-07-27T18:23:02.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-27T18:23:02.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.persist_stats_to_disk: 0 2024-07-27T18:23:02.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.write_dbid_to_manifest: 0 2024-07-27T18:23:02.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.log_readahead_size: 0 2024-07-27T18:23:02.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-27T18:23:02.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.best_efforts_recovery: 0 2024-07-27T18:23:02.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-27T18:23:02.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.allow_data_in_errors: 0 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.db_host_id: __hostname__ 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.enforce_single_del_contracts: true 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_background_jobs: 2 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_background_compactions: -1 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_subcompactions: 1 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.delayed_write_rate : 16777216 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_total_wal_size: 0 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.stats_dump_period_sec: 600 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.stats_persist_period_sec: 600 2024-07-27T18:23:02.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_open_files: -1 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bytes_per_sync: 0 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.wal_bytes_per_sync: 0 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.strict_bytes_per_sync: 0 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_readahead_size: 0 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_background_flushes: -1 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Compression algorithms supported: 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: kZSTD supported: 0 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: kXpressCompression supported: 0 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: kBZip2Compression supported: 0 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: kLZ4Compression supported: 1 2024-07-27T18:23:02.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: kZlibCompression supported: 1 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: kLZ4HCCompression supported: 1 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: kSnappyCompression supported: 1 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Fast CRC32 supported: Supported on x86 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: DMutex implementation: pthread_mutex_t 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.merge_operator: 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_filter: None 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_filter_factory: None 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.sst_partitioner_factory: None 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.memtable_factory: SkipListFactory 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.table_factory: BlockBasedTable 2024-07-27T18:23:02.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5644e4f91080) 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: cache_index_and_filter_blocks: 1 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: pin_top_level_index_and_filter: 1 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: index_type: 0 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: data_block_index_type: 0 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: index_shortening: 1 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: data_block_hash_table_util_ratio: 0.750000 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: checksum: 4 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: no_block_cache: 0 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_cache: 0x5644e4f85090 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_cache_name: BinnedLRUCache 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_cache_options: 2024-07-27T18:23:02.263 INFO:journalctl@ceph.mon.a.smithi029.stdout: capacity : 536870912 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: num_shard_bits : 4 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: strict_capacity_limit : 0 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: high_pri_pool_ratio: 0.000 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_cache_compressed: (nil) 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: persistent_cache: (nil) 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_size: 4096 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_size_deviation: 10 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_restart_interval: 16 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: index_block_restart_interval: 1 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: metadata_block_size: 4096 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: partition_filters: 0 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: use_delta_encoding: 1 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: filter_policy: bloomfilter 2024-07-27T18:23:02.264 INFO:journalctl@ceph.mon.a.smithi029.stdout: whole_key_filtering: 1 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout: verify_compression: 0 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout: read_amp_bytes_per_bit: 0 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout: format_version: 5 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout: enable_index_compression: 1 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_align: 0 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout: max_auto_readahead_size: 262144 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout: prepopulate_block_cache: 0 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout: initial_auto_readahead_size: 8192 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout: num_file_reads_for_auto_readahead: 2 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.write_buffer_size: 33554432 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_write_buffer_number: 2 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compression: NoCompression 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bottommost_compression: Disabled 2024-07-27T18:23:02.265 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.prefix_extractor: nullptr 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.num_levels: 7 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-27T18:23:02.266 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compression_opts.window_bits: -14 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compression_opts.level: 32767 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compression_opts.strategy: 0 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compression_opts.enabled: false 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.target_file_size_base: 67108864 2024-07-27T18:23:02.267 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.target_file_size_multiplier: 1 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-27T18:23:02.268 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.arena_block_size: 1048576 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.disable_auto_compactions: 0 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-27T18:23:02.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.inplace_update_support: 0 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.inplace_update_num_locks: 10000 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.memtable_huge_page_size: 0 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.bloom_locality: 0 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.max_successive_merges: 0 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.optimize_filters_for_hits: 0 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.paranoid_file_checks: 0 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.force_consistency_checks: 1 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.report_bg_io_stats: 0 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.ttl: 2592000 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.periodic_compaction_seconds: 0 2024-07-27T18:23:02.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.enable_blob_files: false 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.min_blob_size: 0 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.blob_file_size: 268435456 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.blob_compression_type: NoCompression 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.enable_blob_garbage_collection: false 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.blob_file_starting_level: 0 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-07-27T18:23:02.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 succeeded,manifest_file_number is 15, next_file_number is 34, last_sequence is 12732, log_number is 30,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 30 2024-07-27T18:23:02.272 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 30 2024-07-27T18:23:02.272 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 78551479-b6ab-47f8-87c4-5afb4f2a66c0 2024-07-27T18:23:02.272 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722104581894721, "job": 1, "event": "recovery_started", "wal_files": [30]} 2024-07-27T18:23:02.272 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #30 mode 2 2024-07-27T18:23:02.272 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722104581906392, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 35, "file_size": 3856731, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 12733, "largest_seqno": 14561, "table_properties": {"data_size": 3846916, "index_size": 6657, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 2117, "raw_key_size": 20432, "raw_average_key_size": 24, "raw_value_size": 3828224, "raw_average_value_size": 4595, "num_data_blocks": 293, "num_entries": 833, "num_filter_entries": 833, "num_deletions": 38, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1722104581, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "78551479-b6ab-47f8-87c4-5afb4f2a66c0", "db_session_id": "TNJSUDCFR9U7ZBV0ZGS2", "orig_file_number": 35, "seqno_to_time_mapping": "N/A"}} 2024-07-27T18:23:02.272 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722104581906512, "job": 1, "event": "recovery_finished"} 2024-07-27T18:23:02.272 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [db/version_set.cc:5047] Creating manifest 37 2024-07-27T18:23:02.272 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-07-27T18:23:02.272 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000030.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-07-27T18:23:02.272 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5644e4fb2e00 2024-07-27T18:23:02.272 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: DB pointer 0x5644e50ac000 2024-07-27T18:23:02.272 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: ** DB Stats ** 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: ** Compaction Stats [default] ** 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-27T18:23:02.273 INFO:journalctl@ceph.mon.a.smithi029.stdout: L0 1/0 3.68 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 633.6 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: L6 1/0 7.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: Sum 2/0 10.96 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 633.6 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 633.6 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: ** Compaction Stats [default] ** 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 633.6 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-27T18:23:02.274 INFO:journalctl@ceph.mon.a.smithi029.stdout: Flush(GB): cumulative 0.004, interval 0.004 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout: AddFile(Keys): cumulative 0, interval 0 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout: Cumulative compaction: 0.00 GB write, 256.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout: Interval compaction: 0.00 GB write, 256.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout: Block cache BinnedLRUCache@0x5644e4f85090#7 capacity: 512.00 MB usage: 10.36 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,2.28 KB,0.000435114%) IndexBlock(1,8.08 KB,0.00154078%) Misc(1,0.00 KB,0%) 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout: ** File Read Latency Histogram By Level [default] ** 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: starting mon.a rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: mon.a@-1(???) e3 preinit fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:02.275 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: mon.a@-1(???).mds e8 new map 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: mon.a@-1(???).mds e8 print_map 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: e8 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: btime 1970-01-01T00:00:00:000000+0000 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: legacy client fscid: 1 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: Filesystem 'cephfs' (1) 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: fs_name cephfs 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: epoch 8 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: created 2024-07-27T18:16:52.955897+0000 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: modified 2024-07-27T18:17:05.371416+0000 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: tableserver 0 2024-07-27T18:23:02.276 INFO:journalctl@ceph.mon.a.smithi029.stdout: root 0 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: session_timeout 60 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: session_autoclose 300 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: max_file_size 1099511627776 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: max_xattr_size 65536 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: required_client_features {} 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: last_failure 0 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: last_failure_osd_epoch 0 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: max_mds 1 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: in 0 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: up {0=24352} 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: failed 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: damaged 2024-07-27T18:23:02.277 INFO:journalctl@ceph.mon.a.smithi029.stdout: stopped 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: data_pools [3] 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: metadata_pool 2 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: inline_data disabled 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: balancer 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: bal_rank_mask -1 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: standby_count_wanted 0 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: qdb_cluster leader: 0 members: 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: [mds.b{0:24352} state up:active seq 6 addr [v2:172.21.15.179:6832/3326352185,v1:172.21.15.179:6833/3326352185] compat {c=[1],r=[1],i=[7ff]}] 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: Standby daemons: 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout: [mds.a{-1:14415} state up:standby seq 1 addr [v2:172.21.15.29:6834/4026346561,v1:172.21.15.29:6835/4026346561] compat {c=[1],r=[1],i=[7ff]}] 2024-07-27T18:23:02.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: mon.a@-1(???).osd e222 crush map has features 3314933069573799936, adjusting msgr requires 2024-07-27T18:23:02.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: mon.a@-1(???).osd e222 crush map has features 432629308056666112, adjusting msgr requires 2024-07-27T18:23:02.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: mon.a@-1(???).osd e222 crush map has features 432629308056666112, adjusting msgr requires 2024-07-27T18:23:02.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: mon.a@-1(???).osd e222 crush map has features 432629308056666112, adjusting msgr requires 2024-07-27T18:23:02.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 ceph-mon[96870]: mon.a@-1(???).paxosservice(auth 1..18) refresh upgraded, format 0 -> 3 2024-07-27T18:23:02.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 bash[96832]: a9cab70e9016dc6eace22974e1844a2479e0b0dc9049b754c79993334e37dadf 2024-07-27T18:23:02.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:01 smithi029 systemd[1]: Started Ceph mon.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:23:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:23:02] "GET /metrics HTTP/1.1" 200 36103 "" "Prometheus/2.43.0" 2024-07-27T18:23:03.399 INFO:tasks.rados.rados.0.smithi029.stdout:880: done (3 left) 2024-07-27T18:23:03.399 INFO:tasks.rados.rados.0.smithi029.stdout:881: snap_create 2024-07-27T18:23:03.399 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 517 (ObjNum 219 snap 57 seq_num 219) dirty exists 2024-07-27T18:23:03.399 INFO:tasks.rados.rados.0.smithi029.stdout:879: finishing rollback tid 0 to smithi02985406-25 2024-07-27T18:23:03.399 INFO:tasks.rados.rados.0.smithi029.stdout:879: finishing rollback tid 1 to smithi02985406-25 2024-07-27T18:23:03.399 INFO:tasks.rados.rados.0.smithi029.stdout:879: finishing rollback tid 2 to smithi02985406-25 2024-07-27T18:23:03.399 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 521 (ObjNum 259 snap 65 seq_num 259) dirty exists 2024-07-27T18:23:03.399 INFO:tasks.rados.rados.0.smithi029.stdout:877: expect (ObjNum 46 snap 0 seq_num 46) 2024-07-27T18:23:03.654 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: ignoring --setuser ceph since I am not root 2024-07-27T18:23:03.655 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: ignoring --setgroup ceph since I am not root 2024-07-27T18:23:03.655 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mgr[81076]: -- 172.21.15.179:0/2408322090 <== mon.1 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5617a64e10e0 con 0x5617a64be800 2024-07-27T18:23:03.655 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:03.504+0000 7fddaadde040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:23:03.655 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:03.650+0000 7fddaadde040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:23:03.655 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: pgmap v54: 121 pgs: 121 active+clean; 273 MiB data, 946 MiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 7.6 MiB/s wr, 13 op/s 2024-07-27T18:23:03.655 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: mon.a calling monitor election 2024-07-27T18:23:03.655 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-07-27T18:23:03.655 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: monmap epoch 3 2024-07-27T18:23:03.655 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:03.655 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: last_changed 2024-07-27T18:12:47.769561+0000 2024-07-27T18:23:03.656 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: created 2024-07-27T18:11:01.801618+0000 2024-07-27T18:23:03.656 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: min_mon_release 18 (reef) 2024-07-27T18:23:03.656 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: election_strategy: 1 2024-07-27T18:23:03.656 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-07-27T18:23:03.656 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: 1: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-07-27T18:23:03.656 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: 2: [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon.c 2024-07-27T18:23:03.656 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:23:03.656 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: osdmap e222: 8 total, 8 up, 8 in 2024-07-27T18:23:03.656 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: mgrmap e36: y(active, since 36s), standbys: x 2024-07-27T18:23:03.656 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: overall HEALTH_OK 2024-07-27T18:23:03.656 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: from='mgr.24953 ' entity='' 2024-07-27T18:23:03.656 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-mon[33511]: mgrmap e37: y(active, since 36s), standbys: x 2024-07-27T18:23:03.692 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ignoring --setuser ceph since I am not root 2024-07-27T18:23:03.692 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ignoring --setgroup ceph since I am not root 2024-07-27T18:23:03.692 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:03.530+0000 7fe4ad20f040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-07-27T18:23:03.692 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:03.689+0000 7fe4ad20f040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:23:03.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: pgmap v54: 121 pgs: 121 active+clean; 273 MiB data, 946 MiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 7.6 MiB/s wr, 13 op/s 2024-07-27T18:23:03.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: mon.a calling monitor election 2024-07-27T18:23:03.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-07-27T18:23:03.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: monmap epoch 3 2024-07-27T18:23:03.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:03.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: last_changed 2024-07-27T18:12:47.769561+0000 2024-07-27T18:23:03.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: created 2024-07-27T18:11:01.801618+0000 2024-07-27T18:23:03.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: min_mon_release 18 (reef) 2024-07-27T18:23:03.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: election_strategy: 1 2024-07-27T18:23:03.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-07-27T18:23:03.693 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: 1: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-07-27T18:23:03.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: 2: [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon.c 2024-07-27T18:23:03.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:23:03.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: osdmap e222: 8 total, 8 up, 8 in 2024-07-27T18:23:03.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: mgrmap e36: y(active, since 36s), standbys: x 2024-07-27T18:23:03.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: overall HEALTH_OK 2024-07-27T18:23:03.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: from='mgr.24953 ' entity='' 2024-07-27T18:23:03.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[40759]: mgrmap e37: y(active, since 36s), standbys: x 2024-07-27T18:23:03.694 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: pgmap v54: 121 pgs: 121 active+clean; 273 MiB data, 946 MiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 7.6 MiB/s wr, 13 op/s 2024-07-27T18:23:03.694 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: mon.a calling monitor election 2024-07-27T18:23:03.694 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-07-27T18:23:03.694 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: monmap epoch 3 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: last_changed 2024-07-27T18:12:47.769561+0000 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: created 2024-07-27T18:11:01.801618+0000 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: min_mon_release 18 (reef) 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: election_strategy: 1 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: 1: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: 2: [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon.c 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: osdmap e222: 8 total, 8 up, 8 in 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: mgrmap e36: y(active, since 36s), standbys: x 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: overall HEALTH_OK 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: from='mgr.24953 ' entity='' 2024-07-27T18:23:03.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-mon[96870]: mgrmap e37: y(active, since 36s), standbys: x 2024-07-27T18:23:03.912 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:03.717+0000 7fddaadde040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:23:04.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:03 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:03.760+0000 7fe4ad20f040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-07-27T18:23:04.393 INFO:tasks.rados.rados.0.smithi029.stdout:877: done (3 left) 2024-07-27T18:23:04.393 INFO:tasks.rados.rados.0.smithi029.stdout:878: done (2 left) 2024-07-27T18:23:04.393 INFO:tasks.rados.rados.0.smithi029.stdout:879: done (1 left) 2024-07-27T18:23:04.393 INFO:tasks.rados.rados.0.smithi029.stdout:881: done (0 left) 2024-07-27T18:23:04.393 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 74 2024-07-27T18:23:04.393 INFO:tasks.rados.rados.0.smithi029.stdout:882: seq_num 284 ranges {0=761856,761856=598016,1359872=671744,2031616=335872} 2024-07-27T18:23:04.394 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:04 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:04.014+0000 7fe4ad20f040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:23:04.394 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:04 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:04.077+0000 7fe4ad20f040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:23:04.394 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:03 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:03.955+0000 7fddaadde040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-07-27T18:23:04.394 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:04.014+0000 7fddaadde040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-07-27T18:23:04.397 INFO:tasks.rados.rados.0.smithi029.stdout:882: writing smithi02985406-1 from 0 to 761856 tid 1 2024-07-27T18:23:04.401 INFO:tasks.rados.rados.0.smithi029.stdout:882: writing smithi02985406-1 from 761856 to 1359872 tid 2 2024-07-27T18:23:04.405 INFO:tasks.rados.rados.0.smithi029.stdout:882: writing smithi02985406-1 from 1359872 to 2031616 tid 3 2024-07-27T18:23:04.407 INFO:tasks.rados.rados.0.smithi029.stdout:882: writing smithi02985406-1 from 2031616 to 2367488 tid 4 2024-07-27T18:23:04.407 INFO:tasks.rados.rados.0.smithi029.stdout:883: copy_from oid 48 from oid 18 current snap is 74 2024-07-27T18:23:04.407 INFO:tasks.rados.rados.0.smithi029.stdout:882: finishing write tid 1 to smithi02985406-1 2024-07-27T18:23:04.408 INFO:tasks.rados.rados.0.smithi029.stdout:882: finishing write tid 2 to smithi02985406-1 2024-07-27T18:23:04.408 INFO:tasks.rados.rados.0.smithi029.stdout:884: read oid 33 snap -1 2024-07-27T18:23:04.408 INFO:tasks.rados.rados.0.smithi029.stdout:884: expect (ObjNum 280 snap 71 seq_num 280) 2024-07-27T18:23:04.408 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 74 2024-07-27T18:23:04.408 INFO:tasks.rados.rados.0.smithi029.stdout:885: seq_num 285 ranges {3391488=778240,4169728=475136,4644864=475136,5120000=655360} 2024-07-27T18:23:04.431 INFO:tasks.rados.rados.0.smithi029.stdout:885: writing smithi02985406-7 from 3391488 to 4169728 tid 1 2024-07-27T18:23:04.433 INFO:tasks.rados.rados.0.smithi029.stdout:885: writing smithi02985406-7 from 4169728 to 4644864 tid 2 2024-07-27T18:23:04.436 INFO:tasks.rados.rados.0.smithi029.stdout:885: writing smithi02985406-7 from 4644864 to 5120000 tid 3 2024-07-27T18:23:04.440 INFO:tasks.rados.rados.0.smithi029.stdout:885: writing smithi02985406-7 from 5120000 to 5775360 tid 4 2024-07-27T18:23:04.440 INFO:tasks.rados.rados.0.smithi029.stdout:886: copy_from oid 19 from oid 22 current snap is 74 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:882: finishing write tid 3 to smithi02985406-1 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:882: finishing write tid 4 to smithi02985406-1 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:882: finishing write tid 5 to smithi02985406-1 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:882: finishing write tid 6 to smithi02985406-1 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:882: oid 1 updating version 0 to 402 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:882: oid 1 updating version 402 to 403 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:882: oid 1 updating version 403 to 405 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:882: oid 1 updating version 405 to 406 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:882: oid 1 version 406 is already newer than 404 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 406 (ObjNum 284 snap 74 seq_num 284) dirty exists 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:882: left oid 1 (ObjNum 284 snap 74 seq_num 284) 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:883: finishing copy_from racing read to smithi02985406-48 2024-07-27T18:23:04.441 INFO:tasks.rados.rados.0.smithi029.stdout:882: done (4 left) 2024-07-27T18:23:04.442 INFO:tasks.rados.rados.0.smithi029.stdout:887: read oid 32 snap -1 2024-07-27T18:23:04.442 INFO:tasks.rados.rados.0.smithi029.stdout:887: expect deleted 2024-07-27T18:23:04.442 INFO:tasks.rados.rados.0.smithi029.stdout:888: delete oid 5 current snap is 74 2024-07-27T18:23:04.442 INFO:tasks.rados.rados.0.smithi029.stdout:883: finishing copy_from to smithi02985406-48 2024-07-27T18:23:04.442 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 517 (ObjNum 219 snap 57 seq_num 219) dirty exists 2024-07-27T18:23:04.442 INFO:tasks.rados.rados.0.smithi029.stdout:884: expect (ObjNum 280 snap 71 seq_num 280) 2024-07-27T18:23:04.646 INFO:tasks.rados.rados.0.smithi029.stdout:885: finishing write tid 1 to smithi02985406-7 2024-07-27T18:23:04.646 INFO:tasks.rados.rados.0.smithi029.stdout:885: finishing write tid 2 to smithi02985406-7 2024-07-27T18:23:04.647 INFO:tasks.rados.rados.0.smithi029.stdout:885: finishing write tid 3 to smithi02985406-7 2024-07-27T18:23:04.647 INFO:tasks.rados.rados.0.smithi029.stdout:883: done (5 left) 2024-07-27T18:23:04.647 INFO:tasks.rados.rados.0.smithi029.stdout:884: done (4 left) 2024-07-27T18:23:04.647 INFO:tasks.rados.rados.0.smithi029.stdout:888: done (3 left) 2024-07-27T18:23:04.647 INFO:tasks.rados.rados.0.smithi029.stdout:889: snap_remove snap 68 2024-07-27T18:23:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:04 smithi179 ceph-mon[33511]: osdmap e223: 8 total, 8 up, 8 in 2024-07-27T18:23:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:04 smithi029 ceph-mon[96870]: osdmap e223: 8 total, 8 up, 8 in 2024-07-27T18:23:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:04 smithi029 ceph-mon[40759]: osdmap e223: 8 total, 8 up, 8 in 2024-07-27T18:23:05.318 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:04.941+0000 7fddaadde040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:23:05.319 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:05.053+0000 7fddaadde040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:23:05.319 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:05.109+0000 7fddaadde040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:23:05.319 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:05.316+0000 7fddaadde040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:23:05.394 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:05 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:05.075+0000 7fe4ad20f040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-07-27T18:23:05.394 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:05 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:05.196+0000 7fe4ad20f040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-07-27T18:23:05.395 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:05 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:05.255+0000 7fe4ad20f040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-07-27T18:23:05.402 INFO:tasks.rados.rados.0.smithi029.stdout:889: done (3 left) 2024-07-27T18:23:05.402 INFO:tasks.rados.rados.0.smithi029.stdout:890: snap_remove snap 69 2024-07-27T18:23:05.599 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:05 smithi179 ceph-mon[33511]: osdmap e224: 8 total, 8 up, 8 in 2024-07-27T18:23:05.599 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:05.376+0000 7fddaadde040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:23:05.599 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:05.455+0000 7fddaadde040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:23:05.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:05 smithi029 ceph-mon[96870]: osdmap e224: 8 total, 8 up, 8 in 2024-07-27T18:23:05.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:05 smithi029 ceph-mon[40759]: osdmap e224: 8 total, 8 up, 8 in 2024-07-27T18:23:05.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:05 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:05.491+0000 7fe4ad20f040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-07-27T18:23:05.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:05 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:05.556+0000 7fe4ad20f040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-07-27T18:23:05.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:05 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:05.626+0000 7fe4ad20f040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-07-27T18:23:05.914 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:05 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:05.597+0000 7fddaadde040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:23:06.224 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:05 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:05.779+0000 7fe4ad20f040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-07-27T18:23:06.321 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:06.008+0000 7fddaadde040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:23:06.404 INFO:tasks.rados.rados.0.smithi029.stdout:890: done (3 left) 2024-07-27T18:23:06.405 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 33 current snap is 74 2024-07-27T18:23:06.405 INFO:tasks.rados.rados.0.smithi029.stdout:891: seq_num 287 ranges {5193728=8192} 2024-07-27T18:23:06.435 INFO:tasks.rados.rados.0.smithi029.stdout:891: writing smithi02985406-33 from 5193728 to 5201920 tid 1 2024-07-27T18:23:06.435 INFO:tasks.rados.rados.0.smithi029.stdout:892: read oid 23 snap -1 2024-07-27T18:23:06.435 INFO:tasks.rados.rados.0.smithi029.stdout:892: expect (ObjNum 262 snap 68 seq_num 262) 2024-07-27T18:23:06.435 INFO:tasks.rados.rados.0.smithi029.stdout:893: rollback oid 42 current snap is 74 2024-07-27T18:23:06.435 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 42 to 36 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:885: finishing write tid 4 to smithi02985406-7 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:887: done (5 left) 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:894: rollback oid 46 current snap is 74 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 71 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:885: finishing write tid 5 to smithi02985406-7 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:885: finishing write tid 6 to smithi02985406-7 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:885: oid 7 updating version 0 to 566 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:885: oid 7 updating version 566 to 567 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:885: oid 7 version 567 is already newer than 565 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:885: oid 7 updating version 567 to 568 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:885: oid 7 updating version 568 to 569 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 569 (ObjNum 285 snap 74 seq_num 285) dirty exists 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:885: left oid 7 (ObjNum 285 snap 74 seq_num 285) 2024-07-27T18:23:06.436 INFO:tasks.rados.rados.0.smithi029.stdout:886: finishing copy_from racing read to smithi02985406-19 2024-07-27T18:23:06.437 INFO:tasks.rados.rados.0.smithi029.stdout:886: finishing copy_from to smithi02985406-19 2024-07-27T18:23:06.437 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 142 (ObjNum 238 snap 57 seq_num 238) dirty exists 2024-07-27T18:23:06.437 INFO:tasks.rados.rados.0.smithi029.stdout:885: done (5 left) 2024-07-27T18:23:06.437 INFO:tasks.rados.rados.0.smithi029.stdout:886: done (4 left) 2024-07-27T18:23:06.437 INFO:tasks.rados.rados.0.smithi029.stdout:895: read oid 37 snap -1 2024-07-27T18:23:06.437 INFO:tasks.rados.rados.0.smithi029.stdout:895: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:23:06.437 INFO:tasks.rados.rados.0.smithi029.stdout:896: read oid 38 snap -1 2024-07-27T18:23:06.437 INFO:tasks.rados.rados.0.smithi029.stdout:896: expect (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:23:06.437 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 74 2024-07-27T18:23:06.437 INFO:tasks.rados.rados.0.smithi029.stdout:897: seq_num 288 ranges {3989504=24576} 2024-07-27T18:23:06.459 INFO:tasks.rados.rados.0.smithi029.stdout:897: writing smithi02985406-10 from 3989504 to 4014080 tid 1 2024-07-27T18:23:06.459 INFO:tasks.rados.rados.0.smithi029.stdout:898: read oid 21 snap -1 2024-07-27T18:23:06.459 INFO:tasks.rados.rados.0.smithi029.stdout:898: expect (ObjNum 176 snap 41 seq_num 176) 2024-07-27T18:23:06.459 INFO:tasks.rados.rados.0.smithi029.stdout:899: read oid 14 snap -1 2024-07-27T18:23:06.459 INFO:tasks.rados.rados.0.smithi029.stdout:899: expect (ObjNum 232 snap 57 seq_num 232) 2024-07-27T18:23:06.459 INFO:tasks.rados.rados.0.smithi029.stdout:900: snap_create 2024-07-27T18:23:06.459 INFO:tasks.rados.rados.0.smithi029.stdout:895: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:23:06.459 INFO:tasks.rados.rados.0.smithi029.stdout:894: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:23:06.459 INFO:tasks.rados.rados.0.smithi029.stdout:891: finishing write tid 1 to smithi02985406-33 2024-07-27T18:23:06.459 INFO:tasks.rados.rados.0.smithi029.stdout:894: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:23:06.460 INFO:tasks.rados.rados.0.smithi029.stdout:893: finishing rollback tid 0 to smithi02985406-42 2024-07-27T18:23:06.460 INFO:tasks.rados.rados.0.smithi029.stdout:894: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:23:06.460 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 384 (ObjNum 274 snap 70 seq_num 274) dirty exists 2024-07-27T18:23:06.460 INFO:tasks.rados.rados.0.smithi029.stdout:893: finishing rollback tid 1 to smithi02985406-42 2024-07-27T18:23:06.460 INFO:tasks.rados.rados.0.smithi029.stdout:893: finishing rollback tid 2 to smithi02985406-42 2024-07-27T18:23:06.460 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 379 (ObjNum 137 snap 30 seq_num 137) dirty exists 2024-07-27T18:23:06.460 INFO:tasks.rados.rados.0.smithi029.stdout:891: finishing write tid 2 to smithi02985406-33 2024-07-27T18:23:06.460 INFO:tasks.rados.rados.0.smithi029.stdout:891: finishing write tid 3 to smithi02985406-33 2024-07-27T18:23:06.460 INFO:tasks.rados.rados.0.smithi029.stdout:891: oid 33 updating version 0 to 389 2024-07-27T18:23:06.460 INFO:tasks.rados.rados.0.smithi029.stdout:891: oid 33 version 389 is already newer than 388 2024-07-27T18:23:06.460 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 389 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:23:06.460 INFO:tasks.rados.rados.0.smithi029.stdout:891: left oid 33 (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:23:06.461 INFO:tasks.rados.rados.0.smithi029.stdout:892: expect (ObjNum 262 snap 68 seq_num 262) 2024-07-27T18:23:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:06 smithi029 ceph-mon[96870]: osdmap e225: 8 total, 8 up, 8 in 2024-07-27T18:23:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:06 smithi029 ceph-mon[40759]: osdmap e225: 8 total, 8 up, 8 in 2024-07-27T18:23:06.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:06.221+0000 7fe4ad20f040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-07-27T18:23:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:06 smithi179 ceph-mon[33511]: osdmap e225: 8 total, 8 up, 8 in 2024-07-27T18:23:06.663 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:06.319+0000 7fddaadde040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:23:06.663 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:06.385+0000 7fddaadde040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:23:06.663 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:06.553+0000 7fddaadde040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:23:06.764 INFO:tasks.rados.rados.0.smithi029.stdout:897: finishing write tid 1 to smithi02985406-10 2024-07-27T18:23:06.764 INFO:tasks.rados.rados.0.smithi029.stdout:897: finishing write tid 2 to smithi02985406-10 2024-07-27T18:23:06.764 INFO:tasks.rados.rados.0.smithi029.stdout:897: finishing write tid 3 to smithi02985406-10 2024-07-27T18:23:06.764 INFO:tasks.rados.rados.0.smithi029.stdout:897: oid 10 updating version 0 to 418 2024-07-27T18:23:06.765 INFO:tasks.rados.rados.0.smithi029.stdout:897: oid 10 updating version 418 to 419 2024-07-27T18:23:06.765 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 419 (ObjNum 288 snap 74 seq_num 288) dirty exists 2024-07-27T18:23:06.765 INFO:tasks.rados.rados.0.smithi029.stdout:897: left oid 10 (ObjNum 288 snap 74 seq_num 288) 2024-07-27T18:23:06.765 INFO:tasks.rados.rados.0.smithi029.stdout:898: expect (ObjNum 176 snap 41 seq_num 176) 2024-07-27T18:23:06.779 INFO:tasks.rados.rados.0.smithi029.stdout:899: expect (ObjNum 232 snap 57 seq_num 232) 2024-07-27T18:23:06.821 INFO:tasks.rados.rados.0.smithi029.stdout:896: expect (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:23:07.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:06.578+0000 7fe4ad20f040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-07-27T18:23:07.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:06.647+0000 7fe4ad20f040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-07-27T18:23:07.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:06.806+0000 7fe4ad20f040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-07-27T18:23:07.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:06.864+0000 7fddaadde040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:23:07.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:06.925+0000 7fddaadde040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:23:07.163 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:07.111+0000 7fddaadde040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:23:07.404 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:07.142+0000 7fe4ad20f040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-07-27T18:23:07.404 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:07.207+0000 7fe4ad20f040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-07-27T18:23:07.410 INFO:tasks.rados.rados.0.smithi029.stdout:891: done (9 left) 2024-07-27T18:23:07.410 INFO:tasks.rados.rados.0.smithi029.stdout:892: done (8 left) 2024-07-27T18:23:07.410 INFO:tasks.rados.rados.0.smithi029.stdout:893: done (7 left) 2024-07-27T18:23:07.410 INFO:tasks.rados.rados.0.smithi029.stdout:894: done (6 left) 2024-07-27T18:23:07.410 INFO:tasks.rados.rados.0.smithi029.stdout:895: done (5 left) 2024-07-27T18:23:07.411 INFO:tasks.rados.rados.0.smithi029.stdout:896: done (4 left) 2024-07-27T18:23:07.411 INFO:tasks.rados.rados.0.smithi029.stdout:897: done (3 left) 2024-07-27T18:23:07.411 INFO:tasks.rados.rados.0.smithi029.stdout:898: done (2 left) 2024-07-27T18:23:07.411 INFO:tasks.rados.rados.0.smithi029.stdout:899: done (1 left) 2024-07-27T18:23:07.411 INFO:tasks.rados.rados.0.smithi029.stdout:900: done (0 left) 2024-07-27T18:23:07.411 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 75 2024-07-27T18:23:07.411 INFO:tasks.rados.rados.0.smithi029.stdout:901: seq_num 289 ranges {3612672=40960} 2024-07-27T18:23:07.430 INFO:tasks.rados.rados.0.smithi029.stdout:901: writing smithi02985406-6 from 3612672 to 3653632 tid 1 2024-07-27T18:23:07.430 INFO:tasks.rados.rados.0.smithi029.stdout:902: rollback oid 25 current snap is 75 2024-07-27T18:23:07.430 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 25 to 72 2024-07-27T18:23:07.430 INFO:tasks.rados.rados.0.smithi029.stdout:903: delete oid 34 current snap is 75 2024-07-27T18:23:07.434 INFO:tasks.rados.rados.0.smithi029.stdout:903: done (2 left) 2024-07-27T18:23:07.434 INFO:tasks.rados.rados.0.smithi029.stdout:904: rmattr oid 50 current snap is 75 2024-07-27T18:23:07.434 INFO:tasks.rados.rados.0.smithi029.stdout:904: done (2 left) 2024-07-27T18:23:07.434 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 75 2024-07-27T18:23:07.434 INFO:tasks.rados.rados.0.smithi029.stdout:905: seq_num 291 ranges {3727360=81920} 2024-07-27T18:23:07.455 INFO:tasks.rados.rados.0.smithi029.stdout:905: writing smithi02985406-24 from 3727360 to 3809280 tid 1 2024-07-27T18:23:07.456 INFO:tasks.rados.rados.0.smithi029.stdout:906: rollback oid 32 current snap is 75 2024-07-27T18:23:07.456 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 32 to 71 2024-07-27T18:23:07.456 INFO:tasks.rados.rados.0.smithi029.stdout:901: finishing write tid 1 to smithi02985406-6 2024-07-27T18:23:07.456 INFO:tasks.rados.rados.0.smithi029.stdout:907: read oid 46 snap -1 2024-07-27T18:23:07.456 INFO:tasks.rados.rados.0.smithi029.stdout:907: expect (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:23:07.456 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 75 2024-07-27T18:23:07.456 INFO:tasks.rados.rados.0.smithi029.stdout:901: finishing write tid 2 to smithi02985406-6 2024-07-27T18:23:07.456 INFO:tasks.rados.rados.0.smithi029.stdout:902: finishing rollback tid 0 to smithi02985406-25 2024-07-27T18:23:07.456 INFO:tasks.rados.rados.0.smithi029.stdout:902: finishing rollback tid 1 to smithi02985406-25 2024-07-27T18:23:07.457 INFO:tasks.rados.rados.0.smithi029.stdout:902: finishing rollback tid 2 to smithi02985406-25 2024-07-27T18:23:07.457 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 557 (ObjNum 279 snap 71 seq_num 279) dirty exists 2024-07-27T18:23:07.457 INFO:tasks.rados.rados.0.smithi029.stdout:901: finishing write tid 3 to smithi02985406-6 2024-07-27T18:23:07.457 INFO:tasks.rados.rados.0.smithi029.stdout:901: oid 6 updating version 0 to 422 2024-07-27T18:23:07.457 INFO:tasks.rados.rados.0.smithi029.stdout:901: oid 6 version 422 is already newer than 421 2024-07-27T18:23:07.457 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 422 (ObjNum 289 snap 75 seq_num 289) dirty exists 2024-07-27T18:23:07.457 INFO:tasks.rados.rados.0.smithi029.stdout:901: left oid 6 (ObjNum 289 snap 75 seq_num 289) 2024-07-27T18:23:07.457 INFO:tasks.rados.rados.0.smithi029.stdout:908: seq_num 292 ranges {4014080=98304} 2024-07-27T18:23:07.479 INFO:tasks.rados.rados.0.smithi029.stdout:908: writing smithi02985406-10 from 4014080 to 4112384 tid 1 2024-07-27T18:23:07.479 INFO:tasks.rados.rados.0.smithi029.stdout:901: done (5 left) 2024-07-27T18:23:07.479 INFO:tasks.rados.rados.0.smithi029.stdout:902: done (4 left) 2024-07-27T18:23:07.479 INFO:tasks.rados.rados.0.smithi029.stdout:909: setattr oid 4 current snap is 75 2024-07-27T18:23:07.479 INFO:tasks.rados.rados.0.smithi029.stdout:906: finishing rollback tid 1 to smithi02985406-32 2024-07-27T18:23:07.479 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 106 (ObjNum 65 snap 0 seq_num 368559888) dirty dne 2024-07-27T18:23:07.480 INFO:tasks.rados.rados.0.smithi029.stdout:905: finishing write tid 1 to smithi02985406-24 2024-07-27T18:23:07.480 INFO:tasks.rados.rados.0.smithi029.stdout:905: finishing write tid 2 to smithi02985406-24 2024-07-27T18:23:07.480 INFO:tasks.rados.rados.0.smithi029.stdout:905: finishing write tid 3 to smithi02985406-24 2024-07-27T18:23:07.480 INFO:tasks.rados.rados.0.smithi029.stdout:905: oid 24 updating version 0 to 456 2024-07-27T18:23:07.480 INFO:tasks.rados.rados.0.smithi029.stdout:905: oid 24 updating version 456 to 457 2024-07-27T18:23:07.480 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 457 (ObjNum 291 snap 75 seq_num 291) dirty exists 2024-07-27T18:23:07.480 INFO:tasks.rados.rados.0.smithi029.stdout:905: left oid 24 (ObjNum 291 snap 75 seq_num 291) 2024-07-27T18:23:07.481 INFO:tasks.rados.rados.0.smithi029.stdout:905: done (4 left) 2024-07-27T18:23:07.481 INFO:tasks.rados.rados.0.smithi029.stdout:906: done (3 left) 2024-07-27T18:23:07.481 INFO:tasks.rados.rados.0.smithi029.stdout:910: copy_from oid 16 from oid 17 current snap is 75 2024-07-27T18:23:07.481 INFO:tasks.rados.rados.0.smithi029.stdout:911: read oid 12 snap 72 2024-07-27T18:23:07.481 INFO:tasks.rados.rados.0.smithi029.stdout:911: expect (ObjNum 164 snap 39 seq_num 164) 2024-07-27T18:23:07.481 INFO:tasks.rados.rados.0.smithi029.stdout:912: rmattr oid 47 current snap is 75 2024-07-27T18:23:07.481 INFO:tasks.rados.rados.0.smithi029.stdout:912: done (5 left) 2024-07-27T18:23:07.481 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 75 2024-07-27T18:23:07.481 INFO:tasks.rados.rados.0.smithi029.stdout:913: seq_num 293 ranges {3809280=114688} 2024-07-27T18:23:07.504 INFO:tasks.rados.rados.0.smithi029.stdout:913: writing smithi02985406-24 from 3809280 to 3923968 tid 1 2024-07-27T18:23:07.504 INFO:tasks.rados.rados.0.smithi029.stdout:914: rmattr oid 43 current snap is 75 2024-07-27T18:23:07.504 INFO:tasks.rados.rados.0.smithi029.stdout:914: done (6 left) 2024-07-27T18:23:07.504 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 75 2024-07-27T18:23:07.505 INFO:tasks.rados.rados.0.smithi029.stdout:908: finishing write tid 1 to smithi02985406-10 2024-07-27T18:23:07.505 INFO:tasks.rados.rados.0.smithi029.stdout:908: finishing write tid 2 to smithi02985406-10 2024-07-27T18:23:07.505 INFO:tasks.rados.rados.0.smithi029.stdout:908: finishing write tid 3 to smithi02985406-10 2024-07-27T18:23:07.505 INFO:tasks.rados.rados.0.smithi029.stdout:908: oid 10 updating version 0 to 425 2024-07-27T18:23:07.505 INFO:tasks.rados.rados.0.smithi029.stdout:908: oid 10 version 425 is already newer than 424 2024-07-27T18:23:07.505 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 425 (ObjNum 292 snap 75 seq_num 292) dirty exists 2024-07-27T18:23:07.505 INFO:tasks.rados.rados.0.smithi029.stdout:908: left oid 10 (ObjNum 292 snap 75 seq_num 292) 2024-07-27T18:23:07.505 INFO:tasks.rados.rados.0.smithi029.stdout:907: expect (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:23:07.655 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:07 smithi029 ceph-mon[96870]: osdmap e226: 8 total, 8 up, 8 in 2024-07-27T18:23:07.656 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:07 smithi029 ceph-mon[40759]: osdmap e226: 8 total, 8 up, 8 in 2024-07-27T18:23:07.656 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:07.401+0000 7fe4ad20f040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-07-27T18:23:07.656 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:07.584+0000 7fe4ad20f040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:23:07.656 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:07.652+0000 7fe4ad20f040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:23:07.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:07 smithi179 ceph-mon[33511]: osdmap e226: 8 total, 8 up, 8 in 2024-07-27T18:23:07.663 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:07.256+0000 7fddaadde040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-07-27T18:23:07.663 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:07.320+0000 7fddaadde040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-07-27T18:23:07.663 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:07.402+0000 7fddaadde040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:23:07.664 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:07.468+0000 7fddaadde040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:23:07.950 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 315 (ObjNum 161 snap 0 seq_num 0) dirty exists 2024-07-27T18:23:07.950 INFO:tasks.rados.rados.0.smithi029.stdout:911: expect (ObjNum 164 snap 39 seq_num 164) 2024-07-27T18:23:08.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:07.739+0000 7fe4ad20f040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-07-27T18:23:08.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:07.802+0000 7fe4ad20f040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-07-27T18:23:08.114 INFO:tasks.rados.rados.0.smithi029.stdout:913: finishing write tid 1 to smithi02985406-24 2024-07-27T18:23:08.114 INFO:tasks.rados.rados.0.smithi029.stdout:913: finishing write tid 2 to smithi02985406-24 2024-07-27T18:23:08.114 INFO:tasks.rados.rados.0.smithi029.stdout:913: finishing write tid 3 to smithi02985406-24 2024-07-27T18:23:08.114 INFO:tasks.rados.rados.0.smithi029.stdout:913: oid 24 updating version 0 to 459 2024-07-27T18:23:08.114 INFO:tasks.rados.rados.0.smithi029.stdout:913: oid 24 version 459 is already newer than 458 2024-07-27T18:23:08.114 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 459 (ObjNum 293 snap 75 seq_num 293) dirty exists 2024-07-27T18:23:08.114 INFO:tasks.rados.rados.0.smithi029.stdout:913: left oid 24 (ObjNum 293 snap 75 seq_num 293) 2024-07-27T18:23:08.115 INFO:tasks.rados.rados.0.smithi029.stdout:910: finishing copy_from racing read to smithi02985406-16 2024-07-27T18:23:08.115 INFO:tasks.rados.rados.0.smithi029.stdout:910: finishing copy_from to smithi02985406-16 2024-07-27T18:23:08.115 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 381 (ObjNum 274 snap 70 seq_num 274) dirty exists 2024-07-27T18:23:08.115 INFO:tasks.rados.rados.0.smithi029.stdout:915: seq_num 294 ranges {3653632=131072} 2024-07-27T18:23:08.134 INFO:tasks.rados.rados.0.smithi029.stdout:915: writing smithi02985406-6 from 3653632 to 3784704 tid 1 2024-07-27T18:23:08.135 INFO:tasks.rados.rados.0.smithi029.stdout:907: done (6 left) 2024-07-27T18:23:08.135 INFO:tasks.rados.rados.0.smithi029.stdout:908: done (5 left) 2024-07-27T18:23:08.135 INFO:tasks.rados.rados.0.smithi029.stdout:909: done (4 left) 2024-07-27T18:23:08.135 INFO:tasks.rados.rados.0.smithi029.stdout:910: done (3 left) 2024-07-27T18:23:08.135 INFO:tasks.rados.rados.0.smithi029.stdout:911: done (2 left) 2024-07-27T18:23:08.135 INFO:tasks.rados.rados.0.smithi029.stdout:913: done (1 left) 2024-07-27T18:23:08.135 INFO:tasks.rados.rados.0.smithi029.stdout:916: read oid 47 snap 36 2024-07-27T18:23:08.135 INFO:tasks.rados.rados.0.smithi029.stdout:916: expect (ObjNum 150 snap 35 seq_num 150) 2024-07-27T18:23:08.135 INFO:tasks.rados.rados.0.smithi029.stdout:917: rmattr oid 15 current snap is 75 2024-07-27T18:23:08.135 INFO:tasks.rados.rados.0.smithi029.stdout:917: done (2 left) 2024-07-27T18:23:08.135 INFO:tasks.rados.rados.0.smithi029.stdout:918: rmattr oid 13 current snap is 75 2024-07-27T18:23:08.135 INFO:tasks.rados.rados.0.smithi029.stdout:919: snap_remove snap 71 2024-07-27T18:23:08.273 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:08.004+0000 7fddaadde040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:23:08.273 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:08.164+0000 7fddaadde040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:23:08.273 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: [27/Jul/2024:18:23:08] ENGINE Bus STARTING 2024-07-27T18:23:08.273 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: CherryPy Checker: 2024-07-27T18:23:08.274 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: The Application mounted at '' has an empty config. 2024-07-27T18:23:08.274 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: 2024-07-27T18:23:08.274 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: [27/Jul/2024:18:23:08] ENGINE Serving on http://:::9283 2024-07-27T18:23:08.274 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x[81053]: [27/Jul/2024:18:23:08] ENGINE Bus STARTED 2024-07-27T18:23:08.429 INFO:tasks.rados.rados.0.smithi029.stdout:919: done (3 left) 2024-07-27T18:23:08.430 INFO:tasks.rados.rados.0.smithi029.stdout:920: snap_create 2024-07-27T18:23:08.430 INFO:tasks.rados.rados.0.smithi029.stdout:915: finishing write tid 1 to smithi02985406-6 2024-07-27T18:23:08.430 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 593 (ObjNum 266 snap 70 seq_num 266) dirty exists 2024-07-27T18:23:08.430 INFO:tasks.rados.rados.0.smithi029.stdout:915: finishing write tid 2 to smithi02985406-6 2024-07-27T18:23:08.430 INFO:tasks.rados.rados.0.smithi029.stdout:915: finishing write tid 3 to smithi02985406-6 2024-07-27T18:23:08.431 INFO:tasks.rados.rados.0.smithi029.stdout:915: oid 6 updating version 0 to 426 2024-07-27T18:23:08.431 INFO:tasks.rados.rados.0.smithi029.stdout:915: oid 6 updating version 426 to 427 2024-07-27T18:23:08.431 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 427 (ObjNum 294 snap 75 seq_num 294) dirty exists 2024-07-27T18:23:08.431 INFO:tasks.rados.rados.0.smithi029.stdout:915: left oid 6 (ObjNum 294 snap 75 seq_num 294) 2024-07-27T18:23:08.431 INFO:tasks.rados.rados.0.smithi029.stdout:916: expect (ObjNum 150 snap 35 seq_num 150) 2024-07-27T18:23:08.561 INFO:tasks.rados.rados.0.smithi029.stdout:915: done (3 left) 2024-07-27T18:23:08.561 INFO:tasks.rados.rados.0.smithi029.stdout:916: done (2 left) 2024-07-27T18:23:08.561 INFO:tasks.rados.rados.0.smithi029.stdout:918: done (1 left) 2024-07-27T18:23:08.561 INFO:tasks.rados.rados.0.smithi029.stdout:920: done (0 left) 2024-07-27T18:23:08.561 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 76 2024-07-27T18:23:08.561 INFO:tasks.rados.rados.0.smithi029.stdout:921: seq_num 295 ranges {1277952=147456} 2024-07-27T18:23:08.569 INFO:tasks.rados.rados.0.smithi029.stdout:921: writing smithi02985406-18 from 1277952 to 1425408 tid 1 2024-07-27T18:23:08.569 INFO:tasks.rados.rados.0.smithi029.stdout:922: copy_from oid 5 from oid 33 current snap is 76 2024-07-27T18:23:08.569 INFO:tasks.rados.rados.0.smithi029.stdout:923: snap_remove snap 65 2024-07-27T18:23:08.628 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:08.371+0000 7fe4ad20f040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-07-27T18:23:08.628 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:08.548+0000 7fe4ad20f040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-07-27T18:23:08.629 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[40759]: osdmap e227: 8 total, 8 up, 8 in 2024-07-27T18:23:08.629 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[40759]: Standby manager daemon x restarted 2024-07-27T18:23:08.629 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[40759]: Standby manager daemon x started 2024-07-27T18:23:08.629 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/2593757786' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:23:08.629 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/2593757786' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:23:08.630 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/2593757786' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:23:08.630 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[40759]: from='mgr.? 172.21.15.179:0/2593757786' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:23:08.630 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[96870]: osdmap e227: 8 total, 8 up, 8 in 2024-07-27T18:23:08.630 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[96870]: Standby manager daemon x restarted 2024-07-27T18:23:08.630 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[96870]: Standby manager daemon x started 2024-07-27T18:23:08.630 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[96870]: from='mgr.? 172.21.15.179:0/2593757786' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:23:08.631 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[96870]: from='mgr.? 172.21.15.179:0/2593757786' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:23:08.631 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[96870]: from='mgr.? 172.21.15.179:0/2593757786' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:23:08.631 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-mon[96870]: from='mgr.? 172.21.15.179:0/2593757786' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:23:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-mon[33511]: osdmap e227: 8 total, 8 up, 8 in 2024-07-27T18:23:08.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-mon[33511]: Standby manager daemon x restarted 2024-07-27T18:23:08.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-mon[33511]: Standby manager daemon x started 2024-07-27T18:23:08.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/2593757786' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-07-27T18:23:08.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/2593757786' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-07-27T18:23:08.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/2593757786' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-07-27T18:23:08.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:08 smithi179 ceph-mon[33511]: from='mgr.? 172.21.15.179:0/2593757786' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-07-27T18:23:09.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:23:08] ENGINE Bus STARTING 2024-07-27T18:23:09.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: CherryPy Checker: 2024-07-27T18:23:09.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: The Application mounted at '' has an empty config. 2024-07-27T18:23:09.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:09.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:08.681+0000 7fe41d5a0640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:23:09.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:08.681+0000 7fe41d5a0640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:23:09.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:08.681+0000 7fe41d5a0640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:23:09.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:08.681+0000 7fe41d5a0640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:23:09.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:08.681+0000 7fe41d5a0640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:23:09.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:08.682+0000 7fe419d99640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:23:09.003 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:08.682+0000 7fe419d99640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:23:09.003 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:08.682+0000 7fe419d99640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:23:09.003 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:08.682+0000 7fe419d99640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:23:09.003 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:08.682+0000 7fe419d99640 -1 client.0 error registering admin socket command: (17) File exists 2024-07-27T18:23:09.003 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:23:08] ENGINE Serving on http://:::9283 2024-07-27T18:23:09.003 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:23:08] ENGINE Bus STARTED 2024-07-27T18:23:09.561 INFO:tasks.rados.rados.0.smithi029.stdout:923: done (2 left) 2024-07-27T18:23:09.561 INFO:tasks.rados.rados.0.smithi029.stdout:924: rollback oid 46 current snap is 76 2024-07-27T18:23:09.561 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 74 2024-07-27T18:23:09.561 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 76 2024-07-27T18:23:09.561 INFO:tasks.rados.rados.0.smithi029.stdout:925: seq_num 296 ranges {0=163840} 2024-07-27T18:23:09.562 INFO:tasks.rados.rados.0.smithi029.stdout:925: writing smithi02985406-26 from 0 to 163840 tid 1 2024-07-27T18:23:09.562 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 76 2024-07-27T18:23:09.562 INFO:tasks.rados.rados.0.smithi029.stdout:926: seq_num 297 ranges {0=180224} 2024-07-27T18:23:09.563 INFO:tasks.rados.rados.0.smithi029.stdout:926: writing smithi02985406-34 from 0 to 180224 tid 1 2024-07-27T18:23:09.563 INFO:tasks.rados.rados.0.smithi029.stdout:927: snap_create 2024-07-27T18:23:09.564 INFO:tasks.rados.rados.0.smithi029.stdout:921: finishing write tid 1 to smithi02985406-18 2024-07-27T18:23:09.564 INFO:tasks.rados.rados.0.smithi029.stdout:921: finishing write tid 2 to smithi02985406-18 2024-07-27T18:23:09.564 INFO:tasks.rados.rados.0.smithi029.stdout:921: finishing write tid 3 to smithi02985406-18 2024-07-27T18:23:09.564 INFO:tasks.rados.rados.0.smithi029.stdout:921: oid 18 updating version 0 to 568 2024-07-27T18:23:09.564 INFO:tasks.rados.rados.0.smithi029.stdout:921: oid 18 version 568 is already newer than 567 2024-07-27T18:23:09.564 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 568 (ObjNum 295 snap 76 seq_num 295) dirty exists 2024-07-27T18:23:09.564 INFO:tasks.rados.rados.0.smithi029.stdout:921: left oid 18 (ObjNum 295 snap 76 seq_num 295) 2024-07-27T18:23:09.565 INFO:tasks.rados.rados.0.smithi029.stdout:922: finishing copy_from racing read to smithi02985406-5 2024-07-27T18:23:09.565 INFO:tasks.rados.rados.0.smithi029.stdout:922: finishing copy_from to smithi02985406-5 2024-07-27T18:23:09.565 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 389 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:23:09.575 INFO:tasks.rados.rados.0.smithi029.stdout:925: finishing write tid 1 to smithi02985406-26 2024-07-27T18:23:09.575 INFO:tasks.rados.rados.0.smithi029.stdout:925: finishing write tid 2 to smithi02985406-26 2024-07-27T18:23:09.577 INFO:tasks.rados.rados.0.smithi029.stdout:924: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:23:09.577 INFO:tasks.rados.rados.0.smithi029.stdout:924: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:23:09.577 INFO:tasks.rados.rados.0.smithi029.stdout:924: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:23:09.577 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 387 (ObjNum 274 snap 70 seq_num 274) dirty exists 2024-07-27T18:23:09.580 INFO:tasks.rados.rados.0.smithi029.stdout:925: finishing write tid 3 to smithi02985406-26 2024-07-27T18:23:09.580 INFO:tasks.rados.rados.0.smithi029.stdout:925: oid 26 updating version 0 to 126 2024-07-27T18:23:09.581 INFO:tasks.rados.rados.0.smithi029.stdout:925: oid 26 updating version 126 to 127 2024-07-27T18:23:09.581 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 127 (ObjNum 296 snap 76 seq_num 296) dirty exists 2024-07-27T18:23:09.581 INFO:tasks.rados.rados.0.smithi029.stdout:925: left oid 26 (ObjNum 296 snap 76 seq_num 296) 2024-07-27T18:23:09.587 INFO:tasks.rados.rados.0.smithi029.stdout:926: finishing write tid 1 to smithi02985406-34 2024-07-27T18:23:09.588 INFO:tasks.rados.rados.0.smithi029.stdout:926: finishing write tid 2 to smithi02985406-34 2024-07-27T18:23:09.588 INFO:tasks.rados.rados.0.smithi029.stdout:926: finishing write tid 3 to smithi02985406-34 2024-07-27T18:23:09.588 INFO:tasks.rados.rados.0.smithi029.stdout:926: oid 34 updating version 0 to 325 2024-07-27T18:23:09.589 INFO:tasks.rados.rados.0.smithi029.stdout:926: oid 34 version 325 is already newer than 324 2024-07-27T18:23:09.589 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 325 (ObjNum 297 snap 76 seq_num 297) dirty exists 2024-07-27T18:23:09.589 INFO:tasks.rados.rados.0.smithi029.stdout:926: left oid 34 (ObjNum 297 snap 76 seq_num 297) 2024-07-27T18:23:09.744 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: mgrmap e38: y(active, since 41s), standbys: x 2024-07-27T18:23:09.744 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: osdmap e228: 8 total, 8 up, 8 in 2024-07-27T18:23:09.744 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: Active manager daemon y restarted 2024-07-27T18:23:09.744 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: Activating manager daemon y 2024-07-27T18:23:09.744 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: osdmap e229: 8 total, 8 up, 8 in 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: mgrmap e39: y(active, starting, since 0.00642757s), standbys: x 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:23:09.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: Manager daemon y is now available 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:23:09.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:09 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:23:09.747 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:09.576+0000 7fe44c0d1640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-07-27T18:23:09.747 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: mgrmap e38: y(active, since 41s), standbys: x 2024-07-27T18:23:09.747 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: osdmap e228: 8 total, 8 up, 8 in 2024-07-27T18:23:09.747 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: Active manager daemon y restarted 2024-07-27T18:23:09.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: Activating manager daemon y 2024-07-27T18:23:09.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: osdmap e229: 8 total, 8 up, 8 in 2024-07-27T18:23:09.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: mgrmap e39: y(active, starting, since 0.00642757s), standbys: x 2024-07-27T18:23:09.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:09.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:09.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:09.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:23:09.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:23:09.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:23:09.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:23:09.748 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: Manager daemon y is now available 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:09.749 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:23:09.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:23:09.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:23:09.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:23:09.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:23:09.750 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: mgrmap e38: y(active, since 41s), standbys: x 2024-07-27T18:23:09.750 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: osdmap e228: 8 total, 8 up, 8 in 2024-07-27T18:23:09.750 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: Active manager daemon y restarted 2024-07-27T18:23:09.750 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: Activating manager daemon y 2024-07-27T18:23:09.750 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: osdmap e229: 8 total, 8 up, 8 in 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: mgrmap e39: y(active, starting, since 0.00642757s), standbys: x 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:23:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:23:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:23:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:23:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-07-27T18:23:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-07-27T18:23:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-07-27T18:23:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: Manager daemon y is now available 2024-07-27T18:23:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:23:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:23:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-07-27T18:23:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:23:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:09 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-07-27T18:23:10.561 INFO:tasks.rados.rados.0.smithi029.stdout:921: done (5 left) 2024-07-27T18:23:10.561 INFO:tasks.rados.rados.0.smithi029.stdout:922: done (4 left) 2024-07-27T18:23:10.561 INFO:tasks.rados.rados.0.smithi029.stdout:924: done (3 left) 2024-07-27T18:23:10.562 INFO:tasks.rados.rados.0.smithi029.stdout:925: done (2 left) 2024-07-27T18:23:10.562 INFO:tasks.rados.rados.0.smithi029.stdout:926: done (1 left) 2024-07-27T18:23:10.562 INFO:tasks.rados.rados.0.smithi029.stdout:927: done (0 left) 2024-07-27T18:23:10.562 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 77 2024-07-27T18:23:10.562 INFO:tasks.rados.rados.0.smithi029.stdout:928: seq_num 298 ranges {2088960=196608} 2024-07-27T18:23:10.575 INFO:tasks.rados.rados.0.smithi029.stdout:928: writing smithi02985406-45 from 2088960 to 2285568 tid 1 2024-07-27T18:23:10.575 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 77 2024-07-27T18:23:10.575 INFO:tasks.rados.rados.0.smithi029.stdout:929: seq_num 299 ranges {4112384=212992} 2024-07-27T18:23:10.600 INFO:tasks.rados.rados.0.smithi029.stdout:929: writing smithi02985406-10 from 4112384 to 4325376 tid 1 2024-07-27T18:23:10.600 INFO:tasks.rados.rados.0.smithi029.stdout:930: delete oid 7 current snap is 77 2024-07-27T18:23:10.600 INFO:tasks.rados.rados.0.smithi029.stdout:928: finishing write tid 1 to smithi02985406-45 2024-07-27T18:23:10.601 INFO:tasks.rados.rados.0.smithi029.stdout:928: finishing write tid 2 to smithi02985406-45 2024-07-27T18:23:10.601 INFO:tasks.rados.rados.0.smithi029.stdout:928: finishing write tid 3 to smithi02985406-45 2024-07-27T18:23:10.601 INFO:tasks.rados.rados.0.smithi029.stdout:928: oid 45 updating version 0 to 470 2024-07-27T18:23:10.601 INFO:tasks.rados.rados.0.smithi029.stdout:928: oid 45 version 470 is already newer than 469 2024-07-27T18:23:10.601 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 470 (ObjNum 298 snap 77 seq_num 298) dirty exists 2024-07-27T18:23:10.601 INFO:tasks.rados.rados.0.smithi029.stdout:928: left oid 45 (ObjNum 298 snap 77 seq_num 298) 2024-07-27T18:23:10.605 INFO:tasks.rados.rados.0.smithi029.stdout:928: done (2 left) 2024-07-27T18:23:10.605 INFO:tasks.rados.rados.0.smithi029.stdout:930: done (1 left) 2024-07-27T18:23:10.605 INFO:tasks.rados.rados.0.smithi029.stdout:931: rmattr oid 20 current snap is 77 2024-07-27T18:23:10.605 INFO:tasks.rados.rados.0.smithi029.stdout:931: done (1 left) 2024-07-27T18:23:10.605 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 77 2024-07-27T18:23:10.606 INFO:tasks.rados.rados.0.smithi029.stdout:932: seq_num 301 ranges {3923968=245760} 2024-07-27T18:23:10.628 INFO:tasks.rados.rados.0.smithi029.stdout:932: writing smithi02985406-24 from 3923968 to 4169728 tid 1 2024-07-27T18:23:10.628 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 77 2024-07-27T18:23:10.628 INFO:tasks.rados.rados.0.smithi029.stdout:929: finishing write tid 1 to smithi02985406-10 2024-07-27T18:23:10.629 INFO:tasks.rados.rados.0.smithi029.stdout:933: seq_num 302 ranges {0=262144} 2024-07-27T18:23:10.630 INFO:tasks.rados.rados.0.smithi029.stdout:933: writing smithi02985406-37 from 0 to 262144 tid 1 2024-07-27T18:23:10.630 INFO:tasks.rados.rados.0.smithi029.stdout:929: finishing write tid 2 to smithi02985406-10 2024-07-27T18:23:10.630 INFO:tasks.rados.rados.0.smithi029.stdout:929: finishing write tid 3 to smithi02985406-10 2024-07-27T18:23:10.630 INFO:tasks.rados.rados.0.smithi029.stdout:929: oid 10 updating version 0 to 444 2024-07-27T18:23:10.631 INFO:tasks.rados.rados.0.smithi029.stdout:929: oid 10 version 444 is already newer than 443 2024-07-27T18:23:10.631 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 444 (ObjNum 299 snap 77 seq_num 299) dirty exists 2024-07-27T18:23:10.631 INFO:tasks.rados.rados.0.smithi029.stdout:929: left oid 10 (ObjNum 299 snap 77 seq_num 299) 2024-07-27T18:23:10.631 INFO:tasks.rados.rados.0.smithi029.stdout:929: done (2 left) 2024-07-27T18:23:10.631 INFO:tasks.rados.rados.0.smithi029.stdout:934: delete oid 20 current snap is 77 2024-07-27T18:23:10.632 INFO:tasks.rados.rados.0.smithi029.stdout:932: finishing write tid 1 to smithi02985406-24 2024-07-27T18:23:10.634 INFO:tasks.rados.rados.0.smithi029.stdout:932: finishing write tid 2 to smithi02985406-24 2024-07-27T18:23:10.634 INFO:tasks.rados.rados.0.smithi029.stdout:933: finishing write tid 1 to smithi02985406-37 2024-07-27T18:23:10.634 INFO:tasks.rados.rados.0.smithi029.stdout:933: finishing write tid 2 to smithi02985406-37 2024-07-27T18:23:10.634 INFO:tasks.rados.rados.0.smithi029.stdout:932: finishing write tid 3 to smithi02985406-24 2024-07-27T18:23:10.634 INFO:tasks.rados.rados.0.smithi029.stdout:932: oid 24 updating version 0 to 472 2024-07-27T18:23:10.634 INFO:tasks.rados.rados.0.smithi029.stdout:932: oid 24 updating version 472 to 473 2024-07-27T18:23:10.634 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 473 (ObjNum 301 snap 77 seq_num 301) dirty exists 2024-07-27T18:23:10.634 INFO:tasks.rados.rados.0.smithi029.stdout:932: left oid 24 (ObjNum 301 snap 77 seq_num 301) 2024-07-27T18:23:10.634 INFO:tasks.rados.rados.0.smithi029.stdout:932: done (2 left) 2024-07-27T18:23:10.635 INFO:tasks.rados.rados.0.smithi029.stdout:934: done (1 left) 2024-07-27T18:23:10.635 INFO:tasks.rados.rados.0.smithi029.stdout:935: snap_create 2024-07-27T18:23:10.635 INFO:tasks.rados.rados.0.smithi029.stdout:933: finishing write tid 3 to smithi02985406-37 2024-07-27T18:23:10.635 INFO:tasks.rados.rados.0.smithi029.stdout:933: oid 37 updating version 0 to 447 2024-07-27T18:23:10.635 INFO:tasks.rados.rados.0.smithi029.stdout:933: oid 37 version 447 is already newer than 446 2024-07-27T18:23:10.635 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 447 (ObjNum 302 snap 77 seq_num 302) dirty exists 2024-07-27T18:23:10.635 INFO:tasks.rados.rados.0.smithi029.stdout:933: left oid 37 (ObjNum 302 snap 77 seq_num 302) 2024-07-27T18:23:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:10 smithi179 ceph-mon[33511]: osdmap e230: 8 total, 8 up, 8 in 2024-07-27T18:23:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:10 smithi179 ceph-mon[33511]: mgrmap e40: y(active, since 1.02306s), standbys: x 2024-07-27T18:23:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:10 smithi179 ceph-mon[33511]: pgmap v4: 121 pgs: 2 active+clean+snaptrim_wait, 7 active+clean+snaptrim, 112 active+clean; 240 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:10 smithi029 ceph-mon[96870]: osdmap e230: 8 total, 8 up, 8 in 2024-07-27T18:23:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:10 smithi029 ceph-mon[96870]: mgrmap e40: y(active, since 1.02306s), standbys: x 2024-07-27T18:23:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:10 smithi029 ceph-mon[96870]: pgmap v4: 121 pgs: 2 active+clean+snaptrim_wait, 7 active+clean+snaptrim, 112 active+clean; 240 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:10 smithi029 ceph-mon[40759]: osdmap e230: 8 total, 8 up, 8 in 2024-07-27T18:23:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:10 smithi029 ceph-mon[40759]: mgrmap e40: y(active, since 1.02306s), standbys: x 2024-07-27T18:23:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:10 smithi029 ceph-mon[40759]: pgmap v4: 121 pgs: 2 active+clean+snaptrim_wait, 7 active+clean+snaptrim, 112 active+clean; 240 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:11.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:11.188+0000 7fe3f639d640 -1 log_channel(cephadm) log [ERR] : [27/Jul/2024:18:23:11] ENGINE Error in HTTPServer.serve 2024-07-27T18:23:11.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: Traceback (most recent call last): 2024-07-27T18:23:11.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:23:11.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: self._connections.run(self.expiration_interval) 2024-07-27T18:23:11.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:23:11.503 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: self._run(expiration_interval) 2024-07-27T18:23:11.503 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:23:11.503 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:23:11.503 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:23:11.503 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:23:11.503 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:23:11.503 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: s = self.context.wrap_socket( 2024-07-27T18:23:11.503 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:23:11.503 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: return self.sslsocket_class._create( 2024-07-27T18:23:11.503 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:23:11.504 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: self.do_handshake() 2024-07-27T18:23:11.504 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:23:11.504 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: self._sslobj.do_handshake() 2024-07-27T18:23:11.504 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:23:11.504 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:933: done (1 left) 2024-07-27T18:23:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:935: done (0 left) 2024-07-27T18:23:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 78 2024-07-27T18:23:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:936: seq_num 304 ranges {3432448=294912} 2024-07-27T18:23:11.609 INFO:tasks.rados.rados.0.smithi029.stdout:936: writing smithi02985406-13 from 3432448 to 3727360 tid 1 2024-07-27T18:23:11.609 INFO:tasks.rados.rados.0.smithi029.stdout:937: delete oid 50 current snap is 78 2024-07-27T18:23:11.613 INFO:tasks.rados.rados.0.smithi029.stdout:937: done (1 left) 2024-07-27T18:23:11.613 INFO:tasks.rados.rados.0.smithi029.stdout:938: rollback oid 21 current snap is 78 2024-07-27T18:23:11.613 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 21 to 25 2024-07-27T18:23:11.613 INFO:tasks.rados.rados.0.smithi029.stdout:939: snap_remove snap 36 2024-07-27T18:23:11.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[96870]: osdmap e231: 8 total, 8 up, 8 in 2024-07-27T18:23:11.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[96870]: mgrmap e41: y(active, since 2s), standbys: x 2024-07-27T18:23:11.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[96870]: [27/Jul/2024:18:23:10] ENGINE Bus STARTING 2024-07-27T18:23:11.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[96870]: [27/Jul/2024:18:23:11] ENGINE Serving on http://172.21.15.29:8765 2024-07-27T18:23:11.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[96870]: [27/Jul/2024:18:23:11] ENGINE Serving on https://172.21.15.29:7150 2024-07-27T18:23:11.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[96870]: [27/Jul/2024:18:23:11] ENGINE Bus STARTED 2024-07-27T18:23:11.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[96870]: [27/Jul/2024:18:23:11] ENGINE Error in HTTPServer.serve 2024-07-27T18:23:11.757 INFO:journalctl@ceph.mon.a.smithi029.stdout: Traceback (most recent call last): 2024-07-27T18:23:11.757 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:23:11.757 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:23:11.757 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:23:11.757 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._run(expiration_interval) 2024-07-27T18:23:11.757 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:23:11.758 INFO:journalctl@ceph.mon.a.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:23:11.758 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:23:11.758 INFO:journalctl@ceph.mon.a.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:23:11.758 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:23:11.758 INFO:journalctl@ceph.mon.a.smithi029.stdout: s = self.context.wrap_socket( 2024-07-27T18:23:11.758 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:23:11.758 INFO:journalctl@ceph.mon.a.smithi029.stdout: return self.sslsocket_class._create( 2024-07-27T18:23:11.758 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:23:11.758 INFO:journalctl@ceph.mon.a.smithi029.stdout: self.do_handshake() 2024-07-27T18:23:11.758 INFO:journalctl@ceph.mon.a.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:23:11.758 INFO:journalctl@ceph.mon.a.smithi029.stdout: self._sslobj.do_handshake() 2024-07-27T18:23:11.758 INFO:journalctl@ceph.mon.a.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:23:11.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[40759]: osdmap e231: 8 total, 8 up, 8 in 2024-07-27T18:23:11.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[40759]: mgrmap e41: y(active, since 2s), standbys: x 2024-07-27T18:23:11.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[40759]: [27/Jul/2024:18:23:10] ENGINE Bus STARTING 2024-07-27T18:23:11.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[40759]: [27/Jul/2024:18:23:11] ENGINE Serving on http://172.21.15.29:8765 2024-07-27T18:23:11.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[40759]: [27/Jul/2024:18:23:11] ENGINE Serving on https://172.21.15.29:7150 2024-07-27T18:23:11.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[40759]: [27/Jul/2024:18:23:11] ENGINE Bus STARTED 2024-07-27T18:23:11.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:11 smithi029 ceph-mon[40759]: [27/Jul/2024:18:23:11] ENGINE Error in HTTPServer.serve 2024-07-27T18:23:11.759 INFO:journalctl@ceph.mon.c.smithi029.stdout: Traceback (most recent call last): 2024-07-27T18:23:11.759 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:23:11.759 INFO:journalctl@ceph.mon.c.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:23:11.759 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: self._run(expiration_interval) 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: s = self.context.wrap_socket( 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: return self.sslsocket_class._create( 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: self.do_handshake() 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: self._sslobj.do_handshake() 2024-07-27T18:23:11.760 INFO:journalctl@ceph.mon.c.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:23:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:11 smithi179 ceph-mon[33511]: osdmap e231: 8 total, 8 up, 8 in 2024-07-27T18:23:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:11 smithi179 ceph-mon[33511]: mgrmap e41: y(active, since 2s), standbys: x 2024-07-27T18:23:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:11 smithi179 ceph-mon[33511]: [27/Jul/2024:18:23:10] ENGINE Bus STARTING 2024-07-27T18:23:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:11 smithi179 ceph-mon[33511]: [27/Jul/2024:18:23:11] ENGINE Serving on http://172.21.15.29:8765 2024-07-27T18:23:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:11 smithi179 ceph-mon[33511]: [27/Jul/2024:18:23:11] ENGINE Serving on https://172.21.15.29:7150 2024-07-27T18:23:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:11 smithi179 ceph-mon[33511]: [27/Jul/2024:18:23:11] ENGINE Bus STARTED 2024-07-27T18:23:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:11 smithi179 ceph-mon[33511]: [27/Jul/2024:18:23:11] ENGINE Error in HTTPServer.serve 2024-07-27T18:23:11.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: Traceback (most recent call last): 2024-07-27T18:23:11.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-27T18:23:11.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: self._connections.run(self.expiration_interval) 2024-07-27T18:23:11.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-27T18:23:11.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: self._run(expiration_interval) 2024-07-27T18:23:11.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-27T18:23:11.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-27T18:23:11.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-27T18:23:11.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-27T18:23:11.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-27T18:23:11.914 INFO:journalctl@ceph.mon.b.smithi179.stdout: s = self.context.wrap_socket( 2024-07-27T18:23:11.915 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-27T18:23:11.915 INFO:journalctl@ceph.mon.b.smithi179.stdout: return self.sslsocket_class._create( 2024-07-27T18:23:11.915 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-27T18:23:11.915 INFO:journalctl@ceph.mon.b.smithi179.stdout: self.do_handshake() 2024-07-27T18:23:11.915 INFO:journalctl@ceph.mon.b.smithi179.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-27T18:23:11.915 INFO:journalctl@ceph.mon.b.smithi179.stdout: self._sslobj.do_handshake() 2024-07-27T18:23:11.915 INFO:journalctl@ceph.mon.b.smithi179.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-27T18:23:11.924 INFO:tasks.rados.rados.0.smithi029.stdout:936: finishing write tid 1 to smithi02985406-13 2024-07-27T18:23:11.924 INFO:tasks.rados.rados.0.smithi029.stdout:936: finishing write tid 2 to smithi02985406-13 2024-07-27T18:23:11.924 INFO:tasks.rados.rados.0.smithi029.stdout:936: finishing write tid 3 to smithi02985406-13 2024-07-27T18:23:11.925 INFO:tasks.rados.rados.0.smithi029.stdout:936: oid 13 updating version 0 to 617 2024-07-27T18:23:11.925 INFO:tasks.rados.rados.0.smithi029.stdout:936: oid 13 version 617 is already newer than 616 2024-07-27T18:23:11.925 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 617 (ObjNum 304 snap 78 seq_num 304) dirty exists 2024-07-27T18:23:11.925 INFO:tasks.rados.rados.0.smithi029.stdout:936: left oid 13 (ObjNum 304 snap 78 seq_num 304) 2024-07-27T18:23:11.925 INFO:tasks.rados.rados.0.smithi029.stdout:938: finishing rollback tid 0 to smithi02985406-21 2024-07-27T18:23:11.925 INFO:tasks.rados.rados.0.smithi029.stdout:938: finishing rollback tid 1 to smithi02985406-21 2024-07-27T18:23:11.925 INFO:tasks.rados.rados.0.smithi029.stdout:938: finishing rollback tid 2 to smithi02985406-21 2024-07-27T18:23:11.925 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 150 (ObjNum 83 snap 13 seq_num 83) dirty exists 2024-07-27T18:23:11.925 INFO:tasks.rados.rados.0.smithi029.stdout:936: done (2 left) 2024-07-27T18:23:11.925 INFO:tasks.rados.rados.0.smithi029.stdout:938: done (1 left) 2024-07-27T18:23:11.925 INFO:tasks.rados.rados.0.smithi029.stdout:939: done (0 left) 2024-07-27T18:23:11.925 INFO:tasks.rados.rados.0.smithi029.stdout:940: snap_create 2024-07-27T18:23:12.586 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:23:12] "GET /metrics HTTP/1.1" 200 33352 "" "Prometheus/2.43.0" 2024-07-27T18:23:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:12 smithi179 ceph-mon[33511]: osdmap e232: 8 total, 8 up, 8 in 2024-07-27T18:23:12.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:12 smithi179 ceph-mon[33511]: osdmap e233: 8 total, 8 up, 8 in 2024-07-27T18:23:12.933 INFO:tasks.rados.rados.0.smithi029.stdout:940: done (0 left) 2024-07-27T18:23:12.933 INFO:tasks.rados.rados.0.smithi029.stdout:941: read oid 46 snap -1 2024-07-27T18:23:12.933 INFO:tasks.rados.rados.0.smithi029.stdout:941: expect (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:23:12.933 INFO:tasks.rados.rados.0.smithi029.stdout:942: read oid 12 snap -1 2024-07-27T18:23:12.933 INFO:tasks.rados.rados.0.smithi029.stdout:942: expect (ObjNum 164 snap 39 seq_num 164) 2024-07-27T18:23:12.933 INFO:tasks.rados.rados.0.smithi029.stdout:943: read oid 29 snap -1 2024-07-27T18:23:12.933 INFO:tasks.rados.rados.0.smithi029.stdout:943: expect (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:23:12.934 INFO:tasks.rados.rados.0.smithi029.stdout:944: snap_remove snap 25 2024-07-27T18:23:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:12 smithi029 ceph-mon[96870]: osdmap e232: 8 total, 8 up, 8 in 2024-07-27T18:23:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:12 smithi029 ceph-mon[96870]: osdmap e233: 8 total, 8 up, 8 in 2024-07-27T18:23:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:12 smithi029 ceph-mon[40759]: osdmap e232: 8 total, 8 up, 8 in 2024-07-27T18:23:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:12 smithi029 ceph-mon[40759]: osdmap e233: 8 total, 8 up, 8 in 2024-07-27T18:23:13.933 INFO:tasks.rados.rados.0.smithi029.stdout:944: done (3 left) 2024-07-27T18:23:13.933 INFO:tasks.rados.rados.0.smithi029.stdout:945: setattr oid 42 current snap is 79 2024-07-27T18:23:13.933 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 79 2024-07-27T18:23:13.933 INFO:tasks.rados.rados.0.smithi029.stdout:946: seq_num 306 ranges {6938624=327680} 2024-07-27T18:23:13.973 INFO:tasks.rados.rados.0.smithi029.stdout:946: writing smithi02985406-39 from 6938624 to 7266304 tid 1 2024-07-27T18:23:13.973 INFO:tasks.rados.rados.0.smithi029.stdout:947: read oid 33 snap 76 2024-07-27T18:23:13.973 INFO:tasks.rados.rados.0.smithi029.stdout:947: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:23:13.973 INFO:tasks.rados.rados.0.smithi029.stdout:948: read oid 50 snap 73 2024-07-27T18:23:13.973 INFO:tasks.rados.rados.0.smithi029.stdout:948: expect (ObjNum 119 snap 24 seq_num 119) 2024-07-27T18:23:13.973 INFO:tasks.rados.rados.0.smithi029.stdout:949: snap_create 2024-07-27T18:23:13.973 INFO:tasks.rados.rados.0.smithi029.stdout:943: expect (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:23:14.161 INFO:tasks.rados.rados.0.smithi029.stdout:942: expect (ObjNum 164 snap 39 seq_num 164) 2024-07-27T18:23:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:13 smithi179 ceph-mon[33511]: pgmap v9: 121 pgs: 2 active+clean+snaptrim_wait, 7 active+clean+snaptrim, 112 active+clean; 240 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:13 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:13 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:13 smithi179 ceph-mon[33511]: mgrmap e42: y(active, since 4s), standbys: x 2024-07-27T18:23:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:13 smithi179 ceph-mon[33511]: osdmap e234: 8 total, 8 up, 8 in 2024-07-27T18:23:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:13 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:13 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:13 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:13 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[96870]: pgmap v9: 121 pgs: 2 active+clean+snaptrim_wait, 7 active+clean+snaptrim, 112 active+clean; 240 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[96870]: mgrmap e42: y(active, since 4s), standbys: x 2024-07-27T18:23:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[96870]: osdmap e234: 8 total, 8 up, 8 in 2024-07-27T18:23:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[40759]: pgmap v9: 121 pgs: 2 active+clean+snaptrim_wait, 7 active+clean+snaptrim, 112 active+clean; 240 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[40759]: mgrmap e42: y(active, since 4s), standbys: x 2024-07-27T18:23:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[40759]: osdmap e234: 8 total, 8 up, 8 in 2024-07-27T18:23:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:13 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:14.326 INFO:tasks.rados.rados.0.smithi029.stdout:941: expect (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:23:14.767 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 382 (ObjNum 137 snap 30 seq_num 137) dirty exists 2024-07-27T18:23:14.767 INFO:tasks.rados.rados.0.smithi029.stdout:946: finishing write tid 1 to smithi02985406-39 2024-07-27T18:23:14.767 INFO:tasks.rados.rados.0.smithi029.stdout:946: finishing write tid 2 to smithi02985406-39 2024-07-27T18:23:14.767 INFO:tasks.rados.rados.0.smithi029.stdout:946: finishing write tid 3 to smithi02985406-39 2024-07-27T18:23:14.768 INFO:tasks.rados.rados.0.smithi029.stdout:946: oid 39 updating version 0 to 166 2024-07-27T18:23:14.768 INFO:tasks.rados.rados.0.smithi029.stdout:946: oid 39 updating version 166 to 167 2024-07-27T18:23:14.768 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 167 (ObjNum 306 snap 79 seq_num 306) dirty exists 2024-07-27T18:23:14.768 INFO:tasks.rados.rados.0.smithi029.stdout:946: left oid 39 (ObjNum 306 snap 79 seq_num 306) 2024-07-27T18:23:14.768 INFO:tasks.rados.rados.0.smithi029.stdout:948: expect (ObjNum 119 snap 24 seq_num 119) 2024-07-27T18:23:14.857 INFO:tasks.rados.rados.0.smithi029.stdout:947: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:23:15.147 INFO:tasks.rados.rados.0.smithi029.stdout:941: done (7 left) 2024-07-27T18:23:15.147 INFO:tasks.rados.rados.0.smithi029.stdout:942: done (6 left) 2024-07-27T18:23:15.147 INFO:tasks.rados.rados.0.smithi029.stdout:943: done (5 left) 2024-07-27T18:23:15.147 INFO:tasks.rados.rados.0.smithi029.stdout:945: done (4 left) 2024-07-27T18:23:15.147 INFO:tasks.rados.rados.0.smithi029.stdout:946: done (3 left) 2024-07-27T18:23:15.147 INFO:tasks.rados.rados.0.smithi029.stdout:947: done (2 left) 2024-07-27T18:23:15.147 INFO:tasks.rados.rados.0.smithi029.stdout:948: done (1 left) 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:949: done (0 left) 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:950: rollback oid 40 current snap is 80 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 40 to 75 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:951: rollback oid 16 current snap is 80 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 16 to 76 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:952: rollback oid 26 current snap is 80 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 26 to 78 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:953: read oid 18 snap -1 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:953: expect (ObjNum 295 snap 76 seq_num 295) 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:954: rollback oid 15 current snap is 80 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 15 to 78 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 80 2024-07-27T18:23:15.148 INFO:tasks.rados.rados.0.smithi029.stdout:955: seq_num 307 ranges {0=344064} 2024-07-27T18:23:15.149 INFO:tasks.rados.rados.0.smithi029.stdout:955: writing smithi02985406-9 from 0 to 344064 tid 1 2024-07-27T18:23:15.150 INFO:tasks.rados.rados.0.smithi029.stdout:956: read oid 36 snap -1 2024-07-27T18:23:15.150 INFO:tasks.rados.rados.0.smithi029.stdout:956: expect (ObjNum 252 snap 59 seq_num 252) 2024-07-27T18:23:15.150 INFO:tasks.rados.rados.0.smithi029.stdout:957: read oid 23 snap -1 2024-07-27T18:23:15.150 INFO:tasks.rados.rados.0.smithi029.stdout:957: expect (ObjNum 262 snap 68 seq_num 262) 2024-07-27T18:23:15.150 INFO:tasks.rados.rados.0.smithi029.stdout:958: read oid 13 snap 77 2024-07-27T18:23:15.150 INFO:tasks.rados.rados.0.smithi029.stdout:958: expect (ObjNum 266 snap 70 seq_num 266) 2024-07-27T18:23:15.150 INFO:tasks.rados.rados.0.smithi029.stdout:959: rmattr oid 24 current snap is 80 2024-07-27T18:23:15.150 INFO:tasks.rados.rados.0.smithi029.stdout:960: snap_create 2024-07-27T18:23:15.150 INFO:tasks.rados.rados.0.smithi029.stdout:950: finishing rollback tid 1 to smithi02985406-40 2024-07-27T18:23:15.150 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-07-27T18:23:15.151 INFO:tasks.rados.rados.0.smithi029.stdout:954: finishing rollback tid 1 to smithi02985406-15 2024-07-27T18:23:15.151 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2024-07-27T18:23:15.152 INFO:tasks.rados.rados.0.smithi029.stdout:951: finishing rollback tid 0 to smithi02985406-16 2024-07-27T18:23:15.154 INFO:tasks.rados.rados.0.smithi029.stdout:952: finishing rollback tid 0 to smithi02985406-26 2024-07-27T18:23:15.154 INFO:tasks.rados.rados.0.smithi029.stdout:952: finishing rollback tid 1 to smithi02985406-26 2024-07-27T18:23:15.154 INFO:tasks.rados.rados.0.smithi029.stdout:952: finishing rollback tid 2 to smithi02985406-26 2024-07-27T18:23:15.154 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 135 (ObjNum 296 snap 76 seq_num 296) dirty exists 2024-07-27T18:23:15.155 INFO:tasks.rados.rados.0.smithi029.stdout:951: finishing rollback tid 1 to smithi02985406-16 2024-07-27T18:23:15.155 INFO:tasks.rados.rados.0.smithi029.stdout:951: finishing rollback tid 2 to smithi02985406-16 2024-07-27T18:23:15.155 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 385 (ObjNum 274 snap 70 seq_num 274) dirty exists 2024-07-27T18:23:15.156 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 495 (ObjNum 301 snap 77 seq_num 301) dirty exists 2024-07-27T18:23:15.158 INFO:tasks.rados.rados.0.smithi029.stdout:953: expect (ObjNum 295 snap 76 seq_num 295) 2024-07-27T18:23:15.190 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:14 smithi179 ceph-mon[33511]: osdmap e235: 8 total, 8 up, 8 in 2024-07-27T18:23:15.190 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:14 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:15.190 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:14 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:15.223 INFO:tasks.rados.rados.0.smithi029.stdout:955: finishing write tid 1 to smithi02985406-9 2024-07-27T18:23:15.223 INFO:tasks.rados.rados.0.smithi029.stdout:955: finishing write tid 2 to smithi02985406-9 2024-07-27T18:23:15.223 INFO:tasks.rados.rados.0.smithi029.stdout:955: finishing write tid 3 to smithi02985406-9 2024-07-27T18:23:15.223 INFO:tasks.rados.rados.0.smithi029.stdout:955: oid 9 updating version 0 to 609 2024-07-27T18:23:15.223 INFO:tasks.rados.rados.0.smithi029.stdout:955: oid 9 version 609 is already newer than 608 2024-07-27T18:23:15.223 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 609 (ObjNum 307 snap 80 seq_num 307) dirty exists 2024-07-27T18:23:15.223 INFO:tasks.rados.rados.0.smithi029.stdout:955: left oid 9 (ObjNum 307 snap 80 seq_num 307) 2024-07-27T18:23:15.224 INFO:tasks.rados.rados.0.smithi029.stdout:957: expect (ObjNum 262 snap 68 seq_num 262) 2024-07-27T18:23:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:14 smithi029 ceph-mon[96870]: osdmap e235: 8 total, 8 up, 8 in 2024-07-27T18:23:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:14 smithi029 ceph-mon[40759]: osdmap e235: 8 total, 8 up, 8 in 2024-07-27T18:23:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:14 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:14 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:15.525 INFO:tasks.rados.rados.0.smithi029.stdout:956: expect (ObjNum 252 snap 59 seq_num 252) 2024-07-27T18:23:15.668 INFO:tasks.rados.rados.0.smithi029.stdout:958: expect (ObjNum 266 snap 70 seq_num 266) 2024-07-27T18:23:15.939 INFO:tasks.rados.rados.0.smithi029.stdout:950: done (10 left) 2024-07-27T18:23:15.939 INFO:tasks.rados.rados.0.smithi029.stdout:951: done (9 left) 2024-07-27T18:23:15.939 INFO:tasks.rados.rados.0.smithi029.stdout:952: done (8 left) 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:953: done (7 left) 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:954: done (6 left) 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:955: done (5 left) 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:956: done (4 left) 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:957: done (3 left) 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:958: done (2 left) 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:959: done (1 left) 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:960: done (0 left) 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:961: copy_from oid 29 from oid 21 current snap is 81 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:962: copy_from oid 28 from oid 34 current snap is 81 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:963: read oid 12 snap -1 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:963: expect (ObjNum 164 snap 39 seq_num 164) 2024-07-27T18:23:15.940 INFO:tasks.rados.rados.0.smithi029.stdout:964: read oid 38 snap -1 2024-07-27T18:23:15.941 INFO:tasks.rados.rados.0.smithi029.stdout:964: expect (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:23:15.941 INFO:tasks.rados.rados.0.smithi029.stdout:965: delete oid 19 current snap is 81 2024-07-27T18:23:15.944 INFO:tasks.rados.rados.0.smithi029.stdout:965: done (4 left) 2024-07-27T18:23:15.944 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 81 2024-07-27T18:23:15.944 INFO:tasks.rados.rados.0.smithi029.stdout:966: seq_num 309 ranges {2269184=376832} 2024-07-27T18:23:15.960 INFO:tasks.rados.rados.0.smithi029.stdout:966: writing smithi02985406-3 from 2269184 to 2646016 tid 1 2024-07-27T18:23:15.960 INFO:tasks.rados.rados.0.smithi029.stdout:967: rollback oid 42 current snap is 81 2024-07-27T18:23:15.960 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 42 to 77 2024-07-27T18:23:15.960 INFO:tasks.rados.rados.0.smithi029.stdout:962: finishing copy_from racing read to smithi02985406-28 2024-07-27T18:23:15.960 INFO:tasks.rados.rados.0.smithi029.stdout:962: finishing copy_from to smithi02985406-28 2024-07-27T18:23:15.960 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 325 (ObjNum 297 snap 76 seq_num 297) dirty exists 2024-07-27T18:23:15.961 INFO:tasks.rados.rados.0.smithi029.stdout:962: done (5 left) 2024-07-27T18:23:15.961 INFO:tasks.rados.rados.0.smithi029.stdout:968: setattr oid 7 current snap is 81 2024-07-27T18:23:15.961 INFO:tasks.rados.rados.0.smithi029.stdout:963: expect (ObjNum 164 snap 39 seq_num 164) 2024-07-27T18:23:16.063 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:23:16.125 INFO:tasks.rados.rados.0.smithi029.stdout:961: finishing copy_from racing read to smithi02985406-29 2024-07-27T18:23:16.125 INFO:tasks.rados.rados.0.smithi029.stdout:961: finishing copy_from to smithi02985406-29 2024-07-27T18:23:16.125 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 150 (ObjNum 83 snap 13 seq_num 83) dirty exists 2024-07-27T18:23:16.125 INFO:tasks.rados.rados.0.smithi029.stdout:964: expect (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:23:16.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:15 smithi179 ceph-mon[33511]: pgmap v12: 121 pgs: 2 active+clean+snaptrim_wait, 7 active+clean+snaptrim, 112 active+clean; 240 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:16.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:15 smithi179 ceph-mon[33511]: osdmap e236: 8 total, 8 up, 8 in 2024-07-27T18:23:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:15 smithi029 ceph-mon[96870]: pgmap v12: 121 pgs: 2 active+clean+snaptrim_wait, 7 active+clean+snaptrim, 112 active+clean; 240 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:15 smithi029 ceph-mon[96870]: osdmap e236: 8 total, 8 up, 8 in 2024-07-27T18:23:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:15 smithi029 ceph-mon[40759]: pgmap v12: 121 pgs: 2 active+clean+snaptrim_wait, 7 active+clean+snaptrim, 112 active+clean; 240 MiB data, 997 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:15 smithi029 ceph-mon[40759]: osdmap e236: 8 total, 8 up, 8 in 2024-07-27T18:23:16.311 INFO:tasks.rados.rados.0.smithi029.stdout:967: finishing rollback tid 0 to smithi02985406-42 2024-07-27T18:23:16.311 INFO:tasks.rados.rados.0.smithi029.stdout:967: finishing rollback tid 1 to smithi02985406-42 2024-07-27T18:23:16.311 INFO:tasks.rados.rados.0.smithi029.stdout:966: finishing write tid 1 to smithi02985406-3 2024-07-27T18:23:16.311 INFO:tasks.rados.rados.0.smithi029.stdout:967: finishing rollback tid 2 to smithi02985406-42 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 388 (ObjNum 137 snap 30 seq_num 137) dirty exists 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:966: finishing write tid 2 to smithi02985406-3 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:966: finishing write tid 3 to smithi02985406-3 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:966: oid 3 updating version 0 to 364 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:966: oid 3 version 364 is already newer than 363 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 364 (ObjNum 309 snap 81 seq_num 309) dirty exists 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:966: left oid 3 (ObjNum 309 snap 81 seq_num 309) 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:961: done (5 left) 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:963: done (4 left) 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:964: done (3 left) 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:966: done (2 left) 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:967: done (1 left) 2024-07-27T18:23:16.312 INFO:tasks.rados.rados.0.smithi029.stdout:969: snap_remove snap 74 2024-07-27T18:23:16.342 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:23:16.343 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (4m) 3s ago 5m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:23:16.343 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (5m) 2s ago 5m 91.6M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:23:16.343 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (6m) 3s ago 6m 15.6M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:23:16.343 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (6m) 2s ago 6m 21.0M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:23:16.343 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (29s) 2s ago 10m 437M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:23:16.343 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (58s) 3s ago 12m 472M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:23:16.343 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (14s) 3s ago 12m 29.9M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:23:16.343 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (10m) 2s ago 10m 53.9M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 0202fbc308d9 2024-07-27T18:23:16.343 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (10m) 3s ago 10m 55.7M 2048M 18.2.2-1767-ga3bbd728 d280790d1980 415872ced014 2024-07-27T18:23:16.343 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (4m) 3s ago 4m 15.9M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:23:16.343 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (4m) 2s ago 4m 15.4M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:23:16.343 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (9m) 3s ago 9m 141M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 e314de953958 2024-07-27T18:23:16.344 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (9m) 3s ago 9m 151M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 ec6c64b26d24 2024-07-27T18:23:16.344 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (9m) 3s ago 9m 152M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 84c890d6b0b2 2024-07-27T18:23:16.344 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (8m) 3s ago 8m 95.0M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 0e2db681e2f2 2024-07-27T18:23:16.344 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (8m) 2s ago 8m 131M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 9431ed9c63c6 2024-07-27T18:23:16.344 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (7m) 2s ago 7m 153M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:23:16.344 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (7m) 2s ago 7m 113M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:23:16.344 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (7m) 2s ago 7m 146M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:23:16.344 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (34s) 2s ago 5m 40.6M - 2.43.0 a07b618ecd1d 14077408bc57 2024-07-27T18:23:16.685 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:23:16.685 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:23:16.685 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2, 2024-07-27T18:23:16.685 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 1 2024-07-27T18:23:16.685 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:23:16.686 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:23:16.686 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:23:16.686 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:23:16.686 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:23:16.686 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8 2024-07-27T18:23:16.686 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:23:16.686 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:23:16.686 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:23:16.687 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:23:16.687 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:23:16.687 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 12, 2024-07-27T18:23:16.687 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:23:16.687 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:23:16.687 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:23:16.944 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 640 (ObjNum 129 snap 0 seq_num 1324300130) dirty exists 2024-07-27T18:23:16.944 INFO:tasks.rados.rados.0.smithi029.stdout:968: done (1 left) 2024-07-27T18:23:16.944 INFO:tasks.rados.rados.0.smithi029.stdout:969: done (0 left) 2024-07-27T18:23:16.944 INFO:tasks.rados.rados.0.smithi029.stdout:970: snap_create 2024-07-27T18:23:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:16 smithi029 ceph-mon[40759]: osdmap e237: 8 total, 8 up, 8 in 2024-07-27T18:23:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:16 smithi029 ceph-mon[40759]: from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:23:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:16 smithi029 ceph-mon[40759]: from='client.25082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:23:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:16 smithi029 ceph-mon[40759]: from='client.? 172.21.15.29:0/1700350774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:23:17.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:16 smithi029 ceph-mon[96870]: osdmap e237: 8 total, 8 up, 8 in 2024-07-27T18:23:17.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:16 smithi029 ceph-mon[96870]: from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:23:17.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:16 smithi029 ceph-mon[96870]: from='client.25082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:23:17.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:16 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1700350774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:23:17.334 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:16 smithi179 ceph-mon[33511]: osdmap e237: 8 total, 8 up, 8 in 2024-07-27T18:23:17.335 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:16 smithi179 ceph-mon[33511]: from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:23:17.335 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:16 smithi179 ceph-mon[33511]: from='client.25082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:23:17.335 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:16 smithi179 ceph-mon[33511]: from='client.? 172.21.15.29:0/1700350774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:23:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:970: done (0 left) 2024-07-27T18:23:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:971: rmattr oid 17 current snap is 82 2024-07-27T18:23:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:971: done (0 left) 2024-07-27T18:23:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:972: read oid 48 snap -1 2024-07-27T18:23:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:972: expect (ObjNum 219 snap 57 seq_num 219) 2024-07-27T18:23:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 82 2024-07-27T18:23:17.949 INFO:tasks.rados.rados.0.smithi029.stdout:973: seq_num 310 ranges {0=401408} 2024-07-27T18:23:17.951 INFO:tasks.rados.rados.0.smithi029.stdout:973: writing smithi02985406-47 from 0 to 401408 tid 1 2024-07-27T18:23:17.951 INFO:tasks.rados.rados.0.smithi029.stdout:974: delete oid 18 current snap is 82 2024-07-27T18:23:17.957 INFO:tasks.rados.rados.0.smithi029.stdout:973: finishing write tid 1 to smithi02985406-47 2024-07-27T18:23:17.958 INFO:tasks.rados.rados.0.smithi029.stdout:973: finishing write tid 2 to smithi02985406-47 2024-07-27T18:23:17.960 INFO:tasks.rados.rados.0.smithi029.stdout:973: finishing write tid 3 to smithi02985406-47 2024-07-27T18:23:17.960 INFO:tasks.rados.rados.0.smithi029.stdout:973: oid 47 updating version 0 to 618 2024-07-27T18:23:17.960 INFO:tasks.rados.rados.0.smithi029.stdout:973: oid 47 updating version 618 to 619 2024-07-27T18:23:17.960 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 619 (ObjNum 310 snap 82 seq_num 310) dirty exists 2024-07-27T18:23:17.960 INFO:tasks.rados.rados.0.smithi029.stdout:973: left oid 47 (ObjNum 310 snap 82 seq_num 310) 2024-07-27T18:23:17.960 INFO:tasks.rados.rados.0.smithi029.stdout:973: done (2 left) 2024-07-27T18:23:17.960 INFO:tasks.rados.rados.0.smithi029.stdout:974: done (1 left) 2024-07-27T18:23:17.960 INFO:tasks.rados.rados.0.smithi029.stdout:975: read oid 49 snap -1 2024-07-27T18:23:17.961 INFO:tasks.rados.rados.0.smithi029.stdout:975: expect (ObjNum 272 snap 70 seq_num 272) 2024-07-27T18:23:17.961 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 27 current snap is 82 2024-07-27T18:23:17.961 INFO:tasks.rados.rados.0.smithi029.stdout:976: seq_num 312 ranges {778240=434176} 2024-07-27T18:23:17.967 INFO:tasks.rados.rados.0.smithi029.stdout:976: writing smithi02985406-27 from 778240 to 1212416 tid 1 2024-07-27T18:23:17.967 INFO:tasks.rados.rados.0.smithi029.stdout:972: expect (ObjNum 219 snap 57 seq_num 219) 2024-07-27T18:23:18.006 INFO:tasks.rados.rados.0.smithi029.stdout:975: expect (ObjNum 272 snap 70 seq_num 272) 2024-07-27T18:23:18.065 INFO:tasks.rados.rados.0.smithi029.stdout:976: finishing write tid 1 to smithi02985406-27 2024-07-27T18:23:18.065 INFO:tasks.rados.rados.0.smithi029.stdout:976: finishing write tid 2 to smithi02985406-27 2024-07-27T18:23:18.065 INFO:tasks.rados.rados.0.smithi029.stdout:972: done (2 left) 2024-07-27T18:23:18.065 INFO:tasks.rados.rados.0.smithi029.stdout:975: done (1 left) 2024-07-27T18:23:18.065 INFO:tasks.rados.rados.0.smithi029.stdout:977: read oid 8 snap -1 2024-07-27T18:23:18.065 INFO:tasks.rados.rados.0.smithi029.stdout:977: expect (ObjNum 276 snap 71 seq_num 276) 2024-07-27T18:23:18.065 INFO:tasks.rados.rados.0.smithi029.stdout:978: rmattr oid 21 current snap is 82 2024-07-27T18:23:18.065 INFO:tasks.rados.rados.0.smithi029.stdout:976: finishing write tid 3 to smithi02985406-27 2024-07-27T18:23:18.065 INFO:tasks.rados.rados.0.smithi029.stdout:976: oid 27 updating version 0 to 647 2024-07-27T18:23:18.065 INFO:tasks.rados.rados.0.smithi029.stdout:976: oid 27 version 647 is already newer than 646 2024-07-27T18:23:18.066 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 647 (ObjNum 312 snap 82 seq_num 312) dirty exists 2024-07-27T18:23:18.066 INFO:tasks.rados.rados.0.smithi029.stdout:976: left oid 27 (ObjNum 312 snap 82 seq_num 312) 2024-07-27T18:23:18.066 INFO:tasks.rados.rados.0.smithi029.stdout:976: done (2 left) 2024-07-27T18:23:18.066 INFO:tasks.rados.rados.0.smithi029.stdout:979: delete oid 7 current snap is 82 2024-07-27T18:23:18.068 INFO:tasks.rados.rados.0.smithi029.stdout:979: done (2 left) 2024-07-27T18:23:18.068 INFO:tasks.rados.rados.0.smithi029.stdout:980: copy_from oid 42 from oid 35 current snap is 82 2024-07-27T18:23:18.068 INFO:tasks.rados.rados.0.smithi029.stdout:981: snap_remove snap 78 2024-07-27T18:23:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:17 smithi029 ceph-mon[96870]: pgmap v15: 121 pgs: 121 active+clean; 148 MiB data, 897 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 376 KiB/s wr, 44 op/s 2024-07-27T18:23:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:17 smithi029 ceph-mon[96870]: osdmap e238: 8 total, 8 up, 8 in 2024-07-27T18:23:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:17 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:17 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:17 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:18.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:17 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:23:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:17 smithi029 ceph-mon[40759]: pgmap v15: 121 pgs: 121 active+clean; 148 MiB data, 897 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 376 KiB/s wr, 44 op/s 2024-07-27T18:23:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:17 smithi029 ceph-mon[40759]: osdmap e238: 8 total, 8 up, 8 in 2024-07-27T18:23:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:17 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:17 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:17 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:17 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:23:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:17 smithi179 ceph-mon[33511]: pgmap v15: 121 pgs: 121 active+clean; 148 MiB data, 897 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 376 KiB/s wr, 44 op/s 2024-07-27T18:23:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:17 smithi179 ceph-mon[33511]: osdmap e238: 8 total, 8 up, 8 in 2024-07-27T18:23:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:17 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:17 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:17 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:17 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:23:18.956 INFO:tasks.rados.rados.0.smithi029.stdout:981: done (3 left) 2024-07-27T18:23:18.956 INFO:tasks.rados.rados.0.smithi029.stdout:982: snap_create 2024-07-27T18:23:18.956 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 158 (ObjNum 83 snap 13 seq_num 83) dirty exists 2024-07-27T18:23:18.956 INFO:tasks.rados.rados.0.smithi029.stdout:977: expect (ObjNum 276 snap 71 seq_num 276) 2024-07-27T18:23:19.031 INFO:tasks.rados.rados.0.smithi029.stdout:980: finishing copy_from racing read to smithi02985406-42 2024-07-27T18:23:19.031 INFO:tasks.rados.rados.0.smithi029.stdout:980: finishing copy_from to smithi02985406-42 2024-07-27T18:23:19.032 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 144 (ObjNum 242 snap 58 seq_num 242) dirty exists 2024-07-27T18:23:19.213 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:23:19.213 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:23:19.213 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:23:19.213 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: osdmap e239: 8 total, 8 up, 8 in 2024-07-27T18:23:19.213 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:23:19.213 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:23:19.213 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.214 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.215 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.215 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.215 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.215 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.215 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.215 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:19.215 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:19.215 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.215 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.215 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.215 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:19.215 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:19.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:23:19.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:23:19.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:23:19.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: osdmap e239: 8 total, 8 up, 8 in 2024-07-27T18:23:19.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:23:19.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:23:19.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:23:19.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:23:19.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:23:19.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:19.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:19.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:19.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:19.218 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.218 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.218 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.218 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:19.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:19.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:19.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:23:19.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-07-27T18:23:19.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-07-27T18:23:19.219 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.219 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.219 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:19.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:19.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:19.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:23:19.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-07-27T18:23:19.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-07-27T18:23:19.315 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: Updating smithi029:/etc/ceph/ceph.conf 2024-07-27T18:23:19.315 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: Updating smithi179:/etc/ceph/ceph.conf 2024-07-27T18:23:19.315 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:23:19.315 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: osdmap e239: 8 total, 8 up, 8 in 2024-07-27T18:23:19.315 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.conf 2024-07-27T18:23:19.315 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:23:19.315 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-07-27T18:23:19.315 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: Updating smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:23:19.315 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: Updating smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/config/ceph.client.admin.keyring 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.316 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:19.317 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:19.318 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:19.318 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:19.318 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:23:19.318 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-07-27T18:23:19.318 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:18 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-07-27T18:23:19.954 INFO:tasks.rados.rados.0.smithi029.stdout:977: done (3 left) 2024-07-27T18:23:19.954 INFO:tasks.rados.rados.0.smithi029.stdout:978: done (2 left) 2024-07-27T18:23:19.954 INFO:tasks.rados.rados.0.smithi029.stdout:980: done (1 left) 2024-07-27T18:23:19.955 INFO:tasks.rados.rados.0.smithi029.stdout:982: done (0 left) 2024-07-27T18:23:19.955 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 83 2024-07-27T18:23:19.955 INFO:tasks.rados.rados.0.smithi029.stdout:983: seq_num 314 ranges {1794048=466944} 2024-07-27T18:23:19.967 INFO:tasks.rados.rados.0.smithi029.stdout:983: writing smithi02985406-21 from 1794048 to 2260992 tid 1 2024-07-27T18:23:19.967 INFO:tasks.rados.rados.0.smithi029.stdout:984: rollback oid 42 current snap is 83 2024-07-27T18:23:19.967 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 42 to 80 2024-07-27T18:23:19.967 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 83 2024-07-27T18:23:19.967 INFO:tasks.rados.rados.0.smithi029.stdout:985: seq_num 315 ranges {401408=483328} 2024-07-27T18:23:19.972 INFO:tasks.rados.rados.0.smithi029.stdout:985: writing smithi02985406-47 from 401408 to 884736 tid 1 2024-07-27T18:23:19.972 INFO:tasks.rados.rados.0.smithi029.stdout:986: copy_from oid 13 from oid 7 current snap is 83 2024-07-27T18:23:19.972 INFO:tasks.rados.rados.0.smithi029.stdout:984: finishing rollback tid 0 to smithi02985406-42 2024-07-27T18:23:19.972 INFO:tasks.rados.rados.0.smithi029.stdout:987: snap_create 2024-07-27T18:23:19.973 INFO:tasks.rados.rados.0.smithi029.stdout:984: finishing rollback tid 1 to smithi02985406-42 2024-07-27T18:23:19.973 INFO:tasks.rados.rados.0.smithi029.stdout:983: finishing write tid 1 to smithi02985406-21 2024-07-27T18:23:19.973 INFO:tasks.rados.rados.0.smithi029.stdout:984: finishing rollback tid 2 to smithi02985406-42 2024-07-27T18:23:19.973 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 391 (ObjNum 137 snap 30 seq_num 137) dirty exists 2024-07-27T18:23:19.973 INFO:tasks.rados.rados.0.smithi029.stdout:983: finishing write tid 2 to smithi02985406-21 2024-07-27T18:23:19.974 INFO:tasks.rados.rados.0.smithi029.stdout:983: finishing write tid 3 to smithi02985406-21 2024-07-27T18:23:19.974 INFO:tasks.rados.rados.0.smithi029.stdout:983: oid 21 updating version 0 to 162 2024-07-27T18:23:19.974 INFO:tasks.rados.rados.0.smithi029.stdout:983: oid 21 updating version 162 to 163 2024-07-27T18:23:19.974 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 163 (ObjNum 314 snap 83 seq_num 314) dirty exists 2024-07-27T18:23:19.975 INFO:tasks.rados.rados.0.smithi029.stdout:983: left oid 21 (ObjNum 314 snap 83 seq_num 314) 2024-07-27T18:23:19.977 INFO:tasks.rados.rados.0.smithi029.stdout:986: finishing copy_from to smithi02985406-13 2024-07-27T18:23:19.977 INFO:tasks.rados.rados.0.smithi029.stdout:986: got expected ENOENT (src dne) 2024-07-27T18:23:19.977 INFO:tasks.rados.rados.0.smithi029.stdout:986: finishing copy_from racing read to smithi02985406-13 2024-07-27T18:23:19.977 INFO:tasks.rados.rados.0.smithi029.stdout:985: finishing write tid 1 to smithi02985406-47 2024-07-27T18:23:19.977 INFO:tasks.rados.rados.0.smithi029.stdout:985: finishing write tid 2 to smithi02985406-47 2024-07-27T18:23:19.978 INFO:tasks.rados.rados.0.smithi029.stdout:985: finishing write tid 3 to smithi02985406-47 2024-07-27T18:23:19.978 INFO:tasks.rados.rados.0.smithi029.stdout:985: oid 47 updating version 0 to 628 2024-07-27T18:23:19.978 INFO:tasks.rados.rados.0.smithi029.stdout:985: oid 47 version 628 is already newer than 627 2024-07-27T18:23:19.978 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 628 (ObjNum 315 snap 83 seq_num 315) dirty exists 2024-07-27T18:23:19.978 INFO:tasks.rados.rados.0.smithi029.stdout:985: left oid 47 (ObjNum 315 snap 83 seq_num 315) 2024-07-27T18:23:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:19 smithi029 ceph-mon[96870]: pgmap v18: 121 pgs: 121 active+clean; 148 MiB data, 897 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 376 KiB/s wr, 44 op/s 2024-07-27T18:23:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:19 smithi029 ceph-mon[96870]: Upgrade: It appears safe to stop mon.c 2024-07-27T18:23:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:19 smithi029 ceph-mon[96870]: osdmap e240: 8 total, 8 up, 8 in 2024-07-27T18:23:20.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:19 smithi029 ceph-mon[40759]: pgmap v18: 121 pgs: 121 active+clean; 148 MiB data, 897 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 376 KiB/s wr, 44 op/s 2024-07-27T18:23:20.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:19 smithi029 ceph-mon[40759]: Upgrade: It appears safe to stop mon.c 2024-07-27T18:23:20.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:19 smithi029 ceph-mon[40759]: osdmap e240: 8 total, 8 up, 8 in 2024-07-27T18:23:20.330 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:19 smithi179 ceph-mon[33511]: pgmap v18: 121 pgs: 121 active+clean; 148 MiB data, 897 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 376 KiB/s wr, 44 op/s 2024-07-27T18:23:20.330 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:19 smithi179 ceph-mon[33511]: Upgrade: It appears safe to stop mon.c 2024-07-27T18:23:20.330 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:19 smithi179 ceph-mon[33511]: osdmap e240: 8 total, 8 up, 8 in 2024-07-27T18:23:20.956 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[96870]: osdmap e241: 8 total, 8 up, 8 in 2024-07-27T18:23:20.964 INFO:tasks.rados.rados.0.smithi029.stdout:983: done (4 left) 2024-07-27T18:23:20.964 INFO:tasks.rados.rados.0.smithi029.stdout:984: done (3 left) 2024-07-27T18:23:20.964 INFO:tasks.rados.rados.0.smithi029.stdout:985: done (2 left) 2024-07-27T18:23:20.964 INFO:tasks.rados.rados.0.smithi029.stdout:986: done (1 left) 2024-07-27T18:23:20.964 INFO:tasks.rados.rados.0.smithi029.stdout:987: done (0 left) 2024-07-27T18:23:20.964 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 84 2024-07-27T18:23:20.964 INFO:tasks.rados.rados.0.smithi029.stdout:988: seq_num 316 ranges {0=499712} 2024-07-27T18:23:20.966 INFO:tasks.rados.rados.0.smithi029.stdout:988: writing smithi02985406-15 from 0 to 499712 tid 1 2024-07-27T18:23:20.966 INFO:tasks.rados.rados.0.smithi029.stdout:989: delete oid 31 current snap is 84 2024-07-27T18:23:20.972 INFO:tasks.rados.rados.0.smithi029.stdout:988: finishing write tid 1 to smithi02985406-15 2024-07-27T18:23:20.972 INFO:tasks.rados.rados.0.smithi029.stdout:988: finishing write tid 2 to smithi02985406-15 2024-07-27T18:23:20.972 INFO:tasks.rados.rados.0.smithi029.stdout:989: done (1 left) 2024-07-27T18:23:20.972 INFO:tasks.rados.rados.0.smithi029.stdout:990: snap_create 2024-07-27T18:23:20.974 INFO:tasks.rados.rados.0.smithi029.stdout:988: finishing write tid 3 to smithi02985406-15 2024-07-27T18:23:20.974 INFO:tasks.rados.rados.0.smithi029.stdout:988: oid 15 updating version 0 to 345 2024-07-27T18:23:20.974 INFO:tasks.rados.rados.0.smithi029.stdout:988: oid 15 version 345 is already newer than 344 2024-07-27T18:23:20.974 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 345 (ObjNum 316 snap 84 seq_num 316) dirty exists 2024-07-27T18:23:20.974 INFO:tasks.rados.rados.0.smithi029.stdout:988: left oid 15 (ObjNum 316 snap 84 seq_num 316) 2024-07-27T18:23:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:20 smithi179 ceph-mon[33511]: osdmap e241: 8 total, 8 up, 8 in 2024-07-27T18:23:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:20 smithi179 ceph-mon[33511]: Upgrade: Updating mon.c 2024-07-27T18:23:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:20 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:20 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:20 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:20 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:20 smithi179 ceph-mon[33511]: Deploying daemon mon.c on smithi029 2024-07-27T18:23:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[96870]: Upgrade: Updating mon.c 2024-07-27T18:23:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[96870]: Deploying daemon mon.c on smithi029 2024-07-27T18:23:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[40759]: osdmap e241: 8 total, 8 up, 8 in 2024-07-27T18:23:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[40759]: Upgrade: Updating mon.c 2024-07-27T18:23:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[40759]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:21.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:21.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[40759]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:21.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:20 smithi029 ceph-mon[40759]: Deploying daemon mon.c on smithi029 2024-07-27T18:23:21.925 INFO:tasks.rados.rados.0.smithi029.stdout:988: done (1 left) 2024-07-27T18:23:21.926 INFO:tasks.rados.rados.0.smithi029.stdout:990: done (0 left) 2024-07-27T18:23:21.926 INFO:tasks.rados.rados.0.smithi029.stdout:991: copy_from oid 33 from oid 44 current snap is 85 2024-07-27T18:23:21.926 INFO:tasks.rados.rados.0.smithi029.stdout:992: delete oid 3 current snap is 85 2024-07-27T18:23:21.931 INFO:tasks.rados.rados.0.smithi029.stdout:991: finishing copy_from to smithi02985406-33 2024-07-27T18:23:21.931 INFO:tasks.rados.rados.0.smithi029.stdout:991: got expected ENOENT (src dne) 2024-07-27T18:23:21.931 INFO:tasks.rados.rados.0.smithi029.stdout:991: finishing copy_from racing read to smithi02985406-33 2024-07-27T18:23:21.931 INFO:tasks.rados.rados.0.smithi029.stdout:991: done (1 left) 2024-07-27T18:23:21.931 INFO:tasks.rados.rados.0.smithi029.stdout:992: done (0 left) 2024-07-27T18:23:21.932 INFO:tasks.rados.rados.0.smithi029.stdout:993: snap_remove snap 80 2024-07-27T18:23:22.107 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:21 smithi029 ceph-mon[96870]: pgmap v21: 121 pgs: 121 active+clean; 153 MiB data, 907 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 1.2 MiB/s wr, 35 op/s 2024-07-27T18:23:22.108 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:21 smithi029 ceph-mon[96870]: osdmap e242: 8 total, 8 up, 8 in 2024-07-27T18:23:22.108 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:21 smithi029 ceph-mon[96870]: mgrmap e43: y(active, since 12s), standbys: x 2024-07-27T18:23:22.108 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:21 smithi029 ceph-mon[96870]: osdmap e243: 8 total, 8 up, 8 in 2024-07-27T18:23:22.108 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:21 smithi029 ceph-mon[40759]: pgmap v21: 121 pgs: 121 active+clean; 153 MiB data, 907 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 1.2 MiB/s wr, 35 op/s 2024-07-27T18:23:22.109 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:21 smithi029 ceph-mon[40759]: osdmap e242: 8 total, 8 up, 8 in 2024-07-27T18:23:22.109 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:21 smithi029 ceph-mon[40759]: mgrmap e43: y(active, since 12s), standbys: x 2024-07-27T18:23:22.109 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:21 smithi029 ceph-mon[40759]: osdmap e243: 8 total, 8 up, 8 in 2024-07-27T18:23:22.370 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:23:22] "GET /metrics HTTP/1.1" 200 33352 "" "Prometheus/2.43.0" 2024-07-27T18:23:22.370 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:22 smithi029 systemd[1]: Stopping Ceph mon.c for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:23:22.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:21 smithi179 ceph-mon[33511]: pgmap v21: 121 pgs: 121 active+clean; 153 MiB data, 907 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 1.2 MiB/s wr, 35 op/s 2024-07-27T18:23:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:21 smithi179 ceph-mon[33511]: osdmap e242: 8 total, 8 up, 8 in 2024-07-27T18:23:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:21 smithi179 ceph-mon[33511]: mgrmap e43: y(active, since 12s), standbys: x 2024-07-27T18:23:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:21 smithi179 ceph-mon[33511]: osdmap e243: 8 total, 8 up, 8 in 2024-07-27T18:23:22.698 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c[40736]: 2024-07-27T18:23:22.367+0000 7f97ca042640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:23:22.698 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c[40736]: 2024-07-27T18:23:22.367+0000 7f97ca042640 -1 mon.c@2(peon) e3 *** Got Signal Terminated *** 2024-07-27T18:23:22.698 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:22 smithi029 podman[99167]: 2024-07-27 18:23:22.409635065 +0000 UTC m=+0.152356509 container stop 415872ced014a56739364f1bdc53c72715c76dbfdd1a9b21488d94761d4fd3db (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=reef-a3bbd72, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.36.0) 2024-07-27T18:23:22.698 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:22 smithi029 podman[99167]: 2024-07-27 18:23:22.435226893 +0000 UTC m=+0.177948325 container died 415872ced014a56739364f1bdc53c72715c76dbfdd1a9b21488d94761d4fd3db (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, ceph=True, RELEASE=reef-a3bbd72, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:23:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:22 smithi029 podman[99167]: 2024-07-27 18:23:22.879334269 +0000 UTC m=+0.622055700 container cleanup 415872ced014a56739364f1bdc53c72715c76dbfdd1a9b21488d94761d4fd3db (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, ceph=True, RELEASE=reef-a3bbd72, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240716) 2024-07-27T18:23:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:22 smithi029 bash[99167]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c 2024-07-27T18:23:23.449 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:23 smithi029 podman[99186]: 2024-07-27 18:23:23.149379679 +0000 UTC m=+0.733736304 container remove 415872ced014a56739364f1bdc53c72715c76dbfdd1a9b21488d94761d4fd3db (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, RELEASE=reef-a3bbd72, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux ) 2024-07-27T18:23:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:23 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.c.service: Deactivated successfully. 2024-07-27T18:23:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:23 smithi029 systemd[1]: Stopped Ceph mon.c for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:23:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:23 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.c.service: Consumed 8.805s CPU time. 2024-07-27T18:23:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:23 smithi029 systemd[1]: Starting Ceph mon.c for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:23:24.138 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:23 smithi029 podman[99315]: 2024-07-27 18:23:23.787482599 +0000 UTC m=+0.017823287 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:23:24.138 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:23 smithi029 podman[99315]: 2024-07-27 18:23:23.893412001 +0000 UTC m=+0.123752716 container create 19c544a1e0b490bbefe1addd4f5968f298430d5fc5c9e0ffdb36abb7e2438670 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b) 2024-07-27T18:23:24.139 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 podman[99315]: 2024-07-27 18:23:24.107155539 +0000 UTC m=+0.337496212 container init 19c544a1e0b490bbefe1addd4f5968f298430d5fc5c9e0ffdb36abb7e2438670 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True) 2024-07-27T18:23:24.139 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 podman[99315]: 2024-07-27 18:23:24.112395072 +0000 UTC m=+0.342735746 container start 19c544a1e0b490bbefe1addd4f5968f298430d5fc5c9e0ffdb36abb7e2438670 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-07-27T18:23:24.139 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: set uid:gid to 167:167 (ceph:ceph) 2024-07-27T18:23:24.139 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc), process ceph-mon, pid 7 2024-07-27T18:23:24.139 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: pidfile_write: ignore empty --pid-file 2024-07-27T18:23:24.139 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: load: jerasure load: lrc 2024-07-27T18:23:24.336 INFO:tasks.rados.rados.0.smithi029.stdout:993: done (0 left) 2024-07-27T18:23:24.336 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 85 2024-07-27T18:23:24.337 INFO:tasks.rados.rados.0.smithi029.stdout:994: seq_num 319 ranges {180224=548864} 2024-07-27T18:23:24.342 INFO:tasks.rados.rados.0.smithi029.stdout:994: writing smithi02985406-34 from 180224 to 729088 tid 1 2024-07-27T18:23:24.343 INFO:tasks.rados.rados.0.smithi029.stdout:995: read oid 25 snap -1 2024-07-27T18:23:24.343 INFO:tasks.rados.rados.0.smithi029.stdout:995: expect (ObjNum 279 snap 71 seq_num 279) 2024-07-27T18:23:24.343 INFO:tasks.rados.rados.0.smithi029.stdout:996: read oid 39 snap -1 2024-07-27T18:23:24.343 INFO:tasks.rados.rados.0.smithi029.stdout:996: expect (ObjNum 306 snap 79 seq_num 306) 2024-07-27T18:23:24.343 INFO:tasks.rados.rados.0.smithi029.stdout:997: read oid 20 snap 72 2024-07-27T18:23:24.343 INFO:tasks.rados.rados.0.smithi029.stdout:997: expect deleted 2024-07-27T18:23:24.343 INFO:tasks.rados.rados.0.smithi029.stdout:998: read oid 27 snap -1 2024-07-27T18:23:24.343 INFO:tasks.rados.rados.0.smithi029.stdout:998: expect (ObjNum 312 snap 82 seq_num 312) 2024-07-27T18:23:24.343 INFO:tasks.rados.rados.0.smithi029.stdout:999: read oid 2 snap -1 2024-07-27T18:23:24.343 INFO:tasks.rados.rados.0.smithi029.stdout:999: expect deleted 2024-07-27T18:23:24.343 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 85 2024-07-27T18:23:24.344 INFO:tasks.rados.rados.0.smithi029.stdout:1000: seq_num 320 ranges {0=565248} 2024-07-27T18:23:24.344 INFO:tasks.rados.rados.0.smithi029.stdout:1000: writing smithi02985406-44 from 0 to 565248 tid 1 2024-07-27T18:23:24.344 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 50 current snap is 85 2024-07-27T18:23:24.344 INFO:tasks.rados.rados.0.smithi029.stdout:1001: seq_num 321 ranges {0=581632} 2024-07-27T18:23:24.348 INFO:tasks.rados.rados.0.smithi029.stdout:1001: writing smithi02985406-50 from 0 to 581632 tid 1 2024-07-27T18:23:24.348 INFO:tasks.rados.rados.0.smithi029.stdout:1002: copy_from oid 22 from oid 21 current snap is 85 2024-07-27T18:23:24.349 INFO:tasks.rados.rados.0.smithi029.stdout:997: done (8 left) 2024-07-27T18:23:24.349 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 85 2024-07-27T18:23:24.349 INFO:tasks.rados.rados.0.smithi029.stdout:1003: seq_num 322 ranges {2981888=598016} 2024-07-27T18:23:24.374 INFO:tasks.rados.rados.0.smithi029.stdout:1003: writing smithi02985406-12 from 2981888 to 3579904 tid 1 2024-07-27T18:23:24.375 INFO:tasks.rados.rados.0.smithi029.stdout:1004: rollback oid 20 current snap is 85 2024-07-27T18:23:24.375 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 20 to 75 2024-07-27T18:23:24.375 INFO:tasks.rados.rados.0.smithi029.stdout:994: finishing write tid 1 to smithi02985406-34 2024-07-27T18:23:24.375 INFO:tasks.rados.rados.0.smithi029.stdout:1005: delete oid 36 current snap is 85 2024-07-27T18:23:24.375 INFO:tasks.rados.rados.0.smithi029.stdout:994: finishing write tid 2 to smithi02985406-34 2024-07-27T18:23:24.375 INFO:tasks.rados.rados.0.smithi029.stdout:994: finishing write tid 3 to smithi02985406-34 2024-07-27T18:23:24.375 INFO:tasks.rados.rados.0.smithi029.stdout:994: oid 34 updating version 0 to 348 2024-07-27T18:23:24.376 INFO:tasks.rados.rados.0.smithi029.stdout:994: oid 34 version 348 is already newer than 347 2024-07-27T18:23:24.376 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 348 (ObjNum 319 snap 85 seq_num 319) dirty exists 2024-07-27T18:23:24.376 INFO:tasks.rados.rados.0.smithi029.stdout:994: left oid 34 (ObjNum 319 snap 85 seq_num 319) 2024-07-27T18:23:24.376 INFO:tasks.rados.rados.0.smithi029.stdout:998: expect (ObjNum 312 snap 82 seq_num 312) 2024-07-27T18:23:24.424 INFO:tasks.rados.rados.0.smithi029.stdout:1000: finishing write tid 1 to smithi02985406-44 2024-07-27T18:23:24.424 INFO:tasks.rados.rados.0.smithi029.stdout:1000: finishing write tid 2 to smithi02985406-44 2024-07-27T18:23:24.424 INFO:tasks.rados.rados.0.smithi029.stdout:994: done (10 left) 2024-07-27T18:23:24.424 INFO:tasks.rados.rados.0.smithi029.stdout:998: done (9 left) 2024-07-27T18:23:24.425 INFO:tasks.rados.rados.0.smithi029.stdout:999: done (8 left) 2024-07-27T18:23:24.425 INFO:tasks.rados.rados.0.smithi029.stdout:1005: done (7 left) 2024-07-27T18:23:24.425 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 85 2024-07-27T18:23:24.425 INFO:tasks.rados.rados.0.smithi029.stdout:1000: finishing write tid 3 to smithi02985406-44 2024-07-27T18:23:24.425 INFO:tasks.rados.rados.0.smithi029.stdout:1000: oid 44 updating version 0 to 470 2024-07-27T18:23:24.425 INFO:tasks.rados.rados.0.smithi029.stdout:1000: oid 44 updating version 470 to 471 2024-07-27T18:23:24.425 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 471 (ObjNum 320 snap 85 seq_num 320) dirty exists 2024-07-27T18:23:24.425 INFO:tasks.rados.rados.0.smithi029.stdout:1000: left oid 44 (ObjNum 320 snap 85 seq_num 320) 2024-07-27T18:23:24.425 INFO:tasks.rados.rados.0.smithi029.stdout:995: expect (ObjNum 279 snap 71 seq_num 279) 2024-07-27T18:23:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: RocksDB version: 7.9.2 2024-07-27T18:23:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Git sha 0 2024-07-27T18:23:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Compile date 2024-07-24 15:40:32 2024-07-27T18:23:24.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: DB SUMMARY 2024-07-27T18:23:24.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: DB Session ID: VX6FZR8LCSHRK0B280RE 2024-07-27T18:23:24.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: CURRENT file: CURRENT 2024-07-27T18:23:24.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: IDENTITY file: IDENTITY 2024-07-27T18:23:24.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: MANIFEST file: MANIFEST-000010 size: 1411 Bytes 2024-07-27T18:23:24.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000027.sst 2024-07-27T18:23:24.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000025.log size: 9960510 ; 2024-07-27T18:23:24.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.error_if_exists: 0 2024-07-27T18:23:24.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.create_if_missing: 0 2024-07-27T18:23:24.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.paranoid_checks: 1 2024-07-27T18:23:24.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.flush_verify_memtable_count: 1 2024-07-27T18:23:24.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-27T18:23:24.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-27T18:23:24.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.env: 0x5609c979c7a0 2024-07-27T18:23:24.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.fs: PosixFileSystem 2024-07-27T18:23:24.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.info_log: 0x5609ca49b4a0 2024-07-27T18:23:24.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_file_opening_threads: 16 2024-07-27T18:23:24.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.statistics: (nil) 2024-07-27T18:23:24.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.use_fsync: 0 2024-07-27T18:23:24.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_log_file_size: 0 2024-07-27T18:23:24.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-27T18:23:24.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.log_file_time_to_roll: 0 2024-07-27T18:23:24.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.keep_log_file_num: 1000 2024-07-27T18:23:24.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.recycle_log_file_num: 0 2024-07-27T18:23:24.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.allow_fallocate: 1 2024-07-27T18:23:24.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.allow_mmap_reads: 0 2024-07-27T18:23:24.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.allow_mmap_writes: 0 2024-07-27T18:23:24.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.use_direct_reads: 0 2024-07-27T18:23:24.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-27T18:23:24.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.create_missing_column_families: 0 2024-07-27T18:23:24.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.db_log_dir: 2024-07-27T18:23:24.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.wal_dir: 2024-07-27T18:23:24.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.table_cache_numshardbits: 6 2024-07-27T18:23:24.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.WAL_ttl_seconds: 0 2024-07-27T18:23:24.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.WAL_size_limit_MB: 0 2024-07-27T18:23:24.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-27T18:23:24.509 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-27T18:23:24.509 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.is_fd_close_on_exec: 1 2024-07-27T18:23:24.509 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.advise_random_on_open: 1 2024-07-27T18:23:24.509 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.db_write_buffer_size: 0 2024-07-27T18:23:24.509 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.write_buffer_manager: 0x5609ca4aa8c0 2024-07-27T18:23:24.509 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.use_adaptive_mutex: 0 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.rate_limiter: (nil) 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.wal_recovery_mode: 2 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.enable_thread_tracking: 0 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.enable_pipelined_write: 0 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.unordered_write: 0 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-27T18:23:24.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.row_cache: None 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.wal_filter: None 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.allow_ingest_behind: 0 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.two_write_queues: 0 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.manual_wal_flush: 0 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.wal_compression: 0 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.atomic_flush: 0 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.persist_stats_to_disk: 0 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.write_dbid_to_manifest: 0 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.log_readahead_size: 0 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-27T18:23:24.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.best_efforts_recovery: 0 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.allow_data_in_errors: 0 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.db_host_id: __hostname__ 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.enforce_single_del_contracts: true 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_background_jobs: 2 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_background_compactions: -1 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_subcompactions: 1 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.delayed_write_rate : 16777216 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_total_wal_size: 0 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-27T18:23:24.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.stats_dump_period_sec: 600 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.stats_persist_period_sec: 600 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_open_files: -1 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bytes_per_sync: 0 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.wal_bytes_per_sync: 0 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.strict_bytes_per_sync: 0 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_readahead_size: 0 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_background_flushes: -1 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Compression algorithms supported: 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: kZSTD supported: 0 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: kXpressCompression supported: 0 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: kBZip2Compression supported: 0 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-27T18:23:24.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: kLZ4Compression supported: 1 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: kZlibCompression supported: 1 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: kLZ4HCCompression supported: 1 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: kSnappyCompression supported: 1 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Fast CRC32 supported: Supported on x86 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: DMutex implementation: pthread_mutex_t 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000010 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.merge_operator: 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_filter: None 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_filter_factory: None 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.sst_partitioner_factory: None 2024-07-27T18:23:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.memtable_factory: SkipListFactory 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.table_factory: BlockBasedTable 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5609ca49b080) 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout: cache_index_and_filter_blocks: 1 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout: pin_top_level_index_and_filter: 1 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout: index_type: 0 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout: data_block_index_type: 0 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout: index_shortening: 1 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout: data_block_hash_table_util_ratio: 0.750000 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout: checksum: 4 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout: no_block_cache: 0 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_cache: 0x5609ca48f090 2024-07-27T18:23:24.515 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_cache_name: BinnedLRUCache 2024-07-27T18:23:24.516 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_cache_options: 2024-07-27T18:23:24.516 INFO:journalctl@ceph.mon.c.smithi029.stdout: capacity : 536870912 2024-07-27T18:23:24.516 INFO:journalctl@ceph.mon.c.smithi029.stdout: num_shard_bits : 4 2024-07-27T18:23:24.516 INFO:journalctl@ceph.mon.c.smithi029.stdout: strict_capacity_limit : 0 2024-07-27T18:23:24.516 INFO:journalctl@ceph.mon.c.smithi029.stdout: high_pri_pool_ratio: 0.000 2024-07-27T18:23:24.516 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_cache_compressed: (nil) 2024-07-27T18:23:24.516 INFO:journalctl@ceph.mon.c.smithi029.stdout: persistent_cache: (nil) 2024-07-27T18:23:24.516 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_size: 4096 2024-07-27T18:23:24.516 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_size_deviation: 10 2024-07-27T18:23:24.516 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_restart_interval: 16 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: index_block_restart_interval: 1 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: metadata_block_size: 4096 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: partition_filters: 0 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: use_delta_encoding: 1 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: filter_policy: bloomfilter 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: whole_key_filtering: 1 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: verify_compression: 0 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: read_amp_bytes_per_bit: 0 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: format_version: 5 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: enable_index_compression: 1 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: block_align: 0 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: max_auto_readahead_size: 262144 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: prepopulate_block_cache: 0 2024-07-27T18:23:24.517 INFO:journalctl@ceph.mon.c.smithi029.stdout: initial_auto_readahead_size: 8192 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout: num_file_reads_for_auto_readahead: 2 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.write_buffer_size: 33554432 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_write_buffer_number: 2 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compression: NoCompression 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bottommost_compression: Disabled 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.prefix_extractor: nullptr 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.num_levels: 7 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-27T18:23:24.518 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compression_opts.window_bits: -14 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compression_opts.level: 32767 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compression_opts.strategy: 0 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-27T18:23:24.519 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compression_opts.enabled: false 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.target_file_size_base: 67108864 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.target_file_size_multiplier: 1 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-27T18:23:24.520 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-27T18:23:24.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-27T18:23:24.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-27T18:23:24.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-27T18:23:24.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-27T18:23:24.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-27T18:23:24.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.arena_block_size: 1048576 2024-07-27T18:23:24.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-27T18:23:24.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-27T18:23:24.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.disable_auto_compactions: 0 2024-07-27T18:23:24.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-27T18:23:24.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-27T18:23:24.521 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.inplace_update_support: 0 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.inplace_update_num_locks: 10000 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-27T18:23:24.522 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.memtable_huge_page_size: 0 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.bloom_locality: 0 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.max_successive_merges: 0 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.optimize_filters_for_hits: 0 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.paranoid_file_checks: 0 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.force_consistency_checks: 1 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.report_bg_io_stats: 0 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.ttl: 2592000 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.periodic_compaction_seconds: 0 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.enable_blob_files: false 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.min_blob_size: 0 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.blob_file_size: 268435456 2024-07-27T18:23:24.523 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.blob_compression_type: NoCompression 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.enable_blob_garbage_collection: false 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.blob_file_starting_level: 0 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 29, last_sequence is 13350, log_number is 25,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 25 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 25 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8fbddc8d-bb32-44e0-bd5f-9fb17d6a7d99 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722104604139436, "job": 1, "event": "recovery_started", "wal_files": [25]} 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #25 mode 2 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722104604161048, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 30, "file_size": 6178702, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 13355, "largest_seqno": 16143, "table_properties": {"data_size": 6165414, "index_size": 9298, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 2949, "raw_key_size": 28250, "raw_average_key_size": 24, "raw_value_size": 6139554, "raw_average_value_size": 5270, "num_data_blocks": 404, "num_entries": 1165, "num_filter_entries": 1165, "num_deletions": 46, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1722104604, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8fbddc8d-bb32-44e0-bd5f-9fb17d6a7d99", "db_session_id": "VX6FZR8LCSHRK0B280RE", "orig_file_number": 30, "seqno_to_time_mapping": "N/A"}} 2024-07-27T18:23:24.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722104604161175, "job": 1, "event": "recovery_finished"} 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [db/version_set.cc:5047] Creating manifest 32 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000025.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5609ca4bce00 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: DB pointer 0x5609ca5b6000 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout: ** DB Stats ** 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-27T18:23:24.525 INFO:journalctl@ceph.mon.c.smithi029.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: ** Compaction Stats [default] ** 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: L0 1/0 5.89 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 723.5 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: L6 1/0 7.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: Sum 2/0 13.18 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 723.5 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 723.5 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: ** Compaction Stats [default] ** 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-27T18:23:24.526 INFO:journalctl@ceph.mon.c.smithi029.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 723.5 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-07-27T18:23:24.527 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:23:24.527 INFO:journalctl@ceph.mon.c.smithi029.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-27T18:23:24.527 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:23:24.527 INFO:journalctl@ceph.mon.c.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-27T18:23:24.527 INFO:journalctl@ceph.mon.c.smithi029.stdout: Flush(GB): cumulative 0.006, interval 0.006 2024-07-27T18:23:24.527 INFO:journalctl@ceph.mon.c.smithi029.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-27T18:23:24.527 INFO:journalctl@ceph.mon.c.smithi029.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-07-27T18:23:24.527 INFO:journalctl@ceph.mon.c.smithi029.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-07-27T18:23:24.527 INFO:journalctl@ceph.mon.c.smithi029.stdout: AddFile(Keys): cumulative 0, interval 0 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout: Cumulative compaction: 0.01 GB write, 240.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout: Interval compaction: 0.01 GB write, 240.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout: Block cache BinnedLRUCache@0x5609ca48f090#7 capacity: 512.00 MB usage: 13.11 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,3.03 KB,0.000578165%) IndexBlock(1,10.08 KB,0.00192225%) Misc(1,0.00 KB,0%) 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout: ** File Read Latency Histogram By Level [default] ** 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: starting mon.c rank 2 at public addrs [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] at bind addrs [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: mon.c@-1(???) e3 preinit fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: mon.c@-1(???).mds e8 new map 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: mon.c@-1(???).mds e8 print_map 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout: e8 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout: btime 1970-01-01T00:00:00:000000+0000 2024-07-27T18:23:24.528 INFO:journalctl@ceph.mon.c.smithi029.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: legacy client fscid: 1 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: Filesystem 'cephfs' (1) 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: fs_name cephfs 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: epoch 8 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: created 2024-07-27T18:16:52.955897+0000 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: modified 2024-07-27T18:17:05.371416+0000 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: tableserver 0 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: root 0 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: session_timeout 60 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: session_autoclose 300 2024-07-27T18:23:24.529 INFO:journalctl@ceph.mon.c.smithi029.stdout: max_file_size 1099511627776 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: max_xattr_size 65536 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: required_client_features {} 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: last_failure 0 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: last_failure_osd_epoch 0 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: max_mds 1 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: in 0 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: up {0=24352} 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: failed 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: damaged 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: stopped 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: data_pools [3] 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: metadata_pool 2 2024-07-27T18:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout: inline_data disabled 2024-07-27T18:23:24.531 INFO:journalctl@ceph.mon.c.smithi029.stdout: balancer 2024-07-27T18:23:24.531 INFO:journalctl@ceph.mon.c.smithi029.stdout: bal_rank_mask -1 2024-07-27T18:23:24.531 INFO:journalctl@ceph.mon.c.smithi029.stdout: standby_count_wanted 0 2024-07-27T18:23:24.531 INFO:journalctl@ceph.mon.c.smithi029.stdout: qdb_cluster leader: 0 members: 2024-07-27T18:23:24.531 INFO:journalctl@ceph.mon.c.smithi029.stdout: [mds.b{0:24352} state up:active seq 6 addr [v2:172.21.15.179:6832/3326352185,v1:172.21.15.179:6833/3326352185] compat {c=[1],r=[1],i=[7ff]}] 2024-07-27T18:23:24.531 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:23:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:23:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout: Standby daemons: 2024-07-27T18:23:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout: 2024-07-27T18:23:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout: [mds.a{-1:14415} state up:standby seq 1 addr [v2:172.21.15.29:6834/4026346561,v1:172.21.15.29:6835/4026346561] compat {c=[1],r=[1],i=[7ff]}] 2024-07-27T18:23:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: mon.c@-1(???).osd e243 crush map has features 3314933069573799936, adjusting msgr requires 2024-07-27T18:23:24.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: mon.c@-1(???).osd e243 crush map has features 432629308056666112, adjusting msgr requires 2024-07-27T18:23:24.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: mon.c@-1(???).osd e243 crush map has features 432629308056666112, adjusting msgr requires 2024-07-27T18:23:24.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: mon.c@-1(???).osd e243 crush map has features 432629308056666112, adjusting msgr requires 2024-07-27T18:23:24.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 ceph-mon[99353]: mon.c@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2024-07-27T18:23:24.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 bash[99315]: 19c544a1e0b490bbefe1addd4f5968f298430d5fc5c9e0ffdb36abb7e2438670 2024-07-27T18:23:24.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:24 smithi029 systemd[1]: Started Ceph mon.c for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:23:24.574 INFO:tasks.rados.rados.0.smithi029.stdout:1002: finishing copy_from racing read to smithi02985406-22 2024-07-27T18:23:24.575 INFO:tasks.rados.rados.0.smithi029.stdout:1002: finishing copy_from to smithi02985406-22 2024-07-27T18:23:24.575 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 163 (ObjNum 314 snap 83 seq_num 314) dirty exists 2024-07-27T18:23:24.575 INFO:tasks.rados.rados.0.smithi029.stdout:1006: seq_num 324 ranges {0=630784} 2024-07-27T18:23:24.575 INFO:tasks.rados.rados.0.smithi029.stdout:1006: writing smithi02985406-7 from 0 to 630784 tid 1 2024-07-27T18:23:24.575 INFO:tasks.rados.rados.0.smithi029.stdout:995: done (7 left) 2024-07-27T18:23:24.575 INFO:tasks.rados.rados.0.smithi029.stdout:1000: done (6 left) 2024-07-27T18:23:24.575 INFO:tasks.rados.rados.0.smithi029.stdout:1002: done (5 left) 2024-07-27T18:23:24.575 INFO:tasks.rados.rados.0.smithi029.stdout:1007: read oid 3 snap -1 2024-07-27T18:23:24.575 INFO:tasks.rados.rados.0.smithi029.stdout:1007: expect deleted 2024-07-27T18:23:24.575 INFO:tasks.rados.rados.0.smithi029.stdout:1008: snap_remove snap 83 2024-07-27T18:23:25.385 INFO:tasks.rados.rados.0.smithi029.stdout:1008: done (6 left) 2024-07-27T18:23:25.385 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 85 2024-07-27T18:23:25.385 INFO:tasks.rados.rados.0.smithi029.stdout:1004: finishing rollback tid 1 to smithi02985406-20 2024-07-27T18:23:25.386 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2024-07-27T18:23:25.386 INFO:tasks.rados.rados.0.smithi029.stdout:996: expect (ObjNum 306 snap 79 seq_num 306) 2024-07-27T18:23:25.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: pgmap v24: 121 pgs: 121 active+clean; 153 MiB data, 907 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 1.2 MiB/s wr, 35 op/s 2024-07-27T18:23:25.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:23:25.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: mon.c calling monitor election 2024-07-27T18:23:25.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: mon.a calling monitor election 2024-07-27T18:23:25.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-07-27T18:23:25.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: monmap epoch 3 2024-07-27T18:23:25.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: last_changed 2024-07-27T18:12:47.769561+0000 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: created 2024-07-27T18:11:01.801618+0000 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: min_mon_release 18 (reef) 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: election_strategy: 1 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: 1: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: 2: [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon.c 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: osdmap e244: 8 total, 8 up, 8 in 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: mgrmap e43: y(active, since 15s), standbys: x 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: overall HEALTH_OK 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:25.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:25 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:25.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: pgmap v24: 121 pgs: 121 active+clean; 153 MiB data, 907 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 1.2 MiB/s wr, 35 op/s 2024-07-27T18:23:25.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:23:25.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: mon.c calling monitor election 2024-07-27T18:23:25.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: mon.a calling monitor election 2024-07-27T18:23:25.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-07-27T18:23:25.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: monmap epoch 3 2024-07-27T18:23:25.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:25.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: last_changed 2024-07-27T18:12:47.769561+0000 2024-07-27T18:23:25.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: created 2024-07-27T18:11:01.801618+0000 2024-07-27T18:23:25.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: min_mon_release 18 (reef) 2024-07-27T18:23:25.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: election_strategy: 1 2024-07-27T18:23:25.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-07-27T18:23:25.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: 1: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-07-27T18:23:25.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: 2: [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon.c 2024-07-27T18:23:25.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:23:25.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: osdmap e244: 8 total, 8 up, 8 in 2024-07-27T18:23:25.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: mgrmap e43: y(active, since 15s), standbys: x 2024-07-27T18:23:25.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: overall HEALTH_OK 2024-07-27T18:23:25.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:25.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:25.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:25.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: pgmap v24: 121 pgs: 121 active+clean; 153 MiB data, 907 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 1.2 MiB/s wr, 35 op/s 2024-07-27T18:23:25.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:23:25.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: mon.c calling monitor election 2024-07-27T18:23:25.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: mon.a calling monitor election 2024-07-27T18:23:25.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-07-27T18:23:25.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: monmap epoch 3 2024-07-27T18:23:25.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:25.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: last_changed 2024-07-27T18:12:47.769561+0000 2024-07-27T18:23:25.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: created 2024-07-27T18:11:01.801618+0000 2024-07-27T18:23:25.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: min_mon_release 18 (reef) 2024-07-27T18:23:25.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: election_strategy: 1 2024-07-27T18:23:25.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-07-27T18:23:25.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: 1: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-07-27T18:23:25.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: 2: [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon.c 2024-07-27T18:23:25.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:23:25.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: osdmap e244: 8 total, 8 up, 8 in 2024-07-27T18:23:25.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: mgrmap e43: y(active, since 15s), standbys: x 2024-07-27T18:23:25.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: overall HEALTH_OK 2024-07-27T18:23:25.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:25.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:25.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:25 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:25.905 INFO:tasks.rados.rados.0.smithi029.stdout:1001: finishing write tid 1 to smithi02985406-50 2024-07-27T18:23:25.905 INFO:tasks.rados.rados.0.smithi029.stdout:1001: finishing write tid 2 to smithi02985406-50 2024-07-27T18:23:25.905 INFO:tasks.rados.rados.0.smithi029.stdout:1001: finishing write tid 3 to smithi02985406-50 2024-07-27T18:23:25.905 INFO:tasks.rados.rados.0.smithi029.stdout:1001: oid 50 updating version 0 to 175 2024-07-27T18:23:25.905 INFO:tasks.rados.rados.0.smithi029.stdout:1001: oid 50 version 175 is already newer than 174 2024-07-27T18:23:25.906 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 175 (ObjNum 321 snap 85 seq_num 321) dirty exists 2024-07-27T18:23:25.906 INFO:tasks.rados.rados.0.smithi029.stdout:1001: left oid 50 (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:23:25.906 INFO:tasks.rados.rados.0.smithi029.stdout:1003: finishing write tid 1 to smithi02985406-12 2024-07-27T18:23:25.906 INFO:tasks.rados.rados.0.smithi029.stdout:1009: seq_num 325 ranges {0=647168} 2024-07-27T18:23:25.910 INFO:tasks.rados.rados.0.smithi029.stdout:1009: writing smithi02985406-4 from 0 to 647168 tid 1 2024-07-27T18:23:25.910 INFO:tasks.rados.rados.0.smithi029.stdout:996: done (6 left) 2024-07-27T18:23:25.910 INFO:tasks.rados.rados.0.smithi029.stdout:1001: done (5 left) 2024-07-27T18:23:25.910 INFO:tasks.rados.rados.0.smithi029.stdout:1004: done (4 left) 2024-07-27T18:23:25.911 INFO:tasks.rados.rados.0.smithi029.stdout:1010: snap_create 2024-07-27T18:23:25.911 INFO:tasks.rados.rados.0.smithi029.stdout:1003: finishing write tid 2 to smithi02985406-12 2024-07-27T18:23:25.911 INFO:tasks.rados.rados.0.smithi029.stdout:1003: finishing write tid 3 to smithi02985406-12 2024-07-27T18:23:25.911 INFO:tasks.rados.rados.0.smithi029.stdout:1003: oid 12 updating version 0 to 507 2024-07-27T18:23:25.911 INFO:tasks.rados.rados.0.smithi029.stdout:1003: oid 12 updating version 507 to 508 2024-07-27T18:23:25.911 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 508 (ObjNum 322 snap 85 seq_num 322) dirty exists 2024-07-27T18:23:25.912 INFO:tasks.rados.rados.0.smithi029.stdout:1003: left oid 12 (ObjNum 322 snap 85 seq_num 322) 2024-07-27T18:23:25.912 INFO:tasks.rados.rados.0.smithi029.stdout:1006: finishing write tid 1 to smithi02985406-7 2024-07-27T18:23:25.912 INFO:tasks.rados.rados.0.smithi029.stdout:1006: finishing write tid 2 to smithi02985406-7 2024-07-27T18:23:25.912 INFO:tasks.rados.rados.0.smithi029.stdout:1006: finishing write tid 3 to smithi02985406-7 2024-07-27T18:23:25.912 INFO:tasks.rados.rados.0.smithi029.stdout:1006: oid 7 updating version 0 to 654 2024-07-27T18:23:25.912 INFO:tasks.rados.rados.0.smithi029.stdout:1006: oid 7 updating version 654 to 655 2024-07-27T18:23:25.913 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 655 (ObjNum 324 snap 85 seq_num 324) dirty exists 2024-07-27T18:23:25.913 INFO:tasks.rados.rados.0.smithi029.stdout:1006: left oid 7 (ObjNum 324 snap 85 seq_num 324) 2024-07-27T18:23:25.913 INFO:tasks.rados.rados.0.smithi029.stdout:1009: finishing write tid 1 to smithi02985406-4 2024-07-27T18:23:25.913 INFO:tasks.rados.rados.0.smithi029.stdout:1009: finishing write tid 2 to smithi02985406-4 2024-07-27T18:23:25.914 INFO:tasks.rados.rados.0.smithi029.stdout:1009: finishing write tid 3 to smithi02985406-4 2024-07-27T18:23:25.914 INFO:tasks.rados.rados.0.smithi029.stdout:1009: oid 4 updating version 0 to 354 2024-07-27T18:23:25.914 INFO:tasks.rados.rados.0.smithi029.stdout:1009: oid 4 updating version 354 to 355 2024-07-27T18:23:25.914 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 355 (ObjNum 325 snap 85 seq_num 325) dirty exists 2024-07-27T18:23:25.914 INFO:tasks.rados.rados.0.smithi029.stdout:1009: left oid 4 (ObjNum 325 snap 85 seq_num 325) 2024-07-27T18:23:26.389 INFO:tasks.rados.rados.0.smithi029.stdout:1003: done (4 left) 2024-07-27T18:23:26.390 INFO:tasks.rados.rados.0.smithi029.stdout:1006: done (3 left) 2024-07-27T18:23:26.390 INFO:tasks.rados.rados.0.smithi029.stdout:1007: done (2 left) 2024-07-27T18:23:26.390 INFO:tasks.rados.rados.0.smithi029.stdout:1009: done (1 left) 2024-07-27T18:23:26.390 INFO:tasks.rados.rados.0.smithi029.stdout:1010: done (0 left) 2024-07-27T18:23:26.390 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 86 2024-07-27T18:23:26.390 INFO:tasks.rados.rados.0.smithi029.stdout:1011: seq_num 326 ranges {0=663552} 2024-07-27T18:23:26.393 INFO:tasks.rados.rados.0.smithi029.stdout:1011: writing smithi02985406-19 from 0 to 663552 tid 1 2024-07-27T18:23:26.393 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 86 2024-07-27T18:23:26.393 INFO:tasks.rados.rados.0.smithi029.stdout:1012: seq_num 327 ranges {4235264=679936} 2024-07-27T18:23:26.422 INFO:tasks.rados.rados.0.smithi029.stdout:1012: writing smithi02985406-25 from 4235264 to 4915200 tid 1 2024-07-27T18:23:26.422 INFO:tasks.rados.rados.0.smithi029.stdout:1013: rmattr oid 42 current snap is 86 2024-07-27T18:23:26.422 INFO:tasks.rados.rados.0.smithi029.stdout:1011: finishing write tid 1 to smithi02985406-19 2024-07-27T18:23:26.423 INFO:tasks.rados.rados.0.smithi029.stdout:1011: finishing write tid 2 to smithi02985406-19 2024-07-27T18:23:26.423 INFO:tasks.rados.rados.0.smithi029.stdout:1011: finishing write tid 3 to smithi02985406-19 2024-07-27T18:23:26.423 INFO:tasks.rados.rados.0.smithi029.stdout:1011: oid 19 updating version 0 to 357 2024-07-27T18:23:26.423 INFO:tasks.rados.rados.0.smithi029.stdout:1011: oid 19 version 357 is already newer than 356 2024-07-27T18:23:26.423 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 357 (ObjNum 326 snap 86 seq_num 326) dirty exists 2024-07-27T18:23:26.423 INFO:tasks.rados.rados.0.smithi029.stdout:1011: left oid 19 (ObjNum 326 snap 86 seq_num 326) 2024-07-27T18:23:26.423 INFO:tasks.rados.rados.0.smithi029.stdout:1011: done (2 left) 2024-07-27T18:23:26.423 INFO:tasks.rados.rados.0.smithi029.stdout:1014: delete oid 35 current snap is 86 2024-07-27T18:23:26.424 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 392 (ObjNum 137 snap 30 seq_num 137) dirty exists 2024-07-27T18:23:26.427 INFO:tasks.rados.rados.0.smithi029.stdout:1013: done (2 left) 2024-07-27T18:23:26.427 INFO:tasks.rados.rados.0.smithi029.stdout:1014: done (1 left) 2024-07-27T18:23:26.427 INFO:tasks.rados.rados.0.smithi029.stdout:1015: copy_from oid 21 from oid 5 current snap is 86 2024-07-27T18:23:26.427 INFO:tasks.rados.rados.0.smithi029.stdout:1016: snap_create 2024-07-27T18:23:26.430 INFO:tasks.rados.rados.0.smithi029.stdout:1012: finishing write tid 1 to smithi02985406-25 2024-07-27T18:23:26.430 INFO:tasks.rados.rados.0.smithi029.stdout:1012: finishing write tid 2 to smithi02985406-25 2024-07-27T18:23:26.431 INFO:tasks.rados.rados.0.smithi029.stdout:1012: finishing write tid 3 to smithi02985406-25 2024-07-27T18:23:26.431 INFO:tasks.rados.rados.0.smithi029.stdout:1012: oid 25 updating version 0 to 634 2024-07-27T18:23:26.431 INFO:tasks.rados.rados.0.smithi029.stdout:1012: oid 25 updating version 634 to 635 2024-07-27T18:23:26.432 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 635 (ObjNum 327 snap 86 seq_num 327) dirty exists 2024-07-27T18:23:26.432 INFO:tasks.rados.rados.0.smithi029.stdout:1012: left oid 25 (ObjNum 327 snap 86 seq_num 327) 2024-07-27T18:23:26.453 INFO:tasks.rados.rados.0.smithi029.stdout:1015: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:23:26.459 INFO:tasks.rados.rados.0.smithi029.stdout:1015: finishing copy_from to smithi02985406-21 2024-07-27T18:23:26.459 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 389 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:23:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:26 smithi179 ceph-mon[33511]: pgmap v26: 121 pgs: 121 active+clean; 153 MiB data, 907 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:26 smithi179 ceph-mon[33511]: osdmap e245: 8 total, 8 up, 8 in 2024-07-27T18:23:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:26 smithi029 ceph-mon[96870]: pgmap v26: 121 pgs: 121 active+clean; 153 MiB data, 907 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:26 smithi029 ceph-mon[96870]: osdmap e245: 8 total, 8 up, 8 in 2024-07-27T18:23:26.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:26 smithi029 ceph-mon[99353]: pgmap v26: 121 pgs: 121 active+clean; 153 MiB data, 907 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:26.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:26 smithi029 ceph-mon[99353]: osdmap e245: 8 total, 8 up, 8 in 2024-07-27T18:23:27.396 INFO:tasks.rados.rados.0.smithi029.stdout:1012: done (2 left) 2024-07-27T18:23:27.396 INFO:tasks.rados.rados.0.smithi029.stdout:1015: done (1 left) 2024-07-27T18:23:27.396 INFO:tasks.rados.rados.0.smithi029.stdout:1016: done (0 left) 2024-07-27T18:23:27.396 INFO:tasks.rados.rados.0.smithi029.stdout:1017: rollback oid 44 current snap is 87 2024-07-27T18:23:27.396 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 44 to 73 2024-07-27T18:23:27.396 INFO:tasks.rados.rados.0.smithi029.stdout:1018: copy_from oid 18 from oid 38 current snap is 87 2024-07-27T18:23:27.396 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 87 2024-07-27T18:23:27.396 INFO:tasks.rados.rados.0.smithi029.stdout:1019: seq_num 329 ranges {0=712704} 2024-07-27T18:23:27.400 INFO:tasks.rados.rados.0.smithi029.stdout:1019: writing smithi02985406-3 from 0 to 712704 tid 1 2024-07-27T18:23:27.400 INFO:tasks.rados.rados.0.smithi029.stdout:1020: snap_remove snap 86 2024-07-27T18:23:27.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:27 smithi029 ceph-mon[96870]: osdmap e246: 8 total, 8 up, 8 in 2024-07-27T18:23:27.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:27 smithi029 ceph-mon[99353]: osdmap e246: 8 total, 8 up, 8 in 2024-07-27T18:23:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:27 smithi179 ceph-mon[33511]: osdmap e246: 8 total, 8 up, 8 in 2024-07-27T18:23:28.403 INFO:tasks.rados.rados.0.smithi029.stdout:1020: done (3 left) 2024-07-27T18:23:28.403 INFO:tasks.rados.rados.0.smithi029.stdout:1021: snap_create 2024-07-27T18:23:28.403 INFO:tasks.rados.rados.0.smithi029.stdout:1017: finishing rollback tid 0 to smithi02985406-44 2024-07-27T18:23:28.403 INFO:tasks.rados.rados.0.smithi029.stdout:1017: finishing rollback tid 1 to smithi02985406-44 2024-07-27T18:23:28.403 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 474 (ObjNum 81 snap 0 seq_num 368560784) dirty dne 2024-07-27T18:23:28.403 INFO:tasks.rados.rados.0.smithi029.stdout:1019: finishing write tid 1 to smithi02985406-3 2024-07-27T18:23:28.403 INFO:tasks.rados.rados.0.smithi029.stdout:1019: finishing write tid 2 to smithi02985406-3 2024-07-27T18:23:28.403 INFO:tasks.rados.rados.0.smithi029.stdout:1019: finishing write tid 3 to smithi02985406-3 2024-07-27T18:23:28.403 INFO:tasks.rados.rados.0.smithi029.stdout:1019: oid 3 updating version 0 to 366 2024-07-27T18:23:28.403 INFO:tasks.rados.rados.0.smithi029.stdout:1019: oid 3 updating version 366 to 367 2024-07-27T18:23:28.403 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 367 (ObjNum 329 snap 87 seq_num 329) dirty exists 2024-07-27T18:23:28.404 INFO:tasks.rados.rados.0.smithi029.stdout:1019: left oid 3 (ObjNum 329 snap 87 seq_num 329) 2024-07-27T18:23:28.404 INFO:tasks.rados.rados.0.smithi029.stdout:1018: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:23:28.404 INFO:tasks.rados.rados.0.smithi029.stdout:1018: finishing copy_from to smithi02985406-18 2024-07-27T18:23:28.404 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 357 (ObjNum 230 snap 57 seq_num 230) dirty exists 2024-07-27T18:23:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:28 smithi179 ceph-mon[33511]: pgmap v29: 121 pgs: 121 active+clean; 162 MiB data, 930 MiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 1.4 MiB/s wr, 10 op/s 2024-07-27T18:23:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:28 smithi179 ceph-mon[33511]: osdmap e247: 8 total, 8 up, 8 in 2024-07-27T18:23:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:28 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:28 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:28 smithi029 ceph-mon[96870]: pgmap v29: 121 pgs: 121 active+clean; 162 MiB data, 930 MiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 1.4 MiB/s wr, 10 op/s 2024-07-27T18:23:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:28 smithi029 ceph-mon[96870]: osdmap e247: 8 total, 8 up, 8 in 2024-07-27T18:23:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:28 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:28 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:28 smithi029 ceph-mon[99353]: pgmap v29: 121 pgs: 121 active+clean; 162 MiB data, 930 MiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 1.4 MiB/s wr, 10 op/s 2024-07-27T18:23:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:28 smithi029 ceph-mon[99353]: osdmap e247: 8 total, 8 up, 8 in 2024-07-27T18:23:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:28 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:28 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:29.402 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:29 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:29.171+0000 7fe44c0d1640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-07-27T18:23:29.405 INFO:tasks.rados.rados.0.smithi029.stdout:1017: done (3 left) 2024-07-27T18:23:29.406 INFO:tasks.rados.rados.0.smithi029.stdout:1018: done (2 left) 2024-07-27T18:23:29.406 INFO:tasks.rados.rados.0.smithi029.stdout:1019: done (1 left) 2024-07-27T18:23:29.406 INFO:tasks.rados.rados.0.smithi029.stdout:1021: done (0 left) 2024-07-27T18:23:29.406 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 88 2024-07-27T18:23:29.406 INFO:tasks.rados.rados.0.smithi029.stdout:1022: seq_num 330 ranges {2367488=737280} 2024-07-27T18:23:29.423 INFO:tasks.rados.rados.0.smithi029.stdout:1022: writing smithi02985406-1 from 2367488 to 3104768 tid 1 2024-07-27T18:23:29.423 INFO:tasks.rados.rados.0.smithi029.stdout:1023: read oid 35 snap -1 2024-07-27T18:23:29.423 INFO:tasks.rados.rados.0.smithi029.stdout:1023: expect deleted 2024-07-27T18:23:29.423 INFO:tasks.rados.rados.0.smithi029.stdout:1024: snap_create 2024-07-27T18:23:29.430 INFO:tasks.rados.rados.0.smithi029.stdout:1022: finishing write tid 1 to smithi02985406-1 2024-07-27T18:23:29.430 INFO:tasks.rados.rados.0.smithi029.stdout:1022: finishing write tid 2 to smithi02985406-1 2024-07-27T18:23:29.431 INFO:tasks.rados.rados.0.smithi029.stdout:1022: finishing write tid 3 to smithi02985406-1 2024-07-27T18:23:29.431 INFO:tasks.rados.rados.0.smithi029.stdout:1022: oid 1 updating version 0 to 478 2024-07-27T18:23:29.431 INFO:tasks.rados.rados.0.smithi029.stdout:1022: oid 1 updating version 478 to 479 2024-07-27T18:23:29.431 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 479 (ObjNum 330 snap 88 seq_num 330) dirty exists 2024-07-27T18:23:29.431 INFO:tasks.rados.rados.0.smithi029.stdout:1022: left oid 1 (ObjNum 330 snap 88 seq_num 330) 2024-07-27T18:23:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:29 smithi179 ceph-mon[33511]: osdmap e248: 8 total, 8 up, 8 in 2024-07-27T18:23:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:29 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:29 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:29 smithi029 ceph-mon[96870]: osdmap e248: 8 total, 8 up, 8 in 2024-07-27T18:23:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:29 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:29 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:29 smithi029 ceph-mon[99353]: osdmap e248: 8 total, 8 up, 8 in 2024-07-27T18:23:29.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:29 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:29.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:29 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:30.411 INFO:tasks.rados.rados.0.smithi029.stdout:1022: done (2 left) 2024-07-27T18:23:30.411 INFO:tasks.rados.rados.0.smithi029.stdout:1023: done (1 left) 2024-07-27T18:23:30.411 INFO:tasks.rados.rados.0.smithi029.stdout:1024: done (0 left) 2024-07-27T18:23:30.411 INFO:tasks.rados.rados.0.smithi029.stdout:1025: rollback oid 37 current snap is 89 2024-07-27T18:23:30.412 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 37 to 85 2024-07-27T18:23:30.412 INFO:tasks.rados.rados.0.smithi029.stdout:1026: delete oid 44 current snap is 89 2024-07-27T18:23:30.417 INFO:tasks.rados.rados.0.smithi029.stdout:1025: finishing rollback tid 0 to smithi02985406-37 2024-07-27T18:23:30.417 INFO:tasks.rados.rados.0.smithi029.stdout:1025: finishing rollback tid 1 to smithi02985406-37 2024-07-27T18:23:30.417 INFO:tasks.rados.rados.0.smithi029.stdout:1025: finishing rollback tid 2 to smithi02985406-37 2024-07-27T18:23:30.417 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 483 (ObjNum 302 snap 77 seq_num 302) dirty exists 2024-07-27T18:23:30.418 INFO:tasks.rados.rados.0.smithi029.stdout:1025: done (1 left) 2024-07-27T18:23:30.418 INFO:tasks.rados.rados.0.smithi029.stdout:1026: done (0 left) 2024-07-27T18:23:30.418 INFO:tasks.rados.rados.0.smithi029.stdout:1027: copy_from oid 5 from oid 45 current snap is 89 2024-07-27T18:23:30.418 INFO:tasks.rados.rados.0.smithi029.stdout:1028: read oid 12 snap 84 2024-07-27T18:23:30.418 INFO:tasks.rados.rados.0.smithi029.stdout:1028: expect (ObjNum 164 snap 39 seq_num 164) 2024-07-27T18:23:30.419 INFO:tasks.rados.rados.0.smithi029.stdout:1029: rollback oid 47 current snap is 89 2024-07-27T18:23:30.419 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 47 to 79 2024-07-27T18:23:30.419 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 89 2024-07-27T18:23:30.419 INFO:tasks.rados.rados.0.smithi029.stdout:1030: seq_num 332 ranges {180224=770048} 2024-07-27T18:23:30.425 INFO:tasks.rados.rados.0.smithi029.stdout:1030: writing smithi02985406-28 from 180224 to 950272 tid 1 2024-07-27T18:23:30.425 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 89 2024-07-27T18:23:30.425 INFO:tasks.rados.rados.0.smithi029.stdout:1029: finishing rollback tid 0 to smithi02985406-47 2024-07-27T18:23:30.425 INFO:tasks.rados.rados.0.smithi029.stdout:1029: finishing rollback tid 1 to smithi02985406-47 2024-07-27T18:23:30.425 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 639 (ObjNum 65 snap 0 seq_num 1517573473) dirty dne 2024-07-27T18:23:30.425 INFO:tasks.rados.rados.0.smithi029.stdout:1031: seq_num 333 ranges {0=786432} 2024-07-27T18:23:30.430 INFO:tasks.rados.rados.0.smithi029.stdout:1031: writing smithi02985406-36 from 0 to 786432 tid 1 2024-07-27T18:23:30.430 INFO:tasks.rados.rados.0.smithi029.stdout:1029: done (4 left) 2024-07-27T18:23:30.430 INFO:tasks.rados.rados.0.smithi029.stdout:1032: snap_remove snap 76 2024-07-27T18:23:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:30 smithi179 ceph-mon[33511]: pgmap v32: 121 pgs: 121 active+clean; 162 MiB data, 930 MiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:23:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:30 smithi179 ceph-mon[33511]: osdmap e249: 8 total, 8 up, 8 in 2024-07-27T18:23:30.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:30 smithi029 ceph-mon[96870]: pgmap v32: 121 pgs: 121 active+clean; 162 MiB data, 930 MiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:23:30.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:30 smithi029 ceph-mon[96870]: osdmap e249: 8 total, 8 up, 8 in 2024-07-27T18:23:30.675 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:30 smithi029 ceph-mon[99353]: pgmap v32: 121 pgs: 121 active+clean; 162 MiB data, 930 MiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:23:30.675 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:30 smithi029 ceph-mon[99353]: osdmap e249: 8 total, 8 up, 8 in 2024-07-27T18:23:31.417 INFO:tasks.rados.rados.0.smithi029.stdout:1032: done (4 left) 2024-07-27T18:23:31.418 INFO:tasks.rados.rados.0.smithi029.stdout:1033: rmattr oid 21 current snap is 89 2024-07-27T18:23:31.418 INFO:tasks.rados.rados.0.smithi029.stdout:1033: done (4 left) 2024-07-27T18:23:31.418 INFO:tasks.rados.rados.0.smithi029.stdout:1034: setattr oid 43 current snap is 89 2024-07-27T18:23:31.419 INFO:tasks.rados.rados.0.smithi029.stdout:1028: expect (ObjNum 164 snap 39 seq_num 164) 2024-07-27T18:23:31.592 INFO:tasks.rados.rados.0.smithi029.stdout:1030: finishing write tid 1 to smithi02985406-28 2024-07-27T18:23:31.592 INFO:tasks.rados.rados.0.smithi029.stdout:1030: finishing write tid 2 to smithi02985406-28 2024-07-27T18:23:31.592 INFO:tasks.rados.rados.0.smithi029.stdout:1030: finishing write tid 3 to smithi02985406-28 2024-07-27T18:23:31.592 INFO:tasks.rados.rados.0.smithi029.stdout:1030: oid 28 updating version 0 to 641 2024-07-27T18:23:31.592 INFO:tasks.rados.rados.0.smithi029.stdout:1030: oid 28 updating version 641 to 642 2024-07-27T18:23:31.592 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 642 (ObjNum 332 snap 89 seq_num 332) dirty exists 2024-07-27T18:23:31.592 INFO:tasks.rados.rados.0.smithi029.stdout:1030: left oid 28 (ObjNum 332 snap 89 seq_num 332) 2024-07-27T18:23:31.592 INFO:tasks.rados.rados.0.smithi029.stdout:1031: finishing write tid 1 to smithi02985406-36 2024-07-27T18:23:31.592 INFO:tasks.rados.rados.0.smithi029.stdout:1031: finishing write tid 2 to smithi02985406-36 2024-07-27T18:23:31.592 INFO:tasks.rados.rados.0.smithi029.stdout:1031: finishing write tid 3 to smithi02985406-36 2024-07-27T18:23:31.592 INFO:tasks.rados.rados.0.smithi029.stdout:1031: oid 36 updating version 0 to 131 2024-07-27T18:23:31.593 INFO:tasks.rados.rados.0.smithi029.stdout:1031: oid 36 updating version 131 to 132 2024-07-27T18:23:31.593 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 132 (ObjNum 333 snap 89 seq_num 333) dirty exists 2024-07-27T18:23:31.593 INFO:tasks.rados.rados.0.smithi029.stdout:1031: left oid 36 (ObjNum 333 snap 89 seq_num 333) 2024-07-27T18:23:31.593 INFO:tasks.rados.rados.0.smithi029.stdout:1027: finishing copy_from racing read to smithi02985406-5 2024-07-27T18:23:31.593 INFO:tasks.rados.rados.0.smithi029.stdout:1027: finishing copy_from to smithi02985406-5 2024-07-27T18:23:31.593 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 470 (ObjNum 298 snap 77 seq_num 298) dirty exists 2024-07-27T18:23:31.593 INFO:tasks.rados.rados.0.smithi029.stdout:1027: done (4 left) 2024-07-27T18:23:31.593 INFO:tasks.rados.rados.0.smithi029.stdout:1028: done (3 left) 2024-07-27T18:23:31.593 INFO:tasks.rados.rados.0.smithi029.stdout:1030: done (2 left) 2024-07-27T18:23:31.593 INFO:tasks.rados.rados.0.smithi029.stdout:1031: done (1 left) 2024-07-27T18:23:31.593 INFO:tasks.rados.rados.0.smithi029.stdout:1035: snap_remove snap 82 2024-07-27T18:23:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:31 smithi029 ceph-mon[99353]: osdmap e250: 8 total, 8 up, 8 in 2024-07-27T18:23:31.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:31 smithi029 ceph-mon[96870]: osdmap e250: 8 total, 8 up, 8 in 2024-07-27T18:23:31.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:31 smithi179 ceph-mon[33511]: osdmap e250: 8 total, 8 up, 8 in 2024-07-27T18:23:31.927 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 667 (ObjNum 242 snap 58 seq_num 242) dirty exists 2024-07-27T18:23:31.928 INFO:tasks.rados.rados.0.smithi029.stdout:1034: done (1 left) 2024-07-27T18:23:31.928 INFO:tasks.rados.rados.0.smithi029.stdout:1035: done (0 left) 2024-07-27T18:23:31.928 INFO:tasks.rados.rados.0.smithi029.stdout:1036: rollback oid 46 current snap is 89 2024-07-27T18:23:31.928 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 79 2024-07-27T18:23:31.928 INFO:tasks.rados.rados.0.smithi029.stdout:1037: snap_remove snap 85 2024-07-27T18:23:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:23:32] "GET /metrics HTTP/1.1" 200 36023 "" "Prometheus/2.43.0" 2024-07-27T18:23:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[99353]: pgmap v35: 121 pgs: 121 active+clean; 174 MiB data, 973 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 3.0 MiB/s wr, 10 op/s 2024-07-27T18:23:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[99353]: osdmap e251: 8 total, 8 up, 8 in 2024-07-27T18:23:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[99353]: osdmap e252: 8 total, 8 up, 8 in 2024-07-27T18:23:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:32.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:23:32.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:32.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:32.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:23:32.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-07-27T18:23:32.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-07-27T18:23:32.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[96870]: pgmap v35: 121 pgs: 121 active+clean; 174 MiB data, 973 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 3.0 MiB/s wr, 10 op/s 2024-07-27T18:23:32.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[96870]: osdmap e251: 8 total, 8 up, 8 in 2024-07-27T18:23:32.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[96870]: osdmap e252: 8 total, 8 up, 8 in 2024-07-27T18:23:32.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:32.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:32.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:32.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:23:32.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:32.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:32.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:23:32.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-07-27T18:23:32.755 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-07-27T18:23:32.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:32 smithi179 ceph-mon[33511]: pgmap v35: 121 pgs: 121 active+clean; 174 MiB data, 973 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 3.0 MiB/s wr, 10 op/s 2024-07-27T18:23:32.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:32 smithi179 ceph-mon[33511]: osdmap e251: 8 total, 8 up, 8 in 2024-07-27T18:23:32.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:32 smithi179 ceph-mon[33511]: osdmap e252: 8 total, 8 up, 8 in 2024-07-27T18:23:32.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:32 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:32.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:32 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:32.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:32 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:32.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:32 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:23:32.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:32 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:32.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:32 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:32.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:32 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:23:32.759 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:32 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-07-27T18:23:32.759 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:32 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-07-27T18:23:32.930 INFO:tasks.rados.rados.0.smithi029.stdout:1037: done (1 left) 2024-07-27T18:23:32.930 INFO:tasks.rados.rados.0.smithi029.stdout:1038: read oid 45 snap -1 2024-07-27T18:23:32.930 INFO:tasks.rados.rados.0.smithi029.stdout:1038: expect (ObjNum 298 snap 77 seq_num 298) 2024-07-27T18:23:32.930 INFO:tasks.rados.rados.0.smithi029.stdout:1039: copy_from oid 20 from oid 11 current snap is 89 2024-07-27T18:23:32.930 INFO:tasks.rados.rados.0.smithi029.stdout:1036: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:23:32.930 INFO:tasks.rados.rados.0.smithi029.stdout:1036: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:23:32.931 INFO:tasks.rados.rados.0.smithi029.stdout:1040: snap_remove snap 87 2024-07-27T18:23:33.727 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:33 smithi179 ceph-mon[33511]: Upgrade: It appears safe to stop mon.b 2024-07-27T18:23:33.727 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:33 smithi179 ceph-mon[33511]: osdmap e253: 8 total, 8 up, 8 in 2024-07-27T18:23:33.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:33 smithi029 ceph-mon[96870]: Upgrade: It appears safe to stop mon.b 2024-07-27T18:23:33.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:33 smithi029 ceph-mon[96870]: osdmap e253: 8 total, 8 up, 8 in 2024-07-27T18:23:33.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:33 smithi029 ceph-mon[99353]: Upgrade: It appears safe to stop mon.b 2024-07-27T18:23:33.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:33 smithi029 ceph-mon[99353]: osdmap e253: 8 total, 8 up, 8 in 2024-07-27T18:23:33.932 INFO:tasks.rados.rados.0.smithi029.stdout:1040: done (3 left) 2024-07-27T18:23:33.933 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 89 2024-07-27T18:23:33.933 INFO:tasks.rados.rados.0.smithi029.stdout:1036: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:23:33.933 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 390 (ObjNum 274 snap 70 seq_num 274) dirty exists 2024-07-27T18:23:33.933 INFO:tasks.rados.rados.0.smithi029.stdout:1041: seq_num 334 ranges {8691712=802816} 2024-07-27T18:23:33.985 INFO:tasks.rados.rados.0.smithi029.stdout:1041: writing smithi02985406-17 from 8691712 to 9494528 tid 1 2024-07-27T18:23:33.985 INFO:tasks.rados.rados.0.smithi029.stdout:1036: done (3 left) 2024-07-27T18:23:33.985 INFO:tasks.rados.rados.0.smithi029.stdout:1042: delete oid 29 current snap is 89 2024-07-27T18:23:33.985 INFO:tasks.rados.rados.0.smithi029.stdout:1038: expect (ObjNum 298 snap 77 seq_num 298) 2024-07-27T18:23:34.091 INFO:tasks.rados.rados.0.smithi029.stdout:1039: finishing copy_from racing read to smithi02985406-20 2024-07-27T18:23:34.091 INFO:tasks.rados.rados.0.smithi029.stdout:1039: finishing copy_from to smithi02985406-20 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 85 (ObjNum 211 snap 55 seq_num 211) dirty exists 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:1041: finishing write tid 1 to smithi02985406-17 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:1041: finishing write tid 2 to smithi02985406-17 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:1041: finishing write tid 3 to smithi02985406-17 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:1041: oid 17 updating version 0 to 390 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:1041: oid 17 updating version 390 to 391 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 391 (ObjNum 334 snap 89 seq_num 334) dirty exists 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:1041: left oid 17 (ObjNum 334 snap 89 seq_num 334) 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:1038: done (3 left) 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:1039: done (2 left) 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:1041: done (1 left) 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:1042: done (0 left) 2024-07-27T18:23:34.092 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 41 current snap is 89 2024-07-27T18:23:34.093 INFO:tasks.rados.rados.0.smithi029.stdout:1043: seq_num 336 ranges {7675904=434176,8110080=401408} 2024-07-27T18:23:34.135 INFO:tasks.rados.rados.0.smithi029.stdout:1043: writing smithi02985406-41 from 7675904 to 8110080 tid 1 2024-07-27T18:23:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:1043: writing smithi02985406-41 from 8110080 to 8511488 tid 2 2024-07-27T18:23:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:1044: rollback oid 47 current snap is 89 2024-07-27T18:23:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 47 to 72 2024-07-27T18:23:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:1045: snap_create 2024-07-27T18:23:34.139 INFO:tasks.rados.rados.0.smithi029.stdout:1044: finishing rollback tid 1 to smithi02985406-47 2024-07-27T18:23:34.139 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 639 (ObjNum 65 snap 0 seq_num 1517573473) dirty dne 2024-07-27T18:23:34.139 INFO:tasks.rados.rados.0.smithi029.stdout:1043: finishing write tid 1 to smithi02985406-41 2024-07-27T18:23:34.140 INFO:tasks.rados.rados.0.smithi029.stdout:1043: finishing write tid 2 to smithi02985406-41 2024-07-27T18:23:34.140 INFO:tasks.rados.rados.0.smithi029.stdout:1043: finishing write tid 3 to smithi02985406-41 2024-07-27T18:23:34.140 INFO:tasks.rados.rados.0.smithi029.stdout:1043: finishing write tid 4 to smithi02985406-41 2024-07-27T18:23:34.141 INFO:tasks.rados.rados.0.smithi029.stdout:1043: oid 41 updating version 0 to 140 2024-07-27T18:23:34.141 INFO:tasks.rados.rados.0.smithi029.stdout:1043: oid 41 version 140 is already newer than 139 2024-07-27T18:23:34.141 INFO:tasks.rados.rados.0.smithi029.stdout:1043: oid 41 version 140 is already newer than 138 2024-07-27T18:23:34.141 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 140 (ObjNum 336 snap 89 seq_num 336) dirty exists 2024-07-27T18:23:34.141 INFO:tasks.rados.rados.0.smithi029.stdout:1043: left oid 41 (ObjNum 336 snap 89 seq_num 336) 2024-07-27T18:23:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:34 smithi029 ceph-mon[96870]: pgmap v38: 121 pgs: 121 active+clean; 174 MiB data, 973 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 3.0 MiB/s wr, 10 op/s 2024-07-27T18:23:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:34 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:34.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:34.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:34.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:34.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:34 smithi029 ceph-mon[96870]: osdmap e254: 8 total, 8 up, 8 in 2024-07-27T18:23:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:34 smithi029 ceph-mon[99353]: pgmap v38: 121 pgs: 121 active+clean; 174 MiB data, 973 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 3.0 MiB/s wr, 10 op/s 2024-07-27T18:23:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:34 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:34 smithi029 ceph-mon[99353]: osdmap e254: 8 total, 8 up, 8 in 2024-07-27T18:23:34.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:34 smithi179 ceph-mon[33511]: pgmap v38: 121 pgs: 121 active+clean; 174 MiB data, 973 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 3.0 MiB/s wr, 10 op/s 2024-07-27T18:23:34.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:34 smithi179 ceph-mon[33511]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:34.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:34 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:34.858 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:34 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:34.859 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:34 smithi179 ceph-mon[33511]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:34.859 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:34 smithi179 ceph-mon[33511]: osdmap e254: 8 total, 8 up, 8 in 2024-07-27T18:23:34.931 INFO:tasks.rados.rados.0.smithi029.stdout:1043: done (2 left) 2024-07-27T18:23:34.931 INFO:tasks.rados.rados.0.smithi029.stdout:1044: done (1 left) 2024-07-27T18:23:34.931 INFO:tasks.rados.rados.0.smithi029.stdout:1045: done (0 left) 2024-07-27T18:23:34.931 INFO:tasks.rados.rados.0.smithi029.stdout:1046: rmattr oid 32 current snap is 90 2024-07-27T18:23:34.931 INFO:tasks.rados.rados.0.smithi029.stdout:1046: done (0 left) 2024-07-27T18:23:34.931 INFO:tasks.rados.rados.0.smithi029.stdout:1047: read oid 50 snap -1 2024-07-27T18:23:34.931 INFO:tasks.rados.rados.0.smithi029.stdout:1047: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:23:34.931 INFO:tasks.rados.rados.0.smithi029.stdout:1048: rollback oid 48 current snap is 90 2024-07-27T18:23:34.931 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 48 to 73 2024-07-27T18:23:34.931 INFO:tasks.rados.rados.0.smithi029.stdout:1049: delete oid 5 current snap is 90 2024-07-27T18:23:34.936 INFO:tasks.rados.rados.0.smithi029.stdout:1047: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:23:34.952 INFO:tasks.rados.rados.0.smithi029.stdout:1048: finishing rollback tid 0 to smithi02985406-48 2024-07-27T18:23:34.952 INFO:tasks.rados.rados.0.smithi029.stdout:1048: finishing rollback tid 1 to smithi02985406-48 2024-07-27T18:23:34.952 INFO:tasks.rados.rados.0.smithi029.stdout:1048: finishing rollback tid 2 to smithi02985406-48 2024-07-27T18:23:34.952 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 683 (ObjNum 247 snap 59 seq_num 247) dirty exists 2024-07-27T18:23:34.952 INFO:tasks.rados.rados.0.smithi029.stdout:1047: done (2 left) 2024-07-27T18:23:34.952 INFO:tasks.rados.rados.0.smithi029.stdout:1048: done (1 left) 2024-07-27T18:23:34.952 INFO:tasks.rados.rados.0.smithi029.stdout:1049: done (0 left) 2024-07-27T18:23:34.952 INFO:tasks.rados.rados.0.smithi029.stdout:1050: delete oid 45 current snap is 90 2024-07-27T18:23:34.954 INFO:tasks.rados.rados.0.smithi029.stdout:1050: done (0 left) 2024-07-27T18:23:34.954 INFO:tasks.rados.rados.0.smithi029.stdout:1051: copy_from oid 25 from oid 31 current snap is 90 2024-07-27T18:23:34.954 INFO:tasks.rados.rados.0.smithi029.stdout:1052: read oid 49 snap 77 2024-07-27T18:23:34.954 INFO:tasks.rados.rados.0.smithi029.stdout:1052: expect (ObjNum 272 snap 70 seq_num 272) 2024-07-27T18:23:34.954 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 90 2024-07-27T18:23:34.954 INFO:tasks.rados.rados.0.smithi029.stdout:1053: seq_num 339 ranges {5611520=483328,6094848=401408} 2024-07-27T18:23:34.988 INFO:tasks.rados.rados.0.smithi029.stdout:1053: writing smithi02985406-23 from 5611520 to 6094848 tid 1 2024-07-27T18:23:34.990 INFO:tasks.rados.rados.0.smithi029.stdout:1053: writing smithi02985406-23 from 6094848 to 6496256 tid 2 2024-07-27T18:23:34.990 INFO:tasks.rados.rados.0.smithi029.stdout:1054: copy_from oid 32 from oid 42 current snap is 90 2024-07-27T18:23:34.990 INFO:tasks.rados.rados.0.smithi029.stdout:1051: finishing copy_from to smithi02985406-25 2024-07-27T18:23:34.990 INFO:tasks.rados.rados.0.smithi029.stdout:1051: got expected ENOENT (src dne) 2024-07-27T18:23:34.990 INFO:tasks.rados.rados.0.smithi029.stdout:1051: finishing copy_from racing read to smithi02985406-25 2024-07-27T18:23:34.991 INFO:tasks.rados.rados.0.smithi029.stdout:1052: expect (ObjNum 272 snap 70 seq_num 272) 2024-07-27T18:23:35.051 INFO:tasks.rados.rados.0.smithi029.stdout:1053: finishing write tid 1 to smithi02985406-23 2024-07-27T18:23:35.051 INFO:tasks.rados.rados.0.smithi029.stdout:1053: finishing write tid 2 to smithi02985406-23 2024-07-27T18:23:35.051 INFO:tasks.rados.rados.0.smithi029.stdout:1051: done (3 left) 2024-07-27T18:23:35.051 INFO:tasks.rados.rados.0.smithi029.stdout:1052: done (2 left) 2024-07-27T18:23:35.051 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 90 2024-07-27T18:23:35.052 INFO:tasks.rados.rados.0.smithi029.stdout:1053: finishing write tid 3 to smithi02985406-23 2024-07-27T18:23:35.052 INFO:tasks.rados.rados.0.smithi029.stdout:1055: seq_num 340 ranges {4325376=499712,4825088=401408} 2024-07-27T18:23:35.077 INFO:tasks.rados.rados.0.smithi029.stdout:1055: writing smithi02985406-10 from 4325376 to 4825088 tid 1 2024-07-27T18:23:35.080 INFO:tasks.rados.rados.0.smithi029.stdout:1055: writing smithi02985406-10 from 4825088 to 5226496 tid 2 2024-07-27T18:23:35.080 INFO:tasks.rados.rados.0.smithi029.stdout:1056: read oid 13 snap 75 2024-07-27T18:23:35.080 INFO:tasks.rados.rados.0.smithi029.stdout:1056: expect (ObjNum 266 snap 70 seq_num 266) 2024-07-27T18:23:35.080 INFO:tasks.rados.rados.0.smithi029.stdout:1057: snap_create 2024-07-27T18:23:35.080 INFO:tasks.rados.rados.0.smithi029.stdout:1053: finishing write tid 4 to smithi02985406-23 2024-07-27T18:23:35.080 INFO:tasks.rados.rados.0.smithi029.stdout:1053: oid 23 updating version 0 to 216 2024-07-27T18:23:35.080 INFO:tasks.rados.rados.0.smithi029.stdout:1053: oid 23 version 216 is already newer than 214 2024-07-27T18:23:35.080 INFO:tasks.rados.rados.0.smithi029.stdout:1053: oid 23 version 216 is already newer than 215 2024-07-27T18:23:35.080 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 216 (ObjNum 339 snap 90 seq_num 339) dirty exists 2024-07-27T18:23:35.080 INFO:tasks.rados.rados.0.smithi029.stdout:1053: left oid 23 (ObjNum 339 snap 90 seq_num 339) 2024-07-27T18:23:35.080 INFO:tasks.rados.rados.0.smithi029.stdout:1054: finishing copy_from racing read to smithi02985406-32 2024-07-27T18:23:35.081 INFO:tasks.rados.rados.0.smithi029.stdout:1054: finishing copy_from to smithi02985406-32 2024-07-27T18:23:35.081 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 392 (ObjNum 137 snap 30 seq_num 137) dirty exists 2024-07-27T18:23:35.082 INFO:tasks.rados.rados.0.smithi029.stdout:1055: finishing write tid 1 to smithi02985406-10 2024-07-27T18:23:35.082 INFO:tasks.rados.rados.0.smithi029.stdout:1055: finishing write tid 2 to smithi02985406-10 2024-07-27T18:23:35.082 INFO:tasks.rados.rados.0.smithi029.stdout:1055: finishing write tid 3 to smithi02985406-10 2024-07-27T18:23:35.084 INFO:tasks.rados.rados.0.smithi029.stdout:1055: finishing write tid 4 to smithi02985406-10 2024-07-27T18:23:35.084 INFO:tasks.rados.rados.0.smithi029.stdout:1055: oid 10 updating version 0 to 508 2024-07-27T18:23:35.084 INFO:tasks.rados.rados.0.smithi029.stdout:1055: oid 10 version 508 is already newer than 507 2024-07-27T18:23:35.084 INFO:tasks.rados.rados.0.smithi029.stdout:1055: oid 10 version 508 is already newer than 506 2024-07-27T18:23:35.084 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 508 (ObjNum 340 snap 90 seq_num 340) dirty exists 2024-07-27T18:23:35.084 INFO:tasks.rados.rados.0.smithi029.stdout:1055: left oid 10 (ObjNum 340 snap 90 seq_num 340) 2024-07-27T18:23:35.100 INFO:tasks.rados.rados.0.smithi029.stdout:1056: expect (ObjNum 266 snap 70 seq_num 266) 2024-07-27T18:23:35.683 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:35 smithi179 ceph-mon[33511]: Upgrade: Updating mon.b 2024-07-27T18:23:35.684 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:35 smithi179 ceph-mon[33511]: Deploying daemon mon.b on smithi179 2024-07-27T18:23:35.684 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:35 smithi179 ceph-mon[33511]: osdmap e255: 8 total, 8 up, 8 in 2024-07-27T18:23:35.684 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:35 smithi179 systemd[1]: Stopping Ceph mon.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:23:35.693 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:35 smithi029 ceph-mon[96870]: Upgrade: Updating mon.b 2024-07-27T18:23:35.693 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:35 smithi029 ceph-mon[96870]: Deploying daemon mon.b on smithi179 2024-07-27T18:23:35.694 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:35 smithi029 ceph-mon[96870]: osdmap e255: 8 total, 8 up, 8 in 2024-07-27T18:23:35.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:35 smithi029 ceph-mon[99353]: Upgrade: Updating mon.b 2024-07-27T18:23:35.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:35 smithi029 ceph-mon[99353]: Deploying daemon mon.b on smithi179 2024-07-27T18:23:35.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:35 smithi029 ceph-mon[99353]: osdmap e255: 8 total, 8 up, 8 in 2024-07-27T18:23:36.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:35 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:23:35] ENGINE Bus STOPPING 2024-07-27T18:23:36.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:35 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:23:35] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T18:23:36.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:35 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:23:35] ENGINE Bus STOPPED 2024-07-27T18:23:36.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:35 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:23:35] ENGINE Bus STARTING 2024-07-27T18:23:36.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:35 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:23:35] ENGINE Serving on http://:::9283 2024-07-27T18:23:36.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:35 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:18:23:35] ENGINE Bus STARTED 2024-07-27T18:23:36.023 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b[33488]: 2024-07-27T18:23:35.680+0000 7f5048075640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:23:36.023 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b[33488]: 2024-07-27T18:23:35.680+0000 7f5048075640 -1 mon.b@1(peon) e3 *** Got Signal Terminated *** 2024-07-27T18:23:36.023 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:35 smithi179 podman[89614]: 2024-07-27 18:23:35.742952667 +0000 UTC m=+0.151077458 container died 0202fbc308d957f01564f827ad418c256ddecc1af82911a6d487371d6fb16338 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-a3bbd72, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-07-27T18:23:36.365 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:36 smithi179 podman[89614]: 2024-07-27 18:23:36.129173098 +0000 UTC m=+0.537297885 container cleanup 0202fbc308d957f01564f827ad418c256ddecc1af82911a6d487371d6fb16338 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, RELEASE=reef-a3bbd72, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0) 2024-07-27T18:23:36.365 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:36 smithi179 bash[89614]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b 2024-07-27T18:23:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:36 smithi179 podman[89634]: 2024-07-27 18:23:36.363839678 +0000 UTC m=+0.619926833 container remove 0202fbc308d957f01564f827ad418c256ddecc1af82911a6d487371d6fb16338 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b, io.buildah.version=1.36.0, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, RELEASE=reef-a3bbd72, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-07-27T18:23:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:36 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.b.service: Deactivated successfully. 2024-07-27T18:23:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:36 smithi179 systemd[1]: Stopped Ceph mon.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:23:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:36 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.b.service: Consumed 8.869s CPU time. 2024-07-27T18:23:37.038 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:36 smithi179 systemd[1]: Starting Ceph mon.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:23:37.038 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:36 smithi179 podman[89763]: 2024-07-27 18:23:36.828659653 +0000 UTC m=+0.017257911 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:23:37.039 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:36 smithi179 podman[89763]: 2024-07-27 18:23:36.931202916 +0000 UTC m=+0.119801154 container create 059c6b8e5ff8de67765c4dcf2394e9beb6eeb17634062e8d1c784af346f0f705 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:23:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 podman[89763]: 2024-07-27 18:23:37.150696842 +0000 UTC m=+0.339295094 container init 059c6b8e5ff8de67765c4dcf2394e9beb6eeb17634062e8d1c784af346f0f705 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b, ceph=True, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716) 2024-07-27T18:23:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 podman[89763]: 2024-07-27 18:23:37.155543122 +0000 UTC m=+0.344141360 container start 059c6b8e5ff8de67765c4dcf2394e9beb6eeb17634062e8d1c784af346f0f705 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS) 2024-07-27T18:23:37.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: set uid:gid to 167:167 (ceph:ceph) 2024-07-27T18:23:37.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc), process ceph-mon, pid 7 2024-07-27T18:23:37.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: pidfile_write: ignore empty --pid-file 2024-07-27T18:23:37.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: load: jerasure load: lrc 2024-07-27T18:23:37.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: RocksDB version: 7.9.2 2024-07-27T18:23:37.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Git sha 0 2024-07-27T18:23:37.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Compile date 2024-07-24 15:40:32 2024-07-27T18:23:37.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: DB SUMMARY 2024-07-27T18:23:37.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: DB Session ID: VK0KC4MH8LU3539NFQ36 2024-07-27T18:23:37.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: CURRENT file: CURRENT 2024-07-27T18:23:37.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: IDENTITY file: IDENTITY 2024-07-27T18:23:37.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: MANIFEST file: MANIFEST-000010 size: 1411 Bytes 2024-07-27T18:23:37.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000027.sst 2024-07-27T18:23:37.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000025.log size: 10846177 ; 2024-07-27T18:23:37.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.error_if_exists: 0 2024-07-27T18:23:37.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.create_if_missing: 0 2024-07-27T18:23:37.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.paranoid_checks: 1 2024-07-27T18:23:37.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.flush_verify_memtable_count: 1 2024-07-27T18:23:37.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-27T18:23:37.416 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-27T18:23:37.416 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.env: 0x5559651c37a0 2024-07-27T18:23:37.416 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.fs: PosixFileSystem 2024-07-27T18:23:37.416 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.info_log: 0x555965b714a0 2024-07-27T18:23:37.416 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_file_opening_threads: 16 2024-07-27T18:23:37.416 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.statistics: (nil) 2024-07-27T18:23:37.418 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.use_fsync: 0 2024-07-27T18:23:37.418 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_log_file_size: 0 2024-07-27T18:23:37.418 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-27T18:23:37.418 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.log_file_time_to_roll: 0 2024-07-27T18:23:37.418 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.keep_log_file_num: 1000 2024-07-27T18:23:37.418 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.recycle_log_file_num: 0 2024-07-27T18:23:37.418 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.allow_fallocate: 1 2024-07-27T18:23:37.418 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.allow_mmap_reads: 0 2024-07-27T18:23:37.418 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.allow_mmap_writes: 0 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.use_direct_reads: 0 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.create_missing_column_families: 0 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.db_log_dir: 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.wal_dir: 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.table_cache_numshardbits: 6 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.WAL_ttl_seconds: 0 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.WAL_size_limit_MB: 0 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.is_fd_close_on_exec: 1 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.advise_random_on_open: 1 2024-07-27T18:23:37.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.db_write_buffer_size: 0 2024-07-27T18:23:37.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.write_buffer_manager: 0x555965b808c0 2024-07-27T18:23:37.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-27T18:23:37.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-27T18:23:37.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.use_adaptive_mutex: 0 2024-07-27T18:23:37.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.rate_limiter: (nil) 2024-07-27T18:23:37.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-27T18:23:37.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.wal_recovery_mode: 2 2024-07-27T18:23:37.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.enable_thread_tracking: 0 2024-07-27T18:23:37.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.enable_pipelined_write: 0 2024-07-27T18:23:37.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.unordered_write: 0 2024-07-27T18:23:37.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-27T18:23:37.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.row_cache: None 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.wal_filter: None 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.allow_ingest_behind: 0 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.two_write_queues: 0 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.manual_wal_flush: 0 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.wal_compression: 0 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.atomic_flush: 0 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.persist_stats_to_disk: 0 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.write_dbid_to_manifest: 0 2024-07-27T18:23:37.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.log_readahead_size: 0 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.best_efforts_recovery: 0 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.allow_data_in_errors: 0 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.db_host_id: __hostname__ 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.enforce_single_del_contracts: true 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_background_jobs: 2 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_background_compactions: -1 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_subcompactions: 1 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-27T18:23:37.422 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.delayed_write_rate : 16777216 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_total_wal_size: 0 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.stats_dump_period_sec: 600 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.stats_persist_period_sec: 600 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_open_files: -1 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bytes_per_sync: 0 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.wal_bytes_per_sync: 0 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.strict_bytes_per_sync: 0 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_readahead_size: 0 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_background_flushes: -1 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Compression algorithms supported: 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: kZSTD supported: 0 2024-07-27T18:23:37.423 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: kXpressCompression supported: 0 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: kBZip2Compression supported: 0 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: kLZ4Compression supported: 1 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: kZlibCompression supported: 1 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: kLZ4HCCompression supported: 1 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: kSnappyCompression supported: 1 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Fast CRC32 supported: Supported on x86 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: DMutex implementation: pthread_mutex_t 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.merge_operator: 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_filter: None 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_filter_factory: None 2024-07-27T18:23:37.424 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.sst_partitioner_factory: None 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.memtable_factory: SkipListFactory 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.table_factory: BlockBasedTable 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555965b71080) 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout: cache_index_and_filter_blocks: 1 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout: pin_top_level_index_and_filter: 1 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout: index_type: 0 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout: data_block_index_type: 0 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout: index_shortening: 1 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout: data_block_hash_table_util_ratio: 0.750000 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout: checksum: 4 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout: no_block_cache: 0 2024-07-27T18:23:37.425 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_cache: 0x555965b65090 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_cache_name: BinnedLRUCache 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_cache_options: 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: capacity : 536870912 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: num_shard_bits : 4 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: strict_capacity_limit : 0 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: high_pri_pool_ratio: 0.000 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_cache_compressed: (nil) 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: persistent_cache: (nil) 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_size: 4096 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_size_deviation: 10 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_restart_interval: 16 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: index_block_restart_interval: 1 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: metadata_block_size: 4096 2024-07-27T18:23:37.426 INFO:journalctl@ceph.mon.b.smithi179.stdout: partition_filters: 0 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout: use_delta_encoding: 1 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout: filter_policy: bloomfilter 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout: whole_key_filtering: 1 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout: verify_compression: 0 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout: read_amp_bytes_per_bit: 0 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout: format_version: 5 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout: enable_index_compression: 1 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout: block_align: 0 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout: max_auto_readahead_size: 262144 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout: prepopulate_block_cache: 0 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout: initial_auto_readahead_size: 8192 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout: num_file_reads_for_auto_readahead: 2 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.write_buffer_size: 33554432 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_write_buffer_number: 2 2024-07-27T18:23:37.427 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compression: NoCompression 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bottommost_compression: Disabled 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.prefix_extractor: nullptr 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.num_levels: 7 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-27T18:23:37.428 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compression_opts.window_bits: -14 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compression_opts.level: 32767 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compression_opts.strategy: 0 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compression_opts.enabled: false 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-27T18:23:37.429 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.target_file_size_base: 67108864 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.target_file_size_multiplier: 1 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-27T18:23:37.430 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.arena_block_size: 1048576 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.disable_auto_compactions: 0 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-27T18:23:37.431 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.inplace_update_support: 0 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.inplace_update_num_locks: 10000 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.memtable_huge_page_size: 0 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.bloom_locality: 0 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.max_successive_merges: 0 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.optimize_filters_for_hits: 0 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.paranoid_file_checks: 0 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.force_consistency_checks: 1 2024-07-27T18:23:37.432 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.report_bg_io_stats: 0 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.ttl: 2592000 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.periodic_compaction_seconds: 0 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.enable_blob_files: false 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.min_blob_size: 0 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.blob_file_size: 268435456 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.blob_compression_type: NoCompression 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.enable_blob_garbage_collection: false 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.blob_file_starting_level: 0 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-27T18:23:37.433 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 29, last_sequence is 13422, log_number is 25,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 25 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 25 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8bb42e92-81bc-496a-a882-00d2a2a0fe7f 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722104617181133, "job": 1, "event": "recovery_started", "wal_files": [25]} 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #25 mode 2 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722104617205782, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 30, "file_size": 6703400, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 13427, "largest_seqno": 16887, "table_properties": {"data_size": 6687714, "index_size": 10671, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 3973, "raw_key_size": 36135, "raw_average_key_size": 22, "raw_value_size": 6655100, "raw_average_value_size": 4233, "num_data_blocks": 463, "num_entries": 1572, "num_filter_entries": 1572, "num_deletions": 297, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1722104617, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8bb42e92-81bc-496a-a882-00d2a2a0fe7f", "db_session_id": "VK0KC4MH8LU3539NFQ36", "orig_file_number": 30, "seqno_to_time_mapping": "N/A"}} 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722104617205950, "job": 1, "event": "recovery_finished"} 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [db/version_set.cc:5047] Creating manifest 32 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000025.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555965b92e00 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: DB pointer 0x555965c8c000 2024-07-27T18:23:37.434 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout: ** DB Stats ** 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout: ** Compaction Stats [default] ** 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-07-27T18:23:37.435 INFO:journalctl@ceph.mon.b.smithi179.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: L0 1/0 6.39 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 608.0 0.01 0.00 1 0.011 0 0 0.0 0.0 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: L6 1/0 7.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: Sum 2/0 13.68 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 608.0 0.01 0.00 1 0.011 0 0 0.0 0.0 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 608.0 0.01 0.00 1 0.011 0 0 0.0 0.0 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: ** Compaction Stats [default] ** 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 608.0 0.01 0.00 1 0.011 0 0 0.0 0.0 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-27T18:23:37.436 INFO:journalctl@ceph.mon.b.smithi179.stdout: Flush(GB): cumulative 0.006, interval 0.006 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout: AddFile(Keys): cumulative 0, interval 0 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout: Cumulative compaction: 0.01 GB write, 223.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout: Interval compaction: 0.01 GB write, 223.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout: Block cache BinnedLRUCache@0x555965b65090#7 capacity: 512.00 MB usage: 16.11 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,4.03 KB,0.0007689%) IndexBlock(1,12.08 KB,0.00230372%) Misc(1,0.00 KB,0%) 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout: ** File Read Latency Histogram By Level [default] ** 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: starting mon.b rank 1 at public addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] at bind addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: mon.b@-1(???) e3 preinit fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:37.437 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: mon.b@-1(???).mds e8 new map 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: mon.b@-1(???).mds e8 print_map 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: e8 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: btime 1970-01-01T00:00:00:000000+0000 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: legacy client fscid: 1 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: Filesystem 'cephfs' (1) 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: fs_name cephfs 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: epoch 8 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: created 2024-07-27T18:16:52.955897+0000 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: modified 2024-07-27T18:17:05.371416+0000 2024-07-27T18:23:37.438 INFO:journalctl@ceph.mon.b.smithi179.stdout: tableserver 0 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: root 0 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: session_timeout 60 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: session_autoclose 300 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: max_file_size 1099511627776 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: max_xattr_size 65536 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: required_client_features {} 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: last_failure 0 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: last_failure_osd_epoch 0 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: max_mds 1 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: in 0 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: up {0=24352} 2024-07-27T18:23:37.439 INFO:journalctl@ceph.mon.b.smithi179.stdout: failed 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: damaged 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: stopped 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: data_pools [3] 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: metadata_pool 2 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: inline_data disabled 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: balancer 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: bal_rank_mask -1 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: standby_count_wanted 0 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: qdb_cluster leader: 0 members: 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: [mds.b{0:24352} state up:active seq 6 addr [v2:172.21.15.179:6832/3326352185,v1:172.21.15.179:6833/3326352185] compat {c=[1],r=[1],i=[7ff]}] 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: Standby daemons: 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: 2024-07-27T18:23:37.440 INFO:journalctl@ceph.mon.b.smithi179.stdout: [mds.a{-1:14415} state up:standby seq 1 addr [v2:172.21.15.29:6834/4026346561,v1:172.21.15.29:6835/4026346561] compat {c=[1],r=[1],i=[7ff]}] 2024-07-27T18:23:37.441 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: mon.b@-1(???).osd e255 crush map has features 3314933069573799936, adjusting msgr requires 2024-07-27T18:23:37.441 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: mon.b@-1(???).osd e255 crush map has features 432629308056666112, adjusting msgr requires 2024-07-27T18:23:37.441 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: mon.b@-1(???).osd e255 crush map has features 432629308056666112, adjusting msgr requires 2024-07-27T18:23:37.441 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: mon.b@-1(???).osd e255 crush map has features 432629308056666112, adjusting msgr requires 2024-07-27T18:23:37.441 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 ceph-mon[89801]: mon.b@-1(???).paxosservice(auth 1..21) refresh upgraded, format 0 -> 3 2024-07-27T18:23:37.441 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 bash[89763]: 059c6b8e5ff8de67765c4dcf2394e9beb6eeb17634062e8d1c784af346f0f705 2024-07-27T18:23:37.441 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:37 smithi179 systemd[1]: Started Ceph mon.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:23:38.358 INFO:tasks.rados.rados.0.smithi029.stdout:1053: done (4 left) 2024-07-27T18:23:38.358 INFO:tasks.rados.rados.0.smithi029.stdout:1054: done (3 left) 2024-07-27T18:23:38.358 INFO:tasks.rados.rados.0.smithi029.stdout:1055: done (2 left) 2024-07-27T18:23:38.358 INFO:tasks.rados.rados.0.smithi029.stdout:1056: done (1 left) 2024-07-27T18:23:38.358 INFO:tasks.rados.rados.0.smithi029.stdout:1057: done (0 left) 2024-07-27T18:23:38.358 INFO:tasks.rados.rados.0.smithi029.stdout:1058: copy_from oid 39 from oid 44 current snap is 91 2024-07-27T18:23:38.359 INFO:tasks.rados.rados.0.smithi029.stdout:1059: snap_remove snap 84 2024-07-27T18:23:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: pgmap v43: 121 pgs: 121 active+clean; 184 MiB data, 1007 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 11 op/s 2024-07-27T18:23:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: mon.b calling monitor election 2024-07-27T18:23:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: mon.a calling monitor election 2024-07-27T18:23:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: mon.c calling monitor election 2024-07-27T18:23:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: monmap epoch 4 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: last_changed 2024-07-27T18:23:37.341714+0000 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: created 2024-07-27T18:11:01.801618+0000 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: min_mon_release 19 (squid) 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: election_strategy: 1 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: 1: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: 2: [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon.c 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: osdmap e256: 8 total, 8 up, 8 in 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: mgrmap e43: y(active, since 28s), standbys: x 2024-07-27T18:23:38.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: overall HEALTH_OK 2024-07-27T18:23:38.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='' 2024-07-27T18:23:38.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:38.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:38.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: pgmap v43: 121 pgs: 121 active+clean; 184 MiB data, 1007 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 11 op/s 2024-07-27T18:23:38.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:38.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: mon.b calling monitor election 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: mon.a calling monitor election 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: mon.c calling monitor election 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: monmap epoch 4 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: last_changed 2024-07-27T18:23:37.341714+0000 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: created 2024-07-27T18:11:01.801618+0000 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: min_mon_release 19 (squid) 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: election_strategy: 1 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: 1: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-07-27T18:23:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: 2: [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon.c 2024-07-27T18:23:38.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:23:38.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: osdmap e256: 8 total, 8 up, 8 in 2024-07-27T18:23:38.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: mgrmap e43: y(active, since 28s), standbys: x 2024-07-27T18:23:38.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: overall HEALTH_OK 2024-07-27T18:23:38.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='' 2024-07-27T18:23:38.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:38.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:38.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: pgmap v43: 121 pgs: 121 active+clean; 184 MiB data, 1007 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 11 op/s 2024-07-27T18:23:38.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:38.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: mon.b calling monitor election 2024-07-27T18:23:38.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: mon.a calling monitor election 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: mon.c calling monitor election 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: monmap epoch 4 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: last_changed 2024-07-27T18:23:37.341714+0000 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: created 2024-07-27T18:11:01.801618+0000 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: min_mon_release 19 (squid) 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: election_strategy: 1 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: 1: [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon.b 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: 2: [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon.c 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:23:38.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: osdmap e256: 8 total, 8 up, 8 in 2024-07-27T18:23:38.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: mgrmap e43: y(active, since 28s), standbys: x 2024-07-27T18:23:38.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: overall HEALTH_OK 2024-07-27T18:23:38.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='' 2024-07-27T18:23:38.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:38.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:23:39.363 INFO:tasks.rados.rados.0.smithi029.stdout:1059: done (1 left) 2024-07-27T18:23:39.364 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 91 2024-07-27T18:23:39.364 INFO:tasks.rados.rados.0.smithi029.stdout:1058: finishing copy_from to smithi02985406-39 2024-07-27T18:23:39.364 INFO:tasks.rados.rados.0.smithi029.stdout:1058: got expected ENOENT (src dne) 2024-07-27T18:23:39.364 INFO:tasks.rados.rados.0.smithi029.stdout:1060: seq_num 341 ranges {0=516096,516096=401408} 2024-07-27T18:23:39.366 INFO:tasks.rados.rados.0.smithi029.stdout:1060: writing smithi02985406-2 from 0 to 516096 tid 1 2024-07-27T18:23:39.370 INFO:tasks.rados.rados.0.smithi029.stdout:1060: writing smithi02985406-2 from 516096 to 917504 tid 2 2024-07-27T18:23:39.370 INFO:tasks.rados.rados.0.smithi029.stdout:1061: read oid 10 snap -1 2024-07-27T18:23:39.370 INFO:tasks.rados.rados.0.smithi029.stdout:1061: expect (ObjNum 340 snap 90 seq_num 340) 2024-07-27T18:23:39.370 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 91 2024-07-27T18:23:39.371 INFO:tasks.rados.rados.0.smithi029.stdout:1062: seq_num 342 ranges {163840=532480,696320=401408} 2024-07-27T18:23:39.374 INFO:tasks.rados.rados.0.smithi029.stdout:1062: writing smithi02985406-26 from 163840 to 696320 tid 1 2024-07-27T18:23:39.378 INFO:tasks.rados.rados.0.smithi029.stdout:1062: writing smithi02985406-26 from 696320 to 1097728 tid 2 2024-07-27T18:23:39.378 INFO:tasks.rados.rados.0.smithi029.stdout:1063: delete oid 43 current snap is 91 2024-07-27T18:23:39.378 INFO:tasks.rados.rados.0.smithi029.stdout:1058: finishing copy_from racing read to smithi02985406-39 2024-07-27T18:23:39.378 INFO:tasks.rados.rados.0.smithi029.stdout:1060: finishing write tid 1 to smithi02985406-2 2024-07-27T18:23:39.379 INFO:tasks.rados.rados.0.smithi029.stdout:1060: finishing write tid 2 to smithi02985406-2 2024-07-27T18:23:39.382 INFO:tasks.rados.rados.0.smithi029.stdout:1060: finishing write tid 3 to smithi02985406-2 2024-07-27T18:23:39.383 INFO:tasks.rados.rados.0.smithi029.stdout:1060: finishing write tid 4 to smithi02985406-2 2024-07-27T18:23:39.383 INFO:tasks.rados.rados.0.smithi029.stdout:1060: oid 2 updating version 0 to 688 2024-07-27T18:23:39.383 INFO:tasks.rados.rados.0.smithi029.stdout:1060: oid 2 version 688 is already newer than 687 2024-07-27T18:23:39.383 INFO:tasks.rados.rados.0.smithi029.stdout:1060: oid 2 version 688 is already newer than 686 2024-07-27T18:23:39.383 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 688 (ObjNum 341 snap 91 seq_num 341) dirty exists 2024-07-27T18:23:39.383 INFO:tasks.rados.rados.0.smithi029.stdout:1060: left oid 2 (ObjNum 341 snap 91 seq_num 341) 2024-07-27T18:23:39.384 INFO:tasks.rados.rados.0.smithi029.stdout:1062: finishing write tid 1 to smithi02985406-26 2024-07-27T18:23:39.384 INFO:tasks.rados.rados.0.smithi029.stdout:1062: finishing write tid 2 to smithi02985406-26 2024-07-27T18:23:39.384 INFO:tasks.rados.rados.0.smithi029.stdout:1062: finishing write tid 3 to smithi02985406-26 2024-07-27T18:23:39.385 INFO:tasks.rados.rados.0.smithi029.stdout:1058: done (4 left) 2024-07-27T18:23:39.385 INFO:tasks.rados.rados.0.smithi029.stdout:1060: done (3 left) 2024-07-27T18:23:39.385 INFO:tasks.rados.rados.0.smithi029.stdout:1063: done (2 left) 2024-07-27T18:23:39.385 INFO:tasks.rados.rados.0.smithi029.stdout:1064: snap_remove snap 81 2024-07-27T18:23:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:39 smithi179 ceph-mon[89801]: osdmap e257: 8 total, 8 up, 8 in 2024-07-27T18:23:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:23:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:39 smithi029 ceph-mon[96870]: osdmap e257: 8 total, 8 up, 8 in 2024-07-27T18:23:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:23:39.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:39 smithi029 ceph-mon[99353]: osdmap e257: 8 total, 8 up, 8 in 2024-07-27T18:23:39.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:23:40.368 INFO:tasks.rados.rados.0.smithi029.stdout:1064: done (2 left) 2024-07-27T18:23:40.368 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 91 2024-07-27T18:23:40.368 INFO:tasks.rados.rados.0.smithi029.stdout:1062: finishing write tid 4 to smithi02985406-26 2024-07-27T18:23:40.368 INFO:tasks.rados.rados.0.smithi029.stdout:1062: oid 26 updating version 0 to 143 2024-07-27T18:23:40.368 INFO:tasks.rados.rados.0.smithi029.stdout:1062: oid 26 version 143 is already newer than 141 2024-07-27T18:23:40.369 INFO:tasks.rados.rados.0.smithi029.stdout:1062: oid 26 version 143 is already newer than 142 2024-07-27T18:23:40.369 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 143 (ObjNum 342 snap 91 seq_num 342) dirty exists 2024-07-27T18:23:40.369 INFO:tasks.rados.rados.0.smithi029.stdout:1062: left oid 26 (ObjNum 342 snap 91 seq_num 342) 2024-07-27T18:23:40.369 INFO:tasks.rados.rados.0.smithi029.stdout:1061: expect (ObjNum 340 snap 90 seq_num 340) 2024-07-27T18:23:40.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:40 smithi179 ceph-mon[89801]: pgmap v46: 121 pgs: 121 active+clean; 184 MiB data, 1007 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 11 op/s 2024-07-27T18:23:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:40 smithi179 ceph-mon[89801]: osdmap e258: 8 total, 8 up, 8 in 2024-07-27T18:23:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:40 smithi029 ceph-mon[96870]: pgmap v46: 121 pgs: 121 active+clean; 184 MiB data, 1007 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 11 op/s 2024-07-27T18:23:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:40 smithi029 ceph-mon[96870]: osdmap e258: 8 total, 8 up, 8 in 2024-07-27T18:23:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:40 smithi029 ceph-mon[99353]: pgmap v46: 121 pgs: 121 active+clean; 184 MiB data, 1007 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 11 op/s 2024-07-27T18:23:40.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:40 smithi029 ceph-mon[99353]: osdmap e258: 8 total, 8 up, 8 in 2024-07-27T18:23:40.882 INFO:tasks.rados.rados.0.smithi029.stdout:1065: seq_num 344 ranges {3850240=565248,4415488=401408} 2024-07-27T18:23:40.905 INFO:tasks.rados.rados.0.smithi029.stdout:1065: writing smithi02985406-38 from 3850240 to 4415488 tid 1 2024-07-27T18:23:40.908 INFO:tasks.rados.rados.0.smithi029.stdout:1065: writing smithi02985406-38 from 4415488 to 4816896 tid 2 2024-07-27T18:23:40.908 INFO:tasks.rados.rados.0.smithi029.stdout:1061: done (2 left) 2024-07-27T18:23:40.908 INFO:tasks.rados.rados.0.smithi029.stdout:1062: done (1 left) 2024-07-27T18:23:40.908 INFO:tasks.rados.rados.0.smithi029.stdout:1066: copy_from oid 42 from oid 49 current snap is 91 2024-07-27T18:23:40.908 INFO:tasks.rados.rados.0.smithi029.stdout:1067: snap_remove snap 79 2024-07-27T18:23:41.372 INFO:tasks.rados.rados.0.smithi029.stdout:1067: done (2 left) 2024-07-27T18:23:41.372 INFO:tasks.rados.rados.0.smithi029.stdout:1068: snap_remove snap 72 2024-07-27T18:23:41.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:41 smithi179 ceph-mon[89801]: osdmap e259: 8 total, 8 up, 8 in 2024-07-27T18:23:41.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:41 smithi029 ceph-mon[96870]: osdmap e259: 8 total, 8 up, 8 in 2024-07-27T18:23:41.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:41 smithi029 ceph-mon[99353]: osdmap e259: 8 total, 8 up, 8 in 2024-07-27T18:23:41.928 INFO:tasks.rados.rados.0.smithi029.stdout:1068: done (2 left) 2024-07-27T18:23:41.928 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 91 2024-07-27T18:23:41.928 INFO:tasks.rados.rados.0.smithi029.stdout:1065: finishing write tid 1 to smithi02985406-38 2024-07-27T18:23:41.928 INFO:tasks.rados.rados.0.smithi029.stdout:1069: seq_num 345 ranges {0=581632,581632=401408} 2024-07-27T18:23:41.931 INFO:tasks.rados.rados.0.smithi029.stdout:1069: writing smithi02985406-5 from 0 to 581632 tid 1 2024-07-27T18:23:41.935 INFO:tasks.rados.rados.0.smithi029.stdout:1069: writing smithi02985406-5 from 581632 to 983040 tid 2 2024-07-27T18:23:41.935 INFO:tasks.rados.rados.0.smithi029.stdout:1070: read oid 40 snap -1 2024-07-27T18:23:41.935 INFO:tasks.rados.rados.0.smithi029.stdout:1070: expect deleted 2024-07-27T18:23:41.935 INFO:tasks.rados.rados.0.smithi029.stdout:1065: finishing write tid 2 to smithi02985406-38 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:1065: finishing write tid 3 to smithi02985406-38 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:1065: finishing write tid 4 to smithi02985406-38 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:1065: oid 38 updating version 0 to 369 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:1065: oid 38 version 369 is already newer than 368 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:1065: oid 38 updating version 369 to 370 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 370 (ObjNum 344 snap 91 seq_num 344) dirty exists 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:1065: left oid 38 (ObjNum 344 snap 91 seq_num 344) 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:1066: finishing copy_from racing read to smithi02985406-42 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:1066: finishing copy_from to smithi02985406-42 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 248 (ObjNum 272 snap 70 seq_num 272) dirty exists 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:1065: done (3 left) 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:1066: done (2 left) 2024-07-27T18:23:41.936 INFO:tasks.rados.rados.0.smithi029.stdout:1071: setattr oid 42 current snap is 91 2024-07-27T18:23:41.937 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 91 2024-07-27T18:23:41.937 INFO:tasks.rados.rados.0.smithi029.stdout:1072: seq_num 346 ranges {3727360=598016,4325376=401408} 2024-07-27T18:23:41.961 INFO:tasks.rados.rados.0.smithi029.stdout:1072: writing smithi02985406-13 from 3727360 to 4325376 tid 1 2024-07-27T18:23:41.964 INFO:tasks.rados.rados.0.smithi029.stdout:1072: writing smithi02985406-13 from 4325376 to 4726784 tid 2 2024-07-27T18:23:41.964 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 91 2024-07-27T18:23:41.964 INFO:tasks.rados.rados.0.smithi029.stdout:1073: seq_num 347 ranges {4816896=614400,5431296=401408} 2024-07-27T18:23:41.993 INFO:tasks.rados.rados.0.smithi029.stdout:1073: writing smithi02985406-38 from 4816896 to 5431296 tid 1 2024-07-27T18:23:41.996 INFO:tasks.rados.rados.0.smithi029.stdout:1073: writing smithi02985406-38 from 5431296 to 5832704 tid 2 2024-07-27T18:23:41.996 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 91 2024-07-27T18:23:41.996 INFO:tasks.rados.rados.0.smithi029.stdout:1074: seq_num 348 ranges {8691712=630784,9322496=401408} 2024-07-27T18:23:42.047 INFO:tasks.rados.rados.0.smithi029.stdout:1074: writing smithi02985406-46 from 8691712 to 9322496 tid 1 2024-07-27T18:23:42.049 INFO:tasks.rados.rados.0.smithi029.stdout:1074: writing smithi02985406-46 from 9322496 to 9723904 tid 2 2024-07-27T18:23:42.049 INFO:tasks.rados.rados.0.smithi029.stdout:1075: snap_remove snap 75 2024-07-27T18:23:42.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:42 smithi029 ceph-mon[99353]: pgmap v49: 121 pgs: 121 active+clean; 193 MiB data, 1016 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-07-27T18:23:42.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:42 smithi029 ceph-mon[99353]: osdmap e260: 8 total, 8 up, 8 in 2024-07-27T18:23:42.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:42 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:42.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:42 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:42 smithi029 ceph-mon[99353]: osdmap e261: 8 total, 8 up, 8 in 2024-07-27T18:23:42.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:42 smithi029 ceph-mon[96870]: pgmap v49: 121 pgs: 121 active+clean; 193 MiB data, 1016 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-07-27T18:23:42.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:42 smithi029 ceph-mon[96870]: osdmap e260: 8 total, 8 up, 8 in 2024-07-27T18:23:42.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:42 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:42.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:42 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:42.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:42 smithi029 ceph-mon[96870]: osdmap e261: 8 total, 8 up, 8 in 2024-07-27T18:23:42.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:23:42.218+0000 7fe44c0d1640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-07-27T18:23:42.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:23:42] "GET /metrics HTTP/1.1" 200 36027 "" "Prometheus/2.43.0" 2024-07-27T18:23:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:42 smithi179 ceph-mon[89801]: pgmap v49: 121 pgs: 121 active+clean; 193 MiB data, 1016 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-07-27T18:23:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:42 smithi179 ceph-mon[89801]: osdmap e260: 8 total, 8 up, 8 in 2024-07-27T18:23:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:42 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:42 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:42 smithi179 ceph-mon[89801]: osdmap e261: 8 total, 8 up, 8 in 2024-07-27T18:23:42.932 INFO:tasks.rados.rados.0.smithi029.stdout:1075: done (6 left) 2024-07-27T18:23:42.932 INFO:tasks.rados.rados.0.smithi029.stdout:1076: setattr oid 2 current snap is 91 2024-07-27T18:23:42.932 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 393 (ObjNum 272 snap 70 seq_num 272) dirty exists 2024-07-27T18:23:42.932 INFO:tasks.rados.rados.0.smithi029.stdout:1069: finishing write tid 1 to smithi02985406-5 2024-07-27T18:23:42.932 INFO:tasks.rados.rados.0.smithi029.stdout:1069: finishing write tid 2 to smithi02985406-5 2024-07-27T18:23:42.932 INFO:tasks.rados.rados.0.smithi029.stdout:1069: finishing write tid 3 to smithi02985406-5 2024-07-27T18:23:42.932 INFO:tasks.rados.rados.0.smithi029.stdout:1069: finishing write tid 4 to smithi02985406-5 2024-07-27T18:23:42.932 INFO:tasks.rados.rados.0.smithi029.stdout:1069: oid 5 updating version 0 to 719 2024-07-27T18:23:42.932 INFO:tasks.rados.rados.0.smithi029.stdout:1069: oid 5 updating version 719 to 721 2024-07-27T18:23:42.932 INFO:tasks.rados.rados.0.smithi029.stdout:1069: oid 5 version 721 is already newer than 720 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 721 (ObjNum 345 snap 91 seq_num 345) dirty exists 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1069: left oid 5 (ObjNum 345 snap 91 seq_num 345) 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1072: finishing write tid 1 to smithi02985406-13 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1072: finishing write tid 2 to smithi02985406-13 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1072: finishing write tid 3 to smithi02985406-13 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1072: finishing write tid 4 to smithi02985406-13 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1072: oid 13 updating version 0 to 731 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1072: oid 13 updating version 731 to 732 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1072: oid 13 updating version 732 to 733 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 733 (ObjNum 346 snap 91 seq_num 346) dirty exists 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1072: left oid 13 (ObjNum 346 snap 91 seq_num 346) 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1073: finishing write tid 1 to smithi02985406-38 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1073: finishing write tid 2 to smithi02985406-38 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1073: finishing write tid 3 to smithi02985406-38 2024-07-27T18:23:42.933 INFO:tasks.rados.rados.0.smithi029.stdout:1073: finishing write tid 4 to smithi02985406-38 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:1073: oid 38 updating version 0 to 371 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:1073: oid 38 updating version 371 to 372 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:1073: oid 38 updating version 372 to 373 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 373 (ObjNum 347 snap 91 seq_num 347) dirty exists 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:1073: left oid 38 (ObjNum 347 snap 91 seq_num 347) 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:1074: finishing write tid 1 to smithi02985406-46 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:1074: finishing write tid 2 to smithi02985406-46 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:1074: finishing write tid 3 to smithi02985406-46 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:1074: finishing write tid 4 to smithi02985406-46 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:1074: oid 46 updating version 0 to 393 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:1074: oid 46 version 393 is already newer than 392 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:1074: oid 46 version 393 is already newer than 391 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 393 (ObjNum 348 snap 91 seq_num 348) dirty exists 2024-07-27T18:23:42.934 INFO:tasks.rados.rados.0.smithi029.stdout:1074: left oid 46 (ObjNum 348 snap 91 seq_num 348) 2024-07-27T18:23:42.936 INFO:tasks.rados.rados.0.smithi029.stdout:1069: done (6 left) 2024-07-27T18:23:42.936 INFO:tasks.rados.rados.0.smithi029.stdout:1070: done (5 left) 2024-07-27T18:23:42.936 INFO:tasks.rados.rados.0.smithi029.stdout:1071: done (4 left) 2024-07-27T18:23:42.936 INFO:tasks.rados.rados.0.smithi029.stdout:1072: done (3 left) 2024-07-27T18:23:42.936 INFO:tasks.rados.rados.0.smithi029.stdout:1073: done (2 left) 2024-07-27T18:23:42.936 INFO:tasks.rados.rados.0.smithi029.stdout:1074: done (1 left) 2024-07-27T18:23:42.936 INFO:tasks.rados.rados.0.smithi029.stdout:1077: rollback oid 25 current snap is 91 2024-07-27T18:23:42.936 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 25 to 77 2024-07-27T18:23:42.936 INFO:tasks.rados.rados.0.smithi029.stdout:1078: read oid 33 snap -1 2024-07-27T18:23:42.936 INFO:tasks.rados.rados.0.smithi029.stdout:1078: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:23:42.936 INFO:tasks.rados.rados.0.smithi029.stdout:1079: snap_create 2024-07-27T18:23:42.939 INFO:tasks.rados.rados.0.smithi029.stdout:1077: finishing rollback tid 0 to smithi02985406-25 2024-07-27T18:23:42.940 INFO:tasks.rados.rados.0.smithi029.stdout:1077: finishing rollback tid 1 to smithi02985406-25 2024-07-27T18:23:42.941 INFO:tasks.rados.rados.0.smithi029.stdout:1077: finishing rollback tid 2 to smithi02985406-25 2024-07-27T18:23:42.941 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 698 (ObjNum 279 snap 71 seq_num 279) dirty exists 2024-07-27T18:23:42.944 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 734 (ObjNum 341 snap 91 seq_num 341) dirty exists 2024-07-27T18:23:42.958 INFO:tasks.rados.rados.0.smithi029.stdout:1078: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:23:43.620 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:43.621 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:43.622 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:43.622 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:43.622 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:43.622 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:43.622 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:43.622 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:43 smithi179 ceph-mon[89801]: osdmap e262: 8 total, 8 up, 8 in 2024-07-27T18:23:43.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:43.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:43.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:43.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:43.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:43.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:43.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:43.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:43.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:43.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:43.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:43.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:43.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:43.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:43.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:43.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:43.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:43.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:43.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:43.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:43.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[96870]: osdmap e262: 8 total, 8 up, 8 in 2024-07-27T18:23:43.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:43.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T18:23:43.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T18:23:43.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T18:23:43.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T18:23:43.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T18:23:43.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:43.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:43.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:43 smithi029 ceph-mon[99353]: osdmap e262: 8 total, 8 up, 8 in 2024-07-27T18:23:43.931 INFO:tasks.rados.rados.0.smithi029.stdout:1076: done (3 left) 2024-07-27T18:23:43.931 INFO:tasks.rados.rados.0.smithi029.stdout:1077: done (2 left) 2024-07-27T18:23:43.931 INFO:tasks.rados.rados.0.smithi029.stdout:1078: done (1 left) 2024-07-27T18:23:43.931 INFO:tasks.rados.rados.0.smithi029.stdout:1079: done (0 left) 2024-07-27T18:23:43.931 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 92 2024-07-27T18:23:43.931 INFO:tasks.rados.rados.0.smithi029.stdout:1080: seq_num 349 ranges {262144=655360,917504=401408} 2024-07-27T18:23:43.936 INFO:tasks.rados.rados.0.smithi029.stdout:1080: writing smithi02985406-37 from 262144 to 917504 tid 1 2024-07-27T18:23:43.938 INFO:tasks.rados.rados.0.smithi029.stdout:1080: writing smithi02985406-37 from 917504 to 1318912 tid 2 2024-07-27T18:23:43.938 INFO:tasks.rados.rados.0.smithi029.stdout:1081: rmattr oid 2 current snap is 92 2024-07-27T18:23:43.939 INFO:tasks.rados.rados.0.smithi029.stdout:1082: read oid 50 snap 91 2024-07-27T18:23:43.939 INFO:tasks.rados.rados.0.smithi029.stdout:1082: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:23:43.939 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 92 2024-07-27T18:23:43.939 INFO:tasks.rados.rados.0.smithi029.stdout:1083: seq_num 350 ranges {712704=671744,1384448=401408} 2024-07-27T18:23:43.946 INFO:tasks.rados.rados.0.smithi029.stdout:1083: writing smithi02985406-3 from 712704 to 1384448 tid 1 2024-07-27T18:23:43.952 INFO:tasks.rados.rados.0.smithi029.stdout:1083: writing smithi02985406-3 from 1384448 to 1785856 tid 2 2024-07-27T18:23:43.952 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 92 2024-07-27T18:23:43.952 INFO:tasks.rados.rados.0.smithi029.stdout:1080: finishing write tid 1 to smithi02985406-37 2024-07-27T18:23:43.952 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 746 (ObjNum 341 snap 91 seq_num 341) dirty exists 2024-07-27T18:23:43.952 INFO:tasks.rados.rados.0.smithi029.stdout:1080: finishing write tid 2 to smithi02985406-37 2024-07-27T18:23:43.952 INFO:tasks.rados.rados.0.smithi029.stdout:1084: seq_num 351 ranges {5226496=688128,5914624=401408} 2024-07-27T18:23:43.981 INFO:tasks.rados.rados.0.smithi029.stdout:1084: writing smithi02985406-10 from 5226496 to 5914624 tid 1 2024-07-27T18:23:43.984 INFO:tasks.rados.rados.0.smithi029.stdout:1084: writing smithi02985406-10 from 5914624 to 6316032 tid 2 2024-07-27T18:23:43.984 INFO:tasks.rados.rados.0.smithi029.stdout:1081: done (4 left) 2024-07-27T18:23:43.984 INFO:tasks.rados.rados.0.smithi029.stdout:1085: rmattr oid 7 current snap is 92 2024-07-27T18:23:43.984 INFO:tasks.rados.rados.0.smithi029.stdout:1085: done (4 left) 2024-07-27T18:23:43.984 INFO:tasks.rados.rados.0.smithi029.stdout:1086: setattr oid 36 current snap is 92 2024-07-27T18:23:43.984 INFO:tasks.rados.rados.0.smithi029.stdout:1080: finishing write tid 3 to smithi02985406-37 2024-07-27T18:23:43.984 INFO:tasks.rados.rados.0.smithi029.stdout:1082: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:23:44.000 INFO:tasks.rados.rados.0.smithi029.stdout:1080: finishing write tid 4 to smithi02985406-37 2024-07-27T18:23:44.000 INFO:tasks.rados.rados.0.smithi029.stdout:1080: oid 37 updating version 0 to 541 2024-07-27T18:23:44.000 INFO:tasks.rados.rados.0.smithi029.stdout:1080: oid 37 version 541 is already newer than 540 2024-07-27T18:23:44.000 INFO:tasks.rados.rados.0.smithi029.stdout:1080: oid 37 updating version 541 to 542 2024-07-27T18:23:44.000 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 542 (ObjNum 349 snap 92 seq_num 349) dirty exists 2024-07-27T18:23:44.000 INFO:tasks.rados.rados.0.smithi029.stdout:1080: left oid 37 (ObjNum 349 snap 92 seq_num 349) 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:1083: finishing write tid 1 to smithi02985406-3 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:1083: finishing write tid 2 to smithi02985406-3 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:1083: finishing write tid 3 to smithi02985406-3 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:1083: finishing write tid 4 to smithi02985406-3 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:1083: oid 3 updating version 0 to 376 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:1083: oid 3 version 376 is already newer than 375 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:1083: oid 3 version 376 is already newer than 374 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 376 (ObjNum 350 snap 92 seq_num 350) dirty exists 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:1083: left oid 3 (ObjNum 350 snap 92 seq_num 350) 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:1084: finishing write tid 1 to smithi02985406-10 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:1084: finishing write tid 2 to smithi02985406-10 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:1084: finishing write tid 3 to smithi02985406-10 2024-07-27T18:23:44.001 INFO:tasks.rados.rados.0.smithi029.stdout:1084: finishing write tid 4 to smithi02985406-10 2024-07-27T18:23:44.002 INFO:tasks.rados.rados.0.smithi029.stdout:1084: oid 10 updating version 0 to 546 2024-07-27T18:23:44.002 INFO:tasks.rados.rados.0.smithi029.stdout:1084: oid 10 version 546 is already newer than 544 2024-07-27T18:23:44.002 INFO:tasks.rados.rados.0.smithi029.stdout:1084: oid 10 version 546 is already newer than 545 2024-07-27T18:23:44.002 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 546 (ObjNum 351 snap 92 seq_num 351) dirty exists 2024-07-27T18:23:44.002 INFO:tasks.rados.rados.0.smithi029.stdout:1084: left oid 10 (ObjNum 351 snap 92 seq_num 351) 2024-07-27T18:23:44.002 INFO:tasks.rados.rados.0.smithi029.stdout:1080: done (4 left) 2024-07-27T18:23:44.002 INFO:tasks.rados.rados.0.smithi029.stdout:1082: done (3 left) 2024-07-27T18:23:44.002 INFO:tasks.rados.rados.0.smithi029.stdout:1083: done (2 left) 2024-07-27T18:23:44.002 INFO:tasks.rados.rados.0.smithi029.stdout:1084: done (1 left) 2024-07-27T18:23:44.002 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 92 2024-07-27T18:23:44.003 INFO:tasks.rados.rados.0.smithi029.stdout:1087: seq_num 352 ranges {499712=704512,1204224=401408} 2024-07-27T18:23:44.006 INFO:tasks.rados.rados.0.smithi029.stdout:1087: writing smithi02985406-15 from 499712 to 1204224 tid 1 2024-07-27T18:23:44.009 INFO:tasks.rados.rados.0.smithi029.stdout:1087: writing smithi02985406-15 from 1204224 to 1605632 tid 2 2024-07-27T18:23:44.009 INFO:tasks.rados.rados.0.smithi029.stdout:1088: delete oid 4 current snap is 92 2024-07-27T18:23:44.009 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 162 (ObjNum 333 snap 89 seq_num 333) dirty exists 2024-07-27T18:23:44.009 INFO:tasks.rados.rados.0.smithi029.stdout:1087: finishing write tid 1 to smithi02985406-15 2024-07-27T18:23:44.012 INFO:tasks.rados.rados.0.smithi029.stdout:1087: finishing write tid 2 to smithi02985406-15 2024-07-27T18:23:44.013 INFO:tasks.rados.rados.0.smithi029.stdout:1087: finishing write tid 3 to smithi02985406-15 2024-07-27T18:23:44.014 INFO:tasks.rados.rados.0.smithi029.stdout:1087: finishing write tid 4 to smithi02985406-15 2024-07-27T18:23:44.014 INFO:tasks.rados.rados.0.smithi029.stdout:1087: oid 15 updating version 0 to 391 2024-07-27T18:23:44.014 INFO:tasks.rados.rados.0.smithi029.stdout:1087: oid 15 updating version 391 to 393 2024-07-27T18:23:44.014 INFO:tasks.rados.rados.0.smithi029.stdout:1087: oid 15 version 393 is already newer than 392 2024-07-27T18:23:44.015 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 393 (ObjNum 352 snap 92 seq_num 352) dirty exists 2024-07-27T18:23:44.015 INFO:tasks.rados.rados.0.smithi029.stdout:1087: left oid 15 (ObjNum 352 snap 92 seq_num 352) 2024-07-27T18:23:44.015 INFO:tasks.rados.rados.0.smithi029.stdout:1086: done (2 left) 2024-07-27T18:23:44.015 INFO:tasks.rados.rados.0.smithi029.stdout:1087: done (1 left) 2024-07-27T18:23:44.015 INFO:tasks.rados.rados.0.smithi029.stdout:1088: done (0 left) 2024-07-27T18:23:44.015 INFO:tasks.rados.rados.0.smithi029.stdout:1089: read oid 47 snap -1 2024-07-27T18:23:44.015 INFO:tasks.rados.rados.0.smithi029.stdout:1089: expect deleted 2024-07-27T18:23:44.015 INFO:tasks.rados.rados.0.smithi029.stdout:1090: rmattr oid 12 current snap is 92 2024-07-27T18:23:44.015 INFO:tasks.rados.rados.0.smithi029.stdout:1090: done (1 left) 2024-07-27T18:23:44.015 INFO:tasks.rados.rados.0.smithi029.stdout:1091: rmattr oid 1 current snap is 92 2024-07-27T18:23:44.015 INFO:tasks.rados.rados.0.smithi029.stdout:1091: done (1 left) 2024-07-27T18:23:44.015 INFO:tasks.rados.rados.0.smithi029.stdout:1092: setattr oid 6 current snap is 92 2024-07-27T18:23:44.016 INFO:tasks.rados.rados.0.smithi029.stdout:1089: done (1 left) 2024-07-27T18:23:44.016 INFO:tasks.rados.rados.0.smithi029.stdout:1093: read oid 21 snap 89 2024-07-27T18:23:44.016 INFO:tasks.rados.rados.0.smithi029.stdout:1093: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:23:44.016 INFO:tasks.rados.rados.0.smithi029.stdout:1094: rollback oid 46 current snap is 92 2024-07-27T18:23:44.016 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 77 2024-07-27T18:23:44.016 INFO:tasks.rados.rados.0.smithi029.stdout:1095: setattr oid 18 current snap is 92 2024-07-27T18:23:44.017 INFO:tasks.rados.rados.0.smithi029.stdout:1096: rollback oid 10 current snap is 92 2024-07-27T18:23:44.017 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 10 to 88 2024-07-27T18:23:44.017 INFO:tasks.rados.rados.0.smithi029.stdout:1097: rollback oid 25 current snap is 92 2024-07-27T18:23:44.017 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 25 to 88 2024-07-27T18:23:44.017 INFO:tasks.rados.rados.0.smithi029.stdout:1098: read oid 43 snap -1 2024-07-27T18:23:44.017 INFO:tasks.rados.rados.0.smithi029.stdout:1098: expect deleted 2024-07-27T18:23:44.017 INFO:tasks.rados.rados.0.smithi029.stdout:1099: snap_create 2024-07-27T18:23:44.018 INFO:tasks.rados.rados.0.smithi029.stdout:1094: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:23:44.020 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 548 (ObjNum 294 snap 75 seq_num 294) dirty exists 2024-07-27T18:23:44.020 INFO:tasks.rados.rados.0.smithi029.stdout:1094: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:23:44.020 INFO:tasks.rados.rados.0.smithi029.stdout:1094: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:23:44.020 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 396 (ObjNum 274 snap 70 seq_num 274) dirty exists 2024-07-27T18:23:44.021 INFO:tasks.rados.rados.0.smithi029.stdout:1096: finishing rollback tid 0 to smithi02985406-10 2024-07-27T18:23:44.021 INFO:tasks.rados.rados.0.smithi029.stdout:1096: finishing rollback tid 1 to smithi02985406-10 2024-07-27T18:23:44.022 INFO:tasks.rados.rados.0.smithi029.stdout:1096: finishing rollback tid 2 to smithi02985406-10 2024-07-27T18:23:44.022 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 551 (ObjNum 299 snap 77 seq_num 299) dirty exists 2024-07-27T18:23:44.023 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 702 (ObjNum 230 snap 57 seq_num 230) dirty exists 2024-07-27T18:23:44.024 INFO:tasks.rados.rados.0.smithi029.stdout:1097: finishing rollback tid 0 to smithi02985406-25 2024-07-27T18:23:44.024 INFO:tasks.rados.rados.0.smithi029.stdout:1097: finishing rollback tid 1 to smithi02985406-25 2024-07-27T18:23:44.024 INFO:tasks.rados.rados.0.smithi029.stdout:1097: finishing rollback tid 2 to smithi02985406-25 2024-07-27T18:23:44.024 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 706 (ObjNum 327 snap 86 seq_num 327) dirty exists 2024-07-27T18:23:44.040 INFO:tasks.rados.rados.0.smithi029.stdout:1093: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:23:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:44 smithi179 ceph-mon[89801]: pgmap v52: 121 pgs: 121 active+clean; 193 MiB data, 1016 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-07-27T18:23:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:44 smithi179 ceph-mon[89801]: osdmap e263: 8 total, 8 up, 8 in 2024-07-27T18:23:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:44 smithi029 ceph-mon[96870]: pgmap v52: 121 pgs: 121 active+clean; 193 MiB data, 1016 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-07-27T18:23:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:44 smithi029 ceph-mon[96870]: osdmap e263: 8 total, 8 up, 8 in 2024-07-27T18:23:44.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:44 smithi029 ceph-mon[99353]: pgmap v52: 121 pgs: 121 active+clean; 193 MiB data, 1016 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-07-27T18:23:44.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:44 smithi029 ceph-mon[99353]: osdmap e263: 8 total, 8 up, 8 in 2024-07-27T18:23:44.933 INFO:tasks.rados.rados.0.smithi029.stdout:1092: done (7 left) 2024-07-27T18:23:44.933 INFO:tasks.rados.rados.0.smithi029.stdout:1093: done (6 left) 2024-07-27T18:23:44.933 INFO:tasks.rados.rados.0.smithi029.stdout:1094: done (5 left) 2024-07-27T18:23:44.933 INFO:tasks.rados.rados.0.smithi029.stdout:1095: done (4 left) 2024-07-27T18:23:44.933 INFO:tasks.rados.rados.0.smithi029.stdout:1096: done (3 left) 2024-07-27T18:23:44.933 INFO:tasks.rados.rados.0.smithi029.stdout:1097: done (2 left) 2024-07-27T18:23:44.933 INFO:tasks.rados.rados.0.smithi029.stdout:1098: done (1 left) 2024-07-27T18:23:44.933 INFO:tasks.rados.rados.0.smithi029.stdout:1099: done (0 left) 2024-07-27T18:23:44.933 INFO:tasks.rados.rados.0.smithi029.stdout:1100: copy_from oid 2 from oid 18 current snap is 93 2024-07-27T18:23:44.934 INFO:tasks.rados.rados.0.smithi029.stdout:1101: snap_create 2024-07-27T18:23:44.953 INFO:tasks.rados.rados.0.smithi029.stdout:1100: finishing copy_from racing read to smithi02985406-2 2024-07-27T18:23:44.956 INFO:tasks.rados.rados.0.smithi029.stdout:1100: finishing copy_from to smithi02985406-2 2024-07-27T18:23:44.956 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 702 (ObjNum 230 snap 57 seq_num 230) dirty exists 2024-07-27T18:23:45.934 INFO:tasks.rados.rados.0.smithi029.stdout:1100: done (1 left) 2024-07-27T18:23:45.934 INFO:tasks.rados.rados.0.smithi029.stdout:1101: done (0 left) 2024-07-27T18:23:45.934 INFO:tasks.rados.rados.0.smithi029.stdout:1102: read oid 19 snap -1 2024-07-27T18:23:45.934 INFO:tasks.rados.rados.0.smithi029.stdout:1102: expect (ObjNum 326 snap 86 seq_num 326) 2024-07-27T18:23:45.934 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 94 2024-07-27T18:23:45.935 INFO:tasks.rados.rados.0.smithi029.stdout:1103: seq_num 354 ranges {0=737280,737280=401408} 2024-07-27T18:23:45.940 INFO:tasks.rados.rados.0.smithi029.stdout:1103: writing smithi02985406-44 from 0 to 737280 tid 1 2024-07-27T18:23:45.943 INFO:tasks.rados.rados.0.smithi029.stdout:1103: writing smithi02985406-44 from 737280 to 1138688 tid 2 2024-07-27T18:23:45.943 INFO:tasks.rados.rados.0.smithi029.stdout:1104: snap_create 2024-07-27T18:23:45.943 INFO:tasks.rados.rados.0.smithi029.stdout:1102: expect (ObjNum 326 snap 86 seq_num 326) 2024-07-27T18:23:45.963 INFO:tasks.rados.rados.0.smithi029.stdout:1103: finishing write tid 1 to smithi02985406-44 2024-07-27T18:23:45.963 INFO:tasks.rados.rados.0.smithi029.stdout:1103: finishing write tid 2 to smithi02985406-44 2024-07-27T18:23:45.963 INFO:tasks.rados.rados.0.smithi029.stdout:1103: finishing write tid 3 to smithi02985406-44 2024-07-27T18:23:45.963 INFO:tasks.rados.rados.0.smithi029.stdout:1103: finishing write tid 4 to smithi02985406-44 2024-07-27T18:23:45.963 INFO:tasks.rados.rados.0.smithi029.stdout:1103: oid 44 updating version 0 to 554 2024-07-27T18:23:45.963 INFO:tasks.rados.rados.0.smithi029.stdout:1103: oid 44 version 554 is already newer than 552 2024-07-27T18:23:45.963 INFO:tasks.rados.rados.0.smithi029.stdout:1103: oid 44 version 554 is already newer than 553 2024-07-27T18:23:45.963 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 554 (ObjNum 354 snap 94 seq_num 354) dirty exists 2024-07-27T18:23:45.963 INFO:tasks.rados.rados.0.smithi029.stdout:1103: left oid 44 (ObjNum 354 snap 94 seq_num 354) 2024-07-27T18:23:46.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[96870]: pgmap v55: 121 pgs: 121 active+clean; 193 MiB data, 1016 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:46.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[96870]: osdmap e264: 8 total, 8 up, 8 in 2024-07-27T18:23:46.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:46.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:46.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:46.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:23:46.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:46.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:46.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:46.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:46.247 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[99353]: pgmap v55: 121 pgs: 121 active+clean; 193 MiB data, 1016 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:46.248 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[99353]: osdmap e264: 8 total, 8 up, 8 in 2024-07-27T18:23:46.248 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:46.248 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:46.248 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:46.248 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:23:46.248 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:46.248 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:46.248 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:46.248 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:45 smithi179 ceph-mon[89801]: pgmap v55: 121 pgs: 121 active+clean; 193 MiB data, 1016 MiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:45 smithi179 ceph-mon[89801]: osdmap e264: 8 total, 8 up, 8 in 2024-07-27T18:23:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:23:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:46.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:46.946 INFO:tasks.rados.rados.0.smithi029.stdout:1102: done (2 left) 2024-07-27T18:23:46.946 INFO:tasks.rados.rados.0.smithi029.stdout:1103: done (1 left) 2024-07-27T18:23:46.946 INFO:tasks.rados.rados.0.smithi029.stdout:1104: done (0 left) 2024-07-27T18:23:46.946 INFO:tasks.rados.rados.0.smithi029.stdout:1105: copy_from oid 44 from oid 47 current snap is 95 2024-07-27T18:23:46.946 INFO:tasks.rados.rados.0.smithi029.stdout:1106: copy_from oid 18 from oid 21 current snap is 95 2024-07-27T18:23:46.946 INFO:tasks.rados.rados.0.smithi029.stdout:1107: snap_create 2024-07-27T18:23:46.950 INFO:tasks.rados.rados.0.smithi029.stdout:1105: finishing copy_from to smithi02985406-44 2024-07-27T18:23:46.950 INFO:tasks.rados.rados.0.smithi029.stdout:1105: got expected ENOENT (src dne) 2024-07-27T18:23:46.950 INFO:tasks.rados.rados.0.smithi029.stdout:1105: finishing copy_from racing read to smithi02985406-44 2024-07-27T18:23:46.967 INFO:tasks.rados.rados.0.smithi029.stdout:1106: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:23:46.970 INFO:tasks.rados.rados.0.smithi029.stdout:1106: finishing copy_from to smithi02985406-18 2024-07-27T18:23:46.970 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 389 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:23:46.999 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:23:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:46 smithi029 ceph-mon[99353]: Reconfiguring mon.a (monmap changed)... 2024-07-27T18:23:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:46 smithi029 ceph-mon[99353]: Reconfiguring daemon mon.a on smithi029 2024-07-27T18:23:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:46 smithi029 ceph-mon[99353]: osdmap e265: 8 total, 8 up, 8 in 2024-07-27T18:23:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:46 smithi029 ceph-mon[96870]: Reconfiguring mon.a (monmap changed)... 2024-07-27T18:23:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:46 smithi029 ceph-mon[96870]: Reconfiguring daemon mon.a on smithi029 2024-07-27T18:23:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:46 smithi029 ceph-mon[96870]: osdmap e265: 8 total, 8 up, 8 in 2024-07-27T18:23:47.275 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:23:47.275 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (4m) 19s ago 5m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:23:47.275 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (5m) 5s ago 5m 91.6M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:23:47.275 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (7m) 19s ago 7m 16.0M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:23:47.275 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (7m) 5s ago 7m 21.3M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:23:47.275 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (60s) 5s ago 10m 439M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:23:47.275 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (89s) 19s ago 12m 497M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:23:47.275 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (45s) 19s ago 12m 38.7M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:23:47.275 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (10s) 5s ago 11m 22.1M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:23:47.276 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (23s) 19s ago 10m 20.0M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:23:47.276 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (5m) 19s ago 5m 15.9M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:23:47.276 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (5m) 5s ago 5m 15.4M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:23:47.276 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (10m) 19s ago 10m 144M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 e314de953958 2024-07-27T18:23:47.276 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (9m) 19s ago 9m 145M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 ec6c64b26d24 2024-07-27T18:23:47.276 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (9m) 19s ago 9m 167M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 84c890d6b0b2 2024-07-27T18:23:47.276 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (9m) 19s ago 9m 96.4M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 0e2db681e2f2 2024-07-27T18:23:47.276 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (8m) 5s ago 8m 147M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 9431ed9c63c6 2024-07-27T18:23:47.276 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (8m) 5s ago 8m 166M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:23:47.276 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (8m) 5s ago 7m 114M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:23:47.276 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (7m) 5s ago 7m 152M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:23:47.276 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (65s) 5s ago 6m 50.4M - 2.43.0 a07b618ecd1d 14077408bc57 2024-07-27T18:23:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:46 smithi179 ceph-mon[89801]: Reconfiguring mon.a (monmap changed)... 2024-07-27T18:23:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:46 smithi179 ceph-mon[89801]: Reconfiguring daemon mon.a on smithi029 2024-07-27T18:23:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:46 smithi179 ceph-mon[89801]: osdmap e265: 8 total, 8 up, 8 in 2024-07-27T18:23:47.628 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:23:47.628 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:23:47.628 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:23:47.628 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:23:47.628 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:23:47.628 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:23:47.628 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:23:47.628 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:23:47.629 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8 2024-07-27T18:23:47.629 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:23:47.629 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:23:47.629 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:23:47.629 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:23:47.629 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:23:47.629 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 10, 2024-07-27T18:23:47.629 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 5 2024-07-27T18:23:47.629 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:23:47.629 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:23:47.946 INFO:tasks.rados.rados.0.smithi029.stdout:1105: done (2 left) 2024-07-27T18:23:47.946 INFO:tasks.rados.rados.0.smithi029.stdout:1106: done (1 left) 2024-07-27T18:23:47.946 INFO:tasks.rados.rados.0.smithi029.stdout:1107: done (0 left) 2024-07-27T18:23:47.946 INFO:tasks.rados.rados.0.smithi029.stdout:1108: read oid 16 snap 91 2024-07-27T18:23:47.946 INFO:tasks.rados.rados.0.smithi029.stdout:1108: expect (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:23:47.946 INFO:tasks.rados.rados.0.smithi029.stdout:1109: setattr oid 20 current snap is 96 2024-07-27T18:23:47.947 INFO:tasks.rados.rados.0.smithi029.stdout:1110: copy_from oid 23 from oid 36 current snap is 96 2024-07-27T18:23:47.947 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 96 2024-07-27T18:23:47.947 INFO:tasks.rados.rados.0.smithi029.stdout:1111: seq_num 355 ranges {9494528=753664,10248192=401408} 2024-07-27T18:23:48.004 INFO:tasks.rados.rados.0.smithi029.stdout:1111: writing smithi02985406-17 from 9494528 to 10248192 tid 1 2024-07-27T18:23:48.007 INFO:tasks.rados.rados.0.smithi029.stdout:1111: writing smithi02985406-17 from 10248192 to 10649600 tid 2 2024-07-27T18:23:48.007 INFO:tasks.rados.rados.0.smithi029.stdout:1112: setattr oid 13 current snap is 96 2024-07-27T18:23:48.007 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 710 (ObjNum 211 snap 55 seq_num 211) dirty exists 2024-07-27T18:23:48.007 INFO:tasks.rados.rados.0.smithi029.stdout:1110: finishing copy_from racing read to smithi02985406-23 2024-07-27T18:23:48.007 INFO:tasks.rados.rados.0.smithi029.stdout:1110: finishing copy_from to smithi02985406-23 2024-07-27T18:23:48.007 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 162 (ObjNum 333 snap 89 seq_num 333) dirty exists 2024-07-27T18:23:48.007 INFO:tasks.rados.rados.0.smithi029.stdout:1108: expect (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:23:48.194 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[96870]: pgmap v58: 121 pgs: 121 active+clean; 197 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.7 MiB/s wr, 51 op/s 2024-07-27T18:23:48.194 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[96870]: osdmap e266: 8 total, 8 up, 8 in 2024-07-27T18:23:48.194 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[96870]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:23:48.194 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[96870]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:23:48.194 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:48.195 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:48.195 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[96870]: Reconfiguring mgr.y (monmap changed)... 2024-07-27T18:23:48.195 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:23:48.195 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:23:48.195 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:23:48.195 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:48.195 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2908186242' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:23:48.195 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[99353]: pgmap v58: 121 pgs: 121 active+clean; 197 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.7 MiB/s wr, 51 op/s 2024-07-27T18:23:48.195 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[99353]: osdmap e266: 8 total, 8 up, 8 in 2024-07-27T18:23:48.195 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[99353]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:23:48.195 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[99353]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:23:48.195 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:48.196 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:48.196 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[99353]: Reconfiguring mgr.y (monmap changed)... 2024-07-27T18:23:48.196 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:23:48.196 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:23:48.196 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:23:48.196 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:48.196 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:47 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2908186242' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:23:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:47 smithi179 ceph-mon[89801]: pgmap v58: 121 pgs: 121 active+clean; 197 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.7 MiB/s wr, 51 op/s 2024-07-27T18:23:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:47 smithi179 ceph-mon[89801]: osdmap e266: 8 total, 8 up, 8 in 2024-07-27T18:23:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:47 smithi179 ceph-mon[89801]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:23:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:47 smithi179 ceph-mon[89801]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:23:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:47 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:47 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:47 smithi179 ceph-mon[89801]: Reconfiguring mgr.y (monmap changed)... 2024-07-27T18:23:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:23:48.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:47 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:23:48.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:23:48.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:48.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:47 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2908186242' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:23:48.453 INFO:tasks.rados.rados.0.smithi029.stdout:1111: finishing write tid 1 to smithi02985406-17 2024-07-27T18:23:48.453 INFO:tasks.rados.rados.0.smithi029.stdout:1111: finishing write tid 2 to smithi02985406-17 2024-07-27T18:23:48.453 INFO:tasks.rados.rados.0.smithi029.stdout:1111: finishing write tid 3 to smithi02985406-17 2024-07-27T18:23:48.453 INFO:tasks.rados.rados.0.smithi029.stdout:1111: finishing write tid 4 to smithi02985406-17 2024-07-27T18:23:48.453 INFO:tasks.rados.rados.0.smithi029.stdout:1111: oid 17 updating version 0 to 398 2024-07-27T18:23:48.453 INFO:tasks.rados.rados.0.smithi029.stdout:1111: oid 17 version 398 is already newer than 397 2024-07-27T18:23:48.453 INFO:tasks.rados.rados.0.smithi029.stdout:1111: oid 17 updating version 398 to 399 2024-07-27T18:23:48.453 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 399 (ObjNum 355 snap 96 seq_num 355) dirty exists 2024-07-27T18:23:48.453 INFO:tasks.rados.rados.0.smithi029.stdout:1111: left oid 17 (ObjNum 355 snap 96 seq_num 355) 2024-07-27T18:23:48.453 INFO:tasks.rados.rados.0.smithi029.stdout:1108: done (4 left) 2024-07-27T18:23:48.453 INFO:tasks.rados.rados.0.smithi029.stdout:1109: done (3 left) 2024-07-27T18:23:48.453 INFO:tasks.rados.rados.0.smithi029.stdout:1110: done (2 left) 2024-07-27T18:23:48.454 INFO:tasks.rados.rados.0.smithi029.stdout:1111: done (1 left) 2024-07-27T18:23:48.454 INFO:tasks.rados.rados.0.smithi029.stdout:1113: snap_create 2024-07-27T18:23:48.458 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 750 (ObjNum 346 snap 91 seq_num 346) dirty exists 2024-07-27T18:23:48.954 INFO:tasks.rados.rados.0.smithi029.stdout:1112: done (1 left) 2024-07-27T18:23:48.954 INFO:tasks.rados.rados.0.smithi029.stdout:1113: done (0 left) 2024-07-27T18:23:48.954 INFO:tasks.rados.rados.0.smithi029.stdout:1114: snap_create 2024-07-27T18:23:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:48 smithi029 ceph-mon[99353]: Reconfiguring daemon mgr.y on smithi029 2024-07-27T18:23:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:48 smithi029 ceph-mon[99353]: osdmap e267: 8 total, 8 up, 8 in 2024-07-27T18:23:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:48 smithi029 ceph-mon[96870]: Reconfiguring daemon mgr.y on smithi029 2024-07-27T18:23:49.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:48 smithi029 ceph-mon[96870]: osdmap e267: 8 total, 8 up, 8 in 2024-07-27T18:23:49.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:48 smithi179 ceph-mon[89801]: Reconfiguring daemon mgr.y on smithi029 2024-07-27T18:23:49.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:48 smithi179 ceph-mon[89801]: osdmap e267: 8 total, 8 up, 8 in 2024-07-27T18:23:49.958 INFO:tasks.rados.rados.0.smithi029.stdout:1114: done (0 left) 2024-07-27T18:23:49.958 INFO:tasks.rados.rados.0.smithi029.stdout:1115: copy_from oid 10 from oid 16 current snap is 98 2024-07-27T18:23:49.958 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 98 2024-07-27T18:23:49.959 INFO:tasks.rados.rados.0.smithi029.stdout:1116: seq_num 356 ranges {983040=770048,1753088=401408} 2024-07-27T18:23:49.968 INFO:tasks.rados.rados.0.smithi029.stdout:1116: writing smithi02985406-5 from 983040 to 1753088 tid 1 2024-07-27T18:23:49.971 INFO:tasks.rados.rados.0.smithi029.stdout:1116: writing smithi02985406-5 from 1753088 to 2154496 tid 2 2024-07-27T18:23:49.971 INFO:tasks.rados.rados.0.smithi029.stdout:1117: read oid 23 snap 94 2024-07-27T18:23:49.971 INFO:tasks.rados.rados.0.smithi029.stdout:1117: expect (ObjNum 339 snap 90 seq_num 339) 2024-07-27T18:23:49.971 INFO:tasks.rados.rados.0.smithi029.stdout:1118: read oid 47 snap -1 2024-07-27T18:23:49.971 INFO:tasks.rados.rados.0.smithi029.stdout:1118: expect deleted 2024-07-27T18:23:49.971 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 98 2024-07-27T18:23:49.971 INFO:tasks.rados.rados.0.smithi029.stdout:1119: seq_num 357 ranges {1605632=786432,2392064=401408} 2024-07-27T18:23:49.986 INFO:tasks.rados.rados.0.smithi029.stdout:1119: writing smithi02985406-15 from 1605632 to 2392064 tid 1 2024-07-27T18:23:49.988 INFO:tasks.rados.rados.0.smithi029.stdout:1119: writing smithi02985406-15 from 2392064 to 2793472 tid 2 2024-07-27T18:23:49.988 INFO:tasks.rados.rados.0.smithi029.stdout:1120: snap_remove snap 95 2024-07-27T18:23:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[96870]: pgmap v61: 121 pgs: 121 active+clean; 197 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.7 MiB/s wr, 51 op/s 2024-07-27T18:23:50.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:50.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[96870]: osdmap e268: 8 total, 8 up, 8 in 2024-07-27T18:23:50.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:50.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[96870]: Reconfiguring mon.c (monmap changed)... 2024-07-27T18:23:50.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:50.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:50.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:50.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[96870]: Reconfiguring daemon mon.c on smithi029 2024-07-27T18:23:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[99353]: pgmap v61: 121 pgs: 121 active+clean; 197 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.7 MiB/s wr, 51 op/s 2024-07-27T18:23:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:50.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[99353]: osdmap e268: 8 total, 8 up, 8 in 2024-07-27T18:23:50.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:50.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[99353]: Reconfiguring mon.c (monmap changed)... 2024-07-27T18:23:50.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:50.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:50.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:50.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:49 smithi029 ceph-mon[99353]: Reconfiguring daemon mon.c on smithi029 2024-07-27T18:23:50.327 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:49 smithi179 ceph-mon[89801]: pgmap v61: 121 pgs: 121 active+clean; 197 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.7 MiB/s wr, 51 op/s 2024-07-27T18:23:50.327 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:49 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:50.327 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:49 smithi179 ceph-mon[89801]: osdmap e268: 8 total, 8 up, 8 in 2024-07-27T18:23:50.327 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:49 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:50.327 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:49 smithi179 ceph-mon[89801]: Reconfiguring mon.c (monmap changed)... 2024-07-27T18:23:50.327 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:50.327 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:50.327 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:50.328 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:49 smithi179 ceph-mon[89801]: Reconfiguring daemon mon.c on smithi029 2024-07-27T18:23:50.964 INFO:tasks.rados.rados.0.smithi029.stdout:1120: done (5 left) 2024-07-27T18:23:50.964 INFO:tasks.rados.rados.0.smithi029.stdout:1121: setattr oid 7 current snap is 98 2024-07-27T18:23:50.964 INFO:tasks.rados.rados.0.smithi029.stdout:1116: finishing write tid 1 to smithi02985406-5 2024-07-27T18:23:50.965 INFO:tasks.rados.rados.0.smithi029.stdout:1116: finishing write tid 2 to smithi02985406-5 2024-07-27T18:23:50.965 INFO:tasks.rados.rados.0.smithi029.stdout:1116: finishing write tid 3 to smithi02985406-5 2024-07-27T18:23:50.965 INFO:tasks.rados.rados.0.smithi029.stdout:1116: finishing write tid 4 to smithi02985406-5 2024-07-27T18:23:50.965 INFO:tasks.rados.rados.0.smithi029.stdout:1116: oid 5 updating version 0 to 753 2024-07-27T18:23:50.965 INFO:tasks.rados.rados.0.smithi029.stdout:1116: oid 5 version 753 is already newer than 752 2024-07-27T18:23:50.966 INFO:tasks.rados.rados.0.smithi029.stdout:1116: oid 5 updating version 753 to 754 2024-07-27T18:23:50.966 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 754 (ObjNum 356 snap 98 seq_num 356) dirty exists 2024-07-27T18:23:50.966 INFO:tasks.rados.rados.0.smithi029.stdout:1116: left oid 5 (ObjNum 356 snap 98 seq_num 356) 2024-07-27T18:23:50.966 INFO:tasks.rados.rados.0.smithi029.stdout:1119: finishing write tid 1 to smithi02985406-15 2024-07-27T18:23:50.967 INFO:tasks.rados.rados.0.smithi029.stdout:1119: finishing write tid 2 to smithi02985406-15 2024-07-27T18:23:50.967 INFO:tasks.rados.rados.0.smithi029.stdout:1119: finishing write tid 3 to smithi02985406-15 2024-07-27T18:23:50.967 INFO:tasks.rados.rados.0.smithi029.stdout:1119: finishing write tid 4 to smithi02985406-15 2024-07-27T18:23:50.967 INFO:tasks.rados.rados.0.smithi029.stdout:1119: oid 15 updating version 0 to 399 2024-07-27T18:23:50.967 INFO:tasks.rados.rados.0.smithi029.stdout:1119: oid 15 version 399 is already newer than 398 2024-07-27T18:23:50.968 INFO:tasks.rados.rados.0.smithi029.stdout:1119: oid 15 version 399 is already newer than 397 2024-07-27T18:23:50.968 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 399 (ObjNum 357 snap 98 seq_num 357) dirty exists 2024-07-27T18:23:50.968 INFO:tasks.rados.rados.0.smithi029.stdout:1119: left oid 15 (ObjNum 357 snap 98 seq_num 357) 2024-07-27T18:23:50.968 INFO:tasks.rados.rados.0.smithi029.stdout:1117: expect (ObjNum 339 snap 90 seq_num 339) 2024-07-27T18:23:51.157 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:50 smithi029 ceph-mon[96870]: osdmap e269: 8 total, 8 up, 8 in 2024-07-27T18:23:51.158 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:50 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:51.158 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:50 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:51.158 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:50 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-07-27T18:23:51.158 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:50 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:51.159 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:50 smithi029 ceph-mon[99353]: osdmap e269: 8 total, 8 up, 8 in 2024-07-27T18:23:51.159 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:50 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:51.159 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:50 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:51.159 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:50 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-07-27T18:23:51.159 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:50 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:51.385 INFO:tasks.rados.rados.0.smithi029.stdout:1115: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:23:51.385 INFO:tasks.rados.rados.0.smithi029.stdout:1115: finishing copy_from to smithi02985406-10 2024-07-27T18:23:51.385 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 385 (ObjNum 274 snap 70 seq_num 274) dirty exists 2024-07-27T18:23:51.385 INFO:tasks.rados.rados.0.smithi029.stdout:1115: done (5 left) 2024-07-27T18:23:51.385 INFO:tasks.rados.rados.0.smithi029.stdout:1116: done (4 left) 2024-07-27T18:23:51.385 INFO:tasks.rados.rados.0.smithi029.stdout:1117: done (3 left) 2024-07-27T18:23:51.385 INFO:tasks.rados.rados.0.smithi029.stdout:1118: done (2 left) 2024-07-27T18:23:51.385 INFO:tasks.rados.rados.0.smithi029.stdout:1119: done (1 left) 2024-07-27T18:23:51.385 INFO:tasks.rados.rados.0.smithi029.stdout:1122: rmattr oid 42 current snap is 98 2024-07-27T18:23:51.385 INFO:tasks.rados.rados.0.smithi029.stdout:1123: snap_remove snap 90 2024-07-27T18:23:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:50 smithi179 ceph-mon[89801]: osdmap e269: 8 total, 8 up, 8 in 2024-07-27T18:23:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:50 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:50 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:50 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-07-27T18:23:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:50 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:51.931 INFO:tasks.rados.rados.0.smithi029.stdout:1123: done (2 left) 2024-07-27T18:23:51.931 INFO:tasks.rados.rados.0.smithi029.stdout:1124: rollback oid 5 current snap is 98 2024-07-27T18:23:51.931 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 5 to 77 2024-07-27T18:23:51.931 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 394 (ObjNum 272 snap 70 seq_num 272) dirty exists 2024-07-27T18:23:51.931 INFO:tasks.rados.rados.0.smithi029.stdout:1122: done (2 left) 2024-07-27T18:23:51.931 INFO:tasks.rados.rados.0.smithi029.stdout:1125: delete oid 20 current snap is 98 2024-07-27T18:23:51.931 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 760 (ObjNum 324 snap 85 seq_num 324) dirty exists 2024-07-27T18:23:51.944 INFO:tasks.rados.rados.0.smithi029.stdout:1121: done (2 left) 2024-07-27T18:23:51.944 INFO:tasks.rados.rados.0.smithi029.stdout:1125: done (1 left) 2024-07-27T18:23:51.944 INFO:tasks.rados.rados.0.smithi029.stdout:1126: delete oid 20 current snap is 98 2024-07-27T18:23:51.944 INFO:tasks.rados.rados.0.smithi029.stdout:1124: finishing rollback tid 0 to smithi02985406-5 2024-07-27T18:23:51.944 INFO:tasks.rados.rados.0.smithi029.stdout:1124: finishing rollback tid 1 to smithi02985406-5 2024-07-27T18:23:51.944 INFO:tasks.rados.rados.0.smithi029.stdout:1124: finishing rollback tid 2 to smithi02985406-5 2024-07-27T18:23:51.945 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 767 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:23:51.946 INFO:tasks.rados.rados.0.smithi029.stdout:1124: done (1 left) 2024-07-27T18:23:51.946 INFO:tasks.rados.rados.0.smithi029.stdout:1126: done (0 left) 2024-07-27T18:23:51.946 INFO:tasks.rados.rados.0.smithi029.stdout:1127: snap_remove snap 93 2024-07-27T18:23:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:51 smithi029 ceph-mon[96870]: Reconfiguring osd.0 (monmap changed)... 2024-07-27T18:23:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:51 smithi029 ceph-mon[96870]: Reconfiguring daemon osd.0 on smithi029 2024-07-27T18:23:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:51 smithi029 ceph-mon[96870]: pgmap v64: 121 pgs: 121 active+clean; 209 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 2.9 MiB/s wr, 15 op/s 2024-07-27T18:23:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:51 smithi029 ceph-mon[96870]: osdmap e270: 8 total, 8 up, 8 in 2024-07-27T18:23:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:51 smithi029 ceph-mon[96870]: osdmap e271: 8 total, 8 up, 8 in 2024-07-27T18:23:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:51 smithi029 ceph-mon[99353]: Reconfiguring osd.0 (monmap changed)... 2024-07-27T18:23:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:51 smithi029 ceph-mon[99353]: Reconfiguring daemon osd.0 on smithi029 2024-07-27T18:23:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:51 smithi029 ceph-mon[99353]: pgmap v64: 121 pgs: 121 active+clean; 209 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 2.9 MiB/s wr, 15 op/s 2024-07-27T18:23:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:51 smithi029 ceph-mon[99353]: osdmap e270: 8 total, 8 up, 8 in 2024-07-27T18:23:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:51 smithi029 ceph-mon[99353]: osdmap e271: 8 total, 8 up, 8 in 2024-07-27T18:23:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:51 smithi179 ceph-mon[89801]: Reconfiguring osd.0 (monmap changed)... 2024-07-27T18:23:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:51 smithi179 ceph-mon[89801]: Reconfiguring daemon osd.0 on smithi029 2024-07-27T18:23:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:51 smithi179 ceph-mon[89801]: pgmap v64: 121 pgs: 121 active+clean; 209 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 2.9 MiB/s wr, 15 op/s 2024-07-27T18:23:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:51 smithi179 ceph-mon[89801]: osdmap e270: 8 total, 8 up, 8 in 2024-07-27T18:23:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:51 smithi179 ceph-mon[89801]: osdmap e271: 8 total, 8 up, 8 in 2024-07-27T18:23:52.585 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:23:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:23:52] "GET /metrics HTTP/1.1" 200 36027 "" "Prometheus/2.43.0" 2024-07-27T18:23:52.931 INFO:tasks.rados.rados.0.smithi029.stdout:1127: done (0 left) 2024-07-27T18:23:52.931 INFO:tasks.rados.rados.0.smithi029.stdout:1128: snap_remove snap 96 2024-07-27T18:23:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:53 smithi179 ceph-mon[89801]: Reconfiguring osd.1 (monmap changed)... 2024-07-27T18:23:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-07-27T18:23:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:53 smithi179 ceph-mon[89801]: Reconfiguring daemon osd.1 on smithi029 2024-07-27T18:23:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:53 smithi179 ceph-mon[89801]: osdmap e272: 8 total, 8 up, 8 in 2024-07-27T18:23:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[99353]: Reconfiguring osd.1 (monmap changed)... 2024-07-27T18:23:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-07-27T18:23:53.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:53.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[99353]: Reconfiguring daemon osd.1 on smithi029 2024-07-27T18:23:53.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[99353]: osdmap e272: 8 total, 8 up, 8 in 2024-07-27T18:23:53.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:53.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:53.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[96870]: Reconfiguring osd.1 (monmap changed)... 2024-07-27T18:23:53.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-07-27T18:23:53.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:53.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[96870]: Reconfiguring daemon osd.1 on smithi029 2024-07-27T18:23:53.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:53 smithi029 ceph-mon[96870]: osdmap e272: 8 total, 8 up, 8 in 2024-07-27T18:23:53.934 INFO:tasks.rados.rados.0.smithi029.stdout:1128: done (0 left) 2024-07-27T18:23:53.934 INFO:tasks.rados.rados.0.smithi029.stdout:1129: snap_create 2024-07-27T18:23:54.326 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[96870]: pgmap v67: 121 pgs: 121 active+clean; 209 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 2.9 MiB/s wr, 15 op/s 2024-07-27T18:23:54.326 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:23:54.327 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:54.327 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:54.327 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-07-27T18:23:54.327 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:54.327 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[96870]: osdmap e273: 8 total, 8 up, 8 in 2024-07-27T18:23:54.327 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[99353]: pgmap v67: 121 pgs: 121 active+clean; 209 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 2.9 MiB/s wr, 15 op/s 2024-07-27T18:23:54.327 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:23:54.327 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:54.327 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:54.327 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-07-27T18:23:54.327 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:54.327 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:54 smithi029 ceph-mon[99353]: osdmap e273: 8 total, 8 up, 8 in 2024-07-27T18:23:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:54 smithi179 ceph-mon[89801]: pgmap v67: 121 pgs: 121 active+clean; 209 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 2.9 MiB/s wr, 15 op/s 2024-07-27T18:23:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:23:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:54 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:54 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-07-27T18:23:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:54 smithi179 ceph-mon[89801]: osdmap e273: 8 total, 8 up, 8 in 2024-07-27T18:23:54.934 INFO:tasks.rados.rados.0.smithi029.stdout:1129: done (0 left) 2024-07-27T18:23:54.934 INFO:tasks.rados.rados.0.smithi029.stdout:1130: rollback oid 48 current snap is 99 2024-07-27T18:23:54.934 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 48 to 89 2024-07-27T18:23:54.935 INFO:tasks.rados.rados.0.smithi029.stdout:1131: copy_from oid 4 from oid 24 current snap is 99 2024-07-27T18:23:54.935 INFO:tasks.rados.rados.0.smithi029.stdout:1132: snap_create 2024-07-27T18:23:54.940 INFO:tasks.rados.rados.0.smithi029.stdout:1130: finishing rollback tid 0 to smithi02985406-48 2024-07-27T18:23:54.941 INFO:tasks.rados.rados.0.smithi029.stdout:1130: finishing rollback tid 1 to smithi02985406-48 2024-07-27T18:23:54.941 INFO:tasks.rados.rados.0.smithi029.stdout:1130: finishing rollback tid 2 to smithi02985406-48 2024-07-27T18:23:54.941 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 783 (ObjNum 219 snap 57 seq_num 219) dirty exists 2024-07-27T18:23:54.954 INFO:tasks.rados.rados.0.smithi029.stdout:1131: finishing copy_from racing read to smithi02985406-4 2024-07-27T18:23:54.956 INFO:tasks.rados.rados.0.smithi029.stdout:1131: finishing copy_from to smithi02985406-4 2024-07-27T18:23:54.956 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 495 (ObjNum 301 snap 77 seq_num 301) dirty exists 2024-07-27T18:23:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:55 smithi029 ceph-mon[96870]: Reconfiguring osd.2 (monmap changed)... 2024-07-27T18:23:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:55 smithi029 ceph-mon[96870]: Reconfiguring daemon osd.2 on smithi029 2024-07-27T18:23:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:55 smithi029 ceph-mon[96870]: osdmap e274: 8 total, 8 up, 8 in 2024-07-27T18:23:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:55 smithi029 ceph-mon[99353]: Reconfiguring osd.2 (monmap changed)... 2024-07-27T18:23:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:55 smithi029 ceph-mon[99353]: Reconfiguring daemon osd.2 on smithi029 2024-07-27T18:23:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:55 smithi029 ceph-mon[99353]: osdmap e274: 8 total, 8 up, 8 in 2024-07-27T18:23:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:55 smithi179 ceph-mon[89801]: Reconfiguring osd.2 (monmap changed)... 2024-07-27T18:23:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:55 smithi179 ceph-mon[89801]: Reconfiguring daemon osd.2 on smithi029 2024-07-27T18:23:55.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:55 smithi179 ceph-mon[89801]: osdmap e274: 8 total, 8 up, 8 in 2024-07-27T18:23:55.936 INFO:tasks.rados.rados.0.smithi029.stdout:1130: done (2 left) 2024-07-27T18:23:55.936 INFO:tasks.rados.rados.0.smithi029.stdout:1131: done (1 left) 2024-07-27T18:23:55.936 INFO:tasks.rados.rados.0.smithi029.stdout:1132: done (0 left) 2024-07-27T18:23:55.936 INFO:tasks.rados.rados.0.smithi029.stdout:1133: read oid 34 snap 73 2024-07-27T18:23:55.936 INFO:tasks.rados.rados.0.smithi029.stdout:1133: expect (ObjNum 180 snap 41 seq_num 180) 2024-07-27T18:23:55.936 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 100 2024-07-27T18:23:55.936 INFO:tasks.rados.rados.0.smithi029.stdout:1134: seq_num 360 ranges {0=434176,434176=704512,1138688=98304} 2024-07-27T18:23:55.938 INFO:tasks.rados.rados.0.smithi029.stdout:1134: writing smithi02985406-45 from 0 to 434176 tid 1 2024-07-27T18:23:55.943 INFO:tasks.rados.rados.0.smithi029.stdout:1134: writing smithi02985406-45 from 434176 to 1138688 tid 2 2024-07-27T18:23:55.943 INFO:tasks.rados.rados.0.smithi029.stdout:1134: writing smithi02985406-45 from 1138688 to 1236992 tid 3 2024-07-27T18:23:55.944 INFO:tasks.rados.rados.0.smithi029.stdout:1135: delete oid 48 current snap is 100 2024-07-27T18:23:55.944 INFO:tasks.rados.rados.0.smithi029.stdout:1133: expect (ObjNum 180 snap 41 seq_num 180) 2024-07-27T18:23:56.029 INFO:tasks.rados.rados.0.smithi029.stdout:1134: finishing write tid 1 to smithi02985406-45 2024-07-27T18:23:56.029 INFO:tasks.rados.rados.0.smithi029.stdout:1134: finishing write tid 2 to smithi02985406-45 2024-07-27T18:23:56.029 INFO:tasks.rados.rados.0.smithi029.stdout:1134: finishing write tid 3 to smithi02985406-45 2024-07-27T18:23:56.029 INFO:tasks.rados.rados.0.smithi029.stdout:1133: done (2 left) 2024-07-27T18:23:56.030 INFO:tasks.rados.rados.0.smithi029.stdout:1135: done (1 left) 2024-07-27T18:23:56.030 INFO:tasks.rados.rados.0.smithi029.stdout:1136: setattr oid 50 current snap is 100 2024-07-27T18:23:56.030 INFO:tasks.rados.rados.0.smithi029.stdout:1134: finishing write tid 4 to smithi02985406-45 2024-07-27T18:23:56.030 INFO:tasks.rados.rados.0.smithi029.stdout:1134: finishing write tid 5 to smithi02985406-45 2024-07-27T18:23:56.030 INFO:tasks.rados.rados.0.smithi029.stdout:1134: oid 45 updating version 0 to 561 2024-07-27T18:23:56.030 INFO:tasks.rados.rados.0.smithi029.stdout:1134: oid 45 updating version 561 to 562 2024-07-27T18:23:56.030 INFO:tasks.rados.rados.0.smithi029.stdout:1134: oid 45 updating version 562 to 564 2024-07-27T18:23:56.030 INFO:tasks.rados.rados.0.smithi029.stdout:1134: oid 45 version 564 is already newer than 563 2024-07-27T18:23:56.030 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 564 (ObjNum 360 snap 100 seq_num 360) dirty exists 2024-07-27T18:23:56.030 INFO:tasks.rados.rados.0.smithi029.stdout:1134: left oid 45 (ObjNum 360 snap 100 seq_num 360) 2024-07-27T18:23:56.031 INFO:tasks.rados.rados.0.smithi029.stdout:1134: done (1 left) 2024-07-27T18:23:56.031 INFO:tasks.rados.rados.0.smithi029.stdout:1137: rollback oid 29 current snap is 100 2024-07-27T18:23:56.031 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 29 to 98 2024-07-27T18:23:56.031 INFO:tasks.rados.rados.0.smithi029.stdout:1138: snap_create 2024-07-27T18:23:56.033 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 189 (ObjNum 321 snap 85 seq_num 321) dirty exists 2024-07-27T18:23:56.033 INFO:tasks.rados.rados.0.smithi029.stdout:1137: finishing rollback tid 1 to smithi02985406-29 2024-07-27T18:23:56.033 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 392 (ObjNum 97 snap 0 seq_num 2649) dirty dne 2024-07-27T18:23:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:56 smithi179 ceph-mon[89801]: pgmap v70: 121 pgs: 121 active+clean; 209 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:56 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:56 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:56 smithi179 ceph-mon[89801]: Reconfiguring osd.3 (monmap changed)... 2024-07-27T18:23:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:56 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-07-27T18:23:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:56 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:56 smithi179 ceph-mon[89801]: Reconfiguring daemon osd.3 on smithi029 2024-07-27T18:23:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:56 smithi179 ceph-mon[89801]: osdmap e275: 8 total, 8 up, 8 in 2024-07-27T18:23:56.679 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[96870]: pgmap v70: 121 pgs: 121 active+clean; 209 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:56.679 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:56.679 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:56.679 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[96870]: Reconfiguring osd.3 (monmap changed)... 2024-07-27T18:23:56.679 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-07-27T18:23:56.680 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:56.680 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[96870]: Reconfiguring daemon osd.3 on smithi029 2024-07-27T18:23:56.680 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[96870]: osdmap e275: 8 total, 8 up, 8 in 2024-07-27T18:23:56.680 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[99353]: pgmap v70: 121 pgs: 121 active+clean; 209 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:23:56.680 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:56.680 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:56.680 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[99353]: Reconfiguring osd.3 (monmap changed)... 2024-07-27T18:23:56.680 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-07-27T18:23:56.680 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:56.680 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[99353]: Reconfiguring daemon osd.3 on smithi029 2024-07-27T18:23:56.680 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:56 smithi029 ceph-mon[99353]: osdmap e275: 8 total, 8 up, 8 in 2024-07-27T18:23:56.938 INFO:tasks.rados.rados.0.smithi029.stdout:1136: done (2 left) 2024-07-27T18:23:56.939 INFO:tasks.rados.rados.0.smithi029.stdout:1137: done (1 left) 2024-07-27T18:23:56.939 INFO:tasks.rados.rados.0.smithi029.stdout:1138: done (0 left) 2024-07-27T18:23:56.939 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 101 2024-07-27T18:23:56.939 INFO:tasks.rados.rados.0.smithi029.stdout:1139: seq_num 362 ranges {786432=466944,1253376=466944,1720320=335872} 2024-07-27T18:23:56.945 INFO:tasks.rados.rados.0.smithi029.stdout:1139: writing smithi02985406-36 from 786432 to 1253376 tid 1 2024-07-27T18:23:56.947 INFO:tasks.rados.rados.0.smithi029.stdout:1139: writing smithi02985406-36 from 1253376 to 1720320 tid 2 2024-07-27T18:23:56.950 INFO:tasks.rados.rados.0.smithi029.stdout:1139: writing smithi02985406-36 from 1720320 to 2056192 tid 3 2024-07-27T18:23:56.950 INFO:tasks.rados.rados.0.smithi029.stdout:1140: read oid 24 snap -1 2024-07-27T18:23:56.950 INFO:tasks.rados.rados.0.smithi029.stdout:1140: expect (ObjNum 301 snap 77 seq_num 301) 2024-07-27T18:23:56.950 INFO:tasks.rados.rados.0.smithi029.stdout:1141: copy_from oid 35 from oid 34 current snap is 101 2024-07-27T18:23:56.950 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 101 2024-07-27T18:23:56.950 INFO:tasks.rados.rados.0.smithi029.stdout:1142: seq_num 363 ranges {663552=483328,1146880=753664,1900544=49152} 2024-07-27T18:23:56.957 INFO:tasks.rados.rados.0.smithi029.stdout:1142: writing smithi02985406-19 from 663552 to 1146880 tid 1 2024-07-27T18:23:56.962 INFO:tasks.rados.rados.0.smithi029.stdout:1142: writing smithi02985406-19 from 1146880 to 1900544 tid 2 2024-07-27T18:23:56.963 INFO:tasks.rados.rados.0.smithi029.stdout:1142: writing smithi02985406-19 from 1900544 to 1949696 tid 3 2024-07-27T18:23:56.963 INFO:tasks.rados.rados.0.smithi029.stdout:1143: read oid 22 snap -1 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1143: expect (ObjNum 314 snap 83 seq_num 314) 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1144: snap_create 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1139: finishing write tid 1 to smithi02985406-36 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1139: finishing write tid 2 to smithi02985406-36 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1139: finishing write tid 3 to smithi02985406-36 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1139: finishing write tid 4 to smithi02985406-36 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1139: finishing write tid 5 to smithi02985406-36 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1139: oid 36 updating version 0 to 166 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1139: oid 36 updating version 166 to 167 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1139: oid 36 updating version 167 to 169 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1139: oid 36 version 169 is already newer than 168 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 169 (ObjNum 362 snap 101 seq_num 362) dirty exists 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1139: left oid 36 (ObjNum 362 snap 101 seq_num 362) 2024-07-27T18:23:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1141: finishing copy_from racing read to smithi02985406-35 2024-07-27T18:23:56.967 INFO:tasks.rados.rados.0.smithi029.stdout:1141: finishing copy_from to smithi02985406-35 2024-07-27T18:23:56.967 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 348 (ObjNum 319 snap 85 seq_num 319) dirty exists 2024-07-27T18:23:56.968 INFO:tasks.rados.rados.0.smithi029.stdout:1142: finishing write tid 1 to smithi02985406-19 2024-07-27T18:23:56.968 INFO:tasks.rados.rados.0.smithi029.stdout:1142: finishing write tid 2 to smithi02985406-19 2024-07-27T18:23:56.970 INFO:tasks.rados.rados.0.smithi029.stdout:1142: finishing write tid 3 to smithi02985406-19 2024-07-27T18:23:56.971 INFO:tasks.rados.rados.0.smithi029.stdout:1142: finishing write tid 4 to smithi02985406-19 2024-07-27T18:23:56.971 INFO:tasks.rados.rados.0.smithi029.stdout:1142: finishing write tid 5 to smithi02985406-19 2024-07-27T18:23:56.971 INFO:tasks.rados.rados.0.smithi029.stdout:1142: oid 19 updating version 0 to 497 2024-07-27T18:23:56.971 INFO:tasks.rados.rados.0.smithi029.stdout:1142: oid 19 updating version 497 to 498 2024-07-27T18:23:56.971 INFO:tasks.rados.rados.0.smithi029.stdout:1142: oid 19 version 498 is already newer than 496 2024-07-27T18:23:56.971 INFO:tasks.rados.rados.0.smithi029.stdout:1142: oid 19 updating version 498 to 499 2024-07-27T18:23:56.971 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 499 (ObjNum 363 snap 101 seq_num 363) dirty exists 2024-07-27T18:23:56.972 INFO:tasks.rados.rados.0.smithi029.stdout:1142: left oid 19 (ObjNum 363 snap 101 seq_num 363) 2024-07-27T18:23:56.973 INFO:tasks.rados.rados.0.smithi029.stdout:1140: expect (ObjNum 301 snap 77 seq_num 301) 2024-07-27T18:23:57.313 INFO:tasks.rados.rados.0.smithi029.stdout:1143: expect (ObjNum 314 snap 83 seq_num 314) 2024-07-27T18:23:57.943 INFO:tasks.rados.rados.0.smithi029.stdout:1139: done (5 left) 2024-07-27T18:23:57.943 INFO:tasks.rados.rados.0.smithi029.stdout:1140: done (4 left) 2024-07-27T18:23:57.943 INFO:tasks.rados.rados.0.smithi029.stdout:1141: done (3 left) 2024-07-27T18:23:57.943 INFO:tasks.rados.rados.0.smithi029.stdout:1142: done (2 left) 2024-07-27T18:23:57.944 INFO:tasks.rados.rados.0.smithi029.stdout:1143: done (1 left) 2024-07-27T18:23:57.944 INFO:tasks.rados.rados.0.smithi029.stdout:1144: done (0 left) 2024-07-27T18:23:57.944 INFO:tasks.rados.rados.0.smithi029.stdout:1145: read oid 50 snap -1 2024-07-27T18:23:57.944 INFO:tasks.rados.rados.0.smithi029.stdout:1145: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:23:57.944 INFO:tasks.rados.rados.0.smithi029.stdout:1146: copy_from oid 25 from oid 9 current snap is 102 2024-07-27T18:23:57.944 INFO:tasks.rados.rados.0.smithi029.stdout:1147: snap_create 2024-07-27T18:23:57.947 INFO:tasks.rados.rados.0.smithi029.stdout:1145: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:23:57.965 INFO:tasks.rados.rados.0.smithi029.stdout:1146: finishing copy_from racing read to smithi02985406-25 2024-07-27T18:23:57.965 INFO:tasks.rados.rados.0.smithi029.stdout:1146: finishing copy_from to smithi02985406-25 2024-07-27T18:23:57.965 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 609 (ObjNum 307 snap 80 seq_num 307) dirty exists 2024-07-27T18:23:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[96870]: pgmap v73: 121 pgs: 121 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 2.6 MiB/s wr, 10 op/s 2024-07-27T18:23:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[96870]: osdmap e276: 8 total, 8 up, 8 in 2024-07-27T18:23:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[96870]: Reconfiguring mds.a (monmap changed)... 2024-07-27T18:23:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:23:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:23:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[96870]: Reconfiguring daemon mds.a on smithi029 2024-07-27T18:23:58.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[99353]: pgmap v73: 121 pgs: 121 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 2.6 MiB/s wr, 10 op/s 2024-07-27T18:23:58.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[99353]: osdmap e276: 8 total, 8 up, 8 in 2024-07-27T18:23:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[99353]: Reconfiguring mds.a (monmap changed)... 2024-07-27T18:23:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:23:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:23:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:57 smithi029 ceph-mon[99353]: Reconfiguring daemon mds.a on smithi029 2024-07-27T18:23:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:57 smithi179 ceph-mon[89801]: pgmap v73: 121 pgs: 121 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 2.6 MiB/s wr, 10 op/s 2024-07-27T18:23:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:57 smithi179 ceph-mon[89801]: osdmap e276: 8 total, 8 up, 8 in 2024-07-27T18:23:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:57 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:57 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:57 smithi179 ceph-mon[89801]: Reconfiguring mds.a (monmap changed)... 2024-07-27T18:23:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:57 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:23:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:57 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:23:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:57 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:58.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:57 smithi179 ceph-mon[89801]: Reconfiguring daemon mds.a on smithi029 2024-07-27T18:23:58.948 INFO:tasks.rados.rados.0.smithi029.stdout:1145: done (2 left) 2024-07-27T18:23:58.948 INFO:tasks.rados.rados.0.smithi029.stdout:1146: done (1 left) 2024-07-27T18:23:58.948 INFO:tasks.rados.rados.0.smithi029.stdout:1147: done (0 left) 2024-07-27T18:23:58.948 INFO:tasks.rados.rados.0.smithi029.stdout:1148: read oid 48 snap -1 2024-07-27T18:23:58.948 INFO:tasks.rados.rados.0.smithi029.stdout:1148: expect deleted 2024-07-27T18:23:58.948 INFO:tasks.rados.rados.0.smithi029.stdout:1149: read oid 35 snap 102 2024-07-27T18:23:58.948 INFO:tasks.rados.rados.0.smithi029.stdout:1149: expect (ObjNum 319 snap 85 seq_num 319) 2024-07-27T18:23:58.948 INFO:tasks.rados.rados.0.smithi029.stdout:1150: rollback oid 21 current snap is 103 2024-07-27T18:23:58.948 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 21 to 97 2024-07-27T18:23:58.948 INFO:tasks.rados.rados.0.smithi029.stdout:1151: snap_remove snap 77 2024-07-27T18:23:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:58 smithi029 ceph-mon[96870]: osdmap e277: 8 total, 8 up, 8 in 2024-07-27T18:23:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:58 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:58 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:58 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:58 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:58 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:58 smithi029 ceph-mon[99353]: osdmap e277: 8 total, 8 up, 8 in 2024-07-27T18:23:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:58 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:58 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:58 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:58 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:58 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:59.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:58 smithi179 ceph-mon[89801]: osdmap e277: 8 total, 8 up, 8 in 2024-07-27T18:23:59.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:58 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:59.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:58 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:23:59.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:58 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-07-27T18:23:59.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:58 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-07-27T18:23:59.301 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:58 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:23:59.948 INFO:tasks.rados.rados.0.smithi029.stdout:1151: done (3 left) 2024-07-27T18:23:59.949 INFO:tasks.rados.rados.0.smithi029.stdout:1152: read oid 32 snap -1 2024-07-27T18:23:59.949 INFO:tasks.rados.rados.0.smithi029.stdout:1152: expect (ObjNum 137 snap 30 seq_num 137) 2024-07-27T18:23:59.949 INFO:tasks.rados.rados.0.smithi029.stdout:1153: read oid 25 snap -1 2024-07-27T18:23:59.949 INFO:tasks.rados.rados.0.smithi029.stdout:1153: expect (ObjNum 307 snap 80 seq_num 307) 2024-07-27T18:23:59.949 INFO:tasks.rados.rados.0.smithi029.stdout:1154: read oid 23 snap -1 2024-07-27T18:23:59.949 INFO:tasks.rados.rados.0.smithi029.stdout:1154: expect (ObjNum 333 snap 89 seq_num 333) 2024-07-27T18:23:59.949 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 103 2024-07-27T18:23:59.949 INFO:tasks.rados.rados.0.smithi029.stdout:1155: seq_num 364 ranges {1097728=499712,1597440=638976,2236416=163840} 2024-07-27T18:23:59.958 INFO:tasks.rados.rados.0.smithi029.stdout:1155: writing smithi02985406-26 from 1097728 to 1597440 tid 1 2024-07-27T18:23:59.962 INFO:tasks.rados.rados.0.smithi029.stdout:1155: writing smithi02985406-26 from 1597440 to 2236416 tid 2 2024-07-27T18:23:59.964 INFO:tasks.rados.rados.0.smithi029.stdout:1155: writing smithi02985406-26 from 2236416 to 2400256 tid 3 2024-07-27T18:23:59.964 INFO:tasks.rados.rados.0.smithi029.stdout:1156: copy_from oid 34 from oid 45 current snap is 103 2024-07-27T18:23:59.964 INFO:tasks.rados.rados.0.smithi029.stdout:1150: finishing rollback tid 0 to smithi02985406-21 2024-07-27T18:23:59.964 INFO:tasks.rados.rados.0.smithi029.stdout:1150: finishing rollback tid 1 to smithi02985406-21 2024-07-27T18:23:59.964 INFO:tasks.rados.rados.0.smithi029.stdout:1150: finishing rollback tid 2 to smithi02985406-21 2024-07-27T18:23:59.964 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 392 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:23:59.964 INFO:tasks.rados.rados.0.smithi029.stdout:1149: expect (ObjNum 319 snap 85 seq_num 319) 2024-07-27T18:23:59.995 INFO:tasks.rados.rados.0.smithi029.stdout:1153: expect (ObjNum 307 snap 80 seq_num 307) 2024-07-27T18:24:00.004 INFO:tasks.rados.rados.0.smithi029.stdout:1154: expect (ObjNum 333 snap 89 seq_num 333) 2024-07-27T18:24:00.028 INFO:tasks.rados.rados.0.smithi029.stdout:1155: finishing write tid 1 to smithi02985406-26 2024-07-27T18:24:00.028 INFO:tasks.rados.rados.0.smithi029.stdout:1155: finishing write tid 2 to smithi02985406-26 2024-07-27T18:24:00.028 INFO:tasks.rados.rados.0.smithi029.stdout:1152: expect (ObjNum 137 snap 30 seq_num 137) 2024-07-27T18:24:00.116 INFO:tasks.rados.rados.0.smithi029.stdout:1155: finishing write tid 3 to smithi02985406-26 2024-07-27T18:24:00.116 INFO:tasks.rados.rados.0.smithi029.stdout:1155: finishing write tid 4 to smithi02985406-26 2024-07-27T18:24:00.116 INFO:tasks.rados.rados.0.smithi029.stdout:1155: finishing write tid 5 to smithi02985406-26 2024-07-27T18:24:00.116 INFO:tasks.rados.rados.0.smithi029.stdout:1155: oid 26 updating version 0 to 153 2024-07-27T18:24:00.116 INFO:tasks.rados.rados.0.smithi029.stdout:1155: oid 26 updating version 153 to 156 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:1155: oid 26 version 156 is already newer than 155 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:1155: oid 26 version 156 is already newer than 154 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 156 (ObjNum 364 snap 103 seq_num 364) dirty exists 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:1155: left oid 26 (ObjNum 364 snap 103 seq_num 364) 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:1156: finishing copy_from racing read to smithi02985406-34 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:1156: finishing copy_from to smithi02985406-34 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 564 (ObjNum 360 snap 100 seq_num 360) dirty exists 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:1148: done (7 left) 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:1149: done (6 left) 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:1150: done (5 left) 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:1152: done (4 left) 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:1153: done (3 left) 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:1154: done (2 left) 2024-07-27T18:24:00.117 INFO:tasks.rados.rados.0.smithi029.stdout:1155: done (1 left) 2024-07-27T18:24:00.118 INFO:tasks.rados.rados.0.smithi029.stdout:1156: done (0 left) 2024-07-27T18:24:00.118 INFO:tasks.rados.rados.0.smithi029.stdout:1157: read oid 26 snap -1 2024-07-27T18:24:00.118 INFO:tasks.rados.rados.0.smithi029.stdout:1157: expect (ObjNum 364 snap 103 seq_num 364) 2024-07-27T18:24:00.118 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 103 2024-07-27T18:24:00.118 INFO:tasks.rados.rados.0.smithi029.stdout:1158: seq_num 365 ranges {4726784=516096,5242880=573440,5816320=229376} 2024-07-27T18:24:00.144 INFO:tasks.rados.rados.0.smithi029.stdout:1158: writing smithi02985406-13 from 4726784 to 5242880 tid 1 2024-07-27T18:24:00.147 INFO:tasks.rados.rados.0.smithi029.stdout:1158: writing smithi02985406-13 from 5242880 to 5816320 tid 2 2024-07-27T18:24:00.149 INFO:tasks.rados.rados.0.smithi029.stdout:1158: writing smithi02985406-13 from 5816320 to 6045696 tid 3 2024-07-27T18:24:00.149 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 103 2024-07-27T18:24:00.149 INFO:tasks.rados.rados.0.smithi029.stdout:1159: seq_num 366 ranges {1138688=532480,1671168=458752,2129920=344064} 2024-07-27T18:24:00.158 INFO:tasks.rados.rados.0.smithi029.stdout:1159: writing smithi02985406-44 from 1138688 to 1671168 tid 1 2024-07-27T18:24:00.160 INFO:tasks.rados.rados.0.smithi029.stdout:1159: writing smithi02985406-44 from 1671168 to 2129920 tid 2 2024-07-27T18:24:00.163 INFO:tasks.rados.rados.0.smithi029.stdout:1159: writing smithi02985406-44 from 2129920 to 2473984 tid 3 2024-07-27T18:24:00.163 INFO:tasks.rados.rados.0.smithi029.stdout:1160: rollback oid 10 current snap is 103 2024-07-27T18:24:00.163 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 10 to 101 2024-07-27T18:24:00.163 INFO:tasks.rados.rados.0.smithi029.stdout:1157: expect (ObjNum 364 snap 103 seq_num 364) 2024-07-27T18:24:00.184 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:59 smithi179 ceph-mon[89801]: pgmap v76: 121 pgs: 121 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 2.6 MiB/s wr, 10 op/s 2024-07-27T18:24:00.184 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:59 smithi179 ceph-mon[89801]: Reconfiguring mon.b (monmap changed)... 2024-07-27T18:24:00.184 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:59 smithi179 ceph-mon[89801]: Reconfiguring daemon mon.b on smithi179 2024-07-27T18:24:00.184 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:23:59 smithi179 ceph-mon[89801]: osdmap e278: 8 total, 8 up, 8 in 2024-07-27T18:24:00.249 INFO:tasks.rados.rados.0.smithi029.stdout:1158: finishing write tid 1 to smithi02985406-13 2024-07-27T18:24:00.249 INFO:tasks.rados.rados.0.smithi029.stdout:1158: finishing write tid 2 to smithi02985406-13 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:1158: finishing write tid 3 to smithi02985406-13 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:1158: finishing write tid 4 to smithi02985406-13 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:1158: finishing write tid 5 to smithi02985406-13 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:1158: oid 13 updating version 0 to 797 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:1158: oid 13 updating version 797 to 799 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:1158: oid 13 version 799 is already newer than 798 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:1158: oid 13 updating version 799 to 800 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 800 (ObjNum 365 snap 103 seq_num 365) dirty exists 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:1158: left oid 13 (ObjNum 365 snap 103 seq_num 365) 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:1159: finishing write tid 1 to smithi02985406-44 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:1159: finishing write tid 2 to smithi02985406-44 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:1159: finishing write tid 3 to smithi02985406-44 2024-07-27T18:24:00.250 INFO:tasks.rados.rados.0.smithi029.stdout:1159: finishing write tid 4 to smithi02985406-44 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1160: finishing rollback tid 0 to smithi02985406-10 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1159: finishing write tid 5 to smithi02985406-44 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1159: oid 44 updating version 0 to 579 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1159: oid 44 version 579 is already newer than 578 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1159: oid 44 updating version 579 to 581 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1159: oid 44 version 581 is already newer than 580 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 581 (ObjNum 366 snap 103 seq_num 366) dirty exists 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1159: left oid 44 (ObjNum 366 snap 103 seq_num 366) 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1160: finishing rollback tid 1 to smithi02985406-10 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1160: finishing rollback tid 2 to smithi02985406-10 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 585 (ObjNum 274 snap 70 seq_num 274) dirty exists 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1157: done (3 left) 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1158: done (2 left) 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1159: done (1 left) 2024-07-27T18:24:00.251 INFO:tasks.rados.rados.0.smithi029.stdout:1160: done (0 left) 2024-07-27T18:24:00.252 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 14 current snap is 103 2024-07-27T18:24:00.252 INFO:tasks.rados.rados.0.smithi029.stdout:1161: seq_num 367 ranges {1490944=548864,2039808=737280,2777088=65536} 2024-07-27T18:24:00.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:59 smithi029 ceph-mon[96870]: pgmap v76: 121 pgs: 121 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 2.6 MiB/s wr, 10 op/s 2024-07-27T18:24:00.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:59 smithi029 ceph-mon[96870]: Reconfiguring mon.b (monmap changed)... 2024-07-27T18:24:00.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:59 smithi029 ceph-mon[96870]: Reconfiguring daemon mon.b on smithi179 2024-07-27T18:24:00.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:23:59 smithi029 ceph-mon[96870]: osdmap e278: 8 total, 8 up, 8 in 2024-07-27T18:24:00.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:59 smithi029 ceph-mon[99353]: pgmap v76: 121 pgs: 121 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 2.6 MiB/s wr, 10 op/s 2024-07-27T18:24:00.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:59 smithi029 ceph-mon[99353]: Reconfiguring mon.b (monmap changed)... 2024-07-27T18:24:00.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:59 smithi029 ceph-mon[99353]: Reconfiguring daemon mon.b on smithi179 2024-07-27T18:24:00.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:23:59 smithi029 ceph-mon[99353]: osdmap e278: 8 total, 8 up, 8 in 2024-07-27T18:24:00.260 INFO:tasks.rados.rados.0.smithi029.stdout:1161: writing smithi02985406-14 from 1490944 to 2039808 tid 1 2024-07-27T18:24:00.264 INFO:tasks.rados.rados.0.smithi029.stdout:1161: writing smithi02985406-14 from 2039808 to 2777088 tid 2 2024-07-27T18:24:00.265 INFO:tasks.rados.rados.0.smithi029.stdout:1161: writing smithi02985406-14 from 2777088 to 2842624 tid 3 2024-07-27T18:24:00.265 INFO:tasks.rados.rados.0.smithi029.stdout:1162: copy_from oid 19 from oid 42 current snap is 103 2024-07-27T18:24:00.265 INFO:tasks.rados.rados.0.smithi029.stdout:1161: finishing write tid 1 to smithi02985406-14 2024-07-27T18:24:00.265 INFO:tasks.rados.rados.0.smithi029.stdout:1163: copy_from oid 41 from oid 31 current snap is 103 2024-07-27T18:24:00.265 INFO:tasks.rados.rados.0.smithi029.stdout:1164: read oid 43 snap -1 2024-07-27T18:24:00.266 INFO:tasks.rados.rados.0.smithi029.stdout:1164: expect deleted 2024-07-27T18:24:00.266 INFO:tasks.rados.rados.0.smithi029.stdout:1165: setattr oid 16 current snap is 103 2024-07-27T18:24:00.268 INFO:tasks.rados.rados.0.smithi029.stdout:1164: done (4 left) 2024-07-27T18:24:00.268 INFO:tasks.rados.rados.0.smithi029.stdout:1166: rollback oid 39 current snap is 103 2024-07-27T18:24:00.268 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 39 to 89 2024-07-27T18:24:00.268 INFO:tasks.rados.rados.0.smithi029.stdout:1167: rollback oid 44 current snap is 103 2024-07-27T18:24:00.268 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 44 to 94 2024-07-27T18:24:00.268 INFO:tasks.rados.rados.0.smithi029.stdout:1168: read oid 25 snap -1 2024-07-27T18:24:00.268 INFO:tasks.rados.rados.0.smithi029.stdout:1168: expect (ObjNum 307 snap 80 seq_num 307) 2024-07-27T18:24:00.268 INFO:tasks.rados.rados.0.smithi029.stdout:1169: rollback oid 38 current snap is 103 2024-07-27T18:24:00.269 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 38 to 88 2024-07-27T18:24:00.269 INFO:tasks.rados.rados.0.smithi029.stdout:1170: delete oid 32 current snap is 103 2024-07-27T18:24:00.269 INFO:tasks.rados.rados.0.smithi029.stdout:1161: finishing write tid 2 to smithi02985406-14 2024-07-27T18:24:00.269 INFO:tasks.rados.rados.0.smithi029.stdout:1161: finishing write tid 3 to smithi02985406-14 2024-07-27T18:24:00.270 INFO:tasks.rados.rados.0.smithi029.stdout:1161: finishing write tid 4 to smithi02985406-14 2024-07-27T18:24:00.270 INFO:tasks.rados.rados.0.smithi029.stdout:1163: finishing copy_from to smithi02985406-41 2024-07-27T18:24:00.270 INFO:tasks.rados.rados.0.smithi029.stdout:1163: got expected ENOENT (src dne) 2024-07-27T18:24:00.270 INFO:tasks.rados.rados.0.smithi029.stdout:1163: finishing copy_from racing read to smithi02985406-41 2024-07-27T18:24:00.272 INFO:tasks.rados.rados.0.smithi029.stdout:1161: finishing write tid 5 to smithi02985406-14 2024-07-27T18:24:00.272 INFO:tasks.rados.rados.0.smithi029.stdout:1161: oid 14 updating version 0 to 575 2024-07-27T18:24:00.272 INFO:tasks.rados.rados.0.smithi029.stdout:1161: oid 14 version 575 is already newer than 574 2024-07-27T18:24:00.272 INFO:tasks.rados.rados.0.smithi029.stdout:1161: oid 14 updating version 575 to 576 2024-07-27T18:24:00.272 INFO:tasks.rados.rados.0.smithi029.stdout:1161: oid 14 updating version 576 to 577 2024-07-27T18:24:00.272 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 577 (ObjNum 367 snap 103 seq_num 367) dirty exists 2024-07-27T18:24:00.272 INFO:tasks.rados.rados.0.smithi029.stdout:1161: left oid 14 (ObjNum 367 snap 103 seq_num 367) 2024-07-27T18:24:00.273 INFO:tasks.rados.rados.0.smithi029.stdout:1167: finishing rollback tid 0 to smithi02985406-44 2024-07-27T18:24:00.273 INFO:tasks.rados.rados.0.smithi029.stdout:1161: done (8 left) 2024-07-27T18:24:00.274 INFO:tasks.rados.rados.0.smithi029.stdout:1163: done (7 left) 2024-07-27T18:24:00.274 INFO:tasks.rados.rados.0.smithi029.stdout:1170: done (6 left) 2024-07-27T18:24:00.274 INFO:tasks.rados.rados.0.smithi029.stdout:1171: copy_from oid 26 from oid 45 current snap is 103 2024-07-27T18:24:00.274 INFO:tasks.rados.rados.0.smithi029.stdout:1172: setattr oid 47 current snap is 103 2024-07-27T18:24:00.274 INFO:tasks.rados.rados.0.smithi029.stdout:1166: finishing rollback tid 0 to smithi02985406-39 2024-07-27T18:24:00.274 INFO:tasks.rados.rados.0.smithi029.stdout:1167: finishing rollback tid 1 to smithi02985406-44 2024-07-27T18:24:00.274 INFO:tasks.rados.rados.0.smithi029.stdout:1167: finishing rollback tid 2 to smithi02985406-44 2024-07-27T18:24:00.274 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 588 (ObjNum 354 snap 94 seq_num 354) dirty exists 2024-07-27T18:24:00.274 INFO:tasks.rados.rados.0.smithi029.stdout:1166: finishing rollback tid 1 to smithi02985406-39 2024-07-27T18:24:00.274 INFO:tasks.rados.rados.0.smithi029.stdout:1169: finishing rollback tid 0 to smithi02985406-38 2024-07-27T18:24:00.274 INFO:tasks.rados.rados.0.smithi029.stdout:1168: expect (ObjNum 307 snap 80 seq_num 307) 2024-07-27T18:24:00.286 INFO:tasks.rados.rados.0.smithi029.stdout:1169: finishing rollback tid 1 to smithi02985406-38 2024-07-27T18:24:00.286 INFO:tasks.rados.rados.0.smithi029.stdout:1169: finishing rollback tid 2 to smithi02985406-38 2024-07-27T18:24:00.286 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 379 (ObjNum 230 snap 57 seq_num 230) dirty exists 2024-07-27T18:24:00.286 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 395 (ObjNum 274 snap 70 seq_num 274) dirty exists 2024-07-27T18:24:00.286 INFO:tasks.rados.rados.0.smithi029.stdout:1166: finishing rollback tid 2 to smithi02985406-39 2024-07-27T18:24:00.286 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 197 (ObjNum 306 snap 79 seq_num 306) dirty exists 2024-07-27T18:24:00.286 INFO:tasks.rados.rados.0.smithi029.stdout:1162: finishing copy_from racing read to smithi02985406-19 2024-07-27T18:24:00.286 INFO:tasks.rados.rados.0.smithi029.stdout:1162: finishing copy_from to smithi02985406-19 2024-07-27T18:24:00.286 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 394 (ObjNum 272 snap 70 seq_num 272) dirty exists 2024-07-27T18:24:00.286 INFO:tasks.rados.rados.0.smithi029.stdout:1171: finishing copy_from racing read to smithi02985406-26 2024-07-27T18:24:00.287 INFO:tasks.rados.rados.0.smithi029.stdout:1171: finishing copy_from to smithi02985406-26 2024-07-27T18:24:00.287 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 564 (ObjNum 360 snap 100 seq_num 360) dirty exists 2024-07-27T18:24:00.287 INFO:tasks.rados.rados.0.smithi029.stdout:1162: done (7 left) 2024-07-27T18:24:00.287 INFO:tasks.rados.rados.0.smithi029.stdout:1165: done (6 left) 2024-07-27T18:24:00.287 INFO:tasks.rados.rados.0.smithi029.stdout:1166: done (5 left) 2024-07-27T18:24:00.287 INFO:tasks.rados.rados.0.smithi029.stdout:1167: done (4 left) 2024-07-27T18:24:00.287 INFO:tasks.rados.rados.0.smithi029.stdout:1168: done (3 left) 2024-07-27T18:24:00.287 INFO:tasks.rados.rados.0.smithi029.stdout:1169: done (2 left) 2024-07-27T18:24:00.287 INFO:tasks.rados.rados.0.smithi029.stdout:1171: done (1 left) 2024-07-27T18:24:00.287 INFO:tasks.rados.rados.0.smithi029.stdout:1173: snap_create 2024-07-27T18:24:00.287 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 736 (ObjNum 289 snap 0 seq_num 0) dirty exists 2024-07-27T18:24:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:00 smithi179 ceph-mon[89801]: osdmap e279: 8 total, 8 up, 8 in 2024-07-27T18:24:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:00 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:00 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:00 smithi179 ceph-mon[89801]: Reconfiguring mgr.x (monmap changed)... 2024-07-27T18:24:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:00 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:24:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:00 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:24:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:00 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:24:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:00 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:00 smithi179 ceph-mon[89801]: Reconfiguring daemon mgr.x on smithi179 2024-07-27T18:24:01.244 INFO:tasks.rados.rados.0.smithi029.stdout:1172: done (1 left) 2024-07-27T18:24:01.244 INFO:tasks.rados.rados.0.smithi029.stdout:1173: done (0 left) 2024-07-27T18:24:01.244 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 104 2024-07-27T18:24:01.244 INFO:tasks.rados.rados.0.smithi029.stdout:1174: seq_num 369 ranges {3784704=589824,4374528=507904,4882432=294912} 2024-07-27T18:24:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[96870]: osdmap e279: 8 total, 8 up, 8 in 2024-07-27T18:24:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[96870]: Reconfiguring mgr.x (monmap changed)... 2024-07-27T18:24:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:24:01.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:24:01.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:24:01.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:01.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[96870]: Reconfiguring daemon mgr.x on smithi179 2024-07-27T18:24:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[99353]: osdmap e279: 8 total, 8 up, 8 in 2024-07-27T18:24:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[99353]: Reconfiguring mgr.x (monmap changed)... 2024-07-27T18:24:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:24:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-07-27T18:24:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-07-27T18:24:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:01.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:00 smithi029 ceph-mon[99353]: Reconfiguring daemon mgr.x on smithi179 2024-07-27T18:24:01.267 INFO:tasks.rados.rados.0.smithi029.stdout:1174: writing smithi02985406-6 from 3784704 to 4374528 tid 1 2024-07-27T18:24:01.271 INFO:tasks.rados.rados.0.smithi029.stdout:1174: writing smithi02985406-6 from 4374528 to 4882432 tid 2 2024-07-27T18:24:01.273 INFO:tasks.rados.rados.0.smithi029.stdout:1174: writing smithi02985406-6 from 4882432 to 5177344 tid 3 2024-07-27T18:24:01.273 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 104 2024-07-27T18:24:01.273 INFO:tasks.rados.rados.0.smithi029.stdout:1175: seq_num 370 ranges {1138688=606208,1744896=794624,2539520=8192} 2024-07-27T18:24:01.282 INFO:tasks.rados.rados.0.smithi029.stdout:1175: writing smithi02985406-44 from 1138688 to 1744896 tid 1 2024-07-27T18:24:01.287 INFO:tasks.rados.rados.0.smithi029.stdout:1175: writing smithi02985406-44 from 1744896 to 2539520 tid 2 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1175: writing smithi02985406-44 from 2539520 to 2547712 tid 3 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1176: read oid 50 snap -1 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1176: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1177: rollback oid 21 current snap is 104 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 21 to 102 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1174: finishing write tid 1 to smithi02985406-6 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1174: finishing write tid 2 to smithi02985406-6 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1174: finishing write tid 3 to smithi02985406-6 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1174: finishing write tid 4 to smithi02985406-6 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1174: finishing write tid 5 to smithi02985406-6 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1174: oid 6 updating version 0 to 590 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1174: oid 6 updating version 590 to 592 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1174: oid 6 updating version 592 to 593 2024-07-27T18:24:01.288 INFO:tasks.rados.rados.0.smithi029.stdout:1174: oid 6 version 593 is already newer than 591 2024-07-27T18:24:01.289 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 593 (ObjNum 369 snap 104 seq_num 369) dirty exists 2024-07-27T18:24:01.289 INFO:tasks.rados.rados.0.smithi029.stdout:1174: left oid 6 (ObjNum 369 snap 104 seq_num 369) 2024-07-27T18:24:01.289 INFO:tasks.rados.rados.0.smithi029.stdout:1175: finishing write tid 1 to smithi02985406-44 2024-07-27T18:24:01.289 INFO:tasks.rados.rados.0.smithi029.stdout:1174: done (3 left) 2024-07-27T18:24:01.289 INFO:tasks.rados.rados.0.smithi029.stdout:1178: read oid 19 snap -1 2024-07-27T18:24:01.289 INFO:tasks.rados.rados.0.smithi029.stdout:1178: expect (ObjNum 272 snap 70 seq_num 272) 2024-07-27T18:24:01.289 INFO:tasks.rados.rados.0.smithi029.stdout:1179: read oid 10 snap -1 2024-07-27T18:24:01.289 INFO:tasks.rados.rados.0.smithi029.stdout:1179: expect (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:24:01.289 INFO:tasks.rados.rados.0.smithi029.stdout:1180: snap_create 2024-07-27T18:24:01.290 INFO:tasks.rados.rados.0.smithi029.stdout:1177: finishing rollback tid 0 to smithi02985406-21 2024-07-27T18:24:01.291 INFO:tasks.rados.rados.0.smithi029.stdout:1177: finishing rollback tid 1 to smithi02985406-21 2024-07-27T18:24:01.291 INFO:tasks.rados.rados.0.smithi029.stdout:1177: finishing rollback tid 2 to smithi02985406-21 2024-07-27T18:24:01.291 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 395 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:24:01.292 INFO:tasks.rados.rados.0.smithi029.stdout:1176: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:24:01.313 INFO:tasks.rados.rados.0.smithi029.stdout:1178: expect (ObjNum 272 snap 70 seq_num 272) 2024-07-27T18:24:01.376 INFO:tasks.rados.rados.0.smithi029.stdout:1175: finishing write tid 2 to smithi02985406-44 2024-07-27T18:24:01.376 INFO:tasks.rados.rados.0.smithi029.stdout:1175: finishing write tid 3 to smithi02985406-44 2024-07-27T18:24:01.376 INFO:tasks.rados.rados.0.smithi029.stdout:1175: finishing write tid 4 to smithi02985406-44 2024-07-27T18:24:01.376 INFO:tasks.rados.rados.0.smithi029.stdout:1179: expect (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:24:01.823 INFO:tasks.rados.rados.0.smithi029.stdout:1175: finishing write tid 5 to smithi02985406-44 2024-07-27T18:24:01.823 INFO:tasks.rados.rados.0.smithi029.stdout:1175: oid 44 updating version 0 to 595 2024-07-27T18:24:01.823 INFO:tasks.rados.rados.0.smithi029.stdout:1175: oid 44 updating version 595 to 598 2024-07-27T18:24:01.823 INFO:tasks.rados.rados.0.smithi029.stdout:1175: oid 44 version 598 is already newer than 596 2024-07-27T18:24:01.823 INFO:tasks.rados.rados.0.smithi029.stdout:1175: oid 44 version 598 is already newer than 597 2024-07-27T18:24:01.823 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 598 (ObjNum 370 snap 104 seq_num 370) dirty exists 2024-07-27T18:24:01.823 INFO:tasks.rados.rados.0.smithi029.stdout:1175: left oid 44 (ObjNum 370 snap 104 seq_num 370) 2024-07-27T18:24:01.933 INFO:tasks.rados.rados.0.smithi029.stdout:1175: done (5 left) 2024-07-27T18:24:01.933 INFO:tasks.rados.rados.0.smithi029.stdout:1176: done (4 left) 2024-07-27T18:24:01.933 INFO:tasks.rados.rados.0.smithi029.stdout:1177: done (3 left) 2024-07-27T18:24:01.933 INFO:tasks.rados.rados.0.smithi029.stdout:1178: done (2 left) 2024-07-27T18:24:01.933 INFO:tasks.rados.rados.0.smithi029.stdout:1179: done (1 left) 2024-07-27T18:24:01.933 INFO:tasks.rados.rados.0.smithi029.stdout:1180: done (0 left) 2024-07-27T18:24:01.933 INFO:tasks.rados.rados.0.smithi029.stdout:1181: copy_from oid 31 from oid 33 current snap is 105 2024-07-27T18:24:01.933 INFO:tasks.rados.rados.0.smithi029.stdout:1182: read oid 10 snap -1 2024-07-27T18:24:01.933 INFO:tasks.rados.rados.0.smithi029.stdout:1182: expect (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:24:01.933 INFO:tasks.rados.rados.0.smithi029.stdout:1183: snap_remove snap 104 2024-07-27T18:24:02.345 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:02 smithi179 ceph-mon[89801]: pgmap v79: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2024-07-27T18:24:02.345 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:02 smithi179 ceph-mon[89801]: osdmap e280: 8 total, 8 up, 8 in 2024-07-27T18:24:02.345 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:02 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:02.345 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:02 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:02.345 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:02 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-07-27T18:24:02.345 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:02 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:02.345 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:02 smithi179 ceph-mon[89801]: osdmap e281: 8 total, 8 up, 8 in 2024-07-27T18:24:02.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:24:02] "GET /metrics HTTP/1.1" 200 36090 "" "Prometheus/2.43.0" 2024-07-27T18:24:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[96870]: pgmap v79: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2024-07-27T18:24:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[96870]: osdmap e280: 8 total, 8 up, 8 in 2024-07-27T18:24:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-07-27T18:24:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[96870]: osdmap e281: 8 total, 8 up, 8 in 2024-07-27T18:24:02.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[99353]: pgmap v79: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2024-07-27T18:24:02.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[99353]: osdmap e280: 8 total, 8 up, 8 in 2024-07-27T18:24:02.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:02.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:02.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-07-27T18:24:02.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:02.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:02 smithi029 ceph-mon[99353]: osdmap e281: 8 total, 8 up, 8 in 2024-07-27T18:24:02.934 INFO:tasks.rados.rados.0.smithi029.stdout:1183: done (2 left) 2024-07-27T18:24:02.934 INFO:tasks.rados.rados.0.smithi029.stdout:1184: snap_create 2024-07-27T18:24:02.935 INFO:tasks.rados.rados.0.smithi029.stdout:1181: finishing copy_from racing read to smithi02985406-31 2024-07-27T18:24:02.935 INFO:tasks.rados.rados.0.smithi029.stdout:1181: finishing copy_from to smithi02985406-31 2024-07-27T18:24:02.935 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 389 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:24:02.935 INFO:tasks.rados.rados.0.smithi029.stdout:1182: expect (ObjNum 274 snap 70 seq_num 274) 2024-07-27T18:24:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:03 smithi179 ceph-mon[89801]: Reconfiguring osd.4 (monmap changed)... 2024-07-27T18:24:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:03 smithi179 ceph-mon[89801]: Reconfiguring daemon osd.4 on smithi179 2024-07-27T18:24:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:03 smithi179 ceph-mon[89801]: osdmap e282: 8 total, 8 up, 8 in 2024-07-27T18:24:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:03 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:03 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:03 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-07-27T18:24:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:03 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[96870]: Reconfiguring osd.4 (monmap changed)... 2024-07-27T18:24:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[96870]: Reconfiguring daemon osd.4 on smithi179 2024-07-27T18:24:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[96870]: osdmap e282: 8 total, 8 up, 8 in 2024-07-27T18:24:03.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:03.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:03.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-07-27T18:24:03.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[99353]: Reconfiguring osd.4 (monmap changed)... 2024-07-27T18:24:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[99353]: Reconfiguring daemon osd.4 on smithi179 2024-07-27T18:24:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[99353]: osdmap e282: 8 total, 8 up, 8 in 2024-07-27T18:24:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-07-27T18:24:03.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:03 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:03.936 INFO:tasks.rados.rados.0.smithi029.stdout:1181: done (2 left) 2024-07-27T18:24:03.936 INFO:tasks.rados.rados.0.smithi029.stdout:1182: done (1 left) 2024-07-27T18:24:03.936 INFO:tasks.rados.rados.0.smithi029.stdout:1184: done (0 left) 2024-07-27T18:24:03.936 INFO:tasks.rados.rados.0.smithi029.stdout:1185: read oid 29 snap -1 2024-07-27T18:24:03.936 INFO:tasks.rados.rados.0.smithi029.stdout:1185: expect deleted 2024-07-27T18:24:03.936 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 106 2024-07-27T18:24:03.937 INFO:tasks.rados.rados.0.smithi029.stdout:1186: seq_num 371 ranges {5177344=622592,5799936=679936,6479872=122880} 2024-07-27T18:24:03.967 INFO:tasks.rados.rados.0.smithi029.stdout:1186: writing smithi02985406-6 from 5177344 to 5799936 tid 1 2024-07-27T18:24:03.971 INFO:tasks.rados.rados.0.smithi029.stdout:1186: writing smithi02985406-6 from 5799936 to 6479872 tid 2 2024-07-27T18:24:03.972 INFO:tasks.rados.rados.0.smithi029.stdout:1186: writing smithi02985406-6 from 6479872 to 6602752 tid 3 2024-07-27T18:24:03.972 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 106 2024-07-27T18:24:03.972 INFO:tasks.rados.rados.0.smithi029.stdout:1187: seq_num 372 ranges {4169728=638976,4808704=565248,5373952=237568} 2024-07-27T18:24:03.998 INFO:tasks.rados.rados.0.smithi029.stdout:1187: writing smithi02985406-24 from 4169728 to 4808704 tid 1 2024-07-27T18:24:04.001 INFO:tasks.rados.rados.0.smithi029.stdout:1187: writing smithi02985406-24 from 4808704 to 5373952 tid 2 2024-07-27T18:24:04.004 INFO:tasks.rados.rados.0.smithi029.stdout:1187: writing smithi02985406-24 from 5373952 to 5611520 tid 3 2024-07-27T18:24:04.004 INFO:tasks.rados.rados.0.smithi029.stdout:1188: delete oid 33 current snap is 106 2024-07-27T18:24:04.004 INFO:tasks.rados.rados.0.smithi029.stdout:1186: finishing write tid 1 to smithi02985406-6 2024-07-27T18:24:04.004 INFO:tasks.rados.rados.0.smithi029.stdout:1186: finishing write tid 2 to smithi02985406-6 2024-07-27T18:24:04.004 INFO:tasks.rados.rados.0.smithi029.stdout:1186: finishing write tid 3 to smithi02985406-6 2024-07-27T18:24:04.004 INFO:tasks.rados.rados.0.smithi029.stdout:1186: finishing write tid 4 to smithi02985406-6 2024-07-27T18:24:04.004 INFO:tasks.rados.rados.0.smithi029.stdout:1186: finishing write tid 5 to smithi02985406-6 2024-07-27T18:24:04.004 INFO:tasks.rados.rados.0.smithi029.stdout:1186: oid 6 updating version 0 to 602 2024-07-27T18:24:04.004 INFO:tasks.rados.rados.0.smithi029.stdout:1186: oid 6 updating version 602 to 603 2024-07-27T18:24:04.004 INFO:tasks.rados.rados.0.smithi029.stdout:1186: oid 6 version 603 is already newer than 600 2024-07-27T18:24:04.004 INFO:tasks.rados.rados.0.smithi029.stdout:1186: oid 6 version 603 is already newer than 601 2024-07-27T18:24:04.004 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 603 (ObjNum 371 snap 106 seq_num 371) dirty exists 2024-07-27T18:24:04.005 INFO:tasks.rados.rados.0.smithi029.stdout:1186: left oid 6 (ObjNum 371 snap 106 seq_num 371) 2024-07-27T18:24:04.005 INFO:tasks.rados.rados.0.smithi029.stdout:1187: finishing write tid 1 to smithi02985406-24 2024-07-27T18:24:04.006 INFO:tasks.rados.rados.0.smithi029.stdout:1187: finishing write tid 2 to smithi02985406-24 2024-07-27T18:24:04.007 INFO:tasks.rados.rados.0.smithi029.stdout:1185: done (3 left) 2024-07-27T18:24:04.007 INFO:tasks.rados.rados.0.smithi029.stdout:1186: done (2 left) 2024-07-27T18:24:04.007 INFO:tasks.rados.rados.0.smithi029.stdout:1188: done (1 left) 2024-07-27T18:24:04.007 INFO:tasks.rados.rados.0.smithi029.stdout:1189: rollback oid 38 current snap is 106 2024-07-27T18:24:04.007 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 38 to 101 2024-07-27T18:24:04.007 INFO:tasks.rados.rados.0.smithi029.stdout:1190: delete oid 3 current snap is 106 2024-07-27T18:24:04.007 INFO:tasks.rados.rados.0.smithi029.stdout:1187: finishing write tid 3 to smithi02985406-24 2024-07-27T18:24:04.007 INFO:tasks.rados.rados.0.smithi029.stdout:1187: finishing write tid 4 to smithi02985406-24 2024-07-27T18:24:04.008 INFO:tasks.rados.rados.0.smithi029.stdout:1187: finishing write tid 5 to smithi02985406-24 2024-07-27T18:24:04.008 INFO:tasks.rados.rados.0.smithi029.stdout:1187: oid 24 updating version 0 to 583 2024-07-27T18:24:04.008 INFO:tasks.rados.rados.0.smithi029.stdout:1187: oid 24 version 583 is already newer than 580 2024-07-27T18:24:04.008 INFO:tasks.rados.rados.0.smithi029.stdout:1187: oid 24 version 583 is already newer than 582 2024-07-27T18:24:04.009 INFO:tasks.rados.rados.0.smithi029.stdout:1187: oid 24 version 583 is already newer than 581 2024-07-27T18:24:04.009 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 583 (ObjNum 372 snap 106 seq_num 372) dirty exists 2024-07-27T18:24:04.009 INFO:tasks.rados.rados.0.smithi029.stdout:1187: left oid 24 (ObjNum 372 snap 106 seq_num 372) 2024-07-27T18:24:04.009 INFO:tasks.rados.rados.0.smithi029.stdout:1189: finishing rollback tid 0 to smithi02985406-38 2024-07-27T18:24:04.009 INFO:tasks.rados.rados.0.smithi029.stdout:1189: finishing rollback tid 1 to smithi02985406-38 2024-07-27T18:24:04.010 INFO:tasks.rados.rados.0.smithi029.stdout:1189: finishing rollback tid 2 to smithi02985406-38 2024-07-27T18:24:04.010 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 382 (ObjNum 347 snap 91 seq_num 347) dirty exists 2024-07-27T18:24:04.010 INFO:tasks.rados.rados.0.smithi029.stdout:1187: done (2 left) 2024-07-27T18:24:04.010 INFO:tasks.rados.rados.0.smithi029.stdout:1189: done (1 left) 2024-07-27T18:24:04.010 INFO:tasks.rados.rados.0.smithi029.stdout:1190: done (0 left) 2024-07-27T18:24:04.011 INFO:tasks.rados.rados.0.smithi029.stdout:1191: snap_create 2024-07-27T18:24:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:04 smithi029 ceph-mon[96870]: pgmap v82: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2024-07-27T18:24:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:04 smithi029 ceph-mon[96870]: Reconfiguring osd.5 (monmap changed)... 2024-07-27T18:24:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:04 smithi029 ceph-mon[96870]: Reconfiguring daemon osd.5 on smithi179 2024-07-27T18:24:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:04 smithi029 ceph-mon[96870]: osdmap e283: 8 total, 8 up, 8 in 2024-07-27T18:24:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:04 smithi029 ceph-mon[99353]: pgmap v82: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2024-07-27T18:24:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:04 smithi029 ceph-mon[99353]: Reconfiguring osd.5 (monmap changed)... 2024-07-27T18:24:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:04 smithi029 ceph-mon[99353]: Reconfiguring daemon osd.5 on smithi179 2024-07-27T18:24:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:04 smithi029 ceph-mon[99353]: osdmap e283: 8 total, 8 up, 8 in 2024-07-27T18:24:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:04 smithi179 ceph-mon[89801]: pgmap v82: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2024-07-27T18:24:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:04 smithi179 ceph-mon[89801]: Reconfiguring osd.5 (monmap changed)... 2024-07-27T18:24:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:04 smithi179 ceph-mon[89801]: Reconfiguring daemon osd.5 on smithi179 2024-07-27T18:24:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:04 smithi179 ceph-mon[89801]: osdmap e283: 8 total, 8 up, 8 in 2024-07-27T18:24:04.938 INFO:tasks.rados.rados.0.smithi029.stdout:1191: done (0 left) 2024-07-27T18:24:04.938 INFO:tasks.rados.rados.0.smithi029.stdout:1192: read oid 12 snap -1 2024-07-27T18:24:04.938 INFO:tasks.rados.rados.0.smithi029.stdout:1192: expect (ObjNum 322 snap 85 seq_num 322) 2024-07-27T18:24:04.938 INFO:tasks.rados.rados.0.smithi029.stdout:1193: rollback oid 47 current snap is 107 2024-07-27T18:24:04.938 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 47 to 100 2024-07-27T18:24:04.938 INFO:tasks.rados.rados.0.smithi029.stdout:1194: copy_from oid 22 from oid 35 current snap is 107 2024-07-27T18:24:04.939 INFO:tasks.rados.rados.0.smithi029.stdout:1195: delete oid 3 current snap is 107 2024-07-27T18:24:04.939 INFO:tasks.rados.rados.0.smithi029.stdout:1195: done (3 left) 2024-07-27T18:24:04.940 INFO:tasks.rados.rados.0.smithi029.stdout:1196: rmattr oid 24 current snap is 107 2024-07-27T18:24:04.940 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 107 2024-07-27T18:24:04.940 INFO:tasks.rados.rados.0.smithi029.stdout:1197: seq_num 376 ranges {344064=704512,1048576=548864,1597440=253952} 2024-07-27T18:24:04.946 INFO:tasks.rados.rados.0.smithi029.stdout:1197: writing smithi02985406-9 from 344064 to 1048576 tid 1 2024-07-27T18:24:04.950 INFO:tasks.rados.rados.0.smithi029.stdout:1197: writing smithi02985406-9 from 1048576 to 1597440 tid 2 2024-07-27T18:24:04.952 INFO:tasks.rados.rados.0.smithi029.stdout:1197: writing smithi02985406-9 from 1597440 to 1851392 tid 3 2024-07-27T18:24:04.952 INFO:tasks.rados.rados.0.smithi029.stdout:1198: snap_create 2024-07-27T18:24:04.952 INFO:tasks.rados.rados.0.smithi029.stdout:1193: finishing rollback tid 0 to smithi02985406-47 2024-07-27T18:24:04.952 INFO:tasks.rados.rados.0.smithi029.stdout:1193: finishing rollback tid 1 to smithi02985406-47 2024-07-27T18:24:04.952 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 739 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-07-27T18:24:04.952 INFO:tasks.rados.rados.0.smithi029.stdout:1194: finishing copy_from racing read to smithi02985406-22 2024-07-27T18:24:04.952 INFO:tasks.rados.rados.0.smithi029.stdout:1194: finishing copy_from to smithi02985406-22 2024-07-27T18:24:04.952 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 348 (ObjNum 319 snap 85 seq_num 319) dirty exists 2024-07-27T18:24:04.952 INFO:tasks.rados.rados.0.smithi029.stdout:1197: finishing write tid 1 to smithi02985406-9 2024-07-27T18:24:04.954 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 585 (ObjNum 372 snap 106 seq_num 372) dirty exists 2024-07-27T18:24:04.954 INFO:tasks.rados.rados.0.smithi029.stdout:1197: finishing write tid 2 to smithi02985406-9 2024-07-27T18:24:04.954 INFO:tasks.rados.rados.0.smithi029.stdout:1197: finishing write tid 3 to smithi02985406-9 2024-07-27T18:24:04.954 INFO:tasks.rados.rados.0.smithi029.stdout:1197: finishing write tid 4 to smithi02985406-9 2024-07-27T18:24:04.955 INFO:tasks.rados.rados.0.smithi029.stdout:1197: finishing write tid 5 to smithi02985406-9 2024-07-27T18:24:04.955 INFO:tasks.rados.rados.0.smithi029.stdout:1197: oid 9 updating version 0 to 743 2024-07-27T18:24:04.956 INFO:tasks.rados.rados.0.smithi029.stdout:1197: oid 9 version 743 is already newer than 742 2024-07-27T18:24:04.956 INFO:tasks.rados.rados.0.smithi029.stdout:1197: oid 9 updating version 743 to 744 2024-07-27T18:24:04.956 INFO:tasks.rados.rados.0.smithi029.stdout:1197: oid 9 version 744 is already newer than 741 2024-07-27T18:24:04.956 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 744 (ObjNum 376 snap 107 seq_num 376) dirty exists 2024-07-27T18:24:04.956 INFO:tasks.rados.rados.0.smithi029.stdout:1197: left oid 9 (ObjNum 376 snap 107 seq_num 376) 2024-07-27T18:24:04.956 INFO:tasks.rados.rados.0.smithi029.stdout:1192: expect (ObjNum 322 snap 85 seq_num 322) 2024-07-27T18:24:05.940 INFO:tasks.rados.rados.0.smithi029.stdout:1192: done (5 left) 2024-07-27T18:24:05.940 INFO:tasks.rados.rados.0.smithi029.stdout:1193: done (4 left) 2024-07-27T18:24:05.940 INFO:tasks.rados.rados.0.smithi029.stdout:1194: done (3 left) 2024-07-27T18:24:05.940 INFO:tasks.rados.rados.0.smithi029.stdout:1196: done (2 left) 2024-07-27T18:24:05.941 INFO:tasks.rados.rados.0.smithi029.stdout:1197: done (1 left) 2024-07-27T18:24:05.941 INFO:tasks.rados.rados.0.smithi029.stdout:1198: done (0 left) 2024-07-27T18:24:05.941 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 108 2024-07-27T18:24:05.941 INFO:tasks.rados.rados.0.smithi029.stdout:1199: seq_num 377 ranges {7266304=720896,7987200=434176,8421376=368640} 2024-07-27T18:24:05.984 INFO:tasks.rados.rados.0.smithi029.stdout:1199: writing smithi02985406-39 from 7266304 to 7987200 tid 1 2024-07-27T18:24:05.985 INFO:tasks.rados.rados.0.smithi029.stdout:1199: writing smithi02985406-39 from 7987200 to 8421376 tid 2 2024-07-27T18:24:05.988 INFO:tasks.rados.rados.0.smithi029.stdout:1199: writing smithi02985406-39 from 8421376 to 8790016 tid 3 2024-07-27T18:24:05.988 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 43 current snap is 108 2024-07-27T18:24:05.988 INFO:tasks.rados.rados.0.smithi029.stdout:1200: seq_num 378 ranges {0=737280,737280=720896,1458176=81920} 2024-07-27T18:24:05.992 INFO:tasks.rados.rados.0.smithi029.stdout:1200: writing smithi02985406-43 from 0 to 737280 tid 1 2024-07-27T18:24:05.997 INFO:tasks.rados.rados.0.smithi029.stdout:1200: writing smithi02985406-43 from 737280 to 1458176 tid 2 2024-07-27T18:24:05.997 INFO:tasks.rados.rados.0.smithi029.stdout:1200: writing smithi02985406-43 from 1458176 to 1540096 tid 3 2024-07-27T18:24:05.998 INFO:tasks.rados.rados.0.smithi029.stdout:1201: read oid 2 snap -1 2024-07-27T18:24:05.999 INFO:tasks.rados.rados.0.smithi029.stdout:1201: expect (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:24:05.999 INFO:tasks.rados.rados.0.smithi029.stdout:1202: delete oid 13 current snap is 108 2024-07-27T18:24:05.999 INFO:tasks.rados.rados.0.smithi029.stdout:1199: finishing write tid 1 to smithi02985406-39 2024-07-27T18:24:05.999 INFO:tasks.rados.rados.0.smithi029.stdout:1199: finishing write tid 2 to smithi02985406-39 2024-07-27T18:24:05.999 INFO:tasks.rados.rados.0.smithi029.stdout:1199: finishing write tid 3 to smithi02985406-39 2024-07-27T18:24:05.999 INFO:tasks.rados.rados.0.smithi029.stdout:1199: finishing write tid 4 to smithi02985406-39 2024-07-27T18:24:05.999 INFO:tasks.rados.rados.0.smithi029.stdout:1199: finishing write tid 5 to smithi02985406-39 2024-07-27T18:24:05.999 INFO:tasks.rados.rados.0.smithi029.stdout:1199: oid 39 updating version 0 to 199 2024-07-27T18:24:05.999 INFO:tasks.rados.rados.0.smithi029.stdout:1199: oid 39 updating version 199 to 200 2024-07-27T18:24:05.999 INFO:tasks.rados.rados.0.smithi029.stdout:1199: oid 39 updating version 200 to 201 2024-07-27T18:24:05.999 INFO:tasks.rados.rados.0.smithi029.stdout:1199: oid 39 updating version 201 to 202 2024-07-27T18:24:06.000 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 202 (ObjNum 377 snap 108 seq_num 377) dirty exists 2024-07-27T18:24:06.000 INFO:tasks.rados.rados.0.smithi029.stdout:1199: left oid 39 (ObjNum 377 snap 108 seq_num 377) 2024-07-27T18:24:06.000 INFO:tasks.rados.rados.0.smithi029.stdout:1200: finishing write tid 1 to smithi02985406-43 2024-07-27T18:24:06.001 INFO:tasks.rados.rados.0.smithi029.stdout:1200: finishing write tid 2 to smithi02985406-43 2024-07-27T18:24:06.001 INFO:tasks.rados.rados.0.smithi029.stdout:1200: finishing write tid 3 to smithi02985406-43 2024-07-27T18:24:06.001 INFO:tasks.rados.rados.0.smithi029.stdout:1200: finishing write tid 4 to smithi02985406-43 2024-07-27T18:24:06.006 INFO:tasks.rados.rados.0.smithi029.stdout:1200: finishing write tid 5 to smithi02985406-43 2024-07-27T18:24:06.006 INFO:tasks.rados.rados.0.smithi029.stdout:1200: oid 43 updating version 0 to 801 2024-07-27T18:24:06.006 INFO:tasks.rados.rados.0.smithi029.stdout:1200: oid 43 updating version 801 to 804 2024-07-27T18:24:06.006 INFO:tasks.rados.rados.0.smithi029.stdout:1200: oid 43 version 804 is already newer than 802 2024-07-27T18:24:06.006 INFO:tasks.rados.rados.0.smithi029.stdout:1200: oid 43 version 804 is already newer than 803 2024-07-27T18:24:06.006 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 804 (ObjNum 378 snap 108 seq_num 378) dirty exists 2024-07-27T18:24:06.006 INFO:tasks.rados.rados.0.smithi029.stdout:1200: left oid 43 (ObjNum 378 snap 108 seq_num 378) 2024-07-27T18:24:06.018 INFO:tasks.rados.rados.0.smithi029.stdout:1201: expect (ObjNum 230 snap 57 seq_num 230) 2024-07-27T18:24:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:05 smithi179 ceph-mon[89801]: pgmap v85: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:24:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:05 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:05 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:05 smithi179 ceph-mon[89801]: Reconfiguring osd.6 (monmap changed)... 2024-07-27T18:24:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:05 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-07-27T18:24:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:05 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:05 smithi179 ceph-mon[89801]: Reconfiguring daemon osd.6 on smithi179 2024-07-27T18:24:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:05 smithi179 ceph-mon[89801]: osdmap e284: 8 total, 8 up, 8 in 2024-07-27T18:24:06.203 INFO:tasks.rados.rados.0.smithi029.stdout:1199: done (3 left) 2024-07-27T18:24:06.203 INFO:tasks.rados.rados.0.smithi029.stdout:1200: done (2 left) 2024-07-27T18:24:06.203 INFO:tasks.rados.rados.0.smithi029.stdout:1201: done (1 left) 2024-07-27T18:24:06.204 INFO:tasks.rados.rados.0.smithi029.stdout:1202: done (0 left) 2024-07-27T18:24:06.204 INFO:tasks.rados.rados.0.smithi029.stdout:1203: copy_from oid 34 from oid 6 current snap is 108 2024-07-27T18:24:06.204 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 108 2024-07-27T18:24:06.204 INFO:tasks.rados.rados.0.smithi029.stdout:1204: seq_num 380 ranges {3104768=770048,3874816=483328,4358144=319488} 2024-07-27T18:24:06.224 INFO:tasks.rados.rados.0.smithi029.stdout:1204: writing smithi02985406-1 from 3104768 to 3874816 tid 1 2024-07-27T18:24:06.227 INFO:tasks.rados.rados.0.smithi029.stdout:1204: writing smithi02985406-1 from 3874816 to 4358144 tid 2 2024-07-27T18:24:06.230 INFO:tasks.rados.rados.0.smithi029.stdout:1204: writing smithi02985406-1 from 4358144 to 4677632 tid 3 2024-07-27T18:24:06.230 INFO:tasks.rados.rados.0.smithi029.stdout:1205: delete oid 36 current snap is 108 2024-07-27T18:24:06.231 INFO:tasks.rados.rados.0.smithi029.stdout:1204: finishing write tid 1 to smithi02985406-1 2024-07-27T18:24:06.231 INFO:tasks.rados.rados.0.smithi029.stdout:1203: finishing copy_from racing read to smithi02985406-34 2024-07-27T18:24:06.232 INFO:tasks.rados.rados.0.smithi029.stdout:1204: finishing write tid 2 to smithi02985406-1 2024-07-27T18:24:06.235 INFO:tasks.rados.rados.0.smithi029.stdout:1204: finishing write tid 3 to smithi02985406-1 2024-07-27T18:24:06.235 INFO:tasks.rados.rados.0.smithi029.stdout:1204: finishing write tid 4 to smithi02985406-1 2024-07-27T18:24:06.235 INFO:tasks.rados.rados.0.smithi029.stdout:1203: finishing copy_from to smithi02985406-34 2024-07-27T18:24:06.235 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 603 (ObjNum 371 snap 106 seq_num 371) dirty exists 2024-07-27T18:24:06.236 INFO:tasks.rados.rados.0.smithi029.stdout:1204: finishing write tid 5 to smithi02985406-1 2024-07-27T18:24:06.236 INFO:tasks.rados.rados.0.smithi029.stdout:1204: oid 1 updating version 0 to 608 2024-07-27T18:24:06.236 INFO:tasks.rados.rados.0.smithi029.stdout:1204: oid 1 version 608 is already newer than 607 2024-07-27T18:24:06.236 INFO:tasks.rados.rados.0.smithi029.stdout:1204: oid 1 version 608 is already newer than 606 2024-07-27T18:24:06.236 INFO:tasks.rados.rados.0.smithi029.stdout:1204: oid 1 version 608 is already newer than 605 2024-07-27T18:24:06.236 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 608 (ObjNum 380 snap 108 seq_num 380) dirty exists 2024-07-27T18:24:06.236 INFO:tasks.rados.rados.0.smithi029.stdout:1204: left oid 1 (ObjNum 380 snap 108 seq_num 380) 2024-07-27T18:24:06.237 INFO:tasks.rados.rados.0.smithi029.stdout:1203: done (2 left) 2024-07-27T18:24:06.237 INFO:tasks.rados.rados.0.smithi029.stdout:1204: done (1 left) 2024-07-27T18:24:06.237 INFO:tasks.rados.rados.0.smithi029.stdout:1205: done (0 left) 2024-07-27T18:24:06.237 INFO:tasks.rados.rados.0.smithi029.stdout:1206: snap_create 2024-07-27T18:24:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[99353]: pgmap v85: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:24:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[99353]: Reconfiguring osd.6 (monmap changed)... 2024-07-27T18:24:06.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-07-27T18:24:06.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:06.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[99353]: Reconfiguring daemon osd.6 on smithi179 2024-07-27T18:24:06.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[99353]: osdmap e284: 8 total, 8 up, 8 in 2024-07-27T18:24:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[96870]: pgmap v85: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:24:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[96870]: Reconfiguring osd.6 (monmap changed)... 2024-07-27T18:24:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-07-27T18:24:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[96870]: Reconfiguring daemon osd.6 on smithi179 2024-07-27T18:24:06.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:05 smithi029 ceph-mon[96870]: osdmap e284: 8 total, 8 up, 8 in 2024-07-27T18:24:06.941 INFO:tasks.rados.rados.0.smithi029.stdout:1206: done (0 left) 2024-07-27T18:24:06.941 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 109 2024-07-27T18:24:06.941 INFO:tasks.rados.rados.0.smithi029.stdout:1207: seq_num 382 ranges {0=802816,802816=704512,1507328=98304} 2024-07-27T18:24:06.945 INFO:tasks.rados.rados.0.smithi029.stdout:1207: writing smithi02985406-47 from 0 to 802816 tid 1 2024-07-27T18:24:06.949 INFO:tasks.rados.rados.0.smithi029.stdout:1207: writing smithi02985406-47 from 802816 to 1507328 tid 2 2024-07-27T18:24:06.950 INFO:tasks.rados.rados.0.smithi029.stdout:1207: writing smithi02985406-47 from 1507328 to 1605632 tid 3 2024-07-27T18:24:06.950 INFO:tasks.rados.rados.0.smithi029.stdout:1208: snap_remove snap 89 2024-07-27T18:24:07.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:06 smithi179 ceph-mon[89801]: osdmap e285: 8 total, 8 up, 8 in 2024-07-27T18:24:07.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:06 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:07.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:06 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:07.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:06 smithi179 ceph-mon[89801]: Reconfiguring osd.7 (monmap changed)... 2024-07-27T18:24:07.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:06 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-07-27T18:24:07.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:06 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:07.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:06 smithi179 ceph-mon[89801]: Reconfiguring daemon osd.7 on smithi179 2024-07-27T18:24:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[96870]: osdmap e285: 8 total, 8 up, 8 in 2024-07-27T18:24:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:07.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[96870]: Reconfiguring osd.7 (monmap changed)... 2024-07-27T18:24:07.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-07-27T18:24:07.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:07.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[96870]: Reconfiguring daemon osd.7 on smithi179 2024-07-27T18:24:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[99353]: osdmap e285: 8 total, 8 up, 8 in 2024-07-27T18:24:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[99353]: Reconfiguring osd.7 (monmap changed)... 2024-07-27T18:24:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-07-27T18:24:07.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:07.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:06 smithi029 ceph-mon[99353]: Reconfiguring daemon osd.7 on smithi179 2024-07-27T18:24:07.952 INFO:tasks.rados.rados.0.smithi029.stdout:1208: done (1 left) 2024-07-27T18:24:07.952 INFO:tasks.rados.rados.0.smithi029.stdout:1209: delete oid 9 current snap is 109 2024-07-27T18:24:07.953 INFO:tasks.rados.rados.0.smithi029.stdout:1207: finishing write tid 1 to smithi02985406-47 2024-07-27T18:24:07.953 INFO:tasks.rados.rados.0.smithi029.stdout:1207: finishing write tid 2 to smithi02985406-47 2024-07-27T18:24:07.953 INFO:tasks.rados.rados.0.smithi029.stdout:1207: finishing write tid 3 to smithi02985406-47 2024-07-27T18:24:07.953 INFO:tasks.rados.rados.0.smithi029.stdout:1207: finishing write tid 4 to smithi02985406-47 2024-07-27T18:24:07.953 INFO:tasks.rados.rados.0.smithi029.stdout:1207: finishing write tid 5 to smithi02985406-47 2024-07-27T18:24:07.953 INFO:tasks.rados.rados.0.smithi029.stdout:1207: oid 47 updating version 0 to 745 2024-07-27T18:24:07.953 INFO:tasks.rados.rados.0.smithi029.stdout:1207: oid 47 updating version 745 to 748 2024-07-27T18:24:07.953 INFO:tasks.rados.rados.0.smithi029.stdout:1207: oid 47 version 748 is already newer than 747 2024-07-27T18:24:07.953 INFO:tasks.rados.rados.0.smithi029.stdout:1207: oid 47 version 748 is already newer than 746 2024-07-27T18:24:07.953 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 748 (ObjNum 382 snap 109 seq_num 382) dirty exists 2024-07-27T18:24:07.953 INFO:tasks.rados.rados.0.smithi029.stdout:1207: left oid 47 (ObjNum 382 snap 109 seq_num 382) 2024-07-27T18:24:07.964 INFO:tasks.rados.rados.0.smithi029.stdout:1207: done (1 left) 2024-07-27T18:24:07.964 INFO:tasks.rados.rados.0.smithi029.stdout:1209: done (0 left) 2024-07-27T18:24:07.964 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 109 2024-07-27T18:24:07.964 INFO:tasks.rados.rados.0.smithi029.stdout:1210: seq_num 384 ranges {8691712=434176,9125888=475136,9601024=630784,10231808=98304} 2024-07-27T18:24:08.014 INFO:tasks.rados.rados.0.smithi029.stdout:1210: writing smithi02985406-46 from 8691712 to 9125888 tid 1 2024-07-27T18:24:08.017 INFO:tasks.rados.rados.0.smithi029.stdout:1210: writing smithi02985406-46 from 9125888 to 9601024 tid 2 2024-07-27T18:24:08.021 INFO:tasks.rados.rados.0.smithi029.stdout:1210: writing smithi02985406-46 from 9601024 to 10231808 tid 3 2024-07-27T18:24:08.022 INFO:tasks.rados.rados.0.smithi029.stdout:1210: writing smithi02985406-46 from 10231808 to 10330112 tid 4 2024-07-27T18:24:08.022 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 109 2024-07-27T18:24:08.022 INFO:tasks.rados.rados.0.smithi029.stdout:1210: finishing write tid 1 to smithi02985406-46 2024-07-27T18:24:08.022 INFO:tasks.rados.rados.0.smithi029.stdout:1210: finishing write tid 2 to smithi02985406-46 2024-07-27T18:24:08.022 INFO:tasks.rados.rados.0.smithi029.stdout:1211: seq_num 385 ranges {2793472=450560,3244032=761856,4005888=442368} 2024-07-27T18:24:08.040 INFO:tasks.rados.rados.0.smithi029.stdout:1211: writing smithi02985406-15 from 2793472 to 3244032 tid 1 2024-07-27T18:24:08.044 INFO:tasks.rados.rados.0.smithi029.stdout:1211: writing smithi02985406-15 from 3244032 to 4005888 tid 2 2024-07-27T18:24:08.047 INFO:tasks.rados.rados.0.smithi029.stdout:1211: writing smithi02985406-15 from 4005888 to 4448256 tid 3 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:1212: read oid 31 snap -1 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:1212: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 109 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:1210: finishing write tid 3 to smithi02985406-46 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:1210: finishing write tid 4 to smithi02985406-46 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:1210: finishing write tid 5 to smithi02985406-46 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:1210: finishing write tid 6 to smithi02985406-46 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:1210: oid 46 updating version 0 to 398 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:1210: oid 46 version 398 is already newer than 397 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:1210: oid 46 updating version 398 to 400 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:1210: oid 46 version 400 is already newer than 399 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:1210: oid 46 updating version 400 to 401 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 401 (ObjNum 384 snap 109 seq_num 384) dirty exists 2024-07-27T18:24:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:1210: left oid 46 (ObjNum 384 snap 109 seq_num 384) 2024-07-27T18:24:08.049 INFO:tasks.rados.rados.0.smithi029.stdout:1211: finishing write tid 1 to smithi02985406-15 2024-07-27T18:24:08.049 INFO:tasks.rados.rados.0.smithi029.stdout:1211: finishing write tid 2 to smithi02985406-15 2024-07-27T18:24:08.049 INFO:tasks.rados.rados.0.smithi029.stdout:1213: seq_num 386 ranges {786432=466944,1253376=638976,1892352=565248} 2024-07-27T18:24:08.054 INFO:tasks.rados.rados.0.smithi029.stdout:1213: writing smithi02985406-23 from 786432 to 1253376 tid 1 2024-07-27T18:24:08.059 INFO:tasks.rados.rados.0.smithi029.stdout:1213: writing smithi02985406-23 from 1253376 to 1892352 tid 2 2024-07-27T18:24:08.062 INFO:tasks.rados.rados.0.smithi029.stdout:1213: writing smithi02985406-23 from 1892352 to 2457600 tid 3 2024-07-27T18:24:08.062 INFO:tasks.rados.rados.0.smithi029.stdout:1210: done (3 left) 2024-07-27T18:24:08.063 INFO:tasks.rados.rados.0.smithi029.stdout:1214: snap_remove snap 94 2024-07-27T18:24:08.218 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:07 smithi179 ceph-mon[89801]: pgmap v88: 121 pgs: 121 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 5.0 MiB/s wr, 35 op/s 2024-07-27T18:24:08.218 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:07 smithi179 ceph-mon[89801]: osdmap e286: 8 total, 8 up, 8 in 2024-07-27T18:24:08.218 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:07 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:08.218 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:07 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:08.218 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:24:08.218 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:07 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:24:08.218 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[96870]: pgmap v88: 121 pgs: 121 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 5.0 MiB/s wr, 35 op/s 2024-07-27T18:24:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[96870]: osdmap e286: 8 total, 8 up, 8 in 2024-07-27T18:24:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:08.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:24:08.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:24:08.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[99353]: pgmap v88: 121 pgs: 121 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 5.0 MiB/s wr, 35 op/s 2024-07-27T18:24:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[99353]: osdmap e286: 8 total, 8 up, 8 in 2024-07-27T18:24:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:24:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:24:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:08.955 INFO:tasks.rados.rados.0.smithi029.stdout:1214: done (3 left) 2024-07-27T18:24:08.956 INFO:tasks.rados.rados.0.smithi029.stdout:1215: rmattr oid 32 current snap is 109 2024-07-27T18:24:08.956 INFO:tasks.rados.rados.0.smithi029.stdout:1215: done (3 left) 2024-07-27T18:24:08.956 INFO:tasks.rados.rados.0.smithi029.stdout:1216: snap_remove snap 108 2024-07-27T18:24:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:08 smithi029 ceph-mon[96870]: Reconfiguring mds.b (monmap changed)... 2024-07-27T18:24:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:08 smithi029 ceph-mon[96870]: Reconfiguring daemon mds.b on smithi179 2024-07-27T18:24:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:08 smithi029 ceph-mon[96870]: osdmap e287: 8 total, 8 up, 8 in 2024-07-27T18:24:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:24:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:08 smithi029 ceph-mon[99353]: Reconfiguring mds.b (monmap changed)... 2024-07-27T18:24:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:08 smithi029 ceph-mon[99353]: Reconfiguring daemon mds.b on smithi179 2024-07-27T18:24:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:08 smithi029 ceph-mon[99353]: osdmap e287: 8 total, 8 up, 8 in 2024-07-27T18:24:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:24:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:08 smithi179 ceph-mon[89801]: Reconfiguring mds.b (monmap changed)... 2024-07-27T18:24:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:08 smithi179 ceph-mon[89801]: Reconfiguring daemon mds.b on smithi179 2024-07-27T18:24:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:08 smithi179 ceph-mon[89801]: osdmap e287: 8 total, 8 up, 8 in 2024-07-27T18:24:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:24:09.961 INFO:tasks.rados.rados.0.smithi029.stdout:1216: done (3 left) 2024-07-27T18:24:09.961 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 109 2024-07-27T18:24:09.961 INFO:tasks.rados.rados.0.smithi029.stdout:1217: seq_num 387 ranges {729088=483328,1212416=524288,1736704=679936} 2024-07-27T18:24:09.968 INFO:tasks.rados.rados.0.smithi029.stdout:1217: writing smithi02985406-22 from 729088 to 1212416 tid 1 2024-07-27T18:24:09.971 INFO:tasks.rados.rados.0.smithi029.stdout:1217: writing smithi02985406-22 from 1212416 to 1736704 tid 2 2024-07-27T18:24:09.975 INFO:tasks.rados.rados.0.smithi029.stdout:1217: writing smithi02985406-22 from 1736704 to 2416640 tid 3 2024-07-27T18:24:09.975 INFO:tasks.rados.rados.0.smithi029.stdout:1218: read oid 11 snap -1 2024-07-27T18:24:09.975 INFO:tasks.rados.rados.0.smithi029.stdout:1218: expect (ObjNum 211 snap 55 seq_num 211) 2024-07-27T18:24:09.975 INFO:tasks.rados.rados.0.smithi029.stdout:1219: snap_remove snap 105 2024-07-27T18:24:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: pgmap v91: 121 pgs: 121 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 5.0 MiB/s wr, 35 op/s 2024-07-27T18:24:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: osdmap e288: 8 total, 8 up, 8 in 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: Upgrade: Setting container_image for all mon 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-07-27T18:24:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-07-27T18:24:10.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-07-27T18:24:10.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-07-27T18:24:10.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-07-27T18:24:10.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:10.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: Upgrade: Setting container_image for all crash 2024-07-27T18:24:10.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:10.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-07-27T18:24:10.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-07-27T18:24:10.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[99353]: Upgrade: osd.0 is safe to restart 2024-07-27T18:24:10.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: pgmap v91: 121 pgs: 121 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 5.0 MiB/s wr, 35 op/s 2024-07-27T18:24:10.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: osdmap e288: 8 total, 8 up, 8 in 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: Upgrade: Setting container_image for all mon 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-07-27T18:24:10.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-07-27T18:24:10.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-07-27T18:24:10.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-07-27T18:24:10.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:10.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: Upgrade: Setting container_image for all crash 2024-07-27T18:24:10.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:10.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-07-27T18:24:10.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-07-27T18:24:10.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:09 smithi029 ceph-mon[96870]: Upgrade: osd.0 is safe to restart 2024-07-27T18:24:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: pgmap v91: 121 pgs: 121 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 5.0 MiB/s wr, 35 op/s 2024-07-27T18:24:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: osdmap e288: 8 total, 8 up, 8 in 2024-07-27T18:24:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:24:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: Upgrade: Setting container_image for all mon 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: Upgrade: Setting container_image for all crash 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:10.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-07-27T18:24:10.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-07-27T18:24:10.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:09 smithi179 ceph-mon[89801]: Upgrade: osd.0 is safe to restart 2024-07-27T18:24:10.967 INFO:tasks.rados.rados.0.smithi029.stdout:1219: done (5 left) 2024-07-27T18:24:10.967 INFO:tasks.rados.rados.0.smithi029.stdout:1220: read oid 44 snap -1 2024-07-27T18:24:10.967 INFO:tasks.rados.rados.0.smithi029.stdout:1220: expect (ObjNum 370 snap 104 seq_num 370) 2024-07-27T18:24:10.967 INFO:tasks.rados.rados.0.smithi029.stdout:1221: snap_create 2024-07-27T18:24:10.967 INFO:tasks.rados.rados.0.smithi029.stdout:1211: finishing write tid 3 to smithi02985406-15 2024-07-27T18:24:10.967 INFO:tasks.rados.rados.0.smithi029.stdout:1211: finishing write tid 4 to smithi02985406-15 2024-07-27T18:24:10.967 INFO:tasks.rados.rados.0.smithi029.stdout:1211: finishing write tid 5 to smithi02985406-15 2024-07-27T18:24:10.967 INFO:tasks.rados.rados.0.smithi029.stdout:1211: oid 15 updating version 0 to 606 2024-07-27T18:24:10.967 INFO:tasks.rados.rados.0.smithi029.stdout:1211: oid 15 version 606 is already newer than 604 2024-07-27T18:24:10.967 INFO:tasks.rados.rados.0.smithi029.stdout:1211: oid 15 updating version 606 to 607 2024-07-27T18:24:10.968 INFO:tasks.rados.rados.0.smithi029.stdout:1211: oid 15 version 607 is already newer than 605 2024-07-27T18:24:10.968 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 607 (ObjNum 385 snap 109 seq_num 385) dirty exists 2024-07-27T18:24:10.968 INFO:tasks.rados.rados.0.smithi029.stdout:1211: left oid 15 (ObjNum 385 snap 109 seq_num 385) 2024-07-27T18:24:10.968 INFO:tasks.rados.rados.0.smithi029.stdout:1213: finishing write tid 1 to smithi02985406-23 2024-07-27T18:24:10.968 INFO:tasks.rados.rados.0.smithi029.stdout:1213: finishing write tid 2 to smithi02985406-23 2024-07-27T18:24:10.968 INFO:tasks.rados.rados.0.smithi029.stdout:1213: finishing write tid 3 to smithi02985406-23 2024-07-27T18:24:10.968 INFO:tasks.rados.rados.0.smithi029.stdout:1213: finishing write tid 4 to smithi02985406-23 2024-07-27T18:24:10.968 INFO:tasks.rados.rados.0.smithi029.stdout:1212: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:24:11.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:10 smithi029 ceph-mon[96870]: osdmap e289: 8 total, 8 up, 8 in 2024-07-27T18:24:11.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:11.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-07-27T18:24:11.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:11.231 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:10 smithi029 ceph-mon[99353]: osdmap e289: 8 total, 8 up, 8 in 2024-07-27T18:24:11.231 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:11.231 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-07-27T18:24:11.231 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:11.266 INFO:tasks.rados.rados.0.smithi029.stdout:1213: finishing write tid 5 to smithi02985406-23 2024-07-27T18:24:11.267 INFO:tasks.rados.rados.0.smithi029.stdout:1213: oid 23 updating version 0 to 221 2024-07-27T18:24:11.267 INFO:tasks.rados.rados.0.smithi029.stdout:1213: oid 23 updating version 221 to 224 2024-07-27T18:24:11.267 INFO:tasks.rados.rados.0.smithi029.stdout:1213: oid 23 version 224 is already newer than 223 2024-07-27T18:24:11.267 INFO:tasks.rados.rados.0.smithi029.stdout:1213: oid 23 version 224 is already newer than 222 2024-07-27T18:24:11.267 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 224 (ObjNum 386 snap 109 seq_num 386) dirty exists 2024-07-27T18:24:11.267 INFO:tasks.rados.rados.0.smithi029.stdout:1213: left oid 23 (ObjNum 386 snap 109 seq_num 386) 2024-07-27T18:24:11.267 INFO:tasks.rados.rados.0.smithi029.stdout:1217: finishing write tid 1 to smithi02985406-22 2024-07-27T18:24:11.267 INFO:tasks.rados.rados.0.smithi029.stdout:1217: finishing write tid 2 to smithi02985406-22 2024-07-27T18:24:11.267 INFO:tasks.rados.rados.0.smithi029.stdout:1217: finishing write tid 3 to smithi02985406-22 2024-07-27T18:24:11.267 INFO:tasks.rados.rados.0.smithi029.stdout:1217: finishing write tid 4 to smithi02985406-22 2024-07-27T18:24:11.267 INFO:tasks.rados.rados.0.smithi029.stdout:1217: finishing write tid 5 to smithi02985406-22 2024-07-27T18:24:11.267 INFO:tasks.rados.rados.0.smithi029.stdout:1217: oid 22 updating version 0 to 351 2024-07-27T18:24:11.268 INFO:tasks.rados.rados.0.smithi029.stdout:1217: oid 22 version 351 is already newer than 349 2024-07-27T18:24:11.268 INFO:tasks.rados.rados.0.smithi029.stdout:1217: oid 22 updating version 351 to 352 2024-07-27T18:24:11.268 INFO:tasks.rados.rados.0.smithi029.stdout:1217: oid 22 version 352 is already newer than 350 2024-07-27T18:24:11.268 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 352 (ObjNum 387 snap 109 seq_num 387) dirty exists 2024-07-27T18:24:11.268 INFO:tasks.rados.rados.0.smithi029.stdout:1217: left oid 22 (ObjNum 387 snap 109 seq_num 387) 2024-07-27T18:24:11.268 INFO:tasks.rados.rados.0.smithi029.stdout:1218: expect (ObjNum 211 snap 55 seq_num 211) 2024-07-27T18:24:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:10 smithi179 ceph-mon[89801]: osdmap e289: 8 total, 8 up, 8 in 2024-07-27T18:24:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-07-27T18:24:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:11.717 INFO:tasks.rados.rados.0.smithi029.stdout:1220: expect (ObjNum 370 snap 104 seq_num 370) 2024-07-27T18:24:11.934 INFO:tasks.rados.rados.0.smithi029.stdout:1211: done (6 left) 2024-07-27T18:24:11.934 INFO:tasks.rados.rados.0.smithi029.stdout:1212: done (5 left) 2024-07-27T18:24:11.935 INFO:tasks.rados.rados.0.smithi029.stdout:1213: done (4 left) 2024-07-27T18:24:11.935 INFO:tasks.rados.rados.0.smithi029.stdout:1217: done (3 left) 2024-07-27T18:24:11.935 INFO:tasks.rados.rados.0.smithi029.stdout:1218: done (2 left) 2024-07-27T18:24:11.935 INFO:tasks.rados.rados.0.smithi029.stdout:1220: done (1 left) 2024-07-27T18:24:11.935 INFO:tasks.rados.rados.0.smithi029.stdout:1221: done (0 left) 2024-07-27T18:24:11.935 INFO:tasks.rados.rados.0.smithi029.stdout:1222: snap_remove snap 98 2024-07-27T18:24:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:11 smithi029 ceph-mon[99353]: Upgrade: Updating osd.0 2024-07-27T18:24:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:11 smithi029 ceph-mon[99353]: Deploying daemon osd.0 on smithi029 2024-07-27T18:24:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:11 smithi029 ceph-mon[99353]: pgmap v94: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 4.8 MiB/s wr, 17 op/s 2024-07-27T18:24:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:11 smithi029 ceph-mon[99353]: osdmap e290: 8 total, 8 up, 8 in 2024-07-27T18:24:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:11 smithi029 ceph-mon[99353]: osdmap e291: 8 total, 8 up, 8 in 2024-07-27T18:24:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:11 smithi029 ceph-mon[96870]: Upgrade: Updating osd.0 2024-07-27T18:24:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:11 smithi029 ceph-mon[96870]: Deploying daemon osd.0 on smithi029 2024-07-27T18:24:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:11 smithi029 ceph-mon[96870]: pgmap v94: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 4.8 MiB/s wr, 17 op/s 2024-07-27T18:24:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:11 smithi029 ceph-mon[96870]: osdmap e290: 8 total, 8 up, 8 in 2024-07-27T18:24:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:11 smithi029 ceph-mon[96870]: osdmap e291: 8 total, 8 up, 8 in 2024-07-27T18:24:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:11 smithi179 ceph-mon[89801]: Upgrade: Updating osd.0 2024-07-27T18:24:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:11 smithi179 ceph-mon[89801]: Deploying daemon osd.0 on smithi029 2024-07-27T18:24:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:11 smithi179 ceph-mon[89801]: pgmap v94: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 4.8 MiB/s wr, 17 op/s 2024-07-27T18:24:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:11 smithi179 ceph-mon[89801]: osdmap e290: 8 total, 8 up, 8 in 2024-07-27T18:24:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:11 smithi179 ceph-mon[89801]: osdmap e291: 8 total, 8 up, 8 in 2024-07-27T18:24:12.523 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:24:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:24:12] "GET /metrics HTTP/1.1" 200 36095 "" "Prometheus/2.43.0" 2024-07-27T18:24:12.937 INFO:tasks.rados.rados.0.smithi029.stdout:1222: done (0 left) 2024-07-27T18:24:12.937 INFO:tasks.rados.rados.0.smithi029.stdout:1223: copy_from oid 25 from oid 20 current snap is 110 2024-07-27T18:24:12.937 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 110 2024-07-27T18:24:12.937 INFO:tasks.rados.rados.0.smithi029.stdout:1224: seq_num 388 ranges {1605632=507904,2113536=458752,2572288=606208,3178496=139264} 2024-07-27T18:24:12.950 INFO:tasks.rados.rados.0.smithi029.stdout:1224: writing smithi02985406-47 from 1605632 to 2113536 tid 1 2024-07-27T18:24:12.953 INFO:tasks.rados.rados.0.smithi029.stdout:1224: writing smithi02985406-47 from 2113536 to 2572288 tid 2 2024-07-27T18:24:12.957 INFO:tasks.rados.rados.0.smithi029.stdout:1224: writing smithi02985406-47 from 2572288 to 3178496 tid 3 2024-07-27T18:24:12.958 INFO:tasks.rados.rados.0.smithi029.stdout:1224: writing smithi02985406-47 from 3178496 to 3317760 tid 4 2024-07-27T18:24:12.958 INFO:tasks.rados.rados.0.smithi029.stdout:1225: read oid 50 snap -1 2024-07-27T18:24:12.958 INFO:tasks.rados.rados.0.smithi029.stdout:1225: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:24:12.958 INFO:tasks.rados.rados.0.smithi029.stdout:1226: rollback oid 21 current snap is 110 2024-07-27T18:24:12.958 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 21 to 97 2024-07-27T18:24:12.959 INFO:tasks.rados.rados.0.smithi029.stdout:1223: finishing copy_from to smithi02985406-25 2024-07-27T18:24:12.959 INFO:tasks.rados.rados.0.smithi029.stdout:1223: got expected ENOENT (src dne) 2024-07-27T18:24:12.959 INFO:tasks.rados.rados.0.smithi029.stdout:1223: finishing copy_from racing read to smithi02985406-25 2024-07-27T18:24:12.959 INFO:tasks.rados.rados.0.smithi029.stdout:1224: finishing write tid 1 to smithi02985406-47 2024-07-27T18:24:12.959 INFO:tasks.rados.rados.0.smithi029.stdout:1223: done (3 left) 2024-07-27T18:24:12.959 INFO:tasks.rados.rados.0.smithi029.stdout:1227: snap_remove snap 107 2024-07-27T18:24:13.942 INFO:tasks.rados.rados.0.smithi029.stdout:1227: done (3 left) 2024-07-27T18:24:13.942 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 110 2024-07-27T18:24:13.942 INFO:tasks.rados.rados.0.smithi029.stdout:1224: finishing write tid 2 to smithi02985406-47 2024-07-27T18:24:13.942 INFO:tasks.rados.rados.0.smithi029.stdout:1225: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:24:13.960 INFO:tasks.rados.rados.0.smithi029.stdout:1226: finishing rollback tid 0 to smithi02985406-21 2024-07-27T18:24:13.960 INFO:tasks.rados.rados.0.smithi029.stdout:1226: finishing rollback tid 1 to smithi02985406-21 2024-07-27T18:24:13.960 INFO:tasks.rados.rados.0.smithi029.stdout:1224: finishing write tid 3 to smithi02985406-47 2024-07-27T18:24:13.960 INFO:tasks.rados.rados.0.smithi029.stdout:1224: finishing write tid 4 to smithi02985406-47 2024-07-27T18:24:13.960 INFO:tasks.rados.rados.0.smithi029.stdout:1228: seq_num 389 ranges {6602752=524288,7127040=745472,7872512=458752} 2024-07-27T18:24:13.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:13 smithi029 ceph-mon[96870]: pgmap v97: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 4.8 MiB/s wr, 17 op/s 2024-07-27T18:24:13.966 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:13 smithi029 ceph-mon[96870]: osdmap e292: 8 total, 8 up, 8 in 2024-07-27T18:24:13.966 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:13 smithi029 ceph-mon[99353]: pgmap v97: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 4.8 MiB/s wr, 17 op/s 2024-07-27T18:24:13.967 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:13 smithi029 ceph-mon[99353]: osdmap e292: 8 total, 8 up, 8 in 2024-07-27T18:24:13.967 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:13 smithi029 systemd[1]: Stopping Ceph osd.0 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:24:13.999 INFO:tasks.rados.rados.0.smithi029.stdout:1228: writing smithi02985406-34 from 6602752 to 7127040 tid 1 2024-07-27T18:24:14.004 INFO:tasks.rados.rados.0.smithi029.stdout:1228: writing smithi02985406-34 from 7127040 to 7872512 tid 2 2024-07-27T18:24:14.007 INFO:tasks.rados.rados.0.smithi029.stdout:1228: writing smithi02985406-34 from 7872512 to 8331264 tid 3 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:1225: done (3 left) 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:1229: rmattr oid 23 current snap is 110 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:1226: finishing rollback tid 2 to smithi02985406-21 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 398 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:1224: finishing write tid 5 to smithi02985406-47 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:1224: finishing write tid 6 to smithi02985406-47 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:1224: oid 47 updating version 0 to 781 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:1224: oid 47 version 781 is already newer than 779 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:1224: oid 47 version 781 is already newer than 780 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:1224: oid 47 updating version 781 to 782 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:1224: oid 47 version 782 is already newer than 778 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 782 (ObjNum 388 snap 110 seq_num 388) dirty exists 2024-07-27T18:24:14.008 INFO:tasks.rados.rados.0.smithi029.stdout:1224: left oid 47 (ObjNum 388 snap 110 seq_num 388) 2024-07-27T18:24:14.009 INFO:tasks.rados.rados.0.smithi029.stdout:1228: finishing write tid 1 to smithi02985406-34 2024-07-27T18:24:14.009 INFO:tasks.rados.rados.0.smithi029.stdout:1228: finishing write tid 2 to smithi02985406-34 2024-07-27T18:24:14.009 INFO:tasks.rados.rados.0.smithi029.stdout:1224: done (3 left) 2024-07-27T18:24:14.009 INFO:tasks.rados.rados.0.smithi029.stdout:1226: done (2 left) 2024-07-27T18:24:14.009 INFO:tasks.rados.rados.0.smithi029.stdout:1230: copy_from oid 17 from oid 9 current snap is 110 2024-07-27T18:24:14.009 INFO:tasks.rados.rados.0.smithi029.stdout:1231: delete oid 39 current snap is 110 2024-07-27T18:24:14.009 INFO:tasks.rados.rados.0.smithi029.stdout:1230: finishing copy_from to smithi02985406-17 2024-07-27T18:24:14.010 INFO:tasks.rados.rados.0.smithi029.stdout:1230: got expected ENOENT (src dne) 2024-07-27T18:24:14.010 INFO:tasks.rados.rados.0.smithi029.stdout:1230: finishing copy_from racing read to smithi02985406-17 2024-07-27T18:24:14.010 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 236 (ObjNum 386 snap 109 seq_num 386) dirty exists 2024-07-27T18:24:14.010 INFO:tasks.rados.rados.0.smithi029.stdout:1228: finishing write tid 3 to smithi02985406-34 2024-07-27T18:24:14.010 INFO:tasks.rados.rados.0.smithi029.stdout:1229: done (3 left) 2024-07-27T18:24:14.011 INFO:tasks.rados.rados.0.smithi029.stdout:1230: done (2 left) 2024-07-27T18:24:14.011 INFO:tasks.rados.rados.0.smithi029.stdout:1231: done (1 left) 2024-07-27T18:24:14.011 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 110 2024-07-27T18:24:14.011 INFO:tasks.rados.rados.0.smithi029.stdout:1232: seq_num 391 ranges {0=557056,557056=516096,1073152=688128} 2024-07-27T18:24:14.014 INFO:tasks.rados.rados.0.smithi029.stdout:1232: writing smithi02985406-13 from 0 to 557056 tid 1 2024-07-27T18:24:14.017 INFO:tasks.rados.rados.0.smithi029.stdout:1232: writing smithi02985406-13 from 557056 to 1073152 tid 2 2024-07-27T18:24:14.021 INFO:tasks.rados.rados.0.smithi029.stdout:1232: writing smithi02985406-13 from 1073152 to 1761280 tid 3 2024-07-27T18:24:14.021 INFO:tasks.rados.rados.0.smithi029.stdout:1233: snap_remove snap 92 2024-07-27T18:24:14.251 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:13 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[45154]: 2024-07-27T18:24:13.963+0000 7fd3419a2640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:24:14.251 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:13 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[45154]: 2024-07-27T18:24:13.963+0000 7fd3419a2640 -1 osd.0 293 *** Got signal Terminated *** 2024-07-27T18:24:14.251 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:13 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[45154]: 2024-07-27T18:24:13.963+0000 7fd3419a2640 -1 osd.0 293 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T18:24:14.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:13 smithi179 ceph-mon[89801]: pgmap v97: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 4.8 MiB/s wr, 17 op/s 2024-07-27T18:24:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:13 smithi179 ceph-mon[89801]: osdmap e292: 8 total, 8 up, 8 in 2024-07-27T18:24:14.952 INFO:tasks.rados.rados.0.smithi029.stdout:1228: finishing write tid 4 to smithi02985406-34 2024-07-27T18:24:14.952 INFO:tasks.rados.rados.0.smithi029.stdout:1228: finishing write tid 5 to smithi02985406-34 2024-07-27T18:24:14.952 INFO:tasks.rados.rados.0.smithi029.stdout:1228: oid 34 updating version 0 to 610 2024-07-27T18:24:14.952 INFO:tasks.rados.rados.0.smithi029.stdout:1228: oid 34 updating version 610 to 611 2024-07-27T18:24:14.952 INFO:tasks.rados.rados.0.smithi029.stdout:1228: oid 34 version 611 is already newer than 609 2024-07-27T18:24:14.952 INFO:tasks.rados.rados.0.smithi029.stdout:1228: oid 34 version 611 is already newer than 608 2024-07-27T18:24:14.952 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 611 (ObjNum 389 snap 110 seq_num 389) dirty exists 2024-07-27T18:24:14.952 INFO:tasks.rados.rados.0.smithi029.stdout:1228: left oid 34 (ObjNum 389 snap 110 seq_num 389) 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1232: finishing write tid 1 to smithi02985406-13 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1232: finishing write tid 2 to smithi02985406-13 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1232: finishing write tid 3 to smithi02985406-13 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1232: finishing write tid 4 to smithi02985406-13 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1232: finishing write tid 5 to smithi02985406-13 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1232: oid 13 updating version 0 to 834 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1232: oid 13 updating version 834 to 835 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1232: oid 13 updating version 835 to 836 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1232: oid 13 version 836 is already newer than 833 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 836 (ObjNum 391 snap 110 seq_num 391) dirty exists 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1232: left oid 13 (ObjNum 391 snap 110 seq_num 391) 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1228: done (2 left) 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1232: done (1 left) 2024-07-27T18:24:14.953 INFO:tasks.rados.rados.0.smithi029.stdout:1233: done (0 left) 2024-07-27T18:24:14.954 INFO:tasks.rados.rados.0.smithi029.stdout:1234: rmattr oid 34 current snap is 110 2024-07-27T18:24:14.954 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 14 current snap is 110 2024-07-27T18:24:14.954 INFO:tasks.rados.rados.0.smithi029.stdout:1235: seq_num 392 ranges {2842624=573440,3416064=802816,4218880=401408} 2024-07-27T18:24:14.972 INFO:tasks.rados.rados.0.smithi029.stdout:1235: writing smithi02985406-14 from 2842624 to 3416064 tid 1 2024-07-27T18:24:14.976 INFO:tasks.rados.rados.0.smithi029.stdout:1235: writing smithi02985406-14 from 3416064 to 4218880 tid 2 2024-07-27T18:24:14.978 INFO:tasks.rados.rados.0.smithi029.stdout:1235: writing smithi02985406-14 from 4218880 to 4620288 tid 3 2024-07-27T18:24:14.978 INFO:tasks.rados.rados.0.smithi029.stdout:1236: delete oid 37 current snap is 110 2024-07-27T18:24:14.980 INFO:tasks.rados.rados.0.smithi029.stdout:1236: done (2 left) 2024-07-27T18:24:14.980 INFO:tasks.rados.rados.0.smithi029.stdout:1237: read oid 4 snap -1 2024-07-27T18:24:14.980 INFO:tasks.rados.rados.0.smithi029.stdout:1237: expect (ObjNum 301 snap 77 seq_num 301) 2024-07-27T18:24:14.980 INFO:tasks.rados.rados.0.smithi029.stdout:1238: setattr oid 36 current snap is 110 2024-07-27T18:24:14.981 INFO:tasks.rados.rados.0.smithi029.stdout:1239: delete oid 20 current snap is 110 2024-07-27T18:24:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:14 smithi029 ceph-mon[96870]: osdmap e293: 8 total, 8 up, 8 in 2024-07-27T18:24:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:14 smithi029 ceph-mon[96870]: osd.0 marked itself down and dead 2024-07-27T18:24:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:14 smithi029 ceph-mon[99353]: osdmap e293: 8 total, 8 up, 8 in 2024-07-27T18:24:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:14 smithi029 ceph-mon[99353]: osd.0 marked itself down and dead 2024-07-27T18:24:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:14 smithi179 ceph-mon[89801]: osdmap e293: 8 total, 8 up, 8 in 2024-07-27T18:24:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:14 smithi179 ceph-mon[89801]: osd.0 marked itself down and dead 2024-07-27T18:24:15.650 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:15 smithi029 podman[104871]: 2024-07-27 18:24:15.396722324 +0000 UTC m=+1.553505247 container died e314de953958749c27221774730fdc8b1771d422f7b326804b963087a1def285 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=reef-a3bbd72, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716) 2024-07-27T18:24:15.946 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:15 smithi029 podman[104871]: 2024-07-27 18:24:15.816170806 +0000 UTC m=+1.972953723 container cleanup e314de953958749c27221774730fdc8b1771d422f7b326804b963087a1def285 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, io.buildah.version=1.36.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=reef-a3bbd72, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-07-27T18:24:15.946 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:15 smithi029 bash[104871]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0 2024-07-27T18:24:15.967 INFO:tasks.rados.rados.0.smithi029.stdout:1235: finishing write tid 1 to smithi02985406-14 2024-07-27T18:24:15.967 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 612 (ObjNum 389 snap 110 seq_num 389) dirty exists 2024-07-27T18:24:15.967 INFO:tasks.rados.rados.0.smithi029.stdout:1235: finishing write tid 2 to smithi02985406-14 2024-07-27T18:24:15.969 INFO:tasks.rados.rados.0.smithi029.stdout:1235: finishing write tid 3 to smithi02985406-14 2024-07-27T18:24:15.969 INFO:tasks.rados.rados.0.smithi029.stdout:1235: finishing write tid 4 to smithi02985406-14 2024-07-27T18:24:15.970 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 186 (ObjNum 737 snap 0 seq_num 1323723650) dirty exists 2024-07-27T18:24:15.971 INFO:tasks.rados.rados.0.smithi029.stdout:1234: done (4 left) 2024-07-27T18:24:15.971 INFO:tasks.rados.rados.0.smithi029.stdout:1238: done (3 left) 2024-07-27T18:24:15.971 INFO:tasks.rados.rados.0.smithi029.stdout:1239: done (2 left) 2024-07-27T18:24:15.971 INFO:tasks.rados.rados.0.smithi029.stdout:1240: read oid 22 snap -1 2024-07-27T18:24:15.971 INFO:tasks.rados.rados.0.smithi029.stdout:1240: expect (ObjNum 387 snap 109 seq_num 387) 2024-07-27T18:24:15.971 INFO:tasks.rados.rados.0.smithi029.stdout:1241: delete oid 38 current snap is 110 2024-07-27T18:24:15.973 INFO:tasks.rados.rados.0.smithi029.stdout:1241: done (3 left) 2024-07-27T18:24:15.973 INFO:tasks.rados.rados.0.smithi029.stdout:1242: snap_remove snap 102 2024-07-27T18:24:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:15 smithi029 ceph-mon[99353]: pgmap v100: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:24:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:15 smithi029 ceph-mon[99353]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:24:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:15 smithi029 ceph-mon[99353]: osdmap e294: 8 total, 7 up, 8 in 2024-07-27T18:24:16.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:15 smithi029 ceph-mon[96870]: pgmap v100: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:24:16.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:15 smithi029 ceph-mon[96870]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:24:16.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:15 smithi029 ceph-mon[96870]: osdmap e294: 8 total, 7 up, 8 in 2024-07-27T18:24:16.252 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:16 smithi029 podman[104892]: 2024-07-27 18:24:16.086039531 +0000 UTC m=+0.687405985 container remove e314de953958749c27221774730fdc8b1771d422f7b326804b963087a1def285 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-a3bbd72, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-07-27T18:24:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:15 smithi179 ceph-mon[89801]: pgmap v100: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:24:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:15 smithi179 ceph-mon[89801]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:24:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:15 smithi179 ceph-mon[89801]: osdmap e294: 8 total, 7 up, 8 in 2024-07-27T18:24:16.751 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:16 smithi029 podman[104986]: 2024-07-27 18:24:16.402346768 +0000 UTC m=+0.017478360 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:24:16.752 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:16 smithi029 podman[104986]: 2024-07-27 18:24:16.512771026 +0000 UTC m=+0.127902649 container create fca15109a95580e179cb9144af895ad5d8214d9dc1e24d4dbfdf03c5b0f5bb8c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:24:16.958 INFO:tasks.rados.rados.0.smithi029.stdout:1242: done (3 left) 2024-07-27T18:24:16.959 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 110 2024-07-27T18:24:16.959 INFO:tasks.rados.rados.0.smithi029.stdout:1235: finishing write tid 5 to smithi02985406-14 2024-07-27T18:24:16.959 INFO:tasks.rados.rados.0.smithi029.stdout:1235: oid 14 updating version 0 to 603 2024-07-27T18:24:16.959 INFO:tasks.rados.rados.0.smithi029.stdout:1235: oid 14 updating version 603 to 605 2024-07-27T18:24:16.959 INFO:tasks.rados.rados.0.smithi029.stdout:1235: oid 14 updating version 605 to 606 2024-07-27T18:24:16.959 INFO:tasks.rados.rados.0.smithi029.stdout:1235: oid 14 version 606 is already newer than 604 2024-07-27T18:24:16.959 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 606 (ObjNum 392 snap 110 seq_num 392) dirty exists 2024-07-27T18:24:16.959 INFO:tasks.rados.rados.0.smithi029.stdout:1235: left oid 14 (ObjNum 392 snap 110 seq_num 392) 2024-07-27T18:24:16.959 INFO:tasks.rados.rados.0.smithi029.stdout:1243: seq_num 396 ranges {8691712=638976,9330688=786432,10117120=417792} 2024-07-27T18:24:17.010 INFO:tasks.rados.rados.0.smithi029.stdout:1243: writing smithi02985406-16 from 8691712 to 9330688 tid 1 2024-07-27T18:24:17.015 INFO:tasks.rados.rados.0.smithi029.stdout:1243: writing smithi02985406-16 from 9330688 to 10117120 tid 2 2024-07-27T18:24:17.017 INFO:tasks.rados.rados.0.smithi029.stdout:1243: writing smithi02985406-16 from 10117120 to 10534912 tid 3 2024-07-27T18:24:17.017 INFO:tasks.rados.rados.0.smithi029.stdout:1235: done (3 left) 2024-07-27T18:24:17.017 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 29 current snap is 110 2024-07-27T18:24:17.017 INFO:tasks.rados.rados.0.smithi029.stdout:1237: expect (ObjNum 301 snap 77 seq_num 301) 2024-07-27T18:24:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:16 smithi029 ceph-mon[96870]: osdmap e295: 8 total, 7 up, 8 in 2024-07-27T18:24:17.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:16 smithi029 ceph-mon[99353]: osdmap e295: 8 total, 7 up, 8 in 2024-07-27T18:24:17.252 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:16 smithi029 podman[104986]: 2024-07-27 18:24:16.918919034 +0000 UTC m=+0.534050640 container init fca15109a95580e179cb9144af895ad5d8214d9dc1e24d4dbfdf03c5b0f5bb8c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-07-27T18:24:17.252 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:16 smithi029 podman[104986]: 2024-07-27 18:24:16.924106131 +0000 UTC m=+0.539237712 container start fca15109a95580e179cb9144af895ad5d8214d9dc1e24d4dbfdf03c5b0f5bb8c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-deactivate, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=squid-46c551b, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.build-date=20240716) 2024-07-27T18:24:17.252 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:17 smithi029 podman[104986]: 2024-07-27 18:24:17.03585637 +0000 UTC m=+0.650987962 container attach fca15109a95580e179cb9144af895ad5d8214d9dc1e24d4dbfdf03c5b0f5bb8c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=squid-46c551b, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716) 2024-07-27T18:24:17.252 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:17 smithi029 podman[104986]: 2024-07-27 18:24:17.125752838 +0000 UTC m=+0.740884419 container died fca15109a95580e179cb9144af895ad5d8214d9dc1e24d4dbfdf03c5b0f5bb8c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-deactivate, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-07-27T18:24:17.354 INFO:tasks.rados.rados.0.smithi029.stdout:1240: expect (ObjNum 387 snap 109 seq_num 387) 2024-07-27T18:24:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:16 smithi179 ceph-mon[89801]: osdmap e295: 8 total, 7 up, 8 in 2024-07-27T18:24:17.432 INFO:tasks.rados.rados.0.smithi029.stdout:1243: finishing write tid 1 to smithi02985406-16 2024-07-27T18:24:17.432 INFO:tasks.rados.rados.0.smithi029.stdout:1243: finishing write tid 2 to smithi02985406-16 2024-07-27T18:24:17.432 INFO:tasks.rados.rados.0.smithi029.stdout:1243: finishing write tid 3 to smithi02985406-16 2024-07-27T18:24:17.432 INFO:tasks.rados.rados.0.smithi029.stdout:1243: finishing write tid 4 to smithi02985406-16 2024-07-27T18:24:17.432 INFO:tasks.rados.rados.0.smithi029.stdout:1244: seq_num 397 ranges {0=655360,655360=671744,1327104=532480} 2024-07-27T18:24:17.436 INFO:tasks.rados.rados.0.smithi029.stdout:1244: writing smithi02985406-29 from 0 to 655360 tid 1 2024-07-27T18:24:17.439 INFO:tasks.rados.rados.0.smithi029.stdout:1244: writing smithi02985406-29 from 655360 to 1327104 tid 2 2024-07-27T18:24:17.443 INFO:tasks.rados.rados.0.smithi029.stdout:1244: writing smithi02985406-29 from 1327104 to 1859584 tid 3 2024-07-27T18:24:17.443 INFO:tasks.rados.rados.0.smithi029.stdout:1237: done (3 left) 2024-07-27T18:24:17.443 INFO:tasks.rados.rados.0.smithi029.stdout:1240: done (2 left) 2024-07-27T18:24:17.443 INFO:tasks.rados.rados.0.smithi029.stdout:1245: copy_from oid 22 from oid 1 current snap is 110 2024-07-27T18:24:17.444 INFO:tasks.rados.rados.0.smithi029.stdout:1243: finishing write tid 5 to smithi02985406-16 2024-07-27T18:24:17.444 INFO:tasks.rados.rados.0.smithi029.stdout:1243: oid 16 updating version 0 to 396 2024-07-27T18:24:17.444 INFO:tasks.rados.rados.0.smithi029.stdout:1243: oid 16 updating version 396 to 399 2024-07-27T18:24:17.444 INFO:tasks.rados.rados.0.smithi029.stdout:1243: oid 16 version 399 is already newer than 398 2024-07-27T18:24:17.444 INFO:tasks.rados.rados.0.smithi029.stdout:1243: oid 16 version 399 is already newer than 397 2024-07-27T18:24:17.444 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 399 (ObjNum 396 snap 110 seq_num 396) dirty exists 2024-07-27T18:24:17.444 INFO:tasks.rados.rados.0.smithi029.stdout:1243: left oid 16 (ObjNum 396 snap 110 seq_num 396) 2024-07-27T18:24:17.444 INFO:tasks.rados.rados.0.smithi029.stdout:1244: finishing write tid 1 to smithi02985406-29 2024-07-27T18:24:17.444 INFO:tasks.rados.rados.0.smithi029.stdout:1244: finishing write tid 2 to smithi02985406-29 2024-07-27T18:24:17.444 INFO:tasks.rados.rados.0.smithi029.stdout:1243: done (2 left) 2024-07-27T18:24:17.444 INFO:tasks.rados.rados.0.smithi029.stdout:1246: snap_remove snap 91 2024-07-27T18:24:17.944 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:24:17.966 INFO:tasks.rados.rados.0.smithi029.stdout:1246: done (2 left) 2024-07-27T18:24:17.966 INFO:tasks.rados.rados.0.smithi029.stdout:1247: read oid 28 snap 100 2024-07-27T18:24:17.966 INFO:tasks.rados.rados.0.smithi029.stdout:1247: expect (ObjNum 332 snap 89 seq_num 332) 2024-07-27T18:24:17.967 INFO:tasks.rados.rados.0.smithi029.stdout:1248: snap_remove snap 73 2024-07-27T18:24:18.241 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:17 smithi029 ceph-mon[96870]: pgmap v103: 121 pgs: 16 stale+active+clean, 105 active+clean; 269 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-07-27T18:24:18.241 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:17 smithi029 ceph-mon[96870]: osdmap e296: 8 total, 7 up, 8 in 2024-07-27T18:24:18.242 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:17 smithi029 ceph-mon[99353]: pgmap v103: 121 pgs: 16 stale+active+clean, 105 active+clean; 269 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-07-27T18:24:18.242 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:17 smithi029 ceph-mon[99353]: osdmap e296: 8 total, 7 up, 8 in 2024-07-27T18:24:18.242 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:24:18.242 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (5m) 50s ago 6m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:24:18.242 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (6m) 36s ago 6m 91.6M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:24:18.242 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (7m) 50s ago 7m 16.0M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:24:18.242 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (7m) 36s ago 7m 21.3M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (91s) 36s ago 11m 439M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (2m) 50s ago 13m 497M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (76s) 50s ago 13m 38.7M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (41s) 36s ago 11m 22.1M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (54s) 50s ago 11m 20.0M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (5m) 50s ago 5m 15.9M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (5m) 36s ago 5m 15.4M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (10m) 50s ago 10m 144M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 e314de953958 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (10m) 50s ago 10m 145M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 ec6c64b26d24 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (10m) 50s ago 10m 167M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 84c890d6b0b2 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (9m) 50s ago 9m 96.4M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 0e2db681e2f2 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (9m) 36s ago 9m 147M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 9431ed9c63c6 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (8m) 36s ago 8m 166M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:24:18.243 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (8m) 36s ago 8m 114M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:24:18.244 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (8m) 36s ago 8m 152M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:24:18.244 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (96s) 36s ago 6m 50.4M - 2.43.0 a07b618ecd1d 14077408bc57 2024-07-27T18:24:18.244 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:17 smithi029 podman[105029]: 2024-07-27 18:24:17.845510506 +0000 UTC m=+0.713429834 container remove fca15109a95580e179cb9144af895ad5d8214d9dc1e24d4dbfdf03c5b0f5bb8c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0) 2024-07-27T18:24:18.244 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:17 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.0.service: Deactivated successfully. 2024-07-27T18:24:18.244 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:17 smithi029 systemd[1]: Stopped Ceph osd.0 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:24:18.244 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:17 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.0.service: Consumed 11.420s CPU time. 2024-07-27T18:24:18.244 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 systemd[1]: Starting Ceph osd.0 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:24:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:17 smithi179 ceph-mon[89801]: pgmap v103: 121 pgs: 16 stale+active+clean, 105 active+clean; 269 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-07-27T18:24:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:17 smithi179 ceph-mon[89801]: osdmap e296: 8 total, 7 up, 8 in 2024-07-27T18:24:18.501 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 podman[105173]: 2024-07-27 18:24:18.218877536 +0000 UTC m=+0.018057482 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:24:18.502 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 podman[105173]: 2024-07-27 18:24:18.357049795 +0000 UTC m=+0.156229720 container create 501a689ec84a1b81fcdebac6d5f5547d945f295e228889d6e73489041dc3b77e (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=squid-46c551b) 2024-07-27T18:24:18.584 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:24:18.584 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:24:18.584 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:24:18.584 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:24:18.584 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:24:18.584 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:24:18.584 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:24:18.584 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:24:18.584 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 7 2024-07-27T18:24:18.584 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:24:18.585 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:24:18.585 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:24:18.585 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:24:18.585 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:24:18.585 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 9, 2024-07-27T18:24:18.585 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 5 2024-07-27T18:24:18.585 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:24:18.585 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:24:18.952 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 podman[105173]: 2024-07-27 18:24:18.604305945 +0000 UTC m=+0.403485886 container init 501a689ec84a1b81fcdebac6d5f5547d945f295e228889d6e73489041dc3b77e (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True) 2024-07-27T18:24:18.952 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 podman[105173]: 2024-07-27 18:24:18.610125934 +0000 UTC m=+0.409305862 container start 501a689ec84a1b81fcdebac6d5f5547d945f295e228889d6e73489041dc3b77e (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate, RELEASE=squid-46c551b, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-07-27T18:24:18.952 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 podman[105173]: 2024-07-27 18:24:18.696341918 +0000 UTC m=+0.495521853 container attach 501a689ec84a1b81fcdebac6d5f5547d945f295e228889d6e73489041dc3b77e (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.36.0, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-07-27T18:24:18.952 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate[105210]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:24:18.953 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 bash[105173]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:24:18.953 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate[105210]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:24:18.953 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 bash[105173]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:24:18.953 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate[105210]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-07-27T18:24:18.953 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 bash[105173]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-07-27T18:24:18.972 INFO:tasks.rados.rados.0.smithi029.stdout:1248: done (3 left) 2024-07-27T18:24:18.972 INFO:tasks.rados.rados.0.smithi029.stdout:1249: copy_from oid 46 from oid 40 current snap is 110 2024-07-27T18:24:18.972 INFO:tasks.rados.rados.0.smithi029.stdout:1244: finishing write tid 3 to smithi02985406-29 2024-07-27T18:24:18.972 INFO:tasks.rados.rados.0.smithi029.stdout:1244: finishing write tid 4 to smithi02985406-29 2024-07-27T18:24:18.973 INFO:tasks.rados.rados.0.smithi029.stdout:1244: finishing write tid 5 to smithi02985406-29 2024-07-27T18:24:18.973 INFO:tasks.rados.rados.0.smithi029.stdout:1244: oid 29 updating version 0 to 432 2024-07-27T18:24:18.973 INFO:tasks.rados.rados.0.smithi029.stdout:1244: oid 29 version 432 is already newer than 431 2024-07-27T18:24:18.973 INFO:tasks.rados.rados.0.smithi029.stdout:1244: oid 29 updating version 432 to 434 2024-07-27T18:24:18.973 INFO:tasks.rados.rados.0.smithi029.stdout:1244: oid 29 version 434 is already newer than 433 2024-07-27T18:24:18.973 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 434 (ObjNum 397 snap 110 seq_num 397) dirty exists 2024-07-27T18:24:18.973 INFO:tasks.rados.rados.0.smithi029.stdout:1244: left oid 29 (ObjNum 397 snap 110 seq_num 397) 2024-07-27T18:24:18.974 INFO:tasks.rados.rados.0.smithi029.stdout:1245: finishing copy_from racing read to smithi02985406-22 2024-07-27T18:24:18.974 INFO:tasks.rados.rados.0.smithi029.stdout:1245: finishing copy_from to smithi02985406-22 2024-07-27T18:24:18.974 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 608 (ObjNum 380 snap 108 seq_num 380) dirty exists 2024-07-27T18:24:18.974 INFO:tasks.rados.rados.0.smithi029.stdout:1244: done (3 left) 2024-07-27T18:24:18.974 INFO:tasks.rados.rados.0.smithi029.stdout:1245: done (2 left) 2024-07-27T18:24:18.974 INFO:tasks.rados.rados.0.smithi029.stdout:1250: read oid 24 snap -1 2024-07-27T18:24:18.974 INFO:tasks.rados.rados.0.smithi029.stdout:1250: expect (ObjNum 372 snap 106 seq_num 372) 2024-07-27T18:24:18.975 INFO:tasks.rados.rados.0.smithi029.stdout:1251: snap_remove snap 106 2024-07-27T18:24:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-mon[96870]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:24:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-mon[96870]: osdmap e297: 8 total, 7 up, 8 in 2024-07-27T18:24:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-mon[96870]: from='client.34206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:24:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3155768775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-mon[99353]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:24:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-mon[99353]: osdmap e297: 8 total, 7 up, 8 in 2024-07-27T18:24:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-mon[99353]: from='client.34206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:24:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3155768775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate[105210]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 bash[105173]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate[105210]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 bash[105173]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate[105210]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 bash[105173]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate[105210]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 bash[105173]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate[105210]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 bash[105173]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate[105210]: --> ceph-volume raw activate successful for osd ID: 0 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:18 smithi029 bash[105173]: --> ceph-volume raw activate successful for osd ID: 0 2024-07-27T18:24:19.253 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:19 smithi029 podman[105173]: 2024-07-27 18:24:19.014273607 +0000 UTC m=+0.813453542 container died 501a689ec84a1b81fcdebac6d5f5547d945f295e228889d6e73489041dc3b77e (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:24:19.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:18 smithi179 ceph-mon[89801]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:24:19.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:18 smithi179 ceph-mon[89801]: osdmap e297: 8 total, 7 up, 8 in 2024-07-27T18:24:19.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:18 smithi179 ceph-mon[89801]: from='client.34206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:24:19.315 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:18 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3155768775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:19.969 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:19 smithi029 podman[105368]: 2024-07-27 18:24:19.689320561 +0000 UTC m=+0.669249749 container remove 501a689ec84a1b81fcdebac6d5f5547d945f295e228889d6e73489041dc3b77e (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-activate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, RELEASE=squid-46c551b) 2024-07-27T18:24:19.969 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:19 smithi029 podman[105434]: 2024-07-27 18:24:19.818895766 +0000 UTC m=+0.018576795 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:24:19.969 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:19 smithi029 podman[105434]: 2024-07-27 18:24:19.932602643 +0000 UTC m=+0.132283656 container create f8777ac80a2566d2a013018241ffbebef215e3a274e411b4c63b2962a28a8634 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, org.label-schema.license=GPLv2) 2024-07-27T18:24:19.975 INFO:tasks.rados.rados.0.smithi029.stdout:1251: done (3 left) 2024-07-27T18:24:19.975 INFO:tasks.rados.rados.0.smithi029.stdout:1252: snap_create 2024-07-27T18:24:19.975 INFO:tasks.rados.rados.0.smithi029.stdout:1247: expect (ObjNum 332 snap 89 seq_num 332) 2024-07-27T18:24:20.006 INFO:tasks.rados.rados.0.smithi029.stdout:1249: finishing copy_from to smithi02985406-46 2024-07-27T18:24:20.006 INFO:tasks.rados.rados.0.smithi029.stdout:1249: got expected ENOENT (src dne) 2024-07-27T18:24:20.006 INFO:tasks.rados.rados.0.smithi029.stdout:1249: finishing copy_from racing read to smithi02985406-46 2024-07-27T18:24:20.006 INFO:tasks.rados.rados.0.smithi029.stdout:1250: expect (ObjNum 372 snap 106 seq_num 372) 2024-07-27T18:24:20.232 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:19 smithi029 ceph-mon[96870]: pgmap v106: 121 pgs: 16 stale+active+clean, 105 active+clean; 269 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-07-27T18:24:20.232 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:19 smithi029 ceph-mon[96870]: osdmap e298: 8 total, 7 up, 8 in 2024-07-27T18:24:20.232 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:19 smithi029 ceph-mon[99353]: pgmap v106: 121 pgs: 16 stale+active+clean, 105 active+clean; 269 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-07-27T18:24:20.232 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:19 smithi029 ceph-mon[99353]: osdmap e298: 8 total, 7 up, 8 in 2024-07-27T18:24:20.232 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:20 smithi029 podman[105434]: 2024-07-27 18:24:20.203707275 +0000 UTC m=+0.403388303 container init f8777ac80a2566d2a013018241ffbebef215e3a274e411b4c63b2962a28a8634 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-07-27T18:24:20.233 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:20 smithi029 podman[105434]: 2024-07-27 18:24:20.208830362 +0000 UTC m=+0.408511387 container start f8777ac80a2566d2a013018241ffbebef215e3a274e411b4c63b2962a28a8634 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, RELEASE=squid-46c551b, CEPH_POINT_RELEASE=) 2024-07-27T18:24:20.329 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:19 smithi179 ceph-mon[89801]: pgmap v106: 121 pgs: 16 stale+active+clean, 105 active+clean; 269 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-07-27T18:24:20.329 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:19 smithi179 ceph-mon[89801]: osdmap e298: 8 total, 7 up, 8 in 2024-07-27T18:24:20.501 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:20 smithi029 ceph-osd[105471]: -- 172.21.15.29:0/2710067047 <== mon.0 v2:172.21.15.29:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55c29227ba40 con 0x55c29303e400 2024-07-27T18:24:20.501 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:20 smithi029 bash[105434]: f8777ac80a2566d2a013018241ffbebef215e3a274e411b4c63b2962a28a8634 2024-07-27T18:24:20.501 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:20 smithi029 systemd[1]: Started Ceph osd.0 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:24:20.980 INFO:tasks.rados.rados.0.smithi029.stdout:1247: done (3 left) 2024-07-27T18:24:20.980 INFO:tasks.rados.rados.0.smithi029.stdout:1249: done (2 left) 2024-07-27T18:24:20.980 INFO:tasks.rados.rados.0.smithi029.stdout:1250: done (1 left) 2024-07-27T18:24:20.980 INFO:tasks.rados.rados.0.smithi029.stdout:1252: done (0 left) 2024-07-27T18:24:20.980 INFO:tasks.rados.rados.0.smithi029.stdout:1253: copy_from oid 23 from oid 38 current snap is 111 2024-07-27T18:24:20.980 INFO:tasks.rados.rados.0.smithi029.stdout:1254: snap_remove snap 101 2024-07-27T18:24:21.001 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:20 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[105448]: 2024-07-27T18:24:20.748+0000 7f6f909b6640 -1 Falling back to public interface 2024-07-27T18:24:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:20 smithi029 ceph-mon[96870]: osdmap e299: 8 total, 7 up, 8 in 2024-07-27T18:24:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:20 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:20 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:20 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:24:21.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:20 smithi029 ceph-mon[99353]: osdmap e299: 8 total, 7 up, 8 in 2024-07-27T18:24:21.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:20 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:21.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:20 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:21.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:20 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:24:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:20 smithi179 ceph-mon[89801]: osdmap e299: 8 total, 7 up, 8 in 2024-07-27T18:24:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:20 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:20 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:20 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:24:21.937 INFO:tasks.rados.rados.0.smithi029.stdout:1254: done (1 left) 2024-07-27T18:24:21.938 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 111 2024-07-27T18:24:21.938 INFO:tasks.rados.rados.0.smithi029.stdout:1253: finishing copy_from to smithi02985406-23 2024-07-27T18:24:21.938 INFO:tasks.rados.rados.0.smithi029.stdout:1253: got expected ENOENT (src dne) 2024-07-27T18:24:21.938 INFO:tasks.rados.rados.0.smithi029.stdout:1255: seq_num 398 ranges {3579904=671744,4251648=557056,4808704=532480,5341184=114688} 2024-07-27T18:24:21.960 INFO:tasks.rados.rados.0.smithi029.stdout:1255: writing smithi02985406-12 from 3579904 to 4251648 tid 1 2024-07-27T18:24:21.963 INFO:tasks.rados.rados.0.smithi029.stdout:1255: writing smithi02985406-12 from 4251648 to 4808704 tid 2 2024-07-27T18:24:21.967 INFO:tasks.rados.rados.0.smithi029.stdout:1255: writing smithi02985406-12 from 4808704 to 5341184 tid 3 2024-07-27T18:24:21.969 INFO:tasks.rados.rados.0.smithi029.stdout:1255: writing smithi02985406-12 from 5341184 to 5455872 tid 4 2024-07-27T18:24:21.969 INFO:tasks.rados.rados.0.smithi029.stdout:1253: finishing copy_from racing read to smithi02985406-23 2024-07-27T18:24:21.969 INFO:tasks.rados.rados.0.smithi029.stdout:1253: done (1 left) 2024-07-27T18:24:21.969 INFO:tasks.rados.rados.0.smithi029.stdout:1256: copy_from oid 2 from oid 28 current snap is 111 2024-07-27T18:24:21.969 INFO:tasks.rados.rados.0.smithi029.stdout:1257: rmattr oid 15 current snap is 111 2024-07-27T18:24:21.969 INFO:tasks.rados.rados.0.smithi029.stdout:1257: done (2 left) 2024-07-27T18:24:21.969 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 27 current snap is 111 2024-07-27T18:24:21.969 INFO:tasks.rados.rados.0.smithi029.stdout:1258: seq_num 399 ranges {1212416=688128,1900544=434176,2334720=745472,3080192=24576} 2024-07-27T18:24:21.980 INFO:tasks.rados.rados.0.smithi029.stdout:1258: writing smithi02985406-27 from 1212416 to 1900544 tid 1 2024-07-27T18:24:21.983 INFO:tasks.rados.rados.0.smithi029.stdout:1258: writing smithi02985406-27 from 1900544 to 2334720 tid 2 2024-07-27T18:24:21.988 INFO:tasks.rados.rados.0.smithi029.stdout:1258: writing smithi02985406-27 from 2334720 to 3080192 tid 3 2024-07-27T18:24:21.988 INFO:tasks.rados.rados.0.smithi029.stdout:1258: writing smithi02985406-27 from 3080192 to 3104768 tid 4 2024-07-27T18:24:21.988 INFO:tasks.rados.rados.0.smithi029.stdout:1259: snap_create 2024-07-27T18:24:21.988 INFO:tasks.rados.rados.0.smithi029.stdout:1255: finishing write tid 1 to smithi02985406-12 2024-07-27T18:24:21.988 INFO:tasks.rados.rados.0.smithi029.stdout:1255: finishing write tid 2 to smithi02985406-12 2024-07-27T18:24:21.988 INFO:tasks.rados.rados.0.smithi029.stdout:1255: finishing write tid 3 to smithi02985406-12 2024-07-27T18:24:21.988 INFO:tasks.rados.rados.0.smithi029.stdout:1255: finishing write tid 4 to smithi02985406-12 2024-07-27T18:24:21.988 INFO:tasks.rados.rados.0.smithi029.stdout:1255: finishing write tid 5 to smithi02985406-12 2024-07-27T18:24:21.988 INFO:tasks.rados.rados.0.smithi029.stdout:1255: finishing write tid 6 to smithi02985406-12 2024-07-27T18:24:21.989 INFO:tasks.rados.rados.0.smithi029.stdout:1255: oid 12 updating version 0 to 609 2024-07-27T18:24:21.989 INFO:tasks.rados.rados.0.smithi029.stdout:1255: oid 12 version 609 is already newer than 608 2024-07-27T18:24:21.989 INFO:tasks.rados.rados.0.smithi029.stdout:1255: oid 12 updating version 609 to 612 2024-07-27T18:24:21.989 INFO:tasks.rados.rados.0.smithi029.stdout:1255: oid 12 version 612 is already newer than 610 2024-07-27T18:24:21.989 INFO:tasks.rados.rados.0.smithi029.stdout:1255: oid 12 version 612 is already newer than 611 2024-07-27T18:24:21.989 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 612 (ObjNum 398 snap 111 seq_num 398) dirty exists 2024-07-27T18:24:21.989 INFO:tasks.rados.rados.0.smithi029.stdout:1255: left oid 12 (ObjNum 398 snap 111 seq_num 398) 2024-07-27T18:24:21.989 INFO:tasks.rados.rados.0.smithi029.stdout:1256: finishing copy_from racing read to smithi02985406-2 2024-07-27T18:24:21.989 INFO:tasks.rados.rados.0.smithi029.stdout:1256: finishing copy_from to smithi02985406-2 2024-07-27T18:24:21.989 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 642 (ObjNum 332 snap 89 seq_num 332) dirty exists 2024-07-27T18:24:21.989 INFO:tasks.rados.rados.0.smithi029.stdout:1258: finishing write tid 1 to smithi02985406-27 2024-07-27T18:24:21.989 INFO:tasks.rados.rados.0.smithi029.stdout:1258: finishing write tid 2 to smithi02985406-27 2024-07-27T18:24:21.990 INFO:tasks.rados.rados.0.smithi029.stdout:1258: finishing write tid 3 to smithi02985406-27 2024-07-27T18:24:21.991 INFO:tasks.rados.rados.0.smithi029.stdout:1258: finishing write tid 4 to smithi02985406-27 2024-07-27T18:24:21.991 INFO:tasks.rados.rados.0.smithi029.stdout:1258: finishing write tid 5 to smithi02985406-27 2024-07-27T18:24:21.991 INFO:tasks.rados.rados.0.smithi029.stdout:1258: finishing write tid 6 to smithi02985406-27 2024-07-27T18:24:21.992 INFO:tasks.rados.rados.0.smithi029.stdout:1258: oid 27 updating version 0 to 879 2024-07-27T18:24:21.992 INFO:tasks.rados.rados.0.smithi029.stdout:1258: oid 27 updating version 879 to 882 2024-07-27T18:24:21.992 INFO:tasks.rados.rados.0.smithi029.stdout:1258: oid 27 version 882 is already newer than 878 2024-07-27T18:24:21.992 INFO:tasks.rados.rados.0.smithi029.stdout:1258: oid 27 version 882 is already newer than 880 2024-07-27T18:24:21.992 INFO:tasks.rados.rados.0.smithi029.stdout:1258: oid 27 version 882 is already newer than 881 2024-07-27T18:24:21.992 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 882 (ObjNum 399 snap 111 seq_num 399) dirty exists 2024-07-27T18:24:21.992 INFO:tasks.rados.rados.0.smithi029.stdout:1258: left oid 27 (ObjNum 399 snap 111 seq_num 399) 2024-07-27T18:24:22.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:21 smithi029 ceph-mon[96870]: pgmap v109: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 259 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 MiB/s rd, 2.4 MiB/s wr, 14 op/s; 98/507 objects degraded (19.329%) 2024-07-27T18:24:22.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:21 smithi029 ceph-mon[96870]: osdmap e300: 8 total, 7 up, 8 in 2024-07-27T18:24:22.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:21 smithi029 ceph-mon[96870]: Health check failed: Degraded data redundancy: 98/507 objects degraded (19.329%), 16 pgs degraded (PG_DEGRADED) 2024-07-27T18:24:22.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:21 smithi029 ceph-mon[96870]: osdmap e301: 8 total, 7 up, 8 in 2024-07-27T18:24:22.231 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:21 smithi029 ceph-mon[99353]: pgmap v109: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 259 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 MiB/s rd, 2.4 MiB/s wr, 14 op/s; 98/507 objects degraded (19.329%) 2024-07-27T18:24:22.231 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:21 smithi029 ceph-mon[99353]: osdmap e300: 8 total, 7 up, 8 in 2024-07-27T18:24:22.231 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:21 smithi029 ceph-mon[99353]: Health check failed: Degraded data redundancy: 98/507 objects degraded (19.329%), 16 pgs degraded (PG_DEGRADED) 2024-07-27T18:24:22.231 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:21 smithi029 ceph-mon[99353]: osdmap e301: 8 total, 7 up, 8 in 2024-07-27T18:24:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:21 smithi179 ceph-mon[89801]: pgmap v109: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 259 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 MiB/s rd, 2.4 MiB/s wr, 14 op/s; 98/507 objects degraded (19.329%) 2024-07-27T18:24:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:21 smithi179 ceph-mon[89801]: osdmap e300: 8 total, 7 up, 8 in 2024-07-27T18:24:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:21 smithi179 ceph-mon[89801]: Health check failed: Degraded data redundancy: 98/507 objects degraded (19.329%), 16 pgs degraded (PG_DEGRADED) 2024-07-27T18:24:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:21 smithi179 ceph-mon[89801]: osdmap e301: 8 total, 7 up, 8 in 2024-07-27T18:24:22.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:24:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:24:22] "GET /metrics HTTP/1.1" 200 36095 "" "Prometheus/2.43.0" 2024-07-27T18:24:22.985 INFO:tasks.rados.rados.0.smithi029.stdout:1255: done (3 left) 2024-07-27T18:24:22.986 INFO:tasks.rados.rados.0.smithi029.stdout:1256: done (2 left) 2024-07-27T18:24:22.986 INFO:tasks.rados.rados.0.smithi029.stdout:1258: done (1 left) 2024-07-27T18:24:22.986 INFO:tasks.rados.rados.0.smithi029.stdout:1259: done (0 left) 2024-07-27T18:24:22.986 INFO:tasks.rados.rados.0.smithi029.stdout:1260: rollback oid 26 current snap is 112 2024-07-27T18:24:22.986 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 26 to 100 2024-07-27T18:24:22.986 INFO:tasks.rados.rados.0.smithi029.stdout:1261: copy_from oid 48 from oid 14 current snap is 112 2024-07-27T18:24:22.986 INFO:tasks.rados.rados.0.smithi029.stdout:1262: snap_create 2024-07-27T18:24:22.989 INFO:tasks.rados.rados.0.smithi029.stdout:1260: finishing rollback tid 0 to smithi02985406-26 2024-07-27T18:24:22.990 INFO:tasks.rados.rados.0.smithi029.stdout:1260: finishing rollback tid 1 to smithi02985406-26 2024-07-27T18:24:22.991 INFO:tasks.rados.rados.0.smithi029.stdout:1260: finishing rollback tid 2 to smithi02985406-26 2024-07-27T18:24:22.991 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 567 (ObjNum 342 snap 91 seq_num 342) dirty exists 2024-07-27T18:24:23.012 INFO:tasks.rados.rados.0.smithi029.stdout:1261: finishing copy_from racing read to smithi02985406-48 2024-07-27T18:24:23.015 INFO:tasks.rados.rados.0.smithi029.stdout:1261: finishing copy_from to smithi02985406-48 2024-07-27T18:24:23.015 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 606 (ObjNum 392 snap 110 seq_num 392) dirty exists 2024-07-27T18:24:23.988 INFO:tasks.rados.rados.0.smithi029.stdout:1260: done (2 left) 2024-07-27T18:24:23.988 INFO:tasks.rados.rados.0.smithi029.stdout:1261: done (1 left) 2024-07-27T18:24:23.988 INFO:tasks.rados.rados.0.smithi029.stdout:1262: done (0 left) 2024-07-27T18:24:23.988 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 113 2024-07-27T18:24:23.988 INFO:tasks.rados.rados.0.smithi029.stdout:1263: seq_num 400 ranges {2457600=704512,3162112=720896,3883008=483328} 2024-07-27T18:24:23.989 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[105448]: 2024-07-27T18:24:23.621+0000 7f6f909b6640 -1 osd.0 293 log_to_monitors true 2024-07-27T18:24:24.006 INFO:tasks.rados.rados.0.smithi029.stdout:1263: writing smithi02985406-23 from 2457600 to 3162112 tid 1 2024-07-27T18:24:24.011 INFO:tasks.rados.rados.0.smithi029.stdout:1263: writing smithi02985406-23 from 3162112 to 3883008 tid 2 2024-07-27T18:24:24.014 INFO:tasks.rados.rados.0.smithi029.stdout:1263: writing smithi02985406-23 from 3883008 to 4366336 tid 3 2024-07-27T18:24:24.014 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 113 2024-07-27T18:24:24.014 INFO:tasks.rados.rados.0.smithi029.stdout:1263: finishing write tid 1 to smithi02985406-23 2024-07-27T18:24:24.014 INFO:tasks.rados.rados.0.smithi029.stdout:1263: finishing write tid 2 to smithi02985406-23 2024-07-27T18:24:24.014 INFO:tasks.rados.rados.0.smithi029.stdout:1264: seq_num 401 ranges {0=720896,720896=606208,1327104=598016} 2024-07-27T18:24:24.018 INFO:tasks.rados.rados.0.smithi029.stdout:1264: writing smithi02985406-36 from 0 to 720896 tid 1 2024-07-27T18:24:24.021 INFO:tasks.rados.rados.0.smithi029.stdout:1264: writing smithi02985406-36 from 720896 to 1327104 tid 2 2024-07-27T18:24:24.025 INFO:tasks.rados.rados.0.smithi029.stdout:1264: writing smithi02985406-36 from 1327104 to 1925120 tid 3 2024-07-27T18:24:24.025 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 113 2024-07-27T18:24:24.026 INFO:tasks.rados.rados.0.smithi029.stdout:1263: finishing write tid 3 to smithi02985406-23 2024-07-27T18:24:24.026 INFO:tasks.rados.rados.0.smithi029.stdout:1265: seq_num 402 ranges {5455872=737280,6193152=491520,6684672=516096,7200768=196608} 2024-07-27T18:24:24.059 INFO:tasks.rados.rados.0.smithi029.stdout:1265: writing smithi02985406-12 from 5455872 to 6193152 tid 1 2024-07-27T18:24:24.062 INFO:tasks.rados.rados.0.smithi029.stdout:1265: writing smithi02985406-12 from 6193152 to 6684672 tid 2 2024-07-27T18:24:24.065 INFO:tasks.rados.rados.0.smithi029.stdout:1265: writing smithi02985406-12 from 6684672 to 7200768 tid 3 2024-07-27T18:24:24.066 INFO:tasks.rados.rados.0.smithi029.stdout:1265: writing smithi02985406-12 from 7200768 to 7397376 tid 4 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1266: snap_create 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1263: finishing write tid 4 to smithi02985406-23 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1263: finishing write tid 5 to smithi02985406-23 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1263: oid 23 updating version 0 to 238 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1263: oid 23 updating version 238 to 239 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1263: oid 23 updating version 239 to 241 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1263: oid 23 version 241 is already newer than 240 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 241 (ObjNum 400 snap 113 seq_num 400) dirty exists 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1263: left oid 23 (ObjNum 400 snap 113 seq_num 400) 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1264: finishing write tid 1 to smithi02985406-36 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1264: finishing write tid 2 to smithi02985406-36 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1264: finishing write tid 3 to smithi02985406-36 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1264: finishing write tid 4 to smithi02985406-36 2024-07-27T18:24:24.067 INFO:tasks.rados.rados.0.smithi029.stdout:1264: finishing write tid 5 to smithi02985406-36 2024-07-27T18:24:24.068 INFO:tasks.rados.rados.0.smithi029.stdout:1264: oid 36 updating version 0 to 189 2024-07-27T18:24:24.068 INFO:tasks.rados.rados.0.smithi029.stdout:1264: oid 36 updating version 189 to 190 2024-07-27T18:24:24.068 INFO:tasks.rados.rados.0.smithi029.stdout:1264: oid 36 version 190 is already newer than 188 2024-07-27T18:24:24.068 INFO:tasks.rados.rados.0.smithi029.stdout:1264: oid 36 updating version 190 to 191 2024-07-27T18:24:24.068 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 191 (ObjNum 401 snap 113 seq_num 401) dirty exists 2024-07-27T18:24:24.068 INFO:tasks.rados.rados.0.smithi029.stdout:1264: left oid 36 (ObjNum 401 snap 113 seq_num 401) 2024-07-27T18:24:24.068 INFO:tasks.rados.rados.0.smithi029.stdout:1265: finishing write tid 1 to smithi02985406-12 2024-07-27T18:24:24.068 INFO:tasks.rados.rados.0.smithi029.stdout:1265: finishing write tid 2 to smithi02985406-12 2024-07-27T18:24:24.069 INFO:tasks.rados.rados.0.smithi029.stdout:1265: finishing write tid 3 to smithi02985406-12 2024-07-27T18:24:24.069 INFO:tasks.rados.rados.0.smithi029.stdout:1265: finishing write tid 4 to smithi02985406-12 2024-07-27T18:24:24.069 INFO:tasks.rados.rados.0.smithi029.stdout:1265: finishing write tid 5 to smithi02985406-12 2024-07-27T18:24:24.069 INFO:tasks.rados.rados.0.smithi029.stdout:1265: finishing write tid 6 to smithi02985406-12 2024-07-27T18:24:24.069 INFO:tasks.rados.rados.0.smithi029.stdout:1265: oid 12 updating version 0 to 618 2024-07-27T18:24:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:1265: oid 12 version 618 is already newer than 615 2024-07-27T18:24:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:1265: oid 12 version 618 is already newer than 617 2024-07-27T18:24:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:1265: oid 12 version 618 is already newer than 616 2024-07-27T18:24:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:1265: oid 12 version 618 is already newer than 614 2024-07-27T18:24:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 618 (ObjNum 402 snap 113 seq_num 402) dirty exists 2024-07-27T18:24:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:1265: left oid 12 (ObjNum 402 snap 113 seq_num 402) 2024-07-27T18:24:24.251 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[105448]: 2024-07-27T18:24:24.012+0000 7f6f88761640 -1 osd.0 293 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:24:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-mon[99353]: pgmap v112: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 259 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 MiB/s rd, 2.4 MiB/s wr, 14 op/s; 98/507 objects degraded (19.329%) 2024-07-27T18:24:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-mon[99353]: osdmap e302: 8 total, 7 up, 8 in 2024-07-27T18:24:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-mon[99353]: from='osd.0 [v2:172.21.15.29:6802/3511870069,v1:172.21.15.29:6803/3511870069]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-07-27T18:24:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-mon[99353]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-07-27T18:24:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:24:24.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-mon[96870]: pgmap v112: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 259 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 MiB/s rd, 2.4 MiB/s wr, 14 op/s; 98/507 objects degraded (19.329%) 2024-07-27T18:24:24.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-mon[96870]: osdmap e302: 8 total, 7 up, 8 in 2024-07-27T18:24:24.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-mon[96870]: from='osd.0 [v2:172.21.15.29:6802/3511870069,v1:172.21.15.29:6803/3511870069]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-07-27T18:24:24.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-mon[96870]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-07-27T18:24:24.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:24.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:24:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:23 smithi179 ceph-mon[89801]: pgmap v112: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 259 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 MiB/s rd, 2.4 MiB/s wr, 14 op/s; 98/507 objects degraded (19.329%) 2024-07-27T18:24:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:23 smithi179 ceph-mon[89801]: osdmap e302: 8 total, 7 up, 8 in 2024-07-27T18:24:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:23 smithi179 ceph-mon[89801]: from='osd.0 [v2:172.21.15.29:6802/3511870069,v1:172.21.15.29:6803/3511870069]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-07-27T18:24:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:23 smithi179 ceph-mon[89801]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-07-27T18:24:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:24:24.999 INFO:tasks.rados.rados.0.smithi029.stdout:1263: done (3 left) 2024-07-27T18:24:24.999 INFO:tasks.rados.rados.0.smithi029.stdout:1264: done (2 left) 2024-07-27T18:24:24.999 INFO:tasks.rados.rados.0.smithi029.stdout:1265: done (1 left) 2024-07-27T18:24:24.999 INFO:tasks.rados.rados.0.smithi029.stdout:1266: done (0 left) 2024-07-27T18:24:25.000 INFO:tasks.rados.rados.0.smithi029.stdout:1267: read oid 16 snap -1 2024-07-27T18:24:25.000 INFO:tasks.rados.rados.0.smithi029.stdout:1267: expect (ObjNum 396 snap 110 seq_num 396) 2024-07-27T18:24:25.000 INFO:tasks.rados.rados.0.smithi029.stdout:1268: snap_create 2024-07-27T18:24:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[96870]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-27T18:24:25.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[96870]: osdmap e303: 8 total, 7 up, 8 in 2024-07-27T18:24:25.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[96870]: from='osd.0 [v2:172.21.15.29:6802/3511870069,v1:172.21.15.29:6803/3511870069]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:24:25.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[96870]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:24:25.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:25.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:25.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:25.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[99353]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-27T18:24:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[99353]: osdmap e303: 8 total, 7 up, 8 in 2024-07-27T18:24:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[99353]: from='osd.0 [v2:172.21.15.29:6802/3511870069,v1:172.21.15.29:6803/3511870069]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:24:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[99353]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:24:25.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:25.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:25.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:25.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:24 smithi179 ceph-mon[89801]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-27T18:24:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:25 smithi179 ceph-mon[89801]: osdmap e303: 8 total, 7 up, 8 in 2024-07-27T18:24:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:25 smithi179 ceph-mon[89801]: from='osd.0 [v2:172.21.15.29:6802/3511870069,v1:172.21.15.29:6803/3511870069]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:24:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:25 smithi179 ceph-mon[89801]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:24:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:25 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:25 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:25 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:25 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:26.003 INFO:tasks.rados.rados.0.smithi029.stdout:1268: done (1 left) 2024-07-27T18:24:26.004 INFO:tasks.rados.rados.0.smithi029.stdout:1269: rmattr oid 24 current snap is 115 2024-07-27T18:24:26.004 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 115 2024-07-27T18:24:26.004 INFO:tasks.rados.rados.0.smithi029.stdout:1270: seq_num 403 ranges {729088=753664,1482752=425984,1908736=720896,2629632=57344} 2024-07-27T18:24:26.012 INFO:tasks.rados.rados.0.smithi029.stdout:1270: writing smithi02985406-35 from 729088 to 1482752 tid 1 2024-07-27T18:24:26.016 INFO:tasks.rados.rados.0.smithi029.stdout:1270: writing smithi02985406-35 from 1482752 to 1908736 tid 2 2024-07-27T18:24:26.021 INFO:tasks.rados.rados.0.smithi029.stdout:1270: writing smithi02985406-35 from 1908736 to 2629632 tid 3 2024-07-27T18:24:26.021 INFO:tasks.rados.rados.0.smithi029.stdout:1270: writing smithi02985406-35 from 2629632 to 2686976 tid 4 2024-07-27T18:24:26.021 INFO:tasks.rados.rados.0.smithi029.stdout:1271: snap_create 2024-07-27T18:24:26.026 INFO:tasks.rados.rados.0.smithi029.stdout:1270: finishing write tid 1 to smithi02985406-35 2024-07-27T18:24:26.026 INFO:tasks.rados.rados.0.smithi029.stdout:1270: finishing write tid 2 to smithi02985406-35 2024-07-27T18:24:26.026 INFO:tasks.rados.rados.0.smithi029.stdout:1270: finishing write tid 3 to smithi02985406-35 2024-07-27T18:24:26.027 INFO:tasks.rados.rados.0.smithi029.stdout:1270: finishing write tid 4 to smithi02985406-35 2024-07-27T18:24:26.027 INFO:tasks.rados.rados.0.smithi029.stdout:1270: finishing write tid 5 to smithi02985406-35 2024-07-27T18:24:26.029 INFO:tasks.rados.rados.0.smithi029.stdout:1270: finishing write tid 6 to smithi02985406-35 2024-07-27T18:24:26.029 INFO:tasks.rados.rados.0.smithi029.stdout:1270: oid 35 updating version 0 to 613 2024-07-27T18:24:26.029 INFO:tasks.rados.rados.0.smithi029.stdout:1270: oid 35 version 613 is already newer than 610 2024-07-27T18:24:26.029 INFO:tasks.rados.rados.0.smithi029.stdout:1270: oid 35 version 613 is already newer than 612 2024-07-27T18:24:26.029 INFO:tasks.rados.rados.0.smithi029.stdout:1270: oid 35 version 613 is already newer than 611 2024-07-27T18:24:26.029 INFO:tasks.rados.rados.0.smithi029.stdout:1270: oid 35 version 613 is already newer than 609 2024-07-27T18:24:26.029 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 613 (ObjNum 403 snap 115 seq_num 403) dirty exists 2024-07-27T18:24:26.029 INFO:tasks.rados.rados.0.smithi029.stdout:1270: left oid 35 (ObjNum 403 snap 115 seq_num 403) 2024-07-27T18:24:26.035 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 620 (ObjNum 372 snap 106 seq_num 372) dirty exists 2024-07-27T18:24:26.068 INFO:tasks.rados.rados.0.smithi029.stdout:1267: expect (ObjNum 396 snap 110 seq_num 396) 2024-07-27T18:24:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:26 smithi179 ceph-mon[89801]: pgmap v115: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 259 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 98/507 objects degraded (19.329%) 2024-07-27T18:24:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:26 smithi179 ceph-mon[89801]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:24:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:26 smithi179 ceph-mon[89801]: osd.0 [v2:172.21.15.29:6802/3511870069,v1:172.21.15.29:6803/3511870069] boot 2024-07-27T18:24:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:26 smithi179 ceph-mon[89801]: osdmap e304: 8 total, 8 up, 8 in 2024-07-27T18:24:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:24:26.466 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:26 smithi029 ceph-mon[96870]: pgmap v115: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 259 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 98/507 objects degraded (19.329%) 2024-07-27T18:24:26.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:26 smithi029 ceph-mon[96870]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:24:26.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:26 smithi029 ceph-mon[96870]: osd.0 [v2:172.21.15.29:6802/3511870069,v1:172.21.15.29:6803/3511870069] boot 2024-07-27T18:24:26.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:26 smithi029 ceph-mon[96870]: osdmap e304: 8 total, 8 up, 8 in 2024-07-27T18:24:26.467 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:24:26.467 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:26 smithi029 ceph-mon[99353]: pgmap v115: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 259 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 98/507 objects degraded (19.329%) 2024-07-27T18:24:26.467 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:26 smithi029 ceph-mon[99353]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:24:26.467 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:26 smithi029 ceph-mon[99353]: osd.0 [v2:172.21.15.29:6802/3511870069,v1:172.21.15.29:6803/3511870069] boot 2024-07-27T18:24:26.467 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:26 smithi029 ceph-mon[99353]: osdmap e304: 8 total, 8 up, 8 in 2024-07-27T18:24:26.467 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-07-27T18:24:27.012 INFO:tasks.rados.rados.0.smithi029.stdout:1267: done (3 left) 2024-07-27T18:24:27.012 INFO:tasks.rados.rados.0.smithi029.stdout:1269: done (2 left) 2024-07-27T18:24:27.012 INFO:tasks.rados.rados.0.smithi029.stdout:1270: done (1 left) 2024-07-27T18:24:27.012 INFO:tasks.rados.rados.0.smithi029.stdout:1271: done (0 left) 2024-07-27T18:24:27.012 INFO:tasks.rados.rados.0.smithi029.stdout:1272: snap_remove snap 88 2024-07-27T18:24:27.175 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:27 smithi029 ceph-mon[96870]: osdmap e305: 8 total, 8 up, 8 in 2024-07-27T18:24:27.175 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:27 smithi029 ceph-mon[99353]: osdmap e305: 8 total, 8 up, 8 in 2024-07-27T18:24:27.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:27 smithi179 ceph-mon[89801]: osdmap e305: 8 total, 8 up, 8 in 2024-07-27T18:24:28.016 INFO:tasks.rados.rados.0.smithi029.stdout:1272: done (0 left) 2024-07-27T18:24:28.016 INFO:tasks.rados.rados.0.smithi029.stdout:1273: copy_from oid 33 from oid 1 current snap is 116 2024-07-27T18:24:28.016 INFO:tasks.rados.rados.0.smithi029.stdout:1274: read oid 46 snap -1 2024-07-27T18:24:28.016 INFO:tasks.rados.rados.0.smithi029.stdout:1274: expect (ObjNum 384 snap 109 seq_num 384) 2024-07-27T18:24:28.016 INFO:tasks.rados.rados.0.smithi029.stdout:1275: snap_remove snap 103 2024-07-27T18:24:28.160 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:28 smithi029 ceph-mon[96870]: pgmap v118: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 274 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 3.6 MiB/s wr, 8 op/s; 102/528 objects degraded (19.318%) 2024-07-27T18:24:28.160 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:28 smithi029 ceph-mon[96870]: Health check update: Degraded data redundancy: 102/528 objects degraded (19.318%), 16 pgs degraded (PG_DEGRADED) 2024-07-27T18:24:28.160 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:28 smithi029 ceph-mon[96870]: osdmap e306: 8 total, 8 up, 8 in 2024-07-27T18:24:28.160 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:28 smithi029 ceph-mon[99353]: pgmap v118: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 274 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 3.6 MiB/s wr, 8 op/s; 102/528 objects degraded (19.318%) 2024-07-27T18:24:28.160 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:28 smithi029 ceph-mon[99353]: Health check update: Degraded data redundancy: 102/528 objects degraded (19.318%), 16 pgs degraded (PG_DEGRADED) 2024-07-27T18:24:28.160 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:28 smithi029 ceph-mon[99353]: osdmap e306: 8 total, 8 up, 8 in 2024-07-27T18:24:28.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:28 smithi179 ceph-mon[89801]: pgmap v118: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 274 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 3.6 MiB/s wr, 8 op/s; 102/528 objects degraded (19.318%) 2024-07-27T18:24:28.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:28 smithi179 ceph-mon[89801]: Health check update: Degraded data redundancy: 102/528 objects degraded (19.318%), 16 pgs degraded (PG_DEGRADED) 2024-07-27T18:24:28.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:28 smithi179 ceph-mon[89801]: osdmap e306: 8 total, 8 up, 8 in 2024-07-27T18:24:28.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:24:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:24:28.330+0000 7fe44c0d1640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2024-07-27T18:24:29.018 INFO:tasks.rados.rados.0.smithi029.stdout:1275: done (2 left) 2024-07-27T18:24:29.019 INFO:tasks.rados.rados.0.smithi029.stdout:1276: snap_remove snap 113 2024-07-27T18:24:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: osdmap e307: 8 total, 8 up, 8 in 2024-07-27T18:24:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:24:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:24:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-07-27T18:24:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-07-27T18:24:29.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[96870]: Upgrade: unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2024-07-27T18:24:29.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: osdmap e307: 8 total, 8 up, 8 in 2024-07-27T18:24:29.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:29.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:29.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:29.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:24:29.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:29.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:24:29.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:29.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:29.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:29.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-07-27T18:24:29.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-07-27T18:24:29.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:29 smithi029 ceph-mon[99353]: Upgrade: unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2024-07-27T18:24:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: osdmap e307: 8 total, 8 up, 8 in 2024-07-27T18:24:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:24:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:24:29.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:29.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:29.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:29.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-07-27T18:24:29.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-07-27T18:24:29.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:29 smithi179 ceph-mon[89801]: Upgrade: unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2024-07-27T18:24:30.021 INFO:tasks.rados.rados.0.smithi029.stdout:1276: done (2 left) 2024-07-27T18:24:30.022 INFO:tasks.rados.rados.0.smithi029.stdout:1277: snap_create 2024-07-27T18:24:30.022 INFO:tasks.rados.rados.0.smithi029.stdout:1273: finishing copy_from racing read to smithi02985406-33 2024-07-27T18:24:30.022 INFO:tasks.rados.rados.0.smithi029.stdout:1273: finishing copy_from to smithi02985406-33 2024-07-27T18:24:30.022 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 608 (ObjNum 380 snap 108 seq_num 380) dirty exists 2024-07-27T18:24:30.022 INFO:tasks.rados.rados.0.smithi029.stdout:1274: expect (ObjNum 384 snap 109 seq_num 384) 2024-07-27T18:24:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:30 smithi179 ceph-mon[89801]: pgmap v121: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 274 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 3.6 MiB/s wr, 8 op/s; 102/528 objects degraded (19.318%) 2024-07-27T18:24:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:30 smithi179 ceph-mon[89801]: osdmap e308: 8 total, 8 up, 8 in 2024-07-27T18:24:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:30 smithi029 ceph-mon[96870]: pgmap v121: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 274 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 3.6 MiB/s wr, 8 op/s; 102/528 objects degraded (19.318%) 2024-07-27T18:24:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:30 smithi029 ceph-mon[96870]: osdmap e308: 8 total, 8 up, 8 in 2024-07-27T18:24:30.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:30 smithi029 ceph-mon[99353]: pgmap v121: 121 pgs: 37 active+undersized, 16 active+undersized+degraded, 68 active+clean; 274 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 3.6 MiB/s wr, 8 op/s; 102/528 objects degraded (19.318%) 2024-07-27T18:24:30.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:30 smithi029 ceph-mon[99353]: osdmap e308: 8 total, 8 up, 8 in 2024-07-27T18:24:31.021 INFO:tasks.rados.rados.0.smithi029.stdout:1273: done (2 left) 2024-07-27T18:24:31.021 INFO:tasks.rados.rados.0.smithi029.stdout:1274: done (1 left) 2024-07-27T18:24:31.022 INFO:tasks.rados.rados.0.smithi029.stdout:1277: done (0 left) 2024-07-27T18:24:31.022 INFO:tasks.rados.rados.0.smithi029.stdout:1278: rmattr oid 26 current snap is 117 2024-07-27T18:24:31.022 INFO:tasks.rados.rados.0.smithi029.stdout:1278: done (0 left) 2024-07-27T18:24:31.022 INFO:tasks.rados.rados.0.smithi029.stdout:1279: rmattr oid 47 current snap is 117 2024-07-27T18:24:31.022 INFO:tasks.rados.rados.0.smithi029.stdout:1279: done (0 left) 2024-07-27T18:24:31.022 INFO:tasks.rados.rados.0.smithi029.stdout:1280: rmattr oid 22 current snap is 117 2024-07-27T18:24:31.022 INFO:tasks.rados.rados.0.smithi029.stdout:1280: done (0 left) 2024-07-27T18:24:31.022 INFO:tasks.rados.rados.0.smithi029.stdout:1281: snap_remove snap 97 2024-07-27T18:24:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:31 smithi179 ceph-mon[89801]: osdmap e309: 8 total, 8 up, 8 in 2024-07-27T18:24:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:31 smithi179 ceph-mon[89801]: osdmap e310: 8 total, 8 up, 8 in 2024-07-27T18:24:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:31 smithi029 ceph-mon[96870]: osdmap e309: 8 total, 8 up, 8 in 2024-07-27T18:24:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:31 smithi029 ceph-mon[96870]: osdmap e310: 8 total, 8 up, 8 in 2024-07-27T18:24:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:31 smithi029 ceph-mon[99353]: osdmap e309: 8 total, 8 up, 8 in 2024-07-27T18:24:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:31 smithi029 ceph-mon[99353]: osdmap e310: 8 total, 8 up, 8 in 2024-07-27T18:24:31.940 INFO:tasks.rados.rados.0.smithi029.stdout:1281: done (0 left) 2024-07-27T18:24:31.940 INFO:tasks.rados.rados.0.smithi029.stdout:1282: delete oid 38 current snap is 117 2024-07-27T18:24:31.945 INFO:tasks.rados.rados.0.smithi029.stdout:1282: done (0 left) 2024-07-27T18:24:31.946 INFO:tasks.rados.rados.0.smithi029.stdout:1283: rollback oid 3 current snap is 117 2024-07-27T18:24:31.946 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 3 to 110 2024-07-27T18:24:31.946 INFO:tasks.rados.rados.0.smithi029.stdout:1284: setattr oid 37 current snap is 117 2024-07-27T18:24:31.949 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 117 2024-07-27T18:24:31.949 INFO:tasks.rados.rados.0.smithi029.stdout:1285: seq_num 405 ranges {5201920=786432,5988352=589824,6578176=614400} 2024-07-27T18:24:31.982 INFO:tasks.rados.rados.0.smithi029.stdout:1285: writing smithi02985406-18 from 5201920 to 5988352 tid 1 2024-07-27T18:24:31.985 INFO:tasks.rados.rados.0.smithi029.stdout:1285: writing smithi02985406-18 from 5988352 to 6578176 tid 2 2024-07-27T18:24:31.989 INFO:tasks.rados.rados.0.smithi029.stdout:1285: writing smithi02985406-18 from 6578176 to 7192576 tid 3 2024-07-27T18:24:31.989 INFO:tasks.rados.rados.0.smithi029.stdout:1286: snap_create 2024-07-27T18:24:31.989 INFO:tasks.rados.rados.0.smithi029.stdout:1283: finishing rollback tid 1 to smithi02985406-3 2024-07-27T18:24:31.989 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 383 (ObjNum 3329 snap 0 seq_num 368655920) dirty dne 2024-07-27T18:24:31.989 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 705 (ObjNum 129 snap 0 seq_num 368243824) dirty exists 2024-07-27T18:24:31.989 INFO:tasks.rados.rados.0.smithi029.stdout:1285: finishing write tid 1 to smithi02985406-18 2024-07-27T18:24:31.989 INFO:tasks.rados.rados.0.smithi029.stdout:1285: finishing write tid 2 to smithi02985406-18 2024-07-27T18:24:31.991 INFO:tasks.rados.rados.0.smithi029.stdout:1285: finishing write tid 3 to smithi02985406-18 2024-07-27T18:24:31.992 INFO:tasks.rados.rados.0.smithi029.stdout:1285: finishing write tid 4 to smithi02985406-18 2024-07-27T18:24:31.994 INFO:tasks.rados.rados.0.smithi029.stdout:1285: finishing write tid 5 to smithi02985406-18 2024-07-27T18:24:31.994 INFO:tasks.rados.rados.0.smithi029.stdout:1285: oid 18 updating version 0 to 827 2024-07-27T18:24:31.994 INFO:tasks.rados.rados.0.smithi029.stdout:1285: oid 18 updating version 827 to 829 2024-07-27T18:24:31.994 INFO:tasks.rados.rados.0.smithi029.stdout:1285: oid 18 updating version 829 to 830 2024-07-27T18:24:31.994 INFO:tasks.rados.rados.0.smithi029.stdout:1285: oid 18 version 830 is already newer than 828 2024-07-27T18:24:31.994 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 830 (ObjNum 405 snap 117 seq_num 405) dirty exists 2024-07-27T18:24:31.994 INFO:tasks.rados.rados.0.smithi029.stdout:1285: left oid 18 (ObjNum 405 snap 117 seq_num 405) 2024-07-27T18:24:32.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:32 smithi029 ceph-mon[96870]: pgmap v124: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.6 MiB/s wr, 4 op/s; 16 MiB/s, 3 objects/s recovering 2024-07-27T18:24:32.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:32 smithi029 ceph-mon[96870]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 102/528 objects degraded (19.318%), 16 pgs degraded) 2024-07-27T18:24:32.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:32 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:24:32.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:32 smithi029 ceph-mon[96870]: osdmap e311: 8 total, 8 up, 8 in 2024-07-27T18:24:32.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:32 smithi029 ceph-mon[99353]: pgmap v124: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.6 MiB/s wr, 4 op/s; 16 MiB/s, 3 objects/s recovering 2024-07-27T18:24:32.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:32 smithi029 ceph-mon[99353]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 102/528 objects degraded (19.318%), 16 pgs degraded) 2024-07-27T18:24:32.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:32 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:24:32.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:32 smithi029 ceph-mon[99353]: osdmap e311: 8 total, 8 up, 8 in 2024-07-27T18:24:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:32 smithi179 ceph-mon[89801]: pgmap v124: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.6 MiB/s wr, 4 op/s; 16 MiB/s, 3 objects/s recovering 2024-07-27T18:24:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:32 smithi179 ceph-mon[89801]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 102/528 objects degraded (19.318%), 16 pgs degraded) 2024-07-27T18:24:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:32 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:24:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:32 smithi179 ceph-mon[89801]: osdmap e311: 8 total, 8 up, 8 in 2024-07-27T18:24:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:24:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:24:32] "GET /metrics HTTP/1.1" 200 36211 "" "Prometheus/2.43.0" 2024-07-27T18:24:32.941 INFO:tasks.rados.rados.0.smithi029.stdout:1283: done (3 left) 2024-07-27T18:24:32.941 INFO:tasks.rados.rados.0.smithi029.stdout:1284: done (2 left) 2024-07-27T18:24:32.941 INFO:tasks.rados.rados.0.smithi029.stdout:1285: done (1 left) 2024-07-27T18:24:32.942 INFO:tasks.rados.rados.0.smithi029.stdout:1286: done (0 left) 2024-07-27T18:24:32.942 INFO:tasks.rados.rados.0.smithi029.stdout:1287: read oid 7 snap 112 2024-07-27T18:24:32.942 INFO:tasks.rados.rados.0.smithi029.stdout:1287: expect (ObjNum 324 snap 85 seq_num 324) 2024-07-27T18:24:32.942 INFO:tasks.rados.rados.0.smithi029.stdout:1288: copy_from oid 16 from oid 4 current snap is 118 2024-07-27T18:24:32.942 INFO:tasks.rados.rados.0.smithi029.stdout:1289: snap_remove snap 115 2024-07-27T18:24:33.944 INFO:tasks.rados.rados.0.smithi029.stdout:1289: done (2 left) 2024-07-27T18:24:33.945 INFO:tasks.rados.rados.0.smithi029.stdout:1290: snap_create 2024-07-27T18:24:33.945 INFO:tasks.rados.rados.0.smithi029.stdout:1287: expect (ObjNum 324 snap 85 seq_num 324) 2024-07-27T18:24:33.962 INFO:tasks.rados.rados.0.smithi029.stdout:1288: finishing copy_from racing read to smithi02985406-16 2024-07-27T18:24:33.962 INFO:tasks.rados.rados.0.smithi029.stdout:1288: finishing copy_from to smithi02985406-16 2024-07-27T18:24:33.962 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 495 (ObjNum 301 snap 77 seq_num 301) dirty exists 2024-07-27T18:24:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:33 smithi029 ceph-mon[96870]: pgmap v127: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.6 MiB/s wr, 4 op/s; 16 MiB/s, 3 objects/s recovering 2024-07-27T18:24:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:33 smithi029 ceph-mon[96870]: osdmap e312: 8 total, 8 up, 8 in 2024-07-27T18:24:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:33 smithi029 ceph-mon[99353]: pgmap v127: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.6 MiB/s wr, 4 op/s; 16 MiB/s, 3 objects/s recovering 2024-07-27T18:24:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:33 smithi029 ceph-mon[99353]: osdmap e312: 8 total, 8 up, 8 in 2024-07-27T18:24:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:33 smithi179 ceph-mon[89801]: pgmap v127: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.6 MiB/s wr, 4 op/s; 16 MiB/s, 3 objects/s recovering 2024-07-27T18:24:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:33 smithi179 ceph-mon[89801]: osdmap e312: 8 total, 8 up, 8 in 2024-07-27T18:24:34.946 INFO:tasks.rados.rados.0.smithi029.stdout:1287: done (2 left) 2024-07-27T18:24:34.946 INFO:tasks.rados.rados.0.smithi029.stdout:1288: done (1 left) 2024-07-27T18:24:34.946 INFO:tasks.rados.rados.0.smithi029.stdout:1290: done (0 left) 2024-07-27T18:24:34.946 INFO:tasks.rados.rados.0.smithi029.stdout:1291: read oid 11 snap -1 2024-07-27T18:24:34.946 INFO:tasks.rados.rados.0.smithi029.stdout:1291: expect (ObjNum 211 snap 55 seq_num 211) 2024-07-27T18:24:34.946 INFO:tasks.rados.rados.0.smithi029.stdout:1292: rmattr oid 1 current snap is 119 2024-07-27T18:24:34.946 INFO:tasks.rados.rados.0.smithi029.stdout:1292: done (1 left) 2024-07-27T18:24:34.947 INFO:tasks.rados.rados.0.smithi029.stdout:1293: read oid 7 snap 99 2024-07-27T18:24:34.947 INFO:tasks.rados.rados.0.smithi029.stdout:1293: expect (ObjNum 324 snap 85 seq_num 324) 2024-07-27T18:24:34.947 INFO:tasks.rados.rados.0.smithi029.stdout:1294: rollback oid 30 current snap is 119 2024-07-27T18:24:34.947 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 30 to 111 2024-07-27T18:24:34.947 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 119 2024-07-27T18:24:34.947 INFO:tasks.rados.rados.0.smithi029.stdout:1295: seq_num 406 ranges {10330112=802816,11132928=475136,11608064=499712,12107776=229376} 2024-07-27T18:24:35.007 INFO:tasks.rados.rados.0.smithi029.stdout:1295: writing smithi02985406-46 from 10330112 to 11132928 tid 1 2024-07-27T18:24:35.009 INFO:tasks.rados.rados.0.smithi029.stdout:1295: writing smithi02985406-46 from 11132928 to 11608064 tid 2 2024-07-27T18:24:35.012 INFO:tasks.rados.rados.0.smithi029.stdout:1295: writing smithi02985406-46 from 11608064 to 12107776 tid 3 2024-07-27T18:24:35.014 INFO:tasks.rados.rados.0.smithi029.stdout:1295: writing smithi02985406-46 from 12107776 to 12337152 tid 4 2024-07-27T18:24:35.014 INFO:tasks.rados.rados.0.smithi029.stdout:1296: snap_remove snap 114 2024-07-27T18:24:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:34 smithi029 ceph-mon[96870]: osdmap e313: 8 total, 8 up, 8 in 2024-07-27T18:24:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:34 smithi029 ceph-mon[96870]: osdmap e314: 8 total, 8 up, 8 in 2024-07-27T18:24:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:34 smithi029 ceph-mon[99353]: osdmap e313: 8 total, 8 up, 8 in 2024-07-27T18:24:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:34 smithi029 ceph-mon[99353]: osdmap e314: 8 total, 8 up, 8 in 2024-07-27T18:24:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:34 smithi179 ceph-mon[89801]: osdmap e313: 8 total, 8 up, 8 in 2024-07-27T18:24:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:34 smithi179 ceph-mon[89801]: osdmap e314: 8 total, 8 up, 8 in 2024-07-27T18:24:35.963 INFO:tasks.rados.rados.0.smithi029.stdout:1296: done (4 left) 2024-07-27T18:24:35.963 INFO:tasks.rados.rados.0.smithi029.stdout:1297: read oid 38 snap -1 2024-07-27T18:24:35.963 INFO:tasks.rados.rados.0.smithi029.stdout:1297: expect deleted 2024-07-27T18:24:35.963 INFO:tasks.rados.rados.0.smithi029.stdout:1298: delete oid 22 current snap is 119 2024-07-27T18:24:35.963 INFO:tasks.rados.rados.0.smithi029.stdout:1293: expect (ObjNum 324 snap 85 seq_num 324) 2024-07-27T18:24:35.984 INFO:tasks.rados.rados.0.smithi029.stdout:1294: finishing rollback tid 0 to smithi02985406-30 2024-07-27T18:24:35.984 INFO:tasks.rados.rados.0.smithi029.stdout:1294: finishing rollback tid 1 to smithi02985406-30 2024-07-27T18:24:35.984 INFO:tasks.rados.rados.0.smithi029.stdout:1294: finishing rollback tid 2 to smithi02985406-30 2024-07-27T18:24:35.984 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 257 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-07-27T18:24:35.984 INFO:tasks.rados.rados.0.smithi029.stdout:1293: done (5 left) 2024-07-27T18:24:35.984 INFO:tasks.rados.rados.0.smithi029.stdout:1294: done (4 left) 2024-07-27T18:24:35.984 INFO:tasks.rados.rados.0.smithi029.stdout:1298: done (3 left) 2024-07-27T18:24:35.984 INFO:tasks.rados.rados.0.smithi029.stdout:1299: rollback oid 29 current snap is 119 2024-07-27T18:24:35.985 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 29 to 99 2024-07-27T18:24:35.985 INFO:tasks.rados.rados.0.smithi029.stdout:1291: expect (ObjNum 211 snap 55 seq_num 211) 2024-07-27T18:24:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:35 smithi029 ceph-mon[96870]: pgmap v130: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:24:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:35 smithi029 ceph-mon[99353]: pgmap v130: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:24:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:35 smithi179 ceph-mon[89801]: pgmap v130: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:24:36.435 INFO:tasks.rados.rados.0.smithi029.stdout:1295: finishing write tid 1 to smithi02985406-46 2024-07-27T18:24:36.435 INFO:tasks.rados.rados.0.smithi029.stdout:1295: finishing write tid 2 to smithi02985406-46 2024-07-27T18:24:36.435 INFO:tasks.rados.rados.0.smithi029.stdout:1295: finishing write tid 3 to smithi02985406-46 2024-07-27T18:24:36.435 INFO:tasks.rados.rados.0.smithi029.stdout:1295: finishing write tid 4 to smithi02985406-46 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1295: finishing write tid 5 to smithi02985406-46 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1295: finishing write tid 6 to smithi02985406-46 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1295: oid 46 updating version 0 to 402 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1295: oid 46 updating version 402 to 404 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1295: oid 46 updating version 404 to 406 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1295: oid 46 version 406 is already newer than 405 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1295: oid 46 version 406 is already newer than 403 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 406 (ObjNum 406 snap 119 seq_num 406) dirty exists 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1295: left oid 46 (ObjNum 406 snap 119 seq_num 406) 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1299: finishing rollback tid 0 to smithi02985406-29 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1299: finishing rollback tid 1 to smithi02985406-29 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 610 (ObjNum 177 snap 0 seq_num 1) dirty dne 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1291: done (3 left) 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1295: done (2 left) 2024-07-27T18:24:36.436 INFO:tasks.rados.rados.0.smithi029.stdout:1297: done (1 left) 2024-07-27T18:24:36.437 INFO:tasks.rados.rados.0.smithi029.stdout:1299: done (0 left) 2024-07-27T18:24:36.437 INFO:tasks.rados.rados.0.smithi029.stdout:1300: rmattr oid 33 current snap is 119 2024-07-27T18:24:36.437 INFO:tasks.rados.rados.0.smithi029.stdout:1300: done (0 left) 2024-07-27T18:24:36.437 INFO:tasks.rados.rados.0.smithi029.stdout:1301: delete oid 13 current snap is 119 2024-07-27T18:24:36.437 INFO:tasks.rados.rados.0.smithi029.stdout:1301: done (0 left) 2024-07-27T18:24:36.438 INFO:tasks.rados.rados.0.smithi029.stdout:1302: read oid 26 snap -1 2024-07-27T18:24:36.438 INFO:tasks.rados.rados.0.smithi029.stdout:1302: expect (ObjNum 342 snap 91 seq_num 342) 2024-07-27T18:24:36.438 INFO:tasks.rados.rados.0.smithi029.stdout:1303: snap_create 2024-07-27T18:24:36.440 INFO:tasks.rados.rados.0.smithi029.stdout:1302: expect (ObjNum 342 snap 91 seq_num 342) 2024-07-27T18:24:36.941 INFO:tasks.rados.rados.0.smithi029.stdout:1302: done (1 left) 2024-07-27T18:24:36.942 INFO:tasks.rados.rados.0.smithi029.stdout:1303: done (0 left) 2024-07-27T18:24:36.942 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 120 2024-07-27T18:24:36.942 INFO:tasks.rados.rados.0.smithi029.stdout:1304: seq_num 409 ranges {0=458752,458752=532480,991232=720896,1712128=352256} 2024-07-27T18:24:36.943 INFO:tasks.rados.rados.0.smithi029.stdout:1304: writing smithi02985406-40 from 0 to 458752 tid 1 2024-07-27T18:24:36.946 INFO:tasks.rados.rados.0.smithi029.stdout:1304: writing smithi02985406-40 from 458752 to 991232 tid 2 2024-07-27T18:24:36.951 INFO:tasks.rados.rados.0.smithi029.stdout:1304: writing smithi02985406-40 from 991232 to 1712128 tid 3 2024-07-27T18:24:36.953 INFO:tasks.rados.rados.0.smithi029.stdout:1304: writing smithi02985406-40 from 1712128 to 2064384 tid 4 2024-07-27T18:24:36.954 INFO:tasks.rados.rados.0.smithi029.stdout:1305: delete oid 2 current snap is 120 2024-07-27T18:24:36.954 INFO:tasks.rados.rados.0.smithi029.stdout:1304: finishing write tid 1 to smithi02985406-40 2024-07-27T18:24:36.954 INFO:tasks.rados.rados.0.smithi029.stdout:1304: finishing write tid 2 to smithi02985406-40 2024-07-27T18:24:36.955 INFO:tasks.rados.rados.0.smithi029.stdout:1304: finishing write tid 3 to smithi02985406-40 2024-07-27T18:24:36.955 INFO:tasks.rados.rados.0.smithi029.stdout:1304: finishing write tid 4 to smithi02985406-40 2024-07-27T18:24:36.956 INFO:tasks.rados.rados.0.smithi029.stdout:1304: finishing write tid 5 to smithi02985406-40 2024-07-27T18:24:36.957 INFO:tasks.rados.rados.0.smithi029.stdout:1304: finishing write tid 6 to smithi02985406-40 2024-07-27T18:24:36.957 INFO:tasks.rados.rados.0.smithi029.stdout:1304: oid 40 updating version 0 to 394 2024-07-27T18:24:36.957 INFO:tasks.rados.rados.0.smithi029.stdout:1304: oid 40 updating version 394 to 397 2024-07-27T18:24:36.957 INFO:tasks.rados.rados.0.smithi029.stdout:1304: oid 40 updating version 397 to 398 2024-07-27T18:24:36.957 INFO:tasks.rados.rados.0.smithi029.stdout:1304: oid 40 version 398 is already newer than 395 2024-07-27T18:24:36.958 INFO:tasks.rados.rados.0.smithi029.stdout:1304: oid 40 version 398 is already newer than 396 2024-07-27T18:24:36.958 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 398 (ObjNum 409 snap 120 seq_num 409) dirty exists 2024-07-27T18:24:36.958 INFO:tasks.rados.rados.0.smithi029.stdout:1304: left oid 40 (ObjNum 409 snap 120 seq_num 409) 2024-07-27T18:24:36.959 INFO:tasks.rados.rados.0.smithi029.stdout:1304: done (1 left) 2024-07-27T18:24:36.959 INFO:tasks.rados.rados.0.smithi029.stdout:1305: done (0 left) 2024-07-27T18:24:36.959 INFO:tasks.rados.rados.0.smithi029.stdout:1306: snap_remove snap 110 2024-07-27T18:24:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:36 smithi029 ceph-mon[96870]: osdmap e315: 8 total, 8 up, 8 in 2024-07-27T18:24:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:36 smithi029 ceph-mon[96870]: osdmap e316: 8 total, 8 up, 8 in 2024-07-27T18:24:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:36 smithi029 ceph-mon[99353]: osdmap e315: 8 total, 8 up, 8 in 2024-07-27T18:24:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:36 smithi029 ceph-mon[99353]: osdmap e316: 8 total, 8 up, 8 in 2024-07-27T18:24:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:36 smithi179 ceph-mon[89801]: osdmap e315: 8 total, 8 up, 8 in 2024-07-27T18:24:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:36 smithi179 ceph-mon[89801]: osdmap e316: 8 total, 8 up, 8 in 2024-07-27T18:24:37.944 INFO:tasks.rados.rados.0.smithi029.stdout:1306: done (0 left) 2024-07-27T18:24:37.944 INFO:tasks.rados.rados.0.smithi029.stdout:1307: copy_from oid 18 from oid 9 current snap is 120 2024-07-27T18:24:37.944 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 120 2024-07-27T18:24:37.944 INFO:tasks.rados.rados.0.smithi029.stdout:1308: seq_num 411 ranges {4620288=491520,5111808=753664,5865472=688128,6553600=163840} 2024-07-27T18:24:37.972 INFO:tasks.rados.rados.0.smithi029.stdout:1308: writing smithi02985406-48 from 4620288 to 5111808 tid 1 2024-07-27T18:24:37.976 INFO:tasks.rados.rados.0.smithi029.stdout:1308: writing smithi02985406-48 from 5111808 to 5865472 tid 2 2024-07-27T18:24:37.980 INFO:tasks.rados.rados.0.smithi029.stdout:1308: writing smithi02985406-48 from 5865472 to 6553600 tid 3 2024-07-27T18:24:37.982 INFO:tasks.rados.rados.0.smithi029.stdout:1308: writing smithi02985406-48 from 6553600 to 6717440 tid 4 2024-07-27T18:24:37.982 INFO:tasks.rados.rados.0.smithi029.stdout:1309: delete oid 27 current snap is 120 2024-07-27T18:24:37.982 INFO:tasks.rados.rados.0.smithi029.stdout:1307: finishing copy_from to smithi02985406-18 2024-07-27T18:24:37.982 INFO:tasks.rados.rados.0.smithi029.stdout:1307: got expected ENOENT (src dne) 2024-07-27T18:24:37.982 INFO:tasks.rados.rados.0.smithi029.stdout:1307: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:24:37.982 INFO:tasks.rados.rados.0.smithi029.stdout:1308: finishing write tid 1 to smithi02985406-48 2024-07-27T18:24:37.982 INFO:tasks.rados.rados.0.smithi029.stdout:1308: finishing write tid 2 to smithi02985406-48 2024-07-27T18:24:37.984 INFO:tasks.rados.rados.0.smithi029.stdout:1308: finishing write tid 3 to smithi02985406-48 2024-07-27T18:24:37.984 INFO:tasks.rados.rados.0.smithi029.stdout:1308: finishing write tid 4 to smithi02985406-48 2024-07-27T18:24:37.985 INFO:tasks.rados.rados.0.smithi029.stdout:1308: finishing write tid 5 to smithi02985406-48 2024-07-27T18:24:37.987 INFO:tasks.rados.rados.0.smithi029.stdout:1308: finishing write tid 6 to smithi02985406-48 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:1308: oid 48 updating version 0 to 929 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:1308: oid 48 version 929 is already newer than 927 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:1308: oid 48 version 929 is already newer than 928 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:1308: oid 48 version 929 is already newer than 925 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:1308: oid 48 version 929 is already newer than 926 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 929 (ObjNum 411 snap 120 seq_num 411) dirty exists 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:1308: left oid 48 (ObjNum 411 snap 120 seq_num 411) 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:1307: done (2 left) 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:1308: done (1 left) 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:1309: done (0 left) 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:1310: read oid 32 snap 99 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:1310: expect (ObjNum 137 snap 30 seq_num 137) 2024-07-27T18:24:37.988 INFO:tasks.rados.rados.0.smithi029.stdout:1311: rollback oid 8 current snap is 120 2024-07-27T18:24:37.989 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 8 to 112 2024-07-27T18:24:37.989 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 120 2024-07-27T18:24:37.989 INFO:tasks.rados.rados.0.smithi029.stdout:1312: seq_num 413 ranges {2170880=524288,2695168=516096,3211264=696320,3907584=393216} 2024-07-27T18:24:38.002 INFO:tasks.rados.rados.0.smithi029.stdout:1312: writing smithi02985406-19 from 2170880 to 2695168 tid 1 2024-07-27T18:24:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:1312: writing smithi02985406-19 from 2695168 to 3211264 tid 2 2024-07-27T18:24:38.010 INFO:tasks.rados.rados.0.smithi029.stdout:1312: writing smithi02985406-19 from 3211264 to 3907584 tid 3 2024-07-27T18:24:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:1312: writing smithi02985406-19 from 3907584 to 4300800 tid 4 2024-07-27T18:24:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:1313: read oid 7 snap -1 2024-07-27T18:24:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:1313: expect (ObjNum 324 snap 85 seq_num 324) 2024-07-27T18:24:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:1314: snap_create 2024-07-27T18:24:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:1311: finishing rollback tid 0 to smithi02985406-8 2024-07-27T18:24:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:1311: finishing rollback tid 1 to smithi02985406-8 2024-07-27T18:24:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:1311: finishing rollback tid 2 to smithi02985406-8 2024-07-27T18:24:38.014 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 840 (ObjNum 276 snap 71 seq_num 276) dirty exists 2024-07-27T18:24:38.014 INFO:tasks.rados.rados.0.smithi029.stdout:1310: expect (ObjNum 137 snap 30 seq_num 137) 2024-07-27T18:24:38.102 INFO:tasks.rados.rados.0.smithi029.stdout:1312: finishing write tid 1 to smithi02985406-19 2024-07-27T18:24:38.102 INFO:tasks.rados.rados.0.smithi029.stdout:1312: finishing write tid 2 to smithi02985406-19 2024-07-27T18:24:38.102 INFO:tasks.rados.rados.0.smithi029.stdout:1312: finishing write tid 3 to smithi02985406-19 2024-07-27T18:24:38.102 INFO:tasks.rados.rados.0.smithi029.stdout:1312: finishing write tid 4 to smithi02985406-19 2024-07-27T18:24:38.102 INFO:tasks.rados.rados.0.smithi029.stdout:1312: finishing write tid 5 to smithi02985406-19 2024-07-27T18:24:38.102 INFO:tasks.rados.rados.0.smithi029.stdout:1313: expect (ObjNum 324 snap 85 seq_num 324) 2024-07-27T18:24:38.119 INFO:tasks.rados.rados.0.smithi029.stdout:1312: finishing write tid 6 to smithi02985406-19 2024-07-27T18:24:38.119 INFO:tasks.rados.rados.0.smithi029.stdout:1312: oid 19 updating version 0 to 617 2024-07-27T18:24:38.120 INFO:tasks.rados.rados.0.smithi029.stdout:1312: oid 19 version 617 is already newer than 616 2024-07-27T18:24:38.120 INFO:tasks.rados.rados.0.smithi029.stdout:1312: oid 19 version 617 is already newer than 613 2024-07-27T18:24:38.120 INFO:tasks.rados.rados.0.smithi029.stdout:1312: oid 19 version 617 is already newer than 615 2024-07-27T18:24:38.120 INFO:tasks.rados.rados.0.smithi029.stdout:1312: oid 19 version 617 is already newer than 614 2024-07-27T18:24:38.120 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 617 (ObjNum 413 snap 120 seq_num 413) dirty exists 2024-07-27T18:24:38.120 INFO:tasks.rados.rados.0.smithi029.stdout:1312: left oid 19 (ObjNum 413 snap 120 seq_num 413) 2024-07-27T18:24:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:37 smithi029 ceph-mon[96870]: pgmap v133: 121 pgs: 121 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 469 KiB/s rd, 1.5 MiB/s wr, 7 op/s 2024-07-27T18:24:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:37 smithi029 ceph-mon[96870]: osdmap e317: 8 total, 8 up, 8 in 2024-07-27T18:24:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:37 smithi029 ceph-mon[99353]: pgmap v133: 121 pgs: 121 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 469 KiB/s rd, 1.5 MiB/s wr, 7 op/s 2024-07-27T18:24:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:37 smithi029 ceph-mon[99353]: osdmap e317: 8 total, 8 up, 8 in 2024-07-27T18:24:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:37 smithi179 ceph-mon[89801]: pgmap v133: 121 pgs: 121 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 469 KiB/s rd, 1.5 MiB/s wr, 7 op/s 2024-07-27T18:24:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:37 smithi179 ceph-mon[89801]: osdmap e317: 8 total, 8 up, 8 in 2024-07-27T18:24:38.971 INFO:tasks.rados.rados.0.smithi029.stdout:1310: done (4 left) 2024-07-27T18:24:38.971 INFO:tasks.rados.rados.0.smithi029.stdout:1311: done (3 left) 2024-07-27T18:24:38.971 INFO:tasks.rados.rados.0.smithi029.stdout:1312: done (2 left) 2024-07-27T18:24:38.971 INFO:tasks.rados.rados.0.smithi029.stdout:1313: done (1 left) 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1314: done (0 left) 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1315: read oid 40 snap -1 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1315: expect (ObjNum 409 snap 120 seq_num 409) 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1316: copy_from oid 21 from oid 22 current snap is 121 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1317: read oid 9 snap -1 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1317: expect deleted 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1318: rollback oid 10 current snap is 121 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 10 to 120 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1319: rmattr oid 42 current snap is 121 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1320: read oid 31 snap -1 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1320: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1321: rmattr oid 46 current snap is 121 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1321: done (6 left) 2024-07-27T18:24:38.972 INFO:tasks.rados.rados.0.smithi029.stdout:1322: rmattr oid 8 current snap is 121 2024-07-27T18:24:38.973 INFO:tasks.rados.rados.0.smithi029.stdout:1322: done (6 left) 2024-07-27T18:24:38.973 INFO:tasks.rados.rados.0.smithi029.stdout:1323: copy_from oid 19 from oid 25 current snap is 121 2024-07-27T18:24:38.973 INFO:tasks.rados.rados.0.smithi029.stdout:1324: snap_create 2024-07-27T18:24:38.975 INFO:tasks.rados.rados.0.smithi029.stdout:1316: finishing copy_from to smithi02985406-21 2024-07-27T18:24:38.975 INFO:tasks.rados.rados.0.smithi029.stdout:1316: got expected ENOENT (src dne) 2024-07-27T18:24:38.975 INFO:tasks.rados.rados.0.smithi029.stdout:1316: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:24:38.978 INFO:tasks.rados.rados.0.smithi029.stdout:1318: finishing rollback tid 0 to smithi02985406-10 2024-07-27T18:24:38.979 INFO:tasks.rados.rados.0.smithi029.stdout:1318: finishing rollback tid 1 to smithi02985406-10 2024-07-27T18:24:38.979 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 496 (ObjNum 272 snap 70 seq_num 272) dirty exists 2024-07-27T18:24:38.980 INFO:tasks.rados.rados.0.smithi029.stdout:1318: finishing rollback tid 2 to smithi02985406-10 2024-07-27T18:24:38.980 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 715 (ObjNum 274 snap 70 seq_num 274) dirty exists 2024-07-27T18:24:38.984 INFO:tasks.rados.rados.0.smithi029.stdout:1323: finishing copy_from racing read to smithi02985406-19 2024-07-27T18:24:38.984 INFO:tasks.rados.rados.0.smithi029.stdout:1323: finishing copy_from to smithi02985406-19 2024-07-27T18:24:38.984 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 609 (ObjNum 307 snap 80 seq_num 307) dirty exists 2024-07-27T18:24:38.984 INFO:tasks.rados.rados.0.smithi029.stdout:1315: expect (ObjNum 409 snap 120 seq_num 409) 2024-07-27T18:24:39.038 INFO:tasks.rados.rados.0.smithi029.stdout:1320: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:24:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:39 smithi179 ceph-mon[89801]: pgmap v136: 121 pgs: 121 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 469 KiB/s rd, 1.5 MiB/s wr, 7 op/s 2024-07-27T18:24:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:24:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:39 smithi179 ceph-mon[89801]: osdmap e318: 8 total, 8 up, 8 in 2024-07-27T18:24:39.973 INFO:tasks.rados.rados.0.smithi029.stdout:1315: done (7 left) 2024-07-27T18:24:39.973 INFO:tasks.rados.rados.0.smithi029.stdout:1316: done (6 left) 2024-07-27T18:24:39.973 INFO:tasks.rados.rados.0.smithi029.stdout:1317: done (5 left) 2024-07-27T18:24:39.973 INFO:tasks.rados.rados.0.smithi029.stdout:1318: done (4 left) 2024-07-27T18:24:39.973 INFO:tasks.rados.rados.0.smithi029.stdout:1319: done (3 left) 2024-07-27T18:24:39.973 INFO:tasks.rados.rados.0.smithi029.stdout:1320: done (2 left) 2024-07-27T18:24:39.973 INFO:tasks.rados.rados.0.smithi029.stdout:1323: done (1 left) 2024-07-27T18:24:39.973 INFO:tasks.rados.rados.0.smithi029.stdout:1324: done (0 left) 2024-07-27T18:24:39.973 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 122 2024-07-27T18:24:39.973 INFO:tasks.rados.rados.0.smithi029.stdout:1325: seq_num 414 ranges {950272=540672,1490944=802816,2293760=458752,2752512=344064} 2024-07-27T18:24:39.981 INFO:tasks.rados.rados.0.smithi029.stdout:1325: writing smithi02985406-28 from 950272 to 1490944 tid 1 2024-07-27T18:24:39.985 INFO:tasks.rados.rados.0.smithi029.stdout:1325: writing smithi02985406-28 from 1490944 to 2293760 tid 2 2024-07-27T18:24:39.988 INFO:tasks.rados.rados.0.smithi029.stdout:1325: writing smithi02985406-28 from 2293760 to 2752512 tid 3 2024-07-27T18:24:39.990 INFO:tasks.rados.rados.0.smithi029.stdout:1325: writing smithi02985406-28 from 2752512 to 3096576 tid 4 2024-07-27T18:24:39.990 INFO:tasks.rados.rados.0.smithi029.stdout:1326: rmattr oid 39 current snap is 122 2024-07-27T18:24:39.991 INFO:tasks.rados.rados.0.smithi029.stdout:1326: done (1 left) 2024-07-27T18:24:39.991 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 122 2024-07-27T18:24:39.991 INFO:tasks.rados.rados.0.smithi029.stdout:1325: finishing write tid 1 to smithi02985406-28 2024-07-27T18:24:39.991 INFO:tasks.rados.rados.0.smithi029.stdout:1327: seq_num 415 ranges {8331264=557056,8888320=688128,9576448=663552,10240000=253952} 2024-07-27T18:24:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:39 smithi029 ceph-mon[96870]: pgmap v136: 121 pgs: 121 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 469 KiB/s rd, 1.5 MiB/s wr, 7 op/s 2024-07-27T18:24:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:24:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:39 smithi029 ceph-mon[96870]: osdmap e318: 8 total, 8 up, 8 in 2024-07-27T18:24:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:39 smithi029 ceph-mon[99353]: pgmap v136: 121 pgs: 121 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 469 KiB/s rd, 1.5 MiB/s wr, 7 op/s 2024-07-27T18:24:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:24:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:39 smithi029 ceph-mon[99353]: osdmap e318: 8 total, 8 up, 8 in 2024-07-27T18:24:40.039 INFO:tasks.rados.rados.0.smithi029.stdout:1327: writing smithi02985406-34 from 8331264 to 8888320 tid 1 2024-07-27T18:24:40.043 INFO:tasks.rados.rados.0.smithi029.stdout:1327: writing smithi02985406-34 from 8888320 to 9576448 tid 2 2024-07-27T18:24:40.047 INFO:tasks.rados.rados.0.smithi029.stdout:1327: writing smithi02985406-34 from 9576448 to 10240000 tid 3 2024-07-27T18:24:40.049 INFO:tasks.rados.rados.0.smithi029.stdout:1327: writing smithi02985406-34 from 10240000 to 10493952 tid 4 2024-07-27T18:24:40.050 INFO:tasks.rados.rados.0.smithi029.stdout:1328: copy_from oid 3 from oid 13 current snap is 122 2024-07-27T18:24:40.050 INFO:tasks.rados.rados.0.smithi029.stdout:1325: finishing write tid 2 to smithi02985406-28 2024-07-27T18:24:40.050 INFO:tasks.rados.rados.0.smithi029.stdout:1325: finishing write tid 3 to smithi02985406-28 2024-07-27T18:24:40.050 INFO:tasks.rados.rados.0.smithi029.stdout:1325: finishing write tid 4 to smithi02985406-28 2024-07-27T18:24:40.050 INFO:tasks.rados.rados.0.smithi029.stdout:1325: finishing write tid 5 to smithi02985406-28 2024-07-27T18:24:40.050 INFO:tasks.rados.rados.0.smithi029.stdout:1325: finishing write tid 6 to smithi02985406-28 2024-07-27T18:24:40.050 INFO:tasks.rados.rados.0.smithi029.stdout:1325: oid 28 updating version 0 to 846 2024-07-27T18:24:40.050 INFO:tasks.rados.rados.0.smithi029.stdout:1325: oid 28 version 846 is already newer than 845 2024-07-27T18:24:40.050 INFO:tasks.rados.rados.0.smithi029.stdout:1325: oid 28 version 846 is already newer than 843 2024-07-27T18:24:40.050 INFO:tasks.rados.rados.0.smithi029.stdout:1325: oid 28 version 846 is already newer than 844 2024-07-27T18:24:40.050 INFO:tasks.rados.rados.0.smithi029.stdout:1325: oid 28 version 846 is already newer than 842 2024-07-27T18:24:40.050 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 846 (ObjNum 414 snap 122 seq_num 414) dirty exists 2024-07-27T18:24:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:1325: left oid 28 (ObjNum 414 snap 122 seq_num 414) 2024-07-27T18:24:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:1327: finishing write tid 1 to smithi02985406-34 2024-07-27T18:24:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:1327: finishing write tid 2 to smithi02985406-34 2024-07-27T18:24:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:1325: done (2 left) 2024-07-27T18:24:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:1329: copy_from oid 5 from oid 45 current snap is 122 2024-07-27T18:24:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:1330: snap_create 2024-07-27T18:24:40.052 INFO:tasks.rados.rados.0.smithi029.stdout:1328: finishing copy_from to smithi02985406-3 2024-07-27T18:24:40.052 INFO:tasks.rados.rados.0.smithi029.stdout:1328: got expected ENOENT (src dne) 2024-07-27T18:24:40.052 INFO:tasks.rados.rados.0.smithi029.stdout:1328: finishing copy_from racing read to smithi02985406-3 2024-07-27T18:24:40.052 INFO:tasks.rados.rados.0.smithi029.stdout:1327: finishing write tid 3 to smithi02985406-34 2024-07-27T18:24:40.052 INFO:tasks.rados.rados.0.smithi029.stdout:1327: finishing write tid 4 to smithi02985406-34 2024-07-27T18:24:40.052 INFO:tasks.rados.rados.0.smithi029.stdout:1327: finishing write tid 5 to smithi02985406-34 2024-07-27T18:24:40.053 INFO:tasks.rados.rados.0.smithi029.stdout:1327: finishing write tid 6 to smithi02985406-34 2024-07-27T18:24:40.053 INFO:tasks.rados.rados.0.smithi029.stdout:1327: oid 34 updating version 0 to 620 2024-07-27T18:24:40.053 INFO:tasks.rados.rados.0.smithi029.stdout:1327: oid 34 version 620 is already newer than 618 2024-07-27T18:24:40.053 INFO:tasks.rados.rados.0.smithi029.stdout:1327: oid 34 updating version 620 to 622 2024-07-27T18:24:40.053 INFO:tasks.rados.rados.0.smithi029.stdout:1327: oid 34 version 622 is already newer than 619 2024-07-27T18:24:40.054 INFO:tasks.rados.rados.0.smithi029.stdout:1327: oid 34 version 622 is already newer than 621 2024-07-27T18:24:40.054 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 622 (ObjNum 415 snap 122 seq_num 415) dirty exists 2024-07-27T18:24:40.054 INFO:tasks.rados.rados.0.smithi029.stdout:1327: left oid 34 (ObjNum 415 snap 122 seq_num 415) 2024-07-27T18:24:40.057 INFO:tasks.rados.rados.0.smithi029.stdout:1329: finishing copy_from racing read to smithi02985406-5 2024-07-27T18:24:40.058 INFO:tasks.rados.rados.0.smithi029.stdout:1329: finishing copy_from to smithi02985406-5 2024-07-27T18:24:40.058 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 564 (ObjNum 360 snap 100 seq_num 360) dirty exists 2024-07-27T18:24:40.986 INFO:tasks.rados.rados.0.smithi029.stdout:1327: done (3 left) 2024-07-27T18:24:40.986 INFO:tasks.rados.rados.0.smithi029.stdout:1328: done (2 left) 2024-07-27T18:24:40.986 INFO:tasks.rados.rados.0.smithi029.stdout:1329: done (1 left) 2024-07-27T18:24:40.986 INFO:tasks.rados.rados.0.smithi029.stdout:1330: done (0 left) 2024-07-27T18:24:40.986 INFO:tasks.rados.rados.0.smithi029.stdout:1331: snap_create 2024-07-27T18:24:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:40 smithi029 ceph-mon[96870]: osdmap e319: 8 total, 8 up, 8 in 2024-07-27T18:24:41.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:40 smithi029 ceph-mon[99353]: osdmap e319: 8 total, 8 up, 8 in 2024-07-27T18:24:41.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:40 smithi179 ceph-mon[89801]: osdmap e319: 8 total, 8 up, 8 in 2024-07-27T18:24:41.943 INFO:tasks.rados.rados.0.smithi029.stdout:1331: done (0 left) 2024-07-27T18:24:41.943 INFO:tasks.rados.rados.0.smithi029.stdout:1332: snap_remove snap 121 2024-07-27T18:24:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:41 smithi029 ceph-mon[96870]: pgmap v139: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 2.1 MiB/s wr, 19 op/s 2024-07-27T18:24:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:41 smithi029 ceph-mon[96870]: mgrmap e44: y(active, since 92s), standbys: x 2024-07-27T18:24:42.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:41 smithi029 ceph-mon[96870]: osdmap e320: 8 total, 8 up, 8 in 2024-07-27T18:24:42.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:41 smithi029 ceph-mon[96870]: osdmap e321: 8 total, 8 up, 8 in 2024-07-27T18:24:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:41 smithi029 ceph-mon[99353]: pgmap v139: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 2.1 MiB/s wr, 19 op/s 2024-07-27T18:24:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:41 smithi029 ceph-mon[99353]: mgrmap e44: y(active, since 92s), standbys: x 2024-07-27T18:24:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:41 smithi029 ceph-mon[99353]: osdmap e320: 8 total, 8 up, 8 in 2024-07-27T18:24:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:41 smithi029 ceph-mon[99353]: osdmap e321: 8 total, 8 up, 8 in 2024-07-27T18:24:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:41 smithi179 ceph-mon[89801]: pgmap v139: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 2.1 MiB/s wr, 19 op/s 2024-07-27T18:24:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:41 smithi179 ceph-mon[89801]: mgrmap e44: y(active, since 92s), standbys: x 2024-07-27T18:24:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:41 smithi179 ceph-mon[89801]: osdmap e320: 8 total, 8 up, 8 in 2024-07-27T18:24:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:41 smithi179 ceph-mon[89801]: osdmap e321: 8 total, 8 up, 8 in 2024-07-27T18:24:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:24:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:24:42] "GET /metrics HTTP/1.1" 200 36213 "" "Prometheus/2.43.0" 2024-07-27T18:24:42.944 INFO:tasks.rados.rados.0.smithi029.stdout:1332: done (0 left) 2024-07-27T18:24:42.944 INFO:tasks.rados.rados.0.smithi029.stdout:1333: rollback oid 5 current snap is 124 2024-07-27T18:24:42.945 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 5 to 118 2024-07-27T18:24:42.945 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 29 current snap is 124 2024-07-27T18:24:42.945 INFO:tasks.rados.rados.0.smithi029.stdout:1334: seq_num 416 ranges {0=573440,573440=573440,1146880=475136,1622016=557056} 2024-07-27T18:24:42.948 INFO:tasks.rados.rados.0.smithi029.stdout:1334: writing smithi02985406-29 from 0 to 573440 tid 1 2024-07-27T18:24:42.951 INFO:tasks.rados.rados.0.smithi029.stdout:1334: writing smithi02985406-29 from 573440 to 1146880 tid 2 2024-07-27T18:24:42.954 INFO:tasks.rados.rados.0.smithi029.stdout:1334: writing smithi02985406-29 from 1146880 to 1622016 tid 3 2024-07-27T18:24:42.958 INFO:tasks.rados.rados.0.smithi029.stdout:1334: writing smithi02985406-29 from 1622016 to 2179072 tid 4 2024-07-27T18:24:42.958 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 124 2024-07-27T18:24:42.958 INFO:tasks.rados.rados.0.smithi029.stdout:1333: finishing rollback tid 0 to smithi02985406-5 2024-07-27T18:24:42.959 INFO:tasks.rados.rados.0.smithi029.stdout:1333: finishing rollback tid 1 to smithi02985406-5 2024-07-27T18:24:42.959 INFO:tasks.rados.rados.0.smithi029.stdout:1335: seq_num 417 ranges {8691712=589824,9281536=458752,9740288=679936,10420224=466944} 2024-07-27T18:24:43.009 INFO:tasks.rados.rados.0.smithi029.stdout:1335: writing smithi02985406-10 from 8691712 to 9281536 tid 1 2024-07-27T18:24:43.012 INFO:tasks.rados.rados.0.smithi029.stdout:1335: writing smithi02985406-10 from 9281536 to 9740288 tid 2 2024-07-27T18:24:43.016 INFO:tasks.rados.rados.0.smithi029.stdout:1335: writing smithi02985406-10 from 9740288 to 10420224 tid 3 2024-07-27T18:24:43.019 INFO:tasks.rados.rados.0.smithi029.stdout:1335: writing smithi02985406-10 from 10420224 to 10887168 tid 4 2024-07-27T18:24:43.019 INFO:tasks.rados.rados.0.smithi029.stdout:1336: delete oid 26 current snap is 124 2024-07-27T18:24:43.019 INFO:tasks.rados.rados.0.smithi029.stdout:1333: finishing rollback tid 2 to smithi02985406-5 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 939 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1334: finishing write tid 1 to smithi02985406-29 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1334: finishing write tid 2 to smithi02985406-29 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1334: finishing write tid 3 to smithi02985406-29 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1334: finishing write tid 4 to smithi02985406-29 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1334: finishing write tid 5 to smithi02985406-29 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1334: finishing write tid 6 to smithi02985406-29 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1334: oid 29 updating version 0 to 612 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1334: oid 29 updating version 612 to 614 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1334: oid 29 updating version 614 to 615 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1334: oid 29 version 615 is already newer than 613 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1334: oid 29 version 615 is already newer than 611 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 615 (ObjNum 416 snap 124 seq_num 416) dirty exists 2024-07-27T18:24:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1334: left oid 29 (ObjNum 416 snap 124 seq_num 416) 2024-07-27T18:24:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1335: finishing write tid 1 to smithi02985406-10 2024-07-27T18:24:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1335: finishing write tid 2 to smithi02985406-10 2024-07-27T18:24:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1335: finishing write tid 3 to smithi02985406-10 2024-07-27T18:24:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1333: done (3 left) 2024-07-27T18:24:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1334: done (2 left) 2024-07-27T18:24:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1336: done (1 left) 2024-07-27T18:24:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1337: read oid 39 snap -1 2024-07-27T18:24:43.022 INFO:tasks.rados.rados.0.smithi029.stdout:1337: expect deleted 2024-07-27T18:24:43.022 INFO:tasks.rados.rados.0.smithi029.stdout:1338: snap_remove snap 122 2024-07-27T18:24:43.985 INFO:tasks.rados.rados.0.smithi029.stdout:1338: done (2 left) 2024-07-27T18:24:43.985 INFO:tasks.rados.rados.0.smithi029.stdout:1339: snap_remove snap 112 2024-07-27T18:24:44.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:43 smithi029 ceph-mon[96870]: pgmap v142: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 2.1 MiB/s wr, 19 op/s 2024-07-27T18:24:44.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:43 smithi029 ceph-mon[96870]: osdmap e322: 8 total, 8 up, 8 in 2024-07-27T18:24:44.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-07-27T18:24:44.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:43 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-07-27T18:24:44.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:43 smithi029 ceph-mon[96870]: Upgrade: osd.1 is safe to restart 2024-07-27T18:24:44.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:43 smithi029 ceph-mon[99353]: pgmap v142: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 2.1 MiB/s wr, 19 op/s 2024-07-27T18:24:44.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:43 smithi029 ceph-mon[99353]: osdmap e322: 8 total, 8 up, 8 in 2024-07-27T18:24:44.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-07-27T18:24:44.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:43 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-07-27T18:24:44.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:43 smithi029 ceph-mon[99353]: Upgrade: osd.1 is safe to restart 2024-07-27T18:24:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:43 smithi179 ceph-mon[89801]: pgmap v142: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 2.1 MiB/s wr, 19 op/s 2024-07-27T18:24:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:43 smithi179 ceph-mon[89801]: osdmap e322: 8 total, 8 up, 8 in 2024-07-27T18:24:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-07-27T18:24:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:43 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-07-27T18:24:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:43 smithi179 ceph-mon[89801]: Upgrade: osd.1 is safe to restart 2024-07-27T18:24:44.989 INFO:tasks.rados.rados.0.smithi029.stdout:1339: done (2 left) 2024-07-27T18:24:44.989 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 124 2024-07-27T18:24:44.989 INFO:tasks.rados.rados.0.smithi029.stdout:1340: seq_num 419 ranges {3317760=622592,3940352=671744,4612096=647168,5259264=286720} 2024-07-27T18:24:45.012 INFO:tasks.rados.rados.0.smithi029.stdout:1340: writing smithi02985406-47 from 3317760 to 3940352 tid 1 2024-07-27T18:24:45.016 INFO:tasks.rados.rados.0.smithi029.stdout:1340: writing smithi02985406-47 from 3940352 to 4612096 tid 2 2024-07-27T18:24:45.020 INFO:tasks.rados.rados.0.smithi029.stdout:1340: writing smithi02985406-47 from 4612096 to 5259264 tid 3 2024-07-27T18:24:45.022 INFO:tasks.rados.rados.0.smithi029.stdout:1340: writing smithi02985406-47 from 5259264 to 5545984 tid 4 2024-07-27T18:24:45.022 INFO:tasks.rados.rados.0.smithi029.stdout:1341: copy_from oid 46 from oid 44 current snap is 124 2024-07-27T18:24:45.022 INFO:tasks.rados.rados.0.smithi029.stdout:1335: finishing write tid 4 to smithi02985406-10 2024-07-27T18:24:45.022 INFO:tasks.rados.rados.0.smithi029.stdout:1335: finishing write tid 5 to smithi02985406-10 2024-07-27T18:24:45.022 INFO:tasks.rados.rados.0.smithi029.stdout:1335: finishing write tid 6 to smithi02985406-10 2024-07-27T18:24:45.022 INFO:tasks.rados.rados.0.smithi029.stdout:1335: oid 10 updating version 0 to 717 2024-07-27T18:24:45.022 INFO:tasks.rados.rados.0.smithi029.stdout:1335: oid 10 updating version 717 to 719 2024-07-27T18:24:45.023 INFO:tasks.rados.rados.0.smithi029.stdout:1335: oid 10 updating version 719 to 721 2024-07-27T18:24:45.023 INFO:tasks.rados.rados.0.smithi029.stdout:1335: oid 10 version 721 is already newer than 718 2024-07-27T18:24:45.023 INFO:tasks.rados.rados.0.smithi029.stdout:1335: oid 10 version 721 is already newer than 720 2024-07-27T18:24:45.023 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 721 (ObjNum 417 snap 124 seq_num 417) dirty exists 2024-07-27T18:24:45.023 INFO:tasks.rados.rados.0.smithi029.stdout:1335: left oid 10 (ObjNum 417 snap 124 seq_num 417) 2024-07-27T18:24:45.023 INFO:tasks.rados.rados.0.smithi029.stdout:1340: finishing write tid 1 to smithi02985406-47 2024-07-27T18:24:45.023 INFO:tasks.rados.rados.0.smithi029.stdout:1340: finishing write tid 2 to smithi02985406-47 2024-07-27T18:24:45.023 INFO:tasks.rados.rados.0.smithi029.stdout:1335: done (3 left) 2024-07-27T18:24:45.023 INFO:tasks.rados.rados.0.smithi029.stdout:1337: done (2 left) 2024-07-27T18:24:45.023 INFO:tasks.rados.rados.0.smithi029.stdout:1342: snap_create 2024-07-27T18:24:45.024 INFO:tasks.rados.rados.0.smithi029.stdout:1340: finishing write tid 3 to smithi02985406-47 2024-07-27T18:24:45.025 INFO:tasks.rados.rados.0.smithi029.stdout:1340: finishing write tid 4 to smithi02985406-47 2024-07-27T18:24:45.025 INFO:tasks.rados.rados.0.smithi029.stdout:1340: finishing write tid 5 to smithi02985406-47 2024-07-27T18:24:45.026 INFO:tasks.rados.rados.0.smithi029.stdout:1340: finishing write tid 6 to smithi02985406-47 2024-07-27T18:24:45.026 INFO:tasks.rados.rados.0.smithi029.stdout:1340: oid 47 updating version 0 to 860 2024-07-27T18:24:45.026 INFO:tasks.rados.rados.0.smithi029.stdout:1340: oid 47 version 860 is already newer than 859 2024-07-27T18:24:45.026 INFO:tasks.rados.rados.0.smithi029.stdout:1340: oid 47 version 860 is already newer than 858 2024-07-27T18:24:45.026 INFO:tasks.rados.rados.0.smithi029.stdout:1340: oid 47 version 860 is already newer than 857 2024-07-27T18:24:45.026 INFO:tasks.rados.rados.0.smithi029.stdout:1340: oid 47 version 860 is already newer than 856 2024-07-27T18:24:45.026 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 860 (ObjNum 419 snap 124 seq_num 419) dirty exists 2024-07-27T18:24:45.026 INFO:tasks.rados.rados.0.smithi029.stdout:1340: left oid 47 (ObjNum 419 snap 124 seq_num 419) 2024-07-27T18:24:45.034 INFO:tasks.rados.rados.0.smithi029.stdout:1341: finishing copy_from racing read to smithi02985406-46 2024-07-27T18:24:45.036 INFO:tasks.rados.rados.0.smithi029.stdout:1341: finishing copy_from to smithi02985406-46 2024-07-27T18:24:45.036 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 598 (ObjNum 370 snap 104 seq_num 370) dirty exists 2024-07-27T18:24:45.219 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:44 smithi029 ceph-mon[96870]: osdmap e323: 8 total, 8 up, 8 in 2024-07-27T18:24:45.219 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:44 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:45.219 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-07-27T18:24:45.219 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:45.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:44 smithi029 ceph-mon[99353]: osdmap e323: 8 total, 8 up, 8 in 2024-07-27T18:24:45.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:44 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:45.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-07-27T18:24:45.220 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:44 smithi179 ceph-mon[89801]: osdmap e323: 8 total, 8 up, 8 in 2024-07-27T18:24:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:44 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-07-27T18:24:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:24:45.993 INFO:tasks.rados.rados.0.smithi029.stdout:1340: done (2 left) 2024-07-27T18:24:45.993 INFO:tasks.rados.rados.0.smithi029.stdout:1341: done (1 left) 2024-07-27T18:24:45.994 INFO:tasks.rados.rados.0.smithi029.stdout:1342: done (0 left) 2024-07-27T18:24:45.994 INFO:tasks.rados.rados.0.smithi029.stdout:1343: delete oid 3 current snap is 125 2024-07-27T18:24:45.995 INFO:tasks.rados.rados.0.smithi029.stdout:1343: done (0 left) 2024-07-27T18:24:45.995 INFO:tasks.rados.rados.0.smithi029.stdout:1344: read oid 6 snap -1 2024-07-27T18:24:45.995 INFO:tasks.rados.rados.0.smithi029.stdout:1344: expect (ObjNum 371 snap 106 seq_num 371) 2024-07-27T18:24:45.996 INFO:tasks.rados.rados.0.smithi029.stdout:1345: setattr oid 7 current snap is 125 2024-07-27T18:24:45.997 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 125 2024-07-27T18:24:45.997 INFO:tasks.rados.rados.0.smithi029.stdout:1346: seq_num 421 ranges {4169728=655360,4825088=442368,5267456=663552,5931008=499712} 2024-07-27T18:24:46.024 INFO:tasks.rados.rados.0.smithi029.stdout:1346: writing smithi02985406-16 from 4169728 to 4825088 tid 1 2024-07-27T18:24:46.027 INFO:tasks.rados.rados.0.smithi029.stdout:1346: writing smithi02985406-16 from 4825088 to 5267456 tid 2 2024-07-27T18:24:46.031 INFO:tasks.rados.rados.0.smithi029.stdout:1346: writing smithi02985406-16 from 5267456 to 5931008 tid 3 2024-07-27T18:24:46.034 INFO:tasks.rados.rados.0.smithi029.stdout:1346: writing smithi02985406-16 from 5931008 to 6430720 tid 4 2024-07-27T18:24:46.035 INFO:tasks.rados.rados.0.smithi029.stdout:1347: read oid 2 snap -1 2024-07-27T18:24:46.035 INFO:tasks.rados.rados.0.smithi029.stdout:1347: expect deleted 2024-07-27T18:24:46.035 INFO:tasks.rados.rados.0.smithi029.stdout:1348: delete oid 39 current snap is 125 2024-07-27T18:24:46.035 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 953 (ObjNum 324 snap 85 seq_num 324) dirty exists 2024-07-27T18:24:46.035 INFO:tasks.rados.rados.0.smithi029.stdout:1346: finishing write tid 1 to smithi02985406-16 2024-07-27T18:24:46.035 INFO:tasks.rados.rados.0.smithi029.stdout:1346: finishing write tid 2 to smithi02985406-16 2024-07-27T18:24:46.035 INFO:tasks.rados.rados.0.smithi029.stdout:1344: expect (ObjNum 371 snap 106 seq_num 371) 2024-07-27T18:24:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:45 smithi029 ceph-mon[96870]: pgmap v145: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:24:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:45 smithi029 ceph-mon[96870]: Upgrade: Updating osd.1 2024-07-27T18:24:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:45 smithi029 ceph-mon[96870]: Deploying daemon osd.1 on smithi029 2024-07-27T18:24:46.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:45 smithi029 ceph-mon[96870]: osdmap e324: 8 total, 8 up, 8 in 2024-07-27T18:24:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:45 smithi029 ceph-mon[99353]: pgmap v145: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:24:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:45 smithi029 ceph-mon[99353]: Upgrade: Updating osd.1 2024-07-27T18:24:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:45 smithi029 ceph-mon[99353]: Deploying daemon osd.1 on smithi029 2024-07-27T18:24:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:45 smithi029 ceph-mon[99353]: osdmap e324: 8 total, 8 up, 8 in 2024-07-27T18:24:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:45 smithi179 ceph-mon[89801]: pgmap v145: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:24:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:45 smithi179 ceph-mon[89801]: Upgrade: Updating osd.1 2024-07-27T18:24:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:45 smithi179 ceph-mon[89801]: Deploying daemon osd.1 on smithi029 2024-07-27T18:24:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:45 smithi179 ceph-mon[89801]: osdmap e324: 8 total, 8 up, 8 in 2024-07-27T18:24:46.574 INFO:tasks.rados.rados.0.smithi029.stdout:1346: finishing write tid 3 to smithi02985406-16 2024-07-27T18:24:46.575 INFO:tasks.rados.rados.0.smithi029.stdout:1346: finishing write tid 4 to smithi02985406-16 2024-07-27T18:24:46.575 INFO:tasks.rados.rados.0.smithi029.stdout:1346: finishing write tid 5 to smithi02985406-16 2024-07-27T18:24:46.575 INFO:tasks.rados.rados.0.smithi029.stdout:1346: finishing write tid 6 to smithi02985406-16 2024-07-27T18:24:46.575 INFO:tasks.rados.rados.0.smithi029.stdout:1346: oid 16 updating version 0 to 497 2024-07-27T18:24:46.575 INFO:tasks.rados.rados.0.smithi029.stdout:1346: oid 16 updating version 497 to 501 2024-07-27T18:24:46.575 INFO:tasks.rados.rados.0.smithi029.stdout:1346: oid 16 version 501 is already newer than 499 2024-07-27T18:24:46.575 INFO:tasks.rados.rados.0.smithi029.stdout:1346: oid 16 version 501 is already newer than 500 2024-07-27T18:24:46.575 INFO:tasks.rados.rados.0.smithi029.stdout:1346: oid 16 version 501 is already newer than 498 2024-07-27T18:24:46.575 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 501 (ObjNum 421 snap 125 seq_num 421) dirty exists 2024-07-27T18:24:46.575 INFO:tasks.rados.rados.0.smithi029.stdout:1346: left oid 16 (ObjNum 421 snap 125 seq_num 421) 2024-07-27T18:24:46.575 INFO:tasks.rados.rados.0.smithi029.stdout:1344: done (4 left) 2024-07-27T18:24:46.575 INFO:tasks.rados.rados.0.smithi029.stdout:1345: done (3 left) 2024-07-27T18:24:46.576 INFO:tasks.rados.rados.0.smithi029.stdout:1346: done (2 left) 2024-07-27T18:24:46.576 INFO:tasks.rados.rados.0.smithi029.stdout:1347: done (1 left) 2024-07-27T18:24:46.576 INFO:tasks.rados.rados.0.smithi029.stdout:1348: done (0 left) 2024-07-27T18:24:46.576 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 125 2024-07-27T18:24:46.576 INFO:tasks.rados.rados.0.smithi029.stdout:1349: seq_num 423 ranges {10887168=688128,11575296=614400,12189696=622592,12812288=368640} 2024-07-27T18:24:46.637 INFO:tasks.rados.rados.0.smithi029.stdout:1349: writing smithi02985406-10 from 10887168 to 11575296 tid 1 2024-07-27T18:24:46.640 INFO:tasks.rados.rados.0.smithi029.stdout:1349: writing smithi02985406-10 from 11575296 to 12189696 tid 2 2024-07-27T18:24:46.644 INFO:tasks.rados.rados.0.smithi029.stdout:1349: writing smithi02985406-10 from 12189696 to 12812288 tid 3 2024-07-27T18:24:46.646 INFO:tasks.rados.rados.0.smithi029.stdout:1349: writing smithi02985406-10 from 12812288 to 13180928 tid 4 2024-07-27T18:24:46.646 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 30 current snap is 125 2024-07-27T18:24:46.647 INFO:tasks.rados.rados.0.smithi029.stdout:1349: finishing write tid 1 to smithi02985406-10 2024-07-27T18:24:46.647 INFO:tasks.rados.rados.0.smithi029.stdout:1349: finishing write tid 2 to smithi02985406-10 2024-07-27T18:24:46.647 INFO:tasks.rados.rados.0.smithi029.stdout:1350: seq_num 424 ranges {303104=704512,1007616=491520,1499136=434176,1933312=679936} 2024-07-27T18:24:46.652 INFO:tasks.rados.rados.0.smithi029.stdout:1350: writing smithi02985406-30 from 303104 to 1007616 tid 1 2024-07-27T18:24:46.655 INFO:tasks.rados.rados.0.smithi029.stdout:1350: writing smithi02985406-30 from 1007616 to 1499136 tid 2 2024-07-27T18:24:46.657 INFO:tasks.rados.rados.0.smithi029.stdout:1350: writing smithi02985406-30 from 1499136 to 1933312 tid 3 2024-07-27T18:24:46.662 INFO:tasks.rados.rados.0.smithi029.stdout:1350: writing smithi02985406-30 from 1933312 to 2613248 tid 4 2024-07-27T18:24:46.662 INFO:tasks.rados.rados.0.smithi029.stdout:1351: read oid 25 snap -1 2024-07-27T18:24:46.662 INFO:tasks.rados.rados.0.smithi029.stdout:1351: expect (ObjNum 307 snap 80 seq_num 307) 2024-07-27T18:24:46.662 INFO:tasks.rados.rados.0.smithi029.stdout:1352: read oid 46 snap -1 2024-07-27T18:24:46.662 INFO:tasks.rados.rados.0.smithi029.stdout:1352: expect (ObjNum 370 snap 104 seq_num 370) 2024-07-27T18:24:46.662 INFO:tasks.rados.rados.0.smithi029.stdout:1353: snap_remove snap 99 2024-07-27T18:24:46.998 INFO:tasks.rados.rados.0.smithi029.stdout:1353: done (4 left) 2024-07-27T18:24:46.998 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 125 2024-07-27T18:24:46.998 INFO:tasks.rados.rados.0.smithi029.stdout:1349: finishing write tid 3 to smithi02985406-10 2024-07-27T18:24:46.998 INFO:tasks.rados.rados.0.smithi029.stdout:1354: seq_num 425 ranges {0=720896,720896=778240,1499136=638976,2138112=188416} 2024-07-27T18:24:47.003 INFO:tasks.rados.rados.0.smithi029.stdout:1354: writing smithi02985406-9 from 0 to 720896 tid 1 2024-07-27T18:24:47.009 INFO:tasks.rados.rados.0.smithi029.stdout:1354: writing smithi02985406-9 from 720896 to 1499136 tid 2 2024-07-27T18:24:47.013 INFO:tasks.rados.rados.0.smithi029.stdout:1354: writing smithi02985406-9 from 1499136 to 2138112 tid 3 2024-07-27T18:24:47.015 INFO:tasks.rados.rados.0.smithi029.stdout:1354: writing smithi02985406-9 from 2138112 to 2326528 tid 4 2024-07-27T18:24:47.016 INFO:tasks.rados.rados.0.smithi029.stdout:1355: snap_create 2024-07-27T18:24:47.016 INFO:tasks.rados.rados.0.smithi029.stdout:1349: finishing write tid 4 to smithi02985406-10 2024-07-27T18:24:47.016 INFO:tasks.rados.rados.0.smithi029.stdout:1349: finishing write tid 5 to smithi02985406-10 2024-07-27T18:24:47.016 INFO:tasks.rados.rados.0.smithi029.stdout:1349: finishing write tid 6 to smithi02985406-10 2024-07-27T18:24:47.016 INFO:tasks.rados.rados.0.smithi029.stdout:1349: oid 10 updating version 0 to 729 2024-07-27T18:24:47.016 INFO:tasks.rados.rados.0.smithi029.stdout:1349: oid 10 version 729 is already newer than 727 2024-07-27T18:24:47.016 INFO:tasks.rados.rados.0.smithi029.stdout:1349: oid 10 updating version 729 to 730 2024-07-27T18:24:47.016 INFO:tasks.rados.rados.0.smithi029.stdout:1349: oid 10 version 730 is already newer than 728 2024-07-27T18:24:47.016 INFO:tasks.rados.rados.0.smithi029.stdout:1349: oid 10 updating version 730 to 731 2024-07-27T18:24:47.016 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 731 (ObjNum 423 snap 125 seq_num 423) dirty exists 2024-07-27T18:24:47.017 INFO:tasks.rados.rados.0.smithi029.stdout:1349: left oid 10 (ObjNum 423 snap 125 seq_num 423) 2024-07-27T18:24:47.017 INFO:tasks.rados.rados.0.smithi029.stdout:1350: finishing write tid 1 to smithi02985406-30 2024-07-27T18:24:47.017 INFO:tasks.rados.rados.0.smithi029.stdout:1350: finishing write tid 2 to smithi02985406-30 2024-07-27T18:24:47.017 INFO:tasks.rados.rados.0.smithi029.stdout:1350: finishing write tid 3 to smithi02985406-30 2024-07-27T18:24:47.017 INFO:tasks.rados.rados.0.smithi029.stdout:1350: finishing write tid 4 to smithi02985406-30 2024-07-27T18:24:47.017 INFO:tasks.rados.rados.0.smithi029.stdout:1350: finishing write tid 5 to smithi02985406-30 2024-07-27T18:24:47.017 INFO:tasks.rados.rados.0.smithi029.stdout:1351: expect (ObjNum 307 snap 80 seq_num 307) 2024-07-27T18:24:47.030 INFO:tasks.rados.rados.0.smithi029.stdout:1350: finishing write tid 6 to smithi02985406-30 2024-07-27T18:24:47.030 INFO:tasks.rados.rados.0.smithi029.stdout:1350: oid 30 updating version 0 to 269 2024-07-27T18:24:47.030 INFO:tasks.rados.rados.0.smithi029.stdout:1350: oid 30 updating version 269 to 271 2024-07-27T18:24:47.030 INFO:tasks.rados.rados.0.smithi029.stdout:1350: oid 30 updating version 271 to 272 2024-07-27T18:24:47.031 INFO:tasks.rados.rados.0.smithi029.stdout:1350: oid 30 updating version 272 to 273 2024-07-27T18:24:47.031 INFO:tasks.rados.rados.0.smithi029.stdout:1350: oid 30 version 273 is already newer than 270 2024-07-27T18:24:47.031 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 273 (ObjNum 424 snap 125 seq_num 424) dirty exists 2024-07-27T18:24:47.031 INFO:tasks.rados.rados.0.smithi029.stdout:1350: left oid 30 (ObjNum 424 snap 125 seq_num 424) 2024-07-27T18:24:47.031 INFO:tasks.rados.rados.0.smithi029.stdout:1352: expect (ObjNum 370 snap 104 seq_num 370) 2024-07-27T18:24:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:1354: finishing write tid 1 to smithi02985406-9 2024-07-27T18:24:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:1354: finishing write tid 2 to smithi02985406-9 2024-07-27T18:24:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:1354: finishing write tid 3 to smithi02985406-9 2024-07-27T18:24:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:1354: finishing write tid 4 to smithi02985406-9 2024-07-27T18:24:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:1354: finishing write tid 5 to smithi02985406-9 2024-07-27T18:24:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:1354: finishing write tid 6 to smithi02985406-9 2024-07-27T18:24:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:1354: oid 9 updating version 0 to 872 2024-07-27T18:24:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:1354: oid 9 updating version 872 to 873 2024-07-27T18:24:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:1354: oid 9 version 873 is already newer than 871 2024-07-27T18:24:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:1354: oid 9 version 873 is already newer than 870 2024-07-27T18:24:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:1354: oid 9 version 873 is already newer than 865 2024-07-27T18:24:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 873 (ObjNum 425 snap 125 seq_num 425) dirty exists 2024-07-27T18:24:47.121 INFO:tasks.rados.rados.0.smithi029.stdout:1354: left oid 9 (ObjNum 425 snap 125 seq_num 425) 2024-07-27T18:24:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:46 smithi029 ceph-mon[96870]: osdmap e325: 8 total, 8 up, 8 in 2024-07-27T18:24:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:46 smithi029 ceph-mon[99353]: osdmap e325: 8 total, 8 up, 8 in 2024-07-27T18:24:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:46 smithi179 ceph-mon[89801]: osdmap e325: 8 total, 8 up, 8 in 2024-07-27T18:24:48.003 INFO:tasks.rados.rados.0.smithi029.stdout:1349: done (5 left) 2024-07-27T18:24:48.003 INFO:tasks.rados.rados.0.smithi029.stdout:1350: done (4 left) 2024-07-27T18:24:48.003 INFO:tasks.rados.rados.0.smithi029.stdout:1351: done (3 left) 2024-07-27T18:24:48.003 INFO:tasks.rados.rados.0.smithi029.stdout:1352: done (2 left) 2024-07-27T18:24:48.004 INFO:tasks.rados.rados.0.smithi029.stdout:1354: done (1 left) 2024-07-27T18:24:48.004 INFO:tasks.rados.rados.0.smithi029.stdout:1355: done (0 left) 2024-07-27T18:24:48.004 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 126 2024-07-27T18:24:48.004 INFO:tasks.rados.rados.0.smithi029.stdout:1356: seq_num 426 ranges {10493952=737280,11231232=712704,11943936=802816,12746752=90112} 2024-07-27T18:24:48.064 INFO:tasks.rados.rados.0.smithi029.stdout:1356: writing smithi02985406-34 from 10493952 to 11231232 tid 1 2024-07-27T18:24:48.068 INFO:tasks.rados.rados.0.smithi029.stdout:1356: writing smithi02985406-34 from 11231232 to 11943936 tid 2 2024-07-27T18:24:48.073 INFO:tasks.rados.rados.0.smithi029.stdout:1356: writing smithi02985406-34 from 11943936 to 12746752 tid 3 2024-07-27T18:24:48.074 INFO:tasks.rados.rados.0.smithi029.stdout:1356: writing smithi02985406-34 from 12746752 to 12836864 tid 4 2024-07-27T18:24:48.075 INFO:tasks.rados.rados.0.smithi029.stdout:1357: read oid 37 snap -1 2024-07-27T18:24:48.075 INFO:tasks.rados.rados.0.smithi029.stdout:1357: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:24:48.075 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 126 2024-07-27T18:24:48.075 INFO:tasks.rados.rados.0.smithi029.stdout:1356: finishing write tid 1 to smithi02985406-34 2024-07-27T18:24:48.075 INFO:tasks.rados.rados.0.smithi029.stdout:1356: finishing write tid 2 to smithi02985406-34 2024-07-27T18:24:48.075 INFO:tasks.rados.rados.0.smithi029.stdout:1358: seq_num 427 ranges {0=761856,761856=598016,1359872=606208,1966080=401408} 2024-07-27T18:24:48.079 INFO:tasks.rados.rados.0.smithi029.stdout:1358: writing smithi02985406-13 from 0 to 761856 tid 1 2024-07-27T18:24:48.082 INFO:tasks.rados.rados.0.smithi029.stdout:1358: writing smithi02985406-13 from 761856 to 1359872 tid 2 2024-07-27T18:24:48.086 INFO:tasks.rados.rados.0.smithi029.stdout:1358: writing smithi02985406-13 from 1359872 to 1966080 tid 3 2024-07-27T18:24:48.088 INFO:tasks.rados.rados.0.smithi029.stdout:1358: writing smithi02985406-13 from 1966080 to 2367488 tid 4 2024-07-27T18:24:48.088 INFO:tasks.rados.rados.0.smithi029.stdout:1359: copy_from oid 44 from oid 28 current snap is 126 2024-07-27T18:24:48.088 INFO:tasks.rados.rados.0.smithi029.stdout:1357: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:24:48.091 INFO:tasks.rados.rados.0.smithi029.stdout:1356: finishing write tid 3 to smithi02985406-34 2024-07-27T18:24:48.092 INFO:tasks.rados.rados.0.smithi029.stdout:1356: finishing write tid 4 to smithi02985406-34 2024-07-27T18:24:48.092 INFO:tasks.rados.rados.0.smithi029.stdout:1356: finishing write tid 5 to smithi02985406-34 2024-07-27T18:24:48.092 INFO:tasks.rados.rados.0.smithi029.stdout:1356: finishing write tid 6 to smithi02985406-34 2024-07-27T18:24:48.092 INFO:tasks.rados.rados.0.smithi029.stdout:1356: oid 34 updating version 0 to 624 2024-07-27T18:24:48.092 INFO:tasks.rados.rados.0.smithi029.stdout:1356: oid 34 updating version 624 to 626 2024-07-27T18:24:48.092 INFO:tasks.rados.rados.0.smithi029.stdout:1356: oid 34 version 626 is already newer than 625 2024-07-27T18:24:48.092 INFO:tasks.rados.rados.0.smithi029.stdout:1356: oid 34 version 626 is already newer than 623 2024-07-27T18:24:48.092 INFO:tasks.rados.rados.0.smithi029.stdout:1356: oid 34 updating version 626 to 627 2024-07-27T18:24:48.092 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 627 (ObjNum 426 snap 126 seq_num 426) dirty exists 2024-07-27T18:24:48.092 INFO:tasks.rados.rados.0.smithi029.stdout:1356: left oid 34 (ObjNum 426 snap 126 seq_num 426) 2024-07-27T18:24:48.092 INFO:tasks.rados.rados.0.smithi029.stdout:1358: finishing write tid 1 to smithi02985406-13 2024-07-27T18:24:48.092 INFO:tasks.rados.rados.0.smithi029.stdout:1358: finishing write tid 2 to smithi02985406-13 2024-07-27T18:24:48.093 INFO:tasks.rados.rados.0.smithi029.stdout:1358: finishing write tid 3 to smithi02985406-13 2024-07-27T18:24:48.093 INFO:tasks.rados.rados.0.smithi029.stdout:1356: done (3 left) 2024-07-27T18:24:48.093 INFO:tasks.rados.rados.0.smithi029.stdout:1357: done (2 left) 2024-07-27T18:24:48.093 INFO:tasks.rados.rados.0.smithi029.stdout:1360: snap_create 2024-07-27T18:24:48.093 INFO:tasks.rados.rados.0.smithi029.stdout:1358: finishing write tid 4 to smithi02985406-13 2024-07-27T18:24:48.093 INFO:tasks.rados.rados.0.smithi029.stdout:1358: finishing write tid 5 to smithi02985406-13 2024-07-27T18:24:48.094 INFO:tasks.rados.rados.0.smithi029.stdout:1358: finishing write tid 6 to smithi02985406-13 2024-07-27T18:24:48.094 INFO:tasks.rados.rados.0.smithi029.stdout:1358: oid 13 updating version 0 to 967 2024-07-27T18:24:48.094 INFO:tasks.rados.rados.0.smithi029.stdout:1358: oid 13 updating version 967 to 968 2024-07-27T18:24:48.094 INFO:tasks.rados.rados.0.smithi029.stdout:1358: oid 13 version 968 is already newer than 966 2024-07-27T18:24:48.094 INFO:tasks.rados.rados.0.smithi029.stdout:1358: oid 13 updating version 968 to 969 2024-07-27T18:24:48.094 INFO:tasks.rados.rados.0.smithi029.stdout:1358: oid 13 updating version 969 to 970 2024-07-27T18:24:48.094 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 970 (ObjNum 427 snap 126 seq_num 427) dirty exists 2024-07-27T18:24:48.095 INFO:tasks.rados.rados.0.smithi029.stdout:1358: left oid 13 (ObjNum 427 snap 126 seq_num 427) 2024-07-27T18:24:48.106 INFO:tasks.rados.rados.0.smithi029.stdout:1359: finishing copy_from racing read to smithi02985406-44 2024-07-27T18:24:48.107 INFO:tasks.rados.rados.0.smithi029.stdout:1359: finishing copy_from to smithi02985406-44 2024-07-27T18:24:48.107 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 846 (ObjNum 414 snap 122 seq_num 414) dirty exists 2024-07-27T18:24:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:47 smithi029 ceph-mon[96870]: pgmap v148: 121 pgs: 121 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 2.4 MiB/s wr, 7 op/s 2024-07-27T18:24:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:47 smithi029 ceph-mon[96870]: osdmap e326: 8 total, 8 up, 8 in 2024-07-27T18:24:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:47 smithi029 ceph-mon[99353]: pgmap v148: 121 pgs: 121 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 2.4 MiB/s wr, 7 op/s 2024-07-27T18:24:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:47 smithi029 ceph-mon[99353]: osdmap e326: 8 total, 8 up, 8 in 2024-07-27T18:24:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:47 smithi179 ceph-mon[89801]: pgmap v148: 121 pgs: 121 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 2.4 MiB/s wr, 7 op/s 2024-07-27T18:24:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:47 smithi179 ceph-mon[89801]: osdmap e326: 8 total, 8 up, 8 in 2024-07-27T18:24:48.752 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:48 smithi029 systemd[1]: Stopping Ceph osd.1 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:24:48.893 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:24:49.009 INFO:tasks.rados.rados.0.smithi029.stdout:1358: done (2 left) 2024-07-27T18:24:49.009 INFO:tasks.rados.rados.0.smithi029.stdout:1359: done (1 left) 2024-07-27T18:24:49.009 INFO:tasks.rados.rados.0.smithi029.stdout:1360: done (0 left) 2024-07-27T18:24:49.009 INFO:tasks.rados.rados.0.smithi029.stdout:1361: delete oid 25 current snap is 127 2024-07-27T18:24:49.022 INFO:tasks.rados.rados.0.smithi029.stdout:1361: done (0 left) 2024-07-27T18:24:49.022 INFO:tasks.rados.rados.0.smithi029.stdout:1362: delete oid 12 current snap is 127 2024-07-27T18:24:49.024 INFO:tasks.rados.rados.0.smithi029.stdout:1362: done (0 left) 2024-07-27T18:24:49.024 INFO:tasks.rados.rados.0.smithi029.stdout:1363: rollback oid 34 current snap is 127 2024-07-27T18:24:49.025 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 34 to 123 2024-07-27T18:24:49.025 INFO:tasks.rados.rados.0.smithi029.stdout:1364: snap_remove snap 119 2024-07-27T18:24:49.183 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:24:49.183 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (5m) 25s ago 6m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:24:49.183 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (6m) 67s ago 6m 91.6M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:24:49.183 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (8m) 25s ago 8m 16.4M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:24:49.183 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (8m) 67s ago 8m 21.3M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:24:49.184 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (2m) 67s ago 11m 439M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:24:49.184 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (2m) 25s ago 13m 508M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:24:49.184 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (107s) 25s ago 13m 46.2M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:24:49.184 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (72s) 67s ago 12m 22.1M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:24:49.184 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (85s) 25s ago 12m 39.3M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:24:49.184 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (6m) 25s ago 6m 16.1M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:24:49.184 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (6m) 67s ago 6m 15.4M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:24:49.184 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (29s) 25s ago 11m 11.7M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d f8777ac80a25 2024-07-27T18:24:49.184 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (11m) 25s ago 11m 177M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 ec6c64b26d24 2024-07-27T18:24:49.184 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (10m) 25s ago 10m 181M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 84c890d6b0b2 2024-07-27T18:24:49.184 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (10m) 25s ago 10m 103M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 0e2db681e2f2 2024-07-27T18:24:49.185 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (9m) 67s ago 9m 147M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 9431ed9c63c6 2024-07-27T18:24:49.185 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (9m) 67s ago 9m 166M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:24:49.185 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (9m) 67s ago 9m 114M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:24:49.185 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (8m) 67s ago 8m 152M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:24:49.185 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (2m) 67s ago 7m 50.4M - 2.43.0 a07b618ecd1d 14077408bc57 2024-07-27T18:24:49.185 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:49 smithi029 ceph-mon[96870]: osdmap e327: 8 total, 8 up, 8 in 2024-07-27T18:24:49.185 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:49 smithi029 ceph-mon[96870]: osd.1 marked itself down and dead 2024-07-27T18:24:49.186 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:49 smithi029 ceph-mon[99353]: osdmap e327: 8 total, 8 up, 8 in 2024-07-27T18:24:49.186 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:49 smithi029 ceph-mon[99353]: osd.1 marked itself down and dead 2024-07-27T18:24:49.186 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:48 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1[51070]: 2024-07-27T18:24:48.765+0000 7fb986d89640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:24:49.186 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:48 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1[51070]: 2024-07-27T18:24:48.765+0000 7fb986d89640 -1 osd.1 327 *** Got signal Terminated *** 2024-07-27T18:24:49.186 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:48 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1[51070]: 2024-07-27T18:24:48.765+0000 7fb986d89640 -1 osd.1 327 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T18:24:49.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:49 smithi179 ceph-mon[89801]: osdmap e327: 8 total, 8 up, 8 in 2024-07-27T18:24:49.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:49 smithi179 ceph-mon[89801]: osd.1 marked itself down and dead 2024-07-27T18:24:49.530 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:24:49.531 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:24:49.531 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:24:49.531 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:24:49.531 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:24:49.531 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:24:49.531 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:24:49.531 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:24:49.531 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 6, 2024-07-27T18:24:49.531 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 1 2024-07-27T18:24:49.531 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:24:49.531 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:24:49.532 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:24:49.532 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:24:49.532 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:24:49.532 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8, 2024-07-27T18:24:49.532 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 6 2024-07-27T18:24:49.532 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:24:49.532 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:24:49.844 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:49 smithi029 podman[109640]: 2024-07-27 18:24:49.558076192 +0000 UTC m=+0.911521582 container died ec6c64b26d24d71b404255a52cfe01d243e0e45d2df754b1fa3f5a97e490995b (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-a3bbd72, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:24:50.017 INFO:tasks.rados.rados.0.smithi029.stdout:1364: done (1 left) 2024-07-27T18:24:50.017 INFO:tasks.rados.rados.0.smithi029.stdout:1365: copy_from oid 15 from oid 41 current snap is 127 2024-07-27T18:24:50.017 INFO:tasks.rados.rados.0.smithi029.stdout:1366: rollback oid 40 current snap is 127 2024-07-27T18:24:50.018 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 40 to 120 2024-07-27T18:24:50.018 INFO:tasks.rados.rados.0.smithi029.stdout:1367: rollback oid 13 current snap is 127 2024-07-27T18:24:50.018 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 123 2024-07-27T18:24:50.018 INFO:tasks.rados.rados.0.smithi029.stdout:1368: snap_remove snap 118 2024-07-27T18:24:50.204 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:49 smithi029 podman[109640]: 2024-07-27 18:24:49.942169112 +0000 UTC m=+1.295614502 container cleanup ec6c64b26d24d71b404255a52cfe01d243e0e45d2df754b1fa3f5a97e490995b (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, GIT_CLEAN=True, RELEASE=reef-a3bbd72, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-07-27T18:24:50.204 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:49 smithi029 bash[109640]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1 2024-07-27T18:24:50.205 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:50 smithi029 ceph-mon[96870]: pgmap v151: 121 pgs: 121 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 2.4 MiB/s wr, 7 op/s 2024-07-27T18:24:50.205 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:50 smithi029 ceph-mon[96870]: from='client.44150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:24:50.205 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:50 smithi029 ceph-mon[96870]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:24:50.205 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:50 smithi029 ceph-mon[96870]: osdmap e328: 8 total, 7 up, 8 in 2024-07-27T18:24:50.205 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:50 smithi029 ceph-mon[96870]: from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:24:50.205 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:50 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3844330043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:50.205 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:50 smithi029 ceph-mon[99353]: pgmap v151: 121 pgs: 121 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 2.4 MiB/s wr, 7 op/s 2024-07-27T18:24:50.206 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:50 smithi029 ceph-mon[99353]: from='client.44150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:24:50.206 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:50 smithi029 ceph-mon[99353]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:24:50.206 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:50 smithi029 ceph-mon[99353]: osdmap e328: 8 total, 7 up, 8 in 2024-07-27T18:24:50.206 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:50 smithi029 ceph-mon[99353]: from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:24:50.206 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:50 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3844330043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:50 smithi179 ceph-mon[89801]: pgmap v151: 121 pgs: 121 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 2.4 MiB/s wr, 7 op/s 2024-07-27T18:24:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:50 smithi179 ceph-mon[89801]: from='client.44150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:24:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:50 smithi179 ceph-mon[89801]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:24:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:50 smithi179 ceph-mon[89801]: osdmap e328: 8 total, 7 up, 8 in 2024-07-27T18:24:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:50 smithi179 ceph-mon[89801]: from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:24:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:50 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3844330043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:24:50.501 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:50 smithi029 podman[109727]: 2024-07-27 18:24:50.203504685 +0000 UTC m=+0.643749645 container remove ec6c64b26d24d71b404255a52cfe01d243e0e45d2df754b1fa3f5a97e490995b (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240716, RELEASE=reef-a3bbd72, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:24:50.871 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:50 smithi029 podman[109825]: 2024-07-27 18:24:50.437438646 +0000 UTC m=+0.017700859 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:24:50.871 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:50 smithi029 podman[109825]: 2024-07-27 18:24:50.540344655 +0000 UTC m=+0.120606897 container create 8d93cd70855ae8ff1472b3d459b3ed7c4b18b1d23d364b67119850f9f4188a30 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:24:50.871 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:50 smithi029 podman[109825]: 2024-07-27 18:24:50.777814938 +0000 UTC m=+0.358077138 container init 8d93cd70855ae8ff1472b3d459b3ed7c4b18b1d23d364b67119850f9f4188a30 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-07-27T18:24:50.871 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:50 smithi029 podman[109825]: 2024-07-27 18:24:50.783245938 +0000 UTC m=+0.363508142 container start 8d93cd70855ae8ff1472b3d459b3ed7c4b18b1d23d364b67119850f9f4188a30 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:24:50.871 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:50 smithi029 podman[109825]: 2024-07-27 18:24:50.869609911 +0000 UTC m=+0.449872118 container attach 8d93cd70855ae8ff1472b3d459b3ed7c4b18b1d23d364b67119850f9f4188a30 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-deactivate, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, org.label-schema.build-date=20240716, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:24:51.020 INFO:tasks.rados.rados.0.smithi029.stdout:1368: done (4 left) 2024-07-27T18:24:51.020 INFO:tasks.rados.rados.0.smithi029.stdout:1369: copy_from oid 21 from oid 48 current snap is 127 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:1363: finishing rollback tid 0 to smithi02985406-34 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:1363: finishing rollback tid 1 to smithi02985406-34 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:1367: finishing rollback tid 0 to smithi02985406-13 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:1363: finishing rollback tid 2 to smithi02985406-34 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 630 (ObjNum 415 snap 122 seq_num 415) dirty exists 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:1366: finishing rollback tid 0 to smithi02985406-40 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:1366: finishing rollback tid 1 to smithi02985406-40 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:1367: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 973 (ObjNum 49 snap 0 seq_num 1616598615) dirty dne 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:1366: finishing rollback tid 2 to smithi02985406-40 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 401 (ObjNum 409 snap 120 seq_num 409) dirty exists 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:1365: finishing copy_from racing read to smithi02985406-15 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:1365: finishing copy_from to smithi02985406-15 2024-07-27T18:24:51.021 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 140 (ObjNum 336 snap 89 seq_num 336) dirty exists 2024-07-27T18:24:51.022 INFO:tasks.rados.rados.0.smithi029.stdout:1363: done (4 left) 2024-07-27T18:24:51.022 INFO:tasks.rados.rados.0.smithi029.stdout:1365: done (3 left) 2024-07-27T18:24:51.022 INFO:tasks.rados.rados.0.smithi029.stdout:1366: done (2 left) 2024-07-27T18:24:51.022 INFO:tasks.rados.rados.0.smithi029.stdout:1367: done (1 left) 2024-07-27T18:24:51.022 INFO:tasks.rados.rados.0.smithi029.stdout:1370: snap_create 2024-07-27T18:24:51.053 INFO:tasks.rados.rados.0.smithi029.stdout:1369: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:24:51.060 INFO:tasks.rados.rados.0.smithi029.stdout:1369: finishing copy_from to smithi02985406-21 2024-07-27T18:24:51.060 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 929 (ObjNum 411 snap 120 seq_num 411) dirty exists 2024-07-27T18:24:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:51 smithi029 ceph-mon[96870]: osdmap e329: 8 total, 7 up, 8 in 2024-07-27T18:24:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:51 smithi029 ceph-mon[99353]: osdmap e329: 8 total, 7 up, 8 in 2024-07-27T18:24:51.252 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:50 smithi029 podman[109825]: 2024-07-27 18:24:50.977757653 +0000 UTC m=+0.558019866 container died 8d93cd70855ae8ff1472b3d459b3ed7c4b18b1d23d364b67119850f9f4188a30 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716, ceph=True, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-07-27T18:24:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:51 smithi179 ceph-mon[89801]: osdmap e329: 8 total, 7 up, 8 in 2024-07-27T18:24:51.944 INFO:tasks.rados.rados.0.smithi029.stdout:1369: done (1 left) 2024-07-27T18:24:51.944 INFO:tasks.rados.rados.0.smithi029.stdout:1370: done (0 left) 2024-07-27T18:24:51.944 INFO:tasks.rados.rados.0.smithi029.stdout:1371: copy_from oid 35 from oid 22 current snap is 128 2024-07-27T18:24:51.944 INFO:tasks.rados.rados.0.smithi029.stdout:1372: rollback oid 20 current snap is 128 2024-07-27T18:24:51.945 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 20 to 111 2024-07-27T18:24:51.945 INFO:tasks.rados.rados.0.smithi029.stdout:1373: delete oid 27 current snap is 128 2024-07-27T18:24:51.947 INFO:tasks.rados.rados.0.smithi029.stdout:1373: done (2 left) 2024-07-27T18:24:51.947 INFO:tasks.rados.rados.0.smithi029.stdout:1374: rollback oid 36 current snap is 128 2024-07-27T18:24:51.947 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 36 to 124 2024-07-27T18:24:51.947 INFO:tasks.rados.rados.0.smithi029.stdout:1375: delete oid 7 current snap is 128 2024-07-27T18:24:51.948 INFO:tasks.rados.rados.0.smithi029.stdout:1371: finishing copy_from to smithi02985406-35 2024-07-27T18:24:51.948 INFO:tasks.rados.rados.0.smithi029.stdout:1371: got expected ENOENT (src dne) 2024-07-27T18:24:51.949 INFO:tasks.rados.rados.0.smithi029.stdout:1371: finishing copy_from racing read to smithi02985406-35 2024-07-27T18:24:51.949 INFO:tasks.rados.rados.0.smithi029.stdout:1372: finishing rollback tid 1 to smithi02985406-20 2024-07-27T18:24:51.949 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 0 (ObjNum 129 snap 0 seq_num 368344944) dirty dne 2024-07-27T18:24:51.951 INFO:tasks.rados.rados.0.smithi029.stdout:1371: done (3 left) 2024-07-27T18:24:51.951 INFO:tasks.rados.rados.0.smithi029.stdout:1372: done (2 left) 2024-07-27T18:24:51.951 INFO:tasks.rados.rados.0.smithi029.stdout:1375: done (1 left) 2024-07-27T18:24:51.951 INFO:tasks.rados.rados.0.smithi029.stdout:1376: copy_from oid 1 from oid 48 current snap is 128 2024-07-27T18:24:51.952 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 128 2024-07-27T18:24:51.952 INFO:tasks.rados.rados.0.smithi029.stdout:1377: seq_num 432 ranges {5201920=40960} 2024-07-27T18:24:51.982 INFO:tasks.rados.rados.0.smithi029.stdout:1377: writing smithi02985406-5 from 5201920 to 5242880 tid 1 2024-07-27T18:24:51.982 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 29 current snap is 128 2024-07-27T18:24:51.983 INFO:tasks.rados.rados.0.smithi029.stdout:1378: seq_num 433 ranges {2179072=57344} 2024-07-27T18:24:51.995 INFO:tasks.rados.rados.0.smithi029.stdout:1378: writing smithi02985406-29 from 2179072 to 2236416 tid 1 2024-07-27T18:24:51.995 INFO:tasks.rados.rados.0.smithi029.stdout:1379: rollback oid 13 current snap is 128 2024-07-27T18:24:51.995 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 120 2024-07-27T18:24:51.995 INFO:tasks.rados.rados.0.smithi029.stdout:1380: read oid 35 snap -1 2024-07-27T18:24:51.996 INFO:tasks.rados.rados.0.smithi029.stdout:1380: expect (ObjNum 403 snap 115 seq_num 403) 2024-07-27T18:24:51.996 INFO:tasks.rados.rados.0.smithi029.stdout:1381: snap_remove snap 127 2024-07-27T18:24:52.001 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:51 smithi029 podman[109867]: 2024-07-27 18:24:51.552904147 +0000 UTC m=+0.569125017 container remove 8d93cd70855ae8ff1472b3d459b3ed7c4b18b1d23d364b67119850f9f4188a30 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=squid-46c551b, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716) 2024-07-27T18:24:52.001 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:51 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.1.service: Deactivated successfully. 2024-07-27T18:24:52.001 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:51 smithi029 systemd[1]: Stopped Ceph osd.1 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:24:52.001 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:51 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.1.service: Consumed 12.006s CPU time. 2024-07-27T18:24:52.001 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:51 smithi029 systemd[1]: Starting Ceph osd.1 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:24:52.329 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-mon[96870]: pgmap v154: 121 pgs: 46 peering, 75 active+clean; 266 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 5.2 MiB/s wr, 20 op/s 2024-07-27T18:24:52.329 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-mon[96870]: Health check failed: Reduced data availability: 9 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2024-07-27T18:24:52.329 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-mon[96870]: osdmap e330: 8 total, 7 up, 8 in 2024-07-27T18:24:52.329 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-mon[96870]: osdmap e331: 8 total, 7 up, 8 in 2024-07-27T18:24:52.329 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-mon[99353]: pgmap v154: 121 pgs: 46 peering, 75 active+clean; 266 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 5.2 MiB/s wr, 20 op/s 2024-07-27T18:24:52.329 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-mon[99353]: Health check failed: Reduced data availability: 9 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2024-07-27T18:24:52.330 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-mon[99353]: osdmap e330: 8 total, 7 up, 8 in 2024-07-27T18:24:52.330 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-mon[99353]: osdmap e331: 8 total, 7 up, 8 in 2024-07-27T18:24:52.330 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 podman[109974]: 2024-07-27 18:24:52.005212526 +0000 UTC m=+0.114419672 container create dad9e1835e928b3bc0f5101b20fe0d135e878fd50c9f8cee7e6f0a3f4fe812a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-07-27T18:24:52.330 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 podman[109974]: 2024-07-27 18:24:51.90863478 +0000 UTC m=+0.017841937 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:24:52.330 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 podman[109974]: 2024-07-27 18:24:52.236739548 +0000 UTC m=+0.345946708 container init dad9e1835e928b3bc0f5101b20fe0d135e878fd50c9f8cee7e6f0a3f4fe812a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-07-27T18:24:52.330 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 podman[109974]: 2024-07-27 18:24:52.242139632 +0000 UTC m=+0.351346775 container start dad9e1835e928b3bc0f5101b20fe0d135e878fd50c9f8cee7e6f0a3f4fe812a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0) 2024-07-27T18:24:52.330 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 podman[109974]: 2024-07-27 18:24:52.328030721 +0000 UTC m=+0.437237869 container attach dad9e1835e928b3bc0f5101b20fe0d135e878fd50c9f8cee7e6f0a3f4fe812a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b) 2024-07-27T18:24:52.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:52 smithi179 ceph-mon[89801]: pgmap v154: 121 pgs: 46 peering, 75 active+clean; 266 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 5.2 MiB/s wr, 20 op/s 2024-07-27T18:24:52.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:52 smithi179 ceph-mon[89801]: Health check failed: Reduced data availability: 9 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2024-07-27T18:24:52.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:52 smithi179 ceph-mon[89801]: osdmap e330: 8 total, 7 up, 8 in 2024-07-27T18:24:52.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:52 smithi179 ceph-mon[89801]: osdmap e331: 8 total, 7 up, 8 in 2024-07-27T18:24:52.583 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:24:52] "GET /metrics HTTP/1.1" 200 36213 "" "Prometheus/2.43.0" 2024-07-27T18:24:52.584 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate[109989]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:24:52.584 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 bash[109974]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:24:52.584 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate[109989]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:24:52.584 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 bash[109974]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:24:52.584 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate[109989]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-07-27T18:24:52.584 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 bash[109974]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-07-27T18:24:52.934 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate[109989]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-07-27T18:24:52.934 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 bash[109974]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-07-27T18:24:52.934 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate[109989]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-07-27T18:24:52.934 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 bash[109974]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-07-27T18:24:52.934 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate[109989]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-07-27T18:24:52.934 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 bash[109974]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-07-27T18:24:52.934 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate[109989]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-07-27T18:24:52.934 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 bash[109974]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-07-27T18:24:52.935 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate[109989]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-07-27T18:24:52.935 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 bash[109974]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-07-27T18:24:52.935 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate[109989]: --> ceph-volume raw activate successful for osd ID: 1 2024-07-27T18:24:52.935 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 bash[109974]: --> ceph-volume raw activate successful for osd ID: 1 2024-07-27T18:24:52.935 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:52 smithi029 podman[109974]: 2024-07-27 18:24:52.632723367 +0000 UTC m=+0.741930510 container died dad9e1835e928b3bc0f5101b20fe0d135e878fd50c9f8cee7e6f0a3f4fe812a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-07-27T18:24:52.951 INFO:tasks.rados.rados.0.smithi029.stdout:1381: done (6 left) 2024-07-27T18:24:52.951 INFO:tasks.rados.rados.0.smithi029.stdout:1382: delete oid 28 current snap is 128 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:1374: finishing rollback tid 0 to smithi02985406-36 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:1374: finishing rollback tid 1 to smithi02985406-36 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:1374: finishing rollback tid 2 to smithi02985406-36 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 217 (ObjNum 401 snap 113 seq_num 401) dirty exists 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:1376: finishing copy_from racing read to smithi02985406-1 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:1376: finishing copy_from to smithi02985406-1 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 929 (ObjNum 411 snap 120 seq_num 411) dirty exists 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:1377: finishing write tid 1 to smithi02985406-5 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:1377: finishing write tid 2 to smithi02985406-5 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:1379: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 973 (ObjNum 33 snap 0 seq_num 368058496) dirty dne 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:1377: finishing write tid 3 to smithi02985406-5 2024-07-27T18:24:52.952 INFO:tasks.rados.rados.0.smithi029.stdout:1377: oid 5 updating version 0 to 979 2024-07-27T18:24:52.953 INFO:tasks.rados.rados.0.smithi029.stdout:1377: oid 5 version 979 is already newer than 978 2024-07-27T18:24:52.953 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 979 (ObjNum 432 snap 128 seq_num 432) dirty exists 2024-07-27T18:24:52.953 INFO:tasks.rados.rados.0.smithi029.stdout:1377: left oid 5 (ObjNum 432 snap 128 seq_num 432) 2024-07-27T18:24:52.953 INFO:tasks.rados.rados.0.smithi029.stdout:1378: finishing write tid 1 to smithi02985406-29 2024-07-27T18:24:52.953 INFO:tasks.rados.rados.0.smithi029.stdout:1378: finishing write tid 2 to smithi02985406-29 2024-07-27T18:24:52.953 INFO:tasks.rados.rados.0.smithi029.stdout:1378: finishing write tid 3 to smithi02985406-29 2024-07-27T18:24:52.953 INFO:tasks.rados.rados.0.smithi029.stdout:1378: oid 29 updating version 0 to 617 2024-07-27T18:24:52.953 INFO:tasks.rados.rados.0.smithi029.stdout:1378: oid 29 version 617 is already newer than 616 2024-07-27T18:24:52.953 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 617 (ObjNum 433 snap 128 seq_num 433) dirty exists 2024-07-27T18:24:52.953 INFO:tasks.rados.rados.0.smithi029.stdout:1378: left oid 29 (ObjNum 433 snap 128 seq_num 433) 2024-07-27T18:24:52.953 INFO:tasks.rados.rados.0.smithi029.stdout:1380: expect (ObjNum 403 snap 115 seq_num 403) 2024-07-27T18:24:53.037 INFO:tasks.rados.rados.0.smithi029.stdout:1374: done (6 left) 2024-07-27T18:24:53.038 INFO:tasks.rados.rados.0.smithi029.stdout:1376: done (5 left) 2024-07-27T18:24:53.038 INFO:tasks.rados.rados.0.smithi029.stdout:1377: done (4 left) 2024-07-27T18:24:53.038 INFO:tasks.rados.rados.0.smithi029.stdout:1378: done (3 left) 2024-07-27T18:24:53.038 INFO:tasks.rados.rados.0.smithi029.stdout:1379: done (2 left) 2024-07-27T18:24:53.038 INFO:tasks.rados.rados.0.smithi029.stdout:1380: done (1 left) 2024-07-27T18:24:53.038 INFO:tasks.rados.rados.0.smithi029.stdout:1382: done (0 left) 2024-07-27T18:24:53.038 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 128 2024-07-27T18:24:53.038 INFO:tasks.rados.rados.0.smithi029.stdout:1383: seq_num 435 ranges {344064=90112} 2024-07-27T18:24:53.040 INFO:tasks.rados.rados.0.smithi029.stdout:1383: writing smithi02985406-19 from 344064 to 434176 tid 1 2024-07-27T18:24:53.040 INFO:tasks.rados.rados.0.smithi029.stdout:1384: snap_create 2024-07-27T18:24:53.042 INFO:tasks.rados.rados.0.smithi029.stdout:1383: finishing write tid 1 to smithi02985406-19 2024-07-27T18:24:53.042 INFO:tasks.rados.rados.0.smithi029.stdout:1383: finishing write tid 2 to smithi02985406-19 2024-07-27T18:24:53.043 INFO:tasks.rados.rados.0.smithi029.stdout:1383: finishing write tid 3 to smithi02985406-19 2024-07-27T18:24:53.043 INFO:tasks.rados.rados.0.smithi029.stdout:1383: oid 19 updating version 0 to 632 2024-07-27T18:24:53.044 INFO:tasks.rados.rados.0.smithi029.stdout:1383: oid 19 version 632 is already newer than 631 2024-07-27T18:24:53.044 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 632 (ObjNum 435 snap 128 seq_num 435) dirty exists 2024-07-27T18:24:53.044 INFO:tasks.rados.rados.0.smithi029.stdout:1383: left oid 19 (ObjNum 435 snap 128 seq_num 435) 2024-07-27T18:24:53.629 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:53 smithi029 podman[110129]: 2024-07-27 18:24:53.262094015 +0000 UTC m=+0.623273222 container remove dad9e1835e928b3bc0f5101b20fe0d135e878fd50c9f8cee7e6f0a3f4fe812a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-activate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, GIT_CLEAN=True, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:24:53.629 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:53 smithi029 podman[110196]: 2024-07-27 18:24:53.378961046 +0000 UTC m=+0.017945572 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:24:53.629 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:53 smithi029 podman[110196]: 2024-07-27 18:24:53.480480951 +0000 UTC m=+0.119465476 container create cc8b7a514095d42d0c1b7ea35406494f650e97c2f5f0bb96e1d457385a40177c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240716, ceph=True, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0) 2024-07-27T18:24:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[96870]: pgmap v157: 121 pgs: 46 peering, 75 active+clean; 266 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 5.2 MiB/s wr, 20 op/s 2024-07-27T18:24:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[96870]: osdmap e332: 8 total, 7 up, 8 in 2024-07-27T18:24:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:24:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:54.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:54.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:24:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[99353]: pgmap v157: 121 pgs: 46 peering, 75 active+clean; 266 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 5.2 MiB/s wr, 20 op/s 2024-07-27T18:24:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[99353]: osdmap e332: 8 total, 7 up, 8 in 2024-07-27T18:24:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:24:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:24:54.003 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:53 smithi029 podman[110196]: 2024-07-27 18:24:53.734950772 +0000 UTC m=+0.373935312 container init cc8b7a514095d42d0c1b7ea35406494f650e97c2f5f0bb96e1d457385a40177c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux ) 2024-07-27T18:24:54.003 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:53 smithi029 podman[110196]: 2024-07-27 18:24:53.739880166 +0000 UTC m=+0.378864700 container start cc8b7a514095d42d0c1b7ea35406494f650e97c2f5f0bb96e1d457385a40177c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:24:54.003 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:53 smithi029 ceph-osd[110233]: -- 172.21.15.29:0/1881833398 <== mon.0 v2:172.21.15.29:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x562942a9ba40 con 0x56294385e400 2024-07-27T18:24:54.003 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:53 smithi029 bash[110196]: cc8b7a514095d42d0c1b7ea35406494f650e97c2f5f0bb96e1d457385a40177c 2024-07-27T18:24:54.003 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:53 smithi029 systemd[1]: Started Ceph osd.1 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:24:54.023 INFO:tasks.rados.rados.0.smithi029.stdout:1383: done (1 left) 2024-07-27T18:24:54.023 INFO:tasks.rados.rados.0.smithi029.stdout:1384: done (0 left) 2024-07-27T18:24:54.023 INFO:tasks.rados.rados.0.smithi029.stdout:1385: snap_create 2024-07-27T18:24:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:53 smithi179 ceph-mon[89801]: pgmap v157: 121 pgs: 46 peering, 75 active+clean; 266 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 5.2 MiB/s wr, 20 op/s 2024-07-27T18:24:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:53 smithi179 ceph-mon[89801]: osdmap e332: 8 total, 7 up, 8 in 2024-07-27T18:24:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:24:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:24:54.558 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:54 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1[110210]: 2024-07-27T18:24:54.286+0000 7f8cd3731640 -1 Falling back to public interface 2024-07-27T18:24:55.029 INFO:tasks.rados.rados.0.smithi029.stdout:1385: done (0 left) 2024-07-27T18:24:55.029 INFO:tasks.rados.rados.0.smithi029.stdout:1386: rollback oid 44 current snap is 130 2024-07-27T18:24:55.030 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 44 to 126 2024-07-27T18:24:55.030 INFO:tasks.rados.rados.0.smithi029.stdout:1387: read oid 36 snap -1 2024-07-27T18:24:55.030 INFO:tasks.rados.rados.0.smithi029.stdout:1387: expect (ObjNum 401 snap 113 seq_num 401) 2024-07-27T18:24:55.030 INFO:tasks.rados.rados.0.smithi029.stdout:1388: snap_create 2024-07-27T18:24:55.036 INFO:tasks.rados.rados.0.smithi029.stdout:1386: finishing rollback tid 0 to smithi02985406-44 2024-07-27T18:24:55.037 INFO:tasks.rados.rados.0.smithi029.stdout:1386: finishing rollback tid 1 to smithi02985406-44 2024-07-27T18:24:55.037 INFO:tasks.rados.rados.0.smithi029.stdout:1386: finishing rollback tid 2 to smithi02985406-44 2024-07-27T18:24:55.037 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 932 (ObjNum 414 snap 122 seq_num 414) dirty exists 2024-07-27T18:24:55.045 INFO:tasks.rados.rados.0.smithi029.stdout:1387: expect (ObjNum 401 snap 113 seq_num 401) 2024-07-27T18:24:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:55 smithi179 ceph-mon[89801]: osdmap e333: 8 total, 7 up, 8 in 2024-07-27T18:24:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:55 smithi029 ceph-mon[96870]: osdmap e333: 8 total, 7 up, 8 in 2024-07-27T18:24:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:55 smithi029 ceph-mon[99353]: osdmap e333: 8 total, 7 up, 8 in 2024-07-27T18:24:56.030 INFO:tasks.rados.rados.0.smithi029.stdout:1386: done (2 left) 2024-07-27T18:24:56.031 INFO:tasks.rados.rados.0.smithi029.stdout:1387: done (1 left) 2024-07-27T18:24:56.031 INFO:tasks.rados.rados.0.smithi029.stdout:1388: done (0 left) 2024-07-27T18:24:56.031 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 131 2024-07-27T18:24:56.031 INFO:tasks.rados.rados.0.smithi029.stdout:1389: seq_num 436 ranges {2170880=106496} 2024-07-27T18:24:56.043 INFO:tasks.rados.rados.0.smithi029.stdout:1389: writing smithi02985406-42 from 2170880 to 2277376 tid 1 2024-07-27T18:24:56.043 INFO:tasks.rados.rados.0.smithi029.stdout:1390: read oid 6 snap -1 2024-07-27T18:24:56.043 INFO:tasks.rados.rados.0.smithi029.stdout:1390: expect (ObjNum 371 snap 106 seq_num 371) 2024-07-27T18:24:56.043 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 131 2024-07-27T18:24:56.043 INFO:tasks.rados.rados.0.smithi029.stdout:1391: seq_num 437 ranges {0=122880} 2024-07-27T18:24:56.044 INFO:tasks.rados.rados.0.smithi029.stdout:1391: writing smithi02985406-22 from 0 to 122880 tid 1 2024-07-27T18:24:56.045 INFO:tasks.rados.rados.0.smithi029.stdout:1392: rollback oid 14 current snap is 131 2024-07-27T18:24:56.045 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 14 to 129 2024-07-27T18:24:56.045 INFO:tasks.rados.rados.0.smithi029.stdout:1393: rmattr oid 15 current snap is 131 2024-07-27T18:24:56.045 INFO:tasks.rados.rados.0.smithi029.stdout:1393: done (4 left) 2024-07-27T18:24:56.045 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 131 2024-07-27T18:24:56.045 INFO:tasks.rados.rados.0.smithi029.stdout:1394: seq_num 438 ranges {0=139264} 2024-07-27T18:24:56.045 INFO:tasks.rados.rados.0.smithi029.stdout:1394: writing smithi02985406-2 from 0 to 139264 tid 1 2024-07-27T18:24:56.045 INFO:tasks.rados.rados.0.smithi029.stdout:1395: read oid 27 snap -1 2024-07-27T18:24:56.045 INFO:tasks.rados.rados.0.smithi029.stdout:1395: expect deleted 2024-07-27T18:24:56.045 INFO:tasks.rados.rados.0.smithi029.stdout:1396: delete oid 26 current snap is 131 2024-07-27T18:24:56.049 INFO:tasks.rados.rados.0.smithi029.stdout:1389: finishing write tid 1 to smithi02985406-42 2024-07-27T18:24:56.050 INFO:tasks.rados.rados.0.smithi029.stdout:1389: finishing write tid 2 to smithi02985406-42 2024-07-27T18:24:56.052 INFO:tasks.rados.rados.0.smithi029.stdout:1396: done (6 left) 2024-07-27T18:24:56.052 INFO:tasks.rados.rados.0.smithi029.stdout:1397: rollback oid 21 current snap is 131 2024-07-27T18:24:56.052 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 21 to 117 2024-07-27T18:24:56.052 INFO:tasks.rados.rados.0.smithi029.stdout:1394: finishing write tid 1 to smithi02985406-2 2024-07-27T18:24:56.052 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 33 current snap is 131 2024-07-27T18:24:56.052 INFO:tasks.rados.rados.0.smithi029.stdout:1398: seq_num 440 ranges {4677632=172032} 2024-07-27T18:24:56.080 INFO:tasks.rados.rados.0.smithi029.stdout:1398: writing smithi02985406-33 from 4677632 to 4849664 tid 1 2024-07-27T18:24:56.080 INFO:tasks.rados.rados.0.smithi029.stdout:1399: read oid 1 snap -1 2024-07-27T18:24:56.080 INFO:tasks.rados.rados.0.smithi029.stdout:1399: expect (ObjNum 411 snap 120 seq_num 411) 2024-07-27T18:24:56.080 INFO:tasks.rados.rados.0.smithi029.stdout:1400: read oid 28 snap 116 2024-07-27T18:24:56.080 INFO:tasks.rados.rados.0.smithi029.stdout:1400: expect (ObjNum 332 snap 89 seq_num 332) 2024-07-27T18:24:56.080 INFO:tasks.rados.rados.0.smithi029.stdout:1401: snap_remove snap 124 2024-07-27T18:24:56.400 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:56 smithi029 ceph-mon[96870]: pgmap v160: 121 pgs: 7 active+undersized, 38 peering, 1 active+undersized+degraded, 75 active+clean; 266 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 0 op/s; 4/450 objects degraded (0.889%) 2024-07-27T18:24:56.401 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:56 smithi029 ceph-mon[96870]: Health check failed: Degraded data redundancy: 4/450 objects degraded (0.889%), 1 pg degraded (PG_DEGRADED) 2024-07-27T18:24:56.401 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:56 smithi029 ceph-mon[96870]: osdmap e334: 8 total, 7 up, 8 in 2024-07-27T18:24:56.401 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:56 smithi029 ceph-mon[99353]: pgmap v160: 121 pgs: 7 active+undersized, 38 peering, 1 active+undersized+degraded, 75 active+clean; 266 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 0 op/s; 4/450 objects degraded (0.889%) 2024-07-27T18:24:56.401 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:56 smithi029 ceph-mon[99353]: Health check failed: Degraded data redundancy: 4/450 objects degraded (0.889%), 1 pg degraded (PG_DEGRADED) 2024-07-27T18:24:56.401 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:56 smithi029 ceph-mon[99353]: osdmap e334: 8 total, 7 up, 8 in 2024-07-27T18:24:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:56 smithi179 ceph-mon[89801]: pgmap v160: 121 pgs: 7 active+undersized, 38 peering, 1 active+undersized+degraded, 75 active+clean; 266 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 0 op/s; 4/450 objects degraded (0.889%) 2024-07-27T18:24:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:56 smithi179 ceph-mon[89801]: Health check failed: Degraded data redundancy: 4/450 objects degraded (0.889%), 1 pg degraded (PG_DEGRADED) 2024-07-27T18:24:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:56 smithi179 ceph-mon[89801]: osdmap e334: 8 total, 7 up, 8 in 2024-07-27T18:24:57.043 INFO:tasks.rados.rados.0.smithi029.stdout:1401: done (10 left) 2024-07-27T18:24:57.043 INFO:tasks.rados.rados.0.smithi029.stdout:1402: read oid 47 snap -1 2024-07-27T18:24:57.043 INFO:tasks.rados.rados.0.smithi029.stdout:1402: expect (ObjNum 419 snap 124 seq_num 419) 2024-07-27T18:24:57.043 INFO:tasks.rados.rados.0.smithi029.stdout:1403: snap_create 2024-07-27T18:24:57.043 INFO:tasks.rados.rados.0.smithi029.stdout:1392: finishing rollback tid 0 to smithi02985406-14 2024-07-27T18:24:57.043 INFO:tasks.rados.rados.0.smithi029.stdout:1391: finishing write tid 1 to smithi02985406-22 2024-07-27T18:24:57.043 INFO:tasks.rados.rados.0.smithi029.stdout:1391: finishing write tid 2 to smithi02985406-22 2024-07-27T18:24:57.043 INFO:tasks.rados.rados.0.smithi029.stdout:1389: finishing write tid 3 to smithi02985406-42 2024-07-27T18:24:57.043 INFO:tasks.rados.rados.0.smithi029.stdout:1389: oid 42 updating version 0 to 503 2024-07-27T18:24:57.044 INFO:tasks.rados.rados.0.smithi029.stdout:1389: oid 42 version 503 is already newer than 502 2024-07-27T18:24:57.044 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 503 (ObjNum 436 snap 131 seq_num 436) dirty exists 2024-07-27T18:24:57.044 INFO:tasks.rados.rados.0.smithi029.stdout:1389: left oid 42 (ObjNum 436 snap 131 seq_num 436) 2024-07-27T18:24:57.044 INFO:tasks.rados.rados.0.smithi029.stdout:1394: finishing write tid 2 to smithi02985406-2 2024-07-27T18:24:57.044 INFO:tasks.rados.rados.0.smithi029.stdout:1392: finishing rollback tid 1 to smithi02985406-14 2024-07-27T18:24:57.044 INFO:tasks.rados.rados.0.smithi029.stdout:1392: finishing rollback tid 2 to smithi02985406-14 2024-07-27T18:24:57.044 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 684 (ObjNum 392 snap 110 seq_num 392) dirty exists 2024-07-27T18:24:57.044 INFO:tasks.rados.rados.0.smithi029.stdout:1391: finishing write tid 3 to smithi02985406-22 2024-07-27T18:24:57.044 INFO:tasks.rados.rados.0.smithi029.stdout:1391: oid 22 updating version 0 to 615 2024-07-27T18:24:57.044 INFO:tasks.rados.rados.0.smithi029.stdout:1391: oid 22 updating version 615 to 616 2024-07-27T18:24:57.044 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 616 (ObjNum 437 snap 131 seq_num 437) dirty exists 2024-07-27T18:24:57.044 INFO:tasks.rados.rados.0.smithi029.stdout:1391: left oid 22 (ObjNum 437 snap 131 seq_num 437) 2024-07-27T18:24:57.045 INFO:tasks.rados.rados.0.smithi029.stdout:1397: finishing rollback tid 0 to smithi02985406-21 2024-07-27T18:24:57.045 INFO:tasks.rados.rados.0.smithi029.stdout:1394: finishing write tid 3 to smithi02985406-2 2024-07-27T18:24:57.045 INFO:tasks.rados.rados.0.smithi029.stdout:1394: oid 2 updating version 0 to 982 2024-07-27T18:24:57.045 INFO:tasks.rados.rados.0.smithi029.stdout:1394: oid 2 version 982 is already newer than 981 2024-07-27T18:24:57.045 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 982 (ObjNum 438 snap 131 seq_num 438) dirty exists 2024-07-27T18:24:57.045 INFO:tasks.rados.rados.0.smithi029.stdout:1394: left oid 2 (ObjNum 438 snap 131 seq_num 438) 2024-07-27T18:24:57.045 INFO:tasks.rados.rados.0.smithi029.stdout:1397: finishing rollback tid 1 to smithi02985406-21 2024-07-27T18:24:57.045 INFO:tasks.rados.rados.0.smithi029.stdout:1397: finishing rollback tid 2 to smithi02985406-21 2024-07-27T18:24:57.045 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 932 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:24:57.045 INFO:tasks.rados.rados.0.smithi029.stdout:1390: expect (ObjNum 371 snap 106 seq_num 371) 2024-07-27T18:24:57.327 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:57 smithi029 ceph-mon[96870]: osdmap e335: 8 total, 7 up, 8 in 2024-07-27T18:24:57.327 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:57 smithi029 ceph-mon[99353]: osdmap e335: 8 total, 7 up, 8 in 2024-07-27T18:24:57.328 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:57 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1[110210]: 2024-07-27T18:24:57.169+0000 7f8cd3731640 -1 osd.1 327 log_to_monitors true 2024-07-27T18:24:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:57 smithi179 ceph-mon[89801]: osdmap e335: 8 total, 7 up, 8 in 2024-07-27T18:24:57.588 INFO:tasks.rados.rados.0.smithi029.stdout:1398: finishing write tid 1 to smithi02985406-33 2024-07-27T18:24:57.589 INFO:tasks.rados.rados.0.smithi029.stdout:1398: finishing write tid 2 to smithi02985406-33 2024-07-27T18:24:57.589 INFO:tasks.rados.rados.0.smithi029.stdout:1400: expect (ObjNum 332 snap 89 seq_num 332) 2024-07-27T18:24:57.617 INFO:tasks.rados.rados.0.smithi029.stdout:1398: finishing write tid 3 to smithi02985406-33 2024-07-27T18:24:57.617 INFO:tasks.rados.rados.0.smithi029.stdout:1398: oid 33 updating version 0 to 618 2024-07-27T18:24:57.617 INFO:tasks.rados.rados.0.smithi029.stdout:1398: oid 33 updating version 618 to 619 2024-07-27T18:24:57.617 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 619 (ObjNum 440 snap 131 seq_num 440) dirty exists 2024-07-27T18:24:57.618 INFO:tasks.rados.rados.0.smithi029.stdout:1398: left oid 33 (ObjNum 440 snap 131 seq_num 440) 2024-07-27T18:24:57.618 INFO:tasks.rados.rados.0.smithi029.stdout:1399: expect (ObjNum 411 snap 120 seq_num 411) 2024-07-27T18:24:57.953 INFO:tasks.rados.rados.0.smithi029.stdout:1402: expect (ObjNum 419 snap 124 seq_num 419) 2024-07-27T18:24:58.212 INFO:tasks.rados.rados.0.smithi029.stdout:1389: done (11 left) 2024-07-27T18:24:58.213 INFO:tasks.rados.rados.0.smithi029.stdout:1390: done (10 left) 2024-07-27T18:24:58.213 INFO:tasks.rados.rados.0.smithi029.stdout:1391: done (9 left) 2024-07-27T18:24:58.213 INFO:tasks.rados.rados.0.smithi029.stdout:1392: done (8 left) 2024-07-27T18:24:58.213 INFO:tasks.rados.rados.0.smithi029.stdout:1394: done (7 left) 2024-07-27T18:24:58.213 INFO:tasks.rados.rados.0.smithi029.stdout:1395: done (6 left) 2024-07-27T18:24:58.214 INFO:tasks.rados.rados.0.smithi029.stdout:1397: done (5 left) 2024-07-27T18:24:58.214 INFO:tasks.rados.rados.0.smithi029.stdout:1398: done (4 left) 2024-07-27T18:24:58.214 INFO:tasks.rados.rados.0.smithi029.stdout:1399: done (3 left) 2024-07-27T18:24:58.214 INFO:tasks.rados.rados.0.smithi029.stdout:1400: done (2 left) 2024-07-27T18:24:58.214 INFO:tasks.rados.rados.0.smithi029.stdout:1402: done (1 left) 2024-07-27T18:24:58.214 INFO:tasks.rados.rados.0.smithi029.stdout:1403: done (0 left) 2024-07-27T18:24:58.215 INFO:tasks.rados.rados.0.smithi029.stdout:1404: snap_create 2024-07-27T18:24:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:58 smithi179 ceph-mon[89801]: pgmap v163: 121 pgs: 34 active+undersized, 12 active+undersized+degraded, 75 active+clean; 287 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 5.3 MiB/s wr, 7 op/s; 70/483 objects degraded (14.493%) 2024-07-27T18:24:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:58 smithi179 ceph-mon[89801]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 13 pgs peering) 2024-07-27T18:24:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:58 smithi179 ceph-mon[89801]: osdmap e336: 8 total, 7 up, 8 in 2024-07-27T18:24:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:58 smithi179 ceph-mon[89801]: from='osd.1 [v2:172.21.15.29:6810/1458322568,v1:172.21.15.29:6811/1458322568]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-07-27T18:24:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:58 smithi179 ceph-mon[89801]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-07-27T18:24:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:58 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:58 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:58.501 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1[110210]: 2024-07-27T18:24:58.065+0000 7f8ccb4dc640 -1 osd.1 327 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:24:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[96870]: pgmap v163: 121 pgs: 34 active+undersized, 12 active+undersized+degraded, 75 active+clean; 287 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 5.3 MiB/s wr, 7 op/s; 70/483 objects degraded (14.493%) 2024-07-27T18:24:58.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[96870]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 13 pgs peering) 2024-07-27T18:24:58.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[96870]: osdmap e336: 8 total, 7 up, 8 in 2024-07-27T18:24:58.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[96870]: from='osd.1 [v2:172.21.15.29:6810/1458322568,v1:172.21.15.29:6811/1458322568]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-07-27T18:24:58.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[96870]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-07-27T18:24:58.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:58.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[99353]: pgmap v163: 121 pgs: 34 active+undersized, 12 active+undersized+degraded, 75 active+clean; 287 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 5.3 MiB/s wr, 7 op/s; 70/483 objects degraded (14.493%) 2024-07-27T18:24:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[99353]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 13 pgs peering) 2024-07-27T18:24:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[99353]: osdmap e336: 8 total, 7 up, 8 in 2024-07-27T18:24:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[99353]: from='osd.1 [v2:172.21.15.29:6810/1458322568,v1:172.21.15.29:6811/1458322568]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-07-27T18:24:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[99353]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-07-27T18:24:58.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:58.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:58 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:59.050 INFO:tasks.rados.rados.0.smithi029.stdout:1404: done (0 left) 2024-07-27T18:24:59.050 INFO:tasks.rados.rados.0.smithi029.stdout:1405: read oid 17 snap 123 2024-07-27T18:24:59.050 INFO:tasks.rados.rados.0.smithi029.stdout:1405: expect (ObjNum 355 snap 96 seq_num 355) 2024-07-27T18:24:59.050 INFO:tasks.rados.rados.0.smithi029.stdout:1406: delete oid 15 current snap is 133 2024-07-27T18:24:59.196 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:59 smithi029 ceph-mon[96870]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-27T18:24:59.196 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:59 smithi029 ceph-mon[96870]: osdmap e337: 8 total, 7 up, 8 in 2024-07-27T18:24:59.196 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:59 smithi029 ceph-mon[96870]: from='osd.1 [v2:172.21.15.29:6810/1458322568,v1:172.21.15.29:6811/1458322568]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:24:59.197 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:59 smithi029 ceph-mon[96870]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:24:59.197 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:59 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:59.197 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:24:59 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:59.197 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:59 smithi029 ceph-mon[99353]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-27T18:24:59.197 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:59 smithi029 ceph-mon[99353]: osdmap e337: 8 total, 7 up, 8 in 2024-07-27T18:24:59.197 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:59 smithi029 ceph-mon[99353]: from='osd.1 [v2:172.21.15.29:6810/1458322568,v1:172.21.15.29:6811/1458322568]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:24:59.197 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:59 smithi029 ceph-mon[99353]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:24:59.197 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:59 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:59.197 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:24:59 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:59 smithi179 ceph-mon[89801]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-27T18:24:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:59 smithi179 ceph-mon[89801]: osdmap e337: 8 total, 7 up, 8 in 2024-07-27T18:24:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:59 smithi179 ceph-mon[89801]: from='osd.1 [v2:172.21.15.29:6810/1458322568,v1:172.21.15.29:6811/1458322568]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:24:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:59 smithi179 ceph-mon[89801]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:24:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:59 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:24:59.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:24:59 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:00.121 INFO:tasks.rados.rados.0.smithi029.stdout:1405: expect (ObjNum 355 snap 96 seq_num 355) 2024-07-27T18:25:00.203 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:00 smithi029 ceph-mon[96870]: pgmap v166: 121 pgs: 34 active+undersized, 12 active+undersized+degraded, 75 active+clean; 287 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 5.3 MiB/s wr, 7 op/s; 70/483 objects degraded (14.493%) 2024-07-27T18:25:00.204 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:00 smithi029 ceph-mon[96870]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:25:00.204 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:00 smithi029 ceph-mon[96870]: osd.1 [v2:172.21.15.29:6810/1458322568,v1:172.21.15.29:6811/1458322568] boot 2024-07-27T18:25:00.204 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:00 smithi029 ceph-mon[96870]: osdmap e338: 8 total, 8 up, 8 in 2024-07-27T18:25:00.204 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:00 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:25:00.204 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:00 smithi029 ceph-mon[99353]: pgmap v166: 121 pgs: 34 active+undersized, 12 active+undersized+degraded, 75 active+clean; 287 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 5.3 MiB/s wr, 7 op/s; 70/483 objects degraded (14.493%) 2024-07-27T18:25:00.204 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:00 smithi029 ceph-mon[99353]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:25:00.204 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:00 smithi029 ceph-mon[99353]: osd.1 [v2:172.21.15.29:6810/1458322568,v1:172.21.15.29:6811/1458322568] boot 2024-07-27T18:25:00.204 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:00 smithi029 ceph-mon[99353]: osdmap e338: 8 total, 8 up, 8 in 2024-07-27T18:25:00.204 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:00 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:25:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:00 smithi179 ceph-mon[89801]: pgmap v166: 121 pgs: 34 active+undersized, 12 active+undersized+degraded, 75 active+clean; 287 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 5.3 MiB/s wr, 7 op/s; 70/483 objects degraded (14.493%) 2024-07-27T18:25:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:00 smithi179 ceph-mon[89801]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:25:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:00 smithi179 ceph-mon[89801]: osd.1 [v2:172.21.15.29:6810/1458322568,v1:172.21.15.29:6811/1458322568] boot 2024-07-27T18:25:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:00 smithi179 ceph-mon[89801]: osdmap e338: 8 total, 8 up, 8 in 2024-07-27T18:25:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:00 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-07-27T18:25:00.935 INFO:tasks.rados.rados.0.smithi029.stdout:1405: done (1 left) 2024-07-27T18:25:00.935 INFO:tasks.rados.rados.0.smithi029.stdout:1406: done (0 left) 2024-07-27T18:25:00.935 INFO:tasks.rados.rados.0.smithi029.stdout:1407: read oid 41 snap 129 2024-07-27T18:25:00.936 INFO:tasks.rados.rados.0.smithi029.stdout:1407: expect (ObjNum 336 snap 89 seq_num 336) 2024-07-27T18:25:00.936 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 133 2024-07-27T18:25:00.936 INFO:tasks.rados.rados.0.smithi029.stdout:1408: seq_num 442 ranges {1925120=204800} 2024-07-27T18:25:00.948 INFO:tasks.rados.rados.0.smithi029.stdout:1408: writing smithi02985406-36 from 1925120 to 2129920 tid 1 2024-07-27T18:25:00.948 INFO:tasks.rados.rados.0.smithi029.stdout:1409: rollback oid 4 current snap is 133 2024-07-27T18:25:00.948 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 4 to 116 2024-07-27T18:25:00.948 INFO:tasks.rados.rados.0.smithi029.stdout:1410: rmattr oid 46 current snap is 133 2024-07-27T18:25:00.948 INFO:tasks.rados.rados.0.smithi029.stdout:1410: done (3 left) 2024-07-27T18:25:00.948 INFO:tasks.rados.rados.0.smithi029.stdout:1411: setattr oid 10 current snap is 133 2024-07-27T18:25:00.949 INFO:tasks.rados.rados.0.smithi029.stdout:1412: snap_remove snap 100 2024-07-27T18:25:01.064 INFO:tasks.rados.rados.0.smithi029.stdout:1412: done (4 left) 2024-07-27T18:25:01.064 INFO:tasks.rados.rados.0.smithi029.stdout:1413: rmattr oid 11 current snap is 133 2024-07-27T18:25:01.065 INFO:tasks.rados.rados.0.smithi029.stdout:1413: done (4 left) 2024-07-27T18:25:01.065 INFO:tasks.rados.rados.0.smithi029.stdout:1414: snap_remove snap 111 2024-07-27T18:25:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:01 smithi029 ceph-mon[96870]: osdmap e339: 8 total, 8 up, 8 in 2024-07-27T18:25:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:01 smithi029 ceph-mon[99353]: osdmap e339: 8 total, 8 up, 8 in 2024-07-27T18:25:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:01 smithi179 ceph-mon[89801]: osdmap e339: 8 total, 8 up, 8 in 2024-07-27T18:25:02.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:25:01 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:25:01.801+0000 7fe44c0d1640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-07-27T18:25:02.071 INFO:tasks.rados.rados.0.smithi029.stdout:1414: done (4 left) 2024-07-27T18:25:02.071 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 133 2024-07-27T18:25:02.071 INFO:tasks.rados.rados.0.smithi029.stdout:1409: finishing rollback tid 0 to smithi02985406-4 2024-07-27T18:25:02.071 INFO:tasks.rados.rados.0.smithi029.stdout:1415: seq_num 443 ranges {2539520=221184} 2024-07-27T18:25:02.087 INFO:tasks.rados.rados.0.smithi029.stdout:1415: writing smithi02985406-8 from 2539520 to 2760704 tid 1 2024-07-27T18:25:02.087 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 133 2024-07-27T18:25:02.087 INFO:tasks.rados.rados.0.smithi029.stdout:1409: finishing rollback tid 1 to smithi02985406-4 2024-07-27T18:25:02.087 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 933 (ObjNum 423 snap 125 seq_num 423) dirty exists 2024-07-27T18:25:02.088 INFO:tasks.rados.rados.0.smithi029.stdout:1409: finishing rollback tid 2 to smithi02985406-4 2024-07-27T18:25:02.088 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 636 (ObjNum 301 snap 77 seq_num 301) dirty exists 2024-07-27T18:25:02.088 INFO:tasks.rados.rados.0.smithi029.stdout:1407: expect (ObjNum 336 snap 89 seq_num 336) 2024-07-27T18:25:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: pgmap v169: 121 pgs: 23 peering, 17 active+undersized, 6 active+undersized+degraded, 75 active+clean; 292 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 106 KiB/s wr, 8 op/s; 16/492 objects degraded (3.252%) 2024-07-27T18:25:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: Health check update: Degraded data redundancy: 16/492 objects degraded (3.252%), 6 pgs degraded (PG_DEGRADED) 2024-07-27T18:25:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: osdmap e340: 8 total, 8 up, 8 in 2024-07-27T18:25:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:25:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:25:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:25:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:02.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:02.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-07-27T18:25:02.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: pgmap v169: 121 pgs: 23 peering, 17 active+undersized, 6 active+undersized+degraded, 75 active+clean; 292 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 106 KiB/s wr, 8 op/s; 16/492 objects degraded (3.252%) 2024-07-27T18:25:02.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: Health check update: Degraded data redundancy: 16/492 objects degraded (3.252%), 6 pgs degraded (PG_DEGRADED) 2024-07-27T18:25:02.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: osdmap e340: 8 total, 8 up, 8 in 2024-07-27T18:25:02.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:02.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:02.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:25:02.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:25:02.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:02.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:25:02.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:02.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:02.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:02.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-07-27T18:25:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: pgmap v169: 121 pgs: 23 peering, 17 active+undersized, 6 active+undersized+degraded, 75 active+clean; 292 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 106 KiB/s wr, 8 op/s; 16/492 objects degraded (3.252%) 2024-07-27T18:25:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: Health check update: Degraded data redundancy: 16/492 objects degraded (3.252%), 6 pgs degraded (PG_DEGRADED) 2024-07-27T18:25:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: osdmap e340: 8 total, 8 up, 8 in 2024-07-27T18:25:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:25:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:25:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:02.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:25:02.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:02.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:02.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:02.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:02 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-07-27T18:25:02.686 INFO:tasks.rados.rados.0.smithi029.stdout:1408: finishing write tid 1 to smithi02985406-36 2024-07-27T18:25:02.686 INFO:tasks.rados.rados.0.smithi029.stdout:1408: finishing write tid 2 to smithi02985406-36 2024-07-27T18:25:02.686 INFO:tasks.rados.rados.0.smithi029.stdout:1408: finishing write tid 3 to smithi02985406-36 2024-07-27T18:25:02.687 INFO:tasks.rados.rados.0.smithi029.stdout:1408: oid 36 updating version 0 to 222 2024-07-27T18:25:02.687 INFO:tasks.rados.rados.0.smithi029.stdout:1408: oid 36 version 222 is already newer than 221 2024-07-27T18:25:02.687 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 222 (ObjNum 442 snap 133 seq_num 442) dirty exists 2024-07-27T18:25:02.687 INFO:tasks.rados.rados.0.smithi029.stdout:1408: left oid 36 (ObjNum 442 snap 133 seq_num 442) 2024-07-27T18:25:02.687 INFO:tasks.rados.rados.0.smithi029.stdout:1415: finishing write tid 1 to smithi02985406-8 2024-07-27T18:25:02.687 INFO:tasks.rados.rados.0.smithi029.stdout:1415: finishing write tid 2 to smithi02985406-8 2024-07-27T18:25:02.687 INFO:tasks.rados.rados.0.smithi029.stdout:1416: seq_num 444 ranges {10493952=237568} 2024-07-27T18:25:02.745 INFO:tasks.rados.rados.0.smithi029.stdout:1416: writing smithi02985406-34 from 10493952 to 10731520 tid 1 2024-07-27T18:25:02.746 INFO:tasks.rados.rados.0.smithi029.stdout:1407: done (5 left) 2024-07-27T18:25:02.746 INFO:tasks.rados.rados.0.smithi029.stdout:1408: done (4 left) 2024-07-27T18:25:02.746 INFO:tasks.rados.rados.0.smithi029.stdout:1409: done (3 left) 2024-07-27T18:25:02.747 INFO:tasks.rados.rados.0.smithi029.stdout:1411: done (2 left) 2024-07-27T18:25:02.747 INFO:tasks.rados.rados.0.smithi029.stdout:1417: rollback oid 12 current snap is 133 2024-07-27T18:25:02.747 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 12 to 125 2024-07-27T18:25:02.747 INFO:tasks.rados.rados.0.smithi029.stdout:1415: finishing write tid 3 to smithi02985406-8 2024-07-27T18:25:02.747 INFO:tasks.rados.rados.0.smithi029.stdout:1415: oid 8 updating version 0 to 919 2024-07-27T18:25:02.747 INFO:tasks.rados.rados.0.smithi029.stdout:1415: oid 8 updating version 919 to 920 2024-07-27T18:25:02.747 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 920 (ObjNum 443 snap 133 seq_num 443) dirty exists 2024-07-27T18:25:02.747 INFO:tasks.rados.rados.0.smithi029.stdout:1415: left oid 8 (ObjNum 443 snap 133 seq_num 443) 2024-07-27T18:25:02.747 INFO:tasks.rados.rados.0.smithi029.stdout:1415: done (2 left) 2024-07-27T18:25:02.747 INFO:tasks.rados.rados.0.smithi029.stdout:1418: rollback oid 25 current snap is 133 2024-07-27T18:25:02.747 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 25 to 109 2024-07-27T18:25:02.748 INFO:tasks.rados.rados.0.smithi029.stdout:1419: rmattr oid 46 current snap is 133 2024-07-27T18:25:02.748 INFO:tasks.rados.rados.0.smithi029.stdout:1420: rmattr oid 18 current snap is 133 2024-07-27T18:25:02.748 INFO:tasks.rados.rados.0.smithi029.stdout:1420: done (4 left) 2024-07-27T18:25:02.748 INFO:tasks.rados.rados.0.smithi029.stdout:1421: delete oid 13 current snap is 133 2024-07-27T18:25:02.748 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 0 (ObjNum 370 snap 104 seq_num 370) dirty exists 2024-07-27T18:25:02.749 INFO:tasks.rados.rados.0.smithi029.stdout:1419: done (4 left) 2024-07-27T18:25:02.749 INFO:tasks.rados.rados.0.smithi029.stdout:1421: done (3 left) 2024-07-27T18:25:02.749 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 133 2024-07-27T18:25:02.749 INFO:tasks.rados.rados.0.smithi029.stdout:1422: seq_num 446 ranges {0=278528} 2024-07-27T18:25:02.749 INFO:tasks.rados.rados.0.smithi029.stdout:1422: writing smithi02985406-32 from 0 to 278528 tid 1 2024-07-27T18:25:02.750 INFO:tasks.rados.rados.0.smithi029.stdout:1423: snap_remove snap 131 2024-07-27T18:25:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:25:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:25:02] "GET /metrics HTTP/1.1" 200 36287 "" "Prometheus/2.43.0" 2024-07-27T18:25:03.076 INFO:tasks.rados.rados.0.smithi029.stdout:1423: done (4 left) 2024-07-27T18:25:03.076 INFO:tasks.rados.rados.0.smithi029.stdout:1424: read oid 30 snap -1 2024-07-27T18:25:03.076 INFO:tasks.rados.rados.0.smithi029.stdout:1424: expect (ObjNum 424 snap 125 seq_num 424) 2024-07-27T18:25:03.076 INFO:tasks.rados.rados.0.smithi029.stdout:1425: delete oid 15 current snap is 133 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:1417: finishing rollback tid 1 to smithi02985406-12 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:1418: finishing rollback tid 1 to smithi02985406-25 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:1417: finishing rollback tid 2 to smithi02985406-12 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 702 (ObjNum 402 snap 113 seq_num 402) dirty exists 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:1416: finishing write tid 1 to smithi02985406-34 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:1418: finishing rollback tid 2 to smithi02985406-25 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 924 (ObjNum 307 snap 80 seq_num 307) dirty exists 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:1416: finishing write tid 2 to smithi02985406-34 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:1416: finishing write tid 3 to smithi02985406-34 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:1416: oid 34 updating version 0 to 638 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:1416: oid 34 version 638 is already newer than 637 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 638 (ObjNum 444 snap 133 seq_num 444) dirty exists 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:1416: left oid 34 (ObjNum 444 snap 133 seq_num 444) 2024-07-27T18:25:03.077 INFO:tasks.rados.rados.0.smithi029.stdout:1422: finishing write tid 1 to smithi02985406-32 2024-07-27T18:25:03.078 INFO:tasks.rados.rados.0.smithi029.stdout:1422: finishing write tid 2 to smithi02985406-32 2024-07-27T18:25:03.078 INFO:tasks.rados.rados.0.smithi029.stdout:1422: finishing write tid 3 to smithi02985406-32 2024-07-27T18:25:03.078 INFO:tasks.rados.rados.0.smithi029.stdout:1422: oid 32 updating version 0 to 402 2024-07-27T18:25:03.078 INFO:tasks.rados.rados.0.smithi029.stdout:1422: oid 32 updating version 402 to 403 2024-07-27T18:25:03.078 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 403 (ObjNum 446 snap 133 seq_num 446) dirty exists 2024-07-27T18:25:03.078 INFO:tasks.rados.rados.0.smithi029.stdout:1422: left oid 32 (ObjNum 446 snap 133 seq_num 446) 2024-07-27T18:25:03.083 INFO:tasks.rados.rados.0.smithi029.stdout:1416: done (5 left) 2024-07-27T18:25:03.083 INFO:tasks.rados.rados.0.smithi029.stdout:1417: done (4 left) 2024-07-27T18:25:03.084 INFO:tasks.rados.rados.0.smithi029.stdout:1418: done (3 left) 2024-07-27T18:25:03.084 INFO:tasks.rados.rados.0.smithi029.stdout:1422: done (2 left) 2024-07-27T18:25:03.084 INFO:tasks.rados.rados.0.smithi029.stdout:1425: done (1 left) 2024-07-27T18:25:03.084 INFO:tasks.rados.rados.0.smithi029.stdout:1426: rollback oid 29 current snap is 133 2024-07-27T18:25:03.084 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 29 to 129 2024-07-27T18:25:03.084 INFO:tasks.rados.rados.0.smithi029.stdout:1427: copy_from oid 3 from oid 24 current snap is 133 2024-07-27T18:25:03.084 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 133 2024-07-27T18:25:03.084 INFO:tasks.rados.rados.0.smithi029.stdout:1428: seq_num 448 ranges {0=311296} 2024-07-27T18:25:03.085 INFO:tasks.rados.rados.0.smithi029.stdout:1428: writing smithi02985406-15 from 0 to 311296 tid 1 2024-07-27T18:25:03.086 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 133 2024-07-27T18:25:03.086 INFO:tasks.rados.rados.0.smithi029.stdout:1429: seq_num 449 ranges {2064384=327680} 2024-07-27T18:25:03.101 INFO:tasks.rados.rados.0.smithi029.stdout:1429: writing smithi02985406-40 from 2064384 to 2392064 tid 1 2024-07-27T18:25:03.101 INFO:tasks.rados.rados.0.smithi029.stdout:1430: read oid 50 snap -1 2024-07-27T18:25:03.101 INFO:tasks.rados.rados.0.smithi029.stdout:1430: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:25:03.101 INFO:tasks.rados.rados.0.smithi029.stdout:1431: rmattr oid 12 current snap is 133 2024-07-27T18:25:03.101 INFO:tasks.rados.rados.0.smithi029.stdout:1431: done (6 left) 2024-07-27T18:25:03.102 INFO:tasks.rados.rados.0.smithi029.stdout:1432: read oid 42 snap -1 2024-07-27T18:25:03.102 INFO:tasks.rados.rados.0.smithi029.stdout:1432: expect (ObjNum 436 snap 131 seq_num 436) 2024-07-27T18:25:03.102 INFO:tasks.rados.rados.0.smithi029.stdout:1433: setattr oid 34 current snap is 133 2024-07-27T18:25:03.102 INFO:tasks.rados.rados.0.smithi029.stdout:1426: finishing rollback tid 0 to smithi02985406-29 2024-07-27T18:25:03.102 INFO:tasks.rados.rados.0.smithi029.stdout:1426: finishing rollback tid 1 to smithi02985406-29 2024-07-27T18:25:03.102 INFO:tasks.rados.rados.0.smithi029.stdout:1426: finishing rollback tid 2 to smithi02985406-29 2024-07-27T18:25:03.102 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 622 (ObjNum 433 snap 128 seq_num 433) dirty exists 2024-07-27T18:25:03.102 INFO:tasks.rados.rados.0.smithi029.stdout:1424: expect (ObjNum 424 snap 125 seq_num 424) 2024-07-27T18:25:03.180 INFO:tasks.rados.rados.0.smithi029.stdout:1428: finishing write tid 1 to smithi02985406-15 2024-07-27T18:25:03.180 INFO:tasks.rados.rados.0.smithi029.stdout:1428: finishing write tid 2 to smithi02985406-15 2024-07-27T18:25:03.180 INFO:tasks.rados.rados.0.smithi029.stdout:1428: finishing write tid 3 to smithi02985406-15 2024-07-27T18:25:03.180 INFO:tasks.rados.rados.0.smithi029.stdout:1428: oid 15 updating version 0 to 639 2024-07-27T18:25:03.180 INFO:tasks.rados.rados.0.smithi029.stdout:1428: oid 15 updating version 639 to 640 2024-07-27T18:25:03.180 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 640 (ObjNum 448 snap 133 seq_num 448) dirty exists 2024-07-27T18:25:03.180 INFO:tasks.rados.rados.0.smithi029.stdout:1428: left oid 15 (ObjNum 448 snap 133 seq_num 448) 2024-07-27T18:25:03.180 INFO:tasks.rados.rados.0.smithi029.stdout:1430: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:25:03.197 INFO:tasks.rados.rados.0.smithi029.stdout:1429: finishing write tid 1 to smithi02985406-40 2024-07-27T18:25:03.198 INFO:tasks.rados.rados.0.smithi029.stdout:1429: finishing write tid 2 to smithi02985406-40 2024-07-27T18:25:03.198 INFO:tasks.rados.rados.0.smithi029.stdout:1429: finishing write tid 3 to smithi02985406-40 2024-07-27T18:25:03.198 INFO:tasks.rados.rados.0.smithi029.stdout:1429: oid 40 updating version 0 to 404 2024-07-27T18:25:03.198 INFO:tasks.rados.rados.0.smithi029.stdout:1429: oid 40 updating version 404 to 405 2024-07-27T18:25:03.198 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 405 (ObjNum 449 snap 133 seq_num 449) dirty exists 2024-07-27T18:25:03.198 INFO:tasks.rados.rados.0.smithi029.stdout:1429: left oid 40 (ObjNum 449 snap 133 seq_num 449) 2024-07-27T18:25:03.198 INFO:tasks.rados.rados.0.smithi029.stdout:1424: done (7 left) 2024-07-27T18:25:03.198 INFO:tasks.rados.rados.0.smithi029.stdout:1426: done (6 left) 2024-07-27T18:25:03.198 INFO:tasks.rados.rados.0.smithi029.stdout:1428: done (5 left) 2024-07-27T18:25:03.198 INFO:tasks.rados.rados.0.smithi029.stdout:1429: done (4 left) 2024-07-27T18:25:03.198 INFO:tasks.rados.rados.0.smithi029.stdout:1430: done (3 left) 2024-07-27T18:25:03.199 INFO:tasks.rados.rados.0.smithi029.stdout:1434: read oid 13 snap -1 2024-07-27T18:25:03.199 INFO:tasks.rados.rados.0.smithi029.stdout:1434: expect deleted 2024-07-27T18:25:03.199 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 133 2024-07-27T18:25:03.199 INFO:tasks.rados.rados.0.smithi029.stdout:1432: expect (ObjNum 436 snap 131 seq_num 436) 2024-07-27T18:25:03.294 INFO:tasks.rados.rados.0.smithi029.stdout:1427: finishing copy_from racing read to smithi02985406-3 2024-07-27T18:25:03.294 INFO:tasks.rados.rados.0.smithi029.stdout:1427: finishing copy_from to smithi02985406-3 2024-07-27T18:25:03.294 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 620 (ObjNum 372 snap 106 seq_num 372) dirty exists 2024-07-27T18:25:03.294 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 641 (ObjNum 444 snap 133 seq_num 444) dirty exists 2024-07-27T18:25:03.294 INFO:tasks.rados.rados.0.smithi029.stdout:1435: seq_num 450 ranges {344064=344064} 2024-07-27T18:25:03.298 INFO:tasks.rados.rados.0.smithi029.stdout:1435: writing smithi02985406-25 from 344064 to 688128 tid 1 2024-07-27T18:25:03.298 INFO:tasks.rados.rados.0.smithi029.stdout:1427: done (4 left) 2024-07-27T18:25:03.298 INFO:tasks.rados.rados.0.smithi029.stdout:1432: done (3 left) 2024-07-27T18:25:03.298 INFO:tasks.rados.rados.0.smithi029.stdout:1433: done (2 left) 2024-07-27T18:25:03.298 INFO:tasks.rados.rados.0.smithi029.stdout:1436: read oid 21 snap -1 2024-07-27T18:25:03.298 INFO:tasks.rados.rados.0.smithi029.stdout:1436: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:25:03.298 INFO:tasks.rados.rados.0.smithi029.stdout:1437: setattr oid 1 current snap is 133 2024-07-27T18:25:03.299 INFO:tasks.rados.rados.0.smithi029.stdout:1434: done (3 left) 2024-07-27T18:25:03.299 INFO:tasks.rados.rados.0.smithi029.stdout:1438: setattr oid 41 current snap is 133 2024-07-27T18:25:03.299 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 133 2024-07-27T18:25:03.299 INFO:tasks.rados.rados.0.smithi029.stdout:1439: seq_num 451 ranges {6717440=360448} 2024-07-27T18:25:03.338 INFO:tasks.rados.rados.0.smithi029.stdout:1439: writing smithi02985406-48 from 6717440 to 7077888 tid 1 2024-07-27T18:25:03.338 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 133 2024-07-27T18:25:03.339 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 934 (ObjNum 411 snap 120 seq_num 411) dirty exists 2024-07-27T18:25:03.339 INFO:tasks.rados.rados.0.smithi029.stdout:1435: finishing write tid 1 to smithi02985406-25 2024-07-27T18:25:03.339 INFO:tasks.rados.rados.0.smithi029.stdout:1435: finishing write tid 2 to smithi02985406-25 2024-07-27T18:25:03.339 INFO:tasks.rados.rados.0.smithi029.stdout:1435: finishing write tid 3 to smithi02985406-25 2024-07-27T18:25:03.339 INFO:tasks.rados.rados.0.smithi029.stdout:1435: oid 25 updating version 0 to 927 2024-07-27T18:25:03.339 INFO:tasks.rados.rados.0.smithi029.stdout:1435: oid 25 updating version 927 to 928 2024-07-27T18:25:03.339 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 928 (ObjNum 450 snap 133 seq_num 450) dirty exists 2024-07-27T18:25:03.339 INFO:tasks.rados.rados.0.smithi029.stdout:1435: left oid 25 (ObjNum 450 snap 133 seq_num 450) 2024-07-27T18:25:03.339 INFO:tasks.rados.rados.0.smithi029.stdout:1440: seq_num 452 ranges {0=376832} 2024-07-27T18:25:03.340 INFO:tasks.rados.rados.0.smithi029.stdout:1440: writing smithi02985406-26 from 0 to 376832 tid 1 2024-07-27T18:25:03.341 INFO:tasks.rados.rados.0.smithi029.stdout:1435: done (5 left) 2024-07-27T18:25:03.341 INFO:tasks.rados.rados.0.smithi029.stdout:1437: done (4 left) 2024-07-27T18:25:03.341 INFO:tasks.rados.rados.0.smithi029.stdout:1441: rollback oid 13 current snap is 133 2024-07-27T18:25:03.341 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 130 2024-07-27T18:25:03.341 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 230 (ObjNum 336 snap 89 seq_num 336) dirty exists 2024-07-27T18:25:03.341 INFO:tasks.rados.rados.0.smithi029.stdout:1436: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:25:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:03 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-07-27T18:25:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:03 smithi179 ceph-mon[89801]: Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-07-27T18:25:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:03 smithi179 ceph-mon[89801]: osdmap e341: 8 total, 8 up, 8 in 2024-07-27T18:25:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:03 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-07-27T18:25:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:03 smithi029 ceph-mon[96870]: Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-07-27T18:25:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:03 smithi029 ceph-mon[96870]: osdmap e341: 8 total, 8 up, 8 in 2024-07-27T18:25:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:03 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-07-27T18:25:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:03 smithi029 ceph-mon[99353]: Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-07-27T18:25:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:03 smithi029 ceph-mon[99353]: osdmap e341: 8 total, 8 up, 8 in 2024-07-27T18:25:03.631 INFO:tasks.rados.rados.0.smithi029.stdout:1439: finishing write tid 1 to smithi02985406-48 2024-07-27T18:25:03.631 INFO:tasks.rados.rados.0.smithi029.stdout:1439: finishing write tid 2 to smithi02985406-48 2024-07-27T18:25:03.632 INFO:tasks.rados.rados.0.smithi029.stdout:1440: finishing write tid 1 to smithi02985406-26 2024-07-27T18:25:03.632 INFO:tasks.rados.rados.0.smithi029.stdout:1440: finishing write tid 2 to smithi02985406-26 2024-07-27T18:25:03.632 INFO:tasks.rados.rados.0.smithi029.stdout:1441: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:25:03.632 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 973 (ObjNum 385 snap 0 seq_num 368520928) dirty dne 2024-07-27T18:25:03.632 INFO:tasks.rados.rados.0.smithi029.stdout:1439: finishing write tid 3 to smithi02985406-48 2024-07-27T18:25:03.632 INFO:tasks.rados.rados.0.smithi029.stdout:1439: oid 48 updating version 0 to 1021 2024-07-27T18:25:03.633 INFO:tasks.rados.rados.0.smithi029.stdout:1439: oid 48 updating version 1021 to 1022 2024-07-27T18:25:03.633 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1022 (ObjNum 451 snap 133 seq_num 451) dirty exists 2024-07-27T18:25:03.633 INFO:tasks.rados.rados.0.smithi029.stdout:1439: left oid 48 (ObjNum 451 snap 133 seq_num 451) 2024-07-27T18:25:03.633 INFO:tasks.rados.rados.0.smithi029.stdout:1440: finishing write tid 3 to smithi02985406-26 2024-07-27T18:25:03.633 INFO:tasks.rados.rados.0.smithi029.stdout:1440: oid 26 updating version 0 to 570 2024-07-27T18:25:03.633 INFO:tasks.rados.rados.0.smithi029.stdout:1440: oid 26 version 570 is already newer than 569 2024-07-27T18:25:03.634 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 570 (ObjNum 452 snap 133 seq_num 452) dirty exists 2024-07-27T18:25:03.634 INFO:tasks.rados.rados.0.smithi029.stdout:1440: left oid 26 (ObjNum 452 snap 133 seq_num 452) 2024-07-27T18:25:03.634 INFO:tasks.rados.rados.0.smithi029.stdout:1436: done (4 left) 2024-07-27T18:25:03.634 INFO:tasks.rados.rados.0.smithi029.stdout:1438: done (3 left) 2024-07-27T18:25:03.634 INFO:tasks.rados.rados.0.smithi029.stdout:1439: done (2 left) 2024-07-27T18:25:03.635 INFO:tasks.rados.rados.0.smithi029.stdout:1440: done (1 left) 2024-07-27T18:25:03.635 INFO:tasks.rados.rados.0.smithi029.stdout:1441: done (0 left) 2024-07-27T18:25:03.635 INFO:tasks.rados.rados.0.smithi029.stdout:1442: snap_remove snap 130 2024-07-27T18:25:04.081 INFO:tasks.rados.rados.0.smithi029.stdout:1442: done (0 left) 2024-07-27T18:25:04.081 INFO:tasks.rados.rados.0.smithi029.stdout:1443: delete oid 36 current snap is 133 2024-07-27T18:25:04.088 INFO:tasks.rados.rados.0.smithi029.stdout:1443: done (0 left) 2024-07-27T18:25:04.088 INFO:tasks.rados.rados.0.smithi029.stdout:1444: snap_create 2024-07-27T18:25:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:04 smithi179 ceph-mon[89801]: pgmap v172: 121 pgs: 23 peering, 17 active+undersized, 6 active+undersized+degraded, 75 active+clean; 292 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 106 KiB/s wr, 8 op/s; 16/492 objects degraded (3.252%) 2024-07-27T18:25:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:04 smithi179 ceph-mon[89801]: osdmap e342: 8 total, 8 up, 8 in 2024-07-27T18:25:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:04 smithi029 ceph-mon[96870]: pgmap v172: 121 pgs: 23 peering, 17 active+undersized, 6 active+undersized+degraded, 75 active+clean; 292 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 106 KiB/s wr, 8 op/s; 16/492 objects degraded (3.252%) 2024-07-27T18:25:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:04 smithi029 ceph-mon[96870]: osdmap e342: 8 total, 8 up, 8 in 2024-07-27T18:25:04.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:04 smithi029 ceph-mon[99353]: pgmap v172: 121 pgs: 23 peering, 17 active+undersized, 6 active+undersized+degraded, 75 active+clean; 292 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 106 KiB/s wr, 8 op/s; 16/492 objects degraded (3.252%) 2024-07-27T18:25:04.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:04 smithi029 ceph-mon[99353]: osdmap e342: 8 total, 8 up, 8 in 2024-07-27T18:25:05.087 INFO:tasks.rados.rados.0.smithi029.stdout:1444: done (0 left) 2024-07-27T18:25:05.087 INFO:tasks.rados.rados.0.smithi029.stdout:1445: snap_create 2024-07-27T18:25:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:05 smithi179 ceph-mon[89801]: osdmap e343: 8 total, 8 up, 8 in 2024-07-27T18:25:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:05 smithi029 ceph-mon[96870]: osdmap e343: 8 total, 8 up, 8 in 2024-07-27T18:25:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:05 smithi029 ceph-mon[99353]: osdmap e343: 8 total, 8 up, 8 in 2024-07-27T18:25:06.091 INFO:tasks.rados.rados.0.smithi029.stdout:1445: done (0 left) 2024-07-27T18:25:06.092 INFO:tasks.rados.rados.0.smithi029.stdout:1446: rollback oid 2 current snap is 135 2024-07-27T18:25:06.092 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 2 to 126 2024-07-27T18:25:06.092 INFO:tasks.rados.rados.0.smithi029.stdout:1447: read oid 21 snap -1 2024-07-27T18:25:06.092 INFO:tasks.rados.rados.0.smithi029.stdout:1447: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:25:06.092 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 135 2024-07-27T18:25:06.092 INFO:tasks.rados.rados.0.smithi029.stdout:1448: seq_num 454 ranges {3096576=409600} 2024-07-27T18:25:06.112 INFO:tasks.rados.rados.0.smithi029.stdout:1448: writing smithi02985406-44 from 3096576 to 3506176 tid 1 2024-07-27T18:25:06.112 INFO:tasks.rados.rados.0.smithi029.stdout:1449: delete oid 1 current snap is 135 2024-07-27T18:25:06.112 INFO:tasks.rados.rados.0.smithi029.stdout:1446: finishing rollback tid 0 to smithi02985406-2 2024-07-27T18:25:06.112 INFO:tasks.rados.rados.0.smithi029.stdout:1446: finishing rollback tid 1 to smithi02985406-2 2024-07-27T18:25:06.112 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 1028 (ObjNum 33 snap 0 seq_num 368536656) dirty dne 2024-07-27T18:25:06.118 INFO:tasks.rados.rados.0.smithi029.stdout:1448: finishing write tid 1 to smithi02985406-44 2024-07-27T18:25:06.118 INFO:tasks.rados.rados.0.smithi029.stdout:1448: finishing write tid 2 to smithi02985406-44 2024-07-27T18:25:06.118 INFO:tasks.rados.rados.0.smithi029.stdout:1447: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:25:06.408 INFO:tasks.rados.rados.0.smithi029.stdout:1448: finishing write tid 3 to smithi02985406-44 2024-07-27T18:25:06.408 INFO:tasks.rados.rados.0.smithi029.stdout:1448: oid 44 updating version 0 to 936 2024-07-27T18:25:06.408 INFO:tasks.rados.rados.0.smithi029.stdout:1448: oid 44 version 936 is already newer than 935 2024-07-27T18:25:06.408 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 936 (ObjNum 454 snap 135 seq_num 454) dirty exists 2024-07-27T18:25:06.408 INFO:tasks.rados.rados.0.smithi029.stdout:1448: left oid 44 (ObjNum 454 snap 135 seq_num 454) 2024-07-27T18:25:06.408 INFO:tasks.rados.rados.0.smithi029.stdout:1446: done (3 left) 2024-07-27T18:25:06.408 INFO:tasks.rados.rados.0.smithi029.stdout:1447: done (2 left) 2024-07-27T18:25:06.408 INFO:tasks.rados.rados.0.smithi029.stdout:1448: done (1 left) 2024-07-27T18:25:06.408 INFO:tasks.rados.rados.0.smithi029.stdout:1449: done (0 left) 2024-07-27T18:25:06.409 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 135 2024-07-27T18:25:06.409 INFO:tasks.rados.rados.0.smithi029.stdout:1450: seq_num 456 ranges {2170880=442368} 2024-07-27T18:25:06.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:06 smithi179 ceph-mon[89801]: pgmap v175: 121 pgs: 23 peering, 98 active+clean; 290 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 174 KiB/s wr, 2 op/s; 2.0 MiB/s, 0 objects/s recovering 2024-07-27T18:25:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:06 smithi179 ceph-mon[89801]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 16/492 objects degraded (3.252%), 6 pgs degraded) 2024-07-27T18:25:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:06 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:25:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:06 smithi179 ceph-mon[89801]: osdmap e344: 8 total, 8 up, 8 in 2024-07-27T18:25:06.422 INFO:tasks.rados.rados.0.smithi029.stdout:1450: writing smithi02985406-49 from 2170880 to 2613248 tid 1 2024-07-27T18:25:06.422 INFO:tasks.rados.rados.0.smithi029.stdout:1451: snap_remove snap 116 2024-07-27T18:25:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:06 smithi029 ceph-mon[99353]: pgmap v175: 121 pgs: 23 peering, 98 active+clean; 290 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 174 KiB/s wr, 2 op/s; 2.0 MiB/s, 0 objects/s recovering 2024-07-27T18:25:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:06 smithi029 ceph-mon[99353]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 16/492 objects degraded (3.252%), 6 pgs degraded) 2024-07-27T18:25:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:06 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:25:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:06 smithi029 ceph-mon[99353]: osdmap e344: 8 total, 8 up, 8 in 2024-07-27T18:25:06.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:06 smithi029 ceph-mon[96870]: pgmap v175: 121 pgs: 23 peering, 98 active+clean; 290 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 174 KiB/s wr, 2 op/s; 2.0 MiB/s, 0 objects/s recovering 2024-07-27T18:25:06.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:06 smithi029 ceph-mon[96870]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 16/492 objects degraded (3.252%), 6 pgs degraded) 2024-07-27T18:25:06.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:06 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:25:06.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:06 smithi029 ceph-mon[96870]: osdmap e344: 8 total, 8 up, 8 in 2024-07-27T18:25:07.097 INFO:tasks.rados.rados.0.smithi029.stdout:1451: done (1 left) 2024-07-27T18:25:07.097 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 135 2024-07-27T18:25:07.097 INFO:tasks.rados.rados.0.smithi029.stdout:1450: finishing write tid 1 to smithi02985406-49 2024-07-27T18:25:07.097 INFO:tasks.rados.rados.0.smithi029.stdout:1452: seq_num 457 ranges {0=458752} 2024-07-27T18:25:07.100 INFO:tasks.rados.rados.0.smithi029.stdout:1452: writing smithi02985406-39 from 0 to 458752 tid 1 2024-07-27T18:25:07.100 INFO:tasks.rados.rados.0.smithi029.stdout:1453: setattr oid 30 current snap is 135 2024-07-27T18:25:07.100 INFO:tasks.rados.rados.0.smithi029.stdout:1450: finishing write tid 2 to smithi02985406-49 2024-07-27T18:25:07.100 INFO:tasks.rados.rados.0.smithi029.stdout:1450: finishing write tid 3 to smithi02985406-49 2024-07-27T18:25:07.100 INFO:tasks.rados.rados.0.smithi029.stdout:1450: oid 49 updating version 0 to 599 2024-07-27T18:25:07.100 INFO:tasks.rados.rados.0.smithi029.stdout:1450: oid 49 updating version 599 to 600 2024-07-27T18:25:07.100 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 600 (ObjNum 456 snap 135 seq_num 456) dirty exists 2024-07-27T18:25:07.100 INFO:tasks.rados.rados.0.smithi029.stdout:1450: left oid 49 (ObjNum 456 snap 135 seq_num 456) 2024-07-27T18:25:07.102 INFO:tasks.rados.rados.0.smithi029.stdout:1450: done (2 left) 2024-07-27T18:25:07.102 INFO:tasks.rados.rados.0.smithi029.stdout:1454: copy_from oid 47 from oid 9 current snap is 135 2024-07-27T18:25:07.102 INFO:tasks.rados.rados.0.smithi029.stdout:1455: snap_create 2024-07-27T18:25:07.114 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 293 (ObjNum 424 snap 125 seq_num 424) dirty exists 2024-07-27T18:25:07.115 INFO:tasks.rados.rados.0.smithi029.stdout:1452: finishing write tid 1 to smithi02985406-39 2024-07-27T18:25:07.115 INFO:tasks.rados.rados.0.smithi029.stdout:1452: finishing write tid 2 to smithi02985406-39 2024-07-27T18:25:07.118 INFO:tasks.rados.rados.0.smithi029.stdout:1452: finishing write tid 3 to smithi02985406-39 2024-07-27T18:25:07.118 INFO:tasks.rados.rados.0.smithi029.stdout:1452: oid 39 updating version 0 to 256 2024-07-27T18:25:07.118 INFO:tasks.rados.rados.0.smithi029.stdout:1452: oid 39 updating version 256 to 257 2024-07-27T18:25:07.118 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 257 (ObjNum 457 snap 135 seq_num 457) dirty exists 2024-07-27T18:25:07.118 INFO:tasks.rados.rados.0.smithi029.stdout:1452: left oid 39 (ObjNum 457 snap 135 seq_num 457) 2024-07-27T18:25:07.120 INFO:tasks.rados.rados.0.smithi029.stdout:1454: finishing copy_from racing read to smithi02985406-47 2024-07-27T18:25:07.124 INFO:tasks.rados.rados.0.smithi029.stdout:1454: finishing copy_from to smithi02985406-47 2024-07-27T18:25:07.124 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 873 (ObjNum 425 snap 125 seq_num 425) dirty exists 2024-07-27T18:25:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:07 smithi179 ceph-mon[89801]: osdmap e345: 8 total, 8 up, 8 in 2024-07-27T18:25:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:07 smithi029 ceph-mon[96870]: osdmap e345: 8 total, 8 up, 8 in 2024-07-27T18:25:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:07 smithi029 ceph-mon[99353]: osdmap e345: 8 total, 8 up, 8 in 2024-07-27T18:25:08.100 INFO:tasks.rados.rados.0.smithi029.stdout:1452: done (3 left) 2024-07-27T18:25:08.100 INFO:tasks.rados.rados.0.smithi029.stdout:1453: done (2 left) 2024-07-27T18:25:08.100 INFO:tasks.rados.rados.0.smithi029.stdout:1454: done (1 left) 2024-07-27T18:25:08.100 INFO:tasks.rados.rados.0.smithi029.stdout:1455: done (0 left) 2024-07-27T18:25:08.101 INFO:tasks.rados.rados.0.smithi029.stdout:1456: snap_remove snap 132 2024-07-27T18:25:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:08 smithi179 ceph-mon[89801]: pgmap v178: 121 pgs: 121 active+clean; 281 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 2.0 MiB/s wr, 34 op/s; 18 MiB/s, 5 objects/s recovering 2024-07-27T18:25:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:08 smithi179 ceph-mon[89801]: osdmap e346: 8 total, 8 up, 8 in 2024-07-27T18:25:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:08 smithi029 ceph-mon[96870]: pgmap v178: 121 pgs: 121 active+clean; 281 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 2.0 MiB/s wr, 34 op/s; 18 MiB/s, 5 objects/s recovering 2024-07-27T18:25:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:08 smithi029 ceph-mon[96870]: osdmap e346: 8 total, 8 up, 8 in 2024-07-27T18:25:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:08 smithi029 ceph-mon[99353]: pgmap v178: 121 pgs: 121 active+clean; 281 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 2.0 MiB/s wr, 34 op/s; 18 MiB/s, 5 objects/s recovering 2024-07-27T18:25:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:08 smithi029 ceph-mon[99353]: osdmap e346: 8 total, 8 up, 8 in 2024-07-27T18:25:09.106 INFO:tasks.rados.rados.0.smithi029.stdout:1456: done (0 left) 2024-07-27T18:25:09.107 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 136 2024-07-27T18:25:09.107 INFO:tasks.rados.rados.0.smithi029.stdout:1457: seq_num 458 ranges {2760704=475136} 2024-07-27T18:25:09.125 INFO:tasks.rados.rados.0.smithi029.stdout:1457: writing smithi02985406-8 from 2760704 to 3235840 tid 1 2024-07-27T18:25:09.125 INFO:tasks.rados.rados.0.smithi029.stdout:1458: rollback oid 31 current snap is 136 2024-07-27T18:25:09.125 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 31 to 117 2024-07-27T18:25:09.125 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 20 current snap is 136 2024-07-27T18:25:09.125 INFO:tasks.rados.rados.0.smithi029.stdout:1459: seq_num 459 ranges {0=491520} 2024-07-27T18:25:09.128 INFO:tasks.rados.rados.0.smithi029.stdout:1459: writing smithi02985406-20 from 0 to 491520 tid 1 2024-07-27T18:25:09.128 INFO:tasks.rados.rados.0.smithi029.stdout:1460: read oid 41 snap -1 2024-07-27T18:25:09.128 INFO:tasks.rados.rados.0.smithi029.stdout:1460: expect (ObjNum 336 snap 89 seq_num 336) 2024-07-27T18:25:09.128 INFO:tasks.rados.rados.0.smithi029.stdout:1461: rmattr oid 46 current snap is 136 2024-07-27T18:25:09.129 INFO:tasks.rados.rados.0.smithi029.stdout:1461: done (4 left) 2024-07-27T18:25:09.129 INFO:tasks.rados.rados.0.smithi029.stdout:1462: rmattr oid 32 current snap is 136 2024-07-27T18:25:09.129 INFO:tasks.rados.rados.0.smithi029.stdout:1462: done (4 left) 2024-07-27T18:25:09.129 INFO:tasks.rados.rados.0.smithi029.stdout:1463: snap_create 2024-07-27T18:25:09.131 INFO:tasks.rados.rados.0.smithi029.stdout:1457: finishing write tid 1 to smithi02985406-8 2024-07-27T18:25:09.132 INFO:tasks.rados.rados.0.smithi029.stdout:1457: finishing write tid 2 to smithi02985406-8 2024-07-27T18:25:09.133 INFO:tasks.rados.rados.0.smithi029.stdout:1457: finishing write tid 3 to smithi02985406-8 2024-07-27T18:25:09.133 INFO:tasks.rados.rados.0.smithi029.stdout:1457: oid 8 updating version 0 to 949 2024-07-27T18:25:09.133 INFO:tasks.rados.rados.0.smithi029.stdout:1457: oid 8 version 949 is already newer than 948 2024-07-27T18:25:09.133 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 949 (ObjNum 458 snap 136 seq_num 458) dirty exists 2024-07-27T18:25:09.133 INFO:tasks.rados.rados.0.smithi029.stdout:1457: left oid 8 (ObjNum 458 snap 136 seq_num 458) 2024-07-27T18:25:09.134 INFO:tasks.rados.rados.0.smithi029.stdout:1458: finishing rollback tid 0 to smithi02985406-31 2024-07-27T18:25:09.134 INFO:tasks.rados.rados.0.smithi029.stdout:1459: finishing write tid 1 to smithi02985406-20 2024-07-27T18:25:09.135 INFO:tasks.rados.rados.0.smithi029.stdout:1459: finishing write tid 2 to smithi02985406-20 2024-07-27T18:25:09.135 INFO:tasks.rados.rados.0.smithi029.stdout:1458: finishing rollback tid 1 to smithi02985406-31 2024-07-27T18:25:09.135 INFO:tasks.rados.rados.0.smithi029.stdout:1458: finishing rollback tid 2 to smithi02985406-31 2024-07-27T18:25:09.135 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 712 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:25:09.136 INFO:tasks.rados.rados.0.smithi029.stdout:1459: finishing write tid 3 to smithi02985406-20 2024-07-27T18:25:09.136 INFO:tasks.rados.rados.0.smithi029.stdout:1459: oid 20 updating version 0 to 951 2024-07-27T18:25:09.136 INFO:tasks.rados.rados.0.smithi029.stdout:1459: oid 20 version 951 is already newer than 950 2024-07-27T18:25:09.136 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 951 (ObjNum 459 snap 136 seq_num 459) dirty exists 2024-07-27T18:25:09.136 INFO:tasks.rados.rados.0.smithi029.stdout:1459: left oid 20 (ObjNum 459 snap 136 seq_num 459) 2024-07-27T18:25:09.170 INFO:tasks.rados.rados.0.smithi029.stdout:1460: expect (ObjNum 336 snap 89 seq_num 336) 2024-07-27T18:25:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:09 smithi179 ceph-mon[89801]: osdmap e347: 8 total, 8 up, 8 in 2024-07-27T18:25:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:25:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:09 smithi029 ceph-mon[96870]: osdmap e347: 8 total, 8 up, 8 in 2024-07-27T18:25:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:25:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:09 smithi029 ceph-mon[99353]: osdmap e347: 8 total, 8 up, 8 in 2024-07-27T18:25:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:25:10.109 INFO:tasks.rados.rados.0.smithi029.stdout:1457: done (4 left) 2024-07-27T18:25:10.109 INFO:tasks.rados.rados.0.smithi029.stdout:1458: done (3 left) 2024-07-27T18:25:10.109 INFO:tasks.rados.rados.0.smithi029.stdout:1459: done (2 left) 2024-07-27T18:25:10.109 INFO:tasks.rados.rados.0.smithi029.stdout:1460: done (1 left) 2024-07-27T18:25:10.109 INFO:tasks.rados.rados.0.smithi029.stdout:1463: done (0 left) 2024-07-27T18:25:10.109 INFO:tasks.rados.rados.0.smithi029.stdout:1464: rollback oid 39 current snap is 137 2024-07-27T18:25:10.109 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 39 to 117 2024-07-27T18:25:10.109 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 137 2024-07-27T18:25:10.109 INFO:tasks.rados.rados.0.smithi029.stdout:1465: seq_num 460 ranges {3506176=507904} 2024-07-27T18:25:10.132 INFO:tasks.rados.rados.0.smithi029.stdout:1465: writing smithi02985406-44 from 3506176 to 4014080 tid 1 2024-07-27T18:25:10.132 INFO:tasks.rados.rados.0.smithi029.stdout:1466: read oid 16 snap 125 2024-07-27T18:25:10.132 INFO:tasks.rados.rados.0.smithi029.stdout:1466: expect (ObjNum 421 snap 125 seq_num 421) 2024-07-27T18:25:10.132 INFO:tasks.rados.rados.0.smithi029.stdout:1467: rollback oid 18 current snap is 137 2024-07-27T18:25:10.132 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 18 to 123 2024-07-27T18:25:10.132 INFO:tasks.rados.rados.0.smithi029.stdout:1464: finishing rollback tid 0 to smithi02985406-39 2024-07-27T18:25:10.132 INFO:tasks.rados.rados.0.smithi029.stdout:1464: finishing rollback tid 1 to smithi02985406-39 2024-07-27T18:25:10.132 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 260 (ObjNum 129 snap 0 seq_num 368306528) dirty dne 2024-07-27T18:25:10.132 INFO:tasks.rados.rados.0.smithi029.stdout:1464: done (3 left) 2024-07-27T18:25:10.132 INFO:tasks.rados.rados.0.smithi029.stdout:1468: rmattr oid 3 current snap is 137 2024-07-27T18:25:10.132 INFO:tasks.rados.rados.0.smithi029.stdout:1469: snap_remove snap 129 2024-07-27T18:25:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:10 smithi179 ceph-mon[89801]: pgmap v181: 121 pgs: 121 active+clean; 281 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 1.8 MiB/s wr, 32 op/s; 16 MiB/s, 4 objects/s recovering 2024-07-27T18:25:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:10 smithi179 ceph-mon[89801]: osdmap e348: 8 total, 8 up, 8 in 2024-07-27T18:25:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:10 smithi029 ceph-mon[96870]: pgmap v181: 121 pgs: 121 active+clean; 281 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 1.8 MiB/s wr, 32 op/s; 16 MiB/s, 4 objects/s recovering 2024-07-27T18:25:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:10 smithi029 ceph-mon[96870]: osdmap e348: 8 total, 8 up, 8 in 2024-07-27T18:25:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:10 smithi029 ceph-mon[99353]: pgmap v181: 121 pgs: 121 active+clean; 281 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 1.8 MiB/s wr, 32 op/s; 16 MiB/s, 4 objects/s recovering 2024-07-27T18:25:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:10 smithi029 ceph-mon[99353]: osdmap e348: 8 total, 8 up, 8 in 2024-07-27T18:25:11.118 INFO:tasks.rados.rados.0.smithi029.stdout:1469: done (4 left) 2024-07-27T18:25:11.119 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 137 2024-07-27T18:25:11.119 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 621 (ObjNum 372 snap 106 seq_num 372) dirty exists 2024-07-27T18:25:11.119 INFO:tasks.rados.rados.0.smithi029.stdout:1470: seq_num 461 ranges {0=524288} 2024-07-27T18:25:11.122 INFO:tasks.rados.rados.0.smithi029.stdout:1470: writing smithi02985406-28 from 0 to 524288 tid 1 2024-07-27T18:25:11.122 INFO:tasks.rados.rados.0.smithi029.stdout:1467: finishing rollback tid 0 to smithi02985406-18 2024-07-27T18:25:11.122 INFO:tasks.rados.rados.0.smithi029.stdout:1467: finishing rollback tid 1 to smithi02985406-18 2024-07-27T18:25:11.122 INFO:tasks.rados.rados.0.smithi029.stdout:1465: finishing write tid 1 to smithi02985406-44 2024-07-27T18:25:11.122 INFO:tasks.rados.rados.0.smithi029.stdout:1467: finishing rollback tid 2 to smithi02985406-18 2024-07-27T18:25:11.122 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 955 (ObjNum 405 snap 117 seq_num 405) dirty exists 2024-07-27T18:25:11.122 INFO:tasks.rados.rados.0.smithi029.stdout:1465: finishing write tid 2 to smithi02985406-44 2024-07-27T18:25:11.123 INFO:tasks.rados.rados.0.smithi029.stdout:1465: finishing write tid 3 to smithi02985406-44 2024-07-27T18:25:11.123 INFO:tasks.rados.rados.0.smithi029.stdout:1465: oid 44 updating version 0 to 939 2024-07-27T18:25:11.123 INFO:tasks.rados.rados.0.smithi029.stdout:1465: oid 44 version 939 is already newer than 938 2024-07-27T18:25:11.123 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 939 (ObjNum 460 snap 137 seq_num 460) dirty exists 2024-07-27T18:25:11.123 INFO:tasks.rados.rados.0.smithi029.stdout:1465: left oid 44 (ObjNum 460 snap 137 seq_num 460) 2024-07-27T18:25:11.123 INFO:tasks.rados.rados.0.smithi029.stdout:1466: expect (ObjNum 421 snap 125 seq_num 421) 2024-07-27T18:25:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:11 smithi179 ceph-mon[89801]: osdmap e349: 8 total, 8 up, 8 in 2024-07-27T18:25:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:11 smithi029 ceph-mon[96870]: osdmap e349: 8 total, 8 up, 8 in 2024-07-27T18:25:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:11 smithi029 ceph-mon[99353]: osdmap e349: 8 total, 8 up, 8 in 2024-07-27T18:25:11.587 INFO:tasks.rados.rados.0.smithi029.stdout:1470: finishing write tid 1 to smithi02985406-28 2024-07-27T18:25:11.587 INFO:tasks.rados.rados.0.smithi029.stdout:1470: finishing write tid 2 to smithi02985406-28 2024-07-27T18:25:11.587 INFO:tasks.rados.rados.0.smithi029.stdout:1465: done (4 left) 2024-07-27T18:25:11.587 INFO:tasks.rados.rados.0.smithi029.stdout:1466: done (3 left) 2024-07-27T18:25:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:1467: done (2 left) 2024-07-27T18:25:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:1468: done (1 left) 2024-07-27T18:25:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:1471: read oid 13 snap 120 2024-07-27T18:25:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:1471: expect deleted 2024-07-27T18:25:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 43 current snap is 137 2024-07-27T18:25:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:1470: finishing write tid 3 to smithi02985406-28 2024-07-27T18:25:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:1470: oid 28 updating version 0 to 961 2024-07-27T18:25:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:1470: oid 28 version 961 is already newer than 960 2024-07-27T18:25:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 961 (ObjNum 461 snap 137 seq_num 461) dirty exists 2024-07-27T18:25:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:1470: left oid 28 (ObjNum 461 snap 137 seq_num 461) 2024-07-27T18:25:11.588 INFO:tasks.rados.rados.0.smithi029.stdout:1472: seq_num 462 ranges {1540096=540672} 2024-07-27T18:25:11.599 INFO:tasks.rados.rados.0.smithi029.stdout:1472: writing smithi02985406-43 from 1540096 to 2080768 tid 1 2024-07-27T18:25:11.599 INFO:tasks.rados.rados.0.smithi029.stdout:1470: done (2 left) 2024-07-27T18:25:11.599 INFO:tasks.rados.rados.0.smithi029.stdout:1473: copy_from oid 2 from oid 19 current snap is 137 2024-07-27T18:25:11.599 INFO:tasks.rados.rados.0.smithi029.stdout:1471: done (2 left) 2024-07-27T18:25:11.599 INFO:tasks.rados.rados.0.smithi029.stdout:1474: snap_remove snap 117 2024-07-27T18:25:11.948 INFO:tasks.rados.rados.0.smithi029.stdout:1474: done (2 left) 2024-07-27T18:25:11.948 INFO:tasks.rados.rados.0.smithi029.stdout:1475: snap_create 2024-07-27T18:25:11.949 INFO:tasks.rados.rados.0.smithi029.stdout:1472: finishing write tid 1 to smithi02985406-43 2024-07-27T18:25:11.949 INFO:tasks.rados.rados.0.smithi029.stdout:1472: finishing write tid 2 to smithi02985406-43 2024-07-27T18:25:11.949 INFO:tasks.rados.rados.0.smithi029.stdout:1472: finishing write tid 3 to smithi02985406-43 2024-07-27T18:25:11.949 INFO:tasks.rados.rados.0.smithi029.stdout:1472: oid 43 updating version 0 to 1048 2024-07-27T18:25:11.949 INFO:tasks.rados.rados.0.smithi029.stdout:1472: oid 43 updating version 1048 to 1049 2024-07-27T18:25:11.949 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 1049 (ObjNum 462 snap 137 seq_num 462) dirty exists 2024-07-27T18:25:11.949 INFO:tasks.rados.rados.0.smithi029.stdout:1472: left oid 43 (ObjNum 462 snap 137 seq_num 462) 2024-07-27T18:25:11.949 INFO:tasks.rados.rados.0.smithi029.stdout:1473: finishing copy_from racing read to smithi02985406-2 2024-07-27T18:25:11.949 INFO:tasks.rados.rados.0.smithi029.stdout:1473: finishing copy_from to smithi02985406-2 2024-07-27T18:25:11.949 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 632 (ObjNum 435 snap 128 seq_num 435) dirty exists 2024-07-27T18:25:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:12 smithi179 ceph-mon[89801]: pgmap v184: 121 pgs: 121 active+clean; 285 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.1 MiB/s wr, 13 op/s 2024-07-27T18:25:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:12 smithi179 ceph-mon[89801]: osdmap e350: 8 total, 8 up, 8 in 2024-07-27T18:25:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:12 smithi179 ceph-mon[89801]: osdmap e351: 8 total, 8 up, 8 in 2024-07-27T18:25:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:12 smithi029 ceph-mon[96870]: pgmap v184: 121 pgs: 121 active+clean; 285 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.1 MiB/s wr, 13 op/s 2024-07-27T18:25:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:12 smithi029 ceph-mon[96870]: osdmap e350: 8 total, 8 up, 8 in 2024-07-27T18:25:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:12 smithi029 ceph-mon[96870]: osdmap e351: 8 total, 8 up, 8 in 2024-07-27T18:25:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:12 smithi029 ceph-mon[99353]: pgmap v184: 121 pgs: 121 active+clean; 285 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.1 MiB/s wr, 13 op/s 2024-07-27T18:25:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:12 smithi029 ceph-mon[99353]: osdmap e350: 8 total, 8 up, 8 in 2024-07-27T18:25:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:12 smithi029 ceph-mon[99353]: osdmap e351: 8 total, 8 up, 8 in 2024-07-27T18:25:12.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:25:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:25:12] "GET /metrics HTTP/1.1" 200 36299 "" "Prometheus/2.43.0" 2024-07-27T18:25:12.951 INFO:tasks.rados.rados.0.smithi029.stdout:1472: done (2 left) 2024-07-27T18:25:12.951 INFO:tasks.rados.rados.0.smithi029.stdout:1473: done (1 left) 2024-07-27T18:25:12.951 INFO:tasks.rados.rados.0.smithi029.stdout:1475: done (0 left) 2024-07-27T18:25:12.951 INFO:tasks.rados.rados.0.smithi029.stdout:1476: read oid 47 snap -1 2024-07-27T18:25:12.952 INFO:tasks.rados.rados.0.smithi029.stdout:1476: expect (ObjNum 425 snap 125 seq_num 425) 2024-07-27T18:25:12.952 INFO:tasks.rados.rados.0.smithi029.stdout:1477: read oid 50 snap -1 2024-07-27T18:25:12.952 INFO:tasks.rados.rados.0.smithi029.stdout:1477: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:25:12.952 INFO:tasks.rados.rados.0.smithi029.stdout:1478: snap_remove snap 128 2024-07-27T18:25:13.953 INFO:tasks.rados.rados.0.smithi029.stdout:1478: done (2 left) 2024-07-27T18:25:13.954 INFO:tasks.rados.rados.0.smithi029.stdout:1479: snap_create 2024-07-27T18:25:13.954 INFO:tasks.rados.rados.0.smithi029.stdout:1477: expect (ObjNum 321 snap 85 seq_num 321) 2024-07-27T18:25:13.979 INFO:tasks.rados.rados.0.smithi029.stdout:1476: expect (ObjNum 425 snap 125 seq_num 425) 2024-07-27T18:25:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:13 smithi029 ceph-mon[96870]: pgmap v187: 121 pgs: 121 active+clean; 285 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2024-07-27T18:25:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:13 smithi029 ceph-mon[96870]: osdmap e352: 8 total, 8 up, 8 in 2024-07-27T18:25:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:13 smithi029 ceph-mon[99353]: pgmap v187: 121 pgs: 121 active+clean; 285 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2024-07-27T18:25:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:13 smithi029 ceph-mon[99353]: osdmap e352: 8 total, 8 up, 8 in 2024-07-27T18:25:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:13 smithi179 ceph-mon[89801]: pgmap v187: 121 pgs: 121 active+clean; 285 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2024-07-27T18:25:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:13 smithi179 ceph-mon[89801]: osdmap e352: 8 total, 8 up, 8 in 2024-07-27T18:25:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:14.963 INFO:tasks.rados.rados.0.smithi029.stdout:1476: done (2 left) 2024-07-27T18:25:14.964 INFO:tasks.rados.rados.0.smithi029.stdout:1477: done (1 left) 2024-07-27T18:25:14.964 INFO:tasks.rados.rados.0.smithi029.stdout:1479: done (0 left) 2024-07-27T18:25:14.964 INFO:tasks.rados.rados.0.smithi029.stdout:1480: copy_from oid 48 from oid 8 current snap is 139 2024-07-27T18:25:14.964 INFO:tasks.rados.rados.0.smithi029.stdout:1481: read oid 41 snap -1 2024-07-27T18:25:14.964 INFO:tasks.rados.rados.0.smithi029.stdout:1481: expect (ObjNum 336 snap 89 seq_num 336) 2024-07-27T18:25:14.964 INFO:tasks.rados.rados.0.smithi029.stdout:1482: snap_remove snap 126 2024-07-27T18:25:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:14 smithi029 ceph-mon[96870]: osdmap e353: 8 total, 8 up, 8 in 2024-07-27T18:25:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:14 smithi029 ceph-mon[99353]: osdmap e353: 8 total, 8 up, 8 in 2024-07-27T18:25:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:14 smithi179 ceph-mon[89801]: osdmap e353: 8 total, 8 up, 8 in 2024-07-27T18:25:15.966 INFO:tasks.rados.rados.0.smithi029.stdout:1482: done (2 left) 2024-07-27T18:25:15.966 INFO:tasks.rados.rados.0.smithi029.stdout:1483: snap_remove snap 109 2024-07-27T18:25:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:15 smithi029 ceph-mon[96870]: pgmap v190: 121 pgs: 121 active+clean; 284 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 0 op/s 2024-07-27T18:25:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:15 smithi029 ceph-mon[96870]: osdmap e354: 8 total, 8 up, 8 in 2024-07-27T18:25:16.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:15 smithi029 ceph-mon[99353]: pgmap v190: 121 pgs: 121 active+clean; 284 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 0 op/s 2024-07-27T18:25:16.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:15 smithi029 ceph-mon[99353]: osdmap e354: 8 total, 8 up, 8 in 2024-07-27T18:25:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:15 smithi179 ceph-mon[89801]: pgmap v190: 121 pgs: 121 active+clean; 284 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 0 op/s 2024-07-27T18:25:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:15 smithi179 ceph-mon[89801]: osdmap e354: 8 total, 8 up, 8 in 2024-07-27T18:25:16.950 INFO:tasks.rados.rados.0.smithi029.stdout:1483: done (2 left) 2024-07-27T18:25:16.950 INFO:tasks.rados.rados.0.smithi029.stdout:1484: copy_from oid 5 from oid 45 current snap is 139 2024-07-27T18:25:16.951 INFO:tasks.rados.rados.0.smithi029.stdout:1480: finishing copy_from racing read to smithi02985406-48 2024-07-27T18:25:16.951 INFO:tasks.rados.rados.0.smithi029.stdout:1480: finishing copy_from to smithi02985406-48 2024-07-27T18:25:16.951 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 949 (ObjNum 458 snap 136 seq_num 458) dirty exists 2024-07-27T18:25:16.951 INFO:tasks.rados.rados.0.smithi029.stdout:1481: expect (ObjNum 336 snap 89 seq_num 336) 2024-07-27T18:25:17.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:16 smithi029 ceph-mon[96870]: osdmap e355: 8 total, 8 up, 8 in 2024-07-27T18:25:17.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-07-27T18:25:17.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:16 smithi029 ceph-mon[96870]: osdmap e356: 8 total, 8 up, 8 in 2024-07-27T18:25:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:16 smithi029 ceph-mon[99353]: osdmap e355: 8 total, 8 up, 8 in 2024-07-27T18:25:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-07-27T18:25:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:16 smithi029 ceph-mon[99353]: osdmap e356: 8 total, 8 up, 8 in 2024-07-27T18:25:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:16 smithi179 ceph-mon[89801]: osdmap e355: 8 total, 8 up, 8 in 2024-07-27T18:25:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-07-27T18:25:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:16 smithi179 ceph-mon[89801]: osdmap e356: 8 total, 8 up, 8 in 2024-07-27T18:25:17.564 INFO:tasks.rados.rados.0.smithi029.stdout:1484: finishing copy_from racing read to smithi02985406-5 2024-07-27T18:25:17.564 INFO:tasks.rados.rados.0.smithi029.stdout:1484: finishing copy_from to smithi02985406-5 2024-07-27T18:25:17.564 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 564 (ObjNum 360 snap 100 seq_num 360) dirty exists 2024-07-27T18:25:17.564 INFO:tasks.rados.rados.0.smithi029.stdout:1480: done (2 left) 2024-07-27T18:25:17.564 INFO:tasks.rados.rados.0.smithi029.stdout:1481: done (1 left) 2024-07-27T18:25:17.564 INFO:tasks.rados.rados.0.smithi029.stdout:1484: done (0 left) 2024-07-27T18:25:17.564 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 139 2024-07-27T18:25:17.564 INFO:tasks.rados.rados.0.smithi029.stdout:1485: seq_num 463 ranges {0=557056} 2024-07-27T18:25:17.567 INFO:tasks.rados.rados.0.smithi029.stdout:1485: writing smithi02985406-38 from 0 to 557056 tid 1 2024-07-27T18:25:17.567 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 139 2024-07-27T18:25:17.567 INFO:tasks.rados.rados.0.smithi029.stdout:1486: seq_num 464 ranges {10731520=573440} 2024-07-27T18:25:17.629 INFO:tasks.rados.rados.0.smithi029.stdout:1486: writing smithi02985406-34 from 10731520 to 11304960 tid 1 2024-07-27T18:25:17.629 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 139 2024-07-27T18:25:17.629 INFO:tasks.rados.rados.0.smithi029.stdout:1487: seq_num 465 ranges {122880=598016} 2024-07-27T18:25:17.633 INFO:tasks.rados.rados.0.smithi029.stdout:1487: writing smithi02985406-22 from 122880 to 720896 tid 1 2024-07-27T18:25:17.633 INFO:tasks.rados.rados.0.smithi029.stdout:1488: rmattr oid 35 current snap is 139 2024-07-27T18:25:17.633 INFO:tasks.rados.rados.0.smithi029.stdout:1488: done (3 left) 2024-07-27T18:25:17.634 INFO:tasks.rados.rados.0.smithi029.stdout:1489: delete oid 1 current snap is 139 2024-07-27T18:25:17.634 INFO:tasks.rados.rados.0.smithi029.stdout:1485: finishing write tid 1 to smithi02985406-38 2024-07-27T18:25:17.634 INFO:tasks.rados.rados.0.smithi029.stdout:1485: finishing write tid 2 to smithi02985406-38 2024-07-27T18:25:17.634 INFO:tasks.rados.rados.0.smithi029.stdout:1485: finishing write tid 3 to smithi02985406-38 2024-07-27T18:25:17.634 INFO:tasks.rados.rados.0.smithi029.stdout:1485: oid 38 updating version 0 to 622 2024-07-27T18:25:17.634 INFO:tasks.rados.rados.0.smithi029.stdout:1485: oid 38 updating version 622 to 623 2024-07-27T18:25:17.634 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 623 (ObjNum 463 snap 139 seq_num 463) dirty exists 2024-07-27T18:25:17.634 INFO:tasks.rados.rados.0.smithi029.stdout:1485: left oid 38 (ObjNum 463 snap 139 seq_num 463) 2024-07-27T18:25:17.634 INFO:tasks.rados.rados.0.smithi029.stdout:1486: finishing write tid 1 to smithi02985406-34 2024-07-27T18:25:17.634 INFO:tasks.rados.rados.0.smithi029.stdout:1486: finishing write tid 2 to smithi02985406-34 2024-07-27T18:25:17.635 INFO:tasks.rados.rados.0.smithi029.stdout:1486: finishing write tid 3 to smithi02985406-34 2024-07-27T18:25:17.635 INFO:tasks.rados.rados.0.smithi029.stdout:1486: oid 34 updating version 0 to 651 2024-07-27T18:25:17.635 INFO:tasks.rados.rados.0.smithi029.stdout:1486: oid 34 version 651 is already newer than 650 2024-07-27T18:25:17.635 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 651 (ObjNum 464 snap 139 seq_num 464) dirty exists 2024-07-27T18:25:17.636 INFO:tasks.rados.rados.0.smithi029.stdout:1486: left oid 34 (ObjNum 464 snap 139 seq_num 464) 2024-07-27T18:25:17.636 INFO:tasks.rados.rados.0.smithi029.stdout:1485: done (3 left) 2024-07-27T18:25:17.636 INFO:tasks.rados.rados.0.smithi029.stdout:1486: done (2 left) 2024-07-27T18:25:17.636 INFO:tasks.rados.rados.0.smithi029.stdout:1489: done (1 left) 2024-07-27T18:25:17.636 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 139 2024-07-27T18:25:17.636 INFO:tasks.rados.rados.0.smithi029.stdout:1490: seq_num 467 ranges {1236992=630784} 2024-07-27T18:25:17.645 INFO:tasks.rados.rados.0.smithi029.stdout:1490: writing smithi02985406-5 from 1236992 to 1867776 tid 1 2024-07-27T18:25:17.646 INFO:tasks.rados.rados.0.smithi029.stdout:1491: delete oid 38 current snap is 139 2024-07-27T18:25:17.646 INFO:tasks.rados.rados.0.smithi029.stdout:1487: finishing write tid 1 to smithi02985406-22 2024-07-27T18:25:17.646 INFO:tasks.rados.rados.0.smithi029.stdout:1487: finishing write tid 2 to smithi02985406-22 2024-07-27T18:25:17.646 INFO:tasks.rados.rados.0.smithi029.stdout:1487: finishing write tid 3 to smithi02985406-22 2024-07-27T18:25:17.646 INFO:tasks.rados.rados.0.smithi029.stdout:1487: oid 22 updating version 0 to 618 2024-07-27T18:25:17.646 INFO:tasks.rados.rados.0.smithi029.stdout:1487: oid 22 version 618 is already newer than 617 2024-07-27T18:25:17.646 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 618 (ObjNum 465 snap 139 seq_num 465) dirty exists 2024-07-27T18:25:17.646 INFO:tasks.rados.rados.0.smithi029.stdout:1487: left oid 22 (ObjNum 465 snap 139 seq_num 465) 2024-07-27T18:25:17.647 INFO:tasks.rados.rados.0.smithi029.stdout:1487: done (2 left) 2024-07-27T18:25:17.647 INFO:tasks.rados.rados.0.smithi029.stdout:1491: done (1 left) 2024-07-27T18:25:17.647 INFO:tasks.rados.rados.0.smithi029.stdout:1492: setattr oid 17 current snap is 139 2024-07-27T18:25:17.648 INFO:tasks.rados.rados.0.smithi029.stdout:1493: read oid 21 snap -1 2024-07-27T18:25:17.648 INFO:tasks.rados.rados.0.smithi029.stdout:1493: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:25:17.648 INFO:tasks.rados.rados.0.smithi029.stdout:1494: snap_remove snap 123 2024-07-27T18:25:17.978 INFO:tasks.rados.rados.0.smithi029.stdout:1494: done (3 left) 2024-07-27T18:25:17.978 INFO:tasks.rados.rados.0.smithi029.stdout:1495: snap_remove snap 133 2024-07-27T18:25:18.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:17 smithi029 ceph-mon[96870]: pgmap v193: 121 pgs: 121 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 490 KiB/s wr, 7 op/s 2024-07-27T18:25:18.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:17 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-07-27T18:25:18.112 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:17 smithi029 ceph-mon[96870]: Upgrade: osd.2 is safe to restart 2024-07-27T18:25:18.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:17 smithi029 ceph-mon[99353]: pgmap v193: 121 pgs: 121 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 490 KiB/s wr, 7 op/s 2024-07-27T18:25:18.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:17 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-07-27T18:25:18.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:17 smithi029 ceph-mon[99353]: Upgrade: osd.2 is safe to restart 2024-07-27T18:25:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:17 smithi179 ceph-mon[89801]: pgmap v193: 121 pgs: 121 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 490 KiB/s wr, 7 op/s 2024-07-27T18:25:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:17 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-07-27T18:25:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:17 smithi179 ceph-mon[89801]: Upgrade: osd.2 is safe to restart 2024-07-27T18:25:18.980 INFO:tasks.rados.rados.0.smithi029.stdout:1495: done (3 left) 2024-07-27T18:25:18.980 INFO:tasks.rados.rados.0.smithi029.stdout:1496: snap_create 2024-07-27T18:25:18.980 INFO:tasks.rados.rados.0.smithi029.stdout:1490: finishing write tid 1 to smithi02985406-5 2024-07-27T18:25:18.980 INFO:tasks.rados.rados.0.smithi029.stdout:1490: finishing write tid 2 to smithi02985406-5 2024-07-27T18:25:18.981 INFO:tasks.rados.rados.0.smithi029.stdout:1490: finishing write tid 3 to smithi02985406-5 2024-07-27T18:25:18.981 INFO:tasks.rados.rados.0.smithi029.stdout:1490: oid 5 updating version 0 to 1094 2024-07-27T18:25:18.981 INFO:tasks.rados.rados.0.smithi029.stdout:1490: oid 5 version 1094 is already newer than 1093 2024-07-27T18:25:18.981 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1094 (ObjNum 467 snap 139 seq_num 467) dirty exists 2024-07-27T18:25:18.981 INFO:tasks.rados.rados.0.smithi029.stdout:1490: left oid 5 (ObjNum 467 snap 139 seq_num 467) 2024-07-27T18:25:18.981 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 623 (ObjNum 355 snap 96 seq_num 355) dirty exists 2024-07-27T18:25:18.981 INFO:tasks.rados.rados.0.smithi029.stdout:1493: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:25:19.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:18 smithi029 ceph-mon[96870]: osdmap e357: 8 total, 8 up, 8 in 2024-07-27T18:25:19.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:18 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:19.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-07-27T18:25:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:25:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:18 smithi029 ceph-mon[96870]: osdmap e358: 8 total, 8 up, 8 in 2024-07-27T18:25:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:18 smithi029 ceph-mon[99353]: osdmap e357: 8 total, 8 up, 8 in 2024-07-27T18:25:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:18 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-07-27T18:25:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:25:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:18 smithi029 ceph-mon[99353]: osdmap e358: 8 total, 8 up, 8 in 2024-07-27T18:25:19.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:18 smithi179 ceph-mon[89801]: osdmap e357: 8 total, 8 up, 8 in 2024-07-27T18:25:19.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:18 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:19.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-07-27T18:25:19.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:25:19.315 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:18 smithi179 ceph-mon[89801]: osdmap e358: 8 total, 8 up, 8 in 2024-07-27T18:25:19.838 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:25:19.981 INFO:tasks.rados.rados.0.smithi029.stdout:1490: done (3 left) 2024-07-27T18:25:19.981 INFO:tasks.rados.rados.0.smithi029.stdout:1492: done (2 left) 2024-07-27T18:25:19.981 INFO:tasks.rados.rados.0.smithi029.stdout:1493: done (1 left) 2024-07-27T18:25:19.981 INFO:tasks.rados.rados.0.smithi029.stdout:1496: done (0 left) 2024-07-27T18:25:19.981 INFO:tasks.rados.rados.0.smithi029.stdout:1497: rollback oid 14 current snap is 140 2024-07-27T18:25:19.981 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 14 to 136 2024-07-27T18:25:19.981 INFO:tasks.rados.rados.0.smithi029.stdout:1498: snap_remove snap 135 2024-07-27T18:25:20.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:19 smithi029 ceph-mon[96870]: Upgrade: Updating osd.2 2024-07-27T18:25:20.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:19 smithi029 ceph-mon[96870]: Deploying daemon osd.2 on smithi029 2024-07-27T18:25:20.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:19 smithi029 ceph-mon[96870]: pgmap v196: 121 pgs: 121 active+clean; 252 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 490 KiB/s wr, 6 op/s 2024-07-27T18:25:20.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:19 smithi029 ceph-mon[96870]: osdmap e359: 8 total, 8 up, 8 in 2024-07-27T18:25:20.063 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:19 smithi029 ceph-mon[99353]: Upgrade: Updating osd.2 2024-07-27T18:25:20.065 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:19 smithi029 ceph-mon[99353]: Deploying daemon osd.2 on smithi029 2024-07-27T18:25:20.066 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:19 smithi029 ceph-mon[99353]: pgmap v196: 121 pgs: 121 active+clean; 252 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 490 KiB/s wr, 6 op/s 2024-07-27T18:25:20.066 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:19 smithi029 ceph-mon[99353]: osdmap e359: 8 total, 8 up, 8 in 2024-07-27T18:25:20.123 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:25:20.124 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (6m) 22s ago 7m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:25:20.124 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (7m) 98s ago 7m 91.6M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:25:20.124 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (8m) 22s ago 8m 16.5M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:25:20.124 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (8m) 98s ago 8m 21.3M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:25:20.124 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (2m) 98s ago 12m 439M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:25:20.124 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (3m) 22s ago 14m 508M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:25:20.124 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (2m) 22s ago 14m 53.8M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:25:20.124 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (103s) 98s ago 12m 22.1M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:25:20.124 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (116s) 22s ago 12m 49.0M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:25:20.124 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (6m) 22s ago 6m 16.2M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:25:20.124 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (6m) 98s ago 6m 15.4M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:25:20.125 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (60s) 22s ago 11m 94.5M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d f8777ac80a25 2024-07-27T18:25:20.125 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (26s) 22s ago 11m 11.6M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cc8b7a514095 2024-07-27T18:25:20.125 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (11m) 22s ago 11m 193M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 84c890d6b0b2 2024-07-27T18:25:20.125 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (10m) 22s ago 10m 110M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 0e2db681e2f2 2024-07-27T18:25:20.125 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (10m) 98s ago 10m 147M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 9431ed9c63c6 2024-07-27T18:25:20.125 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (9m) 98s ago 9m 166M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:25:20.125 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (9m) 98s ago 9m 114M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:25:20.125 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (9m) 98s ago 9m 152M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:25:20.125 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (2m) 98s ago 7m 50.4M - 2.43.0 a07b618ecd1d 14077408bc57 2024-07-27T18:25:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:19 smithi179 ceph-mon[89801]: Upgrade: Updating osd.2 2024-07-27T18:25:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:19 smithi179 ceph-mon[89801]: Deploying daemon osd.2 on smithi029 2024-07-27T18:25:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:19 smithi179 ceph-mon[89801]: pgmap v196: 121 pgs: 121 active+clean; 252 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 490 KiB/s wr, 6 op/s 2024-07-27T18:25:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:19 smithi179 ceph-mon[89801]: osdmap e359: 8 total, 8 up, 8 in 2024-07-27T18:25:20.475 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:25:20.475 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:25:20.475 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:25:20.475 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:25:20.475 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:25:20.475 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:25:20.475 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:25:20.475 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:25:20.475 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 6, 2024-07-27T18:25:20.475 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:25:20.476 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:25:20.476 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:25:20.476 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:25:20.476 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:25:20.476 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:25:20.476 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 8, 2024-07-27T18:25:20.476 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 7 2024-07-27T18:25:20.476 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:25:20.476 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:25:20.983 INFO:tasks.rados.rados.0.smithi029.stdout:1498: done (1 left) 2024-07-27T18:25:20.983 INFO:tasks.rados.rados.0.smithi029.stdout:1499: snap_remove snap 138 2024-07-27T18:25:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:20 smithi029 ceph-mon[99353]: from='client.44174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:25:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:20 smithi029 ceph-mon[99353]: from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:25:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:20 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3852739181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:20 smithi029 ceph-mon[99353]: osdmap e360: 8 total, 8 up, 8 in 2024-07-27T18:25:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:20 smithi029 ceph-mon[96870]: from='client.44174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:25:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:20 smithi029 ceph-mon[96870]: from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:25:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:20 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3852739181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:21.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:20 smithi029 ceph-mon[96870]: osdmap e360: 8 total, 8 up, 8 in 2024-07-27T18:25:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:20 smithi179 ceph-mon[89801]: from='client.44174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:25:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:20 smithi179 ceph-mon[89801]: from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:25:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:20 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3852739181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:20 smithi179 ceph-mon[89801]: osdmap e360: 8 total, 8 up, 8 in 2024-07-27T18:25:21.952 INFO:tasks.rados.rados.0.smithi029.stdout:1499: done (1 left) 2024-07-27T18:25:21.952 INFO:tasks.rados.rados.0.smithi029.stdout:1500: rollback oid 38 current snap is 140 2024-07-27T18:25:21.953 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 38 to 139 2024-07-27T18:25:21.953 INFO:tasks.rados.rados.0.smithi029.stdout:1497: finishing rollback tid 0 to smithi02985406-14 2024-07-27T18:25:21.953 INFO:tasks.rados.rados.0.smithi029.stdout:1497: finishing rollback tid 1 to smithi02985406-14 2024-07-27T18:25:21.953 INFO:tasks.rados.rados.0.smithi029.stdout:1497: finishing rollback tid 2 to smithi02985406-14 2024-07-27T18:25:21.953 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 752 (ObjNum 392 snap 110 seq_num 392) dirty exists 2024-07-27T18:25:21.953 INFO:tasks.rados.rados.0.smithi029.stdout:1497: done (1 left) 2024-07-27T18:25:21.953 INFO:tasks.rados.rados.0.smithi029.stdout:1501: read oid 30 snap -1 2024-07-27T18:25:21.953 INFO:tasks.rados.rados.0.smithi029.stdout:1501: expect (ObjNum 424 snap 125 seq_num 424) 2024-07-27T18:25:21.953 INFO:tasks.rados.rados.0.smithi029.stdout:1502: setattr oid 28 current snap is 140 2024-07-27T18:25:21.954 INFO:tasks.rados.rados.0.smithi029.stdout:1503: read oid 4 snap -1 2024-07-27T18:25:21.954 INFO:tasks.rados.rados.0.smithi029.stdout:1503: expect (ObjNum 301 snap 77 seq_num 301) 2024-07-27T18:25:21.954 INFO:tasks.rados.rados.0.smithi029.stdout:1504: snap_create 2024-07-27T18:25:21.954 INFO:tasks.rados.rados.0.smithi029.stdout:1500: finishing rollback tid 1 to smithi02985406-38 2024-07-27T18:25:21.954 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-07-27T18:25:21.966 INFO:tasks.rados.rados.0.smithi029.stdout:1501: expect (ObjNum 424 snap 125 seq_num 424) 2024-07-27T18:25:21.988 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:21 smithi029 systemd[1]: Stopping Ceph osd.2 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:25:21.989 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2[57018]: 2024-07-27T18:25:21.985+0000 7f0b82177640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:25:21.989 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2[57018]: 2024-07-27T18:25:21.985+0000 7f0b82177640 -1 osd.2 361 *** Got signal Terminated *** 2024-07-27T18:25:21.989 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:21 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2[57018]: 2024-07-27T18:25:21.985+0000 7f0b82177640 -1 osd.2 361 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T18:25:22.048 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 1021 (ObjNum 461 snap 137 seq_num 461) dirty exists 2024-07-27T18:25:22.049 INFO:tasks.rados.rados.0.smithi029.stdout:1503: expect (ObjNum 301 snap 77 seq_num 301) 2024-07-27T18:25:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:21 smithi029 ceph-mon[96870]: pgmap v199: 121 pgs: 121 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:25:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:21 smithi029 ceph-mon[96870]: osdmap e361: 8 total, 8 up, 8 in 2024-07-27T18:25:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:21 smithi029 ceph-mon[96870]: osd.2 marked itself down and dead 2024-07-27T18:25:22.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:21 smithi029 ceph-mon[99353]: pgmap v199: 121 pgs: 121 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:25:22.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:21 smithi029 ceph-mon[99353]: osdmap e361: 8 total, 8 up, 8 in 2024-07-27T18:25:22.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:21 smithi029 ceph-mon[99353]: osd.2 marked itself down and dead 2024-07-27T18:25:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:21 smithi179 ceph-mon[89801]: pgmap v199: 121 pgs: 121 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:25:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:21 smithi179 ceph-mon[89801]: osdmap e361: 8 total, 8 up, 8 in 2024-07-27T18:25:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:21 smithi179 ceph-mon[89801]: osd.2 marked itself down and dead 2024-07-27T18:25:22.754 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:25:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:25:22] "GET /metrics HTTP/1.1" 200 36299 "" "Prometheus/2.43.0" 2024-07-27T18:25:22.958 INFO:tasks.rados.rados.0.smithi029.stdout:1500: done (4 left) 2024-07-27T18:25:22.958 INFO:tasks.rados.rados.0.smithi029.stdout:1501: done (3 left) 2024-07-27T18:25:22.958 INFO:tasks.rados.rados.0.smithi029.stdout:1502: done (2 left) 2024-07-27T18:25:22.958 INFO:tasks.rados.rados.0.smithi029.stdout:1503: done (1 left) 2024-07-27T18:25:22.958 INFO:tasks.rados.rados.0.smithi029.stdout:1504: done (0 left) 2024-07-27T18:25:22.958 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 141 2024-07-27T18:25:22.959 INFO:tasks.rados.rados.0.smithi029.stdout:1505: seq_num 469 ranges {4014080=663552} 2024-07-27T18:25:22.982 INFO:tasks.rados.rados.0.smithi029.stdout:1505: writing smithi02985406-44 from 4014080 to 4677632 tid 1 2024-07-27T18:25:22.982 INFO:tasks.rados.rados.0.smithi029.stdout:1506: read oid 10 snap -1 2024-07-27T18:25:22.982 INFO:tasks.rados.rados.0.smithi029.stdout:1506: expect (ObjNum 423 snap 125 seq_num 423) 2024-07-27T18:25:22.982 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 141 2024-07-27T18:25:22.982 INFO:tasks.rados.rados.0.smithi029.stdout:1507: seq_num 470 ranges {524288=679936} 2024-07-27T18:25:22.989 INFO:tasks.rados.rados.0.smithi029.stdout:1507: writing smithi02985406-28 from 524288 to 1204224 tid 1 2024-07-27T18:25:22.989 INFO:tasks.rados.rados.0.smithi029.stdout:1508: rollback oid 26 current snap is 141 2024-07-27T18:25:22.989 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 26 to 120 2024-07-27T18:25:22.989 INFO:tasks.rados.rados.0.smithi029.stdout:1509: rollback oid 46 current snap is 141 2024-07-27T18:25:22.990 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 139 2024-07-27T18:25:22.990 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 141 2024-07-27T18:25:22.990 INFO:tasks.rados.rados.0.smithi029.stdout:1510: seq_num 471 ranges {434176=696320} 2024-07-27T18:25:22.995 INFO:tasks.rados.rados.0.smithi029.stdout:1510: writing smithi02985406-19 from 434176 to 1130496 tid 1 2024-07-27T18:25:22.995 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 141 2024-07-27T18:25:22.995 INFO:tasks.rados.rados.0.smithi029.stdout:1507: finishing write tid 1 to smithi02985406-28 2024-07-27T18:25:22.995 INFO:tasks.rados.rados.0.smithi029.stdout:1507: finishing write tid 2 to smithi02985406-28 2024-07-27T18:25:22.996 INFO:tasks.rados.rados.0.smithi029.stdout:1507: finishing write tid 3 to smithi02985406-28 2024-07-27T18:25:22.996 INFO:tasks.rados.rados.0.smithi029.stdout:1507: oid 28 updating version 0 to 1024 2024-07-27T18:25:22.996 INFO:tasks.rados.rados.0.smithi029.stdout:1507: oid 28 version 1024 is already newer than 1023 2024-07-27T18:25:22.996 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 1024 (ObjNum 470 snap 141 seq_num 470) dirty exists 2024-07-27T18:25:22.996 INFO:tasks.rados.rados.0.smithi029.stdout:1507: left oid 28 (ObjNum 470 snap 141 seq_num 470) 2024-07-27T18:25:22.996 INFO:tasks.rados.rados.0.smithi029.stdout:1511: seq_num 472 ranges {0=712704} 2024-07-27T18:25:23.000 INFO:tasks.rados.rados.0.smithi029.stdout:1511: writing smithi02985406-1 from 0 to 712704 tid 1 2024-07-27T18:25:23.000 INFO:tasks.rados.rados.0.smithi029.stdout:1507: done (6 left) 2024-07-27T18:25:23.000 INFO:tasks.rados.rados.0.smithi029.stdout:1512: copy_from oid 43 from oid 20 current snap is 141 2024-07-27T18:25:23.000 INFO:tasks.rados.rados.0.smithi029.stdout:1513: read oid 6 snap 136 2024-07-27T18:25:23.000 INFO:tasks.rados.rados.0.smithi029.stdout:1513: expect (ObjNum 371 snap 106 seq_num 371) 2024-07-27T18:25:23.000 INFO:tasks.rados.rados.0.smithi029.stdout:1514: snap_create 2024-07-27T18:25:23.005 INFO:tasks.rados.rados.0.smithi029.stdout:1512: finishing copy_from racing read to smithi02985406-43 2024-07-27T18:25:23.005 INFO:tasks.rados.rados.0.smithi029.stdout:1512: finishing copy_from to smithi02985406-43 2024-07-27T18:25:23.005 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 951 (ObjNum 459 snap 136 seq_num 459) dirty exists 2024-07-27T18:25:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:23 smithi029 ceph-mon[96870]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:25:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:23 smithi029 ceph-mon[96870]: osdmap e362: 8 total, 7 up, 8 in 2024-07-27T18:25:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:23 smithi029 ceph-mon[99353]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:25:23.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:23 smithi029 ceph-mon[99353]: osdmap e362: 8 total, 7 up, 8 in 2024-07-27T18:25:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:23 smithi179 ceph-mon[89801]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:25:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:23 smithi179 ceph-mon[89801]: osdmap e362: 8 total, 7 up, 8 in 2024-07-27T18:25:23.780 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:23 smithi029 podman[114769]: 2024-07-27 18:25:23.507618689 +0000 UTC m=+1.619437719 container died 84c890d6b0b26d969cff9dc613658d7442d9c63bc826f18df9543a58be9fe1bb (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-a3bbd72, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-07-27T18:25:23.955 INFO:tasks.rados.rados.0.smithi029.stdout:1512: done (8 left) 2024-07-27T18:25:23.956 INFO:tasks.rados.rados.0.smithi029.stdout:1514: done (7 left) 2024-07-27T18:25:23.956 INFO:tasks.rados.rados.0.smithi029.stdout:1515: delete oid 34 current snap is 142 2024-07-27T18:25:23.969 INFO:tasks.rados.rados.0.smithi029.stdout:1508: finishing rollback tid 0 to smithi02985406-26 2024-07-27T18:25:23.970 INFO:tasks.rados.rados.0.smithi029.stdout:1508: finishing rollback tid 1 to smithi02985406-26 2024-07-27T18:25:23.970 INFO:tasks.rados.rados.0.smithi029.stdout:1509: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:25:23.970 INFO:tasks.rados.rados.0.smithi029.stdout:1509: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:25:23.971 INFO:tasks.rados.rados.0.smithi029.stdout:1508: finishing rollback tid 2 to smithi02985406-26 2024-07-27T18:25:23.971 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 573 (ObjNum 342 snap 91 seq_num 342) dirty exists 2024-07-27T18:25:23.971 INFO:tasks.rados.rados.0.smithi029.stdout:1509: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:25:23.971 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 603 (ObjNum 370 snap 104 seq_num 370) dirty exists 2024-07-27T18:25:23.971 INFO:tasks.rados.rados.0.smithi029.stdout:1505: finishing write tid 1 to smithi02985406-44 2024-07-27T18:25:23.971 INFO:tasks.rados.rados.0.smithi029.stdout:1510: finishing write tid 1 to smithi02985406-19 2024-07-27T18:25:23.973 INFO:tasks.rados.rados.0.smithi029.stdout:1510: finishing write tid 2 to smithi02985406-19 2024-07-27T18:25:23.974 INFO:tasks.rados.rados.0.smithi029.stdout:1510: finishing write tid 3 to smithi02985406-19 2024-07-27T18:25:23.974 INFO:tasks.rados.rados.0.smithi029.stdout:1510: oid 19 updating version 0 to 668 2024-07-27T18:25:23.974 INFO:tasks.rados.rados.0.smithi029.stdout:1510: oid 19 version 668 is already newer than 667 2024-07-27T18:25:23.974 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 668 (ObjNum 471 snap 141 seq_num 471) dirty exists 2024-07-27T18:25:23.974 INFO:tasks.rados.rados.0.smithi029.stdout:1510: left oid 19 (ObjNum 471 snap 141 seq_num 471) 2024-07-27T18:25:23.975 INFO:tasks.rados.rados.0.smithi029.stdout:1508: done (7 left) 2024-07-27T18:25:23.975 INFO:tasks.rados.rados.0.smithi029.stdout:1509: done (6 left) 2024-07-27T18:25:23.975 INFO:tasks.rados.rados.0.smithi029.stdout:1510: done (5 left) 2024-07-27T18:25:23.975 INFO:tasks.rados.rados.0.smithi029.stdout:1515: done (4 left) 2024-07-27T18:25:23.975 INFO:tasks.rados.rados.0.smithi029.stdout:1516: snap_remove snap 120 2024-07-27T18:25:24.183 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:24 smithi029 ceph-mon[96870]: pgmap v202: 121 pgs: 121 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:25:24.183 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:24.183 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:25:24.183 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:24 smithi029 ceph-mon[96870]: osdmap e363: 8 total, 7 up, 8 in 2024-07-27T18:25:24.183 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:24 smithi029 ceph-mon[99353]: pgmap v202: 121 pgs: 121 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:25:24.183 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:24.184 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:25:24.184 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:24 smithi029 ceph-mon[99353]: osdmap e363: 8 total, 7 up, 8 in 2024-07-27T18:25:24.184 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:23 smithi029 podman[114769]: 2024-07-27 18:25:23.869137669 +0000 UTC m=+1.980956689 container cleanup 84c890d6b0b26d969cff9dc613658d7442d9c63bc826f18df9543a58be9fe1bb (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , RELEASE=reef-a3bbd72, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:25:24.184 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:23 smithi029 bash[114769]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2 2024-07-27T18:25:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:24 smithi179 ceph-mon[89801]: pgmap v202: 121 pgs: 121 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:25:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:25:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:24 smithi179 ceph-mon[89801]: osdmap e363: 8 total, 7 up, 8 in 2024-07-27T18:25:24.501 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:24 smithi029 podman[114789]: 2024-07-27 18:25:24.181817926 +0000 UTC m=+0.673103568 container remove 84c890d6b0b26d969cff9dc613658d7442d9c63bc826f18df9543a58be9fe1bb (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2, RELEASE=reef-a3bbd72, io.buildah.version=1.36.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716) 2024-07-27T18:25:24.824 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:24 smithi029 podman[114883]: 2024-07-27 18:25:24.408180223 +0000 UTC m=+0.017710317 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:25:24.824 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:24 smithi029 podman[114883]: 2024-07-27 18:25:24.508656422 +0000 UTC m=+0.118186495 container create 087e952b899cb413913e4fb825196f8fc32211ec3856a5fb4cf89e066284bbb0 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-deactivate, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0) 2024-07-27T18:25:24.824 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:24 smithi029 podman[114883]: 2024-07-27 18:25:24.746010878 +0000 UTC m=+0.355540953 container init 087e952b899cb413913e4fb825196f8fc32211ec3856a5fb4cf89e066284bbb0 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240716) 2024-07-27T18:25:24.824 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:24 smithi029 podman[114883]: 2024-07-27 18:25:24.751245949 +0000 UTC m=+0.360776033 container start 087e952b899cb413913e4fb825196f8fc32211ec3856a5fb4cf89e066284bbb0 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-deactivate, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.36.0) 2024-07-27T18:25:24.824 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:24 smithi029 podman[114883]: 2024-07-27 18:25:24.822718527 +0000 UTC m=+0.432248615 container attach 087e952b899cb413913e4fb825196f8fc32211ec3856a5fb4cf89e066284bbb0 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-deactivate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240716) 2024-07-27T18:25:24.956 INFO:tasks.rados.rados.0.smithi029.stdout:1516: done (4 left) 2024-07-27T18:25:24.956 INFO:tasks.rados.rados.0.smithi029.stdout:1517: rollback oid 43 current snap is 142 2024-07-27T18:25:24.956 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 43 to 125 2024-07-27T18:25:24.957 INFO:tasks.rados.rados.0.smithi029.stdout:1505: finishing write tid 2 to smithi02985406-44 2024-07-27T18:25:24.957 INFO:tasks.rados.rados.0.smithi029.stdout:1506: expect (ObjNum 423 snap 125 seq_num 423) 2024-07-27T18:25:25.251 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:24 smithi029 podman[114883]: 2024-07-27 18:25:24.951945289 +0000 UTC m=+0.561475363 container died 087e952b899cb413913e4fb825196f8fc32211ec3856a5fb4cf89e066284bbb0 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0) 2024-07-27T18:25:25.853 INFO:tasks.rados.rados.0.smithi029.stdout:1505: finishing write tid 3 to smithi02985406-44 2024-07-27T18:25:25.853 INFO:tasks.rados.rados.0.smithi029.stdout:1505: oid 44 updating version 0 to 940 2024-07-27T18:25:25.853 INFO:tasks.rados.rados.0.smithi029.stdout:1505: oid 44 updating version 940 to 941 2024-07-27T18:25:25.853 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 941 (ObjNum 469 snap 141 seq_num 469) dirty exists 2024-07-27T18:25:25.853 INFO:tasks.rados.rados.0.smithi029.stdout:1505: left oid 44 (ObjNum 469 snap 141 seq_num 469) 2024-07-27T18:25:25.853 INFO:tasks.rados.rados.0.smithi029.stdout:1511: finishing write tid 1 to smithi02985406-1 2024-07-27T18:25:25.853 INFO:tasks.rados.rados.0.smithi029.stdout:1511: finishing write tid 2 to smithi02985406-1 2024-07-27T18:25:25.854 INFO:tasks.rados.rados.0.smithi029.stdout:1511: finishing write tid 3 to smithi02985406-1 2024-07-27T18:25:25.854 INFO:tasks.rados.rados.0.smithi029.stdout:1511: oid 1 updating version 0 to 942 2024-07-27T18:25:25.854 INFO:tasks.rados.rados.0.smithi029.stdout:1511: oid 1 updating version 942 to 943 2024-07-27T18:25:25.854 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 943 (ObjNum 472 snap 141 seq_num 472) dirty exists 2024-07-27T18:25:25.854 INFO:tasks.rados.rados.0.smithi029.stdout:1511: left oid 1 (ObjNum 472 snap 141 seq_num 472) 2024-07-27T18:25:25.854 INFO:tasks.rados.rados.0.smithi029.stdout:1513: expect (ObjNum 371 snap 106 seq_num 371) 2024-07-27T18:25:25.955 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:25 smithi029 podman[114926]: 2024-07-27 18:25:25.621403851 +0000 UTC m=+0.653629979 container remove 087e952b899cb413913e4fb825196f8fc32211ec3856a5fb4cf89e066284bbb0 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-deactivate, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716) 2024-07-27T18:25:25.956 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:25 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.2.service: Deactivated successfully. 2024-07-27T18:25:25.956 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:25 smithi029 systemd[1]: Stopped Ceph osd.2 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:25:25.956 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:25 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.2.service: Consumed 14.626s CPU time. 2024-07-27T18:25:25.956 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:25 smithi029 systemd[1]: Starting Ceph osd.2 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:25:26.207 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:25 smithi029 ceph-mon[96870]: pgmap v205: 121 pgs: 4 active+undersized, 7 peering, 10 stale+active+clean, 2 active+undersized+degraded, 98 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 170 KiB/s wr, 2 op/s; 22/384 objects degraded (5.729%) 2024-07-27T18:25:26.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:25 smithi029 ceph-mon[96870]: osdmap e364: 8 total, 7 up, 8 in 2024-07-27T18:25:26.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:25 smithi029 ceph-mon[96870]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-07-27T18:25:26.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:25 smithi029 ceph-mon[96870]: Health check failed: Degraded data redundancy: 22/384 objects degraded (5.729%), 2 pgs degraded (PG_DEGRADED) 2024-07-27T18:25:26.208 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:25 smithi029 ceph-mon[99353]: pgmap v205: 121 pgs: 4 active+undersized, 7 peering, 10 stale+active+clean, 2 active+undersized+degraded, 98 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 170 KiB/s wr, 2 op/s; 22/384 objects degraded (5.729%) 2024-07-27T18:25:26.208 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:25 smithi029 ceph-mon[99353]: osdmap e364: 8 total, 7 up, 8 in 2024-07-27T18:25:26.208 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:25 smithi029 ceph-mon[99353]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-07-27T18:25:26.208 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:25 smithi029 ceph-mon[99353]: Health check failed: Degraded data redundancy: 22/384 objects degraded (5.729%), 2 pgs degraded (PG_DEGRADED) 2024-07-27T18:25:26.208 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 podman[115033]: 2024-07-27 18:25:25.966836259 +0000 UTC m=+0.020914245 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:25:26.209 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 podman[115033]: 2024-07-27 18:25:26.074732273 +0000 UTC m=+0.128810234 container create 383579d3729066873bdf3112f65431d135d1091e6fc49686f07541f91ed4681f (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-07-27T18:25:26.393 INFO:tasks.rados.rados.0.smithi029.stdout:1517: finishing rollback tid 0 to smithi02985406-43 2024-07-27T18:25:26.393 INFO:tasks.rados.rados.0.smithi029.stdout:1517: finishing rollback tid 1 to smithi02985406-43 2024-07-27T18:25:26.393 INFO:tasks.rados.rados.0.smithi029.stdout:1517: finishing rollback tid 2 to smithi02985406-43 2024-07-27T18:25:26.393 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 1126 (ObjNum 378 snap 108 seq_num 378) dirty exists 2024-07-27T18:25:26.394 INFO:tasks.rados.rados.0.smithi029.stdout:1505: done (4 left) 2024-07-27T18:25:26.394 INFO:tasks.rados.rados.0.smithi029.stdout:1506: done (3 left) 2024-07-27T18:25:26.394 INFO:tasks.rados.rados.0.smithi029.stdout:1511: done (2 left) 2024-07-27T18:25:26.394 INFO:tasks.rados.rados.0.smithi029.stdout:1513: done (1 left) 2024-07-27T18:25:26.394 INFO:tasks.rados.rados.0.smithi029.stdout:1517: done (0 left) 2024-07-27T18:25:26.394 INFO:tasks.rados.rados.0.smithi029.stdout:1518: delete oid 34 current snap is 142 2024-07-27T18:25:26.395 INFO:tasks.rados.rados.0.smithi029.stdout:1518: done (0 left) 2024-07-27T18:25:26.396 INFO:tasks.rados.rados.0.smithi029.stdout:1519: read oid 33 snap -1 2024-07-27T18:25:26.396 INFO:tasks.rados.rados.0.smithi029.stdout:1519: expect (ObjNum 440 snap 131 seq_num 440) 2024-07-27T18:25:26.396 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 142 2024-07-27T18:25:26.396 INFO:tasks.rados.rados.0.smithi029.stdout:1520: seq_num 475 ranges {3235840=761856} 2024-07-27T18:25:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:25 smithi179 ceph-mon[89801]: pgmap v205: 121 pgs: 4 active+undersized, 7 peering, 10 stale+active+clean, 2 active+undersized+degraded, 98 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 170 KiB/s wr, 2 op/s; 22/384 objects degraded (5.729%) 2024-07-27T18:25:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:25 smithi179 ceph-mon[89801]: osdmap e364: 8 total, 7 up, 8 in 2024-07-27T18:25:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:25 smithi179 ceph-mon[89801]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-07-27T18:25:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:25 smithi179 ceph-mon[89801]: Health check failed: Degraded data redundancy: 22/384 objects degraded (5.729%), 2 pgs degraded (PG_DEGRADED) 2024-07-27T18:25:26.418 INFO:tasks.rados.rados.0.smithi029.stdout:1520: writing smithi02985406-48 from 3235840 to 3997696 tid 1 2024-07-27T18:25:26.418 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 142 2024-07-27T18:25:26.418 INFO:tasks.rados.rados.0.smithi029.stdout:1521: seq_num 476 ranges {1867776=778240} 2024-07-27T18:25:26.432 INFO:tasks.rados.rados.0.smithi029.stdout:1521: writing smithi02985406-5 from 1867776 to 2646016 tid 1 2024-07-27T18:25:26.432 INFO:tasks.rados.rados.0.smithi029.stdout:1522: read oid 42 snap -1 2024-07-27T18:25:26.433 INFO:tasks.rados.rados.0.smithi029.stdout:1522: expect (ObjNum 436 snap 131 seq_num 436) 2024-07-27T18:25:26.433 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 142 2024-07-27T18:25:26.433 INFO:tasks.rados.rados.0.smithi029.stdout:1523: seq_num 477 ranges {1236992=794624} 2024-07-27T18:25:26.444 INFO:tasks.rados.rados.0.smithi029.stdout:1523: writing smithi02985406-45 from 1236992 to 2031616 tid 1 2024-07-27T18:25:26.444 INFO:tasks.rados.rados.0.smithi029.stdout:1524: read oid 25 snap -1 2024-07-27T18:25:26.444 INFO:tasks.rados.rados.0.smithi029.stdout:1524: expect (ObjNum 450 snap 133 seq_num 450) 2024-07-27T18:25:26.444 INFO:tasks.rados.rados.0.smithi029.stdout:1519: expect (ObjNum 440 snap 131 seq_num 440) 2024-07-27T18:25:26.498 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 podman[115033]: 2024-07-27 18:25:26.346049557 +0000 UTC m=+0.400127539 container init 383579d3729066873bdf3112f65431d135d1091e6fc49686f07541f91ed4681f (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.36.0) 2024-07-27T18:25:26.498 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 podman[115033]: 2024-07-27 18:25:26.350703534 +0000 UTC m=+0.404781504 container start 383579d3729066873bdf3112f65431d135d1091e6fc49686f07541f91ed4681f (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:25:26.498 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 podman[115033]: 2024-07-27 18:25:26.446627396 +0000 UTC m=+0.500705371 container attach 383579d3729066873bdf3112f65431d135d1091e6fc49686f07541f91ed4681f (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240716) 2024-07-27T18:25:26.741 INFO:tasks.rados.rados.0.smithi029.stdout:1520: finishing write tid 1 to smithi02985406-48 2024-07-27T18:25:26.741 INFO:tasks.rados.rados.0.smithi029.stdout:1520: finishing write tid 2 to smithi02985406-48 2024-07-27T18:25:26.741 INFO:tasks.rados.rados.0.smithi029.stdout:1520: finishing write tid 3 to smithi02985406-48 2024-07-27T18:25:26.741 INFO:tasks.rados.rados.0.smithi029.stdout:1520: oid 48 updating version 0 to 1136 2024-07-27T18:25:26.741 INFO:tasks.rados.rados.0.smithi029.stdout:1520: oid 48 updating version 1136 to 1137 2024-07-27T18:25:26.741 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1137 (ObjNum 475 snap 142 seq_num 475) dirty exists 2024-07-27T18:25:26.741 INFO:tasks.rados.rados.0.smithi029.stdout:1520: left oid 48 (ObjNum 475 snap 142 seq_num 475) 2024-07-27T18:25:26.741 INFO:tasks.rados.rados.0.smithi029.stdout:1521: finishing write tid 1 to smithi02985406-5 2024-07-27T18:25:26.741 INFO:tasks.rados.rados.0.smithi029.stdout:1521: finishing write tid 2 to smithi02985406-5 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:1525: read oid 23 snap -1 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:1525: expect (ObjNum 400 snap 113 seq_num 400) 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:1519: done (6 left) 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:1520: done (5 left) 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:1526: read oid 11 snap -1 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:1526: expect (ObjNum 211 snap 55 seq_num 211) 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:1527: delete oid 40 current snap is 142 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:1521: finishing write tid 3 to smithi02985406-5 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:1521: oid 5 updating version 0 to 1139 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:1521: oid 5 updating version 1139 to 1140 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1140 (ObjNum 476 snap 142 seq_num 476) dirty exists 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:1521: left oid 5 (ObjNum 476 snap 142 seq_num 476) 2024-07-27T18:25:26.742 INFO:tasks.rados.rados.0.smithi029.stdout:1522: expect (ObjNum 436 snap 131 seq_num 436) 2024-07-27T18:25:26.752 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate[115048]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:25:26.752 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 bash[115033]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:25:26.752 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate[115048]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:25:26.752 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 bash[115033]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:25:26.752 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate[115048]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-07-27T18:25:26.752 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 bash[115033]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-07-27T18:25:26.753 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate[115048]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-07-27T18:25:26.753 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 bash[115033]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-07-27T18:25:26.753 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate[115048]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-07-27T18:25:26.753 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 bash[115033]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-07-27T18:25:26.753 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate[115048]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-07-27T18:25:26.753 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 bash[115033]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-07-27T18:25:26.753 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate[115048]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-07-27T18:25:26.753 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 bash[115033]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-07-27T18:25:26.753 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate[115048]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-07-27T18:25:26.753 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 bash[115033]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-07-27T18:25:26.753 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate[115048]: --> ceph-volume raw activate successful for osd ID: 2 2024-07-27T18:25:26.753 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 bash[115033]: --> ceph-volume raw activate successful for osd ID: 2 2024-07-27T18:25:26.846 INFO:tasks.rados.rados.0.smithi029.stdout:1523: finishing write tid 1 to smithi02985406-45 2024-07-27T18:25:26.846 INFO:tasks.rados.rados.0.smithi029.stdout:1523: finishing write tid 2 to smithi02985406-45 2024-07-27T18:25:26.846 INFO:tasks.rados.rados.0.smithi029.stdout:1524: expect (ObjNum 450 snap 133 seq_num 450) 2024-07-27T18:25:26.870 INFO:tasks.rados.rados.0.smithi029.stdout:1523: finishing write tid 3 to smithi02985406-45 2024-07-27T18:25:26.870 INFO:tasks.rados.rados.0.smithi029.stdout:1523: oid 45 updating version 0 to 760 2024-07-27T18:25:26.870 INFO:tasks.rados.rados.0.smithi029.stdout:1523: oid 45 updating version 760 to 761 2024-07-27T18:25:26.871 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 761 (ObjNum 477 snap 142 seq_num 477) dirty exists 2024-07-27T18:25:26.871 INFO:tasks.rados.rados.0.smithi029.stdout:1523: left oid 45 (ObjNum 477 snap 142 seq_num 477) 2024-07-27T18:25:26.871 INFO:tasks.rados.rados.0.smithi029.stdout:1521: done (6 left) 2024-07-27T18:25:26.871 INFO:tasks.rados.rados.0.smithi029.stdout:1522: done (5 left) 2024-07-27T18:25:26.871 INFO:tasks.rados.rados.0.smithi029.stdout:1523: done (4 left) 2024-07-27T18:25:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:1524: done (3 left) 2024-07-27T18:25:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:1527: done (2 left) 2024-07-27T18:25:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:1528: read oid 22 snap -1 2024-07-27T18:25:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:1528: expect (ObjNum 465 snap 139 seq_num 465) 2024-07-27T18:25:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:1529: delete oid 16 current snap is 142 2024-07-27T18:25:26.872 INFO:tasks.rados.rados.0.smithi029.stdout:1525: expect (ObjNum 400 snap 113 seq_num 400) 2024-07-27T18:25:27.043 INFO:tasks.rados.rados.0.smithi029.stdout:1526: expect (ObjNum 211 snap 55 seq_num 211) 2024-07-27T18:25:27.119 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:26 smithi029 podman[115033]: 2024-07-27 18:25:26.759412033 +0000 UTC m=+0.813490005 container died 383579d3729066873bdf3112f65431d135d1091e6fc49686f07541f91ed4681f (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:25:27.497 INFO:tasks.rados.rados.0.smithi029.stdout:1528: expect (ObjNum 465 snap 139 seq_num 465) 2024-07-27T18:25:27.520 INFO:tasks.rados.rados.0.smithi029.stdout:1525: done (3 left) 2024-07-27T18:25:27.520 INFO:tasks.rados.rados.0.smithi029.stdout:1526: done (2 left) 2024-07-27T18:25:27.521 INFO:tasks.rados.rados.0.smithi029.stdout:1528: done (1 left) 2024-07-27T18:25:27.521 INFO:tasks.rados.rados.0.smithi029.stdout:1529: done (0 left) 2024-07-27T18:25:27.521 INFO:tasks.rados.rados.0.smithi029.stdout:1530: copy_from oid 10 from oid 6 current snap is 142 2024-07-27T18:25:27.521 INFO:tasks.rados.rados.0.smithi029.stdout:1531: read oid 35 snap -1 2024-07-27T18:25:27.521 INFO:tasks.rados.rados.0.smithi029.stdout:1531: expect (ObjNum 403 snap 115 seq_num 403) 2024-07-27T18:25:27.521 INFO:tasks.rados.rados.0.smithi029.stdout:1532: setattr oid 1 current snap is 142 2024-07-27T18:25:27.523 INFO:tasks.rados.rados.0.smithi029.stdout:1533: snap_create 2024-07-27T18:25:27.528 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 944 (ObjNum 472 snap 141 seq_num 472) dirty exists 2024-07-27T18:25:27.534 INFO:tasks.rados.rados.0.smithi029.stdout:1531: expect (ObjNum 403 snap 115 seq_num 403) 2024-07-27T18:25:27.620 INFO:tasks.rados.rados.0.smithi029.stdout:1530: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:25:27.620 INFO:tasks.rados.rados.0.smithi029.stdout:1530: finishing copy_from to smithi02985406-10 2024-07-27T18:25:27.620 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 603 (ObjNum 371 snap 106 seq_num 371) dirty exists 2024-07-27T18:25:27.751 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:27 smithi029 podman[115188]: 2024-07-27 18:25:27.411575475 +0000 UTC m=+0.646019572 container remove 383579d3729066873bdf3112f65431d135d1091e6fc49686f07541f91ed4681f (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-activate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0) 2024-07-27T18:25:27.751 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:27 smithi029 podman[115254]: 2024-07-27 18:25:27.630195639 +0000 UTC m=+0.114104633 container create cd34200f210b780db5c035a20e7dbf9725de57457cccc24f9f09e8005666f85d (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-07-27T18:25:27.751 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:27 smithi029 podman[115254]: 2024-07-27 18:25:27.536012868 +0000 UTC m=+0.019921878 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:25:27.959 INFO:tasks.rados.rados.0.smithi029.stdout:1530: done (3 left) 2024-07-27T18:25:27.959 INFO:tasks.rados.rados.0.smithi029.stdout:1531: done (2 left) 2024-07-27T18:25:27.959 INFO:tasks.rados.rados.0.smithi029.stdout:1532: done (1 left) 2024-07-27T18:25:27.959 INFO:tasks.rados.rados.0.smithi029.stdout:1533: done (0 left) 2024-07-27T18:25:27.959 INFO:tasks.rados.rados.0.smithi029.stdout:1534: snap_create 2024-07-27T18:25:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:27 smithi029 ceph-mon[96870]: pgmap v207: 121 pgs: 21 active+undersized, 7 peering, 9 active+undersized+degraded, 84 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 682 KiB/s wr, 11 op/s; 50/402 objects degraded (12.438%) 2024-07-27T18:25:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:27 smithi029 ceph-mon[96870]: osdmap e365: 8 total, 7 up, 8 in 2024-07-27T18:25:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:27 smithi029 ceph-mon[99353]: pgmap v207: 121 pgs: 21 active+undersized, 7 peering, 9 active+undersized+degraded, 84 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 682 KiB/s wr, 11 op/s; 50/402 objects degraded (12.438%) 2024-07-27T18:25:28.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:27 smithi029 ceph-mon[99353]: osdmap e365: 8 total, 7 up, 8 in 2024-07-27T18:25:28.252 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:27 smithi029 podman[115254]: 2024-07-27 18:25:27.852005065 +0000 UTC m=+0.335914059 container init cd34200f210b780db5c035a20e7dbf9725de57457cccc24f9f09e8005666f85d (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-07-27T18:25:28.252 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:27 smithi029 podman[115254]: 2024-07-27 18:25:27.856956535 +0000 UTC m=+0.340865543 container start cd34200f210b780db5c035a20e7dbf9725de57457cccc24f9f09e8005666f85d (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.36.0) 2024-07-27T18:25:28.252 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:27 smithi029 ceph-osd[115292]: -- 172.21.15.29:0/2890501638 <== mon.0 v2:172.21.15.29:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55a2057f3a40 con 0x55a2065b6400 2024-07-27T18:25:28.252 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:27 smithi029 bash[115254]: cd34200f210b780db5c035a20e7dbf9725de57457cccc24f9f09e8005666f85d 2024-07-27T18:25:28.252 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:27 smithi029 systemd[1]: Started Ceph osd.2 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:25:28.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:27 smithi179 ceph-mon[89801]: pgmap v207: 121 pgs: 21 active+undersized, 7 peering, 9 active+undersized+degraded, 84 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 682 KiB/s wr, 11 op/s; 50/402 objects degraded (12.438%) 2024-07-27T18:25:28.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:27 smithi179 ceph-mon[89801]: osdmap e365: 8 total, 7 up, 8 in 2024-07-27T18:25:28.683 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:28 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2[115269]: 2024-07-27T18:25:28.397+0000 7f086740a640 -1 Falling back to public interface 2024-07-27T18:25:28.961 INFO:tasks.rados.rados.0.smithi029.stdout:1534: done (0 left) 2024-07-27T18:25:28.961 INFO:tasks.rados.rados.0.smithi029.stdout:1535: rmattr oid 40 current snap is 144 2024-07-27T18:25:28.961 INFO:tasks.rados.rados.0.smithi029.stdout:1535: done (0 left) 2024-07-27T18:25:28.961 INFO:tasks.rados.rados.0.smithi029.stdout:1536: snap_create 2024-07-27T18:25:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:28 smithi029 ceph-mon[99353]: osdmap e366: 8 total, 7 up, 8 in 2024-07-27T18:25:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:28 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:28 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:28 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:25:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:28 smithi029 ceph-mon[96870]: osdmap e366: 8 total, 7 up, 8 in 2024-07-27T18:25:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:28 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:28 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:28 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:25:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:28 smithi179 ceph-mon[89801]: osdmap e366: 8 total, 7 up, 8 in 2024-07-27T18:25:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:28 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:28 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:28 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:25:29.963 INFO:tasks.rados.rados.0.smithi029.stdout:1536: done (0 left) 2024-07-27T18:25:29.963 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 145 2024-07-27T18:25:29.963 INFO:tasks.rados.rados.0.smithi029.stdout:1537: seq_num 480 ranges {2686976=442368,3129344=401408} 2024-07-27T18:25:29.980 INFO:tasks.rados.rados.0.smithi029.stdout:1537: writing smithi02985406-35 from 2686976 to 3129344 tid 1 2024-07-27T18:25:29.982 INFO:tasks.rados.rados.0.smithi029.stdout:1537: writing smithi02985406-35 from 3129344 to 3530752 tid 2 2024-07-27T18:25:29.982 INFO:tasks.rados.rados.0.smithi029.stdout:1538: delete oid 36 current snap is 145 2024-07-27T18:25:29.985 INFO:tasks.rados.rados.0.smithi029.stdout:1538: done (1 left) 2024-07-27T18:25:29.985 INFO:tasks.rados.rados.0.smithi029.stdout:1539: read oid 3 snap -1 2024-07-27T18:25:29.985 INFO:tasks.rados.rados.0.smithi029.stdout:1539: expect (ObjNum 372 snap 106 seq_num 372) 2024-07-27T18:25:29.985 INFO:tasks.rados.rados.0.smithi029.stdout:1540: delete oid 13 current snap is 145 2024-07-27T18:25:29.988 INFO:tasks.rados.rados.0.smithi029.stdout:1537: finishing write tid 1 to smithi02985406-35 2024-07-27T18:25:29.989 INFO:tasks.rados.rados.0.smithi029.stdout:1540: done (2 left) 2024-07-27T18:25:29.989 INFO:tasks.rados.rados.0.smithi029.stdout:1541: snap_remove snap 143 2024-07-27T18:25:30.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:29 smithi029 ceph-mon[99353]: pgmap v210: 121 pgs: 27 active+undersized, 10 active+undersized+degraded, 84 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 682 KiB/s wr, 12 op/s; 54/399 objects degraded (13.534%) 2024-07-27T18:25:30.019 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:29 smithi029 ceph-mon[99353]: osdmap e367: 8 total, 7 up, 8 in 2024-07-27T18:25:30.020 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:29 smithi029 ceph-mon[99353]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-07-27T18:25:30.020 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:29 smithi029 ceph-mon[99353]: osdmap e368: 8 total, 7 up, 8 in 2024-07-27T18:25:30.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:29 smithi029 ceph-mon[96870]: pgmap v210: 121 pgs: 27 active+undersized, 10 active+undersized+degraded, 84 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 682 KiB/s wr, 12 op/s; 54/399 objects degraded (13.534%) 2024-07-27T18:25:30.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:29 smithi029 ceph-mon[96870]: osdmap e367: 8 total, 7 up, 8 in 2024-07-27T18:25:30.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:29 smithi029 ceph-mon[96870]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-07-27T18:25:30.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:29 smithi029 ceph-mon[96870]: osdmap e368: 8 total, 7 up, 8 in 2024-07-27T18:25:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:29 smithi179 ceph-mon[89801]: pgmap v210: 121 pgs: 27 active+undersized, 10 active+undersized+degraded, 84 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 682 KiB/s wr, 12 op/s; 54/399 objects degraded (13.534%) 2024-07-27T18:25:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:29 smithi179 ceph-mon[89801]: osdmap e367: 8 total, 7 up, 8 in 2024-07-27T18:25:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:29 smithi179 ceph-mon[89801]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-07-27T18:25:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:29 smithi179 ceph-mon[89801]: osdmap e368: 8 total, 7 up, 8 in 2024-07-27T18:25:30.975 INFO:tasks.rados.rados.0.smithi029.stdout:1541: done (2 left) 2024-07-27T18:25:30.975 INFO:tasks.rados.rados.0.smithi029.stdout:1542: read oid 40 snap -1 2024-07-27T18:25:30.975 INFO:tasks.rados.rados.0.smithi029.stdout:1542: expect deleted 2024-07-27T18:25:30.975 INFO:tasks.rados.rados.0.smithi029.stdout:1543: snap_create 2024-07-27T18:25:30.975 INFO:tasks.rados.rados.0.smithi029.stdout:1537: finishing write tid 2 to smithi02985406-35 2024-07-27T18:25:30.975 INFO:tasks.rados.rados.0.smithi029.stdout:1537: finishing write tid 3 to smithi02985406-35 2024-07-27T18:25:30.975 INFO:tasks.rados.rados.0.smithi029.stdout:1537: finishing write tid 4 to smithi02985406-35 2024-07-27T18:25:30.975 INFO:tasks.rados.rados.0.smithi029.stdout:1537: oid 35 updating version 0 to 621 2024-07-27T18:25:30.975 INFO:tasks.rados.rados.0.smithi029.stdout:1537: oid 35 version 621 is already newer than 620 2024-07-27T18:25:30.975 INFO:tasks.rados.rados.0.smithi029.stdout:1537: oid 35 version 621 is already newer than 619 2024-07-27T18:25:30.975 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 621 (ObjNum 480 snap 145 seq_num 480) dirty exists 2024-07-27T18:25:30.976 INFO:tasks.rados.rados.0.smithi029.stdout:1537: left oid 35 (ObjNum 480 snap 145 seq_num 480) 2024-07-27T18:25:30.976 INFO:tasks.rados.rados.0.smithi029.stdout:1539: expect (ObjNum 372 snap 106 seq_num 372) 2024-07-27T18:25:31.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:31 smithi029 ceph-mon[96870]: Health check update: Degraded data redundancy: 57/405 objects degraded (14.074%), 10 pgs degraded (PG_DEGRADED) 2024-07-27T18:25:31.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:31 smithi029 ceph-mon[96870]: osdmap e369: 8 total, 7 up, 8 in 2024-07-27T18:25:31.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:31 smithi029 ceph-mon[99353]: Health check update: Degraded data redundancy: 57/405 objects degraded (14.074%), 10 pgs degraded (PG_DEGRADED) 2024-07-27T18:25:31.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:31 smithi029 ceph-mon[99353]: osdmap e369: 8 total, 7 up, 8 in 2024-07-27T18:25:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:31 smithi179 ceph-mon[89801]: Health check update: Degraded data redundancy: 57/405 objects degraded (14.074%), 10 pgs degraded (PG_DEGRADED) 2024-07-27T18:25:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:31 smithi179 ceph-mon[89801]: osdmap e369: 8 total, 7 up, 8 in 2024-07-27T18:25:31.751 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:31 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2[115269]: 2024-07-27T18:25:31.282+0000 7f086740a640 -1 osd.2 361 log_to_monitors true 2024-07-27T18:25:31.954 INFO:tasks.rados.rados.0.smithi029.stdout:1537: done (3 left) 2024-07-27T18:25:31.954 INFO:tasks.rados.rados.0.smithi029.stdout:1539: done (2 left) 2024-07-27T18:25:31.954 INFO:tasks.rados.rados.0.smithi029.stdout:1542: done (1 left) 2024-07-27T18:25:31.954 INFO:tasks.rados.rados.0.smithi029.stdout:1543: done (0 left) 2024-07-27T18:25:31.954 INFO:tasks.rados.rados.0.smithi029.stdout:1544: copy_from oid 45 from oid 50 current snap is 146 2024-07-27T18:25:31.955 INFO:tasks.rados.rados.0.smithi029.stdout:1545: copy_from oid 17 from oid 29 current snap is 146 2024-07-27T18:25:31.955 INFO:tasks.rados.rados.0.smithi029.stdout:1546: read oid 30 snap -1 2024-07-27T18:25:31.955 INFO:tasks.rados.rados.0.smithi029.stdout:1546: expect (ObjNum 424 snap 125 seq_num 424) 2024-07-27T18:25:31.955 INFO:tasks.rados.rados.0.smithi029.stdout:1547: snap_remove snap 136 2024-07-27T18:25:32.251 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:25:31 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2[115269]: 2024-07-27T18:25:31.982+0000 7f085f1b5640 -1 osd.2 361 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:25:32.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[99353]: pgmap v213: 121 pgs: 27 active+undersized, 10 active+undersized+degraded, 84 active+clean; 238 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 2.1 MiB/s wr, 15 op/s; 57/405 objects degraded (14.074%) 2024-07-27T18:25:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[99353]: from='osd.2 [v2:172.21.15.29:6818/2093905338,v1:172.21.15.29:6819/2093905338]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-07-27T18:25:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[99353]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-07-27T18:25:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[99353]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-27T18:25:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[99353]: osdmap e370: 8 total, 7 up, 8 in 2024-07-27T18:25:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[99353]: from='osd.2 [v2:172.21.15.29:6818/2093905338,v1:172.21.15.29:6819/2093905338]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:25:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[99353]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:25:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[96870]: pgmap v213: 121 pgs: 27 active+undersized, 10 active+undersized+degraded, 84 active+clean; 238 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 2.1 MiB/s wr, 15 op/s; 57/405 objects degraded (14.074%) 2024-07-27T18:25:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[96870]: from='osd.2 [v2:172.21.15.29:6818/2093905338,v1:172.21.15.29:6819/2093905338]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-07-27T18:25:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[96870]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-07-27T18:25:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:32.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:32.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[96870]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-27T18:25:32.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[96870]: osdmap e370: 8 total, 7 up, 8 in 2024-07-27T18:25:32.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[96870]: from='osd.2 [v2:172.21.15.29:6818/2093905338,v1:172.21.15.29:6819/2093905338]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:25:32.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-mon[96870]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:25:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:32 smithi179 ceph-mon[89801]: pgmap v213: 121 pgs: 27 active+undersized, 10 active+undersized+degraded, 84 active+clean; 238 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 2.1 MiB/s wr, 15 op/s; 57/405 objects degraded (14.074%) 2024-07-27T18:25:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:32 smithi179 ceph-mon[89801]: from='osd.2 [v2:172.21.15.29:6818/2093905338,v1:172.21.15.29:6819/2093905338]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-07-27T18:25:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:32 smithi179 ceph-mon[89801]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-07-27T18:25:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:32 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:32 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:32 smithi179 ceph-mon[89801]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-27T18:25:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:32 smithi179 ceph-mon[89801]: osdmap e370: 8 total, 7 up, 8 in 2024-07-27T18:25:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:32 smithi179 ceph-mon[89801]: from='osd.2 [v2:172.21.15.29:6818/2093905338,v1:172.21.15.29:6819/2093905338]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:25:32.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:32 smithi179 ceph-mon[89801]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:25:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:25:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:25:32] "GET /metrics HTTP/1.1" 200 36297 "" "Prometheus/2.43.0" 2024-07-27T18:25:32.963 INFO:tasks.rados.rados.0.smithi029.stdout:1547: done (3 left) 2024-07-27T18:25:32.963 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 146 2024-07-27T18:25:32.963 INFO:tasks.rados.rados.0.smithi029.stdout:1548: seq_num 483 ranges {2277376=491520,2768896=401408} 2024-07-27T18:25:32.978 INFO:tasks.rados.rados.0.smithi029.stdout:1548: writing smithi02985406-42 from 2277376 to 2768896 tid 1 2024-07-27T18:25:32.981 INFO:tasks.rados.rados.0.smithi029.stdout:1548: writing smithi02985406-42 from 2768896 to 3170304 tid 2 2024-07-27T18:25:32.982 INFO:tasks.rados.rados.0.smithi029.stdout:1546: expect (ObjNum 424 snap 125 seq_num 424) 2024-07-27T18:25:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:1544: finishing copy_from racing read to smithi02985406-45 2024-07-27T18:25:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:1545: finishing copy_from racing read to smithi02985406-17 2024-07-27T18:25:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:1544: finishing copy_from to smithi02985406-45 2024-07-27T18:25:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 189 (ObjNum 321 snap 85 seq_num 321) dirty exists 2024-07-27T18:25:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:1545: finishing copy_from to smithi02985406-17 2024-07-27T18:25:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 622 (ObjNum 433 snap 128 seq_num 433) dirty exists 2024-07-27T18:25:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:1544: done (3 left) 2024-07-27T18:25:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:1545: done (2 left) 2024-07-27T18:25:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:1546: done (1 left) 2024-07-27T18:25:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:1549: setattr oid 14 current snap is 146 2024-07-27T18:25:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:1548: finishing write tid 1 to smithi02985406-42 2024-07-27T18:25:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:1548: finishing write tid 2 to smithi02985406-42 2024-07-27T18:25:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:1548: finishing write tid 3 to smithi02985406-42 2024-07-27T18:25:33.068 INFO:tasks.rados.rados.0.smithi029.stdout:1548: finishing write tid 4 to smithi02985406-42 2024-07-27T18:25:33.068 INFO:tasks.rados.rados.0.smithi029.stdout:1548: oid 42 updating version 0 to 507 2024-07-27T18:25:33.068 INFO:tasks.rados.rados.0.smithi029.stdout:1548: oid 42 version 507 is already newer than 506 2024-07-27T18:25:33.068 INFO:tasks.rados.rados.0.smithi029.stdout:1548: oid 42 version 507 is already newer than 505 2024-07-27T18:25:33.068 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 507 (ObjNum 483 snap 146 seq_num 483) dirty exists 2024-07-27T18:25:33.068 INFO:tasks.rados.rados.0.smithi029.stdout:1548: left oid 42 (ObjNum 483 snap 146 seq_num 483) 2024-07-27T18:25:33.068 INFO:tasks.rados.rados.0.smithi029.stdout:1548: done (1 left) 2024-07-27T18:25:33.069 INFO:tasks.rados.rados.0.smithi029.stdout:1550: snap_remove snap 142 2024-07-27T18:25:33.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:33 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:33 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:33 smithi029 ceph-mon[96870]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:25:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:33 smithi029 ceph-mon[96870]: osd.2 [v2:172.21.15.29:6818/2093905338,v1:172.21.15.29:6819/2093905338] boot 2024-07-27T18:25:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:33 smithi029 ceph-mon[96870]: osdmap e371: 8 total, 8 up, 8 in 2024-07-27T18:25:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:25:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:33 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:33 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:33 smithi029 ceph-mon[99353]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:25:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:33 smithi029 ceph-mon[99353]: osd.2 [v2:172.21.15.29:6818/2093905338,v1:172.21.15.29:6819/2093905338] boot 2024-07-27T18:25:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:33 smithi029 ceph-mon[99353]: osdmap e371: 8 total, 8 up, 8 in 2024-07-27T18:25:33.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:25:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:33 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:33 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:33 smithi179 ceph-mon[89801]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:25:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:33 smithi179 ceph-mon[89801]: osd.2 [v2:172.21.15.29:6818/2093905338,v1:172.21.15.29:6819/2093905338] boot 2024-07-27T18:25:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:33 smithi179 ceph-mon[89801]: osdmap e371: 8 total, 8 up, 8 in 2024-07-27T18:25:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-07-27T18:25:33.961 INFO:tasks.rados.rados.0.smithi029.stdout:1550: done (1 left) 2024-07-27T18:25:33.961 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 146 2024-07-27T18:25:33.961 INFO:tasks.rados.rados.0.smithi029.stdout:1551: seq_num 484 ranges {0=507904,507904=401408} 2024-07-27T18:25:33.964 INFO:tasks.rados.rados.0.smithi029.stdout:1551: writing smithi02985406-37 from 0 to 507904 tid 1 2024-07-27T18:25:33.968 INFO:tasks.rados.rados.0.smithi029.stdout:1551: writing smithi02985406-37 from 507904 to 909312 tid 2 2024-07-27T18:25:33.968 INFO:tasks.rados.rados.0.smithi029.stdout:1552: copy_from oid 43 from oid 16 current snap is 146 2024-07-27T18:25:33.968 INFO:tasks.rados.rados.0.smithi029.stdout:1553: setattr oid 21 current snap is 146 2024-07-27T18:25:33.972 INFO:tasks.rados.rados.0.smithi029.stdout:1554: rollback oid 36 current snap is 146 2024-07-27T18:25:33.972 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 36 to 141 2024-07-27T18:25:33.972 INFO:tasks.rados.rados.0.smithi029.stdout:1555: rollback oid 5 current snap is 146 2024-07-27T18:25:33.972 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 5 to 141 2024-07-27T18:25:33.972 INFO:tasks.rados.rados.0.smithi029.stdout:1556: delete oid 6 current snap is 146 2024-07-27T18:25:33.972 INFO:tasks.rados.rados.0.smithi029.stdout:1552: finishing copy_from to smithi02985406-43 2024-07-27T18:25:33.972 INFO:tasks.rados.rados.0.smithi029.stdout:1552: got expected ENOENT (src dne) 2024-07-27T18:25:33.974 INFO:tasks.rados.rados.0.smithi029.stdout:1552: finishing copy_from racing read to smithi02985406-43 2024-07-27T18:25:33.975 INFO:tasks.rados.rados.0.smithi029.stdout:1554: finishing rollback tid 1 to smithi02985406-36 2024-07-27T18:25:33.975 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 231 (ObjNum 945 snap 0 seq_num 366535536) dirty dne 2024-07-27T18:25:33.976 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 933 (ObjNum 287 snap 74 seq_num 287) dirty exists 2024-07-27T18:25:33.978 INFO:tasks.rados.rados.0.smithi029.stdout:1555: finishing rollback tid 0 to smithi02985406-5 2024-07-27T18:25:33.979 INFO:tasks.rados.rados.0.smithi029.stdout:1555: finishing rollback tid 1 to smithi02985406-5 2024-07-27T18:25:33.979 INFO:tasks.rados.rados.0.smithi029.stdout:1555: finishing rollback tid 2 to smithi02985406-5 2024-07-27T18:25:33.979 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1151 (ObjNum 467 snap 139 seq_num 467) dirty exists 2024-07-27T18:25:33.987 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 765 (ObjNum 392 snap 110 seq_num 392) dirty exists 2024-07-27T18:25:33.993 INFO:tasks.rados.rados.0.smithi029.stdout:1551: finishing write tid 1 to smithi02985406-37 2024-07-27T18:25:33.993 INFO:tasks.rados.rados.0.smithi029.stdout:1551: finishing write tid 2 to smithi02985406-37 2024-07-27T18:25:33.994 INFO:tasks.rados.rados.0.smithi029.stdout:1551: finishing write tid 3 to smithi02985406-37 2024-07-27T18:25:33.997 INFO:tasks.rados.rados.0.smithi029.stdout:1551: finishing write tid 4 to smithi02985406-37 2024-07-27T18:25:33.997 INFO:tasks.rados.rados.0.smithi029.stdout:1551: oid 37 updating version 0 to 945 2024-07-27T18:25:33.997 INFO:tasks.rados.rados.0.smithi029.stdout:1551: oid 37 updating version 945 to 946 2024-07-27T18:25:33.997 INFO:tasks.rados.rados.0.smithi029.stdout:1551: oid 37 updating version 946 to 947 2024-07-27T18:25:33.997 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 947 (ObjNum 484 snap 146 seq_num 484) dirty exists 2024-07-27T18:25:33.997 INFO:tasks.rados.rados.0.smithi029.stdout:1551: left oid 37 (ObjNum 484 snap 146 seq_num 484) 2024-07-27T18:25:33.998 INFO:tasks.rados.rados.0.smithi029.stdout:1549: done (6 left) 2024-07-27T18:25:33.998 INFO:tasks.rados.rados.0.smithi029.stdout:1551: done (5 left) 2024-07-27T18:25:33.998 INFO:tasks.rados.rados.0.smithi029.stdout:1552: done (4 left) 2024-07-27T18:25:33.998 INFO:tasks.rados.rados.0.smithi029.stdout:1553: done (3 left) 2024-07-27T18:25:33.998 INFO:tasks.rados.rados.0.smithi029.stdout:1554: done (2 left) 2024-07-27T18:25:33.998 INFO:tasks.rados.rados.0.smithi029.stdout:1555: done (1 left) 2024-07-27T18:25:33.998 INFO:tasks.rados.rados.0.smithi029.stdout:1556: done (0 left) 2024-07-27T18:25:33.998 INFO:tasks.rados.rados.0.smithi029.stdout:1557: read oid 24 snap -1 2024-07-27T18:25:33.999 INFO:tasks.rados.rados.0.smithi029.stdout:1557: expect (ObjNum 372 snap 106 seq_num 372) 2024-07-27T18:25:33.999 INFO:tasks.rados.rados.0.smithi029.stdout:1558: read oid 27 snap -1 2024-07-27T18:25:33.999 INFO:tasks.rados.rados.0.smithi029.stdout:1558: expect deleted 2024-07-27T18:25:33.999 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 50 current snap is 146 2024-07-27T18:25:33.999 INFO:tasks.rados.rados.0.smithi029.stdout:1559: seq_num 486 ranges {581632=548864,1130496=401408} 2024-07-27T18:25:34.005 INFO:tasks.rados.rados.0.smithi029.stdout:1559: writing smithi02985406-50 from 581632 to 1130496 tid 1 2024-07-27T18:25:34.009 INFO:tasks.rados.rados.0.smithi029.stdout:1559: writing smithi02985406-50 from 1130496 to 1531904 tid 2 2024-07-27T18:25:34.009 INFO:tasks.rados.rados.0.smithi029.stdout:1560: delete oid 41 current snap is 146 2024-07-27T18:25:34.014 INFO:tasks.rados.rados.0.smithi029.stdout:1558: done (3 left) 2024-07-27T18:25:34.014 INFO:tasks.rados.rados.0.smithi029.stdout:1560: done (2 left) 2024-07-27T18:25:34.014 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 146 2024-07-27T18:25:34.014 INFO:tasks.rados.rados.0.smithi029.stdout:1561: seq_num 488 ranges {0=581632,581632=401408} 2024-07-27T18:25:34.017 INFO:tasks.rados.rados.0.smithi029.stdout:1561: writing smithi02985406-34 from 0 to 581632 tid 1 2024-07-27T18:25:34.020 INFO:tasks.rados.rados.0.smithi029.stdout:1561: writing smithi02985406-34 from 581632 to 983040 tid 2 2024-07-27T18:25:34.020 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 146 2024-07-27T18:25:34.020 INFO:tasks.rados.rados.0.smithi029.stdout:1562: seq_num 489 ranges {581632=598016,1179648=401408} 2024-07-27T18:25:34.028 INFO:tasks.rados.rados.0.smithi029.stdout:1562: writing smithi02985406-45 from 581632 to 1179648 tid 1 2024-07-27T18:25:34.031 INFO:tasks.rados.rados.0.smithi029.stdout:1562: writing smithi02985406-45 from 1179648 to 1581056 tid 2 2024-07-27T18:25:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:1559: finishing write tid 1 to smithi02985406-50 2024-07-27T18:25:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:1557: expect (ObjNum 372 snap 106 seq_num 372) 2024-07-27T18:25:34.497 INFO:tasks.rados.rados.0.smithi029.stdout:1559: finishing write tid 2 to smithi02985406-50 2024-07-27T18:25:34.497 INFO:tasks.rados.rados.0.smithi029.stdout:1559: finishing write tid 3 to smithi02985406-50 2024-07-27T18:25:34.497 INFO:tasks.rados.rados.0.smithi029.stdout:1559: finishing write tid 4 to smithi02985406-50 2024-07-27T18:25:34.497 INFO:tasks.rados.rados.0.smithi029.stdout:1559: oid 50 updating version 0 to 270 2024-07-27T18:25:34.497 INFO:tasks.rados.rados.0.smithi029.stdout:1559: oid 50 version 270 is already newer than 268 2024-07-27T18:25:34.497 INFO:tasks.rados.rados.0.smithi029.stdout:1559: oid 50 version 270 is already newer than 269 2024-07-27T18:25:34.497 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 270 (ObjNum 486 snap 146 seq_num 486) dirty exists 2024-07-27T18:25:34.497 INFO:tasks.rados.rados.0.smithi029.stdout:1559: left oid 50 (ObjNum 486 snap 146 seq_num 486) 2024-07-27T18:25:34.497 INFO:tasks.rados.rados.0.smithi029.stdout:1561: finishing write tid 1 to smithi02985406-34 2024-07-27T18:25:34.497 INFO:tasks.rados.rados.0.smithi029.stdout:1557: done (3 left) 2024-07-27T18:25:34.497 INFO:tasks.rados.rados.0.smithi029.stdout:1559: done (2 left) 2024-07-27T18:25:34.497 INFO:tasks.rados.rados.0.smithi029.stdout:1563: copy_from oid 33 from oid 5 current snap is 146 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:1561: finishing write tid 2 to smithi02985406-34 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:1561: finishing write tid 3 to smithi02985406-34 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:1561: finishing write tid 4 to smithi02985406-34 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:1561: oid 34 updating version 0 to 672 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:1561: oid 34 updating version 672 to 674 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:1561: oid 34 version 674 is already newer than 673 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 674 (ObjNum 488 snap 146 seq_num 488) dirty exists 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:1561: left oid 34 (ObjNum 488 snap 146 seq_num 488) 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:1562: finishing write tid 1 to smithi02985406-45 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:1562: finishing write tid 2 to smithi02985406-45 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:1562: finishing write tid 3 to smithi02985406-45 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:1562: finishing write tid 4 to smithi02985406-45 2024-07-27T18:25:34.498 INFO:tasks.rados.rados.0.smithi029.stdout:1562: oid 45 updating version 0 to 770 2024-07-27T18:25:34.499 INFO:tasks.rados.rados.0.smithi029.stdout:1562: oid 45 updating version 770 to 771 2024-07-27T18:25:34.499 INFO:tasks.rados.rados.0.smithi029.stdout:1562: oid 45 updating version 771 to 772 2024-07-27T18:25:34.499 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 772 (ObjNum 489 snap 146 seq_num 489) dirty exists 2024-07-27T18:25:34.499 INFO:tasks.rados.rados.0.smithi029.stdout:1562: left oid 45 (ObjNum 489 snap 146 seq_num 489) 2024-07-27T18:25:34.499 INFO:tasks.rados.rados.0.smithi029.stdout:1561: done (2 left) 2024-07-27T18:25:34.499 INFO:tasks.rados.rados.0.smithi029.stdout:1562: done (1 left) 2024-07-27T18:25:34.499 INFO:tasks.rados.rados.0.smithi029.stdout:1564: read oid 19 snap -1 2024-07-27T18:25:34.499 INFO:tasks.rados.rados.0.smithi029.stdout:1564: expect (ObjNum 471 snap 141 seq_num 471) 2024-07-27T18:25:34.499 INFO:tasks.rados.rados.0.smithi029.stdout:1565: snap_remove snap 125 2024-07-27T18:25:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:34 smithi029 ceph-mon[99353]: pgmap v216: 121 pgs: 27 active+undersized, 10 active+undersized+degraded, 84 active+clean; 238 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.1 MiB/s wr, 14 op/s; 57/405 objects degraded (14.074%) 2024-07-27T18:25:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:34 smithi029 ceph-mon[99353]: osdmap e372: 8 total, 8 up, 8 in 2024-07-27T18:25:34.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:34 smithi029 ceph-mon[96870]: pgmap v216: 121 pgs: 27 active+undersized, 10 active+undersized+degraded, 84 active+clean; 238 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.1 MiB/s wr, 14 op/s; 57/405 objects degraded (14.074%) 2024-07-27T18:25:34.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:34 smithi029 ceph-mon[96870]: osdmap e372: 8 total, 8 up, 8 in 2024-07-27T18:25:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:34 smithi179 ceph-mon[89801]: pgmap v216: 121 pgs: 27 active+undersized, 10 active+undersized+degraded, 84 active+clean; 238 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.1 MiB/s wr, 14 op/s; 57/405 objects degraded (14.074%) 2024-07-27T18:25:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:34 smithi179 ceph-mon[89801]: osdmap e372: 8 total, 8 up, 8 in 2024-07-27T18:25:35.448 INFO:tasks.rados.rados.0.smithi029.stdout:1565: done (2 left) 2024-07-27T18:25:35.449 INFO:tasks.rados.rados.0.smithi029.stdout:1566: snap_remove snap 140 2024-07-27T18:25:36.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:25:35 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:25:35.957+0000 7fe44c0d1640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (5 PGs are or would become offline) 2024-07-27T18:25:36.450 INFO:tasks.rados.rados.0.smithi029.stdout:1566: done (2 left) 2024-07-27T18:25:36.450 INFO:tasks.rados.rados.0.smithi029.stdout:1567: delete oid 1 current snap is 146 2024-07-27T18:25:36.450 INFO:tasks.rados.rados.0.smithi029.stdout:1564: expect (ObjNum 471 snap 141 seq_num 471) 2024-07-27T18:25:36.500 INFO:tasks.rados.rados.0.smithi029.stdout:1563: finishing copy_from racing read to smithi02985406-33 2024-07-27T18:25:36.501 INFO:tasks.rados.rados.0.smithi029.stdout:1563: finishing copy_from to smithi02985406-33 2024-07-27T18:25:36.501 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 1151 (ObjNum 467 snap 139 seq_num 467) dirty exists 2024-07-27T18:25:36.501 INFO:tasks.rados.rados.0.smithi029.stdout:1563: done (2 left) 2024-07-27T18:25:36.501 INFO:tasks.rados.rados.0.smithi029.stdout:1564: done (1 left) 2024-07-27T18:25:36.501 INFO:tasks.rados.rados.0.smithi029.stdout:1567: done (0 left) 2024-07-27T18:25:36.501 INFO:tasks.rados.rados.0.smithi029.stdout:1568: snap_remove snap 145 2024-07-27T18:25:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: pgmap v219: 121 pgs: 5 peering, 19 active+undersized, 10 active+undersized+degraded, 87 active+clean; 239 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 218 KiB/s wr, 1 op/s; 57/408 objects degraded (13.971%) 2024-07-27T18:25:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: osdmap e373: 8 total, 8 up, 8 in 2024-07-27T18:25:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:25:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:25:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:25:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-07-27T18:25:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-07-27T18:25:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[99353]: Upgrade: unsafe to stop osd(s) at this time (5 PGs are or would become offline) 2024-07-27T18:25:36.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: pgmap v219: 121 pgs: 5 peering, 19 active+undersized, 10 active+undersized+degraded, 87 active+clean; 239 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 218 KiB/s wr, 1 op/s; 57/408 objects degraded (13.971%) 2024-07-27T18:25:36.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: osdmap e373: 8 total, 8 up, 8 in 2024-07-27T18:25:36.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:36.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:36.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:25:36.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:25:36.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:36.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:25:36.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:36.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:36.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:36.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-07-27T18:25:36.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-07-27T18:25:36.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:36 smithi029 ceph-mon[96870]: Upgrade: unsafe to stop osd(s) at this time (5 PGs are or would become offline) 2024-07-27T18:25:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: pgmap v219: 121 pgs: 5 peering, 19 active+undersized, 10 active+undersized+degraded, 87 active+clean; 239 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 218 KiB/s wr, 1 op/s; 57/408 objects degraded (13.971%) 2024-07-27T18:25:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: osdmap e373: 8 total, 8 up, 8 in 2024-07-27T18:25:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:25:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:25:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:25:36.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:36.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:36.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:36.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-07-27T18:25:36.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-07-27T18:25:36.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:36 smithi179 ceph-mon[89801]: Upgrade: unsafe to stop osd(s) at this time (5 PGs are or would become offline) 2024-07-27T18:25:37.464 INFO:tasks.rados.rados.0.smithi029.stdout:1568: done (0 left) 2024-07-27T18:25:37.464 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 146 2024-07-27T18:25:37.464 INFO:tasks.rados.rados.0.smithi029.stdout:1569: seq_num 491 ranges {0=630784,630784=401408} 2024-07-27T18:25:37.468 INFO:tasks.rados.rados.0.smithi029.stdout:1569: writing smithi02985406-16 from 0 to 630784 tid 1 2024-07-27T18:25:37.471 INFO:tasks.rados.rados.0.smithi029.stdout:1569: writing smithi02985406-16 from 630784 to 1032192 tid 2 2024-07-27T18:25:37.471 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 146 2024-07-27T18:25:37.471 INFO:tasks.rados.rados.0.smithi029.stdout:1570: seq_num 492 ranges {311296=647168,958464=401408} 2024-07-27T18:25:37.476 INFO:tasks.rados.rados.0.smithi029.stdout:1570: writing smithi02985406-15 from 311296 to 958464 tid 1 2024-07-27T18:25:37.479 INFO:tasks.rados.rados.0.smithi029.stdout:1570: writing smithi02985406-15 from 958464 to 1359872 tid 2 2024-07-27T18:25:37.479 INFO:tasks.rados.rados.0.smithi029.stdout:1569: finishing write tid 1 to smithi02985406-16 2024-07-27T18:25:37.480 INFO:tasks.rados.rados.0.smithi029.stdout:1569: finishing write tid 2 to smithi02985406-16 2024-07-27T18:25:37.480 INFO:tasks.rados.rados.0.smithi029.stdout:1569: finishing write tid 3 to smithi02985406-16 2024-07-27T18:25:37.480 INFO:tasks.rados.rados.0.smithi029.stdout:1569: finishing write tid 4 to smithi02985406-16 2024-07-27T18:25:37.480 INFO:tasks.rados.rados.0.smithi029.stdout:1569: oid 16 updating version 0 to 509 2024-07-27T18:25:37.480 INFO:tasks.rados.rados.0.smithi029.stdout:1569: oid 16 version 509 is already newer than 508 2024-07-27T18:25:37.480 INFO:tasks.rados.rados.0.smithi029.stdout:1569: oid 16 updating version 509 to 510 2024-07-27T18:25:37.480 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 510 (ObjNum 491 snap 146 seq_num 491) dirty exists 2024-07-27T18:25:37.480 INFO:tasks.rados.rados.0.smithi029.stdout:1569: left oid 16 (ObjNum 491 snap 146 seq_num 491) 2024-07-27T18:25:37.480 INFO:tasks.rados.rados.0.smithi029.stdout:1569: done (1 left) 2024-07-27T18:25:37.480 INFO:tasks.rados.rados.0.smithi029.stdout:1571: snap_remove snap 144 2024-07-27T18:25:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:37 smithi029 ceph-mon[96870]: osdmap e374: 8 total, 8 up, 8 in 2024-07-27T18:25:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:37 smithi029 ceph-mon[96870]: pgmap v222: 121 pgs: 5 peering, 8 active+undersized, 7 active+undersized+degraded, 101 active+clean; 245 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 1.6 MiB/s wr, 12 op/s; 40/426 objects degraded (9.390%); 7.1 MiB/s, 1 objects/s recovering 2024-07-27T18:25:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:37 smithi029 ceph-mon[96870]: Health check update: Degraded data redundancy: 57/408 objects degraded (13.971%), 10 pgs degraded (PG_DEGRADED) 2024-07-27T18:25:37.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:37 smithi029 ceph-mon[99353]: osdmap e374: 8 total, 8 up, 8 in 2024-07-27T18:25:37.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:37 smithi029 ceph-mon[99353]: pgmap v222: 121 pgs: 5 peering, 8 active+undersized, 7 active+undersized+degraded, 101 active+clean; 245 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 1.6 MiB/s wr, 12 op/s; 40/426 objects degraded (9.390%); 7.1 MiB/s, 1 objects/s recovering 2024-07-27T18:25:37.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:37 smithi029 ceph-mon[99353]: Health check update: Degraded data redundancy: 57/408 objects degraded (13.971%), 10 pgs degraded (PG_DEGRADED) 2024-07-27T18:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:37 smithi179 ceph-mon[89801]: osdmap e374: 8 total, 8 up, 8 in 2024-07-27T18:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:37 smithi179 ceph-mon[89801]: pgmap v222: 121 pgs: 5 peering, 8 active+undersized, 7 active+undersized+degraded, 101 active+clean; 245 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 1.6 MiB/s wr, 12 op/s; 40/426 objects degraded (9.390%); 7.1 MiB/s, 1 objects/s recovering 2024-07-27T18:25:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:37 smithi179 ceph-mon[89801]: Health check update: Degraded data redundancy: 57/408 objects degraded (13.971%), 10 pgs degraded (PG_DEGRADED) 2024-07-27T18:25:38.468 INFO:tasks.rados.rados.0.smithi029.stdout:1570: finishing write tid 1 to smithi02985406-15 2024-07-27T18:25:38.468 INFO:tasks.rados.rados.0.smithi029.stdout:1570: finishing write tid 2 to smithi02985406-15 2024-07-27T18:25:38.468 INFO:tasks.rados.rados.0.smithi029.stdout:1570: finishing write tid 3 to smithi02985406-15 2024-07-27T18:25:38.468 INFO:tasks.rados.rados.0.smithi029.stdout:1570: finishing write tid 4 to smithi02985406-15 2024-07-27T18:25:38.468 INFO:tasks.rados.rados.0.smithi029.stdout:1570: oid 15 updating version 0 to 701 2024-07-27T18:25:38.468 INFO:tasks.rados.rados.0.smithi029.stdout:1570: oid 15 version 701 is already newer than 700 2024-07-27T18:25:38.468 INFO:tasks.rados.rados.0.smithi029.stdout:1570: oid 15 updating version 701 to 702 2024-07-27T18:25:38.468 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 702 (ObjNum 492 snap 146 seq_num 492) dirty exists 2024-07-27T18:25:38.469 INFO:tasks.rados.rados.0.smithi029.stdout:1570: left oid 15 (ObjNum 492 snap 146 seq_num 492) 2024-07-27T18:25:38.469 INFO:tasks.rados.rados.0.smithi029.stdout:1570: done (1 left) 2024-07-27T18:25:38.469 INFO:tasks.rados.rados.0.smithi029.stdout:1571: done (0 left) 2024-07-27T18:25:38.469 INFO:tasks.rados.rados.0.smithi029.stdout:1572: read oid 33 snap -1 2024-07-27T18:25:38.469 INFO:tasks.rados.rados.0.smithi029.stdout:1572: expect (ObjNum 467 snap 139 seq_num 467) 2024-07-27T18:25:38.469 INFO:tasks.rados.rados.0.smithi029.stdout:1573: read oid 34 snap 141 2024-07-27T18:25:38.469 INFO:tasks.rados.rados.0.smithi029.stdout:1573: expect (ObjNum 464 snap 139 seq_num 464) 2024-07-27T18:25:38.469 INFO:tasks.rados.rados.0.smithi029.stdout:1574: read oid 31 snap -1 2024-07-27T18:25:38.469 INFO:tasks.rados.rados.0.smithi029.stdout:1574: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:25:38.469 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 146 2024-07-27T18:25:38.469 INFO:tasks.rados.rados.0.smithi029.stdout:1575: seq_num 493 ranges {1097728=663552,1761280=401408} 2024-07-27T18:25:38.478 INFO:tasks.rados.rados.0.smithi029.stdout:1575: writing smithi02985406-26 from 1097728 to 1761280 tid 1 2024-07-27T18:25:38.481 INFO:tasks.rados.rados.0.smithi029.stdout:1575: writing smithi02985406-26 from 1761280 to 2162688 tid 2 2024-07-27T18:25:38.481 INFO:tasks.rados.rados.0.smithi029.stdout:1576: delete oid 39 current snap is 146 2024-07-27T18:25:38.484 INFO:tasks.rados.rados.0.smithi029.stdout:1572: expect (ObjNum 467 snap 139 seq_num 467) 2024-07-27T18:25:38.560 INFO:tasks.rados.rados.0.smithi029.stdout:1575: finishing write tid 1 to smithi02985406-26 2024-07-27T18:25:38.560 INFO:tasks.rados.rados.0.smithi029.stdout:1574: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:25:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:38 smithi029 ceph-mon[96870]: osdmap e375: 8 total, 8 up, 8 in 2024-07-27T18:25:38.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:38 smithi029 ceph-mon[99353]: osdmap e375: 8 total, 8 up, 8 in 2024-07-27T18:25:38.850 INFO:tasks.rados.rados.0.smithi029.stdout:1575: finishing write tid 2 to smithi02985406-26 2024-07-27T18:25:38.850 INFO:tasks.rados.rados.0.smithi029.stdout:1575: finishing write tid 3 to smithi02985406-26 2024-07-27T18:25:38.850 INFO:tasks.rados.rados.0.smithi029.stdout:1575: finishing write tid 4 to smithi02985406-26 2024-07-27T18:25:38.850 INFO:tasks.rados.rados.0.smithi029.stdout:1575: oid 26 updating version 0 to 574 2024-07-27T18:25:38.851 INFO:tasks.rados.rados.0.smithi029.stdout:1575: oid 26 updating version 574 to 575 2024-07-27T18:25:38.851 INFO:tasks.rados.rados.0.smithi029.stdout:1575: oid 26 updating version 575 to 576 2024-07-27T18:25:38.851 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 576 (ObjNum 493 snap 146 seq_num 493) dirty exists 2024-07-27T18:25:38.851 INFO:tasks.rados.rados.0.smithi029.stdout:1575: left oid 26 (ObjNum 493 snap 146 seq_num 493) 2024-07-27T18:25:38.851 INFO:tasks.rados.rados.0.smithi029.stdout:1573: expect (ObjNum 464 snap 139 seq_num 464) 2024-07-27T18:25:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:38 smithi179 ceph-mon[89801]: osdmap e375: 8 total, 8 up, 8 in 2024-07-27T18:25:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:39 smithi029 ceph-mon[96870]: osdmap e376: 8 total, 8 up, 8 in 2024-07-27T18:25:39.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:39 smithi029 ceph-mon[96870]: pgmap v225: 121 pgs: 121 active+clean; 220 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.5 MiB/s wr, 21 op/s; 13 MiB/s, 4 objects/s recovering 2024-07-27T18:25:39.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:39.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:25:39.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:39 smithi029 ceph-mon[99353]: osdmap e376: 8 total, 8 up, 8 in 2024-07-27T18:25:39.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:39 smithi029 ceph-mon[99353]: pgmap v225: 121 pgs: 121 active+clean; 220 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.5 MiB/s wr, 21 op/s; 13 MiB/s, 4 objects/s recovering 2024-07-27T18:25:39.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:39.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:25:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:39 smithi179 ceph-mon[89801]: osdmap e376: 8 total, 8 up, 8 in 2024-07-27T18:25:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:39 smithi179 ceph-mon[89801]: pgmap v225: 121 pgs: 121 active+clean; 220 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.5 MiB/s wr, 21 op/s; 13 MiB/s, 4 objects/s recovering 2024-07-27T18:25:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:25:40.100 INFO:tasks.rados.rados.0.smithi029.stdout:1572: done (4 left) 2024-07-27T18:25:40.100 INFO:tasks.rados.rados.0.smithi029.stdout:1573: done (3 left) 2024-07-27T18:25:40.100 INFO:tasks.rados.rados.0.smithi029.stdout:1574: done (2 left) 2024-07-27T18:25:40.100 INFO:tasks.rados.rados.0.smithi029.stdout:1575: done (1 left) 2024-07-27T18:25:40.100 INFO:tasks.rados.rados.0.smithi029.stdout:1576: done (0 left) 2024-07-27T18:25:40.100 INFO:tasks.rados.rados.0.smithi029.stdout:1577: read oid 46 snap 139 2024-07-27T18:25:40.101 INFO:tasks.rados.rados.0.smithi029.stdout:1577: expect (ObjNum 370 snap 104 seq_num 370) 2024-07-27T18:25:40.101 INFO:tasks.rados.rados.0.smithi029.stdout:1578: snap_create 2024-07-27T18:25:40.106 INFO:tasks.rados.rados.0.smithi029.stdout:1577: expect (ObjNum 370 snap 104 seq_num 370) 2024-07-27T18:25:40.478 INFO:tasks.rados.rados.0.smithi029.stdout:1577: done (1 left) 2024-07-27T18:25:40.478 INFO:tasks.rados.rados.0.smithi029.stdout:1578: done (0 left) 2024-07-27T18:25:40.478 INFO:tasks.rados.rados.0.smithi029.stdout:1579: rollback oid 30 current snap is 147 2024-07-27T18:25:40.478 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 30 to 139 2024-07-27T18:25:40.478 INFO:tasks.rados.rados.0.smithi029.stdout:1580: snap_remove snap 141 2024-07-27T18:25:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:40 smithi029 ceph-mon[96870]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/426 objects degraded (9.390%), 7 pgs degraded) 2024-07-27T18:25:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:40 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:25:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:40 smithi029 ceph-mon[99353]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/426 objects degraded (9.390%), 7 pgs degraded) 2024-07-27T18:25:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:40 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:25:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:40 smithi179 ceph-mon[89801]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/426 objects degraded (9.390%), 7 pgs degraded) 2024-07-27T18:25:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:40 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:25:41.483 INFO:tasks.rados.rados.0.smithi029.stdout:1580: done (1 left) 2024-07-27T18:25:41.483 INFO:tasks.rados.rados.0.smithi029.stdout:1581: delete oid 36 current snap is 147 2024-07-27T18:25:41.484 INFO:tasks.rados.rados.0.smithi029.stdout:1579: finishing rollback tid 0 to smithi02985406-30 2024-07-27T18:25:41.484 INFO:tasks.rados.rados.0.smithi029.stdout:1579: finishing rollback tid 1 to smithi02985406-30 2024-07-27T18:25:41.484 INFO:tasks.rados.rados.0.smithi029.stdout:1579: finishing rollback tid 2 to smithi02985406-30 2024-07-27T18:25:41.484 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 321 (ObjNum 424 snap 125 seq_num 424) dirty exists 2024-07-27T18:25:41.492 INFO:tasks.rados.rados.0.smithi029.stdout:1579: done (1 left) 2024-07-27T18:25:41.492 INFO:tasks.rados.rados.0.smithi029.stdout:1581: done (0 left) 2024-07-27T18:25:41.492 INFO:tasks.rados.rados.0.smithi029.stdout:1582: snap_remove snap 139 2024-07-27T18:25:41.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:41 smithi029 ceph-mon[96870]: osdmap e377: 8 total, 8 up, 8 in 2024-07-27T18:25:41.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:41 smithi029 ceph-mon[96870]: pgmap v227: 121 pgs: 121 active+clean; 202 MiB data, 1018 MiB used, 714 GiB / 715 GiB avail; 662 KiB/s rd, 1.0 MiB/s wr, 11 op/s; 5.4 MiB/s, 2 objects/s recovering 2024-07-27T18:25:41.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:41 smithi029 ceph-mon[99353]: osdmap e377: 8 total, 8 up, 8 in 2024-07-27T18:25:41.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:41 smithi029 ceph-mon[99353]: pgmap v227: 121 pgs: 121 active+clean; 202 MiB data, 1018 MiB used, 714 GiB / 715 GiB avail; 662 KiB/s rd, 1.0 MiB/s wr, 11 op/s; 5.4 MiB/s, 2 objects/s recovering 2024-07-27T18:25:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:41 smithi179 ceph-mon[89801]: osdmap e377: 8 total, 8 up, 8 in 2024-07-27T18:25:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:41 smithi179 ceph-mon[89801]: pgmap v227: 121 pgs: 121 active+clean; 202 MiB data, 1018 MiB used, 714 GiB / 715 GiB avail; 662 KiB/s rd, 1.0 MiB/s wr, 11 op/s; 5.4 MiB/s, 2 objects/s recovering 2024-07-27T18:25:41.957 INFO:tasks.rados.rados.0.smithi029.stdout:1582: done (0 left) 2024-07-27T18:25:41.958 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 147 2024-07-27T18:25:41.958 INFO:tasks.rados.rados.0.smithi029.stdout:1583: seq_num 496 ranges {278528=712704,991232=401408} 2024-07-27T18:25:41.963 INFO:tasks.rados.rados.0.smithi029.stdout:1583: writing smithi02985406-32 from 278528 to 991232 tid 1 2024-07-27T18:25:41.967 INFO:tasks.rados.rados.0.smithi029.stdout:1583: writing smithi02985406-32 from 991232 to 1392640 tid 2 2024-07-27T18:25:41.967 INFO:tasks.rados.rados.0.smithi029.stdout:1584: read oid 23 snap -1 2024-07-27T18:25:41.967 INFO:tasks.rados.rados.0.smithi029.stdout:1584: expect (ObjNum 400 snap 113 seq_num 400) 2024-07-27T18:25:41.967 INFO:tasks.rados.rados.0.smithi029.stdout:1585: read oid 29 snap -1 2024-07-27T18:25:41.967 INFO:tasks.rados.rados.0.smithi029.stdout:1585: expect (ObjNum 433 snap 128 seq_num 433) 2024-07-27T18:25:41.967 INFO:tasks.rados.rados.0.smithi029.stdout:1586: read oid 31 snap -1 2024-07-27T18:25:41.967 INFO:tasks.rados.rados.0.smithi029.stdout:1586: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:25:41.968 INFO:tasks.rados.rados.0.smithi029.stdout:1587: delete oid 2 current snap is 147 2024-07-27T18:25:41.979 INFO:tasks.rados.rados.0.smithi029.stdout:1587: done (4 left) 2024-07-27T18:25:41.980 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 147 2024-07-27T18:25:41.980 INFO:tasks.rados.rados.0.smithi029.stdout:1588: seq_num 498 ranges {0=745472,745472=401408} 2024-07-27T18:25:41.984 INFO:tasks.rados.rados.0.smithi029.stdout:1588: writing smithi02985406-36 from 0 to 745472 tid 1 2024-07-27T18:25:41.988 INFO:tasks.rados.rados.0.smithi029.stdout:1588: writing smithi02985406-36 from 745472 to 1146880 tid 2 2024-07-27T18:25:41.988 INFO:tasks.rados.rados.0.smithi029.stdout:1589: snap_create 2024-07-27T18:25:41.988 INFO:tasks.rados.rados.0.smithi029.stdout:1583: finishing write tid 1 to smithi02985406-32 2024-07-27T18:25:41.988 INFO:tasks.rados.rados.0.smithi029.stdout:1583: finishing write tid 2 to smithi02985406-32 2024-07-27T18:25:41.988 INFO:tasks.rados.rados.0.smithi029.stdout:1583: finishing write tid 3 to smithi02985406-32 2024-07-27T18:25:41.988 INFO:tasks.rados.rados.0.smithi029.stdout:1583: finishing write tid 4 to smithi02985406-32 2024-07-27T18:25:41.989 INFO:tasks.rados.rados.0.smithi029.stdout:1583: oid 32 updating version 0 to 409 2024-07-27T18:25:41.989 INFO:tasks.rados.rados.0.smithi029.stdout:1583: oid 32 version 409 is already newer than 408 2024-07-27T18:25:41.989 INFO:tasks.rados.rados.0.smithi029.stdout:1583: oid 32 version 409 is already newer than 407 2024-07-27T18:25:41.989 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 409 (ObjNum 496 snap 147 seq_num 496) dirty exists 2024-07-27T18:25:41.989 INFO:tasks.rados.rados.0.smithi029.stdout:1583: left oid 32 (ObjNum 496 snap 147 seq_num 496) 2024-07-27T18:25:41.994 INFO:tasks.rados.rados.0.smithi029.stdout:1588: finishing write tid 1 to smithi02985406-36 2024-07-27T18:25:41.994 INFO:tasks.rados.rados.0.smithi029.stdout:1588: finishing write tid 2 to smithi02985406-36 2024-07-27T18:25:41.994 INFO:tasks.rados.rados.0.smithi029.stdout:1588: finishing write tid 3 to smithi02985406-36 2024-07-27T18:25:41.994 INFO:tasks.rados.rados.0.smithi029.stdout:1585: expect (ObjNum 433 snap 128 seq_num 433) 2024-07-27T18:25:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:1588: finishing write tid 4 to smithi02985406-36 2024-07-27T18:25:42.094 INFO:tasks.rados.rados.0.smithi029.stdout:1588: oid 36 updating version 0 to 289 2024-07-27T18:25:42.094 INFO:tasks.rados.rados.0.smithi029.stdout:1588: oid 36 updating version 289 to 290 2024-07-27T18:25:42.094 INFO:tasks.rados.rados.0.smithi029.stdout:1588: oid 36 updating version 290 to 291 2024-07-27T18:25:42.094 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 291 (ObjNum 498 snap 147 seq_num 498) dirty exists 2024-07-27T18:25:42.094 INFO:tasks.rados.rados.0.smithi029.stdout:1588: left oid 36 (ObjNum 498 snap 147 seq_num 498) 2024-07-27T18:25:42.094 INFO:tasks.rados.rados.0.smithi029.stdout:1584: expect (ObjNum 400 snap 113 seq_num 400) 2024-07-27T18:25:42.263 INFO:tasks.rados.rados.0.smithi029.stdout:1586: expect (ObjNum 287 snap 74 seq_num 287) 2024-07-27T18:25:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:42 smithi029 ceph-mon[99353]: osdmap e378: 8 total, 8 up, 8 in 2024-07-27T18:25:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:42 smithi029 ceph-mon[99353]: osdmap e379: 8 total, 8 up, 8 in 2024-07-27T18:25:42.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:42 smithi029 ceph-mon[96870]: osdmap e378: 8 total, 8 up, 8 in 2024-07-27T18:25:42.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:42 smithi029 ceph-mon[96870]: osdmap e379: 8 total, 8 up, 8 in 2024-07-27T18:25:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:25:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:25:42] "GET /metrics HTTP/1.1" 200 36309 "" "Prometheus/2.43.0" 2024-07-27T18:25:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:42 smithi179 ceph-mon[89801]: osdmap e378: 8 total, 8 up, 8 in 2024-07-27T18:25:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:42 smithi179 ceph-mon[89801]: osdmap e379: 8 total, 8 up, 8 in 2024-07-27T18:25:42.959 INFO:tasks.rados.rados.0.smithi029.stdout:1583: done (5 left) 2024-07-27T18:25:42.960 INFO:tasks.rados.rados.0.smithi029.stdout:1584: done (4 left) 2024-07-27T18:25:42.960 INFO:tasks.rados.rados.0.smithi029.stdout:1585: done (3 left) 2024-07-27T18:25:42.960 INFO:tasks.rados.rados.0.smithi029.stdout:1586: done (2 left) 2024-07-27T18:25:42.960 INFO:tasks.rados.rados.0.smithi029.stdout:1588: done (1 left) 2024-07-27T18:25:42.960 INFO:tasks.rados.rados.0.smithi029.stdout:1589: done (0 left) 2024-07-27T18:25:42.960 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 148 2024-07-27T18:25:42.960 INFO:tasks.rados.rados.0.smithi029.stdout:1590: seq_num 499 ranges {2326528=761856,3088384=401408} 2024-07-27T18:25:42.976 INFO:tasks.rados.rados.0.smithi029.stdout:1590: writing smithi02985406-9 from 2326528 to 3088384 tid 1 2024-07-27T18:25:42.979 INFO:tasks.rados.rados.0.smithi029.stdout:1590: writing smithi02985406-9 from 3088384 to 3489792 tid 2 2024-07-27T18:25:42.979 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 148 2024-07-27T18:25:42.979 INFO:tasks.rados.rados.0.smithi029.stdout:1591: seq_num 500 ranges {6602752=778240,7380992=401408} 2024-07-27T18:25:43.018 INFO:tasks.rados.rados.0.smithi029.stdout:1591: writing smithi02985406-10 from 6602752 to 7380992 tid 1 2024-07-27T18:25:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1591: writing smithi02985406-10 from 7380992 to 7782400 tid 2 2024-07-27T18:25:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1592: copy_from oid 6 from oid 7 current snap is 148 2024-07-27T18:25:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1590: finishing write tid 1 to smithi02985406-9 2024-07-27T18:25:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1590: finishing write tid 2 to smithi02985406-9 2024-07-27T18:25:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1590: finishing write tid 3 to smithi02985406-9 2024-07-27T18:25:43.022 INFO:tasks.rados.rados.0.smithi029.stdout:1590: finishing write tid 4 to smithi02985406-9 2024-07-27T18:25:43.022 INFO:tasks.rados.rados.0.smithi029.stdout:1590: oid 9 updating version 0 to 1053 2024-07-27T18:25:43.022 INFO:tasks.rados.rados.0.smithi029.stdout:1590: oid 9 version 1053 is already newer than 1052 2024-07-27T18:25:43.022 INFO:tasks.rados.rados.0.smithi029.stdout:1590: oid 9 updating version 1053 to 1054 2024-07-27T18:25:43.022 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 1054 (ObjNum 499 snap 148 seq_num 499) dirty exists 2024-07-27T18:25:43.022 INFO:tasks.rados.rados.0.smithi029.stdout:1590: left oid 9 (ObjNum 499 snap 148 seq_num 499) 2024-07-27T18:25:43.022 INFO:tasks.rados.rados.0.smithi029.stdout:1590: done (2 left) 2024-07-27T18:25:43.022 INFO:tasks.rados.rados.0.smithi029.stdout:1593: rmattr oid 50 current snap is 148 2024-07-27T18:25:43.022 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 148 2024-07-27T18:25:43.022 INFO:tasks.rados.rados.0.smithi029.stdout:1594: seq_num 501 ranges {4169728=794624,4964352=401408} 2024-07-27T18:25:43.048 INFO:tasks.rados.rados.0.smithi029.stdout:1594: writing smithi02985406-4 from 4169728 to 4964352 tid 1 2024-07-27T18:25:43.051 INFO:tasks.rados.rados.0.smithi029.stdout:1594: writing smithi02985406-4 from 4964352 to 5365760 tid 2 2024-07-27T18:25:43.051 INFO:tasks.rados.rados.0.smithi029.stdout:1595: delete oid 15 current snap is 148 2024-07-27T18:25:43.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 285 (ObjNum 486 snap 146 seq_num 486) dirty exists 2024-07-27T18:25:43.051 INFO:tasks.rados.rados.0.smithi029.stdout:1591: finishing write tid 1 to smithi02985406-10 2024-07-27T18:25:43.051 INFO:tasks.rados.rados.0.smithi029.stdout:1591: finishing write tid 2 to smithi02985406-10 2024-07-27T18:25:43.052 INFO:tasks.rados.rados.0.smithi029.stdout:1591: finishing write tid 3 to smithi02985406-10 2024-07-27T18:25:43.052 INFO:tasks.rados.rados.0.smithi029.stdout:1592: finishing copy_from to smithi02985406-6 2024-07-27T18:25:43.052 INFO:tasks.rados.rados.0.smithi029.stdout:1592: got expected ENOENT (src dne) 2024-07-27T18:25:43.052 INFO:tasks.rados.rados.0.smithi029.stdout:1591: finishing write tid 4 to smithi02985406-10 2024-07-27T18:25:43.052 INFO:tasks.rados.rados.0.smithi029.stdout:1591: oid 10 updating version 0 to 952 2024-07-27T18:25:43.052 INFO:tasks.rados.rados.0.smithi029.stdout:1591: oid 10 version 952 is already newer than 951 2024-07-27T18:25:43.052 INFO:tasks.rados.rados.0.smithi029.stdout:1591: oid 10 version 952 is already newer than 950 2024-07-27T18:25:43.052 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 952 (ObjNum 500 snap 148 seq_num 500) dirty exists 2024-07-27T18:25:43.052 INFO:tasks.rados.rados.0.smithi029.stdout:1591: left oid 10 (ObjNum 500 snap 148 seq_num 500) 2024-07-27T18:25:43.053 INFO:tasks.rados.rados.0.smithi029.stdout:1592: finishing copy_from racing read to smithi02985406-6 2024-07-27T18:25:43.053 INFO:tasks.rados.rados.0.smithi029.stdout:1594: finishing write tid 1 to smithi02985406-4 2024-07-27T18:25:43.053 INFO:tasks.rados.rados.0.smithi029.stdout:1594: finishing write tid 2 to smithi02985406-4 2024-07-27T18:25:43.053 INFO:tasks.rados.rados.0.smithi029.stdout:1594: finishing write tid 3 to smithi02985406-4 2024-07-27T18:25:43.057 INFO:tasks.rados.rados.0.smithi029.stdout:1594: finishing write tid 4 to smithi02985406-4 2024-07-27T18:25:43.057 INFO:tasks.rados.rados.0.smithi029.stdout:1594: oid 4 updating version 0 to 718 2024-07-27T18:25:43.057 INFO:tasks.rados.rados.0.smithi029.stdout:1594: oid 4 version 718 is already newer than 717 2024-07-27T18:25:43.057 INFO:tasks.rados.rados.0.smithi029.stdout:1594: oid 4 version 718 is already newer than 716 2024-07-27T18:25:43.057 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 718 (ObjNum 501 snap 148 seq_num 501) dirty exists 2024-07-27T18:25:43.057 INFO:tasks.rados.rados.0.smithi029.stdout:1594: left oid 4 (ObjNum 501 snap 148 seq_num 501) 2024-07-27T18:25:43.057 INFO:tasks.rados.rados.0.smithi029.stdout:1591: done (4 left) 2024-07-27T18:25:43.057 INFO:tasks.rados.rados.0.smithi029.stdout:1592: done (3 left) 2024-07-27T18:25:43.057 INFO:tasks.rados.rados.0.smithi029.stdout:1593: done (2 left) 2024-07-27T18:25:43.057 INFO:tasks.rados.rados.0.smithi029.stdout:1594: done (1 left) 2024-07-27T18:25:43.058 INFO:tasks.rados.rados.0.smithi029.stdout:1595: done (0 left) 2024-07-27T18:25:43.058 INFO:tasks.rados.rados.0.smithi029.stdout:1596: read oid 38 snap -1 2024-07-27T18:25:43.058 INFO:tasks.rados.rados.0.smithi029.stdout:1596: expect deleted 2024-07-27T18:25:43.058 INFO:tasks.rados.rados.0.smithi029.stdout:1597: snap_create 2024-07-27T18:25:43.968 INFO:tasks.rados.rados.0.smithi029.stdout:1596: done (1 left) 2024-07-27T18:25:43.969 INFO:tasks.rados.rados.0.smithi029.stdout:1597: done (0 left) 2024-07-27T18:25:43.969 INFO:tasks.rados.rados.0.smithi029.stdout:1598: delete oid 24 current snap is 149 2024-07-27T18:25:43.974 INFO:tasks.rados.rados.0.smithi029.stdout:1598: done (0 left) 2024-07-27T18:25:43.974 INFO:tasks.rados.rados.0.smithi029.stdout:1599: snap_create 2024-07-27T18:25:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:43 smithi029 ceph-mon[96870]: pgmap v230: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 203 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 499 KiB/s wr, 6 op/s 2024-07-27T18:25:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:43 smithi029 ceph-mon[96870]: osdmap e380: 8 total, 8 up, 8 in 2024-07-27T18:25:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:43 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:43 smithi029 ceph-mon[99353]: pgmap v230: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 203 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 499 KiB/s wr, 6 op/s 2024-07-27T18:25:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:43 smithi029 ceph-mon[99353]: osdmap e380: 8 total, 8 up, 8 in 2024-07-27T18:25:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:43 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:43 smithi179 ceph-mon[89801]: pgmap v230: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 203 MiB data, 1017 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 499 KiB/s wr, 6 op/s 2024-07-27T18:25:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:43 smithi179 ceph-mon[89801]: osdmap e380: 8 total, 8 up, 8 in 2024-07-27T18:25:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:43 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:44.974 INFO:tasks.rados.rados.0.smithi029.stdout:1599: done (0 left) 2024-07-27T18:25:44.974 INFO:tasks.rados.rados.0.smithi029.stdout:1600: snap_remove snap 134 2024-07-27T18:25:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:44 smithi029 ceph-mon[96870]: osdmap e381: 8 total, 8 up, 8 in 2024-07-27T18:25:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:44 smithi029 ceph-mon[99353]: osdmap e381: 8 total, 8 up, 8 in 2024-07-27T18:25:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:44 smithi179 ceph-mon[89801]: osdmap e381: 8 total, 8 up, 8 in 2024-07-27T18:25:45.976 INFO:tasks.rados.rados.0.smithi029.stdout:1600: done (0 left) 2024-07-27T18:25:45.976 INFO:tasks.rados.rados.0.smithi029.stdout:1601: snap_create 2024-07-27T18:25:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:45 smithi029 ceph-mon[96870]: pgmap v233: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 204 MiB data, 1020 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 788 KiB/s wr, 7 op/s 2024-07-27T18:25:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:45 smithi029 ceph-mon[96870]: osdmap e382: 8 total, 8 up, 8 in 2024-07-27T18:25:46.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:45 smithi029 ceph-mon[99353]: pgmap v233: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 204 MiB data, 1020 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 788 KiB/s wr, 7 op/s 2024-07-27T18:25:46.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:45 smithi029 ceph-mon[99353]: osdmap e382: 8 total, 8 up, 8 in 2024-07-27T18:25:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:45 smithi179 ceph-mon[89801]: pgmap v233: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 204 MiB data, 1020 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 788 KiB/s wr, 7 op/s 2024-07-27T18:25:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:45 smithi179 ceph-mon[89801]: osdmap e382: 8 total, 8 up, 8 in 2024-07-27T18:25:46.961 INFO:tasks.rados.rados.0.smithi029.stdout:1601: done (0 left) 2024-07-27T18:25:46.961 INFO:tasks.rados.rados.0.smithi029.stdout:1602: read oid 11 snap -1 2024-07-27T18:25:46.962 INFO:tasks.rados.rados.0.smithi029.stdout:1602: expect (ObjNum 211 snap 55 seq_num 211) 2024-07-27T18:25:46.962 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 151 2024-07-27T18:25:46.962 INFO:tasks.rados.rados.0.smithi029.stdout:1603: seq_num 504 ranges {0=450560,450560=589824,1040384=212992} 2024-07-27T18:25:46.962 INFO:tasks.rados.rados.0.smithi029.stdout:1603: writing smithi02985406-24 from 0 to 450560 tid 1 2024-07-27T18:25:46.966 INFO:tasks.rados.rados.0.smithi029.stdout:1603: writing smithi02985406-24 from 450560 to 1040384 tid 2 2024-07-27T18:25:46.967 INFO:tasks.rados.rados.0.smithi029.stdout:1603: writing smithi02985406-24 from 1040384 to 1253376 tid 3 2024-07-27T18:25:46.968 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 151 2024-07-27T18:25:46.968 INFO:tasks.rados.rados.0.smithi029.stdout:1604: seq_num 505 ranges {1392640=466944,1859584=475136,2334720=327680} 2024-07-27T18:25:46.981 INFO:tasks.rados.rados.0.smithi029.stdout:1604: writing smithi02985406-32 from 1392640 to 1859584 tid 1 2024-07-27T18:25:46.983 INFO:tasks.rados.rados.0.smithi029.stdout:1604: writing smithi02985406-32 from 1859584 to 2334720 tid 2 2024-07-27T18:25:46.987 INFO:tasks.rados.rados.0.smithi029.stdout:1604: writing smithi02985406-32 from 2334720 to 2662400 tid 3 2024-07-27T18:25:46.987 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 151 2024-07-27T18:25:46.987 INFO:tasks.rados.rados.0.smithi029.stdout:1603: finishing write tid 1 to smithi02985406-24 2024-07-27T18:25:46.987 INFO:tasks.rados.rados.0.smithi029.stdout:1603: finishing write tid 2 to smithi02985406-24 2024-07-27T18:25:46.987 INFO:tasks.rados.rados.0.smithi029.stdout:1603: finishing write tid 3 to smithi02985406-24 2024-07-27T18:25:46.987 INFO:tasks.rados.rados.0.smithi029.stdout:1603: finishing write tid 4 to smithi02985406-24 2024-07-27T18:25:46.988 INFO:tasks.rados.rados.0.smithi029.stdout:1603: finishing write tid 5 to smithi02985406-24 2024-07-27T18:25:46.988 INFO:tasks.rados.rados.0.smithi029.stdout:1603: oid 24 updating version 0 to 821 2024-07-27T18:25:46.988 INFO:tasks.rados.rados.0.smithi029.stdout:1603: oid 24 version 821 is already newer than 820 2024-07-27T18:25:46.988 INFO:tasks.rados.rados.0.smithi029.stdout:1603: oid 24 updating version 821 to 822 2024-07-27T18:25:46.988 INFO:tasks.rados.rados.0.smithi029.stdout:1603: oid 24 version 822 is already newer than 819 2024-07-27T18:25:46.988 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 822 (ObjNum 504 snap 151 seq_num 504) dirty exists 2024-07-27T18:25:46.988 INFO:tasks.rados.rados.0.smithi029.stdout:1603: left oid 24 (ObjNum 504 snap 151 seq_num 504) 2024-07-27T18:25:46.988 INFO:tasks.rados.rados.0.smithi029.stdout:1605: seq_num 506 ranges {1146880=483328,1630208=761856,2392064=40960} 2024-07-27T18:25:46.996 INFO:tasks.rados.rados.0.smithi029.stdout:1605: writing smithi02985406-36 from 1146880 to 1630208 tid 1 2024-07-27T18:25:47.002 INFO:tasks.rados.rados.0.smithi029.stdout:1605: writing smithi02985406-36 from 1630208 to 2392064 tid 2 2024-07-27T18:25:47.002 INFO:tasks.rados.rados.0.smithi029.stdout:1605: writing smithi02985406-36 from 2392064 to 2433024 tid 3 2024-07-27T18:25:47.002 INFO:tasks.rados.rados.0.smithi029.stdout:1603: done (3 left) 2024-07-27T18:25:47.002 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 151 2024-07-27T18:25:47.002 INFO:tasks.rados.rados.0.smithi029.stdout:1604: finishing write tid 1 to smithi02985406-32 2024-07-27T18:25:47.002 INFO:tasks.rados.rados.0.smithi029.stdout:1606: seq_num 507 ranges {1581056=499712,2080768=638976,2719744=163840} 2024-07-27T18:25:47.012 INFO:tasks.rados.rados.0.smithi029.stdout:1606: writing smithi02985406-45 from 1581056 to 2080768 tid 1 2024-07-27T18:25:47.015 INFO:tasks.rados.rados.0.smithi029.stdout:1606: writing smithi02985406-45 from 2080768 to 2719744 tid 2 2024-07-27T18:25:47.016 INFO:tasks.rados.rados.0.smithi029.stdout:1606: writing smithi02985406-45 from 2719744 to 2883584 tid 3 2024-07-27T18:25:47.016 INFO:tasks.rados.rados.0.smithi029.stdout:1607: snap_remove snap 146 2024-07-27T18:25:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:46 smithi029 ceph-mon[96870]: osdmap e383: 8 total, 8 up, 8 in 2024-07-27T18:25:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:46 smithi029 ceph-mon[96870]: osdmap e384: 8 total, 8 up, 8 in 2024-07-27T18:25:47.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:46 smithi029 ceph-mon[99353]: osdmap e383: 8 total, 8 up, 8 in 2024-07-27T18:25:47.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:46 smithi029 ceph-mon[99353]: osdmap e384: 8 total, 8 up, 8 in 2024-07-27T18:25:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:46 smithi179 ceph-mon[89801]: osdmap e383: 8 total, 8 up, 8 in 2024-07-27T18:25:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:46 smithi179 ceph-mon[89801]: osdmap e384: 8 total, 8 up, 8 in 2024-07-27T18:25:47.992 INFO:tasks.rados.rados.0.smithi029.stdout:1607: done (4 left) 2024-07-27T18:25:47.992 INFO:tasks.rados.rados.0.smithi029.stdout:1608: rollback oid 48 current snap is 151 2024-07-27T18:25:47.992 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 48 to 150 2024-07-27T18:25:47.992 INFO:tasks.rados.rados.0.smithi029.stdout:1604: finishing write tid 2 to smithi02985406-32 2024-07-27T18:25:47.992 INFO:tasks.rados.rados.0.smithi029.stdout:1604: finishing write tid 3 to smithi02985406-32 2024-07-27T18:25:47.993 INFO:tasks.rados.rados.0.smithi029.stdout:1604: finishing write tid 4 to smithi02985406-32 2024-07-27T18:25:47.993 INFO:tasks.rados.rados.0.smithi029.stdout:1604: finishing write tid 5 to smithi02985406-32 2024-07-27T18:25:47.993 INFO:tasks.rados.rados.0.smithi029.stdout:1604: oid 32 updating version 0 to 412 2024-07-27T18:25:47.993 INFO:tasks.rados.rados.0.smithi029.stdout:1604: oid 32 updating version 412 to 413 2024-07-27T18:25:47.993 INFO:tasks.rados.rados.0.smithi029.stdout:1604: oid 32 version 413 is already newer than 411 2024-07-27T18:25:47.993 INFO:tasks.rados.rados.0.smithi029.stdout:1604: oid 32 version 413 is already newer than 410 2024-07-27T18:25:47.993 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 413 (ObjNum 505 snap 151 seq_num 505) dirty exists 2024-07-27T18:25:47.993 INFO:tasks.rados.rados.0.smithi029.stdout:1604: left oid 32 (ObjNum 505 snap 151 seq_num 505) 2024-07-27T18:25:47.993 INFO:tasks.rados.rados.0.smithi029.stdout:1602: expect (ObjNum 211 snap 55 seq_num 211) 2024-07-27T18:25:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:47 smithi029 ceph-mon[96870]: pgmap v236: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 206 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.7 MiB/s rd, 1.1 MiB/s wr, 6 op/s 2024-07-27T18:25:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:47 smithi029 ceph-mon[99353]: pgmap v236: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 206 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.7 MiB/s rd, 1.1 MiB/s wr, 6 op/s 2024-07-27T18:25:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:47 smithi179 ceph-mon[89801]: pgmap v236: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 206 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.7 MiB/s rd, 1.1 MiB/s wr, 6 op/s 2024-07-27T18:25:48.449 INFO:tasks.rados.rados.0.smithi029.stdout:1605: finishing write tid 1 to smithi02985406-36 2024-07-27T18:25:48.449 INFO:tasks.rados.rados.0.smithi029.stdout:1605: finishing write tid 2 to smithi02985406-36 2024-07-27T18:25:48.449 INFO:tasks.rados.rados.0.smithi029.stdout:1605: finishing write tid 3 to smithi02985406-36 2024-07-27T18:25:48.449 INFO:tasks.rados.rados.0.smithi029.stdout:1605: finishing write tid 4 to smithi02985406-36 2024-07-27T18:25:48.449 INFO:tasks.rados.rados.0.smithi029.stdout:1605: finishing write tid 5 to smithi02985406-36 2024-07-27T18:25:48.449 INFO:tasks.rados.rados.0.smithi029.stdout:1605: oid 36 updating version 0 to 295 2024-07-27T18:25:48.449 INFO:tasks.rados.rados.0.smithi029.stdout:1605: oid 36 updating version 295 to 297 2024-07-27T18:25:48.449 INFO:tasks.rados.rados.0.smithi029.stdout:1605: oid 36 version 297 is already newer than 296 2024-07-27T18:25:48.449 INFO:tasks.rados.rados.0.smithi029.stdout:1605: oid 36 updating version 297 to 298 2024-07-27T18:25:48.449 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 298 (ObjNum 506 snap 151 seq_num 506) dirty exists 2024-07-27T18:25:48.450 INFO:tasks.rados.rados.0.smithi029.stdout:1605: left oid 36 (ObjNum 506 snap 151 seq_num 506) 2024-07-27T18:25:48.450 INFO:tasks.rados.rados.0.smithi029.stdout:1606: finishing write tid 1 to smithi02985406-45 2024-07-27T18:25:48.450 INFO:tasks.rados.rados.0.smithi029.stdout:1606: finishing write tid 2 to smithi02985406-45 2024-07-27T18:25:48.450 INFO:tasks.rados.rados.0.smithi029.stdout:1606: finishing write tid 3 to smithi02985406-45 2024-07-27T18:25:48.450 INFO:tasks.rados.rados.0.smithi029.stdout:1606: finishing write tid 4 to smithi02985406-45 2024-07-27T18:25:48.450 INFO:tasks.rados.rados.0.smithi029.stdout:1602: done (4 left) 2024-07-27T18:25:48.450 INFO:tasks.rados.rados.0.smithi029.stdout:1604: done (3 left) 2024-07-27T18:25:48.450 INFO:tasks.rados.rados.0.smithi029.stdout:1605: done (2 left) 2024-07-27T18:25:48.450 INFO:tasks.rados.rados.0.smithi029.stdout:1609: snap_remove snap 149 2024-07-27T18:25:48.996 INFO:tasks.rados.rados.0.smithi029.stdout:1609: done (2 left) 2024-07-27T18:25:48.997 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 151 2024-07-27T18:25:48.997 INFO:tasks.rados.rados.0.smithi029.stdout:1606: finishing write tid 5 to smithi02985406-45 2024-07-27T18:25:48.997 INFO:tasks.rados.rados.0.smithi029.stdout:1606: oid 45 updating version 0 to 826 2024-07-27T18:25:48.997 INFO:tasks.rados.rados.0.smithi029.stdout:1606: oid 45 version 826 is already newer than 824 2024-07-27T18:25:48.997 INFO:tasks.rados.rados.0.smithi029.stdout:1606: oid 45 updating version 826 to 827 2024-07-27T18:25:48.997 INFO:tasks.rados.rados.0.smithi029.stdout:1606: oid 45 version 827 is already newer than 825 2024-07-27T18:25:48.997 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 827 (ObjNum 507 snap 151 seq_num 507) dirty exists 2024-07-27T18:25:48.997 INFO:tasks.rados.rados.0.smithi029.stdout:1606: left oid 45 (ObjNum 507 snap 151 seq_num 507) 2024-07-27T18:25:48.997 INFO:tasks.rados.rados.0.smithi029.stdout:1610: seq_num 508 ranges {3170304=516096,3686400=524288,4210688=278528} 2024-07-27T18:25:49.016 INFO:tasks.rados.rados.0.smithi029.stdout:1610: writing smithi02985406-42 from 3170304 to 3686400 tid 1 2024-07-27T18:25:49.020 INFO:tasks.rados.rados.0.smithi029.stdout:1610: writing smithi02985406-42 from 3686400 to 4210688 tid 2 2024-07-27T18:25:49.022 INFO:tasks.rados.rados.0.smithi029.stdout:1610: writing smithi02985406-42 from 4210688 to 4489216 tid 3 2024-07-27T18:25:49.022 INFO:tasks.rados.rados.0.smithi029.stdout:1606: done (2 left) 2024-07-27T18:25:49.022 INFO:tasks.rados.rados.0.smithi029.stdout:1611: read oid 13 snap 137 2024-07-27T18:25:49.022 INFO:tasks.rados.rados.0.smithi029.stdout:1611: expect deleted 2024-07-27T18:25:49.022 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 151 2024-07-27T18:25:49.022 INFO:tasks.rados.rados.0.smithi029.stdout:1612: seq_num 509 ranges {1204224=532480,1736704=409600,2146304=393216} 2024-07-27T18:25:49.032 INFO:tasks.rados.rados.0.smithi029.stdout:1612: writing smithi02985406-28 from 1204224 to 1736704 tid 1 2024-07-27T18:25:49.034 INFO:tasks.rados.rados.0.smithi029.stdout:1612: writing smithi02985406-28 from 1736704 to 2146304 tid 2 2024-07-27T18:25:49.037 INFO:tasks.rados.rados.0.smithi029.stdout:1612: writing smithi02985406-28 from 2146304 to 2539520 tid 3 2024-07-27T18:25:49.037 INFO:tasks.rados.rados.0.smithi029.stdout:1613: copy_from oid 25 from oid 7 current snap is 151 2024-07-27T18:25:49.037 INFO:tasks.rados.rados.0.smithi029.stdout:1608: finishing rollback tid 0 to smithi02985406-48 2024-07-27T18:25:49.037 INFO:tasks.rados.rados.0.smithi029.stdout:1608: finishing rollback tid 1 to smithi02985406-48 2024-07-27T18:25:49.037 INFO:tasks.rados.rados.0.smithi029.stdout:1608: finishing rollback tid 2 to smithi02985406-48 2024-07-27T18:25:49.037 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1195 (ObjNum 475 snap 142 seq_num 475) dirty exists 2024-07-27T18:25:49.037 INFO:tasks.rados.rados.0.smithi029.stdout:1608: done (4 left) 2024-07-27T18:25:49.037 INFO:tasks.rados.rados.0.smithi029.stdout:1614: snap_remove snap 147 2024-07-27T18:25:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:48 smithi029 ceph-mon[96870]: osdmap e385: 8 total, 8 up, 8 in 2024-07-27T18:25:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:48 smithi029 ceph-mon[99353]: osdmap e385: 8 total, 8 up, 8 in 2024-07-27T18:25:49.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:48 smithi179 ceph-mon[89801]: osdmap e385: 8 total, 8 up, 8 in 2024-07-27T18:25:50.003 INFO:tasks.rados.rados.0.smithi029.stdout:1614: done (4 left) 2024-07-27T18:25:50.003 INFO:tasks.rados.rados.0.smithi029.stdout:1615: snap_create 2024-07-27T18:25:50.003 INFO:tasks.rados.rados.0.smithi029.stdout:1610: finishing write tid 1 to smithi02985406-42 2024-07-27T18:25:50.003 INFO:tasks.rados.rados.0.smithi029.stdout:1610: finishing write tid 2 to smithi02985406-42 2024-07-27T18:25:50.003 INFO:tasks.rados.rados.0.smithi029.stdout:1610: finishing write tid 3 to smithi02985406-42 2024-07-27T18:25:50.003 INFO:tasks.rados.rados.0.smithi029.stdout:1610: finishing write tid 4 to smithi02985406-42 2024-07-27T18:25:50.003 INFO:tasks.rados.rados.0.smithi029.stdout:1610: finishing write tid 5 to smithi02985406-42 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1610: oid 42 updating version 0 to 511 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1610: oid 42 updating version 511 to 512 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1610: oid 42 updating version 512 to 513 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1610: oid 42 updating version 513 to 514 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 514 (ObjNum 508 snap 151 seq_num 508) dirty exists 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1610: left oid 42 (ObjNum 508 snap 151 seq_num 508) 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1612: finishing write tid 1 to smithi02985406-28 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1612: finishing write tid 2 to smithi02985406-28 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1612: finishing write tid 3 to smithi02985406-28 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1612: finishing write tid 4 to smithi02985406-28 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1612: finishing write tid 5 to smithi02985406-28 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1612: oid 28 updating version 0 to 1069 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1612: oid 28 version 1069 is already newer than 1067 2024-07-27T18:25:50.004 INFO:tasks.rados.rados.0.smithi029.stdout:1612: oid 28 version 1069 is already newer than 1066 2024-07-27T18:25:50.005 INFO:tasks.rados.rados.0.smithi029.stdout:1612: oid 28 version 1069 is already newer than 1068 2024-07-27T18:25:50.005 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 1069 (ObjNum 509 snap 151 seq_num 509) dirty exists 2024-07-27T18:25:50.005 INFO:tasks.rados.rados.0.smithi029.stdout:1612: left oid 28 (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:25:50.005 INFO:tasks.rados.rados.0.smithi029.stdout:1613: finishing copy_from to smithi02985406-25 2024-07-27T18:25:50.005 INFO:tasks.rados.rados.0.smithi029.stdout:1613: got expected ENOENT (src dne) 2024-07-27T18:25:50.005 INFO:tasks.rados.rados.0.smithi029.stdout:1613: finishing copy_from racing read to smithi02985406-25 2024-07-27T18:25:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:49 smithi029 ceph-mon[96870]: pgmap v239: 121 pgs: 121 active+clean; 208 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.4 MiB/s wr, 11 op/s 2024-07-27T18:25:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:49 smithi029 ceph-mon[96870]: osdmap e386: 8 total, 8 up, 8 in 2024-07-27T18:25:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:49 smithi029 ceph-mon[99353]: pgmap v239: 121 pgs: 121 active+clean; 208 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.4 MiB/s wr, 11 op/s 2024-07-27T18:25:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:49 smithi029 ceph-mon[99353]: osdmap e386: 8 total, 8 up, 8 in 2024-07-27T18:25:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:49 smithi179 ceph-mon[89801]: pgmap v239: 121 pgs: 121 active+clean; 208 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.4 MiB/s wr, 11 op/s 2024-07-27T18:25:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:49 smithi179 ceph-mon[89801]: osdmap e386: 8 total, 8 up, 8 in 2024-07-27T18:25:50.786 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:25:51.007 INFO:tasks.rados.rados.0.smithi029.stdout:1610: done (4 left) 2024-07-27T18:25:51.007 INFO:tasks.rados.rados.0.smithi029.stdout:1611: done (3 left) 2024-07-27T18:25:51.007 INFO:tasks.rados.rados.0.smithi029.stdout:1612: done (2 left) 2024-07-27T18:25:51.007 INFO:tasks.rados.rados.0.smithi029.stdout:1613: done (1 left) 2024-07-27T18:25:51.007 INFO:tasks.rados.rados.0.smithi029.stdout:1615: done (0 left) 2024-07-27T18:25:51.007 INFO:tasks.rados.rados.0.smithi029.stdout:1616: read oid 28 snap -1 2024-07-27T18:25:51.007 INFO:tasks.rados.rados.0.smithi029.stdout:1616: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:25:51.008 INFO:tasks.rados.rados.0.smithi029.stdout:1617: read oid 24 snap -1 2024-07-27T18:25:51.008 INFO:tasks.rados.rados.0.smithi029.stdout:1617: expect (ObjNum 504 snap 151 seq_num 504) 2024-07-27T18:25:51.008 INFO:tasks.rados.rados.0.smithi029.stdout:1618: snap_remove snap 151 2024-07-27T18:25:51.071 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:51 smithi029 ceph-mon[96870]: osdmap e387: 8 total, 8 up, 8 in 2024-07-27T18:25:51.071 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:51 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-07-27T18:25:51.073 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:51 smithi029 ceph-mon[99353]: osdmap e387: 8 total, 8 up, 8 in 2024-07-27T18:25:51.074 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:51 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-07-27T18:25:51.074 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:25:51.074 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (6m) 19s ago 7m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:25:51.074 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (7m) 2m ago 7m 91.6M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:25:51.074 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (9m) 19s ago 9m 16.7M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:25:51.074 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (9m) 2m ago 9m 21.3M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:25:51.074 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (3m) 2m ago 12m 439M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:25:51.074 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (3m) 19s ago 14m 509M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:25:51.074 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (2m) 19s ago 14m 49.9M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:25:51.074 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (2m) 2m ago 13m 22.1M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:25:51.075 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (2m) 19s ago 13m 45.2M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:25:51.075 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (7m) 19s ago 7m 15.8M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:25:51.075 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (7m) 2m ago 7m 15.4M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:25:51.075 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (91s) 19s ago 12m 120M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d f8777ac80a25 2024-07-27T18:25:51.075 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (57s) 19s ago 12m 88.9M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cc8b7a514095 2024-07-27T18:25:51.075 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (23s) 19s ago 11m 14.4M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cd34200f210b 2024-07-27T18:25:51.075 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (11m) 19s ago 11m 121M 2481M 18.2.2-1767-ga3bbd728 d280790d1980 0e2db681e2f2 2024-07-27T18:25:51.075 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (10m) 2m ago 10m 147M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 9431ed9c63c6 2024-07-27T18:25:51.075 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (10m) 2m ago 10m 166M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:25:51.075 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (10m) 2m ago 10m 114M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:25:51.075 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (9m) 2m ago 9m 152M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:25:51.075 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (3m) 2m ago 8m 50.4M - 2.43.0 a07b618ecd1d 14077408bc57 2024-07-27T18:25:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:51 smithi179 ceph-mon[89801]: osdmap e387: 8 total, 8 up, 8 in 2024-07-27T18:25:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:51 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-07-27T18:25:51.420 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:25:51.420 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:25:51.420 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:25:51.420 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:25:51.420 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:25:51.420 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:25:51.420 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:25:51.420 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:25:51.420 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 5, 2024-07-27T18:25:51.421 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:25:51.421 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:25:51.421 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:25:51.421 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:25:51.421 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:25:51.421 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:25:51.421 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 7, 2024-07-27T18:25:51.421 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 8 2024-07-27T18:25:51.421 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:25:51.421 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:25:51.960 INFO:tasks.rados.rados.0.smithi029.stdout:1618: done (2 left) 2024-07-27T18:25:51.960 INFO:tasks.rados.rados.0.smithi029.stdout:1619: snap_create 2024-07-27T18:25:51.960 INFO:tasks.rados.rados.0.smithi029.stdout:1617: expect (ObjNum 504 snap 151 seq_num 504) 2024-07-27T18:25:51.994 INFO:tasks.rados.rados.0.smithi029.stdout:1616: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:25:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[99353]: pgmap v242: 121 pgs: 121 active+clean; 200 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.2 MiB/s rd, 1.5 MiB/s wr, 11 op/s 2024-07-27T18:25:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[99353]: from='client.44198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:25:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-07-27T18:25:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[99353]: Upgrade: osd.3 is safe to restart 2024-07-27T18:25:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[99353]: osdmap e388: 8 total, 8 up, 8 in 2024-07-27T18:25:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[99353]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:25:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4024742166' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[99353]: osdmap e389: 8 total, 8 up, 8 in 2024-07-27T18:25:52.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[96870]: pgmap v242: 121 pgs: 121 active+clean; 200 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.2 MiB/s rd, 1.5 MiB/s wr, 11 op/s 2024-07-27T18:25:52.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[96870]: from='client.44198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:25:52.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-07-27T18:25:52.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[96870]: Upgrade: osd.3 is safe to restart 2024-07-27T18:25:52.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[96870]: osdmap e388: 8 total, 8 up, 8 in 2024-07-27T18:25:52.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[96870]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:25:52.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4024742166' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:52.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-mon[96870]: osdmap e389: 8 total, 8 up, 8 in 2024-07-27T18:25:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:52 smithi179 ceph-mon[89801]: pgmap v242: 121 pgs: 121 active+clean; 200 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.2 MiB/s rd, 1.5 MiB/s wr, 11 op/s 2024-07-27T18:25:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:52 smithi179 ceph-mon[89801]: from='client.44198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:25:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:52 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-07-27T18:25:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:52 smithi179 ceph-mon[89801]: Upgrade: osd.3 is safe to restart 2024-07-27T18:25:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:52 smithi179 ceph-mon[89801]: osdmap e388: 8 total, 8 up, 8 in 2024-07-27T18:25:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:52 smithi179 ceph-mon[89801]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:25:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:52 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4024742166' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:25:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:52 smithi179 ceph-mon[89801]: osdmap e389: 8 total, 8 up, 8 in 2024-07-27T18:25:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:25:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:25:52] "GET /metrics HTTP/1.1" 200 36309 "" "Prometheus/2.43.0" 2024-07-27T18:25:52.961 INFO:tasks.rados.rados.0.smithi029.stdout:1616: done (2 left) 2024-07-27T18:25:52.961 INFO:tasks.rados.rados.0.smithi029.stdout:1617: done (1 left) 2024-07-27T18:25:52.961 INFO:tasks.rados.rados.0.smithi029.stdout:1619: done (0 left) 2024-07-27T18:25:52.961 INFO:tasks.rados.rados.0.smithi029.stdout:1620: read oid 50 snap -1 2024-07-27T18:25:52.961 INFO:tasks.rados.rados.0.smithi029.stdout:1620: expect (ObjNum 486 snap 146 seq_num 486) 2024-07-27T18:25:52.962 INFO:tasks.rados.rados.0.smithi029.stdout:1621: read oid 12 snap -1 2024-07-27T18:25:52.962 INFO:tasks.rados.rados.0.smithi029.stdout:1621: expect (ObjNum 402 snap 113 seq_num 402) 2024-07-27T18:25:52.962 INFO:tasks.rados.rados.0.smithi029.stdout:1622: delete oid 15 current snap is 153 2024-07-27T18:25:52.973 INFO:tasks.rados.rados.0.smithi029.stdout:1622: done (2 left) 2024-07-27T18:25:52.973 INFO:tasks.rados.rados.0.smithi029.stdout:1623: rollback oid 39 current snap is 153 2024-07-27T18:25:52.974 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 39 to 137 2024-07-27T18:25:52.974 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 153 2024-07-27T18:25:52.974 INFO:tasks.rados.rados.0.smithi029.stdout:1624: seq_num 511 ranges {3530752=565248,4096000=630784,4726784=172032} 2024-07-27T18:25:52.996 INFO:tasks.rados.rados.0.smithi029.stdout:1624: writing smithi02985406-35 from 3530752 to 4096000 tid 1 2024-07-27T18:25:52.999 INFO:tasks.rados.rados.0.smithi029.stdout:1624: writing smithi02985406-35 from 4096000 to 4726784 tid 2 2024-07-27T18:25:53.001 INFO:tasks.rados.rados.0.smithi029.stdout:1624: writing smithi02985406-35 from 4726784 to 4898816 tid 3 2024-07-27T18:25:53.001 INFO:tasks.rados.rados.0.smithi029.stdout:1625: setattr oid 47 current snap is 153 2024-07-27T18:25:53.001 INFO:tasks.rados.rados.0.smithi029.stdout:1620: expect (ObjNum 486 snap 146 seq_num 486) 2024-07-27T18:25:53.055 INFO:tasks.rados.rados.0.smithi029.stdout:1623: finishing rollback tid 1 to smithi02985406-39 2024-07-27T18:25:53.056 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 0 (ObjNum 145 snap 0 seq_num 367857920) dirty dne 2024-07-27T18:25:53.056 INFO:tasks.rados.rados.0.smithi029.stdout:1621: expect (ObjNum 402 snap 113 seq_num 402) 2024-07-27T18:25:53.544 INFO:tasks.rados.rados.0.smithi029.stdout:1624: finishing write tid 1 to smithi02985406-35 2024-07-27T18:25:53.545 INFO:tasks.rados.rados.0.smithi029.stdout:1624: finishing write tid 2 to smithi02985406-35 2024-07-27T18:25:53.545 INFO:tasks.rados.rados.0.smithi029.stdout:1624: finishing write tid 3 to smithi02985406-35 2024-07-27T18:25:53.545 INFO:tasks.rados.rados.0.smithi029.stdout:1624: finishing write tid 4 to smithi02985406-35 2024-07-27T18:25:53.545 INFO:tasks.rados.rados.0.smithi029.stdout:1624: finishing write tid 5 to smithi02985406-35 2024-07-27T18:25:53.545 INFO:tasks.rados.rados.0.smithi029.stdout:1624: oid 35 updating version 0 to 625 2024-07-27T18:25:53.545 INFO:tasks.rados.rados.0.smithi029.stdout:1624: oid 35 version 625 is already newer than 623 2024-07-27T18:25:53.546 INFO:tasks.rados.rados.0.smithi029.stdout:1624: oid 35 version 625 is already newer than 624 2024-07-27T18:25:53.546 INFO:tasks.rados.rados.0.smithi029.stdout:1624: oid 35 version 625 is already newer than 622 2024-07-27T18:25:53.546 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 625 (ObjNum 511 snap 153 seq_num 511) dirty exists 2024-07-27T18:25:53.546 INFO:tasks.rados.rados.0.smithi029.stdout:1624: left oid 35 (ObjNum 511 snap 153 seq_num 511) 2024-07-27T18:25:53.546 INFO:tasks.rados.rados.0.smithi029.stdout:1620: done (4 left) 2024-07-27T18:25:53.546 INFO:tasks.rados.rados.0.smithi029.stdout:1621: done (3 left) 2024-07-27T18:25:53.546 INFO:tasks.rados.rados.0.smithi029.stdout:1623: done (2 left) 2024-07-27T18:25:53.546 INFO:tasks.rados.rados.0.smithi029.stdout:1624: done (1 left) 2024-07-27T18:25:53.546 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 153 2024-07-27T18:25:53.546 INFO:tasks.rados.rados.0.smithi029.stdout:1626: seq_num 512 ranges {7192576=581632,7774208=516096,8290304=286720} 2024-07-27T18:25:53.586 INFO:tasks.rados.rados.0.smithi029.stdout:1626: writing smithi02985406-18 from 7192576 to 7774208 tid 1 2024-07-27T18:25:53.589 INFO:tasks.rados.rados.0.smithi029.stdout:1626: writing smithi02985406-18 from 7774208 to 8290304 tid 2 2024-07-27T18:25:53.591 INFO:tasks.rados.rados.0.smithi029.stdout:1626: writing smithi02985406-18 from 8290304 to 8577024 tid 3 2024-07-27T18:25:53.591 INFO:tasks.rados.rados.0.smithi029.stdout:1627: copy_from oid 20 from oid 35 current snap is 153 2024-07-27T18:25:53.591 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 1075 (ObjNum 425 snap 125 seq_num 425) dirty exists 2024-07-27T18:25:53.591 INFO:tasks.rados.rados.0.smithi029.stdout:1625: done (2 left) 2024-07-27T18:25:53.591 INFO:tasks.rados.rados.0.smithi029.stdout:1628: read oid 27 snap 150 2024-07-27T18:25:53.591 INFO:tasks.rados.rados.0.smithi029.stdout:1628: expect deleted 2024-07-27T18:25:53.592 INFO:tasks.rados.rados.0.smithi029.stdout:1629: rmattr oid 10 current snap is 153 2024-07-27T18:25:53.592 INFO:tasks.rados.rados.0.smithi029.stdout:1630: snap_remove snap 152 2024-07-27T18:25:53.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:53 smithi179 ceph-mon[89801]: Upgrade: Updating osd.3 2024-07-27T18:25:53.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:53.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-07-27T18:25:53.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:25:53.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:53 smithi179 ceph-mon[89801]: Deploying daemon osd.3 on smithi029 2024-07-27T18:25:53.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:53 smithi179 ceph-mon[89801]: pgmap v245: 121 pgs: 121 active+clean; 200 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 919 KiB/s rd, 1.2 MiB/s wr, 6 op/s 2024-07-27T18:25:53.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:53 smithi179 ceph-mon[89801]: osdmap e390: 8 total, 8 up, 8 in 2024-07-27T18:25:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[96870]: Upgrade: Updating osd.3 2024-07-27T18:25:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-07-27T18:25:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:25:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[96870]: Deploying daemon osd.3 on smithi029 2024-07-27T18:25:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[96870]: pgmap v245: 121 pgs: 121 active+clean; 200 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 919 KiB/s rd, 1.2 MiB/s wr, 6 op/s 2024-07-27T18:25:54.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[96870]: osdmap e390: 8 total, 8 up, 8 in 2024-07-27T18:25:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[99353]: Upgrade: Updating osd.3 2024-07-27T18:25:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-07-27T18:25:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:25:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[99353]: Deploying daemon osd.3 on smithi029 2024-07-27T18:25:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[99353]: pgmap v245: 121 pgs: 121 active+clean; 200 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 919 KiB/s rd, 1.2 MiB/s wr, 6 op/s 2024-07-27T18:25:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:53 smithi029 ceph-mon[99353]: osdmap e390: 8 total, 8 up, 8 in 2024-07-27T18:25:54.523 INFO:tasks.rados.rados.0.smithi029.stdout:1630: done (4 left) 2024-07-27T18:25:54.523 INFO:tasks.rados.rados.0.smithi029.stdout:1631: read oid 9 snap -1 2024-07-27T18:25:54.523 INFO:tasks.rados.rados.0.smithi029.stdout:1631: expect (ObjNum 499 snap 148 seq_num 499) 2024-07-27T18:25:54.523 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 153 2024-07-27T18:25:54.523 INFO:tasks.rados.rados.0.smithi029.stdout:1632: seq_num 513 ranges {2162688=598016,2760704=794624,3555328=8192} 2024-07-27T18:25:54.538 INFO:tasks.rados.rados.0.smithi029.stdout:1632: writing smithi02985406-26 from 2162688 to 2760704 tid 1 2024-07-27T18:25:54.544 INFO:tasks.rados.rados.0.smithi029.stdout:1632: writing smithi02985406-26 from 2760704 to 3555328 tid 2 2024-07-27T18:25:54.544 INFO:tasks.rados.rados.0.smithi029.stdout:1632: writing smithi02985406-26 from 3555328 to 3563520 tid 3 2024-07-27T18:25:54.544 INFO:tasks.rados.rados.0.smithi029.stdout:1633: rollback oid 30 current snap is 153 2024-07-27T18:25:54.544 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 30 to 137 2024-07-27T18:25:54.544 INFO:tasks.rados.rados.0.smithi029.stdout:1634: rollback oid 40 current snap is 153 2024-07-27T18:25:54.544 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 40 to 137 2024-07-27T18:25:54.544 INFO:tasks.rados.rados.0.smithi029.stdout:1626: finishing write tid 1 to smithi02985406-18 2024-07-27T18:25:54.544 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 953 (ObjNum 500 snap 148 seq_num 500) dirty exists 2024-07-27T18:25:54.544 INFO:tasks.rados.rados.0.smithi029.stdout:1626: finishing write tid 2 to smithi02985406-18 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1626: finishing write tid 3 to smithi02985406-18 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1626: finishing write tid 4 to smithi02985406-18 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1626: finishing write tid 5 to smithi02985406-18 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1626: oid 18 updating version 0 to 1077 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1626: oid 18 updating version 1077 to 1079 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1626: oid 18 version 1079 is already newer than 1078 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1626: oid 18 updating version 1079 to 1080 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 1080 (ObjNum 512 snap 153 seq_num 512) dirty exists 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1626: left oid 18 (ObjNum 512 snap 153 seq_num 512) 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1627: finishing copy_from racing read to smithi02985406-20 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1627: finishing copy_from to smithi02985406-20 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 625 (ObjNum 511 snap 153 seq_num 511) dirty exists 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1632: finishing write tid 1 to smithi02985406-26 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1626: done (7 left) 2024-07-27T18:25:54.545 INFO:tasks.rados.rados.0.smithi029.stdout:1627: done (6 left) 2024-07-27T18:25:54.546 INFO:tasks.rados.rados.0.smithi029.stdout:1628: done (5 left) 2024-07-27T18:25:54.546 INFO:tasks.rados.rados.0.smithi029.stdout:1629: done (4 left) 2024-07-27T18:25:54.546 INFO:tasks.rados.rados.0.smithi029.stdout:1635: rmattr oid 14 current snap is 153 2024-07-27T18:25:54.546 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 27 current snap is 153 2024-07-27T18:25:54.546 INFO:tasks.rados.rados.0.smithi029.stdout:1636: seq_num 514 ranges {0=614400,614400=679936,1294336=122880} 2024-07-27T18:25:54.548 INFO:tasks.rados.rados.0.smithi029.stdout:1636: writing smithi02985406-27 from 0 to 614400 tid 1 2024-07-27T18:25:54.553 INFO:tasks.rados.rados.0.smithi029.stdout:1636: writing smithi02985406-27 from 614400 to 1294336 tid 2 2024-07-27T18:25:54.554 INFO:tasks.rados.rados.0.smithi029.stdout:1636: writing smithi02985406-27 from 1294336 to 1417216 tid 3 2024-07-27T18:25:54.554 INFO:tasks.rados.rados.0.smithi029.stdout:1637: read oid 25 snap -1 2024-07-27T18:25:54.554 INFO:tasks.rados.rados.0.smithi029.stdout:1637: expect (ObjNum 450 snap 133 seq_num 450) 2024-07-27T18:25:54.554 INFO:tasks.rados.rados.0.smithi029.stdout:1638: rollback oid 6 current snap is 153 2024-07-27T18:25:54.554 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 6 to 150 2024-07-27T18:25:54.554 INFO:tasks.rados.rados.0.smithi029.stdout:1631: expect (ObjNum 499 snap 148 seq_num 499) 2024-07-27T18:25:54.696 INFO:tasks.rados.rados.0.smithi029.stdout:1632: finishing write tid 2 to smithi02985406-26 2024-07-27T18:25:54.696 INFO:tasks.rados.rados.0.smithi029.stdout:1632: finishing write tid 3 to smithi02985406-26 2024-07-27T18:25:54.696 INFO:tasks.rados.rados.0.smithi029.stdout:1632: finishing write tid 4 to smithi02985406-26 2024-07-27T18:25:54.696 INFO:tasks.rados.rados.0.smithi029.stdout:1634: finishing rollback tid 1 to smithi02985406-40 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:1632: finishing write tid 5 to smithi02985406-26 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:1632: oid 26 updating version 0 to 580 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:1632: oid 26 version 580 is already newer than 578 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:1632: oid 26 version 580 is already newer than 579 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:1632: oid 26 version 580 is already newer than 577 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 580 (ObjNum 513 snap 153 seq_num 513) dirty exists 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:1632: left oid 26 (ObjNum 513 snap 153 seq_num 513) 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:1636: finishing write tid 1 to smithi02985406-27 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:1634: finishing rollback tid 2 to smithi02985406-40 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 415 (ObjNum 449 snap 133 seq_num 449) dirty exists 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:1633: finishing rollback tid 0 to smithi02985406-30 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:1633: finishing rollback tid 1 to smithi02985406-30 2024-07-27T18:25:54.697 INFO:tasks.rados.rados.0.smithi029.stdout:1633: finishing rollback tid 2 to smithi02985406-30 2024-07-27T18:25:54.698 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 333 (ObjNum 424 snap 125 seq_num 424) dirty exists 2024-07-27T18:25:54.698 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 839 (ObjNum 392 snap 110 seq_num 392) dirty exists 2024-07-27T18:25:54.698 INFO:tasks.rados.rados.0.smithi029.stdout:1638: finishing rollback tid 1 to smithi02985406-6 2024-07-27T18:25:54.698 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 948 (ObjNum 65 snap 0 seq_num 1634422608) dirty dne 2024-07-27T18:25:54.698 INFO:tasks.rados.rados.0.smithi029.stdout:1631: done (7 left) 2024-07-27T18:25:54.698 INFO:tasks.rados.rados.0.smithi029.stdout:1632: done (6 left) 2024-07-27T18:25:54.698 INFO:tasks.rados.rados.0.smithi029.stdout:1633: done (5 left) 2024-07-27T18:25:54.698 INFO:tasks.rados.rados.0.smithi029.stdout:1634: done (4 left) 2024-07-27T18:25:54.698 INFO:tasks.rados.rados.0.smithi029.stdout:1635: done (3 left) 2024-07-27T18:25:54.698 INFO:tasks.rados.rados.0.smithi029.stdout:1638: done (2 left) 2024-07-27T18:25:54.698 INFO:tasks.rados.rados.0.smithi029.stdout:1639: snap_remove snap 137 2024-07-27T18:25:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:54 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:25:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:54 smithi179 ceph-mon[89801]: osdmap e391: 8 total, 8 up, 8 in 2024-07-27T18:25:54.953 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:54 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:54.953 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:25:54.953 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:54 smithi029 ceph-mon[96870]: osdmap e391: 8 total, 8 up, 8 in 2024-07-27T18:25:54.953 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:54 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:25:54.954 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:25:54.954 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:54 smithi029 ceph-mon[99353]: osdmap e391: 8 total, 8 up, 8 in 2024-07-27T18:25:55.643 INFO:tasks.rados.rados.0.smithi029.stdout:1639: done (2 left) 2024-07-27T18:25:55.643 INFO:tasks.rados.rados.0.smithi029.stdout:1640: read oid 22 snap -1 2024-07-27T18:25:55.644 INFO:tasks.rados.rados.0.smithi029.stdout:1640: expect (ObjNum 465 snap 139 seq_num 465) 2024-07-27T18:25:55.644 INFO:tasks.rados.rados.0.smithi029.stdout:1641: delete oid 48 current snap is 153 2024-07-27T18:25:55.644 INFO:tasks.rados.rados.0.smithi029.stdout:1636: finishing write tid 2 to smithi02985406-27 2024-07-27T18:25:55.644 INFO:tasks.rados.rados.0.smithi029.stdout:1637: expect (ObjNum 450 snap 133 seq_num 450) 2024-07-27T18:25:55.679 INFO:tasks.rados.rados.0.smithi029.stdout:1636: finishing write tid 3 to smithi02985406-27 2024-07-27T18:25:55.679 INFO:tasks.rados.rados.0.smithi029.stdout:1636: finishing write tid 4 to smithi02985406-27 2024-07-27T18:25:55.679 INFO:tasks.rados.rados.0.smithi029.stdout:1636: finishing write tid 5 to smithi02985406-27 2024-07-27T18:25:55.679 INFO:tasks.rados.rados.0.smithi029.stdout:1636: oid 27 updating version 0 to 1204 2024-07-27T18:25:55.679 INFO:tasks.rados.rados.0.smithi029.stdout:1636: oid 27 updating version 1204 to 1205 2024-07-27T18:25:55.679 INFO:tasks.rados.rados.0.smithi029.stdout:1636: oid 27 version 1205 is already newer than 1202 2024-07-27T18:25:55.679 INFO:tasks.rados.rados.0.smithi029.stdout:1636: oid 27 version 1205 is already newer than 1203 2024-07-27T18:25:55.679 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1205 (ObjNum 514 snap 153 seq_num 514) dirty exists 2024-07-27T18:25:55.679 INFO:tasks.rados.rados.0.smithi029.stdout:1636: left oid 27 (ObjNum 514 snap 153 seq_num 514) 2024-07-27T18:25:55.679 INFO:tasks.rados.rados.0.smithi029.stdout:1636: done (3 left) 2024-07-27T18:25:55.679 INFO:tasks.rados.rados.0.smithi029.stdout:1637: done (2 left) 2024-07-27T18:25:55.680 INFO:tasks.rados.rados.0.smithi029.stdout:1641: done (1 left) 2024-07-27T18:25:55.680 INFO:tasks.rados.rados.0.smithi029.stdout:1642: snap_create 2024-07-27T18:25:55.680 INFO:tasks.rados.rados.0.smithi029.stdout:1640: expect (ObjNum 465 snap 139 seq_num 465) 2024-07-27T18:25:55.880 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:55 smithi029 ceph-mon[96870]: pgmap v248: 121 pgs: 121 active+clean; 202 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 919 KiB/s rd, 640 KiB/s wr, 3 op/s 2024-07-27T18:25:55.880 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:55 smithi029 ceph-mon[99353]: pgmap v248: 121 pgs: 121 active+clean; 202 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 919 KiB/s rd, 640 KiB/s wr, 3 op/s 2024-07-27T18:25:55.881 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:55 smithi029 systemd[1]: Stopping Ceph osd.3 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:25:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:55 smithi179 ceph-mon[89801]: pgmap v248: 121 pgs: 121 active+clean; 202 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 919 KiB/s rd, 640 KiB/s wr, 3 op/s 2024-07-27T18:25:56.251 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:55 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[63600]: 2024-07-27T18:25:55.877+0000 7fd7cb664640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:25:56.251 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:55 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[63600]: 2024-07-27T18:25:55.877+0000 7fd7cb664640 -1 osd.3 392 *** Got signal Terminated *** 2024-07-27T18:25:56.251 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:55 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[63600]: 2024-07-27T18:25:55.877+0000 7fd7cb664640 -1 osd.3 392 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T18:25:56.648 INFO:tasks.rados.rados.0.smithi029.stdout:1640: done (1 left) 2024-07-27T18:25:56.649 INFO:tasks.rados.rados.0.smithi029.stdout:1642: done (0 left) 2024-07-27T18:25:56.649 INFO:tasks.rados.rados.0.smithi029.stdout:1643: read oid 13 snap -1 2024-07-27T18:25:56.649 INFO:tasks.rados.rados.0.smithi029.stdout:1643: expect deleted 2024-07-27T18:25:56.649 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 154 2024-07-27T18:25:56.649 INFO:tasks.rados.rados.0.smithi029.stdout:1644: seq_num 516 ranges {2662400=647168,3309568=450560,3760128=352256} 2024-07-27T18:25:56.667 INFO:tasks.rados.rados.0.smithi029.stdout:1644: writing smithi02985406-32 from 2662400 to 3309568 tid 1 2024-07-27T18:25:56.670 INFO:tasks.rados.rados.0.smithi029.stdout:1644: writing smithi02985406-32 from 3309568 to 3760128 tid 2 2024-07-27T18:25:56.672 INFO:tasks.rados.rados.0.smithi029.stdout:1644: writing smithi02985406-32 from 3760128 to 4112384 tid 3 2024-07-27T18:25:56.672 INFO:tasks.rados.rados.0.smithi029.stdout:1645: copy_from oid 3 from oid 14 current snap is 154 2024-07-27T18:25:56.672 INFO:tasks.rados.rados.0.smithi029.stdout:1643: done (2 left) 2024-07-27T18:25:56.672 INFO:tasks.rados.rados.0.smithi029.stdout:1646: snap_create 2024-07-27T18:25:56.672 INFO:tasks.rados.rados.0.smithi029.stdout:1644: finishing write tid 1 to smithi02985406-32 2024-07-27T18:25:56.674 INFO:tasks.rados.rados.0.smithi029.stdout:1644: finishing write tid 2 to smithi02985406-32 2024-07-27T18:25:56.674 INFO:tasks.rados.rados.0.smithi029.stdout:1644: finishing write tid 3 to smithi02985406-32 2024-07-27T18:25:56.675 INFO:tasks.rados.rados.0.smithi029.stdout:1644: finishing write tid 4 to smithi02985406-32 2024-07-27T18:25:56.677 INFO:tasks.rados.rados.0.smithi029.stdout:1644: finishing write tid 5 to smithi02985406-32 2024-07-27T18:25:56.677 INFO:tasks.rados.rados.0.smithi029.stdout:1644: oid 32 updating version 0 to 419 2024-07-27T18:25:56.677 INFO:tasks.rados.rados.0.smithi029.stdout:1644: oid 32 version 419 is already newer than 417 2024-07-27T18:25:56.677 INFO:tasks.rados.rados.0.smithi029.stdout:1644: oid 32 version 419 is already newer than 418 2024-07-27T18:25:56.677 INFO:tasks.rados.rados.0.smithi029.stdout:1644: oid 32 version 419 is already newer than 416 2024-07-27T18:25:56.677 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 419 (ObjNum 516 snap 154 seq_num 516) dirty exists 2024-07-27T18:25:56.678 INFO:tasks.rados.rados.0.smithi029.stdout:1644: left oid 32 (ObjNum 516 snap 154 seq_num 516) 2024-07-27T18:25:56.695 INFO:tasks.rados.rados.0.smithi029.stdout:1645: finishing copy_from racing read to smithi02985406-3 2024-07-27T18:25:56.698 INFO:tasks.rados.rados.0.smithi029.stdout:1645: finishing copy_from to smithi02985406-3 2024-07-27T18:25:56.698 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 839 (ObjNum 392 snap 110 seq_num 392) dirty exists 2024-07-27T18:25:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:56 smithi179 ceph-mon[89801]: osdmap e392: 8 total, 8 up, 8 in 2024-07-27T18:25:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:56 smithi179 ceph-mon[89801]: osd.3 marked itself down and dead 2024-07-27T18:25:56.963 INFO:tasks.rados.rados.0.smithi029.stdout:1644: done (2 left) 2024-07-27T18:25:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1645: done (1 left) 2024-07-27T18:25:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1646: done (0 left) 2024-07-27T18:25:56.964 INFO:tasks.rados.rados.0.smithi029.stdout:1647: delete oid 33 current snap is 155 2024-07-27T18:25:56.978 INFO:tasks.rados.rados.0.smithi029.stdout:1647: done (0 left) 2024-07-27T18:25:56.978 INFO:tasks.rados.rados.0.smithi029.stdout:1648: read oid 12 snap -1 2024-07-27T18:25:56.978 INFO:tasks.rados.rados.0.smithi029.stdout:1648: expect (ObjNum 402 snap 113 seq_num 402) 2024-07-27T18:25:56.978 INFO:tasks.rados.rados.0.smithi029.stdout:1649: rmattr oid 26 current snap is 155 2024-07-27T18:25:56.978 INFO:tasks.rados.rados.0.smithi029.stdout:1649: done (1 left) 2024-07-27T18:25:56.978 INFO:tasks.rados.rados.0.smithi029.stdout:1650: copy_from oid 6 from oid 23 current snap is 155 2024-07-27T18:25:56.978 INFO:tasks.rados.rados.0.smithi029.stdout:1651: rollback oid 17 current snap is 155 2024-07-27T18:25:56.978 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 17 to 153 2024-07-27T18:25:56.978 INFO:tasks.rados.rados.0.smithi029.stdout:1652: snap_create 2024-07-27T18:25:56.980 INFO:tasks.rados.rados.0.smithi029.stdout:1651: finishing rollback tid 0 to smithi02985406-17 2024-07-27T18:25:56.981 INFO:tasks.rados.rados.0.smithi029.stdout:1651: finishing rollback tid 1 to smithi02985406-17 2024-07-27T18:25:56.982 INFO:tasks.rados.rados.0.smithi029.stdout:1651: finishing rollback tid 2 to smithi02985406-17 2024-07-27T18:25:56.982 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1155 (ObjNum 433 snap 128 seq_num 433) dirty exists 2024-07-27T18:25:57.000 INFO:tasks.rados.rados.0.smithi029.stdout:1650: finishing copy_from racing read to smithi02985406-6 2024-07-27T18:25:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:56 smithi029 ceph-mon[96870]: osdmap e392: 8 total, 8 up, 8 in 2024-07-27T18:25:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:56 smithi029 ceph-mon[96870]: osd.3 marked itself down and dead 2024-07-27T18:25:57.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:56 smithi029 ceph-mon[99353]: osdmap e392: 8 total, 8 up, 8 in 2024-07-27T18:25:57.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:56 smithi029 ceph-mon[99353]: osd.3 marked itself down and dead 2024-07-27T18:25:57.004 INFO:tasks.rados.rados.0.smithi029.stdout:1650: finishing copy_from to smithi02985406-6 2024-07-27T18:25:57.004 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 241 (ObjNum 400 snap 113 seq_num 400) dirty exists 2024-07-27T18:25:57.004 INFO:tasks.rados.rados.0.smithi029.stdout:1648: expect (ObjNum 402 snap 113 seq_num 402) 2024-07-27T18:25:57.371 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:57 smithi029 podman[119517]: 2024-07-27 18:25:57.185170557 +0000 UTC m=+1.410854852 container died 0e2db681e2f2949f219fbf1237fc8f24b467b22f1eaa46e0b78ec4ea30275166 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=reef-a3bbd72, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:25:57.641 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:57 smithi029 podman[119517]: 2024-07-27 18:25:57.563359497 +0000 UTC m=+1.789043784 container cleanup 0e2db681e2f2949f219fbf1237fc8f24b467b22f1eaa46e0b78ec4ea30275166 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, RELEASE=reef-a3bbd72, io.buildah.version=1.36.0) 2024-07-27T18:25:57.641 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:57 smithi029 bash[119517]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3 2024-07-27T18:25:57.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:57 smithi179 ceph-mon[89801]: pgmap v250: 121 pgs: 121 active+clean; 210 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.9 MiB/s rd, 2.4 MiB/s wr, 14 op/s 2024-07-27T18:25:57.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:57 smithi179 ceph-mon[89801]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:25:57.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:57 smithi179 ceph-mon[89801]: osdmap e393: 8 total, 7 up, 8 in 2024-07-27T18:25:57.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:57 smithi179 ceph-mon[89801]: osdmap e394: 8 total, 7 up, 8 in 2024-07-27T18:25:57.965 INFO:tasks.rados.rados.0.smithi029.stdout:1648: done (3 left) 2024-07-27T18:25:57.965 INFO:tasks.rados.rados.0.smithi029.stdout:1650: done (2 left) 2024-07-27T18:25:57.965 INFO:tasks.rados.rados.0.smithi029.stdout:1651: done (1 left) 2024-07-27T18:25:57.965 INFO:tasks.rados.rados.0.smithi029.stdout:1652: done (0 left) 2024-07-27T18:25:57.965 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 156 2024-07-27T18:25:57.966 INFO:tasks.rados.rados.0.smithi029.stdout:1653: seq_num 518 ranges {688128=679936,1368064=671744,2039808=131072} 2024-07-27T18:25:57.971 INFO:tasks.rados.rados.0.smithi029.stdout:1653: writing smithi02985406-25 from 688128 to 1368064 tid 1 2024-07-27T18:25:57.976 INFO:tasks.rados.rados.0.smithi029.stdout:1653: writing smithi02985406-25 from 1368064 to 2039808 tid 2 2024-07-27T18:25:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:1653: writing smithi02985406-25 from 2039808 to 2170880 tid 3 2024-07-27T18:25:57.977 INFO:tasks.rados.rados.0.smithi029.stdout:1654: delete oid 33 current snap is 156 2024-07-27T18:25:57.981 INFO:tasks.rados.rados.0.smithi029.stdout:1654: done (1 left) 2024-07-27T18:25:57.981 INFO:tasks.rados.rados.0.smithi029.stdout:1655: snap_create 2024-07-27T18:25:57.982 INFO:tasks.rados.rados.0.smithi029.stdout:1653: finishing write tid 1 to smithi02985406-25 2024-07-27T18:25:57.982 INFO:tasks.rados.rados.0.smithi029.stdout:1653: finishing write tid 2 to smithi02985406-25 2024-07-27T18:25:57.982 INFO:tasks.rados.rados.0.smithi029.stdout:1653: finishing write tid 3 to smithi02985406-25 2024-07-27T18:25:57.983 INFO:tasks.rados.rados.0.smithi029.stdout:1653: finishing write tid 4 to smithi02985406-25 2024-07-27T18:25:57.984 INFO:tasks.rados.rados.0.smithi029.stdout:1653: finishing write tid 5 to smithi02985406-25 2024-07-27T18:25:57.984 INFO:tasks.rados.rados.0.smithi029.stdout:1653: oid 25 updating version 0 to 1103 2024-07-27T18:25:57.984 INFO:tasks.rados.rados.0.smithi029.stdout:1653: oid 25 version 1103 is already newer than 1101 2024-07-27T18:25:57.984 INFO:tasks.rados.rados.0.smithi029.stdout:1653: oid 25 version 1103 is already newer than 1102 2024-07-27T18:25:57.985 INFO:tasks.rados.rados.0.smithi029.stdout:1653: oid 25 version 1103 is already newer than 1100 2024-07-27T18:25:57.985 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1103 (ObjNum 518 snap 156 seq_num 518) dirty exists 2024-07-27T18:25:57.985 INFO:tasks.rados.rados.0.smithi029.stdout:1653: left oid 25 (ObjNum 518 snap 156 seq_num 518) 2024-07-27T18:25:58.001 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:57 smithi029 podman[119538]: 2024-07-27 18:25:57.833198913 +0000 UTC m=+0.642043584 container remove 0e2db681e2f2949f219fbf1237fc8f24b467b22f1eaa46e0b78ec4ea30275166 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, RELEASE=reef-a3bbd72, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2) 2024-07-27T18:25:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:57 smithi029 ceph-mon[96870]: pgmap v250: 121 pgs: 121 active+clean; 210 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.9 MiB/s rd, 2.4 MiB/s wr, 14 op/s 2024-07-27T18:25:58.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:57 smithi029 ceph-mon[96870]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:25:58.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:57 smithi029 ceph-mon[96870]: osdmap e393: 8 total, 7 up, 8 in 2024-07-27T18:25:58.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:57 smithi029 ceph-mon[96870]: osdmap e394: 8 total, 7 up, 8 in 2024-07-27T18:25:58.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:57 smithi029 ceph-mon[99353]: pgmap v250: 121 pgs: 121 active+clean; 210 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.9 MiB/s rd, 2.4 MiB/s wr, 14 op/s 2024-07-27T18:25:58.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:57 smithi029 ceph-mon[99353]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:25:58.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:57 smithi029 ceph-mon[99353]: osdmap e393: 8 total, 7 up, 8 in 2024-07-27T18:25:58.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:57 smithi029 ceph-mon[99353]: osdmap e394: 8 total, 7 up, 8 in 2024-07-27T18:25:58.456 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:58 smithi029 podman[119643]: 2024-07-27 18:25:58.203220996 +0000 UTC m=+0.111610564 container create c18ca1c8cad4ec1f43022da891591cb89609d1290f1b935b695bedde3c000b43 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-07-27T18:25:58.457 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:58 smithi029 podman[119643]: 2024-07-27 18:25:58.1094915 +0000 UTC m=+0.017881076 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:25:58.457 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:58 smithi029 podman[119643]: 2024-07-27 18:25:58.449428831 +0000 UTC m=+0.357818408 container init c18ca1c8cad4ec1f43022da891591cb89609d1290f1b935b695bedde3c000b43 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0) 2024-07-27T18:25:58.751 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:58 smithi029 podman[119643]: 2024-07-27 18:25:58.454754347 +0000 UTC m=+0.363143916 container start c18ca1c8cad4ec1f43022da891591cb89609d1290f1b935b695bedde3c000b43 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, RELEASE=squid-46c551b) 2024-07-27T18:25:58.751 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:58 smithi029 podman[119643]: 2024-07-27 18:25:58.541096784 +0000 UTC m=+0.449486366 container attach c18ca1c8cad4ec1f43022da891591cb89609d1290f1b935b695bedde3c000b43 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:25:58.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:58 smithi029 podman[119643]: 2024-07-27 18:25:58.660942793 +0000 UTC m=+0.569332361 container died c18ca1c8cad4ec1f43022da891591cb89609d1290f1b935b695bedde3c000b43 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.36.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-07-27T18:25:58.969 INFO:tasks.rados.rados.0.smithi029.stdout:1653: done (1 left) 2024-07-27T18:25:58.969 INFO:tasks.rados.rados.0.smithi029.stdout:1655: done (0 left) 2024-07-27T18:25:58.969 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 157 2024-07-27T18:25:58.970 INFO:tasks.rados.rados.0.smithi029.stdout:1656: seq_num 520 ranges {1867776=712704,2580480=434176,3014656=368640} 2024-07-27T18:25:58.983 INFO:tasks.rados.rados.0.smithi029.stdout:1656: writing smithi02985406-5 from 1867776 to 2580480 tid 1 2024-07-27T18:25:58.985 INFO:tasks.rados.rados.0.smithi029.stdout:1656: writing smithi02985406-5 from 2580480 to 3014656 tid 2 2024-07-27T18:25:58.988 INFO:tasks.rados.rados.0.smithi029.stdout:1656: writing smithi02985406-5 from 3014656 to 3383296 tid 3 2024-07-27T18:25:58.988 INFO:tasks.rados.rados.0.smithi029.stdout:1657: rollback oid 11 current snap is 157 2024-07-27T18:25:58.988 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 11 to 153 2024-07-27T18:25:58.988 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 157 2024-07-27T18:25:58.988 INFO:tasks.rados.rados.0.smithi029.stdout:1658: seq_num 521 ranges {5365760=729088,6094848=720896,6815744=81920} 2024-07-27T18:25:59.021 INFO:tasks.rados.rados.0.smithi029.stdout:1658: writing smithi02985406-4 from 5365760 to 6094848 tid 1 2024-07-27T18:25:59.025 INFO:tasks.rados.rados.0.smithi029.stdout:1658: writing smithi02985406-4 from 6094848 to 6815744 tid 2 2024-07-27T18:25:59.026 INFO:tasks.rados.rados.0.smithi029.stdout:1658: writing smithi02985406-4 from 6815744 to 6897664 tid 3 2024-07-27T18:25:59.026 INFO:tasks.rados.rados.0.smithi029.stdout:1659: delete oid 30 current snap is 157 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:1656: finishing write tid 1 to smithi02985406-5 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:1656: finishing write tid 2 to smithi02985406-5 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:1656: finishing write tid 3 to smithi02985406-5 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:1657: finishing rollback tid 0 to smithi02985406-11 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:1656: finishing write tid 4 to smithi02985406-5 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:1657: finishing rollback tid 1 to smithi02985406-11 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:1657: finishing rollback tid 2 to smithi02985406-11 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 583 (ObjNum 211 snap 55 seq_num 211) dirty exists 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:1656: finishing write tid 5 to smithi02985406-5 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:1656: oid 5 updating version 0 to 1219 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:1656: oid 5 version 1219 is already newer than 1218 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:1656: oid 5 version 1219 is already newer than 1216 2024-07-27T18:25:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:1656: oid 5 version 1219 is already newer than 1217 2024-07-27T18:25:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1219 (ObjNum 520 snap 157 seq_num 520) dirty exists 2024-07-27T18:25:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:1656: left oid 5 (ObjNum 520 snap 157 seq_num 520) 2024-07-27T18:25:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:1658: finishing write tid 1 to smithi02985406-4 2024-07-27T18:25:59.029 INFO:tasks.rados.rados.0.smithi029.stdout:1656: done (3 left) 2024-07-27T18:25:59.029 INFO:tasks.rados.rados.0.smithi029.stdout:1657: done (2 left) 2024-07-27T18:25:59.029 INFO:tasks.rados.rados.0.smithi029.stdout:1659: done (1 left) 2024-07-27T18:25:59.029 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 157 2024-07-27T18:25:59.029 INFO:tasks.rados.rados.0.smithi029.stdout:1660: seq_num 523 ranges {0=770048,770048=491520,1261568=311296} 2024-07-27T18:25:59.034 INFO:tasks.rados.rados.0.smithi029.stdout:1660: writing smithi02985406-15 from 0 to 770048 tid 1 2024-07-27T18:25:59.036 INFO:tasks.rados.rados.0.smithi029.stdout:1660: writing smithi02985406-15 from 770048 to 1261568 tid 2 2024-07-27T18:25:59.039 INFO:tasks.rados.rados.0.smithi029.stdout:1660: writing smithi02985406-15 from 1261568 to 1572864 tid 3 2024-07-27T18:25:59.039 INFO:tasks.rados.rados.0.smithi029.stdout:1661: delete oid 34 current snap is 157 2024-07-27T18:25:59.039 INFO:tasks.rados.rados.0.smithi029.stdout:1658: finishing write tid 2 to smithi02985406-4 2024-07-27T18:25:59.039 INFO:tasks.rados.rados.0.smithi029.stdout:1658: finishing write tid 3 to smithi02985406-4 2024-07-27T18:25:59.039 INFO:tasks.rados.rados.0.smithi029.stdout:1658: finishing write tid 4 to smithi02985406-4 2024-07-27T18:25:59.039 INFO:tasks.rados.rados.0.smithi029.stdout:1658: finishing write tid 5 to smithi02985406-4 2024-07-27T18:25:59.039 INFO:tasks.rados.rados.0.smithi029.stdout:1658: oid 4 updating version 0 to 747 2024-07-27T18:25:59.039 INFO:tasks.rados.rados.0.smithi029.stdout:1658: oid 4 updating version 747 to 750 2024-07-27T18:25:59.039 INFO:tasks.rados.rados.0.smithi029.stdout:1658: oid 4 version 750 is already newer than 748 2024-07-27T18:25:59.040 INFO:tasks.rados.rados.0.smithi029.stdout:1658: oid 4 version 750 is already newer than 749 2024-07-27T18:25:59.040 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 750 (ObjNum 521 snap 157 seq_num 521) dirty exists 2024-07-27T18:25:59.040 INFO:tasks.rados.rados.0.smithi029.stdout:1658: left oid 4 (ObjNum 521 snap 157 seq_num 521) 2024-07-27T18:25:59.040 INFO:tasks.rados.rados.0.smithi029.stdout:1660: finishing write tid 1 to smithi02985406-15 2024-07-27T18:25:59.041 INFO:tasks.rados.rados.0.smithi029.stdout:1660: finishing write tid 2 to smithi02985406-15 2024-07-27T18:25:59.041 INFO:tasks.rados.rados.0.smithi029.stdout:1660: finishing write tid 3 to smithi02985406-15 2024-07-27T18:25:59.041 INFO:tasks.rados.rados.0.smithi029.stdout:1660: finishing write tid 4 to smithi02985406-15 2024-07-27T18:25:59.043 INFO:tasks.rados.rados.0.smithi029.stdout:1660: finishing write tid 5 to smithi02985406-15 2024-07-27T18:25:59.043 INFO:tasks.rados.rados.0.smithi029.stdout:1660: oid 15 updating version 0 to 753 2024-07-27T18:25:59.043 INFO:tasks.rados.rados.0.smithi029.stdout:1660: oid 15 version 753 is already newer than 752 2024-07-27T18:25:59.043 INFO:tasks.rados.rados.0.smithi029.stdout:1660: oid 15 updating version 753 to 754 2024-07-27T18:25:59.043 INFO:tasks.rados.rados.0.smithi029.stdout:1660: oid 15 version 754 is already newer than 751 2024-07-27T18:25:59.043 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 754 (ObjNum 523 snap 157 seq_num 523) dirty exists 2024-07-27T18:25:59.043 INFO:tasks.rados.rados.0.smithi029.stdout:1660: left oid 15 (ObjNum 523 snap 157 seq_num 523) 2024-07-27T18:25:59.044 INFO:tasks.rados.rados.0.smithi029.stdout:1658: done (2 left) 2024-07-27T18:25:59.044 INFO:tasks.rados.rados.0.smithi029.stdout:1660: done (1 left) 2024-07-27T18:25:59.044 INFO:tasks.rados.rados.0.smithi029.stdout:1661: done (0 left) 2024-07-27T18:25:59.044 INFO:tasks.rados.rados.0.smithi029.stdout:1662: rollback oid 37 current snap is 157 2024-07-27T18:25:59.044 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 37 to 156 2024-07-27T18:25:59.044 INFO:tasks.rados.rados.0.smithi029.stdout:1663: snap_create 2024-07-27T18:25:59.047 INFO:tasks.rados.rados.0.smithi029.stdout:1662: finishing rollback tid 0 to smithi02985406-37 2024-07-27T18:25:59.047 INFO:tasks.rados.rados.0.smithi029.stdout:1662: finishing rollback tid 1 to smithi02985406-37 2024-07-27T18:25:59.048 INFO:tasks.rados.rados.0.smithi029.stdout:1662: finishing rollback tid 2 to smithi02985406-37 2024-07-27T18:25:59.048 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 965 (ObjNum 484 snap 146 seq_num 484) dirty exists 2024-07-27T18:25:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:58 smithi029 ceph-mon[96870]: osdmap e395: 8 total, 7 up, 8 in 2024-07-27T18:25:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:58 smithi029 ceph-mon[99353]: osdmap e395: 8 total, 7 up, 8 in 2024-07-27T18:25:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:58 smithi179 ceph-mon[89801]: osdmap e395: 8 total, 7 up, 8 in 2024-07-27T18:25:59.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:59 smithi029 podman[119687]: 2024-07-27 18:25:59.366798182 +0000 UTC m=+0.700058325 container remove c18ca1c8cad4ec1f43022da891591cb89609d1290f1b935b695bedde3c000b43 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-deactivate, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0) 2024-07-27T18:25:59.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:59 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.3.service: Deactivated successfully. 2024-07-27T18:25:59.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:59 smithi029 systemd[1]: Stopped Ceph osd.3 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:25:59.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:59 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.3.service: Consumed 10.311s CPU time. 2024-07-27T18:25:59.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:59 smithi029 systemd[1]: Starting Ceph osd.3 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:25:59.975 INFO:tasks.rados.rados.0.smithi029.stdout:1662: done (1 left) 2024-07-27T18:25:59.975 INFO:tasks.rados.rados.0.smithi029.stdout:1663: done (0 left) 2024-07-27T18:25:59.975 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 158 2024-07-27T18:25:59.975 INFO:tasks.rados.rados.0.smithi029.stdout:1664: seq_num 525 ranges {0=802816,802816=712704,1515520=90112} 2024-07-27T18:25:59.979 INFO:tasks.rados.rados.0.smithi029.stdout:1664: writing smithi02985406-38 from 0 to 802816 tid 1 2024-07-27T18:25:59.983 INFO:tasks.rados.rados.0.smithi029.stdout:1664: writing smithi02985406-38 from 802816 to 1515520 tid 2 2024-07-27T18:25:59.984 INFO:tasks.rados.rados.0.smithi029.stdout:1664: writing smithi02985406-38 from 1515520 to 1605632 tid 3 2024-07-27T18:25:59.984 INFO:tasks.rados.rados.0.smithi029.stdout:1665: rollback oid 50 current snap is 158 2024-07-27T18:25:59.984 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 50 to 148 2024-07-27T18:25:59.984 INFO:tasks.rados.rados.0.smithi029.stdout:1666: setattr oid 41 current snap is 158 2024-07-27T18:25:59.985 INFO:tasks.rados.rados.0.smithi029.stdout:1664: finishing write tid 1 to smithi02985406-38 2024-07-27T18:25:59.986 INFO:tasks.rados.rados.0.smithi029.stdout:1667: rollback oid 7 current snap is 158 2024-07-27T18:25:59.986 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 7 to 148 2024-07-27T18:25:59.986 INFO:tasks.rados.rados.0.smithi029.stdout:1668: snap_remove snap 156 2024-07-27T18:26:00.118 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:59 smithi029 ceph-mon[96870]: pgmap v254: 121 pgs: 7 active+undersized, 14 stale+active+clean, 4 active+undersized+degraded, 96 active+clean; 179 MiB data, 1001 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 2.5 MiB/s wr, 19 op/s; 10/309 objects degraded (3.236%) 2024-07-27T18:26:00.118 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:59 smithi029 ceph-mon[96870]: Health check failed: Degraded data redundancy: 10/309 objects degraded (3.236%), 4 pgs degraded (PG_DEGRADED) 2024-07-27T18:26:00.118 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:25:59 smithi029 ceph-mon[96870]: osdmap e396: 8 total, 7 up, 8 in 2024-07-27T18:26:00.118 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:59 smithi029 ceph-mon[99353]: pgmap v254: 121 pgs: 7 active+undersized, 14 stale+active+clean, 4 active+undersized+degraded, 96 active+clean; 179 MiB data, 1001 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 2.5 MiB/s wr, 19 op/s; 10/309 objects degraded (3.236%) 2024-07-27T18:26:00.118 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:59 smithi029 ceph-mon[99353]: Health check failed: Degraded data redundancy: 10/309 objects degraded (3.236%), 4 pgs degraded (PG_DEGRADED) 2024-07-27T18:26:00.118 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:25:59 smithi029 ceph-mon[99353]: osdmap e396: 8 total, 7 up, 8 in 2024-07-27T18:26:00.118 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:59 smithi029 podman[119790]: 2024-07-27 18:25:59.728118984 +0000 UTC m=+0.018091684 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:26:00.119 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:25:59 smithi029 podman[119790]: 2024-07-27 18:25:59.843864643 +0000 UTC m=+0.133837373 container create 488efcdf99d157388e5ac496e3897d0ba0e5cb004b8eebb318b4f6c883e47801 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-07-27T18:26:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:59 smithi179 ceph-mon[89801]: pgmap v254: 121 pgs: 7 active+undersized, 14 stale+active+clean, 4 active+undersized+degraded, 96 active+clean; 179 MiB data, 1001 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 2.5 MiB/s wr, 19 op/s; 10/309 objects degraded (3.236%) 2024-07-27T18:26:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:59 smithi179 ceph-mon[89801]: Health check failed: Degraded data redundancy: 10/309 objects degraded (3.236%), 4 pgs degraded (PG_DEGRADED) 2024-07-27T18:26:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:25:59 smithi179 ceph-mon[89801]: osdmap e396: 8 total, 7 up, 8 in 2024-07-27T18:26:00.471 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 podman[119790]: 2024-07-27 18:26:00.116587351 +0000 UTC m=+0.406560040 container init 488efcdf99d157388e5ac496e3897d0ba0e5cb004b8eebb318b4f6c883e47801 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:26:00.471 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 podman[119790]: 2024-07-27 18:26:00.121969846 +0000 UTC m=+0.411942535 container start 488efcdf99d157388e5ac496e3897d0ba0e5cb004b8eebb318b4f6c883e47801 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240716) 2024-07-27T18:26:00.471 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 podman[119790]: 2024-07-27 18:26:00.250329045 +0000 UTC m=+0.540301734 container attach 488efcdf99d157388e5ac496e3897d0ba0e5cb004b8eebb318b4f6c883e47801 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate, io.buildah.version=1.36.0, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-07-27T18:26:00.471 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate[119805]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:26:00.471 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 bash[119790]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:26:00.471 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate[119805]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:26:00.471 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 bash[119790]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:26:00.471 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate[119805]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-07-27T18:26:00.471 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 bash[119790]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-07-27T18:26:00.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate[119805]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-07-27T18:26:00.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 bash[119790]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-07-27T18:26:00.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate[119805]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-07-27T18:26:00.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 bash[119790]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-07-27T18:26:00.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate[119805]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-07-27T18:26:00.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 bash[119790]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-07-27T18:26:00.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate[119805]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-07-27T18:26:00.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 bash[119790]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-07-27T18:26:00.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate[119805]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-07-27T18:26:00.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 bash[119790]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-07-27T18:26:00.752 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate[119805]: --> ceph-volume raw activate successful for osd ID: 3 2024-07-27T18:26:00.753 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 bash[119790]: --> ceph-volume raw activate successful for osd ID: 3 2024-07-27T18:26:00.753 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:00 smithi029 podman[119790]: 2024-07-27 18:26:00.518576229 +0000 UTC m=+0.808548925 container died 488efcdf99d157388e5ac496e3897d0ba0e5cb004b8eebb318b4f6c883e47801 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True) 2024-07-27T18:26:00.981 INFO:tasks.rados.rados.0.smithi029.stdout:1668: done (4 left) 2024-07-27T18:26:00.981 INFO:tasks.rados.rados.0.smithi029.stdout:1669: rollback oid 14 current snap is 158 2024-07-27T18:26:00.981 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 14 to 150 2024-07-27T18:26:00.981 INFO:tasks.rados.rados.0.smithi029.stdout:1667: finishing rollback tid 1 to smithi02985406-7 2024-07-27T18:26:00.981 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 0 (ObjNum 161 snap 0 seq_num 0) dirty dne 2024-07-27T18:26:00.981 INFO:tasks.rados.rados.0.smithi029.stdout:1664: finishing write tid 2 to smithi02985406-38 2024-07-27T18:26:00.981 INFO:tasks.rados.rados.0.smithi029.stdout:1664: finishing write tid 3 to smithi02985406-38 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:1664: finishing write tid 4 to smithi02985406-38 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 305 (ObjNum 49 snap 0 seq_num 368303136) dirty exists 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:1665: finishing rollback tid 0 to smithi02985406-50 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:1665: finishing rollback tid 1 to smithi02985406-50 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:1665: finishing rollback tid 2 to smithi02985406-50 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 297 (ObjNum 486 snap 146 seq_num 486) dirty exists 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:1664: finishing write tid 5 to smithi02985406-38 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:1664: oid 38 updating version 0 to 840 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:1664: oid 38 updating version 840 to 841 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:1664: oid 38 updating version 841 to 843 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:1664: oid 38 version 843 is already newer than 842 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 843 (ObjNum 525 snap 158 seq_num 525) dirty exists 2024-07-27T18:26:00.982 INFO:tasks.rados.rados.0.smithi029.stdout:1664: left oid 38 (ObjNum 525 snap 158 seq_num 525) 2024-07-27T18:26:00.983 INFO:tasks.rados.rados.0.smithi029.stdout:1664: done (4 left) 2024-07-27T18:26:00.983 INFO:tasks.rados.rados.0.smithi029.stdout:1665: done (3 left) 2024-07-27T18:26:00.983 INFO:tasks.rados.rados.0.smithi029.stdout:1666: done (2 left) 2024-07-27T18:26:00.983 INFO:tasks.rados.rados.0.smithi029.stdout:1667: done (1 left) 2024-07-27T18:26:00.983 INFO:tasks.rados.rados.0.smithi029.stdout:1670: delete oid 31 current snap is 158 2024-07-27T18:26:00.991 INFO:tasks.rados.rados.0.smithi029.stdout:1669: finishing rollback tid 0 to smithi02985406-14 2024-07-27T18:26:00.992 INFO:tasks.rados.rados.0.smithi029.stdout:1669: finishing rollback tid 1 to smithi02985406-14 2024-07-27T18:26:00.992 INFO:tasks.rados.rados.0.smithi029.stdout:1669: finishing rollback tid 2 to smithi02985406-14 2024-07-27T18:26:00.992 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 849 (ObjNum 392 snap 110 seq_num 392) dirty exists 2024-07-27T18:26:00.992 INFO:tasks.rados.rados.0.smithi029.stdout:1669: done (1 left) 2024-07-27T18:26:00.993 INFO:tasks.rados.rados.0.smithi029.stdout:1670: done (0 left) 2024-07-27T18:26:00.993 INFO:tasks.rados.rados.0.smithi029.stdout:1671: snap_remove snap 153 2024-07-27T18:26:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:00 smithi029 ceph-mon[96870]: osdmap e397: 8 total, 7 up, 8 in 2024-07-27T18:26:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:00 smithi029 ceph-mon[99353]: osdmap e397: 8 total, 7 up, 8 in 2024-07-27T18:26:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:00 smithi179 ceph-mon[89801]: osdmap e397: 8 total, 7 up, 8 in 2024-07-27T18:26:01.522 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:01 smithi029 podman[119960]: 2024-07-27 18:26:01.267806055 +0000 UTC m=+0.743503734 container remove 488efcdf99d157388e5ac496e3897d0ba0e5cb004b8eebb318b4f6c883e47801 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-activate, ceph=True, RELEASE=squid-46c551b, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:26:01.522 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:01 smithi029 podman[120026]: 2024-07-27 18:26:01.393657557 +0000 UTC m=+0.017961029 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:26:01.522 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:01 smithi029 podman[120026]: 2024-07-27 18:26:01.519716604 +0000 UTC m=+0.144020108 container create 4034d1c9964977e04f4faebf948535eb73d501554a9ac33fd275a3bbe3f28b9b (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.36.0, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-07-27T18:26:01.778 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:01 smithi029 podman[120026]: 2024-07-27 18:26:01.748409058 +0000 UTC m=+0.372712521 container init 4034d1c9964977e04f4faebf948535eb73d501554a9ac33fd275a3bbe3f28b9b (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b, GIT_BRANCH=HEAD) 2024-07-27T18:26:01.778 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:01 smithi029 podman[120026]: 2024-07-27 18:26:01.753864699 +0000 UTC m=+0.378168163 container start 4034d1c9964977e04f4faebf948535eb73d501554a9ac33fd275a3bbe3f28b9b (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:26:01.962 INFO:tasks.rados.rados.0.smithi029.stdout:1671: done (0 left) 2024-07-27T18:26:01.962 INFO:tasks.rados.rados.0.smithi029.stdout:1672: read oid 12 snap 154 2024-07-27T18:26:01.962 INFO:tasks.rados.rados.0.smithi029.stdout:1672: expect (ObjNum 402 snap 113 seq_num 402) 2024-07-27T18:26:01.962 INFO:tasks.rados.rados.0.smithi029.stdout:1673: snap_remove snap 148 2024-07-27T18:26:02.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-mon[99353]: pgmap v257: 121 pgs: 33 active+undersized, 8 active+undersized+degraded, 80 active+clean; 150 MiB data, 961 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.6 MiB/s wr, 14 op/s; 22/270 objects degraded (8.148%) 2024-07-27T18:26:02.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-mon[99353]: osdmap e398: 8 total, 7 up, 8 in 2024-07-27T18:26:02.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:02.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:02.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:26:02.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-mon[99353]: osdmap e399: 8 total, 7 up, 8 in 2024-07-27T18:26:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-mon[96870]: pgmap v257: 121 pgs: 33 active+undersized, 8 active+undersized+degraded, 80 active+clean; 150 MiB data, 961 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.6 MiB/s wr, 14 op/s; 22/270 objects degraded (8.148%) 2024-07-27T18:26:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-mon[96870]: osdmap e398: 8 total, 7 up, 8 in 2024-07-27T18:26:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:26:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-mon[96870]: osdmap e399: 8 total, 7 up, 8 in 2024-07-27T18:26:02.253 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:01 smithi029 ceph-osd[120064]: -- 172.21.15.29:0/1560568061 <== mon.2 v2:172.21.15.29:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5654a0b15a40 con 0x5654a18d8400 2024-07-27T18:26:02.253 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:01 smithi029 bash[120026]: 4034d1c9964977e04f4faebf948535eb73d501554a9ac33fd275a3bbe3f28b9b 2024-07-27T18:26:02.253 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:01 smithi029 systemd[1]: Started Ceph osd.3 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:26:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:01 smithi179 ceph-mon[89801]: pgmap v257: 121 pgs: 33 active+undersized, 8 active+undersized+degraded, 80 active+clean; 150 MiB data, 961 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.6 MiB/s wr, 14 op/s; 22/270 objects degraded (8.148%) 2024-07-27T18:26:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:01 smithi179 ceph-mon[89801]: osdmap e398: 8 total, 7 up, 8 in 2024-07-27T18:26:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:01 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:01 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:01 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:26:02.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:01 smithi179 ceph-mon[89801]: osdmap e399: 8 total, 7 up, 8 in 2024-07-27T18:26:02.564 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:26:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:26:02] "GET /metrics HTTP/1.1" 200 36292 "" "Prometheus/2.43.0" 2024-07-27T18:26:02.564 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[120041]: 2024-07-27T18:26:02.298+0000 7f70dde01640 -1 Falling back to public interface 2024-07-27T18:26:02.965 INFO:tasks.rados.rados.0.smithi029.stdout:1673: done (1 left) 2024-07-27T18:26:02.965 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 158 2024-07-27T18:26:02.965 INFO:tasks.rados.rados.0.smithi029.stdout:1674: seq_num 527 ranges {5201920=434176,5636096=475136,6111232=565248,6676480=163840} 2024-07-27T18:26:02.998 INFO:tasks.rados.rados.0.smithi029.stdout:1674: writing smithi02985406-21 from 5201920 to 5636096 tid 1 2024-07-27T18:26:03.000 INFO:tasks.rados.rados.0.smithi029.stdout:1674: writing smithi02985406-21 from 5636096 to 6111232 tid 2 2024-07-27T18:26:03.002 INFO:tasks.rados.rados.0.smithi029.stdout:1674: writing smithi02985406-21 from 6111232 to 6676480 tid 3 2024-07-27T18:26:03.003 INFO:tasks.rados.rados.0.smithi029.stdout:1674: writing smithi02985406-21 from 6676480 to 6840320 tid 4 2024-07-27T18:26:03.003 INFO:tasks.rados.rados.0.smithi029.stdout:1675: snap_remove snap 155 2024-07-27T18:26:03.984 INFO:tasks.rados.rados.0.smithi029.stdout:1675: done (2 left) 2024-07-27T18:26:03.984 INFO:tasks.rados.rados.0.smithi029.stdout:1676: read oid 46 snap -1 2024-07-27T18:26:03.984 INFO:tasks.rados.rados.0.smithi029.stdout:1676: expect (ObjNum 370 snap 104 seq_num 370) 2024-07-27T18:26:03.984 INFO:tasks.rados.rados.0.smithi029.stdout:1677: read oid 5 snap -1 2024-07-27T18:26:03.984 INFO:tasks.rados.rados.0.smithi029.stdout:1677: expect (ObjNum 520 snap 157 seq_num 520) 2024-07-27T18:26:03.985 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 158 2024-07-27T18:26:03.985 INFO:tasks.rados.rados.0.smithi029.stdout:1678: seq_num 528 ranges {4366336=450560,4816896=761856,5578752=442368} 2024-07-27T18:26:04.011 INFO:tasks.rados.rados.0.smithi029.stdout:1678: writing smithi02985406-6 from 4366336 to 4816896 tid 1 2024-07-27T18:26:04.016 INFO:tasks.rados.rados.0.smithi029.stdout:1678: writing smithi02985406-6 from 4816896 to 5578752 tid 2 2024-07-27T18:26:04.018 INFO:tasks.rados.rados.0.smithi029.stdout:1678: writing smithi02985406-6 from 5578752 to 6021120 tid 3 2024-07-27T18:26:04.018 INFO:tasks.rados.rados.0.smithi029.stdout:1679: rollback oid 45 current snap is 158 2024-07-27T18:26:04.018 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 45 to 157 2024-07-27T18:26:04.018 INFO:tasks.rados.rados.0.smithi029.stdout:1672: expect (ObjNum 402 snap 113 seq_num 402) 2024-07-27T18:26:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:03 smithi029 ceph-mon[96870]: pgmap v260: 121 pgs: 33 active+undersized, 8 active+undersized+degraded, 80 active+clean; 153 MiB data, 965 MiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 3.9 MiB/s wr, 13 op/s; 23/291 objects degraded (7.904%) 2024-07-27T18:26:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:03 smithi029 ceph-mon[96870]: osdmap e400: 8 total, 7 up, 8 in 2024-07-27T18:26:04.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:03 smithi029 ceph-mon[99353]: pgmap v260: 121 pgs: 33 active+undersized, 8 active+undersized+degraded, 80 active+clean; 153 MiB data, 965 MiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 3.9 MiB/s wr, 13 op/s; 23/291 objects degraded (7.904%) 2024-07-27T18:26:04.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:03 smithi029 ceph-mon[99353]: osdmap e400: 8 total, 7 up, 8 in 2024-07-27T18:26:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:03 smithi179 ceph-mon[89801]: pgmap v260: 121 pgs: 33 active+undersized, 8 active+undersized+degraded, 80 active+clean; 153 MiB data, 965 MiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 3.9 MiB/s wr, 13 op/s; 23/291 objects degraded (7.904%) 2024-07-27T18:26:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:03 smithi179 ceph-mon[89801]: osdmap e400: 8 total, 7 up, 8 in 2024-07-27T18:26:04.502 INFO:tasks.rados.rados.0.smithi029.stdout:1674: finishing write tid 1 to smithi02985406-21 2024-07-27T18:26:04.502 INFO:tasks.rados.rados.0.smithi029.stdout:1674: finishing write tid 2 to smithi02985406-21 2024-07-27T18:26:04.502 INFO:tasks.rados.rados.0.smithi029.stdout:1674: finishing write tid 3 to smithi02985406-21 2024-07-27T18:26:04.502 INFO:tasks.rados.rados.0.smithi029.stdout:1674: finishing write tid 4 to smithi02985406-21 2024-07-27T18:26:04.502 INFO:tasks.rados.rados.0.smithi029.stdout:1674: finishing write tid 5 to smithi02985406-21 2024-07-27T18:26:04.502 INFO:tasks.rados.rados.0.smithi029.stdout:1674: finishing write tid 6 to smithi02985406-21 2024-07-27T18:26:04.502 INFO:tasks.rados.rados.0.smithi029.stdout:1674: oid 21 updating version 0 to 934 2024-07-27T18:26:04.503 INFO:tasks.rados.rados.0.smithi029.stdout:1674: oid 21 updating version 934 to 936 2024-07-27T18:26:04.503 INFO:tasks.rados.rados.0.smithi029.stdout:1674: oid 21 version 936 is already newer than 935 2024-07-27T18:26:04.503 INFO:tasks.rados.rados.0.smithi029.stdout:1674: oid 21 updating version 936 to 937 2024-07-27T18:26:04.503 INFO:tasks.rados.rados.0.smithi029.stdout:1674: oid 21 updating version 937 to 938 2024-07-27T18:26:04.503 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 938 (ObjNum 527 snap 158 seq_num 527) dirty exists 2024-07-27T18:26:04.503 INFO:tasks.rados.rados.0.smithi029.stdout:1674: left oid 21 (ObjNum 527 snap 158 seq_num 527) 2024-07-27T18:26:04.503 INFO:tasks.rados.rados.0.smithi029.stdout:1672: done (5 left) 2024-07-27T18:26:04.503 INFO:tasks.rados.rados.0.smithi029.stdout:1674: done (4 left) 2024-07-27T18:26:04.503 INFO:tasks.rados.rados.0.smithi029.stdout:1680: read oid 18 snap 157 2024-07-27T18:26:04.503 INFO:tasks.rados.rados.0.smithi029.stdout:1680: expect (ObjNum 512 snap 153 seq_num 512) 2024-07-27T18:26:04.503 INFO:tasks.rados.rados.0.smithi029.stdout:1681: read oid 7 snap -1 2024-07-27T18:26:04.504 INFO:tasks.rados.rados.0.smithi029.stdout:1681: expect deleted 2024-07-27T18:26:04.504 INFO:tasks.rados.rados.0.smithi029.stdout:1682: read oid 34 snap -1 2024-07-27T18:26:04.504 INFO:tasks.rados.rados.0.smithi029.stdout:1682: expect deleted 2024-07-27T18:26:04.504 INFO:tasks.rados.rados.0.smithi029.stdout:1683: snap_create 2024-07-27T18:26:04.504 INFO:tasks.rados.rados.0.smithi029.stdout:1676: expect (ObjNum 370 snap 104 seq_num 370) 2024-07-27T18:26:04.595 INFO:tasks.rados.rados.0.smithi029.stdout:1677: expect (ObjNum 520 snap 157 seq_num 520) 2024-07-27T18:26:04.736 INFO:tasks.rados.rados.0.smithi029.stdout:1678: finishing write tid 1 to smithi02985406-6 2024-07-27T18:26:04.736 INFO:tasks.rados.rados.0.smithi029.stdout:1678: finishing write tid 2 to smithi02985406-6 2024-07-27T18:26:04.736 INFO:tasks.rados.rados.0.smithi029.stdout:1678: finishing write tid 3 to smithi02985406-6 2024-07-27T18:26:04.736 INFO:tasks.rados.rados.0.smithi029.stdout:1678: finishing write tid 4 to smithi02985406-6 2024-07-27T18:26:04.736 INFO:tasks.rados.rados.0.smithi029.stdout:1679: finishing rollback tid 0 to smithi02985406-45 2024-07-27T18:26:04.737 INFO:tasks.rados.rados.0.smithi029.stdout:1679: finishing rollback tid 1 to smithi02985406-45 2024-07-27T18:26:04.737 INFO:tasks.rados.rados.0.smithi029.stdout:1679: finishing rollback tid 2 to smithi02985406-45 2024-07-27T18:26:04.737 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 871 (ObjNum 507 snap 151 seq_num 507) dirty exists 2024-07-27T18:26:04.737 INFO:tasks.rados.rados.0.smithi029.stdout:1678: finishing write tid 5 to smithi02985406-6 2024-07-27T18:26:04.737 INFO:tasks.rados.rados.0.smithi029.stdout:1678: oid 6 updating version 0 to 980 2024-07-27T18:26:04.738 INFO:tasks.rados.rados.0.smithi029.stdout:1678: oid 6 version 980 is already newer than 977 2024-07-27T18:26:04.738 INFO:tasks.rados.rados.0.smithi029.stdout:1678: oid 6 version 980 is already newer than 979 2024-07-27T18:26:04.738 INFO:tasks.rados.rados.0.smithi029.stdout:1678: oid 6 version 980 is already newer than 978 2024-07-27T18:26:04.738 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 980 (ObjNum 528 snap 158 seq_num 528) dirty exists 2024-07-27T18:26:04.738 INFO:tasks.rados.rados.0.smithi029.stdout:1678: left oid 6 (ObjNum 528 snap 158 seq_num 528) 2024-07-27T18:26:04.738 INFO:tasks.rados.rados.0.smithi029.stdout:1680: expect (ObjNum 512 snap 153 seq_num 512) 2024-07-27T18:26:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:04 smithi029 ceph-mon[96870]: osdmap e401: 8 total, 7 up, 8 in 2024-07-27T18:26:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:04 smithi029 ceph-mon[99353]: osdmap e401: 8 total, 7 up, 8 in 2024-07-27T18:26:05.252 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[120041]: 2024-07-27T18:26:05.083+0000 7f70dde01640 -1 osd.3 392 log_to_monitors true 2024-07-27T18:26:05.331 INFO:tasks.rados.rados.0.smithi029.stdout:1676: done (7 left) 2024-07-27T18:26:05.331 INFO:tasks.rados.rados.0.smithi029.stdout:1677: done (6 left) 2024-07-27T18:26:05.331 INFO:tasks.rados.rados.0.smithi029.stdout:1678: done (5 left) 2024-07-27T18:26:05.331 INFO:tasks.rados.rados.0.smithi029.stdout:1679: done (4 left) 2024-07-27T18:26:05.331 INFO:tasks.rados.rados.0.smithi029.stdout:1680: done (3 left) 2024-07-27T18:26:05.331 INFO:tasks.rados.rados.0.smithi029.stdout:1681: done (2 left) 2024-07-27T18:26:05.331 INFO:tasks.rados.rados.0.smithi029.stdout:1682: done (1 left) 2024-07-27T18:26:05.331 INFO:tasks.rados.rados.0.smithi029.stdout:1683: done (0 left) 2024-07-27T18:26:05.332 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 159 2024-07-27T18:26:05.332 INFO:tasks.rados.rados.0.smithi029.stdout:1684: seq_num 529 ranges {2170880=466944,2637824=647168,3284992=532480,3817472=24576} 2024-07-27T18:26:05.345 INFO:tasks.rados.rados.0.smithi029.stdout:1684: writing smithi02985406-25 from 2170880 to 2637824 tid 1 2024-07-27T18:26:05.348 INFO:tasks.rados.rados.0.smithi029.stdout:1684: writing smithi02985406-25 from 2637824 to 3284992 tid 2 2024-07-27T18:26:05.352 INFO:tasks.rados.rados.0.smithi029.stdout:1684: writing smithi02985406-25 from 3284992 to 3817472 tid 3 2024-07-27T18:26:05.353 INFO:tasks.rados.rados.0.smithi029.stdout:1684: writing smithi02985406-25 from 3817472 to 3842048 tid 4 2024-07-27T18:26:05.353 INFO:tasks.rados.rados.0.smithi029.stdout:1685: copy_from oid 31 from oid 13 current snap is 159 2024-07-27T18:26:05.353 INFO:tasks.rados.rados.0.smithi029.stdout:1684: finishing write tid 1 to smithi02985406-25 2024-07-27T18:26:05.353 INFO:tasks.rados.rados.0.smithi029.stdout:1686: snap_remove snap 154 2024-07-27T18:26:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:04 smithi179 ceph-mon[89801]: osdmap e401: 8 total, 7 up, 8 in 2024-07-27T18:26:05.993 INFO:tasks.rados.rados.0.smithi029.stdout:1686: done (2 left) 2024-07-27T18:26:05.993 INFO:tasks.rados.rados.0.smithi029.stdout:1687: read oid 28 snap -1 2024-07-27T18:26:05.993 INFO:tasks.rados.rados.0.smithi029.stdout:1687: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:05.993 INFO:tasks.rados.rados.0.smithi029.stdout:1688: copy_from oid 3 from oid 5 current snap is 159 2024-07-27T18:26:05.994 INFO:tasks.rados.rados.0.smithi029.stdout:1689: snap_create 2024-07-27T18:26:05.994 INFO:tasks.rados.rados.0.smithi029.stdout:1684: finishing write tid 2 to smithi02985406-25 2024-07-27T18:26:05.994 INFO:tasks.rados.rados.0.smithi029.stdout:1685: finishing copy_from to smithi02985406-31 2024-07-27T18:26:05.994 INFO:tasks.rados.rados.0.smithi029.stdout:1685: got expected ENOENT (src dne) 2024-07-27T18:26:05.994 INFO:tasks.rados.rados.0.smithi029.stdout:1685: finishing copy_from racing read to smithi02985406-31 2024-07-27T18:26:05.994 INFO:tasks.rados.rados.0.smithi029.stdout:1684: finishing write tid 3 to smithi02985406-25 2024-07-27T18:26:05.994 INFO:tasks.rados.rados.0.smithi029.stdout:1684: finishing write tid 4 to smithi02985406-25 2024-07-27T18:26:05.994 INFO:tasks.rados.rados.0.smithi029.stdout:1684: finishing write tid 5 to smithi02985406-25 2024-07-27T18:26:05.994 INFO:tasks.rados.rados.0.smithi029.stdout:1684: finishing write tid 6 to smithi02985406-25 2024-07-27T18:26:05.994 INFO:tasks.rados.rados.0.smithi029.stdout:1684: oid 25 updating version 0 to 1122 2024-07-27T18:26:05.994 INFO:tasks.rados.rados.0.smithi029.stdout:1684: oid 25 version 1122 is already newer than 1119 2024-07-27T18:26:05.994 INFO:tasks.rados.rados.0.smithi029.stdout:1684: oid 25 updating version 1122 to 1123 2024-07-27T18:26:05.995 INFO:tasks.rados.rados.0.smithi029.stdout:1684: oid 25 version 1123 is already newer than 1121 2024-07-27T18:26:05.995 INFO:tasks.rados.rados.0.smithi029.stdout:1684: oid 25 version 1123 is already newer than 1120 2024-07-27T18:26:05.995 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1123 (ObjNum 529 snap 159 seq_num 529) dirty exists 2024-07-27T18:26:05.995 INFO:tasks.rados.rados.0.smithi029.stdout:1684: left oid 25 (ObjNum 529 snap 159 seq_num 529) 2024-07-27T18:26:06.017 INFO:tasks.rados.rados.0.smithi029.stdout:1688: finishing copy_from racing read to smithi02985406-3 2024-07-27T18:26:06.018 INFO:tasks.rados.rados.0.smithi029.stdout:1687: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:06.118 INFO:tasks.rados.rados.0.smithi029.stdout:1688: finishing copy_from to smithi02985406-3 2024-07-27T18:26:06.118 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 1219 (ObjNum 520 snap 157 seq_num 520) dirty exists 2024-07-27T18:26:06.251 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:26:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[120041]: 2024-07-27T18:26:06.015+0000 7f70d5bac640 -1 osd.3 392 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:26:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-mon[96870]: pgmap v263: 121 pgs: 33 active+undersized, 8 active+undersized+degraded, 80 active+clean; 153 MiB data, 984 MiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 758 KiB/s wr, 6 op/s; 24/291 objects degraded (8.247%) 2024-07-27T18:26:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-mon[96870]: Health check update: Degraded data redundancy: 24/291 objects degraded (8.247%), 8 pgs degraded (PG_DEGRADED) 2024-07-27T18:26:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-mon[96870]: osdmap e402: 8 total, 7 up, 8 in 2024-07-27T18:26:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-mon[96870]: from='osd.3 [v2:172.21.15.29:6826/3782055130,v1:172.21.15.29:6827/3782055130]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-07-27T18:26:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:06.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-mon[99353]: pgmap v263: 121 pgs: 33 active+undersized, 8 active+undersized+degraded, 80 active+clean; 153 MiB data, 984 MiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 758 KiB/s wr, 6 op/s; 24/291 objects degraded (8.247%) 2024-07-27T18:26:06.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-mon[99353]: Health check update: Degraded data redundancy: 24/291 objects degraded (8.247%), 8 pgs degraded (PG_DEGRADED) 2024-07-27T18:26:06.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-mon[99353]: osdmap e402: 8 total, 7 up, 8 in 2024-07-27T18:26:06.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-mon[99353]: from='osd.3 [v2:172.21.15.29:6826/3782055130,v1:172.21.15.29:6827/3782055130]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-07-27T18:26:06.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:06.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:05 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:05 smithi179 ceph-mon[89801]: pgmap v263: 121 pgs: 33 active+undersized, 8 active+undersized+degraded, 80 active+clean; 153 MiB data, 984 MiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 758 KiB/s wr, 6 op/s; 24/291 objects degraded (8.247%) 2024-07-27T18:26:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:05 smithi179 ceph-mon[89801]: Health check update: Degraded data redundancy: 24/291 objects degraded (8.247%), 8 pgs degraded (PG_DEGRADED) 2024-07-27T18:26:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:05 smithi179 ceph-mon[89801]: osdmap e402: 8 total, 7 up, 8 in 2024-07-27T18:26:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:05 smithi179 ceph-mon[89801]: from='osd.3 [v2:172.21.15.29:6826/3782055130,v1:172.21.15.29:6827/3782055130]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-07-27T18:26:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:05 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:05 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:07.001 INFO:tasks.rados.rados.0.smithi029.stdout:1684: done (4 left) 2024-07-27T18:26:07.001 INFO:tasks.rados.rados.0.smithi029.stdout:1685: done (3 left) 2024-07-27T18:26:07.001 INFO:tasks.rados.rados.0.smithi029.stdout:1687: done (2 left) 2024-07-27T18:26:07.001 INFO:tasks.rados.rados.0.smithi029.stdout:1688: done (1 left) 2024-07-27T18:26:07.001 INFO:tasks.rados.rados.0.smithi029.stdout:1689: done (0 left) 2024-07-27T18:26:07.001 INFO:tasks.rados.rados.0.smithi029.stdout:1690: snap_remove snap 150 2024-07-27T18:26:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:07 smithi029 ceph-mon[96870]: from='osd.3 [v2:172.21.15.29:6826/3782055130,v1:172.21.15.29:6827/3782055130]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-07-27T18:26:07.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:07 smithi029 ceph-mon[96870]: osdmap e403: 8 total, 7 up, 8 in 2024-07-27T18:26:07.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:07 smithi029 ceph-mon[96870]: from='osd.3 [v2:172.21.15.29:6826/3782055130,v1:172.21.15.29:6827/3782055130]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:26:07.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:07 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:07.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:07 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:07 smithi029 ceph-mon[99353]: from='osd.3 [v2:172.21.15.29:6826/3782055130,v1:172.21.15.29:6827/3782055130]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-07-27T18:26:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:07 smithi029 ceph-mon[99353]: osdmap e403: 8 total, 7 up, 8 in 2024-07-27T18:26:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:07 smithi029 ceph-mon[99353]: from='osd.3 [v2:172.21.15.29:6826/3782055130,v1:172.21.15.29:6827/3782055130]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:26:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:07 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:07 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:07 smithi179 ceph-mon[89801]: from='osd.3 [v2:172.21.15.29:6826/3782055130,v1:172.21.15.29:6827/3782055130]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-07-27T18:26:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:07 smithi179 ceph-mon[89801]: osdmap e403: 8 total, 7 up, 8 in 2024-07-27T18:26:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:07 smithi179 ceph-mon[89801]: from='osd.3 [v2:172.21.15.29:6826/3782055130,v1:172.21.15.29:6827/3782055130]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-07-27T18:26:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:07 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:07 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:08.004 INFO:tasks.rados.rados.0.smithi029.stdout:1690: done (0 left) 2024-07-27T18:26:08.004 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 160 2024-07-27T18:26:08.004 INFO:tasks.rados.rados.0.smithi029.stdout:1691: seq_num 530 ranges {0=483328,483328=532480,1015808=671744} 2024-07-27T18:26:08.007 INFO:tasks.rados.rados.0.smithi029.stdout:1691: writing smithi02985406-2 from 0 to 483328 tid 1 2024-07-27T18:26:08.011 INFO:tasks.rados.rados.0.smithi029.stdout:1691: writing smithi02985406-2 from 483328 to 1015808 tid 2 2024-07-27T18:26:08.016 INFO:tasks.rados.rados.0.smithi029.stdout:1691: writing smithi02985406-2 from 1015808 to 1687552 tid 3 2024-07-27T18:26:08.016 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 160 2024-07-27T18:26:08.016 INFO:tasks.rados.rados.0.smithi029.stdout:1692: seq_num 531 ranges {0=499712,499712=417792,917504=548864,1466368=237568} 2024-07-27T18:26:08.019 INFO:tasks.rados.rados.0.smithi029.stdout:1692: writing smithi02985406-48 from 0 to 499712 tid 1 2024-07-27T18:26:08.022 INFO:tasks.rados.rados.0.smithi029.stdout:1692: writing smithi02985406-48 from 499712 to 917504 tid 2 2024-07-27T18:26:08.026 INFO:tasks.rados.rados.0.smithi029.stdout:1692: writing smithi02985406-48 from 917504 to 1466368 tid 3 2024-07-27T18:26:08.028 INFO:tasks.rados.rados.0.smithi029.stdout:1692: writing smithi02985406-48 from 1466368 to 1703936 tid 4 2024-07-27T18:26:08.029 INFO:tasks.rados.rados.0.smithi029.stdout:1693: rmattr oid 21 current snap is 160 2024-07-27T18:26:08.029 INFO:tasks.rados.rados.0.smithi029.stdout:1691: finishing write tid 1 to smithi02985406-2 2024-07-27T18:26:08.029 INFO:tasks.rados.rados.0.smithi029.stdout:1691: finishing write tid 2 to smithi02985406-2 2024-07-27T18:26:08.029 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 160 2024-07-27T18:26:08.029 INFO:tasks.rados.rados.0.smithi029.stdout:1694: seq_num 532 ranges {6021120=516096,6537216=696320,7233536=507904} 2024-07-27T18:26:08.067 INFO:tasks.rados.rados.0.smithi029.stdout:1694: writing smithi02985406-6 from 6021120 to 6537216 tid 1 2024-07-27T18:26:08.072 INFO:tasks.rados.rados.0.smithi029.stdout:1694: writing smithi02985406-6 from 6537216 to 7233536 tid 2 2024-07-27T18:26:08.075 INFO:tasks.rados.rados.0.smithi029.stdout:1694: writing smithi02985406-6 from 7233536 to 7741440 tid 3 2024-07-27T18:26:08.075 INFO:tasks.rados.rados.0.smithi029.stdout:1695: delete oid 15 current snap is 160 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:1691: finishing write tid 3 to smithi02985406-2 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 939 (ObjNum 527 snap 158 seq_num 527) dirty exists 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:1691: finishing write tid 4 to smithi02985406-2 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:1692: finishing write tid 1 to smithi02985406-48 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:1692: finishing write tid 2 to smithi02985406-48 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:1691: finishing write tid 5 to smithi02985406-2 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:1691: oid 2 updating version 0 to 1239 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:1691: oid 2 version 1239 is already newer than 1236 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:1691: oid 2 version 1239 is already newer than 1237 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:1691: oid 2 version 1239 is already newer than 1238 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 1239 (ObjNum 530 snap 160 seq_num 530) dirty exists 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:1691: left oid 2 (ObjNum 530 snap 160 seq_num 530) 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:1692: finishing write tid 3 to smithi02985406-48 2024-07-27T18:26:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:1692: finishing write tid 4 to smithi02985406-48 2024-07-27T18:26:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:1692: finishing write tid 5 to smithi02985406-48 2024-07-27T18:26:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:1692: finishing write tid 6 to smithi02985406-48 2024-07-27T18:26:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:1692: oid 48 updating version 0 to 1242 2024-07-27T18:26:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:1692: oid 48 updating version 1242 to 1243 2024-07-27T18:26:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:1692: oid 48 version 1243 is already newer than 1241 2024-07-27T18:26:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:1692: oid 48 version 1243 is already newer than 1240 2024-07-27T18:26:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:1692: oid 48 updating version 1243 to 1244 2024-07-27T18:26:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1244 (ObjNum 531 snap 160 seq_num 531) dirty exists 2024-07-27T18:26:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:1692: left oid 48 (ObjNum 531 snap 160 seq_num 531) 2024-07-27T18:26:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:1694: finishing write tid 1 to smithi02985406-6 2024-07-27T18:26:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:1694: finishing write tid 2 to smithi02985406-6 2024-07-27T18:26:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:1691: done (4 left) 2024-07-27T18:26:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:1692: done (3 left) 2024-07-27T18:26:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:1693: done (2 left) 2024-07-27T18:26:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:1695: done (1 left) 2024-07-27T18:26:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:1696: snap_remove snap 157 2024-07-27T18:26:08.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:08 smithi029 ceph-mon[96870]: pgmap v266: 121 pgs: 33 active+undersized, 8 active+undersized+degraded, 80 active+clean; 158 MiB data, 957 MiB used, 714 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.2 MiB/s wr, 11 op/s; 24/303 objects degraded (7.921%) 2024-07-27T18:26:08.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:08 smithi029 ceph-mon[96870]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:26:08.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:08 smithi029 ceph-mon[96870]: osd.3 [v2:172.21.15.29:6826/3782055130,v1:172.21.15.29:6827/3782055130] boot 2024-07-27T18:26:08.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:08 smithi029 ceph-mon[96870]: osdmap e404: 8 total, 8 up, 8 in 2024-07-27T18:26:08.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:26:08.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:08 smithi029 ceph-mon[96870]: osdmap e405: 8 total, 8 up, 8 in 2024-07-27T18:26:08.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:08 smithi029 ceph-mon[99353]: pgmap v266: 121 pgs: 33 active+undersized, 8 active+undersized+degraded, 80 active+clean; 158 MiB data, 957 MiB used, 714 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.2 MiB/s wr, 11 op/s; 24/303 objects degraded (7.921%) 2024-07-27T18:26:08.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:08 smithi029 ceph-mon[99353]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:26:08.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:08 smithi029 ceph-mon[99353]: osd.3 [v2:172.21.15.29:6826/3782055130,v1:172.21.15.29:6827/3782055130] boot 2024-07-27T18:26:08.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:08 smithi029 ceph-mon[99353]: osdmap e404: 8 total, 8 up, 8 in 2024-07-27T18:26:08.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:26:08.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:08 smithi029 ceph-mon[99353]: osdmap e405: 8 total, 8 up, 8 in 2024-07-27T18:26:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:08 smithi179 ceph-mon[89801]: pgmap v266: 121 pgs: 33 active+undersized, 8 active+undersized+degraded, 80 active+clean; 158 MiB data, 957 MiB used, 714 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.2 MiB/s wr, 11 op/s; 24/303 objects degraded (7.921%) 2024-07-27T18:26:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:08 smithi179 ceph-mon[89801]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:26:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:08 smithi179 ceph-mon[89801]: osd.3 [v2:172.21.15.29:6826/3782055130,v1:172.21.15.29:6827/3782055130] boot 2024-07-27T18:26:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:08 smithi179 ceph-mon[89801]: osdmap e404: 8 total, 8 up, 8 in 2024-07-27T18:26:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-07-27T18:26:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:08 smithi179 ceph-mon[89801]: osdmap e405: 8 total, 8 up, 8 in 2024-07-27T18:26:09.018 INFO:tasks.rados.rados.0.smithi029.stdout:1696: done (1 left) 2024-07-27T18:26:09.018 INFO:tasks.rados.rados.0.smithi029.stdout:1697: setattr oid 23 current snap is 160 2024-07-27T18:26:09.018 INFO:tasks.rados.rados.0.smithi029.stdout:1694: finishing write tid 3 to smithi02985406-6 2024-07-27T18:26:09.018 INFO:tasks.rados.rados.0.smithi029.stdout:1694: finishing write tid 4 to smithi02985406-6 2024-07-27T18:26:09.018 INFO:tasks.rados.rados.0.smithi029.stdout:1694: finishing write tid 5 to smithi02985406-6 2024-07-27T18:26:09.018 INFO:tasks.rados.rados.0.smithi029.stdout:1694: oid 6 updating version 0 to 989 2024-07-27T18:26:09.018 INFO:tasks.rados.rados.0.smithi029.stdout:1694: oid 6 updating version 989 to 991 2024-07-27T18:26:09.018 INFO:tasks.rados.rados.0.smithi029.stdout:1694: oid 6 version 991 is already newer than 990 2024-07-27T18:26:09.018 INFO:tasks.rados.rados.0.smithi029.stdout:1694: oid 6 version 991 is already newer than 988 2024-07-27T18:26:09.018 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 991 (ObjNum 532 snap 160 seq_num 532) dirty exists 2024-07-27T18:26:09.018 INFO:tasks.rados.rados.0.smithi029.stdout:1694: left oid 6 (ObjNum 532 snap 160 seq_num 532) 2024-07-27T18:26:09.021 INFO:tasks.rados.rados.0.smithi029.stdout:1694: done (1 left) 2024-07-27T18:26:09.021 INFO:tasks.rados.rados.0.smithi029.stdout:1698: copy_from oid 42 from oid 28 current snap is 160 2024-07-27T18:26:09.021 INFO:tasks.rados.rados.0.smithi029.stdout:1699: read oid 26 snap -1 2024-07-27T18:26:09.021 INFO:tasks.rados.rados.0.smithi029.stdout:1699: expect (ObjNum 513 snap 153 seq_num 513) 2024-07-27T18:26:09.021 INFO:tasks.rados.rados.0.smithi029.stdout:1700: read oid 35 snap -1 2024-07-27T18:26:09.021 INFO:tasks.rados.rados.0.smithi029.stdout:1700: expect (ObjNum 511 snap 153 seq_num 511) 2024-07-27T18:26:09.021 INFO:tasks.rados.rados.0.smithi029.stdout:1701: rollback oid 3 current snap is 160 2024-07-27T18:26:09.021 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 3 to 158 2024-07-27T18:26:09.021 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 160 2024-07-27T18:26:09.021 INFO:tasks.rados.rados.0.smithi029.stdout:1702: seq_num 534 ranges {0=548864,548864=516096,1064960=688128} 2024-07-27T18:26:09.024 INFO:tasks.rados.rados.0.smithi029.stdout:1702: writing smithi02985406-1 from 0 to 548864 tid 1 2024-07-27T18:26:09.028 INFO:tasks.rados.rados.0.smithi029.stdout:1702: writing smithi02985406-1 from 548864 to 1064960 tid 2 2024-07-27T18:26:09.033 INFO:tasks.rados.rados.0.smithi029.stdout:1702: writing smithi02985406-1 from 1064960 to 1753088 tid 3 2024-07-27T18:26:09.034 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 11 current snap is 160 2024-07-27T18:26:09.034 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 343 (ObjNum 400 snap 113 seq_num 400) dirty exists 2024-07-27T18:26:09.034 INFO:tasks.rados.rados.0.smithi029.stdout:1701: finishing rollback tid 0 to smithi02985406-3 2024-07-27T18:26:09.034 INFO:tasks.rados.rados.0.smithi029.stdout:1701: finishing rollback tid 1 to smithi02985406-3 2024-07-27T18:26:09.034 INFO:tasks.rados.rados.0.smithi029.stdout:1701: finishing rollback tid 2 to smithi02985406-3 2024-07-27T18:26:09.034 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 1222 (ObjNum 392 snap 110 seq_num 392) dirty exists 2024-07-27T18:26:09.034 INFO:tasks.rados.rados.0.smithi029.stdout:1703: seq_num 535 ranges {7675904=565248,8241152=802816,9043968=401408} 2024-07-27T18:26:09.080 INFO:tasks.rados.rados.0.smithi029.stdout:1703: writing smithi02985406-11 from 7675904 to 8241152 tid 1 2024-07-27T18:26:09.084 INFO:tasks.rados.rados.0.smithi029.stdout:1703: writing smithi02985406-11 from 8241152 to 9043968 tid 2 2024-07-27T18:26:09.087 INFO:tasks.rados.rados.0.smithi029.stdout:1703: writing smithi02985406-11 from 9043968 to 9445376 tid 3 2024-07-27T18:26:09.087 INFO:tasks.rados.rados.0.smithi029.stdout:1697: done (6 left) 2024-07-27T18:26:09.087 INFO:tasks.rados.rados.0.smithi029.stdout:1701: done (5 left) 2024-07-27T18:26:09.087 INFO:tasks.rados.rados.0.smithi029.stdout:1704: copy_from oid 10 from oid 14 current snap is 160 2024-07-27T18:26:09.087 INFO:tasks.rados.rados.0.smithi029.stdout:1702: finishing write tid 1 to smithi02985406-1 2024-07-27T18:26:09.087 INFO:tasks.rados.rados.0.smithi029.stdout:1702: finishing write tid 2 to smithi02985406-1 2024-07-27T18:26:09.087 INFO:tasks.rados.rados.0.smithi029.stdout:1705: snap_remove snap 158 2024-07-27T18:26:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:09 smithi179 ceph-mon[89801]: pgmap v269: 121 pgs: 28 active+undersized, 7 active+undersized+degraded, 86 active+clean; 153 MiB data, 973 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.2 MiB/s wr, 12 op/s; 23/300 objects degraded (7.667%) 2024-07-27T18:26:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:26:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:09 smithi179 ceph-mon[89801]: osdmap e406: 8 total, 8 up, 8 in 2024-07-27T18:26:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:26:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:26:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:10.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:26:09.730+0000 7fe44c0d1640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-07-27T18:26:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[99353]: pgmap v269: 121 pgs: 28 active+undersized, 7 active+undersized+degraded, 86 active+clean; 153 MiB data, 973 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.2 MiB/s wr, 12 op/s; 23/300 objects degraded (7.667%) 2024-07-27T18:26:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:26:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[99353]: osdmap e406: 8 total, 8 up, 8 in 2024-07-27T18:26:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:26:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:26:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:10.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[96870]: pgmap v269: 121 pgs: 28 active+undersized, 7 active+undersized+degraded, 86 active+clean; 153 MiB data, 973 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.2 MiB/s wr, 12 op/s; 23/300 objects degraded (7.667%) 2024-07-27T18:26:10.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:10.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:26:10.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[96870]: osdmap e406: 8 total, 8 up, 8 in 2024-07-27T18:26:10.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:10.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:10.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:26:10.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:26:10.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:10.020 INFO:tasks.rados.rados.0.smithi029.stdout:1705: done (6 left) 2024-07-27T18:26:10.020 INFO:tasks.rados.rados.0.smithi029.stdout:1706: snap_create 2024-07-27T18:26:10.020 INFO:tasks.rados.rados.0.smithi029.stdout:1698: finishing copy_from racing read to smithi02985406-42 2024-07-27T18:26:10.020 INFO:tasks.rados.rados.0.smithi029.stdout:1699: expect (ObjNum 513 snap 153 seq_num 513) 2024-07-27T18:26:10.171 INFO:tasks.rados.rados.0.smithi029.stdout:1702: finishing write tid 3 to smithi02985406-1 2024-07-27T18:26:10.172 INFO:tasks.rados.rados.0.smithi029.stdout:1702: finishing write tid 4 to smithi02985406-1 2024-07-27T18:26:10.172 INFO:tasks.rados.rados.0.smithi029.stdout:1698: finishing copy_from to smithi02985406-42 2024-07-27T18:26:10.172 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 1069 (ObjNum 509 snap 151 seq_num 509) dirty exists 2024-07-27T18:26:10.172 INFO:tasks.rados.rados.0.smithi029.stdout:1702: finishing write tid 5 to smithi02985406-1 2024-07-27T18:26:10.172 INFO:tasks.rados.rados.0.smithi029.stdout:1702: oid 1 updating version 0 to 997 2024-07-27T18:26:10.172 INFO:tasks.rados.rados.0.smithi029.stdout:1702: oid 1 version 997 is already newer than 992 2024-07-27T18:26:10.172 INFO:tasks.rados.rados.0.smithi029.stdout:1702: oid 1 version 997 is already newer than 993 2024-07-27T18:26:10.172 INFO:tasks.rados.rados.0.smithi029.stdout:1702: oid 1 version 997 is already newer than 996 2024-07-27T18:26:10.172 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 997 (ObjNum 534 snap 160 seq_num 534) dirty exists 2024-07-27T18:26:10.172 INFO:tasks.rados.rados.0.smithi029.stdout:1702: left oid 1 (ObjNum 534 snap 160 seq_num 534) 2024-07-27T18:26:10.172 INFO:tasks.rados.rados.0.smithi029.stdout:1700: expect (ObjNum 511 snap 153 seq_num 511) 2024-07-27T18:26:10.416 INFO:tasks.rados.rados.0.smithi029.stdout:1703: finishing write tid 1 to smithi02985406-11 2024-07-27T18:26:10.416 INFO:tasks.rados.rados.0.smithi029.stdout:1703: finishing write tid 2 to smithi02985406-11 2024-07-27T18:26:10.416 INFO:tasks.rados.rados.0.smithi029.stdout:1703: finishing write tid 3 to smithi02985406-11 2024-07-27T18:26:10.417 INFO:tasks.rados.rados.0.smithi029.stdout:1703: finishing write tid 4 to smithi02985406-11 2024-07-27T18:26:10.417 INFO:tasks.rados.rados.0.smithi029.stdout:1703: finishing write tid 5 to smithi02985406-11 2024-07-27T18:26:10.417 INFO:tasks.rados.rados.0.smithi029.stdout:1703: oid 11 updating version 0 to 585 2024-07-27T18:26:10.417 INFO:tasks.rados.rados.0.smithi029.stdout:1703: oid 11 updating version 585 to 587 2024-07-27T18:26:10.417 INFO:tasks.rados.rados.0.smithi029.stdout:1703: oid 11 version 587 is already newer than 584 2024-07-27T18:26:10.417 INFO:tasks.rados.rados.0.smithi029.stdout:1703: oid 11 version 587 is already newer than 586 2024-07-27T18:26:10.417 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 587 (ObjNum 535 snap 160 seq_num 535) dirty exists 2024-07-27T18:26:10.417 INFO:tasks.rados.rados.0.smithi029.stdout:1703: left oid 11 (ObjNum 535 snap 160 seq_num 535) 2024-07-27T18:26:10.417 INFO:tasks.rados.rados.0.smithi029.stdout:1704: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:26:10.417 INFO:tasks.rados.rados.0.smithi029.stdout:1704: finishing copy_from to smithi02985406-10 2024-07-27T18:26:10.417 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 849 (ObjNum 392 snap 110 seq_num 392) dirty exists 2024-07-27T18:26:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:26:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-07-27T18:26:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:10 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-07-27T18:26:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:10 smithi179 ceph-mon[89801]: Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-07-27T18:26:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:10 smithi179 ceph-mon[89801]: osdmap e407: 8 total, 8 up, 8 in 2024-07-27T18:26:11.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:26:11.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:11.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:11.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:11.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-07-27T18:26:11.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-07-27T18:26:11.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[96870]: Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-07-27T18:26:11.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[96870]: osdmap e407: 8 total, 8 up, 8 in 2024-07-27T18:26:11.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:26:11.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:11.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:11.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:11.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-07-27T18:26:11.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-07-27T18:26:11.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[99353]: Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-07-27T18:26:11.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:10 smithi029 ceph-mon[99353]: osdmap e407: 8 total, 8 up, 8 in 2024-07-27T18:26:11.024 INFO:tasks.rados.rados.0.smithi029.stdout:1698: done (6 left) 2024-07-27T18:26:11.024 INFO:tasks.rados.rados.0.smithi029.stdout:1699: done (5 left) 2024-07-27T18:26:11.024 INFO:tasks.rados.rados.0.smithi029.stdout:1700: done (4 left) 2024-07-27T18:26:11.024 INFO:tasks.rados.rados.0.smithi029.stdout:1702: done (3 left) 2024-07-27T18:26:11.025 INFO:tasks.rados.rados.0.smithi029.stdout:1703: done (2 left) 2024-07-27T18:26:11.025 INFO:tasks.rados.rados.0.smithi029.stdout:1704: done (1 left) 2024-07-27T18:26:11.025 INFO:tasks.rados.rados.0.smithi029.stdout:1706: done (0 left) 2024-07-27T18:26:11.025 INFO:tasks.rados.rados.0.smithi029.stdout:1707: delete oid 39 current snap is 161 2024-07-27T18:26:11.028 INFO:tasks.rados.rados.0.smithi029.stdout:1707: done (0 left) 2024-07-27T18:26:11.028 INFO:tasks.rados.rados.0.smithi029.stdout:1708: snap_remove snap 160 2024-07-27T18:26:11.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:11 smithi179 ceph-mon[89801]: pgmap v272: 121 pgs: 16 active+undersized, 3 active+undersized+degraded, 102 active+clean; 161 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 3.9 MiB/s wr, 18 op/s; 10/273 objects degraded (3.663%); 638 KiB/s, 0 objects/s recovering 2024-07-27T18:26:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:11 smithi179 ceph-mon[89801]: Health check update: Degraded data redundancy: 10/273 objects degraded (3.663%), 3 pgs degraded (PG_DEGRADED) 2024-07-27T18:26:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:11 smithi179 ceph-mon[89801]: osdmap e408: 8 total, 8 up, 8 in 2024-07-27T18:26:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:11 smithi029 ceph-mon[96870]: pgmap v272: 121 pgs: 16 active+undersized, 3 active+undersized+degraded, 102 active+clean; 161 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 3.9 MiB/s wr, 18 op/s; 10/273 objects degraded (3.663%); 638 KiB/s, 0 objects/s recovering 2024-07-27T18:26:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:11 smithi029 ceph-mon[96870]: Health check update: Degraded data redundancy: 10/273 objects degraded (3.663%), 3 pgs degraded (PG_DEGRADED) 2024-07-27T18:26:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:11 smithi029 ceph-mon[96870]: osdmap e408: 8 total, 8 up, 8 in 2024-07-27T18:26:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:11 smithi029 ceph-mon[99353]: pgmap v272: 121 pgs: 16 active+undersized, 3 active+undersized+degraded, 102 active+clean; 161 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 3.9 MiB/s wr, 18 op/s; 10/273 objects degraded (3.663%); 638 KiB/s, 0 objects/s recovering 2024-07-27T18:26:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:11 smithi029 ceph-mon[99353]: Health check update: Degraded data redundancy: 10/273 objects degraded (3.663%), 3 pgs degraded (PG_DEGRADED) 2024-07-27T18:26:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:11 smithi029 ceph-mon[99353]: osdmap e408: 8 total, 8 up, 8 in 2024-07-27T18:26:12.026 INFO:tasks.rados.rados.0.smithi029.stdout:1708: done (0 left) 2024-07-27T18:26:12.026 INFO:tasks.rados.rados.0.smithi029.stdout:1709: snap_remove snap 159 2024-07-27T18:26:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:26:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:26:12] "GET /metrics HTTP/1.1" 200 36139 "" "Prometheus/2.43.0" 2024-07-27T18:26:13.034 INFO:tasks.rados.rados.0.smithi029.stdout:1709: done (0 left) 2024-07-27T18:26:13.034 INFO:tasks.rados.rados.0.smithi029.stdout:1710: rollback oid 19 current snap is 161 2024-07-27T18:26:13.034 INFO:tasks.rados.rados.0.smithi029.stdout:1710: done (0 left) 2024-07-27T18:26:13.035 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 161 2024-07-27T18:26:13.035 INFO:tasks.rados.rados.0.smithi029.stdout:1711: seq_num 537 ranges {2883584=598016,3481600=573440,4055040=491520,4546560=139264} 2024-07-27T18:26:13.054 INFO:tasks.rados.rados.0.smithi029.stdout:1711: writing smithi02985406-45 from 2883584 to 3481600 tid 1 2024-07-27T18:26:13.057 INFO:tasks.rados.rados.0.smithi029.stdout:1711: writing smithi02985406-45 from 3481600 to 4055040 tid 2 2024-07-27T18:26:13.060 INFO:tasks.rados.rados.0.smithi029.stdout:1711: writing smithi02985406-45 from 4055040 to 4546560 tid 3 2024-07-27T18:26:13.061 INFO:tasks.rados.rados.0.smithi029.stdout:1711: writing smithi02985406-45 from 4546560 to 4685824 tid 4 2024-07-27T18:26:13.061 INFO:tasks.rados.rados.0.smithi029.stdout:1712: snap_create 2024-07-27T18:26:13.062 INFO:tasks.rados.rados.0.smithi029.stdout:1711: finishing write tid 1 to smithi02985406-45 2024-07-27T18:26:13.062 INFO:tasks.rados.rados.0.smithi029.stdout:1711: finishing write tid 2 to smithi02985406-45 2024-07-27T18:26:13.064 INFO:tasks.rados.rados.0.smithi029.stdout:1711: finishing write tid 3 to smithi02985406-45 2024-07-27T18:26:13.064 INFO:tasks.rados.rados.0.smithi029.stdout:1711: finishing write tid 4 to smithi02985406-45 2024-07-27T18:26:13.065 INFO:tasks.rados.rados.0.smithi029.stdout:1711: finishing write tid 5 to smithi02985406-45 2024-07-27T18:26:13.066 INFO:tasks.rados.rados.0.smithi029.stdout:1711: finishing write tid 6 to smithi02985406-45 2024-07-27T18:26:13.066 INFO:tasks.rados.rados.0.smithi029.stdout:1711: oid 45 updating version 0 to 892 2024-07-27T18:26:13.066 INFO:tasks.rados.rados.0.smithi029.stdout:1711: oid 45 version 892 is already newer than 891 2024-07-27T18:26:13.066 INFO:tasks.rados.rados.0.smithi029.stdout:1711: oid 45 updating version 892 to 894 2024-07-27T18:26:13.066 INFO:tasks.rados.rados.0.smithi029.stdout:1711: oid 45 version 894 is already newer than 893 2024-07-27T18:26:13.066 INFO:tasks.rados.rados.0.smithi029.stdout:1711: oid 45 version 894 is already newer than 890 2024-07-27T18:26:13.066 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 894 (ObjNum 537 snap 161 seq_num 537) dirty exists 2024-07-27T18:26:13.066 INFO:tasks.rados.rados.0.smithi029.stdout:1711: left oid 45 (ObjNum 537 snap 161 seq_num 537) 2024-07-27T18:26:13.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:13 smithi179 ceph-mon[89801]: osdmap e409: 8 total, 8 up, 8 in 2024-07-27T18:26:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:13 smithi029 ceph-mon[96870]: osdmap e409: 8 total, 8 up, 8 in 2024-07-27T18:26:13.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:13 smithi029 ceph-mon[99353]: osdmap e409: 8 total, 8 up, 8 in 2024-07-27T18:26:14.039 INFO:tasks.rados.rados.0.smithi029.stdout:1711: done (1 left) 2024-07-27T18:26:14.039 INFO:tasks.rados.rados.0.smithi029.stdout:1712: done (0 left) 2024-07-27T18:26:14.040 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 162 2024-07-27T18:26:14.040 INFO:tasks.rados.rados.0.smithi029.stdout:1713: seq_num 538 ranges {1130496=614400,1744896=450560,2195456=704512,2899968=49152} 2024-07-27T18:26:14.049 INFO:tasks.rados.rados.0.smithi029.stdout:1713: writing smithi02985406-19 from 1130496 to 1744896 tid 1 2024-07-27T18:26:14.051 INFO:tasks.rados.rados.0.smithi029.stdout:1713: writing smithi02985406-19 from 1744896 to 2195456 tid 2 2024-07-27T18:26:14.056 INFO:tasks.rados.rados.0.smithi029.stdout:1713: writing smithi02985406-19 from 2195456 to 2899968 tid 3 2024-07-27T18:26:14.056 INFO:tasks.rados.rados.0.smithi029.stdout:1713: writing smithi02985406-19 from 2899968 to 2949120 tid 4 2024-07-27T18:26:14.056 INFO:tasks.rados.rados.0.smithi029.stdout:1714: copy_from oid 10 from oid 3 current snap is 162 2024-07-27T18:26:14.057 INFO:tasks.rados.rados.0.smithi029.stdout:1715: snap_remove snap 161 2024-07-27T18:26:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:14 smithi179 ceph-mon[89801]: pgmap v275: 121 pgs: 121 active+clean; 155 MiB data, 994 MiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 4.4 MiB/s wr, 19 op/s; 5.8 MiB/s, 1 objects/s recovering 2024-07-27T18:26:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:14 smithi179 ceph-mon[89801]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/273 objects degraded (3.663%), 3 pgs degraded) 2024-07-27T18:26:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:14 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:26:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:14 smithi179 ceph-mon[89801]: osdmap e410: 8 total, 8 up, 8 in 2024-07-27T18:26:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:14 smithi029 ceph-mon[96870]: pgmap v275: 121 pgs: 121 active+clean; 155 MiB data, 994 MiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 4.4 MiB/s wr, 19 op/s; 5.8 MiB/s, 1 objects/s recovering 2024-07-27T18:26:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:14 smithi029 ceph-mon[96870]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/273 objects degraded (3.663%), 3 pgs degraded) 2024-07-27T18:26:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:14 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:26:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:14 smithi029 ceph-mon[96870]: osdmap e410: 8 total, 8 up, 8 in 2024-07-27T18:26:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:14 smithi029 ceph-mon[99353]: pgmap v275: 121 pgs: 121 active+clean; 155 MiB data, 994 MiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 4.4 MiB/s wr, 19 op/s; 5.8 MiB/s, 1 objects/s recovering 2024-07-27T18:26:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:14 smithi029 ceph-mon[99353]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/273 objects degraded (3.663%), 3 pgs degraded) 2024-07-27T18:26:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:14 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:26:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:14 smithi029 ceph-mon[99353]: osdmap e410: 8 total, 8 up, 8 in 2024-07-27T18:26:15.046 INFO:tasks.rados.rados.0.smithi029.stdout:1715: done (2 left) 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:1716: delete oid 29 current snap is 162 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:1713: finishing write tid 1 to smithi02985406-19 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:1713: finishing write tid 2 to smithi02985406-19 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:1713: finishing write tid 3 to smithi02985406-19 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:1713: finishing write tid 4 to smithi02985406-19 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:1713: finishing write tid 5 to smithi02985406-19 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:1713: finishing write tid 6 to smithi02985406-19 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:1713: oid 19 updating version 0 to 791 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:1713: oid 19 updating version 791 to 792 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:1713: oid 19 updating version 792 to 794 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:1713: oid 19 version 794 is already newer than 790 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:1713: oid 19 version 794 is already newer than 793 2024-07-27T18:26:15.047 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 794 (ObjNum 538 snap 162 seq_num 538) dirty exists 2024-07-27T18:26:15.048 INFO:tasks.rados.rados.0.smithi029.stdout:1713: left oid 19 (ObjNum 538 snap 162 seq_num 538) 2024-07-27T18:26:15.048 INFO:tasks.rados.rados.0.smithi029.stdout:1714: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:26:15.048 INFO:tasks.rados.rados.0.smithi029.stdout:1714: finishing copy_from to smithi02985406-10 2024-07-27T18:26:15.048 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1222 (ObjNum 392 snap 110 seq_num 392) dirty exists 2024-07-27T18:26:15.052 INFO:tasks.rados.rados.0.smithi029.stdout:1713: done (2 left) 2024-07-27T18:26:15.052 INFO:tasks.rados.rados.0.smithi029.stdout:1714: done (1 left) 2024-07-27T18:26:15.052 INFO:tasks.rados.rados.0.smithi029.stdout:1716: done (0 left) 2024-07-27T18:26:15.052 INFO:tasks.rados.rados.0.smithi029.stdout:1717: read oid 24 snap -1 2024-07-27T18:26:15.052 INFO:tasks.rados.rados.0.smithi029.stdout:1717: expect (ObjNum 504 snap 151 seq_num 504) 2024-07-27T18:26:15.053 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 162 2024-07-27T18:26:15.053 INFO:tasks.rados.rados.0.smithi029.stdout:1718: seq_num 540 ranges {2236416=647168,2883584=671744,3555328=532480} 2024-07-27T18:26:15.069 INFO:tasks.rados.rados.0.smithi029.stdout:1718: writing smithi02985406-17 from 2236416 to 2883584 tid 1 2024-07-27T18:26:15.072 INFO:tasks.rados.rados.0.smithi029.stdout:1718: writing smithi02985406-17 from 2883584 to 3555328 tid 2 2024-07-27T18:26:15.076 INFO:tasks.rados.rados.0.smithi029.stdout:1718: writing smithi02985406-17 from 3555328 to 4087808 tid 3 2024-07-27T18:26:15.076 INFO:tasks.rados.rados.0.smithi029.stdout:1719: read oid 36 snap -1 2024-07-27T18:26:15.076 INFO:tasks.rados.rados.0.smithi029.stdout:1719: expect (ObjNum 506 snap 151 seq_num 506) 2024-07-27T18:26:15.076 INFO:tasks.rados.rados.0.smithi029.stdout:1720: snap_create 2024-07-27T18:26:15.076 INFO:tasks.rados.rados.0.smithi029.stdout:1717: expect (ObjNum 504 snap 151 seq_num 504) 2024-07-27T18:26:15.110 INFO:tasks.rados.rados.0.smithi029.stdout:1718: finishing write tid 1 to smithi02985406-17 2024-07-27T18:26:15.110 INFO:tasks.rados.rados.0.smithi029.stdout:1718: finishing write tid 2 to smithi02985406-17 2024-07-27T18:26:15.110 INFO:tasks.rados.rados.0.smithi029.stdout:1718: finishing write tid 3 to smithi02985406-17 2024-07-27T18:26:15.110 INFO:tasks.rados.rados.0.smithi029.stdout:1718: finishing write tid 4 to smithi02985406-17 2024-07-27T18:26:15.111 INFO:tasks.rados.rados.0.smithi029.stdout:1718: finishing write tid 5 to smithi02985406-17 2024-07-27T18:26:15.111 INFO:tasks.rados.rados.0.smithi029.stdout:1718: oid 17 updating version 0 to 1157 2024-07-27T18:26:15.111 INFO:tasks.rados.rados.0.smithi029.stdout:1718: oid 17 updating version 1157 to 1158 2024-07-27T18:26:15.111 INFO:tasks.rados.rados.0.smithi029.stdout:1718: oid 17 updating version 1158 to 1159 2024-07-27T18:26:15.111 INFO:tasks.rados.rados.0.smithi029.stdout:1718: oid 17 updating version 1159 to 1160 2024-07-27T18:26:15.111 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1160 (ObjNum 540 snap 162 seq_num 540) dirty exists 2024-07-27T18:26:15.111 INFO:tasks.rados.rados.0.smithi029.stdout:1718: left oid 17 (ObjNum 540 snap 162 seq_num 540) 2024-07-27T18:26:15.111 INFO:tasks.rados.rados.0.smithi029.stdout:1719: expect (ObjNum 506 snap 151 seq_num 506) 2024-07-27T18:26:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:15 smithi179 ceph-mon[89801]: osdmap e411: 8 total, 8 up, 8 in 2024-07-27T18:26:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:15 smithi029 ceph-mon[99353]: osdmap e411: 8 total, 8 up, 8 in 2024-07-27T18:26:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:15 smithi029 ceph-mon[96870]: osdmap e411: 8 total, 8 up, 8 in 2024-07-27T18:26:16.049 INFO:tasks.rados.rados.0.smithi029.stdout:1717: done (3 left) 2024-07-27T18:26:16.049 INFO:tasks.rados.rados.0.smithi029.stdout:1718: done (2 left) 2024-07-27T18:26:16.050 INFO:tasks.rados.rados.0.smithi029.stdout:1719: done (1 left) 2024-07-27T18:26:16.050 INFO:tasks.rados.rados.0.smithi029.stdout:1720: done (0 left) 2024-07-27T18:26:16.050 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 163 2024-07-27T18:26:16.050 INFO:tasks.rados.rados.0.smithi029.stdout:1721: seq_num 541 ranges {4677632=663552,5341184=557056,5898240=475136,6373376=172032} 2024-07-27T18:26:16.078 INFO:tasks.rados.rados.0.smithi029.stdout:1721: writing smithi02985406-44 from 4677632 to 5341184 tid 1 2024-07-27T18:26:16.081 INFO:tasks.rados.rados.0.smithi029.stdout:1721: writing smithi02985406-44 from 5341184 to 5898240 tid 2 2024-07-27T18:26:16.084 INFO:tasks.rados.rados.0.smithi029.stdout:1721: writing smithi02985406-44 from 5898240 to 6373376 tid 3 2024-07-27T18:26:16.086 INFO:tasks.rados.rados.0.smithi029.stdout:1721: writing smithi02985406-44 from 6373376 to 6545408 tid 4 2024-07-27T18:26:16.086 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 163 2024-07-27T18:26:16.086 INFO:tasks.rados.rados.0.smithi029.stdout:1722: seq_num 542 ranges {1703936=679936,2383872=442368,2826240=679936,3506176=81920} 2024-07-27T18:26:16.098 INFO:tasks.rados.rados.0.smithi029.stdout:1722: writing smithi02985406-48 from 1703936 to 2383872 tid 1 2024-07-27T18:26:16.101 INFO:tasks.rados.rados.0.smithi029.stdout:1722: writing smithi02985406-48 from 2383872 to 2826240 tid 2 2024-07-27T18:26:16.105 INFO:tasks.rados.rados.0.smithi029.stdout:1722: writing smithi02985406-48 from 2826240 to 3506176 tid 3 2024-07-27T18:26:16.106 INFO:tasks.rados.rados.0.smithi029.stdout:1722: writing smithi02985406-48 from 3506176 to 3588096 tid 4 2024-07-27T18:26:16.106 INFO:tasks.rados.rados.0.smithi029.stdout:1723: delete oid 25 current snap is 163 2024-07-27T18:26:16.106 INFO:tasks.rados.rados.0.smithi029.stdout:1721: finishing write tid 1 to smithi02985406-44 2024-07-27T18:26:16.106 INFO:tasks.rados.rados.0.smithi029.stdout:1721: finishing write tid 2 to smithi02985406-44 2024-07-27T18:26:16.106 INFO:tasks.rados.rados.0.smithi029.stdout:1721: finishing write tid 3 to smithi02985406-44 2024-07-27T18:26:16.106 INFO:tasks.rados.rados.0.smithi029.stdout:1721: finishing write tid 4 to smithi02985406-44 2024-07-27T18:26:16.107 INFO:tasks.rados.rados.0.smithi029.stdout:1721: finishing write tid 5 to smithi02985406-44 2024-07-27T18:26:16.107 INFO:tasks.rados.rados.0.smithi029.stdout:1721: finishing write tid 6 to smithi02985406-44 2024-07-27T18:26:16.107 INFO:tasks.rados.rados.0.smithi029.stdout:1721: oid 44 updating version 0 to 1227 2024-07-27T18:26:16.107 INFO:tasks.rados.rados.0.smithi029.stdout:1721: oid 44 version 1227 is already newer than 1226 2024-07-27T18:26:16.107 INFO:tasks.rados.rados.0.smithi029.stdout:1721: oid 44 version 1227 is already newer than 1224 2024-07-27T18:26:16.107 INFO:tasks.rados.rados.0.smithi029.stdout:1721: oid 44 version 1227 is already newer than 1225 2024-07-27T18:26:16.107 INFO:tasks.rados.rados.0.smithi029.stdout:1721: oid 44 version 1227 is already newer than 1223 2024-07-27T18:26:16.107 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1227 (ObjNum 541 snap 163 seq_num 541) dirty exists 2024-07-27T18:26:16.107 INFO:tasks.rados.rados.0.smithi029.stdout:1721: left oid 44 (ObjNum 541 snap 163 seq_num 541) 2024-07-27T18:26:16.107 INFO:tasks.rados.rados.0.smithi029.stdout:1722: finishing write tid 1 to smithi02985406-48 2024-07-27T18:26:16.107 INFO:tasks.rados.rados.0.smithi029.stdout:1722: finishing write tid 2 to smithi02985406-48 2024-07-27T18:26:16.109 INFO:tasks.rados.rados.0.smithi029.stdout:1721: done (2 left) 2024-07-27T18:26:16.109 INFO:tasks.rados.rados.0.smithi029.stdout:1723: done (1 left) 2024-07-27T18:26:16.109 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 163 2024-07-27T18:26:16.109 INFO:tasks.rados.rados.0.smithi029.stdout:1724: seq_num 544 ranges {720896=720896,1441792=614400,2056192=589824} 2024-07-27T18:26:16.117 INFO:tasks.rados.rados.0.smithi029.stdout:1724: writing smithi02985406-22 from 720896 to 1441792 tid 1 2024-07-27T18:26:16.120 INFO:tasks.rados.rados.0.smithi029.stdout:1724: writing smithi02985406-22 from 1441792 to 2056192 tid 2 2024-07-27T18:26:16.124 INFO:tasks.rados.rados.0.smithi029.stdout:1724: writing smithi02985406-22 from 2056192 to 2646016 tid 3 2024-07-27T18:26:16.124 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 163 2024-07-27T18:26:16.124 INFO:tasks.rados.rados.0.smithi029.stdout:1722: finishing write tid 3 to smithi02985406-48 2024-07-27T18:26:16.124 INFO:tasks.rados.rados.0.smithi029.stdout:1725: seq_num 545 ranges {2613248=737280,3350528=491520,3842048=450560,4292608=262144} 2024-07-27T18:26:16.142 INFO:tasks.rados.rados.0.smithi029.stdout:1725: writing smithi02985406-49 from 2613248 to 3350528 tid 1 2024-07-27T18:26:16.145 INFO:tasks.rados.rados.0.smithi029.stdout:1725: writing smithi02985406-49 from 3350528 to 3842048 tid 2 2024-07-27T18:26:16.148 INFO:tasks.rados.rados.0.smithi029.stdout:1725: writing smithi02985406-49 from 3842048 to 4292608 tid 3 2024-07-27T18:26:16.150 INFO:tasks.rados.rados.0.smithi029.stdout:1725: writing smithi02985406-49 from 4292608 to 4554752 tid 4 2024-07-27T18:26:16.150 INFO:tasks.rados.rados.0.smithi029.stdout:1726: read oid 44 snap 162 2024-07-27T18:26:16.150 INFO:tasks.rados.rados.0.smithi029.stdout:1726: expect (ObjNum 469 snap 141 seq_num 469) 2024-07-27T18:26:16.150 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 163 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:1722: finishing write tid 4 to smithi02985406-48 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:1722: finishing write tid 5 to smithi02985406-48 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:1722: finishing write tid 6 to smithi02985406-48 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:1722: oid 48 updating version 0 to 1247 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:1722: oid 48 updating version 1247 to 1250 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:1722: oid 48 version 1250 is already newer than 1248 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:1722: oid 48 version 1250 is already newer than 1249 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:1722: oid 48 version 1250 is already newer than 1246 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1250 (ObjNum 542 snap 163 seq_num 542) dirty exists 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:1722: left oid 48 (ObjNum 542 snap 163 seq_num 542) 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:1724: finishing write tid 1 to smithi02985406-22 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:1724: finishing write tid 2 to smithi02985406-22 2024-07-27T18:26:16.151 INFO:tasks.rados.rados.0.smithi029.stdout:1727: seq_num 546 ranges {2547712=753664,3301376=778240,4079616=425984} 2024-07-27T18:26:16.168 INFO:tasks.rados.rados.0.smithi029.stdout:1727: writing smithi02985406-46 from 2547712 to 3301376 tid 1 2024-07-27T18:26:16.172 INFO:tasks.rados.rados.0.smithi029.stdout:1727: writing smithi02985406-46 from 3301376 to 4079616 tid 2 2024-07-27T18:26:16.176 INFO:tasks.rados.rados.0.smithi029.stdout:1727: writing smithi02985406-46 from 4079616 to 4505600 tid 3 2024-07-27T18:26:16.176 INFO:tasks.rados.rados.0.smithi029.stdout:1722: done (4 left) 2024-07-27T18:26:16.177 INFO:tasks.rados.rados.0.smithi029.stdout:1728: delete oid 39 current snap is 163 2024-07-27T18:26:16.177 INFO:tasks.rados.rados.0.smithi029.stdout:1724: finishing write tid 3 to smithi02985406-22 2024-07-27T18:26:16.177 INFO:tasks.rados.rados.0.smithi029.stdout:1724: finishing write tid 4 to smithi02985406-22 2024-07-27T18:26:16.177 INFO:tasks.rados.rados.0.smithi029.stdout:1724: finishing write tid 5 to smithi02985406-22 2024-07-27T18:26:16.177 INFO:tasks.rados.rados.0.smithi029.stdout:1724: oid 22 updating version 0 to 628 2024-07-27T18:26:16.177 INFO:tasks.rados.rados.0.smithi029.stdout:1724: oid 22 updating version 628 to 629 2024-07-27T18:26:16.178 INFO:tasks.rados.rados.0.smithi029.stdout:1724: oid 22 version 629 is already newer than 627 2024-07-27T18:26:16.178 INFO:tasks.rados.rados.0.smithi029.stdout:1724: oid 22 version 629 is already newer than 626 2024-07-27T18:26:16.178 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 629 (ObjNum 544 snap 163 seq_num 544) dirty exists 2024-07-27T18:26:16.178 INFO:tasks.rados.rados.0.smithi029.stdout:1724: left oid 22 (ObjNum 544 snap 163 seq_num 544) 2024-07-27T18:26:16.178 INFO:tasks.rados.rados.0.smithi029.stdout:1725: finishing write tid 1 to smithi02985406-49 2024-07-27T18:26:16.178 INFO:tasks.rados.rados.0.smithi029.stdout:1725: finishing write tid 2 to smithi02985406-49 2024-07-27T18:26:16.179 INFO:tasks.rados.rados.0.smithi029.stdout:1725: finishing write tid 3 to smithi02985406-49 2024-07-27T18:26:16.179 INFO:tasks.rados.rados.0.smithi029.stdout:1725: finishing write tid 4 to smithi02985406-49 2024-07-27T18:26:16.179 INFO:tasks.rados.rados.0.smithi029.stdout:1725: finishing write tid 5 to smithi02985406-49 2024-07-27T18:26:16.179 INFO:tasks.rados.rados.0.smithi029.stdout:1725: finishing write tid 6 to smithi02985406-49 2024-07-27T18:26:16.179 INFO:tasks.rados.rados.0.smithi029.stdout:1725: oid 49 updating version 0 to 605 2024-07-27T18:26:16.179 INFO:tasks.rados.rados.0.smithi029.stdout:1725: oid 49 updating version 605 to 607 2024-07-27T18:26:16.179 INFO:tasks.rados.rados.0.smithi029.stdout:1725: oid 49 updating version 607 to 608 2024-07-27T18:26:16.180 INFO:tasks.rados.rados.0.smithi029.stdout:1725: oid 49 version 608 is already newer than 606 2024-07-27T18:26:16.180 INFO:tasks.rados.rados.0.smithi029.stdout:1725: oid 49 version 608 is already newer than 604 2024-07-27T18:26:16.180 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 608 (ObjNum 545 snap 163 seq_num 545) dirty exists 2024-07-27T18:26:16.180 INFO:tasks.rados.rados.0.smithi029.stdout:1725: left oid 49 (ObjNum 545 snap 163 seq_num 545) 2024-07-27T18:26:16.180 INFO:tasks.rados.rados.0.smithi029.stdout:1726: expect (ObjNum 469 snap 141 seq_num 469) 2024-07-27T18:26:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:16 smithi179 ceph-mon[89801]: pgmap v278: 121 pgs: 121 active+clean; 153 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.0 MiB/s wr, 3 op/s; 5.2 MiB/s, 1 objects/s recovering 2024-07-27T18:26:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:16 smithi179 ceph-mon[89801]: osdmap e412: 8 total, 8 up, 8 in 2024-07-27T18:26:16.491 INFO:tasks.rados.rados.0.smithi029.stdout:1727: finishing write tid 1 to smithi02985406-46 2024-07-27T18:26:16.491 INFO:tasks.rados.rados.0.smithi029.stdout:1727: finishing write tid 2 to smithi02985406-46 2024-07-27T18:26:16.491 INFO:tasks.rados.rados.0.smithi029.stdout:1727: finishing write tid 3 to smithi02985406-46 2024-07-27T18:26:16.491 INFO:tasks.rados.rados.0.smithi029.stdout:1727: finishing write tid 4 to smithi02985406-46 2024-07-27T18:26:16.491 INFO:tasks.rados.rados.0.smithi029.stdout:1727: finishing write tid 5 to smithi02985406-46 2024-07-27T18:26:16.492 INFO:tasks.rados.rados.0.smithi029.stdout:1727: oid 46 updating version 0 to 609 2024-07-27T18:26:16.492 INFO:tasks.rados.rados.0.smithi029.stdout:1727: oid 46 updating version 609 to 612 2024-07-27T18:26:16.492 INFO:tasks.rados.rados.0.smithi029.stdout:1727: oid 46 version 612 is already newer than 610 2024-07-27T18:26:16.492 INFO:tasks.rados.rados.0.smithi029.stdout:1727: oid 46 version 612 is already newer than 611 2024-07-27T18:26:16.492 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 612 (ObjNum 546 snap 163 seq_num 546) dirty exists 2024-07-27T18:26:16.492 INFO:tasks.rados.rados.0.smithi029.stdout:1727: left oid 46 (ObjNum 546 snap 163 seq_num 546) 2024-07-27T18:26:16.492 INFO:tasks.rados.rados.0.smithi029.stdout:1724: done (4 left) 2024-07-27T18:26:16.492 INFO:tasks.rados.rados.0.smithi029.stdout:1725: done (3 left) 2024-07-27T18:26:16.492 INFO:tasks.rados.rados.0.smithi029.stdout:1726: done (2 left) 2024-07-27T18:26:16.493 INFO:tasks.rados.rados.0.smithi029.stdout:1727: done (1 left) 2024-07-27T18:26:16.493 INFO:tasks.rados.rados.0.smithi029.stdout:1728: done (0 left) 2024-07-27T18:26:16.493 INFO:tasks.rados.rados.0.smithi029.stdout:1729: setattr oid 28 current snap is 163 2024-07-27T18:26:16.493 INFO:tasks.rados.rados.0.smithi029.stdout:1730: snap_remove snap 162 2024-07-27T18:26:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:16 smithi029 ceph-mon[96870]: pgmap v278: 121 pgs: 121 active+clean; 153 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.0 MiB/s wr, 3 op/s; 5.2 MiB/s, 1 objects/s recovering 2024-07-27T18:26:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:16 smithi029 ceph-mon[96870]: osdmap e412: 8 total, 8 up, 8 in 2024-07-27T18:26:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:16 smithi029 ceph-mon[99353]: pgmap v278: 121 pgs: 121 active+clean; 153 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.0 MiB/s wr, 3 op/s; 5.2 MiB/s, 1 objects/s recovering 2024-07-27T18:26:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:16 smithi029 ceph-mon[99353]: osdmap e412: 8 total, 8 up, 8 in 2024-07-27T18:26:16.966 INFO:tasks.rados.rados.0.smithi029.stdout:1730: done (1 left) 2024-07-27T18:26:16.966 INFO:tasks.rados.rados.0.smithi029.stdout:1731: setattr oid 50 current snap is 163 2024-07-27T18:26:16.966 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 1143 (ObjNum 509 snap 151 seq_num 509) dirty exists 2024-07-27T18:26:16.968 INFO:tasks.rados.rados.0.smithi029.stdout:1729: done (1 left) 2024-07-27T18:26:16.968 INFO:tasks.rados.rados.0.smithi029.stdout:1732: rollback oid 32 current snap is 163 2024-07-27T18:26:16.968 INFO:tasks.rados.rados.0.smithi029.stdout:1732: done (1 left) 2024-07-27T18:26:16.968 INFO:tasks.rados.rados.0.smithi029.stdout:1733: read oid 37 snap -1 2024-07-27T18:26:16.968 INFO:tasks.rados.rados.0.smithi029.stdout:1733: expect (ObjNum 484 snap 146 seq_num 484) 2024-07-27T18:26:16.968 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 163 2024-07-27T18:26:16.968 INFO:tasks.rados.rados.0.smithi029.stdout:1734: seq_num 548 ranges {7741440=786432,8527872=598016,9125888=606208} 2024-07-27T18:26:17.015 INFO:tasks.rados.rados.0.smithi029.stdout:1734: writing smithi02985406-6 from 7741440 to 8527872 tid 1 2024-07-27T18:26:17.018 INFO:tasks.rados.rados.0.smithi029.stdout:1734: writing smithi02985406-6 from 8527872 to 9125888 tid 2 2024-07-27T18:26:17.022 INFO:tasks.rados.rados.0.smithi029.stdout:1734: writing smithi02985406-6 from 9125888 to 9732096 tid 3 2024-07-27T18:26:17.022 INFO:tasks.rados.rados.0.smithi029.stdout:1735: read oid 4 snap -1 2024-07-27T18:26:17.022 INFO:tasks.rados.rados.0.smithi029.stdout:1735: expect (ObjNum 521 snap 157 seq_num 521) 2024-07-27T18:26:17.023 INFO:tasks.rados.rados.0.smithi029.stdout:1736: copy_from oid 15 from oid 28 current snap is 163 2024-07-27T18:26:17.023 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 314 (ObjNum 486 snap 146 seq_num 486) dirty exists 2024-07-27T18:26:17.023 INFO:tasks.rados.rados.0.smithi029.stdout:1731: done (4 left) 2024-07-27T18:26:17.023 INFO:tasks.rados.rados.0.smithi029.stdout:1737: delete oid 14 current snap is 163 2024-07-27T18:26:17.023 INFO:tasks.rados.rados.0.smithi029.stdout:1733: expect (ObjNum 484 snap 146 seq_num 484) 2024-07-27T18:26:17.060 INFO:tasks.rados.rados.0.smithi029.stdout:1734: finishing write tid 1 to smithi02985406-6 2024-07-27T18:26:17.060 INFO:tasks.rados.rados.0.smithi029.stdout:1734: finishing write tid 2 to smithi02985406-6 2024-07-27T18:26:17.060 INFO:tasks.rados.rados.0.smithi029.stdout:1733: done (4 left) 2024-07-27T18:26:17.061 INFO:tasks.rados.rados.0.smithi029.stdout:1737: done (3 left) 2024-07-27T18:26:17.061 INFO:tasks.rados.rados.0.smithi029.stdout:1738: rollback oid 36 current snap is 163 2024-07-27T18:26:17.061 INFO:tasks.rados.rados.0.smithi029.stdout:1738: done (3 left) 2024-07-27T18:26:17.061 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 163 2024-07-27T18:26:17.061 INFO:tasks.rados.rados.0.smithi029.stdout:1734: finishing write tid 3 to smithi02985406-6 2024-07-27T18:26:17.061 INFO:tasks.rados.rados.0.smithi029.stdout:1739: seq_num 550 ranges {3383296=417792,3801088=770048,4571136=638976,5210112=196608} 2024-07-27T18:26:17.080 INFO:tasks.rados.rados.0.smithi029.stdout:1739: writing smithi02985406-5 from 3383296 to 3801088 tid 1 2024-07-27T18:26:17.085 INFO:tasks.rados.rados.0.smithi029.stdout:1739: writing smithi02985406-5 from 3801088 to 4571136 tid 2 2024-07-27T18:26:17.088 INFO:tasks.rados.rados.0.smithi029.stdout:1739: writing smithi02985406-5 from 4571136 to 5210112 tid 3 2024-07-27T18:26:17.090 INFO:tasks.rados.rados.0.smithi029.stdout:1739: writing smithi02985406-5 from 5210112 to 5406720 tid 4 2024-07-27T18:26:17.090 INFO:tasks.rados.rados.0.smithi029.stdout:1740: rmattr oid 33 current snap is 163 2024-07-27T18:26:17.090 INFO:tasks.rados.rados.0.smithi029.stdout:1740: done (4 left) 2024-07-27T18:26:17.090 INFO:tasks.rados.rados.0.smithi029.stdout:1741: read oid 18 snap -1 2024-07-27T18:26:17.090 INFO:tasks.rados.rados.0.smithi029.stdout:1741: expect (ObjNum 512 snap 153 seq_num 512) 2024-07-27T18:26:17.090 INFO:tasks.rados.rados.0.smithi029.stdout:1742: delete oid 21 current snap is 163 2024-07-27T18:26:17.091 INFO:tasks.rados.rados.0.smithi029.stdout:1734: finishing write tid 4 to smithi02985406-6 2024-07-27T18:26:17.091 INFO:tasks.rados.rados.0.smithi029.stdout:1734: finishing write tid 5 to smithi02985406-6 2024-07-27T18:26:17.091 INFO:tasks.rados.rados.0.smithi029.stdout:1734: oid 6 updating version 0 to 1229 2024-07-27T18:26:17.091 INFO:tasks.rados.rados.0.smithi029.stdout:1734: oid 6 updating version 1229 to 1231 2024-07-27T18:26:17.091 INFO:tasks.rados.rados.0.smithi029.stdout:1734: oid 6 version 1231 is already newer than 1228 2024-07-27T18:26:17.091 INFO:tasks.rados.rados.0.smithi029.stdout:1734: oid 6 version 1231 is already newer than 1230 2024-07-27T18:26:17.091 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1231 (ObjNum 548 snap 163 seq_num 548) dirty exists 2024-07-27T18:26:17.091 INFO:tasks.rados.rados.0.smithi029.stdout:1734: left oid 6 (ObjNum 548 snap 163 seq_num 548) 2024-07-27T18:26:17.091 INFO:tasks.rados.rados.0.smithi029.stdout:1735: expect (ObjNum 521 snap 157 seq_num 521) 2024-07-27T18:26:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:17 smithi179 ceph-mon[89801]: osdmap e413: 8 total, 8 up, 8 in 2024-07-27T18:26:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:17 smithi179 ceph-mon[89801]: osdmap e414: 8 total, 8 up, 8 in 2024-07-27T18:26:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:17 smithi029 ceph-mon[96870]: osdmap e413: 8 total, 8 up, 8 in 2024-07-27T18:26:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:17 smithi029 ceph-mon[96870]: osdmap e414: 8 total, 8 up, 8 in 2024-07-27T18:26:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:17 smithi029 ceph-mon[99353]: osdmap e413: 8 total, 8 up, 8 in 2024-07-27T18:26:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:17 smithi029 ceph-mon[99353]: osdmap e414: 8 total, 8 up, 8 in 2024-07-27T18:26:17.652 INFO:tasks.rados.rados.0.smithi029.stdout:1736: finishing copy_from racing read to smithi02985406-15 2024-07-27T18:26:17.652 INFO:tasks.rados.rados.0.smithi029.stdout:1736: finishing copy_from to smithi02985406-15 2024-07-27T18:26:17.652 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 1143 (ObjNum 509 snap 151 seq_num 509) dirty exists 2024-07-27T18:26:17.652 INFO:tasks.rados.rados.0.smithi029.stdout:1739: finishing write tid 1 to smithi02985406-5 2024-07-27T18:26:17.652 INFO:tasks.rados.rados.0.smithi029.stdout:1739: finishing write tid 2 to smithi02985406-5 2024-07-27T18:26:17.652 INFO:tasks.rados.rados.0.smithi029.stdout:1734: done (5 left) 2024-07-27T18:26:17.652 INFO:tasks.rados.rados.0.smithi029.stdout:1735: done (4 left) 2024-07-27T18:26:17.652 INFO:tasks.rados.rados.0.smithi029.stdout:1736: done (3 left) 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1742: done (2 left) 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1743: copy_from oid 34 from oid 4 current snap is 163 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1739: finishing write tid 3 to smithi02985406-5 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1739: finishing write tid 4 to smithi02985406-5 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1739: finishing write tid 5 to smithi02985406-5 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1739: finishing write tid 6 to smithi02985406-5 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1739: oid 5 updating version 0 to 1254 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1739: oid 5 updating version 1254 to 1256 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1739: oid 5 updating version 1256 to 1257 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1739: oid 5 version 1257 is already newer than 1253 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1739: oid 5 version 1257 is already newer than 1255 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1257 (ObjNum 550 snap 163 seq_num 550) dirty exists 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1739: left oid 5 (ObjNum 550 snap 163 seq_num 550) 2024-07-27T18:26:17.653 INFO:tasks.rados.rados.0.smithi029.stdout:1741: expect (ObjNum 512 snap 153 seq_num 512) 2024-07-27T18:26:18.234 INFO:tasks.rados.rados.0.smithi029.stdout:1743: finishing copy_from racing read to smithi02985406-34 2024-07-27T18:26:18.234 INFO:tasks.rados.rados.0.smithi029.stdout:1743: finishing copy_from to smithi02985406-34 2024-07-27T18:26:18.234 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 750 (ObjNum 521 snap 157 seq_num 521) dirty exists 2024-07-27T18:26:18.234 INFO:tasks.rados.rados.0.smithi029.stdout:1739: done (2 left) 2024-07-27T18:26:18.235 INFO:tasks.rados.rados.0.smithi029.stdout:1741: done (1 left) 2024-07-27T18:26:18.235 INFO:tasks.rados.rados.0.smithi029.stdout:1743: done (0 left) 2024-07-27T18:26:18.235 INFO:tasks.rados.rados.0.smithi029.stdout:1744: rmattr oid 22 current snap is 163 2024-07-27T18:26:18.235 INFO:tasks.rados.rados.0.smithi029.stdout:1744: done (0 left) 2024-07-27T18:26:18.235 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 163 2024-07-27T18:26:18.235 INFO:tasks.rados.rados.0.smithi029.stdout:1745: seq_num 552 ranges {3235840=450560,3686400=532480,4218880=655360,4874240=417792} 2024-07-27T18:26:18.253 INFO:tasks.rados.rados.0.smithi029.stdout:1745: writing smithi02985406-8 from 3235840 to 3686400 tid 1 2024-07-27T18:26:18.256 INFO:tasks.rados.rados.0.smithi029.stdout:1745: writing smithi02985406-8 from 3686400 to 4218880 tid 2 2024-07-27T18:26:18.260 INFO:tasks.rados.rados.0.smithi029.stdout:1745: writing smithi02985406-8 from 4218880 to 4874240 tid 3 2024-07-27T18:26:18.262 INFO:tasks.rados.rados.0.smithi029.stdout:1745: writing smithi02985406-8 from 4874240 to 5292032 tid 4 2024-07-27T18:26:18.262 INFO:tasks.rados.rados.0.smithi029.stdout:1746: rmattr oid 37 current snap is 163 2024-07-27T18:26:18.262 INFO:tasks.rados.rados.0.smithi029.stdout:1745: finishing write tid 1 to smithi02985406-8 2024-07-27T18:26:18.262 INFO:tasks.rados.rados.0.smithi029.stdout:1745: finishing write tid 2 to smithi02985406-8 2024-07-27T18:26:18.263 INFO:tasks.rados.rados.0.smithi029.stdout:1747: read oid 31 snap -1 2024-07-27T18:26:18.263 INFO:tasks.rados.rados.0.smithi029.stdout:1747: expect deleted 2024-07-27T18:26:18.263 INFO:tasks.rados.rados.0.smithi029.stdout:1748: snap_create 2024-07-27T18:26:18.263 INFO:tasks.rados.rados.0.smithi029.stdout:1745: finishing write tid 3 to smithi02985406-8 2024-07-27T18:26:18.264 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1232 (ObjNum 484 snap 146 seq_num 484) dirty exists 2024-07-27T18:26:18.266 INFO:tasks.rados.rados.0.smithi029.stdout:1745: finishing write tid 4 to smithi02985406-8 2024-07-27T18:26:18.266 INFO:tasks.rados.rados.0.smithi029.stdout:1745: finishing write tid 5 to smithi02985406-8 2024-07-27T18:26:18.268 INFO:tasks.rados.rados.0.smithi029.stdout:1745: finishing write tid 6 to smithi02985406-8 2024-07-27T18:26:18.268 INFO:tasks.rados.rados.0.smithi029.stdout:1745: oid 8 updating version 0 to 1150 2024-07-27T18:26:18.269 INFO:tasks.rados.rados.0.smithi029.stdout:1745: oid 8 version 1150 is already newer than 1149 2024-07-27T18:26:18.269 INFO:tasks.rados.rados.0.smithi029.stdout:1745: oid 8 updating version 1150 to 1152 2024-07-27T18:26:18.269 INFO:tasks.rados.rados.0.smithi029.stdout:1745: oid 8 version 1152 is already newer than 1151 2024-07-27T18:26:18.269 INFO:tasks.rados.rados.0.smithi029.stdout:1745: oid 8 version 1152 is already newer than 1148 2024-07-27T18:26:18.269 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 1152 (ObjNum 552 snap 163 seq_num 552) dirty exists 2024-07-27T18:26:18.269 INFO:tasks.rados.rados.0.smithi029.stdout:1745: left oid 8 (ObjNum 552 snap 163 seq_num 552) 2024-07-27T18:26:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:18 smithi179 ceph-mon[89801]: pgmap v281: 121 pgs: 121 active+clean; 142 MiB data, 1018 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 2.1 MiB/s wr, 2 op/s 2024-07-27T18:26:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:18 smithi029 ceph-mon[96870]: pgmap v281: 121 pgs: 121 active+clean; 142 MiB data, 1018 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 2.1 MiB/s wr, 2 op/s 2024-07-27T18:26:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:18 smithi029 ceph-mon[99353]: pgmap v281: 121 pgs: 121 active+clean; 142 MiB data, 1018 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 2.1 MiB/s wr, 2 op/s 2024-07-27T18:26:19.063 INFO:tasks.rados.rados.0.smithi029.stdout:1745: done (3 left) 2024-07-27T18:26:19.063 INFO:tasks.rados.rados.0.smithi029.stdout:1746: done (2 left) 2024-07-27T18:26:19.063 INFO:tasks.rados.rados.0.smithi029.stdout:1747: done (1 left) 2024-07-27T18:26:19.063 INFO:tasks.rados.rados.0.smithi029.stdout:1748: done (0 left) 2024-07-27T18:26:19.063 INFO:tasks.rados.rados.0.smithi029.stdout:1749: rollback oid 45 current snap is 164 2024-07-27T18:26:19.063 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 45 to 163 2024-07-27T18:26:19.064 INFO:tasks.rados.rados.0.smithi029.stdout:1750: delete oid 41 current snap is 164 2024-07-27T18:26:19.070 INFO:tasks.rados.rados.0.smithi029.stdout:1750: done (1 left) 2024-07-27T18:26:19.070 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 164 2024-07-27T18:26:19.070 INFO:tasks.rados.rados.0.smithi029.stdout:1751: seq_num 554 ranges {4554752=483328,5038080=704512,5742592=622592,6365184=278528} 2024-07-27T18:26:19.098 INFO:tasks.rados.rados.0.smithi029.stdout:1751: writing smithi02985406-49 from 4554752 to 5038080 tid 1 2024-07-27T18:26:19.102 INFO:tasks.rados.rados.0.smithi029.stdout:1751: writing smithi02985406-49 from 5038080 to 5742592 tid 2 2024-07-27T18:26:19.105 INFO:tasks.rados.rados.0.smithi029.stdout:1751: writing smithi02985406-49 from 5742592 to 6365184 tid 3 2024-07-27T18:26:19.107 INFO:tasks.rados.rados.0.smithi029.stdout:1751: writing smithi02985406-49 from 6365184 to 6643712 tid 4 2024-07-27T18:26:19.107 INFO:tasks.rados.rados.0.smithi029.stdout:1752: read oid 3 snap -1 2024-07-27T18:26:19.108 INFO:tasks.rados.rados.0.smithi029.stdout:1752: expect (ObjNum 392 snap 110 seq_num 392) 2024-07-27T18:26:19.108 INFO:tasks.rados.rados.0.smithi029.stdout:1753: snap_create 2024-07-27T18:26:19.108 INFO:tasks.rados.rados.0.smithi029.stdout:1749: finishing rollback tid 0 to smithi02985406-45 2024-07-27T18:26:19.108 INFO:tasks.rados.rados.0.smithi029.stdout:1749: finishing rollback tid 1 to smithi02985406-45 2024-07-27T18:26:19.108 INFO:tasks.rados.rados.0.smithi029.stdout:1749: finishing rollback tid 2 to smithi02985406-45 2024-07-27T18:26:19.108 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 899 (ObjNum 537 snap 161 seq_num 537) dirty exists 2024-07-27T18:26:19.108 INFO:tasks.rados.rados.0.smithi029.stdout:1751: finishing write tid 1 to smithi02985406-49 2024-07-27T18:26:19.108 INFO:tasks.rados.rados.0.smithi029.stdout:1751: finishing write tid 2 to smithi02985406-49 2024-07-27T18:26:19.109 INFO:tasks.rados.rados.0.smithi029.stdout:1751: finishing write tid 3 to smithi02985406-49 2024-07-27T18:26:19.110 INFO:tasks.rados.rados.0.smithi029.stdout:1751: finishing write tid 4 to smithi02985406-49 2024-07-27T18:26:19.110 INFO:tasks.rados.rados.0.smithi029.stdout:1751: finishing write tid 5 to smithi02985406-49 2024-07-27T18:26:19.111 INFO:tasks.rados.rados.0.smithi029.stdout:1751: finishing write tid 6 to smithi02985406-49 2024-07-27T18:26:19.111 INFO:tasks.rados.rados.0.smithi029.stdout:1751: oid 49 updating version 0 to 617 2024-07-27T18:26:19.111 INFO:tasks.rados.rados.0.smithi029.stdout:1751: oid 49 version 617 is already newer than 613 2024-07-27T18:26:19.111 INFO:tasks.rados.rados.0.smithi029.stdout:1751: oid 49 version 617 is already newer than 614 2024-07-27T18:26:19.112 INFO:tasks.rados.rados.0.smithi029.stdout:1751: oid 49 version 617 is already newer than 616 2024-07-27T18:26:19.112 INFO:tasks.rados.rados.0.smithi029.stdout:1751: oid 49 version 617 is already newer than 615 2024-07-27T18:26:19.112 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 617 (ObjNum 554 snap 164 seq_num 554) dirty exists 2024-07-27T18:26:19.112 INFO:tasks.rados.rados.0.smithi029.stdout:1751: left oid 49 (ObjNum 554 snap 164 seq_num 554) 2024-07-27T18:26:19.135 INFO:tasks.rados.rados.0.smithi029.stdout:1752: expect (ObjNum 392 snap 110 seq_num 392) 2024-07-27T18:26:20.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:19 smithi029 ceph-mon[96870]: pgmap v283: 121 pgs: 121 active+clean; 147 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 805 KiB/s rd, 2.9 MiB/s wr, 12 op/s 2024-07-27T18:26:20.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:19 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:20.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:19 smithi029 ceph-mon[96870]: osdmap e415: 8 total, 8 up, 8 in 2024-07-27T18:26:20.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:19 smithi029 ceph-mon[99353]: pgmap v283: 121 pgs: 121 active+clean; 147 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 805 KiB/s rd, 2.9 MiB/s wr, 12 op/s 2024-07-27T18:26:20.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:19 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:20.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:19 smithi029 ceph-mon[99353]: osdmap e415: 8 total, 8 up, 8 in 2024-07-27T18:26:20.065 INFO:tasks.rados.rados.0.smithi029.stdout:1749: done (3 left) 2024-07-27T18:26:20.066 INFO:tasks.rados.rados.0.smithi029.stdout:1751: done (2 left) 2024-07-27T18:26:20.066 INFO:tasks.rados.rados.0.smithi029.stdout:1752: done (1 left) 2024-07-27T18:26:20.066 INFO:tasks.rados.rados.0.smithi029.stdout:1753: done (0 left) 2024-07-27T18:26:20.066 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 50 current snap is 165 2024-07-27T18:26:20.066 INFO:tasks.rados.rados.0.smithi029.stdout:1754: seq_num 555 ranges {1531904=499712,2031616=638976,2670592=425984,3096576=540672} 2024-07-27T18:26:20.076 INFO:tasks.rados.rados.0.smithi029.stdout:1754: writing smithi02985406-50 from 1531904 to 2031616 tid 1 2024-07-27T18:26:20.080 INFO:tasks.rados.rados.0.smithi029.stdout:1754: writing smithi02985406-50 from 2031616 to 2670592 tid 2 2024-07-27T18:26:20.083 INFO:tasks.rados.rados.0.smithi029.stdout:1754: writing smithi02985406-50 from 2670592 to 3096576 tid 3 2024-07-27T18:26:20.088 INFO:tasks.rados.rados.0.smithi029.stdout:1754: writing smithi02985406-50 from 3096576 to 3637248 tid 4 2024-07-27T18:26:20.088 INFO:tasks.rados.rados.0.smithi029.stdout:1755: rollback oid 12 current snap is 165 2024-07-27T18:26:20.088 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 12 to 163 2024-07-27T18:26:20.088 INFO:tasks.rados.rados.0.smithi029.stdout:1754: finishing write tid 1 to smithi02985406-50 2024-07-27T18:26:20.088 INFO:tasks.rados.rados.0.smithi029.stdout:1756: snap_remove snap 164 2024-07-27T18:26:20.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:19 smithi179 ceph-mon[89801]: pgmap v283: 121 pgs: 121 active+clean; 147 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 805 KiB/s rd, 2.9 MiB/s wr, 12 op/s 2024-07-27T18:26:20.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:19 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:20.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:19 smithi179 ceph-mon[89801]: osdmap e415: 8 total, 8 up, 8 in 2024-07-27T18:26:21.072 INFO:tasks.rados.rados.0.smithi029.stdout:1756: done (2 left) 2024-07-27T18:26:21.072 INFO:tasks.rados.rados.0.smithi029.stdout:1757: rollback oid 4 current snap is 165 2024-07-27T18:26:21.072 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 4 to 163 2024-07-27T18:26:21.072 INFO:tasks.rados.rados.0.smithi029.stdout:1754: finishing write tid 2 to smithi02985406-50 2024-07-27T18:26:21.072 INFO:tasks.rados.rados.0.smithi029.stdout:1754: finishing write tid 3 to smithi02985406-50 2024-07-27T18:26:21.072 INFO:tasks.rados.rados.0.smithi029.stdout:1754: finishing write tid 4 to smithi02985406-50 2024-07-27T18:26:21.072 INFO:tasks.rados.rados.0.smithi029.stdout:1754: finishing write tid 5 to smithi02985406-50 2024-07-27T18:26:21.072 INFO:tasks.rados.rados.0.smithi029.stdout:1755: finishing rollback tid 0 to smithi02985406-12 2024-07-27T18:26:21.072 INFO:tasks.rados.rados.0.smithi029.stdout:1754: finishing write tid 6 to smithi02985406-50 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:1754: oid 50 updating version 0 to 317 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:1754: oid 50 updating version 317 to 319 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:1754: oid 50 version 319 is already newer than 318 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:1754: oid 50 version 319 is already newer than 316 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:1754: oid 50 updating version 319 to 320 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 320 (ObjNum 555 snap 165 seq_num 555) dirty exists 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:1754: left oid 50 (ObjNum 555 snap 165 seq_num 555) 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:1755: finishing rollback tid 1 to smithi02985406-12 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:1755: finishing rollback tid 2 to smithi02985406-12 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 903 (ObjNum 402 snap 113 seq_num 402) dirty exists 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:1754: done (2 left) 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:1755: done (1 left) 2024-07-27T18:26:21.073 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 165 2024-07-27T18:26:21.074 INFO:tasks.rados.rados.0.smithi029.stdout:1758: seq_num 556 ranges {5292032=516096,5808128=524288,6332416=638976,6971392=442368} 2024-07-27T18:26:21.103 INFO:tasks.rados.rados.0.smithi029.stdout:1758: writing smithi02985406-8 from 5292032 to 5808128 tid 1 2024-07-27T18:26:21.106 INFO:tasks.rados.rados.0.smithi029.stdout:1758: writing smithi02985406-8 from 5808128 to 6332416 tid 2 2024-07-27T18:26:21.110 INFO:tasks.rados.rados.0.smithi029.stdout:1758: writing smithi02985406-8 from 6332416 to 6971392 tid 3 2024-07-27T18:26:21.113 INFO:tasks.rados.rados.0.smithi029.stdout:1758: writing smithi02985406-8 from 6971392 to 7413760 tid 4 2024-07-27T18:26:21.113 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 50 current snap is 165 2024-07-27T18:26:21.113 INFO:tasks.rados.rados.0.smithi029.stdout:1757: finishing rollback tid 0 to smithi02985406-4 2024-07-27T18:26:21.113 INFO:tasks.rados.rados.0.smithi029.stdout:1757: finishing rollback tid 1 to smithi02985406-4 2024-07-27T18:26:21.113 INFO:tasks.rados.rados.0.smithi029.stdout:1757: finishing rollback tid 2 to smithi02985406-4 2024-07-27T18:26:21.113 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1146 (ObjNum 521 snap 157 seq_num 521) dirty exists 2024-07-27T18:26:21.113 INFO:tasks.rados.rados.0.smithi029.stdout:1758: finishing write tid 1 to smithi02985406-8 2024-07-27T18:26:21.113 INFO:tasks.rados.rados.0.smithi029.stdout:1759: seq_num 557 ranges {3637248=532480,4169728=802816,4972544=794624,5767168=8192} 2024-07-27T18:26:21.135 INFO:tasks.rados.rados.0.smithi029.stdout:1759: writing smithi02985406-50 from 3637248 to 4169728 tid 1 2024-07-27T18:26:21.140 INFO:tasks.rados.rados.0.smithi029.stdout:1759: writing smithi02985406-50 from 4169728 to 4972544 tid 2 2024-07-27T18:26:21.145 INFO:tasks.rados.rados.0.smithi029.stdout:1759: writing smithi02985406-50 from 4972544 to 5767168 tid 3 2024-07-27T18:26:21.145 INFO:tasks.rados.rados.0.smithi029.stdout:1759: writing smithi02985406-50 from 5767168 to 5775360 tid 4 2024-07-27T18:26:21.145 INFO:tasks.rados.rados.0.smithi029.stdout:1757: done (2 left) 2024-07-27T18:26:21.145 INFO:tasks.rados.rados.0.smithi029.stdout:1760: read oid 37 snap 163 2024-07-27T18:26:21.145 INFO:tasks.rados.rados.0.smithi029.stdout:1760: expect (ObjNum 484 snap 146 seq_num 484) 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:1761: setattr oid 39 current snap is 165 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:1758: finishing write tid 2 to smithi02985406-8 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:1758: finishing write tid 3 to smithi02985406-8 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:1758: finishing write tid 4 to smithi02985406-8 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:1758: finishing write tid 5 to smithi02985406-8 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:1758: finishing write tid 6 to smithi02985406-8 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:1758: oid 8 updating version 0 to 1158 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:1758: oid 8 version 1158 is already newer than 1157 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:1758: oid 8 version 1158 is already newer than 1154 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:1758: oid 8 version 1158 is already newer than 1155 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:1758: oid 8 version 1158 is already newer than 1156 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 1158 (ObjNum 556 snap 165 seq_num 556) dirty exists 2024-07-27T18:26:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:1758: left oid 8 (ObjNum 556 snap 165 seq_num 556) 2024-07-27T18:26:21.147 INFO:tasks.rados.rados.0.smithi029.stdout:1759: finishing write tid 1 to smithi02985406-50 2024-07-27T18:26:21.147 INFO:tasks.rados.rados.0.smithi029.stdout:1759: finishing write tid 2 to smithi02985406-50 2024-07-27T18:26:21.147 INFO:tasks.rados.rados.0.smithi029.stdout:1758: done (3 left) 2024-07-27T18:26:21.147 INFO:tasks.rados.rados.0.smithi029.stdout:1762: rollback oid 46 current snap is 165 2024-07-27T18:26:21.148 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 163 2024-07-27T18:26:21.148 INFO:tasks.rados.rados.0.smithi029.stdout:1763: read oid 24 snap -1 2024-07-27T18:26:21.148 INFO:tasks.rados.rados.0.smithi029.stdout:1763: expect (ObjNum 504 snap 151 seq_num 504) 2024-07-27T18:26:21.148 INFO:tasks.rados.rados.0.smithi029.stdout:1764: snap_create 2024-07-27T18:26:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:1762: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:26:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:1762: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:26:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:1763: expect (ObjNum 504 snap 151 seq_num 504) 2024-07-27T18:26:21.185 INFO:tasks.rados.rados.0.smithi029.stdout:1759: finishing write tid 3 to smithi02985406-50 2024-07-27T18:26:21.185 INFO:tasks.rados.rados.0.smithi029.stdout:1759: finishing write tid 4 to smithi02985406-50 2024-07-27T18:26:21.185 INFO:tasks.rados.rados.0.smithi029.stdout:1759: finishing write tid 5 to smithi02985406-50 2024-07-27T18:26:21.185 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 328 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:26:21.185 INFO:tasks.rados.rados.0.smithi029.stdout:1759: finishing write tid 6 to smithi02985406-50 2024-07-27T18:26:21.185 INFO:tasks.rados.rados.0.smithi029.stdout:1759: oid 50 updating version 0 to 327 2024-07-27T18:26:21.185 INFO:tasks.rados.rados.0.smithi029.stdout:1759: oid 50 version 327 is already newer than 324 2024-07-27T18:26:21.186 INFO:tasks.rados.rados.0.smithi029.stdout:1759: oid 50 version 327 is already newer than 323 2024-07-27T18:26:21.186 INFO:tasks.rados.rados.0.smithi029.stdout:1759: oid 50 version 327 is already newer than 326 2024-07-27T18:26:21.186 INFO:tasks.rados.rados.0.smithi029.stdout:1759: oid 50 version 327 is already newer than 325 2024-07-27T18:26:21.186 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 327 (ObjNum 557 snap 165 seq_num 557) dirty exists 2024-07-27T18:26:21.186 INFO:tasks.rados.rados.0.smithi029.stdout:1759: left oid 50 (ObjNum 557 snap 165 seq_num 557) 2024-07-27T18:26:21.186 INFO:tasks.rados.rados.0.smithi029.stdout:1762: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:26:21.186 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 620 (ObjNum 546 snap 163 seq_num 546) dirty exists 2024-07-27T18:26:21.186 INFO:tasks.rados.rados.0.smithi029.stdout:1760: expect (ObjNum 484 snap 146 seq_num 484) 2024-07-27T18:26:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:21 smithi179 ceph-mon[89801]: osdmap e416: 8 total, 8 up, 8 in 2024-07-27T18:26:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:21 smithi029 ceph-mon[96870]: osdmap e416: 8 total, 8 up, 8 in 2024-07-27T18:26:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:21 smithi029 ceph-mon[99353]: osdmap e416: 8 total, 8 up, 8 in 2024-07-27T18:26:21.730 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:26:21.967 INFO:tasks.rados.rados.0.smithi029.stdout:1759: done (5 left) 2024-07-27T18:26:21.967 INFO:tasks.rados.rados.0.smithi029.stdout:1760: done (4 left) 2024-07-27T18:26:21.967 INFO:tasks.rados.rados.0.smithi029.stdout:1761: done (3 left) 2024-07-27T18:26:21.967 INFO:tasks.rados.rados.0.smithi029.stdout:1762: done (2 left) 2024-07-27T18:26:21.967 INFO:tasks.rados.rados.0.smithi029.stdout:1763: done (1 left) 2024-07-27T18:26:21.967 INFO:tasks.rados.rados.0.smithi029.stdout:1764: done (0 left) 2024-07-27T18:26:21.967 INFO:tasks.rados.rados.0.smithi029.stdout:1765: snap_create 2024-07-27T18:26:22.009 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:26:22.009 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (7m) 16s ago 8m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:26:22.009 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (8m) 2m ago 8m 91.6M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:26:22.009 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (9m) 16s ago 9m 16.8M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:26:22.009 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (9m) 2m ago 9m 21.3M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (3m) 2m ago 13m 439M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (4m) 16s ago 15m 510M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (3m) 16s ago 15m 51.9M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (2m) 2m ago 13m 22.1M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (2m) 16s ago 13m 47.7M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (7m) 16s ago 7m 15.7M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (7m) 2m ago 7m 15.4M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (2m) 16s ago 12m 129M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d f8777ac80a25 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (88s) 16s ago 12m 91.9M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cc8b7a514095 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (54s) 16s ago 12m 105M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cd34200f210b 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (20s) 16s ago 11m 11.1M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d 4034d1c99649 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (11m) 2m ago 11m 147M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 9431ed9c63c6 2024-07-27T18:26:22.010 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (10m) 2m ago 10m 166M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:26:22.011 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (10m) 2m ago 10m 114M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:26:22.011 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (10m) 2m ago 10m 152M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:26:22.011 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (3m) 2m ago 8m 50.4M - 2.43.0 a07b618ecd1d 14077408bc57 2024-07-27T18:26:22.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:22 smithi029 ceph-mon[96870]: pgmap v286: 121 pgs: 121 active+clean; 144 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 4.0 MiB/s wr, 28 op/s 2024-07-27T18:26:22.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:22 smithi029 ceph-mon[96870]: osdmap e417: 8 total, 8 up, 8 in 2024-07-27T18:26:22.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:22 smithi029 ceph-mon[96870]: osdmap e418: 8 total, 8 up, 8 in 2024-07-27T18:26:22.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:22 smithi029 ceph-mon[99353]: pgmap v286: 121 pgs: 121 active+clean; 144 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 4.0 MiB/s wr, 28 op/s 2024-07-27T18:26:22.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:22 smithi029 ceph-mon[99353]: osdmap e417: 8 total, 8 up, 8 in 2024-07-27T18:26:22.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:22 smithi029 ceph-mon[99353]: osdmap e418: 8 total, 8 up, 8 in 2024-07-27T18:26:22.352 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:26:22.352 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:26:22.352 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:26:22.352 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:26:22.352 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:26:22.352 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:26:22.352 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:26:22.352 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:26:22.352 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 4, 2024-07-27T18:26:22.352 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 4 2024-07-27T18:26:22.353 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:26:22.353 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:26:22.353 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:26:22.353 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:26:22.353 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:26:22.353 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 6, 2024-07-27T18:26:22.353 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 9 2024-07-27T18:26:22.353 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:26:22.353 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:26:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:22 smithi179 ceph-mon[89801]: pgmap v286: 121 pgs: 121 active+clean; 144 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 4.0 MiB/s wr, 28 op/s 2024-07-27T18:26:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:22 smithi179 ceph-mon[89801]: osdmap e417: 8 total, 8 up, 8 in 2024-07-27T18:26:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:22 smithi179 ceph-mon[89801]: osdmap e418: 8 total, 8 up, 8 in 2024-07-27T18:26:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:26:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:26:22] "GET /metrics HTTP/1.1" 200 36139 "" "Prometheus/2.43.0" 2024-07-27T18:26:22.969 INFO:tasks.rados.rados.0.smithi029.stdout:1765: done (0 left) 2024-07-27T18:26:22.970 INFO:tasks.rados.rados.0.smithi029.stdout:1766: copy_from oid 10 from oid 15 current snap is 167 2024-07-27T18:26:22.970 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 167 2024-07-27T18:26:22.970 INFO:tasks.rados.rados.0.smithi029.stdout:1767: seq_num 558 ranges {4898816=548864,5447680=688128,6135808=606208,6742016=311296} 2024-07-27T18:26:23.000 INFO:tasks.rados.rados.0.smithi029.stdout:1767: writing smithi02985406-35 from 4898816 to 5447680 tid 1 2024-07-27T18:26:23.004 INFO:tasks.rados.rados.0.smithi029.stdout:1767: writing smithi02985406-35 from 5447680 to 6135808 tid 2 2024-07-27T18:26:23.007 INFO:tasks.rados.rados.0.smithi029.stdout:1767: writing smithi02985406-35 from 6135808 to 6742016 tid 3 2024-07-27T18:26:23.009 INFO:tasks.rados.rados.0.smithi029.stdout:1767: writing smithi02985406-35 from 6742016 to 7053312 tid 4 2024-07-27T18:26:23.009 INFO:tasks.rados.rados.0.smithi029.stdout:1768: copy_from oid 6 from oid 14 current snap is 167 2024-07-27T18:26:23.009 INFO:tasks.rados.rados.0.smithi029.stdout:1766: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:26:23.009 INFO:tasks.rados.rados.0.smithi029.stdout:1766: finishing copy_from to smithi02985406-10 2024-07-27T18:26:23.010 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1143 (ObjNum 509 snap 151 seq_num 509) dirty exists 2024-07-27T18:26:23.010 INFO:tasks.rados.rados.0.smithi029.stdout:1767: finishing write tid 1 to smithi02985406-35 2024-07-27T18:26:23.010 INFO:tasks.rados.rados.0.smithi029.stdout:1767: finishing write tid 2 to smithi02985406-35 2024-07-27T18:26:23.010 INFO:tasks.rados.rados.0.smithi029.stdout:1766: done (2 left) 2024-07-27T18:26:23.010 INFO:tasks.rados.rados.0.smithi029.stdout:1769: snap_create 2024-07-27T18:26:23.010 INFO:tasks.rados.rados.0.smithi029.stdout:1768: finishing copy_from to smithi02985406-6 2024-07-27T18:26:23.010 INFO:tasks.rados.rados.0.smithi029.stdout:1768: got expected ENOENT (src dne) 2024-07-27T18:26:23.011 INFO:tasks.rados.rados.0.smithi029.stdout:1768: finishing copy_from racing read to smithi02985406-6 2024-07-27T18:26:23.011 INFO:tasks.rados.rados.0.smithi029.stdout:1767: finishing write tid 3 to smithi02985406-35 2024-07-27T18:26:23.011 INFO:tasks.rados.rados.0.smithi029.stdout:1767: finishing write tid 4 to smithi02985406-35 2024-07-27T18:26:23.012 INFO:tasks.rados.rados.0.smithi029.stdout:1767: finishing write tid 5 to smithi02985406-35 2024-07-27T18:26:23.012 INFO:tasks.rados.rados.0.smithi029.stdout:1767: finishing write tid 6 to smithi02985406-35 2024-07-27T18:26:23.012 INFO:tasks.rados.rados.0.smithi029.stdout:1767: oid 35 updating version 0 to 633 2024-07-27T18:26:23.012 INFO:tasks.rados.rados.0.smithi029.stdout:1767: oid 35 version 633 is already newer than 632 2024-07-27T18:26:23.013 INFO:tasks.rados.rados.0.smithi029.stdout:1767: oid 35 version 633 is already newer than 631 2024-07-27T18:26:23.013 INFO:tasks.rados.rados.0.smithi029.stdout:1767: oid 35 updating version 633 to 634 2024-07-27T18:26:23.013 INFO:tasks.rados.rados.0.smithi029.stdout:1767: oid 35 version 634 is already newer than 630 2024-07-27T18:26:23.013 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 634 (ObjNum 558 snap 167 seq_num 558) dirty exists 2024-07-27T18:26:23.013 INFO:tasks.rados.rados.0.smithi029.stdout:1767: left oid 35 (ObjNum 558 snap 167 seq_num 558) 2024-07-27T18:26:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:23 smithi179 ceph-mon[89801]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:26:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:23 smithi179 ceph-mon[89801]: from='client.44228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:26:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:23 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/400385159' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:23 smithi179 ceph-mon[89801]: osdmap e419: 8 total, 8 up, 8 in 2024-07-27T18:26:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:23 smithi029 ceph-mon[96870]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:26:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:23 smithi029 ceph-mon[96870]: from='client.44228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:26:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:23 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/400385159' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:23.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:23 smithi029 ceph-mon[96870]: osdmap e419: 8 total, 8 up, 8 in 2024-07-27T18:26:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:23 smithi029 ceph-mon[99353]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:26:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:23 smithi029 ceph-mon[99353]: from='client.44228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:26:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:23 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/400385159' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:23 smithi029 ceph-mon[99353]: osdmap e419: 8 total, 8 up, 8 in 2024-07-27T18:26:23.970 INFO:tasks.rados.rados.0.smithi029.stdout:1767: done (2 left) 2024-07-27T18:26:23.971 INFO:tasks.rados.rados.0.smithi029.stdout:1768: done (1 left) 2024-07-27T18:26:23.971 INFO:tasks.rados.rados.0.smithi029.stdout:1769: done (0 left) 2024-07-27T18:26:23.971 INFO:tasks.rados.rados.0.smithi029.stdout:1770: delete oid 36 current snap is 168 2024-07-27T18:26:23.975 INFO:tasks.rados.rados.0.smithi029.stdout:1770: done (0 left) 2024-07-27T18:26:23.976 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 168 2024-07-27T18:26:23.976 INFO:tasks.rados.rados.0.smithi029.stdout:1771: seq_num 560 ranges {6897664=581632,7479296=458752,7938048=614400,8552448=532480} 2024-07-27T18:26:24.016 INFO:tasks.rados.rados.0.smithi029.stdout:1771: writing smithi02985406-4 from 6897664 to 7479296 tid 1 2024-07-27T18:26:24.019 INFO:tasks.rados.rados.0.smithi029.stdout:1771: writing smithi02985406-4 from 7479296 to 7938048 tid 2 2024-07-27T18:26:24.023 INFO:tasks.rados.rados.0.smithi029.stdout:1771: writing smithi02985406-4 from 7938048 to 8552448 tid 3 2024-07-27T18:26:24.028 INFO:tasks.rados.rados.0.smithi029.stdout:1771: writing smithi02985406-4 from 8552448 to 9084928 tid 4 2024-07-27T18:26:24.028 INFO:tasks.rados.rados.0.smithi029.stdout:1772: rollback oid 39 current snap is 168 2024-07-27T18:26:24.028 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 39 to 167 2024-07-27T18:26:24.028 INFO:tasks.rados.rados.0.smithi029.stdout:1771: finishing write tid 1 to smithi02985406-4 2024-07-27T18:26:24.028 INFO:tasks.rados.rados.0.smithi029.stdout:1771: finishing write tid 2 to smithi02985406-4 2024-07-27T18:26:24.028 INFO:tasks.rados.rados.0.smithi029.stdout:1773: read oid 48 snap 163 2024-07-27T18:26:24.028 INFO:tasks.rados.rados.0.smithi029.stdout:1773: expect (ObjNum 542 snap 163 seq_num 542) 2024-07-27T18:26:24.028 INFO:tasks.rados.rados.0.smithi029.stdout:1774: rollback oid 36 current snap is 168 2024-07-27T18:26:24.028 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 36 to 167 2024-07-27T18:26:24.028 INFO:tasks.rados.rados.0.smithi029.stdout:1775: rmattr oid 5 current snap is 168 2024-07-27T18:26:24.028 INFO:tasks.rados.rados.0.smithi029.stdout:1775: done (4 left) 2024-07-27T18:26:24.029 INFO:tasks.rados.rados.0.smithi029.stdout:1776: setattr oid 8 current snap is 168 2024-07-27T18:26:24.029 INFO:tasks.rados.rados.0.smithi029.stdout:1771: finishing write tid 3 to smithi02985406-4 2024-07-27T18:26:24.030 INFO:tasks.rados.rados.0.smithi029.stdout:1777: read oid 14 snap 163 2024-07-27T18:26:24.030 INFO:tasks.rados.rados.0.smithi029.stdout:1777: expect deleted 2024-07-27T18:26:24.030 INFO:tasks.rados.rados.0.smithi029.stdout:1778: setattr oid 50 current snap is 168 2024-07-27T18:26:24.032 INFO:tasks.rados.rados.0.smithi029.stdout:1774: finishing rollback tid 1 to smithi02985406-36 2024-07-27T18:26:24.032 INFO:tasks.rados.rados.0.smithi029.stdout:1774: finishing rollback tid 2 to smithi02985406-36 2024-07-27T18:26:24.032 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 315 (ObjNum 506 snap 151 seq_num 506) dirty exists 2024-07-27T18:26:24.033 INFO:tasks.rados.rados.0.smithi029.stdout:1774: done (6 left) 2024-07-27T18:26:24.033 INFO:tasks.rados.rados.0.smithi029.stdout:1777: done (5 left) 2024-07-27T18:26:24.033 INFO:tasks.rados.rados.0.smithi029.stdout:1779: snap_remove snap 166 2024-07-27T18:26:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:24 smithi179 ceph-mon[89801]: pgmap v289: 121 pgs: 121 active+clean; 155 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 6.6 MiB/s wr, 35 op/s 2024-07-27T18:26:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:26:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:24 smithi179 ceph-mon[89801]: osdmap e420: 8 total, 8 up, 8 in 2024-07-27T18:26:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:24 smithi029 ceph-mon[96870]: pgmap v289: 121 pgs: 121 active+clean; 155 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 6.6 MiB/s wr, 35 op/s 2024-07-27T18:26:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:26:24.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:24 smithi029 ceph-mon[96870]: osdmap e420: 8 total, 8 up, 8 in 2024-07-27T18:26:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:24 smithi029 ceph-mon[99353]: pgmap v289: 121 pgs: 121 active+clean; 155 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 6.6 MiB/s wr, 35 op/s 2024-07-27T18:26:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:26:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:24 smithi029 ceph-mon[99353]: osdmap e420: 8 total, 8 up, 8 in 2024-07-27T18:26:24.973 INFO:tasks.rados.rados.0.smithi029.stdout:1779: done (5 left) 2024-07-27T18:26:24.973 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 168 2024-07-27T18:26:24.973 INFO:tasks.rados.rados.0.smithi029.stdout:1771: finishing write tid 4 to smithi02985406-4 2024-07-27T18:26:24.973 INFO:tasks.rados.rados.0.smithi029.stdout:1780: seq_num 561 ranges {1605632=598016,2203648=745472,2949120=778240,3727360=81920} 2024-07-27T18:26:24.985 INFO:tasks.rados.rados.0.smithi029.stdout:1780: writing smithi02985406-38 from 1605632 to 2203648 tid 1 2024-07-27T18:26:24.989 INFO:tasks.rados.rados.0.smithi029.stdout:1780: writing smithi02985406-38 from 2203648 to 2949120 tid 2 2024-07-27T18:26:24.994 INFO:tasks.rados.rados.0.smithi029.stdout:1780: writing smithi02985406-38 from 2949120 to 3727360 tid 3 2024-07-27T18:26:24.995 INFO:tasks.rados.rados.0.smithi029.stdout:1780: writing smithi02985406-38 from 3727360 to 3809280 tid 4 2024-07-27T18:26:24.995 INFO:tasks.rados.rados.0.smithi029.stdout:1781: rollback oid 45 current snap is 168 2024-07-27T18:26:24.995 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 45 to 163 2024-07-27T18:26:24.995 INFO:tasks.rados.rados.0.smithi029.stdout:1771: finishing write tid 5 to smithi02985406-4 2024-07-27T18:26:24.995 INFO:tasks.rados.rados.0.smithi029.stdout:1772: finishing rollback tid 0 to smithi02985406-39 2024-07-27T18:26:24.995 INFO:tasks.rados.rados.0.smithi029.stdout:1771: finishing write tid 6 to smithi02985406-4 2024-07-27T18:26:24.995 INFO:tasks.rados.rados.0.smithi029.stdout:1771: oid 4 updating version 0 to 1149 2024-07-27T18:26:24.995 INFO:tasks.rados.rados.0.smithi029.stdout:1771: oid 4 updating version 1149 to 1150 2024-07-27T18:26:24.995 INFO:tasks.rados.rados.0.smithi029.stdout:1771: oid 4 version 1150 is already newer than 1148 2024-07-27T18:26:24.996 INFO:tasks.rados.rados.0.smithi029.stdout:1771: oid 4 updating version 1150 to 1151 2024-07-27T18:26:24.996 INFO:tasks.rados.rados.0.smithi029.stdout:1771: oid 4 version 1151 is already newer than 1147 2024-07-27T18:26:24.996 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1151 (ObjNum 560 snap 168 seq_num 560) dirty exists 2024-07-27T18:26:24.996 INFO:tasks.rados.rados.0.smithi029.stdout:1771: left oid 4 (ObjNum 560 snap 168 seq_num 560) 2024-07-27T18:26:24.996 INFO:tasks.rados.rados.0.smithi029.stdout:1772: finishing rollback tid 1 to smithi02985406-39 2024-07-27T18:26:24.996 INFO:tasks.rados.rados.0.smithi029.stdout:1772: finishing rollback tid 2 to smithi02985406-39 2024-07-27T18:26:24.996 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 332 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:26:24.996 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 334 (ObjNum 557 snap 165 seq_num 557) dirty exists 2024-07-27T18:26:24.996 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 1160 (ObjNum 556 snap 165 seq_num 556) dirty exists 2024-07-27T18:26:24.996 INFO:tasks.rados.rados.0.smithi029.stdout:1773: expect (ObjNum 542 snap 163 seq_num 542) 2024-07-27T18:26:25.120 INFO:tasks.rados.rados.0.smithi029.stdout:1780: finishing write tid 1 to smithi02985406-38 2024-07-27T18:26:25.120 INFO:tasks.rados.rados.0.smithi029.stdout:1780: finishing write tid 2 to smithi02985406-38 2024-07-27T18:26:25.120 INFO:tasks.rados.rados.0.smithi029.stdout:1771: done (6 left) 2024-07-27T18:26:25.120 INFO:tasks.rados.rados.0.smithi029.stdout:1772: done (5 left) 2024-07-27T18:26:25.120 INFO:tasks.rados.rados.0.smithi029.stdout:1773: done (4 left) 2024-07-27T18:26:25.120 INFO:tasks.rados.rados.0.smithi029.stdout:1776: done (3 left) 2024-07-27T18:26:25.120 INFO:tasks.rados.rados.0.smithi029.stdout:1778: done (2 left) 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:1782: rollback oid 23 current snap is 168 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 23 to 167 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:1780: finishing write tid 3 to smithi02985406-38 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:1780: finishing write tid 4 to smithi02985406-38 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:1780: finishing write tid 5 to smithi02985406-38 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:1781: finishing rollback tid 0 to smithi02985406-45 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:1781: finishing rollback tid 1 to smithi02985406-45 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:1781: finishing rollback tid 2 to smithi02985406-45 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 909 (ObjNum 537 snap 161 seq_num 537) dirty exists 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:1780: finishing write tid 6 to smithi02985406-38 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:1780: oid 38 updating version 0 to 1223 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:1780: oid 38 updating version 1223 to 1227 2024-07-27T18:26:25.121 INFO:tasks.rados.rados.0.smithi029.stdout:1780: oid 38 version 1227 is already newer than 1226 2024-07-27T18:26:25.122 INFO:tasks.rados.rados.0.smithi029.stdout:1780: oid 38 version 1227 is already newer than 1224 2024-07-27T18:26:25.122 INFO:tasks.rados.rados.0.smithi029.stdout:1780: oid 38 version 1227 is already newer than 1225 2024-07-27T18:26:25.122 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 1227 (ObjNum 561 snap 168 seq_num 561) dirty exists 2024-07-27T18:26:25.122 INFO:tasks.rados.rados.0.smithi029.stdout:1780: left oid 38 (ObjNum 561 snap 168 seq_num 561) 2024-07-27T18:26:25.122 INFO:tasks.rados.rados.0.smithi029.stdout:1780: done (2 left) 2024-07-27T18:26:25.122 INFO:tasks.rados.rados.0.smithi029.stdout:1781: done (1 left) 2024-07-27T18:26:25.122 INFO:tasks.rados.rados.0.smithi029.stdout:1783: read oid 42 snap -1 2024-07-27T18:26:25.122 INFO:tasks.rados.rados.0.smithi029.stdout:1783: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:25.122 INFO:tasks.rados.rados.0.smithi029.stdout:1784: rollback oid 32 current snap is 168 2024-07-27T18:26:25.122 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 32 to 165 2024-07-27T18:26:25.122 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 168 2024-07-27T18:26:25.122 INFO:tasks.rados.rados.0.smithi029.stdout:1785: seq_num 562 ranges {3588096=622592,4210688=630784,4841472=581632,5423104=393216} 2024-07-27T18:26:25.143 INFO:tasks.rados.rados.0.smithi029.stdout:1785: writing smithi02985406-48 from 3588096 to 4210688 tid 1 2024-07-27T18:26:25.146 INFO:tasks.rados.rados.0.smithi029.stdout:1785: writing smithi02985406-48 from 4210688 to 4841472 tid 2 2024-07-27T18:26:25.150 INFO:tasks.rados.rados.0.smithi029.stdout:1785: writing smithi02985406-48 from 4841472 to 5423104 tid 3 2024-07-27T18:26:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:1785: writing smithi02985406-48 from 5423104 to 5816320 tid 4 2024-07-27T18:26:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:1786: delete oid 44 current snap is 168 2024-07-27T18:26:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:1784: finishing rollback tid 0 to smithi02985406-32 2024-07-27T18:26:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:1784: finishing rollback tid 1 to smithi02985406-32 2024-07-27T18:26:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:1782: finishing rollback tid 0 to smithi02985406-23 2024-07-27T18:26:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:1784: finishing rollback tid 2 to smithi02985406-32 2024-07-27T18:26:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 422 (ObjNum 516 snap 154 seq_num 516) dirty exists 2024-07-27T18:26:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:1782: finishing rollback tid 1 to smithi02985406-23 2024-07-27T18:26:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:1782: finishing rollback tid 2 to smithi02985406-23 2024-07-27T18:26:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 351 (ObjNum 400 snap 113 seq_num 400) dirty exists 2024-07-27T18:26:25.153 INFO:tasks.rados.rados.0.smithi029.stdout:1783: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:25.250 INFO:tasks.rados.rados.0.smithi029.stdout:1785: finishing write tid 1 to smithi02985406-48 2024-07-27T18:26:25.250 INFO:tasks.rados.rados.0.smithi029.stdout:1785: finishing write tid 2 to smithi02985406-48 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:1785: finishing write tid 3 to smithi02985406-48 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:1785: finishing write tid 4 to smithi02985406-48 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:1785: finishing write tid 5 to smithi02985406-48 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:1785: finishing write tid 6 to smithi02985406-48 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:1785: oid 48 updating version 0 to 1261 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:1785: oid 48 version 1261 is already newer than 1260 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:1785: oid 48 updating version 1261 to 1263 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:1785: oid 48 version 1263 is already newer than 1259 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:1785: oid 48 version 1263 is already newer than 1262 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1263 (ObjNum 562 snap 168 seq_num 562) dirty exists 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:1785: left oid 48 (ObjNum 562 snap 168 seq_num 562) 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:1782: done (4 left) 2024-07-27T18:26:25.251 INFO:tasks.rados.rados.0.smithi029.stdout:1783: done (3 left) 2024-07-27T18:26:25.252 INFO:tasks.rados.rados.0.smithi029.stdout:1784: done (2 left) 2024-07-27T18:26:25.252 INFO:tasks.rados.rados.0.smithi029.stdout:1785: done (1 left) 2024-07-27T18:26:25.252 INFO:tasks.rados.rados.0.smithi029.stdout:1786: done (0 left) 2024-07-27T18:26:25.252 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 168 2024-07-27T18:26:25.252 INFO:tasks.rados.rados.0.smithi029.stdout:1787: seq_num 564 ranges {7413760=655360,8069120=442368,8511488=598016,9109504=565248} 2024-07-27T18:26:25.294 INFO:tasks.rados.rados.0.smithi029.stdout:1787: writing smithi02985406-8 from 7413760 to 8069120 tid 1 2024-07-27T18:26:25.296 INFO:tasks.rados.rados.0.smithi029.stdout:1787: writing smithi02985406-8 from 8069120 to 8511488 tid 2 2024-07-27T18:26:25.300 INFO:tasks.rados.rados.0.smithi029.stdout:1787: writing smithi02985406-8 from 8511488 to 9109504 tid 3 2024-07-27T18:26:25.304 INFO:tasks.rados.rados.0.smithi029.stdout:1787: writing smithi02985406-8 from 9109504 to 9674752 tid 4 2024-07-27T18:26:25.304 INFO:tasks.rados.rados.0.smithi029.stdout:1788: read oid 2 snap -1 2024-07-27T18:26:25.304 INFO:tasks.rados.rados.0.smithi029.stdout:1788: expect (ObjNum 530 snap 160 seq_num 530) 2024-07-27T18:26:25.304 INFO:tasks.rados.rados.0.smithi029.stdout:1789: snap_create 2024-07-27T18:26:25.304 INFO:tasks.rados.rados.0.smithi029.stdout:1787: finishing write tid 1 to smithi02985406-8 2024-07-27T18:26:25.304 INFO:tasks.rados.rados.0.smithi029.stdout:1787: finishing write tid 2 to smithi02985406-8 2024-07-27T18:26:25.304 INFO:tasks.rados.rados.0.smithi029.stdout:1787: finishing write tid 3 to smithi02985406-8 2024-07-27T18:26:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:1787: finishing write tid 4 to smithi02985406-8 2024-07-27T18:26:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:1787: finishing write tid 5 to smithi02985406-8 2024-07-27T18:26:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:1787: finishing write tid 6 to smithi02985406-8 2024-07-27T18:26:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:1787: oid 8 updating version 0 to 1165 2024-07-27T18:26:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:1787: oid 8 updating version 1165 to 1166 2024-07-27T18:26:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:1787: oid 8 version 1166 is already newer than 1164 2024-07-27T18:26:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:1787: oid 8 version 1166 is already newer than 1163 2024-07-27T18:26:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:1787: oid 8 updating version 1166 to 1167 2024-07-27T18:26:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 1167 (ObjNum 564 snap 168 seq_num 564) dirty exists 2024-07-27T18:26:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:1787: left oid 8 (ObjNum 564 snap 168 seq_num 564) 2024-07-27T18:26:25.315 INFO:tasks.rados.rados.0.smithi029.stdout:1788: expect (ObjNum 530 snap 160 seq_num 530) 2024-07-27T18:26:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:25 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-07-27T18:26:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:25 smithi179 ceph-mon[89801]: osdmap e421: 8 total, 8 up, 8 in 2024-07-27T18:26:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:25 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-07-27T18:26:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:25 smithi029 ceph-mon[96870]: osdmap e421: 8 total, 8 up, 8 in 2024-07-27T18:26:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:25 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-07-27T18:26:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:25 smithi029 ceph-mon[99353]: osdmap e421: 8 total, 8 up, 8 in 2024-07-27T18:26:26.087 INFO:tasks.rados.rados.0.smithi029.stdout:1787: done (2 left) 2024-07-27T18:26:26.087 INFO:tasks.rados.rados.0.smithi029.stdout:1788: done (1 left) 2024-07-27T18:26:26.087 INFO:tasks.rados.rados.0.smithi029.stdout:1789: done (0 left) 2024-07-27T18:26:26.087 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 27 current snap is 169 2024-07-27T18:26:26.087 INFO:tasks.rados.rados.0.smithi029.stdout:1790: seq_num 565 ranges {1417216=671744,2088960=729088,2818048=753664,3571712=122880} 2024-07-27T18:26:26.098 INFO:tasks.rados.rados.0.smithi029.stdout:1790: writing smithi02985406-27 from 1417216 to 2088960 tid 1 2024-07-27T18:26:26.102 INFO:tasks.rados.rados.0.smithi029.stdout:1790: writing smithi02985406-27 from 2088960 to 2818048 tid 2 2024-07-27T18:26:26.106 INFO:tasks.rados.rados.0.smithi029.stdout:1790: writing smithi02985406-27 from 2818048 to 3571712 tid 3 2024-07-27T18:26:26.107 INFO:tasks.rados.rados.0.smithi029.stdout:1790: writing smithi02985406-27 from 3571712 to 3694592 tid 4 2024-07-27T18:26:26.107 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 169 2024-07-27T18:26:26.107 INFO:tasks.rados.rados.0.smithi029.stdout:1790: finishing write tid 1 to smithi02985406-27 2024-07-27T18:26:26.107 INFO:tasks.rados.rados.0.smithi029.stdout:1791: seq_num 566 ranges {2539520=688128,3227648=614400,3842048=565248,4407296=425984} 2024-07-27T18:26:26.125 INFO:tasks.rados.rados.0.smithi029.stdout:1791: writing smithi02985406-15 from 2539520 to 3227648 tid 1 2024-07-27T18:26:26.128 INFO:tasks.rados.rados.0.smithi029.stdout:1791: writing smithi02985406-15 from 3227648 to 3842048 tid 2 2024-07-27T18:26:26.132 INFO:tasks.rados.rados.0.smithi029.stdout:1791: writing smithi02985406-15 from 3842048 to 4407296 tid 3 2024-07-27T18:26:26.135 INFO:tasks.rados.rados.0.smithi029.stdout:1791: writing smithi02985406-15 from 4407296 to 4833280 tid 4 2024-07-27T18:26:26.135 INFO:tasks.rados.rados.0.smithi029.stdout:1792: read oid 29 snap -1 2024-07-27T18:26:26.136 INFO:tasks.rados.rados.0.smithi029.stdout:1792: expect deleted 2024-07-27T18:26:26.136 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 31 current snap is 169 2024-07-27T18:26:26.136 INFO:tasks.rados.rados.0.smithi029.stdout:1793: seq_num 567 ranges {0=704512,704512=499712,1204224=770048,1974272=335872} 2024-07-27T18:26:26.140 INFO:tasks.rados.rados.0.smithi029.stdout:1793: writing smithi02985406-31 from 0 to 704512 tid 1 2024-07-27T18:26:26.143 INFO:tasks.rados.rados.0.smithi029.stdout:1793: writing smithi02985406-31 from 704512 to 1204224 tid 2 2024-07-27T18:26:26.147 INFO:tasks.rados.rados.0.smithi029.stdout:1793: writing smithi02985406-31 from 1204224 to 1974272 tid 3 2024-07-27T18:26:26.150 INFO:tasks.rados.rados.0.smithi029.stdout:1793: writing smithi02985406-31 from 1974272 to 2310144 tid 4 2024-07-27T18:26:26.150 INFO:tasks.rados.rados.0.smithi029.stdout:1794: read oid 35 snap -1 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:1794: expect (ObjNum 558 snap 167 seq_num 558) 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:1795: delete oid 23 current snap is 169 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:1790: finishing write tid 2 to smithi02985406-27 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:1790: finishing write tid 3 to smithi02985406-27 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:1790: finishing write tid 4 to smithi02985406-27 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:1790: finishing write tid 5 to smithi02985406-27 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:1790: finishing write tid 6 to smithi02985406-27 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:1790: oid 27 updating version 0 to 1268 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:1790: oid 27 version 1268 is already newer than 1266 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:1790: oid 27 version 1268 is already newer than 1267 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:1790: oid 27 updating version 1268 to 1269 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:1790: oid 27 version 1269 is already newer than 1265 2024-07-27T18:26:26.151 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1269 (ObjNum 565 snap 169 seq_num 565) dirty exists 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1790: left oid 27 (ObjNum 565 snap 169 seq_num 565) 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1791: finishing write tid 1 to smithi02985406-15 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1791: finishing write tid 2 to smithi02985406-15 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1791: finishing write tid 3 to smithi02985406-15 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1791: finishing write tid 4 to smithi02985406-15 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1791: finishing write tid 5 to smithi02985406-15 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1791: finishing write tid 6 to smithi02985406-15 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1791: oid 15 updating version 0 to 1155 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1791: oid 15 updating version 1155 to 1156 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1791: oid 15 version 1156 is already newer than 1152 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1791: oid 15 version 1156 is already newer than 1153 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1791: oid 15 version 1156 is already newer than 1154 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 1156 (ObjNum 566 snap 169 seq_num 566) dirty exists 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1791: left oid 15 (ObjNum 566 snap 169 seq_num 566) 2024-07-27T18:26:26.152 INFO:tasks.rados.rados.0.smithi029.stdout:1793: finishing write tid 1 to smithi02985406-31 2024-07-27T18:26:26.153 INFO:tasks.rados.rados.0.smithi029.stdout:1793: finishing write tid 2 to smithi02985406-31 2024-07-27T18:26:26.153 INFO:tasks.rados.rados.0.smithi029.stdout:1793: finishing write tid 3 to smithi02985406-31 2024-07-27T18:26:26.153 INFO:tasks.rados.rados.0.smithi029.stdout:1793: finishing write tid 4 to smithi02985406-31 2024-07-27T18:26:26.154 INFO:tasks.rados.rados.0.smithi029.stdout:1790: done (5 left) 2024-07-27T18:26:26.154 INFO:tasks.rados.rados.0.smithi029.stdout:1791: done (4 left) 2024-07-27T18:26:26.154 INFO:tasks.rados.rados.0.smithi029.stdout:1792: done (3 left) 2024-07-27T18:26:26.154 INFO:tasks.rados.rados.0.smithi029.stdout:1795: done (2 left) 2024-07-27T18:26:26.154 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 169 2024-07-27T18:26:26.154 INFO:tasks.rados.rados.0.smithi029.stdout:1796: seq_num 569 ranges {0=737280,737280=671744,1409024=737280,2146304=196608} 2024-07-27T18:26:26.159 INFO:tasks.rados.rados.0.smithi029.stdout:1796: writing smithi02985406-21 from 0 to 737280 tid 1 2024-07-27T18:26:26.162 INFO:tasks.rados.rados.0.smithi029.stdout:1796: writing smithi02985406-21 from 737280 to 1409024 tid 2 2024-07-27T18:26:26.166 INFO:tasks.rados.rados.0.smithi029.stdout:1796: writing smithi02985406-21 from 1409024 to 2146304 tid 3 2024-07-27T18:26:26.168 INFO:tasks.rados.rados.0.smithi029.stdout:1796: writing smithi02985406-21 from 2146304 to 2342912 tid 4 2024-07-27T18:26:26.168 INFO:tasks.rados.rados.0.smithi029.stdout:1797: snap_remove snap 168 2024-07-27T18:26:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:26 smithi179 ceph-mon[89801]: pgmap v292: 121 pgs: 121 active+clean; 164 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 5.4 MiB/s wr, 26 op/s 2024-07-27T18:26:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:26 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-07-27T18:26:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:26 smithi179 ceph-mon[89801]: Upgrade: osd.4 is safe to restart 2024-07-27T18:26:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:26 smithi029 ceph-mon[96870]: pgmap v292: 121 pgs: 121 active+clean; 164 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 5.4 MiB/s wr, 26 op/s 2024-07-27T18:26:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:26 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-07-27T18:26:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:26 smithi029 ceph-mon[96870]: Upgrade: osd.4 is safe to restart 2024-07-27T18:26:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:26 smithi029 ceph-mon[99353]: pgmap v292: 121 pgs: 121 active+clean; 164 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 5.4 MiB/s wr, 26 op/s 2024-07-27T18:26:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:26 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-07-27T18:26:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:26 smithi029 ceph-mon[99353]: Upgrade: osd.4 is safe to restart 2024-07-27T18:26:26.968 INFO:tasks.rados.rados.0.smithi029.stdout:1797: done (3 left) 2024-07-27T18:26:26.968 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 169 2024-07-27T18:26:26.969 INFO:tasks.rados.rados.0.smithi029.stdout:1793: finishing write tid 5 to smithi02985406-31 2024-07-27T18:26:26.969 INFO:tasks.rados.rados.0.smithi029.stdout:1793: finishing write tid 6 to smithi02985406-31 2024-07-27T18:26:26.969 INFO:tasks.rados.rados.0.smithi029.stdout:1793: oid 31 updating version 0 to 910 2024-07-27T18:26:26.969 INFO:tasks.rados.rados.0.smithi029.stdout:1793: oid 31 updating version 910 to 911 2024-07-27T18:26:26.969 INFO:tasks.rados.rados.0.smithi029.stdout:1793: oid 31 updating version 911 to 913 2024-07-27T18:26:26.969 INFO:tasks.rados.rados.0.smithi029.stdout:1793: oid 31 version 913 is already newer than 912 2024-07-27T18:26:26.969 INFO:tasks.rados.rados.0.smithi029.stdout:1793: oid 31 updating version 913 to 914 2024-07-27T18:26:26.969 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 914 (ObjNum 567 snap 169 seq_num 567) dirty exists 2024-07-27T18:26:26.969 INFO:tasks.rados.rados.0.smithi029.stdout:1793: left oid 31 (ObjNum 567 snap 169 seq_num 567) 2024-07-27T18:26:26.969 INFO:tasks.rados.rados.0.smithi029.stdout:1796: finishing write tid 1 to smithi02985406-21 2024-07-27T18:26:26.969 INFO:tasks.rados.rados.0.smithi029.stdout:1796: finishing write tid 2 to smithi02985406-21 2024-07-27T18:26:26.969 INFO:tasks.rados.rados.0.smithi029.stdout:1798: seq_num 570 ranges {3489792=753664,4243456=548864,4792320=540672,5332992=516096} 2024-07-27T18:26:26.991 INFO:tasks.rados.rados.0.smithi029.stdout:1798: writing smithi02985406-9 from 3489792 to 4243456 tid 1 2024-07-27T18:26:26.994 INFO:tasks.rados.rados.0.smithi029.stdout:1798: writing smithi02985406-9 from 4243456 to 4792320 tid 2 2024-07-27T18:26:26.998 INFO:tasks.rados.rados.0.smithi029.stdout:1798: writing smithi02985406-9 from 4792320 to 5332992 tid 3 2024-07-27T18:26:27.002 INFO:tasks.rados.rados.0.smithi029.stdout:1798: writing smithi02985406-9 from 5332992 to 5849088 tid 4 2024-07-27T18:26:27.002 INFO:tasks.rados.rados.0.smithi029.stdout:1793: done (3 left) 2024-07-27T18:26:27.002 INFO:tasks.rados.rados.0.smithi029.stdout:1799: snap_create 2024-07-27T18:26:27.002 INFO:tasks.rados.rados.0.smithi029.stdout:1796: finishing write tid 3 to smithi02985406-21 2024-07-27T18:26:27.002 INFO:tasks.rados.rados.0.smithi029.stdout:1796: finishing write tid 4 to smithi02985406-21 2024-07-27T18:26:27.002 INFO:tasks.rados.rados.0.smithi029.stdout:1796: finishing write tid 5 to smithi02985406-21 2024-07-27T18:26:27.003 INFO:tasks.rados.rados.0.smithi029.stdout:1796: finishing write tid 6 to smithi02985406-21 2024-07-27T18:26:27.003 INFO:tasks.rados.rados.0.smithi029.stdout:1796: oid 21 updating version 0 to 945 2024-07-27T18:26:27.003 INFO:tasks.rados.rados.0.smithi029.stdout:1796: oid 21 version 945 is already newer than 943 2024-07-27T18:26:27.003 INFO:tasks.rados.rados.0.smithi029.stdout:1796: oid 21 version 945 is already newer than 944 2024-07-27T18:26:27.003 INFO:tasks.rados.rados.0.smithi029.stdout:1796: oid 21 version 945 is already newer than 941 2024-07-27T18:26:27.003 INFO:tasks.rados.rados.0.smithi029.stdout:1796: oid 21 version 945 is already newer than 942 2024-07-27T18:26:27.003 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 945 (ObjNum 569 snap 169 seq_num 569) dirty exists 2024-07-27T18:26:27.003 INFO:tasks.rados.rados.0.smithi029.stdout:1796: left oid 21 (ObjNum 569 snap 169 seq_num 569) 2024-07-27T18:26:27.003 INFO:tasks.rados.rados.0.smithi029.stdout:1794: expect (ObjNum 558 snap 167 seq_num 558) 2024-07-27T18:26:27.384 INFO:tasks.rados.rados.0.smithi029.stdout:1798: finishing write tid 1 to smithi02985406-9 2024-07-27T18:26:27.384 INFO:tasks.rados.rados.0.smithi029.stdout:1798: finishing write tid 2 to smithi02985406-9 2024-07-27T18:26:27.384 INFO:tasks.rados.rados.0.smithi029.stdout:1798: finishing write tid 3 to smithi02985406-9 2024-07-27T18:26:27.384 INFO:tasks.rados.rados.0.smithi029.stdout:1798: finishing write tid 4 to smithi02985406-9 2024-07-27T18:26:27.384 INFO:tasks.rados.rados.0.smithi029.stdout:1798: finishing write tid 5 to smithi02985406-9 2024-07-27T18:26:27.385 INFO:tasks.rados.rados.0.smithi029.stdout:1798: finishing write tid 6 to smithi02985406-9 2024-07-27T18:26:27.385 INFO:tasks.rados.rados.0.smithi029.stdout:1798: oid 9 updating version 0 to 1172 2024-07-27T18:26:27.385 INFO:tasks.rados.rados.0.smithi029.stdout:1798: oid 9 version 1172 is already newer than 1170 2024-07-27T18:26:27.385 INFO:tasks.rados.rados.0.smithi029.stdout:1798: oid 9 version 1172 is already newer than 1171 2024-07-27T18:26:27.385 INFO:tasks.rados.rados.0.smithi029.stdout:1798: oid 9 version 1172 is already newer than 1169 2024-07-27T18:26:27.385 INFO:tasks.rados.rados.0.smithi029.stdout:1798: oid 9 updating version 1172 to 1173 2024-07-27T18:26:27.385 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 1173 (ObjNum 570 snap 169 seq_num 570) dirty exists 2024-07-27T18:26:27.385 INFO:tasks.rados.rados.0.smithi029.stdout:1798: left oid 9 (ObjNum 570 snap 169 seq_num 570) 2024-07-27T18:26:27.395 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:27 smithi179 ceph-mon[89801]: osdmap e422: 8 total, 8 up, 8 in 2024-07-27T18:26:27.396 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:27 smithi179 ceph-mon[89801]: Upgrade: Updating osd.4 2024-07-27T18:26:27.396 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:27 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:27.396 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:27 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-07-27T18:26:27.396 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:27 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:26:27.396 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:27 smithi179 ceph-mon[89801]: Deploying daemon osd.4 on smithi179 2024-07-27T18:26:27.396 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:27 smithi179 ceph-mon[89801]: osdmap e423: 8 total, 8 up, 8 in 2024-07-27T18:26:27.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[96870]: osdmap e422: 8 total, 8 up, 8 in 2024-07-27T18:26:27.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[96870]: Upgrade: Updating osd.4 2024-07-27T18:26:27.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:27.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-07-27T18:26:27.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:26:27.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[96870]: Deploying daemon osd.4 on smithi179 2024-07-27T18:26:27.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[96870]: osdmap e423: 8 total, 8 up, 8 in 2024-07-27T18:26:27.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[99353]: osdmap e422: 8 total, 8 up, 8 in 2024-07-27T18:26:27.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[99353]: Upgrade: Updating osd.4 2024-07-27T18:26:27.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:27.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-07-27T18:26:27.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:26:27.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[99353]: Deploying daemon osd.4 on smithi179 2024-07-27T18:26:27.404 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:27 smithi029 ceph-mon[99353]: osdmap e423: 8 total, 8 up, 8 in 2024-07-27T18:26:27.970 INFO:tasks.rados.rados.0.smithi029.stdout:1794: done (3 left) 2024-07-27T18:26:27.970 INFO:tasks.rados.rados.0.smithi029.stdout:1796: done (2 left) 2024-07-27T18:26:27.970 INFO:tasks.rados.rados.0.smithi029.stdout:1798: done (1 left) 2024-07-27T18:26:27.970 INFO:tasks.rados.rados.0.smithi029.stdout:1799: done (0 left) 2024-07-27T18:26:27.970 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 170 2024-07-27T18:26:27.970 INFO:tasks.rados.rados.0.smithi029.stdout:1800: seq_num 571 ranges {4620288=770048,5390336=483328,5873664=753664,6627328=368640} 2024-07-27T18:26:27.999 INFO:tasks.rados.rados.0.smithi029.stdout:1800: writing smithi02985406-3 from 4620288 to 5390336 tid 1 2024-07-27T18:26:28.001 INFO:tasks.rados.rados.0.smithi029.stdout:1800: writing smithi02985406-3 from 5390336 to 5873664 tid 2 2024-07-27T18:26:28.006 INFO:tasks.rados.rados.0.smithi029.stdout:1800: writing smithi02985406-3 from 5873664 to 6627328 tid 3 2024-07-27T18:26:28.009 INFO:tasks.rados.rados.0.smithi029.stdout:1800: writing smithi02985406-3 from 6627328 to 6995968 tid 4 2024-07-27T18:26:28.009 INFO:tasks.rados.rados.0.smithi029.stdout:1801: read oid 23 snap -1 2024-07-27T18:26:28.009 INFO:tasks.rados.rados.0.smithi029.stdout:1801: expect deleted 2024-07-27T18:26:28.010 INFO:tasks.rados.rados.0.smithi029.stdout:1802: read oid 30 snap 165 2024-07-27T18:26:28.010 INFO:tasks.rados.rados.0.smithi029.stdout:1802: expect deleted 2024-07-27T18:26:28.010 INFO:tasks.rados.rados.0.smithi029.stdout:1803: rmattr oid 13 current snap is 170 2024-07-27T18:26:28.010 INFO:tasks.rados.rados.0.smithi029.stdout:1803: done (3 left) 2024-07-27T18:26:28.010 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 170 2024-07-27T18:26:28.010 INFO:tasks.rados.rados.0.smithi029.stdout:1804: seq_num 572 ranges {2342912=786432,3129344=770048,3899392=557056,4456448=278528} 2024-07-27T18:26:28.026 INFO:tasks.rados.rados.0.smithi029.stdout:1804: writing smithi02985406-21 from 2342912 to 3129344 tid 1 2024-07-27T18:26:28.030 INFO:tasks.rados.rados.0.smithi029.stdout:1804: writing smithi02985406-21 from 3129344 to 3899392 tid 2 2024-07-27T18:26:28.033 INFO:tasks.rados.rados.0.smithi029.stdout:1804: writing smithi02985406-21 from 3899392 to 4456448 tid 3 2024-07-27T18:26:28.035 INFO:tasks.rados.rados.0.smithi029.stdout:1804: writing smithi02985406-21 from 4456448 to 4734976 tid 4 2024-07-27T18:26:28.035 INFO:tasks.rados.rados.0.smithi029.stdout:1805: read oid 37 snap -1 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1805: expect (ObjNum 484 snap 146 seq_num 484) 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1806: copy_from oid 15 from oid 18 current snap is 170 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1800: finishing write tid 1 to smithi02985406-3 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1800: finishing write tid 2 to smithi02985406-3 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1800: finishing write tid 3 to smithi02985406-3 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1800: finishing write tid 4 to smithi02985406-3 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1800: finishing write tid 5 to smithi02985406-3 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1800: finishing write tid 6 to smithi02985406-3 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1800: oid 3 updating version 0 to 1232 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1800: oid 3 version 1232 is already newer than 1231 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1800: oid 3 version 1232 is already newer than 1230 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1800: oid 3 version 1232 is already newer than 1229 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:1800: oid 3 version 1232 is already newer than 1228 2024-07-27T18:26:28.036 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 1232 (ObjNum 571 snap 170 seq_num 571) dirty exists 2024-07-27T18:26:28.037 INFO:tasks.rados.rados.0.smithi029.stdout:1800: left oid 3 (ObjNum 571 snap 170 seq_num 571) 2024-07-27T18:26:28.037 INFO:tasks.rados.rados.0.smithi029.stdout:1804: finishing write tid 1 to smithi02985406-21 2024-07-27T18:26:28.037 INFO:tasks.rados.rados.0.smithi029.stdout:1800: done (5 left) 2024-07-27T18:26:28.037 INFO:tasks.rados.rados.0.smithi029.stdout:1801: done (4 left) 2024-07-27T18:26:28.037 INFO:tasks.rados.rados.0.smithi029.stdout:1802: done (3 left) 2024-07-27T18:26:28.037 INFO:tasks.rados.rados.0.smithi029.stdout:1807: read oid 42 snap 169 2024-07-27T18:26:28.037 INFO:tasks.rados.rados.0.smithi029.stdout:1807: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:28.037 INFO:tasks.rados.rados.0.smithi029.stdout:1808: snap_remove snap 165 2024-07-27T18:26:28.321 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:28 smithi179 ceph-mon[89801]: pgmap v295: 121 pgs: 121 active+clean; 164 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:26:28.321 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:28 smithi179 ceph-mon[89801]: osdmap e424: 8 total, 8 up, 8 in 2024-07-27T18:26:28.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:28 smithi029 ceph-mon[96870]: pgmap v295: 121 pgs: 121 active+clean; 164 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:26:28.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:28 smithi029 ceph-mon[96870]: osdmap e424: 8 total, 8 up, 8 in 2024-07-27T18:26:28.422 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:28 smithi029 ceph-mon[99353]: pgmap v295: 121 pgs: 121 active+clean; 164 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-07-27T18:26:28.422 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:28 smithi029 ceph-mon[99353]: osdmap e424: 8 total, 8 up, 8 in 2024-07-27T18:26:28.971 INFO:tasks.rados.rados.0.smithi029.stdout:1808: done (4 left) 2024-07-27T18:26:28.972 INFO:tasks.rados.rados.0.smithi029.stdout:1809: copy_from oid 48 from oid 27 current snap is 170 2024-07-27T18:26:28.972 INFO:tasks.rados.rados.0.smithi029.stdout:1804: finishing write tid 2 to smithi02985406-21 2024-07-27T18:26:28.972 INFO:tasks.rados.rados.0.smithi029.stdout:1804: finishing write tid 3 to smithi02985406-21 2024-07-27T18:26:28.972 INFO:tasks.rados.rados.0.smithi029.stdout:1804: finishing write tid 4 to smithi02985406-21 2024-07-27T18:26:28.972 INFO:tasks.rados.rados.0.smithi029.stdout:1804: finishing write tid 5 to smithi02985406-21 2024-07-27T18:26:28.972 INFO:tasks.rados.rados.0.smithi029.stdout:1804: finishing write tid 6 to smithi02985406-21 2024-07-27T18:26:28.972 INFO:tasks.rados.rados.0.smithi029.stdout:1804: oid 21 updating version 0 to 950 2024-07-27T18:26:28.972 INFO:tasks.rados.rados.0.smithi029.stdout:1804: oid 21 version 950 is already newer than 947 2024-07-27T18:26:28.972 INFO:tasks.rados.rados.0.smithi029.stdout:1804: oid 21 version 950 is already newer than 949 2024-07-27T18:26:28.972 INFO:tasks.rados.rados.0.smithi029.stdout:1804: oid 21 version 950 is already newer than 946 2024-07-27T18:26:28.973 INFO:tasks.rados.rados.0.smithi029.stdout:1804: oid 21 version 950 is already newer than 948 2024-07-27T18:26:28.973 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 950 (ObjNum 572 snap 170 seq_num 572) dirty exists 2024-07-27T18:26:28.973 INFO:tasks.rados.rados.0.smithi029.stdout:1804: left oid 21 (ObjNum 572 snap 170 seq_num 572) 2024-07-27T18:26:28.973 INFO:tasks.rados.rados.0.smithi029.stdout:1805: expect (ObjNum 484 snap 146 seq_num 484) 2024-07-27T18:26:29.020 INFO:tasks.rados.rados.0.smithi029.stdout:1807: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:29.119 INFO:tasks.rados.rados.0.smithi029.stdout:1806: finishing copy_from racing read to smithi02985406-15 2024-07-27T18:26:29.119 INFO:tasks.rados.rados.0.smithi029.stdout:1806: finishing copy_from to smithi02985406-15 2024-07-27T18:26:29.119 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 1080 (ObjNum 512 snap 153 seq_num 512) dirty exists 2024-07-27T18:26:29.120 INFO:tasks.rados.rados.0.smithi029.stdout:1809: finishing copy_from racing read to smithi02985406-48 2024-07-27T18:26:29.120 INFO:tasks.rados.rados.0.smithi029.stdout:1809: finishing copy_from to smithi02985406-48 2024-07-27T18:26:29.120 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1269 (ObjNum 565 snap 169 seq_num 565) dirty exists 2024-07-27T18:26:29.120 INFO:tasks.rados.rados.0.smithi029.stdout:1804: done (4 left) 2024-07-27T18:26:29.120 INFO:tasks.rados.rados.0.smithi029.stdout:1805: done (3 left) 2024-07-27T18:26:29.120 INFO:tasks.rados.rados.0.smithi029.stdout:1806: done (2 left) 2024-07-27T18:26:29.120 INFO:tasks.rados.rados.0.smithi029.stdout:1807: done (1 left) 2024-07-27T18:26:29.120 INFO:tasks.rados.rados.0.smithi029.stdout:1809: done (0 left) 2024-07-27T18:26:29.121 INFO:tasks.rados.rados.0.smithi029.stdout:1810: read oid 20 snap -1 2024-07-27T18:26:29.121 INFO:tasks.rados.rados.0.smithi029.stdout:1810: expect (ObjNum 511 snap 153 seq_num 511) 2024-07-27T18:26:29.121 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 170 2024-07-27T18:26:29.121 INFO:tasks.rados.rados.0.smithi029.stdout:1811: seq_num 573 ranges {2392064=802816,3194880=655360,3850240=720896,4571136=229376} 2024-07-27T18:26:29.136 INFO:tasks.rados.rados.0.smithi029.stdout:1811: writing smithi02985406-40 from 2392064 to 3194880 tid 1 2024-07-27T18:26:29.141 INFO:tasks.rados.rados.0.smithi029.stdout:1811: writing smithi02985406-40 from 3194880 to 3850240 tid 2 2024-07-27T18:26:29.147 INFO:tasks.rados.rados.0.smithi029.stdout:1811: writing smithi02985406-40 from 3850240 to 4571136 tid 3 2024-07-27T18:26:29.148 INFO:tasks.rados.rados.0.smithi029.stdout:1811: writing smithi02985406-40 from 4571136 to 4800512 tid 4 2024-07-27T18:26:29.148 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 170 2024-07-27T18:26:29.149 INFO:tasks.rados.rados.0.smithi029.stdout:1812: seq_num 574 ranges {6995968=16384} 2024-07-27T18:26:29.188 INFO:tasks.rados.rados.0.smithi029.stdout:1812: writing smithi02985406-3 from 6995968 to 7012352 tid 1 2024-07-27T18:26:29.188 INFO:tasks.rados.rados.0.smithi029.stdout:1813: copy_from oid 16 from oid 13 current snap is 170 2024-07-27T18:26:29.188 INFO:tasks.rados.rados.0.smithi029.stdout:1810: expect (ObjNum 511 snap 153 seq_num 511) 2024-07-27T18:26:29.213 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:28 smithi179 systemd[1]: Stopping Ceph osd.4 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:26:29.434 INFO:tasks.rados.rados.0.smithi029.stdout:1811: finishing write tid 1 to smithi02985406-40 2024-07-27T18:26:29.434 INFO:tasks.rados.rados.0.smithi029.stdout:1811: finishing write tid 2 to smithi02985406-40 2024-07-27T18:26:29.434 INFO:tasks.rados.rados.0.smithi029.stdout:1811: finishing write tid 3 to smithi02985406-40 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1811: finishing write tid 4 to smithi02985406-40 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1811: finishing write tid 5 to smithi02985406-40 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1811: finishing write tid 6 to smithi02985406-40 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1811: oid 40 updating version 0 to 423 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1811: oid 40 updating version 423 to 427 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1811: oid 40 version 427 is already newer than 425 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1811: oid 40 version 427 is already newer than 424 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1811: oid 40 version 427 is already newer than 426 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 427 (ObjNum 573 snap 170 seq_num 573) dirty exists 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1811: left oid 40 (ObjNum 573 snap 170 seq_num 573) 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1813: finishing copy_from to smithi02985406-16 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1813: got expected ENOENT (src dne) 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1813: finishing copy_from racing read to smithi02985406-16 2024-07-27T18:26:29.435 INFO:tasks.rados.rados.0.smithi029.stdout:1812: finishing write tid 1 to smithi02985406-3 2024-07-27T18:26:29.436 INFO:tasks.rados.rados.0.smithi029.stdout:1810: done (3 left) 2024-07-27T18:26:29.436 INFO:tasks.rados.rados.0.smithi029.stdout:1811: done (2 left) 2024-07-27T18:26:29.436 INFO:tasks.rados.rados.0.smithi029.stdout:1813: done (1 left) 2024-07-27T18:26:29.436 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 170 2024-07-27T18:26:29.436 INFO:tasks.rados.rados.0.smithi029.stdout:1812: finishing write tid 2 to smithi02985406-3 2024-07-27T18:26:29.436 INFO:tasks.rados.rados.0.smithi029.stdout:1814: seq_num 575 ranges {2646016=32768} 2024-07-27T18:26:29.450 INFO:tasks.rados.rados.0.smithi029.stdout:1814: writing smithi02985406-22 from 2646016 to 2678784 tid 1 2024-07-27T18:26:29.450 INFO:tasks.rados.rados.0.smithi029.stdout:1815: copy_from oid 25 from oid 34 current snap is 170 2024-07-27T18:26:29.450 INFO:tasks.rados.rados.0.smithi029.stdout:1812: finishing write tid 3 to smithi02985406-3 2024-07-27T18:26:29.450 INFO:tasks.rados.rados.0.smithi029.stdout:1812: oid 3 updating version 0 to 1233 2024-07-27T18:26:29.450 INFO:tasks.rados.rados.0.smithi029.stdout:1812: oid 3 updating version 1233 to 1234 2024-07-27T18:26:29.450 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 1234 (ObjNum 574 snap 170 seq_num 574) dirty exists 2024-07-27T18:26:29.450 INFO:tasks.rados.rados.0.smithi029.stdout:1812: left oid 3 (ObjNum 574 snap 170 seq_num 574) 2024-07-27T18:26:29.450 INFO:tasks.rados.rados.0.smithi029.stdout:1812: done (2 left) 2024-07-27T18:26:29.450 INFO:tasks.rados.rados.0.smithi029.stdout:1816: read oid 28 snap -1 2024-07-27T18:26:29.450 INFO:tasks.rados.rados.0.smithi029.stdout:1816: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:29.450 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 30 current snap is 170 2024-07-27T18:26:29.451 INFO:tasks.rados.rados.0.smithi029.stdout:1817: seq_num 576 ranges {0=49152} 2024-07-27T18:26:29.451 INFO:tasks.rados.rados.0.smithi029.stdout:1817: writing smithi02985406-30 from 0 to 49152 tid 1 2024-07-27T18:26:29.451 INFO:tasks.rados.rados.0.smithi029.stdout:1818: rollback oid 14 current snap is 170 2024-07-27T18:26:29.451 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 14 to 167 2024-07-27T18:26:29.451 INFO:tasks.rados.rados.0.smithi029.stdout:1819: snap_remove snap 169 2024-07-27T18:26:29.662 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[38871]: 2024-07-27T18:26:29.210+0000 7f2480320640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:26:29.663 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[38871]: 2024-07-27T18:26:29.210+0000 7f2480320640 -1 osd.4 425 *** Got signal Terminated *** 2024-07-27T18:26:29.663 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[38871]: 2024-07-27T18:26:29.210+0000 7f2480320640 -1 osd.4 425 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T18:26:30.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:29 smithi029 ceph-mon[96870]: pgmap v298: 121 pgs: 121 active+clean; 170 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.7 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2024-07-27T18:26:30.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:29 smithi029 ceph-mon[96870]: osdmap e425: 8 total, 8 up, 8 in 2024-07-27T18:26:30.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:29 smithi029 ceph-mon[96870]: osd.4 marked itself down and dead 2024-07-27T18:26:30.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:29 smithi029 ceph-mon[99353]: pgmap v298: 121 pgs: 121 active+clean; 170 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.7 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2024-07-27T18:26:30.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:29 smithi029 ceph-mon[99353]: osdmap e425: 8 total, 8 up, 8 in 2024-07-27T18:26:30.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:29 smithi029 ceph-mon[99353]: osd.4 marked itself down and dead 2024-07-27T18:26:30.103 INFO:tasks.rados.rados.0.smithi029.stdout:1814: finishing write tid 1 to smithi02985406-22 2024-07-27T18:26:30.103 INFO:tasks.rados.rados.0.smithi029.stdout:1817: finishing write tid 1 to smithi02985406-30 2024-07-27T18:26:30.103 INFO:tasks.rados.rados.0.smithi029.stdout:1817: finishing write tid 2 to smithi02985406-30 2024-07-27T18:26:30.103 INFO:tasks.rados.rados.0.smithi029.stdout:1817: finishing write tid 3 to smithi02985406-30 2024-07-27T18:26:30.103 INFO:tasks.rados.rados.0.smithi029.stdout:1817: oid 30 updating version 0 to 358 2024-07-27T18:26:30.103 INFO:tasks.rados.rados.0.smithi029.stdout:1817: oid 30 updating version 358 to 359 2024-07-27T18:26:30.104 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 359 (ObjNum 576 snap 170 seq_num 576) dirty exists 2024-07-27T18:26:30.104 INFO:tasks.rados.rados.0.smithi029.stdout:1817: left oid 30 (ObjNum 576 snap 170 seq_num 576) 2024-07-27T18:26:30.104 INFO:tasks.rados.rados.0.smithi029.stdout:1818: finishing rollback tid 1 to smithi02985406-14 2024-07-27T18:26:30.104 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 0 (ObjNum 161 snap 0 seq_num 0) dirty dne 2024-07-27T18:26:30.104 INFO:tasks.rados.rados.0.smithi029.stdout:1814: finishing write tid 2 to smithi02985406-22 2024-07-27T18:26:30.104 INFO:tasks.rados.rados.0.smithi029.stdout:1814: finishing write tid 3 to smithi02985406-22 2024-07-27T18:26:30.104 INFO:tasks.rados.rados.0.smithi029.stdout:1814: oid 22 updating version 0 to 636 2024-07-27T18:26:30.104 INFO:tasks.rados.rados.0.smithi029.stdout:1814: oid 22 version 636 is already newer than 635 2024-07-27T18:26:30.104 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 636 (ObjNum 575 snap 170 seq_num 575) dirty exists 2024-07-27T18:26:30.104 INFO:tasks.rados.rados.0.smithi029.stdout:1814: left oid 22 (ObjNum 575 snap 170 seq_num 575) 2024-07-27T18:26:30.104 INFO:tasks.rados.rados.0.smithi029.stdout:1816: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:30.203 INFO:tasks.rados.rados.0.smithi029.stdout:1815: finishing copy_from racing read to smithi02985406-25 2024-07-27T18:26:30.203 INFO:tasks.rados.rados.0.smithi029.stdout:1815: finishing copy_from to smithi02985406-25 2024-07-27T18:26:30.203 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 750 (ObjNum 521 snap 157 seq_num 521) dirty exists 2024-07-27T18:26:30.203 INFO:tasks.rados.rados.0.smithi029.stdout:1814: done (5 left) 2024-07-27T18:26:30.204 INFO:tasks.rados.rados.0.smithi029.stdout:1815: done (4 left) 2024-07-27T18:26:30.204 INFO:tasks.rados.rados.0.smithi029.stdout:1816: done (3 left) 2024-07-27T18:26:30.204 INFO:tasks.rados.rados.0.smithi029.stdout:1817: done (2 left) 2024-07-27T18:26:30.204 INFO:tasks.rados.rados.0.smithi029.stdout:1818: done (1 left) 2024-07-27T18:26:30.204 INFO:tasks.rados.rados.0.smithi029.stdout:1819: done (0 left) 2024-07-27T18:26:30.204 INFO:tasks.rados.rados.0.smithi029.stdout:1820: read oid 38 snap -1 2024-07-27T18:26:30.204 INFO:tasks.rados.rados.0.smithi029.stdout:1820: expect (ObjNum 561 snap 168 seq_num 561) 2024-07-27T18:26:30.204 INFO:tasks.rados.rados.0.smithi029.stdout:1821: snap_remove snap 163 2024-07-27T18:26:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:29 smithi179 ceph-mon[89801]: pgmap v298: 121 pgs: 121 active+clean; 170 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.7 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2024-07-27T18:26:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:29 smithi179 ceph-mon[89801]: osdmap e425: 8 total, 8 up, 8 in 2024-07-27T18:26:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:29 smithi179 ceph-mon[89801]: osd.4 marked itself down and dead 2024-07-27T18:26:30.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:30 smithi179 podman[95389]: 2024-07-27 18:26:30.644023226 +0000 UTC m=+1.564361953 container died 9431ed9c63c66debed17f63a311f61121896ab57cac8cdb8807ef07ed15bb15c (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=reef-a3bbd72, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:26:31.105 INFO:tasks.rados.rados.0.smithi029.stdout:1821: done (1 left) 2024-07-27T18:26:31.105 INFO:tasks.rados.rados.0.smithi029.stdout:1822: copy_from oid 35 from oid 21 current snap is 170 2024-07-27T18:26:31.105 INFO:tasks.rados.rados.0.smithi029.stdout:1820: expect (ObjNum 561 snap 168 seq_num 561) 2024-07-27T18:26:31.243 INFO:tasks.rados.rados.0.smithi029.stdout:1822: finishing copy_from racing read to smithi02985406-35 2024-07-27T18:26:31.243 INFO:tasks.rados.rados.0.smithi029.stdout:1822: finishing copy_from to smithi02985406-35 2024-07-27T18:26:31.243 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 950 (ObjNum 572 snap 170 seq_num 572) dirty exists 2024-07-27T18:26:31.243 INFO:tasks.rados.rados.0.smithi029.stdout:1820: done (1 left) 2024-07-27T18:26:31.243 INFO:tasks.rados.rados.0.smithi029.stdout:1822: done (0 left) 2024-07-27T18:26:31.243 INFO:tasks.rados.rados.0.smithi029.stdout:1823: read oid 27 snap -1 2024-07-27T18:26:31.243 INFO:tasks.rados.rados.0.smithi029.stdout:1823: expect (ObjNum 565 snap 169 seq_num 565) 2024-07-27T18:26:31.243 INFO:tasks.rados.rados.0.smithi029.stdout:1824: snap_create 2024-07-27T18:26:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:30 smithi029 ceph-mon[96870]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:26:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:30 smithi029 ceph-mon[96870]: osdmap e426: 8 total, 7 up, 8 in 2024-07-27T18:26:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:30 smithi029 ceph-mon[99353]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:26:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:30 smithi029 ceph-mon[99353]: osdmap e426: 8 total, 7 up, 8 in 2024-07-27T18:26:31.257 INFO:tasks.rados.rados.0.smithi029.stdout:1823: expect (ObjNum 565 snap 169 seq_num 565) 2024-07-27T18:26:31.321 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:30 smithi179 ceph-mon[89801]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:26:31.321 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:30 smithi179 ceph-mon[89801]: osdmap e426: 8 total, 7 up, 8 in 2024-07-27T18:26:31.321 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:31 smithi179 podman[95389]: 2024-07-27 18:26:31.000767759 +0000 UTC m=+1.921106498 container cleanup 9431ed9c63c66debed17f63a311f61121896ab57cac8cdb8807ef07ed15bb15c (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=reef-a3bbd72, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:26:31.321 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:31 smithi179 bash[95389]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4 2024-07-27T18:26:31.646 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:31 smithi179 podman[95408]: 2024-07-27 18:26:31.319293958 +0000 UTC m=+0.669844439 container remove 9431ed9c63c66debed17f63a311f61121896ab57cac8cdb8807ef07ed15bb15c (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4, org.label-schema.schema-version=1.0, RELEASE=reef-a3bbd72, io.buildah.version=1.36.0, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:26:31.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:31 smithi179 podman[95501]: 2024-07-27 18:26:31.547538568 +0000 UTC m=+0.017667383 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:26:31.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:31 smithi179 podman[95501]: 2024-07-27 18:26:31.645168691 +0000 UTC m=+0.115297503 container create ac64d155e47642cb823c9e2db9aa23b9fa56033cfb6b1c3c91d365e70c6146b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-deactivate, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-07-27T18:26:31.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:31 smithi179 podman[95501]: 2024-07-27 18:26:31.856282793 +0000 UTC m=+0.326411597 container init ac64d155e47642cb823c9e2db9aa23b9fa56033cfb6b1c3c91d365e70c6146b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:26:31.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:31 smithi179 podman[95501]: 2024-07-27 18:26:31.86123698 +0000 UTC m=+0.331365789 container start ac64d155e47642cb823c9e2db9aa23b9fa56033cfb6b1c3c91d365e70c6146b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, org.label-schema.build-date=20240716, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, RELEASE=squid-46c551b) 2024-07-27T18:26:31.971 INFO:tasks.rados.rados.0.smithi029.stdout:1823: done (1 left) 2024-07-27T18:26:31.971 INFO:tasks.rados.rados.0.smithi029.stdout:1824: done (0 left) 2024-07-27T18:26:31.971 INFO:tasks.rados.rados.0.smithi029.stdout:1825: setattr oid 49 current snap is 171 2024-07-27T18:26:31.972 INFO:tasks.rados.rados.0.smithi029.stdout:1826: read oid 45 snap -1 2024-07-27T18:26:31.972 INFO:tasks.rados.rados.0.smithi029.stdout:1826: expect (ObjNum 537 snap 161 seq_num 537) 2024-07-27T18:26:31.972 INFO:tasks.rados.rados.0.smithi029.stdout:1827: rollback oid 46 current snap is 171 2024-07-27T18:26:31.972 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 170 2024-07-27T18:26:31.972 INFO:tasks.rados.rados.0.smithi029.stdout:1828: snap_create 2024-07-27T18:26:31.984 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 621 (ObjNum 554 snap 164 seq_num 554) dirty exists 2024-07-27T18:26:31.984 INFO:tasks.rados.rados.0.smithi029.stdout:1827: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:26:31.986 INFO:tasks.rados.rados.0.smithi029.stdout:1827: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:26:31.986 INFO:tasks.rados.rados.0.smithi029.stdout:1827: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:26:31.986 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 624 (ObjNum 546 snap 163 seq_num 546) dirty exists 2024-07-27T18:26:31.991 INFO:tasks.rados.rados.0.smithi029.stdout:1826: expect (ObjNum 537 snap 161 seq_num 537) 2024-07-27T18:26:32.345 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:32 smithi179 ceph-mon[89801]: pgmap v301: 121 pgs: 7 stale+active+clean, 114 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 8.6 MiB/s wr, 33 op/s 2024-07-27T18:26:32.345 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:32 smithi179 ceph-mon[89801]: osdmap e427: 8 total, 7 up, 8 in 2024-07-27T18:26:32.345 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:32 smithi179 ceph-mon[89801]: osdmap e428: 8 total, 7 up, 8 in 2024-07-27T18:26:32.345 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:31 smithi179 podman[95501]: 2024-07-27 18:26:31.948435786 +0000 UTC m=+0.418564594 container attach ac64d155e47642cb823c9e2db9aa23b9fa56033cfb6b1c3c91d365e70c6146b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-deactivate, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, ceph=True, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:26:32.345 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:32 smithi179 podman[95501]: 2024-07-27 18:26:32.060870854 +0000 UTC m=+0.530999674 container died ac64d155e47642cb823c9e2db9aa23b9fa56033cfb6b1c3c91d365e70c6146b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-deactivate, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, io.buildah.version=1.36.0) 2024-07-27T18:26:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:32 smithi029 ceph-mon[96870]: pgmap v301: 121 pgs: 7 stale+active+clean, 114 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 8.6 MiB/s wr, 33 op/s 2024-07-27T18:26:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:32 smithi029 ceph-mon[96870]: osdmap e427: 8 total, 7 up, 8 in 2024-07-27T18:26:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:32 smithi029 ceph-mon[96870]: osdmap e428: 8 total, 7 up, 8 in 2024-07-27T18:26:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:32 smithi029 ceph-mon[99353]: pgmap v301: 121 pgs: 7 stale+active+clean, 114 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 8.6 MiB/s wr, 33 op/s 2024-07-27T18:26:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:32 smithi029 ceph-mon[99353]: osdmap e427: 8 total, 7 up, 8 in 2024-07-27T18:26:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:32 smithi029 ceph-mon[99353]: osdmap e428: 8 total, 7 up, 8 in 2024-07-27T18:26:32.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:26:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:26:32] "GET /metrics HTTP/1.1" 200 36287 "" "Prometheus/2.43.0" 2024-07-27T18:26:32.599 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:32 smithi179 podman[95544]: 2024-07-27 18:26:32.586091024 +0000 UTC m=+0.519778551 container remove ac64d155e47642cb823c9e2db9aa23b9fa56033cfb6b1c3c91d365e70c6146b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, RELEASE=squid-46c551b, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-07-27T18:26:32.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:32 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.4.service: Deactivated successfully. 2024-07-27T18:26:32.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:32 smithi179 systemd[1]: Stopped Ceph osd.4 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:26:32.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:32 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.4.service: Consumed 13.948s CPU time. 2024-07-27T18:26:32.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:32 smithi179 systemd[1]: Starting Ceph osd.4 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:26:32.973 INFO:tasks.rados.rados.0.smithi029.stdout:1825: done (3 left) 2024-07-27T18:26:32.974 INFO:tasks.rados.rados.0.smithi029.stdout:1826: done (2 left) 2024-07-27T18:26:32.974 INFO:tasks.rados.rados.0.smithi029.stdout:1827: done (1 left) 2024-07-27T18:26:32.974 INFO:tasks.rados.rados.0.smithi029.stdout:1828: done (0 left) 2024-07-27T18:26:32.974 INFO:tasks.rados.rados.0.smithi029.stdout:1829: snap_remove snap 170 2024-07-27T18:26:33.281 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 podman[95647]: 2024-07-27 18:26:32.926422987 +0000 UTC m=+0.017556334 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:26:33.281 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 podman[95647]: 2024-07-27 18:26:33.070958103 +0000 UTC m=+0.162091441 container create 92231b80e4939b3a65fbe456c1718ea017ffeaf4999a79ca7111bdc8a4753bfc (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, ceph=True) 2024-07-27T18:26:33.281 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 podman[95647]: 2024-07-27 18:26:33.273925471 +0000 UTC m=+0.365058818 container init 92231b80e4939b3a65fbe456c1718ea017ffeaf4999a79ca7111bdc8a4753bfc (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate, GIT_CLEAN=True, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:26:33.281 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 podman[95647]: 2024-07-27 18:26:33.279369742 +0000 UTC m=+0.370503089 container start 92231b80e4939b3a65fbe456c1718ea017ffeaf4999a79ca7111bdc8a4753bfc (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240716) 2024-07-27T18:26:33.607 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 podman[95647]: 2024-07-27 18:26:33.39056171 +0000 UTC m=+0.481695058 container attach 92231b80e4939b3a65fbe456c1718ea017ffeaf4999a79ca7111bdc8a4753bfc (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-07-27T18:26:33.607 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate[95663]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:26:33.607 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 bash[95647]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:26:33.607 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate[95663]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:26:33.607 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 bash[95647]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:26:33.608 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate[95663]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-07-27T18:26:33.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 bash[95647]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-07-27T18:26:33.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate[95663]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-07-27T18:26:33.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 bash[95647]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-07-27T18:26:33.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate[95663]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-07-27T18:26:33.913 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 bash[95647]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-07-27T18:26:33.914 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate[95663]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-07-27T18:26:33.914 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 bash[95647]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-07-27T18:26:33.914 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate[95663]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-07-27T18:26:33.914 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 bash[95647]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-07-27T18:26:33.914 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate[95663]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-07-27T18:26:33.914 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 bash[95647]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-07-27T18:26:33.914 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate[95663]: --> ceph-volume raw activate successful for osd ID: 4 2024-07-27T18:26:33.914 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 bash[95647]: --> ceph-volume raw activate successful for osd ID: 4 2024-07-27T18:26:33.914 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:33 smithi179 podman[95647]: 2024-07-27 18:26:33.654225556 +0000 UTC m=+0.745358894 container died 92231b80e4939b3a65fbe456c1718ea017ffeaf4999a79ca7111bdc8a4753bfc (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0) 2024-07-27T18:26:33.975 INFO:tasks.rados.rados.0.smithi029.stdout:1829: done (0 left) 2024-07-27T18:26:33.975 INFO:tasks.rados.rados.0.smithi029.stdout:1830: rmattr oid 46 current snap is 172 2024-07-27T18:26:33.975 INFO:tasks.rados.rados.0.smithi029.stdout:1830: done (0 left) 2024-07-27T18:26:33.975 INFO:tasks.rados.rados.0.smithi029.stdout:1831: rollback oid 18 current snap is 172 2024-07-27T18:26:33.975 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 18 to 167 2024-07-27T18:26:33.975 INFO:tasks.rados.rados.0.smithi029.stdout:1832: read oid 20 snap -1 2024-07-27T18:26:33.975 INFO:tasks.rados.rados.0.smithi029.stdout:1832: expect (ObjNum 511 snap 153 seq_num 511) 2024-07-27T18:26:33.975 INFO:tasks.rados.rados.0.smithi029.stdout:1833: snap_create 2024-07-27T18:26:33.987 INFO:tasks.rados.rados.0.smithi029.stdout:1831: finishing rollback tid 0 to smithi02985406-18 2024-07-27T18:26:33.997 INFO:tasks.rados.rados.0.smithi029.stdout:1831: finishing rollback tid 1 to smithi02985406-18 2024-07-27T18:26:33.997 INFO:tasks.rados.rados.0.smithi029.stdout:1831: finishing rollback tid 2 to smithi02985406-18 2024-07-27T18:26:33.997 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 1182 (ObjNum 512 snap 153 seq_num 512) dirty exists 2024-07-27T18:26:34.005 INFO:tasks.rados.rados.0.smithi029.stdout:1832: expect (ObjNum 511 snap 153 seq_num 511) 2024-07-27T18:26:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:33 smithi029 ceph-mon[99353]: pgmap v304: 121 pgs: 3 active+undersized, 6 peering, 6 stale+active+clean, 1 active+undersized+degraded, 105 active+clean; 204 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 9.0 MiB/s wr, 27 op/s; 2/282 objects degraded (0.709%) 2024-07-27T18:26:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:33 smithi029 ceph-mon[99353]: osdmap e429: 8 total, 7 up, 8 in 2024-07-27T18:26:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:33 smithi029 ceph-mon[99353]: Health check failed: Degraded data redundancy: 2/282 objects degraded (0.709%), 1 pg degraded (PG_DEGRADED) 2024-07-27T18:26:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:33 smithi029 ceph-mon[96870]: pgmap v304: 121 pgs: 3 active+undersized, 6 peering, 6 stale+active+clean, 1 active+undersized+degraded, 105 active+clean; 204 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 9.0 MiB/s wr, 27 op/s; 2/282 objects degraded (0.709%) 2024-07-27T18:26:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:33 smithi029 ceph-mon[96870]: osdmap e429: 8 total, 7 up, 8 in 2024-07-27T18:26:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:33 smithi029 ceph-mon[96870]: Health check failed: Degraded data redundancy: 2/282 objects degraded (0.709%), 1 pg degraded (PG_DEGRADED) 2024-07-27T18:26:34.338 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:33 smithi179 ceph-mon[89801]: pgmap v304: 121 pgs: 3 active+undersized, 6 peering, 6 stale+active+clean, 1 active+undersized+degraded, 105 active+clean; 204 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 9.0 MiB/s wr, 27 op/s; 2/282 objects degraded (0.709%) 2024-07-27T18:26:34.338 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:33 smithi179 ceph-mon[89801]: osdmap e429: 8 total, 7 up, 8 in 2024-07-27T18:26:34.338 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:33 smithi179 ceph-mon[89801]: Health check failed: Degraded data redundancy: 2/282 objects degraded (0.709%), 1 pg degraded (PG_DEGRADED) 2024-07-27T18:26:34.663 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:34 smithi179 podman[95801]: 2024-07-27 18:26:34.337256668 +0000 UTC m=+0.677611503 container remove 92231b80e4939b3a65fbe456c1718ea017ffeaf4999a79ca7111bdc8a4753bfc (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-activate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, io.buildah.version=1.36.0, ceph=True) 2024-07-27T18:26:34.663 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:34 smithi179 podman[95866]: 2024-07-27 18:26:34.454686623 +0000 UTC m=+0.017444773 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:26:34.663 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:34 smithi179 podman[95866]: 2024-07-27 18:26:34.580050581 +0000 UTC m=+0.142808724 container create 6e62ebd79c14f3c23bffac85bf3e7a24d38df180ed088311d5962949d2884434 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.36.0, GIT_BRANCH=HEAD) 2024-07-27T18:26:34.984 INFO:tasks.rados.rados.0.smithi029.stdout:1831: done (2 left) 2024-07-27T18:26:34.984 INFO:tasks.rados.rados.0.smithi029.stdout:1832: done (1 left) 2024-07-27T18:26:34.984 INFO:tasks.rados.rados.0.smithi029.stdout:1833: done (0 left) 2024-07-27T18:26:34.984 INFO:tasks.rados.rados.0.smithi029.stdout:1834: read oid 1 snap -1 2024-07-27T18:26:34.984 INFO:tasks.rados.rados.0.smithi029.stdout:1834: expect (ObjNum 534 snap 160 seq_num 534) 2024-07-27T18:26:34.984 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 14 current snap is 173 2024-07-27T18:26:34.984 INFO:tasks.rados.rados.0.smithi029.stdout:1835: seq_num 577 ranges {0=65536} 2024-07-27T18:26:34.984 INFO:tasks.rados.rados.0.smithi029.stdout:1835: writing smithi02985406-14 from 0 to 65536 tid 1 2024-07-27T18:26:34.984 INFO:tasks.rados.rados.0.smithi029.stdout:1836: snap_remove snap 172 2024-07-27T18:26:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:34 smithi179 ceph-mon[89801]: osdmap e430: 8 total, 7 up, 8 in 2024-07-27T18:26:35.163 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:34 smithi179 podman[95866]: 2024-07-27 18:26:34.833605 +0000 UTC m=+0.396363142 container init 6e62ebd79c14f3c23bffac85bf3e7a24d38df180ed088311d5962949d2884434 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=squid-46c551b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716) 2024-07-27T18:26:35.163 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:34 smithi179 podman[95866]: 2024-07-27 18:26:34.838375669 +0000 UTC m=+0.401133812 container start 6e62ebd79c14f3c23bffac85bf3e7a24d38df180ed088311d5962949d2884434 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4, RELEASE=squid-46c551b, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-07-27T18:26:35.163 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:34 smithi179 ceph-osd[95903]: -- 172.21.15.179:0/2370380104 <== mon.1 v2:172.21.15.179:3300/0 3 ==== mon_map magic: 0 ==== 413+0+0 (secure 0 0 0) 0x55c9371cbd40 con 0x55c937f4e000 2024-07-27T18:26:35.163 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:34 smithi179 ceph-osd[95903]: -- 172.21.15.179:0/2370380104 <== mon.1 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55c93718ba40 con 0x55c937f4e000 2024-07-27T18:26:35.163 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:35 smithi179 bash[95866]: 6e62ebd79c14f3c23bffac85bf3e7a24d38df180ed088311d5962949d2884434 2024-07-27T18:26:35.163 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:35 smithi179 systemd[1]: Started Ceph osd.4 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:26:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:34 smithi029 ceph-mon[96870]: osdmap e430: 8 total, 7 up, 8 in 2024-07-27T18:26:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:34 smithi029 ceph-mon[99353]: osdmap e430: 8 total, 7 up, 8 in 2024-07-27T18:26:35.662 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T18:26:35.386+0000 7fdc2686a640 -1 Falling back to public interface 2024-07-27T18:26:35.989 INFO:tasks.rados.rados.0.smithi029.stdout:1836: done (2 left) 2024-07-27T18:26:35.989 INFO:tasks.rados.rados.0.smithi029.stdout:1837: rollback oid 30 current snap is 173 2024-07-27T18:26:35.990 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 30 to 167 2024-07-27T18:26:35.990 INFO:tasks.rados.rados.0.smithi029.stdout:1835: finishing write tid 1 to smithi02985406-14 2024-07-27T18:26:35.990 INFO:tasks.rados.rados.0.smithi029.stdout:1835: finishing write tid 2 to smithi02985406-14 2024-07-27T18:26:35.990 INFO:tasks.rados.rados.0.smithi029.stdout:1835: finishing write tid 3 to smithi02985406-14 2024-07-27T18:26:35.990 INFO:tasks.rados.rados.0.smithi029.stdout:1835: oid 14 updating version 0 to 923 2024-07-27T18:26:35.990 INFO:tasks.rados.rados.0.smithi029.stdout:1835: oid 14 version 923 is already newer than 922 2024-07-27T18:26:35.990 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 923 (ObjNum 577 snap 173 seq_num 577) dirty exists 2024-07-27T18:26:35.990 INFO:tasks.rados.rados.0.smithi029.stdout:1835: left oid 14 (ObjNum 577 snap 173 seq_num 577) 2024-07-27T18:26:35.990 INFO:tasks.rados.rados.0.smithi029.stdout:1834: expect (ObjNum 534 snap 160 seq_num 534) 2024-07-27T18:26:36.038 INFO:tasks.rados.rados.0.smithi029.stdout:1837: finishing rollback tid 0 to smithi02985406-30 2024-07-27T18:26:36.038 INFO:tasks.rados.rados.0.smithi029.stdout:1837: finishing rollback tid 1 to smithi02985406-30 2024-07-27T18:26:36.038 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 364 (ObjNum 129 snap 0 seq_num 368282912) dirty dne 2024-07-27T18:26:36.038 INFO:tasks.rados.rados.0.smithi029.stdout:1834: done (2 left) 2024-07-27T18:26:36.038 INFO:tasks.rados.rados.0.smithi029.stdout:1835: done (1 left) 2024-07-27T18:26:36.038 INFO:tasks.rados.rados.0.smithi029.stdout:1837: done (0 left) 2024-07-27T18:26:36.038 INFO:tasks.rados.rados.0.smithi029.stdout:1838: copy_from oid 28 from oid 30 current snap is 173 2024-07-27T18:26:36.039 INFO:tasks.rados.rados.0.smithi029.stdout:1839: setattr oid 11 current snap is 173 2024-07-27T18:26:36.039 INFO:tasks.rados.rados.0.smithi029.stdout:1840: copy_from oid 39 from oid 32 current snap is 173 2024-07-27T18:26:36.039 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 173 2024-07-27T18:26:36.039 INFO:tasks.rados.rados.0.smithi029.stdout:1841: seq_num 578 ranges {0=81920} 2024-07-27T18:26:36.039 INFO:tasks.rados.rados.0.smithi029.stdout:1841: writing smithi02985406-23 from 0 to 81920 tid 1 2024-07-27T18:26:36.040 INFO:tasks.rados.rados.0.smithi029.stdout:1842: snap_remove snap 171 2024-07-27T18:26:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:35 smithi029 ceph-mon[96870]: pgmap v307: 121 pgs: 28 active+undersized, 6 peering, 12 active+undersized+degraded, 75 active+clean; 200 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.6 MiB/s wr, 11 op/s; 30/279 objects degraded (10.753%) 2024-07-27T18:26:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:35 smithi029 ceph-mon[96870]: osdmap e431: 8 total, 7 up, 8 in 2024-07-27T18:26:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:35 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:35 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:35 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:26:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:35 smithi029 ceph-mon[99353]: pgmap v307: 121 pgs: 28 active+undersized, 6 peering, 12 active+undersized+degraded, 75 active+clean; 200 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.6 MiB/s wr, 11 op/s; 30/279 objects degraded (10.753%) 2024-07-27T18:26:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:35 smithi029 ceph-mon[99353]: osdmap e431: 8 total, 7 up, 8 in 2024-07-27T18:26:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:35 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:35 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:35 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:26:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:35 smithi179 ceph-mon[89801]: pgmap v307: 121 pgs: 28 active+undersized, 6 peering, 12 active+undersized+degraded, 75 active+clean; 200 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.6 MiB/s wr, 11 op/s; 30/279 objects degraded (10.753%) 2024-07-27T18:26:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:35 smithi179 ceph-mon[89801]: osdmap e431: 8 total, 7 up, 8 in 2024-07-27T18:26:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:35 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:35 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:35 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:26:36.973 INFO:tasks.rados.rados.0.smithi029.stdout:1842: done (4 left) 2024-07-27T18:26:36.973 INFO:tasks.rados.rados.0.smithi029.stdout:1843: copy_from oid 18 from oid 16 current snap is 173 2024-07-27T18:26:36.973 INFO:tasks.rados.rados.0.smithi029.stdout:1838: finishing copy_from to smithi02985406-28 2024-07-27T18:26:36.973 INFO:tasks.rados.rados.0.smithi029.stdout:1838: got expected ENOENT (src dne) 2024-07-27T18:26:36.973 INFO:tasks.rados.rados.0.smithi029.stdout:1838: finishing copy_from racing read to smithi02985406-28 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:1841: finishing write tid 1 to smithi02985406-23 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:1841: finishing write tid 2 to smithi02985406-23 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:1841: finishing write tid 3 to smithi02985406-23 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:1841: oid 23 updating version 0 to 366 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:1841: oid 23 version 366 is already newer than 365 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 366 (ObjNum 578 snap 173 seq_num 578) dirty exists 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:1841: left oid 23 (ObjNum 578 snap 173 seq_num 578) 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:1838: done (4 left) 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:1841: done (3 left) 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:1844: snap_create 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 588 (ObjNum 535 snap 160 seq_num 535) dirty exists 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:1840: finishing copy_from racing read to smithi02985406-39 2024-07-27T18:26:36.974 INFO:tasks.rados.rados.0.smithi029.stdout:1840: finishing copy_from to smithi02985406-39 2024-07-27T18:26:36.975 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 422 (ObjNum 516 snap 154 seq_num 516) dirty exists 2024-07-27T18:26:36.984 INFO:tasks.rados.rados.0.smithi029.stdout:1843: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:26:36.984 INFO:tasks.rados.rados.0.smithi029.stdout:1843: finishing copy_from to smithi02985406-18 2024-07-27T18:26:36.985 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 510 (ObjNum 491 snap 146 seq_num 491) dirty exists 2024-07-27T18:26:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:36 smithi029 ceph-mon[96870]: osdmap e432: 8 total, 7 up, 8 in 2024-07-27T18:26:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:36 smithi029 ceph-mon[96870]: osdmap e433: 8 total, 7 up, 8 in 2024-07-27T18:26:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:36 smithi029 ceph-mon[99353]: osdmap e432: 8 total, 7 up, 8 in 2024-07-27T18:26:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:36 smithi029 ceph-mon[99353]: osdmap e433: 8 total, 7 up, 8 in 2024-07-27T18:26:37.338 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:36 smithi179 ceph-mon[89801]: osdmap e432: 8 total, 7 up, 8 in 2024-07-27T18:26:37.338 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:36 smithi179 ceph-mon[89801]: osdmap e433: 8 total, 7 up, 8 in 2024-07-27T18:26:37.974 INFO:tasks.rados.rados.0.smithi029.stdout:1839: done (3 left) 2024-07-27T18:26:37.974 INFO:tasks.rados.rados.0.smithi029.stdout:1840: done (2 left) 2024-07-27T18:26:37.974 INFO:tasks.rados.rados.0.smithi029.stdout:1843: done (1 left) 2024-07-27T18:26:37.974 INFO:tasks.rados.rados.0.smithi029.stdout:1844: done (0 left) 2024-07-27T18:26:37.974 INFO:tasks.rados.rados.0.smithi029.stdout:1845: delete oid 30 current snap is 174 2024-07-27T18:26:37.979 INFO:tasks.rados.rados.0.smithi029.stdout:1845: done (0 left) 2024-07-27T18:26:37.979 INFO:tasks.rados.rados.0.smithi029.stdout:1846: rollback oid 41 current snap is 174 2024-07-27T18:26:37.979 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 41 to 173 2024-07-27T18:26:37.979 INFO:tasks.rados.rados.0.smithi029.stdout:1847: read oid 42 snap -1 2024-07-27T18:26:37.979 INFO:tasks.rados.rados.0.smithi029.stdout:1847: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:37.979 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 174 2024-07-27T18:26:37.979 INFO:tasks.rados.rados.0.smithi029.stdout:1848: seq_num 580 ranges {4734976=114688} 2024-07-27T18:26:38.006 INFO:tasks.rados.rados.0.smithi029.stdout:1848: writing smithi02985406-35 from 4734976 to 4849664 tid 1 2024-07-27T18:26:38.006 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 29 current snap is 174 2024-07-27T18:26:38.006 INFO:tasks.rados.rados.0.smithi029.stdout:1849: seq_num 581 ranges {0=139264} 2024-07-27T18:26:38.007 INFO:tasks.rados.rados.0.smithi029.stdout:1849: writing smithi02985406-29 from 0 to 139264 tid 1 2024-07-27T18:26:38.007 INFO:tasks.rados.rados.0.smithi029.stdout:1850: read oid 4 snap -1 2024-07-27T18:26:38.007 INFO:tasks.rados.rados.0.smithi029.stdout:1850: expect (ObjNum 560 snap 168 seq_num 560) 2024-07-27T18:26:38.007 INFO:tasks.rados.rados.0.smithi029.stdout:1851: rollback oid 5 current snap is 174 2024-07-27T18:26:38.007 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 5 to 167 2024-07-27T18:26:38.008 INFO:tasks.rados.rados.0.smithi029.stdout:1847: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:38.110 INFO:tasks.rados.rados.0.smithi029.stdout:1848: finishing write tid 1 to smithi02985406-35 2024-07-27T18:26:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:1849: finishing write tid 1 to smithi02985406-29 2024-07-27T18:26:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:1849: finishing write tid 2 to smithi02985406-29 2024-07-27T18:26:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:1849: finishing write tid 3 to smithi02985406-29 2024-07-27T18:26:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:1849: oid 29 updating version 0 to 1161 2024-07-27T18:26:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:1849: oid 29 updating version 1161 to 1162 2024-07-27T18:26:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1162 (ObjNum 581 snap 174 seq_num 581) dirty exists 2024-07-27T18:26:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:1849: left oid 29 (ObjNum 581 snap 174 seq_num 581) 2024-07-27T18:26:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:1846: finishing rollback tid 1 to smithi02985406-41 2024-07-27T18:26:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2024-07-27T18:26:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:1848: finishing write tid 2 to smithi02985406-35 2024-07-27T18:26:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:1851: finishing rollback tid 0 to smithi02985406-5 2024-07-27T18:26:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:1851: finishing rollback tid 1 to smithi02985406-5 2024-07-27T18:26:38.112 INFO:tasks.rados.rados.0.smithi029.stdout:1851: finishing rollback tid 2 to smithi02985406-5 2024-07-27T18:26:38.112 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1287 (ObjNum 550 snap 163 seq_num 550) dirty exists 2024-07-27T18:26:38.112 INFO:tasks.rados.rados.0.smithi029.stdout:1848: finishing write tid 3 to smithi02985406-35 2024-07-27T18:26:38.112 INFO:tasks.rados.rados.0.smithi029.stdout:1848: oid 35 updating version 0 to 951 2024-07-27T18:26:38.112 INFO:tasks.rados.rados.0.smithi029.stdout:1848: oid 35 updating version 951 to 952 2024-07-27T18:26:38.112 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 952 (ObjNum 580 snap 174 seq_num 580) dirty exists 2024-07-27T18:26:38.112 INFO:tasks.rados.rados.0.smithi029.stdout:1848: left oid 35 (ObjNum 580 snap 174 seq_num 580) 2024-07-27T18:26:38.112 INFO:tasks.rados.rados.0.smithi029.stdout:1850: expect (ObjNum 560 snap 168 seq_num 560) 2024-07-27T18:26:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:37 smithi029 ceph-mon[96870]: pgmap v310: 121 pgs: 32 active+undersized, 14 active+undersized+degraded, 75 active+clean; 204 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.7 MiB/s wr, 5 op/s; 36/282 objects degraded (12.766%) 2024-07-27T18:26:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:37 smithi029 ceph-mon[96870]: osdmap e434: 8 total, 7 up, 8 in 2024-07-27T18:26:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:37 smithi029 ceph-mon[99353]: pgmap v310: 121 pgs: 32 active+undersized, 14 active+undersized+degraded, 75 active+clean; 204 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.7 MiB/s wr, 5 op/s; 36/282 objects degraded (12.766%) 2024-07-27T18:26:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:37 smithi029 ceph-mon[99353]: osdmap e434: 8 total, 7 up, 8 in 2024-07-27T18:26:38.304 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:37 smithi179 ceph-mon[89801]: pgmap v310: 121 pgs: 32 active+undersized, 14 active+undersized+degraded, 75 active+clean; 204 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.7 MiB/s wr, 5 op/s; 36/282 objects degraded (12.766%) 2024-07-27T18:26:38.304 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:37 smithi179 ceph-mon[89801]: osdmap e434: 8 total, 7 up, 8 in 2024-07-27T18:26:38.662 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:38 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T18:26:38.301+0000 7fdc2686a640 -1 osd.4 425 log_to_monitors true 2024-07-27T18:26:38.843 INFO:tasks.rados.rados.0.smithi029.stdout:1846: done (5 left) 2024-07-27T18:26:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:1847: done (4 left) 2024-07-27T18:26:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:1848: done (3 left) 2024-07-27T18:26:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:1849: done (2 left) 2024-07-27T18:26:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:1850: done (1 left) 2024-07-27T18:26:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:1851: done (0 left) 2024-07-27T18:26:38.844 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 174 2024-07-27T18:26:38.845 INFO:tasks.rados.rados.0.smithi029.stdout:1852: seq_num 582 ranges {2326528=155648} 2024-07-27T18:26:38.856 INFO:tasks.rados.rados.0.smithi029.stdout:1852: writing smithi02985406-47 from 2326528 to 2482176 tid 1 2024-07-27T18:26:38.856 INFO:tasks.rados.rados.0.smithi029.stdout:1853: snap_create 2024-07-27T18:26:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:1852: finishing write tid 1 to smithi02985406-47 2024-07-27T18:26:38.859 INFO:tasks.rados.rados.0.smithi029.stdout:1852: finishing write tid 2 to smithi02985406-47 2024-07-27T18:26:38.860 INFO:tasks.rados.rados.0.smithi029.stdout:1852: finishing write tid 3 to smithi02985406-47 2024-07-27T18:26:38.860 INFO:tasks.rados.rados.0.smithi029.stdout:1852: oid 47 updating version 0 to 1186 2024-07-27T18:26:38.860 INFO:tasks.rados.rados.0.smithi029.stdout:1852: oid 47 version 1186 is already newer than 1185 2024-07-27T18:26:38.860 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 1186 (ObjNum 582 snap 174 seq_num 582) dirty exists 2024-07-27T18:26:38.860 INFO:tasks.rados.rados.0.smithi029.stdout:1852: left oid 47 (ObjNum 582 snap 174 seq_num 582) 2024-07-27T18:26:39.000 INFO:tasks.rados.rados.0.smithi029.stdout:1852: done (1 left) 2024-07-27T18:26:39.001 INFO:tasks.rados.rados.0.smithi029.stdout:1853: done (0 left) 2024-07-27T18:26:39.001 INFO:tasks.rados.rados.0.smithi029.stdout:1854: rollback oid 13 current snap is 175 2024-07-27T18:26:39.001 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 167 2024-07-27T18:26:39.001 INFO:tasks.rados.rados.0.smithi029.stdout:1855: read oid 46 snap -1 2024-07-27T18:26:39.001 INFO:tasks.rados.rados.0.smithi029.stdout:1855: expect (ObjNum 546 snap 163 seq_num 546) 2024-07-27T18:26:39.001 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 175 2024-07-27T18:26:39.001 INFO:tasks.rados.rados.0.smithi029.stdout:1856: seq_num 583 ranges {4734976=172032} 2024-07-27T18:26:39.028 INFO:tasks.rados.rados.0.smithi029.stdout:1856: writing smithi02985406-21 from 4734976 to 4907008 tid 1 2024-07-27T18:26:39.028 INFO:tasks.rados.rados.0.smithi029.stdout:1857: copy_from oid 42 from oid 44 current snap is 175 2024-07-27T18:26:39.028 INFO:tasks.rados.rados.0.smithi029.stdout:1854: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:26:39.028 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 0 (ObjNum 33 snap 0 seq_num 368821904) dirty dne 2024-07-27T18:26:39.028 INFO:tasks.rados.rados.0.smithi029.stdout:1855: expect (ObjNum 546 snap 163 seq_num 546) 2024-07-27T18:26:39.209 INFO:tasks.rados.rados.0.smithi029.stdout:1857: finishing copy_from to smithi02985406-42 2024-07-27T18:26:39.209 INFO:tasks.rados.rados.0.smithi029.stdout:1857: got expected ENOENT (src dne) 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1857: finishing copy_from racing read to smithi02985406-42 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1856: finishing write tid 1 to smithi02985406-21 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1854: done (3 left) 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1855: done (2 left) 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1857: done (1 left) 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1858: copy_from oid 34 from oid 18 current snap is 175 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1856: finishing write tid 2 to smithi02985406-21 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1856: finishing write tid 3 to smithi02985406-21 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1856: oid 21 updating version 0 to 952 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1856: oid 21 version 952 is already newer than 951 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 952 (ObjNum 583 snap 175 seq_num 583) dirty exists 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1856: left oid 21 (ObjNum 583 snap 175 seq_num 583) 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1856: done (1 left) 2024-07-27T18:26:39.210 INFO:tasks.rados.rados.0.smithi029.stdout:1859: delete oid 11 current snap is 175 2024-07-27T18:26:39.211 INFO:tasks.rados.rados.0.smithi029.stdout:1859: done (1 left) 2024-07-27T18:26:39.211 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 175 2024-07-27T18:26:39.211 INFO:tasks.rados.rados.0.smithi029.stdout:1860: seq_num 585 ranges {2539520=204800} 2024-07-27T18:26:39.217 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:38 smithi179 ceph-mon[89801]: from='osd.4 [v2:172.21.15.179:6800/1924054784,v1:172.21.15.179:6801/1924054784]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-07-27T18:26:39.218 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:38 smithi179 ceph-mon[89801]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-07-27T18:26:39.218 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:38 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:39.218 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:26:39.218 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 18:26:39 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T18:26:39.021+0000 7fdc1a60d640 -1 osd.4 425 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:26:39.226 INFO:tasks.rados.rados.0.smithi029.stdout:1860: writing smithi02985406-28 from 2539520 to 2744320 tid 1 2024-07-27T18:26:39.227 INFO:tasks.rados.rados.0.smithi029.stdout:1861: rmattr oid 9 current snap is 175 2024-07-27T18:26:39.227 INFO:tasks.rados.rados.0.smithi029.stdout:1861: done (2 left) 2024-07-27T18:26:39.227 INFO:tasks.rados.rados.0.smithi029.stdout:1862: snap_remove snap 174 2024-07-27T18:26:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:38 smithi029 ceph-mon[96870]: from='osd.4 [v2:172.21.15.179:6800/1924054784,v1:172.21.15.179:6801/1924054784]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-07-27T18:26:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:38 smithi029 ceph-mon[96870]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-07-27T18:26:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:38 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:26:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:38 smithi029 ceph-mon[99353]: from='osd.4 [v2:172.21.15.179:6800/1924054784,v1:172.21.15.179:6801/1924054784]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-07-27T18:26:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:38 smithi029 ceph-mon[99353]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-07-27T18:26:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:38 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:26:40.005 INFO:tasks.rados.rados.0.smithi029.stdout:1862: done (2 left) 2024-07-27T18:26:40.005 INFO:tasks.rados.rados.0.smithi029.stdout:1863: delete oid 29 current snap is 175 2024-07-27T18:26:40.005 INFO:tasks.rados.rados.0.smithi029.stdout:1858: finishing copy_from racing read to smithi02985406-34 2024-07-27T18:26:40.005 INFO:tasks.rados.rados.0.smithi029.stdout:1858: finishing copy_from to smithi02985406-34 2024-07-27T18:26:40.005 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 510 (ObjNum 491 snap 146 seq_num 491) dirty exists 2024-07-27T18:26:40.005 INFO:tasks.rados.rados.0.smithi029.stdout:1860: finishing write tid 1 to smithi02985406-28 2024-07-27T18:26:40.005 INFO:tasks.rados.rados.0.smithi029.stdout:1860: finishing write tid 2 to smithi02985406-28 2024-07-27T18:26:40.005 INFO:tasks.rados.rados.0.smithi029.stdout:1860: finishing write tid 3 to smithi02985406-28 2024-07-27T18:26:40.005 INFO:tasks.rados.rados.0.smithi029.stdout:1860: oid 28 updating version 0 to 1189 2024-07-27T18:26:40.006 INFO:tasks.rados.rados.0.smithi029.stdout:1860: oid 28 version 1189 is already newer than 1188 2024-07-27T18:26:40.006 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 1189 (ObjNum 585 snap 175 seq_num 585) dirty exists 2024-07-27T18:26:40.006 INFO:tasks.rados.rados.0.smithi029.stdout:1860: left oid 28 (ObjNum 585 snap 175 seq_num 585) 2024-07-27T18:26:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[96870]: pgmap v313: 121 pgs: 32 active+undersized, 14 active+undersized+degraded, 75 active+clean; 208 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.1 MiB/s wr, 7 op/s; 37/291 objects degraded (12.715%) 2024-07-27T18:26:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[96870]: Health check update: Degraded data redundancy: 37/291 objects degraded (12.715%), 14 pgs degraded (PG_DEGRADED) 2024-07-27T18:26:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[96870]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-07-27T18:26:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[96870]: osdmap e435: 8 total, 7 up, 8 in 2024-07-27T18:26:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[96870]: from='osd.4 [v2:172.21.15.179:6800/1924054784,v1:172.21.15.179:6801/1924054784]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:26:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[96870]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:26:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[99353]: pgmap v313: 121 pgs: 32 active+undersized, 14 active+undersized+degraded, 75 active+clean; 208 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.1 MiB/s wr, 7 op/s; 37/291 objects degraded (12.715%) 2024-07-27T18:26:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[99353]: Health check update: Degraded data redundancy: 37/291 objects degraded (12.715%), 14 pgs degraded (PG_DEGRADED) 2024-07-27T18:26:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[99353]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-07-27T18:26:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[99353]: osdmap e435: 8 total, 7 up, 8 in 2024-07-27T18:26:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[99353]: from='osd.4 [v2:172.21.15.179:6800/1924054784,v1:172.21.15.179:6801/1924054784]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:26:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[99353]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:26:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:40 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:40 smithi179 ceph-mon[89801]: pgmap v313: 121 pgs: 32 active+undersized, 14 active+undersized+degraded, 75 active+clean; 208 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.1 MiB/s wr, 7 op/s; 37/291 objects degraded (12.715%) 2024-07-27T18:26:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:40 smithi179 ceph-mon[89801]: Health check update: Degraded data redundancy: 37/291 objects degraded (12.715%), 14 pgs degraded (PG_DEGRADED) 2024-07-27T18:26:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:40 smithi179 ceph-mon[89801]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-07-27T18:26:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:40 smithi179 ceph-mon[89801]: osdmap e435: 8 total, 7 up, 8 in 2024-07-27T18:26:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:40 smithi179 ceph-mon[89801]: from='osd.4 [v2:172.21.15.179:6800/1924054784,v1:172.21.15.179:6801/1924054784]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:26:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:40 smithi179 ceph-mon[89801]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:26:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:40 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:40 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:41.031 INFO:tasks.rados.rados.0.smithi029.stdout:1858: done (2 left) 2024-07-27T18:26:41.031 INFO:tasks.rados.rados.0.smithi029.stdout:1860: done (1 left) 2024-07-27T18:26:41.031 INFO:tasks.rados.rados.0.smithi029.stdout:1863: done (0 left) 2024-07-27T18:26:41.031 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 50 current snap is 175 2024-07-27T18:26:41.031 INFO:tasks.rados.rados.0.smithi029.stdout:1864: seq_num 587 ranges {5775360=237568} 2024-07-27T18:26:41.064 INFO:tasks.rados.rados.0.smithi029.stdout:1864: writing smithi02985406-50 from 5775360 to 6012928 tid 1 2024-07-27T18:26:41.064 INFO:tasks.rados.rados.0.smithi029.stdout:1865: snap_remove snap 173 2024-07-27T18:26:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:41 smithi179 ceph-mon[89801]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:26:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:41 smithi179 ceph-mon[89801]: osd.4 [v2:172.21.15.179:6800/1924054784,v1:172.21.15.179:6801/1924054784] boot 2024-07-27T18:26:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:41 smithi179 ceph-mon[89801]: osdmap e436: 8 total, 8 up, 8 in 2024-07-27T18:26:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:41 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:26:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:41 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:41 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:41 smithi179 ceph-mon[89801]: osdmap e437: 8 total, 8 up, 8 in 2024-07-27T18:26:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[96870]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:26:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[96870]: osd.4 [v2:172.21.15.179:6800/1924054784,v1:172.21.15.179:6801/1924054784] boot 2024-07-27T18:26:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[96870]: osdmap e436: 8 total, 8 up, 8 in 2024-07-27T18:26:41.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:26:41.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:41.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:41.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[96870]: osdmap e437: 8 total, 8 up, 8 in 2024-07-27T18:26:41.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[99353]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:26:41.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[99353]: osd.4 [v2:172.21.15.179:6800/1924054784,v1:172.21.15.179:6801/1924054784] boot 2024-07-27T18:26:41.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[99353]: osdmap e436: 8 total, 8 up, 8 in 2024-07-27T18:26:41.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-07-27T18:26:41.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:41.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:41.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:41 smithi029 ceph-mon[99353]: osdmap e437: 8 total, 8 up, 8 in 2024-07-27T18:26:42.019 INFO:tasks.rados.rados.0.smithi029.stdout:1865: done (1 left) 2024-07-27T18:26:42.019 INFO:tasks.rados.rados.0.smithi029.stdout:1866: read oid 37 snap -1 2024-07-27T18:26:42.019 INFO:tasks.rados.rados.0.smithi029.stdout:1866: expect (ObjNum 484 snap 146 seq_num 484) 2024-07-27T18:26:42.019 INFO:tasks.rados.rados.0.smithi029.stdout:1867: copy_from oid 20 from oid 11 current snap is 175 2024-07-27T18:26:42.019 INFO:tasks.rados.rados.0.smithi029.stdout:1864: finishing write tid 1 to smithi02985406-50 2024-07-27T18:26:42.019 INFO:tasks.rados.rados.0.smithi029.stdout:1864: finishing write tid 2 to smithi02985406-50 2024-07-27T18:26:42.019 INFO:tasks.rados.rados.0.smithi029.stdout:1864: finishing write tid 3 to smithi02985406-50 2024-07-27T18:26:42.019 INFO:tasks.rados.rados.0.smithi029.stdout:1864: oid 50 updating version 0 to 423 2024-07-27T18:26:42.019 INFO:tasks.rados.rados.0.smithi029.stdout:1864: oid 50 updating version 423 to 424 2024-07-27T18:26:42.019 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 424 (ObjNum 587 snap 175 seq_num 587) dirty exists 2024-07-27T18:26:42.020 INFO:tasks.rados.rados.0.smithi029.stdout:1864: left oid 50 (ObjNum 587 snap 175 seq_num 587) 2024-07-27T18:26:42.020 INFO:tasks.rados.rados.0.smithi029.stdout:1864: done (2 left) 2024-07-27T18:26:42.020 INFO:tasks.rados.rados.0.smithi029.stdout:1868: rmattr oid 24 current snap is 175 2024-07-27T18:26:42.020 INFO:tasks.rados.rados.0.smithi029.stdout:1868: done (2 left) 2024-07-27T18:26:42.020 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 175 2024-07-27T18:26:42.020 INFO:tasks.rados.rados.0.smithi029.stdout:1869: seq_num 588 ranges {1032192=253952} 2024-07-27T18:26:42.026 INFO:tasks.rados.rados.0.smithi029.stdout:1869: writing smithi02985406-18 from 1032192 to 1286144 tid 1 2024-07-27T18:26:42.026 INFO:tasks.rados.rados.0.smithi029.stdout:1870: delete oid 27 current snap is 175 2024-07-27T18:26:42.028 INFO:tasks.rados.rados.0.smithi029.stdout:1867: finishing copy_from to smithi02985406-20 2024-07-27T18:26:42.029 INFO:tasks.rados.rados.0.smithi029.stdout:1867: got expected ENOENT (src dne) 2024-07-27T18:26:42.029 INFO:tasks.rados.rados.0.smithi029.stdout:1867: finishing copy_from racing read to smithi02985406-20 2024-07-27T18:26:42.031 INFO:tasks.rados.rados.0.smithi029.stdout:1867: done (3 left) 2024-07-27T18:26:42.031 INFO:tasks.rados.rados.0.smithi029.stdout:1870: done (2 left) 2024-07-27T18:26:42.031 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 175 2024-07-27T18:26:42.031 INFO:tasks.rados.rados.0.smithi029.stdout:1871: seq_num 590 ranges {2539520=286720} 2024-07-27T18:26:42.047 INFO:tasks.rados.rados.0.smithi029.stdout:1871: writing smithi02985406-42 from 2539520 to 2826240 tid 1 2024-07-27T18:26:42.047 INFO:tasks.rados.rados.0.smithi029.stdout:1872: snap_create 2024-07-27T18:26:42.047 INFO:tasks.rados.rados.0.smithi029.stdout:1869: finishing write tid 1 to smithi02985406-18 2024-07-27T18:26:42.047 INFO:tasks.rados.rados.0.smithi029.stdout:1869: finishing write tid 2 to smithi02985406-18 2024-07-27T18:26:42.047 INFO:tasks.rados.rados.0.smithi029.stdout:1869: finishing write tid 3 to smithi02985406-18 2024-07-27T18:26:42.047 INFO:tasks.rados.rados.0.smithi029.stdout:1869: oid 18 updating version 0 to 1203 2024-07-27T18:26:42.047 INFO:tasks.rados.rados.0.smithi029.stdout:1869: oid 18 version 1203 is already newer than 1202 2024-07-27T18:26:42.048 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 1203 (ObjNum 588 snap 175 seq_num 588) dirty exists 2024-07-27T18:26:42.048 INFO:tasks.rados.rados.0.smithi029.stdout:1869: left oid 18 (ObjNum 588 snap 175 seq_num 588) 2024-07-27T18:26:42.048 INFO:tasks.rados.rados.0.smithi029.stdout:1866: expect (ObjNum 484 snap 146 seq_num 484) 2024-07-27T18:26:42.074 INFO:tasks.rados.rados.0.smithi029.stdout:1871: finishing write tid 1 to smithi02985406-42 2024-07-27T18:26:42.074 INFO:tasks.rados.rados.0.smithi029.stdout:1871: finishing write tid 2 to smithi02985406-42 2024-07-27T18:26:42.074 INFO:tasks.rados.rados.0.smithi029.stdout:1871: finishing write tid 3 to smithi02985406-42 2024-07-27T18:26:42.074 INFO:tasks.rados.rados.0.smithi029.stdout:1871: oid 42 updating version 0 to 1070 2024-07-27T18:26:42.074 INFO:tasks.rados.rados.0.smithi029.stdout:1871: oid 42 updating version 1070 to 1071 2024-07-27T18:26:42.074 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 1071 (ObjNum 590 snap 175 seq_num 590) dirty exists 2024-07-27T18:26:42.074 INFO:tasks.rados.rados.0.smithi029.stdout:1871: left oid 42 (ObjNum 590 snap 175 seq_num 590) 2024-07-27T18:26:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:42 smithi179 ceph-mon[89801]: pgmap v316: 121 pgs: 32 active+undersized, 14 active+undersized+degraded, 75 active+clean; 210 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.4 MiB/s wr, 12 op/s; 40/300 objects degraded (13.333%) 2024-07-27T18:26:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:42 smithi179 ceph-mon[89801]: osdmap e438: 8 total, 8 up, 8 in 2024-07-27T18:26:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:42 smithi029 ceph-mon[96870]: pgmap v316: 121 pgs: 32 active+undersized, 14 active+undersized+degraded, 75 active+clean; 210 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.4 MiB/s wr, 12 op/s; 40/300 objects degraded (13.333%) 2024-07-27T18:26:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:42 smithi029 ceph-mon[96870]: osdmap e438: 8 total, 8 up, 8 in 2024-07-27T18:26:42.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:42 smithi029 ceph-mon[99353]: pgmap v316: 121 pgs: 32 active+undersized, 14 active+undersized+degraded, 75 active+clean; 210 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.4 MiB/s wr, 12 op/s; 40/300 objects degraded (13.333%) 2024-07-27T18:26:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:42 smithi029 ceph-mon[99353]: osdmap e438: 8 total, 8 up, 8 in 2024-07-27T18:26:42.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:26:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:26:42] "GET /metrics HTTP/1.1" 200 36293 "" "Prometheus/2.43.0" 2024-07-27T18:26:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1866: done (3 left) 2024-07-27T18:26:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1869: done (2 left) 2024-07-27T18:26:43.020 INFO:tasks.rados.rados.0.smithi029.stdout:1871: done (1 left) 2024-07-27T18:26:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1872: done (0 left) 2024-07-27T18:26:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1873: rollback oid 21 current snap is 176 2024-07-27T18:26:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 21 to 175 2024-07-27T18:26:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1874: read oid 13 snap 175 2024-07-27T18:26:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1874: expect deleted 2024-07-27T18:26:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1875: copy_from oid 25 from oid 10 current snap is 176 2024-07-27T18:26:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 176 2024-07-27T18:26:43.021 INFO:tasks.rados.rados.0.smithi029.stdout:1876: seq_num 591 ranges {9084928=303104} 2024-07-27T18:26:43.072 INFO:tasks.rados.rados.0.smithi029.stdout:1876: writing smithi02985406-4 from 9084928 to 9388032 tid 1 2024-07-27T18:26:43.072 INFO:tasks.rados.rados.0.smithi029.stdout:1877: snap_create 2024-07-27T18:26:43.072 INFO:tasks.rados.rados.0.smithi029.stdout:1873: finishing rollback tid 0 to smithi02985406-21 2024-07-27T18:26:43.072 INFO:tasks.rados.rados.0.smithi029.stdout:1873: finishing rollback tid 1 to smithi02985406-21 2024-07-27T18:26:43.072 INFO:tasks.rados.rados.0.smithi029.stdout:1873: finishing rollback tid 2 to smithi02985406-21 2024-07-27T18:26:43.072 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 955 (ObjNum 583 snap 175 seq_num 583) dirty exists 2024-07-27T18:26:43.072 INFO:tasks.rados.rados.0.smithi029.stdout:1875: finishing copy_from racing read to smithi02985406-25 2024-07-27T18:26:43.072 INFO:tasks.rados.rados.0.smithi029.stdout:1875: finishing copy_from to smithi02985406-25 2024-07-27T18:26:43.072 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1143 (ObjNum 509 snap 151 seq_num 509) dirty exists 2024-07-27T18:26:43.076 INFO:tasks.rados.rados.0.smithi029.stdout:1876: finishing write tid 1 to smithi02985406-4 2024-07-27T18:26:43.076 INFO:tasks.rados.rados.0.smithi029.stdout:1876: finishing write tid 2 to smithi02985406-4 2024-07-27T18:26:43.078 INFO:tasks.rados.rados.0.smithi029.stdout:1876: finishing write tid 3 to smithi02985406-4 2024-07-27T18:26:43.078 INFO:tasks.rados.rados.0.smithi029.stdout:1876: oid 4 updating version 0 to 1157 2024-07-27T18:26:43.078 INFO:tasks.rados.rados.0.smithi029.stdout:1876: oid 4 updating version 1157 to 1158 2024-07-27T18:26:43.078 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1158 (ObjNum 591 snap 176 seq_num 591) dirty exists 2024-07-27T18:26:43.078 INFO:tasks.rados.rados.0.smithi029.stdout:1876: left oid 4 (ObjNum 591 snap 176 seq_num 591) 2024-07-27T18:26:43.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:26:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:26:43.360+0000 7fe44c0d1640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-07-27T18:26:44.022 INFO:tasks.rados.rados.0.smithi029.stdout:1873: done (4 left) 2024-07-27T18:26:44.022 INFO:tasks.rados.rados.0.smithi029.stdout:1874: done (3 left) 2024-07-27T18:26:44.022 INFO:tasks.rados.rados.0.smithi029.stdout:1875: done (2 left) 2024-07-27T18:26:44.022 INFO:tasks.rados.rados.0.smithi029.stdout:1876: done (1 left) 2024-07-27T18:26:44.022 INFO:tasks.rados.rados.0.smithi029.stdout:1877: done (0 left) 2024-07-27T18:26:44.022 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 177 2024-07-27T18:26:44.023 INFO:tasks.rados.rados.0.smithi029.stdout:1878: seq_num 592 ranges {2482176=319488} 2024-07-27T18:26:44.037 INFO:tasks.rados.rados.0.smithi029.stdout:1878: writing smithi02985406-47 from 2482176 to 2801664 tid 1 2024-07-27T18:26:44.037 INFO:tasks.rados.rados.0.smithi029.stdout:1879: setattr oid 48 current snap is 177 2024-07-27T18:26:44.039 INFO:tasks.rados.rados.0.smithi029.stdout:1880: read oid 17 snap 175 2024-07-27T18:26:44.040 INFO:tasks.rados.rados.0.smithi029.stdout:1880: expect (ObjNum 540 snap 162 seq_num 540) 2024-07-27T18:26:44.040 INFO:tasks.rados.rados.0.smithi029.stdout:1881: snap_create 2024-07-27T18:26:44.042 INFO:tasks.rados.rados.0.smithi029.stdout:1878: finishing write tid 1 to smithi02985406-47 2024-07-27T18:26:44.043 INFO:tasks.rados.rados.0.smithi029.stdout:1878: finishing write tid 2 to smithi02985406-47 2024-07-27T18:26:44.045 INFO:tasks.rados.rados.0.smithi029.stdout:1878: finishing write tid 3 to smithi02985406-47 2024-07-27T18:26:44.045 INFO:tasks.rados.rados.0.smithi029.stdout:1878: oid 47 updating version 0 to 1207 2024-07-27T18:26:44.045 INFO:tasks.rados.rados.0.smithi029.stdout:1878: oid 47 updating version 1207 to 1208 2024-07-27T18:26:44.045 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 1208 (ObjNum 592 snap 177 seq_num 592) dirty exists 2024-07-27T18:26:44.045 INFO:tasks.rados.rados.0.smithi029.stdout:1878: left oid 47 (ObjNum 592 snap 177 seq_num 592) 2024-07-27T18:26:44.047 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1292 (ObjNum 565 snap 169 seq_num 565) dirty exists 2024-07-27T18:26:44.053 INFO:tasks.rados.rados.0.smithi029.stdout:1880: expect (ObjNum 540 snap 162 seq_num 540) 2024-07-27T18:26:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: pgmap v319: 121 pgs: 3 activating, 25 active+undersized, 12 active+undersized+degraded, 81 active+clean; 211 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 746 KiB/s wr, 10 op/s; 37/309 objects degraded (11.974%); 4.5 MiB/s, 0 objects/s recovering 2024-07-27T18:26:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: osdmap e439: 8 total, 8 up, 8 in 2024-07-27T18:26:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:26:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:26:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:26:44.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:44.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:44.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:44.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-07-27T18:26:44.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-07-27T18:26:44.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:44 smithi179 ceph-mon[89801]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-07-27T18:26:44.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: pgmap v319: 121 pgs: 3 activating, 25 active+undersized, 12 active+undersized+degraded, 81 active+clean; 211 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 746 KiB/s wr, 10 op/s; 37/309 objects degraded (11.974%); 4.5 MiB/s, 0 objects/s recovering 2024-07-27T18:26:44.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: osdmap e439: 8 total, 8 up, 8 in 2024-07-27T18:26:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:26:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:26:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:26:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-07-27T18:26:44.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-07-27T18:26:44.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[99353]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-07-27T18:26:44.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: pgmap v319: 121 pgs: 3 activating, 25 active+undersized, 12 active+undersized+degraded, 81 active+clean; 211 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 746 KiB/s wr, 10 op/s; 37/309 objects degraded (11.974%); 4.5 MiB/s, 0 objects/s recovering 2024-07-27T18:26:44.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: osdmap e439: 8 total, 8 up, 8 in 2024-07-27T18:26:44.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:44.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:44.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:26:44.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:26:44.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:44.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:26:44.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:44.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:44.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:44.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-07-27T18:26:44.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-07-27T18:26:44.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:44 smithi029 ceph-mon[96870]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-07-27T18:26:45.032 INFO:tasks.rados.rados.0.smithi029.stdout:1878: done (3 left) 2024-07-27T18:26:45.032 INFO:tasks.rados.rados.0.smithi029.stdout:1879: done (2 left) 2024-07-27T18:26:45.032 INFO:tasks.rados.rados.0.smithi029.stdout:1880: done (1 left) 2024-07-27T18:26:45.032 INFO:tasks.rados.rados.0.smithi029.stdout:1881: done (0 left) 2024-07-27T18:26:45.032 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 178 2024-07-27T18:26:45.032 INFO:tasks.rados.rados.0.smithi029.stdout:1882: seq_num 593 ranges {5406720=335872} 2024-07-27T18:26:45.063 INFO:tasks.rados.rados.0.smithi029.stdout:1882: writing smithi02985406-5 from 5406720 to 5742592 tid 1 2024-07-27T18:26:45.063 INFO:tasks.rados.rados.0.smithi029.stdout:1883: rollback oid 45 current snap is 178 2024-07-27T18:26:45.063 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 45 to 167 2024-07-27T18:26:45.063 INFO:tasks.rados.rados.0.smithi029.stdout:1884: setattr oid 38 current snap is 178 2024-07-27T18:26:45.065 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 178 2024-07-27T18:26:45.065 INFO:tasks.rados.rados.0.smithi029.stdout:1885: seq_num 594 ranges {0=352256} 2024-07-27T18:26:45.068 INFO:tasks.rados.rados.0.smithi029.stdout:1885: writing smithi02985406-7 from 0 to 352256 tid 1 2024-07-27T18:26:45.068 INFO:tasks.rados.rados.0.smithi029.stdout:1886: read oid 11 snap -1 2024-07-27T18:26:45.068 INFO:tasks.rados.rados.0.smithi029.stdout:1886: expect deleted 2024-07-27T18:26:45.068 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 178 2024-07-27T18:26:45.068 INFO:tasks.rados.rados.0.smithi029.stdout:1887: seq_num 595 ranges {4112384=368640} 2024-07-27T18:26:45.094 INFO:tasks.rados.rados.0.smithi029.stdout:1887: writing smithi02985406-39 from 4112384 to 4481024 tid 1 2024-07-27T18:26:45.094 INFO:tasks.rados.rados.0.smithi029.stdout:1882: finishing write tid 1 to smithi02985406-5 2024-07-27T18:26:45.094 INFO:tasks.rados.rados.0.smithi029.stdout:1888: read oid 43 snap -1 2024-07-27T18:26:45.094 INFO:tasks.rados.rados.0.smithi029.stdout:1888: expect (ObjNum 378 snap 108 seq_num 378) 2024-07-27T18:26:45.094 INFO:tasks.rados.rados.0.smithi029.stdout:1889: copy_from oid 15 from oid 48 current snap is 178 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:1882: finishing write tid 2 to smithi02985406-5 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:1883: finishing rollback tid 0 to smithi02985406-45 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 1235 (ObjNum 561 snap 168 seq_num 561) dirty exists 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:1883: finishing rollback tid 1 to smithi02985406-45 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:1883: finishing rollback tid 2 to smithi02985406-45 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 927 (ObjNum 537 snap 161 seq_num 537) dirty exists 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:1882: finishing write tid 3 to smithi02985406-5 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:1882: oid 5 updating version 0 to 1295 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:1882: oid 5 version 1295 is already newer than 1294 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1295 (ObjNum 593 snap 178 seq_num 593) dirty exists 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:1882: left oid 5 (ObjNum 593 snap 178 seq_num 593) 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:1885: finishing write tid 1 to smithi02985406-7 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:1885: finishing write tid 2 to smithi02985406-7 2024-07-27T18:26:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:1885: finishing write tid 3 to smithi02985406-7 2024-07-27T18:26:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:1885: oid 7 updating version 0 to 1297 2024-07-27T18:26:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:1885: oid 7 version 1297 is already newer than 1296 2024-07-27T18:26:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1297 (ObjNum 594 snap 178 seq_num 594) dirty exists 2024-07-27T18:26:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:1885: left oid 7 (ObjNum 594 snap 178 seq_num 594) 2024-07-27T18:26:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:1882: done (7 left) 2024-07-27T18:26:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:1883: done (6 left) 2024-07-27T18:26:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:1884: done (5 left) 2024-07-27T18:26:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:1885: done (4 left) 2024-07-27T18:26:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:1886: done (3 left) 2024-07-27T18:26:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:1890: snap_create 2024-07-27T18:26:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:1887: finishing write tid 1 to smithi02985406-39 2024-07-27T18:26:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:1887: finishing write tid 2 to smithi02985406-39 2024-07-27T18:26:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:1887: finishing write tid 3 to smithi02985406-39 2024-07-27T18:26:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:1887: oid 39 updating version 0 to 425 2024-07-27T18:26:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:1887: oid 39 updating version 425 to 426 2024-07-27T18:26:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 426 (ObjNum 595 snap 178 seq_num 595) dirty exists 2024-07-27T18:26:45.098 INFO:tasks.rados.rados.0.smithi029.stdout:1887: left oid 39 (ObjNum 595 snap 178 seq_num 595) 2024-07-27T18:26:45.101 INFO:tasks.rados.rados.0.smithi029.stdout:1888: expect (ObjNum 378 snap 108 seq_num 378) 2024-07-27T18:26:45.144 INFO:tasks.rados.rados.0.smithi029.stdout:1889: finishing copy_from racing read to smithi02985406-15 2024-07-27T18:26:45.144 INFO:tasks.rados.rados.0.smithi029.stdout:1889: finishing copy_from to smithi02985406-15 2024-07-27T18:26:45.144 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 1292 (ObjNum 565 snap 169 seq_num 565) dirty exists 2024-07-27T18:26:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:45 smithi179 ceph-mon[89801]: osdmap e440: 8 total, 8 up, 8 in 2024-07-27T18:26:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:45 smithi029 ceph-mon[96870]: osdmap e440: 8 total, 8 up, 8 in 2024-07-27T18:26:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:45 smithi029 ceph-mon[99353]: osdmap e440: 8 total, 8 up, 8 in 2024-07-27T18:26:46.037 INFO:tasks.rados.rados.0.smithi029.stdout:1887: done (3 left) 2024-07-27T18:26:46.037 INFO:tasks.rados.rados.0.smithi029.stdout:1888: done (2 left) 2024-07-27T18:26:46.037 INFO:tasks.rados.rados.0.smithi029.stdout:1889: done (1 left) 2024-07-27T18:26:46.037 INFO:tasks.rados.rados.0.smithi029.stdout:1890: done (0 left) 2024-07-27T18:26:46.037 INFO:tasks.rados.rados.0.smithi029.stdout:1891: rollback oid 1 current snap is 179 2024-07-27T18:26:46.037 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 1 to 176 2024-07-27T18:26:46.037 INFO:tasks.rados.rados.0.smithi029.stdout:1892: read oid 38 snap -1 2024-07-27T18:26:46.038 INFO:tasks.rados.rados.0.smithi029.stdout:1892: expect (ObjNum 561 snap 168 seq_num 561) 2024-07-27T18:26:46.038 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 179 2024-07-27T18:26:46.038 INFO:tasks.rados.rados.0.smithi029.stdout:1893: seq_num 596 ranges {5849088=385024} 2024-07-27T18:26:46.072 INFO:tasks.rados.rados.0.smithi029.stdout:1893: writing smithi02985406-9 from 5849088 to 6234112 tid 1 2024-07-27T18:26:46.072 INFO:tasks.rados.rados.0.smithi029.stdout:1894: copy_from oid 7 from oid 4 current snap is 179 2024-07-27T18:26:46.072 INFO:tasks.rados.rados.0.smithi029.stdout:1891: finishing rollback tid 0 to smithi02985406-1 2024-07-27T18:26:46.072 INFO:tasks.rados.rados.0.smithi029.stdout:1891: finishing rollback tid 1 to smithi02985406-1 2024-07-27T18:26:46.072 INFO:tasks.rados.rados.0.smithi029.stdout:1891: finishing rollback tid 2 to smithi02985406-1 2024-07-27T18:26:46.072 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1236 (ObjNum 534 snap 160 seq_num 534) dirty exists 2024-07-27T18:26:46.073 INFO:tasks.rados.rados.0.smithi029.stdout:1892: expect (ObjNum 561 snap 168 seq_num 561) 2024-07-27T18:26:46.204 INFO:tasks.rados.rados.0.smithi029.stdout:1893: finishing write tid 1 to smithi02985406-9 2024-07-27T18:26:46.204 INFO:tasks.rados.rados.0.smithi029.stdout:1893: finishing write tid 2 to smithi02985406-9 2024-07-27T18:26:46.204 INFO:tasks.rados.rados.0.smithi029.stdout:1893: finishing write tid 3 to smithi02985406-9 2024-07-27T18:26:46.204 INFO:tasks.rados.rados.0.smithi029.stdout:1893: oid 9 updating version 0 to 1210 2024-07-27T18:26:46.204 INFO:tasks.rados.rados.0.smithi029.stdout:1893: oid 9 updating version 1210 to 1211 2024-07-27T18:26:46.204 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 1211 (ObjNum 596 snap 179 seq_num 596) dirty exists 2024-07-27T18:26:46.205 INFO:tasks.rados.rados.0.smithi029.stdout:1893: left oid 9 (ObjNum 596 snap 179 seq_num 596) 2024-07-27T18:26:46.205 INFO:tasks.rados.rados.0.smithi029.stdout:1894: finishing copy_from racing read to smithi02985406-7 2024-07-27T18:26:46.205 INFO:tasks.rados.rados.0.smithi029.stdout:1894: finishing copy_from to smithi02985406-7 2024-07-27T18:26:46.205 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1158 (ObjNum 591 snap 176 seq_num 591) dirty exists 2024-07-27T18:26:46.205 INFO:tasks.rados.rados.0.smithi029.stdout:1891: done (3 left) 2024-07-27T18:26:46.205 INFO:tasks.rados.rados.0.smithi029.stdout:1892: done (2 left) 2024-07-27T18:26:46.205 INFO:tasks.rados.rados.0.smithi029.stdout:1893: done (1 left) 2024-07-27T18:26:46.205 INFO:tasks.rados.rados.0.smithi029.stdout:1894: done (0 left) 2024-07-27T18:26:46.205 INFO:tasks.rados.rados.0.smithi029.stdout:1895: rollback oid 13 current snap is 179 2024-07-27T18:26:46.205 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 176 2024-07-27T18:26:46.205 INFO:tasks.rados.rados.0.smithi029.stdout:1896: delete oid 40 current snap is 179 2024-07-27T18:26:46.206 INFO:tasks.rados.rados.0.smithi029.stdout:1895: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:26:46.206 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 0 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-07-27T18:26:46.206 INFO:tasks.rados.rados.0.smithi029.stdout:1895: done (1 left) 2024-07-27T18:26:46.206 INFO:tasks.rados.rados.0.smithi029.stdout:1896: done (0 left) 2024-07-27T18:26:46.207 INFO:tasks.rados.rados.0.smithi029.stdout:1897: copy_from oid 37 from oid 47 current snap is 179 2024-07-27T18:26:46.207 INFO:tasks.rados.rados.0.smithi029.stdout:1898: copy_from oid 17 from oid 36 current snap is 179 2024-07-27T18:26:46.207 INFO:tasks.rados.rados.0.smithi029.stdout:1899: read oid 27 snap -1 2024-07-27T18:26:46.207 INFO:tasks.rados.rados.0.smithi029.stdout:1899: expect deleted 2024-07-27T18:26:46.207 INFO:tasks.rados.rados.0.smithi029.stdout:1900: delete oid 23 current snap is 179 2024-07-27T18:26:46.210 INFO:tasks.rados.rados.0.smithi029.stdout:1899: done (3 left) 2024-07-27T18:26:46.210 INFO:tasks.rados.rados.0.smithi029.stdout:1900: done (2 left) 2024-07-27T18:26:46.210 INFO:tasks.rados.rados.0.smithi029.stdout:1901: rmattr oid 11 current snap is 179 2024-07-27T18:26:46.210 INFO:tasks.rados.rados.0.smithi029.stdout:1901: done (2 left) 2024-07-27T18:26:46.210 INFO:tasks.rados.rados.0.smithi029.stdout:1902: read oid 46 snap -1 2024-07-27T18:26:46.211 INFO:tasks.rados.rados.0.smithi029.stdout:1902: expect (ObjNum 546 snap 163 seq_num 546) 2024-07-27T18:26:46.211 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 179 2024-07-27T18:26:46.211 INFO:tasks.rados.rados.0.smithi029.stdout:1903: seq_num 599 ranges {3563520=434176} 2024-07-27T18:26:46.231 INFO:tasks.rados.rados.0.smithi029.stdout:1903: writing smithi02985406-26 from 3563520 to 3997696 tid 1 2024-07-27T18:26:46.232 INFO:tasks.rados.rados.0.smithi029.stdout:1904: delete oid 42 current snap is 179 2024-07-27T18:26:46.232 INFO:tasks.rados.rados.0.smithi029.stdout:1897: finishing copy_from racing read to smithi02985406-37 2024-07-27T18:26:46.232 INFO:tasks.rados.rados.0.smithi029.stdout:1898: finishing copy_from racing read to smithi02985406-17 2024-07-27T18:26:46.232 INFO:tasks.rados.rados.0.smithi029.stdout:1898: finishing copy_from to smithi02985406-17 2024-07-27T18:26:46.232 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 315 (ObjNum 506 snap 151 seq_num 506) dirty exists 2024-07-27T18:26:46.232 INFO:tasks.rados.rados.0.smithi029.stdout:1902: expect (ObjNum 546 snap 163 seq_num 546) 2024-07-27T18:26:46.411 INFO:tasks.rados.rados.0.smithi029.stdout:1897: finishing copy_from to smithi02985406-37 2024-07-27T18:26:46.411 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1208 (ObjNum 592 snap 177 seq_num 592) dirty exists 2024-07-27T18:26:46.411 INFO:tasks.rados.rados.0.smithi029.stdout:1903: finishing write tid 1 to smithi02985406-26 2024-07-27T18:26:46.412 INFO:tasks.rados.rados.0.smithi029.stdout:1903: finishing write tid 2 to smithi02985406-26 2024-07-27T18:26:46.412 INFO:tasks.rados.rados.0.smithi029.stdout:1903: finishing write tid 3 to smithi02985406-26 2024-07-27T18:26:46.412 INFO:tasks.rados.rados.0.smithi029.stdout:1903: oid 26 updating version 0 to 591 2024-07-27T18:26:46.412 INFO:tasks.rados.rados.0.smithi029.stdout:1903: oid 26 version 591 is already newer than 590 2024-07-27T18:26:46.412 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 591 (ObjNum 599 snap 179 seq_num 599) dirty exists 2024-07-27T18:26:46.412 INFO:tasks.rados.rados.0.smithi029.stdout:1903: left oid 26 (ObjNum 599 snap 179 seq_num 599) 2024-07-27T18:26:46.412 INFO:tasks.rados.rados.0.smithi029.stdout:1897: done (4 left) 2024-07-27T18:26:46.412 INFO:tasks.rados.rados.0.smithi029.stdout:1898: done (3 left) 2024-07-27T18:26:46.412 INFO:tasks.rados.rados.0.smithi029.stdout:1902: done (2 left) 2024-07-27T18:26:46.412 INFO:tasks.rados.rados.0.smithi029.stdout:1903: done (1 left) 2024-07-27T18:26:46.412 INFO:tasks.rados.rados.0.smithi029.stdout:1904: done (0 left) 2024-07-27T18:26:46.412 INFO:tasks.rados.rados.0.smithi029.stdout:1905: snap_remove snap 177 2024-07-27T18:26:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:46 smithi179 ceph-mon[89801]: pgmap v322: 121 pgs: 3 activating, 118 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.1 MiB/s wr, 14 op/s; 1/309 objects degraded (0.324%); 15 MiB/s, 3 objects/s recovering 2024-07-27T18:26:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:46 smithi179 ceph-mon[89801]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/309 objects degraded (11.974%), 12 pgs degraded) 2024-07-27T18:26:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:46 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:26:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:46 smithi179 ceph-mon[89801]: osdmap e441: 8 total, 8 up, 8 in 2024-07-27T18:26:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:46 smithi029 ceph-mon[96870]: pgmap v322: 121 pgs: 3 activating, 118 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.1 MiB/s wr, 14 op/s; 1/309 objects degraded (0.324%); 15 MiB/s, 3 objects/s recovering 2024-07-27T18:26:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:46 smithi029 ceph-mon[96870]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/309 objects degraded (11.974%), 12 pgs degraded) 2024-07-27T18:26:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:46 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:26:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:46 smithi029 ceph-mon[96870]: osdmap e441: 8 total, 8 up, 8 in 2024-07-27T18:26:46.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:46 smithi029 ceph-mon[99353]: pgmap v322: 121 pgs: 3 activating, 118 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.1 MiB/s wr, 14 op/s; 1/309 objects degraded (0.324%); 15 MiB/s, 3 objects/s recovering 2024-07-27T18:26:46.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:46 smithi029 ceph-mon[99353]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/309 objects degraded (11.974%), 12 pgs degraded) 2024-07-27T18:26:46.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:46 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:26:46.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:46 smithi029 ceph-mon[99353]: osdmap e441: 8 total, 8 up, 8 in 2024-07-27T18:26:47.043 INFO:tasks.rados.rados.0.smithi029.stdout:1905: done (0 left) 2024-07-27T18:26:47.043 INFO:tasks.rados.rados.0.smithi029.stdout:1906: delete oid 24 current snap is 179 2024-07-27T18:26:47.052 INFO:tasks.rados.rados.0.smithi029.stdout:1906: done (0 left) 2024-07-27T18:26:47.052 INFO:tasks.rados.rados.0.smithi029.stdout:1907: delete oid 23 current snap is 179 2024-07-27T18:26:47.054 INFO:tasks.rados.rados.0.smithi029.stdout:1907: done (0 left) 2024-07-27T18:26:47.054 INFO:tasks.rados.rados.0.smithi029.stdout:1908: copy_from oid 6 from oid 30 current snap is 179 2024-07-27T18:26:47.054 INFO:tasks.rados.rados.0.smithi029.stdout:1909: snap_remove snap 167 2024-07-27T18:26:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:47 smithi179 ceph-mon[89801]: osdmap e442: 8 total, 8 up, 8 in 2024-07-27T18:26:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:47 smithi029 ceph-mon[96870]: osdmap e442: 8 total, 8 up, 8 in 2024-07-27T18:26:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:47 smithi029 ceph-mon[99353]: osdmap e442: 8 total, 8 up, 8 in 2024-07-27T18:26:48.047 INFO:tasks.rados.rados.0.smithi029.stdout:1909: done (1 left) 2024-07-27T18:26:48.047 INFO:tasks.rados.rados.0.smithi029.stdout:1910: snap_create 2024-07-27T18:26:48.047 INFO:tasks.rados.rados.0.smithi029.stdout:1908: finishing copy_from to smithi02985406-6 2024-07-27T18:26:48.047 INFO:tasks.rados.rados.0.smithi029.stdout:1908: got expected ENOENT (src dne) 2024-07-27T18:26:48.048 INFO:tasks.rados.rados.0.smithi029.stdout:1908: finishing copy_from racing read to smithi02985406-6 2024-07-27T18:26:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:48 smithi179 ceph-mon[89801]: pgmap v325: 121 pgs: 121 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 780 KiB/s wr, 11 op/s; 11 MiB/s, 2 objects/s recovering 2024-07-27T18:26:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:48 smithi179 ceph-mon[89801]: osdmap e443: 8 total, 8 up, 8 in 2024-07-27T18:26:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:48 smithi029 ceph-mon[99353]: pgmap v325: 121 pgs: 121 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 780 KiB/s wr, 11 op/s; 11 MiB/s, 2 objects/s recovering 2024-07-27T18:26:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:48 smithi029 ceph-mon[99353]: osdmap e443: 8 total, 8 up, 8 in 2024-07-27T18:26:48.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:48 smithi029 ceph-mon[96870]: pgmap v325: 121 pgs: 121 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 780 KiB/s wr, 11 op/s; 11 MiB/s, 2 objects/s recovering 2024-07-27T18:26:48.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:48 smithi029 ceph-mon[96870]: osdmap e443: 8 total, 8 up, 8 in 2024-07-27T18:26:49.052 INFO:tasks.rados.rados.0.smithi029.stdout:1908: done (1 left) 2024-07-27T18:26:49.052 INFO:tasks.rados.rados.0.smithi029.stdout:1910: done (0 left) 2024-07-27T18:26:49.052 INFO:tasks.rados.rados.0.smithi029.stdout:1911: delete oid 46 current snap is 180 2024-07-27T18:26:49.056 INFO:tasks.rados.rados.0.smithi029.stdout:1911: done (0 left) 2024-07-27T18:26:49.056 INFO:tasks.rados.rados.0.smithi029.stdout:1912: rollback oid 6 current snap is 180 2024-07-27T18:26:49.056 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 6 to 175 2024-07-27T18:26:49.057 INFO:tasks.rados.rados.0.smithi029.stdout:1913: read oid 17 snap -1 2024-07-27T18:26:49.057 INFO:tasks.rados.rados.0.smithi029.stdout:1913: expect (ObjNum 506 snap 151 seq_num 506) 2024-07-27T18:26:49.057 INFO:tasks.rados.rados.0.smithi029.stdout:1914: snap_create 2024-07-27T18:26:49.062 INFO:tasks.rados.rados.0.smithi029.stdout:1912: finishing rollback tid 0 to smithi02985406-6 2024-07-27T18:26:49.062 INFO:tasks.rados.rados.0.smithi029.stdout:1912: finishing rollback tid 1 to smithi02985406-6 2024-07-27T18:26:49.063 INFO:tasks.rados.rados.0.smithi029.stdout:1912: finishing rollback tid 2 to smithi02985406-6 2024-07-27T18:26:49.063 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1239 (ObjNum 548 snap 163 seq_num 548) dirty exists 2024-07-27T18:26:49.065 INFO:tasks.rados.rados.0.smithi029.stdout:1913: expect (ObjNum 506 snap 151 seq_num 506) 2024-07-27T18:26:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:49 smithi179 ceph-mon[89801]: osdmap e444: 8 total, 8 up, 8 in 2024-07-27T18:26:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:49 smithi029 ceph-mon[96870]: osdmap e444: 8 total, 8 up, 8 in 2024-07-27T18:26:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:49 smithi029 ceph-mon[99353]: osdmap e444: 8 total, 8 up, 8 in 2024-07-27T18:26:50.054 INFO:tasks.rados.rados.0.smithi029.stdout:1912: done (2 left) 2024-07-27T18:26:50.055 INFO:tasks.rados.rados.0.smithi029.stdout:1913: done (1 left) 2024-07-27T18:26:50.055 INFO:tasks.rados.rados.0.smithi029.stdout:1914: done (0 left) 2024-07-27T18:26:50.055 INFO:tasks.rados.rados.0.smithi029.stdout:1915: rollback oid 5 current snap is 181 2024-07-27T18:26:50.055 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 5 to 180 2024-07-27T18:26:50.055 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 181 2024-07-27T18:26:50.055 INFO:tasks.rados.rados.0.smithi029.stdout:1916: seq_num 604 ranges {0=524288} 2024-07-27T18:26:50.057 INFO:tasks.rados.rados.0.smithi029.stdout:1916: writing smithi02985406-46 from 0 to 524288 tid 1 2024-07-27T18:26:50.057 INFO:tasks.rados.rados.0.smithi029.stdout:1917: snap_create 2024-07-27T18:26:50.062 INFO:tasks.rados.rados.0.smithi029.stdout:1915: finishing rollback tid 0 to smithi02985406-5 2024-07-27T18:26:50.063 INFO:tasks.rados.rados.0.smithi029.stdout:1915: finishing rollback tid 1 to smithi02985406-5 2024-07-27T18:26:50.064 INFO:tasks.rados.rados.0.smithi029.stdout:1915: finishing rollback tid 2 to smithi02985406-5 2024-07-27T18:26:50.064 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1312 (ObjNum 593 snap 178 seq_num 593) dirty exists 2024-07-27T18:26:50.066 INFO:tasks.rados.rados.0.smithi029.stdout:1916: finishing write tid 1 to smithi02985406-46 2024-07-27T18:26:50.067 INFO:tasks.rados.rados.0.smithi029.stdout:1916: finishing write tid 2 to smithi02985406-46 2024-07-27T18:26:50.067 INFO:tasks.rados.rados.0.smithi029.stdout:1916: finishing write tid 3 to smithi02985406-46 2024-07-27T18:26:50.068 INFO:tasks.rados.rados.0.smithi029.stdout:1916: oid 46 updating version 0 to 626 2024-07-27T18:26:50.068 INFO:tasks.rados.rados.0.smithi029.stdout:1916: oid 46 updating version 626 to 627 2024-07-27T18:26:50.068 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 627 (ObjNum 604 snap 181 seq_num 604) dirty exists 2024-07-27T18:26:50.068 INFO:tasks.rados.rados.0.smithi029.stdout:1916: left oid 46 (ObjNum 604 snap 181 seq_num 604) 2024-07-27T18:26:50.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:50 smithi179 ceph-mon[89801]: pgmap v328: 121 pgs: 121 active+clean; 216 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.1 MiB/s rd, 1.1 MiB/s wr, 5 op/s; 34 KiB/s, 0 objects/s recovering 2024-07-27T18:26:50.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:50 smithi179 ceph-mon[89801]: osdmap e445: 8 total, 8 up, 8 in 2024-07-27T18:26:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:50 smithi029 ceph-mon[96870]: pgmap v328: 121 pgs: 121 active+clean; 216 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.1 MiB/s rd, 1.1 MiB/s wr, 5 op/s; 34 KiB/s, 0 objects/s recovering 2024-07-27T18:26:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:50 smithi029 ceph-mon[96870]: osdmap e445: 8 total, 8 up, 8 in 2024-07-27T18:26:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:50 smithi029 ceph-mon[99353]: pgmap v328: 121 pgs: 121 active+clean; 216 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.1 MiB/s rd, 1.1 MiB/s wr, 5 op/s; 34 KiB/s, 0 objects/s recovering 2024-07-27T18:26:50.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:50 smithi029 ceph-mon[99353]: osdmap e445: 8 total, 8 up, 8 in 2024-07-27T18:26:51.065 INFO:tasks.rados.rados.0.smithi029.stdout:1915: done (2 left) 2024-07-27T18:26:51.065 INFO:tasks.rados.rados.0.smithi029.stdout:1916: done (1 left) 2024-07-27T18:26:51.065 INFO:tasks.rados.rados.0.smithi029.stdout:1917: done (0 left) 2024-07-27T18:26:51.065 INFO:tasks.rados.rados.0.smithi029.stdout:1918: snap_remove snap 181 2024-07-27T18:26:51.332 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:51 smithi179 ceph-mon[89801]: osdmap e446: 8 total, 8 up, 8 in 2024-07-27T18:26:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:51 smithi029 ceph-mon[96870]: osdmap e446: 8 total, 8 up, 8 in 2024-07-27T18:26:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:51 smithi029 ceph-mon[99353]: osdmap e446: 8 total, 8 up, 8 in 2024-07-27T18:26:51.975 INFO:tasks.rados.rados.0.smithi029.stdout:1918: done (0 left) 2024-07-27T18:26:51.976 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 182 2024-07-27T18:26:51.976 INFO:tasks.rados.rados.0.smithi029.stdout:1919: seq_num 605 ranges {6643712=540672} 2024-07-27T18:26:52.015 INFO:tasks.rados.rados.0.smithi029.stdout:1919: writing smithi02985406-49 from 6643712 to 7184384 tid 1 2024-07-27T18:26:52.015 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 182 2024-07-27T18:26:52.015 INFO:tasks.rados.rados.0.smithi029.stdout:1920: seq_num 606 ranges {2539520=557056} 2024-07-27T18:26:52.032 INFO:tasks.rados.rados.0.smithi029.stdout:1920: writing smithi02985406-25 from 2539520 to 3096576 tid 1 2024-07-27T18:26:52.033 INFO:tasks.rados.rados.0.smithi029.stdout:1921: copy_from oid 30 from oid 13 current snap is 182 2024-07-27T18:26:52.033 INFO:tasks.rados.rados.0.smithi029.stdout:1919: finishing write tid 1 to smithi02985406-49 2024-07-27T18:26:52.033 INFO:tasks.rados.rados.0.smithi029.stdout:1922: read oid 1 snap -1 2024-07-27T18:26:52.033 INFO:tasks.rados.rados.0.smithi029.stdout:1922: expect (ObjNum 534 snap 160 seq_num 534) 2024-07-27T18:26:52.033 INFO:tasks.rados.rados.0.smithi029.stdout:1923: setattr oid 17 current snap is 182 2024-07-27T18:26:52.033 INFO:tasks.rados.rados.0.smithi029.stdout:1919: finishing write tid 2 to smithi02985406-49 2024-07-27T18:26:52.033 INFO:tasks.rados.rados.0.smithi029.stdout:1919: finishing write tid 3 to smithi02985406-49 2024-07-27T18:26:52.033 INFO:tasks.rados.rados.0.smithi029.stdout:1919: oid 49 updating version 0 to 629 2024-07-27T18:26:52.033 INFO:tasks.rados.rados.0.smithi029.stdout:1919: oid 49 version 629 is already newer than 628 2024-07-27T18:26:52.033 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 629 (ObjNum 605 snap 182 seq_num 605) dirty exists 2024-07-27T18:26:52.033 INFO:tasks.rados.rados.0.smithi029.stdout:1919: left oid 49 (ObjNum 605 snap 182 seq_num 605) 2024-07-27T18:26:52.035 INFO:tasks.rados.rados.0.smithi029.stdout:1919: done (4 left) 2024-07-27T18:26:52.035 INFO:tasks.rados.rados.0.smithi029.stdout:1924: read oid 37 snap -1 2024-07-27T18:26:52.035 INFO:tasks.rados.rados.0.smithi029.stdout:1924: expect (ObjNum 592 snap 177 seq_num 592) 2024-07-27T18:26:52.036 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 41 current snap is 182 2024-07-27T18:26:52.036 INFO:tasks.rados.rados.0.smithi029.stdout:1925: seq_num 607 ranges {0=573440} 2024-07-27T18:26:52.039 INFO:tasks.rados.rados.0.smithi029.stdout:1925: writing smithi02985406-41 from 0 to 573440 tid 1 2024-07-27T18:26:52.039 INFO:tasks.rados.rados.0.smithi029.stdout:1926: delete oid 29 current snap is 182 2024-07-27T18:26:52.040 INFO:tasks.rados.rados.0.smithi029.stdout:1921: finishing copy_from to smithi02985406-30 2024-07-27T18:26:52.040 INFO:tasks.rados.rados.0.smithi029.stdout:1921: got expected ENOENT (src dne) 2024-07-27T18:26:52.040 INFO:tasks.rados.rados.0.smithi029.stdout:1920: finishing write tid 1 to smithi02985406-25 2024-07-27T18:26:52.040 INFO:tasks.rados.rados.0.smithi029.stdout:1921: finishing copy_from racing read to smithi02985406-30 2024-07-27T18:26:52.040 INFO:tasks.rados.rados.0.smithi029.stdout:1920: finishing write tid 2 to smithi02985406-25 2024-07-27T18:26:52.041 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1164 (ObjNum 506 snap 151 seq_num 506) dirty exists 2024-07-27T18:26:52.042 INFO:tasks.rados.rados.0.smithi029.stdout:1920: finishing write tid 3 to smithi02985406-25 2024-07-27T18:26:52.043 INFO:tasks.rados.rados.0.smithi029.stdout:1920: oid 25 updating version 0 to 1226 2024-07-27T18:26:52.043 INFO:tasks.rados.rados.0.smithi029.stdout:1920: oid 25 version 1226 is already newer than 1225 2024-07-27T18:26:52.043 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1226 (ObjNum 606 snap 182 seq_num 606) dirty exists 2024-07-27T18:26:52.043 INFO:tasks.rados.rados.0.smithi029.stdout:1920: left oid 25 (ObjNum 606 snap 182 seq_num 606) 2024-07-27T18:26:52.043 INFO:tasks.rados.rados.0.smithi029.stdout:1920: done (6 left) 2024-07-27T18:26:52.043 INFO:tasks.rados.rados.0.smithi029.stdout:1921: done (5 left) 2024-07-27T18:26:52.043 INFO:tasks.rados.rados.0.smithi029.stdout:1923: done (4 left) 2024-07-27T18:26:52.043 INFO:tasks.rados.rados.0.smithi029.stdout:1926: done (3 left) 2024-07-27T18:26:52.044 INFO:tasks.rados.rados.0.smithi029.stdout:1927: snap_create 2024-07-27T18:26:52.044 INFO:tasks.rados.rados.0.smithi029.stdout:1922: expect (ObjNum 534 snap 160 seq_num 534) 2024-07-27T18:26:52.092 INFO:tasks.rados.rados.0.smithi029.stdout:1925: finishing write tid 1 to smithi02985406-41 2024-07-27T18:26:52.093 INFO:tasks.rados.rados.0.smithi029.stdout:1925: finishing write tid 2 to smithi02985406-41 2024-07-27T18:26:52.093 INFO:tasks.rados.rados.0.smithi029.stdout:1925: finishing write tid 3 to smithi02985406-41 2024-07-27T18:26:52.093 INFO:tasks.rados.rados.0.smithi029.stdout:1925: oid 41 updating version 0 to 326 2024-07-27T18:26:52.093 INFO:tasks.rados.rados.0.smithi029.stdout:1925: oid 41 updating version 326 to 327 2024-07-27T18:26:52.093 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 327 (ObjNum 607 snap 182 seq_num 607) dirty exists 2024-07-27T18:26:52.094 INFO:tasks.rados.rados.0.smithi029.stdout:1925: left oid 41 (ObjNum 607 snap 182 seq_num 607) 2024-07-27T18:26:52.094 INFO:tasks.rados.rados.0.smithi029.stdout:1924: expect (ObjNum 592 snap 177 seq_num 592) 2024-07-27T18:26:52.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:52 smithi029 ceph-mon[96870]: pgmap v331: 121 pgs: 121 active+clean; 197 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 4.4 MiB/s wr, 17 op/s 2024-07-27T18:26:52.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:52 smithi029 ceph-mon[96870]: osdmap e447: 8 total, 8 up, 8 in 2024-07-27T18:26:52.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:52 smithi029 ceph-mon[96870]: osdmap e448: 8 total, 8 up, 8 in 2024-07-27T18:26:52.332 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:52 smithi029 ceph-mon[99353]: pgmap v331: 121 pgs: 121 active+clean; 197 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 4.4 MiB/s wr, 17 op/s 2024-07-27T18:26:52.332 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:52 smithi029 ceph-mon[99353]: osdmap e447: 8 total, 8 up, 8 in 2024-07-27T18:26:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:52 smithi029 ceph-mon[99353]: osdmap e448: 8 total, 8 up, 8 in 2024-07-27T18:26:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:52 smithi179 ceph-mon[89801]: pgmap v331: 121 pgs: 121 active+clean; 197 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 4.4 MiB/s wr, 17 op/s 2024-07-27T18:26:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:52 smithi179 ceph-mon[89801]: osdmap e447: 8 total, 8 up, 8 in 2024-07-27T18:26:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:52 smithi179 ceph-mon[89801]: osdmap e448: 8 total, 8 up, 8 in 2024-07-27T18:26:52.653 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:26:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:26:52] "GET /metrics HTTP/1.1" 200 36293 "" "Prometheus/2.43.0" 2024-07-27T18:26:52.654 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:26:52.926 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:26:52.926 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (7m) 47s ago 8m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:26:52.926 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (8m) 13s ago 8m 90.1M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:26:52.926 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (10m) 47s ago 10m 16.8M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:26:52.926 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (10m) 13s ago 10m 23.0M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:26:52.927 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (4m) 13s ago 13m 441M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:26:52.927 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (4m) 47s ago 15m 510M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:26:52.927 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (3m) 47s ago 15m 51.9M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:26:52.927 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (3m) 13s ago 14m 44.6M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:26:52.927 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (3m) 47s ago 14m 47.7M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:26:52.927 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (8m) 47s ago 8m 15.7M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:26:52.927 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (8m) 13s ago 8m 15.4M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:26:52.927 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (2m) 47s ago 13m 129M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d f8777ac80a25 2024-07-27T18:26:52.927 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (119s) 47s ago 13m 91.9M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cc8b7a514095 2024-07-27T18:26:52.927 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (85s) 47s ago 12m 105M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cd34200f210b 2024-07-27T18:26:52.927 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (51s) 47s ago 12m 11.1M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d 4034d1c99649 2024-07-27T18:26:52.928 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (18s) 13s ago 11m 12.1M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6e62ebd79c14 2024-07-27T18:26:52.928 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (11m) 13s ago 11m 240M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 e14c749bc910 2024-07-27T18:26:52.928 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (11m) 13s ago 11m 169M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:26:52.928 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (10m) 13s ago 10m 199M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:26:52.928 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (4m) 13s ago 9m 50.8M - 2.43.0 a07b618ecd1d 14077408bc57 2024-07-27T18:26:52.978 INFO:tasks.rados.rados.0.smithi029.stdout:1922: done (3 left) 2024-07-27T18:26:52.978 INFO:tasks.rados.rados.0.smithi029.stdout:1924: done (2 left) 2024-07-27T18:26:52.979 INFO:tasks.rados.rados.0.smithi029.stdout:1925: done (1 left) 2024-07-27T18:26:52.979 INFO:tasks.rados.rados.0.smithi029.stdout:1927: done (0 left) 2024-07-27T18:26:52.979 INFO:tasks.rados.rados.0.smithi029.stdout:1928: rollback oid 10 current snap is 183 2024-07-27T18:26:52.979 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 10 to 182 2024-07-27T18:26:52.979 INFO:tasks.rados.rados.0.smithi029.stdout:1929: snap_remove snap 178 2024-07-27T18:26:53.267 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:26:53.267 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 3, 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 5 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:26:53.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 5, 2024-07-27T18:26:53.269 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 10 2024-07-27T18:26:53.269 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:26:53.269 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:26:53.979 INFO:tasks.rados.rados.0.smithi029.stdout:1929: done (1 left) 2024-07-27T18:26:53.979 INFO:tasks.rados.rados.0.smithi029.stdout:1930: rmattr oid 40 current snap is 183 2024-07-27T18:26:53.979 INFO:tasks.rados.rados.0.smithi029.stdout:1930: done (1 left) 2024-07-27T18:26:53.979 INFO:tasks.rados.rados.0.smithi029.stdout:1931: snap_create 2024-07-27T18:26:53.979 INFO:tasks.rados.rados.0.smithi029.stdout:1928: finishing rollback tid 0 to smithi02985406-10 2024-07-27T18:26:53.979 INFO:tasks.rados.rados.0.smithi029.stdout:1928: finishing rollback tid 1 to smithi02985406-10 2024-07-27T18:26:53.980 INFO:tasks.rados.rados.0.smithi029.stdout:1928: finishing rollback tid 2 to smithi02985406-10 2024-07-27T18:26:53.980 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1242 (ObjNum 509 snap 151 seq_num 509) dirty exists 2024-07-27T18:26:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[99353]: pgmap v334: 121 pgs: 121 active+clean; 182 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 3.9 MiB/s wr, 16 op/s 2024-07-27T18:26:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[99353]: from='client.44243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:26:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[99353]: from='client.34323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:26:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[99353]: osdmap e449: 8 total, 8 up, 8 in 2024-07-27T18:26:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3330744745' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:26:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[96870]: pgmap v334: 121 pgs: 121 active+clean; 182 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 3.9 MiB/s wr, 16 op/s 2024-07-27T18:26:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[96870]: from='client.44243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:26:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[96870]: from='client.34323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:26:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[96870]: osdmap e449: 8 total, 8 up, 8 in 2024-07-27T18:26:54.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3330744745' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:54.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:54.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:26:54.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:53 smithi179 ceph-mon[89801]: pgmap v334: 121 pgs: 121 active+clean; 182 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 3.9 MiB/s wr, 16 op/s 2024-07-27T18:26:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:53 smithi179 ceph-mon[89801]: from='client.44243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:26:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:53 smithi179 ceph-mon[89801]: from='client.34323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:26:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:53 smithi179 ceph-mon[89801]: osdmap e449: 8 total, 8 up, 8 in 2024-07-27T18:26:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:53 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3330744745' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:26:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:26:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:26:54.980 INFO:tasks.rados.rados.0.smithi029.stdout:1928: done (1 left) 2024-07-27T18:26:54.981 INFO:tasks.rados.rados.0.smithi029.stdout:1931: done (0 left) 2024-07-27T18:26:54.981 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 184 2024-07-27T18:26:54.981 INFO:tasks.rados.rados.0.smithi029.stdout:1932: seq_num 609 ranges {4112384=606208} 2024-07-27T18:26:55.006 INFO:tasks.rados.rados.0.smithi029.stdout:1932: writing smithi02985406-32 from 4112384 to 4718592 tid 1 2024-07-27T18:26:55.007 INFO:tasks.rados.rados.0.smithi029.stdout:1933: rollback oid 4 current snap is 184 2024-07-27T18:26:55.007 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 4 to 182 2024-07-27T18:26:55.007 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 184 2024-07-27T18:26:55.007 INFO:tasks.rados.rados.0.smithi029.stdout:1934: seq_num 610 ranges {2433024=622592} 2024-07-27T18:26:55.024 INFO:tasks.rados.rados.0.smithi029.stdout:1934: writing smithi02985406-17 from 2433024 to 3055616 tid 1 2024-07-27T18:26:55.024 INFO:tasks.rados.rados.0.smithi029.stdout:1935: rollback oid 34 current snap is 184 2024-07-27T18:26:55.024 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 34 to 176 2024-07-27T18:26:55.024 INFO:tasks.rados.rados.0.smithi029.stdout:1933: finishing rollback tid 0 to smithi02985406-4 2024-07-27T18:26:55.024 INFO:tasks.rados.rados.0.smithi029.stdout:1936: setattr oid 14 current snap is 184 2024-07-27T18:26:55.025 INFO:tasks.rados.rados.0.smithi029.stdout:1933: finishing rollback tid 1 to smithi02985406-4 2024-07-27T18:26:55.025 INFO:tasks.rados.rados.0.smithi029.stdout:1933: finishing rollback tid 2 to smithi02985406-4 2024-07-27T18:26:55.025 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1295 (ObjNum 591 snap 176 seq_num 591) dirty exists 2024-07-27T18:26:55.025 INFO:tasks.rados.rados.0.smithi029.stdout:1932: finishing write tid 1 to smithi02985406-32 2024-07-27T18:26:55.025 INFO:tasks.rados.rados.0.smithi029.stdout:1932: finishing write tid 2 to smithi02985406-32 2024-07-27T18:26:55.025 INFO:tasks.rados.rados.0.smithi029.stdout:1932: finishing write tid 3 to smithi02985406-32 2024-07-27T18:26:55.025 INFO:tasks.rados.rados.0.smithi029.stdout:1932: oid 32 updating version 0 to 430 2024-07-27T18:26:55.025 INFO:tasks.rados.rados.0.smithi029.stdout:1932: oid 32 version 430 is already newer than 429 2024-07-27T18:26:55.025 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 430 (ObjNum 609 snap 184 seq_num 609) dirty exists 2024-07-27T18:26:55.025 INFO:tasks.rados.rados.0.smithi029.stdout:1932: left oid 32 (ObjNum 609 snap 184 seq_num 609) 2024-07-27T18:26:55.026 INFO:tasks.rados.rados.0.smithi029.stdout:1932: done (4 left) 2024-07-27T18:26:55.027 INFO:tasks.rados.rados.0.smithi029.stdout:1933: done (3 left) 2024-07-27T18:26:55.027 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 41 current snap is 184 2024-07-27T18:26:55.027 INFO:tasks.rados.rados.0.smithi029.stdout:1937: seq_num 611 ranges {573440=638976} 2024-07-27T18:26:55.034 INFO:tasks.rados.rados.0.smithi029.stdout:1937: writing smithi02985406-41 from 573440 to 1212416 tid 1 2024-07-27T18:26:55.034 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 184 2024-07-27T18:26:55.034 INFO:tasks.rados.rados.0.smithi029.stdout:1935: finishing rollback tid 0 to smithi02985406-34 2024-07-27T18:26:55.034 INFO:tasks.rados.rados.0.smithi029.stdout:1938: seq_num 612 ranges {7397376=655360} 2024-07-27T18:26:55.079 INFO:tasks.rados.rados.0.smithi029.stdout:1938: writing smithi02985406-12 from 7397376 to 8052736 tid 1 2024-07-27T18:26:55.079 INFO:tasks.rados.rados.0.smithi029.stdout:1939: read oid 5 snap -1 2024-07-27T18:26:55.079 INFO:tasks.rados.rados.0.smithi029.stdout:1939: expect (ObjNum 593 snap 178 seq_num 593) 2024-07-27T18:26:55.079 INFO:tasks.rados.rados.0.smithi029.stdout:1940: read oid 25 snap -1 2024-07-27T18:26:55.079 INFO:tasks.rados.rados.0.smithi029.stdout:1940: expect (ObjNum 606 snap 182 seq_num 606) 2024-07-27T18:26:55.079 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 184 2024-07-27T18:26:55.079 INFO:tasks.rados.rados.0.smithi029.stdout:1935: finishing rollback tid 1 to smithi02985406-34 2024-07-27T18:26:55.079 INFO:tasks.rados.rados.0.smithi029.stdout:1935: finishing rollback tid 2 to smithi02985406-34 2024-07-27T18:26:55.079 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 1298 (ObjNum 491 snap 146 seq_num 491) dirty exists 2024-07-27T18:26:55.079 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 939 (ObjNum 577 snap 173 seq_num 577) dirty exists 2024-07-27T18:26:55.080 INFO:tasks.rados.rados.0.smithi029.stdout:1941: seq_num 613 ranges {0=671744} 2024-07-27T18:26:55.083 INFO:tasks.rados.rados.0.smithi029.stdout:1941: writing smithi02985406-24 from 0 to 671744 tid 1 2024-07-27T18:26:55.083 INFO:tasks.rados.rados.0.smithi029.stdout:1935: done (7 left) 2024-07-27T18:26:55.083 INFO:tasks.rados.rados.0.smithi029.stdout:1936: done (6 left) 2024-07-27T18:26:55.083 INFO:tasks.rados.rados.0.smithi029.stdout:1942: read oid 10 snap -1 2024-07-27T18:26:55.083 INFO:tasks.rados.rados.0.smithi029.stdout:1942: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:55.083 INFO:tasks.rados.rados.0.smithi029.stdout:1943: setattr oid 35 current snap is 184 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:1934: finishing write tid 1 to smithi02985406-17 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:1934: finishing write tid 2 to smithi02985406-17 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:1934: finishing write tid 3 to smithi02985406-17 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:1934: oid 17 updating version 0 to 1166 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:1934: oid 17 version 1166 is already newer than 1165 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1166 (ObjNum 610 snap 184 seq_num 610) dirty exists 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:1934: left oid 17 (ObjNum 610 snap 184 seq_num 610) 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:1937: finishing write tid 1 to smithi02985406-41 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:1937: finishing write tid 2 to smithi02985406-41 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:1937: finishing write tid 3 to smithi02985406-41 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:1937: oid 41 updating version 0 to 330 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:1937: oid 41 version 330 is already newer than 329 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 330 (ObjNum 611 snap 184 seq_num 611) dirty exists 2024-07-27T18:26:55.084 INFO:tasks.rados.rados.0.smithi029.stdout:1937: left oid 41 (ObjNum 611 snap 184 seq_num 611) 2024-07-27T18:26:55.085 INFO:tasks.rados.rados.0.smithi029.stdout:1938: finishing write tid 1 to smithi02985406-12 2024-07-27T18:26:55.085 INFO:tasks.rados.rados.0.smithi029.stdout:1938: finishing write tid 2 to smithi02985406-12 2024-07-27T18:26:55.085 INFO:tasks.rados.rados.0.smithi029.stdout:1934: done (7 left) 2024-07-27T18:26:55.085 INFO:tasks.rados.rados.0.smithi029.stdout:1937: done (6 left) 2024-07-27T18:26:55.085 INFO:tasks.rados.rados.0.smithi029.stdout:1944: read oid 16 snap 179 2024-07-27T18:26:55.085 INFO:tasks.rados.rados.0.smithi029.stdout:1944: expect (ObjNum 491 snap 146 seq_num 491) 2024-07-27T18:26:55.086 INFO:tasks.rados.rados.0.smithi029.stdout:1945: delete oid 40 current snap is 184 2024-07-27T18:26:55.088 INFO:tasks.rados.rados.0.smithi029.stdout:1938: finishing write tid 3 to smithi02985406-12 2024-07-27T18:26:55.088 INFO:tasks.rados.rados.0.smithi029.stdout:1938: oid 12 updating version 0 to 942 2024-07-27T18:26:55.088 INFO:tasks.rados.rados.0.smithi029.stdout:1938: oid 12 version 942 is already newer than 941 2024-07-27T18:26:55.089 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 942 (ObjNum 612 snap 184 seq_num 612) dirty exists 2024-07-27T18:26:55.089 INFO:tasks.rados.rados.0.smithi029.stdout:1938: left oid 12 (ObjNum 612 snap 184 seq_num 612) 2024-07-27T18:26:55.089 INFO:tasks.rados.rados.0.smithi029.stdout:1941: finishing write tid 1 to smithi02985406-24 2024-07-27T18:26:55.089 INFO:tasks.rados.rados.0.smithi029.stdout:1941: finishing write tid 2 to smithi02985406-24 2024-07-27T18:26:55.089 INFO:tasks.rados.rados.0.smithi029.stdout:1938: done (7 left) 2024-07-27T18:26:55.089 INFO:tasks.rados.rados.0.smithi029.stdout:1945: done (6 left) 2024-07-27T18:26:55.089 INFO:tasks.rados.rados.0.smithi029.stdout:1946: read oid 11 snap -1 2024-07-27T18:26:55.089 INFO:tasks.rados.rados.0.smithi029.stdout:1946: expect deleted 2024-07-27T18:26:55.089 INFO:tasks.rados.rados.0.smithi029.stdout:1947: read oid 40 snap -1 2024-07-27T18:26:55.089 INFO:tasks.rados.rados.0.smithi029.stdout:1947: expect deleted 2024-07-27T18:26:55.089 INFO:tasks.rados.rados.0.smithi029.stdout:1948: copy_from oid 12 from oid 13 current snap is 184 2024-07-27T18:26:55.089 INFO:tasks.rados.rados.0.smithi029.stdout:1949: snap_remove snap 176 2024-07-27T18:26:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:54 smithi029 ceph-mon[96870]: osdmap e450: 8 total, 8 up, 8 in 2024-07-27T18:26:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:54 smithi029 ceph-mon[96870]: osdmap e451: 8 total, 8 up, 8 in 2024-07-27T18:26:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:54 smithi029 ceph-mon[99353]: osdmap e450: 8 total, 8 up, 8 in 2024-07-27T18:26:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:54 smithi029 ceph-mon[99353]: osdmap e451: 8 total, 8 up, 8 in 2024-07-27T18:26:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:54 smithi179 ceph-mon[89801]: osdmap e450: 8 total, 8 up, 8 in 2024-07-27T18:26:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:54 smithi179 ceph-mon[89801]: osdmap e451: 8 total, 8 up, 8 in 2024-07-27T18:26:55.998 INFO:tasks.rados.rados.0.smithi029.stdout:1949: done (9 left) 2024-07-27T18:26:55.998 INFO:tasks.rados.rados.0.smithi029.stdout:1950: rmattr oid 14 current snap is 184 2024-07-27T18:26:55.998 INFO:tasks.rados.rados.0.smithi029.stdout:1941: finishing write tid 3 to smithi02985406-24 2024-07-27T18:26:55.998 INFO:tasks.rados.rados.0.smithi029.stdout:1941: oid 24 updating version 0 to 944 2024-07-27T18:26:55.998 INFO:tasks.rados.rados.0.smithi029.stdout:1941: oid 24 version 944 is already newer than 943 2024-07-27T18:26:55.998 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 944 (ObjNum 613 snap 184 seq_num 613) dirty exists 2024-07-27T18:26:55.998 INFO:tasks.rados.rados.0.smithi029.stdout:1941: left oid 24 (ObjNum 613 snap 184 seq_num 613) 2024-07-27T18:26:55.998 INFO:tasks.rados.rados.0.smithi029.stdout:1948: finishing copy_from to smithi02985406-12 2024-07-27T18:26:55.999 INFO:tasks.rados.rados.0.smithi029.stdout:1948: got expected ENOENT (src dne) 2024-07-27T18:26:55.999 INFO:tasks.rados.rados.0.smithi029.stdout:1948: finishing copy_from racing read to smithi02985406-12 2024-07-27T18:26:55.999 INFO:tasks.rados.rados.0.smithi029.stdout:1941: done (9 left) 2024-07-27T18:26:55.999 INFO:tasks.rados.rados.0.smithi029.stdout:1946: done (8 left) 2024-07-27T18:26:55.999 INFO:tasks.rados.rados.0.smithi029.stdout:1947: done (7 left) 2024-07-27T18:26:55.999 INFO:tasks.rados.rados.0.smithi029.stdout:1948: done (6 left) 2024-07-27T18:26:55.999 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 33 current snap is 184 2024-07-27T18:26:55.999 INFO:tasks.rados.rados.0.smithi029.stdout:1944: expect (ObjNum 491 snap 146 seq_num 491) 2024-07-27T18:26:56.037 INFO:tasks.rados.rados.0.smithi029.stdout:1940: expect (ObjNum 606 snap 182 seq_num 606) 2024-07-27T18:26:56.193 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 953 (ObjNum 580 snap 174 seq_num 580) dirty exists 2024-07-27T18:26:56.193 INFO:tasks.rados.rados.0.smithi029.stdout:1942: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:56.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:55 smithi029 ceph-mon[96870]: pgmap v337: 121 pgs: 121 active+clean; 182 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 998 KiB/s wr, 7 op/s 2024-07-27T18:26:56.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:55 smithi029 ceph-mon[99353]: pgmap v337: 121 pgs: 121 active+clean; 182 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 998 KiB/s wr, 7 op/s 2024-07-27T18:26:56.293 INFO:tasks.rados.rados.0.smithi029.stdout:1939: expect (ObjNum 593 snap 178 seq_num 593) 2024-07-27T18:26:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:55 smithi179 ceph-mon[89801]: pgmap v337: 121 pgs: 121 active+clean; 182 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 998 KiB/s wr, 7 op/s 2024-07-27T18:26:56.637 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 945 (ObjNum 577 snap 173 seq_num 577) dirty exists 2024-07-27T18:26:56.637 INFO:tasks.rados.rados.0.smithi029.stdout:1951: seq_num 615 ranges {0=704512} 2024-07-27T18:26:56.641 INFO:tasks.rados.rados.0.smithi029.stdout:1951: writing smithi02985406-33 from 0 to 704512 tid 1 2024-07-27T18:26:56.641 INFO:tasks.rados.rados.0.smithi029.stdout:1939: done (6 left) 2024-07-27T18:26:56.641 INFO:tasks.rados.rados.0.smithi029.stdout:1940: done (5 left) 2024-07-27T18:26:56.642 INFO:tasks.rados.rados.0.smithi029.stdout:1942: done (4 left) 2024-07-27T18:26:56.642 INFO:tasks.rados.rados.0.smithi029.stdout:1943: done (3 left) 2024-07-27T18:26:56.642 INFO:tasks.rados.rados.0.smithi029.stdout:1944: done (2 left) 2024-07-27T18:26:56.642 INFO:tasks.rados.rados.0.smithi029.stdout:1950: done (1 left) 2024-07-27T18:26:56.642 INFO:tasks.rados.rados.0.smithi029.stdout:1952: read oid 28 snap -1 2024-07-27T18:26:56.642 INFO:tasks.rados.rados.0.smithi029.stdout:1952: expect (ObjNum 585 snap 175 seq_num 585) 2024-07-27T18:26:56.642 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 184 2024-07-27T18:26:56.642 INFO:tasks.rados.rados.0.smithi029.stdout:1953: seq_num 616 ranges {1687552=720896} 2024-07-27T18:26:56.655 INFO:tasks.rados.rados.0.smithi029.stdout:1953: writing smithi02985406-2 from 1687552 to 2408448 tid 1 2024-07-27T18:26:56.655 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 184 2024-07-27T18:26:56.655 INFO:tasks.rados.rados.0.smithi029.stdout:1951: finishing write tid 1 to smithi02985406-33 2024-07-27T18:26:56.655 INFO:tasks.rados.rados.0.smithi029.stdout:1951: finishing write tid 2 to smithi02985406-33 2024-07-27T18:26:56.655 INFO:tasks.rados.rados.0.smithi029.stdout:1954: seq_num 617 ranges {1032192=737280} 2024-07-27T18:26:56.665 INFO:tasks.rados.rados.0.smithi029.stdout:1954: writing smithi02985406-16 from 1032192 to 1769472 tid 1 2024-07-27T18:26:56.665 INFO:tasks.rados.rados.0.smithi029.stdout:1955: rollback oid 12 current snap is 184 2024-07-27T18:26:56.665 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 12 to 179 2024-07-27T18:26:56.665 INFO:tasks.rados.rados.0.smithi029.stdout:1951: finishing write tid 3 to smithi02985406-33 2024-07-27T18:26:56.666 INFO:tasks.rados.rados.0.smithi029.stdout:1951: oid 33 updating version 0 to 1167 2024-07-27T18:26:56.666 INFO:tasks.rados.rados.0.smithi029.stdout:1951: oid 33 updating version 1167 to 1168 2024-07-27T18:26:56.666 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 1168 (ObjNum 615 snap 184 seq_num 615) dirty exists 2024-07-27T18:26:56.666 INFO:tasks.rados.rados.0.smithi029.stdout:1951: left oid 33 (ObjNum 615 snap 184 seq_num 615) 2024-07-27T18:26:56.666 INFO:tasks.rados.rados.0.smithi029.stdout:1952: expect (ObjNum 585 snap 175 seq_num 585) 2024-07-27T18:26:56.813 INFO:tasks.rados.rados.0.smithi029.stdout:1953: finishing write tid 1 to smithi02985406-2 2024-07-27T18:26:56.813 INFO:tasks.rados.rados.0.smithi029.stdout:1953: finishing write tid 2 to smithi02985406-2 2024-07-27T18:26:56.813 INFO:tasks.rados.rados.0.smithi029.stdout:1951: done (4 left) 2024-07-27T18:26:56.813 INFO:tasks.rados.rados.0.smithi029.stdout:1952: done (3 left) 2024-07-27T18:26:56.813 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 184 2024-07-27T18:26:56.813 INFO:tasks.rados.rados.0.smithi029.stdout:1953: finishing write tid 3 to smithi02985406-2 2024-07-27T18:26:56.813 INFO:tasks.rados.rados.0.smithi029.stdout:1953: oid 2 updating version 0 to 1322 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:1953: oid 2 updating version 1322 to 1323 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 1323 (ObjNum 616 snap 184 seq_num 616) dirty exists 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:1953: left oid 2 (ObjNum 616 snap 184 seq_num 616) 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:1955: finishing rollback tid 0 to smithi02985406-12 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:1954: finishing write tid 1 to smithi02985406-16 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:1955: finishing rollback tid 1 to smithi02985406-12 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:1954: finishing write tid 2 to smithi02985406-16 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:1955: finishing rollback tid 2 to smithi02985406-12 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 956 (ObjNum 402 snap 113 seq_num 402) dirty exists 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:1954: finishing write tid 3 to smithi02985406-16 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:1954: oid 16 updating version 0 to 1074 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:1954: oid 16 version 1074 is already newer than 1073 2024-07-27T18:26:56.814 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 1074 (ObjNum 617 snap 184 seq_num 617) dirty exists 2024-07-27T18:26:56.815 INFO:tasks.rados.rados.0.smithi029.stdout:1954: left oid 16 (ObjNum 617 snap 184 seq_num 617) 2024-07-27T18:26:56.815 INFO:tasks.rados.rados.0.smithi029.stdout:1956: seq_num 618 ranges {4481024=753664} 2024-07-27T18:26:56.842 INFO:tasks.rados.rados.0.smithi029.stdout:1956: writing smithi02985406-39 from 4481024 to 5234688 tid 1 2024-07-27T18:26:56.842 INFO:tasks.rados.rados.0.smithi029.stdout:1953: done (3 left) 2024-07-27T18:26:56.842 INFO:tasks.rados.rados.0.smithi029.stdout:1954: done (2 left) 2024-07-27T18:26:56.842 INFO:tasks.rados.rados.0.smithi029.stdout:1955: done (1 left) 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:1957: copy_from oid 14 from oid 35 current snap is 184 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:1958: read oid 12 snap 175 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:1958: expect (ObjNum 402 snap 113 seq_num 402) 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:1959: read oid 17 snap -1 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:1959: expect (ObjNum 610 snap 184 seq_num 610) 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:1960: read oid 18 snap -1 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:1960: expect (ObjNum 588 snap 175 seq_num 588) 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:1961: rollback oid 4 current snap is 184 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 4 to 175 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:1962: copy_from oid 45 from oid 3 current snap is 184 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:1963: read oid 16 snap -1 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:1963: expect (ObjNum 617 snap 184 seq_num 617) 2024-07-27T18:26:56.843 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 184 2024-07-27T18:26:56.844 INFO:tasks.rados.rados.0.smithi029.stdout:1964: seq_num 619 ranges {9732096=770048} 2024-07-27T18:26:56.904 INFO:tasks.rados.rados.0.smithi029.stdout:1964: writing smithi02985406-6 from 9732096 to 10502144 tid 1 2024-07-27T18:26:56.904 INFO:tasks.rados.rados.0.smithi029.stdout:1965: rollback oid 36 current snap is 184 2024-07-27T18:26:56.904 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 36 to 175 2024-07-27T18:26:56.904 INFO:tasks.rados.rados.0.smithi029.stdout:1960: expect (ObjNum 588 snap 175 seq_num 588) 2024-07-27T18:26:56.955 INFO:tasks.rados.rados.0.smithi029.stdout:1963: expect (ObjNum 617 snap 184 seq_num 617) 2024-07-27T18:26:57.022 INFO:tasks.rados.rados.0.smithi029.stdout:1959: expect (ObjNum 610 snap 184 seq_num 610) 2024-07-27T18:26:57.164 INFO:tasks.rados.rados.0.smithi029.stdout:1961: finishing rollback tid 0 to smithi02985406-4 2024-07-27T18:26:57.164 INFO:tasks.rados.rados.0.smithi029.stdout:1961: finishing rollback tid 1 to smithi02985406-4 2024-07-27T18:26:57.165 INFO:tasks.rados.rados.0.smithi029.stdout:1959: done (9 left) 2024-07-27T18:26:57.165 INFO:tasks.rados.rados.0.smithi029.stdout:1960: done (8 left) 2024-07-27T18:26:57.165 INFO:tasks.rados.rados.0.smithi029.stdout:1963: done (7 left) 2024-07-27T18:26:57.165 INFO:tasks.rados.rados.0.smithi029.stdout:1966: snap_create 2024-07-27T18:26:57.165 INFO:tasks.rados.rados.0.smithi029.stdout:1956: finishing write tid 1 to smithi02985406-39 2024-07-27T18:26:57.165 INFO:tasks.rados.rados.0.smithi029.stdout:1956: finishing write tid 2 to smithi02985406-39 2024-07-27T18:26:57.165 INFO:tasks.rados.rados.0.smithi029.stdout:1956: finishing write tid 3 to smithi02985406-39 2024-07-27T18:26:57.165 INFO:tasks.rados.rados.0.smithi029.stdout:1956: oid 39 updating version 0 to 427 2024-07-27T18:26:57.165 INFO:tasks.rados.rados.0.smithi029.stdout:1956: oid 39 updating version 427 to 428 2024-07-27T18:26:57.165 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 428 (ObjNum 618 snap 184 seq_num 618) dirty exists 2024-07-27T18:26:57.165 INFO:tasks.rados.rados.0.smithi029.stdout:1956: left oid 39 (ObjNum 618 snap 184 seq_num 618) 2024-07-27T18:26:57.165 INFO:tasks.rados.rados.0.smithi029.stdout:1961: finishing rollback tid 2 to smithi02985406-4 2024-07-27T18:26:57.166 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1301 (ObjNum 560 snap 168 seq_num 560) dirty exists 2024-07-27T18:26:57.166 INFO:tasks.rados.rados.0.smithi029.stdout:1958: expect (ObjNum 402 snap 113 seq_num 402) 2024-07-27T18:26:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:56 smithi029 ceph-mon[96870]: osdmap e452: 8 total, 8 up, 8 in 2024-07-27T18:26:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:56 smithi029 ceph-mon[96870]: osdmap e453: 8 total, 8 up, 8 in 2024-07-27T18:26:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:56 smithi029 ceph-mon[99353]: osdmap e452: 8 total, 8 up, 8 in 2024-07-27T18:26:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:56 smithi029 ceph-mon[99353]: osdmap e453: 8 total, 8 up, 8 in 2024-07-27T18:26:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:57 smithi179 ceph-mon[89801]: osdmap e452: 8 total, 8 up, 8 in 2024-07-27T18:26:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:57 smithi179 ceph-mon[89801]: osdmap e453: 8 total, 8 up, 8 in 2024-07-27T18:26:57.641 INFO:tasks.rados.rados.0.smithi029.stdout:1957: finishing copy_from racing read to smithi02985406-14 2024-07-27T18:26:57.641 INFO:tasks.rados.rados.0.smithi029.stdout:1962: finishing copy_from racing read to smithi02985406-45 2024-07-27T18:26:57.641 INFO:tasks.rados.rados.0.smithi029.stdout:1962: finishing copy_from to smithi02985406-45 2024-07-27T18:26:57.642 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 1234 (ObjNum 574 snap 170 seq_num 574) dirty exists 2024-07-27T18:26:57.642 INFO:tasks.rados.rados.0.smithi029.stdout:1957: finishing copy_from to smithi02985406-14 2024-07-27T18:26:57.642 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 953 (ObjNum 580 snap 174 seq_num 580) dirty exists 2024-07-27T18:26:57.642 INFO:tasks.rados.rados.0.smithi029.stdout:1965: finishing rollback tid 0 to smithi02985406-36 2024-07-27T18:26:57.642 INFO:tasks.rados.rados.0.smithi029.stdout:1965: finishing rollback tid 1 to smithi02985406-36 2024-07-27T18:26:57.642 INFO:tasks.rados.rados.0.smithi029.stdout:1965: finishing rollback tid 2 to smithi02985406-36 2024-07-27T18:26:57.642 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 334 (ObjNum 506 snap 151 seq_num 506) dirty exists 2024-07-27T18:26:57.642 INFO:tasks.rados.rados.0.smithi029.stdout:1964: finishing write tid 1 to smithi02985406-6 2024-07-27T18:26:57.643 INFO:tasks.rados.rados.0.smithi029.stdout:1964: finishing write tid 2 to smithi02985406-6 2024-07-27T18:26:57.643 INFO:tasks.rados.rados.0.smithi029.stdout:1964: finishing write tid 3 to smithi02985406-6 2024-07-27T18:26:57.643 INFO:tasks.rados.rados.0.smithi029.stdout:1964: oid 6 updating version 0 to 1244 2024-07-27T18:26:57.643 INFO:tasks.rados.rados.0.smithi029.stdout:1964: oid 6 version 1244 is already newer than 1243 2024-07-27T18:26:57.643 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1244 (ObjNum 619 snap 184 seq_num 619) dirty exists 2024-07-27T18:26:57.643 INFO:tasks.rados.rados.0.smithi029.stdout:1964: left oid 6 (ObjNum 619 snap 184 seq_num 619) 2024-07-27T18:26:58.007 INFO:tasks.rados.rados.0.smithi029.stdout:1956: done (7 left) 2024-07-27T18:26:58.008 INFO:tasks.rados.rados.0.smithi029.stdout:1957: done (6 left) 2024-07-27T18:26:58.008 INFO:tasks.rados.rados.0.smithi029.stdout:1958: done (5 left) 2024-07-27T18:26:58.008 INFO:tasks.rados.rados.0.smithi029.stdout:1961: done (4 left) 2024-07-27T18:26:58.008 INFO:tasks.rados.rados.0.smithi029.stdout:1962: done (3 left) 2024-07-27T18:26:58.008 INFO:tasks.rados.rados.0.smithi029.stdout:1964: done (2 left) 2024-07-27T18:26:58.008 INFO:tasks.rados.rados.0.smithi029.stdout:1965: done (1 left) 2024-07-27T18:26:58.008 INFO:tasks.rados.rados.0.smithi029.stdout:1966: done (0 left) 2024-07-27T18:26:58.008 INFO:tasks.rados.rados.0.smithi029.stdout:1967: rmattr oid 18 current snap is 185 2024-07-27T18:26:58.008 INFO:tasks.rados.rados.0.smithi029.stdout:1967: done (0 left) 2024-07-27T18:26:58.008 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 11 current snap is 185 2024-07-27T18:26:58.008 INFO:tasks.rados.rados.0.smithi029.stdout:1968: seq_num 620 ranges {0=794624} 2024-07-27T18:26:58.012 INFO:tasks.rados.rados.0.smithi029.stdout:1968: writing smithi02985406-11 from 0 to 794624 tid 1 2024-07-27T18:26:58.012 INFO:tasks.rados.rados.0.smithi029.stdout:1969: snap_create 2024-07-27T18:26:58.017 INFO:tasks.rados.rados.0.smithi029.stdout:1968: finishing write tid 1 to smithi02985406-11 2024-07-27T18:26:58.017 INFO:tasks.rados.rados.0.smithi029.stdout:1968: finishing write tid 2 to smithi02985406-11 2024-07-27T18:26:58.019 INFO:tasks.rados.rados.0.smithi029.stdout:1968: finishing write tid 3 to smithi02985406-11 2024-07-27T18:26:58.019 INFO:tasks.rados.rados.0.smithi029.stdout:1968: oid 11 updating version 0 to 592 2024-07-27T18:26:58.019 INFO:tasks.rados.rados.0.smithi029.stdout:1968: oid 11 updating version 592 to 593 2024-07-27T18:26:58.019 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 593 (ObjNum 620 snap 185 seq_num 620) dirty exists 2024-07-27T18:26:58.019 INFO:tasks.rados.rados.0.smithi029.stdout:1968: left oid 11 (ObjNum 620 snap 185 seq_num 620) 2024-07-27T18:26:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:57 smithi029 ceph-mon[96870]: pgmap v340: 121 pgs: 121 active+clean; 183 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 428 KiB/s wr, 10 op/s 2024-07-27T18:26:58.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:57 smithi029 ceph-mon[99353]: pgmap v340: 121 pgs: 121 active+clean; 183 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 428 KiB/s wr, 10 op/s 2024-07-27T18:26:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:57 smithi179 ceph-mon[89801]: pgmap v340: 121 pgs: 121 active+clean; 183 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 428 KiB/s wr, 10 op/s 2024-07-27T18:26:59.014 INFO:tasks.rados.rados.0.smithi029.stdout:1968: done (1 left) 2024-07-27T18:26:59.014 INFO:tasks.rados.rados.0.smithi029.stdout:1969: done (0 left) 2024-07-27T18:26:59.014 INFO:tasks.rados.rados.0.smithi029.stdout:1970: copy_from oid 34 from oid 41 current snap is 186 2024-07-27T18:26:59.014 INFO:tasks.rados.rados.0.smithi029.stdout:1971: rollback oid 2 current snap is 186 2024-07-27T18:26:59.015 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 2 to 180 2024-07-27T18:26:59.015 INFO:tasks.rados.rados.0.smithi029.stdout:1972: rollback oid 26 current snap is 186 2024-07-27T18:26:59.015 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 26 to 180 2024-07-27T18:26:59.015 INFO:tasks.rados.rados.0.smithi029.stdout:1973: read oid 9 snap -1 2024-07-27T18:26:59.015 INFO:tasks.rados.rados.0.smithi029.stdout:1973: expect (ObjNum 596 snap 179 seq_num 596) 2024-07-27T18:26:59.015 INFO:tasks.rados.rados.0.smithi029.stdout:1974: read oid 16 snap -1 2024-07-27T18:26:59.015 INFO:tasks.rados.rados.0.smithi029.stdout:1974: expect (ObjNum 617 snap 184 seq_num 617) 2024-07-27T18:26:59.015 INFO:tasks.rados.rados.0.smithi029.stdout:1975: read oid 49 snap -1 2024-07-27T18:26:59.015 INFO:tasks.rados.rados.0.smithi029.stdout:1975: expect (ObjNum 605 snap 182 seq_num 605) 2024-07-27T18:26:59.015 INFO:tasks.rados.rados.0.smithi029.stdout:1976: read oid 10 snap -1 2024-07-27T18:26:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:1976: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:1977: rmattr oid 27 current snap is 186 2024-07-27T18:26:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:1977: done (7 left) 2024-07-27T18:26:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:1978: copy_from oid 47 from oid 40 current snap is 186 2024-07-27T18:26:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:1979: copy_from oid 39 from oid 6 current snap is 186 2024-07-27T18:26:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:1980: copy_from oid 3 from oid 42 current snap is 186 2024-07-27T18:26:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:1981: rollback oid 18 current snap is 186 2024-07-27T18:26:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 18 to 175 2024-07-27T18:26:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:1982: setattr oid 7 current snap is 186 2024-07-27T18:26:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:1983: snap_create 2024-07-27T18:26:59.020 INFO:tasks.rados.rados.0.smithi029.stdout:1974: expect (ObjNum 617 snap 184 seq_num 617) 2024-07-27T18:26:59.099 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:59 smithi179 ceph-mon[89801]: osdmap e454: 8 total, 8 up, 8 in 2024-07-27T18:26:59.099 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-07-27T18:26:59.100 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:59 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-07-27T18:26:59.100 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:26:59 smithi179 ceph-mon[89801]: Upgrade: osd.5 is safe to restart 2024-07-27T18:26:59.105 INFO:tasks.rados.rados.0.smithi029.stdout:1980: finishing copy_from to smithi02985406-3 2024-07-27T18:26:59.105 INFO:tasks.rados.rados.0.smithi029.stdout:1980: got expected ENOENT (src dne) 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:1980: finishing copy_from racing read to smithi02985406-3 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:1972: finishing rollback tid 0 to smithi02985406-26 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:1972: finishing rollback tid 1 to smithi02985406-26 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:1972: finishing rollback tid 2 to smithi02985406-26 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 596 (ObjNum 599 snap 179 seq_num 599) dirty exists 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:1971: finishing rollback tid 0 to smithi02985406-2 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:1970: finishing copy_from racing read to smithi02985406-34 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:1970: finishing copy_from to smithi02985406-34 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 330 (ObjNum 611 snap 184 seq_num 611) dirty exists 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:1971: finishing rollback tid 1 to smithi02985406-2 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:1971: finishing rollback tid 2 to smithi02985406-2 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 1327 (ObjNum 530 snap 160 seq_num 530) dirty exists 2024-07-27T18:26:59.106 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1329 (ObjNum 591 snap 176 seq_num 591) dirty exists 2024-07-27T18:26:59.107 INFO:tasks.rados.rados.0.smithi029.stdout:1976: expect (ObjNum 509 snap 151 seq_num 509) 2024-07-27T18:26:59.205 INFO:tasks.rados.rados.0.smithi029.stdout:1978: finishing copy_from to smithi02985406-47 2024-07-27T18:26:59.205 INFO:tasks.rados.rados.0.smithi029.stdout:1978: got expected ENOENT (src dne) 2024-07-27T18:26:59.205 INFO:tasks.rados.rados.0.smithi029.stdout:1978: finishing copy_from racing read to smithi02985406-47 2024-07-27T18:26:59.205 INFO:tasks.rados.rados.0.smithi029.stdout:1975: expect (ObjNum 605 snap 182 seq_num 605) 2024-07-27T18:26:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:59 smithi029 ceph-mon[99353]: osdmap e454: 8 total, 8 up, 8 in 2024-07-27T18:26:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-07-27T18:26:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:59 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-07-27T18:26:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:26:59 smithi029 ceph-mon[99353]: Upgrade: osd.5 is safe to restart 2024-07-27T18:26:59.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:59 smithi029 ceph-mon[96870]: osdmap e454: 8 total, 8 up, 8 in 2024-07-27T18:26:59.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-07-27T18:26:59.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:59 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-07-27T18:26:59.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:26:59 smithi029 ceph-mon[96870]: Upgrade: osd.5 is safe to restart 2024-07-27T18:26:59.655 INFO:tasks.rados.rados.0.smithi029.stdout:1973: expect (ObjNum 596 snap 179 seq_num 596) 2024-07-27T18:27:00.010 INFO:tasks.rados.rados.0.smithi029.stdout:1981: finishing rollback tid 0 to smithi02985406-18 2024-07-27T18:27:00.010 INFO:tasks.rados.rados.0.smithi029.stdout:1981: finishing rollback tid 1 to smithi02985406-18 2024-07-27T18:27:00.010 INFO:tasks.rados.rados.0.smithi029.stdout:1981: finishing rollback tid 2 to smithi02985406-18 2024-07-27T18:27:00.011 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 1240 (ObjNum 588 snap 175 seq_num 588) dirty exists 2024-07-27T18:27:00.011 INFO:tasks.rados.rados.0.smithi029.stdout:1979: finishing copy_from racing read to smithi02985406-39 2024-07-27T18:27:00.011 INFO:tasks.rados.rados.0.smithi029.stdout:1979: finishing copy_from to smithi02985406-39 2024-07-27T18:27:00.011 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 1244 (ObjNum 619 snap 184 seq_num 619) dirty exists 2024-07-27T18:27:00.016 INFO:tasks.rados.rados.0.smithi029.stdout:1970: done (12 left) 2024-07-27T18:27:00.016 INFO:tasks.rados.rados.0.smithi029.stdout:1971: done (11 left) 2024-07-27T18:27:00.016 INFO:tasks.rados.rados.0.smithi029.stdout:1972: done (10 left) 2024-07-27T18:27:00.016 INFO:tasks.rados.rados.0.smithi029.stdout:1973: done (9 left) 2024-07-27T18:27:00.016 INFO:tasks.rados.rados.0.smithi029.stdout:1974: done (8 left) 2024-07-27T18:27:00.017 INFO:tasks.rados.rados.0.smithi029.stdout:1975: done (7 left) 2024-07-27T18:27:00.017 INFO:tasks.rados.rados.0.smithi029.stdout:1976: done (6 left) 2024-07-27T18:27:00.017 INFO:tasks.rados.rados.0.smithi029.stdout:1978: done (5 left) 2024-07-27T18:27:00.017 INFO:tasks.rados.rados.0.smithi029.stdout:1979: done (4 left) 2024-07-27T18:27:00.017 INFO:tasks.rados.rados.0.smithi029.stdout:1980: done (3 left) 2024-07-27T18:27:00.017 INFO:tasks.rados.rados.0.smithi029.stdout:1981: done (2 left) 2024-07-27T18:27:00.017 INFO:tasks.rados.rados.0.smithi029.stdout:1982: done (1 left) 2024-07-27T18:27:00.017 INFO:tasks.rados.rados.0.smithi029.stdout:1983: done (0 left) 2024-07-27T18:27:00.017 INFO:tasks.rados.rados.0.smithi029.stdout:1984: rollback oid 31 current snap is 187 2024-07-27T18:27:00.017 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 31 to 182 2024-07-27T18:27:00.017 INFO:tasks.rados.rados.0.smithi029.stdout:1985: snap_remove snap 183 2024-07-27T18:27:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:00 smithi179 ceph-mon[89801]: pgmap v343: 121 pgs: 121 active+clean; 197 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.3 MiB/s rd, 3.8 MiB/s wr, 22 op/s 2024-07-27T18:27:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:00 smithi179 ceph-mon[89801]: osdmap e455: 8 total, 8 up, 8 in 2024-07-27T18:27:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:00 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:00 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-07-27T18:27:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:00 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:27:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:00 smithi029 ceph-mon[96870]: pgmap v343: 121 pgs: 121 active+clean; 197 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.3 MiB/s rd, 3.8 MiB/s wr, 22 op/s 2024-07-27T18:27:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:00 smithi029 ceph-mon[96870]: osdmap e455: 8 total, 8 up, 8 in 2024-07-27T18:27:00.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:00 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:00.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:00 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-07-27T18:27:00.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:00 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:27:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:00 smithi029 ceph-mon[99353]: pgmap v343: 121 pgs: 121 active+clean; 197 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.3 MiB/s rd, 3.8 MiB/s wr, 22 op/s 2024-07-27T18:27:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:00 smithi029 ceph-mon[99353]: osdmap e455: 8 total, 8 up, 8 in 2024-07-27T18:27:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:00 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:00 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-07-27T18:27:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:00 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:27:01.022 INFO:tasks.rados.rados.0.smithi029.stdout:1985: done (1 left) 2024-07-27T18:27:01.022 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 187 2024-07-27T18:27:01.022 INFO:tasks.rados.rados.0.smithi029.stdout:1984: finishing rollback tid 0 to smithi02985406-31 2024-07-27T18:27:01.022 INFO:tasks.rados.rados.0.smithi029.stdout:1986: seq_num 621 ranges {3096576=409600,3506176=401408} 2024-07-27T18:27:01.042 INFO:tasks.rados.rados.0.smithi029.stdout:1986: writing smithi02985406-25 from 3096576 to 3506176 tid 1 2024-07-27T18:27:01.045 INFO:tasks.rados.rados.0.smithi029.stdout:1986: writing smithi02985406-25 from 3506176 to 3907584 tid 2 2024-07-27T18:27:01.045 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 187 2024-07-27T18:27:01.046 INFO:tasks.rados.rados.0.smithi029.stdout:1984: finishing rollback tid 1 to smithi02985406-31 2024-07-27T18:27:01.046 INFO:tasks.rados.rados.0.smithi029.stdout:1984: finishing rollback tid 2 to smithi02985406-31 2024-07-27T18:27:01.046 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 1237 (ObjNum 567 snap 169 seq_num 567) dirty exists 2024-07-27T18:27:01.046 INFO:tasks.rados.rados.0.smithi029.stdout:1987: seq_num 622 ranges {3694592=425984,4120576=401408} 2024-07-27T18:27:01.068 INFO:tasks.rados.rados.0.smithi029.stdout:1987: writing smithi02985406-48 from 3694592 to 4120576 tid 1 2024-07-27T18:27:01.071 INFO:tasks.rados.rados.0.smithi029.stdout:1987: writing smithi02985406-48 from 4120576 to 4521984 tid 2 2024-07-27T18:27:01.071 INFO:tasks.rados.rados.0.smithi029.stdout:1984: done (2 left) 2024-07-27T18:27:01.071 INFO:tasks.rados.rados.0.smithi029.stdout:1988: read oid 33 snap -1 2024-07-27T18:27:01.071 INFO:tasks.rados.rados.0.smithi029.stdout:1988: expect (ObjNum 615 snap 184 seq_num 615) 2024-07-27T18:27:01.071 INFO:tasks.rados.rados.0.smithi029.stdout:1989: snap_create 2024-07-27T18:27:01.071 INFO:tasks.rados.rados.0.smithi029.stdout:1986: finishing write tid 1 to smithi02985406-25 2024-07-27T18:27:01.071 INFO:tasks.rados.rados.0.smithi029.stdout:1986: finishing write tid 2 to smithi02985406-25 2024-07-27T18:27:01.071 INFO:tasks.rados.rados.0.smithi029.stdout:1986: finishing write tid 3 to smithi02985406-25 2024-07-27T18:27:01.071 INFO:tasks.rados.rados.0.smithi029.stdout:1986: finishing write tid 4 to smithi02985406-25 2024-07-27T18:27:01.072 INFO:tasks.rados.rados.0.smithi029.stdout:1986: oid 25 updating version 0 to 1244 2024-07-27T18:27:01.072 INFO:tasks.rados.rados.0.smithi029.stdout:1986: oid 25 updating version 1244 to 1245 2024-07-27T18:27:01.072 INFO:tasks.rados.rados.0.smithi029.stdout:1986: oid 25 updating version 1245 to 1246 2024-07-27T18:27:01.072 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1246 (ObjNum 621 snap 187 seq_num 621) dirty exists 2024-07-27T18:27:01.072 INFO:tasks.rados.rados.0.smithi029.stdout:1986: left oid 25 (ObjNum 621 snap 187 seq_num 621) 2024-07-27T18:27:01.074 INFO:tasks.rados.rados.0.smithi029.stdout:1987: finishing write tid 1 to smithi02985406-48 2024-07-27T18:27:01.074 INFO:tasks.rados.rados.0.smithi029.stdout:1987: finishing write tid 2 to smithi02985406-48 2024-07-27T18:27:01.074 INFO:tasks.rados.rados.0.smithi029.stdout:1988: expect (ObjNum 615 snap 184 seq_num 615) 2024-07-27T18:27:01.093 INFO:tasks.rados.rados.0.smithi029.stdout:1987: finishing write tid 3 to smithi02985406-48 2024-07-27T18:27:01.093 INFO:tasks.rados.rados.0.smithi029.stdout:1987: finishing write tid 4 to smithi02985406-48 2024-07-27T18:27:01.093 INFO:tasks.rados.rados.0.smithi029.stdout:1987: oid 48 updating version 0 to 1337 2024-07-27T18:27:01.094 INFO:tasks.rados.rados.0.smithi029.stdout:1987: oid 48 version 1337 is already newer than 1336 2024-07-27T18:27:01.094 INFO:tasks.rados.rados.0.smithi029.stdout:1987: oid 48 version 1337 is already newer than 1335 2024-07-27T18:27:01.094 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1337 (ObjNum 622 snap 187 seq_num 622) dirty exists 2024-07-27T18:27:01.094 INFO:tasks.rados.rados.0.smithi029.stdout:1987: left oid 48 (ObjNum 622 snap 187 seq_num 622) 2024-07-27T18:27:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:01 smithi179 ceph-mon[89801]: Upgrade: Updating osd.5 2024-07-27T18:27:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:01 smithi179 ceph-mon[89801]: Deploying daemon osd.5 on smithi179 2024-07-27T18:27:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:01 smithi179 ceph-mon[89801]: osdmap e456: 8 total, 8 up, 8 in 2024-07-27T18:27:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:01 smithi029 ceph-mon[99353]: Upgrade: Updating osd.5 2024-07-27T18:27:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:01 smithi029 ceph-mon[99353]: Deploying daemon osd.5 on smithi179 2024-07-27T18:27:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:01 smithi029 ceph-mon[99353]: osdmap e456: 8 total, 8 up, 8 in 2024-07-27T18:27:01.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:01 smithi029 ceph-mon[96870]: Upgrade: Updating osd.5 2024-07-27T18:27:01.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:01 smithi029 ceph-mon[96870]: Deploying daemon osd.5 on smithi179 2024-07-27T18:27:01.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:01 smithi029 ceph-mon[96870]: osdmap e456: 8 total, 8 up, 8 in 2024-07-27T18:27:01.977 INFO:tasks.rados.rados.0.smithi029.stdout:1986: done (3 left) 2024-07-27T18:27:01.978 INFO:tasks.rados.rados.0.smithi029.stdout:1987: done (2 left) 2024-07-27T18:27:01.978 INFO:tasks.rados.rados.0.smithi029.stdout:1988: done (1 left) 2024-07-27T18:27:01.978 INFO:tasks.rados.rados.0.smithi029.stdout:1989: done (0 left) 2024-07-27T18:27:01.978 INFO:tasks.rados.rados.0.smithi029.stdout:1990: copy_from oid 23 from oid 48 current snap is 188 2024-07-27T18:27:01.978 INFO:tasks.rados.rados.0.smithi029.stdout:1991: delete oid 40 current snap is 188 2024-07-27T18:27:01.983 INFO:tasks.rados.rados.0.smithi029.stdout:1991: done (1 left) 2024-07-27T18:27:01.983 INFO:tasks.rados.rados.0.smithi029.stdout:1992: snap_remove snap 184 2024-07-27T18:27:02.119 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:02 smithi179 ceph-mon[89801]: pgmap v346: 121 pgs: 121 active+clean; 199 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 4.3 MiB/s wr, 37 op/s 2024-07-27T18:27:02.119 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:02 smithi179 ceph-mon[89801]: osdmap e457: 8 total, 8 up, 8 in 2024-07-27T18:27:02.119 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:02 smithi179 ceph-mon[89801]: osdmap e458: 8 total, 8 up, 8 in 2024-07-27T18:27:02.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:02 smithi029 ceph-mon[99353]: pgmap v346: 121 pgs: 121 active+clean; 199 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 4.3 MiB/s wr, 37 op/s 2024-07-27T18:27:02.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:02 smithi029 ceph-mon[99353]: osdmap e457: 8 total, 8 up, 8 in 2024-07-27T18:27:02.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:02 smithi029 ceph-mon[99353]: osdmap e458: 8 total, 8 up, 8 in 2024-07-27T18:27:02.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:02 smithi029 ceph-mon[96870]: pgmap v346: 121 pgs: 121 active+clean; 199 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 4.3 MiB/s wr, 37 op/s 2024-07-27T18:27:02.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:02 smithi029 ceph-mon[96870]: osdmap e457: 8 total, 8 up, 8 in 2024-07-27T18:27:02.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:02 smithi029 ceph-mon[96870]: osdmap e458: 8 total, 8 up, 8 in 2024-07-27T18:27:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:27:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:27:02] "GET /metrics HTTP/1.1" 200 36283 "" "Prometheus/2.43.0" 2024-07-27T18:27:02.980 INFO:tasks.rados.rados.0.smithi029.stdout:1992: done (1 left) 2024-07-27T18:27:02.980 INFO:tasks.rados.rados.0.smithi029.stdout:1993: setattr oid 37 current snap is 188 2024-07-27T18:27:02.980 INFO:tasks.rados.rados.0.smithi029.stdout:1990: finishing copy_from racing read to smithi02985406-23 2024-07-27T18:27:02.980 INFO:tasks.rados.rados.0.smithi029.stdout:1990: finishing copy_from to smithi02985406-23 2024-07-27T18:27:02.980 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1337 (ObjNum 622 snap 187 seq_num 622) dirty exists 2024-07-27T18:27:02.982 INFO:tasks.rados.rados.0.smithi029.stdout:1990: done (1 left) 2024-07-27T18:27:02.982 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 188 2024-07-27T18:27:02.982 INFO:tasks.rados.rados.0.smithi029.stdout:1994: seq_num 624 ranges {524288=458752,983040=401408} 2024-07-27T18:27:02.988 INFO:tasks.rados.rados.0.smithi029.stdout:1994: writing smithi02985406-46 from 524288 to 983040 tid 1 2024-07-27T18:27:02.991 INFO:tasks.rados.rados.0.smithi029.stdout:1994: writing smithi02985406-46 from 983040 to 1384448 tid 2 2024-07-27T18:27:02.991 INFO:tasks.rados.rados.0.smithi029.stdout:1995: delete oid 23 current snap is 188 2024-07-27T18:27:02.991 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1245 (ObjNum 592 snap 177 seq_num 592) dirty exists 2024-07-27T18:27:02.995 INFO:tasks.rados.rados.0.smithi029.stdout:1993: done (2 left) 2024-07-27T18:27:02.995 INFO:tasks.rados.rados.0.smithi029.stdout:1995: done (1 left) 2024-07-27T18:27:02.995 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 188 2024-07-27T18:27:02.995 INFO:tasks.rados.rados.0.smithi029.stdout:1996: seq_num 626 ranges {3997696=491520,4489216=401408} 2024-07-27T18:27:03.002 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:02 smithi179 systemd[1]: Stopping Ceph osd.5 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:27:03.020 INFO:tasks.rados.rados.0.smithi029.stdout:1996: writing smithi02985406-26 from 3997696 to 4489216 tid 1 2024-07-27T18:27:03.023 INFO:tasks.rados.rados.0.smithi029.stdout:1996: writing smithi02985406-26 from 4489216 to 4890624 tid 2 2024-07-27T18:27:03.023 INFO:tasks.rados.rados.0.smithi029.stdout:1997: snap_remove snap 186 2024-07-27T18:27:03.413 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:03 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[44991]: 2024-07-27T18:27:02.999+0000 7fca3cdcd640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:27:03.413 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:03 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[44991]: 2024-07-27T18:27:02.999+0000 7fca3cdcd640 -1 osd.5 459 *** Got signal Terminated *** 2024-07-27T18:27:03.413 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:03 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[44991]: 2024-07-27T18:27:02.999+0000 7fca3cdcd640 -1 osd.5 459 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T18:27:03.989 INFO:tasks.rados.rados.0.smithi029.stdout:1997: done (2 left) 2024-07-27T18:27:03.989 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 188 2024-07-27T18:27:03.989 INFO:tasks.rados.rados.0.smithi029.stdout:1998: seq_num 627 ranges {6234112=507904,6742016=401408} 2024-07-27T18:27:04.026 INFO:tasks.rados.rados.0.smithi029.stdout:1998: writing smithi02985406-9 from 6234112 to 6742016 tid 1 2024-07-27T18:27:04.029 INFO:tasks.rados.rados.0.smithi029.stdout:1998: writing smithi02985406-9 from 6742016 to 7143424 tid 2 2024-07-27T18:27:04.029 INFO:tasks.rados.rados.0.smithi029.stdout:1999: snap_create 2024-07-27T18:27:04.029 INFO:tasks.rados.rados.0.smithi029.stdout:1994: finishing write tid 1 to smithi02985406-46 2024-07-27T18:27:04.030 INFO:tasks.rados.rados.0.smithi029.stdout:1994: finishing write tid 2 to smithi02985406-46 2024-07-27T18:27:04.030 INFO:tasks.rados.rados.0.smithi029.stdout:1994: finishing write tid 3 to smithi02985406-46 2024-07-27T18:27:04.030 INFO:tasks.rados.rados.0.smithi029.stdout:1994: finishing write tid 4 to smithi02985406-46 2024-07-27T18:27:04.030 INFO:tasks.rados.rados.0.smithi029.stdout:1994: oid 46 updating version 0 to 631 2024-07-27T18:27:04.030 INFO:tasks.rados.rados.0.smithi029.stdout:1994: oid 46 updating version 631 to 632 2024-07-27T18:27:04.030 INFO:tasks.rados.rados.0.smithi029.stdout:1994: oid 46 version 632 is already newer than 630 2024-07-27T18:27:04.030 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 632 (ObjNum 624 snap 188 seq_num 624) dirty exists 2024-07-27T18:27:04.030 INFO:tasks.rados.rados.0.smithi029.stdout:1994: left oid 46 (ObjNum 624 snap 188 seq_num 624) 2024-07-27T18:27:04.030 INFO:tasks.rados.rados.0.smithi029.stdout:1996: finishing write tid 1 to smithi02985406-26 2024-07-27T18:27:04.030 INFO:tasks.rados.rados.0.smithi029.stdout:1996: finishing write tid 2 to smithi02985406-26 2024-07-27T18:27:04.030 INFO:tasks.rados.rados.0.smithi029.stdout:1996: finishing write tid 3 to smithi02985406-26 2024-07-27T18:27:04.030 INFO:tasks.rados.rados.0.smithi029.stdout:1996: finishing write tid 4 to smithi02985406-26 2024-07-27T18:27:04.031 INFO:tasks.rados.rados.0.smithi029.stdout:1996: oid 26 updating version 0 to 598 2024-07-27T18:27:04.031 INFO:tasks.rados.rados.0.smithi029.stdout:1996: oid 26 updating version 598 to 599 2024-07-27T18:27:04.031 INFO:tasks.rados.rados.0.smithi029.stdout:1996: oid 26 version 599 is already newer than 597 2024-07-27T18:27:04.031 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 599 (ObjNum 626 snap 188 seq_num 626) dirty exists 2024-07-27T18:27:04.031 INFO:tasks.rados.rados.0.smithi029.stdout:1996: left oid 26 (ObjNum 626 snap 188 seq_num 626) 2024-07-27T18:27:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:03 smithi029 ceph-mon[96870]: pgmap v349: 121 pgs: 121 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 3.8 MiB/s wr, 26 op/s 2024-07-27T18:27:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:03 smithi029 ceph-mon[96870]: osdmap e459: 8 total, 8 up, 8 in 2024-07-27T18:27:04.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:03 smithi029 ceph-mon[96870]: osd.5 marked itself down and dead 2024-07-27T18:27:04.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:03 smithi029 ceph-mon[99353]: pgmap v349: 121 pgs: 121 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 3.8 MiB/s wr, 26 op/s 2024-07-27T18:27:04.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:03 smithi029 ceph-mon[99353]: osdmap e459: 8 total, 8 up, 8 in 2024-07-27T18:27:04.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:03 smithi029 ceph-mon[99353]: osd.5 marked itself down and dead 2024-07-27T18:27:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:03 smithi179 ceph-mon[89801]: pgmap v349: 121 pgs: 121 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 3.8 MiB/s wr, 26 op/s 2024-07-27T18:27:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:03 smithi179 ceph-mon[89801]: osdmap e459: 8 total, 8 up, 8 in 2024-07-27T18:27:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:03 smithi179 ceph-mon[89801]: osd.5 marked itself down and dead 2024-07-27T18:27:04.850 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:04 smithi179 podman[100248]: 2024-07-27 18:27:04.562502801 +0000 UTC m=+1.668116489 container died e14c749bc91091547ed716012433469d86ec90d141f258702c4c8ad2cc88e39f (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5, org.label-schema.vendor=CentOS, RELEASE=reef-a3bbd72, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.36.0) 2024-07-27T18:27:04.993 INFO:tasks.rados.rados.0.smithi029.stdout:1994: done (3 left) 2024-07-27T18:27:04.994 INFO:tasks.rados.rados.0.smithi029.stdout:1996: done (2 left) 2024-07-27T18:27:04.994 INFO:tasks.rados.rados.0.smithi029.stdout:1999: done (1 left) 2024-07-27T18:27:04.994 INFO:tasks.rados.rados.0.smithi029.stdout:2000: rollback oid 46 current snap is 189 2024-07-27T18:27:04.994 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 187 2024-07-27T18:27:04.994 INFO:tasks.rados.rados.0.smithi029.stdout:2001: snap_create 2024-07-27T18:27:05.008 INFO:tasks.rados.rados.0.smithi029.stdout:2000: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:27:05.008 INFO:tasks.rados.rados.0.smithi029.stdout:2000: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:27:05.009 INFO:tasks.rados.rados.0.smithi029.stdout:2000: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:27:05.009 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 635 (ObjNum 604 snap 181 seq_num 604) dirty exists 2024-07-27T18:27:05.009 INFO:tasks.rados.rados.0.smithi029.stdout:1998: finishing write tid 1 to smithi02985406-9 2024-07-27T18:27:05.009 INFO:tasks.rados.rados.0.smithi029.stdout:1998: finishing write tid 2 to smithi02985406-9 2024-07-27T18:27:05.010 INFO:tasks.rados.rados.0.smithi029.stdout:1998: finishing write tid 3 to smithi02985406-9 2024-07-27T18:27:05.011 INFO:tasks.rados.rados.0.smithi029.stdout:1998: finishing write tid 4 to smithi02985406-9 2024-07-27T18:27:05.011 INFO:tasks.rados.rados.0.smithi029.stdout:1998: oid 9 updating version 0 to 1252 2024-07-27T18:27:05.011 INFO:tasks.rados.rados.0.smithi029.stdout:1998: oid 9 updating version 1252 to 1254 2024-07-27T18:27:05.012 INFO:tasks.rados.rados.0.smithi029.stdout:1998: oid 9 version 1254 is already newer than 1253 2024-07-27T18:27:05.012 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 1254 (ObjNum 627 snap 188 seq_num 627) dirty exists 2024-07-27T18:27:05.012 INFO:tasks.rados.rados.0.smithi029.stdout:1998: left oid 9 (ObjNum 627 snap 188 seq_num 627) 2024-07-27T18:27:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:04 smithi179 ceph-mon[89801]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:27:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:04 smithi179 ceph-mon[89801]: osdmap e460: 8 total, 7 up, 8 in 2024-07-27T18:27:05.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:05 smithi179 podman[100248]: 2024-07-27 18:27:05.015055977 +0000 UTC m=+2.120669655 container cleanup e14c749bc91091547ed716012433469d86ec90d141f258702c4c8ad2cc88e39f (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5, io.buildah.version=1.36.0, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-a3bbd72, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:27:05.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:05 smithi179 bash[100248]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5 2024-07-27T18:27:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:04 smithi029 ceph-mon[96870]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:27:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:04 smithi029 ceph-mon[96870]: osdmap e460: 8 total, 7 up, 8 in 2024-07-27T18:27:05.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:04 smithi029 ceph-mon[99353]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:27:05.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:04 smithi029 ceph-mon[99353]: osdmap e460: 8 total, 7 up, 8 in 2024-07-27T18:27:05.662 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:05 smithi179 podman[100268]: 2024-07-27 18:27:05.375877979 +0000 UTC m=+0.809097120 container remove e14c749bc91091547ed716012433469d86ec90d141f258702c4c8ad2cc88e39f (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, RELEASE=reef-a3bbd72, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True) 2024-07-27T18:27:05.981 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:05 smithi179 podman[100360]: 2024-07-27 18:27:05.597512742 +0000 UTC m=+0.017070432 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:27:05.981 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:05 smithi179 podman[100360]: 2024-07-27 18:27:05.785287732 +0000 UTC m=+0.204845416 container create 56c2ce3aa5cf7e2b5cb23db6400c60e713197f971a617f89f515b05551dd77e4 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-deactivate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, io.buildah.version=1.36.0) 2024-07-27T18:27:05.992 INFO:tasks.rados.rados.0.smithi029.stdout:1998: done (2 left) 2024-07-27T18:27:05.992 INFO:tasks.rados.rados.0.smithi029.stdout:2000: done (1 left) 2024-07-27T18:27:05.992 INFO:tasks.rados.rados.0.smithi029.stdout:2001: done (0 left) 2024-07-27T18:27:05.992 INFO:tasks.rados.rados.0.smithi029.stdout:2002: read oid 4 snap 188 2024-07-27T18:27:05.992 INFO:tasks.rados.rados.0.smithi029.stdout:2002: expect (ObjNum 560 snap 168 seq_num 560) 2024-07-27T18:27:05.992 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 190 2024-07-27T18:27:05.992 INFO:tasks.rados.rados.0.smithi029.stdout:2003: seq_num 628 ranges {2678784=524288,3203072=401408} 2024-07-27T18:27:06.010 INFO:tasks.rados.rados.0.smithi029.stdout:2003: writing smithi02985406-22 from 2678784 to 3203072 tid 1 2024-07-27T18:27:06.013 INFO:tasks.rados.rados.0.smithi029.stdout:2003: writing smithi02985406-22 from 3203072 to 3604480 tid 2 2024-07-27T18:27:06.013 INFO:tasks.rados.rados.0.smithi029.stdout:2004: snap_create 2024-07-27T18:27:06.015 INFO:tasks.rados.rados.0.smithi029.stdout:2003: finishing write tid 1 to smithi02985406-22 2024-07-27T18:27:06.015 INFO:tasks.rados.rados.0.smithi029.stdout:2003: finishing write tid 2 to smithi02985406-22 2024-07-27T18:27:06.016 INFO:tasks.rados.rados.0.smithi029.stdout:2003: finishing write tid 3 to smithi02985406-22 2024-07-27T18:27:06.017 INFO:tasks.rados.rados.0.smithi029.stdout:2003: finishing write tid 4 to smithi02985406-22 2024-07-27T18:27:06.017 INFO:tasks.rados.rados.0.smithi029.stdout:2003: oid 22 updating version 0 to 956 2024-07-27T18:27:06.017 INFO:tasks.rados.rados.0.smithi029.stdout:2003: oid 22 version 956 is already newer than 954 2024-07-27T18:27:06.017 INFO:tasks.rados.rados.0.smithi029.stdout:2003: oid 22 version 956 is already newer than 955 2024-07-27T18:27:06.017 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 956 (ObjNum 628 snap 190 seq_num 628) dirty exists 2024-07-27T18:27:06.017 INFO:tasks.rados.rados.0.smithi029.stdout:2003: left oid 22 (ObjNum 628 snap 190 seq_num 628) 2024-07-27T18:27:06.028 INFO:tasks.rados.rados.0.smithi029.stdout:2002: expect (ObjNum 560 snap 168 seq_num 560) 2024-07-27T18:27:06.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:05 smithi029 ceph-mon[96870]: pgmap v352: 121 pgs: 27 peering, 9 stale+active+clean, 85 active+clean; 214 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 4.6 MiB/s wr, 14 op/s 2024-07-27T18:27:06.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:05 smithi029 ceph-mon[96870]: Health check failed: Reduced data availability: 5 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-07-27T18:27:06.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:05 smithi029 ceph-mon[96870]: osdmap e461: 8 total, 7 up, 8 in 2024-07-27T18:27:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:05 smithi029 ceph-mon[99353]: pgmap v352: 121 pgs: 27 peering, 9 stale+active+clean, 85 active+clean; 214 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 4.6 MiB/s wr, 14 op/s 2024-07-27T18:27:06.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:05 smithi029 ceph-mon[99353]: Health check failed: Reduced data availability: 5 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-07-27T18:27:06.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:05 smithi029 ceph-mon[99353]: osdmap e461: 8 total, 7 up, 8 in 2024-07-27T18:27:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:05 smithi179 ceph-mon[89801]: pgmap v352: 121 pgs: 27 peering, 9 stale+active+clean, 85 active+clean; 214 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 4.6 MiB/s wr, 14 op/s 2024-07-27T18:27:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:05 smithi179 ceph-mon[89801]: Health check failed: Reduced data availability: 5 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-07-27T18:27:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:05 smithi179 ceph-mon[89801]: osdmap e461: 8 total, 7 up, 8 in 2024-07-27T18:27:06.413 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:06 smithi179 podman[100360]: 2024-07-27 18:27:06.013024712 +0000 UTC m=+0.432582406 container init 56c2ce3aa5cf7e2b5cb23db6400c60e713197f971a617f89f515b05551dd77e4 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, ceph=True, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:27:06.413 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:06 smithi179 podman[100360]: 2024-07-27 18:27:06.018890262 +0000 UTC m=+0.438447953 container start 56c2ce3aa5cf7e2b5cb23db6400c60e713197f971a617f89f515b05551dd77e4 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-07-27T18:27:06.413 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:06 smithi179 podman[100360]: 2024-07-27 18:27:06.121693911 +0000 UTC m=+0.541251607 container attach 56c2ce3aa5cf7e2b5cb23db6400c60e713197f971a617f89f515b05551dd77e4 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240716, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=squid-46c551b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-07-27T18:27:06.414 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:06 smithi179 podman[100360]: 2024-07-27 18:27:06.210806541 +0000 UTC m=+0.630364235 container died 56c2ce3aa5cf7e2b5cb23db6400c60e713197f971a617f89f515b05551dd77e4 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-deactivate, RELEASE=squid-46c551b, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:27:06.766 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:06 smithi179 podman[100403]: 2024-07-27 18:27:06.750784943 +0000 UTC m=+0.530918683 container remove 56c2ce3aa5cf7e2b5cb23db6400c60e713197f971a617f89f515b05551dd77e4 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-07-27T18:27:07.000 INFO:tasks.rados.rados.0.smithi029.stdout:2002: done (2 left) 2024-07-27T18:27:07.000 INFO:tasks.rados.rados.0.smithi029.stdout:2003: done (1 left) 2024-07-27T18:27:07.000 INFO:tasks.rados.rados.0.smithi029.stdout:2004: done (0 left) 2024-07-27T18:27:07.000 INFO:tasks.rados.rados.0.smithi029.stdout:2005: read oid 4 snap -1 2024-07-27T18:27:07.000 INFO:tasks.rados.rados.0.smithi029.stdout:2005: expect (ObjNum 560 snap 168 seq_num 560) 2024-07-27T18:27:07.000 INFO:tasks.rados.rados.0.smithi029.stdout:2006: rollback oid 22 current snap is 191 2024-07-27T18:27:07.000 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 22 to 180 2024-07-27T18:27:07.001 INFO:tasks.rados.rados.0.smithi029.stdout:2007: rollback oid 29 current snap is 191 2024-07-27T18:27:07.001 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 29 to 187 2024-07-27T18:27:07.001 INFO:tasks.rados.rados.0.smithi029.stdout:2008: read oid 18 snap -1 2024-07-27T18:27:07.001 INFO:tasks.rados.rados.0.smithi029.stdout:2008: expect (ObjNum 588 snap 175 seq_num 588) 2024-07-27T18:27:07.001 INFO:tasks.rados.rados.0.smithi029.stdout:2009: snap_remove snap 189 2024-07-27T18:27:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:06 smithi179 ceph-mon[89801]: osdmap e462: 8 total, 7 up, 8 in 2024-07-27T18:27:07.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:06 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.5.service: Deactivated successfully. 2024-07-27T18:27:07.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:06 smithi179 systemd[1]: Stopped Ceph osd.5 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:27:07.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:06 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.5.service: Consumed 15.445s CPU time. 2024-07-27T18:27:07.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:06 smithi179 systemd[1]: Starting Ceph osd.5 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:27:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:06 smithi029 ceph-mon[96870]: osdmap e462: 8 total, 7 up, 8 in 2024-07-27T18:27:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:06 smithi029 ceph-mon[99353]: osdmap e462: 8 total, 7 up, 8 in 2024-07-27T18:27:07.474 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 podman[100506]: 2024-07-27 18:27:07.086604274 +0000 UTC m=+0.017618050 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:27:07.474 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 podman[100506]: 2024-07-27 18:27:07.219057265 +0000 UTC m=+0.150071037 container create 3f4b765946028dbcf934cc70c4366fa42c9dc87c0cf3b52897ea811546f2b1b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, RELEASE=squid-46c551b) 2024-07-27T18:27:07.811 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 podman[100506]: 2024-07-27 18:27:07.473284702 +0000 UTC m=+0.404298472 container init 3f4b765946028dbcf934cc70c4366fa42c9dc87c0cf3b52897ea811546f2b1b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-07-27T18:27:07.812 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 podman[100506]: 2024-07-27 18:27:07.478296629 +0000 UTC m=+0.409310406 container start 3f4b765946028dbcf934cc70c4366fa42c9dc87c0cf3b52897ea811546f2b1b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate, io.buildah.version=1.36.0, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-07-27T18:27:07.812 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 podman[100506]: 2024-07-27 18:27:07.538763886 +0000 UTC m=+0.469777675 container attach 3f4b765946028dbcf934cc70c4366fa42c9dc87c0cf3b52897ea811546f2b1b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate, org.label-schema.build-date=20240716, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-46c551b) 2024-07-27T18:27:07.812 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate[100522]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:27:07.812 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 bash[100506]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:27:07.812 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate[100522]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:27:07.812 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 bash[100506]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:27:07.812 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate[100522]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-07-27T18:27:07.812 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 bash[100506]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-07-27T18:27:08.001 INFO:tasks.rados.rados.0.smithi029.stdout:2009: done (4 left) 2024-07-27T18:27:08.001 INFO:tasks.rados.rados.0.smithi029.stdout:2010: rollback oid 39 current snap is 191 2024-07-27T18:27:08.001 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 39 to 175 2024-07-27T18:27:08.001 INFO:tasks.rados.rados.0.smithi029.stdout:2007: finishing rollback tid 1 to smithi02985406-29 2024-07-27T18:27:08.001 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-07-27T18:27:08.001 INFO:tasks.rados.rados.0.smithi029.stdout:2006: finishing rollback tid 0 to smithi02985406-22 2024-07-27T18:27:08.001 INFO:tasks.rados.rados.0.smithi029.stdout:2006: finishing rollback tid 1 to smithi02985406-22 2024-07-27T18:27:08.001 INFO:tasks.rados.rados.0.smithi029.stdout:2006: finishing rollback tid 2 to smithi02985406-22 2024-07-27T18:27:08.001 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 959 (ObjNum 575 snap 170 seq_num 575) dirty exists 2024-07-27T18:27:08.001 INFO:tasks.rados.rados.0.smithi029.stdout:2008: expect (ObjNum 588 snap 175 seq_num 588) 2024-07-27T18:27:08.055 INFO:tasks.rados.rados.0.smithi029.stdout:2005: expect (ObjNum 560 snap 168 seq_num 560) 2024-07-27T18:27:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:08 smithi179 ceph-mon[89801]: pgmap v355: 121 pgs: 9 active+undersized, 27 peering, 3 stale+active+clean, 82 active+clean; 214 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 1.5 MiB/s wr, 10 op/s 2024-07-27T18:27:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:08 smithi179 ceph-mon[89801]: osdmap e463: 8 total, 7 up, 8 in 2024-07-27T18:27:08.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate[100522]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-07-27T18:27:08.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 bash[100506]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-07-27T18:27:08.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate[100522]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-07-27T18:27:08.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 bash[100506]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-07-27T18:27:08.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate[100522]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-07-27T18:27:08.164 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 bash[100506]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-07-27T18:27:08.164 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate[100522]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-07-27T18:27:08.164 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 bash[100506]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-07-27T18:27:08.164 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate[100522]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-07-27T18:27:08.164 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 bash[100506]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-07-27T18:27:08.164 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate[100522]: --> ceph-volume raw activate successful for osd ID: 5 2024-07-27T18:27:08.164 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 bash[100506]: --> ceph-volume raw activate successful for osd ID: 5 2024-07-27T18:27:08.164 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:07 smithi179 podman[100506]: 2024-07-27 18:27:07.858905062 +0000 UTC m=+0.789918832 container died 3f4b765946028dbcf934cc70c4366fa42c9dc87c0cf3b52897ea811546f2b1b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:27:08.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:08 smithi029 ceph-mon[99353]: pgmap v355: 121 pgs: 9 active+undersized, 27 peering, 3 stale+active+clean, 82 active+clean; 214 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 1.5 MiB/s wr, 10 op/s 2024-07-27T18:27:08.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:08 smithi029 ceph-mon[99353]: osdmap e463: 8 total, 7 up, 8 in 2024-07-27T18:27:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:08 smithi029 ceph-mon[96870]: pgmap v355: 121 pgs: 9 active+undersized, 27 peering, 3 stale+active+clean, 82 active+clean; 214 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 1.5 MiB/s wr, 10 op/s 2024-07-27T18:27:08.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:08 smithi029 ceph-mon[96870]: osdmap e463: 8 total, 7 up, 8 in 2024-07-27T18:27:08.789 INFO:tasks.rados.rados.0.smithi029.stdout:2010: finishing rollback tid 0 to smithi02985406-39 2024-07-27T18:27:08.789 INFO:tasks.rados.rados.0.smithi029.stdout:2010: finishing rollback tid 1 to smithi02985406-39 2024-07-27T18:27:08.789 INFO:tasks.rados.rados.0.smithi029.stdout:2010: finishing rollback tid 2 to smithi02985406-39 2024-07-27T18:27:08.789 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 1247 (ObjNum 516 snap 154 seq_num 516) dirty exists 2024-07-27T18:27:08.789 INFO:tasks.rados.rados.0.smithi029.stdout:2005: done (4 left) 2024-07-27T18:27:08.789 INFO:tasks.rados.rados.0.smithi029.stdout:2006: done (3 left) 2024-07-27T18:27:08.790 INFO:tasks.rados.rados.0.smithi029.stdout:2007: done (2 left) 2024-07-27T18:27:08.790 INFO:tasks.rados.rados.0.smithi029.stdout:2008: done (1 left) 2024-07-27T18:27:08.790 INFO:tasks.rados.rados.0.smithi029.stdout:2010: done (0 left) 2024-07-27T18:27:08.790 INFO:tasks.rados.rados.0.smithi029.stdout:2011: read oid 1 snap 182 2024-07-27T18:27:08.790 INFO:tasks.rados.rados.0.smithi029.stdout:2011: expect (ObjNum 534 snap 160 seq_num 534) 2024-07-27T18:27:08.790 INFO:tasks.rados.rados.0.smithi029.stdout:2012: read oid 3 snap 185 2024-07-27T18:27:08.790 INFO:tasks.rados.rados.0.smithi029.stdout:2012: expect (ObjNum 574 snap 170 seq_num 574) 2024-07-27T18:27:08.790 INFO:tasks.rados.rados.0.smithi029.stdout:2013: delete oid 32 current snap is 191 2024-07-27T18:27:08.792 INFO:tasks.rados.rados.0.smithi029.stdout:2013: done (2 left) 2024-07-27T18:27:08.792 INFO:tasks.rados.rados.0.smithi029.stdout:2014: read oid 21 snap 190 2024-07-27T18:27:08.792 INFO:tasks.rados.rados.0.smithi029.stdout:2014: expect (ObjNum 583 snap 175 seq_num 583) 2024-07-27T18:27:08.792 INFO:tasks.rados.rados.0.smithi029.stdout:2015: snap_remove snap 187 2024-07-27T18:27:08.818 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:08 smithi179 podman[100676]: 2024-07-27 18:27:08.484832877 +0000 UTC m=+0.617079061 container remove 3f4b765946028dbcf934cc70c4366fa42c9dc87c0cf3b52897ea811546f2b1b3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-activate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b) 2024-07-27T18:27:08.819 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:08 smithi179 podman[100739]: 2024-07-27 18:27:08.601117246 +0000 UTC m=+0.017558978 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:27:08.819 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:08 smithi179 podman[100739]: 2024-07-27 18:27:08.702788736 +0000 UTC m=+0.119230486 container create a5371f3565cebef2c42f919f913dae251d3993185014bfc866199e0e11cb4749 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:27:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:09 smithi179 ceph-mon[89801]: osdmap e464: 8 total, 7 up, 8 in 2024-07-27T18:27:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:27:09.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:08 smithi179 podman[100739]: 2024-07-27 18:27:08.888922415 +0000 UTC m=+0.305364135 container init a5371f3565cebef2c42f919f913dae251d3993185014bfc866199e0e11cb4749 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0) 2024-07-27T18:27:09.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:08 smithi179 podman[100739]: 2024-07-27 18:27:08.894203038 +0000 UTC m=+0.310644747 container start a5371f3565cebef2c42f919f913dae251d3993185014bfc866199e0e11cb4749 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:27:09.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:08 smithi179 ceph-osd[100777]: -- 172.21.15.179:0/685097893 <== mon.1 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55aa62c15a40 con 0x55aa639d8000 2024-07-27T18:27:09.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:08 smithi179 bash[100739]: a5371f3565cebef2c42f919f913dae251d3993185014bfc866199e0e11cb4749 2024-07-27T18:27:09.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:09 smithi179 systemd[1]: Started Ceph osd.5 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:27:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:09 smithi029 ceph-mon[96870]: osdmap e464: 8 total, 7 up, 8 in 2024-07-27T18:27:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:27:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:09 smithi029 ceph-mon[99353]: osdmap e464: 8 total, 7 up, 8 in 2024-07-27T18:27:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:27:09.645 INFO:tasks.rados.rados.0.smithi029.stdout:2015: done (3 left) 2024-07-27T18:27:09.646 INFO:tasks.rados.rados.0.smithi029.stdout:2016: read oid 20 snap -1 2024-07-27T18:27:09.646 INFO:tasks.rados.rados.0.smithi029.stdout:2016: expect (ObjNum 511 snap 153 seq_num 511) 2024-07-27T18:27:09.646 INFO:tasks.rados.rados.0.smithi029.stdout:2017: read oid 46 snap 190 2024-07-27T18:27:09.646 INFO:tasks.rados.rados.0.smithi029.stdout:2017: expect (ObjNum 604 snap 181 seq_num 604) 2024-07-27T18:27:09.646 INFO:tasks.rados.rados.0.smithi029.stdout:2018: snap_remove snap 175 2024-07-27T18:27:09.913 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:09 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T18:27:09.434+0000 7fc5f2be6640 -1 Falling back to public interface 2024-07-27T18:27:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:10 smithi179 ceph-mon[89801]: pgmap v358: 121 pgs: 15 active+undersized, 27 peering, 6 active+undersized+degraded, 73 active+clean; 215 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 428 KiB/s wr, 5 op/s; 29/372 objects degraded (7.796%) 2024-07-27T18:27:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:10 smithi179 ceph-mon[89801]: Health check failed: Degraded data redundancy: 29/372 objects degraded (7.796%), 6 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:27:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:10 smithi179 ceph-mon[89801]: osdmap e465: 8 total, 7 up, 8 in 2024-07-27T18:27:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:10 smithi029 ceph-mon[96870]: pgmap v358: 121 pgs: 15 active+undersized, 27 peering, 6 active+undersized+degraded, 73 active+clean; 215 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 428 KiB/s wr, 5 op/s; 29/372 objects degraded (7.796%) 2024-07-27T18:27:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:10 smithi029 ceph-mon[96870]: Health check failed: Degraded data redundancy: 29/372 objects degraded (7.796%), 6 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:27:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:10 smithi029 ceph-mon[96870]: osdmap e465: 8 total, 7 up, 8 in 2024-07-27T18:27:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:10 smithi029 ceph-mon[99353]: pgmap v358: 121 pgs: 15 active+undersized, 27 peering, 6 active+undersized+degraded, 73 active+clean; 215 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 428 KiB/s wr, 5 op/s; 29/372 objects degraded (7.796%) 2024-07-27T18:27:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:10 smithi029 ceph-mon[99353]: Health check failed: Degraded data redundancy: 29/372 objects degraded (7.796%), 6 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:27:10.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:10 smithi029 ceph-mon[99353]: osdmap e465: 8 total, 7 up, 8 in 2024-07-27T18:27:10.648 INFO:tasks.rados.rados.0.smithi029.stdout:2018: done (5 left) 2024-07-27T18:27:10.648 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 191 2024-07-27T18:27:10.648 INFO:tasks.rados.rados.0.smithi029.stdout:2019: seq_num 630 ranges {0=557056,557056=401408} 2024-07-27T18:27:10.651 INFO:tasks.rados.rados.0.smithi029.stdout:2019: writing smithi02985406-44 from 0 to 557056 tid 1 2024-07-27T18:27:10.654 INFO:tasks.rados.rados.0.smithi029.stdout:2019: writing smithi02985406-44 from 557056 to 958464 tid 2 2024-07-27T18:27:10.655 INFO:tasks.rados.rados.0.smithi029.stdout:2020: read oid 33 snap -1 2024-07-27T18:27:10.655 INFO:tasks.rados.rados.0.smithi029.stdout:2020: expect (ObjNum 615 snap 184 seq_num 615) 2024-07-27T18:27:10.656 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 191 2024-07-27T18:27:10.656 INFO:tasks.rados.rados.0.smithi029.stdout:2021: seq_num 631 ranges {1687552=573440,2260992=401408} 2024-07-27T18:27:10.669 INFO:tasks.rados.rados.0.smithi029.stdout:2021: writing smithi02985406-2 from 1687552 to 2260992 tid 1 2024-07-27T18:27:10.671 INFO:tasks.rados.rados.0.smithi029.stdout:2021: writing smithi02985406-2 from 2260992 to 2662400 tid 2 2024-07-27T18:27:10.671 INFO:tasks.rados.rados.0.smithi029.stdout:2022: delete oid 24 current snap is 191 2024-07-27T18:27:10.671 INFO:tasks.rados.rados.0.smithi029.stdout:2011: expect (ObjNum 534 snap 160 seq_num 534) 2024-07-27T18:27:10.718 INFO:tasks.rados.rados.0.smithi029.stdout:2014: expect (ObjNum 583 snap 175 seq_num 583) 2024-07-27T18:27:10.962 INFO:tasks.rados.rados.0.smithi029.stdout:2012: expect (ObjNum 574 snap 170 seq_num 574) 2024-07-27T18:27:11.409 INFO:tasks.rados.rados.0.smithi029.stdout:2017: expect (ObjNum 604 snap 181 seq_num 604) 2024-07-27T18:27:11.423 INFO:tasks.rados.rados.0.smithi029.stdout:2016: expect (ObjNum 511 snap 153 seq_num 511) 2024-07-27T18:27:11.668 INFO:tasks.rados.rados.0.smithi029.stdout:2019: finishing write tid 1 to smithi02985406-44 2024-07-27T18:27:11.668 INFO:tasks.rados.rados.0.smithi029.stdout:2019: finishing write tid 2 to smithi02985406-44 2024-07-27T18:27:11.668 INFO:tasks.rados.rados.0.smithi029.stdout:2019: finishing write tid 3 to smithi02985406-44 2024-07-27T18:27:11.668 INFO:tasks.rados.rados.0.smithi029.stdout:2019: finishing write tid 4 to smithi02985406-44 2024-07-27T18:27:11.668 INFO:tasks.rados.rados.0.smithi029.stdout:2019: oid 44 updating version 0 to 1246 2024-07-27T18:27:11.669 INFO:tasks.rados.rados.0.smithi029.stdout:2019: oid 44 updating version 1246 to 1247 2024-07-27T18:27:11.669 INFO:tasks.rados.rados.0.smithi029.stdout:2019: oid 44 updating version 1247 to 1248 2024-07-27T18:27:11.669 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1248 (ObjNum 630 snap 191 seq_num 630) dirty exists 2024-07-27T18:27:11.669 INFO:tasks.rados.rados.0.smithi029.stdout:2019: left oid 44 (ObjNum 630 snap 191 seq_num 630) 2024-07-27T18:27:11.669 INFO:tasks.rados.rados.0.smithi029.stdout:2020: expect (ObjNum 615 snap 184 seq_num 615) 2024-07-27T18:27:11.687 INFO:tasks.rados.rados.0.smithi029.stdout:2021: finishing write tid 1 to smithi02985406-2 2024-07-27T18:27:11.687 INFO:tasks.rados.rados.0.smithi029.stdout:2021: finishing write tid 2 to smithi02985406-2 2024-07-27T18:27:11.687 INFO:tasks.rados.rados.0.smithi029.stdout:2011: done (8 left) 2024-07-27T18:27:11.687 INFO:tasks.rados.rados.0.smithi029.stdout:2012: done (7 left) 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2014: done (6 left) 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2016: done (5 left) 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2017: done (4 left) 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2019: done (3 left) 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2020: done (2 left) 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2022: done (1 left) 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2023: snap_create 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2021: finishing write tid 3 to smithi02985406-2 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2021: finishing write tid 4 to smithi02985406-2 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2021: oid 2 updating version 0 to 1354 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2021: oid 2 updating version 1354 to 1355 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2021: oid 2 version 1355 is already newer than 1353 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 1355 (ObjNum 631 snap 191 seq_num 631) dirty exists 2024-07-27T18:27:11.688 INFO:tasks.rados.rados.0.smithi029.stdout:2021: left oid 2 (ObjNum 631 snap 191 seq_num 631) 2024-07-27T18:27:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:11 smithi179 ceph-mon[89801]: pgmap v360: 121 pgs: 34 active+undersized, 14 active+undersized+degraded, 73 active+clean; 217 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 757 KiB/s wr, 10 op/s; 65/384 objects degraded (16.927%) 2024-07-27T18:27:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:11 smithi179 ceph-mon[89801]: osdmap e466: 8 total, 7 up, 8 in 2024-07-27T18:27:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:11 smithi179 ceph-mon[89801]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 5 pgs peering) 2024-07-27T18:27:11.980 INFO:tasks.rados.rados.0.smithi029.stdout:2021: done (1 left) 2024-07-27T18:27:11.981 INFO:tasks.rados.rados.0.smithi029.stdout:2023: done (0 left) 2024-07-27T18:27:11.981 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 192 2024-07-27T18:27:11.981 INFO:tasks.rados.rados.0.smithi029.stdout:2024: seq_num 633 ranges {7012352=606208,7618560=401408} 2024-07-27T18:27:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:11 smithi029 ceph-mon[96870]: pgmap v360: 121 pgs: 34 active+undersized, 14 active+undersized+degraded, 73 active+clean; 217 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 757 KiB/s wr, 10 op/s; 65/384 objects degraded (16.927%) 2024-07-27T18:27:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:11 smithi029 ceph-mon[96870]: osdmap e466: 8 total, 7 up, 8 in 2024-07-27T18:27:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:11 smithi029 ceph-mon[96870]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 5 pgs peering) 2024-07-27T18:27:12.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:11 smithi029 ceph-mon[99353]: pgmap v360: 121 pgs: 34 active+undersized, 14 active+undersized+degraded, 73 active+clean; 217 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 757 KiB/s wr, 10 op/s; 65/384 objects degraded (16.927%) 2024-07-27T18:27:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:11 smithi029 ceph-mon[99353]: osdmap e466: 8 total, 7 up, 8 in 2024-07-27T18:27:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:11 smithi029 ceph-mon[99353]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 5 pgs peering) 2024-07-27T18:27:12.022 INFO:tasks.rados.rados.0.smithi029.stdout:2024: writing smithi02985406-3 from 7012352 to 7618560 tid 1 2024-07-27T18:27:12.024 INFO:tasks.rados.rados.0.smithi029.stdout:2024: writing smithi02985406-3 from 7618560 to 8019968 tid 2 2024-07-27T18:27:12.024 INFO:tasks.rados.rados.0.smithi029.stdout:2025: rollback oid 11 current snap is 192 2024-07-27T18:27:12.025 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 11 to 190 2024-07-27T18:27:12.025 INFO:tasks.rados.rados.0.smithi029.stdout:2026: rollback oid 26 current snap is 192 2024-07-27T18:27:12.025 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 26 to 188 2024-07-27T18:27:12.025 INFO:tasks.rados.rados.0.smithi029.stdout:2027: rollback oid 19 current snap is 192 2024-07-27T18:27:12.025 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 19 to 185 2024-07-27T18:27:12.025 INFO:tasks.rados.rados.0.smithi029.stdout:2028: snap_create 2024-07-27T18:27:12.027 INFO:tasks.rados.rados.0.smithi029.stdout:2024: finishing write tid 1 to smithi02985406-3 2024-07-27T18:27:12.030 INFO:tasks.rados.rados.0.smithi029.stdout:2024: finishing write tid 2 to smithi02985406-3 2024-07-27T18:27:12.031 INFO:tasks.rados.rados.0.smithi029.stdout:2024: finishing write tid 3 to smithi02985406-3 2024-07-27T18:27:12.033 INFO:tasks.rados.rados.0.smithi029.stdout:2025: finishing rollback tid 0 to smithi02985406-11 2024-07-27T18:27:12.033 INFO:tasks.rados.rados.0.smithi029.stdout:2025: finishing rollback tid 1 to smithi02985406-11 2024-07-27T18:27:12.033 INFO:tasks.rados.rados.0.smithi029.stdout:2025: finishing rollback tid 2 to smithi02985406-11 2024-07-27T18:27:12.033 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 602 (ObjNum 620 snap 185 seq_num 620) dirty exists 2024-07-27T18:27:12.034 INFO:tasks.rados.rados.0.smithi029.stdout:2026: finishing rollback tid 0 to smithi02985406-26 2024-07-27T18:27:12.034 INFO:tasks.rados.rados.0.smithi029.stdout:2026: finishing rollback tid 1 to smithi02985406-26 2024-07-27T18:27:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:2024: finishing write tid 4 to smithi02985406-3 2024-07-27T18:27:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:2024: oid 3 updating version 0 to 1236 2024-07-27T18:27:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:2024: oid 3 updating version 1236 to 1238 2024-07-27T18:27:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:2024: oid 3 version 1238 is already newer than 1237 2024-07-27T18:27:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 1238 (ObjNum 633 snap 192 seq_num 633) dirty exists 2024-07-27T18:27:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:2024: left oid 3 (ObjNum 633 snap 192 seq_num 633) 2024-07-27T18:27:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:2026: finishing rollback tid 2 to smithi02985406-26 2024-07-27T18:27:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 605 (ObjNum 626 snap 188 seq_num 626) dirty exists 2024-07-27T18:27:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:2027: finishing rollback tid 0 to smithi02985406-19 2024-07-27T18:27:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:2027: finishing rollback tid 1 to smithi02985406-19 2024-07-27T18:27:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:2027: finishing rollback tid 2 to smithi02985406-19 2024-07-27T18:27:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 1304 (ObjNum 538 snap 162 seq_num 538) dirty exists 2024-07-27T18:27:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:27:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:27:12] "GET /metrics HTTP/1.1" 200 36286 "" "Prometheus/2.43.0" 2024-07-27T18:27:12.983 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T18:27:12.673+0000 7fc5f2be6640 -1 osd.5 459 log_to_monitors true 2024-07-27T18:27:12.987 INFO:tasks.rados.rados.0.smithi029.stdout:2024: done (4 left) 2024-07-27T18:27:12.987 INFO:tasks.rados.rados.0.smithi029.stdout:2025: done (3 left) 2024-07-27T18:27:12.987 INFO:tasks.rados.rados.0.smithi029.stdout:2026: done (2 left) 2024-07-27T18:27:12.987 INFO:tasks.rados.rados.0.smithi029.stdout:2027: done (1 left) 2024-07-27T18:27:12.987 INFO:tasks.rados.rados.0.smithi029.stdout:2028: done (0 left) 2024-07-27T18:27:12.987 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 193 2024-07-27T18:27:12.987 INFO:tasks.rados.rados.0.smithi029.stdout:2029: seq_num 634 ranges {3809280=622592,4431872=401408} 2024-07-27T18:27:13.011 INFO:tasks.rados.rados.0.smithi029.stdout:2029: writing smithi02985406-38 from 3809280 to 4431872 tid 1 2024-07-27T18:27:13.014 INFO:tasks.rados.rados.0.smithi029.stdout:2029: writing smithi02985406-38 from 4431872 to 4833280 tid 2 2024-07-27T18:27:13.014 INFO:tasks.rados.rados.0.smithi029.stdout:2030: snap_create 2024-07-27T18:27:13.017 INFO:tasks.rados.rados.0.smithi029.stdout:2029: finishing write tid 1 to smithi02985406-38 2024-07-27T18:27:13.018 INFO:tasks.rados.rados.0.smithi029.stdout:2029: finishing write tid 2 to smithi02985406-38 2024-07-27T18:27:13.018 INFO:tasks.rados.rados.0.smithi029.stdout:2029: finishing write tid 3 to smithi02985406-38 2024-07-27T18:27:13.020 INFO:tasks.rados.rados.0.smithi029.stdout:2029: finishing write tid 4 to smithi02985406-38 2024-07-27T18:27:13.020 INFO:tasks.rados.rados.0.smithi029.stdout:2029: oid 38 updating version 0 to 1241 2024-07-27T18:27:13.020 INFO:tasks.rados.rados.0.smithi029.stdout:2029: oid 38 version 1241 is already newer than 1240 2024-07-27T18:27:13.020 INFO:tasks.rados.rados.0.smithi029.stdout:2029: oid 38 version 1241 is already newer than 1239 2024-07-27T18:27:13.020 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 1241 (ObjNum 634 snap 193 seq_num 634) dirty exists 2024-07-27T18:27:13.020 INFO:tasks.rados.rados.0.smithi029.stdout:2029: left oid 38 (ObjNum 634 snap 193 seq_num 634) 2024-07-27T18:27:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:12 smithi029 ceph-mon[96870]: osdmap e467: 8 total, 7 up, 8 in 2024-07-27T18:27:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:12 smithi029 ceph-mon[96870]: from='osd.5 [v2:172.21.15.179:6808/3048993168,v1:172.21.15.179:6809/3048993168]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-07-27T18:27:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:12 smithi029 ceph-mon[96870]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-07-27T18:27:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:12 smithi029 ceph-mon[99353]: osdmap e467: 8 total, 7 up, 8 in 2024-07-27T18:27:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:12 smithi029 ceph-mon[99353]: from='osd.5 [v2:172.21.15.179:6808/3048993168,v1:172.21.15.179:6809/3048993168]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-07-27T18:27:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:12 smithi029 ceph-mon[99353]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-07-27T18:27:13.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:12 smithi179 ceph-mon[89801]: osdmap e467: 8 total, 7 up, 8 in 2024-07-27T18:27:13.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:12 smithi179 ceph-mon[89801]: from='osd.5 [v2:172.21.15.179:6808/3048993168,v1:172.21.15.179:6809/3048993168]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-07-27T18:27:13.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:12 smithi179 ceph-mon[89801]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-07-27T18:27:13.280 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:27:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T18:27:13.014+0000 7fc5ea991640 -1 osd.5 459 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:27:13.992 INFO:tasks.rados.rados.0.smithi029.stdout:2029: done (1 left) 2024-07-27T18:27:13.993 INFO:tasks.rados.rados.0.smithi029.stdout:2030: done (0 left) 2024-07-27T18:27:13.993 INFO:tasks.rados.rados.0.smithi029.stdout:2031: setattr oid 29 current snap is 194 2024-07-27T18:27:13.995 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 31 current snap is 194 2024-07-27T18:27:13.995 INFO:tasks.rados.rados.0.smithi029.stdout:2032: seq_num 635 ranges {2310144=638976,2949120=401408} 2024-07-27T18:27:14.012 INFO:tasks.rados.rados.0.smithi029.stdout:2032: writing smithi02985406-31 from 2310144 to 2949120 tid 1 2024-07-27T18:27:14.015 INFO:tasks.rados.rados.0.smithi029.stdout:2032: writing smithi02985406-31 from 2949120 to 3350528 tid 2 2024-07-27T18:27:14.015 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 194 2024-07-27T18:27:14.015 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1169 (ObjNum 33 snap 0 seq_num 368821904) dirty exists 2024-07-27T18:27:14.015 INFO:tasks.rados.rados.0.smithi029.stdout:2033: seq_num 636 ranges {524288=655360,1179648=401408} 2024-07-27T18:27:14.021 INFO:tasks.rados.rados.0.smithi029.stdout:2033: writing smithi02985406-46 from 524288 to 1179648 tid 1 2024-07-27T18:27:14.024 INFO:tasks.rados.rados.0.smithi029.stdout:2033: writing smithi02985406-46 from 1179648 to 1581056 tid 2 2024-07-27T18:27:14.024 INFO:tasks.rados.rados.0.smithi029.stdout:2031: done (2 left) 2024-07-27T18:27:14.024 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 194 2024-07-27T18:27:14.024 INFO:tasks.rados.rados.0.smithi029.stdout:2034: seq_num 637 ranges {3907584=671744,4579328=401408} 2024-07-27T18:27:14.049 INFO:tasks.rados.rados.0.smithi029.stdout:2034: writing smithi02985406-25 from 3907584 to 4579328 tid 1 2024-07-27T18:27:14.051 INFO:tasks.rados.rados.0.smithi029.stdout:2034: writing smithi02985406-25 from 4579328 to 4980736 tid 2 2024-07-27T18:27:14.051 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 194 2024-07-27T18:27:14.051 INFO:tasks.rados.rados.0.smithi029.stdout:2035: seq_num 638 ranges {2662400=688128,3350528=401408} 2024-07-27T18:27:14.069 INFO:tasks.rados.rados.0.smithi029.stdout:2035: writing smithi02985406-2 from 2662400 to 3350528 tid 1 2024-07-27T18:27:14.075 INFO:tasks.rados.rados.0.smithi029.stdout:2035: writing smithi02985406-2 from 3350528 to 3751936 tid 2 2024-07-27T18:27:14.075 INFO:tasks.rados.rados.0.smithi029.stdout:2036: rmattr oid 12 current snap is 194 2024-07-27T18:27:14.075 INFO:tasks.rados.rados.0.smithi029.stdout:2036: done (4 left) 2024-07-27T18:27:14.075 INFO:tasks.rados.rados.0.smithi029.stdout:2037: setattr oid 47 current snap is 194 2024-07-27T18:27:14.075 INFO:tasks.rados.rados.0.smithi029.stdout:2038: rollback oid 45 current snap is 194 2024-07-27T18:27:14.075 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 45 to 182 2024-07-27T18:27:14.075 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 194 2024-07-27T18:27:14.075 INFO:tasks.rados.rados.0.smithi029.stdout:2039: seq_num 639 ranges {3055616=704512,3760128=401408} 2024-07-27T18:27:14.094 INFO:tasks.rados.rados.0.smithi029.stdout:2039: writing smithi02985406-17 from 3055616 to 3760128 tid 1 2024-07-27T18:27:14.097 INFO:tasks.rados.rados.0.smithi029.stdout:2039: writing smithi02985406-17 from 3760128 to 4161536 tid 2 2024-07-27T18:27:14.097 INFO:tasks.rados.rados.0.smithi029.stdout:2040: rollback oid 27 current snap is 194 2024-07-27T18:27:14.097 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 27 to 193 2024-07-27T18:27:14.097 INFO:tasks.rados.rados.0.smithi029.stdout:2035: finishing write tid 1 to smithi02985406-2 2024-07-27T18:27:14.097 INFO:tasks.rados.rados.0.smithi029.stdout:2041: copy_from oid 26 from oid 11 current snap is 194 2024-07-27T18:27:14.097 INFO:tasks.rados.rados.0.smithi029.stdout:2035: finishing write tid 2 to smithi02985406-2 2024-07-27T18:27:14.097 INFO:tasks.rados.rados.0.smithi029.stdout:2035: finishing write tid 3 to smithi02985406-2 2024-07-27T18:27:14.097 INFO:tasks.rados.rados.0.smithi029.stdout:2035: finishing write tid 4 to smithi02985406-2 2024-07-27T18:27:14.097 INFO:tasks.rados.rados.0.smithi029.stdout:2035: oid 2 updating version 0 to 1358 2024-07-27T18:27:14.097 INFO:tasks.rados.rados.0.smithi029.stdout:2035: oid 2 updating version 1358 to 1359 2024-07-27T18:27:14.097 INFO:tasks.rados.rados.0.smithi029.stdout:2035: oid 2 version 1359 is already newer than 1357 2024-07-27T18:27:14.098 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 1359 (ObjNum 638 snap 194 seq_num 638) dirty exists 2024-07-27T18:27:14.098 INFO:tasks.rados.rados.0.smithi029.stdout:2035: left oid 2 (ObjNum 638 snap 194 seq_num 638) 2024-07-27T18:27:14.098 INFO:tasks.rados.rados.0.smithi029.stdout:2035: done (8 left) 2024-07-27T18:27:14.098 INFO:tasks.rados.rados.0.smithi029.stdout:2042: delete oid 37 current snap is 194 2024-07-27T18:27:14.098 INFO:tasks.rados.rados.0.smithi029.stdout:2040: finishing rollback tid 1 to smithi02985406-27 2024-07-27T18:27:14.098 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 0 (ObjNum 33 snap 0 seq_num 365828352) dirty dne 2024-07-27T18:27:14.099 INFO:tasks.rados.rados.0.smithi029.stdout:2039: finishing write tid 1 to smithi02985406-17 2024-07-27T18:27:14.099 INFO:tasks.rados.rados.0.smithi029.stdout:2039: finishing write tid 2 to smithi02985406-17 2024-07-27T18:27:14.099 INFO:tasks.rados.rados.0.smithi029.stdout:2039: finishing write tid 3 to smithi02985406-17 2024-07-27T18:27:14.100 INFO:tasks.rados.rados.0.smithi029.stdout:2039: finishing write tid 4 to smithi02985406-17 2024-07-27T18:27:14.101 INFO:tasks.rados.rados.0.smithi029.stdout:2039: oid 17 updating version 0 to 1170 2024-07-27T18:27:14.101 INFO:tasks.rados.rados.0.smithi029.stdout:2039: oid 17 updating version 1170 to 1171 2024-07-27T18:27:14.101 INFO:tasks.rados.rados.0.smithi029.stdout:2039: oid 17 updating version 1171 to 1172 2024-07-27T18:27:14.101 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1172 (ObjNum 639 snap 194 seq_num 639) dirty exists 2024-07-27T18:27:14.101 INFO:tasks.rados.rados.0.smithi029.stdout:2039: left oid 17 (ObjNum 639 snap 194 seq_num 639) 2024-07-27T18:27:14.103 INFO:tasks.rados.rados.0.smithi029.stdout:2041: finishing copy_from racing read to smithi02985406-26 2024-07-27T18:27:14.104 INFO:tasks.rados.rados.0.smithi029.stdout:2041: finishing copy_from to smithi02985406-26 2024-07-27T18:27:14.104 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 602 (ObjNum 620 snap 185 seq_num 620) dirty exists 2024-07-27T18:27:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[96870]: pgmap v363: 121 pgs: 34 active+undersized, 14 active+undersized+degraded, 73 active+clean; 209 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 388 KiB/s wr, 8 op/s; 67/375 objects degraded (17.867%) 2024-07-27T18:27:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[96870]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-07-27T18:27:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[96870]: osdmap e468: 8 total, 7 up, 8 in 2024-07-27T18:27:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[96870]: from='osd.5 [v2:172.21.15.179:6808/3048993168,v1:172.21.15.179:6809/3048993168]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:27:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[96870]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:27:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:14.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[99353]: pgmap v363: 121 pgs: 34 active+undersized, 14 active+undersized+degraded, 73 active+clean; 209 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 388 KiB/s wr, 8 op/s; 67/375 objects degraded (17.867%) 2024-07-27T18:27:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[99353]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-07-27T18:27:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[99353]: osdmap e468: 8 total, 7 up, 8 in 2024-07-27T18:27:14.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[99353]: from='osd.5 [v2:172.21.15.179:6808/3048993168,v1:172.21.15.179:6809/3048993168]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:27:14.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[99353]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:27:14.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:14.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:14.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:13 smithi179 ceph-mon[89801]: pgmap v363: 121 pgs: 34 active+undersized, 14 active+undersized+degraded, 73 active+clean; 209 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 388 KiB/s wr, 8 op/s; 67/375 objects degraded (17.867%) 2024-07-27T18:27:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:13 smithi179 ceph-mon[89801]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-07-27T18:27:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:13 smithi179 ceph-mon[89801]: osdmap e468: 8 total, 7 up, 8 in 2024-07-27T18:27:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:13 smithi179 ceph-mon[89801]: from='osd.5 [v2:172.21.15.179:6808/3048993168,v1:172.21.15.179:6809/3048993168]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:27:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:13 smithi179 ceph-mon[89801]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:27:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:15.020 INFO:tasks.rados.rados.0.smithi029.stdout:2034: finishing write tid 1 to smithi02985406-25 2024-07-27T18:27:15.020 INFO:tasks.rados.rados.0.smithi029.stdout:2039: done (8 left) 2024-07-27T18:27:15.020 INFO:tasks.rados.rados.0.smithi029.stdout:2040: done (7 left) 2024-07-27T18:27:15.020 INFO:tasks.rados.rados.0.smithi029.stdout:2041: done (6 left) 2024-07-27T18:27:15.021 INFO:tasks.rados.rados.0.smithi029.stdout:2042: done (5 left) 2024-07-27T18:27:15.021 INFO:tasks.rados.rados.0.smithi029.stdout:2043: rmattr oid 38 current snap is 194 2024-07-27T18:27:15.021 INFO:tasks.rados.rados.0.smithi029.stdout:2044: copy_from oid 42 from oid 6 current snap is 194 2024-07-27T18:27:15.021 INFO:tasks.rados.rados.0.smithi029.stdout:2045: setattr oid 14 current snap is 194 2024-07-27T18:27:15.022 INFO:tasks.rados.rados.0.smithi029.stdout:2046: snap_create 2024-07-27T18:27:15.022 INFO:tasks.rados.rados.0.smithi029.stdout:2034: finishing write tid 2 to smithi02985406-25 2024-07-27T18:27:15.023 INFO:tasks.rados.rados.0.smithi029.stdout:2034: finishing write tid 3 to smithi02985406-25 2024-07-27T18:27:15.025 INFO:tasks.rados.rados.0.smithi029.stdout:2032: finishing write tid 1 to smithi02985406-31 2024-07-27T18:27:15.025 INFO:tasks.rados.rados.0.smithi029.stdout:2034: finishing write tid 4 to smithi02985406-25 2024-07-27T18:27:15.025 INFO:tasks.rados.rados.0.smithi029.stdout:2034: oid 25 updating version 0 to 1256 2024-07-27T18:27:15.025 INFO:tasks.rados.rados.0.smithi029.stdout:2034: oid 25 updating version 1256 to 1258 2024-07-27T18:27:15.025 INFO:tasks.rados.rados.0.smithi029.stdout:2034: oid 25 version 1258 is already newer than 1257 2024-07-27T18:27:15.025 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1258 (ObjNum 637 snap 194 seq_num 637) dirty exists 2024-07-27T18:27:15.025 INFO:tasks.rados.rados.0.smithi029.stdout:2034: left oid 25 (ObjNum 637 snap 194 seq_num 637) 2024-07-27T18:27:15.025 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 1260 (ObjNum 592 snap 177 seq_num 592) dirty exists 2024-07-27T18:27:15.030 INFO:tasks.rados.rados.0.smithi029.stdout:2032: finishing write tid 2 to smithi02985406-31 2024-07-27T18:27:15.030 INFO:tasks.rados.rados.0.smithi029.stdout:2032: finishing write tid 3 to smithi02985406-31 2024-07-27T18:27:15.030 INFO:tasks.rados.rados.0.smithi029.stdout:2038: finishing rollback tid 0 to smithi02985406-45 2024-07-27T18:27:15.032 INFO:tasks.rados.rados.0.smithi029.stdout:2033: finishing write tid 1 to smithi02985406-46 2024-07-27T18:27:15.032 INFO:tasks.rados.rados.0.smithi029.stdout:2033: finishing write tid 2 to smithi02985406-46 2024-07-27T18:27:15.032 INFO:tasks.rados.rados.0.smithi029.stdout:2033: finishing write tid 3 to smithi02985406-46 2024-07-27T18:27:15.035 INFO:tasks.rados.rados.0.smithi029.stdout:2033: finishing write tid 4 to smithi02985406-46 2024-07-27T18:27:15.035 INFO:tasks.rados.rados.0.smithi029.stdout:2033: oid 46 updating version 0 to 637 2024-07-27T18:27:15.035 INFO:tasks.rados.rados.0.smithi029.stdout:2033: oid 46 updating version 637 to 638 2024-07-27T18:27:15.035 INFO:tasks.rados.rados.0.smithi029.stdout:2033: oid 46 version 638 is already newer than 636 2024-07-27T18:27:15.035 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 638 (ObjNum 636 snap 194 seq_num 636) dirty exists 2024-07-27T18:27:15.035 INFO:tasks.rados.rados.0.smithi029.stdout:2033: left oid 46 (ObjNum 636 snap 194 seq_num 636) 2024-07-27T18:27:15.035 INFO:tasks.rados.rados.0.smithi029.stdout:2038: finishing rollback tid 1 to smithi02985406-45 2024-07-27T18:27:15.035 INFO:tasks.rados.rados.0.smithi029.stdout:2038: finishing rollback tid 2 to smithi02985406-45 2024-07-27T18:27:15.035 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 1244 (ObjNum 537 snap 161 seq_num 537) dirty exists 2024-07-27T18:27:15.036 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 1245 (ObjNum 580 snap 174 seq_num 580) dirty exists 2024-07-27T18:27:15.037 INFO:tasks.rados.rados.0.smithi029.stdout:2032: finishing write tid 4 to smithi02985406-31 2024-07-27T18:27:15.037 INFO:tasks.rados.rados.0.smithi029.stdout:2032: oid 31 updating version 0 to 1241 2024-07-27T18:27:15.037 INFO:tasks.rados.rados.0.smithi029.stdout:2032: oid 31 version 1241 is already newer than 1239 2024-07-27T18:27:15.037 INFO:tasks.rados.rados.0.smithi029.stdout:2032: oid 31 version 1241 is already newer than 1240 2024-07-27T18:27:15.037 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 1241 (ObjNum 635 snap 194 seq_num 635) dirty exists 2024-07-27T18:27:15.037 INFO:tasks.rados.rados.0.smithi029.stdout:2032: left oid 31 (ObjNum 635 snap 194 seq_num 635) 2024-07-27T18:27:15.055 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 1242 (ObjNum 634 snap 193 seq_num 634) dirty exists 2024-07-27T18:27:15.070 INFO:tasks.rados.rados.0.smithi029.stdout:2044: finishing copy_from racing read to smithi02985406-42 2024-07-27T18:27:15.072 INFO:tasks.rados.rados.0.smithi029.stdout:2044: finishing copy_from to smithi02985406-42 2024-07-27T18:27:15.072 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 1244 (ObjNum 619 snap 184 seq_num 619) dirty exists 2024-07-27T18:27:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:14 smithi179 ceph-mon[89801]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:27:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:14 smithi179 ceph-mon[89801]: osd.5 [v2:172.21.15.179:6808/3048993168,v1:172.21.15.179:6809/3048993168] boot 2024-07-27T18:27:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:14 smithi179 ceph-mon[89801]: osdmap e469: 8 total, 8 up, 8 in 2024-07-27T18:27:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:27:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:14 smithi029 ceph-mon[96870]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:27:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:14 smithi029 ceph-mon[96870]: osd.5 [v2:172.21.15.179:6808/3048993168,v1:172.21.15.179:6809/3048993168] boot 2024-07-27T18:27:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:14 smithi029 ceph-mon[96870]: osdmap e469: 8 total, 8 up, 8 in 2024-07-27T18:27:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:27:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:15.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:14 smithi029 ceph-mon[99353]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:27:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:14 smithi029 ceph-mon[99353]: osd.5 [v2:172.21.15.179:6808/3048993168,v1:172.21.15.179:6809/3048993168] boot 2024-07-27T18:27:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:14 smithi029 ceph-mon[99353]: osdmap e469: 8 total, 8 up, 8 in 2024-07-27T18:27:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-07-27T18:27:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:16.000 INFO:tasks.rados.rados.0.smithi029.stdout:2032: done (8 left) 2024-07-27T18:27:16.001 INFO:tasks.rados.rados.0.smithi029.stdout:2033: done (7 left) 2024-07-27T18:27:16.001 INFO:tasks.rados.rados.0.smithi029.stdout:2034: done (6 left) 2024-07-27T18:27:16.001 INFO:tasks.rados.rados.0.smithi029.stdout:2037: done (5 left) 2024-07-27T18:27:16.001 INFO:tasks.rados.rados.0.smithi029.stdout:2038: done (4 left) 2024-07-27T18:27:16.001 INFO:tasks.rados.rados.0.smithi029.stdout:2043: done (3 left) 2024-07-27T18:27:16.001 INFO:tasks.rados.rados.0.smithi029.stdout:2044: done (2 left) 2024-07-27T18:27:16.001 INFO:tasks.rados.rados.0.smithi029.stdout:2045: done (1 left) 2024-07-27T18:27:16.001 INFO:tasks.rados.rados.0.smithi029.stdout:2046: done (0 left) 2024-07-27T18:27:16.001 INFO:tasks.rados.rados.0.smithi029.stdout:2047: delete oid 24 current snap is 195 2024-07-27T18:27:16.005 INFO:tasks.rados.rados.0.smithi029.stdout:2047: done (0 left) 2024-07-27T18:27:16.005 INFO:tasks.rados.rados.0.smithi029.stdout:2048: rmattr oid 14 current snap is 195 2024-07-27T18:27:16.005 INFO:tasks.rados.rados.0.smithi029.stdout:2049: delete oid 7 current snap is 195 2024-07-27T18:27:16.009 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 1246 (ObjNum 580 snap 174 seq_num 580) dirty exists 2024-07-27T18:27:16.010 INFO:tasks.rados.rados.0.smithi029.stdout:2048: done (1 left) 2024-07-27T18:27:16.010 INFO:tasks.rados.rados.0.smithi029.stdout:2049: done (0 left) 2024-07-27T18:27:16.010 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 195 2024-07-27T18:27:16.010 INFO:tasks.rados.rados.0.smithi029.stdout:2050: seq_num 643 ranges {9084928=778240,9863168=401408} 2024-07-27T18:27:16.064 INFO:tasks.rados.rados.0.smithi029.stdout:2050: writing smithi02985406-4 from 9084928 to 9863168 tid 1 2024-07-27T18:27:16.066 INFO:tasks.rados.rados.0.smithi029.stdout:2050: writing smithi02985406-4 from 9863168 to 10264576 tid 2 2024-07-27T18:27:16.067 INFO:tasks.rados.rados.0.smithi029.stdout:2051: snap_create 2024-07-27T18:27:16.070 INFO:tasks.rados.rados.0.smithi029.stdout:2050: finishing write tid 1 to smithi02985406-4 2024-07-27T18:27:16.070 INFO:tasks.rados.rados.0.smithi029.stdout:2050: finishing write tid 2 to smithi02985406-4 2024-07-27T18:27:16.070 INFO:tasks.rados.rados.0.smithi029.stdout:2050: finishing write tid 3 to smithi02985406-4 2024-07-27T18:27:16.071 INFO:tasks.rados.rados.0.smithi029.stdout:2050: finishing write tid 4 to smithi02985406-4 2024-07-27T18:27:16.071 INFO:tasks.rados.rados.0.smithi029.stdout:2050: oid 4 updating version 0 to 1307 2024-07-27T18:27:16.071 INFO:tasks.rados.rados.0.smithi029.stdout:2050: oid 4 version 1307 is already newer than 1305 2024-07-27T18:27:16.071 INFO:tasks.rados.rados.0.smithi029.stdout:2050: oid 4 version 1307 is already newer than 1306 2024-07-27T18:27:16.071 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1307 (ObjNum 643 snap 195 seq_num 643) dirty exists 2024-07-27T18:27:16.072 INFO:tasks.rados.rados.0.smithi029.stdout:2050: left oid 4 (ObjNum 643 snap 195 seq_num 643) 2024-07-27T18:27:16.126 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:15 smithi179 ceph-mon[89801]: pgmap v366: 121 pgs: 18 peering, 23 active+undersized, 7 active+undersized+degraded, 73 active+clean; 206 MiB data, 986 MiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.2 MiB/s wr, 8 op/s; 33/366 objects degraded (9.016%) 2024-07-27T18:27:16.126 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:15 smithi179 ceph-mon[89801]: osdmap e470: 8 total, 8 up, 8 in 2024-07-27T18:27:16.126 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:15 smithi179 ceph-mon[89801]: Health check update: Degraded data redundancy: 33/366 objects degraded (9.016%), 7 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:15 smithi029 ceph-mon[99353]: pgmap v366: 121 pgs: 18 peering, 23 active+undersized, 7 active+undersized+degraded, 73 active+clean; 206 MiB data, 986 MiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.2 MiB/s wr, 8 op/s; 33/366 objects degraded (9.016%) 2024-07-27T18:27:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:15 smithi029 ceph-mon[99353]: osdmap e470: 8 total, 8 up, 8 in 2024-07-27T18:27:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:15 smithi029 ceph-mon[99353]: Health check update: Degraded data redundancy: 33/366 objects degraded (9.016%), 7 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:16.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:15 smithi029 ceph-mon[96870]: pgmap v366: 121 pgs: 18 peering, 23 active+undersized, 7 active+undersized+degraded, 73 active+clean; 206 MiB data, 986 MiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.2 MiB/s wr, 8 op/s; 33/366 objects degraded (9.016%) 2024-07-27T18:27:16.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:15 smithi029 ceph-mon[96870]: osdmap e470: 8 total, 8 up, 8 in 2024-07-27T18:27:16.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:15 smithi029 ceph-mon[96870]: Health check update: Degraded data redundancy: 33/366 objects degraded (9.016%), 7 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:17.009 INFO:tasks.rados.rados.0.smithi029.stdout:2050: done (1 left) 2024-07-27T18:27:17.009 INFO:tasks.rados.rados.0.smithi029.stdout:2051: done (0 left) 2024-07-27T18:27:17.010 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 196 2024-07-27T18:27:17.010 INFO:tasks.rados.rados.0.smithi029.stdout:2052: seq_num 644 ranges {4685824=794624,5480448=401408} 2024-07-27T18:27:17.039 INFO:tasks.rados.rados.0.smithi029.stdout:2052: writing smithi02985406-45 from 4685824 to 5480448 tid 1 2024-07-27T18:27:17.041 INFO:tasks.rados.rados.0.smithi029.stdout:2052: writing smithi02985406-45 from 5480448 to 5881856 tid 2 2024-07-27T18:27:17.041 INFO:tasks.rados.rados.0.smithi029.stdout:2053: snap_remove snap 180 2024-07-27T18:27:17.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:17 smithi179 ceph-mon[89801]: osdmap e471: 8 total, 8 up, 8 in 2024-07-27T18:27:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:17 smithi029 ceph-mon[96870]: osdmap e471: 8 total, 8 up, 8 in 2024-07-27T18:27:17.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:17 smithi029 ceph-mon[99353]: osdmap e471: 8 total, 8 up, 8 in 2024-07-27T18:27:18.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:27:17 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:27:17.745+0000 7fe44c0d1640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-07-27T18:27:18.010 INFO:tasks.rados.rados.0.smithi029.stdout:2053: done (1 left) 2024-07-27T18:27:18.011 INFO:tasks.rados.rados.0.smithi029.stdout:2054: copy_from oid 25 from oid 40 current snap is 196 2024-07-27T18:27:18.011 INFO:tasks.rados.rados.0.smithi029.stdout:2052: finishing write tid 1 to smithi02985406-45 2024-07-27T18:27:18.011 INFO:tasks.rados.rados.0.smithi029.stdout:2052: finishing write tid 2 to smithi02985406-45 2024-07-27T18:27:18.011 INFO:tasks.rados.rados.0.smithi029.stdout:2052: finishing write tid 3 to smithi02985406-45 2024-07-27T18:27:18.011 INFO:tasks.rados.rados.0.smithi029.stdout:2052: finishing write tid 4 to smithi02985406-45 2024-07-27T18:27:18.011 INFO:tasks.rados.rados.0.smithi029.stdout:2052: oid 45 updating version 0 to 1249 2024-07-27T18:27:18.011 INFO:tasks.rados.rados.0.smithi029.stdout:2052: oid 45 version 1249 is already newer than 1248 2024-07-27T18:27:18.011 INFO:tasks.rados.rados.0.smithi029.stdout:2052: oid 45 version 1249 is already newer than 1247 2024-07-27T18:27:18.011 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 1249 (ObjNum 644 snap 196 seq_num 644) dirty exists 2024-07-27T18:27:18.011 INFO:tasks.rados.rados.0.smithi029.stdout:2052: left oid 45 (ObjNum 644 snap 196 seq_num 644) 2024-07-27T18:27:18.011 INFO:tasks.rados.rados.0.smithi029.stdout:2052: done (1 left) 2024-07-27T18:27:18.011 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 196 2024-07-27T18:27:18.012 INFO:tasks.rados.rados.0.smithi029.stdout:2055: seq_num 645 ranges {0=409600,409600=778240,1187840=24576} 2024-07-27T18:27:18.014 INFO:tasks.rados.rados.0.smithi029.stdout:2055: writing smithi02985406-32 from 0 to 409600 tid 1 2024-07-27T18:27:18.018 INFO:tasks.rados.rados.0.smithi029.stdout:2055: writing smithi02985406-32 from 409600 to 1187840 tid 2 2024-07-27T18:27:18.019 INFO:tasks.rados.rados.0.smithi029.stdout:2055: writing smithi02985406-32 from 1187840 to 1212416 tid 3 2024-07-27T18:27:18.019 INFO:tasks.rados.rados.0.smithi029.stdout:2056: snap_remove snap 193 2024-07-27T18:27:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:18 smithi179 ceph-mon[89801]: pgmap v369: 121 pgs: 18 peering, 20 active+undersized, 7 active+undersized+degraded, 76 active+clean; 207 MiB data, 985 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 1.5 MiB/s wr, 11 op/s; 33/372 objects degraded (8.871%) 2024-07-27T18:27:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:18 smithi179 ceph-mon[89801]: osdmap e472: 8 total, 8 up, 8 in 2024-07-27T18:27:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:18 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:18 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:27:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:27:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:18 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:27:18.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:18.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:18.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:18.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-07-27T18:27:18.501 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[105448]: 2024-07-27T18:27:18.027+0000 7f6f70717640 -1 snap_mapper.get_next_objects_to_trim::New Clone-Objects were added to Snap f9 after trimming was started 2024-07-27T18:27:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[96870]: pgmap v369: 121 pgs: 18 peering, 20 active+undersized, 7 active+undersized+degraded, 76 active+clean; 207 MiB data, 985 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 1.5 MiB/s wr, 11 op/s; 33/372 objects degraded (8.871%) 2024-07-27T18:27:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[96870]: osdmap e472: 8 total, 8 up, 8 in 2024-07-27T18:27:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:27:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:27:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:27:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:18.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:18.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:18.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-07-27T18:27:18.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[99353]: pgmap v369: 121 pgs: 18 peering, 20 active+undersized, 7 active+undersized+degraded, 76 active+clean; 207 MiB data, 985 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 1.5 MiB/s wr, 11 op/s; 33/372 objects degraded (8.871%) 2024-07-27T18:27:18.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[99353]: osdmap e472: 8 total, 8 up, 8 in 2024-07-27T18:27:18.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:18.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:18.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:27:18.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:27:18.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:18.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:27:18.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:18.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:18.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:18.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-07-27T18:27:19.021 INFO:tasks.rados.rados.0.smithi029.stdout:2056: done (2 left) 2024-07-27T18:27:19.021 INFO:tasks.rados.rados.0.smithi029.stdout:2057: delete oid 19 current snap is 196 2024-07-27T18:27:19.021 INFO:tasks.rados.rados.0.smithi029.stdout:2054: finishing copy_from to smithi02985406-25 2024-07-27T18:27:19.021 INFO:tasks.rados.rados.0.smithi029.stdout:2054: got expected ENOENT (src dne) 2024-07-27T18:27:19.021 INFO:tasks.rados.rados.0.smithi029.stdout:2054: finishing copy_from racing read to smithi02985406-25 2024-07-27T18:27:19.021 INFO:tasks.rados.rados.0.smithi029.stdout:2055: finishing write tid 1 to smithi02985406-32 2024-07-27T18:27:19.021 INFO:tasks.rados.rados.0.smithi029.stdout:2055: finishing write tid 2 to smithi02985406-32 2024-07-27T18:27:19.021 INFO:tasks.rados.rados.0.smithi029.stdout:2055: finishing write tid 3 to smithi02985406-32 2024-07-27T18:27:19.022 INFO:tasks.rados.rados.0.smithi029.stdout:2055: finishing write tid 4 to smithi02985406-32 2024-07-27T18:27:19.022 INFO:tasks.rados.rados.0.smithi029.stdout:2055: finishing write tid 5 to smithi02985406-32 2024-07-27T18:27:19.022 INFO:tasks.rados.rados.0.smithi029.stdout:2055: oid 32 updating version 0 to 432 2024-07-27T18:27:19.022 INFO:tasks.rados.rados.0.smithi029.stdout:2055: oid 32 updating version 432 to 434 2024-07-27T18:27:19.022 INFO:tasks.rados.rados.0.smithi029.stdout:2055: oid 32 version 434 is already newer than 433 2024-07-27T18:27:19.022 INFO:tasks.rados.rados.0.smithi029.stdout:2055: oid 32 updating version 434 to 435 2024-07-27T18:27:19.022 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 435 (ObjNum 645 snap 196 seq_num 645) dirty exists 2024-07-27T18:27:19.022 INFO:tasks.rados.rados.0.smithi029.stdout:2055: left oid 32 (ObjNum 645 snap 196 seq_num 645) 2024-07-27T18:27:19.029 INFO:tasks.rados.rados.0.smithi029.stdout:2054: done (2 left) 2024-07-27T18:27:19.029 INFO:tasks.rados.rados.0.smithi029.stdout:2055: done (1 left) 2024-07-27T18:27:19.029 INFO:tasks.rados.rados.0.smithi029.stdout:2057: done (0 left) 2024-07-27T18:27:19.030 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 196 2024-07-27T18:27:19.030 INFO:tasks.rados.rados.0.smithi029.stdout:2058: seq_num 647 ranges {0=442368,442368=589824,1032192=212992} 2024-07-27T18:27:19.032 INFO:tasks.rados.rados.0.smithi029.stdout:2058: writing smithi02985406-23 from 0 to 442368 tid 1 2024-07-27T18:27:19.037 INFO:tasks.rados.rados.0.smithi029.stdout:2058: writing smithi02985406-23 from 442368 to 1032192 tid 2 2024-07-27T18:27:19.038 INFO:tasks.rados.rados.0.smithi029.stdout:2058: writing smithi02985406-23 from 1032192 to 1245184 tid 3 2024-07-27T18:27:19.038 INFO:tasks.rados.rados.0.smithi029.stdout:2059: snap_create 2024-07-27T18:27:19.040 INFO:tasks.rados.rados.0.smithi029.stdout:2058: finishing write tid 1 to smithi02985406-23 2024-07-27T18:27:19.041 INFO:tasks.rados.rados.0.smithi029.stdout:2058: finishing write tid 2 to smithi02985406-23 2024-07-27T18:27:19.043 INFO:tasks.rados.rados.0.smithi029.stdout:2058: finishing write tid 3 to smithi02985406-23 2024-07-27T18:27:19.043 INFO:tasks.rados.rados.0.smithi029.stdout:2058: finishing write tid 4 to smithi02985406-23 2024-07-27T18:27:19.045 INFO:tasks.rados.rados.0.smithi029.stdout:2058: finishing write tid 5 to smithi02985406-23 2024-07-27T18:27:19.045 INFO:tasks.rados.rados.0.smithi029.stdout:2058: oid 23 updating version 0 to 1340 2024-07-27T18:27:19.045 INFO:tasks.rados.rados.0.smithi029.stdout:2058: oid 23 version 1340 is already newer than 1339 2024-07-27T18:27:19.045 INFO:tasks.rados.rados.0.smithi029.stdout:2058: oid 23 updating version 1340 to 1341 2024-07-27T18:27:19.045 INFO:tasks.rados.rados.0.smithi029.stdout:2058: oid 23 updating version 1341 to 1342 2024-07-27T18:27:19.045 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1342 (ObjNum 647 snap 196 seq_num 647) dirty exists 2024-07-27T18:27:19.045 INFO:tasks.rados.rados.0.smithi029.stdout:2058: left oid 23 (ObjNum 647 snap 196 seq_num 647) 2024-07-27T18:27:19.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:19 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-07-27T18:27:19.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:19 smithi179 ceph-mon[89801]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-07-27T18:27:19.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:19 smithi179 ceph-mon[89801]: osdmap e473: 8 total, 8 up, 8 in 2024-07-27T18:27:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:19 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-07-27T18:27:19.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:19 smithi029 ceph-mon[96870]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-07-27T18:27:19.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:19 smithi029 ceph-mon[96870]: osdmap e473: 8 total, 8 up, 8 in 2024-07-27T18:27:19.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:19 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-07-27T18:27:19.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:19 smithi029 ceph-mon[99353]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-07-27T18:27:19.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:19 smithi029 ceph-mon[99353]: osdmap e473: 8 total, 8 up, 8 in 2024-07-27T18:27:20.027 INFO:tasks.rados.rados.0.smithi029.stdout:2058: done (1 left) 2024-07-27T18:27:20.027 INFO:tasks.rados.rados.0.smithi029.stdout:2059: done (0 left) 2024-07-27T18:27:20.027 INFO:tasks.rados.rados.0.smithi029.stdout:2060: read oid 33 snap -1 2024-07-27T18:27:20.027 INFO:tasks.rados.rados.0.smithi029.stdout:2060: expect (ObjNum 615 snap 184 seq_num 615) 2024-07-27T18:27:20.027 INFO:tasks.rados.rados.0.smithi029.stdout:2061: read oid 6 snap -1 2024-07-27T18:27:20.028 INFO:tasks.rados.rados.0.smithi029.stdout:2061: expect (ObjNum 619 snap 184 seq_num 619) 2024-07-27T18:27:20.028 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 197 2024-07-27T18:27:20.028 INFO:tasks.rados.rados.0.smithi029.stdout:2062: seq_num 648 ranges {2539520=458752,2998272=475136,3473408=327680} 2024-07-27T18:27:20.044 INFO:tasks.rados.rados.0.smithi029.stdout:2062: writing smithi02985406-10 from 2539520 to 2998272 tid 1 2024-07-27T18:27:20.047 INFO:tasks.rados.rados.0.smithi029.stdout:2062: writing smithi02985406-10 from 2998272 to 3473408 tid 2 2024-07-27T18:27:20.049 INFO:tasks.rados.rados.0.smithi029.stdout:2062: writing smithi02985406-10 from 3473408 to 3801088 tid 3 2024-07-27T18:27:20.049 INFO:tasks.rados.rados.0.smithi029.stdout:2063: copy_from oid 34 from oid 26 current snap is 197 2024-07-27T18:27:20.049 INFO:tasks.rados.rados.0.smithi029.stdout:2060: expect (ObjNum 615 snap 184 seq_num 615) 2024-07-27T18:27:20.074 INFO:tasks.rados.rados.0.smithi029.stdout:2063: finishing copy_from racing read to smithi02985406-34 2024-07-27T18:27:20.074 INFO:tasks.rados.rados.0.smithi029.stdout:2063: finishing copy_from to smithi02985406-34 2024-07-27T18:27:20.074 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 602 (ObjNum 620 snap 185 seq_num 620) dirty exists 2024-07-27T18:27:20.074 INFO:tasks.rados.rados.0.smithi029.stdout:2060: done (3 left) 2024-07-27T18:27:20.074 INFO:tasks.rados.rados.0.smithi029.stdout:2063: done (2 left) 2024-07-27T18:27:20.075 INFO:tasks.rados.rados.0.smithi029.stdout:2064: copy_from oid 31 from oid 48 current snap is 197 2024-07-27T18:27:20.075 INFO:tasks.rados.rados.0.smithi029.stdout:2065: snap_create 2024-07-27T18:27:20.081 INFO:tasks.rados.rados.0.smithi029.stdout:2061: expect (ObjNum 619 snap 184 seq_num 619) 2024-07-27T18:27:20.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:20 smithi179 ceph-mon[89801]: pgmap v372: 121 pgs: 18 peering, 103 active+clean; 225 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 3.7 MiB/s wr, 19 op/s; 4.1 MiB/s, 1 objects/s recovering 2024-07-27T18:27:20.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:20 smithi179 ceph-mon[89801]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/372 objects degraded (8.871%), 7 pgs degraded) 2024-07-27T18:27:20.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:20 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:27:20.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:20 smithi179 ceph-mon[89801]: osdmap e474: 8 total, 8 up, 8 in 2024-07-27T18:27:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:20 smithi029 ceph-mon[96870]: pgmap v372: 121 pgs: 18 peering, 103 active+clean; 225 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 3.7 MiB/s wr, 19 op/s; 4.1 MiB/s, 1 objects/s recovering 2024-07-27T18:27:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:20 smithi029 ceph-mon[96870]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/372 objects degraded (8.871%), 7 pgs degraded) 2024-07-27T18:27:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:20 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:27:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:20 smithi029 ceph-mon[96870]: osdmap e474: 8 total, 8 up, 8 in 2024-07-27T18:27:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:20 smithi029 ceph-mon[99353]: pgmap v372: 121 pgs: 18 peering, 103 active+clean; 225 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 3.7 MiB/s wr, 19 op/s; 4.1 MiB/s, 1 objects/s recovering 2024-07-27T18:27:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:20 smithi029 ceph-mon[99353]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/372 objects degraded (8.871%), 7 pgs degraded) 2024-07-27T18:27:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:20 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:27:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:20 smithi029 ceph-mon[99353]: osdmap e474: 8 total, 8 up, 8 in 2024-07-27T18:27:20.867 INFO:tasks.rados.rados.0.smithi029.stdout:2062: finishing write tid 1 to smithi02985406-10 2024-07-27T18:27:20.867 INFO:tasks.rados.rados.0.smithi029.stdout:2062: finishing write tid 2 to smithi02985406-10 2024-07-27T18:27:20.867 INFO:tasks.rados.rados.0.smithi029.stdout:2062: finishing write tid 3 to smithi02985406-10 2024-07-27T18:27:20.868 INFO:tasks.rados.rados.0.smithi029.stdout:2062: finishing write tid 4 to smithi02985406-10 2024-07-27T18:27:20.868 INFO:tasks.rados.rados.0.smithi029.stdout:2062: finishing write tid 5 to smithi02985406-10 2024-07-27T18:27:20.868 INFO:tasks.rados.rados.0.smithi029.stdout:2062: oid 10 updating version 0 to 1252 2024-07-27T18:27:20.868 INFO:tasks.rados.rados.0.smithi029.stdout:2062: oid 10 version 1252 is already newer than 1251 2024-07-27T18:27:20.868 INFO:tasks.rados.rados.0.smithi029.stdout:2062: oid 10 updating version 1252 to 1253 2024-07-27T18:27:20.868 INFO:tasks.rados.rados.0.smithi029.stdout:2062: oid 10 version 1253 is already newer than 1250 2024-07-27T18:27:20.868 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1253 (ObjNum 648 snap 197 seq_num 648) dirty exists 2024-07-27T18:27:20.868 INFO:tasks.rados.rados.0.smithi029.stdout:2062: left oid 10 (ObjNum 648 snap 197 seq_num 648) 2024-07-27T18:27:20.868 INFO:tasks.rados.rados.0.smithi029.stdout:2064: finishing copy_from racing read to smithi02985406-31 2024-07-27T18:27:20.868 INFO:tasks.rados.rados.0.smithi029.stdout:2064: finishing copy_from to smithi02985406-31 2024-07-27T18:27:20.868 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 1337 (ObjNum 622 snap 187 seq_num 622) dirty exists 2024-07-27T18:27:21.031 INFO:tasks.rados.rados.0.smithi029.stdout:2061: done (3 left) 2024-07-27T18:27:21.032 INFO:tasks.rados.rados.0.smithi029.stdout:2062: done (2 left) 2024-07-27T18:27:21.032 INFO:tasks.rados.rados.0.smithi029.stdout:2064: done (1 left) 2024-07-27T18:27:21.032 INFO:tasks.rados.rados.0.smithi029.stdout:2065: done (0 left) 2024-07-27T18:27:21.032 INFO:tasks.rados.rados.0.smithi029.stdout:2066: read oid 37 snap -1 2024-07-27T18:27:21.032 INFO:tasks.rados.rados.0.smithi029.stdout:2066: expect deleted 2024-07-27T18:27:21.032 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 198 2024-07-27T18:27:21.032 INFO:tasks.rados.rados.0.smithi029.stdout:2067: seq_num 649 ranges {4161536=475136,4636672=761856,5398528=40960} 2024-07-27T18:27:21.056 INFO:tasks.rados.rados.0.smithi029.stdout:2067: writing smithi02985406-17 from 4161536 to 4636672 tid 1 2024-07-27T18:27:21.061 INFO:tasks.rados.rados.0.smithi029.stdout:2067: writing smithi02985406-17 from 4636672 to 5398528 tid 2 2024-07-27T18:27:21.061 INFO:tasks.rados.rados.0.smithi029.stdout:2067: writing smithi02985406-17 from 5398528 to 5439488 tid 3 2024-07-27T18:27:21.061 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 198 2024-07-27T18:27:21.062 INFO:tasks.rados.rados.0.smithi029.stdout:2068: seq_num 650 ranges {5881856=491520,6373376=647168,7020544=155648} 2024-07-27T18:27:21.096 INFO:tasks.rados.rados.0.smithi029.stdout:2068: writing smithi02985406-45 from 5881856 to 6373376 tid 1 2024-07-27T18:27:21.100 INFO:tasks.rados.rados.0.smithi029.stdout:2068: writing smithi02985406-45 from 6373376 to 7020544 tid 2 2024-07-27T18:27:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:2068: writing smithi02985406-45 from 7020544 to 7176192 tid 3 2024-07-27T18:27:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 198 2024-07-27T18:27:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:2067: finishing write tid 1 to smithi02985406-17 2024-07-27T18:27:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:2069: seq_num 651 ranges {7397376=507904,7905280=532480,8437760=270336} 2024-07-27T18:27:21.144 INFO:tasks.rados.rados.0.smithi029.stdout:2069: writing smithi02985406-12 from 7397376 to 7905280 tid 1 2024-07-27T18:27:21.148 INFO:tasks.rados.rados.0.smithi029.stdout:2069: writing smithi02985406-12 from 7905280 to 8437760 tid 2 2024-07-27T18:27:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:2069: writing smithi02985406-12 from 8437760 to 8708096 tid 3 2024-07-27T18:27:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:2066: done (3 left) 2024-07-27T18:27:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:2070: rollback oid 30 current snap is 198 2024-07-27T18:27:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 30 to 197 2024-07-27T18:27:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:2067: finishing write tid 2 to smithi02985406-17 2024-07-27T18:27:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:2067: finishing write tid 3 to smithi02985406-17 2024-07-27T18:27:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:2067: finishing write tid 4 to smithi02985406-17 2024-07-27T18:27:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:2067: finishing write tid 5 to smithi02985406-17 2024-07-27T18:27:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:2067: oid 17 updating version 0 to 1175 2024-07-27T18:27:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:2067: oid 17 version 1175 is already newer than 1174 2024-07-27T18:27:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:2067: oid 17 updating version 1175 to 1176 2024-07-27T18:27:21.151 INFO:tasks.rados.rados.0.smithi029.stdout:2067: oid 17 version 1176 is already newer than 1173 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1176 (ObjNum 649 snap 198 seq_num 649) dirty exists 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:2067: left oid 17 (ObjNum 649 snap 198 seq_num 649) 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:2068: finishing write tid 1 to smithi02985406-45 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:2068: finishing write tid 2 to smithi02985406-45 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:2068: finishing write tid 3 to smithi02985406-45 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:2068: finishing write tid 4 to smithi02985406-45 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:2068: finishing write tid 5 to smithi02985406-45 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:2068: oid 45 updating version 0 to 1341 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:2068: oid 45 version 1341 is already newer than 1338 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:2068: oid 45 version 1341 is already newer than 1339 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:2068: oid 45 version 1341 is already newer than 1340 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 1341 (ObjNum 650 snap 198 seq_num 650) dirty exists 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:2068: left oid 45 (ObjNum 650 snap 198 seq_num 650) 2024-07-27T18:27:21.152 INFO:tasks.rados.rados.0.smithi029.stdout:2069: finishing write tid 1 to smithi02985406-12 2024-07-27T18:27:21.153 INFO:tasks.rados.rados.0.smithi029.stdout:2067: done (3 left) 2024-07-27T18:27:21.153 INFO:tasks.rados.rados.0.smithi029.stdout:2068: done (2 left) 2024-07-27T18:27:21.153 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 198 2024-07-27T18:27:21.153 INFO:tasks.rados.rados.0.smithi029.stdout:2071: seq_num 652 ranges {1212416=524288,1736704=409600,2146304=393216} 2024-07-27T18:27:21.159 INFO:tasks.rados.rados.0.smithi029.stdout:2071: writing smithi02985406-32 from 1212416 to 1736704 tid 1 2024-07-27T18:27:21.162 INFO:tasks.rados.rados.0.smithi029.stdout:2071: writing smithi02985406-32 from 1736704 to 2146304 tid 2 2024-07-27T18:27:21.165 INFO:tasks.rados.rados.0.smithi029.stdout:2071: writing smithi02985406-32 from 2146304 to 2539520 tid 3 2024-07-27T18:27:21.165 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 198 2024-07-27T18:27:21.165 INFO:tasks.rados.rados.0.smithi029.stdout:2069: finishing write tid 2 to smithi02985406-12 2024-07-27T18:27:21.165 INFO:tasks.rados.rados.0.smithi029.stdout:2072: seq_num 653 ranges {7143424=540672,7684096=696320,8380416=106496} 2024-07-27T18:27:21.206 INFO:tasks.rados.rados.0.smithi029.stdout:2072: writing smithi02985406-9 from 7143424 to 7684096 tid 1 2024-07-27T18:27:21.210 INFO:tasks.rados.rados.0.smithi029.stdout:2072: writing smithi02985406-9 from 7684096 to 8380416 tid 2 2024-07-27T18:27:21.212 INFO:tasks.rados.rados.0.smithi029.stdout:2072: writing smithi02985406-9 from 8380416 to 8486912 tid 3 2024-07-27T18:27:21.212 INFO:tasks.rados.rados.0.smithi029.stdout:2073: delete oid 26 current snap is 198 2024-07-27T18:27:21.212 INFO:tasks.rados.rados.0.smithi029.stdout:2070: finishing rollback tid 1 to smithi02985406-30 2024-07-27T18:27:21.212 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-07-27T18:27:21.212 INFO:tasks.rados.rados.0.smithi029.stdout:2069: finishing write tid 3 to smithi02985406-12 2024-07-27T18:27:21.212 INFO:tasks.rados.rados.0.smithi029.stdout:2069: finishing write tid 4 to smithi02985406-12 2024-07-27T18:27:21.212 INFO:tasks.rados.rados.0.smithi029.stdout:2069: finishing write tid 5 to smithi02985406-12 2024-07-27T18:27:21.212 INFO:tasks.rados.rados.0.smithi029.stdout:2069: oid 12 updating version 0 to 1344 2024-07-27T18:27:21.213 INFO:tasks.rados.rados.0.smithi029.stdout:2069: oid 12 version 1344 is already newer than 1343 2024-07-27T18:27:21.213 INFO:tasks.rados.rados.0.smithi029.stdout:2069: oid 12 updating version 1344 to 1345 2024-07-27T18:27:21.213 INFO:tasks.rados.rados.0.smithi029.stdout:2069: oid 12 version 1345 is already newer than 1342 2024-07-27T18:27:21.213 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 1345 (ObjNum 651 snap 198 seq_num 651) dirty exists 2024-07-27T18:27:21.213 INFO:tasks.rados.rados.0.smithi029.stdout:2069: left oid 12 (ObjNum 651 snap 198 seq_num 651) 2024-07-27T18:27:21.213 INFO:tasks.rados.rados.0.smithi029.stdout:2071: finishing write tid 1 to smithi02985406-32 2024-07-27T18:27:21.213 INFO:tasks.rados.rados.0.smithi029.stdout:2071: finishing write tid 2 to smithi02985406-32 2024-07-27T18:27:21.213 INFO:tasks.rados.rados.0.smithi029.stdout:2071: finishing write tid 3 to smithi02985406-32 2024-07-27T18:27:21.213 INFO:tasks.rados.rados.0.smithi029.stdout:2071: finishing write tid 4 to smithi02985406-32 2024-07-27T18:27:21.213 INFO:tasks.rados.rados.0.smithi029.stdout:2071: finishing write tid 5 to smithi02985406-32 2024-07-27T18:27:21.213 INFO:tasks.rados.rados.0.smithi029.stdout:2071: oid 32 updating version 0 to 439 2024-07-27T18:27:21.214 INFO:tasks.rados.rados.0.smithi029.stdout:2071: oid 32 version 439 is already newer than 438 2024-07-27T18:27:21.214 INFO:tasks.rados.rados.0.smithi029.stdout:2071: oid 32 version 439 is already newer than 436 2024-07-27T18:27:21.214 INFO:tasks.rados.rados.0.smithi029.stdout:2071: oid 32 version 439 is already newer than 437 2024-07-27T18:27:21.214 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 439 (ObjNum 652 snap 198 seq_num 652) dirty exists 2024-07-27T18:27:21.214 INFO:tasks.rados.rados.0.smithi029.stdout:2071: left oid 32 (ObjNum 652 snap 198 seq_num 652) 2024-07-27T18:27:21.214 INFO:tasks.rados.rados.0.smithi029.stdout:2072: finishing write tid 1 to smithi02985406-9 2024-07-27T18:27:21.215 INFO:tasks.rados.rados.0.smithi029.stdout:2069: done (4 left) 2024-07-27T18:27:21.215 INFO:tasks.rados.rados.0.smithi029.stdout:2070: done (3 left) 2024-07-27T18:27:21.215 INFO:tasks.rados.rados.0.smithi029.stdout:2071: done (2 left) 2024-07-27T18:27:21.215 INFO:tasks.rados.rados.0.smithi029.stdout:2073: done (1 left) 2024-07-27T18:27:21.215 INFO:tasks.rados.rados.0.smithi029.stdout:2074: read oid 15 snap -1 2024-07-27T18:27:21.215 INFO:tasks.rados.rados.0.smithi029.stdout:2074: expect (ObjNum 565 snap 169 seq_num 565) 2024-07-27T18:27:21.215 INFO:tasks.rados.rados.0.smithi029.stdout:2075: read oid 5 snap -1 2024-07-27T18:27:21.215 INFO:tasks.rados.rados.0.smithi029.stdout:2075: expect (ObjNum 593 snap 178 seq_num 593) 2024-07-27T18:27:21.215 INFO:tasks.rados.rados.0.smithi029.stdout:2076: rollback oid 45 current snap is 198 2024-07-27T18:27:21.215 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 45 to 197 2024-07-27T18:27:21.216 INFO:tasks.rados.rados.0.smithi029.stdout:2077: rmattr oid 6 current snap is 198 2024-07-27T18:27:21.216 INFO:tasks.rados.rados.0.smithi029.stdout:2078: copy_from oid 8 from oid 48 current snap is 198 2024-07-27T18:27:21.216 INFO:tasks.rados.rados.0.smithi029.stdout:2079: snap_remove snap 182 2024-07-27T18:27:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:21 smithi179 ceph-mon[89801]: osdmap e475: 8 total, 8 up, 8 in 2024-07-27T18:27:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:21 smithi029 ceph-mon[96870]: osdmap e475: 8 total, 8 up, 8 in 2024-07-27T18:27:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:21 smithi029 ceph-mon[99353]: osdmap e475: 8 total, 8 up, 8 in 2024-07-27T18:27:21.984 INFO:tasks.rados.rados.0.smithi029.stdout:2079: done (6 left) 2024-07-27T18:27:21.984 INFO:tasks.rados.rados.0.smithi029.stdout:2080: delete oid 23 current snap is 198 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:2072: finishing write tid 2 to smithi02985406-9 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:2072: finishing write tid 3 to smithi02985406-9 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:2072: finishing write tid 4 to smithi02985406-9 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:2076: finishing rollback tid 0 to smithi02985406-45 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:2076: finishing rollback tid 1 to smithi02985406-45 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:2072: finishing write tid 5 to smithi02985406-9 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:2072: oid 9 updating version 0 to 1289 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:2072: oid 9 version 1289 is already newer than 1288 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:2072: oid 9 version 1289 is already newer than 1286 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:2072: oid 9 version 1289 is already newer than 1287 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 1289 (ObjNum 653 snap 198 seq_num 653) dirty exists 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:2072: left oid 9 (ObjNum 653 snap 198 seq_num 653) 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:2076: finishing rollback tid 2 to smithi02985406-45 2024-07-27T18:27:21.985 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 1348 (ObjNum 644 snap 196 seq_num 644) dirty exists 2024-07-27T18:27:21.986 INFO:tasks.rados.rados.0.smithi029.stdout:2074: expect (ObjNum 565 snap 169 seq_num 565) 2024-07-27T18:27:22.122 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1254 (ObjNum 619 snap 184 seq_num 619) dirty exists 2024-07-27T18:27:22.122 INFO:tasks.rados.rados.0.smithi029.stdout:2075: expect (ObjNum 593 snap 178 seq_num 593) 2024-07-27T18:27:22.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:22 smithi029 ceph-mon[96870]: pgmap v375: 121 pgs: 121 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 4.0 MiB/s wr, 24 op/s; 13 MiB/s, 3 objects/s recovering 2024-07-27T18:27:22.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:22 smithi029 ceph-mon[96870]: osdmap e476: 8 total, 8 up, 8 in 2024-07-27T18:27:22.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:22 smithi029 ceph-mon[96870]: osdmap e477: 8 total, 8 up, 8 in 2024-07-27T18:27:22.332 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:22 smithi029 ceph-mon[99353]: pgmap v375: 121 pgs: 121 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 4.0 MiB/s wr, 24 op/s; 13 MiB/s, 3 objects/s recovering 2024-07-27T18:27:22.332 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:22 smithi029 ceph-mon[99353]: osdmap e476: 8 total, 8 up, 8 in 2024-07-27T18:27:22.332 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:22 smithi029 ceph-mon[99353]: osdmap e477: 8 total, 8 up, 8 in 2024-07-27T18:27:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:22 smithi179 ceph-mon[89801]: pgmap v375: 121 pgs: 121 active+clean; 219 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 4.0 MiB/s wr, 24 op/s; 13 MiB/s, 3 objects/s recovering 2024-07-27T18:27:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:22 smithi179 ceph-mon[89801]: osdmap e476: 8 total, 8 up, 8 in 2024-07-27T18:27:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:22 smithi179 ceph-mon[89801]: osdmap e477: 8 total, 8 up, 8 in 2024-07-27T18:27:22.467 INFO:tasks.rados.rados.0.smithi029.stdout:2078: finishing copy_from racing read to smithi02985406-8 2024-07-27T18:27:22.467 INFO:tasks.rados.rados.0.smithi029.stdout:2078: finishing copy_from to smithi02985406-8 2024-07-27T18:27:22.467 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 1337 (ObjNum 622 snap 187 seq_num 622) dirty exists 2024-07-27T18:27:22.467 INFO:tasks.rados.rados.0.smithi029.stdout:2072: done (6 left) 2024-07-27T18:27:22.467 INFO:tasks.rados.rados.0.smithi029.stdout:2074: done (5 left) 2024-07-27T18:27:22.467 INFO:tasks.rados.rados.0.smithi029.stdout:2075: done (4 left) 2024-07-27T18:27:22.468 INFO:tasks.rados.rados.0.smithi029.stdout:2076: done (3 left) 2024-07-27T18:27:22.468 INFO:tasks.rados.rados.0.smithi029.stdout:2077: done (2 left) 2024-07-27T18:27:22.468 INFO:tasks.rados.rados.0.smithi029.stdout:2078: done (1 left) 2024-07-27T18:27:22.468 INFO:tasks.rados.rados.0.smithi029.stdout:2080: done (0 left) 2024-07-27T18:27:22.468 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 198 2024-07-27T18:27:22.468 INFO:tasks.rados.rados.0.smithi029.stdout:2081: seq_num 656 ranges {10502144=589824,11091968=802816} 2024-07-27T18:27:22.527 INFO:tasks.rados.rados.0.smithi029.stdout:2081: writing smithi02985406-6 from 10502144 to 11091968 tid 1 2024-07-27T18:27:22.531 INFO:tasks.rados.rados.0.smithi029.stdout:2081: writing smithi02985406-6 from 11091968 to 11894784 tid 2 2024-07-27T18:27:22.531 INFO:tasks.rados.rados.0.smithi029.stdout:2082: snap_create 2024-07-27T18:27:22.532 INFO:tasks.rados.rados.0.smithi029.stdout:2081: finishing write tid 1 to smithi02985406-6 2024-07-27T18:27:22.535 INFO:tasks.rados.rados.0.smithi029.stdout:2081: finishing write tid 2 to smithi02985406-6 2024-07-27T18:27:22.535 INFO:tasks.rados.rados.0.smithi029.stdout:2081: finishing write tid 3 to smithi02985406-6 2024-07-27T18:27:22.537 INFO:tasks.rados.rados.0.smithi029.stdout:2081: finishing write tid 4 to smithi02985406-6 2024-07-27T18:27:22.537 INFO:tasks.rados.rados.0.smithi029.stdout:2081: oid 6 updating version 0 to 1257 2024-07-27T18:27:22.537 INFO:tasks.rados.rados.0.smithi029.stdout:2081: oid 6 version 1257 is already newer than 1255 2024-07-27T18:27:22.537 INFO:tasks.rados.rados.0.smithi029.stdout:2081: oid 6 version 1257 is already newer than 1256 2024-07-27T18:27:22.537 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1257 (ObjNum 656 snap 198 seq_num 656) dirty exists 2024-07-27T18:27:22.537 INFO:tasks.rados.rados.0.smithi029.stdout:2081: left oid 6 (ObjNum 656 snap 198 seq_num 656) 2024-07-27T18:27:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:27:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:27:22] "GET /metrics HTTP/1.1" 200 36286 "" "Prometheus/2.43.0" 2024-07-27T18:27:23.048 INFO:tasks.rados.rados.0.smithi029.stdout:2081: done (1 left) 2024-07-27T18:27:23.048 INFO:tasks.rados.rados.0.smithi029.stdout:2082: done (0 left) 2024-07-27T18:27:23.048 INFO:tasks.rados.rados.0.smithi029.stdout:2083: rmattr oid 25 current snap is 199 2024-07-27T18:27:23.048 INFO:tasks.rados.rados.0.smithi029.stdout:2084: copy_from oid 11 from oid 23 current snap is 199 2024-07-27T18:27:23.049 INFO:tasks.rados.rados.0.smithi029.stdout:2085: rollback oid 39 current snap is 199 2024-07-27T18:27:23.049 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 39 to 195 2024-07-27T18:27:23.049 INFO:tasks.rados.rados.0.smithi029.stdout:2086: read oid 18 snap -1 2024-07-27T18:27:23.049 INFO:tasks.rados.rados.0.smithi029.stdout:2086: expect (ObjNum 588 snap 175 seq_num 588) 2024-07-27T18:27:23.049 INFO:tasks.rados.rados.0.smithi029.stdout:2087: delete oid 17 current snap is 199 2024-07-27T18:27:23.053 INFO:tasks.rados.rados.0.smithi029.stdout:2087: done (4 left) 2024-07-27T18:27:23.053 INFO:tasks.rados.rados.0.smithi029.stdout:2088: rollback oid 48 current snap is 199 2024-07-27T18:27:23.054 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 48 to 179 2024-07-27T18:27:23.054 INFO:tasks.rados.rados.0.smithi029.stdout:2089: delete oid 29 current snap is 199 2024-07-27T18:27:23.058 INFO:tasks.rados.rados.0.smithi029.stdout:2084: finishing copy_from to smithi02985406-11 2024-07-27T18:27:23.058 INFO:tasks.rados.rados.0.smithi029.stdout:2084: got expected ENOENT (src dne) 2024-07-27T18:27:23.058 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1338 (ObjNum 637 snap 194 seq_num 637) dirty exists 2024-07-27T18:27:23.058 INFO:tasks.rados.rados.0.smithi029.stdout:2084: finishing copy_from racing read to smithi02985406-11 2024-07-27T18:27:23.059 INFO:tasks.rados.rados.0.smithi029.stdout:2085: finishing rollback tid 0 to smithi02985406-39 2024-07-27T18:27:23.059 INFO:tasks.rados.rados.0.smithi029.stdout:2085: finishing rollback tid 1 to smithi02985406-39 2024-07-27T18:27:23.059 INFO:tasks.rados.rados.0.smithi029.stdout:2085: finishing rollback tid 2 to smithi02985406-39 2024-07-27T18:27:23.059 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 1250 (ObjNum 516 snap 154 seq_num 516) dirty exists 2024-07-27T18:27:23.059 INFO:tasks.rados.rados.0.smithi029.stdout:2083: done (5 left) 2024-07-27T18:27:23.060 INFO:tasks.rados.rados.0.smithi029.stdout:2084: done (4 left) 2024-07-27T18:27:23.060 INFO:tasks.rados.rados.0.smithi029.stdout:2085: done (3 left) 2024-07-27T18:27:23.060 INFO:tasks.rados.rados.0.smithi029.stdout:2089: done (2 left) 2024-07-27T18:27:23.060 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 199 2024-07-27T18:27:23.060 INFO:tasks.rados.rados.0.smithi029.stdout:2090: seq_num 659 ranges {0=647168,647168=450560,1097728=352256} 2024-07-27T18:27:23.063 INFO:tasks.rados.rados.0.smithi029.stdout:2090: writing smithi02985406-37 from 0 to 647168 tid 1 2024-07-27T18:27:23.065 INFO:tasks.rados.rados.0.smithi029.stdout:2090: writing smithi02985406-37 from 647168 to 1097728 tid 2 2024-07-27T18:27:23.067 INFO:tasks.rados.rados.0.smithi029.stdout:2090: writing smithi02985406-37 from 1097728 to 1449984 tid 3 2024-07-27T18:27:23.067 INFO:tasks.rados.rados.0.smithi029.stdout:2091: snap_remove snap 194 2024-07-27T18:27:23.580 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:27:23.857 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:27:23.857 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (8m) 78s ago 9m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:27:23.857 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (9m) 10s ago 9m 91.8M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:27:23.857 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (10m) 78s ago 10m 16.8M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (10m) 10s ago 10m 23.4M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (4m) 10s ago 14m 441M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (5m) 78s ago 16m 510M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (4m) 78s ago 16m 51.9M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (3m) 10s ago 14m 46.6M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (4m) 78s ago 14m 47.7M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (8m) 78s ago 8m 15.7M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (8m) 10s ago 8m 15.4M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (3m) 78s ago 14m 129M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d f8777ac80a25 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (2m) 78s ago 13m 91.9M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cc8b7a514095 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (116s) 78s ago 13m 105M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cd34200f210b 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (82s) 78s ago 12m 11.1M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d 4034d1c99649 2024-07-27T18:27:23.858 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (49s) 10s ago 12m 86.2M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6e62ebd79c14 2024-07-27T18:27:23.859 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (15s) 10s ago 12m 14.4M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d a5371f3565ce 2024-07-27T18:27:23.859 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (11m) 10s ago 11m 171M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 2ac3f2848784 2024-07-27T18:27:23.859 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (11m) 10s ago 11m 209M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:27:23.859 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (4m) 10s ago 9m 54.7M - 2.43.0 a07b618ecd1d 14077408bc57 2024-07-27T18:27:24.053 INFO:tasks.rados.rados.0.smithi029.stdout:2091: done (3 left) 2024-07-27T18:27:24.053 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 199 2024-07-27T18:27:24.053 INFO:tasks.rados.rados.0.smithi029.stdout:2092: seq_num 660 ranges {4849664=663552,5513216=737280,6250496=65536} 2024-07-27T18:27:24.084 INFO:tasks.rados.rados.0.smithi029.stdout:2092: writing smithi02985406-35 from 4849664 to 5513216 tid 1 2024-07-27T18:27:24.088 INFO:tasks.rados.rados.0.smithi029.stdout:2092: writing smithi02985406-35 from 5513216 to 6250496 tid 2 2024-07-27T18:27:24.089 INFO:tasks.rados.rados.0.smithi029.stdout:2092: writing smithi02985406-35 from 6250496 to 6316032 tid 3 2024-07-27T18:27:24.089 INFO:tasks.rados.rados.0.smithi029.stdout:2093: read oid 23 snap -1 2024-07-27T18:27:24.089 INFO:tasks.rados.rados.0.smithi029.stdout:2093: expect deleted 2024-07-27T18:27:24.089 INFO:tasks.rados.rados.0.smithi029.stdout:2094: snap_remove snap 198 2024-07-27T18:27:24.209 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:27:24.209 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:27:24.209 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:27:24.209 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:27:24.209 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:27:24.209 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:27:24.209 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:27:24.209 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:27:24.209 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2, 2024-07-27T18:27:24.209 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 6 2024-07-27T18:27:24.210 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:27:24.210 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:27:24.210 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:27:24.210 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:27:24.210 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:27:24.210 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 4, 2024-07-27T18:27:24.210 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 11 2024-07-27T18:27:24.210 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:27:24.210 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:27:24.210 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:24 smithi029 ceph-mon[96870]: pgmap v378: 121 pgs: 121 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 18 op/s; 9.1 MiB/s, 1 objects/s recovering 2024-07-27T18:27:24.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:24 smithi029 ceph-mon[96870]: osdmap e478: 8 total, 8 up, 8 in 2024-07-27T18:27:24.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:24.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:27:24.211 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:24 smithi029 ceph-mon[99353]: pgmap v378: 121 pgs: 121 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 18 op/s; 9.1 MiB/s, 1 objects/s recovering 2024-07-27T18:27:24.211 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:24 smithi029 ceph-mon[99353]: osdmap e478: 8 total, 8 up, 8 in 2024-07-27T18:27:24.211 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:24.211 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:27:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:24 smithi179 ceph-mon[89801]: pgmap v378: 121 pgs: 121 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 18 op/s; 9.1 MiB/s, 1 objects/s recovering 2024-07-27T18:27:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:24 smithi179 ceph-mon[89801]: osdmap e478: 8 total, 8 up, 8 in 2024-07-27T18:27:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:27:25.062 INFO:tasks.rados.rados.0.smithi029.stdout:2094: done (5 left) 2024-07-27T18:27:25.062 INFO:tasks.rados.rados.0.smithi029.stdout:2095: snap_remove snap 185 2024-07-27T18:27:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:25 smithi179 ceph-mon[89801]: from='client.44261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:27:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:25 smithi179 ceph-mon[89801]: from='client.44267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:27:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:25 smithi179 ceph-mon[89801]: osdmap e479: 8 total, 8 up, 8 in 2024-07-27T18:27:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:25 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/380923657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:25 smithi029 ceph-mon[99353]: from='client.44261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:27:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:25 smithi029 ceph-mon[99353]: from='client.44267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:27:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:25 smithi029 ceph-mon[99353]: osdmap e479: 8 total, 8 up, 8 in 2024-07-27T18:27:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:25 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/380923657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:25.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:25 smithi029 ceph-mon[96870]: from='client.44261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:27:25.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:25 smithi029 ceph-mon[96870]: from='client.44267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:27:25.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:25 smithi029 ceph-mon[96870]: osdmap e479: 8 total, 8 up, 8 in 2024-07-27T18:27:25.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:25 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/380923657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:26.063 INFO:tasks.rados.rados.0.smithi029.stdout:2095: done (5 left) 2024-07-27T18:27:26.064 INFO:tasks.rados.rados.0.smithi029.stdout:2096: rmattr oid 46 current snap is 199 2024-07-27T18:27:26.064 INFO:tasks.rados.rados.0.smithi029.stdout:2096: done (5 left) 2024-07-27T18:27:26.064 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 199 2024-07-27T18:27:26.064 INFO:tasks.rados.rados.0.smithi029.stdout:2088: finishing rollback tid 0 to smithi02985406-48 2024-07-27T18:27:26.064 INFO:tasks.rados.rados.0.smithi029.stdout:2088: finishing rollback tid 1 to smithi02985406-48 2024-07-27T18:27:26.064 INFO:tasks.rados.rados.0.smithi029.stdout:2088: finishing rollback tid 2 to smithi02985406-48 2024-07-27T18:27:26.064 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1383 (ObjNum 565 snap 169 seq_num 565) dirty exists 2024-07-27T18:27:26.064 INFO:tasks.rados.rados.0.smithi029.stdout:2086: expect (ObjNum 588 snap 175 seq_num 588) 2024-07-27T18:27:26.123 INFO:tasks.rados.rados.0.smithi029.stdout:2090: finishing write tid 1 to smithi02985406-37 2024-07-27T18:27:26.123 INFO:tasks.rados.rados.0.smithi029.stdout:2090: finishing write tid 2 to smithi02985406-37 2024-07-27T18:27:26.123 INFO:tasks.rados.rados.0.smithi029.stdout:2090: finishing write tid 3 to smithi02985406-37 2024-07-27T18:27:26.123 INFO:tasks.rados.rados.0.smithi029.stdout:2090: finishing write tid 4 to smithi02985406-37 2024-07-27T18:27:26.123 INFO:tasks.rados.rados.0.smithi029.stdout:2090: finishing write tid 5 to smithi02985406-37 2024-07-27T18:27:26.123 INFO:tasks.rados.rados.0.smithi029.stdout:2090: oid 37 updating version 0 to 1261 2024-07-27T18:27:26.123 INFO:tasks.rados.rados.0.smithi029.stdout:2090: oid 37 version 1261 is already newer than 1260 2024-07-27T18:27:26.124 INFO:tasks.rados.rados.0.smithi029.stdout:2090: oid 37 version 1261 is already newer than 1258 2024-07-27T18:27:26.124 INFO:tasks.rados.rados.0.smithi029.stdout:2090: oid 37 version 1261 is already newer than 1259 2024-07-27T18:27:26.124 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1261 (ObjNum 659 snap 199 seq_num 659) dirty exists 2024-07-27T18:27:26.124 INFO:tasks.rados.rados.0.smithi029.stdout:2090: left oid 37 (ObjNum 659 snap 199 seq_num 659) 2024-07-27T18:27:26.124 INFO:tasks.rados.rados.0.smithi029.stdout:2092: finishing write tid 1 to smithi02985406-35 2024-07-27T18:27:26.124 INFO:tasks.rados.rados.0.smithi029.stdout:2097: seq_num 661 ranges {0=679936,679936=622592,1302528=180224} 2024-07-27T18:27:26.126 INFO:tasks.rados.rados.0.smithi029.stdout:2097: writing smithi02985406-24 from 0 to 679936 tid 1 2024-07-27T18:27:26.130 INFO:tasks.rados.rados.0.smithi029.stdout:2097: writing smithi02985406-24 from 679936 to 1302528 tid 2 2024-07-27T18:27:26.131 INFO:tasks.rados.rados.0.smithi029.stdout:2097: writing smithi02985406-24 from 1302528 to 1482752 tid 3 2024-07-27T18:27:26.132 INFO:tasks.rados.rados.0.smithi029.stdout:2086: done (5 left) 2024-07-27T18:27:26.132 INFO:tasks.rados.rados.0.smithi029.stdout:2088: done (4 left) 2024-07-27T18:27:26.132 INFO:tasks.rados.rados.0.smithi029.stdout:2090: done (3 left) 2024-07-27T18:27:26.132 INFO:tasks.rados.rados.0.smithi029.stdout:2098: read oid 25 snap -1 2024-07-27T18:27:26.132 INFO:tasks.rados.rados.0.smithi029.stdout:2098: expect (ObjNum 637 snap 194 seq_num 637) 2024-07-27T18:27:26.132 INFO:tasks.rados.rados.0.smithi029.stdout:2099: snap_remove snap 188 2024-07-27T18:27:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:26 smithi179 ceph-mon[89801]: pgmap v381: 121 pgs: 121 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 5.2 MiB/s wr, 22 op/s 2024-07-27T18:27:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:26 smithi179 ceph-mon[89801]: osdmap e480: 8 total, 8 up, 8 in 2024-07-27T18:27:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:26 smithi029 ceph-mon[96870]: pgmap v381: 121 pgs: 121 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 5.2 MiB/s wr, 22 op/s 2024-07-27T18:27:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:26 smithi029 ceph-mon[96870]: osdmap e480: 8 total, 8 up, 8 in 2024-07-27T18:27:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:26 smithi029 ceph-mon[99353]: pgmap v381: 121 pgs: 121 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 5.2 MiB/s wr, 22 op/s 2024-07-27T18:27:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:26 smithi029 ceph-mon[99353]: osdmap e480: 8 total, 8 up, 8 in 2024-07-27T18:27:26.990 INFO:tasks.rados.rados.0.smithi029.stdout:2099: done (4 left) 2024-07-27T18:27:26.990 INFO:tasks.rados.rados.0.smithi029.stdout:2100: rollback oid 19 current snap is 199 2024-07-27T18:27:26.990 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 19 to 192 2024-07-27T18:27:26.990 INFO:tasks.rados.rados.0.smithi029.stdout:2092: finishing write tid 2 to smithi02985406-35 2024-07-27T18:27:26.990 INFO:tasks.rados.rados.0.smithi029.stdout:2092: finishing write tid 3 to smithi02985406-35 2024-07-27T18:27:26.990 INFO:tasks.rados.rados.0.smithi029.stdout:2092: finishing write tid 4 to smithi02985406-35 2024-07-27T18:27:26.990 INFO:tasks.rados.rados.0.smithi029.stdout:2092: finishing write tid 5 to smithi02985406-35 2024-07-27T18:27:26.991 INFO:tasks.rados.rados.0.smithi029.stdout:2092: oid 35 updating version 0 to 962 2024-07-27T18:27:26.991 INFO:tasks.rados.rados.0.smithi029.stdout:2092: oid 35 updating version 962 to 963 2024-07-27T18:27:26.991 INFO:tasks.rados.rados.0.smithi029.stdout:2092: oid 35 version 963 is already newer than 961 2024-07-27T18:27:26.991 INFO:tasks.rados.rados.0.smithi029.stdout:2092: oid 35 version 963 is already newer than 960 2024-07-27T18:27:26.991 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 963 (ObjNum 660 snap 199 seq_num 660) dirty exists 2024-07-27T18:27:26.991 INFO:tasks.rados.rados.0.smithi029.stdout:2092: left oid 35 (ObjNum 660 snap 199 seq_num 660) 2024-07-27T18:27:26.991 INFO:tasks.rados.rados.0.smithi029.stdout:2097: finishing write tid 1 to smithi02985406-24 2024-07-27T18:27:26.991 INFO:tasks.rados.rados.0.smithi029.stdout:2092: done (4 left) 2024-07-27T18:27:26.991 INFO:tasks.rados.rados.0.smithi029.stdout:2093: done (3 left) 2024-07-27T18:27:26.991 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 199 2024-07-27T18:27:26.991 INFO:tasks.rados.rados.0.smithi029.stdout:2101: seq_num 662 ranges {3751936=696320,4448256=557056,5005312=245760} 2024-07-27T18:27:27.013 INFO:tasks.rados.rados.0.smithi029.stdout:2101: writing smithi02985406-2 from 3751936 to 4448256 tid 1 2024-07-27T18:27:27.017 INFO:tasks.rados.rados.0.smithi029.stdout:2101: writing smithi02985406-2 from 4448256 to 5005312 tid 2 2024-07-27T18:27:27.019 INFO:tasks.rados.rados.0.smithi029.stdout:2101: writing smithi02985406-2 from 5005312 to 5251072 tid 3 2024-07-27T18:27:27.019 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 199 2024-07-27T18:27:27.019 INFO:tasks.rados.rados.0.smithi029.stdout:2097: finishing write tid 2 to smithi02985406-24 2024-07-27T18:27:27.019 INFO:tasks.rados.rados.0.smithi029.stdout:2097: finishing write tid 3 to smithi02985406-24 2024-07-27T18:27:27.019 INFO:tasks.rados.rados.0.smithi029.stdout:2097: finishing write tid 4 to smithi02985406-24 2024-07-27T18:27:27.019 INFO:tasks.rados.rados.0.smithi029.stdout:2097: finishing write tid 5 to smithi02985406-24 2024-07-27T18:27:27.019 INFO:tasks.rados.rados.0.smithi029.stdout:2097: oid 24 updating version 0 to 1350 2024-07-27T18:27:27.019 INFO:tasks.rados.rados.0.smithi029.stdout:2097: oid 24 version 1350 is already newer than 1349 2024-07-27T18:27:27.019 INFO:tasks.rados.rados.0.smithi029.stdout:2097: oid 24 updating version 1350 to 1352 2024-07-27T18:27:27.019 INFO:tasks.rados.rados.0.smithi029.stdout:2097: oid 24 version 1352 is already newer than 1351 2024-07-27T18:27:27.020 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 1352 (ObjNum 661 snap 199 seq_num 661) dirty exists 2024-07-27T18:27:27.020 INFO:tasks.rados.rados.0.smithi029.stdout:2097: left oid 24 (ObjNum 661 snap 199 seq_num 661) 2024-07-27T18:27:27.020 INFO:tasks.rados.rados.0.smithi029.stdout:2098: expect (ObjNum 637 snap 194 seq_num 637) 2024-07-27T18:27:27.338 INFO:tasks.rados.rados.0.smithi029.stdout:2100: finishing rollback tid 1 to smithi02985406-19 2024-07-27T18:27:27.338 INFO:tasks.rados.rados.0.smithi029.stdout:2100: finishing rollback tid 2 to smithi02985406-19 2024-07-27T18:27:27.338 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 1310 (ObjNum 538 snap 162 seq_num 538) dirty exists 2024-07-27T18:27:27.338 INFO:tasks.rados.rados.0.smithi029.stdout:2101: finishing write tid 1 to smithi02985406-2 2024-07-27T18:27:27.338 INFO:tasks.rados.rados.0.smithi029.stdout:2101: finishing write tid 2 to smithi02985406-2 2024-07-27T18:27:27.338 INFO:tasks.rados.rados.0.smithi029.stdout:2101: finishing write tid 3 to smithi02985406-2 2024-07-27T18:27:27.338 INFO:tasks.rados.rados.0.smithi029.stdout:2102: seq_num 663 ranges {10502144=712704,11214848=442368,11657216=360448} 2024-07-27T18:27:27.399 INFO:tasks.rados.rados.0.smithi029.stdout:2102: writing smithi02985406-42 from 10502144 to 11214848 tid 1 2024-07-27T18:27:27.401 INFO:tasks.rados.rados.0.smithi029.stdout:2102: writing smithi02985406-42 from 11214848 to 11657216 tid 2 2024-07-27T18:27:27.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:27 smithi029 ceph-mon[96870]: osdmap e481: 8 total, 8 up, 8 in 2024-07-27T18:27:27.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:27 smithi029 ceph-mon[96870]: osdmap e482: 8 total, 8 up, 8 in 2024-07-27T18:27:27.402 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:27 smithi029 ceph-mon[99353]: osdmap e481: 8 total, 8 up, 8 in 2024-07-27T18:27:27.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:27 smithi029 ceph-mon[99353]: osdmap e482: 8 total, 8 up, 8 in 2024-07-27T18:27:27.404 INFO:tasks.rados.rados.0.smithi029.stdout:2102: writing smithi02985406-42 from 11657216 to 12017664 tid 3 2024-07-27T18:27:27.404 INFO:tasks.rados.rados.0.smithi029.stdout:2097: done (4 left) 2024-07-27T18:27:27.404 INFO:tasks.rados.rados.0.smithi029.stdout:2098: done (3 left) 2024-07-27T18:27:27.404 INFO:tasks.rados.rados.0.smithi029.stdout:2100: done (2 left) 2024-07-27T18:27:27.404 INFO:tasks.rados.rados.0.smithi029.stdout:2103: snap_create 2024-07-27T18:27:27.404 INFO:tasks.rados.rados.0.smithi029.stdout:2101: finishing write tid 4 to smithi02985406-2 2024-07-27T18:27:27.404 INFO:tasks.rados.rados.0.smithi029.stdout:2101: finishing write tid 5 to smithi02985406-2 2024-07-27T18:27:27.404 INFO:tasks.rados.rados.0.smithi029.stdout:2101: oid 2 updating version 0 to 1403 2024-07-27T18:27:27.404 INFO:tasks.rados.rados.0.smithi029.stdout:2101: oid 2 updating version 1403 to 1404 2024-07-27T18:27:27.405 INFO:tasks.rados.rados.0.smithi029.stdout:2101: oid 2 updating version 1404 to 1406 2024-07-27T18:27:27.405 INFO:tasks.rados.rados.0.smithi029.stdout:2101: oid 2 version 1406 is already newer than 1405 2024-07-27T18:27:27.405 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 1406 (ObjNum 662 snap 199 seq_num 662) dirty exists 2024-07-27T18:27:27.405 INFO:tasks.rados.rados.0.smithi029.stdout:2101: left oid 2 (ObjNum 662 snap 199 seq_num 662) 2024-07-27T18:27:27.405 INFO:tasks.rados.rados.0.smithi029.stdout:2102: finishing write tid 1 to smithi02985406-42 2024-07-27T18:27:27.405 INFO:tasks.rados.rados.0.smithi029.stdout:2102: finishing write tid 2 to smithi02985406-42 2024-07-27T18:27:27.406 INFO:tasks.rados.rados.0.smithi029.stdout:2102: finishing write tid 3 to smithi02985406-42 2024-07-27T18:27:27.406 INFO:tasks.rados.rados.0.smithi029.stdout:2102: finishing write tid 4 to smithi02985406-42 2024-07-27T18:27:27.408 INFO:tasks.rados.rados.0.smithi029.stdout:2102: finishing write tid 5 to smithi02985406-42 2024-07-27T18:27:27.409 INFO:tasks.rados.rados.0.smithi029.stdout:2102: oid 42 updating version 0 to 1248 2024-07-27T18:27:27.409 INFO:tasks.rados.rados.0.smithi029.stdout:2102: oid 42 version 1248 is already newer than 1246 2024-07-27T18:27:27.409 INFO:tasks.rados.rados.0.smithi029.stdout:2102: oid 42 version 1248 is already newer than 1247 2024-07-27T18:27:27.409 INFO:tasks.rados.rados.0.smithi029.stdout:2102: oid 42 version 1248 is already newer than 1245 2024-07-27T18:27:27.409 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 1248 (ObjNum 663 snap 199 seq_num 663) dirty exists 2024-07-27T18:27:27.409 INFO:tasks.rados.rados.0.smithi029.stdout:2102: left oid 42 (ObjNum 663 snap 199 seq_num 663) 2024-07-27T18:27:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:27 smithi179 ceph-mon[89801]: osdmap e481: 8 total, 8 up, 8 in 2024-07-27T18:27:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:27 smithi179 ceph-mon[89801]: osdmap e482: 8 total, 8 up, 8 in 2024-07-27T18:27:28.076 INFO:tasks.rados.rados.0.smithi029.stdout:2101: done (2 left) 2024-07-27T18:27:28.077 INFO:tasks.rados.rados.0.smithi029.stdout:2102: done (1 left) 2024-07-27T18:27:28.077 INFO:tasks.rados.rados.0.smithi029.stdout:2103: done (0 left) 2024-07-27T18:27:28.077 INFO:tasks.rados.rados.0.smithi029.stdout:2104: delete oid 50 current snap is 200 2024-07-27T18:27:28.083 INFO:tasks.rados.rados.0.smithi029.stdout:2104: done (0 left) 2024-07-27T18:27:28.083 INFO:tasks.rados.rados.0.smithi029.stdout:2105: rmattr oid 47 current snap is 200 2024-07-27T18:27:28.083 INFO:tasks.rados.rados.0.smithi029.stdout:2106: delete oid 15 current snap is 200 2024-07-27T18:27:28.087 INFO:tasks.rados.rados.0.smithi029.stdout:2106: done (1 left) 2024-07-27T18:27:28.087 INFO:tasks.rados.rados.0.smithi029.stdout:2107: snap_remove snap 199 2024-07-27T18:27:28.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:28 smithi179 ceph-mon[89801]: pgmap v384: 121 pgs: 121 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 3.3 MiB/s wr, 17 op/s 2024-07-27T18:27:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:28 smithi029 ceph-mon[96870]: pgmap v384: 121 pgs: 121 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 3.3 MiB/s wr, 17 op/s 2024-07-27T18:27:28.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:28 smithi029 ceph-mon[99353]: pgmap v384: 121 pgs: 121 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 3.3 MiB/s wr, 17 op/s 2024-07-27T18:27:29.086 INFO:tasks.rados.rados.0.smithi029.stdout:2107: done (1 left) 2024-07-27T18:27:29.087 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 200 2024-07-27T18:27:29.087 INFO:tasks.rados.rados.0.smithi029.stdout:2108: seq_num 666 ranges {958464=761856,1720320=491520,2211840=311296} 2024-07-27T18:27:29.096 INFO:tasks.rados.rados.0.smithi029.stdout:2108: writing smithi02985406-44 from 958464 to 1720320 tid 1 2024-07-27T18:27:29.098 INFO:tasks.rados.rados.0.smithi029.stdout:2108: writing smithi02985406-44 from 1720320 to 2211840 tid 2 2024-07-27T18:27:29.101 INFO:tasks.rados.rados.0.smithi029.stdout:2108: writing smithi02985406-44 from 2211840 to 2523136 tid 3 2024-07-27T18:27:29.101 INFO:tasks.rados.rados.0.smithi029.stdout:2109: read oid 36 snap -1 2024-07-27T18:27:29.101 INFO:tasks.rados.rados.0.smithi029.stdout:2109: expect (ObjNum 506 snap 151 seq_num 506) 2024-07-27T18:27:29.101 INFO:tasks.rados.rados.0.smithi029.stdout:2110: setattr oid 35 current snap is 200 2024-07-27T18:27:29.101 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 1339 (ObjNum 592 snap 177 seq_num 592) dirty exists 2024-07-27T18:27:29.102 INFO:tasks.rados.rados.0.smithi029.stdout:2105: done (3 left) 2024-07-27T18:27:29.102 INFO:tasks.rados.rados.0.smithi029.stdout:2111: snap_create 2024-07-27T18:27:29.105 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 964 (ObjNum 660 snap 199 seq_num 660) dirty exists 2024-07-27T18:27:29.106 INFO:tasks.rados.rados.0.smithi029.stdout:2108: finishing write tid 1 to smithi02985406-44 2024-07-27T18:27:29.106 INFO:tasks.rados.rados.0.smithi029.stdout:2108: finishing write tid 2 to smithi02985406-44 2024-07-27T18:27:29.106 INFO:tasks.rados.rados.0.smithi029.stdout:2108: finishing write tid 3 to smithi02985406-44 2024-07-27T18:27:29.109 INFO:tasks.rados.rados.0.smithi029.stdout:2108: finishing write tid 4 to smithi02985406-44 2024-07-27T18:27:29.110 INFO:tasks.rados.rados.0.smithi029.stdout:2108: finishing write tid 5 to smithi02985406-44 2024-07-27T18:27:29.110 INFO:tasks.rados.rados.0.smithi029.stdout:2108: oid 44 updating version 0 to 1265 2024-07-27T18:27:29.111 INFO:tasks.rados.rados.0.smithi029.stdout:2108: oid 44 version 1265 is already newer than 1263 2024-07-27T18:27:29.111 INFO:tasks.rados.rados.0.smithi029.stdout:2108: oid 44 version 1265 is already newer than 1264 2024-07-27T18:27:29.111 INFO:tasks.rados.rados.0.smithi029.stdout:2108: oid 44 version 1265 is already newer than 1262 2024-07-27T18:27:29.111 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1265 (ObjNum 666 snap 200 seq_num 666) dirty exists 2024-07-27T18:27:29.111 INFO:tasks.rados.rados.0.smithi029.stdout:2108: left oid 44 (ObjNum 666 snap 200 seq_num 666) 2024-07-27T18:27:29.117 INFO:tasks.rados.rados.0.smithi029.stdout:2109: expect (ObjNum 506 snap 151 seq_num 506) 2024-07-27T18:27:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:29 smithi179 ceph-mon[89801]: osdmap e483: 8 total, 8 up, 8 in 2024-07-27T18:27:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:29 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:29 smithi029 ceph-mon[96870]: osdmap e483: 8 total, 8 up, 8 in 2024-07-27T18:27:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:29 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:29 smithi029 ceph-mon[99353]: osdmap e483: 8 total, 8 up, 8 in 2024-07-27T18:27:29.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:29 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:30.092 INFO:tasks.rados.rados.0.smithi029.stdout:2108: done (3 left) 2024-07-27T18:27:30.093 INFO:tasks.rados.rados.0.smithi029.stdout:2109: done (2 left) 2024-07-27T18:27:30.093 INFO:tasks.rados.rados.0.smithi029.stdout:2110: done (1 left) 2024-07-27T18:27:30.093 INFO:tasks.rados.rados.0.smithi029.stdout:2111: done (0 left) 2024-07-27T18:27:30.093 INFO:tasks.rados.rados.0.smithi029.stdout:2112: delete oid 2 current snap is 201 2024-07-27T18:27:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2112: done (0 left) 2024-07-27T18:27:30.097 INFO:tasks.rados.rados.0.smithi029.stdout:2113: copy_from oid 29 from oid 30 current snap is 201 2024-07-27T18:27:30.097 INFO:tasks.rados.rados.0.smithi029.stdout:2114: read oid 1 snap 200 2024-07-27T18:27:30.097 INFO:tasks.rados.rados.0.smithi029.stdout:2114: expect (ObjNum 534 snap 160 seq_num 534) 2024-07-27T18:27:30.097 INFO:tasks.rados.rados.0.smithi029.stdout:2115: rollback oid 17 current snap is 201 2024-07-27T18:27:30.097 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 17 to 195 2024-07-27T18:27:30.097 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 201 2024-07-27T18:27:30.097 INFO:tasks.rados.rados.0.smithi029.stdout:2116: seq_num 668 ranges {7184384=794624,7979008=663552,8642560=139264} 2024-07-27T18:27:30.141 INFO:tasks.rados.rados.0.smithi029.stdout:2116: writing smithi02985406-49 from 7184384 to 7979008 tid 1 2024-07-27T18:27:30.145 INFO:tasks.rados.rados.0.smithi029.stdout:2116: writing smithi02985406-49 from 7979008 to 8642560 tid 2 2024-07-27T18:27:30.147 INFO:tasks.rados.rados.0.smithi029.stdout:2116: writing smithi02985406-49 from 8642560 to 8781824 tid 3 2024-07-27T18:27:30.147 INFO:tasks.rados.rados.0.smithi029.stdout:2117: setattr oid 5 current snap is 201 2024-07-27T18:27:30.147 INFO:tasks.rados.rados.0.smithi029.stdout:2115: finishing rollback tid 1 to smithi02985406-17 2024-07-27T18:27:30.147 INFO:tasks.rados.rados.0.smithi029.stdout:2115: finishing rollback tid 2 to smithi02985406-17 2024-07-27T18:27:30.147 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1180 (ObjNum 639 snap 194 seq_num 639) dirty exists 2024-07-27T18:27:30.147 INFO:tasks.rados.rados.0.smithi029.stdout:2113: finishing copy_from to smithi02985406-29 2024-07-27T18:27:30.147 INFO:tasks.rados.rados.0.smithi029.stdout:2113: got expected ENOENT (src dne) 2024-07-27T18:27:30.147 INFO:tasks.rados.rados.0.smithi029.stdout:2113: finishing copy_from racing read to smithi02985406-29 2024-07-27T18:27:30.147 INFO:tasks.rados.rados.0.smithi029.stdout:2114: expect (ObjNum 534 snap 160 seq_num 534) 2024-07-27T18:27:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:2116: finishing write tid 1 to smithi02985406-49 2024-07-27T18:27:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:2116: finishing write tid 2 to smithi02985406-49 2024-07-27T18:27:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:2116: finishing write tid 3 to smithi02985406-49 2024-07-27T18:27:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:2116: finishing write tid 4 to smithi02985406-49 2024-07-27T18:27:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:2116: finishing write tid 5 to smithi02985406-49 2024-07-27T18:27:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:2116: oid 49 updating version 0 to 641 2024-07-27T18:27:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:2116: oid 49 updating version 641 to 642 2024-07-27T18:27:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:2116: oid 49 version 642 is already newer than 640 2024-07-27T18:27:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:2116: oid 49 version 642 is already newer than 639 2024-07-27T18:27:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 642 (ObjNum 668 snap 201 seq_num 668) dirty exists 2024-07-27T18:27:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:2116: left oid 49 (ObjNum 668 snap 201 seq_num 668) 2024-07-27T18:27:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:2113: done (4 left) 2024-07-27T18:27:30.196 INFO:tasks.rados.rados.0.smithi029.stdout:2114: done (3 left) 2024-07-27T18:27:30.196 INFO:tasks.rados.rados.0.smithi029.stdout:2115: done (2 left) 2024-07-27T18:27:30.196 INFO:tasks.rados.rados.0.smithi029.stdout:2116: done (1 left) 2024-07-27T18:27:30.196 INFO:tasks.rados.rados.0.smithi029.stdout:2118: read oid 41 snap 192 2024-07-27T18:27:30.196 INFO:tasks.rados.rados.0.smithi029.stdout:2118: expect (ObjNum 611 snap 184 seq_num 611) 2024-07-27T18:27:30.196 INFO:tasks.rados.rados.0.smithi029.stdout:2119: rmattr oid 9 current snap is 201 2024-07-27T18:27:30.196 INFO:tasks.rados.rados.0.smithi029.stdout:2119: done (2 left) 2024-07-27T18:27:30.196 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 201 2024-07-27T18:27:30.196 INFO:tasks.rados.rados.0.smithi029.stdout:2120: seq_num 669 ranges {1769472=409600,2179072=548864,2727936=655360} 2024-07-27T18:27:30.206 INFO:tasks.rados.rados.0.smithi029.stdout:2120: writing smithi02985406-16 from 1769472 to 2179072 tid 1 2024-07-27T18:27:30.209 INFO:tasks.rados.rados.0.smithi029.stdout:2120: writing smithi02985406-16 from 2179072 to 2727936 tid 2 2024-07-27T18:27:30.214 INFO:tasks.rados.rados.0.smithi029.stdout:2120: writing smithi02985406-16 from 2727936 to 3383296 tid 3 2024-07-27T18:27:30.214 INFO:tasks.rados.rados.0.smithi029.stdout:2121: rollback oid 24 current snap is 201 2024-07-27T18:27:30.214 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 24 to 197 2024-07-27T18:27:30.214 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1410 (ObjNum 593 snap 178 seq_num 593) dirty exists 2024-07-27T18:27:30.214 INFO:tasks.rados.rados.0.smithi029.stdout:2118: expect (ObjNum 611 snap 184 seq_num 611) 2024-07-27T18:27:30.257 INFO:tasks.rados.rados.0.smithi029.stdout:2120: finishing write tid 1 to smithi02985406-16 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:2120: finishing write tid 2 to smithi02985406-16 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:2120: finishing write tid 3 to smithi02985406-16 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:2121: finishing rollback tid 0 to smithi02985406-24 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:2120: finishing write tid 4 to smithi02985406-16 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:2121: finishing rollback tid 1 to smithi02985406-24 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 1354 (ObjNum 177 snap 0 seq_num 1) dirty dne 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:2120: finishing write tid 5 to smithi02985406-16 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:2120: oid 16 updating version 0 to 1251 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:2120: oid 16 updating version 1251 to 1252 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:2120: oid 16 version 1252 is already newer than 1250 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:2120: oid 16 version 1252 is already newer than 1249 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 1252 (ObjNum 669 snap 201 seq_num 669) dirty exists 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:2120: left oid 16 (ObjNum 669 snap 201 seq_num 669) 2024-07-27T18:27:30.258 INFO:tasks.rados.rados.0.smithi029.stdout:2117: done (3 left) 2024-07-27T18:27:30.259 INFO:tasks.rados.rados.0.smithi029.stdout:2118: done (2 left) 2024-07-27T18:27:30.259 INFO:tasks.rados.rados.0.smithi029.stdout:2120: done (1 left) 2024-07-27T18:27:30.259 INFO:tasks.rados.rados.0.smithi029.stdout:2121: done (0 left) 2024-07-27T18:27:30.259 INFO:tasks.rados.rados.0.smithi029.stdout:2122: copy_from oid 19 from oid 38 current snap is 201 2024-07-27T18:27:30.259 INFO:tasks.rados.rados.0.smithi029.stdout:2123: rollback oid 33 current snap is 201 2024-07-27T18:27:30.259 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 33 to 179 2024-07-27T18:27:30.259 INFO:tasks.rados.rados.0.smithi029.stdout:2124: setattr oid 20 current snap is 201 2024-07-27T18:27:30.260 INFO:tasks.rados.rados.0.smithi029.stdout:2125: read oid 6 snap -1 2024-07-27T18:27:30.260 INFO:tasks.rados.rados.0.smithi029.stdout:2125: expect (ObjNum 656 snap 198 seq_num 656) 2024-07-27T18:27:30.260 INFO:tasks.rados.rados.0.smithi029.stdout:2126: rmattr oid 21 current snap is 201 2024-07-27T18:27:30.260 INFO:tasks.rados.rados.0.smithi029.stdout:2126: done (4 left) 2024-07-27T18:27:30.260 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 201 2024-07-27T18:27:30.260 INFO:tasks.rados.rados.0.smithi029.stdout:2127: seq_num 670 ranges {794624=425984,1220608=483328,1703936=507904,2211840=212992} 2024-07-27T18:27:30.266 INFO:tasks.rados.rados.0.smithi029.stdout:2127: writing smithi02985406-34 from 794624 to 1220608 tid 1 2024-07-27T18:27:30.269 INFO:tasks.rados.rados.0.smithi029.stdout:2127: writing smithi02985406-34 from 1220608 to 1703936 tid 2 2024-07-27T18:27:30.272 INFO:tasks.rados.rados.0.smithi029.stdout:2127: writing smithi02985406-34 from 1703936 to 2211840 tid 3 2024-07-27T18:27:30.274 INFO:tasks.rados.rados.0.smithi029.stdout:2127: writing smithi02985406-34 from 2211840 to 2424832 tid 4 2024-07-27T18:27:30.274 INFO:tasks.rados.rados.0.smithi029.stdout:2128: copy_from oid 18 from oid 50 current snap is 201 2024-07-27T18:27:30.274 INFO:tasks.rados.rados.0.smithi029.stdout:2123: finishing rollback tid 0 to smithi02985406-33 2024-07-27T18:27:30.274 INFO:tasks.rados.rados.0.smithi029.stdout:2123: finishing rollback tid 1 to smithi02985406-33 2024-07-27T18:27:30.274 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 1182 (ObjNum 33 snap 0 seq_num 368821904) dirty dne 2024-07-27T18:27:30.274 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 1340 (ObjNum 511 snap 153 seq_num 511) dirty exists 2024-07-27T18:27:30.275 INFO:tasks.rados.rados.0.smithi029.stdout:2127: finishing write tid 1 to smithi02985406-34 2024-07-27T18:27:30.275 INFO:tasks.rados.rados.0.smithi029.stdout:2127: finishing write tid 2 to smithi02985406-34 2024-07-27T18:27:30.275 INFO:tasks.rados.rados.0.smithi029.stdout:2123: done (5 left) 2024-07-27T18:27:30.275 INFO:tasks.rados.rados.0.smithi029.stdout:2124: done (4 left) 2024-07-27T18:27:30.275 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 201 2024-07-27T18:27:30.275 INFO:tasks.rados.rados.0.smithi029.stdout:2129: seq_num 671 ranges {1753088=442368,2195456=761856,2957312=442368} 2024-07-27T18:27:30.287 INFO:tasks.rados.rados.0.smithi029.stdout:2129: writing smithi02985406-1 from 1753088 to 2195456 tid 1 2024-07-27T18:27:30.291 INFO:tasks.rados.rados.0.smithi029.stdout:2129: writing smithi02985406-1 from 2195456 to 2957312 tid 2 2024-07-27T18:27:30.294 INFO:tasks.rados.rados.0.smithi029.stdout:2129: writing smithi02985406-1 from 2957312 to 3399680 tid 3 2024-07-27T18:27:30.294 INFO:tasks.rados.rados.0.smithi029.stdout:2130: snap_remove snap 192 2024-07-27T18:27:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:30 smithi179 ceph-mon[89801]: pgmap v387: 121 pgs: 121 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.0 MiB/s wr, 5 op/s 2024-07-27T18:27:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:30 smithi179 ceph-mon[89801]: osdmap e484: 8 total, 8 up, 8 in 2024-07-27T18:27:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:30 smithi029 ceph-mon[96870]: pgmap v387: 121 pgs: 121 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.0 MiB/s wr, 5 op/s 2024-07-27T18:27:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:30 smithi029 ceph-mon[96870]: osdmap e484: 8 total, 8 up, 8 in 2024-07-27T18:27:30.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:30 smithi029 ceph-mon[99353]: pgmap v387: 121 pgs: 121 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.0 MiB/s wr, 5 op/s 2024-07-27T18:27:30.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:30 smithi029 ceph-mon[99353]: osdmap e484: 8 total, 8 up, 8 in 2024-07-27T18:27:31.097 INFO:tasks.rados.rados.0.smithi029.stdout:2130: done (5 left) 2024-07-27T18:27:31.097 INFO:tasks.rados.rados.0.smithi029.stdout:2131: rollback oid 11 current snap is 201 2024-07-27T18:27:31.097 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 11 to 197 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:2128: finishing copy_from to smithi02985406-18 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:2128: got expected ENOENT (src dne) 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:2128: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:2122: finishing copy_from racing read to smithi02985406-19 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:2122: finishing copy_from to smithi02985406-19 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 1242 (ObjNum 634 snap 193 seq_num 634) dirty exists 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:2127: finishing write tid 3 to smithi02985406-34 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:2127: finishing write tid 4 to smithi02985406-34 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:2127: finishing write tid 5 to smithi02985406-34 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:2127: finishing write tid 6 to smithi02985406-34 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:2127: oid 34 updating version 0 to 1315 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:2127: oid 34 version 1315 is already newer than 1314 2024-07-27T18:27:31.098 INFO:tasks.rados.rados.0.smithi029.stdout:2127: oid 34 version 1315 is already newer than 1313 2024-07-27T18:27:31.099 INFO:tasks.rados.rados.0.smithi029.stdout:2127: oid 34 version 1315 is already newer than 1312 2024-07-27T18:27:31.099 INFO:tasks.rados.rados.0.smithi029.stdout:2127: oid 34 updating version 1315 to 1316 2024-07-27T18:27:31.099 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 1316 (ObjNum 670 snap 201 seq_num 670) dirty exists 2024-07-27T18:27:31.099 INFO:tasks.rados.rados.0.smithi029.stdout:2127: left oid 34 (ObjNum 670 snap 201 seq_num 670) 2024-07-27T18:27:31.099 INFO:tasks.rados.rados.0.smithi029.stdout:2125: expect (ObjNum 656 snap 198 seq_num 656) 2024-07-27T18:27:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:31 smithi179 ceph-mon[89801]: osdmap e485: 8 total, 8 up, 8 in 2024-07-27T18:27:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:31 smithi029 ceph-mon[96870]: osdmap e485: 8 total, 8 up, 8 in 2024-07-27T18:27:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:31 smithi029 ceph-mon[99353]: osdmap e485: 8 total, 8 up, 8 in 2024-07-27T18:27:32.102 INFO:tasks.rados.rados.0.smithi029.stdout:2129: finishing write tid 1 to smithi02985406-1 2024-07-27T18:27:32.102 INFO:tasks.rados.rados.0.smithi029.stdout:2129: finishing write tid 2 to smithi02985406-1 2024-07-27T18:27:32.102 INFO:tasks.rados.rados.0.smithi029.stdout:2129: finishing write tid 3 to smithi02985406-1 2024-07-27T18:27:32.102 INFO:tasks.rados.rados.0.smithi029.stdout:2129: finishing write tid 4 to smithi02985406-1 2024-07-27T18:27:32.102 INFO:tasks.rados.rados.0.smithi029.stdout:2129: finishing write tid 5 to smithi02985406-1 2024-07-27T18:27:32.103 INFO:tasks.rados.rados.0.smithi029.stdout:2129: oid 1 updating version 0 to 1266 2024-07-27T18:27:32.103 INFO:tasks.rados.rados.0.smithi029.stdout:2129: oid 1 updating version 1266 to 1267 2024-07-27T18:27:32.103 INFO:tasks.rados.rados.0.smithi029.stdout:2129: oid 1 updating version 1267 to 1269 2024-07-27T18:27:32.103 INFO:tasks.rados.rados.0.smithi029.stdout:2129: oid 1 version 1269 is already newer than 1268 2024-07-27T18:27:32.103 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1269 (ObjNum 671 snap 201 seq_num 671) dirty exists 2024-07-27T18:27:32.103 INFO:tasks.rados.rados.0.smithi029.stdout:2129: left oid 1 (ObjNum 671 snap 201 seq_num 671) 2024-07-27T18:27:32.103 INFO:tasks.rados.rados.0.smithi029.stdout:2122: done (5 left) 2024-07-27T18:27:32.103 INFO:tasks.rados.rados.0.smithi029.stdout:2125: done (4 left) 2024-07-27T18:27:32.104 INFO:tasks.rados.rados.0.smithi029.stdout:2127: done (3 left) 2024-07-27T18:27:32.104 INFO:tasks.rados.rados.0.smithi029.stdout:2128: done (2 left) 2024-07-27T18:27:32.104 INFO:tasks.rados.rados.0.smithi029.stdout:2129: done (1 left) 2024-07-27T18:27:32.104 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 201 2024-07-27T18:27:32.104 INFO:tasks.rados.rados.0.smithi029.stdout:2131: finishing rollback tid 0 to smithi02985406-11 2024-07-27T18:27:32.104 INFO:tasks.rados.rados.0.smithi029.stdout:2132: seq_num 672 ranges {10264576=458752,10723328=647168,11370496=466944,11837440=90112} 2024-07-27T18:27:32.159 INFO:tasks.rados.rados.0.smithi029.stdout:2132: writing smithi02985406-4 from 10264576 to 10723328 tid 1 2024-07-27T18:27:32.164 INFO:tasks.rados.rados.0.smithi029.stdout:2132: writing smithi02985406-4 from 10723328 to 11370496 tid 2 2024-07-27T18:27:32.166 INFO:tasks.rados.rados.0.smithi029.stdout:2132: writing smithi02985406-4 from 11370496 to 11837440 tid 3 2024-07-27T18:27:32.168 INFO:tasks.rados.rados.0.smithi029.stdout:2132: writing smithi02985406-4 from 11837440 to 11927552 tid 4 2024-07-27T18:27:32.168 INFO:tasks.rados.rados.0.smithi029.stdout:2133: read oid 26 snap 197 2024-07-27T18:27:32.169 INFO:tasks.rados.rados.0.smithi029.stdout:2133: expect (ObjNum 620 snap 185 seq_num 620) 2024-07-27T18:27:32.169 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 201 2024-07-27T18:27:32.169 INFO:tasks.rados.rados.0.smithi029.stdout:2131: finishing rollback tid 1 to smithi02985406-11 2024-07-27T18:27:32.169 INFO:tasks.rados.rados.0.smithi029.stdout:2131: finishing rollback tid 2 to smithi02985406-11 2024-07-27T18:27:32.169 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 609 (ObjNum 620 snap 185 seq_num 620) dirty exists 2024-07-27T18:27:32.169 INFO:tasks.rados.rados.0.smithi029.stdout:2134: seq_num 673 ranges {5742592=475136,6217728=532480,6750208=671744} 2024-07-27T18:27:32.201 INFO:tasks.rados.rados.0.smithi029.stdout:2134: writing smithi02985406-5 from 5742592 to 6217728 tid 1 2024-07-27T18:27:32.208 INFO:tasks.rados.rados.0.smithi029.stdout:2134: writing smithi02985406-5 from 6217728 to 6750208 tid 2 2024-07-27T18:27:32.209 INFO:tasks.rados.rados.0.smithi029.stdout:2134: writing smithi02985406-5 from 6750208 to 7421952 tid 3 2024-07-27T18:27:32.209 INFO:tasks.rados.rados.0.smithi029.stdout:2131: done (3 left) 2024-07-27T18:27:32.209 INFO:tasks.rados.rados.0.smithi029.stdout:2135: read oid 36 snap -1 2024-07-27T18:27:32.210 INFO:tasks.rados.rados.0.smithi029.stdout:2135: expect (ObjNum 506 snap 151 seq_num 506) 2024-07-27T18:27:32.210 INFO:tasks.rados.rados.0.smithi029.stdout:2136: snap_create 2024-07-27T18:27:32.210 INFO:tasks.rados.rados.0.smithi029.stdout:2132: finishing write tid 1 to smithi02985406-4 2024-07-27T18:27:32.210 INFO:tasks.rados.rados.0.smithi029.stdout:2132: finishing write tid 2 to smithi02985406-4 2024-07-27T18:27:32.211 INFO:tasks.rados.rados.0.smithi029.stdout:2133: expect (ObjNum 620 snap 185 seq_num 620) 2024-07-27T18:27:32.230 INFO:tasks.rados.rados.0.smithi029.stdout:2132: finishing write tid 3 to smithi02985406-4 2024-07-27T18:27:32.230 INFO:tasks.rados.rados.0.smithi029.stdout:2132: finishing write tid 4 to smithi02985406-4 2024-07-27T18:27:32.230 INFO:tasks.rados.rados.0.smithi029.stdout:2132: finishing write tid 5 to smithi02985406-4 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:2132: finishing write tid 6 to smithi02985406-4 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:2132: oid 4 updating version 0 to 1317 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:2132: oid 4 updating version 1317 to 1318 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:2132: oid 4 updating version 1318 to 1319 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:2132: oid 4 updating version 1319 to 1321 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:2132: oid 4 version 1321 is already newer than 1320 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1321 (ObjNum 672 snap 201 seq_num 672) dirty exists 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:2132: left oid 4 (ObjNum 672 snap 201 seq_num 672) 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:2134: finishing write tid 1 to smithi02985406-5 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:2134: finishing write tid 2 to smithi02985406-5 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:2134: finishing write tid 3 to smithi02985406-5 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:2134: finishing write tid 4 to smithi02985406-5 2024-07-27T18:27:32.231 INFO:tasks.rados.rados.0.smithi029.stdout:2134: finishing write tid 5 to smithi02985406-5 2024-07-27T18:27:32.232 INFO:tasks.rados.rados.0.smithi029.stdout:2134: oid 5 updating version 0 to 1420 2024-07-27T18:27:32.232 INFO:tasks.rados.rados.0.smithi029.stdout:2134: oid 5 updating version 1420 to 1422 2024-07-27T18:27:32.232 INFO:tasks.rados.rados.0.smithi029.stdout:2134: oid 5 version 1422 is already newer than 1419 2024-07-27T18:27:32.232 INFO:tasks.rados.rados.0.smithi029.stdout:2134: oid 5 version 1422 is already newer than 1421 2024-07-27T18:27:32.232 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1422 (ObjNum 673 snap 201 seq_num 673) dirty exists 2024-07-27T18:27:32.232 INFO:tasks.rados.rados.0.smithi029.stdout:2134: left oid 5 (ObjNum 673 snap 201 seq_num 673) 2024-07-27T18:27:32.232 INFO:tasks.rados.rados.0.smithi029.stdout:2135: expect (ObjNum 506 snap 151 seq_num 506) 2024-07-27T18:27:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:32 smithi179 ceph-mon[89801]: pgmap v390: 121 pgs: 121 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.8 MiB/s wr, 12 op/s 2024-07-27T18:27:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:32 smithi179 ceph-mon[89801]: osdmap e486: 8 total, 8 up, 8 in 2024-07-27T18:27:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:32 smithi179 ceph-mon[89801]: osdmap e487: 8 total, 8 up, 8 in 2024-07-27T18:27:32.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:32 smithi029 ceph-mon[99353]: pgmap v390: 121 pgs: 121 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.8 MiB/s wr, 12 op/s 2024-07-27T18:27:32.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:32 smithi029 ceph-mon[99353]: osdmap e486: 8 total, 8 up, 8 in 2024-07-27T18:27:32.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:32 smithi029 ceph-mon[99353]: osdmap e487: 8 total, 8 up, 8 in 2024-07-27T18:27:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:32 smithi029 ceph-mon[96870]: pgmap v390: 121 pgs: 121 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.8 MiB/s wr, 12 op/s 2024-07-27T18:27:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:32 smithi029 ceph-mon[96870]: osdmap e486: 8 total, 8 up, 8 in 2024-07-27T18:27:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:32 smithi029 ceph-mon[96870]: osdmap e487: 8 total, 8 up, 8 in 2024-07-27T18:27:32.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:27:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:27:32] "GET /metrics HTTP/1.1" 200 36294 "" "Prometheus/2.43.0" 2024-07-27T18:27:33.101 INFO:tasks.rados.rados.0.smithi029.stdout:2132: done (4 left) 2024-07-27T18:27:33.101 INFO:tasks.rados.rados.0.smithi029.stdout:2133: done (3 left) 2024-07-27T18:27:33.101 INFO:tasks.rados.rados.0.smithi029.stdout:2134: done (2 left) 2024-07-27T18:27:33.101 INFO:tasks.rados.rados.0.smithi029.stdout:2135: done (1 left) 2024-07-27T18:27:33.101 INFO:tasks.rados.rados.0.smithi029.stdout:2136: done (0 left) 2024-07-27T18:27:33.101 INFO:tasks.rados.rados.0.smithi029.stdout:2137: delete oid 43 current snap is 202 2024-07-27T18:27:33.104 INFO:tasks.rados.rados.0.smithi029.stdout:2137: done (0 left) 2024-07-27T18:27:33.104 INFO:tasks.rados.rados.0.smithi029.stdout:2138: read oid 30 snap -1 2024-07-27T18:27:33.104 INFO:tasks.rados.rados.0.smithi029.stdout:2138: expect deleted 2024-07-27T18:27:33.104 INFO:tasks.rados.rados.0.smithi029.stdout:2139: rollback oid 41 current snap is 202 2024-07-27T18:27:33.104 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 41 to 200 2024-07-27T18:27:33.105 INFO:tasks.rados.rados.0.smithi029.stdout:2140: read oid 12 snap -1 2024-07-27T18:27:33.105 INFO:tasks.rados.rados.0.smithi029.stdout:2140: expect (ObjNum 651 snap 198 seq_num 651) 2024-07-27T18:27:33.105 INFO:tasks.rados.rados.0.smithi029.stdout:2141: rollback oid 7 current snap is 202 2024-07-27T18:27:33.105 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 7 to 195 2024-07-27T18:27:33.105 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 202 2024-07-27T18:27:33.105 INFO:tasks.rados.rados.0.smithi029.stdout:2142: seq_num 675 ranges {0=507904,507904=704512,1212416=499712} 2024-07-27T18:27:33.107 INFO:tasks.rados.rados.0.smithi029.stdout:2142: writing smithi02985406-23 from 0 to 507904 tid 1 2024-07-27T18:27:33.113 INFO:tasks.rados.rados.0.smithi029.stdout:2142: writing smithi02985406-23 from 507904 to 1212416 tid 2 2024-07-27T18:27:33.116 INFO:tasks.rados.rados.0.smithi029.stdout:2142: writing smithi02985406-23 from 1212416 to 1712128 tid 3 2024-07-27T18:27:33.116 INFO:tasks.rados.rados.0.smithi029.stdout:2143: delete oid 6 current snap is 202 2024-07-27T18:27:33.116 INFO:tasks.rados.rados.0.smithi029.stdout:2141: finishing rollback tid 1 to smithi02985406-7 2024-07-27T18:27:33.116 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1361 (ObjNum 177 snap 0 seq_num 369056528) dirty dne 2024-07-27T18:27:33.116 INFO:tasks.rados.rados.0.smithi029.stdout:2139: finishing rollback tid 0 to smithi02985406-41 2024-07-27T18:27:33.117 INFO:tasks.rados.rados.0.smithi029.stdout:2139: finishing rollback tid 1 to smithi02985406-41 2024-07-27T18:27:33.117 INFO:tasks.rados.rados.0.smithi029.stdout:2139: finishing rollback tid 2 to smithi02985406-41 2024-07-27T18:27:33.117 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 350 (ObjNum 611 snap 184 seq_num 611) dirty exists 2024-07-27T18:27:33.117 INFO:tasks.rados.rados.0.smithi029.stdout:2142: finishing write tid 1 to smithi02985406-23 2024-07-27T18:27:33.122 INFO:tasks.rados.rados.0.smithi029.stdout:2142: finishing write tid 2 to smithi02985406-23 2024-07-27T18:27:33.122 INFO:tasks.rados.rados.0.smithi029.stdout:2142: finishing write tid 3 to smithi02985406-23 2024-07-27T18:27:33.122 INFO:tasks.rados.rados.0.smithi029.stdout:2142: finishing write tid 4 to smithi02985406-23 2024-07-27T18:27:33.123 INFO:tasks.rados.rados.0.smithi029.stdout:2142: finishing write tid 5 to smithi02985406-23 2024-07-27T18:27:33.123 INFO:tasks.rados.rados.0.smithi029.stdout:2142: oid 23 updating version 0 to 1346 2024-07-27T18:27:33.123 INFO:tasks.rados.rados.0.smithi029.stdout:2142: oid 23 version 1346 is already newer than 1345 2024-07-27T18:27:33.123 INFO:tasks.rados.rados.0.smithi029.stdout:2142: oid 23 version 1346 is already newer than 1344 2024-07-27T18:27:33.123 INFO:tasks.rados.rados.0.smithi029.stdout:2142: oid 23 updating version 1346 to 1347 2024-07-27T18:27:33.123 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1347 (ObjNum 675 snap 202 seq_num 675) dirty exists 2024-07-27T18:27:33.123 INFO:tasks.rados.rados.0.smithi029.stdout:2142: left oid 23 (ObjNum 675 snap 202 seq_num 675) 2024-07-27T18:27:33.129 INFO:tasks.rados.rados.0.smithi029.stdout:2138: done (5 left) 2024-07-27T18:27:33.129 INFO:tasks.rados.rados.0.smithi029.stdout:2139: done (4 left) 2024-07-27T18:27:33.129 INFO:tasks.rados.rados.0.smithi029.stdout:2141: done (3 left) 2024-07-27T18:27:33.129 INFO:tasks.rados.rados.0.smithi029.stdout:2142: done (2 left) 2024-07-27T18:27:33.129 INFO:tasks.rados.rados.0.smithi029.stdout:2143: done (1 left) 2024-07-27T18:27:33.129 INFO:tasks.rados.rados.0.smithi029.stdout:2144: rollback oid 41 current snap is 202 2024-07-27T18:27:33.129 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 41 to 200 2024-07-27T18:27:33.129 INFO:tasks.rados.rados.0.smithi029.stdout:2145: read oid 4 snap 197 2024-07-27T18:27:33.130 INFO:tasks.rados.rados.0.smithi029.stdout:2145: expect (ObjNum 643 snap 195 seq_num 643) 2024-07-27T18:27:33.130 INFO:tasks.rados.rados.0.smithi029.stdout:2146: delete oid 38 current snap is 202 2024-07-27T18:27:33.132 INFO:tasks.rados.rados.0.smithi029.stdout:2144: finishing rollback tid 0 to smithi02985406-41 2024-07-27T18:27:33.135 INFO:tasks.rados.rados.0.smithi029.stdout:2144: finishing rollback tid 1 to smithi02985406-41 2024-07-27T18:27:33.135 INFO:tasks.rados.rados.0.smithi029.stdout:2146: done (3 left) 2024-07-27T18:27:33.135 INFO:tasks.rados.rados.0.smithi029.stdout:2147: delete oid 14 current snap is 202 2024-07-27T18:27:33.135 INFO:tasks.rados.rados.0.smithi029.stdout:2144: finishing rollback tid 2 to smithi02985406-41 2024-07-27T18:27:33.135 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 353 (ObjNum 611 snap 184 seq_num 611) dirty exists 2024-07-27T18:27:33.149 INFO:tasks.rados.rados.0.smithi029.stdout:2140: expect (ObjNum 651 snap 198 seq_num 651) 2024-07-27T18:27:33.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-07-27T18:27:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-07-27T18:27:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-07-27T18:27:33.780 INFO:tasks.rados.rados.0.smithi029.stdout:2145: expect (ObjNum 643 snap 195 seq_num 643) 2024-07-27T18:27:34.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:34 smithi179 ceph-mon[89801]: pgmap v393: 121 pgs: 121 active+clean; 258 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 3.0 MiB/s wr, 14 op/s 2024-07-27T18:27:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:34 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-07-27T18:27:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:34 smithi179 ceph-mon[89801]: Upgrade: osd.6 is safe to restart 2024-07-27T18:27:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:34 smithi179 ceph-mon[89801]: osdmap e488: 8 total, 8 up, 8 in 2024-07-27T18:27:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:34 smithi029 ceph-mon[96870]: pgmap v393: 121 pgs: 121 active+clean; 258 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 3.0 MiB/s wr, 14 op/s 2024-07-27T18:27:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:34 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-07-27T18:27:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:34 smithi029 ceph-mon[96870]: Upgrade: osd.6 is safe to restart 2024-07-27T18:27:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:34 smithi029 ceph-mon[96870]: osdmap e488: 8 total, 8 up, 8 in 2024-07-27T18:27:34.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:34 smithi029 ceph-mon[99353]: pgmap v393: 121 pgs: 121 active+clean; 258 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 3.0 MiB/s wr, 14 op/s 2024-07-27T18:27:34.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:34 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-07-27T18:27:34.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:34 smithi029 ceph-mon[99353]: Upgrade: osd.6 is safe to restart 2024-07-27T18:27:34.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:34 smithi029 ceph-mon[99353]: osdmap e488: 8 total, 8 up, 8 in 2024-07-27T18:27:34.693 INFO:tasks.rados.rados.0.smithi029.stdout:2140: done (3 left) 2024-07-27T18:27:34.693 INFO:tasks.rados.rados.0.smithi029.stdout:2144: done (2 left) 2024-07-27T18:27:34.694 INFO:tasks.rados.rados.0.smithi029.stdout:2145: done (1 left) 2024-07-27T18:27:34.694 INFO:tasks.rados.rados.0.smithi029.stdout:2147: done (0 left) 2024-07-27T18:27:34.694 INFO:tasks.rados.rados.0.smithi029.stdout:2148: read oid 32 snap -1 2024-07-27T18:27:34.694 INFO:tasks.rados.rados.0.smithi029.stdout:2148: expect (ObjNum 652 snap 198 seq_num 652) 2024-07-27T18:27:34.694 INFO:tasks.rados.rados.0.smithi029.stdout:2149: copy_from oid 27 from oid 16 current snap is 202 2024-07-27T18:27:34.694 INFO:tasks.rados.rados.0.smithi029.stdout:2150: setattr oid 7 current snap is 202 2024-07-27T18:27:34.697 INFO:tasks.rados.rados.0.smithi029.stdout:2151: read oid 4 snap -1 2024-07-27T18:27:34.697 INFO:tasks.rados.rados.0.smithi029.stdout:2151: expect (ObjNum 672 snap 201 seq_num 672) 2024-07-27T18:27:34.697 INFO:tasks.rados.rados.0.smithi029.stdout:2152: rollback oid 13 current snap is 202 2024-07-27T18:27:34.697 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 196 2024-07-27T18:27:34.697 INFO:tasks.rados.rados.0.smithi029.stdout:2153: snap_remove snap 195 2024-07-27T18:27:35.170 INFO:tasks.rados.rados.0.smithi029.stdout:2148: expect (ObjNum 652 snap 198 seq_num 652) 2024-07-27T18:27:35.266 INFO:tasks.rados.rados.0.smithi029.stdout:2149: finishing copy_from racing read to smithi02985406-27 2024-07-27T18:27:35.266 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1426 (ObjNum 113 snap 0 seq_num 1323696479) dirty exists 2024-07-27T18:27:35.266 INFO:tasks.rados.rados.0.smithi029.stdout:2152: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:27:35.266 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 0 (ObjNum 33 snap 0 seq_num 369055232) dirty dne 2024-07-27T18:27:35.266 INFO:tasks.rados.rados.0.smithi029.stdout:2149: finishing copy_from to smithi02985406-27 2024-07-27T18:27:35.266 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1252 (ObjNum 669 snap 201 seq_num 669) dirty exists 2024-07-27T18:27:35.266 INFO:tasks.rados.rados.0.smithi029.stdout:2151: expect (ObjNum 672 snap 201 seq_num 672) 2024-07-27T18:27:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:35 smithi029 ceph-mon[96870]: Upgrade: Updating osd.6 2024-07-27T18:27:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:35 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:35 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-07-27T18:27:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:35 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:27:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:35 smithi029 ceph-mon[96870]: Deploying daemon osd.6 on smithi179 2024-07-27T18:27:35.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:35 smithi029 ceph-mon[99353]: Upgrade: Updating osd.6 2024-07-27T18:27:35.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:35 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:35.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:35 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-07-27T18:27:35.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:35 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:27:35.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:35 smithi029 ceph-mon[99353]: Deploying daemon osd.6 on smithi179 2024-07-27T18:27:35.523 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:35 smithi179 ceph-mon[89801]: Upgrade: Updating osd.6 2024-07-27T18:27:35.523 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:35 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:35.523 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:35 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-07-27T18:27:35.523 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:35 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:27:35.524 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:35 smithi179 ceph-mon[89801]: Deploying daemon osd.6 on smithi179 2024-07-27T18:27:36.390 INFO:tasks.rados.rados.0.smithi029.stdout:2148: done (5 left) 2024-07-27T18:27:36.390 INFO:tasks.rados.rados.0.smithi029.stdout:2149: done (4 left) 2024-07-27T18:27:36.391 INFO:tasks.rados.rados.0.smithi029.stdout:2150: done (3 left) 2024-07-27T18:27:36.391 INFO:tasks.rados.rados.0.smithi029.stdout:2151: done (2 left) 2024-07-27T18:27:36.391 INFO:tasks.rados.rados.0.smithi029.stdout:2152: done (1 left) 2024-07-27T18:27:36.391 INFO:tasks.rados.rados.0.smithi029.stdout:2153: done (0 left) 2024-07-27T18:27:36.391 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 202 2024-07-27T18:27:36.391 INFO:tasks.rados.rados.0.smithi029.stdout:2154: seq_num 679 ranges {1712128=581632,2293760=688128,2981888=516096} 2024-07-27T18:27:36.402 INFO:tasks.rados.rados.0.smithi029.stdout:2154: writing smithi02985406-23 from 1712128 to 2293760 tid 1 2024-07-27T18:27:36.406 INFO:tasks.rados.rados.0.smithi029.stdout:2154: writing smithi02985406-23 from 2293760 to 2981888 tid 2 2024-07-27T18:27:36.409 INFO:tasks.rados.rados.0.smithi029.stdout:2154: writing smithi02985406-23 from 2981888 to 3497984 tid 3 2024-07-27T18:27:36.409 INFO:tasks.rados.rados.0.smithi029.stdout:2155: rollback oid 34 current snap is 202 2024-07-27T18:27:36.410 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 34 to 191 2024-07-27T18:27:36.410 INFO:tasks.rados.rados.0.smithi029.stdout:2154: finishing write tid 1 to smithi02985406-23 2024-07-27T18:27:36.410 INFO:tasks.rados.rados.0.smithi029.stdout:2154: finishing write tid 2 to smithi02985406-23 2024-07-27T18:27:36.410 INFO:tasks.rados.rados.0.smithi029.stdout:2156: delete oid 18 current snap is 202 2024-07-27T18:27:36.412 INFO:tasks.rados.rados.0.smithi029.stdout:2154: finishing write tid 3 to smithi02985406-23 2024-07-27T18:27:36.412 INFO:tasks.rados.rados.0.smithi029.stdout:2156: done (2 left) 2024-07-27T18:27:36.412 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 202 2024-07-27T18:27:36.412 INFO:tasks.rados.rados.0.smithi029.stdout:2157: seq_num 681 ranges {2744320=614400,3358720=458752,3817472=638976,4456448=106496} 2024-07-27T18:27:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:36 smithi179 ceph-mon[89801]: pgmap v395: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.1 MiB/s wr, 28 op/s 2024-07-27T18:27:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:36 smithi179 ceph-mon[89801]: osdmap e489: 8 total, 8 up, 8 in 2024-07-27T18:27:36.430 INFO:tasks.rados.rados.0.smithi029.stdout:2157: writing smithi02985406-28 from 2744320 to 3358720 tid 1 2024-07-27T18:27:36.433 INFO:tasks.rados.rados.0.smithi029.stdout:2157: writing smithi02985406-28 from 3358720 to 3817472 tid 2 2024-07-27T18:27:36.438 INFO:tasks.rados.rados.0.smithi029.stdout:2157: writing smithi02985406-28 from 3817472 to 4456448 tid 3 2024-07-27T18:27:36.438 INFO:tasks.rados.rados.0.smithi029.stdout:2157: writing smithi02985406-28 from 4456448 to 4562944 tid 4 2024-07-27T18:27:36.438 INFO:tasks.rados.rados.0.smithi029.stdout:2158: snap_create 2024-07-27T18:27:36.438 INFO:tasks.rados.rados.0.smithi029.stdout:2154: finishing write tid 4 to smithi02985406-23 2024-07-27T18:27:36.438 INFO:tasks.rados.rados.0.smithi029.stdout:2155: finishing rollback tid 0 to smithi02985406-34 2024-07-27T18:27:36.438 INFO:tasks.rados.rados.0.smithi029.stdout:2155: finishing rollback tid 1 to smithi02985406-34 2024-07-27T18:27:36.438 INFO:tasks.rados.rados.0.smithi029.stdout:2154: finishing write tid 5 to smithi02985406-23 2024-07-27T18:27:36.438 INFO:tasks.rados.rados.0.smithi029.stdout:2154: oid 23 updating version 0 to 1350 2024-07-27T18:27:36.439 INFO:tasks.rados.rados.0.smithi029.stdout:2154: oid 23 version 1350 is already newer than 1348 2024-07-27T18:27:36.439 INFO:tasks.rados.rados.0.smithi029.stdout:2154: oid 23 updating version 1350 to 1351 2024-07-27T18:27:36.439 INFO:tasks.rados.rados.0.smithi029.stdout:2154: oid 23 version 1351 is already newer than 1349 2024-07-27T18:27:36.439 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1351 (ObjNum 679 snap 202 seq_num 679) dirty exists 2024-07-27T18:27:36.439 INFO:tasks.rados.rados.0.smithi029.stdout:2154: left oid 23 (ObjNum 679 snap 202 seq_num 679) 2024-07-27T18:27:36.439 INFO:tasks.rados.rados.0.smithi029.stdout:2155: finishing rollback tid 2 to smithi02985406-34 2024-07-27T18:27:36.439 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 1324 (ObjNum 611 snap 184 seq_num 611) dirty exists 2024-07-27T18:27:36.439 INFO:tasks.rados.rados.0.smithi029.stdout:2157: finishing write tid 1 to smithi02985406-28 2024-07-27T18:27:36.439 INFO:tasks.rados.rados.0.smithi029.stdout:2157: finishing write tid 2 to smithi02985406-28 2024-07-27T18:27:36.441 INFO:tasks.rados.rados.0.smithi029.stdout:2157: finishing write tid 3 to smithi02985406-28 2024-07-27T18:27:36.441 INFO:tasks.rados.rados.0.smithi029.stdout:2157: finishing write tid 4 to smithi02985406-28 2024-07-27T18:27:36.441 INFO:tasks.rados.rados.0.smithi029.stdout:2157: finishing write tid 5 to smithi02985406-28 2024-07-27T18:27:36.443 INFO:tasks.rados.rados.0.smithi029.stdout:2157: finishing write tid 6 to smithi02985406-28 2024-07-27T18:27:36.443 INFO:tasks.rados.rados.0.smithi029.stdout:2157: oid 28 updating version 0 to 1363 2024-07-27T18:27:36.443 INFO:tasks.rados.rados.0.smithi029.stdout:2157: oid 28 version 1363 is already newer than 1362 2024-07-27T18:27:36.443 INFO:tasks.rados.rados.0.smithi029.stdout:2157: oid 28 version 1363 is already newer than 1360 2024-07-27T18:27:36.443 INFO:tasks.rados.rados.0.smithi029.stdout:2157: oid 28 version 1363 is already newer than 1359 2024-07-27T18:27:36.443 INFO:tasks.rados.rados.0.smithi029.stdout:2157: oid 28 version 1363 is already newer than 1361 2024-07-27T18:27:36.443 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 1363 (ObjNum 681 snap 202 seq_num 681) dirty exists 2024-07-27T18:27:36.443 INFO:tasks.rados.rados.0.smithi029.stdout:2157: left oid 28 (ObjNum 681 snap 202 seq_num 681) 2024-07-27T18:27:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:36 smithi029 ceph-mon[99353]: pgmap v395: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.1 MiB/s wr, 28 op/s 2024-07-27T18:27:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:36 smithi029 ceph-mon[99353]: osdmap e489: 8 total, 8 up, 8 in 2024-07-27T18:27:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:36 smithi029 ceph-mon[96870]: pgmap v395: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.1 MiB/s wr, 28 op/s 2024-07-27T18:27:36.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:36 smithi029 ceph-mon[96870]: osdmap e489: 8 total, 8 up, 8 in 2024-07-27T18:27:36.988 INFO:tasks.rados.rados.0.smithi029.stdout:2154: done (3 left) 2024-07-27T18:27:36.988 INFO:tasks.rados.rados.0.smithi029.stdout:2155: done (2 left) 2024-07-27T18:27:36.988 INFO:tasks.rados.rados.0.smithi029.stdout:2157: done (1 left) 2024-07-27T18:27:36.988 INFO:tasks.rados.rados.0.smithi029.stdout:2158: done (0 left) 2024-07-27T18:27:36.988 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 203 2024-07-27T18:27:36.988 INFO:tasks.rados.rados.0.smithi029.stdout:2159: seq_num 682 ranges {12017664=630784,12648448=745472,13393920=442368,13836288=16384} 2024-07-27T18:27:37.057 INFO:tasks.rados.rados.0.smithi029.stdout:2159: writing smithi02985406-42 from 12017664 to 12648448 tid 1 2024-07-27T18:27:37.061 INFO:tasks.rados.rados.0.smithi029.stdout:2159: writing smithi02985406-42 from 12648448 to 13393920 tid 2 2024-07-27T18:27:37.065 INFO:tasks.rados.rados.0.smithi029.stdout:2159: writing smithi02985406-42 from 13393920 to 13836288 tid 3 2024-07-27T18:27:37.065 INFO:tasks.rados.rados.0.smithi029.stdout:2159: writing smithi02985406-42 from 13836288 to 13852672 tid 4 2024-07-27T18:27:37.065 INFO:tasks.rados.rados.0.smithi029.stdout:2160: snap_create 2024-07-27T18:27:37.065 INFO:tasks.rados.rados.0.smithi029.stdout:2159: finishing write tid 1 to smithi02985406-42 2024-07-27T18:27:37.067 INFO:tasks.rados.rados.0.smithi029.stdout:2159: finishing write tid 2 to smithi02985406-42 2024-07-27T18:27:37.068 INFO:tasks.rados.rados.0.smithi029.stdout:2159: finishing write tid 3 to smithi02985406-42 2024-07-27T18:27:37.068 INFO:tasks.rados.rados.0.smithi029.stdout:2159: finishing write tid 4 to smithi02985406-42 2024-07-27T18:27:37.068 INFO:tasks.rados.rados.0.smithi029.stdout:2159: finishing write tid 5 to smithi02985406-42 2024-07-27T18:27:37.069 INFO:tasks.rados.rados.0.smithi029.stdout:2159: finishing write tid 6 to smithi02985406-42 2024-07-27T18:27:37.069 INFO:tasks.rados.rados.0.smithi029.stdout:2159: oid 42 updating version 0 to 1257 2024-07-27T18:27:37.070 INFO:tasks.rados.rados.0.smithi029.stdout:2159: oid 42 version 1257 is already newer than 1256 2024-07-27T18:27:37.070 INFO:tasks.rados.rados.0.smithi029.stdout:2159: oid 42 version 1257 is already newer than 1255 2024-07-27T18:27:37.070 INFO:tasks.rados.rados.0.smithi029.stdout:2159: oid 42 version 1257 is already newer than 1253 2024-07-27T18:27:37.070 INFO:tasks.rados.rados.0.smithi029.stdout:2159: oid 42 version 1257 is already newer than 1254 2024-07-27T18:27:37.070 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 1257 (ObjNum 682 snap 203 seq_num 682) dirty exists 2024-07-27T18:27:37.070 INFO:tasks.rados.rados.0.smithi029.stdout:2159: left oid 42 (ObjNum 682 snap 203 seq_num 682) 2024-07-27T18:27:37.323 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:37 smithi179 systemd[1]: Stopping Ceph osd.6 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:27:37.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:37 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[51040]: 2024-07-27T18:27:37.320+0000 7f852c4f4640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:27:37.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:37 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[51040]: 2024-07-27T18:27:37.320+0000 7f852c4f4640 -1 osd.6 490 *** Got signal Terminated *** 2024-07-27T18:27:37.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:37 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[51040]: 2024-07-27T18:27:37.320+0000 7f852c4f4640 -1 osd.6 490 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T18:27:37.992 INFO:tasks.rados.rados.0.smithi029.stdout:2159: done (1 left) 2024-07-27T18:27:37.992 INFO:tasks.rados.rados.0.smithi029.stdout:2160: done (0 left) 2024-07-27T18:27:37.992 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 204 2024-07-27T18:27:37.992 INFO:tasks.rados.rados.0.smithi029.stdout:2161: seq_num 683 ranges {0=647168,647168=630784,1277952=573440} 2024-07-27T18:27:37.996 INFO:tasks.rados.rados.0.smithi029.stdout:2161: writing smithi02985406-18 from 0 to 647168 tid 1 2024-07-27T18:27:38.001 INFO:tasks.rados.rados.0.smithi029.stdout:2161: writing smithi02985406-18 from 647168 to 1277952 tid 2 2024-07-27T18:27:38.006 INFO:tasks.rados.rados.0.smithi029.stdout:2161: writing smithi02985406-18 from 1277952 to 1851392 tid 3 2024-07-27T18:27:38.006 INFO:tasks.rados.rados.0.smithi029.stdout:2162: snap_create 2024-07-27T18:27:38.006 INFO:tasks.rados.rados.0.smithi029.stdout:2161: finishing write tid 1 to smithi02985406-18 2024-07-27T18:27:38.006 INFO:tasks.rados.rados.0.smithi029.stdout:2161: finishing write tid 2 to smithi02985406-18 2024-07-27T18:27:38.008 INFO:tasks.rados.rados.0.smithi029.stdout:2161: finishing write tid 3 to smithi02985406-18 2024-07-27T18:27:38.009 INFO:tasks.rados.rados.0.smithi029.stdout:2161: finishing write tid 4 to smithi02985406-18 2024-07-27T18:27:38.011 INFO:tasks.rados.rados.0.smithi029.stdout:2161: finishing write tid 5 to smithi02985406-18 2024-07-27T18:27:38.011 INFO:tasks.rados.rados.0.smithi029.stdout:2161: oid 18 updating version 0 to 1364 2024-07-27T18:27:38.011 INFO:tasks.rados.rados.0.smithi029.stdout:2161: oid 18 updating version 1364 to 1366 2024-07-27T18:27:38.011 INFO:tasks.rados.rados.0.smithi029.stdout:2161: oid 18 version 1366 is already newer than 1365 2024-07-27T18:27:38.011 INFO:tasks.rados.rados.0.smithi029.stdout:2161: oid 18 updating version 1366 to 1367 2024-07-27T18:27:38.011 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 1367 (ObjNum 683 snap 204 seq_num 683) dirty exists 2024-07-27T18:27:38.011 INFO:tasks.rados.rados.0.smithi029.stdout:2161: left oid 18 (ObjNum 683 snap 204 seq_num 683) 2024-07-27T18:27:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:37 smithi029 ceph-mon[99353]: pgmap v397: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.5 MiB/s wr, 23 op/s 2024-07-27T18:27:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:37 smithi029 ceph-mon[99353]: osdmap e490: 8 total, 8 up, 8 in 2024-07-27T18:27:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:37 smithi029 ceph-mon[99353]: osd.6 marked itself down and dead 2024-07-27T18:27:38.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:37 smithi029 ceph-mon[96870]: pgmap v397: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.5 MiB/s wr, 23 op/s 2024-07-27T18:27:38.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:37 smithi029 ceph-mon[96870]: osdmap e490: 8 total, 8 up, 8 in 2024-07-27T18:27:38.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:37 smithi029 ceph-mon[96870]: osd.6 marked itself down and dead 2024-07-27T18:27:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:37 smithi179 ceph-mon[89801]: pgmap v397: 121 pgs: 121 active+clean; 264 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.5 MiB/s wr, 23 op/s 2024-07-27T18:27:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:37 smithi179 ceph-mon[89801]: osdmap e490: 8 total, 8 up, 8 in 2024-07-27T18:27:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:37 smithi179 ceph-mon[89801]: osd.6 marked itself down and dead 2024-07-27T18:27:38.913 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:38 smithi179 podman[105120]: 2024-07-27 18:27:38.497041876 +0000 UTC m=+1.305160875 container died 2ac3f2848784545e5a871fd5f1cd9c044e9799b5420a6b68a00a0c185aa27a32 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-a3bbd72, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:27:38.994 INFO:tasks.rados.rados.0.smithi029.stdout:2161: done (1 left) 2024-07-27T18:27:38.994 INFO:tasks.rados.rados.0.smithi029.stdout:2162: done (0 left) 2024-07-27T18:27:38.994 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 205 2024-07-27T18:27:38.994 INFO:tasks.rados.rados.0.smithi029.stdout:2163: seq_num 684 ranges {4161536=663552,4825088=507904,5332992=409600,5742592=286720} 2024-07-27T18:27:39.021 INFO:tasks.rados.rados.0.smithi029.stdout:2163: writing smithi02985406-17 from 4161536 to 4825088 tid 1 2024-07-27T18:27:39.024 INFO:tasks.rados.rados.0.smithi029.stdout:2163: writing smithi02985406-17 from 4825088 to 5332992 tid 2 2024-07-27T18:27:39.026 INFO:tasks.rados.rados.0.smithi029.stdout:2163: writing smithi02985406-17 from 5332992 to 5742592 tid 3 2024-07-27T18:27:39.028 INFO:tasks.rados.rados.0.smithi029.stdout:2163: writing smithi02985406-17 from 5742592 to 6029312 tid 4 2024-07-27T18:27:39.029 INFO:tasks.rados.rados.0.smithi029.stdout:2164: rollback oid 22 current snap is 205 2024-07-27T18:27:39.029 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 22 to 196 2024-07-27T18:27:39.029 INFO:tasks.rados.rados.0.smithi029.stdout:2163: finishing write tid 1 to smithi02985406-17 2024-07-27T18:27:39.029 INFO:tasks.rados.rados.0.smithi029.stdout:2165: delete oid 39 current snap is 205 2024-07-27T18:27:39.029 INFO:tasks.rados.rados.0.smithi029.stdout:2163: finishing write tid 2 to smithi02985406-17 2024-07-27T18:27:39.032 INFO:tasks.rados.rados.0.smithi029.stdout:2165: done (2 left) 2024-07-27T18:27:39.032 INFO:tasks.rados.rados.0.smithi029.stdout:2166: snap_remove snap 190 2024-07-27T18:27:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:39 smithi179 ceph-mon[89801]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:27:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:39 smithi179 ceph-mon[89801]: osdmap e491: 8 total, 7 up, 8 in 2024-07-27T18:27:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:27:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:39 smithi179 ceph-mon[89801]: osdmap e492: 8 total, 7 up, 8 in 2024-07-27T18:27:39.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:39 smithi179 podman[105120]: 2024-07-27 18:27:39.095310697 +0000 UTC m=+1.903429742 container cleanup 2ac3f2848784545e5a871fd5f1cd9c044e9799b5420a6b68a00a0c185aa27a32 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6, GIT_CLEAN=True, RELEASE=reef-a3bbd72, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux ) 2024-07-27T18:27:39.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:39 smithi179 bash[105120]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6 2024-07-27T18:27:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:39 smithi029 ceph-mon[99353]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:27:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:39 smithi029 ceph-mon[99353]: osdmap e491: 8 total, 7 up, 8 in 2024-07-27T18:27:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:27:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:39 smithi029 ceph-mon[99353]: osdmap e492: 8 total, 7 up, 8 in 2024-07-27T18:27:39.506 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:39 smithi029 ceph-mon[96870]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:27:39.506 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:39 smithi029 ceph-mon[96870]: osdmap e491: 8 total, 7 up, 8 in 2024-07-27T18:27:39.506 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:39.506 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:27:39.506 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:39 smithi029 ceph-mon[96870]: osdmap e492: 8 total, 7 up, 8 in 2024-07-27T18:27:39.768 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:39 smithi179 podman[105143]: 2024-07-27 18:27:39.431587169 +0000 UTC m=+0.925801711 container remove 2ac3f2848784545e5a871fd5f1cd9c044e9799b5420a6b68a00a0c185aa27a32 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, RELEASE=reef-a3bbd72, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-07-27T18:27:40.019 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:40 smithi179 ceph-mon[89801]: pgmap v400: 121 pgs: 11 peering, 10 stale+active+clean, 100 active+clean; 269 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 1.5 MiB/s wr, 22 op/s 2024-07-27T18:27:40.020 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:39 smithi179 podman[105235]: 2024-07-27 18:27:39.669443521 +0000 UTC m=+0.017086642 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:27:40.020 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:39 smithi179 podman[105235]: 2024-07-27 18:27:39.773850225 +0000 UTC m=+0.121493347 container create 883fc2caa75ca091426214b60c3f6ce50854dfba1b94d383fc187bcf52bbfbf3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=squid-46c551b) 2024-07-27T18:27:40.024 INFO:tasks.rados.rados.0.smithi029.stdout:2163: finishing write tid 3 to smithi02985406-17 2024-07-27T18:27:40.024 INFO:tasks.rados.rados.0.smithi029.stdout:2164: finishing rollback tid 0 to smithi02985406-22 2024-07-27T18:27:40.024 INFO:tasks.rados.rados.0.smithi029.stdout:2163: finishing write tid 4 to smithi02985406-17 2024-07-27T18:27:40.024 INFO:tasks.rados.rados.0.smithi029.stdout:2164: finishing rollback tid 1 to smithi02985406-22 2024-07-27T18:27:40.024 INFO:tasks.rados.rados.0.smithi029.stdout:2163: finishing write tid 5 to smithi02985406-17 2024-07-27T18:27:40.024 INFO:tasks.rados.rados.0.smithi029.stdout:2164: finishing rollback tid 2 to smithi02985406-22 2024-07-27T18:27:40.024 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 967 (ObjNum 575 snap 170 seq_num 575) dirty exists 2024-07-27T18:27:40.024 INFO:tasks.rados.rados.0.smithi029.stdout:2163: finishing write tid 6 to smithi02985406-17 2024-07-27T18:27:40.024 INFO:tasks.rados.rados.0.smithi029.stdout:2163: oid 17 updating version 0 to 1184 2024-07-27T18:27:40.025 INFO:tasks.rados.rados.0.smithi029.stdout:2163: oid 17 updating version 1184 to 1185 2024-07-27T18:27:40.025 INFO:tasks.rados.rados.0.smithi029.stdout:2163: oid 17 updating version 1185 to 1187 2024-07-27T18:27:40.025 INFO:tasks.rados.rados.0.smithi029.stdout:2163: oid 17 version 1187 is already newer than 1183 2024-07-27T18:27:40.025 INFO:tasks.rados.rados.0.smithi029.stdout:2163: oid 17 version 1187 is already newer than 1186 2024-07-27T18:27:40.025 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1187 (ObjNum 684 snap 205 seq_num 684) dirty exists 2024-07-27T18:27:40.025 INFO:tasks.rados.rados.0.smithi029.stdout:2163: left oid 17 (ObjNum 684 snap 205 seq_num 684) 2024-07-27T18:27:40.025 INFO:tasks.rados.rados.0.smithi029.stdout:2163: done (2 left) 2024-07-27T18:27:40.025 INFO:tasks.rados.rados.0.smithi029.stdout:2164: done (1 left) 2024-07-27T18:27:40.025 INFO:tasks.rados.rados.0.smithi029.stdout:2166: done (0 left) 2024-07-27T18:27:40.025 INFO:tasks.rados.rados.0.smithi029.stdout:2167: snap_create 2024-07-27T18:27:40.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:40 smithi179 podman[105235]: 2024-07-27 18:27:40.018370518 +0000 UTC m=+0.366013651 container init 883fc2caa75ca091426214b60c3f6ce50854dfba1b94d383fc187bcf52bbfbf3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:27:40.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:40 smithi179 podman[105235]: 2024-07-27 18:27:40.024807444 +0000 UTC m=+0.372450574 container start 883fc2caa75ca091426214b60c3f6ce50854dfba1b94d383fc187bcf52bbfbf3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, RELEASE=squid-46c551b, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-07-27T18:27:40.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:40 smithi179 podman[105235]: 2024-07-27 18:27:40.126619293 +0000 UTC m=+0.474262425 container attach 883fc2caa75ca091426214b60c3f6ce50854dfba1b94d383fc187bcf52bbfbf3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-deactivate, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b) 2024-07-27T18:27:40.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:40 smithi179 podman[105235]: 2024-07-27 18:27:40.221657604 +0000 UTC m=+0.569300728 container died 883fc2caa75ca091426214b60c3f6ce50854dfba1b94d383fc187bcf52bbfbf3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-deactivate, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-07-27T18:27:40.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:40 smithi029 ceph-mon[99353]: pgmap v400: 121 pgs: 11 peering, 10 stale+active+clean, 100 active+clean; 269 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 1.5 MiB/s wr, 22 op/s 2024-07-27T18:27:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:40 smithi029 ceph-mon[96870]: pgmap v400: 121 pgs: 11 peering, 10 stale+active+clean, 100 active+clean; 269 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 1.5 MiB/s wr, 22 op/s 2024-07-27T18:27:41.030 INFO:tasks.rados.rados.0.smithi029.stdout:2167: done (0 left) 2024-07-27T18:27:41.030 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 206 2024-07-27T18:27:41.030 INFO:tasks.rados.rados.0.smithi029.stdout:2168: seq_num 686 ranges {3801088=696320,4497408=729088,5226496=425984,5652480=49152} 2024-07-27T18:27:41.054 INFO:tasks.rados.rados.0.smithi029.stdout:2168: writing smithi02985406-10 from 3801088 to 4497408 tid 1 2024-07-27T18:27:41.058 INFO:tasks.rados.rados.0.smithi029.stdout:2168: writing smithi02985406-10 from 4497408 to 5226496 tid 2 2024-07-27T18:27:41.061 INFO:tasks.rados.rados.0.smithi029.stdout:2168: writing smithi02985406-10 from 5226496 to 5652480 tid 3 2024-07-27T18:27:41.061 INFO:tasks.rados.rados.0.smithi029.stdout:2168: writing smithi02985406-10 from 5652480 to 5701632 tid 4 2024-07-27T18:27:41.062 INFO:tasks.rados.rados.0.smithi029.stdout:2169: snap_create 2024-07-27T18:27:41.062 INFO:tasks.rados.rados.0.smithi029.stdout:2168: finishing write tid 1 to smithi02985406-10 2024-07-27T18:27:41.066 INFO:tasks.rados.rados.0.smithi029.stdout:2168: finishing write tid 2 to smithi02985406-10 2024-07-27T18:27:41.066 INFO:tasks.rados.rados.0.smithi029.stdout:2168: finishing write tid 3 to smithi02985406-10 2024-07-27T18:27:41.067 INFO:tasks.rados.rados.0.smithi029.stdout:2168: finishing write tid 4 to smithi02985406-10 2024-07-27T18:27:41.068 INFO:tasks.rados.rados.0.smithi029.stdout:2168: finishing write tid 5 to smithi02985406-10 2024-07-27T18:27:41.069 INFO:tasks.rados.rados.0.smithi029.stdout:2168: finishing write tid 6 to smithi02985406-10 2024-07-27T18:27:41.069 INFO:tasks.rados.rados.0.smithi029.stdout:2168: oid 10 updating version 0 to 1271 2024-07-27T18:27:41.069 INFO:tasks.rados.rados.0.smithi029.stdout:2168: oid 10 updating version 1271 to 1274 2024-07-27T18:27:41.069 INFO:tasks.rados.rados.0.smithi029.stdout:2168: oid 10 version 1274 is already newer than 1273 2024-07-27T18:27:41.069 INFO:tasks.rados.rados.0.smithi029.stdout:2168: oid 10 version 1274 is already newer than 1272 2024-07-27T18:27:41.069 INFO:tasks.rados.rados.0.smithi029.stdout:2168: oid 10 updating version 1274 to 1275 2024-07-27T18:27:41.069 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1275 (ObjNum 686 snap 206 seq_num 686) dirty exists 2024-07-27T18:27:41.069 INFO:tasks.rados.rados.0.smithi029.stdout:2168: left oid 10 (ObjNum 686 snap 206 seq_num 686) 2024-07-27T18:27:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:41 smithi179 ceph-mon[89801]: osdmap e493: 8 total, 7 up, 8 in 2024-07-27T18:27:41.163 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:40 smithi179 podman[105279]: 2024-07-27 18:27:40.789331249 +0000 UTC m=+0.562217374 container remove 883fc2caa75ca091426214b60c3f6ce50854dfba1b94d383fc187bcf52bbfbf3 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-deactivate, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:27:41.163 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:40 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.6.service: Deactivated successfully. 2024-07-27T18:27:41.163 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:40 smithi179 systemd[1]: Stopped Ceph osd.6 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:27:41.163 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:40 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.6.service: Consumed 12.363s CPU time. 2024-07-27T18:27:41.164 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 systemd[1]: Starting Ceph osd.6 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:27:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:41 smithi029 ceph-mon[96870]: osdmap e493: 8 total, 7 up, 8 in 2024-07-27T18:27:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:41 smithi029 ceph-mon[99353]: osdmap e493: 8 total, 7 up, 8 in 2024-07-27T18:27:41.553 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 podman[105384]: 2024-07-27 18:27:41.135020751 +0000 UTC m=+0.017395789 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:27:41.553 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 podman[105384]: 2024-07-27 18:27:41.265554831 +0000 UTC m=+0.147929861 container create 873da57d3cd443f3145a6924516f267444a5a03986fb4c718936247321422468 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, GIT_CLEAN=True, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:27:41.553 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 podman[105384]: 2024-07-27 18:27:41.476857194 +0000 UTC m=+0.359232225 container init 873da57d3cd443f3145a6924516f267444a5a03986fb4c718936247321422468 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate, GIT_CLEAN=True, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-07-27T18:27:41.553 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 podman[105384]: 2024-07-27 18:27:41.481714276 +0000 UTC m=+0.364089319 container start 873da57d3cd443f3145a6924516f267444a5a03986fb4c718936247321422468 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-07-27T18:27:41.553 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 podman[105384]: 2024-07-27 18:27:41.551691732 +0000 UTC m=+0.434066780 container attach 873da57d3cd443f3145a6924516f267444a5a03986fb4c718936247321422468 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b) 2024-07-27T18:27:41.813 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate[105400]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:27:41.813 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 bash[105384]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:27:41.813 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate[105400]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:27:41.813 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 bash[105384]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:27:41.813 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate[105400]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-07-27T18:27:41.813 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 bash[105384]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-07-27T18:27:41.991 INFO:tasks.rados.rados.0.smithi029.stdout:2168: done (1 left) 2024-07-27T18:27:41.991 INFO:tasks.rados.rados.0.smithi029.stdout:2169: done (0 left) 2024-07-27T18:27:41.991 INFO:tasks.rados.rados.0.smithi029.stdout:2170: rollback oid 27 current snap is 207 2024-07-27T18:27:41.991 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 27 to 204 2024-07-27T18:27:41.991 INFO:tasks.rados.rados.0.smithi029.stdout:2171: delete oid 39 current snap is 207 2024-07-27T18:27:41.997 INFO:tasks.rados.rados.0.smithi029.stdout:2171: done (1 left) 2024-07-27T18:27:41.998 INFO:tasks.rados.rados.0.smithi029.stdout:2172: rollback oid 5 current snap is 207 2024-07-27T18:27:41.998 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 5 to 196 2024-07-27T18:27:41.998 INFO:tasks.rados.rados.0.smithi029.stdout:2173: copy_from oid 6 from oid 24 current snap is 207 2024-07-27T18:27:41.999 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 207 2024-07-27T18:27:41.999 INFO:tasks.rados.rados.0.smithi029.stdout:2174: seq_num 688 ranges {6029312=729088,6758400=499712,7258112=704512} 2024-07-27T18:27:42.034 INFO:tasks.rados.rados.0.smithi029.stdout:2174: writing smithi02985406-17 from 6029312 to 6758400 tid 1 2024-07-27T18:27:42.037 INFO:tasks.rados.rados.0.smithi029.stdout:2174: writing smithi02985406-17 from 6758400 to 7258112 tid 2 2024-07-27T18:27:42.042 INFO:tasks.rados.rados.0.smithi029.stdout:2174: writing smithi02985406-17 from 7258112 to 7962624 tid 3 2024-07-27T18:27:42.042 INFO:tasks.rados.rados.0.smithi029.stdout:2175: snap_create 2024-07-27T18:27:42.043 INFO:tasks.rados.rados.0.smithi029.stdout:2170: finishing rollback tid 0 to smithi02985406-27 2024-07-27T18:27:42.043 INFO:tasks.rados.rados.0.smithi029.stdout:2170: finishing rollback tid 1 to smithi02985406-27 2024-07-27T18:27:42.043 INFO:tasks.rados.rados.0.smithi029.stdout:2170: finishing rollback tid 2 to smithi02985406-27 2024-07-27T18:27:42.043 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1440 (ObjNum 669 snap 201 seq_num 669) dirty exists 2024-07-27T18:27:42.043 INFO:tasks.rados.rados.0.smithi029.stdout:2173: finishing copy_from to smithi02985406-6 2024-07-27T18:27:42.043 INFO:tasks.rados.rados.0.smithi029.stdout:2173: got expected ENOENT (src dne) 2024-07-27T18:27:42.043 INFO:tasks.rados.rados.0.smithi029.stdout:2173: finishing copy_from racing read to smithi02985406-6 2024-07-27T18:27:42.043 INFO:tasks.rados.rados.0.smithi029.stdout:2172: finishing rollback tid 0 to smithi02985406-5 2024-07-27T18:27:42.043 INFO:tasks.rados.rados.0.smithi029.stdout:2172: finishing rollback tid 1 to smithi02985406-5 2024-07-27T18:27:42.043 INFO:tasks.rados.rados.0.smithi029.stdout:2172: finishing rollback tid 2 to smithi02985406-5 2024-07-27T18:27:42.043 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1444 (ObjNum 593 snap 178 seq_num 593) dirty exists 2024-07-27T18:27:42.044 INFO:tasks.rados.rados.0.smithi029.stdout:2174: finishing write tid 1 to smithi02985406-17 2024-07-27T18:27:42.044 INFO:tasks.rados.rados.0.smithi029.stdout:2174: finishing write tid 2 to smithi02985406-17 2024-07-27T18:27:42.045 INFO:tasks.rados.rados.0.smithi029.stdout:2174: finishing write tid 3 to smithi02985406-17 2024-07-27T18:27:42.045 INFO:tasks.rados.rados.0.smithi029.stdout:2174: finishing write tid 4 to smithi02985406-17 2024-07-27T18:27:42.046 INFO:tasks.rados.rados.0.smithi029.stdout:2174: finishing write tid 5 to smithi02985406-17 2024-07-27T18:27:42.046 INFO:tasks.rados.rados.0.smithi029.stdout:2174: oid 17 updating version 0 to 1189 2024-07-27T18:27:42.046 INFO:tasks.rados.rados.0.smithi029.stdout:2174: oid 17 updating version 1189 to 1190 2024-07-27T18:27:42.046 INFO:tasks.rados.rados.0.smithi029.stdout:2174: oid 17 version 1190 is already newer than 1188 2024-07-27T18:27:42.046 INFO:tasks.rados.rados.0.smithi029.stdout:2174: oid 17 updating version 1190 to 1191 2024-07-27T18:27:42.046 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1191 (ObjNum 688 snap 207 seq_num 688) dirty exists 2024-07-27T18:27:42.046 INFO:tasks.rados.rados.0.smithi029.stdout:2174: left oid 17 (ObjNum 688 snap 207 seq_num 688) 2024-07-27T18:27:42.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:42 smithi179 ceph-mon[89801]: pgmap v403: 121 pgs: 14 active+undersized, 11 peering, 1 stale+active+clean, 6 active+undersized+degraded, 89 active+clean; 277 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 2.9 MiB/s wr, 19 op/s; 29/495 objects degraded (5.859%) 2024-07-27T18:27:42.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:42 smithi179 ceph-mon[89801]: Health check failed: Degraded data redundancy: 29/495 objects degraded (5.859%), 6 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:42.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:42 smithi179 ceph-mon[89801]: osdmap e494: 8 total, 7 up, 8 in 2024-07-27T18:27:42.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:42 smithi179 ceph-mon[89801]: osdmap e495: 8 total, 7 up, 8 in 2024-07-27T18:27:42.166 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate[105400]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-07-27T18:27:42.166 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 bash[105384]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-07-27T18:27:42.166 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate[105400]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-07-27T18:27:42.167 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 bash[105384]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-07-27T18:27:42.167 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate[105400]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-07-27T18:27:42.167 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 bash[105384]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-07-27T18:27:42.167 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate[105400]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-07-27T18:27:42.167 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 bash[105384]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-07-27T18:27:42.167 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate[105400]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-07-27T18:27:42.167 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 bash[105384]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-07-27T18:27:42.167 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate[105400]: --> ceph-volume raw activate successful for osd ID: 6 2024-07-27T18:27:42.167 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 bash[105384]: --> ceph-volume raw activate successful for osd ID: 6 2024-07-27T18:27:42.167 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:41 smithi179 podman[105384]: 2024-07-27 18:27:41.859530208 +0000 UTC m=+0.741905242 container died 873da57d3cd443f3145a6924516f267444a5a03986fb4c718936247321422468 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b, ceph=True, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0) 2024-07-27T18:27:42.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:42 smithi029 ceph-mon[96870]: pgmap v403: 121 pgs: 14 active+undersized, 11 peering, 1 stale+active+clean, 6 active+undersized+degraded, 89 active+clean; 277 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 2.9 MiB/s wr, 19 op/s; 29/495 objects degraded (5.859%) 2024-07-27T18:27:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:42 smithi029 ceph-mon[96870]: Health check failed: Degraded data redundancy: 29/495 objects degraded (5.859%), 6 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:42 smithi029 ceph-mon[96870]: osdmap e494: 8 total, 7 up, 8 in 2024-07-27T18:27:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:42 smithi029 ceph-mon[96870]: osdmap e495: 8 total, 7 up, 8 in 2024-07-27T18:27:42.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:42 smithi029 ceph-mon[99353]: pgmap v403: 121 pgs: 14 active+undersized, 11 peering, 1 stale+active+clean, 6 active+undersized+degraded, 89 active+clean; 277 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 2.9 MiB/s wr, 19 op/s; 29/495 objects degraded (5.859%) 2024-07-27T18:27:42.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:42 smithi029 ceph-mon[99353]: Health check failed: Degraded data redundancy: 29/495 objects degraded (5.859%), 6 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:42.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:42 smithi029 ceph-mon[99353]: osdmap e494: 8 total, 7 up, 8 in 2024-07-27T18:27:42.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:42 smithi029 ceph-mon[99353]: osdmap e495: 8 total, 7 up, 8 in 2024-07-27T18:27:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:27:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:27:42] "GET /metrics HTTP/1.1" 200 36280 "" "Prometheus/2.43.0" 2024-07-27T18:27:42.866 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:42 smithi179 podman[105554]: 2024-07-27 18:27:42.52876632 +0000 UTC m=+0.663909637 container remove 873da57d3cd443f3145a6924516f267444a5a03986fb4c718936247321422468 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-activate, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.36.0) 2024-07-27T18:27:42.866 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:42 smithi179 podman[105621]: 2024-07-27 18:27:42.645327975 +0000 UTC m=+0.017224458 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:27:42.866 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:42 smithi179 podman[105621]: 2024-07-27 18:27:42.74640644 +0000 UTC m=+0.118302901 container create 6b7047a2e7168cf27b1b0a023a3ebf975ba1c5c24fced673452aeb83ee29107c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-07-27T18:27:43.036 INFO:tasks.rados.rados.0.smithi029.stdout:2170: done (4 left) 2024-07-27T18:27:43.036 INFO:tasks.rados.rados.0.smithi029.stdout:2172: done (3 left) 2024-07-27T18:27:43.036 INFO:tasks.rados.rados.0.smithi029.stdout:2173: done (2 left) 2024-07-27T18:27:43.036 INFO:tasks.rados.rados.0.smithi029.stdout:2174: done (1 left) 2024-07-27T18:27:43.036 INFO:tasks.rados.rados.0.smithi029.stdout:2175: done (0 left) 2024-07-27T18:27:43.036 INFO:tasks.rados.rados.0.smithi029.stdout:2176: snap_remove snap 191 2024-07-27T18:27:43.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:42 smithi179 podman[105621]: 2024-07-27 18:27:42.94893324 +0000 UTC m=+0.320829717 container init 6b7047a2e7168cf27b1b0a023a3ebf975ba1c5c24fced673452aeb83ee29107c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:27:43.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:42 smithi179 podman[105621]: 2024-07-27 18:27:42.954005801 +0000 UTC m=+0.325902260 container start 6b7047a2e7168cf27b1b0a023a3ebf975ba1c5c24fced673452aeb83ee29107c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=squid-46c551b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-07-27T18:27:43.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:42 smithi179 ceph-osd[105659]: -- 172.21.15.179:0/1655175059 <== mon.1 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5652d6f87a40 con 0x5652d7d4a000 2024-07-27T18:27:43.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:43 smithi179 bash[105621]: 6b7047a2e7168cf27b1b0a023a3ebf975ba1c5c24fced673452aeb83ee29107c 2024-07-27T18:27:43.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:43 smithi179 systemd[1]: Started Ceph osd.6 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:27:43.855 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:43 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T18:27:43.502+0000 7f8027a9c640 -1 Falling back to public interface 2024-07-27T18:27:44.039 INFO:tasks.rados.rados.0.smithi029.stdout:2176: done (0 left) 2024-07-27T18:27:44.039 INFO:tasks.rados.rados.0.smithi029.stdout:2177: read oid 42 snap 205 2024-07-27T18:27:44.039 INFO:tasks.rados.rados.0.smithi029.stdout:2177: expect (ObjNum 682 snap 203 seq_num 682) 2024-07-27T18:27:44.039 INFO:tasks.rados.rados.0.smithi029.stdout:2178: read oid 50 snap -1 2024-07-27T18:27:44.039 INFO:tasks.rados.rados.0.smithi029.stdout:2178: expect deleted 2024-07-27T18:27:44.039 INFO:tasks.rados.rados.0.smithi029.stdout:2179: copy_from oid 30 from oid 8 current snap is 208 2024-07-27T18:27:44.039 INFO:tasks.rados.rados.0.smithi029.stdout:2180: snap_remove snap 207 2024-07-27T18:27:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:44 smithi179 ceph-mon[89801]: pgmap v406: 121 pgs: 24 active+undersized, 11 peering, 7 active+undersized+degraded, 79 active+clean; 269 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.6 MiB/s wr, 13 op/s; 33/495 objects degraded (6.667%) 2024-07-27T18:27:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:44 smithi179 ceph-mon[89801]: osdmap e496: 8 total, 7 up, 8 in 2024-07-27T18:27:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:44 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:44 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:27:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:44 smithi029 ceph-mon[96870]: pgmap v406: 121 pgs: 24 active+undersized, 11 peering, 7 active+undersized+degraded, 79 active+clean; 269 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.6 MiB/s wr, 13 op/s; 33/495 objects degraded (6.667%) 2024-07-27T18:27:44.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:44 smithi029 ceph-mon[96870]: osdmap e496: 8 total, 7 up, 8 in 2024-07-27T18:27:44.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:44 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:44.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:44 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:44.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:27:44.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:44 smithi029 ceph-mon[99353]: pgmap v406: 121 pgs: 24 active+undersized, 11 peering, 7 active+undersized+degraded, 79 active+clean; 269 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.6 MiB/s wr, 13 op/s; 33/495 objects degraded (6.667%) 2024-07-27T18:27:44.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:44 smithi029 ceph-mon[99353]: osdmap e496: 8 total, 7 up, 8 in 2024-07-27T18:27:44.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:44 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:44.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:44 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:44.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:27:45.049 INFO:tasks.rados.rados.0.smithi029.stdout:2180: done (3 left) 2024-07-27T18:27:45.049 INFO:tasks.rados.rados.0.smithi029.stdout:2181: snap_create 2024-07-27T18:27:45.049 INFO:tasks.rados.rados.0.smithi029.stdout:2179: finishing copy_from racing read to smithi02985406-30 2024-07-27T18:27:45.049 INFO:tasks.rados.rados.0.smithi029.stdout:2179: finishing copy_from to smithi02985406-30 2024-07-27T18:27:45.049 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1337 (ObjNum 622 snap 187 seq_num 622) dirty exists 2024-07-27T18:27:45.049 INFO:tasks.rados.rados.0.smithi029.stdout:2177: expect (ObjNum 682 snap 203 seq_num 682) 2024-07-27T18:27:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:45 smithi179 ceph-mon[89801]: osdmap e497: 8 total, 7 up, 8 in 2024-07-27T18:27:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:45 smithi029 ceph-mon[96870]: osdmap e497: 8 total, 7 up, 8 in 2024-07-27T18:27:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:45 smithi029 ceph-mon[99353]: osdmap e497: 8 total, 7 up, 8 in 2024-07-27T18:27:46.291 INFO:tasks.rados.rados.0.smithi029.stdout:2177: done (3 left) 2024-07-27T18:27:46.291 INFO:tasks.rados.rados.0.smithi029.stdout:2178: done (2 left) 2024-07-27T18:27:46.291 INFO:tasks.rados.rados.0.smithi029.stdout:2179: done (1 left) 2024-07-27T18:27:46.292 INFO:tasks.rados.rados.0.smithi029.stdout:2181: done (0 left) 2024-07-27T18:27:46.292 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 209 2024-07-27T18:27:46.292 INFO:tasks.rados.rados.0.smithi029.stdout:2182: seq_num 689 ranges {3497984=745472,4243456=786432,5029888=417792} 2024-07-27T18:27:46.314 INFO:tasks.rados.rados.0.smithi029.stdout:2182: writing smithi02985406-23 from 3497984 to 4243456 tid 1 2024-07-27T18:27:46.319 INFO:tasks.rados.rados.0.smithi029.stdout:2182: writing smithi02985406-23 from 4243456 to 5029888 tid 2 2024-07-27T18:27:46.322 INFO:tasks.rados.rados.0.smithi029.stdout:2182: writing smithi02985406-23 from 5029888 to 5447680 tid 3 2024-07-27T18:27:46.322 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 209 2024-07-27T18:27:46.322 INFO:tasks.rados.rados.0.smithi029.stdout:2182: finishing write tid 1 to smithi02985406-23 2024-07-27T18:27:46.322 INFO:tasks.rados.rados.0.smithi029.stdout:2183: seq_num 690 ranges {6316032=761856,7077888=663552,7741440=409600,8151040=131072} 2024-07-27T18:27:46.360 INFO:tasks.rados.rados.0.smithi029.stdout:2183: writing smithi02985406-35 from 6316032 to 7077888 tid 1 2024-07-27T18:27:46.363 INFO:tasks.rados.rados.0.smithi029.stdout:2183: writing smithi02985406-35 from 7077888 to 7741440 tid 2 2024-07-27T18:27:46.366 INFO:tasks.rados.rados.0.smithi029.stdout:2183: writing smithi02985406-35 from 7741440 to 8151040 tid 3 2024-07-27T18:27:46.367 INFO:tasks.rados.rados.0.smithi029.stdout:2183: writing smithi02985406-35 from 8151040 to 8282112 tid 4 2024-07-27T18:27:46.367 INFO:tasks.rados.rados.0.smithi029.stdout:2184: rollback oid 37 current snap is 209 2024-07-27T18:27:46.367 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 37 to 201 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:2182: finishing write tid 2 to smithi02985406-23 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:2182: finishing write tid 3 to smithi02985406-23 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:2182: finishing write tid 4 to smithi02985406-23 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:2182: finishing write tid 5 to smithi02985406-23 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:2182: oid 23 updating version 0 to 1353 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:2182: oid 23 updating version 1353 to 1354 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:2182: oid 23 version 1354 is already newer than 1352 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:2182: oid 23 updating version 1354 to 1355 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1355 (ObjNum 689 snap 209 seq_num 689) dirty exists 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:2182: left oid 23 (ObjNum 689 snap 209 seq_num 689) 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:2183: finishing write tid 1 to smithi02985406-35 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:2182: done (2 left) 2024-07-27T18:27:46.368 INFO:tasks.rados.rados.0.smithi029.stdout:2185: setattr oid 26 current snap is 209 2024-07-27T18:27:46.369 INFO:tasks.rados.rados.0.smithi029.stdout:2186: read oid 24 snap -1 2024-07-27T18:27:46.369 INFO:tasks.rados.rados.0.smithi029.stdout:2186: expect deleted 2024-07-27T18:27:46.369 INFO:tasks.rados.rados.0.smithi029.stdout:2187: snap_remove snap 203 2024-07-27T18:27:46.410 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:46 smithi179 ceph-mon[89801]: pgmap v409: 121 pgs: 1 active+clean+snaptrim, 33 active+undersized, 9 active+undersized+degraded, 78 active+clean; 269 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 920 KiB/s wr, 4 op/s; 37/495 objects degraded (7.475%) 2024-07-27T18:27:46.410 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:46 smithi179 ceph-mon[89801]: osdmap e498: 8 total, 7 up, 8 in 2024-07-27T18:27:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:46 smithi029 ceph-mon[96870]: pgmap v409: 121 pgs: 1 active+clean+snaptrim, 33 active+undersized, 9 active+undersized+degraded, 78 active+clean; 269 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 920 KiB/s wr, 4 op/s; 37/495 objects degraded (7.475%) 2024-07-27T18:27:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:46 smithi029 ceph-mon[96870]: osdmap e498: 8 total, 7 up, 8 in 2024-07-27T18:27:46.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:46 smithi029 ceph-mon[99353]: pgmap v409: 121 pgs: 1 active+clean+snaptrim, 33 active+undersized, 9 active+undersized+degraded, 78 active+clean; 269 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 920 KiB/s wr, 4 op/s; 37/495 objects degraded (7.475%) 2024-07-27T18:27:46.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:46 smithi029 ceph-mon[99353]: osdmap e498: 8 total, 7 up, 8 in 2024-07-27T18:27:46.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:46 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T18:27:46.407+0000 7f8027a9c640 -1 osd.6 490 log_to_monitors true 2024-07-27T18:27:47.062 INFO:tasks.rados.rados.0.smithi029.stdout:2183: finishing write tid 2 to smithi02985406-35 2024-07-27T18:27:47.062 INFO:tasks.rados.rados.0.smithi029.stdout:2183: finishing write tid 3 to smithi02985406-35 2024-07-27T18:27:47.062 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 610 (ObjNum 4113 snap 0 seq_num 368135808) dirty exists 2024-07-27T18:27:47.062 INFO:tasks.rados.rados.0.smithi029.stdout:2184: finishing rollback tid 0 to smithi02985406-37 2024-07-27T18:27:47.062 INFO:tasks.rados.rados.0.smithi029.stdout:2184: finishing rollback tid 1 to smithi02985406-37 2024-07-27T18:27:47.062 INFO:tasks.rados.rados.0.smithi029.stdout:2184: finishing rollback tid 2 to smithi02985406-37 2024-07-27T18:27:47.062 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1278 (ObjNum 659 snap 199 seq_num 659) dirty exists 2024-07-27T18:27:47.062 INFO:tasks.rados.rados.0.smithi029.stdout:2183: finishing write tid 4 to smithi02985406-35 2024-07-27T18:27:47.062 INFO:tasks.rados.rados.0.smithi029.stdout:2183: finishing write tid 5 to smithi02985406-35 2024-07-27T18:27:47.062 INFO:tasks.rados.rados.0.smithi029.stdout:2183: finishing write tid 6 to smithi02985406-35 2024-07-27T18:27:47.062 INFO:tasks.rados.rados.0.smithi029.stdout:2183: oid 35 updating version 0 to 972 2024-07-27T18:27:47.063 INFO:tasks.rados.rados.0.smithi029.stdout:2183: oid 35 version 972 is already newer than 970 2024-07-27T18:27:47.063 INFO:tasks.rados.rados.0.smithi029.stdout:2183: oid 35 version 972 is already newer than 971 2024-07-27T18:27:47.063 INFO:tasks.rados.rados.0.smithi029.stdout:2183: oid 35 version 972 is already newer than 969 2024-07-27T18:27:47.063 INFO:tasks.rados.rados.0.smithi029.stdout:2183: oid 35 version 972 is already newer than 968 2024-07-27T18:27:47.063 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 972 (ObjNum 690 snap 209 seq_num 690) dirty exists 2024-07-27T18:27:47.063 INFO:tasks.rados.rados.0.smithi029.stdout:2183: left oid 35 (ObjNum 690 snap 209 seq_num 690) 2024-07-27T18:27:47.063 INFO:tasks.rados.rados.0.smithi029.stdout:2183: done (4 left) 2024-07-27T18:27:47.063 INFO:tasks.rados.rados.0.smithi029.stdout:2184: done (3 left) 2024-07-27T18:27:47.063 INFO:tasks.rados.rados.0.smithi029.stdout:2185: done (2 left) 2024-07-27T18:27:47.063 INFO:tasks.rados.rados.0.smithi029.stdout:2186: done (1 left) 2024-07-27T18:27:47.063 INFO:tasks.rados.rados.0.smithi029.stdout:2187: done (0 left) 2024-07-27T18:27:47.063 INFO:tasks.rados.rados.0.smithi029.stdout:2188: delete oid 50 current snap is 209 2024-07-27T18:27:47.065 INFO:tasks.rados.rados.0.smithi029.stdout:2188: done (0 left) 2024-07-27T18:27:47.065 INFO:tasks.rados.rados.0.smithi029.stdout:2189: snap_create 2024-07-27T18:27:47.321 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:47 smithi179 ceph-mon[89801]: osdmap e499: 8 total, 7 up, 8 in 2024-07-27T18:27:47.321 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:47 smithi179 ceph-mon[89801]: from='osd.6 [v2:172.21.15.179:6816/405498415,v1:172.21.15.179:6817/405498415]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-07-27T18:27:47.321 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:47 smithi179 ceph-mon[89801]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-07-27T18:27:47.321 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:47 smithi179 ceph-mon[89801]: Health check update: Degraded data redundancy: 37/495 objects degraded (7.475%), 9 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:47 smithi029 ceph-mon[96870]: osdmap e499: 8 total, 7 up, 8 in 2024-07-27T18:27:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:47 smithi029 ceph-mon[96870]: from='osd.6 [v2:172.21.15.179:6816/405498415,v1:172.21.15.179:6817/405498415]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-07-27T18:27:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:47 smithi029 ceph-mon[96870]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-07-27T18:27:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:47 smithi029 ceph-mon[96870]: Health check update: Degraded data redundancy: 37/495 objects degraded (7.475%), 9 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:47 smithi029 ceph-mon[99353]: osdmap e499: 8 total, 7 up, 8 in 2024-07-27T18:27:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:47 smithi029 ceph-mon[99353]: from='osd.6 [v2:172.21.15.179:6816/405498415,v1:172.21.15.179:6817/405498415]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-07-27T18:27:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:47 smithi029 ceph-mon[99353]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-07-27T18:27:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:47 smithi029 ceph-mon[99353]: Health check update: Degraded data redundancy: 37/495 objects degraded (7.475%), 9 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:47.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:27:47 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T18:27:47.509+0000 7f801b83f640 -1 osd.6 490 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:27:48.064 INFO:tasks.rados.rados.0.smithi029.stdout:2189: done (0 left) 2024-07-27T18:27:48.064 INFO:tasks.rados.rados.0.smithi029.stdout:2190: read oid 15 snap 209 2024-07-27T18:27:48.065 INFO:tasks.rados.rados.0.smithi029.stdout:2190: expect deleted 2024-07-27T18:27:48.065 INFO:tasks.rados.rados.0.smithi029.stdout:2191: setattr oid 3 current snap is 210 2024-07-27T18:27:48.068 INFO:tasks.rados.rados.0.smithi029.stdout:2192: snap_remove snap 206 2024-07-27T18:27:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:48 smithi179 ceph-mon[89801]: pgmap v412: 121 pgs: 1 active+clean+snaptrim, 33 active+undersized, 9 active+undersized+degraded, 78 active+clean; 271 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 936 KiB/s wr, 3 op/s; 37/495 objects degraded (7.475%) 2024-07-27T18:27:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:48 smithi179 ceph-mon[89801]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-07-27T18:27:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:48 smithi179 ceph-mon[89801]: from='osd.6 [v2:172.21.15.179:6816/405498415,v1:172.21.15.179:6817/405498415]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:27:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:48 smithi179 ceph-mon[89801]: osdmap e500: 8 total, 7 up, 8 in 2024-07-27T18:27:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:48 smithi179 ceph-mon[89801]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:27:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:48 smithi179 ceph-mon[89801]: from='osd.6 ' entity='osd.6' 2024-07-27T18:27:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:48 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:48 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[96870]: pgmap v412: 121 pgs: 1 active+clean+snaptrim, 33 active+undersized, 9 active+undersized+degraded, 78 active+clean; 271 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 936 KiB/s wr, 3 op/s; 37/495 objects degraded (7.475%) 2024-07-27T18:27:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[96870]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-07-27T18:27:48.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[96870]: from='osd.6 [v2:172.21.15.179:6816/405498415,v1:172.21.15.179:6817/405498415]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:27:48.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[96870]: osdmap e500: 8 total, 7 up, 8 in 2024-07-27T18:27:48.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[96870]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:27:48.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[96870]: from='osd.6 ' entity='osd.6' 2024-07-27T18:27:48.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:48.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[99353]: pgmap v412: 121 pgs: 1 active+clean+snaptrim, 33 active+undersized, 9 active+undersized+degraded, 78 active+clean; 271 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 936 KiB/s wr, 3 op/s; 37/495 objects degraded (7.475%) 2024-07-27T18:27:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[99353]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-07-27T18:27:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[99353]: from='osd.6 [v2:172.21.15.179:6816/405498415,v1:172.21.15.179:6817/405498415]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:27:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[99353]: osdmap e500: 8 total, 7 up, 8 in 2024-07-27T18:27:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[99353]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:27:48.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[99353]: from='osd.6 ' entity='osd.6' 2024-07-27T18:27:48.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:48.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:48 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:49.063 INFO:tasks.rados.rados.0.smithi029.stdout:2192: done (2 left) 2024-07-27T18:27:49.063 INFO:tasks.rados.rados.0.smithi029.stdout:2193: read oid 42 snap 209 2024-07-27T18:27:49.063 INFO:tasks.rados.rados.0.smithi029.stdout:2193: expect (ObjNum 682 snap 203 seq_num 682) 2024-07-27T18:27:49.063 INFO:tasks.rados.rados.0.smithi029.stdout:2190: done (2 left) 2024-07-27T18:27:49.063 INFO:tasks.rados.rados.0.smithi029.stdout:2194: rmattr oid 50 current snap is 210 2024-07-27T18:27:49.063 INFO:tasks.rados.rados.0.smithi029.stdout:2194: done (2 left) 2024-07-27T18:27:49.063 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 43 current snap is 210 2024-07-27T18:27:49.064 INFO:tasks.rados.rados.0.smithi029.stdout:2195: seq_num 692 ranges {0=794624,794624=483328,1277952=720896} 2024-07-27T18:27:49.068 INFO:tasks.rados.rados.0.smithi029.stdout:2195: writing smithi02985406-43 from 0 to 794624 tid 1 2024-07-27T18:27:49.072 INFO:tasks.rados.rados.0.smithi029.stdout:2195: writing smithi02985406-43 from 794624 to 1277952 tid 2 2024-07-27T18:27:49.077 INFO:tasks.rados.rados.0.smithi029.stdout:2195: writing smithi02985406-43 from 1277952 to 1998848 tid 3 2024-07-27T18:27:49.077 INFO:tasks.rados.rados.0.smithi029.stdout:2196: snap_create 2024-07-27T18:27:49.095 INFO:tasks.rados.rados.0.smithi029.stdout:2195: finishing write tid 1 to smithi02985406-43 2024-07-27T18:27:49.098 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 1244 (ObjNum 633 snap 192 seq_num 633) dirty exists 2024-07-27T18:27:49.098 INFO:tasks.rados.rados.0.smithi029.stdout:2195: finishing write tid 2 to smithi02985406-43 2024-07-27T18:27:49.099 INFO:tasks.rados.rados.0.smithi029.stdout:2195: finishing write tid 3 to smithi02985406-43 2024-07-27T18:27:49.099 INFO:tasks.rados.rados.0.smithi029.stdout:2195: finishing write tid 4 to smithi02985406-43 2024-07-27T18:27:49.103 INFO:tasks.rados.rados.0.smithi029.stdout:2195: finishing write tid 5 to smithi02985406-43 2024-07-27T18:27:49.103 INFO:tasks.rados.rados.0.smithi029.stdout:2195: oid 43 updating version 0 to 1445 2024-07-27T18:27:49.103 INFO:tasks.rados.rados.0.smithi029.stdout:2195: oid 43 updating version 1445 to 1447 2024-07-27T18:27:49.103 INFO:tasks.rados.rados.0.smithi029.stdout:2195: oid 43 version 1447 is already newer than 1446 2024-07-27T18:27:49.103 INFO:tasks.rados.rados.0.smithi029.stdout:2195: oid 43 updating version 1447 to 1448 2024-07-27T18:27:49.103 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 1448 (ObjNum 692 snap 210 seq_num 692) dirty exists 2024-07-27T18:27:49.103 INFO:tasks.rados.rados.0.smithi029.stdout:2195: left oid 43 (ObjNum 692 snap 210 seq_num 692) 2024-07-27T18:27:49.126 INFO:tasks.rados.rados.0.smithi029.stdout:2193: expect (ObjNum 682 snap 203 seq_num 682) 2024-07-27T18:27:49.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:49 smithi179 ceph-mon[89801]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:27:49.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:49 smithi179 ceph-mon[89801]: osd.6 [v2:172.21.15.179:6816/405498415,v1:172.21.15.179:6817/405498415] boot 2024-07-27T18:27:49.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:49 smithi179 ceph-mon[89801]: osdmap e501: 8 total, 8 up, 8 in 2024-07-27T18:27:49.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:27:49.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:49 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:49.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:49 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:49.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:49 smithi179 ceph-mon[89801]: osdmap e502: 8 total, 8 up, 8 in 2024-07-27T18:27:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[96870]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:27:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[96870]: osd.6 [v2:172.21.15.179:6816/405498415,v1:172.21.15.179:6817/405498415] boot 2024-07-27T18:27:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[96870]: osdmap e501: 8 total, 8 up, 8 in 2024-07-27T18:27:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:27:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:49.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:49.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[96870]: osdmap e502: 8 total, 8 up, 8 in 2024-07-27T18:27:49.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[99353]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:27:49.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[99353]: osd.6 [v2:172.21.15.179:6816/405498415,v1:172.21.15.179:6817/405498415] boot 2024-07-27T18:27:49.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[99353]: osdmap e501: 8 total, 8 up, 8 in 2024-07-27T18:27:49.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-07-27T18:27:49.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:49.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:49.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:49 smithi029 ceph-mon[99353]: osdmap e502: 8 total, 8 up, 8 in 2024-07-27T18:27:50.329 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:50 smithi179 ceph-mon[89801]: pgmap v415: 121 pgs: 3 peering, 1 active+clean+snaptrim, 31 active+undersized, 8 active+undersized+degraded, 78 active+clean; 263 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 MiB/s rd, 472 KiB/s wr, 7 op/s; 36/474 objects degraded (7.595%) 2024-07-27T18:27:50.374 INFO:tasks.rados.rados.0.smithi029.stdout:2191: done (3 left) 2024-07-27T18:27:50.374 INFO:tasks.rados.rados.0.smithi029.stdout:2193: done (2 left) 2024-07-27T18:27:50.374 INFO:tasks.rados.rados.0.smithi029.stdout:2195: done (1 left) 2024-07-27T18:27:50.374 INFO:tasks.rados.rados.0.smithi029.stdout:2196: done (0 left) 2024-07-27T18:27:50.374 INFO:tasks.rados.rados.0.smithi029.stdout:2197: read oid 48 snap -1 2024-07-27T18:27:50.374 INFO:tasks.rados.rados.0.smithi029.stdout:2197: expect (ObjNum 565 snap 169 seq_num 565) 2024-07-27T18:27:50.374 INFO:tasks.rados.rados.0.smithi029.stdout:2198: snap_create 2024-07-27T18:27:50.390 INFO:tasks.rados.rados.0.smithi029.stdout:2197: expect (ObjNum 565 snap 169 seq_num 565) 2024-07-27T18:27:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:50 smithi029 ceph-mon[96870]: pgmap v415: 121 pgs: 3 peering, 1 active+clean+snaptrim, 31 active+undersized, 8 active+undersized+degraded, 78 active+clean; 263 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 MiB/s rd, 472 KiB/s wr, 7 op/s; 36/474 objects degraded (7.595%) 2024-07-27T18:27:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:50 smithi029 ceph-mon[99353]: pgmap v415: 121 pgs: 3 peering, 1 active+clean+snaptrim, 31 active+undersized, 8 active+undersized+degraded, 78 active+clean; 263 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 MiB/s rd, 472 KiB/s wr, 7 op/s; 36/474 objects degraded (7.595%) 2024-07-27T18:27:51.092 INFO:tasks.rados.rados.0.smithi029.stdout:2197: done (1 left) 2024-07-27T18:27:51.092 INFO:tasks.rados.rados.0.smithi029.stdout:2198: done (0 left) 2024-07-27T18:27:51.092 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 212 2024-07-27T18:27:51.092 INFO:tasks.rados.rados.0.smithi029.stdout:2199: seq_num 693 ranges {2678784=409600,3088384=770048,3858432=581632,4440064=253952} 2024-07-27T18:27:51.108 INFO:tasks.rados.rados.0.smithi029.stdout:2199: writing smithi02985406-22 from 2678784 to 3088384 tid 1 2024-07-27T18:27:51.112 INFO:tasks.rados.rados.0.smithi029.stdout:2199: writing smithi02985406-22 from 3088384 to 3858432 tid 2 2024-07-27T18:27:51.116 INFO:tasks.rados.rados.0.smithi029.stdout:2199: writing smithi02985406-22 from 3858432 to 4440064 tid 3 2024-07-27T18:27:51.117 INFO:tasks.rados.rados.0.smithi029.stdout:2199: writing smithi02985406-22 from 4440064 to 4694016 tid 4 2024-07-27T18:27:51.117 INFO:tasks.rados.rados.0.smithi029.stdout:2200: copy_from oid 50 from oid 15 current snap is 212 2024-07-27T18:27:51.118 INFO:tasks.rados.rados.0.smithi029.stdout:2199: finishing write tid 1 to smithi02985406-22 2024-07-27T18:27:51.118 INFO:tasks.rados.rados.0.smithi029.stdout:2199: finishing write tid 2 to smithi02985406-22 2024-07-27T18:27:51.118 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 212 2024-07-27T18:27:51.118 INFO:tasks.rados.rados.0.smithi029.stdout:2201: seq_num 694 ranges {4521984=425984,4947968=655360,5603328=786432,6389760=163840} 2024-07-27T18:27:51.144 INFO:tasks.rados.rados.0.smithi029.stdout:2201: writing smithi02985406-8 from 4521984 to 4947968 tid 1 2024-07-27T18:27:51.148 INFO:tasks.rados.rados.0.smithi029.stdout:2201: writing smithi02985406-8 from 4947968 to 5603328 tid 2 2024-07-27T18:27:51.152 INFO:tasks.rados.rados.0.smithi029.stdout:2201: writing smithi02985406-8 from 5603328 to 6389760 tid 3 2024-07-27T18:27:51.154 INFO:tasks.rados.rados.0.smithi029.stdout:2201: writing smithi02985406-8 from 6389760 to 6553600 tid 4 2024-07-27T18:27:51.154 INFO:tasks.rados.rados.0.smithi029.stdout:2202: copy_from oid 31 from oid 27 current snap is 212 2024-07-27T18:27:51.154 INFO:tasks.rados.rados.0.smithi029.stdout:2199: finishing write tid 3 to smithi02985406-22 2024-07-27T18:27:51.154 INFO:tasks.rados.rados.0.smithi029.stdout:2199: finishing write tid 4 to smithi02985406-22 2024-07-27T18:27:51.154 INFO:tasks.rados.rados.0.smithi029.stdout:2199: finishing write tid 5 to smithi02985406-22 2024-07-27T18:27:51.154 INFO:tasks.rados.rados.0.smithi029.stdout:2200: finishing copy_from to smithi02985406-50 2024-07-27T18:27:51.154 INFO:tasks.rados.rados.0.smithi029.stdout:2200: got expected ENOENT (src dne) 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:2200: finishing copy_from racing read to smithi02985406-50 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:2199: finishing write tid 6 to smithi02985406-22 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:2199: oid 22 updating version 0 to 977 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:2199: oid 22 version 977 is already newer than 973 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:2199: oid 22 version 977 is already newer than 974 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:2199: oid 22 version 977 is already newer than 975 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:2199: oid 22 version 977 is already newer than 976 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 977 (ObjNum 693 snap 212 seq_num 693) dirty exists 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:2199: left oid 22 (ObjNum 693 snap 212 seq_num 693) 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:2201: finishing write tid 1 to smithi02985406-8 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:2201: finishing write tid 2 to smithi02985406-8 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:2199: done (3 left) 2024-07-27T18:27:51.155 INFO:tasks.rados.rados.0.smithi029.stdout:2200: done (2 left) 2024-07-27T18:27:51.156 INFO:tasks.rados.rados.0.smithi029.stdout:2203: snap_create 2024-07-27T18:27:51.159 INFO:tasks.rados.rados.0.smithi029.stdout:2201: finishing write tid 3 to smithi02985406-8 2024-07-27T18:27:51.159 INFO:tasks.rados.rados.0.smithi029.stdout:2201: finishing write tid 4 to smithi02985406-8 2024-07-27T18:27:51.160 INFO:tasks.rados.rados.0.smithi029.stdout:2201: finishing write tid 5 to smithi02985406-8 2024-07-27T18:27:51.161 INFO:tasks.rados.rados.0.smithi029.stdout:2201: finishing write tid 6 to smithi02985406-8 2024-07-27T18:27:51.162 INFO:tasks.rados.rados.0.smithi029.stdout:2201: oid 8 updating version 0 to 1400 2024-07-27T18:27:51.162 INFO:tasks.rados.rados.0.smithi029.stdout:2201: oid 8 version 1400 is already newer than 1398 2024-07-27T18:27:51.162 INFO:tasks.rados.rados.0.smithi029.stdout:2201: oid 8 updating version 1400 to 1401 2024-07-27T18:27:51.162 INFO:tasks.rados.rados.0.smithi029.stdout:2201: oid 8 version 1401 is already newer than 1397 2024-07-27T18:27:51.162 INFO:tasks.rados.rados.0.smithi029.stdout:2201: oid 8 version 1401 is already newer than 1399 2024-07-27T18:27:51.162 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 1401 (ObjNum 694 snap 212 seq_num 694) dirty exists 2024-07-27T18:27:51.162 INFO:tasks.rados.rados.0.smithi029.stdout:2201: left oid 8 (ObjNum 694 snap 212 seq_num 694) 2024-07-27T18:27:51.176 INFO:tasks.rados.rados.0.smithi029.stdout:2202: finishing copy_from racing read to smithi02985406-31 2024-07-27T18:27:51.177 INFO:tasks.rados.rados.0.smithi029.stdout:2202: finishing copy_from to smithi02985406-31 2024-07-27T18:27:51.178 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 1440 (ObjNum 669 snap 201 seq_num 669) dirty exists 2024-07-27T18:27:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:51 smithi179 ceph-mon[89801]: osdmap e503: 8 total, 8 up, 8 in 2024-07-27T18:27:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:51 smithi029 ceph-mon[96870]: osdmap e503: 8 total, 8 up, 8 in 2024-07-27T18:27:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:51 smithi029 ceph-mon[99353]: osdmap e503: 8 total, 8 up, 8 in 2024-07-27T18:27:52.096 INFO:tasks.rados.rados.0.smithi029.stdout:2201: done (2 left) 2024-07-27T18:27:52.097 INFO:tasks.rados.rados.0.smithi029.stdout:2202: done (1 left) 2024-07-27T18:27:52.097 INFO:tasks.rados.rados.0.smithi029.stdout:2203: done (0 left) 2024-07-27T18:27:52.097 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 43 current snap is 213 2024-07-27T18:27:52.097 INFO:tasks.rados.rados.0.smithi029.stdout:2204: seq_num 695 ranges {1998848=442368,2441216=540672,2981888=598016,3579904=466944} 2024-07-27T18:27:52.109 INFO:tasks.rados.rados.0.smithi029.stdout:2204: writing smithi02985406-43 from 1998848 to 2441216 tid 1 2024-07-27T18:27:52.112 INFO:tasks.rados.rados.0.smithi029.stdout:2204: writing smithi02985406-43 from 2441216 to 2981888 tid 2 2024-07-27T18:27:52.116 INFO:tasks.rados.rados.0.smithi029.stdout:2204: writing smithi02985406-43 from 2981888 to 3579904 tid 3 2024-07-27T18:27:52.119 INFO:tasks.rados.rados.0.smithi029.stdout:2204: writing smithi02985406-43 from 3579904 to 4046848 tid 4 2024-07-27T18:27:52.119 INFO:tasks.rados.rados.0.smithi029.stdout:2205: delete oid 18 current snap is 213 2024-07-27T18:27:52.119 INFO:tasks.rados.rados.0.smithi029.stdout:2204: finishing write tid 1 to smithi02985406-43 2024-07-27T18:27:52.120 INFO:tasks.rados.rados.0.smithi029.stdout:2204: finishing write tid 2 to smithi02985406-43 2024-07-27T18:27:52.120 INFO:tasks.rados.rados.0.smithi029.stdout:2204: finishing write tid 3 to smithi02985406-43 2024-07-27T18:27:52.123 INFO:tasks.rados.rados.0.smithi029.stdout:2204: finishing write tid 4 to smithi02985406-43 2024-07-27T18:27:52.123 INFO:tasks.rados.rados.0.smithi029.stdout:2204: finishing write tid 5 to smithi02985406-43 2024-07-27T18:27:52.124 INFO:tasks.rados.rados.0.smithi029.stdout:2205: done (1 left) 2024-07-27T18:27:52.124 INFO:tasks.rados.rados.0.smithi029.stdout:2206: read oid 13 snap -1 2024-07-27T18:27:52.124 INFO:tasks.rados.rados.0.smithi029.stdout:2206: expect deleted 2024-07-27T18:27:52.124 INFO:tasks.rados.rados.0.smithi029.stdout:2207: snap_create 2024-07-27T18:27:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:2204: finishing write tid 6 to smithi02985406-43 2024-07-27T18:27:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:2204: oid 43 updating version 0 to 1467 2024-07-27T18:27:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:2204: oid 43 updating version 1467 to 1470 2024-07-27T18:27:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:2204: oid 43 version 1470 is already newer than 1466 2024-07-27T18:27:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:2204: oid 43 version 1470 is already newer than 1468 2024-07-27T18:27:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:2204: oid 43 version 1470 is already newer than 1469 2024-07-27T18:27:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 1470 (ObjNum 695 snap 213 seq_num 695) dirty exists 2024-07-27T18:27:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:2204: left oid 43 (ObjNum 695 snap 213 seq_num 695) 2024-07-27T18:27:52.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:27:51 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T18:27:51.999+0000 7fe44c0d1640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (7 PGs are or would become offline) 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: pgmap v418: 121 pgs: 4 peering, 24 active+undersized, 4 active+undersized+degraded, 89 active+clean; 273 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 MiB/s rd, 2.5 MiB/s wr, 10 op/s; 11/474 objects degraded (2.321%); 4.8 MiB/s, 0 objects/s recovering 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: osdmap e504: 8 total, 8 up, 8 in 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: Health check update: Degraded data redundancy: 11/474 objects degraded (2.321%), 4 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-07-27T18:27:52.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: pgmap v418: 121 pgs: 4 peering, 24 active+undersized, 4 active+undersized+degraded, 89 active+clean; 273 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 MiB/s rd, 2.5 MiB/s wr, 10 op/s; 11/474 objects degraded (2.321%); 4.8 MiB/s, 0 objects/s recovering 2024-07-27T18:27:52.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: osdmap e504: 8 total, 8 up, 8 in 2024-07-27T18:27:52.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:52.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:52.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:27:52.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:27:52.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:52.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: Health check update: Degraded data redundancy: 11/474 objects degraded (2.321%), 4 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:52.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:27:52.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:52.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:52.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:52.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-07-27T18:27:52.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: pgmap v418: 121 pgs: 4 peering, 24 active+undersized, 4 active+undersized+degraded, 89 active+clean; 273 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 MiB/s rd, 2.5 MiB/s wr, 10 op/s; 11/474 objects degraded (2.321%); 4.8 MiB/s, 0 objects/s recovering 2024-07-27T18:27:52.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: osdmap e504: 8 total, 8 up, 8 in 2024-07-27T18:27:52.381 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:52.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:52.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:27:52.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:27:52.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:52.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: Health check update: Degraded data redundancy: 11/474 objects degraded (2.321%), 4 pgs degraded (PG_DEGRADED) 2024-07-27T18:27:52.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:27:52.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:52.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:52.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:52.382 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:52 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-07-27T18:27:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:27:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:27:52] "GET /metrics HTTP/1.1" 200 36280 "" "Prometheus/2.43.0" 2024-07-27T18:27:53.102 INFO:tasks.rados.rados.0.smithi029.stdout:2204: done (2 left) 2024-07-27T18:27:53.102 INFO:tasks.rados.rados.0.smithi029.stdout:2206: done (1 left) 2024-07-27T18:27:53.102 INFO:tasks.rados.rados.0.smithi029.stdout:2207: done (0 left) 2024-07-27T18:27:53.103 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 214 2024-07-27T18:27:53.103 INFO:tasks.rados.rados.0.smithi029.stdout:2208: seq_num 697 ranges {0=475136,475136=704512,1179648=557056,1736704=344064} 2024-07-27T18:27:53.104 INFO:tasks.rados.rados.0.smithi029.stdout:2208: writing smithi02985406-7 from 0 to 475136 tid 1 2024-07-27T18:27:53.109 INFO:tasks.rados.rados.0.smithi029.stdout:2208: writing smithi02985406-7 from 475136 to 1179648 tid 2 2024-07-27T18:27:53.112 INFO:tasks.rados.rados.0.smithi029.stdout:2208: writing smithi02985406-7 from 1179648 to 1736704 tid 3 2024-07-27T18:27:53.114 INFO:tasks.rados.rados.0.smithi029.stdout:2208: writing smithi02985406-7 from 1736704 to 2080768 tid 4 2024-07-27T18:27:53.114 INFO:tasks.rados.rados.0.smithi029.stdout:2209: read oid 43 snap -1 2024-07-27T18:27:53.114 INFO:tasks.rados.rados.0.smithi029.stdout:2209: expect (ObjNum 695 snap 213 seq_num 695) 2024-07-27T18:27:53.114 INFO:tasks.rados.rados.0.smithi029.stdout:2210: snap_remove snap 200 2024-07-27T18:27:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:53 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-07-27T18:27:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:53 smithi179 ceph-mon[89801]: Upgrade: unsafe to stop osd(s) at this time (7 PGs are or would become offline) 2024-07-27T18:27:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:53 smithi179 ceph-mon[89801]: osdmap e505: 8 total, 8 up, 8 in 2024-07-27T18:27:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:53 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-07-27T18:27:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:53 smithi029 ceph-mon[99353]: Upgrade: unsafe to stop osd(s) at this time (7 PGs are or would become offline) 2024-07-27T18:27:53.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:53 smithi029 ceph-mon[99353]: osdmap e505: 8 total, 8 up, 8 in 2024-07-27T18:27:53.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:53 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-07-27T18:27:53.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:53 smithi029 ceph-mon[96870]: Upgrade: unsafe to stop osd(s) at this time (7 PGs are or would become offline) 2024-07-27T18:27:53.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:53 smithi029 ceph-mon[96870]: osdmap e505: 8 total, 8 up, 8 in 2024-07-27T18:27:54.112 INFO:tasks.rados.rados.0.smithi029.stdout:2210: done (2 left) 2024-07-27T18:27:54.112 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 214 2024-07-27T18:27:54.112 INFO:tasks.rados.rados.0.smithi029.stdout:2208: finishing write tid 1 to smithi02985406-7 2024-07-27T18:27:54.112 INFO:tasks.rados.rados.0.smithi029.stdout:2208: finishing write tid 2 to smithi02985406-7 2024-07-27T18:27:54.112 INFO:tasks.rados.rados.0.smithi029.stdout:2208: finishing write tid 3 to smithi02985406-7 2024-07-27T18:27:54.112 INFO:tasks.rados.rados.0.smithi029.stdout:2211: seq_num 698 ranges {4980736=499712,5480448=589824,6070272=770048,6840320=245760} 2024-07-27T18:27:54.143 INFO:tasks.rados.rados.0.smithi029.stdout:2211: writing smithi02985406-25 from 4980736 to 5480448 tid 1 2024-07-27T18:27:54.146 INFO:tasks.rados.rados.0.smithi029.stdout:2211: writing smithi02985406-25 from 5480448 to 6070272 tid 2 2024-07-27T18:27:54.151 INFO:tasks.rados.rados.0.smithi029.stdout:2211: writing smithi02985406-25 from 6070272 to 6840320 tid 3 2024-07-27T18:27:54.152 INFO:tasks.rados.rados.0.smithi029.stdout:2211: writing smithi02985406-25 from 6840320 to 7086080 tid 4 2024-07-27T18:27:54.152 INFO:tasks.rados.rados.0.smithi029.stdout:2212: snap_remove snap 209 2024-07-27T18:27:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:54 smithi179 ceph-mon[89801]: pgmap v421: 121 pgs: 4 peering, 4 active+undersized, 1 active+undersized+degraded, 112 active+clean; 276 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 3.3 MiB/s wr, 10 op/s; 1/480 objects degraded (0.208%); 4.8 MiB/s, 0 objects/s recovering 2024-07-27T18:27:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:54 smithi179 ceph-mon[89801]: osdmap e506: 8 total, 8 up, 8 in 2024-07-27T18:27:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:54 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:27:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:54 smithi029 ceph-mon[99353]: pgmap v421: 121 pgs: 4 peering, 4 active+undersized, 1 active+undersized+degraded, 112 active+clean; 276 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 3.3 MiB/s wr, 10 op/s; 1/480 objects degraded (0.208%); 4.8 MiB/s, 0 objects/s recovering 2024-07-27T18:27:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:54 smithi029 ceph-mon[99353]: osdmap e506: 8 total, 8 up, 8 in 2024-07-27T18:27:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:54 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:27:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:54 smithi029 ceph-mon[96870]: pgmap v421: 121 pgs: 4 peering, 4 active+undersized, 1 active+undersized+degraded, 112 active+clean; 276 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 3.3 MiB/s wr, 10 op/s; 1/480 objects degraded (0.208%); 4.8 MiB/s, 0 objects/s recovering 2024-07-27T18:27:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:54 smithi029 ceph-mon[96870]: osdmap e506: 8 total, 8 up, 8 in 2024-07-27T18:27:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:54 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:27:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:27:54.517 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:27:54.791 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (8m) 109s ago 9m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (9m) 6s ago 9m 90.6M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (11m) 109s ago 11m 16.8M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (11m) 6s ago 11m 23.7M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (5m) 6s ago 14m 441M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (5m) 109s ago 16m 510M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (4m) 109s ago 16m 51.9M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (4m) 6s ago 15m 46.6M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (4m) 109s ago 15m 47.7M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (9m) 109s ago 9m 15.7M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (9m) 6s ago 9m 15.4M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (3m) 109s ago 14m 129M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d f8777ac80a25 2024-07-27T18:27:54.792 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (3m) 109s ago 14m 91.9M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cc8b7a514095 2024-07-27T18:27:54.793 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (2m) 109s ago 13m 105M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cd34200f210b 2024-07-27T18:27:54.793 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (113s) 109s ago 13m 11.1M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d 4034d1c99649 2024-07-27T18:27:54.793 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (80s) 6s ago 12m 117M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6e62ebd79c14 2024-07-27T18:27:54.793 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (46s) 6s ago 12m 117M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d a5371f3565ce 2024-07-27T18:27:54.793 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (12s) 6s ago 12m 12.2M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6b7047a2e716 2024-07-27T18:27:54.793 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (11m) 6s ago 11m 225M 2480M 18.2.2-1767-ga3bbd728 d280790d1980 ba4f15b3fb61 2024-07-27T18:27:54.793 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (5m) 6s ago 10m 54.8M - 2.43.0 a07b618ecd1d 14077408bc57 2024-07-27T18:27:55.116 INFO:tasks.rados.rados.0.smithi029.stdout:2212: done (3 left) 2024-07-27T18:27:55.116 INFO:tasks.rados.rados.0.smithi029.stdout:2213: setattr oid 40 current snap is 214 2024-07-27T18:27:55.116 INFO:tasks.rados.rados.0.smithi029.stdout:2208: finishing write tid 4 to smithi02985406-7 2024-07-27T18:27:55.116 INFO:tasks.rados.rados.0.smithi029.stdout:2208: finishing write tid 5 to smithi02985406-7 2024-07-27T18:27:55.116 INFO:tasks.rados.rados.0.smithi029.stdout:2208: finishing write tid 6 to smithi02985406-7 2024-07-27T18:27:55.116 INFO:tasks.rados.rados.0.smithi029.stdout:2208: oid 7 updating version 0 to 1472 2024-07-27T18:27:55.117 INFO:tasks.rados.rados.0.smithi029.stdout:2208: oid 7 updating version 1472 to 1476 2024-07-27T18:27:55.117 INFO:tasks.rados.rados.0.smithi029.stdout:2208: oid 7 version 1476 is already newer than 1475 2024-07-27T18:27:55.117 INFO:tasks.rados.rados.0.smithi029.stdout:2208: oid 7 version 1476 is already newer than 1474 2024-07-27T18:27:55.117 INFO:tasks.rados.rados.0.smithi029.stdout:2208: oid 7 version 1476 is already newer than 1473 2024-07-27T18:27:55.117 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1476 (ObjNum 697 snap 214 seq_num 697) dirty exists 2024-07-27T18:27:55.117 INFO:tasks.rados.rados.0.smithi029.stdout:2208: left oid 7 (ObjNum 697 snap 214 seq_num 697) 2024-07-27T18:27:55.117 INFO:tasks.rados.rados.0.smithi029.stdout:2209: expect (ObjNum 695 snap 213 seq_num 695) 2024-07-27T18:27:55.158 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:27:55.158 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:27:55.158 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:27:55.158 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:27:55.158 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:27:55.158 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:27:55.158 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:27:55.158 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:27:55.158 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 1, 2024-07-27T18:27:55.158 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 7 2024-07-27T18:27:55.159 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:27:55.159 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:27:55.159 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:27:55.159 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:27:55.159 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:27:55.159 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 3, 2024-07-27T18:27:55.159 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 12 2024-07-27T18:27:55.159 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:27:55.159 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:27:55.269 INFO:tasks.rados.rados.0.smithi029.stdout:2211: finishing write tid 1 to smithi02985406-25 2024-07-27T18:27:55.269 INFO:tasks.rados.rados.0.smithi029.stdout:2211: finishing write tid 2 to smithi02985406-25 2024-07-27T18:27:55.269 INFO:tasks.rados.rados.0.smithi029.stdout:2211: finishing write tid 3 to smithi02985406-25 2024-07-27T18:27:55.269 INFO:tasks.rados.rados.0.smithi029.stdout:2211: finishing write tid 4 to smithi02985406-25 2024-07-27T18:27:55.269 INFO:tasks.rados.rados.0.smithi029.stdout:2211: finishing write tid 5 to smithi02985406-25 2024-07-27T18:27:55.270 INFO:tasks.rados.rados.0.smithi029.stdout:2211: finishing write tid 6 to smithi02985406-25 2024-07-27T18:27:55.270 INFO:tasks.rados.rados.0.smithi029.stdout:2211: oid 25 updating version 0 to 1413 2024-07-27T18:27:55.270 INFO:tasks.rados.rados.0.smithi029.stdout:2211: oid 25 updating version 1413 to 1415 2024-07-27T18:27:55.270 INFO:tasks.rados.rados.0.smithi029.stdout:2211: oid 25 updating version 1415 to 1417 2024-07-27T18:27:55.270 INFO:tasks.rados.rados.0.smithi029.stdout:2211: oid 25 version 1417 is already newer than 1414 2024-07-27T18:27:55.270 INFO:tasks.rados.rados.0.smithi029.stdout:2211: oid 25 version 1417 is already newer than 1416 2024-07-27T18:27:55.270 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1417 (ObjNum 698 snap 214 seq_num 698) dirty exists 2024-07-27T18:27:55.270 INFO:tasks.rados.rados.0.smithi029.stdout:2211: left oid 25 (ObjNum 698 snap 214 seq_num 698) 2024-07-27T18:27:55.270 INFO:tasks.rados.rados.0.smithi029.stdout:2208: done (3 left) 2024-07-27T18:27:55.270 INFO:tasks.rados.rados.0.smithi029.stdout:2209: done (2 left) 2024-07-27T18:27:55.270 INFO:tasks.rados.rados.0.smithi029.stdout:2211: done (1 left) 2024-07-27T18:27:55.270 INFO:tasks.rados.rados.0.smithi029.stdout:2214: copy_from oid 22 from oid 29 current snap is 214 2024-07-27T18:27:55.271 INFO:tasks.rados.rados.0.smithi029.stdout:2215: rmattr oid 38 current snap is 214 2024-07-27T18:27:55.271 INFO:tasks.rados.rados.0.smithi029.stdout:2215: done (2 left) 2024-07-27T18:27:55.271 INFO:tasks.rados.rados.0.smithi029.stdout:2216: rollback oid 28 current snap is 214 2024-07-27T18:27:55.271 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 28 to 212 2024-07-27T18:27:55.271 INFO:tasks.rados.rados.0.smithi029.stdout:2217: snap_create 2024-07-27T18:27:55.271 INFO:tasks.rados.rados.0.smithi029.stdout:2214: finishing copy_from to smithi02985406-22 2024-07-27T18:27:55.271 INFO:tasks.rados.rados.0.smithi029.stdout:2214: got expected ENOENT (src dne) 2024-07-27T18:27:55.272 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 440 (ObjNum 161 snap 0 seq_num 0) dirty exists 2024-07-27T18:27:55.272 INFO:tasks.rados.rados.0.smithi029.stdout:2214: finishing copy_from racing read to smithi02985406-22 2024-07-27T18:27:55.274 INFO:tasks.rados.rados.0.smithi029.stdout:2216: finishing rollback tid 0 to smithi02985406-28 2024-07-27T18:27:55.274 INFO:tasks.rados.rados.0.smithi029.stdout:2216: finishing rollback tid 1 to smithi02985406-28 2024-07-27T18:27:55.275 INFO:tasks.rados.rados.0.smithi029.stdout:2216: finishing rollback tid 2 to smithi02985406-28 2024-07-27T18:27:55.275 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 1427 (ObjNum 681 snap 202 seq_num 681) dirty exists 2024-07-27T18:27:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:55 smithi179 ceph-mon[89801]: osdmap e507: 8 total, 8 up, 8 in 2024-07-27T18:27:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:55 smithi029 ceph-mon[96870]: osdmap e507: 8 total, 8 up, 8 in 2024-07-27T18:27:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:55 smithi029 ceph-mon[99353]: osdmap e507: 8 total, 8 up, 8 in 2024-07-27T18:27:56.122 INFO:tasks.rados.rados.0.smithi029.stdout:2213: done (3 left) 2024-07-27T18:27:56.122 INFO:tasks.rados.rados.0.smithi029.stdout:2214: done (2 left) 2024-07-27T18:27:56.122 INFO:tasks.rados.rados.0.smithi029.stdout:2216: done (1 left) 2024-07-27T18:27:56.122 INFO:tasks.rados.rados.0.smithi029.stdout:2217: done (0 left) 2024-07-27T18:27:56.122 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 215 2024-07-27T18:27:56.122 INFO:tasks.rados.rados.0.smithi029.stdout:2218: seq_num 699 ranges {0=516096,516096=475136,991232=573440,1564672=557056} 2024-07-27T18:27:56.124 INFO:tasks.rados.rados.0.smithi029.stdout:2218: writing smithi02985406-18 from 0 to 516096 tid 1 2024-07-27T18:27:56.127 INFO:tasks.rados.rados.0.smithi029.stdout:2218: writing smithi02985406-18 from 516096 to 991232 tid 2 2024-07-27T18:27:56.131 INFO:tasks.rados.rados.0.smithi029.stdout:2218: writing smithi02985406-18 from 991232 to 1564672 tid 3 2024-07-27T18:27:56.134 INFO:tasks.rados.rados.0.smithi029.stdout:2218: writing smithi02985406-18 from 1564672 to 2121728 tid 4 2024-07-27T18:27:56.134 INFO:tasks.rados.rados.0.smithi029.stdout:2219: snap_create 2024-07-27T18:27:56.134 INFO:tasks.rados.rados.0.smithi029.stdout:2218: finishing write tid 1 to smithi02985406-18 2024-07-27T18:27:56.135 INFO:tasks.rados.rados.0.smithi029.stdout:2218: finishing write tid 2 to smithi02985406-18 2024-07-27T18:27:56.135 INFO:tasks.rados.rados.0.smithi029.stdout:2218: finishing write tid 3 to smithi02985406-18 2024-07-27T18:27:56.137 INFO:tasks.rados.rados.0.smithi029.stdout:2218: finishing write tid 4 to smithi02985406-18 2024-07-27T18:27:56.137 INFO:tasks.rados.rados.0.smithi029.stdout:2218: finishing write tid 5 to smithi02985406-18 2024-07-27T18:27:56.139 INFO:tasks.rados.rados.0.smithi029.stdout:2218: finishing write tid 6 to smithi02985406-18 2024-07-27T18:27:56.139 INFO:tasks.rados.rados.0.smithi029.stdout:2218: oid 18 updating version 0 to 1429 2024-07-27T18:27:56.139 INFO:tasks.rados.rados.0.smithi029.stdout:2218: oid 18 version 1429 is already newer than 1428 2024-07-27T18:27:56.139 INFO:tasks.rados.rados.0.smithi029.stdout:2218: oid 18 updating version 1429 to 1432 2024-07-27T18:27:56.139 INFO:tasks.rados.rados.0.smithi029.stdout:2218: oid 18 version 1432 is already newer than 1431 2024-07-27T18:27:56.139 INFO:tasks.rados.rados.0.smithi029.stdout:2218: oid 18 version 1432 is already newer than 1430 2024-07-27T18:27:56.140 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 1432 (ObjNum 699 snap 215 seq_num 699) dirty exists 2024-07-27T18:27:56.140 INFO:tasks.rados.rados.0.smithi029.stdout:2218: left oid 18 (ObjNum 699 snap 215 seq_num 699) 2024-07-27T18:27:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:56 smithi179 ceph-mon[89801]: from='client.34359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:27:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:56 smithi179 ceph-mon[89801]: pgmap v424: 121 pgs: 121 active+clean; 283 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.8 MiB/s wr, 14 op/s; 3.2 MiB/s, 0 objects/s recovering 2024-07-27T18:27:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:56 smithi179 ceph-mon[89801]: from='client.34365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:27:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:56 smithi179 ceph-mon[89801]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/480 objects degraded (0.208%), 1 pg degraded) 2024-07-27T18:27:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:56 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:27:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:56 smithi179 ceph-mon[89801]: osdmap e508: 8 total, 8 up, 8 in 2024-07-27T18:27:56.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:56 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3104488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[96870]: from='client.34359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:27:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[96870]: pgmap v424: 121 pgs: 121 active+clean; 283 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.8 MiB/s wr, 14 op/s; 3.2 MiB/s, 0 objects/s recovering 2024-07-27T18:27:56.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[96870]: from='client.34365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:27:56.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[96870]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/480 objects degraded (0.208%), 1 pg degraded) 2024-07-27T18:27:56.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:27:56.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[96870]: osdmap e508: 8 total, 8 up, 8 in 2024-07-27T18:27:56.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3104488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[99353]: from='client.34359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:27:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[99353]: pgmap v424: 121 pgs: 121 active+clean; 283 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.8 MiB/s wr, 14 op/s; 3.2 MiB/s, 0 objects/s recovering 2024-07-27T18:27:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[99353]: from='client.34365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:27:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[99353]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/480 objects degraded (0.208%), 1 pg degraded) 2024-07-27T18:27:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:27:56.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[99353]: osdmap e508: 8 total, 8 up, 8 in 2024-07-27T18:27:56.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:56 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3104488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:27:56.994 INFO:tasks.rados.rados.0.smithi029.stdout:2218: done (1 left) 2024-07-27T18:27:56.994 INFO:tasks.rados.rados.0.smithi029.stdout:2219: done (0 left) 2024-07-27T18:27:56.994 INFO:tasks.rados.rados.0.smithi029.stdout:2220: setattr oid 44 current snap is 216 2024-07-27T18:27:56.995 INFO:tasks.rados.rados.0.smithi029.stdout:2221: rollback oid 20 current snap is 216 2024-07-27T18:27:56.995 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 20 to 204 2024-07-27T18:27:56.995 INFO:tasks.rados.rados.0.smithi029.stdout:2222: snap_remove snap 208 2024-07-27T18:27:57.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:57 smithi029 ceph-mon[96870]: osdmap e509: 8 total, 8 up, 8 in 2024-07-27T18:27:57.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:57 smithi029 ceph-mon[96870]: osdmap e510: 8 total, 8 up, 8 in 2024-07-27T18:27:57.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:57 smithi029 ceph-mon[99353]: osdmap e509: 8 total, 8 up, 8 in 2024-07-27T18:27:57.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:57 smithi029 ceph-mon[99353]: osdmap e510: 8 total, 8 up, 8 in 2024-07-27T18:27:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:57 smithi179 ceph-mon[89801]: osdmap e509: 8 total, 8 up, 8 in 2024-07-27T18:27:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:57 smithi179 ceph-mon[89801]: osdmap e510: 8 total, 8 up, 8 in 2024-07-27T18:27:57.997 INFO:tasks.rados.rados.0.smithi029.stdout:2222: done (2 left) 2024-07-27T18:27:57.998 INFO:tasks.rados.rados.0.smithi029.stdout:2223: copy_from oid 39 from oid 18 current snap is 216 2024-07-27T18:27:57.998 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1279 (ObjNum 666 snap 200 seq_num 666) dirty exists 2024-07-27T18:27:57.998 INFO:tasks.rados.rados.0.smithi029.stdout:2221: finishing rollback tid 0 to smithi02985406-20 2024-07-27T18:27:57.998 INFO:tasks.rados.rados.0.smithi029.stdout:2221: finishing rollback tid 1 to smithi02985406-20 2024-07-27T18:27:57.998 INFO:tasks.rados.rados.0.smithi029.stdout:2221: finishing rollback tid 2 to smithi02985406-20 2024-07-27T18:27:57.998 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 1436 (ObjNum 511 snap 153 seq_num 511) dirty exists 2024-07-27T18:27:57.998 INFO:tasks.rados.rados.0.smithi029.stdout:2220: done (2 left) 2024-07-27T18:27:57.998 INFO:tasks.rados.rados.0.smithi029.stdout:2221: done (1 left) 2024-07-27T18:27:57.998 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 216 2024-07-27T18:27:57.998 INFO:tasks.rados.rados.0.smithi029.stdout:2224: seq_num 700 ranges {5447680=532480,5980160=409600,6389760=737280,7127040=458752} 2024-07-27T18:27:58.030 INFO:tasks.rados.rados.0.smithi029.stdout:2224: writing smithi02985406-23 from 5447680 to 5980160 tid 1 2024-07-27T18:27:58.032 INFO:tasks.rados.rados.0.smithi029.stdout:2224: writing smithi02985406-23 from 5980160 to 6389760 tid 2 2024-07-27T18:27:58.036 INFO:tasks.rados.rados.0.smithi029.stdout:2224: writing smithi02985406-23 from 6389760 to 7127040 tid 3 2024-07-27T18:27:58.039 INFO:tasks.rados.rados.0.smithi029.stdout:2224: writing smithi02985406-23 from 7127040 to 7585792 tid 4 2024-07-27T18:27:58.039 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 30 current snap is 216 2024-07-27T18:27:58.039 INFO:tasks.rados.rados.0.smithi029.stdout:2223: finishing copy_from racing read to smithi02985406-39 2024-07-27T18:27:58.039 INFO:tasks.rados.rados.0.smithi029.stdout:2225: seq_num 701 ranges {4521984=548864,5070848=696320,5767168=540672,6307840=368640} 2024-07-27T18:27:58.067 INFO:tasks.rados.rados.0.smithi029.stdout:2225: writing smithi02985406-30 from 4521984 to 5070848 tid 1 2024-07-27T18:27:58.071 INFO:tasks.rados.rados.0.smithi029.stdout:2225: writing smithi02985406-30 from 5070848 to 5767168 tid 2 2024-07-27T18:27:58.075 INFO:tasks.rados.rados.0.smithi029.stdout:2225: writing smithi02985406-30 from 5767168 to 6307840 tid 3 2024-07-27T18:27:58.078 INFO:tasks.rados.rados.0.smithi029.stdout:2225: writing smithi02985406-30 from 6307840 to 6676480 tid 4 2024-07-27T18:27:58.078 INFO:tasks.rados.rados.0.smithi029.stdout:2226: read oid 19 snap -1 2024-07-27T18:27:58.078 INFO:tasks.rados.rados.0.smithi029.stdout:2226: expect (ObjNum 634 snap 193 seq_num 634) 2024-07-27T18:27:58.078 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 216 2024-07-27T18:27:58.078 INFO:tasks.rados.rados.0.smithi029.stdout:2223: finishing copy_from to smithi02985406-39 2024-07-27T18:27:58.078 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 1432 (ObjNum 699 snap 215 seq_num 699) dirty exists 2024-07-27T18:27:58.078 INFO:tasks.rados.rados.0.smithi029.stdout:2224: finishing write tid 1 to smithi02985406-23 2024-07-27T18:27:58.078 INFO:tasks.rados.rados.0.smithi029.stdout:2224: finishing write tid 2 to smithi02985406-23 2024-07-27T18:27:58.078 INFO:tasks.rados.rados.0.smithi029.stdout:2224: finishing write tid 3 to smithi02985406-23 2024-07-27T18:27:58.078 INFO:tasks.rados.rados.0.smithi029.stdout:2224: finishing write tid 4 to smithi02985406-23 2024-07-27T18:27:58.078 INFO:tasks.rados.rados.0.smithi029.stdout:2227: seq_num 702 ranges {0=565248,565248=581632,1146880=745472,1892352=278528} 2024-07-27T18:27:58.081 INFO:tasks.rados.rados.0.smithi029.stdout:2227: writing smithi02985406-6 from 0 to 565248 tid 1 2024-07-27T18:27:58.085 INFO:tasks.rados.rados.0.smithi029.stdout:2227: writing smithi02985406-6 from 565248 to 1146880 tid 2 2024-07-27T18:27:58.089 INFO:tasks.rados.rados.0.smithi029.stdout:2227: writing smithi02985406-6 from 1146880 to 1892352 tid 3 2024-07-27T18:27:58.092 INFO:tasks.rados.rados.0.smithi029.stdout:2227: writing smithi02985406-6 from 1892352 to 2170880 tid 4 2024-07-27T18:27:58.092 INFO:tasks.rados.rados.0.smithi029.stdout:2223: done (4 left) 2024-07-27T18:27:58.092 INFO:tasks.rados.rados.0.smithi029.stdout:2228: read oid 2 snap -1 2024-07-27T18:27:58.092 INFO:tasks.rados.rados.0.smithi029.stdout:2228: expect deleted 2024-07-27T18:27:58.092 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 216 2024-07-27T18:27:58.092 INFO:tasks.rados.rados.0.smithi029.stdout:2224: finishing write tid 5 to smithi02985406-23 2024-07-27T18:27:58.092 INFO:tasks.rados.rados.0.smithi029.stdout:2224: finishing write tid 6 to smithi02985406-23 2024-07-27T18:27:58.092 INFO:tasks.rados.rados.0.smithi029.stdout:2224: oid 23 updating version 0 to 1360 2024-07-27T18:27:58.092 INFO:tasks.rados.rados.0.smithi029.stdout:2224: oid 23 version 1360 is already newer than 1358 2024-07-27T18:27:58.092 INFO:tasks.rados.rados.0.smithi029.stdout:2224: oid 23 version 1360 is already newer than 1356 2024-07-27T18:27:58.093 INFO:tasks.rados.rados.0.smithi029.stdout:2224: oid 23 version 1360 is already newer than 1359 2024-07-27T18:27:58.093 INFO:tasks.rados.rados.0.smithi029.stdout:2224: oid 23 version 1360 is already newer than 1357 2024-07-27T18:27:58.093 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1360 (ObjNum 700 snap 216 seq_num 700) dirty exists 2024-07-27T18:27:58.093 INFO:tasks.rados.rados.0.smithi029.stdout:2224: left oid 23 (ObjNum 700 snap 216 seq_num 700) 2024-07-27T18:27:58.093 INFO:tasks.rados.rados.0.smithi029.stdout:2225: finishing write tid 1 to smithi02985406-30 2024-07-27T18:27:58.093 INFO:tasks.rados.rados.0.smithi029.stdout:2225: finishing write tid 2 to smithi02985406-30 2024-07-27T18:27:58.093 INFO:tasks.rados.rados.0.smithi029.stdout:2225: finishing write tid 3 to smithi02985406-30 2024-07-27T18:27:58.093 INFO:tasks.rados.rados.0.smithi029.stdout:2225: finishing write tid 4 to smithi02985406-30 2024-07-27T18:27:58.093 INFO:tasks.rados.rados.0.smithi029.stdout:2225: finishing write tid 5 to smithi02985406-30 2024-07-27T18:27:58.093 INFO:tasks.rados.rados.0.smithi029.stdout:2229: seq_num 703 ranges {2080768=581632,2662400=458752,3121152=557056,3678208=417792,4096000=172032} 2024-07-27T18:27:58.106 INFO:tasks.rados.rados.0.smithi029.stdout:2229: writing smithi02985406-7 from 2080768 to 2662400 tid 1 2024-07-27T18:27:58.108 INFO:tasks.rados.rados.0.smithi029.stdout:2229: writing smithi02985406-7 from 2662400 to 3121152 tid 2 2024-07-27T18:27:58.112 INFO:tasks.rados.rados.0.smithi029.stdout:2229: writing smithi02985406-7 from 3121152 to 3678208 tid 3 2024-07-27T18:27:58.114 INFO:tasks.rados.rados.0.smithi029.stdout:2229: writing smithi02985406-7 from 3678208 to 4096000 tid 4 2024-07-27T18:27:58.115 INFO:tasks.rados.rados.0.smithi029.stdout:2229: writing smithi02985406-7 from 4096000 to 4268032 tid 5 2024-07-27T18:27:58.116 INFO:tasks.rados.rados.0.smithi029.stdout:2224: done (5 left) 2024-07-27T18:27:58.116 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 216 2024-07-27T18:27:58.116 INFO:tasks.rados.rados.0.smithi029.stdout:2230: seq_num 704 ranges {3399680=598016,3997696=745472,4743168=712704,5455872=147456} 2024-07-27T18:27:58.137 INFO:tasks.rados.rados.0.smithi029.stdout:2230: writing smithi02985406-1 from 3399680 to 3997696 tid 1 2024-07-27T18:27:58.141 INFO:tasks.rados.rados.0.smithi029.stdout:2230: writing smithi02985406-1 from 3997696 to 4743168 tid 2 2024-07-27T18:27:58.145 INFO:tasks.rados.rados.0.smithi029.stdout:2230: writing smithi02985406-1 from 4743168 to 5455872 tid 3 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:2230: writing smithi02985406-1 from 5455872 to 5603328 tid 4 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:2231: snap_create 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:2225: finishing write tid 6 to smithi02985406-30 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:2225: oid 30 updating version 0 to 1362 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:2225: oid 30 updating version 1362 to 1364 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:2225: oid 30 version 1364 is already newer than 1361 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:2225: oid 30 updating version 1364 to 1365 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:2225: oid 30 version 1365 is already newer than 1363 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1365 (ObjNum 701 snap 216 seq_num 701) dirty exists 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:2225: left oid 30 (ObjNum 701 snap 216 seq_num 701) 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:2227: finishing write tid 1 to smithi02985406-6 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:2227: finishing write tid 2 to smithi02985406-6 2024-07-27T18:27:58.147 INFO:tasks.rados.rados.0.smithi029.stdout:2226: expect (ObjNum 634 snap 193 seq_num 634) 2024-07-27T18:27:58.368 INFO:tasks.rados.rados.0.smithi029.stdout:2227: finishing write tid 3 to smithi02985406-6 2024-07-27T18:27:58.368 INFO:tasks.rados.rados.0.smithi029.stdout:2227: finishing write tid 4 to smithi02985406-6 2024-07-27T18:27:58.368 INFO:tasks.rados.rados.0.smithi029.stdout:2227: finishing write tid 5 to smithi02985406-6 2024-07-27T18:27:58.368 INFO:tasks.rados.rados.0.smithi029.stdout:2227: finishing write tid 6 to smithi02985406-6 2024-07-27T18:27:58.368 INFO:tasks.rados.rados.0.smithi029.stdout:2227: oid 6 updating version 0 to 1281 2024-07-27T18:27:58.368 INFO:tasks.rados.rados.0.smithi029.stdout:2227: oid 6 updating version 1281 to 1283 2024-07-27T18:27:58.368 INFO:tasks.rados.rados.0.smithi029.stdout:2227: oid 6 version 1283 is already newer than 1280 2024-07-27T18:27:58.368 INFO:tasks.rados.rados.0.smithi029.stdout:2227: oid 6 updating version 1283 to 1284 2024-07-27T18:27:58.368 INFO:tasks.rados.rados.0.smithi029.stdout:2227: oid 6 version 1284 is already newer than 1282 2024-07-27T18:27:58.368 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1284 (ObjNum 702 snap 216 seq_num 702) dirty exists 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2227: left oid 6 (ObjNum 702 snap 216 seq_num 702) 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: finishing write tid 1 to smithi02985406-7 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: finishing write tid 2 to smithi02985406-7 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: finishing write tid 3 to smithi02985406-7 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: finishing write tid 4 to smithi02985406-7 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: finishing write tid 5 to smithi02985406-7 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: finishing write tid 6 to smithi02985406-7 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: finishing write tid 7 to smithi02985406-7 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: oid 7 updating version 0 to 1488 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: oid 7 updating version 1488 to 1489 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: oid 7 updating version 1489 to 1493 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: oid 7 version 1493 is already newer than 1492 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: oid 7 version 1493 is already newer than 1490 2024-07-27T18:27:58.369 INFO:tasks.rados.rados.0.smithi029.stdout:2229: oid 7 version 1493 is already newer than 1491 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1493 (ObjNum 703 snap 216 seq_num 703) dirty exists 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:2229: left oid 7 (ObjNum 703 snap 216 seq_num 703) 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:2230: finishing write tid 1 to smithi02985406-1 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:2230: finishing write tid 2 to smithi02985406-1 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:2230: finishing write tid 3 to smithi02985406-1 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:2230: finishing write tid 4 to smithi02985406-1 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:2230: finishing write tid 5 to smithi02985406-1 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:2230: finishing write tid 6 to smithi02985406-1 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:2230: oid 1 updating version 0 to 1285 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:2230: oid 1 updating version 1285 to 1288 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:2230: oid 1 version 1288 is already newer than 1286 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:2230: oid 1 version 1288 is already newer than 1287 2024-07-27T18:27:58.370 INFO:tasks.rados.rados.0.smithi029.stdout:2230: oid 1 updating version 1288 to 1289 2024-07-27T18:27:58.371 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1289 (ObjNum 704 snap 216 seq_num 704) dirty exists 2024-07-27T18:27:58.371 INFO:tasks.rados.rados.0.smithi029.stdout:2230: left oid 1 (ObjNum 704 snap 216 seq_num 704) 2024-07-27T18:27:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:58 smithi179 ceph-mon[89801]: pgmap v427: 121 pgs: 121 active+clean; 283 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.9 MiB/s wr, 9 op/s; 3.2 MiB/s, 0 objects/s recovering 2024-07-27T18:27:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:27:58 smithi179 ceph-mon[89801]: osdmap e511: 8 total, 8 up, 8 in 2024-07-27T18:27:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:58 smithi029 ceph-mon[96870]: pgmap v427: 121 pgs: 121 active+clean; 283 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.9 MiB/s wr, 9 op/s; 3.2 MiB/s, 0 objects/s recovering 2024-07-27T18:27:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:27:58 smithi029 ceph-mon[96870]: osdmap e511: 8 total, 8 up, 8 in 2024-07-27T18:27:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:58 smithi029 ceph-mon[99353]: pgmap v427: 121 pgs: 121 active+clean; 283 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.9 MiB/s wr, 9 op/s; 3.2 MiB/s, 0 objects/s recovering 2024-07-27T18:27:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:27:58 smithi029 ceph-mon[99353]: osdmap e511: 8 total, 8 up, 8 in 2024-07-27T18:27:59.133 INFO:tasks.rados.rados.0.smithi029.stdout:2225: done (6 left) 2024-07-27T18:27:59.133 INFO:tasks.rados.rados.0.smithi029.stdout:2226: done (5 left) 2024-07-27T18:27:59.133 INFO:tasks.rados.rados.0.smithi029.stdout:2227: done (4 left) 2024-07-27T18:27:59.133 INFO:tasks.rados.rados.0.smithi029.stdout:2228: done (3 left) 2024-07-27T18:27:59.133 INFO:tasks.rados.rados.0.smithi029.stdout:2229: done (2 left) 2024-07-27T18:27:59.133 INFO:tasks.rados.rados.0.smithi029.stdout:2230: done (1 left) 2024-07-27T18:27:59.133 INFO:tasks.rados.rados.0.smithi029.stdout:2231: done (0 left) 2024-07-27T18:27:59.133 INFO:tasks.rados.rados.0.smithi029.stdout:2232: read oid 22 snap -1 2024-07-27T18:27:59.133 INFO:tasks.rados.rados.0.smithi029.stdout:2232: expect (ObjNum 693 snap 212 seq_num 693) 2024-07-27T18:27:59.133 INFO:tasks.rados.rados.0.smithi029.stdout:2233: read oid 39 snap 215 2024-07-27T18:27:59.133 INFO:tasks.rados.rados.0.smithi029.stdout:2233: expect deleted 2024-07-27T18:27:59.134 INFO:tasks.rados.rados.0.smithi029.stdout:2234: setattr oid 14 current snap is 217 2024-07-27T18:27:59.134 INFO:tasks.rados.rados.0.smithi029.stdout:2235: read oid 36 snap 211 2024-07-27T18:27:59.134 INFO:tasks.rados.rados.0.smithi029.stdout:2235: expect (ObjNum 506 snap 151 seq_num 506) 2024-07-27T18:27:59.134 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 43 current snap is 217 2024-07-27T18:27:59.134 INFO:tasks.rados.rados.0.smithi029.stdout:2236: seq_num 705 ranges {4046848=614400,4661248=630784,5292032=524288,5816320=450560} 2024-07-27T18:27:59.161 INFO:tasks.rados.rados.0.smithi029.stdout:2236: writing smithi02985406-43 from 4046848 to 4661248 tid 1 2024-07-27T18:27:59.164 INFO:tasks.rados.rados.0.smithi029.stdout:2236: writing smithi02985406-43 from 4661248 to 5292032 tid 2 2024-07-27T18:27:59.167 INFO:tasks.rados.rados.0.smithi029.stdout:2236: writing smithi02985406-43 from 5292032 to 5816320 tid 3 2024-07-27T18:27:59.170 INFO:tasks.rados.rados.0.smithi029.stdout:2236: writing smithi02985406-43 from 5816320 to 6266880 tid 4 2024-07-27T18:27:59.170 INFO:tasks.rados.rados.0.smithi029.stdout:2237: read oid 24 snap -1 2024-07-27T18:27:59.170 INFO:tasks.rados.rados.0.smithi029.stdout:2237: expect deleted 2024-07-27T18:27:59.170 INFO:tasks.rados.rados.0.smithi029.stdout:2238: read oid 37 snap -1 2024-07-27T18:27:59.170 INFO:tasks.rados.rados.0.smithi029.stdout:2238: expect (ObjNum 659 snap 199 seq_num 659) 2024-07-27T18:27:59.170 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 217 2024-07-27T18:27:59.170 INFO:tasks.rados.rados.0.smithi029.stdout:2239: seq_num 706 ranges {5742592=630784,6373376=516096,6889472=729088,7618560=360448} 2024-07-27T18:27:59.205 INFO:tasks.rados.rados.0.smithi029.stdout:2239: writing smithi02985406-5 from 5742592 to 6373376 tid 1 2024-07-27T18:27:59.208 INFO:tasks.rados.rados.0.smithi029.stdout:2239: writing smithi02985406-5 from 6373376 to 6889472 tid 2 2024-07-27T18:27:59.212 INFO:tasks.rados.rados.0.smithi029.stdout:2239: writing smithi02985406-5 from 6889472 to 7618560 tid 3 2024-07-27T18:27:59.214 INFO:tasks.rados.rados.0.smithi029.stdout:2239: writing smithi02985406-5 from 7618560 to 7979008 tid 4 2024-07-27T18:27:59.214 INFO:tasks.rados.rados.0.smithi029.stdout:2240: snap_remove snap 197 2024-07-27T18:28:00.138 INFO:tasks.rados.rados.0.smithi029.stdout:2240: done (8 left) 2024-07-27T18:28:00.138 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 217 2024-07-27T18:28:00.138 INFO:tasks.rados.rados.0.smithi029.stdout:2241: seq_num 707 ranges {13852672=647168,14499840=802816,15302656=532480,15835136=270336} 2024-07-27T18:28:00.218 INFO:tasks.rados.rados.0.smithi029.stdout:2241: writing smithi02985406-42 from 13852672 to 14499840 tid 1 2024-07-27T18:28:00.223 INFO:tasks.rados.rados.0.smithi029.stdout:2241: writing smithi02985406-42 from 14499840 to 15302656 tid 2 2024-07-27T18:28:00.226 INFO:tasks.rados.rados.0.smithi029.stdout:2241: writing smithi02985406-42 from 15302656 to 15835136 tid 3 2024-07-27T18:28:00.227 INFO:tasks.rados.rados.0.smithi029.stdout:2241: writing smithi02985406-42 from 15835136 to 16105472 tid 4 2024-07-27T18:28:00.228 INFO:tasks.rados.rados.0.smithi029.stdout:2242: delete oid 50 current snap is 217 2024-07-27T18:28:00.228 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 1441 (ObjNum 368712624 snap 21937 seq_num 304) dirty exists 2024-07-27T18:28:00.228 INFO:tasks.rados.rados.0.smithi029.stdout:2235: expect (ObjNum 506 snap 151 seq_num 506) 2024-07-27T18:28:00.312 INFO:tasks.rados.rados.0.smithi029.stdout:2232: expect (ObjNum 693 snap 212 seq_num 693) 2024-07-27T18:28:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:00 smithi179 ceph-mon[89801]: pgmap v430: 121 pgs: 121 active+clean; 278 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:28:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:00 smithi179 ceph-mon[89801]: osdmap e512: 8 total, 8 up, 8 in 2024-07-27T18:28:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:00 smithi029 ceph-mon[96870]: pgmap v430: 121 pgs: 121 active+clean; 278 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:28:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:00 smithi029 ceph-mon[96870]: osdmap e512: 8 total, 8 up, 8 in 2024-07-27T18:28:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:00 smithi029 ceph-mon[99353]: pgmap v430: 121 pgs: 121 active+clean; 278 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-07-27T18:28:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:00 smithi029 ceph-mon[99353]: osdmap e512: 8 total, 8 up, 8 in 2024-07-27T18:28:00.536 INFO:tasks.rados.rados.0.smithi029.stdout:2236: finishing write tid 1 to smithi02985406-43 2024-07-27T18:28:00.536 INFO:tasks.rados.rados.0.smithi029.stdout:2236: finishing write tid 2 to smithi02985406-43 2024-07-27T18:28:00.536 INFO:tasks.rados.rados.0.smithi029.stdout:2236: finishing write tid 3 to smithi02985406-43 2024-07-27T18:28:00.536 INFO:tasks.rados.rados.0.smithi029.stdout:2236: finishing write tid 4 to smithi02985406-43 2024-07-27T18:28:00.536 INFO:tasks.rados.rados.0.smithi029.stdout:2236: finishing write tid 5 to smithi02985406-43 2024-07-27T18:28:00.536 INFO:tasks.rados.rados.0.smithi029.stdout:2236: finishing write tid 6 to smithi02985406-43 2024-07-27T18:28:00.536 INFO:tasks.rados.rados.0.smithi029.stdout:2236: oid 43 updating version 0 to 1499 2024-07-27T18:28:00.536 INFO:tasks.rados.rados.0.smithi029.stdout:2236: oid 43 version 1499 is already newer than 1496 2024-07-27T18:28:00.536 INFO:tasks.rados.rados.0.smithi029.stdout:2236: oid 43 version 1499 is already newer than 1497 2024-07-27T18:28:00.536 INFO:tasks.rados.rados.0.smithi029.stdout:2236: oid 43 version 1499 is already newer than 1498 2024-07-27T18:28:00.536 INFO:tasks.rados.rados.0.smithi029.stdout:2236: oid 43 version 1499 is already newer than 1495 2024-07-27T18:28:00.537 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 1499 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:28:00.537 INFO:tasks.rados.rados.0.smithi029.stdout:2236: left oid 43 (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:28:00.537 INFO:tasks.rados.rados.0.smithi029.stdout:2238: expect (ObjNum 659 snap 199 seq_num 659) 2024-07-27T18:28:00.575 INFO:tasks.rados.rados.0.smithi029.stdout:2239: finishing write tid 1 to smithi02985406-5 2024-07-27T18:28:00.575 INFO:tasks.rados.rados.0.smithi029.stdout:2239: finishing write tid 2 to smithi02985406-5 2024-07-27T18:28:00.575 INFO:tasks.rados.rados.0.smithi029.stdout:2239: finishing write tid 3 to smithi02985406-5 2024-07-27T18:28:00.575 INFO:tasks.rados.rados.0.smithi029.stdout:2239: finishing write tid 4 to smithi02985406-5 2024-07-27T18:28:00.575 INFO:tasks.rados.rados.0.smithi029.stdout:2239: finishing write tid 5 to smithi02985406-5 2024-07-27T18:28:00.575 INFO:tasks.rados.rados.0.smithi029.stdout:2239: finishing write tid 6 to smithi02985406-5 2024-07-27T18:28:00.575 INFO:tasks.rados.rados.0.smithi029.stdout:2239: oid 5 updating version 0 to 1501 2024-07-27T18:28:00.575 INFO:tasks.rados.rados.0.smithi029.stdout:2239: oid 5 updating version 1501 to 1502 2024-07-27T18:28:00.575 INFO:tasks.rados.rados.0.smithi029.stdout:2239: oid 5 updating version 1502 to 1504 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2239: oid 5 updating version 1504 to 1505 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2239: oid 5 version 1505 is already newer than 1503 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1505 (ObjNum 706 snap 217 seq_num 706) dirty exists 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2239: left oid 5 (ObjNum 706 snap 217 seq_num 706) 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2241: finishing write tid 1 to smithi02985406-42 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2241: finishing write tid 2 to smithi02985406-42 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2241: finishing write tid 3 to smithi02985406-42 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2241: finishing write tid 4 to smithi02985406-42 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2241: finishing write tid 5 to smithi02985406-42 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2241: finishing write tid 6 to smithi02985406-42 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2241: oid 42 updating version 0 to 1261 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2241: oid 42 version 1261 is already newer than 1259 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2241: oid 42 version 1261 is already newer than 1258 2024-07-27T18:28:00.576 INFO:tasks.rados.rados.0.smithi029.stdout:2241: oid 42 version 1261 is already newer than 1260 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2241: oid 42 updating version 1261 to 1262 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 1262 (ObjNum 707 snap 217 seq_num 707) dirty exists 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2241: left oid 42 (ObjNum 707 snap 217 seq_num 707) 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2232: done (9 left) 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2233: done (8 left) 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2234: done (7 left) 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2235: done (6 left) 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2236: done (5 left) 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2237: done (4 left) 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2238: done (3 left) 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2239: done (2 left) 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2241: done (1 left) 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2242: done (0 left) 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2243: setattr oid 50 current snap is 217 2024-07-27T18:28:00.577 INFO:tasks.rados.rados.0.smithi029.stdout:2244: rmattr oid 7 current snap is 217 2024-07-27T18:28:00.578 INFO:tasks.rados.rados.0.smithi029.stdout:2245: delete oid 15 current snap is 217 2024-07-27T18:28:00.578 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 1433 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:28:00.578 INFO:tasks.rados.rados.0.smithi029.stdout:2243: done (2 left) 2024-07-27T18:28:00.578 INFO:tasks.rados.rados.0.smithi029.stdout:2245: done (1 left) 2024-07-27T18:28:00.578 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 217 2024-07-27T18:28:00.578 INFO:tasks.rados.rados.0.smithi029.stdout:2246: seq_num 710 ranges {16105472=696320,16801792=499712,17301504=712704,18014208=393216} 2024-07-27T18:28:00.668 INFO:tasks.rados.rados.0.smithi029.stdout:2246: writing smithi02985406-42 from 16105472 to 16801792 tid 1 2024-07-27T18:28:00.671 INFO:tasks.rados.rados.0.smithi029.stdout:2246: writing smithi02985406-42 from 16801792 to 17301504 tid 2 2024-07-27T18:28:00.675 INFO:tasks.rados.rados.0.smithi029.stdout:2246: writing smithi02985406-42 from 17301504 to 18014208 tid 3 2024-07-27T18:28:00.678 INFO:tasks.rados.rados.0.smithi029.stdout:2246: writing smithi02985406-42 from 18014208 to 18407424 tid 4 2024-07-27T18:28:00.678 INFO:tasks.rados.rados.0.smithi029.stdout:2247: read oid 45 snap -1 2024-07-27T18:28:00.678 INFO:tasks.rados.rados.0.smithi029.stdout:2247: expect (ObjNum 644 snap 196 seq_num 644) 2024-07-27T18:28:00.678 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 217 2024-07-27T18:28:00.678 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1515 (ObjNum 703 snap 216 seq_num 703) dirty exists 2024-07-27T18:28:00.678 INFO:tasks.rados.rados.0.smithi029.stdout:2246: finishing write tid 1 to smithi02985406-42 2024-07-27T18:28:00.679 INFO:tasks.rados.rados.0.smithi029.stdout:2246: finishing write tid 2 to smithi02985406-42 2024-07-27T18:28:00.679 INFO:tasks.rados.rados.0.smithi029.stdout:2248: seq_num 711 ranges {0=712704,712704=786432,1499136=516096,2015232=303104} 2024-07-27T18:28:00.683 INFO:tasks.rados.rados.0.smithi029.stdout:2248: writing smithi02985406-40 from 0 to 712704 tid 1 2024-07-27T18:28:00.688 INFO:tasks.rados.rados.0.smithi029.stdout:2248: writing smithi02985406-40 from 712704 to 1499136 tid 2 2024-07-27T18:28:00.691 INFO:tasks.rados.rados.0.smithi029.stdout:2248: writing smithi02985406-40 from 1499136 to 2015232 tid 3 2024-07-27T18:28:00.693 INFO:tasks.rados.rados.0.smithi029.stdout:2248: writing smithi02985406-40 from 2015232 to 2318336 tid 4 2024-07-27T18:28:00.693 INFO:tasks.rados.rados.0.smithi029.stdout:2244: done (3 left) 2024-07-27T18:28:00.693 INFO:tasks.rados.rados.0.smithi029.stdout:2249: snap_remove snap 216 2024-07-27T18:28:01.143 INFO:tasks.rados.rados.0.smithi029.stdout:2249: done (3 left) 2024-07-27T18:28:01.143 INFO:tasks.rados.rados.0.smithi029.stdout:2250: snap_create 2024-07-27T18:28:01.143 INFO:tasks.rados.rados.0.smithi029.stdout:2246: finishing write tid 3 to smithi02985406-42 2024-07-27T18:28:01.143 INFO:tasks.rados.rados.0.smithi029.stdout:2246: finishing write tid 4 to smithi02985406-42 2024-07-27T18:28:01.143 INFO:tasks.rados.rados.0.smithi029.stdout:2246: finishing write tid 5 to smithi02985406-42 2024-07-27T18:28:01.143 INFO:tasks.rados.rados.0.smithi029.stdout:2246: finishing write tid 6 to smithi02985406-42 2024-07-27T18:28:01.143 INFO:tasks.rados.rados.0.smithi029.stdout:2246: oid 42 updating version 0 to 1267 2024-07-27T18:28:01.143 INFO:tasks.rados.rados.0.smithi029.stdout:2246: oid 42 version 1267 is already newer than 1265 2024-07-27T18:28:01.143 INFO:tasks.rados.rados.0.smithi029.stdout:2246: oid 42 version 1267 is already newer than 1264 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2246: oid 42 version 1267 is already newer than 1263 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2246: oid 42 version 1267 is already newer than 1266 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 1267 (ObjNum 710 snap 217 seq_num 710) dirty exists 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2246: left oid 42 (ObjNum 710 snap 217 seq_num 710) 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2248: finishing write tid 1 to smithi02985406-40 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2248: finishing write tid 2 to smithi02985406-40 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2248: finishing write tid 3 to smithi02985406-40 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2248: finishing write tid 4 to smithi02985406-40 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2248: finishing write tid 5 to smithi02985406-40 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2248: finishing write tid 6 to smithi02985406-40 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2248: oid 40 updating version 0 to 443 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2248: oid 40 version 443 is already newer than 441 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2248: oid 40 updating version 443 to 444 2024-07-27T18:28:01.144 INFO:tasks.rados.rados.0.smithi029.stdout:2248: oid 40 updating version 444 to 445 2024-07-27T18:28:01.145 INFO:tasks.rados.rados.0.smithi029.stdout:2248: oid 40 version 445 is already newer than 442 2024-07-27T18:28:01.145 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 445 (ObjNum 711 snap 217 seq_num 711) dirty exists 2024-07-27T18:28:01.145 INFO:tasks.rados.rados.0.smithi029.stdout:2248: left oid 40 (ObjNum 711 snap 217 seq_num 711) 2024-07-27T18:28:01.145 INFO:tasks.rados.rados.0.smithi029.stdout:2247: expect (ObjNum 644 snap 196 seq_num 644) 2024-07-27T18:28:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:01 smithi179 ceph-mon[89801]: osdmap e513: 8 total, 8 up, 8 in 2024-07-27T18:28:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:01 smithi029 ceph-mon[96870]: osdmap e513: 8 total, 8 up, 8 in 2024-07-27T18:28:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:01 smithi029 ceph-mon[99353]: osdmap e513: 8 total, 8 up, 8 in 2024-07-27T18:28:01.995 INFO:tasks.rados.rados.0.smithi029.stdout:2246: done (3 left) 2024-07-27T18:28:01.995 INFO:tasks.rados.rados.0.smithi029.stdout:2247: done (2 left) 2024-07-27T18:28:01.995 INFO:tasks.rados.rados.0.smithi029.stdout:2248: done (1 left) 2024-07-27T18:28:01.995 INFO:tasks.rados.rados.0.smithi029.stdout:2250: done (0 left) 2024-07-27T18:28:01.996 INFO:tasks.rados.rados.0.smithi029.stdout:2251: delete oid 8 current snap is 218 2024-07-27T18:28:01.998 INFO:tasks.rados.rados.0.smithi029.stdout:2251: done (0 left) 2024-07-27T18:28:01.999 INFO:tasks.rados.rados.0.smithi029.stdout:2252: rollback oid 13 current snap is 218 2024-07-27T18:28:01.999 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 215 2024-07-27T18:28:01.999 INFO:tasks.rados.rados.0.smithi029.stdout:2253: snap_create 2024-07-27T18:28:02.003 INFO:tasks.rados.rados.0.smithi029.stdout:2252: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:28:02.004 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 0 (ObjNum 161 snap 0 seq_num 0) dirty dne 2024-07-27T18:28:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:02 smithi179 ceph-mon[89801]: pgmap v433: 121 pgs: 121 active+clean; 297 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 MiB/s rd, 4.7 MiB/s wr, 25 op/s 2024-07-27T18:28:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:02 smithi179 ceph-mon[89801]: osdmap e514: 8 total, 8 up, 8 in 2024-07-27T18:28:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:02 smithi179 ceph-mon[89801]: osdmap e515: 8 total, 8 up, 8 in 2024-07-27T18:28:02.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:02 smithi029 ceph-mon[96870]: pgmap v433: 121 pgs: 121 active+clean; 297 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 MiB/s rd, 4.7 MiB/s wr, 25 op/s 2024-07-27T18:28:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:02 smithi029 ceph-mon[96870]: osdmap e514: 8 total, 8 up, 8 in 2024-07-27T18:28:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:02 smithi029 ceph-mon[96870]: osdmap e515: 8 total, 8 up, 8 in 2024-07-27T18:28:02.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:02 smithi029 ceph-mon[99353]: pgmap v433: 121 pgs: 121 active+clean; 297 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.0 MiB/s rd, 4.7 MiB/s wr, 25 op/s 2024-07-27T18:28:02.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:02 smithi029 ceph-mon[99353]: osdmap e514: 8 total, 8 up, 8 in 2024-07-27T18:28:02.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:02 smithi029 ceph-mon[99353]: osdmap e515: 8 total, 8 up, 8 in 2024-07-27T18:28:02.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:28:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:28:02] "GET /metrics HTTP/1.1" 200 36292 "" "Prometheus/2.43.0" 2024-07-27T18:28:02.997 INFO:tasks.rados.rados.0.smithi029.stdout:2252: done (1 left) 2024-07-27T18:28:02.997 INFO:tasks.rados.rados.0.smithi029.stdout:2253: done (0 left) 2024-07-27T18:28:02.997 INFO:tasks.rados.rados.0.smithi029.stdout:2254: snap_remove snap 202 2024-07-27T18:28:04.005 INFO:tasks.rados.rados.0.smithi029.stdout:2254: done (0 left) 2024-07-27T18:28:04.005 INFO:tasks.rados.rados.0.smithi029.stdout:2255: copy_from oid 10 from oid 48 current snap is 219 2024-07-27T18:28:04.005 INFO:tasks.rados.rados.0.smithi029.stdout:2256: snap_create 2024-07-27T18:28:04.033 INFO:tasks.rados.rados.0.smithi029.stdout:2255: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:28:04.036 INFO:tasks.rados.rados.0.smithi029.stdout:2255: finishing copy_from to smithi02985406-10 2024-07-27T18:28:04.036 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1383 (ObjNum 565 snap 169 seq_num 565) dirty exists 2024-07-27T18:28:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:03 smithi029 ceph-mon[96870]: pgmap v436: 121 pgs: 121 active+clean; 299 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.7 MiB/s rd, 5.2 MiB/s wr, 38 op/s 2024-07-27T18:28:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:03 smithi029 ceph-mon[96870]: osdmap e516: 8 total, 8 up, 8 in 2024-07-27T18:28:04.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:03 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:04.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:03 smithi029 ceph-mon[99353]: pgmap v436: 121 pgs: 121 active+clean; 299 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.7 MiB/s rd, 5.2 MiB/s wr, 38 op/s 2024-07-27T18:28:04.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:03 smithi029 ceph-mon[99353]: osdmap e516: 8 total, 8 up, 8 in 2024-07-27T18:28:04.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:03 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:03 smithi179 ceph-mon[89801]: pgmap v436: 121 pgs: 121 active+clean; 299 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.7 MiB/s rd, 5.2 MiB/s wr, 38 op/s 2024-07-27T18:28:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:03 smithi179 ceph-mon[89801]: osdmap e516: 8 total, 8 up, 8 in 2024-07-27T18:28:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:03 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:05.009 INFO:tasks.rados.rados.0.smithi029.stdout:2255: done (1 left) 2024-07-27T18:28:05.010 INFO:tasks.rados.rados.0.smithi029.stdout:2256: done (0 left) 2024-07-27T18:28:05.010 INFO:tasks.rados.rados.0.smithi029.stdout:2257: read oid 11 snap -1 2024-07-27T18:28:05.010 INFO:tasks.rados.rados.0.smithi029.stdout:2257: expect (ObjNum 620 snap 185 seq_num 620) 2024-07-27T18:28:05.010 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 220 2024-07-27T18:28:05.010 INFO:tasks.rados.rados.0.smithi029.stdout:2258: seq_num 713 ranges {1212416=745472,1957888=557056,2514944=483328,2998272=565248} 2024-07-27T18:28:05.020 INFO:tasks.rados.rados.0.smithi029.stdout:2258: writing smithi02985406-34 from 1212416 to 1957888 tid 1 2024-07-27T18:28:05.024 INFO:tasks.rados.rados.0.smithi029.stdout:2258: writing smithi02985406-34 from 1957888 to 2514944 tid 2 2024-07-27T18:28:05.027 INFO:tasks.rados.rados.0.smithi029.stdout:2258: writing smithi02985406-34 from 2514944 to 2998272 tid 3 2024-07-27T18:28:05.031 INFO:tasks.rados.rados.0.smithi029.stdout:2258: writing smithi02985406-34 from 2998272 to 3563520 tid 4 2024-07-27T18:28:05.031 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 220 2024-07-27T18:28:05.031 INFO:tasks.rados.rados.0.smithi029.stdout:2259: seq_num 714 ranges {5881856=761856,6643712=442368,7086080=688128,7774208=475136} 2024-07-27T18:28:05.067 INFO:tasks.rados.rados.0.smithi029.stdout:2259: writing smithi02985406-45 from 5881856 to 6643712 tid 1 2024-07-27T18:28:05.070 INFO:tasks.rados.rados.0.smithi029.stdout:2259: writing smithi02985406-45 from 6643712 to 7086080 tid 2 2024-07-27T18:28:05.074 INFO:tasks.rados.rados.0.smithi029.stdout:2259: writing smithi02985406-45 from 7086080 to 7774208 tid 3 2024-07-27T18:28:05.077 INFO:tasks.rados.rados.0.smithi029.stdout:2259: writing smithi02985406-45 from 7774208 to 8249344 tid 4 2024-07-27T18:28:05.078 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 220 2024-07-27T18:28:05.078 INFO:tasks.rados.rados.0.smithi029.stdout:2260: seq_num 715 ranges {7086080=778240,7864320=770048,8634368=499712,9134080=335872} 2024-07-27T18:28:05.122 INFO:tasks.rados.rados.0.smithi029.stdout:2260: writing smithi02985406-25 from 7086080 to 7864320 tid 1 2024-07-27T18:28:05.125 INFO:tasks.rados.rados.0.smithi029.stdout:2260: writing smithi02985406-25 from 7864320 to 8634368 tid 2 2024-07-27T18:28:05.128 INFO:tasks.rados.rados.0.smithi029.stdout:2260: writing smithi02985406-25 from 8634368 to 9134080 tid 3 2024-07-27T18:28:05.130 INFO:tasks.rados.rados.0.smithi029.stdout:2260: writing smithi02985406-25 from 9134080 to 9469952 tid 4 2024-07-27T18:28:05.130 INFO:tasks.rados.rados.0.smithi029.stdout:2261: rollback oid 6 current snap is 220 2024-07-27T18:28:05.131 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 6 to 217 2024-07-27T18:28:05.131 INFO:tasks.rados.rados.0.smithi029.stdout:2257: expect (ObjNum 620 snap 185 seq_num 620) 2024-07-27T18:28:05.153 INFO:tasks.rados.rados.0.smithi029.stdout:2258: finishing write tid 1 to smithi02985406-34 2024-07-27T18:28:05.154 INFO:tasks.rados.rados.0.smithi029.stdout:2258: finishing write tid 2 to smithi02985406-34 2024-07-27T18:28:05.154 INFO:tasks.rados.rados.0.smithi029.stdout:2258: finishing write tid 3 to smithi02985406-34 2024-07-27T18:28:05.154 INFO:tasks.rados.rados.0.smithi029.stdout:2257: done (4 left) 2024-07-27T18:28:05.154 INFO:tasks.rados.rados.0.smithi029.stdout:2262: setattr oid 44 current snap is 220 2024-07-27T18:28:05.154 INFO:tasks.rados.rados.0.smithi029.stdout:2258: finishing write tid 4 to smithi02985406-34 2024-07-27T18:28:05.154 INFO:tasks.rados.rados.0.smithi029.stdout:2258: finishing write tid 5 to smithi02985406-34 2024-07-27T18:28:05.155 INFO:tasks.rados.rados.0.smithi029.stdout:2258: finishing write tid 6 to smithi02985406-34 2024-07-27T18:28:05.155 INFO:tasks.rados.rados.0.smithi029.stdout:2258: oid 34 updating version 0 to 1329 2024-07-27T18:28:05.155 INFO:tasks.rados.rados.0.smithi029.stdout:2258: oid 34 version 1329 is already newer than 1326 2024-07-27T18:28:05.155 INFO:tasks.rados.rados.0.smithi029.stdout:2258: oid 34 version 1329 is already newer than 1325 2024-07-27T18:28:05.155 INFO:tasks.rados.rados.0.smithi029.stdout:2258: oid 34 version 1329 is already newer than 1327 2024-07-27T18:28:05.155 INFO:tasks.rados.rados.0.smithi029.stdout:2258: oid 34 version 1329 is already newer than 1328 2024-07-27T18:28:05.156 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 1329 (ObjNum 713 snap 220 seq_num 713) dirty exists 2024-07-27T18:28:05.156 INFO:tasks.rados.rados.0.smithi029.stdout:2258: left oid 34 (ObjNum 713 snap 220 seq_num 713) 2024-07-27T18:28:05.156 INFO:tasks.rados.rados.0.smithi029.stdout:2259: finishing write tid 1 to smithi02985406-45 2024-07-27T18:28:05.156 INFO:tasks.rados.rados.0.smithi029.stdout:2259: finishing write tid 2 to smithi02985406-45 2024-07-27T18:28:05.156 INFO:tasks.rados.rados.0.smithi029.stdout:2259: finishing write tid 3 to smithi02985406-45 2024-07-27T18:28:05.156 INFO:tasks.rados.rados.0.smithi029.stdout:2259: finishing write tid 4 to smithi02985406-45 2024-07-27T18:28:05.156 INFO:tasks.rados.rados.0.smithi029.stdout:2259: finishing write tid 5 to smithi02985406-45 2024-07-27T18:28:05.156 INFO:tasks.rados.rados.0.smithi029.stdout:2259: finishing write tid 6 to smithi02985406-45 2024-07-27T18:28:05.156 INFO:tasks.rados.rados.0.smithi029.stdout:2259: oid 45 updating version 0 to 1445 2024-07-27T18:28:05.156 INFO:tasks.rados.rados.0.smithi029.stdout:2259: oid 45 version 1445 is already newer than 1444 2024-07-27T18:28:05.156 INFO:tasks.rados.rados.0.smithi029.stdout:2259: oid 45 version 1445 is already newer than 1443 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:2259: oid 45 updating version 1445 to 1446 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:2259: oid 45 version 1446 is already newer than 1442 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 1446 (ObjNum 714 snap 220 seq_num 714) dirty exists 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:2259: left oid 45 (ObjNum 714 snap 220 seq_num 714) 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:2260: finishing write tid 1 to smithi02985406-25 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:2260: finishing write tid 2 to smithi02985406-25 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:2260: finishing write tid 3 to smithi02985406-25 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:2260: finishing write tid 4 to smithi02985406-25 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:2260: finishing write tid 5 to smithi02985406-25 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:2261: finishing rollback tid 0 to smithi02985406-6 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:2261: finishing rollback tid 1 to smithi02985406-6 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:2261: finishing rollback tid 2 to smithi02985406-6 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1386 (ObjNum 702 snap 216 seq_num 702) dirty exists 2024-07-27T18:28:05.157 INFO:tasks.rados.rados.0.smithi029.stdout:2260: finishing write tid 6 to smithi02985406-25 2024-07-27T18:28:05.158 INFO:tasks.rados.rados.0.smithi029.stdout:2260: oid 25 updating version 0 to 1475 2024-07-27T18:28:05.158 INFO:tasks.rados.rados.0.smithi029.stdout:2260: oid 25 version 1475 is already newer than 1473 2024-07-27T18:28:05.158 INFO:tasks.rados.rados.0.smithi029.stdout:2260: oid 25 version 1475 is already newer than 1472 2024-07-27T18:28:05.158 INFO:tasks.rados.rados.0.smithi029.stdout:2260: oid 25 version 1475 is already newer than 1474 2024-07-27T18:28:05.158 INFO:tasks.rados.rados.0.smithi029.stdout:2260: oid 25 updating version 1475 to 1476 2024-07-27T18:28:05.158 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1476 (ObjNum 715 snap 220 seq_num 715) dirty exists 2024-07-27T18:28:05.158 INFO:tasks.rados.rados.0.smithi029.stdout:2260: left oid 25 (ObjNum 715 snap 220 seq_num 715) 2024-07-27T18:28:05.159 INFO:tasks.rados.rados.0.smithi029.stdout:2258: done (4 left) 2024-07-27T18:28:05.159 INFO:tasks.rados.rados.0.smithi029.stdout:2259: done (3 left) 2024-07-27T18:28:05.159 INFO:tasks.rados.rados.0.smithi029.stdout:2260: done (2 left) 2024-07-27T18:28:05.159 INFO:tasks.rados.rados.0.smithi029.stdout:2261: done (1 left) 2024-07-27T18:28:05.159 INFO:tasks.rados.rados.0.smithi029.stdout:2263: read oid 25 snap 210 2024-07-27T18:28:05.159 INFO:tasks.rados.rados.0.smithi029.stdout:2263: expect (ObjNum 637 snap 194 seq_num 637) 2024-07-27T18:28:05.159 INFO:tasks.rados.rados.0.smithi029.stdout:2264: snap_remove snap 217 2024-07-27T18:28:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:05 smithi179 ceph-mon[89801]: osdmap e517: 8 total, 8 up, 8 in 2024-07-27T18:28:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:05 smithi029 ceph-mon[96870]: osdmap e517: 8 total, 8 up, 8 in 2024-07-27T18:28:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:05 smithi029 ceph-mon[99353]: osdmap e517: 8 total, 8 up, 8 in 2024-07-27T18:28:06.016 INFO:tasks.rados.rados.0.smithi029.stdout:2264: done (2 left) 2024-07-27T18:28:06.016 INFO:tasks.rados.rados.0.smithi029.stdout:2265: snap_remove snap 218 2024-07-27T18:28:06.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:06 smithi179 ceph-mon[89801]: pgmap v439: 121 pgs: 121 active+clean; 309 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 3.0 MiB/s wr, 21 op/s 2024-07-27T18:28:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:06 smithi179 ceph-mon[89801]: osdmap e518: 8 total, 8 up, 8 in 2024-07-27T18:28:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:06 smithi029 ceph-mon[96870]: pgmap v439: 121 pgs: 121 active+clean; 309 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 3.0 MiB/s wr, 21 op/s 2024-07-27T18:28:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:06 smithi029 ceph-mon[96870]: osdmap e518: 8 total, 8 up, 8 in 2024-07-27T18:28:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:06 smithi029 ceph-mon[99353]: pgmap v439: 121 pgs: 121 active+clean; 309 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 3.0 MiB/s wr, 21 op/s 2024-07-27T18:28:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:06 smithi029 ceph-mon[99353]: osdmap e518: 8 total, 8 up, 8 in 2024-07-27T18:28:06.999 INFO:tasks.rados.rados.0.smithi029.stdout:2265: done (2 left) 2024-07-27T18:28:06.999 INFO:tasks.rados.rados.0.smithi029.stdout:2266: delete oid 47 current snap is 220 2024-07-27T18:28:06.999 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1387 (ObjNum 666 snap 200 seq_num 666) dirty exists 2024-07-27T18:28:06.999 INFO:tasks.rados.rados.0.smithi029.stdout:2263: expect (ObjNum 637 snap 194 seq_num 637) 2024-07-27T18:28:07.322 INFO:tasks.rados.rados.0.smithi029.stdout:2262: done (2 left) 2024-07-27T18:28:07.322 INFO:tasks.rados.rados.0.smithi029.stdout:2263: done (1 left) 2024-07-27T18:28:07.322 INFO:tasks.rados.rados.0.smithi029.stdout:2266: done (0 left) 2024-07-27T18:28:07.323 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 220 2024-07-27T18:28:07.323 INFO:tasks.rados.rados.0.smithi029.stdout:2267: seq_num 717 ranges {2523136=16384} 2024-07-27T18:28:07.336 INFO:tasks.rados.rados.0.smithi029.stdout:2267: writing smithi02985406-44 from 2523136 to 2539520 tid 1 2024-07-27T18:28:07.336 INFO:tasks.rados.rados.0.smithi029.stdout:2268: copy_from oid 37 from oid 23 current snap is 220 2024-07-27T18:28:07.336 INFO:tasks.rados.rados.0.smithi029.stdout:2269: snap_create 2024-07-27T18:28:07.339 INFO:tasks.rados.rados.0.smithi029.stdout:2267: finishing write tid 1 to smithi02985406-44 2024-07-27T18:28:07.339 INFO:tasks.rados.rados.0.smithi029.stdout:2267: finishing write tid 2 to smithi02985406-44 2024-07-27T18:28:07.340 INFO:tasks.rados.rados.0.smithi029.stdout:2267: finishing write tid 3 to smithi02985406-44 2024-07-27T18:28:07.341 INFO:tasks.rados.rados.0.smithi029.stdout:2267: oid 44 updating version 0 to 1388 2024-07-27T18:28:07.341 INFO:tasks.rados.rados.0.smithi029.stdout:2267: oid 44 updating version 1388 to 1389 2024-07-27T18:28:07.341 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1389 (ObjNum 717 snap 220 seq_num 717) dirty exists 2024-07-27T18:28:07.341 INFO:tasks.rados.rados.0.smithi029.stdout:2267: left oid 44 (ObjNum 717 snap 220 seq_num 717) 2024-07-27T18:28:07.371 INFO:tasks.rados.rados.0.smithi029.stdout:2268: finishing copy_from racing read to smithi02985406-37 2024-07-27T18:28:07.371 INFO:tasks.rados.rados.0.smithi029.stdout:2268: finishing copy_from to smithi02985406-37 2024-07-27T18:28:07.371 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1360 (ObjNum 700 snap 216 seq_num 700) dirty exists 2024-07-27T18:28:07.407 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:07 smithi179 ceph-mon[89801]: osdmap e519: 8 total, 8 up, 8 in 2024-07-27T18:28:07.407 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:07 smithi179 ceph-mon[89801]: osdmap e520: 8 total, 8 up, 8 in 2024-07-27T18:28:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:07 smithi029 ceph-mon[96870]: osdmap e519: 8 total, 8 up, 8 in 2024-07-27T18:28:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:07 smithi029 ceph-mon[96870]: osdmap e520: 8 total, 8 up, 8 in 2024-07-27T18:28:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:07 smithi029 ceph-mon[99353]: osdmap e519: 8 total, 8 up, 8 in 2024-07-27T18:28:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:07 smithi029 ceph-mon[99353]: osdmap e520: 8 total, 8 up, 8 in 2024-07-27T18:28:08.028 INFO:tasks.rados.rados.0.smithi029.stdout:2267: done (2 left) 2024-07-27T18:28:08.029 INFO:tasks.rados.rados.0.smithi029.stdout:2268: done (1 left) 2024-07-27T18:28:08.029 INFO:tasks.rados.rados.0.smithi029.stdout:2269: done (0 left) 2024-07-27T18:28:08.029 INFO:tasks.rados.rados.0.smithi029.stdout:2270: delete oid 42 current snap is 221 2024-07-27T18:28:08.034 INFO:tasks.rados.rados.0.smithi029.stdout:2270: done (0 left) 2024-07-27T18:28:08.034 INFO:tasks.rados.rados.0.smithi029.stdout:2271: delete oid 48 current snap is 221 2024-07-27T18:28:08.039 INFO:tasks.rados.rados.0.smithi029.stdout:2271: done (0 left) 2024-07-27T18:28:08.039 INFO:tasks.rados.rados.0.smithi029.stdout:2272: rollback oid 47 current snap is 221 2024-07-27T18:28:08.039 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 47 to 214 2024-07-27T18:28:08.039 INFO:tasks.rados.rados.0.smithi029.stdout:2273: read oid 15 snap -1 2024-07-27T18:28:08.040 INFO:tasks.rados.rados.0.smithi029.stdout:2273: expect deleted 2024-07-27T18:28:08.040 INFO:tasks.rados.rados.0.smithi029.stdout:2274: setattr oid 4 current snap is 221 2024-07-27T18:28:08.040 INFO:tasks.rados.rados.0.smithi029.stdout:2273: done (2 left) 2024-07-27T18:28:08.041 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 221 2024-07-27T18:28:08.041 INFO:tasks.rados.rados.0.smithi029.stdout:2275: seq_num 720 ranges {7962624=65536} 2024-07-27T18:28:08.085 INFO:tasks.rados.rados.0.smithi029.stdout:2275: writing smithi02985406-17 from 7962624 to 8028160 tid 1 2024-07-27T18:28:08.085 INFO:tasks.rados.rados.0.smithi029.stdout:2276: snap_remove snap 179 2024-07-27T18:28:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:08 smithi179 ceph-mon[89801]: pgmap v442: 121 pgs: 121 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.5 MiB/s wr, 8 op/s 2024-07-27T18:28:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-07-27T18:28:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:08 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-07-27T18:28:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:08 smithi179 ceph-mon[89801]: Upgrade: osd.7 is safe to restart 2024-07-27T18:28:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:08 smithi029 ceph-mon[96870]: pgmap v442: 121 pgs: 121 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.5 MiB/s wr, 8 op/s 2024-07-27T18:28:08.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-07-27T18:28:08.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:08 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-07-27T18:28:08.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:08 smithi029 ceph-mon[96870]: Upgrade: osd.7 is safe to restart 2024-07-27T18:28:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:08 smithi029 ceph-mon[99353]: pgmap v442: 121 pgs: 121 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.5 MiB/s wr, 8 op/s 2024-07-27T18:28:08.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-07-27T18:28:08.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:08 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-07-27T18:28:08.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:08 smithi029 ceph-mon[99353]: Upgrade: osd.7 is safe to restart 2024-07-27T18:28:09.034 INFO:tasks.rados.rados.0.smithi029.stdout:2276: done (3 left) 2024-07-27T18:28:09.035 INFO:tasks.rados.rados.0.smithi029.stdout:2277: snap_create 2024-07-27T18:28:09.035 INFO:tasks.rados.rados.0.smithi029.stdout:2272: finishing rollback tid 1 to smithi02985406-47 2024-07-27T18:28:09.035 INFO:tasks.rados.rados.0.smithi029.stdout:2272: finishing rollback tid 2 to smithi02985406-47 2024-07-27T18:28:09.035 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 1486 (ObjNum 592 snap 177 seq_num 592) dirty exists 2024-07-27T18:28:09.035 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1330 (ObjNum 672 snap 201 seq_num 672) dirty exists 2024-07-27T18:28:09.035 INFO:tasks.rados.rados.0.smithi029.stdout:2275: finishing write tid 1 to smithi02985406-17 2024-07-27T18:28:09.036 INFO:tasks.rados.rados.0.smithi029.stdout:2275: finishing write tid 2 to smithi02985406-17 2024-07-27T18:28:09.036 INFO:tasks.rados.rados.0.smithi029.stdout:2275: finishing write tid 3 to smithi02985406-17 2024-07-27T18:28:09.036 INFO:tasks.rados.rados.0.smithi029.stdout:2275: oid 17 updating version 0 to 1193 2024-07-27T18:28:09.036 INFO:tasks.rados.rados.0.smithi029.stdout:2275: oid 17 version 1193 is already newer than 1192 2024-07-27T18:28:09.036 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1193 (ObjNum 720 snap 221 seq_num 720) dirty exists 2024-07-27T18:28:09.036 INFO:tasks.rados.rados.0.smithi029.stdout:2275: left oid 17 (ObjNum 720 snap 221 seq_num 720) 2024-07-27T18:28:09.149 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:09 smithi179 ceph-mon[89801]: osdmap e521: 8 total, 8 up, 8 in 2024-07-27T18:28:09.150 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:09 smithi179 ceph-mon[89801]: Upgrade: Updating osd.7 2024-07-27T18:28:09.150 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:09.150 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-07-27T18:28:09.150 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:09.150 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:09.150 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:28:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[96870]: osdmap e521: 8 total, 8 up, 8 in 2024-07-27T18:28:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[96870]: Upgrade: Updating osd.7 2024-07-27T18:28:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-07-27T18:28:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:28:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[99353]: osdmap e521: 8 total, 8 up, 8 in 2024-07-27T18:28:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[99353]: Upgrade: Updating osd.7 2024-07-27T18:28:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-07-27T18:28:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:28:10.039 INFO:tasks.rados.rados.0.smithi029.stdout:2272: done (3 left) 2024-07-27T18:28:10.039 INFO:tasks.rados.rados.0.smithi029.stdout:2274: done (2 left) 2024-07-27T18:28:10.039 INFO:tasks.rados.rados.0.smithi029.stdout:2275: done (1 left) 2024-07-27T18:28:10.039 INFO:tasks.rados.rados.0.smithi029.stdout:2277: done (0 left) 2024-07-27T18:28:10.039 INFO:tasks.rados.rados.0.smithi029.stdout:2278: delete oid 38 current snap is 222 2024-07-27T18:28:10.042 INFO:tasks.rados.rados.0.smithi029.stdout:2278: done (0 left) 2024-07-27T18:28:10.042 INFO:tasks.rados.rados.0.smithi029.stdout:2279: snap_remove snap 220 2024-07-27T18:28:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:10 smithi179 ceph-mon[89801]: Deploying daemon osd.7 on smithi179 2024-07-27T18:28:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:10 smithi179 ceph-mon[89801]: pgmap v445: 121 pgs: 121 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 583 KiB/s rd, 1.1 MiB/s wr, 4 op/s 2024-07-27T18:28:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:10 smithi179 ceph-mon[89801]: osdmap e522: 8 total, 8 up, 8 in 2024-07-27T18:28:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:10 smithi029 ceph-mon[96870]: Deploying daemon osd.7 on smithi179 2024-07-27T18:28:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:10 smithi029 ceph-mon[96870]: pgmap v445: 121 pgs: 121 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 583 KiB/s rd, 1.1 MiB/s wr, 4 op/s 2024-07-27T18:28:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:10 smithi029 ceph-mon[96870]: osdmap e522: 8 total, 8 up, 8 in 2024-07-27T18:28:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:10 smithi029 ceph-mon[99353]: Deploying daemon osd.7 on smithi179 2024-07-27T18:28:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:10 smithi029 ceph-mon[99353]: pgmap v445: 121 pgs: 121 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 583 KiB/s rd, 1.1 MiB/s wr, 4 op/s 2024-07-27T18:28:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:10 smithi029 ceph-mon[99353]: osdmap e522: 8 total, 8 up, 8 in 2024-07-27T18:28:11.045 INFO:tasks.rados.rados.0.smithi029.stdout:2279: done (0 left) 2024-07-27T18:28:11.045 INFO:tasks.rados.rados.0.smithi029.stdout:2280: rmattr oid 12 current snap is 222 2024-07-27T18:28:11.045 INFO:tasks.rados.rados.0.smithi029.stdout:2280: done (0 left) 2024-07-27T18:28:11.045 INFO:tasks.rados.rados.0.smithi029.stdout:2281: snap_remove snap 204 2024-07-27T18:28:11.113 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:11 smithi179 ceph-mon[89801]: osdmap e523: 8 total, 8 up, 8 in 2024-07-27T18:28:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:11 smithi029 ceph-mon[96870]: osdmap e523: 8 total, 8 up, 8 in 2024-07-27T18:28:11.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:11 smithi029 ceph-mon[99353]: osdmap e523: 8 total, 8 up, 8 in 2024-07-27T18:28:11.745 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:11 smithi179 systemd[1]: Stopping Ceph osd.7 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:28:12.000 INFO:tasks.rados.rados.0.smithi029.stdout:2281: done (0 left) 2024-07-27T18:28:12.000 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 222 2024-07-27T18:28:12.000 INFO:tasks.rados.rados.0.smithi029.stdout:2282: seq_num 722 ranges {3563520=98304} 2024-07-27T18:28:12.021 INFO:tasks.rados.rados.0.smithi029.stdout:2282: writing smithi02985406-34 from 3563520 to 3661824 tid 1 2024-07-27T18:28:12.021 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 222 2024-07-27T18:28:12.021 INFO:tasks.rados.rados.0.smithi029.stdout:2283: seq_num 723 ranges {0=114688} 2024-07-27T18:28:12.023 INFO:tasks.rados.rados.0.smithi029.stdout:2283: writing smithi02985406-38 from 0 to 114688 tid 1 2024-07-27T18:28:12.023 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 222 2024-07-27T18:28:12.023 INFO:tasks.rados.rados.0.smithi029.stdout:2284: seq_num 724 ranges {5603328=131072} 2024-07-27T18:28:12.042 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[56954]: 2024-07-27T18:28:11.742+0000 7f157c46d640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:28:12.042 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[56954]: 2024-07-27T18:28:11.742+0000 7f157c46d640 -1 osd.7 524 *** Got signal Terminated *** 2024-07-27T18:28:12.042 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[56954]: 2024-07-27T18:28:11.742+0000 7f157c46d640 -1 osd.7 524 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T18:28:12.055 INFO:tasks.rados.rados.0.smithi029.stdout:2284: writing smithi02985406-1 from 5603328 to 5734400 tid 1 2024-07-27T18:28:12.055 INFO:tasks.rados.rados.0.smithi029.stdout:2285: rollback oid 33 current snap is 222 2024-07-27T18:28:12.055 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 33 to 215 2024-07-27T18:28:12.055 INFO:tasks.rados.rados.0.smithi029.stdout:2283: finishing write tid 1 to smithi02985406-38 2024-07-27T18:28:12.055 INFO:tasks.rados.rados.0.smithi029.stdout:2286: rollback oid 7 current snap is 222 2024-07-27T18:28:12.055 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 7 to 221 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:2283: finishing write tid 2 to smithi02985406-38 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:2282: finishing write tid 1 to smithi02985406-34 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:2282: finishing write tid 2 to smithi02985406-34 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:2283: finishing write tid 3 to smithi02985406-38 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:2283: oid 38 updating version 0 to 1245 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:2283: oid 38 updating version 1245 to 1246 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 1246 (ObjNum 723 snap 222 seq_num 723) dirty exists 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:2283: left oid 38 (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:2282: finishing write tid 3 to smithi02985406-34 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:2282: oid 34 updating version 0 to 1331 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:2282: oid 34 updating version 1331 to 1332 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 1332 (ObjNum 722 snap 222 seq_num 722) dirty exists 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:2282: left oid 34 (ObjNum 722 snap 222 seq_num 722) 2024-07-27T18:28:12.056 INFO:tasks.rados.rados.0.smithi029.stdout:2282: done (4 left) 2024-07-27T18:28:12.057 INFO:tasks.rados.rados.0.smithi029.stdout:2283: done (3 left) 2024-07-27T18:28:12.057 INFO:tasks.rados.rados.0.smithi029.stdout:2287: copy_from oid 8 from oid 35 current snap is 222 2024-07-27T18:28:12.057 INFO:tasks.rados.rados.0.smithi029.stdout:2288: read oid 47 snap -1 2024-07-27T18:28:12.057 INFO:tasks.rados.rados.0.smithi029.stdout:2288: expect (ObjNum 592 snap 177 seq_num 592) 2024-07-27T18:28:12.057 INFO:tasks.rados.rados.0.smithi029.stdout:2289: snap_remove snap 205 2024-07-27T18:28:12.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-mon[96870]: pgmap v448: 121 pgs: 121 active+clean; 310 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.2 MiB/s rd, 3.5 MiB/s wr, 14 op/s 2024-07-27T18:28:12.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-mon[96870]: osdmap e524: 8 total, 8 up, 8 in 2024-07-27T18:28:12.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-mon[96870]: osd.7 marked itself down and dead 2024-07-27T18:28:12.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-mon[96870]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:28:12.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-mon[96870]: Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-07-27T18:28:12.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-mon[96870]: osdmap e525: 8 total, 7 up, 8 in 2024-07-27T18:28:12.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-mon[99353]: pgmap v448: 121 pgs: 121 active+clean; 310 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.2 MiB/s rd, 3.5 MiB/s wr, 14 op/s 2024-07-27T18:28:12.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-mon[99353]: osdmap e524: 8 total, 8 up, 8 in 2024-07-27T18:28:12.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-mon[99353]: osd.7 marked itself down and dead 2024-07-27T18:28:12.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-mon[99353]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:28:12.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-mon[99353]: Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-07-27T18:28:12.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-mon[99353]: osdmap e525: 8 total, 7 up, 8 in 2024-07-27T18:28:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:12 smithi179 ceph-mon[89801]: pgmap v448: 121 pgs: 121 active+clean; 310 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.2 MiB/s rd, 3.5 MiB/s wr, 14 op/s 2024-07-27T18:28:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:12 smithi179 ceph-mon[89801]: osdmap e524: 8 total, 8 up, 8 in 2024-07-27T18:28:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:12 smithi179 ceph-mon[89801]: osd.7 marked itself down and dead 2024-07-27T18:28:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:12 smithi179 ceph-mon[89801]: Health check failed: 1 osds down (OSD_DOWN) 2024-07-27T18:28:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:12 smithi179 ceph-mon[89801]: Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-07-27T18:28:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:12 smithi179 ceph-mon[89801]: osdmap e525: 8 total, 7 up, 8 in 2024-07-27T18:28:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:28:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:28:12] "GET /metrics HTTP/1.1" 200 36276 "" "Prometheus/2.43.0" 2024-07-27T18:28:12.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:12 smithi179 podman[109876]: 2024-07-27 18:28:12.549375824 +0000 UTC m=+0.940576855 container died ba4f15b3fb613b79727e65c8dfab3888ac4cc04c0f5d7c8229680793c332a1f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7, RELEASE=reef-a3bbd72, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, org.label-schema.build-date=20240716) 2024-07-27T18:28:13.001 INFO:tasks.rados.rados.0.smithi029.stdout:2285: finishing rollback tid 1 to smithi02985406-33 2024-07-27T18:28:13.001 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 1182 (ObjNum 33 snap 0 seq_num 1324010981) dirty dne 2024-07-27T18:28:13.001 INFO:tasks.rados.rados.0.smithi029.stdout:2288: expect (ObjNum 592 snap 177 seq_num 592) 2024-07-27T18:28:13.172 INFO:tasks.rados.rados.0.smithi029.stdout:2286: finishing rollback tid 0 to smithi02985406-7 2024-07-27T18:28:13.172 INFO:tasks.rados.rados.0.smithi029.stdout:2286: finishing rollback tid 1 to smithi02985406-7 2024-07-27T18:28:13.172 INFO:tasks.rados.rados.0.smithi029.stdout:2286: finishing rollback tid 2 to smithi02985406-7 2024-07-27T18:28:13.172 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1546 (ObjNum 703 snap 216 seq_num 703) dirty exists 2024-07-27T18:28:13.173 INFO:tasks.rados.rados.0.smithi029.stdout:2284: finishing write tid 1 to smithi02985406-1 2024-07-27T18:28:13.173 INFO:tasks.rados.rados.0.smithi029.stdout:2284: finishing write tid 2 to smithi02985406-1 2024-07-27T18:28:13.173 INFO:tasks.rados.rados.0.smithi029.stdout:2284: finishing write tid 3 to smithi02985406-1 2024-07-27T18:28:13.173 INFO:tasks.rados.rados.0.smithi029.stdout:2284: oid 1 updating version 0 to 1391 2024-07-27T18:28:13.173 INFO:tasks.rados.rados.0.smithi029.stdout:2284: oid 1 version 1391 is already newer than 1390 2024-07-27T18:28:13.173 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1391 (ObjNum 724 snap 222 seq_num 724) dirty exists 2024-07-27T18:28:13.174 INFO:tasks.rados.rados.0.smithi029.stdout:2284: left oid 1 (ObjNum 724 snap 222 seq_num 724) 2024-07-27T18:28:13.174 INFO:tasks.rados.rados.0.smithi029.stdout:2287: finishing copy_from racing read to smithi02985406-8 2024-07-27T18:28:13.174 INFO:tasks.rados.rados.0.smithi029.stdout:2287: finishing copy_from to smithi02985406-8 2024-07-27T18:28:13.174 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 972 (ObjNum 690 snap 209 seq_num 690) dirty exists 2024-07-27T18:28:13.174 INFO:tasks.rados.rados.0.smithi029.stdout:2284: done (5 left) 2024-07-27T18:28:13.174 INFO:tasks.rados.rados.0.smithi029.stdout:2285: done (4 left) 2024-07-27T18:28:13.175 INFO:tasks.rados.rados.0.smithi029.stdout:2286: done (3 left) 2024-07-27T18:28:13.175 INFO:tasks.rados.rados.0.smithi029.stdout:2287: done (2 left) 2024-07-27T18:28:13.175 INFO:tasks.rados.rados.0.smithi029.stdout:2288: done (1 left) 2024-07-27T18:28:13.175 INFO:tasks.rados.rados.0.smithi029.stdout:2289: done (0 left) 2024-07-27T18:28:13.175 INFO:tasks.rados.rados.0.smithi029.stdout:2290: rollback oid 17 current snap is 222 2024-07-27T18:28:13.176 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 17 to 211 2024-07-27T18:28:13.176 INFO:tasks.rados.rados.0.smithi029.stdout:2291: snap_remove snap 210 2024-07-27T18:28:13.260 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:13 smithi179 podman[109876]: 2024-07-27 18:28:13.041496919 +0000 UTC m=+1.432697949 container cleanup ba4f15b3fb613b79727e65c8dfab3888ac4cc04c0f5d7c8229680793c332a1f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-a3bbd72, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, org.label-schema.build-date=20240716, GIT_CLEAN=True, ceph=True) 2024-07-27T18:28:13.261 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:13 smithi179 bash[109876]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7 2024-07-27T18:28:13.589 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:13 smithi179 podman[109898]: 2024-07-27 18:28:13.259629593 +0000 UTC m=+0.704743078 container remove ba4f15b3fb613b79727e65c8dfab3888ac4cc04c0f5d7c8229680793c332a1f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, GIT_CLEAN=True, RELEASE=reef-a3bbd72, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-07-27T18:28:13.839 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:13 smithi179 podman[109988]: 2024-07-27 18:28:13.490649232 +0000 UTC m=+0.017614427 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:28:13.839 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:13 smithi179 podman[109988]: 2024-07-27 18:28:13.602346455 +0000 UTC m=+0.129311645 container create efd3499320150695fe0e7bc937ae455d4cf74f7fa73cae0252aec93f1141f725 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-deactivate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, RELEASE=squid-46c551b, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716) 2024-07-27T18:28:13.840 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:13 smithi179 podman[109988]: 2024-07-27 18:28:13.838567861 +0000 UTC m=+0.365533042 container init efd3499320150695fe0e7bc937ae455d4cf74f7fa73cae0252aec93f1141f725 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-deactivate, RELEASE=squid-46c551b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, GIT_BRANCH=HEAD) 2024-07-27T18:28:14.048 INFO:tasks.rados.rados.0.smithi029.stdout:2290: finishing rollback tid 0 to smithi02985406-17 2024-07-27T18:28:14.049 INFO:tasks.rados.rados.0.smithi029.stdout:2290: finishing rollback tid 1 to smithi02985406-17 2024-07-27T18:28:14.049 INFO:tasks.rados.rados.0.smithi029.stdout:2290: finishing rollback tid 2 to smithi02985406-17 2024-07-27T18:28:14.049 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1196 (ObjNum 688 snap 207 seq_num 688) dirty exists 2024-07-27T18:28:14.049 INFO:tasks.rados.rados.0.smithi029.stdout:2290: done (1 left) 2024-07-27T18:28:14.049 INFO:tasks.rados.rados.0.smithi029.stdout:2291: done (0 left) 2024-07-27T18:28:14.049 INFO:tasks.rados.rados.0.smithi029.stdout:2292: snap_create 2024-07-27T18:28:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:13 smithi179 ceph-mon[89801]: pgmap v451: 121 pgs: 14 peering, 13 stale+active+clean, 94 active+clean; 290 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.4 MiB/s wr, 17 op/s 2024-07-27T18:28:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:13 smithi179 ceph-mon[89801]: osdmap e526: 8 total, 7 up, 8 in 2024-07-27T18:28:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:13 smithi179 ceph-mon[89801]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-07-27T18:28:14.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:13 smithi179 podman[109988]: 2024-07-27 18:28:13.843262627 +0000 UTC m=+0.370227808 container start efd3499320150695fe0e7bc937ae455d4cf74f7fa73cae0252aec93f1141f725 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, ceph=True, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-07-27T18:28:14.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:13 smithi179 podman[109988]: 2024-07-27 18:28:13.94704661 +0000 UTC m=+0.474011800 container attach efd3499320150695fe0e7bc937ae455d4cf74f7fa73cae0252aec93f1141f725 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-deactivate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, GIT_CLEAN=True, RELEASE=squid-46c551b, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-07-27T18:28:14.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:14 smithi179 podman[109988]: 2024-07-27 18:28:14.024859866 +0000 UTC m=+0.551825054 container died efd3499320150695fe0e7bc937ae455d4cf74f7fa73cae0252aec93f1141f725 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=squid-46c551b, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-07-27T18:28:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:13 smithi029 ceph-mon[96870]: pgmap v451: 121 pgs: 14 peering, 13 stale+active+clean, 94 active+clean; 290 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.4 MiB/s wr, 17 op/s 2024-07-27T18:28:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:13 smithi029 ceph-mon[96870]: osdmap e526: 8 total, 7 up, 8 in 2024-07-27T18:28:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:13 smithi029 ceph-mon[96870]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-07-27T18:28:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:13 smithi029 ceph-mon[99353]: pgmap v451: 121 pgs: 14 peering, 13 stale+active+clean, 94 active+clean; 290 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.4 MiB/s wr, 17 op/s 2024-07-27T18:28:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:13 smithi029 ceph-mon[99353]: osdmap e526: 8 total, 7 up, 8 in 2024-07-27T18:28:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:13 smithi029 ceph-mon[99353]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-07-27T18:28:14.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:14 smithi179 podman[110031]: 2024-07-27 18:28:14.643314017 +0000 UTC m=+0.612177983 container remove efd3499320150695fe0e7bc937ae455d4cf74f7fa73cae0252aec93f1141f725 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b, GIT_CLEAN=True, ceph=True, io.buildah.version=1.36.0, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:28:14.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:14 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.7.service: Deactivated successfully. 2024-07-27T18:28:14.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:14 smithi179 systemd[1]: Stopped Ceph osd.7 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:28:14.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:14 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.7.service: Consumed 18.901s CPU time. 2024-07-27T18:28:14.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:14 smithi179 systemd[1]: Starting Ceph osd.7 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:28:15.054 INFO:tasks.rados.rados.0.smithi029.stdout:2292: done (0 left) 2024-07-27T18:28:15.055 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 223 2024-07-27T18:28:15.055 INFO:tasks.rados.rados.0.smithi029.stdout:2293: seq_num 725 ranges {0=147456} 2024-07-27T18:28:15.055 INFO:tasks.rados.rados.0.smithi029.stdout:2293: writing smithi02985406-48 from 0 to 147456 tid 1 2024-07-27T18:28:15.055 INFO:tasks.rados.rados.0.smithi029.stdout:2294: setattr oid 21 current snap is 223 2024-07-27T18:28:15.056 INFO:tasks.rados.rados.0.smithi029.stdout:2295: snap_create 2024-07-27T18:28:15.061 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 956 (ObjNum 583 snap 175 seq_num 583) dirty exists 2024-07-27T18:28:15.061 INFO:tasks.rados.rados.0.smithi029.stdout:2293: finishing write tid 1 to smithi02985406-48 2024-07-27T18:28:15.062 INFO:tasks.rados.rados.0.smithi029.stdout:2293: finishing write tid 2 to smithi02985406-48 2024-07-27T18:28:15.062 INFO:tasks.rados.rados.0.smithi029.stdout:2293: finishing write tid 3 to smithi02985406-48 2024-07-27T18:28:15.062 INFO:tasks.rados.rados.0.smithi029.stdout:2293: oid 48 updating version 0 to 1547 2024-07-27T18:28:15.062 INFO:tasks.rados.rados.0.smithi029.stdout:2293: oid 48 updating version 1547 to 1548 2024-07-27T18:28:15.063 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1548 (ObjNum 725 snap 223 seq_num 725) dirty exists 2024-07-27T18:28:15.063 INFO:tasks.rados.rados.0.smithi029.stdout:2293: left oid 48 (ObjNum 725 snap 223 seq_num 725) 2024-07-27T18:28:15.307 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:15 smithi179 ceph-mon[89801]: osdmap e527: 8 total, 7 up, 8 in 2024-07-27T18:28:15.307 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 podman[110135]: 2024-07-27 18:28:15.077708663 +0000 UTC m=+0.102918563 container create 9d733af2475ca19a41bc93c75cd92758709d24e10148aefa5a51008edcfe6deb (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=squid-46c551b) 2024-07-27T18:28:15.307 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 podman[110135]: 2024-07-27 18:28:14.991900014 +0000 UTC m=+0.017109938 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:28:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:15 smithi029 ceph-mon[96870]: osdmap e527: 8 total, 7 up, 8 in 2024-07-27T18:28:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:15 smithi029 ceph-mon[99353]: osdmap e527: 8 total, 7 up, 8 in 2024-07-27T18:28:15.642 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:28:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=sqlstore.transactions t=2024-07-27T18:28:15.530053142Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-07-27T18:28:15.642 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:28:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[65561]: logger=cleanup t=2024-07-27T18:28:15.532310923Z level=info msg="Completed cleanup jobs" duration=12.573724ms 2024-07-27T18:28:15.643 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 podman[110135]: 2024-07-27 18:28:15.306069109 +0000 UTC m=+0.331279022 container init 9d733af2475ca19a41bc93c75cd92758709d24e10148aefa5a51008edcfe6deb (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240716, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS) 2024-07-27T18:28:15.643 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 podman[110135]: 2024-07-27 18:28:15.311018624 +0000 UTC m=+0.336228527 container start 9d733af2475ca19a41bc93c75cd92758709d24e10148aefa5a51008edcfe6deb (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True) 2024-07-27T18:28:15.643 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 podman[110135]: 2024-07-27 18:28:15.397004909 +0000 UTC m=+0.422214825 container attach 9d733af2475ca19a41bc93c75cd92758709d24e10148aefa5a51008edcfe6deb (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b) 2024-07-27T18:28:15.643 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate[110149]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:28:15.643 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 bash[110135]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:28:15.643 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate[110149]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:28:15.643 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 bash[110135]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-07-27T18:28:15.643 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate[110149]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-07-27T18:28:15.643 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 bash[110135]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-07-27T18:28:15.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate[110149]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-07-27T18:28:15.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 bash[110135]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-07-27T18:28:15.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate[110149]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-07-27T18:28:15.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 bash[110135]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-07-27T18:28:15.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate[110149]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-07-27T18:28:15.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 bash[110135]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-07-27T18:28:15.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate[110149]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-07-27T18:28:15.913 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 bash[110135]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-07-27T18:28:15.914 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate[110149]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-07-27T18:28:15.914 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 bash[110135]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-07-27T18:28:15.914 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate[110149]: --> ceph-volume raw activate successful for osd ID: 7 2024-07-27T18:28:15.914 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 bash[110135]: --> ceph-volume raw activate successful for osd ID: 7 2024-07-27T18:28:15.914 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:15 smithi179 podman[110135]: 2024-07-27 18:28:15.690706772 +0000 UTC m=+0.715916674 container died 9d733af2475ca19a41bc93c75cd92758709d24e10148aefa5a51008edcfe6deb (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0) 2024-07-27T18:28:16.055 INFO:tasks.rados.rados.0.smithi029.stdout:2293: done (2 left) 2024-07-27T18:28:16.055 INFO:tasks.rados.rados.0.smithi029.stdout:2294: done (1 left) 2024-07-27T18:28:16.055 INFO:tasks.rados.rados.0.smithi029.stdout:2295: done (0 left) 2024-07-27T18:28:16.056 INFO:tasks.rados.rados.0.smithi029.stdout:2296: setattr oid 1 current snap is 224 2024-07-27T18:28:16.056 INFO:tasks.rados.rados.0.smithi029.stdout:2297: rmattr oid 4 current snap is 224 2024-07-27T18:28:16.056 INFO:tasks.rados.rados.0.smithi029.stdout:2298: copy_from oid 14 from oid 44 current snap is 224 2024-07-27T18:28:16.057 INFO:tasks.rados.rados.0.smithi029.stdout:2299: snap_remove snap 223 2024-07-27T18:28:16.362 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:16 smithi179 ceph-mon[89801]: pgmap v454: 121 pgs: 1 activating+undersized+degraded, 5 activating+undersized, 19 active+undersized, 14 peering, 1 stale+active+clean, 6 active+undersized+degraded, 75 active+clean; 298 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s wr, 6 op/s; 14/468 objects degraded (2.991%) 2024-07-27T18:28:16.362 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:16 smithi179 ceph-mon[89801]: Health check failed: Degraded data redundancy: 14/468 objects degraded (2.991%), 7 pgs degraded (PG_DEGRADED) 2024-07-27T18:28:16.362 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:16 smithi179 ceph-mon[89801]: osdmap e528: 8 total, 7 up, 8 in 2024-07-27T18:28:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:16 smithi029 ceph-mon[96870]: pgmap v454: 121 pgs: 1 activating+undersized+degraded, 5 activating+undersized, 19 active+undersized, 14 peering, 1 stale+active+clean, 6 active+undersized+degraded, 75 active+clean; 298 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s wr, 6 op/s; 14/468 objects degraded (2.991%) 2024-07-27T18:28:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:16 smithi029 ceph-mon[96870]: Health check failed: Degraded data redundancy: 14/468 objects degraded (2.991%), 7 pgs degraded (PG_DEGRADED) 2024-07-27T18:28:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:16 smithi029 ceph-mon[96870]: osdmap e528: 8 total, 7 up, 8 in 2024-07-27T18:28:16.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:16 smithi029 ceph-mon[99353]: pgmap v454: 121 pgs: 1 activating+undersized+degraded, 5 activating+undersized, 19 active+undersized, 14 peering, 1 stale+active+clean, 6 active+undersized+degraded, 75 active+clean; 298 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s wr, 6 op/s; 14/468 objects degraded (2.991%) 2024-07-27T18:28:16.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:16 smithi029 ceph-mon[99353]: Health check failed: Degraded data redundancy: 14/468 objects degraded (2.991%), 7 pgs degraded (PG_DEGRADED) 2024-07-27T18:28:16.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:16 smithi029 ceph-mon[99353]: osdmap e528: 8 total, 7 up, 8 in 2024-07-27T18:28:16.663 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:16 smithi179 podman[110297]: 2024-07-27 18:28:16.360639884 +0000 UTC m=+0.660950332 container remove 9d733af2475ca19a41bc93c75cd92758709d24e10148aefa5a51008edcfe6deb (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-activate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716) 2024-07-27T18:28:16.663 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:16 smithi179 podman[110362]: 2024-07-27 18:28:16.475748128 +0000 UTC m=+0.016906477 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:28:16.663 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:16 smithi179 podman[110362]: 2024-07-27 18:28:16.603418149 +0000 UTC m=+0.144576492 container create e71a33cb7699ba95b5796d3c53b2e92365d2eda60d0963260a0990ce49546d32 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:28:17.002 INFO:tasks.rados.rados.0.smithi029.stdout:2299: done (3 left) 2024-07-27T18:28:17.002 INFO:tasks.rados.rados.0.smithi029.stdout:2300: setattr oid 27 current snap is 224 2024-07-27T18:28:17.002 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1392 (ObjNum 724 snap 222 seq_num 724) dirty exists 2024-07-27T18:28:17.002 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1333 (ObjNum 672 snap 201 seq_num 672) dirty exists 2024-07-27T18:28:17.003 INFO:tasks.rados.rados.0.smithi029.stdout:2298: finishing copy_from racing read to smithi02985406-14 2024-07-27T18:28:17.003 INFO:tasks.rados.rados.0.smithi029.stdout:2298: finishing copy_from to smithi02985406-14 2024-07-27T18:28:17.003 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 1389 (ObjNum 717 snap 220 seq_num 717) dirty exists 2024-07-27T18:28:17.004 INFO:tasks.rados.rados.0.smithi029.stdout:2296: done (3 left) 2024-07-27T18:28:17.004 INFO:tasks.rados.rados.0.smithi029.stdout:2297: done (2 left) 2024-07-27T18:28:17.004 INFO:tasks.rados.rados.0.smithi029.stdout:2298: done (1 left) 2024-07-27T18:28:17.004 INFO:tasks.rados.rados.0.smithi029.stdout:2301: read oid 46 snap 214 2024-07-27T18:28:17.004 INFO:tasks.rados.rados.0.smithi029.stdout:2301: expect (ObjNum 636 snap 194 seq_num 636) 2024-07-27T18:28:17.004 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 224 2024-07-27T18:28:17.004 INFO:tasks.rados.rados.0.smithi029.stdout:2302: seq_num 726 ranges {4694016=163840} 2024-07-27T18:28:17.032 INFO:tasks.rados.rados.0.smithi029.stdout:2302: writing smithi02985406-22 from 4694016 to 4857856 tid 1 2024-07-27T18:28:17.032 INFO:tasks.rados.rados.0.smithi029.stdout:2303: copy_from oid 28 from oid 34 current snap is 224 2024-07-27T18:28:17.032 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1550 (ObjNum 669 snap 201 seq_num 669) dirty exists 2024-07-27T18:28:17.032 INFO:tasks.rados.rados.0.smithi029.stdout:2301: expect (ObjNum 636 snap 194 seq_num 636) 2024-07-27T18:28:17.086 INFO:tasks.rados.rados.0.smithi029.stdout:2302: finishing write tid 1 to smithi02985406-22 2024-07-27T18:28:17.086 INFO:tasks.rados.rados.0.smithi029.stdout:2302: finishing write tid 2 to smithi02985406-22 2024-07-27T18:28:17.086 INFO:tasks.rados.rados.0.smithi029.stdout:2302: finishing write tid 3 to smithi02985406-22 2024-07-27T18:28:17.086 INFO:tasks.rados.rados.0.smithi029.stdout:2302: oid 22 updating version 0 to 979 2024-07-27T18:28:17.086 INFO:tasks.rados.rados.0.smithi029.stdout:2302: oid 22 version 979 is already newer than 978 2024-07-27T18:28:17.086 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 979 (ObjNum 726 snap 224 seq_num 726) dirty exists 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:2302: left oid 22 (ObjNum 726 snap 224 seq_num 726) 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:2303: finishing copy_from racing read to smithi02985406-28 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:2303: finishing copy_from to smithi02985406-28 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 1332 (ObjNum 722 snap 222 seq_num 722) dirty exists 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:2300: done (3 left) 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:2301: done (2 left) 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:2302: done (1 left) 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:2303: done (0 left) 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:2304: rollback oid 9 current snap is 224 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 9 to 196 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:2305: read oid 12 snap -1 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:2305: expect (ObjNum 651 snap 198 seq_num 651) 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:2306: copy_from oid 21 from oid 15 current snap is 224 2024-07-27T18:28:17.087 INFO:tasks.rados.rados.0.smithi029.stdout:2307: copy_from oid 13 from oid 36 current snap is 224 2024-07-27T18:28:17.088 INFO:tasks.rados.rados.0.smithi029.stdout:2308: snap_remove snap 212 2024-07-27T18:28:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:17 smithi179 ceph-mon[89801]: osdmap e529: 8 total, 7 up, 8 in 2024-07-27T18:28:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:17 smithi179 ceph-mon[89801]: osdmap e530: 8 total, 7 up, 8 in 2024-07-27T18:28:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:17 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:17 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:17 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:17.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:16 smithi179 podman[110362]: 2024-07-27 18:28:16.847632608 +0000 UTC m=+0.388790949 container init e71a33cb7699ba95b5796d3c53b2e92365d2eda60d0963260a0990ce49546d32 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-07-27T18:28:17.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:16 smithi179 podman[110362]: 2024-07-27 18:28:16.852509809 +0000 UTC m=+0.393668158 container start e71a33cb7699ba95b5796d3c53b2e92365d2eda60d0963260a0990ce49546d32 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-07-27T18:28:17.164 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:16 smithi179 ceph-osd[110400]: -- 172.21.15.179:0/1505394727 <== mon.1 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5627890a7a40 con 0x562789085c00 2024-07-27T18:28:17.164 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:16 smithi179 bash[110362]: e71a33cb7699ba95b5796d3c53b2e92365d2eda60d0963260a0990ce49546d32 2024-07-27T18:28:17.164 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:16 smithi179 systemd[1]: Started Ceph osd.7 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:28:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:17 smithi029 ceph-mon[96870]: osdmap e529: 8 total, 7 up, 8 in 2024-07-27T18:28:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:17 smithi029 ceph-mon[96870]: osdmap e530: 8 total, 7 up, 8 in 2024-07-27T18:28:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:17 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:17 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:17 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:17.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:17 smithi029 ceph-mon[99353]: osdmap e529: 8 total, 7 up, 8 in 2024-07-27T18:28:17.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:17 smithi029 ceph-mon[99353]: osdmap e530: 8 total, 7 up, 8 in 2024-07-27T18:28:17.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:17 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:17.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:17 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:17.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:17 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:17.663 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:17 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T18:28:17.400+0000 7f8ce591b640 -1 Falling back to public interface 2024-07-27T18:28:18.073 INFO:tasks.rados.rados.0.smithi029.stdout:2308: done (4 left) 2024-07-27T18:28:18.073 INFO:tasks.rados.rados.0.smithi029.stdout:2309: read oid 41 snap -1 2024-07-27T18:28:18.073 INFO:tasks.rados.rados.0.smithi029.stdout:2309: expect (ObjNum 611 snap 184 seq_num 611) 2024-07-27T18:28:18.074 INFO:tasks.rados.rados.0.smithi029.stdout:2310: read oid 46 snap 215 2024-07-27T18:28:18.074 INFO:tasks.rados.rados.0.smithi029.stdout:2310: expect (ObjNum 636 snap 194 seq_num 636) 2024-07-27T18:28:18.074 INFO:tasks.rados.rados.0.smithi029.stdout:2311: snap_create 2024-07-27T18:28:18.074 INFO:tasks.rados.rados.0.smithi029.stdout:2306: finishing copy_from to smithi02985406-21 2024-07-27T18:28:18.075 INFO:tasks.rados.rados.0.smithi029.stdout:2306: got expected ENOENT (src dne) 2024-07-27T18:28:18.075 INFO:tasks.rados.rados.0.smithi029.stdout:2306: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:28:18.075 INFO:tasks.rados.rados.0.smithi029.stdout:2304: finishing rollback tid 0 to smithi02985406-9 2024-07-27T18:28:18.075 INFO:tasks.rados.rados.0.smithi029.stdout:2304: finishing rollback tid 1 to smithi02985406-9 2024-07-27T18:28:18.075 INFO:tasks.rados.rados.0.smithi029.stdout:2304: finishing rollback tid 2 to smithi02985406-9 2024-07-27T18:28:18.075 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 1543 (ObjNum 627 snap 188 seq_num 627) dirty exists 2024-07-27T18:28:18.075 INFO:tasks.rados.rados.0.smithi029.stdout:2307: finishing copy_from racing read to smithi02985406-13 2024-07-27T18:28:18.075 INFO:tasks.rados.rados.0.smithi029.stdout:2307: finishing copy_from to smithi02985406-13 2024-07-27T18:28:18.075 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 334 (ObjNum 506 snap 151 seq_num 506) dirty exists 2024-07-27T18:28:18.075 INFO:tasks.rados.rados.0.smithi029.stdout:2305: expect (ObjNum 651 snap 198 seq_num 651) 2024-07-27T18:28:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:18 smithi179 ceph-mon[89801]: pgmap v457: 121 pgs: 1 activating+undersized+degraded, 5 activating+undersized, 24 active+undersized, 14 peering, 6 active+undersized+degraded, 71 active+clean; 298 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s wr, 0 op/s; 14/468 objects degraded (2.991%) 2024-07-27T18:28:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:18 smithi029 ceph-mon[96870]: pgmap v457: 121 pgs: 1 activating+undersized+degraded, 5 activating+undersized, 24 active+undersized, 14 peering, 6 active+undersized+degraded, 71 active+clean; 298 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s wr, 0 op/s; 14/468 objects degraded (2.991%) 2024-07-27T18:28:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:18 smithi029 ceph-mon[99353]: pgmap v457: 121 pgs: 1 activating+undersized+degraded, 5 activating+undersized, 24 active+undersized, 14 peering, 6 active+undersized+degraded, 71 active+clean; 298 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s wr, 0 op/s; 14/468 objects degraded (2.991%) 2024-07-27T18:28:18.711 INFO:tasks.rados.rados.0.smithi029.stdout:2309: expect (ObjNum 611 snap 184 seq_num 611) 2024-07-27T18:28:18.752 INFO:tasks.rados.rados.0.smithi029.stdout:2310: expect (ObjNum 636 snap 194 seq_num 636) 2024-07-27T18:28:19.074 INFO:tasks.rados.rados.0.smithi029.stdout:2304: done (6 left) 2024-07-27T18:28:19.074 INFO:tasks.rados.rados.0.smithi029.stdout:2305: done (5 left) 2024-07-27T18:28:19.074 INFO:tasks.rados.rados.0.smithi029.stdout:2306: done (4 left) 2024-07-27T18:28:19.074 INFO:tasks.rados.rados.0.smithi029.stdout:2307: done (3 left) 2024-07-27T18:28:19.074 INFO:tasks.rados.rados.0.smithi029.stdout:2309: done (2 left) 2024-07-27T18:28:19.075 INFO:tasks.rados.rados.0.smithi029.stdout:2310: done (1 left) 2024-07-27T18:28:19.075 INFO:tasks.rados.rados.0.smithi029.stdout:2311: done (0 left) 2024-07-27T18:28:19.075 INFO:tasks.rados.rados.0.smithi029.stdout:2312: snap_remove snap 214 2024-07-27T18:28:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:19 smithi179 ceph-mon[89801]: osdmap e531: 8 total, 7 up, 8 in 2024-07-27T18:28:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:19 smithi029 ceph-mon[96870]: osdmap e531: 8 total, 7 up, 8 in 2024-07-27T18:28:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:19 smithi029 ceph-mon[99353]: osdmap e531: 8 total, 7 up, 8 in 2024-07-27T18:28:20.087 INFO:tasks.rados.rados.0.smithi029.stdout:2312: done (0 left) 2024-07-27T18:28:20.087 INFO:tasks.rados.rados.0.smithi029.stdout:2313: copy_from oid 3 from oid 28 current snap is 225 2024-07-27T18:28:20.087 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 225 2024-07-27T18:28:20.087 INFO:tasks.rados.rados.0.smithi029.stdout:2314: seq_num 727 ranges {8249344=180224} 2024-07-27T18:28:20.129 INFO:tasks.rados.rados.0.smithi029.stdout:2314: writing smithi02985406-45 from 8249344 to 8429568 tid 1 2024-07-27T18:28:20.129 INFO:tasks.rados.rados.0.smithi029.stdout:2315: read oid 14 snap -1 2024-07-27T18:28:20.129 INFO:tasks.rados.rados.0.smithi029.stdout:2315: expect (ObjNum 717 snap 220 seq_num 717) 2024-07-27T18:28:20.130 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 27 current snap is 225 2024-07-27T18:28:20.130 INFO:tasks.rados.rados.0.smithi029.stdout:2313: finishing copy_from racing read to smithi02985406-3 2024-07-27T18:28:20.130 INFO:tasks.rados.rados.0.smithi029.stdout:2313: finishing copy_from to smithi02985406-3 2024-07-27T18:28:20.130 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 1332 (ObjNum 722 snap 222 seq_num 722) dirty exists 2024-07-27T18:28:20.130 INFO:tasks.rados.rados.0.smithi029.stdout:2316: seq_num 728 ranges {3383296=196608} 2024-07-27T18:28:20.149 INFO:tasks.rados.rados.0.smithi029.stdout:2316: writing smithi02985406-27 from 3383296 to 3579904 tid 1 2024-07-27T18:28:20.149 INFO:tasks.rados.rados.0.smithi029.stdout:2313: done (3 left) 2024-07-27T18:28:20.149 INFO:tasks.rados.rados.0.smithi029.stdout:2317: read oid 7 snap -1 2024-07-27T18:28:20.150 INFO:tasks.rados.rados.0.smithi029.stdout:2317: expect (ObjNum 703 snap 216 seq_num 703) 2024-07-27T18:28:20.150 INFO:tasks.rados.rados.0.smithi029.stdout:2318: read oid 6 snap -1 2024-07-27T18:28:20.150 INFO:tasks.rados.rados.0.smithi029.stdout:2318: expect (ObjNum 702 snap 216 seq_num 702) 2024-07-27T18:28:20.150 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 225 2024-07-27T18:28:20.150 INFO:tasks.rados.rados.0.smithi029.stdout:2314: finishing write tid 1 to smithi02985406-45 2024-07-27T18:28:20.150 INFO:tasks.rados.rados.0.smithi029.stdout:2319: seq_num 729 ranges {7979008=212992} 2024-07-27T18:28:20.197 INFO:tasks.rados.rados.0.smithi029.stdout:2319: writing smithi02985406-5 from 7979008 to 8192000 tid 1 2024-07-27T18:28:20.197 INFO:tasks.rados.rados.0.smithi029.stdout:2320: rmattr oid 44 current snap is 225 2024-07-27T18:28:20.198 INFO:tasks.rados.rados.0.smithi029.stdout:2314: finishing write tid 2 to smithi02985406-45 2024-07-27T18:28:20.198 INFO:tasks.rados.rados.0.smithi029.stdout:2314: finishing write tid 3 to smithi02985406-45 2024-07-27T18:28:20.198 INFO:tasks.rados.rados.0.smithi029.stdout:2314: oid 45 updating version 0 to 1447 2024-07-27T18:28:20.198 INFO:tasks.rados.rados.0.smithi029.stdout:2314: oid 45 updating version 1447 to 1448 2024-07-27T18:28:20.198 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 1448 (ObjNum 727 snap 225 seq_num 727) dirty exists 2024-07-27T18:28:20.198 INFO:tasks.rados.rados.0.smithi029.stdout:2314: left oid 45 (ObjNum 727 snap 225 seq_num 727) 2024-07-27T18:28:20.198 INFO:tasks.rados.rados.0.smithi029.stdout:2315: expect (ObjNum 717 snap 220 seq_num 717) 2024-07-27T18:28:20.327 INFO:tasks.rados.rados.0.smithi029.stdout:2316: finishing write tid 1 to smithi02985406-27 2024-07-27T18:28:20.327 INFO:tasks.rados.rados.0.smithi029.stdout:2318: expect (ObjNum 702 snap 216 seq_num 702) 2024-07-27T18:28:20.385 INFO:tasks.rados.rados.0.smithi029.stdout:2316: finishing write tid 2 to smithi02985406-27 2024-07-27T18:28:20.385 INFO:tasks.rados.rados.0.smithi029.stdout:2317: expect (ObjNum 703 snap 216 seq_num 703) 2024-07-27T18:28:20.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:20 smithi179 ceph-mon[89801]: pgmap v460: 121 pgs: 37 active+undersized, 13 active+undersized+degraded, 71 active+clean; 303 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 1.3 MiB/s wr, 21 op/s; 61/492 objects degraded (12.398%) 2024-07-27T18:28:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:20 smithi179 ceph-mon[89801]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-07-27T18:28:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:20 smithi179 ceph-mon[89801]: osdmap e532: 8 total, 7 up, 8 in 2024-07-27T18:28:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:20 smithi029 ceph-mon[96870]: pgmap v460: 121 pgs: 37 active+undersized, 13 active+undersized+degraded, 71 active+clean; 303 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 1.3 MiB/s wr, 21 op/s; 61/492 objects degraded (12.398%) 2024-07-27T18:28:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:20 smithi029 ceph-mon[96870]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-07-27T18:28:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:20 smithi029 ceph-mon[96870]: osdmap e532: 8 total, 7 up, 8 in 2024-07-27T18:28:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:20 smithi029 ceph-mon[99353]: pgmap v460: 121 pgs: 37 active+undersized, 13 active+undersized+degraded, 71 active+clean; 303 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 1.3 MiB/s wr, 21 op/s; 61/492 objects degraded (12.398%) 2024-07-27T18:28:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:20 smithi029 ceph-mon[99353]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-07-27T18:28:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:20 smithi029 ceph-mon[99353]: osdmap e532: 8 total, 7 up, 8 in 2024-07-27T18:28:20.536 INFO:tasks.rados.rados.0.smithi029.stdout:2316: finishing write tid 3 to smithi02985406-27 2024-07-27T18:28:20.536 INFO:tasks.rados.rados.0.smithi029.stdout:2316: oid 27 updating version 0 to 1554 2024-07-27T18:28:20.536 INFO:tasks.rados.rados.0.smithi029.stdout:2316: oid 27 version 1554 is already newer than 1553 2024-07-27T18:28:20.536 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1554 (ObjNum 728 snap 225 seq_num 728) dirty exists 2024-07-27T18:28:20.536 INFO:tasks.rados.rados.0.smithi029.stdout:2316: left oid 27 (ObjNum 728 snap 225 seq_num 728) 2024-07-27T18:28:20.536 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1393 (ObjNum 717 snap 220 seq_num 717) dirty exists 2024-07-27T18:28:20.536 INFO:tasks.rados.rados.0.smithi029.stdout:2319: finishing write tid 1 to smithi02985406-5 2024-07-27T18:28:20.536 INFO:tasks.rados.rados.0.smithi029.stdout:2319: finishing write tid 2 to smithi02985406-5 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2319: finishing write tid 3 to smithi02985406-5 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2319: oid 5 updating version 0 to 1556 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2319: oid 5 updating version 1556 to 1557 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1557 (ObjNum 729 snap 225 seq_num 729) dirty exists 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2319: left oid 5 (ObjNum 729 snap 225 seq_num 729) 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2314: done (6 left) 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2315: done (5 left) 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2316: done (4 left) 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2317: done (3 left) 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2318: done (2 left) 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2319: done (1 left) 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2320: done (0 left) 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2321: rollback oid 18 current snap is 225 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 18 to 211 2024-07-27T18:28:20.537 INFO:tasks.rados.rados.0.smithi029.stdout:2322: rollback oid 29 current snap is 225 2024-07-27T18:28:20.538 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 29 to 213 2024-07-27T18:28:20.538 INFO:tasks.rados.rados.0.smithi029.stdout:2323: snap_remove snap 221 2024-07-27T18:28:20.717 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:20 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T18:28:20.636+0000 7f8ce591b640 -1 osd.7 524 log_to_monitors true 2024-07-27T18:28:21.090 INFO:tasks.rados.rados.0.smithi029.stdout:2323: done (2 left) 2024-07-27T18:28:21.090 INFO:tasks.rados.rados.0.smithi029.stdout:2324: rmattr oid 39 current snap is 225 2024-07-27T18:28:21.090 INFO:tasks.rados.rados.0.smithi029.stdout:2324: done (2 left) 2024-07-27T18:28:21.090 INFO:tasks.rados.rados.0.smithi029.stdout:2325: snap_create 2024-07-27T18:28:21.091 INFO:tasks.rados.rados.0.smithi029.stdout:2322: finishing rollback tid 1 to smithi02985406-29 2024-07-27T18:28:21.091 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1178 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-07-27T18:28:21.091 INFO:tasks.rados.rados.0.smithi029.stdout:2321: finishing rollback tid 0 to smithi02985406-18 2024-07-27T18:28:21.091 INFO:tasks.rados.rados.0.smithi029.stdout:2321: finishing rollback tid 1 to smithi02985406-18 2024-07-27T18:28:21.091 INFO:tasks.rados.rados.0.smithi029.stdout:2321: finishing rollback tid 2 to smithi02985406-18 2024-07-27T18:28:21.091 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 1573 (ObjNum 683 snap 204 seq_num 683) dirty exists 2024-07-27T18:28:21.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:21 smithi179 ceph-mon[89801]: osdmap e533: 8 total, 7 up, 8 in 2024-07-27T18:28:21.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:21 smithi179 ceph-mon[89801]: from='osd.7 [v2:172.21.15.179:6824/363968123,v1:172.21.15.179:6825/363968123]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-07-27T18:28:21.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:21 smithi179 ceph-mon[89801]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-07-27T18:28:21.393 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:28:21 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T18:28:21.109+0000 7f8cdd6c6640 -1 osd.7 524 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-27T18:28:21.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:21 smithi029 ceph-mon[96870]: osdmap e533: 8 total, 7 up, 8 in 2024-07-27T18:28:21.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:21 smithi029 ceph-mon[96870]: from='osd.7 [v2:172.21.15.179:6824/363968123,v1:172.21.15.179:6825/363968123]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-07-27T18:28:21.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:21 smithi029 ceph-mon[96870]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-07-27T18:28:21.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:21 smithi029 ceph-mon[99353]: osdmap e533: 8 total, 7 up, 8 in 2024-07-27T18:28:21.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:21 smithi029 ceph-mon[99353]: from='osd.7 [v2:172.21.15.179:6824/363968123,v1:172.21.15.179:6825/363968123]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-07-27T18:28:21.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:21 smithi029 ceph-mon[99353]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-07-27T18:28:22.005 INFO:tasks.rados.rados.0.smithi029.stdout:2321: done (2 left) 2024-07-27T18:28:22.005 INFO:tasks.rados.rados.0.smithi029.stdout:2322: done (1 left) 2024-07-27T18:28:22.005 INFO:tasks.rados.rados.0.smithi029.stdout:2325: done (0 left) 2024-07-27T18:28:22.005 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 226 2024-07-27T18:28:22.005 INFO:tasks.rados.rados.0.smithi029.stdout:2326: seq_num 730 ranges {8781824=229376} 2024-07-27T18:28:22.055 INFO:tasks.rados.rados.0.smithi029.stdout:2326: writing smithi02985406-49 from 8781824 to 9011200 tid 1 2024-07-27T18:28:22.056 INFO:tasks.rados.rados.0.smithi029.stdout:2327: delete oid 40 current snap is 226 2024-07-27T18:28:22.057 INFO:tasks.rados.rados.0.smithi029.stdout:2327: done (1 left) 2024-07-27T18:28:22.057 INFO:tasks.rados.rados.0.smithi029.stdout:2328: read oid 6 snap 222 2024-07-27T18:28:22.057 INFO:tasks.rados.rados.0.smithi029.stdout:2328: expect (ObjNum 702 snap 216 seq_num 702) 2024-07-27T18:28:22.057 INFO:tasks.rados.rados.0.smithi029.stdout:2329: rollback oid 3 current snap is 226 2024-07-27T18:28:22.058 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 3 to 196 2024-07-27T18:28:22.058 INFO:tasks.rados.rados.0.smithi029.stdout:2330: read oid 42 snap -1 2024-07-27T18:28:22.058 INFO:tasks.rados.rados.0.smithi029.stdout:2330: expect deleted 2024-07-27T18:28:22.058 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 41 current snap is 226 2024-07-27T18:28:22.058 INFO:tasks.rados.rados.0.smithi029.stdout:2331: seq_num 732 ranges {1212416=262144} 2024-07-27T18:28:22.066 INFO:tasks.rados.rados.0.smithi029.stdout:2331: writing smithi02985406-41 from 1212416 to 1474560 tid 1 2024-07-27T18:28:22.067 INFO:tasks.rados.rados.0.smithi029.stdout:2332: read oid 28 snap -1 2024-07-27T18:28:22.067 INFO:tasks.rados.rados.0.smithi029.stdout:2332: expect (ObjNum 722 snap 222 seq_num 722) 2024-07-27T18:28:22.067 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 226 2024-07-27T18:28:22.067 INFO:tasks.rados.rados.0.smithi029.stdout:2333: seq_num 733 ranges {2433024=278528} 2024-07-27T18:28:22.081 INFO:tasks.rados.rados.0.smithi029.stdout:2333: writing smithi02985406-13 from 2433024 to 2711552 tid 1 2024-07-27T18:28:22.081 INFO:tasks.rados.rados.0.smithi029.stdout:2334: snap_remove snap 215 2024-07-27T18:28:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:22 smithi179 ceph-mon[89801]: pgmap v463: 121 pgs: 37 active+undersized, 13 active+undersized+degraded, 71 active+clean; 306 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 2.2 MiB/s wr, 22 op/s; 62/501 objects degraded (12.375%) 2024-07-27T18:28:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:22 smithi179 ceph-mon[89801]: Health check update: Degraded data redundancy: 62/501 objects degraded (12.375%), 13 pgs degraded (PG_DEGRADED) 2024-07-27T18:28:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:22 smithi179 ceph-mon[89801]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-07-27T18:28:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:22 smithi179 ceph-mon[89801]: from='osd.7 [v2:172.21.15.179:6824/363968123,v1:172.21.15.179:6825/363968123]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:28:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:22 smithi179 ceph-mon[89801]: osdmap e534: 8 total, 7 up, 8 in 2024-07-27T18:28:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:22 smithi179 ceph-mon[89801]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:28:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:22 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:22 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:22 smithi179 ceph-mon[89801]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:28:22.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:22 smithi179 ceph-mon[89801]: osd.7 [v2:172.21.15.179:6824/363968123,v1:172.21.15.179:6825/363968123] boot 2024-07-27T18:28:22.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:22 smithi179 ceph-mon[89801]: osdmap e535: 8 total, 8 up, 8 in 2024-07-27T18:28:22.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:22 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:28:22.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:28:22] "GET /metrics HTTP/1.1" 200 36276 "" "Prometheus/2.43.0" 2024-07-27T18:28:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[96870]: pgmap v463: 121 pgs: 37 active+undersized, 13 active+undersized+degraded, 71 active+clean; 306 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 2.2 MiB/s wr, 22 op/s; 62/501 objects degraded (12.375%) 2024-07-27T18:28:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[96870]: Health check update: Degraded data redundancy: 62/501 objects degraded (12.375%), 13 pgs degraded (PG_DEGRADED) 2024-07-27T18:28:22.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[96870]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-07-27T18:28:22.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[96870]: from='osd.7 [v2:172.21.15.179:6824/363968123,v1:172.21.15.179:6825/363968123]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:28:22.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[96870]: osdmap e534: 8 total, 7 up, 8 in 2024-07-27T18:28:22.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[96870]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:28:22.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:22.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:22.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[96870]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:28:22.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[96870]: osd.7 [v2:172.21.15.179:6824/363968123,v1:172.21.15.179:6825/363968123] boot 2024-07-27T18:28:22.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[96870]: osdmap e535: 8 total, 8 up, 8 in 2024-07-27T18:28:22.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:28:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[99353]: pgmap v463: 121 pgs: 37 active+undersized, 13 active+undersized+degraded, 71 active+clean; 306 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 2.2 MiB/s wr, 22 op/s; 62/501 objects degraded (12.375%) 2024-07-27T18:28:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[99353]: Health check update: Degraded data redundancy: 62/501 objects degraded (12.375%), 13 pgs degraded (PG_DEGRADED) 2024-07-27T18:28:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[99353]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-07-27T18:28:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[99353]: from='osd.7 [v2:172.21.15.179:6824/363968123,v1:172.21.15.179:6825/363968123]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:28:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[99353]: osdmap e534: 8 total, 7 up, 8 in 2024-07-27T18:28:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[99353]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-07-27T18:28:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[99353]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-07-27T18:28:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[99353]: osd.7 [v2:172.21.15.179:6824/363968123,v1:172.21.15.179:6825/363968123] boot 2024-07-27T18:28:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[99353]: osdmap e535: 8 total, 8 up, 8 in 2024-07-27T18:28:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:22 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-07-27T18:28:23.005 INFO:tasks.rados.rados.0.smithi029.stdout:2334: done (7 left) 2024-07-27T18:28:23.005 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 226 2024-07-27T18:28:23.005 INFO:tasks.rados.rados.0.smithi029.stdout:2335: seq_num 734 ranges {9469952=294912} 2024-07-27T18:28:23.063 INFO:tasks.rados.rados.0.smithi029.stdout:2335: writing smithi02985406-25 from 9469952 to 9764864 tid 1 2024-07-27T18:28:23.063 INFO:tasks.rados.rados.0.smithi029.stdout:2336: read oid 34 snap -1 2024-07-27T18:28:23.063 INFO:tasks.rados.rados.0.smithi029.stdout:2336: expect (ObjNum 722 snap 222 seq_num 722) 2024-07-27T18:28:23.063 INFO:tasks.rados.rados.0.smithi029.stdout:2337: rollback oid 9 current snap is 226 2024-07-27T18:28:23.063 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 9 to 224 2024-07-27T18:28:23.063 INFO:tasks.rados.rados.0.smithi029.stdout:2330: done (9 left) 2024-07-27T18:28:23.063 INFO:tasks.rados.rados.0.smithi029.stdout:2338: read oid 32 snap 213 2024-07-27T18:28:23.063 INFO:tasks.rados.rados.0.smithi029.stdout:2338: expect (ObjNum 652 snap 198 seq_num 652) 2024-07-27T18:28:23.063 INFO:tasks.rados.rados.0.smithi029.stdout:2339: setattr oid 35 current snap is 226 2024-07-27T18:28:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:2329: finishing rollback tid 0 to smithi02985406-3 2024-07-27T18:28:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:2329: finishing rollback tid 1 to smithi02985406-3 2024-07-27T18:28:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:2329: finishing rollback tid 2 to smithi02985406-3 2024-07-27T18:28:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 1335 (ObjNum 633 snap 192 seq_num 633) dirty exists 2024-07-27T18:28:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:2331: finishing write tid 1 to smithi02985406-41 2024-07-27T18:28:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:2331: finishing write tid 2 to smithi02985406-41 2024-07-27T18:28:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:2331: finishing write tid 3 to smithi02985406-41 2024-07-27T18:28:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:2331: oid 41 updating version 0 to 367 2024-07-27T18:28:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:2331: oid 41 updating version 367 to 368 2024-07-27T18:28:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 368 (ObjNum 732 snap 226 seq_num 732) dirty exists 2024-07-27T18:28:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:2331: left oid 41 (ObjNum 732 snap 226 seq_num 732) 2024-07-27T18:28:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:2332: expect (ObjNum 722 snap 222 seq_num 722) 2024-07-27T18:28:23.253 INFO:tasks.rados.rados.0.smithi029.stdout:2326: finishing write tid 1 to smithi02985406-49 2024-07-27T18:28:23.253 INFO:tasks.rados.rados.0.smithi029.stdout:2326: finishing write tid 2 to smithi02985406-49 2024-07-27T18:28:23.253 INFO:tasks.rados.rados.0.smithi029.stdout:2326: finishing write tid 3 to smithi02985406-49 2024-07-27T18:28:23.253 INFO:tasks.rados.rados.0.smithi029.stdout:2326: oid 49 updating version 0 to 643 2024-07-27T18:28:23.253 INFO:tasks.rados.rados.0.smithi029.stdout:2326: oid 49 updating version 643 to 644 2024-07-27T18:28:23.253 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 644 (ObjNum 730 snap 226 seq_num 730) dirty exists 2024-07-27T18:28:23.254 INFO:tasks.rados.rados.0.smithi029.stdout:2326: left oid 49 (ObjNum 730 snap 226 seq_num 730) 2024-07-27T18:28:23.254 INFO:tasks.rados.rados.0.smithi029.stdout:2328: expect (ObjNum 702 snap 216 seq_num 702) 2024-07-27T18:28:23.314 INFO:tasks.rados.rados.0.smithi029.stdout:2333: finishing write tid 1 to smithi02985406-13 2024-07-27T18:28:23.314 INFO:tasks.rados.rados.0.smithi029.stdout:2333: finishing write tid 2 to smithi02985406-13 2024-07-27T18:28:23.314 INFO:tasks.rados.rados.0.smithi029.stdout:2333: finishing write tid 3 to smithi02985406-13 2024-07-27T18:28:23.314 INFO:tasks.rados.rados.0.smithi029.stdout:2333: oid 13 updating version 0 to 1559 2024-07-27T18:28:23.314 INFO:tasks.rados.rados.0.smithi029.stdout:2333: oid 13 updating version 1559 to 1560 2024-07-27T18:28:23.314 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 1560 (ObjNum 733 snap 226 seq_num 733) dirty exists 2024-07-27T18:28:23.314 INFO:tasks.rados.rados.0.smithi029.stdout:2333: left oid 13 (ObjNum 733 snap 226 seq_num 733) 2024-07-27T18:28:23.314 INFO:tasks.rados.rados.0.smithi029.stdout:2335: finishing write tid 1 to smithi02985406-25 2024-07-27T18:28:23.314 INFO:tasks.rados.rados.0.smithi029.stdout:2335: finishing write tid 2 to smithi02985406-25 2024-07-27T18:28:23.315 INFO:tasks.rados.rados.0.smithi029.stdout:2335: finishing write tid 3 to smithi02985406-25 2024-07-27T18:28:23.315 INFO:tasks.rados.rados.0.smithi029.stdout:2335: oid 25 updating version 0 to 1596 2024-07-27T18:28:23.315 INFO:tasks.rados.rados.0.smithi029.stdout:2335: oid 25 version 1596 is already newer than 1595 2024-07-27T18:28:23.315 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1596 (ObjNum 734 snap 226 seq_num 734) dirty exists 2024-07-27T18:28:23.315 INFO:tasks.rados.rados.0.smithi029.stdout:2335: left oid 25 (ObjNum 734 snap 226 seq_num 734) 2024-07-27T18:28:23.315 INFO:tasks.rados.rados.0.smithi029.stdout:2338: expect (ObjNum 652 snap 198 seq_num 652) 2024-07-27T18:28:23.400 INFO:tasks.rados.rados.0.smithi029.stdout:2337: finishing rollback tid 0 to smithi02985406-9 2024-07-27T18:28:23.400 INFO:tasks.rados.rados.0.smithi029.stdout:2337: finishing rollback tid 1 to smithi02985406-9 2024-07-27T18:28:23.400 INFO:tasks.rados.rados.0.smithi029.stdout:2337: finishing rollback tid 2 to smithi02985406-9 2024-07-27T18:28:23.400 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 1600 (ObjNum 627 snap 188 seq_num 627) dirty exists 2024-07-27T18:28:23.400 INFO:tasks.rados.rados.0.smithi029.stdout:2336: expect (ObjNum 722 snap 222 seq_num 722) 2024-07-27T18:28:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:23 smithi179 ceph-mon[89801]: osdmap e536: 8 total, 8 up, 8 in 2024-07-27T18:28:23.583 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 980 (ObjNum 690 snap 209 seq_num 690) dirty exists 2024-07-27T18:28:23.583 INFO:tasks.rados.rados.0.smithi029.stdout:2326: done (10 left) 2024-07-27T18:28:23.583 INFO:tasks.rados.rados.0.smithi029.stdout:2328: done (9 left) 2024-07-27T18:28:23.584 INFO:tasks.rados.rados.0.smithi029.stdout:2329: done (8 left) 2024-07-27T18:28:23.584 INFO:tasks.rados.rados.0.smithi029.stdout:2331: done (7 left) 2024-07-27T18:28:23.584 INFO:tasks.rados.rados.0.smithi029.stdout:2332: done (6 left) 2024-07-27T18:28:23.584 INFO:tasks.rados.rados.0.smithi029.stdout:2333: done (5 left) 2024-07-27T18:28:23.584 INFO:tasks.rados.rados.0.smithi029.stdout:2335: done (4 left) 2024-07-27T18:28:23.584 INFO:tasks.rados.rados.0.smithi029.stdout:2336: done (3 left) 2024-07-27T18:28:23.584 INFO:tasks.rados.rados.0.smithi029.stdout:2337: done (2 left) 2024-07-27T18:28:23.584 INFO:tasks.rados.rados.0.smithi029.stdout:2338: done (1 left) 2024-07-27T18:28:23.584 INFO:tasks.rados.rados.0.smithi029.stdout:2339: done (0 left) 2024-07-27T18:28:23.584 INFO:tasks.rados.rados.0.smithi029.stdout:2340: delete oid 36 current snap is 226 2024-07-27T18:28:23.585 INFO:tasks.rados.rados.0.smithi029.stdout:2340: done (0 left) 2024-07-27T18:28:23.585 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 226 2024-07-27T18:28:23.585 INFO:tasks.rados.rados.0.smithi029.stdout:2341: seq_num 736 ranges {0=335872} 2024-07-27T18:28:23.587 INFO:tasks.rados.rados.0.smithi029.stdout:2341: writing smithi02985406-15 from 0 to 335872 tid 1 2024-07-27T18:28:23.588 INFO:tasks.rados.rados.0.smithi029.stdout:2342: rollback oid 12 current snap is 226 2024-07-27T18:28:23.588 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 12 to 225 2024-07-27T18:28:23.588 INFO:tasks.rados.rados.0.smithi029.stdout:2343: read oid 16 snap -1 2024-07-27T18:28:23.588 INFO:tasks.rados.rados.0.smithi029.stdout:2343: expect (ObjNum 669 snap 201 seq_num 669) 2024-07-27T18:28:23.588 INFO:tasks.rados.rados.0.smithi029.stdout:2344: setattr oid 44 current snap is 226 2024-07-27T18:28:23.590 INFO:tasks.rados.rados.0.smithi029.stdout:2345: copy_from oid 26 from oid 39 current snap is 226 2024-07-27T18:28:23.590 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 226 2024-07-27T18:28:23.590 INFO:tasks.rados.rados.0.smithi029.stdout:2346: seq_num 737 ranges {4268032=352256} 2024-07-27T18:28:23.617 INFO:tasks.rados.rados.0.smithi029.stdout:2346: writing smithi02985406-7 from 4268032 to 4620288 tid 1 2024-07-27T18:28:23.617 INFO:tasks.rados.rados.0.smithi029.stdout:2347: rollback oid 29 current snap is 226 2024-07-27T18:28:23.617 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 29 to 211 2024-07-27T18:28:23.617 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1394 (ObjNum 717 snap 220 seq_num 717) dirty exists 2024-07-27T18:28:23.617 INFO:tasks.rados.rados.0.smithi029.stdout:2341: finishing write tid 1 to smithi02985406-15 2024-07-27T18:28:23.617 INFO:tasks.rados.rados.0.smithi029.stdout:2342: finishing rollback tid 0 to smithi02985406-12 2024-07-27T18:28:23.617 INFO:tasks.rados.rados.0.smithi029.stdout:2341: finishing write tid 2 to smithi02985406-15 2024-07-27T18:28:23.617 INFO:tasks.rados.rados.0.smithi029.stdout:2342: finishing rollback tid 1 to smithi02985406-12 2024-07-27T18:28:23.617 INFO:tasks.rados.rados.0.smithi029.stdout:2341: finishing write tid 3 to smithi02985406-15 2024-07-27T18:28:23.618 INFO:tasks.rados.rados.0.smithi029.stdout:2341: oid 15 updating version 0 to 1334 2024-07-27T18:28:23.618 INFO:tasks.rados.rados.0.smithi029.stdout:2341: oid 15 updating version 1334 to 1335 2024-07-27T18:28:23.618 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 1335 (ObjNum 736 snap 226 seq_num 736) dirty exists 2024-07-27T18:28:23.618 INFO:tasks.rados.rados.0.smithi029.stdout:2341: left oid 15 (ObjNum 736 snap 226 seq_num 736) 2024-07-27T18:28:23.618 INFO:tasks.rados.rados.0.smithi029.stdout:2342: finishing rollback tid 2 to smithi02985406-12 2024-07-27T18:28:23.618 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 1451 (ObjNum 651 snap 198 seq_num 651) dirty exists 2024-07-27T18:28:23.618 INFO:tasks.rados.rados.0.smithi029.stdout:2341: done (6 left) 2024-07-27T18:28:23.618 INFO:tasks.rados.rados.0.smithi029.stdout:2342: done (5 left) 2024-07-27T18:28:23.618 INFO:tasks.rados.rados.0.smithi029.stdout:2344: done (4 left) 2024-07-27T18:28:23.618 INFO:tasks.rados.rados.0.smithi029.stdout:2348: delete oid 23 current snap is 226 2024-07-27T18:28:23.618 INFO:tasks.rados.rados.0.smithi029.stdout:2343: expect (ObjNum 669 snap 201 seq_num 669) 2024-07-27T18:28:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:23 smithi029 ceph-mon[96870]: osdmap e536: 8 total, 8 up, 8 in 2024-07-27T18:28:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:23.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:23.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:23 smithi029 ceph-mon[99353]: osdmap e536: 8 total, 8 up, 8 in 2024-07-27T18:28:23.753 INFO:tasks.rados.rados.0.smithi029.stdout:2345: finishing copy_from racing read to smithi02985406-26 2024-07-27T18:28:23.753 INFO:tasks.rados.rados.0.smithi029.stdout:2345: finishing copy_from to smithi02985406-26 2024-07-27T18:28:23.753 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 1432 (ObjNum 699 snap 215 seq_num 699) dirty exists 2024-07-27T18:28:23.753 INFO:tasks.rados.rados.0.smithi029.stdout:2347: finishing rollback tid 1 to smithi02985406-29 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1178 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:2346: finishing write tid 1 to smithi02985406-7 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:2346: finishing write tid 2 to smithi02985406-7 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:2343: done (4 left) 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:2345: done (3 left) 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:2347: done (2 left) 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:2348: done (1 left) 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 226 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:2346: finishing write tid 3 to smithi02985406-7 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:2346: oid 7 updating version 0 to 1585 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:2346: oid 7 version 1585 is already newer than 1584 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1585 (ObjNum 737 snap 226 seq_num 737) dirty exists 2024-07-27T18:28:23.754 INFO:tasks.rados.rados.0.smithi029.stdout:2346: left oid 7 (ObjNum 737 snap 226 seq_num 737) 2024-07-27T18:28:23.755 INFO:tasks.rados.rados.0.smithi029.stdout:2349: seq_num 739 ranges {8019968=385024} 2024-07-27T18:28:23.799 INFO:tasks.rados.rados.0.smithi029.stdout:2349: writing smithi02985406-3 from 8019968 to 8404992 tid 1 2024-07-27T18:28:23.799 INFO:tasks.rados.rados.0.smithi029.stdout:2346: done (1 left) 2024-07-27T18:28:23.799 INFO:tasks.rados.rados.0.smithi029.stdout:2350: rollback oid 20 current snap is 226 2024-07-27T18:28:23.799 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 20 to 211 2024-07-27T18:28:23.799 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 11 current snap is 226 2024-07-27T18:28:23.799 INFO:tasks.rados.rados.0.smithi029.stdout:2351: seq_num 740 ranges {794624=401408} 2024-07-27T18:28:23.805 INFO:tasks.rados.rados.0.smithi029.stdout:2351: writing smithi02985406-11 from 794624 to 1196032 tid 1 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:2352: rollback oid 45 current snap is 226 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 45 to 196 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:2349: finishing write tid 1 to smithi02985406-3 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:2353: snap_create 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:2349: finishing write tid 2 to smithi02985406-3 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:2350: finishing rollback tid 0 to smithi02985406-20 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:2349: finishing write tid 3 to smithi02985406-3 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:2349: oid 3 updating version 0 to 1337 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:2349: oid 3 version 1337 is already newer than 1336 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 1337 (ObjNum 739 snap 226 seq_num 739) dirty exists 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:2349: left oid 3 (ObjNum 739 snap 226 seq_num 739) 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:2350: finishing rollback tid 1 to smithi02985406-20 2024-07-27T18:28:23.806 INFO:tasks.rados.rados.0.smithi029.stdout:2350: finishing rollback tid 2 to smithi02985406-20 2024-07-27T18:28:23.807 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 1604 (ObjNum 511 snap 153 seq_num 511) dirty exists 2024-07-27T18:28:23.808 INFO:tasks.rados.rados.0.smithi029.stdout:2351: finishing write tid 1 to smithi02985406-11 2024-07-27T18:28:23.808 INFO:tasks.rados.rados.0.smithi029.stdout:2351: finishing write tid 2 to smithi02985406-11 2024-07-27T18:28:23.809 INFO:tasks.rados.rados.0.smithi029.stdout:2351: finishing write tid 3 to smithi02985406-11 2024-07-27T18:28:23.809 INFO:tasks.rados.rados.0.smithi029.stdout:2351: oid 11 updating version 0 to 1433 2024-07-27T18:28:23.809 INFO:tasks.rados.rados.0.smithi029.stdout:2351: oid 11 updating version 1433 to 1434 2024-07-27T18:28:23.809 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 1434 (ObjNum 740 snap 226 seq_num 740) dirty exists 2024-07-27T18:28:23.810 INFO:tasks.rados.rados.0.smithi029.stdout:2351: left oid 11 (ObjNum 740 snap 226 seq_num 740) 2024-07-27T18:28:23.810 INFO:tasks.rados.rados.0.smithi029.stdout:2352: finishing rollback tid 0 to smithi02985406-45 2024-07-27T18:28:23.811 INFO:tasks.rados.rados.0.smithi029.stdout:2352: finishing rollback tid 1 to smithi02985406-45 2024-07-27T18:28:23.811 INFO:tasks.rados.rados.0.smithi029.stdout:2352: finishing rollback tid 2 to smithi02985406-45 2024-07-27T18:28:23.811 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 1454 (ObjNum 644 snap 196 seq_num 644) dirty exists 2024-07-27T18:28:24.648 INFO:tasks.rados.rados.0.smithi029.stdout:2349: done (4 left) 2024-07-27T18:28:24.648 INFO:tasks.rados.rados.0.smithi029.stdout:2350: done (3 left) 2024-07-27T18:28:24.648 INFO:tasks.rados.rados.0.smithi029.stdout:2351: done (2 left) 2024-07-27T18:28:24.649 INFO:tasks.rados.rados.0.smithi029.stdout:2352: done (1 left) 2024-07-27T18:28:24.649 INFO:tasks.rados.rados.0.smithi029.stdout:2353: done (0 left) 2024-07-27T18:28:24.649 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 50 current snap is 227 2024-07-27T18:28:24.649 INFO:tasks.rados.rados.0.smithi029.stdout:2354: seq_num 741 ranges {0=417792} 2024-07-27T18:28:24.650 INFO:tasks.rados.rados.0.smithi029.stdout:2354: writing smithi02985406-50 from 0 to 417792 tid 1 2024-07-27T18:28:24.652 INFO:tasks.rados.rados.0.smithi029.stdout:2355: read oid 28 snap 224 2024-07-27T18:28:24.652 INFO:tasks.rados.rados.0.smithi029.stdout:2355: expect (ObjNum 722 snap 222 seq_num 722) 2024-07-27T18:28:24.652 INFO:tasks.rados.rados.0.smithi029.stdout:2356: snap_remove snap 201 2024-07-27T18:28:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:24 smithi179 ceph-mon[89801]: pgmap v466: 121 pgs: 8 peering, 32 active+undersized, 10 active+undersized+degraded, 71 active+clean; 317 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.2 MiB/s rd, 1.8 MiB/s wr, 6 op/s; 57/507 objects degraded (11.243%) 2024-07-27T18:28:24.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:24.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:28:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:24 smithi029 ceph-mon[96870]: pgmap v466: 121 pgs: 8 peering, 32 active+undersized, 10 active+undersized+degraded, 71 active+clean; 317 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.2 MiB/s rd, 1.8 MiB/s wr, 6 op/s; 57/507 objects degraded (11.243%) 2024-07-27T18:28:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:28:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:24 smithi029 ceph-mon[99353]: pgmap v466: 121 pgs: 8 peering, 32 active+undersized, 10 active+undersized+degraded, 71 active+clean; 317 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.2 MiB/s rd, 1.8 MiB/s wr, 6 op/s; 57/507 objects degraded (11.243%) 2024-07-27T18:28:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:28:25.473 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:28:25.652 INFO:tasks.rados.rados.0.smithi029.stdout:2356: done (2 left) 2024-07-27T18:28:25.652 INFO:tasks.rados.rados.0.smithi029.stdout:2357: read oid 36 snap -1 2024-07-27T18:28:25.653 INFO:tasks.rados.rados.0.smithi029.stdout:2357: expect deleted 2024-07-27T18:28:25.653 INFO:tasks.rados.rados.0.smithi029.stdout:2358: snap_remove snap 196 2024-07-27T18:28:25.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:25 smithi029 ceph-mon[96870]: pgmap v468: 121 pgs: 1 active+clean+snaptrim, 8 activating, 8 peering, 17 active+undersized, 6 active+undersized+degraded, 81 active+clean; 320 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 941 KiB/s wr, 14 op/s; 46/528 objects degraded (8.712%); 2.0 MiB/s, 0 objects/s recovering 2024-07-27T18:28:25.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:25 smithi029 ceph-mon[96870]: osdmap e537: 8 total, 8 up, 8 in 2024-07-27T18:28:25.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:25 smithi029 ceph-mon[96870]: from='client.44303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:28:25.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:25 smithi029 ceph-mon[99353]: pgmap v468: 121 pgs: 1 active+clean+snaptrim, 8 activating, 8 peering, 17 active+undersized, 6 active+undersized+degraded, 81 active+clean; 320 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 941 KiB/s wr, 14 op/s; 46/528 objects degraded (8.712%); 2.0 MiB/s, 0 objects/s recovering 2024-07-27T18:28:25.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:25 smithi029 ceph-mon[99353]: osdmap e537: 8 total, 8 up, 8 in 2024-07-27T18:28:25.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:25 smithi029 ceph-mon[99353]: from='client.44303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:28:25.762 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:28:25.762 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (9m) 2m ago 10m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:28:25.762 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (10m) 4s ago 10m 91.1M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:28:25.763 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (11m) 2m ago 11m 16.8M - 18.2.2-1767-ga3bbd728 d280790d1980 81f220251f12 2024-07-27T18:28:25.763 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (11m) 4s ago 11m 24.1M - 18.2.2-1767-ga3bbd728 d280790d1980 67d8574013f3 2024-07-27T18:28:25.763 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (5m) 4s ago 15m 442M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:28:25.763 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (6m) 2m ago 17m 510M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:28:25.763 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (5m) 2m ago 17m 51.9M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:28:25.763 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (4m) 4s ago 15m 50.4M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:28:25.764 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (5m) 2m ago 15m 47.7M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:28:25.764 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (9m) 2m ago 9m 15.7M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:28:25.764 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (9m) 4s ago 9m 15.1M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:28:25.764 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (4m) 2m ago 15m 129M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d f8777ac80a25 2024-07-27T18:28:25.764 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (3m) 2m ago 14m 91.9M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cc8b7a514095 2024-07-27T18:28:25.764 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (2m) 2m ago 14m 105M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cd34200f210b 2024-07-27T18:28:25.765 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (2m) 2m ago 13m 11.1M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d 4034d1c99649 2024-07-27T18:28:25.765 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (111s) 4s ago 13m 157M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6e62ebd79c14 2024-07-27T18:28:25.765 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (77s) 4s ago 13m 156M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d a5371f3565ce 2024-07-27T18:28:25.765 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (43s) 4s ago 12m 94.0M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6b7047a2e716 2024-07-27T18:28:25.765 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (9s) 4s ago 12m 11.5M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d e71a33cb7699 2024-07-27T18:28:25.765 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (5m) 4s ago 10m 54.9M - 2.43.0 a07b618ecd1d 14077408bc57 2024-07-27T18:28:25.826 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:25 smithi179 ceph-mon[89801]: pgmap v468: 121 pgs: 1 active+clean+snaptrim, 8 activating, 8 peering, 17 active+undersized, 6 active+undersized+degraded, 81 active+clean; 320 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 941 KiB/s wr, 14 op/s; 46/528 objects degraded (8.712%); 2.0 MiB/s, 0 objects/s recovering 2024-07-27T18:28:25.826 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:25 smithi179 ceph-mon[89801]: osdmap e537: 8 total, 8 up, 8 in 2024-07-27T18:28:25.826 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:25 smithi179 ceph-mon[89801]: from='client.44303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:28:26.131 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:28:26.131 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:28:26.131 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:28:26.131 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:28:26.131 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:28:26.131 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:28:26.132 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:28:26.132 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:28:26.132 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 8 2024-07-27T18:28:26.132 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:28:26.132 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:28:26.132 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2 2024-07-27T18:28:26.132 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:28:26.132 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:28:26.132 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.2.2-1767-ga3bbd728 (a3bbd7289877bdcce87fd1f79da1a2d6578dde36) reef (stable)": 2, 2024-07-27T18:28:26.132 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 13 2024-07-27T18:28:26.132 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:28:26.132 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:28:26.656 INFO:tasks.rados.rados.0.smithi029.stdout:2358: done (3 left) 2024-07-27T18:28:26.656 INFO:tasks.rados.rados.0.smithi029.stdout:2359: copy_from oid 49 from oid 25 current snap is 227 2024-07-27T18:28:26.656 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 227 2024-07-27T18:28:26.656 INFO:tasks.rados.rados.0.smithi029.stdout:2360: seq_num 742 ranges {4907008=434176} 2024-07-27T18:28:26.689 INFO:tasks.rados.rados.0.smithi029.stdout:2360: writing smithi02985406-21 from 4907008 to 5341184 tid 1 2024-07-27T18:28:26.690 INFO:tasks.rados.rados.0.smithi029.stdout:2361: rollback oid 12 current snap is 227 2024-07-27T18:28:26.690 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 12 to 211 2024-07-27T18:28:26.690 INFO:tasks.rados.rados.0.smithi029.stdout:2354: finishing write tid 1 to smithi02985406-50 2024-07-27T18:28:26.690 INFO:tasks.rados.rados.0.smithi029.stdout:2354: finishing write tid 2 to smithi02985406-50 2024-07-27T18:28:26.690 INFO:tasks.rados.rados.0.smithi029.stdout:2354: finishing write tid 3 to smithi02985406-50 2024-07-27T18:28:26.690 INFO:tasks.rados.rados.0.smithi029.stdout:2354: oid 50 updating version 0 to 1434 2024-07-27T18:28:26.690 INFO:tasks.rados.rados.0.smithi029.stdout:2354: oid 50 updating version 1434 to 1435 2024-07-27T18:28:26.690 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 1435 (ObjNum 741 snap 227 seq_num 741) dirty exists 2024-07-27T18:28:26.691 INFO:tasks.rados.rados.0.smithi029.stdout:2354: left oid 50 (ObjNum 741 snap 227 seq_num 741) 2024-07-27T18:28:26.691 INFO:tasks.rados.rados.0.smithi029.stdout:2355: expect (ObjNum 722 snap 222 seq_num 722) 2024-07-27T18:28:26.883 INFO:tasks.rados.rados.0.smithi029.stdout:2360: finishing write tid 1 to smithi02985406-21 2024-07-27T18:28:26.884 INFO:tasks.rados.rados.0.smithi029.stdout:2360: finishing write tid 2 to smithi02985406-21 2024-07-27T18:28:26.884 INFO:tasks.rados.rados.0.smithi029.stdout:2360: finishing write tid 3 to smithi02985406-21 2024-07-27T18:28:26.884 INFO:tasks.rados.rados.0.smithi029.stdout:2360: oid 21 updating version 0 to 958 2024-07-27T18:28:26.884 INFO:tasks.rados.rados.0.smithi029.stdout:2360: oid 21 version 958 is already newer than 957 2024-07-27T18:28:26.884 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 958 (ObjNum 742 snap 227 seq_num 742) dirty exists 2024-07-27T18:28:26.884 INFO:tasks.rados.rados.0.smithi029.stdout:2360: left oid 21 (ObjNum 742 snap 227 seq_num 742) 2024-07-27T18:28:26.884 INFO:tasks.rados.rados.0.smithi029.stdout:2361: finishing rollback tid 0 to smithi02985406-12 2024-07-27T18:28:26.884 INFO:tasks.rados.rados.0.smithi029.stdout:2354: done (5 left) 2024-07-27T18:28:26.885 INFO:tasks.rados.rados.0.smithi029.stdout:2355: done (4 left) 2024-07-27T18:28:26.885 INFO:tasks.rados.rados.0.smithi029.stdout:2357: done (3 left) 2024-07-27T18:28:26.885 INFO:tasks.rados.rados.0.smithi029.stdout:2360: done (2 left) 2024-07-27T18:28:26.885 INFO:tasks.rados.rados.0.smithi029.stdout:2362: copy_from oid 47 from oid 9 current snap is 227 2024-07-27T18:28:26.885 INFO:tasks.rados.rados.0.smithi029.stdout:2361: finishing rollback tid 1 to smithi02985406-12 2024-07-27T18:28:26.885 INFO:tasks.rados.rados.0.smithi029.stdout:2361: finishing rollback tid 2 to smithi02985406-12 2024-07-27T18:28:26.885 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 1457 (ObjNum 651 snap 198 seq_num 651) dirty exists 2024-07-27T18:28:26.885 INFO:tasks.rados.rados.0.smithi029.stdout:2359: finishing copy_from racing read to smithi02985406-49 2024-07-27T18:28:26.885 INFO:tasks.rados.rados.0.smithi029.stdout:2359: finishing copy_from to smithi02985406-49 2024-07-27T18:28:26.885 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 1596 (ObjNum 734 snap 226 seq_num 734) dirty exists 2024-07-27T18:28:26.886 INFO:tasks.rados.rados.0.smithi029.stdout:2359: done (2 left) 2024-07-27T18:28:26.886 INFO:tasks.rados.rados.0.smithi029.stdout:2361: done (1 left) 2024-07-27T18:28:26.886 INFO:tasks.rados.rados.0.smithi029.stdout:2363: snap_create 2024-07-27T18:28:26.908 INFO:tasks.rados.rados.0.smithi029.stdout:2362: finishing copy_from racing read to smithi02985406-47 2024-07-27T18:28:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: osdmap e538: 8 total, 8 up, 8 in 2024-07-27T18:28:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='client.44309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:28:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:28:26.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:26.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:26.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:26.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:26.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:26.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:26.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: Upgrade: Setting container_image for all osd 2024-07-27T18:28:26.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:26.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-07-27T18:28:26.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-07-27T18:28:26.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-07-27T18:28:26.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-07-27T18:28:26.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-07-27T18:28:26.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-07-27T18:28:26.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-07-27T18:28:26.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-07-27T18:28:26.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-07-27T18:28:26.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-07-27T18:28:26.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-07-27T18:28:26.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-07-27T18:28:26.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: Upgrade: Setting require_osd_release to 19 squid 2024-07-27T18:28:26.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-07-27T18:28:26.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-07-27T18:28:26.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:26 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/466277823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:26.917 INFO:tasks.rados.rados.0.smithi029.stdout:2362: finishing copy_from to smithi02985406-47 2024-07-27T18:28:26.917 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 1600 (ObjNum 627 snap 188 seq_num 627) dirty exists 2024-07-27T18:28:27.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: osdmap e538: 8 total, 8 up, 8 in 2024-07-27T18:28:27.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='client.44309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:28:27.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:27.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:27.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:27.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:28:27.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:27.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:27.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:27.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:27.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:27.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:27.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: Upgrade: Setting container_image for all osd 2024-07-27T18:28:27.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:27.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-07-27T18:28:27.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-07-27T18:28:27.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-07-27T18:28:27.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-07-27T18:28:27.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-07-27T18:28:27.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-07-27T18:28:27.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-07-27T18:28:27.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-07-27T18:28:27.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-07-27T18:28:27.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-07-27T18:28:27.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-07-27T18:28:27.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: Upgrade: Setting require_osd_release to 19 squid 2024-07-27T18:28:27.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-07-27T18:28:27.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-07-27T18:28:27.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/466277823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:27.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: osdmap e538: 8 total, 8 up, 8 in 2024-07-27T18:28:27.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='client.44309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:28:27.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:27.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:27.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:27.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:28:27.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:27.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:27.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:27.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: Upgrade: Setting container_image for all osd 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-07-27T18:28:27.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-07-27T18:28:27.009 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-07-27T18:28:27.010 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-07-27T18:28:27.010 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: Upgrade: Setting require_osd_release to 19 squid 2024-07-27T18:28:27.010 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-07-27T18:28:27.010 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-07-27T18:28:27.010 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:26 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/466277823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:27.668 INFO:tasks.rados.rados.0.smithi029.stdout:2362: done (1 left) 2024-07-27T18:28:27.668 INFO:tasks.rados.rados.0.smithi029.stdout:2363: done (0 left) 2024-07-27T18:28:27.668 INFO:tasks.rados.rados.0.smithi029.stdout:2364: copy_from oid 35 from oid 2 current snap is 228 2024-07-27T18:28:27.669 INFO:tasks.rados.rados.0.smithi029.stdout:2365: copy_from oid 24 from oid 12 current snap is 228 2024-07-27T18:28:27.669 INFO:tasks.rados.rados.0.smithi029.stdout:2366: copy_from oid 44 from oid 36 current snap is 228 2024-07-27T18:28:27.669 INFO:tasks.rados.rados.0.smithi029.stdout:2367: snap_create 2024-07-27T18:28:27.670 INFO:tasks.rados.rados.0.smithi029.stdout:2364: finishing copy_from to smithi02985406-35 2024-07-27T18:28:27.670 INFO:tasks.rados.rados.0.smithi029.stdout:2364: got expected ENOENT (src dne) 2024-07-27T18:28:27.670 INFO:tasks.rados.rados.0.smithi029.stdout:2364: finishing copy_from racing read to smithi02985406-35 2024-07-27T18:28:27.673 INFO:tasks.rados.rados.0.smithi029.stdout:2366: finishing copy_from to smithi02985406-44 2024-07-27T18:28:27.673 INFO:tasks.rados.rados.0.smithi029.stdout:2366: got expected ENOENT (src dne) 2024-07-27T18:28:27.673 INFO:tasks.rados.rados.0.smithi029.stdout:2366: finishing copy_from racing read to smithi02985406-44 2024-07-27T18:28:27.699 INFO:tasks.rados.rados.0.smithi029.stdout:2365: finishing copy_from racing read to smithi02985406-24 2024-07-27T18:28:27.699 INFO:tasks.rados.rados.0.smithi029.stdout:2365: finishing copy_from to smithi02985406-24 2024-07-27T18:28:27.699 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 1457 (ObjNum 651 snap 198 seq_num 651) dirty exists 2024-07-27T18:28:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:27 smithi179 ceph-mon[89801]: pgmap v471: 121 pgs: 1 active+clean+snaptrim, 8 activating, 8 peering, 104 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 1.1 MiB/s wr, 26 op/s; 14 MiB/s, 3 objects/s recovering 2024-07-27T18:28:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:27 smithi179 ceph-mon[89801]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-07-27T18:28:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:27 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-07-27T18:28:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:27 smithi179 ceph-mon[89801]: osdmap e539: 8 total, 8 up, 8 in 2024-07-27T18:28:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:27 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["a"]}]: dispatch 2024-07-27T18:28:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:27 smithi179 ceph-mon[89801]: Upgrade: It appears safe to stop mds.a 2024-07-27T18:28:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:27 smithi179 ceph-mon[89801]: Health check update: Degraded data redundancy: 46/528 objects degraded (8.712%), 6 pgs degraded (PG_DEGRADED) 2024-07-27T18:28:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:27 smithi179 ceph-mon[89801]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 46/528 objects degraded (8.712%), 6 pgs degraded) 2024-07-27T18:28:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:27 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:28:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[99353]: pgmap v471: 121 pgs: 1 active+clean+snaptrim, 8 activating, 8 peering, 104 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 1.1 MiB/s wr, 26 op/s; 14 MiB/s, 3 objects/s recovering 2024-07-27T18:28:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[99353]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-07-27T18:28:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-07-27T18:28:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[99353]: osdmap e539: 8 total, 8 up, 8 in 2024-07-27T18:28:28.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["a"]}]: dispatch 2024-07-27T18:28:28.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[99353]: Upgrade: It appears safe to stop mds.a 2024-07-27T18:28:28.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[99353]: Health check update: Degraded data redundancy: 46/528 objects degraded (8.712%), 6 pgs degraded (PG_DEGRADED) 2024-07-27T18:28:28.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[99353]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 46/528 objects degraded (8.712%), 6 pgs degraded) 2024-07-27T18:28:28.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:28:28.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[96870]: pgmap v471: 121 pgs: 1 active+clean+snaptrim, 8 activating, 8 peering, 104 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 1.1 MiB/s wr, 26 op/s; 14 MiB/s, 3 objects/s recovering 2024-07-27T18:28:28.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[96870]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-07-27T18:28:28.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-07-27T18:28:28.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[96870]: osdmap e539: 8 total, 8 up, 8 in 2024-07-27T18:28:28.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["a"]}]: dispatch 2024-07-27T18:28:28.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[96870]: Upgrade: It appears safe to stop mds.a 2024-07-27T18:28:28.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[96870]: Health check update: Degraded data redundancy: 46/528 objects degraded (8.712%), 6 pgs degraded (PG_DEGRADED) 2024-07-27T18:28:28.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[96870]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 46/528 objects degraded (8.712%), 6 pgs degraded) 2024-07-27T18:28:28.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:27 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:28:28.675 INFO:tasks.rados.rados.0.smithi029.stdout:2364: done (3 left) 2024-07-27T18:28:28.675 INFO:tasks.rados.rados.0.smithi029.stdout:2365: done (2 left) 2024-07-27T18:28:28.675 INFO:tasks.rados.rados.0.smithi029.stdout:2366: done (1 left) 2024-07-27T18:28:28.675 INFO:tasks.rados.rados.0.smithi029.stdout:2367: done (0 left) 2024-07-27T18:28:28.675 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 229 2024-07-27T18:28:28.675 INFO:tasks.rados.rados.0.smithi029.stdout:2368: seq_num 743 ranges {5881856=450560} 2024-07-27T18:28:28.709 INFO:tasks.rados.rados.0.smithi029.stdout:2368: writing smithi02985406-45 from 5881856 to 6332416 tid 1 2024-07-27T18:28:28.709 INFO:tasks.rados.rados.0.smithi029.stdout:2369: rollback oid 15 current snap is 229 2024-07-27T18:28:28.710 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 15 to 228 2024-07-27T18:28:28.710 INFO:tasks.rados.rados.0.smithi029.stdout:2370: snap_remove snap 224 2024-07-27T18:28:28.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[96870]: osdmap e540: 8 total, 8 up, 8 in 2024-07-27T18:28:28.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[96870]: Upgrade: Updating mds.a 2024-07-27T18:28:28.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:28.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:28:28.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:28:28.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:28.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[96870]: Deploying daemon mds.a on smithi029 2024-07-27T18:28:28.895 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[99353]: osdmap e540: 8 total, 8 up, 8 in 2024-07-27T18:28:28.896 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[99353]: Upgrade: Updating mds.a 2024-07-27T18:28:28.896 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:28.896 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:28:28.896 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:28:28.896 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:28.896 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:28 smithi029 ceph-mon[99353]: Deploying daemon mds.a on smithi029 2024-07-27T18:28:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:28 smithi179 ceph-mon[89801]: osdmap e540: 8 total, 8 up, 8 in 2024-07-27T18:28:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:28 smithi179 ceph-mon[89801]: Upgrade: Updating mds.a 2024-07-27T18:28:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:28 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:28 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:28:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:28 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:28:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:28 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:28 smithi179 ceph-mon[89801]: Deploying daemon mds.a on smithi029 2024-07-27T18:28:29.679 INFO:tasks.rados.rados.0.smithi029.stdout:2370: done (2 left) 2024-07-27T18:28:29.679 INFO:tasks.rados.rados.0.smithi029.stdout:2369: finishing rollback tid 0 to smithi02985406-15 2024-07-27T18:28:29.679 INFO:tasks.rados.rados.0.smithi029.stdout:2369: finishing rollback tid 1 to smithi02985406-15 2024-07-27T18:28:29.679 INFO:tasks.rados.rados.0.smithi029.stdout:2369: finishing rollback tid 2 to smithi02985406-15 2024-07-27T18:28:29.679 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 1338 (ObjNum 736 snap 226 seq_num 736) dirty exists 2024-07-27T18:28:29.679 INFO:tasks.rados.rados.0.smithi029.stdout:2368: finishing write tid 1 to smithi02985406-45 2024-07-27T18:28:29.680 INFO:tasks.rados.rados.0.smithi029.stdout:2368: finishing write tid 2 to smithi02985406-45 2024-07-27T18:28:29.680 INFO:tasks.rados.rados.0.smithi029.stdout:2368: finishing write tid 3 to smithi02985406-45 2024-07-27T18:28:29.680 INFO:tasks.rados.rados.0.smithi029.stdout:2368: oid 45 updating version 0 to 1459 2024-07-27T18:28:29.680 INFO:tasks.rados.rados.0.smithi029.stdout:2368: oid 45 version 1459 is already newer than 1458 2024-07-27T18:28:29.680 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 1459 (ObjNum 743 snap 229 seq_num 743) dirty exists 2024-07-27T18:28:29.680 INFO:tasks.rados.rados.0.smithi029.stdout:2368: left oid 45 (ObjNum 743 snap 229 seq_num 743) 2024-07-27T18:28:29.680 INFO:tasks.rados.rados.0.smithi029.stdout:2371: read oid 8 snap 226 2024-07-27T18:28:29.680 INFO:tasks.rados.rados.0.smithi029.stdout:2371: expect (ObjNum 690 snap 209 seq_num 690) 2024-07-27T18:28:29.680 INFO:tasks.rados.rados.0.smithi029.stdout:2368: done (2 left) 2024-07-27T18:28:29.680 INFO:tasks.rados.rados.0.smithi029.stdout:2369: done (1 left) 2024-07-27T18:28:29.680 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 229 2024-07-27T18:28:29.680 INFO:tasks.rados.rados.0.smithi029.stdout:2372: seq_num 744 ranges {0=466944} 2024-07-27T18:28:29.681 INFO:tasks.rados.rados.0.smithi029.stdout:2372: writing smithi02985406-40 from 0 to 466944 tid 1 2024-07-27T18:28:29.682 INFO:tasks.rados.rados.0.smithi029.stdout:2373: read oid 7 snap -1 2024-07-27T18:28:29.682 INFO:tasks.rados.rados.0.smithi029.stdout:2373: expect (ObjNum 737 snap 226 seq_num 737) 2024-07-27T18:28:29.683 INFO:tasks.rados.rados.0.smithi029.stdout:2374: rollback oid 15 current snap is 229 2024-07-27T18:28:29.683 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 15 to 226 2024-07-27T18:28:29.684 INFO:tasks.rados.rados.0.smithi029.stdout:2375: read oid 46 snap -1 2024-07-27T18:28:29.684 INFO:tasks.rados.rados.0.smithi029.stdout:2375: expect (ObjNum 636 snap 194 seq_num 636) 2024-07-27T18:28:29.684 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 27 current snap is 229 2024-07-27T18:28:29.684 INFO:tasks.rados.rados.0.smithi029.stdout:2376: seq_num 745 ranges {3579904=483328} 2024-07-27T18:28:29.708 INFO:tasks.rados.rados.0.smithi029.stdout:2376: writing smithi02985406-27 from 3579904 to 4063232 tid 1 2024-07-27T18:28:29.708 INFO:tasks.rados.rados.0.smithi029.stdout:2377: snap_create 2024-07-27T18:28:29.708 INFO:tasks.rados.rados.0.smithi029.stdout:2372: finishing write tid 1 to smithi02985406-40 2024-07-27T18:28:29.708 INFO:tasks.rados.rados.0.smithi029.stdout:2372: finishing write tid 2 to smithi02985406-40 2024-07-27T18:28:29.708 INFO:tasks.rados.rados.0.smithi029.stdout:2372: finishing write tid 3 to smithi02985406-40 2024-07-27T18:28:29.708 INFO:tasks.rados.rados.0.smithi029.stdout:2372: oid 40 updating version 0 to 447 2024-07-27T18:28:29.708 INFO:tasks.rados.rados.0.smithi029.stdout:2372: oid 40 updating version 447 to 448 2024-07-27T18:28:29.708 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 448 (ObjNum 744 snap 229 seq_num 744) dirty exists 2024-07-27T18:28:29.708 INFO:tasks.rados.rados.0.smithi029.stdout:2372: left oid 40 (ObjNum 744 snap 229 seq_num 744) 2024-07-27T18:28:29.708 INFO:tasks.rados.rados.0.smithi029.stdout:2374: finishing rollback tid 0 to smithi02985406-15 2024-07-27T18:28:29.708 INFO:tasks.rados.rados.0.smithi029.stdout:2374: finishing rollback tid 1 to smithi02985406-15 2024-07-27T18:28:29.708 INFO:tasks.rados.rados.0.smithi029.stdout:2374: finishing rollback tid 2 to smithi02985406-15 2024-07-27T18:28:29.709 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 1341 (ObjNum 736 snap 226 seq_num 736) dirty exists 2024-07-27T18:28:29.710 INFO:tasks.rados.rados.0.smithi029.stdout:2375: expect (ObjNum 636 snap 194 seq_num 636) 2024-07-27T18:28:29.764 INFO:tasks.rados.rados.0.smithi029.stdout:2373: expect (ObjNum 737 snap 226 seq_num 737) 2024-07-27T18:28:29.993 INFO:tasks.rados.rados.0.smithi029.stdout:2376: finishing write tid 1 to smithi02985406-27 2024-07-27T18:28:29.993 INFO:tasks.rados.rados.0.smithi029.stdout:2376: finishing write tid 2 to smithi02985406-27 2024-07-27T18:28:29.993 INFO:tasks.rados.rados.0.smithi029.stdout:2376: finishing write tid 3 to smithi02985406-27 2024-07-27T18:28:29.993 INFO:tasks.rados.rados.0.smithi029.stdout:2376: oid 27 updating version 0 to 1602 2024-07-27T18:28:29.993 INFO:tasks.rados.rados.0.smithi029.stdout:2376: oid 27 version 1602 is already newer than 1601 2024-07-27T18:28:29.994 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1602 (ObjNum 745 snap 229 seq_num 745) dirty exists 2024-07-27T18:28:29.994 INFO:tasks.rados.rados.0.smithi029.stdout:2376: left oid 27 (ObjNum 745 snap 229 seq_num 745) 2024-07-27T18:28:29.994 INFO:tasks.rados.rados.0.smithi029.stdout:2371: expect (ObjNum 690 snap 209 seq_num 690) 2024-07-27T18:28:30.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:29 smithi029 ceph-mon[96870]: pgmap v474: 121 pgs: 121 active+clean; 301 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 3.6 MiB/s wr, 23 op/s; 14 MiB/s, 3 objects/s recovering 2024-07-27T18:28:30.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:29 smithi029 ceph-mon[96870]: osdmap e541: 8 total, 8 up, 8 in 2024-07-27T18:28:30.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:29 smithi029 ceph-mon[99353]: pgmap v474: 121 pgs: 121 active+clean; 301 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 3.6 MiB/s wr, 23 op/s; 14 MiB/s, 3 objects/s recovering 2024-07-27T18:28:30.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:29 smithi029 ceph-mon[99353]: osdmap e541: 8 total, 8 up, 8 in 2024-07-27T18:28:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:29 smithi179 ceph-mon[89801]: pgmap v474: 121 pgs: 121 active+clean; 301 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 3.6 MiB/s wr, 23 op/s; 14 MiB/s, 3 objects/s recovering 2024-07-27T18:28:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:29 smithi179 ceph-mon[89801]: osdmap e541: 8 total, 8 up, 8 in 2024-07-27T18:28:30.497 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:30 smithi029 systemd[1]: Stopping Ceph mds.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:28:30.684 INFO:tasks.rados.rados.0.smithi029.stdout:2371: done (6 left) 2024-07-27T18:28:30.684 INFO:tasks.rados.rados.0.smithi029.stdout:2372: done (5 left) 2024-07-27T18:28:30.684 INFO:tasks.rados.rados.0.smithi029.stdout:2373: done (4 left) 2024-07-27T18:28:30.684 INFO:tasks.rados.rados.0.smithi029.stdout:2374: done (3 left) 2024-07-27T18:28:30.684 INFO:tasks.rados.rados.0.smithi029.stdout:2375: done (2 left) 2024-07-27T18:28:30.684 INFO:tasks.rados.rados.0.smithi029.stdout:2376: done (1 left) 2024-07-27T18:28:30.685 INFO:tasks.rados.rados.0.smithi029.stdout:2377: done (0 left) 2024-07-27T18:28:30.685 INFO:tasks.rados.rados.0.smithi029.stdout:2378: snap_create 2024-07-27T18:28:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:30 smithi029 ceph-mon[96870]: osdmap e542: 8 total, 8 up, 8 in 2024-07-27T18:28:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:30 smithi029 ceph-mon[99353]: osdmap e542: 8 total, 8 up, 8 in 2024-07-27T18:28:30.752 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:30 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a[68882]: 2024-07-27T18:28:30.494+0000 7f4b3af82640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mds -n mds.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:28:30.752 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:30 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a[68882]: 2024-07-27T18:28:30.494+0000 7f4b3af82640 -1 mds.a *** got signal Terminated *** 2024-07-27T18:28:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:30 smithi179 ceph-mon[89801]: osdmap e542: 8 total, 8 up, 8 in 2024-07-27T18:28:31.686 INFO:tasks.rados.rados.0.smithi029.stdout:2378: done (0 left) 2024-07-27T18:28:31.687 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 11 current snap is 231 2024-07-27T18:28:31.687 INFO:tasks.rados.rados.0.smithi029.stdout:2379: seq_num 746 ranges {1196032=499712} 2024-07-27T18:28:31.696 INFO:tasks.rados.rados.0.smithi029.stdout:2379: writing smithi02985406-11 from 1196032 to 1695744 tid 1 2024-07-27T18:28:31.696 INFO:tasks.rados.rados.0.smithi029.stdout:2380: delete oid 48 current snap is 231 2024-07-27T18:28:31.700 INFO:tasks.rados.rados.0.smithi029.stdout:2379: finishing write tid 1 to smithi02985406-11 2024-07-27T18:28:31.700 INFO:tasks.rados.rados.0.smithi029.stdout:2379: finishing write tid 2 to smithi02985406-11 2024-07-27T18:28:31.701 INFO:tasks.rados.rados.0.smithi029.stdout:2380: done (1 left) 2024-07-27T18:28:31.701 INFO:tasks.rados.rados.0.smithi029.stdout:2381: snap_create 2024-07-27T18:28:31.702 INFO:tasks.rados.rados.0.smithi029.stdout:2379: finishing write tid 3 to smithi02985406-11 2024-07-27T18:28:31.702 INFO:tasks.rados.rados.0.smithi029.stdout:2379: oid 11 updating version 0 to 1436 2024-07-27T18:28:31.702 INFO:tasks.rados.rados.0.smithi029.stdout:2379: oid 11 version 1436 is already newer than 1435 2024-07-27T18:28:31.702 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 1436 (ObjNum 746 snap 231 seq_num 746) dirty exists 2024-07-27T18:28:31.702 INFO:tasks.rados.rados.0.smithi029.stdout:2379: left oid 11 (ObjNum 746 snap 231 seq_num 746) 2024-07-27T18:28:32.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:31 smithi029 ceph-mon[96870]: pgmap v477: 121 pgs: 121 active+clean; 297 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 5.1 MiB/s wr, 10 op/s 2024-07-27T18:28:32.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:31 smithi029 ceph-mon[96870]: osdmap e543: 8 total, 8 up, 8 in 2024-07-27T18:28:32.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:31 smithi029 ceph-mon[96870]: fsmap cephfs:1 {0=b=up:active} 2024-07-27T18:28:32.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:31 smithi029 ceph-mon[99353]: pgmap v477: 121 pgs: 121 active+clean; 297 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 5.1 MiB/s wr, 10 op/s 2024-07-27T18:28:32.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:31 smithi029 ceph-mon[99353]: osdmap e543: 8 total, 8 up, 8 in 2024-07-27T18:28:32.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:31 smithi029 ceph-mon[99353]: fsmap cephfs:1 {0=b=up:active} 2024-07-27T18:28:32.007 INFO:tasks.rados.rados.0.smithi029.stdout:2379: done (1 left) 2024-07-27T18:28:32.007 INFO:tasks.rados.rados.0.smithi029.stdout:2381: done (0 left) 2024-07-27T18:28:32.007 INFO:tasks.rados.rados.0.smithi029.stdout:2382: read oid 1 snap -1 2024-07-27T18:28:32.007 INFO:tasks.rados.rados.0.smithi029.stdout:2382: expect (ObjNum 724 snap 222 seq_num 724) 2024-07-27T18:28:32.007 INFO:tasks.rados.rados.0.smithi029.stdout:2383: setattr oid 42 current snap is 232 2024-07-27T18:28:32.010 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 232 2024-07-27T18:28:32.010 INFO:tasks.rados.rados.0.smithi029.stdout:2384: seq_num 748 ranges {3694592=532480} 2024-07-27T18:28:32.033 INFO:tasks.rados.rados.0.smithi029.stdout:2384: writing smithi02985406-10 from 3694592 to 4227072 tid 1 2024-07-27T18:28:32.034 INFO:tasks.rados.rados.0.smithi029.stdout:2385: snap_create 2024-07-27T18:28:32.034 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 1269 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:28:32.039 INFO:tasks.rados.rados.0.smithi029.stdout:2382: expect (ObjNum 724 snap 222 seq_num 724) 2024-07-27T18:28:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:31 smithi179 ceph-mon[89801]: pgmap v477: 121 pgs: 121 active+clean; 297 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 5.1 MiB/s wr, 10 op/s 2024-07-27T18:28:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:31 smithi179 ceph-mon[89801]: osdmap e543: 8 total, 8 up, 8 in 2024-07-27T18:28:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:31 smithi179 ceph-mon[89801]: fsmap cephfs:1 {0=b=up:active} 2024-07-27T18:28:32.367 INFO:tasks.rados.rados.0.smithi029.stdout:2384: finishing write tid 1 to smithi02985406-10 2024-07-27T18:28:32.367 INFO:tasks.rados.rados.0.smithi029.stdout:2384: finishing write tid 2 to smithi02985406-10 2024-07-27T18:28:32.367 INFO:tasks.rados.rados.0.smithi029.stdout:2384: finishing write tid 3 to smithi02985406-10 2024-07-27T18:28:32.367 INFO:tasks.rados.rados.0.smithi029.stdout:2384: oid 10 updating version 0 to 1395 2024-07-27T18:28:32.367 INFO:tasks.rados.rados.0.smithi029.stdout:2384: oid 10 updating version 1395 to 1396 2024-07-27T18:28:32.367 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1396 (ObjNum 748 snap 232 seq_num 748) dirty exists 2024-07-27T18:28:32.367 INFO:tasks.rados.rados.0.smithi029.stdout:2384: left oid 10 (ObjNum 748 snap 232 seq_num 748) 2024-07-27T18:28:32.689 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:28:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:28:32] "GET /metrics HTTP/1.1" 200 36209 "" "Prometheus/2.43.0" 2024-07-27T18:28:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:32 smithi029 ceph-mon[99353]: osdmap e544: 8 total, 8 up, 8 in 2024-07-27T18:28:33.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:32 smithi029 ceph-mon[99353]: osdmap e545: 8 total, 8 up, 8 in 2024-07-27T18:28:33.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:32 smithi029 ceph-mon[96870]: osdmap e544: 8 total, 8 up, 8 in 2024-07-27T18:28:33.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:32 smithi029 ceph-mon[96870]: osdmap e545: 8 total, 8 up, 8 in 2024-07-27T18:28:33.012 INFO:tasks.rados.rados.0.smithi029.stdout:2382: done (3 left) 2024-07-27T18:28:33.012 INFO:tasks.rados.rados.0.smithi029.stdout:2383: done (2 left) 2024-07-27T18:28:33.012 INFO:tasks.rados.rados.0.smithi029.stdout:2384: done (1 left) 2024-07-27T18:28:33.012 INFO:tasks.rados.rados.0.smithi029.stdout:2385: done (0 left) 2024-07-27T18:28:33.012 INFO:tasks.rados.rados.0.smithi029.stdout:2386: delete oid 9 current snap is 233 2024-07-27T18:28:33.016 INFO:tasks.rados.rados.0.smithi029.stdout:2386: done (0 left) 2024-07-27T18:28:33.016 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 233 2024-07-27T18:28:33.016 INFO:tasks.rados.rados.0.smithi029.stdout:2387: seq_num 750 ranges {8282112=565248} 2024-07-27T18:28:33.065 INFO:tasks.rados.rados.0.smithi029.stdout:2387: writing smithi02985406-35 from 8282112 to 8847360 tid 1 2024-07-27T18:28:33.065 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 233 2024-07-27T18:28:33.065 INFO:tasks.rados.rados.0.smithi029.stdout:2388: seq_num 751 ranges {2170880=581632} 2024-07-27T18:28:33.080 INFO:tasks.rados.rados.0.smithi029.stdout:2388: writing smithi02985406-6 from 2170880 to 2752512 tid 1 2024-07-27T18:28:33.080 INFO:tasks.rados.rados.0.smithi029.stdout:2389: delete oid 37 current snap is 233 2024-07-27T18:28:33.081 INFO:tasks.rados.rados.0.smithi029.stdout:2387: finishing write tid 1 to smithi02985406-35 2024-07-27T18:28:33.081 INFO:tasks.rados.rados.0.smithi029.stdout:2387: finishing write tid 2 to smithi02985406-35 2024-07-27T18:28:33.081 INFO:tasks.rados.rados.0.smithi029.stdout:2387: finishing write tid 3 to smithi02985406-35 2024-07-27T18:28:33.081 INFO:tasks.rados.rados.0.smithi029.stdout:2387: oid 35 updating version 0 to 982 2024-07-27T18:28:33.081 INFO:tasks.rados.rados.0.smithi029.stdout:2387: oid 35 version 982 is already newer than 981 2024-07-27T18:28:33.081 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 982 (ObjNum 750 snap 233 seq_num 750) dirty exists 2024-07-27T18:28:33.081 INFO:tasks.rados.rados.0.smithi029.stdout:2387: left oid 35 (ObjNum 750 snap 233 seq_num 750) 2024-07-27T18:28:33.085 INFO:tasks.rados.rados.0.smithi029.stdout:2388: finishing write tid 1 to smithi02985406-6 2024-07-27T18:28:33.085 INFO:tasks.rados.rados.0.smithi029.stdout:2388: finishing write tid 2 to smithi02985406-6 2024-07-27T18:28:33.086 INFO:tasks.rados.rados.0.smithi029.stdout:2387: done (2 left) 2024-07-27T18:28:33.086 INFO:tasks.rados.rados.0.smithi029.stdout:2389: done (1 left) 2024-07-27T18:28:33.086 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 233 2024-07-27T18:28:33.086 INFO:tasks.rados.rados.0.smithi029.stdout:2390: seq_num 753 ranges {466944=614400} 2024-07-27T18:28:33.092 INFO:tasks.rados.rados.0.smithi029.stdout:2390: writing smithi02985406-40 from 466944 to 1081344 tid 1 2024-07-27T18:28:33.092 INFO:tasks.rados.rados.0.smithi029.stdout:2391: copy_from oid 31 from oid 21 current snap is 233 2024-07-27T18:28:33.092 INFO:tasks.rados.rados.0.smithi029.stdout:2388: finishing write tid 3 to smithi02985406-6 2024-07-27T18:28:33.092 INFO:tasks.rados.rados.0.smithi029.stdout:2388: oid 6 updating version 0 to 1397 2024-07-27T18:28:33.092 INFO:tasks.rados.rados.0.smithi029.stdout:2388: oid 6 updating version 1397 to 1398 2024-07-27T18:28:33.092 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1398 (ObjNum 751 snap 233 seq_num 751) dirty exists 2024-07-27T18:28:33.092 INFO:tasks.rados.rados.0.smithi029.stdout:2388: left oid 6 (ObjNum 751 snap 233 seq_num 751) 2024-07-27T18:28:33.092 INFO:tasks.rados.rados.0.smithi029.stdout:2388: done (2 left) 2024-07-27T18:28:33.093 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 233 2024-07-27T18:28:33.093 INFO:tasks.rados.rados.0.smithi029.stdout:2392: seq_num 754 ranges {4227072=630784} 2024-07-27T18:28:33.120 INFO:tasks.rados.rados.0.smithi029.stdout:2392: writing smithi02985406-10 from 4227072 to 4857856 tid 1 2024-07-27T18:28:33.120 INFO:tasks.rados.rados.0.smithi029.stdout:2393: copy_from oid 19 from oid 47 current snap is 233 2024-07-27T18:28:33.120 INFO:tasks.rados.rados.0.smithi029.stdout:2390: finishing write tid 1 to smithi02985406-40 2024-07-27T18:28:33.120 INFO:tasks.rados.rados.0.smithi029.stdout:2390: finishing write tid 2 to smithi02985406-40 2024-07-27T18:28:33.120 INFO:tasks.rados.rados.0.smithi029.stdout:2390: finishing write tid 3 to smithi02985406-40 2024-07-27T18:28:33.121 INFO:tasks.rados.rados.0.smithi029.stdout:2390: oid 40 updating version 0 to 449 2024-07-27T18:28:33.121 INFO:tasks.rados.rados.0.smithi029.stdout:2390: oid 40 updating version 449 to 450 2024-07-27T18:28:33.121 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 450 (ObjNum 753 snap 233 seq_num 753) dirty exists 2024-07-27T18:28:33.121 INFO:tasks.rados.rados.0.smithi029.stdout:2390: left oid 40 (ObjNum 753 snap 233 seq_num 753) 2024-07-27T18:28:33.121 INFO:tasks.rados.rados.0.smithi029.stdout:2391: finishing copy_from racing read to smithi02985406-31 2024-07-27T18:28:33.121 INFO:tasks.rados.rados.0.smithi029.stdout:2391: finishing copy_from to smithi02985406-31 2024-07-27T18:28:33.121 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 958 (ObjNum 742 snap 227 seq_num 742) dirty exists 2024-07-27T18:28:33.121 INFO:tasks.rados.rados.0.smithi029.stdout:2390: done (3 left) 2024-07-27T18:28:33.121 INFO:tasks.rados.rados.0.smithi029.stdout:2391: done (2 left) 2024-07-27T18:28:33.121 INFO:tasks.rados.rados.0.smithi029.stdout:2394: delete oid 31 current snap is 233 2024-07-27T18:28:33.122 INFO:tasks.rados.rados.0.smithi029.stdout:2394: done (2 left) 2024-07-27T18:28:33.122 INFO:tasks.rados.rados.0.smithi029.stdout:2395: snap_remove snap 227 2024-07-27T18:28:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:32 smithi179 ceph-mon[89801]: osdmap e544: 8 total, 8 up, 8 in 2024-07-27T18:28:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:32 smithi179 ceph-mon[89801]: osdmap e545: 8 total, 8 up, 8 in 2024-07-27T18:28:34.014 INFO:tasks.rados.rados.0.smithi029.stdout:2392: finishing write tid 1 to smithi02985406-10 2024-07-27T18:28:34.014 INFO:tasks.rados.rados.0.smithi029.stdout:2392: finishing write tid 2 to smithi02985406-10 2024-07-27T18:28:34.014 INFO:tasks.rados.rados.0.smithi029.stdout:2392: finishing write tid 3 to smithi02985406-10 2024-07-27T18:28:34.014 INFO:tasks.rados.rados.0.smithi029.stdout:2392: oid 10 updating version 0 to 1400 2024-07-27T18:28:34.014 INFO:tasks.rados.rados.0.smithi029.stdout:2392: oid 10 updating version 1400 to 1401 2024-07-27T18:28:34.014 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1401 (ObjNum 754 snap 233 seq_num 754) dirty exists 2024-07-27T18:28:34.014 INFO:tasks.rados.rados.0.smithi029.stdout:2392: left oid 10 (ObjNum 754 snap 233 seq_num 754) 2024-07-27T18:28:34.014 INFO:tasks.rados.rados.0.smithi029.stdout:2393: finishing copy_from racing read to smithi02985406-19 2024-07-27T18:28:34.015 INFO:tasks.rados.rados.0.smithi029.stdout:2393: finishing copy_from to smithi02985406-19 2024-07-27T18:28:34.015 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 1600 (ObjNum 627 snap 188 seq_num 627) dirty exists 2024-07-27T18:28:34.015 INFO:tasks.rados.rados.0.smithi029.stdout:2392: done (2 left) 2024-07-27T18:28:34.015 INFO:tasks.rados.rados.0.smithi029.stdout:2393: done (1 left) 2024-07-27T18:28:34.015 INFO:tasks.rados.rados.0.smithi029.stdout:2395: done (0 left) 2024-07-27T18:28:34.015 INFO:tasks.rados.rados.0.smithi029.stdout:2396: snap_remove snap 231 2024-07-27T18:28:34.366 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:34 smithi029 ceph-mon[96870]: pgmap v481: 121 pgs: 121 active+clean; 286 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 4.2 MiB/s wr, 7 op/s 2024-07-27T18:28:34.367 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:34 smithi029 ceph-mon[96870]: osdmap e546: 8 total, 8 up, 8 in 2024-07-27T18:28:34.367 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:34 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:34.367 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:34 smithi029 ceph-mon[99353]: pgmap v481: 121 pgs: 121 active+clean; 286 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 4.2 MiB/s wr, 7 op/s 2024-07-27T18:28:34.367 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:34 smithi029 ceph-mon[99353]: osdmap e546: 8 total, 8 up, 8 in 2024-07-27T18:28:34.367 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:34 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:34.367 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:34 smithi029 podman[124994]: 2024-07-27 18:28:34.072959986 +0000 UTC m=+3.700829882 container died 81f220251f1265db5d87028b4c28e2f9e944ad0e0aa4a893b99b0d1d7d3ba1ed (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=reef-a3bbd72, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:28:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:34 smithi179 ceph-mon[89801]: pgmap v481: 121 pgs: 121 active+clean; 286 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 4.2 MiB/s wr, 7 op/s 2024-07-27T18:28:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:34 smithi179 ceph-mon[89801]: osdmap e546: 8 total, 8 up, 8 in 2024-07-27T18:28:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:34 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:34.751 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:34 smithi029 podman[124994]: 2024-07-27 18:28:34.539464526 +0000 UTC m=+4.167334412 container cleanup 81f220251f1265db5d87028b4c28e2f9e944ad0e0aa4a893b99b0d1d7d3ba1ed (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, RELEASE=reef-a3bbd72, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T18:28:34.751 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:34 smithi029 bash[124994]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a 2024-07-27T18:28:35.026 INFO:tasks.rados.rados.0.smithi029.stdout:2396: done (0 left) 2024-07-27T18:28:35.026 INFO:tasks.rados.rados.0.smithi029.stdout:2397: copy_from oid 11 from oid 40 current snap is 233 2024-07-27T18:28:35.026 INFO:tasks.rados.rados.0.smithi029.stdout:2398: read oid 22 snap -1 2024-07-27T18:28:35.026 INFO:tasks.rados.rados.0.smithi029.stdout:2398: expect (ObjNum 726 snap 224 seq_num 726) 2024-07-27T18:28:35.026 INFO:tasks.rados.rados.0.smithi029.stdout:2399: setattr oid 29 current snap is 233 2024-07-27T18:28:35.027 INFO:tasks.rados.rados.0.smithi029.stdout:2400: snap_remove snap 211 2024-07-27T18:28:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:35 smithi029 ceph-mon[96870]: osdmap e547: 8 total, 8 up, 8 in 2024-07-27T18:28:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:35 smithi029 ceph-mon[99353]: osdmap e547: 8 total, 8 up, 8 in 2024-07-27T18:28:35.252 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 18:28:35 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[105448]: 2024-07-27T18:28:35.037+0000 7f6f7471f640 -1 snap_mapper.get_next_objects_to_trim::New Clone-Objects were added to Snap 12c after trimming was started 2024-07-27T18:28:35.252 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:34 smithi029 podman[125013]: 2024-07-27 18:28:34.992733187 +0000 UTC m=+0.908098567 container remove 81f220251f1265db5d87028b4c28e2f9e944ad0e0aa4a893b99b0d1d7d3ba1ed (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, RELEASE=reef-a3bbd72, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716) 2024-07-27T18:28:35.252 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:35 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mds.a.service: Deactivated successfully. 2024-07-27T18:28:35.253 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:35 smithi029 systemd[1]: Stopped Ceph mds.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:28:35.253 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:35 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mds.a.service: Consumed 1.233s CPU time. 2024-07-27T18:28:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:35 smithi179 ceph-mon[89801]: osdmap e547: 8 total, 8 up, 8 in 2024-07-27T18:28:35.697 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:35 smithi029 systemd[1]: Starting Ceph mds.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:28:35.697 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:35 smithi029 podman[125150]: 2024-07-27 18:28:35.47093676 +0000 UTC m=+0.017634701 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:28:35.698 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:35 smithi029 podman[125150]: 2024-07-27 18:28:35.569282476 +0000 UTC m=+0.115980393 container create e0daa033f60351aa80b3fdfd5e10e106a76168b09b9a5913f0db8c3ba389af45 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-07-27T18:28:36.032 INFO:tasks.rados.rados.0.smithi029.stdout:2400: done (3 left) 2024-07-27T18:28:36.032 INFO:tasks.rados.rados.0.smithi029.stdout:2401: read oid 42 snap 222 2024-07-27T18:28:36.032 INFO:tasks.rados.rados.0.smithi029.stdout:2401: expect deleted 2024-07-27T18:28:36.033 INFO:tasks.rados.rados.0.smithi029.stdout:2402: rmattr oid 3 current snap is 233 2024-07-27T18:28:36.033 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1197 (ObjNum 145 snap 0 seq_num 368117712) dirty exists 2024-07-27T18:28:36.033 INFO:tasks.rados.rados.0.smithi029.stdout:2397: finishing copy_from racing read to smithi02985406-11 2024-07-27T18:28:36.033 INFO:tasks.rados.rados.0.smithi029.stdout:2397: finishing copy_from to smithi02985406-11 2024-07-27T18:28:36.033 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 450 (ObjNum 753 snap 233 seq_num 753) dirty exists 2024-07-27T18:28:36.033 INFO:tasks.rados.rados.0.smithi029.stdout:2398: expect (ObjNum 726 snap 224 seq_num 726) 2024-07-27T18:28:36.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:36 smithi029 ceph-mon[96870]: pgmap v484: 121 pgs: 121 active+clean; 287 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.8 MiB/s wr, 14 op/s 2024-07-27T18:28:36.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:36 smithi029 ceph-mon[96870]: osdmap e548: 8 total, 8 up, 8 in 2024-07-27T18:28:36.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:36 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:36.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:36 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:36.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:36 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:36.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:36 smithi029 ceph-mon[99353]: pgmap v484: 121 pgs: 121 active+clean; 287 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.8 MiB/s wr, 14 op/s 2024-07-27T18:28:36.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:36 smithi029 ceph-mon[99353]: osdmap e548: 8 total, 8 up, 8 in 2024-07-27T18:28:36.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:36 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:36.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:36 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:36.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:36 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:36.255 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:35 smithi029 podman[125150]: 2024-07-27 18:28:35.808372069 +0000 UTC m=+0.355070001 container init e0daa033f60351aa80b3fdfd5e10e106a76168b09b9a5913f0db8c3ba389af45 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-07-27T18:28:36.255 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:35 smithi029 podman[125150]: 2024-07-27 18:28:35.813102224 +0000 UTC m=+0.359800142 container start e0daa033f60351aa80b3fdfd5e10e106a76168b09b9a5913f0db8c3ba389af45 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=squid-46c551b, CEPH_POINT_RELEASE=) 2024-07-27T18:28:36.256 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:35 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a[125166]: starting mds.a at 2024-07-27T18:28:36.256 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:35 smithi029 bash[125150]: e0daa033f60351aa80b3fdfd5e10e106a76168b09b9a5913f0db8c3ba389af45 2024-07-27T18:28:36.256 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:35 smithi029 systemd[1]: Started Ceph mds.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:28:36.351 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 1338 (ObjNum 739 snap 226 seq_num 739) dirty exists 2024-07-27T18:28:36.351 INFO:tasks.rados.rados.0.smithi029.stdout:2397: done (4 left) 2024-07-27T18:28:36.351 INFO:tasks.rados.rados.0.smithi029.stdout:2398: done (3 left) 2024-07-27T18:28:36.351 INFO:tasks.rados.rados.0.smithi029.stdout:2399: done (2 left) 2024-07-27T18:28:36.351 INFO:tasks.rados.rados.0.smithi029.stdout:2401: done (1 left) 2024-07-27T18:28:36.351 INFO:tasks.rados.rados.0.smithi029.stdout:2402: done (0 left) 2024-07-27T18:28:36.351 INFO:tasks.rados.rados.0.smithi029.stdout:2403: read oid 3 snap -1 2024-07-27T18:28:36.351 INFO:tasks.rados.rados.0.smithi029.stdout:2403: expect (ObjNum 739 snap 226 seq_num 739) 2024-07-27T18:28:36.351 INFO:tasks.rados.rados.0.smithi029.stdout:2404: snap_remove snap 222 2024-07-27T18:28:36.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:36 smithi179 ceph-mon[89801]: pgmap v484: 121 pgs: 121 active+clean; 287 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.8 MiB/s wr, 14 op/s 2024-07-27T18:28:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:36 smithi179 ceph-mon[89801]: osdmap e548: 8 total, 8 up, 8 in 2024-07-27T18:28:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:36 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:36 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:36 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:37.009 INFO:tasks.rados.rados.0.smithi029.stdout:2404: done (1 left) 2024-07-27T18:28:37.010 INFO:tasks.rados.rados.0.smithi029.stdout:2405: rmattr oid 26 current snap is 233 2024-07-27T18:28:37.010 INFO:tasks.rados.rados.0.smithi029.stdout:2405: done (1 left) 2024-07-27T18:28:37.010 INFO:tasks.rados.rados.0.smithi029.stdout:2406: snap_create 2024-07-27T18:28:37.010 INFO:tasks.rados.rados.0.smithi029.stdout:2403: expect (ObjNum 739 snap 226 seq_num 739) 2024-07-27T18:28:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:37 smithi029 ceph-mon[96870]: mds.? [v2:172.21.15.29:6834/914117557,v1:172.21.15.29:6835/914117557] up:boot 2024-07-27T18:28:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:37 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:28:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:37 smithi029 ceph-mon[96870]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:28:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:37 smithi029 ceph-mon[96870]: osdmap e549: 8 total, 8 up, 8 in 2024-07-27T18:28:37.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:37 smithi029 ceph-mon[96870]: osdmap e550: 8 total, 8 up, 8 in 2024-07-27T18:28:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:37 smithi029 ceph-mon[99353]: mds.? [v2:172.21.15.29:6834/914117557,v1:172.21.15.29:6835/914117557] up:boot 2024-07-27T18:28:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:37 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:28:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:37 smithi029 ceph-mon[99353]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:28:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:37 smithi029 ceph-mon[99353]: osdmap e549: 8 total, 8 up, 8 in 2024-07-27T18:28:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:37 smithi029 ceph-mon[99353]: osdmap e550: 8 total, 8 up, 8 in 2024-07-27T18:28:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:37 smithi179 ceph-mon[89801]: mds.? [v2:172.21.15.29:6834/914117557,v1:172.21.15.29:6835/914117557] up:boot 2024-07-27T18:28:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:37 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T18:28:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:37 smithi179 ceph-mon[89801]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-07-27T18:28:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:37 smithi179 ceph-mon[89801]: osdmap e549: 8 total, 8 up, 8 in 2024-07-27T18:28:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:37 smithi179 ceph-mon[89801]: osdmap e550: 8 total, 8 up, 8 in 2024-07-27T18:28:38.009 INFO:tasks.rados.rados.0.smithi029.stdout:2403: done (1 left) 2024-07-27T18:28:38.009 INFO:tasks.rados.rados.0.smithi029.stdout:2406: done (0 left) 2024-07-27T18:28:38.009 INFO:tasks.rados.rados.0.smithi029.stdout:2407: rollback oid 36 current snap is 234 2024-07-27T18:28:38.009 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 36 to 230 2024-07-27T18:28:38.009 INFO:tasks.rados.rados.0.smithi029.stdout:2408: delete oid 18 current snap is 234 2024-07-27T18:28:38.012 INFO:tasks.rados.rados.0.smithi029.stdout:2408: done (1 left) 2024-07-27T18:28:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:2409: read oid 49 snap -1 2024-07-27T18:28:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:2409: expect (ObjNum 734 snap 226 seq_num 734) 2024-07-27T18:28:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:2410: read oid 21 snap 228 2024-07-27T18:28:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:2410: expect (ObjNum 742 snap 227 seq_num 742) 2024-07-27T18:28:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:2411: read oid 30 snap 225 2024-07-27T18:28:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:2411: expect (ObjNum 701 snap 216 seq_num 701) 2024-07-27T18:28:38.013 INFO:tasks.rados.rados.0.smithi029.stdout:2412: delete oid 13 current snap is 234 2024-07-27T18:28:38.016 INFO:tasks.rados.rados.0.smithi029.stdout:2407: finishing rollback tid 1 to smithi02985406-36 2024-07-27T18:28:38.016 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 372 (ObjNum 177 snap 0 seq_num 368601648) dirty dne 2024-07-27T18:28:38.020 INFO:tasks.rados.rados.0.smithi029.stdout:2407: done (4 left) 2024-07-27T18:28:38.020 INFO:tasks.rados.rados.0.smithi029.stdout:2412: done (3 left) 2024-07-27T18:28:38.020 INFO:tasks.rados.rados.0.smithi029.stdout:2413: read oid 50 snap -1 2024-07-27T18:28:38.020 INFO:tasks.rados.rados.0.smithi029.stdout:2413: expect (ObjNum 741 snap 227 seq_num 741) 2024-07-27T18:28:38.020 INFO:tasks.rados.rados.0.smithi029.stdout:2414: read oid 27 snap 225 2024-07-27T18:28:38.020 INFO:tasks.rados.rados.0.smithi029.stdout:2414: expect (ObjNum 728 snap 225 seq_num 728) 2024-07-27T18:28:38.020 INFO:tasks.rados.rados.0.smithi029.stdout:2415: read oid 48 snap 233 2024-07-27T18:28:38.020 INFO:tasks.rados.rados.0.smithi029.stdout:2415: expect deleted 2024-07-27T18:28:38.020 INFO:tasks.rados.rados.0.smithi029.stdout:2416: snap_remove snap 232 2024-07-27T18:28:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:38 smithi029 ceph-mon[96870]: pgmap v487: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 289 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 828 KiB/s wr, 17 op/s 2024-07-27T18:28:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:38 smithi029 ceph-mon[96870]: osdmap e551: 8 total, 8 up, 8 in 2024-07-27T18:28:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:38 smithi029 ceph-mon[99353]: pgmap v487: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 289 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 828 KiB/s wr, 17 op/s 2024-07-27T18:28:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:38 smithi029 ceph-mon[99353]: osdmap e551: 8 total, 8 up, 8 in 2024-07-27T18:28:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:38 smithi179 ceph-mon[89801]: pgmap v487: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 289 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 828 KiB/s wr, 17 op/s 2024-07-27T18:28:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:38 smithi179 ceph-mon[89801]: osdmap e551: 8 total, 8 up, 8 in 2024-07-27T18:28:39.011 INFO:tasks.rados.rados.0.smithi029.stdout:2416: done (6 left) 2024-07-27T18:28:39.011 INFO:tasks.rados.rados.0.smithi029.stdout:2417: read oid 10 snap -1 2024-07-27T18:28:39.011 INFO:tasks.rados.rados.0.smithi029.stdout:2417: expect (ObjNum 754 snap 233 seq_num 754) 2024-07-27T18:28:39.011 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 234 2024-07-27T18:28:39.011 INFO:tasks.rados.rados.0.smithi029.stdout:2418: seq_num 758 ranges {5734400=704512} 2024-07-27T18:28:39.049 INFO:tasks.rados.rados.0.smithi029.stdout:2418: writing smithi02985406-1 from 5734400 to 6438912 tid 1 2024-07-27T18:28:39.049 INFO:tasks.rados.rados.0.smithi029.stdout:2419: read oid 29 snap -1 2024-07-27T18:28:39.049 INFO:tasks.rados.rados.0.smithi029.stdout:2419: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:28:39.049 INFO:tasks.rados.rados.0.smithi029.stdout:2420: read oid 5 snap 226 2024-07-27T18:28:39.049 INFO:tasks.rados.rados.0.smithi029.stdout:2420: expect (ObjNum 729 snap 225 seq_num 729) 2024-07-27T18:28:39.050 INFO:tasks.rados.rados.0.smithi029.stdout:2421: rmattr oid 18 current snap is 234 2024-07-27T18:28:39.050 INFO:tasks.rados.rados.0.smithi029.stdout:2413: expect (ObjNum 741 snap 227 seq_num 741) 2024-07-27T18:28:39.062 INFO:tasks.rados.rados.0.smithi029.stdout:2413: done (10 left) 2024-07-27T18:28:39.062 INFO:tasks.rados.rados.0.smithi029.stdout:2415: done (9 left) 2024-07-27T18:28:39.062 INFO:tasks.rados.rados.0.smithi029.stdout:2421: done (8 left) 2024-07-27T18:28:39.062 INFO:tasks.rados.rados.0.smithi029.stdout:2422: snap_create 2024-07-27T18:28:39.062 INFO:tasks.rados.rados.0.smithi029.stdout:2411: expect (ObjNum 701 snap 216 seq_num 701) 2024-07-27T18:28:39.402 INFO:tasks.rados.rados.0.smithi029.stdout:2410: expect (ObjNum 742 snap 227 seq_num 742) 2024-07-27T18:28:39.743 INFO:tasks.rados.rados.0.smithi029.stdout:2414: expect (ObjNum 728 snap 225 seq_num 728) 2024-07-27T18:28:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:39 smithi179 ceph-mon[89801]: pgmap v490: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 293 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 3.6 MiB/s wr, 13 op/s 2024-07-27T18:28:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:28:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:39 smithi179 ceph-mon[89801]: osdmap e552: 8 total, 8 up, 8 in 2024-07-27T18:28:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:39.941 INFO:tasks.rados.rados.0.smithi029.stdout:2409: expect (ObjNum 734 snap 226 seq_num 734) 2024-07-27T18:28:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:39 smithi029 ceph-mon[96870]: pgmap v490: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 293 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 3.6 MiB/s wr, 13 op/s 2024-07-27T18:28:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:28:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:39 smithi029 ceph-mon[96870]: osdmap e552: 8 total, 8 up, 8 in 2024-07-27T18:28:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:39 smithi029 ceph-mon[99353]: pgmap v490: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 293 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 3.6 MiB/s wr, 13 op/s 2024-07-27T18:28:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:28:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:39 smithi029 ceph-mon[99353]: osdmap e552: 8 total, 8 up, 8 in 2024-07-27T18:28:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:40.740 INFO:tasks.rados.rados.0.smithi029.stdout:2417: expect (ObjNum 754 snap 233 seq_num 754) 2024-07-27T18:28:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:40 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:40 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:40 smithi029 ceph-mon[96870]: osdmap e553: 8 total, 8 up, 8 in 2024-07-27T18:28:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:40 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:40 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:40 smithi029 ceph-mon[99353]: osdmap e553: 8 total, 8 up, 8 in 2024-07-27T18:28:41.025 INFO:tasks.rados.rados.0.smithi029.stdout:2419: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:28:41.027 INFO:tasks.rados.rados.0.smithi029.stdout:2418: finishing write tid 1 to smithi02985406-1 2024-07-27T18:28:41.027 INFO:tasks.rados.rados.0.smithi029.stdout:2418: finishing write tid 2 to smithi02985406-1 2024-07-27T18:28:41.027 INFO:tasks.rados.rados.0.smithi029.stdout:2418: finishing write tid 3 to smithi02985406-1 2024-07-27T18:28:41.027 INFO:tasks.rados.rados.0.smithi029.stdout:2418: oid 1 updating version 0 to 1402 2024-07-27T18:28:41.027 INFO:tasks.rados.rados.0.smithi029.stdout:2418: oid 1 updating version 1402 to 1403 2024-07-27T18:28:41.027 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1403 (ObjNum 758 snap 234 seq_num 758) dirty exists 2024-07-27T18:28:41.028 INFO:tasks.rados.rados.0.smithi029.stdout:2418: left oid 1 (ObjNum 758 snap 234 seq_num 758) 2024-07-27T18:28:41.028 INFO:tasks.rados.rados.0.smithi029.stdout:2420: expect (ObjNum 729 snap 225 seq_num 729) 2024-07-27T18:28:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:40 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:40 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:40 smithi179 ceph-mon[89801]: osdmap e553: 8 total, 8 up, 8 in 2024-07-27T18:28:41.667 INFO:tasks.rados.rados.0.smithi029.stdout:2409: done (8 left) 2024-07-27T18:28:41.667 INFO:tasks.rados.rados.0.smithi029.stdout:2410: done (7 left) 2024-07-27T18:28:41.667 INFO:tasks.rados.rados.0.smithi029.stdout:2411: done (6 left) 2024-07-27T18:28:41.667 INFO:tasks.rados.rados.0.smithi029.stdout:2414: done (5 left) 2024-07-27T18:28:41.667 INFO:tasks.rados.rados.0.smithi029.stdout:2417: done (4 left) 2024-07-27T18:28:41.667 INFO:tasks.rados.rados.0.smithi029.stdout:2418: done (3 left) 2024-07-27T18:28:41.667 INFO:tasks.rados.rados.0.smithi029.stdout:2419: done (2 left) 2024-07-27T18:28:41.667 INFO:tasks.rados.rados.0.smithi029.stdout:2420: done (1 left) 2024-07-27T18:28:41.668 INFO:tasks.rados.rados.0.smithi029.stdout:2422: done (0 left) 2024-07-27T18:28:41.668 INFO:tasks.rados.rados.0.smithi029.stdout:2423: read oid 32 snap 213 2024-07-27T18:28:41.668 INFO:tasks.rados.rados.0.smithi029.stdout:2423: expect (ObjNum 652 snap 198 seq_num 652) 2024-07-27T18:28:41.668 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 235 2024-07-27T18:28:41.668 INFO:tasks.rados.rados.0.smithi029.stdout:2424: seq_num 759 ranges {1581056=720896} 2024-07-27T18:28:41.676 INFO:tasks.rados.rados.0.smithi029.stdout:2424: writing smithi02985406-46 from 1581056 to 2301952 tid 1 2024-07-27T18:28:41.676 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 235 2024-07-27T18:28:41.676 INFO:tasks.rados.rados.0.smithi029.stdout:2425: seq_num 760 ranges {8192000=737280} 2024-07-27T18:28:41.726 INFO:tasks.rados.rados.0.smithi029.stdout:2425: writing smithi02985406-5 from 8192000 to 8929280 tid 1 2024-07-27T18:28:41.726 INFO:tasks.rados.rados.0.smithi029.stdout:2426: read oid 50 snap -1 2024-07-27T18:28:41.726 INFO:tasks.rados.rados.0.smithi029.stdout:2426: expect (ObjNum 741 snap 227 seq_num 741) 2024-07-27T18:28:41.726 INFO:tasks.rados.rados.0.smithi029.stdout:2427: read oid 8 snap 219 2024-07-27T18:28:41.726 INFO:tasks.rados.rados.0.smithi029.stdout:2427: expect deleted 2024-07-27T18:28:41.726 INFO:tasks.rados.rados.0.smithi029.stdout:2428: read oid 49 snap -1 2024-07-27T18:28:41.726 INFO:tasks.rados.rados.0.smithi029.stdout:2428: expect (ObjNum 734 snap 226 seq_num 734) 2024-07-27T18:28:41.726 INFO:tasks.rados.rados.0.smithi029.stdout:2429: snap_create 2024-07-27T18:28:41.727 INFO:tasks.rados.rados.0.smithi029.stdout:2423: expect (ObjNum 652 snap 198 seq_num 652) 2024-07-27T18:28:41.819 INFO:tasks.rados.rados.0.smithi029.stdout:2424: finishing write tid 1 to smithi02985406-46 2024-07-27T18:28:41.820 INFO:tasks.rados.rados.0.smithi029.stdout:2424: finishing write tid 2 to smithi02985406-46 2024-07-27T18:28:41.820 INFO:tasks.rados.rados.0.smithi029.stdout:2424: finishing write tid 3 to smithi02985406-46 2024-07-27T18:28:41.820 INFO:tasks.rados.rados.0.smithi029.stdout:2424: oid 46 updating version 0 to 1597 2024-07-27T18:28:41.820 INFO:tasks.rados.rados.0.smithi029.stdout:2424: oid 46 updating version 1597 to 1598 2024-07-27T18:28:41.820 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1598 (ObjNum 759 snap 235 seq_num 759) dirty exists 2024-07-27T18:28:41.820 INFO:tasks.rados.rados.0.smithi029.stdout:2424: left oid 46 (ObjNum 759 snap 235 seq_num 759) 2024-07-27T18:28:41.820 INFO:tasks.rados.rados.0.smithi029.stdout:2426: expect (ObjNum 741 snap 227 seq_num 741) 2024-07-27T18:28:41.831 INFO:tasks.rados.rados.0.smithi029.stdout:2425: finishing write tid 1 to smithi02985406-5 2024-07-27T18:28:41.832 INFO:tasks.rados.rados.0.smithi029.stdout:2425: finishing write tid 2 to smithi02985406-5 2024-07-27T18:28:41.832 INFO:tasks.rados.rados.0.smithi029.stdout:2425: finishing write tid 3 to smithi02985406-5 2024-07-27T18:28:41.832 INFO:tasks.rados.rados.0.smithi029.stdout:2425: oid 5 updating version 0 to 1638 2024-07-27T18:28:41.832 INFO:tasks.rados.rados.0.smithi029.stdout:2425: oid 5 updating version 1638 to 1639 2024-07-27T18:28:41.832 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1639 (ObjNum 760 snap 235 seq_num 760) dirty exists 2024-07-27T18:28:41.832 INFO:tasks.rados.rados.0.smithi029.stdout:2425: left oid 5 (ObjNum 760 snap 235 seq_num 760) 2024-07-27T18:28:41.832 INFO:tasks.rados.rados.0.smithi029.stdout:2428: expect (ObjNum 734 snap 226 seq_num 734) 2024-07-27T18:28:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:42 smithi029 ceph-mon[96870]: pgmap v493: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 291 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:28:42.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:42 smithi029 ceph-mon[96870]: osdmap e554: 8 total, 8 up, 8 in 2024-07-27T18:28:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:42 smithi029 ceph-mon[99353]: pgmap v493: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 291 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:28:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:42 smithi029 ceph-mon[99353]: osdmap e554: 8 total, 8 up, 8 in 2024-07-27T18:28:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:42 smithi179 ceph-mon[89801]: pgmap v493: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 291 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:28:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:42 smithi179 ceph-mon[89801]: osdmap e554: 8 total, 8 up, 8 in 2024-07-27T18:28:42.601 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:28:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:28:42] "GET /metrics HTTP/1.1" 200 36346 "" "Prometheus/2.43.0" 2024-07-27T18:28:42.630 INFO:tasks.rados.rados.0.smithi029.stdout:2423: done (6 left) 2024-07-27T18:28:42.630 INFO:tasks.rados.rados.0.smithi029.stdout:2424: done (5 left) 2024-07-27T18:28:42.630 INFO:tasks.rados.rados.0.smithi029.stdout:2425: done (4 left) 2024-07-27T18:28:42.630 INFO:tasks.rados.rados.0.smithi029.stdout:2426: done (3 left) 2024-07-27T18:28:42.630 INFO:tasks.rados.rados.0.smithi029.stdout:2427: done (2 left) 2024-07-27T18:28:42.630 INFO:tasks.rados.rados.0.smithi029.stdout:2428: done (1 left) 2024-07-27T18:28:42.630 INFO:tasks.rados.rados.0.smithi029.stdout:2429: done (0 left) 2024-07-27T18:28:42.630 INFO:tasks.rados.rados.0.smithi029.stdout:2430: read oid 42 snap 213 2024-07-27T18:28:42.630 INFO:tasks.rados.rados.0.smithi029.stdout:2430: expect (ObjNum 682 snap 203 seq_num 682) 2024-07-27T18:28:42.630 INFO:tasks.rados.rados.0.smithi029.stdout:2431: snap_remove snap 219 2024-07-27T18:28:43.063 INFO:tasks.rados.rados.0.smithi029.stdout:2431: done (1 left) 2024-07-27T18:28:43.064 INFO:tasks.rados.rados.0.smithi029.stdout:2432: read oid 12 snap -1 2024-07-27T18:28:43.064 INFO:tasks.rados.rados.0.smithi029.stdout:2432: expect (ObjNum 651 snap 198 seq_num 651) 2024-07-27T18:28:43.064 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 236 2024-07-27T18:28:43.064 INFO:tasks.rados.rados.0.smithi029.stdout:2430: expect (ObjNum 682 snap 203 seq_num 682) 2024-07-27T18:28:44.056 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: pgmap v495: 121 pgs: 121 active+clean; 292 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 31 MiB/s rd, 300 KiB/s wr, 10 op/s 2024-07-27T18:28:44.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:44.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:44.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:44.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:28:44.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:44.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:44.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:44.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:44.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:44.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:44.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["b"]}]: dispatch 2024-07-27T18:28:44.057 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: Upgrade: It appears safe to stop mds.b 2024-07-27T18:28:44.058 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:43 smithi179 ceph-mon[89801]: osdmap e555: 8 total, 8 up, 8 in 2024-07-27T18:28:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: pgmap v495: 121 pgs: 121 active+clean; 292 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 31 MiB/s rd, 300 KiB/s wr, 10 op/s 2024-07-27T18:28:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:28:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["b"]}]: dispatch 2024-07-27T18:28:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: Upgrade: It appears safe to stop mds.b 2024-07-27T18:28:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[99353]: osdmap e555: 8 total, 8 up, 8 in 2024-07-27T18:28:44.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: pgmap v495: 121 pgs: 121 active+clean; 292 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 31 MiB/s rd, 300 KiB/s wr, 10 op/s 2024-07-27T18:28:44.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:44.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:44.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:44.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:28:44.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:44.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:44.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:44.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:44.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:44.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:44.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["b"]}]: dispatch 2024-07-27T18:28:44.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: Upgrade: It appears safe to stop mds.b 2024-07-27T18:28:44.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:43 smithi029 ceph-mon[96870]: osdmap e555: 8 total, 8 up, 8 in 2024-07-27T18:28:44.317 INFO:tasks.rados.rados.0.smithi029.stdout:2432: expect (ObjNum 651 snap 198 seq_num 651) 2024-07-27T18:28:44.947 INFO:tasks.rados.rados.0.smithi029.stdout:2433: seq_num 761 ranges {0=753664} 2024-07-27T18:28:44.951 INFO:tasks.rados.rados.0.smithi029.stdout:2433: writing smithi02985406-48 from 0 to 753664 tid 1 2024-07-27T18:28:44.952 INFO:tasks.rados.rados.0.smithi029.stdout:2430: done (2 left) 2024-07-27T18:28:44.952 INFO:tasks.rados.rados.0.smithi029.stdout:2432: done (1 left) 2024-07-27T18:28:44.952 INFO:tasks.rados.rados.0.smithi029.stdout:2434: delete oid 36 current snap is 236 2024-07-27T18:28:44.954 INFO:tasks.rados.rados.0.smithi029.stdout:2434: done (1 left) 2024-07-27T18:28:44.954 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 236 2024-07-27T18:28:44.954 INFO:tasks.rados.rados.0.smithi029.stdout:2435: seq_num 763 ranges {8929280=786432} 2024-07-27T18:28:45.007 INFO:tasks.rados.rados.0.smithi029.stdout:2435: writing smithi02985406-5 from 8929280 to 9715712 tid 1 2024-07-27T18:28:45.007 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 236 2024-07-27T18:28:45.007 INFO:tasks.rados.rados.0.smithi029.stdout:2436: seq_num 764 ranges {0=802816} 2024-07-27T18:28:45.012 INFO:tasks.rados.rados.0.smithi029.stdout:2436: writing smithi02985406-13 from 0 to 802816 tid 1 2024-07-27T18:28:45.012 INFO:tasks.rados.rados.0.smithi029.stdout:2437: snap_remove snap 229 2024-07-27T18:28:45.449 INFO:tasks.rados.rados.0.smithi029.stdout:2437: done (3 left) 2024-07-27T18:28:45.449 INFO:tasks.rados.rados.0.smithi029.stdout:2438: setattr oid 25 current snap is 236 2024-07-27T18:28:45.449 INFO:tasks.rados.rados.0.smithi029.stdout:2433: finishing write tid 1 to smithi02985406-48 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:2433: finishing write tid 2 to smithi02985406-48 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:2433: finishing write tid 3 to smithi02985406-48 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:2433: oid 48 updating version 0 to 1649 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:2433: oid 48 version 1649 is already newer than 1648 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1649 (ObjNum 761 snap 236 seq_num 761) dirty exists 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:2433: left oid 48 (ObjNum 761 snap 236 seq_num 761) 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:2435: finishing write tid 1 to smithi02985406-5 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:2435: finishing write tid 2 to smithi02985406-5 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:2435: finishing write tid 3 to smithi02985406-5 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:2435: oid 5 updating version 0 to 1651 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:2435: oid 5 updating version 1651 to 1652 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1652 (ObjNum 763 snap 236 seq_num 763) dirty exists 2024-07-27T18:28:45.450 INFO:tasks.rados.rados.0.smithi029.stdout:2435: left oid 5 (ObjNum 763 snap 236 seq_num 763) 2024-07-27T18:28:45.451 INFO:tasks.rados.rados.0.smithi029.stdout:2436: finishing write tid 1 to smithi02985406-13 2024-07-27T18:28:45.451 INFO:tasks.rados.rados.0.smithi029.stdout:2436: finishing write tid 2 to smithi02985406-13 2024-07-27T18:28:45.451 INFO:tasks.rados.rados.0.smithi029.stdout:2436: finishing write tid 3 to smithi02985406-13 2024-07-27T18:28:45.451 INFO:tasks.rados.rados.0.smithi029.stdout:2436: oid 13 updating version 0 to 1653 2024-07-27T18:28:45.451 INFO:tasks.rados.rados.0.smithi029.stdout:2436: oid 13 updating version 1653 to 1654 2024-07-27T18:28:45.451 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 1654 (ObjNum 764 snap 236 seq_num 764) dirty exists 2024-07-27T18:28:45.451 INFO:tasks.rados.rados.0.smithi029.stdout:2436: left oid 13 (ObjNum 764 snap 236 seq_num 764) 2024-07-27T18:28:45.451 INFO:tasks.rados.rados.0.smithi029.stdout:2433: done (3 left) 2024-07-27T18:28:45.451 INFO:tasks.rados.rados.0.smithi029.stdout:2435: done (2 left) 2024-07-27T18:28:45.452 INFO:tasks.rados.rados.0.smithi029.stdout:2436: done (1 left) 2024-07-27T18:28:45.452 INFO:tasks.rados.rados.0.smithi029.stdout:2439: snap_create 2024-07-27T18:28:45.461 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1696 (ObjNum 734 snap 226 seq_num 734) dirty exists 2024-07-27T18:28:45.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:45 smithi029 ceph-mon[96870]: Upgrade: Updating mds.b 2024-07-27T18:28:45.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:45.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:28:45.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:28:45.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:45.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:45 smithi029 ceph-mon[96870]: Deploying daemon mds.b on smithi179 2024-07-27T18:28:45.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:45 smithi029 ceph-mon[99353]: Upgrade: Updating mds.b 2024-07-27T18:28:45.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:45.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:28:45.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:28:45.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:45.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:45 smithi029 ceph-mon[99353]: Deploying daemon mds.b on smithi179 2024-07-27T18:28:45.790 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:45 smithi179 ceph-mon[89801]: Upgrade: Updating mds.b 2024-07-27T18:28:45.790 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:45.790 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:28:45.790 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-07-27T18:28:45.790 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:28:45.790 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:45 smithi179 ceph-mon[89801]: Deploying daemon mds.b on smithi179 2024-07-27T18:28:46.297 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:46 smithi179 systemd[1]: Stopping Ceph mds.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:28:46.304 INFO:tasks.rados.rados.0.smithi029.stdout:2438: done (1 left) 2024-07-27T18:28:46.304 INFO:tasks.rados.rados.0.smithi029.stdout:2439: done (0 left) 2024-07-27T18:28:46.304 INFO:tasks.rados.rados.0.smithi029.stdout:2440: snap_remove snap 226 2024-07-27T18:28:46.663 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:46 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b[61514]: 2024-07-27T18:28:46.293+0000 7f845300b640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mds -n mds.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T18:28:46.663 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:46 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b[61514]: 2024-07-27T18:28:46.293+0000 7f845300b640 -1 mds.b *** got signal Terminated *** 2024-07-27T18:28:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:46 smithi179 ceph-mon[89801]: pgmap v497: 121 pgs: 121 active+clean; 285 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 35 MiB/s rd, 247 KiB/s wr, 10 op/s 2024-07-27T18:28:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:46 smithi179 ceph-mon[89801]: osdmap e556: 8 total, 8 up, 8 in 2024-07-27T18:28:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:46 smithi179 ceph-mon[89801]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-07-27T18:28:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:46 smithi179 ceph-mon[89801]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-07-27T18:28:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:46 smithi179 ceph-mon[89801]: osdmap e557: 8 total, 8 up, 8 in 2024-07-27T18:28:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:46 smithi179 ceph-mon[89801]: Standby daemon mds.a assigned to filesystem cephfs as rank 0 2024-07-27T18:28:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:46 smithi179 ceph-mon[89801]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-07-27T18:28:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:46 smithi179 ceph-mon[89801]: fsmap cephfs:0/1 1 up:standby, 1 failed 2024-07-27T18:28:46.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:46 smithi179 ceph-mon[89801]: fsmap cephfs:1/1 {0=a=up:replay} 2024-07-27T18:28:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[99353]: pgmap v497: 121 pgs: 121 active+clean; 285 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 35 MiB/s rd, 247 KiB/s wr, 10 op/s 2024-07-27T18:28:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[99353]: osdmap e556: 8 total, 8 up, 8 in 2024-07-27T18:28:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[99353]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-07-27T18:28:46.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[99353]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-07-27T18:28:46.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[99353]: osdmap e557: 8 total, 8 up, 8 in 2024-07-27T18:28:46.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[99353]: Standby daemon mds.a assigned to filesystem cephfs as rank 0 2024-07-27T18:28:46.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[99353]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-07-27T18:28:46.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[99353]: fsmap cephfs:0/1 1 up:standby, 1 failed 2024-07-27T18:28:46.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[99353]: fsmap cephfs:1/1 {0=a=up:replay} 2024-07-27T18:28:46.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a[96847]: 2024-07-27T18:28:46.296+0000 7fb348fb9640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-07-27T18:28:46.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[96870]: pgmap v497: 121 pgs: 121 active+clean; 285 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 35 MiB/s rd, 247 KiB/s wr, 10 op/s 2024-07-27T18:28:46.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[96870]: osdmap e556: 8 total, 8 up, 8 in 2024-07-27T18:28:46.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[96870]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-07-27T18:28:46.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[96870]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-07-27T18:28:46.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[96870]: osdmap e557: 8 total, 8 up, 8 in 2024-07-27T18:28:46.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[96870]: Standby daemon mds.a assigned to filesystem cephfs as rank 0 2024-07-27T18:28:46.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[96870]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-07-27T18:28:46.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[96870]: fsmap cephfs:0/1 1 up:standby, 1 failed 2024-07-27T18:28:46.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:46 smithi029 ceph-mon[96870]: fsmap cephfs:1/1 {0=a=up:replay} 2024-07-27T18:28:47.012 INFO:tasks.rados.rados.0.smithi029.stdout:2440: done (0 left) 2024-07-27T18:28:47.012 INFO:tasks.rados.rados.0.smithi029.stdout:2441: read oid 8 snap -1 2024-07-27T18:28:47.012 INFO:tasks.rados.rados.0.smithi029.stdout:2441: expect (ObjNum 690 snap 209 seq_num 690) 2024-07-27T18:28:47.012 INFO:tasks.rados.rados.0.smithi029.stdout:2442: rmattr oid 41 current snap is 237 2024-07-27T18:28:47.012 INFO:tasks.rados.rados.0.smithi029.stdout:2442: done (1 left) 2024-07-27T18:28:47.012 INFO:tasks.rados.rados.0.smithi029.stdout:2443: delete oid 6 current snap is 237 2024-07-27T18:28:47.027 INFO:tasks.rados.rados.0.smithi029.stdout:2443: done (1 left) 2024-07-27T18:28:47.027 INFO:tasks.rados.rados.0.smithi029.stdout:2444: copy_from oid 27 from oid 4 current snap is 237 2024-07-27T18:28:47.027 INFO:tasks.rados.rados.0.smithi029.stdout:2445: rollback oid 44 current snap is 237 2024-07-27T18:28:47.027 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 44 to 225 2024-07-27T18:28:47.027 INFO:tasks.rados.rados.0.smithi029.stdout:2446: copy_from oid 5 from oid 3 current snap is 237 2024-07-27T18:28:47.028 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 31 current snap is 237 2024-07-27T18:28:47.028 INFO:tasks.rados.rados.0.smithi029.stdout:2447: seq_num 766 ranges {0=434176,434176=401408} 2024-07-27T18:28:47.030 INFO:tasks.rados.rados.0.smithi029.stdout:2447: writing smithi02985406-31 from 0 to 434176 tid 1 2024-07-27T18:28:47.033 INFO:tasks.rados.rados.0.smithi029.stdout:2447: writing smithi02985406-31 from 434176 to 835584 tid 2 2024-07-27T18:28:47.034 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 237 2024-07-27T18:28:47.034 INFO:tasks.rados.rados.0.smithi029.stdout:2448: seq_num 767 ranges {1081344=450560,1531904=401408} 2024-07-27T18:28:47.043 INFO:tasks.rados.rados.0.smithi029.stdout:2448: writing smithi02985406-40 from 1081344 to 1531904 tid 1 2024-07-27T18:28:47.046 INFO:tasks.rados.rados.0.smithi029.stdout:2448: writing smithi02985406-40 from 1531904 to 1933312 tid 2 2024-07-27T18:28:47.046 INFO:tasks.rados.rados.0.smithi029.stdout:2449: read oid 46 snap -1 2024-07-27T18:28:47.046 INFO:tasks.rados.rados.0.smithi029.stdout:2449: expect (ObjNum 759 snap 235 seq_num 759) 2024-07-27T18:28:47.046 INFO:tasks.rados.rados.0.smithi029.stdout:2450: rmattr oid 6 current snap is 237 2024-07-27T18:28:47.046 INFO:tasks.rados.rados.0.smithi029.stdout:2450: done (7 left) 2024-07-27T18:28:47.046 INFO:tasks.rados.rados.0.smithi029.stdout:2451: snap_create 2024-07-27T18:28:47.046 INFO:tasks.rados.rados.0.smithi029.stdout:2445: finishing rollback tid 0 to smithi02985406-44 2024-07-27T18:28:47.046 INFO:tasks.rados.rados.0.smithi029.stdout:2447: finishing write tid 1 to smithi02985406-31 2024-07-27T18:28:47.046 INFO:tasks.rados.rados.0.smithi029.stdout:2447: finishing write tid 2 to smithi02985406-31 2024-07-27T18:28:47.046 INFO:tasks.rados.rados.0.smithi029.stdout:2447: finishing write tid 3 to smithi02985406-31 2024-07-27T18:28:47.046 INFO:tasks.rados.rados.0.smithi029.stdout:2445: finishing rollback tid 1 to smithi02985406-44 2024-07-27T18:28:47.047 INFO:tasks.rados.rados.0.smithi029.stdout:2445: finishing rollback tid 2 to smithi02985406-44 2024-07-27T18:28:47.047 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1407 (ObjNum 717 snap 220 seq_num 717) dirty exists 2024-07-27T18:28:47.048 INFO:tasks.rados.rados.0.smithi029.stdout:2447: finishing write tid 4 to smithi02985406-31 2024-07-27T18:28:47.048 INFO:tasks.rados.rados.0.smithi029.stdout:2447: oid 31 updating version 0 to 1463 2024-07-27T18:28:47.048 INFO:tasks.rados.rados.0.smithi029.stdout:2447: oid 31 version 1463 is already newer than 1462 2024-07-27T18:28:47.048 INFO:tasks.rados.rados.0.smithi029.stdout:2447: oid 31 version 1463 is already newer than 1461 2024-07-27T18:28:47.048 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 1463 (ObjNum 766 snap 237 seq_num 766) dirty exists 2024-07-27T18:28:47.048 INFO:tasks.rados.rados.0.smithi029.stdout:2447: left oid 31 (ObjNum 766 snap 237 seq_num 766) 2024-07-27T18:28:47.055 INFO:tasks.rados.rados.0.smithi029.stdout:2448: finishing write tid 1 to smithi02985406-40 2024-07-27T18:28:47.055 INFO:tasks.rados.rados.0.smithi029.stdout:2448: finishing write tid 2 to smithi02985406-40 2024-07-27T18:28:47.055 INFO:tasks.rados.rados.0.smithi029.stdout:2448: finishing write tid 3 to smithi02985406-40 2024-07-27T18:28:47.056 INFO:tasks.rados.rados.0.smithi029.stdout:2448: finishing write tid 4 to smithi02985406-40 2024-07-27T18:28:47.056 INFO:tasks.rados.rados.0.smithi029.stdout:2448: oid 40 updating version 0 to 451 2024-07-27T18:28:47.056 INFO:tasks.rados.rados.0.smithi029.stdout:2448: oid 40 updating version 451 to 452 2024-07-27T18:28:47.057 INFO:tasks.rados.rados.0.smithi029.stdout:2448: oid 40 updating version 452 to 453 2024-07-27T18:28:47.057 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 453 (ObjNum 767 snap 237 seq_num 767) dirty exists 2024-07-27T18:28:47.057 INFO:tasks.rados.rados.0.smithi029.stdout:2448: left oid 40 (ObjNum 767 snap 237 seq_num 767) 2024-07-27T18:28:47.061 INFO:tasks.rados.rados.0.smithi029.stdout:2449: expect (ObjNum 759 snap 235 seq_num 759) 2024-07-27T18:28:47.159 INFO:tasks.rados.rados.0.smithi029.stdout:2441: expect (ObjNum 690 snap 209 seq_num 690) 2024-07-27T18:28:47.501 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 18:28:47 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2[115269]: 2024-07-27T18:28:47.042+0000 7f084816d640 -1 snap_mapper.get_next_objects_to_trim::New Clone-Objects were added to Snap 127 after trimming was started 2024-07-27T18:28:47.679 INFO:tasks.rados.rados.0.smithi029.stdout:2446: finishing copy_from racing read to smithi02985406-5 2024-07-27T18:28:47.679 INFO:tasks.rados.rados.0.smithi029.stdout:2446: finishing copy_from to smithi02985406-5 2024-07-27T18:28:47.679 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1338 (ObjNum 739 snap 226 seq_num 739) dirty exists 2024-07-27T18:28:47.679 INFO:tasks.rados.rados.0.smithi029.stdout:2444: finishing copy_from racing read to smithi02985406-27 2024-07-27T18:28:47.679 INFO:tasks.rados.rados.0.smithi029.stdout:2444: finishing copy_from to smithi02985406-27 2024-07-27T18:28:47.679 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1333 (ObjNum 672 snap 201 seq_num 672) dirty exists 2024-07-27T18:28:48.016 INFO:tasks.rados.rados.0.smithi029.stdout:2441: done (7 left) 2024-07-27T18:28:48.016 INFO:tasks.rados.rados.0.smithi029.stdout:2444: done (6 left) 2024-07-27T18:28:48.016 INFO:tasks.rados.rados.0.smithi029.stdout:2445: done (5 left) 2024-07-27T18:28:48.016 INFO:tasks.rados.rados.0.smithi029.stdout:2446: done (4 left) 2024-07-27T18:28:48.016 INFO:tasks.rados.rados.0.smithi029.stdout:2447: done (3 left) 2024-07-27T18:28:48.016 INFO:tasks.rados.rados.0.smithi029.stdout:2448: done (2 left) 2024-07-27T18:28:48.016 INFO:tasks.rados.rados.0.smithi029.stdout:2449: done (1 left) 2024-07-27T18:28:48.017 INFO:tasks.rados.rados.0.smithi029.stdout:2451: done (0 left) 2024-07-27T18:28:48.017 INFO:tasks.rados.rados.0.smithi029.stdout:2452: read oid 44 snap 225 2024-07-27T18:28:48.017 INFO:tasks.rados.rados.0.smithi029.stdout:2452: expect (ObjNum 717 snap 220 seq_num 717) 2024-07-27T18:28:48.017 INFO:tasks.rados.rados.0.smithi029.stdout:2453: snap_remove snap 235 2024-07-27T18:28:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:48 smithi179 ceph-mon[89801]: pgmap v500: 121 pgs: 121 active+clean; 288 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 800 KiB/s wr, 8 op/s 2024-07-27T18:28:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:48 smithi179 ceph-mon[89801]: osdmap e558: 8 total, 8 up, 8 in 2024-07-27T18:28:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:48 smithi179 ceph-mon[89801]: mds.? [v2:172.21.15.29:6834/914117557,v1:172.21.15.29:6835/914117557] up:reconnect 2024-07-27T18:28:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:48 smithi179 ceph-mon[89801]: fsmap cephfs:1/1 {0=a=up:reconnect} 2024-07-27T18:28:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:48 smithi029 ceph-mon[99353]: pgmap v500: 121 pgs: 121 active+clean; 288 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 800 KiB/s wr, 8 op/s 2024-07-27T18:28:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:48 smithi029 ceph-mon[99353]: osdmap e558: 8 total, 8 up, 8 in 2024-07-27T18:28:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:48 smithi029 ceph-mon[99353]: mds.? [v2:172.21.15.29:6834/914117557,v1:172.21.15.29:6835/914117557] up:reconnect 2024-07-27T18:28:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:48 smithi029 ceph-mon[99353]: fsmap cephfs:1/1 {0=a=up:reconnect} 2024-07-27T18:28:48.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:48 smithi029 ceph-mon[96870]: pgmap v500: 121 pgs: 121 active+clean; 288 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 800 KiB/s wr, 8 op/s 2024-07-27T18:28:48.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:48 smithi029 ceph-mon[96870]: osdmap e558: 8 total, 8 up, 8 in 2024-07-27T18:28:48.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:48 smithi029 ceph-mon[96870]: mds.? [v2:172.21.15.29:6834/914117557,v1:172.21.15.29:6835/914117557] up:reconnect 2024-07-27T18:28:48.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:48 smithi029 ceph-mon[96870]: fsmap cephfs:1/1 {0=a=up:reconnect} 2024-07-27T18:28:49.024 INFO:tasks.rados.rados.0.smithi029.stdout:2453: done (1 left) 2024-07-27T18:28:49.024 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 238 2024-07-27T18:28:49.025 INFO:tasks.rados.rados.0.smithi029.stdout:2454: seq_num 768 ranges {0=466944,466944=401408} 2024-07-27T18:28:49.027 INFO:tasks.rados.rados.0.smithi029.stdout:2454: writing smithi02985406-42 from 0 to 466944 tid 1 2024-07-27T18:28:49.030 INFO:tasks.rados.rados.0.smithi029.stdout:2454: writing smithi02985406-42 from 466944 to 868352 tid 2 2024-07-27T18:28:49.030 INFO:tasks.rados.rados.0.smithi029.stdout:2455: delete oid 49 current snap is 238 2024-07-27T18:28:49.030 INFO:tasks.rados.rados.0.smithi029.stdout:2452: expect (ObjNum 717 snap 220 seq_num 717) 2024-07-27T18:28:49.164 INFO:tasks.rados.rados.0.smithi029.stdout:2454: finishing write tid 1 to smithi02985406-42 2024-07-27T18:28:49.164 INFO:tasks.rados.rados.0.smithi029.stdout:2454: finishing write tid 2 to smithi02985406-42 2024-07-27T18:28:49.164 INFO:tasks.rados.rados.0.smithi029.stdout:2454: finishing write tid 3 to smithi02985406-42 2024-07-27T18:28:49.164 INFO:tasks.rados.rados.0.smithi029.stdout:2454: finishing write tid 4 to smithi02985406-42 2024-07-27T18:28:49.165 INFO:tasks.rados.rados.0.smithi029.stdout:2454: oid 42 updating version 0 to 1270 2024-07-27T18:28:49.165 INFO:tasks.rados.rados.0.smithi029.stdout:2454: oid 42 updating version 1270 to 1271 2024-07-27T18:28:49.165 INFO:tasks.rados.rados.0.smithi029.stdout:2454: oid 42 updating version 1271 to 1272 2024-07-27T18:28:49.165 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 1272 (ObjNum 768 snap 238 seq_num 768) dirty exists 2024-07-27T18:28:49.165 INFO:tasks.rados.rados.0.smithi029.stdout:2454: left oid 42 (ObjNum 768 snap 238 seq_num 768) 2024-07-27T18:28:49.165 INFO:tasks.rados.rados.0.smithi029.stdout:2452: done (2 left) 2024-07-27T18:28:49.166 INFO:tasks.rados.rados.0.smithi029.stdout:2454: done (1 left) 2024-07-27T18:28:49.166 INFO:tasks.rados.rados.0.smithi029.stdout:2455: done (0 left) 2024-07-27T18:28:49.166 INFO:tasks.rados.rados.0.smithi029.stdout:2456: setattr oid 40 current snap is 238 2024-07-27T18:28:49.167 INFO:tasks.rados.rados.0.smithi029.stdout:2457: read oid 50 snap -1 2024-07-27T18:28:49.167 INFO:tasks.rados.rados.0.smithi029.stdout:2457: expect (ObjNum 741 snap 227 seq_num 741) 2024-07-27T18:28:49.167 INFO:tasks.rados.rados.0.smithi029.stdout:2458: read oid 38 snap -1 2024-07-27T18:28:49.167 INFO:tasks.rados.rados.0.smithi029.stdout:2458: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:28:49.168 INFO:tasks.rados.rados.0.smithi029.stdout:2459: delete oid 17 current snap is 238 2024-07-27T18:28:49.168 INFO:tasks.rados.rados.0.smithi029.stdout:2457: expect (ObjNum 741 snap 227 seq_num 741) 2024-07-27T18:28:49.181 INFO:tasks.rados.rados.0.smithi029.stdout:2458: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:28:49.185 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 454 (ObjNum 767 snap 237 seq_num 767) dirty exists 2024-07-27T18:28:49.185 INFO:tasks.rados.rados.0.smithi029.stdout:2456: done (3 left) 2024-07-27T18:28:49.185 INFO:tasks.rados.rados.0.smithi029.stdout:2457: done (2 left) 2024-07-27T18:28:49.185 INFO:tasks.rados.rados.0.smithi029.stdout:2458: done (1 left) 2024-07-27T18:28:49.186 INFO:tasks.rados.rados.0.smithi029.stdout:2459: done (0 left) 2024-07-27T18:28:49.186 INFO:tasks.rados.rados.0.smithi029.stdout:2460: rollback oid 1 current snap is 238 2024-07-27T18:28:49.186 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 1 to 225 2024-07-27T18:28:49.186 INFO:tasks.rados.rados.0.smithi029.stdout:2461: snap_create 2024-07-27T18:28:49.189 INFO:tasks.rados.rados.0.smithi029.stdout:2460: finishing rollback tid 0 to smithi02985406-1 2024-07-27T18:28:49.189 INFO:tasks.rados.rados.0.smithi029.stdout:2460: finishing rollback tid 1 to smithi02985406-1 2024-07-27T18:28:49.189 INFO:tasks.rados.rados.0.smithi029.stdout:2460: finishing rollback tid 2 to smithi02985406-1 2024-07-27T18:28:49.189 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1418 (ObjNum 724 snap 222 seq_num 724) dirty exists 2024-07-27T18:28:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:49 smithi179 ceph-mon[89801]: osdmap e559: 8 total, 8 up, 8 in 2024-07-27T18:28:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:49 smithi179 ceph-mon[89801]: mds.? [v2:172.21.15.29:6834/914117557,v1:172.21.15.29:6835/914117557] up:rejoin 2024-07-27T18:28:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:49 smithi179 ceph-mon[89801]: fsmap cephfs:1/1 {0=a=up:rejoin} 2024-07-27T18:28:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:49 smithi179 ceph-mon[89801]: daemon mds.a is now active in filesystem cephfs as rank 0 2024-07-27T18:28:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:49 smithi029 ceph-mon[99353]: osdmap e559: 8 total, 8 up, 8 in 2024-07-27T18:28:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:49 smithi029 ceph-mon[99353]: mds.? [v2:172.21.15.29:6834/914117557,v1:172.21.15.29:6835/914117557] up:rejoin 2024-07-27T18:28:49.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:49 smithi029 ceph-mon[99353]: fsmap cephfs:1/1 {0=a=up:rejoin} 2024-07-27T18:28:49.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:49 smithi029 ceph-mon[99353]: daemon mds.a is now active in filesystem cephfs as rank 0 2024-07-27T18:28:49.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:49 smithi029 ceph-mon[96870]: osdmap e559: 8 total, 8 up, 8 in 2024-07-27T18:28:49.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:49 smithi029 ceph-mon[96870]: mds.? [v2:172.21.15.29:6834/914117557,v1:172.21.15.29:6835/914117557] up:rejoin 2024-07-27T18:28:49.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:49 smithi029 ceph-mon[96870]: fsmap cephfs:1/1 {0=a=up:rejoin} 2024-07-27T18:28:49.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:49 smithi029 ceph-mon[96870]: daemon mds.a is now active in filesystem cephfs as rank 0 2024-07-27T18:28:50.030 INFO:tasks.rados.rados.0.smithi029.stdout:2460: done (1 left) 2024-07-27T18:28:50.030 INFO:tasks.rados.rados.0.smithi029.stdout:2461: done (0 left) 2024-07-27T18:28:50.031 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 20 current snap is 239 2024-07-27T18:28:50.031 INFO:tasks.rados.rados.0.smithi029.stdout:2462: seq_num 771 ranges {4898816=516096,5414912=401408} 2024-07-27T18:28:50.060 INFO:tasks.rados.rados.0.smithi029.stdout:2462: writing smithi02985406-20 from 4898816 to 5414912 tid 1 2024-07-27T18:28:50.062 INFO:tasks.rados.rados.0.smithi029.stdout:2462: writing smithi02985406-20 from 5414912 to 5816320 tid 2 2024-07-27T18:28:50.062 INFO:tasks.rados.rados.0.smithi029.stdout:2463: delete oid 11 current snap is 239 2024-07-27T18:28:50.067 INFO:tasks.rados.rados.0.smithi029.stdout:2462: finishing write tid 1 to smithi02985406-20 2024-07-27T18:28:50.067 INFO:tasks.rados.rados.0.smithi029.stdout:2462: finishing write tid 2 to smithi02985406-20 2024-07-27T18:28:50.067 INFO:tasks.rados.rados.0.smithi029.stdout:2463: done (1 left) 2024-07-27T18:28:50.067 INFO:tasks.rados.rados.0.smithi029.stdout:2464: snap_remove snap 230 2024-07-27T18:28:50.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:50 smithi179 ceph-mon[89801]: pgmap v503: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 289 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 858 KiB/s wr, 6 op/s 2024-07-27T18:28:50.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:50 smithi179 ceph-mon[89801]: osdmap e560: 8 total, 8 up, 8 in 2024-07-27T18:28:50.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:50 smithi179 ceph-mon[89801]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-07-27T18:28:50.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:50 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:28:50.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:50 smithi179 ceph-mon[89801]: mds.? [v2:172.21.15.29:6834/914117557,v1:172.21.15.29:6835/914117557] up:active 2024-07-27T18:28:50.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:50 smithi179 ceph-mon[89801]: fsmap cephfs:1 {0=a=up:active} 2024-07-27T18:28:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:50 smithi029 ceph-mon[99353]: pgmap v503: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 289 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 858 KiB/s wr, 6 op/s 2024-07-27T18:28:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:50 smithi029 ceph-mon[99353]: osdmap e560: 8 total, 8 up, 8 in 2024-07-27T18:28:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:50 smithi029 ceph-mon[99353]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-07-27T18:28:50.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:50 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:28:50.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:50 smithi029 ceph-mon[99353]: mds.? [v2:172.21.15.29:6834/914117557,v1:172.21.15.29:6835/914117557] up:active 2024-07-27T18:28:50.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:50 smithi029 ceph-mon[99353]: fsmap cephfs:1 {0=a=up:active} 2024-07-27T18:28:50.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:50 smithi029 ceph-mon[96870]: pgmap v503: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 289 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 858 KiB/s wr, 6 op/s 2024-07-27T18:28:50.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:50 smithi029 ceph-mon[96870]: osdmap e560: 8 total, 8 up, 8 in 2024-07-27T18:28:50.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:50 smithi029 ceph-mon[96870]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-07-27T18:28:50.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:50 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:28:50.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:50 smithi029 ceph-mon[96870]: mds.? [v2:172.21.15.29:6834/914117557,v1:172.21.15.29:6835/914117557] up:active 2024-07-27T18:28:50.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:50 smithi029 ceph-mon[96870]: fsmap cephfs:1 {0=a=up:active} 2024-07-27T18:28:51.038 INFO:tasks.rados.rados.0.smithi029.stdout:2464: done (1 left) 2024-07-27T18:28:51.038 INFO:tasks.rados.rados.0.smithi029.stdout:2465: read oid 18 snap 228 2024-07-27T18:28:51.038 INFO:tasks.rados.rados.0.smithi029.stdout:2465: expect (ObjNum 683 snap 204 seq_num 683) 2024-07-27T18:28:51.038 INFO:tasks.rados.rados.0.smithi029.stdout:2466: delete oid 42 current snap is 239 2024-07-27T18:28:51.038 INFO:tasks.rados.rados.0.smithi029.stdout:2462: finishing write tid 3 to smithi02985406-20 2024-07-27T18:28:51.039 INFO:tasks.rados.rados.0.smithi029.stdout:2462: finishing write tid 4 to smithi02985406-20 2024-07-27T18:28:51.039 INFO:tasks.rados.rados.0.smithi029.stdout:2462: oid 20 updating version 0 to 1713 2024-07-27T18:28:51.039 INFO:tasks.rados.rados.0.smithi029.stdout:2462: oid 20 version 1713 is already newer than 1712 2024-07-27T18:28:51.039 INFO:tasks.rados.rados.0.smithi029.stdout:2462: oid 20 updating version 1713 to 1714 2024-07-27T18:28:51.039 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 1714 (ObjNum 771 snap 239 seq_num 771) dirty exists 2024-07-27T18:28:51.039 INFO:tasks.rados.rados.0.smithi029.stdout:2462: left oid 20 (ObjNum 771 snap 239 seq_num 771) 2024-07-27T18:28:51.044 INFO:tasks.rados.rados.0.smithi029.stdout:2462: done (2 left) 2024-07-27T18:28:51.044 INFO:tasks.rados.rados.0.smithi029.stdout:2466: done (1 left) 2024-07-27T18:28:51.044 INFO:tasks.rados.rados.0.smithi029.stdout:2467: read oid 47 snap -1 2024-07-27T18:28:51.044 INFO:tasks.rados.rados.0.smithi029.stdout:2467: expect (ObjNum 627 snap 188 seq_num 627) 2024-07-27T18:28:51.044 INFO:tasks.rados.rados.0.smithi029.stdout:2468: snap_create 2024-07-27T18:28:51.065 INFO:tasks.rados.rados.0.smithi029.stdout:2465: expect (ObjNum 683 snap 204 seq_num 683) 2024-07-27T18:28:51.118 INFO:tasks.rados.rados.0.smithi029.stdout:2467: expect (ObjNum 627 snap 188 seq_num 627) 2024-07-27T18:28:51.338 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:51 smithi179 ceph-mon[89801]: osdmap e561: 8 total, 8 up, 8 in 2024-07-27T18:28:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:51 smithi029 ceph-mon[96870]: osdmap e561: 8 total, 8 up, 8 in 2024-07-27T18:28:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:51 smithi029 ceph-mon[99353]: osdmap e561: 8 total, 8 up, 8 in 2024-07-27T18:28:51.502 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 18:28:51 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a[125166]: 2024-07-27T18:28:51.037+0000 7ff3881f7640 -1 mds.pinger is_rank_lagging: rank=0 was never sent ping request. 2024-07-27T18:28:52.012 INFO:tasks.rados.rados.0.smithi029.stdout:2465: done (2 left) 2024-07-27T18:28:52.012 INFO:tasks.rados.rados.0.smithi029.stdout:2467: done (1 left) 2024-07-27T18:28:52.012 INFO:tasks.rados.rados.0.smithi029.stdout:2468: done (0 left) 2024-07-27T18:28:52.013 INFO:tasks.rados.rados.0.smithi029.stdout:2469: read oid 46 snap 236 2024-07-27T18:28:52.013 INFO:tasks.rados.rados.0.smithi029.stdout:2469: expect (ObjNum 759 snap 235 seq_num 759) 2024-07-27T18:28:52.013 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 240 2024-07-27T18:28:52.013 INFO:tasks.rados.rados.0.smithi029.stdout:2470: seq_num 774 ranges {2539520=565248,3104768=401408} 2024-07-27T18:28:52.029 INFO:tasks.rados.rados.0.smithi029.stdout:2470: writing smithi02985406-32 from 2539520 to 3104768 tid 1 2024-07-27T18:28:52.032 INFO:tasks.rados.rados.0.smithi029.stdout:2470: writing smithi02985406-32 from 3104768 to 3506176 tid 2 2024-07-27T18:28:52.032 INFO:tasks.rados.rados.0.smithi029.stdout:2471: read oid 31 snap -1 2024-07-27T18:28:52.032 INFO:tasks.rados.rados.0.smithi029.stdout:2471: expect (ObjNum 766 snap 237 seq_num 766) 2024-07-27T18:28:52.032 INFO:tasks.rados.rados.0.smithi029.stdout:2472: copy_from oid 20 from oid 38 current snap is 240 2024-07-27T18:28:52.032 INFO:tasks.rados.rados.0.smithi029.stdout:2469: expect (ObjNum 759 snap 235 seq_num 759) 2024-07-27T18:28:52.130 INFO:tasks.rados.rados.0.smithi029.stdout:2470: finishing write tid 1 to smithi02985406-32 2024-07-27T18:28:52.130 INFO:tasks.rados.rados.0.smithi029.stdout:2470: finishing write tid 2 to smithi02985406-32 2024-07-27T18:28:52.130 INFO:tasks.rados.rados.0.smithi029.stdout:2470: finishing write tid 3 to smithi02985406-32 2024-07-27T18:28:52.130 INFO:tasks.rados.rados.0.smithi029.stdout:2471: expect (ObjNum 766 snap 237 seq_num 766) 2024-07-27T18:28:52.152 INFO:tasks.rados.rados.0.smithi029.stdout:2470: finishing write tid 4 to smithi02985406-32 2024-07-27T18:28:52.152 INFO:tasks.rados.rados.0.smithi029.stdout:2470: oid 32 updating version 0 to 456 2024-07-27T18:28:52.152 INFO:tasks.rados.rados.0.smithi029.stdout:2470: oid 32 updating version 456 to 457 2024-07-27T18:28:52.152 INFO:tasks.rados.rados.0.smithi029.stdout:2470: oid 32 version 457 is already newer than 455 2024-07-27T18:28:52.152 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 457 (ObjNum 774 snap 240 seq_num 774) dirty exists 2024-07-27T18:28:52.152 INFO:tasks.rados.rados.0.smithi029.stdout:2470: left oid 32 (ObjNum 774 snap 240 seq_num 774) 2024-07-27T18:28:52.153 INFO:tasks.rados.rados.0.smithi029.stdout:2472: finishing copy_from racing read to smithi02985406-20 2024-07-27T18:28:52.153 INFO:tasks.rados.rados.0.smithi029.stdout:2472: finishing copy_from to smithi02985406-20 2024-07-27T18:28:52.153 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 1246 (ObjNum 723 snap 222 seq_num 723) dirty exists 2024-07-27T18:28:52.153 INFO:tasks.rados.rados.0.smithi029.stdout:2469: done (3 left) 2024-07-27T18:28:52.153 INFO:tasks.rados.rados.0.smithi029.stdout:2470: done (2 left) 2024-07-27T18:28:52.153 INFO:tasks.rados.rados.0.smithi029.stdout:2471: done (1 left) 2024-07-27T18:28:52.153 INFO:tasks.rados.rados.0.smithi029.stdout:2472: done (0 left) 2024-07-27T18:28:52.153 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 41 current snap is 240 2024-07-27T18:28:52.153 INFO:tasks.rados.rados.0.smithi029.stdout:2473: seq_num 775 ranges {1474560=589824,2064384=401408} 2024-07-27T18:28:52.163 INFO:tasks.rados.rados.0.smithi029.stdout:2473: writing smithi02985406-41 from 1474560 to 2064384 tid 1 2024-07-27T18:28:52.165 INFO:tasks.rados.rados.0.smithi029.stdout:2473: writing smithi02985406-41 from 2064384 to 2465792 tid 2 2024-07-27T18:28:52.165 INFO:tasks.rados.rados.0.smithi029.stdout:2474: snap_remove snap 238 2024-07-27T18:28:52.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:52 smithi029 ceph-mon[96870]: pgmap v506: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 289 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 314 KiB/s wr, 10 op/s 2024-07-27T18:28:52.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:52 smithi029 ceph-mon[96870]: osdmap e562: 8 total, 8 up, 8 in 2024-07-27T18:28:52.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:52 smithi029 ceph-mon[96870]: osdmap e563: 8 total, 8 up, 8 in 2024-07-27T18:28:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:52 smithi029 ceph-mon[99353]: pgmap v506: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 289 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 314 KiB/s wr, 10 op/s 2024-07-27T18:28:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:52 smithi029 ceph-mon[99353]: osdmap e562: 8 total, 8 up, 8 in 2024-07-27T18:28:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:52 smithi029 ceph-mon[99353]: osdmap e563: 8 total, 8 up, 8 in 2024-07-27T18:28:52.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:52 smithi179 ceph-mon[89801]: pgmap v506: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 289 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 314 KiB/s wr, 10 op/s 2024-07-27T18:28:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:52 smithi179 ceph-mon[89801]: osdmap e562: 8 total, 8 up, 8 in 2024-07-27T18:28:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:52 smithi179 ceph-mon[89801]: osdmap e563: 8 total, 8 up, 8 in 2024-07-27T18:28:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:28:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:28:52] "GET /metrics HTTP/1.1" 200 36346 "" "Prometheus/2.43.0" 2024-07-27T18:28:53.042 INFO:tasks.rados.rados.0.smithi029.stdout:2474: done (1 left) 2024-07-27T18:28:53.042 INFO:tasks.rados.rados.0.smithi029.stdout:2475: delete oid 10 current snap is 240 2024-07-27T18:28:53.042 INFO:tasks.rados.rados.0.smithi029.stdout:2473: finishing write tid 1 to smithi02985406-41 2024-07-27T18:28:53.042 INFO:tasks.rados.rados.0.smithi029.stdout:2473: finishing write tid 2 to smithi02985406-41 2024-07-27T18:28:53.043 INFO:tasks.rados.rados.0.smithi029.stdout:2473: finishing write tid 3 to smithi02985406-41 2024-07-27T18:28:53.043 INFO:tasks.rados.rados.0.smithi029.stdout:2473: finishing write tid 4 to smithi02985406-41 2024-07-27T18:28:53.043 INFO:tasks.rados.rados.0.smithi029.stdout:2473: oid 41 updating version 0 to 401 2024-07-27T18:28:53.043 INFO:tasks.rados.rados.0.smithi029.stdout:2473: oid 41 version 401 is already newer than 400 2024-07-27T18:28:53.043 INFO:tasks.rados.rados.0.smithi029.stdout:2473: oid 41 updating version 401 to 402 2024-07-27T18:28:53.043 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 402 (ObjNum 775 snap 240 seq_num 775) dirty exists 2024-07-27T18:28:53.043 INFO:tasks.rados.rados.0.smithi029.stdout:2473: left oid 41 (ObjNum 775 snap 240 seq_num 775) 2024-07-27T18:28:53.050 INFO:tasks.rados.rados.0.smithi029.stdout:2473: done (1 left) 2024-07-27T18:28:53.051 INFO:tasks.rados.rados.0.smithi029.stdout:2475: done (0 left) 2024-07-27T18:28:53.051 INFO:tasks.rados.rados.0.smithi029.stdout:2476: setattr oid 9 current snap is 240 2024-07-27T18:28:53.053 INFO:tasks.rados.rados.0.smithi029.stdout:2477: rollback oid 23 current snap is 240 2024-07-27T18:28:53.053 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 23 to 213 2024-07-27T18:28:53.053 INFO:tasks.rados.rados.0.smithi029.stdout:2478: rollback oid 5 current snap is 240 2024-07-27T18:28:53.053 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 5 to 237 2024-07-27T18:28:53.053 INFO:tasks.rados.rados.0.smithi029.stdout:2479: rmattr oid 22 current snap is 240 2024-07-27T18:28:53.053 INFO:tasks.rados.rados.0.smithi029.stdout:2479: done (3 left) 2024-07-27T18:28:53.053 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 27 current snap is 240 2024-07-27T18:28:53.053 INFO:tasks.rados.rados.0.smithi029.stdout:2480: seq_num 777 ranges {11927552=622592,12550144=401408} 2024-07-27T18:28:53.122 INFO:tasks.rados.rados.0.smithi029.stdout:2480: writing smithi02985406-27 from 11927552 to 12550144 tid 1 2024-07-27T18:28:53.124 INFO:tasks.rados.rados.0.smithi029.stdout:2480: writing smithi02985406-27 from 12550144 to 12951552 tid 2 2024-07-27T18:28:53.124 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 240 2024-07-27T18:28:53.124 INFO:tasks.rados.rados.0.smithi029.stdout:2481: seq_num 778 ranges {2121728=638976,2760704=401408} 2024-07-27T18:28:53.139 INFO:tasks.rados.rados.0.smithi029.stdout:2481: writing smithi02985406-26 from 2121728 to 2760704 tid 1 2024-07-27T18:28:53.142 INFO:tasks.rados.rados.0.smithi029.stdout:2481: writing smithi02985406-26 from 2760704 to 3162112 tid 2 2024-07-27T18:28:53.142 INFO:tasks.rados.rados.0.smithi029.stdout:2477: finishing rollback tid 1 to smithi02985406-23 2024-07-27T18:28:53.142 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 1727 (ObjNum 129 snap 0 seq_num 368879360) dirty exists 2024-07-27T18:28:53.142 INFO:tasks.rados.rados.0.smithi029.stdout:2477: finishing rollback tid 2 to smithi02985406-23 2024-07-27T18:28:53.142 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1368 (ObjNum 689 snap 209 seq_num 689) dirty exists 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:2478: finishing rollback tid 0 to smithi02985406-5 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:2478: finishing rollback tid 1 to smithi02985406-5 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:2478: finishing rollback tid 2 to smithi02985406-5 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1688 (ObjNum 739 snap 226 seq_num 739) dirty exists 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:2480: finishing write tid 1 to smithi02985406-27 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:2480: finishing write tid 2 to smithi02985406-27 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:2482: read oid 31 snap -1 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:2482: expect (ObjNum 766 snap 237 seq_num 766) 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:2476: done (5 left) 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:2477: done (4 left) 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:2478: done (3 left) 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 240 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:2480: finishing write tid 3 to smithi02985406-27 2024-07-27T18:28:53.143 INFO:tasks.rados.rados.0.smithi029.stdout:2480: finishing write tid 4 to smithi02985406-27 2024-07-27T18:28:53.144 INFO:tasks.rados.rados.0.smithi029.stdout:2480: oid 27 updating version 0 to 1691 2024-07-27T18:28:53.144 INFO:tasks.rados.rados.0.smithi029.stdout:2480: oid 27 version 1691 is already newer than 1690 2024-07-27T18:28:53.144 INFO:tasks.rados.rados.0.smithi029.stdout:2480: oid 27 updating version 1691 to 1692 2024-07-27T18:28:53.144 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1692 (ObjNum 777 snap 240 seq_num 777) dirty exists 2024-07-27T18:28:53.144 INFO:tasks.rados.rados.0.smithi029.stdout:2480: left oid 27 (ObjNum 777 snap 240 seq_num 777) 2024-07-27T18:28:53.144 INFO:tasks.rados.rados.0.smithi029.stdout:2483: seq_num 779 ranges {0=655360,655360=401408} 2024-07-27T18:28:53.146 INFO:tasks.rados.rados.0.smithi029.stdout:2483: writing smithi02985406-36 from 0 to 655360 tid 1 2024-07-27T18:28:53.149 INFO:tasks.rados.rados.0.smithi029.stdout:2483: writing smithi02985406-36 from 655360 to 1056768 tid 2 2024-07-27T18:28:53.149 INFO:tasks.rados.rados.0.smithi029.stdout:2480: done (3 left) 2024-07-27T18:28:53.149 INFO:tasks.rados.rados.0.smithi029.stdout:2484: copy_from oid 11 from oid 47 current snap is 240 2024-07-27T18:28:53.149 INFO:tasks.rados.rados.0.smithi029.stdout:2481: finishing write tid 1 to smithi02985406-26 2024-07-27T18:28:53.149 INFO:tasks.rados.rados.0.smithi029.stdout:2481: finishing write tid 2 to smithi02985406-26 2024-07-27T18:28:53.149 INFO:tasks.rados.rados.0.smithi029.stdout:2481: finishing write tid 3 to smithi02985406-26 2024-07-27T18:28:53.149 INFO:tasks.rados.rados.0.smithi029.stdout:2485: read oid 19 snap -1 2024-07-27T18:28:53.149 INFO:tasks.rados.rados.0.smithi029.stdout:2485: expect (ObjNum 627 snap 188 seq_num 627) 2024-07-27T18:28:53.149 INFO:tasks.rados.rados.0.smithi029.stdout:2486: snap_create 2024-07-27T18:28:53.149 INFO:tasks.rados.rados.0.smithi029.stdout:2481: finishing write tid 4 to smithi02985406-26 2024-07-27T18:28:53.149 INFO:tasks.rados.rados.0.smithi029.stdout:2481: oid 26 updating version 0 to 1438 2024-07-27T18:28:53.150 INFO:tasks.rados.rados.0.smithi029.stdout:2481: oid 26 updating version 1438 to 1439 2024-07-27T18:28:53.150 INFO:tasks.rados.rados.0.smithi029.stdout:2481: oid 26 updating version 1439 to 1440 2024-07-27T18:28:53.150 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 1440 (ObjNum 778 snap 240 seq_num 778) dirty exists 2024-07-27T18:28:53.150 INFO:tasks.rados.rados.0.smithi029.stdout:2481: left oid 26 (ObjNum 778 snap 240 seq_num 778) 2024-07-27T18:28:53.150 INFO:tasks.rados.rados.0.smithi029.stdout:2482: expect (ObjNum 766 snap 237 seq_num 766) 2024-07-27T18:28:53.173 INFO:tasks.rados.rados.0.smithi029.stdout:2483: finishing write tid 1 to smithi02985406-36 2024-07-27T18:28:53.173 INFO:tasks.rados.rados.0.smithi029.stdout:2483: finishing write tid 2 to smithi02985406-36 2024-07-27T18:28:53.173 INFO:tasks.rados.rados.0.smithi029.stdout:2483: finishing write tid 3 to smithi02985406-36 2024-07-27T18:28:53.173 INFO:tasks.rados.rados.0.smithi029.stdout:2483: finishing write tid 4 to smithi02985406-36 2024-07-27T18:28:53.173 INFO:tasks.rados.rados.0.smithi029.stdout:2483: oid 36 updating version 0 to 407 2024-07-27T18:28:53.173 INFO:tasks.rados.rados.0.smithi029.stdout:2483: oid 36 version 407 is already newer than 406 2024-07-27T18:28:53.173 INFO:tasks.rados.rados.0.smithi029.stdout:2483: oid 36 version 407 is already newer than 405 2024-07-27T18:28:53.173 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 407 (ObjNum 779 snap 240 seq_num 779) dirty exists 2024-07-27T18:28:53.173 INFO:tasks.rados.rados.0.smithi029.stdout:2483: left oid 36 (ObjNum 779 snap 240 seq_num 779) 2024-07-27T18:28:53.174 INFO:tasks.rados.rados.0.smithi029.stdout:2485: expect (ObjNum 627 snap 188 seq_num 627) 2024-07-27T18:28:53.655 INFO:tasks.rados.rados.0.smithi029.stdout:2484: finishing copy_from racing read to smithi02985406-11 2024-07-27T18:28:53.655 INFO:tasks.rados.rados.0.smithi029.stdout:2484: finishing copy_from to smithi02985406-11 2024-07-27T18:28:53.655 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 1600 (ObjNum 627 snap 188 seq_num 627) dirty exists 2024-07-27T18:28:54.047 INFO:tasks.rados.rados.0.smithi029.stdout:2481: done (5 left) 2024-07-27T18:28:54.047 INFO:tasks.rados.rados.0.smithi029.stdout:2482: done (4 left) 2024-07-27T18:28:54.048 INFO:tasks.rados.rados.0.smithi029.stdout:2483: done (3 left) 2024-07-27T18:28:54.048 INFO:tasks.rados.rados.0.smithi029.stdout:2484: done (2 left) 2024-07-27T18:28:54.048 INFO:tasks.rados.rados.0.smithi029.stdout:2485: done (1 left) 2024-07-27T18:28:54.048 INFO:tasks.rados.rados.0.smithi029.stdout:2486: done (0 left) 2024-07-27T18:28:54.048 INFO:tasks.rados.rados.0.smithi029.stdout:2487: delete oid 16 current snap is 241 2024-07-27T18:28:54.052 INFO:tasks.rados.rados.0.smithi029.stdout:2487: done (0 left) 2024-07-27T18:28:54.052 INFO:tasks.rados.rados.0.smithi029.stdout:2488: rollback oid 28 current snap is 241 2024-07-27T18:28:54.052 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 28 to 233 2024-07-27T18:28:54.052 INFO:tasks.rados.rados.0.smithi029.stdout:2489: copy_from oid 35 from oid 21 current snap is 241 2024-07-27T18:28:54.052 INFO:tasks.rados.rados.0.smithi029.stdout:2490: delete oid 50 current snap is 241 2024-07-27T18:28:54.058 INFO:tasks.rados.rados.0.smithi029.stdout:2490: done (2 left) 2024-07-27T18:28:54.058 INFO:tasks.rados.rados.0.smithi029.stdout:2491: setattr oid 44 current snap is 241 2024-07-27T18:28:54.060 INFO:tasks.rados.rados.0.smithi029.stdout:2488: finishing rollback tid 0 to smithi02985406-28 2024-07-27T18:28:54.060 INFO:tasks.rados.rados.0.smithi029.stdout:2488: finishing rollback tid 1 to smithi02985406-28 2024-07-27T18:28:54.060 INFO:tasks.rados.rados.0.smithi029.stdout:2488: finishing rollback tid 2 to smithi02985406-28 2024-07-27T18:28:54.060 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 1731 (ObjNum 722 snap 222 seq_num 722) dirty exists 2024-07-27T18:28:54.061 INFO:tasks.rados.rados.0.smithi029.stdout:2488: done (2 left) 2024-07-27T18:28:54.061 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 241 2024-07-27T18:28:54.061 INFO:tasks.rados.rados.0.smithi029.stdout:2492: seq_num 782 ranges {5734400=704512,6438912=401408} 2024-07-27T18:28:54.098 INFO:tasks.rados.rados.0.smithi029.stdout:2492: writing smithi02985406-1 from 5734400 to 6438912 tid 1 2024-07-27T18:28:54.099 INFO:tasks.rados.rados.0.smithi029.stdout:2492: writing smithi02985406-1 from 6438912 to 6840320 tid 2 2024-07-27T18:28:54.099 INFO:tasks.rados.rados.0.smithi029.stdout:2493: read oid 12 snap -1 2024-07-27T18:28:54.099 INFO:tasks.rados.rados.0.smithi029.stdout:2493: expect (ObjNum 651 snap 198 seq_num 651) 2024-07-27T18:28:54.099 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 241 2024-07-27T18:28:54.099 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1432 (ObjNum 717 snap 220 seq_num 717) dirty exists 2024-07-27T18:28:54.099 INFO:tasks.rados.rados.0.smithi029.stdout:2489: finishing copy_from racing read to smithi02985406-35 2024-07-27T18:28:54.100 INFO:tasks.rados.rados.0.smithi029.stdout:2489: finishing copy_from to smithi02985406-35 2024-07-27T18:28:54.100 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 958 (ObjNum 742 snap 227 seq_num 742) dirty exists 2024-07-27T18:28:54.100 INFO:tasks.rados.rados.0.smithi029.stdout:2494: seq_num 783 ranges {3506176=720896,4227072=401408} 2024-07-27T18:28:54.123 INFO:tasks.rados.rados.0.smithi029.stdout:2494: writing smithi02985406-32 from 3506176 to 4227072 tid 1 2024-07-27T18:28:54.126 INFO:tasks.rados.rados.0.smithi029.stdout:2494: writing smithi02985406-32 from 4227072 to 4628480 tid 2 2024-07-27T18:28:54.126 INFO:tasks.rados.rados.0.smithi029.stdout:2489: done (4 left) 2024-07-27T18:28:54.126 INFO:tasks.rados.rados.0.smithi029.stdout:2491: done (3 left) 2024-07-27T18:28:54.126 INFO:tasks.rados.rados.0.smithi029.stdout:2495: snap_create 2024-07-27T18:28:54.126 INFO:tasks.rados.rados.0.smithi029.stdout:2492: finishing write tid 1 to smithi02985406-1 2024-07-27T18:28:54.126 INFO:tasks.rados.rados.0.smithi029.stdout:2492: finishing write tid 2 to smithi02985406-1 2024-07-27T18:28:54.127 INFO:tasks.rados.rados.0.smithi029.stdout:2492: finishing write tid 3 to smithi02985406-1 2024-07-27T18:28:54.127 INFO:tasks.rados.rados.0.smithi029.stdout:2493: expect (ObjNum 651 snap 198 seq_num 651) 2024-07-27T18:28:54.346 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:54 smithi179 ceph-mon[89801]: pgmap v509: 121 pgs: 121 active+clean; 309 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 5.1 MiB/s wr, 32 op/s 2024-07-27T18:28:54.346 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:54 smithi179 ceph-mon[89801]: osdmap e564: 8 total, 8 up, 8 in 2024-07-27T18:28:54.346 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:28:54.346 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:54 smithi179 podman[115000]: 2024-07-27 18:28:54.054930876 +0000 UTC m=+7.864590385 container died 67d8574013f34e60c9e8aa4372cd6f382509efee4251881d7e203421c7aad35e (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, RELEASE=reef-a3bbd72, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-07-27T18:28:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:54 smithi029 ceph-mon[96870]: pgmap v509: 121 pgs: 121 active+clean; 309 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 5.1 MiB/s wr, 32 op/s 2024-07-27T18:28:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:54 smithi029 ceph-mon[96870]: osdmap e564: 8 total, 8 up, 8 in 2024-07-27T18:28:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:28:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:54 smithi029 ceph-mon[99353]: pgmap v509: 121 pgs: 121 active+clean; 309 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 5.1 MiB/s wr, 32 op/s 2024-07-27T18:28:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:54 smithi029 ceph-mon[99353]: osdmap e564: 8 total, 8 up, 8 in 2024-07-27T18:28:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:28:54.663 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:54 smithi179 podman[115000]: 2024-07-27 18:28:54.443346839 +0000 UTC m=+8.253006379 container cleanup 67d8574013f34e60c9e8aa4372cd6f382509efee4251881d7e203421c7aad35e (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b, GIT_CLEAN=True, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=reef-a3bbd72, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T18:28:54.663 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:54 smithi179 bash[115000]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b 2024-07-27T18:28:54.756 INFO:tasks.rados.rados.0.smithi029.stdout:2492: finishing write tid 4 to smithi02985406-1 2024-07-27T18:28:54.756 INFO:tasks.rados.rados.0.smithi029.stdout:2492: oid 1 updating version 0 to 1434 2024-07-27T18:28:54.756 INFO:tasks.rados.rados.0.smithi029.stdout:2492: oid 1 updating version 1434 to 1436 2024-07-27T18:28:54.756 INFO:tasks.rados.rados.0.smithi029.stdout:2492: oid 1 version 1436 is already newer than 1435 2024-07-27T18:28:54.757 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1436 (ObjNum 782 snap 241 seq_num 782) dirty exists 2024-07-27T18:28:54.757 INFO:tasks.rados.rados.0.smithi029.stdout:2492: left oid 1 (ObjNum 782 snap 241 seq_num 782) 2024-07-27T18:28:54.757 INFO:tasks.rados.rados.0.smithi029.stdout:2494: finishing write tid 1 to smithi02985406-32 2024-07-27T18:28:54.757 INFO:tasks.rados.rados.0.smithi029.stdout:2494: finishing write tid 2 to smithi02985406-32 2024-07-27T18:28:54.757 INFO:tasks.rados.rados.0.smithi029.stdout:2494: finishing write tid 3 to smithi02985406-32 2024-07-27T18:28:54.757 INFO:tasks.rados.rados.0.smithi029.stdout:2494: finishing write tid 4 to smithi02985406-32 2024-07-27T18:28:54.757 INFO:tasks.rados.rados.0.smithi029.stdout:2494: oid 32 updating version 0 to 458 2024-07-27T18:28:54.757 INFO:tasks.rados.rados.0.smithi029.stdout:2494: oid 32 updating version 458 to 459 2024-07-27T18:28:54.757 INFO:tasks.rados.rados.0.smithi029.stdout:2494: oid 32 updating version 459 to 460 2024-07-27T18:28:54.757 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 460 (ObjNum 783 snap 241 seq_num 783) dirty exists 2024-07-27T18:28:54.757 INFO:tasks.rados.rados.0.smithi029.stdout:2494: left oid 32 (ObjNum 783 snap 241 seq_num 783) 2024-07-27T18:28:55.025 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:54 smithi179 podman[115032]: 2024-07-27 18:28:54.694755254 +0000 UTC m=+0.634157812 container remove 67d8574013f34e60c9e8aa4372cd6f382509efee4251881d7e203421c7aad35e (image=quay.ceph.io/ceph-ci/ceph@sha256:874ad160b08ea56a94a9c10c9da918eee8eec002405aef1c3b4a5423f6209448, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-a3bbd72, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-07-27T18:28:55.025 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:54 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mds.b.service: Deactivated successfully. 2024-07-27T18:28:55.025 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:54 smithi179 systemd[1]: Stopped Ceph mds.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:28:55.025 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:54 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mds.b.service: Consumed 1.744s CPU time. 2024-07-27T18:28:55.051 INFO:tasks.rados.rados.0.smithi029.stdout:2492: done (3 left) 2024-07-27T18:28:55.051 INFO:tasks.rados.rados.0.smithi029.stdout:2493: done (2 left) 2024-07-27T18:28:55.051 INFO:tasks.rados.rados.0.smithi029.stdout:2494: done (1 left) 2024-07-27T18:28:55.051 INFO:tasks.rados.rados.0.smithi029.stdout:2495: done (0 left) 2024-07-27T18:28:55.051 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 242 2024-07-27T18:28:55.051 INFO:tasks.rados.rados.0.smithi029.stdout:2496: seq_num 784 ranges {0=737280,737280=401408} 2024-07-27T18:28:55.055 INFO:tasks.rados.rados.0.smithi029.stdout:2496: writing smithi02985406-6 from 0 to 737280 tid 1 2024-07-27T18:28:55.057 INFO:tasks.rados.rados.0.smithi029.stdout:2496: writing smithi02985406-6 from 737280 to 1138688 tid 2 2024-07-27T18:28:55.057 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 242 2024-07-27T18:28:55.057 INFO:tasks.rados.rados.0.smithi029.stdout:2497: seq_num 785 ranges {1056768=753664,1810432=401408} 2024-07-27T18:28:55.067 INFO:tasks.rados.rados.0.smithi029.stdout:2497: writing smithi02985406-36 from 1056768 to 1810432 tid 1 2024-07-27T18:28:55.070 INFO:tasks.rados.rados.0.smithi029.stdout:2497: writing smithi02985406-36 from 1810432 to 2211840 tid 2 2024-07-27T18:28:55.070 INFO:tasks.rados.rados.0.smithi029.stdout:2498: snap_create 2024-07-27T18:28:55.070 INFO:tasks.rados.rados.0.smithi029.stdout:2496: finishing write tid 1 to smithi02985406-6 2024-07-27T18:28:55.070 INFO:tasks.rados.rados.0.smithi029.stdout:2496: finishing write tid 2 to smithi02985406-6 2024-07-27T18:28:55.070 INFO:tasks.rados.rados.0.smithi029.stdout:2496: finishing write tid 3 to smithi02985406-6 2024-07-27T18:28:55.070 INFO:tasks.rados.rados.0.smithi029.stdout:2496: finishing write tid 4 to smithi02985406-6 2024-07-27T18:28:55.070 INFO:tasks.rados.rados.0.smithi029.stdout:2496: oid 6 updating version 0 to 1438 2024-07-27T18:28:55.071 INFO:tasks.rados.rados.0.smithi029.stdout:2496: oid 6 version 1438 is already newer than 1437 2024-07-27T18:28:55.071 INFO:tasks.rados.rados.0.smithi029.stdout:2496: oid 6 updating version 1438 to 1439 2024-07-27T18:28:55.071 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1439 (ObjNum 784 snap 242 seq_num 784) dirty exists 2024-07-27T18:28:55.071 INFO:tasks.rados.rados.0.smithi029.stdout:2496: left oid 6 (ObjNum 784 snap 242 seq_num 784) 2024-07-27T18:28:55.074 INFO:tasks.rados.rados.0.smithi029.stdout:2497: finishing write tid 1 to smithi02985406-36 2024-07-27T18:28:55.074 INFO:tasks.rados.rados.0.smithi029.stdout:2497: finishing write tid 2 to smithi02985406-36 2024-07-27T18:28:55.074 INFO:tasks.rados.rados.0.smithi029.stdout:2497: finishing write tid 3 to smithi02985406-36 2024-07-27T18:28:55.075 INFO:tasks.rados.rados.0.smithi029.stdout:2497: finishing write tid 4 to smithi02985406-36 2024-07-27T18:28:55.075 INFO:tasks.rados.rados.0.smithi029.stdout:2497: oid 36 updating version 0 to 409 2024-07-27T18:28:55.075 INFO:tasks.rados.rados.0.smithi029.stdout:2497: oid 36 updating version 409 to 411 2024-07-27T18:28:55.075 INFO:tasks.rados.rados.0.smithi029.stdout:2497: oid 36 version 411 is already newer than 410 2024-07-27T18:28:55.075 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 411 (ObjNum 785 snap 242 seq_num 785) dirty exists 2024-07-27T18:28:55.075 INFO:tasks.rados.rados.0.smithi029.stdout:2497: left oid 36 (ObjNum 785 snap 242 seq_num 785) 2024-07-27T18:28:55.322 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:55 smithi179 ceph-mon[89801]: osdmap e565: 8 total, 8 up, 8 in 2024-07-27T18:28:55.326 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:55 smithi179 systemd[1]: Starting Ceph mds.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:28:55.326 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:55 smithi179 podman[115162]: 2024-07-27 18:28:55.153769764 +0000 UTC m=+0.017328190 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T18:28:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:55 smithi029 ceph-mon[96870]: osdmap e565: 8 total, 8 up, 8 in 2024-07-27T18:28:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:55 smithi029 ceph-mon[99353]: osdmap e565: 8 total, 8 up, 8 in 2024-07-27T18:28:55.584 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:55 smithi179 podman[115162]: 2024-07-27 18:28:55.321602004 +0000 UTC m=+0.185160414 container create b56ce47e4372868cda17c5725034398225b8607e42a7b8d1ad4dc7e22656bc67 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, RELEASE=squid-46c551b, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T18:28:55.913 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:55 smithi179 podman[115162]: 2024-07-27 18:28:55.582866613 +0000 UTC m=+0.446425020 container init b56ce47e4372868cda17c5725034398225b8607e42a7b8d1ad4dc7e22656bc67 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, RELEASE=squid-46c551b) 2024-07-27T18:28:55.913 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:55 smithi179 podman[115162]: 2024-07-27 18:28:55.587804034 +0000 UTC m=+0.451362443 container start b56ce47e4372868cda17c5725034398225b8607e42a7b8d1ad4dc7e22656bc67 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=) 2024-07-27T18:28:55.913 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:55 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b[115178]: starting mds.b at 2024-07-27T18:28:55.913 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:55 smithi179 bash[115162]: b56ce47e4372868cda17c5725034398225b8607e42a7b8d1ad4dc7e22656bc67 2024-07-27T18:28:55.913 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 18:28:55 smithi179 systemd[1]: Started Ceph mds.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:28:56.057 INFO:tasks.rados.rados.0.smithi029.stdout:2496: done (2 left) 2024-07-27T18:28:56.057 INFO:tasks.rados.rados.0.smithi029.stdout:2497: done (1 left) 2024-07-27T18:28:56.057 INFO:tasks.rados.rados.0.smithi029.stdout:2498: done (0 left) 2024-07-27T18:28:56.058 INFO:tasks.rados.rados.0.smithi029.stdout:2499: rmattr oid 11 current snap is 243 2024-07-27T18:28:56.058 INFO:tasks.rados.rados.0.smithi029.stdout:2499: done (0 left) 2024-07-27T18:28:56.058 INFO:tasks.rados.rados.0.smithi029.stdout:2500: read oid 45 snap -1 2024-07-27T18:28:56.058 INFO:tasks.rados.rados.0.smithi029.stdout:2500: expect (ObjNum 743 snap 229 seq_num 743) 2024-07-27T18:28:56.058 INFO:tasks.rados.rados.0.smithi029.stdout:2501: snap_create 2024-07-27T18:28:56.079 INFO:tasks.rados.rados.0.smithi029.stdout:2500: expect (ObjNum 743 snap 229 seq_num 743) 2024-07-27T18:28:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:56 smithi179 ceph-mon[89801]: pgmap v512: 121 pgs: 121 active+clean; 322 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 7.1 MiB/s wr, 45 op/s 2024-07-27T18:28:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:56 smithi179 ceph-mon[89801]: osdmap e566: 8 total, 8 up, 8 in 2024-07-27T18:28:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:56 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:56 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:56 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:56.437 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:28:56.437 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:56 smithi029 ceph-mon[99353]: pgmap v512: 121 pgs: 121 active+clean; 322 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 7.1 MiB/s wr, 45 op/s 2024-07-27T18:28:56.437 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:56 smithi029 ceph-mon[99353]: osdmap e566: 8 total, 8 up, 8 in 2024-07-27T18:28:56.437 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:56 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:56.438 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:56 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:56.438 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:56 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:56.438 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:56 smithi029 ceph-mon[96870]: pgmap v512: 121 pgs: 121 active+clean; 322 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 7.1 MiB/s wr, 45 op/s 2024-07-27T18:28:56.438 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:56 smithi029 ceph-mon[96870]: osdmap e566: 8 total, 8 up, 8 in 2024-07-27T18:28:56.438 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:56 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:56.438 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:56 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:28:56.438 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:56 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:28:56.712 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:28:56.712 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (9m) 17s ago 10m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:28:56.712 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (10m) 35s ago 10m 91.1M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:28:56.712 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (21s) 17s ago 12m 14.4M - 19.0.0-3645-g46c551b8 d1f7abeb237d e0daa033f603 2024-07-27T18:28:56.713 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 starting - - - - 2024-07-27T18:28:56.713 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (6m) 35s ago 15m 442M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:28:56.713 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (6m) 17s ago 17m 515M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:28:56.713 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (5m) 17s ago 17m 64.1M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:28:56.713 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (5m) 35s ago 16m 50.4M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:28:56.713 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (5m) 17s ago 16m 56.1M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:28:56.713 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (10m) 17s ago 10m 16.1M - 1.5.0 0da6a335fe13 fd358a912ba1 2024-07-27T18:28:56.713 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (10m) 35s ago 10m 15.1M - 1.5.0 0da6a335fe13 ad2d8375b49a 2024-07-27T18:28:56.713 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (4m) 17s ago 15m 248M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d f8777ac80a25 2024-07-27T18:28:56.713 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (4m) 17s ago 15m 177M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cc8b7a514095 2024-07-27T18:28:56.713 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (3m) 17s ago 14m 221M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cd34200f210b 2024-07-27T18:28:56.713 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (2m) 17s ago 14m 107M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d 4034d1c99649 2024-07-27T18:28:56.714 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (2m) 35s ago 13m 157M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6e62ebd79c14 2024-07-27T18:28:56.714 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (108s) 35s ago 13m 156M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d a5371f3565ce 2024-07-27T18:28:56.714 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (74s) 35s ago 13m 94.0M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6b7047a2e716 2024-07-27T18:28:56.714 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (40s) 35s ago 12m 11.5M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d e71a33cb7699 2024-07-27T18:28:56.714 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (6m) 35s ago 11m 54.9M - 2.43.0 a07b618ecd1d 14077408bc57 2024-07-27T18:28:57.013 INFO:tasks.rados.rados.0.smithi029.stdout:2500: done (1 left) 2024-07-27T18:28:57.013 INFO:tasks.rados.rados.0.smithi029.stdout:2501: done (0 left) 2024-07-27T18:28:57.013 INFO:tasks.rados.rados.0.smithi029.stdout:2502: snap_remove snap 241 2024-07-27T18:28:57.056 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 8 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:28:57.057 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:28:57.058 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 15 2024-07-27T18:28:57.058 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:28:57.058 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:28:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:57 smithi179 ceph-mon[89801]: mds.? [v2:172.21.15.179:6832/207283613,v1:172.21.15.179:6833/207283613] up:boot 2024-07-27T18:28:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:57 smithi179 ceph-mon[89801]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2024-07-27T18:28:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:57 smithi179 ceph-mon[89801]: osdmap e567: 8 total, 8 up, 8 in 2024-07-27T18:28:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:57 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:28:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:57 smithi179 ceph-mon[89801]: from='client.34407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:28:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:57 smithi179 ceph-mon[89801]: osdmap e568: 8 total, 8 up, 8 in 2024-07-27T18:28:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:57 smithi029 ceph-mon[96870]: mds.? [v2:172.21.15.179:6832/207283613,v1:172.21.15.179:6833/207283613] up:boot 2024-07-27T18:28:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:57 smithi029 ceph-mon[96870]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2024-07-27T18:28:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:57 smithi029 ceph-mon[96870]: osdmap e567: 8 total, 8 up, 8 in 2024-07-27T18:28:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:57 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:28:57.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:57 smithi029 ceph-mon[96870]: from='client.34407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:28:57.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:57 smithi029 ceph-mon[96870]: osdmap e568: 8 total, 8 up, 8 in 2024-07-27T18:28:57.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:57 smithi029 ceph-mon[99353]: mds.? [v2:172.21.15.179:6832/207283613,v1:172.21.15.179:6833/207283613] up:boot 2024-07-27T18:28:57.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:57 smithi029 ceph-mon[99353]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2024-07-27T18:28:57.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:57 smithi029 ceph-mon[99353]: osdmap e567: 8 total, 8 up, 8 in 2024-07-27T18:28:57.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:57 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-07-27T18:28:57.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:57 smithi029 ceph-mon[99353]: from='client.34407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:28:57.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:57 smithi029 ceph-mon[99353]: osdmap e568: 8 total, 8 up, 8 in 2024-07-27T18:28:58.015 INFO:tasks.rados.rados.0.smithi029.stdout:2502: done (0 left) 2024-07-27T18:28:58.016 INFO:tasks.rados.rados.0.smithi029.stdout:2503: rollback oid 11 current snap is 244 2024-07-27T18:28:58.016 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 11 to 239 2024-07-27T18:28:58.016 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 244 2024-07-27T18:28:58.016 INFO:tasks.rados.rados.0.smithi029.stdout:2504: seq_num 786 ranges {1138688=770048,1908736=401408} 2024-07-27T18:28:58.026 INFO:tasks.rados.rados.0.smithi029.stdout:2504: writing smithi02985406-6 from 1138688 to 1908736 tid 1 2024-07-27T18:28:58.029 INFO:tasks.rados.rados.0.smithi029.stdout:2504: writing smithi02985406-6 from 1908736 to 2310144 tid 2 2024-07-27T18:28:58.029 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 244 2024-07-27T18:28:58.029 INFO:tasks.rados.rados.0.smithi029.stdout:2503: finishing rollback tid 0 to smithi02985406-11 2024-07-27T18:28:58.029 INFO:tasks.rados.rados.0.smithi029.stdout:2503: finishing rollback tid 1 to smithi02985406-11 2024-07-27T18:28:58.029 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 1602 (ObjNum 97 snap 0 seq_num 2078673648) dirty dne 2024-07-27T18:28:58.029 INFO:tasks.rados.rados.0.smithi029.stdout:2505: seq_num 787 ranges {0=786432,786432=401408} 2024-07-27T18:28:58.033 INFO:tasks.rados.rados.0.smithi029.stdout:2505: writing smithi02985406-37 from 0 to 786432 tid 1 2024-07-27T18:28:58.036 INFO:tasks.rados.rados.0.smithi029.stdout:2505: writing smithi02985406-37 from 786432 to 1187840 tid 2 2024-07-27T18:28:58.036 INFO:tasks.rados.rados.0.smithi029.stdout:2503: done (2 left) 2024-07-27T18:28:58.036 INFO:tasks.rados.rados.0.smithi029.stdout:2506: snap_create 2024-07-27T18:28:58.036 INFO:tasks.rados.rados.0.smithi029.stdout:2504: finishing write tid 1 to smithi02985406-6 2024-07-27T18:28:58.037 INFO:tasks.rados.rados.0.smithi029.stdout:2504: finishing write tid 2 to smithi02985406-6 2024-07-27T18:28:58.037 INFO:tasks.rados.rados.0.smithi029.stdout:2504: finishing write tid 3 to smithi02985406-6 2024-07-27T18:28:58.039 INFO:tasks.rados.rados.0.smithi029.stdout:2505: finishing write tid 1 to smithi02985406-37 2024-07-27T18:28:58.040 INFO:tasks.rados.rados.0.smithi029.stdout:2504: finishing write tid 4 to smithi02985406-6 2024-07-27T18:28:58.040 INFO:tasks.rados.rados.0.smithi029.stdout:2504: oid 6 updating version 0 to 1442 2024-07-27T18:28:58.040 INFO:tasks.rados.rados.0.smithi029.stdout:2504: oid 6 version 1442 is already newer than 1441 2024-07-27T18:28:58.040 INFO:tasks.rados.rados.0.smithi029.stdout:2504: oid 6 updating version 1442 to 1443 2024-07-27T18:28:58.040 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1443 (ObjNum 786 snap 244 seq_num 786) dirty exists 2024-07-27T18:28:58.040 INFO:tasks.rados.rados.0.smithi029.stdout:2504: left oid 6 (ObjNum 786 snap 244 seq_num 786) 2024-07-27T18:28:58.041 INFO:tasks.rados.rados.0.smithi029.stdout:2505: finishing write tid 2 to smithi02985406-37 2024-07-27T18:28:58.041 INFO:tasks.rados.rados.0.smithi029.stdout:2505: finishing write tid 3 to smithi02985406-37 2024-07-27T18:28:58.042 INFO:tasks.rados.rados.0.smithi029.stdout:2505: finishing write tid 4 to smithi02985406-37 2024-07-27T18:28:58.043 INFO:tasks.rados.rados.0.smithi029.stdout:2505: oid 37 updating version 0 to 1445 2024-07-27T18:28:58.043 INFO:tasks.rados.rados.0.smithi029.stdout:2505: oid 37 updating version 1445 to 1446 2024-07-27T18:28:58.043 INFO:tasks.rados.rados.0.smithi029.stdout:2505: oid 37 version 1446 is already newer than 1444 2024-07-27T18:28:58.043 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1446 (ObjNum 787 snap 244 seq_num 787) dirty exists 2024-07-27T18:28:58.043 INFO:tasks.rados.rados.0.smithi029.stdout:2505: left oid 37 (ObjNum 787 snap 244 seq_num 787) 2024-07-27T18:28:58.320 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:58 smithi179 ceph-mon[89801]: pgmap v515: 121 pgs: 121 active+clean; 325 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 3.0 MiB/s wr, 29 op/s 2024-07-27T18:28:58.321 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:58 smithi179 ceph-mon[89801]: from='client.34413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:28:58.321 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:58 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/906129144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:58.321 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:28:58 smithi179 ceph-mon[89801]: osdmap e569: 8 total, 8 up, 8 in 2024-07-27T18:28:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:58 smithi029 ceph-mon[96870]: pgmap v515: 121 pgs: 121 active+clean; 325 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 3.0 MiB/s wr, 29 op/s 2024-07-27T18:28:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:58 smithi029 ceph-mon[96870]: from='client.34413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:28:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:58 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/906129144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:58.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:28:58 smithi029 ceph-mon[96870]: osdmap e569: 8 total, 8 up, 8 in 2024-07-27T18:28:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:58 smithi029 ceph-mon[99353]: pgmap v515: 121 pgs: 121 active+clean; 325 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 3.0 MiB/s wr, 29 op/s 2024-07-27T18:28:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:58 smithi029 ceph-mon[99353]: from='client.34413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:28:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:58 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/906129144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:28:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:28:58 smithi029 ceph-mon[99353]: osdmap e569: 8 total, 8 up, 8 in 2024-07-27T18:28:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:2504: done (2 left) 2024-07-27T18:28:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:2505: done (1 left) 2024-07-27T18:28:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:2506: done (0 left) 2024-07-27T18:28:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:2507: rollback oid 16 current snap is 245 2024-07-27T18:28:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 16 to 239 2024-07-27T18:28:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:2508: read oid 42 snap -1 2024-07-27T18:28:59.016 INFO:tasks.rados.rados.0.smithi029.stdout:2508: expect deleted 2024-07-27T18:28:59.017 INFO:tasks.rados.rados.0.smithi029.stdout:2509: snap_remove snap 225 2024-07-27T18:29:00.018 INFO:tasks.rados.rados.0.smithi029.stdout:2509: done (2 left) 2024-07-27T18:29:00.018 INFO:tasks.rados.rados.0.smithi029.stdout:2510: snap_create 2024-07-27T18:29:00.019 INFO:tasks.rados.rados.0.smithi029.stdout:2507: finishing rollback tid 1 to smithi02985406-16 2024-07-27T18:29:00.019 INFO:tasks.rados.rados.0.smithi029.stdout:2507: finishing rollback tid 2 to smithi02985406-16 2024-07-27T18:29:00.019 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 1276 (ObjNum 669 snap 201 seq_num 669) dirty exists 2024-07-27T18:29:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:00 smithi179 ceph-mon[89801]: pgmap v518: 121 pgs: 121 active+clean; 335 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 3.3 MiB/s wr, 17 op/s 2024-07-27T18:29:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:00 smithi179 ceph-mon[89801]: osdmap e570: 8 total, 8 up, 8 in 2024-07-27T18:29:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:00 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:00 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:00 smithi029 ceph-mon[96870]: pgmap v518: 121 pgs: 121 active+clean; 335 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 3.3 MiB/s wr, 17 op/s 2024-07-27T18:29:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:00 smithi029 ceph-mon[96870]: osdmap e570: 8 total, 8 up, 8 in 2024-07-27T18:29:00.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:00 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:00.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:00 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:00 smithi029 ceph-mon[99353]: pgmap v518: 121 pgs: 121 active+clean; 335 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 3.3 MiB/s wr, 17 op/s 2024-07-27T18:29:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:00 smithi029 ceph-mon[99353]: osdmap e570: 8 total, 8 up, 8 in 2024-07-27T18:29:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:00 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:00 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:01.019 INFO:tasks.rados.rados.0.smithi029.stdout:2507: done (2 left) 2024-07-27T18:29:01.020 INFO:tasks.rados.rados.0.smithi029.stdout:2508: done (1 left) 2024-07-27T18:29:01.020 INFO:tasks.rados.rados.0.smithi029.stdout:2510: done (0 left) 2024-07-27T18:29:01.020 INFO:tasks.rados.rados.0.smithi029.stdout:2511: rmattr oid 46 current snap is 246 2024-07-27T18:29:01.020 INFO:tasks.rados.rados.0.smithi029.stdout:2511: done (0 left) 2024-07-27T18:29:01.020 INFO:tasks.rados.rados.0.smithi029.stdout:2512: copy_from oid 16 from oid 36 current snap is 246 2024-07-27T18:29:01.020 INFO:tasks.rados.rados.0.smithi029.stdout:2513: read oid 26 snap -1 2024-07-27T18:29:01.020 INFO:tasks.rados.rados.0.smithi029.stdout:2513: expect (ObjNum 778 snap 240 seq_num 778) 2024-07-27T18:29:01.020 INFO:tasks.rados.rados.0.smithi029.stdout:2514: copy_from oid 33 from oid 20 current snap is 246 2024-07-27T18:29:01.020 INFO:tasks.rados.rados.0.smithi029.stdout:2515: rmattr oid 1 current snap is 246 2024-07-27T18:29:01.020 INFO:tasks.rados.rados.0.smithi029.stdout:2516: copy_from oid 6 from oid 44 current snap is 246 2024-07-27T18:29:01.020 INFO:tasks.rados.rados.0.smithi029.stdout:2517: snap_create 2024-07-27T18:29:01.026 INFO:tasks.rados.rados.0.smithi029.stdout:2514: finishing copy_from racing read to smithi02985406-33 2024-07-27T18:29:01.026 INFO:tasks.rados.rados.0.smithi029.stdout:2514: finishing copy_from to smithi02985406-33 2024-07-27T18:29:01.026 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 1246 (ObjNum 723 snap 222 seq_num 723) dirty exists 2024-07-27T18:29:01.029 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1458 (ObjNum 782 snap 241 seq_num 782) dirty exists 2024-07-27T18:29:01.037 INFO:tasks.rados.rados.0.smithi029.stdout:2513: expect (ObjNum 778 snap 240 seq_num 778) 2024-07-27T18:29:01.158 INFO:tasks.rados.rados.0.smithi029.stdout:2516: finishing copy_from racing read to smithi02985406-6 2024-07-27T18:29:01.159 INFO:tasks.rados.rados.0.smithi029.stdout:2512: finishing copy_from racing read to smithi02985406-16 2024-07-27T18:29:01.159 INFO:tasks.rados.rados.0.smithi029.stdout:2512: finishing copy_from to smithi02985406-16 2024-07-27T18:29:01.159 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 411 (ObjNum 785 snap 242 seq_num 785) dirty exists 2024-07-27T18:29:01.159 INFO:tasks.rados.rados.0.smithi029.stdout:2516: finishing copy_from to smithi02985406-6 2024-07-27T18:29:01.159 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1432 (ObjNum 717 snap 220 seq_num 717) dirty exists 2024-07-27T18:29:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:01 smithi179 ceph-mon[89801]: osdmap e571: 8 total, 8 up, 8 in 2024-07-27T18:29:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:01 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:01 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:01 smithi179 ceph-mon[89801]: osdmap e572: 8 total, 8 up, 8 in 2024-07-27T18:29:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:01 smithi029 ceph-mon[96870]: osdmap e571: 8 total, 8 up, 8 in 2024-07-27T18:29:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:01 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:01 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:01 smithi029 ceph-mon[96870]: osdmap e572: 8 total, 8 up, 8 in 2024-07-27T18:29:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:01 smithi029 ceph-mon[99353]: osdmap e571: 8 total, 8 up, 8 in 2024-07-27T18:29:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:01 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:01 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:01 smithi029 ceph-mon[99353]: osdmap e572: 8 total, 8 up, 8 in 2024-07-27T18:29:02.016 INFO:tasks.rados.rados.0.smithi029.stdout:2512: done (5 left) 2024-07-27T18:29:02.017 INFO:tasks.rados.rados.0.smithi029.stdout:2513: done (4 left) 2024-07-27T18:29:02.017 INFO:tasks.rados.rados.0.smithi029.stdout:2514: done (3 left) 2024-07-27T18:29:02.017 INFO:tasks.rados.rados.0.smithi029.stdout:2515: done (2 left) 2024-07-27T18:29:02.017 INFO:tasks.rados.rados.0.smithi029.stdout:2516: done (1 left) 2024-07-27T18:29:02.017 INFO:tasks.rados.rados.0.smithi029.stdout:2517: done (0 left) 2024-07-27T18:29:02.017 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 247 2024-07-27T18:29:02.017 INFO:tasks.rados.rados.0.smithi029.stdout:2518: seq_num 788 ranges {1933312=802816,2736128=401408} 2024-07-27T18:29:02.031 INFO:tasks.rados.rados.0.smithi029.stdout:2518: writing smithi02985406-40 from 1933312 to 2736128 tid 1 2024-07-27T18:29:02.034 INFO:tasks.rados.rados.0.smithi029.stdout:2518: writing smithi02985406-40 from 2736128 to 3137536 tid 2 2024-07-27T18:29:02.034 INFO:tasks.rados.rados.0.smithi029.stdout:2519: setattr oid 23 current snap is 247 2024-07-27T18:29:02.035 INFO:tasks.rados.rados.0.smithi029.stdout:2520: delete oid 21 current snap is 247 2024-07-27T18:29:02.040 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1369 (ObjNum 689 snap 209 seq_num 689) dirty exists 2024-07-27T18:29:02.041 INFO:tasks.rados.rados.0.smithi029.stdout:2519: done (2 left) 2024-07-27T18:29:02.041 INFO:tasks.rados.rados.0.smithi029.stdout:2520: done (1 left) 2024-07-27T18:29:02.041 INFO:tasks.rados.rados.0.smithi029.stdout:2521: read oid 18 snap -1 2024-07-27T18:29:02.041 INFO:tasks.rados.rados.0.smithi029.stdout:2521: expect deleted 2024-07-27T18:29:02.041 INFO:tasks.rados.rados.0.smithi029.stdout:2522: rollback oid 44 current snap is 247 2024-07-27T18:29:02.041 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 44 to 237 2024-07-27T18:29:02.042 INFO:tasks.rados.rados.0.smithi029.stdout:2523: setattr oid 32 current snap is 247 2024-07-27T18:29:02.042 INFO:tasks.rados.rados.0.smithi029.stdout:2518: finishing write tid 1 to smithi02985406-40 2024-07-27T18:29:02.042 INFO:tasks.rados.rados.0.smithi029.stdout:2518: finishing write tid 2 to smithi02985406-40 2024-07-27T18:29:02.042 INFO:tasks.rados.rados.0.smithi029.stdout:2518: finishing write tid 3 to smithi02985406-40 2024-07-27T18:29:02.043 INFO:tasks.rados.rados.0.smithi029.stdout:2521: done (3 left) 2024-07-27T18:29:02.043 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 247 2024-07-27T18:29:02.043 INFO:tasks.rados.rados.0.smithi029.stdout:2524: seq_num 790 ranges {0=434176,434176=548864,983040=253952} 2024-07-27T18:29:02.045 INFO:tasks.rados.rados.0.smithi029.stdout:2524: writing smithi02985406-10 from 0 to 434176 tid 1 2024-07-27T18:29:02.048 INFO:tasks.rados.rados.0.smithi029.stdout:2524: writing smithi02985406-10 from 434176 to 983040 tid 2 2024-07-27T18:29:02.051 INFO:tasks.rados.rados.0.smithi029.stdout:2524: writing smithi02985406-10 from 983040 to 1236992 tid 3 2024-07-27T18:29:02.051 INFO:tasks.rados.rados.0.smithi029.stdout:2525: copy_from oid 47 from oid 11 current snap is 247 2024-07-27T18:29:02.051 INFO:tasks.rados.rados.0.smithi029.stdout:2518: finishing write tid 4 to smithi02985406-40 2024-07-27T18:29:02.051 INFO:tasks.rados.rados.0.smithi029.stdout:2518: oid 40 updating version 0 to 462 2024-07-27T18:29:02.051 INFO:tasks.rados.rados.0.smithi029.stdout:2518: oid 40 updating version 462 to 463 2024-07-27T18:29:02.051 INFO:tasks.rados.rados.0.smithi029.stdout:2518: oid 40 version 463 is already newer than 461 2024-07-27T18:29:02.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 463 (ObjNum 788 snap 247 seq_num 788) dirty exists 2024-07-27T18:29:02.051 INFO:tasks.rados.rados.0.smithi029.stdout:2518: left oid 40 (ObjNum 788 snap 247 seq_num 788) 2024-07-27T18:29:02.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 464 (ObjNum 783 snap 241 seq_num 783) dirty exists 2024-07-27T18:29:02.051 INFO:tasks.rados.rados.0.smithi029.stdout:2522: finishing rollback tid 0 to smithi02985406-44 2024-07-27T18:29:02.051 INFO:tasks.rados.rados.0.smithi029.stdout:2522: finishing rollback tid 1 to smithi02985406-44 2024-07-27T18:29:02.052 INFO:tasks.rados.rados.0.smithi029.stdout:2522: finishing rollback tid 2 to smithi02985406-44 2024-07-27T18:29:02.052 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1464 (ObjNum 717 snap 220 seq_num 717) dirty exists 2024-07-27T18:29:02.052 INFO:tasks.rados.rados.0.smithi029.stdout:2518: done (4 left) 2024-07-27T18:29:02.052 INFO:tasks.rados.rados.0.smithi029.stdout:2522: done (3 left) 2024-07-27T18:29:02.052 INFO:tasks.rados.rados.0.smithi029.stdout:2523: done (2 left) 2024-07-27T18:29:02.052 INFO:tasks.rados.rados.0.smithi029.stdout:2526: snap_remove snap 233 2024-07-27T18:29:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:02 smithi179 ceph-mon[89801]: pgmap v521: 121 pgs: 121 active+clean; 336 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 2.7 MiB/s wr, 9 op/s 2024-07-27T18:29:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:02 smithi179 ceph-mon[89801]: osdmap e573: 8 total, 8 up, 8 in 2024-07-27T18:29:02.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:02 smithi029 ceph-mon[96870]: pgmap v521: 121 pgs: 121 active+clean; 336 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 2.7 MiB/s wr, 9 op/s 2024-07-27T18:29:02.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:02 smithi029 ceph-mon[96870]: osdmap e573: 8 total, 8 up, 8 in 2024-07-27T18:29:02.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:02 smithi029 ceph-mon[99353]: pgmap v521: 121 pgs: 121 active+clean; 336 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 2.7 MiB/s wr, 9 op/s 2024-07-27T18:29:02.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:02 smithi029 ceph-mon[99353]: osdmap e573: 8 total, 8 up, 8 in 2024-07-27T18:29:02.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:29:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:29:02] "GET /metrics HTTP/1.1" 200 36117 "" "Prometheus/2.43.0" 2024-07-27T18:29:03.018 INFO:tasks.rados.rados.0.smithi029.stdout:2526: done (2 left) 2024-07-27T18:29:03.018 INFO:tasks.rados.rados.0.smithi029.stdout:2527: snap_create 2024-07-27T18:29:03.018 INFO:tasks.rados.rados.0.smithi029.stdout:2525: finishing copy_from to smithi02985406-47 2024-07-27T18:29:03.018 INFO:tasks.rados.rados.0.smithi029.stdout:2525: got expected ENOENT (src dne) 2024-07-27T18:29:03.018 INFO:tasks.rados.rados.0.smithi029.stdout:2525: finishing copy_from racing read to smithi02985406-47 2024-07-27T18:29:03.018 INFO:tasks.rados.rados.0.smithi029.stdout:2524: finishing write tid 1 to smithi02985406-10 2024-07-27T18:29:03.019 INFO:tasks.rados.rados.0.smithi029.stdout:2524: finishing write tid 2 to smithi02985406-10 2024-07-27T18:29:03.019 INFO:tasks.rados.rados.0.smithi029.stdout:2524: finishing write tid 3 to smithi02985406-10 2024-07-27T18:29:03.019 INFO:tasks.rados.rados.0.smithi029.stdout:2524: finishing write tid 4 to smithi02985406-10 2024-07-27T18:29:03.019 INFO:tasks.rados.rados.0.smithi029.stdout:2524: finishing write tid 5 to smithi02985406-10 2024-07-27T18:29:03.019 INFO:tasks.rados.rados.0.smithi029.stdout:2524: oid 10 updating version 0 to 1465 2024-07-27T18:29:03.019 INFO:tasks.rados.rados.0.smithi029.stdout:2524: oid 10 updating version 1465 to 1467 2024-07-27T18:29:03.019 INFO:tasks.rados.rados.0.smithi029.stdout:2524: oid 10 updating version 1467 to 1468 2024-07-27T18:29:03.019 INFO:tasks.rados.rados.0.smithi029.stdout:2524: oid 10 version 1468 is already newer than 1466 2024-07-27T18:29:03.019 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1468 (ObjNum 790 snap 247 seq_num 790) dirty exists 2024-07-27T18:29:03.019 INFO:tasks.rados.rados.0.smithi029.stdout:2524: left oid 10 (ObjNum 790 snap 247 seq_num 790) 2024-07-27T18:29:04.018 INFO:tasks.rados.rados.0.smithi029.stdout:2524: done (2 left) 2024-07-27T18:29:04.018 INFO:tasks.rados.rados.0.smithi029.stdout:2525: done (1 left) 2024-07-27T18:29:04.018 INFO:tasks.rados.rados.0.smithi029.stdout:2527: done (0 left) 2024-07-27T18:29:04.018 INFO:tasks.rados.rados.0.smithi029.stdout:2528: rollback oid 29 current snap is 248 2024-07-27T18:29:04.018 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 29 to 246 2024-07-27T18:29:04.018 INFO:tasks.rados.rados.0.smithi029.stdout:2529: snap_remove snap 234 2024-07-27T18:29:04.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: pgmap v524: 121 pgs: 121 active+clean; 335 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.5 MiB/s wr, 7 op/s 2024-07-27T18:29:04.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: osdmap e574: 8 total, 8 up, 8 in 2024-07-27T18:29:04.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:29:04.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:29:04.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:04.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]: dispatch 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]: dispatch 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]': finished 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]: dispatch 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]: dispatch 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]': finished 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: pgmap v524: 121 pgs: 121 active+clean; 335 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.5 MiB/s wr, 7 op/s 2024-07-27T18:29:04.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: osdmap e574: 8 total, 8 up, 8 in 2024-07-27T18:29:04.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:29:04.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:29:04.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:04.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]: dispatch 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]: dispatch 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]': finished 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]: dispatch 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]: dispatch 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]': finished 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: pgmap v524: 121 pgs: 121 active+clean; 335 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.5 MiB/s wr, 7 op/s 2024-07-27T18:29:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: osdmap e574: 8 total, 8 up, 8 in 2024-07-27T18:29:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:29:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]: dispatch 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]: dispatch 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]': finished 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]: dispatch 2024-07-27T18:29:04.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]: dispatch 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]': finished 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:04.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:05.033 INFO:tasks.rados.rados.0.smithi029.stdout:2529: done (1 left) 2024-07-27T18:29:05.033 INFO:tasks.rados.rados.0.smithi029.stdout:2530: rollback oid 42 current snap is 248 2024-07-27T18:29:05.033 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 42 to 244 2024-07-27T18:29:05.033 INFO:tasks.rados.rados.0.smithi029.stdout:2531: delete oid 2 current snap is 248 2024-07-27T18:29:05.033 INFO:tasks.rados.rados.0.smithi029.stdout:2528: finishing rollback tid 0 to smithi02985406-29 2024-07-27T18:29:05.033 INFO:tasks.rados.rados.0.smithi029.stdout:2528: finishing rollback tid 1 to smithi02985406-29 2024-07-27T18:29:05.033 INFO:tasks.rados.rados.0.smithi029.stdout:2528: finishing rollback tid 2 to smithi02985406-29 2024-07-27T18:29:05.033 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1249 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:29:05.041 INFO:tasks.rados.rados.0.smithi029.stdout:2530: finishing rollback tid 1 to smithi02985406-42 2024-07-27T18:29:05.041 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 1273 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2024-07-27T18:29:05.042 INFO:tasks.rados.rados.0.smithi029.stdout:2528: done (2 left) 2024-07-27T18:29:05.042 INFO:tasks.rados.rados.0.smithi029.stdout:2530: done (1 left) 2024-07-27T18:29:05.042 INFO:tasks.rados.rados.0.smithi029.stdout:2531: done (0 left) 2024-07-27T18:29:05.042 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 248 2024-07-27T18:29:05.042 INFO:tasks.rados.rados.0.smithi029.stdout:2532: seq_num 792 ranges {3661824=466944,4128768=761856,4890624=40960} 2024-07-27T18:29:05.065 INFO:tasks.rados.rados.0.smithi029.stdout:2532: writing smithi02985406-34 from 3661824 to 4128768 tid 1 2024-07-27T18:29:05.070 INFO:tasks.rados.rados.0.smithi029.stdout:2532: writing smithi02985406-34 from 4128768 to 4890624 tid 2 2024-07-27T18:29:05.070 INFO:tasks.rados.rados.0.smithi029.stdout:2532: writing smithi02985406-34 from 4890624 to 4931584 tid 3 2024-07-27T18:29:05.070 INFO:tasks.rados.rados.0.smithi029.stdout:2533: rmattr oid 44 current snap is 248 2024-07-27T18:29:05.071 INFO:tasks.rados.rados.0.smithi029.stdout:2532: finishing write tid 1 to smithi02985406-34 2024-07-27T18:29:05.071 INFO:tasks.rados.rados.0.smithi029.stdout:2534: rmattr oid 10 current snap is 248 2024-07-27T18:29:05.071 INFO:tasks.rados.rados.0.smithi029.stdout:2534: done (2 left) 2024-07-27T18:29:05.071 INFO:tasks.rados.rados.0.smithi029.stdout:2535: copy_from oid 23 from oid 37 current snap is 248 2024-07-27T18:29:05.071 INFO:tasks.rados.rados.0.smithi029.stdout:2536: copy_from oid 11 from oid 50 current snap is 248 2024-07-27T18:29:05.071 INFO:tasks.rados.rados.0.smithi029.stdout:2537: snap_remove snap 240 2024-07-27T18:29:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:05 smithi179 ceph-mon[89801]: Upgrade: Setting container_image for all mds 2024-07-27T18:29:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:05 smithi179 ceph-mon[89801]: Upgrade: Setting container_image for all rgw 2024-07-27T18:29:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:05 smithi179 ceph-mon[89801]: Upgrade: Setting container_image for all rbd-mirror 2024-07-27T18:29:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:05 smithi179 ceph-mon[89801]: Upgrade: Setting container_image for all ceph-exporter 2024-07-27T18:29:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:05 smithi179 ceph-mon[89801]: Upgrade: Setting container_image for all iscsi 2024-07-27T18:29:05.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:05 smithi179 ceph-mon[89801]: Upgrade: Setting container_image for all nfs 2024-07-27T18:29:05.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:05 smithi179 ceph-mon[89801]: Upgrade: Setting container_image for all nvmeof 2024-07-27T18:29:05.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:05 smithi179 ceph-mon[89801]: osdmap e575: 8 total, 8 up, 8 in 2024-07-27T18:29:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[96870]: Upgrade: Setting container_image for all mds 2024-07-27T18:29:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[96870]: Upgrade: Setting container_image for all rgw 2024-07-27T18:29:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[96870]: Upgrade: Setting container_image for all rbd-mirror 2024-07-27T18:29:05.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[96870]: Upgrade: Setting container_image for all ceph-exporter 2024-07-27T18:29:05.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[96870]: Upgrade: Setting container_image for all iscsi 2024-07-27T18:29:05.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[96870]: Upgrade: Setting container_image for all nfs 2024-07-27T18:29:05.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[96870]: Upgrade: Setting container_image for all nvmeof 2024-07-27T18:29:05.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[96870]: osdmap e575: 8 total, 8 up, 8 in 2024-07-27T18:29:05.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[99353]: Upgrade: Setting container_image for all mds 2024-07-27T18:29:05.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[99353]: Upgrade: Setting container_image for all rgw 2024-07-27T18:29:05.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[99353]: Upgrade: Setting container_image for all rbd-mirror 2024-07-27T18:29:05.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[99353]: Upgrade: Setting container_image for all ceph-exporter 2024-07-27T18:29:05.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[99353]: Upgrade: Setting container_image for all iscsi 2024-07-27T18:29:05.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[99353]: Upgrade: Setting container_image for all nfs 2024-07-27T18:29:05.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[99353]: Upgrade: Setting container_image for all nvmeof 2024-07-27T18:29:05.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:05 smithi029 ceph-mon[99353]: osdmap e575: 8 total, 8 up, 8 in 2024-07-27T18:29:05.967 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:05 smithi029 systemd[1]: Stopping Ceph node-exporter.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:29:06.033 INFO:tasks.rados.rados.0.smithi029.stdout:2537: done (4 left) 2024-07-27T18:29:06.033 INFO:tasks.rados.rados.0.smithi029.stdout:2538: rollback oid 1 current snap is 248 2024-07-27T18:29:06.033 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 1 to 213 2024-07-27T18:29:06.033 INFO:tasks.rados.rados.0.smithi029.stdout:2536: finishing copy_from to smithi02985406-11 2024-07-27T18:29:06.033 INFO:tasks.rados.rados.0.smithi029.stdout:2536: got expected ENOENT (src dne) 2024-07-27T18:29:06.034 INFO:tasks.rados.rados.0.smithi029.stdout:2536: finishing copy_from racing read to smithi02985406-11 2024-07-27T18:29:06.034 INFO:tasks.rados.rados.0.smithi029.stdout:2532: finishing write tid 2 to smithi02985406-34 2024-07-27T18:29:06.034 INFO:tasks.rados.rados.0.smithi029.stdout:2532: finishing write tid 3 to smithi02985406-34 2024-07-27T18:29:06.034 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1486 (ObjNum 717 snap 220 seq_num 717) dirty exists 2024-07-27T18:29:06.034 INFO:tasks.rados.rados.0.smithi029.stdout:2532: finishing write tid 4 to smithi02985406-34 2024-07-27T18:29:06.034 INFO:tasks.rados.rados.0.smithi029.stdout:2532: finishing write tid 5 to smithi02985406-34 2024-07-27T18:29:06.034 INFO:tasks.rados.rados.0.smithi029.stdout:2532: oid 34 updating version 0 to 1602 2024-07-27T18:29:06.034 INFO:tasks.rados.rados.0.smithi029.stdout:2532: oid 34 version 1602 is already newer than 1601 2024-07-27T18:29:06.034 INFO:tasks.rados.rados.0.smithi029.stdout:2532: oid 34 updating version 1602 to 1604 2024-07-27T18:29:06.034 INFO:tasks.rados.rados.0.smithi029.stdout:2532: oid 34 version 1604 is already newer than 1603 2024-07-27T18:29:06.034 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 1604 (ObjNum 792 snap 248 seq_num 792) dirty exists 2024-07-27T18:29:06.034 INFO:tasks.rados.rados.0.smithi029.stdout:2532: left oid 34 (ObjNum 792 snap 248 seq_num 792) 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:2535: finishing copy_from racing read to smithi02985406-23 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:2535: finishing copy_from to smithi02985406-23 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1446 (ObjNum 787 snap 244 seq_num 787) dirty exists 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:2532: done (4 left) 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:2533: done (3 left) 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:2535: done (2 left) 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:2536: done (1 left) 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:2539: rollback oid 9 current snap is 248 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 9 to 245 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:2540: read oid 48 snap -1 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:2540: expect (ObjNum 761 snap 236 seq_num 761) 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:2541: rollback oid 47 current snap is 248 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 47 to 237 2024-07-27T18:29:06.035 INFO:tasks.rados.rados.0.smithi029.stdout:2542: snap_remove snap 228 2024-07-27T18:29:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:06 smithi029 ceph-mon[99353]: pgmap v527: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 335 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2024-07-27T18:29:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:06 smithi029 ceph-mon[99353]: osdmap e576: 8 total, 8 up, 8 in 2024-07-27T18:29:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:06 smithi029 ceph-mon[99353]: Upgrade: Updating node-exporter.a (1/2) 2024-07-27T18:29:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:06 smithi029 ceph-mon[99353]: Deploying daemon node-exporter.a on smithi029 2024-07-27T18:29:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:06 smithi029 ceph-mon[96870]: pgmap v527: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 335 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2024-07-27T18:29:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:06 smithi029 ceph-mon[96870]: osdmap e576: 8 total, 8 up, 8 in 2024-07-27T18:29:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:06 smithi029 ceph-mon[96870]: Upgrade: Updating node-exporter.a (1/2) 2024-07-27T18:29:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:06 smithi029 ceph-mon[96870]: Deploying daemon node-exporter.a on smithi029 2024-07-27T18:29:06.252 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:05 smithi029 podman[129254]: 2024-07-27 18:29:05.965252153 +0000 UTC m=+0.104273773 container died fd358a912ba1d8bd07f2d8ab0279365dba5f312af07aeb15f677d31df0c2c8d0 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:06 smithi179 ceph-mon[89801]: pgmap v527: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 335 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2024-07-27T18:29:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:06 smithi179 ceph-mon[89801]: osdmap e576: 8 total, 8 up, 8 in 2024-07-27T18:29:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:06 smithi179 ceph-mon[89801]: Upgrade: Updating node-exporter.a (1/2) 2024-07-27T18:29:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:06 smithi179 ceph-mon[89801]: Deploying daemon node-exporter.a on smithi029 2024-07-27T18:29:06.751 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:06 smithi029 podman[129254]: 2024-07-27 18:29:06.605034081 +0000 UTC m=+0.744055690 container cleanup fd358a912ba1d8bd07f2d8ab0279365dba5f312af07aeb15f677d31df0c2c8d0 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:06.751 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:06 smithi029 bash[129254]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a 2024-07-27T18:29:07.019 INFO:tasks.rados.rados.0.smithi029.stdout:2542: done (4 left) 2024-07-27T18:29:07.019 INFO:tasks.rados.rados.0.smithi029.stdout:2543: rollback oid 40 current snap is 248 2024-07-27T18:29:07.019 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 40 to 246 2024-07-27T18:29:07.019 INFO:tasks.rados.rados.0.smithi029.stdout:2544: delete oid 24 current snap is 248 2024-07-27T18:29:07.020 INFO:tasks.rados.rados.0.smithi029.stdout:2540: expect (ObjNum 761 snap 236 seq_num 761) 2024-07-27T18:29:07.051 INFO:tasks.rados.rados.0.smithi029.stdout:2538: finishing rollback tid 0 to smithi02985406-1 2024-07-27T18:29:07.051 INFO:tasks.rados.rados.0.smithi029.stdout:2538: finishing rollback tid 1 to smithi02985406-1 2024-07-27T18:29:07.051 INFO:tasks.rados.rados.0.smithi029.stdout:2538: finishing rollback tid 2 to smithi02985406-1 2024-07-27T18:29:07.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1490 (ObjNum 671 snap 201 seq_num 671) dirty exists 2024-07-27T18:29:07.051 INFO:tasks.rados.rados.0.smithi029.stdout:2539: finishing rollback tid 0 to smithi02985406-9 2024-07-27T18:29:07.051 INFO:tasks.rados.rados.0.smithi029.stdout:2539: finishing rollback tid 1 to smithi02985406-9 2024-07-27T18:29:07.051 INFO:tasks.rados.rados.0.smithi029.stdout:2539: finishing rollback tid 2 to smithi02985406-9 2024-07-27T18:29:07.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 1763 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:29:07.051 INFO:tasks.rados.rados.0.smithi029.stdout:2541: finishing rollback tid 0 to smithi02985406-47 2024-07-27T18:29:07.051 INFO:tasks.rados.rados.0.smithi029.stdout:2541: finishing rollback tid 1 to smithi02985406-47 2024-07-27T18:29:07.051 INFO:tasks.rados.rados.0.smithi029.stdout:2541: finishing rollback tid 2 to smithi02985406-47 2024-07-27T18:29:07.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 1767 (ObjNum 627 snap 188 seq_num 627) dirty exists 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:2538: done (5 left) 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:2539: done (4 left) 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:2540: done (3 left) 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:2541: done (2 left) 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:2544: done (1 left) 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:2545: rollback oid 34 current snap is 248 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 34 to 247 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:2543: finishing rollback tid 0 to smithi02985406-40 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:2543: finishing rollback tid 1 to smithi02985406-40 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:2543: finishing rollback tid 2 to smithi02985406-40 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 467 (ObjNum 767 snap 237 seq_num 767) dirty exists 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:2543: done (1 left) 2024-07-27T18:29:07.052 INFO:tasks.rados.rados.0.smithi029.stdout:2546: snap_create 2024-07-27T18:29:07.054 INFO:tasks.rados.rados.0.smithi029.stdout:2545: finishing rollback tid 0 to smithi02985406-34 2024-07-27T18:29:07.054 INFO:tasks.rados.rados.0.smithi029.stdout:2545: finishing rollback tid 1 to smithi02985406-34 2024-07-27T18:29:07.054 INFO:tasks.rados.rados.0.smithi029.stdout:2545: finishing rollback tid 2 to smithi02985406-34 2024-07-27T18:29:07.054 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 1607 (ObjNum 722 snap 222 seq_num 722) dirty exists 2024-07-27T18:29:07.068 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-mon[96870]: osdmap e577: 8 total, 8 up, 8 in 2024-07-27T18:29:07.069 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-mon[96870]: osdmap e578: 8 total, 8 up, 8 in 2024-07-27T18:29:07.069 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-mon[99353]: osdmap e577: 8 total, 8 up, 8 in 2024-07-27T18:29:07.069 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-mon[99353]: osdmap e578: 8 total, 8 up, 8 in 2024-07-27T18:29:07.069 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:06 smithi029 podman[129271]: 2024-07-27 18:29:06.800956193 +0000 UTC m=+0.835748677 container remove fd358a912ba1d8bd07f2d8ab0279365dba5f312af07aeb15f677d31df0c2c8d0 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:07.069 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:06 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-07-27T18:29:07.069 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-07-27T18:29:07.069 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 systemd[1]: Stopped Ceph node-exporter.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:29:07.069 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.a.service: Consumed 3.203s CPU time. 2024-07-27T18:29:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:07 smithi179 ceph-mon[89801]: osdmap e577: 8 total, 8 up, 8 in 2024-07-27T18:29:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:07 smithi179 ceph-mon[89801]: osdmap e578: 8 total, 8 up, 8 in 2024-07-27T18:29:07.471 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 systemd[1]: Starting Ceph node-exporter.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:29:07.725 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 podman[129403]: 2024-07-27 18:29:07.371639607 +0000 UTC m=+0.017538751 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-07-27T18:29:07.725 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 podman[129403]: 2024-07-27 18:29:07.486936285 +0000 UTC m=+0.132835428 container create 552fd7ef5507cb3d5dce38840c1efed739b030b97f14a42c92ce48dec4c50649 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:08.002 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 podman[129403]: 2024-07-27 18:29:07.723835378 +0000 UTC m=+0.369734535 container init 552fd7ef5507cb3d5dce38840c1efed739b030b97f14a42c92ce48dec4c50649 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:08.002 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 podman[129403]: 2024-07-27 18:29:07.728594731 +0000 UTC m=+0.374493879 container start 552fd7ef5507cb3d5dce38840c1efed739b030b97f14a42c92ce48dec4c50649 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:08.002 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.732Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-07-27T18:29:08.002 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.732Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-07-27T18:29:08.002 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-07-27T18:29:08.002 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-07-27T18:29:08.002 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-07-27T18:29:08.002 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-07-27T18:29:08.002 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-07-27T18:29:08.002 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=arp 2024-07-27T18:29:08.003 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=bcache 2024-07-27T18:29:08.003 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=bonding 2024-07-27T18:29:08.003 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=btrfs 2024-07-27T18:29:08.003 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=conntrack 2024-07-27T18:29:08.003 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=cpu 2024-07-27T18:29:08.003 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-07-27T18:29:08.003 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=diskstats 2024-07-27T18:29:08.004 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=dmi 2024-07-27T18:29:08.004 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=edac 2024-07-27T18:29:08.004 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=entropy 2024-07-27T18:29:08.004 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-07-27T18:29:08.004 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=filefd 2024-07-27T18:29:08.004 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=filesystem 2024-07-27T18:29:08.004 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=hwmon 2024-07-27T18:29:08.004 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=infiniband 2024-07-27T18:29:08.004 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=ipvs 2024-07-27T18:29:08.004 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=loadavg 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=mdadm 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=meminfo 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=netclass 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=netdev 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=netstat 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=nfs 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=nfsd 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=nvme 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=os 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=pressure 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=rapl 2024-07-27T18:29:08.005 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=schedstat 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=selinux 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=sockstat 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=softnet 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=stat 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=tapestats 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=textfile 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=time 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=uname 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=vmstat 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=xfs 2024-07-27T18:29:08.006 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.733Z caller=node_exporter.go:117 level=info collector=zfs 2024-07-27T18:29:08.007 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.734Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-07-27T18:29:08.007 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a[129417]: ts=2024-07-27T18:29:07.734Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-07-27T18:29:08.007 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 bash[129403]: 552fd7ef5507cb3d5dce38840c1efed739b030b97f14a42c92ce48dec4c50649 2024-07-27T18:29:08.007 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 18:29:07 smithi029 systemd[1]: Started Ceph node-exporter.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:29:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:2545: done (1 left) 2024-07-27T18:29:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:2546: done (0 left) 2024-07-27T18:29:08.048 INFO:tasks.rados.rados.0.smithi029.stdout:2547: snap_create 2024-07-27T18:29:08.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:08 smithi179 ceph-mon[89801]: pgmap v530: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 336 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 553 KiB/s rd, 1.1 MiB/s wr, 18 op/s 2024-07-27T18:29:08.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:08 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:08.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:08 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:08 smithi029 ceph-mon[96870]: pgmap v530: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 336 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 553 KiB/s rd, 1.1 MiB/s wr, 18 op/s 2024-07-27T18:29:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:08 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:08 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:08 smithi029 ceph-mon[99353]: pgmap v530: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 336 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 553 KiB/s rd, 1.1 MiB/s wr, 18 op/s 2024-07-27T18:29:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:08 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:08 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:09.053 INFO:tasks.rados.rados.0.smithi029.stdout:2547: done (0 left) 2024-07-27T18:29:09.053 INFO:tasks.rados.rados.0.smithi029.stdout:2548: snap_create 2024-07-27T18:29:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:09 smithi179 ceph-mon[89801]: osdmap e579: 8 total, 8 up, 8 in 2024-07-27T18:29:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:29:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:09 smithi029 ceph-mon[96870]: osdmap e579: 8 total, 8 up, 8 in 2024-07-27T18:29:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:29:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:09 smithi029 ceph-mon[99353]: osdmap e579: 8 total, 8 up, 8 in 2024-07-27T18:29:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:29:09.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:09 smithi179 systemd[1]: Stopping Ceph node-exporter.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:29:10.056 INFO:tasks.rados.rados.0.smithi029.stdout:2548: done (0 left) 2024-07-27T18:29:10.056 INFO:tasks.rados.rados.0.smithi029.stdout:2549: read oid 21 snap -1 2024-07-27T18:29:10.056 INFO:tasks.rados.rados.0.smithi029.stdout:2549: expect deleted 2024-07-27T18:29:10.056 INFO:tasks.rados.rados.0.smithi029.stdout:2550: delete oid 10 current snap is 251 2024-07-27T18:29:10.062 INFO:tasks.rados.rados.0.smithi029.stdout:2549: done (1 left) 2024-07-27T18:29:10.062 INFO:tasks.rados.rados.0.smithi029.stdout:2550: done (0 left) 2024-07-27T18:29:10.062 INFO:tasks.rados.rados.0.smithi029.stdout:2551: rollback oid 38 current snap is 251 2024-07-27T18:29:10.062 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 38 to 213 2024-07-27T18:29:10.063 INFO:tasks.rados.rados.0.smithi029.stdout:2552: snap_remove snap 247 2024-07-27T18:29:10.337 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:10 smithi179 ceph-mon[89801]: pgmap v533: 121 pgs: 2 active+clean+snaptrim_wait, 3 active+clean+snaptrim, 116 active+clean; 337 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 552 KiB/s rd, 611 KiB/s wr, 7 op/s 2024-07-27T18:29:10.337 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:10 smithi179 ceph-mon[89801]: osdmap e580: 8 total, 8 up, 8 in 2024-07-27T18:29:10.338 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:10 smithi179 ceph-mon[89801]: Upgrade: Updating node-exporter.b (2/2) 2024-07-27T18:29:10.338 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:10 smithi179 ceph-mon[89801]: Deploying daemon node-exporter.b on smithi179 2024-07-27T18:29:10.338 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:10 smithi179 podman[118911]: 2024-07-27 18:29:10.039142508 +0000 UTC m=+0.124143033 container died ad2d8375b49a417edeca1d91b34d360ab10021a1a4f65ba6a15ccbf8f8b66258 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-07-27T18:29:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:10 smithi029 ceph-mon[99353]: pgmap v533: 121 pgs: 2 active+clean+snaptrim_wait, 3 active+clean+snaptrim, 116 active+clean; 337 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 552 KiB/s rd, 611 KiB/s wr, 7 op/s 2024-07-27T18:29:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:10 smithi029 ceph-mon[99353]: osdmap e580: 8 total, 8 up, 8 in 2024-07-27T18:29:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:10 smithi029 ceph-mon[99353]: Upgrade: Updating node-exporter.b (2/2) 2024-07-27T18:29:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:10 smithi029 ceph-mon[99353]: Deploying daemon node-exporter.b on smithi179 2024-07-27T18:29:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:10 smithi029 ceph-mon[96870]: pgmap v533: 121 pgs: 2 active+clean+snaptrim_wait, 3 active+clean+snaptrim, 116 active+clean; 337 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 552 KiB/s rd, 611 KiB/s wr, 7 op/s 2024-07-27T18:29:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:10 smithi029 ceph-mon[96870]: osdmap e580: 8 total, 8 up, 8 in 2024-07-27T18:29:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:10 smithi029 ceph-mon[96870]: Upgrade: Updating node-exporter.b (2/2) 2024-07-27T18:29:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:10 smithi029 ceph-mon[96870]: Deploying daemon node-exporter.b on smithi179 2024-07-27T18:29:10.621 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:10 smithi179 podman[118911]: 2024-07-27 18:29:10.435058721 +0000 UTC m=+0.520059254 container cleanup ad2d8375b49a417edeca1d91b34d360ab10021a1a4f65ba6a15ccbf8f8b66258 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-07-27T18:29:10.621 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:10 smithi179 bash[118911]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b 2024-07-27T18:29:10.885 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:10 smithi179 podman[118928]: 2024-07-27 18:29:10.620110849 +0000 UTC m=+0.585042697 container remove ad2d8375b49a417edeca1d91b34d360ab10021a1a4f65ba6a15ccbf8f8b66258 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-07-27T18:29:10.885 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:10 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-07-27T18:29:10.885 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:10 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-07-27T18:29:10.885 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:10 smithi179 systemd[1]: Stopped Ceph node-exporter.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:29:10.885 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:10 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.b.service: Consumed 3.025s CPU time. 2024-07-27T18:29:11.068 INFO:tasks.rados.rados.0.smithi029.stdout:2552: done (1 left) 2024-07-27T18:29:11.068 INFO:tasks.rados.rados.0.smithi029.stdout:2553: snap_create 2024-07-27T18:29:11.068 INFO:tasks.rados.rados.0.smithi029.stdout:2551: finishing rollback tid 0 to smithi02985406-38 2024-07-27T18:29:11.068 INFO:tasks.rados.rados.0.smithi029.stdout:2551: finishing rollback tid 1 to smithi02985406-38 2024-07-27T18:29:11.068 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 1340 (ObjNum 225 snap 0 seq_num 368731680) dirty dne 2024-07-27T18:29:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-mon[89801]: osdmap e581: 8 total, 8 up, 8 in 2024-07-27T18:29:11.163 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 systemd[1]: Starting Ceph node-exporter.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:29:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:11 smithi029 ceph-mon[96870]: osdmap e581: 8 total, 8 up, 8 in 2024-07-27T18:29:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:11 smithi029 ceph-mon[99353]: osdmap e581: 8 total, 8 up, 8 in 2024-07-27T18:29:11.574 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 podman[119061]: 2024-07-27 18:29:11.189410895 +0000 UTC m=+0.016391148 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-07-27T18:29:11.575 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 podman[119061]: 2024-07-27 18:29:11.296325057 +0000 UTC m=+0.123305307 container create 9dc2057dcc251ee4d14f7ebbc5c8252d4a4195ce5952e5d70e14c4c87718868c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-07-27T18:29:11.575 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 podman[119061]: 2024-07-27 18:29:11.573658517 +0000 UTC m=+0.400638774 container init 9dc2057dcc251ee4d14f7ebbc5c8252d4a4195ce5952e5d70e14c4c87718868c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-07-27T18:29:11.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 podman[119061]: 2024-07-27 18:29:11.578652672 +0000 UTC m=+0.405632923 container start 9dc2057dcc251ee4d14f7ebbc5c8252d4a4195ce5952e5d70e14c4c87718868c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-07-27T18:29:11.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.582Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-07-27T18:29:11.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.582Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-07-27T18:29:11.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-07-27T18:29:11.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-07-27T18:29:11.913 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-07-27T18:29:11.914 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-07-27T18:29:11.914 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-07-27T18:29:11.914 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=arp 2024-07-27T18:29:11.914 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=bcache 2024-07-27T18:29:11.914 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=bonding 2024-07-27T18:29:11.914 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=btrfs 2024-07-27T18:29:11.914 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=conntrack 2024-07-27T18:29:11.914 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=cpu 2024-07-27T18:29:11.914 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-07-27T18:29:11.914 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=diskstats 2024-07-27T18:29:11.915 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=dmi 2024-07-27T18:29:11.915 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=edac 2024-07-27T18:29:11.915 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=entropy 2024-07-27T18:29:11.915 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-07-27T18:29:11.915 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=filefd 2024-07-27T18:29:11.915 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=filesystem 2024-07-27T18:29:11.915 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=hwmon 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=infiniband 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=ipvs 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=loadavg 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=mdadm 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=meminfo 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=netclass 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=netdev 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=netstat 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=nfs 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=nfsd 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=nvme 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=os 2024-07-27T18:29:11.916 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-07-27T18:29:11.917 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=pressure 2024-07-27T18:29:11.917 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=rapl 2024-07-27T18:29:11.917 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=schedstat 2024-07-27T18:29:11.917 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=selinux 2024-07-27T18:29:11.917 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=sockstat 2024-07-27T18:29:11.917 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=softnet 2024-07-27T18:29:11.917 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=stat 2024-07-27T18:29:11.917 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=tapestats 2024-07-27T18:29:11.917 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=textfile 2024-07-27T18:29:11.917 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-07-27T18:29:11.918 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=time 2024-07-27T18:29:11.918 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-07-27T18:29:11.918 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=uname 2024-07-27T18:29:11.918 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=vmstat 2024-07-27T18:29:11.918 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=xfs 2024-07-27T18:29:11.918 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.583Z caller=node_exporter.go:117 level=info collector=zfs 2024-07-27T18:29:11.919 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.584Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-07-27T18:29:11.919 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b[119075]: ts=2024-07-27T18:29:11.584Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-07-27T18:29:11.919 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 bash[119061]: 9dc2057dcc251ee4d14f7ebbc5c8252d4a4195ce5952e5d70e14c4c87718868c 2024-07-27T18:29:11.919 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 18:29:11 smithi179 systemd[1]: Started Ceph node-exporter.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:29:12.018 INFO:tasks.rados.rados.0.smithi029.stdout:2551: done (1 left) 2024-07-27T18:29:12.018 INFO:tasks.rados.rados.0.smithi029.stdout:2553: done (0 left) 2024-07-27T18:29:12.019 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 252 2024-07-27T18:29:12.019 INFO:tasks.rados.rados.0.smithi029.stdout:2554: seq_num 795 ranges {1933312=524288,2457600=417792,2875392=385024} 2024-07-27T18:29:12.032 INFO:tasks.rados.rados.0.smithi029.stdout:2554: writing smithi02985406-40 from 1933312 to 2457600 tid 1 2024-07-27T18:29:12.035 INFO:tasks.rados.rados.0.smithi029.stdout:2554: writing smithi02985406-40 from 2457600 to 2875392 tid 2 2024-07-27T18:29:12.037 INFO:tasks.rados.rados.0.smithi029.stdout:2554: writing smithi02985406-40 from 2875392 to 3260416 tid 3 2024-07-27T18:29:12.038 INFO:tasks.rados.rados.0.smithi029.stdout:2555: setattr oid 18 current snap is 252 2024-07-27T18:29:12.040 INFO:tasks.rados.rados.0.smithi029.stdout:2554: finishing write tid 1 to smithi02985406-40 2024-07-27T18:29:12.041 INFO:tasks.rados.rados.0.smithi029.stdout:2554: finishing write tid 2 to smithi02985406-40 2024-07-27T18:29:12.041 INFO:tasks.rados.rados.0.smithi029.stdout:2556: setattr oid 7 current snap is 252 2024-07-27T18:29:12.042 INFO:tasks.rados.rados.0.smithi029.stdout:2554: finishing write tid 3 to smithi02985406-40 2024-07-27T18:29:12.042 INFO:tasks.rados.rados.0.smithi029.stdout:2554: finishing write tid 4 to smithi02985406-40 2024-07-27T18:29:12.044 INFO:tasks.rados.rados.0.smithi029.stdout:2557: rollback oid 12 current snap is 252 2024-07-27T18:29:12.044 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 12 to 242 2024-07-27T18:29:12.045 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 252 2024-07-27T18:29:12.045 INFO:tasks.rados.rados.0.smithi029.stdout:2554: finishing write tid 5 to smithi02985406-40 2024-07-27T18:29:12.045 INFO:tasks.rados.rados.0.smithi029.stdout:2554: oid 40 updating version 0 to 469 2024-07-27T18:29:12.045 INFO:tasks.rados.rados.0.smithi029.stdout:2554: oid 40 updating version 469 to 471 2024-07-27T18:29:12.045 INFO:tasks.rados.rados.0.smithi029.stdout:2554: oid 40 version 471 is already newer than 468 2024-07-27T18:29:12.045 INFO:tasks.rados.rados.0.smithi029.stdout:2554: oid 40 version 471 is already newer than 470 2024-07-27T18:29:12.045 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 471 (ObjNum 795 snap 252 seq_num 795) dirty exists 2024-07-27T18:29:12.045 INFO:tasks.rados.rados.0.smithi029.stdout:2554: left oid 40 (ObjNum 795 snap 252 seq_num 795) 2024-07-27T18:29:12.045 INFO:tasks.rados.rados.0.smithi029.stdout:2558: seq_num 796 ranges {11927552=540672,12468224=704512,13172736=98304} 2024-07-27T18:29:12.113 INFO:tasks.rados.rados.0.smithi029.stdout:2558: writing smithi02985406-4 from 11927552 to 12468224 tid 1 2024-07-27T18:29:12.117 INFO:tasks.rados.rados.0.smithi029.stdout:2558: writing smithi02985406-4 from 12468224 to 13172736 tid 2 2024-07-27T18:29:12.119 INFO:tasks.rados.rados.0.smithi029.stdout:2558: writing smithi02985406-4 from 13172736 to 13271040 tid 3 2024-07-27T18:29:12.119 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 1784 (ObjNum 33 snap 0 seq_num 1549952616) dirty exists 2024-07-27T18:29:12.119 INFO:tasks.rados.rados.0.smithi029.stdout:2557: finishing rollback tid 0 to smithi02985406-12 2024-07-27T18:29:12.119 INFO:tasks.rados.rados.0.smithi029.stdout:2557: finishing rollback tid 1 to smithi02985406-12 2024-07-27T18:29:12.119 INFO:tasks.rados.rados.0.smithi029.stdout:2557: finishing rollback tid 2 to smithi02985406-12 2024-07-27T18:29:12.119 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 1467 (ObjNum 651 snap 198 seq_num 651) dirty exists 2024-07-27T18:29:12.119 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1723 (ObjNum 737 snap 226 seq_num 737) dirty exists 2024-07-27T18:29:12.119 INFO:tasks.rados.rados.0.smithi029.stdout:2554: done (4 left) 2024-07-27T18:29:12.119 INFO:tasks.rados.rados.0.smithi029.stdout:2555: done (3 left) 2024-07-27T18:29:12.120 INFO:tasks.rados.rados.0.smithi029.stdout:2556: done (2 left) 2024-07-27T18:29:12.120 INFO:tasks.rados.rados.0.smithi029.stdout:2557: done (1 left) 2024-07-27T18:29:12.120 INFO:tasks.rados.rados.0.smithi029.stdout:2559: read oid 35 snap 213 2024-07-27T18:29:12.120 INFO:tasks.rados.rados.0.smithi029.stdout:2559: expect (ObjNum 690 snap 209 seq_num 690) 2024-07-27T18:29:12.120 INFO:tasks.rados.rados.0.smithi029.stdout:2560: rmattr oid 49 current snap is 252 2024-07-27T18:29:12.120 INFO:tasks.rados.rados.0.smithi029.stdout:2560: done (2 left) 2024-07-27T18:29:12.120 INFO:tasks.rados.rados.0.smithi029.stdout:2561: delete oid 42 current snap is 252 2024-07-27T18:29:12.120 INFO:tasks.rados.rados.0.smithi029.stdout:2558: finishing write tid 1 to smithi02985406-4 2024-07-27T18:29:12.122 INFO:tasks.rados.rados.0.smithi029.stdout:2561: done (2 left) 2024-07-27T18:29:12.122 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 252 2024-07-27T18:29:12.122 INFO:tasks.rados.rados.0.smithi029.stdout:2562: seq_num 798 ranges {4620288=573440,5193728=466944,5660672=335872} 2024-07-27T18:29:12.152 INFO:tasks.rados.rados.0.smithi029.stdout:2562: writing smithi02985406-7 from 4620288 to 5193728 tid 1 2024-07-27T18:29:12.155 INFO:tasks.rados.rados.0.smithi029.stdout:2562: writing smithi02985406-7 from 5193728 to 5660672 tid 2 2024-07-27T18:29:12.157 INFO:tasks.rados.rados.0.smithi029.stdout:2562: writing smithi02985406-7 from 5660672 to 5996544 tid 3 2024-07-27T18:29:12.157 INFO:tasks.rados.rados.0.smithi029.stdout:2563: delete oid 25 current snap is 252 2024-07-27T18:29:12.158 INFO:tasks.rados.rados.0.smithi029.stdout:2558: finishing write tid 2 to smithi02985406-4 2024-07-27T18:29:12.158 INFO:tasks.rados.rados.0.smithi029.stdout:2558: finishing write tid 3 to smithi02985406-4 2024-07-27T18:29:12.158 INFO:tasks.rados.rados.0.smithi029.stdout:2558: finishing write tid 4 to smithi02985406-4 2024-07-27T18:29:12.158 INFO:tasks.rados.rados.0.smithi029.stdout:2558: finishing write tid 5 to smithi02985406-4 2024-07-27T18:29:12.158 INFO:tasks.rados.rados.0.smithi029.stdout:2558: oid 4 updating version 0 to 1608 2024-07-27T18:29:12.158 INFO:tasks.rados.rados.0.smithi029.stdout:2558: oid 4 updating version 1608 to 1610 2024-07-27T18:29:12.158 INFO:tasks.rados.rados.0.smithi029.stdout:2558: oid 4 version 1610 is already newer than 1609 2024-07-27T18:29:12.158 INFO:tasks.rados.rados.0.smithi029.stdout:2558: oid 4 updating version 1610 to 1611 2024-07-27T18:29:12.158 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1611 (ObjNum 796 snap 252 seq_num 796) dirty exists 2024-07-27T18:29:12.158 INFO:tasks.rados.rados.0.smithi029.stdout:2558: left oid 4 (ObjNum 796 snap 252 seq_num 796) 2024-07-27T18:29:12.159 INFO:tasks.rados.rados.0.smithi029.stdout:2559: expect (ObjNum 690 snap 209 seq_num 690) 2024-07-27T18:29:12.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-mon[96870]: pgmap v536: 121 pgs: 2 active+clean+snaptrim_wait, 3 active+clean+snaptrim, 116 active+clean; 336 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 599 KiB/s wr, 3 op/s 2024-07-27T18:29:12.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-mon[96870]: osdmap e582: 8 total, 8 up, 8 in 2024-07-27T18:29:12.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:12.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:12.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:12.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-mon[96870]: osdmap e583: 8 total, 8 up, 8 in 2024-07-27T18:29:12.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-mon[99353]: pgmap v536: 121 pgs: 2 active+clean+snaptrim_wait, 3 active+clean+snaptrim, 116 active+clean; 336 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 599 KiB/s wr, 3 op/s 2024-07-27T18:29:12.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-mon[99353]: osdmap e582: 8 total, 8 up, 8 in 2024-07-27T18:29:12.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:12.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:12.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:12.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-mon[99353]: osdmap e583: 8 total, 8 up, 8 in 2024-07-27T18:29:12.361 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:12 smithi179 ceph-mon[89801]: pgmap v536: 121 pgs: 2 active+clean+snaptrim_wait, 3 active+clean+snaptrim, 116 active+clean; 336 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 599 KiB/s wr, 3 op/s 2024-07-27T18:29:12.361 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:12 smithi179 ceph-mon[89801]: osdmap e582: 8 total, 8 up, 8 in 2024-07-27T18:29:12.361 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:12.361 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:12.361 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:12.361 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:12 smithi179 ceph-mon[89801]: osdmap e583: 8 total, 8 up, 8 in 2024-07-27T18:29:12.649 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:29:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:29:12] "GET /metrics HTTP/1.1" 200 36351 "" "Prometheus/2.43.0" 2024-07-27T18:29:12.687 INFO:tasks.rados.rados.0.smithi029.stdout:2562: finishing write tid 1 to smithi02985406-7 2024-07-27T18:29:12.687 INFO:tasks.rados.rados.0.smithi029.stdout:2562: finishing write tid 2 to smithi02985406-7 2024-07-27T18:29:12.687 INFO:tasks.rados.rados.0.smithi029.stdout:2562: finishing write tid 3 to smithi02985406-7 2024-07-27T18:29:12.687 INFO:tasks.rados.rados.0.smithi029.stdout:2562: finishing write tid 4 to smithi02985406-7 2024-07-27T18:29:12.687 INFO:tasks.rados.rados.0.smithi029.stdout:2562: finishing write tid 5 to smithi02985406-7 2024-07-27T18:29:12.687 INFO:tasks.rados.rados.0.smithi029.stdout:2562: oid 7 updating version 0 to 1727 2024-07-27T18:29:12.687 INFO:tasks.rados.rados.0.smithi029.stdout:2562: oid 7 version 1727 is already newer than 1725 2024-07-27T18:29:12.687 INFO:tasks.rados.rados.0.smithi029.stdout:2562: oid 7 version 1727 is already newer than 1726 2024-07-27T18:29:12.687 INFO:tasks.rados.rados.0.smithi029.stdout:2562: oid 7 version 1727 is already newer than 1724 2024-07-27T18:29:12.687 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1727 (ObjNum 798 snap 252 seq_num 798) dirty exists 2024-07-27T18:29:12.688 INFO:tasks.rados.rados.0.smithi029.stdout:2562: left oid 7 (ObjNum 798 snap 252 seq_num 798) 2024-07-27T18:29:12.688 INFO:tasks.rados.rados.0.smithi029.stdout:2558: done (3 left) 2024-07-27T18:29:12.688 INFO:tasks.rados.rados.0.smithi029.stdout:2559: done (2 left) 2024-07-27T18:29:12.688 INFO:tasks.rados.rados.0.smithi029.stdout:2562: done (1 left) 2024-07-27T18:29:12.688 INFO:tasks.rados.rados.0.smithi029.stdout:2563: done (0 left) 2024-07-27T18:29:12.688 INFO:tasks.rados.rados.0.smithi029.stdout:2564: rmattr oid 23 current snap is 252 2024-07-27T18:29:12.688 INFO:tasks.rados.rados.0.smithi029.stdout:2564: done (0 left) 2024-07-27T18:29:12.688 INFO:tasks.rados.rados.0.smithi029.stdout:2565: read oid 18 snap 213 2024-07-27T18:29:12.688 INFO:tasks.rados.rados.0.smithi029.stdout:2565: expect deleted 2024-07-27T18:29:12.688 INFO:tasks.rados.rados.0.smithi029.stdout:2566: snap_create 2024-07-27T18:29:13.069 INFO:tasks.rados.rados.0.smithi029.stdout:2565: done (1 left) 2024-07-27T18:29:13.069 INFO:tasks.rados.rados.0.smithi029.stdout:2566: done (0 left) 2024-07-27T18:29:13.069 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 27 current snap is 253 2024-07-27T18:29:13.069 INFO:tasks.rados.rados.0.smithi029.stdout:2567: seq_num 800 ranges {12951552=606208,13557760=688128,14245888=114688} 2024-07-27T18:29:13.144 INFO:tasks.rados.rados.0.smithi029.stdout:2567: writing smithi02985406-27 from 12951552 to 13557760 tid 1 2024-07-27T18:29:13.147 INFO:tasks.rados.rados.0.smithi029.stdout:2567: writing smithi02985406-27 from 13557760 to 14245888 tid 2 2024-07-27T18:29:13.148 INFO:tasks.rados.rados.0.smithi029.stdout:2567: writing smithi02985406-27 from 14245888 to 14360576 tid 3 2024-07-27T18:29:13.148 INFO:tasks.rados.rados.0.smithi029.stdout:2568: setattr oid 31 current snap is 253 2024-07-27T18:29:13.153 INFO:tasks.rados.rados.0.smithi029.stdout:2569: read oid 26 snap -1 2024-07-27T18:29:13.154 INFO:tasks.rados.rados.0.smithi029.stdout:2569: expect (ObjNum 778 snap 240 seq_num 778) 2024-07-27T18:29:13.154 INFO:tasks.rados.rados.0.smithi029.stdout:2570: rollback oid 36 current snap is 253 2024-07-27T18:29:13.154 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 36 to 245 2024-07-27T18:29:13.154 INFO:tasks.rados.rados.0.smithi029.stdout:2571: rmattr oid 2 current snap is 253 2024-07-27T18:29:13.154 INFO:tasks.rados.rados.0.smithi029.stdout:2571: done (4 left) 2024-07-27T18:29:13.154 INFO:tasks.rados.rados.0.smithi029.stdout:2572: delete oid 34 current snap is 253 2024-07-27T18:29:13.154 INFO:tasks.rados.rados.0.smithi029.stdout:2567: finishing write tid 1 to smithi02985406-27 2024-07-27T18:29:13.155 INFO:tasks.rados.rados.0.smithi029.stdout:2567: finishing write tid 2 to smithi02985406-27 2024-07-27T18:29:13.155 INFO:tasks.rados.rados.0.smithi029.stdout:2572: done (4 left) 2024-07-27T18:29:13.155 INFO:tasks.rados.rados.0.smithi029.stdout:2573: delete oid 48 current snap is 253 2024-07-27T18:29:13.158 INFO:tasks.rados.rados.0.smithi029.stdout:2570: finishing rollback tid 0 to smithi02985406-36 2024-07-27T18:29:13.159 INFO:tasks.rados.rados.0.smithi029.stdout:2567: finishing write tid 3 to smithi02985406-27 2024-07-27T18:29:13.159 INFO:tasks.rados.rados.0.smithi029.stdout:2567: finishing write tid 4 to smithi02985406-27 2024-07-27T18:29:13.160 INFO:tasks.rados.rados.0.smithi029.stdout:2567: finishing write tid 5 to smithi02985406-27 2024-07-27T18:29:13.160 INFO:tasks.rados.rados.0.smithi029.stdout:2567: oid 27 updating version 0 to 1729 2024-07-27T18:29:13.160 INFO:tasks.rados.rados.0.smithi029.stdout:2567: oid 27 updating version 1729 to 1732 2024-07-27T18:29:13.160 INFO:tasks.rados.rados.0.smithi029.stdout:2567: oid 27 version 1732 is already newer than 1730 2024-07-27T18:29:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:2567: oid 27 version 1732 is already newer than 1731 2024-07-27T18:29:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1732 (ObjNum 800 snap 253 seq_num 800) dirty exists 2024-07-27T18:29:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:2567: left oid 27 (ObjNum 800 snap 253 seq_num 800) 2024-07-27T18:29:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 1468 (ObjNum 766 snap 237 seq_num 766) dirty exists 2024-07-27T18:29:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:2570: finishing rollback tid 1 to smithi02985406-36 2024-07-27T18:29:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:2567: done (4 left) 2024-07-27T18:29:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:2568: done (3 left) 2024-07-27T18:29:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:2573: done (2 left) 2024-07-27T18:29:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:2574: snap_create 2024-07-27T18:29:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:2570: finishing rollback tid 2 to smithi02985406-36 2024-07-27T18:29:13.162 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 429 (ObjNum 785 snap 242 seq_num 785) dirty exists 2024-07-27T18:29:13.163 INFO:tasks.rados.rados.0.smithi029.stdout:2569: expect (ObjNum 778 snap 240 seq_num 778) 2024-07-27T18:29:14.073 INFO:tasks.rados.rados.0.smithi029.stdout:2569: done (2 left) 2024-07-27T18:29:14.073 INFO:tasks.rados.rados.0.smithi029.stdout:2570: done (1 left) 2024-07-27T18:29:14.073 INFO:tasks.rados.rados.0.smithi029.stdout:2574: done (0 left) 2024-07-27T18:29:14.073 INFO:tasks.rados.rados.0.smithi029.stdout:2575: rmattr oid 43 current snap is 254 2024-07-27T18:29:14.074 INFO:tasks.rados.rados.0.smithi029.stdout:2575: done (0 left) 2024-07-27T18:29:14.074 INFO:tasks.rados.rados.0.smithi029.stdout:2576: read oid 11 snap -1 2024-07-27T18:29:14.074 INFO:tasks.rados.rados.0.smithi029.stdout:2576: expect deleted 2024-07-27T18:29:14.074 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 254 2024-07-27T18:29:14.074 INFO:tasks.rados.rados.0.smithi029.stdout:2577: seq_num 803 ranges {1187840=655360,1843200=745472,2588672=57344} 2024-07-27T18:29:14.083 INFO:tasks.rados.rados.0.smithi029.stdout:2577: writing smithi02985406-23 from 1187840 to 1843200 tid 1 2024-07-27T18:29:14.087 INFO:tasks.rados.rados.0.smithi029.stdout:2577: writing smithi02985406-23 from 1843200 to 2588672 tid 2 2024-07-27T18:29:14.088 INFO:tasks.rados.rados.0.smithi029.stdout:2577: writing smithi02985406-23 from 2588672 to 2646016 tid 3 2024-07-27T18:29:14.088 INFO:tasks.rados.rados.0.smithi029.stdout:2578: read oid 2 snap -1 2024-07-27T18:29:14.088 INFO:tasks.rados.rados.0.smithi029.stdout:2578: expect deleted 2024-07-27T18:29:14.088 INFO:tasks.rados.rados.0.smithi029.stdout:2579: setattr oid 5 current snap is 254 2024-07-27T18:29:14.090 INFO:tasks.rados.rados.0.smithi029.stdout:2577: finishing write tid 1 to smithi02985406-23 2024-07-27T18:29:14.091 INFO:tasks.rados.rados.0.smithi029.stdout:2576: done (3 left) 2024-07-27T18:29:14.091 INFO:tasks.rados.rados.0.smithi029.stdout:2578: done (2 left) 2024-07-27T18:29:14.091 INFO:tasks.rados.rados.0.smithi029.stdout:2580: read oid 17 snap 213 2024-07-27T18:29:14.091 INFO:tasks.rados.rados.0.smithi029.stdout:2580: expect (ObjNum 688 snap 207 seq_num 688) 2024-07-27T18:29:14.091 INFO:tasks.rados.rados.0.smithi029.stdout:2581: snap_create 2024-07-27T18:29:14.091 INFO:tasks.rados.rados.0.smithi029.stdout:2577: finishing write tid 2 to smithi02985406-23 2024-07-27T18:29:14.092 INFO:tasks.rados.rados.0.smithi029.stdout:2577: finishing write tid 3 to smithi02985406-23 2024-07-27T18:29:14.092 INFO:tasks.rados.rados.0.smithi029.stdout:2577: finishing write tid 4 to smithi02985406-23 2024-07-27T18:29:14.093 INFO:tasks.rados.rados.0.smithi029.stdout:2577: finishing write tid 5 to smithi02985406-23 2024-07-27T18:29:14.093 INFO:tasks.rados.rados.0.smithi029.stdout:2577: oid 23 updating version 0 to 1448 2024-07-27T18:29:14.093 INFO:tasks.rados.rados.0.smithi029.stdout:2577: oid 23 updating version 1448 to 1450 2024-07-27T18:29:14.094 INFO:tasks.rados.rados.0.smithi029.stdout:2577: oid 23 version 1450 is already newer than 1449 2024-07-27T18:29:14.094 INFO:tasks.rados.rados.0.smithi029.stdout:2577: oid 23 version 1450 is already newer than 1447 2024-07-27T18:29:14.094 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1450 (ObjNum 803 snap 254 seq_num 803) dirty exists 2024-07-27T18:29:14.094 INFO:tasks.rados.rados.0.smithi029.stdout:2577: left oid 23 (ObjNum 803 snap 254 seq_num 803) 2024-07-27T18:29:14.094 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1736 (ObjNum 739 snap 226 seq_num 739) dirty exists 2024-07-27T18:29:14.114 INFO:tasks.rados.rados.0.smithi029.stdout:2580: expect (ObjNum 688 snap 207 seq_num 688) 2024-07-27T18:29:14.317 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:14 smithi029 ceph-mon[96870]: pgmap v539: 121 pgs: 121 active+clean; 325 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 290 KiB/s wr, 3 op/s 2024-07-27T18:29:14.317 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:14 smithi029 ceph-mon[96870]: osdmap e584: 8 total, 8 up, 8 in 2024-07-27T18:29:14.317 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:14 smithi029 ceph-mon[99353]: pgmap v539: 121 pgs: 121 active+clean; 325 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 290 KiB/s wr, 3 op/s 2024-07-27T18:29:14.317 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:14 smithi029 ceph-mon[99353]: osdmap e584: 8 total, 8 up, 8 in 2024-07-27T18:29:14.367 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:14 smithi179 ceph-mon[89801]: pgmap v539: 121 pgs: 121 active+clean; 325 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 290 KiB/s wr, 3 op/s 2024-07-27T18:29:14.368 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:14 smithi179 ceph-mon[89801]: osdmap e584: 8 total, 8 up, 8 in 2024-07-27T18:29:15.078 INFO:tasks.rados.rados.0.smithi029.stdout:2577: done (3 left) 2024-07-27T18:29:15.078 INFO:tasks.rados.rados.0.smithi029.stdout:2579: done (2 left) 2024-07-27T18:29:15.079 INFO:tasks.rados.rados.0.smithi029.stdout:2580: done (1 left) 2024-07-27T18:29:15.079 INFO:tasks.rados.rados.0.smithi029.stdout:2581: done (0 left) 2024-07-27T18:29:15.079 INFO:tasks.rados.rados.0.smithi029.stdout:2582: setattr oid 39 current snap is 255 2024-07-27T18:29:15.081 INFO:tasks.rados.rados.0.smithi029.stdout:2583: rmattr oid 7 current snap is 255 2024-07-27T18:29:15.081 INFO:tasks.rados.rados.0.smithi029.stdout:2584: read oid 26 snap -1 2024-07-27T18:29:15.081 INFO:tasks.rados.rados.0.smithi029.stdout:2584: expect (ObjNum 778 snap 240 seq_num 778) 2024-07-27T18:29:15.081 INFO:tasks.rados.rados.0.smithi029.stdout:2585: read oid 25 snap -1 2024-07-27T18:29:15.081 INFO:tasks.rados.rados.0.smithi029.stdout:2585: expect deleted 2024-07-27T18:29:15.081 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 255 2024-07-27T18:29:15.081 INFO:tasks.rados.rados.0.smithi029.stdout:2586: seq_num 804 ranges {13271040=671744,13942784=622592,14565376=180224} 2024-07-27T18:29:15.157 INFO:tasks.rados.rados.0.smithi029.stdout:2586: writing smithi02985406-4 from 13271040 to 13942784 tid 1 2024-07-27T18:29:15.161 INFO:tasks.rados.rados.0.smithi029.stdout:2586: writing smithi02985406-4 from 13942784 to 14565376 tid 2 2024-07-27T18:29:15.162 INFO:tasks.rados.rados.0.smithi029.stdout:2586: writing smithi02985406-4 from 14565376 to 14745600 tid 3 2024-07-27T18:29:15.163 INFO:tasks.rados.rados.0.smithi029.stdout:2587: snap_create 2024-07-27T18:29:15.163 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 1437 (ObjNum 699 snap 215 seq_num 699) dirty exists 2024-07-27T18:29:15.163 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1738 (ObjNum 798 snap 252 seq_num 798) dirty exists 2024-07-27T18:29:15.163 INFO:tasks.rados.rados.0.smithi029.stdout:2584: expect (ObjNum 778 snap 240 seq_num 778) 2024-07-27T18:29:15.225 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:15 smithi179 ceph-mon[89801]: osdmap e585: 8 total, 8 up, 8 in 2024-07-27T18:29:15.225 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:15 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:15.225 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:15 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:15.283 INFO:tasks.rados.rados.0.smithi029.stdout:2586: finishing write tid 1 to smithi02985406-4 2024-07-27T18:29:15.283 INFO:tasks.rados.rados.0.smithi029.stdout:2586: finishing write tid 2 to smithi02985406-4 2024-07-27T18:29:15.283 INFO:tasks.rados.rados.0.smithi029.stdout:2586: finishing write tid 3 to smithi02985406-4 2024-07-27T18:29:15.283 INFO:tasks.rados.rados.0.smithi029.stdout:2586: finishing write tid 4 to smithi02985406-4 2024-07-27T18:29:15.283 INFO:tasks.rados.rados.0.smithi029.stdout:2586: finishing write tid 5 to smithi02985406-4 2024-07-27T18:29:15.283 INFO:tasks.rados.rados.0.smithi029.stdout:2586: oid 4 updating version 0 to 1614 2024-07-27T18:29:15.284 INFO:tasks.rados.rados.0.smithi029.stdout:2586: oid 4 version 1614 is already newer than 1613 2024-07-27T18:29:15.284 INFO:tasks.rados.rados.0.smithi029.stdout:2586: oid 4 updating version 1614 to 1615 2024-07-27T18:29:15.284 INFO:tasks.rados.rados.0.smithi029.stdout:2586: oid 4 updating version 1615 to 1616 2024-07-27T18:29:15.284 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1616 (ObjNum 804 snap 255 seq_num 804) dirty exists 2024-07-27T18:29:15.284 INFO:tasks.rados.rados.0.smithi029.stdout:2586: left oid 4 (ObjNum 804 snap 255 seq_num 804) 2024-07-27T18:29:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:15 smithi029 ceph-mon[96870]: osdmap e585: 8 total, 8 up, 8 in 2024-07-27T18:29:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:15 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:15 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:15 smithi029 ceph-mon[99353]: osdmap e585: 8 total, 8 up, 8 in 2024-07-27T18:29:15.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:15 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:15.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:15 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.083 INFO:tasks.rados.rados.0.smithi029.stdout:2582: done (5 left) 2024-07-27T18:29:16.084 INFO:tasks.rados.rados.0.smithi029.stdout:2583: done (4 left) 2024-07-27T18:29:16.084 INFO:tasks.rados.rados.0.smithi029.stdout:2584: done (3 left) 2024-07-27T18:29:16.084 INFO:tasks.rados.rados.0.smithi029.stdout:2585: done (2 left) 2024-07-27T18:29:16.084 INFO:tasks.rados.rados.0.smithi029.stdout:2586: done (1 left) 2024-07-27T18:29:16.084 INFO:tasks.rados.rados.0.smithi029.stdout:2587: done (0 left) 2024-07-27T18:29:16.084 INFO:tasks.rados.rados.0.smithi029.stdout:2588: copy_from oid 27 from oid 9 current snap is 256 2024-07-27T18:29:16.084 INFO:tasks.rados.rados.0.smithi029.stdout:2589: read oid 16 snap 254 2024-07-27T18:29:16.084 INFO:tasks.rados.rados.0.smithi029.stdout:2589: expect (ObjNum 785 snap 242 seq_num 785) 2024-07-27T18:29:16.084 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 256 2024-07-27T18:29:16.084 INFO:tasks.rados.rados.0.smithi029.stdout:2590: seq_num 805 ranges {2211840=688128,2899968=507904,3407872=294912} 2024-07-27T18:29:16.099 INFO:tasks.rados.rados.0.smithi029.stdout:2590: writing smithi02985406-36 from 2211840 to 2899968 tid 1 2024-07-27T18:29:16.102 INFO:tasks.rados.rados.0.smithi029.stdout:2590: writing smithi02985406-36 from 2899968 to 3407872 tid 2 2024-07-27T18:29:16.104 INFO:tasks.rados.rados.0.smithi029.stdout:2590: writing smithi02985406-36 from 3407872 to 3702784 tid 3 2024-07-27T18:29:16.104 INFO:tasks.rados.rados.0.smithi029.stdout:2591: setattr oid 44 current snap is 256 2024-07-27T18:29:16.104 INFO:tasks.rados.rados.0.smithi029.stdout:2588: finishing copy_from racing read to smithi02985406-27 2024-07-27T18:29:16.104 INFO:tasks.rados.rados.0.smithi029.stdout:2589: expect (ObjNum 785 snap 242 seq_num 785) 2024-07-27T18:29:16.182 INFO:tasks.rados.rados.0.smithi029.stdout:2588: finishing copy_from to smithi02985406-27 2024-07-27T18:29:16.182 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1763 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:29:16.182 INFO:tasks.rados.rados.0.smithi029.stdout:2590: finishing write tid 1 to smithi02985406-36 2024-07-27T18:29:16.182 INFO:tasks.rados.rados.0.smithi029.stdout:2590: finishing write tid 2 to smithi02985406-36 2024-07-27T18:29:16.182 INFO:tasks.rados.rados.0.smithi029.stdout:2590: finishing write tid 3 to smithi02985406-36 2024-07-27T18:29:16.182 INFO:tasks.rados.rados.0.smithi029.stdout:2590: finishing write tid 4 to smithi02985406-36 2024-07-27T18:29:16.182 INFO:tasks.rados.rados.0.smithi029.stdout:2590: finishing write tid 5 to smithi02985406-36 2024-07-27T18:29:16.182 INFO:tasks.rados.rados.0.smithi029.stdout:2590: oid 36 updating version 0 to 433 2024-07-27T18:29:16.182 INFO:tasks.rados.rados.0.smithi029.stdout:2590: oid 36 updating version 433 to 434 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:2590: oid 36 version 434 is already newer than 431 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:2590: oid 36 version 434 is already newer than 432 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 434 (ObjNum 805 snap 256 seq_num 805) dirty exists 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:2590: left oid 36 (ObjNum 805 snap 256 seq_num 805) 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:2588: done (3 left) 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:2589: done (2 left) 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:2590: done (1 left) 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:2592: copy_from oid 29 from oid 48 current snap is 256 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:2593: read oid 1 snap -1 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:2593: expect (ObjNum 671 snap 201 seq_num 671) 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:2594: read oid 19 snap 254 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:2594: expect (ObjNum 627 snap 188 seq_num 627) 2024-07-27T18:29:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:2595: delete oid 42 current snap is 256 2024-07-27T18:29:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:2592: finishing copy_from to smithi02985406-29 2024-07-27T18:29:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:2592: got expected ENOENT (src dne) 2024-07-27T18:29:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:2592: finishing copy_from racing read to smithi02985406-29 2024-07-27T18:29:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:2592: done (4 left) 2024-07-27T18:29:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:2595: done (3 left) 2024-07-27T18:29:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 256 2024-07-27T18:29:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:2596: seq_num 807 ranges {8708096=720896,9428992=729088,10158080=73728} 2024-07-27T18:29:16.236 INFO:tasks.rados.rados.0.smithi029.stdout:2596: writing smithi02985406-12 from 8708096 to 9428992 tid 1 2024-07-27T18:29:16.240 INFO:tasks.rados.rados.0.smithi029.stdout:2596: writing smithi02985406-12 from 9428992 to 10158080 tid 2 2024-07-27T18:29:16.241 INFO:tasks.rados.rados.0.smithi029.stdout:2596: writing smithi02985406-12 from 10158080 to 10231808 tid 3 2024-07-27T18:29:16.241 INFO:tasks.rados.rados.0.smithi029.stdout:2597: rmattr oid 32 current snap is 256 2024-07-27T18:29:16.241 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1514 (ObjNum 717 snap 220 seq_num 717) dirty exists 2024-07-27T18:29:16.241 INFO:tasks.rados.rados.0.smithi029.stdout:2594: expect (ObjNum 627 snap 188 seq_num 627) 2024-07-27T18:29:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[96870]: pgmap v542: 121 pgs: 121 active+clean; 325 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 324 KiB/s wr, 8 op/s 2024-07-27T18:29:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[96870]: osdmap e586: 8 total, 8 up, 8 in 2024-07-27T18:29:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[99353]: pgmap v542: 121 pgs: 121 active+clean; 325 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 324 KiB/s wr, 8 op/s 2024-07-27T18:29:16.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[99353]: osdmap e586: 8 total, 8 up, 8 in 2024-07-27T18:29:16.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:16 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:16 smithi179 ceph-mon[89801]: pgmap v542: 121 pgs: 121 active+clean; 325 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 324 KiB/s wr, 8 op/s 2024-07-27T18:29:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:16 smithi179 ceph-mon[89801]: osdmap e586: 8 total, 8 up, 8 in 2024-07-27T18:29:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:16 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:16 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:16 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:16 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:16 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:16.723 INFO:tasks.rados.rados.0.smithi029.stdout:2593: expect (ObjNum 671 snap 201 seq_num 671) 2024-07-27T18:29:16.842 INFO:tasks.rados.rados.0.smithi029.stdout:2596: finishing write tid 1 to smithi02985406-12 2024-07-27T18:29:16.842 INFO:tasks.rados.rados.0.smithi029.stdout:2591: done (4 left) 2024-07-27T18:29:16.842 INFO:tasks.rados.rados.0.smithi029.stdout:2593: done (3 left) 2024-07-27T18:29:16.842 INFO:tasks.rados.rados.0.smithi029.stdout:2594: done (2 left) 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:2598: copy_from oid 46 from oid 10 current snap is 256 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 472 (ObjNum 783 snap 241 seq_num 783) dirty exists 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:2596: finishing write tid 2 to smithi02985406-12 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:2596: finishing write tid 3 to smithi02985406-12 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:2596: finishing write tid 4 to smithi02985406-12 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:2596: finishing write tid 5 to smithi02985406-12 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:2596: oid 12 updating version 0 to 1472 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:2596: oid 12 version 1472 is already newer than 1471 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:2596: oid 12 version 1472 is already newer than 1469 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:2596: oid 12 version 1472 is already newer than 1470 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 1472 (ObjNum 807 snap 256 seq_num 807) dirty exists 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:2596: left oid 12 (ObjNum 807 snap 256 seq_num 807) 2024-07-27T18:29:16.843 INFO:tasks.rados.rados.0.smithi029.stdout:2596: done (2 left) 2024-07-27T18:29:16.844 INFO:tasks.rados.rados.0.smithi029.stdout:2597: done (1 left) 2024-07-27T18:29:16.844 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 256 2024-07-27T18:29:16.845 INFO:tasks.rados.rados.0.smithi029.stdout:2599: seq_num 808 ranges {0=737280,737280=614400,1351680=188416} 2024-07-27T18:29:16.846 INFO:tasks.rados.rados.0.smithi029.stdout:2599: writing smithi02985406-24 from 0 to 737280 tid 1 2024-07-27T18:29:16.850 INFO:tasks.rados.rados.0.smithi029.stdout:2599: writing smithi02985406-24 from 737280 to 1351680 tid 2 2024-07-27T18:29:16.851 INFO:tasks.rados.rados.0.smithi029.stdout:2599: writing smithi02985406-24 from 1351680 to 1540096 tid 3 2024-07-27T18:29:16.851 INFO:tasks.rados.rados.0.smithi029.stdout:2600: snap_remove snap 237 2024-07-27T18:29:17.021 INFO:tasks.rados.rados.0.smithi029.stdout:2600: done (2 left) 2024-07-27T18:29:17.021 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 256 2024-07-27T18:29:17.021 INFO:tasks.rados.rados.0.smithi029.stdout:2601: seq_num 809 ranges {802816=753664,1556480=499712,2056192=303104} 2024-07-27T18:29:17.031 INFO:tasks.rados.rados.0.smithi029.stdout:2601: writing smithi02985406-13 from 802816 to 1556480 tid 1 2024-07-27T18:29:17.035 INFO:tasks.rados.rados.0.smithi029.stdout:2601: writing smithi02985406-13 from 1556480 to 2056192 tid 2 2024-07-27T18:29:17.038 INFO:tasks.rados.rados.0.smithi029.stdout:2601: writing smithi02985406-13 from 2056192 to 2359296 tid 3 2024-07-27T18:29:17.038 INFO:tasks.rados.rados.0.smithi029.stdout:2602: rollback oid 26 current snap is 256 2024-07-27T18:29:17.038 INFO:tasks.rados.rados.0.smithi029.stdout:2598: finishing copy_from to smithi02985406-46 2024-07-27T18:29:17.038 INFO:tasks.rados.rados.0.smithi029.stdout:2598: got expected ENOENT (src dne) 2024-07-27T18:29:17.038 INFO:tasks.rados.rados.0.smithi029.stdout:2598: finishing copy_from racing read to smithi02985406-46 2024-07-27T18:29:17.038 INFO:tasks.rados.rados.0.smithi029.stdout:2599: finishing write tid 1 to smithi02985406-24 2024-07-27T18:29:17.038 INFO:tasks.rados.rados.0.smithi029.stdout:2599: finishing write tid 2 to smithi02985406-24 2024-07-27T18:29:17.038 INFO:tasks.rados.rados.0.smithi029.stdout:2599: finishing write tid 3 to smithi02985406-24 2024-07-27T18:29:17.038 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 26 to 250 2024-07-27T18:29:17.038 INFO:tasks.rados.rados.0.smithi029.stdout:2599: finishing write tid 4 to smithi02985406-24 2024-07-27T18:29:17.038 INFO:tasks.rados.rados.0.smithi029.stdout:2599: finishing write tid 5 to smithi02985406-24 2024-07-27T18:29:17.038 INFO:tasks.rados.rados.0.smithi029.stdout:2599: oid 24 updating version 0 to 1474 2024-07-27T18:29:17.039 INFO:tasks.rados.rados.0.smithi029.stdout:2599: oid 24 updating version 1474 to 1475 2024-07-27T18:29:17.039 INFO:tasks.rados.rados.0.smithi029.stdout:2599: oid 24 updating version 1475 to 1476 2024-07-27T18:29:17.039 INFO:tasks.rados.rados.0.smithi029.stdout:2599: oid 24 version 1476 is already newer than 1473 2024-07-27T18:29:17.039 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 1476 (ObjNum 808 snap 256 seq_num 808) dirty exists 2024-07-27T18:29:17.039 INFO:tasks.rados.rados.0.smithi029.stdout:2599: left oid 24 (ObjNum 808 snap 256 seq_num 808) 2024-07-27T18:29:17.039 INFO:tasks.rados.rados.0.smithi029.stdout:2598: done (3 left) 2024-07-27T18:29:17.039 INFO:tasks.rados.rados.0.smithi029.stdout:2599: done (2 left) 2024-07-27T18:29:17.039 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 256 2024-07-27T18:29:17.039 INFO:tasks.rados.rados.0.smithi029.stdout:2603: seq_num 810 ranges {0=770048,770048=778240,1548288=24576} 2024-07-27T18:29:17.042 INFO:tasks.rados.rados.0.smithi029.stdout:2603: writing smithi02985406-38 from 0 to 770048 tid 1 2024-07-27T18:29:17.047 INFO:tasks.rados.rados.0.smithi029.stdout:2603: writing smithi02985406-38 from 770048 to 1548288 tid 2 2024-07-27T18:29:17.050 INFO:tasks.rados.rados.0.smithi029.stdout:2603: writing smithi02985406-38 from 1548288 to 1572864 tid 3 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:2604: snap_create 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:2601: finishing write tid 1 to smithi02985406-13 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:2602: finishing rollback tid 0 to smithi02985406-26 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:2602: finishing rollback tid 1 to smithi02985406-26 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:2602: finishing rollback tid 2 to smithi02985406-26 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 1605 (ObjNum 778 snap 240 seq_num 778) dirty exists 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:2601: finishing write tid 2 to smithi02985406-13 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:2601: finishing write tid 3 to smithi02985406-13 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:2601: finishing write tid 4 to smithi02985406-13 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:2601: finishing write tid 5 to smithi02985406-13 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:2601: oid 13 updating version 0 to 1766 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:2601: oid 13 updating version 1766 to 1767 2024-07-27T18:29:17.051 INFO:tasks.rados.rados.0.smithi029.stdout:2601: oid 13 version 1767 is already newer than 1765 2024-07-27T18:29:17.052 INFO:tasks.rados.rados.0.smithi029.stdout:2601: oid 13 version 1767 is already newer than 1764 2024-07-27T18:29:17.052 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 1767 (ObjNum 809 snap 256 seq_num 809) dirty exists 2024-07-27T18:29:17.052 INFO:tasks.rados.rados.0.smithi029.stdout:2601: left oid 13 (ObjNum 809 snap 256 seq_num 809) 2024-07-27T18:29:17.052 INFO:tasks.rados.rados.0.smithi029.stdout:2603: finishing write tid 1 to smithi02985406-38 2024-07-27T18:29:17.052 INFO:tasks.rados.rados.0.smithi029.stdout:2603: finishing write tid 2 to smithi02985406-38 2024-07-27T18:29:17.052 INFO:tasks.rados.rados.0.smithi029.stdout:2603: finishing write tid 3 to smithi02985406-38 2024-07-27T18:29:17.052 INFO:tasks.rados.rados.0.smithi029.stdout:2603: finishing write tid 4 to smithi02985406-38 2024-07-27T18:29:17.053 INFO:tasks.rados.rados.0.smithi029.stdout:2603: finishing write tid 5 to smithi02985406-38 2024-07-27T18:29:17.053 INFO:tasks.rados.rados.0.smithi029.stdout:2603: oid 38 updating version 0 to 1342 2024-07-27T18:29:17.053 INFO:tasks.rados.rados.0.smithi029.stdout:2603: oid 38 updating version 1342 to 1343 2024-07-27T18:29:17.053 INFO:tasks.rados.rados.0.smithi029.stdout:2603: oid 38 updating version 1343 to 1344 2024-07-27T18:29:17.054 INFO:tasks.rados.rados.0.smithi029.stdout:2603: oid 38 version 1344 is already newer than 1341 2024-07-27T18:29:17.054 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 1344 (ObjNum 810 snap 256 seq_num 810) dirty exists 2024-07-27T18:29:17.054 INFO:tasks.rados.rados.0.smithi029.stdout:2603: left oid 38 (ObjNum 810 snap 256 seq_num 810) 2024-07-27T18:29:17.343 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:17 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:17.343 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:17 smithi029 ceph-mon[96870]: osdmap e587: 8 total, 8 up, 8 in 2024-07-27T18:29:17.343 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:17 smithi029 ceph-mon[96870]: osdmap e588: 8 total, 8 up, 8 in 2024-07-27T18:29:17.343 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:17 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:17.343 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:17 smithi029 ceph-mon[99353]: osdmap e587: 8 total, 8 up, 8 in 2024-07-27T18:29:17.344 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:17 smithi029 ceph-mon[99353]: osdmap e588: 8 total, 8 up, 8 in 2024-07-27T18:29:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:17 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:17 smithi179 ceph-mon[89801]: osdmap e587: 8 total, 8 up, 8 in 2024-07-27T18:29:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:17 smithi179 ceph-mon[89801]: osdmap e588: 8 total, 8 up, 8 in 2024-07-27T18:29:18.020 INFO:tasks.rados.rados.0.smithi029.stdout:2601: done (3 left) 2024-07-27T18:29:18.020 INFO:tasks.rados.rados.0.smithi029.stdout:2602: done (2 left) 2024-07-27T18:29:18.020 INFO:tasks.rados.rados.0.smithi029.stdout:2603: done (1 left) 2024-07-27T18:29:18.020 INFO:tasks.rados.rados.0.smithi029.stdout:2604: done (0 left) 2024-07-27T18:29:18.020 INFO:tasks.rados.rados.0.smithi029.stdout:2605: snap_remove snap 246 2024-07-27T18:29:18.173 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:18 smithi029 ceph-mon[99353]: pgmap v545: 121 pgs: 121 active+clean; 328 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1004 KiB/s wr, 24 op/s 2024-07-27T18:29:18.174 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:18 smithi029 ceph-mon[99353]: osdmap e589: 8 total, 8 up, 8 in 2024-07-27T18:29:18.174 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:18 smithi029 ceph-mon[96870]: pgmap v545: 121 pgs: 121 active+clean; 328 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1004 KiB/s wr, 24 op/s 2024-07-27T18:29:18.174 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:18 smithi029 ceph-mon[96870]: osdmap e589: 8 total, 8 up, 8 in 2024-07-27T18:29:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:18 smithi179 ceph-mon[89801]: pgmap v545: 121 pgs: 121 active+clean; 328 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1004 KiB/s wr, 24 op/s 2024-07-27T18:29:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:18 smithi179 ceph-mon[89801]: osdmap e589: 8 total, 8 up, 8 in 2024-07-27T18:29:19.027 INFO:tasks.rados.rados.0.smithi029.stdout:2605: done (0 left) 2024-07-27T18:29:19.027 INFO:tasks.rados.rados.0.smithi029.stdout:2606: read oid 16 snap -1 2024-07-27T18:29:19.027 INFO:tasks.rados.rados.0.smithi029.stdout:2606: expect (ObjNum 785 snap 242 seq_num 785) 2024-07-27T18:29:19.027 INFO:tasks.rados.rados.0.smithi029.stdout:2607: read oid 15 snap -1 2024-07-27T18:29:19.027 INFO:tasks.rados.rados.0.smithi029.stdout:2607: expect (ObjNum 736 snap 226 seq_num 736) 2024-07-27T18:29:19.027 INFO:tasks.rados.rados.0.smithi029.stdout:2608: snap_create 2024-07-27T18:29:19.038 INFO:tasks.rados.rados.0.smithi029.stdout:2607: expect (ObjNum 736 snap 226 seq_num 736) 2024-07-27T18:29:19.049 INFO:tasks.rados.rados.0.smithi029.stdout:2606: expect (ObjNum 785 snap 242 seq_num 785) 2024-07-27T18:29:20.011 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: pgmap v548: 121 pgs: 121 active+clean; 336 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 2.8 MiB/s wr, 40 op/s 2024-07-27T18:29:20.011 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.011 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.011 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: osdmap e590: 8 total, 8 up, 8 in 2024-07-27T18:29:20.011 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.011 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.011 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:29:20.011 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:29:20.011 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.011 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.024 INFO:tasks.rados.rados.0.smithi029.stdout:2606: done (2 left) 2024-07-27T18:29:20.024 INFO:tasks.rados.rados.0.smithi029.stdout:2607: done (1 left) 2024-07-27T18:29:20.024 INFO:tasks.rados.rados.0.smithi029.stdout:2608: done (0 left) 2024-07-27T18:29:20.024 INFO:tasks.rados.rados.0.smithi029.stdout:2609: setattr oid 33 current snap is 258 2024-07-27T18:29:20.025 INFO:tasks.rados.rados.0.smithi029.stdout:2610: delete oid 35 current snap is 258 2024-07-27T18:29:20.028 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 1250 (ObjNum 723 snap 222 seq_num 723) dirty exists 2024-07-27T18:29:20.030 INFO:tasks.rados.rados.0.smithi029.stdout:2609: done (1 left) 2024-07-27T18:29:20.030 INFO:tasks.rados.rados.0.smithi029.stdout:2610: done (0 left) 2024-07-27T18:29:20.030 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 258 2024-07-27T18:29:20.030 INFO:tasks.rados.rados.0.smithi029.stdout:2611: seq_num 812 ranges {2539520=802816,3342336=548864,3891200=253952} 2024-07-27T18:29:20.048 INFO:tasks.rados.rados.0.smithi029.stdout:2611: writing smithi02985406-6 from 2539520 to 3342336 tid 1 2024-07-27T18:29:20.051 INFO:tasks.rados.rados.0.smithi029.stdout:2611: writing smithi02985406-6 from 3342336 to 3891200 tid 2 2024-07-27T18:29:20.053 INFO:tasks.rados.rados.0.smithi029.stdout:2611: writing smithi02985406-6 from 3891200 to 4145152 tid 3 2024-07-27T18:29:20.053 INFO:tasks.rados.rados.0.smithi029.stdout:2612: snap_create 2024-07-27T18:29:20.058 INFO:tasks.rados.rados.0.smithi029.stdout:2611: finishing write tid 1 to smithi02985406-6 2024-07-27T18:29:20.058 INFO:tasks.rados.rados.0.smithi029.stdout:2611: finishing write tid 2 to smithi02985406-6 2024-07-27T18:29:20.058 INFO:tasks.rados.rados.0.smithi029.stdout:2611: finishing write tid 3 to smithi02985406-6 2024-07-27T18:29:20.058 INFO:tasks.rados.rados.0.smithi029.stdout:2611: finishing write tid 4 to smithi02985406-6 2024-07-27T18:29:20.060 INFO:tasks.rados.rados.0.smithi029.stdout:2611: finishing write tid 5 to smithi02985406-6 2024-07-27T18:29:20.060 INFO:tasks.rados.rados.0.smithi029.stdout:2611: oid 6 updating version 0 to 1527 2024-07-27T18:29:20.060 INFO:tasks.rados.rados.0.smithi029.stdout:2611: oid 6 updating version 1527 to 1529 2024-07-27T18:29:20.060 INFO:tasks.rados.rados.0.smithi029.stdout:2611: oid 6 version 1529 is already newer than 1526 2024-07-27T18:29:20.060 INFO:tasks.rados.rados.0.smithi029.stdout:2611: oid 6 version 1529 is already newer than 1528 2024-07-27T18:29:20.060 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1529 (ObjNum 812 snap 258 seq_num 812) dirty exists 2024-07-27T18:29:20.060 INFO:tasks.rados.rados.0.smithi029.stdout:2611: left oid 6 (ObjNum 812 snap 258 seq_num 812) 2024-07-27T18:29:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: pgmap v548: 121 pgs: 121 active+clean; 336 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 2.8 MiB/s wr, 40 op/s 2024-07-27T18:29:20.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: osdmap e590: 8 total, 8 up, 8 in 2024-07-27T18:29:20.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:29:20.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:29:20.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:20.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: pgmap v548: 121 pgs: 121 active+clean; 336 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 2.8 MiB/s wr, 40 op/s 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: osdmap e590: 8 total, 8 up, 8 in 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:20.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:21.029 INFO:tasks.rados.rados.0.smithi029.stdout:2611: done (1 left) 2024-07-27T18:29:21.029 INFO:tasks.rados.rados.0.smithi029.stdout:2612: done (0 left) 2024-07-27T18:29:21.029 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 259 2024-07-27T18:29:21.030 INFO:tasks.rados.rados.0.smithi029.stdout:2613: seq_num 813 ranges {4628480=417792,5046272=434176,5480448=442368,5922816=327680} 2024-07-27T18:29:21.056 INFO:tasks.rados.rados.0.smithi029.stdout:2613: writing smithi02985406-32 from 4628480 to 5046272 tid 1 2024-07-27T18:29:21.058 INFO:tasks.rados.rados.0.smithi029.stdout:2613: writing smithi02985406-32 from 5046272 to 5480448 tid 2 2024-07-27T18:29:21.061 INFO:tasks.rados.rados.0.smithi029.stdout:2613: writing smithi02985406-32 from 5480448 to 5922816 tid 3 2024-07-27T18:29:21.063 INFO:tasks.rados.rados.0.smithi029.stdout:2613: writing smithi02985406-32 from 5922816 to 6250496 tid 4 2024-07-27T18:29:21.064 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 259 2024-07-27T18:29:21.064 INFO:tasks.rados.rados.0.smithi029.stdout:2613: finishing write tid 1 to smithi02985406-32 2024-07-27T18:29:21.064 INFO:tasks.rados.rados.0.smithi029.stdout:2614: seq_num 814 ranges {10231808=442368,10674176=770048,11444224=434176} 2024-07-27T18:29:21.122 INFO:tasks.rados.rados.0.smithi029.stdout:2614: writing smithi02985406-12 from 10231808 to 10674176 tid 1 2024-07-27T18:29:21.126 INFO:tasks.rados.rados.0.smithi029.stdout:2614: writing smithi02985406-12 from 10674176 to 11444224 tid 2 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:2614: writing smithi02985406-12 from 11444224 to 11878400 tid 3 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:2615: rmattr oid 2 current snap is 259 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:2615: done (2 left) 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:2616: rollback oid 46 current snap is 259 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 252 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:2613: finishing write tid 2 to smithi02985406-32 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:2613: finishing write tid 3 to smithi02985406-32 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:2613: finishing write tid 4 to smithi02985406-32 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:2613: finishing write tid 5 to smithi02985406-32 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:2613: finishing write tid 6 to smithi02985406-32 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:2613: oid 32 updating version 0 to 473 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:2613: oid 32 updating version 473 to 476 2024-07-27T18:29:21.130 INFO:tasks.rados.rados.0.smithi029.stdout:2613: oid 32 updating version 476 to 477 2024-07-27T18:29:21.131 INFO:tasks.rados.rados.0.smithi029.stdout:2613: oid 32 version 477 is already newer than 475 2024-07-27T18:29:21.131 INFO:tasks.rados.rados.0.smithi029.stdout:2613: oid 32 version 477 is already newer than 474 2024-07-27T18:29:21.131 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 477 (ObjNum 813 snap 259 seq_num 813) dirty exists 2024-07-27T18:29:21.131 INFO:tasks.rados.rados.0.smithi029.stdout:2613: left oid 32 (ObjNum 813 snap 259 seq_num 813) 2024-07-27T18:29:21.131 INFO:tasks.rados.rados.0.smithi029.stdout:2614: finishing write tid 1 to smithi02985406-12 2024-07-27T18:29:21.131 INFO:tasks.rados.rados.0.smithi029.stdout:2614: finishing write tid 2 to smithi02985406-12 2024-07-27T18:29:21.131 INFO:tasks.rados.rados.0.smithi029.stdout:2613: done (2 left) 2024-07-27T18:29:21.131 INFO:tasks.rados.rados.0.smithi029.stdout:2617: delete oid 14 current snap is 259 2024-07-27T18:29:21.132 INFO:tasks.rados.rados.0.smithi029.stdout:2616: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:29:21.133 INFO:tasks.rados.rados.0.smithi029.stdout:2614: finishing write tid 3 to smithi02985406-12 2024-07-27T18:29:21.134 INFO:tasks.rados.rados.0.smithi029.stdout:2616: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:29:21.134 INFO:tasks.rados.rados.0.smithi029.stdout:2616: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:29:21.134 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1602 (ObjNum 759 snap 235 seq_num 759) dirty exists 2024-07-27T18:29:21.134 INFO:tasks.rados.rados.0.smithi029.stdout:2614: finishing write tid 4 to smithi02985406-12 2024-07-27T18:29:21.136 INFO:tasks.rados.rados.0.smithi029.stdout:2614: finishing write tid 5 to smithi02985406-12 2024-07-27T18:29:21.136 INFO:tasks.rados.rados.0.smithi029.stdout:2614: oid 12 updating version 0 to 1478 2024-07-27T18:29:21.136 INFO:tasks.rados.rados.0.smithi029.stdout:2614: oid 12 updating version 1478 to 1479 2024-07-27T18:29:21.136 INFO:tasks.rados.rados.0.smithi029.stdout:2614: oid 12 version 1479 is already newer than 1477 2024-07-27T18:29:21.136 INFO:tasks.rados.rados.0.smithi029.stdout:2614: oid 12 updating version 1479 to 1480 2024-07-27T18:29:21.137 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 1480 (ObjNum 814 snap 259 seq_num 814) dirty exists 2024-07-27T18:29:21.137 INFO:tasks.rados.rados.0.smithi029.stdout:2614: left oid 12 (ObjNum 814 snap 259 seq_num 814) 2024-07-27T18:29:21.137 INFO:tasks.rados.rados.0.smithi029.stdout:2614: done (2 left) 2024-07-27T18:29:21.137 INFO:tasks.rados.rados.0.smithi029.stdout:2616: done (1 left) 2024-07-27T18:29:21.137 INFO:tasks.rados.rados.0.smithi029.stdout:2617: done (0 left) 2024-07-27T18:29:21.138 INFO:tasks.rados.rados.0.smithi029.stdout:2618: setattr oid 7 current snap is 259 2024-07-27T18:29:21.140 INFO:tasks.rados.rados.0.smithi029.stdout:2619: rmattr oid 5 current snap is 259 2024-07-27T18:29:21.140 INFO:tasks.rados.rados.0.smithi029.stdout:2620: read oid 13 snap -1 2024-07-27T18:29:21.141 INFO:tasks.rados.rados.0.smithi029.stdout:2620: expect (ObjNum 809 snap 256 seq_num 809) 2024-07-27T18:29:21.141 INFO:tasks.rados.rados.0.smithi029.stdout:2621: copy_from oid 20 from oid 36 current snap is 259 2024-07-27T18:29:21.141 INFO:tasks.rados.rados.0.smithi029.stdout:2622: setattr oid 8 current snap is 259 2024-07-27T18:29:21.141 INFO:tasks.rados.rados.0.smithi029.stdout:2623: rollback oid 16 current snap is 259 2024-07-27T18:29:21.141 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 16 to 257 2024-07-27T18:29:21.142 INFO:tasks.rados.rados.0.smithi029.stdout:2624: rollback oid 37 current snap is 259 2024-07-27T18:29:21.142 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 37 to 252 2024-07-27T18:29:21.142 INFO:tasks.rados.rados.0.smithi029.stdout:2625: copy_from oid 29 from oid 15 current snap is 259 2024-07-27T18:29:21.142 INFO:tasks.rados.rados.0.smithi029.stdout:2626: read oid 33 snap 248 2024-07-27T18:29:21.142 INFO:tasks.rados.rados.0.smithi029.stdout:2626: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:29:21.143 INFO:tasks.rados.rados.0.smithi029.stdout:2627: delete oid 45 current snap is 259 2024-07-27T18:29:21.144 INFO:tasks.rados.rados.0.smithi029.stdout:2627: done (9 left) 2024-07-27T18:29:21.144 INFO:tasks.rados.rados.0.smithi029.stdout:2628: rmattr oid 48 current snap is 259 2024-07-27T18:29:21.144 INFO:tasks.rados.rados.0.smithi029.stdout:2628: done (9 left) 2024-07-27T18:29:21.144 INFO:tasks.rados.rados.0.smithi029.stdout:2629: delete oid 1 current snap is 259 2024-07-27T18:29:21.145 INFO:tasks.rados.rados.0.smithi029.stdout:2623: finishing rollback tid 0 to smithi02985406-16 2024-07-27T18:29:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:2623: finishing rollback tid 1 to smithi02985406-16 2024-07-27T18:29:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:2625: finishing copy_from racing read to smithi02985406-29 2024-07-27T18:29:21.146 INFO:tasks.rados.rados.0.smithi029.stdout:2626: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:29:21.149 INFO:tasks.rados.rados.0.smithi029.stdout:2623: finishing rollback tid 2 to smithi02985406-16 2024-07-27T18:29:21.149 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 1279 (ObjNum 785 snap 242 seq_num 785) dirty exists 2024-07-27T18:29:21.149 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1768 (ObjNum 798 snap 252 seq_num 798) dirty exists 2024-07-27T18:29:21.154 INFO:tasks.rados.rados.0.smithi029.stdout:2625: finishing copy_from to smithi02985406-29 2024-07-27T18:29:21.154 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1341 (ObjNum 736 snap 226 seq_num 736) dirty exists 2024-07-27T18:29:21.155 INFO:tasks.rados.rados.0.smithi029.stdout:2624: finishing rollback tid 0 to smithi02985406-37 2024-07-27T18:29:21.155 INFO:tasks.rados.rados.0.smithi029.stdout:2624: finishing rollback tid 1 to smithi02985406-37 2024-07-27T18:29:21.155 INFO:tasks.rados.rados.0.smithi029.stdout:2624: finishing rollback tid 2 to smithi02985406-37 2024-07-27T18:29:21.155 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1533 (ObjNum 787 snap 244 seq_num 787) dirty exists 2024-07-27T18:29:21.155 INFO:tasks.rados.rados.0.smithi029.stdout:2618: done (9 left) 2024-07-27T18:29:21.155 INFO:tasks.rados.rados.0.smithi029.stdout:2623: done (8 left) 2024-07-27T18:29:21.155 INFO:tasks.rados.rados.0.smithi029.stdout:2624: done (7 left) 2024-07-27T18:29:21.155 INFO:tasks.rados.rados.0.smithi029.stdout:2625: done (6 left) 2024-07-27T18:29:21.155 INFO:tasks.rados.rados.0.smithi029.stdout:2626: done (5 left) 2024-07-27T18:29:21.155 INFO:tasks.rados.rados.0.smithi029.stdout:2629: done (4 left) 2024-07-27T18:29:21.155 INFO:tasks.rados.rados.0.smithi029.stdout:2630: copy_from oid 6 from oid 24 current snap is 259 2024-07-27T18:29:21.156 INFO:tasks.rados.rados.0.smithi029.stdout:2631: read oid 11 snap 250 2024-07-27T18:29:21.156 INFO:tasks.rados.rados.0.smithi029.stdout:2631: expect deleted 2024-07-27T18:29:21.156 INFO:tasks.rados.rados.0.smithi029.stdout:2632: read oid 32 snap -1 2024-07-27T18:29:21.156 INFO:tasks.rados.rados.0.smithi029.stdout:2632: expect (ObjNum 813 snap 259 seq_num 813) 2024-07-27T18:29:21.156 INFO:tasks.rados.rados.0.smithi029.stdout:2633: read oid 43 snap -1 2024-07-27T18:29:21.156 INFO:tasks.rados.rados.0.smithi029.stdout:2633: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:29:21.156 INFO:tasks.rados.rados.0.smithi029.stdout:2634: read oid 48 snap -1 2024-07-27T18:29:21.156 INFO:tasks.rados.rados.0.smithi029.stdout:2634: expect deleted 2024-07-27T18:29:21.156 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 259 2024-07-27T18:29:21.156 INFO:tasks.rados.rados.0.smithi029.stdout:2635: seq_num 818 ranges {2539520=507904,3047424=704512,3751936=499712} 2024-07-27T18:29:21.168 INFO:tasks.rados.rados.0.smithi029.stdout:2635: writing smithi02985406-44 from 2539520 to 3047424 tid 1 2024-07-27T18:29:21.173 INFO:tasks.rados.rados.0.smithi029.stdout:2635: writing smithi02985406-44 from 3047424 to 3751936 tid 2 2024-07-27T18:29:21.176 INFO:tasks.rados.rados.0.smithi029.stdout:2635: writing smithi02985406-44 from 3751936 to 4251648 tid 3 2024-07-27T18:29:21.176 INFO:tasks.rados.rados.0.smithi029.stdout:2636: delete oid 26 current snap is 259 2024-07-27T18:29:21.176 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1769 (ObjNum 739 snap 226 seq_num 739) dirty exists 2024-07-27T18:29:21.176 INFO:tasks.rados.rados.0.smithi029.stdout:2621: finishing copy_from racing read to smithi02985406-20 2024-07-27T18:29:21.176 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 1802 (ObjNum 690 snap 209 seq_num 690) dirty exists 2024-07-27T18:29:21.176 INFO:tasks.rados.rados.0.smithi029.stdout:2620: expect (ObjNum 809 snap 256 seq_num 809) 2024-07-27T18:29:21.252 INFO:tasks.rados.rados.0.smithi029.stdout:2621: finishing copy_from to smithi02985406-20 2024-07-27T18:29:21.252 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 434 (ObjNum 805 snap 256 seq_num 805) dirty exists 2024-07-27T18:29:21.252 INFO:tasks.rados.rados.0.smithi029.stdout:2630: finishing copy_from racing read to smithi02985406-6 2024-07-27T18:29:21.252 INFO:tasks.rados.rados.0.smithi029.stdout:2632: expect (ObjNum 813 snap 259 seq_num 813) 2024-07-27T18:29:21.311 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:21 smithi179 ceph-mon[89801]: osdmap e591: 8 total, 8 up, 8 in 2024-07-27T18:29:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:21 smithi029 ceph-mon[96870]: osdmap e591: 8 total, 8 up, 8 in 2024-07-27T18:29:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:21 smithi029 ceph-mon[99353]: osdmap e591: 8 total, 8 up, 8 in 2024-07-27T18:29:21.612 INFO:tasks.rados.rados.0.smithi029.stdout:2630: finishing copy_from to smithi02985406-6 2024-07-27T18:29:21.612 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1476 (ObjNum 808 snap 256 seq_num 808) dirty exists 2024-07-27T18:29:21.612 INFO:tasks.rados.rados.0.smithi029.stdout:2635: finishing write tid 1 to smithi02985406-44 2024-07-27T18:29:21.612 INFO:tasks.rados.rados.0.smithi029.stdout:2635: finishing write tid 2 to smithi02985406-44 2024-07-27T18:29:21.612 INFO:tasks.rados.rados.0.smithi029.stdout:2633: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:29:21.875 INFO:tasks.rados.rados.0.smithi029.stdout:2635: finishing write tid 3 to smithi02985406-44 2024-07-27T18:29:21.875 INFO:tasks.rados.rados.0.smithi029.stdout:2635: finishing write tid 4 to smithi02985406-44 2024-07-27T18:29:21.875 INFO:tasks.rados.rados.0.smithi029.stdout:2635: finishing write tid 5 to smithi02985406-44 2024-07-27T18:29:21.875 INFO:tasks.rados.rados.0.smithi029.stdout:2635: oid 44 updating version 0 to 1540 2024-07-27T18:29:21.875 INFO:tasks.rados.rados.0.smithi029.stdout:2635: oid 44 updating version 1540 to 1541 2024-07-27T18:29:21.875 INFO:tasks.rados.rados.0.smithi029.stdout:2635: oid 44 updating version 1541 to 1542 2024-07-27T18:29:21.876 INFO:tasks.rados.rados.0.smithi029.stdout:2635: oid 44 version 1542 is already newer than 1539 2024-07-27T18:29:21.876 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1542 (ObjNum 818 snap 259 seq_num 818) dirty exists 2024-07-27T18:29:21.876 INFO:tasks.rados.rados.0.smithi029.stdout:2635: left oid 44 (ObjNum 818 snap 259 seq_num 818) 2024-07-27T18:29:21.876 INFO:tasks.rados.rados.0.smithi029.stdout:2619: done (10 left) 2024-07-27T18:29:21.876 INFO:tasks.rados.rados.0.smithi029.stdout:2620: done (9 left) 2024-07-27T18:29:21.876 INFO:tasks.rados.rados.0.smithi029.stdout:2621: done (8 left) 2024-07-27T18:29:21.876 INFO:tasks.rados.rados.0.smithi029.stdout:2622: done (7 left) 2024-07-27T18:29:21.876 INFO:tasks.rados.rados.0.smithi029.stdout:2630: done (6 left) 2024-07-27T18:29:21.877 INFO:tasks.rados.rados.0.smithi029.stdout:2631: done (5 left) 2024-07-27T18:29:21.877 INFO:tasks.rados.rados.0.smithi029.stdout:2632: done (4 left) 2024-07-27T18:29:21.877 INFO:tasks.rados.rados.0.smithi029.stdout:2633: done (3 left) 2024-07-27T18:29:21.877 INFO:tasks.rados.rados.0.smithi029.stdout:2634: done (2 left) 2024-07-27T18:29:21.877 INFO:tasks.rados.rados.0.smithi029.stdout:2635: done (1 left) 2024-07-27T18:29:21.877 INFO:tasks.rados.rados.0.smithi029.stdout:2636: done (0 left) 2024-07-27T18:29:21.877 INFO:tasks.rados.rados.0.smithi029.stdout:2637: delete oid 47 current snap is 259 2024-07-27T18:29:21.878 INFO:tasks.rados.rados.0.smithi029.stdout:2637: done (0 left) 2024-07-27T18:29:21.878 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 259 2024-07-27T18:29:21.878 INFO:tasks.rados.rados.0.smithi029.stdout:2638: seq_num 821 ranges {8282112=557056,8839168=761856,9601024=442368} 2024-07-27T18:29:21.925 INFO:tasks.rados.rados.0.smithi029.stdout:2638: writing smithi02985406-8 from 8282112 to 8839168 tid 1 2024-07-27T18:29:21.929 INFO:tasks.rados.rados.0.smithi029.stdout:2638: writing smithi02985406-8 from 8839168 to 9601024 tid 2 2024-07-27T18:29:21.932 INFO:tasks.rados.rados.0.smithi029.stdout:2638: writing smithi02985406-8 from 9601024 to 10043392 tid 3 2024-07-27T18:29:21.932 INFO:tasks.rados.rados.0.smithi029.stdout:2639: setattr oid 49 current snap is 259 2024-07-27T18:29:21.932 INFO:tasks.rados.rados.0.smithi029.stdout:2638: finishing write tid 1 to smithi02985406-8 2024-07-27T18:29:21.934 INFO:tasks.rados.rados.0.smithi029.stdout:2640: snap_remove snap 251 2024-07-27T18:29:22.021 INFO:tasks.rados.rados.0.smithi029.stdout:2640: done (2 left) 2024-07-27T18:29:22.021 INFO:tasks.rados.rados.0.smithi029.stdout:2641: delete oid 41 current snap is 259 2024-07-27T18:29:22.021 INFO:tasks.rados.rados.0.smithi029.stdout:2638: finishing write tid 2 to smithi02985406-8 2024-07-27T18:29:22.021 INFO:tasks.rados.rados.0.smithi029.stdout:2638: finishing write tid 3 to smithi02985406-8 2024-07-27T18:29:22.021 INFO:tasks.rados.rados.0.smithi029.stdout:2638: finishing write tid 4 to smithi02985406-8 2024-07-27T18:29:22.022 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 1603 (ObjNum 65 snap 0 seq_num 368207296) dirty exists 2024-07-27T18:29:22.022 INFO:tasks.rados.rados.0.smithi029.stdout:2638: finishing write tid 5 to smithi02985406-8 2024-07-27T18:29:22.022 INFO:tasks.rados.rados.0.smithi029.stdout:2638: oid 8 updating version 0 to 1809 2024-07-27T18:29:22.022 INFO:tasks.rados.rados.0.smithi029.stdout:2638: oid 8 version 1809 is already newer than 1807 2024-07-27T18:29:22.022 INFO:tasks.rados.rados.0.smithi029.stdout:2638: oid 8 updating version 1809 to 1810 2024-07-27T18:29:22.022 INFO:tasks.rados.rados.0.smithi029.stdout:2638: oid 8 version 1810 is already newer than 1808 2024-07-27T18:29:22.022 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 1810 (ObjNum 821 snap 259 seq_num 821) dirty exists 2024-07-27T18:29:22.022 INFO:tasks.rados.rados.0.smithi029.stdout:2638: left oid 8 (ObjNum 821 snap 259 seq_num 821) 2024-07-27T18:29:22.034 INFO:tasks.rados.rados.0.smithi029.stdout:2638: done (2 left) 2024-07-27T18:29:22.034 INFO:tasks.rados.rados.0.smithi029.stdout:2639: done (1 left) 2024-07-27T18:29:22.034 INFO:tasks.rados.rados.0.smithi029.stdout:2641: done (0 left) 2024-07-27T18:29:22.034 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 259 2024-07-27T18:29:22.035 INFO:tasks.rados.rados.0.smithi029.stdout:2642: seq_num 823 ranges {0=589824,589824=573440,1163264=630784} 2024-07-27T18:29:22.038 INFO:tasks.rados.rados.0.smithi029.stdout:2642: writing smithi02985406-21 from 0 to 589824 tid 1 2024-07-27T18:29:22.042 INFO:tasks.rados.rados.0.smithi029.stdout:2642: writing smithi02985406-21 from 589824 to 1163264 tid 2 2024-07-27T18:29:22.046 INFO:tasks.rados.rados.0.smithi029.stdout:2642: writing smithi02985406-21 from 1163264 to 1794048 tid 3 2024-07-27T18:29:22.046 INFO:tasks.rados.rados.0.smithi029.stdout:2643: rollback oid 24 current snap is 259 2024-07-27T18:29:22.046 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 24 to 250 2024-07-27T18:29:22.047 INFO:tasks.rados.rados.0.smithi029.stdout:2642: finishing write tid 1 to smithi02985406-21 2024-07-27T18:29:22.047 INFO:tasks.rados.rados.0.smithi029.stdout:2642: finishing write tid 2 to smithi02985406-21 2024-07-27T18:29:22.047 INFO:tasks.rados.rados.0.smithi029.stdout:2644: copy_from oid 44 from oid 15 current snap is 259 2024-07-27T18:29:22.047 INFO:tasks.rados.rados.0.smithi029.stdout:2645: rmattr oid 11 current snap is 259 2024-07-27T18:29:22.047 INFO:tasks.rados.rados.0.smithi029.stdout:2645: done (3 left) 2024-07-27T18:29:22.047 INFO:tasks.rados.rados.0.smithi029.stdout:2646: rmattr oid 47 current snap is 259 2024-07-27T18:29:22.047 INFO:tasks.rados.rados.0.smithi029.stdout:2646: done (3 left) 2024-07-27T18:29:22.047 INFO:tasks.rados.rados.0.smithi029.stdout:2647: delete oid 39 current snap is 259 2024-07-27T18:29:22.049 INFO:tasks.rados.rados.0.smithi029.stdout:2643: finishing rollback tid 0 to smithi02985406-24 2024-07-27T18:29:22.050 INFO:tasks.rados.rados.0.smithi029.stdout:2647: done (3 left) 2024-07-27T18:29:22.050 INFO:tasks.rados.rados.0.smithi029.stdout:2648: read oid 37 snap -1 2024-07-27T18:29:22.050 INFO:tasks.rados.rados.0.smithi029.stdout:2648: expect (ObjNum 787 snap 244 seq_num 787) 2024-07-27T18:29:22.050 INFO:tasks.rados.rados.0.smithi029.stdout:2649: read oid 33 snap -1 2024-07-27T18:29:22.050 INFO:tasks.rados.rados.0.smithi029.stdout:2649: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:29:22.050 INFO:tasks.rados.rados.0.smithi029.stdout:2642: finishing write tid 3 to smithi02985406-21 2024-07-27T18:29:22.050 INFO:tasks.rados.rados.0.smithi029.stdout:2650: read oid 5 snap -1 2024-07-27T18:29:22.050 INFO:tasks.rados.rados.0.smithi029.stdout:2650: expect (ObjNum 739 snap 226 seq_num 739) 2024-07-27T18:29:22.050 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 259 2024-07-27T18:29:22.050 INFO:tasks.rados.rados.0.smithi029.stdout:2651: seq_num 825 ranges {1540096=622592,2162688=745472,2908160=458752} 2024-07-27T18:29:22.061 INFO:tasks.rados.rados.0.smithi029.stdout:2651: writing smithi02985406-6 from 1540096 to 2162688 tid 1 2024-07-27T18:29:22.065 INFO:tasks.rados.rados.0.smithi029.stdout:2651: writing smithi02985406-6 from 2162688 to 2908160 tid 2 2024-07-27T18:29:22.069 INFO:tasks.rados.rados.0.smithi029.stdout:2651: writing smithi02985406-6 from 2908160 to 3366912 tid 3 2024-07-27T18:29:22.069 INFO:tasks.rados.rados.0.smithi029.stdout:2652: read oid 16 snap 256 2024-07-27T18:29:22.069 INFO:tasks.rados.rados.0.smithi029.stdout:2652: expect (ObjNum 785 snap 242 seq_num 785) 2024-07-27T18:29:22.069 INFO:tasks.rados.rados.0.smithi029.stdout:2653: read oid 19 snap 236 2024-07-27T18:29:22.069 INFO:tasks.rados.rados.0.smithi029.stdout:2653: expect (ObjNum 627 snap 188 seq_num 627) 2024-07-27T18:29:22.069 INFO:tasks.rados.rados.0.smithi029.stdout:2654: rmattr oid 49 current snap is 259 2024-07-27T18:29:22.069 INFO:tasks.rados.rados.0.smithi029.stdout:2643: finishing rollback tid 1 to smithi02985406-24 2024-07-27T18:29:22.070 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 1484 (ObjNum 161 snap 0 seq_num 369758368) dirty dne 2024-07-27T18:29:22.070 INFO:tasks.rados.rados.0.smithi029.stdout:2642: finishing write tid 4 to smithi02985406-21 2024-07-27T18:29:22.070 INFO:tasks.rados.rados.0.smithi029.stdout:2644: finishing copy_from racing read to smithi02985406-44 2024-07-27T18:29:22.070 INFO:tasks.rados.rados.0.smithi029.stdout:2643: done (9 left) 2024-07-27T18:29:22.070 INFO:tasks.rados.rados.0.smithi029.stdout:2655: read oid 9 snap -1 2024-07-27T18:29:22.070 INFO:tasks.rados.rados.0.smithi029.stdout:2655: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:29:22.070 INFO:tasks.rados.rados.0.smithi029.stdout:2656: read oid 40 snap -1 2024-07-27T18:29:22.070 INFO:tasks.rados.rados.0.smithi029.stdout:2656: expect (ObjNum 795 snap 252 seq_num 795) 2024-07-27T18:29:22.070 INFO:tasks.rados.rados.0.smithi029.stdout:2657: snap_remove snap 248 2024-07-27T18:29:22.277 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:22 smithi179 ceph-mon[89801]: pgmap v551: 121 pgs: 121 active+clean; 338 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.5 MiB/s wr, 25 op/s 2024-07-27T18:29:22.277 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:22 smithi179 ceph-mon[89801]: Upgrade: Updating prometheus.a 2024-07-27T18:29:22.277 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:22 smithi179 ceph-mon[89801]: Deploying daemon prometheus.a on smithi179 2024-07-27T18:29:22.277 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:22 smithi179 ceph-mon[89801]: osdmap e592: 8 total, 8 up, 8 in 2024-07-27T18:29:22.277 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:22 smithi179 ceph-mon[89801]: osdmap e593: 8 total, 8 up, 8 in 2024-07-27T18:29:22.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:22 smithi029 ceph-mon[96870]: pgmap v551: 121 pgs: 121 active+clean; 338 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.5 MiB/s wr, 25 op/s 2024-07-27T18:29:22.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:22 smithi029 ceph-mon[96870]: Upgrade: Updating prometheus.a 2024-07-27T18:29:22.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:22 smithi029 ceph-mon[96870]: Deploying daemon prometheus.a on smithi179 2024-07-27T18:29:22.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:22 smithi029 ceph-mon[96870]: osdmap e592: 8 total, 8 up, 8 in 2024-07-27T18:29:22.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:22 smithi029 ceph-mon[96870]: osdmap e593: 8 total, 8 up, 8 in 2024-07-27T18:29:22.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:22 smithi029 ceph-mon[99353]: pgmap v551: 121 pgs: 121 active+clean; 338 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.5 MiB/s wr, 25 op/s 2024-07-27T18:29:22.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:22 smithi029 ceph-mon[99353]: Upgrade: Updating prometheus.a 2024-07-27T18:29:22.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:22 smithi029 ceph-mon[99353]: Deploying daemon prometheus.a on smithi179 2024-07-27T18:29:22.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:22 smithi029 ceph-mon[99353]: osdmap e592: 8 total, 8 up, 8 in 2024-07-27T18:29:22.335 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:22 smithi029 ceph-mon[99353]: osdmap e593: 8 total, 8 up, 8 in 2024-07-27T18:29:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:29:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:29:22] "GET /metrics HTTP/1.1" 200 36351 "" "Prometheus/2.43.0" 2024-07-27T18:29:23.039 INFO:tasks.rados.rados.0.smithi029.stdout:2649: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:29:23.045 INFO:tasks.rados.rados.0.smithi029.stdout:2642: finishing write tid 5 to smithi02985406-21 2024-07-27T18:29:23.045 INFO:tasks.rados.rados.0.smithi029.stdout:2642: oid 21 updating version 0 to 961 2024-07-27T18:29:23.045 INFO:tasks.rados.rados.0.smithi029.stdout:2642: oid 21 version 961 is already newer than 960 2024-07-27T18:29:23.045 INFO:tasks.rados.rados.0.smithi029.stdout:2642: oid 21 updating version 961 to 963 2024-07-27T18:29:23.045 INFO:tasks.rados.rados.0.smithi029.stdout:2642: oid 21 version 963 is already newer than 962 2024-07-27T18:29:23.045 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 963 (ObjNum 823 snap 259 seq_num 823) dirty exists 2024-07-27T18:29:23.045 INFO:tasks.rados.rados.0.smithi029.stdout:2642: left oid 21 (ObjNum 823 snap 259 seq_num 823) 2024-07-27T18:29:23.045 INFO:tasks.rados.rados.0.smithi029.stdout:2644: finishing copy_from to smithi02985406-44 2024-07-27T18:29:23.045 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1341 (ObjNum 736 snap 226 seq_num 736) dirty exists 2024-07-27T18:29:23.045 INFO:tasks.rados.rados.0.smithi029.stdout:2648: expect (ObjNum 787 snap 244 seq_num 787) 2024-07-27T18:29:23.085 INFO:tasks.rados.rados.0.smithi029.stdout:2655: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:29:23.086 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 1604 (ObjNum 65 snap 0 seq_num 1323721464) dirty exists 2024-07-27T18:29:23.086 INFO:tasks.rados.rados.0.smithi029.stdout:2651: finishing write tid 1 to smithi02985406-6 2024-07-27T18:29:23.086 INFO:tasks.rados.rados.0.smithi029.stdout:2652: expect (ObjNum 785 snap 242 seq_num 785) 2024-07-27T18:29:23.161 INFO:tasks.rados.rados.0.smithi029.stdout:2656: expect (ObjNum 795 snap 252 seq_num 795) 2024-07-27T18:29:23.306 INFO:tasks.rados.rados.0.smithi029.stdout:2651: finishing write tid 2 to smithi02985406-6 2024-07-27T18:29:23.307 INFO:tasks.rados.rados.0.smithi029.stdout:2650: expect (ObjNum 739 snap 226 seq_num 739) 2024-07-27T18:29:24.036 INFO:tasks.rados.rados.0.smithi029.stdout:2651: finishing write tid 3 to smithi02985406-6 2024-07-27T18:29:24.036 INFO:tasks.rados.rados.0.smithi029.stdout:2651: finishing write tid 4 to smithi02985406-6 2024-07-27T18:29:24.037 INFO:tasks.rados.rados.0.smithi029.stdout:2651: finishing write tid 5 to smithi02985406-6 2024-07-27T18:29:24.037 INFO:tasks.rados.rados.0.smithi029.stdout:2651: oid 6 updating version 0 to 1553 2024-07-27T18:29:24.037 INFO:tasks.rados.rados.0.smithi029.stdout:2651: oid 6 version 1553 is already newer than 1552 2024-07-27T18:29:24.037 INFO:tasks.rados.rados.0.smithi029.stdout:2651: oid 6 updating version 1553 to 1554 2024-07-27T18:29:24.037 INFO:tasks.rados.rados.0.smithi029.stdout:2651: oid 6 updating version 1554 to 1555 2024-07-27T18:29:24.037 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1555 (ObjNum 825 snap 259 seq_num 825) dirty exists 2024-07-27T18:29:24.037 INFO:tasks.rados.rados.0.smithi029.stdout:2651: left oid 6 (ObjNum 825 snap 259 seq_num 825) 2024-07-27T18:29:24.037 INFO:tasks.rados.rados.0.smithi029.stdout:2653: expect (ObjNum 627 snap 188 seq_num 627) 2024-07-27T18:29:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-mon[89801]: pgmap v554: 121 pgs: 121 active+clean; 342 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.5 MiB/s wr, 24 op/s 2024-07-27T18:29:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-mon[89801]: osdmap e594: 8 total, 8 up, 8 in 2024-07-27T18:29:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:29:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:24 smithi029 ceph-mon[96870]: pgmap v554: 121 pgs: 121 active+clean; 342 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.5 MiB/s wr, 24 op/s 2024-07-27T18:29:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:24 smithi029 ceph-mon[96870]: osdmap e594: 8 total, 8 up, 8 in 2024-07-27T18:29:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:29:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:24 smithi029 ceph-mon[99353]: pgmap v554: 121 pgs: 121 active+clean; 342 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.5 MiB/s wr, 24 op/s 2024-07-27T18:29:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:24 smithi029 ceph-mon[99353]: osdmap e594: 8 total, 8 up, 8 in 2024-07-27T18:29:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:29:24.516 INFO:tasks.rados.rados.0.smithi029.stdout:2642: done (11 left) 2024-07-27T18:29:24.516 INFO:tasks.rados.rados.0.smithi029.stdout:2644: done (10 left) 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:2648: done (9 left) 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:2649: done (8 left) 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:2650: done (7 left) 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:2651: done (6 left) 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:2652: done (5 left) 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:2653: done (4 left) 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:2654: done (3 left) 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:2655: done (2 left) 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:2656: done (1 left) 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:2657: done (0 left) 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:2658: rollback oid 7 current snap is 259 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 7 to 254 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 259 2024-07-27T18:29:24.517 INFO:tasks.rados.rados.0.smithi029.stdout:2659: seq_num 826 ranges {1187840=638976,1826816=630784,2457600=573440} 2024-07-27T18:29:24.526 INFO:tasks.rados.rados.0.smithi029.stdout:2659: writing smithi02985406-37 from 1187840 to 1826816 tid 1 2024-07-27T18:29:24.529 INFO:tasks.rados.rados.0.smithi029.stdout:2659: writing smithi02985406-37 from 1826816 to 2457600 tid 2 2024-07-27T18:29:24.533 INFO:tasks.rados.rados.0.smithi029.stdout:2659: writing smithi02985406-37 from 2457600 to 3031040 tid 3 2024-07-27T18:29:24.533 INFO:tasks.rados.rados.0.smithi029.stdout:2660: read oid 41 snap 255 2024-07-27T18:29:24.533 INFO:tasks.rados.rados.0.smithi029.stdout:2660: expect (ObjNum 775 snap 240 seq_num 775) 2024-07-27T18:29:24.533 INFO:tasks.rados.rados.0.smithi029.stdout:2661: delete oid 16 current snap is 259 2024-07-27T18:29:24.533 INFO:tasks.rados.rados.0.smithi029.stdout:2658: finishing rollback tid 0 to smithi02985406-7 2024-07-27T18:29:24.533 INFO:tasks.rados.rados.0.smithi029.stdout:2658: finishing rollback tid 1 to smithi02985406-7 2024-07-27T18:29:24.534 INFO:tasks.rados.rados.0.smithi029.stdout:2658: finishing rollback tid 2 to smithi02985406-7 2024-07-27T18:29:24.534 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1790 (ObjNum 798 snap 252 seq_num 798) dirty exists 2024-07-27T18:29:24.534 INFO:tasks.rados.rados.0.smithi029.stdout:2659: finishing write tid 1 to smithi02985406-37 2024-07-27T18:29:24.534 INFO:tasks.rados.rados.0.smithi029.stdout:2659: finishing write tid 2 to smithi02985406-37 2024-07-27T18:29:24.534 INFO:tasks.rados.rados.0.smithi029.stdout:2658: done (3 left) 2024-07-27T18:29:24.534 INFO:tasks.rados.rados.0.smithi029.stdout:2661: done (2 left) 2024-07-27T18:29:24.534 INFO:tasks.rados.rados.0.smithi029.stdout:2662: delete oid 12 current snap is 259 2024-07-27T18:29:24.536 INFO:tasks.rados.rados.0.smithi029.stdout:2659: finishing write tid 3 to smithi02985406-37 2024-07-27T18:29:24.537 INFO:tasks.rados.rados.0.smithi029.stdout:2662: done (2 left) 2024-07-27T18:29:24.537 INFO:tasks.rados.rados.0.smithi029.stdout:2663: setattr oid 32 current snap is 259 2024-07-27T18:29:24.537 INFO:tasks.rados.rados.0.smithi029.stdout:2659: finishing write tid 4 to smithi02985406-37 2024-07-27T18:29:24.537 INFO:tasks.rados.rados.0.smithi029.stdout:2664: snap_remove snap 244 2024-07-27T18:29:24.742 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 systemd[1]: Stopping Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:29:25.040 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:29:24.740Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-07-27T18:29:25.041 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:29:24.740Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-07-27T18:29:25.041 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:29:24.741Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-07-27T18:29:25.041 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:29:24.741Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-07-27T18:29:25.041 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:29:24.741Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-07-27T18:29:25.041 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:29:24.741Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-07-27T18:29:25.041 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:29:24.741Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-07-27T18:29:25.041 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:29:24.741Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-07-27T18:29:25.041 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:29:24.741Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-07-27T18:29:25.041 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:29:24.741Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-07-27T18:29:25.041 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:29:24.741Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-07-27T18:29:25.041 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[80489]: ts=2024-07-27T18:29:24.741Z caller=main.go:1147 level=info msg="See you next time!" 2024-07-27T18:29:25.041 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:24 smithi179 podman[123205]: 2024-07-27 18:29:24.751048612 +0000 UTC m=+0.138124492 container died 14077408bc572e818cac2c81d0245ffa3431be1b300dbd12cb91b574c078d008 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:25.046 INFO:tasks.rados.rados.0.smithi029.stdout:2664: done (3 left) 2024-07-27T18:29:25.046 INFO:tasks.rados.rados.0.smithi029.stdout:2665: snap_create 2024-07-27T18:29:25.046 INFO:tasks.rados.rados.0.smithi029.stdout:2659: finishing write tid 5 to smithi02985406-37 2024-07-27T18:29:25.047 INFO:tasks.rados.rados.0.smithi029.stdout:2659: oid 37 updating version 0 to 1567 2024-07-27T18:29:25.047 INFO:tasks.rados.rados.0.smithi029.stdout:2659: oid 37 updating version 1567 to 1569 2024-07-27T18:29:25.047 INFO:tasks.rados.rados.0.smithi029.stdout:2659: oid 37 version 1569 is already newer than 1566 2024-07-27T18:29:25.047 INFO:tasks.rados.rados.0.smithi029.stdout:2659: oid 37 version 1569 is already newer than 1568 2024-07-27T18:29:25.047 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1569 (ObjNum 826 snap 259 seq_num 826) dirty exists 2024-07-27T18:29:25.047 INFO:tasks.rados.rados.0.smithi029.stdout:2659: left oid 37 (ObjNum 826 snap 259 seq_num 826) 2024-07-27T18:29:25.047 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 478 (ObjNum 813 snap 259 seq_num 813) dirty exists 2024-07-27T18:29:25.047 INFO:tasks.rados.rados.0.smithi029.stdout:2660: expect (ObjNum 775 snap 240 seq_num 775) 2024-07-27T18:29:25.365 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:25 smithi179 podman[123205]: 2024-07-27 18:29:25.138404315 +0000 UTC m=+0.525480194 container cleanup 14077408bc572e818cac2c81d0245ffa3431be1b300dbd12cb91b574c078d008 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:25.365 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:25 smithi179 bash[123205]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a 2024-07-27T18:29:25.663 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:25 smithi179 podman[123225]: 2024-07-27 18:29:25.364672548 +0000 UTC m=+0.615445733 container remove 14077408bc572e818cac2c81d0245ffa3431be1b300dbd12cb91b574c078d008 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:25.663 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:25 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-07-27T18:29:25.663 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:25 smithi179 systemd[1]: Stopped Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:29:25.663 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:25 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@prometheus.a.service: Consumed 2.687s CPU time. 2024-07-27T18:29:26.046 INFO:tasks.rados.rados.0.smithi029.stdout:2659: done (3 left) 2024-07-27T18:29:26.046 INFO:tasks.rados.rados.0.smithi029.stdout:2660: done (2 left) 2024-07-27T18:29:26.047 INFO:tasks.rados.rados.0.smithi029.stdout:2663: done (1 left) 2024-07-27T18:29:26.047 INFO:tasks.rados.rados.0.smithi029.stdout:2665: done (0 left) 2024-07-27T18:29:26.047 INFO:tasks.rados.rados.0.smithi029.stdout:2666: read oid 42 snap -1 2024-07-27T18:29:26.047 INFO:tasks.rados.rados.0.smithi029.stdout:2666: expect deleted 2024-07-27T18:29:26.047 INFO:tasks.rados.rados.0.smithi029.stdout:2667: snap_remove snap 257 2024-07-27T18:29:26.048 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:25 smithi179 systemd[1]: Starting Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:29:26.048 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:25 smithi179 podman[123356]: 2024-07-27 18:29:25.830117795 +0000 UTC m=+0.017956078 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-07-27T18:29:26.048 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:25 smithi179 podman[123356]: 2024-07-27 18:29:25.932474311 +0000 UTC m=+0.120312577 container create c400d246d34e86634c26edae676d6da50aff7162b9e99698f8743e807df474bc (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-mon[89801]: pgmap v556: 121 pgs: 121 active+clean; 351 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.8 MiB/s wr, 33 op/s 2024-07-27T18:29:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-mon[89801]: osdmap e595: 8 total, 8 up, 8 in 2024-07-27T18:29:26.413 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 podman[123356]: 2024-07-27 18:29:26.151370108 +0000 UTC m=+0.339208377 container init c400d246d34e86634c26edae676d6da50aff7162b9e99698f8743e807df474bc (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:26.413 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 podman[123356]: 2024-07-27 18:29:26.156154908 +0000 UTC m=+0.343993173 container start c400d246d34e86634c26edae676d6da50aff7162b9e99698f8743e807df474bc (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:26.413 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.180Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-07-27T18:29:26.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.180Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-07-27T18:29:26.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.180Z caller=main.go:570 level=info host_details="(Linux 5.14.0-480.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024 x86_64 smithi179 (none))" 2024-07-27T18:29:26.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.180Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-07-27T18:29:26.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.180Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-07-27T18:29:26.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.181Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-07-27T18:29:26.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.182Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-07-27T18:29:26.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.183Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-07-27T18:29:26.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.183Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-07-27T18:29:26.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.185Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-07-27T18:29:26.414 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.185Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.538µs 2024-07-27T18:29:26.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.185Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-07-27T18:29:26.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.187Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2024-07-27T18:29:26.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.194Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2024-07-27T18:29:26.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.195Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2024-07-27T18:29:26.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.199Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2024-07-27T18:29:26.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.200Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2024-07-27T18:29:26.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.200Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=20.634µs wal_replay_duration=14.500335ms wbl_replay_duration=114ns total_replay_duration=14.538561ms 2024-07-27T18:29:26.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.201Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-07-27T18:29:26.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.201Z caller=main.go:1029 level=info msg="TSDB started" 2024-07-27T18:29:26.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.201Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-07-27T18:29:26.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.221Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=20.045381ms db_storage=820ns remote_storage=1.112µs web_handler=330ns query_engine=635ns scrape=194.563µs scrape_sd=85.755µs notify=15.08µs notify_sd=27.401µs rules=19.402727ms tracing=6.056µs 2024-07-27T18:29:26.415 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.221Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-07-27T18:29:26.416 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T18:29:26.221Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-07-27T18:29:26.416 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 bash[123356]: c400d246d34e86634c26edae676d6da50aff7162b9e99698f8743e807df474bc 2024-07-27T18:29:26.416 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 18:29:26 smithi179 systemd[1]: Started Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:29:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:26 smithi029 ceph-mon[96870]: pgmap v556: 121 pgs: 121 active+clean; 351 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.8 MiB/s wr, 33 op/s 2024-07-27T18:29:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:26 smithi029 ceph-mon[96870]: osdmap e595: 8 total, 8 up, 8 in 2024-07-27T18:29:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:26 smithi029 ceph-mon[99353]: pgmap v556: 121 pgs: 121 active+clean; 351 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.8 MiB/s wr, 33 op/s 2024-07-27T18:29:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:26 smithi029 ceph-mon[99353]: osdmap e595: 8 total, 8 up, 8 in 2024-07-27T18:29:27.025 INFO:tasks.rados.rados.0.smithi029.stdout:2667: done (1 left) 2024-07-27T18:29:27.026 INFO:tasks.rados.rados.0.smithi029.stdout:2668: copy_from oid 21 from oid 12 current snap is 260 2024-07-27T18:29:27.026 INFO:tasks.rados.rados.0.smithi029.stdout:2666: done (1 left) 2024-07-27T18:29:27.026 INFO:tasks.rados.rados.0.smithi029.stdout:2669: copy_from oid 26 from oid 15 current snap is 260 2024-07-27T18:29:27.026 INFO:tasks.rados.rados.0.smithi029.stdout:2670: delete oid 37 current snap is 260 2024-07-27T18:29:27.033 INFO:tasks.rados.rados.0.smithi029.stdout:2668: finishing copy_from to smithi02985406-21 2024-07-27T18:29:27.034 INFO:tasks.rados.rados.0.smithi029.stdout:2668: got expected ENOENT (src dne) 2024-07-27T18:29:27.034 INFO:tasks.rados.rados.0.smithi029.stdout:2668: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:29:27.041 INFO:tasks.rados.rados.0.smithi029.stdout:2669: finishing copy_from racing read to smithi02985406-26 2024-07-27T18:29:27.041 INFO:tasks.rados.rados.0.smithi029.stdout:2669: finishing copy_from to smithi02985406-26 2024-07-27T18:29:27.041 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 1341 (ObjNum 736 snap 226 seq_num 736) dirty exists 2024-07-27T18:29:27.042 INFO:tasks.rados.rados.0.smithi029.stdout:2668: done (2 left) 2024-07-27T18:29:27.042 INFO:tasks.rados.rados.0.smithi029.stdout:2669: done (1 left) 2024-07-27T18:29:27.042 INFO:tasks.rados.rados.0.smithi029.stdout:2670: done (0 left) 2024-07-27T18:29:27.042 INFO:tasks.rados.rados.0.smithi029.stdout:2671: read oid 34 snap -1 2024-07-27T18:29:27.042 INFO:tasks.rados.rados.0.smithi029.stdout:2671: expect deleted 2024-07-27T18:29:27.042 INFO:tasks.rados.rados.0.smithi029.stdout:2672: snap_remove snap 255 2024-07-27T18:29:27.362 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:27 smithi029 ceph-mon[96870]: osdmap e596: 8 total, 8 up, 8 in 2024-07-27T18:29:27.363 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:27 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:27.363 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:27 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:27.363 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:27 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:27.363 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:27 smithi029 ceph-mon[96870]: osdmap e597: 8 total, 8 up, 8 in 2024-07-27T18:29:27.363 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:27 smithi029 ceph-mon[99353]: osdmap e596: 8 total, 8 up, 8 in 2024-07-27T18:29:27.363 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:27 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:27.363 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:27 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:27.363 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:27 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:27.363 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:27 smithi029 ceph-mon[99353]: osdmap e597: 8 total, 8 up, 8 in 2024-07-27T18:29:27.363 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:29:27.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:27 smithi179 ceph-mon[89801]: osdmap e596: 8 total, 8 up, 8 in 2024-07-27T18:29:27.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:27 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:27.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:27 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:27.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:27 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:27.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:27 smithi179 ceph-mon[89801]: osdmap e597: 8 total, 8 up, 8 in 2024-07-27T18:29:27.634 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (10m) 12s ago 11m 25.8M - 0.25.0 c8568f914cd2 0d3efd61c364 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (11m) 12s ago 11m 92.3M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (52s) 12s ago 12m 15.8M - 19.0.0-3645-g46c551b8 d1f7abeb237d e0daa033f603 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (32s) 12s ago 12m 12.8M - 19.0.0-3645-g46c551b8 d1f7abeb237d b56ce47e4372 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (6m) 12s ago 16m 442M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (7m) 12s ago 18m 516M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (6m) 12s ago 18m 66.3M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (5m) 12s ago 16m 54.5M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (6m) 12s ago 16m 59.2M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (20s) 12s ago 10m 8526k - 1.5.0 0da6a335fe13 552fd7ef5507 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (16s) 12s ago 10m 3338k - 1.5.0 0da6a335fe13 9dc2057dcc25 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (5m) 12s ago 16m 272M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d f8777ac80a25 2024-07-27T18:29:27.635 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (4m) 12s ago 15m 187M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cc8b7a514095 2024-07-27T18:29:27.636 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (4m) 12s ago 15m 236M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cd34200f210b 2024-07-27T18:29:27.636 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (3m) 12s ago 14m 116M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d 4034d1c99649 2024-07-27T18:29:27.636 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (2m) 12s ago 14m 190M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6e62ebd79c14 2024-07-27T18:29:27.636 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (2m) 12s ago 14m 201M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d a5371f3565ce 2024-07-27T18:29:27.636 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (104s) 12s ago 13m 110M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6b7047a2e716 2024-07-27T18:29:27.636 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (71s) 12s ago 13m 124M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d e71a33cb7699 2024-07-27T18:29:27.636 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 starting - - - - 2024-07-27T18:29:27.970 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 8 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:29:27.971 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:29:27.972 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 15 2024-07-27T18:29:27.972 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:29:27.972 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:29:28.025 INFO:tasks.rados.rados.0.smithi029.stdout:2672: done (1 left) 2024-07-27T18:29:28.026 INFO:tasks.rados.rados.0.smithi029.stdout:2673: copy_from oid 3 from oid 22 current snap is 260 2024-07-27T18:29:28.026 INFO:tasks.rados.rados.0.smithi029.stdout:2674: delete oid 44 current snap is 260 2024-07-27T18:29:28.042 INFO:tasks.rados.rados.0.smithi029.stdout:2671: done (2 left) 2024-07-27T18:29:28.042 INFO:tasks.rados.rados.0.smithi029.stdout:2674: done (1 left) 2024-07-27T18:29:28.042 INFO:tasks.rados.rados.0.smithi029.stdout:2675: read oid 31 snap -1 2024-07-27T18:29:28.042 INFO:tasks.rados.rados.0.smithi029.stdout:2675: expect (ObjNum 766 snap 237 seq_num 766) 2024-07-27T18:29:28.043 INFO:tasks.rados.rados.0.smithi029.stdout:2676: snap_create 2024-07-27T18:29:28.049 INFO:tasks.rados.rados.0.smithi029.stdout:2675: expect (ObjNum 766 snap 237 seq_num 766) 2024-07-27T18:29:28.074 INFO:tasks.rados.rados.0.smithi029.stdout:2673: finishing copy_from racing read to smithi02985406-3 2024-07-27T18:29:28.074 INFO:tasks.rados.rados.0.smithi029.stdout:2673: finishing copy_from to smithi02985406-3 2024-07-27T18:29:28.075 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 979 (ObjNum 726 snap 224 seq_num 726) dirty exists 2024-07-27T18:29:28.643 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:28 smithi029 ceph-mon[96870]: pgmap v559: 121 pgs: 121 active+clean; 356 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 3.7 MiB/s wr, 39 op/s 2024-07-27T18:29:28.643 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:28 smithi029 ceph-mon[96870]: from='client.44348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:29:28.643 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:28 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1366511946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:28.643 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:28 smithi029 ceph-mon[96870]: osdmap e598: 8 total, 8 up, 8 in 2024-07-27T18:29:28.644 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:28 smithi029 ceph-mon[99353]: pgmap v559: 121 pgs: 121 active+clean; 356 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 3.7 MiB/s wr, 39 op/s 2024-07-27T18:29:28.644 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:28 smithi029 ceph-mon[99353]: from='client.44348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:29:28.644 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:28 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1366511946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:28.644 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:28 smithi029 ceph-mon[99353]: osdmap e598: 8 total, 8 up, 8 in 2024-07-27T18:29:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:28 smithi179 ceph-mon[89801]: pgmap v559: 121 pgs: 121 active+clean; 356 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 3.7 MiB/s wr, 39 op/s 2024-07-27T18:29:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:28 smithi179 ceph-mon[89801]: from='client.44348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:29:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:28 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1366511946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:28 smithi179 ceph-mon[89801]: osdmap e598: 8 total, 8 up, 8 in 2024-07-27T18:29:29.026 INFO:tasks.rados.rados.0.smithi029.stdout:2673: done (2 left) 2024-07-27T18:29:29.027 INFO:tasks.rados.rados.0.smithi029.stdout:2675: done (1 left) 2024-07-27T18:29:29.027 INFO:tasks.rados.rados.0.smithi029.stdout:2676: done (0 left) 2024-07-27T18:29:29.027 INFO:tasks.rados.rados.0.smithi029.stdout:2677: read oid 47 snap -1 2024-07-27T18:29:29.027 INFO:tasks.rados.rados.0.smithi029.stdout:2677: expect deleted 2024-07-27T18:29:29.027 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 261 2024-07-27T18:29:29.027 INFO:tasks.rados.rados.0.smithi029.stdout:2678: seq_num 831 ranges {0=720896,720896=499712,1220608=704512} 2024-07-27T18:29:29.030 INFO:tasks.rados.rados.0.smithi029.stdout:2678: writing smithi02985406-12 from 0 to 720896 tid 1 2024-07-27T18:29:29.033 INFO:tasks.rados.rados.0.smithi029.stdout:2678: writing smithi02985406-12 from 720896 to 1220608 tid 2 2024-07-27T18:29:29.037 INFO:tasks.rados.rados.0.smithi029.stdout:2678: writing smithi02985406-12 from 1220608 to 1925120 tid 3 2024-07-27T18:29:29.038 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 261 2024-07-27T18:29:29.038 INFO:tasks.rados.rados.0.smithi029.stdout:2679: seq_num 832 ranges {10043392=737280,10780672=786432,11567104=417792} 2024-07-27T18:29:29.096 INFO:tasks.rados.rados.0.smithi029.stdout:2679: writing smithi02985406-8 from 10043392 to 10780672 tid 1 2024-07-27T18:29:29.101 INFO:tasks.rados.rados.0.smithi029.stdout:2679: writing smithi02985406-8 from 10780672 to 11567104 tid 2 2024-07-27T18:29:29.103 INFO:tasks.rados.rados.0.smithi029.stdout:2679: writing smithi02985406-8 from 11567104 to 11984896 tid 3 2024-07-27T18:29:29.104 INFO:tasks.rados.rados.0.smithi029.stdout:2680: delete oid 31 current snap is 261 2024-07-27T18:29:29.104 INFO:tasks.rados.rados.0.smithi029.stdout:2678: finishing write tid 1 to smithi02985406-12 2024-07-27T18:29:29.104 INFO:tasks.rados.rados.0.smithi029.stdout:2678: finishing write tid 2 to smithi02985406-12 2024-07-27T18:29:29.104 INFO:tasks.rados.rados.0.smithi029.stdout:2678: finishing write tid 3 to smithi02985406-12 2024-07-27T18:29:29.104 INFO:tasks.rados.rados.0.smithi029.stdout:2678: finishing write tid 4 to smithi02985406-12 2024-07-27T18:29:29.104 INFO:tasks.rados.rados.0.smithi029.stdout:2678: finishing write tid 5 to smithi02985406-12 2024-07-27T18:29:29.104 INFO:tasks.rados.rados.0.smithi029.stdout:2678: oid 12 updating version 0 to 1488 2024-07-27T18:29:29.104 INFO:tasks.rados.rados.0.smithi029.stdout:2678: oid 12 version 1488 is already newer than 1486 2024-07-27T18:29:29.104 INFO:tasks.rados.rados.0.smithi029.stdout:2678: oid 12 updating version 1488 to 1489 2024-07-27T18:29:29.104 INFO:tasks.rados.rados.0.smithi029.stdout:2678: oid 12 version 1489 is already newer than 1487 2024-07-27T18:29:29.104 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 1489 (ObjNum 831 snap 261 seq_num 831) dirty exists 2024-07-27T18:29:29.104 INFO:tasks.rados.rados.0.smithi029.stdout:2678: left oid 12 (ObjNum 831 snap 261 seq_num 831) 2024-07-27T18:29:29.105 INFO:tasks.rados.rados.0.smithi029.stdout:2679: finishing write tid 1 to smithi02985406-8 2024-07-27T18:29:29.106 INFO:tasks.rados.rados.0.smithi029.stdout:2677: done (3 left) 2024-07-27T18:29:29.106 INFO:tasks.rados.rados.0.smithi029.stdout:2678: done (2 left) 2024-07-27T18:29:29.106 INFO:tasks.rados.rados.0.smithi029.stdout:2680: done (1 left) 2024-07-27T18:29:29.106 INFO:tasks.rados.rados.0.smithi029.stdout:2681: delete oid 12 current snap is 261 2024-07-27T18:29:29.107 INFO:tasks.rados.rados.0.smithi029.stdout:2679: finishing write tid 2 to smithi02985406-8 2024-07-27T18:29:29.107 INFO:tasks.rados.rados.0.smithi029.stdout:2679: finishing write tid 3 to smithi02985406-8 2024-07-27T18:29:29.108 INFO:tasks.rados.rados.0.smithi029.stdout:2679: finishing write tid 4 to smithi02985406-8 2024-07-27T18:29:29.109 INFO:tasks.rados.rados.0.smithi029.stdout:2681: done (1 left) 2024-07-27T18:29:29.109 INFO:tasks.rados.rados.0.smithi029.stdout:2682: read oid 46 snap -1 2024-07-27T18:29:29.109 INFO:tasks.rados.rados.0.smithi029.stdout:2682: expect (ObjNum 759 snap 235 seq_num 759) 2024-07-27T18:29:29.109 INFO:tasks.rados.rados.0.smithi029.stdout:2683: read oid 44 snap -1 2024-07-27T18:29:29.109 INFO:tasks.rados.rados.0.smithi029.stdout:2683: expect deleted 2024-07-27T18:29:29.109 INFO:tasks.rados.rados.0.smithi029.stdout:2684: snap_remove snap 259 2024-07-27T18:29:29.603 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:29 smithi179 ceph-mon[89801]: from='client.44354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:29:29.603 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:29 smithi179 ceph-mon[89801]: osdmap e599: 8 total, 8 up, 8 in 2024-07-27T18:29:29.626 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:29 smithi029 ceph-mon[96870]: from='client.44354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:29:29.626 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:29 smithi029 ceph-mon[96870]: osdmap e599: 8 total, 8 up, 8 in 2024-07-27T18:29:29.626 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:29 smithi029 ceph-mon[99353]: from='client.44354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:29:29.626 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:29 smithi029 ceph-mon[99353]: osdmap e599: 8 total, 8 up, 8 in 2024-07-27T18:29:30.028 INFO:tasks.rados.rados.0.smithi029.stdout:2684: done (3 left) 2024-07-27T18:29:30.028 INFO:tasks.rados.rados.0.smithi029.stdout:2685: copy_from oid 28 from oid 43 current snap is 261 2024-07-27T18:29:30.028 INFO:tasks.rados.rados.0.smithi029.stdout:2686: snap_create 2024-07-27T18:29:30.028 INFO:tasks.rados.rados.0.smithi029.stdout:2679: finishing write tid 5 to smithi02985406-8 2024-07-27T18:29:30.028 INFO:tasks.rados.rados.0.smithi029.stdout:2679: oid 8 updating version 0 to 1853 2024-07-27T18:29:30.028 INFO:tasks.rados.rados.0.smithi029.stdout:2679: oid 8 version 1853 is already newer than 1851 2024-07-27T18:29:30.028 INFO:tasks.rados.rados.0.smithi029.stdout:2679: oid 8 version 1853 is already newer than 1852 2024-07-27T18:29:30.028 INFO:tasks.rados.rados.0.smithi029.stdout:2679: oid 8 version 1853 is already newer than 1850 2024-07-27T18:29:30.029 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 1853 (ObjNum 832 snap 261 seq_num 832) dirty exists 2024-07-27T18:29:30.029 INFO:tasks.rados.rados.0.smithi029.stdout:2679: left oid 8 (ObjNum 832 snap 261 seq_num 832) 2024-07-27T18:29:30.029 INFO:tasks.rados.rados.0.smithi029.stdout:2682: expect (ObjNum 759 snap 235 seq_num 759) 2024-07-27T18:29:30.126 INFO:tasks.rados.rados.0.smithi029.stdout:2685: finishing copy_from racing read to smithi02985406-28 2024-07-27T18:29:30.126 INFO:tasks.rados.rados.0.smithi029.stdout:2685: finishing copy_from to smithi02985406-28 2024-07-27T18:29:30.126 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 1499 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:29:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:30 smithi179 ceph-mon[89801]: pgmap v562: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 355 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 1.9 MiB/s wr, 27 op/s 2024-07-27T18:29:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:30 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:30 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:30 smithi179 ceph-mon[89801]: osdmap e600: 8 total, 8 up, 8 in 2024-07-27T18:29:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:30 smithi029 ceph-mon[96870]: pgmap v562: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 355 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 1.9 MiB/s wr, 27 op/s 2024-07-27T18:29:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:30 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:30 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:30 smithi029 ceph-mon[96870]: osdmap e600: 8 total, 8 up, 8 in 2024-07-27T18:29:30.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:30 smithi029 ceph-mon[99353]: pgmap v562: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 355 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 1.9 MiB/s wr, 27 op/s 2024-07-27T18:29:30.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:30 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:30.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:30 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:30.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:30 smithi029 ceph-mon[99353]: osdmap e600: 8 total, 8 up, 8 in 2024-07-27T18:29:31.029 INFO:tasks.rados.rados.0.smithi029.stdout:2679: done (4 left) 2024-07-27T18:29:31.029 INFO:tasks.rados.rados.0.smithi029.stdout:2682: done (3 left) 2024-07-27T18:29:31.029 INFO:tasks.rados.rados.0.smithi029.stdout:2683: done (2 left) 2024-07-27T18:29:31.029 INFO:tasks.rados.rados.0.smithi029.stdout:2685: done (1 left) 2024-07-27T18:29:31.029 INFO:tasks.rados.rados.0.smithi029.stdout:2686: done (0 left) 2024-07-27T18:29:31.029 INFO:tasks.rados.rados.0.smithi029.stdout:2687: setattr oid 23 current snap is 262 2024-07-27T18:29:31.030 INFO:tasks.rados.rados.0.smithi029.stdout:2688: snap_create 2024-07-27T18:29:31.036 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1451 (ObjNum 803 snap 254 seq_num 803) dirty exists 2024-07-27T18:29:31.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:31 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:31.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:31 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:31.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:31 smithi179 ceph-mon[89801]: pgmap v565: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 357 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 556 KiB/s wr, 12 op/s 2024-07-27T18:29:31.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:31 smithi179 ceph-mon[89801]: osdmap e601: 8 total, 8 up, 8 in 2024-07-27T18:29:32.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:31 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:32.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:31 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:32.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:31 smithi029 ceph-mon[96870]: pgmap v565: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 357 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 556 KiB/s wr, 12 op/s 2024-07-27T18:29:32.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:31 smithi029 ceph-mon[96870]: osdmap e601: 8 total, 8 up, 8 in 2024-07-27T18:29:32.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:31 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:32.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:31 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:32.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:31 smithi029 ceph-mon[99353]: pgmap v565: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 357 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 556 KiB/s wr, 12 op/s 2024-07-27T18:29:32.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:31 smithi029 ceph-mon[99353]: osdmap e601: 8 total, 8 up, 8 in 2024-07-27T18:29:32.025 INFO:tasks.rados.rados.0.smithi029.stdout:2687: done (1 left) 2024-07-27T18:29:32.025 INFO:tasks.rados.rados.0.smithi029.stdout:2688: done (0 left) 2024-07-27T18:29:32.025 INFO:tasks.rados.rados.0.smithi029.stdout:2689: read oid 30 snap 242 2024-07-27T18:29:32.025 INFO:tasks.rados.rados.0.smithi029.stdout:2689: expect (ObjNum 701 snap 216 seq_num 701) 2024-07-27T18:29:32.025 INFO:tasks.rados.rados.0.smithi029.stdout:2690: delete oid 39 current snap is 263 2024-07-27T18:29:32.031 INFO:tasks.rados.rados.0.smithi029.stdout:2690: done (1 left) 2024-07-27T18:29:32.031 INFO:tasks.rados.rados.0.smithi029.stdout:2691: snap_remove snap 239 2024-07-27T18:29:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:29:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:29:32] "GET /metrics HTTP/1.1" 200 36344 "" "Prometheus/2.43.0" 2024-07-27T18:29:33.031 INFO:tasks.rados.rados.0.smithi029.stdout:2691: done (1 left) 2024-07-27T18:29:33.031 INFO:tasks.rados.rados.0.smithi029.stdout:2692: read oid 18 snap -1 2024-07-27T18:29:33.031 INFO:tasks.rados.rados.0.smithi029.stdout:2692: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:29:33.031 INFO:tasks.rados.rados.0.smithi029.stdout:2693: setattr oid 7 current snap is 263 2024-07-27T18:29:33.034 INFO:tasks.rados.rados.0.smithi029.stdout:2694: snap_create 2024-07-27T18:29:33.034 INFO:tasks.rados.rados.0.smithi029.stdout:2689: expect (ObjNum 701 snap 216 seq_num 701) 2024-07-27T18:29:33.379 INFO:tasks.rados.rados.0.smithi029.stdout:2692: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:29:33.383 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1818 (ObjNum 798 snap 252 seq_num 798) dirty exists 2024-07-27T18:29:33.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:33 smithi179 ceph-mon[89801]: osdmap e602: 8 total, 8 up, 8 in 2024-07-27T18:29:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:33 smithi029 ceph-mon[96870]: osdmap e602: 8 total, 8 up, 8 in 2024-07-27T18:29:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:33 smithi029 ceph-mon[99353]: osdmap e602: 8 total, 8 up, 8 in 2024-07-27T18:29:34.034 INFO:tasks.rados.rados.0.smithi029.stdout:2689: done (3 left) 2024-07-27T18:29:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:2692: done (2 left) 2024-07-27T18:29:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:2693: done (1 left) 2024-07-27T18:29:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:2694: done (0 left) 2024-07-27T18:29:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:2695: read oid 21 snap -1 2024-07-27T18:29:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:2695: expect (ObjNum 823 snap 259 seq_num 823) 2024-07-27T18:29:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:2696: read oid 16 snap -1 2024-07-27T18:29:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:2696: expect deleted 2024-07-27T18:29:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:2697: read oid 33 snap -1 2024-07-27T18:29:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:2697: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:29:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:2698: read oid 24 snap -1 2024-07-27T18:29:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:2698: expect deleted 2024-07-27T18:29:34.035 INFO:tasks.rados.rados.0.smithi029.stdout:2699: delete oid 26 current snap is 264 2024-07-27T18:29:34.037 INFO:tasks.rados.rados.0.smithi029.stdout:2697: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:29:34.042 INFO:tasks.rados.rados.0.smithi029.stdout:2696: done (4 left) 2024-07-27T18:29:34.042 INFO:tasks.rados.rados.0.smithi029.stdout:2697: done (3 left) 2024-07-27T18:29:34.042 INFO:tasks.rados.rados.0.smithi029.stdout:2698: done (2 left) 2024-07-27T18:29:34.042 INFO:tasks.rados.rados.0.smithi029.stdout:2699: done (1 left) 2024-07-27T18:29:34.043 INFO:tasks.rados.rados.0.smithi029.stdout:2700: delete oid 8 current snap is 264 2024-07-27T18:29:34.045 INFO:tasks.rados.rados.0.smithi029.stdout:2695: expect (ObjNum 823 snap 259 seq_num 823) 2024-07-27T18:29:34.093 INFO:tasks.rados.rados.0.smithi029.stdout:2695: done (1 left) 2024-07-27T18:29:34.093 INFO:tasks.rados.rados.0.smithi029.stdout:2700: done (0 left) 2024-07-27T18:29:34.093 INFO:tasks.rados.rados.0.smithi029.stdout:2701: copy_from oid 45 from oid 18 current snap is 264 2024-07-27T18:29:34.093 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 264 2024-07-27T18:29:34.093 INFO:tasks.rados.rados.0.smithi029.stdout:2702: seq_num 838 ranges {3366912=442368,3809280=540672,4349952=532480,4882432=442368,5324800=90112} 2024-07-27T18:29:34.114 INFO:tasks.rados.rados.0.smithi029.stdout:2702: writing smithi02985406-6 from 3366912 to 3809280 tid 1 2024-07-27T18:29:34.116 INFO:tasks.rados.rados.0.smithi029.stdout:2702: writing smithi02985406-6 from 3809280 to 4349952 tid 2 2024-07-27T18:29:34.119 INFO:tasks.rados.rados.0.smithi029.stdout:2702: writing smithi02985406-6 from 4349952 to 4882432 tid 3 2024-07-27T18:29:34.122 INFO:tasks.rados.rados.0.smithi029.stdout:2702: writing smithi02985406-6 from 4882432 to 5324800 tid 4 2024-07-27T18:29:34.123 INFO:tasks.rados.rados.0.smithi029.stdout:2702: writing smithi02985406-6 from 5324800 to 5414912 tid 5 2024-07-27T18:29:34.123 INFO:tasks.rados.rados.0.smithi029.stdout:2703: copy_from oid 41 from oid 11 current snap is 264 2024-07-27T18:29:34.123 INFO:tasks.rados.rados.0.smithi029.stdout:2701: finishing copy_from racing read to smithi02985406-45 2024-07-27T18:29:34.123 INFO:tasks.rados.rados.0.smithi029.stdout:2701: finishing copy_from to smithi02985406-45 2024-07-27T18:29:34.123 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 1784 (ObjNum 65 snap 0 seq_num 1717199457) dirty exists 2024-07-27T18:29:34.123 INFO:tasks.rados.rados.0.smithi029.stdout:2702: finishing write tid 1 to smithi02985406-6 2024-07-27T18:29:34.123 INFO:tasks.rados.rados.0.smithi029.stdout:2702: finishing write tid 2 to smithi02985406-6 2024-07-27T18:29:34.123 INFO:tasks.rados.rados.0.smithi029.stdout:2702: finishing write tid 3 to smithi02985406-6 2024-07-27T18:29:34.123 INFO:tasks.rados.rados.0.smithi029.stdout:2701: done (2 left) 2024-07-27T18:29:34.123 INFO:tasks.rados.rados.0.smithi029.stdout:2704: setattr oid 30 current snap is 264 2024-07-27T18:29:34.124 INFO:tasks.rados.rados.0.smithi029.stdout:2703: finishing copy_from to smithi02985406-41 2024-07-27T18:29:34.124 INFO:tasks.rados.rados.0.smithi029.stdout:2703: got expected ENOENT (src dne) 2024-07-27T18:29:34.124 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 264 2024-07-27T18:29:34.124 INFO:tasks.rados.rados.0.smithi029.stdout:2705: seq_num 839 ranges {0=458752,458752=425984,884736=688128,1572864=491520} 2024-07-27T18:29:34.127 INFO:tasks.rados.rados.0.smithi029.stdout:2705: writing smithi02985406-47 from 0 to 458752 tid 1 2024-07-27T18:29:34.129 INFO:tasks.rados.rados.0.smithi029.stdout:2705: writing smithi02985406-47 from 458752 to 884736 tid 2 2024-07-27T18:29:34.133 INFO:tasks.rados.rados.0.smithi029.stdout:2705: writing smithi02985406-47 from 884736 to 1572864 tid 3 2024-07-27T18:29:34.136 INFO:tasks.rados.rados.0.smithi029.stdout:2705: writing smithi02985406-47 from 1572864 to 2064384 tid 4 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:2706: rollback oid 32 current snap is 264 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 32 to 236 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:2703: finishing copy_from racing read to smithi02985406-41 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:2702: finishing write tid 4 to smithi02985406-6 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:2702: finishing write tid 5 to smithi02985406-6 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:2702: finishing write tid 6 to smithi02985406-6 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1452 (ObjNum 701 snap 216 seq_num 701) dirty exists 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:2702: finishing write tid 7 to smithi02985406-6 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:2702: oid 6 updating version 0 to 1611 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:2702: oid 6 version 1611 is already newer than 1609 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:2702: oid 6 version 1611 is already newer than 1610 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:2702: oid 6 updating version 1611 to 1614 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:2702: oid 6 version 1614 is already newer than 1613 2024-07-27T18:29:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:2702: oid 6 version 1614 is already newer than 1612 2024-07-27T18:29:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1614 (ObjNum 838 snap 264 seq_num 838) dirty exists 2024-07-27T18:29:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:2702: left oid 6 (ObjNum 838 snap 264 seq_num 838) 2024-07-27T18:29:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:2705: finishing write tid 1 to smithi02985406-47 2024-07-27T18:29:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:2705: finishing write tid 2 to smithi02985406-47 2024-07-27T18:29:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:2702: done (4 left) 2024-07-27T18:29:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:2703: done (3 left) 2024-07-27T18:29:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:2704: done (2 left) 2024-07-27T18:29:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:2707: setattr oid 21 current snap is 264 2024-07-27T18:29:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:2705: finishing write tid 3 to smithi02985406-47 2024-07-27T18:29:34.140 INFO:tasks.rados.rados.0.smithi029.stdout:2708: copy_from oid 18 from oid 4 current snap is 264 2024-07-27T18:29:34.140 INFO:tasks.rados.rados.0.smithi029.stdout:2709: rmattr oid 6 current snap is 264 2024-07-27T18:29:34.140 INFO:tasks.rados.rados.0.smithi029.stdout:2709: done (4 left) 2024-07-27T18:29:34.140 INFO:tasks.rados.rados.0.smithi029.stdout:2710: copy_from oid 30 from oid 48 current snap is 264 2024-07-27T18:29:34.140 INFO:tasks.rados.rados.0.smithi029.stdout:2711: read oid 43 snap -1 2024-07-27T18:29:34.140 INFO:tasks.rados.rados.0.smithi029.stdout:2711: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:29:34.141 INFO:tasks.rados.rados.0.smithi029.stdout:2712: delete oid 10 current snap is 264 2024-07-27T18:29:34.141 INFO:tasks.rados.rados.0.smithi029.stdout:2706: finishing rollback tid 0 to smithi02985406-32 2024-07-27T18:29:34.141 INFO:tasks.rados.rados.0.smithi029.stdout:2706: finishing rollback tid 1 to smithi02985406-32 2024-07-27T18:29:34.141 INFO:tasks.rados.rados.0.smithi029.stdout:2706: finishing rollback tid 2 to smithi02985406-32 2024-07-27T18:29:34.141 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 481 (ObjNum 652 snap 198 seq_num 652) dirty exists 2024-07-27T18:29:34.141 INFO:tasks.rados.rados.0.smithi029.stdout:2705: finishing write tid 4 to smithi02985406-47 2024-07-27T18:29:34.142 INFO:tasks.rados.rados.0.smithi029.stdout:2705: finishing write tid 5 to smithi02985406-47 2024-07-27T18:29:34.143 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 964 (ObjNum 823 snap 259 seq_num 823) dirty exists 2024-07-27T18:29:34.143 INFO:tasks.rados.rados.0.smithi029.stdout:2705: finishing write tid 6 to smithi02985406-47 2024-07-27T18:29:34.143 INFO:tasks.rados.rados.0.smithi029.stdout:2705: oid 47 updating version 0 to 1871 2024-07-27T18:29:34.143 INFO:tasks.rados.rados.0.smithi029.stdout:2705: oid 47 version 1871 is already newer than 1870 2024-07-27T18:29:34.144 INFO:tasks.rados.rados.0.smithi029.stdout:2705: oid 47 updating version 1871 to 1874 2024-07-27T18:29:34.144 INFO:tasks.rados.rados.0.smithi029.stdout:2705: oid 47 version 1874 is already newer than 1872 2024-07-27T18:29:34.144 INFO:tasks.rados.rados.0.smithi029.stdout:2705: oid 47 version 1874 is already newer than 1873 2024-07-27T18:29:34.144 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 1874 (ObjNum 839 snap 264 seq_num 839) dirty exists 2024-07-27T18:29:34.144 INFO:tasks.rados.rados.0.smithi029.stdout:2705: left oid 47 (ObjNum 839 snap 264 seq_num 839) 2024-07-27T18:29:34.146 INFO:tasks.rados.rados.0.smithi029.stdout:2710: finishing copy_from to smithi02985406-30 2024-07-27T18:29:34.147 INFO:tasks.rados.rados.0.smithi029.stdout:2710: got expected ENOENT (src dne) 2024-07-27T18:29:34.147 INFO:tasks.rados.rados.0.smithi029.stdout:2710: finishing copy_from racing read to smithi02985406-30 2024-07-27T18:29:34.149 INFO:tasks.rados.rados.0.smithi029.stdout:2705: done (6 left) 2024-07-27T18:29:34.149 INFO:tasks.rados.rados.0.smithi029.stdout:2706: done (5 left) 2024-07-27T18:29:34.149 INFO:tasks.rados.rados.0.smithi029.stdout:2707: done (4 left) 2024-07-27T18:29:34.149 INFO:tasks.rados.rados.0.smithi029.stdout:2710: done (3 left) 2024-07-27T18:29:34.149 INFO:tasks.rados.rados.0.smithi029.stdout:2712: done (2 left) 2024-07-27T18:29:34.149 INFO:tasks.rados.rados.0.smithi029.stdout:2713: rmattr oid 38 current snap is 264 2024-07-27T18:29:34.149 INFO:tasks.rados.rados.0.smithi029.stdout:2713: done (2 left) 2024-07-27T18:29:34.149 INFO:tasks.rados.rados.0.smithi029.stdout:2714: delete oid 22 current snap is 264 2024-07-27T18:29:34.154 INFO:tasks.rados.rados.0.smithi029.stdout:2714: done (2 left) 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:2715: rollback oid 24 current snap is 264 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 24 to 253 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:2716: rollback oid 22 current snap is 264 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 22 to 213 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:2717: read oid 33 snap 249 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:2717: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:2718: read oid 38 snap 261 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:2718: expect (ObjNum 810 snap 256 seq_num 810) 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:2719: rollback oid 21 current snap is 264 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 21 to 250 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:2720: rollback oid 25 current snap is 264 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 25 to 245 2024-07-27T18:29:34.155 INFO:tasks.rados.rados.0.smithi029.stdout:2721: snap_create 2024-07-27T18:29:34.158 INFO:tasks.rados.rados.0.smithi029.stdout:2717: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:29:34.162 INFO:tasks.rados.rados.0.smithi029.stdout:2716: finishing rollback tid 1 to smithi02985406-22 2024-07-27T18:29:34.162 INFO:tasks.rados.rados.0.smithi029.stdout:2715: finishing rollback tid 1 to smithi02985406-24 2024-07-27T18:29:34.162 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 1484 (ObjNum 161 snap 0 seq_num 0) dirty dne 2024-07-27T18:29:34.163 INFO:tasks.rados.rados.0.smithi029.stdout:2716: finishing rollback tid 2 to smithi02985406-22 2024-07-27T18:29:34.163 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 986 (ObjNum 693 snap 212 seq_num 693) dirty exists 2024-07-27T18:29:34.163 INFO:tasks.rados.rados.0.smithi029.stdout:2719: finishing rollback tid 0 to smithi02985406-21 2024-07-27T18:29:34.163 INFO:tasks.rados.rados.0.smithi029.stdout:2719: finishing rollback tid 1 to smithi02985406-21 2024-07-27T18:29:34.163 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 966 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-07-27T18:29:34.170 INFO:tasks.rados.rados.0.smithi029.stdout:2718: expect (ObjNum 810 snap 256 seq_num 810) 2024-07-27T18:29:34.218 INFO:tasks.rados.rados.0.smithi029.stdout:2711: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:29:34.349 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: pgmap v568: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 359 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 11 op/s 2024-07-27T18:29:34.349 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: osdmap e603: 8 total, 8 up, 8 in 2024-07-27T18:29:34.349 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.350 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.351 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.351 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.351 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.351 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.351 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.351 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.351 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.351 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: pgmap v568: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 359 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 11 op/s 2024-07-27T18:29:34.351 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: osdmap e603: 8 total, 8 up, 8 in 2024-07-27T18:29:34.351 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:34.351 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.352 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.353 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.353 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.353 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.353 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.353 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: pgmap v568: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 359 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 11 op/s 2024-07-27T18:29:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: osdmap e603: 8 total, 8 up, 8 in 2024-07-27T18:29:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:29:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:29:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:34.486 INFO:tasks.rados.rados.0.smithi029.stdout:2720: finishing rollback tid 1 to smithi02985406-25 2024-07-27T18:29:34.487 INFO:tasks.rados.rados.0.smithi029.stdout:2720: finishing rollback tid 2 to smithi02985406-25 2024-07-27T18:29:34.487 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1876 (ObjNum 734 snap 226 seq_num 734) dirty exists 2024-07-27T18:29:34.487 INFO:tasks.rados.rados.0.smithi029.stdout:2708: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:29:34.487 INFO:tasks.rados.rados.0.smithi029.stdout:2708: finishing copy_from to smithi02985406-18 2024-07-27T18:29:34.487 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 1616 (ObjNum 804 snap 255 seq_num 804) dirty exists 2024-07-27T18:29:35.039 INFO:tasks.rados.rados.0.smithi029.stdout:2708: done (8 left) 2024-07-27T18:29:35.039 INFO:tasks.rados.rados.0.smithi029.stdout:2711: done (7 left) 2024-07-27T18:29:35.039 INFO:tasks.rados.rados.0.smithi029.stdout:2715: done (6 left) 2024-07-27T18:29:35.039 INFO:tasks.rados.rados.0.smithi029.stdout:2716: done (5 left) 2024-07-27T18:29:35.039 INFO:tasks.rados.rados.0.smithi029.stdout:2717: done (4 left) 2024-07-27T18:29:35.040 INFO:tasks.rados.rados.0.smithi029.stdout:2718: done (3 left) 2024-07-27T18:29:35.040 INFO:tasks.rados.rados.0.smithi029.stdout:2719: done (2 left) 2024-07-27T18:29:35.040 INFO:tasks.rados.rados.0.smithi029.stdout:2720: done (1 left) 2024-07-27T18:29:35.040 INFO:tasks.rados.rados.0.smithi029.stdout:2721: done (0 left) 2024-07-27T18:29:35.040 INFO:tasks.rados.rados.0.smithi029.stdout:2722: copy_from oid 12 from oid 43 current snap is 265 2024-07-27T18:29:35.040 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 265 2024-07-27T18:29:35.040 INFO:tasks.rados.rados.0.smithi029.stdout:2723: seq_num 842 ranges {0=507904,507904=475136,983040=516096,1499136=499712,1998848=114688} 2024-07-27T18:29:35.042 INFO:tasks.rados.rados.0.smithi029.stdout:2723: writing smithi02985406-49 from 0 to 507904 tid 1 2024-07-27T18:29:35.044 INFO:tasks.rados.rados.0.smithi029.stdout:2723: writing smithi02985406-49 from 507904 to 983040 tid 2 2024-07-27T18:29:35.047 INFO:tasks.rados.rados.0.smithi029.stdout:2723: writing smithi02985406-49 from 983040 to 1499136 tid 3 2024-07-27T18:29:35.050 INFO:tasks.rados.rados.0.smithi029.stdout:2723: writing smithi02985406-49 from 1499136 to 1998848 tid 4 2024-07-27T18:29:35.053 INFO:tasks.rados.rados.0.smithi029.stdout:2723: writing smithi02985406-49 from 1998848 to 2113536 tid 5 2024-07-27T18:29:35.053 INFO:tasks.rados.rados.0.smithi029.stdout:2724: copy_from oid 6 from oid 21 current snap is 265 2024-07-27T18:29:35.053 INFO:tasks.rados.rados.0.smithi029.stdout:2723: finishing write tid 1 to smithi02985406-49 2024-07-27T18:29:35.053 INFO:tasks.rados.rados.0.smithi029.stdout:2723: finishing write tid 2 to smithi02985406-49 2024-07-27T18:29:35.053 INFO:tasks.rados.rados.0.smithi029.stdout:2723: finishing write tid 3 to smithi02985406-49 2024-07-27T18:29:35.053 INFO:tasks.rados.rados.0.smithi029.stdout:2725: snap_remove snap 252 2024-07-27T18:29:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:35 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:29:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:35 smithi029 ceph-mon[99353]: osdmap e604: 8 total, 8 up, 8 in 2024-07-27T18:29:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:35 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:29:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:35 smithi029 ceph-mon[96870]: osdmap e604: 8 total, 8 up, 8 in 2024-07-27T18:29:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:35 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-07-27T18:29:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:35 smithi179 ceph-mon[89801]: osdmap e604: 8 total, 8 up, 8 in 2024-07-27T18:29:36.047 INFO:tasks.rados.rados.0.smithi029.stdout:2725: done (3 left) 2024-07-27T18:29:36.047 INFO:tasks.rados.rados.0.smithi029.stdout:2726: snap_remove snap 242 2024-07-27T18:29:36.340 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:36 smithi029 ceph-mon[96870]: pgmap v571: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 364 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 3.1 MiB/s wr, 13 op/s 2024-07-27T18:29:36.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:36 smithi029 ceph-mon[96870]: osdmap e605: 8 total, 8 up, 8 in 2024-07-27T18:29:36.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:36 smithi029 ceph-mon[96870]: Upgrade: Updating alertmanager.a 2024-07-27T18:29:36.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:36 smithi029 ceph-mon[96870]: Deploying daemon alertmanager.a on smithi029 2024-07-27T18:29:36.341 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:36 smithi029 ceph-mon[99353]: pgmap v571: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 364 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 3.1 MiB/s wr, 13 op/s 2024-07-27T18:29:36.341 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:36 smithi029 ceph-mon[99353]: osdmap e605: 8 total, 8 up, 8 in 2024-07-27T18:29:36.341 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:36 smithi029 ceph-mon[99353]: Upgrade: Updating alertmanager.a 2024-07-27T18:29:36.341 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:36 smithi029 ceph-mon[99353]: Deploying daemon alertmanager.a on smithi029 2024-07-27T18:29:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:36 smithi179 ceph-mon[89801]: pgmap v571: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 364 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 3.1 MiB/s wr, 13 op/s 2024-07-27T18:29:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:36 smithi179 ceph-mon[89801]: osdmap e605: 8 total, 8 up, 8 in 2024-07-27T18:29:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:36 smithi179 ceph-mon[89801]: Upgrade: Updating alertmanager.a 2024-07-27T18:29:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:36 smithi179 ceph-mon[89801]: Deploying daemon alertmanager.a on smithi029 2024-07-27T18:29:37.028 INFO:tasks.rados.rados.0.smithi029.stdout:2726: done (3 left) 2024-07-27T18:29:37.028 INFO:tasks.rados.rados.0.smithi029.stdout:2727: read oid 20 snap 256 2024-07-27T18:29:37.028 INFO:tasks.rados.rados.0.smithi029.stdout:2727: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:29:37.028 INFO:tasks.rados.rados.0.smithi029.stdout:2728: snap_remove snap 249 2024-07-27T18:29:37.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:37 smithi029 ceph-mon[96870]: osdmap e606: 8 total, 8 up, 8 in 2024-07-27T18:29:37.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:37 smithi029 ceph-mon[96870]: osdmap e607: 8 total, 8 up, 8 in 2024-07-27T18:29:37.317 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:37 smithi029 ceph-mon[99353]: osdmap e606: 8 total, 8 up, 8 in 2024-07-27T18:29:37.317 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:37 smithi029 ceph-mon[99353]: osdmap e607: 8 total, 8 up, 8 in 2024-07-27T18:29:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:37 smithi179 ceph-mon[89801]: osdmap e606: 8 total, 8 up, 8 in 2024-07-27T18:29:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:37 smithi179 ceph-mon[89801]: osdmap e607: 8 total, 8 up, 8 in 2024-07-27T18:29:38.028 INFO:tasks.rados.rados.0.smithi029.stdout:2728: done (4 left) 2024-07-27T18:29:38.028 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 265 2024-07-27T18:29:38.028 INFO:tasks.rados.rados.0.smithi029.stdout:2729: seq_num 843 ranges {335872=524288,860160=761856,1622016=671744,2293760=172032} 2024-07-27T18:29:38.034 INFO:tasks.rados.rados.0.smithi029.stdout:2729: writing smithi02985406-15 from 335872 to 860160 tid 1 2024-07-27T18:29:38.039 INFO:tasks.rados.rados.0.smithi029.stdout:2729: writing smithi02985406-15 from 860160 to 1622016 tid 2 2024-07-27T18:29:38.043 INFO:tasks.rados.rados.0.smithi029.stdout:2729: writing smithi02985406-15 from 1622016 to 2293760 tid 3 2024-07-27T18:29:38.045 INFO:tasks.rados.rados.0.smithi029.stdout:2729: writing smithi02985406-15 from 2293760 to 2465792 tid 4 2024-07-27T18:29:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:2724: finishing copy_from to smithi02985406-6 2024-07-27T18:29:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:2724: got expected ENOENT (src dne) 2024-07-27T18:29:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:2724: finishing copy_from racing read to smithi02985406-6 2024-07-27T18:29:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:2723: finishing write tid 4 to smithi02985406-49 2024-07-27T18:29:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:2723: finishing write tid 5 to smithi02985406-49 2024-07-27T18:29:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:2723: finishing write tid 6 to smithi02985406-49 2024-07-27T18:29:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:2723: finishing write tid 7 to smithi02985406-49 2024-07-27T18:29:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:2723: oid 49 updating version 0 to 1606 2024-07-27T18:29:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:2723: oid 49 updating version 1606 to 1607 2024-07-27T18:29:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:2723: oid 49 updating version 1607 to 1610 2024-07-27T18:29:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:2723: oid 49 version 1610 is already newer than 1608 2024-07-27T18:29:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:2723: oid 49 version 1610 is already newer than 1605 2024-07-27T18:29:38.049 INFO:tasks.rados.rados.0.smithi029.stdout:2723: oid 49 version 1610 is already newer than 1609 2024-07-27T18:29:38.049 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 1610 (ObjNum 842 snap 265 seq_num 842) dirty exists 2024-07-27T18:29:38.049 INFO:tasks.rados.rados.0.smithi029.stdout:2723: left oid 49 (ObjNum 842 snap 265 seq_num 842) 2024-07-27T18:29:38.049 INFO:tasks.rados.rados.0.smithi029.stdout:2722: finishing copy_from racing read to smithi02985406-12 2024-07-27T18:29:38.049 INFO:tasks.rados.rados.0.smithi029.stdout:2722: finishing copy_from to smithi02985406-12 2024-07-27T18:29:38.049 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 1499 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:29:38.049 INFO:tasks.rados.rados.0.smithi029.stdout:2727: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:29:38.051 INFO:tasks.rados.rados.0.smithi029.stdout:2722: done (4 left) 2024-07-27T18:29:38.051 INFO:tasks.rados.rados.0.smithi029.stdout:2723: done (3 left) 2024-07-27T18:29:38.051 INFO:tasks.rados.rados.0.smithi029.stdout:2724: done (2 left) 2024-07-27T18:29:38.051 INFO:tasks.rados.rados.0.smithi029.stdout:2727: done (1 left) 2024-07-27T18:29:38.051 INFO:tasks.rados.rados.0.smithi029.stdout:2730: rollback oid 40 current snap is 265 2024-07-27T18:29:38.052 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 40 to 261 2024-07-27T18:29:38.052 INFO:tasks.rados.rados.0.smithi029.stdout:2731: read oid 49 snap -1 2024-07-27T18:29:38.052 INFO:tasks.rados.rados.0.smithi029.stdout:2731: expect (ObjNum 842 snap 265 seq_num 842) 2024-07-27T18:29:38.052 INFO:tasks.rados.rados.0.smithi029.stdout:2732: snap_remove snap 245 2024-07-27T18:29:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:38 smithi029 ceph-mon[96870]: pgmap v574: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 366 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.5 MiB/s rd, 2.0 MiB/s wr, 17 op/s 2024-07-27T18:29:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:38 smithi029 ceph-mon[96870]: osdmap e608: 8 total, 8 up, 8 in 2024-07-27T18:29:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:38 smithi029 ceph-mon[99353]: pgmap v574: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 366 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.5 MiB/s rd, 2.0 MiB/s wr, 17 op/s 2024-07-27T18:29:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:38 smithi029 ceph-mon[99353]: osdmap e608: 8 total, 8 up, 8 in 2024-07-27T18:29:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:38 smithi179 ceph-mon[89801]: pgmap v574: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 366 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.5 MiB/s rd, 2.0 MiB/s wr, 17 op/s 2024-07-27T18:29:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:38 smithi179 ceph-mon[89801]: osdmap e608: 8 total, 8 up, 8 in 2024-07-27T18:29:39.037 INFO:tasks.rados.rados.0.smithi029.stdout:2730: finishing rollback tid 0 to smithi02985406-40 2024-07-27T18:29:39.038 INFO:tasks.rados.rados.0.smithi029.stdout:2729: finishing write tid 1 to smithi02985406-15 2024-07-27T18:29:39.038 INFO:tasks.rados.rados.0.smithi029.stdout:2729: finishing write tid 2 to smithi02985406-15 2024-07-27T18:29:39.038 INFO:tasks.rados.rados.0.smithi029.stdout:2729: finishing write tid 3 to smithi02985406-15 2024-07-27T18:29:39.038 INFO:tasks.rados.rados.0.smithi029.stdout:2730: finishing rollback tid 1 to smithi02985406-40 2024-07-27T18:29:39.038 INFO:tasks.rados.rados.0.smithi029.stdout:2730: finishing rollback tid 2 to smithi02985406-40 2024-07-27T18:29:39.038 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 484 (ObjNum 795 snap 252 seq_num 795) dirty exists 2024-07-27T18:29:39.038 INFO:tasks.rados.rados.0.smithi029.stdout:2729: finishing write tid 4 to smithi02985406-15 2024-07-27T18:29:39.038 INFO:tasks.rados.rados.0.smithi029.stdout:2729: finishing write tid 5 to smithi02985406-15 2024-07-27T18:29:39.038 INFO:tasks.rados.rados.0.smithi029.stdout:2731: expect (ObjNum 842 snap 265 seq_num 842) 2024-07-27T18:29:39.102 INFO:tasks.rados.rados.0.smithi029.stdout:2729: finishing write tid 6 to smithi02985406-15 2024-07-27T18:29:39.102 INFO:tasks.rados.rados.0.smithi029.stdout:2729: oid 15 updating version 0 to 1618 2024-07-27T18:29:39.102 INFO:tasks.rados.rados.0.smithi029.stdout:2729: oid 15 version 1618 is already newer than 1617 2024-07-27T18:29:39.102 INFO:tasks.rados.rados.0.smithi029.stdout:2729: oid 15 updating version 1618 to 1619 2024-07-27T18:29:39.102 INFO:tasks.rados.rados.0.smithi029.stdout:2729: oid 15 updating version 1619 to 1621 2024-07-27T18:29:39.102 INFO:tasks.rados.rados.0.smithi029.stdout:2729: oid 15 version 1621 is already newer than 1620 2024-07-27T18:29:39.102 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 1621 (ObjNum 843 snap 265 seq_num 843) dirty exists 2024-07-27T18:29:39.102 INFO:tasks.rados.rados.0.smithi029.stdout:2729: left oid 15 (ObjNum 843 snap 265 seq_num 843) 2024-07-27T18:29:39.102 INFO:tasks.rados.rados.0.smithi029.stdout:2729: done (3 left) 2024-07-27T18:29:39.102 INFO:tasks.rados.rados.0.smithi029.stdout:2730: done (2 left) 2024-07-27T18:29:39.103 INFO:tasks.rados.rados.0.smithi029.stdout:2731: done (1 left) 2024-07-27T18:29:39.103 INFO:tasks.rados.rados.0.smithi029.stdout:2732: done (0 left) 2024-07-27T18:29:39.103 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 265 2024-07-27T18:29:39.103 INFO:tasks.rados.rados.0.smithi029.stdout:2733: seq_num 844 ranges {1572864=540672,2113536=696320,2809856=475136,3284992=434176} 2024-07-27T18:29:39.113 INFO:tasks.rados.rados.0.smithi029.stdout:2733: writing smithi02985406-38 from 1572864 to 2113536 tid 1 2024-07-27T18:29:39.117 INFO:tasks.rados.rados.0.smithi029.stdout:2733: writing smithi02985406-38 from 2113536 to 2809856 tid 2 2024-07-27T18:29:39.120 INFO:tasks.rados.rados.0.smithi029.stdout:2733: writing smithi02985406-38 from 2809856 to 3284992 tid 3 2024-07-27T18:29:39.122 INFO:tasks.rados.rados.0.smithi029.stdout:2733: writing smithi02985406-38 from 3284992 to 3719168 tid 4 2024-07-27T18:29:39.123 INFO:tasks.rados.rados.0.smithi029.stdout:2733: finishing write tid 1 to smithi02985406-38 2024-07-27T18:29:39.123 INFO:tasks.rados.rados.0.smithi029.stdout:2733: finishing write tid 2 to smithi02985406-38 2024-07-27T18:29:39.123 INFO:tasks.rados.rados.0.smithi029.stdout:2733: finishing write tid 3 to smithi02985406-38 2024-07-27T18:29:39.123 INFO:tasks.rados.rados.0.smithi029.stdout:2734: read oid 31 snap -1 2024-07-27T18:29:39.123 INFO:tasks.rados.rados.0.smithi029.stdout:2734: expect deleted 2024-07-27T18:29:39.123 INFO:tasks.rados.rados.0.smithi029.stdout:2735: setattr oid 10 current snap is 265 2024-07-27T18:29:39.124 INFO:tasks.rados.rados.0.smithi029.stdout:2734: done (2 left) 2024-07-27T18:29:39.125 INFO:tasks.rados.rados.0.smithi029.stdout:2736: rmattr oid 12 current snap is 265 2024-07-27T18:29:39.125 INFO:tasks.rados.rados.0.smithi029.stdout:2736: done (2 left) 2024-07-27T18:29:39.125 INFO:tasks.rados.rados.0.smithi029.stdout:2737: rollback oid 7 current snap is 265 2024-07-27T18:29:39.125 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 7 to 256 2024-07-27T18:29:39.125 INFO:tasks.rados.rados.0.smithi029.stdout:2738: snap_remove snap 236 2024-07-27T18:29:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:29:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:39 smithi029 ceph-mon[96870]: osdmap e609: 8 total, 8 up, 8 in 2024-07-27T18:29:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:29:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:39 smithi029 ceph-mon[99353]: osdmap e609: 8 total, 8 up, 8 in 2024-07-27T18:29:39.252 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:38 smithi029 systemd[1]: Stopping Ceph alertmanager.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:29:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:29:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:39 smithi179 ceph-mon[89801]: osdmap e609: 8 total, 8 up, 8 in 2024-07-27T18:29:39.689 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:39 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[80749]: ts=2024-07-27T18:29:39.393Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-07-27T18:29:39.689 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:39 smithi029 podman[133609]: 2024-07-27 18:29:39.4340195 +0000 UTC m=+0.269539789 container died 0d3efd61c364c6aef46384b5e3491cd682d86e1b9977815d3e5e74ef10c6a9a0 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:40.001 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:39 smithi029 podman[133609]: 2024-07-27 18:29:39.870180745 +0000 UTC m=+0.705701033 container cleanup 0d3efd61c364c6aef46384b5e3491cd682d86e1b9977815d3e5e74ef10c6a9a0 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:40.001 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:39 smithi029 bash[133609]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a 2024-07-27T18:29:40.072 INFO:tasks.rados.rados.0.smithi029.stdout:2733: finishing write tid 4 to smithi02985406-38 2024-07-27T18:29:40.072 INFO:tasks.rados.rados.0.smithi029.stdout:2733: finishing write tid 5 to smithi02985406-38 2024-07-27T18:29:40.072 INFO:tasks.rados.rados.0.smithi029.stdout:2733: finishing write tid 6 to smithi02985406-38 2024-07-27T18:29:40.072 INFO:tasks.rados.rados.0.smithi029.stdout:2733: oid 38 updating version 0 to 1346 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:2733: oid 38 updating version 1346 to 1348 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:2733: oid 38 version 1348 is already newer than 1347 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:2733: oid 38 updating version 1348 to 1349 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:2733: oid 38 version 1349 is already newer than 1345 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 1349 (ObjNum 844 snap 265 seq_num 844) dirty exists 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:2733: left oid 38 (ObjNum 844 snap 265 seq_num 844) 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1648 (ObjNum 161 snap 0 seq_num 0) dirty exists 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:2737: finishing rollback tid 0 to smithi02985406-7 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:2737: finishing rollback tid 1 to smithi02985406-7 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:2737: finishing rollback tid 2 to smithi02985406-7 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1868 (ObjNum 798 snap 252 seq_num 798) dirty exists 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:2733: done (3 left) 2024-07-27T18:29:40.073 INFO:tasks.rados.rados.0.smithi029.stdout:2735: done (2 left) 2024-07-27T18:29:40.074 INFO:tasks.rados.rados.0.smithi029.stdout:2737: done (1 left) 2024-07-27T18:29:40.074 INFO:tasks.rados.rados.0.smithi029.stdout:2738: done (0 left) 2024-07-27T18:29:40.074 INFO:tasks.rados.rados.0.smithi029.stdout:2739: delete oid 23 current snap is 265 2024-07-27T18:29:40.084 INFO:tasks.rados.rados.0.smithi029.stdout:2739: done (0 left) 2024-07-27T18:29:40.084 INFO:tasks.rados.rados.0.smithi029.stdout:2740: read oid 50 snap -1 2024-07-27T18:29:40.084 INFO:tasks.rados.rados.0.smithi029.stdout:2740: expect deleted 2024-07-27T18:29:40.085 INFO:tasks.rados.rados.0.smithi029.stdout:2741: rollback oid 21 current snap is 265 2024-07-27T18:29:40.085 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 21 to 262 2024-07-27T18:29:40.085 INFO:tasks.rados.rados.0.smithi029.stdout:2742: delete oid 35 current snap is 265 2024-07-27T18:29:40.088 INFO:tasks.rados.rados.0.smithi029.stdout:2741: finishing rollback tid 1 to smithi02985406-21 2024-07-27T18:29:40.088 INFO:tasks.rados.rados.0.smithi029.stdout:2741: finishing rollback tid 2 to smithi02985406-21 2024-07-27T18:29:40.089 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 968 (ObjNum 823 snap 259 seq_num 823) dirty exists 2024-07-27T18:29:40.094 INFO:tasks.rados.rados.0.smithi029.stdout:2740: done (2 left) 2024-07-27T18:29:40.095 INFO:tasks.rados.rados.0.smithi029.stdout:2741: done (1 left) 2024-07-27T18:29:40.095 INFO:tasks.rados.rados.0.smithi029.stdout:2742: done (0 left) 2024-07-27T18:29:40.095 INFO:tasks.rados.rados.0.smithi029.stdout:2743: delete oid 50 current snap is 265 2024-07-27T18:29:40.097 INFO:tasks.rados.rados.0.smithi029.stdout:2743: done (0 left) 2024-07-27T18:29:40.097 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 265 2024-07-27T18:29:40.097 INFO:tasks.rados.rados.0.smithi029.stdout:2744: seq_num 848 ranges {0=606208,606208=630784,1236992=458752,1695744=516096} 2024-07-27T18:29:40.100 INFO:tasks.rados.rados.0.smithi029.stdout:2744: writing smithi02985406-35 from 0 to 606208 tid 1 2024-07-27T18:29:40.104 INFO:tasks.rados.rados.0.smithi029.stdout:2744: writing smithi02985406-35 from 606208 to 1236992 tid 2 2024-07-27T18:29:40.106 INFO:tasks.rados.rados.0.smithi029.stdout:2744: writing smithi02985406-35 from 1236992 to 1695744 tid 3 2024-07-27T18:29:40.110 INFO:tasks.rados.rados.0.smithi029.stdout:2744: writing smithi02985406-35 from 1695744 to 2211840 tid 4 2024-07-27T18:29:40.110 INFO:tasks.rados.rados.0.smithi029.stdout:2745: delete oid 17 current snap is 265 2024-07-27T18:29:40.110 INFO:tasks.rados.rados.0.smithi029.stdout:2744: finishing write tid 1 to smithi02985406-35 2024-07-27T18:29:40.110 INFO:tasks.rados.rados.0.smithi029.stdout:2744: finishing write tid 2 to smithi02985406-35 2024-07-27T18:29:40.110 INFO:tasks.rados.rados.0.smithi029.stdout:2744: finishing write tid 3 to smithi02985406-35 2024-07-27T18:29:40.111 INFO:tasks.rados.rados.0.smithi029.stdout:2745: done (1 left) 2024-07-27T18:29:40.111 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 265 2024-07-27T18:29:40.111 INFO:tasks.rados.rados.0.smithi029.stdout:2746: seq_num 850 ranges {4857856=638976,5496832=802816,6299648=475136,6774784=327680} 2024-07-27T18:29:40.141 INFO:tasks.rados.rados.0.smithi029.stdout:2746: writing smithi02985406-3 from 4857856 to 5496832 tid 1 2024-07-27T18:29:40.146 INFO:tasks.rados.rados.0.smithi029.stdout:2746: writing smithi02985406-3 from 5496832 to 6299648 tid 2 2024-07-27T18:29:40.148 INFO:tasks.rados.rados.0.smithi029.stdout:2746: writing smithi02985406-3 from 6299648 to 6774784 tid 3 2024-07-27T18:29:40.151 INFO:tasks.rados.rados.0.smithi029.stdout:2746: writing smithi02985406-3 from 6774784 to 7102464 tid 4 2024-07-27T18:29:40.151 INFO:tasks.rados.rados.0.smithi029.stdout:2747: snap_create 2024-07-27T18:29:40.151 INFO:tasks.rados.rados.0.smithi029.stdout:2744: finishing write tid 4 to smithi02985406-35 2024-07-27T18:29:40.151 INFO:tasks.rados.rados.0.smithi029.stdout:2744: finishing write tid 5 to smithi02985406-35 2024-07-27T18:29:40.151 INFO:tasks.rados.rados.0.smithi029.stdout:2744: finishing write tid 6 to smithi02985406-35 2024-07-27T18:29:40.151 INFO:tasks.rados.rados.0.smithi029.stdout:2744: oid 35 updating version 0 to 989 2024-07-27T18:29:40.151 INFO:tasks.rados.rados.0.smithi029.stdout:2744: oid 35 updating version 989 to 991 2024-07-27T18:29:40.151 INFO:tasks.rados.rados.0.smithi029.stdout:2744: oid 35 version 991 is already newer than 988 2024-07-27T18:29:40.151 INFO:tasks.rados.rados.0.smithi029.stdout:2744: oid 35 version 991 is already newer than 990 2024-07-27T18:29:40.151 INFO:tasks.rados.rados.0.smithi029.stdout:2744: oid 35 version 991 is already newer than 987 2024-07-27T18:29:40.151 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 991 (ObjNum 848 snap 265 seq_num 848) dirty exists 2024-07-27T18:29:40.152 INFO:tasks.rados.rados.0.smithi029.stdout:2744: left oid 35 (ObjNum 848 snap 265 seq_num 848) 2024-07-27T18:29:40.152 INFO:tasks.rados.rados.0.smithi029.stdout:2746: finishing write tid 1 to smithi02985406-3 2024-07-27T18:29:40.152 INFO:tasks.rados.rados.0.smithi029.stdout:2746: finishing write tid 2 to smithi02985406-3 2024-07-27T18:29:40.153 INFO:tasks.rados.rados.0.smithi029.stdout:2746: finishing write tid 3 to smithi02985406-3 2024-07-27T18:29:40.153 INFO:tasks.rados.rados.0.smithi029.stdout:2746: finishing write tid 4 to smithi02985406-3 2024-07-27T18:29:40.153 INFO:tasks.rados.rados.0.smithi029.stdout:2746: finishing write tid 5 to smithi02985406-3 2024-07-27T18:29:40.154 INFO:tasks.rados.rados.0.smithi029.stdout:2746: finishing write tid 6 to smithi02985406-3 2024-07-27T18:29:40.154 INFO:tasks.rados.rados.0.smithi029.stdout:2746: oid 3 updating version 0 to 1350 2024-07-27T18:29:40.154 INFO:tasks.rados.rados.0.smithi029.stdout:2746: oid 3 updating version 1350 to 1353 2024-07-27T18:29:40.154 INFO:tasks.rados.rados.0.smithi029.stdout:2746: oid 3 updating version 1353 to 1354 2024-07-27T18:29:40.154 INFO:tasks.rados.rados.0.smithi029.stdout:2746: oid 3 version 1354 is already newer than 1352 2024-07-27T18:29:40.154 INFO:tasks.rados.rados.0.smithi029.stdout:2746: oid 3 version 1354 is already newer than 1351 2024-07-27T18:29:40.154 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 1354 (ObjNum 850 snap 265 seq_num 850) dirty exists 2024-07-27T18:29:40.154 INFO:tasks.rados.rados.0.smithi029.stdout:2746: left oid 3 (ObjNum 850 snap 265 seq_num 850) 2024-07-27T18:29:40.387 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:40 smithi029 ceph-mon[96870]: pgmap v577: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 374 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 7.1 MiB/s rd, 2.5 MiB/s wr, 20 op/s 2024-07-27T18:29:40.387 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:40 smithi029 podman[133629]: 2024-07-27 18:29:40.081020598 +0000 UTC m=+0.643176626 container remove 0d3efd61c364c6aef46384b5e3491cd682d86e1b9977815d3e5e74ef10c6a9a0 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:40.387 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:40 smithi029 podman[133629]: 2024-07-27 18:29:40.174004593 +0000 UTC m=+0.736160612 volume remove 7fd45a06664972dac7fc173b30fd6aeb508f30928116a0afaff98c6db0f2db8e 2024-07-27T18:29:40.387 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:40 smithi029 ceph-mon[99353]: pgmap v577: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 374 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 7.1 MiB/s rd, 2.5 MiB/s wr, 20 op/s 2024-07-27T18:29:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:40 smithi179 ceph-mon[89801]: pgmap v577: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 374 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 7.1 MiB/s rd, 2.5 MiB/s wr, 20 op/s 2024-07-27T18:29:40.751 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:40 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-07-27T18:29:40.751 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:40 smithi029 systemd[1]: Stopped Ceph alertmanager.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:29:40.751 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:40 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@alertmanager.a.service: Consumed 1.835s CPU time. 2024-07-27T18:29:40.751 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:40 smithi029 systemd[1]: Starting Ceph alertmanager.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:29:41.072 INFO:tasks.rados.rados.0.smithi029.stdout:2744: done (2 left) 2024-07-27T18:29:41.073 INFO:tasks.rados.rados.0.smithi029.stdout:2746: done (1 left) 2024-07-27T18:29:41.073 INFO:tasks.rados.rados.0.smithi029.stdout:2747: done (0 left) 2024-07-27T18:29:41.073 INFO:tasks.rados.rados.0.smithi029.stdout:2748: delete oid 47 current snap is 266 2024-07-27T18:29:41.076 INFO:tasks.rados.rados.0.smithi029.stdout:2748: done (0 left) 2024-07-27T18:29:41.076 INFO:tasks.rados.rados.0.smithi029.stdout:2749: copy_from oid 37 from oid 34 current snap is 266 2024-07-27T18:29:41.076 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 266 2024-07-27T18:29:41.076 INFO:tasks.rados.rados.0.smithi029.stdout:2750: seq_num 852 ranges {0=671744,671744=622592,1294336=442368,1736704=540672} 2024-07-27T18:29:41.080 INFO:tasks.rados.rados.0.smithi029.stdout:2750: writing smithi02985406-9 from 0 to 671744 tid 1 2024-07-27T18:29:41.084 INFO:tasks.rados.rados.0.smithi029.stdout:2750: writing smithi02985406-9 from 671744 to 1294336 tid 2 2024-07-27T18:29:41.086 INFO:tasks.rados.rados.0.smithi029.stdout:2750: writing smithi02985406-9 from 1294336 to 1736704 tid 3 2024-07-27T18:29:41.090 INFO:tasks.rados.rados.0.smithi029.stdout:2750: writing smithi02985406-9 from 1736704 to 2277376 tid 4 2024-07-27T18:29:41.090 INFO:tasks.rados.rados.0.smithi029.stdout:2751: rollback oid 27 current snap is 266 2024-07-27T18:29:41.090 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 27 to 263 2024-07-27T18:29:41.091 INFO:tasks.rados.rados.0.smithi029.stdout:2749: finishing copy_from to smithi02985406-37 2024-07-27T18:29:41.091 INFO:tasks.rados.rados.0.smithi029.stdout:2749: got expected ENOENT (src dne) 2024-07-27T18:29:41.091 INFO:tasks.rados.rados.0.smithi029.stdout:2749: finishing copy_from racing read to smithi02985406-37 2024-07-27T18:29:41.091 INFO:tasks.rados.rados.0.smithi029.stdout:2750: finishing write tid 1 to smithi02985406-9 2024-07-27T18:29:41.091 INFO:tasks.rados.rados.0.smithi029.stdout:2750: finishing write tid 2 to smithi02985406-9 2024-07-27T18:29:41.091 INFO:tasks.rados.rados.0.smithi029.stdout:2750: finishing write tid 3 to smithi02985406-9 2024-07-27T18:29:41.091 INFO:tasks.rados.rados.0.smithi029.stdout:2749: done (2 left) 2024-07-27T18:29:41.091 INFO:tasks.rados.rados.0.smithi029.stdout:2752: delete oid 48 current snap is 266 2024-07-27T18:29:41.096 INFO:tasks.rados.rados.0.smithi029.stdout:2750: finishing write tid 4 to smithi02985406-9 2024-07-27T18:29:41.096 INFO:tasks.rados.rados.0.smithi029.stdout:2751: finishing rollback tid 0 to smithi02985406-27 2024-07-27T18:29:41.097 INFO:tasks.rados.rados.0.smithi029.stdout:2750: finishing write tid 5 to smithi02985406-9 2024-07-27T18:29:41.097 INFO:tasks.rados.rados.0.smithi029.stdout:2751: finishing rollback tid 1 to smithi02985406-27 2024-07-27T18:29:41.097 INFO:tasks.rados.rados.0.smithi029.stdout:2751: finishing rollback tid 2 to smithi02985406-27 2024-07-27T18:29:41.097 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1882 (ObjNum 33 snap 0 seq_num 368280288) dirty exists 2024-07-27T18:29:41.098 INFO:tasks.rados.rados.0.smithi029.stdout:2751: done (2 left) 2024-07-27T18:29:41.098 INFO:tasks.rados.rados.0.smithi029.stdout:2752: done (1 left) 2024-07-27T18:29:41.099 INFO:tasks.rados.rados.0.smithi029.stdout:2753: delete oid 23 current snap is 266 2024-07-27T18:29:41.099 INFO:tasks.rados.rados.0.smithi029.stdout:2750: finishing write tid 6 to smithi02985406-9 2024-07-27T18:29:41.099 INFO:tasks.rados.rados.0.smithi029.stdout:2750: oid 9 updating version 0 to 1936 2024-07-27T18:29:41.099 INFO:tasks.rados.rados.0.smithi029.stdout:2750: oid 9 updating version 1936 to 1937 2024-07-27T18:29:41.099 INFO:tasks.rados.rados.0.smithi029.stdout:2750: oid 9 updating version 1937 to 1939 2024-07-27T18:29:41.100 INFO:tasks.rados.rados.0.smithi029.stdout:2750: oid 9 updating version 1939 to 1940 2024-07-27T18:29:41.100 INFO:tasks.rados.rados.0.smithi029.stdout:2750: oid 9 version 1940 is already newer than 1938 2024-07-27T18:29:41.100 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 1940 (ObjNum 852 snap 266 seq_num 852) dirty exists 2024-07-27T18:29:41.100 INFO:tasks.rados.rados.0.smithi029.stdout:2750: left oid 9 (ObjNum 852 snap 266 seq_num 852) 2024-07-27T18:29:41.100 INFO:tasks.rados.rados.0.smithi029.stdout:2750: done (1 left) 2024-07-27T18:29:41.100 INFO:tasks.rados.rados.0.smithi029.stdout:2753: done (0 left) 2024-07-27T18:29:41.100 INFO:tasks.rados.rados.0.smithi029.stdout:2754: snap_create 2024-07-27T18:29:41.108 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:41 smithi029 ceph-mon[96870]: osdmap e610: 8 total, 8 up, 8 in 2024-07-27T18:29:41.108 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:41 smithi029 ceph-mon[99353]: osdmap e610: 8 total, 8 up, 8 in 2024-07-27T18:29:41.108 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:40 smithi029 podman[133758]: 2024-07-27 18:29:40.720885134 +0000 UTC m=+0.017908702 image pull c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19 quay.io/prometheus/alertmanager:v0.25.0 2024-07-27T18:29:41.108 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:40 smithi029 podman[133758]: 2024-07-27 18:29:40.827527207 +0000 UTC m=+0.124550770 volume create bdb6547a1160d77aed3129cb4014c5b0721a40d0f7ab35119e98210f3c997838 2024-07-27T18:29:41.108 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:40 smithi029 podman[133758]: 2024-07-27 18:29:40.919975782 +0000 UTC m=+0.216999344 container create 9a609be21b7b15d4f187e7ea391b87fde00c69e045d4ca43b6b7a470cf9164e1 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:41 smithi179 ceph-mon[89801]: osdmap e610: 8 total, 8 up, 8 in 2024-07-27T18:29:41.501 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:41 smithi029 podman[133758]: 2024-07-27 18:29:41.216143435 +0000 UTC m=+0.513166998 container init 9a609be21b7b15d4f187e7ea391b87fde00c69e045d4ca43b6b7a470cf9164e1 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:41.502 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:41 smithi029 podman[133758]: 2024-07-27 18:29:41.220997805 +0000 UTC m=+0.518021368 container start 9a609be21b7b15d4f187e7ea391b87fde00c69e045d4ca43b6b7a470cf9164e1 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T18:29:41.502 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[133773]: ts=2024-07-27T18:29:41.234Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-07-27T18:29:41.502 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[133773]: ts=2024-07-27T18:29:41.234Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-07-27T18:29:41.502 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[133773]: ts=2024-07-27T18:29:41.235Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.29 port=9094 2024-07-27T18:29:41.502 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[133773]: ts=2024-07-27T18:29:41.236Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-07-27T18:29:41.502 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[133773]: ts=2024-07-27T18:29:41.260Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-07-27T18:29:41.502 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[133773]: ts=2024-07-27T18:29:41.260Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-07-27T18:29:41.502 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[133773]: ts=2024-07-27T18:29:41.264Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-07-27T18:29:41.502 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:41 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[133773]: ts=2024-07-27T18:29:41.264Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-07-27T18:29:41.502 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:41 smithi029 bash[133758]: 9a609be21b7b15d4f187e7ea391b87fde00c69e045d4ca43b6b7a470cf9164e1 2024-07-27T18:29:41.502 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:41 smithi029 systemd[1]: Started Ceph alertmanager.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:29:42.029 INFO:tasks.rados.rados.0.smithi029.stdout:2754: done (0 left) 2024-07-27T18:29:42.029 INFO:tasks.rados.rados.0.smithi029.stdout:2755: snap_remove snap 256 2024-07-27T18:29:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-mon[96870]: pgmap v580: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 404 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 2.5 MiB/s rd, 6.0 MiB/s wr, 20 op/s 2024-07-27T18:29:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-mon[96870]: osdmap e611: 8 total, 8 up, 8 in 2024-07-27T18:29:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-mon[96870]: osdmap e612: 8 total, 8 up, 8 in 2024-07-27T18:29:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-mon[99353]: pgmap v580: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 404 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 2.5 MiB/s rd, 6.0 MiB/s wr, 20 op/s 2024-07-27T18:29:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-mon[99353]: osdmap e611: 8 total, 8 up, 8 in 2024-07-27T18:29:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:42.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-mon[99353]: osdmap e612: 8 total, 8 up, 8 in 2024-07-27T18:29:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:42 smithi179 ceph-mon[89801]: pgmap v580: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 404 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 2.5 MiB/s rd, 6.0 MiB/s wr, 20 op/s 2024-07-27T18:29:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:42 smithi179 ceph-mon[89801]: osdmap e611: 8 total, 8 up, 8 in 2024-07-27T18:29:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:42 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:42 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:42 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:42 smithi179 ceph-mon[89801]: osdmap e612: 8 total, 8 up, 8 in 2024-07-27T18:29:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:29:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:29:42] "GET /metrics HTTP/1.1" 200 36348 "" "Prometheus/2.43.0" 2024-07-27T18:29:43.034 INFO:tasks.rados.rados.0.smithi029.stdout:2755: done (0 left) 2024-07-27T18:29:43.034 INFO:tasks.rados.rados.0.smithi029.stdout:2756: snap_create 2024-07-27T18:29:43.501 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:43 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[133773]: ts=2024-07-27T18:29:43.236Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000030132s 2024-07-27T18:29:44.031 INFO:tasks.rados.rados.0.smithi029.stdout:2756: done (0 left) 2024-07-27T18:29:44.031 INFO:tasks.rados.rados.0.smithi029.stdout:2757: snap_remove snap 250 2024-07-27T18:29:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:44 smithi029 ceph-mon[96870]: pgmap v583: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 386 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 5.6 MiB/s wr, 21 op/s 2024-07-27T18:29:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:44 smithi029 ceph-mon[96870]: osdmap e613: 8 total, 8 up, 8 in 2024-07-27T18:29:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:44 smithi029 ceph-mon[99353]: pgmap v583: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 386 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 5.6 MiB/s wr, 21 op/s 2024-07-27T18:29:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:44 smithi029 ceph-mon[99353]: osdmap e613: 8 total, 8 up, 8 in 2024-07-27T18:29:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:44 smithi179 ceph-mon[89801]: pgmap v583: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 386 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 5.6 MiB/s wr, 21 op/s 2024-07-27T18:29:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:44 smithi179 ceph-mon[89801]: osdmap e613: 8 total, 8 up, 8 in 2024-07-27T18:29:45.035 INFO:tasks.rados.rados.0.smithi029.stdout:2757: done (0 left) 2024-07-27T18:29:45.035 INFO:tasks.rados.rados.0.smithi029.stdout:2758: setattr oid 43 current snap is 268 2024-07-27T18:29:45.038 INFO:tasks.rados.rados.0.smithi029.stdout:2759: setattr oid 29 current snap is 268 2024-07-27T18:29:45.039 INFO:tasks.rados.rados.0.smithi029.stdout:2760: rmattr oid 12 current snap is 268 2024-07-27T18:29:45.039 INFO:tasks.rados.rados.0.smithi029.stdout:2760: done (2 left) 2024-07-27T18:29:45.039 INFO:tasks.rados.rados.0.smithi029.stdout:2761: read oid 3 snap -1 2024-07-27T18:29:45.039 INFO:tasks.rados.rados.0.smithi029.stdout:2761: expect (ObjNum 850 snap 265 seq_num 850) 2024-07-27T18:29:45.039 INFO:tasks.rados.rados.0.smithi029.stdout:2762: copy_from oid 15 from oid 24 current snap is 268 2024-07-27T18:29:45.039 INFO:tasks.rados.rados.0.smithi029.stdout:2763: read oid 32 snap 267 2024-07-27T18:29:45.039 INFO:tasks.rados.rados.0.smithi029.stdout:2763: expect (ObjNum 652 snap 198 seq_num 652) 2024-07-27T18:29:45.039 INFO:tasks.rados.rados.0.smithi029.stdout:2764: setattr oid 26 current snap is 268 2024-07-27T18:29:45.041 INFO:tasks.rados.rados.0.smithi029.stdout:2765: delete oid 30 current snap is 268 2024-07-27T18:29:45.047 INFO:tasks.rados.rados.0.smithi029.stdout:2762: finishing copy_from to smithi02985406-15 2024-07-27T18:29:45.047 INFO:tasks.rados.rados.0.smithi029.stdout:2762: got expected ENOENT (src dne) 2024-07-27T18:29:45.047 INFO:tasks.rados.rados.0.smithi029.stdout:2762: finishing copy_from racing read to smithi02985406-15 2024-07-27T18:29:45.050 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 1608 (ObjNum 129 snap 0 seq_num 231665479) dirty exists 2024-07-27T18:29:45.053 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1342 (ObjNum 736 snap 226 seq_num 736) dirty exists 2024-07-27T18:29:45.057 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 1895 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:29:45.059 INFO:tasks.rados.rados.0.smithi029.stdout:2758: done (6 left) 2024-07-27T18:29:45.059 INFO:tasks.rados.rados.0.smithi029.stdout:2759: done (5 left) 2024-07-27T18:29:45.059 INFO:tasks.rados.rados.0.smithi029.stdout:2762: done (4 left) 2024-07-27T18:29:45.059 INFO:tasks.rados.rados.0.smithi029.stdout:2764: done (3 left) 2024-07-27T18:29:45.059 INFO:tasks.rados.rados.0.smithi029.stdout:2765: done (2 left) 2024-07-27T18:29:45.059 INFO:tasks.rados.rados.0.smithi029.stdout:2766: snap_remove snap 264 2024-07-27T18:29:45.344 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:45 smithi029 ceph-mon[96870]: osdmap e614: 8 total, 8 up, 8 in 2024-07-27T18:29:45.344 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:45.344 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:45.344 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:45.344 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:45.345 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:45 smithi029 ceph-mon[99353]: osdmap e614: 8 total, 8 up, 8 in 2024-07-27T18:29:45.345 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:45.345 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:45.345 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:45.345 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:45 smithi179 ceph-mon[89801]: osdmap e614: 8 total, 8 up, 8 in 2024-07-27T18:29:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:46.050 INFO:tasks.rados.rados.0.smithi029.stdout:2766: done (2 left) 2024-07-27T18:29:46.050 INFO:tasks.rados.rados.0.smithi029.stdout:2767: rollback oid 38 current snap is 268 2024-07-27T18:29:46.050 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 38 to 243 2024-07-27T18:29:46.050 INFO:tasks.rados.rados.0.smithi029.stdout:2768: read oid 2 snap -1 2024-07-27T18:29:46.050 INFO:tasks.rados.rados.0.smithi029.stdout:2768: expect deleted 2024-07-27T18:29:46.050 INFO:tasks.rados.rados.0.smithi029.stdout:2769: snap_create 2024-07-27T18:29:46.050 INFO:tasks.rados.rados.0.smithi029.stdout:2763: expect (ObjNum 652 snap 198 seq_num 652) 2024-07-27T18:29:46.142 INFO:tasks.rados.rados.0.smithi029.stdout:2761: expect (ObjNum 850 snap 265 seq_num 850) 2024-07-27T18:29:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:46 smithi179 ceph-mon[89801]: pgmap v586: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 388 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.6 MiB/s wr, 15 op/s 2024-07-27T18:29:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:46 smithi179 ceph-mon[89801]: osdmap e615: 8 total, 8 up, 8 in 2024-07-27T18:29:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:46 smithi029 ceph-mon[96870]: pgmap v586: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 388 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.6 MiB/s wr, 15 op/s 2024-07-27T18:29:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:46 smithi029 ceph-mon[96870]: osdmap e615: 8 total, 8 up, 8 in 2024-07-27T18:29:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:46 smithi029 ceph-mon[99353]: pgmap v586: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 388 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.6 MiB/s wr, 15 op/s 2024-07-27T18:29:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:46 smithi029 ceph-mon[99353]: osdmap e615: 8 total, 8 up, 8 in 2024-07-27T18:29:46.589 INFO:tasks.rados.rados.0.smithi029.stdout:2767: finishing rollback tid 0 to smithi02985406-38 2024-07-27T18:29:46.589 INFO:tasks.rados.rados.0.smithi029.stdout:2767: finishing rollback tid 1 to smithi02985406-38 2024-07-27T18:29:46.589 INFO:tasks.rados.rados.0.smithi029.stdout:2767: finishing rollback tid 2 to smithi02985406-38 2024-07-27T18:29:46.589 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 1357 (ObjNum 723 snap 222 seq_num 723) dirty exists 2024-07-27T18:29:47.031 INFO:tasks.rados.rados.0.smithi029.stdout:2761: done (4 left) 2024-07-27T18:29:47.031 INFO:tasks.rados.rados.0.smithi029.stdout:2763: done (3 left) 2024-07-27T18:29:47.031 INFO:tasks.rados.rados.0.smithi029.stdout:2767: done (2 left) 2024-07-27T18:29:47.031 INFO:tasks.rados.rados.0.smithi029.stdout:2768: done (1 left) 2024-07-27T18:29:47.031 INFO:tasks.rados.rados.0.smithi029.stdout:2769: done (0 left) 2024-07-27T18:29:47.032 INFO:tasks.rados.rados.0.smithi029.stdout:2770: read oid 10 snap -1 2024-07-27T18:29:47.032 INFO:tasks.rados.rados.0.smithi029.stdout:2770: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:29:47.032 INFO:tasks.rados.rados.0.smithi029.stdout:2771: read oid 48 snap -1 2024-07-27T18:29:47.032 INFO:tasks.rados.rados.0.smithi029.stdout:2771: expect deleted 2024-07-27T18:29:47.032 INFO:tasks.rados.rados.0.smithi029.stdout:2772: snap_create 2024-07-27T18:29:47.034 INFO:tasks.rados.rados.0.smithi029.stdout:2770: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:29:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:47 smithi179 ceph-mon[89801]: osdmap e616: 8 total, 8 up, 8 in 2024-07-27T18:29:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:47 smithi179 ceph-mon[89801]: osdmap e617: 8 total, 8 up, 8 in 2024-07-27T18:29:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:47 smithi029 ceph-mon[96870]: osdmap e616: 8 total, 8 up, 8 in 2024-07-27T18:29:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:47 smithi029 ceph-mon[96870]: osdmap e617: 8 total, 8 up, 8 in 2024-07-27T18:29:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:47 smithi029 ceph-mon[99353]: osdmap e616: 8 total, 8 up, 8 in 2024-07-27T18:29:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:47 smithi029 ceph-mon[99353]: osdmap e617: 8 total, 8 up, 8 in 2024-07-27T18:29:48.032 INFO:tasks.rados.rados.0.smithi029.stdout:2770: done (2 left) 2024-07-27T18:29:48.032 INFO:tasks.rados.rados.0.smithi029.stdout:2771: done (1 left) 2024-07-27T18:29:48.032 INFO:tasks.rados.rados.0.smithi029.stdout:2772: done (0 left) 2024-07-27T18:29:48.032 INFO:tasks.rados.rados.0.smithi029.stdout:2773: read oid 40 snap 267 2024-07-27T18:29:48.033 INFO:tasks.rados.rados.0.smithi029.stdout:2773: expect (ObjNum 795 snap 252 seq_num 795) 2024-07-27T18:29:48.033 INFO:tasks.rados.rados.0.smithi029.stdout:2774: snap_remove snap 269 2024-07-27T18:29:48.240 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:48 smithi029 ceph-mon[96870]: pgmap v589: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 387 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 1.1 MiB/s wr, 13 op/s 2024-07-27T18:29:48.240 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:48 smithi029 ceph-mon[96870]: osdmap e618: 8 total, 8 up, 8 in 2024-07-27T18:29:48.241 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:48 smithi029 ceph-mon[99353]: pgmap v589: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 387 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 1.1 MiB/s wr, 13 op/s 2024-07-27T18:29:48.241 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:48 smithi029 ceph-mon[99353]: osdmap e618: 8 total, 8 up, 8 in 2024-07-27T18:29:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:48 smithi179 ceph-mon[89801]: pgmap v589: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 387 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 1.1 MiB/s wr, 13 op/s 2024-07-27T18:29:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:48 smithi179 ceph-mon[89801]: osdmap e618: 8 total, 8 up, 8 in 2024-07-27T18:29:49.034 INFO:tasks.rados.rados.0.smithi029.stdout:2774: done (1 left) 2024-07-27T18:29:49.035 INFO:tasks.rados.rados.0.smithi029.stdout:2775: snap_remove snap 258 2024-07-27T18:29:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:29:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:29:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-07-27T18:29:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-07-27T18:29:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:49 smithi179 ceph-mon[89801]: osdmap e619: 8 total, 8 up, 8 in 2024-07-27T18:29:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[96870]: osdmap e619: 8 total, 8 up, 8 in 2024-07-27T18:29:49.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:49.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:49.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:49 smithi029 ceph-mon[99353]: osdmap e619: 8 total, 8 up, 8 in 2024-07-27T18:29:50.041 INFO:tasks.rados.rados.0.smithi029.stdout:2775: done (1 left) 2024-07-27T18:29:50.041 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 270 2024-07-27T18:29:50.041 INFO:tasks.rados.rados.0.smithi029.stdout:2776: seq_num 856 ranges {2301952=745472,3047424=557056,3604480=417792,4022272=434176,4456448=196608} 2024-07-27T18:29:50.054 INFO:tasks.rados.rados.0.smithi029.stdout:2776: writing smithi02985406-46 from 2301952 to 3047424 tid 1 2024-07-27T18:29:50.058 INFO:tasks.rados.rados.0.smithi029.stdout:2776: writing smithi02985406-46 from 3047424 to 3604480 tid 2 2024-07-27T18:29:50.061 INFO:tasks.rados.rados.0.smithi029.stdout:2776: writing smithi02985406-46 from 3604480 to 4022272 tid 3 2024-07-27T18:29:50.065 INFO:tasks.rados.rados.0.smithi029.stdout:2776: writing smithi02985406-46 from 4022272 to 4456448 tid 4 2024-07-27T18:29:50.066 INFO:tasks.rados.rados.0.smithi029.stdout:2776: writing smithi02985406-46 from 4456448 to 4653056 tid 5 2024-07-27T18:29:50.066 INFO:tasks.rados.rados.0.smithi029.stdout:2777: snap_create 2024-07-27T18:29:50.067 INFO:tasks.rados.rados.0.smithi029.stdout:2773: expect (ObjNum 795 snap 252 seq_num 795) 2024-07-27T18:29:50.213 INFO:tasks.rados.rados.0.smithi029.stdout:2776: finishing write tid 1 to smithi02985406-46 2024-07-27T18:29:50.213 INFO:tasks.rados.rados.0.smithi029.stdout:2776: finishing write tid 2 to smithi02985406-46 2024-07-27T18:29:50.213 INFO:tasks.rados.rados.0.smithi029.stdout:2776: finishing write tid 3 to smithi02985406-46 2024-07-27T18:29:50.213 INFO:tasks.rados.rados.0.smithi029.stdout:2776: finishing write tid 4 to smithi02985406-46 2024-07-27T18:29:50.214 INFO:tasks.rados.rados.0.smithi029.stdout:2776: finishing write tid 5 to smithi02985406-46 2024-07-27T18:29:50.214 INFO:tasks.rados.rados.0.smithi029.stdout:2776: finishing write tid 6 to smithi02985406-46 2024-07-27T18:29:50.214 INFO:tasks.rados.rados.0.smithi029.stdout:2776: finishing write tid 7 to smithi02985406-46 2024-07-27T18:29:50.214 INFO:tasks.rados.rados.0.smithi029.stdout:2776: oid 46 updating version 0 to 1615 2024-07-27T18:29:50.214 INFO:tasks.rados.rados.0.smithi029.stdout:2776: oid 46 version 1615 is already newer than 1612 2024-07-27T18:29:50.214 INFO:tasks.rados.rados.0.smithi029.stdout:2776: oid 46 version 1615 is already newer than 1614 2024-07-27T18:29:50.214 INFO:tasks.rados.rados.0.smithi029.stdout:2776: oid 46 version 1615 is already newer than 1611 2024-07-27T18:29:50.214 INFO:tasks.rados.rados.0.smithi029.stdout:2776: oid 46 version 1615 is already newer than 1613 2024-07-27T18:29:50.214 INFO:tasks.rados.rados.0.smithi029.stdout:2776: oid 46 updating version 1615 to 1616 2024-07-27T18:29:50.214 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1616 (ObjNum 856 snap 270 seq_num 856) dirty exists 2024-07-27T18:29:50.214 INFO:tasks.rados.rados.0.smithi029.stdout:2776: left oid 46 (ObjNum 856 snap 270 seq_num 856) 2024-07-27T18:29:50.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:50 smithi179 ceph-mon[89801]: pgmap v592: 121 pgs: 121 active+clean; 387 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.1 MiB/s rd, 0 B/s wr, 16 op/s 2024-07-27T18:29:50.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:50 smithi179 ceph-mon[89801]: osdmap e620: 8 total, 8 up, 8 in 2024-07-27T18:29:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:50 smithi029 ceph-mon[99353]: pgmap v592: 121 pgs: 121 active+clean; 387 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.1 MiB/s rd, 0 B/s wr, 16 op/s 2024-07-27T18:29:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:50 smithi029 ceph-mon[99353]: osdmap e620: 8 total, 8 up, 8 in 2024-07-27T18:29:50.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:50 smithi029 ceph-mon[96870]: pgmap v592: 121 pgs: 121 active+clean; 387 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.1 MiB/s rd, 0 B/s wr, 16 op/s 2024-07-27T18:29:50.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:50 smithi029 ceph-mon[96870]: osdmap e620: 8 total, 8 up, 8 in 2024-07-27T18:29:51.037 INFO:tasks.rados.rados.0.smithi029.stdout:2773: done (2 left) 2024-07-27T18:29:51.037 INFO:tasks.rados.rados.0.smithi029.stdout:2776: done (1 left) 2024-07-27T18:29:51.037 INFO:tasks.rados.rados.0.smithi029.stdout:2777: done (0 left) 2024-07-27T18:29:51.038 INFO:tasks.rados.rados.0.smithi029.stdout:2778: delete oid 37 current snap is 271 2024-07-27T18:29:51.041 INFO:tasks.rados.rados.0.smithi029.stdout:2778: done (0 left) 2024-07-27T18:29:51.042 INFO:tasks.rados.rados.0.smithi029.stdout:2779: delete oid 8 current snap is 271 2024-07-27T18:29:51.045 INFO:tasks.rados.rados.0.smithi029.stdout:2779: done (0 left) 2024-07-27T18:29:51.045 INFO:tasks.rados.rados.0.smithi029.stdout:2780: read oid 49 snap 262 2024-07-27T18:29:51.045 INFO:tasks.rados.rados.0.smithi029.stdout:2780: expect (ObjNum 367760096 snap 21937 seq_num 1745178896) 2024-07-27T18:29:51.045 INFO:tasks.rados.rados.0.smithi029.stdout:2781: rollback oid 44 current snap is 271 2024-07-27T18:29:51.045 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 44 to 243 2024-07-27T18:29:51.045 INFO:tasks.rados.rados.0.smithi029.stdout:2782: copy_from oid 7 from oid 32 current snap is 271 2024-07-27T18:29:51.045 INFO:tasks.rados.rados.0.smithi029.stdout:2783: read oid 26 snap -1 2024-07-27T18:29:51.045 INFO:tasks.rados.rados.0.smithi029.stdout:2783: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:29:51.045 INFO:tasks.rados.rados.0.smithi029.stdout:2784: rollback oid 37 current snap is 271 2024-07-27T18:29:51.045 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 37 to 253 2024-07-27T18:29:51.045 INFO:tasks.rados.rados.0.smithi029.stdout:2785: snap_create 2024-07-27T18:29:51.046 INFO:tasks.rados.rados.0.smithi029.stdout:2783: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:29:51.049 INFO:tasks.rados.rados.0.smithi029.stdout:2780: expect (ObjNum 367760096 snap 21937 seq_num 1745178896) 2024-07-27T18:29:51.051 INFO:tasks.rados.rados.0.smithi029.stdout:2781: finishing rollback tid 1 to smithi02985406-44 2024-07-27T18:29:51.051 INFO:tasks.rados.rados.0.smithi029.stdout:2781: finishing rollback tid 2 to smithi02985406-44 2024-07-27T18:29:51.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1685 (ObjNum 717 snap 220 seq_num 717) dirty exists 2024-07-27T18:29:51.051 INFO:tasks.rados.rados.0.smithi029.stdout:2784: finishing rollback tid 1 to smithi02985406-37 2024-07-27T18:29:51.051 INFO:tasks.rados.rados.0.smithi029.stdout:2784: finishing rollback tid 2 to smithi02985406-37 2024-07-27T18:29:51.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1687 (ObjNum 787 snap 244 seq_num 787) dirty exists 2024-07-27T18:29:51.057 INFO:tasks.rados.rados.0.smithi029.stdout:2782: finishing copy_from racing read to smithi02985406-7 2024-07-27T18:29:51.060 INFO:tasks.rados.rados.0.smithi029.stdout:2782: finishing copy_from to smithi02985406-7 2024-07-27T18:29:51.060 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 481 (ObjNum 652 snap 198 seq_num 652) dirty exists 2024-07-27T18:29:51.453 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:51 smithi179 ceph-mon[89801]: Upgrade: Updating grafana.a 2024-07-27T18:29:51.453 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:51 smithi179 ceph-mon[89801]: Deploying daemon grafana.a on smithi179 2024-07-27T18:29:51.453 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:51 smithi179 ceph-mon[89801]: osdmap e621: 8 total, 8 up, 8 in 2024-07-27T18:29:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:51 smithi029 ceph-mon[99353]: Upgrade: Updating grafana.a 2024-07-27T18:29:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:51 smithi029 ceph-mon[99353]: Deploying daemon grafana.a on smithi179 2024-07-27T18:29:51.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:51 smithi029 ceph-mon[99353]: osdmap e621: 8 total, 8 up, 8 in 2024-07-27T18:29:51.502 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 18:29:51 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[133773]: ts=2024-07-27T18:29:51.239Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002262204s 2024-07-27T18:29:51.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:51 smithi029 ceph-mon[96870]: Upgrade: Updating grafana.a 2024-07-27T18:29:51.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:51 smithi029 ceph-mon[96870]: Deploying daemon grafana.a on smithi179 2024-07-27T18:29:51.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:51 smithi029 ceph-mon[96870]: osdmap e621: 8 total, 8 up, 8 in 2024-07-27T18:29:52.034 INFO:tasks.rados.rados.0.smithi029.stdout:2780: done (5 left) 2024-07-27T18:29:52.035 INFO:tasks.rados.rados.0.smithi029.stdout:2781: done (4 left) 2024-07-27T18:29:52.035 INFO:tasks.rados.rados.0.smithi029.stdout:2782: done (3 left) 2024-07-27T18:29:52.035 INFO:tasks.rados.rados.0.smithi029.stdout:2783: done (2 left) 2024-07-27T18:29:52.035 INFO:tasks.rados.rados.0.smithi029.stdout:2784: done (1 left) 2024-07-27T18:29:52.035 INFO:tasks.rados.rados.0.smithi029.stdout:2785: done (0 left) 2024-07-27T18:29:52.035 INFO:tasks.rados.rados.0.smithi029.stdout:2786: copy_from oid 16 from oid 7 current snap is 272 2024-07-27T18:29:52.035 INFO:tasks.rados.rados.0.smithi029.stdout:2787: read oid 14 snap -1 2024-07-27T18:29:52.035 INFO:tasks.rados.rados.0.smithi029.stdout:2787: expect deleted 2024-07-27T18:29:52.035 INFO:tasks.rados.rados.0.smithi029.stdout:2788: delete oid 40 current snap is 272 2024-07-27T18:29:52.037 INFO:tasks.rados.rados.0.smithi029.stdout:2788: done (2 left) 2024-07-27T18:29:52.038 INFO:tasks.rados.rados.0.smithi029.stdout:2789: snap_remove snap 266 2024-07-27T18:29:52.582 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:52 smithi179 ceph-mon[89801]: pgmap v595: 121 pgs: 121 active+clean; 387 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 MiB/s rd, 0 B/s wr, 9 op/s 2024-07-27T18:29:52.582 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:52 smithi179 ceph-mon[89801]: osdmap e622: 8 total, 8 up, 8 in 2024-07-27T18:29:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:52 smithi029 ceph-mon[96870]: pgmap v595: 121 pgs: 121 active+clean; 387 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 MiB/s rd, 0 B/s wr, 9 op/s 2024-07-27T18:29:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:52 smithi029 ceph-mon[96870]: osdmap e622: 8 total, 8 up, 8 in 2024-07-27T18:29:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:52 smithi029 ceph-mon[99353]: pgmap v595: 121 pgs: 121 active+clean; 387 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 MiB/s rd, 0 B/s wr, 9 op/s 2024-07-27T18:29:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:52 smithi029 ceph-mon[99353]: osdmap e622: 8 total, 8 up, 8 in 2024-07-27T18:29:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:29:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:29:52] "GET /metrics HTTP/1.1" 200 36348 "" "Prometheus/2.43.0" 2024-07-27T18:29:53.035 INFO:tasks.rados.rados.0.smithi029.stdout:2789: done (2 left) 2024-07-27T18:29:53.035 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 272 2024-07-27T18:29:53.035 INFO:tasks.rados.rados.0.smithi029.stdout:2790: seq_num 860 ranges {1187840=8192} 2024-07-27T18:29:53.041 INFO:tasks.rados.rados.0.smithi029.stdout:2790: writing smithi02985406-37 from 1187840 to 1196032 tid 1 2024-07-27T18:29:53.041 INFO:tasks.rados.rados.0.smithi029.stdout:2791: snap_remove snap 260 2024-07-27T18:29:54.044 INFO:tasks.rados.rados.0.smithi029.stdout:2791: done (3 left) 2024-07-27T18:29:54.044 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 272 2024-07-27T18:29:54.044 INFO:tasks.rados.rados.0.smithi029.stdout:2792: seq_num 861 ranges {2359296=24576} 2024-07-27T18:29:54.058 INFO:tasks.rados.rados.0.smithi029.stdout:2792: writing smithi02985406-13 from 2359296 to 2383872 tid 1 2024-07-27T18:29:54.058 INFO:tasks.rados.rados.0.smithi029.stdout:2793: copy_from oid 34 from oid 12 current snap is 272 2024-07-27T18:29:54.058 INFO:tasks.rados.rados.0.smithi029.stdout:2786: finishing copy_from racing read to smithi02985406-16 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:2786: finishing copy_from to smithi02985406-16 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 481 (ObjNum 652 snap 198 seq_num 652) dirty exists 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:2790: finishing write tid 1 to smithi02985406-37 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:2790: finishing write tid 2 to smithi02985406-37 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:2790: finishing write tid 3 to smithi02985406-37 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:2790: oid 37 updating version 0 to 1689 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:2790: oid 37 updating version 1689 to 1690 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1690 (ObjNum 860 snap 272 seq_num 860) dirty exists 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:2790: left oid 37 (ObjNum 860 snap 272 seq_num 860) 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:2786: done (4 left) 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:2787: done (3 left) 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:2790: done (2 left) 2024-07-27T18:29:54.059 INFO:tasks.rados.rados.0.smithi029.stdout:2794: rollback oid 48 current snap is 272 2024-07-27T18:29:54.060 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 48 to 254 2024-07-27T18:29:54.060 INFO:tasks.rados.rados.0.smithi029.stdout:2795: delete oid 24 current snap is 272 2024-07-27T18:29:54.062 INFO:tasks.rados.rados.0.smithi029.stdout:2792: finishing write tid 1 to smithi02985406-13 2024-07-27T18:29:54.062 INFO:tasks.rados.rados.0.smithi029.stdout:2792: finishing write tid 2 to smithi02985406-13 2024-07-27T18:29:54.063 INFO:tasks.rados.rados.0.smithi029.stdout:2794: finishing rollback tid 1 to smithi02985406-48 2024-07-27T18:29:54.063 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 1734 (ObjNum 161 snap 0 seq_num 1) dirty dne 2024-07-27T18:29:54.064 INFO:tasks.rados.rados.0.smithi029.stdout:2792: finishing write tid 3 to smithi02985406-13 2024-07-27T18:29:54.064 INFO:tasks.rados.rados.0.smithi029.stdout:2792: oid 13 updating version 0 to 1929 2024-07-27T18:29:54.064 INFO:tasks.rados.rados.0.smithi029.stdout:2792: oid 13 updating version 1929 to 1930 2024-07-27T18:29:54.064 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 1930 (ObjNum 861 snap 272 seq_num 861) dirty exists 2024-07-27T18:29:54.064 INFO:tasks.rados.rados.0.smithi029.stdout:2792: left oid 13 (ObjNum 861 snap 272 seq_num 861) 2024-07-27T18:29:54.068 INFO:tasks.rados.rados.0.smithi029.stdout:2792: done (3 left) 2024-07-27T18:29:54.068 INFO:tasks.rados.rados.0.smithi029.stdout:2794: done (2 left) 2024-07-27T18:29:54.069 INFO:tasks.rados.rados.0.smithi029.stdout:2795: done (1 left) 2024-07-27T18:29:54.069 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 272 2024-07-27T18:29:54.069 INFO:tasks.rados.rados.0.smithi029.stdout:2796: seq_num 863 ranges {3702784=57344} 2024-07-27T18:29:54.089 INFO:tasks.rados.rados.0.smithi029.stdout:2796: writing smithi02985406-36 from 3702784 to 3760128 tid 1 2024-07-27T18:29:54.090 INFO:tasks.rados.rados.0.smithi029.stdout:2797: copy_from oid 26 from oid 41 current snap is 272 2024-07-27T18:29:54.090 INFO:tasks.rados.rados.0.smithi029.stdout:2793: finishing copy_from racing read to smithi02985406-34 2024-07-27T18:29:54.090 INFO:tasks.rados.rados.0.smithi029.stdout:2793: finishing copy_from to smithi02985406-34 2024-07-27T18:29:54.090 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 1499 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:29:54.090 INFO:tasks.rados.rados.0.smithi029.stdout:2793: done (2 left) 2024-07-27T18:29:54.090 INFO:tasks.rados.rados.0.smithi029.stdout:2798: snap_remove snap 270 2024-07-27T18:29:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:54 smithi179 ceph-mon[89801]: pgmap v598: 121 pgs: 121 active+clean; 391 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.2 MiB/s wr, 8 op/s 2024-07-27T18:29:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:54 smithi179 ceph-mon[89801]: osdmap e623: 8 total, 8 up, 8 in 2024-07-27T18:29:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:29:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:54 smithi029 ceph-mon[96870]: pgmap v598: 121 pgs: 121 active+clean; 391 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.2 MiB/s wr, 8 op/s 2024-07-27T18:29:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:54 smithi029 ceph-mon[96870]: osdmap e623: 8 total, 8 up, 8 in 2024-07-27T18:29:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:29:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:54 smithi029 ceph-mon[99353]: pgmap v598: 121 pgs: 121 active+clean; 391 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.2 MiB/s wr, 8 op/s 2024-07-27T18:29:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:54 smithi029 ceph-mon[99353]: osdmap e623: 8 total, 8 up, 8 in 2024-07-27T18:29:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:29:55.048 INFO:tasks.rados.rados.0.smithi029.stdout:2798: done (2 left) 2024-07-27T18:29:55.048 INFO:tasks.rados.rados.0.smithi029.stdout:2799: read oid 32 snap -1 2024-07-27T18:29:55.048 INFO:tasks.rados.rados.0.smithi029.stdout:2799: expect (ObjNum 652 snap 198 seq_num 652) 2024-07-27T18:29:55.048 INFO:tasks.rados.rados.0.smithi029.stdout:2800: snap_remove snap 261 2024-07-27T18:29:55.048 INFO:tasks.rados.rados.0.smithi029.stdout:2796: finishing write tid 1 to smithi02985406-36 2024-07-27T18:29:55.048 INFO:tasks.rados.rados.0.smithi029.stdout:2797: finishing copy_from to smithi02985406-26 2024-07-27T18:29:55.048 INFO:tasks.rados.rados.0.smithi029.stdout:2797: got expected ENOENT (src dne) 2024-07-27T18:29:55.048 INFO:tasks.rados.rados.0.smithi029.stdout:2796: finishing write tid 2 to smithi02985406-36 2024-07-27T18:29:55.049 INFO:tasks.rados.rados.0.smithi029.stdout:2797: finishing copy_from racing read to smithi02985406-26 2024-07-27T18:29:55.049 INFO:tasks.rados.rados.0.smithi029.stdout:2796: finishing write tid 3 to smithi02985406-36 2024-07-27T18:29:55.049 INFO:tasks.rados.rados.0.smithi029.stdout:2796: oid 36 updating version 0 to 487 2024-07-27T18:29:55.049 INFO:tasks.rados.rados.0.smithi029.stdout:2796: oid 36 version 487 is already newer than 486 2024-07-27T18:29:55.049 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 487 (ObjNum 863 snap 272 seq_num 863) dirty exists 2024-07-27T18:29:55.049 INFO:tasks.rados.rados.0.smithi029.stdout:2796: left oid 36 (ObjNum 863 snap 272 seq_num 863) 2024-07-27T18:29:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:55 smithi179 ceph-mon[89801]: osdmap e624: 8 total, 8 up, 8 in 2024-07-27T18:29:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:55 smithi029 ceph-mon[96870]: osdmap e624: 8 total, 8 up, 8 in 2024-07-27T18:29:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:55 smithi029 ceph-mon[99353]: osdmap e624: 8 total, 8 up, 8 in 2024-07-27T18:29:56.048 INFO:tasks.rados.rados.0.smithi029.stdout:2796: done (3 left) 2024-07-27T18:29:56.049 INFO:tasks.rados.rados.0.smithi029.stdout:2797: done (2 left) 2024-07-27T18:29:56.049 INFO:tasks.rados.rados.0.smithi029.stdout:2800: done (1 left) 2024-07-27T18:29:56.049 INFO:tasks.rados.rados.0.smithi029.stdout:2801: read oid 33 snap -1 2024-07-27T18:29:56.049 INFO:tasks.rados.rados.0.smithi029.stdout:2801: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:29:56.049 INFO:tasks.rados.rados.0.smithi029.stdout:2802: rmattr oid 50 current snap is 272 2024-07-27T18:29:56.049 INFO:tasks.rados.rados.0.smithi029.stdout:2799: expect (ObjNum 652 snap 198 seq_num 652) 2024-07-27T18:29:56.142 INFO:tasks.rados.rados.0.smithi029.stdout:2801: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:29:56.147 INFO:tasks.rados.rados.0.smithi029.stdout:2799: done (2 left) 2024-07-27T18:29:56.147 INFO:tasks.rados.rados.0.smithi029.stdout:2801: done (1 left) 2024-07-27T18:29:56.147 INFO:tasks.rados.rados.0.smithi029.stdout:2803: read oid 25 snap -1 2024-07-27T18:29:56.147 INFO:tasks.rados.rados.0.smithi029.stdout:2803: expect (ObjNum 734 snap 226 seq_num 734) 2024-07-27T18:29:56.147 INFO:tasks.rados.rados.0.smithi029.stdout:2804: snap_remove snap 268 2024-07-27T18:29:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:56 smithi179 ceph-mon[89801]: pgmap v601: 121 pgs: 121 active+clean; 394 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 1.8 MiB/s wr, 6 op/s 2024-07-27T18:29:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:56 smithi179 ceph-mon[89801]: osdmap e625: 8 total, 8 up, 8 in 2024-07-27T18:29:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:56 smithi029 ceph-mon[96870]: pgmap v601: 121 pgs: 121 active+clean; 394 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 1.8 MiB/s wr, 6 op/s 2024-07-27T18:29:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:56 smithi029 ceph-mon[96870]: osdmap e625: 8 total, 8 up, 8 in 2024-07-27T18:29:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:56 smithi029 ceph-mon[99353]: pgmap v601: 121 pgs: 121 active+clean; 394 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 1.8 MiB/s wr, 6 op/s 2024-07-27T18:29:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:56 smithi029 ceph-mon[99353]: osdmap e625: 8 total, 8 up, 8 in 2024-07-27T18:29:57.035 INFO:tasks.rados.rados.0.smithi029.stdout:2804: done (2 left) 2024-07-27T18:29:57.035 INFO:tasks.rados.rados.0.smithi029.stdout:2805: rollback oid 46 current snap is 272 2024-07-27T18:29:57.035 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 213 2024-07-27T18:29:57.035 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 0 (ObjNum 289 snap 0 seq_num 1) dirty dne 2024-07-27T18:29:57.035 INFO:tasks.rados.rados.0.smithi029.stdout:2803: expect (ObjNum 734 snap 226 seq_num 734) 2024-07-27T18:29:57.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:57 smithi029 ceph-mon[96870]: osdmap e626: 8 total, 8 up, 8 in 2024-07-27T18:29:57.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:57 smithi029 ceph-mon[96870]: osdmap e627: 8 total, 8 up, 8 in 2024-07-27T18:29:57.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:57 smithi029 ceph-mon[99353]: osdmap e626: 8 total, 8 up, 8 in 2024-07-27T18:29:57.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:57 smithi029 ceph-mon[99353]: osdmap e627: 8 total, 8 up, 8 in 2024-07-27T18:29:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:57 smithi179 ceph-mon[89801]: osdmap e626: 8 total, 8 up, 8 in 2024-07-27T18:29:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:57 smithi179 ceph-mon[89801]: osdmap e627: 8 total, 8 up, 8 in 2024-07-27T18:29:57.838 INFO:tasks.rados.rados.0.smithi029.stdout:2805: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:29:57.838 INFO:tasks.rados.rados.0.smithi029.stdout:2805: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:29:57.838 INFO:tasks.rados.rados.0.smithi029.stdout:2805: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:29:57.838 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1619 (ObjNum 636 snap 194 seq_num 636) dirty exists 2024-07-27T18:29:57.838 INFO:tasks.rados.rados.0.smithi029.stdout:2802: done (2 left) 2024-07-27T18:29:57.839 INFO:tasks.rados.rados.0.smithi029.stdout:2803: done (1 left) 2024-07-27T18:29:57.839 INFO:tasks.rados.rados.0.smithi029.stdout:2805: done (0 left) 2024-07-27T18:29:57.839 INFO:tasks.rados.rados.0.smithi029.stdout:2806: copy_from oid 14 from oid 37 current snap is 272 2024-07-27T18:29:57.839 INFO:tasks.rados.rados.0.smithi029.stdout:2807: rollback oid 16 current snap is 272 2024-07-27T18:29:57.839 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 16 to 254 2024-07-27T18:29:57.839 INFO:tasks.rados.rados.0.smithi029.stdout:2808: setattr oid 9 current snap is 272 2024-07-27T18:29:57.841 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 272 2024-07-27T18:29:57.841 INFO:tasks.rados.rados.0.smithi029.stdout:2809: seq_num 864 ranges {2211840=73728} 2024-07-27T18:29:57.854 INFO:tasks.rados.rados.0.smithi029.stdout:2809: writing smithi02985406-35 from 2211840 to 2285568 tid 1 2024-07-27T18:29:57.854 INFO:tasks.rados.rados.0.smithi029.stdout:2810: delete oid 25 current snap is 272 2024-07-27T18:29:57.854 INFO:tasks.rados.rados.0.smithi029.stdout:2807: finishing rollback tid 0 to smithi02985406-16 2024-07-27T18:29:57.855 INFO:tasks.rados.rados.0.smithi029.stdout:2807: finishing rollback tid 1 to smithi02985406-16 2024-07-27T18:29:57.855 INFO:tasks.rados.rados.0.smithi029.stdout:2807: finishing rollback tid 2 to smithi02985406-16 2024-07-27T18:29:57.855 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 1283 (ObjNum 785 snap 242 seq_num 785) dirty exists 2024-07-27T18:29:57.855 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 1997 (ObjNum 852 snap 266 seq_num 852) dirty exists 2024-07-27T18:29:57.855 INFO:tasks.rados.rados.0.smithi029.stdout:2806: finishing copy_from racing read to smithi02985406-14 2024-07-27T18:29:57.855 INFO:tasks.rados.rados.0.smithi029.stdout:2806: finishing copy_from to smithi02985406-14 2024-07-27T18:29:57.855 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 1690 (ObjNum 860 snap 272 seq_num 860) dirty exists 2024-07-27T18:29:57.857 INFO:tasks.rados.rados.0.smithi029.stdout:2809: finishing write tid 1 to smithi02985406-35 2024-07-27T18:29:57.857 INFO:tasks.rados.rados.0.smithi029.stdout:2809: finishing write tid 2 to smithi02985406-35 2024-07-27T18:29:57.858 INFO:tasks.rados.rados.0.smithi029.stdout:2806: done (4 left) 2024-07-27T18:29:57.858 INFO:tasks.rados.rados.0.smithi029.stdout:2807: done (3 left) 2024-07-27T18:29:57.858 INFO:tasks.rados.rados.0.smithi029.stdout:2808: done (2 left) 2024-07-27T18:29:57.858 INFO:tasks.rados.rados.0.smithi029.stdout:2810: done (1 left) 2024-07-27T18:29:57.858 INFO:tasks.rados.rados.0.smithi029.stdout:2811: setattr oid 23 current snap is 272 2024-07-27T18:29:57.858 INFO:tasks.rados.rados.0.smithi029.stdout:2809: finishing write tid 3 to smithi02985406-35 2024-07-27T18:29:57.859 INFO:tasks.rados.rados.0.smithi029.stdout:2809: oid 35 updating version 0 to 993 2024-07-27T18:29:57.859 INFO:tasks.rados.rados.0.smithi029.stdout:2809: oid 35 version 993 is already newer than 992 2024-07-27T18:29:57.859 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 993 (ObjNum 864 snap 272 seq_num 864) dirty exists 2024-07-27T18:29:57.859 INFO:tasks.rados.rados.0.smithi029.stdout:2809: left oid 35 (ObjNum 864 snap 272 seq_num 864) 2024-07-27T18:29:57.860 INFO:tasks.rados.rados.0.smithi029.stdout:2809: done (1 left) 2024-07-27T18:29:57.860 INFO:tasks.rados.rados.0.smithi029.stdout:2812: copy_from oid 44 from oid 12 current snap is 272 2024-07-27T18:29:57.860 INFO:tasks.rados.rados.0.smithi029.stdout:2813: read oid 29 snap -1 2024-07-27T18:29:57.860 INFO:tasks.rados.rados.0.smithi029.stdout:2813: expect (ObjNum 736 snap 226 seq_num 736) 2024-07-27T18:29:57.860 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 272 2024-07-27T18:29:57.860 INFO:tasks.rados.rados.0.smithi029.stdout:2814: seq_num 866 ranges {0=106496} 2024-07-27T18:29:57.860 INFO:tasks.rados.rados.0.smithi029.stdout:2814: writing smithi02985406-25 from 0 to 106496 tid 1 2024-07-27T18:29:57.860 INFO:tasks.rados.rados.0.smithi029.stdout:2815: delete oid 40 current snap is 272 2024-07-27T18:29:57.862 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1455 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:29:57.863 INFO:tasks.rados.rados.0.smithi029.stdout:2814: finishing write tid 1 to smithi02985406-25 2024-07-27T18:29:57.864 INFO:tasks.rados.rados.0.smithi029.stdout:2813: expect (ObjNum 736 snap 226 seq_num 736) 2024-07-27T18:29:57.876 INFO:tasks.rados.rados.0.smithi029.stdout:2814: finishing write tid 2 to smithi02985406-25 2024-07-27T18:29:57.876 INFO:tasks.rados.rados.0.smithi029.stdout:2814: finishing write tid 3 to smithi02985406-25 2024-07-27T18:29:57.877 INFO:tasks.rados.rados.0.smithi029.stdout:2814: oid 25 updating version 0 to 2001 2024-07-27T18:29:57.877 INFO:tasks.rados.rados.0.smithi029.stdout:2814: oid 25 version 2001 is already newer than 2000 2024-07-27T18:29:57.877 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 2001 (ObjNum 866 snap 272 seq_num 866) dirty exists 2024-07-27T18:29:57.877 INFO:tasks.rados.rados.0.smithi029.stdout:2814: left oid 25 (ObjNum 866 snap 272 seq_num 866) 2024-07-27T18:29:57.877 INFO:tasks.rados.rados.0.smithi029.stdout:2811: done (4 left) 2024-07-27T18:29:57.877 INFO:tasks.rados.rados.0.smithi029.stdout:2813: done (3 left) 2024-07-27T18:29:57.877 INFO:tasks.rados.rados.0.smithi029.stdout:2814: done (2 left) 2024-07-27T18:29:57.877 INFO:tasks.rados.rados.0.smithi029.stdout:2815: done (1 left) 2024-07-27T18:29:57.877 INFO:tasks.rados.rados.0.smithi029.stdout:2816: delete oid 22 current snap is 272 2024-07-27T18:29:57.878 INFO:tasks.rados.rados.0.smithi029.stdout:2816: done (1 left) 2024-07-27T18:29:57.879 INFO:tasks.rados.rados.0.smithi029.stdout:2817: read oid 11 snap -1 2024-07-27T18:29:57.879 INFO:tasks.rados.rados.0.smithi029.stdout:2817: expect deleted 2024-07-27T18:29:57.879 INFO:tasks.rados.rados.0.smithi029.stdout:2818: snap_create 2024-07-27T18:29:57.885 INFO:tasks.rados.rados.0.smithi029.stdout:2812: finishing copy_from racing read to smithi02985406-44 2024-07-27T18:29:57.891 INFO:tasks.rados.rados.0.smithi029.stdout:2812: finishing copy_from to smithi02985406-44 2024-07-27T18:29:57.891 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1499 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:29:58.060 INFO:tasks.rados.rados.0.smithi029.stdout:2812: done (2 left) 2024-07-27T18:29:58.061 INFO:tasks.rados.rados.0.smithi029.stdout:2817: done (1 left) 2024-07-27T18:29:58.061 INFO:tasks.rados.rados.0.smithi029.stdout:2818: done (0 left) 2024-07-27T18:29:58.061 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 273 2024-07-27T18:29:58.061 INFO:tasks.rados.rados.0.smithi029.stdout:2819: seq_num 869 ranges {2285568=155648} 2024-07-27T18:29:58.074 INFO:tasks.rados.rados.0.smithi029.stdout:2819: writing smithi02985406-35 from 2285568 to 2441216 tid 1 2024-07-27T18:29:58.074 INFO:tasks.rados.rados.0.smithi029.stdout:2820: snap_create 2024-07-27T18:29:58.077 INFO:tasks.rados.rados.0.smithi029.stdout:2819: finishing write tid 1 to smithi02985406-35 2024-07-27T18:29:58.077 INFO:tasks.rados.rados.0.smithi029.stdout:2819: finishing write tid 2 to smithi02985406-35 2024-07-27T18:29:58.078 INFO:tasks.rados.rados.0.smithi029.stdout:2819: finishing write tid 3 to smithi02985406-35 2024-07-27T18:29:58.079 INFO:tasks.rados.rados.0.smithi029.stdout:2819: oid 35 updating version 0 to 995 2024-07-27T18:29:58.079 INFO:tasks.rados.rados.0.smithi029.stdout:2819: oid 35 updating version 995 to 996 2024-07-27T18:29:58.079 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 996 (ObjNum 869 snap 273 seq_num 869) dirty exists 2024-07-27T18:29:58.079 INFO:tasks.rados.rados.0.smithi029.stdout:2819: left oid 35 (ObjNum 869 snap 273 seq_num 869) 2024-07-27T18:29:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:58 smithi179 ceph-mon[89801]: pgmap v604: 121 pgs: 121 active+clean; 394 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 628 KiB/s wr, 2 op/s 2024-07-27T18:29:58.283 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:29:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:58 smithi029 ceph-mon[96870]: pgmap v604: 121 pgs: 121 active+clean; 394 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 628 KiB/s wr, 2 op/s 2024-07-27T18:29:58.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:58 smithi029 ceph-mon[99353]: pgmap v604: 121 pgs: 121 active+clean; 394 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 628 KiB/s wr, 2 op/s 2024-07-27T18:29:58.569 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:29:58.570 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (17s) 14s ago 11m 16.1M - 0.25.0 c8568f914cd2 9a609be21b7b 2024-07-27T18:29:58.570 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (11m) 28s ago 11m 92.1M - 9.4.7 954c08fa6188 c3e609ae74b8 2024-07-27T18:29:58.570 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (83s) 14s ago 13m 16.1M - 19.0.0-3645-g46c551b8 d1f7abeb237d e0daa033f603 2024-07-27T18:29:58.570 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (63s) 28s ago 13m 12.8M - 19.0.0-3645-g46c551b8 d1f7abeb237d b56ce47e4372 2024-07-27T18:29:58.570 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (7m) 28s ago 16m 442M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:29:58.570 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (7m) 14s ago 18m 518M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:29:58.570 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (6m) 14s ago 18m 67.9M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:29:58.570 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (6m) 28s ago 17m 56.0M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:29:58.570 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (6m) 14s ago 17m 60.5M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:29:58.570 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (51s) 14s ago 11m 8212k - 1.5.0 0da6a335fe13 552fd7ef5507 2024-07-27T18:29:58.570 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (47s) 28s ago 11m 13.2M - 1.5.0 0da6a335fe13 9dc2057dcc25 2024-07-27T18:29:58.571 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (5m) 14s ago 16m 294M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d f8777ac80a25 2024-07-27T18:29:58.571 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (5m) 14s ago 16m 222M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cc8b7a514095 2024-07-27T18:29:58.571 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (4m) 14s ago 15m 248M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cd34200f210b 2024-07-27T18:29:58.571 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (3m) 14s ago 15m 127M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d 4034d1c99649 2024-07-27T18:29:58.571 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (3m) 28s ago 14m 197M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6e62ebd79c14 2024-07-27T18:29:58.571 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (2m) 28s ago 14m 215M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d a5371f3565ce 2024-07-27T18:29:58.571 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (2m) 28s ago 14m 123M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6b7047a2e716 2024-07-27T18:29:58.571 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (102s) 28s ago 13m 147M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d e71a33cb7699 2024-07-27T18:29:58.571 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (32s) 28s ago 12m 33.4M - 2.43.0 a07b618ecd1d c400d246d34e 2024-07-27T18:29:58.910 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:29:58.910 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:29:58.910 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:29:58.910 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 8 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 15 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:29:58.911 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:29:59.070 INFO:tasks.rados.rados.0.smithi029.stdout:2819: done (1 left) 2024-07-27T18:29:59.070 INFO:tasks.rados.rados.0.smithi029.stdout:2820: done (0 left) 2024-07-27T18:29:59.070 INFO:tasks.rados.rados.0.smithi029.stdout:2821: read oid 2 snap -1 2024-07-27T18:29:59.070 INFO:tasks.rados.rados.0.smithi029.stdout:2821: expect deleted 2024-07-27T18:29:59.070 INFO:tasks.rados.rados.0.smithi029.stdout:2822: snap_create 2024-07-27T18:29:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:59 smithi029 ceph-mon[96870]: osdmap e628: 8 total, 8 up, 8 in 2024-07-27T18:29:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:59 smithi029 ceph-mon[96870]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:29:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:29:59 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3485663058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:59 smithi029 ceph-mon[99353]: osdmap e628: 8 total, 8 up, 8 in 2024-07-27T18:29:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:59 smithi029 ceph-mon[99353]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:29:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:29:59 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3485663058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:29:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:59 smithi179 ceph-mon[89801]: osdmap e628: 8 total, 8 up, 8 in 2024-07-27T18:29:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:59 smithi179 ceph-mon[89801]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:29:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:29:59 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3485663058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:00.076 INFO:tasks.rados.rados.0.smithi029.stdout:2821: done (1 left) 2024-07-27T18:30:00.076 INFO:tasks.rados.rados.0.smithi029.stdout:2822: done (0 left) 2024-07-27T18:30:00.076 INFO:tasks.rados.rados.0.smithi029.stdout:2823: snap_create 2024-07-27T18:30:00.201 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:00 smithi179 ceph-mon[89801]: from='client.44369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:30:00.201 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:00 smithi179 ceph-mon[89801]: pgmap v607: 121 pgs: 121 active+clean; 399 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.5 MiB/s wr, 3 op/s 2024-07-27T18:30:00.201 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:00 smithi179 ceph-mon[89801]: osdmap e629: 8 total, 8 up, 8 in 2024-07-27T18:30:00.201 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:00 smithi179 ceph-mon[89801]: overall HEALTH_OK 2024-07-27T18:30:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:00 smithi029 ceph-mon[96870]: from='client.44369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:30:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:00 smithi029 ceph-mon[96870]: pgmap v607: 121 pgs: 121 active+clean; 399 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.5 MiB/s wr, 3 op/s 2024-07-27T18:30:00.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:00 smithi029 ceph-mon[96870]: osdmap e629: 8 total, 8 up, 8 in 2024-07-27T18:30:00.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:00 smithi029 ceph-mon[96870]: overall HEALTH_OK 2024-07-27T18:30:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:00 smithi029 ceph-mon[99353]: from='client.44369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:30:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:00 smithi029 ceph-mon[99353]: pgmap v607: 121 pgs: 121 active+clean; 399 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.5 MiB/s wr, 3 op/s 2024-07-27T18:30:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:00 smithi029 ceph-mon[99353]: osdmap e629: 8 total, 8 up, 8 in 2024-07-27T18:30:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:00 smithi029 ceph-mon[99353]: overall HEALTH_OK 2024-07-27T18:30:00.507 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:00 smithi179 systemd[1]: Stopping Ceph grafana.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:30:00.770 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:00 smithi179 podman[127196]: 2024-07-27 18:30:00.506206061 +0000 UTC m=+0.140287900 container died c3e609ae74b817d71faeebb6ffcffe33d8a34314bc128c02929667580188b038 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a, io.openshift.expose-services=, io.openshift.tags=base rhel8, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, release=239.1651231664, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, distribution-scope=public, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, io.k8s.display-name=Red Hat Universal Base Image 8, architecture=x86_64, description=Ceph Grafana Container, vcs-type=git, build-date=2022-04-29T11:48:11.055897, vendor=Red Hat, Inc., name=ubi8, maintainer=Paul Cuzner , version=8.5, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, com.redhat.component=ubi8-container, io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., summary=Grafana Container configured for Ceph mgr/dashboard integration, io.buildah.version=1.32.0) 2024-07-27T18:30:01.077 INFO:tasks.rados.rados.0.smithi029.stdout:2823: done (0 left) 2024-07-27T18:30:01.077 INFO:tasks.rados.rados.0.smithi029.stdout:2824: copy_from oid 41 from oid 34 current snap is 276 2024-07-27T18:30:01.077 INFO:tasks.rados.rados.0.smithi029.stdout:2825: read oid 14 snap 213 2024-07-27T18:30:01.077 INFO:tasks.rados.rados.0.smithi029.stdout:2825: expect deleted 2024-07-27T18:30:01.078 INFO:tasks.rados.rados.0.smithi029.stdout:2826: delete oid 13 current snap is 276 2024-07-27T18:30:01.083 INFO:tasks.rados.rados.0.smithi029.stdout:2825: done (2 left) 2024-07-27T18:30:01.083 INFO:tasks.rados.rados.0.smithi029.stdout:2826: done (1 left) 2024-07-27T18:30:01.083 INFO:tasks.rados.rados.0.smithi029.stdout:2827: rmattr oid 40 current snap is 276 2024-07-27T18:30:01.083 INFO:tasks.rados.rados.0.smithi029.stdout:2827: done (1 left) 2024-07-27T18:30:01.083 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 276 2024-07-27T18:30:01.083 INFO:tasks.rados.rados.0.smithi029.stdout:2828: seq_num 871 ranges {8404992=188416} 2024-07-27T18:30:01.084 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:00 smithi179 podman[127196]: 2024-07-27 18:30:00.85086229 +0000 UTC m=+0.484944119 container cleanup c3e609ae74b817d71faeebb6ffcffe33d8a34314bc128c02929667580188b038 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a, build-date=2022-04-29T11:48:11.055897, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, io.k8s.display-name=Red Hat Universal Base Image 8, architecture=x86_64, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, summary=Grafana Container configured for Ceph mgr/dashboard integration, maintainer=Paul Cuzner , vcs-type=git, version=8.5, description=Ceph Grafana Container, distribution-scope=public, vendor=Red Hat, Inc., io.openshift.expose-services=, io.openshift.tags=base rhel8, name=ubi8, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, release=239.1651231664, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, com.redhat.component=ubi8-container, io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., io.buildah.version=1.32.0) 2024-07-27T18:30:01.084 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:00 smithi179 bash[127196]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a 2024-07-27T18:30:01.130 INFO:tasks.rados.rados.0.smithi029.stdout:2828: writing smithi02985406-5 from 8404992 to 8593408 tid 1 2024-07-27T18:30:01.131 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 276 2024-07-27T18:30:01.131 INFO:tasks.rados.rados.0.smithi029.stdout:2829: seq_num 872 ranges {1196032=212992} 2024-07-27T18:30:01.139 INFO:tasks.rados.rados.0.smithi029.stdout:2829: writing smithi02985406-37 from 1196032 to 1409024 tid 1 2024-07-27T18:30:01.139 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 276 2024-07-27T18:30:01.141 INFO:tasks.rados.rados.0.smithi029.stdout:2830: seq_num 873 ranges {0=229376} 2024-07-27T18:30:01.142 INFO:tasks.rados.rados.0.smithi029.stdout:2830: writing smithi02985406-10 from 0 to 229376 tid 1 2024-07-27T18:30:01.142 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 276 2024-07-27T18:30:01.143 INFO:tasks.rados.rados.0.smithi029.stdout:2824: finishing copy_from racing read to smithi02985406-41 2024-07-27T18:30:01.143 INFO:tasks.rados.rados.0.smithi029.stdout:2831: seq_num 874 ranges {2211840=245760} 2024-07-27T18:30:01.153 INFO:tasks.rados.rados.0.smithi029.stdout:2831: writing smithi02985406-16 from 2211840 to 2457600 tid 1 2024-07-27T18:30:01.153 INFO:tasks.rados.rados.0.smithi029.stdout:2832: read oid 30 snap 275 2024-07-27T18:30:01.154 INFO:tasks.rados.rados.0.smithi029.stdout:2832: expect deleted 2024-07-27T18:30:01.154 INFO:tasks.rados.rados.0.smithi029.stdout:2833: snap_remove snap 254 2024-07-27T18:30:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:01 smithi179 ceph-mon[89801]: osdmap e630: 8 total, 8 up, 8 in 2024-07-27T18:30:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:01 smithi179 ceph-mon[89801]: osdmap e631: 8 total, 8 up, 8 in 2024-07-27T18:30:01.413 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:01 smithi179 podman[127215]: 2024-07-27 18:30:01.127358231 +0000 UTC m=+0.619508130 container remove c3e609ae74b817d71faeebb6ffcffe33d8a34314bc128c02929667580188b038 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a, description=Ceph Grafana Container, io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., build-date=2022-04-29T11:48:11.055897, version=8.5, io.buildah.version=1.32.0, io.openshift.expose-services=, maintainer=Paul Cuzner , architecture=x86_64, distribution-scope=public, com.redhat.component=ubi8-container, vcs-type=git, summary=Grafana Container configured for Ceph mgr/dashboard integration, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, io.openshift.tags=base rhel8, vendor=Red Hat, Inc., io.k8s.display-name=Red Hat Universal Base Image 8, name=ubi8, release=239.1651231664, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI) 2024-07-27T18:30:01.413 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:01 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@grafana.a.service: Main process exited, code=exited, status=143/n/a 2024-07-27T18:30:01.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:01 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-07-27T18:30:01.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:01 smithi179 systemd[1]: Stopped Ceph grafana.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:30:01.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:01 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@grafana.a.service: Consumed 10.842s CPU time. 2024-07-27T18:30:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:01 smithi029 ceph-mon[99353]: osdmap e630: 8 total, 8 up, 8 in 2024-07-27T18:30:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:01 smithi029 ceph-mon[99353]: osdmap e631: 8 total, 8 up, 8 in 2024-07-27T18:30:01.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:01 smithi029 ceph-mon[96870]: osdmap e630: 8 total, 8 up, 8 in 2024-07-27T18:30:01.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:01 smithi029 ceph-mon[96870]: osdmap e631: 8 total, 8 up, 8 in 2024-07-27T18:30:01.821 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:01 smithi179 systemd[1]: Starting Ceph grafana.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T18:30:01.821 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:01 smithi179 podman[127346]: 2024-07-27 18:30:01.694952007 +0000 UTC m=+0.108649311 container create 7db9d535ab09be24a232637051e247e0d28f5da961705e6ade1908413d19f8ab (image=quay.io/ceph/grafana:9.4.12, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-07-27T18:30:01.822 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:01 smithi179 podman[127346]: 2024-07-27 18:30:01.604475159 +0000 UTC m=+0.018172475 image pull 2bacad6d85d802cd176c146528adcc0e47a8a83e94bc4a8b7ba1a9b9ef2c65e7 quay.io/ceph/grafana:9.4.12 2024-07-27T18:30:02.037 INFO:tasks.rados.rados.0.smithi029.stdout:2833: done (6 left) 2024-07-27T18:30:02.037 INFO:tasks.rados.rados.0.smithi029.stdout:2834: snap_create 2024-07-27T18:30:02.037 INFO:tasks.rados.rados.0.smithi029.stdout:2824: finishing copy_from to smithi02985406-41 2024-07-27T18:30:02.037 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 1499 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:30:02.037 INFO:tasks.rados.rados.0.smithi029.stdout:2828: finishing write tid 1 to smithi02985406-5 2024-07-27T18:30:02.037 INFO:tasks.rados.rados.0.smithi029.stdout:2828: finishing write tid 2 to smithi02985406-5 2024-07-27T18:30:02.037 INFO:tasks.rados.rados.0.smithi029.stdout:2828: finishing write tid 3 to smithi02985406-5 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:2828: oid 5 updating version 0 to 1952 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:2828: oid 5 version 1952 is already newer than 1951 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1952 (ObjNum 871 snap 276 seq_num 871) dirty exists 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:2828: left oid 5 (ObjNum 871 snap 276 seq_num 871) 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:2829: finishing write tid 1 to smithi02985406-37 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:2829: finishing write tid 2 to smithi02985406-37 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:2830: finishing write tid 1 to smithi02985406-10 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:2830: finishing write tid 2 to smithi02985406-10 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:2829: finishing write tid 3 to smithi02985406-37 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:2829: oid 37 updating version 0 to 1698 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:2829: oid 37 updating version 1698 to 1699 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1699 (ObjNum 872 snap 276 seq_num 872) dirty exists 2024-07-27T18:30:02.038 INFO:tasks.rados.rados.0.smithi029.stdout:2829: left oid 37 (ObjNum 872 snap 276 seq_num 872) 2024-07-27T18:30:02.039 INFO:tasks.rados.rados.0.smithi029.stdout:2830: finishing write tid 3 to smithi02985406-10 2024-07-27T18:30:02.039 INFO:tasks.rados.rados.0.smithi029.stdout:2830: oid 10 updating version 0 to 1701 2024-07-27T18:30:02.039 INFO:tasks.rados.rados.0.smithi029.stdout:2830: oid 10 updating version 1701 to 1702 2024-07-27T18:30:02.039 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1702 (ObjNum 873 snap 276 seq_num 873) dirty exists 2024-07-27T18:30:02.039 INFO:tasks.rados.rados.0.smithi029.stdout:2830: left oid 10 (ObjNum 873 snap 276 seq_num 873) 2024-07-27T18:30:02.039 INFO:tasks.rados.rados.0.smithi029.stdout:2831: finishing write tid 1 to smithi02985406-16 2024-07-27T18:30:02.039 INFO:tasks.rados.rados.0.smithi029.stdout:2831: finishing write tid 2 to smithi02985406-16 2024-07-27T18:30:02.039 INFO:tasks.rados.rados.0.smithi029.stdout:2831: finishing write tid 3 to smithi02985406-16 2024-07-27T18:30:02.039 INFO:tasks.rados.rados.0.smithi029.stdout:2831: oid 16 updating version 0 to 1285 2024-07-27T18:30:02.039 INFO:tasks.rados.rados.0.smithi029.stdout:2831: oid 16 version 1285 is already newer than 1284 2024-07-27T18:30:02.039 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 1285 (ObjNum 874 snap 276 seq_num 874) dirty exists 2024-07-27T18:30:02.039 INFO:tasks.rados.rados.0.smithi029.stdout:2831: left oid 16 (ObjNum 874 snap 276 seq_num 874) 2024-07-27T18:30:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-mon[89801]: pgmap v610: 121 pgs: 121 active+clean; 400 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 1.6 MiB/s wr, 17 op/s 2024-07-27T18:30:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-mon[89801]: osdmap e632: 8 total, 8 up, 8 in 2024-07-27T18:30:02.413 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:01 smithi179 podman[127346]: 2024-07-27 18:30:01.939560719 +0000 UTC m=+0.353258026 container init 7db9d535ab09be24a232637051e247e0d28f5da961705e6ade1908413d19f8ab (image=quay.io/ceph/grafana:9.4.12, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-07-27T18:30:02.413 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:01 smithi179 podman[127346]: 2024-07-27 18:30:01.94428851 +0000 UTC m=+0.357985814 container start 7db9d535ab09be24a232637051e247e0d28f5da961705e6ade1908413d19f8ab (image=quay.io/ceph/grafana:9.4.12, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-07-27T18:30:02.413 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 bash[127346]: 7db9d535ab09be24a232637051e247e0d28f5da961705e6ade1908413d19f8ab 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 systemd[1]: Started Ceph grafana.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107075465Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107250024Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.10726124Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107264692Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107267639Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107270494Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107273312Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107275835Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107278385Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107281183Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107283932Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-07-27T18:30:02.414 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107286541Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-07-27T18:30:02.415 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107288998Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-07-27T18:30:02.415 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107293113Z level=info msg="Path Home" path=/usr/share/grafana 2024-07-27T18:30:02.415 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107296079Z level=info msg="Path Data" path=/var/lib/grafana 2024-07-27T18:30:02.415 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107298818Z level=info msg="Path Logs" path=/var/log/grafana 2024-07-27T18:30:02.415 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107301528Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-07-27T18:30:02.415 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.107304112Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-07-27T18:30:02.415 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=settings t=2024-07-27T18:30:02.10730673Z level=info msg="App mode production" 2024-07-27T18:30:02.415 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=sqlstore t=2024-07-27T18:30:02.10734706Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-07-27T18:30:02.415 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=sqlstore t=2024-07-27T18:30:02.107360448Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-07-27T18:30:02.415 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=migrator t=2024-07-27T18:30:02.121963853Z level=info msg="Starting DB migrations" 2024-07-27T18:30:02.416 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=migrator t=2024-07-27T18:30:02.126711715Z level=info msg="migrations completed" performed=0 skipped=481 duration=427.1µs 2024-07-27T18:30:02.416 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=sqlstore t=2024-07-27T18:30:02.127066202Z level=info msg="Created default organization" 2024-07-27T18:30:02.416 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=plugin.finder t=2024-07-27T18:30:02.159433651Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-07-27T18:30:02.416 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=secrets t=2024-07-27T18:30:02.159522334Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-07-27T18:30:02.416 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=query_data t=2024-07-27T18:30:02.161680351Z level=info msg="Query Service initialization" 2024-07-27T18:30:02.416 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=live.push_http t=2024-07-27T18:30:02.166228994Z level=info msg="Live Push Gateway initialization" 2024-07-27T18:30:02.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:02 smithi029 ceph-mon[96870]: pgmap v610: 121 pgs: 121 active+clean; 400 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 1.6 MiB/s wr, 17 op/s 2024-07-27T18:30:02.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:02 smithi029 ceph-mon[96870]: osdmap e632: 8 total, 8 up, 8 in 2024-07-27T18:30:02.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:02 smithi029 ceph-mon[99353]: pgmap v610: 121 pgs: 121 active+clean; 400 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 1.6 MiB/s wr, 17 op/s 2024-07-27T18:30:02.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:02 smithi029 ceph-mon[99353]: osdmap e632: 8 total, 8 up, 8 in 2024-07-27T18:30:02.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:30:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:30:02] "GET /metrics HTTP/1.1" 200 36344 "" "Prometheus/2.43.0" 2024-07-27T18:30:02.913 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=infra.usagestats.collector t=2024-07-27T18:30:02.806762414Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-07-27T18:30:02.913 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=provisioning.datasources t=2024-07-27T18:30:02.809275467Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2024-07-27T18:30:02.913 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=provisioning.datasources t=2024-07-27T18:30:02.809285209Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-07-27T18:30:02.913 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=provisioning.datasources t=2024-07-27T18:30:02.809404603Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-07-27T18:30:02.913 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=provisioning.alerting t=2024-07-27T18:30:02.831349682Z level=info msg="starting to provision alerting" 2024-07-27T18:30:02.913 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=provisioning.alerting t=2024-07-27T18:30:02.831366306Z level=info msg="finished to provision alerting" 2024-07-27T18:30:02.913 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=grafanaStorageLogger t=2024-07-27T18:30:02.831614298Z level=info msg="storage starting" 2024-07-27T18:30:02.913 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=ngalert.state.manager t=2024-07-27T18:30:02.83165048Z level=info msg="Warming state cache for startup" 2024-07-27T18:30:02.913 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=http.server t=2024-07-27T18:30:02.833384902Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-07-27T18:30:02.914 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=ngalert.state.manager t=2024-07-27T18:30:02.835613833Z level=info msg="State cache has been initialized" states=0 duration=3.963863ms 2024-07-27T18:30:02.914 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=ticker t=2024-07-27T18:30:02.835657604Z level=info msg=starting first_tick=2024-07-27T18:30:10Z 2024-07-27T18:30:02.914 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=ngalert.multiorg.alertmanager t=2024-07-27T18:30:02.835645359Z level=info msg="starting MultiOrg Alertmanager" 2024-07-27T18:30:03.037 INFO:tasks.rados.rados.0.smithi029.stdout:2824: done (6 left) 2024-07-27T18:30:03.038 INFO:tasks.rados.rados.0.smithi029.stdout:2828: done (5 left) 2024-07-27T18:30:03.038 INFO:tasks.rados.rados.0.smithi029.stdout:2829: done (4 left) 2024-07-27T18:30:03.038 INFO:tasks.rados.rados.0.smithi029.stdout:2830: done (3 left) 2024-07-27T18:30:03.038 INFO:tasks.rados.rados.0.smithi029.stdout:2831: done (2 left) 2024-07-27T18:30:03.038 INFO:tasks.rados.rados.0.smithi029.stdout:2832: done (1 left) 2024-07-27T18:30:03.038 INFO:tasks.rados.rados.0.smithi029.stdout:2834: done (0 left) 2024-07-27T18:30:03.038 INFO:tasks.rados.rados.0.smithi029.stdout:2835: snap_create 2024-07-27T18:30:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:03 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:03 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:03 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:30:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:03 smithi179 ceph-mon[89801]: osdmap e633: 8 total, 8 up, 8 in 2024-07-27T18:30:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:03 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:03.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:03 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:03.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:03 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:30:03.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:03 smithi029 ceph-mon[96870]: osdmap e633: 8 total, 8 up, 8 in 2024-07-27T18:30:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:03 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:03 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:03.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:03 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:30:03.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:03 smithi029 ceph-mon[99353]: osdmap e633: 8 total, 8 up, 8 in 2024-07-27T18:30:04.040 INFO:tasks.rados.rados.0.smithi029.stdout:2835: done (0 left) 2024-07-27T18:30:04.040 INFO:tasks.rados.rados.0.smithi029.stdout:2836: delete oid 40 current snap is 278 2024-07-27T18:30:04.044 INFO:tasks.rados.rados.0.smithi029.stdout:2836: done (0 left) 2024-07-27T18:30:04.044 INFO:tasks.rados.rados.0.smithi029.stdout:2837: snap_remove snap 271 2024-07-27T18:30:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:04 smithi179 ceph-mon[89801]: pgmap v613: 121 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 118 active+clean; 407 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 MiB/s rd, 1.9 MiB/s wr, 18 op/s 2024-07-27T18:30:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:04 smithi179 ceph-mon[89801]: osdmap e634: 8 total, 8 up, 8 in 2024-07-27T18:30:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:04 smithi029 ceph-mon[96870]: pgmap v613: 121 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 118 active+clean; 407 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 MiB/s rd, 1.9 MiB/s wr, 18 op/s 2024-07-27T18:30:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:04 smithi029 ceph-mon[96870]: osdmap e634: 8 total, 8 up, 8 in 2024-07-27T18:30:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:04 smithi029 ceph-mon[99353]: pgmap v613: 121 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 118 active+clean; 407 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 MiB/s rd, 1.9 MiB/s wr, 18 op/s 2024-07-27T18:30:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:04 smithi029 ceph-mon[99353]: osdmap e634: 8 total, 8 up, 8 in 2024-07-27T18:30:05.042 INFO:tasks.rados.rados.0.smithi029.stdout:2837: done (0 left) 2024-07-27T18:30:05.042 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 278 2024-07-27T18:30:05.042 INFO:tasks.rados.rados.0.smithi029.stdout:2838: seq_num 876 ranges {8593408=278528} 2024-07-27T18:30:05.091 INFO:tasks.rados.rados.0.smithi029.stdout:2838: writing smithi02985406-5 from 8593408 to 8871936 tid 1 2024-07-27T18:30:05.091 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 278 2024-07-27T18:30:05.091 INFO:tasks.rados.rados.0.smithi029.stdout:2839: seq_num 877 ranges {0=294912} 2024-07-27T18:30:05.093 INFO:tasks.rados.rados.0.smithi029.stdout:2839: writing smithi02985406-24 from 0 to 294912 tid 1 2024-07-27T18:30:05.093 INFO:tasks.rados.rados.0.smithi029.stdout:2840: rollback oid 13 current snap is 278 2024-07-27T18:30:05.093 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 263 2024-07-27T18:30:05.093 INFO:tasks.rados.rados.0.smithi029.stdout:2841: delete oid 31 current snap is 278 2024-07-27T18:30:05.096 INFO:tasks.rados.rados.0.smithi029.stdout:2839: finishing write tid 1 to smithi02985406-24 2024-07-27T18:30:05.096 INFO:tasks.rados.rados.0.smithi029.stdout:2839: finishing write tid 2 to smithi02985406-24 2024-07-27T18:30:05.097 INFO:tasks.rados.rados.0.smithi029.stdout:2838: finishing write tid 1 to smithi02985406-5 2024-07-27T18:30:05.097 INFO:tasks.rados.rados.0.smithi029.stdout:2838: finishing write tid 2 to smithi02985406-5 2024-07-27T18:30:05.097 INFO:tasks.rados.rados.0.smithi029.stdout:2840: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:30:05.097 INFO:tasks.rados.rados.0.smithi029.stdout:2840: finishing rollback tid 2 to smithi02985406-13 2024-07-27T18:30:05.097 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 1971 (ObjNum 809 snap 256 seq_num 809) dirty exists 2024-07-27T18:30:05.099 INFO:tasks.rados.rados.0.smithi029.stdout:2838: finishing write tid 3 to smithi02985406-5 2024-07-27T18:30:05.099 INFO:tasks.rados.rados.0.smithi029.stdout:2838: oid 5 updating version 0 to 1969 2024-07-27T18:30:05.099 INFO:tasks.rados.rados.0.smithi029.stdout:2838: oid 5 version 1969 is already newer than 1968 2024-07-27T18:30:05.099 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1969 (ObjNum 876 snap 278 seq_num 876) dirty exists 2024-07-27T18:30:05.099 INFO:tasks.rados.rados.0.smithi029.stdout:2838: left oid 5 (ObjNum 876 snap 278 seq_num 876) 2024-07-27T18:30:05.099 INFO:tasks.rados.rados.0.smithi029.stdout:2839: finishing write tid 3 to smithi02985406-24 2024-07-27T18:30:05.099 INFO:tasks.rados.rados.0.smithi029.stdout:2839: oid 24 updating version 0 to 1786 2024-07-27T18:30:05.099 INFO:tasks.rados.rados.0.smithi029.stdout:2839: oid 24 version 1786 is already newer than 1785 2024-07-27T18:30:05.099 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 1786 (ObjNum 877 snap 278 seq_num 877) dirty exists 2024-07-27T18:30:05.099 INFO:tasks.rados.rados.0.smithi029.stdout:2839: left oid 24 (ObjNum 877 snap 278 seq_num 877) 2024-07-27T18:30:05.099 INFO:tasks.rados.rados.0.smithi029.stdout:2838: done (3 left) 2024-07-27T18:30:05.100 INFO:tasks.rados.rados.0.smithi029.stdout:2839: done (2 left) 2024-07-27T18:30:05.100 INFO:tasks.rados.rados.0.smithi029.stdout:2840: done (1 left) 2024-07-27T18:30:05.100 INFO:tasks.rados.rados.0.smithi029.stdout:2841: done (0 left) 2024-07-27T18:30:05.100 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 278 2024-07-27T18:30:05.100 INFO:tasks.rados.rados.0.smithi029.stdout:2842: seq_num 879 ranges {2113536=327680} 2024-07-27T18:30:05.112 INFO:tasks.rados.rados.0.smithi029.stdout:2842: writing smithi02985406-49 from 2113536 to 2441216 tid 1 2024-07-27T18:30:05.112 INFO:tasks.rados.rados.0.smithi029.stdout:2843: delete oid 37 current snap is 278 2024-07-27T18:30:05.115 INFO:tasks.rados.rados.0.smithi029.stdout:2843: done (1 left) 2024-07-27T18:30:05.115 INFO:tasks.rados.rados.0.smithi029.stdout:2844: snap_remove snap 265 2024-07-27T18:30:06.048 INFO:tasks.rados.rados.0.smithi029.stdout:2844: done (1 left) 2024-07-27T18:30:06.048 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 278 2024-07-27T18:30:06.048 INFO:tasks.rados.rados.0.smithi029.stdout:2842: finishing write tid 1 to smithi02985406-49 2024-07-27T18:30:06.048 INFO:tasks.rados.rados.0.smithi029.stdout:2842: finishing write tid 2 to smithi02985406-49 2024-07-27T18:30:06.048 INFO:tasks.rados.rados.0.smithi029.stdout:2842: finishing write tid 3 to smithi02985406-49 2024-07-27T18:30:06.048 INFO:tasks.rados.rados.0.smithi029.stdout:2842: oid 49 updating version 0 to 1621 2024-07-27T18:30:06.048 INFO:tasks.rados.rados.0.smithi029.stdout:2842: oid 49 version 1621 is already newer than 1620 2024-07-27T18:30:06.048 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 1621 (ObjNum 879 snap 278 seq_num 879) dirty exists 2024-07-27T18:30:06.048 INFO:tasks.rados.rados.0.smithi029.stdout:2842: left oid 49 (ObjNum 879 snap 278 seq_num 879) 2024-07-27T18:30:06.048 INFO:tasks.rados.rados.0.smithi029.stdout:2845: seq_num 881 ranges {114688=360448} 2024-07-27T18:30:06.051 INFO:tasks.rados.rados.0.smithi029.stdout:2845: writing smithi02985406-38 from 114688 to 475136 tid 1 2024-07-27T18:30:06.051 INFO:tasks.rados.rados.0.smithi029.stdout:2842: done (1 left) 2024-07-27T18:30:06.051 INFO:tasks.rados.rados.0.smithi029.stdout:2846: snap_remove snap 243 2024-07-27T18:30:06.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 18:30:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T18:30:06.062+0000 7f8004ff8640 -1 snap_mapper.get_next_objects_to_trim::New Clone-Objects were added to Snap 14e after trimming was started 2024-07-27T18:30:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:06 smithi179 ceph-mon[89801]: pgmap v616: 121 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 118 active+clean; 413 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 357 KiB/s rd, 3.3 MiB/s wr, 4 op/s 2024-07-27T18:30:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:06 smithi179 ceph-mon[89801]: osdmap e635: 8 total, 8 up, 8 in 2024-07-27T18:30:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:06 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:06 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:06 smithi029 ceph-mon[96870]: pgmap v616: 121 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 118 active+clean; 413 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 357 KiB/s rd, 3.3 MiB/s wr, 4 op/s 2024-07-27T18:30:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:06 smithi029 ceph-mon[96870]: osdmap e635: 8 total, 8 up, 8 in 2024-07-27T18:30:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:06 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:06 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:06 smithi029 ceph-mon[99353]: pgmap v616: 121 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 118 active+clean; 413 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 357 KiB/s rd, 3.3 MiB/s wr, 4 op/s 2024-07-27T18:30:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:06 smithi029 ceph-mon[99353]: osdmap e635: 8 total, 8 up, 8 in 2024-07-27T18:30:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:06 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:06 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:07.039 INFO:tasks.rados.rados.0.smithi029.stdout:2846: done (1 left) 2024-07-27T18:30:07.039 INFO:tasks.rados.rados.0.smithi029.stdout:2847: copy_from oid 8 from oid 42 current snap is 278 2024-07-27T18:30:07.039 INFO:tasks.rados.rados.0.smithi029.stdout:2845: finishing write tid 1 to smithi02985406-38 2024-07-27T18:30:07.039 INFO:tasks.rados.rados.0.smithi029.stdout:2845: finishing write tid 2 to smithi02985406-38 2024-07-27T18:30:07.040 INFO:tasks.rados.rados.0.smithi029.stdout:2845: finishing write tid 3 to smithi02985406-38 2024-07-27T18:30:07.040 INFO:tasks.rados.rados.0.smithi029.stdout:2845: oid 38 updating version 0 to 1359 2024-07-27T18:30:07.040 INFO:tasks.rados.rados.0.smithi029.stdout:2845: oid 38 version 1359 is already newer than 1358 2024-07-27T18:30:07.040 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 1359 (ObjNum 881 snap 278 seq_num 881) dirty exists 2024-07-27T18:30:07.040 INFO:tasks.rados.rados.0.smithi029.stdout:2845: left oid 38 (ObjNum 881 snap 278 seq_num 881) 2024-07-27T18:30:07.040 INFO:tasks.rados.rados.0.smithi029.stdout:2845: done (1 left) 2024-07-27T18:30:07.040 INFO:tasks.rados.rados.0.smithi029.stdout:2848: read oid 40 snap 274 2024-07-27T18:30:07.040 INFO:tasks.rados.rados.0.smithi029.stdout:2848: expect deleted 2024-07-27T18:30:07.040 INFO:tasks.rados.rados.0.smithi029.stdout:2849: copy_from oid 10 from oid 26 current snap is 278 2024-07-27T18:30:07.040 INFO:tasks.rados.rados.0.smithi029.stdout:2850: rmattr oid 35 current snap is 278 2024-07-27T18:30:07.040 INFO:tasks.rados.rados.0.smithi029.stdout:2850: done (3 left) 2024-07-27T18:30:07.041 INFO:tasks.rados.rados.0.smithi029.stdout:2851: rmattr oid 20 current snap is 278 2024-07-27T18:30:07.041 INFO:tasks.rados.rados.0.smithi029.stdout:2851: done (3 left) 2024-07-27T18:30:07.041 INFO:tasks.rados.rados.0.smithi029.stdout:2852: snap_create 2024-07-27T18:30:07.045 INFO:tasks.rados.rados.0.smithi029.stdout:2847: finishing copy_from to smithi02985406-8 2024-07-27T18:30:07.045 INFO:tasks.rados.rados.0.smithi029.stdout:2847: got expected ENOENT (src dne) 2024-07-27T18:30:07.045 INFO:tasks.rados.rados.0.smithi029.stdout:2847: finishing copy_from racing read to smithi02985406-8 2024-07-27T18:30:07.057 INFO:tasks.rados.rados.0.smithi029.stdout:2849: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:30:07.060 INFO:tasks.rados.rados.0.smithi029.stdout:2849: finishing copy_from to smithi02985406-10 2024-07-27T18:30:07.060 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1608 (ObjNum 3153 snap 0 seq_num 2053092064) dirty exists 2024-07-27T18:30:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:07 smithi179 ceph-mon[89801]: osdmap e636: 8 total, 8 up, 8 in 2024-07-27T18:30:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:07 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:07 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:07 smithi179 ceph-mon[89801]: osdmap e637: 8 total, 8 up, 8 in 2024-07-27T18:30:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:07 smithi029 ceph-mon[96870]: osdmap e636: 8 total, 8 up, 8 in 2024-07-27T18:30:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:07 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:07 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:07.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:07 smithi029 ceph-mon[96870]: osdmap e637: 8 total, 8 up, 8 in 2024-07-27T18:30:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:07 smithi029 ceph-mon[99353]: osdmap e636: 8 total, 8 up, 8 in 2024-07-27T18:30:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:07 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:07 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:07 smithi029 ceph-mon[99353]: osdmap e637: 8 total, 8 up, 8 in 2024-07-27T18:30:08.039 INFO:tasks.rados.rados.0.smithi029.stdout:2847: done (3 left) 2024-07-27T18:30:08.039 INFO:tasks.rados.rados.0.smithi029.stdout:2848: done (2 left) 2024-07-27T18:30:08.039 INFO:tasks.rados.rados.0.smithi029.stdout:2849: done (1 left) 2024-07-27T18:30:08.039 INFO:tasks.rados.rados.0.smithi029.stdout:2852: done (0 left) 2024-07-27T18:30:08.039 INFO:tasks.rados.rados.0.smithi029.stdout:2853: read oid 19 snap -1 2024-07-27T18:30:08.039 INFO:tasks.rados.rados.0.smithi029.stdout:2853: expect (ObjNum 627 snap 188 seq_num 627) 2024-07-27T18:30:08.039 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 41 current snap is 279 2024-07-27T18:30:08.039 INFO:tasks.rados.rados.0.smithi029.stdout:2854: seq_num 882 ranges {6266880=376832} 2024-07-27T18:30:08.075 INFO:tasks.rados.rados.0.smithi029.stdout:2854: writing smithi02985406-41 from 6266880 to 6643712 tid 1 2024-07-27T18:30:08.075 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 279 2024-07-27T18:30:08.075 INFO:tasks.rados.rados.0.smithi029.stdout:2855: seq_num 883 ranges {2539520=393216} 2024-07-27T18:30:08.092 INFO:tasks.rados.rados.0.smithi029.stdout:2855: writing smithi02985406-7 from 2539520 to 2932736 tid 1 2024-07-27T18:30:08.092 INFO:tasks.rados.rados.0.smithi029.stdout:2856: snap_create 2024-07-27T18:30:08.092 INFO:tasks.rados.rados.0.smithi029.stdout:2853: expect (ObjNum 627 snap 188 seq_num 627) 2024-07-27T18:30:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:08 smithi179 ceph-mon[89801]: pgmap v619: 121 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 118 active+clean; 414 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:30:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:08 smithi179 ceph-mon[89801]: osdmap e638: 8 total, 8 up, 8 in 2024-07-27T18:30:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:08 smithi029 ceph-mon[96870]: pgmap v619: 121 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 118 active+clean; 414 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:30:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:08 smithi029 ceph-mon[96870]: osdmap e638: 8 total, 8 up, 8 in 2024-07-27T18:30:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:08 smithi029 ceph-mon[99353]: pgmap v619: 121 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 118 active+clean; 414 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:30:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:08 smithi029 ceph-mon[99353]: osdmap e638: 8 total, 8 up, 8 in 2024-07-27T18:30:08.572 INFO:tasks.rados.rados.0.smithi029.stdout:2854: finishing write tid 1 to smithi02985406-41 2024-07-27T18:30:08.572 INFO:tasks.rados.rados.0.smithi029.stdout:2854: finishing write tid 2 to smithi02985406-41 2024-07-27T18:30:08.572 INFO:tasks.rados.rados.0.smithi029.stdout:2854: finishing write tid 3 to smithi02985406-41 2024-07-27T18:30:08.572 INFO:tasks.rados.rados.0.smithi029.stdout:2854: oid 41 updating version 0 to 1501 2024-07-27T18:30:08.572 INFO:tasks.rados.rados.0.smithi029.stdout:2854: oid 41 version 1501 is already newer than 1500 2024-07-27T18:30:08.573 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 1501 (ObjNum 882 snap 279 seq_num 882) dirty exists 2024-07-27T18:30:08.573 INFO:tasks.rados.rados.0.smithi029.stdout:2854: left oid 41 (ObjNum 882 snap 279 seq_num 882) 2024-07-27T18:30:08.573 INFO:tasks.rados.rados.0.smithi029.stdout:2855: finishing write tid 1 to smithi02985406-7 2024-07-27T18:30:08.573 INFO:tasks.rados.rados.0.smithi029.stdout:2855: finishing write tid 2 to smithi02985406-7 2024-07-27T18:30:08.573 INFO:tasks.rados.rados.0.smithi029.stdout:2855: finishing write tid 3 to smithi02985406-7 2024-07-27T18:30:08.573 INFO:tasks.rados.rados.0.smithi029.stdout:2855: oid 7 updating version 0 to 1995 2024-07-27T18:30:08.573 INFO:tasks.rados.rados.0.smithi029.stdout:2855: oid 7 updating version 1995 to 1996 2024-07-27T18:30:08.573 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1996 (ObjNum 883 snap 279 seq_num 883) dirty exists 2024-07-27T18:30:08.573 INFO:tasks.rados.rados.0.smithi029.stdout:2855: left oid 7 (ObjNum 883 snap 279 seq_num 883) 2024-07-27T18:30:09.039 INFO:tasks.rados.rados.0.smithi029.stdout:2853: done (3 left) 2024-07-27T18:30:09.039 INFO:tasks.rados.rados.0.smithi029.stdout:2854: done (2 left) 2024-07-27T18:30:09.039 INFO:tasks.rados.rados.0.smithi029.stdout:2855: done (1 left) 2024-07-27T18:30:09.039 INFO:tasks.rados.rados.0.smithi029.stdout:2856: done (0 left) 2024-07-27T18:30:09.039 INFO:tasks.rados.rados.0.smithi029.stdout:2857: read oid 29 snap -1 2024-07-27T18:30:09.039 INFO:tasks.rados.rados.0.smithi029.stdout:2857: expect (ObjNum 736 snap 226 seq_num 736) 2024-07-27T18:30:09.040 INFO:tasks.rados.rados.0.smithi029.stdout:2858: snap_create 2024-07-27T18:30:09.041 INFO:tasks.rados.rados.0.smithi029.stdout:2857: expect (ObjNum 736 snap 226 seq_num 736) 2024-07-27T18:30:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:30:09.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:09 smithi179 ceph-mon[89801]: osdmap e639: 8 total, 8 up, 8 in 2024-07-27T18:30:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:30:09.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:09 smithi029 ceph-mon[96870]: osdmap e639: 8 total, 8 up, 8 in 2024-07-27T18:30:09.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:30:09.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:09 smithi029 ceph-mon[99353]: osdmap e639: 8 total, 8 up, 8 in 2024-07-27T18:30:10.040 INFO:tasks.rados.rados.0.smithi029.stdout:2857: done (1 left) 2024-07-27T18:30:10.040 INFO:tasks.rados.rados.0.smithi029.stdout:2858: done (0 left) 2024-07-27T18:30:10.040 INFO:tasks.rados.rados.0.smithi029.stdout:2859: rollback oid 30 current snap is 281 2024-07-27T18:30:10.040 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 30 to 272 2024-07-27T18:30:10.041 INFO:tasks.rados.rados.0.smithi029.stdout:2860: delete oid 21 current snap is 281 2024-07-27T18:30:10.043 INFO:tasks.rados.rados.0.smithi029.stdout:2859: finishing rollback tid 1 to smithi02985406-30 2024-07-27T18:30:10.043 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1454 (ObjNum 1553 snap 0 seq_num 368426432) dirty dne 2024-07-27T18:30:10.047 INFO:tasks.rados.rados.0.smithi029.stdout:2859: done (1 left) 2024-07-27T18:30:10.047 INFO:tasks.rados.rados.0.smithi029.stdout:2860: done (0 left) 2024-07-27T18:30:10.048 INFO:tasks.rados.rados.0.smithi029.stdout:2861: snap_create 2024-07-27T18:30:10.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: pgmap v622: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 412 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 462 KiB/s wr, 5 op/s 2024-07-27T18:30:10.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:30:10.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:30:10.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-07-27T18:30:10.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:30:10.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-07-27T18:30:10.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-07-27T18:30:10.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: pgmap v622: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 412 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 462 KiB/s wr, 5 op/s 2024-07-27T18:30:10.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:30:10.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:30:10.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-07-27T18:30:10.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:30:10.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-07-27T18:30:10.758 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-07-27T18:30:10.758 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-07-27T18:30:10.758 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.758 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.758 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-07-27T18:30:10.758 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-07-27T18:30:10.758 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-07-27T18:30:10.758 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-07-27T18:30:10.758 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-07-27T18:30:10.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-07-27T18:30:10.760 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-07-27T18:30:10.760 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-07-27T18:30:10.760 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.760 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.760 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-07-27T18:30:10.761 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-07-27T18:30:10.761 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-07-27T18:30:10.761 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-07-27T18:30:10.761 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-07-27T18:30:10.761 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-07-27T18:30:10.761 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-07-27T18:30:10.761 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-07-27T18:30:10.761 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-07-27T18:30:10.761 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-07-27T18:30:10.761 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-07-27T18:30:10.761 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-07-27T18:30:10.761 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-07-27T18:30:10.762 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-07-27T18:30:10.762 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-07-27T18:30:10.762 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-07-27T18:30:10.762 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.762 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.762 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-07-27T18:30:10.762 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-07-27T18:30:10.762 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-07-27T18:30:10.762 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-07-27T18:30:10.762 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-07-27T18:30:10.762 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.764 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.764 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.764 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.764 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.764 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-07-27T18:30:10.764 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-07-27T18:30:10.764 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-07-27T18:30:10.764 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-07-27T18:30:10.764 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-07-27T18:30:10.764 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.765 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.766 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.766 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.766 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.766 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.766 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-07-27T18:30:10.766 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-07-27T18:30:10.766 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-07-27T18:30:10.766 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:30:10.766 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:30:10.767 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:30:10.767 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.767 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:30:10.767 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:30:10.767 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:30:10.767 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.767 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[99353]: osdmap e640: 8 total, 8 up, 8 in 2024-07-27T18:30:10.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:30:10.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:30:10.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:30:10.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:30:10.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:30:10.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:30:10.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.768 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:10 smithi029 ceph-mon[96870]: osdmap e640: 8 total, 8 up, 8 in 2024-07-27T18:30:10.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: pgmap v622: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 412 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 462 KiB/s wr, 5 op/s 2024-07-27T18:30:10.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:30:10.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:30:10.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-07-27T18:30:10.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:30:10.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-07-27T18:30:10.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.917 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.918 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-07-27T18:30:10.919 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:30:10.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:30:10.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:30:10.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:30:10.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:30:10.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:30:10.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:10.920 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:10 smithi179 ceph-mon[89801]: osdmap e640: 8 total, 8 up, 8 in 2024-07-27T18:30:11.043 INFO:tasks.rados.rados.0.smithi029.stdout:2861: done (0 left) 2024-07-27T18:30:11.043 INFO:tasks.rados.rados.0.smithi029.stdout:2862: snap_create 2024-07-27T18:30:11.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:11 smithi029 ceph-mon[96870]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-07-27T18:30:11.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:11 smithi029 ceph-mon[96870]: Upgrade: Finalizing container_image settings 2024-07-27T18:30:11.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:11 smithi029 ceph-mon[96870]: Upgrade: Complete! 2024-07-27T18:30:11.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:11 smithi029 ceph-mon[96870]: osdmap e641: 8 total, 8 up, 8 in 2024-07-27T18:30:11.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:11 smithi029 ceph-mon[99353]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-07-27T18:30:11.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:11 smithi029 ceph-mon[99353]: Upgrade: Finalizing container_image settings 2024-07-27T18:30:11.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:11 smithi029 ceph-mon[99353]: Upgrade: Complete! 2024-07-27T18:30:11.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:11 smithi029 ceph-mon[99353]: osdmap e641: 8 total, 8 up, 8 in 2024-07-27T18:30:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:11 smithi179 ceph-mon[89801]: from='mon.2 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-07-27T18:30:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:11 smithi179 ceph-mon[89801]: Upgrade: Finalizing container_image settings 2024-07-27T18:30:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:11 smithi179 ceph-mon[89801]: Upgrade: Complete! 2024-07-27T18:30:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:11 smithi179 ceph-mon[89801]: osdmap e641: 8 total, 8 up, 8 in 2024-07-27T18:30:12.039 INFO:tasks.rados.rados.0.smithi029.stdout:2862: done (0 left) 2024-07-27T18:30:12.040 INFO:tasks.rados.rados.0.smithi029.stdout:2863: delete oid 36 current snap is 283 2024-07-27T18:30:12.045 INFO:tasks.rados.rados.0.smithi029.stdout:2863: done (0 left) 2024-07-27T18:30:12.045 INFO:tasks.rados.rados.0.smithi029.stdout:2864: delete oid 1 current snap is 283 2024-07-27T18:30:12.051 INFO:tasks.rados.rados.0.smithi029.stdout:2864: done (0 left) 2024-07-27T18:30:12.051 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 283 2024-07-27T18:30:12.051 INFO:tasks.rados.rados.0.smithi029.stdout:2865: seq_num 887 ranges {0=458752} 2024-07-27T18:30:12.054 INFO:tasks.rados.rados.0.smithi029.stdout:2865: writing smithi02985406-21 from 0 to 458752 tid 1 2024-07-27T18:30:12.054 INFO:tasks.rados.rados.0.smithi029.stdout:2866: copy_from oid 19 from oid 49 current snap is 283 2024-07-27T18:30:12.054 INFO:tasks.rados.rados.0.smithi029.stdout:2867: read oid 9 snap -1 2024-07-27T18:30:12.054 INFO:tasks.rados.rados.0.smithi029.stdout:2867: expect (ObjNum 852 snap 266 seq_num 852) 2024-07-27T18:30:12.054 INFO:tasks.rados.rados.0.smithi029.stdout:2868: rmattr oid 25 current snap is 283 2024-07-27T18:30:12.054 INFO:tasks.rados.rados.0.smithi029.stdout:2868: done (3 left) 2024-07-27T18:30:12.054 INFO:tasks.rados.rados.0.smithi029.stdout:2869: read oid 35 snap -1 2024-07-27T18:30:12.054 INFO:tasks.rados.rados.0.smithi029.stdout:2869: expect (ObjNum 869 snap 273 seq_num 869) 2024-07-27T18:30:12.054 INFO:tasks.rados.rados.0.smithi029.stdout:2870: delete oid 20 current snap is 283 2024-07-27T18:30:12.058 INFO:tasks.rados.rados.0.smithi029.stdout:2865: finishing write tid 1 to smithi02985406-21 2024-07-27T18:30:12.061 INFO:tasks.rados.rados.0.smithi029.stdout:2865: finishing write tid 2 to smithi02985406-21 2024-07-27T18:30:12.063 INFO:tasks.rados.rados.0.smithi029.stdout:2865: finishing write tid 3 to smithi02985406-21 2024-07-27T18:30:12.063 INFO:tasks.rados.rados.0.smithi029.stdout:2865: oid 21 updating version 0 to 970 2024-07-27T18:30:12.064 INFO:tasks.rados.rados.0.smithi029.stdout:2865: oid 21 updating version 970 to 971 2024-07-27T18:30:12.064 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 971 (ObjNum 887 snap 283 seq_num 887) dirty exists 2024-07-27T18:30:12.064 INFO:tasks.rados.rados.0.smithi029.stdout:2865: left oid 21 (ObjNum 887 snap 283 seq_num 887) 2024-07-27T18:30:12.067 INFO:tasks.rados.rados.0.smithi029.stdout:2866: finishing copy_from racing read to smithi02985406-19 2024-07-27T18:30:12.069 INFO:tasks.rados.rados.0.smithi029.stdout:2866: finishing copy_from to smithi02985406-19 2024-07-27T18:30:12.069 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 1621 (ObjNum 879 snap 278 seq_num 879) dirty exists 2024-07-27T18:30:12.070 INFO:tasks.rados.rados.0.smithi029.stdout:2867: expect (ObjNum 852 snap 266 seq_num 852) 2024-07-27T18:30:12.137 INFO:tasks.rados.rados.0.smithi029.stdout:2869: expect (ObjNum 869 snap 273 seq_num 869) 2024-07-27T18:30:12.275 INFO:tasks.rados.rados.0.smithi029.stdout:2865: done (4 left) 2024-07-27T18:30:12.275 INFO:tasks.rados.rados.0.smithi029.stdout:2866: done (3 left) 2024-07-27T18:30:12.275 INFO:tasks.rados.rados.0.smithi029.stdout:2867: done (2 left) 2024-07-27T18:30:12.275 INFO:tasks.rados.rados.0.smithi029.stdout:2869: done (1 left) 2024-07-27T18:30:12.275 INFO:tasks.rados.rados.0.smithi029.stdout:2870: done (0 left) 2024-07-27T18:30:12.275 INFO:tasks.rados.rados.0.smithi029.stdout:2871: snap_remove snap 275 2024-07-27T18:30:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:12 smithi029 ceph-mon[96870]: pgmap v625: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 400 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 240 KiB/s wr, 2 op/s 2024-07-27T18:30:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:12 smithi029 ceph-mon[96870]: osdmap e642: 8 total, 8 up, 8 in 2024-07-27T18:30:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:30:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:30:12] "GET /metrics HTTP/1.1" 200 36344 "" "Prometheus/2.43.0" 2024-07-27T18:30:12.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:12 smithi029 ceph-mon[99353]: pgmap v625: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 400 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 240 KiB/s wr, 2 op/s 2024-07-27T18:30:12.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:12 smithi029 ceph-mon[99353]: osdmap e642: 8 total, 8 up, 8 in 2024-07-27T18:30:12.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:12 smithi179 ceph-mon[89801]: pgmap v625: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 400 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 240 KiB/s wr, 2 op/s 2024-07-27T18:30:12.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:12 smithi179 ceph-mon[89801]: osdmap e642: 8 total, 8 up, 8 in 2024-07-27T18:30:13.040 INFO:tasks.rados.rados.0.smithi029.stdout:2871: done (0 left) 2024-07-27T18:30:13.040 INFO:tasks.rados.rados.0.smithi029.stdout:2872: rmattr oid 7 current snap is 283 2024-07-27T18:30:13.040 INFO:tasks.rados.rados.0.smithi029.stdout:2872: done (0 left) 2024-07-27T18:30:13.040 INFO:tasks.rados.rados.0.smithi029.stdout:2873: read oid 34 snap -1 2024-07-27T18:30:13.041 INFO:tasks.rados.rados.0.smithi029.stdout:2873: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:30:13.041 INFO:tasks.rados.rados.0.smithi029.stdout:2874: read oid 47 snap -1 2024-07-27T18:30:13.041 INFO:tasks.rados.rados.0.smithi029.stdout:2874: expect deleted 2024-07-27T18:30:13.041 INFO:tasks.rados.rados.0.smithi029.stdout:2875: snap_remove snap 262 2024-07-27T18:30:14.042 INFO:tasks.rados.rados.0.smithi029.stdout:2875: done (2 left) 2024-07-27T18:30:14.043 INFO:tasks.rados.rados.0.smithi029.stdout:2876: delete oid 37 current snap is 283 2024-07-27T18:30:14.043 INFO:tasks.rados.rados.0.smithi029.stdout:2873: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:30:14.314 INFO:tasks.rados.rados.0.smithi029.stdout:2873: done (2 left) 2024-07-27T18:30:14.315 INFO:tasks.rados.rados.0.smithi029.stdout:2874: done (1 left) 2024-07-27T18:30:14.315 INFO:tasks.rados.rados.0.smithi029.stdout:2876: done (0 left) 2024-07-27T18:30:14.315 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 29 current snap is 283 2024-07-27T18:30:14.315 INFO:tasks.rados.rados.0.smithi029.stdout:2877: seq_num 890 ranges {335872=507904} 2024-07-27T18:30:14.319 INFO:tasks.rados.rados.0.smithi029.stdout:2877: writing smithi02985406-29 from 335872 to 843776 tid 1 2024-07-27T18:30:14.319 INFO:tasks.rados.rados.0.smithi029.stdout:2878: copy_from oid 21 from oid 20 current snap is 283 2024-07-27T18:30:14.319 INFO:tasks.rados.rados.0.smithi029.stdout:2879: snap_create 2024-07-27T18:30:14.321 INFO:tasks.rados.rados.0.smithi029.stdout:2878: finishing copy_from to smithi02985406-21 2024-07-27T18:30:14.321 INFO:tasks.rados.rados.0.smithi029.stdout:2878: got expected ENOENT (src dne) 2024-07-27T18:30:14.321 INFO:tasks.rados.rados.0.smithi029.stdout:2878: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:30:14.322 INFO:tasks.rados.rados.0.smithi029.stdout:2877: finishing write tid 1 to smithi02985406-29 2024-07-27T18:30:14.322 INFO:tasks.rados.rados.0.smithi029.stdout:2877: finishing write tid 2 to smithi02985406-29 2024-07-27T18:30:14.324 INFO:tasks.rados.rados.0.smithi029.stdout:2877: finishing write tid 3 to smithi02985406-29 2024-07-27T18:30:14.324 INFO:tasks.rados.rados.0.smithi029.stdout:2877: oid 29 updating version 0 to 1343 2024-07-27T18:30:14.324 INFO:tasks.rados.rados.0.smithi029.stdout:2877: oid 29 updating version 1343 to 1344 2024-07-27T18:30:14.324 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1344 (ObjNum 890 snap 283 seq_num 890) dirty exists 2024-07-27T18:30:14.324 INFO:tasks.rados.rados.0.smithi029.stdout:2877: left oid 29 (ObjNum 890 snap 283 seq_num 890) 2024-07-27T18:30:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:14 smithi179 ceph-mon[89801]: pgmap v628: 121 pgs: 121 active+clean; 378 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.4 MiB/s rd, 96 KiB/s wr, 3 op/s 2024-07-27T18:30:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:14 smithi179 ceph-mon[89801]: osdmap e643: 8 total, 8 up, 8 in 2024-07-27T18:30:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:14 smithi029 ceph-mon[96870]: pgmap v628: 121 pgs: 121 active+clean; 378 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.4 MiB/s rd, 96 KiB/s wr, 3 op/s 2024-07-27T18:30:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:14 smithi029 ceph-mon[96870]: osdmap e643: 8 total, 8 up, 8 in 2024-07-27T18:30:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:14 smithi029 ceph-mon[99353]: pgmap v628: 121 pgs: 121 active+clean; 378 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.4 MiB/s rd, 96 KiB/s wr, 3 op/s 2024-07-27T18:30:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:14 smithi029 ceph-mon[99353]: osdmap e643: 8 total, 8 up, 8 in 2024-07-27T18:30:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:30:15.052 INFO:tasks.rados.rados.0.smithi029.stdout:2877: done (2 left) 2024-07-27T18:30:15.052 INFO:tasks.rados.rados.0.smithi029.stdout:2878: done (1 left) 2024-07-27T18:30:15.053 INFO:tasks.rados.rados.0.smithi029.stdout:2879: done (0 left) 2024-07-27T18:30:15.053 INFO:tasks.rados.rados.0.smithi029.stdout:2880: setattr oid 10 current snap is 284 2024-07-27T18:30:15.053 INFO:tasks.rados.rados.0.smithi029.stdout:2881: copy_from oid 36 from oid 20 current snap is 284 2024-07-27T18:30:15.054 INFO:tasks.rados.rados.0.smithi029.stdout:2882: copy_from oid 12 from oid 48 current snap is 284 2024-07-27T18:30:15.054 INFO:tasks.rados.rados.0.smithi029.stdout:2883: snap_create 2024-07-27T18:30:15.059 INFO:tasks.rados.rados.0.smithi029.stdout:2881: finishing copy_from to smithi02985406-36 2024-07-27T18:30:15.059 INFO:tasks.rados.rados.0.smithi029.stdout:2881: got expected ENOENT (src dne) 2024-07-27T18:30:15.059 INFO:tasks.rados.rados.0.smithi029.stdout:2881: finishing copy_from racing read to smithi02985406-36 2024-07-27T18:30:15.060 INFO:tasks.rados.rados.0.smithi029.stdout:2882: finishing copy_from to smithi02985406-12 2024-07-27T18:30:15.060 INFO:tasks.rados.rados.0.smithi029.stdout:2882: got expected ENOENT (src dne) 2024-07-27T18:30:15.060 INFO:tasks.rados.rados.0.smithi029.stdout:2882: finishing copy_from racing read to smithi02985406-12 2024-07-27T18:30:15.063 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1738 (ObjNum 161 snap 0 seq_num 368153936) dirty exists 2024-07-27T18:30:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:15 smithi179 ceph-mon[89801]: osdmap e644: 8 total, 8 up, 8 in 2024-07-27T18:30:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:15 smithi029 ceph-mon[96870]: osdmap e644: 8 total, 8 up, 8 in 2024-07-27T18:30:15.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:15 smithi029 ceph-mon[99353]: osdmap e644: 8 total, 8 up, 8 in 2024-07-27T18:30:16.060 INFO:tasks.rados.rados.0.smithi029.stdout:2880: done (3 left) 2024-07-27T18:30:16.060 INFO:tasks.rados.rados.0.smithi029.stdout:2881: done (2 left) 2024-07-27T18:30:16.060 INFO:tasks.rados.rados.0.smithi029.stdout:2882: done (1 left) 2024-07-27T18:30:16.060 INFO:tasks.rados.rados.0.smithi029.stdout:2883: done (0 left) 2024-07-27T18:30:16.060 INFO:tasks.rados.rados.0.smithi029.stdout:2884: rmattr oid 47 current snap is 285 2024-07-27T18:30:16.060 INFO:tasks.rados.rados.0.smithi029.stdout:2884: done (0 left) 2024-07-27T18:30:16.060 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 50 current snap is 285 2024-07-27T18:30:16.061 INFO:tasks.rados.rados.0.smithi029.stdout:2885: seq_num 891 ranges {0=532480} 2024-07-27T18:30:16.062 INFO:tasks.rados.rados.0.smithi029.stdout:2885: writing smithi02985406-50 from 0 to 532480 tid 1 2024-07-27T18:30:16.063 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 285 2024-07-27T18:30:16.063 INFO:tasks.rados.rados.0.smithi029.stdout:2886: seq_num 892 ranges {0=548864} 2024-07-27T18:30:16.066 INFO:tasks.rados.rados.0.smithi029.stdout:2886: writing smithi02985406-37 from 0 to 548864 tid 1 2024-07-27T18:30:16.066 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 285 2024-07-27T18:30:16.066 INFO:tasks.rados.rados.0.smithi029.stdout:2887: seq_num 893 ranges {0=565248} 2024-07-27T18:30:16.070 INFO:tasks.rados.rados.0.smithi029.stdout:2887: writing smithi02985406-47 from 0 to 565248 tid 1 2024-07-27T18:30:16.070 INFO:tasks.rados.rados.0.smithi029.stdout:2888: delete oid 44 current snap is 285 2024-07-27T18:30:16.070 INFO:tasks.rados.rados.0.smithi029.stdout:2885: finishing write tid 1 to smithi02985406-50 2024-07-27T18:30:16.070 INFO:tasks.rados.rados.0.smithi029.stdout:2885: finishing write tid 2 to smithi02985406-50 2024-07-27T18:30:16.071 INFO:tasks.rados.rados.0.smithi029.stdout:2885: finishing write tid 3 to smithi02985406-50 2024-07-27T18:30:16.071 INFO:tasks.rados.rados.0.smithi029.stdout:2885: oid 50 updating version 0 to 1440 2024-07-27T18:30:16.071 INFO:tasks.rados.rados.0.smithi029.stdout:2885: oid 50 version 1440 is already newer than 1439 2024-07-27T18:30:16.071 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 1440 (ObjNum 891 snap 285 seq_num 891) dirty exists 2024-07-27T18:30:16.072 INFO:tasks.rados.rados.0.smithi029.stdout:2885: left oid 50 (ObjNum 891 snap 285 seq_num 891) 2024-07-27T18:30:16.073 INFO:tasks.rados.rados.0.smithi029.stdout:2886: finishing write tid 1 to smithi02985406-37 2024-07-27T18:30:16.075 INFO:tasks.rados.rados.0.smithi029.stdout:2887: finishing write tid 1 to smithi02985406-47 2024-07-27T18:30:16.075 INFO:tasks.rados.rados.0.smithi029.stdout:2887: finishing write tid 2 to smithi02985406-47 2024-07-27T18:30:16.076 INFO:tasks.rados.rados.0.smithi029.stdout:2886: finishing write tid 2 to smithi02985406-37 2024-07-27T18:30:16.076 INFO:tasks.rados.rados.0.smithi029.stdout:2885: done (3 left) 2024-07-27T18:30:16.076 INFO:tasks.rados.rados.0.smithi029.stdout:2888: done (2 left) 2024-07-27T18:30:16.076 INFO:tasks.rados.rados.0.smithi029.stdout:2889: snap_create 2024-07-27T18:30:16.077 INFO:tasks.rados.rados.0.smithi029.stdout:2887: finishing write tid 3 to smithi02985406-47 2024-07-27T18:30:16.077 INFO:tasks.rados.rados.0.smithi029.stdout:2887: oid 47 updating version 0 to 2048 2024-07-27T18:30:16.077 INFO:tasks.rados.rados.0.smithi029.stdout:2887: oid 47 updating version 2048 to 2049 2024-07-27T18:30:16.077 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 2049 (ObjNum 893 snap 285 seq_num 893) dirty exists 2024-07-27T18:30:16.078 INFO:tasks.rados.rados.0.smithi029.stdout:2887: left oid 47 (ObjNum 893 snap 285 seq_num 893) 2024-07-27T18:30:16.078 INFO:tasks.rados.rados.0.smithi029.stdout:2886: finishing write tid 3 to smithi02985406-37 2024-07-27T18:30:16.078 INFO:tasks.rados.rados.0.smithi029.stdout:2886: oid 37 updating version 0 to 1740 2024-07-27T18:30:16.078 INFO:tasks.rados.rados.0.smithi029.stdout:2886: oid 37 version 1740 is already newer than 1739 2024-07-27T18:30:16.078 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1740 (ObjNum 892 snap 285 seq_num 892) dirty exists 2024-07-27T18:30:16.078 INFO:tasks.rados.rados.0.smithi029.stdout:2886: left oid 37 (ObjNum 892 snap 285 seq_num 892) 2024-07-27T18:30:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:16 smithi179 ceph-mon[89801]: pgmap v631: 121 pgs: 121 active+clean; 379 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 300 KiB/s wr, 7 op/s 2024-07-27T18:30:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:16 smithi179 ceph-mon[89801]: osdmap e645: 8 total, 8 up, 8 in 2024-07-27T18:30:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:16 smithi029 ceph-mon[96870]: pgmap v631: 121 pgs: 121 active+clean; 379 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 300 KiB/s wr, 7 op/s 2024-07-27T18:30:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:16 smithi029 ceph-mon[96870]: osdmap e645: 8 total, 8 up, 8 in 2024-07-27T18:30:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:16 smithi029 ceph-mon[99353]: pgmap v631: 121 pgs: 121 active+clean; 379 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 300 KiB/s wr, 7 op/s 2024-07-27T18:30:16.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:16 smithi029 ceph-mon[99353]: osdmap e645: 8 total, 8 up, 8 in 2024-07-27T18:30:17.040 INFO:tasks.rados.rados.0.smithi029.stdout:2886: done (2 left) 2024-07-27T18:30:17.040 INFO:tasks.rados.rados.0.smithi029.stdout:2887: done (1 left) 2024-07-27T18:30:17.040 INFO:tasks.rados.rados.0.smithi029.stdout:2889: done (0 left) 2024-07-27T18:30:17.040 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 286 2024-07-27T18:30:17.040 INFO:tasks.rados.rados.0.smithi029.stdout:2890: seq_num 895 ranges {0=598016} 2024-07-27T18:30:17.043 INFO:tasks.rados.rados.0.smithi029.stdout:2890: writing smithi02985406-48 from 0 to 598016 tid 1 2024-07-27T18:30:17.043 INFO:tasks.rados.rados.0.smithi029.stdout:2891: delete oid 9 current snap is 286 2024-07-27T18:30:17.049 INFO:tasks.rados.rados.0.smithi029.stdout:2891: done (1 left) 2024-07-27T18:30:17.049 INFO:tasks.rados.rados.0.smithi029.stdout:2892: read oid 25 snap -1 2024-07-27T18:30:17.049 INFO:tasks.rados.rados.0.smithi029.stdout:2892: expect (ObjNum 866 snap 272 seq_num 866) 2024-07-27T18:30:17.049 INFO:tasks.rados.rados.0.smithi029.stdout:2893: read oid 18 snap -1 2024-07-27T18:30:17.050 INFO:tasks.rados.rados.0.smithi029.stdout:2893: expect (ObjNum 804 snap 255 seq_num 804) 2024-07-27T18:30:17.050 INFO:tasks.rados.rados.0.smithi029.stdout:2894: read oid 1 snap 213 2024-07-27T18:30:17.050 INFO:tasks.rados.rados.0.smithi029.stdout:2894: expect (ObjNum 671 snap 201 seq_num 671) 2024-07-27T18:30:17.050 INFO:tasks.rados.rados.0.smithi029.stdout:2895: rmattr oid 42 current snap is 286 2024-07-27T18:30:17.050 INFO:tasks.rados.rados.0.smithi029.stdout:2895: done (4 left) 2024-07-27T18:30:17.050 INFO:tasks.rados.rados.0.smithi029.stdout:2896: copy_from oid 2 from oid 35 current snap is 286 2024-07-27T18:30:17.050 INFO:tasks.rados.rados.0.smithi029.stdout:2897: delete oid 34 current snap is 286 2024-07-27T18:30:17.056 INFO:tasks.rados.rados.0.smithi029.stdout:2890: finishing write tid 1 to smithi02985406-48 2024-07-27T18:30:17.056 INFO:tasks.rados.rados.0.smithi029.stdout:2897: done (5 left) 2024-07-27T18:30:17.056 INFO:tasks.rados.rados.0.smithi029.stdout:2898: setattr oid 44 current snap is 286 2024-07-27T18:30:17.056 INFO:tasks.rados.rados.0.smithi029.stdout:2890: finishing write tid 2 to smithi02985406-48 2024-07-27T18:30:17.058 INFO:tasks.rados.rados.0.smithi029.stdout:2899: read oid 37 snap -1 2024-07-27T18:30:17.058 INFO:tasks.rados.rados.0.smithi029.stdout:2899: expect (ObjNum 892 snap 285 seq_num 892) 2024-07-27T18:30:17.058 INFO:tasks.rados.rados.0.smithi029.stdout:2900: setattr oid 20 current snap is 286 2024-07-27T18:30:17.060 INFO:tasks.rados.rados.0.smithi029.stdout:2901: rmattr oid 42 current snap is 286 2024-07-27T18:30:17.060 INFO:tasks.rados.rados.0.smithi029.stdout:2901: done (8 left) 2024-07-27T18:30:17.060 INFO:tasks.rados.rados.0.smithi029.stdout:2902: read oid 15 snap -1 2024-07-27T18:30:17.060 INFO:tasks.rados.rados.0.smithi029.stdout:2902: expect (ObjNum 843 snap 265 seq_num 843) 2024-07-27T18:30:17.060 INFO:tasks.rados.rados.0.smithi029.stdout:2903: delete oid 36 current snap is 286 2024-07-27T18:30:17.063 INFO:tasks.rados.rados.0.smithi029.stdout:2903: done (9 left) 2024-07-27T18:30:17.063 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 286 2024-07-27T18:30:17.063 INFO:tasks.rados.rados.0.smithi029.stdout:2904: seq_num 899 ranges {0=663552} 2024-07-27T18:30:17.070 INFO:tasks.rados.rados.0.smithi029.stdout:2904: writing smithi02985406-9 from 0 to 663552 tid 1 2024-07-27T18:30:17.070 INFO:tasks.rados.rados.0.smithi029.stdout:2890: finishing write tid 3 to smithi02985406-48 2024-07-27T18:30:17.070 INFO:tasks.rados.rados.0.smithi029.stdout:2890: oid 48 updating version 0 to 2014 2024-07-27T18:30:17.070 INFO:tasks.rados.rados.0.smithi029.stdout:2890: oid 48 version 2014 is already newer than 2013 2024-07-27T18:30:17.070 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 2014 (ObjNum 895 snap 286 seq_num 895) dirty exists 2024-07-27T18:30:17.070 INFO:tasks.rados.rados.0.smithi029.stdout:2890: left oid 48 (ObjNum 895 snap 286 seq_num 895) 2024-07-27T18:30:17.070 INFO:tasks.rados.rados.0.smithi029.stdout:2890: done (9 left) 2024-07-27T18:30:17.070 INFO:tasks.rados.rados.0.smithi029.stdout:2905: setattr oid 19 current snap is 286 2024-07-27T18:30:17.071 INFO:tasks.rados.rados.0.smithi029.stdout:2896: finishing copy_from racing read to smithi02985406-2 2024-07-27T18:30:17.071 INFO:tasks.rados.rados.0.smithi029.stdout:2906: delete oid 45 current snap is 286 2024-07-27T18:30:17.072 INFO:tasks.rados.rados.0.smithi029.stdout:2902: expect (ObjNum 843 snap 265 seq_num 843) 2024-07-27T18:30:17.148 INFO:tasks.rados.rados.0.smithi029.stdout:2892: expect (ObjNum 866 snap 272 seq_num 866) 2024-07-27T18:30:17.150 INFO:tasks.rados.rados.0.smithi029.stdout:2894: expect (ObjNum 671 snap 201 seq_num 671) 2024-07-27T18:30:17.268 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 1743 (ObjNum 65 snap 0 seq_num 1515811680) dirty exists 2024-07-27T18:30:17.268 INFO:tasks.rados.rados.0.smithi029.stdout:2896: finishing copy_from to smithi02985406-2 2024-07-27T18:30:17.268 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 996 (ObjNum 869 snap 273 seq_num 869) dirty exists 2024-07-27T18:30:17.268 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 1623 (ObjNum 879 snap 278 seq_num 879) dirty exists 2024-07-27T18:30:17.268 INFO:tasks.rados.rados.0.smithi029.stdout:2899: expect (ObjNum 892 snap 285 seq_num 892) 2024-07-27T18:30:17.282 INFO:tasks.rados.rados.0.smithi029.stdout:2893: expect (ObjNum 804 snap 255 seq_num 804) 2024-07-27T18:30:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:17 smithi179 ceph-mon[89801]: osdmap e646: 8 total, 8 up, 8 in 2024-07-27T18:30:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:17 smithi179 ceph-mon[89801]: osdmap e647: 8 total, 8 up, 8 in 2024-07-27T18:30:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:17 smithi029 ceph-mon[99353]: osdmap e646: 8 total, 8 up, 8 in 2024-07-27T18:30:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:17 smithi029 ceph-mon[99353]: osdmap e647: 8 total, 8 up, 8 in 2024-07-27T18:30:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:17 smithi029 ceph-mon[96870]: osdmap e646: 8 total, 8 up, 8 in 2024-07-27T18:30:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:17 smithi029 ceph-mon[96870]: osdmap e647: 8 total, 8 up, 8 in 2024-07-27T18:30:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:18 smithi179 ceph-mon[89801]: pgmap v634: 121 pgs: 121 active+clean; 380 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.4 MiB/s rd, 462 KiB/s wr, 11 op/s 2024-07-27T18:30:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:18 smithi029 ceph-mon[96870]: pgmap v634: 121 pgs: 121 active+clean; 380 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.4 MiB/s rd, 462 KiB/s wr, 11 op/s 2024-07-27T18:30:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:18 smithi029 ceph-mon[99353]: pgmap v634: 121 pgs: 121 active+clean; 380 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.4 MiB/s rd, 462 KiB/s wr, 11 op/s 2024-07-27T18:30:18.892 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 2052 (ObjNum 65 snap 0 seq_num 368162240) dirty exists 2024-07-27T18:30:18.892 INFO:tasks.rados.rados.0.smithi029.stdout:2904: finishing write tid 1 to smithi02985406-9 2024-07-27T18:30:18.892 INFO:tasks.rados.rados.0.smithi029.stdout:2904: finishing write tid 2 to smithi02985406-9 2024-07-27T18:30:18.892 INFO:tasks.rados.rados.0.smithi029.stdout:2904: finishing write tid 3 to smithi02985406-9 2024-07-27T18:30:18.892 INFO:tasks.rados.rados.0.smithi029.stdout:2904: oid 9 updating version 0 to 2054 2024-07-27T18:30:18.892 INFO:tasks.rados.rados.0.smithi029.stdout:2904: oid 9 version 2054 is already newer than 2053 2024-07-27T18:30:18.892 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 2054 (ObjNum 899 snap 286 seq_num 899) dirty exists 2024-07-27T18:30:18.892 INFO:tasks.rados.rados.0.smithi029.stdout:2904: left oid 9 (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:30:18.892 INFO:tasks.rados.rados.0.smithi029.stdout:2892: done (10 left) 2024-07-27T18:30:18.892 INFO:tasks.rados.rados.0.smithi029.stdout:2893: done (9 left) 2024-07-27T18:30:18.892 INFO:tasks.rados.rados.0.smithi029.stdout:2894: done (8 left) 2024-07-27T18:30:18.892 INFO:tasks.rados.rados.0.smithi029.stdout:2896: done (7 left) 2024-07-27T18:30:18.893 INFO:tasks.rados.rados.0.smithi029.stdout:2898: done (6 left) 2024-07-27T18:30:18.893 INFO:tasks.rados.rados.0.smithi029.stdout:2899: done (5 left) 2024-07-27T18:30:18.893 INFO:tasks.rados.rados.0.smithi029.stdout:2900: done (4 left) 2024-07-27T18:30:18.893 INFO:tasks.rados.rados.0.smithi029.stdout:2902: done (3 left) 2024-07-27T18:30:18.893 INFO:tasks.rados.rados.0.smithi029.stdout:2904: done (2 left) 2024-07-27T18:30:18.893 INFO:tasks.rados.rados.0.smithi029.stdout:2905: done (1 left) 2024-07-27T18:30:18.893 INFO:tasks.rados.rados.0.smithi029.stdout:2906: done (0 left) 2024-07-27T18:30:18.893 INFO:tasks.rados.rados.0.smithi029.stdout:2907: delete oid 38 current snap is 286 2024-07-27T18:30:18.894 INFO:tasks.rados.rados.0.smithi029.stdout:2907: done (0 left) 2024-07-27T18:30:18.894 INFO:tasks.rados.rados.0.smithi029.stdout:2908: read oid 48 snap -1 2024-07-27T18:30:18.894 INFO:tasks.rados.rados.0.smithi029.stdout:2908: expect (ObjNum 895 snap 286 seq_num 895) 2024-07-27T18:30:18.894 INFO:tasks.rados.rados.0.smithi029.stdout:2909: delete oid 31 current snap is 286 2024-07-27T18:30:18.896 INFO:tasks.rados.rados.0.smithi029.stdout:2909: done (1 left) 2024-07-27T18:30:18.896 INFO:tasks.rados.rados.0.smithi029.stdout:2910: read oid 21 snap 277 2024-07-27T18:30:18.897 INFO:tasks.rados.rados.0.smithi029.stdout:2910: expect (ObjNum 823 snap 259 seq_num 823) 2024-07-27T18:30:18.897 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 286 2024-07-27T18:30:18.897 INFO:tasks.rados.rados.0.smithi029.stdout:2911: seq_num 903 ranges {2457600=729088} 2024-07-27T18:30:18.915 INFO:tasks.rados.rados.0.smithi029.stdout:2911: writing smithi02985406-16 from 2457600 to 3186688 tid 1 2024-07-27T18:30:18.915 INFO:tasks.rados.rados.0.smithi029.stdout:2912: read oid 10 snap -1 2024-07-27T18:30:18.915 INFO:tasks.rados.rados.0.smithi029.stdout:2912: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:30:18.915 INFO:tasks.rados.rados.0.smithi029.stdout:2913: delete oid 34 current snap is 286 2024-07-27T18:30:18.915 INFO:tasks.rados.rados.0.smithi029.stdout:2908: expect (ObjNum 895 snap 286 seq_num 895) 2024-07-27T18:30:18.931 INFO:tasks.rados.rados.0.smithi029.stdout:2910: expect (ObjNum 823 snap 259 seq_num 823) 2024-07-27T18:30:18.978 INFO:tasks.rados.rados.0.smithi029.stdout:2912: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:30:18.982 INFO:tasks.rados.rados.0.smithi029.stdout:2911: finishing write tid 1 to smithi02985406-16 2024-07-27T18:30:18.982 INFO:tasks.rados.rados.0.smithi029.stdout:2911: finishing write tid 2 to smithi02985406-16 2024-07-27T18:30:18.982 INFO:tasks.rados.rados.0.smithi029.stdout:2911: finishing write tid 3 to smithi02985406-16 2024-07-27T18:30:18.982 INFO:tasks.rados.rados.0.smithi029.stdout:2911: oid 16 updating version 0 to 1287 2024-07-27T18:30:18.982 INFO:tasks.rados.rados.0.smithi029.stdout:2911: oid 16 version 1287 is already newer than 1286 2024-07-27T18:30:18.982 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 1287 (ObjNum 903 snap 286 seq_num 903) dirty exists 2024-07-27T18:30:18.983 INFO:tasks.rados.rados.0.smithi029.stdout:2911: left oid 16 (ObjNum 903 snap 286 seq_num 903) 2024-07-27T18:30:18.983 INFO:tasks.rados.rados.0.smithi029.stdout:2908: done (4 left) 2024-07-27T18:30:18.983 INFO:tasks.rados.rados.0.smithi029.stdout:2910: done (3 left) 2024-07-27T18:30:18.983 INFO:tasks.rados.rados.0.smithi029.stdout:2911: done (2 left) 2024-07-27T18:30:18.983 INFO:tasks.rados.rados.0.smithi029.stdout:2912: done (1 left) 2024-07-27T18:30:18.983 INFO:tasks.rados.rados.0.smithi029.stdout:2913: done (0 left) 2024-07-27T18:30:18.984 INFO:tasks.rados.rados.0.smithi029.stdout:2914: copy_from oid 25 from oid 49 current snap is 286 2024-07-27T18:30:18.984 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 286 2024-07-27T18:30:18.984 INFO:tasks.rados.rados.0.smithi029.stdout:2915: seq_num 905 ranges {598016=761856} 2024-07-27T18:30:18.989 INFO:tasks.rados.rados.0.smithi029.stdout:2915: writing smithi02985406-48 from 598016 to 1359872 tid 1 2024-07-27T18:30:18.989 INFO:tasks.rados.rados.0.smithi029.stdout:2916: delete oid 35 current snap is 286 2024-07-27T18:30:18.995 INFO:tasks.rados.rados.0.smithi029.stdout:2915: finishing write tid 1 to smithi02985406-48 2024-07-27T18:30:18.995 INFO:tasks.rados.rados.0.smithi029.stdout:2915: finishing write tid 2 to smithi02985406-48 2024-07-27T18:30:18.995 INFO:tasks.rados.rados.0.smithi029.stdout:2916: done (2 left) 2024-07-27T18:30:18.995 INFO:tasks.rados.rados.0.smithi029.stdout:2917: copy_from oid 4 from oid 31 current snap is 286 2024-07-27T18:30:18.996 INFO:tasks.rados.rados.0.smithi029.stdout:2918: snap_remove snap 267 2024-07-27T18:30:19.076 INFO:tasks.rados.rados.0.smithi029.stdout:2918: done (3 left) 2024-07-27T18:30:19.076 INFO:tasks.rados.rados.0.smithi029.stdout:2919: read oid 6 snap 273 2024-07-27T18:30:19.076 INFO:tasks.rados.rados.0.smithi029.stdout:2919: expect (ObjNum 838 snap 264 seq_num 838) 2024-07-27T18:30:19.076 INFO:tasks.rados.rados.0.smithi029.stdout:2914: finishing copy_from racing read to smithi02985406-25 2024-07-27T18:30:19.076 INFO:tasks.rados.rados.0.smithi029.stdout:2917: finishing copy_from to smithi02985406-4 2024-07-27T18:30:19.076 INFO:tasks.rados.rados.0.smithi029.stdout:2917: got expected ENOENT (src dne) 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:2917: finishing copy_from racing read to smithi02985406-4 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:2914: finishing copy_from to smithi02985406-25 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 1621 (ObjNum 879 snap 278 seq_num 879) dirty exists 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:2915: finishing write tid 3 to smithi02985406-48 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:2915: oid 48 updating version 0 to 2016 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:2915: oid 48 updating version 2016 to 2017 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 2017 (ObjNum 905 snap 286 seq_num 905) dirty exists 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:2915: left oid 48 (ObjNum 905 snap 286 seq_num 905) 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:2914: done (3 left) 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:2915: done (2 left) 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:2917: done (1 left) 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:2920: rollback oid 5 current snap is 286 2024-07-27T18:30:19.077 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 5 to 274 2024-07-27T18:30:19.078 INFO:tasks.rados.rados.0.smithi029.stdout:2921: read oid 49 snap -1 2024-07-27T18:30:19.078 INFO:tasks.rados.rados.0.smithi029.stdout:2921: expect (ObjNum 879 snap 278 seq_num 879) 2024-07-27T18:30:19.078 INFO:tasks.rados.rados.0.smithi029.stdout:2922: copy_from oid 47 from oid 35 current snap is 286 2024-07-27T18:30:19.078 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 286 2024-07-27T18:30:19.078 INFO:tasks.rados.rados.0.smithi029.stdout:2923: seq_num 907 ranges {0=794624} 2024-07-27T18:30:19.081 INFO:tasks.rados.rados.0.smithi029.stdout:2923: writing smithi02985406-22 from 0 to 794624 tid 1 2024-07-27T18:30:19.081 INFO:tasks.rados.rados.0.smithi029.stdout:2924: delete oid 13 current snap is 286 2024-07-27T18:30:19.086 INFO:tasks.rados.rados.0.smithi029.stdout:2920: finishing rollback tid 0 to smithi02985406-5 2024-07-27T18:30:19.087 INFO:tasks.rados.rados.0.smithi029.stdout:2922: finishing copy_from to smithi02985406-47 2024-07-27T18:30:19.088 INFO:tasks.rados.rados.0.smithi029.stdout:2922: got expected ENOENT (src dne) 2024-07-27T18:30:19.088 INFO:tasks.rados.rados.0.smithi029.stdout:2920: finishing rollback tid 1 to smithi02985406-5 2024-07-27T18:30:19.089 INFO:tasks.rados.rados.0.smithi029.stdout:2922: finishing copy_from racing read to smithi02985406-47 2024-07-27T18:30:19.089 INFO:tasks.rados.rados.0.smithi029.stdout:2920: finishing rollback tid 2 to smithi02985406-5 2024-07-27T18:30:19.089 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 2021 (ObjNum 739 snap 226 seq_num 739) dirty exists 2024-07-27T18:30:19.092 INFO:tasks.rados.rados.0.smithi029.stdout:2923: finishing write tid 1 to smithi02985406-22 2024-07-27T18:30:19.093 INFO:tasks.rados.rados.0.smithi029.stdout:2921: expect (ObjNum 879 snap 278 seq_num 879) 2024-07-27T18:30:19.198 INFO:tasks.rados.rados.0.smithi029.stdout:2923: finishing write tid 2 to smithi02985406-22 2024-07-27T18:30:19.198 INFO:tasks.rados.rados.0.smithi029.stdout:2923: finishing write tid 3 to smithi02985406-22 2024-07-27T18:30:19.198 INFO:tasks.rados.rados.0.smithi029.stdout:2923: oid 22 updating version 0 to 999 2024-07-27T18:30:19.198 INFO:tasks.rados.rados.0.smithi029.stdout:2923: oid 22 version 999 is already newer than 998 2024-07-27T18:30:19.198 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 999 (ObjNum 907 snap 286 seq_num 907) dirty exists 2024-07-27T18:30:19.198 INFO:tasks.rados.rados.0.smithi029.stdout:2923: left oid 22 (ObjNum 907 snap 286 seq_num 907) 2024-07-27T18:30:19.198 INFO:tasks.rados.rados.0.smithi029.stdout:2919: expect (ObjNum 838 snap 264 seq_num 838) 2024-07-27T18:30:19.419 INFO:tasks.rados.rados.0.smithi029.stdout:2919: done (5 left) 2024-07-27T18:30:19.420 INFO:tasks.rados.rados.0.smithi029.stdout:2920: done (4 left) 2024-07-27T18:30:19.420 INFO:tasks.rados.rados.0.smithi029.stdout:2921: done (3 left) 2024-07-27T18:30:19.420 INFO:tasks.rados.rados.0.smithi029.stdout:2922: done (2 left) 2024-07-27T18:30:19.420 INFO:tasks.rados.rados.0.smithi029.stdout:2923: done (1 left) 2024-07-27T18:30:19.420 INFO:tasks.rados.rados.0.smithi029.stdout:2924: done (0 left) 2024-07-27T18:30:19.420 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 30 current snap is 286 2024-07-27T18:30:19.420 INFO:tasks.rados.rados.0.smithi029.stdout:2925: seq_num 909 ranges {0=425984,425984=401408} 2024-07-27T18:30:19.422 INFO:tasks.rados.rados.0.smithi029.stdout:2925: writing smithi02985406-30 from 0 to 425984 tid 1 2024-07-27T18:30:19.426 INFO:tasks.rados.rados.0.smithi029.stdout:2925: writing smithi02985406-30 from 425984 to 827392 tid 2 2024-07-27T18:30:19.426 INFO:tasks.rados.rados.0.smithi029.stdout:2926: delete oid 35 current snap is 286 2024-07-27T18:30:19.426 INFO:tasks.rados.rados.0.smithi029.stdout:2925: finishing write tid 1 to smithi02985406-30 2024-07-27T18:30:19.427 INFO:tasks.rados.rados.0.smithi029.stdout:2926: done (1 left) 2024-07-27T18:30:19.428 INFO:tasks.rados.rados.0.smithi029.stdout:2927: rollback oid 39 current snap is 286 2024-07-27T18:30:19.428 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 39 to 282 2024-07-27T18:30:19.428 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 286 2024-07-27T18:30:19.428 INFO:tasks.rados.rados.0.smithi029.stdout:2928: seq_num 911 ranges {565248=466944,1032192=401408} 2024-07-27T18:30:19.433 INFO:tasks.rados.rados.0.smithi029.stdout:2928: writing smithi02985406-47 from 565248 to 1032192 tid 1 2024-07-27T18:30:19.436 INFO:tasks.rados.rados.0.smithi029.stdout:2928: writing smithi02985406-47 from 1032192 to 1433600 tid 2 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:2929: read oid 7 snap -1 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:2929: expect (ObjNum 883 snap 279 seq_num 883) 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:2930: read oid 25 snap -1 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:2930: expect (ObjNum 879 snap 278 seq_num 879) 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:2931: copy_from oid 5 from oid 29 current snap is 286 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:2925: finishing write tid 2 to smithi02985406-30 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:2925: finishing write tid 3 to smithi02985406-30 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:2927: finishing rollback tid 1 to smithi02985406-39 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 1438 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:2925: finishing write tid 4 to smithi02985406-30 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:2925: oid 30 updating version 0 to 1457 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:2925: oid 30 version 1457 is already newer than 1456 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:2925: oid 30 updating version 1457 to 1458 2024-07-27T18:30:19.437 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1458 (ObjNum 909 snap 286 seq_num 909) dirty exists 2024-07-27T18:30:19.438 INFO:tasks.rados.rados.0.smithi029.stdout:2925: left oid 30 (ObjNum 909 snap 286 seq_num 909) 2024-07-27T18:30:19.438 INFO:tasks.rados.rados.0.smithi029.stdout:2925: done (5 left) 2024-07-27T18:30:19.438 INFO:tasks.rados.rados.0.smithi029.stdout:2927: done (4 left) 2024-07-27T18:30:19.438 INFO:tasks.rados.rados.0.smithi029.stdout:2932: snap_create 2024-07-27T18:30:19.438 INFO:tasks.rados.rados.0.smithi029.stdout:2928: finishing write tid 1 to smithi02985406-47 2024-07-27T18:30:19.441 INFO:tasks.rados.rados.0.smithi029.stdout:2928: finishing write tid 2 to smithi02985406-47 2024-07-27T18:30:19.441 INFO:tasks.rados.rados.0.smithi029.stdout:2928: finishing write tid 3 to smithi02985406-47 2024-07-27T18:30:19.451 INFO:tasks.rados.rados.0.smithi029.stdout:2929: expect (ObjNum 883 snap 279 seq_num 883) 2024-07-27T18:30:19.589 INFO:tasks.rados.rados.0.smithi029.stdout:2931: finishing copy_from racing read to smithi02985406-5 2024-07-27T18:30:19.589 INFO:tasks.rados.rados.0.smithi029.stdout:2931: finishing copy_from to smithi02985406-5 2024-07-27T18:30:19.589 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1344 (ObjNum 890 snap 283 seq_num 890) dirty exists 2024-07-27T18:30:19.589 INFO:tasks.rados.rados.0.smithi029.stdout:2928: finishing write tid 4 to smithi02985406-47 2024-07-27T18:30:19.589 INFO:tasks.rados.rados.0.smithi029.stdout:2928: oid 47 updating version 0 to 2064 2024-07-27T18:30:19.590 INFO:tasks.rados.rados.0.smithi029.stdout:2928: oid 47 updating version 2064 to 2065 2024-07-27T18:30:19.590 INFO:tasks.rados.rados.0.smithi029.stdout:2928: oid 47 updating version 2065 to 2066 2024-07-27T18:30:19.590 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 2066 (ObjNum 911 snap 286 seq_num 911) dirty exists 2024-07-27T18:30:19.590 INFO:tasks.rados.rados.0.smithi029.stdout:2928: left oid 47 (ObjNum 911 snap 286 seq_num 911) 2024-07-27T18:30:19.590 INFO:tasks.rados.rados.0.smithi029.stdout:2930: expect (ObjNum 879 snap 278 seq_num 879) 2024-07-27T18:30:20.080 INFO:tasks.rados.rados.0.smithi029.stdout:2928: done (4 left) 2024-07-27T18:30:20.081 INFO:tasks.rados.rados.0.smithi029.stdout:2929: done (3 left) 2024-07-27T18:30:20.081 INFO:tasks.rados.rados.0.smithi029.stdout:2930: done (2 left) 2024-07-27T18:30:20.081 INFO:tasks.rados.rados.0.smithi029.stdout:2931: done (1 left) 2024-07-27T18:30:20.081 INFO:tasks.rados.rados.0.smithi029.stdout:2932: done (0 left) 2024-07-27T18:30:20.081 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 50 current snap is 287 2024-07-27T18:30:20.081 INFO:tasks.rados.rados.0.smithi029.stdout:2933: seq_num 912 ranges {532480=483328,1015808=401408} 2024-07-27T18:30:20.085 INFO:tasks.rados.rados.0.smithi029.stdout:2933: writing smithi02985406-50 from 532480 to 1015808 tid 1 2024-07-27T18:30:20.088 INFO:tasks.rados.rados.0.smithi029.stdout:2933: writing smithi02985406-50 from 1015808 to 1417216 tid 2 2024-07-27T18:30:20.089 INFO:tasks.rados.rados.0.smithi029.stdout:2934: read oid 39 snap 277 2024-07-27T18:30:20.089 INFO:tasks.rados.rados.0.smithi029.stdout:2934: expect deleted 2024-07-27T18:30:20.089 INFO:tasks.rados.rados.0.smithi029.stdout:2935: read oid 14 snap -1 2024-07-27T18:30:20.089 INFO:tasks.rados.rados.0.smithi029.stdout:2935: expect (ObjNum 860 snap 272 seq_num 860) 2024-07-27T18:30:20.089 INFO:tasks.rados.rados.0.smithi029.stdout:2936: copy_from oid 7 from oid 3 current snap is 287 2024-07-27T18:30:20.089 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 287 2024-07-27T18:30:20.089 INFO:tasks.rados.rados.0.smithi029.stdout:2937: seq_num 913 ranges {0=499712,499712=401408} 2024-07-27T18:30:20.091 INFO:tasks.rados.rados.0.smithi029.stdout:2937: writing smithi02985406-8 from 0 to 499712 tid 1 2024-07-27T18:30:20.095 INFO:tasks.rados.rados.0.smithi029.stdout:2937: writing smithi02985406-8 from 499712 to 901120 tid 2 2024-07-27T18:30:20.095 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 287 2024-07-27T18:30:20.095 INFO:tasks.rados.rados.0.smithi029.stdout:2938: seq_num 914 ranges {0=516096,516096=401408} 2024-07-27T18:30:20.098 INFO:tasks.rados.rados.0.smithi029.stdout:2938: writing smithi02985406-1 from 0 to 516096 tid 1 2024-07-27T18:30:20.100 INFO:tasks.rados.rados.0.smithi029.stdout:2938: writing smithi02985406-1 from 516096 to 917504 tid 2 2024-07-27T18:30:20.100 INFO:tasks.rados.rados.0.smithi029.stdout:2939: delete oid 44 current snap is 287 2024-07-27T18:30:20.100 INFO:tasks.rados.rados.0.smithi029.stdout:2933: finishing write tid 1 to smithi02985406-50 2024-07-27T18:30:20.100 INFO:tasks.rados.rados.0.smithi029.stdout:2935: expect (ObjNum 860 snap 272 seq_num 860) 2024-07-27T18:30:20.152 INFO:tasks.rados.rados.0.smithi029.stdout:2933: finishing write tid 2 to smithi02985406-50 2024-07-27T18:30:20.152 INFO:tasks.rados.rados.0.smithi029.stdout:2933: finishing write tid 3 to smithi02985406-50 2024-07-27T18:30:20.153 INFO:tasks.rados.rados.0.smithi029.stdout:2933: finishing write tid 4 to smithi02985406-50 2024-07-27T18:30:20.153 INFO:tasks.rados.rados.0.smithi029.stdout:2933: oid 50 updating version 0 to 1442 2024-07-27T18:30:20.153 INFO:tasks.rados.rados.0.smithi029.stdout:2933: oid 50 updating version 1442 to 1443 2024-07-27T18:30:20.153 INFO:tasks.rados.rados.0.smithi029.stdout:2933: oid 50 version 1443 is already newer than 1441 2024-07-27T18:30:20.153 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 1443 (ObjNum 912 snap 287 seq_num 912) dirty exists 2024-07-27T18:30:20.153 INFO:tasks.rados.rados.0.smithi029.stdout:2933: left oid 50 (ObjNum 912 snap 287 seq_num 912) 2024-07-27T18:30:20.153 INFO:tasks.rados.rados.0.smithi029.stdout:2937: finishing write tid 1 to smithi02985406-8 2024-07-27T18:30:20.153 INFO:tasks.rados.rados.0.smithi029.stdout:2933: done (6 left) 2024-07-27T18:30:20.153 INFO:tasks.rados.rados.0.smithi029.stdout:2934: done (5 left) 2024-07-27T18:30:20.153 INFO:tasks.rados.rados.0.smithi029.stdout:2935: done (4 left) 2024-07-27T18:30:20.153 INFO:tasks.rados.rados.0.smithi029.stdout:2939: done (3 left) 2024-07-27T18:30:20.153 INFO:tasks.rados.rados.0.smithi029.stdout:2940: snap_remove snap 282 2024-07-27T18:30:20.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:20 smithi179 ceph-mon[89801]: pgmap v636: 121 pgs: 121 active+clean; 383 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 MiB/s rd, 849 KiB/s wr, 10 op/s 2024-07-27T18:30:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:20 smithi179 ceph-mon[89801]: osdmap e648: 8 total, 8 up, 8 in 2024-07-27T18:30:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:20 smithi029 ceph-mon[96870]: pgmap v636: 121 pgs: 121 active+clean; 383 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 MiB/s rd, 849 KiB/s wr, 10 op/s 2024-07-27T18:30:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:20 smithi029 ceph-mon[96870]: osdmap e648: 8 total, 8 up, 8 in 2024-07-27T18:30:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:20 smithi029 ceph-mon[99353]: pgmap v636: 121 pgs: 121 active+clean; 383 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 MiB/s rd, 849 KiB/s wr, 10 op/s 2024-07-27T18:30:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:20 smithi029 ceph-mon[99353]: osdmap e648: 8 total, 8 up, 8 in 2024-07-27T18:30:21.088 INFO:tasks.rados.rados.0.smithi029.stdout:2940: done (3 left) 2024-07-27T18:30:21.088 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 30 current snap is 287 2024-07-27T18:30:21.088 INFO:tasks.rados.rados.0.smithi029.stdout:2941: seq_num 916 ranges {827392=548864,1376256=401408} 2024-07-27T18:30:21.096 INFO:tasks.rados.rados.0.smithi029.stdout:2941: writing smithi02985406-30 from 827392 to 1376256 tid 1 2024-07-27T18:30:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:2941: writing smithi02985406-30 from 1376256 to 1777664 tid 2 2024-07-27T18:30:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:2942: read oid 10 snap -1 2024-07-27T18:30:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:2942: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:30:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:2943: snap_create 2024-07-27T18:30:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:2937: finishing write tid 2 to smithi02985406-8 2024-07-27T18:30:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:2937: finishing write tid 3 to smithi02985406-8 2024-07-27T18:30:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:2938: finishing write tid 1 to smithi02985406-1 2024-07-27T18:30:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:2937: finishing write tid 4 to smithi02985406-8 2024-07-27T18:30:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:2937: oid 8 updating version 0 to 2067 2024-07-27T18:30:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:2937: oid 8 updating version 2067 to 2069 2024-07-27T18:30:21.101 INFO:tasks.rados.rados.0.smithi029.stdout:2937: oid 8 version 2069 is already newer than 2068 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 2069 (ObjNum 913 snap 287 seq_num 913) dirty exists 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:2937: left oid 8 (ObjNum 913 snap 287 seq_num 913) 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:2938: finishing write tid 2 to smithi02985406-1 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:2938: finishing write tid 3 to smithi02985406-1 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:2938: finishing write tid 4 to smithi02985406-1 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:2938: oid 1 updating version 0 to 1747 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:2938: oid 1 updating version 1747 to 1748 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:2938: oid 1 version 1748 is already newer than 1746 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1748 (ObjNum 914 snap 287 seq_num 914) dirty exists 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:2938: left oid 1 (ObjNum 914 snap 287 seq_num 914) 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:2936: finishing copy_from racing read to smithi02985406-7 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:2936: finishing copy_from to smithi02985406-7 2024-07-27T18:30:21.102 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1354 (ObjNum 850 snap 265 seq_num 850) dirty exists 2024-07-27T18:30:21.103 INFO:tasks.rados.rados.0.smithi029.stdout:2942: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:30:21.106 INFO:tasks.rados.rados.0.smithi029.stdout:2941: finishing write tid 1 to smithi02985406-30 2024-07-27T18:30:21.107 INFO:tasks.rados.rados.0.smithi029.stdout:2941: finishing write tid 2 to smithi02985406-30 2024-07-27T18:30:21.107 INFO:tasks.rados.rados.0.smithi029.stdout:2941: finishing write tid 3 to smithi02985406-30 2024-07-27T18:30:21.107 INFO:tasks.rados.rados.0.smithi029.stdout:2941: finishing write tid 4 to smithi02985406-30 2024-07-27T18:30:21.107 INFO:tasks.rados.rados.0.smithi029.stdout:2941: oid 30 updating version 0 to 1460 2024-07-27T18:30:21.107 INFO:tasks.rados.rados.0.smithi029.stdout:2941: oid 30 updating version 1460 to 1461 2024-07-27T18:30:21.107 INFO:tasks.rados.rados.0.smithi029.stdout:2941: oid 30 version 1461 is already newer than 1459 2024-07-27T18:30:21.107 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1461 (ObjNum 916 snap 287 seq_num 916) dirty exists 2024-07-27T18:30:21.107 INFO:tasks.rados.rados.0.smithi029.stdout:2941: left oid 30 (ObjNum 916 snap 287 seq_num 916) 2024-07-27T18:30:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:21 smithi179 ceph-mon[89801]: osdmap e649: 8 total, 8 up, 8 in 2024-07-27T18:30:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:21 smithi029 ceph-mon[96870]: osdmap e649: 8 total, 8 up, 8 in 2024-07-27T18:30:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:21 smithi029 ceph-mon[99353]: osdmap e649: 8 total, 8 up, 8 in 2024-07-27T18:30:22.043 INFO:tasks.rados.rados.0.smithi029.stdout:2936: done (5 left) 2024-07-27T18:30:22.043 INFO:tasks.rados.rados.0.smithi029.stdout:2937: done (4 left) 2024-07-27T18:30:22.043 INFO:tasks.rados.rados.0.smithi029.stdout:2938: done (3 left) 2024-07-27T18:30:22.043 INFO:tasks.rados.rados.0.smithi029.stdout:2941: done (2 left) 2024-07-27T18:30:22.043 INFO:tasks.rados.rados.0.smithi029.stdout:2942: done (1 left) 2024-07-27T18:30:22.043 INFO:tasks.rados.rados.0.smithi029.stdout:2943: done (0 left) 2024-07-27T18:30:22.043 INFO:tasks.rados.rados.0.smithi029.stdout:2944: snap_remove snap 253 2024-07-27T18:30:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:22 smithi179 ceph-mon[89801]: pgmap v639: 121 pgs: 121 active+clean; 373 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 1.7 MiB/s wr, 17 op/s 2024-07-27T18:30:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:22 smithi179 ceph-mon[89801]: osdmap e650: 8 total, 8 up, 8 in 2024-07-27T18:30:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:22 smithi179 ceph-mon[89801]: osdmap e651: 8 total, 8 up, 8 in 2024-07-27T18:30:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:22 smithi029 ceph-mon[96870]: pgmap v639: 121 pgs: 121 active+clean; 373 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 1.7 MiB/s wr, 17 op/s 2024-07-27T18:30:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:22 smithi029 ceph-mon[96870]: osdmap e650: 8 total, 8 up, 8 in 2024-07-27T18:30:22.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:22 smithi029 ceph-mon[96870]: osdmap e651: 8 total, 8 up, 8 in 2024-07-27T18:30:22.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:30:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:30:22] "GET /metrics HTTP/1.1" 200 36344 "" "Prometheus/2.43.0" 2024-07-27T18:30:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:22 smithi029 ceph-mon[99353]: pgmap v639: 121 pgs: 121 active+clean; 373 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 1.7 MiB/s wr, 17 op/s 2024-07-27T18:30:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:22 smithi029 ceph-mon[99353]: osdmap e650: 8 total, 8 up, 8 in 2024-07-27T18:30:22.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:22 smithi029 ceph-mon[99353]: osdmap e651: 8 total, 8 up, 8 in 2024-07-27T18:30:23.044 INFO:tasks.rados.rados.0.smithi029.stdout:2944: done (0 left) 2024-07-27T18:30:23.045 INFO:tasks.rados.rados.0.smithi029.stdout:2945: delete oid 27 current snap is 288 2024-07-27T18:30:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:2945: done (0 left) 2024-07-27T18:30:23.064 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 288 2024-07-27T18:30:23.065 INFO:tasks.rados.rados.0.smithi029.stdout:2946: seq_num 918 ranges {0=581632,581632=401408} 2024-07-27T18:30:23.068 INFO:tasks.rados.rados.0.smithi029.stdout:2946: writing smithi02985406-34 from 0 to 581632 tid 1 2024-07-27T18:30:23.071 INFO:tasks.rados.rados.0.smithi029.stdout:2946: writing smithi02985406-34 from 581632 to 983040 tid 2 2024-07-27T18:30:23.071 INFO:tasks.rados.rados.0.smithi029.stdout:2947: snap_create 2024-07-27T18:30:23.075 INFO:tasks.rados.rados.0.smithi029.stdout:2946: finishing write tid 1 to smithi02985406-34 2024-07-27T18:30:23.076 INFO:tasks.rados.rados.0.smithi029.stdout:2946: finishing write tid 2 to smithi02985406-34 2024-07-27T18:30:23.076 INFO:tasks.rados.rados.0.smithi029.stdout:2946: finishing write tid 3 to smithi02985406-34 2024-07-27T18:30:23.077 INFO:tasks.rados.rados.0.smithi029.stdout:2946: finishing write tid 4 to smithi02985406-34 2024-07-27T18:30:23.077 INFO:tasks.rados.rados.0.smithi029.stdout:2946: oid 34 updating version 0 to 1626 2024-07-27T18:30:23.077 INFO:tasks.rados.rados.0.smithi029.stdout:2946: oid 34 version 1626 is already newer than 1624 2024-07-27T18:30:23.077 INFO:tasks.rados.rados.0.smithi029.stdout:2946: oid 34 version 1626 is already newer than 1625 2024-07-27T18:30:23.077 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 1626 (ObjNum 918 snap 288 seq_num 918) dirty exists 2024-07-27T18:30:23.077 INFO:tasks.rados.rados.0.smithi029.stdout:2946: left oid 34 (ObjNum 918 snap 288 seq_num 918) 2024-07-27T18:30:24.050 INFO:tasks.rados.rados.0.smithi029.stdout:2946: done (1 left) 2024-07-27T18:30:24.050 INFO:tasks.rados.rados.0.smithi029.stdout:2947: done (0 left) 2024-07-27T18:30:24.050 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 289 2024-07-27T18:30:24.050 INFO:tasks.rados.rados.0.smithi029.stdout:2948: seq_num 919 ranges {548864=598016,1146880=401408} 2024-07-27T18:30:24.055 INFO:tasks.rados.rados.0.smithi029.stdout:2948: writing smithi02985406-37 from 548864 to 1146880 tid 1 2024-07-27T18:30:24.058 INFO:tasks.rados.rados.0.smithi029.stdout:2948: writing smithi02985406-37 from 1146880 to 1548288 tid 2 2024-07-27T18:30:24.058 INFO:tasks.rados.rados.0.smithi029.stdout:2949: rollback oid 2 current snap is 289 2024-07-27T18:30:24.058 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 2 to 288 2024-07-27T18:30:24.058 INFO:tasks.rados.rados.0.smithi029.stdout:2950: delete oid 36 current snap is 289 2024-07-27T18:30:24.063 INFO:tasks.rados.rados.0.smithi029.stdout:2950: done (2 left) 2024-07-27T18:30:24.063 INFO:tasks.rados.rados.0.smithi029.stdout:2951: snap_remove snap 287 2024-07-27T18:30:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:24 smithi179 ceph-mon[89801]: pgmap v642: 121 pgs: 121 active+clean; 384 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 24 MiB/s rd, 4.3 MiB/s wr, 37 op/s 2024-07-27T18:30:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:24 smithi179 ceph-mon[89801]: osdmap e652: 8 total, 8 up, 8 in 2024-07-27T18:30:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:30:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:24 smithi029 ceph-mon[96870]: pgmap v642: 121 pgs: 121 active+clean; 384 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 24 MiB/s rd, 4.3 MiB/s wr, 37 op/s 2024-07-27T18:30:24.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:24 smithi029 ceph-mon[96870]: osdmap e652: 8 total, 8 up, 8 in 2024-07-27T18:30:24.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:30:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:24 smithi029 ceph-mon[99353]: pgmap v642: 121 pgs: 121 active+clean; 384 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 24 MiB/s rd, 4.3 MiB/s wr, 37 op/s 2024-07-27T18:30:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:24 smithi029 ceph-mon[99353]: osdmap e652: 8 total, 8 up, 8 in 2024-07-27T18:30:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:30:25.056 INFO:tasks.rados.rados.0.smithi029.stdout:2951: done (2 left) 2024-07-27T18:30:25.056 INFO:tasks.rados.rados.0.smithi029.stdout:2952: rmattr oid 12 current snap is 289 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:2952: done (2 left) 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:2953: rollback oid 31 current snap is 289 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 31 to 284 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:2949: finishing rollback tid 0 to smithi02985406-2 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:2949: finishing rollback tid 1 to smithi02985406-2 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:2949: finishing rollback tid 2 to smithi02985406-2 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2056 (ObjNum 869 snap 273 seq_num 869) dirty exists 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:2948: finishing write tid 1 to smithi02985406-37 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:2948: finishing write tid 2 to smithi02985406-37 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:2948: finishing write tid 3 to smithi02985406-37 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:2948: finishing write tid 4 to smithi02985406-37 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:2948: oid 37 updating version 0 to 1766 2024-07-27T18:30:25.057 INFO:tasks.rados.rados.0.smithi029.stdout:2948: oid 37 version 1766 is already newer than 1765 2024-07-27T18:30:25.058 INFO:tasks.rados.rados.0.smithi029.stdout:2948: oid 37 version 1766 is already newer than 1764 2024-07-27T18:30:25.058 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1766 (ObjNum 919 snap 289 seq_num 919) dirty exists 2024-07-27T18:30:25.058 INFO:tasks.rados.rados.0.smithi029.stdout:2948: left oid 37 (ObjNum 919 snap 289 seq_num 919) 2024-07-27T18:30:25.058 INFO:tasks.rados.rados.0.smithi029.stdout:2948: done (2 left) 2024-07-27T18:30:25.058 INFO:tasks.rados.rados.0.smithi029.stdout:2949: done (1 left) 2024-07-27T18:30:25.058 INFO:tasks.rados.rados.0.smithi029.stdout:2954: snap_remove snap 273 2024-07-27T18:30:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:25 smithi179 ceph-mon[89801]: osdmap e653: 8 total, 8 up, 8 in 2024-07-27T18:30:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:25 smithi029 ceph-mon[96870]: osdmap e653: 8 total, 8 up, 8 in 2024-07-27T18:30:25.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:25 smithi029 ceph-mon[99353]: osdmap e653: 8 total, 8 up, 8 in 2024-07-27T18:30:26.058 INFO:tasks.rados.rados.0.smithi029.stdout:2954: done (1 left) 2024-07-27T18:30:26.058 INFO:tasks.rados.rados.0.smithi029.stdout:2955: delete oid 19 current snap is 289 2024-07-27T18:30:26.058 INFO:tasks.rados.rados.0.smithi029.stdout:2953: finishing rollback tid 1 to smithi02985406-31 2024-07-27T18:30:26.058 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 1490 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2024-07-27T18:30:26.073 INFO:tasks.rados.rados.0.smithi029.stdout:2953: done (1 left) 2024-07-27T18:30:26.073 INFO:tasks.rados.rados.0.smithi029.stdout:2955: done (0 left) 2024-07-27T18:30:26.073 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 289 2024-07-27T18:30:26.073 INFO:tasks.rados.rados.0.smithi029.stdout:2956: seq_num 922 ranges {0=647168,647168=401408} 2024-07-27T18:30:26.076 INFO:tasks.rados.rados.0.smithi029.stdout:2956: writing smithi02985406-10 from 0 to 647168 tid 1 2024-07-27T18:30:26.080 INFO:tasks.rados.rados.0.smithi029.stdout:2956: writing smithi02985406-10 from 647168 to 1048576 tid 2 2024-07-27T18:30:26.080 INFO:tasks.rados.rados.0.smithi029.stdout:2957: read oid 6 snap -1 2024-07-27T18:30:26.080 INFO:tasks.rados.rados.0.smithi029.stdout:2957: expect (ObjNum 838 snap 264 seq_num 838) 2024-07-27T18:30:26.080 INFO:tasks.rados.rados.0.smithi029.stdout:2958: rollback oid 37 current snap is 289 2024-07-27T18:30:26.080 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 37 to 263 2024-07-27T18:30:26.080 INFO:tasks.rados.rados.0.smithi029.stdout:2959: read oid 17 snap -1 2024-07-27T18:30:26.080 INFO:tasks.rados.rados.0.smithi029.stdout:2959: expect deleted 2024-07-27T18:30:26.080 INFO:tasks.rados.rados.0.smithi029.stdout:2960: snap_remove snap 285 2024-07-27T18:30:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:26 smithi179 ceph-mon[89801]: pgmap v645: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 370 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 4.2 MiB/s wr, 33 op/s 2024-07-27T18:30:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:26 smithi179 ceph-mon[89801]: osdmap e654: 8 total, 8 up, 8 in 2024-07-27T18:30:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:26 smithi029 ceph-mon[96870]: pgmap v645: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 370 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 4.2 MiB/s wr, 33 op/s 2024-07-27T18:30:26.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:26 smithi029 ceph-mon[96870]: osdmap e654: 8 total, 8 up, 8 in 2024-07-27T18:30:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:26 smithi029 ceph-mon[99353]: pgmap v645: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 370 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 4.2 MiB/s wr, 33 op/s 2024-07-27T18:30:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:26 smithi029 ceph-mon[99353]: osdmap e654: 8 total, 8 up, 8 in 2024-07-27T18:30:27.044 INFO:tasks.rados.rados.0.smithi029.stdout:2956: finishing write tid 1 to smithi02985406-10 2024-07-27T18:30:27.044 INFO:tasks.rados.rados.0.smithi029.stdout:2956: finishing write tid 2 to smithi02985406-10 2024-07-27T18:30:27.044 INFO:tasks.rados.rados.0.smithi029.stdout:2956: finishing write tid 3 to smithi02985406-10 2024-07-27T18:30:27.044 INFO:tasks.rados.rados.0.smithi029.stdout:2956: finishing write tid 4 to smithi02985406-10 2024-07-27T18:30:27.044 INFO:tasks.rados.rados.0.smithi029.stdout:2956: oid 10 updating version 0 to 1776 2024-07-27T18:30:27.044 INFO:tasks.rados.rados.0.smithi029.stdout:2956: oid 10 updating version 1776 to 1777 2024-07-27T18:30:27.044 INFO:tasks.rados.rados.0.smithi029.stdout:2956: oid 10 updating version 1777 to 1778 2024-07-27T18:30:27.044 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1778 (ObjNum 922 snap 289 seq_num 922) dirty exists 2024-07-27T18:30:27.044 INFO:tasks.rados.rados.0.smithi029.stdout:2956: left oid 10 (ObjNum 922 snap 289 seq_num 922) 2024-07-27T18:30:27.044 INFO:tasks.rados.rados.0.smithi029.stdout:2958: finishing rollback tid 0 to smithi02985406-37 2024-07-27T18:30:27.045 INFO:tasks.rados.rados.0.smithi029.stdout:2958: finishing rollback tid 1 to smithi02985406-37 2024-07-27T18:30:27.045 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1780 (ObjNum 65 snap 0 seq_num 1516528723) dirty dne 2024-07-27T18:30:27.045 INFO:tasks.rados.rados.0.smithi029.stdout:2957: expect (ObjNum 838 snap 264 seq_num 838) 2024-07-27T18:30:27.272 INFO:tasks.rados.rados.0.smithi029.stdout:2956: done (4 left) 2024-07-27T18:30:27.272 INFO:tasks.rados.rados.0.smithi029.stdout:2957: done (3 left) 2024-07-27T18:30:27.272 INFO:tasks.rados.rados.0.smithi029.stdout:2958: done (2 left) 2024-07-27T18:30:27.272 INFO:tasks.rados.rados.0.smithi029.stdout:2959: done (1 left) 2024-07-27T18:30:27.272 INFO:tasks.rados.rados.0.smithi029.stdout:2960: done (0 left) 2024-07-27T18:30:27.272 INFO:tasks.rados.rados.0.smithi029.stdout:2961: read oid 43 snap -1 2024-07-27T18:30:27.272 INFO:tasks.rados.rados.0.smithi029.stdout:2961: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:30:27.272 INFO:tasks.rados.rados.0.smithi029.stdout:2962: delete oid 40 current snap is 289 2024-07-27T18:30:27.273 INFO:tasks.rados.rados.0.smithi029.stdout:2962: done (1 left) 2024-07-27T18:30:27.273 INFO:tasks.rados.rados.0.smithi029.stdout:2963: copy_from oid 44 from oid 13 current snap is 289 2024-07-27T18:30:27.273 INFO:tasks.rados.rados.0.smithi029.stdout:2964: rollback oid 33 current snap is 289 2024-07-27T18:30:27.273 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 33 to 281 2024-07-27T18:30:27.273 INFO:tasks.rados.rados.0.smithi029.stdout:2965: delete oid 8 current snap is 289 2024-07-27T18:30:27.275 INFO:tasks.rados.rados.0.smithi029.stdout:2963: finishing copy_from to smithi02985406-44 2024-07-27T18:30:27.275 INFO:tasks.rados.rados.0.smithi029.stdout:2963: got expected ENOENT (src dne) 2024-07-27T18:30:27.277 INFO:tasks.rados.rados.0.smithi029.stdout:2963: finishing copy_from racing read to smithi02985406-44 2024-07-27T18:30:27.277 INFO:tasks.rados.rados.0.smithi029.stdout:2964: finishing rollback tid 0 to smithi02985406-33 2024-07-27T18:30:27.277 INFO:tasks.rados.rados.0.smithi029.stdout:2963: done (3 left) 2024-07-27T18:30:27.277 INFO:tasks.rados.rados.0.smithi029.stdout:2965: done (2 left) 2024-07-27T18:30:27.277 INFO:tasks.rados.rados.0.smithi029.stdout:2966: read oid 14 snap -1 2024-07-27T18:30:27.277 INFO:tasks.rados.rados.0.smithi029.stdout:2966: expect (ObjNum 860 snap 272 seq_num 860) 2024-07-27T18:30:27.277 INFO:tasks.rados.rados.0.smithi029.stdout:2967: read oid 30 snap -1 2024-07-27T18:30:27.277 INFO:tasks.rados.rados.0.smithi029.stdout:2967: expect (ObjNum 916 snap 287 seq_num 916) 2024-07-27T18:30:27.277 INFO:tasks.rados.rados.0.smithi029.stdout:2968: delete oid 13 current snap is 289 2024-07-27T18:30:27.277 INFO:tasks.rados.rados.0.smithi029.stdout:2964: finishing rollback tid 1 to smithi02985406-33 2024-07-27T18:30:27.278 INFO:tasks.rados.rados.0.smithi029.stdout:2964: finishing rollback tid 2 to smithi02985406-33 2024-07-27T18:30:27.278 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 1347 (ObjNum 723 snap 222 seq_num 723) dirty exists 2024-07-27T18:30:27.282 INFO:tasks.rados.rados.0.smithi029.stdout:2966: expect (ObjNum 860 snap 272 seq_num 860) 2024-07-27T18:30:27.333 INFO:tasks.rados.rados.0.smithi029.stdout:2967: expect (ObjNum 916 snap 287 seq_num 916) 2024-07-27T18:30:27.393 INFO:tasks.rados.rados.0.smithi029.stdout:2961: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:30:27.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:27 smithi029 ceph-mon[96870]: osdmap e655: 8 total, 8 up, 8 in 2024-07-27T18:30:27.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:27 smithi029 ceph-mon[96870]: osdmap e656: 8 total, 8 up, 8 in 2024-07-27T18:30:27.402 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:27 smithi029 ceph-mon[99353]: osdmap e655: 8 total, 8 up, 8 in 2024-07-27T18:30:27.402 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:27 smithi029 ceph-mon[99353]: osdmap e656: 8 total, 8 up, 8 in 2024-07-27T18:30:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:27 smithi179 ceph-mon[89801]: osdmap e655: 8 total, 8 up, 8 in 2024-07-27T18:30:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:27 smithi179 ceph-mon[89801]: osdmap e656: 8 total, 8 up, 8 in 2024-07-27T18:30:27.659 INFO:tasks.rados.rados.0.smithi029.stdout:2961: done (4 left) 2024-07-27T18:30:27.659 INFO:tasks.rados.rados.0.smithi029.stdout:2964: done (3 left) 2024-07-27T18:30:27.659 INFO:tasks.rados.rados.0.smithi029.stdout:2966: done (2 left) 2024-07-27T18:30:27.659 INFO:tasks.rados.rados.0.smithi029.stdout:2967: done (1 left) 2024-07-27T18:30:27.659 INFO:tasks.rados.rados.0.smithi029.stdout:2968: done (0 left) 2024-07-27T18:30:27.659 INFO:tasks.rados.rados.0.smithi029.stdout:2969: read oid 37 snap -1 2024-07-27T18:30:27.659 INFO:tasks.rados.rados.0.smithi029.stdout:2969: expect deleted 2024-07-27T18:30:27.660 INFO:tasks.rados.rados.0.smithi029.stdout:2970: read oid 22 snap -1 2024-07-27T18:30:27.660 INFO:tasks.rados.rados.0.smithi029.stdout:2970: expect (ObjNum 907 snap 286 seq_num 907) 2024-07-27T18:30:27.660 INFO:tasks.rados.rados.0.smithi029.stdout:2971: setattr oid 9 current snap is 289 2024-07-27T18:30:27.661 INFO:tasks.rados.rados.0.smithi029.stdout:2969: done (2 left) 2024-07-27T18:30:27.661 INFO:tasks.rados.rados.0.smithi029.stdout:2972: snap_create 2024-07-27T18:30:27.664 INFO:tasks.rados.rados.0.smithi029.stdout:2970: expect (ObjNum 907 snap 286 seq_num 907) 2024-07-27T18:30:27.686 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 2103 (ObjNum 899 snap 286 seq_num 899) dirty exists 2024-07-27T18:30:28.074 INFO:tasks.rados.rados.0.smithi029.stdout:2970: done (2 left) 2024-07-27T18:30:28.074 INFO:tasks.rados.rados.0.smithi029.stdout:2971: done (1 left) 2024-07-27T18:30:28.075 INFO:tasks.rados.rados.0.smithi029.stdout:2972: done (0 left) 2024-07-27T18:30:28.075 INFO:tasks.rados.rados.0.smithi029.stdout:2973: snap_remove snap 274 2024-07-27T18:30:28.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:28 smithi179 ceph-mon[89801]: pgmap v648: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 MiB/s rd, 1.5 MiB/s wr, 11 op/s 2024-07-27T18:30:28.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:28 smithi029 ceph-mon[96870]: pgmap v648: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 MiB/s rd, 1.5 MiB/s wr, 11 op/s 2024-07-27T18:30:28.426 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:28 smithi029 ceph-mon[99353]: pgmap v648: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 MiB/s rd, 1.5 MiB/s wr, 11 op/s 2024-07-27T18:30:29.081 INFO:tasks.rados.rados.0.smithi029.stdout:2973: done (0 left) 2024-07-27T18:30:29.081 INFO:tasks.rados.rados.0.smithi029.stdout:2974: read oid 30 snap 272 2024-07-27T18:30:29.081 INFO:tasks.rados.rados.0.smithi029.stdout:2974: expect deleted 2024-07-27T18:30:29.081 INFO:tasks.rados.rados.0.smithi029.stdout:2975: rollback oid 27 current snap is 290 2024-07-27T18:30:29.081 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 27 to 277 2024-07-27T18:30:29.081 INFO:tasks.rados.rados.0.smithi029.stdout:2976: rollback oid 1 current snap is 290 2024-07-27T18:30:29.081 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 1 to 288 2024-07-27T18:30:29.081 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 290 2024-07-27T18:30:29.081 INFO:tasks.rados.rados.0.smithi029.stdout:2977: seq_num 926 ranges {7102464=712704,7815168=401408} 2024-07-27T18:30:29.124 INFO:tasks.rados.rados.0.smithi029.stdout:2977: writing smithi02985406-7 from 7102464 to 7815168 tid 1 2024-07-27T18:30:29.127 INFO:tasks.rados.rados.0.smithi029.stdout:2977: writing smithi02985406-7 from 7815168 to 8216576 tid 2 2024-07-27T18:30:29.127 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 20 current snap is 290 2024-07-27T18:30:29.127 INFO:tasks.rados.rados.0.smithi029.stdout:2978: seq_num 927 ranges {0=729088,729088=401408} 2024-07-27T18:30:29.130 INFO:tasks.rados.rados.0.smithi029.stdout:2978: writing smithi02985406-20 from 0 to 729088 tid 1 2024-07-27T18:30:29.133 INFO:tasks.rados.rados.0.smithi029.stdout:2978: writing smithi02985406-20 from 729088 to 1130496 tid 2 2024-07-27T18:30:29.134 INFO:tasks.rados.rados.0.smithi029.stdout:2979: copy_from oid 38 from oid 24 current snap is 290 2024-07-27T18:30:29.134 INFO:tasks.rados.rados.0.smithi029.stdout:2975: finishing rollback tid 1 to smithi02985406-27 2024-07-27T18:30:29.134 INFO:tasks.rados.rados.0.smithi029.stdout:2975: finishing rollback tid 2 to smithi02985406-27 2024-07-27T18:30:29.134 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 2079 (ObjNum 129 snap 0 seq_num 721956644) dirty exists 2024-07-27T18:30:29.134 INFO:tasks.rados.rados.0.smithi029.stdout:2976: finishing rollback tid 0 to smithi02985406-1 2024-07-27T18:30:29.134 INFO:tasks.rados.rados.0.smithi029.stdout:2974: done (5 left) 2024-07-27T18:30:29.134 INFO:tasks.rados.rados.0.smithi029.stdout:2975: done (4 left) 2024-07-27T18:30:29.134 INFO:tasks.rados.rados.0.smithi029.stdout:2980: setattr oid 29 current snap is 290 2024-07-27T18:30:29.134 INFO:tasks.rados.rados.0.smithi029.stdout:2976: finishing rollback tid 1 to smithi02985406-1 2024-07-27T18:30:29.134 INFO:tasks.rados.rados.0.smithi029.stdout:2976: finishing rollback tid 2 to smithi02985406-1 2024-07-27T18:30:29.134 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1788 (ObjNum 914 snap 287 seq_num 914) dirty exists 2024-07-27T18:30:29.134 INFO:tasks.rados.rados.0.smithi029.stdout:2977: finishing write tid 1 to smithi02985406-7 2024-07-27T18:30:29.135 INFO:tasks.rados.rados.0.smithi029.stdout:2977: finishing write tid 2 to smithi02985406-7 2024-07-27T18:30:29.135 INFO:tasks.rados.rados.0.smithi029.stdout:2977: finishing write tid 3 to smithi02985406-7 2024-07-27T18:30:29.135 INFO:tasks.rados.rados.0.smithi029.stdout:2977: finishing write tid 4 to smithi02985406-7 2024-07-27T18:30:29.135 INFO:tasks.rados.rados.0.smithi029.stdout:2977: oid 7 updating version 0 to 2090 2024-07-27T18:30:29.135 INFO:tasks.rados.rados.0.smithi029.stdout:2977: oid 7 updating version 2090 to 2091 2024-07-27T18:30:29.135 INFO:tasks.rados.rados.0.smithi029.stdout:2977: oid 7 version 2091 is already newer than 2089 2024-07-27T18:30:29.135 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 2091 (ObjNum 926 snap 290 seq_num 926) dirty exists 2024-07-27T18:30:29.138 INFO:tasks.rados.rados.0.smithi029.stdout:2977: left oid 7 (ObjNum 926 snap 290 seq_num 926) 2024-07-27T18:30:29.139 INFO:tasks.rados.rados.0.smithi029.stdout:2976: done (4 left) 2024-07-27T18:30:29.139 INFO:tasks.rados.rados.0.smithi029.stdout:2977: done (3 left) 2024-07-27T18:30:29.139 INFO:tasks.rados.rados.0.smithi029.stdout:2981: read oid 36 snap -1 2024-07-27T18:30:29.139 INFO:tasks.rados.rados.0.smithi029.stdout:2981: expect deleted 2024-07-27T18:30:29.139 INFO:tasks.rados.rados.0.smithi029.stdout:2982: read oid 17 snap -1 2024-07-27T18:30:29.139 INFO:tasks.rados.rados.0.smithi029.stdout:2982: expect deleted 2024-07-27T18:30:29.139 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 11 current snap is 290 2024-07-27T18:30:29.139 INFO:tasks.rados.rados.0.smithi029.stdout:2983: seq_num 928 ranges {0=745472,745472=401408} 2024-07-27T18:30:29.141 INFO:tasks.rados.rados.0.smithi029.stdout:2983: writing smithi02985406-11 from 0 to 745472 tid 1 2024-07-27T18:30:29.144 INFO:tasks.rados.rados.0.smithi029.stdout:2983: writing smithi02985406-11 from 745472 to 1146880 tid 2 2024-07-27T18:30:29.144 INFO:tasks.rados.rados.0.smithi029.stdout:2984: copy_from oid 42 from oid 19 current snap is 290 2024-07-27T18:30:29.144 INFO:tasks.rados.rados.0.smithi029.stdout:2978: finishing write tid 1 to smithi02985406-20 2024-07-27T18:30:29.144 INFO:tasks.rados.rados.0.smithi029.stdout:2979: finishing copy_from racing read to smithi02985406-38 2024-07-27T18:30:29.144 INFO:tasks.rados.rados.0.smithi029.stdout:2981: done (6 left) 2024-07-27T18:30:29.144 INFO:tasks.rados.rados.0.smithi029.stdout:2985: snap_remove snap 286 2024-07-27T18:30:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:29 smithi179 ceph-mon[89801]: osdmap e657: 8 total, 8 up, 8 in 2024-07-27T18:30:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:29 smithi029 ceph-mon[96870]: osdmap e657: 8 total, 8 up, 8 in 2024-07-27T18:30:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:29 smithi029 ceph-mon[99353]: osdmap e657: 8 total, 8 up, 8 in 2024-07-27T18:30:30.086 INFO:tasks.rados.rados.0.smithi029.stdout:2985: done (6 left) 2024-07-27T18:30:30.086 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 290 2024-07-27T18:30:30.087 INFO:tasks.rados.rados.0.smithi029.stdout:2986: seq_num 929 ranges {0=761856,761856=401408} 2024-07-27T18:30:30.091 INFO:tasks.rados.rados.0.smithi029.stdout:2986: writing smithi02985406-37 from 0 to 761856 tid 1 2024-07-27T18:30:30.095 INFO:tasks.rados.rados.0.smithi029.stdout:2986: writing smithi02985406-37 from 761856 to 1163264 tid 2 2024-07-27T18:30:30.095 INFO:tasks.rados.rados.0.smithi029.stdout:2987: delete oid 25 current snap is 290 2024-07-27T18:30:30.095 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1348 (ObjNum 890 snap 283 seq_num 890) dirty exists 2024-07-27T18:30:30.095 INFO:tasks.rados.rados.0.smithi029.stdout:2978: finishing write tid 2 to smithi02985406-20 2024-07-27T18:30:30.095 INFO:tasks.rados.rados.0.smithi029.stdout:2979: finishing copy_from to smithi02985406-38 2024-07-27T18:30:30.095 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 1786 (ObjNum 877 snap 278 seq_num 877) dirty exists 2024-07-27T18:30:30.095 INFO:tasks.rados.rados.0.smithi029.stdout:2978: finishing write tid 3 to smithi02985406-20 2024-07-27T18:30:30.095 INFO:tasks.rados.rados.0.smithi029.stdout:2978: finishing write tid 4 to smithi02985406-20 2024-07-27T18:30:30.095 INFO:tasks.rados.rados.0.smithi029.stdout:2978: oid 20 updating version 0 to 2111 2024-07-27T18:30:30.095 INFO:tasks.rados.rados.0.smithi029.stdout:2978: oid 20 updating version 2111 to 2113 2024-07-27T18:30:30.095 INFO:tasks.rados.rados.0.smithi029.stdout:2978: oid 20 version 2113 is already newer than 2112 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 2113 (ObjNum 927 snap 290 seq_num 927) dirty exists 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2978: left oid 20 (ObjNum 927 snap 290 seq_num 927) 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2984: finishing copy_from to smithi02985406-42 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2984: got expected ENOENT (src dne) 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2984: finishing copy_from racing read to smithi02985406-42 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2983: finishing write tid 1 to smithi02985406-11 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2983: finishing write tid 2 to smithi02985406-11 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2983: finishing write tid 3 to smithi02985406-11 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2983: finishing write tid 4 to smithi02985406-11 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2983: oid 11 updating version 0 to 1610 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2983: oid 11 version 1610 is already newer than 1609 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2983: oid 11 updating version 1610 to 1611 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 1611 (ObjNum 928 snap 290 seq_num 928) dirty exists 2024-07-27T18:30:30.096 INFO:tasks.rados.rados.0.smithi029.stdout:2983: left oid 11 (ObjNum 928 snap 290 seq_num 928) 2024-07-27T18:30:30.100 INFO:tasks.rados.rados.0.smithi029.stdout:2978: done (7 left) 2024-07-27T18:30:30.100 INFO:tasks.rados.rados.0.smithi029.stdout:2979: done (6 left) 2024-07-27T18:30:30.100 INFO:tasks.rados.rados.0.smithi029.stdout:2980: done (5 left) 2024-07-27T18:30:30.100 INFO:tasks.rados.rados.0.smithi029.stdout:2982: done (4 left) 2024-07-27T18:30:30.100 INFO:tasks.rados.rados.0.smithi029.stdout:2983: done (3 left) 2024-07-27T18:30:30.100 INFO:tasks.rados.rados.0.smithi029.stdout:2984: done (2 left) 2024-07-27T18:30:30.100 INFO:tasks.rados.rados.0.smithi029.stdout:2987: done (1 left) 2024-07-27T18:30:30.100 INFO:tasks.rados.rados.0.smithi029.stdout:2988: rollback oid 10 current snap is 290 2024-07-27T18:30:30.100 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 10 to 277 2024-07-27T18:30:30.101 INFO:tasks.rados.rados.0.smithi029.stdout:2989: snap_create 2024-07-27T18:30:30.106 INFO:tasks.rados.rados.0.smithi029.stdout:2986: finishing write tid 1 to smithi02985406-37 2024-07-27T18:30:30.106 INFO:tasks.rados.rados.0.smithi029.stdout:2986: finishing write tid 2 to smithi02985406-37 2024-07-27T18:30:30.106 INFO:tasks.rados.rados.0.smithi029.stdout:2986: finishing write tid 3 to smithi02985406-37 2024-07-27T18:30:30.106 INFO:tasks.rados.rados.0.smithi029.stdout:2988: finishing rollback tid 0 to smithi02985406-10 2024-07-27T18:30:30.109 INFO:tasks.rados.rados.0.smithi029.stdout:2988: finishing rollback tid 1 to smithi02985406-10 2024-07-27T18:30:30.109 INFO:tasks.rados.rados.0.smithi029.stdout:2986: finishing write tid 4 to smithi02985406-37 2024-07-27T18:30:30.109 INFO:tasks.rados.rados.0.smithi029.stdout:2986: oid 37 updating version 0 to 1795 2024-07-27T18:30:30.109 INFO:tasks.rados.rados.0.smithi029.stdout:2986: oid 37 updating version 1795 to 1796 2024-07-27T18:30:30.109 INFO:tasks.rados.rados.0.smithi029.stdout:2986: oid 37 updating version 1796 to 1797 2024-07-27T18:30:30.110 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 1797 (ObjNum 929 snap 290 seq_num 929) dirty exists 2024-07-27T18:30:30.110 INFO:tasks.rados.rados.0.smithi029.stdout:2986: left oid 37 (ObjNum 929 snap 290 seq_num 929) 2024-07-27T18:30:30.112 INFO:tasks.rados.rados.0.smithi029.stdout:2988: finishing rollback tid 2 to smithi02985406-10 2024-07-27T18:30:30.112 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1801 (ObjNum 873 snap 276 seq_num 873) dirty exists 2024-07-27T18:30:30.116 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -e sha1=46c551b8a65961060d36895f89c179f4115c3147 -- bash -c 'ceph orch ps' 2024-07-27T18:30:30.369 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:30:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:30 smithi179 ceph-mon[89801]: pgmap v651: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 740 KiB/s wr, 5 op/s 2024-07-27T18:30:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:30 smithi179 ceph-mon[89801]: osdmap e658: 8 total, 8 up, 8 in 2024-07-27T18:30:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:30 smithi179 ceph-mon[89801]: from='client.44381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:30:30.492 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:30 smithi029 ceph-mon[96870]: pgmap v651: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 740 KiB/s wr, 5 op/s 2024-07-27T18:30:30.492 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:30 smithi029 ceph-mon[96870]: osdmap e658: 8 total, 8 up, 8 in 2024-07-27T18:30:30.493 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:30 smithi029 ceph-mon[96870]: from='client.44381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:30:30.493 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:30 smithi029 ceph-mon[99353]: pgmap v651: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 740 KiB/s wr, 5 op/s 2024-07-27T18:30:30.493 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:30 smithi029 ceph-mon[99353]: osdmap e658: 8 total, 8 up, 8 in 2024-07-27T18:30:30.493 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:30 smithi029 ceph-mon[99353]: from='client.44381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:30:31.090 INFO:tasks.rados.rados.0.smithi029.stdout:2986: done (2 left) 2024-07-27T18:30:31.090 INFO:tasks.rados.rados.0.smithi029.stdout:2988: done (1 left) 2024-07-27T18:30:31.090 INFO:tasks.rados.rados.0.smithi029.stdout:2989: done (0 left) 2024-07-27T18:30:31.090 INFO:tasks.rados.rados.0.smithi029.stdout:2990: delete oid 44 current snap is 291 2024-07-27T18:30:31.096 INFO:tasks.rados.rados.0.smithi029.stdout:2990: done (0 left) 2024-07-27T18:30:31.096 INFO:tasks.rados.rados.0.smithi029.stdout:2991: read oid 11 snap -1 2024-07-27T18:30:31.096 INFO:tasks.rados.rados.0.smithi029.stdout:2991: expect (ObjNum 928 snap 290 seq_num 928) 2024-07-27T18:30:31.096 INFO:tasks.rados.rados.0.smithi029.stdout:2992: copy_from oid 15 from oid 43 current snap is 291 2024-07-27T18:30:31.096 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 291 2024-07-27T18:30:31.097 INFO:tasks.rados.rados.0.smithi029.stdout:2993: seq_num 932 ranges {2539520=417792,2957312=663552,3620864=139264} 2024-07-27T18:30:31.112 INFO:tasks.rados.rados.0.smithi029.stdout:2993: writing smithi02985406-32 from 2539520 to 2957312 tid 1 2024-07-27T18:30:31.116 INFO:tasks.rados.rados.0.smithi029.stdout:2993: writing smithi02985406-32 from 2957312 to 3620864 tid 2 2024-07-27T18:30:31.118 INFO:tasks.rados.rados.0.smithi029.stdout:2993: writing smithi02985406-32 from 3620864 to 3760128 tid 3 2024-07-27T18:30:31.118 INFO:tasks.rados.rados.0.smithi029.stdout:2994: delete oid 37 current snap is 291 2024-07-27T18:30:31.118 INFO:tasks.rados.rados.0.smithi029.stdout:2991: expect (ObjNum 928 snap 290 seq_num 928) 2024-07-27T18:30:31.152 INFO:tasks.rados.rados.0.smithi029.stdout:2993: finishing write tid 1 to smithi02985406-32 2024-07-27T18:30:31.152 INFO:tasks.rados.rados.0.smithi029.stdout:2993: finishing write tid 2 to smithi02985406-32 2024-07-27T18:30:31.152 INFO:tasks.rados.rados.0.smithi029.stdout:2993: finishing write tid 3 to smithi02985406-32 2024-07-27T18:30:31.153 INFO:tasks.rados.rados.0.smithi029.stdout:2992: finishing copy_from racing read to smithi02985406-15 2024-07-27T18:30:31.153 INFO:tasks.rados.rados.0.smithi029.stdout:2993: finishing write tid 4 to smithi02985406-32 2024-07-27T18:30:31.153 INFO:tasks.rados.rados.0.smithi029.stdout:2993: finishing write tid 5 to smithi02985406-32 2024-07-27T18:30:31.153 INFO:tasks.rados.rados.0.smithi029.stdout:2993: oid 32 updating version 0 to 519 2024-07-27T18:30:31.153 INFO:tasks.rados.rados.0.smithi029.stdout:2993: oid 32 updating version 519 to 522 2024-07-27T18:30:31.153 INFO:tasks.rados.rados.0.smithi029.stdout:2993: oid 32 version 522 is already newer than 520 2024-07-27T18:30:31.154 INFO:tasks.rados.rados.0.smithi029.stdout:2993: oid 32 version 522 is already newer than 521 2024-07-27T18:30:31.154 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 522 (ObjNum 932 snap 291 seq_num 932) dirty exists 2024-07-27T18:30:31.154 INFO:tasks.rados.rados.0.smithi029.stdout:2993: left oid 32 (ObjNum 932 snap 291 seq_num 932) 2024-07-27T18:30:31.154 INFO:tasks.rados.rados.0.smithi029.stdout:2992: finishing copy_from to smithi02985406-15 2024-07-27T18:30:31.154 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 1895 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:30:31.154 INFO:tasks.rados.rados.0.smithi029.stdout:2991: done (3 left) 2024-07-27T18:30:31.154 INFO:tasks.rados.rados.0.smithi029.stdout:2992: done (2 left) 2024-07-27T18:30:31.154 INFO:tasks.rados.rados.0.smithi029.stdout:2993: done (1 left) 2024-07-27T18:30:31.154 INFO:tasks.rados.rados.0.smithi029.stdout:2994: done (0 left) 2024-07-27T18:30:31.155 INFO:tasks.rados.rados.0.smithi029.stdout:2995: setattr oid 50 current snap is 291 2024-07-27T18:30:31.155 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 29 current snap is 291 2024-07-27T18:30:31.156 INFO:tasks.rados.rados.0.smithi029.stdout:2996: seq_num 934 ranges {843776=450560,1294336=434176,1728512=368640} 2024-07-27T18:30:31.161 INFO:tasks.rados.rados.0.smithi029.stdout:2996: writing smithi02985406-29 from 843776 to 1294336 tid 1 2024-07-27T18:30:31.163 INFO:tasks.rados.rados.0.smithi029.stdout:2996: writing smithi02985406-29 from 1294336 to 1728512 tid 2 2024-07-27T18:30:31.166 INFO:tasks.rados.rados.0.smithi029.stdout:2996: writing smithi02985406-29 from 1728512 to 2097152 tid 3 2024-07-27T18:30:31.166 INFO:tasks.rados.rados.0.smithi029.stdout:2997: setattr oid 36 current snap is 291 2024-07-27T18:30:31.166 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 1444 (ObjNum 912 snap 287 seq_num 912) dirty exists 2024-07-27T18:30:31.166 INFO:tasks.rados.rados.0.smithi029.stdout:2996: finishing write tid 1 to smithi02985406-29 2024-07-27T18:30:31.168 INFO:tasks.rados.rados.0.smithi029.stdout:2995: done (2 left) 2024-07-27T18:30:31.168 INFO:tasks.rados.rados.0.smithi029.stdout:2998: rollback oid 17 current snap is 291 2024-07-27T18:30:31.168 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 17 to 281 2024-07-27T18:30:31.168 INFO:tasks.rados.rados.0.smithi029.stdout:2999: read oid 34 snap -1 2024-07-27T18:30:31.168 INFO:tasks.rados.rados.0.smithi029.stdout:2999: expect (ObjNum 918 snap 288 seq_num 918) 2024-07-27T18:30:31.168 INFO:tasks.rados.rados.0.smithi029.stdout:3000: read oid 19 snap -1 2024-07-27T18:30:31.168 INFO:tasks.rados.rados.0.smithi029.stdout:3000: expect deleted 2024-07-27T18:30:31.168 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 27 current snap is 291 2024-07-27T18:30:31.168 INFO:tasks.rados.rados.0.smithi029.stdout:3001: seq_num 935 ranges {0=466944,466944=720896,1187840=81920} 2024-07-27T18:30:31.171 INFO:tasks.rados.rados.0.smithi029.stdout:3001: writing smithi02985406-27 from 0 to 466944 tid 1 2024-07-27T18:30:31.175 INFO:tasks.rados.rados.0.smithi029.stdout:3001: writing smithi02985406-27 from 466944 to 1187840 tid 2 2024-07-27T18:30:31.176 INFO:tasks.rados.rados.0.smithi029.stdout:3001: writing smithi02985406-27 from 1187840 to 1269760 tid 3 2024-07-27T18:30:31.176 INFO:tasks.rados.rados.0.smithi029.stdout:3002: copy_from oid 38 from oid 2 current snap is 291 2024-07-27T18:30:31.176 INFO:tasks.rados.rados.0.smithi029.stdout:2996: finishing write tid 2 to smithi02985406-29 2024-07-27T18:30:31.177 INFO:tasks.rados.rados.0.smithi029.stdout:2996: finishing write tid 3 to smithi02985406-29 2024-07-27T18:30:31.177 INFO:tasks.rados.rados.0.smithi029.stdout:2996: finishing write tid 4 to smithi02985406-29 2024-07-27T18:30:31.177 INFO:tasks.rados.rados.0.smithi029.stdout:2998: finishing rollback tid 1 to smithi02985406-17 2024-07-27T18:30:31.177 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1198 (ObjNum 33 snap 0 seq_num 368909232) dirty dne 2024-07-27T18:30:31.177 INFO:tasks.rados.rados.0.smithi029.stdout:2996: finishing write tid 5 to smithi02985406-29 2024-07-27T18:30:31.177 INFO:tasks.rados.rados.0.smithi029.stdout:2996: oid 29 updating version 0 to 1349 2024-07-27T18:30:31.177 INFO:tasks.rados.rados.0.smithi029.stdout:2996: oid 29 updating version 1349 to 1351 2024-07-27T18:30:31.177 INFO:tasks.rados.rados.0.smithi029.stdout:2996: oid 29 version 1351 is already newer than 1350 2024-07-27T18:30:31.177 INFO:tasks.rados.rados.0.smithi029.stdout:2996: oid 29 updating version 1351 to 1352 2024-07-27T18:30:31.177 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1352 (ObjNum 934 snap 291 seq_num 934) dirty exists 2024-07-27T18:30:31.177 INFO:tasks.rados.rados.0.smithi029.stdout:2996: left oid 29 (ObjNum 934 snap 291 seq_num 934) 2024-07-27T18:30:31.178 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 1503 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:30:31.178 INFO:tasks.rados.rados.0.smithi029.stdout:2999: expect (ObjNum 918 snap 288 seq_num 918) 2024-07-27T18:30:31.203 INFO:tasks.rados.rados.0.smithi029.stdout:3001: finishing write tid 1 to smithi02985406-27 2024-07-27T18:30:31.203 INFO:tasks.rados.rados.0.smithi029.stdout:3001: finishing write tid 2 to smithi02985406-27 2024-07-27T18:30:31.203 INFO:tasks.rados.rados.0.smithi029.stdout:3001: finishing write tid 3 to smithi02985406-27 2024-07-27T18:30:31.203 INFO:tasks.rados.rados.0.smithi029.stdout:3001: finishing write tid 4 to smithi02985406-27 2024-07-27T18:30:31.203 INFO:tasks.rados.rados.0.smithi029.stdout:3001: finishing write tid 5 to smithi02985406-27 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:3001: oid 27 updating version 0 to 2100 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:3001: oid 27 updating version 2100 to 2101 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:3001: oid 27 updating version 2101 to 2102 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:3001: oid 27 version 2102 is already newer than 2099 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 2102 (ObjNum 935 snap 291 seq_num 935) dirty exists 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:3001: left oid 27 (ObjNum 935 snap 291 seq_num 935) 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:3002: finishing copy_from racing read to smithi02985406-38 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:3002: finishing copy_from to smithi02985406-38 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 2056 (ObjNum 869 snap 273 seq_num 869) dirty exists 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:2996: done (6 left) 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:2997: done (5 left) 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:2998: done (4 left) 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:2999: done (3 left) 2024-07-27T18:30:31.204 INFO:tasks.rados.rados.0.smithi029.stdout:3000: done (2 left) 2024-07-27T18:30:31.205 INFO:tasks.rados.rados.0.smithi029.stdout:3001: done (1 left) 2024-07-27T18:30:31.205 INFO:tasks.rados.rados.0.smithi029.stdout:3002: done (0 left) 2024-07-27T18:30:31.205 INFO:tasks.rados.rados.0.smithi029.stdout:3003: snap_remove snap 213 2024-07-27T18:30:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:31 smithi179 ceph-mon[89801]: osdmap e659: 8 total, 8 up, 8 in 2024-07-27T18:30:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:31 smithi029 ceph-mon[96870]: osdmap e659: 8 total, 8 up, 8 in 2024-07-27T18:30:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:31 smithi029 ceph-mon[99353]: osdmap e659: 8 total, 8 up, 8 in 2024-07-27T18:30:32.045 INFO:tasks.rados.rados.0.smithi029.stdout:3003: done (0 left) 2024-07-27T18:30:32.045 INFO:tasks.rados.rados.0.smithi029.stdout:3004: snap_remove snap 288 2024-07-27T18:30:32.280 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (51s) 48s ago 12m 16.1M - 0.25.0 c8568f914cd2 9a609be21b7b 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi179 *:3000 running (30s) 26s ago 12m 46.9M - 9.4.12 2bacad6d85d8 7db9d535ab09 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:mds.a smithi029 running (116s) 48s ago 13m 16.1M - 19.0.0-3645-g46c551b8 d1f7abeb237d e0daa033f603 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:mds.b smithi179 running (97s) 26s ago 13m 13.0M - 19.0.0-3645-g46c551b8 d1f7abeb237d b56ce47e4372 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi179 *:8443,9283,8765 running (7m) 26s ago 17m 442M - 19.0.0-3645-g46c551b8 d1f7abeb237d 79081c529dc9 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (8m) 48s ago 19m 518M - 19.0.0-3645-g46c551b8 d1f7abeb237d cac3be45e585 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (7m) 48s ago 19m 67.9M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d a9cab70e9016 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi179 running (6m) 26s ago 17m 56.5M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 059c6b8e5ff8 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (7m) 48s ago 17m 60.5M 2048M 19.0.0-3645-g46c551b8 d1f7abeb237d 19c544a1e0b4 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (84s) 48s ago 11m 8212k - 1.5.0 0da6a335fe13 552fd7ef5507 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi179 *:9100 running (81s) 26s ago 11m 15.2M - 1.5.0 0da6a335fe13 9dc2057dcc25 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (6m) 48s ago 17m 294M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d f8777ac80a25 2024-07-27T18:30:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (5m) 48s ago 16m 222M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cc8b7a514095 2024-07-27T18:30:32.282 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (5m) 48s ago 16m 248M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d cd34200f210b 2024-07-27T18:30:32.282 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (4m) 48s ago 15m 127M 2481M 19.0.0-3645-g46c551b8 d1f7abeb237d 4034d1c99649 2024-07-27T18:30:32.282 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi179 running (3m) 26s ago 15m 222M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6e62ebd79c14 2024-07-27T18:30:32.282 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi179 running (3m) 26s ago 15m 252M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d a5371f3565ce 2024-07-27T18:30:32.282 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi179 running (2m) 26s ago 14m 152M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d 6b7047a2e716 2024-07-27T18:30:32.282 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi179 running (2m) 26s ago 14m 183M 2480M 19.0.0-3645-g46c551b8 d1f7abeb237d e71a33cb7699 2024-07-27T18:30:32.282 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi179 *:9095 running (66s) 26s ago 12m 42.9M - 2.43.0 a07b618ecd1d c400d246d34e 2024-07-27T18:30:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:32 smithi179 ceph-mon[89801]: pgmap v654: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1.8 MiB/s rd, 240 KiB/s wr, 8 op/s 2024-07-27T18:30:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:32 smithi179 ceph-mon[89801]: osdmap e660: 8 total, 8 up, 8 in 2024-07-27T18:30:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:32 smithi179 ceph-mon[89801]: osdmap e661: 8 total, 8 up, 8 in 2024-07-27T18:30:32.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:32 smithi029 ceph-mon[99353]: pgmap v654: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1.8 MiB/s rd, 240 KiB/s wr, 8 op/s 2024-07-27T18:30:32.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:32 smithi029 ceph-mon[99353]: osdmap e660: 8 total, 8 up, 8 in 2024-07-27T18:30:32.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:32 smithi029 ceph-mon[99353]: osdmap e661: 8 total, 8 up, 8 in 2024-07-27T18:30:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:32 smithi029 ceph-mon[96870]: pgmap v654: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1.8 MiB/s rd, 240 KiB/s wr, 8 op/s 2024-07-27T18:30:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:32 smithi029 ceph-mon[96870]: osdmap e660: 8 total, 8 up, 8 in 2024-07-27T18:30:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:32 smithi029 ceph-mon[96870]: osdmap e661: 8 total, 8 up, 8 in 2024-07-27T18:30:32.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:30:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:30:32] "GET /metrics HTTP/1.1" 200 36344 "" "Prometheus/2.43.0" 2024-07-27T18:30:32.936 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -e sha1=46c551b8a65961060d36895f89c179f4115c3147 -- bash -c 'ceph versions' 2024-07-27T18:30:33.047 INFO:tasks.rados.rados.0.smithi029.stdout:3004: done (0 left) 2024-07-27T18:30:33.047 INFO:tasks.rados.rados.0.smithi029.stdout:3005: rollback oid 7 current snap is 291 2024-07-27T18:30:33.047 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 7 to 280 2024-07-27T18:30:33.047 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 291 2024-07-27T18:30:33.047 INFO:tasks.rados.rados.0.smithi029.stdout:3006: seq_num 936 ranges {0=483328,483328=655360,1138688=147456} 2024-07-27T18:30:33.050 INFO:tasks.rados.rados.0.smithi029.stdout:3006: writing smithi02985406-19 from 0 to 483328 tid 1 2024-07-27T18:30:33.054 INFO:tasks.rados.rados.0.smithi029.stdout:3006: writing smithi02985406-19 from 483328 to 1138688 tid 2 2024-07-27T18:30:33.056 INFO:tasks.rados.rados.0.smithi029.stdout:3006: writing smithi02985406-19 from 1138688 to 1286144 tid 3 2024-07-27T18:30:33.057 INFO:tasks.rados.rados.0.smithi029.stdout:3005: finishing rollback tid 0 to smithi02985406-7 2024-07-27T18:30:33.057 INFO:tasks.rados.rados.0.smithi029.stdout:3007: rollback oid 48 current snap is 291 2024-07-27T18:30:33.057 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 48 to 289 2024-07-27T18:30:33.057 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 291 2024-07-27T18:30:33.057 INFO:tasks.rados.rados.0.smithi029.stdout:3008: seq_num 937 ranges {0=499712,499712=532480,1032192=270336} 2024-07-27T18:30:33.060 INFO:tasks.rados.rados.0.smithi029.stdout:3008: writing smithi02985406-8 from 0 to 499712 tid 1 2024-07-27T18:30:33.064 INFO:tasks.rados.rados.0.smithi029.stdout:3008: writing smithi02985406-8 from 499712 to 1032192 tid 2 2024-07-27T18:30:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:3008: writing smithi02985406-8 from 1032192 to 1302528 tid 3 2024-07-27T18:30:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 291 2024-07-27T18:30:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:3005: finishing rollback tid 1 to smithi02985406-7 2024-07-27T18:30:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:3005: finishing rollback tid 2 to smithi02985406-7 2024-07-27T18:30:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 2116 (ObjNum 883 snap 279 seq_num 883) dirty exists 2024-07-27T18:30:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:3006: finishing write tid 1 to smithi02985406-19 2024-07-27T18:30:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:3006: finishing write tid 2 to smithi02985406-19 2024-07-27T18:30:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:3006: finishing write tid 3 to smithi02985406-19 2024-07-27T18:30:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:3006: finishing write tid 4 to smithi02985406-19 2024-07-27T18:30:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:3007: finishing rollback tid 0 to smithi02985406-48 2024-07-27T18:30:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:3007: finishing rollback tid 1 to smithi02985406-48 2024-07-27T18:30:33.067 INFO:tasks.rados.rados.0.smithi029.stdout:3009: seq_num 938 ranges {229376=516096,745472=417792,1163264=385024} 2024-07-27T18:30:33.071 INFO:tasks.rados.rados.0.smithi029.stdout:3009: writing smithi02985406-10 from 229376 to 745472 tid 1 2024-07-27T18:30:33.074 INFO:tasks.rados.rados.0.smithi029.stdout:3009: writing smithi02985406-10 from 745472 to 1163264 tid 2 2024-07-27T18:30:33.077 INFO:tasks.rados.rados.0.smithi029.stdout:3009: writing smithi02985406-10 from 1163264 to 1548288 tid 3 2024-07-27T18:30:33.077 INFO:tasks.rados.rados.0.smithi029.stdout:3005: done (4 left) 2024-07-27T18:30:33.077 INFO:tasks.rados.rados.0.smithi029.stdout:3010: read oid 37 snap -1 2024-07-27T18:30:33.077 INFO:tasks.rados.rados.0.smithi029.stdout:3010: expect deleted 2024-07-27T18:30:33.077 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 291 2024-07-27T18:30:33.077 INFO:tasks.rados.rados.0.smithi029.stdout:3007: finishing rollback tid 2 to smithi02985406-48 2024-07-27T18:30:33.077 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 2124 (ObjNum 905 snap 286 seq_num 905) dirty exists 2024-07-27T18:30:33.077 INFO:tasks.rados.rados.0.smithi029.stdout:3008: finishing write tid 1 to smithi02985406-8 2024-07-27T18:30:33.078 INFO:tasks.rados.rados.0.smithi029.stdout:3006: finishing write tid 5 to smithi02985406-19 2024-07-27T18:30:33.078 INFO:tasks.rados.rados.0.smithi029.stdout:3006: oid 19 updating version 0 to 1899 2024-07-27T18:30:33.078 INFO:tasks.rados.rados.0.smithi029.stdout:3006: oid 19 version 1899 is already newer than 1898 2024-07-27T18:30:33.078 INFO:tasks.rados.rados.0.smithi029.stdout:3006: oid 19 version 1899 is already newer than 1896 2024-07-27T18:30:33.078 INFO:tasks.rados.rados.0.smithi029.stdout:3006: oid 19 version 1899 is already newer than 1897 2024-07-27T18:30:33.078 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 1899 (ObjNum 936 snap 291 seq_num 936) dirty exists 2024-07-27T18:30:33.078 INFO:tasks.rados.rados.0.smithi029.stdout:3006: left oid 19 (ObjNum 936 snap 291 seq_num 936) 2024-07-27T18:30:33.078 INFO:tasks.rados.rados.0.smithi029.stdout:3008: finishing write tid 2 to smithi02985406-8 2024-07-27T18:30:33.078 INFO:tasks.rados.rados.0.smithi029.stdout:3008: finishing write tid 3 to smithi02985406-8 2024-07-27T18:30:33.078 INFO:tasks.rados.rados.0.smithi029.stdout:3008: finishing write tid 4 to smithi02985406-8 2024-07-27T18:30:33.078 INFO:tasks.rados.rados.0.smithi029.stdout:3008: finishing write tid 5 to smithi02985406-8 2024-07-27T18:30:33.078 INFO:tasks.rados.rados.0.smithi029.stdout:3008: oid 8 updating version 0 to 2141 2024-07-27T18:30:33.079 INFO:tasks.rados.rados.0.smithi029.stdout:3008: oid 8 updating version 2141 to 2142 2024-07-27T18:30:33.079 INFO:tasks.rados.rados.0.smithi029.stdout:3008: oid 8 version 2142 is already newer than 2140 2024-07-27T18:30:33.079 INFO:tasks.rados.rados.0.smithi029.stdout:3008: oid 8 updating version 2142 to 2143 2024-07-27T18:30:33.079 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 2143 (ObjNum 937 snap 291 seq_num 937) dirty exists 2024-07-27T18:30:33.079 INFO:tasks.rados.rados.0.smithi029.stdout:3008: left oid 8 (ObjNum 937 snap 291 seq_num 937) 2024-07-27T18:30:33.079 INFO:tasks.rados.rados.0.smithi029.stdout:3009: finishing write tid 1 to smithi02985406-10 2024-07-27T18:30:33.079 INFO:tasks.rados.rados.0.smithi029.stdout:3011: seq_num 939 ranges {2932736=532480,3465216=704512,4169728=98304} 2024-07-27T18:30:33.096 INFO:tasks.rados.rados.0.smithi029.stdout:3011: writing smithi02985406-7 from 2932736 to 3465216 tid 1 2024-07-27T18:30:33.100 INFO:tasks.rados.rados.0.smithi029.stdout:3011: writing smithi02985406-7 from 3465216 to 4169728 tid 2 2024-07-27T18:30:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3011: writing smithi02985406-7 from 4169728 to 4268032 tid 3 2024-07-27T18:30:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3006: done (5 left) 2024-07-27T18:30:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3007: done (4 left) 2024-07-27T18:30:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3008: done (3 left) 2024-07-27T18:30:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3012: copy_from oid 16 from oid 47 current snap is 291 2024-07-27T18:30:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3009: finishing write tid 2 to smithi02985406-10 2024-07-27T18:30:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3009: finishing write tid 3 to smithi02985406-10 2024-07-27T18:30:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3009: finishing write tid 4 to smithi02985406-10 2024-07-27T18:30:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3009: finishing write tid 5 to smithi02985406-10 2024-07-27T18:30:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3009: oid 10 updating version 0 to 1828 2024-07-27T18:30:33.103 INFO:tasks.rados.rados.0.smithi029.stdout:3009: oid 10 version 1828 is already newer than 1826 2024-07-27T18:30:33.103 INFO:tasks.rados.rados.0.smithi029.stdout:3009: oid 10 version 1828 is already newer than 1827 2024-07-27T18:30:33.103 INFO:tasks.rados.rados.0.smithi029.stdout:3009: oid 10 updating version 1828 to 1829 2024-07-27T18:30:33.103 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 1829 (ObjNum 938 snap 291 seq_num 938) dirty exists 2024-07-27T18:30:33.103 INFO:tasks.rados.rados.0.smithi029.stdout:3009: left oid 10 (ObjNum 938 snap 291 seq_num 938) 2024-07-27T18:30:33.103 INFO:tasks.rados.rados.0.smithi029.stdout:3011: finishing write tid 1 to smithi02985406-7 2024-07-27T18:30:33.103 INFO:tasks.rados.rados.0.smithi029.stdout:3009: done (3 left) 2024-07-27T18:30:33.103 INFO:tasks.rados.rados.0.smithi029.stdout:3010: done (2 left) 2024-07-27T18:30:33.103 INFO:tasks.rados.rados.0.smithi029.stdout:3013: read oid 6 snap -1 2024-07-27T18:30:33.103 INFO:tasks.rados.rados.0.smithi029.stdout:3013: expect (ObjNum 838 snap 264 seq_num 838) 2024-07-27T18:30:33.103 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 29 current snap is 291 2024-07-27T18:30:33.103 INFO:tasks.rados.rados.0.smithi029.stdout:3014: seq_num 940 ranges {2097152=548864,2646016=589824,3235840=212992} 2024-07-27T18:30:33.116 INFO:tasks.rados.rados.0.smithi029.stdout:3014: writing smithi02985406-29 from 2097152 to 2646016 tid 1 2024-07-27T18:30:33.119 INFO:tasks.rados.rados.0.smithi029.stdout:3014: writing smithi02985406-29 from 2646016 to 3235840 tid 2 2024-07-27T18:30:33.121 INFO:tasks.rados.rados.0.smithi029.stdout:3014: writing smithi02985406-29 from 3235840 to 3448832 tid 3 2024-07-27T18:30:33.121 INFO:tasks.rados.rados.0.smithi029.stdout:3015: snap_remove snap 276 2024-07-27T18:30:33.179 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:30:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:33 smithi029 ceph-mon[96870]: from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:30:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:33 smithi029 ceph-mon[96870]: osdmap e662: 8 total, 8 up, 8 in 2024-07-27T18:30:33.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:33 smithi029 ceph-mon[99353]: from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:30:33.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:33 smithi029 ceph-mon[99353]: osdmap e662: 8 total, 8 up, 8 in 2024-07-27T18:30:33.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:33 smithi179 ceph-mon[89801]: from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T18:30:33.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:33 smithi179 ceph-mon[89801]: osdmap e662: 8 total, 8 up, 8 in 2024-07-27T18:30:34.103 INFO:tasks.rados.rados.0.smithi029.stdout:3015: done (4 left) 2024-07-27T18:30:34.103 INFO:tasks.rados.rados.0.smithi029.stdout:3016: snap_remove snap 283 2024-07-27T18:30:34.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:34 smithi029 ceph-mon[96870]: pgmap v657: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 3.0 MiB/s wr, 27 op/s 2024-07-27T18:30:34.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:34 smithi029 ceph-mon[99353]: pgmap v657: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 3.0 MiB/s wr, 27 op/s 2024-07-27T18:30:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:34 smithi179 ceph-mon[89801]: pgmap v657: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 3.0 MiB/s wr, 27 op/s 2024-07-27T18:30:35.107 INFO:tasks.rados.rados.0.smithi029.stdout:3016: done (4 left) 2024-07-27T18:30:35.107 INFO:tasks.rados.rados.0.smithi029.stdout:3017: delete oid 5 current snap is 291 2024-07-27T18:30:35.107 INFO:tasks.rados.rados.0.smithi029.stdout:3011: finishing write tid 2 to smithi02985406-7 2024-07-27T18:30:35.107 INFO:tasks.rados.rados.0.smithi029.stdout:3011: finishing write tid 3 to smithi02985406-7 2024-07-27T18:30:35.107 INFO:tasks.rados.rados.0.smithi029.stdout:3011: finishing write tid 4 to smithi02985406-7 2024-07-27T18:30:35.107 INFO:tasks.rados.rados.0.smithi029.stdout:3011: finishing write tid 5 to smithi02985406-7 2024-07-27T18:30:35.107 INFO:tasks.rados.rados.0.smithi029.stdout:3011: oid 7 updating version 0 to 2126 2024-07-27T18:30:35.107 INFO:tasks.rados.rados.0.smithi029.stdout:3011: oid 7 updating version 2126 to 2127 2024-07-27T18:30:35.107 INFO:tasks.rados.rados.0.smithi029.stdout:3011: oid 7 version 2127 is already newer than 2125 2024-07-27T18:30:35.107 INFO:tasks.rados.rados.0.smithi029.stdout:3011: oid 7 updating version 2127 to 2128 2024-07-27T18:30:35.107 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 2128 (ObjNum 939 snap 291 seq_num 939) dirty exists 2024-07-27T18:30:35.107 INFO:tasks.rados.rados.0.smithi029.stdout:3011: left oid 7 (ObjNum 939 snap 291 seq_num 939) 2024-07-27T18:30:35.108 INFO:tasks.rados.rados.0.smithi029.stdout:3012: finishing copy_from racing read to smithi02985406-16 2024-07-27T18:30:35.108 INFO:tasks.rados.rados.0.smithi029.stdout:3012: finishing copy_from to smithi02985406-16 2024-07-27T18:30:35.108 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 2066 (ObjNum 911 snap 286 seq_num 911) dirty exists 2024-07-27T18:30:35.108 INFO:tasks.rados.rados.0.smithi029.stdout:3014: finishing write tid 1 to smithi02985406-29 2024-07-27T18:30:35.108 INFO:tasks.rados.rados.0.smithi029.stdout:3014: finishing write tid 2 to smithi02985406-29 2024-07-27T18:30:35.108 INFO:tasks.rados.rados.0.smithi029.stdout:3014: finishing write tid 3 to smithi02985406-29 2024-07-27T18:30:35.108 INFO:tasks.rados.rados.0.smithi029.stdout:3014: finishing write tid 4 to smithi02985406-29 2024-07-27T18:30:35.108 INFO:tasks.rados.rados.0.smithi029.stdout:3013: expect (ObjNum 838 snap 264 seq_num 838) 2024-07-27T18:30:35.169 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-07-27T18:30:35.169 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2024-07-27T18:30:35.169 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T18:30:35.169 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:30:35.169 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2024-07-27T18:30:35.169 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:30:35.169 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:30:35.169 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2024-07-27T18:30:35.169 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 8 2024-07-27T18:30:35.169 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:30:35.169 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2024-07-27T18:30:35.170 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T18:30:35.170 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-07-27T18:30:35.170 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2024-07-27T18:30:35.170 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 15 2024-07-27T18:30:35.170 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-07-27T18:30:35.170 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-07-27T18:30:35.348 INFO:tasks.rados.rados.0.smithi029.stdout:3014: finishing write tid 5 to smithi02985406-29 2024-07-27T18:30:35.348 INFO:tasks.rados.rados.0.smithi029.stdout:3014: oid 29 updating version 0 to 1356 2024-07-27T18:30:35.349 INFO:tasks.rados.rados.0.smithi029.stdout:3014: oid 29 version 1356 is already newer than 1354 2024-07-27T18:30:35.349 INFO:tasks.rados.rados.0.smithi029.stdout:3014: oid 29 version 1356 is already newer than 1355 2024-07-27T18:30:35.349 INFO:tasks.rados.rados.0.smithi029.stdout:3014: oid 29 version 1356 is already newer than 1353 2024-07-27T18:30:35.349 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1356 (ObjNum 940 snap 291 seq_num 940) dirty exists 2024-07-27T18:30:35.349 INFO:tasks.rados.rados.0.smithi029.stdout:3014: left oid 29 (ObjNum 940 snap 291 seq_num 940) 2024-07-27T18:30:35.349 INFO:tasks.rados.rados.0.smithi029.stdout:3011: done (4 left) 2024-07-27T18:30:35.349 INFO:tasks.rados.rados.0.smithi029.stdout:3012: done (3 left) 2024-07-27T18:30:35.349 INFO:tasks.rados.rados.0.smithi029.stdout:3013: done (2 left) 2024-07-27T18:30:35.349 INFO:tasks.rados.rados.0.smithi029.stdout:3014: done (1 left) 2024-07-27T18:30:35.349 INFO:tasks.rados.rados.0.smithi029.stdout:3017: done (0 left) 2024-07-27T18:30:35.349 INFO:tasks.rados.rados.0.smithi029.stdout:3018: rollback oid 41 current snap is 291 2024-07-27T18:30:35.349 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 41 to 277 2024-07-27T18:30:35.350 INFO:tasks.rados.rados.0.smithi029.stdout:3019: copy_from oid 2 from oid 3 current snap is 291 2024-07-27T18:30:35.350 INFO:tasks.rados.rados.0.smithi029.stdout:3020: delete oid 12 current snap is 291 2024-07-27T18:30:35.351 INFO:tasks.rados.rados.0.smithi029.stdout:3020: done (2 left) 2024-07-27T18:30:35.351 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 291 2024-07-27T18:30:35.351 INFO:tasks.rados.rados.0.smithi029.stdout:3021: seq_num 943 ranges {1581056=598016,2179072=688128,2867200=114688} 2024-07-27T18:30:35.362 INFO:tasks.rados.rados.0.smithi029.stdout:3021: writing smithi02985406-46 from 1581056 to 2179072 tid 1 2024-07-27T18:30:35.366 INFO:tasks.rados.rados.0.smithi029.stdout:3021: writing smithi02985406-46 from 2179072 to 2867200 tid 2 2024-07-27T18:30:35.368 INFO:tasks.rados.rados.0.smithi029.stdout:3021: writing smithi02985406-46 from 2867200 to 2981888 tid 3 2024-07-27T18:30:35.368 INFO:tasks.rados.rados.0.smithi029.stdout:3022: copy_from oid 30 from oid 25 current snap is 291 2024-07-27T18:30:35.368 INFO:tasks.rados.rados.0.smithi029.stdout:3018: finishing rollback tid 0 to smithi02985406-41 2024-07-27T18:30:35.368 INFO:tasks.rados.rados.0.smithi029.stdout:3018: finishing rollback tid 1 to smithi02985406-41 2024-07-27T18:30:35.368 INFO:tasks.rados.rados.0.smithi029.stdout:3018: finishing rollback tid 2 to smithi02985406-41 2024-07-27T18:30:35.368 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 1506 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:30:35.368 INFO:tasks.rados.rados.0.smithi029.stdout:3021: finishing write tid 1 to smithi02985406-46 2024-07-27T18:30:35.368 INFO:tasks.rados.rados.0.smithi029.stdout:3018: done (3 left) 2024-07-27T18:30:35.368 INFO:tasks.rados.rados.0.smithi029.stdout:3023: snap_remove snap 279 2024-07-27T18:30:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:35 smithi179 ceph-mon[89801]: osdmap e663: 8 total, 8 up, 8 in 2024-07-27T18:30:35.490 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:35 smithi029 ceph-mon[96870]: osdmap e663: 8 total, 8 up, 8 in 2024-07-27T18:30:35.490 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:35 smithi029 ceph-mon[99353]: osdmap e663: 8 total, 8 up, 8 in 2024-07-27T18:30:35.915 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -e sha1=46c551b8a65961060d36895f89c179f4115c3147 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-07-27T18:30:36.115 INFO:tasks.rados.rados.0.smithi029.stdout:3023: done (3 left) 2024-07-27T18:30:36.115 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 291 2024-07-27T18:30:36.115 INFO:tasks.rados.rados.0.smithi029.stdout:3022: finishing copy_from to smithi02985406-30 2024-07-27T18:30:36.115 INFO:tasks.rados.rados.0.smithi029.stdout:3022: got expected ENOENT (src dne) 2024-07-27T18:30:36.115 INFO:tasks.rados.rados.0.smithi029.stdout:3022: finishing copy_from racing read to smithi02985406-30 2024-07-27T18:30:36.115 INFO:tasks.rados.rados.0.smithi029.stdout:3021: finishing write tid 2 to smithi02985406-46 2024-07-27T18:30:36.115 INFO:tasks.rados.rados.0.smithi029.stdout:3021: finishing write tid 3 to smithi02985406-46 2024-07-27T18:30:36.115 INFO:tasks.rados.rados.0.smithi029.stdout:3021: finishing write tid 4 to smithi02985406-46 2024-07-27T18:30:36.115 INFO:tasks.rados.rados.0.smithi029.stdout:3021: finishing write tid 5 to smithi02985406-46 2024-07-27T18:30:36.115 INFO:tasks.rados.rados.0.smithi029.stdout:3021: oid 46 updating version 0 to 1622 2024-07-27T18:30:36.115 INFO:tasks.rados.rados.0.smithi029.stdout:3021: oid 46 updating version 1622 to 1624 2024-07-27T18:30:36.115 INFO:tasks.rados.rados.0.smithi029.stdout:3021: oid 46 version 1624 is already newer than 1623 2024-07-27T18:30:36.116 INFO:tasks.rados.rados.0.smithi029.stdout:3021: oid 46 updating version 1624 to 1625 2024-07-27T18:30:36.116 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1625 (ObjNum 943 snap 291 seq_num 943) dirty exists 2024-07-27T18:30:36.116 INFO:tasks.rados.rados.0.smithi029.stdout:3021: left oid 46 (ObjNum 943 snap 291 seq_num 943) 2024-07-27T18:30:36.116 INFO:tasks.rados.rados.0.smithi029.stdout:3019: finishing copy_from racing read to smithi02985406-2 2024-07-27T18:30:36.116 INFO:tasks.rados.rados.0.smithi029.stdout:3019: finishing copy_from to smithi02985406-2 2024-07-27T18:30:36.116 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 1354 (ObjNum 850 snap 265 seq_num 850) dirty exists 2024-07-27T18:30:36.116 INFO:tasks.rados.rados.0.smithi029.stdout:3024: seq_num 944 ranges {0=614400,614400=573440,1187840=229376} 2024-07-27T18:30:36.119 INFO:tasks.rados.rados.0.smithi029.stdout:3024: writing smithi02985406-26 from 0 to 614400 tid 1 2024-07-27T18:30:36.124 INFO:tasks.rados.rados.0.smithi029.stdout:3024: writing smithi02985406-26 from 614400 to 1187840 tid 2 2024-07-27T18:30:36.127 INFO:tasks.rados.rados.0.smithi029.stdout:3024: writing smithi02985406-26 from 1187840 to 1417216 tid 3 2024-07-27T18:30:36.127 INFO:tasks.rados.rados.0.smithi029.stdout:3019: done (3 left) 2024-07-27T18:30:36.127 INFO:tasks.rados.rados.0.smithi029.stdout:3021: done (2 left) 2024-07-27T18:30:36.127 INFO:tasks.rados.rados.0.smithi029.stdout:3022: done (1 left) 2024-07-27T18:30:36.127 INFO:tasks.rados.rados.0.smithi029.stdout:3025: delete oid 40 current snap is 291 2024-07-27T18:30:36.129 INFO:tasks.rados.rados.0.smithi029.stdout:3024: finishing write tid 1 to smithi02985406-26 2024-07-27T18:30:36.131 INFO:tasks.rados.rados.0.smithi029.stdout:3024: finishing write tid 2 to smithi02985406-26 2024-07-27T18:30:36.133 INFO:tasks.rados.rados.0.smithi029.stdout:3025: done (1 left) 2024-07-27T18:30:36.133 INFO:tasks.rados.rados.0.smithi029.stdout:3026: delete oid 29 current snap is 291 2024-07-27T18:30:36.133 INFO:tasks.rados.rados.0.smithi029.stdout:3024: finishing write tid 3 to smithi02985406-26 2024-07-27T18:30:36.133 INFO:tasks.rados.rados.0.smithi029.stdout:3024: finishing write tid 4 to smithi02985406-26 2024-07-27T18:30:36.136 INFO:tasks.rados.rados.0.smithi029.stdout:3024: finishing write tid 5 to smithi02985406-26 2024-07-27T18:30:36.136 INFO:tasks.rados.rados.0.smithi029.stdout:3024: oid 26 updating version 0 to 1612 2024-07-27T18:30:36.136 INFO:tasks.rados.rados.0.smithi029.stdout:3024: oid 26 updating version 1612 to 1613 2024-07-27T18:30:36.136 INFO:tasks.rados.rados.0.smithi029.stdout:3024: oid 26 updating version 1613 to 1614 2024-07-27T18:30:36.136 INFO:tasks.rados.rados.0.smithi029.stdout:3024: oid 26 updating version 1614 to 1615 2024-07-27T18:30:36.136 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 1615 (ObjNum 944 snap 291 seq_num 944) dirty exists 2024-07-27T18:30:36.136 INFO:tasks.rados.rados.0.smithi029.stdout:3024: left oid 26 (ObjNum 944 snap 291 seq_num 944) 2024-07-27T18:30:36.137 INFO:tasks.rados.rados.0.smithi029.stdout:3024: done (1 left) 2024-07-27T18:30:36.137 INFO:tasks.rados.rados.0.smithi029.stdout:3026: done (0 left) 2024-07-27T18:30:36.137 INFO:tasks.rados.rados.0.smithi029.stdout:3027: snap_remove snap 272 2024-07-27T18:30:36.145 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:30:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:36 smithi029 ceph-mon[99353]: pgmap v660: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 261 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.9 MiB/s rd, 3.8 MiB/s wr, 29 op/s 2024-07-27T18:30:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:36 smithi029 ceph-mon[99353]: osdmap e664: 8 total, 8 up, 8 in 2024-07-27T18:30:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:36 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3227436804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:36 smithi029 ceph-mon[96870]: pgmap v660: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 261 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.9 MiB/s rd, 3.8 MiB/s wr, 29 op/s 2024-07-27T18:30:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:36 smithi029 ceph-mon[96870]: osdmap e664: 8 total, 8 up, 8 in 2024-07-27T18:30:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:36 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3227436804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:36 smithi179 ceph-mon[89801]: pgmap v660: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 261 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.9 MiB/s rd, 3.8 MiB/s wr, 29 op/s 2024-07-27T18:30:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:36 smithi179 ceph-mon[89801]: osdmap e664: 8 total, 8 up, 8 in 2024-07-27T18:30:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:36 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3227436804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:37.047 INFO:tasks.rados.rados.0.smithi029.stdout:3027: done (0 left) 2024-07-27T18:30:37.048 INFO:tasks.rados.rados.0.smithi029.stdout:3028: snap_create 2024-07-27T18:30:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:37 smithi029 ceph-mon[99353]: osdmap e665: 8 total, 8 up, 8 in 2024-07-27T18:30:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:37 smithi029 ceph-mon[99353]: osdmap e666: 8 total, 8 up, 8 in 2024-07-27T18:30:37.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:37 smithi029 ceph-mon[96870]: osdmap e665: 8 total, 8 up, 8 in 2024-07-27T18:30:37.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:37 smithi029 ceph-mon[96870]: osdmap e666: 8 total, 8 up, 8 in 2024-07-27T18:30:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:37 smithi179 ceph-mon[89801]: osdmap e665: 8 total, 8 up, 8 in 2024-07-27T18:30:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:37 smithi179 ceph-mon[89801]: osdmap e666: 8 total, 8 up, 8 in 2024-07-27T18:30:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:3028: done (0 left) 2024-07-27T18:30:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:3029: rmattr oid 49 current snap is 292 2024-07-27T18:30:38.048 INFO:tasks.rados.rados.0.smithi029.stdout:3030: snap_remove snap 281 2024-07-27T18:30:38.161 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-07-27T18:30:38.161 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:38 smithi029 ceph-mon[96870]: pgmap v663: 121 pgs: 5 active+clean+snaptrim, 116 active+clean; 244 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 4.1 MiB/s wr, 17 op/s 2024-07-27T18:30:38.161 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:38 smithi029 ceph-mon[96870]: osdmap e667: 8 total, 8 up, 8 in 2024-07-27T18:30:38.161 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:38 smithi029 ceph-mon[99353]: pgmap v663: 121 pgs: 5 active+clean+snaptrim, 116 active+clean; 244 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 4.1 MiB/s wr, 17 op/s 2024-07-27T18:30:38.162 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:38 smithi029 ceph-mon[99353]: osdmap e667: 8 total, 8 up, 8 in 2024-07-27T18:30:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:38 smithi179 ceph-mon[89801]: pgmap v663: 121 pgs: 5 active+clean+snaptrim, 116 active+clean; 244 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 4.1 MiB/s wr, 17 op/s 2024-07-27T18:30:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:38 smithi179 ceph-mon[89801]: osdmap e667: 8 total, 8 up, 8 in 2024-07-27T18:30:38.850 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -e sha1=46c551b8a65961060d36895f89c179f4115c3147 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-07-27T18:30:39.050 INFO:tasks.rados.rados.0.smithi029.stdout:3030: done (1 left) 2024-07-27T18:30:39.050 INFO:tasks.rados.rados.0.smithi029.stdout:3031: rollback oid 14 current snap is 292 2024-07-27T18:30:39.050 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 14 to 291 2024-07-27T18:30:39.050 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 1626 (ObjNum 879 snap 278 seq_num 879) dirty exists 2024-07-27T18:30:39.051 INFO:tasks.rados.rados.0.smithi029.stdout:3029: done (1 left) 2024-07-27T18:30:39.051 INFO:tasks.rados.rados.0.smithi029.stdout:3032: delete oid 36 current snap is 292 2024-07-27T18:30:39.061 INFO:tasks.rados.rados.0.smithi029.stdout:3032: done (1 left) 2024-07-27T18:30:39.061 INFO:tasks.rados.rados.0.smithi029.stdout:3033: copy_from oid 1 from oid 9 current snap is 292 2024-07-27T18:30:39.062 INFO:tasks.rados.rados.0.smithi029.stdout:3034: snap_remove snap 290 2024-07-27T18:30:39.082 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:30:39.371 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:39 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1328970774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:39.371 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:30:39.371 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:39 smithi029 ceph-mon[99353]: osdmap e668: 8 total, 8 up, 8 in 2024-07-27T18:30:39.371 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:39 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1328970774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:39.371 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:30:39.371 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:39 smithi029 ceph-mon[96870]: osdmap e668: 8 total, 8 up, 8 in 2024-07-27T18:30:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:39 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1328970774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:30:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:39 smithi179 ceph-mon[89801]: osdmap e668: 8 total, 8 up, 8 in 2024-07-27T18:30:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:3034: done (2 left) 2024-07-27T18:30:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:3035: setattr oid 41 current snap is 292 2024-07-27T18:30:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:3031: finishing rollback tid 0 to smithi02985406-14 2024-07-27T18:30:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:3031: finishing rollback tid 1 to smithi02985406-14 2024-07-27T18:30:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:3031: finishing rollback tid 2 to smithi02985406-14 2024-07-27T18:30:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 1791 (ObjNum 860 snap 272 seq_num 860) dirty exists 2024-07-27T18:30:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:3033: finishing copy_from racing read to smithi02985406-1 2024-07-27T18:30:40.051 INFO:tasks.rados.rados.0.smithi029.stdout:3033: finishing copy_from to smithi02985406-1 2024-07-27T18:30:40.052 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 2103 (ObjNum 899 snap 286 seq_num 899) dirty exists 2024-07-27T18:30:40.054 INFO:tasks.rados.rados.0.smithi029.stdout:3031: done (2 left) 2024-07-27T18:30:40.054 INFO:tasks.rados.rados.0.smithi029.stdout:3033: done (1 left) 2024-07-27T18:30:40.054 INFO:tasks.rados.rados.0.smithi029.stdout:3036: snap_remove snap 263 2024-07-27T18:30:40.404 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:40 smithi029 ceph-mon[96870]: pgmap v666: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 232 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 4.6 MiB/s wr, 14 op/s 2024-07-27T18:30:40.404 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:40 smithi029 ceph-mon[96870]: osdmap e669: 8 total, 8 up, 8 in 2024-07-27T18:30:40.404 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:40 smithi029 ceph-mon[99353]: pgmap v666: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 232 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 4.6 MiB/s wr, 14 op/s 2024-07-27T18:30:40.404 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:40 smithi029 ceph-mon[99353]: osdmap e669: 8 total, 8 up, 8 in 2024-07-27T18:30:40.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:40 smithi179 ceph-mon[89801]: pgmap v666: 121 pgs: 3 active+clean+snaptrim, 118 active+clean; 232 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 4.6 MiB/s wr, 14 op/s 2024-07-27T18:30:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:40 smithi179 ceph-mon[89801]: osdmap e669: 8 total, 8 up, 8 in 2024-07-27T18:30:40.993 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)" 2024-07-27T18:30:41.052 INFO:tasks.rados.rados.0.smithi029.stdout:3036: done (1 left) 2024-07-27T18:30:41.053 INFO:tasks.rados.rados.0.smithi029.stdout:3037: delete oid 35 current snap is 292 2024-07-27T18:30:41.053 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 1508 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:30:41.061 INFO:tasks.rados.rados.0.smithi029.stdout:3035: done (1 left) 2024-07-27T18:30:41.061 INFO:tasks.rados.rados.0.smithi029.stdout:3037: done (0 left) 2024-07-27T18:30:41.061 INFO:tasks.rados.rados.0.smithi029.stdout:3038: copy_from oid 14 from oid 22 current snap is 292 2024-07-27T18:30:41.061 INFO:tasks.rados.rados.0.smithi029.stdout:3039: delete oid 40 current snap is 292 2024-07-27T18:30:41.065 INFO:tasks.rados.rados.0.smithi029.stdout:3039: done (1 left) 2024-07-27T18:30:41.066 INFO:tasks.rados.rados.0.smithi029.stdout:3040: delete oid 21 current snap is 292 2024-07-27T18:30:41.070 INFO:tasks.rados.rados.0.smithi029.stdout:3040: done (1 left) 2024-07-27T18:30:41.070 INFO:tasks.rados.rados.0.smithi029.stdout:3041: rmattr oid 28 current snap is 292 2024-07-27T18:30:41.070 INFO:tasks.rados.rados.0.smithi029.stdout:3041: done (1 left) 2024-07-27T18:30:41.070 INFO:tasks.rados.rados.0.smithi029.stdout:3042: read oid 7 snap 280 2024-07-27T18:30:41.070 INFO:tasks.rados.rados.0.smithi029.stdout:3042: expect (ObjNum 883 snap 279 seq_num 883) 2024-07-27T18:30:41.070 INFO:tasks.rados.rados.0.smithi029.stdout:3043: copy_from oid 10 from oid 36 current snap is 292 2024-07-27T18:30:41.070 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 43 current snap is 292 2024-07-27T18:30:41.070 INFO:tasks.rados.rados.0.smithi029.stdout:3044: seq_num 951 ranges {6266880=737280,7004160=614400,7618560=188416} 2024-07-27T18:30:41.108 INFO:tasks.rados.rados.0.smithi029.stdout:3044: writing smithi02985406-43 from 6266880 to 7004160 tid 1 2024-07-27T18:30:41.112 INFO:tasks.rados.rados.0.smithi029.stdout:3044: writing smithi02985406-43 from 7004160 to 7618560 tid 2 2024-07-27T18:30:41.113 INFO:tasks.rados.rados.0.smithi029.stdout:3044: writing smithi02985406-43 from 7618560 to 7806976 tid 3 2024-07-27T18:30:41.113 INFO:tasks.rados.rados.0.smithi029.stdout:3045: read oid 48 snap -1 2024-07-27T18:30:41.114 INFO:tasks.rados.rados.0.smithi029.stdout:3045: expect (ObjNum 905 snap 286 seq_num 905) 2024-07-27T18:30:41.114 INFO:tasks.rados.rados.0.smithi029.stdout:3046: snap_remove snap 277 2024-07-27T18:30:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:41 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4186052286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:41.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:41 smithi179 ceph-mon[89801]: osdmap e670: 8 total, 8 up, 8 in 2024-07-27T18:30:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:41 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4186052286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:41 smithi029 ceph-mon[96870]: osdmap e670: 8 total, 8 up, 8 in 2024-07-27T18:30:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:41 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4186052286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-07-27T18:30:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:41 smithi029 ceph-mon[99353]: osdmap e670: 8 total, 8 up, 8 in 2024-07-27T18:30:41.652 INFO:teuthology.task.sequential:In sequential, running task print... 2024-07-27T18:30:41.652 INFO:teuthology.task.print:**** done end upgrade, wait... 2024-07-27T18:30:41.652 DEBUG:teuthology.parallel:result is None 2024-07-27T18:30:42.050 INFO:tasks.rados.rados.0.smithi029.stdout:3043: finishing copy_from to smithi02985406-10 2024-07-27T18:30:42.050 INFO:tasks.rados.rados.0.smithi029.stdout:3043: got expected ENOENT (src dne) 2024-07-27T18:30:42.050 INFO:tasks.rados.rados.0.smithi029.stdout:3043: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:30:42.050 INFO:tasks.rados.rados.0.smithi029.stdout:3038: finishing copy_from racing read to smithi02985406-14 2024-07-27T18:30:42.051 INFO:tasks.rados.rados.0.smithi029.stdout:3038: finishing copy_from to smithi02985406-14 2024-07-27T18:30:42.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 999 (ObjNum 907 snap 286 seq_num 907) dirty exists 2024-07-27T18:30:42.051 INFO:tasks.rados.rados.0.smithi029.stdout:3042: expect (ObjNum 883 snap 279 seq_num 883) 2024-07-27T18:30:42.198 INFO:tasks.rados.rados.0.smithi029.stdout:3044: finishing write tid 1 to smithi02985406-43 2024-07-27T18:30:42.198 INFO:tasks.rados.rados.0.smithi029.stdout:3044: finishing write tid 2 to smithi02985406-43 2024-07-27T18:30:42.198 INFO:tasks.rados.rados.0.smithi029.stdout:3044: finishing write tid 3 to smithi02985406-43 2024-07-27T18:30:42.198 INFO:tasks.rados.rados.0.smithi029.stdout:3044: finishing write tid 4 to smithi02985406-43 2024-07-27T18:30:42.198 INFO:tasks.rados.rados.0.smithi029.stdout:3044: finishing write tid 5 to smithi02985406-43 2024-07-27T18:30:42.198 INFO:tasks.rados.rados.0.smithi029.stdout:3044: oid 43 updating version 0 to 2193 2024-07-27T18:30:42.198 INFO:tasks.rados.rados.0.smithi029.stdout:3044: oid 43 updating version 2193 to 2194 2024-07-27T18:30:42.199 INFO:tasks.rados.rados.0.smithi029.stdout:3044: oid 43 version 2194 is already newer than 2192 2024-07-27T18:30:42.199 INFO:tasks.rados.rados.0.smithi029.stdout:3044: oid 43 updating version 2194 to 2195 2024-07-27T18:30:42.199 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 2195 (ObjNum 951 snap 292 seq_num 951) dirty exists 2024-07-27T18:30:42.199 INFO:tasks.rados.rados.0.smithi029.stdout:3044: left oid 43 (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:30:42.199 INFO:tasks.rados.rados.0.smithi029.stdout:3045: expect (ObjNum 905 snap 286 seq_num 905) 2024-07-27T18:30:42.243 INFO:tasks.rados.rados.0.smithi029.stdout:3038: done (5 left) 2024-07-27T18:30:42.244 INFO:tasks.rados.rados.0.smithi029.stdout:3042: done (4 left) 2024-07-27T18:30:42.244 INFO:tasks.rados.rados.0.smithi029.stdout:3043: done (3 left) 2024-07-27T18:30:42.244 INFO:tasks.rados.rados.0.smithi029.stdout:3044: done (2 left) 2024-07-27T18:30:42.244 INFO:tasks.rados.rados.0.smithi029.stdout:3045: done (1 left) 2024-07-27T18:30:42.244 INFO:tasks.rados.rados.0.smithi029.stdout:3046: done (0 left) 2024-07-27T18:30:42.244 INFO:tasks.rados.rados.0.smithi029.stdout:3047: copy_from oid 19 from oid 31 current snap is 292 2024-07-27T18:30:42.244 INFO:tasks.rados.rados.0.smithi029.stdout:3048: read oid 40 snap 278 2024-07-27T18:30:42.244 INFO:tasks.rados.rados.0.smithi029.stdout:3048: expect deleted 2024-07-27T18:30:42.244 INFO:tasks.rados.rados.0.smithi029.stdout:3049: delete oid 25 current snap is 292 2024-07-27T18:30:42.245 INFO:tasks.rados.rados.0.smithi029.stdout:3047: finishing copy_from to smithi02985406-19 2024-07-27T18:30:42.245 INFO:tasks.rados.rados.0.smithi029.stdout:3047: got expected ENOENT (src dne) 2024-07-27T18:30:42.245 INFO:tasks.rados.rados.0.smithi029.stdout:3047: finishing copy_from racing read to smithi02985406-19 2024-07-27T18:30:42.246 INFO:tasks.rados.rados.0.smithi029.stdout:3047: done (2 left) 2024-07-27T18:30:42.246 INFO:tasks.rados.rados.0.smithi029.stdout:3048: done (1 left) 2024-07-27T18:30:42.246 INFO:tasks.rados.rados.0.smithi029.stdout:3049: done (0 left) 2024-07-27T18:30:42.246 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 292 2024-07-27T18:30:42.246 INFO:tasks.rados.rados.0.smithi029.stdout:3050: seq_num 953 ranges {0=770048,770048=786432,1556480=16384} 2024-07-27T18:30:42.250 INFO:tasks.rados.rados.0.smithi029.stdout:3050: writing smithi02985406-39 from 0 to 770048 tid 1 2024-07-27T18:30:42.255 INFO:tasks.rados.rados.0.smithi029.stdout:3050: writing smithi02985406-39 from 770048 to 1556480 tid 2 2024-07-27T18:30:42.255 INFO:tasks.rados.rados.0.smithi029.stdout:3050: writing smithi02985406-39 from 1556480 to 1572864 tid 3 2024-07-27T18:30:42.255 INFO:tasks.rados.rados.0.smithi029.stdout:3051: delete oid 7 current snap is 292 2024-07-27T18:30:42.255 INFO:tasks.rados.rados.0.smithi029.stdout:3050: finishing write tid 1 to smithi02985406-39 2024-07-27T18:30:42.257 INFO:tasks.rados.rados.0.smithi029.stdout:3051: done (1 left) 2024-07-27T18:30:42.257 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 292 2024-07-27T18:30:42.257 INFO:tasks.rados.rados.0.smithi029.stdout:3052: seq_num 955 ranges {5414912=802816,6217728=557056,6774784=245760} 2024-07-27T18:30:42.291 INFO:tasks.rados.rados.0.smithi029.stdout:3052: writing smithi02985406-6 from 5414912 to 6217728 tid 1 2024-07-27T18:30:42.294 INFO:tasks.rados.rados.0.smithi029.stdout:3052: writing smithi02985406-6 from 6217728 to 6774784 tid 2 2024-07-27T18:30:42.296 INFO:tasks.rados.rados.0.smithi029.stdout:3052: writing smithi02985406-6 from 6774784 to 7020544 tid 3 2024-07-27T18:30:42.296 INFO:tasks.rados.rados.0.smithi029.stdout:3053: delete oid 25 current snap is 292 2024-07-27T18:30:42.296 INFO:tasks.rados.rados.0.smithi029.stdout:3050: finishing write tid 2 to smithi02985406-39 2024-07-27T18:30:42.296 INFO:tasks.rados.rados.0.smithi029.stdout:3050: finishing write tid 3 to smithi02985406-39 2024-07-27T18:30:42.296 INFO:tasks.rados.rados.0.smithi029.stdout:3050: finishing write tid 4 to smithi02985406-39 2024-07-27T18:30:42.296 INFO:tasks.rados.rados.0.smithi029.stdout:3050: finishing write tid 5 to smithi02985406-39 2024-07-27T18:30:42.296 INFO:tasks.rados.rados.0.smithi029.stdout:3050: oid 39 updating version 0 to 1445 2024-07-27T18:30:42.296 INFO:tasks.rados.rados.0.smithi029.stdout:3050: oid 39 updating version 1445 to 1448 2024-07-27T18:30:42.296 INFO:tasks.rados.rados.0.smithi029.stdout:3050: oid 39 version 1448 is already newer than 1446 2024-07-27T18:30:42.296 INFO:tasks.rados.rados.0.smithi029.stdout:3050: oid 39 version 1448 is already newer than 1447 2024-07-27T18:30:42.297 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 1448 (ObjNum 953 snap 292 seq_num 953) dirty exists 2024-07-27T18:30:42.297 INFO:tasks.rados.rados.0.smithi029.stdout:3050: left oid 39 (ObjNum 953 snap 292 seq_num 953) 2024-07-27T18:30:42.297 INFO:tasks.rados.rados.0.smithi029.stdout:3052: finishing write tid 1 to smithi02985406-6 2024-07-27T18:30:42.298 INFO:tasks.rados.rados.0.smithi029.stdout:3050: done (2 left) 2024-07-27T18:30:42.298 INFO:tasks.rados.rados.0.smithi029.stdout:3053: done (1 left) 2024-07-27T18:30:42.299 INFO:tasks.rados.rados.0.smithi029.stdout:3054: snap_remove snap 289 2024-07-27T18:30:42.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:42 smithi179 ceph-mon[89801]: pgmap v669: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 232 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.3 MiB/s wr, 5 op/s 2024-07-27T18:30:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:42 smithi179 ceph-mon[89801]: osdmap e671: 8 total, 8 up, 8 in 2024-07-27T18:30:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:42 smithi029 ceph-mon[96870]: pgmap v669: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 232 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.3 MiB/s wr, 5 op/s 2024-07-27T18:30:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:42 smithi029 ceph-mon[96870]: osdmap e671: 8 total, 8 up, 8 in 2024-07-27T18:30:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:42 smithi029 ceph-mon[99353]: pgmap v669: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 232 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.3 MiB/s wr, 5 op/s 2024-07-27T18:30:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:42 smithi029 ceph-mon[99353]: osdmap e671: 8 total, 8 up, 8 in 2024-07-27T18:30:42.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:30:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:30:42] "GET /metrics HTTP/1.1" 200 36346 "" "Prometheus/2.43.0" 2024-07-27T18:30:43.135 INFO:tasks.rados.rados.0.smithi029.stdout:3052: finishing write tid 2 to smithi02985406-6 2024-07-27T18:30:43.135 INFO:tasks.rados.rados.0.smithi029.stdout:3052: finishing write tid 3 to smithi02985406-6 2024-07-27T18:30:43.135 INFO:tasks.rados.rados.0.smithi029.stdout:3052: finishing write tid 4 to smithi02985406-6 2024-07-27T18:30:43.135 INFO:tasks.rados.rados.0.smithi029.stdout:3052: finishing write tid 5 to smithi02985406-6 2024-07-27T18:30:43.135 INFO:tasks.rados.rados.0.smithi029.stdout:3052: oid 6 updating version 0 to 2106 2024-07-27T18:30:43.136 INFO:tasks.rados.rados.0.smithi029.stdout:3052: oid 6 version 2106 is already newer than 2105 2024-07-27T18:30:43.136 INFO:tasks.rados.rados.0.smithi029.stdout:3052: oid 6 updating version 2106 to 2107 2024-07-27T18:30:43.136 INFO:tasks.rados.rados.0.smithi029.stdout:3052: oid 6 version 2107 is already newer than 2104 2024-07-27T18:30:43.136 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 2107 (ObjNum 955 snap 292 seq_num 955) dirty exists 2024-07-27T18:30:43.136 INFO:tasks.rados.rados.0.smithi029.stdout:3052: left oid 6 (ObjNum 955 snap 292 seq_num 955) 2024-07-27T18:30:43.136 INFO:tasks.rados.rados.0.smithi029.stdout:3052: done (1 left) 2024-07-27T18:30:43.136 INFO:tasks.rados.rados.0.smithi029.stdout:3054: done (0 left) 2024-07-27T18:30:43.136 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 292 2024-07-27T18:30:43.136 INFO:tasks.rados.rados.0.smithi029.stdout:3055: seq_num 957 ranges {794624=434176,1228800=720896,1949696=483328} 2024-07-27T18:30:43.142 INFO:tasks.rados.rados.0.smithi029.stdout:3055: writing smithi02985406-22 from 794624 to 1228800 tid 1 2024-07-27T18:30:43.146 INFO:tasks.rados.rados.0.smithi029.stdout:3055: writing smithi02985406-22 from 1228800 to 1949696 tid 2 2024-07-27T18:30:43.150 INFO:tasks.rados.rados.0.smithi029.stdout:3055: writing smithi02985406-22 from 1949696 to 2433024 tid 3 2024-07-27T18:30:43.150 INFO:tasks.rados.rados.0.smithi029.stdout:3056: read oid 40 snap -1 2024-07-27T18:30:43.150 INFO:tasks.rados.rados.0.smithi029.stdout:3056: expect deleted 2024-07-27T18:30:43.150 INFO:tasks.rados.rados.0.smithi029.stdout:3057: rollback oid 16 current snap is 292 2024-07-27T18:30:43.150 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 16 to 291 2024-07-27T18:30:43.150 INFO:tasks.rados.rados.0.smithi029.stdout:3055: finishing write tid 1 to smithi02985406-22 2024-07-27T18:30:43.150 INFO:tasks.rados.rados.0.smithi029.stdout:3058: read oid 15 snap -1 2024-07-27T18:30:43.150 INFO:tasks.rados.rados.0.smithi029.stdout:3058: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:30:43.151 INFO:tasks.rados.rados.0.smithi029.stdout:3059: snap_create 2024-07-27T18:30:43.153 INFO:tasks.rados.rados.0.smithi029.stdout:3055: finishing write tid 2 to smithi02985406-22 2024-07-27T18:30:43.154 INFO:tasks.rados.rados.0.smithi029.stdout:3057: finishing rollback tid 0 to smithi02985406-16 2024-07-27T18:30:43.155 INFO:tasks.rados.rados.0.smithi029.stdout:3057: finishing rollback tid 1 to smithi02985406-16 2024-07-27T18:30:43.155 INFO:tasks.rados.rados.0.smithi029.stdout:3057: finishing rollback tid 2 to smithi02985406-16 2024-07-27T18:30:43.155 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 2069 (ObjNum 911 snap 286 seq_num 911) dirty exists 2024-07-27T18:30:43.156 INFO:tasks.rados.rados.0.smithi029.stdout:3055: finishing write tid 3 to smithi02985406-22 2024-07-27T18:30:43.156 INFO:tasks.rados.rados.0.smithi029.stdout:3055: finishing write tid 4 to smithi02985406-22 2024-07-27T18:30:43.158 INFO:tasks.rados.rados.0.smithi029.stdout:3055: finishing write tid 5 to smithi02985406-22 2024-07-27T18:30:43.158 INFO:tasks.rados.rados.0.smithi029.stdout:3055: oid 22 updating version 0 to 1002 2024-07-27T18:30:43.158 INFO:tasks.rados.rados.0.smithi029.stdout:3055: oid 22 version 1002 is already newer than 1000 2024-07-27T18:30:43.158 INFO:tasks.rados.rados.0.smithi029.stdout:3055: oid 22 updating version 1002 to 1003 2024-07-27T18:30:43.158 INFO:tasks.rados.rados.0.smithi029.stdout:3055: oid 22 version 1003 is already newer than 1001 2024-07-27T18:30:43.158 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 1003 (ObjNum 957 snap 292 seq_num 957) dirty exists 2024-07-27T18:30:43.158 INFO:tasks.rados.rados.0.smithi029.stdout:3055: left oid 22 (ObjNum 957 snap 292 seq_num 957) 2024-07-27T18:30:43.179 INFO:tasks.rados.rados.0.smithi029.stdout:3058: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:30:44.140 INFO:tasks.rados.rados.0.smithi029.stdout:3055: done (4 left) 2024-07-27T18:30:44.140 INFO:tasks.rados.rados.0.smithi029.stdout:3056: done (3 left) 2024-07-27T18:30:44.141 INFO:tasks.rados.rados.0.smithi029.stdout:3057: done (2 left) 2024-07-27T18:30:44.141 INFO:tasks.rados.rados.0.smithi029.stdout:3058: done (1 left) 2024-07-27T18:30:44.141 INFO:tasks.rados.rados.0.smithi029.stdout:3059: done (0 left) 2024-07-27T18:30:44.141 INFO:tasks.rados.rados.0.smithi029.stdout:3060: read oid 33 snap -1 2024-07-27T18:30:44.141 INFO:tasks.rados.rados.0.smithi029.stdout:3060: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:30:44.141 INFO:tasks.rados.rados.0.smithi029.stdout:3061: setattr oid 39 current snap is 293 2024-07-27T18:30:44.141 INFO:tasks.rados.rados.0.smithi029.stdout:3062: snap_create 2024-07-27T18:30:44.144 INFO:tasks.rados.rados.0.smithi029.stdout:3060: expect (ObjNum 723 snap 222 seq_num 723) 2024-07-27T18:30:44.149 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 1449 (ObjNum 953 snap 292 seq_num 953) dirty exists 2024-07-27T18:30:44.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:44 smithi179 ceph-mon[89801]: pgmap v672: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 219 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 732 KiB/s wr, 5 op/s 2024-07-27T18:30:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:44 smithi179 ceph-mon[89801]: osdmap e672: 8 total, 8 up, 8 in 2024-07-27T18:30:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:44 smithi029 ceph-mon[96870]: pgmap v672: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 219 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 732 KiB/s wr, 5 op/s 2024-07-27T18:30:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:44 smithi029 ceph-mon[96870]: osdmap e672: 8 total, 8 up, 8 in 2024-07-27T18:30:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:44 smithi029 ceph-mon[99353]: pgmap v672: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 219 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 732 KiB/s wr, 5 op/s 2024-07-27T18:30:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:44 smithi029 ceph-mon[99353]: osdmap e672: 8 total, 8 up, 8 in 2024-07-27T18:30:45.145 INFO:tasks.rados.rados.0.smithi029.stdout:3060: done (2 left) 2024-07-27T18:30:45.145 INFO:tasks.rados.rados.0.smithi029.stdout:3061: done (1 left) 2024-07-27T18:30:45.145 INFO:tasks.rados.rados.0.smithi029.stdout:3062: done (0 left) 2024-07-27T18:30:45.145 INFO:tasks.rados.rados.0.smithi029.stdout:3063: delete oid 28 current snap is 294 2024-07-27T18:30:45.152 INFO:tasks.rados.rados.0.smithi029.stdout:3063: done (0 left) 2024-07-27T18:30:45.152 INFO:tasks.rados.rados.0.smithi029.stdout:3064: delete oid 19 current snap is 294 2024-07-27T18:30:45.156 INFO:tasks.rados.rados.0.smithi029.stdout:3064: done (0 left) 2024-07-27T18:30:45.156 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 294 2024-07-27T18:30:45.156 INFO:tasks.rados.rados.0.smithi029.stdout:3065: seq_num 960 ranges {14745600=483328,15228928=425984,15654912=761856,16416768=16384} 2024-07-27T18:30:45.239 INFO:tasks.rados.rados.0.smithi029.stdout:3065: writing smithi02985406-18 from 14745600 to 15228928 tid 1 2024-07-27T18:30:45.242 INFO:tasks.rados.rados.0.smithi029.stdout:3065: writing smithi02985406-18 from 15228928 to 15654912 tid 2 2024-07-27T18:30:45.246 INFO:tasks.rados.rados.0.smithi029.stdout:3065: writing smithi02985406-18 from 15654912 to 16416768 tid 3 2024-07-27T18:30:45.246 INFO:tasks.rados.rados.0.smithi029.stdout:3065: writing smithi02985406-18 from 16416768 to 16433152 tid 4 2024-07-27T18:30:45.246 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 14 current snap is 294 2024-07-27T18:30:45.246 INFO:tasks.rados.rados.0.smithi029.stdout:3065: finishing write tid 1 to smithi02985406-18 2024-07-27T18:30:45.246 INFO:tasks.rados.rados.0.smithi029.stdout:3065: finishing write tid 2 to smithi02985406-18 2024-07-27T18:30:45.246 INFO:tasks.rados.rados.0.smithi029.stdout:3066: seq_num 961 ranges {794624=499712,1294336=712704,2007040=491520} 2024-07-27T18:30:45.253 INFO:tasks.rados.rados.0.smithi029.stdout:3066: writing smithi02985406-14 from 794624 to 1294336 tid 1 2024-07-27T18:30:45.257 INFO:tasks.rados.rados.0.smithi029.stdout:3066: writing smithi02985406-14 from 1294336 to 2007040 tid 2 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:3066: writing smithi02985406-14 from 2007040 to 2498560 tid 3 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:3067: delete oid 35 current snap is 294 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:3065: finishing write tid 3 to smithi02985406-18 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:3065: finishing write tid 4 to smithi02985406-18 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:3065: finishing write tid 5 to smithi02985406-18 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:3065: finishing write tid 6 to smithi02985406-18 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:3065: oid 18 updating version 0 to 2197 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:3065: oid 18 version 2197 is already newer than 2196 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:3065: oid 18 updating version 2197 to 2198 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:3065: oid 18 version 2198 is already newer than 2195 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:3065: oid 18 updating version 2198 to 2199 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2199 (ObjNum 960 snap 294 seq_num 960) dirty exists 2024-07-27T18:30:45.261 INFO:tasks.rados.rados.0.smithi029.stdout:3065: left oid 18 (ObjNum 960 snap 294 seq_num 960) 2024-07-27T18:30:45.262 INFO:tasks.rados.rados.0.smithi029.stdout:3066: finishing write tid 1 to smithi02985406-14 2024-07-27T18:30:45.262 INFO:tasks.rados.rados.0.smithi029.stdout:3066: finishing write tid 2 to smithi02985406-14 2024-07-27T18:30:45.262 INFO:tasks.rados.rados.0.smithi029.stdout:3065: done (2 left) 2024-07-27T18:30:45.262 INFO:tasks.rados.rados.0.smithi029.stdout:3067: done (1 left) 2024-07-27T18:30:45.262 INFO:tasks.rados.rados.0.smithi029.stdout:3068: setattr oid 35 current snap is 294 2024-07-27T18:30:45.263 INFO:tasks.rados.rados.0.smithi029.stdout:3069: copy_from oid 26 from oid 1 current snap is 294 2024-07-27T18:30:45.263 INFO:tasks.rados.rados.0.smithi029.stdout:3070: copy_from oid 17 from oid 29 current snap is 294 2024-07-27T18:30:45.263 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 27 current snap is 294 2024-07-27T18:30:45.264 INFO:tasks.rados.rados.0.smithi029.stdout:3071: seq_num 963 ranges {1269760=532480,1802240=475136,2277376=532480,2809856=196608} 2024-07-27T18:30:45.273 INFO:tasks.rados.rados.0.smithi029.stdout:3071: writing smithi02985406-27 from 1269760 to 1802240 tid 1 2024-07-27T18:30:45.276 INFO:tasks.rados.rados.0.smithi029.stdout:3071: writing smithi02985406-27 from 1802240 to 2277376 tid 2 2024-07-27T18:30:45.280 INFO:tasks.rados.rados.0.smithi029.stdout:3071: writing smithi02985406-27 from 2277376 to 2809856 tid 3 2024-07-27T18:30:45.281 INFO:tasks.rados.rados.0.smithi029.stdout:3071: writing smithi02985406-27 from 2809856 to 3006464 tid 4 2024-07-27T18:30:45.281 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 294 2024-07-27T18:30:45.281 INFO:tasks.rados.rados.0.smithi029.stdout:3066: finishing write tid 3 to smithi02985406-14 2024-07-27T18:30:45.282 INFO:tasks.rados.rados.0.smithi029.stdout:3072: seq_num 964 ranges {7102464=548864,7651328=761856,8413184=442368} 2024-07-27T18:30:45.323 INFO:tasks.rados.rados.0.smithi029.stdout:3072: writing smithi02985406-2 from 7102464 to 7651328 tid 1 2024-07-27T18:30:45.327 INFO:tasks.rados.rados.0.smithi029.stdout:3072: writing smithi02985406-2 from 7651328 to 8413184 tid 2 2024-07-27T18:30:45.331 INFO:tasks.rados.rados.0.smithi029.stdout:3072: writing smithi02985406-2 from 8413184 to 8855552 tid 3 2024-07-27T18:30:45.331 INFO:tasks.rados.rados.0.smithi029.stdout:3073: read oid 9 snap -1 2024-07-27T18:30:45.331 INFO:tasks.rados.rados.0.smithi029.stdout:3073: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:30:45.331 INFO:tasks.rados.rados.0.smithi029.stdout:3074: rollback oid 45 current snap is 294 2024-07-27T18:30:45.331 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 45 to 278 2024-07-27T18:30:45.331 INFO:tasks.rados.rados.0.smithi029.stdout:3066: finishing write tid 4 to smithi02985406-14 2024-07-27T18:30:45.331 INFO:tasks.rados.rados.0.smithi029.stdout:3070: finishing copy_from to smithi02985406-17 2024-07-27T18:30:45.331 INFO:tasks.rados.rados.0.smithi029.stdout:3070: got expected ENOENT (src dne) 2024-07-27T18:30:45.331 INFO:tasks.rados.rados.0.smithi029.stdout:3070: finishing copy_from racing read to smithi02985406-17 2024-07-27T18:30:45.331 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 1004 (ObjNum 273 snap 0 seq_num 0) dirty exists 2024-07-27T18:30:45.332 INFO:tasks.rados.rados.0.smithi029.stdout:3066: finishing write tid 5 to smithi02985406-14 2024-07-27T18:30:45.332 INFO:tasks.rados.rados.0.smithi029.stdout:3066: oid 14 updating version 0 to 1794 2024-07-27T18:30:45.332 INFO:tasks.rados.rados.0.smithi029.stdout:3066: oid 14 version 1794 is already newer than 1793 2024-07-27T18:30:45.332 INFO:tasks.rados.rados.0.smithi029.stdout:3066: oid 14 updating version 1794 to 1795 2024-07-27T18:30:45.332 INFO:tasks.rados.rados.0.smithi029.stdout:3066: oid 14 version 1795 is already newer than 1792 2024-07-27T18:30:45.332 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 1795 (ObjNum 961 snap 294 seq_num 961) dirty exists 2024-07-27T18:30:45.332 INFO:tasks.rados.rados.0.smithi029.stdout:3066: left oid 14 (ObjNum 961 snap 294 seq_num 961) 2024-07-27T18:30:45.334 INFO:tasks.rados.rados.0.smithi029.stdout:3069: finishing copy_from racing read to smithi02985406-26 2024-07-27T18:30:45.334 INFO:tasks.rados.rados.0.smithi029.stdout:3069: finishing copy_from to smithi02985406-26 2024-07-27T18:30:45.334 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 2103 (ObjNum 899 snap 286 seq_num 899) dirty exists 2024-07-27T18:30:45.334 INFO:tasks.rados.rados.0.smithi029.stdout:3071: finishing write tid 1 to smithi02985406-27 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3066: done (7 left) 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3068: done (6 left) 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3069: done (5 left) 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3070: done (4 left) 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3075: read oid 8 snap -1 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3075: expect (ObjNum 937 snap 291 seq_num 937) 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3076: read oid 28 snap -1 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3076: expect deleted 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3077: read oid 23 snap -1 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3077: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3078: read oid 46 snap -1 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3078: expect (ObjNum 943 snap 291 seq_num 943) 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3079: copy_from oid 42 from oid 34 current snap is 294 2024-07-27T18:30:45.335 INFO:tasks.rados.rados.0.smithi029.stdout:3071: finishing write tid 2 to smithi02985406-27 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3071: finishing write tid 3 to smithi02985406-27 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3071: finishing write tid 4 to smithi02985406-27 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3071: finishing write tid 5 to smithi02985406-27 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3071: finishing write tid 6 to smithi02985406-27 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3071: oid 27 updating version 0 to 2217 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3071: oid 27 updating version 2217 to 2220 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3071: oid 27 updating version 2220 to 2221 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3071: oid 27 version 2221 is already newer than 2218 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3071: oid 27 version 2221 is already newer than 2219 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 2221 (ObjNum 963 snap 294 seq_num 963) dirty exists 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3071: left oid 27 (ObjNum 963 snap 294 seq_num 963) 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3072: finishing write tid 1 to smithi02985406-2 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3071: done (8 left) 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3080: read oid 1 snap 284 2024-07-27T18:30:45.336 INFO:tasks.rados.rados.0.smithi029.stdout:3080: expect deleted 2024-07-27T18:30:45.337 INFO:tasks.rados.rados.0.smithi029.stdout:3081: read oid 27 snap -1 2024-07-27T18:30:45.337 INFO:tasks.rados.rados.0.smithi029.stdout:3081: expect (ObjNum 963 snap 294 seq_num 963) 2024-07-27T18:30:45.337 INFO:tasks.rados.rados.0.smithi029.stdout:3082: copy_from oid 30 from oid 15 current snap is 294 2024-07-27T18:30:45.337 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 294 2024-07-27T18:30:45.337 INFO:tasks.rados.rados.0.smithi029.stdout:3083: seq_num 965 ranges {0=565248,565248=647168,1212416=548864,1761280=8192} 2024-07-27T18:30:45.337 INFO:tasks.rados.rados.0.smithi029.stdout:3083: writing smithi02985406-13 from 0 to 565248 tid 1 2024-07-27T18:30:45.339 INFO:tasks.rados.rados.0.smithi029.stdout:3083: writing smithi02985406-13 from 565248 to 1212416 tid 2 2024-07-27T18:30:45.343 INFO:tasks.rados.rados.0.smithi029.stdout:3083: writing smithi02985406-13 from 1212416 to 1761280 tid 3 2024-07-27T18:30:45.343 INFO:tasks.rados.rados.0.smithi029.stdout:3083: writing smithi02985406-13 from 1761280 to 1769472 tid 4 2024-07-27T18:30:45.343 INFO:tasks.rados.rados.0.smithi029.stdout:3084: rmattr oid 19 current snap is 294 2024-07-27T18:30:45.343 INFO:tasks.rados.rados.0.smithi029.stdout:3084: done (12 left) 2024-07-27T18:30:45.343 INFO:tasks.rados.rados.0.smithi029.stdout:3085: snap_remove snap 280 2024-07-27T18:30:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:45 smithi179 ceph-mon[89801]: osdmap e673: 8 total, 8 up, 8 in 2024-07-27T18:30:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:45 smithi029 ceph-mon[96870]: osdmap e673: 8 total, 8 up, 8 in 2024-07-27T18:30:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:45 smithi029 ceph-mon[99353]: osdmap e673: 8 total, 8 up, 8 in 2024-07-27T18:30:46.152 INFO:tasks.rados.rados.0.smithi029.stdout:3077: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:30:46.154 INFO:tasks.rados.rados.0.smithi029.stdout:3073: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:30:46.185 INFO:tasks.rados.rados.0.smithi029.stdout:3072: finishing write tid 2 to smithi02985406-2 2024-07-27T18:30:46.185 INFO:tasks.rados.rados.0.smithi029.stdout:3072: finishing write tid 3 to smithi02985406-2 2024-07-27T18:30:46.186 INFO:tasks.rados.rados.0.smithi029.stdout:3072: finishing write tid 4 to smithi02985406-2 2024-07-27T18:30:46.186 INFO:tasks.rados.rados.0.smithi029.stdout:3073: done (12 left) 2024-07-27T18:30:46.186 INFO:tasks.rados.rados.0.smithi029.stdout:3077: done (11 left) 2024-07-27T18:30:46.186 INFO:tasks.rados.rados.0.smithi029.stdout:3080: done (10 left) 2024-07-27T18:30:46.186 INFO:tasks.rados.rados.0.smithi029.stdout:3085: done (9 left) 2024-07-27T18:30:46.186 INFO:tasks.rados.rados.0.smithi029.stdout:3086: snap_remove snap 293 2024-07-27T18:30:46.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:46 smithi179 ceph-mon[89801]: pgmap v675: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 185 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2024-07-27T18:30:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:46 smithi179 ceph-mon[89801]: osdmap e674: 8 total, 8 up, 8 in 2024-07-27T18:30:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:46 smithi029 ceph-mon[96870]: pgmap v675: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 185 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2024-07-27T18:30:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:46 smithi029 ceph-mon[96870]: osdmap e674: 8 total, 8 up, 8 in 2024-07-27T18:30:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:46 smithi029 ceph-mon[99353]: pgmap v675: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 185 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2024-07-27T18:30:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:46 smithi029 ceph-mon[99353]: osdmap e674: 8 total, 8 up, 8 in 2024-07-27T18:30:47.050 INFO:tasks.rados.rados.0.smithi029.stdout:3086: done (9 left) 2024-07-27T18:30:47.051 INFO:tasks.rados.rados.0.smithi029.stdout:3087: read oid 6 snap 291 2024-07-27T18:30:47.051 INFO:tasks.rados.rados.0.smithi029.stdout:3087: expect (ObjNum 838 snap 264 seq_num 838) 2024-07-27T18:30:47.051 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 294 2024-07-27T18:30:47.051 INFO:tasks.rados.rados.0.smithi029.stdout:3074: finishing rollback tid 1 to smithi02985406-45 2024-07-27T18:30:47.051 INFO:tasks.rados.rados.0.smithi029.stdout:3074: finishing rollback tid 2 to smithi02985406-45 2024-07-27T18:30:47.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 1797 (ObjNum 161 snap 0 seq_num 1) dirty exists 2024-07-27T18:30:47.051 INFO:tasks.rados.rados.0.smithi029.stdout:3079: finishing copy_from racing read to smithi02985406-42 2024-07-27T18:30:47.051 INFO:tasks.rados.rados.0.smithi029.stdout:3079: finishing copy_from to smithi02985406-42 2024-07-27T18:30:47.051 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 1626 (ObjNum 918 snap 288 seq_num 918) dirty exists 2024-07-27T18:30:47.051 INFO:tasks.rados.rados.0.smithi029.stdout:3075: expect (ObjNum 937 snap 291 seq_num 937) 2024-07-27T18:30:47.091 INFO:tasks.rados.rados.0.smithi029.stdout:3088: seq_num 966 ranges {0=581632,581632=581632,1163264=622592} 2024-07-27T18:30:47.094 INFO:tasks.rados.rados.0.smithi029.stdout:3088: writing smithi02985406-35 from 0 to 581632 tid 1 2024-07-27T18:30:47.097 INFO:tasks.rados.rados.0.smithi029.stdout:3088: writing smithi02985406-35 from 581632 to 1163264 tid 2 2024-07-27T18:30:47.101 INFO:tasks.rados.rados.0.smithi029.stdout:3088: writing smithi02985406-35 from 1163264 to 1785856 tid 3 2024-07-27T18:30:47.101 INFO:tasks.rados.rados.0.smithi029.stdout:3074: done (10 left) 2024-07-27T18:30:47.101 INFO:tasks.rados.rados.0.smithi029.stdout:3075: done (9 left) 2024-07-27T18:30:47.101 INFO:tasks.rados.rados.0.smithi029.stdout:3076: done (8 left) 2024-07-27T18:30:47.101 INFO:tasks.rados.rados.0.smithi029.stdout:3079: done (7 left) 2024-07-27T18:30:47.102 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 294 2024-07-27T18:30:47.102 INFO:tasks.rados.rados.0.smithi029.stdout:3089: seq_num 967 ranges {1548288=598016,2146304=466944,2613248=516096,3129344=221184} 2024-07-27T18:30:47.113 INFO:tasks.rados.rados.0.smithi029.stdout:3089: writing smithi02985406-10 from 1548288 to 2146304 tid 1 2024-07-27T18:30:47.115 INFO:tasks.rados.rados.0.smithi029.stdout:3089: writing smithi02985406-10 from 2146304 to 2613248 tid 2 2024-07-27T18:30:47.118 INFO:tasks.rados.rados.0.smithi029.stdout:3089: writing smithi02985406-10 from 2613248 to 3129344 tid 3 2024-07-27T18:30:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:3089: writing smithi02985406-10 from 3129344 to 3350528 tid 4 2024-07-27T18:30:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 294 2024-07-27T18:30:47.120 INFO:tasks.rados.rados.0.smithi029.stdout:3078: expect (ObjNum 943 snap 291 seq_num 943) 2024-07-27T18:30:47.233 INFO:tasks.rados.rados.0.smithi029.stdout:3083: finishing write tid 1 to smithi02985406-13 2024-07-27T18:30:47.233 INFO:tasks.rados.rados.0.smithi029.stdout:3083: finishing write tid 2 to smithi02985406-13 2024-07-27T18:30:47.233 INFO:tasks.rados.rados.0.smithi029.stdout:3072: finishing write tid 5 to smithi02985406-2 2024-07-27T18:30:47.233 INFO:tasks.rados.rados.0.smithi029.stdout:3072: oid 2 updating version 0 to 2225 2024-07-27T18:30:47.233 INFO:tasks.rados.rados.0.smithi029.stdout:3072: oid 2 updating version 2225 to 2226 2024-07-27T18:30:47.234 INFO:tasks.rados.rados.0.smithi029.stdout:3072: oid 2 version 2226 is already newer than 2224 2024-07-27T18:30:47.234 INFO:tasks.rados.rados.0.smithi029.stdout:3072: oid 2 version 2226 is already newer than 2223 2024-07-27T18:30:47.234 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2226 (ObjNum 964 snap 294 seq_num 964) dirty exists 2024-07-27T18:30:47.234 INFO:tasks.rados.rados.0.smithi029.stdout:3072: left oid 2 (ObjNum 964 snap 294 seq_num 964) 2024-07-27T18:30:47.234 INFO:tasks.rados.rados.0.smithi029.stdout:3081: expect (ObjNum 963 snap 294 seq_num 963) 2024-07-27T18:30:47.335 INFO:tasks.rados.rados.0.smithi029.stdout:3083: finishing write tid 3 to smithi02985406-13 2024-07-27T18:30:47.335 INFO:tasks.rados.rados.0.smithi029.stdout:3083: finishing write tid 4 to smithi02985406-13 2024-07-27T18:30:47.335 INFO:tasks.rados.rados.0.smithi029.stdout:3083: finishing write tid 5 to smithi02985406-13 2024-07-27T18:30:47.335 INFO:tasks.rados.rados.0.smithi029.stdout:3083: finishing write tid 6 to smithi02985406-13 2024-07-27T18:30:47.335 INFO:tasks.rados.rados.0.smithi029.stdout:3083: oid 13 updating version 0 to 2231 2024-07-27T18:30:47.335 INFO:tasks.rados.rados.0.smithi029.stdout:3083: oid 13 version 2231 is already newer than 2227 2024-07-27T18:30:47.335 INFO:tasks.rados.rados.0.smithi029.stdout:3083: oid 13 version 2231 is already newer than 2229 2024-07-27T18:30:47.335 INFO:tasks.rados.rados.0.smithi029.stdout:3083: oid 13 version 2231 is already newer than 2228 2024-07-27T18:30:47.335 INFO:tasks.rados.rados.0.smithi029.stdout:3083: oid 13 version 2231 is already newer than 2230 2024-07-27T18:30:47.336 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 2231 (ObjNum 965 snap 294 seq_num 965) dirty exists 2024-07-27T18:30:47.336 INFO:tasks.rados.rados.0.smithi029.stdout:3083: left oid 13 (ObjNum 965 snap 294 seq_num 965) 2024-07-27T18:30:47.336 INFO:tasks.rados.rados.0.smithi029.stdout:3082: finishing copy_from racing read to smithi02985406-30 2024-07-27T18:30:47.336 INFO:tasks.rados.rados.0.smithi029.stdout:3082: finishing copy_from to smithi02985406-30 2024-07-27T18:30:47.336 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1895 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:30:47.336 INFO:tasks.rados.rados.0.smithi029.stdout:3090: seq_num 968 ranges {1359872=614400,1974272=745472,2719744=458752} 2024-07-27T18:30:47.345 INFO:tasks.rados.rados.0.smithi029.stdout:3090: writing smithi02985406-48 from 1359872 to 1974272 tid 1 2024-07-27T18:30:47.349 INFO:tasks.rados.rados.0.smithi029.stdout:3090: writing smithi02985406-48 from 1974272 to 2719744 tid 2 2024-07-27T18:30:47.352 INFO:tasks.rados.rados.0.smithi029.stdout:3090: writing smithi02985406-48 from 2719744 to 3178496 tid 3 2024-07-27T18:30:47.352 INFO:tasks.rados.rados.0.smithi029.stdout:3072: done (8 left) 2024-07-27T18:30:47.352 INFO:tasks.rados.rados.0.smithi029.stdout:3078: done (7 left) 2024-07-27T18:30:47.352 INFO:tasks.rados.rados.0.smithi029.stdout:3081: done (6 left) 2024-07-27T18:30:47.352 INFO:tasks.rados.rados.0.smithi029.stdout:3082: done (5 left) 2024-07-27T18:30:47.352 INFO:tasks.rados.rados.0.smithi029.stdout:3083: done (4 left) 2024-07-27T18:30:47.352 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 294 2024-07-27T18:30:47.353 INFO:tasks.rados.rados.0.smithi029.stdout:3091: seq_num 969 ranges {7102464=638976,7741440=630784,8372224=532480,8904704=40960} 2024-07-27T18:30:47.394 INFO:tasks.rados.rados.0.smithi029.stdout:3091: writing smithi02985406-3 from 7102464 to 7741440 tid 1 2024-07-27T18:30:47.397 INFO:tasks.rados.rados.0.smithi029.stdout:3091: writing smithi02985406-3 from 7741440 to 8372224 tid 2 2024-07-27T18:30:47.400 INFO:tasks.rados.rados.0.smithi029.stdout:3091: writing smithi02985406-3 from 8372224 to 8904704 tid 3 2024-07-27T18:30:47.401 INFO:tasks.rados.rados.0.smithi029.stdout:3091: writing smithi02985406-3 from 8904704 to 8945664 tid 4 2024-07-27T18:30:47.401 INFO:tasks.rados.rados.0.smithi029.stdout:3087: expect (ObjNum 838 snap 264 seq_num 838) 2024-07-27T18:30:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:47 smithi179 ceph-mon[89801]: osdmap e675: 8 total, 8 up, 8 in 2024-07-27T18:30:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:47 smithi179 ceph-mon[89801]: osdmap e676: 8 total, 8 up, 8 in 2024-07-27T18:30:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:47 smithi029 ceph-mon[96870]: osdmap e675: 8 total, 8 up, 8 in 2024-07-27T18:30:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:47 smithi029 ceph-mon[96870]: osdmap e676: 8 total, 8 up, 8 in 2024-07-27T18:30:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:47 smithi029 ceph-mon[99353]: osdmap e675: 8 total, 8 up, 8 in 2024-07-27T18:30:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:47 smithi029 ceph-mon[99353]: osdmap e676: 8 total, 8 up, 8 in 2024-07-27T18:30:47.622 INFO:tasks.rados.rados.0.smithi029.stdout:3088: finishing write tid 1 to smithi02985406-35 2024-07-27T18:30:47.623 INFO:tasks.rados.rados.0.smithi029.stdout:3088: finishing write tid 2 to smithi02985406-35 2024-07-27T18:30:47.623 INFO:tasks.rados.rados.0.smithi029.stdout:3088: finishing write tid 3 to smithi02985406-35 2024-07-27T18:30:47.623 INFO:tasks.rados.rados.0.smithi029.stdout:3088: finishing write tid 4 to smithi02985406-35 2024-07-27T18:30:47.623 INFO:tasks.rados.rados.0.smithi029.stdout:3088: finishing write tid 5 to smithi02985406-35 2024-07-27T18:30:47.623 INFO:tasks.rados.rados.0.smithi029.stdout:3088: oid 35 updating version 0 to 1005 2024-07-27T18:30:47.623 INFO:tasks.rados.rados.0.smithi029.stdout:3088: oid 35 updating version 1005 to 1008 2024-07-27T18:30:47.623 INFO:tasks.rados.rados.0.smithi029.stdout:3088: oid 35 version 1008 is already newer than 1006 2024-07-27T18:30:47.623 INFO:tasks.rados.rados.0.smithi029.stdout:3088: oid 35 version 1008 is already newer than 1007 2024-07-27T18:30:47.623 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 1008 (ObjNum 966 snap 294 seq_num 966) dirty exists 2024-07-27T18:30:47.623 INFO:tasks.rados.rados.0.smithi029.stdout:3088: left oid 35 (ObjNum 966 snap 294 seq_num 966) 2024-07-27T18:30:47.623 INFO:tasks.rados.rados.0.smithi029.stdout:3089: finishing write tid 1 to smithi02985406-10 2024-07-27T18:30:47.623 INFO:tasks.rados.rados.0.smithi029.stdout:3087: done (4 left) 2024-07-27T18:30:47.624 INFO:tasks.rados.rados.0.smithi029.stdout:3088: done (3 left) 2024-07-27T18:30:47.624 INFO:tasks.rados.rados.0.smithi029.stdout:3092: snap_remove snap 292 2024-07-27T18:30:48.162 INFO:tasks.rados.rados.0.smithi029.stdout:3092: done (3 left) 2024-07-27T18:30:48.163 INFO:tasks.rados.rados.0.smithi029.stdout:3093: copy_from oid 7 from oid 14 current snap is 294 2024-07-27T18:30:48.163 INFO:tasks.rados.rados.0.smithi029.stdout:3089: finishing write tid 2 to smithi02985406-10 2024-07-27T18:30:48.163 INFO:tasks.rados.rados.0.smithi029.stdout:3089: finishing write tid 3 to smithi02985406-10 2024-07-27T18:30:48.163 INFO:tasks.rados.rados.0.smithi029.stdout:3089: finishing write tid 4 to smithi02985406-10 2024-07-27T18:30:48.163 INFO:tasks.rados.rados.0.smithi029.stdout:3089: finishing write tid 5 to smithi02985406-10 2024-07-27T18:30:48.163 INFO:tasks.rados.rados.0.smithi029.stdout:3089: finishing write tid 6 to smithi02985406-10 2024-07-27T18:30:48.163 INFO:tasks.rados.rados.0.smithi029.stdout:3089: oid 10 updating version 0 to 2109 2024-07-27T18:30:48.163 INFO:tasks.rados.rados.0.smithi029.stdout:3089: oid 10 version 2109 is already newer than 2108 2024-07-27T18:30:48.163 INFO:tasks.rados.rados.0.smithi029.stdout:3089: oid 10 updating version 2109 to 2112 2024-07-27T18:30:48.163 INFO:tasks.rados.rados.0.smithi029.stdout:3089: oid 10 version 2112 is already newer than 2110 2024-07-27T18:30:48.163 INFO:tasks.rados.rados.0.smithi029.stdout:3089: oid 10 version 2112 is already newer than 2111 2024-07-27T18:30:48.163 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2112 (ObjNum 967 snap 294 seq_num 967) dirty exists 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3089: left oid 10 (ObjNum 967 snap 294 seq_num 967) 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3090: finishing write tid 1 to smithi02985406-48 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3090: finishing write tid 2 to smithi02985406-48 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3090: finishing write tid 3 to smithi02985406-48 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3090: finishing write tid 4 to smithi02985406-48 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3090: finishing write tid 5 to smithi02985406-48 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3090: oid 48 updating version 0 to 2247 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3090: oid 48 updating version 2247 to 2249 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3090: oid 48 updating version 2249 to 2250 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3090: oid 48 version 2250 is already newer than 2248 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 2250 (ObjNum 968 snap 294 seq_num 968) dirty exists 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3090: left oid 48 (ObjNum 968 snap 294 seq_num 968) 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3091: finishing write tid 1 to smithi02985406-3 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3091: finishing write tid 2 to smithi02985406-3 2024-07-27T18:30:48.164 INFO:tasks.rados.rados.0.smithi029.stdout:3089: done (3 left) 2024-07-27T18:30:48.165 INFO:tasks.rados.rados.0.smithi029.stdout:3090: done (2 left) 2024-07-27T18:30:48.165 INFO:tasks.rados.rados.0.smithi029.stdout:3094: snap_remove snap 278 2024-07-27T18:30:48.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:48 smithi179 ceph-mon[89801]: pgmap v678: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 179 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.0 MiB/s wr, 14 op/s 2024-07-27T18:30:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:48 smithi029 ceph-mon[96870]: pgmap v678: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 179 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.0 MiB/s wr, 14 op/s 2024-07-27T18:30:48.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:48 smithi029 ceph-mon[99353]: pgmap v678: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 179 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.0 MiB/s wr, 14 op/s 2024-07-27T18:30:49.169 INFO:tasks.rados.rados.0.smithi029.stdout:3094: done (2 left) 2024-07-27T18:30:49.169 INFO:tasks.rados.rados.0.smithi029.stdout:3095: copy_from oid 20 from oid 43 current snap is 294 2024-07-27T18:30:49.169 INFO:tasks.rados.rados.0.smithi029.stdout:3091: finishing write tid 3 to smithi02985406-3 2024-07-27T18:30:49.169 INFO:tasks.rados.rados.0.smithi029.stdout:3091: finishing write tid 4 to smithi02985406-3 2024-07-27T18:30:49.169 INFO:tasks.rados.rados.0.smithi029.stdout:3091: finishing write tid 5 to smithi02985406-3 2024-07-27T18:30:49.169 INFO:tasks.rados.rados.0.smithi029.stdout:3091: finishing write tid 6 to smithi02985406-3 2024-07-27T18:30:49.169 INFO:tasks.rados.rados.0.smithi029.stdout:3091: oid 3 updating version 0 to 2058 2024-07-27T18:30:49.170 INFO:tasks.rados.rados.0.smithi029.stdout:3091: oid 3 version 2058 is already newer than 2057 2024-07-27T18:30:49.170 INFO:tasks.rados.rados.0.smithi029.stdout:3091: oid 3 updating version 2058 to 2059 2024-07-27T18:30:49.170 INFO:tasks.rados.rados.0.smithi029.stdout:3091: oid 3 updating version 2059 to 2061 2024-07-27T18:30:49.170 INFO:tasks.rados.rados.0.smithi029.stdout:3091: oid 3 version 2061 is already newer than 2060 2024-07-27T18:30:49.170 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2061 (ObjNum 969 snap 294 seq_num 969) dirty exists 2024-07-27T18:30:49.170 INFO:tasks.rados.rados.0.smithi029.stdout:3091: left oid 3 (ObjNum 969 snap 294 seq_num 969) 2024-07-27T18:30:49.170 INFO:tasks.rados.rados.0.smithi029.stdout:3093: finishing copy_from racing read to smithi02985406-7 2024-07-27T18:30:49.170 INFO:tasks.rados.rados.0.smithi029.stdout:3093: finishing copy_from to smithi02985406-7 2024-07-27T18:30:49.170 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 1795 (ObjNum 961 snap 294 seq_num 961) dirty exists 2024-07-27T18:30:49.170 INFO:tasks.rados.rados.0.smithi029.stdout:3091: done (2 left) 2024-07-27T18:30:49.170 INFO:tasks.rados.rados.0.smithi029.stdout:3093: done (1 left) 2024-07-27T18:30:49.170 INFO:tasks.rados.rados.0.smithi029.stdout:3096: delete oid 16 current snap is 294 2024-07-27T18:30:49.179 INFO:tasks.rados.rados.0.smithi029.stdout:3096: done (1 left) 2024-07-27T18:30:49.179 INFO:tasks.rados.rados.0.smithi029.stdout:3097: snap_remove snap 284 2024-07-27T18:30:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:49 smithi029 ceph-mon[96870]: osdmap e677: 8 total, 8 up, 8 in 2024-07-27T18:30:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:49 smithi029 ceph-mon[99353]: osdmap e677: 8 total, 8 up, 8 in 2024-07-27T18:30:49.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:49 smithi179 ceph-mon[89801]: osdmap e677: 8 total, 8 up, 8 in 2024-07-27T18:30:50.174 INFO:tasks.rados.rados.0.smithi029.stdout:3097: done (1 left) 2024-07-27T18:30:50.174 INFO:tasks.rados.rados.0.smithi029.stdout:3098: setattr oid 27 current snap is 294 2024-07-27T18:30:50.174 INFO:tasks.rados.rados.0.smithi029.stdout:3095: finishing copy_from racing read to smithi02985406-20 2024-07-27T18:30:50.174 INFO:tasks.rados.rados.0.smithi029.stdout:3095: finishing copy_from to smithi02985406-20 2024-07-27T18:30:50.174 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 2195 (ObjNum 951 snap 292 seq_num 951) dirty exists 2024-07-27T18:30:50.175 INFO:tasks.rados.rados.0.smithi029.stdout:3095: done (1 left) 2024-07-27T18:30:50.176 INFO:tasks.rados.rados.0.smithi029.stdout:3099: snap_create 2024-07-27T18:30:50.186 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 2268 (ObjNum 963 snap 294 seq_num 963) dirty exists 2024-07-27T18:30:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:50 smithi029 ceph-mon[96870]: pgmap v681: 121 pgs: 121 active+clean; 183 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.8 MiB/s wr, 19 op/s 2024-07-27T18:30:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:50 smithi029 ceph-mon[96870]: osdmap e678: 8 total, 8 up, 8 in 2024-07-27T18:30:50.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:50 smithi029 ceph-mon[99353]: pgmap v681: 121 pgs: 121 active+clean; 183 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.8 MiB/s wr, 19 op/s 2024-07-27T18:30:50.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:50 smithi029 ceph-mon[99353]: osdmap e678: 8 total, 8 up, 8 in 2024-07-27T18:30:50.564 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:50 smithi179 ceph-mon[89801]: pgmap v681: 121 pgs: 121 active+clean; 183 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.8 MiB/s wr, 19 op/s 2024-07-27T18:30:50.564 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:50 smithi179 ceph-mon[89801]: osdmap e678: 8 total, 8 up, 8 in 2024-07-27T18:30:51.179 INFO:tasks.rados.rados.0.smithi029.stdout:3098: done (1 left) 2024-07-27T18:30:51.179 INFO:tasks.rados.rados.0.smithi029.stdout:3099: done (0 left) 2024-07-27T18:30:51.179 INFO:tasks.rados.rados.0.smithi029.stdout:3100: snap_remove snap 291 2024-07-27T18:30:51.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:51 smithi029 ceph-mon[96870]: osdmap e679: 8 total, 8 up, 8 in 2024-07-27T18:30:51.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:51 smithi029 ceph-mon[99353]: osdmap e679: 8 total, 8 up, 8 in 2024-07-27T18:30:51.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:51 smithi179 ceph-mon[89801]: osdmap e679: 8 total, 8 up, 8 in 2024-07-27T18:30:52.052 INFO:tasks.rados.rados.0.smithi029.stdout:3100: done (0 left) 2024-07-27T18:30:52.052 INFO:tasks.rados.rados.0.smithi029.stdout:3101: snap_remove snap 294 2024-07-27T18:30:52.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:52 smithi029 ceph-mon[99353]: pgmap v684: 121 pgs: 121 active+clean; 193 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.1 MiB/s rd, 3.5 MiB/s wr, 23 op/s 2024-07-27T18:30:52.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:52 smithi029 ceph-mon[99353]: osdmap e680: 8 total, 8 up, 8 in 2024-07-27T18:30:52.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:52 smithi029 ceph-mon[99353]: osdmap e681: 8 total, 8 up, 8 in 2024-07-27T18:30:52.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:52 smithi029 ceph-mon[96870]: pgmap v684: 121 pgs: 121 active+clean; 193 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.1 MiB/s rd, 3.5 MiB/s wr, 23 op/s 2024-07-27T18:30:52.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:52 smithi029 ceph-mon[96870]: osdmap e680: 8 total, 8 up, 8 in 2024-07-27T18:30:52.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:52 smithi029 ceph-mon[96870]: osdmap e681: 8 total, 8 up, 8 in 2024-07-27T18:30:52.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:30:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:30:52] "GET /metrics HTTP/1.1" 200 36346 "" "Prometheus/2.43.0" 2024-07-27T18:30:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:52 smithi179 ceph-mon[89801]: pgmap v684: 121 pgs: 121 active+clean; 193 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.1 MiB/s rd, 3.5 MiB/s wr, 23 op/s 2024-07-27T18:30:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:52 smithi179 ceph-mon[89801]: osdmap e680: 8 total, 8 up, 8 in 2024-07-27T18:30:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:52 smithi179 ceph-mon[89801]: osdmap e681: 8 total, 8 up, 8 in 2024-07-27T18:30:53.054 INFO:tasks.rados.rados.0.smithi029.stdout:3101: done (0 left) 2024-07-27T18:30:53.054 INFO:tasks.rados.rados.0.smithi029.stdout:3102: rollback oid 18 current snap is 295 2024-07-27T18:30:53.055 INFO:tasks.rados.rados.0.smithi029.stdout:3102: done (0 left) 2024-07-27T18:30:53.055 INFO:tasks.rados.rados.0.smithi029.stdout:3103: delete oid 1 current snap is 295 2024-07-27T18:30:53.061 INFO:tasks.rados.rados.0.smithi029.stdout:3103: done (0 left) 2024-07-27T18:30:53.061 INFO:tasks.rados.rados.0.smithi029.stdout:3104: snap_create 2024-07-27T18:30:54.057 INFO:tasks.rados.rados.0.smithi029.stdout:3104: done (0 left) 2024-07-27T18:30:54.057 INFO:tasks.rados.rados.0.smithi029.stdout:3105: rollback oid 20 current snap is 296 2024-07-27T18:30:54.057 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 20 to 295 2024-07-27T18:30:54.057 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 296 2024-07-27T18:30:54.057 INFO:tasks.rados.rados.0.smithi029.stdout:3106: seq_num 972 ranges {1785856=688128,2473984=688128,3162112=516096} 2024-07-27T18:30:54.070 INFO:tasks.rados.rados.0.smithi029.stdout:3106: writing smithi02985406-35 from 1785856 to 2473984 tid 1 2024-07-27T18:30:54.074 INFO:tasks.rados.rados.0.smithi029.stdout:3106: writing smithi02985406-35 from 2473984 to 3162112 tid 2 2024-07-27T18:30:54.078 INFO:tasks.rados.rados.0.smithi029.stdout:3106: writing smithi02985406-35 from 3162112 to 3678208 tid 3 2024-07-27T18:30:54.078 INFO:tasks.rados.rados.0.smithi029.stdout:3107: delete oid 5 current snap is 296 2024-07-27T18:30:54.078 INFO:tasks.rados.rados.0.smithi029.stdout:3105: finishing rollback tid 0 to smithi02985406-20 2024-07-27T18:30:54.078 INFO:tasks.rados.rados.0.smithi029.stdout:3105: finishing rollback tid 1 to smithi02985406-20 2024-07-27T18:30:54.078 INFO:tasks.rados.rados.0.smithi029.stdout:3105: finishing rollback tid 2 to smithi02985406-20 2024-07-27T18:30:54.078 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 2247 (ObjNum 951 snap 292 seq_num 951) dirty exists 2024-07-27T18:30:54.078 INFO:tasks.rados.rados.0.smithi029.stdout:3106: finishing write tid 1 to smithi02985406-35 2024-07-27T18:30:54.078 INFO:tasks.rados.rados.0.smithi029.stdout:3106: finishing write tid 2 to smithi02985406-35 2024-07-27T18:30:54.081 INFO:tasks.rados.rados.0.smithi029.stdout:3106: finishing write tid 3 to smithi02985406-35 2024-07-27T18:30:54.082 INFO:tasks.rados.rados.0.smithi029.stdout:3105: done (2 left) 2024-07-27T18:30:54.082 INFO:tasks.rados.rados.0.smithi029.stdout:3107: done (1 left) 2024-07-27T18:30:54.082 INFO:tasks.rados.rados.0.smithi029.stdout:3108: setattr oid 3 current snap is 296 2024-07-27T18:30:54.082 INFO:tasks.rados.rados.0.smithi029.stdout:3106: finishing write tid 4 to smithi02985406-35 2024-07-27T18:30:54.083 INFO:tasks.rados.rados.0.smithi029.stdout:3106: finishing write tid 5 to smithi02985406-35 2024-07-27T18:30:54.083 INFO:tasks.rados.rados.0.smithi029.stdout:3106: oid 35 updating version 0 to 1009 2024-07-27T18:30:54.083 INFO:tasks.rados.rados.0.smithi029.stdout:3106: oid 35 updating version 1009 to 1011 2024-07-27T18:30:54.083 INFO:tasks.rados.rados.0.smithi029.stdout:3106: oid 35 updating version 1011 to 1012 2024-07-27T18:30:54.084 INFO:tasks.rados.rados.0.smithi029.stdout:3106: oid 35 version 1012 is already newer than 1010 2024-07-27T18:30:54.084 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 1012 (ObjNum 972 snap 296 seq_num 972) dirty exists 2024-07-27T18:30:54.084 INFO:tasks.rados.rados.0.smithi029.stdout:3106: left oid 35 (ObjNum 972 snap 296 seq_num 972) 2024-07-27T18:30:54.084 INFO:tasks.rados.rados.0.smithi029.stdout:3106: done (1 left) 2024-07-27T18:30:54.085 INFO:tasks.rados.rados.0.smithi029.stdout:3109: rmattr oid 27 current snap is 296 2024-07-27T18:30:54.085 INFO:tasks.rados.rados.0.smithi029.stdout:3110: rmattr oid 29 current snap is 296 2024-07-27T18:30:54.085 INFO:tasks.rados.rados.0.smithi029.stdout:3110: done (2 left) 2024-07-27T18:30:54.085 INFO:tasks.rados.rados.0.smithi029.stdout:3111: read oid 13 snap 295 2024-07-27T18:30:54.085 INFO:tasks.rados.rados.0.smithi029.stdout:3111: expect (ObjNum 965 snap 294 seq_num 965) 2024-07-27T18:30:54.085 INFO:tasks.rados.rados.0.smithi029.stdout:3112: read oid 2 snap -1 2024-07-27T18:30:54.085 INFO:tasks.rados.rados.0.smithi029.stdout:3112: expect (ObjNum 964 snap 294 seq_num 964) 2024-07-27T18:30:54.085 INFO:tasks.rados.rados.0.smithi029.stdout:3113: delete oid 14 current snap is 296 2024-07-27T18:30:54.087 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2062 (ObjNum 969 snap 294 seq_num 969) dirty exists 2024-07-27T18:30:54.089 INFO:tasks.rados.rados.0.smithi029.stdout:3108: done (4 left) 2024-07-27T18:30:54.089 INFO:tasks.rados.rados.0.smithi029.stdout:3113: done (3 left) 2024-07-27T18:30:54.089 INFO:tasks.rados.rados.0.smithi029.stdout:3114: snap_create 2024-07-27T18:30:54.090 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 2291 (ObjNum 963 snap 294 seq_num 963) dirty exists 2024-07-27T18:30:54.100 INFO:tasks.rados.rados.0.smithi029.stdout:3111: expect (ObjNum 965 snap 294 seq_num 965) 2024-07-27T18:30:54.149 INFO:tasks.rados.rados.0.smithi029.stdout:3112: expect (ObjNum 964 snap 294 seq_num 964) 2024-07-27T18:30:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:54 smithi179 ceph-mon[89801]: pgmap v687: 121 pgs: 121 active+clean; 152 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.3 MiB/s rd, 4.2 MiB/s wr, 22 op/s 2024-07-27T18:30:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:54 smithi179 ceph-mon[89801]: osdmap e682: 8 total, 8 up, 8 in 2024-07-27T18:30:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:30:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:54 smithi029 ceph-mon[96870]: pgmap v687: 121 pgs: 121 active+clean; 152 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.3 MiB/s rd, 4.2 MiB/s wr, 22 op/s 2024-07-27T18:30:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:54 smithi029 ceph-mon[96870]: osdmap e682: 8 total, 8 up, 8 in 2024-07-27T18:30:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:30:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:54 smithi029 ceph-mon[99353]: pgmap v687: 121 pgs: 121 active+clean; 152 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.3 MiB/s rd, 4.2 MiB/s wr, 22 op/s 2024-07-27T18:30:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:54 smithi029 ceph-mon[99353]: osdmap e682: 8 total, 8 up, 8 in 2024-07-27T18:30:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:30:55.066 INFO:tasks.rados.rados.0.smithi029.stdout:3109: done (3 left) 2024-07-27T18:30:55.066 INFO:tasks.rados.rados.0.smithi029.stdout:3111: done (2 left) 2024-07-27T18:30:55.066 INFO:tasks.rados.rados.0.smithi029.stdout:3112: done (1 left) 2024-07-27T18:30:55.066 INFO:tasks.rados.rados.0.smithi029.stdout:3114: done (0 left) 2024-07-27T18:30:55.066 INFO:tasks.rados.rados.0.smithi029.stdout:3115: snap_remove snap 296 2024-07-27T18:30:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:55 smithi179 ceph-mon[89801]: osdmap e683: 8 total, 8 up, 8 in 2024-07-27T18:30:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:55 smithi029 ceph-mon[96870]: osdmap e683: 8 total, 8 up, 8 in 2024-07-27T18:30:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:55 smithi029 ceph-mon[99353]: osdmap e683: 8 total, 8 up, 8 in 2024-07-27T18:30:56.071 INFO:tasks.rados.rados.0.smithi029.stdout:3115: done (0 left) 2024-07-27T18:30:56.071 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 31 current snap is 297 2024-07-27T18:30:56.071 INFO:tasks.rados.rados.0.smithi029.stdout:3116: seq_num 975 ranges {0=737280,737280=786432,1523712=417792} 2024-07-27T18:30:56.075 INFO:tasks.rados.rados.0.smithi029.stdout:3116: writing smithi02985406-31 from 0 to 737280 tid 1 2024-07-27T18:30:56.080 INFO:tasks.rados.rados.0.smithi029.stdout:3116: writing smithi02985406-31 from 737280 to 1523712 tid 2 2024-07-27T18:30:56.083 INFO:tasks.rados.rados.0.smithi029.stdout:3116: writing smithi02985406-31 from 1523712 to 1941504 tid 3 2024-07-27T18:30:56.083 INFO:tasks.rados.rados.0.smithi029.stdout:3117: delete oid 49 current snap is 297 2024-07-27T18:30:56.083 INFO:tasks.rados.rados.0.smithi029.stdout:3116: finishing write tid 1 to smithi02985406-31 2024-07-27T18:30:56.087 INFO:tasks.rados.rados.0.smithi029.stdout:3116: finishing write tid 2 to smithi02985406-31 2024-07-27T18:30:56.087 INFO:tasks.rados.rados.0.smithi029.stdout:3116: finishing write tid 3 to smithi02985406-31 2024-07-27T18:30:56.087 INFO:tasks.rados.rados.0.smithi029.stdout:3117: done (1 left) 2024-07-27T18:30:56.088 INFO:tasks.rados.rados.0.smithi029.stdout:3118: delete oid 34 current snap is 297 2024-07-27T18:30:56.088 INFO:tasks.rados.rados.0.smithi029.stdout:3116: finishing write tid 4 to smithi02985406-31 2024-07-27T18:30:56.090 INFO:tasks.rados.rados.0.smithi029.stdout:3116: finishing write tid 5 to smithi02985406-31 2024-07-27T18:30:56.091 INFO:tasks.rados.rados.0.smithi029.stdout:3116: oid 31 updating version 0 to 1799 2024-07-27T18:30:56.091 INFO:tasks.rados.rados.0.smithi029.stdout:3116: oid 31 updating version 1799 to 1800 2024-07-27T18:30:56.091 INFO:tasks.rados.rados.0.smithi029.stdout:3116: oid 31 updating version 1800 to 1802 2024-07-27T18:30:56.091 INFO:tasks.rados.rados.0.smithi029.stdout:3116: oid 31 version 1802 is already newer than 1801 2024-07-27T18:30:56.091 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 1802 (ObjNum 975 snap 297 seq_num 975) dirty exists 2024-07-27T18:30:56.091 INFO:tasks.rados.rados.0.smithi029.stdout:3116: left oid 31 (ObjNum 975 snap 297 seq_num 975) 2024-07-27T18:30:56.091 INFO:tasks.rados.rados.0.smithi029.stdout:3116: done (1 left) 2024-07-27T18:30:56.091 INFO:tasks.rados.rados.0.smithi029.stdout:3118: done (0 left) 2024-07-27T18:30:56.091 INFO:tasks.rados.rados.0.smithi029.stdout:3119: snap_remove snap 295 2024-07-27T18:30:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:56 smithi179 ceph-mon[89801]: pgmap v690: 121 pgs: 121 active+clean; 135 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 4.2 MiB/s wr, 13 op/s 2024-07-27T18:30:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:56 smithi179 ceph-mon[89801]: osdmap e684: 8 total, 8 up, 8 in 2024-07-27T18:30:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:56 smithi029 ceph-mon[96870]: pgmap v690: 121 pgs: 121 active+clean; 135 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 4.2 MiB/s wr, 13 op/s 2024-07-27T18:30:56.568 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:56 smithi029 ceph-mon[96870]: osdmap e684: 8 total, 8 up, 8 in 2024-07-27T18:30:56.569 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:56 smithi029 ceph-mon[99353]: pgmap v690: 121 pgs: 121 active+clean; 135 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 4.2 MiB/s wr, 13 op/s 2024-07-27T18:30:56.569 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:56 smithi029 ceph-mon[99353]: osdmap e684: 8 total, 8 up, 8 in 2024-07-27T18:30:57.055 INFO:tasks.rados.rados.0.smithi029.stdout:3119: done (0 left) 2024-07-27T18:30:57.055 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 297 2024-07-27T18:30:57.055 INFO:tasks.rados.rados.0.smithi029.stdout:3120: seq_num 978 ranges {0=786432,786432=442368,1228800=647168,1875968=114688} 2024-07-27T18:30:57.060 INFO:tasks.rados.rados.0.smithi029.stdout:3120: writing smithi02985406-45 from 0 to 786432 tid 1 2024-07-27T18:30:57.064 INFO:tasks.rados.rados.0.smithi029.stdout:3120: writing smithi02985406-45 from 786432 to 1228800 tid 2 2024-07-27T18:30:57.068 INFO:tasks.rados.rados.0.smithi029.stdout:3120: writing smithi02985406-45 from 1228800 to 1875968 tid 3 2024-07-27T18:30:57.070 INFO:tasks.rados.rados.0.smithi029.stdout:3120: writing smithi02985406-45 from 1875968 to 1990656 tid 4 2024-07-27T18:30:57.070 INFO:tasks.rados.rados.0.smithi029.stdout:3121: read oid 30 snap -1 2024-07-27T18:30:57.070 INFO:tasks.rados.rados.0.smithi029.stdout:3121: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:30:57.071 INFO:tasks.rados.rados.0.smithi029.stdout:3122: rmattr oid 8 current snap is 297 2024-07-27T18:30:57.071 INFO:tasks.rados.rados.0.smithi029.stdout:3122: done (2 left) 2024-07-27T18:30:57.071 INFO:tasks.rados.rados.0.smithi029.stdout:3123: copy_from oid 46 from oid 35 current snap is 297 2024-07-27T18:30:57.071 INFO:tasks.rados.rados.0.smithi029.stdout:3124: rmattr oid 44 current snap is 297 2024-07-27T18:30:57.072 INFO:tasks.rados.rados.0.smithi029.stdout:3124: done (3 left) 2024-07-27T18:30:57.072 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 297 2024-07-27T18:30:57.072 INFO:tasks.rados.rados.0.smithi029.stdout:3125: seq_num 979 ranges {2441216=802816,3244032=729088,3973120=458752,4431872=16384} 2024-07-27T18:30:57.090 INFO:tasks.rados.rados.0.smithi029.stdout:3125: writing smithi02985406-38 from 2441216 to 3244032 tid 1 2024-07-27T18:30:57.095 INFO:tasks.rados.rados.0.smithi029.stdout:3125: writing smithi02985406-38 from 3244032 to 3973120 tid 2 2024-07-27T18:30:57.098 INFO:tasks.rados.rados.0.smithi029.stdout:3125: writing smithi02985406-38 from 3973120 to 4431872 tid 3 2024-07-27T18:30:57.099 INFO:tasks.rados.rados.0.smithi029.stdout:3125: writing smithi02985406-38 from 4431872 to 4448256 tid 4 2024-07-27T18:30:57.099 INFO:tasks.rados.rados.0.smithi029.stdout:3126: delete oid 21 current snap is 297 2024-07-27T18:30:57.099 INFO:tasks.rados.rados.0.smithi029.stdout:3120: finishing write tid 1 to smithi02985406-45 2024-07-27T18:30:57.099 INFO:tasks.rados.rados.0.smithi029.stdout:3120: finishing write tid 2 to smithi02985406-45 2024-07-27T18:30:57.099 INFO:tasks.rados.rados.0.smithi029.stdout:3120: finishing write tid 3 to smithi02985406-45 2024-07-27T18:30:57.099 INFO:tasks.rados.rados.0.smithi029.stdout:3120: finishing write tid 4 to smithi02985406-45 2024-07-27T18:30:57.099 INFO:tasks.rados.rados.0.smithi029.stdout:3120: finishing write tid 5 to smithi02985406-45 2024-07-27T18:30:57.099 INFO:tasks.rados.rados.0.smithi029.stdout:3120: finishing write tid 6 to smithi02985406-45 2024-07-27T18:30:57.099 INFO:tasks.rados.rados.0.smithi029.stdout:3120: oid 45 updating version 0 to 1804 2024-07-27T18:30:57.099 INFO:tasks.rados.rados.0.smithi029.stdout:3120: oid 45 version 1804 is already newer than 1803 2024-07-27T18:30:57.100 INFO:tasks.rados.rados.0.smithi029.stdout:3120: oid 45 updating version 1804 to 1806 2024-07-27T18:30:57.100 INFO:tasks.rados.rados.0.smithi029.stdout:3120: oid 45 updating version 1806 to 1807 2024-07-27T18:30:57.100 INFO:tasks.rados.rados.0.smithi029.stdout:3120: oid 45 version 1807 is already newer than 1805 2024-07-27T18:30:57.100 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 1807 (ObjNum 978 snap 297 seq_num 978) dirty exists 2024-07-27T18:30:57.100 INFO:tasks.rados.rados.0.smithi029.stdout:3120: left oid 45 (ObjNum 978 snap 297 seq_num 978) 2024-07-27T18:30:57.100 INFO:tasks.rados.rados.0.smithi029.stdout:3123: finishing copy_from racing read to smithi02985406-46 2024-07-27T18:30:57.100 INFO:tasks.rados.rados.0.smithi029.stdout:3123: finishing copy_from to smithi02985406-46 2024-07-27T18:30:57.100 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1012 (ObjNum 972 snap 296 seq_num 972) dirty exists 2024-07-27T18:30:57.100 INFO:tasks.rados.rados.0.smithi029.stdout:3125: finishing write tid 1 to smithi02985406-38 2024-07-27T18:30:57.101 INFO:tasks.rados.rados.0.smithi029.stdout:3121: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:30:57.365 INFO:tasks.rados.rados.0.smithi029.stdout:3125: finishing write tid 2 to smithi02985406-38 2024-07-27T18:30:57.365 INFO:tasks.rados.rados.0.smithi029.stdout:3125: finishing write tid 3 to smithi02985406-38 2024-07-27T18:30:57.365 INFO:tasks.rados.rados.0.smithi029.stdout:3125: finishing write tid 4 to smithi02985406-38 2024-07-27T18:30:57.365 INFO:tasks.rados.rados.0.smithi029.stdout:3125: finishing write tid 5 to smithi02985406-38 2024-07-27T18:30:57.366 INFO:tasks.rados.rados.0.smithi029.stdout:3125: finishing write tid 6 to smithi02985406-38 2024-07-27T18:30:57.366 INFO:tasks.rados.rados.0.smithi029.stdout:3125: oid 38 updating version 0 to 2066 2024-07-27T18:30:57.366 INFO:tasks.rados.rados.0.smithi029.stdout:3125: oid 38 version 2066 is already newer than 2064 2024-07-27T18:30:57.366 INFO:tasks.rados.rados.0.smithi029.stdout:3125: oid 38 updating version 2066 to 2067 2024-07-27T18:30:57.366 INFO:tasks.rados.rados.0.smithi029.stdout:3125: oid 38 version 2067 is already newer than 2063 2024-07-27T18:30:57.366 INFO:tasks.rados.rados.0.smithi029.stdout:3125: oid 38 version 2067 is already newer than 2065 2024-07-27T18:30:57.366 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 2067 (ObjNum 979 snap 297 seq_num 979) dirty exists 2024-07-27T18:30:57.366 INFO:tasks.rados.rados.0.smithi029.stdout:3125: left oid 38 (ObjNum 979 snap 297 seq_num 979) 2024-07-27T18:30:57.367 INFO:tasks.rados.rados.0.smithi029.stdout:3120: done (4 left) 2024-07-27T18:30:57.367 INFO:tasks.rados.rados.0.smithi029.stdout:3121: done (3 left) 2024-07-27T18:30:57.367 INFO:tasks.rados.rados.0.smithi029.stdout:3123: done (2 left) 2024-07-27T18:30:57.367 INFO:tasks.rados.rados.0.smithi029.stdout:3125: done (1 left) 2024-07-27T18:30:57.367 INFO:tasks.rados.rados.0.smithi029.stdout:3126: done (0 left) 2024-07-27T18:30:57.367 INFO:tasks.rados.rados.0.smithi029.stdout:3127: snap_create 2024-07-27T18:30:57.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:57 smithi029 ceph-mon[96870]: osdmap e685: 8 total, 8 up, 8 in 2024-07-27T18:30:57.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:57 smithi029 ceph-mon[96870]: osdmap e686: 8 total, 8 up, 8 in 2024-07-27T18:30:57.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:57 smithi029 ceph-mon[99353]: osdmap e685: 8 total, 8 up, 8 in 2024-07-27T18:30:57.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:57 smithi029 ceph-mon[99353]: osdmap e686: 8 total, 8 up, 8 in 2024-07-27T18:30:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:57 smithi179 ceph-mon[89801]: osdmap e685: 8 total, 8 up, 8 in 2024-07-27T18:30:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:57 smithi179 ceph-mon[89801]: osdmap e686: 8 total, 8 up, 8 in 2024-07-27T18:30:58.084 INFO:tasks.rados.rados.0.smithi029.stdout:3127: done (0 left) 2024-07-27T18:30:58.084 INFO:tasks.rados.rados.0.smithi029.stdout:3128: read oid 29 snap -1 2024-07-27T18:30:58.085 INFO:tasks.rados.rados.0.smithi029.stdout:3128: expect deleted 2024-07-27T18:30:58.085 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 298 2024-07-27T18:30:58.085 INFO:tasks.rados.rados.0.smithi029.stdout:3129: seq_num 981 ranges {14745600=434176,15179776=540672,15720448=466944,16187392=524288,16711680=73728} 2024-07-27T18:30:58.167 INFO:tasks.rados.rados.0.smithi029.stdout:3129: writing smithi02985406-4 from 14745600 to 15179776 tid 1 2024-07-27T18:30:58.170 INFO:tasks.rados.rados.0.smithi029.stdout:3129: writing smithi02985406-4 from 15179776 to 15720448 tid 2 2024-07-27T18:30:58.173 INFO:tasks.rados.rados.0.smithi029.stdout:3129: writing smithi02985406-4 from 15720448 to 16187392 tid 3 2024-07-27T18:30:58.176 INFO:tasks.rados.rados.0.smithi029.stdout:3129: writing smithi02985406-4 from 16187392 to 16711680 tid 4 2024-07-27T18:30:58.177 INFO:tasks.rados.rados.0.smithi029.stdout:3129: writing smithi02985406-4 from 16711680 to 16785408 tid 5 2024-07-27T18:30:58.178 INFO:tasks.rados.rados.0.smithi029.stdout:3130: rollback oid 27 current snap is 298 2024-07-27T18:30:58.178 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 27 to 297 2024-07-27T18:30:58.178 INFO:tasks.rados.rados.0.smithi029.stdout:3129: finishing write tid 1 to smithi02985406-4 2024-07-27T18:30:58.178 INFO:tasks.rados.rados.0.smithi029.stdout:3129: finishing write tid 2 to smithi02985406-4 2024-07-27T18:30:58.178 INFO:tasks.rados.rados.0.smithi029.stdout:3129: finishing write tid 3 to smithi02985406-4 2024-07-27T18:30:58.178 INFO:tasks.rados.rados.0.smithi029.stdout:3128: done (2 left) 2024-07-27T18:30:58.178 INFO:tasks.rados.rados.0.smithi029.stdout:3131: rmattr oid 49 current snap is 298 2024-07-27T18:30:58.178 INFO:tasks.rados.rados.0.smithi029.stdout:3131: done (2 left) 2024-07-27T18:30:58.178 INFO:tasks.rados.rados.0.smithi029.stdout:3132: read oid 12 snap 297 2024-07-27T18:30:58.179 INFO:tasks.rados.rados.0.smithi029.stdout:3132: expect deleted 2024-07-27T18:30:58.179 INFO:tasks.rados.rados.0.smithi029.stdout:3133: delete oid 43 current snap is 298 2024-07-27T18:30:58.181 INFO:tasks.rados.rados.0.smithi029.stdout:3129: finishing write tid 4 to smithi02985406-4 2024-07-27T18:30:58.181 INFO:tasks.rados.rados.0.smithi029.stdout:3129: finishing write tid 5 to smithi02985406-4 2024-07-27T18:30:58.181 INFO:tasks.rados.rados.0.smithi029.stdout:3129: finishing write tid 6 to smithi02985406-4 2024-07-27T18:30:58.183 INFO:tasks.rados.rados.0.smithi029.stdout:3129: finishing write tid 7 to smithi02985406-4 2024-07-27T18:30:58.183 INFO:tasks.rados.rados.0.smithi029.stdout:3129: oid 4 updating version 0 to 1907 2024-07-27T18:30:58.183 INFO:tasks.rados.rados.0.smithi029.stdout:3129: oid 4 version 1907 is already newer than 1903 2024-07-27T18:30:58.184 INFO:tasks.rados.rados.0.smithi029.stdout:3129: oid 4 version 1907 is already newer than 1905 2024-07-27T18:30:58.184 INFO:tasks.rados.rados.0.smithi029.stdout:3129: oid 4 version 1907 is already newer than 1904 2024-07-27T18:30:58.184 INFO:tasks.rados.rados.0.smithi029.stdout:3129: oid 4 version 1907 is already newer than 1906 2024-07-27T18:30:58.184 INFO:tasks.rados.rados.0.smithi029.stdout:3129: oid 4 version 1907 is already newer than 1902 2024-07-27T18:30:58.184 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1907 (ObjNum 981 snap 298 seq_num 981) dirty exists 2024-07-27T18:30:58.184 INFO:tasks.rados.rados.0.smithi029.stdout:3129: left oid 4 (ObjNum 981 snap 298 seq_num 981) 2024-07-27T18:30:58.184 INFO:tasks.rados.rados.0.smithi029.stdout:3130: finishing rollback tid 0 to smithi02985406-27 2024-07-27T18:30:58.187 INFO:tasks.rados.rados.0.smithi029.stdout:3130: finishing rollback tid 1 to smithi02985406-27 2024-07-27T18:30:58.187 INFO:tasks.rados.rados.0.smithi029.stdout:3130: finishing rollback tid 2 to smithi02985406-27 2024-07-27T18:30:58.187 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 2297 (ObjNum 963 snap 294 seq_num 963) dirty exists 2024-07-27T18:30:58.188 INFO:tasks.rados.rados.0.smithi029.stdout:3129: done (3 left) 2024-07-27T18:30:58.188 INFO:tasks.rados.rados.0.smithi029.stdout:3130: done (2 left) 2024-07-27T18:30:58.188 INFO:tasks.rados.rados.0.smithi029.stdout:3132: done (1 left) 2024-07-27T18:30:58.188 INFO:tasks.rados.rados.0.smithi029.stdout:3133: done (0 left) 2024-07-27T18:30:58.188 INFO:tasks.rados.rados.0.smithi029.stdout:3134: copy_from oid 48 from oid 21 current snap is 298 2024-07-27T18:30:58.188 INFO:tasks.rados.rados.0.smithi029.stdout:3135: read oid 20 snap -1 2024-07-27T18:30:58.188 INFO:tasks.rados.rados.0.smithi029.stdout:3135: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:30:58.188 INFO:tasks.rados.rados.0.smithi029.stdout:3136: delete oid 43 current snap is 298 2024-07-27T18:30:58.191 INFO:tasks.rados.rados.0.smithi029.stdout:3134: finishing copy_from to smithi02985406-48 2024-07-27T18:30:58.191 INFO:tasks.rados.rados.0.smithi029.stdout:3134: got expected ENOENT (src dne) 2024-07-27T18:30:58.191 INFO:tasks.rados.rados.0.smithi029.stdout:3134: finishing copy_from racing read to smithi02985406-48 2024-07-27T18:30:58.192 INFO:tasks.rados.rados.0.smithi029.stdout:3134: done (2 left) 2024-07-27T18:30:58.192 INFO:tasks.rados.rados.0.smithi029.stdout:3136: done (1 left) 2024-07-27T18:30:58.192 INFO:tasks.rados.rados.0.smithi029.stdout:3137: read oid 27 snap -1 2024-07-27T18:30:58.193 INFO:tasks.rados.rados.0.smithi029.stdout:3137: expect (ObjNum 963 snap 294 seq_num 963) 2024-07-27T18:30:58.193 INFO:tasks.rados.rados.0.smithi029.stdout:3138: rollback oid 32 current snap is 298 2024-07-27T18:30:58.193 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 32 to 297 2024-07-27T18:30:58.193 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 298 2024-07-27T18:30:58.193 INFO:tasks.rados.rados.0.smithi029.stdout:3139: seq_num 984 ranges {0=483328,483328=598016,1081344=647168,1728512=360448} 2024-07-27T18:30:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3139: writing smithi02985406-25 from 0 to 483328 tid 1 2024-07-27T18:30:58.198 INFO:tasks.rados.rados.0.smithi029.stdout:3139: writing smithi02985406-25 from 483328 to 1081344 tid 2 2024-07-27T18:30:58.201 INFO:tasks.rados.rados.0.smithi029.stdout:3139: writing smithi02985406-25 from 1081344 to 1728512 tid 3 2024-07-27T18:30:58.204 INFO:tasks.rados.rados.0.smithi029.stdout:3139: writing smithi02985406-25 from 1728512 to 2088960 tid 4 2024-07-27T18:30:58.204 INFO:tasks.rados.rados.0.smithi029.stdout:3140: read oid 16 snap -1 2024-07-27T18:30:58.204 INFO:tasks.rados.rados.0.smithi029.stdout:3140: expect deleted 2024-07-27T18:30:58.204 INFO:tasks.rados.rados.0.smithi029.stdout:3141: read oid 1 snap 297 2024-07-27T18:30:58.204 INFO:tasks.rados.rados.0.smithi029.stdout:3141: expect deleted 2024-07-27T18:30:58.205 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 298 2024-07-27T18:30:58.205 INFO:tasks.rados.rados.0.smithi029.stdout:3138: finishing rollback tid 0 to smithi02985406-32 2024-07-27T18:30:58.205 INFO:tasks.rados.rados.0.smithi029.stdout:3138: finishing rollback tid 1 to smithi02985406-32 2024-07-27T18:30:58.205 INFO:tasks.rados.rados.0.smithi029.stdout:3138: finishing rollback tid 2 to smithi02985406-32 2024-07-27T18:30:58.205 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 558 (ObjNum 932 snap 291 seq_num 932) dirty exists 2024-07-27T18:30:58.205 INFO:tasks.rados.rados.0.smithi029.stdout:3142: seq_num 985 ranges {16433152=499712,16932864=483328,17416192=450560,17866752=581632,18448384=90112} 2024-07-27T18:30:58.299 INFO:tasks.rados.rados.0.smithi029.stdout:3142: writing smithi02985406-18 from 16433152 to 16932864 tid 1 2024-07-27T18:30:58.302 INFO:tasks.rados.rados.0.smithi029.stdout:3142: writing smithi02985406-18 from 16932864 to 17416192 tid 2 2024-07-27T18:30:58.304 INFO:tasks.rados.rados.0.smithi029.stdout:3142: writing smithi02985406-18 from 17416192 to 17866752 tid 3 2024-07-27T18:30:58.307 INFO:tasks.rados.rados.0.smithi029.stdout:3142: writing smithi02985406-18 from 17866752 to 18448384 tid 4 2024-07-27T18:30:58.308 INFO:tasks.rados.rados.0.smithi029.stdout:3142: writing smithi02985406-18 from 18448384 to 18538496 tid 5 2024-07-27T18:30:58.308 INFO:tasks.rados.rados.0.smithi029.stdout:3138: done (6 left) 2024-07-27T18:30:58.308 INFO:tasks.rados.rados.0.smithi029.stdout:3143: read oid 12 snap -1 2024-07-27T18:30:58.309 INFO:tasks.rados.rados.0.smithi029.stdout:3143: expect deleted 2024-07-27T18:30:58.309 INFO:tasks.rados.rados.0.smithi029.stdout:3144: rollback oid 41 current snap is 298 2024-07-27T18:30:58.309 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 41 to 297 2024-07-27T18:30:58.309 INFO:tasks.rados.rados.0.smithi029.stdout:3137: expect (ObjNum 963 snap 294 seq_num 963) 2024-07-27T18:30:58.412 INFO:tasks.rados.rados.0.smithi029.stdout:3135: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:30:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:58 smithi179 ceph-mon[89801]: pgmap v693: 121 pgs: 121 active+clean; 129 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.6 MiB/s rd, 2.3 MiB/s wr, 7 op/s 2024-07-27T18:30:58.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:58 smithi029 ceph-mon[96870]: pgmap v693: 121 pgs: 121 active+clean; 129 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.6 MiB/s rd, 2.3 MiB/s wr, 7 op/s 2024-07-27T18:30:58.418 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:58 smithi029 ceph-mon[99353]: pgmap v693: 121 pgs: 121 active+clean; 129 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.6 MiB/s rd, 2.3 MiB/s wr, 7 op/s 2024-07-27T18:30:58.823 INFO:tasks.rados.rados.0.smithi029.stdout:3139: finishing write tid 1 to smithi02985406-25 2024-07-27T18:30:58.823 INFO:tasks.rados.rados.0.smithi029.stdout:3135: done (7 left) 2024-07-27T18:30:58.823 INFO:tasks.rados.rados.0.smithi029.stdout:3137: done (6 left) 2024-07-27T18:30:58.823 INFO:tasks.rados.rados.0.smithi029.stdout:3140: done (5 left) 2024-07-27T18:30:58.823 INFO:tasks.rados.rados.0.smithi029.stdout:3141: done (4 left) 2024-07-27T18:30:58.823 INFO:tasks.rados.rados.0.smithi029.stdout:3145: read oid 47 snap 297 2024-07-27T18:30:58.823 INFO:tasks.rados.rados.0.smithi029.stdout:3145: expect (ObjNum 911 snap 286 seq_num 911) 2024-07-27T18:30:58.823 INFO:tasks.rados.rados.0.smithi029.stdout:3146: rmattr oid 42 current snap is 298 2024-07-27T18:30:58.823 INFO:tasks.rados.rados.0.smithi029.stdout:3146: done (5 left) 2024-07-27T18:30:58.824 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 298 2024-07-27T18:30:58.824 INFO:tasks.rados.rados.0.smithi029.stdout:3139: finishing write tid 2 to smithi02985406-25 2024-07-27T18:30:58.824 INFO:tasks.rados.rados.0.smithi029.stdout:3147: seq_num 986 ranges {2433024=516096,2949120=770048,3719168=655360,4374528=180224} 2024-07-27T18:30:58.839 INFO:tasks.rados.rados.0.smithi029.stdout:3147: writing smithi02985406-22 from 2433024 to 2949120 tid 1 2024-07-27T18:30:58.844 INFO:tasks.rados.rados.0.smithi029.stdout:3147: writing smithi02985406-22 from 2949120 to 3719168 tid 2 2024-07-27T18:30:58.848 INFO:tasks.rados.rados.0.smithi029.stdout:3147: writing smithi02985406-22 from 3719168 to 4374528 tid 3 2024-07-27T18:30:58.850 INFO:tasks.rados.rados.0.smithi029.stdout:3147: writing smithi02985406-22 from 4374528 to 4554752 tid 4 2024-07-27T18:30:58.850 INFO:tasks.rados.rados.0.smithi029.stdout:3148: delete oid 15 current snap is 298 2024-07-27T18:30:58.850 INFO:tasks.rados.rados.0.smithi029.stdout:3139: finishing write tid 3 to smithi02985406-25 2024-07-27T18:30:58.850 INFO:tasks.rados.rados.0.smithi029.stdout:3139: finishing write tid 4 to smithi02985406-25 2024-07-27T18:30:58.850 INFO:tasks.rados.rados.0.smithi029.stdout:3139: finishing write tid 5 to smithi02985406-25 2024-07-27T18:30:58.850 INFO:tasks.rados.rados.0.smithi029.stdout:3139: finishing write tid 6 to smithi02985406-25 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:3139: oid 25 updating version 0 to 2250 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:3139: oid 25 updating version 2250 to 2252 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:3139: oid 25 updating version 2252 to 2253 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:3139: oid 25 updating version 2253 to 2254 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:3139: oid 25 version 2254 is already newer than 2251 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 2254 (ObjNum 984 snap 298 seq_num 984) dirty exists 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:3139: left oid 25 (ObjNum 984 snap 298 seq_num 984) 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:3142: finishing write tid 1 to smithi02985406-18 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:3142: finishing write tid 2 to smithi02985406-18 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:3142: finishing write tid 3 to smithi02985406-18 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:3144: finishing rollback tid 0 to smithi02985406-41 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:3144: finishing rollback tid 1 to smithi02985406-41 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:3144: finishing rollback tid 2 to smithi02985406-41 2024-07-27T18:30:58.851 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 1511 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:30:58.852 INFO:tasks.rados.rados.0.smithi029.stdout:3142: finishing write tid 4 to smithi02985406-18 2024-07-27T18:30:58.852 INFO:tasks.rados.rados.0.smithi029.stdout:3142: finishing write tid 5 to smithi02985406-18 2024-07-27T18:30:58.852 INFO:tasks.rados.rados.0.smithi029.stdout:3142: finishing write tid 6 to smithi02985406-18 2024-07-27T18:30:58.852 INFO:tasks.rados.rados.0.smithi029.stdout:3142: finishing write tid 7 to smithi02985406-18 2024-07-27T18:30:58.852 INFO:tasks.rados.rados.0.smithi029.stdout:3142: oid 18 updating version 0 to 2261 2024-07-27T18:30:58.852 INFO:tasks.rados.rados.0.smithi029.stdout:3142: oid 18 version 2261 is already newer than 2256 2024-07-27T18:30:58.852 INFO:tasks.rados.rados.0.smithi029.stdout:3142: oid 18 version 2261 is already newer than 2258 2024-07-27T18:30:58.852 INFO:tasks.rados.rados.0.smithi029.stdout:3142: oid 18 version 2261 is already newer than 2260 2024-07-27T18:30:58.852 INFO:tasks.rados.rados.0.smithi029.stdout:3142: oid 18 version 2261 is already newer than 2259 2024-07-27T18:30:58.852 INFO:tasks.rados.rados.0.smithi029.stdout:3142: oid 18 version 2261 is already newer than 2257 2024-07-27T18:30:58.852 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2261 (ObjNum 985 snap 298 seq_num 985) dirty exists 2024-07-27T18:30:58.853 INFO:tasks.rados.rados.0.smithi029.stdout:3142: left oid 18 (ObjNum 985 snap 298 seq_num 985) 2024-07-27T18:30:58.853 INFO:tasks.rados.rados.0.smithi029.stdout:3145: expect (ObjNum 911 snap 286 seq_num 911) 2024-07-27T18:30:58.900 INFO:tasks.rados.rados.0.smithi029.stdout:3147: finishing write tid 1 to smithi02985406-22 2024-07-27T18:30:58.900 INFO:tasks.rados.rados.0.smithi029.stdout:3147: finishing write tid 2 to smithi02985406-22 2024-07-27T18:30:58.900 INFO:tasks.rados.rados.0.smithi029.stdout:3147: finishing write tid 3 to smithi02985406-22 2024-07-27T18:30:58.900 INFO:tasks.rados.rados.0.smithi029.stdout:3147: finishing write tid 4 to smithi02985406-22 2024-07-27T18:30:58.900 INFO:tasks.rados.rados.0.smithi029.stdout:3147: finishing write tid 5 to smithi02985406-22 2024-07-27T18:30:58.900 INFO:tasks.rados.rados.0.smithi029.stdout:3147: finishing write tid 6 to smithi02985406-22 2024-07-27T18:30:58.900 INFO:tasks.rados.rados.0.smithi029.stdout:3147: oid 22 updating version 0 to 1014 2024-07-27T18:30:58.900 INFO:tasks.rados.rados.0.smithi029.stdout:3147: oid 22 version 1014 is already newer than 1013 2024-07-27T18:30:58.900 INFO:tasks.rados.rados.0.smithi029.stdout:3147: oid 22 updating version 1014 to 1015 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:3147: oid 22 updating version 1015 to 1016 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:3147: oid 22 updating version 1016 to 1017 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 1017 (ObjNum 986 snap 298 seq_num 986) dirty exists 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:3147: left oid 22 (ObjNum 986 snap 298 seq_num 986) 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:3139: done (6 left) 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:3142: done (5 left) 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:3143: done (4 left) 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:3144: done (3 left) 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:3145: done (2 left) 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:3147: done (1 left) 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:3148: done (0 left) 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:3149: read oid 29 snap -1 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:3149: expect deleted 2024-07-27T18:30:58.901 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 298 2024-07-27T18:30:58.902 INFO:tasks.rados.rados.0.smithi029.stdout:3150: seq_num 988 ranges {16785408=557056,17342464=532480,17874944=622592,18497536=450560} 2024-07-27T18:30:58.994 INFO:tasks.rados.rados.0.smithi029.stdout:3150: writing smithi02985406-4 from 16785408 to 17342464 tid 1 2024-07-27T18:30:58.997 INFO:tasks.rados.rados.0.smithi029.stdout:3150: writing smithi02985406-4 from 17342464 to 17874944 tid 2 2024-07-27T18:30:59.001 INFO:tasks.rados.rados.0.smithi029.stdout:3150: writing smithi02985406-4 from 17874944 to 18497536 tid 3 2024-07-27T18:30:59.004 INFO:tasks.rados.rados.0.smithi029.stdout:3150: writing smithi02985406-4 from 18497536 to 18948096 tid 4 2024-07-27T18:30:59.005 INFO:tasks.rados.rados.0.smithi029.stdout:3151: rollback oid 28 current snap is 298 2024-07-27T18:30:59.005 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 28 to 297 2024-07-27T18:30:59.005 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 298 2024-07-27T18:30:59.005 INFO:tasks.rados.rados.0.smithi029.stdout:3152: seq_num 989 ranges {0=573440,573440=466944,1040384=434176,1474560=638976,2113536=65536} 2024-07-27T18:30:59.008 INFO:tasks.rados.rados.0.smithi029.stdout:3152: writing smithi02985406-1 from 0 to 573440 tid 1 2024-07-27T18:30:59.010 INFO:tasks.rados.rados.0.smithi029.stdout:3152: writing smithi02985406-1 from 573440 to 1040384 tid 2 2024-07-27T18:30:59.013 INFO:tasks.rados.rados.0.smithi029.stdout:3152: writing smithi02985406-1 from 1040384 to 1474560 tid 3 2024-07-27T18:30:59.017 INFO:tasks.rados.rados.0.smithi029.stdout:3152: writing smithi02985406-1 from 1474560 to 2113536 tid 4 2024-07-27T18:30:59.018 INFO:tasks.rados.rados.0.smithi029.stdout:3152: writing smithi02985406-1 from 2113536 to 2179072 tid 5 2024-07-27T18:30:59.018 INFO:tasks.rados.rados.0.smithi029.stdout:3153: copy_from oid 35 from oid 14 current snap is 298 2024-07-27T18:30:59.018 INFO:tasks.rados.rados.0.smithi029.stdout:3150: finishing write tid 1 to smithi02985406-4 2024-07-27T18:30:59.018 INFO:tasks.rados.rados.0.smithi029.stdout:3150: finishing write tid 2 to smithi02985406-4 2024-07-27T18:30:59.018 INFO:tasks.rados.rados.0.smithi029.stdout:3149: done (4 left) 2024-07-27T18:30:59.018 INFO:tasks.rados.rados.0.smithi029.stdout:3154: read oid 20 snap 297 2024-07-27T18:30:59.018 INFO:tasks.rados.rados.0.smithi029.stdout:3154: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:30:59.019 INFO:tasks.rados.rados.0.smithi029.stdout:3155: delete oid 44 current snap is 298 2024-07-27T18:30:59.019 INFO:tasks.rados.rados.0.smithi029.stdout:3151: finishing rollback tid 1 to smithi02985406-28 2024-07-27T18:30:59.019 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2024-07-27T18:30:59.019 INFO:tasks.rados.rados.0.smithi029.stdout:3150: finishing write tid 3 to smithi02985406-4 2024-07-27T18:30:59.019 INFO:tasks.rados.rados.0.smithi029.stdout:3150: finishing write tid 4 to smithi02985406-4 2024-07-27T18:30:59.019 INFO:tasks.rados.rados.0.smithi029.stdout:3150: finishing write tid 5 to smithi02985406-4 2024-07-27T18:30:59.019 INFO:tasks.rados.rados.0.smithi029.stdout:3150: finishing write tid 6 to smithi02985406-4 2024-07-27T18:30:59.019 INFO:tasks.rados.rados.0.smithi029.stdout:3150: oid 4 updating version 0 to 1910 2024-07-27T18:30:59.020 INFO:tasks.rados.rados.0.smithi029.stdout:3150: oid 4 updating version 1910 to 1913 2024-07-27T18:30:59.020 INFO:tasks.rados.rados.0.smithi029.stdout:3150: oid 4 version 1913 is already newer than 1912 2024-07-27T18:30:59.020 INFO:tasks.rados.rados.0.smithi029.stdout:3150: oid 4 version 1913 is already newer than 1911 2024-07-27T18:30:59.020 INFO:tasks.rados.rados.0.smithi029.stdout:3150: oid 4 version 1913 is already newer than 1909 2024-07-27T18:30:59.020 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1913 (ObjNum 988 snap 298 seq_num 988) dirty exists 2024-07-27T18:30:59.020 INFO:tasks.rados.rados.0.smithi029.stdout:3150: left oid 4 (ObjNum 988 snap 298 seq_num 988) 2024-07-27T18:30:59.020 INFO:tasks.rados.rados.0.smithi029.stdout:3152: finishing write tid 1 to smithi02985406-1 2024-07-27T18:30:59.020 INFO:tasks.rados.rados.0.smithi029.stdout:3152: finishing write tid 2 to smithi02985406-1 2024-07-27T18:30:59.020 INFO:tasks.rados.rados.0.smithi029.stdout:3152: finishing write tid 3 to smithi02985406-1 2024-07-27T18:30:59.021 INFO:tasks.rados.rados.0.smithi029.stdout:3153: finishing copy_from to smithi02985406-35 2024-07-27T18:30:59.021 INFO:tasks.rados.rados.0.smithi029.stdout:3153: got expected ENOENT (src dne) 2024-07-27T18:30:59.021 INFO:tasks.rados.rados.0.smithi029.stdout:3153: finishing copy_from racing read to smithi02985406-35 2024-07-27T18:30:59.024 INFO:tasks.rados.rados.0.smithi029.stdout:3152: finishing write tid 4 to smithi02985406-1 2024-07-27T18:30:59.024 INFO:tasks.rados.rados.0.smithi029.stdout:3152: finishing write tid 5 to smithi02985406-1 2024-07-27T18:30:59.025 INFO:tasks.rados.rados.0.smithi029.stdout:3152: finishing write tid 6 to smithi02985406-1 2024-07-27T18:30:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:3152: finishing write tid 7 to smithi02985406-1 2024-07-27T18:30:59.027 INFO:tasks.rados.rados.0.smithi029.stdout:3152: oid 1 updating version 0 to 2119 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:3152: oid 1 version 2119 is already newer than 2115 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:3152: oid 1 version 2119 is already newer than 2114 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:3152: oid 1 version 2119 is already newer than 2117 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:3152: oid 1 version 2119 is already newer than 2118 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:3152: oid 1 version 2119 is already newer than 2116 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 2119 (ObjNum 989 snap 298 seq_num 989) dirty exists 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:3152: left oid 1 (ObjNum 989 snap 298 seq_num 989) 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:3150: done (5 left) 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:3151: done (4 left) 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:3152: done (3 left) 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:3153: done (2 left) 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:3155: done (1 left) 2024-07-27T18:30:59.028 INFO:tasks.rados.rados.0.smithi029.stdout:3156: rollback oid 18 current snap is 298 2024-07-27T18:30:59.029 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 18 to 297 2024-07-27T18:30:59.029 INFO:tasks.rados.rados.0.smithi029.stdout:3157: rmattr oid 47 current snap is 298 2024-07-27T18:30:59.029 INFO:tasks.rados.rados.0.smithi029.stdout:3157: done (2 left) 2024-07-27T18:30:59.029 INFO:tasks.rados.rados.0.smithi029.stdout:3158: read oid 37 snap -1 2024-07-27T18:30:59.029 INFO:tasks.rados.rados.0.smithi029.stdout:3158: expect deleted 2024-07-27T18:30:59.029 INFO:tasks.rados.rados.0.smithi029.stdout:3159: delete oid 10 current snap is 298 2024-07-27T18:30:59.030 INFO:tasks.rados.rados.0.smithi029.stdout:3158: done (3 left) 2024-07-27T18:30:59.030 INFO:tasks.rados.rados.0.smithi029.stdout:3159: done (2 left) 2024-07-27T18:30:59.031 INFO:tasks.rados.rados.0.smithi029.stdout:3160: rmattr oid 19 current snap is 298 2024-07-27T18:30:59.031 INFO:tasks.rados.rados.0.smithi029.stdout:3160: done (2 left) 2024-07-27T18:30:59.031 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 298 2024-07-27T18:30:59.031 INFO:tasks.rados.rados.0.smithi029.stdout:3161: seq_num 992 ranges {3678208=622592,4300800=524288,4825088=606208,5431296=475136} 2024-07-27T18:30:59.058 INFO:tasks.rados.rados.0.smithi029.stdout:3161: writing smithi02985406-46 from 3678208 to 4300800 tid 1 2024-07-27T18:30:59.061 INFO:tasks.rados.rados.0.smithi029.stdout:3161: writing smithi02985406-46 from 4300800 to 4825088 tid 2 2024-07-27T18:30:59.065 INFO:tasks.rados.rados.0.smithi029.stdout:3161: writing smithi02985406-46 from 4825088 to 5431296 tid 3 2024-07-27T18:30:59.068 INFO:tasks.rados.rados.0.smithi029.stdout:3161: writing smithi02985406-46 from 5431296 to 5906432 tid 4 2024-07-27T18:30:59.068 INFO:tasks.rados.rados.0.smithi029.stdout:3162: copy_from oid 44 from oid 2 current snap is 298 2024-07-27T18:30:59.069 INFO:tasks.rados.rados.0.smithi029.stdout:3154: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:30:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:30:59 smithi179 ceph-mon[89801]: osdmap e687: 8 total, 8 up, 8 in 2024-07-27T18:30:59.479 INFO:tasks.rados.rados.0.smithi029.stdout:3156: finishing rollback tid 0 to smithi02985406-18 2024-07-27T18:30:59.479 INFO:tasks.rados.rados.0.smithi029.stdout:3156: finishing rollback tid 1 to smithi02985406-18 2024-07-27T18:30:59.480 INFO:tasks.rados.rados.0.smithi029.stdout:3156: finishing rollback tid 2 to smithi02985406-18 2024-07-27T18:30:59.480 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2264 (ObjNum 960 snap 294 seq_num 960) dirty exists 2024-07-27T18:30:59.480 INFO:tasks.rados.rados.0.smithi029.stdout:3161: finishing write tid 1 to smithi02985406-46 2024-07-27T18:30:59.480 INFO:tasks.rados.rados.0.smithi029.stdout:3161: finishing write tid 2 to smithi02985406-46 2024-07-27T18:30:59.480 INFO:tasks.rados.rados.0.smithi029.stdout:3161: finishing write tid 3 to smithi02985406-46 2024-07-27T18:30:59.480 INFO:tasks.rados.rados.0.smithi029.stdout:3154: done (3 left) 2024-07-27T18:30:59.480 INFO:tasks.rados.rados.0.smithi029.stdout:3156: done (2 left) 2024-07-27T18:30:59.480 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 298 2024-07-27T18:30:59.480 INFO:tasks.rados.rados.0.smithi029.stdout:3163: seq_num 993 ranges {0=638976,638976=409600,1048576=409600,1458176=688128,2146304=98304} 2024-07-27T18:30:59.483 INFO:tasks.rados.rados.0.smithi029.stdout:3163: writing smithi02985406-5 from 0 to 638976 tid 1 2024-07-27T18:30:59.485 INFO:tasks.rados.rados.0.smithi029.stdout:3163: writing smithi02985406-5 from 638976 to 1048576 tid 2 2024-07-27T18:30:59.487 INFO:tasks.rados.rados.0.smithi029.stdout:3163: writing smithi02985406-5 from 1048576 to 1458176 tid 3 2024-07-27T18:30:59.491 INFO:tasks.rados.rados.0.smithi029.stdout:3163: writing smithi02985406-5 from 1458176 to 2146304 tid 4 2024-07-27T18:30:59.493 INFO:tasks.rados.rados.0.smithi029.stdout:3163: writing smithi02985406-5 from 2146304 to 2244608 tid 5 2024-07-27T18:30:59.493 INFO:tasks.rados.rados.0.smithi029.stdout:3164: read oid 50 snap -1 2024-07-27T18:30:59.493 INFO:tasks.rados.rados.0.smithi029.stdout:3164: expect (ObjNum 912 snap 287 seq_num 912) 2024-07-27T18:30:59.493 INFO:tasks.rados.rados.0.smithi029.stdout:3165: snap_create 2024-07-27T18:30:59.493 INFO:tasks.rados.rados.0.smithi029.stdout:3161: finishing write tid 4 to smithi02985406-46 2024-07-27T18:30:59.493 INFO:tasks.rados.rados.0.smithi029.stdout:3161: finishing write tid 5 to smithi02985406-46 2024-07-27T18:30:59.493 INFO:tasks.rados.rados.0.smithi029.stdout:3161: finishing write tid 6 to smithi02985406-46 2024-07-27T18:30:59.493 INFO:tasks.rados.rados.0.smithi029.stdout:3161: oid 46 updating version 0 to 1630 2024-07-27T18:30:59.493 INFO:tasks.rados.rados.0.smithi029.stdout:3161: oid 46 updating version 1630 to 1632 2024-07-27T18:30:59.493 INFO:tasks.rados.rados.0.smithi029.stdout:3161: oid 46 version 1632 is already newer than 1631 2024-07-27T18:30:59.494 INFO:tasks.rados.rados.0.smithi029.stdout:3161: oid 46 version 1632 is already newer than 1629 2024-07-27T18:30:59.494 INFO:tasks.rados.rados.0.smithi029.stdout:3161: oid 46 version 1632 is already newer than 1628 2024-07-27T18:30:59.494 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1632 (ObjNum 992 snap 298 seq_num 992) dirty exists 2024-07-27T18:30:59.494 INFO:tasks.rados.rados.0.smithi029.stdout:3161: left oid 46 (ObjNum 992 snap 298 seq_num 992) 2024-07-27T18:30:59.494 INFO:tasks.rados.rados.0.smithi029.stdout:3162: finishing copy_from racing read to smithi02985406-44 2024-07-27T18:30:59.494 INFO:tasks.rados.rados.0.smithi029.stdout:3162: finishing copy_from to smithi02985406-44 2024-07-27T18:30:59.494 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 2226 (ObjNum 964 snap 294 seq_num 964) dirty exists 2024-07-27T18:30:59.495 INFO:tasks.rados.rados.0.smithi029.stdout:3163: finishing write tid 1 to smithi02985406-5 2024-07-27T18:30:59.495 INFO:tasks.rados.rados.0.smithi029.stdout:3163: finishing write tid 2 to smithi02985406-5 2024-07-27T18:30:59.495 INFO:tasks.rados.rados.0.smithi029.stdout:3163: finishing write tid 3 to smithi02985406-5 2024-07-27T18:30:59.497 INFO:tasks.rados.rados.0.smithi029.stdout:3163: finishing write tid 4 to smithi02985406-5 2024-07-27T18:30:59.497 INFO:tasks.rados.rados.0.smithi029.stdout:3163: finishing write tid 5 to smithi02985406-5 2024-07-27T18:30:59.498 INFO:tasks.rados.rados.0.smithi029.stdout:3163: finishing write tid 6 to smithi02985406-5 2024-07-27T18:30:59.498 INFO:tasks.rados.rados.0.smithi029.stdout:3164: expect (ObjNum 912 snap 287 seq_num 912) 2024-07-27T18:30:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:30:59 smithi029 ceph-mon[96870]: osdmap e687: 8 total, 8 up, 8 in 2024-07-27T18:30:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:30:59 smithi029 ceph-mon[99353]: osdmap e687: 8 total, 8 up, 8 in 2024-07-27T18:30:59.547 INFO:tasks.rados.rados.0.smithi029.stdout:3163: finishing write tid 7 to smithi02985406-5 2024-07-27T18:30:59.547 INFO:tasks.rados.rados.0.smithi029.stdout:3163: oid 5 updating version 0 to 2303 2024-07-27T18:30:59.547 INFO:tasks.rados.rados.0.smithi029.stdout:3163: oid 5 version 2303 is already newer than 2302 2024-07-27T18:30:59.547 INFO:tasks.rados.rados.0.smithi029.stdout:3163: oid 5 updating version 2303 to 2305 2024-07-27T18:30:59.547 INFO:tasks.rados.rados.0.smithi029.stdout:3163: oid 5 version 2305 is already newer than 2304 2024-07-27T18:30:59.547 INFO:tasks.rados.rados.0.smithi029.stdout:3163: oid 5 updating version 2305 to 2306 2024-07-27T18:30:59.548 INFO:tasks.rados.rados.0.smithi029.stdout:3163: oid 5 version 2306 is already newer than 2301 2024-07-27T18:30:59.548 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 2306 (ObjNum 993 snap 298 seq_num 993) dirty exists 2024-07-27T18:30:59.548 INFO:tasks.rados.rados.0.smithi029.stdout:3163: left oid 5 (ObjNum 993 snap 298 seq_num 993) 2024-07-27T18:31:00.094 INFO:tasks.rados.rados.0.smithi029.stdout:3161: done (4 left) 2024-07-27T18:31:00.094 INFO:tasks.rados.rados.0.smithi029.stdout:3162: done (3 left) 2024-07-27T18:31:00.094 INFO:tasks.rados.rados.0.smithi029.stdout:3163: done (2 left) 2024-07-27T18:31:00.094 INFO:tasks.rados.rados.0.smithi029.stdout:3164: done (1 left) 2024-07-27T18:31:00.094 INFO:tasks.rados.rados.0.smithi029.stdout:3165: done (0 left) 2024-07-27T18:31:00.094 INFO:tasks.rados.rados.0.smithi029.stdout:3166: rollback oid 43 current snap is 299 2024-07-27T18:31:00.094 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 43 to 297 2024-07-27T18:31:00.094 INFO:tasks.rados.rados.0.smithi029.stdout:3167: copy_from oid 32 from oid 46 current snap is 299 2024-07-27T18:31:00.094 INFO:tasks.rados.rados.0.smithi029.stdout:3168: copy_from oid 33 from oid 40 current snap is 299 2024-07-27T18:31:00.094 INFO:tasks.rados.rados.0.smithi029.stdout:3169: snap_remove snap 298 2024-07-27T18:31:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:00 smithi179 ceph-mon[89801]: pgmap v696: 121 pgs: 121 active+clean; 129 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.6 MiB/s rd, 1.4 MiB/s wr, 14 op/s 2024-07-27T18:31:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:00 smithi029 ceph-mon[96870]: pgmap v696: 121 pgs: 121 active+clean; 129 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.6 MiB/s rd, 1.4 MiB/s wr, 14 op/s 2024-07-27T18:31:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:00 smithi029 ceph-mon[99353]: pgmap v696: 121 pgs: 121 active+clean; 129 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.6 MiB/s rd, 1.4 MiB/s wr, 14 op/s 2024-07-27T18:31:01.100 INFO:tasks.rados.rados.0.smithi029.stdout:3169: done (3 left) 2024-07-27T18:31:01.100 INFO:tasks.rados.rados.0.smithi029.stdout:3170: delete oid 29 current snap is 299 2024-07-27T18:31:01.100 INFO:tasks.rados.rados.0.smithi029.stdout:3168: finishing copy_from to smithi02985406-33 2024-07-27T18:31:01.100 INFO:tasks.rados.rados.0.smithi029.stdout:3168: got expected ENOENT (src dne) 2024-07-27T18:31:01.100 INFO:tasks.rados.rados.0.smithi029.stdout:3168: finishing copy_from racing read to smithi02985406-33 2024-07-27T18:31:01.100 INFO:tasks.rados.rados.0.smithi029.stdout:3166: finishing rollback tid 1 to smithi02985406-43 2024-07-27T18:31:01.100 INFO:tasks.rados.rados.0.smithi029.stdout:3166: finishing rollback tid 2 to smithi02985406-43 2024-07-27T18:31:01.101 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 2308 (ObjNum 951 snap 292 seq_num 951) dirty exists 2024-07-27T18:31:01.101 INFO:tasks.rados.rados.0.smithi029.stdout:3167: finishing copy_from racing read to smithi02985406-32 2024-07-27T18:31:01.101 INFO:tasks.rados.rados.0.smithi029.stdout:3167: finishing copy_from to smithi02985406-32 2024-07-27T18:31:01.101 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 1632 (ObjNum 992 snap 298 seq_num 992) dirty exists 2024-07-27T18:31:01.103 INFO:tasks.rados.rados.0.smithi029.stdout:3166: done (3 left) 2024-07-27T18:31:01.103 INFO:tasks.rados.rados.0.smithi029.stdout:3167: done (2 left) 2024-07-27T18:31:01.103 INFO:tasks.rados.rados.0.smithi029.stdout:3168: done (1 left) 2024-07-27T18:31:01.103 INFO:tasks.rados.rados.0.smithi029.stdout:3170: done (0 left) 2024-07-27T18:31:01.103 INFO:tasks.rados.rados.0.smithi029.stdout:3171: delete oid 21 current snap is 299 2024-07-27T18:31:01.109 INFO:tasks.rados.rados.0.smithi029.stdout:3171: done (0 left) 2024-07-27T18:31:01.109 INFO:tasks.rados.rados.0.smithi029.stdout:3172: copy_from oid 13 from oid 17 current snap is 299 2024-07-27T18:31:01.109 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 299 2024-07-27T18:31:01.109 INFO:tasks.rados.rados.0.smithi029.stdout:3173: seq_num 996 ranges {663552=688128,1351680=507904,1859584=581632,2441216=516096} 2024-07-27T18:31:01.117 INFO:tasks.rados.rados.0.smithi029.stdout:3173: writing smithi02985406-26 from 663552 to 1351680 tid 1 2024-07-27T18:31:01.120 INFO:tasks.rados.rados.0.smithi029.stdout:3173: writing smithi02985406-26 from 1351680 to 1859584 tid 2 2024-07-27T18:31:01.123 INFO:tasks.rados.rados.0.smithi029.stdout:3173: writing smithi02985406-26 from 1859584 to 2441216 tid 3 2024-07-27T18:31:01.127 INFO:tasks.rados.rados.0.smithi029.stdout:3173: writing smithi02985406-26 from 2441216 to 2957312 tid 4 2024-07-27T18:31:01.127 INFO:tasks.rados.rados.0.smithi029.stdout:3174: snap_create 2024-07-27T18:31:01.127 INFO:tasks.rados.rados.0.smithi029.stdout:3172: finishing copy_from to smithi02985406-13 2024-07-27T18:31:01.127 INFO:tasks.rados.rados.0.smithi029.stdout:3172: got expected ENOENT (src dne) 2024-07-27T18:31:01.127 INFO:tasks.rados.rados.0.smithi029.stdout:3172: finishing copy_from racing read to smithi02985406-13 2024-07-27T18:31:01.127 INFO:tasks.rados.rados.0.smithi029.stdout:3173: finishing write tid 1 to smithi02985406-26 2024-07-27T18:31:01.127 INFO:tasks.rados.rados.0.smithi029.stdout:3173: finishing write tid 2 to smithi02985406-26 2024-07-27T18:31:01.127 INFO:tasks.rados.rados.0.smithi029.stdout:3173: finishing write tid 3 to smithi02985406-26 2024-07-27T18:31:01.130 INFO:tasks.rados.rados.0.smithi029.stdout:3173: finishing write tid 4 to smithi02985406-26 2024-07-27T18:31:01.130 INFO:tasks.rados.rados.0.smithi029.stdout:3173: finishing write tid 5 to smithi02985406-26 2024-07-27T18:31:01.131 INFO:tasks.rados.rados.0.smithi029.stdout:3173: finishing write tid 6 to smithi02985406-26 2024-07-27T18:31:01.131 INFO:tasks.rados.rados.0.smithi029.stdout:3173: oid 26 updating version 0 to 2104 2024-07-27T18:31:01.131 INFO:tasks.rados.rados.0.smithi029.stdout:3173: oid 26 updating version 2104 to 2107 2024-07-27T18:31:01.131 INFO:tasks.rados.rados.0.smithi029.stdout:3173: oid 26 updating version 2107 to 2108 2024-07-27T18:31:01.131 INFO:tasks.rados.rados.0.smithi029.stdout:3173: oid 26 version 2108 is already newer than 2105 2024-07-27T18:31:01.131 INFO:tasks.rados.rados.0.smithi029.stdout:3173: oid 26 version 2108 is already newer than 2106 2024-07-27T18:31:01.131 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 2108 (ObjNum 996 snap 299 seq_num 996) dirty exists 2024-07-27T18:31:01.131 INFO:tasks.rados.rados.0.smithi029.stdout:3173: left oid 26 (ObjNum 996 snap 299 seq_num 996) 2024-07-27T18:31:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:01 smithi179 ceph-mon[89801]: osdmap e688: 8 total, 8 up, 8 in 2024-07-27T18:31:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:01 smithi029 ceph-mon[96870]: osdmap e688: 8 total, 8 up, 8 in 2024-07-27T18:31:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:01 smithi029 ceph-mon[99353]: osdmap e688: 8 total, 8 up, 8 in 2024-07-27T18:31:02.056 INFO:tasks.rados.rados.0.smithi029.stdout:3172: done (2 left) 2024-07-27T18:31:02.056 INFO:tasks.rados.rados.0.smithi029.stdout:3173: done (1 left) 2024-07-27T18:31:02.057 INFO:tasks.rados.rados.0.smithi029.stdout:3174: done (0 left) 2024-07-27T18:31:02.057 INFO:tasks.rados.rados.0.smithi029.stdout:3175: copy_from oid 24 from oid 35 current snap is 300 2024-07-27T18:31:02.057 INFO:tasks.rados.rados.0.smithi029.stdout:3176: read oid 32 snap 299 2024-07-27T18:31:02.057 INFO:tasks.rados.rados.0.smithi029.stdout:3176: expect (ObjNum 992 snap 298 seq_num 992) 2024-07-27T18:31:02.057 INFO:tasks.rados.rados.0.smithi029.stdout:3177: delete oid 31 current snap is 300 2024-07-27T18:31:02.061 INFO:tasks.rados.rados.0.smithi029.stdout:3177: done (2 left) 2024-07-27T18:31:02.061 INFO:tasks.rados.rados.0.smithi029.stdout:3178: rollback oid 11 current snap is 300 2024-07-27T18:31:02.061 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 11 to 299 2024-07-27T18:31:02.061 INFO:tasks.rados.rados.0.smithi029.stdout:3179: delete oid 44 current snap is 300 2024-07-27T18:31:02.067 INFO:tasks.rados.rados.0.smithi029.stdout:3178: finishing rollback tid 0 to smithi02985406-11 2024-07-27T18:31:02.068 INFO:tasks.rados.rados.0.smithi029.stdout:3178: finishing rollback tid 1 to smithi02985406-11 2024-07-27T18:31:02.068 INFO:tasks.rados.rados.0.smithi029.stdout:3178: finishing rollback tid 2 to smithi02985406-11 2024-07-27T18:31:02.068 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 2111 (ObjNum 928 snap 290 seq_num 928) dirty exists 2024-07-27T18:31:02.070 INFO:tasks.rados.rados.0.smithi029.stdout:3178: done (3 left) 2024-07-27T18:31:02.070 INFO:tasks.rados.rados.0.smithi029.stdout:3179: done (2 left) 2024-07-27T18:31:02.070 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 20 current snap is 300 2024-07-27T18:31:02.070 INFO:tasks.rados.rados.0.smithi029.stdout:3180: seq_num 999 ranges {7806976=737280,8544256=565248,9109504=761856,9871360=278528} 2024-07-27T18:31:02.117 INFO:tasks.rados.rados.0.smithi029.stdout:3180: writing smithi02985406-20 from 7806976 to 8544256 tid 1 2024-07-27T18:31:02.120 INFO:tasks.rados.rados.0.smithi029.stdout:3180: writing smithi02985406-20 from 8544256 to 9109504 tid 2 2024-07-27T18:31:02.124 INFO:tasks.rados.rados.0.smithi029.stdout:3180: writing smithi02985406-20 from 9109504 to 9871360 tid 3 2024-07-27T18:31:02.126 INFO:tasks.rados.rados.0.smithi029.stdout:3180: writing smithi02985406-20 from 9871360 to 10149888 tid 4 2024-07-27T18:31:02.126 INFO:tasks.rados.rados.0.smithi029.stdout:3181: snap_remove snap 297 2024-07-27T18:31:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:02 smithi179 ceph-mon[89801]: pgmap v698: 121 pgs: 121 active+clean; 133 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 2.5 MiB/s wr, 21 op/s 2024-07-27T18:31:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:02 smithi179 ceph-mon[89801]: osdmap e689: 8 total, 8 up, 8 in 2024-07-27T18:31:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:02 smithi179 ceph-mon[89801]: osdmap e690: 8 total, 8 up, 8 in 2024-07-27T18:31:02.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:02 smithi029 ceph-mon[99353]: pgmap v698: 121 pgs: 121 active+clean; 133 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 2.5 MiB/s wr, 21 op/s 2024-07-27T18:31:02.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:02 smithi029 ceph-mon[99353]: osdmap e689: 8 total, 8 up, 8 in 2024-07-27T18:31:02.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:02 smithi029 ceph-mon[99353]: osdmap e690: 8 total, 8 up, 8 in 2024-07-27T18:31:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:02 smithi029 ceph-mon[96870]: pgmap v698: 121 pgs: 121 active+clean; 133 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 2.5 MiB/s wr, 21 op/s 2024-07-27T18:31:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:02 smithi029 ceph-mon[96870]: osdmap e689: 8 total, 8 up, 8 in 2024-07-27T18:31:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:02 smithi029 ceph-mon[96870]: osdmap e690: 8 total, 8 up, 8 in 2024-07-27T18:31:02.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:31:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:31:02] "GET /metrics HTTP/1.1" 200 36346 "" "Prometheus/2.43.0" 2024-07-27T18:31:03.107 INFO:tasks.rados.rados.0.smithi029.stdout:3181: done (3 left) 2024-07-27T18:31:03.107 INFO:tasks.rados.rados.0.smithi029.stdout:3182: read oid 19 snap -1 2024-07-27T18:31:03.107 INFO:tasks.rados.rados.0.smithi029.stdout:3182: expect deleted 2024-07-27T18:31:03.107 INFO:tasks.rados.rados.0.smithi029.stdout:3183: copy_from oid 10 from oid 18 current snap is 300 2024-07-27T18:31:03.107 INFO:tasks.rados.rados.0.smithi029.stdout:3175: finishing copy_from racing read to smithi02985406-24 2024-07-27T18:31:03.108 INFO:tasks.rados.rados.0.smithi029.stdout:3175: finishing copy_from to smithi02985406-24 2024-07-27T18:31:03.108 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 1012 (ObjNum 972 snap 296 seq_num 972) dirty exists 2024-07-27T18:31:03.108 INFO:tasks.rados.rados.0.smithi029.stdout:3175: done (4 left) 2024-07-27T18:31:03.108 INFO:tasks.rados.rados.0.smithi029.stdout:3184: read oid 45 snap -1 2024-07-27T18:31:03.108 INFO:tasks.rados.rados.0.smithi029.stdout:3184: expect (ObjNum 978 snap 297 seq_num 978) 2024-07-27T18:31:03.108 INFO:tasks.rados.rados.0.smithi029.stdout:3176: expect (ObjNum 992 snap 298 seq_num 992) 2024-07-27T18:31:03.365 INFO:tasks.rados.rados.0.smithi029.stdout:3180: finishing write tid 1 to smithi02985406-20 2024-07-27T18:31:03.365 INFO:tasks.rados.rados.0.smithi029.stdout:3180: finishing write tid 2 to smithi02985406-20 2024-07-27T18:31:03.365 INFO:tasks.rados.rados.0.smithi029.stdout:3180: finishing write tid 3 to smithi02985406-20 2024-07-27T18:31:03.365 INFO:tasks.rados.rados.0.smithi029.stdout:3180: finishing write tid 4 to smithi02985406-20 2024-07-27T18:31:03.365 INFO:tasks.rados.rados.0.smithi029.stdout:3180: finishing write tid 5 to smithi02985406-20 2024-07-27T18:31:03.366 INFO:tasks.rados.rados.0.smithi029.stdout:3180: finishing write tid 6 to smithi02985406-20 2024-07-27T18:31:03.366 INFO:tasks.rados.rados.0.smithi029.stdout:3180: oid 20 updating version 0 to 2269 2024-07-27T18:31:03.366 INFO:tasks.rados.rados.0.smithi029.stdout:3180: oid 20 version 2269 is already newer than 2266 2024-07-27T18:31:03.366 INFO:tasks.rados.rados.0.smithi029.stdout:3180: oid 20 updating version 2269 to 2270 2024-07-27T18:31:03.366 INFO:tasks.rados.rados.0.smithi029.stdout:3180: oid 20 version 2270 is already newer than 2267 2024-07-27T18:31:03.366 INFO:tasks.rados.rados.0.smithi029.stdout:3180: oid 20 version 2270 is already newer than 2268 2024-07-27T18:31:03.366 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 2270 (ObjNum 999 snap 300 seq_num 999) dirty exists 2024-07-27T18:31:03.366 INFO:tasks.rados.rados.0.smithi029.stdout:3180: left oid 20 (ObjNum 999 snap 300 seq_num 999) 2024-07-27T18:31:03.366 INFO:tasks.rados.rados.0.smithi029.stdout:3176: done (4 left) 2024-07-27T18:31:03.367 INFO:tasks.rados.rados.0.smithi029.stdout:3180: done (3 left) 2024-07-27T18:31:03.367 INFO:tasks.rados.rados.0.smithi029.stdout:3185: snap_create 2024-07-27T18:31:03.367 INFO:tasks.rados.rados.0.smithi029.stdout:3184: expect (ObjNum 978 snap 297 seq_num 978) 2024-07-27T18:31:03.421 INFO:tasks.rados.rados.0.smithi029.stdout:3183: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:31:03.421 INFO:tasks.rados.rados.0.smithi029.stdout:3183: finishing copy_from to smithi02985406-10 2024-07-27T18:31:03.421 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2264 (ObjNum 960 snap 294 seq_num 960) dirty exists 2024-07-27T18:31:04.112 INFO:tasks.rados.rados.0.smithi029.stdout:3182: done (3 left) 2024-07-27T18:31:04.112 INFO:tasks.rados.rados.0.smithi029.stdout:3183: done (2 left) 2024-07-27T18:31:04.112 INFO:tasks.rados.rados.0.smithi029.stdout:3184: done (1 left) 2024-07-27T18:31:04.112 INFO:tasks.rados.rados.0.smithi029.stdout:3185: done (0 left) 2024-07-27T18:31:04.112 INFO:tasks.rados.rados.0.smithi029.stdout:3186: snap_create 2024-07-27T18:31:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:04 smithi179 ceph-mon[89801]: pgmap v701: 121 pgs: 121 active+clean; 166 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 7.4 MiB/s wr, 23 op/s 2024-07-27T18:31:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:04 smithi179 ceph-mon[89801]: osdmap e691: 8 total, 8 up, 8 in 2024-07-27T18:31:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:04 smithi029 ceph-mon[96870]: pgmap v701: 121 pgs: 121 active+clean; 166 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 7.4 MiB/s wr, 23 op/s 2024-07-27T18:31:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:04 smithi029 ceph-mon[96870]: osdmap e691: 8 total, 8 up, 8 in 2024-07-27T18:31:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:04 smithi029 ceph-mon[99353]: pgmap v701: 121 pgs: 121 active+clean; 166 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 7.4 MiB/s wr, 23 op/s 2024-07-27T18:31:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:04 smithi029 ceph-mon[99353]: osdmap e691: 8 total, 8 up, 8 in 2024-07-27T18:31:05.115 INFO:tasks.rados.rados.0.smithi029.stdout:3186: done (0 left) 2024-07-27T18:31:05.115 INFO:tasks.rados.rados.0.smithi029.stdout:3187: read oid 31 snap 301 2024-07-27T18:31:05.115 INFO:tasks.rados.rados.0.smithi029.stdout:3187: expect deleted 2024-07-27T18:31:05.115 INFO:tasks.rados.rados.0.smithi029.stdout:3188: snap_remove snap 300 2024-07-27T18:31:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:05 smithi179 ceph-mon[89801]: osdmap e692: 8 total, 8 up, 8 in 2024-07-27T18:31:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:05 smithi029 ceph-mon[96870]: osdmap e692: 8 total, 8 up, 8 in 2024-07-27T18:31:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:05 smithi029 ceph-mon[99353]: osdmap e692: 8 total, 8 up, 8 in 2024-07-27T18:31:06.117 INFO:tasks.rados.rados.0.smithi029.stdout:3188: done (1 left) 2024-07-27T18:31:06.117 INFO:tasks.rados.rados.0.smithi029.stdout:3189: snap_remove snap 299 2024-07-27T18:31:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:06 smithi179 ceph-mon[89801]: pgmap v704: 121 pgs: 121 active+clean; 170 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 7.4 MiB/s rd, 9.0 MiB/s wr, 20 op/s 2024-07-27T18:31:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:06 smithi179 ceph-mon[89801]: osdmap e693: 8 total, 8 up, 8 in 2024-07-27T18:31:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:06 smithi029 ceph-mon[96870]: pgmap v704: 121 pgs: 121 active+clean; 170 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 7.4 MiB/s rd, 9.0 MiB/s wr, 20 op/s 2024-07-27T18:31:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:06 smithi029 ceph-mon[96870]: osdmap e693: 8 total, 8 up, 8 in 2024-07-27T18:31:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:06 smithi029 ceph-mon[99353]: pgmap v704: 121 pgs: 121 active+clean; 170 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 7.4 MiB/s rd, 9.0 MiB/s wr, 20 op/s 2024-07-27T18:31:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:06 smithi029 ceph-mon[99353]: osdmap e693: 8 total, 8 up, 8 in 2024-07-27T18:31:07.063 INFO:tasks.rados.rados.0.smithi029.stdout:3189: done (1 left) 2024-07-27T18:31:07.063 INFO:tasks.rados.rados.0.smithi029.stdout:3190: read oid 38 snap 301 2024-07-27T18:31:07.063 INFO:tasks.rados.rados.0.smithi029.stdout:3190: expect (ObjNum 979 snap 297 seq_num 979) 2024-07-27T18:31:07.063 INFO:tasks.rados.rados.0.smithi029.stdout:3191: read oid 39 snap -1 2024-07-27T18:31:07.063 INFO:tasks.rados.rados.0.smithi029.stdout:3191: expect (ObjNum 953 snap 292 seq_num 953) 2024-07-27T18:31:07.063 INFO:tasks.rados.rados.0.smithi029.stdout:3192: read oid 49 snap -1 2024-07-27T18:31:07.063 INFO:tasks.rados.rados.0.smithi029.stdout:3192: expect deleted 2024-07-27T18:31:07.063 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 302 2024-07-27T18:31:07.063 INFO:tasks.rados.rados.0.smithi029.stdout:3193: seq_num 1000 ranges {0=753664,753664=442368,1196032=565248,1761280=458752,2220032=139264} 2024-07-27T18:31:07.067 INFO:tasks.rados.rados.0.smithi029.stdout:3193: writing smithi02985406-21 from 0 to 753664 tid 1 2024-07-27T18:31:07.070 INFO:tasks.rados.rados.0.smithi029.stdout:3193: writing smithi02985406-21 from 753664 to 1196032 tid 2 2024-07-27T18:31:07.075 INFO:tasks.rados.rados.0.smithi029.stdout:3193: writing smithi02985406-21 from 1196032 to 1761280 tid 3 2024-07-27T18:31:07.077 INFO:tasks.rados.rados.0.smithi029.stdout:3193: writing smithi02985406-21 from 1761280 to 2220032 tid 4 2024-07-27T18:31:07.079 INFO:tasks.rados.rados.0.smithi029.stdout:3193: writing smithi02985406-21 from 2220032 to 2359296 tid 5 2024-07-27T18:31:07.079 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 302 2024-07-27T18:31:07.079 INFO:tasks.rados.rados.0.smithi029.stdout:3193: finishing write tid 1 to smithi02985406-21 2024-07-27T18:31:07.079 INFO:tasks.rados.rados.0.smithi029.stdout:3193: finishing write tid 2 to smithi02985406-21 2024-07-27T18:31:07.079 INFO:tasks.rados.rados.0.smithi029.stdout:3191: expect (ObjNum 953 snap 292 seq_num 953) 2024-07-27T18:31:07.123 INFO:tasks.rados.rados.0.smithi029.stdout:3193: finishing write tid 3 to smithi02985406-21 2024-07-27T18:31:07.123 INFO:tasks.rados.rados.0.smithi029.stdout:3193: finishing write tid 4 to smithi02985406-21 2024-07-27T18:31:07.124 INFO:tasks.rados.rados.0.smithi029.stdout:3193: finishing write tid 5 to smithi02985406-21 2024-07-27T18:31:07.124 INFO:tasks.rados.rados.0.smithi029.stdout:3193: finishing write tid 6 to smithi02985406-21 2024-07-27T18:31:07.124 INFO:tasks.rados.rados.0.smithi029.stdout:3193: finishing write tid 7 to smithi02985406-21 2024-07-27T18:31:07.124 INFO:tasks.rados.rados.0.smithi029.stdout:3193: oid 21 updating version 0 to 975 2024-07-27T18:31:07.124 INFO:tasks.rados.rados.0.smithi029.stdout:3193: oid 21 version 975 is already newer than 974 2024-07-27T18:31:07.124 INFO:tasks.rados.rados.0.smithi029.stdout:3193: oid 21 version 975 is already newer than 973 2024-07-27T18:31:07.124 INFO:tasks.rados.rados.0.smithi029.stdout:3193: oid 21 updating version 975 to 976 2024-07-27T18:31:07.124 INFO:tasks.rados.rados.0.smithi029.stdout:3193: oid 21 updating version 976 to 977 2024-07-27T18:31:07.125 INFO:tasks.rados.rados.0.smithi029.stdout:3193: oid 21 updating version 977 to 978 2024-07-27T18:31:07.125 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 978 (ObjNum 1000 snap 302 seq_num 1000) dirty exists 2024-07-27T18:31:07.125 INFO:tasks.rados.rados.0.smithi029.stdout:3193: left oid 21 (ObjNum 1000 snap 302 seq_num 1000) 2024-07-27T18:31:07.125 INFO:tasks.rados.rados.0.smithi029.stdout:3190: expect (ObjNum 979 snap 297 seq_num 979) 2024-07-27T18:31:07.353 INFO:tasks.rados.rados.0.smithi029.stdout:3194: seq_num 1001 ranges {2244608=770048,3014656=729088,3743744=770048,4513792=106496} 2024-07-27T18:31:07.369 INFO:tasks.rados.rados.0.smithi029.stdout:3194: writing smithi02985406-5 from 2244608 to 3014656 tid 1 2024-07-27T18:31:07.373 INFO:tasks.rados.rados.0.smithi029.stdout:3194: writing smithi02985406-5 from 3014656 to 3743744 tid 2 2024-07-27T18:31:07.378 INFO:tasks.rados.rados.0.smithi029.stdout:3194: writing smithi02985406-5 from 3743744 to 4513792 tid 3 2024-07-27T18:31:07.379 INFO:tasks.rados.rados.0.smithi029.stdout:3194: writing smithi02985406-5 from 4513792 to 4620288 tid 4 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3187: done (5 left) 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3190: done (4 left) 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3191: done (3 left) 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3192: done (2 left) 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3193: done (1 left) 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3195: rmattr oid 44 current snap is 302 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3195: done (1 left) 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3196: rmattr oid 6 current snap is 302 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3196: done (1 left) 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3197: read oid 17 snap 301 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3197: expect deleted 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3198: delete oid 14 current snap is 302 2024-07-27T18:31:07.380 INFO:tasks.rados.rados.0.smithi029.stdout:3194: finishing write tid 1 to smithi02985406-5 2024-07-27T18:31:07.381 INFO:tasks.rados.rados.0.smithi029.stdout:3194: finishing write tid 2 to smithi02985406-5 2024-07-27T18:31:07.381 INFO:tasks.rados.rados.0.smithi029.stdout:3197: done (2 left) 2024-07-27T18:31:07.381 INFO:tasks.rados.rados.0.smithi029.stdout:3198: done (1 left) 2024-07-27T18:31:07.381 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 302 2024-07-27T18:31:07.382 INFO:tasks.rados.rados.0.smithi029.stdout:3199: seq_num 1003 ranges {2498560=802816,3301376=499712,3801088=737280,4538368=368640} 2024-07-27T18:31:07.399 INFO:tasks.rados.rados.0.smithi029.stdout:3199: writing smithi02985406-7 from 2498560 to 3301376 tid 1 2024-07-27T18:31:07.402 INFO:tasks.rados.rados.0.smithi029.stdout:3199: writing smithi02985406-7 from 3301376 to 3801088 tid 2 2024-07-27T18:31:07.407 INFO:tasks.rados.rados.0.smithi029.stdout:3199: writing smithi02985406-7 from 3801088 to 4538368 tid 3 2024-07-27T18:31:07.409 INFO:tasks.rados.rados.0.smithi029.stdout:3199: writing smithi02985406-7 from 4538368 to 4907008 tid 4 2024-07-27T18:31:07.409 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 11 current snap is 302 2024-07-27T18:31:07.409 INFO:tasks.rados.rados.0.smithi029.stdout:3200: seq_num 1004 ranges {1146880=16384} 2024-07-27T18:31:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:07 smithi179 ceph-mon[89801]: osdmap e694: 8 total, 8 up, 8 in 2024-07-27T18:31:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:07 smithi179 ceph-mon[89801]: osdmap e695: 8 total, 8 up, 8 in 2024-07-27T18:31:07.415 INFO:tasks.rados.rados.0.smithi029.stdout:3200: writing smithi02985406-11 from 1146880 to 1163264 tid 1 2024-07-27T18:31:07.415 INFO:tasks.rados.rados.0.smithi029.stdout:3201: read oid 14 snap 301 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:3201: expect deleted 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 302 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:3194: finishing write tid 3 to smithi02985406-5 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:3194: finishing write tid 4 to smithi02985406-5 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:3194: finishing write tid 5 to smithi02985406-5 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:3194: finishing write tid 6 to smithi02985406-5 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:3194: oid 5 updating version 0 to 2316 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:3194: oid 5 version 2316 is already newer than 2315 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:3194: oid 5 updating version 2316 to 2317 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:3194: oid 5 updating version 2317 to 2318 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:3194: oid 5 version 2318 is already newer than 2314 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 2318 (ObjNum 1001 snap 302 seq_num 1001) dirty exists 2024-07-27T18:31:07.416 INFO:tasks.rados.rados.0.smithi029.stdout:3194: left oid 5 (ObjNum 1001 snap 302 seq_num 1001) 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:3199: finishing write tid 1 to smithi02985406-7 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:3199: finishing write tid 2 to smithi02985406-7 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:3199: finishing write tid 3 to smithi02985406-7 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:3199: finishing write tid 4 to smithi02985406-7 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:3199: finishing write tid 5 to smithi02985406-7 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:3199: finishing write tid 6 to smithi02985406-7 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:3199: oid 7 updating version 0 to 2321 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:3199: oid 7 updating version 2321 to 2322 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:3199: oid 7 updating version 2322 to 2324 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:3199: oid 7 version 2324 is already newer than 2323 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:3199: oid 7 version 2324 is already newer than 2320 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 2324 (ObjNum 1003 snap 302 seq_num 1003) dirty exists 2024-07-27T18:31:07.417 INFO:tasks.rados.rados.0.smithi029.stdout:3199: left oid 7 (ObjNum 1003 snap 302 seq_num 1003) 2024-07-27T18:31:07.418 INFO:tasks.rados.rados.0.smithi029.stdout:3202: seq_num 1005 ranges {3178496=32768} 2024-07-27T18:31:07.433 INFO:tasks.rados.rados.0.smithi029.stdout:3202: writing smithi02985406-48 from 3178496 to 3211264 tid 1 2024-07-27T18:31:07.433 INFO:tasks.rados.rados.0.smithi029.stdout:3194: done (4 left) 2024-07-27T18:31:07.433 INFO:tasks.rados.rados.0.smithi029.stdout:3199: done (3 left) 2024-07-27T18:31:07.433 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 302 2024-07-27T18:31:07.433 INFO:tasks.rados.rados.0.smithi029.stdout:3203: seq_num 1006 ranges {0=49152} 2024-07-27T18:31:07.433 INFO:tasks.rados.rados.0.smithi029.stdout:3203: writing smithi02985406-17 from 0 to 49152 tid 1 2024-07-27T18:31:07.433 INFO:tasks.rados.rados.0.smithi029.stdout:3204: delete oid 28 current snap is 302 2024-07-27T18:31:07.434 INFO:tasks.rados.rados.0.smithi029.stdout:3200: finishing write tid 1 to smithi02985406-11 2024-07-27T18:31:07.434 INFO:tasks.rados.rados.0.smithi029.stdout:3200: finishing write tid 2 to smithi02985406-11 2024-07-27T18:31:07.434 INFO:tasks.rados.rados.0.smithi029.stdout:3200: finishing write tid 3 to smithi02985406-11 2024-07-27T18:31:07.434 INFO:tasks.rados.rados.0.smithi029.stdout:3200: oid 11 updating version 0 to 2113 2024-07-27T18:31:07.434 INFO:tasks.rados.rados.0.smithi029.stdout:3200: oid 11 version 2113 is already newer than 2112 2024-07-27T18:31:07.434 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 2113 (ObjNum 1004 snap 302 seq_num 1004) dirty exists 2024-07-27T18:31:07.434 INFO:tasks.rados.rados.0.smithi029.stdout:3200: left oid 11 (ObjNum 1004 snap 302 seq_num 1004) 2024-07-27T18:31:07.435 INFO:tasks.rados.rados.0.smithi029.stdout:3203: finishing write tid 1 to smithi02985406-17 2024-07-27T18:31:07.435 INFO:tasks.rados.rados.0.smithi029.stdout:3203: finishing write tid 2 to smithi02985406-17 2024-07-27T18:31:07.436 INFO:tasks.rados.rados.0.smithi029.stdout:3202: finishing write tid 1 to smithi02985406-48 2024-07-27T18:31:07.436 INFO:tasks.rados.rados.0.smithi029.stdout:3200: done (4 left) 2024-07-27T18:31:07.436 INFO:tasks.rados.rados.0.smithi029.stdout:3201: done (3 left) 2024-07-27T18:31:07.436 INFO:tasks.rados.rados.0.smithi029.stdout:3204: done (2 left) 2024-07-27T18:31:07.436 INFO:tasks.rados.rados.0.smithi029.stdout:3205: snap_create 2024-07-27T18:31:07.436 INFO:tasks.rados.rados.0.smithi029.stdout:3202: finishing write tid 2 to smithi02985406-48 2024-07-27T18:31:07.436 INFO:tasks.rados.rados.0.smithi029.stdout:3203: finishing write tid 3 to smithi02985406-17 2024-07-27T18:31:07.437 INFO:tasks.rados.rados.0.smithi029.stdout:3203: oid 17 updating version 0 to 1359 2024-07-27T18:31:07.437 INFO:tasks.rados.rados.0.smithi029.stdout:3203: oid 17 version 1359 is already newer than 1358 2024-07-27T18:31:07.437 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1359 (ObjNum 1006 snap 302 seq_num 1006) dirty exists 2024-07-27T18:31:07.437 INFO:tasks.rados.rados.0.smithi029.stdout:3203: left oid 17 (ObjNum 1006 snap 302 seq_num 1006) 2024-07-27T18:31:07.437 INFO:tasks.rados.rados.0.smithi029.stdout:3202: finishing write tid 3 to smithi02985406-48 2024-07-27T18:31:07.437 INFO:tasks.rados.rados.0.smithi029.stdout:3202: oid 48 updating version 0 to 2327 2024-07-27T18:31:07.437 INFO:tasks.rados.rados.0.smithi029.stdout:3202: oid 48 version 2327 is already newer than 2326 2024-07-27T18:31:07.438 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 2327 (ObjNum 1005 snap 302 seq_num 1005) dirty exists 2024-07-27T18:31:07.438 INFO:tasks.rados.rados.0.smithi029.stdout:3202: left oid 48 (ObjNum 1005 snap 302 seq_num 1005) 2024-07-27T18:31:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:07 smithi029 ceph-mon[96870]: osdmap e694: 8 total, 8 up, 8 in 2024-07-27T18:31:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:07 smithi029 ceph-mon[96870]: osdmap e695: 8 total, 8 up, 8 in 2024-07-27T18:31:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:07 smithi029 ceph-mon[99353]: osdmap e694: 8 total, 8 up, 8 in 2024-07-27T18:31:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:07 smithi029 ceph-mon[99353]: osdmap e695: 8 total, 8 up, 8 in 2024-07-27T18:31:08.131 INFO:tasks.rados.rados.0.smithi029.stdout:3202: done (2 left) 2024-07-27T18:31:08.132 INFO:tasks.rados.rados.0.smithi029.stdout:3203: done (1 left) 2024-07-27T18:31:08.132 INFO:tasks.rados.rados.0.smithi029.stdout:3205: done (0 left) 2024-07-27T18:31:08.132 INFO:tasks.rados.rados.0.smithi029.stdout:3206: copy_from oid 12 from oid 4 current snap is 303 2024-07-27T18:31:08.132 INFO:tasks.rados.rados.0.smithi029.stdout:3207: snap_remove snap 301 2024-07-27T18:31:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:08 smithi179 ceph-mon[89801]: pgmap v707: 121 pgs: 121 active+clean; 175 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 5.9 MiB/s wr, 4 op/s 2024-07-27T18:31:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:08 smithi029 ceph-mon[96870]: pgmap v707: 121 pgs: 121 active+clean; 175 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 5.9 MiB/s wr, 4 op/s 2024-07-27T18:31:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:08 smithi029 ceph-mon[99353]: pgmap v707: 121 pgs: 121 active+clean; 175 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 5.9 MiB/s wr, 4 op/s 2024-07-27T18:31:09.139 INFO:tasks.rados.rados.0.smithi029.stdout:3207: done (1 left) 2024-07-27T18:31:09.140 INFO:tasks.rados.rados.0.smithi029.stdout:3208: read oid 15 snap -1 2024-07-27T18:31:09.140 INFO:tasks.rados.rados.0.smithi029.stdout:3208: expect deleted 2024-07-27T18:31:09.140 INFO:tasks.rados.rados.0.smithi029.stdout:3209: rollback oid 1 current snap is 303 2024-07-27T18:31:09.140 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 1 to 302 2024-07-27T18:31:09.140 INFO:tasks.rados.rados.0.smithi029.stdout:3210: setattr oid 41 current snap is 303 2024-07-27T18:31:09.140 INFO:tasks.rados.rados.0.smithi029.stdout:3206: finishing copy_from racing read to smithi02985406-12 2024-07-27T18:31:09.140 INFO:tasks.rados.rados.0.smithi029.stdout:3206: finishing copy_from to smithi02985406-12 2024-07-27T18:31:09.140 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 1913 (ObjNum 988 snap 298 seq_num 988) dirty exists 2024-07-27T18:31:09.141 INFO:tasks.rados.rados.0.smithi029.stdout:3206: done (3 left) 2024-07-27T18:31:09.141 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 303 2024-07-27T18:31:09.141 INFO:tasks.rados.rados.0.smithi029.stdout:3211: seq_num 1008 ranges {16433152=90112} 2024-07-27T18:31:09.232 INFO:tasks.rados.rados.0.smithi029.stdout:3211: writing smithi02985406-10 from 16433152 to 16523264 tid 1 2024-07-27T18:31:09.232 INFO:tasks.rados.rados.0.smithi029.stdout:3212: snap_create 2024-07-27T18:31:09.232 INFO:tasks.rados.rados.0.smithi029.stdout:3209: finishing rollback tid 0 to smithi02985406-1 2024-07-27T18:31:09.232 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 1512 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:31:09.232 INFO:tasks.rados.rados.0.smithi029.stdout:3209: finishing rollback tid 1 to smithi02985406-1 2024-07-27T18:31:09.232 INFO:tasks.rados.rados.0.smithi029.stdout:3209: finishing rollback tid 2 to smithi02985406-1 2024-07-27T18:31:09.232 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 2267 (ObjNum 989 snap 298 seq_num 989) dirty exists 2024-07-27T18:31:09.236 INFO:tasks.rados.rados.0.smithi029.stdout:3211: finishing write tid 1 to smithi02985406-10 2024-07-27T18:31:09.236 INFO:tasks.rados.rados.0.smithi029.stdout:3211: finishing write tid 2 to smithi02985406-10 2024-07-27T18:31:09.237 INFO:tasks.rados.rados.0.smithi029.stdout:3211: finishing write tid 3 to smithi02985406-10 2024-07-27T18:31:09.237 INFO:tasks.rados.rados.0.smithi029.stdout:3211: oid 10 updating version 0 to 2269 2024-07-27T18:31:09.237 INFO:tasks.rados.rados.0.smithi029.stdout:3211: oid 10 version 2269 is already newer than 2268 2024-07-27T18:31:09.237 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2269 (ObjNum 1008 snap 303 seq_num 1008) dirty exists 2024-07-27T18:31:09.237 INFO:tasks.rados.rados.0.smithi029.stdout:3211: left oid 10 (ObjNum 1008 snap 303 seq_num 1008) 2024-07-27T18:31:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:09 smithi179 ceph-mon[89801]: osdmap e696: 8 total, 8 up, 8 in 2024-07-27T18:31:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:31:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:09 smithi029 ceph-mon[96870]: osdmap e696: 8 total, 8 up, 8 in 2024-07-27T18:31:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:31:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:09 smithi029 ceph-mon[99353]: osdmap e696: 8 total, 8 up, 8 in 2024-07-27T18:31:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:31:10.139 INFO:tasks.rados.rados.0.smithi029.stdout:3208: done (4 left) 2024-07-27T18:31:10.139 INFO:tasks.rados.rados.0.smithi029.stdout:3209: done (3 left) 2024-07-27T18:31:10.139 INFO:tasks.rados.rados.0.smithi029.stdout:3210: done (2 left) 2024-07-27T18:31:10.140 INFO:tasks.rados.rados.0.smithi029.stdout:3211: done (1 left) 2024-07-27T18:31:10.140 INFO:tasks.rados.rados.0.smithi029.stdout:3212: done (0 left) 2024-07-27T18:31:10.140 INFO:tasks.rados.rados.0.smithi029.stdout:3213: delete oid 35 current snap is 304 2024-07-27T18:31:10.142 INFO:tasks.rados.rados.0.smithi029.stdout:3213: done (0 left) 2024-07-27T18:31:10.142 INFO:tasks.rados.rados.0.smithi029.stdout:3214: snap_create 2024-07-27T18:31:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:10 smithi179 ceph-mon[89801]: pgmap v710: 121 pgs: 121 active+clean; 169 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 MiB/s rd, 4.5 MiB/s wr, 5 op/s 2024-07-27T18:31:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:10 smithi179 ceph-mon[89801]: osdmap e697: 8 total, 8 up, 8 in 2024-07-27T18:31:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:31:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:10 smithi029 ceph-mon[96870]: pgmap v710: 121 pgs: 121 active+clean; 169 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 MiB/s rd, 4.5 MiB/s wr, 5 op/s 2024-07-27T18:31:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:10 smithi029 ceph-mon[96870]: osdmap e697: 8 total, 8 up, 8 in 2024-07-27T18:31:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:31:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:10 smithi029 ceph-mon[99353]: pgmap v710: 121 pgs: 121 active+clean; 169 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 MiB/s rd, 4.5 MiB/s wr, 5 op/s 2024-07-27T18:31:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:10 smithi029 ceph-mon[99353]: osdmap e697: 8 total, 8 up, 8 in 2024-07-27T18:31:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:31:11.149 INFO:tasks.rados.rados.0.smithi029.stdout:3214: done (0 left) 2024-07-27T18:31:11.150 INFO:tasks.rados.rados.0.smithi029.stdout:3215: read oid 43 snap 303 2024-07-27T18:31:11.150 INFO:tasks.rados.rados.0.smithi029.stdout:3215: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:31:11.150 INFO:tasks.rados.rados.0.smithi029.stdout:3216: snap_remove snap 302 2024-07-27T18:31:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:11 smithi179 ceph-mon[89801]: osdmap e698: 8 total, 8 up, 8 in 2024-07-27T18:31:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:11 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:31:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:11 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:31:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:31:11.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:11 smithi029 ceph-mon[96870]: osdmap e698: 8 total, 8 up, 8 in 2024-07-27T18:31:11.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:11 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:31:11.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:11 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:31:11.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:31:11.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:11 smithi029 ceph-mon[99353]: osdmap e698: 8 total, 8 up, 8 in 2024-07-27T18:31:11.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:11 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:31:11.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:11 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:31:11.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:31:12.059 INFO:tasks.rados.rados.0.smithi029.stdout:3216: done (1 left) 2024-07-27T18:31:12.060 INFO:tasks.rados.rados.0.smithi029.stdout:3217: delete oid 24 current snap is 305 2024-07-27T18:31:12.060 INFO:tasks.rados.rados.0.smithi029.stdout:3215: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:31:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:12 smithi179 ceph-mon[89801]: pgmap v713: 121 pgs: 121 active+clean; 169 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 MiB/s rd, 576 KiB/s wr, 4 op/s 2024-07-27T18:31:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:12 smithi179 ceph-mon[89801]: osdmap e699: 8 total, 8 up, 8 in 2024-07-27T18:31:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:12 smithi179 ceph-mon[89801]: osdmap e700: 8 total, 8 up, 8 in 2024-07-27T18:31:12.474 INFO:tasks.rados.rados.0.smithi029.stdout:3215: done (1 left) 2024-07-27T18:31:12.474 INFO:tasks.rados.rados.0.smithi029.stdout:3217: done (0 left) 2024-07-27T18:31:12.474 INFO:tasks.rados.rados.0.smithi029.stdout:3218: snap_remove snap 303 2024-07-27T18:31:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:12 smithi029 ceph-mon[96870]: pgmap v713: 121 pgs: 121 active+clean; 169 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 MiB/s rd, 576 KiB/s wr, 4 op/s 2024-07-27T18:31:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:12 smithi029 ceph-mon[96870]: osdmap e699: 8 total, 8 up, 8 in 2024-07-27T18:31:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:12 smithi029 ceph-mon[96870]: osdmap e700: 8 total, 8 up, 8 in 2024-07-27T18:31:12.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:12 smithi029 ceph-mon[99353]: pgmap v713: 121 pgs: 121 active+clean; 169 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 MiB/s rd, 576 KiB/s wr, 4 op/s 2024-07-27T18:31:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:12 smithi029 ceph-mon[99353]: osdmap e699: 8 total, 8 up, 8 in 2024-07-27T18:31:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:12 smithi029 ceph-mon[99353]: osdmap e700: 8 total, 8 up, 8 in 2024-07-27T18:31:12.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:31:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:31:12] "GET /metrics HTTP/1.1" 200 36348 "" "Prometheus/2.43.0" 2024-07-27T18:31:13.156 INFO:tasks.rados.rados.0.smithi029.stdout:3218: done (0 left) 2024-07-27T18:31:13.156 INFO:tasks.rados.rados.0.smithi029.stdout:3219: read oid 45 snap 304 2024-07-27T18:31:13.156 INFO:tasks.rados.rados.0.smithi029.stdout:3219: expect (ObjNum 978 snap 297 seq_num 978) 2024-07-27T18:31:13.156 INFO:tasks.rados.rados.0.smithi029.stdout:3220: setattr oid 8 current snap is 305 2024-07-27T18:31:13.157 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 305 2024-07-27T18:31:13.157 INFO:tasks.rados.rados.0.smithi029.stdout:3221: seq_num 1011 ranges {0=139264} 2024-07-27T18:31:13.158 INFO:tasks.rados.rados.0.smithi029.stdout:3221: writing smithi02985406-49 from 0 to 139264 tid 1 2024-07-27T18:31:13.160 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 305 2024-07-27T18:31:13.160 INFO:tasks.rados.rados.0.smithi029.stdout:3222: seq_num 1012 ranges {49152=155648} 2024-07-27T18:31:13.160 INFO:tasks.rados.rados.0.smithi029.stdout:3222: writing smithi02985406-17 from 49152 to 204800 tid 1 2024-07-27T18:31:13.160 INFO:tasks.rados.rados.0.smithi029.stdout:3223: rollback oid 46 current snap is 305 2024-07-27T18:31:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 304 2024-07-27T18:31:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 305 2024-07-27T18:31:13.161 INFO:tasks.rados.rados.0.smithi029.stdout:3224: seq_num 1013 ranges {8945664=172032} 2024-07-27T18:31:13.212 INFO:tasks.rados.rados.0.smithi029.stdout:3224: writing smithi02985406-3 from 8945664 to 9117696 tid 1 2024-07-27T18:31:13.212 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 305 2024-07-27T18:31:13.212 INFO:tasks.rados.rados.0.smithi029.stdout:3225: seq_num 1014 ranges {5906432=188416} 2024-07-27T18:31:13.245 INFO:tasks.rados.rados.0.smithi029.stdout:3225: writing smithi02985406-32 from 5906432 to 6094848 tid 1 2024-07-27T18:31:13.245 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 305 2024-07-27T18:31:13.245 INFO:tasks.rados.rados.0.smithi029.stdout:3226: seq_num 1015 ranges {0=204800} 2024-07-27T18:31:13.246 INFO:tasks.rados.rados.0.smithi029.stdout:3226: writing smithi02985406-23 from 0 to 204800 tid 1 2024-07-27T18:31:13.247 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 2279 (ObjNum 937 snap 291 seq_num 937) dirty exists 2024-07-27T18:31:13.247 INFO:tasks.rados.rados.0.smithi029.stdout:3220: done (7 left) 2024-07-27T18:31:13.247 INFO:tasks.rados.rados.0.smithi029.stdout:3227: read oid 19 snap 304 2024-07-27T18:31:13.247 INFO:tasks.rados.rados.0.smithi029.stdout:3227: expect deleted 2024-07-27T18:31:13.247 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 305 2024-07-27T18:31:13.247 INFO:tasks.rados.rados.0.smithi029.stdout:3228: seq_num 1016 ranges {0=221184} 2024-07-27T18:31:13.248 INFO:tasks.rados.rados.0.smithi029.stdout:3228: writing smithi02985406-28 from 0 to 221184 tid 1 2024-07-27T18:31:13.248 INFO:tasks.rados.rados.0.smithi029.stdout:3229: copy_from oid 39 from oid 43 current snap is 305 2024-07-27T18:31:13.248 INFO:tasks.rados.rados.0.smithi029.stdout:3221: finishing write tid 1 to smithi02985406-49 2024-07-27T18:31:13.248 INFO:tasks.rados.rados.0.smithi029.stdout:3221: finishing write tid 2 to smithi02985406-49 2024-07-27T18:31:13.248 INFO:tasks.rados.rados.0.smithi029.stdout:3219: expect (ObjNum 978 snap 297 seq_num 978) 2024-07-27T18:31:13.310 INFO:tasks.rados.rados.0.smithi029.stdout:3222: finishing write tid 1 to smithi02985406-17 2024-07-27T18:31:13.311 INFO:tasks.rados.rados.0.smithi029.stdout:3222: finishing write tid 2 to smithi02985406-17 2024-07-27T18:31:13.311 INFO:tasks.rados.rados.0.smithi029.stdout:3223: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:31:13.311 INFO:tasks.rados.rados.0.smithi029.stdout:3223: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:31:13.311 INFO:tasks.rados.rados.0.smithi029.stdout:3221: finishing write tid 3 to smithi02985406-49 2024-07-27T18:31:13.311 INFO:tasks.rados.rados.0.smithi029.stdout:3221: oid 49 updating version 0 to 1634 2024-07-27T18:31:13.311 INFO:tasks.rados.rados.0.smithi029.stdout:3221: oid 49 version 1634 is already newer than 1633 2024-07-27T18:31:13.311 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 1634 (ObjNum 1011 snap 305 seq_num 1011) dirty exists 2024-07-27T18:31:13.311 INFO:tasks.rados.rados.0.smithi029.stdout:3221: left oid 49 (ObjNum 1011 snap 305 seq_num 1011) 2024-07-27T18:31:13.311 INFO:tasks.rados.rados.0.smithi029.stdout:3223: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:31:13.311 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1637 (ObjNum 992 snap 298 seq_num 992) dirty exists 2024-07-27T18:31:13.311 INFO:tasks.rados.rados.0.smithi029.stdout:3222: finishing write tid 3 to smithi02985406-17 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:3222: oid 17 updating version 0 to 1361 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:3222: oid 17 version 1361 is already newer than 1360 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1361 (ObjNum 1012 snap 305 seq_num 1012) dirty exists 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:3222: left oid 17 (ObjNum 1012 snap 305 seq_num 1012) 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:3224: finishing write tid 1 to smithi02985406-3 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:3219: done (9 left) 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:3221: done (8 left) 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:3222: done (7 left) 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:3223: done (6 left) 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:3230: delete oid 2 current snap is 305 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:3224: finishing write tid 2 to smithi02985406-3 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:3224: finishing write tid 3 to smithi02985406-3 2024-07-27T18:31:13.312 INFO:tasks.rados.rados.0.smithi029.stdout:3224: oid 3 updating version 0 to 2069 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:3224: oid 3 version 2069 is already newer than 2068 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2069 (ObjNum 1013 snap 305 seq_num 1013) dirty exists 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:3224: left oid 3 (ObjNum 1013 snap 305 seq_num 1013) 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:3225: finishing write tid 1 to smithi02985406-32 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:3225: finishing write tid 2 to smithi02985406-32 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:3226: finishing write tid 1 to smithi02985406-23 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:3226: finishing write tid 2 to smithi02985406-23 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:3225: finishing write tid 3 to smithi02985406-32 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:3225: oid 32 updating version 0 to 1633 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:3225: oid 32 updating version 1633 to 1634 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 1634 (ObjNum 1014 snap 305 seq_num 1014) dirty exists 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:3225: left oid 32 (ObjNum 1014 snap 305 seq_num 1014) 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:3226: finishing write tid 3 to smithi02985406-23 2024-07-27T18:31:13.313 INFO:tasks.rados.rados.0.smithi029.stdout:3226: oid 23 updating version 0 to 1896 2024-07-27T18:31:13.314 INFO:tasks.rados.rados.0.smithi029.stdout:3226: oid 23 updating version 1896 to 1897 2024-07-27T18:31:13.314 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1897 (ObjNum 1015 snap 305 seq_num 1015) dirty exists 2024-07-27T18:31:13.314 INFO:tasks.rados.rados.0.smithi029.stdout:3226: left oid 23 (ObjNum 1015 snap 305 seq_num 1015) 2024-07-27T18:31:13.314 INFO:tasks.rados.rados.0.smithi029.stdout:3228: finishing write tid 1 to smithi02985406-28 2024-07-27T18:31:13.314 INFO:tasks.rados.rados.0.smithi029.stdout:3228: finishing write tid 2 to smithi02985406-28 2024-07-27T18:31:13.314 INFO:tasks.rados.rados.0.smithi029.stdout:3228: finishing write tid 3 to smithi02985406-28 2024-07-27T18:31:13.314 INFO:tasks.rados.rados.0.smithi029.stdout:3228: oid 28 updating version 0 to 2280 2024-07-27T18:31:13.314 INFO:tasks.rados.rados.0.smithi029.stdout:3228: oid 28 updating version 2280 to 2281 2024-07-27T18:31:13.314 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 2281 (ObjNum 1016 snap 305 seq_num 1016) dirty exists 2024-07-27T18:31:13.315 INFO:tasks.rados.rados.0.smithi029.stdout:3228: left oid 28 (ObjNum 1016 snap 305 seq_num 1016) 2024-07-27T18:31:13.315 INFO:tasks.rados.rados.0.smithi029.stdout:3229: finishing copy_from racing read to smithi02985406-39 2024-07-27T18:31:13.315 INFO:tasks.rados.rados.0.smithi029.stdout:3229: finishing copy_from to smithi02985406-39 2024-07-27T18:31:13.315 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2308 (ObjNum 951 snap 292 seq_num 951) dirty exists 2024-07-27T18:31:13.316 INFO:tasks.rados.rados.0.smithi029.stdout:3224: done (6 left) 2024-07-27T18:31:13.316 INFO:tasks.rados.rados.0.smithi029.stdout:3225: done (5 left) 2024-07-27T18:31:13.316 INFO:tasks.rados.rados.0.smithi029.stdout:3226: done (4 left) 2024-07-27T18:31:13.316 INFO:tasks.rados.rados.0.smithi029.stdout:3227: done (3 left) 2024-07-27T18:31:13.316 INFO:tasks.rados.rados.0.smithi029.stdout:3228: done (2 left) 2024-07-27T18:31:13.316 INFO:tasks.rados.rados.0.smithi029.stdout:3229: done (1 left) 2024-07-27T18:31:13.316 INFO:tasks.rados.rados.0.smithi029.stdout:3230: done (0 left) 2024-07-27T18:31:13.316 INFO:tasks.rados.rados.0.smithi029.stdout:3231: read oid 30 snap -1 2024-07-27T18:31:13.316 INFO:tasks.rados.rados.0.smithi029.stdout:3231: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:31:13.316 INFO:tasks.rados.rados.0.smithi029.stdout:3232: delete oid 38 current snap is 305 2024-07-27T18:31:13.316 INFO:tasks.rados.rados.0.smithi029.stdout:3232: done (1 left) 2024-07-27T18:31:13.316 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 305 2024-07-27T18:31:13.317 INFO:tasks.rados.rados.0.smithi029.stdout:3233: seq_num 1019 ranges {7806976=270336} 2024-07-27T18:31:13.359 INFO:tasks.rados.rados.0.smithi029.stdout:3233: writing smithi02985406-39 from 7806976 to 8077312 tid 1 2024-07-27T18:31:13.360 INFO:tasks.rados.rados.0.smithi029.stdout:3234: rollback oid 32 current snap is 305 2024-07-27T18:31:13.360 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 32 to 304 2024-07-27T18:31:13.360 INFO:tasks.rados.rados.0.smithi029.stdout:3231: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:31:13.626 INFO:tasks.rados.rados.0.smithi029.stdout:3233: finishing write tid 1 to smithi02985406-39 2024-07-27T18:31:13.627 INFO:tasks.rados.rados.0.smithi029.stdout:3234: finishing rollback tid 0 to smithi02985406-32 2024-07-27T18:31:13.627 INFO:tasks.rados.rados.0.smithi029.stdout:3233: finishing write tid 2 to smithi02985406-39 2024-07-27T18:31:13.627 INFO:tasks.rados.rados.0.smithi029.stdout:3234: finishing rollback tid 1 to smithi02985406-32 2024-07-27T18:31:13.627 INFO:tasks.rados.rados.0.smithi029.stdout:3234: finishing rollback tid 2 to smithi02985406-32 2024-07-27T18:31:13.627 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 1637 (ObjNum 992 snap 298 seq_num 992) dirty exists 2024-07-27T18:31:13.627 INFO:tasks.rados.rados.0.smithi029.stdout:3233: finishing write tid 3 to smithi02985406-39 2024-07-27T18:31:13.627 INFO:tasks.rados.rados.0.smithi029.stdout:3233: oid 39 updating version 0 to 2309 2024-07-27T18:31:13.627 INFO:tasks.rados.rados.0.smithi029.stdout:3233: oid 39 updating version 2309 to 2310 2024-07-27T18:31:13.627 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2310 (ObjNum 1019 snap 305 seq_num 1019) dirty exists 2024-07-27T18:31:13.627 INFO:tasks.rados.rados.0.smithi029.stdout:3233: left oid 39 (ObjNum 1019 snap 305 seq_num 1019) 2024-07-27T18:31:13.627 INFO:tasks.rados.rados.0.smithi029.stdout:3231: done (2 left) 2024-07-27T18:31:13.628 INFO:tasks.rados.rados.0.smithi029.stdout:3233: done (1 left) 2024-07-27T18:31:13.628 INFO:tasks.rados.rados.0.smithi029.stdout:3234: done (0 left) 2024-07-27T18:31:13.628 INFO:tasks.rados.rados.0.smithi029.stdout:3235: delete oid 49 current snap is 305 2024-07-27T18:31:13.628 INFO:tasks.rados.rados.0.smithi029.stdout:3235: done (0 left) 2024-07-27T18:31:13.628 INFO:tasks.rados.rados.0.smithi029.stdout:3236: read oid 15 snap -1 2024-07-27T18:31:13.629 INFO:tasks.rados.rados.0.smithi029.stdout:3236: expect deleted 2024-07-27T18:31:13.629 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 305 2024-07-27T18:31:13.629 INFO:tasks.rados.rados.0.smithi029.stdout:3237: seq_num 1021 ranges {16433152=303104} 2024-07-27T18:31:13.719 INFO:tasks.rados.rados.0.smithi029.stdout:3237: writing smithi02985406-18 from 16433152 to 16736256 tid 1 2024-07-27T18:31:13.720 INFO:tasks.rados.rados.0.smithi029.stdout:3238: read oid 9 snap -1 2024-07-27T18:31:13.720 INFO:tasks.rados.rados.0.smithi029.stdout:3238: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:31:13.720 INFO:tasks.rados.rados.0.smithi029.stdout:3239: read oid 3 snap -1 2024-07-27T18:31:13.720 INFO:tasks.rados.rados.0.smithi029.stdout:3239: expect (ObjNum 1013 snap 305 seq_num 1013) 2024-07-27T18:31:13.720 INFO:tasks.rados.rados.0.smithi029.stdout:3240: delete oid 7 current snap is 305 2024-07-27T18:31:13.723 INFO:tasks.rados.rados.0.smithi029.stdout:3236: done (4 left) 2024-07-27T18:31:13.723 INFO:tasks.rados.rados.0.smithi029.stdout:3240: done (3 left) 2024-07-27T18:31:13.723 INFO:tasks.rados.rados.0.smithi029.stdout:3241: copy_from oid 36 from oid 30 current snap is 305 2024-07-27T18:31:13.723 INFO:tasks.rados.rados.0.smithi029.stdout:3242: delete oid 37 current snap is 305 2024-07-27T18:31:13.726 INFO:tasks.rados.rados.0.smithi029.stdout:3237: finishing write tid 1 to smithi02985406-18 2024-07-27T18:31:13.726 INFO:tasks.rados.rados.0.smithi029.stdout:3242: done (4 left) 2024-07-27T18:31:13.726 INFO:tasks.rados.rados.0.smithi029.stdout:3243: setattr oid 12 current snap is 305 2024-07-27T18:31:13.730 INFO:tasks.rados.rados.0.smithi029.stdout:3244: rollback oid 22 current snap is 305 2024-07-27T18:31:13.730 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 22 to 304 2024-07-27T18:31:13.730 INFO:tasks.rados.rados.0.smithi029.stdout:3245: copy_from oid 8 from oid 1 current snap is 305 2024-07-27T18:31:13.730 INFO:tasks.rados.rados.0.smithi029.stdout:3246: rollback oid 20 current snap is 305 2024-07-27T18:31:13.730 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 20 to 304 2024-07-27T18:31:13.730 INFO:tasks.rados.rados.0.smithi029.stdout:3247: read oid 43 snap -1 2024-07-27T18:31:13.731 INFO:tasks.rados.rados.0.smithi029.stdout:3247: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:31:13.731 INFO:tasks.rados.rados.0.smithi029.stdout:3248: read oid 4 snap -1 2024-07-27T18:31:13.731 INFO:tasks.rados.rados.0.smithi029.stdout:3248: expect (ObjNum 988 snap 298 seq_num 988) 2024-07-27T18:31:13.752 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 305 2024-07-27T18:31:13.752 INFO:tasks.rados.rados.0.smithi029.stdout:3249: seq_num 1024 ranges {0=352256} 2024-07-27T18:31:13.754 INFO:tasks.rados.rados.0.smithi029.stdout:3249: writing smithi02985406-38 from 0 to 352256 tid 1 2024-07-27T18:31:13.754 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 11 current snap is 305 2024-07-27T18:31:13.754 INFO:tasks.rados.rados.0.smithi029.stdout:3238: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:31:13.782 INFO:tasks.rados.rados.0.smithi029.stdout:3237: finishing write tid 2 to smithi02985406-18 2024-07-27T18:31:13.782 INFO:tasks.rados.rados.0.smithi029.stdout:3237: finishing write tid 3 to smithi02985406-18 2024-07-27T18:31:13.783 INFO:tasks.rados.rados.0.smithi029.stdout:3237: oid 18 updating version 0 to 2283 2024-07-27T18:31:13.783 INFO:tasks.rados.rados.0.smithi029.stdout:3237: oid 18 updating version 2283 to 2284 2024-07-27T18:31:13.783 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2284 (ObjNum 1021 snap 305 seq_num 1021) dirty exists 2024-07-27T18:31:13.783 INFO:tasks.rados.rados.0.smithi029.stdout:3237: left oid 18 (ObjNum 1021 snap 305 seq_num 1021) 2024-07-27T18:31:13.783 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 1915 (ObjNum 988 snap 298 seq_num 988) dirty exists 2024-07-27T18:31:13.783 INFO:tasks.rados.rados.0.smithi029.stdout:3244: finishing rollback tid 0 to smithi02985406-22 2024-07-27T18:31:13.784 INFO:tasks.rados.rados.0.smithi029.stdout:3244: finishing rollback tid 1 to smithi02985406-22 2024-07-27T18:31:13.784 INFO:tasks.rados.rados.0.smithi029.stdout:3246: finishing rollback tid 0 to smithi02985406-20 2024-07-27T18:31:13.784 INFO:tasks.rados.rados.0.smithi029.stdout:3246: finishing rollback tid 1 to smithi02985406-20 2024-07-27T18:31:13.784 INFO:tasks.rados.rados.0.smithi029.stdout:3245: finishing copy_from racing read to smithi02985406-8 2024-07-27T18:31:13.784 INFO:tasks.rados.rados.0.smithi029.stdout:3246: finishing rollback tid 2 to smithi02985406-20 2024-07-27T18:31:13.784 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 2288 (ObjNum 999 snap 300 seq_num 999) dirty exists 2024-07-27T18:31:13.785 INFO:tasks.rados.rados.0.smithi029.stdout:3244: finishing rollback tid 2 to smithi02985406-22 2024-07-27T18:31:13.785 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 1021 (ObjNum 986 snap 298 seq_num 986) dirty exists 2024-07-27T18:31:13.785 INFO:tasks.rados.rados.0.smithi029.stdout:3245: finishing copy_from to smithi02985406-8 2024-07-27T18:31:13.785 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 2267 (ObjNum 989 snap 298 seq_num 989) dirty exists 2024-07-27T18:31:13.785 INFO:tasks.rados.rados.0.smithi029.stdout:3241: finishing copy_from racing read to smithi02985406-36 2024-07-27T18:31:13.785 INFO:tasks.rados.rados.0.smithi029.stdout:3250: seq_num 1025 ranges {1163264=368640} 2024-07-27T18:31:13.791 INFO:tasks.rados.rados.0.smithi029.stdout:3250: writing smithi02985406-11 from 1163264 to 1531904 tid 1 2024-07-27T18:31:13.792 INFO:tasks.rados.rados.0.smithi029.stdout:3237: done (11 left) 2024-07-27T18:31:13.792 INFO:tasks.rados.rados.0.smithi029.stdout:3238: done (10 left) 2024-07-27T18:31:13.792 INFO:tasks.rados.rados.0.smithi029.stdout:3243: done (9 left) 2024-07-27T18:31:13.792 INFO:tasks.rados.rados.0.smithi029.stdout:3244: done (8 left) 2024-07-27T18:31:13.792 INFO:tasks.rados.rados.0.smithi029.stdout:3245: done (7 left) 2024-07-27T18:31:13.793 INFO:tasks.rados.rados.0.smithi029.stdout:3246: done (6 left) 2024-07-27T18:31:13.793 INFO:tasks.rados.rados.0.smithi029.stdout:3251: rollback oid 46 current snap is 305 2024-07-27T18:31:13.793 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 304 2024-07-27T18:31:13.793 INFO:tasks.rados.rados.0.smithi029.stdout:3241: finishing copy_from to smithi02985406-36 2024-07-27T18:31:13.793 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 1895 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:31:13.794 INFO:tasks.rados.rados.0.smithi029.stdout:3239: expect (ObjNum 1013 snap 305 seq_num 1013) 2024-07-27T18:31:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:14 smithi179 ceph-mon[89801]: pgmap v716: 121 pgs: 121 active+clean; 184 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 5.7 MiB/s wr, 7 op/s 2024-07-27T18:31:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:14 smithi179 ceph-mon[89801]: osdmap e701: 8 total, 8 up, 8 in 2024-07-27T18:31:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:14 smithi029 ceph-mon[96870]: pgmap v716: 121 pgs: 121 active+clean; 184 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 5.7 MiB/s wr, 7 op/s 2024-07-27T18:31:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:14 smithi029 ceph-mon[96870]: osdmap e701: 8 total, 8 up, 8 in 2024-07-27T18:31:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:14 smithi029 ceph-mon[99353]: pgmap v716: 121 pgs: 121 active+clean; 184 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 5.7 MiB/s wr, 7 op/s 2024-07-27T18:31:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:14 smithi029 ceph-mon[99353]: osdmap e701: 8 total, 8 up, 8 in 2024-07-27T18:31:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3249: finishing write tid 1 to smithi02985406-38 2024-07-27T18:31:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3249: finishing write tid 2 to smithi02985406-38 2024-07-27T18:31:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3249: finishing write tid 3 to smithi02985406-38 2024-07-27T18:31:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3249: oid 38 updating version 0 to 2071 2024-07-27T18:31:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3249: oid 38 updating version 2071 to 2072 2024-07-27T18:31:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 2072 (ObjNum 1024 snap 305 seq_num 1024) dirty exists 2024-07-27T18:31:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3249: left oid 38 (ObjNum 1024 snap 305 seq_num 1024) 2024-07-27T18:31:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3250: finishing write tid 1 to smithi02985406-11 2024-07-27T18:31:14.554 INFO:tasks.rados.rados.0.smithi029.stdout:3239: done (6 left) 2024-07-27T18:31:14.554 INFO:tasks.rados.rados.0.smithi029.stdout:3241: done (5 left) 2024-07-27T18:31:14.554 INFO:tasks.rados.rados.0.smithi029.stdout:3249: done (4 left) 2024-07-27T18:31:14.554 INFO:tasks.rados.rados.0.smithi029.stdout:3252: delete oid 18 current snap is 305 2024-07-27T18:31:14.554 INFO:tasks.rados.rados.0.smithi029.stdout:3250: finishing write tid 2 to smithi02985406-11 2024-07-27T18:31:14.554 INFO:tasks.rados.rados.0.smithi029.stdout:3247: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:31:14.961 INFO:tasks.rados.rados.0.smithi029.stdout:3251: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:31:14.961 INFO:tasks.rados.rados.0.smithi029.stdout:3251: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:31:14.961 INFO:tasks.rados.rados.0.smithi029.stdout:3250: finishing write tid 3 to smithi02985406-11 2024-07-27T18:31:14.961 INFO:tasks.rados.rados.0.smithi029.stdout:3250: oid 11 updating version 0 to 2115 2024-07-27T18:31:14.961 INFO:tasks.rados.rados.0.smithi029.stdout:3250: oid 11 version 2115 is already newer than 2114 2024-07-27T18:31:14.961 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 2115 (ObjNum 1025 snap 305 seq_num 1025) dirty exists 2024-07-27T18:31:14.961 INFO:tasks.rados.rados.0.smithi029.stdout:3250: left oid 11 (ObjNum 1025 snap 305 seq_num 1025) 2024-07-27T18:31:14.961 INFO:tasks.rados.rados.0.smithi029.stdout:3251: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:31:14.961 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1641 (ObjNum 992 snap 298 seq_num 992) dirty exists 2024-07-27T18:31:14.962 INFO:tasks.rados.rados.0.smithi029.stdout:3248: expect (ObjNum 988 snap 298 seq_num 988) 2024-07-27T18:31:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:16 smithi179 ceph-mon[89801]: pgmap v718: 121 pgs: 121 active+clean; 183 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 4.4 MiB/s rd, 5.7 MiB/s wr, 21 op/s 2024-07-27T18:31:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:16 smithi029 ceph-mon[96870]: pgmap v718: 121 pgs: 121 active+clean; 183 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 4.4 MiB/s rd, 5.7 MiB/s wr, 21 op/s 2024-07-27T18:31:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:16 smithi029 ceph-mon[99353]: pgmap v718: 121 pgs: 121 active+clean; 183 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 4.4 MiB/s rd, 5.7 MiB/s wr, 21 op/s 2024-07-27T18:31:17.194 INFO:tasks.rados.rados.0.smithi029.stdout:3247: done (4 left) 2024-07-27T18:31:17.194 INFO:tasks.rados.rados.0.smithi029.stdout:3248: done (3 left) 2024-07-27T18:31:17.195 INFO:tasks.rados.rados.0.smithi029.stdout:3250: done (2 left) 2024-07-27T18:31:17.195 INFO:tasks.rados.rados.0.smithi029.stdout:3251: done (1 left) 2024-07-27T18:31:17.195 INFO:tasks.rados.rados.0.smithi029.stdout:3252: done (0 left) 2024-07-27T18:31:17.195 INFO:tasks.rados.rados.0.smithi029.stdout:3253: read oid 35 snap 304 2024-07-27T18:31:17.195 INFO:tasks.rados.rados.0.smithi029.stdout:3253: expect deleted 2024-07-27T18:31:17.195 INFO:tasks.rados.rados.0.smithi029.stdout:3254: delete oid 45 current snap is 305 2024-07-27T18:31:17.197 INFO:tasks.rados.rados.0.smithi029.stdout:3253: done (1 left) 2024-07-27T18:31:17.197 INFO:tasks.rados.rados.0.smithi029.stdout:3254: done (0 left) 2024-07-27T18:31:17.197 INFO:tasks.rados.rados.0.smithi029.stdout:3255: snap_remove snap 304 2024-07-27T18:31:18.163 INFO:tasks.rados.rados.0.smithi029.stdout:3255: done (0 left) 2024-07-27T18:31:18.163 INFO:tasks.rados.rados.0.smithi029.stdout:3256: read oid 21 snap -1 2024-07-27T18:31:18.163 INFO:tasks.rados.rados.0.smithi029.stdout:3256: expect (ObjNum 1000 snap 302 seq_num 1000) 2024-07-27T18:31:18.163 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 305 2024-07-27T18:31:18.163 INFO:tasks.rados.rados.0.smithi029.stdout:3257: seq_num 1028 ranges {4554752=425984} 2024-07-27T18:31:18.191 INFO:tasks.rados.rados.0.smithi029.stdout:3257: writing smithi02985406-22 from 4554752 to 4980736 tid 1 2024-07-27T18:31:18.191 INFO:tasks.rados.rados.0.smithi029.stdout:3258: rollback oid 16 current snap is 305 2024-07-27T18:31:18.191 INFO:tasks.rados.rados.0.smithi029.stdout:3258: done (2 left) 2024-07-27T18:31:18.191 INFO:tasks.rados.rados.0.smithi029.stdout:3259: rollback oid 14 current snap is 305 2024-07-27T18:31:18.191 INFO:tasks.rados.rados.0.smithi029.stdout:3259: done (2 left) 2024-07-27T18:31:18.191 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 305 2024-07-27T18:31:18.191 INFO:tasks.rados.rados.0.smithi029.stdout:3260: seq_num 1029 ranges {18948096=442368} 2024-07-27T18:31:18.296 INFO:tasks.rados.rados.0.smithi029.stdout:3260: writing smithi02985406-4 from 18948096 to 19390464 tid 1 2024-07-27T18:31:18.297 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 305 2024-07-27T18:31:18.297 INFO:tasks.rados.rados.0.smithi029.stdout:3261: seq_num 1030 ranges {1769472=458752} 2024-07-27T18:31:18.310 INFO:tasks.rados.rados.0.smithi029.stdout:3261: writing smithi02985406-13 from 1769472 to 2228224 tid 1 2024-07-27T18:31:18.310 INFO:tasks.rados.rados.0.smithi029.stdout:3262: snap_create 2024-07-27T18:31:18.310 INFO:tasks.rados.rados.0.smithi029.stdout:3256: expect (ObjNum 1000 snap 302 seq_num 1000) 2024-07-27T18:31:18.373 INFO:tasks.rados.rados.0.smithi029.stdout:3257: finishing write tid 1 to smithi02985406-22 2024-07-27T18:31:18.373 INFO:tasks.rados.rados.0.smithi029.stdout:3257: finishing write tid 2 to smithi02985406-22 2024-07-27T18:31:18.373 INFO:tasks.rados.rados.0.smithi029.stdout:3257: finishing write tid 3 to smithi02985406-22 2024-07-27T18:31:18.373 INFO:tasks.rados.rados.0.smithi029.stdout:3257: oid 22 updating version 0 to 1023 2024-07-27T18:31:18.373 INFO:tasks.rados.rados.0.smithi029.stdout:3257: oid 22 version 1023 is already newer than 1022 2024-07-27T18:31:18.373 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 1023 (ObjNum 1028 snap 305 seq_num 1028) dirty exists 2024-07-27T18:31:18.373 INFO:tasks.rados.rados.0.smithi029.stdout:3257: left oid 22 (ObjNum 1028 snap 305 seq_num 1028) 2024-07-27T18:31:18.373 INFO:tasks.rados.rados.0.smithi029.stdout:3260: finishing write tid 1 to smithi02985406-4 2024-07-27T18:31:18.373 INFO:tasks.rados.rados.0.smithi029.stdout:3260: finishing write tid 2 to smithi02985406-4 2024-07-27T18:31:18.374 INFO:tasks.rados.rados.0.smithi029.stdout:3260: finishing write tid 3 to smithi02985406-4 2024-07-27T18:31:18.374 INFO:tasks.rados.rados.0.smithi029.stdout:3260: oid 4 updating version 0 to 1914 2024-07-27T18:31:18.374 INFO:tasks.rados.rados.0.smithi029.stdout:3260: oid 4 updating version 1914 to 1915 2024-07-27T18:31:18.374 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 1915 (ObjNum 1029 snap 305 seq_num 1029) dirty exists 2024-07-27T18:31:18.374 INFO:tasks.rados.rados.0.smithi029.stdout:3260: left oid 4 (ObjNum 1029 snap 305 seq_num 1029) 2024-07-27T18:31:18.374 INFO:tasks.rados.rados.0.smithi029.stdout:3261: finishing write tid 1 to smithi02985406-13 2024-07-27T18:31:18.374 INFO:tasks.rados.rados.0.smithi029.stdout:3261: finishing write tid 2 to smithi02985406-13 2024-07-27T18:31:18.374 INFO:tasks.rados.rados.0.smithi029.stdout:3261: finishing write tid 3 to smithi02985406-13 2024-07-27T18:31:18.374 INFO:tasks.rados.rados.0.smithi029.stdout:3261: oid 13 updating version 0 to 2343 2024-07-27T18:31:18.374 INFO:tasks.rados.rados.0.smithi029.stdout:3261: oid 13 version 2343 is already newer than 2342 2024-07-27T18:31:18.374 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 2343 (ObjNum 1030 snap 305 seq_num 1030) dirty exists 2024-07-27T18:31:18.374 INFO:tasks.rados.rados.0.smithi029.stdout:3261: left oid 13 (ObjNum 1030 snap 305 seq_num 1030) 2024-07-27T18:31:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:18 smithi179 ceph-mon[89801]: pgmap v719: 121 pgs: 121 active+clean; 183 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 4.3 MiB/s wr, 18 op/s 2024-07-27T18:31:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:18 smithi179 ceph-mon[89801]: osdmap e702: 8 total, 8 up, 8 in 2024-07-27T18:31:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:18 smithi029 ceph-mon[96870]: pgmap v719: 121 pgs: 121 active+clean; 183 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 4.3 MiB/s wr, 18 op/s 2024-07-27T18:31:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:18 smithi029 ceph-mon[96870]: osdmap e702: 8 total, 8 up, 8 in 2024-07-27T18:31:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:18 smithi029 ceph-mon[99353]: pgmap v719: 121 pgs: 121 active+clean; 183 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 4.3 MiB/s wr, 18 op/s 2024-07-27T18:31:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:18 smithi029 ceph-mon[99353]: osdmap e702: 8 total, 8 up, 8 in 2024-07-27T18:31:19.168 INFO:tasks.rados.rados.0.smithi029.stdout:3256: done (4 left) 2024-07-27T18:31:19.168 INFO:tasks.rados.rados.0.smithi029.stdout:3257: done (3 left) 2024-07-27T18:31:19.168 INFO:tasks.rados.rados.0.smithi029.stdout:3260: done (2 left) 2024-07-27T18:31:19.168 INFO:tasks.rados.rados.0.smithi029.stdout:3261: done (1 left) 2024-07-27T18:31:19.168 INFO:tasks.rados.rados.0.smithi029.stdout:3262: done (0 left) 2024-07-27T18:31:19.168 INFO:tasks.rados.rados.0.smithi029.stdout:3263: rollback oid 9 current snap is 306 2024-07-27T18:31:19.169 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 9 to 305 2024-07-27T18:31:19.169 INFO:tasks.rados.rados.0.smithi029.stdout:3264: setattr oid 48 current snap is 306 2024-07-27T18:31:19.169 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 306 2024-07-27T18:31:19.170 INFO:tasks.rados.rados.0.smithi029.stdout:3265: seq_num 1031 ranges {0=475136} 2024-07-27T18:31:19.172 INFO:tasks.rados.rados.0.smithi029.stdout:3265: writing smithi02985406-18 from 0 to 475136 tid 1 2024-07-27T18:31:19.173 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 306 2024-07-27T18:31:19.173 INFO:tasks.rados.rados.0.smithi029.stdout:3266: seq_num 1032 ranges {0=491520} 2024-07-27T18:31:19.176 INFO:tasks.rados.rados.0.smithi029.stdout:3266: writing smithi02985406-2 from 0 to 491520 tid 1 2024-07-27T18:31:19.176 INFO:tasks.rados.rados.0.smithi029.stdout:3267: snap_create 2024-07-27T18:31:19.179 INFO:tasks.rados.rados.0.smithi029.stdout:3263: finishing rollback tid 0 to smithi02985406-9 2024-07-27T18:31:19.179 INFO:tasks.rados.rados.0.smithi029.stdout:3263: finishing rollback tid 1 to smithi02985406-9 2024-07-27T18:31:19.179 INFO:tasks.rados.rados.0.smithi029.stdout:3263: finishing rollback tid 2 to smithi02985406-9 2024-07-27T18:31:19.180 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 2300 (ObjNum 899 snap 286 seq_num 899) dirty exists 2024-07-27T18:31:19.180 INFO:tasks.rados.rados.0.smithi029.stdout:3265: finishing write tid 1 to smithi02985406-18 2024-07-27T18:31:19.180 INFO:tasks.rados.rados.0.smithi029.stdout:3265: finishing write tid 2 to smithi02985406-18 2024-07-27T18:31:19.182 INFO:tasks.rados.rados.0.smithi029.stdout:3265: finishing write tid 3 to smithi02985406-18 2024-07-27T18:31:19.182 INFO:tasks.rados.rados.0.smithi029.stdout:3265: oid 18 updating version 0 to 2302 2024-07-27T18:31:19.182 INFO:tasks.rados.rados.0.smithi029.stdout:3265: oid 18 version 2302 is already newer than 2301 2024-07-27T18:31:19.182 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2302 (ObjNum 1031 snap 306 seq_num 1031) dirty exists 2024-07-27T18:31:19.182 INFO:tasks.rados.rados.0.smithi029.stdout:3265: left oid 18 (ObjNum 1031 snap 306 seq_num 1031) 2024-07-27T18:31:19.182 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 2345 (ObjNum 1005 snap 302 seq_num 1005) dirty exists 2024-07-27T18:31:19.182 INFO:tasks.rados.rados.0.smithi029.stdout:3266: finishing write tid 1 to smithi02985406-2 2024-07-27T18:31:19.182 INFO:tasks.rados.rados.0.smithi029.stdout:3266: finishing write tid 2 to smithi02985406-2 2024-07-27T18:31:19.184 INFO:tasks.rados.rados.0.smithi029.stdout:3266: finishing write tid 3 to smithi02985406-2 2024-07-27T18:31:19.184 INFO:tasks.rados.rados.0.smithi029.stdout:3266: oid 2 updating version 0 to 2346 2024-07-27T18:31:19.184 INFO:tasks.rados.rados.0.smithi029.stdout:3266: oid 2 updating version 2346 to 2347 2024-07-27T18:31:19.184 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2347 (ObjNum 1032 snap 306 seq_num 1032) dirty exists 2024-07-27T18:31:19.184 INFO:tasks.rados.rados.0.smithi029.stdout:3266: left oid 2 (ObjNum 1032 snap 306 seq_num 1032) 2024-07-27T18:31:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:19 smithi029 ceph-mon[96870]: osdmap e703: 8 total, 8 up, 8 in 2024-07-27T18:31:19.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:19 smithi029 ceph-mon[99353]: osdmap e703: 8 total, 8 up, 8 in 2024-07-27T18:31:19.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:19 smithi179 ceph-mon[89801]: osdmap e703: 8 total, 8 up, 8 in 2024-07-27T18:31:20.173 INFO:tasks.rados.rados.0.smithi029.stdout:3263: done (4 left) 2024-07-27T18:31:20.173 INFO:tasks.rados.rados.0.smithi029.stdout:3264: done (3 left) 2024-07-27T18:31:20.173 INFO:tasks.rados.rados.0.smithi029.stdout:3265: done (2 left) 2024-07-27T18:31:20.173 INFO:tasks.rados.rados.0.smithi029.stdout:3266: done (1 left) 2024-07-27T18:31:20.173 INFO:tasks.rados.rados.0.smithi029.stdout:3267: done (0 left) 2024-07-27T18:31:20.173 INFO:tasks.rados.rados.0.smithi029.stdout:3268: read oid 9 snap -1 2024-07-27T18:31:20.173 INFO:tasks.rados.rados.0.smithi029.stdout:3268: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:31:20.173 INFO:tasks.rados.rados.0.smithi029.stdout:3269: setattr oid 11 current snap is 307 2024-07-27T18:31:20.174 INFO:tasks.rados.rados.0.smithi029.stdout:3270: rmattr oid 19 current snap is 307 2024-07-27T18:31:20.174 INFO:tasks.rados.rados.0.smithi029.stdout:3270: done (2 left) 2024-07-27T18:31:20.174 INFO:tasks.rados.rados.0.smithi029.stdout:3271: snap_create 2024-07-27T18:31:20.178 INFO:tasks.rados.rados.0.smithi029.stdout:3268: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:31:20.199 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 2116 (ObjNum 1025 snap 305 seq_num 1025) dirty exists 2024-07-27T18:31:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:20 smithi029 ceph-mon[99353]: pgmap v722: 121 pgs: 121 active+clean; 198 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 25 MiB/s rd, 3.0 MiB/s wr, 23 op/s 2024-07-27T18:31:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:20 smithi029 ceph-mon[99353]: osdmap e704: 8 total, 8 up, 8 in 2024-07-27T18:31:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:20 smithi029 ceph-mon[96870]: pgmap v722: 121 pgs: 121 active+clean; 198 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 25 MiB/s rd, 3.0 MiB/s wr, 23 op/s 2024-07-27T18:31:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:20 smithi029 ceph-mon[96870]: osdmap e704: 8 total, 8 up, 8 in 2024-07-27T18:31:20.564 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:20 smithi179 ceph-mon[89801]: pgmap v722: 121 pgs: 121 active+clean; 198 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 25 MiB/s rd, 3.0 MiB/s wr, 23 op/s 2024-07-27T18:31:20.565 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:20 smithi179 ceph-mon[89801]: osdmap e704: 8 total, 8 up, 8 in 2024-07-27T18:31:21.178 INFO:tasks.rados.rados.0.smithi029.stdout:3268: done (2 left) 2024-07-27T18:31:21.178 INFO:tasks.rados.rados.0.smithi029.stdout:3269: done (1 left) 2024-07-27T18:31:21.178 INFO:tasks.rados.rados.0.smithi029.stdout:3271: done (0 left) 2024-07-27T18:31:21.179 INFO:tasks.rados.rados.0.smithi029.stdout:3272: snap_remove snap 305 2024-07-27T18:31:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:21 smithi029 ceph-mon[96870]: osdmap e705: 8 total, 8 up, 8 in 2024-07-27T18:31:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:21 smithi029 ceph-mon[99353]: osdmap e705: 8 total, 8 up, 8 in 2024-07-27T18:31:21.580 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:21 smithi179 ceph-mon[89801]: osdmap e705: 8 total, 8 up, 8 in 2024-07-27T18:31:22.064 INFO:tasks.rados.rados.0.smithi029.stdout:3272: done (0 left) 2024-07-27T18:31:22.065 INFO:tasks.rados.rados.0.smithi029.stdout:3273: setattr oid 32 current snap is 308 2024-07-27T18:31:22.068 INFO:tasks.rados.rados.0.smithi029.stdout:3274: copy_from oid 38 from oid 50 current snap is 308 2024-07-27T18:31:22.068 INFO:tasks.rados.rados.0.smithi029.stdout:3275: read oid 1 snap 307 2024-07-27T18:31:22.068 INFO:tasks.rados.rados.0.smithi029.stdout:3275: expect (ObjNum 989 snap 298 seq_num 989) 2024-07-27T18:31:22.068 INFO:tasks.rados.rados.0.smithi029.stdout:3276: read oid 40 snap 307 2024-07-27T18:31:22.068 INFO:tasks.rados.rados.0.smithi029.stdout:3276: expect deleted 2024-07-27T18:31:22.068 INFO:tasks.rados.rados.0.smithi029.stdout:3277: rollback oid 6 current snap is 308 2024-07-27T18:31:22.068 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 6 to 307 2024-07-27T18:31:22.068 INFO:tasks.rados.rados.0.smithi029.stdout:3278: snap_remove snap 306 2024-07-27T18:31:22.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:22 smithi029 ceph-mon[96870]: pgmap v725: 121 pgs: 121 active+clean; 181 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 22 MiB/s rd, 3.8 MiB/s wr, 15 op/s 2024-07-27T18:31:22.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:22 smithi029 ceph-mon[96870]: osdmap e706: 8 total, 8 up, 8 in 2024-07-27T18:31:22.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:22 smithi029 ceph-mon[96870]: osdmap e707: 8 total, 8 up, 8 in 2024-07-27T18:31:22.504 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:31:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:31:22] "GET /metrics HTTP/1.1" 200 36348 "" "Prometheus/2.43.0" 2024-07-27T18:31:22.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:22 smithi029 ceph-mon[99353]: pgmap v725: 121 pgs: 121 active+clean; 181 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 22 MiB/s rd, 3.8 MiB/s wr, 15 op/s 2024-07-27T18:31:22.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:22 smithi029 ceph-mon[99353]: osdmap e706: 8 total, 8 up, 8 in 2024-07-27T18:31:22.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:22 smithi029 ceph-mon[99353]: osdmap e707: 8 total, 8 up, 8 in 2024-07-27T18:31:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:22 smithi179 ceph-mon[89801]: pgmap v725: 121 pgs: 121 active+clean; 181 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 22 MiB/s rd, 3.8 MiB/s wr, 15 op/s 2024-07-27T18:31:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:22 smithi179 ceph-mon[89801]: osdmap e706: 8 total, 8 up, 8 in 2024-07-27T18:31:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:22 smithi179 ceph-mon[89801]: osdmap e707: 8 total, 8 up, 8 in 2024-07-27T18:31:23.065 INFO:tasks.rados.rados.0.smithi029.stdout:3278: done (5 left) 2024-07-27T18:31:23.065 INFO:tasks.rados.rados.0.smithi029.stdout:3279: delete oid 12 current snap is 308 2024-07-27T18:31:23.065 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 1638 (ObjNum 992 snap 298 seq_num 992) dirty exists 2024-07-27T18:31:23.065 INFO:tasks.rados.rados.0.smithi029.stdout:3277: finishing rollback tid 0 to smithi02985406-6 2024-07-27T18:31:23.065 INFO:tasks.rados.rados.0.smithi029.stdout:3274: finishing copy_from racing read to smithi02985406-38 2024-07-27T18:31:23.065 INFO:tasks.rados.rados.0.smithi029.stdout:3277: finishing rollback tid 1 to smithi02985406-6 2024-07-27T18:31:23.066 INFO:tasks.rados.rados.0.smithi029.stdout:3277: finishing rollback tid 2 to smithi02985406-6 2024-07-27T18:31:23.066 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 2272 (ObjNum 955 snap 292 seq_num 955) dirty exists 2024-07-27T18:31:23.066 INFO:tasks.rados.rados.0.smithi029.stdout:3274: finishing copy_from to smithi02985406-38 2024-07-27T18:31:23.066 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 1444 (ObjNum 912 snap 287 seq_num 912) dirty exists 2024-07-27T18:31:23.066 INFO:tasks.rados.rados.0.smithi029.stdout:3275: expect (ObjNum 989 snap 298 seq_num 989) 2024-07-27T18:31:23.125 INFO:tasks.rados.rados.0.smithi029.stdout:3273: done (5 left) 2024-07-27T18:31:23.126 INFO:tasks.rados.rados.0.smithi029.stdout:3274: done (4 left) 2024-07-27T18:31:23.126 INFO:tasks.rados.rados.0.smithi029.stdout:3275: done (3 left) 2024-07-27T18:31:23.126 INFO:tasks.rados.rados.0.smithi029.stdout:3276: done (2 left) 2024-07-27T18:31:23.126 INFO:tasks.rados.rados.0.smithi029.stdout:3277: done (1 left) 2024-07-27T18:31:23.126 INFO:tasks.rados.rados.0.smithi029.stdout:3279: done (0 left) 2024-07-27T18:31:23.126 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 308 2024-07-27T18:31:23.126 INFO:tasks.rados.rados.0.smithi029.stdout:3280: seq_num 1034 ranges {0=524288} 2024-07-27T18:31:23.128 INFO:tasks.rados.rados.0.smithi029.stdout:3280: writing smithi02985406-19 from 0 to 524288 tid 1 2024-07-27T18:31:23.128 INFO:tasks.rados.rados.0.smithi029.stdout:3281: setattr oid 16 current snap is 308 2024-07-27T18:31:23.129 INFO:tasks.rados.rados.0.smithi029.stdout:3282: rmattr oid 9 current snap is 308 2024-07-27T18:31:23.129 INFO:tasks.rados.rados.0.smithi029.stdout:3283: copy_from oid 30 from oid 22 current snap is 308 2024-07-27T18:31:23.129 INFO:tasks.rados.rados.0.smithi029.stdout:3284: snap_remove snap 307 2024-07-27T18:31:24.069 INFO:tasks.rados.rados.0.smithi029.stdout:3284: done (4 left) 2024-07-27T18:31:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:3285: rollback oid 47 current snap is 308 2024-07-27T18:31:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:3285: done (4 left) 2024-07-27T18:31:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:3286: delete oid 44 current snap is 308 2024-07-27T18:31:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 2071 (ObjNum 129 snap 0 seq_num 367787696) dirty exists 2024-07-27T18:31:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:3280: finishing write tid 1 to smithi02985406-19 2024-07-27T18:31:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 2306 (ObjNum 899 snap 286 seq_num 899) dirty exists 2024-07-27T18:31:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:3280: finishing write tid 2 to smithi02985406-19 2024-07-27T18:31:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:3280: finishing write tid 3 to smithi02985406-19 2024-07-27T18:31:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:3280: oid 19 updating version 0 to 1917 2024-07-27T18:31:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:3280: oid 19 version 1917 is already newer than 1916 2024-07-27T18:31:24.070 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 1917 (ObjNum 1034 snap 308 seq_num 1034) dirty exists 2024-07-27T18:31:24.071 INFO:tasks.rados.rados.0.smithi029.stdout:3280: left oid 19 (ObjNum 1034 snap 308 seq_num 1034) 2024-07-27T18:31:24.071 INFO:tasks.rados.rados.0.smithi029.stdout:3283: finishing copy_from racing read to smithi02985406-30 2024-07-27T18:31:24.071 INFO:tasks.rados.rados.0.smithi029.stdout:3283: finishing copy_from to smithi02985406-30 2024-07-27T18:31:24.071 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1023 (ObjNum 1028 snap 305 seq_num 1028) dirty exists 2024-07-27T18:31:24.079 INFO:tasks.rados.rados.0.smithi029.stdout:3280: done (4 left) 2024-07-27T18:31:24.079 INFO:tasks.rados.rados.0.smithi029.stdout:3281: done (3 left) 2024-07-27T18:31:24.079 INFO:tasks.rados.rados.0.smithi029.stdout:3282: done (2 left) 2024-07-27T18:31:24.079 INFO:tasks.rados.rados.0.smithi029.stdout:3283: done (1 left) 2024-07-27T18:31:24.079 INFO:tasks.rados.rados.0.smithi029.stdout:3286: done (0 left) 2024-07-27T18:31:24.079 INFO:tasks.rados.rados.0.smithi029.stdout:3287: read oid 30 snap -1 2024-07-27T18:31:24.079 INFO:tasks.rados.rados.0.smithi029.stdout:3287: expect (ObjNum 1028 snap 305 seq_num 1028) 2024-07-27T18:31:24.079 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 308 2024-07-27T18:31:24.079 INFO:tasks.rados.rados.0.smithi029.stdout:3288: seq_num 1036 ranges {3211264=557056} 2024-07-27T18:31:24.100 INFO:tasks.rados.rados.0.smithi029.stdout:3288: writing smithi02985406-48 from 3211264 to 3768320 tid 1 2024-07-27T18:31:24.100 INFO:tasks.rados.rados.0.smithi029.stdout:3289: read oid 10 snap -1 2024-07-27T18:31:24.101 INFO:tasks.rados.rados.0.smithi029.stdout:3289: expect (ObjNum 1008 snap 303 seq_num 1008) 2024-07-27T18:31:24.101 INFO:tasks.rados.rados.0.smithi029.stdout:3290: delete oid 39 current snap is 308 2024-07-27T18:31:24.101 INFO:tasks.rados.rados.0.smithi029.stdout:3287: expect (ObjNum 1028 snap 305 seq_num 1028) 2024-07-27T18:31:24.361 INFO:tasks.rados.rados.0.smithi029.stdout:3288: finishing write tid 1 to smithi02985406-48 2024-07-27T18:31:24.361 INFO:tasks.rados.rados.0.smithi029.stdout:3288: finishing write tid 2 to smithi02985406-48 2024-07-27T18:31:24.362 INFO:tasks.rados.rados.0.smithi029.stdout:3288: finishing write tid 3 to smithi02985406-48 2024-07-27T18:31:24.362 INFO:tasks.rados.rados.0.smithi029.stdout:3288: oid 48 updating version 0 to 2351 2024-07-27T18:31:24.362 INFO:tasks.rados.rados.0.smithi029.stdout:3288: oid 48 version 2351 is already newer than 2350 2024-07-27T18:31:24.362 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 2351 (ObjNum 1036 snap 308 seq_num 1036) dirty exists 2024-07-27T18:31:24.362 INFO:tasks.rados.rados.0.smithi029.stdout:3288: left oid 48 (ObjNum 1036 snap 308 seq_num 1036) 2024-07-27T18:31:24.362 INFO:tasks.rados.rados.0.smithi029.stdout:3289: expect (ObjNum 1008 snap 303 seq_num 1008) 2024-07-27T18:31:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:24 smithi179 ceph-mon[89801]: pgmap v728: 121 pgs: 121 active+clean; 159 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 790 KiB/s wr, 14 op/s 2024-07-27T18:31:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:24 smithi179 ceph-mon[89801]: osdmap e708: 8 total, 8 up, 8 in 2024-07-27T18:31:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:31:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:24 smithi029 ceph-mon[96870]: pgmap v728: 121 pgs: 121 active+clean; 159 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 790 KiB/s wr, 14 op/s 2024-07-27T18:31:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:24 smithi029 ceph-mon[96870]: osdmap e708: 8 total, 8 up, 8 in 2024-07-27T18:31:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:31:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:24 smithi029 ceph-mon[99353]: pgmap v728: 121 pgs: 121 active+clean; 159 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 790 KiB/s wr, 14 op/s 2024-07-27T18:31:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:24 smithi029 ceph-mon[99353]: osdmap e708: 8 total, 8 up, 8 in 2024-07-27T18:31:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:31:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:25 smithi179 ceph-mon[89801]: osdmap e709: 8 total, 8 up, 8 in 2024-07-27T18:31:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:25 smithi029 ceph-mon[96870]: osdmap e709: 8 total, 8 up, 8 in 2024-07-27T18:31:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:25 smithi029 ceph-mon[99353]: osdmap e709: 8 total, 8 up, 8 in 2024-07-27T18:31:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:26 smithi179 ceph-mon[89801]: pgmap v731: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 165 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 23 op/s 2024-07-27T18:31:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:26 smithi029 ceph-mon[96870]: pgmap v731: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 165 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 23 op/s 2024-07-27T18:31:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:26 smithi029 ceph-mon[99353]: pgmap v731: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 165 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 23 op/s 2024-07-27T18:31:26.525 INFO:tasks.rados.rados.0.smithi029.stdout:3287: done (3 left) 2024-07-27T18:31:26.526 INFO:tasks.rados.rados.0.smithi029.stdout:3288: done (2 left) 2024-07-27T18:31:26.526 INFO:tasks.rados.rados.0.smithi029.stdout:3289: done (1 left) 2024-07-27T18:31:26.526 INFO:tasks.rados.rados.0.smithi029.stdout:3290: done (0 left) 2024-07-27T18:31:26.526 INFO:tasks.rados.rados.0.smithi029.stdout:3291: read oid 4 snap -1 2024-07-27T18:31:26.526 INFO:tasks.rados.rados.0.smithi029.stdout:3291: expect (ObjNum 1029 snap 305 seq_num 1029) 2024-07-27T18:31:26.526 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 30 current snap is 308 2024-07-27T18:31:26.526 INFO:tasks.rados.rados.0.smithi029.stdout:3292: seq_num 1038 ranges {4980736=589824} 2024-07-27T18:31:26.557 INFO:tasks.rados.rados.0.smithi029.stdout:3292: writing smithi02985406-30 from 4980736 to 5570560 tid 1 2024-07-27T18:31:26.557 INFO:tasks.rados.rados.0.smithi029.stdout:3293: rollback oid 42 current snap is 308 2024-07-27T18:31:26.557 INFO:tasks.rados.rados.0.smithi029.stdout:3293: done (2 left) 2024-07-27T18:31:26.557 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 308 2024-07-27T18:31:26.557 INFO:tasks.rados.rados.0.smithi029.stdout:3294: seq_num 1039 ranges {4620288=606208} 2024-07-27T18:31:26.587 INFO:tasks.rados.rados.0.smithi029.stdout:3294: writing smithi02985406-5 from 4620288 to 5226496 tid 1 2024-07-27T18:31:26.587 INFO:tasks.rados.rados.0.smithi029.stdout:3295: copy_from oid 50 from oid 43 current snap is 308 2024-07-27T18:31:26.587 INFO:tasks.rados.rados.0.smithi029.stdout:3292: finishing write tid 1 to smithi02985406-30 2024-07-27T18:31:26.588 INFO:tasks.rados.rados.0.smithi029.stdout:3292: finishing write tid 2 to smithi02985406-30 2024-07-27T18:31:26.588 INFO:tasks.rados.rados.0.smithi029.stdout:3292: finishing write tid 3 to smithi02985406-30 2024-07-27T18:31:26.588 INFO:tasks.rados.rados.0.smithi029.stdout:3292: oid 30 updating version 0 to 1898 2024-07-27T18:31:26.588 INFO:tasks.rados.rados.0.smithi029.stdout:3292: oid 30 updating version 1898 to 1899 2024-07-27T18:31:26.588 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1899 (ObjNum 1038 snap 308 seq_num 1038) dirty exists 2024-07-27T18:31:26.588 INFO:tasks.rados.rados.0.smithi029.stdout:3292: left oid 30 (ObjNum 1038 snap 308 seq_num 1038) 2024-07-27T18:31:26.588 INFO:tasks.rados.rados.0.smithi029.stdout:3292: done (3 left) 2024-07-27T18:31:26.588 INFO:tasks.rados.rados.0.smithi029.stdout:3296: snap_create 2024-07-27T18:31:26.588 INFO:tasks.rados.rados.0.smithi029.stdout:3291: expect (ObjNum 1029 snap 305 seq_num 1029) 2024-07-27T18:31:28.317 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:28 smithi029 ceph-mon[96870]: pgmap v732: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 165 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 1.4 MiB/s wr, 14 op/s 2024-07-27T18:31:28.317 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:28 smithi029 ceph-mon[96870]: osdmap e710: 8 total, 8 up, 8 in 2024-07-27T18:31:28.318 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:28 smithi029 ceph-mon[99353]: pgmap v732: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 165 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 1.4 MiB/s wr, 14 op/s 2024-07-27T18:31:28.318 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:28 smithi029 ceph-mon[99353]: osdmap e710: 8 total, 8 up, 8 in 2024-07-27T18:31:28.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:28 smithi179 ceph-mon[89801]: pgmap v732: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 165 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 1.4 MiB/s wr, 14 op/s 2024-07-27T18:31:28.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:28 smithi179 ceph-mon[89801]: osdmap e710: 8 total, 8 up, 8 in 2024-07-27T18:31:29.168 INFO:tasks.rados.rados.0.smithi029.stdout:3294: finishing write tid 1 to smithi02985406-5 2024-07-27T18:31:29.168 INFO:tasks.rados.rados.0.smithi029.stdout:3294: finishing write tid 2 to smithi02985406-5 2024-07-27T18:31:29.168 INFO:tasks.rados.rados.0.smithi029.stdout:3294: finishing write tid 3 to smithi02985406-5 2024-07-27T18:31:29.168 INFO:tasks.rados.rados.0.smithi029.stdout:3294: oid 5 updating version 0 to 2352 2024-07-27T18:31:29.168 INFO:tasks.rados.rados.0.smithi029.stdout:3294: oid 5 updating version 2352 to 2353 2024-07-27T18:31:29.168 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 2353 (ObjNum 1039 snap 308 seq_num 1039) dirty exists 2024-07-27T18:31:29.168 INFO:tasks.rados.rados.0.smithi029.stdout:3294: left oid 5 (ObjNum 1039 snap 308 seq_num 1039) 2024-07-27T18:31:29.169 INFO:tasks.rados.rados.0.smithi029.stdout:3295: finishing copy_from racing read to smithi02985406-50 2024-07-27T18:31:29.169 INFO:tasks.rados.rados.0.smithi029.stdout:3295: finishing copy_from to smithi02985406-50 2024-07-27T18:31:29.169 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 2308 (ObjNum 951 snap 292 seq_num 951) dirty exists 2024-07-27T18:31:29.169 INFO:tasks.rados.rados.0.smithi029.stdout:3291: done (3 left) 2024-07-27T18:31:29.169 INFO:tasks.rados.rados.0.smithi029.stdout:3294: done (2 left) 2024-07-27T18:31:29.169 INFO:tasks.rados.rados.0.smithi029.stdout:3295: done (1 left) 2024-07-27T18:31:29.169 INFO:tasks.rados.rados.0.smithi029.stdout:3296: done (0 left) 2024-07-27T18:31:29.170 INFO:tasks.rados.rados.0.smithi029.stdout:3297: setattr oid 40 current snap is 309 2024-07-27T18:31:29.171 INFO:tasks.rados.rados.0.smithi029.stdout:3298: read oid 41 snap 308 2024-07-27T18:31:29.171 INFO:tasks.rados.rados.0.smithi029.stdout:3298: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:31:29.171 INFO:tasks.rados.rados.0.smithi029.stdout:3299: read oid 12 snap 308 2024-07-27T18:31:29.171 INFO:tasks.rados.rados.0.smithi029.stdout:3299: expect deleted 2024-07-27T18:31:29.171 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 309 2024-07-27T18:31:29.171 INFO:tasks.rados.rados.0.smithi029.stdout:3300: seq_num 1040 ranges {0=622592} 2024-07-27T18:31:29.176 INFO:tasks.rados.rados.0.smithi029.stdout:3300: writing smithi02985406-39 from 0 to 622592 tid 1 2024-07-27T18:31:29.176 INFO:tasks.rados.rados.0.smithi029.stdout:3301: read oid 8 snap -1 2024-07-27T18:31:29.177 INFO:tasks.rados.rados.0.smithi029.stdout:3301: expect (ObjNum 989 snap 298 seq_num 989) 2024-07-27T18:31:29.177 INFO:tasks.rados.rados.0.smithi029.stdout:3302: delete oid 20 current snap is 309 2024-07-27T18:31:29.177 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 1639 (ObjNum 353 snap 0 seq_num 368345504) dirty exists 2024-07-27T18:31:29.180 INFO:tasks.rados.rados.0.smithi029.stdout:3300: finishing write tid 1 to smithi02985406-39 2024-07-27T18:31:29.181 INFO:tasks.rados.rados.0.smithi029.stdout:3300: finishing write tid 2 to smithi02985406-39 2024-07-27T18:31:29.185 INFO:tasks.rados.rados.0.smithi029.stdout:3300: finishing write tid 3 to smithi02985406-39 2024-07-27T18:31:29.185 INFO:tasks.rados.rados.0.smithi029.stdout:3300: oid 39 updating version 0 to 2313 2024-07-27T18:31:29.185 INFO:tasks.rados.rados.0.smithi029.stdout:3300: oid 39 version 2313 is already newer than 2312 2024-07-27T18:31:29.185 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2313 (ObjNum 1040 snap 309 seq_num 1040) dirty exists 2024-07-27T18:31:29.185 INFO:tasks.rados.rados.0.smithi029.stdout:3300: left oid 39 (ObjNum 1040 snap 309 seq_num 1040) 2024-07-27T18:31:29.192 INFO:tasks.rados.rados.0.smithi029.stdout:3301: expect (ObjNum 989 snap 298 seq_num 989) 2024-07-27T18:31:29.249 INFO:tasks.rados.rados.0.smithi029.stdout:3298: expect (ObjNum 705 snap 217 seq_num 705) 2024-07-27T18:31:29.517 INFO:tasks.rados.rados.0.smithi029.stdout:3297: done (5 left) 2024-07-27T18:31:29.517 INFO:tasks.rados.rados.0.smithi029.stdout:3298: done (4 left) 2024-07-27T18:31:29.518 INFO:tasks.rados.rados.0.smithi029.stdout:3299: done (3 left) 2024-07-27T18:31:29.518 INFO:tasks.rados.rados.0.smithi029.stdout:3300: done (2 left) 2024-07-27T18:31:29.518 INFO:tasks.rados.rados.0.smithi029.stdout:3301: done (1 left) 2024-07-27T18:31:29.518 INFO:tasks.rados.rados.0.smithi029.stdout:3302: done (0 left) 2024-07-27T18:31:29.518 INFO:tasks.rados.rados.0.smithi029.stdout:3303: rollback oid 36 current snap is 309 2024-07-27T18:31:29.518 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 36 to 308 2024-07-27T18:31:29.518 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 309 2024-07-27T18:31:29.518 INFO:tasks.rados.rados.0.smithi029.stdout:3304: seq_num 1042 ranges {622592=655360} 2024-07-27T18:31:29.525 INFO:tasks.rados.rados.0.smithi029.stdout:3304: writing smithi02985406-39 from 622592 to 1277952 tid 1 2024-07-27T18:31:29.525 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 20 current snap is 309 2024-07-27T18:31:29.526 INFO:tasks.rados.rados.0.smithi029.stdout:3305: seq_num 1043 ranges {0=671744} 2024-07-27T18:31:29.531 INFO:tasks.rados.rados.0.smithi029.stdout:3305: writing smithi02985406-20 from 0 to 671744 tid 1 2024-07-27T18:31:29.531 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 309 2024-07-27T18:31:29.531 INFO:tasks.rados.rados.0.smithi029.stdout:3303: finishing rollback tid 0 to smithi02985406-36 2024-07-27T18:31:29.531 INFO:tasks.rados.rados.0.smithi029.stdout:3303: finishing rollback tid 1 to smithi02985406-36 2024-07-27T18:31:29.531 INFO:tasks.rados.rados.0.smithi029.stdout:3303: finishing rollback tid 2 to smithi02985406-36 2024-07-27T18:31:29.531 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 1898 (ObjNum 705 snap 217 seq_num 705) dirty exists 2024-07-27T18:31:29.531 INFO:tasks.rados.rados.0.smithi029.stdout:3304: finishing write tid 1 to smithi02985406-39 2024-07-27T18:31:29.531 INFO:tasks.rados.rados.0.smithi029.stdout:3304: finishing write tid 2 to smithi02985406-39 2024-07-27T18:31:29.531 INFO:tasks.rados.rados.0.smithi029.stdout:3304: finishing write tid 3 to smithi02985406-39 2024-07-27T18:31:29.532 INFO:tasks.rados.rados.0.smithi029.stdout:3304: oid 39 updating version 0 to 2314 2024-07-27T18:31:29.532 INFO:tasks.rados.rados.0.smithi029.stdout:3304: oid 39 updating version 2314 to 2315 2024-07-27T18:31:29.532 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2315 (ObjNum 1042 snap 309 seq_num 1042) dirty exists 2024-07-27T18:31:29.532 INFO:tasks.rados.rados.0.smithi029.stdout:3304: left oid 39 (ObjNum 1042 snap 309 seq_num 1042) 2024-07-27T18:31:29.532 INFO:tasks.rados.rados.0.smithi029.stdout:3306: seq_num 1044 ranges {524288=688128} 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:3306: writing smithi02985406-19 from 524288 to 1212416 tid 1 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:3303: done (3 left) 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:3304: done (2 left) 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:3307: read oid 50 snap -1 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:3307: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:3308: rollback oid 14 current snap is 309 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 14 to 308 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:3305: finishing write tid 1 to smithi02985406-20 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:3305: finishing write tid 2 to smithi02985406-20 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:3305: finishing write tid 3 to smithi02985406-20 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:3305: oid 20 updating version 0 to 2311 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:3305: oid 20 updating version 2311 to 2312 2024-07-27T18:31:29.540 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 2312 (ObjNum 1043 snap 309 seq_num 1043) dirty exists 2024-07-27T18:31:29.541 INFO:tasks.rados.rados.0.smithi029.stdout:3305: left oid 20 (ObjNum 1043 snap 309 seq_num 1043) 2024-07-27T18:31:29.541 INFO:tasks.rados.rados.0.smithi029.stdout:3305: done (3 left) 2024-07-27T18:31:29.541 INFO:tasks.rados.rados.0.smithi029.stdout:3309: rollback oid 15 current snap is 309 2024-07-27T18:31:29.541 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 15 to 308 2024-07-27T18:31:29.541 INFO:tasks.rados.rados.0.smithi029.stdout:3310: read oid 18 snap -1 2024-07-27T18:31:29.541 INFO:tasks.rados.rados.0.smithi029.stdout:3310: expect (ObjNum 1031 snap 306 seq_num 1031) 2024-07-27T18:31:29.541 INFO:tasks.rados.rados.0.smithi029.stdout:3311: rmattr oid 37 current snap is 309 2024-07-27T18:31:29.541 INFO:tasks.rados.rados.0.smithi029.stdout:3311: done (5 left) 2024-07-27T18:31:29.541 INFO:tasks.rados.rados.0.smithi029.stdout:3312: snap_create 2024-07-27T18:31:29.541 INFO:tasks.rados.rados.0.smithi029.stdout:3308: finishing rollback tid 1 to smithi02985406-14 2024-07-27T18:31:29.541 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 0 (ObjNum 801 snap 0 seq_num 2053091312) dirty dne 2024-07-27T18:31:29.543 INFO:tasks.rados.rados.0.smithi029.stdout:3309: finishing rollback tid 1 to smithi02985406-15 2024-07-27T18:31:29.543 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 0 (ObjNum 913 snap 0 seq_num 2053091424) dirty dne 2024-07-27T18:31:29.543 INFO:tasks.rados.rados.0.smithi029.stdout:3306: finishing write tid 1 to smithi02985406-19 2024-07-27T18:31:29.544 INFO:tasks.rados.rados.0.smithi029.stdout:3306: finishing write tid 2 to smithi02985406-19 2024-07-27T18:31:29.544 INFO:tasks.rados.rados.0.smithi029.stdout:3310: expect (ObjNum 1031 snap 306 seq_num 1031) 2024-07-27T18:31:29.562 INFO:tasks.rados.rados.0.smithi029.stdout:3306: finishing write tid 3 to smithi02985406-19 2024-07-27T18:31:29.562 INFO:tasks.rados.rados.0.smithi029.stdout:3306: oid 19 updating version 0 to 1918 2024-07-27T18:31:29.562 INFO:tasks.rados.rados.0.smithi029.stdout:3306: oid 19 updating version 1918 to 1919 2024-07-27T18:31:29.562 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 1919 (ObjNum 1044 snap 309 seq_num 1044) dirty exists 2024-07-27T18:31:29.562 INFO:tasks.rados.rados.0.smithi029.stdout:3306: left oid 19 (ObjNum 1044 snap 309 seq_num 1044) 2024-07-27T18:31:29.564 INFO:tasks.rados.rados.0.smithi029.stdout:3307: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:31:30.069 INFO:tasks.rados.rados.0.smithi029.stdout:3306: done (5 left) 2024-07-27T18:31:30.069 INFO:tasks.rados.rados.0.smithi029.stdout:3307: done (4 left) 2024-07-27T18:31:30.069 INFO:tasks.rados.rados.0.smithi029.stdout:3308: done (3 left) 2024-07-27T18:31:30.069 INFO:tasks.rados.rados.0.smithi029.stdout:3309: done (2 left) 2024-07-27T18:31:30.069 INFO:tasks.rados.rados.0.smithi029.stdout:3310: done (1 left) 2024-07-27T18:31:30.069 INFO:tasks.rados.rados.0.smithi029.stdout:3312: done (0 left) 2024-07-27T18:31:30.069 INFO:tasks.rados.rados.0.smithi029.stdout:3313: delete oid 8 current snap is 310 2024-07-27T18:31:30.071 INFO:tasks.rados.rados.0.smithi029.stdout:3313: done (0 left) 2024-07-27T18:31:30.072 INFO:tasks.rados.rados.0.smithi029.stdout:3314: snap_create 2024-07-27T18:31:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:30 smithi179 ceph-mon[89801]: pgmap v734: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 146 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 20 MiB/s rd, 2.3 MiB/s wr, 14 op/s 2024-07-27T18:31:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:30 smithi029 ceph-mon[96870]: pgmap v734: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 146 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 20 MiB/s rd, 2.3 MiB/s wr, 14 op/s 2024-07-27T18:31:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:30 smithi029 ceph-mon[99353]: pgmap v734: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 146 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 20 MiB/s rd, 2.3 MiB/s wr, 14 op/s 2024-07-27T18:31:31.076 INFO:tasks.rados.rados.0.smithi029.stdout:3314: done (0 left) 2024-07-27T18:31:31.076 INFO:tasks.rados.rados.0.smithi029.stdout:3315: setattr oid 28 current snap is 311 2024-07-27T18:31:31.076 INFO:tasks.rados.rados.0.smithi029.stdout:3316: read oid 7 snap 309 2024-07-27T18:31:31.077 INFO:tasks.rados.rados.0.smithi029.stdout:3316: expect deleted 2024-07-27T18:31:31.077 INFO:tasks.rados.rados.0.smithi029.stdout:3317: snap_remove snap 310 2024-07-27T18:31:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:31 smithi179 ceph-mon[89801]: osdmap e711: 8 total, 8 up, 8 in 2024-07-27T18:31:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:31 smithi029 ceph-mon[96870]: osdmap e711: 8 total, 8 up, 8 in 2024-07-27T18:31:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:31 smithi029 ceph-mon[99353]: osdmap e711: 8 total, 8 up, 8 in 2024-07-27T18:31:32.065 INFO:tasks.rados.rados.0.smithi029.stdout:3317: done (2 left) 2024-07-27T18:31:32.065 INFO:tasks.rados.rados.0.smithi029.stdout:3318: snap_create 2024-07-27T18:31:32.065 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 2316 (ObjNum 1016 snap 305 seq_num 1016) dirty exists 2024-07-27T18:31:32.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:32 smithi029 ceph-mon[96870]: pgmap v736: 121 pgs: 121 active+clean; 140 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 2.1 MiB/s wr, 13 op/s 2024-07-27T18:31:32.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:32 smithi029 ceph-mon[96870]: osdmap e712: 8 total, 8 up, 8 in 2024-07-27T18:31:32.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:32 smithi029 ceph-mon[96870]: osdmap e713: 8 total, 8 up, 8 in 2024-07-27T18:31:32.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:32 smithi029 ceph-mon[99353]: pgmap v736: 121 pgs: 121 active+clean; 140 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 2.1 MiB/s wr, 13 op/s 2024-07-27T18:31:32.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:32 smithi029 ceph-mon[99353]: osdmap e712: 8 total, 8 up, 8 in 2024-07-27T18:31:32.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:32 smithi029 ceph-mon[99353]: osdmap e713: 8 total, 8 up, 8 in 2024-07-27T18:31:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:32 smithi179 ceph-mon[89801]: pgmap v736: 121 pgs: 121 active+clean; 140 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 2.1 MiB/s wr, 13 op/s 2024-07-27T18:31:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:32 smithi179 ceph-mon[89801]: osdmap e712: 8 total, 8 up, 8 in 2024-07-27T18:31:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:32 smithi179 ceph-mon[89801]: osdmap e713: 8 total, 8 up, 8 in 2024-07-27T18:31:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:31:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:31:32] "GET /metrics HTTP/1.1" 200 36347 "" "Prometheus/2.43.0" 2024-07-27T18:31:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:3315: done (2 left) 2024-07-27T18:31:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:3316: done (1 left) 2024-07-27T18:31:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:3318: done (0 left) 2024-07-27T18:31:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:3319: setattr oid 44 current snap is 312 2024-07-27T18:31:33.066 INFO:tasks.rados.rados.0.smithi029.stdout:3320: snap_create 2024-07-27T18:31:33.072 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 2273 (ObjNum 33 snap 0 seq_num 369235760) dirty exists 2024-07-27T18:31:34.071 INFO:tasks.rados.rados.0.smithi029.stdout:3319: done (1 left) 2024-07-27T18:31:34.071 INFO:tasks.rados.rados.0.smithi029.stdout:3320: done (0 left) 2024-07-27T18:31:34.071 INFO:tasks.rados.rados.0.smithi029.stdout:3321: read oid 37 snap -1 2024-07-27T18:31:34.071 INFO:tasks.rados.rados.0.smithi029.stdout:3321: expect deleted 2024-07-27T18:31:34.071 INFO:tasks.rados.rados.0.smithi029.stdout:3322: snap_create 2024-07-27T18:31:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:34 smithi179 ceph-mon[89801]: pgmap v739: 121 pgs: 121 active+clean; 143 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 MiB/s rd, 1.9 MiB/s wr, 9 op/s 2024-07-27T18:31:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:34 smithi179 ceph-mon[89801]: osdmap e714: 8 total, 8 up, 8 in 2024-07-27T18:31:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:34 smithi029 ceph-mon[96870]: pgmap v739: 121 pgs: 121 active+clean; 143 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 MiB/s rd, 1.9 MiB/s wr, 9 op/s 2024-07-27T18:31:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:34 smithi029 ceph-mon[96870]: osdmap e714: 8 total, 8 up, 8 in 2024-07-27T18:31:34.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:34 smithi029 ceph-mon[99353]: pgmap v739: 121 pgs: 121 active+clean; 143 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 MiB/s rd, 1.9 MiB/s wr, 9 op/s 2024-07-27T18:31:34.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:34 smithi029 ceph-mon[99353]: osdmap e714: 8 total, 8 up, 8 in 2024-07-27T18:31:35.076 INFO:tasks.rados.rados.0.smithi029.stdout:3321: done (1 left) 2024-07-27T18:31:35.076 INFO:tasks.rados.rados.0.smithi029.stdout:3322: done (0 left) 2024-07-27T18:31:35.076 INFO:tasks.rados.rados.0.smithi029.stdout:3323: read oid 39 snap -1 2024-07-27T18:31:35.076 INFO:tasks.rados.rados.0.smithi029.stdout:3323: expect (ObjNum 1042 snap 309 seq_num 1042) 2024-07-27T18:31:35.076 INFO:tasks.rados.rados.0.smithi029.stdout:3324: delete oid 30 current snap is 314 2024-07-27T18:31:35.081 INFO:tasks.rados.rados.0.smithi029.stdout:3324: done (1 left) 2024-07-27T18:31:35.081 INFO:tasks.rados.rados.0.smithi029.stdout:3325: setattr oid 49 current snap is 314 2024-07-27T18:31:35.083 INFO:tasks.rados.rados.0.smithi029.stdout:3323: expect (ObjNum 1042 snap 309 seq_num 1042) 2024-07-27T18:31:35.127 INFO:tasks.rados.rados.0.smithi029.stdout:3323: done (1 left) 2024-07-27T18:31:35.127 INFO:tasks.rados.rados.0.smithi029.stdout:3326: setattr oid 7 current snap is 314 2024-07-27T18:31:35.129 INFO:tasks.rados.rados.0.smithi029.stdout:3327: read oid 4 snap 308 2024-07-27T18:31:35.129 INFO:tasks.rados.rados.0.smithi029.stdout:3327: expect (ObjNum 1029 snap 305 seq_num 1029) 2024-07-27T18:31:35.129 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 314 2024-07-27T18:31:35.129 INFO:tasks.rados.rados.0.smithi029.stdout:3328: seq_num 1047 ranges {0=745472} 2024-07-27T18:31:35.134 INFO:tasks.rados.rados.0.smithi029.stdout:3328: writing smithi02985406-12 from 0 to 745472 tid 1 2024-07-27T18:31:35.134 INFO:tasks.rados.rados.0.smithi029.stdout:3329: read oid 5 snap -1 2024-07-27T18:31:35.134 INFO:tasks.rados.rados.0.smithi029.stdout:3329: expect (ObjNum 1039 snap 308 seq_num 1039) 2024-07-27T18:31:35.134 INFO:tasks.rados.rados.0.smithi029.stdout:3330: rollback oid 6 current snap is 314 2024-07-27T18:31:35.134 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 6 to 312 2024-07-27T18:31:35.134 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 1642 (ObjNum 33 snap 0 seq_num 369007376) dirty exists 2024-07-27T18:31:35.134 INFO:tasks.rados.rados.0.smithi029.stdout:3325: done (5 left) 2024-07-27T18:31:35.135 INFO:tasks.rados.rados.0.smithi029.stdout:3331: read oid 9 snap -1 2024-07-27T18:31:35.135 INFO:tasks.rados.rados.0.smithi029.stdout:3331: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:31:35.135 INFO:tasks.rados.rados.0.smithi029.stdout:3332: copy_from oid 36 from oid 28 current snap is 314 2024-07-27T18:31:35.135 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 314 2024-07-27T18:31:35.135 INFO:tasks.rados.rados.0.smithi029.stdout:3333: seq_num 1048 ranges {5906432=761856} 2024-07-27T18:31:35.172 INFO:tasks.rados.rados.0.smithi029.stdout:3333: writing smithi02985406-32 from 5906432 to 6668288 tid 1 2024-07-27T18:31:35.172 INFO:tasks.rados.rados.0.smithi029.stdout:3334: rollback oid 14 current snap is 314 2024-07-27T18:31:35.172 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 14 to 311 2024-07-27T18:31:35.172 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 2354 (ObjNum 33 snap 0 seq_num 362010416) dirty exists 2024-07-27T18:31:35.172 INFO:tasks.rados.rados.0.smithi029.stdout:3326: done (8 left) 2024-07-27T18:31:35.172 INFO:tasks.rados.rados.0.smithi029.stdout:3335: rollback oid 21 current snap is 314 2024-07-27T18:31:35.172 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 21 to 313 2024-07-27T18:31:35.172 INFO:tasks.rados.rados.0.smithi029.stdout:3331: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:31:35.194 INFO:tasks.rados.rados.0.smithi029.stdout:3332: finishing copy_from racing read to smithi02985406-36 2024-07-27T18:31:35.194 INFO:tasks.rados.rados.0.smithi029.stdout:3332: finishing copy_from to smithi02985406-36 2024-07-27T18:31:35.194 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 2316 (ObjNum 1016 snap 305 seq_num 1016) dirty exists 2024-07-27T18:31:35.194 INFO:tasks.rados.rados.0.smithi029.stdout:3331: done (8 left) 2024-07-27T18:31:35.194 INFO:tasks.rados.rados.0.smithi029.stdout:3332: done (7 left) 2024-07-27T18:31:35.194 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 314 2024-07-27T18:31:35.194 INFO:tasks.rados.rados.0.smithi029.stdout:3328: finishing write tid 1 to smithi02985406-12 2024-07-27T18:31:35.194 INFO:tasks.rados.rados.0.smithi029.stdout:3328: finishing write tid 2 to smithi02985406-12 2024-07-27T18:31:35.194 INFO:tasks.rados.rados.0.smithi029.stdout:3328: finishing write tid 3 to smithi02985406-12 2024-07-27T18:31:35.194 INFO:tasks.rados.rados.0.smithi029.stdout:3328: oid 12 updating version 0 to 1919 2024-07-27T18:31:35.195 INFO:tasks.rados.rados.0.smithi029.stdout:3328: oid 12 version 1919 is already newer than 1918 2024-07-27T18:31:35.195 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 1919 (ObjNum 1047 snap 314 seq_num 1047) dirty exists 2024-07-27T18:31:35.195 INFO:tasks.rados.rados.0.smithi029.stdout:3328: left oid 12 (ObjNum 1047 snap 314 seq_num 1047) 2024-07-27T18:31:35.195 INFO:tasks.rados.rados.0.smithi029.stdout:3329: expect (ObjNum 1039 snap 308 seq_num 1039) 2024-07-27T18:31:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:35 smithi179 ceph-mon[89801]: osdmap e715: 8 total, 8 up, 8 in 2024-07-27T18:31:35.444 INFO:tasks.rados.rados.0.smithi029.stdout:3330: finishing rollback tid 0 to smithi02985406-6 2024-07-27T18:31:35.444 INFO:tasks.rados.rados.0.smithi029.stdout:3330: finishing rollback tid 1 to smithi02985406-6 2024-07-27T18:31:35.444 INFO:tasks.rados.rados.0.smithi029.stdout:3330: finishing rollback tid 2 to smithi02985406-6 2024-07-27T18:31:35.445 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 2276 (ObjNum 955 snap 292 seq_num 955) dirty exists 2024-07-27T18:31:35.445 INFO:tasks.rados.rados.0.smithi029.stdout:3335: finishing rollback tid 0 to smithi02985406-21 2024-07-27T18:31:35.445 INFO:tasks.rados.rados.0.smithi029.stdout:3335: finishing rollback tid 1 to smithi02985406-21 2024-07-27T18:31:35.445 INFO:tasks.rados.rados.0.smithi029.stdout:3335: finishing rollback tid 2 to smithi02985406-21 2024-07-27T18:31:35.445 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 981 (ObjNum 1000 snap 302 seq_num 1000) dirty exists 2024-07-27T18:31:35.445 INFO:tasks.rados.rados.0.smithi029.stdout:3333: finishing write tid 1 to smithi02985406-32 2024-07-27T18:31:35.445 INFO:tasks.rados.rados.0.smithi029.stdout:3333: finishing write tid 2 to smithi02985406-32 2024-07-27T18:31:35.445 INFO:tasks.rados.rados.0.smithi029.stdout:3334: finishing rollback tid 1 to smithi02985406-14 2024-07-27T18:31:35.445 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 0 (ObjNum 65 snap 0 seq_num 368872784) dirty dne 2024-07-27T18:31:35.445 INFO:tasks.rados.rados.0.smithi029.stdout:3333: finishing write tid 3 to smithi02985406-32 2024-07-27T18:31:35.445 INFO:tasks.rados.rados.0.smithi029.stdout:3333: oid 32 updating version 0 to 1640 2024-07-27T18:31:35.445 INFO:tasks.rados.rados.0.smithi029.stdout:3333: oid 32 updating version 1640 to 1641 2024-07-27T18:31:35.446 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 1641 (ObjNum 1048 snap 314 seq_num 1048) dirty exists 2024-07-27T18:31:35.446 INFO:tasks.rados.rados.0.smithi029.stdout:3333: left oid 32 (ObjNum 1048 snap 314 seq_num 1048) 2024-07-27T18:31:35.446 INFO:tasks.rados.rados.0.smithi029.stdout:3327: expect (ObjNum 1029 snap 305 seq_num 1029) 2024-07-27T18:31:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:35 smithi029 ceph-mon[96870]: osdmap e715: 8 total, 8 up, 8 in 2024-07-27T18:31:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:35 smithi029 ceph-mon[99353]: osdmap e715: 8 total, 8 up, 8 in 2024-07-27T18:31:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:36 smithi179 ceph-mon[89801]: pgmap v742: 121 pgs: 121 active+clean; 143 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 792 KiB/s wr, 18 op/s 2024-07-27T18:31:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:36 smithi179 ceph-mon[89801]: osdmap e716: 8 total, 8 up, 8 in 2024-07-27T18:31:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:36 smithi029 ceph-mon[96870]: pgmap v742: 121 pgs: 121 active+clean; 143 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 792 KiB/s wr, 18 op/s 2024-07-27T18:31:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:36 smithi029 ceph-mon[96870]: osdmap e716: 8 total, 8 up, 8 in 2024-07-27T18:31:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:36 smithi029 ceph-mon[99353]: pgmap v742: 121 pgs: 121 active+clean; 143 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 792 KiB/s wr, 18 op/s 2024-07-27T18:31:36.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:36 smithi029 ceph-mon[99353]: osdmap e716: 8 total, 8 up, 8 in 2024-07-27T18:31:38.000 INFO:tasks.rados.rados.0.smithi029.stdout:3336: seq_num 1049 ranges {0=778240} 2024-07-27T18:31:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:3336: writing smithi02985406-15 from 0 to 778240 tid 1 2024-07-27T18:31:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:3327: done (7 left) 2024-07-27T18:31:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:3328: done (6 left) 2024-07-27T18:31:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:3329: done (5 left) 2024-07-27T18:31:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:3330: done (4 left) 2024-07-27T18:31:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:3333: done (3 left) 2024-07-27T18:31:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:3334: done (2 left) 2024-07-27T18:31:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:3335: done (1 left) 2024-07-27T18:31:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:3337: rmattr oid 6 current snap is 314 2024-07-27T18:31:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:3337: done (1 left) 2024-07-27T18:31:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 314 2024-07-27T18:31:38.005 INFO:tasks.rados.rados.0.smithi029.stdout:3338: seq_num 1050 ranges {0=794624} 2024-07-27T18:31:38.009 INFO:tasks.rados.rados.0.smithi029.stdout:3338: writing smithi02985406-49 from 0 to 794624 tid 1 2024-07-27T18:31:38.010 INFO:tasks.rados.rados.0.smithi029.stdout:3339: setattr oid 17 current snap is 314 2024-07-27T18:31:38.010 INFO:tasks.rados.rados.0.smithi029.stdout:3336: finishing write tid 1 to smithi02985406-15 2024-07-27T18:31:38.010 INFO:tasks.rados.rados.0.smithi029.stdout:3336: finishing write tid 2 to smithi02985406-15 2024-07-27T18:31:38.010 INFO:tasks.rados.rados.0.smithi029.stdout:3336: finishing write tid 3 to smithi02985406-15 2024-07-27T18:31:38.010 INFO:tasks.rados.rados.0.smithi029.stdout:3336: oid 15 updating version 0 to 1921 2024-07-27T18:31:38.010 INFO:tasks.rados.rados.0.smithi029.stdout:3336: oid 15 version 1921 is already newer than 1920 2024-07-27T18:31:38.010 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 1921 (ObjNum 1049 snap 314 seq_num 1049) dirty exists 2024-07-27T18:31:38.010 INFO:tasks.rados.rados.0.smithi029.stdout:3336: left oid 15 (ObjNum 1049 snap 314 seq_num 1049) 2024-07-27T18:31:38.011 INFO:tasks.rados.rados.0.smithi029.stdout:3336: done (2 left) 2024-07-27T18:31:38.011 INFO:tasks.rados.rados.0.smithi029.stdout:3340: snap_remove snap 313 2024-07-27T18:31:38.082 INFO:tasks.rados.rados.0.smithi029.stdout:3340: done (2 left) 2024-07-27T18:31:38.082 INFO:tasks.rados.rados.0.smithi029.stdout:3341: snap_remove snap 311 2024-07-27T18:31:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:38 smithi179 ceph-mon[89801]: pgmap v744: 121 pgs: 121 active+clean; 143 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 556 KiB/s wr, 25 op/s 2024-07-27T18:31:38.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:38 smithi029 ceph-mon[96870]: pgmap v744: 121 pgs: 121 active+clean; 143 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 556 KiB/s wr, 25 op/s 2024-07-27T18:31:38.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:38 smithi029 ceph-mon[99353]: pgmap v744: 121 pgs: 121 active+clean; 143 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 556 KiB/s wr, 25 op/s 2024-07-27T18:31:39.089 INFO:tasks.rados.rados.0.smithi029.stdout:3341: done (2 left) 2024-07-27T18:31:39.089 INFO:tasks.rados.rados.0.smithi029.stdout:3342: copy_from oid 3 from oid 48 current snap is 314 2024-07-27T18:31:39.089 INFO:tasks.rados.rados.0.smithi029.stdout:3338: finishing write tid 1 to smithi02985406-49 2024-07-27T18:31:39.089 INFO:tasks.rados.rados.0.smithi029.stdout:3338: finishing write tid 2 to smithi02985406-49 2024-07-27T18:31:39.089 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1362 (ObjNum 1012 snap 305 seq_num 1012) dirty exists 2024-07-27T18:31:39.089 INFO:tasks.rados.rados.0.smithi029.stdout:3338: finishing write tid 3 to smithi02985406-49 2024-07-27T18:31:39.089 INFO:tasks.rados.rados.0.smithi029.stdout:3338: oid 49 updating version 0 to 1643 2024-07-27T18:31:39.089 INFO:tasks.rados.rados.0.smithi029.stdout:3338: oid 49 updating version 1643 to 1644 2024-07-27T18:31:39.089 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 1644 (ObjNum 1050 snap 314 seq_num 1050) dirty exists 2024-07-27T18:31:39.090 INFO:tasks.rados.rados.0.smithi029.stdout:3338: left oid 49 (ObjNum 1050 snap 314 seq_num 1050) 2024-07-27T18:31:39.090 INFO:tasks.rados.rados.0.smithi029.stdout:3338: done (2 left) 2024-07-27T18:31:39.090 INFO:tasks.rados.rados.0.smithi029.stdout:3339: done (1 left) 2024-07-27T18:31:39.090 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 314 2024-07-27T18:31:39.090 INFO:tasks.rados.rados.0.smithi029.stdout:3343: seq_num 1051 ranges {0=409600,409600=401408} 2024-07-27T18:31:39.091 INFO:tasks.rados.rados.0.smithi029.stdout:3343: writing smithi02985406-37 from 0 to 409600 tid 1 2024-07-27T18:31:39.093 INFO:tasks.rados.rados.0.smithi029.stdout:3343: writing smithi02985406-37 from 409600 to 811008 tid 2 2024-07-27T18:31:39.094 INFO:tasks.rados.rados.0.smithi029.stdout:3344: snap_create 2024-07-27T18:31:39.099 INFO:tasks.rados.rados.0.smithi029.stdout:3343: finishing write tid 1 to smithi02985406-37 2024-07-27T18:31:39.103 INFO:tasks.rados.rados.0.smithi029.stdout:3343: finishing write tid 2 to smithi02985406-37 2024-07-27T18:31:39.103 INFO:tasks.rados.rados.0.smithi029.stdout:3343: finishing write tid 3 to smithi02985406-37 2024-07-27T18:31:39.103 INFO:tasks.rados.rados.0.smithi029.stdout:3343: finishing write tid 4 to smithi02985406-37 2024-07-27T18:31:39.104 INFO:tasks.rados.rados.0.smithi029.stdout:3343: oid 37 updating version 0 to 2278 2024-07-27T18:31:39.104 INFO:tasks.rados.rados.0.smithi029.stdout:3343: oid 37 updating version 2278 to 2279 2024-07-27T18:31:39.104 INFO:tasks.rados.rados.0.smithi029.stdout:3343: oid 37 version 2279 is already newer than 2277 2024-07-27T18:31:39.104 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 2279 (ObjNum 1051 snap 314 seq_num 1051) dirty exists 2024-07-27T18:31:39.104 INFO:tasks.rados.rados.0.smithi029.stdout:3343: left oid 37 (ObjNum 1051 snap 314 seq_num 1051) 2024-07-27T18:31:39.112 INFO:tasks.rados.rados.0.smithi029.stdout:3342: finishing copy_from racing read to smithi02985406-3 2024-07-27T18:31:39.115 INFO:tasks.rados.rados.0.smithi029.stdout:3342: finishing copy_from to smithi02985406-3 2024-07-27T18:31:39.116 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2351 (ObjNum 1036 snap 308 seq_num 1036) dirty exists 2024-07-27T18:31:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:39 smithi179 ceph-mon[89801]: osdmap e717: 8 total, 8 up, 8 in 2024-07-27T18:31:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:31:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:39 smithi029 ceph-mon[96870]: osdmap e717: 8 total, 8 up, 8 in 2024-07-27T18:31:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:31:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:39 smithi029 ceph-mon[99353]: osdmap e717: 8 total, 8 up, 8 in 2024-07-27T18:31:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:31:40.092 INFO:tasks.rados.rados.0.smithi029.stdout:3342: done (2 left) 2024-07-27T18:31:40.092 INFO:tasks.rados.rados.0.smithi029.stdout:3343: done (1 left) 2024-07-27T18:31:40.092 INFO:tasks.rados.rados.0.smithi029.stdout:3344: done (0 left) 2024-07-27T18:31:40.093 INFO:tasks.rados.rados.0.smithi029.stdout:3345: snap_remove snap 309 2024-07-27T18:31:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:40 smithi179 ceph-mon[89801]: pgmap v746: 121 pgs: 121 active+clean; 144 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 18 MiB/s rd, 284 KiB/s wr, 25 op/s 2024-07-27T18:31:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:40 smithi179 ceph-mon[89801]: osdmap e718: 8 total, 8 up, 8 in 2024-07-27T18:31:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:40 smithi029 ceph-mon[96870]: pgmap v746: 121 pgs: 121 active+clean; 144 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 18 MiB/s rd, 284 KiB/s wr, 25 op/s 2024-07-27T18:31:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:40 smithi029 ceph-mon[96870]: osdmap e718: 8 total, 8 up, 8 in 2024-07-27T18:31:40.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:40 smithi029 ceph-mon[99353]: pgmap v746: 121 pgs: 121 active+clean; 144 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 18 MiB/s rd, 284 KiB/s wr, 25 op/s 2024-07-27T18:31:40.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:40 smithi029 ceph-mon[99353]: osdmap e718: 8 total, 8 up, 8 in 2024-07-27T18:31:41.100 INFO:tasks.rados.rados.0.smithi029.stdout:3345: done (0 left) 2024-07-27T18:31:41.100 INFO:tasks.rados.rados.0.smithi029.stdout:3346: copy_from oid 16 from oid 21 current snap is 315 2024-07-27T18:31:41.100 INFO:tasks.rados.rados.0.smithi029.stdout:3347: rmattr oid 13 current snap is 315 2024-07-27T18:31:41.100 INFO:tasks.rados.rados.0.smithi029.stdout:3347: done (1 left) 2024-07-27T18:31:41.100 INFO:tasks.rados.rados.0.smithi029.stdout:3348: delete oid 33 current snap is 315 2024-07-27T18:31:41.105 INFO:tasks.rados.rados.0.smithi029.stdout:3348: done (1 left) 2024-07-27T18:31:41.105 INFO:tasks.rados.rados.0.smithi029.stdout:3349: snap_remove snap 308 2024-07-27T18:31:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:41 smithi179 ceph-mon[89801]: osdmap e719: 8 total, 8 up, 8 in 2024-07-27T18:31:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:41 smithi029 ceph-mon[96870]: osdmap e719: 8 total, 8 up, 8 in 2024-07-27T18:31:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:41 smithi029 ceph-mon[99353]: osdmap e719: 8 total, 8 up, 8 in 2024-07-27T18:31:42.068 INFO:tasks.rados.rados.0.smithi029.stdout:3349: done (1 left) 2024-07-27T18:31:42.068 INFO:tasks.rados.rados.0.smithi029.stdout:3350: rollback oid 50 current snap is 315 2024-07-27T18:31:42.068 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 50 to 314 2024-07-27T18:31:42.068 INFO:tasks.rados.rados.0.smithi029.stdout:3346: finishing copy_from racing read to smithi02985406-16 2024-07-27T18:31:42.068 INFO:tasks.rados.rados.0.smithi029.stdout:3346: finishing copy_from to smithi02985406-16 2024-07-27T18:31:42.068 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 981 (ObjNum 1000 snap 302 seq_num 1000) dirty exists 2024-07-27T18:31:42.068 INFO:tasks.rados.rados.0.smithi029.stdout:3346: done (1 left) 2024-07-27T18:31:42.068 INFO:tasks.rados.rados.0.smithi029.stdout:3351: setattr oid 46 current snap is 315 2024-07-27T18:31:42.070 INFO:tasks.rados.rados.0.smithi029.stdout:3352: copy_from oid 15 from oid 33 current snap is 315 2024-07-27T18:31:42.070 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 315 2024-07-27T18:31:42.070 INFO:tasks.rados.rados.0.smithi029.stdout:3353: seq_num 1053 ranges {0=442368,442368=401408} 2024-07-27T18:31:42.073 INFO:tasks.rados.rados.0.smithi029.stdout:3353: writing smithi02985406-35 from 0 to 442368 tid 1 2024-07-27T18:31:42.076 INFO:tasks.rados.rados.0.smithi029.stdout:3353: writing smithi02985406-35 from 442368 to 843776 tid 2 2024-07-27T18:31:42.076 INFO:tasks.rados.rados.0.smithi029.stdout:3354: copy_from oid 39 from oid 49 current snap is 315 2024-07-27T18:31:42.076 INFO:tasks.rados.rados.0.smithi029.stdout:3355: delete oid 27 current snap is 315 2024-07-27T18:31:42.079 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1645 (ObjNum 992 snap 298 seq_num 992) dirty exists 2024-07-27T18:31:42.080 INFO:tasks.rados.rados.0.smithi029.stdout:3350: finishing rollback tid 0 to smithi02985406-50 2024-07-27T18:31:42.081 INFO:tasks.rados.rados.0.smithi029.stdout:3353: finishing write tid 1 to smithi02985406-35 2024-07-27T18:31:42.082 INFO:tasks.rados.rados.0.smithi029.stdout:3350: finishing rollback tid 1 to smithi02985406-50 2024-07-27T18:31:42.082 INFO:tasks.rados.rados.0.smithi029.stdout:3353: finishing write tid 2 to smithi02985406-35 2024-07-27T18:31:42.082 INFO:tasks.rados.rados.0.smithi029.stdout:3353: finishing write tid 3 to smithi02985406-35 2024-07-27T18:31:42.083 INFO:tasks.rados.rados.0.smithi029.stdout:3350: finishing rollback tid 2 to smithi02985406-50 2024-07-27T18:31:42.084 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 2318 (ObjNum 951 snap 292 seq_num 951) dirty exists 2024-07-27T18:31:42.085 INFO:tasks.rados.rados.0.smithi029.stdout:3350: done (5 left) 2024-07-27T18:31:42.085 INFO:tasks.rados.rados.0.smithi029.stdout:3351: done (4 left) 2024-07-27T18:31:42.085 INFO:tasks.rados.rados.0.smithi029.stdout:3355: done (3 left) 2024-07-27T18:31:42.085 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 315 2024-07-27T18:31:42.085 INFO:tasks.rados.rados.0.smithi029.stdout:3356: seq_num 1055 ranges {0=475136,475136=401408} 2024-07-27T18:31:42.088 INFO:tasks.rados.rados.0.smithi029.stdout:3356: writing smithi02985406-44 from 0 to 475136 tid 1 2024-07-27T18:31:42.092 INFO:tasks.rados.rados.0.smithi029.stdout:3356: writing smithi02985406-44 from 475136 to 876544 tid 2 2024-07-27T18:31:42.092 INFO:tasks.rados.rados.0.smithi029.stdout:3357: read oid 11 snap -1 2024-07-27T18:31:42.092 INFO:tasks.rados.rados.0.smithi029.stdout:3357: expect (ObjNum 1025 snap 305 seq_num 1025) 2024-07-27T18:31:42.092 INFO:tasks.rados.rados.0.smithi029.stdout:3358: rollback oid 17 current snap is 315 2024-07-27T18:31:42.092 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 17 to 312 2024-07-27T18:31:42.092 INFO:tasks.rados.rados.0.smithi029.stdout:3353: finishing write tid 4 to smithi02985406-35 2024-07-27T18:31:42.092 INFO:tasks.rados.rados.0.smithi029.stdout:3353: oid 35 updating version 0 to 1026 2024-07-27T18:31:42.092 INFO:tasks.rados.rados.0.smithi029.stdout:3353: oid 35 version 1026 is already newer than 1025 2024-07-27T18:31:42.092 INFO:tasks.rados.rados.0.smithi029.stdout:3353: oid 35 version 1026 is already newer than 1024 2024-07-27T18:31:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 1026 (ObjNum 1053 snap 315 seq_num 1053) dirty exists 2024-07-27T18:31:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:3353: left oid 35 (ObjNum 1053 snap 315 seq_num 1053) 2024-07-27T18:31:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:3352: finishing copy_from to smithi02985406-15 2024-07-27T18:31:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:3352: got expected ENOENT (src dne) 2024-07-27T18:31:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:3354: finishing copy_from racing read to smithi02985406-39 2024-07-27T18:31:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:3352: finishing copy_from racing read to smithi02985406-15 2024-07-27T18:31:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:3354: finishing copy_from to smithi02985406-39 2024-07-27T18:31:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 1644 (ObjNum 1050 snap 314 seq_num 1050) dirty exists 2024-07-27T18:31:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:3352: done (5 left) 2024-07-27T18:31:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:3353: done (4 left) 2024-07-27T18:31:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:3354: done (3 left) 2024-07-27T18:31:42.093 INFO:tasks.rados.rados.0.smithi029.stdout:3359: rmattr oid 32 current snap is 315 2024-07-27T18:31:42.094 INFO:tasks.rados.rados.0.smithi029.stdout:3360: snap_create 2024-07-27T18:31:42.096 INFO:tasks.rados.rados.0.smithi029.stdout:3356: finishing write tid 1 to smithi02985406-44 2024-07-27T18:31:42.096 INFO:tasks.rados.rados.0.smithi029.stdout:3356: finishing write tid 2 to smithi02985406-44 2024-07-27T18:31:42.096 INFO:tasks.rados.rados.0.smithi029.stdout:3356: finishing write tid 3 to smithi02985406-44 2024-07-27T18:31:42.097 INFO:tasks.rados.rados.0.smithi029.stdout:3358: finishing rollback tid 0 to smithi02985406-17 2024-07-27T18:31:42.097 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 1642 (ObjNum 1048 snap 314 seq_num 1048) dirty exists 2024-07-27T18:31:42.099 INFO:tasks.rados.rados.0.smithi029.stdout:3358: finishing rollback tid 1 to smithi02985406-17 2024-07-27T18:31:42.100 INFO:tasks.rados.rados.0.smithi029.stdout:3358: finishing rollback tid 2 to smithi02985406-17 2024-07-27T18:31:42.100 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1366 (ObjNum 1012 snap 305 seq_num 1012) dirty exists 2024-07-27T18:31:42.100 INFO:tasks.rados.rados.0.smithi029.stdout:3357: expect (ObjNum 1025 snap 305 seq_num 1025) 2024-07-27T18:31:42.182 INFO:tasks.rados.rados.0.smithi029.stdout:3356: finishing write tid 4 to smithi02985406-44 2024-07-27T18:31:42.182 INFO:tasks.rados.rados.0.smithi029.stdout:3356: oid 44 updating version 0 to 2282 2024-07-27T18:31:42.182 INFO:tasks.rados.rados.0.smithi029.stdout:3356: oid 44 version 2282 is already newer than 2281 2024-07-27T18:31:42.182 INFO:tasks.rados.rados.0.smithi029.stdout:3356: oid 44 version 2282 is already newer than 2280 2024-07-27T18:31:42.182 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 2282 (ObjNum 1055 snap 315 seq_num 1055) dirty exists 2024-07-27T18:31:42.182 INFO:tasks.rados.rados.0.smithi029.stdout:3356: left oid 44 (ObjNum 1055 snap 315 seq_num 1055) 2024-07-27T18:31:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:42 smithi179 ceph-mon[89801]: pgmap v749: 121 pgs: 121 active+clean; 145 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 300 KiB/s wr, 15 op/s 2024-07-27T18:31:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:42 smithi179 ceph-mon[89801]: osdmap e720: 8 total, 8 up, 8 in 2024-07-27T18:31:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:42 smithi179 ceph-mon[89801]: osdmap e721: 8 total, 8 up, 8 in 2024-07-27T18:31:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:42 smithi029 ceph-mon[96870]: pgmap v749: 121 pgs: 121 active+clean; 145 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 300 KiB/s wr, 15 op/s 2024-07-27T18:31:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:42 smithi029 ceph-mon[96870]: osdmap e720: 8 total, 8 up, 8 in 2024-07-27T18:31:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:42 smithi029 ceph-mon[96870]: osdmap e721: 8 total, 8 up, 8 in 2024-07-27T18:31:42.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:31:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:31:42] "GET /metrics HTTP/1.1" 200 36348 "" "Prometheus/2.43.0" 2024-07-27T18:31:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:42 smithi029 ceph-mon[99353]: pgmap v749: 121 pgs: 121 active+clean; 145 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 300 KiB/s wr, 15 op/s 2024-07-27T18:31:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:42 smithi029 ceph-mon[99353]: osdmap e720: 8 total, 8 up, 8 in 2024-07-27T18:31:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:42 smithi029 ceph-mon[99353]: osdmap e721: 8 total, 8 up, 8 in 2024-07-27T18:31:43.068 INFO:tasks.rados.rados.0.smithi029.stdout:3356: done (4 left) 2024-07-27T18:31:43.068 INFO:tasks.rados.rados.0.smithi029.stdout:3357: done (3 left) 2024-07-27T18:31:43.068 INFO:tasks.rados.rados.0.smithi029.stdout:3358: done (2 left) 2024-07-27T18:31:43.068 INFO:tasks.rados.rados.0.smithi029.stdout:3359: done (1 left) 2024-07-27T18:31:43.068 INFO:tasks.rados.rados.0.smithi029.stdout:3360: done (0 left) 2024-07-27T18:31:43.068 INFO:tasks.rados.rados.0.smithi029.stdout:3361: snap_create 2024-07-27T18:31:44.070 INFO:tasks.rados.rados.0.smithi029.stdout:3361: done (0 left) 2024-07-27T18:31:44.071 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 317 2024-07-27T18:31:44.071 INFO:tasks.rados.rados.0.smithi029.stdout:3362: seq_num 1056 ranges {778240=491520,1269760=401408} 2024-07-27T18:31:44.077 INFO:tasks.rados.rados.0.smithi029.stdout:3362: writing smithi02985406-15 from 778240 to 1269760 tid 1 2024-07-27T18:31:44.080 INFO:tasks.rados.rados.0.smithi029.stdout:3362: writing smithi02985406-15 from 1269760 to 1671168 tid 2 2024-07-27T18:31:44.080 INFO:tasks.rados.rados.0.smithi029.stdout:3363: rollback oid 3 current snap is 317 2024-07-27T18:31:44.081 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 3 to 316 2024-07-27T18:31:44.081 INFO:tasks.rados.rados.0.smithi029.stdout:3364: read oid 50 snap 316 2024-07-27T18:31:44.081 INFO:tasks.rados.rados.0.smithi029.stdout:3364: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:31:44.081 INFO:tasks.rados.rados.0.smithi029.stdout:3365: read oid 24 snap 315 2024-07-27T18:31:44.081 INFO:tasks.rados.rados.0.smithi029.stdout:3365: expect deleted 2024-07-27T18:31:44.081 INFO:tasks.rados.rados.0.smithi029.stdout:3366: read oid 43 snap -1 2024-07-27T18:31:44.081 INFO:tasks.rados.rados.0.smithi029.stdout:3366: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:31:44.081 INFO:tasks.rados.rados.0.smithi029.stdout:3367: delete oid 47 current snap is 317 2024-07-27T18:31:44.085 INFO:tasks.rados.rados.0.smithi029.stdout:3362: finishing write tid 1 to smithi02985406-15 2024-07-27T18:31:44.086 INFO:tasks.rados.rados.0.smithi029.stdout:3362: finishing write tid 2 to smithi02985406-15 2024-07-27T18:31:44.087 INFO:tasks.rados.rados.0.smithi029.stdout:3362: finishing write tid 3 to smithi02985406-15 2024-07-27T18:31:44.088 INFO:tasks.rados.rados.0.smithi029.stdout:3365: done (5 left) 2024-07-27T18:31:44.088 INFO:tasks.rados.rados.0.smithi029.stdout:3367: done (4 left) 2024-07-27T18:31:44.088 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 317 2024-07-27T18:31:44.088 INFO:tasks.rados.rados.0.smithi029.stdout:3368: seq_num 1058 ranges {0=524288,524288=401408} 2024-07-27T18:31:44.091 INFO:tasks.rados.rados.0.smithi029.stdout:3368: writing smithi02985406-40 from 0 to 524288 tid 1 2024-07-27T18:31:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3368: writing smithi02985406-40 from 524288 to 925696 tid 2 2024-07-27T18:31:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3362: finishing write tid 4 to smithi02985406-15 2024-07-27T18:31:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3362: oid 15 updating version 0 to 1924 2024-07-27T18:31:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3362: oid 15 version 1924 is already newer than 1923 2024-07-27T18:31:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3362: oid 15 version 1924 is already newer than 1922 2024-07-27T18:31:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 1924 (ObjNum 1056 snap 317 seq_num 1056) dirty exists 2024-07-27T18:31:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3362: left oid 15 (ObjNum 1056 snap 317 seq_num 1056) 2024-07-27T18:31:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3363: finishing rollback tid 0 to smithi02985406-3 2024-07-27T18:31:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3363: finishing rollback tid 1 to smithi02985406-3 2024-07-27T18:31:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3363: finishing rollback tid 2 to smithi02985406-3 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2354 (ObjNum 1036 snap 308 seq_num 1036) dirty exists 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:3369: read oid 30 snap -1 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:3369: expect deleted 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:3362: done (5 left) 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:3363: done (4 left) 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:3370: rollback oid 19 current snap is 317 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 19 to 314 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:3371: copy_from oid 10 from oid 26 current snap is 317 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:3372: copy_from oid 33 from oid 8 current snap is 317 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:3373: read oid 36 snap -1 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:3373: expect (ObjNum 1016 snap 305 seq_num 1016) 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 317 2024-07-27T18:31:44.096 INFO:tasks.rados.rados.0.smithi029.stdout:3374: seq_num 1059 ranges {843776=540672,1384448=401408} 2024-07-27T18:31:44.104 INFO:tasks.rados.rados.0.smithi029.stdout:3374: writing smithi02985406-35 from 843776 to 1384448 tid 1 2024-07-27T18:31:44.106 INFO:tasks.rados.rados.0.smithi029.stdout:3374: writing smithi02985406-35 from 1384448 to 1785856 tid 2 2024-07-27T18:31:44.106 INFO:tasks.rados.rados.0.smithi029.stdout:3375: snap_remove snap 312 2024-07-27T18:31:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:44 smithi179 ceph-mon[89801]: pgmap v752: 121 pgs: 121 active+clean; 151 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 501 KiB/s rd, 1.6 MiB/s wr, 15 op/s 2024-07-27T18:31:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:44 smithi179 ceph-mon[89801]: osdmap e722: 8 total, 8 up, 8 in 2024-07-27T18:31:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:44 smithi029 ceph-mon[96870]: pgmap v752: 121 pgs: 121 active+clean; 151 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 501 KiB/s rd, 1.6 MiB/s wr, 15 op/s 2024-07-27T18:31:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:44 smithi029 ceph-mon[96870]: osdmap e722: 8 total, 8 up, 8 in 2024-07-27T18:31:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:44 smithi029 ceph-mon[99353]: pgmap v752: 121 pgs: 121 active+clean; 151 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 501 KiB/s rd, 1.6 MiB/s wr, 15 op/s 2024-07-27T18:31:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:44 smithi029 ceph-mon[99353]: osdmap e722: 8 total, 8 up, 8 in 2024-07-27T18:31:45.085 INFO:tasks.rados.rados.0.smithi029.stdout:3373: expect (ObjNum 1016 snap 305 seq_num 1016) 2024-07-27T18:31:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:3372: finishing copy_from to smithi02985406-33 2024-07-27T18:31:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:3372: got expected ENOENT (src dne) 2024-07-27T18:31:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:3372: finishing copy_from racing read to smithi02985406-33 2024-07-27T18:31:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:3369: done (9 left) 2024-07-27T18:31:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:3372: done (8 left) 2024-07-27T18:31:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:3373: done (7 left) 2024-07-27T18:31:45.095 INFO:tasks.rados.rados.0.smithi029.stdout:3375: done (6 left) 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:3376: rollback oid 3 current snap is 317 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 3 to 314 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:3368: finishing write tid 1 to smithi02985406-40 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:3368: finishing write tid 2 to smithi02985406-40 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:3368: finishing write tid 3 to smithi02985406-40 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:3368: finishing write tid 4 to smithi02985406-40 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:3368: oid 40 updating version 0 to 1643 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:3368: oid 40 updating version 1643 to 1644 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:3368: oid 40 updating version 1644 to 1645 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 1645 (ObjNum 1058 snap 317 seq_num 1058) dirty exists 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:3368: left oid 40 (ObjNum 1058 snap 317 seq_num 1058) 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:3370: finishing rollback tid 0 to smithi02985406-19 2024-07-27T18:31:45.096 INFO:tasks.rados.rados.0.smithi029.stdout:3370: finishing rollback tid 1 to smithi02985406-19 2024-07-27T18:31:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:3370: finishing rollback tid 2 to smithi02985406-19 2024-07-27T18:31:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 1927 (ObjNum 1044 snap 309 seq_num 1044) dirty exists 2024-07-27T18:31:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:3374: finishing write tid 1 to smithi02985406-35 2024-07-27T18:31:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:3374: finishing write tid 2 to smithi02985406-35 2024-07-27T18:31:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:3374: finishing write tid 3 to smithi02985406-35 2024-07-27T18:31:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:3374: finishing write tid 4 to smithi02985406-35 2024-07-27T18:31:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:3374: oid 35 updating version 0 to 1029 2024-07-27T18:31:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:3374: oid 35 version 1029 is already newer than 1027 2024-07-27T18:31:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:3374: oid 35 version 1029 is already newer than 1028 2024-07-27T18:31:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 1029 (ObjNum 1059 snap 317 seq_num 1059) dirty exists 2024-07-27T18:31:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:3374: left oid 35 (ObjNum 1059 snap 317 seq_num 1059) 2024-07-27T18:31:45.097 INFO:tasks.rados.rados.0.smithi029.stdout:3364: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:31:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:45 smithi179 ceph-mon[89801]: osdmap e723: 8 total, 8 up, 8 in 2024-07-27T18:31:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:45 smithi029 ceph-mon[96870]: osdmap e723: 8 total, 8 up, 8 in 2024-07-27T18:31:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:45 smithi029 ceph-mon[99353]: osdmap e723: 8 total, 8 up, 8 in 2024-07-27T18:31:45.505 INFO:tasks.rados.rados.0.smithi029.stdout:3366: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:31:45.912 INFO:tasks.rados.rados.0.smithi029.stdout:3371: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:31:45.913 INFO:tasks.rados.rados.0.smithi029.stdout:3371: finishing copy_from to smithi02985406-10 2024-07-27T18:31:45.913 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2108 (ObjNum 996 snap 299 seq_num 996) dirty exists 2024-07-27T18:31:45.913 INFO:tasks.rados.rados.0.smithi029.stdout:3364: done (6 left) 2024-07-27T18:31:45.913 INFO:tasks.rados.rados.0.smithi029.stdout:3366: done (5 left) 2024-07-27T18:31:45.913 INFO:tasks.rados.rados.0.smithi029.stdout:3368: done (4 left) 2024-07-27T18:31:45.913 INFO:tasks.rados.rados.0.smithi029.stdout:3370: done (3 left) 2024-07-27T18:31:45.913 INFO:tasks.rados.rados.0.smithi029.stdout:3371: done (2 left) 2024-07-27T18:31:45.913 INFO:tasks.rados.rados.0.smithi029.stdout:3374: done (1 left) 2024-07-27T18:31:45.913 INFO:tasks.rados.rados.0.smithi029.stdout:3377: read oid 48 snap -1 2024-07-27T18:31:45.913 INFO:tasks.rados.rados.0.smithi029.stdout:3377: expect (ObjNum 1036 snap 308 seq_num 1036) 2024-07-27T18:31:45.913 INFO:tasks.rados.rados.0.smithi029.stdout:3378: snap_create 2024-07-27T18:31:45.914 INFO:tasks.rados.rados.0.smithi029.stdout:3376: finishing rollback tid 0 to smithi02985406-3 2024-07-27T18:31:45.914 INFO:tasks.rados.rados.0.smithi029.stdout:3376: finishing rollback tid 1 to smithi02985406-3 2024-07-27T18:31:45.914 INFO:tasks.rados.rados.0.smithi029.stdout:3376: finishing rollback tid 2 to smithi02985406-3 2024-07-27T18:31:45.914 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2357 (ObjNum 1036 snap 308 seq_num 1036) dirty exists 2024-07-27T18:31:45.930 INFO:tasks.rados.rados.0.smithi029.stdout:3377: expect (ObjNum 1036 snap 308 seq_num 1036) 2024-07-27T18:31:46.171 INFO:tasks.rados.rados.0.smithi029.stdout:3376: done (2 left) 2024-07-27T18:31:46.171 INFO:tasks.rados.rados.0.smithi029.stdout:3377: done (1 left) 2024-07-27T18:31:46.171 INFO:tasks.rados.rados.0.smithi029.stdout:3378: done (0 left) 2024-07-27T18:31:46.171 INFO:tasks.rados.rados.0.smithi029.stdout:3379: copy_from oid 41 from oid 6 current snap is 318 2024-07-27T18:31:46.171 INFO:tasks.rados.rados.0.smithi029.stdout:3380: read oid 46 snap 316 2024-07-27T18:31:46.171 INFO:tasks.rados.rados.0.smithi029.stdout:3380: expect (ObjNum 992 snap 298 seq_num 992) 2024-07-27T18:31:46.171 INFO:tasks.rados.rados.0.smithi029.stdout:3381: read oid 20 snap -1 2024-07-27T18:31:46.171 INFO:tasks.rados.rados.0.smithi029.stdout:3381: expect (ObjNum 1043 snap 309 seq_num 1043) 2024-07-27T18:31:46.171 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 37 current snap is 318 2024-07-27T18:31:46.171 INFO:tasks.rados.rados.0.smithi029.stdout:3382: seq_num 1060 ranges {811008=557056,1368064=401408} 2024-07-27T18:31:46.178 INFO:tasks.rados.rados.0.smithi029.stdout:3382: writing smithi02985406-37 from 811008 to 1368064 tid 1 2024-07-27T18:31:46.180 INFO:tasks.rados.rados.0.smithi029.stdout:3382: writing smithi02985406-37 from 1368064 to 1769472 tid 2 2024-07-27T18:31:46.180 INFO:tasks.rados.rados.0.smithi029.stdout:3383: rollback oid 13 current snap is 318 2024-07-27T18:31:46.181 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 13 to 315 2024-07-27T18:31:46.181 INFO:tasks.rados.rados.0.smithi029.stdout:3381: expect (ObjNum 1043 snap 309 seq_num 1043) 2024-07-27T18:31:46.201 INFO:tasks.rados.rados.0.smithi029.stdout:3383: finishing rollback tid 0 to smithi02985406-13 2024-07-27T18:31:46.201 INFO:tasks.rados.rados.0.smithi029.stdout:3383: finishing rollback tid 1 to smithi02985406-13 2024-07-27T18:31:46.201 INFO:tasks.rados.rados.0.smithi029.stdout:3383: finishing rollback tid 2 to smithi02985406-13 2024-07-27T18:31:46.201 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 2362 (ObjNum 1030 snap 305 seq_num 1030) dirty exists 2024-07-27T18:31:46.201 INFO:tasks.rados.rados.0.smithi029.stdout:3380: expect (ObjNum 992 snap 298 seq_num 992) 2024-07-27T18:31:46.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:46 smithi179 ceph-mon[89801]: pgmap v755: 121 pgs: 121 active+clean; 143 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.5 MiB/s wr, 19 op/s 2024-07-27T18:31:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:46 smithi179 ceph-mon[89801]: osdmap e724: 8 total, 8 up, 8 in 2024-07-27T18:31:46.449 INFO:tasks.rados.rados.0.smithi029.stdout:3382: finishing write tid 1 to smithi02985406-37 2024-07-27T18:31:46.449 INFO:tasks.rados.rados.0.smithi029.stdout:3382: finishing write tid 2 to smithi02985406-37 2024-07-27T18:31:46.449 INFO:tasks.rados.rados.0.smithi029.stdout:3382: finishing write tid 3 to smithi02985406-37 2024-07-27T18:31:46.449 INFO:tasks.rados.rados.0.smithi029.stdout:3382: finishing write tid 4 to smithi02985406-37 2024-07-27T18:31:46.449 INFO:tasks.rados.rados.0.smithi029.stdout:3382: oid 37 updating version 0 to 2285 2024-07-27T18:31:46.449 INFO:tasks.rados.rados.0.smithi029.stdout:3382: oid 37 version 2285 is already newer than 2284 2024-07-27T18:31:46.449 INFO:tasks.rados.rados.0.smithi029.stdout:3382: oid 37 version 2285 is already newer than 2283 2024-07-27T18:31:46.449 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 37 v 2285 (ObjNum 1060 snap 318 seq_num 1060) dirty exists 2024-07-27T18:31:46.449 INFO:tasks.rados.rados.0.smithi029.stdout:3382: left oid 37 (ObjNum 1060 snap 318 seq_num 1060) 2024-07-27T18:31:46.450 INFO:tasks.rados.rados.0.smithi029.stdout:3380: done (4 left) 2024-07-27T18:31:46.450 INFO:tasks.rados.rados.0.smithi029.stdout:3381: done (3 left) 2024-07-27T18:31:46.450 INFO:tasks.rados.rados.0.smithi029.stdout:3382: done (2 left) 2024-07-27T18:31:46.450 INFO:tasks.rados.rados.0.smithi029.stdout:3383: done (1 left) 2024-07-27T18:31:46.450 INFO:tasks.rados.rados.0.smithi029.stdout:3384: snap_create 2024-07-27T18:31:46.450 INFO:tasks.rados.rados.0.smithi029.stdout:3379: finishing copy_from racing read to smithi02985406-41 2024-07-27T18:31:46.450 INFO:tasks.rados.rados.0.smithi029.stdout:3379: finishing copy_from to smithi02985406-41 2024-07-27T18:31:46.450 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 2276 (ObjNum 955 snap 292 seq_num 955) dirty exists 2024-07-27T18:31:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:46 smithi029 ceph-mon[96870]: pgmap v755: 121 pgs: 121 active+clean; 143 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.5 MiB/s wr, 19 op/s 2024-07-27T18:31:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:46 smithi029 ceph-mon[96870]: osdmap e724: 8 total, 8 up, 8 in 2024-07-27T18:31:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:46 smithi029 ceph-mon[99353]: pgmap v755: 121 pgs: 121 active+clean; 143 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.5 MiB/s wr, 19 op/s 2024-07-27T18:31:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:46 smithi029 ceph-mon[99353]: osdmap e724: 8 total, 8 up, 8 in 2024-07-27T18:31:47.068 INFO:tasks.rados.rados.0.smithi029.stdout:3379: done (1 left) 2024-07-27T18:31:47.068 INFO:tasks.rados.rados.0.smithi029.stdout:3384: done (0 left) 2024-07-27T18:31:47.068 INFO:tasks.rados.rados.0.smithi029.stdout:3385: snap_remove snap 316 2024-07-27T18:31:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:47 smithi179 ceph-mon[89801]: osdmap e725: 8 total, 8 up, 8 in 2024-07-27T18:31:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:47 smithi179 ceph-mon[89801]: osdmap e726: 8 total, 8 up, 8 in 2024-07-27T18:31:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:47 smithi029 ceph-mon[99353]: osdmap e725: 8 total, 8 up, 8 in 2024-07-27T18:31:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:47 smithi029 ceph-mon[99353]: osdmap e726: 8 total, 8 up, 8 in 2024-07-27T18:31:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:47 smithi029 ceph-mon[96870]: osdmap e725: 8 total, 8 up, 8 in 2024-07-27T18:31:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:47 smithi029 ceph-mon[96870]: osdmap e726: 8 total, 8 up, 8 in 2024-07-27T18:31:48.070 INFO:tasks.rados.rados.0.smithi029.stdout:3385: done (0 left) 2024-07-27T18:31:48.070 INFO:tasks.rados.rados.0.smithi029.stdout:3386: delete oid 16 current snap is 319 2024-07-27T18:31:48.078 INFO:tasks.rados.rados.0.smithi029.stdout:3386: done (0 left) 2024-07-27T18:31:48.078 INFO:tasks.rados.rados.0.smithi029.stdout:3387: read oid 10 snap -1 2024-07-27T18:31:48.078 INFO:tasks.rados.rados.0.smithi029.stdout:3387: expect (ObjNum 996 snap 299 seq_num 996) 2024-07-27T18:31:48.078 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 319 2024-07-27T18:31:48.078 INFO:tasks.rados.rados.0.smithi029.stdout:3388: seq_num 1062 ranges {475136=589824,1064960=401408} 2024-07-27T18:31:48.085 INFO:tasks.rados.rados.0.smithi029.stdout:3388: writing smithi02985406-18 from 475136 to 1064960 tid 1 2024-07-27T18:31:48.087 INFO:tasks.rados.rados.0.smithi029.stdout:3388: writing smithi02985406-18 from 1064960 to 1466368 tid 2 2024-07-27T18:31:48.087 INFO:tasks.rados.rados.0.smithi029.stdout:3389: snap_create 2024-07-27T18:31:48.095 INFO:tasks.rados.rados.0.smithi029.stdout:3388: finishing write tid 1 to smithi02985406-18 2024-07-27T18:31:48.095 INFO:tasks.rados.rados.0.smithi029.stdout:3388: finishing write tid 2 to smithi02985406-18 2024-07-27T18:31:48.095 INFO:tasks.rados.rados.0.smithi029.stdout:3388: finishing write tid 3 to smithi02985406-18 2024-07-27T18:31:48.097 INFO:tasks.rados.rados.0.smithi029.stdout:3388: finishing write tid 4 to smithi02985406-18 2024-07-27T18:31:48.097 INFO:tasks.rados.rados.0.smithi029.stdout:3388: oid 18 updating version 0 to 2336 2024-07-27T18:31:48.097 INFO:tasks.rados.rados.0.smithi029.stdout:3388: oid 18 updating version 2336 to 2337 2024-07-27T18:31:48.097 INFO:tasks.rados.rados.0.smithi029.stdout:3388: oid 18 updating version 2337 to 2338 2024-07-27T18:31:48.097 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2338 (ObjNum 1062 snap 319 seq_num 1062) dirty exists 2024-07-27T18:31:48.097 INFO:tasks.rados.rados.0.smithi029.stdout:3388: left oid 18 (ObjNum 1062 snap 319 seq_num 1062) 2024-07-27T18:31:48.097 INFO:tasks.rados.rados.0.smithi029.stdout:3387: expect (ObjNum 996 snap 299 seq_num 996) 2024-07-27T18:31:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:48 smithi179 ceph-mon[89801]: pgmap v758: 121 pgs: 121 active+clean; 147 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 1.9 MiB/s wr, 11 op/s 2024-07-27T18:31:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:48 smithi179 ceph-mon[89801]: osdmap e727: 8 total, 8 up, 8 in 2024-07-27T18:31:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:48 smithi029 ceph-mon[96870]: pgmap v758: 121 pgs: 121 active+clean; 147 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 1.9 MiB/s wr, 11 op/s 2024-07-27T18:31:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:48 smithi029 ceph-mon[96870]: osdmap e727: 8 total, 8 up, 8 in 2024-07-27T18:31:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:48 smithi029 ceph-mon[99353]: pgmap v758: 121 pgs: 121 active+clean; 147 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 1.9 MiB/s wr, 11 op/s 2024-07-27T18:31:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:48 smithi029 ceph-mon[99353]: osdmap e727: 8 total, 8 up, 8 in 2024-07-27T18:31:49.072 INFO:tasks.rados.rados.0.smithi029.stdout:3387: done (2 left) 2024-07-27T18:31:49.072 INFO:tasks.rados.rados.0.smithi029.stdout:3388: done (1 left) 2024-07-27T18:31:49.072 INFO:tasks.rados.rados.0.smithi029.stdout:3389: done (0 left) 2024-07-27T18:31:49.072 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 320 2024-07-27T18:31:49.072 INFO:tasks.rados.rados.0.smithi029.stdout:3390: seq_num 1063 ranges {2957312=606208,3563520=401408} 2024-07-27T18:31:49.092 INFO:tasks.rados.rados.0.smithi029.stdout:3390: writing smithi02985406-10 from 2957312 to 3563520 tid 1 2024-07-27T18:31:49.094 INFO:tasks.rados.rados.0.smithi029.stdout:3390: writing smithi02985406-10 from 3563520 to 3964928 tid 2 2024-07-27T18:31:49.094 INFO:tasks.rados.rados.0.smithi029.stdout:3391: read oid 15 snap -1 2024-07-27T18:31:49.094 INFO:tasks.rados.rados.0.smithi029.stdout:3391: expect (ObjNum 1056 snap 317 seq_num 1056) 2024-07-27T18:31:49.094 INFO:tasks.rados.rados.0.smithi029.stdout:3392: read oid 13 snap -1 2024-07-27T18:31:49.094 INFO:tasks.rados.rados.0.smithi029.stdout:3392: expect (ObjNum 1030 snap 305 seq_num 1030) 2024-07-27T18:31:49.095 INFO:tasks.rados.rados.0.smithi029.stdout:3393: snap_remove snap 318 2024-07-27T18:31:50.095 INFO:tasks.rados.rados.0.smithi029.stdout:3393: done (3 left) 2024-07-27T18:31:50.096 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 320 2024-07-27T18:31:50.096 INFO:tasks.rados.rados.0.smithi029.stdout:3394: seq_num 1064 ranges {745472=622592,1368064=401408} 2024-07-27T18:31:50.103 INFO:tasks.rados.rados.0.smithi029.stdout:3394: writing smithi02985406-12 from 745472 to 1368064 tid 1 2024-07-27T18:31:50.106 INFO:tasks.rados.rados.0.smithi029.stdout:3394: writing smithi02985406-12 from 1368064 to 1769472 tid 2 2024-07-27T18:31:50.106 INFO:tasks.rados.rados.0.smithi029.stdout:3395: snap_remove snap 319 2024-07-27T18:31:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:50 smithi179 ceph-mon[89801]: pgmap v761: 121 pgs: 121 active+clean; 140 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 3.0 MiB/s wr, 12 op/s 2024-07-27T18:31:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:50 smithi179 ceph-mon[89801]: osdmap e728: 8 total, 8 up, 8 in 2024-07-27T18:31:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:50 smithi029 ceph-mon[96870]: pgmap v761: 121 pgs: 121 active+clean; 140 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 3.0 MiB/s wr, 12 op/s 2024-07-27T18:31:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:50 smithi029 ceph-mon[96870]: osdmap e728: 8 total, 8 up, 8 in 2024-07-27T18:31:50.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:50 smithi029 ceph-mon[99353]: pgmap v761: 121 pgs: 121 active+clean; 140 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 3.0 MiB/s wr, 12 op/s 2024-07-27T18:31:50.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:50 smithi029 ceph-mon[99353]: osdmap e728: 8 total, 8 up, 8 in 2024-07-27T18:31:51.101 INFO:tasks.rados.rados.0.smithi029.stdout:3395: done (4 left) 2024-07-27T18:31:51.101 INFO:tasks.rados.rados.0.smithi029.stdout:3396: delete oid 36 current snap is 320 2024-07-27T18:31:51.101 INFO:tasks.rados.rados.0.smithi029.stdout:3391: expect (ObjNum 1056 snap 317 seq_num 1056) 2024-07-27T18:31:51.161 INFO:tasks.rados.rados.0.smithi029.stdout:3390: finishing write tid 1 to smithi02985406-10 2024-07-27T18:31:51.161 INFO:tasks.rados.rados.0.smithi029.stdout:3392: expect (ObjNum 1030 snap 305 seq_num 1030) 2024-07-27T18:31:51.249 INFO:tasks.rados.rados.0.smithi029.stdout:3390: finishing write tid 2 to smithi02985406-10 2024-07-27T18:31:51.249 INFO:tasks.rados.rados.0.smithi029.stdout:3390: finishing write tid 3 to smithi02985406-10 2024-07-27T18:31:51.249 INFO:tasks.rados.rados.0.smithi029.stdout:3390: finishing write tid 4 to smithi02985406-10 2024-07-27T18:31:51.249 INFO:tasks.rados.rados.0.smithi029.stdout:3390: oid 10 updating version 0 to 2287 2024-07-27T18:31:51.249 INFO:tasks.rados.rados.0.smithi029.stdout:3390: oid 10 updating version 2287 to 2288 2024-07-27T18:31:51.249 INFO:tasks.rados.rados.0.smithi029.stdout:3390: oid 10 version 2288 is already newer than 2286 2024-07-27T18:31:51.249 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2288 (ObjNum 1063 snap 320 seq_num 1063) dirty exists 2024-07-27T18:31:51.249 INFO:tasks.rados.rados.0.smithi029.stdout:3390: left oid 10 (ObjNum 1063 snap 320 seq_num 1063) 2024-07-27T18:31:51.249 INFO:tasks.rados.rados.0.smithi029.stdout:3390: done (4 left) 2024-07-27T18:31:51.249 INFO:tasks.rados.rados.0.smithi029.stdout:3391: done (3 left) 2024-07-27T18:31:51.249 INFO:tasks.rados.rados.0.smithi029.stdout:3392: done (2 left) 2024-07-27T18:31:51.250 INFO:tasks.rados.rados.0.smithi029.stdout:3396: done (1 left) 2024-07-27T18:31:51.250 INFO:tasks.rados.rados.0.smithi029.stdout:3397: delete oid 29 current snap is 320 2024-07-27T18:31:51.250 INFO:tasks.rados.rados.0.smithi029.stdout:3394: finishing write tid 1 to smithi02985406-12 2024-07-27T18:31:51.250 INFO:tasks.rados.rados.0.smithi029.stdout:3394: finishing write tid 2 to smithi02985406-12 2024-07-27T18:31:51.250 INFO:tasks.rados.rados.0.smithi029.stdout:3394: finishing write tid 3 to smithi02985406-12 2024-07-27T18:31:51.250 INFO:tasks.rados.rados.0.smithi029.stdout:3394: finishing write tid 4 to smithi02985406-12 2024-07-27T18:31:51.250 INFO:tasks.rados.rados.0.smithi029.stdout:3394: oid 12 updating version 0 to 1921 2024-07-27T18:31:51.250 INFO:tasks.rados.rados.0.smithi029.stdout:3394: oid 12 version 1921 is already newer than 1920 2024-07-27T18:31:51.250 INFO:tasks.rados.rados.0.smithi029.stdout:3394: oid 12 updating version 1921 to 1922 2024-07-27T18:31:51.250 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 1922 (ObjNum 1064 snap 320 seq_num 1064) dirty exists 2024-07-27T18:31:51.250 INFO:tasks.rados.rados.0.smithi029.stdout:3394: left oid 12 (ObjNum 1064 snap 320 seq_num 1064) 2024-07-27T18:31:51.251 INFO:tasks.rados.rados.0.smithi029.stdout:3394: done (1 left) 2024-07-27T18:31:51.251 INFO:tasks.rados.rados.0.smithi029.stdout:3397: done (0 left) 2024-07-27T18:31:51.251 INFO:tasks.rados.rados.0.smithi029.stdout:3398: rmattr oid 32 current snap is 320 2024-07-27T18:31:51.251 INFO:tasks.rados.rados.0.smithi029.stdout:3399: snap_remove snap 315 2024-07-27T18:31:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:51 smithi179 ceph-mon[89801]: osdmap e729: 8 total, 8 up, 8 in 2024-07-27T18:31:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:51 smithi029 ceph-mon[96870]: osdmap e729: 8 total, 8 up, 8 in 2024-07-27T18:31:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:51 smithi029 ceph-mon[99353]: osdmap e729: 8 total, 8 up, 8 in 2024-07-27T18:31:52.070 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 1646 (ObjNum 1048 snap 314 seq_num 1048) dirty exists 2024-07-27T18:31:52.070 INFO:tasks.rados.rados.0.smithi029.stdout:3398: done (1 left) 2024-07-27T18:31:52.070 INFO:tasks.rados.rados.0.smithi029.stdout:3399: done (0 left) 2024-07-27T18:31:52.070 INFO:tasks.rados.rados.0.smithi029.stdout:3400: read oid 29 snap -1 2024-07-27T18:31:52.070 INFO:tasks.rados.rados.0.smithi029.stdout:3400: expect deleted 2024-07-27T18:31:52.070 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 41 current snap is 320 2024-07-27T18:31:52.070 INFO:tasks.rados.rados.0.smithi029.stdout:3401: seq_num 1067 ranges {7020544=679936,7700480=401408} 2024-07-27T18:31:52.113 INFO:tasks.rados.rados.0.smithi029.stdout:3401: writing smithi02985406-41 from 7020544 to 7700480 tid 1 2024-07-27T18:31:52.116 INFO:tasks.rados.rados.0.smithi029.stdout:3401: writing smithi02985406-41 from 7700480 to 8101888 tid 2 2024-07-27T18:31:52.116 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 320 2024-07-27T18:31:52.116 INFO:tasks.rados.rados.0.smithi029.stdout:3402: seq_num 1068 ranges {491520=696320,1187840=401408} 2024-07-27T18:31:52.122 INFO:tasks.rados.rados.0.smithi029.stdout:3402: writing smithi02985406-2 from 491520 to 1187840 tid 1 2024-07-27T18:31:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:3402: writing smithi02985406-2 from 1187840 to 1589248 tid 2 2024-07-27T18:31:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:3403: read oid 8 snap -1 2024-07-27T18:31:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:3403: expect deleted 2024-07-27T18:31:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:3404: setattr oid 22 current snap is 320 2024-07-27T18:31:52.125 INFO:tasks.rados.rados.0.smithi029.stdout:3401: finishing write tid 1 to smithi02985406-41 2024-07-27T18:31:52.126 INFO:tasks.rados.rados.0.smithi029.stdout:3401: finishing write tid 2 to smithi02985406-41 2024-07-27T18:31:52.126 INFO:tasks.rados.rados.0.smithi029.stdout:3401: finishing write tid 3 to smithi02985406-41 2024-07-27T18:31:52.126 INFO:tasks.rados.rados.0.smithi029.stdout:3401: finishing write tid 4 to smithi02985406-41 2024-07-27T18:31:52.126 INFO:tasks.rados.rados.0.smithi029.stdout:3401: oid 41 updating version 0 to 2319 2024-07-27T18:31:52.126 INFO:tasks.rados.rados.0.smithi029.stdout:3401: oid 41 version 2319 is already newer than 2318 2024-07-27T18:31:52.126 INFO:tasks.rados.rados.0.smithi029.stdout:3401: oid 41 updating version 2319 to 2320 2024-07-27T18:31:52.126 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 2320 (ObjNum 1067 snap 320 seq_num 1067) dirty exists 2024-07-27T18:31:52.126 INFO:tasks.rados.rados.0.smithi029.stdout:3401: left oid 41 (ObjNum 1067 snap 320 seq_num 1067) 2024-07-27T18:31:52.127 INFO:tasks.rados.rados.0.smithi029.stdout:3400: done (4 left) 2024-07-27T18:31:52.127 INFO:tasks.rados.rados.0.smithi029.stdout:3401: done (3 left) 2024-07-27T18:31:52.127 INFO:tasks.rados.rados.0.smithi029.stdout:3403: done (2 left) 2024-07-27T18:31:52.127 INFO:tasks.rados.rados.0.smithi029.stdout:3405: snap_create 2024-07-27T18:31:52.129 INFO:tasks.rados.rados.0.smithi029.stdout:3402: finishing write tid 1 to smithi02985406-2 2024-07-27T18:31:52.129 INFO:tasks.rados.rados.0.smithi029.stdout:3402: finishing write tid 2 to smithi02985406-2 2024-07-27T18:31:52.129 INFO:tasks.rados.rados.0.smithi029.stdout:3402: finishing write tid 3 to smithi02985406-2 2024-07-27T18:31:52.131 INFO:tasks.rados.rados.0.smithi029.stdout:3402: finishing write tid 4 to smithi02985406-2 2024-07-27T18:31:52.131 INFO:tasks.rados.rados.0.smithi029.stdout:3402: oid 2 updating version 0 to 2370 2024-07-27T18:31:52.131 INFO:tasks.rados.rados.0.smithi029.stdout:3402: oid 2 version 2370 is already newer than 2369 2024-07-27T18:31:52.131 INFO:tasks.rados.rados.0.smithi029.stdout:3402: oid 2 version 2370 is already newer than 2368 2024-07-27T18:31:52.131 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2370 (ObjNum 1068 snap 320 seq_num 1068) dirty exists 2024-07-27T18:31:52.131 INFO:tasks.rados.rados.0.smithi029.stdout:3402: left oid 2 (ObjNum 1068 snap 320 seq_num 1068) 2024-07-27T18:31:52.132 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 1030 (ObjNum 1028 snap 305 seq_num 1028) dirty exists 2024-07-27T18:31:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:52 smithi179 ceph-mon[89801]: pgmap v764: 121 pgs: 121 active+clean; 137 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 2.5 MiB/s wr, 10 op/s 2024-07-27T18:31:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:52 smithi179 ceph-mon[89801]: osdmap e730: 8 total, 8 up, 8 in 2024-07-27T18:31:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:52 smithi179 ceph-mon[89801]: osdmap e731: 8 total, 8 up, 8 in 2024-07-27T18:31:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:52 smithi029 ceph-mon[96870]: pgmap v764: 121 pgs: 121 active+clean; 137 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 2.5 MiB/s wr, 10 op/s 2024-07-27T18:31:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:52 smithi029 ceph-mon[96870]: osdmap e730: 8 total, 8 up, 8 in 2024-07-27T18:31:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:52 smithi029 ceph-mon[96870]: osdmap e731: 8 total, 8 up, 8 in 2024-07-27T18:31:52.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:52 smithi029 ceph-mon[99353]: pgmap v764: 121 pgs: 121 active+clean; 137 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 2.5 MiB/s wr, 10 op/s 2024-07-27T18:31:52.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:52 smithi029 ceph-mon[99353]: osdmap e730: 8 total, 8 up, 8 in 2024-07-27T18:31:52.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:52 smithi029 ceph-mon[99353]: osdmap e731: 8 total, 8 up, 8 in 2024-07-27T18:31:52.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:31:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:31:52] "GET /metrics HTTP/1.1" 200 36348 "" "Prometheus/2.43.0" 2024-07-27T18:31:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:3402: done (2 left) 2024-07-27T18:31:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:3404: done (1 left) 2024-07-27T18:31:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:3405: done (0 left) 2024-07-27T18:31:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 14 current snap is 321 2024-07-27T18:31:53.106 INFO:tasks.rados.rados.0.smithi029.stdout:3406: seq_num 1069 ranges {0=712704,712704=401408} 2024-07-27T18:31:53.109 INFO:tasks.rados.rados.0.smithi029.stdout:3406: writing smithi02985406-14 from 0 to 712704 tid 1 2024-07-27T18:31:53.112 INFO:tasks.rados.rados.0.smithi029.stdout:3406: writing smithi02985406-14 from 712704 to 1114112 tid 2 2024-07-27T18:31:53.112 INFO:tasks.rados.rados.0.smithi029.stdout:3407: rollback oid 15 current snap is 321 2024-07-27T18:31:53.112 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 15 to 320 2024-07-27T18:31:53.113 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 321 2024-07-27T18:31:53.113 INFO:tasks.rados.rados.0.smithi029.stdout:3408: seq_num 1070 ranges {5906432=729088,6635520=401408} 2024-07-27T18:31:53.149 INFO:tasks.rados.rados.0.smithi029.stdout:3408: writing smithi02985406-46 from 5906432 to 6635520 tid 1 2024-07-27T18:31:53.151 INFO:tasks.rados.rados.0.smithi029.stdout:3408: writing smithi02985406-46 from 6635520 to 7036928 tid 2 2024-07-27T18:31:53.152 INFO:tasks.rados.rados.0.smithi029.stdout:3409: read oid 49 snap 317 2024-07-27T18:31:53.152 INFO:tasks.rados.rados.0.smithi029.stdout:3409: expect (ObjNum 1050 snap 314 seq_num 1050) 2024-07-27T18:31:53.152 INFO:tasks.rados.rados.0.smithi029.stdout:3410: snap_remove snap 314 2024-07-27T18:31:54.114 INFO:tasks.rados.rados.0.smithi029.stdout:3410: done (4 left) 2024-07-27T18:31:54.114 INFO:tasks.rados.rados.0.smithi029.stdout:3411: rollback oid 39 current snap is 321 2024-07-27T18:31:54.114 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 39 to 320 2024-07-27T18:31:54.114 INFO:tasks.rados.rados.0.smithi029.stdout:3412: copy_from oid 50 from oid 6 current snap is 321 2024-07-27T18:31:54.114 INFO:tasks.rados.rados.0.smithi029.stdout:3413: read oid 18 snap -1 2024-07-27T18:31:54.115 INFO:tasks.rados.rados.0.smithi029.stdout:3413: expect (ObjNum 1062 snap 319 seq_num 1062) 2024-07-27T18:31:54.115 INFO:tasks.rados.rados.0.smithi029.stdout:3414: setattr oid 44 current snap is 321 2024-07-27T18:31:54.115 INFO:tasks.rados.rados.0.smithi029.stdout:3406: finishing write tid 1 to smithi02985406-14 2024-07-27T18:31:54.115 INFO:tasks.rados.rados.0.smithi029.stdout:3406: finishing write tid 2 to smithi02985406-14 2024-07-27T18:31:54.115 INFO:tasks.rados.rados.0.smithi029.stdout:3406: finishing write tid 3 to smithi02985406-14 2024-07-27T18:31:54.115 INFO:tasks.rados.rados.0.smithi029.stdout:3407: finishing rollback tid 0 to smithi02985406-15 2024-07-27T18:31:54.115 INFO:tasks.rados.rados.0.smithi029.stdout:3407: finishing rollback tid 1 to smithi02985406-15 2024-07-27T18:31:54.115 INFO:tasks.rados.rados.0.smithi029.stdout:3407: finishing rollback tid 2 to smithi02985406-15 2024-07-27T18:31:54.115 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 1930 (ObjNum 1056 snap 317 seq_num 1056) dirty exists 2024-07-27T18:31:54.115 INFO:tasks.rados.rados.0.smithi029.stdout:3406: finishing write tid 4 to smithi02985406-14 2024-07-27T18:31:54.115 INFO:tasks.rados.rados.0.smithi029.stdout:3406: oid 14 updating version 0 to 1923 2024-07-27T18:31:54.116 INFO:tasks.rados.rados.0.smithi029.stdout:3406: oid 14 updating version 1923 to 1924 2024-07-27T18:31:54.116 INFO:tasks.rados.rados.0.smithi029.stdout:3406: oid 14 updating version 1924 to 1925 2024-07-27T18:31:54.116 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 1925 (ObjNum 1069 snap 321 seq_num 1069) dirty exists 2024-07-27T18:31:54.116 INFO:tasks.rados.rados.0.smithi029.stdout:3406: left oid 14 (ObjNum 1069 snap 321 seq_num 1069) 2024-07-27T18:31:54.116 INFO:tasks.rados.rados.0.smithi029.stdout:3408: finishing write tid 1 to smithi02985406-46 2024-07-27T18:31:54.116 INFO:tasks.rados.rados.0.smithi029.stdout:3408: finishing write tid 2 to smithi02985406-46 2024-07-27T18:31:54.116 INFO:tasks.rados.rados.0.smithi029.stdout:3408: finishing write tid 3 to smithi02985406-46 2024-07-27T18:31:54.116 INFO:tasks.rados.rados.0.smithi029.stdout:3409: expect (ObjNum 1050 snap 314 seq_num 1050) 2024-07-27T18:31:54.147 INFO:tasks.rados.rados.0.smithi029.stdout:3408: finishing write tid 4 to smithi02985406-46 2024-07-27T18:31:54.147 INFO:tasks.rados.rados.0.smithi029.stdout:3408: oid 46 updating version 0 to 1648 2024-07-27T18:31:54.147 INFO:tasks.rados.rados.0.smithi029.stdout:3408: oid 46 version 1648 is already newer than 1647 2024-07-27T18:31:54.148 INFO:tasks.rados.rados.0.smithi029.stdout:3408: oid 46 version 1648 is already newer than 1646 2024-07-27T18:31:54.148 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1648 (ObjNum 1070 snap 321 seq_num 1070) dirty exists 2024-07-27T18:31:54.148 INFO:tasks.rados.rados.0.smithi029.stdout:3408: left oid 46 (ObjNum 1070 snap 321 seq_num 1070) 2024-07-27T18:31:54.148 INFO:tasks.rados.rados.0.smithi029.stdout:3411: finishing rollback tid 0 to smithi02985406-39 2024-07-27T18:31:54.148 INFO:tasks.rados.rados.0.smithi029.stdout:3413: expect (ObjNum 1062 snap 319 seq_num 1062) 2024-07-27T18:31:54.199 INFO:tasks.rados.rados.0.smithi029.stdout:3411: finishing rollback tid 1 to smithi02985406-39 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:3411: finishing rollback tid 2 to smithi02985406-39 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2321 (ObjNum 1050 snap 314 seq_num 1050) dirty exists 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 2289 (ObjNum 1055 snap 315 seq_num 1055) dirty exists 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:3412: finishing copy_from racing read to smithi02985406-50 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:3412: finishing copy_from to smithi02985406-50 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 2276 (ObjNum 955 snap 292 seq_num 955) dirty exists 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:3406: done (7 left) 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:3407: done (6 left) 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:3408: done (5 left) 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:3409: done (4 left) 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:3411: done (3 left) 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:3412: done (2 left) 2024-07-27T18:31:54.200 INFO:tasks.rados.rados.0.smithi029.stdout:3413: done (1 left) 2024-07-27T18:31:54.201 INFO:tasks.rados.rados.0.smithi029.stdout:3414: done (0 left) 2024-07-27T18:31:54.201 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 321 2024-07-27T18:31:54.201 INFO:tasks.rados.rados.0.smithi029.stdout:3415: seq_num 1071 ranges {2179072=745472,2924544=401408} 2024-07-27T18:31:54.215 INFO:tasks.rados.rados.0.smithi029.stdout:3415: writing smithi02985406-1 from 2179072 to 2924544 tid 1 2024-07-27T18:31:54.218 INFO:tasks.rados.rados.0.smithi029.stdout:3415: writing smithi02985406-1 from 2924544 to 3325952 tid 2 2024-07-27T18:31:54.218 INFO:tasks.rados.rados.0.smithi029.stdout:3416: read oid 9 snap -1 2024-07-27T18:31:54.218 INFO:tasks.rados.rados.0.smithi029.stdout:3416: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:31:54.218 INFO:tasks.rados.rados.0.smithi029.stdout:3417: rollback oid 27 current snap is 321 2024-07-27T18:31:54.218 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 27 to 320 2024-07-27T18:31:54.218 INFO:tasks.rados.rados.0.smithi029.stdout:3418: copy_from oid 45 from oid 41 current snap is 321 2024-07-27T18:31:54.218 INFO:tasks.rados.rados.0.smithi029.stdout:3419: snap_remove snap 317 2024-07-27T18:31:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:54 smithi179 ceph-mon[89801]: pgmap v767: 121 pgs: 121 active+clean; 140 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.2 MiB/s wr, 9 op/s 2024-07-27T18:31:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:54 smithi179 ceph-mon[89801]: osdmap e732: 8 total, 8 up, 8 in 2024-07-27T18:31:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:31:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:54 smithi029 ceph-mon[96870]: pgmap v767: 121 pgs: 121 active+clean; 140 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.2 MiB/s wr, 9 op/s 2024-07-27T18:31:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:54 smithi029 ceph-mon[96870]: osdmap e732: 8 total, 8 up, 8 in 2024-07-27T18:31:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:31:54.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:54 smithi029 ceph-mon[99353]: pgmap v767: 121 pgs: 121 active+clean; 140 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.2 MiB/s wr, 9 op/s 2024-07-27T18:31:54.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:54 smithi029 ceph-mon[99353]: osdmap e732: 8 total, 8 up, 8 in 2024-07-27T18:31:54.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:31:55.120 INFO:tasks.rados.rados.0.smithi029.stdout:3417: finishing rollback tid 1 to smithi02985406-27 2024-07-27T18:31:55.120 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 0 (ObjNum 33 snap 0 seq_num 362010416) dirty dne 2024-07-27T18:31:55.120 INFO:tasks.rados.rados.0.smithi029.stdout:3416: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:31:55.145 INFO:tasks.rados.rados.0.smithi029.stdout:3415: finishing write tid 1 to smithi02985406-1 2024-07-27T18:31:55.145 INFO:tasks.rados.rados.0.smithi029.stdout:3415: finishing write tid 2 to smithi02985406-1 2024-07-27T18:31:55.146 INFO:tasks.rados.rados.0.smithi029.stdout:3415: finishing write tid 3 to smithi02985406-1 2024-07-27T18:31:55.146 INFO:tasks.rados.rados.0.smithi029.stdout:3415: finishing write tid 4 to smithi02985406-1 2024-07-27T18:31:55.146 INFO:tasks.rados.rados.0.smithi029.stdout:3415: oid 1 updating version 0 to 2292 2024-07-27T18:31:55.146 INFO:tasks.rados.rados.0.smithi029.stdout:3415: oid 1 version 2292 is already newer than 2291 2024-07-27T18:31:55.146 INFO:tasks.rados.rados.0.smithi029.stdout:3415: oid 1 version 2292 is already newer than 2290 2024-07-27T18:31:55.146 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 2292 (ObjNum 1071 snap 321 seq_num 1071) dirty exists 2024-07-27T18:31:55.146 INFO:tasks.rados.rados.0.smithi029.stdout:3415: left oid 1 (ObjNum 1071 snap 321 seq_num 1071) 2024-07-27T18:31:55.146 INFO:tasks.rados.rados.0.smithi029.stdout:3415: done (4 left) 2024-07-27T18:31:55.146 INFO:tasks.rados.rados.0.smithi029.stdout:3416: done (3 left) 2024-07-27T18:31:55.146 INFO:tasks.rados.rados.0.smithi029.stdout:3417: done (2 left) 2024-07-27T18:31:55.146 INFO:tasks.rados.rados.0.smithi029.stdout:3419: done (1 left) 2024-07-27T18:31:55.147 INFO:tasks.rados.rados.0.smithi029.stdout:3420: rollback oid 5 current snap is 321 2024-07-27T18:31:55.147 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 5 to 320 2024-07-27T18:31:55.147 INFO:tasks.rados.rados.0.smithi029.stdout:3418: finishing copy_from racing read to smithi02985406-45 2024-07-27T18:31:55.147 INFO:tasks.rados.rados.0.smithi029.stdout:3418: finishing copy_from to smithi02985406-45 2024-07-27T18:31:55.147 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 2320 (ObjNum 1067 snap 320 seq_num 1067) dirty exists 2024-07-27T18:31:55.147 INFO:tasks.rados.rados.0.smithi029.stdout:3418: done (1 left) 2024-07-27T18:31:55.147 INFO:tasks.rados.rados.0.smithi029.stdout:3421: delete oid 8 current snap is 321 2024-07-27T18:31:55.148 INFO:tasks.rados.rados.0.smithi029.stdout:3421: done (1 left) 2024-07-27T18:31:55.148 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 321 2024-07-27T18:31:55.148 INFO:tasks.rados.rados.0.smithi029.stdout:3422: seq_num 1073 ranges {794624=778240,1572864=401408} 2024-07-27T18:31:55.156 INFO:tasks.rados.rados.0.smithi029.stdout:3422: writing smithi02985406-39 from 794624 to 1572864 tid 1 2024-07-27T18:31:55.159 INFO:tasks.rados.rados.0.smithi029.stdout:3422: writing smithi02985406-39 from 1572864 to 1974272 tid 2 2024-07-27T18:31:55.159 INFO:tasks.rados.rados.0.smithi029.stdout:3423: read oid 6 snap 320 2024-07-27T18:31:55.159 INFO:tasks.rados.rados.0.smithi029.stdout:3423: expect (ObjNum 955 snap 292 seq_num 955) 2024-07-27T18:31:55.159 INFO:tasks.rados.rados.0.smithi029.stdout:3424: copy_from oid 21 from oid 24 current snap is 321 2024-07-27T18:31:55.159 INFO:tasks.rados.rados.0.smithi029.stdout:3420: finishing rollback tid 0 to smithi02985406-5 2024-07-27T18:31:55.159 INFO:tasks.rados.rados.0.smithi029.stdout:3425: delete oid 29 current snap is 321 2024-07-27T18:31:55.160 INFO:tasks.rados.rados.0.smithi029.stdout:3420: finishing rollback tid 1 to smithi02985406-5 2024-07-27T18:31:55.160 INFO:tasks.rados.rados.0.smithi029.stdout:3420: finishing rollback tid 2 to smithi02985406-5 2024-07-27T18:31:55.160 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 2384 (ObjNum 1039 snap 308 seq_num 1039) dirty exists 2024-07-27T18:31:55.160 INFO:tasks.rados.rados.0.smithi029.stdout:3424: finishing copy_from to smithi02985406-21 2024-07-27T18:31:55.160 INFO:tasks.rados.rados.0.smithi029.stdout:3424: got expected ENOENT (src dne) 2024-07-27T18:31:55.160 INFO:tasks.rados.rados.0.smithi029.stdout:3424: finishing copy_from racing read to smithi02985406-21 2024-07-27T18:31:55.162 INFO:tasks.rados.rados.0.smithi029.stdout:3420: done (4 left) 2024-07-27T18:31:55.162 INFO:tasks.rados.rados.0.smithi029.stdout:3424: done (3 left) 2024-07-27T18:31:55.162 INFO:tasks.rados.rados.0.smithi029.stdout:3425: done (2 left) 2024-07-27T18:31:55.162 INFO:tasks.rados.rados.0.smithi029.stdout:3426: rollback oid 8 current snap is 321 2024-07-27T18:31:55.162 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 8 to 320 2024-07-27T18:31:55.162 INFO:tasks.rados.rados.0.smithi029.stdout:3427: read oid 34 snap -1 2024-07-27T18:31:55.163 INFO:tasks.rados.rados.0.smithi029.stdout:3427: expect deleted 2024-07-27T18:31:55.163 INFO:tasks.rados.rados.0.smithi029.stdout:3428: read oid 30 snap 320 2024-07-27T18:31:55.163 INFO:tasks.rados.rados.0.smithi029.stdout:3428: expect deleted 2024-07-27T18:31:55.163 INFO:tasks.rados.rados.0.smithi029.stdout:3429: delete oid 37 current snap is 321 2024-07-27T18:31:55.163 INFO:tasks.rados.rados.0.smithi029.stdout:3422: finishing write tid 1 to smithi02985406-39 2024-07-27T18:31:55.164 INFO:tasks.rados.rados.0.smithi029.stdout:3426: finishing rollback tid 1 to smithi02985406-8 2024-07-27T18:31:55.164 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 0 (ObjNum 545 snap 0 seq_num 2053091056) dirty dne 2024-07-27T18:31:55.164 INFO:tasks.rados.rados.0.smithi029.stdout:3422: finishing write tid 2 to smithi02985406-39 2024-07-27T18:31:55.164 INFO:tasks.rados.rados.0.smithi029.stdout:3422: finishing write tid 3 to smithi02985406-39 2024-07-27T18:31:55.164 INFO:tasks.rados.rados.0.smithi029.stdout:3422: finishing write tid 4 to smithi02985406-39 2024-07-27T18:31:55.164 INFO:tasks.rados.rados.0.smithi029.stdout:3422: oid 39 updating version 0 to 2323 2024-07-27T18:31:55.164 INFO:tasks.rados.rados.0.smithi029.stdout:3422: oid 39 version 2323 is already newer than 2322 2024-07-27T18:31:55.165 INFO:tasks.rados.rados.0.smithi029.stdout:3422: oid 39 updating version 2323 to 2324 2024-07-27T18:31:55.165 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2324 (ObjNum 1073 snap 321 seq_num 1073) dirty exists 2024-07-27T18:31:55.165 INFO:tasks.rados.rados.0.smithi029.stdout:3422: left oid 39 (ObjNum 1073 snap 321 seq_num 1073) 2024-07-27T18:31:55.190 INFO:tasks.rados.rados.0.smithi029.stdout:3423: expect (ObjNum 955 snap 292 seq_num 955) 2024-07-27T18:31:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:55 smithi179 ceph-mon[89801]: osdmap e733: 8 total, 8 up, 8 in 2024-07-27T18:31:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:55 smithi029 ceph-mon[96870]: osdmap e733: 8 total, 8 up, 8 in 2024-07-27T18:31:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:55 smithi029 ceph-mon[99353]: osdmap e733: 8 total, 8 up, 8 in 2024-07-27T18:31:55.543 INFO:tasks.rados.rados.0.smithi029.stdout:3422: done (5 left) 2024-07-27T18:31:55.543 INFO:tasks.rados.rados.0.smithi029.stdout:3423: done (4 left) 2024-07-27T18:31:55.543 INFO:tasks.rados.rados.0.smithi029.stdout:3426: done (3 left) 2024-07-27T18:31:55.543 INFO:tasks.rados.rados.0.smithi029.stdout:3427: done (2 left) 2024-07-27T18:31:55.543 INFO:tasks.rados.rados.0.smithi029.stdout:3428: done (1 left) 2024-07-27T18:31:55.543 INFO:tasks.rados.rados.0.smithi029.stdout:3429: done (0 left) 2024-07-27T18:31:55.543 INFO:tasks.rados.rados.0.smithi029.stdout:3430: snap_create 2024-07-27T18:31:56.123 INFO:tasks.rados.rados.0.smithi029.stdout:3430: done (0 left) 2024-07-27T18:31:56.123 INFO:tasks.rados.rados.0.smithi029.stdout:3431: snap_create 2024-07-27T18:31:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:56 smithi179 ceph-mon[89801]: pgmap v770: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 139 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.9 MiB/s rd, 994 KiB/s wr, 15 op/s 2024-07-27T18:31:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:56 smithi179 ceph-mon[89801]: osdmap e734: 8 total, 8 up, 8 in 2024-07-27T18:31:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:56 smithi029 ceph-mon[96870]: pgmap v770: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 139 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.9 MiB/s rd, 994 KiB/s wr, 15 op/s 2024-07-27T18:31:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:56 smithi029 ceph-mon[96870]: osdmap e734: 8 total, 8 up, 8 in 2024-07-27T18:31:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:56 smithi029 ceph-mon[99353]: pgmap v770: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 139 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.9 MiB/s rd, 994 KiB/s wr, 15 op/s 2024-07-27T18:31:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:56 smithi029 ceph-mon[99353]: osdmap e734: 8 total, 8 up, 8 in 2024-07-27T18:31:57.072 INFO:tasks.rados.rados.0.smithi029.stdout:3431: done (0 left) 2024-07-27T18:31:57.073 INFO:tasks.rados.rados.0.smithi029.stdout:3432: snap_create 2024-07-27T18:31:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:57 smithi179 ceph-mon[89801]: osdmap e735: 8 total, 8 up, 8 in 2024-07-27T18:31:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:57 smithi179 ceph-mon[89801]: osdmap e736: 8 total, 8 up, 8 in 2024-07-27T18:31:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:57 smithi029 ceph-mon[96870]: osdmap e735: 8 total, 8 up, 8 in 2024-07-27T18:31:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:57 smithi029 ceph-mon[96870]: osdmap e736: 8 total, 8 up, 8 in 2024-07-27T18:31:57.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:57 smithi029 ceph-mon[99353]: osdmap e735: 8 total, 8 up, 8 in 2024-07-27T18:31:57.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:57 smithi029 ceph-mon[99353]: osdmap e736: 8 total, 8 up, 8 in 2024-07-27T18:31:58.073 INFO:tasks.rados.rados.0.smithi029.stdout:3432: done (0 left) 2024-07-27T18:31:58.073 INFO:tasks.rados.rados.0.smithi029.stdout:3433: snap_create 2024-07-27T18:31:58.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:58 smithi029 ceph-mon[99353]: pgmap v773: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 123 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.0 MiB/s rd, 812 KiB/s wr, 17 op/s 2024-07-27T18:31:58.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:31:58 smithi029 ceph-mon[99353]: osdmap e737: 8 total, 8 up, 8 in 2024-07-27T18:31:58.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:58 smithi029 ceph-mon[96870]: pgmap v773: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 123 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.0 MiB/s rd, 812 KiB/s wr, 17 op/s 2024-07-27T18:31:58.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:31:58 smithi029 ceph-mon[96870]: osdmap e737: 8 total, 8 up, 8 in 2024-07-27T18:31:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:58 smithi179 ceph-mon[89801]: pgmap v773: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 123 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.0 MiB/s rd, 812 KiB/s wr, 17 op/s 2024-07-27T18:31:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:31:58 smithi179 ceph-mon[89801]: osdmap e737: 8 total, 8 up, 8 in 2024-07-27T18:31:59.075 INFO:tasks.rados.rados.0.smithi029.stdout:3433: done (0 left) 2024-07-27T18:31:59.075 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 325 2024-07-27T18:31:59.075 INFO:tasks.rados.rados.0.smithi029.stdout:3434: seq_num 1076 ranges {204800=425984,630784=548864,1179648=253952} 2024-07-27T18:31:59.079 INFO:tasks.rados.rados.0.smithi029.stdout:3434: writing smithi02985406-17 from 204800 to 630784 tid 1 2024-07-27T18:31:59.082 INFO:tasks.rados.rados.0.smithi029.stdout:3434: writing smithi02985406-17 from 630784 to 1179648 tid 2 2024-07-27T18:31:59.084 INFO:tasks.rados.rados.0.smithi029.stdout:3434: writing smithi02985406-17 from 1179648 to 1433600 tid 3 2024-07-27T18:31:59.084 INFO:tasks.rados.rados.0.smithi029.stdout:3435: rollback oid 40 current snap is 325 2024-07-27T18:31:59.085 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 40 to 322 2024-07-27T18:31:59.085 INFO:tasks.rados.rados.0.smithi029.stdout:3434: finishing write tid 1 to smithi02985406-17 2024-07-27T18:31:59.085 INFO:tasks.rados.rados.0.smithi029.stdout:3436: snap_remove snap 320 2024-07-27T18:32:00.082 INFO:tasks.rados.rados.0.smithi029.stdout:3436: done (2 left) 2024-07-27T18:32:00.082 INFO:tasks.rados.rados.0.smithi029.stdout:3437: read oid 29 snap 324 2024-07-27T18:32:00.082 INFO:tasks.rados.rados.0.smithi029.stdout:3437: expect deleted 2024-07-27T18:32:00.082 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 19 current snap is 325 2024-07-27T18:32:00.082 INFO:tasks.rados.rados.0.smithi029.stdout:3438: seq_num 1077 ranges {1212416=442368,1654784=434176,2088960=368640} 2024-07-27T18:32:00.092 INFO:tasks.rados.rados.0.smithi029.stdout:3438: writing smithi02985406-19 from 1212416 to 1654784 tid 1 2024-07-27T18:32:00.095 INFO:tasks.rados.rados.0.smithi029.stdout:3438: writing smithi02985406-19 from 1654784 to 2088960 tid 2 2024-07-27T18:32:00.098 INFO:tasks.rados.rados.0.smithi029.stdout:3438: writing smithi02985406-19 from 2088960 to 2457600 tid 3 2024-07-27T18:32:00.098 INFO:tasks.rados.rados.0.smithi029.stdout:3439: rollback oid 11 current snap is 325 2024-07-27T18:32:00.098 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 11 to 323 2024-07-27T18:32:00.098 INFO:tasks.rados.rados.0.smithi029.stdout:3434: finishing write tid 2 to smithi02985406-17 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:3434: finishing write tid 3 to smithi02985406-17 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:3434: finishing write tid 4 to smithi02985406-17 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:3434: finishing write tid 5 to smithi02985406-17 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:3434: oid 17 updating version 0 to 1367 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:3434: oid 17 updating version 1367 to 1370 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:3434: oid 17 version 1370 is already newer than 1368 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:3434: oid 17 version 1370 is already newer than 1369 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1370 (ObjNum 1076 snap 325 seq_num 1076) dirty exists 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:3434: left oid 17 (ObjNum 1076 snap 325 seq_num 1076) 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:3434: done (4 left) 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:3440: rollback oid 46 current snap is 325 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 322 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:3435: finishing rollback tid 0 to smithi02985406-40 2024-07-27T18:32:00.099 INFO:tasks.rados.rados.0.smithi029.stdout:3435: finishing rollback tid 1 to smithi02985406-40 2024-07-27T18:32:00.100 INFO:tasks.rados.rados.0.smithi029.stdout:3435: finishing rollback tid 2 to smithi02985406-40 2024-07-27T18:32:00.100 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 1649 (ObjNum 1058 snap 317 seq_num 1058) dirty exists 2024-07-27T18:32:00.100 INFO:tasks.rados.rados.0.smithi029.stdout:3435: done (4 left) 2024-07-27T18:32:00.100 INFO:tasks.rados.rados.0.smithi029.stdout:3437: done (3 left) 2024-07-27T18:32:00.100 INFO:tasks.rados.rados.0.smithi029.stdout:3441: snap_create 2024-07-27T18:32:00.100 INFO:tasks.rados.rados.0.smithi029.stdout:3438: finishing write tid 1 to smithi02985406-19 2024-07-27T18:32:00.100 INFO:tasks.rados.rados.0.smithi029.stdout:3438: finishing write tid 2 to smithi02985406-19 2024-07-27T18:32:00.102 INFO:tasks.rados.rados.0.smithi029.stdout:3439: finishing rollback tid 0 to smithi02985406-11 2024-07-27T18:32:00.103 INFO:tasks.rados.rados.0.smithi029.stdout:3438: finishing write tid 3 to smithi02985406-19 2024-07-27T18:32:00.103 INFO:tasks.rados.rados.0.smithi029.stdout:3439: finishing rollback tid 1 to smithi02985406-11 2024-07-27T18:32:00.104 INFO:tasks.rados.rados.0.smithi029.stdout:3440: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:32:00.104 INFO:tasks.rados.rados.0.smithi029.stdout:3439: finishing rollback tid 2 to smithi02985406-11 2024-07-27T18:32:00.104 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 2119 (ObjNum 1025 snap 305 seq_num 1025) dirty exists 2024-07-27T18:32:00.104 INFO:tasks.rados.rados.0.smithi029.stdout:3438: finishing write tid 4 to smithi02985406-19 2024-07-27T18:32:00.104 INFO:tasks.rados.rados.0.smithi029.stdout:3440: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:32:00.105 INFO:tasks.rados.rados.0.smithi029.stdout:3440: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:32:00.105 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1651 (ObjNum 1070 snap 321 seq_num 1070) dirty exists 2024-07-27T18:32:00.106 INFO:tasks.rados.rados.0.smithi029.stdout:3438: finishing write tid 5 to smithi02985406-19 2024-07-27T18:32:00.106 INFO:tasks.rados.rados.0.smithi029.stdout:3438: oid 19 updating version 0 to 1933 2024-07-27T18:32:00.106 INFO:tasks.rados.rados.0.smithi029.stdout:3438: oid 19 version 1933 is already newer than 1932 2024-07-27T18:32:00.106 INFO:tasks.rados.rados.0.smithi029.stdout:3438: oid 19 updating version 1933 to 1934 2024-07-27T18:32:00.106 INFO:tasks.rados.rados.0.smithi029.stdout:3438: oid 19 version 1934 is already newer than 1931 2024-07-27T18:32:00.106 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 1934 (ObjNum 1077 snap 325 seq_num 1077) dirty exists 2024-07-27T18:32:00.106 INFO:tasks.rados.rados.0.smithi029.stdout:3438: left oid 19 (ObjNum 1077 snap 325 seq_num 1077) 2024-07-27T18:32:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:00 smithi179 ceph-mon[89801]: pgmap v776: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 131 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 5.0 MiB/s wr, 14 op/s 2024-07-27T18:32:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:00 smithi179 ceph-mon[89801]: osdmap e738: 8 total, 8 up, 8 in 2024-07-27T18:32:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:00 smithi029 ceph-mon[96870]: pgmap v776: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 131 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 5.0 MiB/s wr, 14 op/s 2024-07-27T18:32:00.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:00 smithi029 ceph-mon[96870]: osdmap e738: 8 total, 8 up, 8 in 2024-07-27T18:32:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:00 smithi029 ceph-mon[99353]: pgmap v776: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 131 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 5.0 MiB/s wr, 14 op/s 2024-07-27T18:32:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:00 smithi029 ceph-mon[99353]: osdmap e738: 8 total, 8 up, 8 in 2024-07-27T18:32:01.086 INFO:tasks.rados.rados.0.smithi029.stdout:3438: done (3 left) 2024-07-27T18:32:01.086 INFO:tasks.rados.rados.0.smithi029.stdout:3439: done (2 left) 2024-07-27T18:32:01.086 INFO:tasks.rados.rados.0.smithi029.stdout:3440: done (1 left) 2024-07-27T18:32:01.086 INFO:tasks.rados.rados.0.smithi029.stdout:3441: done (0 left) 2024-07-27T18:32:01.086 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 30 current snap is 326 2024-07-27T18:32:01.086 INFO:tasks.rados.rados.0.smithi029.stdout:3442: seq_num 1078 ranges {0=458752,458752=720896,1179648=81920} 2024-07-27T18:32:01.088 INFO:tasks.rados.rados.0.smithi029.stdout:3442: writing smithi02985406-30 from 0 to 458752 tid 1 2024-07-27T18:32:01.092 INFO:tasks.rados.rados.0.smithi029.stdout:3442: writing smithi02985406-30 from 458752 to 1179648 tid 2 2024-07-27T18:32:01.093 INFO:tasks.rados.rados.0.smithi029.stdout:3442: writing smithi02985406-30 from 1179648 to 1261568 tid 3 2024-07-27T18:32:01.093 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 326 2024-07-27T18:32:01.093 INFO:tasks.rados.rados.0.smithi029.stdout:3443: seq_num 1079 ranges {1417216=475136,1892352=606208,2498560=196608} 2024-07-27T18:32:01.103 INFO:tasks.rados.rados.0.smithi029.stdout:3443: writing smithi02985406-38 from 1417216 to 1892352 tid 1 2024-07-27T18:32:01.107 INFO:tasks.rados.rados.0.smithi029.stdout:3443: writing smithi02985406-38 from 1892352 to 2498560 tid 2 2024-07-27T18:32:01.108 INFO:tasks.rados.rados.0.smithi029.stdout:3443: writing smithi02985406-38 from 2498560 to 2695168 tid 3 2024-07-27T18:32:01.108 INFO:tasks.rados.rados.0.smithi029.stdout:3444: snap_create 2024-07-27T18:32:01.108 INFO:tasks.rados.rados.0.smithi029.stdout:3442: finishing write tid 1 to smithi02985406-30 2024-07-27T18:32:01.108 INFO:tasks.rados.rados.0.smithi029.stdout:3442: finishing write tid 2 to smithi02985406-30 2024-07-27T18:32:01.108 INFO:tasks.rados.rados.0.smithi029.stdout:3442: finishing write tid 3 to smithi02985406-30 2024-07-27T18:32:01.109 INFO:tasks.rados.rados.0.smithi029.stdout:3442: finishing write tid 4 to smithi02985406-30 2024-07-27T18:32:01.109 INFO:tasks.rados.rados.0.smithi029.stdout:3442: finishing write tid 5 to smithi02985406-30 2024-07-27T18:32:01.109 INFO:tasks.rados.rados.0.smithi029.stdout:3442: oid 30 updating version 0 to 1903 2024-07-27T18:32:01.109 INFO:tasks.rados.rados.0.smithi029.stdout:3442: oid 30 updating version 1903 to 1904 2024-07-27T18:32:01.109 INFO:tasks.rados.rados.0.smithi029.stdout:3442: oid 30 version 1904 is already newer than 1901 2024-07-27T18:32:01.110 INFO:tasks.rados.rados.0.smithi029.stdout:3442: oid 30 version 1904 is already newer than 1902 2024-07-27T18:32:01.110 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1904 (ObjNum 1078 snap 326 seq_num 1078) dirty exists 2024-07-27T18:32:01.110 INFO:tasks.rados.rados.0.smithi029.stdout:3442: left oid 30 (ObjNum 1078 snap 326 seq_num 1078) 2024-07-27T18:32:01.110 INFO:tasks.rados.rados.0.smithi029.stdout:3443: finishing write tid 1 to smithi02985406-38 2024-07-27T18:32:01.112 INFO:tasks.rados.rados.0.smithi029.stdout:3443: finishing write tid 2 to smithi02985406-38 2024-07-27T18:32:01.112 INFO:tasks.rados.rados.0.smithi029.stdout:3443: finishing write tid 3 to smithi02985406-38 2024-07-27T18:32:01.112 INFO:tasks.rados.rados.0.smithi029.stdout:3443: finishing write tid 4 to smithi02985406-38 2024-07-27T18:32:01.116 INFO:tasks.rados.rados.0.smithi029.stdout:3443: finishing write tid 5 to smithi02985406-38 2024-07-27T18:32:01.116 INFO:tasks.rados.rados.0.smithi029.stdout:3443: oid 38 updating version 0 to 2358 2024-07-27T18:32:01.116 INFO:tasks.rados.rados.0.smithi029.stdout:3443: oid 38 updating version 2358 to 2361 2024-07-27T18:32:01.116 INFO:tasks.rados.rados.0.smithi029.stdout:3443: oid 38 version 2361 is already newer than 2360 2024-07-27T18:32:01.116 INFO:tasks.rados.rados.0.smithi029.stdout:3443: oid 38 version 2361 is already newer than 2359 2024-07-27T18:32:01.117 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 2361 (ObjNum 1079 snap 326 seq_num 1079) dirty exists 2024-07-27T18:32:01.117 INFO:tasks.rados.rados.0.smithi029.stdout:3443: left oid 38 (ObjNum 1079 snap 326 seq_num 1079) 2024-07-27T18:32:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:01 smithi179 ceph-mon[89801]: osdmap e739: 8 total, 8 up, 8 in 2024-07-27T18:32:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:01 smithi029 ceph-mon[96870]: osdmap e739: 8 total, 8 up, 8 in 2024-07-27T18:32:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:01 smithi029 ceph-mon[99353]: osdmap e739: 8 total, 8 up, 8 in 2024-07-27T18:32:02.074 INFO:tasks.rados.rados.0.smithi029.stdout:3442: done (2 left) 2024-07-27T18:32:02.074 INFO:tasks.rados.rados.0.smithi029.stdout:3443: done (1 left) 2024-07-27T18:32:02.074 INFO:tasks.rados.rados.0.smithi029.stdout:3444: done (0 left) 2024-07-27T18:32:02.074 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 31 current snap is 327 2024-07-27T18:32:02.074 INFO:tasks.rados.rados.0.smithi029.stdout:3445: seq_num 1080 ranges {0=491520,491520=540672,1032192=262144} 2024-07-27T18:32:02.078 INFO:tasks.rados.rados.0.smithi029.stdout:3445: writing smithi02985406-31 from 0 to 491520 tid 1 2024-07-27T18:32:02.080 INFO:tasks.rados.rados.0.smithi029.stdout:3445: writing smithi02985406-31 from 491520 to 1032192 tid 2 2024-07-27T18:32:02.082 INFO:tasks.rados.rados.0.smithi029.stdout:3445: writing smithi02985406-31 from 1032192 to 1294336 tid 3 2024-07-27T18:32:02.082 INFO:tasks.rados.rados.0.smithi029.stdout:3446: rmattr oid 35 current snap is 327 2024-07-27T18:32:02.082 INFO:tasks.rados.rados.0.smithi029.stdout:3446: done (1 left) 2024-07-27T18:32:02.082 INFO:tasks.rados.rados.0.smithi029.stdout:3447: read oid 29 snap 326 2024-07-27T18:32:02.082 INFO:tasks.rados.rados.0.smithi029.stdout:3447: expect deleted 2024-07-27T18:32:02.082 INFO:tasks.rados.rados.0.smithi029.stdout:3448: copy_from oid 11 from oid 13 current snap is 327 2024-07-27T18:32:02.082 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 327 2024-07-27T18:32:02.082 INFO:tasks.rados.rados.0.smithi029.stdout:3449: seq_num 1081 ranges {7036928=507904,7544832=425984,7970816=376832} 2024-07-27T18:32:02.124 INFO:tasks.rados.rados.0.smithi029.stdout:3449: writing smithi02985406-46 from 7036928 to 7544832 tid 1 2024-07-27T18:32:02.126 INFO:tasks.rados.rados.0.smithi029.stdout:3449: writing smithi02985406-46 from 7544832 to 7970816 tid 2 2024-07-27T18:32:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3449: writing smithi02985406-46 from 7970816 to 8347648 tid 3 2024-07-27T18:32:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3450: delete oid 18 current snap is 327 2024-07-27T18:32:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3445: finishing write tid 1 to smithi02985406-31 2024-07-27T18:32:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3445: finishing write tid 2 to smithi02985406-31 2024-07-27T18:32:02.130 INFO:tasks.rados.rados.0.smithi029.stdout:3445: finishing write tid 3 to smithi02985406-31 2024-07-27T18:32:02.130 INFO:tasks.rados.rados.0.smithi029.stdout:3445: finishing write tid 4 to smithi02985406-31 2024-07-27T18:32:02.130 INFO:tasks.rados.rados.0.smithi029.stdout:3445: finishing write tid 5 to smithi02985406-31 2024-07-27T18:32:02.130 INFO:tasks.rados.rados.0.smithi029.stdout:3445: oid 31 updating version 0 to 2323 2024-07-27T18:32:02.131 INFO:tasks.rados.rados.0.smithi029.stdout:3445: oid 31 updating version 2323 to 2324 2024-07-27T18:32:02.131 INFO:tasks.rados.rados.0.smithi029.stdout:3445: oid 31 version 2324 is already newer than 2322 2024-07-27T18:32:02.131 INFO:tasks.rados.rados.0.smithi029.stdout:3445: oid 31 version 2324 is already newer than 2321 2024-07-27T18:32:02.131 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 2324 (ObjNum 1080 snap 327 seq_num 1080) dirty exists 2024-07-27T18:32:02.131 INFO:tasks.rados.rados.0.smithi029.stdout:3445: left oid 31 (ObjNum 1080 snap 327 seq_num 1080) 2024-07-27T18:32:02.131 INFO:tasks.rados.rados.0.smithi029.stdout:3448: finishing copy_from racing read to smithi02985406-11 2024-07-27T18:32:02.131 INFO:tasks.rados.rados.0.smithi029.stdout:3448: finishing copy_from to smithi02985406-11 2024-07-27T18:32:02.131 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 2362 (ObjNum 1030 snap 305 seq_num 1030) dirty exists 2024-07-27T18:32:02.131 INFO:tasks.rados.rados.0.smithi029.stdout:3449: finishing write tid 1 to smithi02985406-46 2024-07-27T18:32:02.132 INFO:tasks.rados.rados.0.smithi029.stdout:3449: finishing write tid 2 to smithi02985406-46 2024-07-27T18:32:02.132 INFO:tasks.rados.rados.0.smithi029.stdout:3449: finishing write tid 3 to smithi02985406-46 2024-07-27T18:32:02.133 INFO:tasks.rados.rados.0.smithi029.stdout:3449: finishing write tid 4 to smithi02985406-46 2024-07-27T18:32:02.133 INFO:tasks.rados.rados.0.smithi029.stdout:3445: done (4 left) 2024-07-27T18:32:02.133 INFO:tasks.rados.rados.0.smithi029.stdout:3447: done (3 left) 2024-07-27T18:32:02.133 INFO:tasks.rados.rados.0.smithi029.stdout:3448: done (2 left) 2024-07-27T18:32:02.133 INFO:tasks.rados.rados.0.smithi029.stdout:3450: done (1 left) 2024-07-27T18:32:02.133 INFO:tasks.rados.rados.0.smithi029.stdout:3451: read oid 33 snap -1 2024-07-27T18:32:02.133 INFO:tasks.rados.rados.0.smithi029.stdout:3451: expect deleted 2024-07-27T18:32:02.133 INFO:tasks.rados.rados.0.smithi029.stdout:3452: copy_from oid 39 from oid 48 current snap is 327 2024-07-27T18:32:02.133 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 327 2024-07-27T18:32:02.133 INFO:tasks.rados.rados.0.smithi029.stdout:3453: seq_num 1083 ranges {0=540672,540672=589824,1130496=212992} 2024-07-27T18:32:02.135 INFO:tasks.rados.rados.0.smithi029.stdout:3453: writing smithi02985406-8 from 0 to 540672 tid 1 2024-07-27T18:32:02.138 INFO:tasks.rados.rados.0.smithi029.stdout:3453: writing smithi02985406-8 from 540672 to 1130496 tid 2 2024-07-27T18:32:02.140 INFO:tasks.rados.rados.0.smithi029.stdout:3453: writing smithi02985406-8 from 1130496 to 1343488 tid 3 2024-07-27T18:32:02.140 INFO:tasks.rados.rados.0.smithi029.stdout:3454: read oid 24 snap -1 2024-07-27T18:32:02.140 INFO:tasks.rados.rados.0.smithi029.stdout:3454: expect deleted 2024-07-27T18:32:02.140 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 327 2024-07-27T18:32:02.140 INFO:tasks.rados.rados.0.smithi029.stdout:3455: seq_num 1084 ranges {2695168=557056,3252224=475136,3727360=327680} 2024-07-27T18:32:02.158 INFO:tasks.rados.rados.0.smithi029.stdout:3455: writing smithi02985406-38 from 2695168 to 3252224 tid 1 2024-07-27T18:32:02.160 INFO:tasks.rados.rados.0.smithi029.stdout:3455: writing smithi02985406-38 from 3252224 to 3727360 tid 2 2024-07-27T18:32:02.164 INFO:tasks.rados.rados.0.smithi029.stdout:3455: writing smithi02985406-38 from 3727360 to 4055040 tid 3 2024-07-27T18:32:02.164 INFO:tasks.rados.rados.0.smithi029.stdout:3456: read oid 10 snap -1 2024-07-27T18:32:02.164 INFO:tasks.rados.rados.0.smithi029.stdout:3456: expect (ObjNum 1063 snap 320 seq_num 1063) 2024-07-27T18:32:02.164 INFO:tasks.rados.rados.0.smithi029.stdout:3457: rmattr oid 15 current snap is 327 2024-07-27T18:32:02.164 INFO:tasks.rados.rados.0.smithi029.stdout:3457: done (7 left) 2024-07-27T18:32:02.164 INFO:tasks.rados.rados.0.smithi029.stdout:3458: rollback oid 49 current snap is 327 2024-07-27T18:32:02.164 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 49 to 323 2024-07-27T18:32:02.164 INFO:tasks.rados.rados.0.smithi029.stdout:3449: finishing write tid 5 to smithi02985406-46 2024-07-27T18:32:02.164 INFO:tasks.rados.rados.0.smithi029.stdout:3449: oid 46 updating version 0 to 1653 2024-07-27T18:32:02.164 INFO:tasks.rados.rados.0.smithi029.stdout:3449: oid 46 updating version 1653 to 1654 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:3449: oid 46 version 1654 is already newer than 1652 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:3449: oid 46 updating version 1654 to 1655 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1655 (ObjNum 1081 snap 327 seq_num 1081) dirty exists 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:3449: left oid 46 (ObjNum 1081 snap 327 seq_num 1081) 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:3453: finishing write tid 1 to smithi02985406-8 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:3449: done (7 left) 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:3451: done (6 left) 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:3454: done (5 left) 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:3459: copy_from oid 13 from oid 12 current snap is 327 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:3453: finishing write tid 2 to smithi02985406-8 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:3453: finishing write tid 3 to smithi02985406-8 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:3453: finishing write tid 4 to smithi02985406-8 2024-07-27T18:32:02.165 INFO:tasks.rados.rados.0.smithi029.stdout:3453: finishing write tid 5 to smithi02985406-8 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:3453: oid 8 updating version 0 to 2357 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:3453: oid 8 version 2357 is already newer than 2355 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:3453: oid 8 version 2357 is already newer than 2354 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:3453: oid 8 version 2357 is already newer than 2356 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 2357 (ObjNum 1083 snap 327 seq_num 1083) dirty exists 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:3453: left oid 8 (ObjNum 1083 snap 327 seq_num 1083) 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:3452: finishing copy_from racing read to smithi02985406-39 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:3452: finishing copy_from to smithi02985406-39 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2351 (ObjNum 1036 snap 308 seq_num 1036) dirty exists 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:3455: finishing write tid 1 to smithi02985406-38 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:3452: done (5 left) 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:3453: done (4 left) 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:3460: read oid 32 snap 323 2024-07-27T18:32:02.166 INFO:tasks.rados.rados.0.smithi029.stdout:3460: expect (ObjNum 1048 snap 314 seq_num 1048) 2024-07-27T18:32:02.167 INFO:tasks.rados.rados.0.smithi029.stdout:3461: snap_create 2024-07-27T18:32:02.167 INFO:tasks.rados.rados.0.smithi029.stdout:3455: finishing write tid 2 to smithi02985406-38 2024-07-27T18:32:02.168 INFO:tasks.rados.rados.0.smithi029.stdout:3458: finishing rollback tid 0 to smithi02985406-49 2024-07-27T18:32:02.168 INFO:tasks.rados.rados.0.smithi029.stdout:3455: finishing write tid 3 to smithi02985406-38 2024-07-27T18:32:02.168 INFO:tasks.rados.rados.0.smithi029.stdout:3455: finishing write tid 4 to smithi02985406-38 2024-07-27T18:32:02.172 INFO:tasks.rados.rados.0.smithi029.stdout:3458: finishing rollback tid 1 to smithi02985406-49 2024-07-27T18:32:02.173 INFO:tasks.rados.rados.0.smithi029.stdout:3458: finishing rollback tid 2 to smithi02985406-49 2024-07-27T18:32:02.173 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 1658 (ObjNum 1050 snap 314 seq_num 1050) dirty exists 2024-07-27T18:32:02.176 INFO:tasks.rados.rados.0.smithi029.stdout:3455: finishing write tid 5 to smithi02985406-38 2024-07-27T18:32:02.176 INFO:tasks.rados.rados.0.smithi029.stdout:3455: oid 38 updating version 0 to 2365 2024-07-27T18:32:02.176 INFO:tasks.rados.rados.0.smithi029.stdout:3455: oid 38 version 2365 is already newer than 2364 2024-07-27T18:32:02.176 INFO:tasks.rados.rados.0.smithi029.stdout:3455: oid 38 version 2365 is already newer than 2363 2024-07-27T18:32:02.176 INFO:tasks.rados.rados.0.smithi029.stdout:3455: oid 38 version 2365 is already newer than 2362 2024-07-27T18:32:02.176 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 2365 (ObjNum 1084 snap 327 seq_num 1084) dirty exists 2024-07-27T18:32:02.176 INFO:tasks.rados.rados.0.smithi029.stdout:3455: left oid 38 (ObjNum 1084 snap 327 seq_num 1084) 2024-07-27T18:32:02.183 INFO:tasks.rados.rados.0.smithi029.stdout:3456: expect (ObjNum 1063 snap 320 seq_num 1063) 2024-07-27T18:32:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:02 smithi029 ceph-mon[96870]: pgmap v779: 121 pgs: 121 active+clean; 131 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 2.1 MiB/s rd, 4.4 MiB/s wr, 8 op/s 2024-07-27T18:32:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:02 smithi029 ceph-mon[96870]: osdmap e740: 8 total, 8 up, 8 in 2024-07-27T18:32:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:02 smithi029 ceph-mon[96870]: osdmap e741: 8 total, 8 up, 8 in 2024-07-27T18:32:02.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:02 smithi029 ceph-mon[99353]: pgmap v779: 121 pgs: 121 active+clean; 131 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 2.1 MiB/s rd, 4.4 MiB/s wr, 8 op/s 2024-07-27T18:32:02.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:02 smithi029 ceph-mon[99353]: osdmap e740: 8 total, 8 up, 8 in 2024-07-27T18:32:02.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:02 smithi029 ceph-mon[99353]: osdmap e741: 8 total, 8 up, 8 in 2024-07-27T18:32:02.350 INFO:tasks.rados.rados.0.smithi029.stdout:3459: finishing copy_from racing read to smithi02985406-13 2024-07-27T18:32:02.350 INFO:tasks.rados.rados.0.smithi029.stdout:3459: finishing copy_from to smithi02985406-13 2024-07-27T18:32:02.350 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 1922 (ObjNum 1064 snap 320 seq_num 1064) dirty exists 2024-07-27T18:32:02.350 INFO:tasks.rados.rados.0.smithi029.stdout:3460: expect (ObjNum 1048 snap 314 seq_num 1048) 2024-07-27T18:32:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:02 smithi179 ceph-mon[89801]: pgmap v779: 121 pgs: 121 active+clean; 131 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 2.1 MiB/s rd, 4.4 MiB/s wr, 8 op/s 2024-07-27T18:32:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:02 smithi179 ceph-mon[89801]: osdmap e740: 8 total, 8 up, 8 in 2024-07-27T18:32:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:02 smithi179 ceph-mon[89801]: osdmap e741: 8 total, 8 up, 8 in 2024-07-27T18:32:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:32:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:32:02] "GET /metrics HTTP/1.1" 200 36344 "" "Prometheus/2.43.0" 2024-07-27T18:32:03.091 INFO:tasks.rados.rados.0.smithi029.stdout:3455: done (5 left) 2024-07-27T18:32:03.091 INFO:tasks.rados.rados.0.smithi029.stdout:3456: done (4 left) 2024-07-27T18:32:03.091 INFO:tasks.rados.rados.0.smithi029.stdout:3458: done (3 left) 2024-07-27T18:32:03.091 INFO:tasks.rados.rados.0.smithi029.stdout:3459: done (2 left) 2024-07-27T18:32:03.091 INFO:tasks.rados.rados.0.smithi029.stdout:3460: done (1 left) 2024-07-27T18:32:03.091 INFO:tasks.rados.rados.0.smithi029.stdout:3461: done (0 left) 2024-07-27T18:32:03.092 INFO:tasks.rados.rados.0.smithi029.stdout:3462: rollback oid 32 current snap is 328 2024-07-27T18:32:03.092 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 32 to 326 2024-07-27T18:32:03.092 INFO:tasks.rados.rados.0.smithi029.stdout:3463: copy_from oid 1 from oid 15 current snap is 328 2024-07-27T18:32:03.092 INFO:tasks.rados.rados.0.smithi029.stdout:3464: snap_remove snap 323 2024-07-27T18:32:04.099 INFO:tasks.rados.rados.0.smithi029.stdout:3464: done (2 left) 2024-07-27T18:32:04.099 INFO:tasks.rados.rados.0.smithi029.stdout:3465: copy_from oid 30 from oid 13 current snap is 328 2024-07-27T18:32:04.099 INFO:tasks.rados.rados.0.smithi029.stdout:3466: delete oid 3 current snap is 328 2024-07-27T18:32:04.099 INFO:tasks.rados.rados.0.smithi029.stdout:3462: finishing rollback tid 0 to smithi02985406-32 2024-07-27T18:32:04.099 INFO:tasks.rados.rados.0.smithi029.stdout:3462: finishing rollback tid 1 to smithi02985406-32 2024-07-27T18:32:04.100 INFO:tasks.rados.rados.0.smithi029.stdout:3462: finishing rollback tid 2 to smithi02985406-32 2024-07-27T18:32:04.100 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 1652 (ObjNum 1048 snap 314 seq_num 1048) dirty exists 2024-07-27T18:32:04.100 INFO:tasks.rados.rados.0.smithi029.stdout:3463: finishing copy_from racing read to smithi02985406-1 2024-07-27T18:32:04.100 INFO:tasks.rados.rados.0.smithi029.stdout:3463: finishing copy_from to smithi02985406-1 2024-07-27T18:32:04.100 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 1930 (ObjNum 1056 snap 317 seq_num 1056) dirty exists 2024-07-27T18:32:04.108 INFO:tasks.rados.rados.0.smithi029.stdout:3462: done (3 left) 2024-07-27T18:32:04.108 INFO:tasks.rados.rados.0.smithi029.stdout:3463: done (2 left) 2024-07-27T18:32:04.108 INFO:tasks.rados.rados.0.smithi029.stdout:3466: done (1 left) 2024-07-27T18:32:04.108 INFO:tasks.rados.rados.0.smithi029.stdout:3467: read oid 34 snap 324 2024-07-27T18:32:04.108 INFO:tasks.rados.rados.0.smithi029.stdout:3467: expect deleted 2024-07-27T18:32:04.108 INFO:tasks.rados.rados.0.smithi029.stdout:3468: rmattr oid 25 current snap is 328 2024-07-27T18:32:04.108 INFO:tasks.rados.rados.0.smithi029.stdout:3468: done (2 left) 2024-07-27T18:32:04.108 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 328 2024-07-27T18:32:04.108 INFO:tasks.rados.rados.0.smithi029.stdout:3469: seq_num 1086 ranges {1589248=598016,2187264=647168,2834432=155648} 2024-07-27T18:32:04.121 INFO:tasks.rados.rados.0.smithi029.stdout:3469: writing smithi02985406-2 from 1589248 to 2187264 tid 1 2024-07-27T18:32:04.124 INFO:tasks.rados.rados.0.smithi029.stdout:3469: writing smithi02985406-2 from 2187264 to 2834432 tid 2 2024-07-27T18:32:04.125 INFO:tasks.rados.rados.0.smithi029.stdout:3469: writing smithi02985406-2 from 2834432 to 2990080 tid 3 2024-07-27T18:32:04.125 INFO:tasks.rados.rados.0.smithi029.stdout:3470: read oid 47 snap -1 2024-07-27T18:32:04.126 INFO:tasks.rados.rados.0.smithi029.stdout:3470: expect deleted 2024-07-27T18:32:04.126 INFO:tasks.rados.rados.0.smithi029.stdout:3471: snap_remove snap 322 2024-07-27T18:32:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:04 smithi179 ceph-mon[89801]: pgmap v782: 121 pgs: 121 active+clean; 128 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.5 MiB/s wr, 8 op/s 2024-07-27T18:32:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:04 smithi179 ceph-mon[89801]: osdmap e742: 8 total, 8 up, 8 in 2024-07-27T18:32:04.413 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 18:32:04 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T18:32:04.109+0000 7f8cc7680640 -1 snap_mapper.get_next_objects_to_trim::New Clone-Objects were added to Snap 188 after trimming was started 2024-07-27T18:32:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:04 smithi029 ceph-mon[96870]: pgmap v782: 121 pgs: 121 active+clean; 128 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.5 MiB/s wr, 8 op/s 2024-07-27T18:32:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:04 smithi029 ceph-mon[96870]: osdmap e742: 8 total, 8 up, 8 in 2024-07-27T18:32:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:04 smithi029 ceph-mon[99353]: pgmap v782: 121 pgs: 121 active+clean; 128 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.5 MiB/s wr, 8 op/s 2024-07-27T18:32:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:04 smithi029 ceph-mon[99353]: osdmap e742: 8 total, 8 up, 8 in 2024-07-27T18:32:05.106 INFO:tasks.rados.rados.0.smithi029.stdout:3465: finishing copy_from racing read to smithi02985406-30 2024-07-27T18:32:05.106 INFO:tasks.rados.rados.0.smithi029.stdout:3465: finishing copy_from to smithi02985406-30 2024-07-27T18:32:05.106 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1922 (ObjNum 1064 snap 320 seq_num 1064) dirty exists 2024-07-27T18:32:05.106 INFO:tasks.rados.rados.0.smithi029.stdout:3469: finishing write tid 1 to smithi02985406-2 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:3469: finishing write tid 2 to smithi02985406-2 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:3469: finishing write tid 3 to smithi02985406-2 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:3469: finishing write tid 4 to smithi02985406-2 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:3469: finishing write tid 5 to smithi02985406-2 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:3469: oid 2 updating version 0 to 2392 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:3469: oid 2 updating version 2392 to 2395 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:3469: oid 2 version 2395 is already newer than 2393 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:3469: oid 2 version 2395 is already newer than 2394 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2395 (ObjNum 1086 snap 328 seq_num 1086) dirty exists 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:3469: left oid 2 (ObjNum 1086 snap 328 seq_num 1086) 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:3465: done (4 left) 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:3467: done (3 left) 2024-07-27T18:32:05.107 INFO:tasks.rados.rados.0.smithi029.stdout:3469: done (2 left) 2024-07-27T18:32:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3470: done (1 left) 2024-07-27T18:32:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3471: done (0 left) 2024-07-27T18:32:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3472: rollback oid 10 current snap is 328 2024-07-27T18:32:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 10 to 327 2024-07-27T18:32:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3473: read oid 12 snap -1 2024-07-27T18:32:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3473: expect (ObjNum 1064 snap 320 seq_num 1064) 2024-07-27T18:32:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3474: rollback oid 35 current snap is 328 2024-07-27T18:32:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 35 to 324 2024-07-27T18:32:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3475: read oid 39 snap -1 2024-07-27T18:32:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3475: expect (ObjNum 1036 snap 308 seq_num 1036) 2024-07-27T18:32:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3476: snap_create 2024-07-27T18:32:05.111 INFO:tasks.rados.rados.0.smithi029.stdout:3474: finishing rollback tid 0 to smithi02985406-35 2024-07-27T18:32:05.113 INFO:tasks.rados.rados.0.smithi029.stdout:3474: finishing rollback tid 1 to smithi02985406-35 2024-07-27T18:32:05.116 INFO:tasks.rados.rados.0.smithi029.stdout:3474: finishing rollback tid 2 to smithi02985406-35 2024-07-27T18:32:05.116 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 1033 (ObjNum 1059 snap 317 seq_num 1059) dirty exists 2024-07-27T18:32:05.120 INFO:tasks.rados.rados.0.smithi029.stdout:3472: finishing rollback tid 0 to smithi02985406-10 2024-07-27T18:32:05.121 INFO:tasks.rados.rados.0.smithi029.stdout:3473: expect (ObjNum 1064 snap 320 seq_num 1064) 2024-07-27T18:32:05.184 INFO:tasks.rados.rados.0.smithi029.stdout:3472: finishing rollback tid 1 to smithi02985406-10 2024-07-27T18:32:05.184 INFO:tasks.rados.rados.0.smithi029.stdout:3472: finishing rollback tid 2 to smithi02985406-10 2024-07-27T18:32:05.184 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2296 (ObjNum 1063 snap 320 seq_num 1063) dirty exists 2024-07-27T18:32:05.184 INFO:tasks.rados.rados.0.smithi029.stdout:3475: expect (ObjNum 1036 snap 308 seq_num 1036) 2024-07-27T18:32:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:05 smithi179 ceph-mon[89801]: osdmap e743: 8 total, 8 up, 8 in 2024-07-27T18:32:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:05 smithi029 ceph-mon[96870]: osdmap e743: 8 total, 8 up, 8 in 2024-07-27T18:32:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:05 smithi029 ceph-mon[99353]: osdmap e743: 8 total, 8 up, 8 in 2024-07-27T18:32:06.108 INFO:tasks.rados.rados.0.smithi029.stdout:3472: done (4 left) 2024-07-27T18:32:06.109 INFO:tasks.rados.rados.0.smithi029.stdout:3473: done (3 left) 2024-07-27T18:32:06.109 INFO:tasks.rados.rados.0.smithi029.stdout:3474: done (2 left) 2024-07-27T18:32:06.109 INFO:tasks.rados.rados.0.smithi029.stdout:3475: done (1 left) 2024-07-27T18:32:06.109 INFO:tasks.rados.rados.0.smithi029.stdout:3476: done (0 left) 2024-07-27T18:32:06.109 INFO:tasks.rados.rados.0.smithi029.stdout:3477: snap_remove snap 327 2024-07-27T18:32:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:06 smithi179 ceph-mon[89801]: pgmap v785: 121 pgs: 121 active+clean; 130 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.1 MiB/s wr, 11 op/s 2024-07-27T18:32:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:06 smithi179 ceph-mon[89801]: osdmap e744: 8 total, 8 up, 8 in 2024-07-27T18:32:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:06 smithi029 ceph-mon[96870]: pgmap v785: 121 pgs: 121 active+clean; 130 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.1 MiB/s wr, 11 op/s 2024-07-27T18:32:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:06 smithi029 ceph-mon[96870]: osdmap e744: 8 total, 8 up, 8 in 2024-07-27T18:32:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:06 smithi029 ceph-mon[99353]: pgmap v785: 121 pgs: 121 active+clean; 130 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.1 MiB/s wr, 11 op/s 2024-07-27T18:32:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:06 smithi029 ceph-mon[99353]: osdmap e744: 8 total, 8 up, 8 in 2024-07-27T18:32:07.075 INFO:tasks.rados.rados.0.smithi029.stdout:3477: done (0 left) 2024-07-27T18:32:07.075 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 329 2024-07-27T18:32:07.075 INFO:tasks.rados.rados.0.smithi029.stdout:3478: seq_num 1087 ranges {204800=614400,819200=532480,1351680=270336} 2024-07-27T18:32:07.079 INFO:tasks.rados.rados.0.smithi029.stdout:3478: writing smithi02985406-23 from 204800 to 819200 tid 1 2024-07-27T18:32:07.083 INFO:tasks.rados.rados.0.smithi029.stdout:3478: writing smithi02985406-23 from 819200 to 1351680 tid 2 2024-07-27T18:32:07.085 INFO:tasks.rados.rados.0.smithi029.stdout:3478: writing smithi02985406-23 from 1351680 to 1622016 tid 3 2024-07-27T18:32:07.085 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 329 2024-07-27T18:32:07.085 INFO:tasks.rados.rados.0.smithi029.stdout:3479: seq_num 1088 ranges {876544=630784,1507328=466944,1974272=335872} 2024-07-27T18:32:07.093 INFO:tasks.rados.rados.0.smithi029.stdout:3479: writing smithi02985406-44 from 876544 to 1507328 tid 1 2024-07-27T18:32:07.096 INFO:tasks.rados.rados.0.smithi029.stdout:3479: writing smithi02985406-44 from 1507328 to 1974272 tid 2 2024-07-27T18:32:07.099 INFO:tasks.rados.rados.0.smithi029.stdout:3479: writing smithi02985406-44 from 1974272 to 2310144 tid 3 2024-07-27T18:32:07.099 INFO:tasks.rados.rados.0.smithi029.stdout:3480: snap_remove snap 328 2024-07-27T18:32:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:07 smithi179 ceph-mon[89801]: osdmap e745: 8 total, 8 up, 8 in 2024-07-27T18:32:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:07 smithi179 ceph-mon[89801]: osdmap e746: 8 total, 8 up, 8 in 2024-07-27T18:32:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:07 smithi029 ceph-mon[96870]: osdmap e745: 8 total, 8 up, 8 in 2024-07-27T18:32:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:07 smithi029 ceph-mon[96870]: osdmap e746: 8 total, 8 up, 8 in 2024-07-27T18:32:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:07 smithi029 ceph-mon[99353]: osdmap e745: 8 total, 8 up, 8 in 2024-07-27T18:32:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:07 smithi029 ceph-mon[99353]: osdmap e746: 8 total, 8 up, 8 in 2024-07-27T18:32:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:3478: finishing write tid 1 to smithi02985406-23 2024-07-27T18:32:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:3478: finishing write tid 2 to smithi02985406-23 2024-07-27T18:32:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:3478: finishing write tid 3 to smithi02985406-23 2024-07-27T18:32:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:3478: finishing write tid 4 to smithi02985406-23 2024-07-27T18:32:08.076 INFO:tasks.rados.rados.0.smithi029.stdout:3478: finishing write tid 5 to smithi02985406-23 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:3478: oid 23 updating version 0 to 1924 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:3478: oid 23 updating version 1924 to 1926 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:3478: oid 23 version 1926 is already newer than 1925 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:3478: oid 23 version 1926 is already newer than 1923 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1926 (ObjNum 1087 snap 329 seq_num 1087) dirty exists 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:3478: left oid 23 (ObjNum 1087 snap 329 seq_num 1087) 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:3479: finishing write tid 1 to smithi02985406-44 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:3479: finishing write tid 2 to smithi02985406-44 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:3479: finishing write tid 3 to smithi02985406-44 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:3479: finishing write tid 4 to smithi02985406-44 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:3479: finishing write tid 5 to smithi02985406-44 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:3479: oid 44 updating version 0 to 2300 2024-07-27T18:32:08.077 INFO:tasks.rados.rados.0.smithi029.stdout:3479: oid 44 version 2300 is already newer than 2298 2024-07-27T18:32:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:3479: oid 44 version 2300 is already newer than 2299 2024-07-27T18:32:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:3479: oid 44 version 2300 is already newer than 2297 2024-07-27T18:32:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 2300 (ObjNum 1088 snap 329 seq_num 1088) dirty exists 2024-07-27T18:32:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:3479: left oid 44 (ObjNum 1088 snap 329 seq_num 1088) 2024-07-27T18:32:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:3478: done (2 left) 2024-07-27T18:32:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:3479: done (1 left) 2024-07-27T18:32:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:3480: done (0 left) 2024-07-27T18:32:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:3481: read oid 5 snap -1 2024-07-27T18:32:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:3481: expect (ObjNum 1039 snap 308 seq_num 1039) 2024-07-27T18:32:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 329 2024-07-27T18:32:08.078 INFO:tasks.rados.rados.0.smithi029.stdout:3482: seq_num 1089 ranges {1433600=647168,2080768=745472,2826240=57344} 2024-07-27T18:32:08.087 INFO:tasks.rados.rados.0.smithi029.stdout:3482: writing smithi02985406-17 from 1433600 to 2080768 tid 1 2024-07-27T18:32:08.092 INFO:tasks.rados.rados.0.smithi029.stdout:3482: writing smithi02985406-17 from 2080768 to 2826240 tid 2 2024-07-27T18:32:08.093 INFO:tasks.rados.rados.0.smithi029.stdout:3482: writing smithi02985406-17 from 2826240 to 2883584 tid 3 2024-07-27T18:32:08.093 INFO:tasks.rados.rados.0.smithi029.stdout:3483: copy_from oid 41 from oid 43 current snap is 329 2024-07-27T18:32:08.093 INFO:tasks.rados.rados.0.smithi029.stdout:3484: read oid 22 snap -1 2024-07-27T18:32:08.093 INFO:tasks.rados.rados.0.smithi029.stdout:3484: expect (ObjNum 1028 snap 305 seq_num 1028) 2024-07-27T18:32:08.093 INFO:tasks.rados.rados.0.smithi029.stdout:3485: snap_create 2024-07-27T18:32:08.094 INFO:tasks.rados.rados.0.smithi029.stdout:3482: finishing write tid 1 to smithi02985406-17 2024-07-27T18:32:08.107 INFO:tasks.rados.rados.0.smithi029.stdout:3482: finishing write tid 2 to smithi02985406-17 2024-07-27T18:32:08.107 INFO:tasks.rados.rados.0.smithi029.stdout:3482: finishing write tid 3 to smithi02985406-17 2024-07-27T18:32:08.107 INFO:tasks.rados.rados.0.smithi029.stdout:3482: finishing write tid 4 to smithi02985406-17 2024-07-27T18:32:08.107 INFO:tasks.rados.rados.0.smithi029.stdout:3481: expect (ObjNum 1039 snap 308 seq_num 1039) 2024-07-27T18:32:08.359 INFO:tasks.rados.rados.0.smithi029.stdout:3482: finishing write tid 5 to smithi02985406-17 2024-07-27T18:32:08.359 INFO:tasks.rados.rados.0.smithi029.stdout:3482: oid 17 updating version 0 to 1372 2024-07-27T18:32:08.359 INFO:tasks.rados.rados.0.smithi029.stdout:3482: oid 17 updating version 1372 to 1373 2024-07-27T18:32:08.359 INFO:tasks.rados.rados.0.smithi029.stdout:3482: oid 17 updating version 1373 to 1374 2024-07-27T18:32:08.359 INFO:tasks.rados.rados.0.smithi029.stdout:3482: oid 17 version 1374 is already newer than 1371 2024-07-27T18:32:08.359 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1374 (ObjNum 1089 snap 329 seq_num 1089) dirty exists 2024-07-27T18:32:08.359 INFO:tasks.rados.rados.0.smithi029.stdout:3482: left oid 17 (ObjNum 1089 snap 329 seq_num 1089) 2024-07-27T18:32:08.360 INFO:tasks.rados.rados.0.smithi029.stdout:3484: expect (ObjNum 1028 snap 305 seq_num 1028) 2024-07-27T18:32:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:08 smithi179 ceph-mon[89801]: pgmap v788: 121 pgs: 121 active+clean; 135 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.6 MiB/s rd, 1.8 MiB/s wr, 8 op/s 2024-07-27T18:32:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:08 smithi179 ceph-mon[89801]: osdmap e747: 8 total, 8 up, 8 in 2024-07-27T18:32:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:08 smithi029 ceph-mon[96870]: pgmap v788: 121 pgs: 121 active+clean; 135 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.6 MiB/s rd, 1.8 MiB/s wr, 8 op/s 2024-07-27T18:32:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:08 smithi029 ceph-mon[96870]: osdmap e747: 8 total, 8 up, 8 in 2024-07-27T18:32:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:08 smithi029 ceph-mon[99353]: pgmap v788: 121 pgs: 121 active+clean; 135 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.6 MiB/s rd, 1.8 MiB/s wr, 8 op/s 2024-07-27T18:32:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:08 smithi029 ceph-mon[99353]: osdmap e747: 8 total, 8 up, 8 in 2024-07-27T18:32:08.618 INFO:tasks.rados.rados.0.smithi029.stdout:3483: finishing copy_from racing read to smithi02985406-41 2024-07-27T18:32:08.618 INFO:tasks.rados.rados.0.smithi029.stdout:3483: finishing copy_from to smithi02985406-41 2024-07-27T18:32:08.618 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 2308 (ObjNum 951 snap 292 seq_num 951) dirty exists 2024-07-27T18:32:09.077 INFO:tasks.rados.rados.0.smithi029.stdout:3481: done (4 left) 2024-07-27T18:32:09.078 INFO:tasks.rados.rados.0.smithi029.stdout:3482: done (3 left) 2024-07-27T18:32:09.078 INFO:tasks.rados.rados.0.smithi029.stdout:3483: done (2 left) 2024-07-27T18:32:09.078 INFO:tasks.rados.rados.0.smithi029.stdout:3484: done (1 left) 2024-07-27T18:32:09.078 INFO:tasks.rados.rados.0.smithi029.stdout:3485: done (0 left) 2024-07-27T18:32:09.078 INFO:tasks.rados.rados.0.smithi029.stdout:3486: copy_from oid 49 from oid 13 current snap is 330 2024-07-27T18:32:09.078 INFO:tasks.rados.rados.0.smithi029.stdout:3487: copy_from oid 46 from oid 17 current snap is 330 2024-07-27T18:32:09.078 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 330 2024-07-27T18:32:09.078 INFO:tasks.rados.rados.0.smithi029.stdout:3488: seq_num 1090 ranges {2088960=663552,2752512=630784,3383296=172032} 2024-07-27T18:32:09.093 INFO:tasks.rados.rados.0.smithi029.stdout:3488: writing smithi02985406-25 from 2088960 to 2752512 tid 1 2024-07-27T18:32:09.096 INFO:tasks.rados.rados.0.smithi029.stdout:3488: writing smithi02985406-25 from 2752512 to 3383296 tid 2 2024-07-27T18:32:09.098 INFO:tasks.rados.rados.0.smithi029.stdout:3488: writing smithi02985406-25 from 3383296 to 3555328 tid 3 2024-07-27T18:32:09.098 INFO:tasks.rados.rados.0.smithi029.stdout:3489: read oid 11 snap -1 2024-07-27T18:32:09.098 INFO:tasks.rados.rados.0.smithi029.stdout:3489: expect (ObjNum 1030 snap 305 seq_num 1030) 2024-07-27T18:32:09.099 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 330 2024-07-27T18:32:09.099 INFO:tasks.rados.rados.0.smithi029.stdout:3490: seq_num 1091 ranges {1769472=679936,2449408=516096,2965504=286720} 2024-07-27T18:32:09.111 INFO:tasks.rados.rados.0.smithi029.stdout:3490: writing smithi02985406-12 from 1769472 to 2449408 tid 1 2024-07-27T18:32:09.115 INFO:tasks.rados.rados.0.smithi029.stdout:3490: writing smithi02985406-12 from 2449408 to 2965504 tid 2 2024-07-27T18:32:09.117 INFO:tasks.rados.rados.0.smithi029.stdout:3490: writing smithi02985406-12 from 2965504 to 3252224 tid 3 2024-07-27T18:32:09.118 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 330 2024-07-27T18:32:09.118 INFO:tasks.rados.rados.0.smithi029.stdout:3486: finishing copy_from racing read to smithi02985406-49 2024-07-27T18:32:09.118 INFO:tasks.rados.rados.0.smithi029.stdout:3487: finishing copy_from racing read to smithi02985406-46 2024-07-27T18:32:09.118 INFO:tasks.rados.rados.0.smithi029.stdout:3487: finishing copy_from to smithi02985406-46 2024-07-27T18:32:09.118 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1374 (ObjNum 1089 snap 329 seq_num 1089) dirty exists 2024-07-27T18:32:09.118 INFO:tasks.rados.rados.0.smithi029.stdout:3486: finishing copy_from to smithi02985406-49 2024-07-27T18:32:09.118 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 1922 (ObjNum 1064 snap 320 seq_num 1064) dirty exists 2024-07-27T18:32:09.118 INFO:tasks.rados.rados.0.smithi029.stdout:3488: finishing write tid 1 to smithi02985406-25 2024-07-27T18:32:09.118 INFO:tasks.rados.rados.0.smithi029.stdout:3488: finishing write tid 2 to smithi02985406-25 2024-07-27T18:32:09.118 INFO:tasks.rados.rados.0.smithi029.stdout:3488: finishing write tid 3 to smithi02985406-25 2024-07-27T18:32:09.118 INFO:tasks.rados.rados.0.smithi029.stdout:3488: finishing write tid 4 to smithi02985406-25 2024-07-27T18:32:09.118 INFO:tasks.rados.rados.0.smithi029.stdout:3488: finishing write tid 5 to smithi02985406-25 2024-07-27T18:32:09.119 INFO:tasks.rados.rados.0.smithi029.stdout:3488: oid 25 updating version 0 to 2364 2024-07-27T18:32:09.119 INFO:tasks.rados.rados.0.smithi029.stdout:3488: oid 25 version 2364 is already newer than 2363 2024-07-27T18:32:09.119 INFO:tasks.rados.rados.0.smithi029.stdout:3488: oid 25 updating version 2364 to 2365 2024-07-27T18:32:09.119 INFO:tasks.rados.rados.0.smithi029.stdout:3488: oid 25 updating version 2365 to 2366 2024-07-27T18:32:09.119 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 2366 (ObjNum 1090 snap 330 seq_num 1090) dirty exists 2024-07-27T18:32:09.119 INFO:tasks.rados.rados.0.smithi029.stdout:3488: left oid 25 (ObjNum 1090 snap 330 seq_num 1090) 2024-07-27T18:32:09.119 INFO:tasks.rados.rados.0.smithi029.stdout:3489: expect (ObjNum 1030 snap 305 seq_num 1030) 2024-07-27T18:32:09.206 INFO:tasks.rados.rados.0.smithi029.stdout:3490: finishing write tid 1 to smithi02985406-12 2024-07-27T18:32:09.206 INFO:tasks.rados.rados.0.smithi029.stdout:3490: finishing write tid 2 to smithi02985406-12 2024-07-27T18:32:09.206 INFO:tasks.rados.rados.0.smithi029.stdout:3490: finishing write tid 3 to smithi02985406-12 2024-07-27T18:32:09.206 INFO:tasks.rados.rados.0.smithi029.stdout:3490: finishing write tid 4 to smithi02985406-12 2024-07-27T18:32:09.206 INFO:tasks.rados.rados.0.smithi029.stdout:3490: finishing write tid 5 to smithi02985406-12 2024-07-27T18:32:09.206 INFO:tasks.rados.rados.0.smithi029.stdout:3490: oid 12 updating version 0 to 2325 2024-07-27T18:32:09.207 INFO:tasks.rados.rados.0.smithi029.stdout:3490: oid 12 updating version 2325 to 2327 2024-07-27T18:32:09.207 INFO:tasks.rados.rados.0.smithi029.stdout:3490: oid 12 version 2327 is already newer than 2326 2024-07-27T18:32:09.207 INFO:tasks.rados.rados.0.smithi029.stdout:3490: oid 12 updating version 2327 to 2328 2024-07-27T18:32:09.207 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 2328 (ObjNum 1091 snap 330 seq_num 1091) dirty exists 2024-07-27T18:32:09.207 INFO:tasks.rados.rados.0.smithi029.stdout:3490: left oid 12 (ObjNum 1091 snap 330 seq_num 1091) 2024-07-27T18:32:09.207 INFO:tasks.rados.rados.0.smithi029.stdout:3491: seq_num 1092 ranges {6668288=696320,7364608=802816} 2024-07-27T18:32:09.246 INFO:tasks.rados.rados.0.smithi029.stdout:3491: writing smithi02985406-32 from 6668288 to 7364608 tid 1 2024-07-27T18:32:09.251 INFO:tasks.rados.rados.0.smithi029.stdout:3491: writing smithi02985406-32 from 7364608 to 8167424 tid 2 2024-07-27T18:32:09.251 INFO:tasks.rados.rados.0.smithi029.stdout:3486: done (5 left) 2024-07-27T18:32:09.251 INFO:tasks.rados.rados.0.smithi029.stdout:3487: done (4 left) 2024-07-27T18:32:09.251 INFO:tasks.rados.rados.0.smithi029.stdout:3488: done (3 left) 2024-07-27T18:32:09.251 INFO:tasks.rados.rados.0.smithi029.stdout:3489: done (2 left) 2024-07-27T18:32:09.251 INFO:tasks.rados.rados.0.smithi029.stdout:3490: done (1 left) 2024-07-27T18:32:09.251 INFO:tasks.rados.rados.0.smithi029.stdout:3492: rollback oid 10 current snap is 330 2024-07-27T18:32:09.251 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 10 to 326 2024-07-27T18:32:09.251 INFO:tasks.rados.rados.0.smithi029.stdout:3491: finishing write tid 1 to smithi02985406-32 2024-07-27T18:32:09.251 INFO:tasks.rados.rados.0.smithi029.stdout:3493: delete oid 48 current snap is 330 2024-07-27T18:32:09.253 INFO:tasks.rados.rados.0.smithi029.stdout:3491: finishing write tid 2 to smithi02985406-32 2024-07-27T18:32:09.254 INFO:tasks.rados.rados.0.smithi029.stdout:3491: finishing write tid 3 to smithi02985406-32 2024-07-27T18:32:09.255 INFO:tasks.rados.rados.0.smithi029.stdout:3493: done (2 left) 2024-07-27T18:32:09.255 INFO:tasks.rados.rados.0.smithi029.stdout:3494: read oid 27 snap -1 2024-07-27T18:32:09.255 INFO:tasks.rados.rados.0.smithi029.stdout:3494: expect deleted 2024-07-27T18:32:09.255 INFO:tasks.rados.rados.0.smithi029.stdout:3495: read oid 46 snap 325 2024-07-27T18:32:09.255 INFO:tasks.rados.rados.0.smithi029.stdout:3495: expect (ObjNum 1070 snap 321 seq_num 1070) 2024-07-27T18:32:09.255 INFO:tasks.rados.rados.0.smithi029.stdout:3496: snap_remove snap 329 2024-07-27T18:32:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:32:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:09 smithi179 ceph-mon[89801]: osdmap e748: 8 total, 8 up, 8 in 2024-07-27T18:32:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:32:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:09 smithi029 ceph-mon[96870]: osdmap e748: 8 total, 8 up, 8 in 2024-07-27T18:32:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:32:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:09 smithi029 ceph-mon[99353]: osdmap e748: 8 total, 8 up, 8 in 2024-07-27T18:32:10.125 INFO:tasks.rados.rados.0.smithi029.stdout:3496: done (4 left) 2024-07-27T18:32:10.125 INFO:tasks.rados.rados.0.smithi029.stdout:3497: rollback oid 38 current snap is 330 2024-07-27T18:32:10.125 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 38 to 321 2024-07-27T18:32:10.126 INFO:tasks.rados.rados.0.smithi029.stdout:3498: rmattr oid 20 current snap is 330 2024-07-27T18:32:10.126 INFO:tasks.rados.rados.0.smithi029.stdout:3498: done (5 left) 2024-07-27T18:32:10.126 INFO:tasks.rados.rados.0.smithi029.stdout:3499: snap_remove snap 324 2024-07-27T18:32:10.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:10 smithi179 ceph-mon[89801]: pgmap v791: 121 pgs: 121 active+clean; 142 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 MiB/s rd, 2.9 MiB/s wr, 9 op/s 2024-07-27T18:32:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:10 smithi029 ceph-mon[96870]: pgmap v791: 121 pgs: 121 active+clean; 142 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 MiB/s rd, 2.9 MiB/s wr, 9 op/s 2024-07-27T18:32:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:10 smithi029 ceph-mon[99353]: pgmap v791: 121 pgs: 121 active+clean; 142 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 MiB/s rd, 2.9 MiB/s wr, 9 op/s 2024-07-27T18:32:11.131 INFO:tasks.rados.rados.0.smithi029.stdout:3499: done (5 left) 2024-07-27T18:32:11.131 INFO:tasks.rados.rados.0.smithi029.stdout:3500: copy_from oid 44 from oid 43 current snap is 330 2024-07-27T18:32:11.131 INFO:tasks.rados.rados.0.smithi029.stdout:3501: snap_create 2024-07-27T18:32:11.131 INFO:tasks.rados.rados.0.smithi029.stdout:3491: finishing write tid 4 to smithi02985406-32 2024-07-27T18:32:11.132 INFO:tasks.rados.rados.0.smithi029.stdout:3491: oid 32 updating version 0 to 1654 2024-07-27T18:32:11.132 INFO:tasks.rados.rados.0.smithi029.stdout:3491: oid 32 updating version 1654 to 1655 2024-07-27T18:32:11.132 INFO:tasks.rados.rados.0.smithi029.stdout:3491: oid 32 version 1655 is already newer than 1653 2024-07-27T18:32:11.132 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 1655 (ObjNum 1092 snap 330 seq_num 1092) dirty exists 2024-07-27T18:32:11.132 INFO:tasks.rados.rados.0.smithi029.stdout:3491: left oid 32 (ObjNum 1092 snap 330 seq_num 1092) 2024-07-27T18:32:11.132 INFO:tasks.rados.rados.0.smithi029.stdout:3492: finishing rollback tid 0 to smithi02985406-10 2024-07-27T18:32:11.132 INFO:tasks.rados.rados.0.smithi029.stdout:3492: finishing rollback tid 1 to smithi02985406-10 2024-07-27T18:32:11.132 INFO:tasks.rados.rados.0.smithi029.stdout:3492: finishing rollback tid 2 to smithi02985406-10 2024-07-27T18:32:11.132 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2303 (ObjNum 1063 snap 320 seq_num 1063) dirty exists 2024-07-27T18:32:11.132 INFO:tasks.rados.rados.0.smithi029.stdout:3495: expect (ObjNum 1070 snap 321 seq_num 1070) 2024-07-27T18:32:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:11 smithi179 ceph-mon[89801]: osdmap e749: 8 total, 8 up, 8 in 2024-07-27T18:32:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:11 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:32:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:32:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:32:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:11 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:32:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:11 smithi029 ceph-mon[99353]: osdmap e749: 8 total, 8 up, 8 in 2024-07-27T18:32:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:11 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:32:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:32:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:32:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:11 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:32:11.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:11 smithi029 ceph-mon[96870]: osdmap e749: 8 total, 8 up, 8 in 2024-07-27T18:32:11.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:11 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:32:11.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:32:11.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:32:11.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:11 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:32:11.513 INFO:tasks.rados.rados.0.smithi029.stdout:3497: finishing rollback tid 0 to smithi02985406-38 2024-07-27T18:32:11.513 INFO:tasks.rados.rados.0.smithi029.stdout:3497: finishing rollback tid 1 to smithi02985406-38 2024-07-27T18:32:11.514 INFO:tasks.rados.rados.0.smithi029.stdout:3497: finishing rollback tid 2 to smithi02985406-38 2024-07-27T18:32:11.514 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 2369 (ObjNum 912 snap 287 seq_num 912) dirty exists 2024-07-27T18:32:11.514 INFO:tasks.rados.rados.0.smithi029.stdout:3500: finishing copy_from racing read to smithi02985406-44 2024-07-27T18:32:11.514 INFO:tasks.rados.rados.0.smithi029.stdout:3500: finishing copy_from to smithi02985406-44 2024-07-27T18:32:11.514 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 2308 (ObjNum 951 snap 292 seq_num 951) dirty exists 2024-07-27T18:32:12.077 INFO:tasks.rados.rados.0.smithi029.stdout:3491: done (6 left) 2024-07-27T18:32:12.077 INFO:tasks.rados.rados.0.smithi029.stdout:3492: done (5 left) 2024-07-27T18:32:12.077 INFO:tasks.rados.rados.0.smithi029.stdout:3494: done (4 left) 2024-07-27T18:32:12.077 INFO:tasks.rados.rados.0.smithi029.stdout:3495: done (3 left) 2024-07-27T18:32:12.077 INFO:tasks.rados.rados.0.smithi029.stdout:3497: done (2 left) 2024-07-27T18:32:12.077 INFO:tasks.rados.rados.0.smithi029.stdout:3500: done (1 left) 2024-07-27T18:32:12.078 INFO:tasks.rados.rados.0.smithi029.stdout:3501: done (0 left) 2024-07-27T18:32:12.078 INFO:tasks.rados.rados.0.smithi029.stdout:3502: snap_create 2024-07-27T18:32:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:12 smithi179 ceph-mon[89801]: pgmap v794: 121 pgs: 121 active+clean; 146 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.6 MiB/s rd, 2.9 MiB/s wr, 9 op/s 2024-07-27T18:32:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:32:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:12 smithi179 ceph-mon[89801]: osdmap e750: 8 total, 8 up, 8 in 2024-07-27T18:32:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:32:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:12 smithi179 ceph-mon[89801]: osdmap e751: 8 total, 8 up, 8 in 2024-07-27T18:32:12.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:12 smithi029 ceph-mon[96870]: pgmap v794: 121 pgs: 121 active+clean; 146 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.6 MiB/s rd, 2.9 MiB/s wr, 9 op/s 2024-07-27T18:32:12.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:32:12.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:12 smithi029 ceph-mon[96870]: osdmap e750: 8 total, 8 up, 8 in 2024-07-27T18:32:12.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:32:12.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:12 smithi029 ceph-mon[96870]: osdmap e751: 8 total, 8 up, 8 in 2024-07-27T18:32:12.503 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:32:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:32:12] "GET /metrics HTTP/1.1" 200 36347 "" "Prometheus/2.43.0" 2024-07-27T18:32:12.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:12 smithi029 ceph-mon[99353]: pgmap v794: 121 pgs: 121 active+clean; 146 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.6 MiB/s rd, 2.9 MiB/s wr, 9 op/s 2024-07-27T18:32:12.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:32:12.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:12 smithi029 ceph-mon[99353]: osdmap e750: 8 total, 8 up, 8 in 2024-07-27T18:32:12.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:32:12.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:12 smithi029 ceph-mon[99353]: osdmap e751: 8 total, 8 up, 8 in 2024-07-27T18:32:13.079 INFO:tasks.rados.rados.0.smithi029.stdout:3502: done (0 left) 2024-07-27T18:32:13.079 INFO:tasks.rados.rados.0.smithi029.stdout:3503: snap_create 2024-07-27T18:32:14.081 INFO:tasks.rados.rados.0.smithi029.stdout:3503: done (0 left) 2024-07-27T18:32:14.081 INFO:tasks.rados.rados.0.smithi029.stdout:3504: rmattr oid 31 current snap is 333 2024-07-27T18:32:14.081 INFO:tasks.rados.rados.0.smithi029.stdout:3504: done (0 left) 2024-07-27T18:32:14.081 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 333 2024-07-27T18:32:14.081 INFO:tasks.rados.rados.0.smithi029.stdout:3505: seq_num 1094 ranges {0=729088,729088=573440,1302528=229376} 2024-07-27T18:32:14.085 INFO:tasks.rados.rados.0.smithi029.stdout:3505: writing smithi02985406-24 from 0 to 729088 tid 1 2024-07-27T18:32:14.088 INFO:tasks.rados.rados.0.smithi029.stdout:3505: writing smithi02985406-24 from 729088 to 1302528 tid 2 2024-07-27T18:32:14.090 INFO:tasks.rados.rados.0.smithi029.stdout:3505: writing smithi02985406-24 from 1302528 to 1531904 tid 3 2024-07-27T18:32:14.090 INFO:tasks.rados.rados.0.smithi029.stdout:3506: copy_from oid 13 from oid 50 current snap is 333 2024-07-27T18:32:14.090 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 333 2024-07-27T18:32:14.090 INFO:tasks.rados.rados.0.smithi029.stdout:3507: seq_num 1095 ranges {7020544=745472,7766016=499712,8265728=303104} 2024-07-27T18:32:14.135 INFO:tasks.rados.rados.0.smithi029.stdout:3507: writing smithi02985406-6 from 7020544 to 7766016 tid 1 2024-07-27T18:32:14.136 INFO:tasks.rados.rados.0.smithi029.stdout:3507: writing smithi02985406-6 from 7766016 to 8265728 tid 2 2024-07-27T18:32:14.140 INFO:tasks.rados.rados.0.smithi029.stdout:3507: writing smithi02985406-6 from 8265728 to 8568832 tid 3 2024-07-27T18:32:14.140 INFO:tasks.rados.rados.0.smithi029.stdout:3508: copy_from oid 2 from oid 10 current snap is 333 2024-07-27T18:32:14.140 INFO:tasks.rados.rados.0.smithi029.stdout:3505: finishing write tid 1 to smithi02985406-24 2024-07-27T18:32:14.140 INFO:tasks.rados.rados.0.smithi029.stdout:3505: finishing write tid 2 to smithi02985406-24 2024-07-27T18:32:14.140 INFO:tasks.rados.rados.0.smithi029.stdout:3505: finishing write tid 3 to smithi02985406-24 2024-07-27T18:32:14.140 INFO:tasks.rados.rados.0.smithi029.stdout:3505: finishing write tid 4 to smithi02985406-24 2024-07-27T18:32:14.140 INFO:tasks.rados.rados.0.smithi029.stdout:3505: finishing write tid 5 to smithi02985406-24 2024-07-27T18:32:14.140 INFO:tasks.rados.rados.0.smithi029.stdout:3505: oid 24 updating version 0 to 2330 2024-07-27T18:32:14.140 INFO:tasks.rados.rados.0.smithi029.stdout:3505: oid 24 updating version 2330 to 2331 2024-07-27T18:32:14.140 INFO:tasks.rados.rados.0.smithi029.stdout:3505: oid 24 version 2331 is already newer than 2329 2024-07-27T18:32:14.140 INFO:tasks.rados.rados.0.smithi029.stdout:3505: oid 24 updating version 2331 to 2332 2024-07-27T18:32:14.140 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 2332 (ObjNum 1094 snap 333 seq_num 1094) dirty exists 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:3505: left oid 24 (ObjNum 1094 snap 333 seq_num 1094) 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:3506: finishing copy_from racing read to smithi02985406-13 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:3506: finishing copy_from to smithi02985406-13 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 2276 (ObjNum 955 snap 292 seq_num 955) dirty exists 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:3505: done (3 left) 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:3506: done (2 left) 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:3509: read oid 20 snap -1 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:3509: expect (ObjNum 1043 snap 309 seq_num 1043) 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:3510: read oid 32 snap -1 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:3510: expect (ObjNum 1092 snap 330 seq_num 1092) 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:3511: read oid 25 snap -1 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:3511: expect (ObjNum 1090 snap 330 seq_num 1090) 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:3512: copy_from oid 8 from oid 21 current snap is 333 2024-07-27T18:32:14.141 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 333 2024-07-27T18:32:14.142 INFO:tasks.rados.rados.0.smithi029.stdout:3513: seq_num 1096 ranges {0=761856,761856=786432,1548288=16384} 2024-07-27T18:32:14.144 INFO:tasks.rados.rados.0.smithi029.stdout:3513: writing smithi02985406-18 from 0 to 761856 tid 1 2024-07-27T18:32:14.150 INFO:tasks.rados.rados.0.smithi029.stdout:3513: writing smithi02985406-18 from 761856 to 1548288 tid 2 2024-07-27T18:32:14.150 INFO:tasks.rados.rados.0.smithi029.stdout:3513: writing smithi02985406-18 from 1548288 to 1564672 tid 3 2024-07-27T18:32:14.150 INFO:tasks.rados.rados.0.smithi029.stdout:3514: delete oid 45 current snap is 333 2024-07-27T18:32:14.150 INFO:tasks.rados.rados.0.smithi029.stdout:3507: finishing write tid 1 to smithi02985406-6 2024-07-27T18:32:14.150 INFO:tasks.rados.rados.0.smithi029.stdout:3507: finishing write tid 2 to smithi02985406-6 2024-07-27T18:32:14.150 INFO:tasks.rados.rados.0.smithi029.stdout:3509: expect (ObjNum 1043 snap 309 seq_num 1043) 2024-07-27T18:32:14.171 INFO:tasks.rados.rados.0.smithi029.stdout:3507: finishing write tid 3 to smithi02985406-6 2024-07-27T18:32:14.172 INFO:tasks.rados.rados.0.smithi029.stdout:3507: finishing write tid 4 to smithi02985406-6 2024-07-27T18:32:14.172 INFO:tasks.rados.rados.0.smithi029.stdout:3507: finishing write tid 5 to smithi02985406-6 2024-07-27T18:32:14.172 INFO:tasks.rados.rados.0.smithi029.stdout:3507: oid 6 updating version 0 to 2309 2024-07-27T18:32:14.172 INFO:tasks.rados.rados.0.smithi029.stdout:3507: oid 6 updating version 2309 to 2311 2024-07-27T18:32:14.172 INFO:tasks.rados.rados.0.smithi029.stdout:3507: oid 6 version 2311 is already newer than 2310 2024-07-27T18:32:14.172 INFO:tasks.rados.rados.0.smithi029.stdout:3507: oid 6 updating version 2311 to 2312 2024-07-27T18:32:14.172 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 2312 (ObjNum 1095 snap 333 seq_num 1095) dirty exists 2024-07-27T18:32:14.172 INFO:tasks.rados.rados.0.smithi029.stdout:3507: left oid 6 (ObjNum 1095 snap 333 seq_num 1095) 2024-07-27T18:32:14.172 INFO:tasks.rados.rados.0.smithi029.stdout:3508: finishing copy_from racing read to smithi02985406-2 2024-07-27T18:32:14.172 INFO:tasks.rados.rados.0.smithi029.stdout:3511: expect (ObjNum 1090 snap 330 seq_num 1090) 2024-07-27T18:32:14.299 INFO:tasks.rados.rados.0.smithi029.stdout:3512: finishing copy_from racing read to smithi02985406-8 2024-07-27T18:32:14.299 INFO:tasks.rados.rados.0.smithi029.stdout:3508: finishing copy_from to smithi02985406-2 2024-07-27T18:32:14.300 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2303 (ObjNum 1063 snap 320 seq_num 1063) dirty exists 2024-07-27T18:32:14.300 INFO:tasks.rados.rados.0.smithi029.stdout:3510: expect (ObjNum 1092 snap 330 seq_num 1092) 2024-07-27T18:32:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:14 smithi179 ceph-mon[89801]: pgmap v797: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 152 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 3.3 MiB/s wr, 13 op/s 2024-07-27T18:32:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:14 smithi179 ceph-mon[89801]: osdmap e752: 8 total, 8 up, 8 in 2024-07-27T18:32:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:14 smithi029 ceph-mon[96870]: pgmap v797: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 152 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 3.3 MiB/s wr, 13 op/s 2024-07-27T18:32:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:14 smithi029 ceph-mon[96870]: osdmap e752: 8 total, 8 up, 8 in 2024-07-27T18:32:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:14 smithi029 ceph-mon[99353]: pgmap v797: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 152 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 3.3 MiB/s wr, 13 op/s 2024-07-27T18:32:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:14 smithi029 ceph-mon[99353]: osdmap e752: 8 total, 8 up, 8 in 2024-07-27T18:32:14.810 INFO:tasks.rados.rados.0.smithi029.stdout:3513: finishing write tid 1 to smithi02985406-18 2024-07-27T18:32:14.810 INFO:tasks.rados.rados.0.smithi029.stdout:3512: finishing copy_from to smithi02985406-8 2024-07-27T18:32:14.810 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 981 (ObjNum 1000 snap 302 seq_num 1000) dirty exists 2024-07-27T18:32:14.810 INFO:tasks.rados.rados.0.smithi029.stdout:3513: finishing write tid 2 to smithi02985406-18 2024-07-27T18:32:14.810 INFO:tasks.rados.rados.0.smithi029.stdout:3513: finishing write tid 3 to smithi02985406-18 2024-07-27T18:32:14.810 INFO:tasks.rados.rados.0.smithi029.stdout:3513: finishing write tid 4 to smithi02985406-18 2024-07-27T18:32:14.810 INFO:tasks.rados.rados.0.smithi029.stdout:3513: finishing write tid 5 to smithi02985406-18 2024-07-27T18:32:14.810 INFO:tasks.rados.rados.0.smithi029.stdout:3513: oid 18 updating version 0 to 2373 2024-07-27T18:32:14.811 INFO:tasks.rados.rados.0.smithi029.stdout:3513: oid 18 updating version 2373 to 2378 2024-07-27T18:32:14.811 INFO:tasks.rados.rados.0.smithi029.stdout:3513: oid 18 version 2378 is already newer than 2377 2024-07-27T18:32:14.811 INFO:tasks.rados.rados.0.smithi029.stdout:3513: oid 18 version 2378 is already newer than 2376 2024-07-27T18:32:14.811 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2378 (ObjNum 1096 snap 333 seq_num 1096) dirty exists 2024-07-27T18:32:14.811 INFO:tasks.rados.rados.0.smithi029.stdout:3513: left oid 18 (ObjNum 1096 snap 333 seq_num 1096) 2024-07-27T18:32:14.811 INFO:tasks.rados.rados.0.smithi029.stdout:3507: done (7 left) 2024-07-27T18:32:14.811 INFO:tasks.rados.rados.0.smithi029.stdout:3508: done (6 left) 2024-07-27T18:32:14.811 INFO:tasks.rados.rados.0.smithi029.stdout:3509: done (5 left) 2024-07-27T18:32:14.811 INFO:tasks.rados.rados.0.smithi029.stdout:3510: done (4 left) 2024-07-27T18:32:14.811 INFO:tasks.rados.rados.0.smithi029.stdout:3511: done (3 left) 2024-07-27T18:32:14.812 INFO:tasks.rados.rados.0.smithi029.stdout:3512: done (2 left) 2024-07-27T18:32:14.812 INFO:tasks.rados.rados.0.smithi029.stdout:3513: done (1 left) 2024-07-27T18:32:14.812 INFO:tasks.rados.rados.0.smithi029.stdout:3514: done (0 left) 2024-07-27T18:32:14.812 INFO:tasks.rados.rados.0.smithi029.stdout:3515: copy_from oid 6 from oid 1 current snap is 333 2024-07-27T18:32:14.812 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 333 2024-07-27T18:32:14.812 INFO:tasks.rados.rados.0.smithi029.stdout:3516: seq_num 1098 ranges {0=794624,794624=557056,1351680=245760} 2024-07-27T18:32:14.813 INFO:tasks.rados.rados.0.smithi029.stdout:3516: writing smithi02985406-16 from 0 to 794624 tid 1 2024-07-27T18:32:14.817 INFO:tasks.rados.rados.0.smithi029.stdout:3516: writing smithi02985406-16 from 794624 to 1351680 tid 2 2024-07-27T18:32:14.819 INFO:tasks.rados.rados.0.smithi029.stdout:3516: writing smithi02985406-16 from 1351680 to 1597440 tid 3 2024-07-27T18:32:14.819 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 333 2024-07-27T18:32:14.819 INFO:tasks.rados.rados.0.smithi029.stdout:3516: finishing write tid 1 to smithi02985406-16 2024-07-27T18:32:14.819 INFO:tasks.rados.rados.0.smithi029.stdout:3515: finishing copy_from racing read to smithi02985406-6 2024-07-27T18:32:14.819 INFO:tasks.rados.rados.0.smithi029.stdout:3517: seq_num 1099 ranges {3555328=409600,3964928=442368,4407296=720896,5128192=40960} 2024-07-27T18:32:14.840 INFO:tasks.rados.rados.0.smithi029.stdout:3517: writing smithi02985406-25 from 3555328 to 3964928 tid 1 2024-07-27T18:32:14.843 INFO:tasks.rados.rados.0.smithi029.stdout:3517: writing smithi02985406-25 from 3964928 to 4407296 tid 2 2024-07-27T18:32:14.847 INFO:tasks.rados.rados.0.smithi029.stdout:3517: writing smithi02985406-25 from 4407296 to 5128192 tid 3 2024-07-27T18:32:14.847 INFO:tasks.rados.rados.0.smithi029.stdout:3517: writing smithi02985406-25 from 5128192 to 5169152 tid 4 2024-07-27T18:32:14.848 INFO:tasks.rados.rados.0.smithi029.stdout:3518: copy_from oid 28 from oid 34 current snap is 333 2024-07-27T18:32:14.848 INFO:tasks.rados.rados.0.smithi029.stdout:3515: finishing copy_from to smithi02985406-6 2024-07-27T18:32:14.848 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 1930 (ObjNum 1056 snap 317 seq_num 1056) dirty exists 2024-07-27T18:32:14.848 INFO:tasks.rados.rados.0.smithi029.stdout:3516: finishing write tid 2 to smithi02985406-16 2024-07-27T18:32:14.848 INFO:tasks.rados.rados.0.smithi029.stdout:3515: done (3 left) 2024-07-27T18:32:14.849 INFO:tasks.rados.rados.0.smithi029.stdout:3519: snap_create 2024-07-27T18:32:14.849 INFO:tasks.rados.rados.0.smithi029.stdout:3516: finishing write tid 3 to smithi02985406-16 2024-07-27T18:32:14.849 INFO:tasks.rados.rados.0.smithi029.stdout:3516: finishing write tid 4 to smithi02985406-16 2024-07-27T18:32:14.849 INFO:tasks.rados.rados.0.smithi029.stdout:3516: finishing write tid 5 to smithi02985406-16 2024-07-27T18:32:14.849 INFO:tasks.rados.rados.0.smithi029.stdout:3516: oid 16 updating version 0 to 2074 2024-07-27T18:32:14.849 INFO:tasks.rados.rados.0.smithi029.stdout:3516: oid 16 updating version 2074 to 2076 2024-07-27T18:32:14.849 INFO:tasks.rados.rados.0.smithi029.stdout:3516: oid 16 version 2076 is already newer than 2075 2024-07-27T18:32:14.850 INFO:tasks.rados.rados.0.smithi029.stdout:3516: oid 16 version 2076 is already newer than 2073 2024-07-27T18:32:14.850 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 2076 (ObjNum 1098 snap 333 seq_num 1098) dirty exists 2024-07-27T18:32:14.850 INFO:tasks.rados.rados.0.smithi029.stdout:3516: left oid 16 (ObjNum 1098 snap 333 seq_num 1098) 2024-07-27T18:32:14.850 INFO:tasks.rados.rados.0.smithi029.stdout:3517: finishing write tid 1 to smithi02985406-25 2024-07-27T18:32:14.851 INFO:tasks.rados.rados.0.smithi029.stdout:3517: finishing write tid 2 to smithi02985406-25 2024-07-27T18:32:14.852 INFO:tasks.rados.rados.0.smithi029.stdout:3517: finishing write tid 3 to smithi02985406-25 2024-07-27T18:32:14.852 INFO:tasks.rados.rados.0.smithi029.stdout:3517: finishing write tid 4 to smithi02985406-25 2024-07-27T18:32:14.852 INFO:tasks.rados.rados.0.smithi029.stdout:3517: finishing write tid 5 to smithi02985406-25 2024-07-27T18:32:14.854 INFO:tasks.rados.rados.0.smithi029.stdout:3517: finishing write tid 6 to smithi02985406-25 2024-07-27T18:32:14.854 INFO:tasks.rados.rados.0.smithi029.stdout:3517: oid 25 updating version 0 to 2382 2024-07-27T18:32:14.854 INFO:tasks.rados.rados.0.smithi029.stdout:3517: oid 25 updating version 2382 to 2384 2024-07-27T18:32:14.854 INFO:tasks.rados.rados.0.smithi029.stdout:3517: oid 25 version 2384 is already newer than 2381 2024-07-27T18:32:14.854 INFO:tasks.rados.rados.0.smithi029.stdout:3517: oid 25 version 2384 is already newer than 2380 2024-07-27T18:32:14.854 INFO:tasks.rados.rados.0.smithi029.stdout:3517: oid 25 version 2384 is already newer than 2383 2024-07-27T18:32:14.854 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 2384 (ObjNum 1099 snap 333 seq_num 1099) dirty exists 2024-07-27T18:32:14.854 INFO:tasks.rados.rados.0.smithi029.stdout:3517: left oid 25 (ObjNum 1099 snap 333 seq_num 1099) 2024-07-27T18:32:14.855 INFO:tasks.rados.rados.0.smithi029.stdout:3518: finishing copy_from to smithi02985406-28 2024-07-27T18:32:14.855 INFO:tasks.rados.rados.0.smithi029.stdout:3518: got expected ENOENT (src dne) 2024-07-27T18:32:14.855 INFO:tasks.rados.rados.0.smithi029.stdout:3518: finishing copy_from racing read to smithi02985406-28 2024-07-27T18:32:15.089 INFO:tasks.rados.rados.0.smithi029.stdout:3516: done (3 left) 2024-07-27T18:32:15.090 INFO:tasks.rados.rados.0.smithi029.stdout:3517: done (2 left) 2024-07-27T18:32:15.090 INFO:tasks.rados.rados.0.smithi029.stdout:3518: done (1 left) 2024-07-27T18:32:15.090 INFO:tasks.rados.rados.0.smithi029.stdout:3519: done (0 left) 2024-07-27T18:32:15.090 INFO:tasks.rados.rados.0.smithi029.stdout:3520: read oid 38 snap 333 2024-07-27T18:32:15.090 INFO:tasks.rados.rados.0.smithi029.stdout:3520: expect (ObjNum 912 snap 287 seq_num 912) 2024-07-27T18:32:15.090 INFO:tasks.rados.rados.0.smithi029.stdout:3521: read oid 37 snap 321 2024-07-27T18:32:15.090 INFO:tasks.rados.rados.0.smithi029.stdout:3521: expect deleted 2024-07-27T18:32:15.090 INFO:tasks.rados.rados.0.smithi029.stdout:3522: snap_create 2024-07-27T18:32:15.100 INFO:tasks.rados.rados.0.smithi029.stdout:3520: expect (ObjNum 912 snap 287 seq_num 912) 2024-07-27T18:32:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:15 smithi179 ceph-mon[89801]: osdmap e753: 8 total, 8 up, 8 in 2024-07-27T18:32:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:15 smithi029 ceph-mon[99353]: osdmap e753: 8 total, 8 up, 8 in 2024-07-27T18:32:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:15 smithi029 ceph-mon[96870]: osdmap e753: 8 total, 8 up, 8 in 2024-07-27T18:32:16.092 INFO:tasks.rados.rados.0.smithi029.stdout:3520: done (2 left) 2024-07-27T18:32:16.092 INFO:tasks.rados.rados.0.smithi029.stdout:3521: done (1 left) 2024-07-27T18:32:16.092 INFO:tasks.rados.rados.0.smithi029.stdout:3522: done (0 left) 2024-07-27T18:32:16.092 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 335 2024-07-27T18:32:16.092 INFO:tasks.rados.rados.0.smithi029.stdout:3523: seq_num 1100 ranges {0=425984,425984=729088,1155072=475136} 2024-07-27T18:32:16.094 INFO:tasks.rados.rados.0.smithi029.stdout:3523: writing smithi02985406-45 from 0 to 425984 tid 1 2024-07-27T18:32:16.099 INFO:tasks.rados.rados.0.smithi029.stdout:3523: writing smithi02985406-45 from 425984 to 1155072 tid 2 2024-07-27T18:32:16.102 INFO:tasks.rados.rados.0.smithi029.stdout:3523: writing smithi02985406-45 from 1155072 to 1630208 tid 3 2024-07-27T18:32:16.102 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 335 2024-07-27T18:32:16.102 INFO:tasks.rados.rados.0.smithi029.stdout:3523: finishing write tid 1 to smithi02985406-45 2024-07-27T18:32:16.102 INFO:tasks.rados.rados.0.smithi029.stdout:3524: seq_num 1101 ranges {1671168=442368,2113536=606208,2719744=598016} 2024-07-27T18:32:16.114 INFO:tasks.rados.rados.0.smithi029.stdout:3524: writing smithi02985406-1 from 1671168 to 2113536 tid 1 2024-07-27T18:32:16.117 INFO:tasks.rados.rados.0.smithi029.stdout:3524: writing smithi02985406-1 from 2113536 to 2719744 tid 2 2024-07-27T18:32:16.120 INFO:tasks.rados.rados.0.smithi029.stdout:3524: writing smithi02985406-1 from 2719744 to 3317760 tid 3 2024-07-27T18:32:16.121 INFO:tasks.rados.rados.0.smithi029.stdout:3525: snap_remove snap 326 2024-07-27T18:32:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:16 smithi179 ceph-mon[89801]: pgmap v800: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 161 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 4.4 MiB/s wr, 10 op/s 2024-07-27T18:32:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:16 smithi179 ceph-mon[89801]: osdmap e754: 8 total, 8 up, 8 in 2024-07-27T18:32:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:16 smithi029 ceph-mon[96870]: pgmap v800: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 161 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 4.4 MiB/s wr, 10 op/s 2024-07-27T18:32:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:16 smithi029 ceph-mon[96870]: osdmap e754: 8 total, 8 up, 8 in 2024-07-27T18:32:16.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:16 smithi029 ceph-mon[99353]: pgmap v800: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 161 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 4.4 MiB/s wr, 10 op/s 2024-07-27T18:32:16.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:16 smithi029 ceph-mon[99353]: osdmap e754: 8 total, 8 up, 8 in 2024-07-27T18:32:17.080 INFO:tasks.rados.rados.0.smithi029.stdout:3525: done (2 left) 2024-07-27T18:32:17.080 INFO:tasks.rados.rados.0.smithi029.stdout:3526: read oid 9 snap 334 2024-07-27T18:32:17.080 INFO:tasks.rados.rados.0.smithi029.stdout:3526: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:32:17.080 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 335 2024-07-27T18:32:17.080 INFO:tasks.rados.rados.0.smithi029.stdout:3527: seq_num 1102 ranges {7020544=458752,7479296=491520,7970816=491520,8462336=221184} 2024-07-27T18:32:17.122 INFO:tasks.rados.rados.0.smithi029.stdout:3527: writing smithi02985406-13 from 7020544 to 7479296 tid 1 2024-07-27T18:32:17.125 INFO:tasks.rados.rados.0.smithi029.stdout:3527: writing smithi02985406-13 from 7479296 to 7970816 tid 2 2024-07-27T18:32:17.127 INFO:tasks.rados.rados.0.smithi029.stdout:3527: writing smithi02985406-13 from 7970816 to 8462336 tid 3 2024-07-27T18:32:17.129 INFO:tasks.rados.rados.0.smithi029.stdout:3527: writing smithi02985406-13 from 8462336 to 8683520 tid 4 2024-07-27T18:32:17.129 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 20 current snap is 335 2024-07-27T18:32:17.130 INFO:tasks.rados.rados.0.smithi029.stdout:3523: finishing write tid 2 to smithi02985406-45 2024-07-27T18:32:17.130 INFO:tasks.rados.rados.0.smithi029.stdout:3523: finishing write tid 3 to smithi02985406-45 2024-07-27T18:32:17.130 INFO:tasks.rados.rados.0.smithi029.stdout:3523: finishing write tid 4 to smithi02985406-45 2024-07-27T18:32:17.130 INFO:tasks.rados.rados.0.smithi029.stdout:3523: finishing write tid 5 to smithi02985406-45 2024-07-27T18:32:17.130 INFO:tasks.rados.rados.0.smithi029.stdout:3523: oid 45 updating version 0 to 2337 2024-07-27T18:32:17.130 INFO:tasks.rados.rados.0.smithi029.stdout:3523: oid 45 version 2337 is already newer than 2336 2024-07-27T18:32:17.130 INFO:tasks.rados.rados.0.smithi029.stdout:3523: oid 45 version 2337 is already newer than 2335 2024-07-27T18:32:17.130 INFO:tasks.rados.rados.0.smithi029.stdout:3523: oid 45 version 2337 is already newer than 2334 2024-07-27T18:32:17.130 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 2337 (ObjNum 1100 snap 335 seq_num 1100) dirty exists 2024-07-27T18:32:17.130 INFO:tasks.rados.rados.0.smithi029.stdout:3523: left oid 45 (ObjNum 1100 snap 335 seq_num 1100) 2024-07-27T18:32:17.130 INFO:tasks.rados.rados.0.smithi029.stdout:3524: finishing write tid 1 to smithi02985406-1 2024-07-27T18:32:17.130 INFO:tasks.rados.rados.0.smithi029.stdout:3524: finishing write tid 2 to smithi02985406-1 2024-07-27T18:32:17.131 INFO:tasks.rados.rados.0.smithi029.stdout:3524: finishing write tid 3 to smithi02985406-1 2024-07-27T18:32:17.131 INFO:tasks.rados.rados.0.smithi029.stdout:3524: finishing write tid 4 to smithi02985406-1 2024-07-27T18:32:17.131 INFO:tasks.rados.rados.0.smithi029.stdout:3524: finishing write tid 5 to smithi02985406-1 2024-07-27T18:32:17.131 INFO:tasks.rados.rados.0.smithi029.stdout:3524: oid 1 updating version 0 to 2313 2024-07-27T18:32:17.131 INFO:tasks.rados.rados.0.smithi029.stdout:3524: oid 1 updating version 2313 to 2316 2024-07-27T18:32:17.131 INFO:tasks.rados.rados.0.smithi029.stdout:3524: oid 1 version 2316 is already newer than 2315 2024-07-27T18:32:17.131 INFO:tasks.rados.rados.0.smithi029.stdout:3524: oid 1 version 2316 is already newer than 2314 2024-07-27T18:32:17.131 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 2316 (ObjNum 1101 snap 335 seq_num 1101) dirty exists 2024-07-27T18:32:17.131 INFO:tasks.rados.rados.0.smithi029.stdout:3524: left oid 1 (ObjNum 1101 snap 335 seq_num 1101) 2024-07-27T18:32:17.131 INFO:tasks.rados.rados.0.smithi029.stdout:3526: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:32:17.149 INFO:tasks.rados.rados.0.smithi029.stdout:3527: finishing write tid 1 to smithi02985406-13 2024-07-27T18:32:17.149 INFO:tasks.rados.rados.0.smithi029.stdout:3527: finishing write tid 2 to smithi02985406-13 2024-07-27T18:32:17.149 INFO:tasks.rados.rados.0.smithi029.stdout:3527: finishing write tid 3 to smithi02985406-13 2024-07-27T18:32:17.150 INFO:tasks.rados.rados.0.smithi029.stdout:3527: finishing write tid 4 to smithi02985406-13 2024-07-27T18:32:17.150 INFO:tasks.rados.rados.0.smithi029.stdout:3527: finishing write tid 5 to smithi02985406-13 2024-07-27T18:32:17.150 INFO:tasks.rados.rados.0.smithi029.stdout:3527: finishing write tid 6 to smithi02985406-13 2024-07-27T18:32:17.150 INFO:tasks.rados.rados.0.smithi029.stdout:3527: oid 13 updating version 0 to 2426 2024-07-27T18:32:17.150 INFO:tasks.rados.rados.0.smithi029.stdout:3527: oid 13 version 2426 is already newer than 2425 2024-07-27T18:32:17.150 INFO:tasks.rados.rados.0.smithi029.stdout:3527: oid 13 version 2426 is already newer than 2424 2024-07-27T18:32:17.150 INFO:tasks.rados.rados.0.smithi029.stdout:3527: oid 13 version 2426 is already newer than 2423 2024-07-27T18:32:17.150 INFO:tasks.rados.rados.0.smithi029.stdout:3527: oid 13 updating version 2426 to 2427 2024-07-27T18:32:17.150 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 2427 (ObjNum 1102 snap 335 seq_num 1102) dirty exists 2024-07-27T18:32:17.150 INFO:tasks.rados.rados.0.smithi029.stdout:3527: left oid 13 (ObjNum 1102 snap 335 seq_num 1102) 2024-07-27T18:32:17.150 INFO:tasks.rados.rados.0.smithi029.stdout:3528: seq_num 1103 ranges {671744=475136,1146880=425984,1572864=696320,2269184=81920} 2024-07-27T18:32:17.155 INFO:tasks.rados.rados.0.smithi029.stdout:3528: writing smithi02985406-20 from 671744 to 1146880 tid 1 2024-07-27T18:32:17.157 INFO:tasks.rados.rados.0.smithi029.stdout:3528: writing smithi02985406-20 from 1146880 to 1572864 tid 2 2024-07-27T18:32:17.161 INFO:tasks.rados.rados.0.smithi029.stdout:3528: writing smithi02985406-20 from 1572864 to 2269184 tid 3 2024-07-27T18:32:17.162 INFO:tasks.rados.rados.0.smithi029.stdout:3528: writing smithi02985406-20 from 2269184 to 2351104 tid 4 2024-07-27T18:32:17.162 INFO:tasks.rados.rados.0.smithi029.stdout:3523: done (4 left) 2024-07-27T18:32:17.162 INFO:tasks.rados.rados.0.smithi029.stdout:3524: done (3 left) 2024-07-27T18:32:17.162 INFO:tasks.rados.rados.0.smithi029.stdout:3526: done (2 left) 2024-07-27T18:32:17.163 INFO:tasks.rados.rados.0.smithi029.stdout:3527: done (1 left) 2024-07-27T18:32:17.163 INFO:tasks.rados.rados.0.smithi029.stdout:3529: snap_create 2024-07-27T18:32:17.163 INFO:tasks.rados.rados.0.smithi029.stdout:3528: finishing write tid 1 to smithi02985406-20 2024-07-27T18:32:17.164 INFO:tasks.rados.rados.0.smithi029.stdout:3528: finishing write tid 2 to smithi02985406-20 2024-07-27T18:32:17.166 INFO:tasks.rados.rados.0.smithi029.stdout:3528: finishing write tid 3 to smithi02985406-20 2024-07-27T18:32:17.167 INFO:tasks.rados.rados.0.smithi029.stdout:3528: finishing write tid 4 to smithi02985406-20 2024-07-27T18:32:17.167 INFO:tasks.rados.rados.0.smithi029.stdout:3528: finishing write tid 5 to smithi02985406-20 2024-07-27T18:32:17.168 INFO:tasks.rados.rados.0.smithi029.stdout:3528: finishing write tid 6 to smithi02985406-20 2024-07-27T18:32:17.168 INFO:tasks.rados.rados.0.smithi029.stdout:3528: oid 20 updating version 0 to 2390 2024-07-27T18:32:17.168 INFO:tasks.rados.rados.0.smithi029.stdout:3528: oid 20 updating version 2390 to 2393 2024-07-27T18:32:17.168 INFO:tasks.rados.rados.0.smithi029.stdout:3528: oid 20 updating version 2393 to 2394 2024-07-27T18:32:17.169 INFO:tasks.rados.rados.0.smithi029.stdout:3528: oid 20 version 2394 is already newer than 2392 2024-07-27T18:32:17.169 INFO:tasks.rados.rados.0.smithi029.stdout:3528: oid 20 version 2394 is already newer than 2391 2024-07-27T18:32:17.169 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 2394 (ObjNum 1103 snap 335 seq_num 1103) dirty exists 2024-07-27T18:32:17.169 INFO:tasks.rados.rados.0.smithi029.stdout:3528: left oid 20 (ObjNum 1103 snap 335 seq_num 1103) 2024-07-27T18:32:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:17 smithi179 ceph-mon[89801]: osdmap e755: 8 total, 8 up, 8 in 2024-07-27T18:32:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:17 smithi179 ceph-mon[89801]: osdmap e756: 8 total, 8 up, 8 in 2024-07-27T18:32:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:17 smithi029 ceph-mon[96870]: osdmap e755: 8 total, 8 up, 8 in 2024-07-27T18:32:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:17 smithi029 ceph-mon[96870]: osdmap e756: 8 total, 8 up, 8 in 2024-07-27T18:32:17.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:17 smithi029 ceph-mon[99353]: osdmap e755: 8 total, 8 up, 8 in 2024-07-27T18:32:17.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:17 smithi029 ceph-mon[99353]: osdmap e756: 8 total, 8 up, 8 in 2024-07-27T18:32:18.110 INFO:tasks.rados.rados.0.smithi029.stdout:3528: done (1 left) 2024-07-27T18:32:18.110 INFO:tasks.rados.rados.0.smithi029.stdout:3529: done (0 left) 2024-07-27T18:32:18.110 INFO:tasks.rados.rados.0.smithi029.stdout:3530: rollback oid 46 current snap is 336 2024-07-27T18:32:18.110 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 46 to 325 2024-07-27T18:32:18.110 INFO:tasks.rados.rados.0.smithi029.stdout:3531: read oid 21 snap -1 2024-07-27T18:32:18.110 INFO:tasks.rados.rados.0.smithi029.stdout:3531: expect (ObjNum 1000 snap 302 seq_num 1000) 2024-07-27T18:32:18.110 INFO:tasks.rados.rados.0.smithi029.stdout:3532: delete oid 26 current snap is 336 2024-07-27T18:32:18.116 INFO:tasks.rados.rados.0.smithi029.stdout:3532: done (2 left) 2024-07-27T18:32:18.116 INFO:tasks.rados.rados.0.smithi029.stdout:3533: read oid 3 snap 335 2024-07-27T18:32:18.116 INFO:tasks.rados.rados.0.smithi029.stdout:3533: expect deleted 2024-07-27T18:32:18.116 INFO:tasks.rados.rados.0.smithi029.stdout:3534: setattr oid 23 current snap is 336 2024-07-27T18:32:18.117 INFO:tasks.rados.rados.0.smithi029.stdout:3530: finishing rollback tid 0 to smithi02985406-46 2024-07-27T18:32:18.117 INFO:tasks.rados.rados.0.smithi029.stdout:3535: copy_from oid 16 from oid 9 current snap is 336 2024-07-27T18:32:18.118 INFO:tasks.rados.rados.0.smithi029.stdout:3536: delete oid 8 current snap is 336 2024-07-27T18:32:18.118 INFO:tasks.rados.rados.0.smithi029.stdout:3530: finishing rollback tid 1 to smithi02985406-46 2024-07-27T18:32:18.118 INFO:tasks.rados.rados.0.smithi029.stdout:3530: finishing rollback tid 2 to smithi02985406-46 2024-07-27T18:32:18.118 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1925 (ObjNum 1070 snap 321 seq_num 1070) dirty exists 2024-07-27T18:32:18.122 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 1927 (ObjNum 1087 snap 329 seq_num 1087) dirty exists 2024-07-27T18:32:18.123 INFO:tasks.rados.rados.0.smithi029.stdout:3530: done (5 left) 2024-07-27T18:32:18.123 INFO:tasks.rados.rados.0.smithi029.stdout:3533: done (4 left) 2024-07-27T18:32:18.123 INFO:tasks.rados.rados.0.smithi029.stdout:3534: done (3 left) 2024-07-27T18:32:18.123 INFO:tasks.rados.rados.0.smithi029.stdout:3536: done (2 left) 2024-07-27T18:32:18.123 INFO:tasks.rados.rados.0.smithi029.stdout:3537: snap_create 2024-07-27T18:32:18.126 INFO:tasks.rados.rados.0.smithi029.stdout:3531: expect (ObjNum 1000 snap 302 seq_num 1000) 2024-07-27T18:32:18.189 INFO:tasks.rados.rados.0.smithi029.stdout:3535: finishing copy_from racing read to smithi02985406-16 2024-07-27T18:32:18.189 INFO:tasks.rados.rados.0.smithi029.stdout:3535: finishing copy_from to smithi02985406-16 2024-07-27T18:32:18.189 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 2306 (ObjNum 899 snap 286 seq_num 899) dirty exists 2024-07-27T18:32:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:18 smithi179 ceph-mon[89801]: pgmap v803: 121 pgs: 121 active+clean; 181 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 7.9 MiB/s wr, 5 op/s 2024-07-27T18:32:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:18 smithi029 ceph-mon[96870]: pgmap v803: 121 pgs: 121 active+clean; 181 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 7.9 MiB/s wr, 5 op/s 2024-07-27T18:32:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:18 smithi029 ceph-mon[99353]: pgmap v803: 121 pgs: 121 active+clean; 181 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 7.9 MiB/s wr, 5 op/s 2024-07-27T18:32:19.115 INFO:tasks.rados.rados.0.smithi029.stdout:3531: done (2 left) 2024-07-27T18:32:19.115 INFO:tasks.rados.rados.0.smithi029.stdout:3535: done (1 left) 2024-07-27T18:32:19.115 INFO:tasks.rados.rados.0.smithi029.stdout:3537: done (0 left) 2024-07-27T18:32:19.115 INFO:tasks.rados.rados.0.smithi029.stdout:3538: copy_from oid 14 from oid 19 current snap is 337 2024-07-27T18:32:19.115 INFO:tasks.rados.rados.0.smithi029.stdout:3539: rmattr oid 49 current snap is 337 2024-07-27T18:32:19.115 INFO:tasks.rados.rados.0.smithi029.stdout:3539: done (1 left) 2024-07-27T18:32:19.115 INFO:tasks.rados.rados.0.smithi029.stdout:3540: delete oid 29 current snap is 337 2024-07-27T18:32:19.119 INFO:tasks.rados.rados.0.smithi029.stdout:3540: done (1 left) 2024-07-27T18:32:19.119 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 337 2024-07-27T18:32:19.119 INFO:tasks.rados.rados.0.smithi029.stdout:3541: seq_num 1107 ranges {3768320=548864,4317184=770048,5087232=434176} 2024-07-27T18:32:19.142 INFO:tasks.rados.rados.0.smithi029.stdout:3541: writing smithi02985406-39 from 3768320 to 4317184 tid 1 2024-07-27T18:32:19.146 INFO:tasks.rados.rados.0.smithi029.stdout:3541: writing smithi02985406-39 from 4317184 to 5087232 tid 2 2024-07-27T18:32:19.149 INFO:tasks.rados.rados.0.smithi029.stdout:3541: writing smithi02985406-39 from 5087232 to 5521408 tid 3 2024-07-27T18:32:19.149 INFO:tasks.rados.rados.0.smithi029.stdout:3542: delete oid 5 current snap is 337 2024-07-27T18:32:19.150 INFO:tasks.rados.rados.0.smithi029.stdout:3538: finishing copy_from racing read to smithi02985406-14 2024-07-27T18:32:19.150 INFO:tasks.rados.rados.0.smithi029.stdout:3538: finishing copy_from to smithi02985406-14 2024-07-27T18:32:19.150 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 1934 (ObjNum 1077 snap 325 seq_num 1077) dirty exists 2024-07-27T18:32:19.150 INFO:tasks.rados.rados.0.smithi029.stdout:3541: finishing write tid 1 to smithi02985406-39 2024-07-27T18:32:19.152 INFO:tasks.rados.rados.0.smithi029.stdout:3541: finishing write tid 2 to smithi02985406-39 2024-07-27T18:32:19.152 INFO:tasks.rados.rados.0.smithi029.stdout:3541: finishing write tid 3 to smithi02985406-39 2024-07-27T18:32:19.153 INFO:tasks.rados.rados.0.smithi029.stdout:3541: finishing write tid 4 to smithi02985406-39 2024-07-27T18:32:19.154 INFO:tasks.rados.rados.0.smithi029.stdout:3541: finishing write tid 5 to smithi02985406-39 2024-07-27T18:32:19.155 INFO:tasks.rados.rados.0.smithi029.stdout:3541: oid 39 updating version 0 to 2353 2024-07-27T18:32:19.155 INFO:tasks.rados.rados.0.smithi029.stdout:3541: oid 39 version 2353 is already newer than 2352 2024-07-27T18:32:19.155 INFO:tasks.rados.rados.0.smithi029.stdout:3541: oid 39 updating version 2353 to 2354 2024-07-27T18:32:19.155 INFO:tasks.rados.rados.0.smithi029.stdout:3541: oid 39 updating version 2354 to 2355 2024-07-27T18:32:19.155 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2355 (ObjNum 1107 snap 337 seq_num 1107) dirty exists 2024-07-27T18:32:19.155 INFO:tasks.rados.rados.0.smithi029.stdout:3541: left oid 39 (ObjNum 1107 snap 337 seq_num 1107) 2024-07-27T18:32:19.156 INFO:tasks.rados.rados.0.smithi029.stdout:3538: done (2 left) 2024-07-27T18:32:19.156 INFO:tasks.rados.rados.0.smithi029.stdout:3541: done (1 left) 2024-07-27T18:32:19.156 INFO:tasks.rados.rados.0.smithi029.stdout:3542: done (0 left) 2024-07-27T18:32:19.156 INFO:tasks.rados.rados.0.smithi029.stdout:3543: rmattr oid 30 current snap is 337 2024-07-27T18:32:19.156 INFO:tasks.rados.rados.0.smithi029.stdout:3543: done (0 left) 2024-07-27T18:32:19.156 INFO:tasks.rados.rados.0.smithi029.stdout:3544: read oid 26 snap 330 2024-07-27T18:32:19.156 INFO:tasks.rados.rados.0.smithi029.stdout:3544: expect (ObjNum 996 snap 299 seq_num 996) 2024-07-27T18:32:19.156 INFO:tasks.rados.rados.0.smithi029.stdout:3545: delete oid 12 current snap is 337 2024-07-27T18:32:19.158 INFO:tasks.rados.rados.0.smithi029.stdout:3545: done (1 left) 2024-07-27T18:32:19.158 INFO:tasks.rados.rados.0.smithi029.stdout:3546: copy_from oid 4 from oid 13 current snap is 337 2024-07-27T18:32:19.158 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 337 2024-07-27T18:32:19.158 INFO:tasks.rados.rados.0.smithi029.stdout:3547: seq_num 1110 ranges {1531904=598016,2129920=466944,2596864=450560,3047424=286720} 2024-07-27T18:32:19.170 INFO:tasks.rados.rados.0.smithi029.stdout:3547: writing smithi02985406-24 from 1531904 to 2129920 tid 1 2024-07-27T18:32:19.172 INFO:tasks.rados.rados.0.smithi029.stdout:3547: writing smithi02985406-24 from 2129920 to 2596864 tid 2 2024-07-27T18:32:19.175 INFO:tasks.rados.rados.0.smithi029.stdout:3547: writing smithi02985406-24 from 2596864 to 3047424 tid 3 2024-07-27T18:32:19.177 INFO:tasks.rados.rados.0.smithi029.stdout:3547: writing smithi02985406-24 from 3047424 to 3334144 tid 4 2024-07-27T18:32:19.177 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 337 2024-07-27T18:32:19.177 INFO:tasks.rados.rados.0.smithi029.stdout:3548: seq_num 1111 ranges {5521408=614400,6135808=753664,6889472=450560} 2024-07-27T18:32:19.211 INFO:tasks.rados.rados.0.smithi029.stdout:3548: writing smithi02985406-39 from 5521408 to 6135808 tid 1 2024-07-27T18:32:19.215 INFO:tasks.rados.rados.0.smithi029.stdout:3548: writing smithi02985406-39 from 6135808 to 6889472 tid 2 2024-07-27T18:32:19.218 INFO:tasks.rados.rados.0.smithi029.stdout:3548: writing smithi02985406-39 from 6889472 to 7340032 tid 3 2024-07-27T18:32:19.218 INFO:tasks.rados.rados.0.smithi029.stdout:3549: rollback oid 45 current snap is 337 2024-07-27T18:32:19.218 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 45 to 335 2024-07-27T18:32:19.218 INFO:tasks.rados.rados.0.smithi029.stdout:3544: expect (ObjNum 996 snap 299 seq_num 996) 2024-07-27T18:32:19.313 INFO:tasks.rados.rados.0.smithi029.stdout:3547: finishing write tid 1 to smithi02985406-24 2024-07-27T18:32:19.313 INFO:tasks.rados.rados.0.smithi029.stdout:3547: finishing write tid 2 to smithi02985406-24 2024-07-27T18:32:19.313 INFO:tasks.rados.rados.0.smithi029.stdout:3547: finishing write tid 3 to smithi02985406-24 2024-07-27T18:32:19.313 INFO:tasks.rados.rados.0.smithi029.stdout:3547: finishing write tid 4 to smithi02985406-24 2024-07-27T18:32:19.313 INFO:tasks.rados.rados.0.smithi029.stdout:3547: finishing write tid 5 to smithi02985406-24 2024-07-27T18:32:19.313 INFO:tasks.rados.rados.0.smithi029.stdout:3547: finishing write tid 6 to smithi02985406-24 2024-07-27T18:32:19.313 INFO:tasks.rados.rados.0.smithi029.stdout:3547: oid 24 updating version 0 to 2339 2024-07-27T18:32:19.313 INFO:tasks.rados.rados.0.smithi029.stdout:3547: oid 24 updating version 2339 to 2341 2024-07-27T18:32:19.313 INFO:tasks.rados.rados.0.smithi029.stdout:3547: oid 24 version 2341 is already newer than 2340 2024-07-27T18:32:19.313 INFO:tasks.rados.rados.0.smithi029.stdout:3547: oid 24 updating version 2341 to 2342 2024-07-27T18:32:19.313 INFO:tasks.rados.rados.0.smithi029.stdout:3547: oid 24 updating version 2342 to 2343 2024-07-27T18:32:19.313 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 2343 (ObjNum 1110 snap 337 seq_num 1110) dirty exists 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:3547: left oid 24 (ObjNum 1110 snap 337 seq_num 1110) 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:3546: finishing copy_from racing read to smithi02985406-4 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:3546: finishing copy_from to smithi02985406-4 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 2427 (ObjNum 1102 snap 335 seq_num 1102) dirty exists 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:3548: finishing write tid 1 to smithi02985406-39 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:3544: done (4 left) 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:3546: done (3 left) 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:3547: done (2 left) 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:3550: rmattr oid 48 current snap is 337 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:3550: done (2 left) 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:3551: setattr oid 30 current snap is 337 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:3548: finishing write tid 2 to smithi02985406-39 2024-07-27T18:32:19.314 INFO:tasks.rados.rados.0.smithi029.stdout:3548: finishing write tid 3 to smithi02985406-39 2024-07-27T18:32:19.315 INFO:tasks.rados.rados.0.smithi029.stdout:3548: finishing write tid 4 to smithi02985406-39 2024-07-27T18:32:19.315 INFO:tasks.rados.rados.0.smithi029.stdout:3549: finishing rollback tid 0 to smithi02985406-45 2024-07-27T18:32:19.315 INFO:tasks.rados.rados.0.smithi029.stdout:3549: finishing rollback tid 1 to smithi02985406-45 2024-07-27T18:32:19.315 INFO:tasks.rados.rados.0.smithi029.stdout:3548: finishing write tid 5 to smithi02985406-39 2024-07-27T18:32:19.315 INFO:tasks.rados.rados.0.smithi029.stdout:3548: oid 39 updating version 0 to 2359 2024-07-27T18:32:19.315 INFO:tasks.rados.rados.0.smithi029.stdout:3548: oid 39 version 2359 is already newer than 2358 2024-07-27T18:32:19.315 INFO:tasks.rados.rados.0.smithi029.stdout:3548: oid 39 version 2359 is already newer than 2357 2024-07-27T18:32:19.315 INFO:tasks.rados.rados.0.smithi029.stdout:3548: oid 39 version 2359 is already newer than 2356 2024-07-27T18:32:19.315 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2359 (ObjNum 1111 snap 337 seq_num 1111) dirty exists 2024-07-27T18:32:19.315 INFO:tasks.rados.rados.0.smithi029.stdout:3548: left oid 39 (ObjNum 1111 snap 337 seq_num 1111) 2024-07-27T18:32:19.315 INFO:tasks.rados.rados.0.smithi029.stdout:3549: finishing rollback tid 2 to smithi02985406-45 2024-07-27T18:32:19.315 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 2346 (ObjNum 1100 snap 335 seq_num 1100) dirty exists 2024-07-27T18:32:19.316 INFO:tasks.rados.rados.0.smithi029.stdout:3548: done (2 left) 2024-07-27T18:32:19.316 INFO:tasks.rados.rados.0.smithi029.stdout:3549: done (1 left) 2024-07-27T18:32:19.316 INFO:tasks.rados.rados.0.smithi029.stdout:3552: snap_create 2024-07-27T18:32:19.318 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1928 (ObjNum 1064 snap 320 seq_num 1064) dirty exists 2024-07-27T18:32:19.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:19 smithi179 ceph-mon[89801]: osdmap e757: 8 total, 8 up, 8 in 2024-07-27T18:32:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:19 smithi029 ceph-mon[96870]: osdmap e757: 8 total, 8 up, 8 in 2024-07-27T18:32:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:19 smithi029 ceph-mon[99353]: osdmap e757: 8 total, 8 up, 8 in 2024-07-27T18:32:20.119 INFO:tasks.rados.rados.0.smithi029.stdout:3551: done (1 left) 2024-07-27T18:32:20.120 INFO:tasks.rados.rados.0.smithi029.stdout:3552: done (0 left) 2024-07-27T18:32:20.120 INFO:tasks.rados.rados.0.smithi029.stdout:3553: delete oid 42 current snap is 338 2024-07-27T18:32:20.124 INFO:tasks.rados.rados.0.smithi029.stdout:3553: done (0 left) 2024-07-27T18:32:20.125 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 26 current snap is 338 2024-07-27T18:32:20.125 INFO:tasks.rados.rados.0.smithi029.stdout:3554: seq_num 1113 ranges {0=647168,647168=524288,1171456=622592,1794048=57344} 2024-07-27T18:32:20.128 INFO:tasks.rados.rados.0.smithi029.stdout:3554: writing smithi02985406-26 from 0 to 647168 tid 1 2024-07-27T18:32:20.131 INFO:tasks.rados.rados.0.smithi029.stdout:3554: writing smithi02985406-26 from 647168 to 1171456 tid 2 2024-07-27T18:32:20.135 INFO:tasks.rados.rados.0.smithi029.stdout:3554: writing smithi02985406-26 from 1171456 to 1794048 tid 3 2024-07-27T18:32:20.136 INFO:tasks.rados.rados.0.smithi029.stdout:3554: writing smithi02985406-26 from 1794048 to 1851392 tid 4 2024-07-27T18:32:20.136 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 338 2024-07-27T18:32:20.136 INFO:tasks.rados.rados.0.smithi029.stdout:3554: finishing write tid 1 to smithi02985406-26 2024-07-27T18:32:20.136 INFO:tasks.rados.rados.0.smithi029.stdout:3554: finishing write tid 2 to smithi02985406-26 2024-07-27T18:32:20.136 INFO:tasks.rados.rados.0.smithi029.stdout:3555: seq_num 1114 ranges {0=663552,663552=802816,1466368=401408} 2024-07-27T18:32:20.139 INFO:tasks.rados.rados.0.smithi029.stdout:3555: writing smithi02985406-42 from 0 to 663552 tid 1 2024-07-27T18:32:20.144 INFO:tasks.rados.rados.0.smithi029.stdout:3555: writing smithi02985406-42 from 663552 to 1466368 tid 2 2024-07-27T18:32:20.147 INFO:tasks.rados.rados.0.smithi029.stdout:3555: writing smithi02985406-42 from 1466368 to 1867776 tid 3 2024-07-27T18:32:20.147 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 338 2024-07-27T18:32:20.147 INFO:tasks.rados.rados.0.smithi029.stdout:3554: finishing write tid 3 to smithi02985406-26 2024-07-27T18:32:20.147 INFO:tasks.rados.rados.0.smithi029.stdout:3554: finishing write tid 4 to smithi02985406-26 2024-07-27T18:32:20.148 INFO:tasks.rados.rados.0.smithi029.stdout:3554: finishing write tid 5 to smithi02985406-26 2024-07-27T18:32:20.148 INFO:tasks.rados.rados.0.smithi029.stdout:3554: finishing write tid 6 to smithi02985406-26 2024-07-27T18:32:20.148 INFO:tasks.rados.rados.0.smithi029.stdout:3554: oid 26 updating version 0 to 2365 2024-07-27T18:32:20.148 INFO:tasks.rados.rados.0.smithi029.stdout:3554: oid 26 updating version 2365 to 2366 2024-07-27T18:32:20.148 INFO:tasks.rados.rados.0.smithi029.stdout:3554: oid 26 updating version 2366 to 2368 2024-07-27T18:32:20.148 INFO:tasks.rados.rados.0.smithi029.stdout:3554: oid 26 version 2368 is already newer than 2367 2024-07-27T18:32:20.148 INFO:tasks.rados.rados.0.smithi029.stdout:3554: oid 26 version 2368 is already newer than 2364 2024-07-27T18:32:20.148 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 2368 (ObjNum 1113 snap 338 seq_num 1113) dirty exists 2024-07-27T18:32:20.148 INFO:tasks.rados.rados.0.smithi029.stdout:3554: left oid 26 (ObjNum 1113 snap 338 seq_num 1113) 2024-07-27T18:32:20.148 INFO:tasks.rados.rados.0.smithi029.stdout:3555: finishing write tid 1 to smithi02985406-42 2024-07-27T18:32:20.148 INFO:tasks.rados.rados.0.smithi029.stdout:3556: seq_num 1115 ranges {4980736=679936,5660672=688128,6348800=516096} 2024-07-27T18:32:20.178 INFO:tasks.rados.rados.0.smithi029.stdout:3556: writing smithi02985406-22 from 4980736 to 5660672 tid 1 2024-07-27T18:32:20.181 INFO:tasks.rados.rados.0.smithi029.stdout:3556: writing smithi02985406-22 from 5660672 to 6348800 tid 2 2024-07-27T18:32:20.186 INFO:tasks.rados.rados.0.smithi029.stdout:3556: writing smithi02985406-22 from 6348800 to 6864896 tid 3 2024-07-27T18:32:20.186 INFO:tasks.rados.rados.0.smithi029.stdout:3554: done (2 left) 2024-07-27T18:32:20.186 INFO:tasks.rados.rados.0.smithi029.stdout:3557: delete oid 39 current snap is 338 2024-07-27T18:32:20.186 INFO:tasks.rados.rados.0.smithi029.stdout:3555: finishing write tid 2 to smithi02985406-42 2024-07-27T18:32:20.186 INFO:tasks.rados.rados.0.smithi029.stdout:3555: finishing write tid 3 to smithi02985406-42 2024-07-27T18:32:20.186 INFO:tasks.rados.rados.0.smithi029.stdout:3555: finishing write tid 4 to smithi02985406-42 2024-07-27T18:32:20.186 INFO:tasks.rados.rados.0.smithi029.stdout:3555: finishing write tid 5 to smithi02985406-42 2024-07-27T18:32:20.186 INFO:tasks.rados.rados.0.smithi029.stdout:3555: oid 42 updating version 0 to 2309 2024-07-27T18:32:20.186 INFO:tasks.rados.rados.0.smithi029.stdout:3555: oid 42 version 2309 is already newer than 2308 2024-07-27T18:32:20.186 INFO:tasks.rados.rados.0.smithi029.stdout:3555: oid 42 updating version 2309 to 2310 2024-07-27T18:32:20.186 INFO:tasks.rados.rados.0.smithi029.stdout:3555: oid 42 updating version 2310 to 2311 2024-07-27T18:32:20.187 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 2311 (ObjNum 1114 snap 338 seq_num 1114) dirty exists 2024-07-27T18:32:20.187 INFO:tasks.rados.rados.0.smithi029.stdout:3555: left oid 42 (ObjNum 1114 snap 338 seq_num 1114) 2024-07-27T18:32:20.187 INFO:tasks.rados.rados.0.smithi029.stdout:3556: finishing write tid 1 to smithi02985406-22 2024-07-27T18:32:20.187 INFO:tasks.rados.rados.0.smithi029.stdout:3556: finishing write tid 2 to smithi02985406-22 2024-07-27T18:32:20.188 INFO:tasks.rados.rados.0.smithi029.stdout:3555: done (2 left) 2024-07-27T18:32:20.189 INFO:tasks.rados.rados.0.smithi029.stdout:3557: done (1 left) 2024-07-27T18:32:20.189 INFO:tasks.rados.rados.0.smithi029.stdout:3558: read oid 18 snap -1 2024-07-27T18:32:20.189 INFO:tasks.rados.rados.0.smithi029.stdout:3558: expect (ObjNum 1096 snap 333 seq_num 1096) 2024-07-27T18:32:20.189 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 338 2024-07-27T18:32:20.189 INFO:tasks.rados.rados.0.smithi029.stdout:3559: seq_num 1117 ranges {7036928=712704,7749632=458752,8208384=655360,8863744=90112} 2024-07-27T18:32:20.231 INFO:tasks.rados.rados.0.smithi029.stdout:3559: writing smithi02985406-46 from 7036928 to 7749632 tid 1 2024-07-27T18:32:20.233 INFO:tasks.rados.rados.0.smithi029.stdout:3559: writing smithi02985406-46 from 7749632 to 8208384 tid 2 2024-07-27T18:32:20.237 INFO:tasks.rados.rados.0.smithi029.stdout:3559: writing smithi02985406-46 from 8208384 to 8863744 tid 3 2024-07-27T18:32:20.238 INFO:tasks.rados.rados.0.smithi029.stdout:3559: writing smithi02985406-46 from 8863744 to 8953856 tid 4 2024-07-27T18:32:20.238 INFO:tasks.rados.rados.0.smithi029.stdout:3560: read oid 29 snap -1 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3560: expect deleted 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3561: read oid 34 snap -1 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3561: expect deleted 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3562: delete oid 23 current snap is 338 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3556: finishing write tid 3 to smithi02985406-22 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3556: finishing write tid 4 to smithi02985406-22 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3556: finishing write tid 5 to smithi02985406-22 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3556: oid 22 updating version 0 to 1037 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3556: oid 22 version 1037 is already newer than 1034 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3556: oid 22 version 1037 is already newer than 1036 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3556: oid 22 version 1037 is already newer than 1035 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 1037 (ObjNum 1115 snap 338 seq_num 1115) dirty exists 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3556: left oid 22 (ObjNum 1115 snap 338 seq_num 1115) 2024-07-27T18:32:20.239 INFO:tasks.rados.rados.0.smithi029.stdout:3558: expect (ObjNum 1096 snap 333 seq_num 1096) 2024-07-27T18:32:20.281 INFO:tasks.rados.rados.0.smithi029.stdout:3559: finishing write tid 1 to smithi02985406-46 2024-07-27T18:32:20.281 INFO:tasks.rados.rados.0.smithi029.stdout:3559: finishing write tid 2 to smithi02985406-46 2024-07-27T18:32:20.282 INFO:tasks.rados.rados.0.smithi029.stdout:3559: finishing write tid 3 to smithi02985406-46 2024-07-27T18:32:20.282 INFO:tasks.rados.rados.0.smithi029.stdout:3559: finishing write tid 4 to smithi02985406-46 2024-07-27T18:32:20.282 INFO:tasks.rados.rados.0.smithi029.stdout:3559: finishing write tid 5 to smithi02985406-46 2024-07-27T18:32:20.282 INFO:tasks.rados.rados.0.smithi029.stdout:3559: finishing write tid 6 to smithi02985406-46 2024-07-27T18:32:20.282 INFO:tasks.rados.rados.0.smithi029.stdout:3559: oid 46 updating version 0 to 1927 2024-07-27T18:32:20.282 INFO:tasks.rados.rados.0.smithi029.stdout:3559: oid 46 updating version 1927 to 1929 2024-07-27T18:32:20.282 INFO:tasks.rados.rados.0.smithi029.stdout:3559: oid 46 version 1929 is already newer than 1928 2024-07-27T18:32:20.282 INFO:tasks.rados.rados.0.smithi029.stdout:3559: oid 46 updating version 1929 to 1930 2024-07-27T18:32:20.282 INFO:tasks.rados.rados.0.smithi029.stdout:3559: oid 46 version 1930 is already newer than 1926 2024-07-27T18:32:20.282 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1930 (ObjNum 1117 snap 338 seq_num 1117) dirty exists 2024-07-27T18:32:20.283 INFO:tasks.rados.rados.0.smithi029.stdout:3559: left oid 46 (ObjNum 1117 snap 338 seq_num 1117) 2024-07-27T18:32:20.283 INFO:tasks.rados.rados.0.smithi029.stdout:3556: done (5 left) 2024-07-27T18:32:20.283 INFO:tasks.rados.rados.0.smithi029.stdout:3558: done (4 left) 2024-07-27T18:32:20.283 INFO:tasks.rados.rados.0.smithi029.stdout:3559: done (3 left) 2024-07-27T18:32:20.283 INFO:tasks.rados.rados.0.smithi029.stdout:3560: done (2 left) 2024-07-27T18:32:20.283 INFO:tasks.rados.rados.0.smithi029.stdout:3561: done (1 left) 2024-07-27T18:32:20.283 INFO:tasks.rados.rados.0.smithi029.stdout:3562: done (0 left) 2024-07-27T18:32:20.283 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 338 2024-07-27T18:32:20.283 INFO:tasks.rados.rados.0.smithi029.stdout:3563: seq_num 1119 ranges {0=745472,745472=679936,1425408=524288} 2024-07-27T18:32:20.285 INFO:tasks.rados.rados.0.smithi029.stdout:3563: writing smithi02985406-12 from 0 to 745472 tid 1 2024-07-27T18:32:20.289 INFO:tasks.rados.rados.0.smithi029.stdout:3563: writing smithi02985406-12 from 745472 to 1425408 tid 2 2024-07-27T18:32:20.292 INFO:tasks.rados.rados.0.smithi029.stdout:3563: writing smithi02985406-12 from 1425408 to 1949696 tid 3 2024-07-27T18:32:20.292 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 338 2024-07-27T18:32:20.292 INFO:tasks.rados.rados.0.smithi029.stdout:3563: finishing write tid 1 to smithi02985406-12 2024-07-27T18:32:20.292 INFO:tasks.rados.rados.0.smithi029.stdout:3563: finishing write tid 2 to smithi02985406-12 2024-07-27T18:32:20.292 INFO:tasks.rados.rados.0.smithi029.stdout:3564: seq_num 1120 ranges {1785856=761856,2547712=557056,3104768=425984,3530752=221184} 2024-07-27T18:32:20.306 INFO:tasks.rados.rados.0.smithi029.stdout:3564: writing smithi02985406-35 from 1785856 to 2547712 tid 1 2024-07-27T18:32:20.309 INFO:tasks.rados.rados.0.smithi029.stdout:3564: writing smithi02985406-35 from 2547712 to 3104768 tid 2 2024-07-27T18:32:20.311 INFO:tasks.rados.rados.0.smithi029.stdout:3564: writing smithi02985406-35 from 3104768 to 3530752 tid 3 2024-07-27T18:32:20.313 INFO:tasks.rados.rados.0.smithi029.stdout:3564: writing smithi02985406-35 from 3530752 to 3751936 tid 4 2024-07-27T18:32:20.313 INFO:tasks.rados.rados.0.smithi029.stdout:3565: rmattr oid 33 current snap is 338 2024-07-27T18:32:20.313 INFO:tasks.rados.rados.0.smithi029.stdout:3565: done (2 left) 2024-07-27T18:32:20.313 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 27 current snap is 338 2024-07-27T18:32:20.314 INFO:tasks.rados.rados.0.smithi029.stdout:3563: finishing write tid 3 to smithi02985406-12 2024-07-27T18:32:20.314 INFO:tasks.rados.rados.0.smithi029.stdout:3563: finishing write tid 4 to smithi02985406-12 2024-07-27T18:32:20.314 INFO:tasks.rados.rados.0.smithi029.stdout:3563: finishing write tid 5 to smithi02985406-12 2024-07-27T18:32:20.314 INFO:tasks.rados.rados.0.smithi029.stdout:3563: oid 12 updating version 0 to 2350 2024-07-27T18:32:20.314 INFO:tasks.rados.rados.0.smithi029.stdout:3563: oid 12 version 2350 is already newer than 2348 2024-07-27T18:32:20.314 INFO:tasks.rados.rados.0.smithi029.stdout:3563: oid 12 version 2350 is already newer than 2347 2024-07-27T18:32:20.314 INFO:tasks.rados.rados.0.smithi029.stdout:3563: oid 12 version 2350 is already newer than 2349 2024-07-27T18:32:20.314 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 2350 (ObjNum 1119 snap 338 seq_num 1119) dirty exists 2024-07-27T18:32:20.314 INFO:tasks.rados.rados.0.smithi029.stdout:3563: left oid 12 (ObjNum 1119 snap 338 seq_num 1119) 2024-07-27T18:32:20.314 INFO:tasks.rados.rados.0.smithi029.stdout:3564: finishing write tid 1 to smithi02985406-35 2024-07-27T18:32:20.314 INFO:tasks.rados.rados.0.smithi029.stdout:3566: seq_num 1121 ranges {0=778240,778240=442368,1220608=638976,1859584=122880} 2024-07-27T18:32:20.317 INFO:tasks.rados.rados.0.smithi029.stdout:3566: writing smithi02985406-27 from 0 to 778240 tid 1 2024-07-27T18:32:20.320 INFO:tasks.rados.rados.0.smithi029.stdout:3566: writing smithi02985406-27 from 778240 to 1220608 tid 2 2024-07-27T18:32:20.324 INFO:tasks.rados.rados.0.smithi029.stdout:3566: writing smithi02985406-27 from 1220608 to 1859584 tid 3 2024-07-27T18:32:20.325 INFO:tasks.rados.rados.0.smithi029.stdout:3566: writing smithi02985406-27 from 1859584 to 1982464 tid 4 2024-07-27T18:32:20.325 INFO:tasks.rados.rados.0.smithi029.stdout:3563: done (2 left) 2024-07-27T18:32:20.325 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 338 2024-07-27T18:32:20.325 INFO:tasks.rados.rados.0.smithi029.stdout:3564: finishing write tid 2 to smithi02985406-35 2024-07-27T18:32:20.325 INFO:tasks.rados.rados.0.smithi029.stdout:3564: finishing write tid 3 to smithi02985406-35 2024-07-27T18:32:20.325 INFO:tasks.rados.rados.0.smithi029.stdout:3564: finishing write tid 4 to smithi02985406-35 2024-07-27T18:32:20.325 INFO:tasks.rados.rados.0.smithi029.stdout:3564: finishing write tid 5 to smithi02985406-35 2024-07-27T18:32:20.325 INFO:tasks.rados.rados.0.smithi029.stdout:3564: finishing write tid 6 to smithi02985406-35 2024-07-27T18:32:20.325 INFO:tasks.rados.rados.0.smithi029.stdout:3564: oid 35 updating version 0 to 1038 2024-07-27T18:32:20.325 INFO:tasks.rados.rados.0.smithi029.stdout:3564: oid 35 updating version 1038 to 1041 2024-07-27T18:32:20.326 INFO:tasks.rados.rados.0.smithi029.stdout:3564: oid 35 version 1041 is already newer than 1040 2024-07-27T18:32:20.326 INFO:tasks.rados.rados.0.smithi029.stdout:3564: oid 35 updating version 1041 to 1042 2024-07-27T18:32:20.326 INFO:tasks.rados.rados.0.smithi029.stdout:3564: oid 35 version 1042 is already newer than 1039 2024-07-27T18:32:20.326 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 1042 (ObjNum 1120 snap 338 seq_num 1120) dirty exists 2024-07-27T18:32:20.326 INFO:tasks.rados.rados.0.smithi029.stdout:3564: left oid 35 (ObjNum 1120 snap 338 seq_num 1120) 2024-07-27T18:32:20.326 INFO:tasks.rados.rados.0.smithi029.stdout:3566: finishing write tid 1 to smithi02985406-27 2024-07-27T18:32:20.326 INFO:tasks.rados.rados.0.smithi029.stdout:3566: finishing write tid 2 to smithi02985406-27 2024-07-27T18:32:20.326 INFO:tasks.rados.rados.0.smithi029.stdout:3567: seq_num 1122 ranges {0=794624,794624=729088,1523712=475136} 2024-07-27T18:32:20.329 INFO:tasks.rados.rados.0.smithi029.stdout:3567: writing smithi02985406-39 from 0 to 794624 tid 1 2024-07-27T18:32:20.333 INFO:tasks.rados.rados.0.smithi029.stdout:3567: writing smithi02985406-39 from 794624 to 1523712 tid 2 2024-07-27T18:32:20.338 INFO:tasks.rados.rados.0.smithi029.stdout:3567: writing smithi02985406-39 from 1523712 to 1998848 tid 3 2024-07-27T18:32:20.338 INFO:tasks.rados.rados.0.smithi029.stdout:3564: done (2 left) 2024-07-27T18:32:20.338 INFO:tasks.rados.rados.0.smithi029.stdout:3568: read oid 48 snap 332 2024-07-27T18:32:20.338 INFO:tasks.rados.rados.0.smithi029.stdout:3568: expect deleted 2024-07-27T18:32:20.338 INFO:tasks.rados.rados.0.smithi029.stdout:3569: copy_from oid 26 from oid 21 current snap is 338 2024-07-27T18:32:20.338 INFO:tasks.rados.rados.0.smithi029.stdout:3566: finishing write tid 3 to smithi02985406-27 2024-07-27T18:32:20.338 INFO:tasks.rados.rados.0.smithi029.stdout:3566: finishing write tid 4 to smithi02985406-27 2024-07-27T18:32:20.338 INFO:tasks.rados.rados.0.smithi029.stdout:3566: finishing write tid 5 to smithi02985406-27 2024-07-27T18:32:20.338 INFO:tasks.rados.rados.0.smithi029.stdout:3566: finishing write tid 6 to smithi02985406-27 2024-07-27T18:32:20.338 INFO:tasks.rados.rados.0.smithi029.stdout:3566: oid 27 updating version 0 to 2434 2024-07-27T18:32:20.338 INFO:tasks.rados.rados.0.smithi029.stdout:3566: oid 27 version 2434 is already newer than 2430 2024-07-27T18:32:20.339 INFO:tasks.rados.rados.0.smithi029.stdout:3566: oid 27 version 2434 is already newer than 2431 2024-07-27T18:32:20.339 INFO:tasks.rados.rados.0.smithi029.stdout:3566: oid 27 version 2434 is already newer than 2432 2024-07-27T18:32:20.339 INFO:tasks.rados.rados.0.smithi029.stdout:3566: oid 27 version 2434 is already newer than 2433 2024-07-27T18:32:20.339 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 2434 (ObjNum 1121 snap 338 seq_num 1121) dirty exists 2024-07-27T18:32:20.339 INFO:tasks.rados.rados.0.smithi029.stdout:3566: left oid 27 (ObjNum 1121 snap 338 seq_num 1121) 2024-07-27T18:32:20.339 INFO:tasks.rados.rados.0.smithi029.stdout:3567: finishing write tid 1 to smithi02985406-39 2024-07-27T18:32:20.339 INFO:tasks.rados.rados.0.smithi029.stdout:3567: finishing write tid 2 to smithi02985406-39 2024-07-27T18:32:20.339 INFO:tasks.rados.rados.0.smithi029.stdout:3566: done (3 left) 2024-07-27T18:32:20.339 INFO:tasks.rados.rados.0.smithi029.stdout:3570: delete oid 10 current snap is 338 2024-07-27T18:32:20.340 INFO:tasks.rados.rados.0.smithi029.stdout:3567: finishing write tid 3 to smithi02985406-39 2024-07-27T18:32:20.340 INFO:tasks.rados.rados.0.smithi029.stdout:3567: finishing write tid 4 to smithi02985406-39 2024-07-27T18:32:20.340 INFO:tasks.rados.rados.0.smithi029.stdout:3568: done (3 left) 2024-07-27T18:32:20.340 INFO:tasks.rados.rados.0.smithi029.stdout:3570: done (2 left) 2024-07-27T18:32:20.340 INFO:tasks.rados.rados.0.smithi029.stdout:3571: snap_remove snap 332 2024-07-27T18:32:20.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:20 smithi179 ceph-mon[89801]: pgmap v806: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 184 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 1.0 MiB/s rd, 6.8 MiB/s wr, 9 op/s 2024-07-27T18:32:20.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:20 smithi179 ceph-mon[89801]: osdmap e758: 8 total, 8 up, 8 in 2024-07-27T18:32:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:20 smithi029 ceph-mon[96870]: pgmap v806: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 184 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 1.0 MiB/s rd, 6.8 MiB/s wr, 9 op/s 2024-07-27T18:32:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:20 smithi029 ceph-mon[96870]: osdmap e758: 8 total, 8 up, 8 in 2024-07-27T18:32:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:20 smithi029 ceph-mon[99353]: pgmap v806: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 184 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 1.0 MiB/s rd, 6.8 MiB/s wr, 9 op/s 2024-07-27T18:32:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:20 smithi029 ceph-mon[99353]: osdmap e758: 8 total, 8 up, 8 in 2024-07-27T18:32:21.125 INFO:tasks.rados.rados.0.smithi029.stdout:3571: done (2 left) 2024-07-27T18:32:21.125 INFO:tasks.rados.rados.0.smithi029.stdout:3572: read oid 22 snap -1 2024-07-27T18:32:21.125 INFO:tasks.rados.rados.0.smithi029.stdout:3572: expect (ObjNum 1115 snap 338 seq_num 1115) 2024-07-27T18:32:21.125 INFO:tasks.rados.rados.0.smithi029.stdout:3573: setattr oid 30 current snap is 338 2024-07-27T18:32:21.125 INFO:tasks.rados.rados.0.smithi029.stdout:3567: finishing write tid 5 to smithi02985406-39 2024-07-27T18:32:21.125 INFO:tasks.rados.rados.0.smithi029.stdout:3567: oid 39 updating version 0 to 2363 2024-07-27T18:32:21.126 INFO:tasks.rados.rados.0.smithi029.stdout:3567: oid 39 updating version 2363 to 2364 2024-07-27T18:32:21.126 INFO:tasks.rados.rados.0.smithi029.stdout:3567: oid 39 version 2364 is already newer than 2362 2024-07-27T18:32:21.126 INFO:tasks.rados.rados.0.smithi029.stdout:3567: oid 39 version 2364 is already newer than 2361 2024-07-27T18:32:21.126 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2364 (ObjNum 1122 snap 338 seq_num 1122) dirty exists 2024-07-27T18:32:21.126 INFO:tasks.rados.rados.0.smithi029.stdout:3567: left oid 39 (ObjNum 1122 snap 338 seq_num 1122) 2024-07-27T18:32:21.126 INFO:tasks.rados.rados.0.smithi029.stdout:3569: finishing copy_from racing read to smithi02985406-26 2024-07-27T18:32:21.126 INFO:tasks.rados.rados.0.smithi029.stdout:3569: finishing copy_from to smithi02985406-26 2024-07-27T18:32:21.126 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 981 (ObjNum 1000 snap 302 seq_num 1000) dirty exists 2024-07-27T18:32:21.128 INFO:tasks.rados.rados.0.smithi029.stdout:3567: done (3 left) 2024-07-27T18:32:21.128 INFO:tasks.rados.rados.0.smithi029.stdout:3569: done (2 left) 2024-07-27T18:32:21.128 INFO:tasks.rados.rados.0.smithi029.stdout:3574: read oid 36 snap -1 2024-07-27T18:32:21.128 INFO:tasks.rados.rados.0.smithi029.stdout:3574: expect deleted 2024-07-27T18:32:21.128 INFO:tasks.rados.rados.0.smithi029.stdout:3575: snap_remove snap 335 2024-07-27T18:32:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:21 smithi179 ceph-mon[89801]: osdmap e759: 8 total, 8 up, 8 in 2024-07-27T18:32:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:21 smithi029 ceph-mon[96870]: osdmap e759: 8 total, 8 up, 8 in 2024-07-27T18:32:21.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:21 smithi029 ceph-mon[99353]: osdmap e759: 8 total, 8 up, 8 in 2024-07-27T18:32:22.081 INFO:tasks.rados.rados.0.smithi029.stdout:3575: done (3 left) 2024-07-27T18:32:22.082 INFO:tasks.rados.rados.0.smithi029.stdout:3576: snap_remove snap 333 2024-07-27T18:32:22.082 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 1930 (ObjNum 1064 snap 320 seq_num 1064) dirty exists 2024-07-27T18:32:22.082 INFO:tasks.rados.rados.0.smithi029.stdout:3572: expect (ObjNum 1115 snap 338 seq_num 1115) 2024-07-27T18:32:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:22 smithi179 ceph-mon[89801]: pgmap v809: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 190 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 2.9 MiB/s wr, 19 op/s 2024-07-27T18:32:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:22 smithi179 ceph-mon[89801]: osdmap e760: 8 total, 8 up, 8 in 2024-07-27T18:32:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:22 smithi179 ceph-mon[89801]: osdmap e761: 8 total, 8 up, 8 in 2024-07-27T18:32:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:22 smithi029 ceph-mon[96870]: pgmap v809: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 190 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 2.9 MiB/s wr, 19 op/s 2024-07-27T18:32:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:22 smithi029 ceph-mon[96870]: osdmap e760: 8 total, 8 up, 8 in 2024-07-27T18:32:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:22 smithi029 ceph-mon[96870]: osdmap e761: 8 total, 8 up, 8 in 2024-07-27T18:32:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:22 smithi029 ceph-mon[99353]: pgmap v809: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 190 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 2.9 MiB/s wr, 19 op/s 2024-07-27T18:32:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:22 smithi029 ceph-mon[99353]: osdmap e760: 8 total, 8 up, 8 in 2024-07-27T18:32:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:22 smithi029 ceph-mon[99353]: osdmap e761: 8 total, 8 up, 8 in 2024-07-27T18:32:22.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:32:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:32:22] "GET /metrics HTTP/1.1" 200 36347 "" "Prometheus/2.43.0" 2024-07-27T18:32:23.130 INFO:tasks.rados.rados.0.smithi029.stdout:3572: done (3 left) 2024-07-27T18:32:23.131 INFO:tasks.rados.rados.0.smithi029.stdout:3573: done (2 left) 2024-07-27T18:32:23.131 INFO:tasks.rados.rados.0.smithi029.stdout:3574: done (1 left) 2024-07-27T18:32:23.131 INFO:tasks.rados.rados.0.smithi029.stdout:3576: done (0 left) 2024-07-27T18:32:23.131 INFO:tasks.rados.rados.0.smithi029.stdout:3577: copy_from oid 5 from oid 40 current snap is 338 2024-07-27T18:32:23.131 INFO:tasks.rados.rados.0.smithi029.stdout:3578: setattr oid 39 current snap is 338 2024-07-27T18:32:23.133 INFO:tasks.rados.rados.0.smithi029.stdout:3579: snap_remove snap 325 2024-07-27T18:32:24.136 INFO:tasks.rados.rados.0.smithi029.stdout:3579: done (2 left) 2024-07-27T18:32:24.136 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 338 2024-07-27T18:32:24.136 INFO:tasks.rados.rados.0.smithi029.stdout:3580: seq_num 1124 ranges {1867776=434176,2301952=499712,2801664=409600,3211264=663552,3874816=32768} 2024-07-27T18:32:24.150 INFO:tasks.rados.rados.0.smithi029.stdout:3580: writing smithi02985406-42 from 1867776 to 2301952 tid 1 2024-07-27T18:32:24.153 INFO:tasks.rados.rados.0.smithi029.stdout:3580: writing smithi02985406-42 from 2301952 to 2801664 tid 2 2024-07-27T18:32:24.156 INFO:tasks.rados.rados.0.smithi029.stdout:3580: writing smithi02985406-42 from 2801664 to 3211264 tid 3 2024-07-27T18:32:24.161 INFO:tasks.rados.rados.0.smithi029.stdout:3580: writing smithi02985406-42 from 3211264 to 3874816 tid 4 2024-07-27T18:32:24.162 INFO:tasks.rados.rados.0.smithi029.stdout:3580: writing smithi02985406-42 from 3874816 to 3907584 tid 5 2024-07-27T18:32:24.162 INFO:tasks.rados.rados.0.smithi029.stdout:3577: finishing copy_from racing read to smithi02985406-5 2024-07-27T18:32:24.162 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2365 (ObjNum 1122 snap 338 seq_num 1122) dirty exists 2024-07-27T18:32:24.162 INFO:tasks.rados.rados.0.smithi029.stdout:3577: finishing copy_from to smithi02985406-5 2024-07-27T18:32:24.162 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 1649 (ObjNum 1058 snap 317 seq_num 1058) dirty exists 2024-07-27T18:32:24.162 INFO:tasks.rados.rados.0.smithi029.stdout:3580: finishing write tid 1 to smithi02985406-42 2024-07-27T18:32:24.162 INFO:tasks.rados.rados.0.smithi029.stdout:3580: finishing write tid 2 to smithi02985406-42 2024-07-27T18:32:24.163 INFO:tasks.rados.rados.0.smithi029.stdout:3580: finishing write tid 3 to smithi02985406-42 2024-07-27T18:32:24.163 INFO:tasks.rados.rados.0.smithi029.stdout:3577: done (2 left) 2024-07-27T18:32:24.163 INFO:tasks.rados.rados.0.smithi029.stdout:3578: done (1 left) 2024-07-27T18:32:24.163 INFO:tasks.rados.rados.0.smithi029.stdout:3581: rollback oid 28 current snap is 338 2024-07-27T18:32:24.163 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 28 to 330 2024-07-27T18:32:24.163 INFO:tasks.rados.rados.0.smithi029.stdout:3582: snap_remove snap 331 2024-07-27T18:32:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:24 smithi179 ceph-mon[89801]: pgmap v812: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 224 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 8.9 MiB/s wr, 32 op/s 2024-07-27T18:32:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:24 smithi179 ceph-mon[89801]: osdmap e762: 8 total, 8 up, 8 in 2024-07-27T18:32:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:32:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:24 smithi029 ceph-mon[96870]: pgmap v812: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 224 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 8.9 MiB/s wr, 32 op/s 2024-07-27T18:32:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:24 smithi029 ceph-mon[96870]: osdmap e762: 8 total, 8 up, 8 in 2024-07-27T18:32:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:32:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:24 smithi029 ceph-mon[99353]: pgmap v812: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 224 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 8.9 MiB/s wr, 32 op/s 2024-07-27T18:32:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:24 smithi029 ceph-mon[99353]: osdmap e762: 8 total, 8 up, 8 in 2024-07-27T18:32:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:32:25.142 INFO:tasks.rados.rados.0.smithi029.stdout:3582: done (2 left) 2024-07-27T18:32:25.142 INFO:tasks.rados.rados.0.smithi029.stdout:3583: delete oid 24 current snap is 338 2024-07-27T18:32:25.142 INFO:tasks.rados.rados.0.smithi029.stdout:3580: finishing write tid 4 to smithi02985406-42 2024-07-27T18:32:25.142 INFO:tasks.rados.rados.0.smithi029.stdout:3580: finishing write tid 5 to smithi02985406-42 2024-07-27T18:32:25.142 INFO:tasks.rados.rados.0.smithi029.stdout:3581: finishing rollback tid 0 to smithi02985406-28 2024-07-27T18:32:25.142 INFO:tasks.rados.rados.0.smithi029.stdout:3580: finishing write tid 6 to smithi02985406-42 2024-07-27T18:32:25.142 INFO:tasks.rados.rados.0.smithi029.stdout:3581: finishing rollback tid 1 to smithi02985406-28 2024-07-27T18:32:25.142 INFO:tasks.rados.rados.0.smithi029.stdout:3581: finishing rollback tid 2 to smithi02985406-28 2024-07-27T18:32:25.142 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 2418 (ObjNum 1016 snap 305 seq_num 1016) dirty exists 2024-07-27T18:32:25.142 INFO:tasks.rados.rados.0.smithi029.stdout:3580: finishing write tid 7 to smithi02985406-42 2024-07-27T18:32:25.142 INFO:tasks.rados.rados.0.smithi029.stdout:3580: oid 42 updating version 0 to 2316 2024-07-27T18:32:25.143 INFO:tasks.rados.rados.0.smithi029.stdout:3580: oid 42 version 2316 is already newer than 2313 2024-07-27T18:32:25.143 INFO:tasks.rados.rados.0.smithi029.stdout:3580: oid 42 version 2316 is already newer than 2314 2024-07-27T18:32:25.143 INFO:tasks.rados.rados.0.smithi029.stdout:3580: oid 42 version 2316 is already newer than 2315 2024-07-27T18:32:25.143 INFO:tasks.rados.rados.0.smithi029.stdout:3580: oid 42 version 2316 is already newer than 2312 2024-07-27T18:32:25.143 INFO:tasks.rados.rados.0.smithi029.stdout:3580: oid 42 updating version 2316 to 2317 2024-07-27T18:32:25.143 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 2317 (ObjNum 1124 snap 338 seq_num 1124) dirty exists 2024-07-27T18:32:25.143 INFO:tasks.rados.rados.0.smithi029.stdout:3580: left oid 42 (ObjNum 1124 snap 338 seq_num 1124) 2024-07-27T18:32:25.156 INFO:tasks.rados.rados.0.smithi029.stdout:3580: done (2 left) 2024-07-27T18:32:25.157 INFO:tasks.rados.rados.0.smithi029.stdout:3581: done (1 left) 2024-07-27T18:32:25.157 INFO:tasks.rados.rados.0.smithi029.stdout:3583: done (0 left) 2024-07-27T18:32:25.157 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 41 current snap is 338 2024-07-27T18:32:25.157 INFO:tasks.rados.rados.0.smithi029.stdout:3584: seq_num 1126 ranges {7806976=466944,8273920=720896,8994816=778240,9773056=106496} 2024-07-27T18:32:25.202 INFO:tasks.rados.rados.0.smithi029.stdout:3584: writing smithi02985406-41 from 7806976 to 8273920 tid 1 2024-07-27T18:32:25.206 INFO:tasks.rados.rados.0.smithi029.stdout:3584: writing smithi02985406-41 from 8273920 to 8994816 tid 2 2024-07-27T18:32:25.210 INFO:tasks.rados.rados.0.smithi029.stdout:3584: writing smithi02985406-41 from 8994816 to 9773056 tid 3 2024-07-27T18:32:25.211 INFO:tasks.rados.rados.0.smithi029.stdout:3584: writing smithi02985406-41 from 9773056 to 9879552 tid 4 2024-07-27T18:32:25.211 INFO:tasks.rados.rados.0.smithi029.stdout:3585: delete oid 48 current snap is 338 2024-07-27T18:32:25.211 INFO:tasks.rados.rados.0.smithi029.stdout:3584: finishing write tid 1 to smithi02985406-41 2024-07-27T18:32:25.211 INFO:tasks.rados.rados.0.smithi029.stdout:3584: finishing write tid 2 to smithi02985406-41 2024-07-27T18:32:25.215 INFO:tasks.rados.rados.0.smithi029.stdout:3584: finishing write tid 3 to smithi02985406-41 2024-07-27T18:32:25.215 INFO:tasks.rados.rados.0.smithi029.stdout:3584: finishing write tid 4 to smithi02985406-41 2024-07-27T18:32:25.215 INFO:tasks.rados.rados.0.smithi029.stdout:3585: done (1 left) 2024-07-27T18:32:25.215 INFO:tasks.rados.rados.0.smithi029.stdout:3586: copy_from oid 34 from oid 3 current snap is 338 2024-07-27T18:32:25.215 INFO:tasks.rados.rados.0.smithi029.stdout:3587: copy_from oid 25 from oid 31 current snap is 338 2024-07-27T18:32:25.215 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 338 2024-07-27T18:32:25.215 INFO:tasks.rados.rados.0.smithi029.stdout:3588: seq_num 1128 ranges {8683520=499712,9183232=483328,9666560=786432,10452992=335872} 2024-07-27T18:32:25.265 INFO:tasks.rados.rados.0.smithi029.stdout:3588: writing smithi02985406-4 from 8683520 to 9183232 tid 1 2024-07-27T18:32:25.268 INFO:tasks.rados.rados.0.smithi029.stdout:3588: writing smithi02985406-4 from 9183232 to 9666560 tid 2 2024-07-27T18:32:25.273 INFO:tasks.rados.rados.0.smithi029.stdout:3588: writing smithi02985406-4 from 9666560 to 10452992 tid 3 2024-07-27T18:32:25.276 INFO:tasks.rados.rados.0.smithi029.stdout:3588: writing smithi02985406-4 from 10452992 to 10788864 tid 4 2024-07-27T18:32:25.276 INFO:tasks.rados.rados.0.smithi029.stdout:3589: rollback oid 12 current snap is 338 2024-07-27T18:32:25.276 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 12 to 336 2024-07-27T18:32:25.276 INFO:tasks.rados.rados.0.smithi029.stdout:3584: finishing write tid 5 to smithi02985406-41 2024-07-27T18:32:25.276 INFO:tasks.rados.rados.0.smithi029.stdout:3584: finishing write tid 6 to smithi02985406-41 2024-07-27T18:32:25.276 INFO:tasks.rados.rados.0.smithi029.stdout:3584: oid 41 updating version 0 to 2325 2024-07-27T18:32:25.276 INFO:tasks.rados.rados.0.smithi029.stdout:3584: oid 41 version 2325 is already newer than 2323 2024-07-27T18:32:25.276 INFO:tasks.rados.rados.0.smithi029.stdout:3584: oid 41 version 2325 is already newer than 2322 2024-07-27T18:32:25.276 INFO:tasks.rados.rados.0.smithi029.stdout:3584: oid 41 version 2325 is already newer than 2321 2024-07-27T18:32:25.276 INFO:tasks.rados.rados.0.smithi029.stdout:3584: oid 41 version 2325 is already newer than 2324 2024-07-27T18:32:25.276 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 2325 (ObjNum 1126 snap 338 seq_num 1126) dirty exists 2024-07-27T18:32:25.276 INFO:tasks.rados.rados.0.smithi029.stdout:3584: left oid 41 (ObjNum 1126 snap 338 seq_num 1126) 2024-07-27T18:32:25.277 INFO:tasks.rados.rados.0.smithi029.stdout:3586: finishing copy_from to smithi02985406-34 2024-07-27T18:32:25.277 INFO:tasks.rados.rados.0.smithi029.stdout:3586: got expected ENOENT (src dne) 2024-07-27T18:32:25.277 INFO:tasks.rados.rados.0.smithi029.stdout:3586: finishing copy_from racing read to smithi02985406-34 2024-07-27T18:32:25.277 INFO:tasks.rados.rados.0.smithi029.stdout:3587: finishing copy_from racing read to smithi02985406-25 2024-07-27T18:32:25.277 INFO:tasks.rados.rados.0.smithi029.stdout:3587: finishing copy_from to smithi02985406-25 2024-07-27T18:32:25.277 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 2324 (ObjNum 1080 snap 327 seq_num 1080) dirty exists 2024-07-27T18:32:25.277 INFO:tasks.rados.rados.0.smithi029.stdout:3588: finishing write tid 1 to smithi02985406-4 2024-07-27T18:32:25.277 INFO:tasks.rados.rados.0.smithi029.stdout:3584: done (4 left) 2024-07-27T18:32:25.277 INFO:tasks.rados.rados.0.smithi029.stdout:3586: done (3 left) 2024-07-27T18:32:25.277 INFO:tasks.rados.rados.0.smithi029.stdout:3587: done (2 left) 2024-07-27T18:32:25.277 INFO:tasks.rados.rados.0.smithi029.stdout:3590: delete oid 43 current snap is 338 2024-07-27T18:32:25.277 INFO:tasks.rados.rados.0.smithi029.stdout:3588: finishing write tid 2 to smithi02985406-4 2024-07-27T18:32:25.278 INFO:tasks.rados.rados.0.smithi029.stdout:3588: finishing write tid 3 to smithi02985406-4 2024-07-27T18:32:25.279 INFO:tasks.rados.rados.0.smithi029.stdout:3588: finishing write tid 4 to smithi02985406-4 2024-07-27T18:32:25.279 INFO:tasks.rados.rados.0.smithi029.stdout:3590: done (2 left) 2024-07-27T18:32:25.279 INFO:tasks.rados.rados.0.smithi029.stdout:3591: copy_from oid 27 from oid 5 current snap is 338 2024-07-27T18:32:25.279 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 36 current snap is 338 2024-07-27T18:32:25.279 INFO:tasks.rados.rados.0.smithi029.stdout:3592: seq_num 1130 ranges {0=532480,532480=655360,1187840=753664,1941504=196608} 2024-07-27T18:32:25.282 INFO:tasks.rados.rados.0.smithi029.stdout:3592: writing smithi02985406-36 from 0 to 532480 tid 1 2024-07-27T18:32:25.286 INFO:tasks.rados.rados.0.smithi029.stdout:3592: writing smithi02985406-36 from 532480 to 1187840 tid 2 2024-07-27T18:32:25.290 INFO:tasks.rados.rados.0.smithi029.stdout:3592: writing smithi02985406-36 from 1187840 to 1941504 tid 3 2024-07-27T18:32:25.292 INFO:tasks.rados.rados.0.smithi029.stdout:3592: writing smithi02985406-36 from 1941504 to 2138112 tid 4 2024-07-27T18:32:25.292 INFO:tasks.rados.rados.0.smithi029.stdout:3593: rollback oid 47 current snap is 338 2024-07-27T18:32:25.292 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 47 to 330 2024-07-27T18:32:25.292 INFO:tasks.rados.rados.0.smithi029.stdout:3589: finishing rollback tid 0 to smithi02985406-12 2024-07-27T18:32:25.292 INFO:tasks.rados.rados.0.smithi029.stdout:3588: finishing write tid 5 to smithi02985406-4 2024-07-27T18:32:25.292 INFO:tasks.rados.rados.0.smithi029.stdout:3594: rollback oid 1 current snap is 338 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 1 to 334 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:3589: finishing rollback tid 1 to smithi02985406-12 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:3589: finishing rollback tid 2 to smithi02985406-12 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 2354 (ObjNum 1091 snap 330 seq_num 1091) dirty exists 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:3588: finishing write tid 6 to smithi02985406-4 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:3588: oid 4 updating version 0 to 2428 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:3588: oid 4 updating version 2428 to 2430 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:3588: oid 4 updating version 2430 to 2432 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:3588: oid 4 version 2432 is already newer than 2431 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:3588: oid 4 version 2432 is already newer than 2429 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 2432 (ObjNum 1128 snap 338 seq_num 1128) dirty exists 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:3588: left oid 4 (ObjNum 1128 snap 338 seq_num 1128) 2024-07-27T18:32:25.293 INFO:tasks.rados.rados.0.smithi029.stdout:3588: done (5 left) 2024-07-27T18:32:25.294 INFO:tasks.rados.rados.0.smithi029.stdout:3589: done (4 left) 2024-07-27T18:32:25.294 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 338 2024-07-27T18:32:25.294 INFO:tasks.rados.rados.0.smithi029.stdout:3592: finishing write tid 1 to smithi02985406-36 2024-07-27T18:32:25.294 INFO:tasks.rados.rados.0.smithi029.stdout:3595: seq_num 1131 ranges {221184=548864,770048=540672,1310720=565248,1875968=425984,2301952=73728} 2024-07-27T18:32:25.296 INFO:tasks.rados.rados.0.smithi029.stdout:3595: writing smithi02985406-28 from 221184 to 770048 tid 1 2024-07-27T18:32:25.299 INFO:tasks.rados.rados.0.smithi029.stdout:3595: writing smithi02985406-28 from 770048 to 1310720 tid 2 2024-07-27T18:32:25.302 INFO:tasks.rados.rados.0.smithi029.stdout:3595: writing smithi02985406-28 from 1310720 to 1875968 tid 3 2024-07-27T18:32:25.305 INFO:tasks.rados.rados.0.smithi029.stdout:3595: writing smithi02985406-28 from 1875968 to 2301952 tid 4 2024-07-27T18:32:25.306 INFO:tasks.rados.rados.0.smithi029.stdout:3595: writing smithi02985406-28 from 2301952 to 2375680 tid 5 2024-07-27T18:32:25.306 INFO:tasks.rados.rados.0.smithi029.stdout:3596: delete oid 48 current snap is 338 2024-07-27T18:32:25.306 INFO:tasks.rados.rados.0.smithi029.stdout:3591: finishing copy_from racing read to smithi02985406-27 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:3591: finishing copy_from to smithi02985406-27 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 1649 (ObjNum 1058 snap 317 seq_num 1058) dirty exists 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:3592: finishing write tid 2 to smithi02985406-36 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:3593: finishing rollback tid 1 to smithi02985406-47 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 0 (ObjNum 33 snap 0 seq_num 362005752) dirty dne 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:3592: finishing write tid 3 to smithi02985406-36 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:3592: finishing write tid 4 to smithi02985406-36 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:3592: finishing write tid 5 to smithi02985406-36 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:3594: finishing rollback tid 0 to smithi02985406-1 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:3594: finishing rollback tid 1 to smithi02985406-1 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:3594: finishing rollback tid 2 to smithi02985406-1 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 2320 (ObjNum 1056 snap 317 seq_num 1056) dirty exists 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:3592: finishing write tid 6 to smithi02985406-36 2024-07-27T18:32:25.307 INFO:tasks.rados.rados.0.smithi029.stdout:3592: oid 36 updating version 0 to 2329 2024-07-27T18:32:25.308 INFO:tasks.rados.rados.0.smithi029.stdout:3592: oid 36 updating version 2329 to 2330 2024-07-27T18:32:25.308 INFO:tasks.rados.rados.0.smithi029.stdout:3592: oid 36 version 2330 is already newer than 2327 2024-07-27T18:32:25.308 INFO:tasks.rados.rados.0.smithi029.stdout:3592: oid 36 version 2330 is already newer than 2326 2024-07-27T18:32:25.308 INFO:tasks.rados.rados.0.smithi029.stdout:3592: oid 36 version 2330 is already newer than 2328 2024-07-27T18:32:25.308 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 2330 (ObjNum 1130 snap 338 seq_num 1130) dirty exists 2024-07-27T18:32:25.308 INFO:tasks.rados.rados.0.smithi029.stdout:3592: left oid 36 (ObjNum 1130 snap 338 seq_num 1130) 2024-07-27T18:32:25.308 INFO:tasks.rados.rados.0.smithi029.stdout:3595: finishing write tid 1 to smithi02985406-28 2024-07-27T18:32:25.308 INFO:tasks.rados.rados.0.smithi029.stdout:3595: finishing write tid 2 to smithi02985406-28 2024-07-27T18:32:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:3591: done (5 left) 2024-07-27T18:32:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:3592: done (4 left) 2024-07-27T18:32:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:3593: done (3 left) 2024-07-27T18:32:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:3594: done (2 left) 2024-07-27T18:32:25.309 INFO:tasks.rados.rados.0.smithi029.stdout:3596: done (1 left) 2024-07-27T18:32:25.310 INFO:tasks.rados.rados.0.smithi029.stdout:3597: read oid 16 snap -1 2024-07-27T18:32:25.310 INFO:tasks.rados.rados.0.smithi029.stdout:3597: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:32:25.310 INFO:tasks.rados.rados.0.smithi029.stdout:3598: read oid 33 snap -1 2024-07-27T18:32:25.310 INFO:tasks.rados.rados.0.smithi029.stdout:3598: expect deleted 2024-07-27T18:32:25.310 INFO:tasks.rados.rados.0.smithi029.stdout:3599: snap_create 2024-07-27T18:32:25.310 INFO:tasks.rados.rados.0.smithi029.stdout:3595: finishing write tid 3 to smithi02985406-28 2024-07-27T18:32:25.310 INFO:tasks.rados.rados.0.smithi029.stdout:3595: finishing write tid 4 to smithi02985406-28 2024-07-27T18:32:25.310 INFO:tasks.rados.rados.0.smithi029.stdout:3595: finishing write tid 5 to smithi02985406-28 2024-07-27T18:32:25.311 INFO:tasks.rados.rados.0.smithi029.stdout:3595: finishing write tid 6 to smithi02985406-28 2024-07-27T18:32:25.311 INFO:tasks.rados.rados.0.smithi029.stdout:3597: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:32:25.331 INFO:tasks.rados.rados.0.smithi029.stdout:3595: finishing write tid 7 to smithi02985406-28 2024-07-27T18:32:25.331 INFO:tasks.rados.rados.0.smithi029.stdout:3595: oid 28 updating version 0 to 2433 2024-07-27T18:32:25.331 INFO:tasks.rados.rados.0.smithi029.stdout:3595: oid 28 version 2433 is already newer than 2429 2024-07-27T18:32:25.331 INFO:tasks.rados.rados.0.smithi029.stdout:3595: oid 28 version 2433 is already newer than 2430 2024-07-27T18:32:25.331 INFO:tasks.rados.rados.0.smithi029.stdout:3595: oid 28 version 2433 is already newer than 2431 2024-07-27T18:32:25.332 INFO:tasks.rados.rados.0.smithi029.stdout:3595: oid 28 version 2433 is already newer than 2432 2024-07-27T18:32:25.332 INFO:tasks.rados.rados.0.smithi029.stdout:3595: oid 28 updating version 2433 to 2434 2024-07-27T18:32:25.332 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 2434 (ObjNum 1131 snap 338 seq_num 1131) dirty exists 2024-07-27T18:32:25.332 INFO:tasks.rados.rados.0.smithi029.stdout:3595: left oid 28 (ObjNum 1131 snap 338 seq_num 1131) 2024-07-27T18:32:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:25 smithi179 ceph-mon[89801]: osdmap e763: 8 total, 8 up, 8 in 2024-07-27T18:32:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:25 smithi029 ceph-mon[96870]: osdmap e763: 8 total, 8 up, 8 in 2024-07-27T18:32:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:25 smithi029 ceph-mon[99353]: osdmap e763: 8 total, 8 up, 8 in 2024-07-27T18:32:26.146 INFO:tasks.rados.rados.0.smithi029.stdout:3595: done (3 left) 2024-07-27T18:32:26.146 INFO:tasks.rados.rados.0.smithi029.stdout:3597: done (2 left) 2024-07-27T18:32:26.147 INFO:tasks.rados.rados.0.smithi029.stdout:3598: done (1 left) 2024-07-27T18:32:26.147 INFO:tasks.rados.rados.0.smithi029.stdout:3599: done (0 left) 2024-07-27T18:32:26.147 INFO:tasks.rados.rados.0.smithi029.stdout:3600: delete oid 11 current snap is 339 2024-07-27T18:32:26.150 INFO:tasks.rados.rados.0.smithi029.stdout:3600: done (0 left) 2024-07-27T18:32:26.150 INFO:tasks.rados.rados.0.smithi029.stdout:3601: delete oid 18 current snap is 339 2024-07-27T18:32:26.154 INFO:tasks.rados.rados.0.smithi029.stdout:3601: done (0 left) 2024-07-27T18:32:26.154 INFO:tasks.rados.rados.0.smithi029.stdout:3602: read oid 38 snap -1 2024-07-27T18:32:26.154 INFO:tasks.rados.rados.0.smithi029.stdout:3602: expect (ObjNum 912 snap 287 seq_num 912) 2024-07-27T18:32:26.154 INFO:tasks.rados.rados.0.smithi029.stdout:3603: setattr oid 48 current snap is 339 2024-07-27T18:32:26.155 INFO:tasks.rados.rados.0.smithi029.stdout:3604: delete oid 20 current snap is 339 2024-07-27T18:32:26.159 INFO:tasks.rados.rados.0.smithi029.stdout:3604: done (2 left) 2024-07-27T18:32:26.159 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 339 2024-07-27T18:32:26.159 INFO:tasks.rados.rados.0.smithi029.stdout:3605: seq_num 1136 ranges {925696=630784,1556480=409600,1966080=753664,2719744=417792,3137536=24576} 2024-07-27T18:32:26.168 INFO:tasks.rados.rados.0.smithi029.stdout:3605: writing smithi02985406-40 from 925696 to 1556480 tid 1 2024-07-27T18:32:26.170 INFO:tasks.rados.rados.0.smithi029.stdout:3605: writing smithi02985406-40 from 1556480 to 1966080 tid 2 2024-07-27T18:32:26.175 INFO:tasks.rados.rados.0.smithi029.stdout:3605: writing smithi02985406-40 from 1966080 to 2719744 tid 3 2024-07-27T18:32:26.177 INFO:tasks.rados.rados.0.smithi029.stdout:3605: writing smithi02985406-40 from 2719744 to 3137536 tid 4 2024-07-27T18:32:26.178 INFO:tasks.rados.rados.0.smithi029.stdout:3605: writing smithi02985406-40 from 3137536 to 3162112 tid 5 2024-07-27T18:32:26.178 INFO:tasks.rados.rados.0.smithi029.stdout:3606: delete oid 3 current snap is 339 2024-07-27T18:32:26.178 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 2467 (ObjNum 33 snap 0 seq_num 369012160) dirty exists 2024-07-27T18:32:26.178 INFO:tasks.rados.rados.0.smithi029.stdout:3602: expect (ObjNum 912 snap 287 seq_num 912) 2024-07-27T18:32:26.230 INFO:tasks.rados.rados.0.smithi029.stdout:3605: finishing write tid 1 to smithi02985406-40 2024-07-27T18:32:26.230 INFO:tasks.rados.rados.0.smithi029.stdout:3605: finishing write tid 2 to smithi02985406-40 2024-07-27T18:32:26.230 INFO:tasks.rados.rados.0.smithi029.stdout:3605: finishing write tid 3 to smithi02985406-40 2024-07-27T18:32:26.230 INFO:tasks.rados.rados.0.smithi029.stdout:3605: finishing write tid 4 to smithi02985406-40 2024-07-27T18:32:26.230 INFO:tasks.rados.rados.0.smithi029.stdout:3602: done (3 left) 2024-07-27T18:32:26.230 INFO:tasks.rados.rados.0.smithi029.stdout:3603: done (2 left) 2024-07-27T18:32:26.230 INFO:tasks.rados.rados.0.smithi029.stdout:3606: done (1 left) 2024-07-27T18:32:26.230 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 339 2024-07-27T18:32:26.231 INFO:tasks.rados.rados.0.smithi029.stdout:3605: finishing write tid 5 to smithi02985406-40 2024-07-27T18:32:26.231 INFO:tasks.rados.rados.0.smithi029.stdout:3605: finishing write tid 6 to smithi02985406-40 2024-07-27T18:32:26.231 INFO:tasks.rados.rados.0.smithi029.stdout:3605: finishing write tid 7 to smithi02985406-40 2024-07-27T18:32:26.231 INFO:tasks.rados.rados.0.smithi029.stdout:3605: oid 40 updating version 0 to 1661 2024-07-27T18:32:26.231 INFO:tasks.rados.rados.0.smithi029.stdout:3605: oid 40 version 1661 is already newer than 1658 2024-07-27T18:32:26.231 INFO:tasks.rados.rados.0.smithi029.stdout:3605: oid 40 version 1661 is already newer than 1659 2024-07-27T18:32:26.231 INFO:tasks.rados.rados.0.smithi029.stdout:3605: oid 40 version 1661 is already newer than 1657 2024-07-27T18:32:26.231 INFO:tasks.rados.rados.0.smithi029.stdout:3605: oid 40 version 1661 is already newer than 1660 2024-07-27T18:32:26.231 INFO:tasks.rados.rados.0.smithi029.stdout:3605: oid 40 version 1661 is already newer than 1656 2024-07-27T18:32:26.231 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 1661 (ObjNum 1136 snap 339 seq_num 1136) dirty exists 2024-07-27T18:32:26.231 INFO:tasks.rados.rados.0.smithi029.stdout:3605: left oid 40 (ObjNum 1136 snap 339 seq_num 1136) 2024-07-27T18:32:26.231 INFO:tasks.rados.rados.0.smithi029.stdout:3607: seq_num 1138 ranges {925696=663552,1589248=581632,2170880=712704,2883584=311296} 2024-07-27T18:32:26.238 INFO:tasks.rados.rados.0.smithi029.stdout:3607: writing smithi02985406-5 from 925696 to 1589248 tid 1 2024-07-27T18:32:26.241 INFO:tasks.rados.rados.0.smithi029.stdout:3607: writing smithi02985406-5 from 1589248 to 2170880 tid 2 2024-07-27T18:32:26.245 INFO:tasks.rados.rados.0.smithi029.stdout:3607: writing smithi02985406-5 from 2170880 to 2883584 tid 3 2024-07-27T18:32:26.247 INFO:tasks.rados.rados.0.smithi029.stdout:3607: writing smithi02985406-5 from 2883584 to 3194880 tid 4 2024-07-27T18:32:26.247 INFO:tasks.rados.rados.0.smithi029.stdout:3605: done (1 left) 2024-07-27T18:32:26.247 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 14 current snap is 339 2024-07-27T18:32:26.247 INFO:tasks.rados.rados.0.smithi029.stdout:3607: finishing write tid 1 to smithi02985406-5 2024-07-27T18:32:26.247 INFO:tasks.rados.rados.0.smithi029.stdout:3607: finishing write tid 2 to smithi02985406-5 2024-07-27T18:32:26.247 INFO:tasks.rados.rados.0.smithi029.stdout:3608: seq_num 1139 ranges {2457600=679936,3137536=458752,3596288=524288,4120576=540672,4661248=81920} 2024-07-27T18:32:26.264 INFO:tasks.rados.rados.0.smithi029.stdout:3608: writing smithi02985406-14 from 2457600 to 3137536 tid 1 2024-07-27T18:32:26.266 INFO:tasks.rados.rados.0.smithi029.stdout:3608: writing smithi02985406-14 from 3137536 to 3596288 tid 2 2024-07-27T18:32:26.270 INFO:tasks.rados.rados.0.smithi029.stdout:3608: writing smithi02985406-14 from 3596288 to 4120576 tid 3 2024-07-27T18:32:26.273 INFO:tasks.rados.rados.0.smithi029.stdout:3608: writing smithi02985406-14 from 4120576 to 4661248 tid 4 2024-07-27T18:32:26.274 INFO:tasks.rados.rados.0.smithi029.stdout:3608: writing smithi02985406-14 from 4661248 to 4743168 tid 5 2024-07-27T18:32:26.274 INFO:tasks.rados.rados.0.smithi029.stdout:3609: rollback oid 26 current snap is 339 2024-07-27T18:32:26.274 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 26 to 334 2024-07-27T18:32:26.274 INFO:tasks.rados.rados.0.smithi029.stdout:3607: finishing write tid 3 to smithi02985406-5 2024-07-27T18:32:26.274 INFO:tasks.rados.rados.0.smithi029.stdout:3607: finishing write tid 4 to smithi02985406-5 2024-07-27T18:32:26.274 INFO:tasks.rados.rados.0.smithi029.stdout:3607: finishing write tid 5 to smithi02985406-5 2024-07-27T18:32:26.274 INFO:tasks.rados.rados.0.smithi029.stdout:3607: finishing write tid 6 to smithi02985406-5 2024-07-27T18:32:26.274 INFO:tasks.rados.rados.0.smithi029.stdout:3607: oid 5 updating version 0 to 2469 2024-07-27T18:32:26.275 INFO:tasks.rados.rados.0.smithi029.stdout:3607: oid 5 updating version 2469 to 2473 2024-07-27T18:32:26.275 INFO:tasks.rados.rados.0.smithi029.stdout:3607: oid 5 version 2473 is already newer than 2471 2024-07-27T18:32:26.275 INFO:tasks.rados.rados.0.smithi029.stdout:3607: oid 5 version 2473 is already newer than 2470 2024-07-27T18:32:26.275 INFO:tasks.rados.rados.0.smithi029.stdout:3607: oid 5 version 2473 is already newer than 2472 2024-07-27T18:32:26.275 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 2473 (ObjNum 1138 snap 339 seq_num 1138) dirty exists 2024-07-27T18:32:26.275 INFO:tasks.rados.rados.0.smithi029.stdout:3607: left oid 5 (ObjNum 1138 snap 339 seq_num 1138) 2024-07-27T18:32:26.275 INFO:tasks.rados.rados.0.smithi029.stdout:3608: finishing write tid 1 to smithi02985406-14 2024-07-27T18:32:26.275 INFO:tasks.rados.rados.0.smithi029.stdout:3608: finishing write tid 2 to smithi02985406-14 2024-07-27T18:32:26.275 INFO:tasks.rados.rados.0.smithi029.stdout:3608: finishing write tid 3 to smithi02985406-14 2024-07-27T18:32:26.275 INFO:tasks.rados.rados.0.smithi029.stdout:3607: done (2 left) 2024-07-27T18:32:26.275 INFO:tasks.rados.rados.0.smithi029.stdout:3610: delete oid 33 current snap is 339 2024-07-27T18:32:26.276 INFO:tasks.rados.rados.0.smithi029.stdout:3610: done (2 left) 2024-07-27T18:32:26.276 INFO:tasks.rados.rados.0.smithi029.stdout:3611: delete oid 34 current snap is 339 2024-07-27T18:32:26.277 INFO:tasks.rados.rados.0.smithi029.stdout:3609: finishing rollback tid 0 to smithi02985406-26 2024-07-27T18:32:26.278 INFO:tasks.rados.rados.0.smithi029.stdout:3609: finishing rollback tid 1 to smithi02985406-26 2024-07-27T18:32:26.278 INFO:tasks.rados.rados.0.smithi029.stdout:3609: finishing rollback tid 2 to smithi02985406-26 2024-07-27T18:32:26.278 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 2372 (ObjNum 996 snap 299 seq_num 996) dirty exists 2024-07-27T18:32:26.278 INFO:tasks.rados.rados.0.smithi029.stdout:3608: finishing write tid 4 to smithi02985406-14 2024-07-27T18:32:26.279 INFO:tasks.rados.rados.0.smithi029.stdout:3608: finishing write tid 5 to smithi02985406-14 2024-07-27T18:32:26.279 INFO:tasks.rados.rados.0.smithi029.stdout:3609: done (2 left) 2024-07-27T18:32:26.279 INFO:tasks.rados.rados.0.smithi029.stdout:3611: done (1 left) 2024-07-27T18:32:26.279 INFO:tasks.rados.rados.0.smithi029.stdout:3612: read oid 24 snap 337 2024-07-27T18:32:26.279 INFO:tasks.rados.rados.0.smithi029.stdout:3612: expect (ObjNum 1110 snap 337 seq_num 1110) 2024-07-27T18:32:26.279 INFO:tasks.rados.rados.0.smithi029.stdout:3613: snap_remove snap 321 2024-07-27T18:32:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:26 smithi179 ceph-mon[89801]: pgmap v815: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 230 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.9 MiB/s rd, 8.7 MiB/s wr, 36 op/s 2024-07-27T18:32:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:26 smithi179 ceph-mon[89801]: osdmap e764: 8 total, 8 up, 8 in 2024-07-27T18:32:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:26 smithi029 ceph-mon[96870]: pgmap v815: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 230 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.9 MiB/s rd, 8.7 MiB/s wr, 36 op/s 2024-07-27T18:32:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:26 smithi029 ceph-mon[96870]: osdmap e764: 8 total, 8 up, 8 in 2024-07-27T18:32:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:26 smithi029 ceph-mon[99353]: pgmap v815: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 230 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.9 MiB/s rd, 8.7 MiB/s wr, 36 op/s 2024-07-27T18:32:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:26 smithi029 ceph-mon[99353]: osdmap e764: 8 total, 8 up, 8 in 2024-07-27T18:32:27.083 INFO:tasks.rados.rados.0.smithi029.stdout:3613: done (2 left) 2024-07-27T18:32:27.083 INFO:tasks.rados.rados.0.smithi029.stdout:3614: delete oid 8 current snap is 339 2024-07-27T18:32:27.083 INFO:tasks.rados.rados.0.smithi029.stdout:3608: finishing write tid 6 to smithi02985406-14 2024-07-27T18:32:27.083 INFO:tasks.rados.rados.0.smithi029.stdout:3608: finishing write tid 7 to smithi02985406-14 2024-07-27T18:32:27.083 INFO:tasks.rados.rados.0.smithi029.stdout:3608: oid 14 updating version 0 to 2357 2024-07-27T18:32:27.083 INFO:tasks.rados.rados.0.smithi029.stdout:3608: oid 14 updating version 2357 to 2360 2024-07-27T18:32:27.084 INFO:tasks.rados.rados.0.smithi029.stdout:3608: oid 14 version 2360 is already newer than 2355 2024-07-27T18:32:27.084 INFO:tasks.rados.rados.0.smithi029.stdout:3608: oid 14 version 2360 is already newer than 2356 2024-07-27T18:32:27.084 INFO:tasks.rados.rados.0.smithi029.stdout:3608: oid 14 version 2360 is already newer than 2359 2024-07-27T18:32:27.084 INFO:tasks.rados.rados.0.smithi029.stdout:3608: oid 14 version 2360 is already newer than 2358 2024-07-27T18:32:27.084 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 2360 (ObjNum 1139 snap 339 seq_num 1139) dirty exists 2024-07-27T18:32:27.084 INFO:tasks.rados.rados.0.smithi029.stdout:3608: left oid 14 (ObjNum 1139 snap 339 seq_num 1139) 2024-07-27T18:32:27.084 INFO:tasks.rados.rados.0.smithi029.stdout:3612: expect (ObjNum 1110 snap 337 seq_num 1110) 2024-07-27T18:32:27.206 INFO:tasks.rados.rados.0.smithi029.stdout:3608: done (2 left) 2024-07-27T18:32:27.206 INFO:tasks.rados.rados.0.smithi029.stdout:3612: done (1 left) 2024-07-27T18:32:27.206 INFO:tasks.rados.rados.0.smithi029.stdout:3614: done (0 left) 2024-07-27T18:32:27.207 INFO:tasks.rados.rados.0.smithi029.stdout:3615: delete oid 22 current snap is 339 2024-07-27T18:32:27.209 INFO:tasks.rados.rados.0.smithi029.stdout:3615: done (0 left) 2024-07-27T18:32:27.209 INFO:tasks.rados.rados.0.smithi029.stdout:3616: rollback oid 41 current snap is 339 2024-07-27T18:32:27.209 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 41 to 336 2024-07-27T18:32:27.209 INFO:tasks.rados.rados.0.smithi029.stdout:3617: rollback oid 19 current snap is 339 2024-07-27T18:32:27.209 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 19 to 338 2024-07-27T18:32:27.209 INFO:tasks.rados.rados.0.smithi029.stdout:3618: rollback oid 24 current snap is 339 2024-07-27T18:32:27.209 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 24 to 336 2024-07-27T18:32:27.209 INFO:tasks.rados.rados.0.smithi029.stdout:3619: snap_create 2024-07-27T18:32:27.213 INFO:tasks.rados.rados.0.smithi029.stdout:3616: finishing rollback tid 0 to smithi02985406-41 2024-07-27T18:32:27.214 INFO:tasks.rados.rados.0.smithi029.stdout:3616: finishing rollback tid 1 to smithi02985406-41 2024-07-27T18:32:27.214 INFO:tasks.rados.rados.0.smithi029.stdout:3617: finishing rollback tid 0 to smithi02985406-19 2024-07-27T18:32:27.214 INFO:tasks.rados.rados.0.smithi029.stdout:3618: finishing rollback tid 1 to smithi02985406-24 2024-07-27T18:32:27.214 INFO:tasks.rados.rados.0.smithi029.stdout:3616: finishing rollback tid 2 to smithi02985406-41 2024-07-27T18:32:27.214 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 2333 (ObjNum 951 snap 292 seq_num 951) dirty exists 2024-07-27T18:32:27.214 INFO:tasks.rados.rados.0.smithi029.stdout:3617: finishing rollback tid 1 to smithi02985406-19 2024-07-27T18:32:27.214 INFO:tasks.rados.rados.0.smithi029.stdout:3618: finishing rollback tid 2 to smithi02985406-24 2024-07-27T18:32:27.214 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 2362 (ObjNum 1094 snap 333 seq_num 1094) dirty exists 2024-07-27T18:32:27.215 INFO:tasks.rados.rados.0.smithi029.stdout:3617: finishing rollback tid 2 to smithi02985406-19 2024-07-27T18:32:27.215 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 2435 (ObjNum 1077 snap 325 seq_num 1077) dirty exists 2024-07-27T18:32:27.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:27 smithi179 ceph-mon[89801]: osdmap e765: 8 total, 8 up, 8 in 2024-07-27T18:32:27.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:27 smithi179 ceph-mon[89801]: osdmap e766: 8 total, 8 up, 8 in 2024-07-27T18:32:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:27 smithi029 ceph-mon[99353]: osdmap e765: 8 total, 8 up, 8 in 2024-07-27T18:32:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:27 smithi029 ceph-mon[99353]: osdmap e766: 8 total, 8 up, 8 in 2024-07-27T18:32:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:27 smithi029 ceph-mon[96870]: osdmap e765: 8 total, 8 up, 8 in 2024-07-27T18:32:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:27 smithi029 ceph-mon[96870]: osdmap e766: 8 total, 8 up, 8 in 2024-07-27T18:32:28.155 INFO:tasks.rados.rados.0.smithi029.stdout:3616: done (3 left) 2024-07-27T18:32:28.156 INFO:tasks.rados.rados.0.smithi029.stdout:3617: done (2 left) 2024-07-27T18:32:28.156 INFO:tasks.rados.rados.0.smithi029.stdout:3618: done (1 left) 2024-07-27T18:32:28.156 INFO:tasks.rados.rados.0.smithi029.stdout:3619: done (0 left) 2024-07-27T18:32:28.156 INFO:tasks.rados.rados.0.smithi029.stdout:3620: read oid 49 snap -1 2024-07-27T18:32:28.156 INFO:tasks.rados.rados.0.smithi029.stdout:3620: expect (ObjNum 1064 snap 320 seq_num 1064) 2024-07-27T18:32:28.156 INFO:tasks.rados.rados.0.smithi029.stdout:3621: snap_remove snap 330 2024-07-27T18:32:28.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:28 smithi029 ceph-mon[96870]: pgmap v818: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 230 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.7 MiB/s rd, 2.0 MiB/s wr, 19 op/s 2024-07-27T18:32:28.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:28 smithi029 ceph-mon[99353]: pgmap v818: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 230 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.7 MiB/s rd, 2.0 MiB/s wr, 19 op/s 2024-07-27T18:32:28.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:28 smithi179 ceph-mon[89801]: pgmap v818: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 230 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.7 MiB/s rd, 2.0 MiB/s wr, 19 op/s 2024-07-27T18:32:29.165 INFO:tasks.rados.rados.0.smithi029.stdout:3620: expect (ObjNum 1064 snap 320 seq_num 1064) 2024-07-27T18:32:29.230 INFO:tasks.rados.rados.0.smithi029.stdout:3620: done (1 left) 2024-07-27T18:32:29.230 INFO:tasks.rados.rados.0.smithi029.stdout:3621: done (0 left) 2024-07-27T18:32:29.230 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 340 2024-07-27T18:32:29.230 INFO:tasks.rados.rados.0.smithi029.stdout:3622: seq_num 1144 ranges {1671168=770048,2441216=737280,3178496=712704,3891200=155648} 2024-07-27T18:32:29.245 INFO:tasks.rados.rados.0.smithi029.stdout:3622: writing smithi02985406-6 from 1671168 to 2441216 tid 1 2024-07-27T18:32:29.247 INFO:tasks.rados.rados.0.smithi029.stdout:3622: writing smithi02985406-6 from 2441216 to 3178496 tid 2 2024-07-27T18:32:29.253 INFO:tasks.rados.rados.0.smithi029.stdout:3622: writing smithi02985406-6 from 3178496 to 3891200 tid 3 2024-07-27T18:32:29.253 INFO:tasks.rados.rados.0.smithi029.stdout:3622: writing smithi02985406-6 from 3891200 to 4046848 tid 4 2024-07-27T18:32:29.253 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 340 2024-07-27T18:32:29.253 INFO:tasks.rados.rados.0.smithi029.stdout:3622: finishing write tid 1 to smithi02985406-6 2024-07-27T18:32:29.253 INFO:tasks.rados.rados.0.smithi029.stdout:3622: finishing write tid 2 to smithi02985406-6 2024-07-27T18:32:29.253 INFO:tasks.rados.rados.0.smithi029.stdout:3623: seq_num 1145 ranges {3162112=786432,3948544=622592,4571136=516096,5087232=417792,5505024=49152} 2024-07-27T18:32:29.274 INFO:tasks.rados.rados.0.smithi029.stdout:3623: writing smithi02985406-40 from 3162112 to 3948544 tid 1 2024-07-27T18:32:29.278 INFO:tasks.rados.rados.0.smithi029.stdout:3623: writing smithi02985406-40 from 3948544 to 4571136 tid 2 2024-07-27T18:32:29.281 INFO:tasks.rados.rados.0.smithi029.stdout:3623: writing smithi02985406-40 from 4571136 to 5087232 tid 3 2024-07-27T18:32:29.283 INFO:tasks.rados.rados.0.smithi029.stdout:3623: writing smithi02985406-40 from 5087232 to 5505024 tid 4 2024-07-27T18:32:29.284 INFO:tasks.rados.rados.0.smithi029.stdout:3623: writing smithi02985406-40 from 5505024 to 5554176 tid 5 2024-07-27T18:32:29.284 INFO:tasks.rados.rados.0.smithi029.stdout:3624: snap_remove snap 337 2024-07-27T18:32:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:29 smithi179 ceph-mon[89801]: osdmap e767: 8 total, 8 up, 8 in 2024-07-27T18:32:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:29 smithi029 ceph-mon[96870]: osdmap e767: 8 total, 8 up, 8 in 2024-07-27T18:32:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:29 smithi029 ceph-mon[99353]: osdmap e767: 8 total, 8 up, 8 in 2024-07-27T18:32:30.164 INFO:tasks.rados.rados.0.smithi029.stdout:3624: done (2 left) 2024-07-27T18:32:30.165 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 340 2024-07-27T18:32:30.165 INFO:tasks.rados.rados.0.smithi029.stdout:3622: finishing write tid 3 to smithi02985406-6 2024-07-27T18:32:30.165 INFO:tasks.rados.rados.0.smithi029.stdout:3622: finishing write tid 4 to smithi02985406-6 2024-07-27T18:32:30.165 INFO:tasks.rados.rados.0.smithi029.stdout:3622: finishing write tid 5 to smithi02985406-6 2024-07-27T18:32:30.165 INFO:tasks.rados.rados.0.smithi029.stdout:3622: finishing write tid 6 to smithi02985406-6 2024-07-27T18:32:30.165 INFO:tasks.rados.rados.0.smithi029.stdout:3622: oid 6 updating version 0 to 2325 2024-07-27T18:32:30.165 INFO:tasks.rados.rados.0.smithi029.stdout:3622: oid 6 version 2325 is already newer than 2321 2024-07-27T18:32:30.165 INFO:tasks.rados.rados.0.smithi029.stdout:3622: oid 6 version 2325 is already newer than 2324 2024-07-27T18:32:30.165 INFO:tasks.rados.rados.0.smithi029.stdout:3622: oid 6 version 2325 is already newer than 2322 2024-07-27T18:32:30.165 INFO:tasks.rados.rados.0.smithi029.stdout:3622: oid 6 version 2325 is already newer than 2323 2024-07-27T18:32:30.165 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 2325 (ObjNum 1144 snap 340 seq_num 1144) dirty exists 2024-07-27T18:32:30.165 INFO:tasks.rados.rados.0.smithi029.stdout:3622: left oid 6 (ObjNum 1144 snap 340 seq_num 1144) 2024-07-27T18:32:30.166 INFO:tasks.rados.rados.0.smithi029.stdout:3623: finishing write tid 1 to smithi02985406-40 2024-07-27T18:32:30.166 INFO:tasks.rados.rados.0.smithi029.stdout:3625: seq_num 1146 ranges {2883584=802816,3686400=499712,4186112=679936,4866048=425984} 2024-07-27T18:32:30.186 INFO:tasks.rados.rados.0.smithi029.stdout:3625: writing smithi02985406-17 from 2883584 to 3686400 tid 1 2024-07-27T18:32:30.189 INFO:tasks.rados.rados.0.smithi029.stdout:3625: writing smithi02985406-17 from 3686400 to 4186112 tid 2 2024-07-27T18:32:30.194 INFO:tasks.rados.rados.0.smithi029.stdout:3625: writing smithi02985406-17 from 4186112 to 4866048 tid 3 2024-07-27T18:32:30.197 INFO:tasks.rados.rados.0.smithi029.stdout:3625: writing smithi02985406-17 from 4866048 to 5292032 tid 4 2024-07-27T18:32:30.197 INFO:tasks.rados.rados.0.smithi029.stdout:3622: done (2 left) 2024-07-27T18:32:30.197 INFO:tasks.rados.rados.0.smithi029.stdout:3626: rollback oid 2 current snap is 340 2024-07-27T18:32:30.197 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 2 to 338 2024-07-27T18:32:30.197 INFO:tasks.rados.rados.0.smithi029.stdout:3623: finishing write tid 2 to smithi02985406-40 2024-07-27T18:32:30.197 INFO:tasks.rados.rados.0.smithi029.stdout:3623: finishing write tid 3 to smithi02985406-40 2024-07-27T18:32:30.197 INFO:tasks.rados.rados.0.smithi029.stdout:3623: finishing write tid 4 to smithi02985406-40 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:3623: finishing write tid 5 to smithi02985406-40 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:3623: finishing write tid 6 to smithi02985406-40 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:3623: finishing write tid 7 to smithi02985406-40 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:3623: oid 40 updating version 0 to 1667 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:3623: oid 40 version 1667 is already newer than 1664 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:3623: oid 40 version 1667 is already newer than 1666 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:3623: oid 40 version 1667 is already newer than 1662 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:3623: oid 40 version 1667 is already newer than 1663 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:3623: oid 40 version 1667 is already newer than 1665 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 1667 (ObjNum 1145 snap 340 seq_num 1145) dirty exists 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:3623: left oid 40 (ObjNum 1145 snap 340 seq_num 1145) 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:3625: finishing write tid 1 to smithi02985406-17 2024-07-27T18:32:30.198 INFO:tasks.rados.rados.0.smithi029.stdout:3623: done (2 left) 2024-07-27T18:32:30.199 INFO:tasks.rados.rados.0.smithi029.stdout:3627: snap_remove snap 339 2024-07-27T18:32:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:30 smithi029 ceph-mon[96870]: pgmap v821: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 222 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 3.0 MiB/s wr, 19 op/s 2024-07-27T18:32:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:30 smithi029 ceph-mon[96870]: osdmap e768: 8 total, 8 up, 8 in 2024-07-27T18:32:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:30 smithi029 ceph-mon[99353]: pgmap v821: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 222 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 3.0 MiB/s wr, 19 op/s 2024-07-27T18:32:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:30 smithi029 ceph-mon[99353]: osdmap e768: 8 total, 8 up, 8 in 2024-07-27T18:32:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:30 smithi179 ceph-mon[89801]: pgmap v821: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 222 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 3.0 MiB/s wr, 19 op/s 2024-07-27T18:32:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:30 smithi179 ceph-mon[89801]: osdmap e768: 8 total, 8 up, 8 in 2024-07-27T18:32:31.178 INFO:tasks.rados.rados.0.smithi029.stdout:3627: done (2 left) 2024-07-27T18:32:31.178 INFO:tasks.rados.rados.0.smithi029.stdout:3628: rmattr oid 14 current snap is 340 2024-07-27T18:32:31.178 INFO:tasks.rados.rados.0.smithi029.stdout:3628: done (2 left) 2024-07-27T18:32:31.178 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 340 2024-07-27T18:32:31.178 INFO:tasks.rados.rados.0.smithi029.stdout:3629: seq_num 1147 ranges {8683520=16384} 2024-07-27T18:32:31.226 INFO:tasks.rados.rados.0.smithi029.stdout:3629: writing smithi02985406-13 from 8683520 to 8699904 tid 1 2024-07-27T18:32:31.226 INFO:tasks.rados.rados.0.smithi029.stdout:3630: snap_remove snap 336 2024-07-27T18:32:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:31 smithi029 ceph-mon[96870]: osdmap e769: 8 total, 8 up, 8 in 2024-07-27T18:32:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:31 smithi029 ceph-mon[99353]: osdmap e769: 8 total, 8 up, 8 in 2024-07-27T18:32:31.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:31 smithi179 ceph-mon[89801]: osdmap e769: 8 total, 8 up, 8 in 2024-07-27T18:32:32.083 INFO:tasks.rados.rados.0.smithi029.stdout:3630: done (3 left) 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:3631: snap_remove snap 334 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:3625: finishing write tid 2 to smithi02985406-17 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:3625: finishing write tid 3 to smithi02985406-17 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:3625: finishing write tid 4 to smithi02985406-17 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:3625: finishing write tid 5 to smithi02985406-17 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:3625: finishing write tid 6 to smithi02985406-17 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:3625: oid 17 updating version 0 to 1379 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:3625: oid 17 version 1379 is already newer than 1378 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:3625: oid 17 version 1379 is already newer than 1375 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:3625: oid 17 version 1379 is already newer than 1376 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:3625: oid 17 version 1379 is already newer than 1377 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1379 (ObjNum 1146 snap 340 seq_num 1146) dirty exists 2024-07-27T18:32:32.084 INFO:tasks.rados.rados.0.smithi029.stdout:3625: left oid 17 (ObjNum 1146 snap 340 seq_num 1146) 2024-07-27T18:32:32.085 INFO:tasks.rados.rados.0.smithi029.stdout:3626: finishing rollback tid 0 to smithi02985406-2 2024-07-27T18:32:32.085 INFO:tasks.rados.rados.0.smithi029.stdout:3626: finishing rollback tid 1 to smithi02985406-2 2024-07-27T18:32:32.085 INFO:tasks.rados.rados.0.smithi029.stdout:3626: finishing rollback tid 2 to smithi02985406-2 2024-07-27T18:32:32.085 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2497 (ObjNum 1063 snap 320 seq_num 1063) dirty exists 2024-07-27T18:32:32.085 INFO:tasks.rados.rados.0.smithi029.stdout:3629: finishing write tid 1 to smithi02985406-13 2024-07-27T18:32:32.085 INFO:tasks.rados.rados.0.smithi029.stdout:3629: finishing write tid 2 to smithi02985406-13 2024-07-27T18:32:32.085 INFO:tasks.rados.rados.0.smithi029.stdout:3629: finishing write tid 3 to smithi02985406-13 2024-07-27T18:32:32.085 INFO:tasks.rados.rados.0.smithi029.stdout:3629: oid 13 updating version 0 to 2500 2024-07-27T18:32:32.085 INFO:tasks.rados.rados.0.smithi029.stdout:3629: oid 13 version 2500 is already newer than 2499 2024-07-27T18:32:32.085 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 2500 (ObjNum 1147 snap 340 seq_num 1147) dirty exists 2024-07-27T18:32:32.085 INFO:tasks.rados.rados.0.smithi029.stdout:3629: left oid 13 (ObjNum 1147 snap 340 seq_num 1147) 2024-07-27T18:32:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:32 smithi029 ceph-mon[96870]: pgmap v824: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 226 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 3.9 MiB/s wr, 23 op/s 2024-07-27T18:32:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:32 smithi029 ceph-mon[96870]: osdmap e770: 8 total, 8 up, 8 in 2024-07-27T18:32:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:32 smithi029 ceph-mon[96870]: osdmap e771: 8 total, 8 up, 8 in 2024-07-27T18:32:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:32 smithi029 ceph-mon[99353]: pgmap v824: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 226 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 3.9 MiB/s wr, 23 op/s 2024-07-27T18:32:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:32 smithi029 ceph-mon[99353]: osdmap e770: 8 total, 8 up, 8 in 2024-07-27T18:32:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:32 smithi029 ceph-mon[99353]: osdmap e771: 8 total, 8 up, 8 in 2024-07-27T18:32:32.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:32:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:32:32] "GET /metrics HTTP/1.1" 200 36343 "" "Prometheus/2.43.0" 2024-07-27T18:32:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:32 smithi179 ceph-mon[89801]: pgmap v824: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 226 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 3.9 MiB/s wr, 23 op/s 2024-07-27T18:32:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:32 smithi179 ceph-mon[89801]: osdmap e770: 8 total, 8 up, 8 in 2024-07-27T18:32:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:32 smithi179 ceph-mon[89801]: osdmap e771: 8 total, 8 up, 8 in 2024-07-27T18:32:33.086 INFO:tasks.rados.rados.0.smithi029.stdout:3625: done (3 left) 2024-07-27T18:32:33.086 INFO:tasks.rados.rados.0.smithi029.stdout:3626: done (2 left) 2024-07-27T18:32:33.086 INFO:tasks.rados.rados.0.smithi029.stdout:3629: done (1 left) 2024-07-27T18:32:33.086 INFO:tasks.rados.rados.0.smithi029.stdout:3631: done (0 left) 2024-07-27T18:32:33.086 INFO:tasks.rados.rados.0.smithi029.stdout:3632: copy_from oid 39 from oid 5 current snap is 340 2024-07-27T18:32:33.086 INFO:tasks.rados.rados.0.smithi029.stdout:3633: setattr oid 21 current snap is 340 2024-07-27T18:32:33.087 INFO:tasks.rados.rados.0.smithi029.stdout:3634: delete oid 13 current snap is 340 2024-07-27T18:32:33.099 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 982 (ObjNum 1000 snap 302 seq_num 1000) dirty exists 2024-07-27T18:32:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3633: done (2 left) 2024-07-27T18:32:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3634: done (1 left) 2024-07-27T18:32:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 340 2024-07-27T18:32:33.102 INFO:tasks.rados.rados.0.smithi029.stdout:3635: seq_num 1149 ranges {7806976=49152} 2024-07-27T18:32:33.146 INFO:tasks.rados.rados.0.smithi029.stdout:3635: writing smithi02985406-44 from 7806976 to 7856128 tid 1 2024-07-27T18:32:33.147 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 340 2024-07-27T18:32:33.147 INFO:tasks.rados.rados.0.smithi029.stdout:3632: finishing copy_from racing read to smithi02985406-39 2024-07-27T18:32:33.147 INFO:tasks.rados.rados.0.smithi029.stdout:3632: finishing copy_from to smithi02985406-39 2024-07-27T18:32:33.147 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2473 (ObjNum 1138 snap 339 seq_num 1138) dirty exists 2024-07-27T18:32:33.147 INFO:tasks.rados.rados.0.smithi029.stdout:3636: seq_num 1150 ranges {0=65536} 2024-07-27T18:32:33.147 INFO:tasks.rados.rados.0.smithi029.stdout:3636: writing smithi02985406-7 from 0 to 65536 tid 1 2024-07-27T18:32:33.147 INFO:tasks.rados.rados.0.smithi029.stdout:3632: done (2 left) 2024-07-27T18:32:33.147 INFO:tasks.rados.rados.0.smithi029.stdout:3637: setattr oid 35 current snap is 340 2024-07-27T18:32:33.148 INFO:tasks.rados.rados.0.smithi029.stdout:3638: rollback oid 18 current snap is 340 2024-07-27T18:32:33.148 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 18 to 338 2024-07-27T18:32:33.148 INFO:tasks.rados.rados.0.smithi029.stdout:3639: setattr oid 5 current snap is 340 2024-07-27T18:32:33.150 INFO:tasks.rados.rados.0.smithi029.stdout:3640: snap_create 2024-07-27T18:32:33.152 INFO:tasks.rados.rados.0.smithi029.stdout:3635: finishing write tid 1 to smithi02985406-44 2024-07-27T18:32:33.153 INFO:tasks.rados.rados.0.smithi029.stdout:3635: finishing write tid 2 to smithi02985406-44 2024-07-27T18:32:33.153 INFO:tasks.rados.rados.0.smithi029.stdout:3636: finishing write tid 1 to smithi02985406-7 2024-07-27T18:32:33.153 INFO:tasks.rados.rados.0.smithi029.stdout:3638: finishing rollback tid 1 to smithi02985406-18 2024-07-27T18:32:33.153 INFO:tasks.rados.rados.0.smithi029.stdout:3636: finishing write tid 2 to smithi02985406-7 2024-07-27T18:32:33.154 INFO:tasks.rados.rados.0.smithi029.stdout:3638: finishing rollback tid 2 to smithi02985406-18 2024-07-27T18:32:33.154 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2483 (ObjNum 1096 snap 333 seq_num 1096) dirty exists 2024-07-27T18:32:33.154 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 1044 (ObjNum 1120 snap 338 seq_num 1120) dirty exists 2024-07-27T18:32:33.154 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 2523 (ObjNum 1138 snap 339 seq_num 1138) dirty exists 2024-07-27T18:32:33.155 INFO:tasks.rados.rados.0.smithi029.stdout:3635: finishing write tid 3 to smithi02985406-44 2024-07-27T18:32:33.155 INFO:tasks.rados.rados.0.smithi029.stdout:3635: oid 44 updating version 0 to 2326 2024-07-27T18:32:33.155 INFO:tasks.rados.rados.0.smithi029.stdout:3635: oid 44 updating version 2326 to 2327 2024-07-27T18:32:33.155 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 2327 (ObjNum 1149 snap 340 seq_num 1149) dirty exists 2024-07-27T18:32:33.155 INFO:tasks.rados.rados.0.smithi029.stdout:3635: left oid 44 (ObjNum 1149 snap 340 seq_num 1149) 2024-07-27T18:32:33.156 INFO:tasks.rados.rados.0.smithi029.stdout:3636: finishing write tid 3 to smithi02985406-7 2024-07-27T18:32:33.156 INFO:tasks.rados.rados.0.smithi029.stdout:3636: oid 7 updating version 0 to 2521 2024-07-27T18:32:33.156 INFO:tasks.rados.rados.0.smithi029.stdout:3636: oid 7 updating version 2521 to 2522 2024-07-27T18:32:33.156 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 2522 (ObjNum 1150 snap 340 seq_num 1150) dirty exists 2024-07-27T18:32:33.156 INFO:tasks.rados.rados.0.smithi029.stdout:3636: left oid 7 (ObjNum 1150 snap 340 seq_num 1150) 2024-07-27T18:32:34.090 INFO:tasks.rados.rados.0.smithi029.stdout:3635: done (5 left) 2024-07-27T18:32:34.090 INFO:tasks.rados.rados.0.smithi029.stdout:3636: done (4 left) 2024-07-27T18:32:34.091 INFO:tasks.rados.rados.0.smithi029.stdout:3637: done (3 left) 2024-07-27T18:32:34.091 INFO:tasks.rados.rados.0.smithi029.stdout:3638: done (2 left) 2024-07-27T18:32:34.091 INFO:tasks.rados.rados.0.smithi029.stdout:3639: done (1 left) 2024-07-27T18:32:34.091 INFO:tasks.rados.rados.0.smithi029.stdout:3640: done (0 left) 2024-07-27T18:32:34.091 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 341 2024-07-27T18:32:34.091 INFO:tasks.rados.rados.0.smithi029.stdout:3641: seq_num 1151 ranges {1630208=81920} 2024-07-27T18:32:34.100 INFO:tasks.rados.rados.0.smithi029.stdout:3641: writing smithi02985406-45 from 1630208 to 1712128 tid 1 2024-07-27T18:32:34.100 INFO:tasks.rados.rados.0.smithi029.stdout:3642: read oid 41 snap 340 2024-07-27T18:32:34.100 INFO:tasks.rados.rados.0.smithi029.stdout:3642: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:32:34.100 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 35 current snap is 341 2024-07-27T18:32:34.100 INFO:tasks.rados.rados.0.smithi029.stdout:3643: seq_num 1152 ranges {3751936=98304} 2024-07-27T18:32:34.121 INFO:tasks.rados.rados.0.smithi029.stdout:3643: writing smithi02985406-35 from 3751936 to 3850240 tid 1 2024-07-27T18:32:34.122 INFO:tasks.rados.rados.0.smithi029.stdout:3644: delete oid 40 current snap is 341 2024-07-27T18:32:34.122 INFO:tasks.rados.rados.0.smithi029.stdout:3641: finishing write tid 1 to smithi02985406-45 2024-07-27T18:32:34.122 INFO:tasks.rados.rados.0.smithi029.stdout:3641: finishing write tid 2 to smithi02985406-45 2024-07-27T18:32:34.122 INFO:tasks.rados.rados.0.smithi029.stdout:3641: finishing write tid 3 to smithi02985406-45 2024-07-27T18:32:34.122 INFO:tasks.rados.rados.0.smithi029.stdout:3641: oid 45 updating version 0 to 2363 2024-07-27T18:32:34.122 INFO:tasks.rados.rados.0.smithi029.stdout:3641: oid 45 updating version 2363 to 2364 2024-07-27T18:32:34.122 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 2364 (ObjNum 1151 snap 341 seq_num 1151) dirty exists 2024-07-27T18:32:34.122 INFO:tasks.rados.rados.0.smithi029.stdout:3641: left oid 45 (ObjNum 1151 snap 341 seq_num 1151) 2024-07-27T18:32:34.125 INFO:tasks.rados.rados.0.smithi029.stdout:3641: done (3 left) 2024-07-27T18:32:34.125 INFO:tasks.rados.rados.0.smithi029.stdout:3644: done (2 left) 2024-07-27T18:32:34.125 INFO:tasks.rados.rados.0.smithi029.stdout:3645: copy_from oid 10 from oid 50 current snap is 341 2024-07-27T18:32:34.125 INFO:tasks.rados.rados.0.smithi029.stdout:3646: setattr oid 26 current snap is 341 2024-07-27T18:32:34.127 INFO:tasks.rados.rados.0.smithi029.stdout:3647: rollback oid 31 current snap is 341 2024-07-27T18:32:34.127 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 31 to 338 2024-07-27T18:32:34.127 INFO:tasks.rados.rados.0.smithi029.stdout:3648: rmattr oid 33 current snap is 341 2024-07-27T18:32:34.127 INFO:tasks.rados.rados.0.smithi029.stdout:3648: done (5 left) 2024-07-27T18:32:34.127 INFO:tasks.rados.rados.0.smithi029.stdout:3649: rollback oid 25 current snap is 341 2024-07-27T18:32:34.127 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 25 to 340 2024-07-27T18:32:34.127 INFO:tasks.rados.rados.0.smithi029.stdout:3650: copy_from oid 5 from oid 47 current snap is 341 2024-07-27T18:32:34.127 INFO:tasks.rados.rados.0.smithi029.stdout:3651: rollback oid 2 current snap is 341 2024-07-27T18:32:34.127 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 2 to 340 2024-07-27T18:32:34.127 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 341 2024-07-27T18:32:34.127 INFO:tasks.rados.rados.0.smithi029.stdout:3652: seq_num 1154 ranges {1564672=131072} 2024-07-27T18:32:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:3652: writing smithi02985406-18 from 1564672 to 1695744 tid 1 2024-07-27T18:32:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:3653: read oid 27 snap 340 2024-07-27T18:32:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:3653: expect (ObjNum 1058 snap 317 seq_num 1058) 2024-07-27T18:32:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 14 current snap is 341 2024-07-27T18:32:34.137 INFO:tasks.rados.rados.0.smithi029.stdout:3643: finishing write tid 1 to smithi02985406-35 2024-07-27T18:32:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:3643: finishing write tid 2 to smithi02985406-35 2024-07-27T18:32:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:3643: finishing write tid 3 to smithi02985406-35 2024-07-27T18:32:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:3643: oid 35 updating version 0 to 1045 2024-07-27T18:32:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:3643: oid 35 updating version 1045 to 1046 2024-07-27T18:32:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 1046 (ObjNum 1152 snap 341 seq_num 1152) dirty exists 2024-07-27T18:32:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:3643: left oid 35 (ObjNum 1152 snap 341 seq_num 1152) 2024-07-27T18:32:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 2373 (ObjNum 996 snap 299 seq_num 996) dirty exists 2024-07-27T18:32:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:3649: finishing rollback tid 0 to smithi02985406-25 2024-07-27T18:32:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:3650: finishing copy_from to smithi02985406-5 2024-07-27T18:32:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:3650: got expected ENOENT (src dne) 2024-07-27T18:32:34.138 INFO:tasks.rados.rados.0.smithi029.stdout:3654: seq_num 1155 ranges {4743168=147456} 2024-07-27T18:32:34.165 INFO:tasks.rados.rados.0.smithi029.stdout:3654: writing smithi02985406-14 from 4743168 to 4890624 tid 1 2024-07-27T18:32:34.165 INFO:tasks.rados.rados.0.smithi029.stdout:3643: done (10 left) 2024-07-27T18:32:34.165 INFO:tasks.rados.rados.0.smithi029.stdout:3646: done (9 left) 2024-07-27T18:32:34.165 INFO:tasks.rados.rados.0.smithi029.stdout:3655: delete oid 49 current snap is 341 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:3650: finishing copy_from racing read to smithi02985406-5 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:3651: finishing rollback tid 0 to smithi02985406-2 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:3649: finishing rollback tid 1 to smithi02985406-25 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:3651: finishing rollback tid 1 to smithi02985406-2 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:3649: finishing rollback tid 2 to smithi02985406-25 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 2487 (ObjNum 1080 snap 327 seq_num 1080) dirty exists 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:3651: finishing rollback tid 2 to smithi02985406-2 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2527 (ObjNum 1063 snap 320 seq_num 1063) dirty exists 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:3647: finishing rollback tid 0 to smithi02985406-31 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:3647: finishing rollback tid 1 to smithi02985406-31 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:3647: finishing rollback tid 2 to smithi02985406-31 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 2367 (ObjNum 1080 snap 327 seq_num 1080) dirty exists 2024-07-27T18:32:34.166 INFO:tasks.rados.rados.0.smithi029.stdout:3652: finishing write tid 1 to smithi02985406-18 2024-07-27T18:32:34.167 INFO:tasks.rados.rados.0.smithi029.stdout:3652: finishing write tid 2 to smithi02985406-18 2024-07-27T18:32:34.167 INFO:tasks.rados.rados.0.smithi029.stdout:3652: finishing write tid 3 to smithi02985406-18 2024-07-27T18:32:34.167 INFO:tasks.rados.rados.0.smithi029.stdout:3652: oid 18 updating version 0 to 2490 2024-07-27T18:32:34.167 INFO:tasks.rados.rados.0.smithi029.stdout:3652: oid 18 version 2490 is already newer than 2489 2024-07-27T18:32:34.167 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2490 (ObjNum 1154 snap 341 seq_num 1154) dirty exists 2024-07-27T18:32:34.167 INFO:tasks.rados.rados.0.smithi029.stdout:3652: left oid 18 (ObjNum 1154 snap 341 seq_num 1154) 2024-07-27T18:32:34.167 INFO:tasks.rados.rados.0.smithi029.stdout:3653: expect (ObjNum 1058 snap 317 seq_num 1058) 2024-07-27T18:32:34.193 INFO:tasks.rados.rados.0.smithi029.stdout:3642: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:32:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:34 smithi179 ceph-mon[89801]: pgmap v827: 121 pgs: 121 active+clean; 200 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.0 MiB/s wr, 17 op/s 2024-07-27T18:32:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:34 smithi179 ceph-mon[89801]: osdmap e772: 8 total, 8 up, 8 in 2024-07-27T18:32:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:34 smithi029 ceph-mon[96870]: pgmap v827: 121 pgs: 121 active+clean; 200 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.0 MiB/s wr, 17 op/s 2024-07-27T18:32:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:34 smithi029 ceph-mon[96870]: osdmap e772: 8 total, 8 up, 8 in 2024-07-27T18:32:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:34 smithi029 ceph-mon[99353]: pgmap v827: 121 pgs: 121 active+clean; 200 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.0 MiB/s wr, 17 op/s 2024-07-27T18:32:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:34 smithi029 ceph-mon[99353]: osdmap e772: 8 total, 8 up, 8 in 2024-07-27T18:32:34.601 INFO:tasks.rados.rados.0.smithi029.stdout:3645: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:32:34.602 INFO:tasks.rados.rados.0.smithi029.stdout:3654: finishing write tid 1 to smithi02985406-14 2024-07-27T18:32:34.602 INFO:tasks.rados.rados.0.smithi029.stdout:3645: finishing copy_from to smithi02985406-10 2024-07-27T18:32:34.602 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2276 (ObjNum 955 snap 292 seq_num 955) dirty exists 2024-07-27T18:32:34.602 INFO:tasks.rados.rados.0.smithi029.stdout:3654: finishing write tid 2 to smithi02985406-14 2024-07-27T18:32:34.602 INFO:tasks.rados.rados.0.smithi029.stdout:3642: done (9 left) 2024-07-27T18:32:34.602 INFO:tasks.rados.rados.0.smithi029.stdout:3645: done (8 left) 2024-07-27T18:32:34.602 INFO:tasks.rados.rados.0.smithi029.stdout:3647: done (7 left) 2024-07-27T18:32:34.602 INFO:tasks.rados.rados.0.smithi029.stdout:3649: done (6 left) 2024-07-27T18:32:34.602 INFO:tasks.rados.rados.0.smithi029.stdout:3650: done (5 left) 2024-07-27T18:32:34.602 INFO:tasks.rados.rados.0.smithi029.stdout:3651: done (4 left) 2024-07-27T18:32:34.602 INFO:tasks.rados.rados.0.smithi029.stdout:3652: done (3 left) 2024-07-27T18:32:34.603 INFO:tasks.rados.rados.0.smithi029.stdout:3653: done (2 left) 2024-07-27T18:32:34.603 INFO:tasks.rados.rados.0.smithi029.stdout:3655: done (1 left) 2024-07-27T18:32:34.603 INFO:tasks.rados.rados.0.smithi029.stdout:3656: rmattr oid 10 current snap is 341 2024-07-27T18:32:34.603 INFO:tasks.rados.rados.0.smithi029.stdout:3656: done (1 left) 2024-07-27T18:32:34.603 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 341 2024-07-27T18:32:34.603 INFO:tasks.rados.rados.0.smithi029.stdout:3654: finishing write tid 3 to smithi02985406-14 2024-07-27T18:32:34.603 INFO:tasks.rados.rados.0.smithi029.stdout:3654: oid 14 updating version 0 to 2368 2024-07-27T18:32:34.603 INFO:tasks.rados.rados.0.smithi029.stdout:3654: oid 14 updating version 2368 to 2369 2024-07-27T18:32:34.603 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 2369 (ObjNum 1155 snap 341 seq_num 1155) dirty exists 2024-07-27T18:32:34.603 INFO:tasks.rados.rados.0.smithi029.stdout:3654: left oid 14 (ObjNum 1155 snap 341 seq_num 1155) 2024-07-27T18:32:34.603 INFO:tasks.rados.rados.0.smithi029.stdout:3657: seq_num 1157 ranges {3194880=180224} 2024-07-27T18:32:34.619 INFO:tasks.rados.rados.0.smithi029.stdout:3657: writing smithi02985406-5 from 3194880 to 3375104 tid 1 2024-07-27T18:32:34.619 INFO:tasks.rados.rados.0.smithi029.stdout:3654: done (1 left) 2024-07-27T18:32:34.619 INFO:tasks.rados.rados.0.smithi029.stdout:3658: snap_create 2024-07-27T18:32:34.624 INFO:tasks.rados.rados.0.smithi029.stdout:3657: finishing write tid 1 to smithi02985406-5 2024-07-27T18:32:34.624 INFO:tasks.rados.rados.0.smithi029.stdout:3657: finishing write tid 2 to smithi02985406-5 2024-07-27T18:32:34.626 INFO:tasks.rados.rados.0.smithi029.stdout:3657: finishing write tid 3 to smithi02985406-5 2024-07-27T18:32:34.626 INFO:tasks.rados.rados.0.smithi029.stdout:3657: oid 5 updating version 0 to 2530 2024-07-27T18:32:34.626 INFO:tasks.rados.rados.0.smithi029.stdout:3657: oid 5 version 2530 is already newer than 2529 2024-07-27T18:32:34.626 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 2530 (ObjNum 1157 snap 341 seq_num 1157) dirty exists 2024-07-27T18:32:34.626 INFO:tasks.rados.rados.0.smithi029.stdout:3657: left oid 5 (ObjNum 1157 snap 341 seq_num 1157) 2024-07-27T18:32:35.095 INFO:tasks.rados.rados.0.smithi029.stdout:3657: done (1 left) 2024-07-27T18:32:35.095 INFO:tasks.rados.rados.0.smithi029.stdout:3658: done (0 left) 2024-07-27T18:32:35.095 INFO:tasks.rados.rados.0.smithi029.stdout:3659: delete oid 25 current snap is 342 2024-07-27T18:32:35.101 INFO:tasks.rados.rados.0.smithi029.stdout:3659: done (0 left) 2024-07-27T18:32:35.101 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 342 2024-07-27T18:32:35.101 INFO:tasks.rados.rados.0.smithi029.stdout:3660: seq_num 1159 ranges {1712128=212992} 2024-07-27T18:32:35.111 INFO:tasks.rados.rados.0.smithi029.stdout:3660: writing smithi02985406-45 from 1712128 to 1925120 tid 1 2024-07-27T18:32:35.112 INFO:tasks.rados.rados.0.smithi029.stdout:3661: read oid 17 snap -1 2024-07-27T18:32:35.112 INFO:tasks.rados.rados.0.smithi029.stdout:3661: expect (ObjNum 1146 snap 340 seq_num 1146) 2024-07-27T18:32:35.112 INFO:tasks.rados.rados.0.smithi029.stdout:3662: delete oid 32 current snap is 342 2024-07-27T18:32:35.116 INFO:tasks.rados.rados.0.smithi029.stdout:3662: done (2 left) 2024-07-27T18:32:35.117 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 342 2024-07-27T18:32:35.117 INFO:tasks.rados.rados.0.smithi029.stdout:3663: seq_num 1161 ranges {1671168=245760} 2024-07-27T18:32:35.128 INFO:tasks.rados.rados.0.smithi029.stdout:3663: writing smithi02985406-1 from 1671168 to 1916928 tid 1 2024-07-27T18:32:35.128 INFO:tasks.rados.rados.0.smithi029.stdout:3664: snap_create 2024-07-27T18:32:35.128 INFO:tasks.rados.rados.0.smithi029.stdout:3660: finishing write tid 1 to smithi02985406-45 2024-07-27T18:32:35.128 INFO:tasks.rados.rados.0.smithi029.stdout:3660: finishing write tid 2 to smithi02985406-45 2024-07-27T18:32:35.128 INFO:tasks.rados.rados.0.smithi029.stdout:3660: finishing write tid 3 to smithi02985406-45 2024-07-27T18:32:35.128 INFO:tasks.rados.rados.0.smithi029.stdout:3660: oid 45 updating version 0 to 2371 2024-07-27T18:32:35.128 INFO:tasks.rados.rados.0.smithi029.stdout:3660: oid 45 version 2371 is already newer than 2370 2024-07-27T18:32:35.128 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 2371 (ObjNum 1159 snap 342 seq_num 1159) dirty exists 2024-07-27T18:32:35.128 INFO:tasks.rados.rados.0.smithi029.stdout:3660: left oid 45 (ObjNum 1159 snap 342 seq_num 1159) 2024-07-27T18:32:35.129 INFO:tasks.rados.rados.0.smithi029.stdout:3661: expect (ObjNum 1146 snap 340 seq_num 1146) 2024-07-27T18:32:35.343 INFO:tasks.rados.rados.0.smithi029.stdout:3663: finishing write tid 1 to smithi02985406-1 2024-07-27T18:32:35.343 INFO:tasks.rados.rados.0.smithi029.stdout:3663: finishing write tid 2 to smithi02985406-1 2024-07-27T18:32:35.343 INFO:tasks.rados.rados.0.smithi029.stdout:3663: finishing write tid 3 to smithi02985406-1 2024-07-27T18:32:35.343 INFO:tasks.rados.rados.0.smithi029.stdout:3663: oid 1 updating version 0 to 2329 2024-07-27T18:32:35.343 INFO:tasks.rados.rados.0.smithi029.stdout:3663: oid 1 version 2329 is already newer than 2328 2024-07-27T18:32:35.343 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 2329 (ObjNum 1161 snap 342 seq_num 1161) dirty exists 2024-07-27T18:32:35.344 INFO:tasks.rados.rados.0.smithi029.stdout:3663: left oid 1 (ObjNum 1161 snap 342 seq_num 1161) 2024-07-27T18:32:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:35 smithi179 ceph-mon[89801]: osdmap e773: 8 total, 8 up, 8 in 2024-07-27T18:32:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:35 smithi029 ceph-mon[96870]: osdmap e773: 8 total, 8 up, 8 in 2024-07-27T18:32:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:35 smithi029 ceph-mon[99353]: osdmap e773: 8 total, 8 up, 8 in 2024-07-27T18:32:36.100 INFO:tasks.rados.rados.0.smithi029.stdout:3660: done (3 left) 2024-07-27T18:32:36.101 INFO:tasks.rados.rados.0.smithi029.stdout:3661: done (2 left) 2024-07-27T18:32:36.101 INFO:tasks.rados.rados.0.smithi029.stdout:3663: done (1 left) 2024-07-27T18:32:36.101 INFO:tasks.rados.rados.0.smithi029.stdout:3664: done (0 left) 2024-07-27T18:32:36.101 INFO:tasks.rados.rados.0.smithi029.stdout:3665: delete oid 26 current snap is 343 2024-07-27T18:32:36.104 INFO:tasks.rados.rados.0.smithi029.stdout:3665: done (0 left) 2024-07-27T18:32:36.105 INFO:tasks.rados.rados.0.smithi029.stdout:3666: copy_from oid 40 from oid 42 current snap is 343 2024-07-27T18:32:36.105 INFO:tasks.rados.rados.0.smithi029.stdout:3667: rmattr oid 28 current snap is 343 2024-07-27T18:32:36.105 INFO:tasks.rados.rados.0.smithi029.stdout:3668: delete oid 50 current snap is 343 2024-07-27T18:32:36.109 INFO:tasks.rados.rados.0.smithi029.stdout:3668: done (2 left) 2024-07-27T18:32:36.109 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 6 current snap is 343 2024-07-27T18:32:36.109 INFO:tasks.rados.rados.0.smithi029.stdout:3669: seq_num 1164 ranges {4046848=303104} 2024-07-27T18:32:36.134 INFO:tasks.rados.rados.0.smithi029.stdout:3669: writing smithi02985406-6 from 4046848 to 4349952 tid 1 2024-07-27T18:32:36.134 INFO:tasks.rados.rados.0.smithi029.stdout:3670: read oid 44 snap -1 2024-07-27T18:32:36.134 INFO:tasks.rados.rados.0.smithi029.stdout:3670: expect (ObjNum 1149 snap 340 seq_num 1149) 2024-07-27T18:32:36.134 INFO:tasks.rados.rados.0.smithi029.stdout:3671: rollback oid 47 current snap is 343 2024-07-27T18:32:36.134 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 47 to 342 2024-07-27T18:32:36.134 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 2494 (ObjNum 1131 snap 338 seq_num 1131) dirty exists 2024-07-27T18:32:36.135 INFO:tasks.rados.rados.0.smithi029.stdout:3667: done (4 left) 2024-07-27T18:32:36.135 INFO:tasks.rados.rados.0.smithi029.stdout:3672: setattr oid 22 current snap is 343 2024-07-27T18:32:36.135 INFO:tasks.rados.rados.0.smithi029.stdout:3666: finishing copy_from racing read to smithi02985406-40 2024-07-27T18:32:36.135 INFO:tasks.rados.rados.0.smithi029.stdout:3666: finishing copy_from to smithi02985406-40 2024-07-27T18:32:36.135 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 2317 (ObjNum 1124 snap 338 seq_num 1124) dirty exists 2024-07-27T18:32:36.135 INFO:tasks.rados.rados.0.smithi029.stdout:3666: done (4 left) 2024-07-27T18:32:36.135 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 343 2024-07-27T18:32:36.135 INFO:tasks.rados.rados.0.smithi029.stdout:3673: seq_num 1165 ranges {1916928=319488} 2024-07-27T18:32:36.148 INFO:tasks.rados.rados.0.smithi029.stdout:3673: writing smithi02985406-1 from 1916928 to 2236416 tid 1 2024-07-27T18:32:36.148 INFO:tasks.rados.rados.0.smithi029.stdout:3674: read oid 33 snap -1 2024-07-27T18:32:36.148 INFO:tasks.rados.rados.0.smithi029.stdout:3674: expect deleted 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:3675: copy_from oid 42 from oid 26 current snap is 343 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:3671: finishing rollback tid 1 to smithi02985406-47 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 0 (ObjNum 129 snap 0 seq_num 368887968) dirty dne 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:3671: done (6 left) 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:3676: read oid 23 snap -1 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:3676: expect deleted 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:3677: read oid 39 snap 340 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:3677: expect (ObjNum 1138 snap 339 seq_num 1138) 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:3678: setattr oid 31 current snap is 343 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 1047 (ObjNum 129 snap 0 seq_num 368859152) dirty exists 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:3669: finishing write tid 1 to smithi02985406-6 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:3669: finishing write tid 2 to smithi02985406-6 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:3669: finishing write tid 3 to smithi02985406-6 2024-07-27T18:32:36.149 INFO:tasks.rados.rados.0.smithi029.stdout:3669: oid 6 updating version 0 to 2331 2024-07-27T18:32:36.150 INFO:tasks.rados.rados.0.smithi029.stdout:3669: oid 6 version 2331 is already newer than 2330 2024-07-27T18:32:36.150 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 2331 (ObjNum 1164 snap 343 seq_num 1164) dirty exists 2024-07-27T18:32:36.150 INFO:tasks.rados.rados.0.smithi029.stdout:3669: left oid 6 (ObjNum 1164 snap 343 seq_num 1164) 2024-07-27T18:32:36.151 INFO:tasks.rados.rados.0.smithi029.stdout:3675: finishing copy_from to smithi02985406-42 2024-07-27T18:32:36.151 INFO:tasks.rados.rados.0.smithi029.stdout:3675: got expected ENOENT (src dne) 2024-07-27T18:32:36.151 INFO:tasks.rados.rados.0.smithi029.stdout:3675: finishing copy_from racing read to smithi02985406-42 2024-07-27T18:32:36.151 INFO:tasks.rados.rados.0.smithi029.stdout:3669: done (8 left) 2024-07-27T18:32:36.151 INFO:tasks.rados.rados.0.smithi029.stdout:3672: done (7 left) 2024-07-27T18:32:36.151 INFO:tasks.rados.rados.0.smithi029.stdout:3674: done (6 left) 2024-07-27T18:32:36.151 INFO:tasks.rados.rados.0.smithi029.stdout:3675: done (5 left) 2024-07-27T18:32:36.151 INFO:tasks.rados.rados.0.smithi029.stdout:3676: done (4 left) 2024-07-27T18:32:36.151 INFO:tasks.rados.rados.0.smithi029.stdout:3679: rmattr oid 33 current snap is 343 2024-07-27T18:32:36.151 INFO:tasks.rados.rados.0.smithi029.stdout:3679: done (4 left) 2024-07-27T18:32:36.151 INFO:tasks.rados.rados.0.smithi029.stdout:3680: copy_from oid 25 from oid 38 current snap is 343 2024-07-27T18:32:36.151 INFO:tasks.rados.rados.0.smithi029.stdout:3681: read oid 37 snap -1 2024-07-27T18:32:36.152 INFO:tasks.rados.rados.0.smithi029.stdout:3681: expect deleted 2024-07-27T18:32:36.152 INFO:tasks.rados.rados.0.smithi029.stdout:3682: setattr oid 48 current snap is 343 2024-07-27T18:32:36.152 INFO:tasks.rados.rados.0.smithi029.stdout:3683: read oid 42 snap -1 2024-07-27T18:32:36.152 INFO:tasks.rados.rados.0.smithi029.stdout:3683: expect (ObjNum 1124 snap 338 seq_num 1124) 2024-07-27T18:32:36.152 INFO:tasks.rados.rados.0.smithi029.stdout:3684: read oid 49 snap -1 2024-07-27T18:32:36.153 INFO:tasks.rados.rados.0.smithi029.stdout:3684: expect deleted 2024-07-27T18:32:36.153 INFO:tasks.rados.rados.0.smithi029.stdout:3685: rollback oid 15 current snap is 343 2024-07-27T18:32:36.153 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 15 to 341 2024-07-27T18:32:36.153 INFO:tasks.rados.rados.0.smithi029.stdout:3686: snap_create 2024-07-27T18:32:36.159 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 2532 (ObjNum 33 snap 0 seq_num 2) dirty exists 2024-07-27T18:32:36.160 INFO:tasks.rados.rados.0.smithi029.stdout:3685: finishing rollback tid 0 to smithi02985406-15 2024-07-27T18:32:36.160 INFO:tasks.rados.rados.0.smithi029.stdout:3685: finishing rollback tid 1 to smithi02985406-15 2024-07-27T18:32:36.161 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 2372 (ObjNum 1080 snap 327 seq_num 1080) dirty exists 2024-07-27T18:32:36.164 INFO:tasks.rados.rados.0.smithi029.stdout:3685: finishing rollback tid 2 to smithi02985406-15 2024-07-27T18:32:36.164 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 2438 (ObjNum 1056 snap 317 seq_num 1056) dirty exists 2024-07-27T18:32:36.164 INFO:tasks.rados.rados.0.smithi029.stdout:3680: finishing copy_from racing read to smithi02985406-25 2024-07-27T18:32:36.169 INFO:tasks.rados.rados.0.smithi029.stdout:3677: expect (ObjNum 1138 snap 339 seq_num 1138) 2024-07-27T18:32:36.271 INFO:tasks.rados.rados.0.smithi029.stdout:3680: finishing copy_from to smithi02985406-25 2024-07-27T18:32:36.271 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 2369 (ObjNum 912 snap 287 seq_num 912) dirty exists 2024-07-27T18:32:36.271 INFO:tasks.rados.rados.0.smithi029.stdout:3683: expect (ObjNum 1124 snap 338 seq_num 1124) 2024-07-27T18:32:36.403 INFO:tasks.rados.rados.0.smithi029.stdout:3673: finishing write tid 1 to smithi02985406-1 2024-07-27T18:32:36.403 INFO:tasks.rados.rados.0.smithi029.stdout:3673: finishing write tid 2 to smithi02985406-1 2024-07-27T18:32:36.404 INFO:tasks.rados.rados.0.smithi029.stdout:3670: expect (ObjNum 1149 snap 340 seq_num 1149) 2024-07-27T18:32:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:36 smithi179 ceph-mon[89801]: pgmap v830: 121 pgs: 121 active+clean; 191 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 1.3 MiB/s rd, 2.3 MiB/s wr, 19 op/s 2024-07-27T18:32:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:36 smithi179 ceph-mon[89801]: osdmap e774: 8 total, 8 up, 8 in 2024-07-27T18:32:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:36 smithi029 ceph-mon[96870]: pgmap v830: 121 pgs: 121 active+clean; 191 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 1.3 MiB/s rd, 2.3 MiB/s wr, 19 op/s 2024-07-27T18:32:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:36 smithi029 ceph-mon[96870]: osdmap e774: 8 total, 8 up, 8 in 2024-07-27T18:32:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:36 smithi029 ceph-mon[99353]: pgmap v830: 121 pgs: 121 active+clean; 191 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 1.3 MiB/s rd, 2.3 MiB/s wr, 19 op/s 2024-07-27T18:32:36.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:36 smithi029 ceph-mon[99353]: osdmap e774: 8 total, 8 up, 8 in 2024-07-27T18:32:36.940 INFO:tasks.rados.rados.0.smithi029.stdout:3673: finishing write tid 3 to smithi02985406-1 2024-07-27T18:32:36.940 INFO:tasks.rados.rados.0.smithi029.stdout:3673: oid 1 updating version 0 to 2333 2024-07-27T18:32:36.940 INFO:tasks.rados.rados.0.smithi029.stdout:3673: oid 1 version 2333 is already newer than 2332 2024-07-27T18:32:36.940 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 2333 (ObjNum 1165 snap 343 seq_num 1165) dirty exists 2024-07-27T18:32:36.940 INFO:tasks.rados.rados.0.smithi029.stdout:3673: left oid 1 (ObjNum 1165 snap 343 seq_num 1165) 2024-07-27T18:32:37.085 INFO:tasks.rados.rados.0.smithi029.stdout:3670: done (10 left) 2024-07-27T18:32:37.086 INFO:tasks.rados.rados.0.smithi029.stdout:3673: done (9 left) 2024-07-27T18:32:37.086 INFO:tasks.rados.rados.0.smithi029.stdout:3677: done (8 left) 2024-07-27T18:32:37.086 INFO:tasks.rados.rados.0.smithi029.stdout:3678: done (7 left) 2024-07-27T18:32:37.086 INFO:tasks.rados.rados.0.smithi029.stdout:3680: done (6 left) 2024-07-27T18:32:37.086 INFO:tasks.rados.rados.0.smithi029.stdout:3681: done (5 left) 2024-07-27T18:32:37.086 INFO:tasks.rados.rados.0.smithi029.stdout:3682: done (4 left) 2024-07-27T18:32:37.086 INFO:tasks.rados.rados.0.smithi029.stdout:3683: done (3 left) 2024-07-27T18:32:37.086 INFO:tasks.rados.rados.0.smithi029.stdout:3684: done (2 left) 2024-07-27T18:32:37.086 INFO:tasks.rados.rados.0.smithi029.stdout:3685: done (1 left) 2024-07-27T18:32:37.086 INFO:tasks.rados.rados.0.smithi029.stdout:3686: done (0 left) 2024-07-27T18:32:37.086 INFO:tasks.rados.rados.0.smithi029.stdout:3687: read oid 11 snap -1 2024-07-27T18:32:37.086 INFO:tasks.rados.rados.0.smithi029.stdout:3687: expect deleted 2024-07-27T18:32:37.087 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 344 2024-07-27T18:32:37.087 INFO:tasks.rados.rados.0.smithi029.stdout:3688: seq_num 1166 ranges {2375680=335872} 2024-07-27T18:32:37.100 INFO:tasks.rados.rados.0.smithi029.stdout:3688: writing smithi02985406-28 from 2375680 to 2711552 tid 1 2024-07-27T18:32:37.100 INFO:tasks.rados.rados.0.smithi029.stdout:3689: delete oid 49 current snap is 344 2024-07-27T18:32:37.102 INFO:tasks.rados.rados.0.smithi029.stdout:3687: done (2 left) 2024-07-27T18:32:37.102 INFO:tasks.rados.rados.0.smithi029.stdout:3689: done (1 left) 2024-07-27T18:32:37.102 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 48 current snap is 344 2024-07-27T18:32:37.102 INFO:tasks.rados.rados.0.smithi029.stdout:3690: seq_num 1168 ranges {0=368640} 2024-07-27T18:32:37.104 INFO:tasks.rados.rados.0.smithi029.stdout:3690: writing smithi02985406-48 from 0 to 368640 tid 1 2024-07-27T18:32:37.104 INFO:tasks.rados.rados.0.smithi029.stdout:3691: setattr oid 21 current snap is 344 2024-07-27T18:32:37.106 INFO:tasks.rados.rados.0.smithi029.stdout:3692: rollback oid 9 current snap is 344 2024-07-27T18:32:37.106 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 9 to 341 2024-07-27T18:32:37.106 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 344 2024-07-27T18:32:37.106 INFO:tasks.rados.rados.0.smithi029.stdout:3693: seq_num 1169 ranges {5292032=385024} 2024-07-27T18:32:37.138 INFO:tasks.rados.rados.0.smithi029.stdout:3693: writing smithi02985406-17 from 5292032 to 5677056 tid 1 2024-07-27T18:32:37.138 INFO:tasks.rados.rados.0.smithi029.stdout:3694: read oid 37 snap -1 2024-07-27T18:32:37.138 INFO:tasks.rados.rados.0.smithi029.stdout:3694: expect deleted 2024-07-27T18:32:37.138 INFO:tasks.rados.rados.0.smithi029.stdout:3695: rollback oid 38 current snap is 344 2024-07-27T18:32:37.138 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 38 to 340 2024-07-27T18:32:37.138 INFO:tasks.rados.rados.0.smithi029.stdout:3690: finishing write tid 1 to smithi02985406-48 2024-07-27T18:32:37.138 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 983 (ObjNum 1000 snap 302 seq_num 1000) dirty exists 2024-07-27T18:32:37.138 INFO:tasks.rados.rados.0.smithi029.stdout:3691: done (6 left) 2024-07-27T18:32:37.139 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 344 2024-07-27T18:32:37.139 INFO:tasks.rados.rados.0.smithi029.stdout:3690: finishing write tid 2 to smithi02985406-48 2024-07-27T18:32:37.139 INFO:tasks.rados.rados.0.smithi029.stdout:3696: seq_num 1170 ranges {1671168=401408} 2024-07-27T18:32:37.149 INFO:tasks.rados.rados.0.smithi029.stdout:3696: writing smithi02985406-15 from 1671168 to 2072576 tid 1 2024-07-27T18:32:37.149 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 49 current snap is 344 2024-07-27T18:32:37.149 INFO:tasks.rados.rados.0.smithi029.stdout:3697: seq_num 1171 ranges {0=417792} 2024-07-27T18:32:37.152 INFO:tasks.rados.rados.0.smithi029.stdout:3697: writing smithi02985406-49 from 0 to 417792 tid 1 2024-07-27T18:32:37.153 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 39 current snap is 344 2024-07-27T18:32:37.153 INFO:tasks.rados.rados.0.smithi029.stdout:3688: finishing write tid 1 to smithi02985406-28 2024-07-27T18:32:37.153 INFO:tasks.rados.rados.0.smithi029.stdout:3688: finishing write tid 2 to smithi02985406-28 2024-07-27T18:32:37.153 INFO:tasks.rados.rados.0.smithi029.stdout:3692: finishing rollback tid 0 to smithi02985406-9 2024-07-27T18:32:37.153 INFO:tasks.rados.rados.0.smithi029.stdout:3692: finishing rollback tid 1 to smithi02985406-9 2024-07-27T18:32:37.153 INFO:tasks.rados.rados.0.smithi029.stdout:3692: finishing rollback tid 2 to smithi02985406-9 2024-07-27T18:32:37.153 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 2503 (ObjNum 899 snap 286 seq_num 899) dirty exists 2024-07-27T18:32:37.153 INFO:tasks.rados.rados.0.smithi029.stdout:3690: finishing write tid 3 to smithi02985406-48 2024-07-27T18:32:37.153 INFO:tasks.rados.rados.0.smithi029.stdout:3690: oid 48 updating version 0 to 2534 2024-07-27T18:32:37.153 INFO:tasks.rados.rados.0.smithi029.stdout:3690: oid 48 updating version 2534 to 2535 2024-07-27T18:32:37.153 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 2535 (ObjNum 1168 snap 344 seq_num 1168) dirty exists 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:3690: left oid 48 (ObjNum 1168 snap 344 seq_num 1168) 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:3688: finishing write tid 3 to smithi02985406-28 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:3688: oid 28 updating version 0 to 2499 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:3688: oid 28 version 2499 is already newer than 2498 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 2499 (ObjNum 1166 snap 344 seq_num 1166) dirty exists 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:3688: left oid 28 (ObjNum 1166 snap 344 seq_num 1166) 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:3693: finishing write tid 1 to smithi02985406-17 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:3693: finishing write tid 2 to smithi02985406-17 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:3695: finishing rollback tid 0 to smithi02985406-38 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:3695: finishing rollback tid 1 to smithi02985406-38 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:3695: finishing rollback tid 2 to smithi02985406-38 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 2372 (ObjNum 912 snap 287 seq_num 912) dirty exists 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:3693: finishing write tid 3 to smithi02985406-17 2024-07-27T18:32:37.154 INFO:tasks.rados.rados.0.smithi029.stdout:3693: oid 17 updating version 0 to 1380 2024-07-27T18:32:37.155 INFO:tasks.rados.rados.0.smithi029.stdout:3693: oid 17 updating version 1380 to 1381 2024-07-27T18:32:37.155 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 1381 (ObjNum 1169 snap 344 seq_num 1169) dirty exists 2024-07-27T18:32:37.155 INFO:tasks.rados.rados.0.smithi029.stdout:3693: left oid 17 (ObjNum 1169 snap 344 seq_num 1169) 2024-07-27T18:32:37.155 INFO:tasks.rados.rados.0.smithi029.stdout:3698: seq_num 1172 ranges {3194880=434176} 2024-07-27T18:32:37.172 INFO:tasks.rados.rados.0.smithi029.stdout:3698: writing smithi02985406-39 from 3194880 to 3629056 tid 1 2024-07-27T18:32:37.173 INFO:tasks.rados.rados.0.smithi029.stdout:3688: done (8 left) 2024-07-27T18:32:37.173 INFO:tasks.rados.rados.0.smithi029.stdout:3690: done (7 left) 2024-07-27T18:32:37.173 INFO:tasks.rados.rados.0.smithi029.stdout:3692: done (6 left) 2024-07-27T18:32:37.173 INFO:tasks.rados.rados.0.smithi029.stdout:3693: done (5 left) 2024-07-27T18:32:37.173 INFO:tasks.rados.rados.0.smithi029.stdout:3694: done (4 left) 2024-07-27T18:32:37.173 INFO:tasks.rados.rados.0.smithi029.stdout:3695: done (3 left) 2024-07-27T18:32:37.173 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 344 2024-07-27T18:32:37.173 INFO:tasks.rados.rados.0.smithi029.stdout:3696: finishing write tid 1 to smithi02985406-15 2024-07-27T18:32:37.173 INFO:tasks.rados.rados.0.smithi029.stdout:3696: finishing write tid 2 to smithi02985406-15 2024-07-27T18:32:37.173 INFO:tasks.rados.rados.0.smithi029.stdout:3696: finishing write tid 3 to smithi02985406-15 2024-07-27T18:32:37.173 INFO:tasks.rados.rados.0.smithi029.stdout:3696: oid 15 updating version 0 to 2439 2024-07-27T18:32:37.174 INFO:tasks.rados.rados.0.smithi029.stdout:3696: oid 15 updating version 2439 to 2440 2024-07-27T18:32:37.174 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 2440 (ObjNum 1170 snap 344 seq_num 1170) dirty exists 2024-07-27T18:32:37.174 INFO:tasks.rados.rados.0.smithi029.stdout:3696: left oid 15 (ObjNum 1170 snap 344 seq_num 1170) 2024-07-27T18:32:37.174 INFO:tasks.rados.rados.0.smithi029.stdout:3697: finishing write tid 1 to smithi02985406-49 2024-07-27T18:32:37.174 INFO:tasks.rados.rados.0.smithi029.stdout:3699: seq_num 1173 ranges {1417216=450560} 2024-07-27T18:32:37.182 INFO:tasks.rados.rados.0.smithi029.stdout:3699: writing smithi02985406-38 from 1417216 to 1867776 tid 1 2024-07-27T18:32:37.182 INFO:tasks.rados.rados.0.smithi029.stdout:3696: done (3 left) 2024-07-27T18:32:37.183 INFO:tasks.rados.rados.0.smithi029.stdout:3700: snap_remove snap 338 2024-07-27T18:32:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:37 smithi179 ceph-mon[89801]: osdmap e775: 8 total, 8 up, 8 in 2024-07-27T18:32:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:37 smithi179 ceph-mon[89801]: osdmap e776: 8 total, 8 up, 8 in 2024-07-27T18:32:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:37 smithi029 ceph-mon[99353]: osdmap e775: 8 total, 8 up, 8 in 2024-07-27T18:32:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:37 smithi029 ceph-mon[99353]: osdmap e776: 8 total, 8 up, 8 in 2024-07-27T18:32:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:37 smithi029 ceph-mon[96870]: osdmap e775: 8 total, 8 up, 8 in 2024-07-27T18:32:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:37 smithi029 ceph-mon[96870]: osdmap e776: 8 total, 8 up, 8 in 2024-07-27T18:32:38.114 INFO:tasks.rados.rados.0.smithi029.stdout:3700: done (3 left) 2024-07-27T18:32:38.114 INFO:tasks.rados.rados.0.smithi029.stdout:3701: read oid 48 snap -1 2024-07-27T18:32:38.115 INFO:tasks.rados.rados.0.smithi029.stdout:3701: expect (ObjNum 1168 snap 344 seq_num 1168) 2024-07-27T18:32:38.115 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 15 current snap is 344 2024-07-27T18:32:38.115 INFO:tasks.rados.rados.0.smithi029.stdout:3702: seq_num 1174 ranges {2072576=466944} 2024-07-27T18:32:38.129 INFO:tasks.rados.rados.0.smithi029.stdout:3702: writing smithi02985406-15 from 2072576 to 2539520 tid 1 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:3697: finishing write tid 2 to smithi02985406-49 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:3697: finishing write tid 3 to smithi02985406-49 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:3697: oid 49 updating version 0 to 1932 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:3697: oid 49 updating version 1932 to 1933 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 49 v 1933 (ObjNum 1171 snap 344 seq_num 1171) dirty exists 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:3697: left oid 49 (ObjNum 1171 snap 344 seq_num 1171) 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:3698: finishing write tid 1 to smithi02985406-39 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:3698: finishing write tid 2 to smithi02985406-39 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:3698: finishing write tid 3 to smithi02985406-39 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:3698: oid 39 updating version 0 to 2475 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:3698: oid 39 updating version 2475 to 2476 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2476 (ObjNum 1172 snap 344 seq_num 1172) dirty exists 2024-07-27T18:32:38.132 INFO:tasks.rados.rados.0.smithi029.stdout:3698: left oid 39 (ObjNum 1172 snap 344 seq_num 1172) 2024-07-27T18:32:38.133 INFO:tasks.rados.rados.0.smithi029.stdout:3699: finishing write tid 1 to smithi02985406-38 2024-07-27T18:32:38.133 INFO:tasks.rados.rados.0.smithi029.stdout:3699: finishing write tid 2 to smithi02985406-38 2024-07-27T18:32:38.133 INFO:tasks.rados.rados.0.smithi029.stdout:3699: finishing write tid 3 to smithi02985406-38 2024-07-27T18:32:38.133 INFO:tasks.rados.rados.0.smithi029.stdout:3699: oid 38 updating version 0 to 2373 2024-07-27T18:32:38.133 INFO:tasks.rados.rados.0.smithi029.stdout:3699: oid 38 updating version 2373 to 2374 2024-07-27T18:32:38.133 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 2374 (ObjNum 1173 snap 344 seq_num 1173) dirty exists 2024-07-27T18:32:38.133 INFO:tasks.rados.rados.0.smithi029.stdout:3699: left oid 38 (ObjNum 1173 snap 344 seq_num 1173) 2024-07-27T18:32:38.133 INFO:tasks.rados.rados.0.smithi029.stdout:3701: expect (ObjNum 1168 snap 344 seq_num 1168) 2024-07-27T18:32:38.148 INFO:tasks.rados.rados.0.smithi029.stdout:3702: finishing write tid 1 to smithi02985406-15 2024-07-27T18:32:38.148 INFO:tasks.rados.rados.0.smithi029.stdout:3702: finishing write tid 2 to smithi02985406-15 2024-07-27T18:32:38.148 INFO:tasks.rados.rados.0.smithi029.stdout:3702: finishing write tid 3 to smithi02985406-15 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:3702: oid 15 updating version 0 to 2442 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:3702: oid 15 version 2442 is already newer than 2441 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 2442 (ObjNum 1174 snap 344 seq_num 1174) dirty exists 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:3702: left oid 15 (ObjNum 1174 snap 344 seq_num 1174) 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:3697: done (4 left) 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:3698: done (3 left) 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:3699: done (2 left) 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:3701: done (1 left) 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:3702: done (0 left) 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:3703: rmattr oid 8 current snap is 344 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:3703: done (0 left) 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 45 current snap is 344 2024-07-27T18:32:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:3704: seq_num 1175 ranges {1925120=483328} 2024-07-27T18:32:38.161 INFO:tasks.rados.rados.0.smithi029.stdout:3704: writing smithi02985406-45 from 1925120 to 2408448 tid 1 2024-07-27T18:32:38.161 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 344 2024-07-27T18:32:38.161 INFO:tasks.rados.rados.0.smithi029.stdout:3705: seq_num 1176 ranges {1531904=499712} 2024-07-27T18:32:38.173 INFO:tasks.rados.rados.0.smithi029.stdout:3705: writing smithi02985406-24 from 1531904 to 2031616 tid 1 2024-07-27T18:32:38.173 INFO:tasks.rados.rados.0.smithi029.stdout:3706: delete oid 18 current snap is 344 2024-07-27T18:32:38.173 INFO:tasks.rados.rados.0.smithi029.stdout:3704: finishing write tid 1 to smithi02985406-45 2024-07-27T18:32:38.173 INFO:tasks.rados.rados.0.smithi029.stdout:3704: finishing write tid 2 to smithi02985406-45 2024-07-27T18:32:38.173 INFO:tasks.rados.rados.0.smithi029.stdout:3704: finishing write tid 3 to smithi02985406-45 2024-07-27T18:32:38.173 INFO:tasks.rados.rados.0.smithi029.stdout:3704: oid 45 updating version 0 to 2374 2024-07-27T18:32:38.173 INFO:tasks.rados.rados.0.smithi029.stdout:3704: oid 45 version 2374 is already newer than 2373 2024-07-27T18:32:38.173 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 2374 (ObjNum 1175 snap 344 seq_num 1175) dirty exists 2024-07-27T18:32:38.173 INFO:tasks.rados.rados.0.smithi029.stdout:3704: left oid 45 (ObjNum 1175 snap 344 seq_num 1175) 2024-07-27T18:32:38.176 INFO:tasks.rados.rados.0.smithi029.stdout:3704: done (2 left) 2024-07-27T18:32:38.176 INFO:tasks.rados.rados.0.smithi029.stdout:3706: done (1 left) 2024-07-27T18:32:38.176 INFO:tasks.rados.rados.0.smithi029.stdout:3707: read oid 3 snap 342 2024-07-27T18:32:38.176 INFO:tasks.rados.rados.0.smithi029.stdout:3707: expect deleted 2024-07-27T18:32:38.177 INFO:tasks.rados.rados.0.smithi029.stdout:3708: read oid 32 snap -1 2024-07-27T18:32:38.177 INFO:tasks.rados.rados.0.smithi029.stdout:3708: expect deleted 2024-07-27T18:32:38.177 INFO:tasks.rados.rados.0.smithi029.stdout:3709: read oid 20 snap -1 2024-07-27T18:32:38.177 INFO:tasks.rados.rados.0.smithi029.stdout:3709: expect deleted 2024-07-27T18:32:38.177 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 344 2024-07-27T18:32:38.177 INFO:tasks.rados.rados.0.smithi029.stdout:3710: seq_num 1178 ranges {0=532480} 2024-07-27T18:32:38.179 INFO:tasks.rados.rados.0.smithi029.stdout:3710: writing smithi02985406-8 from 0 to 532480 tid 1 2024-07-27T18:32:38.179 INFO:tasks.rados.rados.0.smithi029.stdout:3711: snap_remove snap 341 2024-07-27T18:32:38.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:38 smithi179 ceph-mon[89801]: pgmap v833: 121 pgs: 121 active+clean; 181 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 MiB/s rd, 2.5 MiB/s wr, 26 op/s 2024-07-27T18:32:38.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:38 smithi029 ceph-mon[96870]: pgmap v833: 121 pgs: 121 active+clean; 181 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 MiB/s rd, 2.5 MiB/s wr, 26 op/s 2024-07-27T18:32:38.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:38 smithi029 ceph-mon[99353]: pgmap v833: 121 pgs: 121 active+clean; 181 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 MiB/s rd, 2.5 MiB/s wr, 26 op/s 2024-07-27T18:32:39.120 INFO:tasks.rados.rados.0.smithi029.stdout:3711: done (5 left) 2024-07-27T18:32:39.121 INFO:tasks.rados.rados.0.smithi029.stdout:3712: snap_remove snap 343 2024-07-27T18:32:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:39 smithi179 ceph-mon[89801]: osdmap e777: 8 total, 8 up, 8 in 2024-07-27T18:32:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:32:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:39 smithi029 ceph-mon[96870]: osdmap e777: 8 total, 8 up, 8 in 2024-07-27T18:32:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:32:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:39 smithi029 ceph-mon[99353]: osdmap e777: 8 total, 8 up, 8 in 2024-07-27T18:32:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:32:40.127 INFO:tasks.rados.rados.0.smithi029.stdout:3712: done (5 left) 2024-07-27T18:32:40.127 INFO:tasks.rados.rados.0.smithi029.stdout:3713: copy_from oid 2 from oid 45 current snap is 344 2024-07-27T18:32:40.128 INFO:tasks.rados.rados.0.smithi029.stdout:3705: finishing write tid 1 to smithi02985406-24 2024-07-27T18:32:40.128 INFO:tasks.rados.rados.0.smithi029.stdout:3705: finishing write tid 2 to smithi02985406-24 2024-07-27T18:32:40.128 INFO:tasks.rados.rados.0.smithi029.stdout:3705: finishing write tid 3 to smithi02985406-24 2024-07-27T18:32:40.128 INFO:tasks.rados.rados.0.smithi029.stdout:3705: oid 24 updating version 0 to 2376 2024-07-27T18:32:40.128 INFO:tasks.rados.rados.0.smithi029.stdout:3705: oid 24 version 2376 is already newer than 2375 2024-07-27T18:32:40.128 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 2376 (ObjNum 1176 snap 344 seq_num 1176) dirty exists 2024-07-27T18:32:40.128 INFO:tasks.rados.rados.0.smithi029.stdout:3705: left oid 24 (ObjNum 1176 snap 344 seq_num 1176) 2024-07-27T18:32:40.128 INFO:tasks.rados.rados.0.smithi029.stdout:3710: finishing write tid 1 to smithi02985406-8 2024-07-27T18:32:40.128 INFO:tasks.rados.rados.0.smithi029.stdout:3710: finishing write tid 2 to smithi02985406-8 2024-07-27T18:32:40.128 INFO:tasks.rados.rados.0.smithi029.stdout:3710: finishing write tid 3 to smithi02985406-8 2024-07-27T18:32:40.128 INFO:tasks.rados.rados.0.smithi029.stdout:3710: oid 8 updating version 0 to 2516 2024-07-27T18:32:40.128 INFO:tasks.rados.rados.0.smithi029.stdout:3710: oid 8 updating version 2516 to 2517 2024-07-27T18:32:40.129 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 2517 (ObjNum 1178 snap 344 seq_num 1178) dirty exists 2024-07-27T18:32:40.129 INFO:tasks.rados.rados.0.smithi029.stdout:3710: left oid 8 (ObjNum 1178 snap 344 seq_num 1178) 2024-07-27T18:32:40.129 INFO:tasks.rados.rados.0.smithi029.stdout:3705: done (5 left) 2024-07-27T18:32:40.129 INFO:tasks.rados.rados.0.smithi029.stdout:3707: done (4 left) 2024-07-27T18:32:40.129 INFO:tasks.rados.rados.0.smithi029.stdout:3708: done (3 left) 2024-07-27T18:32:40.129 INFO:tasks.rados.rados.0.smithi029.stdout:3709: done (2 left) 2024-07-27T18:32:40.129 INFO:tasks.rados.rados.0.smithi029.stdout:3710: done (1 left) 2024-07-27T18:32:40.129 INFO:tasks.rados.rados.0.smithi029.stdout:3714: delete oid 26 current snap is 344 2024-07-27T18:32:40.135 INFO:tasks.rados.rados.0.smithi029.stdout:3714: done (1 left) 2024-07-27T18:32:40.135 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 344 2024-07-27T18:32:40.135 INFO:tasks.rados.rados.0.smithi029.stdout:3715: seq_num 1180 ranges {0=565248} 2024-07-27T18:32:40.139 INFO:tasks.rados.rados.0.smithi029.stdout:3715: writing smithi02985406-13 from 0 to 565248 tid 1 2024-07-27T18:32:40.139 INFO:tasks.rados.rados.0.smithi029.stdout:3716: rollback oid 26 current snap is 344 2024-07-27T18:32:40.139 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 26 to 342 2024-07-27T18:32:40.139 INFO:tasks.rados.rados.0.smithi029.stdout:3717: setattr oid 25 current snap is 344 2024-07-27T18:32:40.141 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 24 current snap is 344 2024-07-27T18:32:40.142 INFO:tasks.rados.rados.0.smithi029.stdout:3718: seq_num 1181 ranges {2031616=581632} 2024-07-27T18:32:40.158 INFO:tasks.rados.rados.0.smithi029.stdout:3718: writing smithi02985406-24 from 2031616 to 2613248 tid 1 2024-07-27T18:32:40.158 INFO:tasks.rados.rados.0.smithi029.stdout:3719: read oid 44 snap -1 2024-07-27T18:32:40.158 INFO:tasks.rados.rados.0.smithi029.stdout:3719: expect (ObjNum 1149 snap 340 seq_num 1149) 2024-07-27T18:32:40.158 INFO:tasks.rados.rados.0.smithi029.stdout:3720: rollback oid 1 current snap is 344 2024-07-27T18:32:40.158 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 1 to 342 2024-07-27T18:32:40.158 INFO:tasks.rados.rados.0.smithi029.stdout:3716: finishing rollback tid 1 to smithi02985406-26 2024-07-27T18:32:40.158 INFO:tasks.rados.rados.0.smithi029.stdout:3716: finishing rollback tid 2 to smithi02985406-26 2024-07-27T18:32:40.158 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 2376 (ObjNum 996 snap 299 seq_num 996) dirty exists 2024-07-27T18:32:40.158 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 2532 (ObjNum 912 snap 287 seq_num 912) dirty exists 2024-07-27T18:32:40.158 INFO:tasks.rados.rados.0.smithi029.stdout:3713: finishing copy_from racing read to smithi02985406-2 2024-07-27T18:32:40.158 INFO:tasks.rados.rados.0.smithi029.stdout:3715: finishing write tid 1 to smithi02985406-13 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:3715: finishing write tid 2 to smithi02985406-13 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:3715: finishing write tid 3 to smithi02985406-13 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:3715: oid 13 updating version 0 to 2548 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:3715: oid 13 updating version 2548 to 2549 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 2549 (ObjNum 1180 snap 344 seq_num 1180) dirty exists 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:3715: left oid 13 (ObjNum 1180 snap 344 seq_num 1180) 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:3713: finishing copy_from to smithi02985406-2 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2374 (ObjNum 1175 snap 344 seq_num 1175) dirty exists 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:3713: done (6 left) 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:3715: done (5 left) 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:3716: done (4 left) 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:3717: done (3 left) 2024-07-27T18:32:40.159 INFO:tasks.rados.rados.0.smithi029.stdout:3721: delete oid 7 current snap is 344 2024-07-27T18:32:40.160 INFO:tasks.rados.rados.0.smithi029.stdout:3721: done (3 left) 2024-07-27T18:32:40.161 INFO:tasks.rados.rados.0.smithi029.stdout:3722: rmattr oid 23 current snap is 344 2024-07-27T18:32:40.161 INFO:tasks.rados.rados.0.smithi029.stdout:3722: done (3 left) 2024-07-27T18:32:40.161 INFO:tasks.rados.rados.0.smithi029.stdout:3723: snap_create 2024-07-27T18:32:40.162 INFO:tasks.rados.rados.0.smithi029.stdout:3718: finishing write tid 1 to smithi02985406-24 2024-07-27T18:32:40.162 INFO:tasks.rados.rados.0.smithi029.stdout:3718: finishing write tid 2 to smithi02985406-24 2024-07-27T18:32:40.164 INFO:tasks.rados.rados.0.smithi029.stdout:3718: finishing write tid 3 to smithi02985406-24 2024-07-27T18:32:40.164 INFO:tasks.rados.rados.0.smithi029.stdout:3718: oid 24 updating version 0 to 2378 2024-07-27T18:32:40.164 INFO:tasks.rados.rados.0.smithi029.stdout:3718: oid 24 version 2378 is already newer than 2377 2024-07-27T18:32:40.164 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 24 v 2378 (ObjNum 1181 snap 344 seq_num 1181) dirty exists 2024-07-27T18:32:40.164 INFO:tasks.rados.rados.0.smithi029.stdout:3718: left oid 24 (ObjNum 1181 snap 344 seq_num 1181) 2024-07-27T18:32:40.178 INFO:tasks.rados.rados.0.smithi029.stdout:3720: finishing rollback tid 0 to smithi02985406-1 2024-07-27T18:32:40.178 INFO:tasks.rados.rados.0.smithi029.stdout:3720: finishing rollback tid 1 to smithi02985406-1 2024-07-27T18:32:40.191 INFO:tasks.rados.rados.0.smithi029.stdout:3719: expect (ObjNum 1149 snap 340 seq_num 1149) 2024-07-27T18:32:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:40 smithi179 ceph-mon[89801]: pgmap v836: 121 pgs: 121 active+clean; 152 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 2.8 MiB/s wr, 47 op/s 2024-07-27T18:32:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:40 smithi179 ceph-mon[89801]: osdmap e778: 8 total, 8 up, 8 in 2024-07-27T18:32:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:40 smithi029 ceph-mon[96870]: pgmap v836: 121 pgs: 121 active+clean; 152 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 2.8 MiB/s wr, 47 op/s 2024-07-27T18:32:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:40 smithi029 ceph-mon[96870]: osdmap e778: 8 total, 8 up, 8 in 2024-07-27T18:32:40.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:40 smithi029 ceph-mon[99353]: pgmap v836: 121 pgs: 121 active+clean; 152 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 2.8 MiB/s wr, 47 op/s 2024-07-27T18:32:40.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:40 smithi029 ceph-mon[99353]: osdmap e778: 8 total, 8 up, 8 in 2024-07-27T18:32:40.728 INFO:tasks.rados.rados.0.smithi029.stdout:3720: finishing rollback tid 2 to smithi02985406-1 2024-07-27T18:32:40.728 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 2336 (ObjNum 1161 snap 342 seq_num 1161) dirty exists 2024-07-27T18:32:41.131 INFO:tasks.rados.rados.0.smithi029.stdout:3718: done (3 left) 2024-07-27T18:32:41.131 INFO:tasks.rados.rados.0.smithi029.stdout:3719: done (2 left) 2024-07-27T18:32:41.131 INFO:tasks.rados.rados.0.smithi029.stdout:3720: done (1 left) 2024-07-27T18:32:41.131 INFO:tasks.rados.rados.0.smithi029.stdout:3723: done (0 left) 2024-07-27T18:32:41.131 INFO:tasks.rados.rados.0.smithi029.stdout:3724: delete oid 43 current snap is 345 2024-07-27T18:32:41.136 INFO:tasks.rados.rados.0.smithi029.stdout:3724: done (0 left) 2024-07-27T18:32:41.136 INFO:tasks.rados.rados.0.smithi029.stdout:3725: snap_create 2024-07-27T18:32:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:41 smithi179 ceph-mon[89801]: osdmap e779: 8 total, 8 up, 8 in 2024-07-27T18:32:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:41 smithi029 ceph-mon[96870]: osdmap e779: 8 total, 8 up, 8 in 2024-07-27T18:32:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:41 smithi029 ceph-mon[99353]: osdmap e779: 8 total, 8 up, 8 in 2024-07-27T18:32:42.087 INFO:tasks.rados.rados.0.smithi029.stdout:3725: done (0 left) 2024-07-27T18:32:42.087 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 33 current snap is 346 2024-07-27T18:32:42.087 INFO:tasks.rados.rados.0.smithi029.stdout:3726: seq_num 1184 ranges {0=638976} 2024-07-27T18:32:42.091 INFO:tasks.rados.rados.0.smithi029.stdout:3726: writing smithi02985406-33 from 0 to 638976 tid 1 2024-07-27T18:32:42.091 INFO:tasks.rados.rados.0.smithi029.stdout:3727: copy_from oid 10 from oid 40 current snap is 346 2024-07-27T18:32:42.091 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 346 2024-07-27T18:32:42.091 INFO:tasks.rados.rados.0.smithi029.stdout:3728: seq_num 1185 ranges {0=655360} 2024-07-27T18:32:42.094 INFO:tasks.rados.rados.0.smithi029.stdout:3728: writing smithi02985406-18 from 0 to 655360 tid 1 2024-07-27T18:32:42.095 INFO:tasks.rados.rados.0.smithi029.stdout:3729: setattr oid 34 current snap is 346 2024-07-27T18:32:42.096 INFO:tasks.rados.rados.0.smithi029.stdout:3726: finishing write tid 1 to smithi02985406-33 2024-07-27T18:32:42.096 INFO:tasks.rados.rados.0.smithi029.stdout:3726: finishing write tid 2 to smithi02985406-33 2024-07-27T18:32:42.097 INFO:tasks.rados.rados.0.smithi029.stdout:3730: snap_remove snap 345 2024-07-27T18:32:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:42 smithi179 ceph-mon[89801]: pgmap v839: 121 pgs: 121 active+clean; 147 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 2.4 MiB/s wr, 44 op/s 2024-07-27T18:32:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:42 smithi179 ceph-mon[89801]: osdmap e780: 8 total, 8 up, 8 in 2024-07-27T18:32:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:42 smithi179 ceph-mon[89801]: osdmap e781: 8 total, 8 up, 8 in 2024-07-27T18:32:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:42 smithi029 ceph-mon[96870]: pgmap v839: 121 pgs: 121 active+clean; 147 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 2.4 MiB/s wr, 44 op/s 2024-07-27T18:32:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:42 smithi029 ceph-mon[96870]: osdmap e780: 8 total, 8 up, 8 in 2024-07-27T18:32:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:42 smithi029 ceph-mon[96870]: osdmap e781: 8 total, 8 up, 8 in 2024-07-27T18:32:42.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:32:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:32:42] "GET /metrics HTTP/1.1" 200 36340 "" "Prometheus/2.43.0" 2024-07-27T18:32:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:42 smithi029 ceph-mon[99353]: pgmap v839: 121 pgs: 121 active+clean; 147 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 2.4 MiB/s wr, 44 op/s 2024-07-27T18:32:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:42 smithi029 ceph-mon[99353]: osdmap e780: 8 total, 8 up, 8 in 2024-07-27T18:32:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:42 smithi029 ceph-mon[99353]: osdmap e781: 8 total, 8 up, 8 in 2024-07-27T18:32:43.088 INFO:tasks.rados.rados.0.smithi029.stdout:3730: done (4 left) 2024-07-27T18:32:43.088 INFO:tasks.rados.rados.0.smithi029.stdout:3731: snap_remove snap 344 2024-07-27T18:32:44.093 INFO:tasks.rados.rados.0.smithi029.stdout:3726: finishing write tid 3 to smithi02985406-33 2024-07-27T18:32:44.093 INFO:tasks.rados.rados.0.smithi029.stdout:3726: oid 33 updating version 0 to 1383 2024-07-27T18:32:44.093 INFO:tasks.rados.rados.0.smithi029.stdout:3726: oid 33 version 1383 is already newer than 1382 2024-07-27T18:32:44.094 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 1383 (ObjNum 1184 snap 346 seq_num 1184) dirty exists 2024-07-27T18:32:44.094 INFO:tasks.rados.rados.0.smithi029.stdout:3726: left oid 33 (ObjNum 1184 snap 346 seq_num 1184) 2024-07-27T18:32:44.094 INFO:tasks.rados.rados.0.smithi029.stdout:3728: finishing write tid 1 to smithi02985406-18 2024-07-27T18:32:44.094 INFO:tasks.rados.rados.0.smithi029.stdout:3728: finishing write tid 2 to smithi02985406-18 2024-07-27T18:32:44.094 INFO:tasks.rados.rados.0.smithi029.stdout:3728: finishing write tid 3 to smithi02985406-18 2024-07-27T18:32:44.094 INFO:tasks.rados.rados.0.smithi029.stdout:3728: oid 18 updating version 0 to 2534 2024-07-27T18:32:44.094 INFO:tasks.rados.rados.0.smithi029.stdout:3728: oid 18 version 2534 is already newer than 2533 2024-07-27T18:32:44.094 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2534 (ObjNum 1185 snap 346 seq_num 1185) dirty exists 2024-07-27T18:32:44.094 INFO:tasks.rados.rados.0.smithi029.stdout:3728: left oid 18 (ObjNum 1185 snap 346 seq_num 1185) 2024-07-27T18:32:44.094 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 2443 (ObjNum 161 snap 0 seq_num 0) dirty exists 2024-07-27T18:32:44.094 INFO:tasks.rados.rados.0.smithi029.stdout:3727: finishing copy_from racing read to smithi02985406-10 2024-07-27T18:32:44.094 INFO:tasks.rados.rados.0.smithi029.stdout:3727: finishing copy_from to smithi02985406-10 2024-07-27T18:32:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2317 (ObjNum 1124 snap 338 seq_num 1124) dirty exists 2024-07-27T18:32:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3726: done (4 left) 2024-07-27T18:32:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3727: done (3 left) 2024-07-27T18:32:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3728: done (2 left) 2024-07-27T18:32:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3729: done (1 left) 2024-07-27T18:32:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3731: done (0 left) 2024-07-27T18:32:44.095 INFO:tasks.rados.rados.0.smithi029.stdout:3732: snap_remove snap 342 2024-07-27T18:32:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:44 smithi179 ceph-mon[89801]: pgmap v842: 121 pgs: 121 active+clean; 142 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 MiB/s rd, 3.3 MiB/s wr, 33 op/s 2024-07-27T18:32:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:44 smithi179 ceph-mon[89801]: osdmap e782: 8 total, 8 up, 8 in 2024-07-27T18:32:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:44 smithi029 ceph-mon[96870]: pgmap v842: 121 pgs: 121 active+clean; 142 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 MiB/s rd, 3.3 MiB/s wr, 33 op/s 2024-07-27T18:32:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:44 smithi029 ceph-mon[96870]: osdmap e782: 8 total, 8 up, 8 in 2024-07-27T18:32:44.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:44 smithi029 ceph-mon[99353]: pgmap v842: 121 pgs: 121 active+clean; 142 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 MiB/s rd, 3.3 MiB/s wr, 33 op/s 2024-07-27T18:32:44.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:44 smithi029 ceph-mon[99353]: osdmap e782: 8 total, 8 up, 8 in 2024-07-27T18:32:45.100 INFO:tasks.rados.rados.0.smithi029.stdout:3732: done (0 left) 2024-07-27T18:32:45.100 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 29 current snap is 346 2024-07-27T18:32:45.100 INFO:tasks.rados.rados.0.smithi029.stdout:3733: seq_num 1186 ranges {0=671744} 2024-07-27T18:32:45.105 INFO:tasks.rados.rados.0.smithi029.stdout:3733: writing smithi02985406-29 from 0 to 671744 tid 1 2024-07-27T18:32:45.105 INFO:tasks.rados.rados.0.smithi029.stdout:3734: snap_create 2024-07-27T18:32:45.109 INFO:tasks.rados.rados.0.smithi029.stdout:3733: finishing write tid 1 to smithi02985406-29 2024-07-27T18:32:45.109 INFO:tasks.rados.rados.0.smithi029.stdout:3733: finishing write tid 2 to smithi02985406-29 2024-07-27T18:32:45.110 INFO:tasks.rados.rados.0.smithi029.stdout:3733: finishing write tid 3 to smithi02985406-29 2024-07-27T18:32:45.110 INFO:tasks.rados.rados.0.smithi029.stdout:3733: oid 29 updating version 0 to 1385 2024-07-27T18:32:45.110 INFO:tasks.rados.rados.0.smithi029.stdout:3733: oid 29 version 1385 is already newer than 1384 2024-07-27T18:32:45.110 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 1385 (ObjNum 1186 snap 346 seq_num 1186) dirty exists 2024-07-27T18:32:45.110 INFO:tasks.rados.rados.0.smithi029.stdout:3733: left oid 29 (ObjNum 1186 snap 346 seq_num 1186) 2024-07-27T18:32:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:45 smithi179 ceph-mon[89801]: osdmap e783: 8 total, 8 up, 8 in 2024-07-27T18:32:45.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:45 smithi029 ceph-mon[96870]: osdmap e783: 8 total, 8 up, 8 in 2024-07-27T18:32:45.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:45 smithi029 ceph-mon[99353]: osdmap e783: 8 total, 8 up, 8 in 2024-07-27T18:32:46.106 INFO:tasks.rados.rados.0.smithi029.stdout:3733: done (1 left) 2024-07-27T18:32:46.106 INFO:tasks.rados.rados.0.smithi029.stdout:3734: done (0 left) 2024-07-27T18:32:46.106 INFO:tasks.rados.rados.0.smithi029.stdout:3735: rmattr oid 43 current snap is 347 2024-07-27T18:32:46.107 INFO:tasks.rados.rados.0.smithi029.stdout:3735: done (0 left) 2024-07-27T18:32:46.107 INFO:tasks.rados.rados.0.smithi029.stdout:3736: read oid 26 snap 340 2024-07-27T18:32:46.107 INFO:tasks.rados.rados.0.smithi029.stdout:3736: expect (ObjNum 996 snap 299 seq_num 996) 2024-07-27T18:32:46.107 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 347 2024-07-27T18:32:46.107 INFO:tasks.rados.rados.0.smithi029.stdout:3737: seq_num 1187 ranges {3252224=688128} 2024-07-27T18:32:46.128 INFO:tasks.rados.rados.0.smithi029.stdout:3737: writing smithi02985406-12 from 3252224 to 3940352 tid 1 2024-07-27T18:32:46.128 INFO:tasks.rados.rados.0.smithi029.stdout:3738: read oid 50 snap -1 2024-07-27T18:32:46.129 INFO:tasks.rados.rados.0.smithi029.stdout:3738: expect deleted 2024-07-27T18:32:46.129 INFO:tasks.rados.rados.0.smithi029.stdout:3739: rollback oid 2 current snap is 347 2024-07-27T18:32:46.129 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 2 to 340 2024-07-27T18:32:46.129 INFO:tasks.rados.rados.0.smithi029.stdout:3736: expect (ObjNum 996 snap 299 seq_num 996) 2024-07-27T18:32:46.223 INFO:tasks.rados.rados.0.smithi029.stdout:3737: finishing write tid 1 to smithi02985406-12 2024-07-27T18:32:46.223 INFO:tasks.rados.rados.0.smithi029.stdout:3737: finishing write tid 2 to smithi02985406-12 2024-07-27T18:32:46.223 INFO:tasks.rados.rados.0.smithi029.stdout:3736: done (3 left) 2024-07-27T18:32:46.223 INFO:tasks.rados.rados.0.smithi029.stdout:3738: done (2 left) 2024-07-27T18:32:46.223 INFO:tasks.rados.rados.0.smithi029.stdout:3740: read oid 37 snap -1 2024-07-27T18:32:46.223 INFO:tasks.rados.rados.0.smithi029.stdout:3740: expect deleted 2024-07-27T18:32:46.223 INFO:tasks.rados.rados.0.smithi029.stdout:3741: copy_from oid 31 from oid 36 current snap is 347 2024-07-27T18:32:46.223 INFO:tasks.rados.rados.0.smithi029.stdout:3739: finishing rollback tid 0 to smithi02985406-2 2024-07-27T18:32:46.223 INFO:tasks.rados.rados.0.smithi029.stdout:3739: finishing rollback tid 1 to smithi02985406-2 2024-07-27T18:32:46.223 INFO:tasks.rados.rados.0.smithi029.stdout:3739: finishing rollback tid 2 to smithi02985406-2 2024-07-27T18:32:46.224 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2564 (ObjNum 1063 snap 320 seq_num 1063) dirty exists 2024-07-27T18:32:46.224 INFO:tasks.rados.rados.0.smithi029.stdout:3737: finishing write tid 3 to smithi02985406-12 2024-07-27T18:32:46.224 INFO:tasks.rados.rados.0.smithi029.stdout:3737: oid 12 updating version 0 to 2379 2024-07-27T18:32:46.224 INFO:tasks.rados.rados.0.smithi029.stdout:3737: oid 12 updating version 2379 to 2380 2024-07-27T18:32:46.224 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 2380 (ObjNum 1187 snap 347 seq_num 1187) dirty exists 2024-07-27T18:32:46.224 INFO:tasks.rados.rados.0.smithi029.stdout:3737: left oid 12 (ObjNum 1187 snap 347 seq_num 1187) 2024-07-27T18:32:46.224 INFO:tasks.rados.rados.0.smithi029.stdout:3737: done (3 left) 2024-07-27T18:32:46.224 INFO:tasks.rados.rados.0.smithi029.stdout:3739: done (2 left) 2024-07-27T18:32:46.224 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 7 current snap is 347 2024-07-27T18:32:46.224 INFO:tasks.rados.rados.0.smithi029.stdout:3742: seq_num 1188 ranges {0=704512} 2024-07-27T18:32:46.226 INFO:tasks.rados.rados.0.smithi029.stdout:3742: writing smithi02985406-7 from 0 to 704512 tid 1 2024-07-27T18:32:46.226 INFO:tasks.rados.rados.0.smithi029.stdout:3743: copy_from oid 18 from oid 26 current snap is 347 2024-07-27T18:32:46.226 INFO:tasks.rados.rados.0.smithi029.stdout:3740: done (3 left) 2024-07-27T18:32:46.226 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 347 2024-07-27T18:32:46.226 INFO:tasks.rados.rados.0.smithi029.stdout:3744: seq_num 1189 ranges {1417216=720896} 2024-07-27T18:32:46.238 INFO:tasks.rados.rados.0.smithi029.stdout:3744: writing smithi02985406-25 from 1417216 to 2138112 tid 1 2024-07-27T18:32:46.239 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 347 2024-07-27T18:32:46.239 INFO:tasks.rados.rados.0.smithi029.stdout:3742: finishing write tid 1 to smithi02985406-7 2024-07-27T18:32:46.239 INFO:tasks.rados.rados.0.smithi029.stdout:3745: seq_num 1190 ranges {0=737280} 2024-07-27T18:32:46.244 INFO:tasks.rados.rados.0.smithi029.stdout:3745: writing smithi02985406-34 from 0 to 737280 tid 1 2024-07-27T18:32:46.244 INFO:tasks.rados.rados.0.smithi029.stdout:3746: rollback oid 12 current snap is 347 2024-07-27T18:32:46.244 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 12 to 346 2024-07-27T18:32:46.244 INFO:tasks.rados.rados.0.smithi029.stdout:3742: finishing write tid 2 to smithi02985406-7 2024-07-27T18:32:46.244 INFO:tasks.rados.rados.0.smithi029.stdout:3747: copy_from oid 17 from oid 2 current snap is 347 2024-07-27T18:32:46.244 INFO:tasks.rados.rados.0.smithi029.stdout:3741: finishing copy_from racing read to smithi02985406-31 2024-07-27T18:32:46.244 INFO:tasks.rados.rados.0.smithi029.stdout:3741: finishing copy_from to smithi02985406-31 2024-07-27T18:32:46.244 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 31 v 2330 (ObjNum 1130 snap 338 seq_num 1130) dirty exists 2024-07-27T18:32:46.245 INFO:tasks.rados.rados.0.smithi029.stdout:3742: finishing write tid 3 to smithi02985406-7 2024-07-27T18:32:46.245 INFO:tasks.rados.rados.0.smithi029.stdout:3742: oid 7 updating version 0 to 2566 2024-07-27T18:32:46.245 INFO:tasks.rados.rados.0.smithi029.stdout:3742: oid 7 version 2566 is already newer than 2565 2024-07-27T18:32:46.245 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 2566 (ObjNum 1188 snap 347 seq_num 1188) dirty exists 2024-07-27T18:32:46.245 INFO:tasks.rados.rados.0.smithi029.stdout:3742: left oid 7 (ObjNum 1188 snap 347 seq_num 1188) 2024-07-27T18:32:46.245 INFO:tasks.rados.rados.0.smithi029.stdout:3741: done (6 left) 2024-07-27T18:32:46.245 INFO:tasks.rados.rados.0.smithi029.stdout:3742: done (5 left) 2024-07-27T18:32:46.245 INFO:tasks.rados.rados.0.smithi029.stdout:3748: snap_create 2024-07-27T18:32:46.245 INFO:tasks.rados.rados.0.smithi029.stdout:3743: finishing copy_from racing read to smithi02985406-18 2024-07-27T18:32:46.247 INFO:tasks.rados.rados.0.smithi029.stdout:3745: finishing write tid 1 to smithi02985406-34 2024-07-27T18:32:46.247 INFO:tasks.rados.rados.0.smithi029.stdout:3743: finishing copy_from to smithi02985406-18 2024-07-27T18:32:46.247 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2376 (ObjNum 996 snap 299 seq_num 996) dirty exists 2024-07-27T18:32:46.248 INFO:tasks.rados.rados.0.smithi029.stdout:3746: finishing rollback tid 0 to smithi02985406-12 2024-07-27T18:32:46.248 INFO:tasks.rados.rados.0.smithi029.stdout:3746: finishing rollback tid 1 to smithi02985406-12 2024-07-27T18:32:46.248 INFO:tasks.rados.rados.0.smithi029.stdout:3745: finishing write tid 2 to smithi02985406-34 2024-07-27T18:32:46.249 INFO:tasks.rados.rados.0.smithi029.stdout:3744: finishing write tid 1 to smithi02985406-25 2024-07-27T18:32:46.249 INFO:tasks.rados.rados.0.smithi029.stdout:3746: finishing rollback tid 2 to smithi02985406-12 2024-07-27T18:32:46.249 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 2383 (ObjNum 1091 snap 330 seq_num 1091) dirty exists 2024-07-27T18:32:46.249 INFO:tasks.rados.rados.0.smithi029.stdout:3744: finishing write tid 2 to smithi02985406-25 2024-07-27T18:32:46.250 INFO:tasks.rados.rados.0.smithi029.stdout:3745: finishing write tid 3 to smithi02985406-34 2024-07-27T18:32:46.250 INFO:tasks.rados.rados.0.smithi029.stdout:3745: oid 34 updating version 0 to 2445 2024-07-27T18:32:46.250 INFO:tasks.rados.rados.0.smithi029.stdout:3745: oid 34 version 2445 is already newer than 2444 2024-07-27T18:32:46.250 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 2445 (ObjNum 1190 snap 347 seq_num 1190) dirty exists 2024-07-27T18:32:46.250 INFO:tasks.rados.rados.0.smithi029.stdout:3745: left oid 34 (ObjNum 1190 snap 347 seq_num 1190) 2024-07-27T18:32:46.251 INFO:tasks.rados.rados.0.smithi029.stdout:3744: finishing write tid 3 to smithi02985406-25 2024-07-27T18:32:46.251 INFO:tasks.rados.rados.0.smithi029.stdout:3744: oid 25 updating version 0 to 2545 2024-07-27T18:32:46.251 INFO:tasks.rados.rados.0.smithi029.stdout:3744: oid 25 version 2545 is already newer than 2544 2024-07-27T18:32:46.251 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 2545 (ObjNum 1189 snap 347 seq_num 1189) dirty exists 2024-07-27T18:32:46.252 INFO:tasks.rados.rados.0.smithi029.stdout:3744: left oid 25 (ObjNum 1189 snap 347 seq_num 1189) 2024-07-27T18:32:46.263 INFO:tasks.rados.rados.0.smithi029.stdout:3747: finishing copy_from racing read to smithi02985406-17 2024-07-27T18:32:46.265 INFO:tasks.rados.rados.0.smithi029.stdout:3747: finishing copy_from to smithi02985406-17 2024-07-27T18:32:46.265 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 2564 (ObjNum 1063 snap 320 seq_num 1063) dirty exists 2024-07-27T18:32:46.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:46 smithi179 ceph-mon[89801]: pgmap v845: 121 pgs: 121 active+clean; 141 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 MiB/s rd, 1.9 MiB/s wr, 23 op/s 2024-07-27T18:32:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:46 smithi179 ceph-mon[89801]: osdmap e784: 8 total, 8 up, 8 in 2024-07-27T18:32:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:46 smithi029 ceph-mon[96870]: pgmap v845: 121 pgs: 121 active+clean; 141 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 MiB/s rd, 1.9 MiB/s wr, 23 op/s 2024-07-27T18:32:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:46 smithi029 ceph-mon[96870]: osdmap e784: 8 total, 8 up, 8 in 2024-07-27T18:32:46.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:46 smithi029 ceph-mon[99353]: pgmap v845: 121 pgs: 121 active+clean; 141 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 MiB/s rd, 1.9 MiB/s wr, 23 op/s 2024-07-27T18:32:46.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:46 smithi029 ceph-mon[99353]: osdmap e784: 8 total, 8 up, 8 in 2024-07-27T18:32:47.089 INFO:tasks.rados.rados.0.smithi029.stdout:3743: done (5 left) 2024-07-27T18:32:47.089 INFO:tasks.rados.rados.0.smithi029.stdout:3744: done (4 left) 2024-07-27T18:32:47.089 INFO:tasks.rados.rados.0.smithi029.stdout:3745: done (3 left) 2024-07-27T18:32:47.090 INFO:tasks.rados.rados.0.smithi029.stdout:3746: done (2 left) 2024-07-27T18:32:47.090 INFO:tasks.rados.rados.0.smithi029.stdout:3747: done (1 left) 2024-07-27T18:32:47.090 INFO:tasks.rados.rados.0.smithi029.stdout:3748: done (0 left) 2024-07-27T18:32:47.090 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 348 2024-07-27T18:32:47.090 INFO:tasks.rados.rados.0.smithi029.stdout:3749: seq_num 1191 ranges {3964928=753664} 2024-07-27T18:32:47.115 INFO:tasks.rados.rados.0.smithi029.stdout:3749: writing smithi02985406-2 from 3964928 to 4718592 tid 1 2024-07-27T18:32:47.115 INFO:tasks.rados.rados.0.smithi029.stdout:3750: setattr oid 41 current snap is 348 2024-07-27T18:32:47.116 INFO:tasks.rados.rados.0.smithi029.stdout:3751: read oid 44 snap -1 2024-07-27T18:32:47.117 INFO:tasks.rados.rados.0.smithi029.stdout:3751: expect (ObjNum 1149 snap 340 seq_num 1149) 2024-07-27T18:32:47.117 INFO:tasks.rados.rados.0.smithi029.stdout:3752: rollback oid 9 current snap is 348 2024-07-27T18:32:47.117 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 9 to 346 2024-07-27T18:32:47.117 INFO:tasks.rados.rados.0.smithi029.stdout:3753: setattr oid 27 current snap is 348 2024-07-27T18:32:47.119 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 348 2024-07-27T18:32:47.119 INFO:tasks.rados.rados.0.smithi029.stdout:3754: seq_num 1192 ranges {2957312=770048} 2024-07-27T18:32:47.142 INFO:tasks.rados.rados.0.smithi029.stdout:3754: writing smithi02985406-18 from 2957312 to 3727360 tid 1 2024-07-27T18:32:47.142 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 348 2024-07-27T18:32:47.142 INFO:tasks.rados.rados.0.smithi029.stdout:3755: seq_num 1193 ranges {0=786432} 2024-07-27T18:32:47.145 INFO:tasks.rados.rados.0.smithi029.stdout:3755: writing smithi02985406-32 from 0 to 786432 tid 1 2024-07-27T18:32:47.145 INFO:tasks.rados.rados.0.smithi029.stdout:3756: delete oid 36 current snap is 348 2024-07-27T18:32:47.146 INFO:tasks.rados.rados.0.smithi029.stdout:3752: finishing rollback tid 0 to smithi02985406-9 2024-07-27T18:32:47.146 INFO:tasks.rados.rados.0.smithi029.stdout:3752: finishing rollback tid 1 to smithi02985406-9 2024-07-27T18:32:47.146 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 2334 (ObjNum 951 snap 292 seq_num 951) dirty exists 2024-07-27T18:32:47.146 INFO:tasks.rados.rados.0.smithi029.stdout:3752: finishing rollback tid 2 to smithi02985406-9 2024-07-27T18:32:47.146 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 2549 (ObjNum 899 snap 286 seq_num 899) dirty exists 2024-07-27T18:32:47.146 INFO:tasks.rados.rados.0.smithi029.stdout:3749: finishing write tid 1 to smithi02985406-2 2024-07-27T18:32:47.146 INFO:tasks.rados.rados.0.smithi029.stdout:3749: finishing write tid 2 to smithi02985406-2 2024-07-27T18:32:47.146 INFO:tasks.rados.rados.0.smithi029.stdout:3749: finishing write tid 3 to smithi02985406-2 2024-07-27T18:32:47.146 INFO:tasks.rados.rados.0.smithi029.stdout:3749: oid 2 updating version 0 to 2569 2024-07-27T18:32:47.146 INFO:tasks.rados.rados.0.smithi029.stdout:3749: oid 2 version 2569 is already newer than 2568 2024-07-27T18:32:47.146 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2569 (ObjNum 1191 snap 348 seq_num 1191) dirty exists 2024-07-27T18:32:47.146 INFO:tasks.rados.rados.0.smithi029.stdout:3749: left oid 2 (ObjNum 1191 snap 348 seq_num 1191) 2024-07-27T18:32:47.147 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 27 v 2571 (ObjNum 1058 snap 317 seq_num 1058) dirty exists 2024-07-27T18:32:47.149 INFO:tasks.rados.rados.0.smithi029.stdout:3749: done (7 left) 2024-07-27T18:32:47.149 INFO:tasks.rados.rados.0.smithi029.stdout:3750: done (6 left) 2024-07-27T18:32:47.149 INFO:tasks.rados.rados.0.smithi029.stdout:3752: done (5 left) 2024-07-27T18:32:47.149 INFO:tasks.rados.rados.0.smithi029.stdout:3753: done (4 left) 2024-07-27T18:32:47.149 INFO:tasks.rados.rados.0.smithi029.stdout:3756: done (3 left) 2024-07-27T18:32:47.149 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 38 current snap is 348 2024-07-27T18:32:47.149 INFO:tasks.rados.rados.0.smithi029.stdout:3757: seq_num 1195 ranges {1867776=417792,2285568=401408} 2024-07-27T18:32:47.163 INFO:tasks.rados.rados.0.smithi029.stdout:3757: writing smithi02985406-38 from 1867776 to 2285568 tid 1 2024-07-27T18:32:47.165 INFO:tasks.rados.rados.0.smithi029.stdout:3757: writing smithi02985406-38 from 2285568 to 2686976 tid 2 2024-07-27T18:32:47.165 INFO:tasks.rados.rados.0.smithi029.stdout:3758: snap_create 2024-07-27T18:32:47.165 INFO:tasks.rados.rados.0.smithi029.stdout:3754: finishing write tid 1 to smithi02985406-18 2024-07-27T18:32:47.166 INFO:tasks.rados.rados.0.smithi029.stdout:3754: finishing write tid 2 to smithi02985406-18 2024-07-27T18:32:47.166 INFO:tasks.rados.rados.0.smithi029.stdout:3755: finishing write tid 1 to smithi02985406-32 2024-07-27T18:32:47.166 INFO:tasks.rados.rados.0.smithi029.stdout:3755: finishing write tid 2 to smithi02985406-32 2024-07-27T18:32:47.166 INFO:tasks.rados.rados.0.smithi029.stdout:3754: finishing write tid 3 to smithi02985406-18 2024-07-27T18:32:47.166 INFO:tasks.rados.rados.0.smithi029.stdout:3754: oid 18 updating version 0 to 2551 2024-07-27T18:32:47.166 INFO:tasks.rados.rados.0.smithi029.stdout:3754: oid 18 updating version 2551 to 2552 2024-07-27T18:32:47.166 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2552 (ObjNum 1192 snap 348 seq_num 1192) dirty exists 2024-07-27T18:32:47.166 INFO:tasks.rados.rados.0.smithi029.stdout:3754: left oid 18 (ObjNum 1192 snap 348 seq_num 1192) 2024-07-27T18:32:47.166 INFO:tasks.rados.rados.0.smithi029.stdout:3755: finishing write tid 3 to smithi02985406-32 2024-07-27T18:32:47.166 INFO:tasks.rados.rados.0.smithi029.stdout:3755: oid 32 updating version 0 to 2318 2024-07-27T18:32:47.166 INFO:tasks.rados.rados.0.smithi029.stdout:3755: oid 32 updating version 2318 to 2319 2024-07-27T18:32:47.166 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 2319 (ObjNum 1193 snap 348 seq_num 1193) dirty exists 2024-07-27T18:32:47.167 INFO:tasks.rados.rados.0.smithi029.stdout:3755: left oid 32 (ObjNum 1193 snap 348 seq_num 1193) 2024-07-27T18:32:47.167 INFO:tasks.rados.rados.0.smithi029.stdout:3751: expect (ObjNum 1149 snap 340 seq_num 1149) 2024-07-27T18:32:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:47 smithi179 ceph-mon[89801]: osdmap e785: 8 total, 8 up, 8 in 2024-07-27T18:32:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:47 smithi179 ceph-mon[89801]: osdmap e786: 8 total, 8 up, 8 in 2024-07-27T18:32:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:47 smithi029 ceph-mon[99353]: osdmap e785: 8 total, 8 up, 8 in 2024-07-27T18:32:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:47 smithi029 ceph-mon[99353]: osdmap e786: 8 total, 8 up, 8 in 2024-07-27T18:32:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:47 smithi029 ceph-mon[96870]: osdmap e785: 8 total, 8 up, 8 in 2024-07-27T18:32:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:47 smithi029 ceph-mon[96870]: osdmap e786: 8 total, 8 up, 8 in 2024-07-27T18:32:47.702 INFO:tasks.rados.rados.0.smithi029.stdout:3757: finishing write tid 1 to smithi02985406-38 2024-07-27T18:32:47.702 INFO:tasks.rados.rados.0.smithi029.stdout:3757: finishing write tid 2 to smithi02985406-38 2024-07-27T18:32:47.702 INFO:tasks.rados.rados.0.smithi029.stdout:3757: finishing write tid 3 to smithi02985406-38 2024-07-27T18:32:47.702 INFO:tasks.rados.rados.0.smithi029.stdout:3757: finishing write tid 4 to smithi02985406-38 2024-07-27T18:32:47.702 INFO:tasks.rados.rados.0.smithi029.stdout:3757: oid 38 updating version 0 to 2376 2024-07-27T18:32:47.702 INFO:tasks.rados.rados.0.smithi029.stdout:3757: oid 38 updating version 2376 to 2377 2024-07-27T18:32:47.702 INFO:tasks.rados.rados.0.smithi029.stdout:3757: oid 38 version 2377 is already newer than 2375 2024-07-27T18:32:47.703 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 38 v 2377 (ObjNum 1195 snap 348 seq_num 1195) dirty exists 2024-07-27T18:32:47.703 INFO:tasks.rados.rados.0.smithi029.stdout:3757: left oid 38 (ObjNum 1195 snap 348 seq_num 1195) 2024-07-27T18:32:48.115 INFO:tasks.rados.rados.0.smithi029.stdout:3751: done (4 left) 2024-07-27T18:32:48.115 INFO:tasks.rados.rados.0.smithi029.stdout:3754: done (3 left) 2024-07-27T18:32:48.116 INFO:tasks.rados.rados.0.smithi029.stdout:3755: done (2 left) 2024-07-27T18:32:48.116 INFO:tasks.rados.rados.0.smithi029.stdout:3757: done (1 left) 2024-07-27T18:32:48.116 INFO:tasks.rados.rados.0.smithi029.stdout:3758: done (0 left) 2024-07-27T18:32:48.116 INFO:tasks.rados.rados.0.smithi029.stdout:3759: read oid 2 snap 346 2024-07-27T18:32:48.116 INFO:tasks.rados.rados.0.smithi029.stdout:3759: expect (ObjNum 1175 snap 344 seq_num 1175) 2024-07-27T18:32:48.116 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 349 2024-07-27T18:32:48.116 INFO:tasks.rados.rados.0.smithi029.stdout:3760: seq_num 1196 ranges {3252224=434176,3686400=401408} 2024-07-27T18:32:48.135 INFO:tasks.rados.rados.0.smithi029.stdout:3760: writing smithi02985406-12 from 3252224 to 3686400 tid 1 2024-07-27T18:32:48.138 INFO:tasks.rados.rados.0.smithi029.stdout:3760: writing smithi02985406-12 from 3686400 to 4087808 tid 2 2024-07-27T18:32:48.138 INFO:tasks.rados.rados.0.smithi029.stdout:3761: read oid 18 snap -1 2024-07-27T18:32:48.138 INFO:tasks.rados.rados.0.smithi029.stdout:3761: expect (ObjNum 1192 snap 348 seq_num 1192) 2024-07-27T18:32:48.138 INFO:tasks.rados.rados.0.smithi029.stdout:3762: snap_create 2024-07-27T18:32:48.138 INFO:tasks.rados.rados.0.smithi029.stdout:3759: expect (ObjNum 1175 snap 344 seq_num 1175) 2024-07-27T18:32:48.289 INFO:tasks.rados.rados.0.smithi029.stdout:3760: finishing write tid 1 to smithi02985406-12 2024-07-27T18:32:48.290 INFO:tasks.rados.rados.0.smithi029.stdout:3760: finishing write tid 2 to smithi02985406-12 2024-07-27T18:32:48.290 INFO:tasks.rados.rados.0.smithi029.stdout:3760: finishing write tid 3 to smithi02985406-12 2024-07-27T18:32:48.290 INFO:tasks.rados.rados.0.smithi029.stdout:3760: finishing write tid 4 to smithi02985406-12 2024-07-27T18:32:48.290 INFO:tasks.rados.rados.0.smithi029.stdout:3760: oid 12 updating version 0 to 2386 2024-07-27T18:32:48.290 INFO:tasks.rados.rados.0.smithi029.stdout:3760: oid 12 version 2386 is already newer than 2384 2024-07-27T18:32:48.290 INFO:tasks.rados.rados.0.smithi029.stdout:3760: oid 12 version 2386 is already newer than 2385 2024-07-27T18:32:48.290 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 2386 (ObjNum 1196 snap 349 seq_num 1196) dirty exists 2024-07-27T18:32:48.290 INFO:tasks.rados.rados.0.smithi029.stdout:3760: left oid 12 (ObjNum 1196 snap 349 seq_num 1196) 2024-07-27T18:32:48.290 INFO:tasks.rados.rados.0.smithi029.stdout:3761: expect (ObjNum 1192 snap 348 seq_num 1192) 2024-07-27T18:32:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:48 smithi179 ceph-mon[89801]: pgmap v848: 121 pgs: 121 active+clean; 143 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.4 MiB/s wr, 8 op/s 2024-07-27T18:32:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:48 smithi029 ceph-mon[96870]: pgmap v848: 121 pgs: 121 active+clean; 143 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.4 MiB/s wr, 8 op/s 2024-07-27T18:32:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:48 smithi029 ceph-mon[99353]: pgmap v848: 121 pgs: 121 active+clean; 143 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.4 MiB/s wr, 8 op/s 2024-07-27T18:32:49.121 INFO:tasks.rados.rados.0.smithi029.stdout:3759: done (3 left) 2024-07-27T18:32:49.121 INFO:tasks.rados.rados.0.smithi029.stdout:3760: done (2 left) 2024-07-27T18:32:49.122 INFO:tasks.rados.rados.0.smithi029.stdout:3761: done (1 left) 2024-07-27T18:32:49.122 INFO:tasks.rados.rados.0.smithi029.stdout:3762: done (0 left) 2024-07-27T18:32:49.122 INFO:tasks.rados.rados.0.smithi029.stdout:3763: copy_from oid 19 from oid 27 current snap is 350 2024-07-27T18:32:49.122 INFO:tasks.rados.rados.0.smithi029.stdout:3764: snap_remove snap 340 2024-07-27T18:32:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:49 smithi179 ceph-mon[89801]: osdmap e787: 8 total, 8 up, 8 in 2024-07-27T18:32:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:49 smithi029 ceph-mon[96870]: osdmap e787: 8 total, 8 up, 8 in 2024-07-27T18:32:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:49 smithi029 ceph-mon[99353]: osdmap e787: 8 total, 8 up, 8 in 2024-07-27T18:32:50.126 INFO:tasks.rados.rados.0.smithi029.stdout:3764: done (1 left) 2024-07-27T18:32:50.126 INFO:tasks.rados.rados.0.smithi029.stdout:3765: read oid 21 snap 347 2024-07-27T18:32:50.126 INFO:tasks.rados.rados.0.smithi029.stdout:3765: expect (ObjNum 1000 snap 302 seq_num 1000) 2024-07-27T18:32:50.126 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 16 current snap is 350 2024-07-27T18:32:50.126 INFO:tasks.rados.rados.0.smithi029.stdout:3766: seq_num 1197 ranges {663552=450560,1114112=401408} 2024-07-27T18:32:50.133 INFO:tasks.rados.rados.0.smithi029.stdout:3766: writing smithi02985406-16 from 663552 to 1114112 tid 1 2024-07-27T18:32:50.136 INFO:tasks.rados.rados.0.smithi029.stdout:3766: writing smithi02985406-16 from 1114112 to 1515520 tid 2 2024-07-27T18:32:50.136 INFO:tasks.rados.rados.0.smithi029.stdout:3763: finishing copy_from racing read to smithi02985406-19 2024-07-27T18:32:50.136 INFO:tasks.rados.rados.0.smithi029.stdout:3763: finishing copy_from to smithi02985406-19 2024-07-27T18:32:50.136 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 2571 (ObjNum 1058 snap 317 seq_num 1058) dirty exists 2024-07-27T18:32:50.136 INFO:tasks.rados.rados.0.smithi029.stdout:3763: done (2 left) 2024-07-27T18:32:50.137 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 350 2024-07-27T18:32:50.137 INFO:tasks.rados.rados.0.smithi029.stdout:3767: seq_num 1198 ranges {0=466944,466944=401408} 2024-07-27T18:32:50.142 INFO:tasks.rados.rados.0.smithi029.stdout:3767: writing smithi02985406-3 from 0 to 466944 tid 1 2024-07-27T18:32:50.144 INFO:tasks.rados.rados.0.smithi029.stdout:3767: writing smithi02985406-3 from 466944 to 868352 tid 2 2024-07-27T18:32:50.144 INFO:tasks.rados.rados.0.smithi029.stdout:3768: read oid 11 snap 348 2024-07-27T18:32:50.144 INFO:tasks.rados.rados.0.smithi029.stdout:3768: expect deleted 2024-07-27T18:32:50.144 INFO:tasks.rados.rados.0.smithi029.stdout:3769: setattr oid 6 current snap is 350 2024-07-27T18:32:50.144 INFO:tasks.rados.rados.0.smithi029.stdout:3766: finishing write tid 1 to smithi02985406-16 2024-07-27T18:32:50.144 INFO:tasks.rados.rados.0.smithi029.stdout:3765: expect (ObjNum 1000 snap 302 seq_num 1000) 2024-07-27T18:32:50.217 INFO:tasks.rados.rados.0.smithi029.stdout:3766: finishing write tid 2 to smithi02985406-16 2024-07-27T18:32:50.218 INFO:tasks.rados.rados.0.smithi029.stdout:3767: finishing write tid 1 to smithi02985406-3 2024-07-27T18:32:50.218 INFO:tasks.rados.rados.0.smithi029.stdout:3766: finishing write tid 3 to smithi02985406-16 2024-07-27T18:32:50.218 INFO:tasks.rados.rados.0.smithi029.stdout:3767: finishing write tid 2 to smithi02985406-3 2024-07-27T18:32:50.218 INFO:tasks.rados.rados.0.smithi029.stdout:3767: finishing write tid 3 to smithi02985406-3 2024-07-27T18:32:50.218 INFO:tasks.rados.rados.0.smithi029.stdout:3766: finishing write tid 4 to smithi02985406-16 2024-07-27T18:32:50.218 INFO:tasks.rados.rados.0.smithi029.stdout:3766: oid 16 updating version 0 to 2318 2024-07-27T18:32:50.218 INFO:tasks.rados.rados.0.smithi029.stdout:3766: oid 16 updating version 2318 to 2319 2024-07-27T18:32:50.218 INFO:tasks.rados.rados.0.smithi029.stdout:3766: oid 16 updating version 2319 to 2320 2024-07-27T18:32:50.218 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 2320 (ObjNum 1197 snap 350 seq_num 1197) dirty exists 2024-07-27T18:32:50.218 INFO:tasks.rados.rados.0.smithi029.stdout:3766: left oid 16 (ObjNum 1197 snap 350 seq_num 1197) 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:3767: finishing write tid 4 to smithi02985406-3 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:3767: oid 3 updating version 0 to 2379 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:3767: oid 3 version 2379 is already newer than 2378 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:3767: oid 3 updating version 2379 to 2380 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2380 (ObjNum 1198 snap 350 seq_num 1198) dirty exists 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:3767: left oid 3 (ObjNum 1198 snap 350 seq_num 1198) 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:3765: done (4 left) 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:3766: done (3 left) 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:3767: done (2 left) 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:3768: done (1 left) 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:3770: rollback oid 12 current snap is 350 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 12 to 347 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 350 2024-07-27T18:32:50.219 INFO:tasks.rados.rados.0.smithi029.stdout:3771: seq_num 1199 ranges {3375104=483328,3858432=401408} 2024-07-27T18:32:50.238 INFO:tasks.rados.rados.0.smithi029.stdout:3771: writing smithi02985406-5 from 3375104 to 3858432 tid 1 2024-07-27T18:32:50.241 INFO:tasks.rados.rados.0.smithi029.stdout:3771: writing smithi02985406-5 from 3858432 to 4259840 tid 2 2024-07-27T18:32:50.242 INFO:tasks.rados.rados.0.smithi029.stdout:3772: copy_from oid 8 from oid 16 current snap is 350 2024-07-27T18:32:50.242 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 2337 (ObjNum 1164 snap 343 seq_num 1164) dirty exists 2024-07-27T18:32:50.242 INFO:tasks.rados.rados.0.smithi029.stdout:3770: finishing rollback tid 0 to smithi02985406-12 2024-07-27T18:32:50.242 INFO:tasks.rados.rados.0.smithi029.stdout:3770: finishing rollback tid 1 to smithi02985406-12 2024-07-27T18:32:50.242 INFO:tasks.rados.rados.0.smithi029.stdout:3770: finishing rollback tid 2 to smithi02985406-12 2024-07-27T18:32:50.242 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 2389 (ObjNum 1091 snap 330 seq_num 1091) dirty exists 2024-07-27T18:32:50.242 INFO:tasks.rados.rados.0.smithi029.stdout:3769: done (3 left) 2024-07-27T18:32:50.242 INFO:tasks.rados.rados.0.smithi029.stdout:3770: done (2 left) 2024-07-27T18:32:50.242 INFO:tasks.rados.rados.0.smithi029.stdout:3773: copy_from oid 3 from oid 7 current snap is 350 2024-07-27T18:32:50.242 INFO:tasks.rados.rados.0.smithi029.stdout:3774: read oid 14 snap 346 2024-07-27T18:32:50.242 INFO:tasks.rados.rados.0.smithi029.stdout:3774: expect (ObjNum 1155 snap 341 seq_num 1155) 2024-07-27T18:32:50.242 INFO:tasks.rados.rados.0.smithi029.stdout:3775: snap_remove snap 348 2024-07-27T18:32:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:50 smithi179 ceph-mon[89801]: pgmap v851: 121 pgs: 121 active+clean; 147 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 12 op/s 2024-07-27T18:32:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:50 smithi179 ceph-mon[89801]: osdmap e788: 8 total, 8 up, 8 in 2024-07-27T18:32:50.413 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 18:32:50 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T18:32:50.140+0000 7fc5d594d640 -1 snap_mapper.get_next_objects_to_trim::New Clone-Objects were added to Snap 199 after trimming was started 2024-07-27T18:32:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:50 smithi029 ceph-mon[96870]: pgmap v851: 121 pgs: 121 active+clean; 147 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 12 op/s 2024-07-27T18:32:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:50 smithi029 ceph-mon[96870]: osdmap e788: 8 total, 8 up, 8 in 2024-07-27T18:32:50.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:50 smithi029 ceph-mon[99353]: pgmap v851: 121 pgs: 121 active+clean; 147 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 12 op/s 2024-07-27T18:32:50.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:50 smithi029 ceph-mon[99353]: osdmap e788: 8 total, 8 up, 8 in 2024-07-27T18:32:51.134 INFO:tasks.rados.rados.0.smithi029.stdout:3775: done (4 left) 2024-07-27T18:32:51.134 INFO:tasks.rados.rados.0.smithi029.stdout:3776: copy_from oid 43 from oid 19 current snap is 350 2024-07-27T18:32:51.134 INFO:tasks.rados.rados.0.smithi029.stdout:3777: read oid 38 snap -1 2024-07-27T18:32:51.134 INFO:tasks.rados.rados.0.smithi029.stdout:3777: expect (ObjNum 1195 snap 348 seq_num 1195) 2024-07-27T18:32:51.134 INFO:tasks.rados.rados.0.smithi029.stdout:3778: snap_create 2024-07-27T18:32:51.134 INFO:tasks.rados.rados.0.smithi029.stdout:3771: finishing write tid 1 to smithi02985406-5 2024-07-27T18:32:51.134 INFO:tasks.rados.rados.0.smithi029.stdout:3771: finishing write tid 2 to smithi02985406-5 2024-07-27T18:32:51.134 INFO:tasks.rados.rados.0.smithi029.stdout:3771: finishing write tid 3 to smithi02985406-5 2024-07-27T18:32:51.134 INFO:tasks.rados.rados.0.smithi029.stdout:3773: finishing copy_from racing read to smithi02985406-3 2024-07-27T18:32:51.134 INFO:tasks.rados.rados.0.smithi029.stdout:3771: finishing write tid 4 to smithi02985406-5 2024-07-27T18:32:51.135 INFO:tasks.rados.rados.0.smithi029.stdout:3771: oid 5 updating version 0 to 2585 2024-07-27T18:32:51.135 INFO:tasks.rados.rados.0.smithi029.stdout:3771: oid 5 version 2585 is already newer than 2583 2024-07-27T18:32:51.135 INFO:tasks.rados.rados.0.smithi029.stdout:3771: oid 5 version 2585 is already newer than 2584 2024-07-27T18:32:51.135 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 2585 (ObjNum 1199 snap 350 seq_num 1199) dirty exists 2024-07-27T18:32:51.135 INFO:tasks.rados.rados.0.smithi029.stdout:3771: left oid 5 (ObjNum 1199 snap 350 seq_num 1199) 2024-07-27T18:32:51.135 INFO:tasks.rados.rados.0.smithi029.stdout:3773: finishing copy_from to smithi02985406-3 2024-07-27T18:32:51.135 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2566 (ObjNum 1188 snap 347 seq_num 1188) dirty exists 2024-07-27T18:32:51.135 INFO:tasks.rados.rados.0.smithi029.stdout:3772: finishing copy_from racing read to smithi02985406-8 2024-07-27T18:32:51.135 INFO:tasks.rados.rados.0.smithi029.stdout:3772: finishing copy_from to smithi02985406-8 2024-07-27T18:32:51.135 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 2320 (ObjNum 1197 snap 350 seq_num 1197) dirty exists 2024-07-27T18:32:51.135 INFO:tasks.rados.rados.0.smithi029.stdout:3774: expect (ObjNum 1155 snap 341 seq_num 1155) 2024-07-27T18:32:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:51 smithi179 ceph-mon[89801]: osdmap e789: 8 total, 8 up, 8 in 2024-07-27T18:32:51.413 INFO:tasks.rados.rados.0.smithi029.stdout:3776: finishing copy_from racing read to smithi02985406-43 2024-07-27T18:32:51.413 INFO:tasks.rados.rados.0.smithi029.stdout:3776: finishing copy_from to smithi02985406-43 2024-07-27T18:32:51.413 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 2571 (ObjNum 1058 snap 317 seq_num 1058) dirty exists 2024-07-27T18:32:51.413 INFO:tasks.rados.rados.0.smithi029.stdout:3777: expect (ObjNum 1195 snap 348 seq_num 1195) 2024-07-27T18:32:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:51 smithi029 ceph-mon[96870]: osdmap e789: 8 total, 8 up, 8 in 2024-07-27T18:32:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:51 smithi029 ceph-mon[99353]: osdmap e789: 8 total, 8 up, 8 in 2024-07-27T18:32:52.090 INFO:tasks.rados.rados.0.smithi029.stdout:3771: done (6 left) 2024-07-27T18:32:52.090 INFO:tasks.rados.rados.0.smithi029.stdout:3772: done (5 left) 2024-07-27T18:32:52.090 INFO:tasks.rados.rados.0.smithi029.stdout:3773: done (4 left) 2024-07-27T18:32:52.090 INFO:tasks.rados.rados.0.smithi029.stdout:3774: done (3 left) 2024-07-27T18:32:52.090 INFO:tasks.rados.rados.0.smithi029.stdout:3776: done (2 left) 2024-07-27T18:32:52.090 INFO:tasks.rados.rados.0.smithi029.stdout:3777: done (1 left) 2024-07-27T18:32:52.090 INFO:tasks.rados.rados.0.smithi029.stdout:3778: done (0 left) 2024-07-27T18:32:52.090 INFO:tasks.rados.rados.0.smithi029.stdout:3779: snap_create 2024-07-27T18:32:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:52 smithi179 ceph-mon[89801]: pgmap v854: 121 pgs: 121 active+clean; 152 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.3 MiB/s wr, 14 op/s 2024-07-27T18:32:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:52 smithi179 ceph-mon[89801]: osdmap e790: 8 total, 8 up, 8 in 2024-07-27T18:32:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:52 smithi179 ceph-mon[89801]: osdmap e791: 8 total, 8 up, 8 in 2024-07-27T18:32:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:52 smithi029 ceph-mon[96870]: pgmap v854: 121 pgs: 121 active+clean; 152 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.3 MiB/s wr, 14 op/s 2024-07-27T18:32:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:52 smithi029 ceph-mon[96870]: osdmap e790: 8 total, 8 up, 8 in 2024-07-27T18:32:52.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:52 smithi029 ceph-mon[96870]: osdmap e791: 8 total, 8 up, 8 in 2024-07-27T18:32:52.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:32:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:32:52] "GET /metrics HTTP/1.1" 200 36340 "" "Prometheus/2.43.0" 2024-07-27T18:32:52.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:52 smithi029 ceph-mon[99353]: pgmap v854: 121 pgs: 121 active+clean; 152 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.3 MiB/s wr, 14 op/s 2024-07-27T18:32:52.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:52 smithi029 ceph-mon[99353]: osdmap e790: 8 total, 8 up, 8 in 2024-07-27T18:32:52.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:52 smithi029 ceph-mon[99353]: osdmap e791: 8 total, 8 up, 8 in 2024-07-27T18:32:53.091 INFO:tasks.rados.rados.0.smithi029.stdout:3779: done (0 left) 2024-07-27T18:32:53.091 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 17 current snap is 352 2024-07-27T18:32:53.091 INFO:tasks.rados.rados.0.smithi029.stdout:3780: seq_num 1200 ranges {3964928=499712,4464640=401408} 2024-07-27T18:32:53.115 INFO:tasks.rados.rados.0.smithi029.stdout:3780: writing smithi02985406-17 from 3964928 to 4464640 tid 1 2024-07-27T18:32:53.118 INFO:tasks.rados.rados.0.smithi029.stdout:3780: writing smithi02985406-17 from 4464640 to 4866048 tid 2 2024-07-27T18:32:53.118 INFO:tasks.rados.rados.0.smithi029.stdout:3781: read oid 7 snap -1 2024-07-27T18:32:53.118 INFO:tasks.rados.rados.0.smithi029.stdout:3781: expect (ObjNum 1188 snap 347 seq_num 1188) 2024-07-27T18:32:53.118 INFO:tasks.rados.rados.0.smithi029.stdout:3782: snap_remove snap 347 2024-07-27T18:32:54.097 INFO:tasks.rados.rados.0.smithi029.stdout:3780: finishing write tid 1 to smithi02985406-17 2024-07-27T18:32:54.097 INFO:tasks.rados.rados.0.smithi029.stdout:3780: finishing write tid 2 to smithi02985406-17 2024-07-27T18:32:54.097 INFO:tasks.rados.rados.0.smithi029.stdout:3780: finishing write tid 3 to smithi02985406-17 2024-07-27T18:32:54.097 INFO:tasks.rados.rados.0.smithi029.stdout:3780: finishing write tid 4 to smithi02985406-17 2024-07-27T18:32:54.098 INFO:tasks.rados.rados.0.smithi029.stdout:3780: oid 17 updating version 0 to 2567 2024-07-27T18:32:54.098 INFO:tasks.rados.rados.0.smithi029.stdout:3780: oid 17 version 2567 is already newer than 2566 2024-07-27T18:32:54.098 INFO:tasks.rados.rados.0.smithi029.stdout:3780: oid 17 version 2567 is already newer than 2565 2024-07-27T18:32:54.098 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 17 v 2567 (ObjNum 1200 snap 352 seq_num 1200) dirty exists 2024-07-27T18:32:54.098 INFO:tasks.rados.rados.0.smithi029.stdout:3780: left oid 17 (ObjNum 1200 snap 352 seq_num 1200) 2024-07-27T18:32:54.098 INFO:tasks.rados.rados.0.smithi029.stdout:3781: expect (ObjNum 1188 snap 347 seq_num 1188) 2024-07-27T18:32:54.119 INFO:tasks.rados.rados.0.smithi029.stdout:3780: done (2 left) 2024-07-27T18:32:54.119 INFO:tasks.rados.rados.0.smithi029.stdout:3781: done (1 left) 2024-07-27T18:32:54.119 INFO:tasks.rados.rados.0.smithi029.stdout:3782: done (0 left) 2024-07-27T18:32:54.119 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 352 2024-07-27T18:32:54.119 INFO:tasks.rados.rados.0.smithi029.stdout:3783: seq_num 1201 ranges {10788864=524288,11313152=401408} 2024-07-27T18:32:54.180 INFO:tasks.rados.rados.0.smithi029.stdout:3783: writing smithi02985406-4 from 10788864 to 11313152 tid 1 2024-07-27T18:32:54.183 INFO:tasks.rados.rados.0.smithi029.stdout:3783: writing smithi02985406-4 from 11313152 to 11714560 tid 2 2024-07-27T18:32:54.183 INFO:tasks.rados.rados.0.smithi029.stdout:3784: rmattr oid 39 current snap is 352 2024-07-27T18:32:54.183 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 352 2024-07-27T18:32:54.183 INFO:tasks.rados.rados.0.smithi029.stdout:3785: seq_num 1202 ranges {704512=540672,1245184=401408} 2024-07-27T18:32:54.191 INFO:tasks.rados.rados.0.smithi029.stdout:3785: writing smithi02985406-3 from 704512 to 1245184 tid 1 2024-07-27T18:32:54.194 INFO:tasks.rados.rados.0.smithi029.stdout:3785: writing smithi02985406-3 from 1245184 to 1646592 tid 2 2024-07-27T18:32:54.194 INFO:tasks.rados.rados.0.smithi029.stdout:3786: delete oid 34 current snap is 352 2024-07-27T18:32:54.194 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2477 (ObjNum 1172 snap 344 seq_num 1172) dirty exists 2024-07-27T18:32:54.194 INFO:tasks.rados.rados.0.smithi029.stdout:3783: finishing write tid 1 to smithi02985406-4 2024-07-27T18:32:54.194 INFO:tasks.rados.rados.0.smithi029.stdout:3783: finishing write tid 2 to smithi02985406-4 2024-07-27T18:32:54.194 INFO:tasks.rados.rados.0.smithi029.stdout:3783: finishing write tid 3 to smithi02985406-4 2024-07-27T18:32:54.194 INFO:tasks.rados.rados.0.smithi029.stdout:3783: finishing write tid 4 to smithi02985406-4 2024-07-27T18:32:54.194 INFO:tasks.rados.rados.0.smithi029.stdout:3783: oid 4 updating version 0 to 2574 2024-07-27T18:32:54.195 INFO:tasks.rados.rados.0.smithi029.stdout:3783: oid 4 version 2574 is already newer than 2573 2024-07-27T18:32:54.195 INFO:tasks.rados.rados.0.smithi029.stdout:3783: oid 4 version 2574 is already newer than 2572 2024-07-27T18:32:54.195 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 2574 (ObjNum 1201 snap 352 seq_num 1201) dirty exists 2024-07-27T18:32:54.195 INFO:tasks.rados.rados.0.smithi029.stdout:3783: left oid 4 (ObjNum 1201 snap 352 seq_num 1201) 2024-07-27T18:32:54.196 INFO:tasks.rados.rados.0.smithi029.stdout:3783: done (3 left) 2024-07-27T18:32:54.196 INFO:tasks.rados.rados.0.smithi029.stdout:3784: done (2 left) 2024-07-27T18:32:54.197 INFO:tasks.rados.rados.0.smithi029.stdout:3786: done (1 left) 2024-07-27T18:32:54.197 INFO:tasks.rados.rados.0.smithi029.stdout:3787: copy_from oid 35 from oid 7 current snap is 352 2024-07-27T18:32:54.197 INFO:tasks.rados.rados.0.smithi029.stdout:3788: rmattr oid 43 current snap is 352 2024-07-27T18:32:54.197 INFO:tasks.rados.rados.0.smithi029.stdout:3789: snap_remove snap 346 2024-07-27T18:32:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:54 smithi179 ceph-mon[89801]: pgmap v857: 121 pgs: 121 active+clean; 146 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 3.8 MiB/s wr, 25 op/s 2024-07-27T18:32:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:54 smithi179 ceph-mon[89801]: osdmap e792: 8 total, 8 up, 8 in 2024-07-27T18:32:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:32:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:54 smithi029 ceph-mon[96870]: pgmap v857: 121 pgs: 121 active+clean; 146 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 3.8 MiB/s wr, 25 op/s 2024-07-27T18:32:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:54 smithi029 ceph-mon[96870]: osdmap e792: 8 total, 8 up, 8 in 2024-07-27T18:32:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:32:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:54 smithi029 ceph-mon[99353]: pgmap v857: 121 pgs: 121 active+clean; 146 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 3.8 MiB/s wr, 25 op/s 2024-07-27T18:32:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:54 smithi029 ceph-mon[99353]: osdmap e792: 8 total, 8 up, 8 in 2024-07-27T18:32:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:32:55.104 INFO:tasks.rados.rados.0.smithi029.stdout:3789: done (3 left) 2024-07-27T18:32:55.104 INFO:tasks.rados.rados.0.smithi029.stdout:3790: setattr oid 34 current snap is 352 2024-07-27T18:32:55.104 INFO:tasks.rados.rados.0.smithi029.stdout:3785: finishing write tid 1 to smithi02985406-3 2024-07-27T18:32:55.104 INFO:tasks.rados.rados.0.smithi029.stdout:3785: finishing write tid 2 to smithi02985406-3 2024-07-27T18:32:55.104 INFO:tasks.rados.rados.0.smithi029.stdout:3785: finishing write tid 3 to smithi02985406-3 2024-07-27T18:32:55.104 INFO:tasks.rados.rados.0.smithi029.stdout:3785: finishing write tid 4 to smithi02985406-3 2024-07-27T18:32:55.104 INFO:tasks.rados.rados.0.smithi029.stdout:3785: oid 3 updating version 0 to 2568 2024-07-27T18:32:55.104 INFO:tasks.rados.rados.0.smithi029.stdout:3785: oid 3 updating version 2568 to 2569 2024-07-27T18:32:55.104 INFO:tasks.rados.rados.0.smithi029.stdout:3785: oid 3 version 2569 is already newer than 2567 2024-07-27T18:32:55.104 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2569 (ObjNum 1202 snap 352 seq_num 1202) dirty exists 2024-07-27T18:32:55.105 INFO:tasks.rados.rados.0.smithi029.stdout:3785: left oid 3 (ObjNum 1202 snap 352 seq_num 1202) 2024-07-27T18:32:55.105 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 2590 (ObjNum 1058 snap 317 seq_num 1058) dirty exists 2024-07-27T18:32:55.105 INFO:tasks.rados.rados.0.smithi029.stdout:3787: finishing copy_from racing read to smithi02985406-35 2024-07-27T18:32:55.105 INFO:tasks.rados.rados.0.smithi029.stdout:3787: finishing copy_from to smithi02985406-35 2024-07-27T18:32:55.105 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 35 v 2566 (ObjNum 1188 snap 347 seq_num 1188) dirty exists 2024-07-27T18:32:55.106 INFO:tasks.rados.rados.0.smithi029.stdout:3785: done (3 left) 2024-07-27T18:32:55.107 INFO:tasks.rados.rados.0.smithi029.stdout:3787: done (2 left) 2024-07-27T18:32:55.107 INFO:tasks.rados.rados.0.smithi029.stdout:3788: done (1 left) 2024-07-27T18:32:55.107 INFO:tasks.rados.rados.0.smithi029.stdout:3791: copy_from oid 3 from oid 9 current snap is 352 2024-07-27T18:32:55.107 INFO:tasks.rados.rados.0.smithi029.stdout:3792: read oid 44 snap -1 2024-07-27T18:32:55.107 INFO:tasks.rados.rados.0.smithi029.stdout:3792: expect (ObjNum 1149 snap 340 seq_num 1149) 2024-07-27T18:32:55.107 INFO:tasks.rados.rados.0.smithi029.stdout:3793: snap_remove snap 351 2024-07-27T18:32:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:55 smithi179 ceph-mon[89801]: osdmap e793: 8 total, 8 up, 8 in 2024-07-27T18:32:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:55 smithi029 ceph-mon[96870]: osdmap e793: 8 total, 8 up, 8 in 2024-07-27T18:32:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:55 smithi029 ceph-mon[99353]: osdmap e793: 8 total, 8 up, 8 in 2024-07-27T18:32:56.107 INFO:tasks.rados.rados.0.smithi029.stdout:3793: done (3 left) 2024-07-27T18:32:56.107 INFO:tasks.rados.rados.0.smithi029.stdout:3794: snap_remove snap 349 2024-07-27T18:32:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:56 smithi179 ceph-mon[89801]: pgmap v860: 121 pgs: 121 active+clean; 132 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 3.1 MiB/s wr, 23 op/s 2024-07-27T18:32:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:56 smithi179 ceph-mon[89801]: osdmap e794: 8 total, 8 up, 8 in 2024-07-27T18:32:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:56 smithi029 ceph-mon[96870]: pgmap v860: 121 pgs: 121 active+clean; 132 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 3.1 MiB/s wr, 23 op/s 2024-07-27T18:32:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:56 smithi029 ceph-mon[96870]: osdmap e794: 8 total, 8 up, 8 in 2024-07-27T18:32:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:56 smithi029 ceph-mon[99353]: pgmap v860: 121 pgs: 121 active+clean; 132 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 3.1 MiB/s wr, 23 op/s 2024-07-27T18:32:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:56 smithi029 ceph-mon[99353]: osdmap e794: 8 total, 8 up, 8 in 2024-07-27T18:32:57.092 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 2576 (ObjNum 593 snap 0 seq_num 0) dirty exists 2024-07-27T18:32:57.092 INFO:tasks.rados.rados.0.smithi029.stdout:3791: finishing copy_from racing read to smithi02985406-3 2024-07-27T18:32:57.092 INFO:tasks.rados.rados.0.smithi029.stdout:3791: finishing copy_from to smithi02985406-3 2024-07-27T18:32:57.092 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2549 (ObjNum 899 snap 286 seq_num 899) dirty exists 2024-07-27T18:32:57.092 INFO:tasks.rados.rados.0.smithi029.stdout:3792: expect (ObjNum 1149 snap 340 seq_num 1149) 2024-07-27T18:32:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:57 smithi179 ceph-mon[89801]: osdmap e795: 8 total, 8 up, 8 in 2024-07-27T18:32:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:57 smithi179 ceph-mon[89801]: osdmap e796: 8 total, 8 up, 8 in 2024-07-27T18:32:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:57 smithi029 ceph-mon[96870]: osdmap e795: 8 total, 8 up, 8 in 2024-07-27T18:32:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:57 smithi029 ceph-mon[96870]: osdmap e796: 8 total, 8 up, 8 in 2024-07-27T18:32:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:57 smithi029 ceph-mon[99353]: osdmap e795: 8 total, 8 up, 8 in 2024-07-27T18:32:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:57 smithi029 ceph-mon[99353]: osdmap e796: 8 total, 8 up, 8 in 2024-07-27T18:32:57.638 INFO:tasks.rados.rados.0.smithi029.stdout:3790: done (3 left) 2024-07-27T18:32:57.638 INFO:tasks.rados.rados.0.smithi029.stdout:3791: done (2 left) 2024-07-27T18:32:57.638 INFO:tasks.rados.rados.0.smithi029.stdout:3792: done (1 left) 2024-07-27T18:32:57.638 INFO:tasks.rados.rados.0.smithi029.stdout:3794: done (0 left) 2024-07-27T18:32:57.638 INFO:tasks.rados.rados.0.smithi029.stdout:3795: snap_remove snap 350 2024-07-27T18:32:58.121 INFO:tasks.rados.rados.0.smithi029.stdout:3795: done (0 left) 2024-07-27T18:32:58.121 INFO:tasks.rados.rados.0.smithi029.stdout:3796: read oid 32 snap -1 2024-07-27T18:32:58.121 INFO:tasks.rados.rados.0.smithi029.stdout:3796: expect (ObjNum 1193 snap 348 seq_num 1193) 2024-07-27T18:32:58.121 INFO:tasks.rados.rados.0.smithi029.stdout:3797: read oid 35 snap -1 2024-07-27T18:32:58.121 INFO:tasks.rados.rados.0.smithi029.stdout:3797: expect (ObjNum 1188 snap 347 seq_num 1188) 2024-07-27T18:32:58.121 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 5 current snap is 352 2024-07-27T18:32:58.121 INFO:tasks.rados.rados.0.smithi029.stdout:3798: seq_num 1204 ranges {4259840=573440,4833280=401408} 2024-07-27T18:32:58.148 INFO:tasks.rados.rados.0.smithi029.stdout:3798: writing smithi02985406-5 from 4259840 to 4833280 tid 1 2024-07-27T18:32:58.150 INFO:tasks.rados.rados.0.smithi029.stdout:3798: writing smithi02985406-5 from 4833280 to 5234688 tid 2 2024-07-27T18:32:58.150 INFO:tasks.rados.rados.0.smithi029.stdout:3799: delete oid 50 current snap is 352 2024-07-27T18:32:58.150 INFO:tasks.rados.rados.0.smithi029.stdout:3796: expect (ObjNum 1193 snap 348 seq_num 1193) 2024-07-27T18:32:58.174 INFO:tasks.rados.rados.0.smithi029.stdout:3797: expect (ObjNum 1188 snap 347 seq_num 1188) 2024-07-27T18:32:58.193 INFO:tasks.rados.rados.0.smithi029.stdout:3798: finishing write tid 1 to smithi02985406-5 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3798: finishing write tid 2 to smithi02985406-5 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3798: finishing write tid 3 to smithi02985406-5 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3798: finishing write tid 4 to smithi02985406-5 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3798: oid 5 updating version 0 to 2609 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3798: oid 5 updating version 2609 to 2611 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3798: oid 5 version 2611 is already newer than 2610 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 2611 (ObjNum 1204 snap 352 seq_num 1204) dirty exists 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3798: left oid 5 (ObjNum 1204 snap 352 seq_num 1204) 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3796: done (3 left) 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3797: done (2 left) 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3798: done (1 left) 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3799: done (0 left) 2024-07-27T18:32:58.194 INFO:tasks.rados.rados.0.smithi029.stdout:3800: read oid 10 snap -1 2024-07-27T18:32:58.195 INFO:tasks.rados.rados.0.smithi029.stdout:3800: expect (ObjNum 1124 snap 338 seq_num 1124) 2024-07-27T18:32:58.195 INFO:tasks.rados.rados.0.smithi029.stdout:3801: delete oid 38 current snap is 352 2024-07-27T18:32:58.195 INFO:tasks.rados.rados.0.smithi029.stdout:3801: done (1 left) 2024-07-27T18:32:58.195 INFO:tasks.rados.rados.0.smithi029.stdout:3802: copy_from oid 7 from oid 32 current snap is 352 2024-07-27T18:32:58.196 INFO:tasks.rados.rados.0.smithi029.stdout:3803: read oid 11 snap -1 2024-07-27T18:32:58.196 INFO:tasks.rados.rados.0.smithi029.stdout:3803: expect deleted 2024-07-27T18:32:58.196 INFO:tasks.rados.rados.0.smithi029.stdout:3804: copy_from oid 39 from oid 45 current snap is 352 2024-07-27T18:32:58.196 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 12 current snap is 352 2024-07-27T18:32:58.196 INFO:tasks.rados.rados.0.smithi029.stdout:3805: seq_num 1207 ranges {3252224=622592,3874816=401408} 2024-07-27T18:32:58.218 INFO:tasks.rados.rados.0.smithi029.stdout:3805: writing smithi02985406-12 from 3252224 to 3874816 tid 1 2024-07-27T18:32:58.221 INFO:tasks.rados.rados.0.smithi029.stdout:3805: writing smithi02985406-12 from 3874816 to 4276224 tid 2 2024-07-27T18:32:58.221 INFO:tasks.rados.rados.0.smithi029.stdout:3806: snap_create 2024-07-27T18:32:58.221 INFO:tasks.rados.rados.0.smithi029.stdout:3804: finishing copy_from racing read to smithi02985406-39 2024-07-27T18:32:58.221 INFO:tasks.rados.rados.0.smithi029.stdout:3804: finishing copy_from to smithi02985406-39 2024-07-27T18:32:58.221 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 39 v 2374 (ObjNum 1175 snap 344 seq_num 1175) dirty exists 2024-07-27T18:32:58.221 INFO:tasks.rados.rados.0.smithi029.stdout:3802: finishing copy_from racing read to smithi02985406-7 2024-07-27T18:32:58.221 INFO:tasks.rados.rados.0.smithi029.stdout:3800: expect (ObjNum 1124 snap 338 seq_num 1124) 2024-07-27T18:32:58.355 INFO:tasks.rados.rados.0.smithi029.stdout:3802: finishing copy_from to smithi02985406-7 2024-07-27T18:32:58.355 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 2319 (ObjNum 1193 snap 348 seq_num 1193) dirty exists 2024-07-27T18:32:58.355 INFO:tasks.rados.rados.0.smithi029.stdout:3805: finishing write tid 1 to smithi02985406-12 2024-07-27T18:32:58.355 INFO:tasks.rados.rados.0.smithi029.stdout:3805: finishing write tid 2 to smithi02985406-12 2024-07-27T18:32:58.355 INFO:tasks.rados.rados.0.smithi029.stdout:3805: finishing write tid 3 to smithi02985406-12 2024-07-27T18:32:58.355 INFO:tasks.rados.rados.0.smithi029.stdout:3805: finishing write tid 4 to smithi02985406-12 2024-07-27T18:32:58.355 INFO:tasks.rados.rados.0.smithi029.stdout:3805: oid 12 updating version 0 to 2391 2024-07-27T18:32:58.355 INFO:tasks.rados.rados.0.smithi029.stdout:3805: oid 12 updating version 2391 to 2392 2024-07-27T18:32:58.355 INFO:tasks.rados.rados.0.smithi029.stdout:3805: oid 12 version 2392 is already newer than 2390 2024-07-27T18:32:58.355 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 2392 (ObjNum 1207 snap 352 seq_num 1207) dirty exists 2024-07-27T18:32:58.356 INFO:tasks.rados.rados.0.smithi029.stdout:3805: left oid 12 (ObjNum 1207 snap 352 seq_num 1207) 2024-07-27T18:32:58.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:58 smithi029 ceph-mon[96870]: pgmap v863: 121 pgs: 121 active+clean; 125 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 MiB/s rd, 798 KiB/s wr, 9 op/s 2024-07-27T18:32:58.402 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:58 smithi029 ceph-mon[99353]: pgmap v863: 121 pgs: 121 active+clean; 125 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 MiB/s rd, 798 KiB/s wr, 9 op/s 2024-07-27T18:32:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:58 smithi179 ceph-mon[89801]: pgmap v863: 121 pgs: 121 active+clean; 125 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 MiB/s rd, 798 KiB/s wr, 9 op/s 2024-07-27T18:32:59.126 INFO:tasks.rados.rados.0.smithi029.stdout:3800: done (5 left) 2024-07-27T18:32:59.126 INFO:tasks.rados.rados.0.smithi029.stdout:3802: done (4 left) 2024-07-27T18:32:59.126 INFO:tasks.rados.rados.0.smithi029.stdout:3803: done (3 left) 2024-07-27T18:32:59.126 INFO:tasks.rados.rados.0.smithi029.stdout:3804: done (2 left) 2024-07-27T18:32:59.126 INFO:tasks.rados.rados.0.smithi029.stdout:3805: done (1 left) 2024-07-27T18:32:59.127 INFO:tasks.rados.rados.0.smithi029.stdout:3806: done (0 left) 2024-07-27T18:32:59.127 INFO:tasks.rados.rados.0.smithi029.stdout:3807: rmattr oid 21 current snap is 353 2024-07-27T18:32:59.127 INFO:tasks.rados.rados.0.smithi029.stdout:3808: snap_remove snap 352 2024-07-27T18:32:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:32:59 smithi179 ceph-mon[89801]: osdmap e797: 8 total, 8 up, 8 in 2024-07-27T18:32:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:32:59 smithi029 ceph-mon[96870]: osdmap e797: 8 total, 8 up, 8 in 2024-07-27T18:32:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:32:59 smithi029 ceph-mon[99353]: osdmap e797: 8 total, 8 up, 8 in 2024-07-27T18:33:00.132 INFO:tasks.rados.rados.0.smithi029.stdout:3808: done (1 left) 2024-07-27T18:33:00.132 INFO:tasks.rados.rados.0.smithi029.stdout:3809: rmattr oid 15 current snap is 353 2024-07-27T18:33:00.132 INFO:tasks.rados.rados.0.smithi029.stdout:3809: done (1 left) 2024-07-27T18:33:00.132 INFO:tasks.rados.rados.0.smithi029.stdout:3810: setattr oid 4 current snap is 353 2024-07-27T18:33:00.132 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 984 (ObjNum 1000 snap 302 seq_num 1000) dirty exists 2024-07-27T18:33:00.133 INFO:tasks.rados.rados.0.smithi029.stdout:3807: done (1 left) 2024-07-27T18:33:00.133 INFO:tasks.rados.rados.0.smithi029.stdout:3811: read oid 11 snap -1 2024-07-27T18:33:00.133 INFO:tasks.rados.rados.0.smithi029.stdout:3811: expect deleted 2024-07-27T18:33:00.133 INFO:tasks.rados.rados.0.smithi029.stdout:3812: setattr oid 16 current snap is 353 2024-07-27T18:33:00.135 INFO:tasks.rados.rados.0.smithi029.stdout:3813: setattr oid 14 current snap is 353 2024-07-27T18:33:00.138 INFO:tasks.rados.rados.0.smithi029.stdout:3811: done (3 left) 2024-07-27T18:33:00.138 INFO:tasks.rados.rados.0.smithi029.stdout:3814: snap_create 2024-07-27T18:33:00.141 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 16 v 2321 (ObjNum 1197 snap 350 seq_num 1197) dirty exists 2024-07-27T18:33:00.144 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 2577 (ObjNum 1201 snap 352 seq_num 1201) dirty exists 2024-07-27T18:33:00.146 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 14 v 2393 (ObjNum 1155 snap 341 seq_num 1155) dirty exists 2024-07-27T18:33:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:00 smithi179 ceph-mon[89801]: pgmap v866: 121 pgs: 121 active+clean; 120 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 MiB/s rd, 838 KiB/s wr, 16 op/s 2024-07-27T18:33:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:00 smithi179 ceph-mon[89801]: osdmap e798: 8 total, 8 up, 8 in 2024-07-27T18:33:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:00 smithi029 ceph-mon[96870]: pgmap v866: 121 pgs: 121 active+clean; 120 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 MiB/s rd, 838 KiB/s wr, 16 op/s 2024-07-27T18:33:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:00 smithi029 ceph-mon[96870]: osdmap e798: 8 total, 8 up, 8 in 2024-07-27T18:33:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:00 smithi029 ceph-mon[99353]: pgmap v866: 121 pgs: 121 active+clean; 120 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 MiB/s rd, 838 KiB/s wr, 16 op/s 2024-07-27T18:33:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:00 smithi029 ceph-mon[99353]: osdmap e798: 8 total, 8 up, 8 in 2024-07-27T18:33:01.137 INFO:tasks.rados.rados.0.smithi029.stdout:3810: done (3 left) 2024-07-27T18:33:01.137 INFO:tasks.rados.rados.0.smithi029.stdout:3812: done (2 left) 2024-07-27T18:33:01.137 INFO:tasks.rados.rados.0.smithi029.stdout:3813: done (1 left) 2024-07-27T18:33:01.137 INFO:tasks.rados.rados.0.smithi029.stdout:3814: done (0 left) 2024-07-27T18:33:01.138 INFO:tasks.rados.rados.0.smithi029.stdout:3815: snap_create 2024-07-27T18:33:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:01 smithi179 ceph-mon[89801]: osdmap e799: 8 total, 8 up, 8 in 2024-07-27T18:33:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:01 smithi029 ceph-mon[96870]: osdmap e799: 8 total, 8 up, 8 in 2024-07-27T18:33:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:01 smithi029 ceph-mon[99353]: osdmap e799: 8 total, 8 up, 8 in 2024-07-27T18:33:02.094 INFO:tasks.rados.rados.0.smithi029.stdout:3815: done (0 left) 2024-07-27T18:33:02.094 INFO:tasks.rados.rados.0.smithi029.stdout:3816: read oid 11 snap -1 2024-07-27T18:33:02.094 INFO:tasks.rados.rados.0.smithi029.stdout:3816: expect deleted 2024-07-27T18:33:02.094 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 28 current snap is 355 2024-07-27T18:33:02.094 INFO:tasks.rados.rados.0.smithi029.stdout:3817: seq_num 1208 ranges {2711552=638976,3350528=401408} 2024-07-27T18:33:02.112 INFO:tasks.rados.rados.0.smithi029.stdout:3817: writing smithi02985406-28 from 2711552 to 3350528 tid 1 2024-07-27T18:33:02.114 INFO:tasks.rados.rados.0.smithi029.stdout:3817: writing smithi02985406-28 from 3350528 to 3751936 tid 2 2024-07-27T18:33:02.114 INFO:tasks.rados.rados.0.smithi029.stdout:3818: delete oid 46 current snap is 355 2024-07-27T18:33:02.121 INFO:tasks.rados.rados.0.smithi029.stdout:3816: done (2 left) 2024-07-27T18:33:02.121 INFO:tasks.rados.rados.0.smithi029.stdout:3818: done (1 left) 2024-07-27T18:33:02.122 INFO:tasks.rados.rados.0.smithi029.stdout:3819: read oid 44 snap -1 2024-07-27T18:33:02.122 INFO:tasks.rados.rados.0.smithi029.stdout:3819: expect (ObjNum 1149 snap 340 seq_num 1149) 2024-07-27T18:33:02.122 INFO:tasks.rados.rados.0.smithi029.stdout:3820: copy_from oid 43 from oid 4 current snap is 355 2024-07-27T18:33:02.122 INFO:tasks.rados.rados.0.smithi029.stdout:3821: rollback oid 36 current snap is 355 2024-07-27T18:33:02.122 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 36 to 354 2024-07-27T18:33:02.122 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 47 current snap is 355 2024-07-27T18:33:02.122 INFO:tasks.rados.rados.0.smithi029.stdout:3822: seq_num 1210 ranges {0=671744,671744=401408} 2024-07-27T18:33:02.125 INFO:tasks.rados.rados.0.smithi029.stdout:3822: writing smithi02985406-47 from 0 to 671744 tid 1 2024-07-27T18:33:02.128 INFO:tasks.rados.rados.0.smithi029.stdout:3822: writing smithi02985406-47 from 671744 to 1073152 tid 2 2024-07-27T18:33:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3823: read oid 14 snap -1 2024-07-27T18:33:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3823: expect (ObjNum 1155 snap 341 seq_num 1155) 2024-07-27T18:33:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3824: setattr oid 7 current snap is 355 2024-07-27T18:33:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3817: finishing write tid 1 to smithi02985406-28 2024-07-27T18:33:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3821: finishing rollback tid 1 to smithi02985406-36 2024-07-27T18:33:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 36 v 0 (ObjNum 33 snap 0 seq_num 5) dirty dne 2024-07-27T18:33:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3817: finishing write tid 2 to smithi02985406-28 2024-07-27T18:33:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3817: finishing write tid 3 to smithi02985406-28 2024-07-27T18:33:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3817: finishing write tid 4 to smithi02985406-28 2024-07-27T18:33:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3817: oid 28 updating version 0 to 2582 2024-07-27T18:33:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3817: oid 28 updating version 2582 to 2584 2024-07-27T18:33:02.129 INFO:tasks.rados.rados.0.smithi029.stdout:3817: oid 28 version 2584 is already newer than 2583 2024-07-27T18:33:02.130 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 28 v 2584 (ObjNum 1208 snap 355 seq_num 1208) dirty exists 2024-07-27T18:33:02.130 INFO:tasks.rados.rados.0.smithi029.stdout:3817: left oid 28 (ObjNum 1208 snap 355 seq_num 1208) 2024-07-27T18:33:02.130 INFO:tasks.rados.rados.0.smithi029.stdout:3817: done (6 left) 2024-07-27T18:33:02.130 INFO:tasks.rados.rados.0.smithi029.stdout:3821: done (5 left) 2024-07-27T18:33:02.130 INFO:tasks.rados.rados.0.smithi029.stdout:3825: snap_create 2024-07-27T18:33:02.134 INFO:tasks.rados.rados.0.smithi029.stdout:3822: finishing write tid 1 to smithi02985406-47 2024-07-27T18:33:02.135 INFO:tasks.rados.rados.0.smithi029.stdout:3822: finishing write tid 2 to smithi02985406-47 2024-07-27T18:33:02.135 INFO:tasks.rados.rados.0.smithi029.stdout:3822: finishing write tid 3 to smithi02985406-47 2024-07-27T18:33:02.140 INFO:tasks.rados.rados.0.smithi029.stdout:3822: finishing write tid 4 to smithi02985406-47 2024-07-27T18:33:02.140 INFO:tasks.rados.rados.0.smithi029.stdout:3822: oid 47 updating version 0 to 2587 2024-07-27T18:33:02.140 INFO:tasks.rados.rados.0.smithi029.stdout:3822: oid 47 version 2587 is already newer than 2585 2024-07-27T18:33:02.140 INFO:tasks.rados.rados.0.smithi029.stdout:3822: oid 47 version 2587 is already newer than 2586 2024-07-27T18:33:02.140 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 2587 (ObjNum 1210 snap 355 seq_num 1210) dirty exists 2024-07-27T18:33:02.140 INFO:tasks.rados.rados.0.smithi029.stdout:3822: left oid 47 (ObjNum 1210 snap 355 seq_num 1210) 2024-07-27T18:33:02.141 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 7 v 2614 (ObjNum 1193 snap 348 seq_num 1193) dirty exists 2024-07-27T18:33:02.149 INFO:tasks.rados.rados.0.smithi029.stdout:3823: expect (ObjNum 1155 snap 341 seq_num 1155) 2024-07-27T18:33:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:02 smithi179 ceph-mon[89801]: pgmap v869: 121 pgs: 121 active+clean; 116 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 MiB/s rd, 790 KiB/s wr, 11 op/s 2024-07-27T18:33:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:02 smithi179 ceph-mon[89801]: osdmap e800: 8 total, 8 up, 8 in 2024-07-27T18:33:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:02 smithi179 ceph-mon[89801]: osdmap e801: 8 total, 8 up, 8 in 2024-07-27T18:33:02.430 INFO:tasks.rados.rados.0.smithi029.stdout:3819: expect (ObjNum 1149 snap 340 seq_num 1149) 2024-07-27T18:33:02.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:02 smithi029 ceph-mon[99353]: pgmap v869: 121 pgs: 121 active+clean; 116 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 MiB/s rd, 790 KiB/s wr, 11 op/s 2024-07-27T18:33:02.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:02 smithi029 ceph-mon[99353]: osdmap e800: 8 total, 8 up, 8 in 2024-07-27T18:33:02.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:02 smithi029 ceph-mon[99353]: osdmap e801: 8 total, 8 up, 8 in 2024-07-27T18:33:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:02 smithi029 ceph-mon[96870]: pgmap v869: 121 pgs: 121 active+clean; 116 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 MiB/s rd, 790 KiB/s wr, 11 op/s 2024-07-27T18:33:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:02 smithi029 ceph-mon[96870]: osdmap e800: 8 total, 8 up, 8 in 2024-07-27T18:33:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:02 smithi029 ceph-mon[96870]: osdmap e801: 8 total, 8 up, 8 in 2024-07-27T18:33:02.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:33:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:33:02] "GET /metrics HTTP/1.1" 200 36345 "" "Prometheus/2.43.0" 2024-07-27T18:33:02.968 INFO:tasks.rados.rados.0.smithi029.stdout:3820: finishing copy_from racing read to smithi02985406-43 2024-07-27T18:33:02.968 INFO:tasks.rados.rados.0.smithi029.stdout:3820: finishing copy_from to smithi02985406-43 2024-07-27T18:33:02.968 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 43 v 2577 (ObjNum 1201 snap 352 seq_num 1201) dirty exists 2024-07-27T18:33:03.093 INFO:tasks.rados.rados.0.smithi029.stdout:3819: done (5 left) 2024-07-27T18:33:03.094 INFO:tasks.rados.rados.0.smithi029.stdout:3820: done (4 left) 2024-07-27T18:33:03.094 INFO:tasks.rados.rados.0.smithi029.stdout:3822: done (3 left) 2024-07-27T18:33:03.094 INFO:tasks.rados.rados.0.smithi029.stdout:3823: done (2 left) 2024-07-27T18:33:03.094 INFO:tasks.rados.rados.0.smithi029.stdout:3824: done (1 left) 2024-07-27T18:33:03.094 INFO:tasks.rados.rados.0.smithi029.stdout:3825: done (0 left) 2024-07-27T18:33:03.094 INFO:tasks.rados.rados.0.smithi029.stdout:3826: snap_create 2024-07-27T18:33:04.097 INFO:tasks.rados.rados.0.smithi029.stdout:3826: done (0 left) 2024-07-27T18:33:04.097 INFO:tasks.rados.rados.0.smithi029.stdout:3827: read oid 29 snap -1 2024-07-27T18:33:04.097 INFO:tasks.rados.rados.0.smithi029.stdout:3827: expect (ObjNum 1186 snap 346 seq_num 1186) 2024-07-27T18:33:04.097 INFO:tasks.rados.rados.0.smithi029.stdout:3828: read oid 23 snap 354 2024-07-27T18:33:04.097 INFO:tasks.rados.rados.0.smithi029.stdout:3828: expect deleted 2024-07-27T18:33:04.097 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 1 current snap is 357 2024-07-27T18:33:04.097 INFO:tasks.rados.rados.0.smithi029.stdout:3829: seq_num 1211 ranges {1916928=688128,2605056=401408} 2024-07-27T18:33:04.111 INFO:tasks.rados.rados.0.smithi029.stdout:3829: writing smithi02985406-1 from 1916928 to 2605056 tid 1 2024-07-27T18:33:04.113 INFO:tasks.rados.rados.0.smithi029.stdout:3829: writing smithi02985406-1 from 2605056 to 3006464 tid 2 2024-07-27T18:33:04.114 INFO:tasks.rados.rados.0.smithi029.stdout:3830: delete oid 37 current snap is 357 2024-07-27T18:33:04.114 INFO:tasks.rados.rados.0.smithi029.stdout:3827: expect (ObjNum 1186 snap 346 seq_num 1186) 2024-07-27T18:33:04.131 INFO:tasks.rados.rados.0.smithi029.stdout:3829: finishing write tid 1 to smithi02985406-1 2024-07-27T18:33:04.131 INFO:tasks.rados.rados.0.smithi029.stdout:3829: finishing write tid 2 to smithi02985406-1 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:3829: finishing write tid 3 to smithi02985406-1 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:3829: finishing write tid 4 to smithi02985406-1 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:3829: oid 1 updating version 0 to 2339 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:3829: oid 1 version 2339 is already newer than 2338 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:3829: oid 1 updating version 2339 to 2340 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 1 v 2340 (ObjNum 1211 snap 357 seq_num 1211) dirty exists 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:3829: left oid 1 (ObjNum 1211 snap 357 seq_num 1211) 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:3827: done (3 left) 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:3828: done (2 left) 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:3829: done (1 left) 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:3830: done (0 left) 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 357 2024-07-27T18:33:04.132 INFO:tasks.rados.rados.0.smithi029.stdout:3831: seq_num 1213 ranges {7856128=720896,8577024=401408} 2024-07-27T18:33:04.178 INFO:tasks.rados.rados.0.smithi029.stdout:3831: writing smithi02985406-44 from 7856128 to 8577024 tid 1 2024-07-27T18:33:04.180 INFO:tasks.rados.rados.0.smithi029.stdout:3831: writing smithi02985406-44 from 8577024 to 8978432 tid 2 2024-07-27T18:33:04.180 INFO:tasks.rados.rados.0.smithi029.stdout:3832: snap_create 2024-07-27T18:33:04.185 INFO:tasks.rados.rados.0.smithi029.stdout:3831: finishing write tid 1 to smithi02985406-44 2024-07-27T18:33:04.185 INFO:tasks.rados.rados.0.smithi029.stdout:3831: finishing write tid 2 to smithi02985406-44 2024-07-27T18:33:04.185 INFO:tasks.rados.rados.0.smithi029.stdout:3831: finishing write tid 3 to smithi02985406-44 2024-07-27T18:33:04.186 INFO:tasks.rados.rados.0.smithi029.stdout:3831: finishing write tid 4 to smithi02985406-44 2024-07-27T18:33:04.186 INFO:tasks.rados.rados.0.smithi029.stdout:3831: oid 44 updating version 0 to 2341 2024-07-27T18:33:04.186 INFO:tasks.rados.rados.0.smithi029.stdout:3831: oid 44 updating version 2341 to 2343 2024-07-27T18:33:04.187 INFO:tasks.rados.rados.0.smithi029.stdout:3831: oid 44 version 2343 is already newer than 2342 2024-07-27T18:33:04.187 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 2343 (ObjNum 1213 snap 357 seq_num 1213) dirty exists 2024-07-27T18:33:04.187 INFO:tasks.rados.rados.0.smithi029.stdout:3831: left oid 44 (ObjNum 1213 snap 357 seq_num 1213) 2024-07-27T18:33:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:04 smithi179 ceph-mon[89801]: pgmap v872: 121 pgs: 121 active+clean; 113 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 1.4 MiB/s wr, 16 op/s 2024-07-27T18:33:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:04 smithi179 ceph-mon[89801]: osdmap e802: 8 total, 8 up, 8 in 2024-07-27T18:33:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:04 smithi029 ceph-mon[99353]: pgmap v872: 121 pgs: 121 active+clean; 113 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 1.4 MiB/s wr, 16 op/s 2024-07-27T18:33:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:04 smithi029 ceph-mon[99353]: osdmap e802: 8 total, 8 up, 8 in 2024-07-27T18:33:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:04 smithi029 ceph-mon[96870]: pgmap v872: 121 pgs: 121 active+clean; 113 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 1.4 MiB/s wr, 16 op/s 2024-07-27T18:33:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:04 smithi029 ceph-mon[96870]: osdmap e802: 8 total, 8 up, 8 in 2024-07-27T18:33:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3831: done (1 left) 2024-07-27T18:33:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3832: done (0 left) 2024-07-27T18:33:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3833: read oid 24 snap -1 2024-07-27T18:33:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3833: expect (ObjNum 1181 snap 344 seq_num 1181) 2024-07-27T18:33:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3834: copy_from oid 15 from oid 16 current snap is 358 2024-07-27T18:33:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3835: copy_from oid 44 from oid 5 current snap is 358 2024-07-27T18:33:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3836: read oid 17 snap -1 2024-07-27T18:33:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3836: expect (ObjNum 1200 snap 352 seq_num 1200) 2024-07-27T18:33:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3837: read oid 45 snap -1 2024-07-27T18:33:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3837: expect (ObjNum 1175 snap 344 seq_num 1175) 2024-07-27T18:33:05.108 INFO:tasks.rados.rados.0.smithi029.stdout:3838: setattr oid 26 current snap is 358 2024-07-27T18:33:05.109 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 358 2024-07-27T18:33:05.109 INFO:tasks.rados.rados.0.smithi029.stdout:3839: seq_num 1214 ranges {2359296=737280,3096576=401408} 2024-07-27T18:33:05.128 INFO:tasks.rados.rados.0.smithi029.stdout:3839: writing smithi02985406-21 from 2359296 to 3096576 tid 1 2024-07-27T18:33:05.131 INFO:tasks.rados.rados.0.smithi029.stdout:3839: writing smithi02985406-21 from 3096576 to 3497984 tid 2 2024-07-27T18:33:05.131 INFO:tasks.rados.rados.0.smithi029.stdout:3840: read oid 9 snap -1 2024-07-27T18:33:05.131 INFO:tasks.rados.rados.0.smithi029.stdout:3840: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:33:05.131 INFO:tasks.rados.rados.0.smithi029.stdout:3841: copy_from oid 40 from oid 48 current snap is 358 2024-07-27T18:33:05.132 INFO:tasks.rados.rados.0.smithi029.stdout:3842: snap_remove snap 355 2024-07-27T18:33:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:05 smithi179 ceph-mon[89801]: osdmap e803: 8 total, 8 up, 8 in 2024-07-27T18:33:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:05 smithi029 ceph-mon[96870]: osdmap e803: 8 total, 8 up, 8 in 2024-07-27T18:33:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:05 smithi029 ceph-mon[99353]: osdmap e803: 8 total, 8 up, 8 in 2024-07-27T18:33:06.119 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 26 v 2377 (ObjNum 996 snap 299 seq_num 996) dirty exists 2024-07-27T18:33:06.119 INFO:tasks.rados.rados.0.smithi029.stdout:3833: expect (ObjNum 1181 snap 344 seq_num 1181) 2024-07-27T18:33:06.256 INFO:tasks.rados.rados.0.smithi029.stdout:3834: finishing copy_from racing read to smithi02985406-15 2024-07-27T18:33:06.256 INFO:tasks.rados.rados.0.smithi029.stdout:3837: expect (ObjNum 1175 snap 344 seq_num 1175) 2024-07-27T18:33:06.406 INFO:tasks.rados.rados.0.smithi029.stdout:3834: finishing copy_from to smithi02985406-15 2024-07-27T18:33:06.406 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 15 v 2321 (ObjNum 1197 snap 350 seq_num 1197) dirty exists 2024-07-27T18:33:06.406 INFO:tasks.rados.rados.0.smithi029.stdout:3836: expect (ObjNum 1200 snap 352 seq_num 1200) 2024-07-27T18:33:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:06 smithi179 ceph-mon[89801]: pgmap v875: 121 pgs: 121 active+clean; 115 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.7 MiB/s wr, 26 op/s 2024-07-27T18:33:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:06 smithi179 ceph-mon[89801]: osdmap e804: 8 total, 8 up, 8 in 2024-07-27T18:33:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:06 smithi029 ceph-mon[96870]: pgmap v875: 121 pgs: 121 active+clean; 115 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.7 MiB/s wr, 26 op/s 2024-07-27T18:33:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:06 smithi029 ceph-mon[96870]: osdmap e804: 8 total, 8 up, 8 in 2024-07-27T18:33:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:06 smithi029 ceph-mon[99353]: pgmap v875: 121 pgs: 121 active+clean; 115 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.7 MiB/s wr, 26 op/s 2024-07-27T18:33:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:06 smithi029 ceph-mon[99353]: osdmap e804: 8 total, 8 up, 8 in 2024-07-27T18:33:06.660 INFO:tasks.rados.rados.0.smithi029.stdout:3840: expect (ObjNum 899 snap 286 seq_num 899) 2024-07-27T18:33:06.681 INFO:tasks.rados.rados.0.smithi029.stdout:3835: finishing copy_from racing read to smithi02985406-44 2024-07-27T18:33:06.681 INFO:tasks.rados.rados.0.smithi029.stdout:3839: finishing write tid 1 to smithi02985406-21 2024-07-27T18:33:06.681 INFO:tasks.rados.rados.0.smithi029.stdout:3841: finishing copy_from racing read to smithi02985406-40 2024-07-27T18:33:06.681 INFO:tasks.rados.rados.0.smithi029.stdout:3839: finishing write tid 2 to smithi02985406-21 2024-07-27T18:33:06.681 INFO:tasks.rados.rados.0.smithi029.stdout:3839: finishing write tid 3 to smithi02985406-21 2024-07-27T18:33:06.681 INFO:tasks.rados.rados.0.smithi029.stdout:3841: finishing copy_from to smithi02985406-40 2024-07-27T18:33:06.681 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 2535 (ObjNum 1168 snap 344 seq_num 1168) dirty exists 2024-07-27T18:33:06.681 INFO:tasks.rados.rados.0.smithi029.stdout:3835: finishing copy_from to smithi02985406-44 2024-07-27T18:33:06.681 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 2611 (ObjNum 1204 snap 352 seq_num 1204) dirty exists 2024-07-27T18:33:06.681 INFO:tasks.rados.rados.0.smithi029.stdout:3839: finishing write tid 4 to smithi02985406-21 2024-07-27T18:33:06.681 INFO:tasks.rados.rados.0.smithi029.stdout:3839: oid 21 updating version 0 to 985 2024-07-27T18:33:06.681 INFO:tasks.rados.rados.0.smithi029.stdout:3839: oid 21 updating version 985 to 987 2024-07-27T18:33:06.682 INFO:tasks.rados.rados.0.smithi029.stdout:3839: oid 21 version 987 is already newer than 986 2024-07-27T18:33:06.682 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 987 (ObjNum 1214 snap 358 seq_num 1214) dirty exists 2024-07-27T18:33:06.682 INFO:tasks.rados.rados.0.smithi029.stdout:3839: left oid 21 (ObjNum 1214 snap 358 seq_num 1214) 2024-07-27T18:33:06.682 INFO:tasks.rados.rados.0.smithi029.stdout:3833: done (9 left) 2024-07-27T18:33:06.682 INFO:tasks.rados.rados.0.smithi029.stdout:3834: done (8 left) 2024-07-27T18:33:06.682 INFO:tasks.rados.rados.0.smithi029.stdout:3835: done (7 left) 2024-07-27T18:33:06.682 INFO:tasks.rados.rados.0.smithi029.stdout:3836: done (6 left) 2024-07-27T18:33:06.682 INFO:tasks.rados.rados.0.smithi029.stdout:3837: done (5 left) 2024-07-27T18:33:06.682 INFO:tasks.rados.rados.0.smithi029.stdout:3838: done (4 left) 2024-07-27T18:33:06.682 INFO:tasks.rados.rados.0.smithi029.stdout:3839: done (3 left) 2024-07-27T18:33:06.683 INFO:tasks.rados.rados.0.smithi029.stdout:3840: done (2 left) 2024-07-27T18:33:06.683 INFO:tasks.rados.rados.0.smithi029.stdout:3841: done (1 left) 2024-07-27T18:33:06.683 INFO:tasks.rados.rados.0.smithi029.stdout:3842: done (0 left) 2024-07-27T18:33:06.683 INFO:tasks.rados.rados.0.smithi029.stdout:3843: delete oid 47 current snap is 358 2024-07-27T18:33:06.683 INFO:tasks.rados.rados.0.smithi029.stdout:3843: done (0 left) 2024-07-27T18:33:06.683 INFO:tasks.rados.rados.0.smithi029.stdout:3844: snap_remove snap 353 2024-07-27T18:33:07.094 INFO:tasks.rados.rados.0.smithi029.stdout:3844: done (0 left) 2024-07-27T18:33:07.094 INFO:tasks.rados.rados.0.smithi029.stdout:3845: read oid 35 snap 357 2024-07-27T18:33:07.094 INFO:tasks.rados.rados.0.smithi029.stdout:3845: expect (ObjNum 1188 snap 347 seq_num 1188) 2024-07-27T18:33:07.095 INFO:tasks.rados.rados.0.smithi029.stdout:3846: copy_from oid 34 from oid 5 current snap is 358 2024-07-27T18:33:07.095 INFO:tasks.rados.rados.0.smithi029.stdout:3847: setattr oid 47 current snap is 358 2024-07-27T18:33:07.097 INFO:tasks.rados.rados.0.smithi029.stdout:3848: snap_create 2024-07-27T18:33:07.101 INFO:tasks.rados.rados.0.smithi029.stdout:3845: expect (ObjNum 1188 snap 347 seq_num 1188) 2024-07-27T18:33:07.123 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 2592 (ObjNum 289 snap 0 seq_num 1) dirty exists 2024-07-27T18:33:07.131 INFO:tasks.rados.rados.0.smithi029.stdout:3846: finishing copy_from racing read to smithi02985406-34 2024-07-27T18:33:07.133 INFO:tasks.rados.rados.0.smithi029.stdout:3846: finishing copy_from to smithi02985406-34 2024-07-27T18:33:07.133 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 2611 (ObjNum 1204 snap 352 seq_num 1204) dirty exists 2024-07-27T18:33:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:07 smithi179 ceph-mon[89801]: osdmap e805: 8 total, 8 up, 8 in 2024-07-27T18:33:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:07 smithi179 ceph-mon[89801]: osdmap e806: 8 total, 8 up, 8 in 2024-07-27T18:33:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:07 smithi029 ceph-mon[96870]: osdmap e805: 8 total, 8 up, 8 in 2024-07-27T18:33:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:07 smithi029 ceph-mon[96870]: osdmap e806: 8 total, 8 up, 8 in 2024-07-27T18:33:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:07 smithi029 ceph-mon[99353]: osdmap e805: 8 total, 8 up, 8 in 2024-07-27T18:33:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:07 smithi029 ceph-mon[99353]: osdmap e806: 8 total, 8 up, 8 in 2024-07-27T18:33:08.102 INFO:tasks.rados.rados.0.smithi029.stdout:3845: done (3 left) 2024-07-27T18:33:08.102 INFO:tasks.rados.rados.0.smithi029.stdout:3846: done (2 left) 2024-07-27T18:33:08.102 INFO:tasks.rados.rados.0.smithi029.stdout:3847: done (1 left) 2024-07-27T18:33:08.102 INFO:tasks.rados.rados.0.smithi029.stdout:3848: done (0 left) 2024-07-27T18:33:08.102 INFO:tasks.rados.rados.0.smithi029.stdout:3849: delete oid 34 current snap is 359 2024-07-27T18:33:08.108 INFO:tasks.rados.rados.0.smithi029.stdout:3849: done (0 left) 2024-07-27T18:33:08.108 INFO:tasks.rados.rados.0.smithi029.stdout:3850: rmattr oid 6 current snap is 359 2024-07-27T18:33:08.108 INFO:tasks.rados.rados.0.smithi029.stdout:3851: read oid 37 snap -1 2024-07-27T18:33:08.108 INFO:tasks.rados.rados.0.smithi029.stdout:3851: expect deleted 2024-07-27T18:33:08.108 INFO:tasks.rados.rados.0.smithi029.stdout:3852: delete oid 32 current snap is 359 2024-07-27T18:33:08.110 INFO:tasks.rados.rados.0.smithi029.stdout:3852: done (2 left) 2024-07-27T18:33:08.110 INFO:tasks.rados.rados.0.smithi029.stdout:3853: rollback oid 12 current snap is 359 2024-07-27T18:33:08.111 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 12 to 356 2024-07-27T18:33:08.111 INFO:tasks.rados.rados.0.smithi029.stdout:3854: read oid 10 snap 356 2024-07-27T18:33:08.111 INFO:tasks.rados.rados.0.smithi029.stdout:3854: expect (ObjNum 1124 snap 338 seq_num 1124) 2024-07-27T18:33:08.111 INFO:tasks.rados.rados.0.smithi029.stdout:3855: snap_remove snap 358 2024-07-27T18:33:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:08 smithi179 ceph-mon[89801]: pgmap v878: 121 pgs: 121 active+clean; 134 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 MiB/s rd, 5.1 MiB/s wr, 22 op/s 2024-07-27T18:33:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:08 smithi179 ceph-mon[89801]: osdmap e807: 8 total, 8 up, 8 in 2024-07-27T18:33:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:08 smithi029 ceph-mon[96870]: pgmap v878: 121 pgs: 121 active+clean; 134 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 MiB/s rd, 5.1 MiB/s wr, 22 op/s 2024-07-27T18:33:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:08 smithi029 ceph-mon[96870]: osdmap e807: 8 total, 8 up, 8 in 2024-07-27T18:33:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:08 smithi029 ceph-mon[99353]: pgmap v878: 121 pgs: 121 active+clean; 134 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 MiB/s rd, 5.1 MiB/s wr, 22 op/s 2024-07-27T18:33:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:08 smithi029 ceph-mon[99353]: osdmap e807: 8 total, 8 up, 8 in 2024-07-27T18:33:09.104 INFO:tasks.rados.rados.0.smithi029.stdout:3855: done (4 left) 2024-07-27T18:33:09.104 INFO:tasks.rados.rados.0.smithi029.stdout:3856: snap_remove snap 357 2024-07-27T18:33:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:33:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:09 smithi179 ceph-mon[89801]: osdmap e808: 8 total, 8 up, 8 in 2024-07-27T18:33:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:33:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:09 smithi029 ceph-mon[96870]: osdmap e808: 8 total, 8 up, 8 in 2024-07-27T18:33:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:33:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:09 smithi029 ceph-mon[99353]: osdmap e808: 8 total, 8 up, 8 in 2024-07-27T18:33:10.107 INFO:tasks.rados.rados.0.smithi029.stdout:3856: done (4 left) 2024-07-27T18:33:10.107 INFO:tasks.rados.rados.0.smithi029.stdout:3857: delete oid 43 current snap is 359 2024-07-27T18:33:10.107 INFO:tasks.rados.rados.0.smithi029.stdout:3853: finishing rollback tid 0 to smithi02985406-12 2024-07-27T18:33:10.107 INFO:tasks.rados.rados.0.smithi029.stdout:3853: finishing rollback tid 1 to smithi02985406-12 2024-07-27T18:33:10.107 INFO:tasks.rados.rados.0.smithi029.stdout:3853: finishing rollback tid 2 to smithi02985406-12 2024-07-27T18:33:10.107 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 2396 (ObjNum 1207 snap 352 seq_num 1207) dirty exists 2024-07-27T18:33:10.107 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 6 v 2612 (ObjNum 1164 snap 343 seq_num 1164) dirty exists 2024-07-27T18:33:10.107 INFO:tasks.rados.rados.0.smithi029.stdout:3854: expect (ObjNum 1124 snap 338 seq_num 1124) 2024-07-27T18:33:10.246 INFO:tasks.rados.rados.0.smithi029.stdout:3850: done (4 left) 2024-07-27T18:33:10.247 INFO:tasks.rados.rados.0.smithi029.stdout:3851: done (3 left) 2024-07-27T18:33:10.247 INFO:tasks.rados.rados.0.smithi029.stdout:3853: done (2 left) 2024-07-27T18:33:10.247 INFO:tasks.rados.rados.0.smithi029.stdout:3854: done (1 left) 2024-07-27T18:33:10.247 INFO:tasks.rados.rados.0.smithi029.stdout:3857: done (0 left) 2024-07-27T18:33:10.247 INFO:tasks.rados.rados.0.smithi029.stdout:3858: snap_remove snap 356 2024-07-27T18:33:10.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:10 smithi179 ceph-mon[89801]: pgmap v881: 121 pgs: 121 active+clean; 136 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 5.2 MiB/s wr, 20 op/s 2024-07-27T18:33:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:10 smithi179 ceph-mon[89801]: osdmap e809: 8 total, 8 up, 8 in 2024-07-27T18:33:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:10 smithi029 ceph-mon[96870]: pgmap v881: 121 pgs: 121 active+clean; 136 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 5.2 MiB/s wr, 20 op/s 2024-07-27T18:33:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:10 smithi029 ceph-mon[96870]: osdmap e809: 8 total, 8 up, 8 in 2024-07-27T18:33:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:10 smithi029 ceph-mon[99353]: pgmap v881: 121 pgs: 121 active+clean; 136 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 5.2 MiB/s wr, 20 op/s 2024-07-27T18:33:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:10 smithi029 ceph-mon[99353]: osdmap e809: 8 total, 8 up, 8 in 2024-07-27T18:33:11.131 INFO:tasks.rados.rados.0.smithi029.stdout:3858: done (0 left) 2024-07-27T18:33:11.132 INFO:tasks.rados.rados.0.smithi029.stdout:3859: snap_remove snap 354 2024-07-27T18:33:12.135 INFO:tasks.rados.rados.0.smithi029.stdout:3859: done (0 left) 2024-07-27T18:33:12.136 INFO:tasks.rados.rados.0.smithi029.stdout:3860: read oid 40 snap -1 2024-07-27T18:33:12.136 INFO:tasks.rados.rados.0.smithi029.stdout:3860: expect (ObjNum 1168 snap 344 seq_num 1168) 2024-07-27T18:33:12.136 INFO:tasks.rados.rados.0.smithi029.stdout:3861: snap_create 2024-07-27T18:33:12.145 INFO:tasks.rados.rados.0.smithi029.stdout:3860: expect (ObjNum 1168 snap 344 seq_num 1168) 2024-07-27T18:33:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:12 smithi179 ceph-mon[89801]: pgmap v884: 121 pgs: 121 active+clean; 136 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 MiB/s rd, 738 KiB/s wr, 18 op/s 2024-07-27T18:33:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:12 smithi179 ceph-mon[89801]: osdmap e810: 8 total, 8 up, 8 in 2024-07-27T18:33:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:33:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:33:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:33:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:33:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:33:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:33:12.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:33:12] "GET /metrics HTTP/1.1" 200 36345 "" "Prometheus/2.43.0" 2024-07-27T18:33:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[99353]: pgmap v884: 121 pgs: 121 active+clean; 136 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 MiB/s rd, 738 KiB/s wr, 18 op/s 2024-07-27T18:33:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[99353]: osdmap e810: 8 total, 8 up, 8 in 2024-07-27T18:33:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:33:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:33:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:33:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:33:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:33:12.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:33:12.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[96870]: pgmap v884: 121 pgs: 121 active+clean; 136 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 MiB/s rd, 738 KiB/s wr, 18 op/s 2024-07-27T18:33:12.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[96870]: osdmap e810: 8 total, 8 up, 8 in 2024-07-27T18:33:12.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:33:12.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:33:12.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:33:12.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:33:12.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:33:12.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:33:13.146 INFO:tasks.rados.rados.0.smithi029.stdout:3860: done (1 left) 2024-07-27T18:33:13.146 INFO:tasks.rados.rados.0.smithi029.stdout:3861: done (0 left) 2024-07-27T18:33:13.146 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 9 current snap is 360 2024-07-27T18:33:13.146 INFO:tasks.rados.rados.0.smithi029.stdout:3862: seq_num 1219 ranges {663552=417792,1081344=557056,1638400=245760} 2024-07-27T18:33:13.151 INFO:tasks.rados.rados.0.smithi029.stdout:3862: writing smithi02985406-9 from 663552 to 1081344 tid 1 2024-07-27T18:33:13.154 INFO:tasks.rados.rados.0.smithi029.stdout:3862: writing smithi02985406-9 from 1081344 to 1638400 tid 2 2024-07-27T18:33:13.156 INFO:tasks.rados.rados.0.smithi029.stdout:3862: writing smithi02985406-9 from 1638400 to 1884160 tid 3 2024-07-27T18:33:13.156 INFO:tasks.rados.rados.0.smithi029.stdout:3863: copy_from oid 12 from oid 28 current snap is 360 2024-07-27T18:33:13.156 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 50 current snap is 360 2024-07-27T18:33:13.156 INFO:tasks.rados.rados.0.smithi029.stdout:3864: seq_num 1220 ranges {0=434176,434176=442368,876544=360448} 2024-07-27T18:33:13.160 INFO:tasks.rados.rados.0.smithi029.stdout:3864: writing smithi02985406-50 from 0 to 434176 tid 1 2024-07-27T18:33:13.163 INFO:tasks.rados.rados.0.smithi029.stdout:3864: writing smithi02985406-50 from 434176 to 876544 tid 2 2024-07-27T18:33:13.165 INFO:tasks.rados.rados.0.smithi029.stdout:3864: writing smithi02985406-50 from 876544 to 1236992 tid 3 2024-07-27T18:33:13.165 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 360 2024-07-27T18:33:13.165 INFO:tasks.rados.rados.0.smithi029.stdout:3865: seq_num 1221 ranges {565248=458752,1024000=729088,1753088=73728} 2024-07-27T18:33:13.171 INFO:tasks.rados.rados.0.smithi029.stdout:3865: writing smithi02985406-13 from 565248 to 1024000 tid 1 2024-07-27T18:33:13.175 INFO:tasks.rados.rados.0.smithi029.stdout:3865: writing smithi02985406-13 from 1024000 to 1753088 tid 2 2024-07-27T18:33:13.177 INFO:tasks.rados.rados.0.smithi029.stdout:3865: writing smithi02985406-13 from 1753088 to 1826816 tid 3 2024-07-27T18:33:13.177 INFO:tasks.rados.rados.0.smithi029.stdout:3866: snap_create 2024-07-27T18:33:13.177 INFO:tasks.rados.rados.0.smithi029.stdout:3862: finishing write tid 1 to smithi02985406-9 2024-07-27T18:33:13.177 INFO:tasks.rados.rados.0.smithi029.stdout:3862: finishing write tid 2 to smithi02985406-9 2024-07-27T18:33:13.177 INFO:tasks.rados.rados.0.smithi029.stdout:3864: finishing write tid 1 to smithi02985406-50 2024-07-27T18:33:13.177 INFO:tasks.rados.rados.0.smithi029.stdout:3862: finishing write tid 3 to smithi02985406-9 2024-07-27T18:33:13.177 INFO:tasks.rados.rados.0.smithi029.stdout:3862: finishing write tid 4 to smithi02985406-9 2024-07-27T18:33:13.177 INFO:tasks.rados.rados.0.smithi029.stdout:3864: finishing write tid 2 to smithi02985406-50 2024-07-27T18:33:13.177 INFO:tasks.rados.rados.0.smithi029.stdout:3864: finishing write tid 3 to smithi02985406-50 2024-07-27T18:33:13.177 INFO:tasks.rados.rados.0.smithi029.stdout:3864: finishing write tid 4 to smithi02985406-50 2024-07-27T18:33:13.177 INFO:tasks.rados.rados.0.smithi029.stdout:3862: finishing write tid 5 to smithi02985406-9 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:3862: oid 9 updating version 0 to 2602 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:3862: oid 9 version 2602 is already newer than 2601 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:3862: oid 9 updating version 2602 to 2603 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:3862: oid 9 version 2603 is already newer than 2600 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 9 v 2603 (ObjNum 1219 snap 360 seq_num 1219) dirty exists 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:3862: left oid 9 (ObjNum 1219 snap 360 seq_num 1219) 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:3864: finishing write tid 5 to smithi02985406-50 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:3864: oid 50 updating version 0 to 2481 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:3864: oid 50 version 2481 is already newer than 2480 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:3864: oid 50 version 2481 is already newer than 2479 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:3864: oid 50 version 2481 is already newer than 2478 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 2481 (ObjNum 1220 snap 360 seq_num 1220) dirty exists 2024-07-27T18:33:13.178 INFO:tasks.rados.rados.0.smithi029.stdout:3864: left oid 50 (ObjNum 1220 snap 360 seq_num 1220) 2024-07-27T18:33:13.179 INFO:tasks.rados.rados.0.smithi029.stdout:3865: finishing write tid 1 to smithi02985406-13 2024-07-27T18:33:13.182 INFO:tasks.rados.rados.0.smithi029.stdout:3865: finishing write tid 2 to smithi02985406-13 2024-07-27T18:33:13.183 INFO:tasks.rados.rados.0.smithi029.stdout:3865: finishing write tid 3 to smithi02985406-13 2024-07-27T18:33:13.183 INFO:tasks.rados.rados.0.smithi029.stdout:3865: finishing write tid 4 to smithi02985406-13 2024-07-27T18:33:13.184 INFO:tasks.rados.rados.0.smithi029.stdout:3863: finishing copy_from racing read to smithi02985406-12 2024-07-27T18:33:13.186 INFO:tasks.rados.rados.0.smithi029.stdout:3863: finishing copy_from to smithi02985406-12 2024-07-27T18:33:13.186 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 2584 (ObjNum 1208 snap 355 seq_num 1208) dirty exists 2024-07-27T18:33:13.186 INFO:tasks.rados.rados.0.smithi029.stdout:3865: finishing write tid 5 to smithi02985406-13 2024-07-27T18:33:13.186 INFO:tasks.rados.rados.0.smithi029.stdout:3865: oid 13 updating version 0 to 2630 2024-07-27T18:33:13.186 INFO:tasks.rados.rados.0.smithi029.stdout:3865: oid 13 updating version 2630 to 2632 2024-07-27T18:33:13.186 INFO:tasks.rados.rados.0.smithi029.stdout:3865: oid 13 updating version 2632 to 2633 2024-07-27T18:33:13.187 INFO:tasks.rados.rados.0.smithi029.stdout:3865: oid 13 version 2633 is already newer than 2631 2024-07-27T18:33:13.187 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 2633 (ObjNum 1221 snap 360 seq_num 1221) dirty exists 2024-07-27T18:33:13.187 INFO:tasks.rados.rados.0.smithi029.stdout:3865: left oid 13 (ObjNum 1221 snap 360 seq_num 1221) 2024-07-27T18:33:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:13 smithi179 ceph-mon[89801]: osdmap e811: 8 total, 8 up, 8 in 2024-07-27T18:33:13.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:13 smithi029 ceph-mon[96870]: osdmap e811: 8 total, 8 up, 8 in 2024-07-27T18:33:13.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:13 smithi029 ceph-mon[99353]: osdmap e811: 8 total, 8 up, 8 in 2024-07-27T18:33:14.152 INFO:tasks.rados.rados.0.smithi029.stdout:3862: done (4 left) 2024-07-27T18:33:14.152 INFO:tasks.rados.rados.0.smithi029.stdout:3863: done (3 left) 2024-07-27T18:33:14.152 INFO:tasks.rados.rados.0.smithi029.stdout:3864: done (2 left) 2024-07-27T18:33:14.153 INFO:tasks.rados.rados.0.smithi029.stdout:3865: done (1 left) 2024-07-27T18:33:14.153 INFO:tasks.rados.rados.0.smithi029.stdout:3866: done (0 left) 2024-07-27T18:33:14.153 INFO:tasks.rados.rados.0.smithi029.stdout:3867: read oid 35 snap 359 2024-07-27T18:33:14.153 INFO:tasks.rados.rados.0.smithi029.stdout:3867: expect (ObjNum 1188 snap 347 seq_num 1188) 2024-07-27T18:33:14.153 INFO:tasks.rados.rados.0.smithi029.stdout:3868: read oid 5 snap 360 2024-07-27T18:33:14.153 INFO:tasks.rados.rados.0.smithi029.stdout:3868: expect (ObjNum 1204 snap 352 seq_num 1204) 2024-07-27T18:33:14.153 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 361 2024-07-27T18:33:14.153 INFO:tasks.rados.rados.0.smithi029.stdout:3869: seq_num 1222 ranges {3907584=475136,4382720=606208,4988928=196608} 2024-07-27T18:33:14.176 INFO:tasks.rados.rados.0.smithi029.stdout:3869: writing smithi02985406-10 from 3907584 to 4382720 tid 1 2024-07-27T18:33:14.179 INFO:tasks.rados.rados.0.smithi029.stdout:3869: writing smithi02985406-10 from 4382720 to 4988928 tid 2 2024-07-27T18:33:14.181 INFO:tasks.rados.rados.0.smithi029.stdout:3869: writing smithi02985406-10 from 4988928 to 5185536 tid 3 2024-07-27T18:33:14.181 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 361 2024-07-27T18:33:14.181 INFO:tasks.rados.rados.0.smithi029.stdout:3870: seq_num 1223 ranges {663552=491520,1155072=491520,1646592=311296} 2024-07-27T18:33:14.187 INFO:tasks.rados.rados.0.smithi029.stdout:3870: writing smithi02985406-3 from 663552 to 1155072 tid 1 2024-07-27T18:33:14.190 INFO:tasks.rados.rados.0.smithi029.stdout:3870: writing smithi02985406-3 from 1155072 to 1646592 tid 2 2024-07-27T18:33:14.192 INFO:tasks.rados.rados.0.smithi029.stdout:3870: writing smithi02985406-3 from 1646592 to 1957888 tid 3 2024-07-27T18:33:14.192 INFO:tasks.rados.rados.0.smithi029.stdout:3871: rmattr oid 28 current snap is 361 2024-07-27T18:33:14.192 INFO:tasks.rados.rados.0.smithi029.stdout:3871: done (4 left) 2024-07-27T18:33:14.192 INFO:tasks.rados.rados.0.smithi029.stdout:3872: rollback oid 47 current snap is 361 2024-07-27T18:33:14.193 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 47 to 359 2024-07-27T18:33:14.193 INFO:tasks.rados.rados.0.smithi029.stdout:3867: expect (ObjNum 1188 snap 347 seq_num 1188) 2024-07-27T18:33:14.212 INFO:tasks.rados.rados.0.smithi029.stdout:3868: expect (ObjNum 1204 snap 352 seq_num 1204) 2024-07-27T18:33:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:14 smithi179 ceph-mon[89801]: pgmap v887: 121 pgs: 121 active+clean; 135 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.8 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2024-07-27T18:33:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:14 smithi179 ceph-mon[89801]: osdmap e812: 8 total, 8 up, 8 in 2024-07-27T18:33:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:14 smithi029 ceph-mon[96870]: pgmap v887: 121 pgs: 121 active+clean; 135 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.8 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2024-07-27T18:33:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:14 smithi029 ceph-mon[96870]: osdmap e812: 8 total, 8 up, 8 in 2024-07-27T18:33:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:14 smithi029 ceph-mon[99353]: pgmap v887: 121 pgs: 121 active+clean; 135 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.8 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2024-07-27T18:33:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:14 smithi029 ceph-mon[99353]: osdmap e812: 8 total, 8 up, 8 in 2024-07-27T18:33:14.548 INFO:tasks.rados.rados.0.smithi029.stdout:3869: finishing write tid 1 to smithi02985406-10 2024-07-27T18:33:14.548 INFO:tasks.rados.rados.0.smithi029.stdout:3869: finishing write tid 2 to smithi02985406-10 2024-07-27T18:33:14.548 INFO:tasks.rados.rados.0.smithi029.stdout:3869: finishing write tid 3 to smithi02985406-10 2024-07-27T18:33:14.548 INFO:tasks.rados.rados.0.smithi029.stdout:3869: finishing write tid 4 to smithi02985406-10 2024-07-27T18:33:14.548 INFO:tasks.rados.rados.0.smithi029.stdout:3869: finishing write tid 5 to smithi02985406-10 2024-07-27T18:33:14.549 INFO:tasks.rados.rados.0.smithi029.stdout:3869: oid 10 updating version 0 to 2613 2024-07-27T18:33:14.549 INFO:tasks.rados.rados.0.smithi029.stdout:3869: oid 10 updating version 2613 to 2616 2024-07-27T18:33:14.549 INFO:tasks.rados.rados.0.smithi029.stdout:3869: oid 10 version 2616 is already newer than 2614 2024-07-27T18:33:14.549 INFO:tasks.rados.rados.0.smithi029.stdout:3869: oid 10 version 2616 is already newer than 2615 2024-07-27T18:33:14.549 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2616 (ObjNum 1222 snap 361 seq_num 1222) dirty exists 2024-07-27T18:33:14.549 INFO:tasks.rados.rados.0.smithi029.stdout:3869: left oid 10 (ObjNum 1222 snap 361 seq_num 1222) 2024-07-27T18:33:14.549 INFO:tasks.rados.rados.0.smithi029.stdout:3870: finishing write tid 1 to smithi02985406-3 2024-07-27T18:33:14.549 INFO:tasks.rados.rados.0.smithi029.stdout:3867: done (4 left) 2024-07-27T18:33:14.549 INFO:tasks.rados.rados.0.smithi029.stdout:3868: done (3 left) 2024-07-27T18:33:14.549 INFO:tasks.rados.rados.0.smithi029.stdout:3869: done (2 left) 2024-07-27T18:33:14.549 INFO:tasks.rados.rados.0.smithi029.stdout:3873: rmattr oid 12 current snap is 361 2024-07-27T18:33:14.550 INFO:tasks.rados.rados.0.smithi029.stdout:3870: finishing write tid 2 to smithi02985406-3 2024-07-27T18:33:14.550 INFO:tasks.rados.rados.0.smithi029.stdout:3870: finishing write tid 3 to smithi02985406-3 2024-07-27T18:33:14.550 INFO:tasks.rados.rados.0.smithi029.stdout:3873: done (2 left) 2024-07-27T18:33:14.550 INFO:tasks.rados.rados.0.smithi029.stdout:3874: rmattr oid 31 current snap is 361 2024-07-27T18:33:14.550 INFO:tasks.rados.rados.0.smithi029.stdout:3874: done (2 left) 2024-07-27T18:33:14.550 INFO:tasks.rados.rados.0.smithi029.stdout:3875: read oid 27 snap -1 2024-07-27T18:33:14.550 INFO:tasks.rados.rados.0.smithi029.stdout:3875: expect (ObjNum 1058 snap 317 seq_num 1058) 2024-07-27T18:33:14.550 INFO:tasks.rados.rados.0.smithi029.stdout:3876: delete oid 8 current snap is 361 2024-07-27T18:33:14.550 INFO:tasks.rados.rados.0.smithi029.stdout:3870: finishing write tid 4 to smithi02985406-3 2024-07-27T18:33:14.550 INFO:tasks.rados.rados.0.smithi029.stdout:3872: finishing rollback tid 0 to smithi02985406-47 2024-07-27T18:33:14.550 INFO:tasks.rados.rados.0.smithi029.stdout:3872: finishing rollback tid 1 to smithi02985406-47 2024-07-27T18:33:14.551 INFO:tasks.rados.rados.0.smithi029.stdout:3872: finishing rollback tid 2 to smithi02985406-47 2024-07-27T18:33:14.551 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 47 v 2607 (ObjNum 161 snap 0 seq_num 0) dirty exists 2024-07-27T18:33:14.551 INFO:tasks.rados.rados.0.smithi029.stdout:3870: finishing write tid 5 to smithi02985406-3 2024-07-27T18:33:14.551 INFO:tasks.rados.rados.0.smithi029.stdout:3870: oid 3 updating version 0 to 2571 2024-07-27T18:33:14.551 INFO:tasks.rados.rados.0.smithi029.stdout:3870: oid 3 updating version 2571 to 2572 2024-07-27T18:33:14.551 INFO:tasks.rados.rados.0.smithi029.stdout:3870: oid 3 updating version 2572 to 2574 2024-07-27T18:33:14.551 INFO:tasks.rados.rados.0.smithi029.stdout:3870: oid 3 version 2574 is already newer than 2573 2024-07-27T18:33:14.551 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2574 (ObjNum 1223 snap 361 seq_num 1223) dirty exists 2024-07-27T18:33:14.551 INFO:tasks.rados.rados.0.smithi029.stdout:3870: left oid 3 (ObjNum 1223 snap 361 seq_num 1223) 2024-07-27T18:33:14.552 INFO:tasks.rados.rados.0.smithi029.stdout:3870: done (3 left) 2024-07-27T18:33:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3872: done (2 left) 2024-07-27T18:33:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3876: done (1 left) 2024-07-27T18:33:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3877: read oid 26 snap -1 2024-07-27T18:33:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3877: expect (ObjNum 996 snap 299 seq_num 996) 2024-07-27T18:33:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3878: read oid 18 snap -1 2024-07-27T18:33:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3878: expect (ObjNum 1192 snap 348 seq_num 1192) 2024-07-27T18:33:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 46 current snap is 361 2024-07-27T18:33:14.553 INFO:tasks.rados.rados.0.smithi029.stdout:3879: seq_num 1225 ranges {0=524288,524288=712704,1236992=90112} 2024-07-27T18:33:14.554 INFO:tasks.rados.rados.0.smithi029.stdout:3879: writing smithi02985406-46 from 0 to 524288 tid 1 2024-07-27T18:33:14.558 INFO:tasks.rados.rados.0.smithi029.stdout:3879: writing smithi02985406-46 from 524288 to 1236992 tid 2 2024-07-27T18:33:14.559 INFO:tasks.rados.rados.0.smithi029.stdout:3879: writing smithi02985406-46 from 1236992 to 1327104 tid 3 2024-07-27T18:33:14.559 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 32 current snap is 361 2024-07-27T18:33:14.559 INFO:tasks.rados.rados.0.smithi029.stdout:3880: seq_num 1226 ranges {0=540672,540672=598016,1138688=204800} 2024-07-27T18:33:14.562 INFO:tasks.rados.rados.0.smithi029.stdout:3880: writing smithi02985406-32 from 0 to 540672 tid 1 2024-07-27T18:33:14.566 INFO:tasks.rados.rados.0.smithi029.stdout:3880: writing smithi02985406-32 from 540672 to 1138688 tid 2 2024-07-27T18:33:14.567 INFO:tasks.rados.rados.0.smithi029.stdout:3880: writing smithi02985406-32 from 1138688 to 1343488 tid 3 2024-07-27T18:33:14.568 INFO:tasks.rados.rados.0.smithi029.stdout:3881: delete oid 17 current snap is 361 2024-07-27T18:33:14.568 INFO:tasks.rados.rados.0.smithi029.stdout:3875: expect (ObjNum 1058 snap 317 seq_num 1058) 2024-07-27T18:33:14.600 INFO:tasks.rados.rados.0.smithi029.stdout:3877: expect (ObjNum 996 snap 299 seq_num 996) 2024-07-27T18:33:14.695 INFO:tasks.rados.rados.0.smithi029.stdout:3879: finishing write tid 1 to smithi02985406-46 2024-07-27T18:33:14.696 INFO:tasks.rados.rados.0.smithi029.stdout:3879: finishing write tid 2 to smithi02985406-46 2024-07-27T18:33:14.696 INFO:tasks.rados.rados.0.smithi029.stdout:3879: finishing write tid 3 to smithi02985406-46 2024-07-27T18:33:14.696 INFO:tasks.rados.rados.0.smithi029.stdout:3879: finishing write tid 4 to smithi02985406-46 2024-07-27T18:33:14.696 INFO:tasks.rados.rados.0.smithi029.stdout:3879: finishing write tid 5 to smithi02985406-46 2024-07-27T18:33:14.696 INFO:tasks.rados.rados.0.smithi029.stdout:3879: oid 46 updating version 0 to 1938 2024-07-27T18:33:14.696 INFO:tasks.rados.rados.0.smithi029.stdout:3879: oid 46 version 1938 is already newer than 1935 2024-07-27T18:33:14.697 INFO:tasks.rados.rados.0.smithi029.stdout:3879: oid 46 version 1938 is already newer than 1936 2024-07-27T18:33:14.697 INFO:tasks.rados.rados.0.smithi029.stdout:3879: oid 46 version 1938 is already newer than 1937 2024-07-27T18:33:14.697 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1938 (ObjNum 1225 snap 361 seq_num 1225) dirty exists 2024-07-27T18:33:14.697 INFO:tasks.rados.rados.0.smithi029.stdout:3879: left oid 46 (ObjNum 1225 snap 361 seq_num 1225) 2024-07-27T18:33:14.697 INFO:tasks.rados.rados.0.smithi029.stdout:3880: finishing write tid 1 to smithi02985406-32 2024-07-27T18:33:14.697 INFO:tasks.rados.rados.0.smithi029.stdout:3878: expect (ObjNum 1192 snap 348 seq_num 1192) 2024-07-27T18:33:14.859 INFO:tasks.rados.rados.0.smithi029.stdout:3880: finishing write tid 2 to smithi02985406-32 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3880: finishing write tid 3 to smithi02985406-32 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3875: done (5 left) 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3877: done (4 left) 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3878: done (3 left) 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3879: done (2 left) 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3881: done (1 left) 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3882: rmattr oid 46 current snap is 361 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3882: done (1 left) 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3883: read oid 43 snap -1 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3883: expect deleted 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3884: read oid 47 snap -1 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3884: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:33:14.860 INFO:tasks.rados.rados.0.smithi029.stdout:3885: rmattr oid 5 current snap is 361 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:3880: finishing write tid 4 to smithi02985406-32 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:3880: finishing write tid 5 to smithi02985406-32 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:3880: oid 32 updating version 0 to 2538 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:3880: oid 32 version 2538 is already newer than 2537 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:3880: oid 32 updating version 2538 to 2540 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:3880: oid 32 version 2540 is already newer than 2539 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 2540 (ObjNum 1226 snap 361 seq_num 1226) dirty exists 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:3880: left oid 32 (ObjNum 1226 snap 361 seq_num 1226) 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:3880: done (3 left) 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:3886: rollback oid 2 current snap is 361 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 2 to 360 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:3887: delete oid 30 current snap is 361 2024-07-27T18:33:14.861 INFO:tasks.rados.rados.0.smithi029.stdout:3884: expect (ObjNum 0 snap 0 seq_num 0) 2024-07-27T18:33:14.862 INFO:tasks.rados.rados.0.smithi029.stdout:3883: done (4 left) 2024-07-27T18:33:14.862 INFO:tasks.rados.rados.0.smithi029.stdout:3884: done (3 left) 2024-07-27T18:33:14.862 INFO:tasks.rados.rados.0.smithi029.stdout:3887: done (2 left) 2024-07-27T18:33:14.862 INFO:tasks.rados.rados.0.smithi029.stdout:3888: delete oid 11 current snap is 361 2024-07-27T18:33:14.864 INFO:tasks.rados.rados.0.smithi029.stdout:3888: done (2 left) 2024-07-27T18:33:14.864 INFO:tasks.rados.rados.0.smithi029.stdout:3889: snap_remove snap 359 2024-07-27T18:33:15.157 INFO:tasks.rados.rados.0.smithi029.stdout:3889: done (2 left) 2024-07-27T18:33:15.158 INFO:tasks.rados.rados.0.smithi029.stdout:3890: delete oid 19 current snap is 361 2024-07-27T18:33:15.158 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 5 v 2635 (ObjNum 1204 snap 352 seq_num 1204) dirty exists 2024-07-27T18:33:15.158 INFO:tasks.rados.rados.0.smithi029.stdout:3886: finishing rollback tid 0 to smithi02985406-2 2024-07-27T18:33:15.158 INFO:tasks.rados.rados.0.smithi029.stdout:3886: finishing rollback tid 1 to smithi02985406-2 2024-07-27T18:33:15.158 INFO:tasks.rados.rados.0.smithi029.stdout:3886: finishing rollback tid 2 to smithi02985406-2 2024-07-27T18:33:15.158 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2639 (ObjNum 1191 snap 348 seq_num 1191) dirty exists 2024-07-27T18:33:15.164 INFO:tasks.rados.rados.0.smithi029.stdout:3885: done (2 left) 2024-07-27T18:33:15.164 INFO:tasks.rados.rados.0.smithi029.stdout:3886: done (1 left) 2024-07-27T18:33:15.164 INFO:tasks.rados.rados.0.smithi029.stdout:3890: done (0 left) 2024-07-27T18:33:15.164 INFO:tasks.rados.rados.0.smithi029.stdout:3891: snap_create 2024-07-27T18:33:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:15 smithi179 ceph-mon[89801]: osdmap e813: 8 total, 8 up, 8 in 2024-07-27T18:33:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:15 smithi029 ceph-mon[96870]: osdmap e813: 8 total, 8 up, 8 in 2024-07-27T18:33:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:15 smithi029 ceph-mon[99353]: osdmap e813: 8 total, 8 up, 8 in 2024-07-27T18:33:16.161 INFO:tasks.rados.rados.0.smithi029.stdout:3891: done (0 left) 2024-07-27T18:33:16.161 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 8 current snap is 362 2024-07-27T18:33:16.162 INFO:tasks.rados.rados.0.smithi029.stdout:3892: seq_num 1231 ranges {0=622592,622592=417792,1040384=385024} 2024-07-27T18:33:16.165 INFO:tasks.rados.rados.0.smithi029.stdout:3892: writing smithi02985406-8 from 0 to 622592 tid 1 2024-07-27T18:33:16.167 INFO:tasks.rados.rados.0.smithi029.stdout:3892: writing smithi02985406-8 from 622592 to 1040384 tid 2 2024-07-27T18:33:16.170 INFO:tasks.rados.rados.0.smithi029.stdout:3892: writing smithi02985406-8 from 1040384 to 1425408 tid 3 2024-07-27T18:33:16.170 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 29 current snap is 362 2024-07-27T18:33:16.170 INFO:tasks.rados.rados.0.smithi029.stdout:3893: seq_num 1232 ranges {671744=638976,1310720=753664,2064384=49152} 2024-07-27T18:33:16.177 INFO:tasks.rados.rados.0.smithi029.stdout:3893: writing smithi02985406-29 from 671744 to 1310720 tid 1 2024-07-27T18:33:16.182 INFO:tasks.rados.rados.0.smithi029.stdout:3893: writing smithi02985406-29 from 1310720 to 2064384 tid 2 2024-07-27T18:33:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:3893: writing smithi02985406-29 from 2064384 to 2113536 tid 3 2024-07-27T18:33:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:3894: copy_from oid 12 from oid 17 current snap is 362 2024-07-27T18:33:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:3892: finishing write tid 1 to smithi02985406-8 2024-07-27T18:33:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:3892: finishing write tid 2 to smithi02985406-8 2024-07-27T18:33:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:3892: finishing write tid 3 to smithi02985406-8 2024-07-27T18:33:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:3892: finishing write tid 4 to smithi02985406-8 2024-07-27T18:33:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:3892: finishing write tid 5 to smithi02985406-8 2024-07-27T18:33:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:3892: oid 8 updating version 0 to 2619 2024-07-27T18:33:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:3892: oid 8 version 2619 is already newer than 2617 2024-07-27T18:33:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:3892: oid 8 version 2619 is already newer than 2616 2024-07-27T18:33:16.183 INFO:tasks.rados.rados.0.smithi029.stdout:3892: oid 8 version 2619 is already newer than 2618 2024-07-27T18:33:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 8 v 2619 (ObjNum 1231 snap 362 seq_num 1231) dirty exists 2024-07-27T18:33:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:3892: left oid 8 (ObjNum 1231 snap 362 seq_num 1231) 2024-07-27T18:33:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:3893: finishing write tid 1 to smithi02985406-29 2024-07-27T18:33:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:3892: done (2 left) 2024-07-27T18:33:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 22 current snap is 362 2024-07-27T18:33:16.184 INFO:tasks.rados.rados.0.smithi029.stdout:3895: seq_num 1233 ranges {0=655360,655360=638976,1294336=163840} 2024-07-27T18:33:16.187 INFO:tasks.rados.rados.0.smithi029.stdout:3895: writing smithi02985406-22 from 0 to 655360 tid 1 2024-07-27T18:33:16.191 INFO:tasks.rados.rados.0.smithi029.stdout:3895: writing smithi02985406-22 from 655360 to 1294336 tid 2 2024-07-27T18:33:16.192 INFO:tasks.rados.rados.0.smithi029.stdout:3895: writing smithi02985406-22 from 1294336 to 1458176 tid 3 2024-07-27T18:33:16.192 INFO:tasks.rados.rados.0.smithi029.stdout:3896: snap_remove snap 360 2024-07-27T18:33:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:16 smithi179 ceph-mon[89801]: pgmap v890: 121 pgs: 121 active+clean; 131 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.5 MiB/s wr, 5 op/s 2024-07-27T18:33:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:16 smithi179 ceph-mon[89801]: osdmap e814: 8 total, 8 up, 8 in 2024-07-27T18:33:16.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:16 smithi029 ceph-mon[99353]: pgmap v890: 121 pgs: 121 active+clean; 131 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.5 MiB/s wr, 5 op/s 2024-07-27T18:33:16.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:16 smithi029 ceph-mon[99353]: osdmap e814: 8 total, 8 up, 8 in 2024-07-27T18:33:16.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:16 smithi029 ceph-mon[96870]: pgmap v890: 121 pgs: 121 active+clean; 131 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.5 MiB/s wr, 5 op/s 2024-07-27T18:33:16.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:16 smithi029 ceph-mon[96870]: osdmap e814: 8 total, 8 up, 8 in 2024-07-27T18:33:17.104 INFO:tasks.rados.rados.0.smithi029.stdout:3896: done (3 left) 2024-07-27T18:33:17.104 INFO:tasks.rados.rados.0.smithi029.stdout:3897: rollback oid 40 current snap is 362 2024-07-27T18:33:17.104 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 40 to 361 2024-07-27T18:33:17.104 INFO:tasks.rados.rados.0.smithi029.stdout:3898: snap_create 2024-07-27T18:33:17.104 INFO:tasks.rados.rados.0.smithi029.stdout:3893: finishing write tid 2 to smithi02985406-29 2024-07-27T18:33:17.104 INFO:tasks.rados.rados.0.smithi029.stdout:3894: finishing copy_from to smithi02985406-12 2024-07-27T18:33:17.104 INFO:tasks.rados.rados.0.smithi029.stdout:3894: got expected ENOENT (src dne) 2024-07-27T18:33:17.104 INFO:tasks.rados.rados.0.smithi029.stdout:3893: finishing write tid 3 to smithi02985406-29 2024-07-27T18:33:17.104 INFO:tasks.rados.rados.0.smithi029.stdout:3894: finishing copy_from racing read to smithi02985406-12 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3893: finishing write tid 4 to smithi02985406-29 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3893: finishing write tid 5 to smithi02985406-29 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3893: oid 29 updating version 0 to 2570 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3893: oid 29 updating version 2570 to 2572 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3893: oid 29 version 2572 is already newer than 2569 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3893: oid 29 version 2572 is already newer than 2571 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 2572 (ObjNum 1232 snap 362 seq_num 1232) dirty exists 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3893: left oid 29 (ObjNum 1232 snap 362 seq_num 1232) 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3895: finishing write tid 1 to smithi02985406-22 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3895: finishing write tid 2 to smithi02985406-22 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3895: finishing write tid 3 to smithi02985406-22 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3895: finishing write tid 4 to smithi02985406-22 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3895: finishing write tid 5 to smithi02985406-22 2024-07-27T18:33:17.105 INFO:tasks.rados.rados.0.smithi029.stdout:3895: oid 22 updating version 0 to 2569 2024-07-27T18:33:17.106 INFO:tasks.rados.rados.0.smithi029.stdout:3895: oid 22 version 2569 is already newer than 2567 2024-07-27T18:33:17.106 INFO:tasks.rados.rados.0.smithi029.stdout:3895: oid 22 updating version 2569 to 2570 2024-07-27T18:33:17.106 INFO:tasks.rados.rados.0.smithi029.stdout:3895: oid 22 version 2570 is already newer than 2568 2024-07-27T18:33:17.106 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 2570 (ObjNum 1233 snap 362 seq_num 1233) dirty exists 2024-07-27T18:33:17.106 INFO:tasks.rados.rados.0.smithi029.stdout:3895: left oid 22 (ObjNum 1233 snap 362 seq_num 1233) 2024-07-27T18:33:17.113 INFO:tasks.rados.rados.0.smithi029.stdout:3897: finishing rollback tid 0 to smithi02985406-40 2024-07-27T18:33:17.115 INFO:tasks.rados.rados.0.smithi029.stdout:3897: finishing rollback tid 1 to smithi02985406-40 2024-07-27T18:33:17.116 INFO:tasks.rados.rados.0.smithi029.stdout:3897: finishing rollback tid 2 to smithi02985406-40 2024-07-27T18:33:17.116 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 2543 (ObjNum 1168 snap 344 seq_num 1168) dirty exists 2024-07-27T18:33:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:17 smithi179 ceph-mon[89801]: osdmap e815: 8 total, 8 up, 8 in 2024-07-27T18:33:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:17 smithi179 ceph-mon[89801]: osdmap e816: 8 total, 8 up, 8 in 2024-07-27T18:33:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:17 smithi029 ceph-mon[96870]: osdmap e815: 8 total, 8 up, 8 in 2024-07-27T18:33:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:17 smithi029 ceph-mon[96870]: osdmap e816: 8 total, 8 up, 8 in 2024-07-27T18:33:17.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:17 smithi029 ceph-mon[99353]: osdmap e815: 8 total, 8 up, 8 in 2024-07-27T18:33:17.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:17 smithi029 ceph-mon[99353]: osdmap e816: 8 total, 8 up, 8 in 2024-07-27T18:33:18.104 INFO:tasks.rados.rados.0.smithi029.stdout:3893: done (4 left) 2024-07-27T18:33:18.104 INFO:tasks.rados.rados.0.smithi029.stdout:3894: done (3 left) 2024-07-27T18:33:18.105 INFO:tasks.rados.rados.0.smithi029.stdout:3895: done (2 left) 2024-07-27T18:33:18.105 INFO:tasks.rados.rados.0.smithi029.stdout:3897: done (1 left) 2024-07-27T18:33:18.105 INFO:tasks.rados.rados.0.smithi029.stdout:3898: done (0 left) 2024-07-27T18:33:18.105 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 34 current snap is 363 2024-07-27T18:33:18.105 INFO:tasks.rados.rados.0.smithi029.stdout:3899: seq_num 1234 ranges {0=671744,671744=516096,1187840=286720} 2024-07-27T18:33:18.107 INFO:tasks.rados.rados.0.smithi029.stdout:3899: writing smithi02985406-34 from 0 to 671744 tid 1 2024-07-27T18:33:18.110 INFO:tasks.rados.rados.0.smithi029.stdout:3899: writing smithi02985406-34 from 671744 to 1187840 tid 2 2024-07-27T18:33:18.113 INFO:tasks.rados.rados.0.smithi029.stdout:3899: writing smithi02985406-34 from 1187840 to 1474560 tid 3 2024-07-27T18:33:18.113 INFO:tasks.rados.rados.0.smithi029.stdout:3900: snap_create 2024-07-27T18:33:18.117 INFO:tasks.rados.rados.0.smithi029.stdout:3899: finishing write tid 1 to smithi02985406-34 2024-07-27T18:33:18.117 INFO:tasks.rados.rados.0.smithi029.stdout:3899: finishing write tid 2 to smithi02985406-34 2024-07-27T18:33:18.118 INFO:tasks.rados.rados.0.smithi029.stdout:3899: finishing write tid 3 to smithi02985406-34 2024-07-27T18:33:18.119 INFO:tasks.rados.rados.0.smithi029.stdout:3899: finishing write tid 4 to smithi02985406-34 2024-07-27T18:33:18.120 INFO:tasks.rados.rados.0.smithi029.stdout:3899: finishing write tid 5 to smithi02985406-34 2024-07-27T18:33:18.120 INFO:tasks.rados.rados.0.smithi029.stdout:3899: oid 34 updating version 0 to 2615 2024-07-27T18:33:18.120 INFO:tasks.rados.rados.0.smithi029.stdout:3899: oid 34 updating version 2615 to 2616 2024-07-27T18:33:18.120 INFO:tasks.rados.rados.0.smithi029.stdout:3899: oid 34 version 2616 is already newer than 2614 2024-07-27T18:33:18.121 INFO:tasks.rados.rados.0.smithi029.stdout:3899: oid 34 updating version 2616 to 2617 2024-07-27T18:33:18.121 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 34 v 2617 (ObjNum 1234 snap 363 seq_num 1234) dirty exists 2024-07-27T18:33:18.121 INFO:tasks.rados.rados.0.smithi029.stdout:3899: left oid 34 (ObjNum 1234 snap 363 seq_num 1234) 2024-07-27T18:33:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:18 smithi029 ceph-mon[99353]: pgmap v893: 121 pgs: 121 active+clean; 114 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 918 KiB/s wr, 11 op/s 2024-07-27T18:33:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:18 smithi029 ceph-mon[99353]: osdmap e817: 8 total, 8 up, 8 in 2024-07-27T18:33:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:18 smithi029 ceph-mon[96870]: pgmap v893: 121 pgs: 121 active+clean; 114 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 918 KiB/s wr, 11 op/s 2024-07-27T18:33:18.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:18 smithi029 ceph-mon[96870]: osdmap e817: 8 total, 8 up, 8 in 2024-07-27T18:33:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:18 smithi179 ceph-mon[89801]: pgmap v893: 121 pgs: 121 active+clean; 114 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 918 KiB/s wr, 11 op/s 2024-07-27T18:33:18.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:18 smithi179 ceph-mon[89801]: osdmap e817: 8 total, 8 up, 8 in 2024-07-27T18:33:19.107 INFO:tasks.rados.rados.0.smithi029.stdout:3899: done (1 left) 2024-07-27T18:33:19.107 INFO:tasks.rados.rados.0.smithi029.stdout:3900: done (0 left) 2024-07-27T18:33:19.107 INFO:tasks.rados.rados.0.smithi029.stdout:3901: read oid 31 snap -1 2024-07-27T18:33:19.107 INFO:tasks.rados.rados.0.smithi029.stdout:3901: expect (ObjNum 1130 snap 338 seq_num 1130) 2024-07-27T18:33:19.107 INFO:tasks.rados.rados.0.smithi029.stdout:3902: read oid 45 snap -1 2024-07-27T18:33:19.107 INFO:tasks.rados.rados.0.smithi029.stdout:3902: expect (ObjNum 1175 snap 344 seq_num 1175) 2024-07-27T18:33:19.107 INFO:tasks.rados.rados.0.smithi029.stdout:3903: read oid 38 snap 363 2024-07-27T18:33:19.107 INFO:tasks.rados.rados.0.smithi029.stdout:3903: expect deleted 2024-07-27T18:33:19.107 INFO:tasks.rados.rados.0.smithi029.stdout:3904: delete oid 32 current snap is 364 2024-07-27T18:33:19.113 INFO:tasks.rados.rados.0.smithi029.stdout:3903: done (3 left) 2024-07-27T18:33:19.113 INFO:tasks.rados.rados.0.smithi029.stdout:3904: done (2 left) 2024-07-27T18:33:19.113 INFO:tasks.rados.rados.0.smithi029.stdout:3905: copy_from oid 40 from oid 26 current snap is 364 2024-07-27T18:33:19.113 INFO:tasks.rados.rados.0.smithi029.stdout:3906: snap_remove snap 362 2024-07-27T18:33:20.112 INFO:tasks.rados.rados.0.smithi029.stdout:3906: done (3 left) 2024-07-27T18:33:20.113 INFO:tasks.rados.rados.0.smithi029.stdout:3907: snap_remove snap 363 2024-07-27T18:33:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:20 smithi179 ceph-mon[89801]: pgmap v896: 121 pgs: 121 active+clean; 105 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.6 MiB/s rd, 2.4 MiB/s wr, 14 op/s 2024-07-27T18:33:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:20 smithi179 ceph-mon[89801]: osdmap e818: 8 total, 8 up, 8 in 2024-07-27T18:33:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:20 smithi029 ceph-mon[96870]: pgmap v896: 121 pgs: 121 active+clean; 105 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.6 MiB/s rd, 2.4 MiB/s wr, 14 op/s 2024-07-27T18:33:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:20 smithi029 ceph-mon[96870]: osdmap e818: 8 total, 8 up, 8 in 2024-07-27T18:33:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:20 smithi029 ceph-mon[99353]: pgmap v896: 121 pgs: 121 active+clean; 105 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.6 MiB/s rd, 2.4 MiB/s wr, 14 op/s 2024-07-27T18:33:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:20 smithi029 ceph-mon[99353]: osdmap e818: 8 total, 8 up, 8 in 2024-07-27T18:33:21.119 INFO:tasks.rados.rados.0.smithi029.stdout:3907: done (3 left) 2024-07-27T18:33:21.119 INFO:tasks.rados.rados.0.smithi029.stdout:3908: rollback oid 48 current snap is 364 2024-07-27T18:33:21.119 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 48 to 361 2024-07-27T18:33:21.119 INFO:tasks.rados.rados.0.smithi029.stdout:3901: expect (ObjNum 1130 snap 338 seq_num 1130) 2024-07-27T18:33:21.178 INFO:tasks.rados.rados.0.smithi029.stdout:3902: expect (ObjNum 1175 snap 344 seq_num 1175) 2024-07-27T18:33:21.329 INFO:tasks.rados.rados.0.smithi029.stdout:3905: finishing copy_from racing read to smithi02985406-40 2024-07-27T18:33:21.329 INFO:tasks.rados.rados.0.smithi029.stdout:3905: finishing copy_from to smithi02985406-40 2024-07-27T18:33:21.329 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 2377 (ObjNum 996 snap 299 seq_num 996) dirty exists 2024-07-27T18:33:21.329 INFO:tasks.rados.rados.0.smithi029.stdout:3908: finishing rollback tid 0 to smithi02985406-48 2024-07-27T18:33:21.329 INFO:tasks.rados.rados.0.smithi029.stdout:3908: finishing rollback tid 1 to smithi02985406-48 2024-07-27T18:33:21.330 INFO:tasks.rados.rados.0.smithi029.stdout:3901: done (3 left) 2024-07-27T18:33:21.330 INFO:tasks.rados.rados.0.smithi029.stdout:3902: done (2 left) 2024-07-27T18:33:21.330 INFO:tasks.rados.rados.0.smithi029.stdout:3905: done (1 left) 2024-07-27T18:33:21.330 INFO:tasks.rados.rados.0.smithi029.stdout:3909: copy_from oid 23 from oid 29 current snap is 364 2024-07-27T18:33:21.330 INFO:tasks.rados.rados.0.smithi029.stdout:3908: finishing rollback tid 2 to smithi02985406-48 2024-07-27T18:33:21.331 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 48 v 2653 (ObjNum 1168 snap 344 seq_num 1168) dirty exists 2024-07-27T18:33:21.331 INFO:tasks.rados.rados.0.smithi029.stdout:3908: done (1 left) 2024-07-27T18:33:21.331 INFO:tasks.rados.rados.0.smithi029.stdout:3910: read oid 14 snap 361 2024-07-27T18:33:21.331 INFO:tasks.rados.rados.0.smithi029.stdout:3910: expect (ObjNum 1155 snap 341 seq_num 1155) 2024-07-27T18:33:21.331 INFO:tasks.rados.rados.0.smithi029.stdout:3911: copy_from oid 50 from oid 32 current snap is 364 2024-07-27T18:33:21.332 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 364 2024-07-27T18:33:21.332 INFO:tasks.rados.rados.0.smithi029.stdout:3912: seq_num 1236 ranges {11714560=704512,12419072=688128,13107200=114688} 2024-07-27T18:33:21.395 INFO:tasks.rados.rados.0.smithi029.stdout:3912: writing smithi02985406-4 from 11714560 to 12419072 tid 1 2024-07-27T18:33:21.400 INFO:tasks.rados.rados.0.smithi029.stdout:3912: writing smithi02985406-4 from 12419072 to 13107200 tid 2 2024-07-27T18:33:21.401 INFO:tasks.rados.rados.0.smithi029.stdout:3912: writing smithi02985406-4 from 13107200 to 13221888 tid 3 2024-07-27T18:33:21.401 INFO:tasks.rados.rados.0.smithi029.stdout:3913: snap_create 2024-07-27T18:33:21.401 INFO:tasks.rados.rados.0.smithi029.stdout:3911: finishing copy_from to smithi02985406-50 2024-07-27T18:33:21.401 INFO:tasks.rados.rados.0.smithi029.stdout:3911: got expected ENOENT (src dne) 2024-07-27T18:33:21.401 INFO:tasks.rados.rados.0.smithi029.stdout:3911: finishing copy_from racing read to smithi02985406-50 2024-07-27T18:33:21.401 INFO:tasks.rados.rados.0.smithi029.stdout:3909: finishing copy_from racing read to smithi02985406-23 2024-07-27T18:33:21.401 INFO:tasks.rados.rados.0.smithi029.stdout:3909: finishing copy_from to smithi02985406-23 2024-07-27T18:33:21.401 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 2572 (ObjNum 1232 snap 362 seq_num 1232) dirty exists 2024-07-27T18:33:21.401 INFO:tasks.rados.rados.0.smithi029.stdout:3910: expect (ObjNum 1155 snap 341 seq_num 1155) 2024-07-27T18:33:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:21 smithi179 ceph-mon[89801]: osdmap e819: 8 total, 8 up, 8 in 2024-07-27T18:33:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:21 smithi029 ceph-mon[96870]: osdmap e819: 8 total, 8 up, 8 in 2024-07-27T18:33:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:21 smithi029 ceph-mon[99353]: osdmap e819: 8 total, 8 up, 8 in 2024-07-27T18:33:21.679 INFO:tasks.rados.rados.0.smithi029.stdout:3912: finishing write tid 1 to smithi02985406-4 2024-07-27T18:33:21.679 INFO:tasks.rados.rados.0.smithi029.stdout:3912: finishing write tid 2 to smithi02985406-4 2024-07-27T18:33:21.679 INFO:tasks.rados.rados.0.smithi029.stdout:3912: finishing write tid 3 to smithi02985406-4 2024-07-27T18:33:21.679 INFO:tasks.rados.rados.0.smithi029.stdout:3912: finishing write tid 4 to smithi02985406-4 2024-07-27T18:33:21.679 INFO:tasks.rados.rados.0.smithi029.stdout:3912: finishing write tid 5 to smithi02985406-4 2024-07-27T18:33:21.680 INFO:tasks.rados.rados.0.smithi029.stdout:3912: oid 4 updating version 0 to 2618 2024-07-27T18:33:21.680 INFO:tasks.rados.rados.0.smithi029.stdout:3912: oid 4 updating version 2618 to 2620 2024-07-27T18:33:21.680 INFO:tasks.rados.rados.0.smithi029.stdout:3912: oid 4 updating version 2620 to 2621 2024-07-27T18:33:21.680 INFO:tasks.rados.rados.0.smithi029.stdout:3912: oid 4 version 2621 is already newer than 2619 2024-07-27T18:33:21.680 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 2621 (ObjNum 1236 snap 364 seq_num 1236) dirty exists 2024-07-27T18:33:21.680 INFO:tasks.rados.rados.0.smithi029.stdout:3912: left oid 4 (ObjNum 1236 snap 364 seq_num 1236) 2024-07-27T18:33:22.103 INFO:tasks.rados.rados.0.smithi029.stdout:3909: done (4 left) 2024-07-27T18:33:22.103 INFO:tasks.rados.rados.0.smithi029.stdout:3910: done (3 left) 2024-07-27T18:33:22.103 INFO:tasks.rados.rados.0.smithi029.stdout:3911: done (2 left) 2024-07-27T18:33:22.103 INFO:tasks.rados.rados.0.smithi029.stdout:3912: done (1 left) 2024-07-27T18:33:22.103 INFO:tasks.rados.rados.0.smithi029.stdout:3913: done (0 left) 2024-07-27T18:33:22.103 INFO:tasks.rados.rados.0.smithi029.stdout:3914: read oid 10 snap -1 2024-07-27T18:33:22.103 INFO:tasks.rados.rados.0.smithi029.stdout:3914: expect (ObjNum 1222 snap 361 seq_num 1222) 2024-07-27T18:33:22.103 INFO:tasks.rados.rados.0.smithi029.stdout:3915: snap_create 2024-07-27T18:33:22.129 INFO:tasks.rados.rados.0.smithi029.stdout:3914: expect (ObjNum 1222 snap 361 seq_num 1222) 2024-07-27T18:33:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:22 smithi179 ceph-mon[89801]: pgmap v899: 121 pgs: 121 active+clean; 106 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 MiB/s rd, 2.8 MiB/s wr, 14 op/s 2024-07-27T18:33:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:22 smithi179 ceph-mon[89801]: osdmap e820: 8 total, 8 up, 8 in 2024-07-27T18:33:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:22 smithi179 ceph-mon[89801]: osdmap e821: 8 total, 8 up, 8 in 2024-07-27T18:33:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:22 smithi029 ceph-mon[96870]: pgmap v899: 121 pgs: 121 active+clean; 106 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 MiB/s rd, 2.8 MiB/s wr, 14 op/s 2024-07-27T18:33:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:22 smithi029 ceph-mon[96870]: osdmap e820: 8 total, 8 up, 8 in 2024-07-27T18:33:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:22 smithi029 ceph-mon[96870]: osdmap e821: 8 total, 8 up, 8 in 2024-07-27T18:33:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:22 smithi029 ceph-mon[99353]: pgmap v899: 121 pgs: 121 active+clean; 106 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 MiB/s rd, 2.8 MiB/s wr, 14 op/s 2024-07-27T18:33:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:22 smithi029 ceph-mon[99353]: osdmap e820: 8 total, 8 up, 8 in 2024-07-27T18:33:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:22 smithi029 ceph-mon[99353]: osdmap e821: 8 total, 8 up, 8 in 2024-07-27T18:33:22.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:33:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:33:22] "GET /metrics HTTP/1.1" 200 36345 "" "Prometheus/2.43.0" 2024-07-27T18:33:23.105 INFO:tasks.rados.rados.0.smithi029.stdout:3914: done (1 left) 2024-07-27T18:33:23.105 INFO:tasks.rados.rados.0.smithi029.stdout:3915: done (0 left) 2024-07-27T18:33:23.105 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 42 current snap is 366 2024-07-27T18:33:23.105 INFO:tasks.rados.rados.0.smithi029.stdout:3916: seq_num 1237 ranges {3907584=720896,4628480=573440,5201920=229376} 2024-07-27T18:33:23.130 INFO:tasks.rados.rados.0.smithi029.stdout:3916: writing smithi02985406-42 from 3907584 to 4628480 tid 1 2024-07-27T18:33:23.133 INFO:tasks.rados.rados.0.smithi029.stdout:3916: writing smithi02985406-42 from 4628480 to 5201920 tid 2 2024-07-27T18:33:23.134 INFO:tasks.rados.rados.0.smithi029.stdout:3916: writing smithi02985406-42 from 5201920 to 5431296 tid 3 2024-07-27T18:33:23.135 INFO:tasks.rados.rados.0.smithi029.stdout:3917: setattr oid 12 current snap is 366 2024-07-27T18:33:23.136 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 25 current snap is 366 2024-07-27T18:33:23.136 INFO:tasks.rados.rados.0.smithi029.stdout:3918: seq_num 1238 ranges {2138112=737280,2875392=458752,3334144=344064} 2024-07-27T18:33:23.152 INFO:tasks.rados.rados.0.smithi029.stdout:3918: writing smithi02985406-25 from 2138112 to 2875392 tid 1 2024-07-27T18:33:23.154 INFO:tasks.rados.rados.0.smithi029.stdout:3918: writing smithi02985406-25 from 2875392 to 3334144 tid 2 2024-07-27T18:33:23.157 INFO:tasks.rados.rados.0.smithi029.stdout:3918: writing smithi02985406-25 from 3334144 to 3678208 tid 3 2024-07-27T18:33:23.157 INFO:tasks.rados.rados.0.smithi029.stdout:3919: read oid 23 snap -1 2024-07-27T18:33:23.157 INFO:tasks.rados.rados.0.smithi029.stdout:3919: expect (ObjNum 1232 snap 362 seq_num 1232) 2024-07-27T18:33:23.157 INFO:tasks.rados.rados.0.smithi029.stdout:3920: delete oid 17 current snap is 366 2024-07-27T18:33:23.157 INFO:tasks.rados.rados.0.smithi029.stdout:3916: finishing write tid 1 to smithi02985406-42 2024-07-27T18:33:23.157 INFO:tasks.rados.rados.0.smithi029.stdout:3916: finishing write tid 2 to smithi02985406-42 2024-07-27T18:33:23.157 INFO:tasks.rados.rados.0.smithi029.stdout:3916: finishing write tid 3 to smithi02985406-42 2024-07-27T18:33:23.157 INFO:tasks.rados.rados.0.smithi029.stdout:3916: finishing write tid 4 to smithi02985406-42 2024-07-27T18:33:23.157 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 12 v 2585 (ObjNum 1208 snap 355 seq_num 1208) dirty exists 2024-07-27T18:33:23.158 INFO:tasks.rados.rados.0.smithi029.stdout:3916: finishing write tid 5 to smithi02985406-42 2024-07-27T18:33:23.158 INFO:tasks.rados.rados.0.smithi029.stdout:3916: oid 42 updating version 0 to 2323 2024-07-27T18:33:23.158 INFO:tasks.rados.rados.0.smithi029.stdout:3916: oid 42 updating version 2323 to 2324 2024-07-27T18:33:23.158 INFO:tasks.rados.rados.0.smithi029.stdout:3916: oid 42 version 2324 is already newer than 2322 2024-07-27T18:33:23.158 INFO:tasks.rados.rados.0.smithi029.stdout:3916: oid 42 updating version 2324 to 2325 2024-07-27T18:33:23.158 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 42 v 2325 (ObjNum 1237 snap 366 seq_num 1237) dirty exists 2024-07-27T18:33:23.158 INFO:tasks.rados.rados.0.smithi029.stdout:3916: left oid 42 (ObjNum 1237 snap 366 seq_num 1237) 2024-07-27T18:33:23.160 INFO:tasks.rados.rados.0.smithi029.stdout:3916: done (4 left) 2024-07-27T18:33:23.160 INFO:tasks.rados.rados.0.smithi029.stdout:3917: done (3 left) 2024-07-27T18:33:23.160 INFO:tasks.rados.rados.0.smithi029.stdout:3920: done (2 left) 2024-07-27T18:33:23.160 INFO:tasks.rados.rados.0.smithi029.stdout:3921: setattr oid 46 current snap is 366 2024-07-27T18:33:23.162 INFO:tasks.rados.rados.0.smithi029.stdout:3922: delete oid 33 current snap is 366 2024-07-27T18:33:23.162 INFO:tasks.rados.rados.0.smithi029.stdout:3918: finishing write tid 1 to smithi02985406-25 2024-07-27T18:33:23.163 INFO:tasks.rados.rados.0.smithi029.stdout:3918: finishing write tid 2 to smithi02985406-25 2024-07-27T18:33:23.165 INFO:tasks.rados.rados.0.smithi029.stdout:3919: expect (ObjNum 1232 snap 362 seq_num 1232) 2024-07-27T18:33:23.232 INFO:tasks.rados.rados.0.smithi029.stdout:3918: finishing write tid 3 to smithi02985406-25 2024-07-27T18:33:23.232 INFO:tasks.rados.rados.0.smithi029.stdout:3918: finishing write tid 4 to smithi02985406-25 2024-07-27T18:33:23.232 INFO:tasks.rados.rados.0.smithi029.stdout:3919: done (3 left) 2024-07-27T18:33:23.232 INFO:tasks.rados.rados.0.smithi029.stdout:3922: done (2 left) 2024-07-27T18:33:23.232 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 33 current snap is 366 2024-07-27T18:33:23.232 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 46 v 1939 (ObjNum 1225 snap 361 seq_num 1225) dirty exists 2024-07-27T18:33:23.233 INFO:tasks.rados.rados.0.smithi029.stdout:3918: finishing write tid 5 to smithi02985406-25 2024-07-27T18:33:23.233 INFO:tasks.rados.rados.0.smithi029.stdout:3918: oid 25 updating version 0 to 2627 2024-07-27T18:33:23.233 INFO:tasks.rados.rados.0.smithi029.stdout:3918: oid 25 version 2627 is already newer than 2626 2024-07-27T18:33:23.233 INFO:tasks.rados.rados.0.smithi029.stdout:3918: oid 25 version 2627 is already newer than 2625 2024-07-27T18:33:23.233 INFO:tasks.rados.rados.0.smithi029.stdout:3918: oid 25 updating version 2627 to 2628 2024-07-27T18:33:23.233 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 25 v 2628 (ObjNum 1238 snap 366 seq_num 1238) dirty exists 2024-07-27T18:33:23.233 INFO:tasks.rados.rados.0.smithi029.stdout:3918: left oid 25 (ObjNum 1238 snap 366 seq_num 1238) 2024-07-27T18:33:23.233 INFO:tasks.rados.rados.0.smithi029.stdout:3923: seq_num 1241 ranges {0=794624,794624=557056,1351680=245760} 2024-07-27T18:33:23.236 INFO:tasks.rados.rados.0.smithi029.stdout:3923: writing smithi02985406-33 from 0 to 794624 tid 1 2024-07-27T18:33:23.239 INFO:tasks.rados.rados.0.smithi029.stdout:3923: writing smithi02985406-33 from 794624 to 1351680 tid 2 2024-07-27T18:33:23.241 INFO:tasks.rados.rados.0.smithi029.stdout:3923: writing smithi02985406-33 from 1351680 to 1597440 tid 3 2024-07-27T18:33:23.241 INFO:tasks.rados.rados.0.smithi029.stdout:3918: done (2 left) 2024-07-27T18:33:23.241 INFO:tasks.rados.rados.0.smithi029.stdout:3921: done (1 left) 2024-07-27T18:33:23.241 INFO:tasks.rados.rados.0.smithi029.stdout:3924: snap_remove snap 364 2024-07-27T18:33:24.120 INFO:tasks.rados.rados.0.smithi029.stdout:3924: done (1 left) 2024-07-27T18:33:24.120 INFO:tasks.rados.rados.0.smithi029.stdout:3925: copy_from oid 27 from oid 32 current snap is 366 2024-07-27T18:33:24.120 INFO:tasks.rados.rados.0.smithi029.stdout:3923: finishing write tid 1 to smithi02985406-33 2024-07-27T18:33:24.120 INFO:tasks.rados.rados.0.smithi029.stdout:3923: finishing write tid 2 to smithi02985406-33 2024-07-27T18:33:24.120 INFO:tasks.rados.rados.0.smithi029.stdout:3923: finishing write tid 3 to smithi02985406-33 2024-07-27T18:33:24.120 INFO:tasks.rados.rados.0.smithi029.stdout:3923: finishing write tid 4 to smithi02985406-33 2024-07-27T18:33:24.120 INFO:tasks.rados.rados.0.smithi029.stdout:3923: finishing write tid 5 to smithi02985406-33 2024-07-27T18:33:24.120 INFO:tasks.rados.rados.0.smithi029.stdout:3923: oid 33 updating version 0 to 2576 2024-07-27T18:33:24.121 INFO:tasks.rados.rados.0.smithi029.stdout:3923: oid 33 version 2576 is already newer than 2574 2024-07-27T18:33:24.121 INFO:tasks.rados.rados.0.smithi029.stdout:3923: oid 33 version 2576 is already newer than 2575 2024-07-27T18:33:24.121 INFO:tasks.rados.rados.0.smithi029.stdout:3923: oid 33 updating version 2576 to 2577 2024-07-27T18:33:24.121 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 33 v 2577 (ObjNum 1241 snap 366 seq_num 1241) dirty exists 2024-07-27T18:33:24.121 INFO:tasks.rados.rados.0.smithi029.stdout:3923: left oid 33 (ObjNum 1241 snap 366 seq_num 1241) 2024-07-27T18:33:24.121 INFO:tasks.rados.rados.0.smithi029.stdout:3923: done (1 left) 2024-07-27T18:33:24.121 INFO:tasks.rados.rados.0.smithi029.stdout:3926: rollback oid 20 current snap is 366 2024-07-27T18:33:24.121 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 20 to 365 2024-07-27T18:33:24.121 INFO:tasks.rados.rados.0.smithi029.stdout:3927: snap_create 2024-07-27T18:33:24.122 INFO:tasks.rados.rados.0.smithi029.stdout:3926: finishing rollback tid 1 to smithi02985406-20 2024-07-27T18:33:24.122 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2024-07-27T18:33:24.127 INFO:tasks.rados.rados.0.smithi029.stdout:3925: finishing copy_from to smithi02985406-27 2024-07-27T18:33:24.127 INFO:tasks.rados.rados.0.smithi029.stdout:3925: got expected ENOENT (src dne) 2024-07-27T18:33:24.127 INFO:tasks.rados.rados.0.smithi029.stdout:3925: finishing copy_from racing read to smithi02985406-27 2024-07-27T18:33:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:24 smithi179 ceph-mon[89801]: pgmap v902: 121 pgs: 121 active+clean; 106 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 2.1 MiB/s wr, 15 op/s 2024-07-27T18:33:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:24 smithi179 ceph-mon[89801]: osdmap e822: 8 total, 8 up, 8 in 2024-07-27T18:33:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:33:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:24 smithi029 ceph-mon[96870]: pgmap v902: 121 pgs: 121 active+clean; 106 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 2.1 MiB/s wr, 15 op/s 2024-07-27T18:33:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:24 smithi029 ceph-mon[96870]: osdmap e822: 8 total, 8 up, 8 in 2024-07-27T18:33:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:33:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:24 smithi029 ceph-mon[99353]: pgmap v902: 121 pgs: 121 active+clean; 106 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 2.1 MiB/s wr, 15 op/s 2024-07-27T18:33:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:24 smithi029 ceph-mon[99353]: osdmap e822: 8 total, 8 up, 8 in 2024-07-27T18:33:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:33:25.126 INFO:tasks.rados.rados.0.smithi029.stdout:3925: done (2 left) 2024-07-27T18:33:25.126 INFO:tasks.rados.rados.0.smithi029.stdout:3926: done (1 left) 2024-07-27T18:33:25.126 INFO:tasks.rados.rados.0.smithi029.stdout:3927: done (0 left) 2024-07-27T18:33:25.127 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 4 current snap is 367 2024-07-27T18:33:25.127 INFO:tasks.rados.rados.0.smithi029.stdout:3928: seq_num 1242 ranges {13221888=409600,13631488=442368,14073856=655360,14729216=106496} 2024-07-27T18:33:25.200 INFO:tasks.rados.rados.0.smithi029.stdout:3928: writing smithi02985406-4 from 13221888 to 13631488 tid 1 2024-07-27T18:33:25.203 INFO:tasks.rados.rados.0.smithi029.stdout:3928: writing smithi02985406-4 from 13631488 to 14073856 tid 2 2024-07-27T18:33:25.207 INFO:tasks.rados.rados.0.smithi029.stdout:3928: writing smithi02985406-4 from 14073856 to 14729216 tid 3 2024-07-27T18:33:25.208 INFO:tasks.rados.rados.0.smithi029.stdout:3928: writing smithi02985406-4 from 14729216 to 14835712 tid 4 2024-07-27T18:33:25.208 INFO:tasks.rados.rados.0.smithi029.stdout:3929: snap_remove snap 361 2024-07-27T18:33:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:25 smithi179 ceph-mon[89801]: osdmap e823: 8 total, 8 up, 8 in 2024-07-27T18:33:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:25 smithi029 ceph-mon[96870]: osdmap e823: 8 total, 8 up, 8 in 2024-07-27T18:33:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:25 smithi029 ceph-mon[99353]: osdmap e823: 8 total, 8 up, 8 in 2024-07-27T18:33:26.133 INFO:tasks.rados.rados.0.smithi029.stdout:3928: finishing write tid 1 to smithi02985406-4 2024-07-27T18:33:26.134 INFO:tasks.rados.rados.0.smithi029.stdout:3928: finishing write tid 2 to smithi02985406-4 2024-07-27T18:33:26.134 INFO:tasks.rados.rados.0.smithi029.stdout:3928: finishing write tid 3 to smithi02985406-4 2024-07-27T18:33:26.134 INFO:tasks.rados.rados.0.smithi029.stdout:3928: finishing write tid 4 to smithi02985406-4 2024-07-27T18:33:26.134 INFO:tasks.rados.rados.0.smithi029.stdout:3928: finishing write tid 5 to smithi02985406-4 2024-07-27T18:33:26.134 INFO:tasks.rados.rados.0.smithi029.stdout:3928: finishing write tid 6 to smithi02985406-4 2024-07-27T18:33:26.134 INFO:tasks.rados.rados.0.smithi029.stdout:3928: oid 4 updating version 0 to 2622 2024-07-27T18:33:26.134 INFO:tasks.rados.rados.0.smithi029.stdout:3928: oid 4 updating version 2622 to 2623 2024-07-27T18:33:26.134 INFO:tasks.rados.rados.0.smithi029.stdout:3928: oid 4 updating version 2623 to 2624 2024-07-27T18:33:26.134 INFO:tasks.rados.rados.0.smithi029.stdout:3928: oid 4 updating version 2624 to 2626 2024-07-27T18:33:26.134 INFO:tasks.rados.rados.0.smithi029.stdout:3928: oid 4 version 2626 is already newer than 2625 2024-07-27T18:33:26.134 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 2626 (ObjNum 1242 snap 367 seq_num 1242) dirty exists 2024-07-27T18:33:26.135 INFO:tasks.rados.rados.0.smithi029.stdout:3928: left oid 4 (ObjNum 1242 snap 367 seq_num 1242) 2024-07-27T18:33:26.135 INFO:tasks.rados.rados.0.smithi029.stdout:3928: done (1 left) 2024-07-27T18:33:26.135 INFO:tasks.rados.rados.0.smithi029.stdout:3929: done (0 left) 2024-07-27T18:33:26.135 INFO:tasks.rados.rados.0.smithi029.stdout:3930: snap_remove snap 366 2024-07-27T18:33:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:26 smithi179 ceph-mon[89801]: pgmap v905: 121 pgs: 121 active+clean; 112 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 2.6 MiB/s wr, 11 op/s 2024-07-27T18:33:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:26 smithi179 ceph-mon[89801]: osdmap e824: 8 total, 8 up, 8 in 2024-07-27T18:33:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:26 smithi029 ceph-mon[96870]: pgmap v905: 121 pgs: 121 active+clean; 112 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 2.6 MiB/s wr, 11 op/s 2024-07-27T18:33:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:26 smithi029 ceph-mon[96870]: osdmap e824: 8 total, 8 up, 8 in 2024-07-27T18:33:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:26 smithi029 ceph-mon[99353]: pgmap v905: 121 pgs: 121 active+clean; 112 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 2.6 MiB/s wr, 11 op/s 2024-07-27T18:33:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:26 smithi029 ceph-mon[99353]: osdmap e824: 8 total, 8 up, 8 in 2024-07-27T18:33:27.105 INFO:tasks.rados.rados.0.smithi029.stdout:3930: done (0 left) 2024-07-27T18:33:27.105 INFO:tasks.rados.rados.0.smithi029.stdout:3931: delete oid 49 current snap is 367 2024-07-27T18:33:27.144 INFO:tasks.rados.rados.0.smithi029.stdout:3931: done (0 left) 2024-07-27T18:33:27.144 INFO:tasks.rados.rados.0.smithi029.stdout:3932: snap_remove snap 365 2024-07-27T18:33:27.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:27 smithi179 ceph-mon[89801]: osdmap e825: 8 total, 8 up, 8 in 2024-07-27T18:33:27.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:27 smithi179 ceph-mon[89801]: osdmap e826: 8 total, 8 up, 8 in 2024-07-27T18:33:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:27 smithi029 ceph-mon[99353]: osdmap e825: 8 total, 8 up, 8 in 2024-07-27T18:33:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:27 smithi029 ceph-mon[99353]: osdmap e826: 8 total, 8 up, 8 in 2024-07-27T18:33:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:27 smithi029 ceph-mon[96870]: osdmap e825: 8 total, 8 up, 8 in 2024-07-27T18:33:27.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:27 smithi029 ceph-mon[96870]: osdmap e826: 8 total, 8 up, 8 in 2024-07-27T18:33:28.145 INFO:tasks.rados.rados.0.smithi029.stdout:3932: done (0 left) 2024-07-27T18:33:28.145 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 50 current snap is 367 2024-07-27T18:33:28.145 INFO:tasks.rados.rados.0.smithi029.stdout:3933: seq_num 1244 ranges {1236992=442368,1679360=614400,2293760=589824} 2024-07-27T18:33:28.154 INFO:tasks.rados.rados.0.smithi029.stdout:3933: writing smithi02985406-50 from 1236992 to 1679360 tid 1 2024-07-27T18:33:28.158 INFO:tasks.rados.rados.0.smithi029.stdout:3933: writing smithi02985406-50 from 1679360 to 2293760 tid 2 2024-07-27T18:33:28.163 INFO:tasks.rados.rados.0.smithi029.stdout:3933: writing smithi02985406-50 from 2293760 to 2883584 tid 3 2024-07-27T18:33:28.163 INFO:tasks.rados.rados.0.smithi029.stdout:3934: delete oid 42 current snap is 367 2024-07-27T18:33:28.167 INFO:tasks.rados.rados.0.smithi029.stdout:3933: finishing write tid 1 to smithi02985406-50 2024-07-27T18:33:28.167 INFO:tasks.rados.rados.0.smithi029.stdout:3933: finishing write tid 2 to smithi02985406-50 2024-07-27T18:33:28.167 INFO:tasks.rados.rados.0.smithi029.stdout:3933: finishing write tid 3 to smithi02985406-50 2024-07-27T18:33:28.167 INFO:tasks.rados.rados.0.smithi029.stdout:3934: done (1 left) 2024-07-27T18:33:28.167 INFO:tasks.rados.rados.0.smithi029.stdout:3935: snap_create 2024-07-27T18:33:28.167 INFO:tasks.rados.rados.0.smithi029.stdout:3933: finishing write tid 4 to smithi02985406-50 2024-07-27T18:33:28.169 INFO:tasks.rados.rados.0.smithi029.stdout:3933: finishing write tid 5 to smithi02985406-50 2024-07-27T18:33:28.169 INFO:tasks.rados.rados.0.smithi029.stdout:3933: oid 50 updating version 0 to 2483 2024-07-27T18:33:28.169 INFO:tasks.rados.rados.0.smithi029.stdout:3933: oid 50 updating version 2483 to 2484 2024-07-27T18:33:28.169 INFO:tasks.rados.rados.0.smithi029.stdout:3933: oid 50 version 2484 is already newer than 2482 2024-07-27T18:33:28.169 INFO:tasks.rados.rados.0.smithi029.stdout:3933: oid 50 updating version 2484 to 2485 2024-07-27T18:33:28.169 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 50 v 2485 (ObjNum 1244 snap 367 seq_num 1244) dirty exists 2024-07-27T18:33:28.170 INFO:tasks.rados.rados.0.smithi029.stdout:3933: left oid 50 (ObjNum 1244 snap 367 seq_num 1244) 2024-07-27T18:33:28.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:28 smithi029 ceph-mon[96870]: pgmap v908: 121 pgs: 121 active+clean; 114 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.0 MiB/s wr, 6 op/s 2024-07-27T18:33:28.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:28 smithi029 ceph-mon[99353]: pgmap v908: 121 pgs: 121 active+clean; 114 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.0 MiB/s wr, 6 op/s 2024-07-27T18:33:28.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:28 smithi179 ceph-mon[89801]: pgmap v908: 121 pgs: 121 active+clean; 114 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.0 MiB/s wr, 6 op/s 2024-07-27T18:33:29.151 INFO:tasks.rados.rados.0.smithi029.stdout:3933: done (1 left) 2024-07-27T18:33:29.151 INFO:tasks.rados.rados.0.smithi029.stdout:3935: done (0 left) 2024-07-27T18:33:29.152 INFO:tasks.rados.rados.0.smithi029.stdout:3936: snap_create 2024-07-27T18:33:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:29 smithi179 ceph-mon[89801]: osdmap e827: 8 total, 8 up, 8 in 2024-07-27T18:33:29.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:29 smithi029 ceph-mon[96870]: osdmap e827: 8 total, 8 up, 8 in 2024-07-27T18:33:29.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:29 smithi029 ceph-mon[99353]: osdmap e827: 8 total, 8 up, 8 in 2024-07-27T18:33:30.154 INFO:tasks.rados.rados.0.smithi029.stdout:3936: done (0 left) 2024-07-27T18:33:30.154 INFO:tasks.rados.rados.0.smithi029.stdout:3937: rollback oid 11 current snap is 369 2024-07-27T18:33:30.154 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 11 to 368 2024-07-27T18:33:30.154 INFO:tasks.rados.rados.0.smithi029.stdout:3938: rollback oid 32 current snap is 369 2024-07-27T18:33:30.154 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 32 to 367 2024-07-27T18:33:30.154 INFO:tasks.rados.rados.0.smithi029.stdout:3939: delete oid 15 current snap is 369 2024-07-27T18:33:30.154 INFO:tasks.rados.rados.0.smithi029.stdout:3938: finishing rollback tid 1 to smithi02985406-32 2024-07-27T18:33:30.154 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 0 (ObjNum 129 snap 0 seq_num 369056272) dirty dne 2024-07-27T18:33:30.157 INFO:tasks.rados.rados.0.smithi029.stdout:3937: finishing rollback tid 1 to smithi02985406-11 2024-07-27T18:33:30.157 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 11 v 0 (ObjNum 1985 snap 0 seq_num 368688576) dirty dne 2024-07-27T18:33:30.162 INFO:tasks.rados.rados.0.smithi029.stdout:3937: done (2 left) 2024-07-27T18:33:30.162 INFO:tasks.rados.rados.0.smithi029.stdout:3938: done (1 left) 2024-07-27T18:33:30.162 INFO:tasks.rados.rados.0.smithi029.stdout:3939: done (0 left) 2024-07-27T18:33:30.162 INFO:tasks.rados.rados.0.smithi029.stdout:3940: rollback oid 45 current snap is 369 2024-07-27T18:33:30.162 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 45 to 367 2024-07-27T18:33:30.162 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 40 current snap is 369 2024-07-27T18:33:30.163 INFO:tasks.rados.rados.0.smithi029.stdout:3941: seq_num 1247 ranges {2957312=491520,3448832=712704,4161536=442368,4603904=49152} 2024-07-27T18:33:30.181 INFO:tasks.rados.rados.0.smithi029.stdout:3941: writing smithi02985406-40 from 2957312 to 3448832 tid 1 2024-07-27T18:33:30.185 INFO:tasks.rados.rados.0.smithi029.stdout:3941: writing smithi02985406-40 from 3448832 to 4161536 tid 2 2024-07-27T18:33:30.188 INFO:tasks.rados.rados.0.smithi029.stdout:3941: writing smithi02985406-40 from 4161536 to 4603904 tid 3 2024-07-27T18:33:30.188 INFO:tasks.rados.rados.0.smithi029.stdout:3941: writing smithi02985406-40 from 4603904 to 4653056 tid 4 2024-07-27T18:33:30.189 INFO:tasks.rados.rados.0.smithi029.stdout:3942: snap_create 2024-07-27T18:33:30.189 INFO:tasks.rados.rados.0.smithi029.stdout:3940: finishing rollback tid 0 to smithi02985406-45 2024-07-27T18:33:30.189 INFO:tasks.rados.rados.0.smithi029.stdout:3940: finishing rollback tid 1 to smithi02985406-45 2024-07-27T18:33:30.189 INFO:tasks.rados.rados.0.smithi029.stdout:3940: finishing rollback tid 2 to smithi02985406-45 2024-07-27T18:33:30.189 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 45 v 2588 (ObjNum 1175 snap 344 seq_num 1175) dirty exists 2024-07-27T18:33:30.189 INFO:tasks.rados.rados.0.smithi029.stdout:3941: finishing write tid 1 to smithi02985406-40 2024-07-27T18:33:30.191 INFO:tasks.rados.rados.0.smithi029.stdout:3941: finishing write tid 2 to smithi02985406-40 2024-07-27T18:33:30.193 INFO:tasks.rados.rados.0.smithi029.stdout:3941: finishing write tid 3 to smithi02985406-40 2024-07-27T18:33:30.193 INFO:tasks.rados.rados.0.smithi029.stdout:3941: finishing write tid 4 to smithi02985406-40 2024-07-27T18:33:30.193 INFO:tasks.rados.rados.0.smithi029.stdout:3941: finishing write tid 5 to smithi02985406-40 2024-07-27T18:33:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:3941: finishing write tid 6 to smithi02985406-40 2024-07-27T18:33:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:3941: oid 40 updating version 0 to 2546 2024-07-27T18:33:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:3941: oid 40 updating version 2546 to 2547 2024-07-27T18:33:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:3941: oid 40 updating version 2547 to 2548 2024-07-27T18:33:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:3941: oid 40 version 2548 is already newer than 2545 2024-07-27T18:33:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:3941: oid 40 updating version 2548 to 2549 2024-07-27T18:33:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 40 v 2549 (ObjNum 1247 snap 369 seq_num 1247) dirty exists 2024-07-27T18:33:30.195 INFO:tasks.rados.rados.0.smithi029.stdout:3941: left oid 40 (ObjNum 1247 snap 369 seq_num 1247) 2024-07-27T18:33:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:30 smithi179 ceph-mon[89801]: pgmap v911: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 117 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 1.1 MiB/s wr, 16 op/s 2024-07-27T18:33:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:30 smithi179 ceph-mon[89801]: osdmap e828: 8 total, 8 up, 8 in 2024-07-27T18:33:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:30 smithi029 ceph-mon[96870]: pgmap v911: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 117 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 1.1 MiB/s wr, 16 op/s 2024-07-27T18:33:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:30 smithi029 ceph-mon[96870]: osdmap e828: 8 total, 8 up, 8 in 2024-07-27T18:33:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:30 smithi029 ceph-mon[99353]: pgmap v911: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 117 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 1.1 MiB/s wr, 16 op/s 2024-07-27T18:33:30.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:30 smithi029 ceph-mon[99353]: osdmap e828: 8 total, 8 up, 8 in 2024-07-27T18:33:31.166 INFO:tasks.rados.rados.0.smithi029.stdout:3940: done (2 left) 2024-07-27T18:33:31.166 INFO:tasks.rados.rados.0.smithi029.stdout:3941: done (1 left) 2024-07-27T18:33:31.166 INFO:tasks.rados.rados.0.smithi029.stdout:3942: done (0 left) 2024-07-27T18:33:31.166 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 13 current snap is 370 2024-07-27T18:33:31.166 INFO:tasks.rados.rados.0.smithi029.stdout:3943: seq_num 1248 ranges {1826816=507904,2334720=598016,2932736=606208} 2024-07-27T18:33:31.178 INFO:tasks.rados.rados.0.smithi029.stdout:3943: writing smithi02985406-13 from 1826816 to 2334720 tid 1 2024-07-27T18:33:31.181 INFO:tasks.rados.rados.0.smithi029.stdout:3943: writing smithi02985406-13 from 2334720 to 2932736 tid 2 2024-07-27T18:33:31.185 INFO:tasks.rados.rados.0.smithi029.stdout:3943: writing smithi02985406-13 from 2932736 to 3538944 tid 3 2024-07-27T18:33:31.185 INFO:tasks.rados.rados.0.smithi029.stdout:3944: rollback oid 30 current snap is 370 2024-07-27T18:33:31.185 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 30 to 369 2024-07-27T18:33:31.185 INFO:tasks.rados.rados.0.smithi029.stdout:3945: snap_create 2024-07-27T18:33:31.187 INFO:tasks.rados.rados.0.smithi029.stdout:3943: finishing write tid 1 to smithi02985406-13 2024-07-27T18:33:31.189 INFO:tasks.rados.rados.0.smithi029.stdout:3944: finishing rollback tid 1 to smithi02985406-30 2024-07-27T18:33:31.189 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 30 v 0 (ObjNum 1201 snap 0 seq_num 2053091568) dirty dne 2024-07-27T18:33:31.191 INFO:tasks.rados.rados.0.smithi029.stdout:3943: finishing write tid 2 to smithi02985406-13 2024-07-27T18:33:31.191 INFO:tasks.rados.rados.0.smithi029.stdout:3943: finishing write tid 3 to smithi02985406-13 2024-07-27T18:33:31.191 INFO:tasks.rados.rados.0.smithi029.stdout:3943: finishing write tid 4 to smithi02985406-13 2024-07-27T18:33:31.194 INFO:tasks.rados.rados.0.smithi029.stdout:3943: finishing write tid 5 to smithi02985406-13 2024-07-27T18:33:31.194 INFO:tasks.rados.rados.0.smithi029.stdout:3943: oid 13 updating version 0 to 2660 2024-07-27T18:33:31.194 INFO:tasks.rados.rados.0.smithi029.stdout:3943: oid 13 version 2660 is already newer than 2659 2024-07-27T18:33:31.194 INFO:tasks.rados.rados.0.smithi029.stdout:3943: oid 13 version 2660 is already newer than 2657 2024-07-27T18:33:31.194 INFO:tasks.rados.rados.0.smithi029.stdout:3943: oid 13 version 2660 is already newer than 2658 2024-07-27T18:33:31.194 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 13 v 2660 (ObjNum 1248 snap 370 seq_num 1248) dirty exists 2024-07-27T18:33:31.194 INFO:tasks.rados.rados.0.smithi029.stdout:3943: left oid 13 (ObjNum 1248 snap 370 seq_num 1248) 2024-07-27T18:33:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:31 smithi179 ceph-mon[89801]: osdmap e829: 8 total, 8 up, 8 in 2024-07-27T18:33:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:31 smithi029 ceph-mon[96870]: osdmap e829: 8 total, 8 up, 8 in 2024-07-27T18:33:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:31 smithi029 ceph-mon[99353]: osdmap e829: 8 total, 8 up, 8 in 2024-07-27T18:33:32.107 INFO:tasks.rados.rados.0.smithi029.stdout:3943: done (2 left) 2024-07-27T18:33:32.108 INFO:tasks.rados.rados.0.smithi029.stdout:3944: done (1 left) 2024-07-27T18:33:32.108 INFO:tasks.rados.rados.0.smithi029.stdout:3945: done (0 left) 2024-07-27T18:33:32.108 INFO:tasks.rados.rados.0.smithi029.stdout:3946: read oid 41 snap -1 2024-07-27T18:33:32.108 INFO:tasks.rados.rados.0.smithi029.stdout:3946: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:33:32.108 INFO:tasks.rados.rados.0.smithi029.stdout:3947: copy_from oid 32 from oid 45 current snap is 371 2024-07-27T18:33:32.108 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 18 current snap is 371 2024-07-27T18:33:32.108 INFO:tasks.rados.rados.0.smithi029.stdout:3948: seq_num 1249 ranges {3727360=524288,4251648=483328,4734976=409600,5144576=311296} 2024-07-27T18:33:32.131 INFO:tasks.rados.rados.0.smithi029.stdout:3948: writing smithi02985406-18 from 3727360 to 4251648 tid 1 2024-07-27T18:33:32.134 INFO:tasks.rados.rados.0.smithi029.stdout:3948: writing smithi02985406-18 from 4251648 to 4734976 tid 2 2024-07-27T18:33:32.136 INFO:tasks.rados.rados.0.smithi029.stdout:3948: writing smithi02985406-18 from 4734976 to 5144576 tid 3 2024-07-27T18:33:32.139 INFO:tasks.rados.rados.0.smithi029.stdout:3948: writing smithi02985406-18 from 5144576 to 5455872 tid 4 2024-07-27T18:33:32.139 INFO:tasks.rados.rados.0.smithi029.stdout:3949: rmattr oid 28 current snap is 371 2024-07-27T18:33:32.139 INFO:tasks.rados.rados.0.smithi029.stdout:3949: done (3 left) 2024-07-27T18:33:32.139 INFO:tasks.rados.rados.0.smithi029.stdout:3950: read oid 19 snap -1 2024-07-27T18:33:32.140 INFO:tasks.rados.rados.0.smithi029.stdout:3950: expect deleted 2024-07-27T18:33:32.140 INFO:tasks.rados.rados.0.smithi029.stdout:3951: snap_create 2024-07-27T18:33:32.140 INFO:tasks.rados.rados.0.smithi029.stdout:3947: finishing copy_from racing read to smithi02985406-32 2024-07-27T18:33:32.140 INFO:tasks.rados.rados.0.smithi029.stdout:3947: finishing copy_from to smithi02985406-32 2024-07-27T18:33:32.140 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 32 v 2588 (ObjNum 1175 snap 344 seq_num 1175) dirty exists 2024-07-27T18:33:32.142 INFO:tasks.rados.rados.0.smithi029.stdout:3948: finishing write tid 1 to smithi02985406-18 2024-07-27T18:33:32.143 INFO:tasks.rados.rados.0.smithi029.stdout:3948: finishing write tid 2 to smithi02985406-18 2024-07-27T18:33:32.144 INFO:tasks.rados.rados.0.smithi029.stdout:3948: finishing write tid 3 to smithi02985406-18 2024-07-27T18:33:32.146 INFO:tasks.rados.rados.0.smithi029.stdout:3948: finishing write tid 4 to smithi02985406-18 2024-07-27T18:33:32.147 INFO:tasks.rados.rados.0.smithi029.stdout:3948: finishing write tid 5 to smithi02985406-18 2024-07-27T18:33:32.149 INFO:tasks.rados.rados.0.smithi029.stdout:3948: finishing write tid 6 to smithi02985406-18 2024-07-27T18:33:32.150 INFO:tasks.rados.rados.0.smithi029.stdout:3948: oid 18 updating version 0 to 2639 2024-07-27T18:33:32.150 INFO:tasks.rados.rados.0.smithi029.stdout:3948: oid 18 version 2639 is already newer than 2638 2024-07-27T18:33:32.150 INFO:tasks.rados.rados.0.smithi029.stdout:3948: oid 18 version 2639 is already newer than 2637 2024-07-27T18:33:32.150 INFO:tasks.rados.rados.0.smithi029.stdout:3948: oid 18 version 2639 is already newer than 2636 2024-07-27T18:33:32.150 INFO:tasks.rados.rados.0.smithi029.stdout:3948: oid 18 updating version 2639 to 2640 2024-07-27T18:33:32.150 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 18 v 2640 (ObjNum 1249 snap 371 seq_num 1249) dirty exists 2024-07-27T18:33:32.150 INFO:tasks.rados.rados.0.smithi029.stdout:3948: left oid 18 (ObjNum 1249 snap 371 seq_num 1249) 2024-07-27T18:33:32.151 INFO:tasks.rados.rados.0.smithi029.stdout:3946: expect (ObjNum 951 snap 292 seq_num 951) 2024-07-27T18:33:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:32 smithi179 ceph-mon[89801]: pgmap v914: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 115 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 766 KiB/s wr, 13 op/s 2024-07-27T18:33:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:32 smithi179 ceph-mon[89801]: osdmap e830: 8 total, 8 up, 8 in 2024-07-27T18:33:32.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:32 smithi179 ceph-mon[89801]: osdmap e831: 8 total, 8 up, 8 in 2024-07-27T18:33:32.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:33:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:33:32] "GET /metrics HTTP/1.1" 200 36345 "" "Prometheus/2.43.0" 2024-07-27T18:33:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:32 smithi029 ceph-mon[96870]: pgmap v914: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 115 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 766 KiB/s wr, 13 op/s 2024-07-27T18:33:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:32 smithi029 ceph-mon[96870]: osdmap e830: 8 total, 8 up, 8 in 2024-07-27T18:33:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:32 smithi029 ceph-mon[96870]: osdmap e831: 8 total, 8 up, 8 in 2024-07-27T18:33:32.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:32 smithi029 ceph-mon[99353]: pgmap v914: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 115 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 766 KiB/s wr, 13 op/s 2024-07-27T18:33:32.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:32 smithi029 ceph-mon[99353]: osdmap e830: 8 total, 8 up, 8 in 2024-07-27T18:33:32.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:32 smithi029 ceph-mon[99353]: osdmap e831: 8 total, 8 up, 8 in 2024-07-27T18:33:33.107 INFO:tasks.rados.rados.0.smithi029.stdout:3946: done (4 left) 2024-07-27T18:33:33.108 INFO:tasks.rados.rados.0.smithi029.stdout:3947: done (3 left) 2024-07-27T18:33:33.108 INFO:tasks.rados.rados.0.smithi029.stdout:3948: done (2 left) 2024-07-27T18:33:33.108 INFO:tasks.rados.rados.0.smithi029.stdout:3950: done (1 left) 2024-07-27T18:33:33.108 INFO:tasks.rados.rados.0.smithi029.stdout:3951: done (0 left) 2024-07-27T18:33:33.108 INFO:tasks.rados.rados.0.smithi029.stdout:3952: snap_remove snap 370 2024-07-27T18:33:34.111 INFO:tasks.rados.rados.0.smithi029.stdout:3952: done (0 left) 2024-07-27T18:33:34.111 INFO:tasks.rados.rados.0.smithi029.stdout:3953: snap_create 2024-07-27T18:33:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:34 smithi179 ceph-mon[89801]: pgmap v917: 121 pgs: 121 active+clean; 115 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 402 KiB/s wr, 2 op/s 2024-07-27T18:33:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:34 smithi179 ceph-mon[89801]: osdmap e832: 8 total, 8 up, 8 in 2024-07-27T18:33:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:34 smithi029 ceph-mon[96870]: pgmap v917: 121 pgs: 121 active+clean; 115 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 402 KiB/s wr, 2 op/s 2024-07-27T18:33:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:34 smithi029 ceph-mon[96870]: osdmap e832: 8 total, 8 up, 8 in 2024-07-27T18:33:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:34 smithi029 ceph-mon[99353]: pgmap v917: 121 pgs: 121 active+clean; 115 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 402 KiB/s wr, 2 op/s 2024-07-27T18:33:34.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:34 smithi029 ceph-mon[99353]: osdmap e832: 8 total, 8 up, 8 in 2024-07-27T18:33:35.111 INFO:tasks.rados.rados.0.smithi029.stdout:3953: done (0 left) 2024-07-27T18:33:35.111 INFO:tasks.rados.rados.0.smithi029.stdout:3954: read oid 23 snap -1 2024-07-27T18:33:35.111 INFO:tasks.rados.rados.0.smithi029.stdout:3954: expect (ObjNum 1232 snap 362 seq_num 1232) 2024-07-27T18:33:35.112 INFO:tasks.rados.rados.0.smithi029.stdout:3955: delete oid 46 current snap is 373 2024-07-27T18:33:35.117 INFO:tasks.rados.rados.0.smithi029.stdout:3955: done (1 left) 2024-07-27T18:33:35.117 INFO:tasks.rados.rados.0.smithi029.stdout:3956: rmattr oid 46 current snap is 373 2024-07-27T18:33:35.117 INFO:tasks.rados.rados.0.smithi029.stdout:3956: done (1 left) 2024-07-27T18:33:35.117 INFO:tasks.rados.rados.0.smithi029.stdout:3957: rmattr oid 38 current snap is 373 2024-07-27T18:33:35.117 INFO:tasks.rados.rados.0.smithi029.stdout:3957: done (1 left) 2024-07-27T18:33:35.117 INFO:tasks.rados.rados.0.smithi029.stdout:3958: read oid 20 snap 367 2024-07-27T18:33:35.117 INFO:tasks.rados.rados.0.smithi029.stdout:3958: expect deleted 2024-07-27T18:33:35.117 INFO:tasks.rados.rados.0.smithi029.stdout:3959: read oid 43 snap 367 2024-07-27T18:33:35.117 INFO:tasks.rados.rados.0.smithi029.stdout:3959: expect deleted 2024-07-27T18:33:35.117 INFO:tasks.rados.rados.0.smithi029.stdout:3960: delete oid 16 current snap is 373 2024-07-27T18:33:35.121 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:35 smithi029 ceph-mon[96870]: osdmap e833: 8 total, 8 up, 8 in 2024-07-27T18:33:35.123 INFO:tasks.rados.rados.0.smithi029.stdout:3954: expect (ObjNum 1232 snap 362 seq_num 1232) 2024-07-27T18:33:35.191 INFO:tasks.rados.rados.0.smithi029.stdout:3954: done (3 left) 2024-07-27T18:33:35.191 INFO:tasks.rados.rados.0.smithi029.stdout:3958: done (2 left) 2024-07-27T18:33:35.191 INFO:tasks.rados.rados.0.smithi029.stdout:3959: done (1 left) 2024-07-27T18:33:35.191 INFO:tasks.rados.rados.0.smithi029.stdout:3960: done (0 left) 2024-07-27T18:33:35.191 INFO:tasks.rados.rados.0.smithi029.stdout:3961: snap_remove snap 367 2024-07-27T18:33:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:35 smithi179 ceph-mon[89801]: osdmap e833: 8 total, 8 up, 8 in 2024-07-27T18:33:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:35 smithi179 ceph-mon[89801]: osdmap e834: 8 total, 8 up, 8 in 2024-07-27T18:33:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:35 smithi029 ceph-mon[96870]: osdmap e834: 8 total, 8 up, 8 in 2024-07-27T18:33:35.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:35 smithi029 ceph-mon[99353]: osdmap e833: 8 total, 8 up, 8 in 2024-07-27T18:33:35.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:35 smithi029 ceph-mon[99353]: osdmap e834: 8 total, 8 up, 8 in 2024-07-27T18:33:36.128 INFO:tasks.rados.rados.0.smithi029.stdout:3961: done (0 left) 2024-07-27T18:33:36.128 INFO:tasks.rados.rados.0.smithi029.stdout:3962: read oid 9 snap -1 2024-07-27T18:33:36.128 INFO:tasks.rados.rados.0.smithi029.stdout:3962: expect (ObjNum 1219 snap 360 seq_num 1219) 2024-07-27T18:33:36.129 INFO:tasks.rados.rados.0.smithi029.stdout:3963: read oid 29 snap 372 2024-07-27T18:33:36.129 INFO:tasks.rados.rados.0.smithi029.stdout:3963: expect (ObjNum 1232 snap 362 seq_num 1232) 2024-07-27T18:33:36.129 INFO:tasks.rados.rados.0.smithi029.stdout:3964: setattr oid 4 current snap is 373 2024-07-27T18:33:36.131 INFO:tasks.rados.rados.0.smithi029.stdout:3965: snap_create 2024-07-27T18:33:36.142 INFO:tasks.rados.rados.0.smithi029.stdout:3962: expect (ObjNum 1219 snap 360 seq_num 1219) 2024-07-27T18:33:36.207 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 4 v 2628 (ObjNum 1242 snap 367 seq_num 1242) dirty exists 2024-07-27T18:33:36.207 INFO:tasks.rados.rados.0.smithi029.stdout:3963: expect (ObjNum 1232 snap 362 seq_num 1232) 2024-07-27T18:33:36.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:36 smithi179 ceph-mon[89801]: pgmap v920: 121 pgs: 121 active+clean; 116 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 1.8 MiB/s wr, 7 op/s 2024-07-27T18:33:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:36 smithi029 ceph-mon[99353]: pgmap v920: 121 pgs: 121 active+clean; 116 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 1.8 MiB/s wr, 7 op/s 2024-07-27T18:33:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:36 smithi029 ceph-mon[96870]: pgmap v920: 121 pgs: 121 active+clean; 116 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 1.8 MiB/s wr, 7 op/s 2024-07-27T18:33:37.109 INFO:tasks.rados.rados.0.smithi029.stdout:3962: done (3 left) 2024-07-27T18:33:37.109 INFO:tasks.rados.rados.0.smithi029.stdout:3963: done (2 left) 2024-07-27T18:33:37.109 INFO:tasks.rados.rados.0.smithi029.stdout:3964: done (1 left) 2024-07-27T18:33:37.109 INFO:tasks.rados.rados.0.smithi029.stdout:3965: done (0 left) 2024-07-27T18:33:37.109 INFO:tasks.rados.rados.0.smithi029.stdout:3966: rollback oid 29 current snap is 374 2024-07-27T18:33:37.110 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 29 to 373 2024-07-27T18:33:37.110 INFO:tasks.rados.rados.0.smithi029.stdout:3967: snap_create 2024-07-27T18:33:37.112 INFO:tasks.rados.rados.0.smithi029.stdout:3966: finishing rollback tid 0 to smithi02985406-29 2024-07-27T18:33:37.112 INFO:tasks.rados.rados.0.smithi029.stdout:3966: finishing rollback tid 1 to smithi02985406-29 2024-07-27T18:33:37.113 INFO:tasks.rados.rados.0.smithi029.stdout:3966: finishing rollback tid 2 to smithi02985406-29 2024-07-27T18:33:37.113 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 29 v 2580 (ObjNum 1232 snap 362 seq_num 1232) dirty exists 2024-07-27T18:33:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:37 smithi179 ceph-mon[89801]: osdmap e835: 8 total, 8 up, 8 in 2024-07-27T18:33:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:37 smithi179 ceph-mon[89801]: osdmap e836: 8 total, 8 up, 8 in 2024-07-27T18:33:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:37 smithi029 ceph-mon[96870]: osdmap e835: 8 total, 8 up, 8 in 2024-07-27T18:33:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:37 smithi029 ceph-mon[96870]: osdmap e836: 8 total, 8 up, 8 in 2024-07-27T18:33:37.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:37 smithi029 ceph-mon[99353]: osdmap e835: 8 total, 8 up, 8 in 2024-07-27T18:33:37.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:37 smithi029 ceph-mon[99353]: osdmap e836: 8 total, 8 up, 8 in 2024-07-27T18:33:38.110 INFO:tasks.rados.rados.0.smithi029.stdout:3966: done (1 left) 2024-07-27T18:33:38.110 INFO:tasks.rados.rados.0.smithi029.stdout:3967: done (0 left) 2024-07-27T18:33:38.111 INFO:tasks.rados.rados.0.smithi029.stdout:3968: delete oid 19 current snap is 375 2024-07-27T18:33:38.115 INFO:tasks.rados.rados.0.smithi029.stdout:3968: done (0 left) 2024-07-27T18:33:38.115 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 375 2024-07-27T18:33:38.116 INFO:tasks.rados.rados.0.smithi029.stdout:3969: seq_num 1253 ranges {5234688=589824,5824512=417792,6242304=786432} 2024-07-27T18:33:38.147 INFO:tasks.rados.rados.0.smithi029.stdout:3969: writing smithi02985406-44 from 5234688 to 5824512 tid 1 2024-07-27T18:33:38.149 INFO:tasks.rados.rados.0.smithi029.stdout:3969: writing smithi02985406-44 from 5824512 to 6242304 tid 2 2024-07-27T18:33:38.154 INFO:tasks.rados.rados.0.smithi029.stdout:3969: writing smithi02985406-44 from 6242304 to 7028736 tid 3 2024-07-27T18:33:38.154 INFO:tasks.rados.rados.0.smithi029.stdout:3970: snap_create 2024-07-27T18:33:38.156 INFO:tasks.rados.rados.0.smithi029.stdout:3969: finishing write tid 1 to smithi02985406-44 2024-07-27T18:33:38.160 INFO:tasks.rados.rados.0.smithi029.stdout:3969: finishing write tid 2 to smithi02985406-44 2024-07-27T18:33:38.160 INFO:tasks.rados.rados.0.smithi029.stdout:3969: finishing write tid 3 to smithi02985406-44 2024-07-27T18:33:38.160 INFO:tasks.rados.rados.0.smithi029.stdout:3969: finishing write tid 4 to smithi02985406-44 2024-07-27T18:33:38.162 INFO:tasks.rados.rados.0.smithi029.stdout:3969: finishing write tid 5 to smithi02985406-44 2024-07-27T18:33:38.162 INFO:tasks.rados.rados.0.smithi029.stdout:3969: oid 44 updating version 0 to 2620 2024-07-27T18:33:38.163 INFO:tasks.rados.rados.0.smithi029.stdout:3969: oid 44 version 2620 is already newer than 2619 2024-07-27T18:33:38.163 INFO:tasks.rados.rados.0.smithi029.stdout:3969: oid 44 version 2620 is already newer than 2617 2024-07-27T18:33:38.163 INFO:tasks.rados.rados.0.smithi029.stdout:3969: oid 44 version 2620 is already newer than 2618 2024-07-27T18:33:38.163 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 2620 (ObjNum 1253 snap 375 seq_num 1253) dirty exists 2024-07-27T18:33:38.163 INFO:tasks.rados.rados.0.smithi029.stdout:3969: left oid 44 (ObjNum 1253 snap 375 seq_num 1253) 2024-07-27T18:33:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:38 smithi179 ceph-mon[89801]: pgmap v923: 121 pgs: 121 active+clean; 117 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 1.8 MiB/s wr, 6 op/s 2024-07-27T18:33:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:38 smithi179 ceph-mon[89801]: osdmap e837: 8 total, 8 up, 8 in 2024-07-27T18:33:38.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:38 smithi029 ceph-mon[96870]: pgmap v923: 121 pgs: 121 active+clean; 117 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 1.8 MiB/s wr, 6 op/s 2024-07-27T18:33:38.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:38 smithi029 ceph-mon[96870]: osdmap e837: 8 total, 8 up, 8 in 2024-07-27T18:33:38.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:38 smithi029 ceph-mon[99353]: pgmap v923: 121 pgs: 121 active+clean; 117 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 1.8 MiB/s wr, 6 op/s 2024-07-27T18:33:38.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:38 smithi029 ceph-mon[99353]: osdmap e837: 8 total, 8 up, 8 in 2024-07-27T18:33:39.140 INFO:tasks.rados.rados.0.smithi029.stdout:3969: done (1 left) 2024-07-27T18:33:39.140 INFO:tasks.rados.rados.0.smithi029.stdout:3970: done (0 left) 2024-07-27T18:33:39.140 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 376 2024-07-27T18:33:39.141 INFO:tasks.rados.rados.0.smithi029.stdout:3971: seq_num 1254 ranges {2113536=606208,2719744=704512,3424256=499712} 2024-07-27T18:33:39.154 INFO:tasks.rados.rados.0.smithi029.stdout:3971: writing smithi02985406-23 from 2113536 to 2719744 tid 1 2024-07-27T18:33:39.158 INFO:tasks.rados.rados.0.smithi029.stdout:3971: writing smithi02985406-23 from 2719744 to 3424256 tid 2 2024-07-27T18:33:39.162 INFO:tasks.rados.rados.0.smithi029.stdout:3971: writing smithi02985406-23 from 3424256 to 3923968 tid 3 2024-07-27T18:33:39.162 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 3 current snap is 376 2024-07-27T18:33:39.162 INFO:tasks.rados.rados.0.smithi029.stdout:3971: finishing write tid 1 to smithi02985406-23 2024-07-27T18:33:39.162 INFO:tasks.rados.rados.0.smithi029.stdout:3971: finishing write tid 2 to smithi02985406-23 2024-07-27T18:33:39.162 INFO:tasks.rados.rados.0.smithi029.stdout:3972: seq_num 1255 ranges {1957888=622592,2580480=638976,3219456=565248} 2024-07-27T18:33:39.176 INFO:tasks.rados.rados.0.smithi029.stdout:3972: writing smithi02985406-3 from 1957888 to 2580480 tid 1 2024-07-27T18:33:39.179 INFO:tasks.rados.rados.0.smithi029.stdout:3972: writing smithi02985406-3 from 2580480 to 3219456 tid 2 2024-07-27T18:33:39.183 INFO:tasks.rados.rados.0.smithi029.stdout:3972: writing smithi02985406-3 from 3219456 to 3784704 tid 3 2024-07-27T18:33:39.183 INFO:tasks.rados.rados.0.smithi029.stdout:3973: read oid 34 snap -1 2024-07-27T18:33:39.183 INFO:tasks.rados.rados.0.smithi029.stdout:3973: expect (ObjNum 1234 snap 363 seq_num 1234) 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:3974: rollback oid 19 current snap is 376 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:3971: finishing write tid 3 to smithi02985406-23 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:3971: finishing write tid 4 to smithi02985406-23 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:3971: finishing write tid 5 to smithi02985406-23 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:3971: oid 23 updating version 0 to 2576 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:3971: oid 23 version 2576 is already newer than 2575 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:3971: oid 23 version 2576 is already newer than 2573 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:3971: oid 23 version 2576 is already newer than 2574 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 2576 (ObjNum 1254 snap 376 seq_num 1254) dirty exists 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:3971: left oid 23 (ObjNum 1254 snap 376 seq_num 1254) 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:3972: finishing write tid 1 to smithi02985406-3 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:3972: finishing write tid 2 to smithi02985406-3 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 19 to 369 2024-07-27T18:33:39.184 INFO:tasks.rados.rados.0.smithi029.stdout:3971: done (3 left) 2024-07-27T18:33:39.185 INFO:tasks.rados.rados.0.smithi029.stdout:3975: delete oid 5 current snap is 376 2024-07-27T18:33:39.187 INFO:tasks.rados.rados.0.smithi029.stdout:3972: finishing write tid 3 to smithi02985406-3 2024-07-27T18:33:39.188 INFO:tasks.rados.rados.0.smithi029.stdout:3974: finishing rollback tid 1 to smithi02985406-19 2024-07-27T18:33:39.188 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 19 v 0 (ObjNum 65 snap 0 seq_num 1936417396) dirty dne 2024-07-27T18:33:39.188 INFO:tasks.rados.rados.0.smithi029.stdout:3972: finishing write tid 4 to smithi02985406-3 2024-07-27T18:33:39.189 INFO:tasks.rados.rados.0.smithi029.stdout:3974: done (3 left) 2024-07-27T18:33:39.189 INFO:tasks.rados.rados.0.smithi029.stdout:3975: done (2 left) 2024-07-27T18:33:39.190 INFO:tasks.rados.rados.0.smithi029.stdout:3976: rollback oid 10 current snap is 376 2024-07-27T18:33:39.190 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 10 to 371 2024-07-27T18:33:39.190 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 21 current snap is 376 2024-07-27T18:33:39.190 INFO:tasks.rados.rados.0.smithi029.stdout:3977: seq_num 1257 ranges {3497984=655360,4153344=409600,4562944=770048,5332992=24576} 2024-07-27T18:33:39.212 INFO:tasks.rados.rados.0.smithi029.stdout:3977: writing smithi02985406-21 from 3497984 to 4153344 tid 1 2024-07-27T18:33:39.215 INFO:tasks.rados.rados.0.smithi029.stdout:3977: writing smithi02985406-21 from 4153344 to 4562944 tid 2 2024-07-27T18:33:39.219 INFO:tasks.rados.rados.0.smithi029.stdout:3977: writing smithi02985406-21 from 4562944 to 5332992 tid 3 2024-07-27T18:33:39.220 INFO:tasks.rados.rados.0.smithi029.stdout:3977: writing smithi02985406-21 from 5332992 to 5357568 tid 4 2024-07-27T18:33:39.220 INFO:tasks.rados.rados.0.smithi029.stdout:3978: rollback oid 41 current snap is 376 2024-07-27T18:33:39.220 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 41 to 369 2024-07-27T18:33:39.220 INFO:tasks.rados.rados.0.smithi029.stdout:3973: expect (ObjNum 1234 snap 363 seq_num 1234) 2024-07-27T18:33:39.259 INFO:tasks.rados.rados.0.smithi029.stdout:3972: finishing write tid 5 to smithi02985406-3 2024-07-27T18:33:39.260 INFO:tasks.rados.rados.0.smithi029.stdout:3972: oid 3 updating version 0 to 2577 2024-07-27T18:33:39.260 INFO:tasks.rados.rados.0.smithi029.stdout:3972: oid 3 version 2577 is already newer than 2575 2024-07-27T18:33:39.260 INFO:tasks.rados.rados.0.smithi029.stdout:3972: oid 3 version 2577 is already newer than 2576 2024-07-27T18:33:39.260 INFO:tasks.rados.rados.0.smithi029.stdout:3972: oid 3 updating version 2577 to 2578 2024-07-27T18:33:39.260 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 3 v 2578 (ObjNum 1255 snap 376 seq_num 1255) dirty exists 2024-07-27T18:33:39.260 INFO:tasks.rados.rados.0.smithi029.stdout:3972: left oid 3 (ObjNum 1255 snap 376 seq_num 1255) 2024-07-27T18:33:39.260 INFO:tasks.rados.rados.0.smithi029.stdout:3976: finishing rollback tid 0 to smithi02985406-10 2024-07-27T18:33:39.260 INFO:tasks.rados.rados.0.smithi029.stdout:3976: finishing rollback tid 1 to smithi02985406-10 2024-07-27T18:33:39.261 INFO:tasks.rados.rados.0.smithi029.stdout:3972: done (4 left) 2024-07-27T18:33:39.261 INFO:tasks.rados.rados.0.smithi029.stdout:3973: done (3 left) 2024-07-27T18:33:39.261 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 376 2024-07-27T18:33:39.261 INFO:tasks.rados.rados.0.smithi029.stdout:3976: finishing rollback tid 2 to smithi02985406-10 2024-07-27T18:33:39.261 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2623 (ObjNum 1222 snap 361 seq_num 1222) dirty exists 2024-07-27T18:33:39.261 INFO:tasks.rados.rados.0.smithi029.stdout:3977: finishing write tid 1 to smithi02985406-21 2024-07-27T18:33:39.261 INFO:tasks.rados.rados.0.smithi029.stdout:3979: seq_num 1258 ranges {3923968=671744,4595712=696320,5292032=507904} 2024-07-27T18:33:39.284 INFO:tasks.rados.rados.0.smithi029.stdout:3979: writing smithi02985406-23 from 3923968 to 4595712 tid 1 2024-07-27T18:33:39.288 INFO:tasks.rados.rados.0.smithi029.stdout:3979: writing smithi02985406-23 from 4595712 to 5292032 tid 2 2024-07-27T18:33:39.291 INFO:tasks.rados.rados.0.smithi029.stdout:3979: writing smithi02985406-23 from 5292032 to 5799936 tid 3 2024-07-27T18:33:39.291 INFO:tasks.rados.rados.0.smithi029.stdout:3976: done (3 left) 2024-07-27T18:33:39.292 INFO:tasks.rados.rados.0.smithi029.stdout:3980: snap_create 2024-07-27T18:33:39.292 INFO:tasks.rados.rados.0.smithi029.stdout:3977: finishing write tid 2 to smithi02985406-21 2024-07-27T18:33:39.292 INFO:tasks.rados.rados.0.smithi029.stdout:3977: finishing write tid 3 to smithi02985406-21 2024-07-27T18:33:39.292 INFO:tasks.rados.rados.0.smithi029.stdout:3977: finishing write tid 4 to smithi02985406-21 2024-07-27T18:33:39.292 INFO:tasks.rados.rados.0.smithi029.stdout:3977: finishing write tid 5 to smithi02985406-21 2024-07-27T18:33:39.292 INFO:tasks.rados.rados.0.smithi029.stdout:3977: finishing write tid 6 to smithi02985406-21 2024-07-27T18:33:39.292 INFO:tasks.rados.rados.0.smithi029.stdout:3977: oid 21 updating version 0 to 992 2024-07-27T18:33:39.292 INFO:tasks.rados.rados.0.smithi029.stdout:3977: oid 21 version 992 is already newer than 991 2024-07-27T18:33:39.292 INFO:tasks.rados.rados.0.smithi029.stdout:3977: oid 21 version 992 is already newer than 988 2024-07-27T18:33:39.292 INFO:tasks.rados.rados.0.smithi029.stdout:3977: oid 21 version 992 is already newer than 989 2024-07-27T18:33:39.292 INFO:tasks.rados.rados.0.smithi029.stdout:3977: oid 21 version 992 is already newer than 990 2024-07-27T18:33:39.293 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 21 v 992 (ObjNum 1257 snap 376 seq_num 1257) dirty exists 2024-07-27T18:33:39.293 INFO:tasks.rados.rados.0.smithi029.stdout:3977: left oid 21 (ObjNum 1257 snap 376 seq_num 1257) 2024-07-27T18:33:39.293 INFO:tasks.rados.rados.0.smithi029.stdout:3978: finishing rollback tid 0 to smithi02985406-41 2024-07-27T18:33:39.293 INFO:tasks.rados.rados.0.smithi029.stdout:3978: finishing rollback tid 1 to smithi02985406-41 2024-07-27T18:33:39.293 INFO:tasks.rados.rados.0.smithi029.stdout:3978: finishing rollback tid 2 to smithi02985406-41 2024-07-27T18:33:39.293 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 41 v 2338 (ObjNum 951 snap 292 seq_num 951) dirty exists 2024-07-27T18:33:39.293 INFO:tasks.rados.rados.0.smithi029.stdout:3979: finishing write tid 1 to smithi02985406-23 2024-07-27T18:33:39.293 INFO:tasks.rados.rados.0.smithi029.stdout:3979: finishing write tid 2 to smithi02985406-23 2024-07-27T18:33:39.294 INFO:tasks.rados.rados.0.smithi029.stdout:3979: finishing write tid 3 to smithi02985406-23 2024-07-27T18:33:39.294 INFO:tasks.rados.rados.0.smithi029.stdout:3979: finishing write tid 4 to smithi02985406-23 2024-07-27T18:33:39.294 INFO:tasks.rados.rados.0.smithi029.stdout:3979: finishing write tid 5 to smithi02985406-23 2024-07-27T18:33:39.295 INFO:tasks.rados.rados.0.smithi029.stdout:3979: oid 23 updating version 0 to 2578 2024-07-27T18:33:39.295 INFO:tasks.rados.rados.0.smithi029.stdout:3979: oid 23 updating version 2578 to 2580 2024-07-27T18:33:39.295 INFO:tasks.rados.rados.0.smithi029.stdout:3979: oid 23 version 2580 is already newer than 2579 2024-07-27T18:33:39.295 INFO:tasks.rados.rados.0.smithi029.stdout:3979: oid 23 version 2580 is already newer than 2577 2024-07-27T18:33:39.295 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 2580 (ObjNum 1258 snap 376 seq_num 1258) dirty exists 2024-07-27T18:33:39.295 INFO:tasks.rados.rados.0.smithi029.stdout:3979: left oid 23 (ObjNum 1258 snap 376 seq_num 1258) 2024-07-27T18:33:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:33:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:33:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:33:40.145 INFO:tasks.rados.rados.0.smithi029.stdout:3977: done (3 left) 2024-07-27T18:33:40.145 INFO:tasks.rados.rados.0.smithi029.stdout:3978: done (2 left) 2024-07-27T18:33:40.145 INFO:tasks.rados.rados.0.smithi029.stdout:3979: done (1 left) 2024-07-27T18:33:40.145 INFO:tasks.rados.rados.0.smithi029.stdout:3980: done (0 left) 2024-07-27T18:33:40.146 INFO:tasks.rados.rados.0.smithi029.stdout:3981: delete oid 49 current snap is 377 2024-07-27T18:33:40.150 INFO:tasks.rados.rados.0.smithi029.stdout:3981: done (0 left) 2024-07-27T18:33:40.150 INFO:tasks.rados.rados.0.smithi029.stdout:3982: snap_remove snap 374 2024-07-27T18:33:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:40 smithi179 ceph-mon[89801]: pgmap v926: 121 pgs: 121 active+clean; 117 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 418 KiB/s wr, 6 op/s 2024-07-27T18:33:40.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:40 smithi179 ceph-mon[89801]: osdmap e838: 8 total, 8 up, 8 in 2024-07-27T18:33:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:40 smithi029 ceph-mon[96870]: pgmap v926: 121 pgs: 121 active+clean; 117 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 418 KiB/s wr, 6 op/s 2024-07-27T18:33:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:40 smithi029 ceph-mon[96870]: osdmap e838: 8 total, 8 up, 8 in 2024-07-27T18:33:40.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:40 smithi029 ceph-mon[99353]: pgmap v926: 121 pgs: 121 active+clean; 117 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 418 KiB/s wr, 6 op/s 2024-07-27T18:33:40.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:40 smithi029 ceph-mon[99353]: osdmap e838: 8 total, 8 up, 8 in 2024-07-27T18:33:41.151 INFO:tasks.rados.rados.0.smithi029.stdout:3982: done (0 left) 2024-07-27T18:33:41.151 INFO:tasks.rados.rados.0.smithi029.stdout:3983: rollback oid 20 current snap is 377 2024-07-27T18:33:41.151 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 20 to 369 2024-07-27T18:33:41.151 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 10 current snap is 377 2024-07-27T18:33:41.151 INFO:tasks.rados.rados.0.smithi029.stdout:3984: seq_num 1260 ranges {5185536=712704,5898240=458752,6356992=589824,6946816=155648} 2024-07-27T18:33:41.187 INFO:tasks.rados.rados.0.smithi029.stdout:3984: writing smithi02985406-10 from 5185536 to 5898240 tid 1 2024-07-27T18:33:41.187 INFO:tasks.rados.rados.0.smithi029.stdout:3984: writing smithi02985406-10 from 5898240 to 6356992 tid 2 2024-07-27T18:33:41.190 INFO:tasks.rados.rados.0.smithi029.stdout:3984: writing smithi02985406-10 from 6356992 to 6946816 tid 3 2024-07-27T18:33:41.192 INFO:tasks.rados.rados.0.smithi029.stdout:3984: writing smithi02985406-10 from 6946816 to 7102464 tid 4 2024-07-27T18:33:41.192 INFO:tasks.rados.rados.0.smithi029.stdout:3985: copy_from oid 24 from oid 49 current snap is 377 2024-07-27T18:33:41.192 INFO:tasks.rados.rados.0.smithi029.stdout:3983: finishing rollback tid 1 to smithi02985406-20 2024-07-27T18:33:41.192 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 20 v 0 (ObjNum 161 snap 0 seq_num 0) dirty dne 2024-07-27T18:33:41.192 INFO:tasks.rados.rados.0.smithi029.stdout:3983: done (2 left) 2024-07-27T18:33:41.192 INFO:tasks.rados.rados.0.smithi029.stdout:3986: rollback oid 22 current snap is 377 2024-07-27T18:33:41.192 INFO:tasks.rados.rados.0.smithi029.stdout:rollback oid 22 to 373 2024-07-27T18:33:41.192 INFO:tasks.rados.rados.0.smithi029.stdout:3987: snap_remove snap 376 2024-07-27T18:33:41.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:41 smithi179 ceph-mon[89801]: osdmap e839: 8 total, 8 up, 8 in 2024-07-27T18:33:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:41 smithi029 ceph-mon[96870]: osdmap e839: 8 total, 8 up, 8 in 2024-07-27T18:33:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:41 smithi029 ceph-mon[99353]: osdmap e839: 8 total, 8 up, 8 in 2024-07-27T18:33:42.110 INFO:tasks.rados.rados.0.smithi029.stdout:3987: done (3 left) 2024-07-27T18:33:42.110 INFO:tasks.rados.rados.0.smithi029.stdout:3988: delete oid 30 current snap is 377 2024-07-27T18:33:42.110 INFO:tasks.rados.rados.0.smithi029.stdout:3985: finishing copy_from to smithi02985406-24 2024-07-27T18:33:42.110 INFO:tasks.rados.rados.0.smithi029.stdout:3985: got expected ENOENT (src dne) 2024-07-27T18:33:42.110 INFO:tasks.rados.rados.0.smithi029.stdout:3985: finishing copy_from racing read to smithi02985406-24 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3986: finishing rollback tid 0 to smithi02985406-22 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3986: finishing rollback tid 1 to smithi02985406-22 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3986: finishing rollback tid 2 to smithi02985406-22 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 22 v 2573 (ObjNum 1233 snap 362 seq_num 1233) dirty exists 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3984: finishing write tid 1 to smithi02985406-10 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3984: finishing write tid 2 to smithi02985406-10 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3984: finishing write tid 3 to smithi02985406-10 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3984: finishing write tid 4 to smithi02985406-10 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3984: finishing write tid 5 to smithi02985406-10 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3984: finishing write tid 6 to smithi02985406-10 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3984: oid 10 updating version 0 to 2628 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3984: oid 10 version 2628 is already newer than 2627 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3984: oid 10 version 2628 is already newer than 2624 2024-07-27T18:33:42.111 INFO:tasks.rados.rados.0.smithi029.stdout:3984: oid 10 version 2628 is already newer than 2626 2024-07-27T18:33:42.112 INFO:tasks.rados.rados.0.smithi029.stdout:3984: oid 10 version 2628 is already newer than 2625 2024-07-27T18:33:42.112 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 10 v 2628 (ObjNum 1260 snap 377 seq_num 1260) dirty exists 2024-07-27T18:33:42.112 INFO:tasks.rados.rados.0.smithi029.stdout:3984: left oid 10 (ObjNum 1260 snap 377 seq_num 1260) 2024-07-27T18:33:42.116 INFO:tasks.rados.rados.0.smithi029.stdout:3984: done (3 left) 2024-07-27T18:33:42.116 INFO:tasks.rados.rados.0.smithi029.stdout:3985: done (2 left) 2024-07-27T18:33:42.116 INFO:tasks.rados.rados.0.smithi029.stdout:3986: done (1 left) 2024-07-27T18:33:42.117 INFO:tasks.rados.rados.0.smithi029.stdout:3988: done (0 left) 2024-07-27T18:33:42.117 INFO:tasks.rados.rados.0.smithi029.stdout:3989: read oid 27 snap -1 2024-07-27T18:33:42.117 INFO:tasks.rados.rados.0.smithi029.stdout:3989: expect (ObjNum 1058 snap 317 seq_num 1058) 2024-07-27T18:33:42.117 INFO:tasks.rados.rados.0.smithi029.stdout:3990: read oid 38 snap -1 2024-07-27T18:33:42.117 INFO:tasks.rados.rados.0.smithi029.stdout:3990: expect deleted 2024-07-27T18:33:42.117 INFO:tasks.rados.rados.0.smithi029.stdout:3991: snap_create 2024-07-27T18:33:42.127 INFO:tasks.rados.rados.0.smithi029.stdout:3989: expect (ObjNum 1058 snap 317 seq_num 1058) 2024-07-27T18:33:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:42 smithi179 ceph-mon[89801]: pgmap v929: 121 pgs: 121 active+clean; 117 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 2.9 MiB/s rd, 0 B/s wr, 7 op/s 2024-07-27T18:33:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:42 smithi179 ceph-mon[89801]: osdmap e840: 8 total, 8 up, 8 in 2024-07-27T18:33:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:42 smithi179 ceph-mon[89801]: osdmap e841: 8 total, 8 up, 8 in 2024-07-27T18:33:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:42 smithi029 ceph-mon[96870]: pgmap v929: 121 pgs: 121 active+clean; 117 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 2.9 MiB/s rd, 0 B/s wr, 7 op/s 2024-07-27T18:33:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:42 smithi029 ceph-mon[96870]: osdmap e840: 8 total, 8 up, 8 in 2024-07-27T18:33:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:42 smithi029 ceph-mon[96870]: osdmap e841: 8 total, 8 up, 8 in 2024-07-27T18:33:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:42 smithi029 ceph-mon[99353]: pgmap v929: 121 pgs: 121 active+clean; 117 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 2.9 MiB/s rd, 0 B/s wr, 7 op/s 2024-07-27T18:33:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:42 smithi029 ceph-mon[99353]: osdmap e840: 8 total, 8 up, 8 in 2024-07-27T18:33:42.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:42 smithi029 ceph-mon[99353]: osdmap e841: 8 total, 8 up, 8 in 2024-07-27T18:33:42.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:33:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:33:42] "GET /metrics HTTP/1.1" 200 36346 "" "Prometheus/2.43.0" 2024-07-27T18:33:43.112 INFO:tasks.rados.rados.0.smithi029.stdout:3989: done (2 left) 2024-07-27T18:33:43.112 INFO:tasks.rados.rados.0.smithi029.stdout:3990: done (1 left) 2024-07-27T18:33:43.112 INFO:tasks.rados.rados.0.smithi029.stdout:3991: done (0 left) 2024-07-27T18:33:43.112 INFO:tasks.rados.rados.0.smithi029.stdout:3992: read oid 26 snap -1 2024-07-27T18:33:43.112 INFO:tasks.rados.rados.0.smithi029.stdout:3992: expect (ObjNum 996 snap 299 seq_num 996) 2024-07-27T18:33:43.112 INFO:tasks.rados.rados.0.smithi029.stdout:3993: snap_remove snap 369 2024-07-27T18:33:44.115 INFO:tasks.rados.rados.0.smithi029.stdout:3993: done (1 left) 2024-07-27T18:33:44.116 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 2 current snap is 378 2024-07-27T18:33:44.116 INFO:tasks.rados.rados.0.smithi029.stdout:3994: seq_num 1262 ranges {4718592=745472,5464064=679936,6144000=524288} 2024-07-27T18:33:44.145 INFO:tasks.rados.rados.0.smithi029.stdout:3994: writing smithi02985406-2 from 4718592 to 5464064 tid 1 2024-07-27T18:33:44.148 INFO:tasks.rados.rados.0.smithi029.stdout:3994: writing smithi02985406-2 from 5464064 to 6144000 tid 2 2024-07-27T18:33:44.152 INFO:tasks.rados.rados.0.smithi029.stdout:3994: writing smithi02985406-2 from 6144000 to 6668288 tid 3 2024-07-27T18:33:44.152 INFO:tasks.rados.rados.0.smithi029.stdout:3995: snap_remove snap 373 2024-07-27T18:33:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:44 smithi179 ceph-mon[89801]: pgmap v932: 121 pgs: 121 active+clean; 121 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 MiB/s rd, 884 KiB/s wr, 7 op/s 2024-07-27T18:33:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:44 smithi179 ceph-mon[89801]: osdmap e842: 8 total, 8 up, 8 in 2024-07-27T18:33:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:44 smithi029 ceph-mon[96870]: pgmap v932: 121 pgs: 121 active+clean; 121 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 MiB/s rd, 884 KiB/s wr, 7 op/s 2024-07-27T18:33:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:44 smithi029 ceph-mon[96870]: osdmap e842: 8 total, 8 up, 8 in 2024-07-27T18:33:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:44 smithi029 ceph-mon[99353]: pgmap v932: 121 pgs: 121 active+clean; 121 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 MiB/s rd, 884 KiB/s wr, 7 op/s 2024-07-27T18:33:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:44 smithi029 ceph-mon[99353]: osdmap e842: 8 total, 8 up, 8 in 2024-07-27T18:33:45.126 INFO:tasks.rados.rados.0.smithi029.stdout:3995: done (2 left) 2024-07-27T18:33:45.126 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 23 current snap is 378 2024-07-27T18:33:45.126 INFO:tasks.rados.rados.0.smithi029.stdout:3996: seq_num 1263 ranges {5799936=761856,6561792=565248,7127040=638976} 2024-07-27T18:33:45.162 INFO:tasks.rados.rados.0.smithi029.stdout:3996: writing smithi02985406-23 from 5799936 to 6561792 tid 1 2024-07-27T18:33:45.166 INFO:tasks.rados.rados.0.smithi029.stdout:3996: writing smithi02985406-23 from 6561792 to 7127040 tid 2 2024-07-27T18:33:45.170 INFO:tasks.rados.rados.0.smithi029.stdout:3996: writing smithi02985406-23 from 7127040 to 7766016 tid 3 2024-07-27T18:33:45.170 INFO:tasks.rados.rados.0.smithi029.stdout:3997: read oid 19 snap 372 2024-07-27T18:33:45.170 INFO:tasks.rados.rados.0.smithi029.stdout:3997: expect deleted 2024-07-27T18:33:45.170 INFO:tasks.rados.rados.0.smithi029.stdout:3998: snap_create 2024-07-27T18:33:45.170 INFO:tasks.rados.rados.0.smithi029.stdout:3992: expect (ObjNum 996 snap 299 seq_num 996) 2024-07-27T18:33:45.266 INFO:tasks.rados.rados.0.smithi029.stdout:3994: finishing write tid 1 to smithi02985406-2 2024-07-27T18:33:45.267 INFO:tasks.rados.rados.0.smithi029.stdout:3994: finishing write tid 2 to smithi02985406-2 2024-07-27T18:33:45.267 INFO:tasks.rados.rados.0.smithi029.stdout:3994: finishing write tid 3 to smithi02985406-2 2024-07-27T18:33:45.267 INFO:tasks.rados.rados.0.smithi029.stdout:3994: finishing write tid 4 to smithi02985406-2 2024-07-27T18:33:45.267 INFO:tasks.rados.rados.0.smithi029.stdout:3994: finishing write tid 5 to smithi02985406-2 2024-07-27T18:33:45.267 INFO:tasks.rados.rados.0.smithi029.stdout:3994: oid 2 updating version 0 to 2675 2024-07-27T18:33:45.267 INFO:tasks.rados.rados.0.smithi029.stdout:3994: oid 2 version 2675 is already newer than 2673 2024-07-27T18:33:45.267 INFO:tasks.rados.rados.0.smithi029.stdout:3994: oid 2 version 2675 is already newer than 2672 2024-07-27T18:33:45.267 INFO:tasks.rados.rados.0.smithi029.stdout:3994: oid 2 version 2675 is already newer than 2674 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 2 v 2675 (ObjNum 1262 snap 378 seq_num 1262) dirty exists 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:3994: left oid 2 (ObjNum 1262 snap 378 seq_num 1262) 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:3996: finishing write tid 1 to smithi02985406-23 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:3996: finishing write tid 2 to smithi02985406-23 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:3996: finishing write tid 3 to smithi02985406-23 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:3996: finishing write tid 4 to smithi02985406-23 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:3996: finishing write tid 5 to smithi02985406-23 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:3996: oid 23 updating version 0 to 2581 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:3996: oid 23 updating version 2581 to 2584 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:3996: oid 23 version 2584 is already newer than 2583 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:3996: oid 23 version 2584 is already newer than 2582 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 23 v 2584 (ObjNum 1263 snap 378 seq_num 1263) dirty exists 2024-07-27T18:33:45.268 INFO:tasks.rados.rados.0.smithi029.stdout:3996: left oid 23 (ObjNum 1263 snap 378 seq_num 1263) 2024-07-27T18:33:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:45 smithi179 ceph-mon[89801]: osdmap e843: 8 total, 8 up, 8 in 2024-07-27T18:33:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:45 smithi029 ceph-mon[96870]: osdmap e843: 8 total, 8 up, 8 in 2024-07-27T18:33:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:45 smithi029 ceph-mon[99353]: osdmap e843: 8 total, 8 up, 8 in 2024-07-27T18:33:46.131 INFO:tasks.rados.rados.0.smithi029.stdout:3992: done (4 left) 2024-07-27T18:33:46.131 INFO:tasks.rados.rados.0.smithi029.stdout:3994: done (3 left) 2024-07-27T18:33:46.131 INFO:tasks.rados.rados.0.smithi029.stdout:3996: done (2 left) 2024-07-27T18:33:46.131 INFO:tasks.rados.rados.0.smithi029.stdout:3997: done (1 left) 2024-07-27T18:33:46.132 INFO:tasks.rados.rados.0.smithi029.stdout:3998: done (0 left) 2024-07-27T18:33:46.132 INFO:tasks.rados.rados.0.smithi029.stdout:append oid 44 current snap is 379 2024-07-27T18:33:46.132 INFO:tasks.rados.rados.0.smithi029.stdout:3999: seq_num 1264 ranges {7028736=778240,7806976=450560,8257536=573440,8830976=180224} 2024-07-27T18:33:46.174 INFO:tasks.rados.rados.0.smithi029.stdout:3999: writing smithi02985406-44 from 7028736 to 7806976 tid 1 2024-07-27T18:33:46.176 INFO:tasks.rados.rados.0.smithi029.stdout:3999: writing smithi02985406-44 from 7806976 to 8257536 tid 2 2024-07-27T18:33:46.179 INFO:tasks.rados.rados.0.smithi029.stdout:3999: writing smithi02985406-44 from 8257536 to 8830976 tid 3 2024-07-27T18:33:46.180 INFO:tasks.rados.rados.0.smithi029.stdout:3999: writing smithi02985406-44 from 8830976 to 9011200 tid 4 2024-07-27T18:33:46.180 INFO:tasks.rados.rados.0.smithi029.stdout: waiting on 1 2024-07-27T18:33:46.183 INFO:tasks.rados.rados.0.smithi029.stdout:3999: finishing write tid 1 to smithi02985406-44 2024-07-27T18:33:46.183 INFO:tasks.rados.rados.0.smithi029.stdout:3999: finishing write tid 2 to smithi02985406-44 2024-07-27T18:33:46.186 INFO:tasks.rados.rados.0.smithi029.stdout:3999: finishing write tid 3 to smithi02985406-44 2024-07-27T18:33:46.186 INFO:tasks.rados.rados.0.smithi029.stdout:3999: finishing write tid 4 to smithi02985406-44 2024-07-27T18:33:46.187 INFO:tasks.rados.rados.0.smithi029.stdout:3999: finishing write tid 5 to smithi02985406-44 2024-07-27T18:33:46.188 INFO:tasks.rados.rados.0.smithi029.stdout:3999: finishing write tid 6 to smithi02985406-44 2024-07-27T18:33:46.188 INFO:tasks.rados.rados.0.smithi029.stdout:3999: oid 44 updating version 0 to 2632 2024-07-27T18:33:46.188 INFO:tasks.rados.rados.0.smithi029.stdout:3999: oid 44 updating version 2632 to 2633 2024-07-27T18:33:46.188 INFO:tasks.rados.rados.0.smithi029.stdout:3999: oid 44 version 2633 is already newer than 2630 2024-07-27T18:33:46.188 INFO:tasks.rados.rados.0.smithi029.stdout:3999: oid 44 version 2633 is already newer than 2631 2024-07-27T18:33:46.188 INFO:tasks.rados.rados.0.smithi029.stdout:3999: oid 44 version 2633 is already newer than 2629 2024-07-27T18:33:46.189 INFO:tasks.rados.rados.0.smithi029.stdout:update_object_version oid 44 v 2633 (ObjNum 1264 snap 379 seq_num 1264) dirty exists 2024-07-27T18:33:46.189 INFO:tasks.rados.rados.0.smithi029.stdout:3999: left oid 44 (ObjNum 1264 snap 379 seq_num 1264) 2024-07-27T18:33:46.189 INFO:tasks.rados.rados.0.smithi029.stdout:3999: done (0 left) 2024-07-27T18:33:46.190 INFO:tasks.rados.rados.0.smithi029.stderr:0 errors. 2024-07-27T18:33:46.190 INFO:tasks.rados.rados.0.smithi029.stderr: 2024-07-27T18:33:46.194 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd dump --format=json 2024-07-27T18:33:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:46 smithi179 ceph-mon[89801]: pgmap v935: 121 pgs: 121 active+clean; 126 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 10 op/s 2024-07-27T18:33:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:46 smithi179 ceph-mon[89801]: osdmap e844: 8 total, 8 up, 8 in 2024-07-27T18:33:46.449 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:33:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:46 smithi029 ceph-mon[96870]: pgmap v935: 121 pgs: 121 active+clean; 126 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 10 op/s 2024-07-27T18:33:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:46 smithi029 ceph-mon[96870]: osdmap e844: 8 total, 8 up, 8 in 2024-07-27T18:33:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:46 smithi029 ceph-mon[99353]: pgmap v935: 121 pgs: 121 active+clean; 126 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 10 op/s 2024-07-27T18:33:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:46 smithi029 ceph-mon[99353]: osdmap e844: 8 total, 8 up, 8 in 2024-07-27T18:33:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:47 smithi179 ceph-mon[89801]: osdmap e845: 8 total, 8 up, 8 in 2024-07-27T18:33:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:47 smithi179 ceph-mon[89801]: osdmap e846: 8 total, 8 up, 8 in 2024-07-27T18:33:47.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:47 smithi029 ceph-mon[96870]: osdmap e845: 8 total, 8 up, 8 in 2024-07-27T18:33:47.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:47 smithi029 ceph-mon[96870]: osdmap e846: 8 total, 8 up, 8 in 2024-07-27T18:33:47.423 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:47 smithi029 ceph-mon[99353]: osdmap e845: 8 total, 8 up, 8 in 2024-07-27T18:33:47.423 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:47 smithi029 ceph-mon[99353]: osdmap e846: 8 total, 8 up, 8 in 2024-07-27T18:33:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:48 smithi179 ceph-mon[89801]: pgmap v938: 121 pgs: 121 active+clean; 130 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 719 KiB/s rd, 2.2 MiB/s wr, 8 op/s 2024-07-27T18:33:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:48 smithi029 ceph-mon[96870]: pgmap v938: 121 pgs: 121 active+clean; 130 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 719 KiB/s rd, 2.2 MiB/s wr, 8 op/s 2024-07-27T18:33:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:48 smithi029 ceph-mon[99353]: pgmap v938: 121 pgs: 121 active+clean; 130 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 719 KiB/s rd, 2.2 MiB/s wr, 8 op/s 2024-07-27T18:33:48.550 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:33:48.551 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":846,"fsid":"70f4cc2a-4c43-11ef-bcc7-c7b262605968","created":"2024-07-27T18:11:04.766550+0000","modified":"2024-07-27T18:33:47.104268+0000","last_up_change":"2024-07-27T18:28:21.995624+0000","last_in_change":"2024-07-27T18:16:00.711612+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":27,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":5,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"luminous","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-07-27T18:14:20.759229+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-07-27T18:16:46.025302+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_type":"Fair distribution","score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-07-27T18:16:49.726383+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_type":"Fair distribution","score_acting":1.3799999952316284,"score_stable":1.3799999952316284,"optimal_score":1,"raw_score_acting":1.3799999952316284,"raw_score_stable":1.3799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":4,"pool_name":"rbd","create_time":"2024-07-27T18:17:44.513895+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"76","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":3,"snap_epoch":76,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":5,"pool_name":"unique_pool_0","create_time":"2024-07-27T18:20:35.619083+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":3,"size":3,"min_size":2,"crush_rule":1,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":16,"pg_placement_num":16,"pg_placement_num_target":16,"pg_num_target":16,"pg_num_pending":16,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"845","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":447,"snap_epoch":845,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"teuthologyprofile","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":8192,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rados":{}}}],"osds":[{"osd":0,"uuid":"6d998df7-ced9-4bd1-9caf-0054c2dccbfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":293,"up_from":304,"up_thru":535,"down_at":294,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3511870069},{"type":"v1","addr":"172.21.15.29:6803","nonce":3511870069}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3511870069},{"type":"v1","addr":"172.21.15.29:6805","nonce":3511870069}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3511870069},{"type":"v1","addr":"172.21.15.29:6809","nonce":3511870069}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3511870069},{"type":"v1","addr":"172.21.15.29:6807","nonce":3511870069}]},"public_addr":"172.21.15.29:6803/3511870069","cluster_addr":"172.21.15.29:6805/3511870069","heartbeat_back_addr":"172.21.15.29:6809/3511870069","heartbeat_front_addr":"172.21.15.29:6807/3511870069","state":["exists","up"]},{"osd":1,"uuid":"467fef03-d2ac-478a-bac6-418a93719e3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":13,"last_clean_end":327,"up_from":338,"up_thru":535,"down_at":328,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":1458322568},{"type":"v1","addr":"172.21.15.29:6811","nonce":1458322568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":1458322568},{"type":"v1","addr":"172.21.15.29:6813","nonce":1458322568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":1458322568},{"type":"v1","addr":"172.21.15.29:6817","nonce":1458322568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":1458322568},{"type":"v1","addr":"172.21.15.29:6815","nonce":1458322568}]},"public_addr":"172.21.15.29:6811/1458322568","cluster_addr":"172.21.15.29:6813/1458322568","heartbeat_back_addr":"172.21.15.29:6817/1458322568","heartbeat_front_addr":"172.21.15.29:6815/1458322568","state":["exists","up"]},{"osd":2,"uuid":"d7656edf-9814-40e0-a46e-6f65e3fcecb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":18,"last_clean_end":361,"up_from":371,"up_thru":535,"down_at":362,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":2093905338},{"type":"v1","addr":"172.21.15.29:6819","nonce":2093905338}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":2093905338},{"type":"v1","addr":"172.21.15.29:6821","nonce":2093905338}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":2093905338},{"type":"v1","addr":"172.21.15.29:6825","nonce":2093905338}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":2093905338},{"type":"v1","addr":"172.21.15.29:6823","nonce":2093905338}]},"public_addr":"172.21.15.29:6819/2093905338","cluster_addr":"172.21.15.29:6821/2093905338","heartbeat_back_addr":"172.21.15.29:6825/2093905338","heartbeat_front_addr":"172.21.15.29:6823/2093905338","state":["exists","up"]},{"osd":3,"uuid":"b8b5e940-937e-4eea-80cf-fdc7a8c5ba89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":26,"last_clean_end":392,"up_from":404,"up_thru":535,"down_at":393,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":3782055130},{"type":"v1","addr":"172.21.15.29:6827","nonce":3782055130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":3782055130},{"type":"v1","addr":"172.21.15.29:6829","nonce":3782055130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":3782055130},{"type":"v1","addr":"172.21.15.29:6833","nonce":3782055130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":3782055130},{"type":"v1","addr":"172.21.15.29:6831","nonce":3782055130}]},"public_addr":"172.21.15.29:6827/3782055130","cluster_addr":"172.21.15.29:6829/3782055130","heartbeat_back_addr":"172.21.15.29:6833/3782055130","heartbeat_front_addr":"172.21.15.29:6831/3782055130","state":["exists","up"]},{"osd":4,"uuid":"1ce22e2d-639a-4a47-8332-bec4f1b3215f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":32,"last_clean_end":425,"up_from":436,"up_thru":535,"down_at":426,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":1924054784},{"type":"v1","addr":"172.21.15.179:6801","nonce":1924054784}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":1924054784},{"type":"v1","addr":"172.21.15.179:6803","nonce":1924054784}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":1924054784},{"type":"v1","addr":"172.21.15.179:6807","nonce":1924054784}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":1924054784},{"type":"v1","addr":"172.21.15.179:6805","nonce":1924054784}]},"public_addr":"172.21.15.179:6801/1924054784","cluster_addr":"172.21.15.179:6803/1924054784","heartbeat_back_addr":"172.21.15.179:6807/1924054784","heartbeat_front_addr":"172.21.15.179:6805/1924054784","state":["exists","up"]},{"osd":5,"uuid":"119f7284-551b-47a0-81c4-37e3fd0928ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":40,"last_clean_end":459,"up_from":469,"up_thru":535,"down_at":460,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":3048993168},{"type":"v1","addr":"172.21.15.179:6809","nonce":3048993168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":3048993168},{"type":"v1","addr":"172.21.15.179:6811","nonce":3048993168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":3048993168},{"type":"v1","addr":"172.21.15.179:6815","nonce":3048993168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":3048993168},{"type":"v1","addr":"172.21.15.179:6813","nonce":3048993168}]},"public_addr":"172.21.15.179:6809/3048993168","cluster_addr":"172.21.15.179:6811/3048993168","heartbeat_back_addr":"172.21.15.179:6815/3048993168","heartbeat_front_addr":"172.21.15.179:6813/3048993168","state":["exists","up"]},{"osd":6,"uuid":"227d5b06-8cf2-4545-9fa3-d485d0fe4b43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":48,"last_clean_end":490,"up_from":501,"up_thru":535,"down_at":491,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":405498415},{"type":"v1","addr":"172.21.15.179:6817","nonce":405498415}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":405498415},{"type":"v1","addr":"172.21.15.179:6819","nonce":405498415}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":405498415},{"type":"v1","addr":"172.21.15.179:6823","nonce":405498415}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":405498415},{"type":"v1","addr":"172.21.15.179:6821","nonce":405498415}]},"public_addr":"172.21.15.179:6817/405498415","cluster_addr":"172.21.15.179:6819/405498415","heartbeat_back_addr":"172.21.15.179:6823/405498415","heartbeat_front_addr":"172.21.15.179:6821/405498415","state":["exists","up"]},{"osd":7,"uuid":"c804c166-bf7d-4d3f-a1e2-f85179886890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":56,"last_clean_end":524,"up_from":535,"up_thru":535,"down_at":525,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":363968123},{"type":"v1","addr":"172.21.15.179:6825","nonce":363968123}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":363968123},{"type":"v1","addr":"172.21.15.179:6827","nonce":363968123}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":363968123},{"type":"v1","addr":"172.21.15.179:6831","nonce":363968123}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":363968123},{"type":"v1","addr":"172.21.15.179:6829","nonce":363968123}]},"public_addr":"172.21.15.179:6825/363968123","cluster_addr":"172.21.15.179:6827/363968123","heartbeat_back_addr":"172.21.15.179:6831/363968123","heartbeat_front_addr":"172.21.15.179:6829/363968123","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:26.802898+0000","dead_epoch":293},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:52.229957+0000","dead_epoch":327},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:16.548800+0000","dead_epoch":361},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:41.871787+0000","dead_epoch":392},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:03.727227+0000","dead_epoch":425},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:27.752290+0000","dead_epoch":459},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:51.513507+0000","dead_epoch":490},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:16:16.222140+0000","dead_epoch":524}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.5","mappings":[{"from":7,"to":2}]},{"pgid":"3.9","mappings":[{"from":4,"to":1}]},{"pgid":"3.f","mappings":[{"from":0,"to":3}]},{"pgid":"3.14","mappings":[{"from":4,"to":2}]},{"pgid":"3.1d","mappings":[{"from":5,"to":2}]},{"pgid":"3.21","mappings":[{"from":5,"to":1}]},{"pgid":"3.2c","mappings":[{"from":6,"to":2}]},{"pgid":"3.39","mappings":[{"from":0,"to":1}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.179:6833/3326352185":"2024-07-28T18:28:46.296117+0000","172.21.15.29:0/3417901807":"2024-07-28T18:23:08.551327+0000","172.21.15.29:0/452419248":"2024-07-28T18:23:08.551327+0000","172.21.15.29:0/2306135667":"2024-07-28T18:23:08.551327+0000","172.21.15.179:6832/3326352185":"2024-07-28T18:28:46.296117+0000","172.21.15.29:0/2835102785":"2024-07-28T18:23:08.551327+0000","172.21.15.29:6801/3775800858":"2024-07-28T18:23:08.551327+0000","172.21.15.29:6800/3775800858":"2024-07-28T18:23:08.551327+0000","172.21.15.29:6801/954519543":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/3971106289":"2024-07-28T18:21:56.942169+0000","172.21.15.29:0/3967498613":"2024-07-28T18:21:56.942169+0000","172.21.15.29:6801/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.179:0/1082988084":"2024-07-28T18:22:26.678289+0000","172.21.15.29:0/3141629589":"2024-07-28T18:11:40.915357+0000","172.21.15.29:6800/954519543":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/538119603":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/614788765":"2024-07-28T18:23:08.551327+0000","172.21.15.29:6800/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6801/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/190649711":"2024-07-28T18:21:56.942169+0000","172.21.15.29:0/869782601":"2024-07-28T18:11:40.915357+0000","172.21.15.179:0/1828091001":"2024-07-28T18:22:26.678289+0000","172.21.15.179:6834/2610522495":"2024-07-28T18:22:26.678289+0000","172.21.15.179:0/801973772":"2024-07-28T18:22:26.678289+0000","172.21.15.29:0/2749117178":"2024-07-28T18:23:08.551327+0000","172.21.15.29:0/3379292268":"2024-07-28T18:17:41.338358+0000","172.21.15.179:0/1982282761":"2024-07-28T18:22:26.678289+0000","172.21.15.179:6835/2610522495":"2024-07-28T18:22:26.678289+0000","172.21.15.29:0/2512041807":"2024-07-28T18:23:08.551327+0000","172.21.15.29:0/3215539880":"2024-07-28T18:11:40.915357+0000","172.21.15.179:0/4249957528":"2024-07-28T18:22:26.678289+0000","172.21.15.29:6800/612740776":"2024-07-28T18:21:56.942169+0000","172.21.15.29:0/2584965221":"2024-07-28T18:17:41.338358+0000","172.21.15.179:0/2986345130":"2024-07-28T18:22:26.678289+0000","172.21.15.179:0/1962764327":"2024-07-28T18:22:26.678289+0000","172.21.15.29:0/3990979992":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/2802647195":"2024-07-28T18:21:56.942169+0000","172.21.15.29:0/3387472076":"2024-07-28T18:21:56.942169+0000","172.21.15.29:6800/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/379020480":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/2564329360":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6801/612740776":"2024-07-28T18:21:56.942169+0000","172.21.15.29:0/1764223943":"2024-07-28T18:12:04.261564+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"},"teuthologyprofile":{"crush-device-class":"","crush-failure-domain":"osd","crush-root":"default","jerasure-per-chunk-alignment":"false","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van","w":"8"}},"removed_snaps_queue":[{"pool":5,"snaps":[{"begin":438,"length":1},{"begin":442,"length":2},{"begin":445,"length":1}]}],"new_removed_snaps":[],"new_purged_snaps":[{"pool":5,"snaps":[{"begin":436,"length":1}]}],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-07-27T18:33:49.317 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:49 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1890992701' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:33:49.317 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:49 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1890992701' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:33:49.345 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph pg dump --format=json 2024-07-27T18:33:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:49 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1890992701' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T18:33:49.576 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:33:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:50 smithi029 ceph-mon[96870]: pgmap v940: 121 pgs: 121 active+clean; 130 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.5 MiB/s rd, 818 KiB/s wr, 4 op/s 2024-07-27T18:33:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:50 smithi029 ceph-mon[99353]: pgmap v940: 121 pgs: 121 active+clean; 130 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.5 MiB/s rd, 818 KiB/s wr, 4 op/s 2024-07-27T18:33:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:50 smithi179 ceph-mon[89801]: pgmap v940: 121 pgs: 121 active+clean; 130 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.5 MiB/s rd, 818 KiB/s wr, 4 op/s 2024-07-27T18:33:51.386 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T18:33:51.388 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-07-27T18:33:52.107 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":941,"stamp":"2024-07-27T18:33:50.725211+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":138173451,"num_objects":84,"num_object_clones":19,"num_object_copies":252,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":84,"num_whiteouts":4,"num_read":4898,"num_read_kb":5703680,"num_write":9011,"num_write_kb":1867646,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":119,"num_bytes_recovered":445277792,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":19611,"ondisk_log_size":19611,"up":363,"acting":363,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":363,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2583760,"kb_used_data":274012,"kb_used_omap":269,"kb_used_meta":2309362,"kb_avail":747377456,"statfs":{"total":767960285184,"available":765314514944,"internally_reserved":0,"allocated":280588288,"data_stored":356442309,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":276373,"internal_metadata":2364786795},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":5832704,"num_objects":2,"num_object_clones":2,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":11,"num_read_kb":11744,"num_write":13,"num_write_kb":5696,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"6.001622"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":1103,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.129401+0000","last_change":"2024-07-27T18:28:23.029403+0000","last_active":"2024-07-27T18:33:46.129401+0000","last_peered":"2024-07-27T18:33:46.129401+0000","last_clean":"2024-07-27T18:33:46.129401+0000","last_became_active":"2024-07-27T18:28:23.029122+0000","last_became_peered":"2024-07-27T18:28:23.029122+0000","last_unstale":"2024-07-27T18:33:46.129401+0000","last_undegraded":"2024-07-27T18:33:46.129401+0000","last_fullsized":"2024-07-27T18:33:46.129401+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:52:12.741714+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":1297,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359188+0000","last_change":"2024-07-27T18:27:49.086337+0000","last_active":"2024-07-27T18:33:47.359188+0000","last_peered":"2024-07-27T18:33:47.359188+0000","last_clean":"2024-07-27T18:33:47.359188+0000","last_became_active":"2024-07-27T18:27:49.085912+0000","last_became_peered":"2024-07-27T18:27:49.085912+0000","last_unstale":"2024-07-27T18:33:47.359188+0000","last_undegraded":"2024-07-27T18:33:47.359188+0000","last_fullsized":"2024-07-27T18:33:47.359188+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:20:43.237580+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":1320,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.361260+0000","last_change":"2024-07-27T18:25:33.980656+0000","last_active":"2024-07-27T18:33:47.361260+0000","last_peered":"2024-07-27T18:33:47.361260+0000","last_clean":"2024-07-27T18:33:47.361260+0000","last_became_active":"2024-07-27T18:25:33.980330+0000","last_became_peered":"2024-07-27T18:25:33.980330+0000","last_unstale":"2024-07-27T18:33:47.361260+0000","last_undegraded":"2024-07-27T18:33:47.361260+0000","last_fullsized":"2024-07-27T18:33:47.361260+0000","mapping_epoch":371,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":372,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:40:10.419402+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":1168,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108352+0000","last_change":"2024-07-27T18:28:23.017833+0000","last_active":"2024-07-27T18:33:47.108352+0000","last_peered":"2024-07-27T18:33:47.108352+0000","last_clean":"2024-07-27T18:33:47.108352+0000","last_became_active":"2024-07-27T18:28:23.017437+0000","last_became_peered":"2024-07-27T18:28:23.017437+0000","last_unstale":"2024-07-27T18:33:47.108352+0000","last_undegraded":"2024-07-27T18:33:47.108352+0000","last_fullsized":"2024-07-27T18:33:47.108352+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:11:59.014672+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":1120,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.128795+0000","last_change":"2024-07-27T18:28:23.026892+0000","last_active":"2024-07-27T18:33:46.128795+0000","last_peered":"2024-07-27T18:33:46.128795+0000","last_clean":"2024-07-27T18:33:46.128795+0000","last_became_active":"2024-07-27T18:28:23.026399+0000","last_became_peered":"2024-07-27T18:28:23.026399+0000","last_unstale":"2024-07-27T18:33:46.128795+0000","last_undegraded":"2024-07-27T18:33:46.128795+0000","last_fullsized":"2024-07-27T18:33:46.128795+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:52:37.255818+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":1147,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107880+0000","last_change":"2024-07-27T18:27:15.018543+0000","last_active":"2024-07-27T18:33:47.107880+0000","last_peered":"2024-07-27T18:33:47.107880+0000","last_clean":"2024-07-27T18:33:47.107880+0000","last_became_active":"2024-07-27T18:27:15.017748+0000","last_became_peered":"2024-07-27T18:27:15.017748+0000","last_unstale":"2024-07-27T18:33:47.107880+0000","last_undegraded":"2024-07-27T18:33:47.107880+0000","last_fullsized":"2024-07-27T18:33:47.107880+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:13:44.651384+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":1129,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.128540+0000","last_change":"2024-07-27T18:28:23.030708+0000","last_active":"2024-07-27T18:33:46.128540+0000","last_peered":"2024-07-27T18:33:46.128540+0000","last_clean":"2024-07-27T18:33:46.128540+0000","last_became_active":"2024-07-27T18:28:23.028773+0000","last_became_peered":"2024-07-27T18:28:23.028773+0000","last_unstale":"2024-07-27T18:33:46.128540+0000","last_undegraded":"2024-07-27T18:33:46.128540+0000","last_fullsized":"2024-07-27T18:33:46.128540+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:32:58.272717+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1,4],"acting":[7,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":1210,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.121630+0000","last_change":"2024-07-27T18:27:49.075026+0000","last_active":"2024-07-27T18:33:45.121630+0000","last_peered":"2024-07-27T18:33:45.121630+0000","last_clean":"2024-07-27T18:33:45.121630+0000","last_became_active":"2024-07-27T18:27:49.073800+0000","last_became_peered":"2024-07-27T18:27:49.073800+0000","last_unstale":"2024-07-27T18:33:45.121630+0000","last_undegraded":"2024-07-27T18:33:45.121630+0000","last_fullsized":"2024-07-27T18:33:45.121630+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:57:44.837446+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":1112,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.129363+0000","last_change":"2024-07-27T18:28:23.030266+0000","last_active":"2024-07-27T18:33:46.129363+0000","last_peered":"2024-07-27T18:33:46.129363+0000","last_clean":"2024-07-27T18:33:46.129363+0000","last_became_active":"2024-07-27T18:28:23.028511+0000","last_became_peered":"2024-07-27T18:28:23.028511+0000","last_unstale":"2024-07-27T18:33:46.129363+0000","last_undegraded":"2024-07-27T18:33:46.129363+0000","last_fullsized":"2024-07-27T18:33:46.129363+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:09:06.915107+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":1137,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.131478+0000","last_change":"2024-07-27T18:27:49.085275+0000","last_active":"2024-07-27T18:33:45.131478+0000","last_peered":"2024-07-27T18:33:45.131478+0000","last_clean":"2024-07-27T18:33:45.131478+0000","last_became_active":"2024-07-27T18:27:49.083523+0000","last_became_peered":"2024-07-27T18:27:49.083523+0000","last_unstale":"2024-07-27T18:33:45.131478+0000","last_undegraded":"2024-07-27T18:33:45.131478+0000","last_fullsized":"2024-07-27T18:33:45.131478+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:54:58.487115+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":1137,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.130248+0000","last_change":"2024-07-27T18:27:49.081706+0000","last_active":"2024-07-27T18:33:45.130248+0000","last_peered":"2024-07-27T18:33:45.130248+0000","last_clean":"2024-07-27T18:33:45.130248+0000","last_became_active":"2024-07-27T18:27:49.081465+0000","last_became_peered":"2024-07-27T18:27:49.081465+0000","last_unstale":"2024-07-27T18:33:45.130248+0000","last_undegraded":"2024-07-27T18:33:45.130248+0000","last_fullsized":"2024-07-27T18:33:45.130248+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:21:28.192306+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":1186,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360335+0000","last_change":"2024-07-27T18:27:49.083314+0000","last_active":"2024-07-27T18:33:47.360335+0000","last_peered":"2024-07-27T18:33:47.360335+0000","last_clean":"2024-07-27T18:33:47.360335+0000","last_became_active":"2024-07-27T18:27:49.082994+0000","last_became_peered":"2024-07-27T18:27:49.082994+0000","last_unstale":"2024-07-27T18:33:47.360335+0000","last_undegraded":"2024-07-27T18:33:47.360335+0000","last_fullsized":"2024-07-27T18:33:47.360335+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:44:53.724115+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":1243,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.123379+0000","last_change":"2024-07-27T18:27:49.071726+0000","last_active":"2024-07-27T18:33:45.123379+0000","last_peered":"2024-07-27T18:33:45.123379+0000","last_clean":"2024-07-27T18:33:45.123379+0000","last_became_active":"2024-07-27T18:27:49.071396+0000","last_became_peered":"2024-07-27T18:27:49.071396+0000","last_unstale":"2024-07-27T18:33:45.123379+0000","last_undegraded":"2024-07-27T18:33:45.123379+0000","last_fullsized":"2024-07-27T18:33:45.123379+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:45:01.940634+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":1319,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.358717+0000","last_change":"2024-07-27T18:27:15.013488+0000","last_active":"2024-07-27T18:33:47.358717+0000","last_peered":"2024-07-27T18:33:47.358717+0000","last_clean":"2024-07-27T18:33:47.358717+0000","last_became_active":"2024-07-27T18:27:15.013159+0000","last_became_peered":"2024-07-27T18:27:15.013159+0000","last_unstale":"2024-07-27T18:33:47.358717+0000","last_undegraded":"2024-07-27T18:33:47.358717+0000","last_fullsized":"2024-07-27T18:33:47.358717+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:31:12.042476+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":1297,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360108+0000","last_change":"2024-07-27T18:27:15.004824+0000","last_active":"2024-07-27T18:33:47.360108+0000","last_peered":"2024-07-27T18:33:47.360108+0000","last_clean":"2024-07-27T18:33:47.360108+0000","last_became_active":"2024-07-27T18:27:15.004430+0000","last_became_peered":"2024-07-27T18:27:15.004430+0000","last_unstale":"2024-07-27T18:33:47.360108+0000","last_undegraded":"2024-07-27T18:33:47.360108+0000","last_fullsized":"2024-07-27T18:33:47.360108+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:09:08.693337+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":1149,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107368+0000","last_change":"2024-07-27T18:28:23.020311+0000","last_active":"2024-07-27T18:33:47.107368+0000","last_peered":"2024-07-27T18:33:47.107368+0000","last_clean":"2024-07-27T18:33:47.107368+0000","last_became_active":"2024-07-27T18:28:23.019987+0000","last_became_peered":"2024-07-27T18:28:23.019987+0000","last_unstale":"2024-07-27T18:33:47.107368+0000","last_undegraded":"2024-07-27T18:33:47.107368+0000","last_fullsized":"2024-07-27T18:33:47.107368+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:54:19.792582+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":1157,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108239+0000","last_change":"2024-07-27T18:28:23.020917+0000","last_active":"2024-07-27T18:33:47.108239+0000","last_peered":"2024-07-27T18:33:47.108239+0000","last_clean":"2024-07-27T18:33:47.108239+0000","last_became_active":"2024-07-27T18:28:23.020415+0000","last_became_peered":"2024-07-27T18:28:23.020415+0000","last_unstale":"2024-07-27T18:33:47.108239+0000","last_undegraded":"2024-07-27T18:33:47.108239+0000","last_fullsized":"2024-07-27T18:33:47.108239+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:25:27.621942+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":1271,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108269+0000","last_change":"2024-07-27T18:28:23.027132+0000","last_active":"2024-07-27T18:33:47.108269+0000","last_peered":"2024-07-27T18:33:47.108269+0000","last_clean":"2024-07-27T18:33:47.108269+0000","last_became_active":"2024-07-27T18:28:23.026806+0000","last_became_peered":"2024-07-27T18:28:23.026806+0000","last_unstale":"2024-07-27T18:33:47.108269+0000","last_undegraded":"2024-07-27T18:33:47.108269+0000","last_fullsized":"2024-07-27T18:33:47.108269+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:43:17.344750+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":1102,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.128894+0000","last_change":"2024-07-27T18:28:23.026971+0000","last_active":"2024-07-27T18:33:46.128894+0000","last_peered":"2024-07-27T18:33:46.128894+0000","last_clean":"2024-07-27T18:33:46.128894+0000","last_became_active":"2024-07-27T18:28:23.026630+0000","last_became_peered":"2024-07-27T18:28:23.026630+0000","last_unstale":"2024-07-27T18:33:46.128894+0000","last_undegraded":"2024-07-27T18:33:46.128894+0000","last_fullsized":"2024-07-27T18:33:46.128894+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:52:42.349360+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":1268,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108282+0000","last_change":"2024-07-27T18:26:41.017625+0000","last_active":"2024-07-27T18:33:47.108282+0000","last_peered":"2024-07-27T18:33:47.108282+0000","last_clean":"2024-07-27T18:33:47.108282+0000","last_became_active":"2024-07-27T18:26:41.016767+0000","last_became_peered":"2024-07-27T18:26:41.016767+0000","last_unstale":"2024-07-27T18:33:47.108282+0000","last_undegraded":"2024-07-27T18:33:47.108282+0000","last_fullsized":"2024-07-27T18:33:47.108282+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:37:13.852027+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,4,0],"acting":[2,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":1320,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360583+0000","last_change":"2024-07-27T18:28:23.022194+0000","last_active":"2024-07-27T18:33:47.360583+0000","last_peered":"2024-07-27T18:33:47.360583+0000","last_clean":"2024-07-27T18:33:47.360583+0000","last_became_active":"2024-07-27T18:28:23.020507+0000","last_became_peered":"2024-07-27T18:28:23.020507+0000","last_unstale":"2024-07-27T18:33:47.360583+0000","last_undegraded":"2024-07-27T18:33:47.360583+0000","last_fullsized":"2024-07-27T18:33:47.360583+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:23:14.939106+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":1149,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107492+0000","last_change":"2024-07-27T18:28:23.017857+0000","last_active":"2024-07-27T18:33:47.107492+0000","last_peered":"2024-07-27T18:33:47.107492+0000","last_clean":"2024-07-27T18:33:47.107492+0000","last_became_active":"2024-07-27T18:28:23.017423+0000","last_became_peered":"2024-07-27T18:28:23.017423+0000","last_unstale":"2024-07-27T18:33:47.107492+0000","last_undegraded":"2024-07-27T18:33:47.107492+0000","last_fullsized":"2024-07-27T18:33:47.107492+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:28:16.757201+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":1243,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.121900+0000","last_change":"2024-07-27T18:26:41.021770+0000","last_active":"2024-07-27T18:33:45.121900+0000","last_peered":"2024-07-27T18:33:45.121900+0000","last_clean":"2024-07-27T18:33:45.121900+0000","last_became_active":"2024-07-27T18:26:41.021357+0000","last_became_peered":"2024-07-27T18:26:41.021357+0000","last_unstale":"2024-07-27T18:33:45.121900+0000","last_undegraded":"2024-07-27T18:33:45.121900+0000","last_fullsized":"2024-07-27T18:33:45.121900+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:34:32.661595+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":1174,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107524+0000","last_change":"2024-07-27T18:27:15.015432+0000","last_active":"2024-07-27T18:33:47.107524+0000","last_peered":"2024-07-27T18:33:47.107524+0000","last_clean":"2024-07-27T18:33:47.107524+0000","last_became_active":"2024-07-27T18:27:15.014669+0000","last_became_peered":"2024-07-27T18:27:15.014669+0000","last_unstale":"2024-07-27T18:33:47.107524+0000","last_undegraded":"2024-07-27T18:33:47.107524+0000","last_fullsized":"2024-07-27T18:33:47.107524+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:02:01.292805+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":1234,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.125769+0000","last_change":"2024-07-27T18:26:41.018833+0000","last_active":"2024-07-27T18:33:45.125769+0000","last_peered":"2024-07-27T18:33:45.125769+0000","last_clean":"2024-07-27T18:33:45.125769+0000","last_became_active":"2024-07-27T18:26:41.018508+0000","last_became_peered":"2024-07-27T18:26:41.018508+0000","last_unstale":"2024-07-27T18:33:45.125769+0000","last_undegraded":"2024-07-27T18:33:45.125769+0000","last_fullsized":"2024-07-27T18:33:45.125769+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:28:11.601741+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":1140,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.131579+0000","last_change":"2024-07-27T18:28:23.022805+0000","last_active":"2024-07-27T18:33:45.131579+0000","last_peered":"2024-07-27T18:33:45.131579+0000","last_clean":"2024-07-27T18:33:45.131579+0000","last_became_active":"2024-07-27T18:28:23.022512+0000","last_became_peered":"2024-07-27T18:28:23.022512+0000","last_unstale":"2024-07-27T18:33:45.131579+0000","last_undegraded":"2024-07-27T18:33:45.131579+0000","last_fullsized":"2024-07-27T18:33:45.131579+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:44:08.735926+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":1298,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.358788+0000","last_change":"2024-07-27T18:26:08.033847+0000","last_active":"2024-07-27T18:33:47.358788+0000","last_peered":"2024-07-27T18:33:47.358788+0000","last_clean":"2024-07-27T18:33:47.358788+0000","last_became_active":"2024-07-27T18:26:08.033524+0000","last_became_peered":"2024-07-27T18:26:08.033524+0000","last_unstale":"2024-07-27T18:33:47.358788+0000","last_undegraded":"2024-07-27T18:33:47.358788+0000","last_fullsized":"2024-07-27T18:33:47.358788+0000","mapping_epoch":404,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:05:50.473539+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":1251,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.124809+0000","last_change":"2024-07-27T18:26:41.018004+0000","last_active":"2024-07-27T18:33:45.124809+0000","last_peered":"2024-07-27T18:33:45.124809+0000","last_clean":"2024-07-27T18:33:45.124809+0000","last_became_active":"2024-07-27T18:26:41.017680+0000","last_became_peered":"2024-07-27T18:26:41.017680+0000","last_unstale":"2024-07-27T18:33:45.124809+0000","last_undegraded":"2024-07-27T18:33:45.124809+0000","last_fullsized":"2024-07-27T18:33:45.124809+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:08:59.151693+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":1320,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.361458+0000","last_change":"2024-07-27T18:26:41.024913+0000","last_active":"2024-07-27T18:33:47.361458+0000","last_peered":"2024-07-27T18:33:47.361458+0000","last_clean":"2024-07-27T18:33:47.361458+0000","last_became_active":"2024-07-27T18:26:41.024219+0000","last_became_peered":"2024-07-27T18:26:41.024219+0000","last_unstale":"2024-07-27T18:33:47.361458+0000","last_undegraded":"2024-07-27T18:33:47.361458+0000","last_fullsized":"2024-07-27T18:33:47.361458+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:23:54.999456+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":1174,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107579+0000","last_change":"2024-07-27T18:27:15.017371+0000","last_active":"2024-07-27T18:33:47.107579+0000","last_peered":"2024-07-27T18:33:47.107579+0000","last_clean":"2024-07-27T18:33:47.107579+0000","last_became_active":"2024-07-27T18:27:15.011616+0000","last_became_peered":"2024-07-27T18:27:15.011616+0000","last_unstale":"2024-07-27T18:33:47.107579+0000","last_undegraded":"2024-07-27T18:33:47.107579+0000","last_fullsized":"2024-07-27T18:33:47.107579+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:23:13.568099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":1272,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107344+0000","last_change":"2024-07-27T18:27:49.084559+0000","last_active":"2024-07-27T18:33:47.107344+0000","last_peered":"2024-07-27T18:33:47.107344+0000","last_clean":"2024-07-27T18:33:47.107344+0000","last_became_active":"2024-07-27T18:27:49.084192+0000","last_became_peered":"2024-07-27T18:27:49.084192+0000","last_unstale":"2024-07-27T18:33:47.107344+0000","last_undegraded":"2024-07-27T18:33:47.107344+0000","last_fullsized":"2024-07-27T18:33:47.107344+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:56:53.821266+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,6],"acting":[2,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":1137,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.128916+0000","last_change":"2024-07-27T18:27:49.081442+0000","last_active":"2024-07-27T18:33:45.128916+0000","last_peered":"2024-07-27T18:33:45.128916+0000","last_clean":"2024-07-27T18:33:45.128916+0000","last_became_active":"2024-07-27T18:27:49.081095+0000","last_became_peered":"2024-07-27T18:27:49.081095+0000","last_unstale":"2024-07-27T18:33:45.128916+0000","last_undegraded":"2024-07-27T18:33:45.128916+0000","last_fullsized":"2024-07-27T18:33:45.128916+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:17:02.215446+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":1218,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359776+0000","last_change":"2024-07-27T18:26:41.013683+0000","last_active":"2024-07-27T18:33:47.359776+0000","last_peered":"2024-07-27T18:33:47.359776+0000","last_clean":"2024-07-27T18:33:47.359776+0000","last_became_active":"2024-07-27T18:26:41.013242+0000","last_became_peered":"2024-07-27T18:26:41.013242+0000","last_unstale":"2024-07-27T18:33:47.359776+0000","last_undegraded":"2024-07-27T18:33:47.359776+0000","last_fullsized":"2024-07-27T18:33:47.359776+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:23:41.103302+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1b","version":"557'2","reported_seq":1217,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.123563+0000","last_change":"2024-07-27T18:28:23.016662+0000","last_active":"2024-07-27T18:33:45.123563+0000","last_peered":"2024-07-27T18:33:45.123563+0000","last_clean":"2024-07-27T18:33:45.123563+0000","last_became_active":"2024-07-27T18:28:23.016258+0000","last_became_peered":"2024-07-27T18:28:23.016258+0000","last_unstale":"2024-07-27T18:33:45.123563+0000","last_undegraded":"2024-07-27T18:33:45.123563+0000","last_fullsized":"2024-07-27T18:33:45.123563+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:16:28.508826+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":1318,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360729+0000","last_change":"2024-07-27T18:28:23.022478+0000","last_active":"2024-07-27T18:33:47.360729+0000","last_peered":"2024-07-27T18:33:47.360729+0000","last_clean":"2024-07-27T18:33:47.360729+0000","last_became_active":"2024-07-27T18:28:23.020943+0000","last_became_peered":"2024-07-27T18:28:23.020943+0000","last_unstale":"2024-07-27T18:33:47.360729+0000","last_undegraded":"2024-07-27T18:33:47.360729+0000","last_fullsized":"2024-07-27T18:33:47.360729+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:53:29.858440+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1a","version":"557'2","reported_seq":1144,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.129473+0000","last_change":"2024-07-27T18:28:23.014198+0000","last_active":"2024-07-27T18:33:45.129473+0000","last_peered":"2024-07-27T18:33:45.129473+0000","last_clean":"2024-07-27T18:33:45.129473+0000","last_became_active":"2024-07-27T18:28:23.013867+0000","last_became_peered":"2024-07-27T18:28:23.013867+0000","last_unstale":"2024-07-27T18:33:45.129473+0000","last_undegraded":"2024-07-27T18:33:45.129473+0000","last_fullsized":"2024-07-27T18:33:45.129473+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:11:11.627456+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":1253,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.121533+0000","last_change":"2024-07-27T18:27:49.075586+0000","last_active":"2024-07-27T18:33:45.121533+0000","last_peered":"2024-07-27T18:33:45.121533+0000","last_clean":"2024-07-27T18:33:45.121533+0000","last_became_active":"2024-07-27T18:27:49.075275+0000","last_became_peered":"2024-07-27T18:27:49.075275+0000","last_unstale":"2024-07-27T18:33:45.121533+0000","last_undegraded":"2024-07-27T18:33:45.121533+0000","last_fullsized":"2024-07-27T18:33:45.121533+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:49:04.448929+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":1249,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.121753+0000","last_change":"2024-07-27T18:26:08.025124+0000","last_active":"2024-07-27T18:33:45.121753+0000","last_peered":"2024-07-27T18:33:45.121753+0000","last_clean":"2024-07-27T18:33:45.121753+0000","last_became_active":"2024-07-27T18:26:08.024122+0000","last_became_peered":"2024-07-27T18:26:08.024122+0000","last_unstale":"2024-07-27T18:33:45.121753+0000","last_undegraded":"2024-07-27T18:33:45.121753+0000","last_fullsized":"2024-07-27T18:33:45.121753+0000","mapping_epoch":404,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:49:57.394386+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":1159,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107386+0000","last_change":"2024-07-27T18:28:23.020028+0000","last_active":"2024-07-27T18:33:47.107386+0000","last_peered":"2024-07-27T18:33:47.107386+0000","last_clean":"2024-07-27T18:33:47.107386+0000","last_became_active":"2024-07-27T18:28:23.019683+0000","last_became_peered":"2024-07-27T18:28:23.019683+0000","last_unstale":"2024-07-27T18:33:47.107386+0000","last_undegraded":"2024-07-27T18:33:47.107386+0000","last_fullsized":"2024-07-27T18:33:47.107386+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:37:34.300264+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":1297,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359995+0000","last_change":"2024-07-27T18:26:41.020295+0000","last_active":"2024-07-27T18:33:47.359995+0000","last_peered":"2024-07-27T18:33:47.359995+0000","last_clean":"2024-07-27T18:33:47.359995+0000","last_became_active":"2024-07-27T18:26:41.018701+0000","last_became_peered":"2024-07-27T18:26:41.018701+0000","last_unstale":"2024-07-27T18:33:47.359995+0000","last_undegraded":"2024-07-27T18:33:47.359995+0000","last_fullsized":"2024-07-27T18:33:47.359995+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:29:39.035666+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":1139,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.131077+0000","last_change":"2024-07-27T18:27:49.084522+0000","last_active":"2024-07-27T18:33:45.131077+0000","last_peered":"2024-07-27T18:33:45.131077+0000","last_clean":"2024-07-27T18:33:45.131077+0000","last_became_active":"2024-07-27T18:27:49.083895+0000","last_became_peered":"2024-07-27T18:27:49.083895+0000","last_unstale":"2024-07-27T18:33:45.131077+0000","last_undegraded":"2024-07-27T18:33:45.131077+0000","last_fullsized":"2024-07-27T18:33:45.131077+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:50:50.525370+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1141,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107876+0000","last_change":"2024-07-27T18:28:23.020578+0000","last_active":"2024-07-27T18:33:47.107876+0000","last_peered":"2024-07-27T18:33:47.107876+0000","last_clean":"2024-07-27T18:33:47.107876+0000","last_became_active":"2024-07-27T18:28:23.019813+0000","last_became_peered":"2024-07-27T18:28:23.019813+0000","last_unstale":"2024-07-27T18:33:47.107876+0000","last_undegraded":"2024-07-27T18:33:47.107876+0000","last_fullsized":"2024-07-27T18:33:47.107876+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:18:57.026302+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":1177,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108068+0000","last_change":"2024-07-27T18:27:49.088545+0000","last_active":"2024-07-27T18:33:47.108068+0000","last_peered":"2024-07-27T18:33:47.108068+0000","last_clean":"2024-07-27T18:33:47.108068+0000","last_became_active":"2024-07-27T18:27:49.088177+0000","last_became_peered":"2024-07-27T18:27:49.088177+0000","last_unstale":"2024-07-27T18:33:47.108068+0000","last_undegraded":"2024-07-27T18:33:47.108068+0000","last_fullsized":"2024-07-27T18:33:47.108068+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:39:46.709018+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":1318,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.358971+0000","last_change":"2024-07-27T18:27:15.013529+0000","last_active":"2024-07-27T18:33:47.358971+0000","last_peered":"2024-07-27T18:33:47.358971+0000","last_clean":"2024-07-27T18:33:47.358971+0000","last_became_active":"2024-07-27T18:27:15.012829+0000","last_became_peered":"2024-07-27T18:27:15.012829+0000","last_unstale":"2024-07-27T18:33:47.358971+0000","last_undegraded":"2024-07-27T18:33:47.358971+0000","last_fullsized":"2024-07-27T18:33:47.358971+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:51:25.212068+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"67'3","reported_seq":1304,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359071+0000","last_change":"2024-07-27T18:27:15.009602+0000","last_active":"2024-07-27T18:33:47.359071+0000","last_peered":"2024-07-27T18:33:47.359071+0000","last_clean":"2024-07-27T18:33:47.359071+0000","last_became_active":"2024-07-27T18:27:15.009207+0000","last_became_peered":"2024-07-27T18:27:15.009207+0000","last_unstale":"2024-07-27T18:33:47.359071+0000","last_undegraded":"2024-07-27T18:33:47.359071+0000","last_fullsized":"2024-07-27T18:33:47.359071+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:03:00.347501+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":7,"num_read_kb":7,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":1272,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108622+0000","last_change":"2024-07-27T18:28:23.026031+0000","last_active":"2024-07-27T18:33:47.108622+0000","last_peered":"2024-07-27T18:33:47.108622+0000","last_clean":"2024-07-27T18:33:47.108622+0000","last_became_active":"2024-07-27T18:28:23.025719+0000","last_became_peered":"2024-07-27T18:28:23.025719+0000","last_unstale":"2024-07-27T18:33:47.108622+0000","last_undegraded":"2024-07-27T18:33:47.108622+0000","last_fullsized":"2024-07-27T18:33:47.108622+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:22:32.198239+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,7,6],"acting":[2,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.14","version":"557'29","reported_seq":1174,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.129888+0000","last_change":"2024-07-27T18:27:49.081980+0000","last_active":"2024-07-27T18:33:45.129888+0000","last_peered":"2024-07-27T18:33:45.129888+0000","last_clean":"2024-07-27T18:33:45.129888+0000","last_became_active":"2024-07-27T18:27:49.081613+0000","last_became_peered":"2024-07-27T18:27:49.081613+0000","last_unstale":"2024-07-27T18:33:45.129888+0000","last_undegraded":"2024-07-27T18:33:45.129888+0000","last_fullsized":"2024-07-27T18:33:45.129888+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":29,"log_dups_size":0,"ondisk_log_size":29,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:35:35.424925+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":5818,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":10,"num_read_kb":14,"num_write":28,"num_write_kb":25,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":1120,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.128902+0000","last_change":"2024-07-27T18:28:23.019965+0000","last_active":"2024-07-27T18:33:46.128902+0000","last_peered":"2024-07-27T18:33:46.128902+0000","last_clean":"2024-07-27T18:33:46.128902+0000","last_became_active":"2024-07-27T18:28:23.019402+0000","last_became_peered":"2024-07-27T18:28:23.019402+0000","last_unstale":"2024-07-27T18:33:46.128902+0000","last_undegraded":"2024-07-27T18:33:46.128902+0000","last_fullsized":"2024-07-27T18:33:46.128902+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:52:08.696320+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"67'2","reported_seq":1327,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360898+0000","last_change":"2024-07-27T18:26:41.025260+0000","last_active":"2024-07-27T18:33:47.360898+0000","last_peered":"2024-07-27T18:33:47.360898+0000","last_clean":"2024-07-27T18:33:47.360898+0000","last_became_active":"2024-07-27T18:26:41.024631+0000","last_became_peered":"2024-07-27T18:26:41.024631+0000","last_unstale":"2024-07-27T18:33:47.360898+0000","last_undegraded":"2024-07-27T18:33:47.360898+0000","last_fullsized":"2024-07-27T18:33:47.360898+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:39:54.117071+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":34,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4,"num_read_kb":8,"num_write":3,"num_write_kb":7,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1319,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360737+0000","last_change":"2024-07-27T18:28:23.016089+0000","last_active":"2024-07-27T18:33:47.360737+0000","last_peered":"2024-07-27T18:33:47.360737+0000","last_clean":"2024-07-27T18:33:47.360737+0000","last_became_active":"2024-07-27T18:28:23.015769+0000","last_became_peered":"2024-07-27T18:28:23.015769+0000","last_unstale":"2024-07-27T18:33:47.360737+0000","last_undegraded":"2024-07-27T18:33:47.360737+0000","last_fullsized":"2024-07-27T18:33:47.360737+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:32:13.513386+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":1169,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107876+0000","last_change":"2024-07-27T18:28:23.015733+0000","last_active":"2024-07-27T18:33:47.107876+0000","last_peered":"2024-07-27T18:33:47.107876+0000","last_clean":"2024-07-27T18:33:47.107876+0000","last_became_active":"2024-07-27T18:28:23.015412+0000","last_became_peered":"2024-07-27T18:28:23.015412+0000","last_unstale":"2024-07-27T18:33:47.107876+0000","last_undegraded":"2024-07-27T18:33:47.107876+0000","last_fullsized":"2024-07-27T18:33:47.107876+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:20:47.945765+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":1120,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.128578+0000","last_change":"2024-07-27T18:28:23.027018+0000","last_active":"2024-07-27T18:33:46.128578+0000","last_peered":"2024-07-27T18:33:46.128578+0000","last_clean":"2024-07-27T18:33:46.128578+0000","last_became_active":"2024-07-27T18:28:23.026629+0000","last_became_peered":"2024-07-27T18:28:23.026629+0000","last_unstale":"2024-07-27T18:33:46.128578+0000","last_undegraded":"2024-07-27T18:33:46.128578+0000","last_fullsized":"2024-07-27T18:33:46.128578+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:45:57.077234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":1148,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.131718+0000","last_change":"2024-07-27T18:27:49.077591+0000","last_active":"2024-07-27T18:33:45.131718+0000","last_peered":"2024-07-27T18:33:45.131718+0000","last_clean":"2024-07-27T18:33:45.131718+0000","last_became_active":"2024-07-27T18:27:49.076656+0000","last_became_peered":"2024-07-27T18:27:49.076656+0000","last_unstale":"2024-07-27T18:33:45.131718+0000","last_undegraded":"2024-07-27T18:33:45.131718+0000","last_fullsized":"2024-07-27T18:33:45.131718+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:44:33.261298+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":1137,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.129032+0000","last_change":"2024-07-27T18:27:49.082123+0000","last_active":"2024-07-27T18:33:45.129032+0000","last_peered":"2024-07-27T18:33:45.129032+0000","last_clean":"2024-07-27T18:33:45.129032+0000","last_became_active":"2024-07-27T18:27:49.081805+0000","last_became_peered":"2024-07-27T18:27:49.081805+0000","last_unstale":"2024-07-27T18:33:45.129032+0000","last_undegraded":"2024-07-27T18:33:45.129032+0000","last_fullsized":"2024-07-27T18:33:45.129032+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:10:56.565203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"67'8","reported_seq":1288,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107230+0000","last_change":"2024-07-27T18:25:33.983002+0000","last_active":"2024-07-27T18:33:47.107230+0000","last_peered":"2024-07-27T18:33:47.107230+0000","last_clean":"2024-07-27T18:33:47.107230+0000","last_became_active":"2024-07-27T18:25:33.982514+0000","last_became_peered":"2024-07-27T18:25:33.982514+0000","last_unstale":"2024-07-27T18:33:47.107230+0000","last_undegraded":"2024-07-27T18:33:47.107230+0000","last_fullsized":"2024-07-27T18:33:47.107230+0000","mapping_epoch":371,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":372,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":8,"log_dups_size":0,"ondisk_log_size":8,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:33:21.621465+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":24,"num_read_kb":24,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":1102,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.128365+0000","last_change":"2024-07-27T18:28:23.035409+0000","last_active":"2024-07-27T18:33:46.128365+0000","last_peered":"2024-07-27T18:33:46.128365+0000","last_clean":"2024-07-27T18:33:46.128365+0000","last_became_active":"2024-07-27T18:28:23.029266+0000","last_became_peered":"2024-07-27T18:28:23.029266+0000","last_unstale":"2024-07-27T18:33:46.128365+0000","last_undegraded":"2024-07-27T18:33:46.128365+0000","last_fullsized":"2024-07-27T18:33:46.128365+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:14:10.276340+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"5.8","version":"843'1582","reported_seq":4815,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107453+0000","last_change":"2024-07-27T18:33:45.131065+0000","last_active":"2024-07-27T18:33:47.107453+0000","last_peered":"2024-07-27T18:33:47.107453+0000","last_clean":"2024-07-27T18:33:47.107453+0000","last_became_active":"2024-07-27T18:25:33.983923+0000","last_became_peered":"2024-07-27T18:25:33.983923+0000","last_unstale":"2024-07-27T18:33:47.107453+0000","last_undegraded":"2024-07-27T18:33:47.107453+0000","last_fullsized":"2024-07-27T18:33:47.107453+0000","mapping_epoch":371,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":372,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":1582,"log_dups_size":0,"ondisk_log_size":1582,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:00:43.973807+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00076039200000000003,"stat_sum":{"num_bytes":17825792,"num_objects":5,"num_object_clones":2,"num_object_copies":15,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":1,"num_read":259,"num_read_kb":600841,"num_write":569,"num_write_kb":176032,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":11,"num_bytes_recovered":58269696,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,0,1],"acting":[2,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"2.f","version":"67'1","reported_seq":1192,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360981+0000","last_change":"2024-07-27T18:28:23.025299+0000","last_active":"2024-07-27T18:33:47.360981+0000","last_peered":"2024-07-27T18:33:47.360981+0000","last_clean":"2024-07-27T18:33:47.360981+0000","last_became_active":"2024-07-27T18:28:23.024985+0000","last_became_peered":"2024-07-27T18:28:23.024985+0000","last_unstale":"2024-07-27T18:33:47.360981+0000","last_undegraded":"2024-07-27T18:33:47.360981+0000","last_fullsized":"2024-07-27T18:33:47.360981+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:55:54.347458+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":1120,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.129314+0000","last_change":"2024-07-27T18:28:23.022523+0000","last_active":"2024-07-27T18:33:46.129314+0000","last_peered":"2024-07-27T18:33:46.129314+0000","last_clean":"2024-07-27T18:33:46.129314+0000","last_became_active":"2024-07-27T18:28:23.022232+0000","last_became_peered":"2024-07-27T18:28:23.022232+0000","last_unstale":"2024-07-27T18:33:46.129314+0000","last_undegraded":"2024-07-27T18:33:46.129314+0000","last_fullsized":"2024-07-27T18:33:46.129314+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:20:19.543490+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"5.9","version":"844'2679","reported_seq":5530,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.128394+0000","last_change":"2024-07-27T18:33:45.137327+0000","last_active":"2024-07-27T18:33:46.128394+0000","last_peered":"2024-07-27T18:33:46.128394+0000","last_clean":"2024-07-27T18:33:46.128394+0000","last_became_active":"2024-07-27T18:28:23.029552+0000","last_became_peered":"2024-07-27T18:28:23.029552+0000","last_unstale":"2024-07-27T18:33:46.128394+0000","last_undegraded":"2024-07-27T18:33:46.128394+0000","last_fullsized":"2024-07-27T18:33:46.128394+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":2679,"log_dups_size":0,"ondisk_log_size":2679,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:13:19.117397+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.012566848,"stat_sum":{"num_bytes":17522688,"num_objects":9,"num_object_clones":3,"num_object_copies":27,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":9,"num_whiteouts":1,"num_read":477,"num_read_kb":575595,"num_write":1331,"num_write_kb":264560,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":20,"num_bytes_recovered":71147520,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,1],"acting":[7,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[{"start":"1b4","length":"1"},{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"2.e","version":"67'2","reported_seq":1280,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107834+0000","last_change":"2024-07-27T18:28:23.030010+0000","last_active":"2024-07-27T18:33:47.107834+0000","last_peered":"2024-07-27T18:33:47.107834+0000","last_clean":"2024-07-27T18:33:47.107834+0000","last_became_active":"2024-07-27T18:28:23.029146+0000","last_became_peered":"2024-07-27T18:28:23.029146+0000","last_unstale":"2024-07-27T18:33:47.107834+0000","last_undegraded":"2024-07-27T18:33:47.107834+0000","last_fullsized":"2024-07-27T18:33:47.107834+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:05:31.562342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":6,"num_read_kb":6,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":1129,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.129462+0000","last_change":"2024-07-27T18:28:23.030575+0000","last_active":"2024-07-27T18:33:46.129462+0000","last_peered":"2024-07-27T18:33:46.129462+0000","last_clean":"2024-07-27T18:33:46.129462+0000","last_became_active":"2024-07-27T18:28:23.029964+0000","last_became_peered":"2024-07-27T18:28:23.029964+0000","last_unstale":"2024-07-27T18:33:46.129462+0000","last_undegraded":"2024-07-27T18:33:46.129462+0000","last_fullsized":"2024-07-27T18:33:46.129462+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:33:15.505854+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,3],"acting":[7,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"5.a","version":"813'642","reported_seq":3921,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107815+0000","last_change":"2024-07-27T18:33:45.133215+0000","last_active":"2024-07-27T18:33:47.107815+0000","last_peered":"2024-07-27T18:33:47.107815+0000","last_clean":"2024-07-27T18:33:47.107815+0000","last_became_active":"2024-07-27T18:26:41.017446+0000","last_became_peered":"2024-07-27T18:26:41.017446+0000","last_unstale":"2024-07-27T18:33:47.107815+0000","last_undegraded":"2024-07-27T18:33:47.107815+0000","last_fullsized":"2024-07-27T18:33:47.107815+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":642,"log_dups_size":0,"ondisk_log_size":642,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:45:21.535923+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001740023,"stat_sum":{"num_bytes":2957312,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":137,"num_read_kb":173810,"num_write":315,"num_write_kb":49696,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":7,"num_bytes_recovered":35717120,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,4,3],"acting":[2,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"2.d","version":"67'1","reported_seq":1303,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359196+0000","last_change":"2024-07-27T18:26:41.013563+0000","last_active":"2024-07-27T18:33:47.359196+0000","last_peered":"2024-07-27T18:33:47.359196+0000","last_clean":"2024-07-27T18:33:47.359196+0000","last_became_active":"2024-07-27T18:26:41.013186+0000","last_became_peered":"2024-07-27T18:26:41.013186+0000","last_unstale":"2024-07-27T18:33:47.359196+0000","last_undegraded":"2024-07-27T18:33:47.359196+0000","last_fullsized":"2024-07-27T18:33:47.359196+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:22:01.333332+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1167,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108472+0000","last_change":"2024-07-27T18:27:49.088621+0000","last_active":"2024-07-27T18:33:47.108472+0000","last_peered":"2024-07-27T18:33:47.108472+0000","last_clean":"2024-07-27T18:33:47.108472+0000","last_became_active":"2024-07-27T18:27:49.087447+0000","last_became_peered":"2024-07-27T18:27:49.087447+0000","last_unstale":"2024-07-27T18:33:47.108472+0000","last_undegraded":"2024-07-27T18:33:47.108472+0000","last_fullsized":"2024-07-27T18:33:47.108472+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:40:14.657998+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"5.b","version":"835'1871","reported_seq":5096,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108110+0000","last_change":"2024-07-27T18:33:45.133077+0000","last_active":"2024-07-27T18:33:47.108110+0000","last_peered":"2024-07-27T18:33:47.108110+0000","last_clean":"2024-07-27T18:33:47.108110+0000","last_became_active":"2024-07-27T18:27:15.014163+0000","last_became_peered":"2024-07-27T18:27:15.014163+0000","last_unstale":"2024-07-27T18:33:47.108110+0000","last_undegraded":"2024-07-27T18:33:47.108110+0000","last_fullsized":"2024-07-27T18:33:47.108110+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":1871,"log_dups_size":0,"ondisk_log_size":1871,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:29:45.132501+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0021007619999999999,"stat_sum":{"num_bytes":15802368,"num_objects":6,"num_object_clones":1,"num_object_copies":18,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":372,"num_read_kb":598475,"num_write":707,"num_write_kb":178760,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":10,"num_bytes_recovered":28418048,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,0,5],"acting":[2,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"2.c","version":"0'0","reported_seq":1274,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108143+0000","last_change":"2024-07-27T18:27:15.014249+0000","last_active":"2024-07-27T18:33:47.108143+0000","last_peered":"2024-07-27T18:33:47.108143+0000","last_clean":"2024-07-27T18:33:47.108143+0000","last_became_active":"2024-07-27T18:27:15.013884+0000","last_became_peered":"2024-07-27T18:27:15.013884+0000","last_unstale":"2024-07-27T18:33:47.108143+0000","last_undegraded":"2024-07-27T18:33:47.108143+0000","last_fullsized":"2024-07-27T18:33:47.108143+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:38:27.550539+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":1102,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.129106+0000","last_change":"2024-07-27T18:28:23.019175+0000","last_active":"2024-07-27T18:33:46.129106+0000","last_peered":"2024-07-27T18:33:46.129106+0000","last_clean":"2024-07-27T18:33:46.129106+0000","last_became_active":"2024-07-27T18:28:23.018856+0000","last_became_peered":"2024-07-27T18:28:23.018856+0000","last_unstale":"2024-07-27T18:33:46.129106+0000","last_undegraded":"2024-07-27T18:33:46.129106+0000","last_fullsized":"2024-07-27T18:33:46.129106+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:41:27.046936+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"5.4","version":"844'2281","reported_seq":5155,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.129087+0000","last_change":"2024-07-27T18:33:45.138131+0000","last_active":"2024-07-27T18:33:46.129087+0000","last_peered":"2024-07-27T18:33:46.129087+0000","last_clean":"2024-07-27T18:33:46.129087+0000","last_became_active":"2024-07-27T18:28:23.028637+0000","last_became_peered":"2024-07-27T18:28:23.028637+0000","last_unstale":"2024-07-27T18:33:46.129087+0000","last_undegraded":"2024-07-27T18:33:46.129087+0000","last_fullsized":"2024-07-27T18:33:46.129087+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":2281,"log_dups_size":0,"ondisk_log_size":2281,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:02:37.580931+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.012355784999999999,"stat_sum":{"num_bytes":21487616,"num_objects":6,"num_object_clones":2,"num_object_copies":18,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":428,"num_read_kb":788364,"num_write":975,"num_write_kb":251928,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":12,"num_bytes_recovered":53010432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,5],"acting":[7,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[{"start":"1b4","length":"1"},{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"4.5","version":"0'0","reported_seq":1138,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.130762+0000","last_change":"2024-07-27T18:28:23.028313+0000","last_active":"2024-07-27T18:33:45.130762+0000","last_peered":"2024-07-27T18:33:45.130762+0000","last_clean":"2024-07-27T18:33:45.130762+0000","last_became_active":"2024-07-27T18:28:23.028008+0000","last_became_peered":"2024-07-27T18:28:23.028008+0000","last_unstale":"2024-07-27T18:33:45.130762+0000","last_undegraded":"2024-07-27T18:33:45.130762+0000","last_fullsized":"2024-07-27T18:33:45.130762+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:12:22.204169+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00053612600000000005,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.0","version":"261'225","reported_seq":1702,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.128365+0000","last_change":"2024-07-27T18:28:23.026172+0000","last_active":"2024-07-27T18:33:46.128365+0000","last_peered":"2024-07-27T18:33:46.128365+0000","last_clean":"2024-07-27T18:33:46.128365+0000","last_became_active":"2024-07-27T18:28:23.023199+0000","last_became_peered":"2024-07-27T18:28:23.023199+0000","last_unstale":"2024-07-27T18:33:46.128365+0000","last_undegraded":"2024-07-27T18:33:46.128365+0000","last_fullsized":"2024-07-27T18:33:46.128365+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:14:20.896830+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:14:20.896830+0000","last_clean_scrub_stamp":"2024-07-27T18:14:20.896830+0000","objects_scrubbed":0,"log_size":225,"log_dups_size":0,"ondisk_log_size":225,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:13:43.392783+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1070,"num_read_kb":1904,"num_write":367,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":1178,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107636+0000","last_change":"2024-07-27T18:28:23.017771+0000","last_active":"2024-07-27T18:33:47.107636+0000","last_peered":"2024-07-27T18:33:47.107636+0000","last_clean":"2024-07-27T18:33:47.107636+0000","last_became_active":"2024-07-27T18:28:23.017496+0000","last_became_peered":"2024-07-27T18:28:23.017496+0000","last_unstale":"2024-07-27T18:33:47.107636+0000","last_undegraded":"2024-07-27T18:33:47.107636+0000","last_fullsized":"2024-07-27T18:33:47.107636+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:11:33.532355+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":1210,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.122440+0000","last_change":"2024-07-27T18:27:49.074167+0000","last_active":"2024-07-27T18:33:45.122440+0000","last_peered":"2024-07-27T18:33:45.122440+0000","last_clean":"2024-07-27T18:33:45.122440+0000","last_became_active":"2024-07-27T18:27:49.073796+0000","last_became_peered":"2024-07-27T18:27:49.073796+0000","last_unstale":"2024-07-27T18:33:45.122440+0000","last_undegraded":"2024-07-27T18:33:45.122440+0000","last_fullsized":"2024-07-27T18:33:45.122440+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:12:40.486654+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"5.7","version":"844'689","reported_seq":3764,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108873+0000","last_change":"2024-07-27T18:33:45.137356+0000","last_active":"2024-07-27T18:33:47.108873+0000","last_peered":"2024-07-27T18:33:47.108873+0000","last_clean":"2024-07-27T18:33:47.108873+0000","last_became_active":"2024-07-27T18:27:15.013387+0000","last_became_peered":"2024-07-27T18:27:15.013387+0000","last_unstale":"2024-07-27T18:33:47.108873+0000","last_undegraded":"2024-07-27T18:33:47.108873+0000","last_fullsized":"2024-07-27T18:33:47.108873+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":689,"log_dups_size":0,"ondisk_log_size":689,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:32:25.088181+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0059180659999999996,"stat_sum":{"num_bytes":7806976,"num_objects":2,"num_object_clones":1,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":113,"num_read_kb":208011,"num_write":304,"num_write_kb":59640,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":5775360,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,1,0],"acting":[5,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"4.6","version":"0'0","reported_seq":1329,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.361207+0000","last_change":"2024-07-27T18:25:33.974753+0000","last_active":"2024-07-27T18:33:47.361207+0000","last_peered":"2024-07-27T18:33:47.361207+0000","last_clean":"2024-07-27T18:33:47.361207+0000","last_became_active":"2024-07-27T18:25:33.974433+0000","last_became_peered":"2024-07-27T18:25:33.974433+0000","last_unstale":"2024-07-27T18:33:47.361207+0000","last_undegraded":"2024-07-27T18:33:47.361207+0000","last_fullsized":"2024-07-27T18:33:47.361207+0000","mapping_epoch":371,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":372,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:05:31.176969+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,2],"acting":[0,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":1108,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.128298+0000","last_change":"2024-07-27T18:28:23.024348+0000","last_active":"2024-07-27T18:33:46.128298+0000","last_peered":"2024-07-27T18:33:46.128298+0000","last_clean":"2024-07-27T18:33:46.128298+0000","last_became_active":"2024-07-27T18:28:23.022608+0000","last_became_peered":"2024-07-27T18:28:23.022608+0000","last_unstale":"2024-07-27T18:33:46.128298+0000","last_undegraded":"2024-07-27T18:33:46.128298+0000","last_fullsized":"2024-07-27T18:33:46.128298+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:40:55.250123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":1320,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360437+0000","last_change":"2024-07-27T18:26:41.023410+0000","last_active":"2024-07-27T18:33:47.360437+0000","last_peered":"2024-07-27T18:33:47.360437+0000","last_clean":"2024-07-27T18:33:47.360437+0000","last_became_active":"2024-07-27T18:26:41.023034+0000","last_became_peered":"2024-07-27T18:26:41.023034+0000","last_unstale":"2024-07-27T18:33:47.360437+0000","last_undegraded":"2024-07-27T18:33:47.360437+0000","last_fullsized":"2024-07-27T18:33:47.360437+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:17:30.845304+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"5.6","version":"827'680","reported_seq":3970,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108112+0000","last_change":"2024-07-27T18:33:45.130707+0000","last_active":"2024-07-27T18:33:47.108112+0000","last_peered":"2024-07-27T18:33:47.108112+0000","last_clean":"2024-07-27T18:33:47.108112+0000","last_became_active":"2024-07-27T18:27:15.022018+0000","last_became_peered":"2024-07-27T18:27:15.022018+0000","last_unstale":"2024-07-27T18:33:47.108112+0000","last_undegraded":"2024-07-27T18:33:47.108112+0000","last_fullsized":"2024-07-27T18:33:47.108112+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":680,"log_dups_size":0,"ondisk_log_size":680,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:10:08.606767+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00081618900000000004,"stat_sum":{"num_bytes":5292032,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":149,"num_read_kb":159473,"num_write":415,"num_write_kb":85720,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":14614528,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,1],"acting":[2,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"4.7","version":"0'0","reported_seq":1295,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359770+0000","last_change":"2024-07-27T18:27:15.009587+0000","last_active":"2024-07-27T18:33:47.359770+0000","last_peered":"2024-07-27T18:33:47.359770+0000","last_clean":"2024-07-27T18:33:47.359770+0000","last_became_active":"2024-07-27T18:27:15.009184+0000","last_became_peered":"2024-07-27T18:27:15.009184+0000","last_unstale":"2024-07-27T18:33:47.359770+0000","last_undegraded":"2024-07-27T18:33:47.359770+0000","last_fullsized":"2024-07-27T18:33:47.359770+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:36:12.257648+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052819399999999995,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":1275,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107442+0000","last_change":"2024-07-27T18:26:08.032789+0000","last_active":"2024-07-27T18:33:47.107442+0000","last_peered":"2024-07-27T18:33:47.107442+0000","last_clean":"2024-07-27T18:33:47.107442+0000","last_became_active":"2024-07-27T18:26:08.032442+0000","last_became_peered":"2024-07-27T18:26:08.032442+0000","last_unstale":"2024-07-27T18:33:47.107442+0000","last_undegraded":"2024-07-27T18:33:47.107442+0000","last_fullsized":"2024-07-27T18:33:47.107442+0000","mapping_epoch":404,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:12:39.151792+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":1298,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359690+0000","last_change":"2024-07-27T18:27:49.085680+0000","last_active":"2024-07-27T18:33:47.359690+0000","last_peered":"2024-07-27T18:33:47.359690+0000","last_clean":"2024-07-27T18:33:47.359690+0000","last_became_active":"2024-07-27T18:27:49.085263+0000","last_became_peered":"2024-07-27T18:27:49.085263+0000","last_unstale":"2024-07-27T18:33:47.359690+0000","last_undegraded":"2024-07-27T18:33:47.359690+0000","last_fullsized":"2024-07-27T18:33:47.359690+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:23:00.814254+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"5.5","version":"835'748","reported_seq":4124,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.361516+0000","last_change":"2024-07-27T18:33:45.125742+0000","last_active":"2024-07-27T18:33:47.361516+0000","last_peered":"2024-07-27T18:33:47.361516+0000","last_clean":"2024-07-27T18:33:47.361516+0000","last_became_active":"2024-07-27T18:26:41.017174+0000","last_became_peered":"2024-07-27T18:26:41.017174+0000","last_unstale":"2024-07-27T18:33:47.361516+0000","last_undegraded":"2024-07-27T18:33:47.361516+0000","last_fullsized":"2024-07-27T18:33:47.361516+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":748,"log_dups_size":0,"ondisk_log_size":748,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:56:33.984053+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00086963700000000004,"stat_sum":{"num_bytes":7061504,"num_objects":3,"num_object_clones":1,"num_object_copies":9,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":138,"num_read_kb":175174,"num_write":407,"num_write_kb":57280,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":4128768,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"4.4","version":"0'0","reported_seq":1308,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360155+0000","last_change":"2024-07-27T18:26:08.035525+0000","last_active":"2024-07-27T18:33:47.360155+0000","last_peered":"2024-07-27T18:33:47.360155+0000","last_clean":"2024-07-27T18:33:47.360155+0000","last_became_active":"2024-07-27T18:26:08.034947+0000","last_became_peered":"2024-07-27T18:26:08.034947+0000","last_unstale":"2024-07-27T18:33:47.360155+0000","last_undegraded":"2024-07-27T18:33:47.360155+0000","last_fullsized":"2024-07-27T18:33:47.360155+0000","mapping_epoch":404,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:31:08.442791+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,3],"acting":[1,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":1145,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.107721+0000","last_change":"2024-07-27T18:27:49.085427+0000","last_active":"2024-07-27T18:33:47.107721+0000","last_peered":"2024-07-27T18:33:47.107721+0000","last_clean":"2024-07-27T18:33:47.107721+0000","last_became_active":"2024-07-27T18:27:49.085139+0000","last_became_peered":"2024-07-27T18:27:49.085139+0000","last_unstale":"2024-07-27T18:33:47.107721+0000","last_undegraded":"2024-07-27T18:33:47.107721+0000","last_fullsized":"2024-07-27T18:33:47.107721+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:04:54.291437+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":1188,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360832+0000","last_change":"2024-07-27T18:27:49.078361+0000","last_active":"2024-07-27T18:33:47.360832+0000","last_peered":"2024-07-27T18:33:47.360832+0000","last_clean":"2024-07-27T18:33:47.360832+0000","last_became_active":"2024-07-27T18:27:49.078061+0000","last_became_peered":"2024-07-27T18:27:49.078061+0000","last_unstale":"2024-07-27T18:33:47.360832+0000","last_undegraded":"2024-07-27T18:33:47.360832+0000","last_fullsized":"2024-07-27T18:33:47.360832+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:10:15.514113+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"5.3","version":"844'699","reported_seq":4091,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.361442+0000","last_change":"2024-07-27T18:33:45.130841+0000","last_active":"2024-07-27T18:33:47.361442+0000","last_peered":"2024-07-27T18:33:47.361442+0000","last_clean":"2024-07-27T18:33:47.361442+0000","last_became_active":"2024-07-27T18:27:49.080308+0000","last_became_peered":"2024-07-27T18:27:49.080308+0000","last_unstale":"2024-07-27T18:33:47.361442+0000","last_undegraded":"2024-07-27T18:33:47.361442+0000","last_fullsized":"2024-07-27T18:33:47.361442+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":699,"log_dups_size":0,"ondisk_log_size":699,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:45:00.530364+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00762088,"stat_sum":{"num_bytes":7766016,"num_objects":3,"num_object_clones":2,"num_object_copies":9,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":157,"num_read_kb":225542,"num_write":374,"num_write_kb":72744,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":7,"num_bytes_recovered":22904832,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,3,6],"acting":[0,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"4.2","version":"76'2","reported_seq":1310,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359387+0000","last_change":"2024-07-27T18:27:15.009683+0000","last_active":"2024-07-27T18:33:47.359387+0000","last_peered":"2024-07-27T18:33:47.359387+0000","last_clean":"2024-07-27T18:33:47.359387+0000","last_became_active":"2024-07-27T18:27:15.009256+0000","last_became_peered":"2024-07-27T18:27:15.009256+0000","last_unstale":"2024-07-27T18:33:47.359387+0000","last_undegraded":"2024-07-27T18:33:47.359387+0000","last_fullsized":"2024-07-27T18:33:47.359387+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:16:08.474803+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,4],"acting":[1,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":1299,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359962+0000","last_change":"2024-07-27T18:28:23.023693+0000","last_active":"2024-07-27T18:33:47.359962+0000","last_peered":"2024-07-27T18:33:47.359962+0000","last_clean":"2024-07-27T18:33:47.359962+0000","last_became_active":"2024-07-27T18:28:23.023345+0000","last_became_peered":"2024-07-27T18:28:23.023345+0000","last_unstale":"2024-07-27T18:33:47.359962+0000","last_undegraded":"2024-07-27T18:33:47.359962+0000","last_fullsized":"2024-07-27T18:33:47.359962+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:22:45.638654+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1174,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108075+0000","last_change":"2024-07-27T18:27:15.017441+0000","last_active":"2024-07-27T18:33:47.108075+0000","last_peered":"2024-07-27T18:33:47.108075+0000","last_clean":"2024-07-27T18:33:47.108075+0000","last_became_active":"2024-07-27T18:27:15.016722+0000","last_became_peered":"2024-07-27T18:27:15.016722+0000","last_unstale":"2024-07-27T18:33:47.108075+0000","last_undegraded":"2024-07-27T18:33:47.108075+0000","last_fullsized":"2024-07-27T18:33:47.108075+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:40:33.454549+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"5.2","version":"844'846","reported_seq":3869,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.134659+0000","last_change":"2024-07-27T18:33:45.135620+0000","last_active":"2024-07-27T18:33:45.134659+0000","last_peered":"2024-07-27T18:33:45.134659+0000","last_clean":"2024-07-27T18:33:45.134659+0000","last_became_active":"2024-07-27T18:27:49.083632+0000","last_became_peered":"2024-07-27T18:27:49.083632+0000","last_unstale":"2024-07-27T18:33:45.134659+0000","last_undegraded":"2024-07-27T18:33:45.134659+0000","last_fullsized":"2024-07-27T18:33:45.134659+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":846,"log_dups_size":0,"ondisk_log_size":846,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:30:15.531442+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0058109670000000002,"stat_sum":{"num_bytes":3784704,"num_objects":2,"num_object_clones":1,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":138,"num_read_kb":218483,"num_write":288,"num_write_kb":78808,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":29507584,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[{"start":"1b4","length":"1"},{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"4.3","version":"74'1","reported_seq":1330,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.361221+0000","last_change":"2024-07-27T18:28:23.023485+0000","last_active":"2024-07-27T18:33:47.361221+0000","last_peered":"2024-07-27T18:33:47.361221+0000","last_clean":"2024-07-27T18:33:47.361221+0000","last_became_active":"2024-07-27T18:28:23.021440+0000","last_became_peered":"2024-07-27T18:28:23.021440+0000","last_unstale":"2024-07-27T18:33:47.361221+0000","last_undegraded":"2024-07-27T18:33:47.361221+0000","last_fullsized":"2024-07-27T18:33:47.361221+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:33:36.140051+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,7],"acting":[0,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":1268,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108471+0000","last_change":"2024-07-27T18:26:41.017781+0000","last_active":"2024-07-27T18:33:47.108471+0000","last_peered":"2024-07-27T18:33:47.108471+0000","last_clean":"2024-07-27T18:33:47.108471+0000","last_became_active":"2024-07-27T18:26:41.017210+0000","last_became_peered":"2024-07-27T18:26:41.017210+0000","last_unstale":"2024-07-27T18:33:47.108471+0000","last_undegraded":"2024-07-27T18:33:47.108471+0000","last_fullsized":"2024-07-27T18:33:47.108471+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:57:51.279302+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,0,4],"acting":[2,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":1298,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360122+0000","last_change":"2024-07-27T18:27:15.014676+0000","last_active":"2024-07-27T18:33:47.360122+0000","last_peered":"2024-07-27T18:33:47.360122+0000","last_clean":"2024-07-27T18:33:47.360122+0000","last_became_active":"2024-07-27T18:27:15.014284+0000","last_became_peered":"2024-07-27T18:27:15.014284+0000","last_unstale":"2024-07-27T18:33:47.360122+0000","last_undegraded":"2024-07-27T18:33:47.360122+0000","last_fullsized":"2024-07-27T18:33:47.360122+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:49:28.784709+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"5.1","version":"844'834","reported_seq":3984,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360057+0000","last_change":"2024-07-27T18:33:45.128200+0000","last_active":"2024-07-27T18:33:47.360057+0000","last_peered":"2024-07-27T18:33:47.360057+0000","last_clean":"2024-07-27T18:33:47.360057+0000","last_became_active":"2024-07-27T18:28:23.031624+0000","last_became_peered":"2024-07-27T18:28:23.031624+0000","last_unstale":"2024-07-27T18:33:47.360057+0000","last_undegraded":"2024-07-27T18:33:47.360057+0000","last_fullsized":"2024-07-27T18:33:47.360057+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":834,"log_dups_size":0,"ondisk_log_size":834,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:11:42.365450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0061896989999999999,"stat_sum":{"num_bytes":2162688,"num_objects":3,"num_object_clones":1,"num_object_copies":9,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":154,"num_read_kb":194533,"num_write":369,"num_write_kb":63288,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":26189824,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,3,7],"acting":[4,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"4.0","version":"0'0","reported_seq":1249,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.121472+0000","last_change":"2024-07-27T18:28:23.022353+0000","last_active":"2024-07-27T18:33:45.121472+0000","last_peered":"2024-07-27T18:33:45.121472+0000","last_clean":"2024-07-27T18:33:45.121472+0000","last_became_active":"2024-07-27T18:28:23.022035+0000","last_became_peered":"2024-07-27T18:28:23.022035+0000","last_unstale":"2024-07-27T18:33:45.121472+0000","last_undegraded":"2024-07-27T18:33:45.121472+0000","last_fullsized":"2024-07-27T18:33:45.121472+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:51:16.599544+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054771799999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"561'2","reported_seq":1305,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359415+0000","last_change":"2024-07-27T18:27:49.085852+0000","last_active":"2024-07-27T18:33:47.359415+0000","last_peered":"2024-07-27T18:33:47.359415+0000","last_clean":"2024-07-27T18:33:47.359415+0000","last_became_active":"2024-07-27T18:27:49.085404+0000","last_became_peered":"2024-07-27T18:27:49.085404+0000","last_unstale":"2024-07-27T18:33:47.359415+0000","last_undegraded":"2024-07-27T18:33:47.359415+0000","last_fullsized":"2024-07-27T18:33:47.359415+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:16:44.891940+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":2,"num_read_kb":2,"num_write":2,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":1251,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.125871+0000","last_change":"2024-07-27T18:28:23.022382+0000","last_active":"2024-07-27T18:33:45.125871+0000","last_peered":"2024-07-27T18:33:45.125871+0000","last_clean":"2024-07-27T18:33:45.125871+0000","last_became_active":"2024-07-27T18:28:23.022052+0000","last_became_peered":"2024-07-27T18:28:23.022052+0000","last_unstale":"2024-07-27T18:33:45.125871+0000","last_undegraded":"2024-07-27T18:33:45.125871+0000","last_fullsized":"2024-07-27T18:33:45.125871+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:53:09.860104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"5.0","version":"844'1069","reported_seq":4308,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.132482+0000","last_change":"2024-07-27T18:33:45.133749+0000","last_active":"2024-07-27T18:33:45.132482+0000","last_peered":"2024-07-27T18:33:45.132482+0000","last_clean":"2024-07-27T18:33:45.132482+0000","last_became_active":"2024-07-27T18:26:41.023480+0000","last_became_peered":"2024-07-27T18:26:41.023480+0000","last_unstale":"2024-07-27T18:33:45.132482+0000","last_undegraded":"2024-07-27T18:33:45.132482+0000","last_fullsized":"2024-07-27T18:33:45.132482+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":1069,"log_dups_size":0,"ondisk_log_size":1069,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:44:06.399423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.011647256999999999,"stat_sum":{"num_bytes":3710976,"num_objects":3,"num_object_clones":1,"num_object_copies":9,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":236,"num_read_kb":305095,"num_write":409,"num_write_kb":86752,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":9,"num_bytes_recovered":20422656,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,1,4],"acting":[3,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[{"start":"1b4","length":"1"},{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"4.1","version":"0'0","reported_seq":1198,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360763+0000","last_change":"2024-07-27T18:27:49.078324+0000","last_active":"2024-07-27T18:33:47.360763+0000","last_peered":"2024-07-27T18:33:47.360763+0000","last_clean":"2024-07-27T18:33:47.360763+0000","last_became_active":"2024-07-27T18:27:49.077907+0000","last_became_peered":"2024-07-27T18:27:49.077907+0000","last_unstale":"2024-07-27T18:33:47.360763+0000","last_undegraded":"2024-07-27T18:33:47.360763+0000","last_fullsized":"2024-07-27T18:33:47.360763+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":71,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:17:44.746423+0000","last_clean_scrub_stamp":"2024-07-27T18:17:44.746423+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:03:15.232497+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,5,6],"acting":[4,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.7","version":"67'2","reported_seq":1122,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.130933+0000","last_change":"2024-07-27T18:28:23.022714+0000","last_active":"2024-07-27T18:33:45.130933+0000","last_peered":"2024-07-27T18:33:45.130933+0000","last_clean":"2024-07-27T18:33:45.130933+0000","last_became_active":"2024-07-27T18:28:23.022433+0000","last_became_peered":"2024-07-27T18:28:23.022433+0000","last_unstale":"2024-07-27T18:33:45.130933+0000","last_undegraded":"2024-07-27T18:33:45.130933+0000","last_fullsized":"2024-07-27T18:33:45.130933+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T04:00:55.514974+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":6,"num_read_kb":6,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":1320,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.361069+0000","last_change":"2024-07-27T18:26:41.017346+0000","last_active":"2024-07-27T18:33:47.361069+0000","last_peered":"2024-07-27T18:33:47.361069+0000","last_clean":"2024-07-27T18:33:47.361069+0000","last_became_active":"2024-07-27T18:26:41.017054+0000","last_became_peered":"2024-07-27T18:26:41.017054+0000","last_unstale":"2024-07-27T18:33:47.361069+0000","last_undegraded":"2024-07-27T18:33:47.361069+0000","last_fullsized":"2024-07-27T18:33:47.361069+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:17:42.799234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"5.f","version":"844'493","reported_seq":3600,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108535+0000","last_change":"2024-07-27T18:33:45.135618+0000","last_active":"2024-07-27T18:33:47.108535+0000","last_peered":"2024-07-27T18:33:47.108535+0000","last_clean":"2024-07-27T18:33:47.108535+0000","last_became_active":"2024-07-27T18:27:49.085654+0000","last_became_peered":"2024-07-27T18:27:49.085654+0000","last_unstale":"2024-07-27T18:33:47.108535+0000","last_undegraded":"2024-07-27T18:33:47.108535+0000","last_fullsized":"2024-07-27T18:33:47.108535+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":493,"log_dups_size":0,"ondisk_log_size":493,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T19:44:39.784777+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0045101409999999996,"stat_sum":{"num_bytes":5357568,"num_objects":2,"num_object_clones":1,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":93,"num_read_kb":134236,"num_write":264,"num_write_kb":34672,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":9641984,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"2.8","version":"0'0","reported_seq":1108,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.128470+0000","last_change":"2024-07-27T18:28:23.025909+0000","last_active":"2024-07-27T18:33:46.128470+0000","last_peered":"2024-07-27T18:33:46.128470+0000","last_clean":"2024-07-27T18:33:46.128470+0000","last_became_active":"2024-07-27T18:28:23.023538+0000","last_became_peered":"2024-07-27T18:28:23.023538+0000","last_unstale":"2024-07-27T18:33:46.128470+0000","last_undegraded":"2024-07-27T18:33:46.128470+0000","last_fullsized":"2024-07-27T18:33:46.128470+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:57:31.000248+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":1299,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360425+0000","last_change":"2024-07-27T18:28:23.035042+0000","last_active":"2024-07-27T18:33:47.360425+0000","last_peered":"2024-07-27T18:33:47.360425+0000","last_clean":"2024-07-27T18:33:47.360425+0000","last_became_active":"2024-07-27T18:28:23.034629+0000","last_became_peered":"2024-07-27T18:28:23.034629+0000","last_unstale":"2024-07-27T18:33:47.360425+0000","last_undegraded":"2024-07-27T18:33:47.360425+0000","last_fullsized":"2024-07-27T18:33:47.360425+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:46:46.567311+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,7],"acting":[1,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"5.e","version":"843'2647","reported_seq":5722,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360918+0000","last_change":"2024-07-27T18:33:45.123168+0000","last_active":"2024-07-27T18:33:47.360918+0000","last_peered":"2024-07-27T18:33:47.360918+0000","last_clean":"2024-07-27T18:33:47.360918+0000","last_became_active":"2024-07-27T18:27:15.008978+0000","last_became_peered":"2024-07-27T18:27:15.008978+0000","last_unstale":"2024-07-27T18:33:47.360918+0000","last_undegraded":"2024-07-27T18:33:47.360918+0000","last_fullsized":"2024-07-27T18:33:47.360918+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":2647,"log_dups_size":0,"ondisk_log_size":2647,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:10:01.509169+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054384400000000003,"stat_sum":{"num_bytes":16195584,"num_objects":7,"num_object_clones":1,"num_object_copies":21,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":7,"num_whiteouts":0,"num_read":541,"num_read_kb":649871,"num_write":1151,"num_write_kb":246584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":8,"num_bytes_recovered":33079296,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,5,0],"acting":[4,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"2.9","version":"0'0","reported_seq":1297,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.360108+0000","last_change":"2024-07-27T18:28:23.036773+0000","last_active":"2024-07-27T18:33:47.360108+0000","last_peered":"2024-07-27T18:33:47.360108+0000","last_clean":"2024-07-27T18:33:47.360108+0000","last_became_active":"2024-07-27T18:28:23.036409+0000","last_became_peered":"2024-07-27T18:28:23.036409+0000","last_unstale":"2024-07-27T18:33:47.360108+0000","last_undegraded":"2024-07-27T18:33:47.360108+0000","last_fullsized":"2024-07-27T18:33:47.360108+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:51:18.640399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":1244,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.121864+0000","last_change":"2024-07-27T18:28:23.015532+0000","last_active":"2024-07-27T18:33:45.121864+0000","last_peered":"2024-07-27T18:33:45.121864+0000","last_clean":"2024-07-27T18:33:45.121864+0000","last_became_active":"2024-07-27T18:28:23.015209+0000","last_became_peered":"2024-07-27T18:28:23.015209+0000","last_unstale":"2024-07-27T18:33:45.121864+0000","last_undegraded":"2024-07-27T18:33:45.121864+0000","last_fullsized":"2024-07-27T18:33:45.121864+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:31:05.824688+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"5.d","version":"843'829","reported_seq":4113,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108319+0000","last_change":"2024-07-27T18:33:45.133732+0000","last_active":"2024-07-27T18:33:47.108319+0000","last_peered":"2024-07-27T18:33:47.108319+0000","last_clean":"2024-07-27T18:33:47.108319+0000","last_became_active":"2024-07-27T18:28:23.029410+0000","last_became_peered":"2024-07-27T18:28:23.029410+0000","last_unstale":"2024-07-27T18:33:47.108319+0000","last_undegraded":"2024-07-27T18:33:47.108319+0000","last_fullsized":"2024-07-27T18:33:47.108319+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":829,"log_dups_size":0,"ondisk_log_size":829,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:05:06.935980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019145200000000001,"stat_sum":{"num_bytes":1327104,"num_objects":2,"num_object_clones":1,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":1,"num_read":193,"num_read_kb":338496,"num_write":357,"num_write_kb":76608,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":7004160,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,7,5],"acting":[2,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"2.a","version":"0'0","reported_seq":1297,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359182+0000","last_change":"2024-07-27T18:28:23.019837+0000","last_active":"2024-07-27T18:33:47.359182+0000","last_peered":"2024-07-27T18:33:47.359182+0000","last_clean":"2024-07-27T18:33:47.359182+0000","last_became_active":"2024-07-27T18:28:23.019487+0000","last_became_peered":"2024-07-27T18:28:23.019487+0000","last_unstale":"2024-07-27T18:33:47.359182+0000","last_undegraded":"2024-07-27T18:33:47.359182+0000","last_fullsized":"2024-07-27T18:33:47.359182+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T05:49:17.863052+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":1251,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.123999+0000","last_change":"2024-07-27T18:26:41.022016+0000","last_active":"2024-07-27T18:33:45.123999+0000","last_peered":"2024-07-27T18:33:45.123999+0000","last_clean":"2024-07-27T18:33:45.123999+0000","last_became_active":"2024-07-27T18:26:41.021007+0000","last_became_peered":"2024-07-27T18:26:41.021007+0000","last_unstale":"2024-07-27T18:33:45.123999+0000","last_undegraded":"2024-07-27T18:33:45.123999+0000","last_fullsized":"2024-07-27T18:33:45.123999+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:32:20.676775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"5.c","version":"843'726","reported_seq":4078,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359804+0000","last_change":"2024-07-27T18:33:45.131976+0000","last_active":"2024-07-27T18:33:47.359804+0000","last_peered":"2024-07-27T18:33:47.359804+0000","last_clean":"2024-07-27T18:33:47.359804+0000","last_became_active":"2024-07-27T18:26:41.011709+0000","last_became_peered":"2024-07-27T18:26:41.011709+0000","last_unstale":"2024-07-27T18:33:47.359804+0000","last_undegraded":"2024-07-27T18:33:47.359804+0000","last_fullsized":"2024-07-27T18:33:47.359804+0000","mapping_epoch":436,"log_start":"0'0","ondisk_log_start":"0'0","created":80,"last_epoch_clean":437,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:20:36.170872+0000","last_clean_scrub_stamp":"2024-07-27T18:20:36.170872+0000","objects_scrubbed":0,"log_size":726,"log_dups_size":0,"ondisk_log_size":726,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T21:58:15.203163+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.003382749,"stat_sum":{"num_bytes":1515520,"num_objects":2,"num_object_clones":1,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":1,"num_read":164,"num_read_kb":355690,"num_write":339,"num_write_kb":82120,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":23674880,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,0],"acting":[1,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"1b6","length":"1"},{"start":"1ba","length":"2"},{"start":"1bd","length":"1"}]},{"pgid":"2.b","version":"557'3","reported_seq":1119,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.128565+0000","last_change":"2024-07-27T18:28:23.020593+0000","last_active":"2024-07-27T18:33:46.128565+0000","last_peered":"2024-07-27T18:33:46.128565+0000","last_clean":"2024-07-27T18:33:46.128565+0000","last_became_active":"2024-07-27T18:28:23.020266+0000","last_became_peered":"2024-07-27T18:28:23.020266+0000","last_unstale":"2024-07-27T18:33:46.128565+0000","last_undegraded":"2024-07-27T18:33:46.128565+0000","last_fullsized":"2024-07-27T18:33:46.128565+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T18:41:08.502688+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":2,"num_read_kb":2,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":1146,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.129774+0000","last_change":"2024-07-27T18:27:49.077227+0000","last_active":"2024-07-27T18:33:45.129774+0000","last_peered":"2024-07-27T18:33:45.129774+0000","last_clean":"2024-07-27T18:33:45.129774+0000","last_became_active":"2024-07-27T18:27:49.076931+0000","last_became_peered":"2024-07-27T18:27:49.076931+0000","last_unstale":"2024-07-27T18:33:45.129774+0000","last_undegraded":"2024-07-27T18:33:45.129774+0000","last_fullsized":"2024-07-27T18:33:45.129774+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T23:51:25.236231+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":1272,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108090+0000","last_change":"2024-07-27T18:27:49.085906+0000","last_active":"2024-07-27T18:33:47.108090+0000","last_peered":"2024-07-27T18:33:47.108090+0000","last_clean":"2024-07-27T18:33:47.108090+0000","last_became_active":"2024-07-27T18:27:49.085540+0000","last_became_peered":"2024-07-27T18:27:49.085540+0000","last_unstale":"2024-07-27T18:33:47.108090+0000","last_undegraded":"2024-07-27T18:33:47.108090+0000","last_fullsized":"2024-07-27T18:33:47.108090+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:28:11.240486+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,4,6],"acting":[2,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.1c","version":"67'2","reported_seq":1119,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.128883+0000","last_change":"2024-07-27T18:28:23.027258+0000","last_active":"2024-07-27T18:33:46.128883+0000","last_peered":"2024-07-27T18:33:46.128883+0000","last_clean":"2024-07-27T18:33:46.128883+0000","last_became_active":"2024-07-27T18:28:23.026467+0000","last_became_peered":"2024-07-27T18:28:23.026467+0000","last_unstale":"2024-07-27T18:33:46.128883+0000","last_undegraded":"2024-07-27T18:33:46.128883+0000","last_fullsized":"2024-07-27T18:33:46.128883+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T02:16:43.430798+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":6,"num_read_kb":6,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":1162,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.108538+0000","last_change":"2024-07-27T18:27:15.011452+0000","last_active":"2024-07-27T18:33:47.108538+0000","last_peered":"2024-07-27T18:33:47.108538+0000","last_clean":"2024-07-27T18:33:47.108538+0000","last_became_active":"2024-07-27T18:27:15.007123+0000","last_became_peered":"2024-07-27T18:27:15.007123+0000","last_unstale":"2024-07-27T18:33:47.108538+0000","last_undegraded":"2024-07-27T18:33:47.108538+0000","last_fullsized":"2024-07-27T18:33:47.108538+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T00:29:52.799978+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1d","version":"67'2","reported_seq":1109,"reported_epoch":845,"state":"active+clean","last_fresh":"2024-07-27T18:33:46.129079+0000","last_change":"2024-07-27T18:28:23.029488+0000","last_active":"2024-07-27T18:33:46.129079+0000","last_peered":"2024-07-27T18:33:46.129079+0000","last_clean":"2024-07-27T18:33:46.129079+0000","last_became_active":"2024-07-27T18:28:23.028931+0000","last_became_peered":"2024-07-27T18:28:23.028931+0000","last_unstale":"2024-07-27T18:33:46.129079+0000","last_undegraded":"2024-07-27T18:33:46.129079+0000","last_fullsized":"2024-07-27T18:33:46.129079+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T22:19:18.925596+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":6,"num_read_kb":6,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":1320,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.359140+0000","last_change":"2024-07-27T18:27:15.006757+0000","last_active":"2024-07-27T18:33:47.359140+0000","last_peered":"2024-07-27T18:33:47.359140+0000","last_clean":"2024-07-27T18:33:47.359140+0000","last_became_active":"2024-07-27T18:27:15.006044+0000","last_became_peered":"2024-07-27T18:27:15.006044+0000","last_unstale":"2024-07-27T18:33:47.359140+0000","last_undegraded":"2024-07-27T18:33:47.359140+0000","last_fullsized":"2024-07-27T18:33:47.359140+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T01:24:01.077573+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1e","version":"557'2","reported_seq":1256,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.126299+0000","last_change":"2024-07-27T18:27:15.007165+0000","last_active":"2024-07-27T18:33:45.126299+0000","last_peered":"2024-07-27T18:33:45.126299+0000","last_clean":"2024-07-27T18:33:45.126299+0000","last_became_active":"2024-07-27T18:27:15.006771+0000","last_became_peered":"2024-07-27T18:27:15.006771+0000","last_unstale":"2024-07-27T18:33:45.126299+0000","last_undegraded":"2024-07-27T18:33:45.126299+0000","last_fullsized":"2024-07-27T18:33:45.126299+0000","mapping_epoch":469,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":470,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-28T20:43:06.623127+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":1235,"reported_epoch":844,"state":"active+clean","last_fresh":"2024-07-27T18:33:45.125590+0000","last_change":"2024-07-27T18:27:49.077339+0000","last_active":"2024-07-27T18:33:45.125590+0000","last_peered":"2024-07-27T18:33:45.125590+0000","last_clean":"2024-07-27T18:33:45.125590+0000","last_became_active":"2024-07-27T18:27:49.076952+0000","last_became_peered":"2024-07-27T18:27:49.076952+0000","last_unstale":"2024-07-27T18:33:45.125590+0000","last_undegraded":"2024-07-27T18:33:45.125590+0000","last_fullsized":"2024-07-27T18:33:45.125590+0000","mapping_epoch":501,"log_start":"0'0","ondisk_log_start":"0'0","created":64,"last_epoch_clean":502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:49.776575+0000","last_clean_scrub_stamp":"2024-07-27T18:16:49.776575+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T03:25:27.831917+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1f","version":"557'5","reported_seq":1331,"reported_epoch":846,"state":"active+clean","last_fresh":"2024-07-27T18:33:47.361236+0000","last_change":"2024-07-27T18:28:23.022862+0000","last_active":"2024-07-27T18:33:47.361236+0000","last_peered":"2024-07-27T18:33:47.361236+0000","last_clean":"2024-07-27T18:33:47.361236+0000","last_became_active":"2024-07-27T18:28:23.022498+0000","last_became_peered":"2024-07-27T18:28:23.022498+0000","last_unstale":"2024-07-27T18:33:47.361236+0000","last_undegraded":"2024-07-27T18:33:47.361236+0000","last_fullsized":"2024-07-27T18:33:47.361236+0000","mapping_epoch":535,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":536,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-07-27T18:16:46.333471+0000","last_clean_scrub_stamp":"2024-07-27T18:16:46.333471+0000","objects_scrubbed":0,"log_size":5,"log_dups_size":0,"ondisk_log_size":5,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-07-29T06:07:24.953434+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":582,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4,"num_read_kb":4,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":5,"num_pg":16,"stat_sum":{"num_bytes":137576448,"num_objects":58,"num_object_clones":19,"num_object_copies":174,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":58,"num_whiteouts":4,"num_read":3749,"num_read_kb":5701689,"num_write":8574,"num_write_kb":1865192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":113,"num_bytes_recovered":443506688,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":208347136,"data_stored":313839616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":19315,"ondisk_log_size":19315,"up":48,"acting":48,"num_store_stats":8},{"poolid":4,"num_pg":8,"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":57,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3,"ondisk_log_size":3,"up":24,"acting":24,"num_store_stats":8},{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":192,"acting":192,"num_store_stats":8},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":6616,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":22,"num_whiteouts":0,"num_read":79,"num_read_kb":87,"num_write":68,"num_write_kb":36,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":110592,"data_stored":19848,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":45806,"internal_metadata":0},"log_size":68,"ondisk_log_size":68,"up":96,"acting":96,"num_store_stats":8},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1070,"num_read_kb":1904,"num_write":367,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":225,"ondisk_log_size":225,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":535,"seq":2297807503426,"num_pgs":50,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":256296,"kb_used_data":29908,"kb_used_omap":39,"kb_used_meta":226328,"kb_avail":93488856,"statfs":{"total":95995035648,"available":95732588544,"internally_reserved":0,"allocated":30625792,"data_stored":36143878,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":39984,"internal_metadata":231760848},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":501,"seq":2151778615369,"num_pgs":42,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":213828,"kb_used_data":25976,"kb_used_omap":28,"kb_used_meta":187811,"kb_avail":93531324,"statfs":{"total":95995035648,"available":95776075776,"internally_reserved":0,"allocated":26599424,"data_stored":32860004,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":28771,"internal_metadata":192319389},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":469,"seq":2014339661904,"num_pgs":48,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":433020,"kb_used_data":47216,"kb_used_omap":48,"kb_used_meta":385743,"kb_avail":93312132,"statfs":{"total":95995035648,"available":95551623168,"internally_reserved":0,"allocated":48349184,"data_stored":63057540,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":50111,"internal_metadata":395000897},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":4,"up_from":436,"seq":1872605741143,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":331976,"kb_used_data":27644,"kb_used_omap":33,"kb_used_meta":304286,"kb_avail":93413176,"statfs":{"total":95995035648,"available":95655092224,"internally_reserved":0,"allocated":28307456,"data_stored":31468084,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":34395,"internal_metadata":311589285},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":404,"seq":1735166787677,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":166028,"kb_used_data":16696,"kb_used_omap":18,"kb_used_meta":149293,"kb_avail":93579124,"statfs":{"total":95995035648,"available":95825022976,"internally_reserved":0,"allocated":17096704,"data_stored":19137964,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":19196,"internal_metadata":152876292},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":371,"seq":1593432866916,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":332100,"kb_used_data":41140,"kb_used_omap":31,"kb_used_meta":290912,"kb_avail":93413052,"statfs":{"total":95995035648,"available":95654965248,"internally_reserved":0,"allocated":42127360,"data_stored":55784338,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":32140,"internal_metadata":297894516},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":338,"seq":1451698946155,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":371080,"kb_used_data":38268,"kb_used_omap":32,"kb_used_meta":332767,"kb_avail":93374072,"statfs":{"total":95995035648,"available":95615049728,"internally_reserved":0,"allocated":39186432,"data_stored":52606992,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":33179,"internal_metadata":340754021},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":0,"up_from":304,"seq":1305670058098,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":479432,"kb_used_data":47164,"kb_used_omap":37,"kb_used_meta":432218,"kb_avail":93265720,"statfs":{"total":95995035648,"available":95504097280,"internally_reserved":0,"allocated":48295936,"data_stored":65383509,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":38597,"internal_metadata":442591547},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6258,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4281,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5782,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":5922,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6313,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":708,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6042,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":5908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5423,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":5818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5570,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6137,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":5,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":38879232,"data_stored":59682816,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":5,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":30367744,"data_stored":47497216,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":5,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":33337344,"data_stored":50683904,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":5,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":8298496,"data_stored":14041088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":5,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":19480576,"data_stored":26357760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":5,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":39518208,"data_stored":57942016,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":5,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":17215488,"data_stored":27172864,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":5,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":21250048,"data_stored":30461952,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-07-27T18:33:52.114 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_0 2024-07-27T18:33:52.115 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2024-07-27T18:33:52.331 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T18:33:52.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:52 smithi029 ceph-mon[96870]: pgmap v941: 121 pgs: 121 active+clean; 132 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.9 MiB/s rd, 949 KiB/s wr, 3 op/s 2024-07-27T18:33:52.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:52 smithi029 ceph-mon[96870]: from='client.44417 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:33:52.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:52 smithi029 ceph-mon[96870]: osdmap e847: 8 total, 8 up, 8 in 2024-07-27T18:33:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:52 smithi029 ceph-mon[99353]: pgmap v941: 121 pgs: 121 active+clean; 132 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.9 MiB/s rd, 949 KiB/s wr, 3 op/s 2024-07-27T18:33:52.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:52 smithi029 ceph-mon[99353]: from='client.44417 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:33:52.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:52 smithi029 ceph-mon[99353]: osdmap e847: 8 total, 8 up, 8 in 2024-07-27T18:33:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:52 smithi179 ceph-mon[89801]: pgmap v941: 121 pgs: 121 active+clean; 132 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.9 MiB/s rd, 949 KiB/s wr, 3 op/s 2024-07-27T18:33:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:52 smithi179 ceph-mon[89801]: from='client.44417 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-27T18:33:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:52 smithi179 ceph-mon[89801]: osdmap e847: 8 total, 8 up, 8 in 2024-07-27T18:33:52.587 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:33:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:33:52] "GET /metrics HTTP/1.1" 200 36346 "" "Prometheus/2.43.0" 2024-07-27T18:33:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:54 smithi179 ceph-mon[89801]: pgmap v943: 121 pgs: 121 active+clean; 134 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s rd, 1.1 MiB/s wr, 4 op/s 2024-07-27T18:33:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:33:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:54 smithi029 ceph-mon[96870]: pgmap v943: 121 pgs: 121 active+clean; 134 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s rd, 1.1 MiB/s wr, 4 op/s 2024-07-27T18:33:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:33:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:54 smithi029 ceph-mon[99353]: pgmap v943: 121 pgs: 121 active+clean; 134 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s rd, 1.1 MiB/s wr, 4 op/s 2024-07-27T18:33:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:33:55.150 INFO:teuthology.orchestra.run.smithi029.stderr:pool 'unique_pool_0' removed 2024-07-27T18:33:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/806249062' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]: dispatch 2024-07-27T18:33:55.494 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/806249062' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]: dispatch 2024-07-27T18:33:55.494 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/806249062' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]: dispatch 2024-07-27T18:33:55.816 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2024-07-27T18:33:55.816 INFO:teuthology.task.print:**** done end ec-rados-default.yaml 2024-07-27T18:33:55.816 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2024-07-27T18:33:55.816 INFO:teuthology.task.print:**** done start rados_api.yaml 2024-07-27T18:33:55.816 INFO:teuthology.task.full_sequential:In full_sequential, running task workunit... 2024-07-27T18:33:55.817 INFO:tasks.workunit:Pulling workunits from ref reef 2024-07-27T18:33:55.818 INFO:tasks.workunit:Making a separate scratch dir for every client... 2024-07-27T18:33:55.818 DEBUG:teuthology.orchestra.run.smithi029:> stat -- /home/ubuntu/cephtest/mnt.0 2024-07-27T18:33:55.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T18:33:55.837 INFO:teuthology.orchestra.run.smithi029.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2024-07-27T18:33:55.837 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -- /home/ubuntu/cephtest/mnt.0 2024-07-27T18:33:55.895 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2024-07-27T18:33:55.896 DEBUG:teuthology.orchestra.run.smithi029:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2024-07-27T18:33:55.952 INFO:tasks.workunit:timeout=3h 2024-07-27T18:33:55.953 INFO:tasks.workunit:cleanup=True 2024-07-27T18:33:55.953 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone --depth 1 --branch reef https://git.ceph.com/ceph.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 2024-07-27T18:33:56.012 INFO:tasks.workunit.client.0.smithi029.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2024-07-27T18:33:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:56 smithi179 ceph-mon[89801]: pgmap v944: 121 pgs: 121 active+clean; 134 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.1 MiB/s rd, 482 KiB/s wr, 1 op/s 2024-07-27T18:33:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:56 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/806249062' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]': finished 2024-07-27T18:33:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:56 smithi179 ceph-mon[89801]: osdmap e848: 8 total, 8 up, 8 in 2024-07-27T18:33:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:56 smithi029 ceph-mon[99353]: pgmap v944: 121 pgs: 121 active+clean; 134 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.1 MiB/s rd, 482 KiB/s wr, 1 op/s 2024-07-27T18:33:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:56 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/806249062' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]': finished 2024-07-27T18:33:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:56 smithi029 ceph-mon[99353]: osdmap e848: 8 total, 8 up, 8 in 2024-07-27T18:33:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:56 smithi029 ceph-mon[96870]: pgmap v944: 121 pgs: 121 active+clean; 134 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.1 MiB/s rd, 482 KiB/s wr, 1 op/s 2024-07-27T18:33:56.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:56 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/806249062' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]': finished 2024-07-27T18:33:56.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:56 smithi029 ceph-mon[96870]: osdmap e848: 8 total, 8 up, 8 in 2024-07-27T18:33:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:33:58 smithi179 ceph-mon[89801]: pgmap v946: 105 pgs: 105 active+clean; 583 KiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:33:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:33:58 smithi029 ceph-mon[96870]: pgmap v946: 105 pgs: 105 active+clean; 583 KiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:33:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:33:58 smithi029 ceph-mon[99353]: pgmap v946: 105 pgs: 105 active+clean; 583 KiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:00 smithi179 ceph-mon[89801]: pgmap v947: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:00 smithi029 ceph-mon[96870]: pgmap v947: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:00 smithi029 ceph-mon[99353]: pgmap v947: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:01.738 DEBUG:teuthology.orchestra.run.smithi029:> cd -- /home/ubuntu/cephtest/clone.client.0/qa/workunits && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\0' >/home/ubuntu/cephtest/workunits.list.client.0 2024-07-27T18:34:01.796 INFO:tasks.workunit.client.0.smithi029.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2024-07-27T18:34:01.798 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-07-27T18:34:01.799 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2024-07-27T18:34:01.850 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2024-07-27T18:34:01.900 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2024-07-27T18:34:01.940 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-07-27T18:34:01.942 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-07-27T18:34:01.942 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2024-07-27T18:34:01.982 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-07-27T18:34:01.985 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:34:01.985 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2024-07-27T18:34:02.041 INFO:tasks.workunit:Running workunits matching cls on client.0... 2024-07-27T18:34:02.043 INFO:tasks.workunit:Running workunit cls/test_cls_2pc_queue.sh... 2024-07-27T18:34:02.043 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_2pc_queue.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_2pc_queue.sh 2024-07-27T18:34:02.114 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:34:02.114 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 22 tests from 1 test suite. 2024-07-27T18:34:02.114 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:34:02.114 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 22 tests from TestCls2PCQueue 2024-07-27T18:34:02.114 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.GetCapacity 2024-07-27T18:34:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:02 smithi029 ceph-mon[96870]: pgmap v948: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:02 smithi029 ceph-mon[99353]: pgmap v948: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:34:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:34:02] "GET /metrics HTTP/1.1" 200 36344 "" "Prometheus/2.43.0" 2024-07-27T18:34:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:02 smithi179 ceph-mon[89801]: pgmap v948: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:03.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:03 smithi179 ceph-mon[89801]: osdmap e849: 8 total, 8 up, 8 in 2024-07-27T18:34:03.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:03 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2642376015' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:03.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:03 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:03.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:03 smithi179 ceph-mon[89801]: pgmap v950: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:03 smithi029 ceph-mon[99353]: osdmap e849: 8 total, 8 up, 8 in 2024-07-27T18:34:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:03 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2642376015' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:03 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:03 smithi029 ceph-mon[99353]: pgmap v950: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:04.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:03 smithi029 ceph-mon[96870]: osdmap e849: 8 total, 8 up, 8 in 2024-07-27T18:34:04.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:03 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2642376015' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:04.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:03 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:04.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:03 smithi029 ceph-mon[96870]: pgmap v950: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:04.641 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.GetCapacity (2527 ms) 2024-07-27T18:34:04.641 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.AsyncGetCapacity 2024-07-27T18:34:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:04 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:04 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:04 smithi179 ceph-mon[89801]: osdmap e850: 8 total, 8 up, 8 in 2024-07-27T18:34:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:04 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:04 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:04 smithi029 ceph-mon[96870]: osdmap e850: 8 total, 8 up, 8 in 2024-07-27T18:34:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:04 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:04 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:04 smithi029 ceph-mon[99353]: osdmap e850: 8 total, 8 up, 8 in 2024-07-27T18:34:05.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:05 smithi179 ceph-mon[89801]: osdmap e851: 8 total, 8 up, 8 in 2024-07-27T18:34:05.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:05 smithi179 ceph-mon[89801]: pgmap v953: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:05 smithi029 ceph-mon[96870]: osdmap e851: 8 total, 8 up, 8 in 2024-07-27T18:34:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:05 smithi029 ceph-mon[96870]: pgmap v953: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:05 smithi029 ceph-mon[99353]: osdmap e851: 8 total, 8 up, 8 in 2024-07-27T18:34:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:05 smithi029 ceph-mon[99353]: pgmap v953: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:06 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:06 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:34:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:06 smithi179 ceph-mon[89801]: osdmap e852: 8 total, 8 up, 8 in 2024-07-27T18:34:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:06 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/59420869' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:06 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:06 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:06 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:34:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:06 smithi029 ceph-mon[99353]: osdmap e852: 8 total, 8 up, 8 in 2024-07-27T18:34:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:06 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/59420869' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:06 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:07.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:06 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:07.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:06 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:34:07.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:06 smithi029 ceph-mon[96870]: osdmap e852: 8 total, 8 up, 8 in 2024-07-27T18:34:07.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:06 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/59420869' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:07.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:06 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:07.664 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.AsyncGetCapacity (3023 ms) 2024-07-27T18:34:07.665 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.Reserve 2024-07-27T18:34:07.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:07 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:07.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:07 smithi179 ceph-mon[89801]: osdmap e853: 8 total, 8 up, 8 in 2024-07-27T18:34:07.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:07 smithi179 ceph-mon[89801]: pgmap v956: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:07 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:07 smithi029 ceph-mon[96870]: osdmap e853: 8 total, 8 up, 8 in 2024-07-27T18:34:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:07 smithi029 ceph-mon[96870]: pgmap v956: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:08.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:07 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:08.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:07 smithi029 ceph-mon[99353]: osdmap e853: 8 total, 8 up, 8 in 2024-07-27T18:34:08.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:07 smithi029 ceph-mon[99353]: pgmap v956: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:08 smithi179 ceph-mon[89801]: osdmap e854: 8 total, 8 up, 8 in 2024-07-27T18:34:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:34:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:08 smithi029 ceph-mon[96870]: osdmap e854: 8 total, 8 up, 8 in 2024-07-27T18:34:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:34:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:08 smithi029 ceph-mon[99353]: osdmap e854: 8 total, 8 up, 8 in 2024-07-27T18:34:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:34:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:09 smithi029 ceph-mon[99353]: osdmap e855: 8 total, 8 up, 8 in 2024-07-27T18:34:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:09 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/644185015' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:09 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:09 smithi029 ceph-mon[99353]: pgmap v959: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:10.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:09 smithi029 ceph-mon[96870]: osdmap e855: 8 total, 8 up, 8 in 2024-07-27T18:34:10.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:09 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/644185015' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:10.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:09 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:10.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:09 smithi029 ceph-mon[96870]: pgmap v959: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:09 smithi179 ceph-mon[89801]: osdmap e855: 8 total, 8 up, 8 in 2024-07-27T18:34:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:09 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/644185015' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:09 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:09 smithi179 ceph-mon[89801]: pgmap v959: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:10.680 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.Reserve (3015 ms) 2024-07-27T18:34:10.680 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.AsyncReserve 2024-07-27T18:34:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:10 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:10 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:10 smithi029 ceph-mon[96870]: osdmap e856: 8 total, 8 up, 8 in 2024-07-27T18:34:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:10 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:10 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:10 smithi029 ceph-mon[99353]: osdmap e856: 8 total, 8 up, 8 in 2024-07-27T18:34:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:10 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:10 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:10 smithi179 ceph-mon[89801]: osdmap e856: 8 total, 8 up, 8 in 2024-07-27T18:34:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:11 smithi029 ceph-mon[96870]: osdmap e857: 8 total, 8 up, 8 in 2024-07-27T18:34:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:11 smithi029 ceph-mon[96870]: pgmap v962: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:12.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:11 smithi029 ceph-mon[99353]: osdmap e857: 8 total, 8 up, 8 in 2024-07-27T18:34:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:11 smithi029 ceph-mon[99353]: pgmap v962: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:11 smithi179 ceph-mon[89801]: osdmap e857: 8 total, 8 up, 8 in 2024-07-27T18:34:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:11 smithi179 ceph-mon[89801]: pgmap v962: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:12.688 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:34:12] "GET /metrics HTTP/1.1" 200 33993 "" "Prometheus/2.43.0" 2024-07-27T18:34:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:34:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[99353]: osdmap e858: 8 total, 8 up, 8 in 2024-07-27T18:34:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1814852439' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:34:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:34:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:34:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:34:13.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:13.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:34:13.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[96870]: osdmap e858: 8 total, 8 up, 8 in 2024-07-27T18:34:13.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1814852439' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:13.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:13.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:34:13.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:34:13.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:34:13.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:34:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:12 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:12 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:34:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:12 smithi179 ceph-mon[89801]: osdmap e858: 8 total, 8 up, 8 in 2024-07-27T18:34:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:12 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1814852439' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:12 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:34:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:34:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:34:13.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:34:13.701 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.AsyncReserve (3021 ms) 2024-07-27T18:34:13.702 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.Commit 2024-07-27T18:34:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:13 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:13 smithi029 ceph-mon[96870]: osdmap e859: 8 total, 8 up, 8 in 2024-07-27T18:34:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:13 smithi029 ceph-mon[96870]: pgmap v965: 137 pgs: 1 creating+peering, 31 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:14.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:13 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:14.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:13 smithi029 ceph-mon[99353]: osdmap e859: 8 total, 8 up, 8 in 2024-07-27T18:34:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:13 smithi029 ceph-mon[99353]: pgmap v965: 137 pgs: 1 creating+peering, 31 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:13 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:13 smithi179 ceph-mon[89801]: osdmap e859: 8 total, 8 up, 8 in 2024-07-27T18:34:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:13 smithi179 ceph-mon[89801]: pgmap v965: 137 pgs: 1 creating+peering, 31 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:14 smithi029 ceph-mon[96870]: osdmap e860: 8 total, 8 up, 8 in 2024-07-27T18:34:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:14 smithi029 ceph-mon[99353]: osdmap e860: 8 total, 8 up, 8 in 2024-07-27T18:34:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:14 smithi179 ceph-mon[89801]: osdmap e860: 8 total, 8 up, 8 in 2024-07-27T18:34:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:15 smithi029 ceph-mon[96870]: osdmap e861: 8 total, 8 up, 8 in 2024-07-27T18:34:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:15 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1486300639' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:15 smithi029 ceph-mon[96870]: pgmap v968: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:16.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:15 smithi029 ceph-mon[99353]: osdmap e861: 8 total, 8 up, 8 in 2024-07-27T18:34:16.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:15 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1486300639' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:16.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:15 smithi029 ceph-mon[99353]: pgmap v968: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:16.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:15 smithi179 ceph-mon[89801]: osdmap e861: 8 total, 8 up, 8 in 2024-07-27T18:34:16.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:15 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1486300639' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:16.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:15 smithi179 ceph-mon[89801]: pgmap v968: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:16.717 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.Commit (3016 ms) 2024-07-27T18:34:16.717 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.Abort 2024-07-27T18:34:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:16 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:16 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1486300639' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:17.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:16 smithi029 ceph-mon[96870]: osdmap e862: 8 total, 8 up, 8 in 2024-07-27T18:34:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:16 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:16 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1486300639' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:16 smithi029 ceph-mon[99353]: osdmap e862: 8 total, 8 up, 8 in 2024-07-27T18:34:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:16 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:16 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1486300639' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:16 smithi179 ceph-mon[89801]: osdmap e862: 8 total, 8 up, 8 in 2024-07-27T18:34:18.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:17 smithi029 ceph-mon[99353]: osdmap e863: 8 total, 8 up, 8 in 2024-07-27T18:34:18.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:17 smithi029 ceph-mon[99353]: pgmap v971: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:18.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:17 smithi029 ceph-mon[96870]: osdmap e863: 8 total, 8 up, 8 in 2024-07-27T18:34:18.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:17 smithi029 ceph-mon[96870]: pgmap v971: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:18.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:17 smithi179 ceph-mon[89801]: osdmap e863: 8 total, 8 up, 8 in 2024-07-27T18:34:18.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:17 smithi179 ceph-mon[89801]: pgmap v971: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:18 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:18 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:34:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:18 smithi029 ceph-mon[96870]: osdmap e864: 8 total, 8 up, 8 in 2024-07-27T18:34:19.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:18 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2460607594' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:18 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:18 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:34:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:18 smithi029 ceph-mon[99353]: osdmap e864: 8 total, 8 up, 8 in 2024-07-27T18:34:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:18 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2460607594' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:18 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:18 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:34:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:18 smithi179 ceph-mon[89801]: osdmap e864: 8 total, 8 up, 8 in 2024-07-27T18:34:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:18 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2460607594' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:19.737 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.Abort (3020 ms) 2024-07-27T18:34:19.737 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.ReserveError 2024-07-27T18:34:20.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:19 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2460607594' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-6","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:20.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:19 smithi029 ceph-mon[96870]: osdmap e865: 8 total, 8 up, 8 in 2024-07-27T18:34:20.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:19 smithi029 ceph-mon[96870]: pgmap v974: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:20.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:19 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2460607594' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-6","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:20.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:19 smithi029 ceph-mon[99353]: osdmap e865: 8 total, 8 up, 8 in 2024-07-27T18:34:20.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:19 smithi029 ceph-mon[99353]: pgmap v974: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:20.064 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:19 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2460607594' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-6","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:20.065 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:19 smithi179 ceph-mon[89801]: osdmap e865: 8 total, 8 up, 8 in 2024-07-27T18:34:20.065 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:19 smithi179 ceph-mon[89801]: pgmap v974: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:20 smithi029 ceph-mon[96870]: osdmap e866: 8 total, 8 up, 8 in 2024-07-27T18:34:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:20 smithi029 ceph-mon[99353]: osdmap e866: 8 total, 8 up, 8 in 2024-07-27T18:34:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:20 smithi179 ceph-mon[89801]: osdmap e866: 8 total, 8 up, 8 in 2024-07-27T18:34:22.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:21 smithi029 ceph-mon[96870]: pgmap v976: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:22.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:21 smithi029 ceph-mon[96870]: osdmap e867: 8 total, 8 up, 8 in 2024-07-27T18:34:22.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:21 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3410743826' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:22.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:21 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:22.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:21 smithi029 ceph-mon[99353]: pgmap v976: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:22.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:21 smithi029 ceph-mon[99353]: osdmap e867: 8 total, 8 up, 8 in 2024-07-27T18:34:22.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:21 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3410743826' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:22.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:21 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:22.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:21 smithi179 ceph-mon[89801]: pgmap v976: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:22.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:21 smithi179 ceph-mon[89801]: osdmap e867: 8 total, 8 up, 8 in 2024-07-27T18:34:22.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:21 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3410743826' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:22.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:21 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:34:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:34:22] "GET /metrics HTTP/1.1" 200 33993 "" "Prometheus/2.43.0" 2024-07-27T18:34:22.762 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.ReserveError (3025 ms) 2024-07-27T18:34:22.762 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.CommitError 2024-07-27T18:34:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:22 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-7","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:22 smithi179 ceph-mon[89801]: osdmap e868: 8 total, 8 up, 8 in 2024-07-27T18:34:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:22 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-7","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:22 smithi029 ceph-mon[96870]: osdmap e868: 8 total, 8 up, 8 in 2024-07-27T18:34:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:22 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-7","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:23.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:22 smithi029 ceph-mon[99353]: osdmap e868: 8 total, 8 up, 8 in 2024-07-27T18:34:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:23 smithi179 ceph-mon[89801]: pgmap v979: 137 pgs: 4 creating+peering, 18 unknown, 115 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:23 smithi179 ceph-mon[89801]: osdmap e869: 8 total, 8 up, 8 in 2024-07-27T18:34:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:34:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:23 smithi029 ceph-mon[96870]: pgmap v979: 137 pgs: 4 creating+peering, 18 unknown, 115 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:23 smithi029 ceph-mon[96870]: osdmap e869: 8 total, 8 up, 8 in 2024-07-27T18:34:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:34:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:23 smithi029 ceph-mon[99353]: pgmap v979: 137 pgs: 4 creating+peering, 18 unknown, 115 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:23 smithi029 ceph-mon[99353]: osdmap e869: 8 total, 8 up, 8 in 2024-07-27T18:34:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:34:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:24 smithi179 ceph-mon[89801]: osdmap e870: 8 total, 8 up, 8 in 2024-07-27T18:34:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:24 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1290127968' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:24 smithi029 ceph-mon[96870]: osdmap e870: 8 total, 8 up, 8 in 2024-07-27T18:34:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:24 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1290127968' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:24 smithi029 ceph-mon[99353]: osdmap e870: 8 total, 8 up, 8 in 2024-07-27T18:34:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:24 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1290127968' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:25.775 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.CommitError (3013 ms) 2024-07-27T18:34:25.775 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.AbortError 2024-07-27T18:34:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:25 smithi179 ceph-mon[89801]: pgmap v982: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:25 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:25 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1290127968' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-8","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:25 smithi179 ceph-mon[89801]: osdmap e871: 8 total, 8 up, 8 in 2024-07-27T18:34:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:25 smithi029 ceph-mon[96870]: pgmap v982: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:25 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:25 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1290127968' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-8","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:25 smithi029 ceph-mon[96870]: osdmap e871: 8 total, 8 up, 8 in 2024-07-27T18:34:26.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:25 smithi029 ceph-mon[99353]: pgmap v982: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:26.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:25 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:26.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:25 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1290127968' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-8","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:26.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:25 smithi029 ceph-mon[99353]: osdmap e871: 8 total, 8 up, 8 in 2024-07-27T18:34:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:26 smithi179 ceph-mon[89801]: osdmap e872: 8 total, 8 up, 8 in 2024-07-27T18:34:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:26 smithi029 ceph-mon[96870]: osdmap e872: 8 total, 8 up, 8 in 2024-07-27T18:34:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:26 smithi029 ceph-mon[99353]: osdmap e872: 8 total, 8 up, 8 in 2024-07-27T18:34:28.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:27 smithi029 ceph-mon[96870]: pgmap v985: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:28.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:27 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:28.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:27 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:34:28.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:27 smithi029 ceph-mon[96870]: osdmap e873: 8 total, 8 up, 8 in 2024-07-27T18:34:28.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:27 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2228221851' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:28.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:27 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:28.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:27 smithi029 ceph-mon[99353]: pgmap v985: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:28.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:27 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:28.154 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:27 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:34:28.154 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:27 smithi029 ceph-mon[99353]: osdmap e873: 8 total, 8 up, 8 in 2024-07-27T18:34:28.154 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:27 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2228221851' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:28.154 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:27 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:27 smithi179 ceph-mon[89801]: pgmap v985: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:27 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:27 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:34:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:27 smithi179 ceph-mon[89801]: osdmap e873: 8 total, 8 up, 8 in 2024-07-27T18:34:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:27 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2228221851' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:27 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:28.794 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.AbortError (3019 ms) 2024-07-27T18:34:28.794 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.MultiReserve 2024-07-27T18:34:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:28 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-9","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:29.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:28 smithi179 ceph-mon[89801]: osdmap e874: 8 total, 8 up, 8 in 2024-07-27T18:34:29.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:28 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-9","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:29.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:28 smithi029 ceph-mon[96870]: osdmap e874: 8 total, 8 up, 8 in 2024-07-27T18:34:29.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:28 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-9","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:29.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:28 smithi029 ceph-mon[99353]: osdmap e874: 8 total, 8 up, 8 in 2024-07-27T18:34:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:29 smithi179 ceph-mon[89801]: pgmap v988: 137 pgs: 7 creating+peering, 18 unknown, 112 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:29 smithi179 ceph-mon[89801]: osdmap e875: 8 total, 8 up, 8 in 2024-07-27T18:34:30.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:29 smithi029 ceph-mon[96870]: pgmap v988: 137 pgs: 7 creating+peering, 18 unknown, 112 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:30.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:29 smithi029 ceph-mon[96870]: osdmap e875: 8 total, 8 up, 8 in 2024-07-27T18:34:30.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:29 smithi029 ceph-mon[99353]: pgmap v988: 137 pgs: 7 creating+peering, 18 unknown, 112 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:30.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:29 smithi029 ceph-mon[99353]: osdmap e875: 8 total, 8 up, 8 in 2024-07-27T18:34:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:30 smithi179 ceph-mon[89801]: osdmap e876: 8 total, 8 up, 8 in 2024-07-27T18:34:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:30 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1141182891' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:30 smithi029 ceph-mon[96870]: osdmap e876: 8 total, 8 up, 8 in 2024-07-27T18:34:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:30 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1141182891' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:31.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:30 smithi029 ceph-mon[99353]: osdmap e876: 8 total, 8 up, 8 in 2024-07-27T18:34:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:30 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1141182891' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:31.810 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.MultiReserve (3016 ms) 2024-07-27T18:34:31.810 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.MultiCommit 2024-07-27T18:34:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:31 smithi179 ceph-mon[89801]: pgmap v991: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:31 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:31 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-10","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:31 smithi179 ceph-mon[89801]: osdmap e877: 8 total, 8 up, 8 in 2024-07-27T18:34:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:31 smithi029 ceph-mon[96870]: pgmap v991: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:31 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:31 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-10","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:31 smithi029 ceph-mon[96870]: osdmap e877: 8 total, 8 up, 8 in 2024-07-27T18:34:32.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:31 smithi029 ceph-mon[99353]: pgmap v991: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:31 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:31 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-10","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:31 smithi029 ceph-mon[99353]: osdmap e877: 8 total, 8 up, 8 in 2024-07-27T18:34:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:34:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:34:32] "GET /metrics HTTP/1.1" 200 33994 "" "Prometheus/2.43.0" 2024-07-27T18:34:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:32 smithi179 ceph-mon[89801]: osdmap e878: 8 total, 8 up, 8 in 2024-07-27T18:34:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:32 smithi029 ceph-mon[96870]: osdmap e878: 8 total, 8 up, 8 in 2024-07-27T18:34:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:32 smithi029 ceph-mon[99353]: osdmap e878: 8 total, 8 up, 8 in 2024-07-27T18:34:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:33 smithi179 ceph-mon[89801]: pgmap v994: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:34.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:33 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:34.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:33 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:34:34.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:33 smithi179 ceph-mon[89801]: osdmap e879: 8 total, 8 up, 8 in 2024-07-27T18:34:34.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:33 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3095880448' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:33 smithi029 ceph-mon[99353]: pgmap v994: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:33 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:33 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:34:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:33 smithi029 ceph-mon[99353]: osdmap e879: 8 total, 8 up, 8 in 2024-07-27T18:34:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:33 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3095880448' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:33 smithi029 ceph-mon[96870]: pgmap v994: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:33 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:33 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:34:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:33 smithi029 ceph-mon[96870]: osdmap e879: 8 total, 8 up, 8 in 2024-07-27T18:34:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:33 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3095880448' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:34.830 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.MultiCommit (3020 ms) 2024-07-27T18:34:34.830 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.MultiAbort 2024-07-27T18:34:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:34 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3095880448' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-11","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:35.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:34 smithi179 ceph-mon[89801]: osdmap e880: 8 total, 8 up, 8 in 2024-07-27T18:34:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:34 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3095880448' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-11","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:34 smithi029 ceph-mon[99353]: osdmap e880: 8 total, 8 up, 8 in 2024-07-27T18:34:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:34 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3095880448' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-11","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:35.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:34 smithi029 ceph-mon[96870]: osdmap e880: 8 total, 8 up, 8 in 2024-07-27T18:34:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:35 smithi179 ceph-mon[89801]: pgmap v997: 137 pgs: 8 creating+peering, 15 unknown, 114 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:35 smithi179 ceph-mon[89801]: osdmap e881: 8 total, 8 up, 8 in 2024-07-27T18:34:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:35 smithi029 ceph-mon[96870]: pgmap v997: 137 pgs: 8 creating+peering, 15 unknown, 114 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:35 smithi029 ceph-mon[96870]: osdmap e881: 8 total, 8 up, 8 in 2024-07-27T18:34:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:35 smithi029 ceph-mon[99353]: pgmap v997: 137 pgs: 8 creating+peering, 15 unknown, 114 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:35 smithi029 ceph-mon[99353]: osdmap e881: 8 total, 8 up, 8 in 2024-07-27T18:34:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:36 smithi179 ceph-mon[89801]: osdmap e882: 8 total, 8 up, 8 in 2024-07-27T18:34:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:36 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1713037443' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:36 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:36 smithi029 ceph-mon[96870]: osdmap e882: 8 total, 8 up, 8 in 2024-07-27T18:34:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:36 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1713037443' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:36 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:36 smithi029 ceph-mon[99353]: osdmap e882: 8 total, 8 up, 8 in 2024-07-27T18:34:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:36 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1713037443' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:36 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:37.846 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.MultiAbort (3015 ms) 2024-07-27T18:34:37.846 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.ReserveCommit 2024-07-27T18:34:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:37 smithi179 ceph-mon[89801]: pgmap v1000: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:37 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:37 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-12","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:37 smithi179 ceph-mon[89801]: osdmap e883: 8 total, 8 up, 8 in 2024-07-27T18:34:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:37 smithi029 ceph-mon[96870]: pgmap v1000: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:37 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:37 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-12","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:37 smithi029 ceph-mon[96870]: osdmap e883: 8 total, 8 up, 8 in 2024-07-27T18:34:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:37 smithi029 ceph-mon[99353]: pgmap v1000: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:37 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:37 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-12","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:37 smithi029 ceph-mon[99353]: osdmap e883: 8 total, 8 up, 8 in 2024-07-27T18:34:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:38 smithi179 ceph-mon[89801]: osdmap e884: 8 total, 8 up, 8 in 2024-07-27T18:34:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:38 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:34:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:34:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:38 smithi029 ceph-mon[96870]: osdmap e884: 8 total, 8 up, 8 in 2024-07-27T18:34:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:38 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:34:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:34:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:38 smithi029 ceph-mon[99353]: osdmap e884: 8 total, 8 up, 8 in 2024-07-27T18:34:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:38 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:34:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:34:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:39 smithi179 ceph-mon[89801]: pgmap v1003: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:39 smithi179 ceph-mon[89801]: osdmap e885: 8 total, 8 up, 8 in 2024-07-27T18:34:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:39 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2973072271' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:39 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:39 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:34:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:39 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2973072271' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-13","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:39 smithi029 ceph-mon[99353]: pgmap v1003: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:39 smithi029 ceph-mon[99353]: osdmap e885: 8 total, 8 up, 8 in 2024-07-27T18:34:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:39 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2973072271' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:39 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:39 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:34:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:39 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2973072271' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-13","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:39 smithi029 ceph-mon[96870]: pgmap v1003: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:39 smithi029 ceph-mon[96870]: osdmap e885: 8 total, 8 up, 8 in 2024-07-27T18:34:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:39 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2973072271' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:39 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:39 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:34:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:39 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2973072271' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-13","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:40.867 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.ReserveCommit (3022 ms) 2024-07-27T18:34:40.867 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.ReserveAbort 2024-07-27T18:34:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:40 smithi179 ceph-mon[89801]: osdmap e886: 8 total, 8 up, 8 in 2024-07-27T18:34:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:40 smithi029 ceph-mon[96870]: osdmap e886: 8 total, 8 up, 8 in 2024-07-27T18:34:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:40 smithi029 ceph-mon[99353]: osdmap e886: 8 total, 8 up, 8 in 2024-07-27T18:34:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:41 smithi179 ceph-mon[89801]: pgmap v1006: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:41 smithi179 ceph-mon[89801]: osdmap e887: 8 total, 8 up, 8 in 2024-07-27T18:34:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:41 smithi029 ceph-mon[99353]: pgmap v1006: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:42.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:41 smithi029 ceph-mon[99353]: osdmap e887: 8 total, 8 up, 8 in 2024-07-27T18:34:42.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:41 smithi029 ceph-mon[96870]: pgmap v1006: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:42.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:41 smithi029 ceph-mon[96870]: osdmap e887: 8 total, 8 up, 8 in 2024-07-27T18:34:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:34:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:34:42] "GET /metrics HTTP/1.1" 200 33994 "" "Prometheus/2.43.0" 2024-07-27T18:34:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:42 smithi179 ceph-mon[89801]: osdmap e888: 8 total, 8 up, 8 in 2024-07-27T18:34:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:42 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2294328440' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:42 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:42 smithi029 ceph-mon[96870]: osdmap e888: 8 total, 8 up, 8 in 2024-07-27T18:34:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:42 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2294328440' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:42 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:42 smithi029 ceph-mon[99353]: osdmap e888: 8 total, 8 up, 8 in 2024-07-27T18:34:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:42 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2294328440' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:42 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:43.888 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.ReserveAbort (3021 ms) 2024-07-27T18:34:43.888 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.ManualCleanup 2024-07-27T18:34:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:43 smithi179 ceph-mon[89801]: pgmap v1009: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:43 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:43 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-14","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:43 smithi179 ceph-mon[89801]: osdmap e889: 8 total, 8 up, 8 in 2024-07-27T18:34:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:43 smithi029 ceph-mon[96870]: pgmap v1009: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:43 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:43 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-14","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:43 smithi029 ceph-mon[96870]: osdmap e889: 8 total, 8 up, 8 in 2024-07-27T18:34:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:43 smithi029 ceph-mon[99353]: pgmap v1009: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:43 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:43 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-14","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:43 smithi029 ceph-mon[99353]: osdmap e889: 8 total, 8 up, 8 in 2024-07-27T18:34:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:44 smithi179 ceph-mon[89801]: osdmap e890: 8 total, 8 up, 8 in 2024-07-27T18:34:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:44 smithi029 ceph-mon[96870]: osdmap e890: 8 total, 8 up, 8 in 2024-07-27T18:34:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:44 smithi029 ceph-mon[99353]: osdmap e890: 8 total, 8 up, 8 in 2024-07-27T18:34:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:45 smithi179 ceph-mon[89801]: pgmap v1012: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:45 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:45 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:34:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:45 smithi179 ceph-mon[89801]: osdmap e891: 8 total, 8 up, 8 in 2024-07-27T18:34:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:45 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3964006126' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:45 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:45 smithi029 ceph-mon[96870]: pgmap v1012: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:45 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:45 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:34:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:45 smithi029 ceph-mon[96870]: osdmap e891: 8 total, 8 up, 8 in 2024-07-27T18:34:46.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:45 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3964006126' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:46.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:45 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:45 smithi029 ceph-mon[99353]: pgmap v1012: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:45 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:45 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:34:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:45 smithi029 ceph-mon[99353]: osdmap e891: 8 total, 8 up, 8 in 2024-07-27T18:34:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:45 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3964006126' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:45 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:46.903 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.ManualCleanup (3015 ms) 2024-07-27T18:34:46.903 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.Cleanup 2024-07-27T18:34:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:46 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-15","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:46 smithi179 ceph-mon[89801]: osdmap e892: 8 total, 8 up, 8 in 2024-07-27T18:34:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:46 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-15","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:46 smithi029 ceph-mon[99353]: osdmap e892: 8 total, 8 up, 8 in 2024-07-27T18:34:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:46 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-15","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:46 smithi029 ceph-mon[96870]: osdmap e892: 8 total, 8 up, 8 in 2024-07-27T18:34:48.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:47 smithi179 ceph-mon[89801]: pgmap v1015: 137 pgs: 21 unknown, 116 active+clean; 656 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 324 KiB/s rd, 629 KiB/s wr, 642 op/s 2024-07-27T18:34:48.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:47 smithi179 ceph-mon[89801]: osdmap e893: 8 total, 8 up, 8 in 2024-07-27T18:34:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:47 smithi029 ceph-mon[96870]: pgmap v1015: 137 pgs: 21 unknown, 116 active+clean; 656 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 324 KiB/s rd, 629 KiB/s wr, 642 op/s 2024-07-27T18:34:48.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:47 smithi029 ceph-mon[96870]: osdmap e893: 8 total, 8 up, 8 in 2024-07-27T18:34:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:47 smithi029 ceph-mon[99353]: pgmap v1015: 137 pgs: 21 unknown, 116 active+clean; 656 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 324 KiB/s rd, 629 KiB/s wr, 642 op/s 2024-07-27T18:34:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:47 smithi029 ceph-mon[99353]: osdmap e893: 8 total, 8 up, 8 in 2024-07-27T18:34:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:48 smithi179 ceph-mon[89801]: osdmap e894: 8 total, 8 up, 8 in 2024-07-27T18:34:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:48 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/956013778' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:48 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:48 smithi029 ceph-mon[96870]: osdmap e894: 8 total, 8 up, 8 in 2024-07-27T18:34:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:48 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/956013778' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:49.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:48 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:48 smithi029 ceph-mon[99353]: osdmap e894: 8 total, 8 up, 8 in 2024-07-27T18:34:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:48 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/956013778' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:48 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:49.920 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.Cleanup (3017 ms) 2024-07-27T18:34:49.920 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.MultiProducer 2024-07-27T18:34:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:49 smithi179 ceph-mon[89801]: pgmap v1018: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:49 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:49 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-16","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:49 smithi179 ceph-mon[89801]: osdmap e895: 8 total, 8 up, 8 in 2024-07-27T18:34:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:49 smithi029 ceph-mon[96870]: pgmap v1018: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:49 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:49 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-16","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:49 smithi029 ceph-mon[96870]: osdmap e895: 8 total, 8 up, 8 in 2024-07-27T18:34:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:49 smithi029 ceph-mon[99353]: pgmap v1018: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:49 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:34:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:49 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-16","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:49 smithi029 ceph-mon[99353]: osdmap e895: 8 total, 8 up, 8 in 2024-07-27T18:34:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:50 smithi029 ceph-mon[96870]: osdmap e896: 8 total, 8 up, 8 in 2024-07-27T18:34:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:50 smithi029 ceph-mon[99353]: osdmap e896: 8 total, 8 up, 8 in 2024-07-27T18:34:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:50 smithi179 ceph-mon[89801]: osdmap e896: 8 total, 8 up, 8 in 2024-07-27T18:34:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:51 smithi029 ceph-mon[96870]: pgmap v1021: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:51 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:51 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:34:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:51 smithi029 ceph-mon[96870]: osdmap e897: 8 total, 8 up, 8 in 2024-07-27T18:34:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:51 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/786950755' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:51 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:51 smithi029 ceph-mon[99353]: pgmap v1021: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:51 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:51 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:34:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:51 smithi029 ceph-mon[99353]: osdmap e897: 8 total, 8 up, 8 in 2024-07-27T18:34:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:51 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/786950755' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:51 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:52.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:51 smithi179 ceph-mon[89801]: pgmap v1021: 105 pgs: 105 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:51 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:34:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:51 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:34:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:51 smithi179 ceph-mon[89801]: osdmap e897: 8 total, 8 up, 8 in 2024-07-27T18:34:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:51 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/786950755' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:51 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:34:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:34:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:34:52] "GET /metrics HTTP/1.1" 200 33994 "" "Prometheus/2.43.0" 2024-07-27T18:34:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:52 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-17","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:52 smithi029 ceph-mon[96870]: osdmap e898: 8 total, 8 up, 8 in 2024-07-27T18:34:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:52 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-17","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:52 smithi029 ceph-mon[99353]: osdmap e898: 8 total, 8 up, 8 in 2024-07-27T18:34:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:52 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-17","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:34:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:52 smithi179 ceph-mon[89801]: osdmap e898: 8 total, 8 up, 8 in 2024-07-27T18:34:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:53 smithi029 ceph-mon[96870]: pgmap v1024: 137 pgs: 8 creating+peering, 19 unknown, 110 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:53 smithi029 ceph-mon[96870]: osdmap e899: 8 total, 8 up, 8 in 2024-07-27T18:34:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:34:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:34:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:53 smithi029 ceph-mon[99353]: pgmap v1024: 137 pgs: 8 creating+peering, 19 unknown, 110 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:53 smithi029 ceph-mon[99353]: osdmap e899: 8 total, 8 up, 8 in 2024-07-27T18:34:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:34:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:34:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:53 smithi179 ceph-mon[89801]: pgmap v1024: 137 pgs: 8 creating+peering, 19 unknown, 110 active+clean; 583 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:34:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:53 smithi179 ceph-mon[89801]: osdmap e899: 8 total, 8 up, 8 in 2024-07-27T18:34:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:34:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:34:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:55 smithi029 ceph-mon[96870]: pgmap v1026: 137 pgs: 8 creating+peering, 129 active+clean; 961 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 3.1 MiB/s wr, 3.54k op/s 2024-07-27T18:34:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:55 smithi029 ceph-mon[99353]: pgmap v1026: 137 pgs: 8 creating+peering, 129 active+clean; 961 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 3.1 MiB/s wr, 3.54k op/s 2024-07-27T18:34:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:55 smithi179 ceph-mon[89801]: pgmap v1026: 137 pgs: 8 creating+peering, 129 active+clean; 961 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 3.1 MiB/s wr, 3.54k op/s 2024-07-27T18:34:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:57 smithi029 ceph-mon[96870]: pgmap v1027: 137 pgs: 137 active+clean; 961 KiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.8 MiB/s rd, 2.5 MiB/s wr, 2.85k op/s 2024-07-27T18:34:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:57 smithi029 ceph-mon[99353]: pgmap v1027: 137 pgs: 137 active+clean; 961 KiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.8 MiB/s rd, 2.5 MiB/s wr, 2.85k op/s 2024-07-27T18:34:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:57 smithi179 ceph-mon[89801]: pgmap v1027: 137 pgs: 137 active+clean; 961 KiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.8 MiB/s rd, 2.5 MiB/s wr, 2.85k op/s 2024-07-27T18:35:00.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:34:59 smithi029 ceph-mon[96870]: pgmap v1028: 137 pgs: 137 active+clean; 2.0 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 38 MiB/s rd, 7.6 MiB/s wr, 8.54k op/s 2024-07-27T18:35:00.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:34:59 smithi029 ceph-mon[99353]: pgmap v1028: 137 pgs: 137 active+clean; 2.0 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 38 MiB/s rd, 7.6 MiB/s wr, 8.54k op/s 2024-07-27T18:35:00.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:34:59 smithi179 ceph-mon[89801]: pgmap v1028: 137 pgs: 137 active+clean; 2.0 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 38 MiB/s rd, 7.6 MiB/s wr, 8.54k op/s 2024-07-27T18:35:02.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:01 smithi029 ceph-mon[96870]: pgmap v1029: 137 pgs: 137 active+clean; 2.0 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 33 MiB/s rd, 6.7 MiB/s wr, 7.57k op/s 2024-07-27T18:35:02.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:01 smithi029 ceph-mon[99353]: pgmap v1029: 137 pgs: 137 active+clean; 2.0 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 33 MiB/s rd, 6.7 MiB/s wr, 7.57k op/s 2024-07-27T18:35:02.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:01 smithi179 ceph-mon[89801]: pgmap v1029: 137 pgs: 137 active+clean; 2.0 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 33 MiB/s rd, 6.7 MiB/s wr, 7.57k op/s 2024-07-27T18:35:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:35:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:35:02] "GET /metrics HTTP/1.1" 200 36362 "" "Prometheus/2.43.0" 2024-07-27T18:35:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:03 smithi029 ceph-mon[96870]: pgmap v1030: 137 pgs: 137 active+clean; 2.0 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 29 MiB/s rd, 5.9 MiB/s wr, 6.68k op/s 2024-07-27T18:35:04.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:03 smithi029 ceph-mon[99353]: pgmap v1030: 137 pgs: 137 active+clean; 2.0 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 29 MiB/s rd, 5.9 MiB/s wr, 6.68k op/s 2024-07-27T18:35:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:03 smithi179 ceph-mon[89801]: pgmap v1030: 137 pgs: 137 active+clean; 2.0 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 29 MiB/s rd, 5.9 MiB/s wr, 6.68k op/s 2024-07-27T18:35:04.952 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.MultiProducer (15032 ms) 2024-07-27T18:35:04.952 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.AsyncConsumer 2024-07-27T18:35:06.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:05 smithi029 ceph-mon[96870]: pgmap v1031: 137 pgs: 137 active+clean; 2.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 190 MiB/s rd, 6.3 MiB/s wr, 7.51k op/s 2024-07-27T18:35:06.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:05 smithi029 ceph-mon[96870]: osdmap e900: 8 total, 8 up, 8 in 2024-07-27T18:35:06.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:05 smithi029 ceph-mon[99353]: pgmap v1031: 137 pgs: 137 active+clean; 2.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 190 MiB/s rd, 6.3 MiB/s wr, 7.51k op/s 2024-07-27T18:35:06.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:05 smithi029 ceph-mon[99353]: osdmap e900: 8 total, 8 up, 8 in 2024-07-27T18:35:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:05 smithi179 ceph-mon[89801]: pgmap v1031: 137 pgs: 137 active+clean; 2.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 190 MiB/s rd, 6.3 MiB/s wr, 7.51k op/s 2024-07-27T18:35:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:05 smithi179 ceph-mon[89801]: osdmap e900: 8 total, 8 up, 8 in 2024-07-27T18:35:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:06 smithi029 ceph-mon[96870]: osdmap e901: 8 total, 8 up, 8 in 2024-07-27T18:35:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:06 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4248321384' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:06 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:06 smithi029 ceph-mon[99353]: osdmap e901: 8 total, 8 up, 8 in 2024-07-27T18:35:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:06 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4248321384' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:06 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:06 smithi179 ceph-mon[89801]: osdmap e901: 8 total, 8 up, 8 in 2024-07-27T18:35:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:06 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4248321384' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:06 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:07 smithi029 ceph-mon[96870]: pgmap v1034: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:07 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:07 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-18","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:07 smithi029 ceph-mon[96870]: osdmap e902: 8 total, 8 up, 8 in 2024-07-27T18:35:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:07 smithi029 ceph-mon[99353]: pgmap v1034: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:07 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:07 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-18","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:07 smithi029 ceph-mon[99353]: osdmap e902: 8 total, 8 up, 8 in 2024-07-27T18:35:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:07 smithi179 ceph-mon[89801]: pgmap v1034: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:07 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:07 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-18","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:07 smithi179 ceph-mon[89801]: osdmap e902: 8 total, 8 up, 8 in 2024-07-27T18:35:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:08 smithi029 ceph-mon[96870]: osdmap e903: 8 total, 8 up, 8 in 2024-07-27T18:35:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:08 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:35:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:35:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:08 smithi029 ceph-mon[99353]: osdmap e903: 8 total, 8 up, 8 in 2024-07-27T18:35:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:08 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:35:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:35:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:08 smithi179 ceph-mon[89801]: osdmap e903: 8 total, 8 up, 8 in 2024-07-27T18:35:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:08 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:35:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:35:09.664 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.AsyncConsumer (4712 ms) 2024-07-27T18:35:09.664 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.MultiProducerConsumer 2024-07-27T18:35:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:10 smithi179 ceph-mon[89801]: pgmap v1037: 137 pgs: 9 creating+peering, 10 unknown, 118 active+clean; 607 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:10 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:10 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:35:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:10 smithi179 ceph-mon[89801]: osdmap e904: 8 total, 8 up, 8 in 2024-07-27T18:35:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:10 smithi029 ceph-mon[99353]: pgmap v1037: 137 pgs: 9 creating+peering, 10 unknown, 118 active+clean; 607 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:10 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:10 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:35:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:10 smithi029 ceph-mon[99353]: osdmap e904: 8 total, 8 up, 8 in 2024-07-27T18:35:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:10 smithi029 ceph-mon[96870]: pgmap v1037: 137 pgs: 9 creating+peering, 10 unknown, 118 active+clean; 607 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:10 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:10 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:35:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:10 smithi029 ceph-mon[96870]: osdmap e904: 8 total, 8 up, 8 in 2024-07-27T18:35:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:11 smithi029 ceph-mon[96870]: osdmap e905: 8 total, 8 up, 8 in 2024-07-27T18:35:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:11 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2142157227' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:11 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:11 smithi029 ceph-mon[96870]: pgmap v1040: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:11 smithi029 ceph-mon[99353]: osdmap e905: 8 total, 8 up, 8 in 2024-07-27T18:35:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:11 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2142157227' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:11 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:11 smithi029 ceph-mon[99353]: pgmap v1040: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:11 smithi179 ceph-mon[89801]: osdmap e905: 8 total, 8 up, 8 in 2024-07-27T18:35:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:11 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2142157227' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:11 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:11 smithi179 ceph-mon[89801]: pgmap v1040: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:12.671 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:35:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:35:12] "GET /metrics HTTP/1.1" 200 36362 "" "Prometheus/2.43.0" 2024-07-27T18:35:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:12 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:12 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-19","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:12 smithi029 ceph-mon[96870]: osdmap e906: 8 total, 8 up, 8 in 2024-07-27T18:35:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:35:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:12 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:12 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-19","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:12 smithi029 ceph-mon[99353]: osdmap e906: 8 total, 8 up, 8 in 2024-07-27T18:35:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:35:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:12 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:12 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-19","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:12 smithi179 ceph-mon[89801]: osdmap e906: 8 total, 8 up, 8 in 2024-07-27T18:35:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:35:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:13 smithi029 ceph-mon[96870]: osdmap e907: 8 total, 8 up, 8 in 2024-07-27T18:35:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:13 smithi029 ceph-mon[96870]: pgmap v1043: 137 pgs: 10 creating+peering, 14 unknown, 113 active+clean; 583 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:13 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:35:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:13 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:35:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:35:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:13 smithi029 ceph-mon[99353]: osdmap e907: 8 total, 8 up, 8 in 2024-07-27T18:35:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:13 smithi029 ceph-mon[99353]: pgmap v1043: 137 pgs: 10 creating+peering, 14 unknown, 113 active+clean; 583 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:13 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:35:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:13 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:35:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:35:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:13 smithi179 ceph-mon[89801]: osdmap e907: 8 total, 8 up, 8 in 2024-07-27T18:35:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:13 smithi179 ceph-mon[89801]: pgmap v1043: 137 pgs: 10 creating+peering, 14 unknown, 113 active+clean; 583 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:13 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:35:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:13 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:35:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:35:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:14 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:14 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:35:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:14 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:14 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:35:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:14 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:14 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:35:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:15 smithi029 ceph-mon[96870]: pgmap v1044: 137 pgs: 10 creating+peering, 127 active+clean; 583 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:16.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:15 smithi029 ceph-mon[99353]: pgmap v1044: 137 pgs: 10 creating+peering, 127 active+clean; 583 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:15 smithi179 ceph-mon[89801]: pgmap v1044: 137 pgs: 10 creating+peering, 127 active+clean; 583 KiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-07-27T18:35:18.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:17 smithi179 ceph-mon[89801]: pgmap v1045: 137 pgs: 137 active+clean; 1.4 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 51 MiB/s rd, 5.9 MiB/s wr, 7.03k op/s 2024-07-27T18:35:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:17 smithi029 ceph-mon[96870]: pgmap v1045: 137 pgs: 137 active+clean; 1.4 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 51 MiB/s rd, 5.9 MiB/s wr, 7.03k op/s 2024-07-27T18:35:18.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:17 smithi029 ceph-mon[99353]: pgmap v1045: 137 pgs: 137 active+clean; 1.4 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 51 MiB/s rd, 5.9 MiB/s wr, 7.03k op/s 2024-07-27T18:35:20.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:19 smithi179 ceph-mon[89801]: pgmap v1046: 137 pgs: 137 active+clean; 1.4 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 39 MiB/s rd, 4.5 MiB/s wr, 5.35k op/s 2024-07-27T18:35:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:19 smithi029 ceph-mon[96870]: pgmap v1046: 137 pgs: 137 active+clean; 1.4 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 39 MiB/s rd, 4.5 MiB/s wr, 5.35k op/s 2024-07-27T18:35:20.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:19 smithi029 ceph-mon[99353]: pgmap v1046: 137 pgs: 137 active+clean; 1.4 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 39 MiB/s rd, 4.5 MiB/s wr, 5.35k op/s 2024-07-27T18:35:22.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:21 smithi179 ceph-mon[89801]: pgmap v1047: 137 pgs: 137 active+clean; 1.4 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 34 MiB/s rd, 4.0 MiB/s wr, 4.71k op/s 2024-07-27T18:35:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:21 smithi029 ceph-mon[96870]: pgmap v1047: 137 pgs: 137 active+clean; 1.4 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 34 MiB/s rd, 4.0 MiB/s wr, 4.71k op/s 2024-07-27T18:35:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:21 smithi029 ceph-mon[99353]: pgmap v1047: 137 pgs: 137 active+clean; 1.4 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 34 MiB/s rd, 4.0 MiB/s wr, 4.71k op/s 2024-07-27T18:35:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:35:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:35:22] "GET /metrics HTTP/1.1" 200 36362 "" "Prometheus/2.43.0" 2024-07-27T18:35:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:23 smithi179 ceph-mon[89801]: pgmap v1048: 137 pgs: 137 active+clean; 1.6 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 76 MiB/s rd, 5.8 MiB/s wr, 6.94k op/s 2024-07-27T18:35:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:35:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:35:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:23 smithi029 ceph-mon[96870]: pgmap v1048: 137 pgs: 137 active+clean; 1.6 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 76 MiB/s rd, 5.8 MiB/s wr, 6.94k op/s 2024-07-27T18:35:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:35:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:35:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:23 smithi029 ceph-mon[99353]: pgmap v1048: 137 pgs: 137 active+clean; 1.6 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 76 MiB/s rd, 5.8 MiB/s wr, 6.94k op/s 2024-07-27T18:35:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:35:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:35:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:25 smithi179 ceph-mon[89801]: pgmap v1049: 137 pgs: 137 active+clean; 1.6 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 64 MiB/s rd, 4.9 MiB/s wr, 5.83k op/s 2024-07-27T18:35:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:25 smithi029 ceph-mon[96870]: pgmap v1049: 137 pgs: 137 active+clean; 1.6 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 64 MiB/s rd, 4.9 MiB/s wr, 5.83k op/s 2024-07-27T18:35:26.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:25 smithi029 ceph-mon[99353]: pgmap v1049: 137 pgs: 137 active+clean; 1.6 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 64 MiB/s rd, 4.9 MiB/s wr, 5.83k op/s 2024-07-27T18:35:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:27 smithi179 ceph-mon[89801]: pgmap v1050: 137 pgs: 137 active+clean; 1.6 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 96 MiB/s rd, 6.0 MiB/s wr, 7.29k op/s 2024-07-27T18:35:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:27 smithi029 ceph-mon[96870]: pgmap v1050: 137 pgs: 137 active+clean; 1.6 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 96 MiB/s rd, 6.0 MiB/s wr, 7.29k op/s 2024-07-27T18:35:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:27 smithi029 ceph-mon[99353]: pgmap v1050: 137 pgs: 137 active+clean; 1.6 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 96 MiB/s rd, 6.0 MiB/s wr, 7.29k op/s 2024-07-27T18:35:28.820 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.MultiProducerConsumer (19155 ms) 2024-07-27T18:35:28.821 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.ReserveSpillover 2024-07-27T18:35:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:29 smithi179 ceph-mon[89801]: pgmap v1051: 137 pgs: 137 active+clean; 1.6 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 70 MiB/s rd, 3.0 MiB/s wr, 3.73k op/s 2024-07-27T18:35:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:29 smithi179 ceph-mon[89801]: osdmap e908: 8 total, 8 up, 8 in 2024-07-27T18:35:30.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:29 smithi029 ceph-mon[96870]: pgmap v1051: 137 pgs: 137 active+clean; 1.6 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 70 MiB/s rd, 3.0 MiB/s wr, 3.73k op/s 2024-07-27T18:35:30.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:29 smithi029 ceph-mon[96870]: osdmap e908: 8 total, 8 up, 8 in 2024-07-27T18:35:30.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:29 smithi029 ceph-mon[99353]: pgmap v1051: 137 pgs: 137 active+clean; 1.6 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 70 MiB/s rd, 3.0 MiB/s wr, 3.73k op/s 2024-07-27T18:35:30.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:29 smithi029 ceph-mon[99353]: osdmap e908: 8 total, 8 up, 8 in 2024-07-27T18:35:31.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:30 smithi179 ceph-mon[89801]: osdmap e909: 8 total, 8 up, 8 in 2024-07-27T18:35:31.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:30 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/741589951' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-20","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:31.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-20","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:30 smithi029 ceph-mon[96870]: osdmap e909: 8 total, 8 up, 8 in 2024-07-27T18:35:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:30 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/741589951' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-20","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-20","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:30 smithi029 ceph-mon[99353]: osdmap e909: 8 total, 8 up, 8 in 2024-07-27T18:35:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:30 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/741589951' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-20","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-20","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:32.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:31 smithi179 ceph-mon[89801]: pgmap v1054: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:31 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:31 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-20","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:31 smithi179 ceph-mon[89801]: osdmap e910: 8 total, 8 up, 8 in 2024-07-27T18:35:32.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:31 smithi029 ceph-mon[99353]: pgmap v1054: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:32.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:31 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:31 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-20","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:31 smithi029 ceph-mon[99353]: osdmap e910: 8 total, 8 up, 8 in 2024-07-27T18:35:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:31 smithi029 ceph-mon[96870]: pgmap v1054: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:31 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:32.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:31 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-20","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:32.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:31 smithi029 ceph-mon[96870]: osdmap e910: 8 total, 8 up, 8 in 2024-07-27T18:35:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:35:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:35:32] "GET /metrics HTTP/1.1" 200 36415 "" "Prometheus/2.43.0" 2024-07-27T18:35:32.843 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.ReserveSpillover (4022 ms) 2024-07-27T18:35:32.843 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.CommitSpillover 2024-07-27T18:35:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:32 smithi179 ceph-mon[89801]: osdmap e911: 8 total, 8 up, 8 in 2024-07-27T18:35:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:32 smithi029 ceph-mon[96870]: osdmap e911: 8 total, 8 up, 8 in 2024-07-27T18:35:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:32 smithi029 ceph-mon[99353]: osdmap e911: 8 total, 8 up, 8 in 2024-07-27T18:35:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:33 smithi179 ceph-mon[89801]: pgmap v1057: 137 pgs: 19 unknown, 118 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:33 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:33 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:35:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:33 smithi179 ceph-mon[89801]: osdmap e912: 8 total, 8 up, 8 in 2024-07-27T18:35:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:33 smithi029 ceph-mon[96870]: pgmap v1057: 137 pgs: 19 unknown, 118 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:33 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:33 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:35:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:33 smithi029 ceph-mon[96870]: osdmap e912: 8 total, 8 up, 8 in 2024-07-27T18:35:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:33 smithi029 ceph-mon[99353]: pgmap v1057: 137 pgs: 19 unknown, 118 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:33 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:33 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:35:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:33 smithi029 ceph-mon[99353]: osdmap e912: 8 total, 8 up, 8 in 2024-07-27T18:35:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:34 smithi179 ceph-mon[89801]: osdmap e913: 8 total, 8 up, 8 in 2024-07-27T18:35:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:34 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4242698826' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-21","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:35.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:34 smithi029 ceph-mon[96870]: osdmap e913: 8 total, 8 up, 8 in 2024-07-27T18:35:35.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:34 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4242698826' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-21","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:35.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:34 smithi029 ceph-mon[99353]: osdmap e913: 8 total, 8 up, 8 in 2024-07-27T18:35:35.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:34 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4242698826' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-21","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:36.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:35 smithi179 ceph-mon[89801]: pgmap v1060: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:35 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:35 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4242698826' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-21","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:35 smithi179 ceph-mon[89801]: osdmap e914: 8 total, 8 up, 8 in 2024-07-27T18:35:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:35 smithi029 ceph-mon[96870]: pgmap v1060: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:35 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:35 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4242698826' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-21","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:35 smithi029 ceph-mon[96870]: osdmap e914: 8 total, 8 up, 8 in 2024-07-27T18:35:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:35 smithi029 ceph-mon[99353]: pgmap v1060: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:35 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:35 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4242698826' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-21","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:35 smithi029 ceph-mon[99353]: osdmap e914: 8 total, 8 up, 8 in 2024-07-27T18:35:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:36 smithi179 ceph-mon[89801]: osdmap e915: 8 total, 8 up, 8 in 2024-07-27T18:35:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:36 smithi029 ceph-mon[96870]: osdmap e915: 8 total, 8 up, 8 in 2024-07-27T18:35:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:36 smithi029 ceph-mon[99353]: osdmap e915: 8 total, 8 up, 8 in 2024-07-27T18:35:38.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:37 smithi179 ceph-mon[89801]: pgmap v1063: 137 pgs: 7 creating+peering, 17 unknown, 113 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:37 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:37 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:35:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:37 smithi029 ceph-mon[99353]: pgmap v1063: 137 pgs: 7 creating+peering, 17 unknown, 113 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:37 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:37 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:35:38.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:37 smithi029 ceph-mon[96870]: pgmap v1063: 137 pgs: 7 creating+peering, 17 unknown, 113 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:38.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:37 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:38.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:37 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:35:38.871 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.CommitSpillover (6027 ms) 2024-07-27T18:35:38.872 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestCls2PCQueue.AbortSpillover 2024-07-27T18:35:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:35:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:35:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:35:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:39 smithi179 ceph-mon[89801]: pgmap v1064: 137 pgs: 7 creating+peering, 130 active+clean; 663 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 MiB/s rd, 5.1 MiB/s wr, 1.85k op/s 2024-07-27T18:35:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:39 smithi179 ceph-mon[89801]: osdmap e916: 8 total, 8 up, 8 in 2024-07-27T18:35:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:39 smithi029 ceph-mon[96870]: pgmap v1064: 137 pgs: 7 creating+peering, 130 active+clean; 663 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 MiB/s rd, 5.1 MiB/s wr, 1.85k op/s 2024-07-27T18:35:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:39 smithi029 ceph-mon[96870]: osdmap e916: 8 total, 8 up, 8 in 2024-07-27T18:35:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:39 smithi029 ceph-mon[99353]: pgmap v1064: 137 pgs: 7 creating+peering, 130 active+clean; 663 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 MiB/s rd, 5.1 MiB/s wr, 1.85k op/s 2024-07-27T18:35:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:39 smithi029 ceph-mon[99353]: osdmap e916: 8 total, 8 up, 8 in 2024-07-27T18:35:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:40 smithi179 ceph-mon[89801]: osdmap e917: 8 total, 8 up, 8 in 2024-07-27T18:35:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:40 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/501319459' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-22","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:40 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-22","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:40 smithi029 ceph-mon[96870]: osdmap e917: 8 total, 8 up, 8 in 2024-07-27T18:35:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:40 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/501319459' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-22","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:40 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-22","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:40 smithi029 ceph-mon[99353]: osdmap e917: 8 total, 8 up, 8 in 2024-07-27T18:35:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:40 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/501319459' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-22","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:41.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:40 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-22","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:42.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:41 smithi179 ceph-mon[89801]: pgmap v1067: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:41 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:41 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-22","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:41 smithi179 ceph-mon[89801]: osdmap e918: 8 total, 8 up, 8 in 2024-07-27T18:35:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:41 smithi029 ceph-mon[99353]: pgmap v1067: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:41 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:41 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-22","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:41 smithi029 ceph-mon[99353]: osdmap e918: 8 total, 8 up, 8 in 2024-07-27T18:35:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:41 smithi029 ceph-mon[96870]: pgmap v1067: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:42.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:41 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:42.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:41 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-139346-22","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:42.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:41 smithi029 ceph-mon[96870]: osdmap e918: 8 total, 8 up, 8 in 2024-07-27T18:35:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:35:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:35:42] "GET /metrics HTTP/1.1" 200 36390 "" "Prometheus/2.43.0" 2024-07-27T18:35:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:42 smithi179 ceph-mon[89801]: osdmap e919: 8 total, 8 up, 8 in 2024-07-27T18:35:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:42 smithi029 ceph-mon[96870]: osdmap e919: 8 total, 8 up, 8 in 2024-07-27T18:35:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:42 smithi029 ceph-mon[99353]: osdmap e919: 8 total, 8 up, 8 in 2024-07-27T18:35:43.899 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestCls2PCQueue.AbortSpillover (5028 ms) 2024-07-27T18:35:43.900 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 22 tests from TestCls2PCQueue (101786 ms total) 2024-07-27T18:35:43.900 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:35:43.900 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:35:43.900 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 22 tests from 1 test suite ran. (101786 ms total) 2024-07-27T18:35:43.900 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 22 tests. 2024-07-27T18:35:43.903 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:35:43.904 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:35:43.934 INFO:tasks.workunit:Running workunit cls/test_cls_cas.sh... 2024-07-27T18:35:43.935 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_cas.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_cas.sh 2024-07-27T18:35:44.008 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:35:44.008 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 6 tests from 2 test suites. 2024-07-27T18:35:44.008 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:35:44.008 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 5 tests from cls_cas 2024-07-27T18:35:44.008 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_cas.get_put 2024-07-27T18:35:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:43 smithi179 ceph-mon[89801]: pgmap v1070: 137 pgs: 17 unknown, 120 active+clean; 583 KiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:43 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:43 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:35:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:43 smithi029 ceph-mon[99353]: pgmap v1070: 137 pgs: 17 unknown, 120 active+clean; 583 KiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:43 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:43 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:35:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:43 smithi029 ceph-mon[96870]: pgmap v1070: 137 pgs: 17 unknown, 120 active+clean; 583 KiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:43 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:44.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:43 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:35:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:44 smithi179 ceph-mon[89801]: osdmap e920: 8 total, 8 up, 8 in 2024-07-27T18:35:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:44 smithi029 ceph-mon[96870]: osdmap e920: 8 total, 8 up, 8 in 2024-07-27T18:35:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:44 smithi029 ceph-mon[99353]: osdmap e920: 8 total, 8 up, 8 in 2024-07-27T18:35:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:45 smithi179 ceph-mon[89801]: pgmap v1072: 105 pgs: 105 active+clean; 583 KiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:45 smithi179 ceph-mon[89801]: osdmap e921: 8 total, 8 up, 8 in 2024-07-27T18:35:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:45 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1227777845' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:45 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:45 smithi029 ceph-mon[96870]: pgmap v1072: 105 pgs: 105 active+clean; 583 KiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:45 smithi029 ceph-mon[96870]: osdmap e921: 8 total, 8 up, 8 in 2024-07-27T18:35:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:45 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1227777845' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:45 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:45 smithi029 ceph-mon[99353]: pgmap v1072: 105 pgs: 105 active+clean; 583 KiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:45 smithi029 ceph-mon[99353]: osdmap e921: 8 total, 8 up, 8 in 2024-07-27T18:35:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:45 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1227777845' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:45 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:46.923 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_cas.get_put (2915 ms) 2024-07-27T18:35:46.924 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_cas.wrong_put 2024-07-27T18:35:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:46 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:46 smithi029 ceph-mon[99353]: osdmap e922: 8 total, 8 up, 8 in 2024-07-27T18:35:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:46 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:46 smithi029 ceph-mon[96870]: osdmap e922: 8 total, 8 up, 8 in 2024-07-27T18:35:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:46 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:46 smithi179 ceph-mon[89801]: osdmap e922: 8 total, 8 up, 8 in 2024-07-27T18:35:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:47 smithi029 ceph-mon[96870]: pgmap v1075: 137 pgs: 25 unknown, 112 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:47 smithi029 ceph-mon[96870]: osdmap e923: 8 total, 8 up, 8 in 2024-07-27T18:35:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:47 smithi029 ceph-mon[99353]: pgmap v1075: 137 pgs: 25 unknown, 112 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:47 smithi029 ceph-mon[99353]: osdmap e923: 8 total, 8 up, 8 in 2024-07-27T18:35:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:47 smithi179 ceph-mon[89801]: pgmap v1075: 137 pgs: 25 unknown, 112 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:47 smithi179 ceph-mon[89801]: osdmap e923: 8 total, 8 up, 8 in 2024-07-27T18:35:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:48 smithi029 ceph-mon[96870]: osdmap e924: 8 total, 8 up, 8 in 2024-07-27T18:35:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:48 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1329509526' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:48 smithi029 ceph-mon[99353]: osdmap e924: 8 total, 8 up, 8 in 2024-07-27T18:35:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:48 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1329509526' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:48 smithi179 ceph-mon[89801]: osdmap e924: 8 total, 8 up, 8 in 2024-07-27T18:35:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:48 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1329509526' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:49.941 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_cas.wrong_put (3017 ms) 2024-07-27T18:35:49.941 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_cas.dup_get 2024-07-27T18:35:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:49 smithi029 ceph-mon[96870]: pgmap v1078: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:49 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:49 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1329509526' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:49 smithi029 ceph-mon[96870]: osdmap e925: 8 total, 8 up, 8 in 2024-07-27T18:35:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:49 smithi029 ceph-mon[99353]: pgmap v1078: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:49 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:49 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1329509526' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:49 smithi029 ceph-mon[99353]: osdmap e925: 8 total, 8 up, 8 in 2024-07-27T18:35:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:49 smithi179 ceph-mon[89801]: pgmap v1078: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:49 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:49 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1329509526' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:49 smithi179 ceph-mon[89801]: osdmap e925: 8 total, 8 up, 8 in 2024-07-27T18:35:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:50 smithi029 ceph-mon[96870]: osdmap e926: 8 total, 8 up, 8 in 2024-07-27T18:35:51.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:50 smithi029 ceph-mon[99353]: osdmap e926: 8 total, 8 up, 8 in 2024-07-27T18:35:51.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:50 smithi179 ceph-mon[89801]: osdmap e926: 8 total, 8 up, 8 in 2024-07-27T18:35:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:51 smithi029 ceph-mon[96870]: pgmap v1081: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:51 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:51 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:35:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:51 smithi029 ceph-mon[96870]: osdmap e927: 8 total, 8 up, 8 in 2024-07-27T18:35:52.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:51 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2476211355' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:51 smithi029 ceph-mon[99353]: pgmap v1081: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:51 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:51 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:35:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:51 smithi029 ceph-mon[99353]: osdmap e927: 8 total, 8 up, 8 in 2024-07-27T18:35:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:51 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2476211355' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:51 smithi179 ceph-mon[89801]: pgmap v1081: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:51 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:51 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:35:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:51 smithi179 ceph-mon[89801]: osdmap e927: 8 total, 8 up, 8 in 2024-07-27T18:35:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:51 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2476211355' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:35:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:35:52] "GET /metrics HTTP/1.1" 200 36390 "" "Prometheus/2.43.0" 2024-07-27T18:35:52.963 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_cas.dup_get (3022 ms) 2024-07-27T18:35:52.963 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_cas.dup_put 2024-07-27T18:35:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:52 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2476211355' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:52 smithi029 ceph-mon[99353]: osdmap e928: 8 total, 8 up, 8 in 2024-07-27T18:35:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:52 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2476211355' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:52 smithi029 ceph-mon[96870]: osdmap e928: 8 total, 8 up, 8 in 2024-07-27T18:35:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:52 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2476211355' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:52 smithi179 ceph-mon[89801]: osdmap e928: 8 total, 8 up, 8 in 2024-07-27T18:35:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:53 smithi029 ceph-mon[96870]: pgmap v1084: 137 pgs: 13 creating+peering, 10 unknown, 114 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.0 KiB/s rd, 255 B/s wr, 3 op/s 2024-07-27T18:35:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:53 smithi029 ceph-mon[96870]: osdmap e929: 8 total, 8 up, 8 in 2024-07-27T18:35:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:35:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:53 smithi029 ceph-mon[99353]: pgmap v1084: 137 pgs: 13 creating+peering, 10 unknown, 114 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.0 KiB/s rd, 255 B/s wr, 3 op/s 2024-07-27T18:35:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:53 smithi029 ceph-mon[99353]: osdmap e929: 8 total, 8 up, 8 in 2024-07-27T18:35:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:35:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:53 smithi179 ceph-mon[89801]: pgmap v1084: 137 pgs: 13 creating+peering, 10 unknown, 114 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.0 KiB/s rd, 255 B/s wr, 3 op/s 2024-07-27T18:35:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:53 smithi179 ceph-mon[89801]: osdmap e929: 8 total, 8 up, 8 in 2024-07-27T18:35:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:35:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:54 smithi029 ceph-mon[96870]: osdmap e930: 8 total, 8 up, 8 in 2024-07-27T18:35:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:54 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3578004990' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:54 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:54 smithi029 ceph-mon[99353]: osdmap e930: 8 total, 8 up, 8 in 2024-07-27T18:35:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:54 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3578004990' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:54 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:54 smithi179 ceph-mon[89801]: osdmap e930: 8 total, 8 up, 8 in 2024-07-27T18:35:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:54 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3578004990' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:54 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:55.987 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_cas.dup_put (3024 ms) 2024-07-27T18:35:55.988 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_cas.get_wrong_data 2024-07-27T18:35:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:55 smithi029 ceph-mon[99353]: pgmap v1087: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:55 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:55 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:55 smithi029 ceph-mon[99353]: osdmap e931: 8 total, 8 up, 8 in 2024-07-27T18:35:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:55 smithi029 ceph-mon[96870]: pgmap v1087: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:55 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:55 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:55 smithi029 ceph-mon[96870]: osdmap e931: 8 total, 8 up, 8 in 2024-07-27T18:35:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:55 smithi179 ceph-mon[89801]: pgmap v1087: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:55 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:35:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:55 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:55 smithi179 ceph-mon[89801]: osdmap e931: 8 total, 8 up, 8 in 2024-07-27T18:35:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:56 smithi029 ceph-mon[96870]: osdmap e932: 8 total, 8 up, 8 in 2024-07-27T18:35:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:56 smithi029 ceph-mon[99353]: osdmap e932: 8 total, 8 up, 8 in 2024-07-27T18:35:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:56 smithi179 ceph-mon[89801]: osdmap e932: 8 total, 8 up, 8 in 2024-07-27T18:35:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:57 smithi029 ceph-mon[96870]: pgmap v1090: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:57 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:57 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:35:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:57 smithi029 ceph-mon[96870]: osdmap e933: 8 total, 8 up, 8 in 2024-07-27T18:35:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1662847088' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:57 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:57 smithi029 ceph-mon[99353]: pgmap v1090: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:57 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:57 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:35:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:57 smithi029 ceph-mon[99353]: osdmap e933: 8 total, 8 up, 8 in 2024-07-27T18:35:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1662847088' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:57 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:57 smithi179 ceph-mon[89801]: pgmap v1090: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:35:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:57 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:35:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:57 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:35:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:57 smithi179 ceph-mon[89801]: osdmap e933: 8 total, 8 up, 8 in 2024-07-27T18:35:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1662847088' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:57 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:35:59.009 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_cas.get_wrong_data (3020 ms) 2024-07-27T18:35:59.009 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 5 tests from cls_cas (15000 ms total) 2024-07-27T18:35:59.009 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:35:59.009 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 1 test from chunk_refs_t 2024-07-27T18:35:59.009 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] chunk_refs_t.size 2024-07-27T18:35:59.009 INFO:tasks.workunit.client.0.smithi029.stdout:1 60 by_object 2024-07-27T18:35:59.009 INFO:tasks.workunit.client.0.smithi029.stdout:2 103 by_object 2024-07-27T18:35:59.009 INFO:tasks.workunit.client.0.smithi029.stdout:4 189 by_object 2024-07-27T18:35:59.009 INFO:tasks.workunit.client.0.smithi029.stdout:8 361 by_object 2024-07-27T18:35:59.010 INFO:tasks.workunit.client.0.smithi029.stdout:16 112 by_hash(32 bits) 2024-07-27T18:35:59.010 INFO:tasks.workunit.client.0.smithi029.stdout:32 208 by_hash(32 bits) 2024-07-27T18:35:59.010 INFO:tasks.workunit.client.0.smithi029.stdout:64 400 by_hash(32 bits) 2024-07-27T18:35:59.011 INFO:tasks.workunit.client.0.smithi029.stdout:128 509 by_hash(10 bits) 2024-07-27T18:35:59.011 INFO:tasks.workunit.client.0.smithi029.stdout:256 499 by_hash(7 bits) 2024-07-27T18:35:59.011 INFO:tasks.workunit.client.0.smithi029.stdout:512 462 by_hash(5 bits) 2024-07-27T18:35:59.011 INFO:tasks.workunit.client.0.smithi029.stdout:1024 466 by_hash(5 bits) 2024-07-27T18:35:59.011 INFO:tasks.workunit.client.0.smithi029.stdout:2048 466 by_hash(5 bits) 2024-07-27T18:35:59.011 INFO:tasks.workunit.client.0.smithi029.stdout:4096 470 by_hash(5 bits) 2024-07-27T18:35:59.011 INFO:tasks.workunit.client.0.smithi029.stdout:8192 498 by_hash(4 bits) 2024-07-27T18:35:59.013 INFO:tasks.workunit.client.0.smithi029.stdout:16384 278 by_hash(3 bits) 2024-07-27T18:35:59.015 INFO:tasks.workunit.client.0.smithi029.stdout:32768 337 by_hash(2 bits) 2024-07-27T18:35:59.019 INFO:tasks.workunit.client.0.smithi029.stdout:65536 367 by_hash(2 bits) 2024-07-27T18:35:59.027 INFO:tasks.workunit.client.0.smithi029.stdout:131072 387 by_hash(1 bits) 2024-07-27T18:35:59.043 INFO:tasks.workunit.client.0.smithi029.stdout:262144 331 by_pool 2024-07-27T18:35:59.071 INFO:tasks.workunit.client.0.smithi029.stdout:524288 21 count 2024-07-27T18:35:59.123 INFO:tasks.workunit.client.0.smithi029.stdout:1048576 21 count 2024-07-27T18:35:59.228 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] chunk_refs_t.size (220 ms) 2024-07-27T18:35:59.228 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 1 test from chunk_refs_t (220 ms total) 2024-07-27T18:35:59.228 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:35:59.228 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:35:59.228 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 6 tests from 2 test suites ran. (15220 ms total) 2024-07-27T18:35:59.229 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 6 tests. 2024-07-27T18:35:59.231 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:35:59.231 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:35:59.293 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:59 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:59.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:35:59 smithi029 ceph-mon[96870]: osdmap e934: 8 total, 8 up, 8 in 2024-07-27T18:35:59.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:59 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:59.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:35:59 smithi029 ceph-mon[99353]: osdmap e934: 8 total, 8 up, 8 in 2024-07-27T18:35:59.298 INFO:tasks.workunit:Running workunit cls/test_cls_cmpomap.sh... 2024-07-27T18:35:59.298 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_cmpomap.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_cmpomap.sh 2024-07-27T18:35:59.371 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:35:59.371 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 31 tests from 1 test suite. 2024-07-27T18:35:59.371 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:35:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:59 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140129-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:35:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:35:59 smithi179 ceph-mon[89801]: osdmap e934: 8 total, 8 up, 8 in 2024-07-27T18:36:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:00 smithi179 ceph-mon[89801]: pgmap v1093: 137 pgs: 7 creating+peering, 16 unknown, 114 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:00 smithi179 ceph-mon[89801]: osdmap e935: 8 total, 8 up, 8 in 2024-07-27T18:36:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:00 smithi029 ceph-mon[96870]: pgmap v1093: 137 pgs: 7 creating+peering, 16 unknown, 114 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:00 smithi029 ceph-mon[96870]: osdmap e935: 8 total, 8 up, 8 in 2024-07-27T18:36:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:00 smithi029 ceph-mon[99353]: pgmap v1093: 137 pgs: 7 creating+peering, 16 unknown, 114 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:00 smithi029 ceph-mon[99353]: osdmap e935: 8 total, 8 up, 8 in 2024-07-27T18:36:01.019 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 31 tests from CmpOmap 2024-07-27T18:36:01.019 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_vals_noexist_str 2024-07-27T18:36:01.035 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_vals_noexist_str (16 ms) 2024-07-27T18:36:01.035 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_vals_noexist_str_default 2024-07-27T18:36:01.043 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_vals_noexist_str_default (8 ms) 2024-07-27T18:36:01.043 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_vals_noexist_u64 2024-07-27T18:36:01.046 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_vals_noexist_u64 (3 ms) 2024-07-27T18:36:01.046 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_vals_noexist_u64_default 2024-07-27T18:36:01.049 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_vals_noexist_u64_default (3 ms) 2024-07-27T18:36:01.049 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_vals_str 2024-07-27T18:36:01.055 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_vals_str (5 ms) 2024-07-27T18:36:01.055 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_vals_u64 2024-07-27T18:36:01.061 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_vals_u64 (7 ms) 2024-07-27T18:36:01.061 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_vals_u64_invalid_input 2024-07-27T18:36:01.064 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_vals_u64_invalid_input (3 ms) 2024-07-27T18:36:01.064 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_vals_u64_invalid_default 2024-07-27T18:36:01.067 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_vals_u64_invalid_default (3 ms) 2024-07-27T18:36:01.067 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_vals_u64_empty_default 2024-07-27T18:36:01.070 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_vals_u64_empty_default (2 ms) 2024-07-27T18:36:01.070 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_vals_u64_invalid_value 2024-07-27T18:36:01.074 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_vals_u64_invalid_value (5 ms) 2024-07-27T18:36:01.074 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_vals_at_max_keys 2024-07-27T18:36:01.075 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_vals_at_max_keys (0 ms) 2024-07-27T18:36:01.075 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_vals_over_max_keys 2024-07-27T18:36:01.076 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_vals_over_max_keys (1 ms) 2024-07-27T18:36:01.076 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_set_vals_noexist_str 2024-07-27T18:36:01.082 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_set_vals_noexist_str (6 ms) 2024-07-27T18:36:01.082 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_set_vals_noexist_str_default 2024-07-27T18:36:01.088 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_set_vals_noexist_str_default (6 ms) 2024-07-27T18:36:01.088 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_set_vals_noexist_u64 2024-07-27T18:36:01.094 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_set_vals_noexist_u64 (6 ms) 2024-07-27T18:36:01.094 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_set_vals_noexist_u64_default 2024-07-27T18:36:01.101 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_set_vals_noexist_u64_default (8 ms) 2024-07-27T18:36:01.102 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_set_vals_str 2024-07-27T18:36:01.109 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_set_vals_str (7 ms) 2024-07-27T18:36:01.109 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_set_vals_u64 2024-07-27T18:36:01.116 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_set_vals_u64 (8 ms) 2024-07-27T18:36:01.116 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_set_vals_u64_einval 2024-07-27T18:36:01.118 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_set_vals_u64_einval (2 ms) 2024-07-27T18:36:01.118 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_set_vals_u64_eio 2024-07-27T18:36:01.120 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_set_vals_u64_eio (2 ms) 2024-07-27T18:36:01.121 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_set_vals_at_max_keys 2024-07-27T18:36:01.121 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_set_vals_at_max_keys (1 ms) 2024-07-27T18:36:01.122 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_set_vals_over_max_keys 2024-07-27T18:36:01.122 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_set_vals_over_max_keys (1 ms) 2024-07-27T18:36:01.122 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_rm_keys_noexist_str 2024-07-27T18:36:01.129 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_rm_keys_noexist_str (6 ms) 2024-07-27T18:36:01.129 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_rm_keys_noexist_u64 2024-07-27T18:36:01.134 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_rm_keys_noexist_u64 (6 ms) 2024-07-27T18:36:01.135 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_rm_keys_str 2024-07-27T18:36:01.141 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_rm_keys_str (7 ms) 2024-07-27T18:36:01.141 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_rm_keys_u64 2024-07-27T18:36:01.149 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_rm_keys_u64 (8 ms) 2024-07-27T18:36:01.149 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_rm_keys_u64_einval 2024-07-27T18:36:01.151 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_rm_keys_u64_einval (2 ms) 2024-07-27T18:36:01.151 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_rm_keys_u64_eio 2024-07-27T18:36:01.153 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_rm_keys_u64_eio (2 ms) 2024-07-27T18:36:01.154 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_rm_keys_at_max_keys 2024-07-27T18:36:01.155 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_rm_keys_at_max_keys (1 ms) 2024-07-27T18:36:01.155 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_rm_keys_over_max_keys 2024-07-27T18:36:01.155 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_rm_keys_over_max_keys (1 ms) 2024-07-27T18:36:01.156 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] CmpOmap.cmp_rm_keys_u64_empty 2024-07-27T18:36:01.163 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] CmpOmap.cmp_rm_keys_u64_empty (8 ms) 2024-07-27T18:36:01.163 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 31 tests from CmpOmap (144 ms total) 2024-07-27T18:36:01.163 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:36:01.163 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:36:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:01 smithi179 ceph-mon[89801]: osdmap e936: 8 total, 8 up, 8 in 2024-07-27T18:36:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:01 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2774833905' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140252-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:01 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140252-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:01 smithi029 ceph-mon[96870]: osdmap e936: 8 total, 8 up, 8 in 2024-07-27T18:36:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:01 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2774833905' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140252-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:01 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140252-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:01 smithi029 ceph-mon[99353]: osdmap e936: 8 total, 8 up, 8 in 2024-07-27T18:36:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:01 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2774833905' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140252-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:01 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140252-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:02.029 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 31 tests from 1 test suite ran. (2658 ms total) 2024-07-27T18:36:02.029 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 31 tests. 2024-07-27T18:36:02.032 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:36:02.032 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:36:02.105 INFO:tasks.workunit:Running workunit cls/test_cls_hello.sh... 2024-07-27T18:36:02.105 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_hello.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_hello.sh 2024-07-27T18:36:02.181 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:36:02.182 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 6 tests from 1 test suite. 2024-07-27T18:36:02.182 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:36:02.182 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 6 tests from ClsHello 2024-07-27T18:36:02.182 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsHello.SayHello 2024-07-27T18:36:02.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:02 smithi029 ceph-mon[96870]: pgmap v1096: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:02.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:02 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:02 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140252-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:02 smithi029 ceph-mon[96870]: osdmap e937: 8 total, 8 up, 8 in 2024-07-27T18:36:02.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:02 smithi029 ceph-mon[99353]: pgmap v1096: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:02.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:02 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:02.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:02 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140252-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:02.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:02 smithi029 ceph-mon[99353]: osdmap e937: 8 total, 8 up, 8 in 2024-07-27T18:36:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:02 smithi179 ceph-mon[89801]: pgmap v1096: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:02 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:02 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140252-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:02 smithi179 ceph-mon[89801]: osdmap e937: 8 total, 8 up, 8 in 2024-07-27T18:36:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:36:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:36:02] "GET /metrics HTTP/1.1" 200 33992 "" "Prometheus/2.43.0" 2024-07-27T18:36:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:03 smithi179 ceph-mon[89801]: osdmap e938: 8 total, 8 up, 8 in 2024-07-27T18:36:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:03 smithi029 ceph-mon[96870]: osdmap e938: 8 total, 8 up, 8 in 2024-07-27T18:36:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:03 smithi029 ceph-mon[99353]: osdmap e938: 8 total, 8 up, 8 in 2024-07-27T18:36:04.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:04 smithi179 ceph-mon[89801]: pgmap v1099: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:04 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:04 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:36:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:04 smithi179 ceph-mon[89801]: osdmap e939: 8 total, 8 up, 8 in 2024-07-27T18:36:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:04 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3399409494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:04 smithi029 ceph-mon[96870]: pgmap v1099: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:04 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:04 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:36:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:04 smithi029 ceph-mon[96870]: osdmap e939: 8 total, 8 up, 8 in 2024-07-27T18:36:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:04 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3399409494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:04 smithi029 ceph-mon[99353]: pgmap v1099: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:04 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:04 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:36:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:04 smithi029 ceph-mon[99353]: osdmap e939: 8 total, 8 up, 8 in 2024-07-27T18:36:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:04 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3399409494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:05.044 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsHello.SayHello (2862 ms) 2024-07-27T18:36:05.044 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsHello.RecordHello 2024-07-27T18:36:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:05 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3399409494' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:05 smithi179 ceph-mon[89801]: osdmap e940: 8 total, 8 up, 8 in 2024-07-27T18:36:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:05 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3399409494' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:05 smithi029 ceph-mon[96870]: osdmap e940: 8 total, 8 up, 8 in 2024-07-27T18:36:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:05 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3399409494' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:05 smithi029 ceph-mon[99353]: osdmap e940: 8 total, 8 up, 8 in 2024-07-27T18:36:06.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:06 smithi179 ceph-mon[89801]: pgmap v1102: 137 pgs: 5 creating+peering, 14 unknown, 118 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-07-27T18:36:06.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:06 smithi179 ceph-mon[89801]: osdmap e941: 8 total, 8 up, 8 in 2024-07-27T18:36:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:06 smithi029 ceph-mon[96870]: pgmap v1102: 137 pgs: 5 creating+peering, 14 unknown, 118 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-07-27T18:36:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:06 smithi029 ceph-mon[96870]: osdmap e941: 8 total, 8 up, 8 in 2024-07-27T18:36:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:06 smithi029 ceph-mon[99353]: pgmap v1102: 137 pgs: 5 creating+peering, 14 unknown, 118 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-07-27T18:36:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:06 smithi029 ceph-mon[99353]: osdmap e941: 8 total, 8 up, 8 in 2024-07-27T18:36:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:07 smithi179 ceph-mon[89801]: osdmap e942: 8 total, 8 up, 8 in 2024-07-27T18:36:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:07 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3494366582' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:07 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:07 smithi029 ceph-mon[96870]: osdmap e942: 8 total, 8 up, 8 in 2024-07-27T18:36:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:07 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3494366582' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:07 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:07 smithi029 ceph-mon[99353]: osdmap e942: 8 total, 8 up, 8 in 2024-07-27T18:36:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:07 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3494366582' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:07 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:08.061 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsHello.RecordHello (3017 ms) 2024-07-27T18:36:08.061 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsHello.WriteReturnData 2024-07-27T18:36:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:08 smithi179 ceph-mon[89801]: pgmap v1105: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:08 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:08 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:08 smithi179 ceph-mon[89801]: osdmap e943: 8 total, 8 up, 8 in 2024-07-27T18:36:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:08 smithi029 ceph-mon[96870]: pgmap v1105: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:08 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:08 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:08 smithi029 ceph-mon[96870]: osdmap e943: 8 total, 8 up, 8 in 2024-07-27T18:36:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:08 smithi029 ceph-mon[99353]: pgmap v1105: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:08 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:08 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:08 smithi029 ceph-mon[99353]: osdmap e943: 8 total, 8 up, 8 in 2024-07-27T18:36:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:09 smithi179 ceph-mon[89801]: osdmap e944: 8 total, 8 up, 8 in 2024-07-27T18:36:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:36:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:36:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:09 smithi029 ceph-mon[96870]: osdmap e944: 8 total, 8 up, 8 in 2024-07-27T18:36:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:36:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:36:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:09 smithi029 ceph-mon[99353]: osdmap e944: 8 total, 8 up, 8 in 2024-07-27T18:36:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:36:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:36:10.083 INFO:tasks.workunit.client.0.smithi029.stdout:require_osd_release = squid 2024-07-27T18:36:10.086 INFO:tasks.workunit.client.0.smithi029.stdout:0 2024-07-27T18:36:10.118 INFO:tasks.workunit.client.0.smithi029.stdout:1 2024-07-27T18:36:10.119 INFO:tasks.workunit.client.0.smithi029.stdout:2 2024-07-27T18:36:10.120 INFO:tasks.workunit.client.0.smithi029.stdout:3 2024-07-27T18:36:10.121 INFO:tasks.workunit.client.0.smithi029.stdout:4 2024-07-27T18:36:10.122 INFO:tasks.workunit.client.0.smithi029.stdout:5 2024-07-27T18:36:10.123 INFO:tasks.workunit.client.0.smithi029.stdout:6 2024-07-27T18:36:10.124 INFO:tasks.workunit.client.0.smithi029.stdout:7 2024-07-27T18:36:10.126 INFO:tasks.workunit.client.0.smithi029.stdout:8 2024-07-27T18:36:10.127 INFO:tasks.workunit.client.0.smithi029.stdout:9 2024-07-27T18:36:10.128 INFO:tasks.workunit.client.0.smithi029.stdout:10 2024-07-27T18:36:10.129 INFO:tasks.workunit.client.0.smithi029.stdout:11 2024-07-27T18:36:10.130 INFO:tasks.workunit.client.0.smithi029.stdout:12 2024-07-27T18:36:10.131 INFO:tasks.workunit.client.0.smithi029.stdout:13 2024-07-27T18:36:10.132 INFO:tasks.workunit.client.0.smithi029.stdout:14 2024-07-27T18:36:10.133 INFO:tasks.workunit.client.0.smithi029.stdout:15 2024-07-27T18:36:10.134 INFO:tasks.workunit.client.0.smithi029.stdout:16 2024-07-27T18:36:10.135 INFO:tasks.workunit.client.0.smithi029.stdout:17 2024-07-27T18:36:10.136 INFO:tasks.workunit.client.0.smithi029.stdout:18 2024-07-27T18:36:10.137 INFO:tasks.workunit.client.0.smithi029.stdout:19 2024-07-27T18:36:10.138 INFO:tasks.workunit.client.0.smithi029.stdout:20 2024-07-27T18:36:10.139 INFO:tasks.workunit.client.0.smithi029.stdout:21 2024-07-27T18:36:10.141 INFO:tasks.workunit.client.0.smithi029.stdout:22 2024-07-27T18:36:10.142 INFO:tasks.workunit.client.0.smithi029.stdout:23 2024-07-27T18:36:10.143 INFO:tasks.workunit.client.0.smithi029.stdout:24 2024-07-27T18:36:10.144 INFO:tasks.workunit.client.0.smithi029.stdout:25 2024-07-27T18:36:10.145 INFO:tasks.workunit.client.0.smithi029.stdout:26 2024-07-27T18:36:10.146 INFO:tasks.workunit.client.0.smithi029.stdout:27 2024-07-27T18:36:10.147 INFO:tasks.workunit.client.0.smithi029.stdout:28 2024-07-27T18:36:10.148 INFO:tasks.workunit.client.0.smithi029.stdout:29 2024-07-27T18:36:10.149 INFO:tasks.workunit.client.0.smithi029.stdout:30 2024-07-27T18:36:10.150 INFO:tasks.workunit.client.0.smithi029.stdout:31 2024-07-27T18:36:10.151 INFO:tasks.workunit.client.0.smithi029.stdout:32 2024-07-27T18:36:10.152 INFO:tasks.workunit.client.0.smithi029.stdout:33 2024-07-27T18:36:10.153 INFO:tasks.workunit.client.0.smithi029.stdout:34 2024-07-27T18:36:10.154 INFO:tasks.workunit.client.0.smithi029.stdout:35 2024-07-27T18:36:10.154 INFO:tasks.workunit.client.0.smithi029.stdout:36 2024-07-27T18:36:10.155 INFO:tasks.workunit.client.0.smithi029.stdout:37 2024-07-27T18:36:10.156 INFO:tasks.workunit.client.0.smithi029.stdout:38 2024-07-27T18:36:10.157 INFO:tasks.workunit.client.0.smithi029.stdout:39 2024-07-27T18:36:10.158 INFO:tasks.workunit.client.0.smithi029.stdout:40 2024-07-27T18:36:10.159 INFO:tasks.workunit.client.0.smithi029.stdout:41 2024-07-27T18:36:10.160 INFO:tasks.workunit.client.0.smithi029.stdout:42 2024-07-27T18:36:10.161 INFO:tasks.workunit.client.0.smithi029.stdout:43 2024-07-27T18:36:10.162 INFO:tasks.workunit.client.0.smithi029.stdout:44 2024-07-27T18:36:10.163 INFO:tasks.workunit.client.0.smithi029.stdout:45 2024-07-27T18:36:10.164 INFO:tasks.workunit.client.0.smithi029.stdout:46 2024-07-27T18:36:10.165 INFO:tasks.workunit.client.0.smithi029.stdout:47 2024-07-27T18:36:10.166 INFO:tasks.workunit.client.0.smithi029.stdout:48 2024-07-27T18:36:10.167 INFO:tasks.workunit.client.0.smithi029.stdout:49 2024-07-27T18:36:10.168 INFO:tasks.workunit.client.0.smithi029.stdout:50 2024-07-27T18:36:10.169 INFO:tasks.workunit.client.0.smithi029.stdout:51 2024-07-27T18:36:10.170 INFO:tasks.workunit.client.0.smithi029.stdout:52 2024-07-27T18:36:10.171 INFO:tasks.workunit.client.0.smithi029.stdout:53 2024-07-27T18:36:10.172 INFO:tasks.workunit.client.0.smithi029.stdout:54 2024-07-27T18:36:10.173 INFO:tasks.workunit.client.0.smithi029.stdout:55 2024-07-27T18:36:10.174 INFO:tasks.workunit.client.0.smithi029.stdout:56 2024-07-27T18:36:10.175 INFO:tasks.workunit.client.0.smithi029.stdout:57 2024-07-27T18:36:10.176 INFO:tasks.workunit.client.0.smithi029.stdout:58 2024-07-27T18:36:10.177 INFO:tasks.workunit.client.0.smithi029.stdout:59 2024-07-27T18:36:10.178 INFO:tasks.workunit.client.0.smithi029.stdout:60 2024-07-27T18:36:10.179 INFO:tasks.workunit.client.0.smithi029.stdout:61 2024-07-27T18:36:10.180 INFO:tasks.workunit.client.0.smithi029.stdout:62 2024-07-27T18:36:10.181 INFO:tasks.workunit.client.0.smithi029.stdout:63 2024-07-27T18:36:10.182 INFO:tasks.workunit.client.0.smithi029.stdout:64 2024-07-27T18:36:10.183 INFO:tasks.workunit.client.0.smithi029.stdout:65 2024-07-27T18:36:10.184 INFO:tasks.workunit.client.0.smithi029.stdout:66 2024-07-27T18:36:10.185 INFO:tasks.workunit.client.0.smithi029.stdout:67 2024-07-27T18:36:10.186 INFO:tasks.workunit.client.0.smithi029.stdout:68 2024-07-27T18:36:10.187 INFO:tasks.workunit.client.0.smithi029.stdout:69 2024-07-27T18:36:10.188 INFO:tasks.workunit.client.0.smithi029.stdout:70 2024-07-27T18:36:10.189 INFO:tasks.workunit.client.0.smithi029.stdout:71 2024-07-27T18:36:10.190 INFO:tasks.workunit.client.0.smithi029.stdout:72 2024-07-27T18:36:10.191 INFO:tasks.workunit.client.0.smithi029.stdout:73 2024-07-27T18:36:10.192 INFO:tasks.workunit.client.0.smithi029.stdout:74 2024-07-27T18:36:10.193 INFO:tasks.workunit.client.0.smithi029.stdout:75 2024-07-27T18:36:10.194 INFO:tasks.workunit.client.0.smithi029.stdout:76 2024-07-27T18:36:10.195 INFO:tasks.workunit.client.0.smithi029.stdout:77 2024-07-27T18:36:10.196 INFO:tasks.workunit.client.0.smithi029.stdout:78 2024-07-27T18:36:10.197 INFO:tasks.workunit.client.0.smithi029.stdout:79 2024-07-27T18:36:10.198 INFO:tasks.workunit.client.0.smithi029.stdout:80 2024-07-27T18:36:10.199 INFO:tasks.workunit.client.0.smithi029.stdout:81 2024-07-27T18:36:10.200 INFO:tasks.workunit.client.0.smithi029.stdout:82 2024-07-27T18:36:10.201 INFO:tasks.workunit.client.0.smithi029.stdout:83 2024-07-27T18:36:10.202 INFO:tasks.workunit.client.0.smithi029.stdout:84 2024-07-27T18:36:10.203 INFO:tasks.workunit.client.0.smithi029.stdout:85 2024-07-27T18:36:10.204 INFO:tasks.workunit.client.0.smithi029.stdout:86 2024-07-27T18:36:10.205 INFO:tasks.workunit.client.0.smithi029.stdout:87 2024-07-27T18:36:10.206 INFO:tasks.workunit.client.0.smithi029.stdout:88 2024-07-27T18:36:10.207 INFO:tasks.workunit.client.0.smithi029.stdout:89 2024-07-27T18:36:10.208 INFO:tasks.workunit.client.0.smithi029.stdout:90 2024-07-27T18:36:10.208 INFO:tasks.workunit.client.0.smithi029.stdout:91 2024-07-27T18:36:10.209 INFO:tasks.workunit.client.0.smithi029.stdout:92 2024-07-27T18:36:10.210 INFO:tasks.workunit.client.0.smithi029.stdout:93 2024-07-27T18:36:10.211 INFO:tasks.workunit.client.0.smithi029.stdout:94 2024-07-27T18:36:10.212 INFO:tasks.workunit.client.0.smithi029.stdout:95 2024-07-27T18:36:10.213 INFO:tasks.workunit.client.0.smithi029.stdout:96 2024-07-27T18:36:10.214 INFO:tasks.workunit.client.0.smithi029.stdout:97 2024-07-27T18:36:10.215 INFO:tasks.workunit.client.0.smithi029.stdout:98 2024-07-27T18:36:10.216 INFO:tasks.workunit.client.0.smithi029.stdout:99 2024-07-27T18:36:10.217 INFO:tasks.workunit.client.0.smithi029.stdout:100 2024-07-27T18:36:10.218 INFO:tasks.workunit.client.0.smithi029.stdout:101 2024-07-27T18:36:10.219 INFO:tasks.workunit.client.0.smithi029.stdout:102 2024-07-27T18:36:10.220 INFO:tasks.workunit.client.0.smithi029.stdout:103 2024-07-27T18:36:10.221 INFO:tasks.workunit.client.0.smithi029.stdout:104 2024-07-27T18:36:10.222 INFO:tasks.workunit.client.0.smithi029.stdout:105 2024-07-27T18:36:10.223 INFO:tasks.workunit.client.0.smithi029.stdout:106 2024-07-27T18:36:10.224 INFO:tasks.workunit.client.0.smithi029.stdout:107 2024-07-27T18:36:10.225 INFO:tasks.workunit.client.0.smithi029.stdout:108 2024-07-27T18:36:10.226 INFO:tasks.workunit.client.0.smithi029.stdout:109 2024-07-27T18:36:10.226 INFO:tasks.workunit.client.0.smithi029.stdout:110 2024-07-27T18:36:10.227 INFO:tasks.workunit.client.0.smithi029.stdout:111 2024-07-27T18:36:10.228 INFO:tasks.workunit.client.0.smithi029.stdout:112 2024-07-27T18:36:10.229 INFO:tasks.workunit.client.0.smithi029.stdout:113 2024-07-27T18:36:10.230 INFO:tasks.workunit.client.0.smithi029.stdout:114 2024-07-27T18:36:10.231 INFO:tasks.workunit.client.0.smithi029.stdout:115 2024-07-27T18:36:10.232 INFO:tasks.workunit.client.0.smithi029.stdout:116 2024-07-27T18:36:10.233 INFO:tasks.workunit.client.0.smithi029.stdout:117 2024-07-27T18:36:10.234 INFO:tasks.workunit.client.0.smithi029.stdout:118 2024-07-27T18:36:10.235 INFO:tasks.workunit.client.0.smithi029.stdout:119 2024-07-27T18:36:10.236 INFO:tasks.workunit.client.0.smithi029.stdout:120 2024-07-27T18:36:10.237 INFO:tasks.workunit.client.0.smithi029.stdout:121 2024-07-27T18:36:10.238 INFO:tasks.workunit.client.0.smithi029.stdout:122 2024-07-27T18:36:10.239 INFO:tasks.workunit.client.0.smithi029.stdout:123 2024-07-27T18:36:10.240 INFO:tasks.workunit.client.0.smithi029.stdout:124 2024-07-27T18:36:10.241 INFO:tasks.workunit.client.0.smithi029.stdout:125 2024-07-27T18:36:10.242 INFO:tasks.workunit.client.0.smithi029.stdout:126 2024-07-27T18:36:10.242 INFO:tasks.workunit.client.0.smithi029.stdout:127 2024-07-27T18:36:10.243 INFO:tasks.workunit.client.0.smithi029.stdout:128 2024-07-27T18:36:10.244 INFO:tasks.workunit.client.0.smithi029.stdout:129 2024-07-27T18:36:10.245 INFO:tasks.workunit.client.0.smithi029.stdout:130 2024-07-27T18:36:10.246 INFO:tasks.workunit.client.0.smithi029.stdout:131 2024-07-27T18:36:10.247 INFO:tasks.workunit.client.0.smithi029.stdout:132 2024-07-27T18:36:10.248 INFO:tasks.workunit.client.0.smithi029.stdout:133 2024-07-27T18:36:10.249 INFO:tasks.workunit.client.0.smithi029.stdout:134 2024-07-27T18:36:10.250 INFO:tasks.workunit.client.0.smithi029.stdout:135 2024-07-27T18:36:10.251 INFO:tasks.workunit.client.0.smithi029.stdout:136 2024-07-27T18:36:10.252 INFO:tasks.workunit.client.0.smithi029.stdout:137 2024-07-27T18:36:10.253 INFO:tasks.workunit.client.0.smithi029.stdout:138 2024-07-27T18:36:10.254 INFO:tasks.workunit.client.0.smithi029.stdout:139 2024-07-27T18:36:10.255 INFO:tasks.workunit.client.0.smithi029.stdout:140 2024-07-27T18:36:10.256 INFO:tasks.workunit.client.0.smithi029.stdout:141 2024-07-27T18:36:10.257 INFO:tasks.workunit.client.0.smithi029.stdout:142 2024-07-27T18:36:10.258 INFO:tasks.workunit.client.0.smithi029.stdout:143 2024-07-27T18:36:10.259 INFO:tasks.workunit.client.0.smithi029.stdout:144 2024-07-27T18:36:10.260 INFO:tasks.workunit.client.0.smithi029.stdout:145 2024-07-27T18:36:10.261 INFO:tasks.workunit.client.0.smithi029.stdout:146 2024-07-27T18:36:10.262 INFO:tasks.workunit.client.0.smithi029.stdout:147 2024-07-27T18:36:10.263 INFO:tasks.workunit.client.0.smithi029.stdout:148 2024-07-27T18:36:10.264 INFO:tasks.workunit.client.0.smithi029.stdout:149 2024-07-27T18:36:10.265 INFO:tasks.workunit.client.0.smithi029.stdout:150 2024-07-27T18:36:10.266 INFO:tasks.workunit.client.0.smithi029.stdout:151 2024-07-27T18:36:10.267 INFO:tasks.workunit.client.0.smithi029.stdout:152 2024-07-27T18:36:10.268 INFO:tasks.workunit.client.0.smithi029.stdout:153 2024-07-27T18:36:10.269 INFO:tasks.workunit.client.0.smithi029.stdout:154 2024-07-27T18:36:10.270 INFO:tasks.workunit.client.0.smithi029.stdout:155 2024-07-27T18:36:10.271 INFO:tasks.workunit.client.0.smithi029.stdout:156 2024-07-27T18:36:10.272 INFO:tasks.workunit.client.0.smithi029.stdout:157 2024-07-27T18:36:10.273 INFO:tasks.workunit.client.0.smithi029.stdout:158 2024-07-27T18:36:10.274 INFO:tasks.workunit.client.0.smithi029.stdout:159 2024-07-27T18:36:10.275 INFO:tasks.workunit.client.0.smithi029.stdout:160 2024-07-27T18:36:10.276 INFO:tasks.workunit.client.0.smithi029.stdout:161 2024-07-27T18:36:10.276 INFO:tasks.workunit.client.0.smithi029.stdout:162 2024-07-27T18:36:10.278 INFO:tasks.workunit.client.0.smithi029.stdout:163 2024-07-27T18:36:10.278 INFO:tasks.workunit.client.0.smithi029.stdout:164 2024-07-27T18:36:10.279 INFO:tasks.workunit.client.0.smithi029.stdout:165 2024-07-27T18:36:10.280 INFO:tasks.workunit.client.0.smithi029.stdout:166 2024-07-27T18:36:10.281 INFO:tasks.workunit.client.0.smithi029.stdout:167 2024-07-27T18:36:10.282 INFO:tasks.workunit.client.0.smithi029.stdout:168 2024-07-27T18:36:10.283 INFO:tasks.workunit.client.0.smithi029.stdout:169 2024-07-27T18:36:10.284 INFO:tasks.workunit.client.0.smithi029.stdout:170 2024-07-27T18:36:10.285 INFO:tasks.workunit.client.0.smithi029.stdout:171 2024-07-27T18:36:10.286 INFO:tasks.workunit.client.0.smithi029.stdout:172 2024-07-27T18:36:10.286 INFO:tasks.workunit.client.0.smithi029.stdout:173 2024-07-27T18:36:10.287 INFO:tasks.workunit.client.0.smithi029.stdout:174 2024-07-27T18:36:10.288 INFO:tasks.workunit.client.0.smithi029.stdout:175 2024-07-27T18:36:10.289 INFO:tasks.workunit.client.0.smithi029.stdout:176 2024-07-27T18:36:10.290 INFO:tasks.workunit.client.0.smithi029.stdout:177 2024-07-27T18:36:10.291 INFO:tasks.workunit.client.0.smithi029.stdout:178 2024-07-27T18:36:10.292 INFO:tasks.workunit.client.0.smithi029.stdout:179 2024-07-27T18:36:10.293 INFO:tasks.workunit.client.0.smithi029.stdout:180 2024-07-27T18:36:10.294 INFO:tasks.workunit.client.0.smithi029.stdout:181 2024-07-27T18:36:10.295 INFO:tasks.workunit.client.0.smithi029.stdout:182 2024-07-27T18:36:10.296 INFO:tasks.workunit.client.0.smithi029.stdout:183 2024-07-27T18:36:10.297 INFO:tasks.workunit.client.0.smithi029.stdout:184 2024-07-27T18:36:10.298 INFO:tasks.workunit.client.0.smithi029.stdout:185 2024-07-27T18:36:10.298 INFO:tasks.workunit.client.0.smithi029.stdout:186 2024-07-27T18:36:10.299 INFO:tasks.workunit.client.0.smithi029.stdout:187 2024-07-27T18:36:10.300 INFO:tasks.workunit.client.0.smithi029.stdout:188 2024-07-27T18:36:10.301 INFO:tasks.workunit.client.0.smithi029.stdout:189 2024-07-27T18:36:10.302 INFO:tasks.workunit.client.0.smithi029.stdout:190 2024-07-27T18:36:10.303 INFO:tasks.workunit.client.0.smithi029.stdout:191 2024-07-27T18:36:10.304 INFO:tasks.workunit.client.0.smithi029.stdout:192 2024-07-27T18:36:10.305 INFO:tasks.workunit.client.0.smithi029.stdout:193 2024-07-27T18:36:10.306 INFO:tasks.workunit.client.0.smithi029.stdout:194 2024-07-27T18:36:10.311 INFO:tasks.workunit.client.0.smithi029.stdout:195 2024-07-27T18:36:10.311 INFO:tasks.workunit.client.0.smithi029.stdout:196 2024-07-27T18:36:10.312 INFO:tasks.workunit.client.0.smithi029.stdout:197 2024-07-27T18:36:10.312 INFO:tasks.workunit.client.0.smithi029.stdout:198 2024-07-27T18:36:10.312 INFO:tasks.workunit.client.0.smithi029.stdout:199 2024-07-27T18:36:10.312 INFO:tasks.workunit.client.0.smithi029.stdout:200 2024-07-27T18:36:10.312 INFO:tasks.workunit.client.0.smithi029.stdout:201 2024-07-27T18:36:10.313 INFO:tasks.workunit.client.0.smithi029.stdout:202 2024-07-27T18:36:10.314 INFO:tasks.workunit.client.0.smithi029.stdout:203 2024-07-27T18:36:10.315 INFO:tasks.workunit.client.0.smithi029.stdout:204 2024-07-27T18:36:10.316 INFO:tasks.workunit.client.0.smithi029.stdout:205 2024-07-27T18:36:10.316 INFO:tasks.workunit.client.0.smithi029.stdout:206 2024-07-27T18:36:10.317 INFO:tasks.workunit.client.0.smithi029.stdout:207 2024-07-27T18:36:10.318 INFO:tasks.workunit.client.0.smithi029.stdout:208 2024-07-27T18:36:10.319 INFO:tasks.workunit.client.0.smithi029.stdout:209 2024-07-27T18:36:10.321 INFO:tasks.workunit.client.0.smithi029.stdout:210 2024-07-27T18:36:10.321 INFO:tasks.workunit.client.0.smithi029.stdout:211 2024-07-27T18:36:10.322 INFO:tasks.workunit.client.0.smithi029.stdout:212 2024-07-27T18:36:10.323 INFO:tasks.workunit.client.0.smithi029.stdout:213 2024-07-27T18:36:10.324 INFO:tasks.workunit.client.0.smithi029.stdout:214 2024-07-27T18:36:10.325 INFO:tasks.workunit.client.0.smithi029.stdout:215 2024-07-27T18:36:10.326 INFO:tasks.workunit.client.0.smithi029.stdout:216 2024-07-27T18:36:10.327 INFO:tasks.workunit.client.0.smithi029.stdout:217 2024-07-27T18:36:10.328 INFO:tasks.workunit.client.0.smithi029.stdout:218 2024-07-27T18:36:10.329 INFO:tasks.workunit.client.0.smithi029.stdout:219 2024-07-27T18:36:10.329 INFO:tasks.workunit.client.0.smithi029.stdout:220 2024-07-27T18:36:10.330 INFO:tasks.workunit.client.0.smithi029.stdout:221 2024-07-27T18:36:10.331 INFO:tasks.workunit.client.0.smithi029.stdout:222 2024-07-27T18:36:10.332 INFO:tasks.workunit.client.0.smithi029.stdout:223 2024-07-27T18:36:10.333 INFO:tasks.workunit.client.0.smithi029.stdout:224 2024-07-27T18:36:10.334 INFO:tasks.workunit.client.0.smithi029.stdout:225 2024-07-27T18:36:10.335 INFO:tasks.workunit.client.0.smithi029.stdout:226 2024-07-27T18:36:10.336 INFO:tasks.workunit.client.0.smithi029.stdout:227 2024-07-27T18:36:10.337 INFO:tasks.workunit.client.0.smithi029.stdout:228 2024-07-27T18:36:10.338 INFO:tasks.workunit.client.0.smithi029.stdout:229 2024-07-27T18:36:10.338 INFO:tasks.workunit.client.0.smithi029.stdout:230 2024-07-27T18:36:10.339 INFO:tasks.workunit.client.0.smithi029.stdout:231 2024-07-27T18:36:10.340 INFO:tasks.workunit.client.0.smithi029.stdout:232 2024-07-27T18:36:10.341 INFO:tasks.workunit.client.0.smithi029.stdout:233 2024-07-27T18:36:10.342 INFO:tasks.workunit.client.0.smithi029.stdout:234 2024-07-27T18:36:10.343 INFO:tasks.workunit.client.0.smithi029.stdout:235 2024-07-27T18:36:10.344 INFO:tasks.workunit.client.0.smithi029.stdout:236 2024-07-27T18:36:10.345 INFO:tasks.workunit.client.0.smithi029.stdout:237 2024-07-27T18:36:10.346 INFO:tasks.workunit.client.0.smithi029.stdout:238 2024-07-27T18:36:10.347 INFO:tasks.workunit.client.0.smithi029.stdout:239 2024-07-27T18:36:10.348 INFO:tasks.workunit.client.0.smithi029.stdout:240 2024-07-27T18:36:10.348 INFO:tasks.workunit.client.0.smithi029.stdout:241 2024-07-27T18:36:10.349 INFO:tasks.workunit.client.0.smithi029.stdout:242 2024-07-27T18:36:10.350 INFO:tasks.workunit.client.0.smithi029.stdout:243 2024-07-27T18:36:10.351 INFO:tasks.workunit.client.0.smithi029.stdout:244 2024-07-27T18:36:10.352 INFO:tasks.workunit.client.0.smithi029.stdout:245 2024-07-27T18:36:10.353 INFO:tasks.workunit.client.0.smithi029.stdout:246 2024-07-27T18:36:10.354 INFO:tasks.workunit.client.0.smithi029.stdout:247 2024-07-27T18:36:10.355 INFO:tasks.workunit.client.0.smithi029.stdout:248 2024-07-27T18:36:10.356 INFO:tasks.workunit.client.0.smithi029.stdout:249 2024-07-27T18:36:10.357 INFO:tasks.workunit.client.0.smithi029.stdout:250 2024-07-27T18:36:10.358 INFO:tasks.workunit.client.0.smithi029.stdout:251 2024-07-27T18:36:10.359 INFO:tasks.workunit.client.0.smithi029.stdout:252 2024-07-27T18:36:10.360 INFO:tasks.workunit.client.0.smithi029.stdout:253 2024-07-27T18:36:10.361 INFO:tasks.workunit.client.0.smithi029.stdout:254 2024-07-27T18:36:10.362 INFO:tasks.workunit.client.0.smithi029.stdout:255 2024-07-27T18:36:10.362 INFO:tasks.workunit.client.0.smithi029.stdout:256 2024-07-27T18:36:10.363 INFO:tasks.workunit.client.0.smithi029.stdout:257 2024-07-27T18:36:10.364 INFO:tasks.workunit.client.0.smithi029.stdout:258 2024-07-27T18:36:10.365 INFO:tasks.workunit.client.0.smithi029.stdout:259 2024-07-27T18:36:10.366 INFO:tasks.workunit.client.0.smithi029.stdout:260 2024-07-27T18:36:10.367 INFO:tasks.workunit.client.0.smithi029.stdout:261 2024-07-27T18:36:10.368 INFO:tasks.workunit.client.0.smithi029.stdout:262 2024-07-27T18:36:10.369 INFO:tasks.workunit.client.0.smithi029.stdout:263 2024-07-27T18:36:10.369 INFO:tasks.workunit.client.0.smithi029.stdout:264 2024-07-27T18:36:10.370 INFO:tasks.workunit.client.0.smithi029.stdout:265 2024-07-27T18:36:10.371 INFO:tasks.workunit.client.0.smithi029.stdout:266 2024-07-27T18:36:10.372 INFO:tasks.workunit.client.0.smithi029.stdout:267 2024-07-27T18:36:10.374 INFO:tasks.workunit.client.0.smithi029.stdout:268 2024-07-27T18:36:10.374 INFO:tasks.workunit.client.0.smithi029.stdout:269 2024-07-27T18:36:10.375 INFO:tasks.workunit.client.0.smithi029.stdout:270 2024-07-27T18:36:10.377 INFO:tasks.workunit.client.0.smithi029.stdout:271 2024-07-27T18:36:10.377 INFO:tasks.workunit.client.0.smithi029.stdout:272 2024-07-27T18:36:10.378 INFO:tasks.workunit.client.0.smithi029.stdout:273 2024-07-27T18:36:10.379 INFO:tasks.workunit.client.0.smithi029.stdout:274 2024-07-27T18:36:10.380 INFO:tasks.workunit.client.0.smithi029.stdout:275 2024-07-27T18:36:10.381 INFO:tasks.workunit.client.0.smithi029.stdout:276 2024-07-27T18:36:10.382 INFO:tasks.workunit.client.0.smithi029.stdout:277 2024-07-27T18:36:10.383 INFO:tasks.workunit.client.0.smithi029.stdout:278 2024-07-27T18:36:10.384 INFO:tasks.workunit.client.0.smithi029.stdout:279 2024-07-27T18:36:10.385 INFO:tasks.workunit.client.0.smithi029.stdout:280 2024-07-27T18:36:10.385 INFO:tasks.workunit.client.0.smithi029.stdout:281 2024-07-27T18:36:10.386 INFO:tasks.workunit.client.0.smithi029.stdout:282 2024-07-27T18:36:10.387 INFO:tasks.workunit.client.0.smithi029.stdout:283 2024-07-27T18:36:10.388 INFO:tasks.workunit.client.0.smithi029.stdout:284 2024-07-27T18:36:10.389 INFO:tasks.workunit.client.0.smithi029.stdout:285 2024-07-27T18:36:10.390 INFO:tasks.workunit.client.0.smithi029.stdout:286 2024-07-27T18:36:10.391 INFO:tasks.workunit.client.0.smithi029.stdout:287 2024-07-27T18:36:10.392 INFO:tasks.workunit.client.0.smithi029.stdout:288 2024-07-27T18:36:10.393 INFO:tasks.workunit.client.0.smithi029.stdout:289 2024-07-27T18:36:10.394 INFO:tasks.workunit.client.0.smithi029.stdout:290 2024-07-27T18:36:10.394 INFO:tasks.workunit.client.0.smithi029.stdout:291 2024-07-27T18:36:10.395 INFO:tasks.workunit.client.0.smithi029.stdout:292 2024-07-27T18:36:10.396 INFO:tasks.workunit.client.0.smithi029.stdout:293 2024-07-27T18:36:10.397 INFO:tasks.workunit.client.0.smithi029.stdout:294 2024-07-27T18:36:10.398 INFO:tasks.workunit.client.0.smithi029.stdout:295 2024-07-27T18:36:10.399 INFO:tasks.workunit.client.0.smithi029.stdout:296 2024-07-27T18:36:10.400 INFO:tasks.workunit.client.0.smithi029.stdout:297 2024-07-27T18:36:10.401 INFO:tasks.workunit.client.0.smithi029.stdout:298 2024-07-27T18:36:10.402 INFO:tasks.workunit.client.0.smithi029.stdout:299 2024-07-27T18:36:10.403 INFO:tasks.workunit.client.0.smithi029.stdout:300 2024-07-27T18:36:10.404 INFO:tasks.workunit.client.0.smithi029.stdout:301 2024-07-27T18:36:10.405 INFO:tasks.workunit.client.0.smithi029.stdout:302 2024-07-27T18:36:10.406 INFO:tasks.workunit.client.0.smithi029.stdout:303 2024-07-27T18:36:10.407 INFO:tasks.workunit.client.0.smithi029.stdout:304 2024-07-27T18:36:10.408 INFO:tasks.workunit.client.0.smithi029.stdout:305 2024-07-27T18:36:10.409 INFO:tasks.workunit.client.0.smithi029.stdout:306 2024-07-27T18:36:10.410 INFO:tasks.workunit.client.0.smithi029.stdout:307 2024-07-27T18:36:10.411 INFO:tasks.workunit.client.0.smithi029.stdout:308 2024-07-27T18:36:10.412 INFO:tasks.workunit.client.0.smithi029.stdout:309 2024-07-27T18:36:10.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:10 smithi179 ceph-mon[89801]: pgmap v1108: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:10.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:10 smithi179 ceph-mon[89801]: osdmap e945: 8 total, 8 up, 8 in 2024-07-27T18:36:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:10 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1397911904' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:10 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:10 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:10 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:36:10.413 INFO:tasks.workunit.client.0.smithi029.stdout:310 2024-07-27T18:36:10.414 INFO:tasks.workunit.client.0.smithi029.stdout:311 2024-07-27T18:36:10.415 INFO:tasks.workunit.client.0.smithi029.stdout:312 2024-07-27T18:36:10.416 INFO:tasks.workunit.client.0.smithi029.stdout:313 2024-07-27T18:36:10.416 INFO:tasks.workunit.client.0.smithi029.stdout:314 2024-07-27T18:36:10.417 INFO:tasks.workunit.client.0.smithi029.stdout:315 2024-07-27T18:36:10.418 INFO:tasks.workunit.client.0.smithi029.stdout:316 2024-07-27T18:36:10.419 INFO:tasks.workunit.client.0.smithi029.stdout:317 2024-07-27T18:36:10.420 INFO:tasks.workunit.client.0.smithi029.stdout:318 2024-07-27T18:36:10.421 INFO:tasks.workunit.client.0.smithi029.stdout:319 2024-07-27T18:36:10.422 INFO:tasks.workunit.client.0.smithi029.stdout:320 2024-07-27T18:36:10.423 INFO:tasks.workunit.client.0.smithi029.stdout:321 2024-07-27T18:36:10.424 INFO:tasks.workunit.client.0.smithi029.stdout:322 2024-07-27T18:36:10.425 INFO:tasks.workunit.client.0.smithi029.stdout:323 2024-07-27T18:36:10.426 INFO:tasks.workunit.client.0.smithi029.stdout:324 2024-07-27T18:36:10.427 INFO:tasks.workunit.client.0.smithi029.stdout:325 2024-07-27T18:36:10.428 INFO:tasks.workunit.client.0.smithi029.stdout:326 2024-07-27T18:36:10.429 INFO:tasks.workunit.client.0.smithi029.stdout:327 2024-07-27T18:36:10.430 INFO:tasks.workunit.client.0.smithi029.stdout:328 2024-07-27T18:36:10.431 INFO:tasks.workunit.client.0.smithi029.stdout:329 2024-07-27T18:36:10.432 INFO:tasks.workunit.client.0.smithi029.stdout:330 2024-07-27T18:36:10.433 INFO:tasks.workunit.client.0.smithi029.stdout:331 2024-07-27T18:36:10.434 INFO:tasks.workunit.client.0.smithi029.stdout:332 2024-07-27T18:36:10.435 INFO:tasks.workunit.client.0.smithi029.stdout:333 2024-07-27T18:36:10.436 INFO:tasks.workunit.client.0.smithi029.stdout:334 2024-07-27T18:36:10.437 INFO:tasks.workunit.client.0.smithi029.stdout:335 2024-07-27T18:36:10.438 INFO:tasks.workunit.client.0.smithi029.stdout:336 2024-07-27T18:36:10.438 INFO:tasks.workunit.client.0.smithi029.stdout:337 2024-07-27T18:36:10.439 INFO:tasks.workunit.client.0.smithi029.stdout:338 2024-07-27T18:36:10.440 INFO:tasks.workunit.client.0.smithi029.stdout:339 2024-07-27T18:36:10.441 INFO:tasks.workunit.client.0.smithi029.stdout:340 2024-07-27T18:36:10.442 INFO:tasks.workunit.client.0.smithi029.stdout:341 2024-07-27T18:36:10.443 INFO:tasks.workunit.client.0.smithi029.stdout:342 2024-07-27T18:36:10.444 INFO:tasks.workunit.client.0.smithi029.stdout:343 2024-07-27T18:36:10.445 INFO:tasks.workunit.client.0.smithi029.stdout:344 2024-07-27T18:36:10.446 INFO:tasks.workunit.client.0.smithi029.stdout:345 2024-07-27T18:36:10.447 INFO:tasks.workunit.client.0.smithi029.stdout:346 2024-07-27T18:36:10.448 INFO:tasks.workunit.client.0.smithi029.stdout:347 2024-07-27T18:36:10.449 INFO:tasks.workunit.client.0.smithi029.stdout:348 2024-07-27T18:36:10.450 INFO:tasks.workunit.client.0.smithi029.stdout:349 2024-07-27T18:36:10.450 INFO:tasks.workunit.client.0.smithi029.stdout:350 2024-07-27T18:36:10.451 INFO:tasks.workunit.client.0.smithi029.stdout:351 2024-07-27T18:36:10.452 INFO:tasks.workunit.client.0.smithi029.stdout:352 2024-07-27T18:36:10.453 INFO:tasks.workunit.client.0.smithi029.stdout:353 2024-07-27T18:36:10.454 INFO:tasks.workunit.client.0.smithi029.stdout:354 2024-07-27T18:36:10.455 INFO:tasks.workunit.client.0.smithi029.stdout:355 2024-07-27T18:36:10.456 INFO:tasks.workunit.client.0.smithi029.stdout:356 2024-07-27T18:36:10.457 INFO:tasks.workunit.client.0.smithi029.stdout:357 2024-07-27T18:36:10.458 INFO:tasks.workunit.client.0.smithi029.stdout:358 2024-07-27T18:36:10.459 INFO:tasks.workunit.client.0.smithi029.stdout:359 2024-07-27T18:36:10.460 INFO:tasks.workunit.client.0.smithi029.stdout:360 2024-07-27T18:36:10.461 INFO:tasks.workunit.client.0.smithi029.stdout:361 2024-07-27T18:36:10.462 INFO:tasks.workunit.client.0.smithi029.stdout:362 2024-07-27T18:36:10.463 INFO:tasks.workunit.client.0.smithi029.stdout:363 2024-07-27T18:36:10.464 INFO:tasks.workunit.client.0.smithi029.stdout:364 2024-07-27T18:36:10.466 INFO:tasks.workunit.client.0.smithi029.stdout:365 2024-07-27T18:36:10.468 INFO:tasks.workunit.client.0.smithi029.stdout:366 2024-07-27T18:36:10.469 INFO:tasks.workunit.client.0.smithi029.stdout:367 2024-07-27T18:36:10.470 INFO:tasks.workunit.client.0.smithi029.stdout:368 2024-07-27T18:36:10.471 INFO:tasks.workunit.client.0.smithi029.stdout:369 2024-07-27T18:36:10.472 INFO:tasks.workunit.client.0.smithi029.stdout:370 2024-07-27T18:36:10.473 INFO:tasks.workunit.client.0.smithi029.stdout:371 2024-07-27T18:36:10.474 INFO:tasks.workunit.client.0.smithi029.stdout:372 2024-07-27T18:36:10.475 INFO:tasks.workunit.client.0.smithi029.stdout:373 2024-07-27T18:36:10.476 INFO:tasks.workunit.client.0.smithi029.stdout:374 2024-07-27T18:36:10.477 INFO:tasks.workunit.client.0.smithi029.stdout:375 2024-07-27T18:36:10.478 INFO:tasks.workunit.client.0.smithi029.stdout:376 2024-07-27T18:36:10.479 INFO:tasks.workunit.client.0.smithi029.stdout:377 2024-07-27T18:36:10.480 INFO:tasks.workunit.client.0.smithi029.stdout:378 2024-07-27T18:36:10.482 INFO:tasks.workunit.client.0.smithi029.stdout:379 2024-07-27T18:36:10.482 INFO:tasks.workunit.client.0.smithi029.stdout:380 2024-07-27T18:36:10.483 INFO:tasks.workunit.client.0.smithi029.stdout:381 2024-07-27T18:36:10.484 INFO:tasks.workunit.client.0.smithi029.stdout:382 2024-07-27T18:36:10.485 INFO:tasks.workunit.client.0.smithi029.stdout:383 2024-07-27T18:36:10.486 INFO:tasks.workunit.client.0.smithi029.stdout:384 2024-07-27T18:36:10.488 INFO:tasks.workunit.client.0.smithi029.stdout:385 2024-07-27T18:36:10.489 INFO:tasks.workunit.client.0.smithi029.stdout:386 2024-07-27T18:36:10.490 INFO:tasks.workunit.client.0.smithi029.stdout:387 2024-07-27T18:36:10.491 INFO:tasks.workunit.client.0.smithi029.stdout:388 2024-07-27T18:36:10.492 INFO:tasks.workunit.client.0.smithi029.stdout:389 2024-07-27T18:36:10.493 INFO:tasks.workunit.client.0.smithi029.stdout:390 2024-07-27T18:36:10.494 INFO:tasks.workunit.client.0.smithi029.stdout:391 2024-07-27T18:36:10.495 INFO:tasks.workunit.client.0.smithi029.stdout:392 2024-07-27T18:36:10.496 INFO:tasks.workunit.client.0.smithi029.stdout:393 2024-07-27T18:36:10.498 INFO:tasks.workunit.client.0.smithi029.stdout:394 2024-07-27T18:36:10.499 INFO:tasks.workunit.client.0.smithi029.stdout:395 2024-07-27T18:36:10.500 INFO:tasks.workunit.client.0.smithi029.stdout:396 2024-07-27T18:36:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:10 smithi029 ceph-mon[99353]: pgmap v1108: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:10 smithi029 ceph-mon[99353]: osdmap e945: 8 total, 8 up, 8 in 2024-07-27T18:36:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:10 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1397911904' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:10 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:10 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:10 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:36:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:10 smithi029 ceph-mon[96870]: pgmap v1108: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:10 smithi029 ceph-mon[96870]: osdmap e945: 8 total, 8 up, 8 in 2024-07-27T18:36:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:10 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1397911904' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:10 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:10 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:10.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:10 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:36:10.502 INFO:tasks.workunit.client.0.smithi029.stdout:397 2024-07-27T18:36:10.502 INFO:tasks.workunit.client.0.smithi029.stdout:398 2024-07-27T18:36:10.503 INFO:tasks.workunit.client.0.smithi029.stdout:399 2024-07-27T18:36:10.504 INFO:tasks.workunit.client.0.smithi029.stdout:400 2024-07-27T18:36:10.506 INFO:tasks.workunit.client.0.smithi029.stdout:401 2024-07-27T18:36:10.507 INFO:tasks.workunit.client.0.smithi029.stdout:402 2024-07-27T18:36:10.508 INFO:tasks.workunit.client.0.smithi029.stdout:403 2024-07-27T18:36:10.509 INFO:tasks.workunit.client.0.smithi029.stdout:404 2024-07-27T18:36:10.510 INFO:tasks.workunit.client.0.smithi029.stdout:405 2024-07-27T18:36:10.515 INFO:tasks.workunit.client.0.smithi029.stdout:406 2024-07-27T18:36:10.515 INFO:tasks.workunit.client.0.smithi029.stdout:407 2024-07-27T18:36:10.515 INFO:tasks.workunit.client.0.smithi029.stdout:408 2024-07-27T18:36:10.515 INFO:tasks.workunit.client.0.smithi029.stdout:409 2024-07-27T18:36:10.516 INFO:tasks.workunit.client.0.smithi029.stdout:410 2024-07-27T18:36:10.518 INFO:tasks.workunit.client.0.smithi029.stdout:411 2024-07-27T18:36:10.519 INFO:tasks.workunit.client.0.smithi029.stdout:412 2024-07-27T18:36:10.520 INFO:tasks.workunit.client.0.smithi029.stdout:413 2024-07-27T18:36:10.521 INFO:tasks.workunit.client.0.smithi029.stdout:414 2024-07-27T18:36:10.522 INFO:tasks.workunit.client.0.smithi029.stdout:415 2024-07-27T18:36:10.523 INFO:tasks.workunit.client.0.smithi029.stdout:416 2024-07-27T18:36:10.525 INFO:tasks.workunit.client.0.smithi029.stdout:417 2024-07-27T18:36:10.526 INFO:tasks.workunit.client.0.smithi029.stdout:418 2024-07-27T18:36:10.527 INFO:tasks.workunit.client.0.smithi029.stdout:419 2024-07-27T18:36:10.528 INFO:tasks.workunit.client.0.smithi029.stdout:420 2024-07-27T18:36:10.529 INFO:tasks.workunit.client.0.smithi029.stdout:421 2024-07-27T18:36:10.530 INFO:tasks.workunit.client.0.smithi029.stdout:422 2024-07-27T18:36:10.531 INFO:tasks.workunit.client.0.smithi029.stdout:423 2024-07-27T18:36:10.533 INFO:tasks.workunit.client.0.smithi029.stdout:424 2024-07-27T18:36:10.534 INFO:tasks.workunit.client.0.smithi029.stdout:425 2024-07-27T18:36:10.535 INFO:tasks.workunit.client.0.smithi029.stdout:426 2024-07-27T18:36:10.536 INFO:tasks.workunit.client.0.smithi029.stdout:427 2024-07-27T18:36:10.537 INFO:tasks.workunit.client.0.smithi029.stdout:428 2024-07-27T18:36:10.538 INFO:tasks.workunit.client.0.smithi029.stdout:429 2024-07-27T18:36:10.539 INFO:tasks.workunit.client.0.smithi029.stdout:430 2024-07-27T18:36:10.541 INFO:tasks.workunit.client.0.smithi029.stdout:431 2024-07-27T18:36:10.542 INFO:tasks.workunit.client.0.smithi029.stdout:432 2024-07-27T18:36:10.543 INFO:tasks.workunit.client.0.smithi029.stdout:433 2024-07-27T18:36:10.544 INFO:tasks.workunit.client.0.smithi029.stdout:434 2024-07-27T18:36:10.545 INFO:tasks.workunit.client.0.smithi029.stdout:435 2024-07-27T18:36:10.547 INFO:tasks.workunit.client.0.smithi029.stdout:436 2024-07-27T18:36:10.548 INFO:tasks.workunit.client.0.smithi029.stdout:437 2024-07-27T18:36:10.549 INFO:tasks.workunit.client.0.smithi029.stdout:438 2024-07-27T18:36:10.550 INFO:tasks.workunit.client.0.smithi029.stdout:439 2024-07-27T18:36:10.551 INFO:tasks.workunit.client.0.smithi029.stdout:440 2024-07-27T18:36:10.553 INFO:tasks.workunit.client.0.smithi029.stdout:441 2024-07-27T18:36:10.554 INFO:tasks.workunit.client.0.smithi029.stdout:442 2024-07-27T18:36:10.555 INFO:tasks.workunit.client.0.smithi029.stdout:443 2024-07-27T18:36:10.556 INFO:tasks.workunit.client.0.smithi029.stdout:444 2024-07-27T18:36:10.557 INFO:tasks.workunit.client.0.smithi029.stdout:445 2024-07-27T18:36:10.559 INFO:tasks.workunit.client.0.smithi029.stdout:446 2024-07-27T18:36:10.560 INFO:tasks.workunit.client.0.smithi029.stdout:447 2024-07-27T18:36:10.561 INFO:tasks.workunit.client.0.smithi029.stdout:448 2024-07-27T18:36:10.562 INFO:tasks.workunit.client.0.smithi029.stdout:449 2024-07-27T18:36:10.563 INFO:tasks.workunit.client.0.smithi029.stdout:450 2024-07-27T18:36:10.564 INFO:tasks.workunit.client.0.smithi029.stdout:451 2024-07-27T18:36:10.566 INFO:tasks.workunit.client.0.smithi029.stdout:452 2024-07-27T18:36:10.567 INFO:tasks.workunit.client.0.smithi029.stdout:453 2024-07-27T18:36:10.568 INFO:tasks.workunit.client.0.smithi029.stdout:454 2024-07-27T18:36:10.569 INFO:tasks.workunit.client.0.smithi029.stdout:455 2024-07-27T18:36:10.570 INFO:tasks.workunit.client.0.smithi029.stdout:456 2024-07-27T18:36:10.572 INFO:tasks.workunit.client.0.smithi029.stdout:457 2024-07-27T18:36:10.573 INFO:tasks.workunit.client.0.smithi029.stdout:458 2024-07-27T18:36:10.574 INFO:tasks.workunit.client.0.smithi029.stdout:459 2024-07-27T18:36:10.575 INFO:tasks.workunit.client.0.smithi029.stdout:460 2024-07-27T18:36:10.576 INFO:tasks.workunit.client.0.smithi029.stdout:461 2024-07-27T18:36:10.578 INFO:tasks.workunit.client.0.smithi029.stdout:462 2024-07-27T18:36:10.579 INFO:tasks.workunit.client.0.smithi029.stdout:463 2024-07-27T18:36:10.581 INFO:tasks.workunit.client.0.smithi029.stdout:464 2024-07-27T18:36:10.582 INFO:tasks.workunit.client.0.smithi029.stdout:465 2024-07-27T18:36:10.584 INFO:tasks.workunit.client.0.smithi029.stdout:466 2024-07-27T18:36:10.584 INFO:tasks.workunit.client.0.smithi029.stdout:467 2024-07-27T18:36:10.586 INFO:tasks.workunit.client.0.smithi029.stdout:468 2024-07-27T18:36:10.586 INFO:tasks.workunit.client.0.smithi029.stdout:469 2024-07-27T18:36:10.587 INFO:tasks.workunit.client.0.smithi029.stdout:470 2024-07-27T18:36:10.588 INFO:tasks.workunit.client.0.smithi029.stdout:471 2024-07-27T18:36:10.589 INFO:tasks.workunit.client.0.smithi029.stdout:472 2024-07-27T18:36:10.590 INFO:tasks.workunit.client.0.smithi029.stdout:473 2024-07-27T18:36:10.592 INFO:tasks.workunit.client.0.smithi029.stdout:474 2024-07-27T18:36:10.593 INFO:tasks.workunit.client.0.smithi029.stdout:475 2024-07-27T18:36:10.594 INFO:tasks.workunit.client.0.smithi029.stdout:476 2024-07-27T18:36:10.595 INFO:tasks.workunit.client.0.smithi029.stdout:477 2024-07-27T18:36:10.596 INFO:tasks.workunit.client.0.smithi029.stdout:478 2024-07-27T18:36:10.597 INFO:tasks.workunit.client.0.smithi029.stdout:479 2024-07-27T18:36:10.598 INFO:tasks.workunit.client.0.smithi029.stdout:480 2024-07-27T18:36:10.599 INFO:tasks.workunit.client.0.smithi029.stdout:481 2024-07-27T18:36:10.600 INFO:tasks.workunit.client.0.smithi029.stdout:482 2024-07-27T18:36:10.601 INFO:tasks.workunit.client.0.smithi029.stdout:483 2024-07-27T18:36:10.602 INFO:tasks.workunit.client.0.smithi029.stdout:484 2024-07-27T18:36:10.603 INFO:tasks.workunit.client.0.smithi029.stdout:485 2024-07-27T18:36:10.604 INFO:tasks.workunit.client.0.smithi029.stdout:486 2024-07-27T18:36:10.605 INFO:tasks.workunit.client.0.smithi029.stdout:487 2024-07-27T18:36:10.606 INFO:tasks.workunit.client.0.smithi029.stdout:488 2024-07-27T18:36:10.607 INFO:tasks.workunit.client.0.smithi029.stdout:489 2024-07-27T18:36:10.608 INFO:tasks.workunit.client.0.smithi029.stdout:490 2024-07-27T18:36:10.609 INFO:tasks.workunit.client.0.smithi029.stdout:491 2024-07-27T18:36:10.610 INFO:tasks.workunit.client.0.smithi029.stdout:492 2024-07-27T18:36:10.611 INFO:tasks.workunit.client.0.smithi029.stdout:493 2024-07-27T18:36:10.612 INFO:tasks.workunit.client.0.smithi029.stdout:494 2024-07-27T18:36:10.612 INFO:tasks.workunit.client.0.smithi029.stdout:495 2024-07-27T18:36:10.613 INFO:tasks.workunit.client.0.smithi029.stdout:496 2024-07-27T18:36:10.614 INFO:tasks.workunit.client.0.smithi029.stdout:497 2024-07-27T18:36:10.615 INFO:tasks.workunit.client.0.smithi029.stdout:498 2024-07-27T18:36:10.616 INFO:tasks.workunit.client.0.smithi029.stdout:499 2024-07-27T18:36:10.617 INFO:tasks.workunit.client.0.smithi029.stdout:500 2024-07-27T18:36:10.620 INFO:tasks.workunit.client.0.smithi029.stdout:501 2024-07-27T18:36:10.620 INFO:tasks.workunit.client.0.smithi029.stdout:502 2024-07-27T18:36:10.620 INFO:tasks.workunit.client.0.smithi029.stdout:503 2024-07-27T18:36:10.621 INFO:tasks.workunit.client.0.smithi029.stdout:504 2024-07-27T18:36:10.622 INFO:tasks.workunit.client.0.smithi029.stdout:505 2024-07-27T18:36:10.623 INFO:tasks.workunit.client.0.smithi029.stdout:506 2024-07-27T18:36:10.624 INFO:tasks.workunit.client.0.smithi029.stdout:507 2024-07-27T18:36:10.625 INFO:tasks.workunit.client.0.smithi029.stdout:508 2024-07-27T18:36:10.626 INFO:tasks.workunit.client.0.smithi029.stdout:509 2024-07-27T18:36:10.627 INFO:tasks.workunit.client.0.smithi029.stdout:510 2024-07-27T18:36:10.628 INFO:tasks.workunit.client.0.smithi029.stdout:511 2024-07-27T18:36:10.629 INFO:tasks.workunit.client.0.smithi029.stdout:512 2024-07-27T18:36:10.630 INFO:tasks.workunit.client.0.smithi029.stdout:513 2024-07-27T18:36:10.632 INFO:tasks.workunit.client.0.smithi029.stdout:514 2024-07-27T18:36:10.633 INFO:tasks.workunit.client.0.smithi029.stdout:515 2024-07-27T18:36:10.634 INFO:tasks.workunit.client.0.smithi029.stdout:516 2024-07-27T18:36:10.635 INFO:tasks.workunit.client.0.smithi029.stdout:517 2024-07-27T18:36:10.636 INFO:tasks.workunit.client.0.smithi029.stdout:518 2024-07-27T18:36:10.637 INFO:tasks.workunit.client.0.smithi029.stdout:519 2024-07-27T18:36:10.638 INFO:tasks.workunit.client.0.smithi029.stdout:520 2024-07-27T18:36:10.639 INFO:tasks.workunit.client.0.smithi029.stdout:521 2024-07-27T18:36:10.640 INFO:tasks.workunit.client.0.smithi029.stdout:522 2024-07-27T18:36:10.641 INFO:tasks.workunit.client.0.smithi029.stdout:523 2024-07-27T18:36:10.642 INFO:tasks.workunit.client.0.smithi029.stdout:524 2024-07-27T18:36:10.643 INFO:tasks.workunit.client.0.smithi029.stdout:525 2024-07-27T18:36:10.644 INFO:tasks.workunit.client.0.smithi029.stdout:526 2024-07-27T18:36:10.645 INFO:tasks.workunit.client.0.smithi029.stdout:527 2024-07-27T18:36:10.646 INFO:tasks.workunit.client.0.smithi029.stdout:528 2024-07-27T18:36:10.647 INFO:tasks.workunit.client.0.smithi029.stdout:529 2024-07-27T18:36:10.648 INFO:tasks.workunit.client.0.smithi029.stdout:530 2024-07-27T18:36:10.649 INFO:tasks.workunit.client.0.smithi029.stdout:531 2024-07-27T18:36:10.650 INFO:tasks.workunit.client.0.smithi029.stdout:532 2024-07-27T18:36:10.651 INFO:tasks.workunit.client.0.smithi029.stdout:533 2024-07-27T18:36:10.652 INFO:tasks.workunit.client.0.smithi029.stdout:534 2024-07-27T18:36:10.653 INFO:tasks.workunit.client.0.smithi029.stdout:535 2024-07-27T18:36:10.654 INFO:tasks.workunit.client.0.smithi029.stdout:536 2024-07-27T18:36:10.655 INFO:tasks.workunit.client.0.smithi029.stdout:537 2024-07-27T18:36:10.656 INFO:tasks.workunit.client.0.smithi029.stdout:538 2024-07-27T18:36:10.657 INFO:tasks.workunit.client.0.smithi029.stdout:539 2024-07-27T18:36:10.658 INFO:tasks.workunit.client.0.smithi029.stdout:540 2024-07-27T18:36:10.659 INFO:tasks.workunit.client.0.smithi029.stdout:541 2024-07-27T18:36:10.660 INFO:tasks.workunit.client.0.smithi029.stdout:542 2024-07-27T18:36:10.661 INFO:tasks.workunit.client.0.smithi029.stdout:543 2024-07-27T18:36:10.662 INFO:tasks.workunit.client.0.smithi029.stdout:544 2024-07-27T18:36:10.663 INFO:tasks.workunit.client.0.smithi029.stdout:545 2024-07-27T18:36:10.664 INFO:tasks.workunit.client.0.smithi029.stdout:546 2024-07-27T18:36:10.665 INFO:tasks.workunit.client.0.smithi029.stdout:547 2024-07-27T18:36:10.666 INFO:tasks.workunit.client.0.smithi029.stdout:548 2024-07-27T18:36:10.667 INFO:tasks.workunit.client.0.smithi029.stdout:549 2024-07-27T18:36:10.668 INFO:tasks.workunit.client.0.smithi029.stdout:550 2024-07-27T18:36:10.669 INFO:tasks.workunit.client.0.smithi029.stdout:551 2024-07-27T18:36:10.670 INFO:tasks.workunit.client.0.smithi029.stdout:552 2024-07-27T18:36:10.671 INFO:tasks.workunit.client.0.smithi029.stdout:553 2024-07-27T18:36:10.672 INFO:tasks.workunit.client.0.smithi029.stdout:554 2024-07-27T18:36:10.673 INFO:tasks.workunit.client.0.smithi029.stdout:555 2024-07-27T18:36:10.674 INFO:tasks.workunit.client.0.smithi029.stdout:556 2024-07-27T18:36:10.675 INFO:tasks.workunit.client.0.smithi029.stdout:557 2024-07-27T18:36:10.676 INFO:tasks.workunit.client.0.smithi029.stdout:558 2024-07-27T18:36:10.677 INFO:tasks.workunit.client.0.smithi029.stdout:559 2024-07-27T18:36:10.678 INFO:tasks.workunit.client.0.smithi029.stdout:560 2024-07-27T18:36:10.679 INFO:tasks.workunit.client.0.smithi029.stdout:561 2024-07-27T18:36:10.680 INFO:tasks.workunit.client.0.smithi029.stdout:562 2024-07-27T18:36:10.681 INFO:tasks.workunit.client.0.smithi029.stdout:563 2024-07-27T18:36:10.682 INFO:tasks.workunit.client.0.smithi029.stdout:564 2024-07-27T18:36:10.683 INFO:tasks.workunit.client.0.smithi029.stdout:565 2024-07-27T18:36:10.685 INFO:tasks.workunit.client.0.smithi029.stdout:566 2024-07-27T18:36:10.686 INFO:tasks.workunit.client.0.smithi029.stdout:567 2024-07-27T18:36:10.686 INFO:tasks.workunit.client.0.smithi029.stdout:568 2024-07-27T18:36:10.688 INFO:tasks.workunit.client.0.smithi029.stdout:569 2024-07-27T18:36:10.689 INFO:tasks.workunit.client.0.smithi029.stdout:570 2024-07-27T18:36:10.690 INFO:tasks.workunit.client.0.smithi029.stdout:571 2024-07-27T18:36:10.691 INFO:tasks.workunit.client.0.smithi029.stdout:572 2024-07-27T18:36:10.692 INFO:tasks.workunit.client.0.smithi029.stdout:573 2024-07-27T18:36:10.693 INFO:tasks.workunit.client.0.smithi029.stdout:574 2024-07-27T18:36:10.694 INFO:tasks.workunit.client.0.smithi029.stdout:575 2024-07-27T18:36:10.695 INFO:tasks.workunit.client.0.smithi029.stdout:576 2024-07-27T18:36:10.696 INFO:tasks.workunit.client.0.smithi029.stdout:577 2024-07-27T18:36:10.697 INFO:tasks.workunit.client.0.smithi029.stdout:578 2024-07-27T18:36:10.698 INFO:tasks.workunit.client.0.smithi029.stdout:579 2024-07-27T18:36:10.699 INFO:tasks.workunit.client.0.smithi029.stdout:580 2024-07-27T18:36:10.700 INFO:tasks.workunit.client.0.smithi029.stdout:581 2024-07-27T18:36:10.701 INFO:tasks.workunit.client.0.smithi029.stdout:582 2024-07-27T18:36:10.702 INFO:tasks.workunit.client.0.smithi029.stdout:583 2024-07-27T18:36:10.703 INFO:tasks.workunit.client.0.smithi029.stdout:584 2024-07-27T18:36:10.704 INFO:tasks.workunit.client.0.smithi029.stdout:585 2024-07-27T18:36:10.705 INFO:tasks.workunit.client.0.smithi029.stdout:586 2024-07-27T18:36:10.706 INFO:tasks.workunit.client.0.smithi029.stdout:587 2024-07-27T18:36:10.707 INFO:tasks.workunit.client.0.smithi029.stdout:588 2024-07-27T18:36:10.708 INFO:tasks.workunit.client.0.smithi029.stdout:589 2024-07-27T18:36:10.709 INFO:tasks.workunit.client.0.smithi029.stdout:590 2024-07-27T18:36:10.710 INFO:tasks.workunit.client.0.smithi029.stdout:591 2024-07-27T18:36:10.711 INFO:tasks.workunit.client.0.smithi029.stdout:592 2024-07-27T18:36:10.712 INFO:tasks.workunit.client.0.smithi029.stdout:593 2024-07-27T18:36:10.713 INFO:tasks.workunit.client.0.smithi029.stdout:594 2024-07-27T18:36:10.715 INFO:tasks.workunit.client.0.smithi029.stdout:595 2024-07-27T18:36:10.718 INFO:tasks.workunit.client.0.smithi029.stdout:596 2024-07-27T18:36:10.719 INFO:tasks.workunit.client.0.smithi029.stdout:597 2024-07-27T18:36:10.719 INFO:tasks.workunit.client.0.smithi029.stdout:598 2024-07-27T18:36:10.719 INFO:tasks.workunit.client.0.smithi029.stdout:599 2024-07-27T18:36:10.719 INFO:tasks.workunit.client.0.smithi029.stdout:600 2024-07-27T18:36:10.720 INFO:tasks.workunit.client.0.smithi029.stdout:601 2024-07-27T18:36:10.721 INFO:tasks.workunit.client.0.smithi029.stdout:602 2024-07-27T18:36:10.722 INFO:tasks.workunit.client.0.smithi029.stdout:603 2024-07-27T18:36:10.723 INFO:tasks.workunit.client.0.smithi029.stdout:604 2024-07-27T18:36:10.724 INFO:tasks.workunit.client.0.smithi029.stdout:605 2024-07-27T18:36:10.726 INFO:tasks.workunit.client.0.smithi029.stdout:606 2024-07-27T18:36:10.726 INFO:tasks.workunit.client.0.smithi029.stdout:607 2024-07-27T18:36:10.728 INFO:tasks.workunit.client.0.smithi029.stdout:608 2024-07-27T18:36:10.729 INFO:tasks.workunit.client.0.smithi029.stdout:609 2024-07-27T18:36:10.730 INFO:tasks.workunit.client.0.smithi029.stdout:610 2024-07-27T18:36:10.731 INFO:tasks.workunit.client.0.smithi029.stdout:611 2024-07-27T18:36:10.732 INFO:tasks.workunit.client.0.smithi029.stdout:612 2024-07-27T18:36:10.733 INFO:tasks.workunit.client.0.smithi029.stdout:613 2024-07-27T18:36:10.734 INFO:tasks.workunit.client.0.smithi029.stdout:614 2024-07-27T18:36:10.735 INFO:tasks.workunit.client.0.smithi029.stdout:615 2024-07-27T18:36:10.736 INFO:tasks.workunit.client.0.smithi029.stdout:616 2024-07-27T18:36:10.737 INFO:tasks.workunit.client.0.smithi029.stdout:617 2024-07-27T18:36:10.738 INFO:tasks.workunit.client.0.smithi029.stdout:618 2024-07-27T18:36:10.739 INFO:tasks.workunit.client.0.smithi029.stdout:619 2024-07-27T18:36:10.740 INFO:tasks.workunit.client.0.smithi029.stdout:620 2024-07-27T18:36:10.742 INFO:tasks.workunit.client.0.smithi029.stdout:621 2024-07-27T18:36:10.743 INFO:tasks.workunit.client.0.smithi029.stdout:622 2024-07-27T18:36:10.744 INFO:tasks.workunit.client.0.smithi029.stdout:623 2024-07-27T18:36:10.745 INFO:tasks.workunit.client.0.smithi029.stdout:624 2024-07-27T18:36:10.746 INFO:tasks.workunit.client.0.smithi029.stdout:625 2024-07-27T18:36:10.747 INFO:tasks.workunit.client.0.smithi029.stdout:626 2024-07-27T18:36:10.748 INFO:tasks.workunit.client.0.smithi029.stdout:627 2024-07-27T18:36:10.749 INFO:tasks.workunit.client.0.smithi029.stdout:628 2024-07-27T18:36:10.750 INFO:tasks.workunit.client.0.smithi029.stdout:629 2024-07-27T18:36:10.751 INFO:tasks.workunit.client.0.smithi029.stdout:630 2024-07-27T18:36:10.752 INFO:tasks.workunit.client.0.smithi029.stdout:631 2024-07-27T18:36:10.753 INFO:tasks.workunit.client.0.smithi029.stdout:632 2024-07-27T18:36:10.754 INFO:tasks.workunit.client.0.smithi029.stdout:633 2024-07-27T18:36:10.755 INFO:tasks.workunit.client.0.smithi029.stdout:634 2024-07-27T18:36:10.756 INFO:tasks.workunit.client.0.smithi029.stdout:635 2024-07-27T18:36:10.757 INFO:tasks.workunit.client.0.smithi029.stdout:636 2024-07-27T18:36:10.758 INFO:tasks.workunit.client.0.smithi029.stdout:637 2024-07-27T18:36:10.759 INFO:tasks.workunit.client.0.smithi029.stdout:638 2024-07-27T18:36:10.761 INFO:tasks.workunit.client.0.smithi029.stdout:639 2024-07-27T18:36:10.762 INFO:tasks.workunit.client.0.smithi029.stdout:640 2024-07-27T18:36:10.763 INFO:tasks.workunit.client.0.smithi029.stdout:641 2024-07-27T18:36:10.764 INFO:tasks.workunit.client.0.smithi029.stdout:642 2024-07-27T18:36:10.766 INFO:tasks.workunit.client.0.smithi029.stdout:643 2024-07-27T18:36:10.767 INFO:tasks.workunit.client.0.smithi029.stdout:644 2024-07-27T18:36:10.768 INFO:tasks.workunit.client.0.smithi029.stdout:645 2024-07-27T18:36:10.770 INFO:tasks.workunit.client.0.smithi029.stdout:646 2024-07-27T18:36:10.771 INFO:tasks.workunit.client.0.smithi029.stdout:647 2024-07-27T18:36:10.772 INFO:tasks.workunit.client.0.smithi029.stdout:648 2024-07-27T18:36:10.774 INFO:tasks.workunit.client.0.smithi029.stdout:649 2024-07-27T18:36:10.775 INFO:tasks.workunit.client.0.smithi029.stdout:650 2024-07-27T18:36:10.776 INFO:tasks.workunit.client.0.smithi029.stdout:651 2024-07-27T18:36:10.777 INFO:tasks.workunit.client.0.smithi029.stdout:652 2024-07-27T18:36:10.778 INFO:tasks.workunit.client.0.smithi029.stdout:653 2024-07-27T18:36:10.780 INFO:tasks.workunit.client.0.smithi029.stdout:654 2024-07-27T18:36:10.781 INFO:tasks.workunit.client.0.smithi029.stdout:655 2024-07-27T18:36:10.782 INFO:tasks.workunit.client.0.smithi029.stdout:656 2024-07-27T18:36:10.783 INFO:tasks.workunit.client.0.smithi029.stdout:657 2024-07-27T18:36:10.785 INFO:tasks.workunit.client.0.smithi029.stdout:658 2024-07-27T18:36:10.786 INFO:tasks.workunit.client.0.smithi029.stdout:659 2024-07-27T18:36:10.787 INFO:tasks.workunit.client.0.smithi029.stdout:660 2024-07-27T18:36:10.788 INFO:tasks.workunit.client.0.smithi029.stdout:661 2024-07-27T18:36:10.789 INFO:tasks.workunit.client.0.smithi029.stdout:662 2024-07-27T18:36:10.791 INFO:tasks.workunit.client.0.smithi029.stdout:663 2024-07-27T18:36:10.792 INFO:tasks.workunit.client.0.smithi029.stdout:664 2024-07-27T18:36:10.793 INFO:tasks.workunit.client.0.smithi029.stdout:665 2024-07-27T18:36:10.794 INFO:tasks.workunit.client.0.smithi029.stdout:666 2024-07-27T18:36:10.795 INFO:tasks.workunit.client.0.smithi029.stdout:667 2024-07-27T18:36:10.796 INFO:tasks.workunit.client.0.smithi029.stdout:668 2024-07-27T18:36:10.798 INFO:tasks.workunit.client.0.smithi029.stdout:669 2024-07-27T18:36:10.799 INFO:tasks.workunit.client.0.smithi029.stdout:670 2024-07-27T18:36:10.800 INFO:tasks.workunit.client.0.smithi029.stdout:671 2024-07-27T18:36:10.801 INFO:tasks.workunit.client.0.smithi029.stdout:672 2024-07-27T18:36:10.802 INFO:tasks.workunit.client.0.smithi029.stdout:673 2024-07-27T18:36:10.803 INFO:tasks.workunit.client.0.smithi029.stdout:674 2024-07-27T18:36:10.804 INFO:tasks.workunit.client.0.smithi029.stdout:675 2024-07-27T18:36:10.805 INFO:tasks.workunit.client.0.smithi029.stdout:676 2024-07-27T18:36:10.806 INFO:tasks.workunit.client.0.smithi029.stdout:677 2024-07-27T18:36:10.807 INFO:tasks.workunit.client.0.smithi029.stdout:678 2024-07-27T18:36:10.808 INFO:tasks.workunit.client.0.smithi029.stdout:679 2024-07-27T18:36:10.809 INFO:tasks.workunit.client.0.smithi029.stdout:680 2024-07-27T18:36:10.810 INFO:tasks.workunit.client.0.smithi029.stdout:681 2024-07-27T18:36:10.811 INFO:tasks.workunit.client.0.smithi029.stdout:682 2024-07-27T18:36:10.813 INFO:tasks.workunit.client.0.smithi029.stdout:683 2024-07-27T18:36:10.814 INFO:tasks.workunit.client.0.smithi029.stdout:684 2024-07-27T18:36:10.815 INFO:tasks.workunit.client.0.smithi029.stdout:685 2024-07-27T18:36:10.816 INFO:tasks.workunit.client.0.smithi029.stdout:686 2024-07-27T18:36:10.817 INFO:tasks.workunit.client.0.smithi029.stdout:687 2024-07-27T18:36:10.818 INFO:tasks.workunit.client.0.smithi029.stdout:688 2024-07-27T18:36:10.819 INFO:tasks.workunit.client.0.smithi029.stdout:689 2024-07-27T18:36:10.820 INFO:tasks.workunit.client.0.smithi029.stdout:690 2024-07-27T18:36:10.821 INFO:tasks.workunit.client.0.smithi029.stdout:691 2024-07-27T18:36:10.822 INFO:tasks.workunit.client.0.smithi029.stdout:692 2024-07-27T18:36:10.824 INFO:tasks.workunit.client.0.smithi029.stdout:693 2024-07-27T18:36:10.825 INFO:tasks.workunit.client.0.smithi029.stdout:694 2024-07-27T18:36:10.826 INFO:tasks.workunit.client.0.smithi029.stdout:695 2024-07-27T18:36:10.827 INFO:tasks.workunit.client.0.smithi029.stdout:696 2024-07-27T18:36:10.828 INFO:tasks.workunit.client.0.smithi029.stdout:697 2024-07-27T18:36:10.829 INFO:tasks.workunit.client.0.smithi029.stdout:698 2024-07-27T18:36:10.830 INFO:tasks.workunit.client.0.smithi029.stdout:699 2024-07-27T18:36:10.831 INFO:tasks.workunit.client.0.smithi029.stdout:700 2024-07-27T18:36:10.832 INFO:tasks.workunit.client.0.smithi029.stdout:701 2024-07-27T18:36:10.833 INFO:tasks.workunit.client.0.smithi029.stdout:702 2024-07-27T18:36:10.834 INFO:tasks.workunit.client.0.smithi029.stdout:703 2024-07-27T18:36:10.835 INFO:tasks.workunit.client.0.smithi029.stdout:704 2024-07-27T18:36:10.836 INFO:tasks.workunit.client.0.smithi029.stdout:705 2024-07-27T18:36:10.837 INFO:tasks.workunit.client.0.smithi029.stdout:706 2024-07-27T18:36:10.838 INFO:tasks.workunit.client.0.smithi029.stdout:707 2024-07-27T18:36:10.840 INFO:tasks.workunit.client.0.smithi029.stdout:708 2024-07-27T18:36:10.841 INFO:tasks.workunit.client.0.smithi029.stdout:709 2024-07-27T18:36:10.842 INFO:tasks.workunit.client.0.smithi029.stdout:710 2024-07-27T18:36:10.843 INFO:tasks.workunit.client.0.smithi029.stdout:711 2024-07-27T18:36:10.844 INFO:tasks.workunit.client.0.smithi029.stdout:712 2024-07-27T18:36:10.845 INFO:tasks.workunit.client.0.smithi029.stdout:713 2024-07-27T18:36:10.846 INFO:tasks.workunit.client.0.smithi029.stdout:714 2024-07-27T18:36:10.847 INFO:tasks.workunit.client.0.smithi029.stdout:715 2024-07-27T18:36:10.848 INFO:tasks.workunit.client.0.smithi029.stdout:716 2024-07-27T18:36:10.849 INFO:tasks.workunit.client.0.smithi029.stdout:717 2024-07-27T18:36:10.850 INFO:tasks.workunit.client.0.smithi029.stdout:718 2024-07-27T18:36:10.851 INFO:tasks.workunit.client.0.smithi029.stdout:719 2024-07-27T18:36:10.852 INFO:tasks.workunit.client.0.smithi029.stdout:720 2024-07-27T18:36:10.853 INFO:tasks.workunit.client.0.smithi029.stdout:721 2024-07-27T18:36:10.854 INFO:tasks.workunit.client.0.smithi029.stdout:722 2024-07-27T18:36:10.855 INFO:tasks.workunit.client.0.smithi029.stdout:723 2024-07-27T18:36:10.856 INFO:tasks.workunit.client.0.smithi029.stdout:724 2024-07-27T18:36:10.858 INFO:tasks.workunit.client.0.smithi029.stdout:725 2024-07-27T18:36:10.859 INFO:tasks.workunit.client.0.smithi029.stdout:726 2024-07-27T18:36:10.860 INFO:tasks.workunit.client.0.smithi029.stdout:727 2024-07-27T18:36:10.861 INFO:tasks.workunit.client.0.smithi029.stdout:728 2024-07-27T18:36:10.862 INFO:tasks.workunit.client.0.smithi029.stdout:729 2024-07-27T18:36:10.863 INFO:tasks.workunit.client.0.smithi029.stdout:730 2024-07-27T18:36:10.864 INFO:tasks.workunit.client.0.smithi029.stdout:731 2024-07-27T18:36:10.865 INFO:tasks.workunit.client.0.smithi029.stdout:732 2024-07-27T18:36:10.866 INFO:tasks.workunit.client.0.smithi029.stdout:733 2024-07-27T18:36:10.867 INFO:tasks.workunit.client.0.smithi029.stdout:734 2024-07-27T18:36:10.868 INFO:tasks.workunit.client.0.smithi029.stdout:735 2024-07-27T18:36:10.869 INFO:tasks.workunit.client.0.smithi029.stdout:736 2024-07-27T18:36:10.870 INFO:tasks.workunit.client.0.smithi029.stdout:737 2024-07-27T18:36:10.871 INFO:tasks.workunit.client.0.smithi029.stdout:738 2024-07-27T18:36:10.872 INFO:tasks.workunit.client.0.smithi029.stdout:739 2024-07-27T18:36:10.874 INFO:tasks.workunit.client.0.smithi029.stdout:740 2024-07-27T18:36:10.875 INFO:tasks.workunit.client.0.smithi029.stdout:741 2024-07-27T18:36:10.876 INFO:tasks.workunit.client.0.smithi029.stdout:742 2024-07-27T18:36:10.877 INFO:tasks.workunit.client.0.smithi029.stdout:743 2024-07-27T18:36:10.878 INFO:tasks.workunit.client.0.smithi029.stdout:744 2024-07-27T18:36:10.879 INFO:tasks.workunit.client.0.smithi029.stdout:745 2024-07-27T18:36:10.880 INFO:tasks.workunit.client.0.smithi029.stdout:746 2024-07-27T18:36:10.881 INFO:tasks.workunit.client.0.smithi029.stdout:747 2024-07-27T18:36:10.882 INFO:tasks.workunit.client.0.smithi029.stdout:748 2024-07-27T18:36:10.883 INFO:tasks.workunit.client.0.smithi029.stdout:749 2024-07-27T18:36:10.884 INFO:tasks.workunit.client.0.smithi029.stdout:750 2024-07-27T18:36:10.886 INFO:tasks.workunit.client.0.smithi029.stdout:751 2024-07-27T18:36:10.887 INFO:tasks.workunit.client.0.smithi029.stdout:752 2024-07-27T18:36:10.888 INFO:tasks.workunit.client.0.smithi029.stdout:753 2024-07-27T18:36:10.889 INFO:tasks.workunit.client.0.smithi029.stdout:754 2024-07-27T18:36:10.890 INFO:tasks.workunit.client.0.smithi029.stdout:755 2024-07-27T18:36:10.891 INFO:tasks.workunit.client.0.smithi029.stdout:756 2024-07-27T18:36:10.892 INFO:tasks.workunit.client.0.smithi029.stdout:757 2024-07-27T18:36:10.893 INFO:tasks.workunit.client.0.smithi029.stdout:758 2024-07-27T18:36:10.895 INFO:tasks.workunit.client.0.smithi029.stdout:759 2024-07-27T18:36:10.896 INFO:tasks.workunit.client.0.smithi029.stdout:760 2024-07-27T18:36:10.897 INFO:tasks.workunit.client.0.smithi029.stdout:761 2024-07-27T18:36:10.898 INFO:tasks.workunit.client.0.smithi029.stdout:762 2024-07-27T18:36:10.899 INFO:tasks.workunit.client.0.smithi029.stdout:763 2024-07-27T18:36:10.901 INFO:tasks.workunit.client.0.smithi029.stdout:764 2024-07-27T18:36:10.902 INFO:tasks.workunit.client.0.smithi029.stdout:765 2024-07-27T18:36:10.903 INFO:tasks.workunit.client.0.smithi029.stdout:766 2024-07-27T18:36:10.904 INFO:tasks.workunit.client.0.smithi029.stdout:767 2024-07-27T18:36:10.905 INFO:tasks.workunit.client.0.smithi029.stdout:768 2024-07-27T18:36:10.906 INFO:tasks.workunit.client.0.smithi029.stdout:769 2024-07-27T18:36:10.907 INFO:tasks.workunit.client.0.smithi029.stdout:770 2024-07-27T18:36:10.908 INFO:tasks.workunit.client.0.smithi029.stdout:771 2024-07-27T18:36:10.909 INFO:tasks.workunit.client.0.smithi029.stdout:772 2024-07-27T18:36:10.910 INFO:tasks.workunit.client.0.smithi029.stdout:773 2024-07-27T18:36:10.911 INFO:tasks.workunit.client.0.smithi029.stdout:774 2024-07-27T18:36:10.913 INFO:tasks.workunit.client.0.smithi029.stdout:775 2024-07-27T18:36:10.914 INFO:tasks.workunit.client.0.smithi029.stdout:776 2024-07-27T18:36:10.915 INFO:tasks.workunit.client.0.smithi029.stdout:777 2024-07-27T18:36:10.916 INFO:tasks.workunit.client.0.smithi029.stdout:778 2024-07-27T18:36:10.917 INFO:tasks.workunit.client.0.smithi029.stdout:779 2024-07-27T18:36:10.918 INFO:tasks.workunit.client.0.smithi029.stdout:780 2024-07-27T18:36:10.919 INFO:tasks.workunit.client.0.smithi029.stdout:781 2024-07-27T18:36:10.920 INFO:tasks.workunit.client.0.smithi029.stdout:782 2024-07-27T18:36:10.921 INFO:tasks.workunit.client.0.smithi029.stdout:783 2024-07-27T18:36:10.923 INFO:tasks.workunit.client.0.smithi029.stdout:784 2024-07-27T18:36:10.924 INFO:tasks.workunit.client.0.smithi029.stdout:785 2024-07-27T18:36:10.925 INFO:tasks.workunit.client.0.smithi029.stdout:786 2024-07-27T18:36:10.926 INFO:tasks.workunit.client.0.smithi029.stdout:787 2024-07-27T18:36:10.927 INFO:tasks.workunit.client.0.smithi029.stdout:788 2024-07-27T18:36:10.929 INFO:tasks.workunit.client.0.smithi029.stdout:789 2024-07-27T18:36:10.929 INFO:tasks.workunit.client.0.smithi029.stdout:790 2024-07-27T18:36:10.930 INFO:tasks.workunit.client.0.smithi029.stdout:791 2024-07-27T18:36:10.931 INFO:tasks.workunit.client.0.smithi029.stdout:792 2024-07-27T18:36:10.933 INFO:tasks.workunit.client.0.smithi029.stdout:793 2024-07-27T18:36:10.933 INFO:tasks.workunit.client.0.smithi029.stdout:794 2024-07-27T18:36:10.934 INFO:tasks.workunit.client.0.smithi029.stdout:795 2024-07-27T18:36:10.936 INFO:tasks.workunit.client.0.smithi029.stdout:796 2024-07-27T18:36:10.937 INFO:tasks.workunit.client.0.smithi029.stdout:797 2024-07-27T18:36:10.938 INFO:tasks.workunit.client.0.smithi029.stdout:798 2024-07-27T18:36:10.939 INFO:tasks.workunit.client.0.smithi029.stdout:799 2024-07-27T18:36:10.940 INFO:tasks.workunit.client.0.smithi029.stdout:800 2024-07-27T18:36:10.941 INFO:tasks.workunit.client.0.smithi029.stdout:801 2024-07-27T18:36:10.942 INFO:tasks.workunit.client.0.smithi029.stdout:802 2024-07-27T18:36:10.944 INFO:tasks.workunit.client.0.smithi029.stdout:803 2024-07-27T18:36:10.945 INFO:tasks.workunit.client.0.smithi029.stdout:804 2024-07-27T18:36:10.946 INFO:tasks.workunit.client.0.smithi029.stdout:805 2024-07-27T18:36:10.947 INFO:tasks.workunit.client.0.smithi029.stdout:806 2024-07-27T18:36:10.948 INFO:tasks.workunit.client.0.smithi029.stdout:807 2024-07-27T18:36:10.949 INFO:tasks.workunit.client.0.smithi029.stdout:808 2024-07-27T18:36:10.950 INFO:tasks.workunit.client.0.smithi029.stdout:809 2024-07-27T18:36:10.951 INFO:tasks.workunit.client.0.smithi029.stdout:810 2024-07-27T18:36:10.953 INFO:tasks.workunit.client.0.smithi029.stdout:811 2024-07-27T18:36:10.954 INFO:tasks.workunit.client.0.smithi029.stdout:812 2024-07-27T18:36:10.955 INFO:tasks.workunit.client.0.smithi029.stdout:813 2024-07-27T18:36:10.956 INFO:tasks.workunit.client.0.smithi029.stdout:814 2024-07-27T18:36:10.957 INFO:tasks.workunit.client.0.smithi029.stdout:815 2024-07-27T18:36:10.958 INFO:tasks.workunit.client.0.smithi029.stdout:816 2024-07-27T18:36:10.959 INFO:tasks.workunit.client.0.smithi029.stdout:817 2024-07-27T18:36:10.960 INFO:tasks.workunit.client.0.smithi029.stdout:818 2024-07-27T18:36:10.961 INFO:tasks.workunit.client.0.smithi029.stdout:819 2024-07-27T18:36:10.962 INFO:tasks.workunit.client.0.smithi029.stdout:820 2024-07-27T18:36:10.964 INFO:tasks.workunit.client.0.smithi029.stdout:821 2024-07-27T18:36:10.965 INFO:tasks.workunit.client.0.smithi029.stdout:822 2024-07-27T18:36:10.966 INFO:tasks.workunit.client.0.smithi029.stdout:823 2024-07-27T18:36:10.967 INFO:tasks.workunit.client.0.smithi029.stdout:824 2024-07-27T18:36:10.968 INFO:tasks.workunit.client.0.smithi029.stdout:825 2024-07-27T18:36:10.970 INFO:tasks.workunit.client.0.smithi029.stdout:826 2024-07-27T18:36:10.971 INFO:tasks.workunit.client.0.smithi029.stdout:827 2024-07-27T18:36:10.972 INFO:tasks.workunit.client.0.smithi029.stdout:828 2024-07-27T18:36:10.973 INFO:tasks.workunit.client.0.smithi029.stdout:829 2024-07-27T18:36:10.974 INFO:tasks.workunit.client.0.smithi029.stdout:830 2024-07-27T18:36:10.975 INFO:tasks.workunit.client.0.smithi029.stdout:831 2024-07-27T18:36:10.976 INFO:tasks.workunit.client.0.smithi029.stdout:832 2024-07-27T18:36:10.977 INFO:tasks.workunit.client.0.smithi029.stdout:833 2024-07-27T18:36:10.979 INFO:tasks.workunit.client.0.smithi029.stdout:834 2024-07-27T18:36:10.980 INFO:tasks.workunit.client.0.smithi029.stdout:835 2024-07-27T18:36:10.981 INFO:tasks.workunit.client.0.smithi029.stdout:836 2024-07-27T18:36:10.982 INFO:tasks.workunit.client.0.smithi029.stdout:837 2024-07-27T18:36:10.983 INFO:tasks.workunit.client.0.smithi029.stdout:838 2024-07-27T18:36:10.984 INFO:tasks.workunit.client.0.smithi029.stdout:839 2024-07-27T18:36:10.985 INFO:tasks.workunit.client.0.smithi029.stdout:840 2024-07-27T18:36:10.986 INFO:tasks.workunit.client.0.smithi029.stdout:841 2024-07-27T18:36:10.987 INFO:tasks.workunit.client.0.smithi029.stdout:842 2024-07-27T18:36:10.988 INFO:tasks.workunit.client.0.smithi029.stdout:843 2024-07-27T18:36:10.989 INFO:tasks.workunit.client.0.smithi029.stdout:844 2024-07-27T18:36:10.990 INFO:tasks.workunit.client.0.smithi029.stdout:845 2024-07-27T18:36:10.991 INFO:tasks.workunit.client.0.smithi029.stdout:846 2024-07-27T18:36:10.992 INFO:tasks.workunit.client.0.smithi029.stdout:847 2024-07-27T18:36:10.993 INFO:tasks.workunit.client.0.smithi029.stdout:848 2024-07-27T18:36:10.994 INFO:tasks.workunit.client.0.smithi029.stdout:849 2024-07-27T18:36:10.995 INFO:tasks.workunit.client.0.smithi029.stdout:850 2024-07-27T18:36:10.997 INFO:tasks.workunit.client.0.smithi029.stdout:851 2024-07-27T18:36:10.998 INFO:tasks.workunit.client.0.smithi029.stdout:852 2024-07-27T18:36:10.999 INFO:tasks.workunit.client.0.smithi029.stdout:853 2024-07-27T18:36:11.000 INFO:tasks.workunit.client.0.smithi029.stdout:854 2024-07-27T18:36:11.001 INFO:tasks.workunit.client.0.smithi029.stdout:855 2024-07-27T18:36:11.002 INFO:tasks.workunit.client.0.smithi029.stdout:856 2024-07-27T18:36:11.003 INFO:tasks.workunit.client.0.smithi029.stdout:857 2024-07-27T18:36:11.004 INFO:tasks.workunit.client.0.smithi029.stdout:858 2024-07-27T18:36:11.005 INFO:tasks.workunit.client.0.smithi029.stdout:859 2024-07-27T18:36:11.007 INFO:tasks.workunit.client.0.smithi029.stdout:860 2024-07-27T18:36:11.008 INFO:tasks.workunit.client.0.smithi029.stdout:861 2024-07-27T18:36:11.009 INFO:tasks.workunit.client.0.smithi029.stdout:862 2024-07-27T18:36:11.010 INFO:tasks.workunit.client.0.smithi029.stdout:863 2024-07-27T18:36:11.011 INFO:tasks.workunit.client.0.smithi029.stdout:864 2024-07-27T18:36:11.012 INFO:tasks.workunit.client.0.smithi029.stdout:865 2024-07-27T18:36:11.013 INFO:tasks.workunit.client.0.smithi029.stdout:866 2024-07-27T18:36:11.014 INFO:tasks.workunit.client.0.smithi029.stdout:867 2024-07-27T18:36:11.016 INFO:tasks.workunit.client.0.smithi029.stdout:868 2024-07-27T18:36:11.017 INFO:tasks.workunit.client.0.smithi029.stdout:869 2024-07-27T18:36:11.018 INFO:tasks.workunit.client.0.smithi029.stdout:870 2024-07-27T18:36:11.019 INFO:tasks.workunit.client.0.smithi029.stdout:871 2024-07-27T18:36:11.020 INFO:tasks.workunit.client.0.smithi029.stdout:872 2024-07-27T18:36:11.021 INFO:tasks.workunit.client.0.smithi029.stdout:873 2024-07-27T18:36:11.022 INFO:tasks.workunit.client.0.smithi029.stdout:874 2024-07-27T18:36:11.023 INFO:tasks.workunit.client.0.smithi029.stdout:875 2024-07-27T18:36:11.025 INFO:tasks.workunit.client.0.smithi029.stdout:876 2024-07-27T18:36:11.026 INFO:tasks.workunit.client.0.smithi029.stdout:877 2024-07-27T18:36:11.028 INFO:tasks.workunit.client.0.smithi029.stdout:878 2024-07-27T18:36:11.029 INFO:tasks.workunit.client.0.smithi029.stdout:879 2024-07-27T18:36:11.030 INFO:tasks.workunit.client.0.smithi029.stdout:880 2024-07-27T18:36:11.032 INFO:tasks.workunit.client.0.smithi029.stdout:881 2024-07-27T18:36:11.033 INFO:tasks.workunit.client.0.smithi029.stdout:882 2024-07-27T18:36:11.034 INFO:tasks.workunit.client.0.smithi029.stdout:883 2024-07-27T18:36:11.035 INFO:tasks.workunit.client.0.smithi029.stdout:884 2024-07-27T18:36:11.037 INFO:tasks.workunit.client.0.smithi029.stdout:885 2024-07-27T18:36:11.038 INFO:tasks.workunit.client.0.smithi029.stdout:886 2024-07-27T18:36:11.039 INFO:tasks.workunit.client.0.smithi029.stdout:887 2024-07-27T18:36:11.040 INFO:tasks.workunit.client.0.smithi029.stdout:888 2024-07-27T18:36:11.041 INFO:tasks.workunit.client.0.smithi029.stdout:889 2024-07-27T18:36:11.042 INFO:tasks.workunit.client.0.smithi029.stdout:890 2024-07-27T18:36:11.043 INFO:tasks.workunit.client.0.smithi029.stdout:891 2024-07-27T18:36:11.044 INFO:tasks.workunit.client.0.smithi029.stdout:892 2024-07-27T18:36:11.045 INFO:tasks.workunit.client.0.smithi029.stdout:893 2024-07-27T18:36:11.047 INFO:tasks.workunit.client.0.smithi029.stdout:894 2024-07-27T18:36:11.048 INFO:tasks.workunit.client.0.smithi029.stdout:895 2024-07-27T18:36:11.049 INFO:tasks.workunit.client.0.smithi029.stdout:896 2024-07-27T18:36:11.050 INFO:tasks.workunit.client.0.smithi029.stdout:897 2024-07-27T18:36:11.051 INFO:tasks.workunit.client.0.smithi029.stdout:898 2024-07-27T18:36:11.052 INFO:tasks.workunit.client.0.smithi029.stdout:899 2024-07-27T18:36:11.054 INFO:tasks.workunit.client.0.smithi029.stdout:900 2024-07-27T18:36:11.055 INFO:tasks.workunit.client.0.smithi029.stdout:901 2024-07-27T18:36:11.056 INFO:tasks.workunit.client.0.smithi029.stdout:902 2024-07-27T18:36:11.057 INFO:tasks.workunit.client.0.smithi029.stdout:903 2024-07-27T18:36:11.058 INFO:tasks.workunit.client.0.smithi029.stdout:904 2024-07-27T18:36:11.059 INFO:tasks.workunit.client.0.smithi029.stdout:905 2024-07-27T18:36:11.060 INFO:tasks.workunit.client.0.smithi029.stdout:906 2024-07-27T18:36:11.061 INFO:tasks.workunit.client.0.smithi029.stdout:907 2024-07-27T18:36:11.063 INFO:tasks.workunit.client.0.smithi029.stdout:908 2024-07-27T18:36:11.064 INFO:tasks.workunit.client.0.smithi029.stdout:909 2024-07-27T18:36:11.065 INFO:tasks.workunit.client.0.smithi029.stdout:910 2024-07-27T18:36:11.066 INFO:tasks.workunit.client.0.smithi029.stdout:911 2024-07-27T18:36:11.067 INFO:tasks.workunit.client.0.smithi029.stdout:912 2024-07-27T18:36:11.068 INFO:tasks.workunit.client.0.smithi029.stdout:913 2024-07-27T18:36:11.069 INFO:tasks.workunit.client.0.smithi029.stdout:914 2024-07-27T18:36:11.072 INFO:tasks.workunit.client.0.smithi029.stdout:915 2024-07-27T18:36:11.075 INFO:tasks.workunit.client.0.smithi029.stdout:916 2024-07-27T18:36:11.077 INFO:tasks.workunit.client.0.smithi029.stdout:917 2024-07-27T18:36:11.078 INFO:tasks.workunit.client.0.smithi029.stdout:918 2024-07-27T18:36:11.079 INFO:tasks.workunit.client.0.smithi029.stdout:919 2024-07-27T18:36:11.081 INFO:tasks.workunit.client.0.smithi029.stdout:920 2024-07-27T18:36:11.082 INFO:tasks.workunit.client.0.smithi029.stdout:921 2024-07-27T18:36:11.083 INFO:tasks.workunit.client.0.smithi029.stdout:922 2024-07-27T18:36:11.084 INFO:tasks.workunit.client.0.smithi029.stdout:923 2024-07-27T18:36:11.085 INFO:tasks.workunit.client.0.smithi029.stdout:924 2024-07-27T18:36:11.087 INFO:tasks.workunit.client.0.smithi029.stdout:925 2024-07-27T18:36:11.087 INFO:tasks.workunit.client.0.smithi029.stdout:926 2024-07-27T18:36:11.088 INFO:tasks.workunit.client.0.smithi029.stdout:927 2024-07-27T18:36:11.089 INFO:tasks.workunit.client.0.smithi029.stdout:928 2024-07-27T18:36:11.090 INFO:tasks.workunit.client.0.smithi029.stdout:929 2024-07-27T18:36:11.091 INFO:tasks.workunit.client.0.smithi029.stdout:930 2024-07-27T18:36:11.092 INFO:tasks.workunit.client.0.smithi029.stdout:931 2024-07-27T18:36:11.093 INFO:tasks.workunit.client.0.smithi029.stdout:932 2024-07-27T18:36:11.095 INFO:tasks.workunit.client.0.smithi029.stdout:933 2024-07-27T18:36:11.096 INFO:tasks.workunit.client.0.smithi029.stdout:934 2024-07-27T18:36:11.097 INFO:tasks.workunit.client.0.smithi029.stdout:935 2024-07-27T18:36:11.098 INFO:tasks.workunit.client.0.smithi029.stdout:936 2024-07-27T18:36:11.099 INFO:tasks.workunit.client.0.smithi029.stdout:937 2024-07-27T18:36:11.100 INFO:tasks.workunit.client.0.smithi029.stdout:938 2024-07-27T18:36:11.101 INFO:tasks.workunit.client.0.smithi029.stdout:939 2024-07-27T18:36:11.104 INFO:tasks.workunit.client.0.smithi029.stdout:940 2024-07-27T18:36:11.104 INFO:tasks.workunit.client.0.smithi029.stdout:941 2024-07-27T18:36:11.105 INFO:tasks.workunit.client.0.smithi029.stdout:942 2024-07-27T18:36:11.106 INFO:tasks.workunit.client.0.smithi029.stdout:943 2024-07-27T18:36:11.107 INFO:tasks.workunit.client.0.smithi029.stdout:944 2024-07-27T18:36:11.108 INFO:tasks.workunit.client.0.smithi029.stdout:945 2024-07-27T18:36:11.109 INFO:tasks.workunit.client.0.smithi029.stdout:946 2024-07-27T18:36:11.110 INFO:tasks.workunit.client.0.smithi029.stdout:947 2024-07-27T18:36:11.112 INFO:tasks.workunit.client.0.smithi029.stdout:948 2024-07-27T18:36:11.113 INFO:tasks.workunit.client.0.smithi029.stdout:949 2024-07-27T18:36:11.114 INFO:tasks.workunit.client.0.smithi029.stdout:950 2024-07-27T18:36:11.115 INFO:tasks.workunit.client.0.smithi029.stdout:951 2024-07-27T18:36:11.116 INFO:tasks.workunit.client.0.smithi029.stdout:952 2024-07-27T18:36:11.117 INFO:tasks.workunit.client.0.smithi029.stdout:953 2024-07-27T18:36:11.118 INFO:tasks.workunit.client.0.smithi029.stdout:954 2024-07-27T18:36:11.120 INFO:tasks.workunit.client.0.smithi029.stdout:955 2024-07-27T18:36:11.121 INFO:tasks.workunit.client.0.smithi029.stdout:956 2024-07-27T18:36:11.122 INFO:tasks.workunit.client.0.smithi029.stdout:957 2024-07-27T18:36:11.126 INFO:tasks.workunit.client.0.smithi029.stdout:958 2024-07-27T18:36:11.126 INFO:tasks.workunit.client.0.smithi029.stdout:959 2024-07-27T18:36:11.126 INFO:tasks.workunit.client.0.smithi029.stdout:960 2024-07-27T18:36:11.127 INFO:tasks.workunit.client.0.smithi029.stdout:961 2024-07-27T18:36:11.128 INFO:tasks.workunit.client.0.smithi029.stdout:962 2024-07-27T18:36:11.129 INFO:tasks.workunit.client.0.smithi029.stdout:963 2024-07-27T18:36:11.130 INFO:tasks.workunit.client.0.smithi029.stdout:964 2024-07-27T18:36:11.131 INFO:tasks.workunit.client.0.smithi029.stdout:965 2024-07-27T18:36:11.132 INFO:tasks.workunit.client.0.smithi029.stdout:966 2024-07-27T18:36:11.134 INFO:tasks.workunit.client.0.smithi029.stdout:967 2024-07-27T18:36:11.135 INFO:tasks.workunit.client.0.smithi029.stdout:968 2024-07-27T18:36:11.136 INFO:tasks.workunit.client.0.smithi029.stdout:969 2024-07-27T18:36:11.138 INFO:tasks.workunit.client.0.smithi029.stdout:970 2024-07-27T18:36:11.138 INFO:tasks.workunit.client.0.smithi029.stdout:971 2024-07-27T18:36:11.140 INFO:tasks.workunit.client.0.smithi029.stdout:972 2024-07-27T18:36:11.141 INFO:tasks.workunit.client.0.smithi029.stdout:973 2024-07-27T18:36:11.142 INFO:tasks.workunit.client.0.smithi029.stdout:974 2024-07-27T18:36:11.143 INFO:tasks.workunit.client.0.smithi029.stdout:975 2024-07-27T18:36:11.144 INFO:tasks.workunit.client.0.smithi029.stdout:976 2024-07-27T18:36:11.146 INFO:tasks.workunit.client.0.smithi029.stdout:977 2024-07-27T18:36:11.147 INFO:tasks.workunit.client.0.smithi029.stdout:978 2024-07-27T18:36:11.148 INFO:tasks.workunit.client.0.smithi029.stdout:979 2024-07-27T18:36:11.149 INFO:tasks.workunit.client.0.smithi029.stdout:980 2024-07-27T18:36:11.150 INFO:tasks.workunit.client.0.smithi029.stdout:981 2024-07-27T18:36:11.151 INFO:tasks.workunit.client.0.smithi029.stdout:982 2024-07-27T18:36:11.152 INFO:tasks.workunit.client.0.smithi029.stdout:983 2024-07-27T18:36:11.153 INFO:tasks.workunit.client.0.smithi029.stdout:984 2024-07-27T18:36:11.155 INFO:tasks.workunit.client.0.smithi029.stdout:985 2024-07-27T18:36:11.156 INFO:tasks.workunit.client.0.smithi029.stdout:986 2024-07-27T18:36:11.157 INFO:tasks.workunit.client.0.smithi029.stdout:987 2024-07-27T18:36:11.158 INFO:tasks.workunit.client.0.smithi029.stdout:988 2024-07-27T18:36:11.160 INFO:tasks.workunit.client.0.smithi029.stdout:989 2024-07-27T18:36:11.161 INFO:tasks.workunit.client.0.smithi029.stdout:990 2024-07-27T18:36:11.162 INFO:tasks.workunit.client.0.smithi029.stdout:991 2024-07-27T18:36:11.163 INFO:tasks.workunit.client.0.smithi029.stdout:992 2024-07-27T18:36:11.164 INFO:tasks.workunit.client.0.smithi029.stdout:993 2024-07-27T18:36:11.165 INFO:tasks.workunit.client.0.smithi029.stdout:994 2024-07-27T18:36:11.166 INFO:tasks.workunit.client.0.smithi029.stdout:995 2024-07-27T18:36:11.168 INFO:tasks.workunit.client.0.smithi029.stdout:996 2024-07-27T18:36:11.169 INFO:tasks.workunit.client.0.smithi029.stdout:997 2024-07-27T18:36:11.170 INFO:tasks.workunit.client.0.smithi029.stdout:998 2024-07-27T18:36:11.171 INFO:tasks.workunit.client.0.smithi029.stdout:999 2024-07-27T18:36:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:11 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:11 smithi179 ceph-mon[89801]: osdmap e946: 8 total, 8 up, 8 in 2024-07-27T18:36:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:11 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1397911904' entity='client.admin' cmd=[{"prefix": "osd dump","format":"json"}]: dispatch 2024-07-27T18:36:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:11 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:11 smithi029 ceph-mon[96870]: osdmap e946: 8 total, 8 up, 8 in 2024-07-27T18:36:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:11 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1397911904' entity='client.admin' cmd=[{"prefix": "osd dump","format":"json"}]: dispatch 2024-07-27T18:36:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:11 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:11 smithi029 ceph-mon[99353]: osdmap e946: 8 total, 8 up, 8 in 2024-07-27T18:36:11.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:11 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1397911904' entity='client.admin' cmd=[{"prefix": "osd dump","format":"json"}]: dispatch 2024-07-27T18:36:12.082 INFO:tasks.workunit.client.0.smithi029.stdout:00000000 79 6f 75 20 6d 69 67 68 74 20 73 65 65 20 74 68 |you might see th| 2024-07-27T18:36:12.082 INFO:tasks.workunit.client.0.smithi029.stdout:00000010 69 73 |is| 2024-07-27T18:36:12.082 INFO:tasks.workunit.client.0.smithi029.stdout:00000012 2024-07-27T18:36:12.083 INFO:tasks.workunit.client.0.smithi029.stdout:00000000 79 6f 75 20 6d 69 67 68 74 20 73 65 65 20 74 68 |you might see th| 2024-07-27T18:36:12.083 INFO:tasks.workunit.client.0.smithi029.stdout:00000010 69 73 |is| 2024-07-27T18:36:12.083 INFO:tasks.workunit.client.0.smithi029.stdout:00000012 2024-07-27T18:36:12.083 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsHello.WriteReturnData (4020 ms) 2024-07-27T18:36:12.083 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsHello.Loud 2024-07-27T18:36:12.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:12 smithi029 ceph-mon[96870]: pgmap v1111: 137 pgs: 11 creating+peering, 21 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:12.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:12 smithi029 ceph-mon[96870]: osdmap e947: 8 total, 8 up, 8 in 2024-07-27T18:36:12.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:12 smithi029 ceph-mon[99353]: pgmap v1111: 137 pgs: 11 creating+peering, 21 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:12.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:12 smithi029 ceph-mon[99353]: osdmap e947: 8 total, 8 up, 8 in 2024-07-27T18:36:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:12 smithi179 ceph-mon[89801]: pgmap v1111: 137 pgs: 11 creating+peering, 21 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:12 smithi179 ceph-mon[89801]: osdmap e947: 8 total, 8 up, 8 in 2024-07-27T18:36:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:36:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:36:12] "GET /metrics HTTP/1.1" 200 33993 "" "Prometheus/2.43.0" 2024-07-27T18:36:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:13 smithi179 ceph-mon[89801]: osdmap e948: 8 total, 8 up, 8 in 2024-07-27T18:36:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:13 smithi029 ceph-mon[96870]: osdmap e948: 8 total, 8 up, 8 in 2024-07-27T18:36:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:13 smithi029 ceph-mon[99353]: osdmap e948: 8 total, 8 up, 8 in 2024-07-27T18:36:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:14 smithi179 ceph-mon[89801]: pgmap v1114: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:14 smithi179 ceph-mon[89801]: osdmap e949: 8 total, 8 up, 8 in 2024-07-27T18:36:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:14 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3345958264' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:36:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:36:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:36:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:36:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[96870]: pgmap v1114: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[96870]: osdmap e949: 8 total, 8 up, 8 in 2024-07-27T18:36:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3345958264' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:36:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:36:14.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:36:14.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:36:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[99353]: pgmap v1114: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[99353]: osdmap e949: 8 total, 8 up, 8 in 2024-07-27T18:36:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3345958264' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:36:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:36:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:36:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:36:15.102 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsHello.Loud (3021 ms) 2024-07-27T18:36:15.102 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsHello.BadMethods 2024-07-27T18:36:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:15 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3345958264' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:15 smithi179 ceph-mon[89801]: osdmap e950: 8 total, 8 up, 8 in 2024-07-27T18:36:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:15 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3345958264' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:15 smithi029 ceph-mon[96870]: osdmap e950: 8 total, 8 up, 8 in 2024-07-27T18:36:15.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:15 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3345958264' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:15.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:15 smithi029 ceph-mon[99353]: osdmap e950: 8 total, 8 up, 8 in 2024-07-27T18:36:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:16 smithi179 ceph-mon[89801]: pgmap v1117: 137 pgs: 3 creating+activating, 9 creating+peering, 12 unknown, 113 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:16 smithi179 ceph-mon[89801]: osdmap e951: 8 total, 8 up, 8 in 2024-07-27T18:36:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:16 smithi029 ceph-mon[96870]: pgmap v1117: 137 pgs: 3 creating+activating, 9 creating+peering, 12 unknown, 113 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:16 smithi029 ceph-mon[96870]: osdmap e951: 8 total, 8 up, 8 in 2024-07-27T18:36:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:16 smithi029 ceph-mon[99353]: pgmap v1117: 137 pgs: 3 creating+activating, 9 creating+peering, 12 unknown, 113 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:16 smithi029 ceph-mon[99353]: osdmap e951: 8 total, 8 up, 8 in 2024-07-27T18:36:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:17 smithi179 ceph-mon[89801]: osdmap e952: 8 total, 8 up, 8 in 2024-07-27T18:36:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:17 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/823576364' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:17 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:17 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:17 smithi179 ceph-mon[89801]: osdmap e953: 8 total, 8 up, 8 in 2024-07-27T18:36:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:17 smithi029 ceph-mon[99353]: osdmap e952: 8 total, 8 up, 8 in 2024-07-27T18:36:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:17 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/823576364' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:17 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:17 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:17.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:17 smithi029 ceph-mon[99353]: osdmap e953: 8 total, 8 up, 8 in 2024-07-27T18:36:17.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:17 smithi029 ceph-mon[96870]: osdmap e952: 8 total, 8 up, 8 in 2024-07-27T18:36:17.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:17 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/823576364' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:17.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:17 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:17.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:17 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:17.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:17 smithi029 ceph-mon[96870]: osdmap e953: 8 total, 8 up, 8 in 2024-07-27T18:36:17.503 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:36:17 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[120041]: 2024-07-27T18:36:17.122+0000 7f70c336d640 -1 osd.3 pg_epoch: 953 pg[38.2( v 953'1 (0'0,953'1] local-lis/les=952/953 n=1 ec=952/952 lis/c=952/952 les/c/f=953/953/0 sis=952) [3,7,5] r=0 lpr=952 crt=953'1 lcod 0'0 mlcod 0'0 active+clean] method hello.bad_reader tried to read object but is not marked RD 2024-07-27T18:36:17.503 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 18:36:17 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[120041]: 2024-07-27T18:36:17.123+0000 7f70bf365640 -1 osd.3 pg_epoch: 953 pg[38.2( v 953'2 (0'0,953'2] local-lis/les=952/953 n=1 ec=952/952 lis/c=952/952 les/c/f=953/953/0 sis=952) [3,7,5] r=0 lpr=952 crt=953'1 lcod 953'1 mlcod 953'1 active+clean] method hello.bad_writer tried to update object but is not marked WR 2024-07-27T18:36:18.119 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsHello.BadMethods (3017 ms) 2024-07-27T18:36:18.119 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsHello.Filter 2024-07-27T18:36:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:18 smithi179 ceph-mon[89801]: pgmap v1120: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:18 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:18 smithi179 ceph-mon[89801]: osdmap e954: 8 total, 8 up, 8 in 2024-07-27T18:36:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:18 smithi029 ceph-mon[96870]: pgmap v1120: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:18 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:18 smithi029 ceph-mon[96870]: osdmap e954: 8 total, 8 up, 8 in 2024-07-27T18:36:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:18 smithi029 ceph-mon[99353]: pgmap v1120: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:18 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:18.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:18 smithi029 ceph-mon[99353]: osdmap e954: 8 total, 8 up, 8 in 2024-07-27T18:36:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:19 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:19 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:36:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:19 smithi029 ceph-mon[99353]: osdmap e955: 8 total, 8 up, 8 in 2024-07-27T18:36:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:19 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1490391750' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:19.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:19 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:19.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:19 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:36:19.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:19 smithi029 ceph-mon[96870]: osdmap e955: 8 total, 8 up, 8 in 2024-07-27T18:36:19.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:19 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1490391750' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:19.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:19 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:19.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:19 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:36:19.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:19 smithi179 ceph-mon[89801]: osdmap e955: 8 total, 8 up, 8 in 2024-07-27T18:36:19.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:19 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1490391750' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:20 smithi029 ceph-mon[96870]: pgmap v1123: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:20 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1490391750' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-6","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:20.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:20 smithi029 ceph-mon[96870]: osdmap e956: 8 total, 8 up, 8 in 2024-07-27T18:36:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:20 smithi029 ceph-mon[99353]: pgmap v1123: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:20 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1490391750' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-6","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:20 smithi029 ceph-mon[99353]: osdmap e956: 8 total, 8 up, 8 in 2024-07-27T18:36:20.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:20 smithi179 ceph-mon[89801]: pgmap v1123: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:20.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:20 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1490391750' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140307-6","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:20.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:20 smithi179 ceph-mon[89801]: osdmap e956: 8 total, 8 up, 8 in 2024-07-27T18:36:21.138 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsHello.Filter (3019 ms) 2024-07-27T18:36:21.138 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 6 tests from ClsHello (18956 ms total) 2024-07-27T18:36:21.138 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:36:21.139 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:36:21.139 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 6 tests from 1 test suite ran. (18956 ms total) 2024-07-27T18:36:21.139 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 6 tests. 2024-07-27T18:36:21.142 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:36:21.142 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:36:21.212 INFO:tasks.workunit:Running workunit cls/test_cls_journal.sh... 2024-07-27T18:36:21.213 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_journal.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_journal.sh 2024-07-27T18:36:21.288 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:36:21.289 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 27 tests from 1 test suite. 2024-07-27T18:36:21.289 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:36:21.289 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 27 tests from TestClsJournal 2024-07-27T18:36:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:22 smithi179 ceph-mon[89801]: pgmap v1126: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:22 smithi179 ceph-mon[89801]: osdmap e957: 8 total, 8 up, 8 in 2024-07-27T18:36:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:22 smithi029 ceph-mon[96870]: pgmap v1126: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:22 smithi029 ceph-mon[96870]: osdmap e957: 8 total, 8 up, 8 in 2024-07-27T18:36:22.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:36:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:36:22] "GET /metrics HTTP/1.1" 200 33993 "" "Prometheus/2.43.0" 2024-07-27T18:36:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:22 smithi029 ceph-mon[99353]: pgmap v1126: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:22 smithi029 ceph-mon[99353]: osdmap e957: 8 total, 8 up, 8 in 2024-07-27T18:36:23.189 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.Create 2024-07-27T18:36:23.205 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.Create (16 ms) 2024-07-27T18:36:23.205 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.MinimumSet 2024-07-27T18:36:23.210 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.MinimumSet (6 ms) 2024-07-27T18:36:23.210 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.MinimumSetStale 2024-07-27T18:36:23.216 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.MinimumSetStale (5 ms) 2024-07-27T18:36:23.216 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.MinimumSetOrderConstraint 2024-07-27T18:36:23.219 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.MinimumSetOrderConstraint (4 ms) 2024-07-27T18:36:23.219 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ActiveSet 2024-07-27T18:36:23.222 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ActiveSet (2 ms) 2024-07-27T18:36:23.222 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ActiveSetStale 2024-07-27T18:36:23.225 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ActiveSetStale (4 ms) 2024-07-27T18:36:23.225 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.CreateDuplicate 2024-07-27T18:36:23.228 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.CreateDuplicate (2 ms) 2024-07-27T18:36:23.228 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.GetClient 2024-07-27T18:36:23.230 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.GetClient (3 ms) 2024-07-27T18:36:23.230 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ClientRegister 2024-07-27T18:36:23.233 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ClientRegister (2 ms) 2024-07-27T18:36:23.233 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ClientRegisterDuplicate 2024-07-27T18:36:23.236 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ClientRegisterDuplicate (4 ms) 2024-07-27T18:36:23.237 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ClientUpdateData 2024-07-27T18:36:23.242 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ClientUpdateData (5 ms) 2024-07-27T18:36:23.242 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ClientUpdateState 2024-07-27T18:36:23.246 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ClientUpdateState (5 ms) 2024-07-27T18:36:23.247 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ClientUnregister 2024-07-27T18:36:23.250 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ClientUnregister (3 ms) 2024-07-27T18:36:23.250 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ClientUnregisterDNE 2024-07-27T18:36:23.254 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ClientUnregisterDNE (4 ms) 2024-07-27T18:36:23.254 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ClientUnregisterPruneTags 2024-07-27T18:36:23.358 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ClientUnregisterPruneTags (104 ms) 2024-07-27T18:36:23.358 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ClientCommit 2024-07-27T18:36:23.361 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ClientCommit (4 ms) 2024-07-27T18:36:23.361 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ClientCommitInvalid 2024-07-27T18:36:23.364 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ClientCommitInvalid (3 ms) 2024-07-27T18:36:23.364 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ClientCommitDNE 2024-07-27T18:36:23.365 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ClientCommitDNE (0 ms) 2024-07-27T18:36:23.365 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.ClientList 2024-07-27T18:36:23.402 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.ClientList (38 ms) 2024-07-27T18:36:23.402 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.GetNextTagTid 2024-07-27T18:36:23.406 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.GetNextTagTid (3 ms) 2024-07-27T18:36:23.406 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.TagCreate 2024-07-27T18:36:23.414 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.TagCreate (8 ms) 2024-07-27T18:36:23.414 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.TagCreatePrunesTags 2024-07-27T18:36:23.420 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.TagCreatePrunesTags (7 ms) 2024-07-27T18:36:23.421 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.TagList 2024-07-27T18:36:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:23 smithi029 ceph-mon[96870]: osdmap e958: 8 total, 8 up, 8 in 2024-07-27T18:36:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:23 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1682994905' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140577-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:23 smithi029 ceph-mon[99353]: osdmap e958: 8 total, 8 up, 8 in 2024-07-27T18:36:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:23 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1682994905' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140577-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:23.513 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.TagList (92 ms) 2024-07-27T18:36:23.513 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.GuardAppend 2024-07-27T18:36:23.515 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.GuardAppend (2 ms) 2024-07-27T18:36:23.515 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.GuardAppendDNE 2024-07-27T18:36:23.516 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.GuardAppendDNE (1 ms) 2024-07-27T18:36:23.516 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.GuardAppendOverflow 2024-07-27T18:36:23.518 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.GuardAppendOverflow (2 ms) 2024-07-27T18:36:23.518 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsJournal.Append 2024-07-27T18:36:23.529 INFO:tasks.workunit.client.0.smithi029.stdout:padding is not enabled 2024-07-27T18:36:23.529 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsJournal.Append (11 ms) 2024-07-27T18:36:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:23 smithi179 ceph-mon[89801]: osdmap e958: 8 total, 8 up, 8 in 2024-07-27T18:36:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:23 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1682994905' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140577-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:24.194 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 27 tests from TestClsJournal (340 ms total) 2024-07-27T18:36:24.194 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:36:24.194 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:36:24.194 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 27 tests from 1 test suite ran. (2905 ms total) 2024-07-27T18:36:24.194 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 27 tests. 2024-07-27T18:36:24.198 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:36:24.198 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:36:24.267 INFO:tasks.workunit:Running workunit cls/test_cls_lock.sh... 2024-07-27T18:36:24.267 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_lock.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_lock.sh 2024-07-27T18:36:24.340 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:36:24.340 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 11 tests from 1 test suite. 2024-07-27T18:36:24.341 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:36:24.341 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 11 tests from ClsLock 2024-07-27T18:36:24.341 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsLock.TestMultiLocking 2024-07-27T18:36:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:24 smithi029 ceph-mon[96870]: pgmap v1129: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:24 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:24 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1682994905' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140577-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:24 smithi029 ceph-mon[96870]: osdmap e959: 8 total, 8 up, 8 in 2024-07-27T18:36:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:36:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:24 smithi029 ceph-mon[99353]: pgmap v1129: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:24 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:24 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1682994905' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140577-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:24 smithi029 ceph-mon[99353]: osdmap e959: 8 total, 8 up, 8 in 2024-07-27T18:36:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:36:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:24 smithi179 ceph-mon[89801]: pgmap v1129: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:24 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:24 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1682994905' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140577-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:24 smithi179 ceph-mon[89801]: osdmap e959: 8 total, 8 up, 8 in 2024-07-27T18:36:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:36:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:25 smithi029 ceph-mon[96870]: osdmap e960: 8 total, 8 up, 8 in 2024-07-27T18:36:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:25 smithi029 ceph-mon[99353]: osdmap e960: 8 total, 8 up, 8 in 2024-07-27T18:36:25.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:25 smithi179 ceph-mon[89801]: osdmap e960: 8 total, 8 up, 8 in 2024-07-27T18:36:26.241 INFO:tasks.workunit.client.0.smithi029.stdout:lock: mylock 2024-07-27T18:36:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: lock_type: exclusive 2024-07-27T18:36:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: tag: 2024-07-27T18:36:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: lockers: 2024-07-27T18:36:26.241 INFO:tasks.workunit.client.0.smithi029.stdout: client.34716 expiration=2024-07-27T18:38:26.236341+0000 addr=v1:172.21.15.29:0/2397222738 cookie= 2024-07-27T18:36:26.245 INFO:tasks.workunit.client.0.smithi029.stdout:lock: mylock 2024-07-27T18:36:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: lock_type: shared 2024-07-27T18:36:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: tag: 2024-07-27T18:36:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: lockers: 2024-07-27T18:36:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: client.34716 expiration=2024-07-27T18:38:26.243149+0000 addr=v1:172.21.15.29:0/2397222738 cookie= 2024-07-27T18:36:26.245 INFO:tasks.workunit.client.0.smithi029.stdout: client.44645 expiration=0.000000 addr=v1:172.21.15.29:0/112785084 cookie= 2024-07-27T18:36:26.246 INFO:tasks.workunit.client.0.smithi029.stdout:lock: mylock 2024-07-27T18:36:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: lock_type: shared 2024-07-27T18:36:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: tag: 2024-07-27T18:36:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: lockers: 2024-07-27T18:36:26.246 INFO:tasks.workunit.client.0.smithi029.stdout: client.44645 expiration=0.000000 addr=v1:172.21.15.29:0/112785084 cookie= 2024-07-27T18:36:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:26 smithi029 ceph-mon[96870]: pgmap v1132: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:26 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:26.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:26 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:36:26.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:26 smithi029 ceph-mon[96870]: osdmap e961: 8 total, 8 up, 8 in 2024-07-27T18:36:26.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:26 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2397222738' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:26 smithi029 ceph-mon[99353]: pgmap v1132: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:26 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:26 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:36:26.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:26 smithi029 ceph-mon[99353]: osdmap e961: 8 total, 8 up, 8 in 2024-07-27T18:36:26.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:26 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2397222738' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:26 smithi179 ceph-mon[89801]: pgmap v1132: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:26 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:26 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:36:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:26 smithi179 ceph-mon[89801]: osdmap e961: 8 total, 8 up, 8 in 2024-07-27T18:36:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:26 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2397222738' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:27.219 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsLock.TestMultiLocking (2879 ms) 2024-07-27T18:36:27.219 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsLock.TestMeta 2024-07-27T18:36:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:27 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2397222738' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:27 smithi029 ceph-mon[96870]: osdmap e962: 8 total, 8 up, 8 in 2024-07-27T18:36:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:27 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2397222738' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:27.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:27 smithi029 ceph-mon[99353]: osdmap e962: 8 total, 8 up, 8 in 2024-07-27T18:36:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:27 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2397222738' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:27.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:27 smithi179 ceph-mon[89801]: osdmap e962: 8 total, 8 up, 8 in 2024-07-27T18:36:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:28 smithi029 ceph-mon[96870]: pgmap v1135: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:28 smithi029 ceph-mon[96870]: osdmap e963: 8 total, 8 up, 8 in 2024-07-27T18:36:28.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:28 smithi029 ceph-mon[99353]: pgmap v1135: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:28.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:28 smithi029 ceph-mon[99353]: osdmap e963: 8 total, 8 up, 8 in 2024-07-27T18:36:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:28 smithi179 ceph-mon[89801]: pgmap v1135: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:28 smithi179 ceph-mon[89801]: osdmap e963: 8 total, 8 up, 8 in 2024-07-27T18:36:29.261 INFO:tasks.workunit.client.0.smithi029.stdout:lock: mylock 2024-07-27T18:36:29.261 INFO:tasks.workunit.client.0.smithi029.stdout: lock_type: shared 2024-07-27T18:36:29.262 INFO:tasks.workunit.client.0.smithi029.stdout: tag: 2024-07-27T18:36:29.262 INFO:tasks.workunit.client.0.smithi029.stdout: lockers: 2024-07-27T18:36:29.262 INFO:tasks.workunit.client.0.smithi029.stdout: client.34734 expiration=0.000000 addr=v1:172.21.15.29:0/1364174252 cookie= 2024-07-27T18:36:29.263 INFO:tasks.workunit.client.0.smithi029.stdout:lock: mylock 2024-07-27T18:36:29.263 INFO:tasks.workunit.client.0.smithi029.stdout: lock_type: exclusive 2024-07-27T18:36:29.263 INFO:tasks.workunit.client.0.smithi029.stdout: tag: new_tag 2024-07-27T18:36:29.264 INFO:tasks.workunit.client.0.smithi029.stdout: lockers: 2024-07-27T18:36:29.264 INFO:tasks.workunit.client.0.smithi029.stdout: client.44651 expiration=0.000000 addr=v1:172.21.15.29:0/2155270720 cookie= 2024-07-27T18:36:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:29 smithi029 ceph-mon[99353]: osdmap e964: 8 total, 8 up, 8 in 2024-07-27T18:36:29.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:29 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2155270720' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:29.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:29 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:29.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:29 smithi029 ceph-mon[96870]: osdmap e964: 8 total, 8 up, 8 in 2024-07-27T18:36:29.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:29 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2155270720' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:29.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:29 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:29 smithi179 ceph-mon[89801]: osdmap e964: 8 total, 8 up, 8 in 2024-07-27T18:36:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:29 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2155270720' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:29 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:30.242 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsLock.TestMeta (3023 ms) 2024-07-27T18:36:30.242 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsLock.TestCookie 2024-07-27T18:36:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:30 smithi029 ceph-mon[99353]: pgmap v1138: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:30 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:30.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:30.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:30 smithi029 ceph-mon[99353]: osdmap e965: 8 total, 8 up, 8 in 2024-07-27T18:36:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:30 smithi029 ceph-mon[96870]: pgmap v1138: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:30 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:30 smithi029 ceph-mon[96870]: osdmap e965: 8 total, 8 up, 8 in 2024-07-27T18:36:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:30 smithi179 ceph-mon[89801]: pgmap v1138: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:30 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:30 smithi179 ceph-mon[89801]: osdmap e965: 8 total, 8 up, 8 in 2024-07-27T18:36:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:31 smithi029 ceph-mon[96870]: osdmap e966: 8 total, 8 up, 8 in 2024-07-27T18:36:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:31 smithi029 ceph-mon[99353]: osdmap e966: 8 total, 8 up, 8 in 2024-07-27T18:36:31.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:31 smithi179 ceph-mon[89801]: osdmap e966: 8 total, 8 up, 8 in 2024-07-27T18:36:32.291 INFO:tasks.workunit.client.0.smithi029.stdout:lock: mylock 2024-07-27T18:36:32.292 INFO:tasks.workunit.client.0.smithi029.stdout: lock_type: exclusive 2024-07-27T18:36:32.292 INFO:tasks.workunit.client.0.smithi029.stdout: tag: 2024-07-27T18:36:32.292 INFO:tasks.workunit.client.0.smithi029.stdout: lockers: 2024-07-27T18:36:32.294 INFO:tasks.workunit.client.0.smithi029.stdout:lock: mylock 2024-07-27T18:36:32.294 INFO:tasks.workunit.client.0.smithi029.stdout: lock_type: shared 2024-07-27T18:36:32.294 INFO:tasks.workunit.client.0.smithi029.stdout: tag: 2024-07-27T18:36:32.294 INFO:tasks.workunit.client.0.smithi029.stdout: lockers: 2024-07-27T18:36:32.294 INFO:tasks.workunit.client.0.smithi029.stdout: client.44663 expiration=0.000000 addr=v1:172.21.15.29:0/2932847782 cookie= 2024-07-27T18:36:32.295 INFO:tasks.workunit.client.0.smithi029.stdout: client.44663 expiration=0.000000 addr=v1:172.21.15.29:0/2932847782 cookie=new cookie 2024-07-27T18:36:32.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:36:32] "GET /metrics HTTP/1.1" 200 36360 "" "Prometheus/2.43.0" 2024-07-27T18:36:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-mon[96870]: pgmap v1141: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:36:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-mon[96870]: osdmap e967: 8 total, 8 up, 8 in 2024-07-27T18:36:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2932847782' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:32.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-mon[99353]: pgmap v1141: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:36:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-mon[99353]: osdmap e967: 8 total, 8 up, 8 in 2024-07-27T18:36:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2932847782' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:32.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:32 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:32 smithi179 ceph-mon[89801]: pgmap v1141: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:32 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:32 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:36:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:32 smithi179 ceph-mon[89801]: osdmap e967: 8 total, 8 up, 8 in 2024-07-27T18:36:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:32 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2932847782' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:32 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:33.258 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsLock.TestCookie (3016 ms) 2024-07-27T18:36:33.258 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsLock.TestMultipleLocks 2024-07-27T18:36:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:33 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:33 smithi029 ceph-mon[96870]: osdmap e968: 8 total, 8 up, 8 in 2024-07-27T18:36:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:33 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:33 smithi029 ceph-mon[99353]: osdmap e968: 8 total, 8 up, 8 in 2024-07-27T18:36:33.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:33 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:33.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:33 smithi179 ceph-mon[89801]: osdmap e968: 8 total, 8 up, 8 in 2024-07-27T18:36:34.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:34 smithi179 ceph-mon[89801]: pgmap v1144: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:34.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:34 smithi179 ceph-mon[89801]: osdmap e969: 8 total, 8 up, 8 in 2024-07-27T18:36:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:34 smithi029 ceph-mon[96870]: pgmap v1144: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:34 smithi029 ceph-mon[96870]: osdmap e969: 8 total, 8 up, 8 in 2024-07-27T18:36:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:34 smithi029 ceph-mon[99353]: pgmap v1144: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:34 smithi029 ceph-mon[99353]: osdmap e969: 8 total, 8 up, 8 in 2024-07-27T18:36:35.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:35 smithi179 ceph-mon[89801]: osdmap e970: 8 total, 8 up, 8 in 2024-07-27T18:36:35.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:35 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/940920400' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:35.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:35 smithi029 ceph-mon[96870]: osdmap e970: 8 total, 8 up, 8 in 2024-07-27T18:36:35.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:35 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/940920400' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:35.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:35 smithi029 ceph-mon[99353]: osdmap e970: 8 total, 8 up, 8 in 2024-07-27T18:36:35.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:35 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/940920400' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:36.275 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsLock.TestMultipleLocks (3018 ms) 2024-07-27T18:36:36.275 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsLock.TestLockDuration 2024-07-27T18:36:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:36 smithi179 ceph-mon[89801]: pgmap v1147: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:36 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:36 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/940920400' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:36 smithi179 ceph-mon[89801]: osdmap e971: 8 total, 8 up, 8 in 2024-07-27T18:36:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:36 smithi029 ceph-mon[96870]: pgmap v1147: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:36 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:36 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/940920400' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:36 smithi029 ceph-mon[96870]: osdmap e971: 8 total, 8 up, 8 in 2024-07-27T18:36:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:36 smithi029 ceph-mon[99353]: pgmap v1147: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:36 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:36 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/940920400' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:36 smithi029 ceph-mon[99353]: osdmap e971: 8 total, 8 up, 8 in 2024-07-27T18:36:37.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:37 smithi179 ceph-mon[89801]: osdmap e972: 8 total, 8 up, 8 in 2024-07-27T18:36:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:37 smithi029 ceph-mon[96870]: osdmap e972: 8 total, 8 up, 8 in 2024-07-27T18:36:37.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:37 smithi029 ceph-mon[99353]: osdmap e972: 8 total, 8 up, 8 in 2024-07-27T18:36:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:38 smithi179 ceph-mon[89801]: pgmap v1150: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:38 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:38 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:36:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:38 smithi179 ceph-mon[89801]: osdmap e973: 8 total, 8 up, 8 in 2024-07-27T18:36:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:38 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3092594129' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:38 smithi029 ceph-mon[96870]: pgmap v1150: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:38 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:38 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:36:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:38 smithi029 ceph-mon[96870]: osdmap e973: 8 total, 8 up, 8 in 2024-07-27T18:36:38.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:38 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3092594129' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:38.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:38 smithi029 ceph-mon[99353]: pgmap v1150: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:38.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:38 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:38.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:38 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:36:38.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:38 smithi029 ceph-mon[99353]: osdmap e973: 8 total, 8 up, 8 in 2024-07-27T18:36:38.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:38 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3092594129' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:39 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3092594129' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:39 smithi179 ceph-mon[89801]: osdmap e974: 8 total, 8 up, 8 in 2024-07-27T18:36:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:36:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:36:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:39 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3092594129' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:39 smithi029 ceph-mon[99353]: osdmap e974: 8 total, 8 up, 8 in 2024-07-27T18:36:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:36:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:36:39.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:39 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3092594129' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:39.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:39 smithi029 ceph-mon[96870]: osdmap e974: 8 total, 8 up, 8 in 2024-07-27T18:36:39.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:36:39.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:36:40.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:40 smithi179 ceph-mon[89801]: pgmap v1153: 137 pgs: 2 creating+peering, 26 unknown, 109 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:40 smithi179 ceph-mon[89801]: osdmap e975: 8 total, 8 up, 8 in 2024-07-27T18:36:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:40 smithi029 ceph-mon[99353]: pgmap v1153: 137 pgs: 2 creating+peering, 26 unknown, 109 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:40 smithi029 ceph-mon[99353]: osdmap e975: 8 total, 8 up, 8 in 2024-07-27T18:36:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:40 smithi029 ceph-mon[96870]: pgmap v1153: 137 pgs: 2 creating+peering, 26 unknown, 109 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:40 smithi029 ceph-mon[96870]: osdmap e975: 8 total, 8 up, 8 in 2024-07-27T18:36:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:42 smithi179 ceph-mon[89801]: pgmap v1155: 137 pgs: 2 creating+peering, 21 unknown, 114 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:42 smithi029 ceph-mon[96870]: pgmap v1155: 137 pgs: 2 creating+peering, 21 unknown, 114 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:42 smithi029 ceph-mon[99353]: pgmap v1155: 137 pgs: 2 creating+peering, 21 unknown, 114 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:36:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:36:42] "GET /metrics HTTP/1.1" 200 36354 "" "Prometheus/2.43.0" 2024-07-27T18:36:44.311 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsLock.TestLockDuration (8035 ms) 2024-07-27T18:36:44.311 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsLock.TestAssertLocked 2024-07-27T18:36:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:44 smithi179 ceph-mon[89801]: pgmap v1156: 137 pgs: 2 creating+peering, 135 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:36:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:44 smithi029 ceph-mon[99353]: pgmap v1156: 137 pgs: 2 creating+peering, 135 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:36:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:44 smithi029 ceph-mon[96870]: pgmap v1156: 137 pgs: 2 creating+peering, 135 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:36:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:45 smithi179 ceph-mon[89801]: osdmap e976: 8 total, 8 up, 8 in 2024-07-27T18:36:45.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:45 smithi029 ceph-mon[96870]: osdmap e976: 8 total, 8 up, 8 in 2024-07-27T18:36:45.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:45 smithi029 ceph-mon[99353]: osdmap e976: 8 total, 8 up, 8 in 2024-07-27T18:36:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:46 smithi179 ceph-mon[89801]: pgmap v1158: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:46 smithi179 ceph-mon[89801]: osdmap e977: 8 total, 8 up, 8 in 2024-07-27T18:36:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:46 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2880404184' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:46 smithi029 ceph-mon[96870]: pgmap v1158: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:46 smithi029 ceph-mon[96870]: osdmap e977: 8 total, 8 up, 8 in 2024-07-27T18:36:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:46 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2880404184' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:46.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:46 smithi029 ceph-mon[99353]: pgmap v1158: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:46.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:46 smithi029 ceph-mon[99353]: osdmap e977: 8 total, 8 up, 8 in 2024-07-27T18:36:46.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:46 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2880404184' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:47.330 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsLock.TestAssertLocked (3019 ms) 2024-07-27T18:36:47.330 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsLock.TestSetCookie 2024-07-27T18:36:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:47 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2880404184' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-6","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:47 smithi179 ceph-mon[89801]: osdmap e978: 8 total, 8 up, 8 in 2024-07-27T18:36:47.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:47 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2880404184' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-6","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:47.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:47 smithi029 ceph-mon[96870]: osdmap e978: 8 total, 8 up, 8 in 2024-07-27T18:36:47.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:47 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2880404184' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-6","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:47.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:47 smithi029 ceph-mon[99353]: osdmap e978: 8 total, 8 up, 8 in 2024-07-27T18:36:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:48 smithi179 ceph-mon[89801]: pgmap v1161: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:48 smithi179 ceph-mon[89801]: osdmap e979: 8 total, 8 up, 8 in 2024-07-27T18:36:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:48 smithi029 ceph-mon[96870]: pgmap v1161: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:48 smithi029 ceph-mon[96870]: osdmap e979: 8 total, 8 up, 8 in 2024-07-27T18:36:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:48 smithi029 ceph-mon[99353]: pgmap v1161: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:48.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:48 smithi029 ceph-mon[99353]: osdmap e979: 8 total, 8 up, 8 in 2024-07-27T18:36:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:49 smithi179 ceph-mon[89801]: osdmap e980: 8 total, 8 up, 8 in 2024-07-27T18:36:49.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:49 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1648815349' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:49 smithi029 ceph-mon[96870]: osdmap e980: 8 total, 8 up, 8 in 2024-07-27T18:36:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:49 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1648815349' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:49 smithi029 ceph-mon[99353]: osdmap e980: 8 total, 8 up, 8 in 2024-07-27T18:36:49.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:49 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1648815349' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:50.346 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsLock.TestSetCookie (3016 ms) 2024-07-27T18:36:50.346 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsLock.TestRenew 2024-07-27T18:36:50.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:50 smithi179 ceph-mon[89801]: pgmap v1164: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:50.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:50 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:50.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:50 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1648815349' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-7","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:50.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:50 smithi179 ceph-mon[89801]: osdmap e981: 8 total, 8 up, 8 in 2024-07-27T18:36:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:50 smithi029 ceph-mon[96870]: pgmap v1164: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:50 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:50 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1648815349' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-7","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:50 smithi029 ceph-mon[96870]: osdmap e981: 8 total, 8 up, 8 in 2024-07-27T18:36:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:50 smithi029 ceph-mon[99353]: pgmap v1164: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:50.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:50 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:36:50.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:50 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1648815349' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-7","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:50.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:50 smithi029 ceph-mon[99353]: osdmap e981: 8 total, 8 up, 8 in 2024-07-27T18:36:51.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:51 smithi179 ceph-mon[89801]: osdmap e982: 8 total, 8 up, 8 in 2024-07-27T18:36:51.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:51 smithi029 ceph-mon[96870]: osdmap e982: 8 total, 8 up, 8 in 2024-07-27T18:36:51.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:51 smithi029 ceph-mon[99353]: osdmap e982: 8 total, 8 up, 8 in 2024-07-27T18:36:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:52 smithi179 ceph-mon[89801]: pgmap v1167: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:52 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:52 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:36:52.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:52 smithi179 ceph-mon[89801]: osdmap e983: 8 total, 8 up, 8 in 2024-07-27T18:36:52.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:52 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1684460285' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:52.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:52 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-mon[96870]: pgmap v1167: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:52.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:36:52.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-mon[96870]: osdmap e983: 8 total, 8 up, 8 in 2024-07-27T18:36:52.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1684460285' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:52.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:36:52] "GET /metrics HTTP/1.1" 200 36354 "" "Prometheus/2.43.0" 2024-07-27T18:36:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-mon[99353]: pgmap v1167: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:52.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:36:52.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:36:52.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-mon[99353]: osdmap e983: 8 total, 8 up, 8 in 2024-07-27T18:36:52.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1684460285' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:52.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:52 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:36:53.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:53 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-8","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:53.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:53 smithi179 ceph-mon[89801]: osdmap e984: 8 total, 8 up, 8 in 2024-07-27T18:36:53.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:53 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-8","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:53.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:53 smithi029 ceph-mon[96870]: osdmap e984: 8 total, 8 up, 8 in 2024-07-27T18:36:53.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:53 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-8","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:36:53.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:53 smithi029 ceph-mon[99353]: osdmap e984: 8 total, 8 up, 8 in 2024-07-27T18:36:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:54 smithi179 ceph-mon[89801]: pgmap v1170: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:54 smithi179 ceph-mon[89801]: osdmap e985: 8 total, 8 up, 8 in 2024-07-27T18:36:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:36:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:54 smithi029 ceph-mon[96870]: pgmap v1170: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:54 smithi029 ceph-mon[96870]: osdmap e985: 8 total, 8 up, 8 in 2024-07-27T18:36:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:36:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:54 smithi029 ceph-mon[99353]: pgmap v1170: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:36:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:54 smithi029 ceph-mon[99353]: osdmap e985: 8 total, 8 up, 8 in 2024-07-27T18:36:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:36:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:56 smithi179 ceph-mon[89801]: pgmap v1172: 137 pgs: 9 creating+peering, 9 unknown, 119 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:36:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:56 smithi029 ceph-mon[96870]: pgmap v1172: 137 pgs: 9 creating+peering, 9 unknown, 119 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:36:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:56 smithi029 ceph-mon[99353]: pgmap v1172: 137 pgs: 9 creating+peering, 9 unknown, 119 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:36:58.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:36:58 smithi179 ceph-mon[89801]: pgmap v1173: 137 pgs: 9 creating+peering, 128 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:36:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:36:58 smithi029 ceph-mon[96870]: pgmap v1173: 137 pgs: 9 creating+peering, 128 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:36:58.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:36:58 smithi029 ceph-mon[99353]: pgmap v1173: 137 pgs: 9 creating+peering, 128 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:00 smithi179 ceph-mon[89801]: pgmap v1174: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:00 smithi029 ceph-mon[96870]: pgmap v1174: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:00.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:00 smithi029 ceph-mon[99353]: pgmap v1174: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:02 smithi179 ceph-mon[89801]: pgmap v1175: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 121 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:02 smithi029 ceph-mon[96870]: pgmap v1175: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 121 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:02 smithi029 ceph-mon[99353]: pgmap v1175: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 121 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:37:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:37:02] "GET /metrics HTTP/1.1" 200 36356 "" "Prometheus/2.43.0" 2024-07-27T18:37:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:04 smithi179 ceph-mon[89801]: pgmap v1176: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:04 smithi029 ceph-mon[96870]: pgmap v1176: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:04.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:04 smithi029 ceph-mon[99353]: pgmap v1176: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:06 smithi179 ceph-mon[89801]: pgmap v1177: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 358 B/s rd, 0 B/s wr, 1 op/s 2024-07-27T18:37:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:06 smithi029 ceph-mon[96870]: pgmap v1177: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 358 B/s rd, 0 B/s wr, 1 op/s 2024-07-27T18:37:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:06 smithi029 ceph-mon[99353]: pgmap v1177: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 358 B/s rd, 0 B/s wr, 1 op/s 2024-07-27T18:37:08.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:08 smithi179 ceph-mon[89801]: pgmap v1178: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:08 smithi029 ceph-mon[96870]: pgmap v1178: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:08 smithi029 ceph-mon[99353]: pgmap v1178: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:37:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:37:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:37:10.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:10 smithi179 ceph-mon[89801]: pgmap v1179: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:10 smithi029 ceph-mon[96870]: pgmap v1179: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:10 smithi029 ceph-mon[99353]: pgmap v1179: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:11.401 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsLock.TestRenew (21055 ms) 2024-07-27T18:37:11.401 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsLock.TestExclusiveEphemeralBasic 2024-07-27T18:37:12.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:12 smithi179 ceph-mon[89801]: pgmap v1180: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:12.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:12 smithi179 ceph-mon[89801]: osdmap e986: 8 total, 8 up, 8 in 2024-07-27T18:37:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:12 smithi029 ceph-mon[96870]: pgmap v1180: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:12 smithi029 ceph-mon[96870]: osdmap e986: 8 total, 8 up, 8 in 2024-07-27T18:37:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:37:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:37:12] "GET /metrics HTTP/1.1" 200 36362 "" "Prometheus/2.43.0" 2024-07-27T18:37:12.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:12 smithi029 ceph-mon[99353]: pgmap v1180: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:12.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:12 smithi029 ceph-mon[99353]: osdmap e986: 8 total, 8 up, 8 in 2024-07-27T18:37:13.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:13 smithi179 ceph-mon[89801]: osdmap e987: 8 total, 8 up, 8 in 2024-07-27T18:37:13.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:13 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3040533405' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:13.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:13 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:13.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:13 smithi029 ceph-mon[96870]: osdmap e987: 8 total, 8 up, 8 in 2024-07-27T18:37:13.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:13 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3040533405' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:13.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:13 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:13.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:13 smithi029 ceph-mon[99353]: osdmap e987: 8 total, 8 up, 8 in 2024-07-27T18:37:13.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:13 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3040533405' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:13.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:13 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:14 smithi179 ceph-mon[89801]: pgmap v1183: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:14 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:14 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-9","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:14 smithi179 ceph-mon[89801]: osdmap e988: 8 total, 8 up, 8 in 2024-07-27T18:37:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:37:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:37:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:37:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:37:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[96870]: pgmap v1183: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:14.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-9","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:14.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[96870]: osdmap e988: 8 total, 8 up, 8 in 2024-07-27T18:37:14.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:37:14.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:37:14.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:37:14.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:37:14.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[99353]: pgmap v1183: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:14.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:14.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-9","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:14.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[99353]: osdmap e988: 8 total, 8 up, 8 in 2024-07-27T18:37:14.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:37:14.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:37:14.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:37:14.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:37:15.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:15 smithi029 ceph-mon[96870]: osdmap e989: 8 total, 8 up, 8 in 2024-07-27T18:37:15.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:15 smithi029 ceph-mon[99353]: osdmap e989: 8 total, 8 up, 8 in 2024-07-27T18:37:15.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:15 smithi179 ceph-mon[89801]: osdmap e989: 8 total, 8 up, 8 in 2024-07-27T18:37:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:16 smithi029 ceph-mon[96870]: pgmap v1186: 137 pgs: 3 creating+peering, 18 unknown, 116 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:16 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:37:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:16 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:37:16.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:16 smithi029 ceph-mon[99353]: pgmap v1186: 137 pgs: 3 creating+peering, 18 unknown, 116 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:16.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:16 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:37:16.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:16 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:37:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:16 smithi179 ceph-mon[89801]: pgmap v1186: 137 pgs: 3 creating+peering, 18 unknown, 116 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:16 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:37:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:16 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:37:18.429 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsLock.TestExclusiveEphemeralBasic (7027 ms) 2024-07-27T18:37:18.430 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsLock.TestExclusiveEphemeralStealEphemeral 2024-07-27T18:37:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:18 smithi029 ceph-mon[96870]: pgmap v1187: 137 pgs: 3 creating+peering, 9 unknown, 125 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:18 smithi029 ceph-mon[99353]: pgmap v1187: 137 pgs: 3 creating+peering, 9 unknown, 125 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:18 smithi179 ceph-mon[89801]: pgmap v1187: 137 pgs: 3 creating+peering, 9 unknown, 125 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:19 smithi029 ceph-mon[96870]: osdmap e990: 8 total, 8 up, 8 in 2024-07-27T18:37:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:19 smithi029 ceph-mon[99353]: osdmap e990: 8 total, 8 up, 8 in 2024-07-27T18:37:19.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:19 smithi179 ceph-mon[89801]: osdmap e990: 8 total, 8 up, 8 in 2024-07-27T18:37:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:20 smithi029 ceph-mon[99353]: pgmap v1189: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:20.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:20 smithi029 ceph-mon[99353]: osdmap e991: 8 total, 8 up, 8 in 2024-07-27T18:37:20.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:20 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/103987336' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:20 smithi029 ceph-mon[96870]: pgmap v1189: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:20 smithi029 ceph-mon[96870]: osdmap e991: 8 total, 8 up, 8 in 2024-07-27T18:37:20.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:20 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/103987336' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:20 smithi179 ceph-mon[89801]: pgmap v1189: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:20 smithi179 ceph-mon[89801]: osdmap e991: 8 total, 8 up, 8 in 2024-07-27T18:37:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:20 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/103987336' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:21.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:21 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/103987336' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-10","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:21.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:21 smithi029 ceph-mon[99353]: osdmap e992: 8 total, 8 up, 8 in 2024-07-27T18:37:21.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:21 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/103987336' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-10","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:21.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:21 smithi029 ceph-mon[96870]: osdmap e992: 8 total, 8 up, 8 in 2024-07-27T18:37:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:21 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/103987336' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-10","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:21 smithi179 ceph-mon[89801]: osdmap e992: 8 total, 8 up, 8 in 2024-07-27T18:37:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:22 smithi029 ceph-mon[96870]: pgmap v1192: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:22 smithi029 ceph-mon[96870]: osdmap e993: 8 total, 8 up, 8 in 2024-07-27T18:37:22.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:22 smithi029 ceph-mon[99353]: pgmap v1192: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:22.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:22 smithi029 ceph-mon[99353]: osdmap e993: 8 total, 8 up, 8 in 2024-07-27T18:37:22.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:37:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:37:22] "GET /metrics HTTP/1.1" 200 36362 "" "Prometheus/2.43.0" 2024-07-27T18:37:22.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:22 smithi179 ceph-mon[89801]: pgmap v1192: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:22.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:22 smithi179 ceph-mon[89801]: osdmap e993: 8 total, 8 up, 8 in 2024-07-27T18:37:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:24 smithi029 ceph-mon[96870]: pgmap v1194: 137 pgs: 13 unknown, 124 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:37:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:24 smithi029 ceph-mon[99353]: pgmap v1194: 137 pgs: 13 unknown, 124 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:37:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:24 smithi179 ceph-mon[89801]: pgmap v1194: 137 pgs: 13 unknown, 124 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:37:26.465 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsLock.TestExclusiveEphemeralStealEphemeral (8037 ms) 2024-07-27T18:37:26.465 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsLock.TestExclusiveEphemeralStealExclusive 2024-07-27T18:37:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:26 smithi029 ceph-mon[96870]: pgmap v1195: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:26 smithi029 ceph-mon[99353]: pgmap v1195: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:26 smithi179 ceph-mon[89801]: pgmap v1195: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:27.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:27 smithi029 ceph-mon[96870]: osdmap e994: 8 total, 8 up, 8 in 2024-07-27T18:37:27.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:27 smithi029 ceph-mon[99353]: osdmap e994: 8 total, 8 up, 8 in 2024-07-27T18:37:27.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:27 smithi179 ceph-mon[89801]: osdmap e994: 8 total, 8 up, 8 in 2024-07-27T18:37:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:28 smithi029 ceph-mon[96870]: pgmap v1197: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:28.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:28 smithi029 ceph-mon[96870]: osdmap e995: 8 total, 8 up, 8 in 2024-07-27T18:37:28.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:28 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/558402780' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:28 smithi029 ceph-mon[99353]: pgmap v1197: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:28 smithi029 ceph-mon[99353]: osdmap e995: 8 total, 8 up, 8 in 2024-07-27T18:37:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:28 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/558402780' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:28 smithi179 ceph-mon[89801]: pgmap v1197: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:28 smithi179 ceph-mon[89801]: osdmap e995: 8 total, 8 up, 8 in 2024-07-27T18:37:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:28 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/558402780' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:29 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/558402780' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-11","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:29 smithi029 ceph-mon[96870]: osdmap e996: 8 total, 8 up, 8 in 2024-07-27T18:37:29.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:29 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/558402780' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-11","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:29.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:29 smithi029 ceph-mon[99353]: osdmap e996: 8 total, 8 up, 8 in 2024-07-27T18:37:29.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:29 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/558402780' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-140632-11","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:29.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:29 smithi179 ceph-mon[89801]: osdmap e996: 8 total, 8 up, 8 in 2024-07-27T18:37:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:30 smithi029 ceph-mon[96870]: pgmap v1200: 137 pgs: 4 creating+peering, 25 unknown, 108 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:30 smithi029 ceph-mon[96870]: osdmap e997: 8 total, 8 up, 8 in 2024-07-27T18:37:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:30 smithi029 ceph-mon[99353]: pgmap v1200: 137 pgs: 4 creating+peering, 25 unknown, 108 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:30.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:30 smithi029 ceph-mon[99353]: osdmap e997: 8 total, 8 up, 8 in 2024-07-27T18:37:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:30 smithi179 ceph-mon[89801]: pgmap v1200: 137 pgs: 4 creating+peering, 25 unknown, 108 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:30 smithi179 ceph-mon[89801]: osdmap e997: 8 total, 8 up, 8 in 2024-07-27T18:37:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:32 smithi029 ceph-mon[96870]: pgmap v1202: 137 pgs: 4 creating+peering, 16 unknown, 117 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:32 smithi029 ceph-mon[99353]: pgmap v1202: 137 pgs: 4 creating+peering, 16 unknown, 117 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:37:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:37:32] "GET /metrics HTTP/1.1" 200 36362 "" "Prometheus/2.43.0" 2024-07-27T18:37:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:32 smithi179 ceph-mon[89801]: pgmap v1202: 137 pgs: 4 creating+peering, 16 unknown, 117 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:34.497 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsLock.TestExclusiveEphemeralStealExclusive (8031 ms) 2024-07-27T18:37:34.497 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 11 tests from ClsLock (70157 ms total) 2024-07-27T18:37:34.497 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:37:34.497 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:37:34.497 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 11 tests from 1 test suite ran. (70157 ms total) 2024-07-27T18:37:34.497 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 11 tests. 2024-07-27T18:37:34.501 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:37:34.502 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:37:34.574 INFO:tasks.workunit:Running workunit cls/test_cls_log.sh... 2024-07-27T18:37:34.575 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_log.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_log.sh 2024-07-27T18:37:34.650 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:37:34.651 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 4 tests from 1 test suite. 2024-07-27T18:37:34.651 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:37:34.651 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 4 tests from cls_log 2024-07-27T18:37:34.651 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_log.test_log_add_same_time 2024-07-27T18:37:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:34 smithi029 ceph-mon[96870]: pgmap v1203: 137 pgs: 4 creating+peering, 133 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:34 smithi029 ceph-mon[99353]: pgmap v1203: 137 pgs: 4 creating+peering, 133 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:34 smithi179 ceph-mon[89801]: pgmap v1203: 137 pgs: 4 creating+peering, 133 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-07-27T18:37:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:35 smithi179 ceph-mon[89801]: osdmap e998: 8 total, 8 up, 8 in 2024-07-27T18:37:36.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:35 smithi029 ceph-mon[96870]: osdmap e998: 8 total, 8 up, 8 in 2024-07-27T18:37:36.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:35 smithi029 ceph-mon[99353]: osdmap e998: 8 total, 8 up, 8 in 2024-07-27T18:37:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:36 smithi179 ceph-mon[89801]: pgmap v1205: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:36 smithi179 ceph-mon[89801]: osdmap e999: 8 total, 8 up, 8 in 2024-07-27T18:37:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:36 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3106736845' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:36 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:36 smithi029 ceph-mon[99353]: pgmap v1205: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:36 smithi029 ceph-mon[99353]: osdmap e999: 8 total, 8 up, 8 in 2024-07-27T18:37:37.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:36 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3106736845' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:37.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:36 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:36 smithi029 ceph-mon[96870]: pgmap v1205: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:36 smithi029 ceph-mon[96870]: osdmap e999: 8 total, 8 up, 8 in 2024-07-27T18:37:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:36 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3106736845' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:37.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:36 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:37.523 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_log.test_log_add_same_time (2873 ms) 2024-07-27T18:37:37.523 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_log.test_log_add_different_time 2024-07-27T18:37:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:37 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:37.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:37 smithi179 ceph-mon[89801]: osdmap e1000: 8 total, 8 up, 8 in 2024-07-27T18:37:38.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:37 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:38.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:37 smithi029 ceph-mon[99353]: osdmap e1000: 8 total, 8 up, 8 in 2024-07-27T18:37:38.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:37 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:38.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:37 smithi029 ceph-mon[96870]: osdmap e1000: 8 total, 8 up, 8 in 2024-07-27T18:37:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:38 smithi179 ceph-mon[89801]: pgmap v1208: 137 pgs: 11 creating+peering, 21 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:38 smithi179 ceph-mon[89801]: osdmap e1001: 8 total, 8 up, 8 in 2024-07-27T18:37:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:38 smithi029 ceph-mon[96870]: pgmap v1208: 137 pgs: 11 creating+peering, 21 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:38 smithi029 ceph-mon[96870]: osdmap e1001: 8 total, 8 up, 8 in 2024-07-27T18:37:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:38 smithi029 ceph-mon[99353]: pgmap v1208: 137 pgs: 11 creating+peering, 21 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:38 smithi029 ceph-mon[99353]: osdmap e1001: 8 total, 8 up, 8 in 2024-07-27T18:37:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:39 smithi179 ceph-mon[89801]: osdmap e1002: 8 total, 8 up, 8 in 2024-07-27T18:37:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:39 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1035793097' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:39 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:37:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:39 smithi029 ceph-mon[96870]: osdmap e1002: 8 total, 8 up, 8 in 2024-07-27T18:37:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:39 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1035793097' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:39 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:37:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:39 smithi029 ceph-mon[99353]: osdmap e1002: 8 total, 8 up, 8 in 2024-07-27T18:37:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:39 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1035793097' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:39 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:37:40.545 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_log.test_log_add_different_time (3022 ms) 2024-07-27T18:37:40.545 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_log.trim_by_time 2024-07-27T18:37:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:40 smithi029 ceph-mon[99353]: pgmap v1211: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:40 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:40 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:40 smithi029 ceph-mon[99353]: osdmap e1003: 8 total, 8 up, 8 in 2024-07-27T18:37:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:40 smithi029 ceph-mon[96870]: pgmap v1211: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:40.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:40 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:40.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:40 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:40.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:40 smithi029 ceph-mon[96870]: osdmap e1003: 8 total, 8 up, 8 in 2024-07-27T18:37:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:40 smithi179 ceph-mon[89801]: pgmap v1211: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:40 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:40 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:40.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:40 smithi179 ceph-mon[89801]: osdmap e1003: 8 total, 8 up, 8 in 2024-07-27T18:37:41.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:41 smithi179 ceph-mon[89801]: osdmap e1004: 8 total, 8 up, 8 in 2024-07-27T18:37:42.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:41 smithi029 ceph-mon[96870]: osdmap e1004: 8 total, 8 up, 8 in 2024-07-27T18:37:42.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:41 smithi029 ceph-mon[99353]: osdmap e1004: 8 total, 8 up, 8 in 2024-07-27T18:37:42.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:42 smithi029 ceph-mon[96870]: pgmap v1214: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:42.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:42 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:37:42.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:42 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:37:42.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:42 smithi029 ceph-mon[96870]: osdmap e1005: 8 total, 8 up, 8 in 2024-07-27T18:37:42.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:42 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2290281014' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:42.754 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:37:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:37:42] "GET /metrics HTTP/1.1" 200 36357 "" "Prometheus/2.43.0" 2024-07-27T18:37:42.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:42 smithi029 ceph-mon[99353]: pgmap v1214: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:42.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:42 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:37:42.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:42 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:37:42.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:42 smithi029 ceph-mon[99353]: osdmap e1005: 8 total, 8 up, 8 in 2024-07-27T18:37:42.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:42 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2290281014' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:42 smithi179 ceph-mon[89801]: pgmap v1214: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:42 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:37:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:42 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:37:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:42 smithi179 ceph-mon[89801]: osdmap e1005: 8 total, 8 up, 8 in 2024-07-27T18:37:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:42 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2290281014' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:43.562 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_log.trim_by_time (3017 ms) 2024-07-27T18:37:43.562 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_log.trim_by_marker 2024-07-27T18:37:43.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:43 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2290281014' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:43.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:43 smithi179 ceph-mon[89801]: osdmap e1006: 8 total, 8 up, 8 in 2024-07-27T18:37:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:43 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2290281014' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:43 smithi029 ceph-mon[96870]: osdmap e1006: 8 total, 8 up, 8 in 2024-07-27T18:37:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:43 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2290281014' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:43 smithi029 ceph-mon[99353]: osdmap e1006: 8 total, 8 up, 8 in 2024-07-27T18:37:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:44 smithi179 ceph-mon[89801]: pgmap v1217: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:44 smithi179 ceph-mon[89801]: osdmap e1007: 8 total, 8 up, 8 in 2024-07-27T18:37:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:44 smithi029 ceph-mon[96870]: pgmap v1217: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:44 smithi029 ceph-mon[96870]: osdmap e1007: 8 total, 8 up, 8 in 2024-07-27T18:37:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:44 smithi029 ceph-mon[99353]: pgmap v1217: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:44 smithi029 ceph-mon[99353]: osdmap e1007: 8 total, 8 up, 8 in 2024-07-27T18:37:45.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:45 smithi179 ceph-mon[89801]: osdmap e1008: 8 total, 8 up, 8 in 2024-07-27T18:37:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:45 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2359057683' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:45 smithi179 ceph-mon[89801]: pgmap v1220: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:45 smithi029 ceph-mon[96870]: osdmap e1008: 8 total, 8 up, 8 in 2024-07-27T18:37:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:45 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2359057683' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:45 smithi029 ceph-mon[96870]: pgmap v1220: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:46.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:45 smithi029 ceph-mon[99353]: osdmap e1008: 8 total, 8 up, 8 in 2024-07-27T18:37:46.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:45 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2359057683' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:46.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:45 smithi029 ceph-mon[99353]: pgmap v1220: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:46.577 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_log.trim_by_marker (3014 ms) 2024-07-27T18:37:46.577 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 4 tests from cls_log (11927 ms total) 2024-07-27T18:37:46.577 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:37:46.577 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:37:46.577 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 4 tests from 1 test suite ran. (11927 ms total) 2024-07-27T18:37:46.577 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 4 tests. 2024-07-27T18:37:46.581 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:37:46.581 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:37:46.652 INFO:tasks.workunit:Running workunit cls/test_cls_numops.sh... 2024-07-27T18:37:46.653 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_numops.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_numops.sh 2024-07-27T18:37:46.728 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:37:46.728 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 4 tests from 1 test suite. 2024-07-27T18:37:46.728 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:37:46.728 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 4 tests from ClsNumOps 2024-07-27T18:37:46.728 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsNumOps.Add 2024-07-27T18:37:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:46 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:46 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2359057683' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:46 smithi179 ceph-mon[89801]: osdmap e1009: 8 total, 8 up, 8 in 2024-07-27T18:37:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:46 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:46 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2359057683' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:46 smithi029 ceph-mon[96870]: osdmap e1009: 8 total, 8 up, 8 in 2024-07-27T18:37:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:46 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:46 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2359057683' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141029-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:46 smithi029 ceph-mon[99353]: osdmap e1009: 8 total, 8 up, 8 in 2024-07-27T18:37:47.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:47 smithi179 ceph-mon[89801]: osdmap e1010: 8 total, 8 up, 8 in 2024-07-27T18:37:47.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:47 smithi179 ceph-mon[89801]: pgmap v1223: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:47 smithi029 ceph-mon[96870]: osdmap e1010: 8 total, 8 up, 8 in 2024-07-27T18:37:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:47 smithi029 ceph-mon[96870]: pgmap v1223: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:47 smithi029 ceph-mon[99353]: osdmap e1010: 8 total, 8 up, 8 in 2024-07-27T18:37:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:47 smithi029 ceph-mon[99353]: pgmap v1223: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:48 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:37:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:48 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:37:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:48 smithi179 ceph-mon[89801]: osdmap e1011: 8 total, 8 up, 8 in 2024-07-27T18:37:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:48 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/924774857' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:48 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:48 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:37:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:48 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:37:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:48 smithi029 ceph-mon[99353]: osdmap e1011: 8 total, 8 up, 8 in 2024-07-27T18:37:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:48 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/924774857' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:48 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:48 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:37:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:48 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:37:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:48 smithi029 ceph-mon[96870]: osdmap e1011: 8 total, 8 up, 8 in 2024-07-27T18:37:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:48 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/924774857' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:48 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:49.595 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsNumOps.Add (2867 ms) 2024-07-27T18:37:49.595 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsNumOps.Sub 2024-07-27T18:37:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:49 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:49.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:49 smithi179 ceph-mon[89801]: osdmap e1012: 8 total, 8 up, 8 in 2024-07-27T18:37:49.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:49 smithi179 ceph-mon[89801]: pgmap v1226: 137 pgs: 6 creating+peering, 20 unknown, 111 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:49 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:49 smithi029 ceph-mon[99353]: osdmap e1012: 8 total, 8 up, 8 in 2024-07-27T18:37:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:49 smithi029 ceph-mon[99353]: pgmap v1226: 137 pgs: 6 creating+peering, 20 unknown, 111 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:49 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:49 smithi029 ceph-mon[96870]: osdmap e1012: 8 total, 8 up, 8 in 2024-07-27T18:37:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:49 smithi029 ceph-mon[96870]: pgmap v1226: 137 pgs: 6 creating+peering, 20 unknown, 111 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:50 smithi179 ceph-mon[89801]: osdmap e1013: 8 total, 8 up, 8 in 2024-07-27T18:37:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:50 smithi029 ceph-mon[96870]: osdmap e1013: 8 total, 8 up, 8 in 2024-07-27T18:37:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:50 smithi029 ceph-mon[99353]: osdmap e1013: 8 total, 8 up, 8 in 2024-07-27T18:37:51.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:51 smithi179 ceph-mon[89801]: osdmap e1014: 8 total, 8 up, 8 in 2024-07-27T18:37:51.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:51 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/13823183' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:51.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:51 smithi179 ceph-mon[89801]: pgmap v1229: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:51 smithi029 ceph-mon[96870]: osdmap e1014: 8 total, 8 up, 8 in 2024-07-27T18:37:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:51 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/13823183' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:51 smithi029 ceph-mon[96870]: pgmap v1229: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:52.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:51 smithi029 ceph-mon[99353]: osdmap e1014: 8 total, 8 up, 8 in 2024-07-27T18:37:52.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:51 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/13823183' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:52.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:51 smithi029 ceph-mon[99353]: pgmap v1229: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:52.599 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:37:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:37:52] "GET /metrics HTTP/1.1" 200 36357 "" "Prometheus/2.43.0" 2024-07-27T18:37:52.612 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsNumOps.Sub (3017 ms) 2024-07-27T18:37:52.612 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsNumOps.Mul 2024-07-27T18:37:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:52 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:52.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:52 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/13823183' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:52.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:52 smithi179 ceph-mon[89801]: osdmap e1015: 8 total, 8 up, 8 in 2024-07-27T18:37:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:52 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:52 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/13823183' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:52 smithi029 ceph-mon[96870]: osdmap e1015: 8 total, 8 up, 8 in 2024-07-27T18:37:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:52 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:52 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/13823183' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:53.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:52 smithi029 ceph-mon[99353]: osdmap e1015: 8 total, 8 up, 8 in 2024-07-27T18:37:53.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:53 smithi179 ceph-mon[89801]: osdmap e1016: 8 total, 8 up, 8 in 2024-07-27T18:37:53.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:53 smithi179 ceph-mon[89801]: pgmap v1232: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:53 smithi029 ceph-mon[96870]: osdmap e1016: 8 total, 8 up, 8 in 2024-07-27T18:37:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:53 smithi029 ceph-mon[96870]: pgmap v1232: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:54.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:53 smithi029 ceph-mon[99353]: osdmap e1016: 8 total, 8 up, 8 in 2024-07-27T18:37:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:53 smithi029 ceph-mon[99353]: pgmap v1232: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:54 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:37:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:54 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:37:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:54 smithi179 ceph-mon[89801]: osdmap e1017: 8 total, 8 up, 8 in 2024-07-27T18:37:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:54 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3614612491' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:37:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:54 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:37:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:54 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:37:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:54 smithi029 ceph-mon[99353]: osdmap e1017: 8 total, 8 up, 8 in 2024-07-27T18:37:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:54 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3614612491' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:37:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:54 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:37:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:54 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:37:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:54 smithi029 ceph-mon[96870]: osdmap e1017: 8 total, 8 up, 8 in 2024-07-27T18:37:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:54 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3614612491' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:37:55.636 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsNumOps.Mul (3024 ms) 2024-07-27T18:37:55.636 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsNumOps.Div 2024-07-27T18:37:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3614612491' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:55 smithi179 ceph-mon[89801]: osdmap e1018: 8 total, 8 up, 8 in 2024-07-27T18:37:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:55 smithi179 ceph-mon[89801]: pgmap v1235: 137 pgs: 15 creating+peering, 17 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3614612491' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:55 smithi029 ceph-mon[96870]: osdmap e1018: 8 total, 8 up, 8 in 2024-07-27T18:37:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:55 smithi029 ceph-mon[96870]: pgmap v1235: 137 pgs: 15 creating+peering, 17 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3614612491' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:55 smithi029 ceph-mon[99353]: osdmap e1018: 8 total, 8 up, 8 in 2024-07-27T18:37:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:55 smithi029 ceph-mon[99353]: pgmap v1235: 137 pgs: 15 creating+peering, 17 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:56 smithi179 ceph-mon[89801]: osdmap e1019: 8 total, 8 up, 8 in 2024-07-27T18:37:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:56 smithi029 ceph-mon[96870]: osdmap e1019: 8 total, 8 up, 8 in 2024-07-27T18:37:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:56 smithi029 ceph-mon[99353]: osdmap e1019: 8 total, 8 up, 8 in 2024-07-27T18:37:57.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:57 smithi179 ceph-mon[89801]: osdmap e1020: 8 total, 8 up, 8 in 2024-07-27T18:37:57.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2243852098' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:57.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:57 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:57.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:57 smithi179 ceph-mon[89801]: pgmap v1238: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:57 smithi029 ceph-mon[96870]: osdmap e1020: 8 total, 8 up, 8 in 2024-07-27T18:37:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2243852098' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:57 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:57 smithi029 ceph-mon[96870]: pgmap v1238: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:58.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:57 smithi029 ceph-mon[99353]: osdmap e1020: 8 total, 8 up, 8 in 2024-07-27T18:37:58.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2243852098' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:58.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:57 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:37:58.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:57 smithi029 ceph-mon[99353]: pgmap v1238: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:37:58.648 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsNumOps.Div (3012 ms) 2024-07-27T18:37:58.648 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 4 tests from ClsNumOps (11920 ms total) 2024-07-27T18:37:58.648 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:37:58.648 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:37:58.648 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 4 tests from 1 test suite ran. (11920 ms total) 2024-07-27T18:37:58.649 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 4 tests. 2024-07-27T18:37:58.652 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:37:58.652 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:37:58.722 INFO:tasks.workunit:Running workunit cls/test_cls_rbd.sh... 2024-07-27T18:37:58.722 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_rbd.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_rbd.sh 2024-07-27T18:37:58.797 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:37:58.797 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 70 tests from 1 test suite. 2024-07-27T18:37:58.797 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:37:58.797 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 70 tests from TestClsRbd 2024-07-27T18:37:58.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:58 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:58.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:58 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:58.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:58 smithi029 ceph-mon[96870]: osdmap e1021: 8 total, 8 up, 8 in 2024-07-27T18:37:58.903 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:58 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:58.903 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:58 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:58.903 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:58 smithi029 ceph-mon[99353]: osdmap e1021: 8 total, 8 up, 8 in 2024-07-27T18:37:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:58 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:37:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:58 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141137-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:37:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:58 smithi179 ceph-mon[89801]: osdmap e1021: 8 total, 8 up, 8 in 2024-07-27T18:37:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:59 smithi179 ceph-mon[89801]: osdmap e1022: 8 total, 8 up, 8 in 2024-07-27T18:37:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:37:59 smithi179 ceph-mon[89801]: pgmap v1241: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:00.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:59 smithi029 ceph-mon[99353]: osdmap e1022: 8 total, 8 up, 8 in 2024-07-27T18:38:00.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:37:59 smithi029 ceph-mon[99353]: pgmap v1241: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:59 smithi029 ceph-mon[96870]: osdmap e1022: 8 total, 8 up, 8 in 2024-07-27T18:38:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:37:59 smithi029 ceph-mon[96870]: pgmap v1241: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:00.663 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.get_all_features 2024-07-27T18:38:00.679 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.get_all_features (15 ms) 2024-07-27T18:38:00.679 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.copyup 2024-07-27T18:38:00.862 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.copyup (183 ms) 2024-07-27T18:38:00.862 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.sparse_copyup 2024-07-27T18:38:00.877 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.sparse_copyup (15 ms) 2024-07-27T18:38:00.877 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.get_and_set_id 2024-07-27T18:38:00.883 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.get_and_set_id (6 ms) 2024-07-27T18:38:00.883 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.add_remove_child 2024-07-27T18:38:00.895 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.add_remove_child (12 ms) 2024-07-27T18:38:00.895 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.directory_methods 2024-07-27T18:38:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:00 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:00 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:38:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:00 smithi179 ceph-mon[89801]: osdmap e1023: 8 total, 8 up, 8 in 2024-07-27T18:38:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:00 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3633619291' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141243-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:00 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141243-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:00.921 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.directory_methods (26 ms) 2024-07-27T18:38:00.921 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.create 2024-07-27T18:38:00.934 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.create (14 ms) 2024-07-27T18:38:00.934 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.get_features 2024-07-27T18:38:00.936 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.get_features (1 ms) 2024-07-27T18:38:00.936 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.get_object_prefix 2024-07-27T18:38:00.937 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.get_object_prefix (2 ms) 2024-07-27T18:38:00.937 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.get_create_timestamp 2024-07-27T18:38:00.939 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.get_create_timestamp (2 ms) 2024-07-27T18:38:00.939 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.get_access_timestamp 2024-07-27T18:38:00.941 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.get_access_timestamp (1 ms) 2024-07-27T18:38:00.941 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.get_modify_timestamp 2024-07-27T18:38:00.942 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.get_modify_timestamp (2 ms) 2024-07-27T18:38:00.942 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.get_data_pool 2024-07-27T18:38:00.946 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.get_data_pool (3 ms) 2024-07-27T18:38:00.946 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.get_size 2024-07-27T18:38:00.949 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.get_size (4 ms) 2024-07-27T18:38:00.949 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.set_size 2024-07-27T18:38:00.954 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.set_size (4 ms) 2024-07-27T18:38:00.954 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.protection_status 2024-07-27T18:38:00.971 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.protection_status (17 ms) 2024-07-27T18:38:00.971 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.snapshot_limits 2024-07-27T18:38:00.978 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.snapshot_limits (8 ms) 2024-07-27T18:38:00.978 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.parents_v1 2024-07-27T18:38:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:00 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:00 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:38:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:00 smithi029 ceph-mon[96870]: osdmap e1023: 8 total, 8 up, 8 in 2024-07-27T18:38:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:00 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3633619291' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141243-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:00 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141243-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:00 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:00 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:38:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:00 smithi029 ceph-mon[99353]: osdmap e1023: 8 total, 8 up, 8 in 2024-07-27T18:38:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:00 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3633619291' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141243-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:00 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141243-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:01.016 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.parents_v1 (37 ms) 2024-07-27T18:38:01.016 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.parents_v2 2024-07-27T18:38:01.045 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.parents_v2 (29 ms) 2024-07-27T18:38:01.045 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.snapshots 2024-07-27T18:38:01.067 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.snapshots (22 ms) 2024-07-27T18:38:01.067 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.snapid_race 2024-07-27T18:38:01.074 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.snapid_race (7 ms) 2024-07-27T18:38:01.074 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.stripingv2 2024-07-27T18:38:01.083 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.stripingv2 (9 ms) 2024-07-27T18:38:01.083 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.object_map_save 2024-07-27T18:38:01.087 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.object_map_save (5 ms) 2024-07-27T18:38:01.087 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.object_map_resize 2024-07-27T18:38:01.094 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.object_map_resize (7 ms) 2024-07-27T18:38:01.095 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.object_map_update 2024-07-27T18:38:01.100 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.object_map_update (5 ms) 2024-07-27T18:38:01.100 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.object_map_load_enoent 2024-07-27T18:38:01.100 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.object_map_load_enoent (1 ms) 2024-07-27T18:38:01.100 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.object_map_snap_add 2024-07-27T18:38:01.108 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.object_map_snap_add (7 ms) 2024-07-27T18:38:01.108 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.object_map_snap_remove 2024-07-27T18:38:01.114 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.object_map_snap_remove (7 ms) 2024-07-27T18:38:01.114 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.flags 2024-07-27T18:38:01.119 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.flags (4 ms) 2024-07-27T18:38:01.119 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.metadata 2024-07-27T18:38:01.140 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.metadata (21 ms) 2024-07-27T18:38:01.140 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.set_features 2024-07-27T18:38:01.147 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.set_features (7 ms) 2024-07-27T18:38:01.147 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.mirror 2024-07-27T18:38:01.180 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.mirror (34 ms) 2024-07-27T18:38:01.181 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.mirror_image 2024-07-27T18:38:01.199 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.mirror_image (14 ms) 2024-07-27T18:38:01.199 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.mirror_image_status 2024-07-27T18:38:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:01 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141243-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:01 smithi029 ceph-mon[96870]: osdmap e1024: 8 total, 8 up, 8 in 2024-07-27T18:38:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:01 smithi029 ceph-mon[96870]: pgmap v1244: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:01 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141243-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:02.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:01 smithi029 ceph-mon[99353]: osdmap e1024: 8 total, 8 up, 8 in 2024-07-27T18:38:02.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:01 smithi029 ceph-mon[99353]: pgmap v1244: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:01 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141243-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:01 smithi179 ceph-mon[89801]: osdmap e1024: 8 total, 8 up, 8 in 2024-07-27T18:38:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:01 smithi179 ceph-mon[89801]: pgmap v1244: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:02.663 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:38:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:38:02] "GET /metrics HTTP/1.1" 200 36358 "" "Prometheus/2.43.0" 2024-07-27T18:38:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:02 smithi029 ceph-mon[96870]: osdmap e1025: 8 total, 8 up, 8 in 2024-07-27T18:38:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:02 smithi029 ceph-mon[99353]: osdmap e1025: 8 total, 8 up, 8 in 2024-07-27T18:38:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:02 smithi179 ceph-mon[89801]: osdmap e1025: 8 total, 8 up, 8 in 2024-07-27T18:38:03.521 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.mirror_image_status (2326 ms) 2024-07-27T18:38:03.521 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.mirror_image_map 2024-07-27T18:38:03.595 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.mirror_image_map (74 ms) 2024-07-27T18:38:03.595 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.mirror_instances 2024-07-27T18:38:03.602 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.mirror_instances (7 ms) 2024-07-27T18:38:03.602 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.mirror_snapshot 2024-07-27T18:38:03.613 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.mirror_snapshot (12 ms) 2024-07-27T18:38:03.613 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_dir_list 2024-07-27T18:38:03.615 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_dir_list (2 ms) 2024-07-27T18:38:03.615 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_dir_add 2024-07-27T18:38:03.617 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_dir_add (2 ms) 2024-07-27T18:38:03.617 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.dir_add_already_existing 2024-07-27T18:38:03.620 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.dir_add_already_existing (2 ms) 2024-07-27T18:38:03.620 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_dir_rename 2024-07-27T18:38:03.625 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_dir_rename (6 ms) 2024-07-27T18:38:03.625 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_dir_remove 2024-07-27T18:38:03.628 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_dir_remove (3 ms) 2024-07-27T18:38:03.629 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_dir_remove_missing 2024-07-27T18:38:03.632 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_dir_remove_missing (4 ms) 2024-07-27T18:38:03.632 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_image_add 2024-07-27T18:38:03.634 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_image_add (2 ms) 2024-07-27T18:38:03.634 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_image_remove 2024-07-27T18:38:03.638 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_image_remove (3 ms) 2024-07-27T18:38:03.638 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_image_list 2024-07-27T18:38:03.642 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_image_list (3 ms) 2024-07-27T18:38:03.642 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_image_clean 2024-07-27T18:38:03.645 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_image_clean (5 ms) 2024-07-27T18:38:03.645 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.image_group_add 2024-07-27T18:38:03.647 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.image_group_add (2 ms) 2024-07-27T18:38:03.647 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.image_group_remove 2024-07-27T18:38:03.650 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.image_group_remove (3 ms) 2024-07-27T18:38:03.650 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.image_group_get 2024-07-27T18:38:03.653 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.image_group_get (2 ms) 2024-07-27T18:38:03.653 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_snap_set_empty_name 2024-07-27T18:38:03.654 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_snap_set_empty_name (2 ms) 2024-07-27T18:38:03.655 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_snap_set_empty_id 2024-07-27T18:38:03.656 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_snap_set_empty_id (2 ms) 2024-07-27T18:38:03.657 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_snap_set_duplicate_id 2024-07-27T18:38:03.659 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_snap_set_duplicate_id (2 ms) 2024-07-27T18:38:03.659 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_snap_set_duplicate_name 2024-07-27T18:38:03.661 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_snap_set_duplicate_name (3 ms) 2024-07-27T18:38:03.661 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_snap_set 2024-07-27T18:38:03.663 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_snap_set (2 ms) 2024-07-27T18:38:03.664 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_snap_list 2024-07-27T18:38:03.667 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_snap_list (3 ms) 2024-07-27T18:38:03.667 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_snap_list_max_return 2024-07-27T18:38:03.682 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_snap_list_max_return (16 ms) 2024-07-27T18:38:03.682 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_snap_list_max_read 2024-07-27T18:38:03.874 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_snap_list_max_read (191 ms) 2024-07-27T18:38:03.874 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_snap_remove 2024-07-27T18:38:03.877 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_snap_remove (4 ms) 2024-07-27T18:38:03.877 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.group_snap_get_by_id 2024-07-27T18:38:03.879 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.group_snap_get_by_id (2 ms) 2024-07-27T18:38:03.879 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.trash_methods 2024-07-27T18:38:03.886 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.trash_methods (7 ms) 2024-07-27T18:38:03.887 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.op_features 2024-07-27T18:38:03.893 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.op_features (7 ms) 2024-07-27T18:38:03.893 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.clone_parent 2024-07-27T18:38:03.912 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.clone_parent (19 ms) 2024-07-27T18:38:03.912 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.clone_parent_ns 2024-07-27T18:38:03.921 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.clone_parent_ns (8 ms) 2024-07-27T18:38:03.921 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.clone_child 2024-07-27T18:38:03.931 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.clone_child (11 ms) 2024-07-27T18:38:03.931 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.namespace_methods 2024-07-27T18:38:03.938 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.namespace_methods (6 ms) 2024-07-27T18:38:03.938 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.migration 2024-07-27T18:38:03.948 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.migration (10 ms) 2024-07-27T18:38:03.948 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.migration_v1 2024-07-27T18:38:03.957 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.migration_v1 (9 ms) 2024-07-27T18:38:03.957 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.assert_snapc_seq 2024-07-27T18:38:04.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:04 smithi179 ceph-mon[89801]: pgmap v1246: 137 pgs: 21 unknown, 116 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.3 MiB/s wr, 1.02k op/s 2024-07-27T18:38:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:04 smithi029 ceph-mon[96870]: pgmap v1246: 137 pgs: 21 unknown, 116 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.3 MiB/s wr, 1.02k op/s 2024-07-27T18:38:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:04 smithi029 ceph-mon[99353]: pgmap v1246: 137 pgs: 21 unknown, 116 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.3 MiB/s wr, 1.02k op/s 2024-07-27T18:38:05.677 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.assert_snapc_seq (1719 ms) 2024-07-27T18:38:05.677 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestClsRbd.sparsify 2024-07-27T18:38:05.718 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestClsRbd.sparsify (41 ms) 2024-07-27T18:38:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:05 smithi029 ceph-mon[99353]: osdmap e1026: 8 total, 8 up, 8 in 2024-07-27T18:38:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:05 smithi029 ceph-mon[99353]: pgmap v1248: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.1 MiB/s wr, 1.07k op/s 2024-07-27T18:38:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:05 smithi029 ceph-mon[96870]: osdmap e1026: 8 total, 8 up, 8 in 2024-07-27T18:38:06.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:05 smithi029 ceph-mon[96870]: pgmap v1248: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.1 MiB/s wr, 1.07k op/s 2024-07-27T18:38:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:05 smithi179 ceph-mon[89801]: osdmap e1026: 8 total, 8 up, 8 in 2024-07-27T18:38:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:05 smithi179 ceph-mon[89801]: pgmap v1248: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.1 MiB/s wr, 1.07k op/s 2024-07-27T18:38:06.680 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 70 tests from TestClsRbd (5054 ms total) 2024-07-27T18:38:06.681 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:38:06.681 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:38:06.681 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 70 tests from 1 test suite ran. (7884 ms total) 2024-07-27T18:38:06.681 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 70 tests. 2024-07-27T18:38:06.685 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:38:06.685 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:38:06.754 INFO:tasks.workunit:Running workunit cls/test_cls_refcount.sh... 2024-07-27T18:38:06.754 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_refcount.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_refcount.sh 2024-07-27T18:38:06.828 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:38:06.828 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 10 tests from 1 test suite. 2024-07-27T18:38:06.828 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:38:06.828 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 10 tests from cls_rgw 2024-07-27T18:38:06.828 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.test_implicit 2024-07-27T18:38:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:06 smithi029 ceph-mon[96870]: osdmap e1027: 8 total, 8 up, 8 in 2024-07-27T18:38:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:06 smithi029 ceph-mon[99353]: osdmap e1027: 8 total, 8 up, 8 in 2024-07-27T18:38:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:06 smithi179 ceph-mon[89801]: osdmap e1027: 8 total, 8 up, 8 in 2024-07-27T18:38:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:07 smithi029 ceph-mon[96870]: osdmap e1028: 8 total, 8 up, 8 in 2024-07-27T18:38:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:07 smithi029 ceph-mon[96870]: pgmap v1251: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:08.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:07 smithi029 ceph-mon[99353]: osdmap e1028: 8 total, 8 up, 8 in 2024-07-27T18:38:08.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:07 smithi029 ceph-mon[99353]: pgmap v1251: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:07 smithi179 ceph-mon[89801]: osdmap e1028: 8 total, 8 up, 8 in 2024-07-27T18:38:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:07 smithi179 ceph-mon[89801]: pgmap v1251: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:08 smithi029 ceph-mon[99353]: osdmap e1029: 8 total, 8 up, 8 in 2024-07-27T18:38:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:08 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1173246443' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:38:09.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:08 smithi029 ceph-mon[96870]: osdmap e1029: 8 total, 8 up, 8 in 2024-07-27T18:38:09.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:08 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1173246443' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:09.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:38:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:08 smithi179 ceph-mon[89801]: osdmap e1029: 8 total, 8 up, 8 in 2024-07-27T18:38:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:08 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1173246443' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:38:09.709 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.test_implicit (2881 ms) 2024-07-27T18:38:09.709 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.test_implicit_idempotent 2024-07-27T18:38:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:09 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1173246443' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:09 smithi029 ceph-mon[99353]: osdmap e1030: 8 total, 8 up, 8 in 2024-07-27T18:38:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:09 smithi029 ceph-mon[99353]: pgmap v1254: 137 pgs: 6 creating+peering, 20 unknown, 111 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:09 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1173246443' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:09 smithi029 ceph-mon[96870]: osdmap e1030: 8 total, 8 up, 8 in 2024-07-27T18:38:10.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:09 smithi029 ceph-mon[96870]: pgmap v1254: 137 pgs: 6 creating+peering, 20 unknown, 111 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:09 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1173246443' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:09 smithi179 ceph-mon[89801]: osdmap e1030: 8 total, 8 up, 8 in 2024-07-27T18:38:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:09 smithi179 ceph-mon[89801]: pgmap v1254: 137 pgs: 6 creating+peering, 20 unknown, 111 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:10 smithi029 ceph-mon[96870]: osdmap e1031: 8 total, 8 up, 8 in 2024-07-27T18:38:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:10 smithi029 ceph-mon[99353]: osdmap e1031: 8 total, 8 up, 8 in 2024-07-27T18:38:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:10 smithi179 ceph-mon[89801]: osdmap e1031: 8 total, 8 up, 8 in 2024-07-27T18:38:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:11 smithi029 ceph-mon[96870]: osdmap e1032: 8 total, 8 up, 8 in 2024-07-27T18:38:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:11 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2951167820' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:11 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:12.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:11 smithi029 ceph-mon[96870]: pgmap v1257: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:11 smithi029 ceph-mon[99353]: osdmap e1032: 8 total, 8 up, 8 in 2024-07-27T18:38:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:11 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2951167820' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:11 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:11 smithi029 ceph-mon[99353]: pgmap v1257: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:11 smithi179 ceph-mon[89801]: osdmap e1032: 8 total, 8 up, 8 in 2024-07-27T18:38:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:11 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2951167820' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:11 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:11 smithi179 ceph-mon[89801]: pgmap v1257: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:12.724 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:38:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:38:12] "GET /metrics HTTP/1.1" 200 36358 "" "Prometheus/2.43.0" 2024-07-27T18:38:12.724 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.test_implicit_idempotent (3016 ms) 2024-07-27T18:38:12.724 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.test_put_snap 2024-07-27T18:38:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:12 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:12 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:12 smithi029 ceph-mon[99353]: osdmap e1033: 8 total, 8 up, 8 in 2024-07-27T18:38:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:12 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:12 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:13.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:12 smithi029 ceph-mon[96870]: osdmap e1033: 8 total, 8 up, 8 in 2024-07-27T18:38:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:12 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:12 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:12 smithi179 ceph-mon[89801]: osdmap e1033: 8 total, 8 up, 8 in 2024-07-27T18:38:14.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:13 smithi029 ceph-mon[99353]: osdmap e1034: 8 total, 8 up, 8 in 2024-07-27T18:38:14.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:13 smithi029 ceph-mon[99353]: pgmap v1260: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:13 smithi029 ceph-mon[96870]: osdmap e1034: 8 total, 8 up, 8 in 2024-07-27T18:38:14.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:13 smithi029 ceph-mon[96870]: pgmap v1260: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:13 smithi179 ceph-mon[89801]: osdmap e1034: 8 total, 8 up, 8 in 2024-07-27T18:38:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:13 smithi179 ceph-mon[89801]: pgmap v1260: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:38:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[99353]: osdmap e1035: 8 total, 8 up, 8 in 2024-07-27T18:38:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/582159377' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:38:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:38:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:38:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:38:15.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:15.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:38:15.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[96870]: osdmap e1035: 8 total, 8 up, 8 in 2024-07-27T18:38:15.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/582159377' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:15.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:38:15.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:38:15.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:38:15.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:38:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:14 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:14 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:38:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:14 smithi179 ceph-mon[89801]: osdmap e1035: 8 total, 8 up, 8 in 2024-07-27T18:38:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:14 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/582159377' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:38:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:38:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:38:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:38:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:15 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/582159377' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:15 smithi029 ceph-mon[96870]: osdmap e1036: 8 total, 8 up, 8 in 2024-07-27T18:38:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:15 smithi029 ceph-mon[96870]: pgmap v1263: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:16.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:15 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/582159377' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:16.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:15 smithi029 ceph-mon[99353]: osdmap e1036: 8 total, 8 up, 8 in 2024-07-27T18:38:16.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:15 smithi029 ceph-mon[99353]: pgmap v1263: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:16.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:15 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/582159377' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:16.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:15 smithi179 ceph-mon[89801]: osdmap e1036: 8 total, 8 up, 8 in 2024-07-27T18:38:16.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:15 smithi179 ceph-mon[89801]: pgmap v1263: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:16 smithi029 ceph-mon[96870]: osdmap e1037: 8 total, 8 up, 8 in 2024-07-27T18:38:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:16 smithi029 ceph-mon[99353]: osdmap e1037: 8 total, 8 up, 8 in 2024-07-27T18:38:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:16 smithi179 ceph-mon[89801]: osdmap e1037: 8 total, 8 up, 8 in 2024-07-27T18:38:18.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:17 smithi179 ceph-mon[89801]: pgmap v1265: 137 pgs: 5 creating+peering, 22 unknown, 110 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:18.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:17 smithi029 ceph-mon[99353]: pgmap v1265: 137 pgs: 5 creating+peering, 22 unknown, 110 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:17 smithi029 ceph-mon[96870]: pgmap v1265: 137 pgs: 5 creating+peering, 22 unknown, 110 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:20.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:19 smithi179 ceph-mon[89801]: osdmap e1038: 8 total, 8 up, 8 in 2024-07-27T18:38:20.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:19 smithi179 ceph-mon[89801]: pgmap v1267: 137 pgs: 5 creating+peering, 132 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 202 B/s wr, 0 op/s 2024-07-27T18:38:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:19 smithi029 ceph-mon[96870]: osdmap e1038: 8 total, 8 up, 8 in 2024-07-27T18:38:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:19 smithi029 ceph-mon[96870]: pgmap v1267: 137 pgs: 5 creating+peering, 132 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 202 B/s wr, 0 op/s 2024-07-27T18:38:20.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:19 smithi029 ceph-mon[99353]: osdmap e1038: 8 total, 8 up, 8 in 2024-07-27T18:38:20.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:19 smithi029 ceph-mon[99353]: pgmap v1267: 137 pgs: 5 creating+peering, 132 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 202 B/s wr, 0 op/s 2024-07-27T18:38:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:20 smithi179 ceph-mon[89801]: osdmap e1039: 8 total, 8 up, 8 in 2024-07-27T18:38:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:20 smithi029 ceph-mon[96870]: osdmap e1039: 8 total, 8 up, 8 in 2024-07-27T18:38:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:20 smithi029 ceph-mon[99353]: osdmap e1039: 8 total, 8 up, 8 in 2024-07-27T18:38:21.777 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.test_put_snap (9052 ms) 2024-07-27T18:38:21.777 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.test_explicit 2024-07-27T18:38:22.064 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:21 smithi179 ceph-mon[89801]: osdmap e1040: 8 total, 8 up, 8 in 2024-07-27T18:38:22.064 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:21 smithi179 ceph-mon[89801]: pgmap v1270: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 202 B/s wr, 0 op/s 2024-07-27T18:38:22.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:21 smithi029 ceph-mon[99353]: osdmap e1040: 8 total, 8 up, 8 in 2024-07-27T18:38:22.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:21 smithi029 ceph-mon[99353]: pgmap v1270: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 202 B/s wr, 0 op/s 2024-07-27T18:38:22.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:21 smithi029 ceph-mon[96870]: osdmap e1040: 8 total, 8 up, 8 in 2024-07-27T18:38:22.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:21 smithi029 ceph-mon[96870]: pgmap v1270: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 202 B/s wr, 0 op/s 2024-07-27T18:38:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:38:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:38:22] "GET /metrics HTTP/1.1" 200 36358 "" "Prometheus/2.43.0" 2024-07-27T18:38:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:22 smithi179 ceph-mon[89801]: osdmap e1041: 8 total, 8 up, 8 in 2024-07-27T18:38:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:22 smithi029 ceph-mon[96870]: osdmap e1041: 8 total, 8 up, 8 in 2024-07-27T18:38:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:22 smithi029 ceph-mon[99353]: osdmap e1041: 8 total, 8 up, 8 in 2024-07-27T18:38:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:23 smithi179 ceph-mon[89801]: osdmap e1042: 8 total, 8 up, 8 in 2024-07-27T18:38:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:23 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2816631247' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:23 smithi179 ceph-mon[89801]: pgmap v1273: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:38:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:23 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2816631247' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:23 smithi179 ceph-mon[89801]: osdmap e1043: 8 total, 8 up, 8 in 2024-07-27T18:38:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:23 smithi029 ceph-mon[99353]: osdmap e1042: 8 total, 8 up, 8 in 2024-07-27T18:38:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:23 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2816631247' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:23 smithi029 ceph-mon[99353]: pgmap v1273: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:38:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:23 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2816631247' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:23 smithi029 ceph-mon[99353]: osdmap e1043: 8 total, 8 up, 8 in 2024-07-27T18:38:24.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:23 smithi029 ceph-mon[96870]: osdmap e1042: 8 total, 8 up, 8 in 2024-07-27T18:38:24.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:23 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2816631247' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:24.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:23 smithi029 ceph-mon[96870]: pgmap v1273: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:24.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:38:24.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:23 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2816631247' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:24.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:23 smithi029 ceph-mon[96870]: osdmap e1043: 8 total, 8 up, 8 in 2024-07-27T18:38:24.799 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.test_explicit (3023 ms) 2024-07-27T18:38:24.800 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.set 2024-07-27T18:38:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:24 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:24 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:24 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:25 smithi179 ceph-mon[89801]: osdmap e1044: 8 total, 8 up, 8 in 2024-07-27T18:38:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:25 smithi179 ceph-mon[89801]: pgmap v1276: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:25 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:25 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:38:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:25 smithi029 ceph-mon[96870]: osdmap e1044: 8 total, 8 up, 8 in 2024-07-27T18:38:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:25 smithi029 ceph-mon[96870]: pgmap v1276: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:25 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:25 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:38:26.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:25 smithi029 ceph-mon[99353]: osdmap e1044: 8 total, 8 up, 8 in 2024-07-27T18:38:26.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:25 smithi029 ceph-mon[99353]: pgmap v1276: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:26.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:25 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:26.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:25 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:38:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:26 smithi179 ceph-mon[89801]: osdmap e1045: 8 total, 8 up, 8 in 2024-07-27T18:38:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:26 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2105652798' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:26 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:26 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:26 smithi179 ceph-mon[89801]: osdmap e1046: 8 total, 8 up, 8 in 2024-07-27T18:38:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:26 smithi029 ceph-mon[96870]: osdmap e1045: 8 total, 8 up, 8 in 2024-07-27T18:38:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:26 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2105652798' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:26 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:27.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:26 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:27.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:26 smithi029 ceph-mon[96870]: osdmap e1046: 8 total, 8 up, 8 in 2024-07-27T18:38:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:26 smithi029 ceph-mon[99353]: osdmap e1045: 8 total, 8 up, 8 in 2024-07-27T18:38:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:26 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2105652798' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:26 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:38:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:26 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141298-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:38:27.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:26 smithi029 ceph-mon[99353]: osdmap e1046: 8 total, 8 up, 8 in 2024-07-27T18:38:27.811 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.set (3011 ms) 2024-07-27T18:38:27.811 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.test_implicit_ec 2024-07-27T18:38:28.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:27 smithi029 ceph-mon[96870]: pgmap v1278: 137 pgs: 11 creating+peering, 21 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:28.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:27 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:28.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:27 smithi029 ceph-mon[96870]: osdmap e1047: 8 total, 8 up, 8 in 2024-07-27T18:38:28.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:27 smithi029 ceph-mon[99353]: pgmap v1278: 137 pgs: 11 creating+peering, 21 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:28.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:27 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:28.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:27 smithi029 ceph-mon[99353]: osdmap e1047: 8 total, 8 up, 8 in 2024-07-27T18:38:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:27 smithi179 ceph-mon[89801]: pgmap v1278: 137 pgs: 11 creating+peering, 21 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:27 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:27 smithi179 ceph-mon[89801]: osdmap e1047: 8 total, 8 up, 8 in 2024-07-27T18:38:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:28 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:28 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:28 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:28 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:28 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-6", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:28 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-6", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:28 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:28 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:28 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:28 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:28 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-6", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:28 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-6", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:28 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:28 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:28 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:28 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:29.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:28 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-6", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:29.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:28 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-6", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:29 smithi179 ceph-mon[89801]: pgmap v1281: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:29 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:29 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:38:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:29 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-6", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:38:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:29 smithi179 ceph-mon[89801]: osdmap e1048: 8 total, 8 up, 8 in 2024-07-27T18:38:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:29 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-6", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:29 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-6", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:30.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[99353]: pgmap v1281: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:30.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:30.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:38:30.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-6", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:38:30.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[99353]: osdmap e1048: 8 total, 8 up, 8 in 2024-07-27T18:38:30.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-6", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:30.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-6", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:30.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[96870]: pgmap v1281: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:30.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:30.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:38:30.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-6", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:38:30.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[96870]: osdmap e1048: 8 total, 8 up, 8 in 2024-07-27T18:38:30.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-6", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:30.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:29 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-6", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:30 smithi179 ceph-mon[89801]: osdmap e1049: 8 total, 8 up, 8 in 2024-07-27T18:38:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:30 smithi029 ceph-mon[96870]: osdmap e1049: 8 total, 8 up, 8 in 2024-07-27T18:38:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:30 smithi029 ceph-mon[99353]: osdmap e1049: 8 total, 8 up, 8 in 2024-07-27T18:38:32.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:31 smithi179 ceph-mon[89801]: pgmap v1284: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:31 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-6", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-6"}]': finished 2024-07-27T18:38:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:31 smithi179 ceph-mon[89801]: osdmap e1050: 8 total, 8 up, 8 in 2024-07-27T18:38:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:31 smithi029 ceph-mon[96870]: pgmap v1284: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:31 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-6", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-6"}]': finished 2024-07-27T18:38:32.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:31 smithi029 ceph-mon[96870]: osdmap e1050: 8 total, 8 up, 8 in 2024-07-27T18:38:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:31 smithi029 ceph-mon[99353]: pgmap v1284: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:31 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-6", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-6"}]': finished 2024-07-27T18:38:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:31 smithi029 ceph-mon[99353]: osdmap e1050: 8 total, 8 up, 8 in 2024-07-27T18:38:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:38:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:38:32] "GET /metrics HTTP/1.1" 200 36360 "" "Prometheus/2.43.0" 2024-07-27T18:38:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:32 smithi179 ceph-mon[89801]: osdmap e1051: 8 total, 8 up, 8 in 2024-07-27T18:38:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:32 smithi029 ceph-mon[96870]: osdmap e1051: 8 total, 8 up, 8 in 2024-07-27T18:38:33.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:32 smithi029 ceph-mon[99353]: osdmap e1051: 8 total, 8 up, 8 in 2024-07-27T18:38:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:33 smithi179 ceph-mon[89801]: pgmap v1287: 113 pgs: 4 creating+peering, 2 unknown, 107 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:33 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:33 smithi179 ceph-mon[89801]: osdmap e1052: 8 total, 8 up, 8 in 2024-07-27T18:38:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:33 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:33 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:33 smithi029 ceph-mon[96870]: pgmap v1287: 113 pgs: 4 creating+peering, 2 unknown, 107 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:33 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:33 smithi029 ceph-mon[96870]: osdmap e1052: 8 total, 8 up, 8 in 2024-07-27T18:38:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:33 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:34.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:33 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:33 smithi029 ceph-mon[99353]: pgmap v1287: 113 pgs: 4 creating+peering, 2 unknown, 107 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:33 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:33 smithi029 ceph-mon[99353]: osdmap e1052: 8 total, 8 up, 8 in 2024-07-27T18:38:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:33 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:34.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:33 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:34.868 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.test_implicit_ec (7057 ms) 2024-07-27T18:38:34.868 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.test_implicit_idempotent_ec 2024-07-27T18:38:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:34 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]': finished 2024-07-27T18:38:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:34 smithi179 ceph-mon[89801]: osdmap e1053: 8 total, 8 up, 8 in 2024-07-27T18:38:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:34 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:34 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:34 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]': finished 2024-07-27T18:38:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:34 smithi029 ceph-mon[96870]: osdmap e1053: 8 total, 8 up, 8 in 2024-07-27T18:38:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:34 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:34 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:34 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-6"}]': finished 2024-07-27T18:38:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:34 smithi029 ceph-mon[99353]: osdmap e1053: 8 total, 8 up, 8 in 2024-07-27T18:38:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:34 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1466021021' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:34 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]: dispatch 2024-07-27T18:38:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:35 smithi179 ceph-mon[89801]: pgmap v1290: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:35 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:35 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:38:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:35 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]': finished 2024-07-27T18:38:36.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:35 smithi179 ceph-mon[89801]: osdmap e1054: 8 total, 8 up, 8 in 2024-07-27T18:38:36.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:35 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:36.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:35 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:36.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:35 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:36.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:35 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:36.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:35 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-7", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:36.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:35 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-7", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[96870]: pgmap v1290: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:38:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]': finished 2024-07-27T18:38:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[96870]: osdmap e1054: 8 total, 8 up, 8 in 2024-07-27T18:38:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:36.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:36.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:36.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:36.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-7", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:36.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-7", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:36.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[99353]: pgmap v1290: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:36.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:36.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:38:36.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-6"}]': finished 2024-07-27T18:38:36.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[99353]: osdmap e1054: 8 total, 8 up, 8 in 2024-07-27T18:38:36.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:36.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:36.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:36.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:36.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-7", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:36.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:35 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-7", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:36 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-7", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:38:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:36 smithi179 ceph-mon[89801]: osdmap e1055: 8 total, 8 up, 8 in 2024-07-27T18:38:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:36 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-7", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:36 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-7", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:36 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-7", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:38:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:36 smithi029 ceph-mon[96870]: osdmap e1055: 8 total, 8 up, 8 in 2024-07-27T18:38:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:36 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-7", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:37.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:36 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-7", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:36 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-7", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:38:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:36 smithi029 ceph-mon[99353]: osdmap e1055: 8 total, 8 up, 8 in 2024-07-27T18:38:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:36 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-7", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:36 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-7", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:38.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:37 smithi179 ceph-mon[89801]: pgmap v1293: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:37 smithi179 ceph-mon[89801]: osdmap e1056: 8 total, 8 up, 8 in 2024-07-27T18:38:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:37 smithi029 ceph-mon[96870]: pgmap v1293: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:37 smithi029 ceph-mon[96870]: osdmap e1056: 8 total, 8 up, 8 in 2024-07-27T18:38:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:37 smithi029 ceph-mon[99353]: pgmap v1293: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:37 smithi029 ceph-mon[99353]: osdmap e1056: 8 total, 8 up, 8 in 2024-07-27T18:38:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:38 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-7", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-7"}]': finished 2024-07-27T18:38:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:38 smithi179 ceph-mon[89801]: osdmap e1057: 8 total, 8 up, 8 in 2024-07-27T18:38:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:38:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:38 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-7", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-7"}]': finished 2024-07-27T18:38:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:38 smithi029 ceph-mon[96870]: osdmap e1057: 8 total, 8 up, 8 in 2024-07-27T18:38:39.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:38:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:38 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-7", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-7"}]': finished 2024-07-27T18:38:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:38 smithi029 ceph-mon[99353]: osdmap e1057: 8 total, 8 up, 8 in 2024-07-27T18:38:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:38:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:39 smithi179 ceph-mon[89801]: pgmap v1296: 113 pgs: 2 creating+peering, 6 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:39 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:39 smithi179 ceph-mon[89801]: osdmap e1058: 8 total, 8 up, 8 in 2024-07-27T18:38:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:39 smithi029 ceph-mon[99353]: pgmap v1296: 113 pgs: 2 creating+peering, 6 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:39 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:39 smithi029 ceph-mon[99353]: osdmap e1058: 8 total, 8 up, 8 in 2024-07-27T18:38:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:39 smithi029 ceph-mon[96870]: pgmap v1296: 113 pgs: 2 creating+peering, 6 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:39 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:40.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:39 smithi029 ceph-mon[96870]: osdmap e1058: 8 total, 8 up, 8 in 2024-07-27T18:38:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:40 smithi179 ceph-mon[89801]: osdmap e1059: 8 total, 8 up, 8 in 2024-07-27T18:38:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:40 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:40 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:40 smithi029 ceph-mon[96870]: osdmap e1059: 8 total, 8 up, 8 in 2024-07-27T18:38:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:40 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:40 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:41.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:40 smithi029 ceph-mon[99353]: osdmap e1059: 8 total, 8 up, 8 in 2024-07-27T18:38:41.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:40 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:41.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:40 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:41.903 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.test_implicit_idempotent_ec (7035 ms) 2024-07-27T18:38:41.903 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.test_put_snap_ec 2024-07-27T18:38:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:41 smithi179 ceph-mon[89801]: pgmap v1299: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:41 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:41 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:38:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:41 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]': finished 2024-07-27T18:38:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:41 smithi179 ceph-mon[89801]: osdmap e1060: 8 total, 8 up, 8 in 2024-07-27T18:38:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:41 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:41 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[96870]: pgmap v1299: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:42.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:38:42.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]': finished 2024-07-27T18:38:42.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[96870]: osdmap e1060: 8 total, 8 up, 8 in 2024-07-27T18:38:42.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:42.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[99353]: pgmap v1299: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:38:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-7"}]': finished 2024-07-27T18:38:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[99353]: osdmap e1060: 8 total, 8 up, 8 in 2024-07-27T18:38:42.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1317800040' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:42.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:41 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]: dispatch 2024-07-27T18:38:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:38:42] "GET /metrics HTTP/1.1" 200 36349 "" "Prometheus/2.43.0" 2024-07-27T18:38:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:42 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]': finished 2024-07-27T18:38:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:42 smithi179 ceph-mon[89801]: osdmap e1061: 8 total, 8 up, 8 in 2024-07-27T18:38:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:42 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:42 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:42 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:42 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:42 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-8", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:42 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-8", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]': finished 2024-07-27T18:38:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[99353]: osdmap e1061: 8 total, 8 up, 8 in 2024-07-27T18:38:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-8", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-8", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-7"}]': finished 2024-07-27T18:38:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[96870]: osdmap e1061: 8 total, 8 up, 8 in 2024-07-27T18:38:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-8", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:42 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-8", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:44 smithi179 ceph-mon[89801]: pgmap v1302: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:44 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-8", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:38:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:44 smithi179 ceph-mon[89801]: osdmap e1062: 8 total, 8 up, 8 in 2024-07-27T18:38:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:44 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-8", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:44 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-8", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:44 smithi029 ceph-mon[99353]: pgmap v1302: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:44 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-8", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:38:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:44 smithi029 ceph-mon[99353]: osdmap e1062: 8 total, 8 up, 8 in 2024-07-27T18:38:44.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:44 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-8", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:44.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:44 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-8", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:44.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:44 smithi029 ceph-mon[96870]: pgmap v1302: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:44.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:44 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-8", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:38:44.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:44 smithi029 ceph-mon[96870]: osdmap e1062: 8 total, 8 up, 8 in 2024-07-27T18:38:44.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:44 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-8", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:44.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:44 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-8", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:45 smithi179 ceph-mon[89801]: osdmap e1063: 8 total, 8 up, 8 in 2024-07-27T18:38:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:45 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-8", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-8"}]': finished 2024-07-27T18:38:45.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:45 smithi179 ceph-mon[89801]: osdmap e1064: 8 total, 8 up, 8 in 2024-07-27T18:38:45.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:45 smithi029 ceph-mon[96870]: osdmap e1063: 8 total, 8 up, 8 in 2024-07-27T18:38:45.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:45 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-8", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-8"}]': finished 2024-07-27T18:38:45.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:45 smithi029 ceph-mon[96870]: osdmap e1064: 8 total, 8 up, 8 in 2024-07-27T18:38:45.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:45 smithi029 ceph-mon[99353]: osdmap e1063: 8 total, 8 up, 8 in 2024-07-27T18:38:45.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:45 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-8", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-8"}]': finished 2024-07-27T18:38:45.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:45 smithi029 ceph-mon[99353]: osdmap e1064: 8 total, 8 up, 8 in 2024-07-27T18:38:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:46 smithi179 ceph-mon[89801]: pgmap v1305: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:46 smithi179 ceph-mon[89801]: osdmap e1065: 8 total, 8 up, 8 in 2024-07-27T18:38:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:46 smithi029 ceph-mon[96870]: pgmap v1305: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:46 smithi029 ceph-mon[96870]: osdmap e1065: 8 total, 8 up, 8 in 2024-07-27T18:38:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:46 smithi029 ceph-mon[99353]: pgmap v1305: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:46.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:46 smithi029 ceph-mon[99353]: osdmap e1065: 8 total, 8 up, 8 in 2024-07-27T18:38:48.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:47 smithi179 ceph-mon[89801]: pgmap v1308: 113 pgs: 6 unknown, 107 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:48.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:47 smithi179 ceph-mon[89801]: osdmap e1066: 8 total, 8 up, 8 in 2024-07-27T18:38:48.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:47 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:47 smithi029 ceph-mon[96870]: pgmap v1308: 113 pgs: 6 unknown, 107 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:47 smithi029 ceph-mon[96870]: osdmap e1066: 8 total, 8 up, 8 in 2024-07-27T18:38:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:47 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:47 smithi029 ceph-mon[99353]: pgmap v1308: 113 pgs: 6 unknown, 107 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:47 smithi029 ceph-mon[99353]: osdmap e1066: 8 total, 8 up, 8 in 2024-07-27T18:38:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:47 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:38:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:49 smithi029 ceph-mon[96870]: pgmap v1310: 113 pgs: 3 unknown, 110 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 209 B/s wr, 0 op/s 2024-07-27T18:38:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:49 smithi029 ceph-mon[99353]: pgmap v1310: 113 pgs: 3 unknown, 110 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 209 B/s wr, 0 op/s 2024-07-27T18:38:50.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:49 smithi179 ceph-mon[89801]: pgmap v1310: 113 pgs: 3 unknown, 110 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 209 B/s wr, 0 op/s 2024-07-27T18:38:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:50 smithi029 ceph-mon[96870]: osdmap e1067: 8 total, 8 up, 8 in 2024-07-27T18:38:51.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:50 smithi029 ceph-mon[99353]: osdmap e1067: 8 total, 8 up, 8 in 2024-07-27T18:38:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:50 smithi179 ceph-mon[89801]: osdmap e1067: 8 total, 8 up, 8 in 2024-07-27T18:38:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:51 smithi029 ceph-mon[96870]: pgmap v1312: 113 pgs: 113 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 173 B/s wr, 0 op/s 2024-07-27T18:38:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:51 smithi029 ceph-mon[96870]: osdmap e1068: 8 total, 8 up, 8 in 2024-07-27T18:38:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:51 smithi029 ceph-mon[99353]: pgmap v1312: 113 pgs: 113 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 173 B/s wr, 0 op/s 2024-07-27T18:38:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:51 smithi029 ceph-mon[99353]: osdmap e1068: 8 total, 8 up, 8 in 2024-07-27T18:38:52.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:51 smithi179 ceph-mon[89801]: pgmap v1312: 113 pgs: 113 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 173 B/s wr, 0 op/s 2024-07-27T18:38:52.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:51 smithi179 ceph-mon[89801]: osdmap e1068: 8 total, 8 up, 8 in 2024-07-27T18:38:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:38:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:38:52] "GET /metrics HTTP/1.1" 200 36349 "" "Prometheus/2.43.0" 2024-07-27T18:38:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:52 smithi029 ceph-mon[99353]: osdmap e1069: 8 total, 8 up, 8 in 2024-07-27T18:38:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:52 smithi029 ceph-mon[96870]: osdmap e1069: 8 total, 8 up, 8 in 2024-07-27T18:38:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:52 smithi179 ceph-mon[89801]: osdmap e1069: 8 total, 8 up, 8 in 2024-07-27T18:38:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:53 smithi029 ceph-mon[99353]: pgmap v1315: 113 pgs: 113 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 173 B/s wr, 0 op/s 2024-07-27T18:38:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:53 smithi029 ceph-mon[99353]: osdmap e1070: 8 total, 8 up, 8 in 2024-07-27T18:38:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:53 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:53 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:38:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:38:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:53 smithi029 ceph-mon[96870]: pgmap v1315: 113 pgs: 113 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 173 B/s wr, 0 op/s 2024-07-27T18:38:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:53 smithi029 ceph-mon[96870]: osdmap e1070: 8 total, 8 up, 8 in 2024-07-27T18:38:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:53 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:53 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:38:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:38:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:53 smithi179 ceph-mon[89801]: pgmap v1315: 113 pgs: 113 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 173 B/s wr, 0 op/s 2024-07-27T18:38:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:53 smithi179 ceph-mon[89801]: osdmap e1070: 8 total, 8 up, 8 in 2024-07-27T18:38:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:53 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:53 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:38:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:38:54.948 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.test_put_snap_ec (13045 ms) 2024-07-27T18:38:54.948 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.test_explicit_ec 2024-07-27T18:38:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:54 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]': finished 2024-07-27T18:38:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:54 smithi029 ceph-mon[96870]: osdmap e1071: 8 total, 8 up, 8 in 2024-07-27T18:38:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:54 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:54 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:54 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]': finished 2024-07-27T18:38:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:54 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]': finished 2024-07-27T18:38:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:54 smithi029 ceph-mon[99353]: osdmap e1071: 8 total, 8 up, 8 in 2024-07-27T18:38:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:54 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:54 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:54 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]': finished 2024-07-27T18:38:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:54 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-8"}]': finished 2024-07-27T18:38:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:54 smithi179 ceph-mon[89801]: osdmap e1071: 8 total, 8 up, 8 in 2024-07-27T18:38:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:54 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2817354776' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:54 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]: dispatch 2024-07-27T18:38:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:54 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-8"}]': finished 2024-07-27T18:38:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[96870]: pgmap v1318: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[96870]: osdmap e1072: 8 total, 8 up, 8 in 2024-07-27T18:38:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:38:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-9", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:56.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-9", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:56.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[99353]: pgmap v1318: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:56.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[99353]: osdmap e1072: 8 total, 8 up, 8 in 2024-07-27T18:38:56.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:56.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:38:56.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:56.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:56.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:56.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:56.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-9", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:56.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:55 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-9", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:55 smithi179 ceph-mon[89801]: pgmap v1318: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:55 smithi179 ceph-mon[89801]: osdmap e1072: 8 total, 8 up, 8 in 2024-07-27T18:38:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:55 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:38:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:55 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:38:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:55 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:55 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-9", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:55 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-9", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:38:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:56 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-9", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:38:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:56 smithi029 ceph-mon[96870]: osdmap e1073: 8 total, 8 up, 8 in 2024-07-27T18:38:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:56 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-9", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:56 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-9", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:56 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-9", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:38:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:56 smithi029 ceph-mon[99353]: osdmap e1073: 8 total, 8 up, 8 in 2024-07-27T18:38:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:56 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-9", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:56 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-9", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:56 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-9", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:38:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:56 smithi179 ceph-mon[89801]: osdmap e1073: 8 total, 8 up, 8 in 2024-07-27T18:38:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:56 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-9", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:56 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-9", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:38:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:57 smithi029 ceph-mon[96870]: pgmap v1321: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:57 smithi029 ceph-mon[96870]: osdmap e1074: 8 total, 8 up, 8 in 2024-07-27T18:38:58.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:57 smithi029 ceph-mon[99353]: pgmap v1321: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:58.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:57 smithi029 ceph-mon[99353]: osdmap e1074: 8 total, 8 up, 8 in 2024-07-27T18:38:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:57 smithi179 ceph-mon[89801]: pgmap v1321: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:38:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:57 smithi179 ceph-mon[89801]: osdmap e1074: 8 total, 8 up, 8 in 2024-07-27T18:38:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:58 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-9", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-9"}]': finished 2024-07-27T18:38:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:58 smithi029 ceph-mon[96870]: osdmap e1075: 8 total, 8 up, 8 in 2024-07-27T18:38:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:58 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-9", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-9"}]': finished 2024-07-27T18:38:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:58 smithi029 ceph-mon[99353]: osdmap e1075: 8 total, 8 up, 8 in 2024-07-27T18:38:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:58 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-9", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-9"}]': finished 2024-07-27T18:38:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:58 smithi179 ceph-mon[89801]: osdmap e1075: 8 total, 8 up, 8 in 2024-07-27T18:39:00.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:59 smithi029 ceph-mon[99353]: pgmap v1324: 113 pgs: 3 creating+peering, 5 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:00.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:59 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:39:00.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:38:59 smithi029 ceph-mon[99353]: osdmap e1076: 8 total, 8 up, 8 in 2024-07-27T18:39:00.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:59 smithi029 ceph-mon[96870]: pgmap v1324: 113 pgs: 3 creating+peering, 5 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:00.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:59 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:39:00.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:38:59 smithi029 ceph-mon[96870]: osdmap e1076: 8 total, 8 up, 8 in 2024-07-27T18:39:00.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:59 smithi179 ceph-mon[89801]: pgmap v1324: 113 pgs: 3 creating+peering, 5 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:59 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:39:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:38:59 smithi179 ceph-mon[89801]: osdmap e1076: 8 total, 8 up, 8 in 2024-07-27T18:39:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:00 smithi029 ceph-mon[99353]: osdmap e1077: 8 total, 8 up, 8 in 2024-07-27T18:39:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:00 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:39:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:00 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:39:01.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:00 smithi029 ceph-mon[96870]: osdmap e1077: 8 total, 8 up, 8 in 2024-07-27T18:39:01.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:00 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:39:01.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:00 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:39:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:00 smithi179 ceph-mon[89801]: osdmap e1077: 8 total, 8 up, 8 in 2024-07-27T18:39:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:00 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:39:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:00 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:39:01.999 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.test_explicit_ec (7052 ms) 2024-07-27T18:39:02.000 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.set_ec 2024-07-27T18:39:02.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[99353]: pgmap v1327: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:02.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:39:02.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:39:02.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]': finished 2024-07-27T18:39:02.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[99353]: osdmap e1078: 8 total, 8 up, 8 in 2024-07-27T18:39:02.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:39:02.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:39:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[96870]: pgmap v1327: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:39:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:39:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]': finished 2024-07-27T18:39:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[96870]: osdmap e1078: 8 total, 8 up, 8 in 2024-07-27T18:39:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:39:02.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:01 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:39:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:01 smithi179 ceph-mon[89801]: pgmap v1327: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:01 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:39:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:01 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:39:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:01 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-9"}]': finished 2024-07-27T18:39:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:01 smithi179 ceph-mon[89801]: osdmap e1078: 8 total, 8 up, 8 in 2024-07-27T18:39:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:01 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1489584190' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:39:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:01 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]: dispatch 2024-07-27T18:39:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:39:02] "GET /metrics HTTP/1.1" 200 33992 "" "Prometheus/2.43.0" 2024-07-27T18:39:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]': finished 2024-07-27T18:39:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[96870]: osdmap e1079: 8 total, 8 up, 8 in 2024-07-27T18:39:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-10", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:39:03.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-10", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:39:03.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]': finished 2024-07-27T18:39:03.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[99353]: osdmap e1079: 8 total, 8 up, 8 in 2024-07-27T18:39:03.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:03.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:03.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-10", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:39:03.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:02 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-10", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:39:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:02 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-9"}]': finished 2024-07-27T18:39:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:02 smithi179 ceph-mon[89801]: osdmap e1079: 8 total, 8 up, 8 in 2024-07-27T18:39:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:02 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:02 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:02 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:02 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:02 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-10", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:39:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:02 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-10", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2024-07-27T18:39:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:04 smithi029 ceph-mon[96870]: pgmap v1330: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:04 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-10", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:39:04.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:04 smithi029 ceph-mon[96870]: osdmap e1080: 8 total, 8 up, 8 in 2024-07-27T18:39:04.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:04 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-10", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:04.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:04 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-10", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:04.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:04 smithi029 ceph-mon[99353]: pgmap v1330: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:04.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:04 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-10", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:39:04.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:04 smithi029 ceph-mon[99353]: osdmap e1080: 8 total, 8 up, 8 in 2024-07-27T18:39:04.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:04 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-10", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:04.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:04 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-10", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:04 smithi179 ceph-mon[89801]: pgmap v1330: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:04 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "testprofile-test-rados-api-smithi029-141298-10", "profile": [ "k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2024-07-27T18:39:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:04 smithi179 ceph-mon[89801]: osdmap e1080: 8 total, 8 up, 8 in 2024-07-27T18:39:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:04 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-10", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:04 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-10", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:05.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:05 smithi029 ceph-mon[96870]: osdmap e1081: 8 total, 8 up, 8 in 2024-07-27T18:39:05.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:05 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-10", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-10"}]': finished 2024-07-27T18:39:05.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:05 smithi029 ceph-mon[96870]: osdmap e1082: 8 total, 8 up, 8 in 2024-07-27T18:39:05.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:05 smithi029 ceph-mon[99353]: osdmap e1081: 8 total, 8 up, 8 in 2024-07-27T18:39:05.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:05 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-10", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-10"}]': finished 2024-07-27T18:39:05.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:05 smithi029 ceph-mon[99353]: osdmap e1082: 8 total, 8 up, 8 in 2024-07-27T18:39:05.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:05 smithi179 ceph-mon[89801]: osdmap e1081: 8 total, 8 up, 8 in 2024-07-27T18:39:05.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:05 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "test-rados-api-smithi029-141298-10", "pool_type":"erasure", "pg_num":8, "pgp_num":8, "erasure_code_profile":"testprofile-test-rados-api-smithi029-141298-10"}]': finished 2024-07-27T18:39:05.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:05 smithi179 ceph-mon[89801]: osdmap e1082: 8 total, 8 up, 8 in 2024-07-27T18:39:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:06 smithi029 ceph-mon[96870]: pgmap v1333: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:06 smithi029 ceph-mon[96870]: osdmap e1083: 8 total, 8 up, 8 in 2024-07-27T18:39:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:06 smithi029 ceph-mon[99353]: pgmap v1333: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:06.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:06 smithi029 ceph-mon[99353]: osdmap e1083: 8 total, 8 up, 8 in 2024-07-27T18:39:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:06 smithi179 ceph-mon[89801]: pgmap v1333: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:06 smithi179 ceph-mon[89801]: osdmap e1083: 8 total, 8 up, 8 in 2024-07-27T18:39:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:08 smithi179 ceph-mon[89801]: pgmap v1336: 113 pgs: 1 creating+activating, 6 unknown, 106 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:08 smithi179 ceph-mon[89801]: osdmap e1084: 8 total, 8 up, 8 in 2024-07-27T18:39:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:08 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:08 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:08 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:39:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:08 smithi029 ceph-mon[99353]: pgmap v1336: 113 pgs: 1 creating+activating, 6 unknown, 106 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:08 smithi029 ceph-mon[99353]: osdmap e1084: 8 total, 8 up, 8 in 2024-07-27T18:39:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:08 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:08 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:08 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:39:08.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:08 smithi029 ceph-mon[96870]: pgmap v1336: 113 pgs: 1 creating+activating, 6 unknown, 106 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:08.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:08 smithi029 ceph-mon[96870]: osdmap e1084: 8 total, 8 up, 8 in 2024-07-27T18:39:08.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:08 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:08.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:08 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:08.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:08 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:39:09.017 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.set_ec (7017 ms) 2024-07-27T18:39:09.017 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 10 tests from cls_rgw (62189 ms total) 2024-07-27T18:39:09.017 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:39:09.017 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:39:09.017 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 10 tests from 1 test suite ran. (62189 ms total) 2024-07-27T18:39:09.017 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 10 tests. 2024-07-27T18:39:09.020 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:39:09.021 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:39:09.091 INFO:tasks.workunit:Running workunit cls/test_cls_rgw.sh... 2024-07-27T18:39:09.092 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_rgw.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_rgw.sh 2024-07-27T18:39:09.167 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:39:09.168 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 16 tests from 1 test suite. 2024-07-27T18:39:09.168 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:39:09.168 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 16 tests from cls_rgw 2024-07-27T18:39:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:09 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]': finished 2024-07-27T18:39:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:09 smithi179 ceph-mon[89801]: osdmap e1085: 8 total, 8 up, 8 in 2024-07-27T18:39:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:09 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:09 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:39:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:09 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]': finished 2024-07-27T18:39:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:09 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]': finished 2024-07-27T18:39:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:09 smithi029 ceph-mon[96870]: osdmap e1085: 8 total, 8 up, 8 in 2024-07-27T18:39:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:09 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:09 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:39:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:09 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]': finished 2024-07-27T18:39:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:09 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile rm", "name": "testprofile-test-rados-api-smithi029-141298-10"}]': finished 2024-07-27T18:39:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:09 smithi029 ceph-mon[99353]: osdmap e1085: 8 total, 8 up, 8 in 2024-07-27T18:39:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:09 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/42940389' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:09 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]: dispatch 2024-07-27T18:39:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:39:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:09 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd crush rule rm", "name":"test-rados-api-smithi029-141298-10"}]': finished 2024-07-27T18:39:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:10 smithi179 ceph-mon[89801]: pgmap v1339: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:10 smithi179 ceph-mon[89801]: osdmap e1086: 8 total, 8 up, 8 in 2024-07-27T18:39:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:10 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:39:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:10 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:39:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:10 smithi029 ceph-mon[96870]: pgmap v1339: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:10 smithi029 ceph-mon[96870]: osdmap e1086: 8 total, 8 up, 8 in 2024-07-27T18:39:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:10 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:39:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:10 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:39:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:10 smithi029 ceph-mon[99353]: pgmap v1339: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:10 smithi029 ceph-mon[99353]: osdmap e1086: 8 total, 8 up, 8 in 2024-07-27T18:39:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:10 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:39:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:10 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:39:11.035 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.index_basic 2024-07-27T18:39:11.077 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.index_basic (43 ms) 2024-07-27T18:39:11.078 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.index_multiple_obj_writers 2024-07-27T18:39:11.103 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.index_multiple_obj_writers (26 ms) 2024-07-27T18:39:11.103 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.index_remove_object 2024-07-27T18:39:11.141 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.index_remove_object (37 ms) 2024-07-27T18:39:11.141 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.index_suggest 2024-07-27T18:39:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:11 smithi179 ceph-mon[89801]: osdmap e1087: 8 total, 8 up, 8 in 2024-07-27T18:39:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:11 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4075038006' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:39:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:11 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:39:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:11 smithi029 ceph-mon[96870]: osdmap e1087: 8 total, 8 up, 8 in 2024-07-27T18:39:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:11 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4075038006' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:39:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:11 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:39:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:11 smithi029 ceph-mon[99353]: osdmap e1087: 8 total, 8 up, 8 in 2024-07-27T18:39:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:11 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4075038006' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:39:11.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:11 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:39:12.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:12 smithi029 ceph-mon[96870]: pgmap v1342: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:12.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:12 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:39:12.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:12 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:39:12.334 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:12 smithi029 ceph-mon[96870]: osdmap e1088: 8 total, 8 up, 8 in 2024-07-27T18:39:12.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:12 smithi029 ceph-mon[99353]: pgmap v1342: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:12.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:12 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:39:12.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:12 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:39:12.334 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:12 smithi029 ceph-mon[99353]: osdmap e1088: 8 total, 8 up, 8 in 2024-07-27T18:39:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:12 smithi179 ceph-mon[89801]: pgmap v1342: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:39:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:12 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:39:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:12 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:39:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:12 smithi179 ceph-mon[89801]: osdmap e1088: 8 total, 8 up, 8 in 2024-07-27T18:39:12.571 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.index_suggest (1430 ms) 2024-07-27T18:39:12.571 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.index_suggest_complete 2024-07-27T18:39:12.578 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.index_suggest_complete (7 ms) 2024-07-27T18:39:12.578 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.index_list 2024-07-27T18:39:12.597 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.index_list (19 ms) 2024-07-27T18:39:12.597 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.index_list_delimited 2024-07-27T18:39:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:39:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:39:12] "GET /metrics HTTP/1.1" 200 33990 "" "Prometheus/2.43.0" 2024-07-27T18:39:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:13 smithi179 ceph-mon[89801]: osdmap e1089: 8 total, 8 up, 8 in 2024-07-27T18:39:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:13 smithi029 ceph-mon[96870]: osdmap e1089: 8 total, 8 up, 8 in 2024-07-27T18:39:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:13 smithi029 ceph-mon[99353]: osdmap e1089: 8 total, 8 up, 8 in 2024-07-27T18:39:14.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:14 smithi179 ceph-mon[89801]: pgmap v1345: 137 pgs: 18 unknown, 119 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 10 KiB/s wr, 30 op/s 2024-07-27T18:39:14.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:14 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:39:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:14 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:39:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:14 smithi029 ceph-mon[96870]: pgmap v1345: 137 pgs: 18 unknown, 119 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 10 KiB/s wr, 30 op/s 2024-07-27T18:39:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:14 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:39:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:14 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:39:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:14 smithi029 ceph-mon[99353]: pgmap v1345: 137 pgs: 18 unknown, 119 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 10 KiB/s wr, 30 op/s 2024-07-27T18:39:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:14 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:39:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:14 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:39:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:15 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:39:15.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:15 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:39:15.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:15 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:39:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:16 smithi179 ceph-mon[89801]: pgmap v1346: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 192 KiB/s rd, 98 KiB/s wr, 326 op/s 2024-07-27T18:39:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:39:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:39:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:16 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:39:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:16 smithi029 ceph-mon[99353]: pgmap v1346: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 192 KiB/s rd, 98 KiB/s wr, 326 op/s 2024-07-27T18:39:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:39:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:39:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:16 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:39:16.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:16 smithi029 ceph-mon[96870]: pgmap v1346: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 192 KiB/s rd, 98 KiB/s wr, 326 op/s 2024-07-27T18:39:16.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:39:16.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:39:16.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:16 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:39:18.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:18 smithi179 ceph-mon[89801]: pgmap v1347: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 165 KiB/s rd, 84 KiB/s wr, 281 op/s 2024-07-27T18:39:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:18 smithi029 ceph-mon[96870]: pgmap v1347: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 165 KiB/s rd, 84 KiB/s wr, 281 op/s 2024-07-27T18:39:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:18 smithi029 ceph-mon[99353]: pgmap v1347: 137 pgs: 137 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 165 KiB/s rd, 84 KiB/s wr, 281 op/s 2024-07-27T18:39:20.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:20 smithi179 ceph-mon[89801]: pgmap v1348: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 836 KiB/s rd, 535 KiB/s wr, 1.62k op/s 2024-07-27T18:39:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:20 smithi029 ceph-mon[96870]: pgmap v1348: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 836 KiB/s rd, 535 KiB/s wr, 1.62k op/s 2024-07-27T18:39:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:20 smithi029 ceph-mon[99353]: pgmap v1348: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 836 KiB/s rd, 535 KiB/s wr, 1.62k op/s 2024-07-27T18:39:22.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:22 smithi029 ceph-mon[96870]: pgmap v1349: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 684 KiB/s rd, 438 KiB/s wr, 1.33k op/s 2024-07-27T18:39:22.332 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:22 smithi029 ceph-mon[99353]: pgmap v1349: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 684 KiB/s rd, 438 KiB/s wr, 1.33k op/s 2024-07-27T18:39:22.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:22 smithi179 ceph-mon[89801]: pgmap v1349: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 684 KiB/s rd, 438 KiB/s wr, 1.33k op/s 2024-07-27T18:39:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:39:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:39:22] "GET /metrics HTTP/1.1" 200 33990 "" "Prometheus/2.43.0" 2024-07-27T18:39:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:24 smithi179 ceph-mon[89801]: pgmap v1350: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1011 KiB/s rd, 658 KiB/s wr, 1.99k op/s 2024-07-27T18:39:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:39:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:39:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:24 smithi029 ceph-mon[96870]: pgmap v1350: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1011 KiB/s rd, 658 KiB/s wr, 1.99k op/s 2024-07-27T18:39:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:39:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:39:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:24 smithi029 ceph-mon[99353]: pgmap v1350: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1011 KiB/s rd, 658 KiB/s wr, 1.99k op/s 2024-07-27T18:39:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:39:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:39:26.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:26 smithi179 ceph-mon[89801]: pgmap v1351: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 902 KiB/s rd, 587 KiB/s wr, 1.77k op/s 2024-07-27T18:39:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:26 smithi029 ceph-mon[96870]: pgmap v1351: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 902 KiB/s rd, 587 KiB/s wr, 1.77k op/s 2024-07-27T18:39:26.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:26 smithi029 ceph-mon[99353]: pgmap v1351: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 902 KiB/s rd, 587 KiB/s wr, 1.77k op/s 2024-07-27T18:39:28.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:28 smithi179 ceph-mon[89801]: pgmap v1352: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 815 KiB/s rd, 544 KiB/s wr, 1.63k op/s 2024-07-27T18:39:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:28 smithi029 ceph-mon[96870]: pgmap v1352: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 815 KiB/s rd, 544 KiB/s wr, 1.63k op/s 2024-07-27T18:39:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:28 smithi029 ceph-mon[99353]: pgmap v1352: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 815 KiB/s rd, 544 KiB/s wr, 1.63k op/s 2024-07-27T18:39:30.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:30 smithi179 ceph-mon[89801]: pgmap v1353: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 736 KiB/s wr, 2.20k op/s 2024-07-27T18:39:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:30 smithi029 ceph-mon[96870]: pgmap v1353: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 736 KiB/s wr, 2.20k op/s 2024-07-27T18:39:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:30 smithi029 ceph-mon[99353]: pgmap v1353: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 736 KiB/s wr, 2.20k op/s 2024-07-27T18:39:32.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:32 smithi029 ceph-mon[96870]: pgmap v1354: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 640 KiB/s rd, 426 KiB/s wr, 1.28k op/s 2024-07-27T18:39:32.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:32 smithi029 ceph-mon[99353]: pgmap v1354: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 640 KiB/s rd, 426 KiB/s wr, 1.28k op/s 2024-07-27T18:39:32.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:32 smithi179 ceph-mon[89801]: pgmap v1354: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 640 KiB/s rd, 426 KiB/s wr, 1.28k op/s 2024-07-27T18:39:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:39:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:39:32] "GET /metrics HTTP/1.1" 200 36379 "" "Prometheus/2.43.0" 2024-07-27T18:39:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:34 smithi179 ceph-mon[89801]: pgmap v1355: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 924 KiB/s rd, 616 KiB/s wr, 1.85k op/s 2024-07-27T18:39:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:34 smithi029 ceph-mon[96870]: pgmap v1355: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 924 KiB/s rd, 616 KiB/s wr, 1.85k op/s 2024-07-27T18:39:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:34 smithi029 ceph-mon[99353]: pgmap v1355: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 924 KiB/s rd, 616 KiB/s wr, 1.85k op/s 2024-07-27T18:39:36.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:36 smithi179 ceph-mon[89801]: pgmap v1356: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 574 KiB/s rd, 382 KiB/s wr, 1.15k op/s 2024-07-27T18:39:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:36 smithi029 ceph-mon[96870]: pgmap v1356: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 574 KiB/s rd, 382 KiB/s wr, 1.15k op/s 2024-07-27T18:39:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:36 smithi029 ceph-mon[99353]: pgmap v1356: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 574 KiB/s rd, 382 KiB/s wr, 1.15k op/s 2024-07-27T18:39:38.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:38 smithi179 ceph-mon[89801]: pgmap v1357: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 574 KiB/s rd, 382 KiB/s wr, 1.15k op/s 2024-07-27T18:39:38.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:38 smithi029 ceph-mon[96870]: pgmap v1357: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 574 KiB/s rd, 382 KiB/s wr, 1.15k op/s 2024-07-27T18:39:38.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:38 smithi029 ceph-mon[99353]: pgmap v1357: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 574 KiB/s rd, 382 KiB/s wr, 1.15k op/s 2024-07-27T18:39:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:39:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:39:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:39:40.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:40 smithi179 ceph-mon[89801]: pgmap v1358: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 859 KiB/s rd, 573 KiB/s wr, 1.72k op/s 2024-07-27T18:39:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:40 smithi029 ceph-mon[96870]: pgmap v1358: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 859 KiB/s rd, 573 KiB/s wr, 1.72k op/s 2024-07-27T18:39:40.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:40 smithi029 ceph-mon[99353]: pgmap v1358: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 859 KiB/s rd, 573 KiB/s wr, 1.72k op/s 2024-07-27T18:39:42.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:42 smithi029 ceph-mon[96870]: pgmap v1359: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 570 KiB/s rd, 380 KiB/s wr, 1.14k op/s 2024-07-27T18:39:42.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:42 smithi029 ceph-mon[99353]: pgmap v1359: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 570 KiB/s rd, 380 KiB/s wr, 1.14k op/s 2024-07-27T18:39:42.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:42 smithi179 ceph-mon[89801]: pgmap v1359: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 570 KiB/s rd, 380 KiB/s wr, 1.14k op/s 2024-07-27T18:39:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:39:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:39:42] "GET /metrics HTTP/1.1" 200 36379 "" "Prometheus/2.43.0" 2024-07-27T18:39:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:44 smithi179 ceph-mon[89801]: pgmap v1360: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 856 KiB/s rd, 571 KiB/s wr, 1.71k op/s 2024-07-27T18:39:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:44 smithi029 ceph-mon[96870]: pgmap v1360: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 856 KiB/s rd, 571 KiB/s wr, 1.71k op/s 2024-07-27T18:39:44.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:44 smithi029 ceph-mon[99353]: pgmap v1360: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 856 KiB/s rd, 571 KiB/s wr, 1.71k op/s 2024-07-27T18:39:46.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:46 smithi179 ceph-mon[89801]: pgmap v1361: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 572 KiB/s rd, 381 KiB/s wr, 1.14k op/s 2024-07-27T18:39:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:46 smithi029 ceph-mon[96870]: pgmap v1361: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 572 KiB/s rd, 381 KiB/s wr, 1.14k op/s 2024-07-27T18:39:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:46 smithi029 ceph-mon[99353]: pgmap v1361: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 572 KiB/s rd, 381 KiB/s wr, 1.14k op/s 2024-07-27T18:39:48.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:48 smithi179 ceph-mon[89801]: pgmap v1362: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 572 KiB/s rd, 381 KiB/s wr, 1.14k op/s 2024-07-27T18:39:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:48 smithi029 ceph-mon[96870]: pgmap v1362: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 572 KiB/s rd, 381 KiB/s wr, 1.14k op/s 2024-07-27T18:39:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:48 smithi029 ceph-mon[99353]: pgmap v1362: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 572 KiB/s rd, 381 KiB/s wr, 1.14k op/s 2024-07-27T18:39:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:50 smithi179 ceph-mon[89801]: pgmap v1363: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 856 KiB/s rd, 571 KiB/s wr, 1.71k op/s 2024-07-27T18:39:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:50 smithi029 ceph-mon[96870]: pgmap v1363: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 856 KiB/s rd, 571 KiB/s wr, 1.71k op/s 2024-07-27T18:39:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:50 smithi029 ceph-mon[99353]: pgmap v1363: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 856 KiB/s rd, 571 KiB/s wr, 1.71k op/s 2024-07-27T18:39:52.235 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.index_list_delimited (39638 ms) 2024-07-27T18:39:52.235 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.bi_list 2024-07-27T18:39:52.309 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.bi_list (75 ms) 2024-07-27T18:39:52.309 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.gc_set 2024-07-27T18:39:52.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:52 smithi029 ceph-mon[96870]: pgmap v1364: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 571 KiB/s rd, 380 KiB/s wr, 1.14k op/s 2024-07-27T18:39:52.332 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:52 smithi029 ceph-mon[99353]: pgmap v1364: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 571 KiB/s rd, 380 KiB/s wr, 1.14k op/s 2024-07-27T18:39:52.334 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.gc_set (24 ms) 2024-07-27T18:39:52.334 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.gc_list 2024-07-27T18:39:52.359 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.gc_list (24 ms) 2024-07-27T18:39:52.359 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.gc_defer 2024-07-27T18:39:52.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:52 smithi179 ceph-mon[89801]: pgmap v1364: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 571 KiB/s rd, 380 KiB/s wr, 1.14k op/s 2024-07-27T18:39:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:39:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:39:52] "GET /metrics HTTP/1.1" 200 36379 "" "Prometheus/2.43.0" 2024-07-27T18:39:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:54 smithi179 ceph-mon[89801]: pgmap v1365: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 854 KiB/s rd, 569 KiB/s wr, 1.71k op/s 2024-07-27T18:39:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:54 smithi179 ceph-mon[89801]: osdmap e1090: 8 total, 8 up, 8 in 2024-07-27T18:39:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:54 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1110441154' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:39:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:39:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:54 smithi029 ceph-mon[99353]: pgmap v1365: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 854 KiB/s rd, 569 KiB/s wr, 1.71k op/s 2024-07-27T18:39:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:54 smithi029 ceph-mon[99353]: osdmap e1090: 8 total, 8 up, 8 in 2024-07-27T18:39:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:54 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1110441154' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:39:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:39:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:54 smithi029 ceph-mon[96870]: pgmap v1365: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 854 KiB/s rd, 569 KiB/s wr, 1.71k op/s 2024-07-27T18:39:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:54 smithi029 ceph-mon[96870]: osdmap e1090: 8 total, 8 up, 8 in 2024-07-27T18:39:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:54 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1110441154' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:39:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:39:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1110441154' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:39:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:55 smithi179 ceph-mon[89801]: osdmap e1091: 8 total, 8 up, 8 in 2024-07-27T18:39:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1110441154' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:39:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:55 smithi029 ceph-mon[96870]: osdmap e1091: 8 total, 8 up, 8 in 2024-07-27T18:39:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1110441154' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141635-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:39:55.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:55 smithi029 ceph-mon[99353]: osdmap e1091: 8 total, 8 up, 8 in 2024-07-27T18:39:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:56 smithi179 ceph-mon[89801]: pgmap v1368: 169 pgs: 7 creating+peering, 18 unknown, 144 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 852 KiB/s rd, 568 KiB/s wr, 1.70k op/s 2024-07-27T18:39:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:56 smithi179 ceph-mon[89801]: osdmap e1092: 8 total, 8 up, 8 in 2024-07-27T18:39:56.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:56 smithi029 ceph-mon[96870]: pgmap v1368: 169 pgs: 7 creating+peering, 18 unknown, 144 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 852 KiB/s rd, 568 KiB/s wr, 1.70k op/s 2024-07-27T18:39:56.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:56 smithi029 ceph-mon[96870]: osdmap e1092: 8 total, 8 up, 8 in 2024-07-27T18:39:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:56 smithi029 ceph-mon[99353]: pgmap v1368: 169 pgs: 7 creating+peering, 18 unknown, 144 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 852 KiB/s rd, 568 KiB/s wr, 1.70k op/s 2024-07-27T18:39:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:56 smithi029 ceph-mon[99353]: osdmap e1092: 8 total, 8 up, 8 in 2024-07-27T18:39:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:39:58 smithi179 ceph-mon[89801]: pgmap v1370: 169 pgs: 7 creating+peering, 9 unknown, 153 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 566 KiB/s rd, 377 KiB/s wr, 1.13k op/s 2024-07-27T18:39:58.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:39:58 smithi029 ceph-mon[99353]: pgmap v1370: 169 pgs: 7 creating+peering, 9 unknown, 153 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 566 KiB/s rd, 377 KiB/s wr, 1.13k op/s 2024-07-27T18:39:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:39:58 smithi029 ceph-mon[96870]: pgmap v1370: 169 pgs: 7 creating+peering, 9 unknown, 153 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 566 KiB/s rd, 377 KiB/s wr, 1.13k op/s 2024-07-27T18:40:00.120 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.gc_defer (7761 ms) 2024-07-27T18:40:00.120 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.usage_basic 2024-07-27T18:40:00.195 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.usage_basic (75 ms) 2024-07-27T18:40:00.195 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.usage_clear_no_obj 2024-07-27T18:40:00.197 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.usage_clear_no_obj (2 ms) 2024-07-27T18:40:00.197 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.usage_clear 2024-07-27T18:40:00.281 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.usage_clear (85 ms) 2024-07-27T18:40:00.281 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.bi_log_trim 2024-07-27T18:40:00.325 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.bi_log_trim (43 ms) 2024-07-27T18:40:00.325 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw.index_racing_removes 2024-07-27T18:40:00.335 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw.index_racing_removes (11 ms) 2024-07-27T18:40:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:00 smithi179 ceph-mon[89801]: pgmap v1371: 169 pgs: 169 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 276 KiB/s rd, 26 KiB/s wr, 69 op/s 2024-07-27T18:40:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:00 smithi179 ceph-mon[89801]: overall HEALTH_OK 2024-07-27T18:40:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:00 smithi029 ceph-mon[96870]: pgmap v1371: 169 pgs: 169 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 276 KiB/s rd, 26 KiB/s wr, 69 op/s 2024-07-27T18:40:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:00 smithi029 ceph-mon[96870]: overall HEALTH_OK 2024-07-27T18:40:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:00 smithi029 ceph-mon[99353]: pgmap v1371: 169 pgs: 169 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 276 KiB/s rd, 26 KiB/s wr, 69 op/s 2024-07-27T18:40:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:00 smithi029 ceph-mon[99353]: overall HEALTH_OK 2024-07-27T18:40:01.133 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 16 tests from cls_rgw (49301 ms total) 2024-07-27T18:40:01.133 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:40:01.133 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:40:01.133 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 16 tests from 1 test suite ran. (51965 ms total) 2024-07-27T18:40:01.134 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 16 tests. 2024-07-27T18:40:01.137 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:40:01.138 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:40:01.207 INFO:tasks.workunit:Running workunit cls/test_cls_rgw_gc.sh... 2024-07-27T18:40:01.207 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_rgw_gc.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_rgw_gc.sh 2024-07-27T18:40:01.282 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:40:01.282 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 9 tests from 1 test suite. 2024-07-27T18:40:01.282 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:40:01.283 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 9 tests from cls_rgw_gc 2024-07-27T18:40:01.283 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw_gc.init 2024-07-27T18:40:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:01 smithi179 ceph-mon[89801]: osdmap e1093: 8 total, 8 up, 8 in 2024-07-27T18:40:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:01 smithi029 ceph-mon[96870]: osdmap e1093: 8 total, 8 up, 8 in 2024-07-27T18:40:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:01 smithi029 ceph-mon[99353]: osdmap e1093: 8 total, 8 up, 8 in 2024-07-27T18:40:02.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:02 smithi179 ceph-mon[89801]: pgmap v1373: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 246 KiB/s rd, 22 KiB/s wr, 60 op/s 2024-07-27T18:40:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:02 smithi179 ceph-mon[89801]: osdmap e1094: 8 total, 8 up, 8 in 2024-07-27T18:40:02.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:40:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:40:02] "GET /metrics HTTP/1.1" 200 38747 "" "Prometheus/2.43.0" 2024-07-27T18:40:02.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:02 smithi029 ceph-mon[99353]: pgmap v1373: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 246 KiB/s rd, 22 KiB/s wr, 60 op/s 2024-07-27T18:40:02.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:02 smithi029 ceph-mon[99353]: osdmap e1094: 8 total, 8 up, 8 in 2024-07-27T18:40:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:02 smithi029 ceph-mon[96870]: pgmap v1373: 137 pgs: 137 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 246 KiB/s rd, 22 KiB/s wr, 60 op/s 2024-07-27T18:40:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:02 smithi029 ceph-mon[96870]: osdmap e1094: 8 total, 8 up, 8 in 2024-07-27T18:40:03.135 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:40:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=cleanup t=2024-07-27T18:40:02.834038642Z level=info msg="Completed cleanup jobs" duration=2.34669ms 2024-07-27T18:40:03.140 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw_gc.init (1858 ms) 2024-07-27T18:40:03.140 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw_gc.gc_queue_ops1 2024-07-27T18:40:03.163 INFO:tasks.workunit.client.0.smithi029.stderr:[ ] list info tag = chain-0 2024-07-27T18:40:03.163 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw_gc.gc_queue_ops1 (22 ms) 2024-07-27T18:40:03.163 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw_gc.gc_queue_ops2 2024-07-27T18:40:03.169 INFO:tasks.workunit.client.0.smithi029.stderr:[ ] next_marker is: = 0/4263 2024-07-27T18:40:03.170 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw_gc.gc_queue_ops2 (8 ms) 2024-07-27T18:40:03.170 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw_gc.gc_queue_ops5 2024-07-27T18:40:03.177 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw_gc.gc_queue_ops5 (8 ms) 2024-07-27T18:40:03.178 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw_gc.gc_queue_ops6 2024-07-27T18:40:03.184 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw_gc.gc_queue_ops6 (7 ms) 2024-07-27T18:40:03.184 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw_gc.gc_queue_ops7 2024-07-27T18:40:03.191 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw_gc.gc_queue_ops7 (7 ms) 2024-07-27T18:40:03.191 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw_gc.gc_queue_ops8 2024-07-27T18:40:03.198 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw_gc.gc_queue_ops8 (6 ms) 2024-07-27T18:40:03.198 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw_gc.gc_queue_ops9 2024-07-27T18:40:03.203 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw_gc.gc_queue_ops9 (6 ms) 2024-07-27T18:40:03.204 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw_gc.finalize 2024-07-27T18:40:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:03 smithi179 ceph-mon[89801]: osdmap e1095: 8 total, 8 up, 8 in 2024-07-27T18:40:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:03 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4099483457' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141840-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:03 smithi029 ceph-mon[96870]: osdmap e1095: 8 total, 8 up, 8 in 2024-07-27T18:40:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:03 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4099483457' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141840-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:03 smithi029 ceph-mon[99353]: osdmap e1095: 8 total, 8 up, 8 in 2024-07-27T18:40:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:03 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4099483457' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141840-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:04.146 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw_gc.finalize (942 ms) 2024-07-27T18:40:04.146 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 9 tests from cls_rgw_gc (2864 ms total) 2024-07-27T18:40:04.147 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:40:04.147 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:40:04.147 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 9 tests from 1 test suite ran. (2864 ms total) 2024-07-27T18:40:04.147 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 9 tests. 2024-07-27T18:40:04.150 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:40:04.150 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:40:04.221 INFO:tasks.workunit:Running workunit cls/test_cls_rgw_stats.sh... 2024-07-27T18:40:04.221 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_rgw_stats.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_rgw_stats.sh 2024-07-27T18:40:04.303 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 1 test from 1 test suite. 2024-07-27T18:40:04.303 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:40:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:04 smithi179 ceph-mon[89801]: pgmap v1376: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:04 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:40:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:04 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4099483457' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141840-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:40:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:04 smithi179 ceph-mon[89801]: osdmap e1096: 8 total, 8 up, 8 in 2024-07-27T18:40:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:04 smithi029 ceph-mon[96870]: pgmap v1376: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:04 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:40:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:04 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4099483457' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141840-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:40:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:04 smithi029 ceph-mon[96870]: osdmap e1096: 8 total, 8 up, 8 in 2024-07-27T18:40:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:04 smithi029 ceph-mon[99353]: pgmap v1376: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:04 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:40:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:04 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4099483457' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141840-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:40:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:04 smithi029 ceph-mon[99353]: osdmap e1096: 8 total, 8 up, 8 in 2024-07-27T18:40:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:05 smithi179 ceph-mon[89801]: osdmap e1097: 8 total, 8 up, 8 in 2024-07-27T18:40:05.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:05 smithi029 ceph-mon[96870]: osdmap e1097: 8 total, 8 up, 8 in 2024-07-27T18:40:05.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:05 smithi029 ceph-mon[99353]: osdmap e1097: 8 total, 8 up, 8 in 2024-07-27T18:40:06.157 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 1 test from cls_rgw_stats 2024-07-27T18:40:06.157 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] cls_rgw_stats.simulate 2024-07-27T18:40:06.177 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.175+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~CKTAEOW3QBQ6.0 size=1048576 2024-07-27T18:40:06.177 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.176+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~CKTAEOW3QBQ6.1 size=389709 2024-07-27T18:40:06.177 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.176+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=CKTAEOW3QBQ6 tag=TXC936RZ5FLZ type=write size=2486861 2024-07-27T18:40:06.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.179+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~RP56OXKXI5H2.0 size=996591 2024-07-27T18:40:06.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.179+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=RP56OXKXI5H2 tag=D26MXMZ4X90R type=write size=2045167 2024-07-27T18:40:06.182 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.180+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=PGXEOU316D8Q type=del size=191537 2024-07-27T18:40:06.183 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.182+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=CH20L753H4JP type=del size=3851844 2024-07-27T18:40:06.186 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.185+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~U18ILHUV18X4.0 size=1048576 2024-07-27T18:40:06.187 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.186+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~U18ILHUV18X4.1 size=1048576 2024-07-27T18:40:06.188 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.187+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~U18ILHUV18X4.2 size=726265 2024-07-27T18:40:06.188 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.187+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=U18ILHUV18X4 tag=8JU6B56WNWKE type=write size=3871993 2024-07-27T18:40:06.189 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.188+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=DUQ69JJRIZNB type=del size=1791419 2024-07-27T18:40:06.191 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.190+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=ESQ2TNAJ3MXT type=del size=2258268 2024-07-27T18:40:06.192 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.191+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=5ZSVSX9X72OV type=del size=3140553 2024-07-27T18:40:06.193 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.192+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=227NPHJVUQX6 type=del size=61656 2024-07-27T18:40:06.195 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.194+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=47WV6CHIYIWZ type=write size=465069 2024-07-27T18:40:06.198 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.197+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~EZBP0A56P1TQ.0 size=1048576 2024-07-27T18:40:06.199 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.198+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~EZBP0A56P1TQ.1 size=131913 2024-07-27T18:40:06.199 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.198+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=EZBP0A56P1TQ tag=HP4QJT7CXX6L type=write size=2229065 2024-07-27T18:40:06.201 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.199+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=R69BUMGXFTG9 type=write size=412504 2024-07-27T18:40:06.202 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.201+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=F2LQRA2KP2KT type=write size=386615 2024-07-27T18:40:06.203 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.202+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=NC2WU75F4CTB type=write size=781814 2024-07-27T18:40:06.204 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.203+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=PADMAH8FL4H9 type=del size=815708 2024-07-27T18:40:06.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.206+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~G5N42VJLX51H.0 size=1048576 2024-07-27T18:40:06.208 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.207+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~G5N42VJLX51H.1 size=1048576 2024-07-27T18:40:06.210 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.208+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~G5N42VJLX51H.2 size=633137 2024-07-27T18:40:06.210 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.208+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=G5N42VJLX51H tag=5D6Y7NM3IIY0 type=write size=3778865 2024-07-27T18:40:06.211 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.210+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~CKTAEOW3QBQ6.0 size=1048576 2024-07-27T18:40:06.212 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.211+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~CKTAEOW3QBQ6.1 size=389709 2024-07-27T18:40:06.214 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.213+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=CKTAEOW3QBQ6 tag=TXC936RZ5FLZ type=write size=2486861 2024-07-27T18:40:06.216 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.214+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=LTI4MI5M541F type=write size=218905 2024-07-27T18:40:06.217 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.216+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~RP56OXKXI5H2.0 size=996591 2024-07-27T18:40:06.219 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.218+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=RP56OXKXI5H2 tag=D26MXMZ4X90R type=write size=2045167 2024-07-27T18:40:06.222 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.221+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~IKND8D21FQVK.0 size=1048576 2024-07-27T18:40:06.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.222+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~IKND8D21FQVK.1 size=612543 2024-07-27T18:40:06.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.222+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=IKND8D21FQVK tag=A0ACZ67OPIDF type=write size=2709695 2024-07-27T18:40:06.225 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.224+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=PGXEOU316D8Q type=del 2024-07-27T18:40:06.227 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.225+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=CAB163TZQK9V type=del size=4175707 2024-07-27T18:40:06.228 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.227+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=CH20L753H4JP type=del 2024-07-27T18:40:06.231 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.230+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~3J9GR2WII78G.0 size=1048576 2024-07-27T18:40:06.232 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.231+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~3J9GR2WII78G.1 size=925032 2024-07-27T18:40:06.232 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.231+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=3J9GR2WII78G tag=QTR4VMNH7WU9 type=write size=3022184 2024-07-27T18:40:06.233 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.232+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~U18ILHUV18X4.0 size=1048576 2024-07-27T18:40:06.234 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.233+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~U18ILHUV18X4.1 size=1048576 2024-07-27T18:40:06.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.234+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~U18ILHUV18X4.2 size=726265 2024-07-27T18:40:06.237 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.236+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=U18ILHUV18X4 tag=8JU6B56WNWKE type=write size=3871993 2024-07-27T18:40:06.238 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.237+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=ICX1OKVA5S2L type=del size=1822491 2024-07-27T18:40:06.240 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.239+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=DUQ69JJRIZNB type=del 2024-07-27T18:40:06.241 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.240+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=UDO2PZF2NBAY type=del size=3065950 2024-07-27T18:40:06.243 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.242+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=ESQ2TNAJ3MXT type=del 2024-07-27T18:40:06.244 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.243+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=3R8NC9EURSGV type=del size=2910403 2024-07-27T18:40:06.246 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.245+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=5ZSVSX9X72OV type=del 2024-07-27T18:40:06.247 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.246+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=JTNQGYMKBO76 type=del size=2098549 2024-07-27T18:40:06.248 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.247+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=227NPHJVUQX6 type=del 2024-07-27T18:40:06.251 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.250+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~CVZXYD4QW653.0 size=1048576 2024-07-27T18:40:06.252 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.251+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~CVZXYD4QW653.1 size=706911 2024-07-27T18:40:06.252 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.251+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=CVZXYD4QW653 tag=S4CUDL8KL0MR type=write size=2804063 2024-07-27T18:40:06.254 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.253+0000 7fd9b0dfe780 1 < suggested remove operation key=29DDNRGBR1QU tag=47WV6CHIYIWZ type=write 2024-07-27T18:40:06.255 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.254+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=564XBL3S42F5 type=write size=256898 2024-07-27T18:40:06.257 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.256+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~EZBP0A56P1TQ.0 size=1048576 2024-07-27T18:40:06.258 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.257+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~EZBP0A56P1TQ.1 size=131913 2024-07-27T18:40:06.260 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.259+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=EZBP0A56P1TQ tag=HP4QJT7CXX6L type=write size=2229065 2024-07-27T18:40:06.262 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.261+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~3HOD9UX22C90.0 size=1048576 2024-07-27T18:40:06.263 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.262+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~3HOD9UX22C90.1 size=963723 2024-07-27T18:40:06.263 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.262+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=3HOD9UX22C90 tag=ISL0VSZA34Z1 type=write size=3060875 2024-07-27T18:40:06.265 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.264+0000 7fd9b0dfe780 1 < suggested remove operation key=O54I6ACW6PJQ tag=R69BUMGXFTG9 type=write 2024-07-27T18:40:06.267 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.266+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=A08VMLKVOE4K type=write size=874052 2024-07-27T18:40:06.268 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.267+0000 7fd9b0dfe780 1 < completed write operation key=FXYU6A8CU9F0 tag=F2LQRA2KP2KT type=write size=386615 2024-07-27T18:40:06.269 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.268+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=U5AHX5CMRBRU type=del size=2901127 2024-07-27T18:40:06.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.270+0000 7fd9b0dfe780 1 < completed write operation key=IGKNZEI10405 tag=NC2WU75F4CTB type=write size=781814 2024-07-27T18:40:06.273 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.272+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~98QY6HFTE7VI.0 size=543233 2024-07-27T18:40:06.273 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.272+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=98QY6HFTE7VI tag=GJFOJ0NZK43M type=write size=1591809 2024-07-27T18:40:06.274 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.273+0000 7fd9b0dfe780 1 < canceled operation key=P8NVZQG528UI tag=PADMAH8FL4H9 type=del size=815708 2024-07-27T18:40:06.275 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.274+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=R7S2VE2YXQJM type=del size=2663008 2024-07-27T18:40:06.276 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.274+0000 7fd9b0dfe780 1 < canceled part key=_multipart_YD0RYSEXBM6F.2~G5N42VJLX51H.0 size=1048576 2024-07-27T18:40:06.276 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.275+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~G5N42VJLX51H.1 size=1048576 2024-07-27T18:40:06.277 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.276+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~G5N42VJLX51H.2 size=633137 2024-07-27T18:40:06.279 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.278+0000 7fd9b0dfe780 1 < canceled multipart upload key=YD0RYSEXBM6F upload=G5N42VJLX51H tag=5D6Y7NM3IIY0 type=write size=3778865 2024-07-27T18:40:06.280 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.279+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=HCQA47Y3V7VR type=del size=1482506 2024-07-27T18:40:06.281 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.280+0000 7fd9b0dfe780 1 < completed write operation key=8I5MBVTQCDVV tag=LTI4MI5M541F type=write size=218905 2024-07-27T18:40:06.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.281+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=MDZFZ7PASUA9 type=write size=67072 2024-07-27T18:40:06.284 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.282+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~IKND8D21FQVK.0 size=1048576 2024-07-27T18:40:06.285 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.283+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~IKND8D21FQVK.1 size=612543 2024-07-27T18:40:06.287 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.285+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=IKND8D21FQVK tag=A0ACZ67OPIDF type=write size=2709695 2024-07-27T18:40:06.288 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.287+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=PE3V3MBECQGI type=del size=994825 2024-07-27T18:40:06.289 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.288+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=CAB163TZQK9V type=del 2024-07-27T18:40:06.290 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.289+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=YNVR36039WQM type=write size=136862 2024-07-27T18:40:06.292 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.291+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~3J9GR2WII78G.0 size=1048576 2024-07-27T18:40:06.292 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.291+0000 7fd9b0dfe780 1 < canceled part key=_multipart_95K99DI46WJ8.2~3J9GR2WII78G.1 size=925032 2024-07-27T18:40:06.294 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.293+0000 7fd9b0dfe780 1 < canceled multipart upload key=95K99DI46WJ8 upload=3J9GR2WII78G tag=QTR4VMNH7WU9 type=write size=3022184 2024-07-27T18:40:06.297 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.295+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~5HMOJUB571RU.0 size=1048576 2024-07-27T18:40:06.297 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.296+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~5HMOJUB571RU.1 size=1048576 2024-07-27T18:40:06.298 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.297+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~5HMOJUB571RU.2 size=189729 2024-07-27T18:40:06.299 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.297+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=5HMOJUB571RU tag=IJVOUFP7S8MG type=write size=3335457 2024-07-27T18:40:06.300 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.299+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=ICX1OKVA5S2L type=del 2024-07-27T18:40:06.302 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.301+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~0V8CGH6S5GXS.0 size=1048576 2024-07-27T18:40:06.303 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.302+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~0V8CGH6S5GXS.1 size=1048576 2024-07-27T18:40:06.304 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.303+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~0V8CGH6S5GXS.2 size=221612 2024-07-27T18:40:06.304 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.303+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=0V8CGH6S5GXS tag=FMGXF65V2HI8 type=write size=3367340 2024-07-27T18:40:06.305 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.304+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=UDO2PZF2NBAY type=del 2024-07-27T18:40:06.306 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.305+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=IBLFGCUWSEA2 type=del size=887090 2024-07-27T18:40:06.307 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.306+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=3R8NC9EURSGV type=del 2024-07-27T18:40:06.308 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.307+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=QPCFOXFF7QYI type=del size=55466 2024-07-27T18:40:06.310 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.309+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=JTNQGYMKBO76 type=del 2024-07-27T18:40:06.311 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.310+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=2AN90C84LC3X type=del size=1663589 2024-07-27T18:40:06.312 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.311+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~CVZXYD4QW653.0 size=1048576 2024-07-27T18:40:06.313 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.312+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~CVZXYD4QW653.1 size=706911 2024-07-27T18:40:06.315 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.314+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=CVZXYD4QW653 tag=S4CUDL8KL0MR type=write size=2804063 2024-07-27T18:40:06.317 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.316+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~YRRNTIK3Q6H0.0 size=1048576 2024-07-27T18:40:06.318 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.317+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~YRRNTIK3Q6H0.1 size=567851 2024-07-27T18:40:06.318 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.317+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=YRRNTIK3Q6H0 tag=RKV8X8T3H5S5 type=write size=2665003 2024-07-27T18:40:06.319 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.318+0000 7fd9b0dfe780 1 < canceled operation key=BQPHSDB02Z8O tag=564XBL3S42F5 type=write size=256898 2024-07-27T18:40:06.320 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.319+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=X0G38ZNO27LU type=del size=2731785 2024-07-27T18:40:06.322 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.321+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~3HOD9UX22C90.0 size=1048576 2024-07-27T18:40:06.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.321+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~3HOD9UX22C90.1 size=963723 2024-07-27T18:40:06.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.323+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=3HOD9UX22C90 tag=ISL0VSZA34Z1 type=write size=3060875 2024-07-27T18:40:06.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.325+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=7K5ODO609XCK type=del size=2745466 2024-07-27T18:40:06.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.326+0000 7fd9b0dfe780 1 < completed write operation key=RC22Q26LLIA2 tag=A08VMLKVOE4K type=write size=874052 2024-07-27T18:40:06.329 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.327+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=DEWUZT8PC5DU type=del size=2322182 2024-07-27T18:40:06.329 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.328+0000 7fd9b0dfe780 1 < canceled operation key=86SBFWKFIZ50 tag=U5AHX5CMRBRU type=del size=2901127 2024-07-27T18:40:06.331 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.330+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=R4WNGOL1V3JQ type=del size=2977400 2024-07-27T18:40:06.332 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.331+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~98QY6HFTE7VI.0 size=543233 2024-07-27T18:40:06.334 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.333+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=98QY6HFTE7VI tag=GJFOJ0NZK43M type=write size=1591809 2024-07-27T18:40:06.335 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.334+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=TC7DA8GXR04M type=del size=2153328 2024-07-27T18:40:06.336 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.335+0000 7fd9b0dfe780 1 < completed delete operation key=39IO5R6BZ3YC tag=R7S2VE2YXQJM type=del 2024-07-27T18:40:06.337 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.336+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=YB77MN2CSINZ type=del size=1994906 2024-07-27T18:40:06.339 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.338+0000 7fd9b0dfe780 1 < suggested update operation key=YYNGWXPBKSFI tag=HCQA47Y3V7VR type=del size=1482506 2024-07-27T18:40:06.340 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.339+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=05OCGYHZFR78 type=del size=2610890 2024-07-27T18:40:06.342 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.341+0000 7fd9b0dfe780 1 < completed write operation key=W2L0RV8ZN7R4 tag=MDZFZ7PASUA9 type=write size=67072 2024-07-27T18:40:06.343 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.342+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=00ROMOI52QJ1 type=del size=3569679 2024-07-27T18:40:06.345 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.344+0000 7fd9b0dfe780 1 < suggested update operation key=V2SZ9U1AFGCG tag=PE3V3MBECQGI type=del size=994825 2024-07-27T18:40:06.347 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.346+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=5A97TNH20UPM type=del size=2592885 2024-07-27T18:40:06.348 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.347+0000 7fd9b0dfe780 -1 < failed to complete operation key=YYNGWXPBKSFI tag=YNVR36039WQM type=write size=136862: (22) Invalid argument 2024-07-27T18:40:06.350 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.349+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~G7PD0ARDH1R5.0 size=163058 2024-07-27T18:40:06.350 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.349+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=G7PD0ARDH1R5 tag=RYWWV35IWVHQ type=write size=1211634 2024-07-27T18:40:06.351 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.350+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~5HMOJUB571RU.0 size=1048576 2024-07-27T18:40:06.351 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.350+0000 7fd9b0dfe780 1 < canceled part key=_multipart_29DDNRGBR1QU.2~5HMOJUB571RU.1 size=1048576 2024-07-27T18:40:06.352 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.351+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~5HMOJUB571RU.2 size=189729 2024-07-27T18:40:06.354 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.353+0000 7fd9b0dfe780 1 < canceled multipart upload key=29DDNRGBR1QU upload=5HMOJUB571RU tag=IJVOUFP7S8MG type=write size=3335457 2024-07-27T18:40:06.356 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.354+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=TFO7OUPM8DFJ type=del size=3147010 2024-07-27T18:40:06.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.356+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~0V8CGH6S5GXS.0 size=1048576 2024-07-27T18:40:06.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.356+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~0V8CGH6S5GXS.1 size=1048576 2024-07-27T18:40:06.358 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.357+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~0V8CGH6S5GXS.2 size=221612 2024-07-27T18:40:06.360 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.359+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=0V8CGH6S5GXS tag=FMGXF65V2HI8 type=write size=3367340 2024-07-27T18:40:06.362 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.361+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~W1EUMD6QG7SV.0 size=1048576 2024-07-27T18:40:06.364 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.363+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~W1EUMD6QG7SV.1 size=1048576 2024-07-27T18:40:06.365 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.364+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~W1EUMD6QG7SV.2 size=565581 2024-07-27T18:40:06.365 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.364+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=W1EUMD6QG7SV tag=Z8YNCA66MKND type=write size=3711309 2024-07-27T18:40:06.366 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.365+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=IBLFGCUWSEA2 type=del 2024-07-27T18:40:06.369 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.368+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~5R2UCMFBJ17J.0 size=1048576 2024-07-27T18:40:06.370 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.369+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~5R2UCMFBJ17J.1 size=897501 2024-07-27T18:40:06.370 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.369+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=5R2UCMFBJ17J tag=G6IT0A5YI9T5 type=write size=2994653 2024-07-27T18:40:06.371 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.370+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=QPCFOXFF7QYI type=del 2024-07-27T18:40:06.374 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.373+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~C14UNCOC5KCE.0 size=1048576 2024-07-27T18:40:06.375 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.374+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~C14UNCOC5KCE.1 size=718530 2024-07-27T18:40:06.375 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.374+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=C14UNCOC5KCE tag=JVAAW4D2HN3I type=write size=2815682 2024-07-27T18:40:06.376 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.375+0000 7fd9b0dfe780 -1 < failed to complete operation key=YYNGWXPBKSFI tag=2AN90C84LC3X type=del size=1663589: (22) Invalid argument 2024-07-27T18:40:06.377 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.376+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=K3Y0VW37C11E type=write size=794327 2024-07-27T18:40:06.379 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.378+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~YRRNTIK3Q6H0.0 size=1048576 2024-07-27T18:40:06.380 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.379+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~YRRNTIK3Q6H0.1 size=567851 2024-07-27T18:40:06.382 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.381+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=YRRNTIK3Q6H0 tag=RKV8X8T3H5S5 type=write size=2665003 2024-07-27T18:40:06.384 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.383+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~9B42MDFPKCGQ.0 size=1048576 2024-07-27T18:40:06.385 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.384+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~9B42MDFPKCGQ.1 size=1048576 2024-07-27T18:40:06.386 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.385+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~9B42MDFPKCGQ.2 size=743882 2024-07-27T18:40:06.386 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.385+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=9B42MDFPKCGQ tag=BGHFCD617TVZ type=write size=3889610 2024-07-27T18:40:06.387 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.386+0000 7fd9b0dfe780 1 < completed delete operation key=CFEXWJESTIQM tag=X0G38ZNO27LU type=del 2024-07-27T18:40:06.389 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.387+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=UR2PJ0P80WKW type=write size=747426 2024-07-27T18:40:06.391 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.390+0000 7fd9b0dfe780 1 < suggested update operation key=8I5MBVTQCDVV tag=7K5ODO609XCK type=del size=2745466 2024-07-27T18:40:06.392 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.391+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=ACC4UA1E62ND type=del size=3059216 2024-07-27T18:40:06.394 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.392+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=DEWUZT8PC5DU type=del 2024-07-27T18:40:06.395 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.394+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=G1HF241CRS3J type=del size=1149241 2024-07-27T18:40:06.397 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.396+0000 7fd9b0dfe780 1 < suggested update operation key=8I5MBVTQCDVV tag=R4WNGOL1V3JQ type=del size=2977400 2024-07-27T18:40:06.398 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.397+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=PVQL2QXIEGUF type=del size=1319772 2024-07-27T18:40:06.401 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.400+0000 7fd9b0dfe780 1 < suggested update operation key=T7BZCFBSZM95 tag=TC7DA8GXR04M type=del size=2153328 2024-07-27T18:40:06.402 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.401+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=W976Y9BRII1D type=del size=422955 2024-07-27T18:40:06.403 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.402+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=YB77MN2CSINZ type=del 2024-07-27T18:40:06.404 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.403+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=8SQIT6Z796Z3 type=del size=3400672 2024-07-27T18:40:06.407 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.406+0000 7fd9b0dfe780 1 < suggested remove operation key=SK6LFQZNWE93 tag=05OCGYHZFR78 type=del 2024-07-27T18:40:06.409 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.408+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~MLDVR094HSXR.0 size=1048576 2024-07-27T18:40:06.410 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.409+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~MLDVR094HSXR.1 size=39585 2024-07-27T18:40:06.410 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.409+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=MLDVR094HSXR tag=HT27PM0UBCE5 type=write size=2136737 2024-07-27T18:40:06.411 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.410+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=00ROMOI52QJ1 type=del 2024-07-27T18:40:06.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:06 smithi179 ceph-mon[89801]: pgmap v1379: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:06 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:40:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:06 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:40:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:06 smithi179 ceph-mon[89801]: osdmap e1098: 8 total, 8 up, 8 in 2024-07-27T18:40:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:06 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2697640231' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141895-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:06 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141895-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:06.414 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.411+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=JBHZO9H6QQGB type=del size=1020151 2024-07-27T18:40:06.414 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.413+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=5A97TNH20UPM type=del 2024-07-27T18:40:06.415 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.414+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=9KW41A71ELMK type=del size=1430142 2024-07-27T18:40:06.416 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.415+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~G7PD0ARDH1R5.0 size=163058 2024-07-27T18:40:06.418 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.417+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=G7PD0ARDH1R5 tag=RYWWV35IWVHQ type=write size=1211634 2024-07-27T18:40:06.419 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.418+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=4ZRC1TR9T90C type=write size=173090 2024-07-27T18:40:06.421 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.420+0000 7fd9b0dfe780 1 < suggested remove operation key=03QZ740ES4M3 tag=TFO7OUPM8DFJ type=del 2024-07-27T18:40:06.423 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.422+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~BPMHRF5FPPK9.0 size=1048576 2024-07-27T18:40:06.424 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.423+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~BPMHRF5FPPK9.1 size=739085 2024-07-27T18:40:06.424 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.423+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=BPMHRF5FPPK9 tag=NGM0UE9U7UYK type=write size=2836237 2024-07-27T18:40:06.425 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.424+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~W1EUMD6QG7SV.0 size=1048576 2024-07-27T18:40:06.426 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.425+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~W1EUMD6QG7SV.1 size=1048576 2024-07-27T18:40:06.427 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.426+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~W1EUMD6QG7SV.2 size=565581 2024-07-27T18:40:06.429 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.428+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=W1EUMD6QG7SV tag=Z8YNCA66MKND type=write size=3711309 2024-07-27T18:40:06.431 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.429+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=F5YRXHVJH9R4 type=del size=3526764 2024-07-27T18:40:06.433 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.430+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~5R2UCMFBJ17J.0 size=1048576 2024-07-27T18:40:06.433 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.431+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~5R2UCMFBJ17J.1 size=897501 2024-07-27T18:40:06.434 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.433+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=5R2UCMFBJ17J tag=G6IT0A5YI9T5 type=write size=2994653 2024-07-27T18:40:06.435 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.434+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=A4MLG6OITURU type=del size=1386556 2024-07-27T18:40:06.437 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.435+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~C14UNCOC5KCE.0 size=1048576 2024-07-27T18:40:06.437 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.436+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~C14UNCOC5KCE.1 size=718530 2024-07-27T18:40:06.439 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.438+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=C14UNCOC5KCE tag=JVAAW4D2HN3I type=write size=2815682 2024-07-27T18:40:06.441 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.440+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~5IG9Q03WTFWN.0 size=1048576 2024-07-27T18:40:06.442 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.441+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~5IG9Q03WTFWN.1 size=107670 2024-07-27T18:40:06.442 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.441+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=5IG9Q03WTFWN tag=BJDUIF35MA2S type=write size=2204822 2024-07-27T18:40:06.443 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.442+0000 7fd9b0dfe780 1 < completed write operation key=BQPHSDB02Z8O tag=K3Y0VW37C11E type=write size=794327 2024-07-27T18:40:06.445 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.443+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=5RXL6AEMTYMS type=del size=948919 2024-07-27T18:40:06.446 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.445+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~9B42MDFPKCGQ.0 size=1048576 2024-07-27T18:40:06.447 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.446+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~9B42MDFPKCGQ.1 size=1048576 2024-07-27T18:40:06.448 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.447+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~9B42MDFPKCGQ.2 size=743882 2024-07-27T18:40:06.450 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.449+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=9B42MDFPKCGQ tag=BGHFCD617TVZ type=write size=3889610 2024-07-27T18:40:06.452 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.451+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~OEZ5RGCQIPEJ.0 size=967147 2024-07-27T18:40:06.452 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.451+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=OEZ5RGCQIPEJ tag=LT7UHI2Y1LBD type=write size=2015723 2024-07-27T18:40:06.453 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.452+0000 7fd9b0dfe780 1 < completed write operation key=E9Y61GIX83FA tag=UR2PJ0P80WKW type=write size=747426 2024-07-27T18:40:06.454 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.453+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=5B030NE8Q36T type=del size=2124711 2024-07-27T18:40:06.455 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.454+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=ACC4UA1E62ND type=del 2024-07-27T18:40:06.457 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.456+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=Z9094MA8RHU8 type=del size=355700 2024-07-27T18:40:06.458 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.457+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=G1HF241CRS3J type=del 2024-07-27T18:40:06.459 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.458+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=6AMVDA3B0D9C type=del size=3010599 2024-07-27T18:40:06.462 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.461+0000 7fd9b0dfe780 1 < suggested remove operation key=ERT6LG30K8WA tag=PVQL2QXIEGUF type=del 2024-07-27T18:40:06.464 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.463+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~DQG9DREN9RWT.0 size=1048576 2024-07-27T18:40:06.465 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.464+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~DQG9DREN9RWT.1 size=525442 2024-07-27T18:40:06.465 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.464+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=DQG9DREN9RWT tag=E0XF6YURCF3L type=write size=2622594 2024-07-27T18:40:06.466 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.465+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=W976Y9BRII1D type=del 2024-07-27T18:40:06.467 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.466+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=ZDQY70FJ7SBQ type=write size=297383 2024-07-27T18:40:06.468 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.467+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=8SQIT6Z796Z3 type=del 2024-07-27T18:40:06.470 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.469+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~02P64KN3L0L0.0 size=1048576 2024-07-27T18:40:06.472 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.470+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~02P64KN3L0L0.1 size=982344 2024-07-27T18:40:06.472 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.470+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=02P64KN3L0L0 tag=11LBCZ1LQGHA type=write size=3079496 2024-07-27T18:40:06.473 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.472+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~MLDVR094HSXR.0 size=1048576 2024-07-27T18:40:06.474 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.473+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~MLDVR094HSXR.1 size=39585 2024-07-27T18:40:06.476 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.475+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=MLDVR094HSXR tag=HT27PM0UBCE5 type=write size=2136737 2024-07-27T18:40:06.477 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.476+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=MPZIO7G9B6NZ type=del size=632202 2024-07-27T18:40:06.478 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.477+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=JBHZO9H6QQGB type=del 2024-07-27T18:40:06.481 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.480+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~86QUNZSB8Z62.0 size=781853 2024-07-27T18:40:06.481 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.480+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=86QUNZSB8Z62 tag=S82ETB0HB20U type=write size=1830429 2024-07-27T18:40:06.482 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.481+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=9KW41A71ELMK type=del 2024-07-27T18:40:06.483 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.482+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=CZW7TCRWK7LS type=del size=3679937 2024-07-27T18:40:06.484 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.483+0000 7fd9b0dfe780 1 < canceled operation key=0ML6VB25ON15 tag=4ZRC1TR9T90C type=write size=173090 2024-07-27T18:40:06.485 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.484+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=XAGNEP2UES5F type=write size=105975 2024-07-27T18:40:06.487 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.486+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~BPMHRF5FPPK9.0 size=1048576 2024-07-27T18:40:06.487 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.486+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~BPMHRF5FPPK9.1 size=739085 2024-07-27T18:40:06.490 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.488+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=BPMHRF5FPPK9 tag=NGM0UE9U7UYK type=write size=2836237 2024-07-27T18:40:06.492 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.491+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~8V87F1T6A5HF.0 size=854054 2024-07-27T18:40:06.492 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.491+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=8V87F1T6A5HF tag=NJYCT364T4IX type=write size=1902630 2024-07-27T18:40:06.494 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.493+0000 7fd9b0dfe780 1 < suggested update operation key=CFEXWJESTIQM tag=F5YRXHVJH9R4 type=del size=3526764 2024-07-27T18:40:06.496 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.494+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=ZOAANGA49AH0 type=del size=330038 2024-07-27T18:40:06.497 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.496+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=A4MLG6OITURU type=del 2024-07-27T18:40:06.498 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.497+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=G144L3Y0YYXQ type=del size=4054189 2024-07-27T18:40:06.500 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.499+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~5IG9Q03WTFWN.0 size=1048576 2024-07-27T18:40:06.501 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.499+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~5IG9Q03WTFWN.1 size=107670 2024-07-27T18:40:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:06 smithi029 ceph-mon[99353]: pgmap v1379: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:06 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:40:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:06 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:40:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:06 smithi029 ceph-mon[99353]: osdmap e1098: 8 total, 8 up, 8 in 2024-07-27T18:40:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:06 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2697640231' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141895-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:06 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141895-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:06.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:06 smithi029 ceph-mon[96870]: pgmap v1379: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:06.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:06 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:40:06.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:06 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:40:06.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:06 smithi029 ceph-mon[96870]: osdmap e1098: 8 total, 8 up, 8 in 2024-07-27T18:40:06.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:06 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2697640231' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141895-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:06.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:06 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141895-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:06.502 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.501+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=5IG9Q03WTFWN tag=BJDUIF35MA2S type=write size=2204822 2024-07-27T18:40:06.504 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.502+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=DW4I9X3Y41WJ type=write size=716207 2024-07-27T18:40:06.505 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.504+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=5RXL6AEMTYMS type=del 2024-07-27T18:40:06.506 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.505+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=FWBIKD13WUQL type=del size=3319233 2024-07-27T18:40:06.508 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.506+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~OEZ5RGCQIPEJ.0 size=967147 2024-07-27T18:40:06.510 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.508+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=OEZ5RGCQIPEJ tag=LT7UHI2Y1LBD type=write size=2015723 2024-07-27T18:40:06.510 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.509+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=ZXTNA3YJHDSE type=del size=487145 2024-07-27T18:40:06.513 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.512+0000 7fd9b0dfe780 1 < suggested remove operation key=6P6RR9NVCRT1 tag=5B030NE8Q36T type=del 2024-07-27T18:40:06.514 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.513+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=9SH8IJCZN2N7 type=del size=3808322 2024-07-27T18:40:06.515 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.514+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=Z9094MA8RHU8 type=del 2024-07-27T18:40:06.517 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.516+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=9Y5QBF9M7W51 type=del size=2582286 2024-07-27T18:40:06.519 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.518+0000 7fd9b0dfe780 1 < suggested remove operation key=0ML6VB25ON15 tag=6AMVDA3B0D9C type=del 2024-07-27T18:40:06.521 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.520+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~X3IKXDA1G47S.0 size=1048576 2024-07-27T18:40:06.522 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.521+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~X3IKXDA1G47S.1 size=1048576 2024-07-27T18:40:06.523 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.522+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~X3IKXDA1G47S.2 size=171424 2024-07-27T18:40:06.523 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.522+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=X3IKXDA1G47S tag=S4MTCE14ZKF6 type=write size=3317152 2024-07-27T18:40:06.524 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.523+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~DQG9DREN9RWT.0 size=1048576 2024-07-27T18:40:06.525 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.524+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~DQG9DREN9RWT.1 size=525442 2024-07-27T18:40:06.531 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.526+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=DQG9DREN9RWT tag=E0XF6YURCF3L type=write size=2622594 2024-07-27T18:40:06.531 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.528+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=JAVUT8CKDJX9 type=del size=606400 2024-07-27T18:40:06.532 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.531+0000 7fd9b0dfe780 1 < suggested update operation key=PV35EIWWUMCU tag=ZDQY70FJ7SBQ type=write size=297383 2024-07-27T18:40:06.534 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.533+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~O3RE72IZNG2C.0 size=1048576 2024-07-27T18:40:06.535 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.534+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~O3RE72IZNG2C.1 size=1048576 2024-07-27T18:40:06.536 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.535+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~O3RE72IZNG2C.2 size=600640 2024-07-27T18:40:06.536 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.535+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=O3RE72IZNG2C tag=VXDX3B5AE13G type=write size=3746368 2024-07-27T18:40:06.537 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.536+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~02P64KN3L0L0.0 size=1048576 2024-07-27T18:40:06.538 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.537+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~02P64KN3L0L0.1 size=982344 2024-07-27T18:40:06.540 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.539+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=02P64KN3L0L0 tag=11LBCZ1LQGHA type=write size=3079496 2024-07-27T18:40:06.541 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.540+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=6H83SNUJ3DEH type=del size=1782309 2024-07-27T18:40:06.543 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.542+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=MPZIO7G9B6NZ type=del 2024-07-27T18:40:06.545 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.544+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~JLBKD3OM8OUQ.0 size=1048576 2024-07-27T18:40:06.546 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.545+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~JLBKD3OM8OUQ.1 size=1048576 2024-07-27T18:40:06.547 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.546+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~JLBKD3OM8OUQ.2 size=11928 2024-07-27T18:40:06.547 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.546+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=JLBKD3OM8OUQ tag=3O9ZID1N8BBP type=write size=3157656 2024-07-27T18:40:06.548 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.547+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~86QUNZSB8Z62.0 size=781853 2024-07-27T18:40:06.550 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.549+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=86QUNZSB8Z62 tag=S82ETB0HB20U type=write size=1830429 2024-07-27T18:40:06.552 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.550+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=ZFM0I58WF9OW type=del size=1391574 2024-07-27T18:40:06.554 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.553+0000 7fd9b0dfe780 1 < suggested remove operation key=YYNGWXPBKSFI tag=CZW7TCRWK7LS type=del 2024-07-27T18:40:06.556 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.555+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~09CD7356ANR7.0 size=1048576 2024-07-27T18:40:06.558 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.556+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~09CD7356ANR7.1 size=1048576 2024-07-27T18:40:06.558 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.557+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~09CD7356ANR7.2 size=997970 2024-07-27T18:40:06.558 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.557+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=09CD7356ANR7 tag=Z305GLXADO21 type=write size=4143698 2024-07-27T18:40:06.559 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.558+0000 7fd9b0dfe780 -1 < failed to complete operation key=CFEXWJESTIQM tag=XAGNEP2UES5F type=write size=105975: (22) Invalid argument 2024-07-27T18:40:06.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.559+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=969GJG81SCL6 type=del size=3800300 2024-07-27T18:40:06.562 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.561+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~8V87F1T6A5HF.0 size=854054 2024-07-27T18:40:06.564 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.563+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=8V87F1T6A5HF tag=NJYCT364T4IX type=write size=1902630 2024-07-27T18:40:06.566 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.565+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~69AQ2UMWRJEH.0 size=376998 2024-07-27T18:40:06.566 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.565+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=69AQ2UMWRJEH tag=YYWGH69TG6PJ type=write size=1425574 2024-07-27T18:40:06.568 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.567+0000 7fd9b0dfe780 1 < suggested remove operation key=T7BZCFBSZM95 tag=ZOAANGA49AH0 type=del 2024-07-27T18:40:06.570 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.568+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=BJZ570GMR06V type=del size=1712610 2024-07-27T18:40:06.572 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.571+0000 7fd9b0dfe780 1 < suggested update operation key=29DDNRGBR1QU tag=G144L3Y0YYXQ type=del size=4054189 2024-07-27T18:40:06.573 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.572+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=JA9MG0SYTR1R type=del size=370497 2024-07-27T18:40:06.574 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.573+0000 7fd9b0dfe780 1 < completed write operation key=FXYU6A8CU9F0 tag=DW4I9X3Y41WJ type=write size=716207 2024-07-27T18:40:06.576 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.575+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=X37DOU24YVOG type=write size=364546 2024-07-27T18:40:06.577 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.576+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=FWBIKD13WUQL type=del 2024-07-27T18:40:06.579 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.578+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~85698KS4UY6M.0 size=1048576 2024-07-27T18:40:06.580 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.579+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~85698KS4UY6M.1 size=77618 2024-07-27T18:40:06.580 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.579+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=85698KS4UY6M tag=96LPUUZ4LVVL type=write size=2174770 2024-07-27T18:40:06.581 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.580+0000 7fd9b0dfe780 -1 < failed to complete operation key=YYNGWXPBKSFI tag=ZXTNA3YJHDSE type=del size=487145: (22) Invalid argument 2024-07-27T18:40:06.584 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.583+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~VDYXBBQPZZ5V.0 size=1048576 2024-07-27T18:40:06.585 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.584+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~VDYXBBQPZZ5V.1 size=1048576 2024-07-27T18:40:06.586 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.585+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~VDYXBBQPZZ5V.2 size=46618 2024-07-27T18:40:06.586 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.585+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=VDYXBBQPZZ5V tag=5KINABYBL2AN type=write size=3192346 2024-07-27T18:40:06.587 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.586+0000 7fd9b0dfe780 1 < canceled operation key=ERT6LG30K8WA tag=9SH8IJCZN2N7 type=del size=3808322 2024-07-27T18:40:06.589 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.588+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~LT3EJVM52CID.0 size=1048576 2024-07-27T18:40:06.590 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.589+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~LT3EJVM52CID.1 size=306441 2024-07-27T18:40:06.590 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.589+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=LT3EJVM52CID tag=MWVCB8QD4YLC type=write size=2403593 2024-07-27T18:40:06.592 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.591+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=9Y5QBF9M7W51 type=del 2024-07-27T18:40:06.594 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.593+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~7S4ZTC4YTJII.0 size=641883 2024-07-27T18:40:06.594 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.593+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=7S4ZTC4YTJII tag=S4BN3KVVLKM7 type=write size=1690459 2024-07-27T18:40:06.595 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.594+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~X3IKXDA1G47S.0 size=1048576 2024-07-27T18:40:06.595 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.594+0000 7fd9b0dfe780 1 < canceled part key=_multipart_N3SMJ1F7TS0Z.2~X3IKXDA1G47S.1 size=1048576 2024-07-27T18:40:06.596 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.595+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~X3IKXDA1G47S.2 size=171424 2024-07-27T18:40:06.598 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.597+0000 7fd9b0dfe780 1 < canceled multipart upload key=N3SMJ1F7TS0Z upload=X3IKXDA1G47S tag=S4MTCE14ZKF6 type=write size=3317152 2024-07-27T18:40:06.599 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.598+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=SK794AZADUA1 type=del size=2916986 2024-07-27T18:40:06.601 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.600+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=JAVUT8CKDJX9 type=del 2024-07-27T18:40:06.602 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.601+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=ZFAPW0LQT14C type=del size=3483017 2024-07-27T18:40:06.603 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.602+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~O3RE72IZNG2C.0 size=1048576 2024-07-27T18:40:06.604 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.603+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~O3RE72IZNG2C.1 size=1048576 2024-07-27T18:40:06.605 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.604+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~O3RE72IZNG2C.2 size=600640 2024-07-27T18:40:06.607 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.606+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=O3RE72IZNG2C tag=VXDX3B5AE13G type=write size=3746368 2024-07-27T18:40:06.609 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.607+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=912PWMC1L2IV type=write size=563033 2024-07-27T18:40:06.610 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.609+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=6H83SNUJ3DEH type=del 2024-07-27T18:40:06.612 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.611+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~N0Y3TZGQQL9V.0 size=920571 2024-07-27T18:40:06.612 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.611+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=N0Y3TZGQQL9V tag=CN3AFMKDYOWI type=write size=1969147 2024-07-27T18:40:06.613 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.612+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~JLBKD3OM8OUQ.0 size=1048576 2024-07-27T18:40:06.614 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.613+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~JLBKD3OM8OUQ.1 size=1048576 2024-07-27T18:40:06.615 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.614+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~JLBKD3OM8OUQ.2 size=11928 2024-07-27T18:40:06.618 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.616+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=JLBKD3OM8OUQ tag=3O9ZID1N8BBP type=write size=3157656 2024-07-27T18:40:06.619 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.618+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=M6HP57GQMTW1 type=del size=1620568 2024-07-27T18:40:06.620 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.619+0000 7fd9b0dfe780 1 < canceled operation key=BQPHSDB02Z8O tag=ZFM0I58WF9OW type=del size=1391574 2024-07-27T18:40:06.623 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.622+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~CULWTXIPHSI3.0 size=1048576 2024-07-27T18:40:06.624 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.623+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~CULWTXIPHSI3.1 size=377555 2024-07-27T18:40:06.624 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.623+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=CULWTXIPHSI3 tag=GH3UFTF4KYA2 type=write size=2474707 2024-07-27T18:40:06.625 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.623+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9XS4B44ASV1.2~09CD7356ANR7.0 size=1048576 2024-07-27T18:40:06.625 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.624+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~09CD7356ANR7.1 size=1048576 2024-07-27T18:40:06.626 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.625+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~09CD7356ANR7.2 size=997970 2024-07-27T18:40:06.629 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.628+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9XS4B44ASV1 upload=09CD7356ANR7 tag=Z305GLXADO21 type=write size=4143698 2024-07-27T18:40:06.631 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.630+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~B3SAAHXZA8A5.0 size=1048576 2024-07-27T18:40:06.632 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.631+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~B3SAAHXZA8A5.1 size=1048576 2024-07-27T18:40:06.633 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.632+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~B3SAAHXZA8A5.2 size=698750 2024-07-27T18:40:06.633 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.632+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=B3SAAHXZA8A5 tag=SMEJEZNRBVA7 type=write size=3844478 2024-07-27T18:40:06.635 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.634+0000 7fd9b0dfe780 1 < suggested update operation key=03QZ740ES4M3 tag=969GJG81SCL6 type=del size=3800300 2024-07-27T18:40:06.636 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.635+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=CIZANBCC2DCA type=del size=3441120 2024-07-27T18:40:06.637 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.636+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~69AQ2UMWRJEH.0 size=376998 2024-07-27T18:40:06.639 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.638+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=69AQ2UMWRJEH tag=YYWGH69TG6PJ type=write size=1425574 2024-07-27T18:40:06.641 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.639+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=05NNY1J36KMC type=del size=735456 2024-07-27T18:40:06.643 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.642+0000 7fd9b0dfe780 1 < suggested remove operation key=P8NVZQG528UI tag=BJZ570GMR06V type=del 2024-07-27T18:40:06.645 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.644+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~Z706BV869NEY.0 size=1048576 2024-07-27T18:40:06.646 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.645+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~Z706BV869NEY.1 size=935867 2024-07-27T18:40:06.646 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.645+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=Z706BV869NEY tag=AX60QQ0VMQ7S type=write size=3033019 2024-07-27T18:40:06.647 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.646+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=JA9MG0SYTR1R type=del 2024-07-27T18:40:06.649 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.647+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=3XEAP14E90FI type=del size=2855025 2024-07-27T18:40:06.650 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.649+0000 7fd9b0dfe780 1 < canceled operation key=6P6RR9NVCRT1 tag=X37DOU24YVOG type=write size=364546 2024-07-27T18:40:06.651 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.650+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=PX0ZCVIDF3LJ type=del size=2271501 2024-07-27T18:40:06.653 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.652+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~85698KS4UY6M.0 size=1048576 2024-07-27T18:40:06.654 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.653+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~85698KS4UY6M.1 size=77618 2024-07-27T18:40:06.656 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.655+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=85698KS4UY6M tag=96LPUUZ4LVVL type=write size=2174770 2024-07-27T18:40:06.658 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.657+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=FI6AU6JDZXQ2 type=write size=653003 2024-07-27T18:40:06.659 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.658+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~VDYXBBQPZZ5V.0 size=1048576 2024-07-27T18:40:06.660 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.658+0000 7fd9b0dfe780 1 < canceled part key=_multipart_YYNGWXPBKSFI.2~VDYXBBQPZZ5V.1 size=1048576 2024-07-27T18:40:06.660 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.658+0000 7fd9b0dfe780 1 < canceled part key=_multipart_YYNGWXPBKSFI.2~VDYXBBQPZZ5V.2 size=46618 2024-07-27T18:40:06.662 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.661+0000 7fd9b0dfe780 1 < canceled multipart upload key=YYNGWXPBKSFI upload=VDYXBBQPZZ5V tag=5KINABYBL2AN type=write size=3192346 2024-07-27T18:40:06.664 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.663+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~TDPSWYB18WUO.0 size=1048576 2024-07-27T18:40:06.665 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.664+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~TDPSWYB18WUO.1 size=489405 2024-07-27T18:40:06.665 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.664+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=TDPSWYB18WUO tag=WICQ4TR0IYCS type=write size=2586557 2024-07-27T18:40:06.667 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.666+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~LT3EJVM52CID.0 size=1048576 2024-07-27T18:40:06.668 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.666+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~LT3EJVM52CID.1 size=306441 2024-07-27T18:40:06.670 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.669+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=LT3EJVM52CID tag=MWVCB8QD4YLC type=write size=2403593 2024-07-27T18:40:06.671 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.670+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=OGGSRVPIETB2 type=del size=3767955 2024-07-27T18:40:06.672 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.671+0000 7fd9b0dfe780 1 < canceled part key=_multipart_O54I6ACW6PJQ.2~7S4ZTC4YTJII.0 size=641883 2024-07-27T18:40:06.675 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.673+0000 7fd9b0dfe780 1 < canceled multipart upload key=O54I6ACW6PJQ upload=7S4ZTC4YTJII tag=S4BN3KVVLKM7 type=write size=1690459 2024-07-27T18:40:06.676 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.675+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=JV3TILHKLVDS type=del size=1304993 2024-07-27T18:40:06.677 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.676+0000 7fd9b0dfe780 1 < canceled operation key=8I5MBVTQCDVV tag=SK794AZADUA1 type=del size=2916986 2024-07-27T18:40:06.680 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.679+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~21IMU3ISBL7I.0 size=1048576 2024-07-27T18:40:06.681 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.680+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~21IMU3ISBL7I.1 size=669923 2024-07-27T18:40:06.681 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.680+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=21IMU3ISBL7I tag=VZM33PYO4HO6 type=write size=2767075 2024-07-27T18:40:06.684 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.682+0000 7fd9b0dfe780 1 < suggested remove operation key=03QZ740ES4M3 tag=ZFAPW0LQT14C type=del 2024-07-27T18:40:06.685 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.684+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=IQXDXWY8MMVE type=del size=856302 2024-07-27T18:40:06.686 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.685+0000 7fd9b0dfe780 -1 < failed to complete operation key=P8NVZQG528UI tag=912PWMC1L2IV type=write size=563033: (22) Invalid argument 2024-07-27T18:40:06.689 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.688+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~PVLOPW3S46NP.0 size=597173 2024-07-27T18:40:06.689 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.688+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=PVLOPW3S46NP tag=XMTCTTGYS97Z type=write size=1645749 2024-07-27T18:40:06.690 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.689+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~N0Y3TZGQQL9V.0 size=920571 2024-07-27T18:40:06.692 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.691+0000 7fd9b0dfe780 1 < completed multipart upload key=YYNGWXPBKSFI upload=N0Y3TZGQQL9V tag=CN3AFMKDYOWI type=write size=1969147 2024-07-27T18:40:06.694 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.693+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=BHSSGFY09H21 type=del size=3083042 2024-07-27T18:40:06.695 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.694+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=M6HP57GQMTW1 type=del 2024-07-27T18:40:06.697 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.696+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=23LX9Z3SS0LN type=del size=3910383 2024-07-27T18:40:06.698 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.697+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~CULWTXIPHSI3.0 size=1048576 2024-07-27T18:40:06.699 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.698+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~CULWTXIPHSI3.1 size=377555 2024-07-27T18:40:06.701 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.700+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=CULWTXIPHSI3 tag=GH3UFTF4KYA2 type=write size=2474707 2024-07-27T18:40:06.702 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.701+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=4R2LIC2TGK5T type=del size=2391017 2024-07-27T18:40:06.704 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.702+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~B3SAAHXZA8A5.0 size=1048576 2024-07-27T18:40:06.704 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.703+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~B3SAAHXZA8A5.1 size=1048576 2024-07-27T18:40:06.705 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.704+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~B3SAAHXZA8A5.2 size=698750 2024-07-27T18:40:06.708 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.707+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=B3SAAHXZA8A5 tag=SMEJEZNRBVA7 type=write size=3844478 2024-07-27T18:40:06.710 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.709+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~GW3NXX3932RS.0 size=1048576 2024-07-27T18:40:06.711 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.710+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~GW3NXX3932RS.1 size=394306 2024-07-27T18:40:06.712 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.710+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=GW3NXX3932RS tag=6SMLI6OAOU8M type=write size=2491458 2024-07-27T18:40:06.712 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.711+0000 7fd9b0dfe780 1 < canceled operation key=55DD8ECTT2JA tag=CIZANBCC2DCA type=del size=3441120 2024-07-27T18:40:06.714 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.713+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=IULWVQ46I11G type=write size=471758 2024-07-27T18:40:06.715 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.714+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=05NNY1J36KMC type=del 2024-07-27T18:40:06.716 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.715+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=3YZ0RCNF3R31 type=del size=961312 2024-07-27T18:40:06.718 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.717+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~Z706BV869NEY.0 size=1048576 2024-07-27T18:40:06.719 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.718+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~Z706BV869NEY.1 size=935867 2024-07-27T18:40:06.721 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.720+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=Z706BV869NEY tag=AX60QQ0VMQ7S type=write size=3033019 2024-07-27T18:40:06.724 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.722+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~LE7UX0SGPDWU.0 size=1048576 2024-07-27T18:40:06.724 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.723+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~LE7UX0SGPDWU.1 size=718299 2024-07-27T18:40:06.724 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.723+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=LE7UX0SGPDWU tag=U4EF6236YYVN type=write size=2815451 2024-07-27T18:40:06.726 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.724+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=3XEAP14E90FI type=del 2024-07-27T18:40:06.727 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.726+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=YGO69XWSCSWC type=del size=1168722 2024-07-27T18:40:06.729 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.728+0000 7fd9b0dfe780 -1 < failed to complete operation key=03QZ740ES4M3 tag=PX0ZCVIDF3LJ type=del size=2271501: (22) Invalid argument 2024-07-27T18:40:06.730 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.729+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=6BS3QT4CR12C type=del size=3768884 2024-07-27T18:40:06.733 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.730+0000 7fd9b0dfe780 1 < completed write operation key=SK6LFQZNWE93 tag=FI6AU6JDZXQ2 type=write size=653003 2024-07-27T18:40:06.735 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.734+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~34NYSEECOL7D.0 size=539797 2024-07-27T18:40:06.735 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.734+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=34NYSEECOL7D tag=PON7J8DS9V3C type=write size=1588373 2024-07-27T18:40:06.736 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.735+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~TDPSWYB18WUO.0 size=1048576 2024-07-27T18:40:06.736 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.735+0000 7fd9b0dfe780 1 < canceled part key=_multipart_X7P4EQ7CB100.2~TDPSWYB18WUO.1 size=489405 2024-07-27T18:40:06.738 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.737+0000 7fd9b0dfe780 1 < canceled multipart upload key=X7P4EQ7CB100 upload=TDPSWYB18WUO tag=WICQ4TR0IYCS type=write size=2586557 2024-07-27T18:40:06.741 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.740+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~RYP62R26AWJU.0 size=1048576 2024-07-27T18:40:06.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.741+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~RYP62R26AWJU.1 size=498963 2024-07-27T18:40:06.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.741+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=RYP62R26AWJU tag=O7LS6GCXK2AV type=write size=2596115 2024-07-27T18:40:06.743 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.742+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=OGGSRVPIETB2 type=del 2024-07-27T18:40:06.745 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.744+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=YVP9N8XBYV2X type=write size=190811 2024-07-27T18:40:06.747 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.746+0000 7fd9b0dfe780 1 < suggested update operation key=W2L0RV8ZN7R4 tag=JV3TILHKLVDS type=del size=1304993 2024-07-27T18:40:06.749 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.748+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=92CDG792S09C type=del size=1318774 2024-07-27T18:40:06.750 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.749+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~21IMU3ISBL7I.0 size=1048576 2024-07-27T18:40:06.751 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.750+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~21IMU3ISBL7I.1 size=669923 2024-07-27T18:40:06.753 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.752+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=21IMU3ISBL7I tag=VZM33PYO4HO6 type=write size=2767075 2024-07-27T18:40:06.755 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.754+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~CJN4C8XVOQY6.0 size=1048576 2024-07-27T18:40:06.756 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.755+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~CJN4C8XVOQY6.1 size=1048576 2024-07-27T18:40:06.757 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.756+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~CJN4C8XVOQY6.2 size=94200 2024-07-27T18:40:06.757 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.756+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=CJN4C8XVOQY6 tag=ON4Z99JCOE2K type=write size=3239928 2024-07-27T18:40:06.759 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.758+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=IQXDXWY8MMVE type=del 2024-07-27T18:40:06.761 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.760+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~OV0OEBVAQ9JJ.0 size=440459 2024-07-27T18:40:06.761 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.760+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=OV0OEBVAQ9JJ tag=OI2ZH677K64U type=write size=1489035 2024-07-27T18:40:06.762 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.760+0000 7fd9b0dfe780 1 < canceled part key=_multipart_8I5MBVTQCDVV.2~PVLOPW3S46NP.0 size=597173 2024-07-27T18:40:06.763 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.762+0000 7fd9b0dfe780 1 < canceled multipart upload key=8I5MBVTQCDVV upload=PVLOPW3S46NP tag=XMTCTTGYS97Z type=write size=1645749 2024-07-27T18:40:06.766 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.765+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~EHKX6V80BT4P.0 size=1048576 2024-07-27T18:40:06.767 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.766+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~EHKX6V80BT4P.1 size=1048576 2024-07-27T18:40:06.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.767+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~EHKX6V80BT4P.2 size=933111 2024-07-27T18:40:06.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.767+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=EHKX6V80BT4P tag=UIF7HDQ02V2E type=write size=4078839 2024-07-27T18:40:06.770 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.768+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=BHSSGFY09H21 type=del 2024-07-27T18:40:06.771 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.770+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=K9UXJOVFIX2D type=del size=899649 2024-07-27T18:40:06.773 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.771+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=23LX9Z3SS0LN type=del 2024-07-27T18:40:06.774 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.773+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=L2MMBAH219HZ type=del size=2408961 2024-07-27T18:40:06.775 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.774+0000 7fd9b0dfe780 1 < canceled operation key=351SUKW6MLKV tag=4R2LIC2TGK5T type=del size=2391017 2024-07-27T18:40:06.777 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.776+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~CAP91TSAFFBF.0 size=1048576 2024-07-27T18:40:06.778 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.777+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~CAP91TSAFFBF.1 size=332714 2024-07-27T18:40:06.778 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.777+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=CAP91TSAFFBF tag=TNVYQ267ANOY type=write size=2429866 2024-07-27T18:40:06.780 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.779+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~GW3NXX3932RS.0 size=1048576 2024-07-27T18:40:06.781 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.780+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~GW3NXX3932RS.1 size=394306 2024-07-27T18:40:06.783 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.782+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=GW3NXX3932RS tag=6SMLI6OAOU8M type=write size=2491458 2024-07-27T18:40:06.784 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.783+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=AUNK2BB9ASCQ type=write size=160817 2024-07-27T18:40:06.786 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.785+0000 7fd9b0dfe780 1 < suggested update operation key=ERT6LG30K8WA tag=IULWVQ46I11G type=write size=471758 2024-07-27T18:40:06.789 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.788+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~OV7CQ3UQDQ3W.0 size=1048576 2024-07-27T18:40:06.789 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.788+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~OV7CQ3UQDQ3W.1 size=259373 2024-07-27T18:40:06.790 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.788+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=OV7CQ3UQDQ3W tag=V06EACHT7DP5 type=write size=2356525 2024-07-27T18:40:06.791 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.790+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=3YZ0RCNF3R31 type=del 2024-07-27T18:40:06.793 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.792+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~Y02S0VFUGU1C.0 size=1048576 2024-07-27T18:40:06.794 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.793+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~Y02S0VFUGU1C.1 size=247905 2024-07-27T18:40:06.794 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.793+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=Y02S0VFUGU1C tag=SCSBPXETLCF9 type=write size=2345057 2024-07-27T18:40:06.796 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.794+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~LE7UX0SGPDWU.0 size=1048576 2024-07-27T18:40:06.796 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.795+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~LE7UX0SGPDWU.1 size=718299 2024-07-27T18:40:06.798 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.797+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=LE7UX0SGPDWU tag=U4EF6236YYVN type=write size=2815451 2024-07-27T18:40:06.800 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.799+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~GUMGW4VLAH83.0 size=689540 2024-07-27T18:40:06.801 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.799+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=GUMGW4VLAH83 tag=37U1KNCQ4JD0 type=write size=1738116 2024-07-27T18:40:06.803 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.802+0000 7fd9b0dfe780 1 < suggested remove operation key=8I5MBVTQCDVV tag=YGO69XWSCSWC type=del 2024-07-27T18:40:06.805 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.804+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~XOQR63CKHJ3V.0 size=1048576 2024-07-27T18:40:06.806 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.805+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~XOQR63CKHJ3V.1 size=287264 2024-07-27T18:40:06.806 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.805+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=XOQR63CKHJ3V tag=FI3FBUX7TSFC type=write size=2384416 2024-07-27T18:40:06.807 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.806+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=6BS3QT4CR12C type=del 2024-07-27T18:40:06.808 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.807+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=EAX62PN73RQ2 type=del size=3313856 2024-07-27T18:40:06.809 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.808+0000 7fd9b0dfe780 1 < canceled part key=_multipart_IGKNZEI10405.2~34NYSEECOL7D.0 size=539797 2024-07-27T18:40:06.811 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.810+0000 7fd9b0dfe780 1 < canceled multipart upload key=IGKNZEI10405 upload=34NYSEECOL7D tag=PON7J8DS9V3C type=write size=1588373 2024-07-27T18:40:06.813 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.812+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~PH434HLDHRM9.0 size=1048576 2024-07-27T18:40:06.814 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.813+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~PH434HLDHRM9.1 size=1048576 2024-07-27T18:40:06.815 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.814+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~PH434HLDHRM9.2 size=514049 2024-07-27T18:40:06.816 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.814+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=PH434HLDHRM9 tag=CH7QE8NRYN9V type=write size=3659777 2024-07-27T18:40:06.817 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.816+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~RYP62R26AWJU.0 size=1048576 2024-07-27T18:40:06.818 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.817+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~RYP62R26AWJU.1 size=498963 2024-07-27T18:40:06.820 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.819+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=RYP62R26AWJU tag=O7LS6GCXK2AV type=write size=2596115 2024-07-27T18:40:06.822 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.820+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=0NXSRECIXW9Z type=del size=1460576 2024-07-27T18:40:06.825 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.824+0000 7fd9b0dfe780 1 < suggested remove operation key=55DD8ECTT2JA tag=YVP9N8XBYV2X type=write 2024-07-27T18:40:06.826 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.825+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=S36CHEIERP22 type=del size=148982 2024-07-27T18:40:06.828 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.827+0000 7fd9b0dfe780 -1 < failed to complete operation key=55DD8ECTT2JA tag=92CDG792S09C type=del size=1318774: (22) Invalid argument 2024-07-27T18:40:06.829 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.828+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=WGJ0ZH01982B type=del size=663613 2024-07-27T18:40:06.830 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.829+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~CJN4C8XVOQY6.0 size=1048576 2024-07-27T18:40:06.831 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.830+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~CJN4C8XVOQY6.1 size=1048576 2024-07-27T18:40:06.832 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.831+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~CJN4C8XVOQY6.2 size=94200 2024-07-27T18:40:06.834 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.833+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=CJN4C8XVOQY6 tag=ON4Z99JCOE2K type=write size=3239928 2024-07-27T18:40:06.835 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.834+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=P66RMRZIRVIK type=del size=2835210 2024-07-27T18:40:06.837 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.836+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~OV0OEBVAQ9JJ.0 size=440459 2024-07-27T18:40:06.839 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.838+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=OV0OEBVAQ9JJ tag=OI2ZH677K64U type=write size=1489035 2024-07-27T18:40:06.841 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.840+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~7P3CFL8RAJRD.0 size=836864 2024-07-27T18:40:06.841 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.840+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=7P3CFL8RAJRD tag=HLRQ1QH7XID3 type=write size=1885440 2024-07-27T18:40:06.842 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.841+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~EHKX6V80BT4P.0 size=1048576 2024-07-27T18:40:06.843 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.842+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~EHKX6V80BT4P.1 size=1048576 2024-07-27T18:40:06.844 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.843+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~EHKX6V80BT4P.2 size=933111 2024-07-27T18:40:06.846 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.845+0000 7fd9b0dfe780 1 < completed multipart upload key=X7P4EQ7CB100 upload=EHKX6V80BT4P tag=UIF7HDQ02V2E type=write size=4078839 2024-07-27T18:40:06.848 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.847+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=I6NE9GT0R8ME type=write size=745851 2024-07-27T18:40:06.849 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.848+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=K9UXJOVFIX2D type=del 2024-07-27T18:40:06.850 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.849+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=RSY49T73WYZY type=del size=965017 2024-07-27T18:40:06.852 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.851+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=L2MMBAH219HZ type=del 2024-07-27T18:40:06.853 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.852+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=PUVTMR3GDU11 type=del size=248419 2024-07-27T18:40:06.854 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.853+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~CAP91TSAFFBF.0 size=1048576 2024-07-27T18:40:06.856 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.855+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~CAP91TSAFFBF.1 size=332714 2024-07-27T18:40:06.858 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.857+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=CAP91TSAFFBF tag=TNVYQ267ANOY type=write size=2429866 2024-07-27T18:40:06.859 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.858+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=8MH16MOPLCYN type=del size=2926755 2024-07-27T18:40:06.860 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.859+0000 7fd9b0dfe780 1 < completed write operation key=PV35EIWWUMCU tag=AUNK2BB9ASCQ type=write size=160817 2024-07-27T18:40:06.863 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.862+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~BN8G8KMFAN56.0 size=1048576 2024-07-27T18:40:06.864 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.863+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~BN8G8KMFAN56.1 size=123117 2024-07-27T18:40:06.864 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.863+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=BN8G8KMFAN56 tag=IVXUZXG0LZYE type=write size=2220269 2024-07-27T18:40:06.865 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.864+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~OV7CQ3UQDQ3W.0 size=1048576 2024-07-27T18:40:06.866 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.865+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~OV7CQ3UQDQ3W.1 size=259373 2024-07-27T18:40:06.868 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.867+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=OV7CQ3UQDQ3W tag=V06EACHT7DP5 type=write size=2356525 2024-07-27T18:40:06.869 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.868+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=7FM74LQ3FLFH type=write size=184370 2024-07-27T18:40:06.871 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.870+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~Y02S0VFUGU1C.0 size=1048576 2024-07-27T18:40:06.872 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.871+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~Y02S0VFUGU1C.1 size=247905 2024-07-27T18:40:06.874 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.873+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=Y02S0VFUGU1C tag=SCSBPXETLCF9 type=write size=2345057 2024-07-27T18:40:06.875 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.874+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=06VJBIJKTONQ type=del size=22041 2024-07-27T18:40:06.876 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.875+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~GUMGW4VLAH83.0 size=689540 2024-07-27T18:40:06.878 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.877+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=GUMGW4VLAH83 tag=37U1KNCQ4JD0 type=write size=1738116 2024-07-27T18:40:06.880 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.879+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~C9F7VIQPOPT8.0 size=1048576 2024-07-27T18:40:06.881 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.880+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~C9F7VIQPOPT8.1 size=1048576 2024-07-27T18:40:06.882 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.881+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~C9F7VIQPOPT8.2 size=927065 2024-07-27T18:40:06.882 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.881+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=C9F7VIQPOPT8 tag=L6FV289W2LZ8 type=write size=4072793 2024-07-27T18:40:06.883 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.882+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~XOQR63CKHJ3V.0 size=1048576 2024-07-27T18:40:06.884 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.883+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~XOQR63CKHJ3V.1 size=287264 2024-07-27T18:40:06.886 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.885+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=XOQR63CKHJ3V tag=FI3FBUX7TSFC type=write size=2384416 2024-07-27T18:40:06.888 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.886+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=Y62HWMQC6K1L type=write size=378671 2024-07-27T18:40:06.889 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.888+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=EAX62PN73RQ2 type=del 2024-07-27T18:40:06.890 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.889+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=867HMHF6O7K1 type=del size=1684110 2024-07-27T18:40:06.891 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.890+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~PH434HLDHRM9.0 size=1048576 2024-07-27T18:40:06.892 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.891+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~PH434HLDHRM9.1 size=1048576 2024-07-27T18:40:06.893 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.892+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~PH434HLDHRM9.2 size=514049 2024-07-27T18:40:06.895 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.894+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=PH434HLDHRM9 tag=CH7QE8NRYN9V type=write size=3659777 2024-07-27T18:40:06.897 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.896+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~WY34MHN155CA.0 size=1048576 2024-07-27T18:40:06.899 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.897+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~WY34MHN155CA.1 size=1048576 2024-07-27T18:40:06.901 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.898+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~WY34MHN155CA.2 size=614594 2024-07-27T18:40:06.901 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.898+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=WY34MHN155CA tag=5R99B8P7JKHA type=write size=3760322 2024-07-27T18:40:06.901 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.900+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=0NXSRECIXW9Z type=del 2024-07-27T18:40:06.902 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.901+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=LPD9C5S1U235 type=del size=3656971 2024-07-27T18:40:06.905 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.904+0000 7fd9b0dfe780 1 < suggested remove operation key=V2SZ9U1AFGCG tag=S36CHEIERP22 type=del 2024-07-27T18:40:06.906 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.905+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=NIFYY7YE1EF1 type=del size=143515 2024-07-27T18:40:06.907 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.906+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=WGJ0ZH01982B type=del 2024-07-27T18:40:06.909 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.908+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=YVEQLV12H0HV type=del size=2870794 2024-07-27T18:40:06.910 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.909+0000 7fd9b0dfe780 1 < canceled operation key=ERT6LG30K8WA tag=P66RMRZIRVIK type=del size=2835210 2024-07-27T18:40:06.912 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.911+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~2LG5VXSG7UJO.0 size=1048576 2024-07-27T18:40:06.913 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.912+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~2LG5VXSG7UJO.1 size=1048576 2024-07-27T18:40:06.914 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.913+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~2LG5VXSG7UJO.2 size=910315 2024-07-27T18:40:06.914 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.913+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=2LG5VXSG7UJO tag=N8SFPJ96D0WF type=write size=4056043 2024-07-27T18:40:06.915 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.914+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~7P3CFL8RAJRD.0 size=836864 2024-07-27T18:40:06.917 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.916+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=7P3CFL8RAJRD tag=HLRQ1QH7XID3 type=write size=1885440 2024-07-27T18:40:06.918 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.917+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=KP10VFH45JL6 type=del size=2056555 2024-07-27T18:40:06.920 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.919+0000 7fd9b0dfe780 1 < completed write operation key=E9Y61GIX83FA tag=I6NE9GT0R8ME type=write size=745851 2024-07-27T18:40:06.921 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.920+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=U7FF2VRG01NX type=del size=3839381 2024-07-27T18:40:06.922 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.921+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=RSY49T73WYZY type=del 2024-07-27T18:40:06.924 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.923+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=IWHVDP8YUMU7 type=del size=133176 2024-07-27T18:40:06.925 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.924+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=PUVTMR3GDU11 type=del 2024-07-27T18:40:06.926 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.925+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=T71DU3GPV497 type=del size=2425037 2024-07-27T18:40:06.927 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.926+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=8MH16MOPLCYN type=del 2024-07-27T18:40:06.929 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.928+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~IN7S0KBXBF7O.0 size=1048576 2024-07-27T18:40:06.930 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.929+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~IN7S0KBXBF7O.1 size=836453 2024-07-27T18:40:06.930 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.929+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=IN7S0KBXBF7O tag=OSGEV4XGXS13 type=write size=2933605 2024-07-27T18:40:06.932 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.931+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~BN8G8KMFAN56.0 size=1048576 2024-07-27T18:40:06.933 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.932+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~BN8G8KMFAN56.1 size=123117 2024-07-27T18:40:06.935 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.934+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=BN8G8KMFAN56 tag=IVXUZXG0LZYE type=write size=2220269 2024-07-27T18:40:06.937 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.936+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~KMB737QE0UTW.0 size=850980 2024-07-27T18:40:06.937 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.936+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=KMB737QE0UTW tag=5725TS1QWOZR type=write size=1899556 2024-07-27T18:40:06.938 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.937+0000 7fd9b0dfe780 -1 < failed to complete operation key=V2SZ9U1AFGCG tag=7FM74LQ3FLFH type=write size=184370: (22) Invalid argument 2024-07-27T18:40:06.939 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.938+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=9S06PZQSBH73 type=del size=2559769 2024-07-27T18:40:06.942 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.941+0000 7fd9b0dfe780 1 < suggested remove operation key=T7BZCFBSZM95 tag=06VJBIJKTONQ type=del 2024-07-27T18:40:06.943 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.942+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=GKS5J8JWHONW type=del size=1089448 2024-07-27T18:40:06.943 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.942+0000 7fd9b0dfe780 1 < canceled part key=_multipart_55DD8ECTT2JA.2~C9F7VIQPOPT8.0 size=1048576 2024-07-27T18:40:06.944 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.943+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~C9F7VIQPOPT8.1 size=1048576 2024-07-27T18:40:06.945 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.944+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~C9F7VIQPOPT8.2 size=927065 2024-07-27T18:40:06.947 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.946+0000 7fd9b0dfe780 1 < canceled multipart upload key=55DD8ECTT2JA upload=C9F7VIQPOPT8 tag=L6FV289W2LZ8 type=write size=4072793 2024-07-27T18:40:06.948 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.947+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=GINOMD7KI133 type=del size=1957904 2024-07-27T18:40:06.951 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.950+0000 7fd9b0dfe780 1 < suggested update operation key=0ML6VB25ON15 tag=Y62HWMQC6K1L type=write size=378671 2024-07-27T18:40:06.952 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.951+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=OABCEK2PBOVM type=del size=4182713 2024-07-27T18:40:06.953 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.952+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=867HMHF6O7K1 type=del 2024-07-27T18:40:06.956 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.954+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~FQ7E9K8UWKAY.0 size=706596 2024-07-27T18:40:06.956 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.954+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=FQ7E9K8UWKAY tag=9827BEKHZEXI type=write size=1755172 2024-07-27T18:40:06.957 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.956+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~WY34MHN155CA.0 size=1048576 2024-07-27T18:40:06.958 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.957+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~WY34MHN155CA.1 size=1048576 2024-07-27T18:40:06.959 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.958+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~WY34MHN155CA.2 size=614594 2024-07-27T18:40:06.961 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.960+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=WY34MHN155CA tag=5R99B8P7JKHA type=write size=3760322 2024-07-27T18:40:06.963 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.962+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~W4T3GQX2F75R.0 size=1048576 2024-07-27T18:40:06.964 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.963+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~W4T3GQX2F75R.1 size=942944 2024-07-27T18:40:06.964 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.963+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=W4T3GQX2F75R tag=KMSNRXEF5ST4 type=write size=3040096 2024-07-27T18:40:06.967 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.966+0000 7fd9b0dfe780 1 < suggested update operation key=29DDNRGBR1QU tag=LPD9C5S1U235 type=del size=3656971 2024-07-27T18:40:06.969 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.968+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~AKR9XEW0UKCV.0 size=568537 2024-07-27T18:40:06.969 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.968+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=AKR9XEW0UKCV tag=KHNOYJ3RRZV1 type=write size=1617113 2024-07-27T18:40:06.972 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.971+0000 7fd9b0dfe780 1 < suggested remove operation key=BQPHSDB02Z8O tag=NIFYY7YE1EF1 type=del 2024-07-27T18:40:06.973 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.972+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=WUBEDHY0205V type=del size=2716646 2024-07-27T18:40:06.974 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.973+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=YVEQLV12H0HV type=del 2024-07-27T18:40:06.976 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.975+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=T6B42SE29O6D type=del size=3878399 2024-07-27T18:40:06.977 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.976+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~2LG5VXSG7UJO.0 size=1048576 2024-07-27T18:40:06.978 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.977+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~2LG5VXSG7UJO.1 size=1048576 2024-07-27T18:40:06.979 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.978+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~2LG5VXSG7UJO.2 size=910315 2024-07-27T18:40:06.981 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.980+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=2LG5VXSG7UJO tag=N8SFPJ96D0WF type=write size=4056043 2024-07-27T18:40:06.983 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.981+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=KTYPOIY3KS5F type=del size=3416601 2024-07-27T18:40:06.984 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.983+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=KP10VFH45JL6 type=del 2024-07-27T18:40:06.986 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.985+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~0MA7BOEGM89A.0 size=1048576 2024-07-27T18:40:06.987 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.986+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~0MA7BOEGM89A.1 size=1048576 2024-07-27T18:40:06.988 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.987+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~0MA7BOEGM89A.2 size=304221 2024-07-27T18:40:06.988 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.987+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=0MA7BOEGM89A tag=BIUVIFS8SS0O type=write size=3449949 2024-07-27T18:40:06.990 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.989+0000 7fd9b0dfe780 1 < suggested remove operation key=8I5MBVTQCDVV tag=U7FF2VRG01NX type=del 2024-07-27T18:40:06.993 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.992+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~NZV58Z5RLYRB.0 size=1048576 2024-07-27T18:40:06.994 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.993+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~NZV58Z5RLYRB.1 size=71702 2024-07-27T18:40:06.994 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.993+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=NZV58Z5RLYRB tag=XSUGES55F03W type=write size=2168854 2024-07-27T18:40:06.995 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.994+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=IWHVDP8YUMU7 type=del 2024-07-27T18:40:06.997 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.996+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~6DXJ8F2B98HN.0 size=1048576 2024-07-27T18:40:06.998 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.997+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~6DXJ8F2B98HN.1 size=831740 2024-07-27T18:40:06.998 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.997+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=6DXJ8F2B98HN tag=SFQP1W0UC4BG type=write size=2928892 2024-07-27T18:40:07.000 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:06.999+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=T71DU3GPV497 type=del 2024-07-27T18:40:07.001 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.000+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=YU2ZITPOQ0WK type=del size=3880712 2024-07-27T18:40:07.001 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.000+0000 7fd9b0dfe780 1 < canceled part key=_multipart_T7BZCFBSZM95.2~IN7S0KBXBF7O.0 size=1048576 2024-07-27T18:40:07.002 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.001+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~IN7S0KBXBF7O.1 size=836453 2024-07-27T18:40:07.004 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.003+0000 7fd9b0dfe780 1 < canceled multipart upload key=T7BZCFBSZM95 upload=IN7S0KBXBF7O tag=OSGEV4XGXS13 type=write size=2933605 2024-07-27T18:40:07.005 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.004+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=10QL2VBUQOY1 type=del size=400195 2024-07-27T18:40:07.007 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.006+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~KMB737QE0UTW.0 size=850980 2024-07-27T18:40:07.009 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.008+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=KMB737QE0UTW tag=5725TS1QWOZR type=write size=1899556 2024-07-27T18:40:07.010 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.009+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=O1B84VJ9GXNS type=del size=2871260 2024-07-27T18:40:07.011 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.010+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=9S06PZQSBH73 type=del 2024-07-27T18:40:07.012 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.011+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=TDGPAVCT4CCV type=del size=206841 2024-07-27T18:40:07.015 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.014+0000 7fd9b0dfe780 1 < suggested remove operation key=W2L0RV8ZN7R4 tag=GKS5J8JWHONW type=del 2024-07-27T18:40:07.016 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.015+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=QLF8T2R8S0EK type=del size=677886 2024-07-27T18:40:07.017 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.016+0000 7fd9b0dfe780 1 < canceled operation key=55DD8ECTT2JA tag=GINOMD7KI133 type=del size=1957904 2024-07-27T18:40:07.018 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.017+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=1T87LXSWAXUP type=del size=369977 2024-07-27T18:40:07.020 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.019+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=OABCEK2PBOVM type=del 2024-07-27T18:40:07.021 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.020+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=Y9F82H2YMLSN type=del size=2850414 2024-07-27T18:40:07.022 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.021+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~FQ7E9K8UWKAY.0 size=706596 2024-07-27T18:40:07.024 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.023+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=FQ7E9K8UWKAY tag=9827BEKHZEXI type=write size=1755172 2024-07-27T18:40:07.026 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.025+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~YRA751SFT6R4.0 size=1048576 2024-07-27T18:40:07.028 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.026+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~YRA751SFT6R4.1 size=119430 2024-07-27T18:40:07.028 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.026+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=YRA751SFT6R4 tag=48971PK80ZX3 type=write size=2216582 2024-07-27T18:40:07.029 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.028+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~W4T3GQX2F75R.0 size=1048576 2024-07-27T18:40:07.029 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.028+0000 7fd9b0dfe780 1 < canceled part key=_multipart_PV35EIWWUMCU.2~W4T3GQX2F75R.1 size=942944 2024-07-27T18:40:07.031 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.030+0000 7fd9b0dfe780 1 < canceled multipart upload key=PV35EIWWUMCU upload=W4T3GQX2F75R tag=KMSNRXEF5ST4 type=write size=3040096 2024-07-27T18:40:07.033 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.032+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=G1UMRUQ8JZ7A type=del size=354571 2024-07-27T18:40:07.033 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.032+0000 7fd9b0dfe780 1 < canceled part key=_multipart_CFEXWJESTIQM.2~AKR9XEW0UKCV.0 size=568537 2024-07-27T18:40:07.035 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.034+0000 7fd9b0dfe780 1 < canceled multipart upload key=CFEXWJESTIQM upload=AKR9XEW0UKCV tag=KHNOYJ3RRZV1 type=write size=1617113 2024-07-27T18:40:07.037 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.036+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=RZY6HV13CM3A type=del size=1122345 2024-07-27T18:40:07.038 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.037+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=WUBEDHY0205V type=del 2024-07-27T18:40:07.040 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.039+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=79P8ZKG0T7LB type=del size=1706606 2024-07-27T18:40:07.040 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.039+0000 7fd9b0dfe780 -1 < no bi entry to suggest for operation key=W2L0RV8ZN7R4 tag=T6B42SE29O6D type=del size=3878399: (2) No such file or directory 2024-07-27T18:40:07.042 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.041+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=RLMDYOU4AT1D type=del size=1871815 2024-07-27T18:40:07.044 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.043+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=KTYPOIY3KS5F type=del 2024-07-27T18:40:07.047 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.045+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=51908J7CWTHZ type=del size=2822520 2024-07-27T18:40:07.047 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.046+0000 7fd9b0dfe780 1 < canceled part key=_multipart_03QZ740ES4M3.2~0MA7BOEGM89A.0 size=1048576 2024-07-27T18:40:07.048 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.047+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~0MA7BOEGM89A.1 size=1048576 2024-07-27T18:40:07.049 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.048+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~0MA7BOEGM89A.2 size=304221 2024-07-27T18:40:07.051 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.050+0000 7fd9b0dfe780 1 < canceled multipart upload key=03QZ740ES4M3 upload=0MA7BOEGM89A tag=BIUVIFS8SS0O type=write size=3449949 2024-07-27T18:40:07.054 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.053+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~OS4G7UBJTME2.0 size=918131 2024-07-27T18:40:07.054 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.053+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=OS4G7UBJTME2 tag=LFATBB1QSFKK type=write size=1966707 2024-07-27T18:40:07.056 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.055+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~NZV58Z5RLYRB.0 size=1048576 2024-07-27T18:40:07.056 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.055+0000 7fd9b0dfe780 1 < canceled part key=_multipart_T7BZCFBSZM95.2~NZV58Z5RLYRB.1 size=71702 2024-07-27T18:40:07.058 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.057+0000 7fd9b0dfe780 1 < canceled multipart upload key=T7BZCFBSZM95 upload=NZV58Z5RLYRB tag=XSUGES55F03W type=write size=2168854 2024-07-27T18:40:07.059 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.058+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=XVDD4LGKQL7E type=write size=296696 2024-07-27T18:40:07.061 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.059+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~6DXJ8F2B98HN.0 size=1048576 2024-07-27T18:40:07.061 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.060+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~6DXJ8F2B98HN.1 size=831740 2024-07-27T18:40:07.063 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.062+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=6DXJ8F2B98HN tag=SFQP1W0UC4BG type=write size=2928892 2024-07-27T18:40:07.066 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.064+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~L34487VJH4MR.0 size=1048576 2024-07-27T18:40:07.067 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.065+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~L34487VJH4MR.1 size=357305 2024-07-27T18:40:07.067 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.065+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=L34487VJH4MR tag=4CC63VVS31CP type=write size=2454457 2024-07-27T18:40:07.068 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.067+0000 7fd9b0dfe780 1 < canceled operation key=O54I6ACW6PJQ tag=YU2ZITPOQ0WK type=del size=3880712 2024-07-27T18:40:07.069 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.068+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=IA1IQHXC0WCB type=write size=339765 2024-07-27T18:40:07.070 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.069+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=10QL2VBUQOY1 type=del 2024-07-27T18:40:07.072 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.070+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=XBUIMI119CWD type=write size=703447 2024-07-27T18:40:07.074 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.073+0000 7fd9b0dfe780 1 < suggested remove operation key=PV35EIWWUMCU tag=O1B84VJ9GXNS type=del 2024-07-27T18:40:07.076 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.074+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=HBMTKERELYS0 type=del size=1538071 2024-07-27T18:40:07.078 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.077+0000 7fd9b0dfe780 1 < suggested update operation key=SK6LFQZNWE93 tag=TDGPAVCT4CCV type=del size=206841 2024-07-27T18:40:07.079 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.078+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=GDN3TUWK0T4O type=del size=1057136 2024-07-27T18:40:07.081 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.079+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=QLF8T2R8S0EK type=del 2024-07-27T18:40:07.083 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.082+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~EV00AAZCBWBK.0 size=481699 2024-07-27T18:40:07.083 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.082+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=EV00AAZCBWBK tag=6JHY0BDA4V0M type=write size=1530275 2024-07-27T18:40:07.084 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.083+0000 7fd9b0dfe780 -1 < failed to complete operation key=PV35EIWWUMCU tag=1T87LXSWAXUP type=del size=369977: (22) Invalid argument 2024-07-27T18:40:07.086 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.085+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=ZMCF1X5C122Q type=write size=820873 2024-07-27T18:40:07.087 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.086+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=Y9F82H2YMLSN type=del 2024-07-27T18:40:07.089 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.088+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~NK6DVM5MRUEV.0 size=1048576 2024-07-27T18:40:07.090 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.089+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~NK6DVM5MRUEV.1 size=192896 2024-07-27T18:40:07.090 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.089+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=NK6DVM5MRUEV tag=CMHRW56N28HQ type=write size=2290048 2024-07-27T18:40:07.091 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.090+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~YRA751SFT6R4.0 size=1048576 2024-07-27T18:40:07.092 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.091+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~YRA751SFT6R4.1 size=119430 2024-07-27T18:40:07.094 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.093+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=YRA751SFT6R4 tag=48971PK80ZX3 type=write size=2216582 2024-07-27T18:40:07.096 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.094+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=DJ4J2KG6IHTS type=del size=2019416 2024-07-27T18:40:07.098 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.097+0000 7fd9b0dfe780 1 < suggested update operation key=V2SZ9U1AFGCG tag=G1UMRUQ8JZ7A type=del size=354571 2024-07-27T18:40:07.101 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.100+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~0MIRJT9J9IHZ.0 size=1048576 2024-07-27T18:40:07.102 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.101+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~0MIRJT9J9IHZ.1 size=1048576 2024-07-27T18:40:07.106 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.102+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~0MIRJT9J9IHZ.2 size=538828 2024-07-27T18:40:07.106 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.102+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=0MIRJT9J9IHZ tag=AWBHAI11M15T type=write size=3684556 2024-07-27T18:40:07.106 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.103+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=RZY6HV13CM3A type=del 2024-07-27T18:40:07.107 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.106+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~20MN2J3FE2XS.0 size=1048576 2024-07-27T18:40:07.108 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.107+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~20MN2J3FE2XS.1 size=367730 2024-07-27T18:40:07.108 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.107+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=20MN2J3FE2XS tag=V3N6DXVM5UKW type=write size=2464882 2024-07-27T18:40:07.109 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.108+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=79P8ZKG0T7LB type=del 2024-07-27T18:40:07.110 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.109+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=TDPF2G2WTHAI type=del size=3519209 2024-07-27T18:40:07.113 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.112+0000 7fd9b0dfe780 1 < suggested remove operation key=39IO5R6BZ3YC tag=RLMDYOU4AT1D type=del 2024-07-27T18:40:07.115 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.113+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=TILIJV5XSYG9 type=del size=2775850 2024-07-27T18:40:07.116 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.115+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=51908J7CWTHZ type=del 2024-07-27T18:40:07.119 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.118+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~5NILDUGMX60K.0 size=1048576 2024-07-27T18:40:07.120 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.119+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~5NILDUGMX60K.1 size=478950 2024-07-27T18:40:07.120 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.119+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=5NILDUGMX60K tag=Y7CWUL6LWU7R type=write size=2576102 2024-07-27T18:40:07.121 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.120+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~OS4G7UBJTME2.0 size=918131 2024-07-27T18:40:07.124 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.123+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=OS4G7UBJTME2 tag=LFATBB1QSFKK type=write size=1966707 2024-07-27T18:40:07.125 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.124+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=L3UFUOEPCPET type=del size=2260310 2024-07-27T18:40:07.126 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.125+0000 7fd9b0dfe780 1 < completed write operation key=03QZ740ES4M3 tag=XVDD4LGKQL7E type=write size=296696 2024-07-27T18:40:07.127 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.126+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=A3LLO0MIQIQS type=del size=3217030 2024-07-27T18:40:07.129 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.128+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~L34487VJH4MR.0 size=1048576 2024-07-27T18:40:07.130 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.129+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~L34487VJH4MR.1 size=357305 2024-07-27T18:40:07.133 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.132+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=L34487VJH4MR tag=4CC63VVS31CP type=write size=2454457 2024-07-27T18:40:07.134 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.133+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=8PM55UJKM14A type=del size=310493 2024-07-27T18:40:07.136 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.134+0000 7fd9b0dfe780 1 < completed write operation key=55DD8ECTT2JA tag=IA1IQHXC0WCB type=write size=339765 2024-07-27T18:40:07.137 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.136+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=5N52FXM7AXR7 type=del size=398604 2024-07-27T18:40:07.139 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.138+0000 7fd9b0dfe780 1 < suggested update operation key=86SBFWKFIZ50 tag=XBUIMI119CWD type=write size=703447 2024-07-27T18:40:07.141 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.139+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=EX1QHIDHJVG9 type=del size=3056113 2024-07-27T18:40:07.143 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.142+0000 7fd9b0dfe780 1 < suggested remove operation key=SK6LFQZNWE93 tag=HBMTKERELYS0 type=del 2024-07-27T18:40:07.145 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.144+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=DPYVR21FQ368 type=del size=502413 2024-07-27T18:40:07.147 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.146+0000 7fd9b0dfe780 1 < suggested remove operation key=351SUKW6MLKV tag=GDN3TUWK0T4O type=del 2024-07-27T18:40:07.149 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.148+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=P6DVA8D0ZIOV type=del size=2919005 2024-07-27T18:40:07.150 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.149+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~EV00AAZCBWBK.0 size=481699 2024-07-27T18:40:07.153 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.152+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=EV00AAZCBWBK tag=6JHY0BDA4V0M type=write size=1530275 2024-07-27T18:40:07.154 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.153+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=Z9F57BA6MWFV type=write size=434292 2024-07-27T18:40:07.158 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.157+0000 7fd9b0dfe780 1 < completed write operation key=L423106KP3PL tag=ZMCF1X5C122Q type=write size=820873 2024-07-27T18:40:07.163 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.162+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~I09I370PT2SD.0 size=1048576 2024-07-27T18:40:07.165 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.164+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~I09I370PT2SD.1 size=1048576 2024-07-27T18:40:07.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.165+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~I09I370PT2SD.2 size=745773 2024-07-27T18:40:07.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.165+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=I09I370PT2SD tag=GBJS8KKHV4KF type=write size=3891501 2024-07-27T18:40:07.167 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.166+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~NK6DVM5MRUEV.0 size=1048576 2024-07-27T18:40:07.168 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.167+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~NK6DVM5MRUEV.1 size=192896 2024-07-27T18:40:07.170 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.169+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=NK6DVM5MRUEV tag=CMHRW56N28HQ type=write size=2290048 2024-07-27T18:40:07.171 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.170+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=3YQXGP9HA1LD type=del size=2407547 2024-07-27T18:40:07.173 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.172+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=DJ4J2KG6IHTS type=del 2024-07-27T18:40:07.175 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.174+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~O3MTB90W35KE.0 size=663105 2024-07-27T18:40:07.175 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.174+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=O3MTB90W35KE tag=C740UTMPYUIP type=write size=1711681 2024-07-27T18:40:07.177 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.176+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~0MIRJT9J9IHZ.0 size=1048576 2024-07-27T18:40:07.178 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.177+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~0MIRJT9J9IHZ.1 size=1048576 2024-07-27T18:40:07.179 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.178+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~0MIRJT9J9IHZ.2 size=538828 2024-07-27T18:40:07.181 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.180+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=0MIRJT9J9IHZ tag=AWBHAI11M15T type=write size=3684556 2024-07-27T18:40:07.184 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.183+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~9D3TKMZW9V4Z.0 size=394671 2024-07-27T18:40:07.184 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.183+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=9D3TKMZW9V4Z tag=K7D3YEBN1SIM type=write size=1443247 2024-07-27T18:40:07.186 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.185+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~20MN2J3FE2XS.0 size=1048576 2024-07-27T18:40:07.187 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.186+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~20MN2J3FE2XS.1 size=367730 2024-07-27T18:40:07.189 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.188+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=20MN2J3FE2XS tag=V3N6DXVM5UKW type=write size=2464882 2024-07-27T18:40:07.191 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.189+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=USDLL2B6TIYO type=write size=995257 2024-07-27T18:40:07.192 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.191+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=TDPF2G2WTHAI type=del 2024-07-27T18:40:07.193 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.192+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=SS4F75OW4PR0 type=del size=3809993 2024-07-27T18:40:07.194 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.193+0000 7fd9b0dfe780 -1 < no bi entry to suggest for operation key=SK6LFQZNWE93 tag=TILIJV5XSYG9 type=del size=2775850: (2) No such file or directory 2024-07-27T18:40:07.197 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.195+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~I0MSUQY0RTEO.0 size=873548 2024-07-27T18:40:07.197 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.195+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=I0MSUQY0RTEO tag=C6O470M7XYUN type=write size=1922124 2024-07-27T18:40:07.198 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.197+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~5NILDUGMX60K.0 size=1048576 2024-07-27T18:40:07.199 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.198+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~5NILDUGMX60K.1 size=478950 2024-07-27T18:40:07.202 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.200+0000 7fd9b0dfe780 1 < completed multipart upload key=X7P4EQ7CB100 upload=5NILDUGMX60K tag=Y7CWUL6LWU7R type=write size=2576102 2024-07-27T18:40:07.203 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.202+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=XP2EX4KSXFBR type=del size=2331508 2024-07-27T18:40:07.204 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.203+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=L3UFUOEPCPET type=del 2024-07-27T18:40:07.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.206+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~VECO4M191YXM.0 size=821432 2024-07-27T18:40:07.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.206+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=VECO4M191YXM tag=TPZKZ36V18ZQ type=write size=1870008 2024-07-27T18:40:07.208 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.207+0000 7fd9b0dfe780 -1 < failed to complete operation key=SK6LFQZNWE93 tag=A3LLO0MIQIQS type=del size=3217030: (22) Invalid argument 2024-07-27T18:40:07.211 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.210+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~N3S6I33MHWW3.0 size=1048576 2024-07-27T18:40:07.212 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.211+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~N3S6I33MHWW3.1 size=1048576 2024-07-27T18:40:07.213 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.212+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~N3S6I33MHWW3.2 size=94383 2024-07-27T18:40:07.213 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.212+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=N3S6I33MHWW3 tag=FWVMM5I7RBES type=write size=3240111 2024-07-27T18:40:07.214 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.213+0000 7fd9b0dfe780 1 < canceled operation key=PV35EIWWUMCU tag=8PM55UJKM14A type=del size=310493 2024-07-27T18:40:07.216 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.215+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=3Z5CVHB29ACO type=write size=191715 2024-07-27T18:40:07.217 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.216+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=5N52FXM7AXR7 type=del 2024-07-27T18:40:07.219 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.218+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=4U9DI93CUHKJ type=del size=3151259 2024-07-27T18:40:07.220 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.219+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=EX1QHIDHJVG9 type=del 2024-07-27T18:40:07.222 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.220+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=KRGYUPC8IKLG type=del size=341325 2024-07-27T18:40:07.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.222+0000 7fd9b0dfe780 1 < canceled operation key=86SBFWKFIZ50 tag=DPYVR21FQ368 type=del size=502413 2024-07-27T18:40:07.224 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.223+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=QMDTCQ6PVS7F type=del size=4099929 2024-07-27T18:40:07.226 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.225+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=P6DVA8D0ZIOV type=del 2024-07-27T18:40:07.228 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.227+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~9PV5WDER0KHI.0 size=1048576 2024-07-27T18:40:07.229 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.228+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~9PV5WDER0KHI.1 size=1048576 2024-07-27T18:40:07.230 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.229+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~9PV5WDER0KHI.2 size=269776 2024-07-27T18:40:07.230 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.229+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=9PV5WDER0KHI tag=UUWUJZPBOWEO type=write size=3415504 2024-07-27T18:40:07.231 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.230+0000 7fd9b0dfe780 1 < completed write operation key=55DD8ECTT2JA tag=Z9F57BA6MWFV type=write size=434292 2024-07-27T18:40:07.233 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.232+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=DVL561JLEC3Q type=del size=666841 2024-07-27T18:40:07.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.233+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~I09I370PT2SD.0 size=1048576 2024-07-27T18:40:07.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.233+0000 7fd9b0dfe780 1 < canceled part key=_multipart_F8NI5O3PM0RO.2~I09I370PT2SD.1 size=1048576 2024-07-27T18:40:07.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.234+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~I09I370PT2SD.2 size=745773 2024-07-27T18:40:07.237 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.236+0000 7fd9b0dfe780 1 < canceled multipart upload key=F8NI5O3PM0RO upload=I09I370PT2SD tag=GBJS8KKHV4KF type=write size=3891501 2024-07-27T18:40:07.238 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.237+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=1MVCEHQZDAZZ type=del size=2051708 2024-07-27T18:40:07.240 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.239+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=3YQXGP9HA1LD type=del 2024-07-27T18:40:07.243 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.242+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~IP7YL0V95SRU.0 size=1048576 2024-07-27T18:40:07.244 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.243+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~IP7YL0V95SRU.1 size=100820 2024-07-27T18:40:07.244 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.243+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=IP7YL0V95SRU tag=SJX5D5DXAL05 type=write size=2197972 2024-07-27T18:40:07.245 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.244+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~O3MTB90W35KE.0 size=663105 2024-07-27T18:40:07.247 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.246+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=O3MTB90W35KE tag=C740UTMPYUIP type=write size=1711681 2024-07-27T18:40:07.248 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.247+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=BMPMJJC1O7DE type=del size=1721023 2024-07-27T18:40:07.250 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.249+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~9D3TKMZW9V4Z.0 size=394671 2024-07-27T18:40:07.252 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.251+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=9D3TKMZW9V4Z tag=K7D3YEBN1SIM type=write size=1443247 2024-07-27T18:40:07.253 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.252+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=SIJDK7FJ3HO2 type=del size=2263384 2024-07-27T18:40:07.254 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.253+0000 7fd9b0dfe780 1 < completed write operation key=F8NI5O3PM0RO tag=USDLL2B6TIYO type=write size=995257 2024-07-27T18:40:07.256 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.254+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=2MH66U9J5GZG type=del size=1025146 2024-07-27T18:40:07.257 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.256+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=SS4F75OW4PR0 type=del 2024-07-27T18:40:07.259 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.258+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=JY10SO656PBA type=del size=1820638 2024-07-27T18:40:07.260 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.259+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~I0MSUQY0RTEO.0 size=873548 2024-07-27T18:40:07.262 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.261+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=I0MSUQY0RTEO tag=C6O470M7XYUN type=write size=1922124 2024-07-27T18:40:07.263 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.262+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=64A0LKHPCSGU type=write size=832708 2024-07-27T18:40:07.266 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.265+0000 7fd9b0dfe780 1 < suggested remove operation key=F8NI5O3PM0RO tag=XP2EX4KSXFBR type=del 2024-07-27T18:40:07.268 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.267+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=CIDDIE64ONRD type=del size=3319819 2024-07-27T18:40:07.269 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.268+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~VECO4M191YXM.0 size=821432 2024-07-27T18:40:07.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.270+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=VECO4M191YXM tag=TPZKZ36V18ZQ type=write size=1870008 2024-07-27T18:40:07.274 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.273+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~BEP75ABHPNXP.0 size=1048576 2024-07-27T18:40:07.275 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.274+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~BEP75ABHPNXP.1 size=1048576 2024-07-27T18:40:07.276 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.275+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~BEP75ABHPNXP.2 size=569790 2024-07-27T18:40:07.276 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.275+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=BEP75ABHPNXP tag=O90DYR7RNSNI type=write size=3715518 2024-07-27T18:40:07.277 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.276+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~N3S6I33MHWW3.0 size=1048576 2024-07-27T18:40:07.278 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.277+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~N3S6I33MHWW3.1 size=1048576 2024-07-27T18:40:07.278 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.277+0000 7fd9b0dfe780 1 < canceled part key=_multipart_IGKNZEI10405.2~N3S6I33MHWW3.2 size=94383 2024-07-27T18:40:07.280 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.279+0000 7fd9b0dfe780 1 < canceled multipart upload key=IGKNZEI10405 upload=N3S6I33MHWW3 tag=FWVMM5I7RBES type=write size=3240111 2024-07-27T18:40:07.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.281+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~KGYLQ7U95L2J.0 size=92443 2024-07-27T18:40:07.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.281+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=KGYLQ7U95L2J tag=3CCHE8PMISSX type=write size=1141019 2024-07-27T18:40:07.285 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.284+0000 7fd9b0dfe780 1 < suggested remove operation key=YD0RYSEXBM6F tag=3Z5CVHB29ACO type=write 2024-07-27T18:40:07.287 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.285+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=2J8N5ADRY0U2 type=del size=1150774 2024-07-27T18:40:07.290 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.289+0000 7fd9b0dfe780 1 < suggested remove operation key=W2L0RV8ZN7R4 tag=4U9DI93CUHKJ type=del 2024-07-27T18:40:07.292 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.291+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~BIQU2RQW7XN3.0 size=1048576 2024-07-27T18:40:07.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.292+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~BIQU2RQW7XN3.1 size=1048576 2024-07-27T18:40:07.294 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.293+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~BIQU2RQW7XN3.2 size=395303 2024-07-27T18:40:07.294 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.293+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=BIQU2RQW7XN3 tag=HIO4QSSY5FPS type=write size=3541031 2024-07-27T18:40:07.295 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.294+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=KRGYUPC8IKLG type=del 2024-07-27T18:40:07.297 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.296+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=4EGM7YQMBTXW type=del size=1283214 2024-07-27T18:40:07.298 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.297+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=QMDTCQ6PVS7F type=del 2024-07-27T18:40:07.300 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.299+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=IMDPUK3SBH2I type=del size=2214992 2024-07-27T18:40:07.301 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.300+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~9PV5WDER0KHI.0 size=1048576 2024-07-27T18:40:07.302 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.301+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~9PV5WDER0KHI.1 size=1048576 2024-07-27T18:40:07.303 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.302+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~9PV5WDER0KHI.2 size=269776 2024-07-27T18:40:07.306 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.305+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=9PV5WDER0KHI tag=UUWUJZPBOWEO type=write size=3415504 2024-07-27T18:40:07.309 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.308+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~906JEN6M3WCR.0 size=228593 2024-07-27T18:40:07.309 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.308+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=906JEN6M3WCR tag=CFKIFYU1UHTE type=write size=1277169 2024-07-27T18:40:07.310 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.309+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=DVL561JLEC3Q type=del 2024-07-27T18:40:07.312 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.311+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~C9XPNF743UKV.0 size=1048576 2024-07-27T18:40:07.313 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.312+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~C9XPNF743UKV.1 size=1048576 2024-07-27T18:40:07.314 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.313+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~C9XPNF743UKV.2 size=829382 2024-07-27T18:40:07.314 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.313+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=C9XPNF743UKV tag=E25G6SXM1WZA type=write size=3975110 2024-07-27T18:40:07.316 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.315+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=1MVCEHQZDAZZ type=del 2024-07-27T18:40:07.318 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.317+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~DWJHAP4G1YSU.0 size=589429 2024-07-27T18:40:07.318 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.317+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=DWJHAP4G1YSU tag=L9ISR3DFHAA1 type=write size=1638005 2024-07-27T18:40:07.319 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.318+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~IP7YL0V95SRU.0 size=1048576 2024-07-27T18:40:07.320 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.319+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~IP7YL0V95SRU.1 size=100820 2024-07-27T18:40:07.322 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.321+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=IP7YL0V95SRU tag=SJX5D5DXAL05 type=write size=2197972 2024-07-27T18:40:07.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.323+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~IFP0BYJ0MSIH.0 size=1048576 2024-07-27T18:40:07.325 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.324+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~IFP0BYJ0MSIH.1 size=144306 2024-07-27T18:40:07.326 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.324+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=IFP0BYJ0MSIH tag=JHNDL3H7CAZX type=write size=2241458 2024-07-27T18:40:07.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.327+0000 7fd9b0dfe780 1 < suggested remove operation key=FXYU6A8CU9F0 tag=BMPMJJC1O7DE type=del 2024-07-27T18:40:07.329 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.328+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=PZ41975STCEX type=del size=217769 2024-07-27T18:40:07.330 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.329+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=SIJDK7FJ3HO2 type=del 2024-07-27T18:40:07.333 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.332+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~S37K2UE2WN3L.0 size=1048576 2024-07-27T18:40:07.334 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.333+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~S37K2UE2WN3L.1 size=1048576 2024-07-27T18:40:07.335 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.334+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~S37K2UE2WN3L.2 size=23535 2024-07-27T18:40:07.335 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.334+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=S37K2UE2WN3L tag=G525MROIFW9S type=write size=3169263 2024-07-27T18:40:07.336 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.335+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=2MH66U9J5GZG type=del 2024-07-27T18:40:07.338 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.337+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=MJDNAXU5HWX0 type=del size=737969 2024-07-27T18:40:07.339 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.338+0000 7fd9b0dfe780 -1 < failed to complete operation key=FXYU6A8CU9F0 tag=JY10SO656PBA type=del size=1820638: (22) Invalid argument 2024-07-27T18:40:07.340 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.339+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=B4BS9DV3MHUY type=write size=553740 2024-07-27T18:40:07.342 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.340+0000 7fd9b0dfe780 1 < completed write operation key=T7BZCFBSZM95 tag=64A0LKHPCSGU type=write size=832708 2024-07-27T18:40:07.346 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.343+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~VWJ8TA35151Y.0 size=597778 2024-07-27T18:40:07.346 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.343+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=VWJ8TA35151Y tag=VVX6AV5URMVI type=write size=1646354 2024-07-27T18:40:07.346 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.345+0000 7fd9b0dfe780 1 < suggested remove operation key=29DDNRGBR1QU tag=CIDDIE64ONRD type=del 2024-07-27T18:40:07.348 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.346+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=4Q3NQGY2K87A type=del size=3291049 2024-07-27T18:40:07.349 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.348+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~BEP75ABHPNXP.0 size=1048576 2024-07-27T18:40:07.350 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.349+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~BEP75ABHPNXP.1 size=1048576 2024-07-27T18:40:07.351 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.350+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~BEP75ABHPNXP.2 size=569790 2024-07-27T18:40:07.353 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.352+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=BEP75ABHPNXP tag=O90DYR7RNSNI type=write size=3715518 2024-07-27T18:40:07.354 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.353+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=JWDO8VP3O3Y5 type=del size=1786314 2024-07-27T18:40:07.356 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.354+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~KGYLQ7U95L2J.0 size=92443 2024-07-27T18:40:07.358 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.357+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=KGYLQ7U95L2J tag=3CCHE8PMISSX type=write size=1141019 2024-07-27T18:40:07.359 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.358+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=VWHVX3QUFVXO type=del size=1444795 2024-07-27T18:40:07.362 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.361+0000 7fd9b0dfe780 1 < suggested update operation key=IGKNZEI10405 tag=2J8N5ADRY0U2 type=del size=1150774 2024-07-27T18:40:07.363 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.362+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=QHFBG5F1KBV0 type=del size=3836767 2024-07-27T18:40:07.364 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.363+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~BIQU2RQW7XN3.0 size=1048576 2024-07-27T18:40:07.365 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.364+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~BIQU2RQW7XN3.1 size=1048576 2024-07-27T18:40:07.366 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.365+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~BIQU2RQW7XN3.2 size=395303 2024-07-27T18:40:07.368 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.367+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=BIQU2RQW7XN3 tag=HIO4QSSY5FPS type=write size=3541031 2024-07-27T18:40:07.370 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.369+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=0BD38AQ8QYMY type=write size=39557 2024-07-27T18:40:07.372 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.371+0000 7fd9b0dfe780 1 < suggested update operation key=W2L0RV8ZN7R4 tag=4EGM7YQMBTXW type=del size=1283214 2024-07-27T18:40:07.374 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.373+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=9CZWWGRSAA2Z type=write size=591634 2024-07-27T18:40:07.377 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.375+0000 7fd9b0dfe780 1 < suggested update operation key=IGKNZEI10405 tag=IMDPUK3SBH2I type=del size=2214992 2024-07-27T18:40:07.378 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.377+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=CEU8E08EMD5C type=del size=1123504 2024-07-27T18:40:07.379 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.378+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~906JEN6M3WCR.0 size=228593 2024-07-27T18:40:07.381 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.380+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=906JEN6M3WCR tag=CFKIFYU1UHTE type=write size=1277169 2024-07-27T18:40:07.384 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.383+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~0HGOQ958HYNC.0 size=1048576 2024-07-27T18:40:07.385 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.384+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~0HGOQ958HYNC.1 size=1048576 2024-07-27T18:40:07.386 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.385+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~0HGOQ958HYNC.2 size=105844 2024-07-27T18:40:07.386 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.385+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=0HGOQ958HYNC tag=D2A2319218FC type=write size=3251572 2024-07-27T18:40:07.387 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.386+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~C9XPNF743UKV.0 size=1048576 2024-07-27T18:40:07.388 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.387+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~C9XPNF743UKV.1 size=1048576 2024-07-27T18:40:07.389 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.388+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~C9XPNF743UKV.2 size=829382 2024-07-27T18:40:07.391 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.390+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=C9XPNF743UKV tag=E25G6SXM1WZA type=write size=3975110 2024-07-27T18:40:07.393 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.392+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=HTBX3OUD6MEK type=del size=267833 2024-07-27T18:40:07.394 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.393+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~DWJHAP4G1YSU.0 size=589429 2024-07-27T18:40:07.396 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.395+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=DWJHAP4G1YSU tag=L9ISR3DFHAA1 type=write size=1638005 2024-07-27T18:40:07.397 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.396+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=17JTAN6EC8MO type=del size=1281305 2024-07-27T18:40:07.398 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.397+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~IFP0BYJ0MSIH.0 size=1048576 2024-07-27T18:40:07.400 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.398+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~IFP0BYJ0MSIH.1 size=144306 2024-07-27T18:40:07.402 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.401+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=IFP0BYJ0MSIH tag=JHNDL3H7CAZX type=write size=2241458 2024-07-27T18:40:07.403 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.402+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=Q9UHUO6YIFG3 type=del size=2741493 2024-07-27T18:40:07.404 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.403+0000 7fd9b0dfe780 -1 < failed to complete operation key=IGKNZEI10405 tag=PZ41975STCEX type=del size=217769: (22) Invalid argument 2024-07-27T18:40:07.405 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.404+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=SA24Z76MFS8Y type=del size=2974533 2024-07-27T18:40:07.407 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.406+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~S37K2UE2WN3L.0 size=1048576 2024-07-27T18:40:07.408 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.407+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~S37K2UE2WN3L.1 size=1048576 2024-07-27T18:40:07.409 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.408+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~S37K2UE2WN3L.2 size=23535 2024-07-27T18:40:07.411 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.410+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=S37K2UE2WN3L tag=G525MROIFW9S type=write size=3169263 2024-07-27T18:40:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:07 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141895-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:40:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:07 smithi179 ceph-mon[89801]: osdmap e1099: 8 total, 8 up, 8 in 2024-07-27T18:40:07.414 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.412+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~HHUZBM8199S6.0 size=403293 2024-07-27T18:40:07.414 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.412+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=HHUZBM8199S6 tag=R3MH2I102NBU type=write size=1451869 2024-07-27T18:40:07.415 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.414+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=MJDNAXU5HWX0 type=del 2024-07-27T18:40:07.417 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.415+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=F1IEMGFI8SLM type=del size=1470696 2024-07-27T18:40:07.418 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.417+0000 7fd9b0dfe780 1 < completed write operation key=03QZ740ES4M3 tag=B4BS9DV3MHUY type=write size=553740 2024-07-27T18:40:07.421 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.420+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~9AFL5WNKK6EQ.0 size=1048576 2024-07-27T18:40:07.422 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.420+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~9AFL5WNKK6EQ.1 size=1048576 2024-07-27T18:40:07.423 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.422+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~9AFL5WNKK6EQ.2 size=286642 2024-07-27T18:40:07.423 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.422+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=9AFL5WNKK6EQ tag=7PWA6T6815KI type=write size=3432370 2024-07-27T18:40:07.424 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.423+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~VWJ8TA35151Y.0 size=597778 2024-07-27T18:40:07.426 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.425+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=VWJ8TA35151Y tag=VVX6AV5URMVI type=write size=1646354 2024-07-27T18:40:07.427 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.426+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=PGZ2CYV3XXPC type=del size=19327 2024-07-27T18:40:07.430 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.429+0000 7fd9b0dfe780 1 < suggested remove operation key=T7BZCFBSZM95 tag=4Q3NQGY2K87A type=del 2024-07-27T18:40:07.432 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.431+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~DAMITG65AHF0.0 size=1048576 2024-07-27T18:40:07.433 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.432+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~DAMITG65AHF0.1 size=507182 2024-07-27T18:40:07.433 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.432+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=DAMITG65AHF0 tag=QT04F7B618EG type=write size=2604334 2024-07-27T18:40:07.435 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.434+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=JWDO8VP3O3Y5 type=del 2024-07-27T18:40:07.436 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.435+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=8JOWFHBFW50C type=write size=52589 2024-07-27T18:40:07.438 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.437+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=VWHVX3QUFVXO type=del 2024-07-27T18:40:07.439 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.438+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=TCWVYTKBAT1T type=write size=197512 2024-07-27T18:40:07.440 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.439+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=QHFBG5F1KBV0 type=del 2024-07-27T18:40:07.443 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.442+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~63CTFIK9U0ST.0 size=1048576 2024-07-27T18:40:07.444 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.443+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~63CTFIK9U0ST.1 size=922995 2024-07-27T18:40:07.444 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.443+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=63CTFIK9U0ST tag=JMH0KPW3DFEA type=write size=3020147 2024-07-27T18:40:07.445 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.444+0000 7fd9b0dfe780 1 < completed write operation key=L423106KP3PL tag=0BD38AQ8QYMY type=write size=39557 2024-07-27T18:40:07.446 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.445+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=L3VZWIX4XGBM type=del size=762337 2024-07-27T18:40:07.448 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.447+0000 7fd9b0dfe780 1 < completed write operation key=X7P4EQ7CB100 tag=9CZWWGRSAA2Z type=write size=591634 2024-07-27T18:40:07.450 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.449+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~7NEUGFJ95AXS.0 size=1048576 2024-07-27T18:40:07.451 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.450+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~7NEUGFJ95AXS.1 size=1048576 2024-07-27T18:40:07.453 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.451+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~7NEUGFJ95AXS.2 size=782576 2024-07-27T18:40:07.453 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.451+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=7NEUGFJ95AXS tag=1VHNPZGL7ILD type=write size=3928304 2024-07-27T18:40:07.453 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.452+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=CEU8E08EMD5C type=del 2024-07-27T18:40:07.455 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.454+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=DAI8LDPG7LSO type=write size=34795 2024-07-27T18:40:07.456 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.455+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~0HGOQ958HYNC.0 size=1048576 2024-07-27T18:40:07.457 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.456+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~0HGOQ958HYNC.1 size=1048576 2024-07-27T18:40:07.458 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.457+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~0HGOQ958HYNC.2 size=105844 2024-07-27T18:40:07.461 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.460+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=0HGOQ958HYNC tag=D2A2319218FC type=write size=3251572 2024-07-27T18:40:07.463 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.462+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~Y2BPR2YOQFWN.0 size=294234 2024-07-27T18:40:07.463 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.462+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=Y2BPR2YOQFWN tag=D2GXV5SRP924 type=write size=1342810 2024-07-27T18:40:07.466 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.465+0000 7fd9b0dfe780 1 < suggested remove operation key=E9XS4B44ASV1 tag=HTBX3OUD6MEK type=del 2024-07-27T18:40:07.467 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.466+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=7XYBRYO1KPGP type=del size=3654011 2024-07-27T18:40:07.469 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.468+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=17JTAN6EC8MO type=del 2024-07-27T18:40:07.470 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.469+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=0AKQDG23FTUF type=del size=3835058 2024-07-27T18:40:07.472 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.471+0000 7fd9b0dfe780 -1 < failed to complete operation key=T7BZCFBSZM95 tag=Q9UHUO6YIFG3 type=del size=2741493: (22) Invalid argument 2024-07-27T18:40:07.474 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.473+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~PYHYHB3E7J5T.0 size=36304 2024-07-27T18:40:07.474 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.473+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=PYHYHB3E7J5T tag=EXYHIWEKH35Z type=write size=1084880 2024-07-27T18:40:07.475 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.474+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=SA24Z76MFS8Y type=del 2024-07-27T18:40:07.477 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.475+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=FXTHH8INCK27 type=del size=3665919 2024-07-27T18:40:07.477 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.476+0000 7fd9b0dfe780 1 < canceled part key=_multipart_RC22Q26LLIA2.2~HHUZBM8199S6.0 size=403293 2024-07-27T18:40:07.479 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.478+0000 7fd9b0dfe780 1 < canceled multipart upload key=RC22Q26LLIA2 upload=HHUZBM8199S6 tag=R3MH2I102NBU type=write size=1451869 2024-07-27T18:40:07.481 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.480+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~4P194XO23CKE.0 size=1048576 2024-07-27T18:40:07.482 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.481+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~4P194XO23CKE.1 size=1048576 2024-07-27T18:40:07.484 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.482+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~4P194XO23CKE.2 size=813208 2024-07-27T18:40:07.484 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.482+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=4P194XO23CKE tag=BLC0S6ZA34SP type=write size=3958936 2024-07-27T18:40:07.485 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.484+0000 7fd9b0dfe780 1 < completed delete operation key=CFEXWJESTIQM tag=F1IEMGFI8SLM type=del 2024-07-27T18:40:07.486 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.485+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=6BGI7AW9MS0K type=del size=3752957 2024-07-27T18:40:07.487 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.486+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~9AFL5WNKK6EQ.0 size=1048576 2024-07-27T18:40:07.488 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.487+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~9AFL5WNKK6EQ.1 size=1048576 2024-07-27T18:40:07.490 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.488+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~9AFL5WNKK6EQ.2 size=286642 2024-07-27T18:40:07.492 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.491+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=9AFL5WNKK6EQ tag=7PWA6T6815KI type=write size=3432370 2024-07-27T18:40:07.494 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.492+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=DXE3IUHN9HL7 type=del size=2242469 2024-07-27T18:40:07.496 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.495+0000 7fd9b0dfe780 1 < suggested remove operation key=PV35EIWWUMCU tag=PGZ2CYV3XXPC type=del 2024-07-27T18:40:07.498 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.497+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=8MJ4ESOZXNPE type=write size=772534 2024-07-27T18:40:07.499 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.498+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~DAMITG65AHF0.0 size=1048576 2024-07-27T18:40:07.500 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.499+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~DAMITG65AHF0.1 size=507182 2024-07-27T18:40:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:07 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141895-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:40:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:07 smithi029 ceph-mon[96870]: osdmap e1099: 8 total, 8 up, 8 in 2024-07-27T18:40:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:07 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-141895-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:40:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:07 smithi029 ceph-mon[99353]: osdmap e1099: 8 total, 8 up, 8 in 2024-07-27T18:40:07.503 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.502+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=DAMITG65AHF0 tag=QT04F7B618EG type=write size=2604334 2024-07-27T18:40:07.504 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.503+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=RXOGHPVZVPRO type=del size=2361515 2024-07-27T18:40:07.506 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.505+0000 7fd9b0dfe780 1 < completed write operation key=YD0RYSEXBM6F tag=8JOWFHBFW50C type=write size=52589 2024-07-27T18:40:07.508 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.507+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~4DYMDA32MV3C.0 size=1048576 2024-07-27T18:40:07.509 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.508+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~4DYMDA32MV3C.1 size=1048576 2024-07-27T18:40:07.510 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.509+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~4DYMDA32MV3C.2 size=29814 2024-07-27T18:40:07.510 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.509+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=4DYMDA32MV3C tag=GGANZK6S4S0Y type=write size=3175542 2024-07-27T18:40:07.512 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.511+0000 7fd9b0dfe780 1 < completed write operation key=E9Y61GIX83FA tag=TCWVYTKBAT1T type=write size=197512 2024-07-27T18:40:07.513 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.512+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=C24YZ43L5FOZ type=write size=896170 2024-07-27T18:40:07.513 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.512+0000 7fd9b0dfe780 1 < canceled part key=_multipart_O54I6ACW6PJQ.2~63CTFIK9U0ST.0 size=1048576 2024-07-27T18:40:07.514 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.513+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~63CTFIK9U0ST.1 size=922995 2024-07-27T18:40:07.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.515+0000 7fd9b0dfe780 1 < canceled multipart upload key=O54I6ACW6PJQ upload=63CTFIK9U0ST tag=JMH0KPW3DFEA type=write size=3020147 2024-07-27T18:40:07.518 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.517+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=UBY0KT1ZQNLP type=del size=1365463 2024-07-27T18:40:07.519 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.518+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=L3VZWIX4XGBM type=del 2024-07-27T18:40:07.522 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.521+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~CJGQS2CIQWPA.0 size=1048576 2024-07-27T18:40:07.523 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.522+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~CJGQS2CIQWPA.1 size=1048576 2024-07-27T18:40:07.524 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.523+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~CJGQS2CIQWPA.2 size=128384 2024-07-27T18:40:07.525 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.523+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=CJGQS2CIQWPA tag=IIDTO5AC82SG type=write size=3274112 2024-07-27T18:40:07.525 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.524+0000 7fd9b0dfe780 1 < canceled part key=_multipart_55DD8ECTT2JA.2~7NEUGFJ95AXS.0 size=1048576 2024-07-27T18:40:07.526 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.525+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~7NEUGFJ95AXS.1 size=1048576 2024-07-27T18:40:07.527 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.526+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~7NEUGFJ95AXS.2 size=782576 2024-07-27T18:40:07.530 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.528+0000 7fd9b0dfe780 1 < canceled multipart upload key=55DD8ECTT2JA upload=7NEUGFJ95AXS tag=1VHNPZGL7ILD type=write size=3928304 2024-07-27T18:40:07.531 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.530+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=FQHLDB2Z87L5 type=write size=269226 2024-07-27T18:40:07.532 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.531+0000 7fd9b0dfe780 1 < completed write operation key=29DDNRGBR1QU tag=DAI8LDPG7LSO type=write size=34795 2024-07-27T18:40:07.535 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.534+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~0ZZ9NQ4VWOII.0 size=1048576 2024-07-27T18:40:07.536 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.535+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~0ZZ9NQ4VWOII.1 size=1048576 2024-07-27T18:40:07.537 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.536+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~0ZZ9NQ4VWOII.2 size=244556 2024-07-27T18:40:07.537 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.536+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=0ZZ9NQ4VWOII tag=3NHPMBPVAT2O type=write size=3390284 2024-07-27T18:40:07.539 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.538+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~Y2BPR2YOQFWN.0 size=294234 2024-07-27T18:40:07.542 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.541+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=Y2BPR2YOQFWN tag=D2GXV5SRP924 type=write size=1342810 2024-07-27T18:40:07.543 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.542+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=ACVOA3FGZJU1 type=del size=181122 2024-07-27T18:40:07.545 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.544+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=7XYBRYO1KPGP type=del 2024-07-27T18:40:07.546 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.545+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=5GGL26MYI66B type=del size=2303823 2024-07-27T18:40:07.548 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.547+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=0AKQDG23FTUF type=del 2024-07-27T18:40:07.549 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.548+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=PO66OBBQ2ITN type=del size=815507 2024-07-27T18:40:07.554 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.550+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~PYHYHB3E7J5T.0 size=36304 2024-07-27T18:40:07.554 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.552+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=PYHYHB3E7J5T tag=EXYHIWEKH35Z type=write size=1084880 2024-07-27T18:40:07.554 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.553+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=V704OZ2IMNDI type=del size=3807472 2024-07-27T18:40:07.557 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.556+0000 7fd9b0dfe780 1 < suggested update operation key=FXYU6A8CU9F0 tag=FXTHH8INCK27 type=del size=3665919 2024-07-27T18:40:07.559 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.558+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~89IDFGIWZQQ5.0 size=1048576 2024-07-27T18:40:07.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.559+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~89IDFGIWZQQ5.1 size=223931 2024-07-27T18:40:07.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.559+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=89IDFGIWZQQ5 tag=GNXEX7YZEQWK type=write size=2321083 2024-07-27T18:40:07.562 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.561+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~4P194XO23CKE.0 size=1048576 2024-07-27T18:40:07.563 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.562+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~4P194XO23CKE.1 size=1048576 2024-07-27T18:40:07.564 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.563+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~4P194XO23CKE.2 size=813208 2024-07-27T18:40:07.566 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.565+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=4P194XO23CKE tag=BLC0S6ZA34SP type=write size=3958936 2024-07-27T18:40:07.567 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.566+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=T1NQNE3LX2TO type=del size=1314455 2024-07-27T18:40:07.569 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.568+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=6BGI7AW9MS0K type=del 2024-07-27T18:40:07.571 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.570+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~3GKRKBGGUPK7.0 size=1048576 2024-07-27T18:40:07.572 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.571+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~3GKRKBGGUPK7.1 size=1048576 2024-07-27T18:40:07.573 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.572+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~3GKRKBGGUPK7.2 size=490328 2024-07-27T18:40:07.573 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.572+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=3GKRKBGGUPK7 tag=L8TB6FWZA9OV type=write size=3636056 2024-07-27T18:40:07.575 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.574+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=DXE3IUHN9HL7 type=del 2024-07-27T18:40:07.577 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.576+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~G0C6BKG0HJ9Z.0 size=1048576 2024-07-27T18:40:07.578 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.577+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~G0C6BKG0HJ9Z.1 size=1048576 2024-07-27T18:40:07.579 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.578+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~G0C6BKG0HJ9Z.2 size=849865 2024-07-27T18:40:07.579 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.578+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=G0C6BKG0HJ9Z tag=DWM45AZS7SBO type=write size=3995593 2024-07-27T18:40:07.580 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.579+0000 7fd9b0dfe780 1 < completed write operation key=SK6LFQZNWE93 tag=8MJ4ESOZXNPE type=write size=772534 2024-07-27T18:40:07.582 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.581+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=TT0V4VUMT7E3 type=del size=2579761 2024-07-27T18:40:07.585 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.584+0000 7fd9b0dfe780 1 < suggested update operation key=P8NVZQG528UI tag=RXOGHPVZVPRO type=del size=2361515 2024-07-27T18:40:07.587 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.586+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~QMB6P50HOE26.0 size=680590 2024-07-27T18:40:07.587 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.586+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=QMB6P50HOE26 tag=GHJN95IPDZ5H type=write size=1729166 2024-07-27T18:40:07.589 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.588+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~4DYMDA32MV3C.0 size=1048576 2024-07-27T18:40:07.590 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.589+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~4DYMDA32MV3C.1 size=1048576 2024-07-27T18:40:07.591 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.590+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~4DYMDA32MV3C.2 size=29814 2024-07-27T18:40:07.593 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.592+0000 7fd9b0dfe780 1 < completed multipart upload key=YYNGWXPBKSFI upload=4DYMDA32MV3C tag=GGANZK6S4S0Y type=write size=3175542 2024-07-27T18:40:07.596 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.595+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~JAG9BW0PAR5R.0 size=501296 2024-07-27T18:40:07.596 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.595+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=JAG9BW0PAR5R tag=YA6UE0XWG8XM type=write size=1549872 2024-07-27T18:40:07.597 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.596+0000 7fd9b0dfe780 1 < completed write operation key=95K99DI46WJ8 tag=C24YZ43L5FOZ type=write size=896170 2024-07-27T18:40:07.598 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.597+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=X3YZVLQ6Q6DD type=del size=2969972 2024-07-27T18:40:07.600 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.599+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=UBY0KT1ZQNLP type=del 2024-07-27T18:40:07.601 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.600+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=2RMI1EEYS49V type=del size=3171496 2024-07-27T18:40:07.602 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.601+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~CJGQS2CIQWPA.0 size=1048576 2024-07-27T18:40:07.603 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.602+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~CJGQS2CIQWPA.1 size=1048576 2024-07-27T18:40:07.604 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.603+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~CJGQS2CIQWPA.2 size=128384 2024-07-27T18:40:07.606 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.605+0000 7fd9b0dfe780 1 < completed multipart upload key=YYNGWXPBKSFI upload=CJGQS2CIQWPA tag=IIDTO5AC82SG type=write size=3274112 2024-07-27T18:40:07.608 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.607+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=P0OAXISN90PV type=del size=313242 2024-07-27T18:40:07.609 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.608+0000 7fd9b0dfe780 1 < completed write operation key=YYNGWXPBKSFI tag=FQHLDB2Z87L5 type=write size=269226 2024-07-27T18:40:07.611 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.610+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=0MO1FE12H3SH type=del size=1499167 2024-07-27T18:40:07.612 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.611+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~0ZZ9NQ4VWOII.0 size=1048576 2024-07-27T18:40:07.613 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.612+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~0ZZ9NQ4VWOII.1 size=1048576 2024-07-27T18:40:07.614 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.613+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~0ZZ9NQ4VWOII.2 size=244556 2024-07-27T18:40:07.616 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.615+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=0ZZ9NQ4VWOII tag=3NHPMBPVAT2O type=write size=3390284 2024-07-27T18:40:07.618 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.617+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=1KRA8RKZH0TB type=del size=1232898 2024-07-27T18:40:07.619 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.618+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=ACVOA3FGZJU1 type=del 2024-07-27T18:40:07.621 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.620+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~0LLRLZ9IK2TT.0 size=587064 2024-07-27T18:40:07.622 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.620+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=0LLRLZ9IK2TT tag=U2JUQ0E912EZ type=write size=1635640 2024-07-27T18:40:07.623 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.622+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=5GGL26MYI66B type=del 2024-07-27T18:40:07.625 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.624+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=PC2F2P7AIOED type=write size=389488 2024-07-27T18:40:07.626 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.625+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=PO66OBBQ2ITN type=del 2024-07-27T18:40:07.628 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.627+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=IJONLQQN9Z5H type=del size=1379019 2024-07-27T18:40:07.630 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.629+0000 7fd9b0dfe780 -1 < failed to complete operation key=P8NVZQG528UI tag=V704OZ2IMNDI type=del size=3807472: (22) Invalid argument 2024-07-27T18:40:07.633 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.631+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~LU881HCNWG3C.0 size=926933 2024-07-27T18:40:07.633 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.631+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=LU881HCNWG3C tag=D3VM9T7MTITF type=write size=1975509 2024-07-27T18:40:07.634 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.633+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~89IDFGIWZQQ5.0 size=1048576 2024-07-27T18:40:07.635 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.634+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~89IDFGIWZQQ5.1 size=223931 2024-07-27T18:40:07.638 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.636+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=89IDFGIWZQQ5 tag=GNXEX7YZEQWK type=write size=2321083 2024-07-27T18:40:07.639 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.638+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=UN4SZ886BSMV type=del size=3819969 2024-07-27T18:40:07.642 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.641+0000 7fd9b0dfe780 1 < suggested update operation key=BQPHSDB02Z8O tag=T1NQNE3LX2TO type=del size=1314455 2024-07-27T18:40:07.644 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.643+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=C9UXTW5N4V4H type=del size=1306615 2024-07-27T18:40:07.645 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.644+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~3GKRKBGGUPK7.0 size=1048576 2024-07-27T18:40:07.646 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.645+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~3GKRKBGGUPK7.1 size=1048576 2024-07-27T18:40:07.647 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.646+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~3GKRKBGGUPK7.2 size=490328 2024-07-27T18:40:07.650 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.649+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=3GKRKBGGUPK7 tag=L8TB6FWZA9OV type=write size=3636056 2024-07-27T18:40:07.651 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.650+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=GCRZRKF5JJ31 type=del size=2688876 2024-07-27T18:40:07.652 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.651+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~G0C6BKG0HJ9Z.0 size=1048576 2024-07-27T18:40:07.654 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.653+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~G0C6BKG0HJ9Z.1 size=1048576 2024-07-27T18:40:07.655 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.654+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~G0C6BKG0HJ9Z.2 size=849865 2024-07-27T18:40:07.657 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.656+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=G0C6BKG0HJ9Z tag=DWM45AZS7SBO type=write size=3995593 2024-07-27T18:40:07.659 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.658+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~0BWVRNYCF7X3.0 size=1048576 2024-07-27T18:40:07.660 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.659+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~0BWVRNYCF7X3.1 size=1048576 2024-07-27T18:40:07.661 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.660+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~0BWVRNYCF7X3.2 size=734992 2024-07-27T18:40:07.661 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.660+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=0BWVRNYCF7X3 tag=265Q3ZU49GML type=write size=3880720 2024-07-27T18:40:07.663 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.662+0000 7fd9b0dfe780 1 < canceled operation key=O54I6ACW6PJQ tag=TT0V4VUMT7E3 type=del size=2579761 2024-07-27T18:40:07.664 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.663+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=Z49TJNUTPQW7 type=write size=649992 2024-07-27T18:40:07.666 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.665+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~QMB6P50HOE26.0 size=680590 2024-07-27T18:40:07.668 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.667+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=QMB6P50HOE26 tag=GHJN95IPDZ5H type=write size=1729166 2024-07-27T18:40:07.669 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.668+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=N98OOUBOLCG0 type=del size=230489 2024-07-27T18:40:07.671 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.670+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~JAG9BW0PAR5R.0 size=501296 2024-07-27T18:40:07.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.672+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=JAG9BW0PAR5R tag=YA6UE0XWG8XM type=write size=1549872 2024-07-27T18:40:07.675 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.674+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=6GNBCDGKN2SH type=write size=1024397 2024-07-27T18:40:07.677 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.676+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=X3YZVLQ6Q6DD type=del 2024-07-27T18:40:07.680 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.678+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~N1I5VH92KNNU.0 size=550112 2024-07-27T18:40:07.680 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.678+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=N1I5VH92KNNU tag=3R210LKBBAZI type=write size=1598688 2024-07-27T18:40:07.681 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.680+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=2RMI1EEYS49V type=del 2024-07-27T18:40:07.683 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.681+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=5BN99NZWCLTE type=del size=2270731 2024-07-27T18:40:07.685 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.684+0000 7fd9b0dfe780 1 < suggested remove operation key=FXYU6A8CU9F0 tag=P0OAXISN90PV type=del 2024-07-27T18:40:07.686 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.685+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=434ZH6R3Z5BY type=del size=934064 2024-07-27T18:40:07.688 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.686+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=0MO1FE12H3SH type=del 2024-07-27T18:40:07.690 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.689+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~IG8UB1ZUHA9N.0 size=1048576 2024-07-27T18:40:07.691 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.690+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~IG8UB1ZUHA9N.1 size=511305 2024-07-27T18:40:07.692 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.690+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=IG8UB1ZUHA9N tag=QFAO0U3ILZ4Y type=write size=2608457 2024-07-27T18:40:07.693 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.692+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=1KRA8RKZH0TB type=del 2024-07-27T18:40:07.695 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.693+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=LFXCK12F2EMZ type=write size=843667 2024-07-27T18:40:07.695 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.694+0000 7fd9b0dfe780 1 < canceled part key=_multipart_O54I6ACW6PJQ.2~0LLRLZ9IK2TT.0 size=587064 2024-07-27T18:40:07.697 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.696+0000 7fd9b0dfe780 1 < canceled multipart upload key=O54I6ACW6PJQ upload=0LLRLZ9IK2TT tag=U2JUQ0E912EZ type=write size=1635640 2024-07-27T18:40:07.699 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.698+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=VESAY3BWT14B type=del size=704007 2024-07-27T18:40:07.700 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.699+0000 7fd9b0dfe780 1 < completed write operation key=ERT6LG30K8WA tag=PC2F2P7AIOED type=write size=389488 2024-07-27T18:40:07.702 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.701+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=K3W1FML21M2P type=del size=2347043 2024-07-27T18:40:07.703 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.702+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=IJONLQQN9Z5H type=del 2024-07-27T18:40:07.705 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.704+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=80U2MTO8369F type=del size=849425 2024-07-27T18:40:07.705 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.704+0000 7fd9b0dfe780 1 < canceled part key=_multipart_YYNGWXPBKSFI.2~LU881HCNWG3C.0 size=926933 2024-07-27T18:40:07.707 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.706+0000 7fd9b0dfe780 1 < canceled multipart upload key=YYNGWXPBKSFI upload=LU881HCNWG3C tag=D3VM9T7MTITF type=write size=1975509 2024-07-27T18:40:07.708 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.707+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=G81FRFATI4V7 type=del size=2652981 2024-07-27T18:40:07.710 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.709+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=UN4SZ886BSMV type=del 2024-07-27T18:40:07.711 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.710+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=6XE87UN9WPFC type=write size=357108 2024-07-27T18:40:07.712 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.711+0000 7fd9b0dfe780 -1 < no bi entry to suggest for operation key=FXYU6A8CU9F0 tag=C9UXTW5N4V4H type=del size=1306615: (2) No such file or directory 2024-07-27T18:40:07.713 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.712+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=GHGUWDXEG14R type=del size=3563642 2024-07-27T18:40:07.714 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.713+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=GCRZRKF5JJ31 type=del 2024-07-27T18:40:07.717 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.716+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~5MT6Y9RAHTQW.0 size=1048576 2024-07-27T18:40:07.718 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.717+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~5MT6Y9RAHTQW.1 size=1048576 2024-07-27T18:40:07.719 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.718+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~5MT6Y9RAHTQW.2 size=287485 2024-07-27T18:40:07.719 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.718+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=5MT6Y9RAHTQW tag=GTMWIMBDV9AN type=write size=3433213 2024-07-27T18:40:07.720 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.719+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~0BWVRNYCF7X3.0 size=1048576 2024-07-27T18:40:07.721 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.720+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~0BWVRNYCF7X3.1 size=1048576 2024-07-27T18:40:07.722 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.721+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~0BWVRNYCF7X3.2 size=734992 2024-07-27T18:40:07.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.724+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=0BWVRNYCF7X3 tag=265Q3ZU49GML type=write size=3880720 2024-07-27T18:40:07.726 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.725+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=8FXWO25G39RG type=del size=695081 2024-07-27T18:40:07.728 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.727+0000 7fd9b0dfe780 1 < completed write operation key=BQPHSDB02Z8O tag=Z49TJNUTPQW7 type=write size=649992 2024-07-27T18:40:07.730 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.729+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~3MQOR7YOUH22.0 size=1048576 2024-07-27T18:40:07.731 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.730+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~3MQOR7YOUH22.1 size=1048576 2024-07-27T18:40:07.732 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.731+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~3MQOR7YOUH22.2 size=288786 2024-07-27T18:40:07.733 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.731+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=3MQOR7YOUH22 tag=VK240W8XH7JW type=write size=3434514 2024-07-27T18:40:07.734 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.733+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=N98OOUBOLCG0 type=del 2024-07-27T18:40:07.736 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.734+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=7KOKO789OTBI type=del size=376553 2024-07-27T18:40:07.737 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.736+0000 7fd9b0dfe780 1 < completed write operation key=PV35EIWWUMCU tag=6GNBCDGKN2SH type=write size=1024397 2024-07-27T18:40:07.739 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.737+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=TVZX99JVPDDY type=del size=388804 2024-07-27T18:40:07.740 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.739+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~N1I5VH92KNNU.0 size=550112 2024-07-27T18:40:07.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.741+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=N1I5VH92KNNU tag=3R210LKBBAZI type=write size=1598688 2024-07-27T18:40:07.745 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.744+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~ZK071GB1WD78.0 size=1048576 2024-07-27T18:40:07.746 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.745+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~ZK071GB1WD78.1 size=727478 2024-07-27T18:40:07.746 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.745+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=ZK071GB1WD78 tag=8WHDF3UU5LDA type=write size=2824630 2024-07-27T18:40:07.747 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.746+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=5BN99NZWCLTE type=del 2024-07-27T18:40:07.748 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.747+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=WVNDYI8YZ60J type=del size=121630 2024-07-27T18:40:07.750 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.749+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=434ZH6R3Z5BY type=del 2024-07-27T18:40:07.753 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.752+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~WHUHVT4LDL20.0 size=1048576 2024-07-27T18:40:07.754 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.753+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~WHUHVT4LDL20.1 size=1048576 2024-07-27T18:40:07.755 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.754+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~WHUHVT4LDL20.2 size=905896 2024-07-27T18:40:07.755 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.754+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=WHUHVT4LDL20 tag=SHE2LKNE2Z9F type=write size=4051624 2024-07-27T18:40:07.757 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.756+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~IG8UB1ZUHA9N.0 size=1048576 2024-07-27T18:40:07.758 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.757+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~IG8UB1ZUHA9N.1 size=511305 2024-07-27T18:40:07.761 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.759+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=IG8UB1ZUHA9N tag=QFAO0U3ILZ4Y type=write size=2608457 2024-07-27T18:40:07.764 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.762+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~5VKY1K2CEWO4.0 size=1048576 2024-07-27T18:40:07.765 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.763+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~5VKY1K2CEWO4.1 size=1048576 2024-07-27T18:40:07.765 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.764+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~5VKY1K2CEWO4.2 size=126013 2024-07-27T18:40:07.765 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.764+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=5VKY1K2CEWO4 tag=ODC7FMQN484W type=write size=3271741 2024-07-27T18:40:07.767 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.766+0000 7fd9b0dfe780 1 < completed write operation key=6P6RR9NVCRT1 tag=LFXCK12F2EMZ type=write size=843667 2024-07-27T18:40:07.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.767+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=GS0WTBWLC0MI type=del size=2463010 2024-07-27T18:40:07.771 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.770+0000 7fd9b0dfe780 1 < suggested remove operation key=O54I6ACW6PJQ tag=VESAY3BWT14B type=del 2024-07-27T18:40:07.773 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.772+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=21WCPZGNUNY7 type=del size=2346898 2024-07-27T18:40:07.775 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.773+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=K3W1FML21M2P type=del 2024-07-27T18:40:07.777 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.776+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~VN7ZLN590QA9.0 size=380246 2024-07-27T18:40:07.778 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.776+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=VN7ZLN590QA9 tag=6LLC1YUP79Y3 type=write size=1428822 2024-07-27T18:40:07.780 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.779+0000 7fd9b0dfe780 1 < suggested remove operation key=351SUKW6MLKV tag=80U2MTO8369F type=del 2024-07-27T18:40:07.782 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.781+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=VEJYEKNVM3QL type=del size=1176874 2024-07-27T18:40:07.784 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.783+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=G81FRFATI4V7 type=del 2024-07-27T18:40:07.785 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.784+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=90FRR30MHJ47 type=del size=313366 2024-07-27T18:40:07.789 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.787+0000 7fd9b0dfe780 1 < suggested remove operation key=CFEXWJESTIQM tag=6XE87UN9WPFC type=write 2024-07-27T18:40:07.791 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.790+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~NCU52NOXD8MY.0 size=654893 2024-07-27T18:40:07.791 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.790+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=NCU52NOXD8MY tag=1I0C30E6HBWG type=write size=1703469 2024-07-27T18:40:07.793 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.792+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=GHGUWDXEG14R type=del 2024-07-27T18:40:07.794 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.793+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=S2P1M8CWQEPS type=write size=841745 2024-07-27T18:40:07.795 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.794+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~5MT6Y9RAHTQW.0 size=1048576 2024-07-27T18:40:07.797 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.796+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~5MT6Y9RAHTQW.1 size=1048576 2024-07-27T18:40:07.798 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.797+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~5MT6Y9RAHTQW.2 size=287485 2024-07-27T18:40:07.800 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.799+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=5MT6Y9RAHTQW tag=GTMWIMBDV9AN type=write size=3433213 2024-07-27T18:40:07.801 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.800+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=WM2KLSKU68C2 type=del size=810055 2024-07-27T18:40:07.803 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.802+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=8FXWO25G39RG type=del 2024-07-27T18:40:07.804 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.803+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=3Q5RZNNEOJRT type=write size=1041261 2024-07-27T18:40:07.806 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.805+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~3MQOR7YOUH22.0 size=1048576 2024-07-27T18:40:07.807 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.806+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~3MQOR7YOUH22.1 size=1048576 2024-07-27T18:40:07.809 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.808+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~3MQOR7YOUH22.2 size=288786 2024-07-27T18:40:07.811 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.810+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=3MQOR7YOUH22 tag=VK240W8XH7JW type=write size=3434514 2024-07-27T18:40:07.813 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.811+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=JE9PDLMR6SYZ type=del size=3416951 2024-07-27T18:40:07.814 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.813+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=7KOKO789OTBI type=del 2024-07-27T18:40:07.815 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.814+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=7TVIOWNOHFWD type=write size=1041223 2024-07-27T18:40:07.818 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.817+0000 7fd9b0dfe780 1 < suggested update operation key=V2SZ9U1AFGCG tag=TVZX99JVPDDY type=del size=388804 2024-07-27T18:40:07.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.819+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~MW6OJDQNWY4L.0 size=420946 2024-07-27T18:40:07.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.819+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=MW6OJDQNWY4L tag=Z4Z5MB178ESV type=write size=1469522 2024-07-27T18:40:07.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.820+0000 7fd9b0dfe780 1 < canceled part key=_multipart_0ML6VB25ON15.2~ZK071GB1WD78.0 size=1048576 2024-07-27T18:40:07.822 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.821+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~ZK071GB1WD78.1 size=727478 2024-07-27T18:40:07.824 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.823+0000 7fd9b0dfe780 1 < canceled multipart upload key=0ML6VB25ON15 upload=ZK071GB1WD78 tag=8WHDF3UU5LDA type=write size=2824630 2024-07-27T18:40:07.826 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.825+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~OHF0WJ2XUPDA.0 size=1048576 2024-07-27T18:40:07.827 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.826+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~OHF0WJ2XUPDA.1 size=1048576 2024-07-27T18:40:07.828 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.827+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~OHF0WJ2XUPDA.2 size=389628 2024-07-27T18:40:07.829 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.827+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=OHF0WJ2XUPDA tag=RLGW00BB9XUF type=write size=3535356 2024-07-27T18:40:07.830 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.829+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=WVNDYI8YZ60J type=del 2024-07-27T18:40:07.832 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.831+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~3TZMDBLN19GN.0 size=1048576 2024-07-27T18:40:07.833 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.832+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~3TZMDBLN19GN.1 size=106957 2024-07-27T18:40:07.834 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.832+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=3TZMDBLN19GN tag=7DI47J3BU08E type=write size=2204109 2024-07-27T18:40:07.835 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.834+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~WHUHVT4LDL20.0 size=1048576 2024-07-27T18:40:07.836 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.835+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~WHUHVT4LDL20.1 size=1048576 2024-07-27T18:40:07.837 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.836+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~WHUHVT4LDL20.2 size=905896 2024-07-27T18:40:07.839 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.838+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=WHUHVT4LDL20 tag=SHE2LKNE2Z9F type=write size=4051624 2024-07-27T18:40:07.842 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.841+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~FPK1ODLCBHN0.0 size=1048576 2024-07-27T18:40:07.843 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.842+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~FPK1ODLCBHN0.1 size=1048576 2024-07-27T18:40:07.844 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.843+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~FPK1ODLCBHN0.2 size=244156 2024-07-27T18:40:07.844 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.843+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=FPK1ODLCBHN0 tag=16L42QWUE5AG type=write size=3389884 2024-07-27T18:40:07.844 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.843+0000 7fd9b0dfe780 1 < canceled part key=_multipart_T7BZCFBSZM95.2~5VKY1K2CEWO4.0 size=1048576 2024-07-27T18:40:07.845 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.844+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~5VKY1K2CEWO4.1 size=1048576 2024-07-27T18:40:07.846 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.845+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~5VKY1K2CEWO4.2 size=126013 2024-07-27T18:40:07.849 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.848+0000 7fd9b0dfe780 1 < canceled multipart upload key=T7BZCFBSZM95 upload=5VKY1K2CEWO4 tag=ODC7FMQN484W type=write size=3271741 2024-07-27T18:40:07.851 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.850+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~9BRWD4USH40K.0 size=1048576 2024-07-27T18:40:07.852 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.851+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~9BRWD4USH40K.1 size=1048576 2024-07-27T18:40:07.853 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.852+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~9BRWD4USH40K.2 size=308681 2024-07-27T18:40:07.854 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.852+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=9BRWD4USH40K tag=28PWQ3ABV56N type=write size=3454409 2024-07-27T18:40:07.856 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.855+0000 7fd9b0dfe780 1 < suggested update operation key=39IO5R6BZ3YC tag=GS0WTBWLC0MI type=del size=2463010 2024-07-27T18:40:07.859 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.858+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~DY71RPMGJMLS.0 size=377226 2024-07-27T18:40:07.859 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.858+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=DY71RPMGJMLS tag=15SAK9TNZQ0Q type=write size=1425802 2024-07-27T18:40:07.862 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.861+0000 7fd9b0dfe780 1 < suggested update operation key=86SBFWKFIZ50 tag=21WCPZGNUNY7 type=del size=2346898 2024-07-27T18:40:07.863 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.862+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=OQB61T77XC0Q type=del size=2836562 2024-07-27T18:40:07.865 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.864+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~VN7ZLN590QA9.0 size=380246 2024-07-27T18:40:07.868 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.867+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=VN7ZLN590QA9 tag=6LLC1YUP79Y3 type=write size=1428822 2024-07-27T18:40:07.869 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.868+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=5RUC31SXUVUS type=del size=593897 2024-07-27T18:40:07.872 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.871+0000 7fd9b0dfe780 1 < suggested update operation key=O54I6ACW6PJQ tag=VEJYEKNVM3QL type=del size=1176874 2024-07-27T18:40:07.875 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.873+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~C7COYAHM4TNG.0 size=1048576 2024-07-27T18:40:07.876 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.874+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~C7COYAHM4TNG.1 size=1048576 2024-07-27T18:40:07.876 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.875+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~C7COYAHM4TNG.2 size=247563 2024-07-27T18:40:07.877 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.875+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=C7COYAHM4TNG tag=G4AJ05HOK6CZ type=write size=3393291 2024-07-27T18:40:07.878 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.877+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=90FRR30MHJ47 type=del 2024-07-27T18:40:07.879 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.878+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=PWCKTZ29RK08 type=del size=2248169 2024-07-27T18:40:07.880 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.879+0000 7fd9b0dfe780 1 < canceled part key=_multipart_CFEXWJESTIQM.2~NCU52NOXD8MY.0 size=654893 2024-07-27T18:40:07.882 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.881+0000 7fd9b0dfe780 1 < canceled multipart upload key=CFEXWJESTIQM upload=NCU52NOXD8MY tag=1I0C30E6HBWG type=write size=1703469 2024-07-27T18:40:07.885 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.884+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~BTQEIT7FTNUL.0 size=569662 2024-07-27T18:40:07.885 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.884+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=BTQEIT7FTNUL tag=94HKTMZ0S2C1 type=write size=1618238 2024-07-27T18:40:07.886 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.885+0000 7fd9b0dfe780 1 < completed write operation key=W2L0RV8ZN7R4 tag=S2P1M8CWQEPS type=write size=841745 2024-07-27T18:40:07.888 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.887+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=QIK3CXPB5JAT type=del size=1379673 2024-07-27T18:40:07.889 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.888+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=WM2KLSKU68C2 type=del 2024-07-27T18:40:07.892 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.890+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~DJ6MMI32IPG7.0 size=1048576 2024-07-27T18:40:07.893 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.891+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~DJ6MMI32IPG7.1 size=1048576 2024-07-27T18:40:07.894 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.892+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~DJ6MMI32IPG7.2 size=475880 2024-07-27T18:40:07.894 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.893+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=DJ6MMI32IPG7 tag=ZSXN7JXHJIII type=write size=3621608 2024-07-27T18:40:07.895 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.894+0000 7fd9b0dfe780 1 < completed write operation key=03QZ740ES4M3 tag=3Q5RZNNEOJRT type=write size=1041261 2024-07-27T18:40:07.897 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.896+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~AMZW6A66RX2I.0 size=615848 2024-07-27T18:40:07.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.896+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=AMZW6A66RX2I tag=IVA43ZD4368C type=write size=1664424 2024-07-27T18:40:07.899 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.897+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=JE9PDLMR6SYZ type=del 2024-07-27T18:40:07.901 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.900+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~Y7U6XC3ZK9TN.0 size=1048576 2024-07-27T18:40:07.902 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.901+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~Y7U6XC3ZK9TN.1 size=975214 2024-07-27T18:40:07.902 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.901+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=Y7U6XC3ZK9TN tag=3AFPT9GKMUDP type=write size=3072366 2024-07-27T18:40:07.905 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.904+0000 7fd9b0dfe780 1 < suggested remove operation key=29DDNRGBR1QU tag=7TVIOWNOHFWD type=write 2024-07-27T18:40:07.908 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.907+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~JN1FMPDWK2PK.0 size=1048576 2024-07-27T18:40:07.909 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.908+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~JN1FMPDWK2PK.1 size=397012 2024-07-27T18:40:07.909 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.908+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=JN1FMPDWK2PK tag=FS5AQ3C0NCC9 type=write size=2494164 2024-07-27T18:40:07.911 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.909+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~MW6OJDQNWY4L.0 size=420946 2024-07-27T18:40:07.913 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.912+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=MW6OJDQNWY4L tag=Z4Z5MB178ESV type=write size=1469522 2024-07-27T18:40:07.915 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.914+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~C7GU13HM8TRS.0 size=1048576 2024-07-27T18:40:07.916 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.915+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~C7GU13HM8TRS.1 size=285534 2024-07-27T18:40:07.917 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.915+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=C7GU13HM8TRS tag=PKVD4YB13NVI type=write size=2382686 2024-07-27T18:40:07.917 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.916+0000 7fd9b0dfe780 1 < canceled part key=_multipart_P8NVZQG528UI.2~OHF0WJ2XUPDA.0 size=1048576 2024-07-27T18:40:07.918 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.917+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~OHF0WJ2XUPDA.1 size=1048576 2024-07-27T18:40:07.919 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.918+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~OHF0WJ2XUPDA.2 size=389628 2024-07-27T18:40:07.921 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.920+0000 7fd9b0dfe780 1 < canceled multipart upload key=P8NVZQG528UI upload=OHF0WJ2XUPDA tag=RLGW00BB9XUF type=write size=3535356 2024-07-27T18:40:07.922 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.921+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=LUKB5ZC4A6HU type=write size=128893 2024-07-27T18:40:07.924 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.923+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~3TZMDBLN19GN.0 size=1048576 2024-07-27T18:40:07.925 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.924+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~3TZMDBLN19GN.1 size=106957 2024-07-27T18:40:07.928 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.926+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=3TZMDBLN19GN tag=7DI47J3BU08E type=write size=2204109 2024-07-27T18:40:07.929 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.928+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=DGRLT2RB08G9 type=del size=1783611 2024-07-27T18:40:07.930 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.929+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~FPK1ODLCBHN0.0 size=1048576 2024-07-27T18:40:07.931 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.930+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~FPK1ODLCBHN0.1 size=1048576 2024-07-27T18:40:07.932 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.931+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~FPK1ODLCBHN0.2 size=244156 2024-07-27T18:40:07.935 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.934+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=FPK1ODLCBHN0 tag=16L42QWUE5AG type=write size=3389884 2024-07-27T18:40:07.936 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.935+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=WG0ME61V01J6 type=del size=2473900 2024-07-27T18:40:07.938 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.937+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~9BRWD4USH40K.0 size=1048576 2024-07-27T18:40:07.939 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.938+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~9BRWD4USH40K.1 size=1048576 2024-07-27T18:40:07.940 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.939+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~9BRWD4USH40K.2 size=308681 2024-07-27T18:40:07.942 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.941+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=9BRWD4USH40K tag=28PWQ3ABV56N type=write size=3454409 2024-07-27T18:40:07.944 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.943+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=WJO140P04YI2 type=del size=446304 2024-07-27T18:40:07.945 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.944+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~DY71RPMGJMLS.0 size=377226 2024-07-27T18:40:07.947 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.946+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=DY71RPMGJMLS tag=15SAK9TNZQ0Q type=write size=1425802 2024-07-27T18:40:07.948 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.947+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=JG06SQ9VJGOH type=write size=31530 2024-07-27T18:40:07.950 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.949+0000 7fd9b0dfe780 1 < canceled operation key=W2L0RV8ZN7R4 tag=OQB61T77XC0Q type=del size=2836562 2024-07-27T18:40:07.953 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.952+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~FXFT6N7TDERO.0 size=821821 2024-07-27T18:40:07.953 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.952+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=FXFT6N7TDERO tag=N10NGRZAZG2W type=write size=1870397 2024-07-27T18:40:07.957 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.956+0000 7fd9b0dfe780 1 < suggested remove operation key=39IO5R6BZ3YC tag=5RUC31SXUVUS type=del 2024-07-27T18:40:07.958 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.957+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=UPPHB01XT9H9 type=del size=2704086 2024-07-27T18:40:07.960 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.959+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~C7COYAHM4TNG.0 size=1048576 2024-07-27T18:40:07.961 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.960+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~C7COYAHM4TNG.1 size=1048576 2024-07-27T18:40:07.962 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.961+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~C7COYAHM4TNG.2 size=247563 2024-07-27T18:40:07.965 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.964+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=C7COYAHM4TNG tag=G4AJ05HOK6CZ type=write size=3393291 2024-07-27T18:40:07.966 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.965+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=SF0R2Y9X6DL9 type=del size=135511 2024-07-27T18:40:07.969 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.966+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=PWCKTZ29RK08 type=del 2024-07-27T18:40:07.971 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.968+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=7QU4CGH7RZGG type=del size=79973 2024-07-27T18:40:07.971 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.969+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~BTQEIT7FTNUL.0 size=569662 2024-07-27T18:40:07.973 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.972+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=BTQEIT7FTNUL tag=94HKTMZ0S2C1 type=write size=1618238 2024-07-27T18:40:07.974 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.973+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=FQB1W633RRQ6 type=del size=87171 2024-07-27T18:40:07.976 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.975+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=QIK3CXPB5JAT type=del 2024-07-27T18:40:07.977 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.976+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=JQWRPTC1OI6V type=write size=14612 2024-07-27T18:40:07.979 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.978+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~DJ6MMI32IPG7.0 size=1048576 2024-07-27T18:40:07.980 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.979+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~DJ6MMI32IPG7.1 size=1048576 2024-07-27T18:40:07.981 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.980+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~DJ6MMI32IPG7.2 size=475880 2024-07-27T18:40:07.984 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.982+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=DJ6MMI32IPG7 tag=ZSXN7JXHJIII type=write size=3621608 2024-07-27T18:40:07.985 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.984+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=NOM9SA265AKP type=del size=778082 2024-07-27T18:40:07.986 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.985+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~AMZW6A66RX2I.0 size=615848 2024-07-27T18:40:07.989 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.988+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=AMZW6A66RX2I tag=IVA43ZD4368C type=write size=1664424 2024-07-27T18:40:07.990 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.989+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=CFVRFBW3CFX9 type=del size=2494121 2024-07-27T18:40:07.992 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.991+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~Y7U6XC3ZK9TN.0 size=1048576 2024-07-27T18:40:07.993 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.992+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~Y7U6XC3ZK9TN.1 size=975214 2024-07-27T18:40:07.995 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.994+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=Y7U6XC3ZK9TN tag=3AFPT9GKMUDP type=write size=3072366 2024-07-27T18:40:07.997 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.996+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=Z4SFN9VN1WVI type=del size=3985756 2024-07-27T18:40:07.998 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.997+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~JN1FMPDWK2PK.0 size=1048576 2024-07-27T18:40:07.999 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:07.998+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~JN1FMPDWK2PK.1 size=397012 2024-07-27T18:40:08.002 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.001+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=JN1FMPDWK2PK tag=FS5AQ3C0NCC9 type=write size=2494164 2024-07-27T18:40:08.004 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.002+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=XBB46L3M1IH5 type=write size=528994 2024-07-27T18:40:08.005 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.004+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~C7GU13HM8TRS.0 size=1048576 2024-07-27T18:40:08.006 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.005+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~C7GU13HM8TRS.1 size=285534 2024-07-27T18:40:08.008 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.007+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=C7GU13HM8TRS tag=PKVD4YB13NVI type=write size=2382686 2024-07-27T18:40:08.012 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.011+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~BGT6JCGRJEA6.0 size=1048576 2024-07-27T18:40:08.013 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.012+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~BGT6JCGRJEA6.1 size=522823 2024-07-27T18:40:08.013 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.012+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=BGT6JCGRJEA6 tag=3GTI453LG0C6 type=write size=2619975 2024-07-27T18:40:08.014 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.013+0000 7fd9b0dfe780 1 < completed write operation key=RC22Q26LLIA2 tag=LUKB5ZC4A6HU type=write size=128893 2024-07-27T18:40:08.016 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.015+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=QX0E6MX15PDS type=del size=428978 2024-07-27T18:40:08.017 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.016+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=DGRLT2RB08G9 type=del 2024-07-27T18:40:08.019 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.018+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=WI1YQB1GIGI7 type=del size=2733953 2024-07-27T18:40:08.021 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.020+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=WG0ME61V01J6 type=del 2024-07-27T18:40:08.024 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.023+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~71O8GZQIZ8IV.0 size=1048576 2024-07-27T18:40:08.025 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.024+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~71O8GZQIZ8IV.1 size=960694 2024-07-27T18:40:08.025 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.024+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=71O8GZQIZ8IV tag=ZKJDIQS4F18S type=write size=3057846 2024-07-27T18:40:08.028 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.026+0000 7fd9b0dfe780 1 < suggested update operation key=SK6LFQZNWE93 tag=WJO140P04YI2 type=del size=446304 2024-07-27T18:40:08.029 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.028+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=5ARJP9PJE5LZ type=del size=3250026 2024-07-27T18:40:08.030 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.029+0000 7fd9b0dfe780 1 < completed write operation key=IGKNZEI10405 tag=JG06SQ9VJGOH type=write size=31530 2024-07-27T18:40:08.033 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.032+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~9Q8YIQEY3T82.0 size=1048576 2024-07-27T18:40:08.034 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.033+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~9Q8YIQEY3T82.1 size=1048576 2024-07-27T18:40:08.035 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.034+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~9Q8YIQEY3T82.2 size=794576 2024-07-27T18:40:08.036 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.034+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=9Q8YIQEY3T82 tag=7OEQIHXMB45D type=write size=3940304 2024-07-27T18:40:08.037 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.036+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~FXFT6N7TDERO.0 size=821821 2024-07-27T18:40:08.039 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.038+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=FXFT6N7TDERO tag=N10NGRZAZG2W type=write size=1870397 2024-07-27T18:40:08.042 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.041+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~KJU6CAFKXJK9.0 size=1048576 2024-07-27T18:40:08.043 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.042+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~KJU6CAFKXJK9.1 size=1048576 2024-07-27T18:40:08.044 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.043+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~KJU6CAFKXJK9.2 size=934250 2024-07-27T18:40:08.044 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.043+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=KJU6CAFKXJK9 tag=ZFSANALKCFN6 type=write size=4079978 2024-07-27T18:40:08.046 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.044+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=UPPHB01XT9H9 type=del 2024-07-27T18:40:08.047 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.046+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=M24ADHZ52C96 type=del size=3711528 2024-07-27T18:40:08.048 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.047+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=SF0R2Y9X6DL9 type=del 2024-07-27T18:40:08.050 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.049+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=74PF6DNT8Z2C type=del size=2751576 2024-07-27T18:40:08.051 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.050+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=7QU4CGH7RZGG type=del 2024-07-27T18:40:08.052 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.051+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=CBYVP9S9LBX3 type=del size=1424921 2024-07-27T18:40:08.054 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.053+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=FQB1W633RRQ6 type=del 2024-07-27T18:40:08.055 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.054+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=7VFABI79JZK8 type=del size=1744269 2024-07-27T18:40:08.057 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.056+0000 7fd9b0dfe780 1 < completed write operation key=V2SZ9U1AFGCG tag=JQWRPTC1OI6V type=write size=14612 2024-07-27T18:40:08.059 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.058+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~RGQJ7AZRVDCA.0 size=1048576 2024-07-27T18:40:08.060 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.059+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~RGQJ7AZRVDCA.1 size=1048576 2024-07-27T18:40:08.062 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.061+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~RGQJ7AZRVDCA.2 size=379270 2024-07-27T18:40:08.062 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.061+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=RGQJ7AZRVDCA tag=4XAHNTV0Q6W6 type=write size=3524998 2024-07-27T18:40:08.064 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.063+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=NOM9SA265AKP type=del 2024-07-27T18:40:08.065 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.064+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=2F6PHNHT81JG type=del size=1075655 2024-07-27T18:40:08.067 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.066+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=CFVRFBW3CFX9 type=del 2024-07-27T18:40:08.070 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.069+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~DA4ZPFJ10MB8.0 size=879898 2024-07-27T18:40:08.070 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.069+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=DA4ZPFJ10MB8 tag=133FYNXHBQ59 type=write size=1928474 2024-07-27T18:40:08.072 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.071+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=Z4SFN9VN1WVI type=del 2024-07-27T18:40:08.074 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.073+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~D8XUVU2QDL8T.0 size=1048576 2024-07-27T18:40:08.076 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.075+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~D8XUVU2QDL8T.1 size=619996 2024-07-27T18:40:08.076 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.075+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=D8XUVU2QDL8T tag=SK7NQSFXD16R type=write size=2717148 2024-07-27T18:40:08.077 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.076+0000 7fd9b0dfe780 1 < completed write operation key=F8NI5O3PM0RO tag=XBB46L3M1IH5 type=write size=528994 2024-07-27T18:40:08.080 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.079+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~6H4A3J82XS99.0 size=1048576 2024-07-27T18:40:08.081 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.080+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~6H4A3J82XS99.1 size=609966 2024-07-27T18:40:08.081 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.080+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=6H4A3J82XS99 tag=W7KBT7EGDKKC type=write size=2707118 2024-07-27T18:40:08.083 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.082+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~BGT6JCGRJEA6.0 size=1048576 2024-07-27T18:40:08.084 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.083+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~BGT6JCGRJEA6.1 size=522823 2024-07-27T18:40:08.086 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.085+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=BGT6JCGRJEA6 tag=3GTI453LG0C6 type=write size=2619975 2024-07-27T18:40:08.087 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.086+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=3KVT5MHKPG3C type=write size=727305 2024-07-27T18:40:08.089 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.088+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=QX0E6MX15PDS type=del 2024-07-27T18:40:08.091 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.090+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~IK1A8XVSJRV8.0 size=1048576 2024-07-27T18:40:08.092 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.091+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~IK1A8XVSJRV8.1 size=136758 2024-07-27T18:40:08.092 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.091+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=IK1A8XVSJRV8 tag=8GNN7KN2PS9Y type=write size=2233910 2024-07-27T18:40:08.094 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.093+0000 7fd9b0dfe780 1 < canceled operation key=03QZ740ES4M3 tag=WI1YQB1GIGI7 type=del size=2733953 2024-07-27T18:40:08.095 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.094+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=9EOAD6PH73GP type=del size=3364161 2024-07-27T18:40:08.096 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.095+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~71O8GZQIZ8IV.0 size=1048576 2024-07-27T18:40:08.098 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.097+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~71O8GZQIZ8IV.1 size=960694 2024-07-27T18:40:08.101 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.100+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=71O8GZQIZ8IV tag=ZKJDIQS4F18S type=write size=3057846 2024-07-27T18:40:08.102 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.101+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=X8U69283IKYP type=del size=3470032 2024-07-27T18:40:08.104 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.103+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=5ARJP9PJE5LZ type=del 2024-07-27T18:40:08.106 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.104+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=4E1T32MP1Y8Y type=del size=20810 2024-07-27T18:40:08.107 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.106+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~9Q8YIQEY3T82.0 size=1048576 2024-07-27T18:40:08.108 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.107+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~9Q8YIQEY3T82.1 size=1048576 2024-07-27T18:40:08.109 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.108+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~9Q8YIQEY3T82.2 size=794576 2024-07-27T18:40:08.112 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.111+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=9Q8YIQEY3T82 tag=7OEQIHXMB45D type=write size=3940304 2024-07-27T18:40:08.113 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.112+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=E708IWNI8ZQQ type=write size=815559 2024-07-27T18:40:08.115 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.114+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~KJU6CAFKXJK9.0 size=1048576 2024-07-27T18:40:08.116 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.115+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~KJU6CAFKXJK9.1 size=1048576 2024-07-27T18:40:08.117 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.116+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~KJU6CAFKXJK9.2 size=934250 2024-07-27T18:40:08.120 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.118+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=KJU6CAFKXJK9 tag=ZFSANALKCFN6 type=write size=4079978 2024-07-27T18:40:08.122 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.121+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~7UFIOLCXXBLT.0 size=1048576 2024-07-27T18:40:08.123 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.122+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~7UFIOLCXXBLT.1 size=1048576 2024-07-27T18:40:08.124 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.123+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~7UFIOLCXXBLT.2 size=535195 2024-07-27T18:40:08.125 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.123+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=7UFIOLCXXBLT tag=O9SP1WELZCMB type=write size=3680923 2024-07-27T18:40:08.126 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.125+0000 7fd9b0dfe780 1 < canceled operation key=03QZ740ES4M3 tag=M24ADHZ52C96 type=del size=3711528 2024-07-27T18:40:08.128 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.127+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=ME04U45JG0LW type=del size=3478118 2024-07-27T18:40:08.129 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.128+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=74PF6DNT8Z2C type=del 2024-07-27T18:40:08.132 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.131+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~3785P23DZRG0.0 size=1048576 2024-07-27T18:40:08.133 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.132+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~3785P23DZRG0.1 size=136905 2024-07-27T18:40:08.133 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.132+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=3785P23DZRG0 tag=U2R22EDWKDLB type=write size=2234057 2024-07-27T18:40:08.135 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.134+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=CBYVP9S9LBX3 type=del 2024-07-27T18:40:08.137 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.135+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=WKAUOWL3SY9T type=del size=3715312 2024-07-27T18:40:08.138 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.137+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=7VFABI79JZK8 type=del 2024-07-27T18:40:08.141 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.140+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~PLAN17DGD2KQ.0 size=473117 2024-07-27T18:40:08.141 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.140+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=PLAN17DGD2KQ tag=TJ63U6N2330X type=write size=1521693 2024-07-27T18:40:08.143 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.142+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~RGQJ7AZRVDCA.0 size=1048576 2024-07-27T18:40:08.144 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.143+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~RGQJ7AZRVDCA.1 size=1048576 2024-07-27T18:40:08.144 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.143+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9XS4B44ASV1.2~RGQJ7AZRVDCA.2 size=379270 2024-07-27T18:40:08.146 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.145+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9XS4B44ASV1 upload=RGQJ7AZRVDCA tag=4XAHNTV0Q6W6 type=write size=3524998 2024-07-27T18:40:08.149 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.148+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~DAY4YIXXF59I.0 size=1048576 2024-07-27T18:40:08.151 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.150+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~DAY4YIXXF59I.1 size=515648 2024-07-27T18:40:08.151 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.150+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=DAY4YIXXF59I tag=1NWIHPK0QLWU type=write size=2612800 2024-07-27T18:40:08.153 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.152+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=2F6PHNHT81JG type=del 2024-07-27T18:40:08.158 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.156+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~L14XH1SACKIV.0 size=480725 2024-07-27T18:40:08.158 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.156+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=L14XH1SACKIV tag=HZ0ZGNXZ53BM type=write size=1529301 2024-07-27T18:40:08.158 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.157+0000 7fd9b0dfe780 1 < canceled part key=_multipart_351SUKW6MLKV.2~DA4ZPFJ10MB8.0 size=879898 2024-07-27T18:40:08.160 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.159+0000 7fd9b0dfe780 1 < canceled multipart upload key=351SUKW6MLKV upload=DA4ZPFJ10MB8 tag=133FYNXHBQ59 type=write size=1928474 2024-07-27T18:40:08.162 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.161+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=TTWAYTFH5BNI type=del size=2408696 2024-07-27T18:40:08.162 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.161+0000 7fd9b0dfe780 1 < canceled part key=_multipart_55DD8ECTT2JA.2~D8XUVU2QDL8T.0 size=1048576 2024-07-27T18:40:08.163 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.162+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~D8XUVU2QDL8T.1 size=619996 2024-07-27T18:40:08.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.165+0000 7fd9b0dfe780 1 < canceled multipart upload key=55DD8ECTT2JA upload=D8XUVU2QDL8T tag=SK7NQSFXD16R type=write size=2717148 2024-07-27T18:40:08.167 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.166+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=60HBYDHTY4Q0 type=del size=4139987 2024-07-27T18:40:08.169 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.168+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~6H4A3J82XS99.0 size=1048576 2024-07-27T18:40:08.170 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.169+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~6H4A3J82XS99.1 size=609966 2024-07-27T18:40:08.172 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.171+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=6H4A3J82XS99 tag=W7KBT7EGDKKC type=write size=2707118 2024-07-27T18:40:08.173 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.172+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=EQO3HC3W0C85 type=del size=3600657 2024-07-27T18:40:08.175 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.174+0000 7fd9b0dfe780 1 < canceled operation key=95K99DI46WJ8 tag=3KVT5MHKPG3C type=write size=727305 2024-07-27T18:40:08.177 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.176+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~63E4SFD9TBB2.0 size=281834 2024-07-27T18:40:08.177 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.176+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=63E4SFD9TBB2 tag=R95F9359ZJQ5 type=write size=1330410 2024-07-27T18:40:08.179 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.178+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~IK1A8XVSJRV8.0 size=1048576 2024-07-27T18:40:08.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.179+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~IK1A8XVSJRV8.1 size=136758 2024-07-27T18:40:08.182 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.181+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=IK1A8XVSJRV8 tag=8GNN7KN2PS9Y type=write size=2233910 2024-07-27T18:40:08.184 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.183+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=9A2ORH5ECPCY type=write size=964219 2024-07-27T18:40:08.186 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.185+0000 7fd9b0dfe780 1 < suggested update operation key=T7BZCFBSZM95 tag=9EOAD6PH73GP type=del size=3364161 2024-07-27T18:40:08.188 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.187+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=GU49B5J9EUZU type=del size=4111275 2024-07-27T18:40:08.190 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.189+0000 7fd9b0dfe780 1 < suggested update operation key=SK6LFQZNWE93 tag=X8U69283IKYP type=del size=3470032 2024-07-27T18:40:08.192 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.191+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=OBKA9N9QB8C2 type=del size=1955692 2024-07-27T18:40:08.193 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.192+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=4E1T32MP1Y8Y type=del 2024-07-27T18:40:08.196 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.195+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~N396CK4SJ5V5.0 size=1048576 2024-07-27T18:40:08.197 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.196+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~N396CK4SJ5V5.1 size=680174 2024-07-27T18:40:08.197 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.196+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=N396CK4SJ5V5 tag=GLC23Z48KCLB type=write size=2777326 2024-07-27T18:40:08.200 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.199+0000 7fd9b0dfe780 1 < suggested remove operation key=ERT6LG30K8WA tag=E708IWNI8ZQQ type=write 2024-07-27T18:40:08.201 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.200+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=04N8Y8D2CU6V type=del size=2912964 2024-07-27T18:40:08.202 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.201+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~7UFIOLCXXBLT.0 size=1048576 2024-07-27T18:40:08.204 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.203+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~7UFIOLCXXBLT.1 size=1048576 2024-07-27T18:40:08.205 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.204+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~7UFIOLCXXBLT.2 size=535195 2024-07-27T18:40:08.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.206+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=7UFIOLCXXBLT tag=O9SP1WELZCMB type=write size=3680923 2024-07-27T18:40:08.209 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.208+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=E3U4P0JCEWFQ type=del size=446660 2024-07-27T18:40:08.210 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.209+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=ME04U45JG0LW type=del 2024-07-27T18:40:08.213 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.212+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~HTOMPYBSYMEP.0 size=1048576 2024-07-27T18:40:08.214 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.213+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~HTOMPYBSYMEP.1 size=1048576 2024-07-27T18:40:08.216 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.214+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~HTOMPYBSYMEP.2 size=870034 2024-07-27T18:40:08.216 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.214+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=HTOMPYBSYMEP tag=A72GX2M115X0 type=write size=4015762 2024-07-27T18:40:08.217 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.216+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~3785P23DZRG0.0 size=1048576 2024-07-27T18:40:08.218 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.217+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~3785P23DZRG0.1 size=136905 2024-07-27T18:40:08.220 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.219+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=3785P23DZRG0 tag=U2R22EDWKDLB type=write size=2234057 2024-07-27T18:40:08.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.222+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~UFYM2BZZ1JCF.0 size=435077 2024-07-27T18:40:08.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.222+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=UFYM2BZZ1JCF tag=K7A2DMPABEQZ type=write size=1483653 2024-07-27T18:40:08.225 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.224+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=WKAUOWL3SY9T type=del 2024-07-27T18:40:08.227 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.226+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=AI3S4X85CPJC type=del size=3544994 2024-07-27T18:40:08.228 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.227+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~PLAN17DGD2KQ.0 size=473117 2024-07-27T18:40:08.231 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.230+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=PLAN17DGD2KQ tag=TJ63U6N2330X type=write size=1521693 2024-07-27T18:40:08.233 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.231+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=1GGRFQFIMLQP type=del size=640267 2024-07-27T18:40:08.234 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.233+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~DAY4YIXXF59I.0 size=1048576 2024-07-27T18:40:08.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.234+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~DAY4YIXXF59I.1 size=515648 2024-07-27T18:40:08.238 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.237+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=DAY4YIXXF59I tag=1NWIHPK0QLWU type=write size=2612800 2024-07-27T18:40:08.240 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.239+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=2CUUDTGIMZ08 type=del size=1907847 2024-07-27T18:40:08.240 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.239+0000 7fd9b0dfe780 1 < canceled part key=_multipart_P8NVZQG528UI.2~L14XH1SACKIV.0 size=480725 2024-07-27T18:40:08.242 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.241+0000 7fd9b0dfe780 1 < canceled multipart upload key=P8NVZQG528UI upload=L14XH1SACKIV tag=HZ0ZGNXZ53BM type=write size=1529301 2024-07-27T18:40:08.244 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.243+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=49KZTDC13ACK type=del size=752726 2024-07-27T18:40:08.246 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.245+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=TTWAYTFH5BNI type=del 2024-07-27T18:40:08.247 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.246+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=AFNX239O098O type=write size=95934 2024-07-27T18:40:08.249 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.248+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=60HBYDHTY4Q0 type=del 2024-07-27T18:40:08.253 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.252+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~SYK0CPXPZ3QC.0 size=1048576 2024-07-27T18:40:08.254 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.253+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~SYK0CPXPZ3QC.1 size=1048576 2024-07-27T18:40:08.255 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.254+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~SYK0CPXPZ3QC.2 size=1025018 2024-07-27T18:40:08.255 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.254+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=SYK0CPXPZ3QC tag=GNRBCDSGD424 type=write size=4170746 2024-07-27T18:40:08.257 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.256+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=EQO3HC3W0C85 type=del 2024-07-27T18:40:08.259 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.257+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=M1KP30VSQ4ZJ type=del size=835757 2024-07-27T18:40:08.260 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.259+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~63E4SFD9TBB2.0 size=281834 2024-07-27T18:40:08.263 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.262+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=63E4SFD9TBB2 tag=R95F9359ZJQ5 type=write size=1330410 2024-07-27T18:40:08.265 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.264+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=IHCWWZVCXZ7K type=del size=3685764 2024-07-27T18:40:08.266 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.265+0000 7fd9b0dfe780 -1 < failed to complete operation key=T7BZCFBSZM95 tag=9A2ORH5ECPCY type=write size=964219: (22) Invalid argument 2024-07-27T18:40:08.269 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.268+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~TZQN5OJ5PZ5J.0 size=1048576 2024-07-27T18:40:08.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.269+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~TZQN5OJ5PZ5J.1 size=260715 2024-07-27T18:40:08.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.269+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=TZQN5OJ5PZ5J tag=D4XVZ250SVOI type=write size=2357867 2024-07-27T18:40:08.272 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.271+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=GU49B5J9EUZU type=del 2024-07-27T18:40:08.275 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.273+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~4UXA3M03MUAR.0 size=1048576 2024-07-27T18:40:08.276 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.275+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~4UXA3M03MUAR.1 size=1048576 2024-07-27T18:40:08.277 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.276+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~4UXA3M03MUAR.2 size=863218 2024-07-27T18:40:08.277 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.276+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=4UXA3M03MUAR tag=EAYBHO241TAC type=write size=4008946 2024-07-27T18:40:08.279 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.278+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=OBKA9N9QB8C2 type=del 2024-07-27T18:40:08.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.281+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~0NKQHU39YM9Z.0 size=88207 2024-07-27T18:40:08.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.281+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=0NKQHU39YM9Z tag=7CORG8SW1FBW type=write size=1136783 2024-07-27T18:40:08.283 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.282+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~N396CK4SJ5V5.0 size=1048576 2024-07-27T18:40:08.284 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.283+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~N396CK4SJ5V5.1 size=680174 2024-07-27T18:40:08.287 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.286+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=N396CK4SJ5V5 tag=GLC23Z48KCLB type=write size=2777326 2024-07-27T18:40:08.288 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.287+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=UJGAT9BZQJLX type=write size=99175 2024-07-27T18:40:08.290 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.289+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=04N8Y8D2CU6V type=del 2024-07-27T18:40:08.291 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.290+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=9YDTADP8V5R6 type=del size=773563 2024-07-27T18:40:08.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.291+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=E3U4P0JCEWFQ type=del 2024-07-27T18:40:08.294 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.293+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=7BDE2V7UAVRL type=del size=2223864 2024-07-27T18:40:08.296 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.295+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~HTOMPYBSYMEP.0 size=1048576 2024-07-27T18:40:08.298 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.297+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~HTOMPYBSYMEP.1 size=1048576 2024-07-27T18:40:08.299 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.298+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~HTOMPYBSYMEP.2 size=870034 2024-07-27T18:40:08.302 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.301+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=HTOMPYBSYMEP tag=A72GX2M115X0 type=write size=4015762 2024-07-27T18:40:08.305 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.304+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~JC32VF4U5J1C.0 size=1048576 2024-07-27T18:40:08.306 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.305+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~JC32VF4U5J1C.1 size=1048576 2024-07-27T18:40:08.307 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.306+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~JC32VF4U5J1C.2 size=213377 2024-07-27T18:40:08.307 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.306+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=JC32VF4U5J1C tag=DYVZJ8WVF31I type=write size=3359105 2024-07-27T18:40:08.309 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.308+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~UFYM2BZZ1JCF.0 size=435077 2024-07-27T18:40:08.312 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.311+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=UFYM2BZZ1JCF tag=K7A2DMPABEQZ type=write size=1483653 2024-07-27T18:40:08.313 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.312+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=L6XW1I0TFKNL type=del size=3711886 2024-07-27T18:40:08.315 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.313+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=AI3S4X85CPJC type=del 2024-07-27T18:40:08.316 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.315+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=XIHIRNPT1P1I type=del size=901244 2024-07-27T18:40:08.318 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.317+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=1GGRFQFIMLQP type=del 2024-07-27T18:40:08.319 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.318+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=W2S3H7YYHPUL type=del size=3332103 2024-07-27T18:40:08.321 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.320+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=2CUUDTGIMZ08 type=del 2024-07-27T18:40:08.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.323+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~RWJQCORJSFL3.0 size=1048576 2024-07-27T18:40:08.325 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.324+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~RWJQCORJSFL3.1 size=594772 2024-07-27T18:40:08.325 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.324+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=RWJQCORJSFL3 tag=T4DK2L29IOM1 type=write size=2691924 2024-07-27T18:40:08.327 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.326+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=49KZTDC13ACK type=del 2024-07-27T18:40:08.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.327+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=GDJRFCE7F92P type=del size=1558772 2024-07-27T18:40:08.330 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.329+0000 7fd9b0dfe780 1 < completed write operation key=8I5MBVTQCDVV tag=AFNX239O098O type=write size=95934 2024-07-27T18:40:08.331 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.330+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=0B9R0Q13C6KC type=del size=1150683 2024-07-27T18:40:08.333 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.332+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~SYK0CPXPZ3QC.0 size=1048576 2024-07-27T18:40:08.334 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.333+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~SYK0CPXPZ3QC.1 size=1048576 2024-07-27T18:40:08.336 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.335+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~SYK0CPXPZ3QC.2 size=1025018 2024-07-27T18:40:08.338 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.337+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=SYK0CPXPZ3QC tag=GNRBCDSGD424 type=write size=4170746 2024-07-27T18:40:08.342 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.340+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~NHRDZNA1QE07.0 size=638071 2024-07-27T18:40:08.342 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.340+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=NHRDZNA1QE07 tag=26V6NIU7VLY1 type=write size=1686647 2024-07-27T18:40:08.343 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.342+0000 7fd9b0dfe780 1 < completed delete operation key=39IO5R6BZ3YC tag=M1KP30VSQ4ZJ type=del 2024-07-27T18:40:08.347 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.346+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~S69XR7F0R6SX.0 size=1048576 2024-07-27T18:40:08.348 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.347+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~S69XR7F0R6SX.1 size=1048576 2024-07-27T18:40:08.349 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.348+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~S69XR7F0R6SX.2 size=636994 2024-07-27T18:40:08.349 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.348+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=S69XR7F0R6SX tag=WBJMYLBH06MO type=write size=3782722 2024-07-27T18:40:08.352 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.351+0000 7fd9b0dfe780 1 < suggested update operation key=YD0RYSEXBM6F tag=IHCWWZVCXZ7K type=del size=3685764 2024-07-27T18:40:08.354 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.353+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=OY98458PV9Y5 type=write size=518261 2024-07-27T18:40:08.355 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.354+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~TZQN5OJ5PZ5J.0 size=1048576 2024-07-27T18:40:08.356 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.355+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~TZQN5OJ5PZ5J.1 size=260715 2024-07-27T18:40:08.359 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.357+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=TZQN5OJ5PZ5J tag=D4XVZ250SVOI type=write size=2357867 2024-07-27T18:40:08.361 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.360+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~BW7ICVBZJB2U.0 size=327853 2024-07-27T18:40:08.361 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.360+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=BW7ICVBZJB2U tag=YZYWVJ59SOBO type=write size=1376429 2024-07-27T18:40:08.363 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.362+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~4UXA3M03MUAR.0 size=1048576 2024-07-27T18:40:08.364 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.363+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~4UXA3M03MUAR.1 size=1048576 2024-07-27T18:40:08.366 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.365+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~4UXA3M03MUAR.2 size=863218 2024-07-27T18:40:08.368 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.367+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=4UXA3M03MUAR tag=EAYBHO241TAC type=write size=4008946 2024-07-27T18:40:08.371 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.370+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~E5UUIY3LX2ER.0 size=1048576 2024-07-27T18:40:08.372 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.371+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~E5UUIY3LX2ER.1 size=1048576 2024-07-27T18:40:08.373 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.372+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~E5UUIY3LX2ER.2 size=682494 2024-07-27T18:40:08.373 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.372+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=E5UUIY3LX2ER tag=U02009L15GOZ type=write size=3828222 2024-07-27T18:40:08.374 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.373+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~0NKQHU39YM9Z.0 size=88207 2024-07-27T18:40:08.377 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.376+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=0NKQHU39YM9Z tag=7CORG8SW1FBW type=write size=1136783 2024-07-27T18:40:08.378 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.377+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=IUQKWXWPGQTA type=del size=223389 2024-07-27T18:40:08.380 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.379+0000 7fd9b0dfe780 1 < completed write operation key=FXYU6A8CU9F0 tag=UJGAT9BZQJLX type=write size=99175 2024-07-27T18:40:08.383 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.382+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~2ZC2Q5M6CFE4.0 size=817158 2024-07-27T18:40:08.383 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.382+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=2ZC2Q5M6CFE4 tag=SHDWYXUL3S1U type=write size=1865734 2024-07-27T18:40:08.385 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.384+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=9YDTADP8V5R6 type=del 2024-07-27T18:40:08.388 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.387+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~ILE7VN8OLHM3.0 size=1048576 2024-07-27T18:40:08.389 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.388+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~ILE7VN8OLHM3.1 size=1048576 2024-07-27T18:40:08.390 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.389+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~ILE7VN8OLHM3.2 size=185058 2024-07-27T18:40:08.390 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.389+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=ILE7VN8OLHM3 tag=GAZ1SYFCUBMM type=write size=3330786 2024-07-27T18:40:08.392 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.391+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=7BDE2V7UAVRL type=del 2024-07-27T18:40:08.394 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.393+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=7GR7W2D8OLAW type=del size=2391040 2024-07-27T18:40:08.395 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.394+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~JC32VF4U5J1C.0 size=1048576 2024-07-27T18:40:08.396 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.395+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~JC32VF4U5J1C.1 size=1048576 2024-07-27T18:40:08.397 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.396+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~JC32VF4U5J1C.2 size=213377 2024-07-27T18:40:08.400 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.399+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=JC32VF4U5J1C tag=DYVZJ8WVF31I type=write size=3359105 2024-07-27T18:40:08.403 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.402+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~A6MBIMLT6OGN.0 size=354734 2024-07-27T18:40:08.403 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.402+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=A6MBIMLT6OGN tag=BJ5RVWPHJOQ3 type=write size=1403310 2024-07-27T18:40:08.406 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.405+0000 7fd9b0dfe780 1 < suggested remove operation key=V2SZ9U1AFGCG tag=L6XW1I0TFKNL type=del 2024-07-27T18:40:08.408 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.407+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=IJEGWQKTYJW7 type=write size=697699 2024-07-27T18:40:08.410 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.409+0000 7fd9b0dfe780 1 < suggested remove operation key=F8NI5O3PM0RO tag=XIHIRNPT1P1I type=del 2024-07-27T18:40:08.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:08 smithi179 ceph-mon[89801]: pgmap v1382: 137 pgs: 3 creating+peering, 21 unknown, 113 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.0 KiB/s wr, 21 op/s 2024-07-27T18:40:08.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:08 smithi179 ceph-mon[89801]: osdmap e1100: 8 total, 8 up, 8 in 2024-07-27T18:40:08.414 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.413+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~72YP0CJDY0GG.0 size=1048576 2024-07-27T18:40:08.415 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.414+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~72YP0CJDY0GG.1 size=1048576 2024-07-27T18:40:08.416 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.415+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~72YP0CJDY0GG.2 size=57404 2024-07-27T18:40:08.416 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.415+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=72YP0CJDY0GG tag=LOJNGKWVSI1L type=write size=3203132 2024-07-27T18:40:08.417 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.416+0000 7fd9b0dfe780 -1 < no bi entry to suggest for operation key=F8NI5O3PM0RO tag=W2S3H7YYHPUL type=del size=3332103: (2) No such file or directory 2024-07-27T18:40:08.420 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.419+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~MW5USW6DWKY5.0 size=1048576 2024-07-27T18:40:08.421 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.420+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~MW5USW6DWKY5.1 size=909957 2024-07-27T18:40:08.421 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.420+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=MW5USW6DWKY5 tag=O5S2OMXYG7MA type=write size=3007109 2024-07-27T18:40:08.423 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.422+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~RWJQCORJSFL3.0 size=1048576 2024-07-27T18:40:08.424 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.423+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~RWJQCORJSFL3.1 size=594772 2024-07-27T18:40:08.427 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.426+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=RWJQCORJSFL3 tag=T4DK2L29IOM1 type=write size=2691924 2024-07-27T18:40:08.429 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.428+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=Y06R034O3OUY type=write size=228803 2024-07-27T18:40:08.431 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.430+0000 7fd9b0dfe780 1 < canceled operation key=55DD8ECTT2JA tag=GDJRFCE7F92P type=del size=1558772 2024-07-27T18:40:08.433 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.432+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=FUW214S9Y9WR type=del size=1311047 2024-07-27T18:40:08.436 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.435+0000 7fd9b0dfe780 1 < suggested remove operation key=P8NVZQG528UI tag=0B9R0Q13C6KC type=del 2024-07-27T18:40:08.440 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.439+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~O3AKODJG1QAT.0 size=1048576 2024-07-27T18:40:08.441 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.440+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~O3AKODJG1QAT.1 size=1048576 2024-07-27T18:40:08.442 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.441+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~O3AKODJG1QAT.2 size=386919 2024-07-27T18:40:08.442 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.441+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=O3AKODJG1QAT tag=9GK70YWX6ZI9 type=write size=3532647 2024-07-27T18:40:08.442 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.441+0000 7fd9b0dfe780 1 < canceled part key=_multipart_39IO5R6BZ3YC.2~NHRDZNA1QE07.0 size=638071 2024-07-27T18:40:08.445 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.444+0000 7fd9b0dfe780 1 < canceled multipart upload key=39IO5R6BZ3YC upload=NHRDZNA1QE07 tag=26V6NIU7VLY1 type=write size=1686647 2024-07-27T18:40:08.446 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.445+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=X59Z4SRVXUXW type=del size=2636560 2024-07-27T18:40:08.448 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.447+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~S69XR7F0R6SX.0 size=1048576 2024-07-27T18:40:08.449 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.448+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~S69XR7F0R6SX.1 size=1048576 2024-07-27T18:40:08.450 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.450+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~S69XR7F0R6SX.2 size=636994 2024-07-27T18:40:08.453 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.452+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=S69XR7F0R6SX tag=WBJMYLBH06MO type=write size=3782722 2024-07-27T18:40:08.455 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.454+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=Y1PJSROU2JOR type=write size=147310 2024-07-27T18:40:08.458 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.457+0000 7fd9b0dfe780 1 < suggested update operation key=V2SZ9U1AFGCG tag=OY98458PV9Y5 type=write size=518261 2024-07-27T18:40:08.460 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.459+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~VSZ4P32W2YN0.0 size=395148 2024-07-27T18:40:08.461 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.459+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=VSZ4P32W2YN0 tag=EUDBOTMU6HQ7 type=write size=1443724 2024-07-27T18:40:08.462 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.461+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~BW7ICVBZJB2U.0 size=327853 2024-07-27T18:40:08.465 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.464+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=BW7ICVBZJB2U tag=YZYWVJ59SOBO type=write size=1376429 2024-07-27T18:40:08.466 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.465+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=1Q3CUZTUMQ4B type=del size=2384713 2024-07-27T18:40:08.468 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.467+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~E5UUIY3LX2ER.0 size=1048576 2024-07-27T18:40:08.469 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.468+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~E5UUIY3LX2ER.1 size=1048576 2024-07-27T18:40:08.470 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.469+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~E5UUIY3LX2ER.2 size=682494 2024-07-27T18:40:08.472 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.471+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=E5UUIY3LX2ER tag=U02009L15GOZ type=write size=3828222 2024-07-27T18:40:08.474 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.473+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=UHYRGX2J8SCL type=del size=3618670 2024-07-27T18:40:08.476 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.475+0000 7fd9b0dfe780 1 < canceled operation key=L423106KP3PL tag=IUQKWXWPGQTA type=del size=223389 2024-07-27T18:40:08.477 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.476+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=17VMM7V6SRTW type=del size=3847188 2024-07-27T18:40:08.479 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.478+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~2ZC2Q5M6CFE4.0 size=817158 2024-07-27T18:40:08.481 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.480+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=2ZC2Q5M6CFE4 tag=SHDWYXUL3S1U type=write size=1865734 2024-07-27T18:40:08.483 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.482+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=4M1CH8APXX3F type=del size=4021322 2024-07-27T18:40:08.484 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.483+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~ILE7VN8OLHM3.0 size=1048576 2024-07-27T18:40:08.486 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.485+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~ILE7VN8OLHM3.1 size=1048576 2024-07-27T18:40:08.487 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.486+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~ILE7VN8OLHM3.2 size=185058 2024-07-27T18:40:08.489 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.488+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=ILE7VN8OLHM3 tag=GAZ1SYFCUBMM type=write size=3330786 2024-07-27T18:40:08.492 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.491+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~C91MJSC7JVTL.0 size=371911 2024-07-27T18:40:08.492 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.491+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=C91MJSC7JVTL tag=DJA3IQ8EIJAN type=write size=1420487 2024-07-27T18:40:08.494 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.493+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=7GR7W2D8OLAW type=del 2024-07-27T18:40:08.497 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.496+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~CSGWK7V9TJD3.0 size=460853 2024-07-27T18:40:08.497 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.496+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=CSGWK7V9TJD3 tag=4YEQJVWQQYGD type=write size=1509429 2024-07-27T18:40:08.498 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.497+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~A6MBIMLT6OGN.0 size=354734 2024-07-27T18:40:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:08 smithi029 ceph-mon[96870]: pgmap v1382: 137 pgs: 3 creating+peering, 21 unknown, 113 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.0 KiB/s wr, 21 op/s 2024-07-27T18:40:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:08 smithi029 ceph-mon[96870]: osdmap e1100: 8 total, 8 up, 8 in 2024-07-27T18:40:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:08 smithi029 ceph-mon[99353]: pgmap v1382: 137 pgs: 3 creating+peering, 21 unknown, 113 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.0 KiB/s wr, 21 op/s 2024-07-27T18:40:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:08 smithi029 ceph-mon[99353]: osdmap e1100: 8 total, 8 up, 8 in 2024-07-27T18:40:08.502 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.500+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=A6MBIMLT6OGN tag=BJ5RVWPHJOQ3 type=write size=1403310 2024-07-27T18:40:08.503 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.502+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=KUM166QIKHR5 type=del size=359940 2024-07-27T18:40:08.504 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.503+0000 7fd9b0dfe780 1 < completed write operation key=03QZ740ES4M3 tag=IJEGWQKTYJW7 type=write size=697699 2024-07-27T18:40:08.506 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.505+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=P09SJ3Y7ADXI type=del size=1527960 2024-07-27T18:40:08.507 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.506+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~72YP0CJDY0GG.0 size=1048576 2024-07-27T18:40:08.508 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.507+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~72YP0CJDY0GG.1 size=1048576 2024-07-27T18:40:08.509 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.508+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~72YP0CJDY0GG.2 size=57404 2024-07-27T18:40:08.512 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.511+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=72YP0CJDY0GG tag=LOJNGKWVSI1L type=write size=3203132 2024-07-27T18:40:08.515 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.514+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~1DV7STIZEX1F.0 size=1048576 2024-07-27T18:40:08.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.515+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~1DV7STIZEX1F.1 size=750695 2024-07-27T18:40:08.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.515+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=1DV7STIZEX1F tag=40OEA7YYNBU9 type=write size=2847847 2024-07-27T18:40:08.517 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.516+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~MW5USW6DWKY5.0 size=1048576 2024-07-27T18:40:08.519 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.518+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~MW5USW6DWKY5.1 size=909957 2024-07-27T18:40:08.521 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.520+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=MW5USW6DWKY5 tag=O5S2OMXYG7MA type=write size=3007109 2024-07-27T18:40:08.523 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.522+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=18FPASEH7EFF type=del size=4085387 2024-07-27T18:40:08.524 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.523+0000 7fd9b0dfe780 1 < completed write operation key=39IO5R6BZ3YC tag=Y06R034O3OUY type=write size=228803 2024-07-27T18:40:08.526 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.525+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=7ESDZFYRD647 type=del size=3848519 2024-07-27T18:40:08.529 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.528+0000 7fd9b0dfe780 1 < suggested remove operation key=29DDNRGBR1QU tag=FUW214S9Y9WR type=del 2024-07-27T18:40:08.530 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.529+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=3HLKGWDBMN9O type=del size=327548 2024-07-27T18:40:08.532 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.531+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~O3AKODJG1QAT.0 size=1048576 2024-07-27T18:40:08.532 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.531+0000 7fd9b0dfe780 1 < canceled part key=_multipart_8I5MBVTQCDVV.2~O3AKODJG1QAT.1 size=1048576 2024-07-27T18:40:08.533 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.532+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~O3AKODJG1QAT.2 size=386919 2024-07-27T18:40:08.535 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.534+0000 7fd9b0dfe780 1 < canceled multipart upload key=8I5MBVTQCDVV upload=O3AKODJG1QAT tag=9GK70YWX6ZI9 type=write size=3532647 2024-07-27T18:40:08.537 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.536+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=P1C4DZN1Z7X5 type=del size=3639699 2024-07-27T18:40:08.539 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.538+0000 7fd9b0dfe780 1 < suggested update operation key=X7P4EQ7CB100 tag=X59Z4SRVXUXW type=del size=2636560 2024-07-27T18:40:08.542 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.541+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~1JDJ128BQ88E.0 size=1048576 2024-07-27T18:40:08.543 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.542+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~1JDJ128BQ88E.1 size=1048576 2024-07-27T18:40:08.544 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.543+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~1JDJ128BQ88E.2 size=676186 2024-07-27T18:40:08.544 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.543+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=1JDJ128BQ88E tag=TNVT2DIQ5XRG type=write size=3821914 2024-07-27T18:40:08.546 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.545+0000 7fd9b0dfe780 -1 < failed to complete operation key=V2SZ9U1AFGCG tag=Y1PJSROU2JOR type=write size=147310: (22) Invalid argument 2024-07-27T18:40:08.548 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.547+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~2K271COAPJSM.0 size=1048576 2024-07-27T18:40:08.549 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.548+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~2K271COAPJSM.1 size=588320 2024-07-27T18:40:08.549 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.548+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=2K271COAPJSM tag=LT704VUQHYUC type=write size=2685472 2024-07-27T18:40:08.551 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.550+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~VSZ4P32W2YN0.0 size=395148 2024-07-27T18:40:08.553 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.552+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=VSZ4P32W2YN0 tag=EUDBOTMU6HQ7 type=write size=1443724 2024-07-27T18:40:08.556 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.555+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~7V05F9ZQ5PU1.0 size=715258 2024-07-27T18:40:08.556 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.555+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=7V05F9ZQ5PU1 tag=H7EFZ4C79MY9 type=write size=1763834 2024-07-27T18:40:08.558 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.556+0000 7fd9b0dfe780 1 < canceled operation key=E9Y61GIX83FA tag=1Q3CUZTUMQ4B type=del size=2384713 2024-07-27T18:40:08.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.559+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~DXJU8AWO5451.0 size=341092 2024-07-27T18:40:08.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.559+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=DXJU8AWO5451 tag=FZEB5FNARSCA type=write size=1389668 2024-07-27T18:40:08.562 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.561+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=UHYRGX2J8SCL type=del 2024-07-27T18:40:08.565 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.564+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~OGA57X5GI1W5.0 size=554940 2024-07-27T18:40:08.565 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.564+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=OGA57X5GI1W5 tag=ATEB2BX6LEAF type=write size=1603516 2024-07-27T18:40:08.566 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.565+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=17VMM7V6SRTW type=del 2024-07-27T18:40:08.569 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.568+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~0YTXGM7SRWSM.0 size=1048576 2024-07-27T18:40:08.570 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.569+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~0YTXGM7SRWSM.1 size=565008 2024-07-27T18:40:08.570 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.569+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=0YTXGM7SRWSM tag=MM84R6JJWN1P type=write size=2662160 2024-07-27T18:40:08.572 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.570+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=4M1CH8APXX3F type=del 2024-07-27T18:40:08.573 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.572+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=5B07UE76V1OM type=write size=985809 2024-07-27T18:40:08.574 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.573+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~C91MJSC7JVTL.0 size=371911 2024-07-27T18:40:08.578 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.576+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=C91MJSC7JVTL tag=DJA3IQ8EIJAN type=write size=1420487 2024-07-27T18:40:08.578 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.577+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=A7K6GJPB7A91 type=del size=3488554 2024-07-27T18:40:08.580 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.579+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~CSGWK7V9TJD3.0 size=460853 2024-07-27T18:40:08.582 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.581+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=CSGWK7V9TJD3 tag=4YEQJVWQQYGD type=write size=1509429 2024-07-27T18:40:08.584 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.583+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=BB8I0SSG0QXH type=del size=2304200 2024-07-27T18:40:08.587 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.586+0000 7fd9b0dfe780 1 < suggested update operation key=CFEXWJESTIQM tag=KUM166QIKHR5 type=del size=359940 2024-07-27T18:40:08.588 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.587+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=IGWGHDJG7YF3 type=write size=628572 2024-07-27T18:40:08.590 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.589+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=P09SJ3Y7ADXI type=del 2024-07-27T18:40:08.592 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.591+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~9RZYE5S50ZF1.0 size=995765 2024-07-27T18:40:08.593 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.591+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=9RZYE5S50ZF1 tag=7KTJWBP73PZ0 type=write size=2044341 2024-07-27T18:40:08.594 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.593+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~1DV7STIZEX1F.0 size=1048576 2024-07-27T18:40:08.595 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.594+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~1DV7STIZEX1F.1 size=750695 2024-07-27T18:40:08.597 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.596+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=1DV7STIZEX1F tag=40OEA7YYNBU9 type=write size=2847847 2024-07-27T18:40:08.599 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.598+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=5YP4R7UCEVS9 type=del size=261229 2024-07-27T18:40:08.600 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.599+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=18FPASEH7EFF type=del 2024-07-27T18:40:08.603 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.602+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~DTPAQIV1PE91.0 size=1048576 2024-07-27T18:40:08.604 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.603+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~DTPAQIV1PE91.1 size=1048576 2024-07-27T18:40:08.606 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.605+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~DTPAQIV1PE91.2 size=63493 2024-07-27T18:40:08.606 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.605+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=DTPAQIV1PE91 tag=SLXF582SNQ7N type=write size=3209221 2024-07-27T18:40:08.607 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.606+0000 7fd9b0dfe780 -1 < failed to complete operation key=29DDNRGBR1QU tag=7ESDZFYRD647 type=del size=3848519: (22) Invalid argument 2024-07-27T18:40:08.610 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.609+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~4LJ0WHPIINEL.0 size=1048576 2024-07-27T18:40:08.611 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.610+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~4LJ0WHPIINEL.1 size=1048576 2024-07-27T18:40:08.612 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.611+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~4LJ0WHPIINEL.2 size=1018055 2024-07-27T18:40:08.613 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.611+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=4LJ0WHPIINEL tag=QT37OU5O0IYX type=write size=4163783 2024-07-27T18:40:08.615 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.614+0000 7fd9b0dfe780 1 < suggested update operation key=55DD8ECTT2JA tag=3HLKGWDBMN9O type=del size=327548 2024-07-27T18:40:08.618 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.617+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~KS6MZZ7AHNKW.0 size=1048576 2024-07-27T18:40:08.619 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.618+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~KS6MZZ7AHNKW.1 size=902999 2024-07-27T18:40:08.619 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.618+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=KS6MZZ7AHNKW tag=62MT37XOCFSM type=write size=3000151 2024-07-27T18:40:08.620 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.619+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=P1C4DZN1Z7X5 type=del 2024-07-27T18:40:08.622 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.621+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=C23QVUOJIHCV type=del size=970129 2024-07-27T18:40:08.623 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.622+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~1JDJ128BQ88E.0 size=1048576 2024-07-27T18:40:08.625 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.623+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~1JDJ128BQ88E.1 size=1048576 2024-07-27T18:40:08.626 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.625+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~1JDJ128BQ88E.2 size=676186 2024-07-27T18:40:08.628 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.627+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=1JDJ128BQ88E tag=TNVT2DIQ5XRG type=write size=3821914 2024-07-27T18:40:08.630 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.629+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=4OQJEKT9IBHU type=del size=1053847 2024-07-27T18:40:08.632 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.631+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~2K271COAPJSM.0 size=1048576 2024-07-27T18:40:08.633 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.632+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~2K271COAPJSM.1 size=588320 2024-07-27T18:40:08.635 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.634+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=2K271COAPJSM tag=LT704VUQHYUC type=write size=2685472 2024-07-27T18:40:08.637 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.636+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=CZGLHVUIQ0DB type=del size=2655315 2024-07-27T18:40:08.638 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.637+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~7V05F9ZQ5PU1.0 size=715258 2024-07-27T18:40:08.641 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.640+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=7V05F9ZQ5PU1 tag=H7EFZ4C79MY9 type=write size=1763834 2024-07-27T18:40:08.642 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.641+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=Z31BALPO3Y4P type=del size=3315207 2024-07-27T18:40:08.644 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.642+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~DXJU8AWO5451.0 size=341092 2024-07-27T18:40:08.646 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.645+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=DXJU8AWO5451 tag=FZEB5FNARSCA type=write size=1389668 2024-07-27T18:40:08.647 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.646+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=X5MSG03N5GVX type=del size=3429073 2024-07-27T18:40:08.649 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.648+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~OGA57X5GI1W5.0 size=554940 2024-07-27T18:40:08.651 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.650+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=OGA57X5GI1W5 tag=ATEB2BX6LEAF type=write size=1603516 2024-07-27T18:40:08.653 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.651+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=O0YSLSJU3AV4 type=del size=818821 2024-07-27T18:40:08.654 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.653+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~0YTXGM7SRWSM.0 size=1048576 2024-07-27T18:40:08.655 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.654+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~0YTXGM7SRWSM.1 size=565008 2024-07-27T18:40:08.658 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.657+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=0YTXGM7SRWSM tag=MM84R6JJWN1P type=write size=2662160 2024-07-27T18:40:08.661 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.660+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~7GWT6T0BRRKZ.0 size=1048576 2024-07-27T18:40:08.662 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.661+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~7GWT6T0BRRKZ.1 size=1048576 2024-07-27T18:40:08.663 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.662+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~7GWT6T0BRRKZ.2 size=318997 2024-07-27T18:40:08.663 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.662+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=7GWT6T0BRRKZ tag=G6DM5TOQ12X3 type=write size=3464725 2024-07-27T18:40:08.664 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.663+0000 7fd9b0dfe780 1 < completed write operation key=86SBFWKFIZ50 tag=5B07UE76V1OM type=write size=985809 2024-07-27T18:40:08.667 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.666+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~CG5WWUE6REDJ.0 size=839825 2024-07-27T18:40:08.667 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.666+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=CG5WWUE6REDJ tag=5HBX63DSEC6V type=write size=1888401 2024-07-27T18:40:08.670 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.669+0000 7fd9b0dfe780 1 < suggested remove operation key=55DD8ECTT2JA tag=A7K6GJPB7A91 type=del 2024-07-27T18:40:08.671 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.670+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=VX2L0JKZRDQ5 type=del size=4105524 2024-07-27T18:40:08.675 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.674+0000 7fd9b0dfe780 1 < suggested update operation key=RC22Q26LLIA2 tag=BB8I0SSG0QXH type=del size=2304200 2024-07-27T18:40:08.677 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.676+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~3ZSADFIGNAST.0 size=1048576 2024-07-27T18:40:08.678 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.677+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~3ZSADFIGNAST.1 size=1048576 2024-07-27T18:40:08.680 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.678+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~3ZSADFIGNAST.2 size=641197 2024-07-27T18:40:08.680 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.678+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=3ZSADFIGNAST tag=OPZKTZWSMUKF type=write size=3786925 2024-07-27T18:40:08.681 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.680+0000 7fd9b0dfe780 1 < completed write operation key=X7P4EQ7CB100 tag=IGWGHDJG7YF3 type=write size=628572 2024-07-27T18:40:08.682 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.681+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=8OEA1CSXGMQP type=write size=522366 2024-07-27T18:40:08.683 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.682+0000 7fd9b0dfe780 1 < canceled part key=_multipart_ERT6LG30K8WA.2~9RZYE5S50ZF1.0 size=995765 2024-07-27T18:40:08.685 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.684+0000 7fd9b0dfe780 1 < canceled multipart upload key=ERT6LG30K8WA upload=9RZYE5S50ZF1 tag=7KTJWBP73PZ0 type=write size=2044341 2024-07-27T18:40:08.687 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.686+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=AO3PCKDJLP3F type=del size=1875772 2024-07-27T18:40:08.688 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.687+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=5YP4R7UCEVS9 type=del 2024-07-27T18:40:08.690 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.688+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=DZFZVA88GPSG type=del size=1980513 2024-07-27T18:40:08.691 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.690+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~DTPAQIV1PE91.0 size=1048576 2024-07-27T18:40:08.692 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.691+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~DTPAQIV1PE91.1 size=1048576 2024-07-27T18:40:08.694 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.692+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~DTPAQIV1PE91.2 size=63493 2024-07-27T18:40:08.696 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.695+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=DTPAQIV1PE91 tag=SLXF582SNQ7N type=write size=3209221 2024-07-27T18:40:08.697 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.696+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=F0XB8CA2AB7T type=del size=126747 2024-07-27T18:40:08.699 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.698+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~4LJ0WHPIINEL.0 size=1048576 2024-07-27T18:40:08.700 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.699+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~4LJ0WHPIINEL.1 size=1048576 2024-07-27T18:40:08.701 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.700+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~4LJ0WHPIINEL.2 size=1018055 2024-07-27T18:40:08.703 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.702+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=4LJ0WHPIINEL tag=QT37OU5O0IYX type=write size=4163783 2024-07-27T18:40:08.705 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.704+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=CD2EZZIKN3BC type=del size=3165667 2024-07-27T18:40:08.706 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.705+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~KS6MZZ7AHNKW.0 size=1048576 2024-07-27T18:40:08.707 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.706+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~KS6MZZ7AHNKW.1 size=902999 2024-07-27T18:40:08.710 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.709+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=KS6MZZ7AHNKW tag=62MT37XOCFSM type=write size=3000151 2024-07-27T18:40:08.711 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.710+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=FBHGE4WV5FMF type=del size=598773 2024-07-27T18:40:08.713 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.712+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=C23QVUOJIHCV type=del 2024-07-27T18:40:08.715 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.714+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~LDH94OETVU51.0 size=1048576 2024-07-27T18:40:08.717 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.716+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~LDH94OETVU51.1 size=311371 2024-07-27T18:40:08.717 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.716+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=LDH94OETVU51 tag=CHHXHNZQIP48 type=write size=2408523 2024-07-27T18:40:08.719 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.718+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=4OQJEKT9IBHU type=del 2024-07-27T18:40:08.720 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.719+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=01G45PAIGMCU type=del size=2157022 2024-07-27T18:40:08.722 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.720+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=CZGLHVUIQ0DB type=del 2024-07-27T18:40:08.723 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.722+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=3D3AFSE4Q2B7 type=del size=3976026 2024-07-27T18:40:08.726 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.725+0000 7fd9b0dfe780 1 < suggested remove operation key=29DDNRGBR1QU tag=Z31BALPO3Y4P type=del 2024-07-27T18:40:08.728 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.727+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~10R8SB4C9PSN.0 size=1048576 2024-07-27T18:40:08.730 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.729+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~10R8SB4C9PSN.1 size=1048576 2024-07-27T18:40:08.731 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.730+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~10R8SB4C9PSN.2 size=199339 2024-07-27T18:40:08.731 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.730+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=10R8SB4C9PSN tag=EW8UPF3L427D type=write size=3345067 2024-07-27T18:40:08.732 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.731+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=X5MSG03N5GVX type=del 2024-07-27T18:40:08.736 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.735+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~X2Y0GQOWRR8V.0 size=109137 2024-07-27T18:40:08.736 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.735+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=X2Y0GQOWRR8V tag=Z8ZWQCO2QGK3 type=write size=1157713 2024-07-27T18:40:08.737 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.736+0000 7fd9b0dfe780 1 < canceled operation key=V2SZ9U1AFGCG tag=O0YSLSJU3AV4 type=del size=818821 2024-07-27T18:40:08.740 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.739+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~NC6P74JB5X2W.0 size=87319 2024-07-27T18:40:08.740 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.739+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=NC6P74JB5X2W tag=EBOOJZM1MAFI type=write size=1135895 2024-07-27T18:40:08.741 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.740+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~7GWT6T0BRRKZ.0 size=1048576 2024-07-27T18:40:08.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.741+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~7GWT6T0BRRKZ.1 size=1048576 2024-07-27T18:40:08.744 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.743+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~7GWT6T0BRRKZ.2 size=318997 2024-07-27T18:40:08.746 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.745+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=7GWT6T0BRRKZ tag=G6DM5TOQ12X3 type=write size=3464725 2024-07-27T18:40:08.748 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.747+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=YTKQFM8PVV0O type=del size=61651 2024-07-27T18:40:08.749 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.748+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~CG5WWUE6REDJ.0 size=839825 2024-07-27T18:40:08.752 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.751+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=CG5WWUE6REDJ tag=5HBX63DSEC6V type=write size=1888401 2024-07-27T18:40:08.753 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.752+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=36B5AIPM91VU type=del size=581070 2024-07-27T18:40:08.754 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.753+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=VX2L0JKZRDQ5 type=del 2024-07-27T18:40:08.757 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.756+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~LF72INTNRMUP.0 size=1048576 2024-07-27T18:40:08.758 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.757+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~LF72INTNRMUP.1 size=14799 2024-07-27T18:40:08.758 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.757+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=LF72INTNRMUP tag=Q6Y5DOF7J4AQ type=write size=2111951 2024-07-27T18:40:08.760 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.759+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~3ZSADFIGNAST.0 size=1048576 2024-07-27T18:40:08.761 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.760+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~3ZSADFIGNAST.1 size=1048576 2024-07-27T18:40:08.763 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.761+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~3ZSADFIGNAST.2 size=641197 2024-07-27T18:40:08.765 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.764+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=3ZSADFIGNAST tag=OPZKTZWSMUKF type=write size=3786925 2024-07-27T18:40:08.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.766+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~PP6AKBT9EVTH.0 size=1048576 2024-07-27T18:40:08.769 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.768+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~PP6AKBT9EVTH.1 size=1048576 2024-07-27T18:40:08.770 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.769+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~PP6AKBT9EVTH.2 size=675331 2024-07-27T18:40:08.770 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.769+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=PP6AKBT9EVTH tag=VVXF8U0PFZ7Z type=write size=3821059 2024-07-27T18:40:08.771 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.770+0000 7fd9b0dfe780 1 < completed write operation key=55DD8ECTT2JA tag=8OEA1CSXGMQP type=write size=522366 2024-07-27T18:40:08.773 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.772+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=H4IA123WD243 type=del size=3339614 2024-07-27T18:40:08.775 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.773+0000 7fd9b0dfe780 1 < canceled operation key=55DD8ECTT2JA tag=AO3PCKDJLP3F type=del size=1875772 2024-07-27T18:40:08.776 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.775+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=69DM0968Y02F type=del size=213303 2024-07-27T18:40:08.777 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.776+0000 7fd9b0dfe780 1 < canceled operation key=03QZ740ES4M3 tag=DZFZVA88GPSG type=del size=1980513 2024-07-27T18:40:08.782 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.777+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=XX1OW6NX5T60 type=del size=805073 2024-07-27T18:40:08.782 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.779+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=F0XB8CA2AB7T type=del 2024-07-27T18:40:08.782 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.780+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=TMFL8G7B1IBI type=del size=2708443 2024-07-27T18:40:08.783 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.782+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=CD2EZZIKN3BC type=del 2024-07-27T18:40:08.786 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.784+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~1AMDMDTF7B03.0 size=561184 2024-07-27T18:40:08.786 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.784+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=1AMDMDTF7B03 tag=PJAB06DZNUXD type=write size=1609760 2024-07-27T18:40:08.787 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.786+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=FBHGE4WV5FMF type=del 2024-07-27T18:40:08.790 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.788+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~A431T0A480OE.0 size=1048576 2024-07-27T18:40:08.791 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.790+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~A431T0A480OE.1 size=276061 2024-07-27T18:40:08.792 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.790+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=A431T0A480OE tag=IEF6ZTX88FI6 type=write size=2373213 2024-07-27T18:40:08.792 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.791+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~LDH94OETVU51.0 size=1048576 2024-07-27T18:40:08.793 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.792+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~LDH94OETVU51.1 size=311371 2024-07-27T18:40:08.796 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.795+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=LDH94OETVU51 tag=CHHXHNZQIP48 type=write size=2408523 2024-07-27T18:40:08.797 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.796+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=5OZ6YUDHI224 type=del size=1833827 2024-07-27T18:40:08.799 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.798+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=01G45PAIGMCU type=del 2024-07-27T18:40:08.800 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.799+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=Q70S7QEI63ZN type=write size=802463 2024-07-27T18:40:08.803 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.802+0000 7fd9b0dfe780 1 < suggested remove operation key=351SUKW6MLKV tag=3D3AFSE4Q2B7 type=del 2024-07-27T18:40:08.804 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.803+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=IYKN5ARHZQ80 type=del size=1454716 2024-07-27T18:40:08.806 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.805+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~10R8SB4C9PSN.0 size=1048576 2024-07-27T18:40:08.807 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.806+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~10R8SB4C9PSN.1 size=1048576 2024-07-27T18:40:08.808 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.807+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~10R8SB4C9PSN.2 size=199339 2024-07-27T18:40:08.812 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.810+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=10R8SB4C9PSN tag=EW8UPF3L427D type=write size=3345067 2024-07-27T18:40:08.813 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.811+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=G1K7UA1VL3AG type=del size=2731427 2024-07-27T18:40:08.814 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.813+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~X2Y0GQOWRR8V.0 size=109137 2024-07-27T18:40:08.817 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.815+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=X2Y0GQOWRR8V tag=Z8ZWQCO2QGK3 type=write size=1157713 2024-07-27T18:40:08.819 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.818+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~DQ1XNA3SPZ35.0 size=1010696 2024-07-27T18:40:08.819 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.818+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=DQ1XNA3SPZ35 tag=N59SUNCXC513 type=write size=2059272 2024-07-27T18:40:08.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.820+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~NC6P74JB5X2W.0 size=87319 2024-07-27T18:40:08.823 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.822+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=NC6P74JB5X2W tag=EBOOJZM1MAFI type=write size=1135895 2024-07-27T18:40:08.825 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.824+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=FDS207UZOIT1 type=write size=277982 2024-07-27T18:40:08.826 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.825+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=YTKQFM8PVV0O type=del 2024-07-27T18:40:08.829 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.828+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~W312A1JD656M.0 size=474558 2024-07-27T18:40:08.829 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.828+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=W312A1JD656M tag=7EO4FO484X6O type=write size=1523134 2024-07-27T18:40:08.831 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.830+0000 7fd9b0dfe780 -1 < failed to complete operation key=351SUKW6MLKV tag=36B5AIPM91VU type=del size=581070: (22) Invalid argument 2024-07-27T18:40:08.834 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.833+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~19KT6MVWH163.0 size=1048576 2024-07-27T18:40:08.836 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.835+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~19KT6MVWH163.1 size=1048576 2024-07-27T18:40:08.837 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.836+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~19KT6MVWH163.2 size=896443 2024-07-27T18:40:08.837 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.836+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=19KT6MVWH163 tag=9RFZWYYR8NE8 type=write size=4042171 2024-07-27T18:40:08.838 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.837+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~LF72INTNRMUP.0 size=1048576 2024-07-27T18:40:08.840 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.839+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~LF72INTNRMUP.1 size=14799 2024-07-27T18:40:08.843 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.842+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=LF72INTNRMUP tag=Q6Y5DOF7J4AQ type=write size=2111951 2024-07-27T18:40:08.844 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.843+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=EPW7CBZFSAPZ type=write size=805405 2024-07-27T18:40:08.845 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.844+0000 7fd9b0dfe780 1 < canceled part key=_multipart_IGKNZEI10405.2~PP6AKBT9EVTH.0 size=1048576 2024-07-27T18:40:08.846 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.845+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~PP6AKBT9EVTH.1 size=1048576 2024-07-27T18:40:08.847 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.846+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~PP6AKBT9EVTH.2 size=675331 2024-07-27T18:40:08.850 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.849+0000 7fd9b0dfe780 1 < canceled multipart upload key=IGKNZEI10405 upload=PP6AKBT9EVTH tag=VVXF8U0PFZ7Z type=write size=3821059 2024-07-27T18:40:08.854 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.853+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~3Q0MD5T0KYMH.0 size=1048576 2024-07-27T18:40:08.855 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.854+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~3Q0MD5T0KYMH.1 size=858797 2024-07-27T18:40:08.855 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.854+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=3Q0MD5T0KYMH tag=K2QSH4LJPN9I type=write size=2955949 2024-07-27T18:40:08.857 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.856+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=H4IA123WD243 type=del 2024-07-27T18:40:08.860 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.859+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~EZTPIXZMMIC4.0 size=1048576 2024-07-27T18:40:08.862 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.861+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~EZTPIXZMMIC4.1 size=1036972 2024-07-27T18:40:08.862 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.861+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=EZTPIXZMMIC4 tag=L5C219HEJF3Z type=write size=3134124 2024-07-27T18:40:08.865 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.864+0000 7fd9b0dfe780 1 < suggested remove operation key=BQPHSDB02Z8O tag=69DM0968Y02F type=del 2024-07-27T18:40:08.866 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.865+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=LDJPX0NCN174 type=del size=63711 2024-07-27T18:40:08.868 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.867+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=XX1OW6NX5T60 type=del 2024-07-27T18:40:08.870 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.869+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~2X875CL19ZDT.0 size=483528 2024-07-27T18:40:08.871 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.869+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=2X875CL19ZDT tag=AV50QKXVCE0L type=write size=1532104 2024-07-27T18:40:08.872 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.871+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=TMFL8G7B1IBI type=del 2024-07-27T18:40:08.876 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.875+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~TNHH5A3A75DW.0 size=810154 2024-07-27T18:40:08.876 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.875+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=TNHH5A3A75DW tag=SZR94PIFE269 type=write size=1858730 2024-07-27T18:40:08.878 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.877+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~1AMDMDTF7B03.0 size=561184 2024-07-27T18:40:08.881 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.880+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=1AMDMDTF7B03 tag=PJAB06DZNUXD type=write size=1609760 2024-07-27T18:40:08.882 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.881+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=I2OA0P56YL4T type=del size=2717987 2024-07-27T18:40:08.884 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.883+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~A431T0A480OE.0 size=1048576 2024-07-27T18:40:08.885 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.884+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~A431T0A480OE.1 size=276061 2024-07-27T18:40:08.888 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.886+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=A431T0A480OE tag=IEF6ZTX88FI6 type=write size=2373213 2024-07-27T18:40:08.890 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.889+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~FFT2WK4CVPO6.0 size=1048576 2024-07-27T18:40:08.891 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.890+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~FFT2WK4CVPO6.1 size=1048576 2024-07-27T18:40:08.893 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.892+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~FFT2WK4CVPO6.2 size=973078 2024-07-27T18:40:08.893 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.892+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=FFT2WK4CVPO6 tag=IPAE6CDF4S7X type=write size=4118806 2024-07-27T18:40:08.896 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.894+0000 7fd9b0dfe780 1 < suggested remove operation key=39IO5R6BZ3YC tag=5OZ6YUDHI224 type=del 2024-07-27T18:40:08.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.897+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~C4N7BGIAD5LT.0 size=1930 2024-07-27T18:40:08.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.897+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=C4N7BGIAD5LT tag=YWQJ82YZRHW0 type=write size=1050506 2024-07-27T18:40:08.901 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.900+0000 7fd9b0dfe780 1 < suggested remove operation key=RC22Q26LLIA2 tag=Q70S7QEI63ZN type=write 2024-07-27T18:40:08.902 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.901+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=GMAJZVC7NMIK type=del size=2508600 2024-07-27T18:40:08.904 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.903+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=IYKN5ARHZQ80 type=del 2024-07-27T18:40:08.906 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.904+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=LSWINDHUTQ9H type=del size=3015512 2024-07-27T18:40:08.908 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.906+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=G1K7UA1VL3AG type=del 2024-07-27T18:40:08.909 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.908+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=WSSERT3JPC4L type=del size=2805609 2024-07-27T18:40:08.911 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.910+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~DQ1XNA3SPZ35.0 size=1010696 2024-07-27T18:40:08.913 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.912+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=DQ1XNA3SPZ35 tag=N59SUNCXC513 type=write size=2059272 2024-07-27T18:40:08.915 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.914+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=N846KH6KSJ61 type=del size=1757428 2024-07-27T18:40:08.917 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.916+0000 7fd9b0dfe780 1 < completed write operation key=6P6RR9NVCRT1 tag=FDS207UZOIT1 type=write size=277982 2024-07-27T18:40:08.920 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.919+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~AG1EFAH20IGA.0 size=1048576 2024-07-27T18:40:08.921 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.920+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~AG1EFAH20IGA.1 size=1048576 2024-07-27T18:40:08.923 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.922+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~AG1EFAH20IGA.2 size=183040 2024-07-27T18:40:08.923 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.922+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=AG1EFAH20IGA tag=ADZ6VIC5CTFJ type=write size=3328768 2024-07-27T18:40:08.925 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.924+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~W312A1JD656M.0 size=474558 2024-07-27T18:40:08.927 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.926+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=W312A1JD656M tag=7EO4FO484X6O type=write size=1523134 2024-07-27T18:40:08.929 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.928+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=C1VR7A8A3IL0 type=del size=2453409 2024-07-27T18:40:08.931 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.930+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~19KT6MVWH163.0 size=1048576 2024-07-27T18:40:08.933 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.931+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~19KT6MVWH163.1 size=1048576 2024-07-27T18:40:08.933 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.931+0000 7fd9b0dfe780 1 < canceled part key=_multipart_PV35EIWWUMCU.2~19KT6MVWH163.2 size=896443 2024-07-27T18:40:08.935 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.934+0000 7fd9b0dfe780 1 < canceled multipart upload key=PV35EIWWUMCU upload=19KT6MVWH163 tag=9RFZWYYR8NE8 type=write size=4042171 2024-07-27T18:40:08.937 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.936+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=6XBB8WLMX7QF type=write size=270225 2024-07-27T18:40:08.938 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.937+0000 7fd9b0dfe780 1 < completed write operation key=E9XS4B44ASV1 tag=EPW7CBZFSAPZ type=write size=805405 2024-07-27T18:40:08.940 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.939+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=7HXI8937PEKB type=del size=1355970 2024-07-27T18:40:08.942 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.940+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~3Q0MD5T0KYMH.0 size=1048576 2024-07-27T18:40:08.943 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.942+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~3Q0MD5T0KYMH.1 size=858797 2024-07-27T18:40:08.945 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.944+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=3Q0MD5T0KYMH tag=K2QSH4LJPN9I type=write size=2955949 2024-07-27T18:40:08.949 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.948+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~XAW884V72VF5.0 size=1048576 2024-07-27T18:40:08.950 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.949+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~XAW884V72VF5.1 size=1048576 2024-07-27T18:40:08.952 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.950+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~XAW884V72VF5.2 size=162530 2024-07-27T18:40:08.952 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.950+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=XAW884V72VF5 tag=P82OY7UTCP0W type=write size=3308258 2024-07-27T18:40:08.953 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.952+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~EZTPIXZMMIC4.0 size=1048576 2024-07-27T18:40:08.955 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.954+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~EZTPIXZMMIC4.1 size=1036972 2024-07-27T18:40:08.957 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.956+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=EZTPIXZMMIC4 tag=L5C219HEJF3Z type=write size=3134124 2024-07-27T18:40:08.960 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.959+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~299B47YE28EY.0 size=1048576 2024-07-27T18:40:08.961 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.960+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~299B47YE28EY.1 size=909295 2024-07-27T18:40:08.961 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.960+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=299B47YE28EY tag=OV94TZV9VKNO type=write size=3006447 2024-07-27T18:40:08.963 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.962+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=LDJPX0NCN174 type=del 2024-07-27T18:40:08.964 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.963+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=OLZM7P3Y5WZJ type=del size=2338497 2024-07-27T18:40:08.966 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.965+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~2X875CL19ZDT.0 size=483528 2024-07-27T18:40:08.968 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.967+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=2X875CL19ZDT tag=AV50QKXVCE0L type=write size=1532104 2024-07-27T18:40:08.970 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.969+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=1HX4V9ZMHDOW type=del size=666994 2024-07-27T18:40:08.971 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.970+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~TNHH5A3A75DW.0 size=810154 2024-07-27T18:40:08.974 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.973+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=TNHH5A3A75DW tag=SZR94PIFE269 type=write size=1858730 2024-07-27T18:40:08.975 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.974+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=MIEJ91FKRUEB type=del size=231101 2024-07-27T18:40:08.978 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.977+0000 7fd9b0dfe780 1 < suggested remove operation key=FXYU6A8CU9F0 tag=I2OA0P56YL4T type=del 2024-07-27T18:40:08.979 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.978+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=NZPMIAGWUW3S type=del size=3149033 2024-07-27T18:40:08.981 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.980+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~FFT2WK4CVPO6.0 size=1048576 2024-07-27T18:40:08.982 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.981+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~FFT2WK4CVPO6.1 size=1048576 2024-07-27T18:40:08.983 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.982+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~FFT2WK4CVPO6.2 size=973078 2024-07-27T18:40:08.986 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.985+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=FFT2WK4CVPO6 tag=IPAE6CDF4S7X type=write size=4118806 2024-07-27T18:40:08.988 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.986+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=ZCQTE09DVD5G type=write size=401399 2024-07-27T18:40:08.989 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.988+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~C4N7BGIAD5LT.0 size=1930 2024-07-27T18:40:08.992 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.991+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=C4N7BGIAD5LT tag=YWQJ82YZRHW0 type=write size=1050506 2024-07-27T18:40:08.995 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.994+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~2MRXWM7J3EVF.0 size=391867 2024-07-27T18:40:08.995 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.994+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=2MRXWM7J3EVF tag=P9RCSQ7P3C75 type=write size=1440443 2024-07-27T18:40:08.997 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.995+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=GMAJZVC7NMIK type=del 2024-07-27T18:40:08.998 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.997+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=S0FOOMLOZIGC type=write size=587596 2024-07-27T18:40:09.000 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:08.999+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=LSWINDHUTQ9H type=del 2024-07-27T18:40:09.001 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.000+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=OI9E84BI3FQC type=write size=373737 2024-07-27T18:40:09.003 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.002+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=WSSERT3JPC4L type=del 2024-07-27T18:40:09.004 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.003+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=KO60JM6SC9XV type=del size=1947072 2024-07-27T18:40:09.006 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.005+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=N846KH6KSJ61 type=del 2024-07-27T18:40:09.007 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.006+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=CVX8Q22LH2LU type=del size=4150175 2024-07-27T18:40:09.009 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.008+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~AG1EFAH20IGA.0 size=1048576 2024-07-27T18:40:09.010 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.009+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~AG1EFAH20IGA.1 size=1048576 2024-07-27T18:40:09.010 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.009+0000 7fd9b0dfe780 1 < canceled part key=_multipart_YYNGWXPBKSFI.2~AG1EFAH20IGA.2 size=183040 2024-07-27T18:40:09.013 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.012+0000 7fd9b0dfe780 1 < canceled multipart upload key=YYNGWXPBKSFI upload=AG1EFAH20IGA tag=ADZ6VIC5CTFJ type=write size=3328768 2024-07-27T18:40:09.016 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.014+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~JY60UDUAUBYI.0 size=1048576 2024-07-27T18:40:09.017 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.016+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~JY60UDUAUBYI.1 size=1048576 2024-07-27T18:40:09.018 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.017+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~JY60UDUAUBYI.2 size=888013 2024-07-27T18:40:09.018 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.017+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=JY60UDUAUBYI tag=TJGQ9CS8O8X4 type=write size=4033741 2024-07-27T18:40:09.020 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.018+0000 7fd9b0dfe780 1 < canceled operation key=T7BZCFBSZM95 tag=C1VR7A8A3IL0 type=del size=2453409 2024-07-27T18:40:09.022 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.021+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~KDKSNSWM7O5E.0 size=1048576 2024-07-27T18:40:09.023 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.022+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~KDKSNSWM7O5E.1 size=1048576 2024-07-27T18:40:09.025 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.024+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~KDKSNSWM7O5E.2 size=1020607 2024-07-27T18:40:09.025 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.024+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=KDKSNSWM7O5E tag=PXXNRQKGSODW type=write size=4166335 2024-07-27T18:40:09.026 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.025+0000 7fd9b0dfe780 1 < completed write operation key=39IO5R6BZ3YC tag=6XBB8WLMX7QF type=write size=270225 2024-07-27T18:40:09.028 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.027+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=1WY1UN9CDO0M type=write size=965540 2024-07-27T18:40:09.029 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.028+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=7HXI8937PEKB type=del 2024-07-27T18:40:09.031 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.030+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=N9KKYC2UG1T5 type=del size=1315677 2024-07-27T18:40:09.032 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.031+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~XAW884V72VF5.0 size=1048576 2024-07-27T18:40:09.034 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.033+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~XAW884V72VF5.1 size=1048576 2024-07-27T18:40:09.035 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.034+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~XAW884V72VF5.2 size=162530 2024-07-27T18:40:09.038 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.037+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=XAW884V72VF5 tag=P82OY7UTCP0W type=write size=3308258 2024-07-27T18:40:09.039 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.038+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=WRGAYQ27IKX8 type=del size=262678 2024-07-27T18:40:09.041 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.040+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~299B47YE28EY.0 size=1048576 2024-07-27T18:40:09.043 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.042+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~299B47YE28EY.1 size=909295 2024-07-27T18:40:09.045 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.044+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=299B47YE28EY tag=OV94TZV9VKNO type=write size=3006447 2024-07-27T18:40:09.047 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.046+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=CXQUDBI2X5QL type=del size=3129447 2024-07-27T18:40:09.048 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.047+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=OLZM7P3Y5WZJ type=del 2024-07-27T18:40:09.051 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.050+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~79HMRK8OLLLX.0 size=614254 2024-07-27T18:40:09.051 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.050+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=79HMRK8OLLLX tag=QXKGB1YU4Z8A type=write size=1662830 2024-07-27T18:40:09.055 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.054+0000 7fd9b0dfe780 1 < suggested update operation key=V2SZ9U1AFGCG tag=1HX4V9ZMHDOW type=del size=666994 2024-07-27T18:40:09.056 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.055+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=WM1H1DT8HRBG type=write size=616959 2024-07-27T18:40:09.058 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.056+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=MIEJ91FKRUEB type=del 2024-07-27T18:40:09.059 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.058+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=19M74WG0N3X0 type=write size=417536 2024-07-27T18:40:09.061 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.060+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=NZPMIAGWUW3S type=del 2024-07-27T18:40:09.064 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.063+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~RQ8MIRL74QBO.0 size=1048576 2024-07-27T18:40:09.065 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.064+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~RQ8MIRL74QBO.1 size=1048576 2024-07-27T18:40:09.067 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.065+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~RQ8MIRL74QBO.2 size=708394 2024-07-27T18:40:09.067 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.066+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=RQ8MIRL74QBO tag=186CBANCM7VQ type=write size=3854122 2024-07-27T18:40:09.068 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.067+0000 7fd9b0dfe780 1 < completed write operation key=PV35EIWWUMCU tag=ZCQTE09DVD5G type=write size=401399 2024-07-27T18:40:09.071 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.070+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~6H98ITV5F3ZM.0 size=564194 2024-07-27T18:40:09.071 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.070+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=6H98ITV5F3ZM tag=T3YTV3PVFZD6 type=write size=1612770 2024-07-27T18:40:09.073 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.072+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~2MRXWM7J3EVF.0 size=391867 2024-07-27T18:40:09.076 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.074+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=2MRXWM7J3EVF tag=P9RCSQ7P3C75 type=write size=1440443 2024-07-27T18:40:09.077 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.076+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=AZAFWI6Z1Y2P type=del size=2887831 2024-07-27T18:40:09.081 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.080+0000 7fd9b0dfe780 1 < suggested remove operation key=8I5MBVTQCDVV tag=S0FOOMLOZIGC type=write 2024-07-27T18:40:09.084 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.083+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~E153XHUBLIT4.0 size=1048576 2024-07-27T18:40:09.086 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.084+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~E153XHUBLIT4.1 size=233373 2024-07-27T18:40:09.086 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.084+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=E153XHUBLIT4 tag=MWB12JZP959W type=write size=2330525 2024-07-27T18:40:09.087 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.086+0000 7fd9b0dfe780 1 < completed write operation key=P8NVZQG528UI tag=OI9E84BI3FQC type=write size=373737 2024-07-27T18:40:09.089 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.088+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=S488J271HE76 type=del size=3137371 2024-07-27T18:40:09.092 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.091+0000 7fd9b0dfe780 1 < suggested remove operation key=BQPHSDB02Z8O tag=KO60JM6SC9XV type=del 2024-07-27T18:40:09.094 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.093+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=8AMB5S8FSD26 type=write size=1038112 2024-07-27T18:40:09.096 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.095+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=CVX8Q22LH2LU type=del 2024-07-27T18:40:09.099 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.098+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~MYP3ZF8Z4IDV.0 size=1048576 2024-07-27T18:40:09.100 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.099+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~MYP3ZF8Z4IDV.1 size=1048576 2024-07-27T18:40:09.101 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.100+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~MYP3ZF8Z4IDV.2 size=783787 2024-07-27T18:40:09.101 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.100+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=MYP3ZF8Z4IDV tag=IW1V4YQD0K4P type=write size=3929515 2024-07-27T18:40:09.103 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.102+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~JY60UDUAUBYI.0 size=1048576 2024-07-27T18:40:09.104 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.103+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~JY60UDUAUBYI.1 size=1048576 2024-07-27T18:40:09.105 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.104+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~JY60UDUAUBYI.2 size=888013 2024-07-27T18:40:09.108 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.107+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=JY60UDUAUBYI tag=TJGQ9CS8O8X4 type=write size=4033741 2024-07-27T18:40:09.110 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.109+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=BUWP7OI9DIBC type=write size=354824 2024-07-27T18:40:09.110 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.109+0000 7fd9b0dfe780 1 < canceled part key=_multipart_O54I6ACW6PJQ.2~KDKSNSWM7O5E.0 size=1048576 2024-07-27T18:40:09.112 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.110+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~KDKSNSWM7O5E.1 size=1048576 2024-07-27T18:40:09.113 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.112+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~KDKSNSWM7O5E.2 size=1020607 2024-07-27T18:40:09.116 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.114+0000 7fd9b0dfe780 1 < canceled multipart upload key=O54I6ACW6PJQ upload=KDKSNSWM7O5E tag=PXXNRQKGSODW type=write size=4166335 2024-07-27T18:40:09.117 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.116+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=8AWPMLOE0EY0 type=del size=229319 2024-07-27T18:40:09.123 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.119+0000 7fd9b0dfe780 1 < suggested update operation key=E9XS4B44ASV1 tag=1WY1UN9CDO0M type=write size=965540 2024-07-27T18:40:09.123 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.121+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=34KHLQLORMHE type=del size=3409670 2024-07-27T18:40:09.125 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.124+0000 7fd9b0dfe780 1 < suggested remove operation key=ERT6LG30K8WA tag=N9KKYC2UG1T5 type=del 2024-07-27T18:40:09.126 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.125+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=RIUC61QAAHJ9 type=del size=3039766 2024-07-27T18:40:09.128 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.127+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=WRGAYQ27IKX8 type=del 2024-07-27T18:40:09.129 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.128+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=H3XEVAYNJ9V9 type=del size=1718250 2024-07-27T18:40:09.131 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.130+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=CXQUDBI2X5QL type=del 2024-07-27T18:40:09.133 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.132+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=87D2VU7KWXFH type=write size=608449 2024-07-27T18:40:09.135 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.134+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~79HMRK8OLLLX.0 size=614254 2024-07-27T18:40:09.137 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.136+0000 7fd9b0dfe780 1 < completed multipart upload key=X7P4EQ7CB100 upload=79HMRK8OLLLX tag=QXKGB1YU4Z8A type=write size=1662830 2024-07-27T18:40:09.141 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.140+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~WSE52U7NR729.0 size=1048576 2024-07-27T18:40:09.142 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.141+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~WSE52U7NR729.1 size=114886 2024-07-27T18:40:09.142 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.141+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=WSE52U7NR729 tag=5HHZ525H8H8Y type=write size=2212038 2024-07-27T18:40:09.143 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.142+0000 7fd9b0dfe780 1 < completed write operation key=CFEXWJESTIQM tag=WM1H1DT8HRBG type=write size=616959 2024-07-27T18:40:09.145 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.144+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=S7URVVE09S4J type=write size=598519 2024-07-27T18:40:09.146 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.145+0000 7fd9b0dfe780 1 < completed write operation key=95K99DI46WJ8 tag=19M74WG0N3X0 type=write size=417536 2024-07-27T18:40:09.148 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.147+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=XJNBYRO6560M type=del size=3177293 2024-07-27T18:40:09.150 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.149+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~RQ8MIRL74QBO.0 size=1048576 2024-07-27T18:40:09.151 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.150+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~RQ8MIRL74QBO.1 size=1048576 2024-07-27T18:40:09.153 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.152+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~RQ8MIRL74QBO.2 size=708394 2024-07-27T18:40:09.156 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.155+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=RQ8MIRL74QBO tag=186CBANCM7VQ type=write size=3854122 2024-07-27T18:40:09.159 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.158+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=H7AH5V7WI84S type=del size=4176324 2024-07-27T18:40:09.162 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.161+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~6H98ITV5F3ZM.0 size=564194 2024-07-27T18:40:09.164 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.163+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=6H98ITV5F3ZM tag=T3YTV3PVFZD6 type=write size=1612770 2024-07-27T18:40:09.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.165+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=5I4CTO3JTL58 type=del size=1834531 2024-07-27T18:40:09.167 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.166+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=AZAFWI6Z1Y2P type=del 2024-07-27T18:40:09.170 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.169+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~91XC351FUW37.0 size=419006 2024-07-27T18:40:09.170 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.169+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=91XC351FUW37 tag=0NY9JNRIK7IB type=write size=1467582 2024-07-27T18:40:09.172 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.170+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~E153XHUBLIT4.0 size=1048576 2024-07-27T18:40:09.173 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.172+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~E153XHUBLIT4.1 size=233373 2024-07-27T18:40:09.176 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.174+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=E153XHUBLIT4 tag=MWB12JZP959W type=write size=2330525 2024-07-27T18:40:09.178 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.177+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~V5RJZY941YOK.0 size=1048576 2024-07-27T18:40:09.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.179+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~V5RJZY941YOK.1 size=577093 2024-07-27T18:40:09.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.179+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=V5RJZY941YOK tag=G5BGFGUQKQNZ type=write size=2674245 2024-07-27T18:40:09.181 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.180+0000 7fd9b0dfe780 1 < canceled operation key=29DDNRGBR1QU tag=S488J271HE76 type=del size=3137371 2024-07-27T18:40:09.183 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.182+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=PQFZUHTD5OGL type=del size=3969688 2024-07-27T18:40:09.184 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.183+0000 7fd9b0dfe780 1 < completed write operation key=PV35EIWWUMCU tag=8AMB5S8FSD26 type=write size=1038112 2024-07-27T18:40:09.187 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.186+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~K66K5XK00248.0 size=1048576 2024-07-27T18:40:09.188 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.187+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~K66K5XK00248.1 size=412164 2024-07-27T18:40:09.189 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.187+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=K66K5XK00248 tag=W8RF3XZ20EHJ type=write size=2509316 2024-07-27T18:40:09.190 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.189+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~MYP3ZF8Z4IDV.0 size=1048576 2024-07-27T18:40:09.191 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.190+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~MYP3ZF8Z4IDV.1 size=1048576 2024-07-27T18:40:09.191 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.190+0000 7fd9b0dfe780 1 < canceled part key=_multipart_8I5MBVTQCDVV.2~MYP3ZF8Z4IDV.2 size=783787 2024-07-27T18:40:09.194 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.193+0000 7fd9b0dfe780 1 < canceled multipart upload key=8I5MBVTQCDVV upload=MYP3ZF8Z4IDV tag=IW1V4YQD0K4P type=write size=3929515 2024-07-27T18:40:09.196 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.195+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=LB1CXH9DMCP0 type=write size=42610 2024-07-27T18:40:09.197 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.196+0000 7fd9b0dfe780 1 < completed write operation key=39IO5R6BZ3YC tag=BUWP7OI9DIBC type=write size=354824 2024-07-27T18:40:09.199 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.198+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=1C91WSSSHAIG type=del size=1174836 2024-07-27T18:40:09.201 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.200+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=8AWPMLOE0EY0 type=del 2024-07-27T18:40:09.203 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.202+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~9Z0UQGFHN9PR.0 size=875749 2024-07-27T18:40:09.203 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.202+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=9Z0UQGFHN9PR tag=QO4LVJY2PNXV type=write size=1924325 2024-07-27T18:40:09.205 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.204+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=34KHLQLORMHE type=del 2024-07-27T18:40:09.206 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.205+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=WXADPCRH4XCC type=del size=1543763 2024-07-27T18:40:09.208 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.207+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=RIUC61QAAHJ9 type=del 2024-07-27T18:40:09.211 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.210+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~2QYD08L3A2YO.0 size=1048576 2024-07-27T18:40:09.212 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.211+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~2QYD08L3A2YO.1 size=985025 2024-07-27T18:40:09.213 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.211+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=2QYD08L3A2YO tag=M4XK3G94UHWZ type=write size=3082177 2024-07-27T18:40:09.214 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.213+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=H3XEVAYNJ9V9 type=del 2024-07-27T18:40:09.216 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.214+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=4AHJ50XY91WQ type=del size=3161613 2024-07-27T18:40:09.219 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.217+0000 7fd9b0dfe780 1 < suggested update operation key=P8NVZQG528UI tag=87D2VU7KWXFH type=write size=608449 2024-07-27T18:40:09.221 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.219+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=E6T7YR52T7P8 type=del size=1282508 2024-07-27T18:40:09.222 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.221+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~WSE52U7NR729.0 size=1048576 2024-07-27T18:40:09.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.222+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~WSE52U7NR729.1 size=114886 2024-07-27T18:40:09.226 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.225+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=WSE52U7NR729 tag=5HHZ525H8H8Y type=write size=2212038 2024-07-27T18:40:09.228 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.227+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=R1NTT3JV4W8I type=write size=253394 2024-07-27T18:40:09.230 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.228+0000 7fd9b0dfe780 -1 < failed to complete operation key=P8NVZQG528UI tag=S7URVVE09S4J type=write size=598519: (22) Invalid argument 2024-07-27T18:40:09.232 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.231+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~QGS3I52UWHZV.0 size=1048576 2024-07-27T18:40:09.233 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.232+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~QGS3I52UWHZV.1 size=740838 2024-07-27T18:40:09.234 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.232+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=QGS3I52UWHZV tag=5VURZJPPKSQ8 type=write size=2837990 2024-07-27T18:40:09.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.234+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=XJNBYRO6560M type=del 2024-07-27T18:40:09.238 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.237+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~08VM10FRWFIK.0 size=145942 2024-07-27T18:40:09.238 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.237+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=08VM10FRWFIK tag=2BER66K7FG74 type=write size=1194518 2024-07-27T18:40:09.241 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.240+0000 7fd9b0dfe780 1 < suggested remove operation key=BQPHSDB02Z8O tag=H7AH5V7WI84S type=del 2024-07-27T18:40:09.242 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.241+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=BVPDJUIOVE7Z type=del size=922910 2024-07-27T18:40:09.244 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.243+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=5I4CTO3JTL58 type=del 2024-07-27T18:40:09.246 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.244+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=BLTR3TWM64WJ type=write size=89333 2024-07-27T18:40:09.247 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.246+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~91XC351FUW37.0 size=419006 2024-07-27T18:40:09.250 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.249+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=91XC351FUW37 tag=0NY9JNRIK7IB type=write size=1467582 2024-07-27T18:40:09.251 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.250+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=G9U4T3WOR6JM type=del size=1927587 2024-07-27T18:40:09.253 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.252+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~V5RJZY941YOK.0 size=1048576 2024-07-27T18:40:09.253 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.252+0000 7fd9b0dfe780 1 < canceled part key=_multipart_V2SZ9U1AFGCG.2~V5RJZY941YOK.1 size=577093 2024-07-27T18:40:09.256 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.255+0000 7fd9b0dfe780 1 < canceled multipart upload key=V2SZ9U1AFGCG upload=V5RJZY941YOK tag=G5BGFGUQKQNZ type=write size=2674245 2024-07-27T18:40:09.259 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.258+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~DNM29BJV3N7Q.0 size=729085 2024-07-27T18:40:09.259 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.258+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=DNM29BJV3N7Q tag=0388NC6G01CE type=write size=1777661 2024-07-27T18:40:09.260 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.259+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=PQFZUHTD5OGL type=del 2024-07-27T18:40:09.263 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.262+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~3TRZP72BN82K.0 size=608630 2024-07-27T18:40:09.263 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.262+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=3TRZP72BN82K tag=TG1O08KDUOGQ type=write size=1657206 2024-07-27T18:40:09.265 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.263+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~K66K5XK00248.0 size=1048576 2024-07-27T18:40:09.266 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.265+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~K66K5XK00248.1 size=412164 2024-07-27T18:40:09.268 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.267+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=K66K5XK00248 tag=W8RF3XZ20EHJ type=write size=2509316 2024-07-27T18:40:09.270 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.269+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=05XAUAKERKHC type=del size=2434661 2024-07-27T18:40:09.272 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.271+0000 7fd9b0dfe780 -1 < failed to complete operation key=P8NVZQG528UI tag=LB1CXH9DMCP0 type=write size=42610: (22) Invalid argument 2024-07-27T18:40:09.275 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.274+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~O35EP2R7V3J4.0 size=692405 2024-07-27T18:40:09.275 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.274+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=O35EP2R7V3J4 tag=HU94C9M4L211 type=write size=1740981 2024-07-27T18:40:09.276 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.275+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=1C91WSSSHAIG type=del 2024-07-27T18:40:09.278 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.277+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=8EE3C840D93S type=del size=156833 2024-07-27T18:40:09.279 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.278+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~9Z0UQGFHN9PR.0 size=875749 2024-07-27T18:40:09.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.281+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=9Z0UQGFHN9PR tag=QO4LVJY2PNXV type=write size=1924325 2024-07-27T18:40:09.284 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.283+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=7U6PHG8IDLJC type=del size=1923523 2024-07-27T18:40:09.286 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.285+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=WXADPCRH4XCC type=del 2024-07-27T18:40:09.287 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.286+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=BOCKCOMH46G6 type=write size=255874 2024-07-27T18:40:09.289 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.288+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~2QYD08L3A2YO.0 size=1048576 2024-07-27T18:40:09.290 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.289+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~2QYD08L3A2YO.1 size=985025 2024-07-27T18:40:09.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.292+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=2QYD08L3A2YO tag=M4XK3G94UHWZ type=write size=3082177 2024-07-27T18:40:09.295 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.294+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=GT9SYEFLU80U type=del size=2196307 2024-07-27T18:40:09.296 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.295+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=4AHJ50XY91WQ type=del 2024-07-27T18:40:09.298 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.297+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=44VD0FA0HFDI type=del size=3620918 2024-07-27T18:40:09.300 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.299+0000 7fd9b0dfe780 1 < canceled operation key=ERT6LG30K8WA tag=E6T7YR52T7P8 type=del size=1282508 2024-07-27T18:40:09.301 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.300+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=3NLB48VJ8CHK type=del size=2365819 2024-07-27T18:40:09.303 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.302+0000 7fd9b0dfe780 1 < completed write operation key=FXYU6A8CU9F0 tag=R1NTT3JV4W8I type=write size=253394 2024-07-27T18:40:09.304 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.303+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=38VWAZMV3MUS type=del size=3278875 2024-07-27T18:40:09.306 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.305+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~QGS3I52UWHZV.0 size=1048576 2024-07-27T18:40:09.307 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.306+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~QGS3I52UWHZV.1 size=740838 2024-07-27T18:40:09.310 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.309+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=QGS3I52UWHZV tag=5VURZJPPKSQ8 type=write size=2837990 2024-07-27T18:40:09.311 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.310+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=LXRKA64KRSW9 type=del size=3600874 2024-07-27T18:40:09.313 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.312+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~08VM10FRWFIK.0 size=145942 2024-07-27T18:40:09.315 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.314+0000 7fd9b0dfe780 1 < completed multipart upload key=X7P4EQ7CB100 upload=08VM10FRWFIK tag=2BER66K7FG74 type=write size=1194518 2024-07-27T18:40:09.317 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.316+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=FRI31WCP6109 type=del size=2495718 2024-07-27T18:40:09.319 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.318+0000 7fd9b0dfe780 1 < canceled operation key=39IO5R6BZ3YC tag=BVPDJUIOVE7Z type=del size=922910 2024-07-27T18:40:09.322 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.321+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~V7P3UT46VC6J.0 size=1048576 2024-07-27T18:40:09.323 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.322+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~V7P3UT46VC6J.1 size=1048576 2024-07-27T18:40:09.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.323+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~V7P3UT46VC6J.2 size=726634 2024-07-27T18:40:09.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.323+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=V7P3UT46VC6J tag=Z25MU06TOX58 type=write size=3872362 2024-07-27T18:40:09.326 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.325+0000 7fd9b0dfe780 1 < completed write operation key=N3SMJ1F7TS0Z tag=BLTR3TWM64WJ type=write size=89333 2024-07-27T18:40:09.329 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.328+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~C8LGJ81GDGG6.0 size=1048576 2024-07-27T18:40:09.330 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.329+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~C8LGJ81GDGG6.1 size=1048576 2024-07-27T18:40:09.331 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.330+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~C8LGJ81GDGG6.2 size=324333 2024-07-27T18:40:09.331 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.330+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=C8LGJ81GDGG6 tag=AN6X9HIV2ABB type=write size=3470061 2024-07-27T18:40:09.333 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.332+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=G9U4T3WOR6JM type=del 2024-07-27T18:40:09.336 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.335+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~TN1RSE96MK63.0 size=1048576 2024-07-27T18:40:09.338 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.337+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~TN1RSE96MK63.1 size=1048576 2024-07-27T18:40:09.339 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.338+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~TN1RSE96MK63.2 size=33317 2024-07-27T18:40:09.339 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.338+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=TN1RSE96MK63 tag=54Y9VV24I2L6 type=write size=3179045 2024-07-27T18:40:09.340 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.339+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~DNM29BJV3N7Q.0 size=729085 2024-07-27T18:40:09.343 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.342+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=DNM29BJV3N7Q tag=0388NC6G01CE type=write size=1777661 2024-07-27T18:40:09.345 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.344+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=FCNALSQECYPB type=write size=452413 2024-07-27T18:40:09.346 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.345+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~3TRZP72BN82K.0 size=608630 2024-07-27T18:40:09.349 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.348+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=3TRZP72BN82K tag=TG1O08KDUOGQ type=write size=1657206 2024-07-27T18:40:09.350 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.349+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=SE631AUIXNWG type=write size=238848 2024-07-27T18:40:09.353 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.352+0000 7fd9b0dfe780 1 < suggested remove operation key=ERT6LG30K8WA tag=05XAUAKERKHC type=del 2024-07-27T18:40:09.355 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.354+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=LTQTTRN1K06X type=del size=3902708 2024-07-27T18:40:09.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.356+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~O35EP2R7V3J4.0 size=692405 2024-07-27T18:40:09.359 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.358+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=O35EP2R7V3J4 tag=HU94C9M4L211 type=write size=1740981 2024-07-27T18:40:09.363 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.362+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~TDJXS7LFY4VS.0 size=1048576 2024-07-27T18:40:09.364 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.363+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~TDJXS7LFY4VS.1 size=303212 2024-07-27T18:40:09.364 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.363+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=TDJXS7LFY4VS tag=8IY093QWI0Y8 type=write size=2400364 2024-07-27T18:40:09.366 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.365+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=8EE3C840D93S type=del 2024-07-27T18:40:09.369 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.368+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~ISZGACUP9V7X.0 size=342319 2024-07-27T18:40:09.369 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.368+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=ISZGACUP9V7X tag=PEW7WX79QJH8 type=write size=1390895 2024-07-27T18:40:09.371 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.370+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=7U6PHG8IDLJC type=del 2024-07-27T18:40:09.373 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.371+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=ZPTUVR1HS5J2 type=del size=2930336 2024-07-27T18:40:09.376 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.375+0000 7fd9b0dfe780 1 < suggested remove operation key=8I5MBVTQCDVV tag=BOCKCOMH46G6 type=write 2024-07-27T18:40:09.378 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.377+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=FYZGQGK9QN8T type=del size=4035871 2024-07-27T18:40:09.380 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.379+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=GT9SYEFLU80U type=del 2024-07-27T18:40:09.382 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.381+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=V0EHR3VZRCCH type=write size=588550 2024-07-27T18:40:09.383 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.382+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=44VD0FA0HFDI type=del 2024-07-27T18:40:09.385 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.384+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=RSG3XRZZ685C type=write size=689911 2024-07-27T18:40:09.386 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.384+0000 7fd9b0dfe780 -1 < no bi entry to suggest for operation key=8I5MBVTQCDVV tag=3NLB48VJ8CHK type=del size=2365819: (2) No such file or directory 2024-07-27T18:40:09.387 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.386+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=RGUZY4618J78 type=del size=2959946 2024-07-27T18:40:09.389 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.388+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=38VWAZMV3MUS type=del 2024-07-27T18:40:09.390 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.389+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=EUXW75WUAJC8 type=del size=2908337 2024-07-27T18:40:09.394 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.393+0000 7fd9b0dfe780 1 < suggested remove operation key=95K99DI46WJ8 tag=LXRKA64KRSW9 type=del 2024-07-27T18:40:09.396 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.395+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~2UBY3Y38J13K.0 size=555162 2024-07-27T18:40:09.397 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.395+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=2UBY3Y38J13K tag=3XC70IRZVMYK type=write size=1603738 2024-07-27T18:40:09.398 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.397+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=FRI31WCP6109 type=del 2024-07-27T18:40:09.400 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.399+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=SXXHD3NRXNAI type=del size=1342011 2024-07-27T18:40:09.400 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.399+0000 7fd9b0dfe780 1 < canceled part key=_multipart_P8NVZQG528UI.2~V7P3UT46VC6J.0 size=1048576 2024-07-27T18:40:09.402 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.401+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~V7P3UT46VC6J.1 size=1048576 2024-07-27T18:40:09.403 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.402+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~V7P3UT46VC6J.2 size=726634 2024-07-27T18:40:09.406 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.404+0000 7fd9b0dfe780 1 < canceled multipart upload key=P8NVZQG528UI upload=V7P3UT46VC6J tag=Z25MU06TOX58 type=write size=3872362 2024-07-27T18:40:09.408 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.407+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~SW7C49XF0M2A.0 size=964441 2024-07-27T18:40:09.408 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.407+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=SW7C49XF0M2A tag=F9B4Q38UZVL3 type=write size=2013017 2024-07-27T18:40:09.410 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.409+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~C8LGJ81GDGG6.0 size=1048576 2024-07-27T18:40:09.411 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.410+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~C8LGJ81GDGG6.1 size=1048576 2024-07-27T18:40:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:40:09.413 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.411+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~C8LGJ81GDGG6.2 size=324333 2024-07-27T18:40:09.416 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.414+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=C8LGJ81GDGG6 tag=AN6X9HIV2ABB type=write size=3470061 2024-07-27T18:40:09.418 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.417+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~DPU9F4PZCYW6.0 size=1048576 2024-07-27T18:40:09.419 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.418+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~DPU9F4PZCYW6.1 size=1048576 2024-07-27T18:40:09.421 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.420+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~DPU9F4PZCYW6.2 size=180973 2024-07-27T18:40:09.421 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.420+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=DPU9F4PZCYW6 tag=F3NCKDGJ23U3 type=write size=3326701 2024-07-27T18:40:09.422 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.421+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~TN1RSE96MK63.0 size=1048576 2024-07-27T18:40:09.423 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.422+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~TN1RSE96MK63.1 size=1048576 2024-07-27T18:40:09.424 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.422+0000 7fd9b0dfe780 1 < canceled part key=_multipart_X7P4EQ7CB100.2~TN1RSE96MK63.2 size=33317 2024-07-27T18:40:09.426 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.425+0000 7fd9b0dfe780 1 < canceled multipart upload key=X7P4EQ7CB100 upload=TN1RSE96MK63 tag=54Y9VV24I2L6 type=write size=3179045 2024-07-27T18:40:09.427 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.426+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=6QRWKY5N4CO1 type=del size=305467 2024-07-27T18:40:09.429 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.428+0000 7fd9b0dfe780 1 < completed write operation key=351SUKW6MLKV tag=FCNALSQECYPB type=write size=452413 2024-07-27T18:40:09.432 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.431+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~YTMGQNQWPZIW.0 size=1048576 2024-07-27T18:40:09.433 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.432+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~YTMGQNQWPZIW.1 size=1048576 2024-07-27T18:40:09.434 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.433+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~YTMGQNQWPZIW.2 size=573488 2024-07-27T18:40:09.434 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.433+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=YTMGQNQWPZIW tag=PKKHWN1MY607 type=write size=3719216 2024-07-27T18:40:09.437 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.436+0000 7fd9b0dfe780 1 < suggested update operation key=X7P4EQ7CB100 tag=SE631AUIXNWG type=write size=238848 2024-07-27T18:40:09.439 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.438+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=LXU8JWS8P8V2 type=del size=2300228 2024-07-27T18:40:09.442 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.441+0000 7fd9b0dfe780 1 < suggested remove operation key=G3DZJWABEJWG tag=LTQTTRN1K06X type=del 2024-07-27T18:40:09.444 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.443+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=PNH54NSWG4WQ type=del size=1644188 2024-07-27T18:40:09.445 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.444+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~TDJXS7LFY4VS.0 size=1048576 2024-07-27T18:40:09.445 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.444+0000 7fd9b0dfe780 1 < canceled part key=_multipart_V2SZ9U1AFGCG.2~TDJXS7LFY4VS.1 size=303212 2024-07-27T18:40:09.448 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.447+0000 7fd9b0dfe780 1 < canceled multipart upload key=V2SZ9U1AFGCG upload=TDJXS7LFY4VS tag=8IY093QWI0Y8 type=write size=2400364 2024-07-27T18:40:09.450 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.448+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=QEB1AWKX0XFA type=del size=3630214 2024-07-27T18:40:09.451 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.450+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~ISZGACUP9V7X.0 size=342319 2024-07-27T18:40:09.454 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.453+0000 7fd9b0dfe780 1 < completed multipart upload key=YYNGWXPBKSFI upload=ISZGACUP9V7X tag=PEW7WX79QJH8 type=write size=1390895 2024-07-27T18:40:09.457 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.456+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~3EV1A9XLB6AS.0 size=742890 2024-07-27T18:40:09.457 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.456+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=3EV1A9XLB6AS tag=NCQJW7RR689A type=write size=1791466 2024-07-27T18:40:09.458 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.457+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=ZPTUVR1HS5J2 type=del 2024-07-27T18:40:09.460 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.459+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=U0CXPESNWCD8 type=del size=2828392 2024-07-27T18:40:09.462 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.461+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=FYZGQGK9QN8T type=del 2024-07-27T18:40:09.464 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.463+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=C08M6DTIUB1R type=del size=2457784 2024-07-27T18:40:09.465 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.464+0000 7fd9b0dfe780 1 < completed write operation key=O54I6ACW6PJQ tag=V0EHR3VZRCCH type=write size=588550 2024-07-27T18:40:09.468 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.467+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~HCE0L1P0EO34.0 size=611220 2024-07-27T18:40:09.469 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.467+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=HCE0L1P0EO34 tag=X6HSPN2FLGT5 type=write size=1659796 2024-07-27T18:40:09.470 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.469+0000 7fd9b0dfe780 1 < completed write operation key=IGKNZEI10405 tag=RSG3XRZZ685C type=write size=689911 2024-07-27T18:40:09.472 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.471+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=87EGYU65MAU2 type=del size=3496826 2024-07-27T18:40:09.474 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.472+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=RGUZY4618J78 type=del 2024-07-27T18:40:09.475 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.474+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=WDFB7GJ78IGO type=del size=2283169 2024-07-27T18:40:09.477 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.476+0000 7fd9b0dfe780 1 < canceled operation key=03QZ740ES4M3 tag=EUXW75WUAJC8 type=del size=2908337 2024-07-27T18:40:09.479 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.477+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=2CT7EBXVAP6C type=del size=3292655 2024-07-27T18:40:09.480 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.479+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~2UBY3Y38J13K.0 size=555162 2024-07-27T18:40:09.482 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.481+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=2UBY3Y38J13K tag=3XC70IRZVMYK type=write size=1603738 2024-07-27T18:40:09.486 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.485+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~9DWI9RG455QM.0 size=1048576 2024-07-27T18:40:09.487 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.486+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~9DWI9RG455QM.1 size=1048120 2024-07-27T18:40:09.487 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.486+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=9DWI9RG455QM tag=2N6F7R0XC7QS type=write size=3145272 2024-07-27T18:40:09.489 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.488+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=SXXHD3NRXNAI type=del 2024-07-27T18:40:09.492 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.491+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~MWEARMIG6CCI.0 size=1048576 2024-07-27T18:40:09.493 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.492+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~MWEARMIG6CCI.1 size=1048576 2024-07-27T18:40:09.494 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.493+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~MWEARMIG6CCI.2 size=879923 2024-07-27T18:40:09.494 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.493+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=MWEARMIG6CCI tag=S7CKWB6U5M4D type=write size=4025651 2024-07-27T18:40:09.496 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.495+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~SW7C49XF0M2A.0 size=964441 2024-07-27T18:40:09.498 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.497+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=SW7C49XF0M2A tag=F9B4Q38UZVL3 type=write size=2013017 2024-07-27T18:40:09.500 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.498+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=V012CZUVKM4A type=write size=822965 2024-07-27T18:40:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:40:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:40:09.501 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.500+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~DPU9F4PZCYW6.0 size=1048576 2024-07-27T18:40:09.502 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.501+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~DPU9F4PZCYW6.1 size=1048576 2024-07-27T18:40:09.504 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.503+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~DPU9F4PZCYW6.2 size=180973 2024-07-27T18:40:09.506 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.505+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=DPU9F4PZCYW6 tag=F3NCKDGJ23U3 type=write size=3326701 2024-07-27T18:40:09.509 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.508+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~5DFQNEB0R4EE.0 size=1048576 2024-07-27T18:40:09.510 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.509+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~5DFQNEB0R4EE.1 size=440621 2024-07-27T18:40:09.510 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.509+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=5DFQNEB0R4EE tag=BRTUONJ3LF8Z type=write size=2537773 2024-07-27T18:40:09.513 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.512+0000 7fd9b0dfe780 1 < suggested remove operation key=F8NI5O3PM0RO tag=6QRWKY5N4CO1 type=del 2024-07-27T18:40:09.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.515+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~510Y7AHEJDDG.0 size=696333 2024-07-27T18:40:09.517 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.515+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=510Y7AHEJDDG tag=0NNVR4O1T025 type=write size=1744909 2024-07-27T18:40:09.518 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.517+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~YTMGQNQWPZIW.0 size=1048576 2024-07-27T18:40:09.519 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.518+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~YTMGQNQWPZIW.1 size=1048576 2024-07-27T18:40:09.521 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.520+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~YTMGQNQWPZIW.2 size=573488 2024-07-27T18:40:09.524 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.523+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=YTMGQNQWPZIW tag=PKKHWN1MY607 type=write size=3719216 2024-07-27T18:40:09.525 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.524+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=Q5TBMV261XLH type=write size=262822 2024-07-27T18:40:09.527 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.526+0000 7fd9b0dfe780 1 < canceled operation key=N3SMJ1F7TS0Z tag=LXU8JWS8P8V2 type=del size=2300228 2024-07-27T18:40:09.529 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.528+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=J7YPBVZCV4BT type=del size=1809662 2024-07-27T18:40:09.531 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.529+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=PNH54NSWG4WQ type=del 2024-07-27T18:40:09.532 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.531+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=IRLYDUYBKVWE type=write size=534537 2024-07-27T18:40:09.534 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.533+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=QEB1AWKX0XFA type=del 2024-07-27T18:40:09.537 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.536+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~QPI1RFDMCDON.0 size=316943 2024-07-27T18:40:09.537 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.536+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=QPI1RFDMCDON tag=ILTUHH8NTX45 type=write size=1365519 2024-07-27T18:40:09.537 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.536+0000 7fd9b0dfe780 1 < canceled part key=_multipart_T7BZCFBSZM95.2~3EV1A9XLB6AS.0 size=742890 2024-07-27T18:40:09.540 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.539+0000 7fd9b0dfe780 1 < canceled multipart upload key=T7BZCFBSZM95 upload=3EV1A9XLB6AS tag=NCQJW7RR689A type=write size=1791466 2024-07-27T18:40:09.541 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.540+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=VJ6D3GXGQFES type=del size=2597873 2024-07-27T18:40:09.543 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.542+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=U0CXPESNWCD8 type=del 2024-07-27T18:40:09.544 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.543+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=B27SYIXVNWWM type=del size=2625637 2024-07-27T18:40:09.546 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.545+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=C08M6DTIUB1R type=del 2024-07-27T18:40:09.547 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.546+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=SRMIQGM8B01V type=del size=262730 2024-07-27T18:40:09.549 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.548+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~HCE0L1P0EO34.0 size=611220 2024-07-27T18:40:09.552 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.551+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=HCE0L1P0EO34 tag=X6HSPN2FLGT5 type=write size=1659796 2024-07-27T18:40:09.553 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.552+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=AUS1QG00Q11O type=del size=4052269 2024-07-27T18:40:09.557 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.556+0000 7fd9b0dfe780 1 < suggested update operation key=95K99DI46WJ8 tag=87EGYU65MAU2 type=del size=3496826 2024-07-27T18:40:09.558 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.557+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=RCVPJ09R1SD0 type=write size=552707 2024-07-27T18:40:09.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.559+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=WDFB7GJ78IGO type=del 2024-07-27T18:40:09.561 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.560+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=AG0ZBJ56FREA type=write size=421196 2024-07-27T18:40:09.563 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.562+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=2CT7EBXVAP6C type=del 2024-07-27T18:40:09.566 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.565+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~XB7WBU90ZW5S.0 size=1048576 2024-07-27T18:40:09.567 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.566+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~XB7WBU90ZW5S.1 size=1048576 2024-07-27T18:40:09.568 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.567+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~XB7WBU90ZW5S.2 size=688490 2024-07-27T18:40:09.568 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.567+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=XB7WBU90ZW5S tag=CT6998WGFLPZ type=write size=3834218 2024-07-27T18:40:09.569 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.568+0000 7fd9b0dfe780 1 < canceled part key=_multipart_F8NI5O3PM0RO.2~9DWI9RG455QM.0 size=1048576 2024-07-27T18:40:09.569 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.568+0000 7fd9b0dfe780 1 < canceled part key=_multipart_F8NI5O3PM0RO.2~9DWI9RG455QM.1 size=1048120 2024-07-27T18:40:09.572 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.571+0000 7fd9b0dfe780 1 < canceled multipart upload key=F8NI5O3PM0RO upload=9DWI9RG455QM tag=2N6F7R0XC7QS type=write size=3145272 2024-07-27T18:40:09.574 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.573+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=8J37V3C6ESXZ type=del size=1930615 2024-07-27T18:40:09.574 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.573+0000 7fd9b0dfe780 1 < canceled part key=_multipart_V2SZ9U1AFGCG.2~MWEARMIG6CCI.0 size=1048576 2024-07-27T18:40:09.575 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.574+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~MWEARMIG6CCI.1 size=1048576 2024-07-27T18:40:09.577 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.576+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~MWEARMIG6CCI.2 size=879923 2024-07-27T18:40:09.580 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.578+0000 7fd9b0dfe780 1 < canceled multipart upload key=V2SZ9U1AFGCG upload=MWEARMIG6CCI tag=S7CKWB6U5M4D type=write size=4025651 2024-07-27T18:40:09.581 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.580+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=MM919XFBQNJJ type=write size=208335 2024-07-27T18:40:09.585 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.583+0000 7fd9b0dfe780 1 < suggested update operation key=X7P4EQ7CB100 tag=V012CZUVKM4A type=write size=822965 2024-07-27T18:40:09.587 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.586+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~5JW1UXSZPPGK.0 size=1048576 2024-07-27T18:40:09.589 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.588+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~5JW1UXSZPPGK.1 size=1048576 2024-07-27T18:40:09.591 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.590+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~5JW1UXSZPPGK.2 size=535245 2024-07-27T18:40:09.591 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.590+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=5JW1UXSZPPGK tag=FWWVQFYCAL9C type=write size=3680973 2024-07-27T18:40:09.592 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.591+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~5DFQNEB0R4EE.0 size=1048576 2024-07-27T18:40:09.592 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.591+0000 7fd9b0dfe780 1 < canceled part key=_multipart_86SBFWKFIZ50.2~5DFQNEB0R4EE.1 size=440621 2024-07-27T18:40:09.595 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.594+0000 7fd9b0dfe780 1 < canceled multipart upload key=86SBFWKFIZ50 upload=5DFQNEB0R4EE tag=BRTUONJ3LF8Z type=write size=2537773 2024-07-27T18:40:09.598 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.597+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~27CNP8IG2YS4.0 size=1048576 2024-07-27T18:40:09.602 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.598+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~27CNP8IG2YS4.1 size=666410 2024-07-27T18:40:09.602 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.598+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=27CNP8IG2YS4 tag=933061XGXAZ5 type=write size=2763562 2024-07-27T18:40:09.602 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.600+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~510Y7AHEJDDG.0 size=696333 2024-07-27T18:40:09.604 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.603+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=510Y7AHEJDDG tag=0NNVR4O1T025 type=write size=1744909 2024-07-27T18:40:09.607 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.606+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~30MLV9KQJ30N.0 size=809971 2024-07-27T18:40:09.608 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.606+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=30MLV9KQJ30N tag=20RG1ZOWV5I5 type=write size=1858547 2024-07-27T18:40:09.609 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.608+0000 7fd9b0dfe780 1 < completed write operation key=IGKNZEI10405 tag=Q5TBMV261XLH type=write size=262822 2024-07-27T18:40:09.610 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.609+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=LGTBS4YTNVA7 type=del size=1148901 2024-07-27T18:40:09.612 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.611+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=J7YPBVZCV4BT type=del 2024-07-27T18:40:09.614 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.613+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=Y4HTFJTDS708 type=del size=3493464 2024-07-27T18:40:09.615 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.614+0000 7fd9b0dfe780 1 < completed write operation key=55DD8ECTT2JA tag=IRLYDUYBKVWE type=write size=534537 2024-07-27T18:40:09.617 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.616+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=JZL0C8D9MQWM type=del size=3222635 2024-07-27T18:40:09.619 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.618+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~QPI1RFDMCDON.0 size=316943 2024-07-27T18:40:09.622 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.621+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=QPI1RFDMCDON tag=ILTUHH8NTX45 type=write size=1365519 2024-07-27T18:40:09.624 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.623+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=MS6PWI9R0OHV type=del size=3777856 2024-07-27T18:40:09.625 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.624+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=VJ6D3GXGQFES type=del 2024-07-27T18:40:09.627 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.626+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=FWKFQRXW3ES0 type=del size=1729597 2024-07-27T18:40:09.631 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.629+0000 7fd9b0dfe780 1 < suggested update operation key=FXYU6A8CU9F0 tag=B27SYIXVNWWM type=del size=2625637 2024-07-27T18:40:09.634 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.632+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~WTSAIENW22SZ.0 size=974327 2024-07-27T18:40:09.634 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.632+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=WTSAIENW22SZ tag=4UD39QTTW8VY type=write size=2022903 2024-07-27T18:40:09.637 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.636+0000 7fd9b0dfe780 1 < suggested update operation key=E9Y61GIX83FA tag=SRMIQGM8B01V type=del size=262730 2024-07-27T18:40:09.640 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.639+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~KUG10GL92RPI.0 size=1048576 2024-07-27T18:40:09.641 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.640+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~KUG10GL92RPI.1 size=1048576 2024-07-27T18:40:09.642 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.641+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~KUG10GL92RPI.2 size=31260 2024-07-27T18:40:09.642 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.641+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=KUG10GL92RPI tag=FO9DN8CL7NO7 type=write size=3176988 2024-07-27T18:40:09.644 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.643+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=AUS1QG00Q11O type=del 2024-07-27T18:40:09.646 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.645+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=50LGMTYDSFB3 type=del size=2145569 2024-07-27T18:40:09.647 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.646+0000 7fd9b0dfe780 1 < completed write operation key=6P6RR9NVCRT1 tag=RCVPJ09R1SD0 type=write size=552707 2024-07-27T18:40:09.649 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.648+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=FH2QQ185D6SQ type=del size=1090871 2024-07-27T18:40:09.651 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.650+0000 7fd9b0dfe780 1 < completed write operation key=55DD8ECTT2JA tag=AG0ZBJ56FREA type=write size=421196 2024-07-27T18:40:09.653 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.651+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=E70Q8RO7XN0F type=del size=3330699 2024-07-27T18:40:09.654 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.653+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~XB7WBU90ZW5S.0 size=1048576 2024-07-27T18:40:09.656 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.655+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~XB7WBU90ZW5S.1 size=1048576 2024-07-27T18:40:09.657 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.656+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~XB7WBU90ZW5S.2 size=688490 2024-07-27T18:40:09.660 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.659+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=XB7WBU90ZW5S tag=CT6998WGFLPZ type=write size=3834218 2024-07-27T18:40:09.663 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.662+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~PEZKMDD8XLF5.0 size=1048576 2024-07-27T18:40:09.665 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.664+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~PEZKMDD8XLF5.1 size=697897 2024-07-27T18:40:09.665 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.664+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=PEZKMDD8XLF5 tag=A0E18AW002YZ type=write size=2795049 2024-07-27T18:40:09.668 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.667+0000 7fd9b0dfe780 1 < suggested update operation key=86SBFWKFIZ50 tag=8J37V3C6ESXZ type=del size=1930615 2024-07-27T18:40:09.670 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.669+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=HT196DETAIIE type=del size=3558439 2024-07-27T18:40:09.673 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.672+0000 7fd9b0dfe780 1 < suggested update operation key=6P6RR9NVCRT1 tag=MM919XFBQNJJ type=write size=208335 2024-07-27T18:40:09.675 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.674+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=EY439VNM71PD type=del size=2197869 2024-07-27T18:40:09.677 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.676+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~5JW1UXSZPPGK.0 size=1048576 2024-07-27T18:40:09.678 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.677+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~5JW1UXSZPPGK.1 size=1048576 2024-07-27T18:40:09.680 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.679+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~5JW1UXSZPPGK.2 size=535245 2024-07-27T18:40:09.683 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.682+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=5JW1UXSZPPGK tag=FWWVQFYCAL9C type=write size=3680973 2024-07-27T18:40:09.684 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.683+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=GJ54H0FM6HAV type=del size=2537652 2024-07-27T18:40:09.686 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.685+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~27CNP8IG2YS4.0 size=1048576 2024-07-27T18:40:09.687 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.686+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~27CNP8IG2YS4.1 size=666410 2024-07-27T18:40:09.690 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.689+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=27CNP8IG2YS4 tag=933061XGXAZ5 type=write size=2763562 2024-07-27T18:40:09.692 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.691+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=RBLWTIND50ZJ type=del size=2009722 2024-07-27T18:40:09.694 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.693+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~30MLV9KQJ30N.0 size=809971 2024-07-27T18:40:09.696 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.695+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=30MLV9KQJ30N tag=20RG1ZOWV5I5 type=write size=1858547 2024-07-27T18:40:09.700 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.698+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~IVC17IUHNA08.0 size=1048576 2024-07-27T18:40:09.701 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.700+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~IVC17IUHNA08.1 size=729553 2024-07-27T18:40:09.701 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.700+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=IVC17IUHNA08 tag=Y28WFNEEVSJ0 type=write size=2826705 2024-07-27T18:40:09.702 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.701+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=LGTBS4YTNVA7 type=del 2024-07-27T18:40:09.704 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.703+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=A06JJKOEL3E3 type=del size=2866349 2024-07-27T18:40:09.706 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.705+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=Y4HTFJTDS708 type=del 2024-07-27T18:40:09.707 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.706+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=36ZJ363G4AGU type=write size=668768 2024-07-27T18:40:09.709 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.708+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=JZL0C8D9MQWM type=del 2024-07-27T18:40:09.711 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.710+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=W6M07YF1OT6F type=del size=2252417 2024-07-27T18:40:09.713 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.712+0000 7fd9b0dfe780 1 < canceled operation key=SK6LFQZNWE93 tag=MS6PWI9R0OHV type=del size=3777856 2024-07-27T18:40:09.715 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.714+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=WGVF2E7QLQVL type=del size=2503491 2024-07-27T18:40:09.719 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.718+0000 7fd9b0dfe780 1 < suggested update operation key=F8NI5O3PM0RO tag=FWKFQRXW3ES0 type=del size=1729597 2024-07-27T18:40:09.722 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.721+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~B04U5UQZKYXY.0 size=174602 2024-07-27T18:40:09.722 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.721+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=B04U5UQZKYXY tag=Z8VRTLUWKL14 type=write size=1223178 2024-07-27T18:40:09.724 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.723+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~WTSAIENW22SZ.0 size=974327 2024-07-27T18:40:09.727 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.726+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=WTSAIENW22SZ tag=4UD39QTTW8VY type=write size=2022903 2024-07-27T18:40:09.728 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.727+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=QL8U4KY3XWI4 type=write size=998648 2024-07-27T18:40:09.730 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.729+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~KUG10GL92RPI.0 size=1048576 2024-07-27T18:40:09.730 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.729+0000 7fd9b0dfe780 1 < canceled part key=_multipart_W2L0RV8ZN7R4.2~KUG10GL92RPI.1 size=1048576 2024-07-27T18:40:09.732 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.731+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~KUG10GL92RPI.2 size=31260 2024-07-27T18:40:09.734 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.733+0000 7fd9b0dfe780 1 < canceled multipart upload key=W2L0RV8ZN7R4 upload=KUG10GL92RPI tag=FO9DN8CL7NO7 type=write size=3176988 2024-07-27T18:40:09.736 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.735+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=0IIR4QKUUN8V type=del size=3986570 2024-07-27T18:40:09.738 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.737+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=50LGMTYDSFB3 type=del 2024-07-27T18:40:09.740 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.739+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~10CC20VJ56CF.0 size=1048576 2024-07-27T18:40:09.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.741+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~10CC20VJ56CF.1 size=329875 2024-07-27T18:40:09.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.741+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=10CC20VJ56CF tag=1TQ6WCBH5MUT type=write size=2427027 2024-07-27T18:40:09.743 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.742+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=FH2QQ185D6SQ type=del 2024-07-27T18:40:09.745 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.744+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=0XZHUH4X0AK3 type=del size=1652273 2024-07-27T18:40:09.746 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.745+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=E70Q8RO7XN0F type=del 2024-07-27T18:40:09.748 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.747+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=OW709YFK8OPG type=del size=3198582 2024-07-27T18:40:09.748 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.747+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9Y61GIX83FA.2~PEZKMDD8XLF5.0 size=1048576 2024-07-27T18:40:09.750 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.749+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~PEZKMDD8XLF5.1 size=697897 2024-07-27T18:40:09.752 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.751+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9Y61GIX83FA upload=PEZKMDD8XLF5 tag=A0E18AW002YZ type=write size=2795049 2024-07-27T18:40:09.755 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.753+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=P5Z4QCHURFAM type=del size=3204257 2024-07-27T18:40:09.756 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.755+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=HT196DETAIIE type=del 2024-07-27T18:40:09.757 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.756+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=8C2VB6VNR0ML type=write size=341890 2024-07-27T18:40:09.759 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.758+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=EY439VNM71PD type=del 2024-07-27T18:40:09.760 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.759+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=L6SX1XMIRYCY type=del size=246237 2024-07-27T18:40:09.762 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.761+0000 7fd9b0dfe780 1 < completed delete operation key=39IO5R6BZ3YC tag=GJ54H0FM6HAV type=del 2024-07-27T18:40:09.763 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.762+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=6U0767KP2YCU type=del size=2493953 2024-07-27T18:40:09.765 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.764+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=RBLWTIND50ZJ type=del 2024-07-27T18:40:09.767 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.766+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=QILCAUNOGXR0 type=del size=469655 2024-07-27T18:40:09.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.767+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~IVC17IUHNA08.0 size=1048576 2024-07-27T18:40:09.770 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.769+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~IVC17IUHNA08.1 size=729553 2024-07-27T18:40:09.773 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.772+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=IVC17IUHNA08 tag=Y28WFNEEVSJ0 type=write size=2826705 2024-07-27T18:40:09.775 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.773+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=QGWHZ53KPBUE type=del size=287034 2024-07-27T18:40:09.777 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.776+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=A06JJKOEL3E3 type=del 2024-07-27T18:40:09.779 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.777+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=EV7OWOM18TON type=del size=1131040 2024-07-27T18:40:09.780 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.779+0000 7fd9b0dfe780 1 < completed write operation key=T7BZCFBSZM95 tag=36ZJ363G4AGU type=write size=668768 2024-07-27T18:40:09.782 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.781+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=R13DZBHXQXSL type=del size=2571502 2024-07-27T18:40:09.786 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.785+0000 7fd9b0dfe780 1 < suggested update operation key=IGKNZEI10405 tag=W6M07YF1OT6F type=del size=2252417 2024-07-27T18:40:09.788 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.787+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=VR8QABRFB6L2 type=del size=430232 2024-07-27T18:40:09.789 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.788+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=WGVF2E7QLQVL type=del 2024-07-27T18:40:09.792 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.790+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=ATCCB1F5QXZ0 type=del size=3573956 2024-07-27T18:40:09.793 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.792+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~B04U5UQZKYXY.0 size=174602 2024-07-27T18:40:09.796 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.795+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=B04U5UQZKYXY tag=Z8VRTLUWKL14 type=write size=1223178 2024-07-27T18:40:09.799 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.798+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~KKMLGCBG695E.0 size=652345 2024-07-27T18:40:09.799 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.798+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=KKMLGCBG695E tag=ASMSW4A78JL3 type=write size=1700921 2024-07-27T18:40:09.801 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.800+0000 7fd9b0dfe780 1 < completed write operation key=PV35EIWWUMCU tag=QL8U4KY3XWI4 type=write size=998648 2024-07-27T18:40:09.806 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.803+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~I6QT67OSYQ15.0 size=1004364 2024-07-27T18:40:09.806 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.803+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=I6QT67OSYQ15 tag=GLYI5Y4MA3PT type=write size=2052940 2024-07-27T18:40:09.807 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.806+0000 7fd9b0dfe780 1 < suggested remove operation key=L423106KP3PL tag=0IIR4QKUUN8V type=del 2024-07-27T18:40:09.809 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.808+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=SXCWBIXBII9T type=write size=436170 2024-07-27T18:40:09.811 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.810+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~10CC20VJ56CF.0 size=1048576 2024-07-27T18:40:09.812 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.811+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~10CC20VJ56CF.1 size=329875 2024-07-27T18:40:09.815 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.813+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=10CC20VJ56CF tag=1TQ6WCBH5MUT type=write size=2427027 2024-07-27T18:40:09.816 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.815+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=AUA6Z2BFHEIQ type=del size=3550143 2024-07-27T18:40:09.818 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.817+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=0XZHUH4X0AK3 type=del 2024-07-27T18:40:09.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.820+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~3OX69M3GXLBE.0 size=927616 2024-07-27T18:40:09.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.820+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=3OX69M3GXLBE tag=M36YDUYPJAOM type=write size=1976192 2024-07-27T18:40:09.823 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.822+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=OW709YFK8OPG type=del 2024-07-27T18:40:09.826 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.824+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~ZTU4ALCRG9VT.0 size=1048576 2024-07-27T18:40:09.827 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.826+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~ZTU4ALCRG9VT.1 size=579196 2024-07-27T18:40:09.827 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.826+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=ZTU4ALCRG9VT tag=MUEKP0981MSY type=write size=2676348 2024-07-27T18:40:09.828 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.827+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=P5Z4QCHURFAM type=del 2024-07-27T18:40:09.830 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.829+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=G18A2X0L7VH7 type=del size=3221584 2024-07-27T18:40:09.832 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.831+0000 7fd9b0dfe780 1 < completed write operation key=O54I6ACW6PJQ tag=8C2VB6VNR0ML type=write size=341890 2024-07-27T18:40:09.835 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.834+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~Q7MSCNM7YACD.0 size=1048576 2024-07-27T18:40:09.836 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.835+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~Q7MSCNM7YACD.1 size=701434 2024-07-27T18:40:09.836 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.835+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=Q7MSCNM7YACD tag=H5DXGH1SJQZW type=write size=2798586 2024-07-27T18:40:09.838 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.837+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=L6SX1XMIRYCY type=del 2024-07-27T18:40:09.839 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.838+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=3BSV21L4URV8 type=del size=3460078 2024-07-27T18:40:09.841 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.840+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=6U0767KP2YCU type=del 2024-07-27T18:40:09.843 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.842+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=3SIV0A79WP96 type=del size=963094 2024-07-27T18:40:09.845 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.844+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=QILCAUNOGXR0 type=del 2024-07-27T18:40:09.847 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.846+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=RB8HJN660I7O type=del size=3616622 2024-07-27T18:40:09.848 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.847+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=QGWHZ53KPBUE type=del 2024-07-27T18:40:09.850 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.849+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=I4V598FW8SUF type=del size=3050443 2024-07-27T18:40:09.851 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.850+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=EV7OWOM18TON type=del 2024-07-27T18:40:09.853 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.852+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=M3V8MZ3BO5QY type=del size=3769587 2024-07-27T18:40:09.855 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.854+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=R13DZBHXQXSL type=del 2024-07-27T18:40:09.857 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.856+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=R1HIOF1JNJJT type=del size=3294167 2024-07-27T18:40:09.860 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.859+0000 7fd9b0dfe780 1 < suggested remove operation key=FXYU6A8CU9F0 tag=VR8QABRFB6L2 type=del 2024-07-27T18:40:09.863 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.862+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~0UZHEZFJ4YOX.0 size=399693 2024-07-27T18:40:09.863 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.862+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=0UZHEZFJ4YOX tag=BPC201F49Q4J type=write size=1448269 2024-07-27T18:40:09.865 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.864+0000 7fd9b0dfe780 1 < canceled operation key=03QZ740ES4M3 tag=ATCCB1F5QXZ0 type=del size=3573956 2024-07-27T18:40:09.866 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.865+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=AE7WFVXMOFN8 type=del size=1149605 2024-07-27T18:40:09.868 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.867+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~KKMLGCBG695E.0 size=652345 2024-07-27T18:40:09.871 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.870+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=KKMLGCBG695E tag=ASMSW4A78JL3 type=write size=1700921 2024-07-27T18:40:09.873 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.872+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=WP5ZYFWUR1SA type=del size=2522602 2024-07-27T18:40:09.874 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.873+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~I6QT67OSYQ15.0 size=1004364 2024-07-27T18:40:09.877 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.876+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=I6QT67OSYQ15 tag=GLYI5Y4MA3PT type=write size=2052940 2024-07-27T18:40:09.879 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.878+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=3UZGA6ZLK4L5 type=del size=4064180 2024-07-27T18:40:09.881 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.880+0000 7fd9b0dfe780 1 < completed write operation key=55DD8ECTT2JA tag=SXCWBIXBII9T type=write size=436170 2024-07-27T18:40:09.883 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.882+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=B4HIA3P687M5 type=del size=190890 2024-07-27T18:40:09.884 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.883+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=AUA6Z2BFHEIQ type=del 2024-07-27T18:40:09.887 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.886+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~C40YX1Q7IYXL.0 size=1048576 2024-07-27T18:40:09.889 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.888+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~C40YX1Q7IYXL.1 size=1048576 2024-07-27T18:40:09.890 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.889+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~C40YX1Q7IYXL.2 size=250514 2024-07-27T18:40:09.890 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.889+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=C40YX1Q7IYXL tag=SHNN9J2QIVPX type=write size=3396242 2024-07-27T18:40:09.892 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.891+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~3OX69M3GXLBE.0 size=927616 2024-07-27T18:40:09.894 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.893+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=3OX69M3GXLBE tag=M36YDUYPJAOM type=write size=1976192 2024-07-27T18:40:09.896 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.895+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=APKPO88SFY3Q type=del size=2820142 2024-07-27T18:40:09.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.897+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~ZTU4ALCRG9VT.0 size=1048576 2024-07-27T18:40:09.899 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.898+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~ZTU4ALCRG9VT.1 size=579196 2024-07-27T18:40:09.902 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.901+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=ZTU4ALCRG9VT tag=MUEKP0981MSY type=write size=2676348 2024-07-27T18:40:09.905 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.904+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~KC5SHZC5MCIL.0 size=1048576 2024-07-27T18:40:09.906 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.905+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~KC5SHZC5MCIL.1 size=305858 2024-07-27T18:40:09.907 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.905+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=KC5SHZC5MCIL tag=V5E4ZVIXV21D type=write size=2403010 2024-07-27T18:40:09.910 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.909+0000 7fd9b0dfe780 1 < suggested remove operation key=RC22Q26LLIA2 tag=G18A2X0L7VH7 type=del 2024-07-27T18:40:09.912 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.911+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=0UM2E3ZPBA6N type=write size=199304 2024-07-27T18:40:09.912 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.911+0000 7fd9b0dfe780 1 < canceled part key=_multipart_YYNGWXPBKSFI.2~Q7MSCNM7YACD.0 size=1048576 2024-07-27T18:40:09.914 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.913+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~Q7MSCNM7YACD.1 size=701434 2024-07-27T18:40:09.916 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.915+0000 7fd9b0dfe780 1 < canceled multipart upload key=YYNGWXPBKSFI upload=Q7MSCNM7YACD tag=H5DXGH1SJQZW type=write size=2798586 2024-07-27T18:40:09.919 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.918+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~W7H5KXSARUH6.0 size=906298 2024-07-27T18:40:09.919 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.918+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=W7H5KXSARUH6 tag=P3ZI08D8EOXA type=write size=1954874 2024-07-27T18:40:09.921 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.920+0000 7fd9b0dfe780 1 < canceled operation key=55DD8ECTT2JA tag=3BSV21L4URV8 type=del size=3460078 2024-07-27T18:40:09.924 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.923+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~CBFQWRM58SOH.0 size=448813 2024-07-27T18:40:09.924 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.923+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=CBFQWRM58SOH tag=2D6POKVQP0EP type=write size=1497389 2024-07-27T18:40:09.925 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.924+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=3SIV0A79WP96 type=del 2024-07-27T18:40:09.927 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.926+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=Z72VIM79J65J type=del size=1422977 2024-07-27T18:40:09.929 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.928+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=RB8HJN660I7O type=del 2024-07-27T18:40:09.930 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.929+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=TX5QKGDQFLML type=del size=936626 2024-07-27T18:40:09.932 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.931+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=I4V598FW8SUF type=del 2024-07-27T18:40:09.935 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.934+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~0UPS8NV3PJ2M.0 size=430696 2024-07-27T18:40:09.935 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.934+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=0UPS8NV3PJ2M tag=LGDJW9FPLVAF type=write size=1479272 2024-07-27T18:40:09.937 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.936+0000 7fd9b0dfe780 1 < canceled operation key=F8NI5O3PM0RO tag=M3V8MZ3BO5QY type=del size=3769587 2024-07-27T18:40:09.938 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.937+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=4SWBDA22FH1Y type=del size=3684928 2024-07-27T18:40:09.940 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.939+0000 7fd9b0dfe780 1 < canceled operation key=L423106KP3PL tag=R1HIOF1JNJJT type=del size=3294167 2024-07-27T18:40:09.943 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.942+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~BP7UGJPEQV7S.0 size=1048576 2024-07-27T18:40:09.945 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.944+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~BP7UGJPEQV7S.1 size=1048576 2024-07-27T18:40:09.946 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.945+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~BP7UGJPEQV7S.2 size=766750 2024-07-27T18:40:09.946 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.945+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=BP7UGJPEQV7S tag=P0QLJLJ0W9SY type=write size=3912478 2024-07-27T18:40:09.947 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.945+0000 7fd9b0dfe780 1 < canceled part key=_multipart_8I5MBVTQCDVV.2~0UZHEZFJ4YOX.0 size=399693 2024-07-27T18:40:09.949 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.948+0000 7fd9b0dfe780 1 < canceled multipart upload key=8I5MBVTQCDVV upload=0UZHEZFJ4YOX tag=BPC201F49Q4J type=write size=1448269 2024-07-27T18:40:09.952 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.951+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~OMEZKN02SWBM.0 size=59052 2024-07-27T18:40:09.952 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.951+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=OMEZKN02SWBM tag=UN4AP43LQLIF type=write size=1107628 2024-07-27T18:40:09.954 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.953+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=AE7WFVXMOFN8 type=del 2024-07-27T18:40:09.957 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.956+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~UC2R123BTA79.0 size=1048576 2024-07-27T18:40:09.959 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.957+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~UC2R123BTA79.1 size=1048576 2024-07-27T18:40:09.960 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.959+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~UC2R123BTA79.2 size=707530 2024-07-27T18:40:09.960 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.959+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=UC2R123BTA79 tag=YVD2BS2FM7KL type=write size=3853258 2024-07-27T18:40:09.963 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.962+0000 7fd9b0dfe780 1 < suggested remove operation key=N3SMJ1F7TS0Z tag=WP5ZYFWUR1SA type=del 2024-07-27T18:40:09.965 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.964+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=KUU8703ILMAJ type=del size=1441109 2024-07-27T18:40:09.966 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.965+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=3UZGA6ZLK4L5 type=del 2024-07-27T18:40:09.968 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.967+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=BF1XNA32ZMQ2 type=del size=2613615 2024-07-27T18:40:09.970 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.969+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=B4HIA3P687M5 type=del 2024-07-27T18:40:09.972 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.971+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=YFXQVH9FNA4A type=del size=3195145 2024-07-27T18:40:09.973 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.972+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~C40YX1Q7IYXL.0 size=1048576 2024-07-27T18:40:09.975 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.974+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~C40YX1Q7IYXL.1 size=1048576 2024-07-27T18:40:09.976 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.975+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~C40YX1Q7IYXL.2 size=250514 2024-07-27T18:40:09.979 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.978+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=C40YX1Q7IYXL tag=SHNN9J2QIVPX type=write size=3396242 2024-07-27T18:40:09.980 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.979+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=D5F0DQD94ESV type=del size=443860 2024-07-27T18:40:09.983 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.982+0000 7fd9b0dfe780 1 < suggested update operation key=F8NI5O3PM0RO tag=APKPO88SFY3Q type=del size=2820142 2024-07-27T18:40:09.985 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.984+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=W10RHCMGHE05 type=del size=1235755 2024-07-27T18:40:09.987 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.986+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~KC5SHZC5MCIL.0 size=1048576 2024-07-27T18:40:09.988 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.987+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~KC5SHZC5MCIL.1 size=305858 2024-07-27T18:40:09.992 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.990+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=KC5SHZC5MCIL tag=V5E4ZVIXV21D type=write size=2403010 2024-07-27T18:40:09.993 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.992+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=A2UTI711PHJU type=del size=1177520 2024-07-27T18:40:09.996 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.995+0000 7fd9b0dfe780 1 < suggested remove operation key=8I5MBVTQCDVV tag=0UM2E3ZPBA6N type=write 2024-07-27T18:40:09.998 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.997+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=XT0VKU6WAPVZ type=del size=2280018 2024-07-27T18:40:10.000 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:09.999+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~W7H5KXSARUH6.0 size=906298 2024-07-27T18:40:10.002 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.001+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=W7H5KXSARUH6 tag=P3ZI08D8EOXA type=write size=1954874 2024-07-27T18:40:10.004 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.003+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=QFVVFARP0IV1 type=write size=518536 2024-07-27T18:40:10.006 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.005+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~CBFQWRM58SOH.0 size=448813 2024-07-27T18:40:10.010 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.008+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=CBFQWRM58SOH tag=2D6POKVQP0EP type=write size=1497389 2024-07-27T18:40:10.011 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.010+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=URBFI6Q9RT8Z type=del size=107275 2024-07-27T18:40:10.012 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.011+0000 7fd9b0dfe780 1 < canceled operation key=O54I6ACW6PJQ tag=Z72VIM79J65J type=del size=1422977 2024-07-27T18:40:10.015 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.014+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~I4P0AUSVIBA5.0 size=1048576 2024-07-27T18:40:10.016 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.015+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~I4P0AUSVIBA5.1 size=828139 2024-07-27T18:40:10.017 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.015+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=I4P0AUSVIBA5 tag=J5E3RE3E0XXG type=write size=2925291 2024-07-27T18:40:10.018 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.017+0000 7fd9b0dfe780 1 < canceled operation key=T7BZCFBSZM95 tag=TX5QKGDQFLML type=del size=936626 2024-07-27T18:40:10.020 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.018+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=LHTW1WBUBJQ2 type=del size=4092987 2024-07-27T18:40:10.021 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.020+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~0UPS8NV3PJ2M.0 size=430696 2024-07-27T18:40:10.024 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.023+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=0UPS8NV3PJ2M tag=LGDJW9FPLVAF type=write size=1479272 2024-07-27T18:40:10.026 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.025+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=G8153MG4MSJR type=del size=1001208 2024-07-27T18:40:10.026 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.025+0000 7fd9b0dfe780 -1 < no bi entry to suggest for operation key=8I5MBVTQCDVV tag=4SWBDA22FH1Y type=del size=3684928: (2) No such file or directory 2024-07-27T18:40:10.028 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.027+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=SGBY1ANYYT2P type=write size=425728 2024-07-27T18:40:10.029 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.028+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~BP7UGJPEQV7S.0 size=1048576 2024-07-27T18:40:10.031 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.030+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~BP7UGJPEQV7S.1 size=1048576 2024-07-27T18:40:10.032 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.031+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~BP7UGJPEQV7S.2 size=766750 2024-07-27T18:40:10.035 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.034+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=BP7UGJPEQV7S tag=P0QLJLJ0W9SY type=write size=3912478 2024-07-27T18:40:10.036 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.035+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=4RP7JEDWXMRG type=del size=2468050 2024-07-27T18:40:10.038 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.037+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~OMEZKN02SWBM.0 size=59052 2024-07-27T18:40:10.041 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.040+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=OMEZKN02SWBM tag=UN4AP43LQLIF type=write size=1107628 2024-07-27T18:40:10.044 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.042+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~4UEX9M5AC5HV.0 size=1048576 2024-07-27T18:40:10.045 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.044+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~4UEX9M5AC5HV.1 size=822368 2024-07-27T18:40:10.045 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.044+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=4UEX9M5AC5HV tag=KQRKZVXQWRNW type=write size=2919520 2024-07-27T18:40:10.046 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.045+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~UC2R123BTA79.0 size=1048576 2024-07-27T18:40:10.048 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.047+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~UC2R123BTA79.1 size=1048576 2024-07-27T18:40:10.049 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.048+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~UC2R123BTA79.2 size=707530 2024-07-27T18:40:10.052 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.051+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=UC2R123BTA79 tag=YVD2BS2FM7KL type=write size=3853258 2024-07-27T18:40:10.054 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.052+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=2YSEEA0CFFK3 type=write size=269535 2024-07-27T18:40:10.055 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.054+0000 7fd9b0dfe780 1 < completed delete operation key=CFEXWJESTIQM tag=KUU8703ILMAJ type=del 2024-07-27T18:40:10.058 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.057+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~UNRIJWR3D27O.0 size=1048576 2024-07-27T18:40:10.059 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.058+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~UNRIJWR3D27O.1 size=431640 2024-07-27T18:40:10.059 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.058+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=UNRIJWR3D27O tag=9ZI2U8BXF6EJ type=write size=2528792 2024-07-27T18:40:10.061 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.060+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=BF1XNA32ZMQ2 type=del 2024-07-27T18:40:10.064 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.063+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~46JA0MG5WRCE.0 size=799968 2024-07-27T18:40:10.064 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.063+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=46JA0MG5WRCE tag=EV77PR92KZWC type=write size=1848544 2024-07-27T18:40:10.066 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.065+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=YFXQVH9FNA4A type=del 2024-07-27T18:40:10.069 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.068+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~YBXV1MUYDM5Q.0 size=1048576 2024-07-27T18:40:10.070 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.069+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~YBXV1MUYDM5Q.1 size=699231 2024-07-27T18:40:10.070 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.069+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=YBXV1MUYDM5Q tag=0NP8XR8Z3B10 type=write size=2796383 2024-07-27T18:40:10.072 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.071+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=D5F0DQD94ESV type=del 2024-07-27T18:40:10.074 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.073+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=5DJFGZP4EG0S type=write size=639382 2024-07-27T18:40:10.076 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.074+0000 7fd9b0dfe780 1 < canceled operation key=86SBFWKFIZ50 tag=W10RHCMGHE05 type=del size=1235755 2024-07-27T18:40:10.078 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.077+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~8JUBWRH1010P.0 size=891277 2024-07-27T18:40:10.079 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.077+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=8JUBWRH1010P tag=HX9TETM4BLSV type=write size=1939853 2024-07-27T18:40:10.080 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.079+0000 7fd9b0dfe780 1 < canceled operation key=YD0RYSEXBM6F tag=A2UTI711PHJU type=del size=1177520 2024-07-27T18:40:10.083 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.082+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~B6Z9FNYT2XGP.0 size=1048576 2024-07-27T18:40:10.084 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.083+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~B6Z9FNYT2XGP.1 size=1048576 2024-07-27T18:40:10.085 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.084+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~B6Z9FNYT2XGP.2 size=346639 2024-07-27T18:40:10.085 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.084+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=B6Z9FNYT2XGP tag=LMGP12XWPSGO type=write size=3492367 2024-07-27T18:40:10.087 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.086+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=XT0VKU6WAPVZ type=del 2024-07-27T18:40:10.089 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.088+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=7WKPOYJ0Q4TT type=write size=1040728 2024-07-27T18:40:10.092 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.091+0000 7fd9b0dfe780 1 < suggested update operation key=351SUKW6MLKV tag=QFVVFARP0IV1 type=write size=518536 2024-07-27T18:40:10.094 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.093+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=OT2MJ96EJTJI type=del size=1715120 2024-07-27T18:40:10.098 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.097+0000 7fd9b0dfe780 1 < suggested remove operation key=BQPHSDB02Z8O tag=URBFI6Q9RT8Z type=del 2024-07-27T18:40:10.100 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.099+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=PX6SS4HKIV4W type=del size=1371129 2024-07-27T18:40:10.102 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.101+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~I4P0AUSVIBA5.0 size=1048576 2024-07-27T18:40:10.103 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.102+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~I4P0AUSVIBA5.1 size=828139 2024-07-27T18:40:10.106 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.105+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=I4P0AUSVIBA5 tag=J5E3RE3E0XXG type=write size=2925291 2024-07-27T18:40:10.109 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.108+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~NJOHHH6F7SMS.0 size=1048576 2024-07-27T18:40:10.110 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.109+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~NJOHHH6F7SMS.1 size=1048576 2024-07-27T18:40:10.112 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.111+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~NJOHHH6F7SMS.2 size=969932 2024-07-27T18:40:10.112 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.111+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=NJOHHH6F7SMS tag=2Z0YL071QCEP type=write size=4115660 2024-07-27T18:40:10.113 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.112+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=LHTW1WBUBJQ2 type=del 2024-07-27T18:40:10.115 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.114+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=X6R2O6YM9AVX type=del size=83405 2024-07-27T18:40:10.117 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.116+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=G8153MG4MSJR type=del 2024-07-27T18:40:10.119 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.118+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=4N6B3AVOHP09 type=del size=3653135 2024-07-27T18:40:10.121 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.120+0000 7fd9b0dfe780 1 < completed write operation key=YD0RYSEXBM6F tag=SGBY1ANYYT2P type=write size=425728 2024-07-27T18:40:10.124 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.123+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~UDUXHEXQBE2X.0 size=181573 2024-07-27T18:40:10.124 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.123+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=UDUXHEXQBE2X tag=L7XRCRVEULHK type=write size=1230149 2024-07-27T18:40:10.125 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.124+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=4RP7JEDWXMRG type=del 2024-07-27T18:40:10.129 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.128+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~BT3BIMR1SLGC.0 size=690867 2024-07-27T18:40:10.129 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.128+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=BT3BIMR1SLGC tag=T69GK55OABFA type=write size=1739443 2024-07-27T18:40:10.130 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.129+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~4UEX9M5AC5HV.0 size=1048576 2024-07-27T18:40:10.132 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.131+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~4UEX9M5AC5HV.1 size=822368 2024-07-27T18:40:10.134 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.133+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=4UEX9M5AC5HV tag=KQRKZVXQWRNW type=write size=2919520 2024-07-27T18:40:10.136 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.135+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=FT37X9946WYU type=del size=3924607 2024-07-27T18:40:10.138 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.137+0000 7fd9b0dfe780 1 < completed write operation key=55DD8ECTT2JA tag=2YSEEA0CFFK3 type=write size=269535 2024-07-27T18:40:10.139 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.138+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=Y6H8LI42EPMV type=write size=628579 2024-07-27T18:40:10.143 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.142+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~UNRIJWR3D27O.0 size=1048576 2024-07-27T18:40:10.146 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.144+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~UNRIJWR3D27O.1 size=431640 2024-07-27T18:40:10.148 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.147+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=UNRIJWR3D27O tag=9ZI2U8BXF6EJ type=write size=2528792 2024-07-27T18:40:10.150 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.149+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=12149EP3N912 type=write size=397422 2024-07-27T18:40:10.152 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.151+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~46JA0MG5WRCE.0 size=799968 2024-07-27T18:40:10.155 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.154+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=46JA0MG5WRCE tag=EV77PR92KZWC type=write size=1848544 2024-07-27T18:40:10.156 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.155+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=0A8NKGFV89G3 type=write size=643146 2024-07-27T18:40:10.158 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.157+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~YBXV1MUYDM5Q.0 size=1048576 2024-07-27T18:40:10.160 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.159+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~YBXV1MUYDM5Q.1 size=699231 2024-07-27T18:40:10.163 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.162+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=YBXV1MUYDM5Q tag=0NP8XR8Z3B10 type=write size=2796383 2024-07-27T18:40:10.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.165+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~Z3Z210PHEQHD.0 size=1048576 2024-07-27T18:40:10.167 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.166+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~Z3Z210PHEQHD.1 size=1048576 2024-07-27T18:40:10.169 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.168+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~Z3Z210PHEQHD.2 size=249334 2024-07-27T18:40:10.169 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.168+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=Z3Z210PHEQHD tag=G4W8DP3KK32A type=write size=3395062 2024-07-27T18:40:10.170 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.169+0000 7fd9b0dfe780 1 < completed write operation key=O54I6ACW6PJQ tag=5DJFGZP4EG0S type=write size=639382 2024-07-27T18:40:10.172 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.171+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=YRZJIETSWEN5 type=del size=5548 2024-07-27T18:40:10.173 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.172+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~8JUBWRH1010P.0 size=891277 2024-07-27T18:40:10.176 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.175+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=8JUBWRH1010P tag=HX9TETM4BLSV type=write size=1939853 2024-07-27T18:40:10.179 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.178+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~R0OH7Y5KZ3AQ.0 size=1048576 2024-07-27T18:40:10.181 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.180+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~R0OH7Y5KZ3AQ.1 size=439453 2024-07-27T18:40:10.181 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.180+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=R0OH7Y5KZ3AQ tag=EE0L0E7H9XVL type=write size=2536605 2024-07-27T18:40:10.182 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.181+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~B6Z9FNYT2XGP.0 size=1048576 2024-07-27T18:40:10.184 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.183+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~B6Z9FNYT2XGP.1 size=1048576 2024-07-27T18:40:10.185 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.184+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~B6Z9FNYT2XGP.2 size=346639 2024-07-27T18:40:10.188 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.187+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=B6Z9FNYT2XGP tag=LMGP12XWPSGO type=write size=3492367 2024-07-27T18:40:10.190 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.189+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=QD8DYZ0ALAQ3 type=del size=1411847 2024-07-27T18:40:10.191 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.190+0000 7fd9b0dfe780 1 < completed write operation key=CFEXWJESTIQM tag=7WKPOYJ0Q4TT type=write size=1040728 2024-07-27T18:40:10.193 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.192+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=TKK20MLFDWPJ type=write size=272099 2024-07-27T18:40:10.196 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.195+0000 7fd9b0dfe780 1 < suggested update operation key=P8NVZQG528UI tag=OT2MJ96EJTJI type=del size=1715120 2024-07-27T18:40:10.199 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.198+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~28QD5RUUCN6T.0 size=1048576 2024-07-27T18:40:10.201 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.200+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~28QD5RUUCN6T.1 size=1048576 2024-07-27T18:40:10.202 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.201+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~28QD5RUUCN6T.2 size=318996 2024-07-27T18:40:10.202 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.201+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=28QD5RUUCN6T tag=NQBOP1MU8MXO type=write size=3464724 2024-07-27T18:40:10.203 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.202+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=PX6SS4HKIV4W type=del 2024-07-27T18:40:10.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.206+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~C7A875BT3PE8.0 size=678098 2024-07-27T18:40:10.208 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.206+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=C7A875BT3PE8 tag=OG6O32J6U2Q0 type=write size=1726674 2024-07-27T18:40:10.209 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.208+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~NJOHHH6F7SMS.0 size=1048576 2024-07-27T18:40:10.210 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.209+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~NJOHHH6F7SMS.1 size=1048576 2024-07-27T18:40:10.213 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.211+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~NJOHHH6F7SMS.2 size=969932 2024-07-27T18:40:10.215 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.214+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=NJOHHH6F7SMS tag=2Z0YL071QCEP type=write size=4115660 2024-07-27T18:40:10.217 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.216+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=TZ9JJH6YU245 type=write size=459392 2024-07-27T18:40:10.221 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.220+0000 7fd9b0dfe780 1 < suggested remove operation key=E9XS4B44ASV1 tag=X6R2O6YM9AVX type=del 2024-07-27T18:40:10.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.222+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=ABV4L8RHBX26 type=del size=2494646 2024-07-27T18:40:10.224 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.223+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=4N6B3AVOHP09 type=del 2024-07-27T18:40:10.227 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.226+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~8R6VO5L9RO3P.0 size=512947 2024-07-27T18:40:10.227 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.226+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=8R6VO5L9RO3P tag=LYNILOMX278N type=write size=1561523 2024-07-27T18:40:10.229 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.228+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~UDUXHEXQBE2X.0 size=181573 2024-07-27T18:40:10.232 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.231+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=UDUXHEXQBE2X tag=L7XRCRVEULHK type=write size=1230149 2024-07-27T18:40:10.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.234+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~K55JHSRKDXJR.0 size=804973 2024-07-27T18:40:10.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.234+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=K55JHSRKDXJR tag=FHYQ5O78Y916 type=write size=1853549 2024-07-27T18:40:10.237 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.236+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~BT3BIMR1SLGC.0 size=690867 2024-07-27T18:40:10.239 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.238+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=BT3BIMR1SLGC tag=T69GK55OABFA type=write size=1739443 2024-07-27T18:40:10.241 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.240+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=4A3UNDSEWU28 type=del size=7780 2024-07-27T18:40:10.244 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.243+0000 7fd9b0dfe780 1 < suggested update operation key=YD0RYSEXBM6F tag=FT37X9946WYU type=del size=3924607 2024-07-27T18:40:10.246 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.245+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=KT65TQTCZJ4M type=del size=2643125 2024-07-27T18:40:10.248 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.246+0000 7fd9b0dfe780 1 < completed write operation key=V2SZ9U1AFGCG tag=Y6H8LI42EPMV type=write size=628579 2024-07-27T18:40:10.249 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.248+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=HZAYAPOS2I89 type=del size=1155305 2024-07-27T18:40:10.251 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.250+0000 7fd9b0dfe780 1 < completed write operation key=29DDNRGBR1QU tag=12149EP3N912 type=write size=397422 2024-07-27T18:40:10.254 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.253+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~SKHHG56X3O5E.0 size=995412 2024-07-27T18:40:10.254 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.253+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=SKHHG56X3O5E tag=9XJJP3DUDI9Y type=write size=2043988 2024-07-27T18:40:10.256 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.255+0000 7fd9b0dfe780 1 < completed write operation key=55DD8ECTT2JA tag=0A8NKGFV89G3 type=write size=643146 2024-07-27T18:40:10.259 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.257+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=WRDTJP4NMO3D type=del size=292374 2024-07-27T18:40:10.259 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.258+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~Z3Z210PHEQHD.0 size=1048576 2024-07-27T18:40:10.261 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.260+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~Z3Z210PHEQHD.1 size=1048576 2024-07-27T18:40:10.262 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.261+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~Z3Z210PHEQHD.2 size=249334 2024-07-27T18:40:10.266 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.265+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=Z3Z210PHEQHD tag=G4W8DP3KK32A type=write size=3395062 2024-07-27T18:40:10.267 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.266+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=G2RB6LT6GCZY type=del size=700257 2024-07-27T18:40:10.269 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.268+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=YRZJIETSWEN5 type=del 2024-07-27T18:40:10.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.270+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=62022KGRLGUW type=del size=3267040 2024-07-27T18:40:10.273 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.272+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~R0OH7Y5KZ3AQ.0 size=1048576 2024-07-27T18:40:10.274 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.273+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~R0OH7Y5KZ3AQ.1 size=439453 2024-07-27T18:40:10.277 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.276+0000 7fd9b0dfe780 1 < completed multipart upload key=X7P4EQ7CB100 upload=R0OH7Y5KZ3AQ tag=EE0L0E7H9XVL type=write size=2536605 2024-07-27T18:40:10.281 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.279+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~SJ26N2IZ3G0M.0 size=1048576 2024-07-27T18:40:10.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.281+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~SJ26N2IZ3G0M.1 size=874321 2024-07-27T18:40:10.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.281+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=SJ26N2IZ3G0M tag=PO7D1YJ610A2 type=write size=2971473 2024-07-27T18:40:10.284 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.283+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=QD8DYZ0ALAQ3 type=del 2024-07-27T18:40:10.287 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.286+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~YVFV75PBU1OQ.0 size=625070 2024-07-27T18:40:10.287 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.286+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=YVFV75PBU1OQ tag=7G6M9NIP9Q1C type=write size=1673646 2024-07-27T18:40:10.289 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.288+0000 7fd9b0dfe780 1 < completed write operation key=SK6LFQZNWE93 tag=TKK20MLFDWPJ type=write size=272099 2024-07-27T18:40:10.292 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.291+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~NRF5Q3QLL5LT.0 size=1048576 2024-07-27T18:40:10.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.292+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~NRF5Q3QLL5LT.1 size=633788 2024-07-27T18:40:10.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.292+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=NRF5Q3QLL5LT tag=AG46TE2YW2MP type=write size=2730940 2024-07-27T18:40:10.295 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.294+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~28QD5RUUCN6T.0 size=1048576 2024-07-27T18:40:10.295 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.294+0000 7fd9b0dfe780 1 < canceled part key=_multipart_8I5MBVTQCDVV.2~28QD5RUUCN6T.1 size=1048576 2024-07-27T18:40:10.297 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.296+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~28QD5RUUCN6T.2 size=318996 2024-07-27T18:40:10.299 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.298+0000 7fd9b0dfe780 1 < canceled multipart upload key=8I5MBVTQCDVV upload=28QD5RUUCN6T tag=NQBOP1MU8MXO type=write size=3464724 2024-07-27T18:40:10.303 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.302+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~EDPM2NFPGMIJ.0 size=362523 2024-07-27T18:40:10.303 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.302+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=EDPM2NFPGMIJ tag=8E16UR4MBUTD type=write size=1411099 2024-07-27T18:40:10.305 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.303+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~C7A875BT3PE8.0 size=678098 2024-07-27T18:40:10.308 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.307+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=C7A875BT3PE8 tag=OG6O32J6U2Q0 type=write size=1726674 2024-07-27T18:40:10.309 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.308+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=KXAAMZ4NK9BK type=del size=471424 2024-07-27T18:40:10.311 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.310+0000 7fd9b0dfe780 -1 < failed to complete operation key=YD0RYSEXBM6F tag=TZ9JJH6YU245 type=write size=459392: (22) Invalid argument 2024-07-27T18:40:10.314 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.313+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~B756AXAAM8IJ.0 size=1048576 2024-07-27T18:40:10.315 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.314+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~B756AXAAM8IJ.1 size=1048576 2024-07-27T18:40:10.317 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.316+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~B756AXAAM8IJ.2 size=382015 2024-07-27T18:40:10.317 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.316+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=B756AXAAM8IJ tag=C7GNHZUGNQX3 type=write size=3527743 2024-07-27T18:40:10.319 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.318+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=ABV4L8RHBX26 type=del 2024-07-27T18:40:10.321 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.320+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=MP7LMKJ2VJ70 type=write size=622855 2024-07-27T18:40:10.323 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.322+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~8R6VO5L9RO3P.0 size=512947 2024-07-27T18:40:10.325 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.324+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=8R6VO5L9RO3P tag=LYNILOMX278N type=write size=1561523 2024-07-27T18:40:10.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.327+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~RDIARYTM2EL9.0 size=1048576 2024-07-27T18:40:10.330 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.328+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~RDIARYTM2EL9.1 size=330038 2024-07-27T18:40:10.330 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.328+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=RDIARYTM2EL9 tag=IOZ10DMH1VPF type=write size=2427190 2024-07-27T18:40:10.331 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.330+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~K55JHSRKDXJR.0 size=804973 2024-07-27T18:40:10.334 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.333+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=K55JHSRKDXJR tag=FHYQ5O78Y916 type=write size=1853549 2024-07-27T18:40:10.337 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.336+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~Z49U16LP2N1K.0 size=1048576 2024-07-27T18:40:10.338 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.337+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~Z49U16LP2N1K.1 size=1048576 2024-07-27T18:40:10.340 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.339+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~Z49U16LP2N1K.2 size=1002859 2024-07-27T18:40:10.340 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.339+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=Z49U16LP2N1K tag=ZD7BL79UE272 type=write size=4148587 2024-07-27T18:40:10.342 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.341+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=4A3UNDSEWU28 type=del 2024-07-27T18:40:10.346 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.345+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~41NJYT8G2O2H.0 size=1048576 2024-07-27T18:40:10.347 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.346+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~41NJYT8G2O2H.1 size=658826 2024-07-27T18:40:10.347 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.346+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=41NJYT8G2O2H tag=OJQYZN4FHZLE type=write size=2755978 2024-07-27T18:40:10.349 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.348+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=KT65TQTCZJ4M type=del 2024-07-27T18:40:10.351 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.350+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=B8PDAZ31PXIP type=del size=2492675 2024-07-27T18:40:10.353 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.352+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=HZAYAPOS2I89 type=del 2024-07-27T18:40:10.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.356+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~ZIZWHW035OWC.0 size=1048576 2024-07-27T18:40:10.358 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.357+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~ZIZWHW035OWC.1 size=1048576 2024-07-27T18:40:10.359 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.358+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~ZIZWHW035OWC.2 size=383753 2024-07-27T18:40:10.359 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.358+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=ZIZWHW035OWC tag=0H3S09VU7V95 type=write size=3529481 2024-07-27T18:40:10.361 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.360+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~SKHHG56X3O5E.0 size=995412 2024-07-27T18:40:10.364 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.363+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=SKHHG56X3O5E tag=9XJJP3DUDI9Y type=write size=2043988 2024-07-27T18:40:10.368 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.367+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~PKLH9QNJBLFF.0 size=1048576 2024-07-27T18:40:10.369 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.368+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~PKLH9QNJBLFF.1 size=1048576 2024-07-27T18:40:10.371 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.370+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~PKLH9QNJBLFF.2 size=839180 2024-07-27T18:40:10.371 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.370+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=PKLH9QNJBLFF tag=OKQXYPJUFFCX type=write size=3984908 2024-07-27T18:40:10.373 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.371+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=WRDTJP4NMO3D type=del 2024-07-27T18:40:10.376 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.375+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~BNT52AZIB1HQ.0 size=1048576 2024-07-27T18:40:10.378 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.377+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~BNT52AZIB1HQ.1 size=1048576 2024-07-27T18:40:10.380 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.378+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~BNT52AZIB1HQ.2 size=511645 2024-07-27T18:40:10.380 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.378+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=BNT52AZIB1HQ tag=LUAQ0O0RXUIH type=write size=3657373 2024-07-27T18:40:10.381 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.380+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=G2RB6LT6GCZY type=del 2024-07-27T18:40:10.384 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.383+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~OJX0CUZOW3OF.0 size=1048576 2024-07-27T18:40:10.386 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.385+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~OJX0CUZOW3OF.1 size=1048576 2024-07-27T18:40:10.387 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.386+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~OJX0CUZOW3OF.2 size=594895 2024-07-27T18:40:10.387 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.386+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=OJX0CUZOW3OF tag=AD0EY2GQCJMH type=write size=3740623 2024-07-27T18:40:10.389 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.388+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=62022KGRLGUW type=del 2024-07-27T18:40:10.392 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.391+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~I5T7CHCG1184.0 size=825601 2024-07-27T18:40:10.392 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.391+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=I5T7CHCG1184 tag=FPSYT0NGIG1H type=write size=1874177 2024-07-27T18:40:10.394 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.393+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~SJ26N2IZ3G0M.0 size=1048576 2024-07-27T18:40:10.395 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.394+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~SJ26N2IZ3G0M.1 size=874321 2024-07-27T18:40:10.398 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.397+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=SJ26N2IZ3G0M tag=PO7D1YJ610A2 type=write size=2971473 2024-07-27T18:40:10.401 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.400+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~N58I5RPM2RLW.0 size=1012056 2024-07-27T18:40:10.401 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.400+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=N58I5RPM2RLW tag=A00CRJFGKDXQ type=write size=2060632 2024-07-27T18:40:10.401 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.400+0000 7fd9b0dfe780 1 < canceled part key=_multipart_X7P4EQ7CB100.2~YVFV75PBU1OQ.0 size=625070 2024-07-27T18:40:10.404 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.403+0000 7fd9b0dfe780 1 < canceled multipart upload key=X7P4EQ7CB100 upload=YVFV75PBU1OQ tag=7G6M9NIP9Q1C type=write size=1673646 2024-07-27T18:40:10.406 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.405+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=FV3OCMLMGK6D type=del size=4002966 2024-07-27T18:40:10.407 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.406+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~NRF5Q3QLL5LT.0 size=1048576 2024-07-27T18:40:10.409 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.408+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~NRF5Q3QLL5LT.1 size=633788 2024-07-27T18:40:10.412 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.411+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=NRF5Q3QLL5LT tag=AG46TE2YW2MP type=write size=2730940 2024-07-27T18:40:10.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:10 smithi179 ceph-mon[89801]: pgmap v1384: 137 pgs: 3 creating+peering, 5 unknown, 129 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 KiB/s wr, 18 op/s 2024-07-27T18:40:10.413 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.412+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=WTHELZQHAW1L type=del size=2348072 2024-07-27T18:40:10.415 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.414+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~EDPM2NFPGMIJ.0 size=362523 2024-07-27T18:40:10.418 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.417+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=EDPM2NFPGMIJ tag=8E16UR4MBUTD type=write size=1411099 2024-07-27T18:40:10.419 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.418+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=16QHVO08PHQK type=del size=1218277 2024-07-27T18:40:10.424 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.422+0000 7fd9b0dfe780 1 < suggested remove operation key=CFEXWJESTIQM tag=KXAAMZ4NK9BK type=del 2024-07-27T18:40:10.426 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.424+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=DVOCU5VA6L25 type=write size=560435 2024-07-27T18:40:10.427 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.425+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~B756AXAAM8IJ.0 size=1048576 2024-07-27T18:40:10.428 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.427+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~B756AXAAM8IJ.1 size=1048576 2024-07-27T18:40:10.429 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.428+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~B756AXAAM8IJ.2 size=382015 2024-07-27T18:40:10.432 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.431+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=B756AXAAM8IJ tag=C7GNHZUGNQX3 type=write size=3527743 2024-07-27T18:40:10.435 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.434+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~M07TWK5ZUDPY.0 size=1048576 2024-07-27T18:40:10.437 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.435+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~M07TWK5ZUDPY.1 size=487443 2024-07-27T18:40:10.437 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.435+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=M07TWK5ZUDPY tag=B9P3FVMPNFCN type=write size=2584595 2024-07-27T18:40:10.438 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.437+0000 7fd9b0dfe780 1 < completed write operation key=YYNGWXPBKSFI tag=MP7LMKJ2VJ70 type=write size=622855 2024-07-27T18:40:10.440 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.439+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=B34YF7HQXKUZ type=write size=525876 2024-07-27T18:40:10.441 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.440+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~RDIARYTM2EL9.0 size=1048576 2024-07-27T18:40:10.443 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.442+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~RDIARYTM2EL9.1 size=330038 2024-07-27T18:40:10.446 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.445+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=RDIARYTM2EL9 tag=IOZ10DMH1VPF type=write size=2427190 2024-07-27T18:40:10.448 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.447+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=L6P3R5D170U2 type=del size=1873487 2024-07-27T18:40:10.450 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.449+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~Z49U16LP2N1K.0 size=1048576 2024-07-27T18:40:10.451 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.450+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~Z49U16LP2N1K.1 size=1048576 2024-07-27T18:40:10.453 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.452+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~Z49U16LP2N1K.2 size=1002859 2024-07-27T18:40:10.456 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.455+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=Z49U16LP2N1K tag=ZD7BL79UE272 type=write size=4148587 2024-07-27T18:40:10.458 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.457+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=YY1Q8CMZ4W9Y type=del size=691005 2024-07-27T18:40:10.459 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.458+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~41NJYT8G2O2H.0 size=1048576 2024-07-27T18:40:10.461 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.460+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~41NJYT8G2O2H.1 size=658826 2024-07-27T18:40:10.464 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.463+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=41NJYT8G2O2H tag=OJQYZN4FHZLE type=write size=2755978 2024-07-27T18:40:10.468 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.467+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~ELTMTY8O65DQ.0 size=887618 2024-07-27T18:40:10.468 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.467+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=ELTMTY8O65DQ tag=JLQ1AUQUJSQ7 type=write size=1936194 2024-07-27T18:40:10.470 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.469+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=B8PDAZ31PXIP type=del 2024-07-27T18:40:10.473 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.472+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~0WLX883BSN2S.0 size=8741 2024-07-27T18:40:10.473 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.472+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=0WLX883BSN2S tag=HVG3LPGYOHA1 type=write size=1057317 2024-07-27T18:40:10.475 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.474+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~ZIZWHW035OWC.0 size=1048576 2024-07-27T18:40:10.476 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.475+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~ZIZWHW035OWC.1 size=1048576 2024-07-27T18:40:10.478 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.477+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~ZIZWHW035OWC.2 size=383753 2024-07-27T18:40:10.481 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.480+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=ZIZWHW035OWC tag=0H3S09VU7V95 type=write size=3529481 2024-07-27T18:40:10.482 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.481+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=APMUEV3RB5F0 type=del size=2023454 2024-07-27T18:40:10.484 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.483+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~PKLH9QNJBLFF.0 size=1048576 2024-07-27T18:40:10.484 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.483+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9XS4B44ASV1.2~PKLH9QNJBLFF.1 size=1048576 2024-07-27T18:40:10.485 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.484+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~PKLH9QNJBLFF.2 size=839180 2024-07-27T18:40:10.488 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.487+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9XS4B44ASV1 upload=PKLH9QNJBLFF tag=OKQXYPJUFFCX type=write size=3984908 2024-07-27T18:40:10.490 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.489+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=ZIUYSJI6FAQF type=del size=2716627 2024-07-27T18:40:10.492 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.491+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~BNT52AZIB1HQ.0 size=1048576 2024-07-27T18:40:10.493 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.492+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~BNT52AZIB1HQ.1 size=1048576 2024-07-27T18:40:10.495 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.493+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~BNT52AZIB1HQ.2 size=511645 2024-07-27T18:40:10.497 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.496+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=BNT52AZIB1HQ tag=LUAQ0O0RXUIH type=write size=3657373 2024-07-27T18:40:10.499 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.498+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=CE1ERNOJNABS type=del size=1253516 2024-07-27T18:40:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:10 smithi029 ceph-mon[99353]: pgmap v1384: 137 pgs: 3 creating+peering, 5 unknown, 129 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 KiB/s wr, 18 op/s 2024-07-27T18:40:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:10 smithi029 ceph-mon[96870]: pgmap v1384: 137 pgs: 3 creating+peering, 5 unknown, 129 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 KiB/s wr, 18 op/s 2024-07-27T18:40:10.501 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.499+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~OJX0CUZOW3OF.0 size=1048576 2024-07-27T18:40:10.502 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.501+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~OJX0CUZOW3OF.1 size=1048576 2024-07-27T18:40:10.503 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.502+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~OJX0CUZOW3OF.2 size=594895 2024-07-27T18:40:10.506 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.505+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=OJX0CUZOW3OF tag=AD0EY2GQCJMH type=write size=3740623 2024-07-27T18:40:10.509 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.508+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~M6QQAODA60GM.0 size=1048576 2024-07-27T18:40:10.511 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.510+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~M6QQAODA60GM.1 size=514752 2024-07-27T18:40:10.511 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.510+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=M6QQAODA60GM tag=QNQWCOQ2VRIN type=write size=2611904 2024-07-27T18:40:10.513 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.512+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~I5T7CHCG1184.0 size=825601 2024-07-27T18:40:10.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.515+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=I5T7CHCG1184 tag=FPSYT0NGIG1H type=write size=1874177 2024-07-27T18:40:10.518 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.517+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=TWPF3RTYMVJR type=del size=2506147 2024-07-27T18:40:10.520 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.519+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~N58I5RPM2RLW.0 size=1012056 2024-07-27T18:40:10.523 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.522+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=N58I5RPM2RLW tag=A00CRJFGKDXQ type=write size=2060632 2024-07-27T18:40:10.526 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.525+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~EAR7L75LY00P.0 size=1048576 2024-07-27T18:40:10.528 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.527+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~EAR7L75LY00P.1 size=126333 2024-07-27T18:40:10.528 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.527+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=EAR7L75LY00P tag=6OKEX1NCD0TQ type=write size=2223485 2024-07-27T18:40:10.529 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.528+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=FV3OCMLMGK6D type=del 2024-07-27T18:40:10.531 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.530+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=L7Z4ZUFSKPE8 type=del size=3438482 2024-07-27T18:40:10.533 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.532+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=WTHELZQHAW1L type=del 2024-07-27T18:40:10.535 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.534+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=Q8MHRJSWF23Q type=write size=471926 2024-07-27T18:40:10.537 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.536+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=16QHVO08PHQK type=del 2024-07-27T18:40:10.540 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.539+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~JZDVK8VFLSDO.0 size=1048576 2024-07-27T18:40:10.541 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.540+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~JZDVK8VFLSDO.1 size=1048576 2024-07-27T18:40:10.543 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.542+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~JZDVK8VFLSDO.2 size=123598 2024-07-27T18:40:10.543 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.542+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=JZDVK8VFLSDO tag=5YHW1VXM8UCS type=write size=3269326 2024-07-27T18:40:10.544 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.543+0000 7fd9b0dfe780 1 < completed write operation key=86SBFWKFIZ50 tag=DVOCU5VA6L25 type=write size=560435 2024-07-27T18:40:10.546 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.545+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=4M5D1VVMAB5D type=del size=1009106 2024-07-27T18:40:10.548 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.547+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~M07TWK5ZUDPY.0 size=1048576 2024-07-27T18:40:10.549 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.548+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~M07TWK5ZUDPY.1 size=487443 2024-07-27T18:40:10.552 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.551+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=M07TWK5ZUDPY tag=B9P3FVMPNFCN type=write size=2584595 2024-07-27T18:40:10.554 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.553+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=G395TBBVRVSL type=del size=572105 2024-07-27T18:40:10.555 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.554+0000 7fd9b0dfe780 1 < canceled operation key=L423106KP3PL tag=B34YF7HQXKUZ type=write size=525876 2024-07-27T18:40:10.557 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.556+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=38126PR5CHXL type=write size=659650 2024-07-27T18:40:10.561 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.560+0000 7fd9b0dfe780 1 < suggested update operation key=E9Y61GIX83FA tag=L6P3R5D170U2 type=del size=1873487 2024-07-27T18:40:10.563 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.561+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=9RVM47GMJF4W type=del size=1604209 2024-07-27T18:40:10.564 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.563+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=YY1Q8CMZ4W9Y type=del 2024-07-27T18:40:10.566 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.565+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=VJ7RNH4H0V1U type=del size=3572138 2024-07-27T18:40:10.568 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.567+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~ELTMTY8O65DQ.0 size=887618 2024-07-27T18:40:10.571 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.570+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=ELTMTY8O65DQ tag=JLQ1AUQUJSQ7 type=write size=1936194 2024-07-27T18:40:10.573 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.572+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=NHM8XECC0WP8 type=del size=3555949 2024-07-27T18:40:10.574 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.573+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~0WLX883BSN2S.0 size=8741 2024-07-27T18:40:10.578 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.576+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=0WLX883BSN2S tag=HVG3LPGYOHA1 type=write size=1057317 2024-07-27T18:40:10.579 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.578+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=TLZDTSC0HLSM type=del size=2802624 2024-07-27T18:40:10.582 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.580+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=APMUEV3RB5F0 type=del 2024-07-27T18:40:10.584 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.583+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=HGD6Y81XJ8RB type=write size=766331 2024-07-27T18:40:10.585 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.584+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=ZIUYSJI6FAQF type=del 2024-07-27T18:40:10.589 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.588+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~FP5N4C3S5H6G.0 size=672891 2024-07-27T18:40:10.589 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.588+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=FP5N4C3S5H6G tag=PHUPTM105CT6 type=write size=1721467 2024-07-27T18:40:10.591 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.590+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=CE1ERNOJNABS type=del 2024-07-27T18:40:10.593 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.592+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=7W11E2NC3XT4 type=del size=941509 2024-07-27T18:40:10.596 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.594+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~M6QQAODA60GM.0 size=1048576 2024-07-27T18:40:10.596 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.595+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~M6QQAODA60GM.1 size=514752 2024-07-27T18:40:10.600 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.598+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=M6QQAODA60GM tag=QNQWCOQ2VRIN type=write size=2611904 2024-07-27T18:40:10.603 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.602+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~FV0UZS6JJC30.0 size=1048576 2024-07-27T18:40:10.604 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.603+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~FV0UZS6JJC30.1 size=735719 2024-07-27T18:40:10.605 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.603+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=FV0UZS6JJC30 tag=6UMWXBYK341N type=write size=2832871 2024-07-27T18:40:10.606 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.605+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=TWPF3RTYMVJR type=del 2024-07-27T18:40:10.610 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.609+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~D1O5YCABAGJC.0 size=1048576 2024-07-27T18:40:10.611 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.610+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~D1O5YCABAGJC.1 size=138549 2024-07-27T18:40:10.611 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.610+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=D1O5YCABAGJC tag=QG3OXT1TH72M type=write size=2235701 2024-07-27T18:40:10.613 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.612+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~EAR7L75LY00P.0 size=1048576 2024-07-27T18:40:10.615 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.614+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~EAR7L75LY00P.1 size=126333 2024-07-27T18:40:10.619 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.617+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=EAR7L75LY00P tag=6OKEX1NCD0TQ type=write size=2223485 2024-07-27T18:40:10.622 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.620+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~Q32W5WFNUQBL.0 size=1048576 2024-07-27T18:40:10.623 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.622+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~Q32W5WFNUQBL.1 size=488515 2024-07-27T18:40:10.623 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.622+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=Q32W5WFNUQBL tag=UJ8ISHI622NG type=write size=2585667 2024-07-27T18:40:10.625 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.624+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=L7Z4ZUFSKPE8 type=del 2024-07-27T18:40:10.628 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.627+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~THH08LWWXD2H.0 size=1035036 2024-07-27T18:40:10.628 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.627+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=THH08LWWXD2H tag=BUIQTT6AD3KR type=write size=2083612 2024-07-27T18:40:10.630 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.629+0000 7fd9b0dfe780 1 < completed write operation key=P8NVZQG528UI tag=Q8MHRJSWF23Q type=write size=471926 2024-07-27T18:40:10.634 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.632+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~JTF6RWO7Y43D.0 size=274532 2024-07-27T18:40:10.634 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.632+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=JTF6RWO7Y43D tag=2BVNJLR18011 type=write size=1323108 2024-07-27T18:40:10.635 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.634+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~JZDVK8VFLSDO.0 size=1048576 2024-07-27T18:40:10.637 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.636+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~JZDVK8VFLSDO.1 size=1048576 2024-07-27T18:40:10.638 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.637+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~JZDVK8VFLSDO.2 size=123598 2024-07-27T18:40:10.642 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.640+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=JZDVK8VFLSDO tag=5YHW1VXM8UCS type=write size=3269326 2024-07-27T18:40:10.643 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.642+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=JZ6BFN0TJM2L type=del size=1979787 2024-07-27T18:40:10.645 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.644+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=4M5D1VVMAB5D type=del 2024-07-27T18:40:10.648 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.647+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~R0YCGAMA3638.0 size=1048576 2024-07-27T18:40:10.650 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.649+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~R0YCGAMA3638.1 size=351716 2024-07-27T18:40:10.650 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.649+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=R0YCGAMA3638 tag=Y3VRRVIDOU1R type=write size=2448868 2024-07-27T18:40:10.651 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.650+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=G395TBBVRVSL type=del 2024-07-27T18:40:10.654 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.653+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~TC937Y5VZSL7.0 size=1048576 2024-07-27T18:40:10.656 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.655+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~TC937Y5VZSL7.1 size=1048576 2024-07-27T18:40:10.657 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.656+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~TC937Y5VZSL7.2 size=249382 2024-07-27T18:40:10.657 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.656+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=TC937Y5VZSL7 tag=E7K1RRCJ1XJM type=write size=3395110 2024-07-27T18:40:10.659 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.658+0000 7fd9b0dfe780 1 < completed write operation key=X7P4EQ7CB100 tag=38126PR5CHXL type=write size=659650 2024-07-27T18:40:10.663 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.661+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~50Z9OYX40NL4.0 size=1048576 2024-07-27T18:40:10.664 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.663+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~50Z9OYX40NL4.1 size=770592 2024-07-27T18:40:10.664 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.663+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=50Z9OYX40NL4 tag=GI7ZNUIV99T7 type=write size=2867744 2024-07-27T18:40:10.666 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.665+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=9RVM47GMJF4W type=del 2024-07-27T18:40:10.667 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.666+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=KCUP5JCHY3RW type=del size=1850613 2024-07-27T18:40:10.671 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.670+0000 7fd9b0dfe780 1 < suggested update operation key=351SUKW6MLKV tag=VJ7RNH4H0V1U type=del size=3572138 2024-07-27T18:40:10.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.673+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~R1LRATJZAT6D.0 size=1048576 2024-07-27T18:40:10.676 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.675+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~R1LRATJZAT6D.1 size=1048576 2024-07-27T18:40:10.677 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.676+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~R1LRATJZAT6D.2 size=450721 2024-07-27T18:40:10.678 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.676+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=R1LRATJZAT6D tag=DNUHM70D5J4U type=write size=3596449 2024-07-27T18:40:10.681 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.680+0000 7fd9b0dfe780 1 < suggested update operation key=BQPHSDB02Z8O tag=NHM8XECC0WP8 type=del size=3555949 2024-07-27T18:40:10.683 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.681+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=ALQ6WIQHAC3W type=del size=3092575 2024-07-27T18:40:10.684 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.683+0000 7fd9b0dfe780 1 < canceled operation key=CFEXWJESTIQM tag=TLZDTSC0HLSM type=del size=2802624 2024-07-27T18:40:10.688 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.687+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~3WHYECRG92FK.0 size=1048576 2024-07-27T18:40:10.689 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.688+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~3WHYECRG92FK.1 size=977508 2024-07-27T18:40:10.689 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.688+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=3WHYECRG92FK tag=HPC157TE0EMV type=write size=3074660 2024-07-27T18:40:10.691 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.690+0000 7fd9b0dfe780 1 < completed write operation key=E9Y61GIX83FA tag=HGD6Y81XJ8RB type=write size=766331 2024-07-27T18:40:10.693 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.691+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=KR0L0OK5XP2P type=del size=3511727 2024-07-27T18:40:10.694 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.693+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~FP5N4C3S5H6G.0 size=672891 2024-07-27T18:40:10.697 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.696+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=FP5N4C3S5H6G tag=PHUPTM105CT6 type=write size=1721467 2024-07-27T18:40:10.699 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.698+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=H32AXGYC528F type=del size=1146178 2024-07-27T18:40:10.701 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.699+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=7W11E2NC3XT4 type=del 2024-07-27T18:40:10.702 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.701+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=201LBOHK8T3M type=del size=1173143 2024-07-27T18:40:10.704 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.703+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~FV0UZS6JJC30.0 size=1048576 2024-07-27T18:40:10.705 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.704+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~FV0UZS6JJC30.1 size=735719 2024-07-27T18:40:10.709 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.707+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=FV0UZS6JJC30 tag=6UMWXBYK341N type=write size=2832871 2024-07-27T18:40:10.711 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.710+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=7VHALB6P2E1U type=del size=2074854 2024-07-27T18:40:10.712 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.711+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~D1O5YCABAGJC.0 size=1048576 2024-07-27T18:40:10.714 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.713+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~D1O5YCABAGJC.1 size=138549 2024-07-27T18:40:10.717 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.716+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=D1O5YCABAGJC tag=QG3OXT1TH72M type=write size=2235701 2024-07-27T18:40:10.719 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.718+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=B05HJE75M32Z type=del size=1138668 2024-07-27T18:40:10.720 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.719+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~Q32W5WFNUQBL.0 size=1048576 2024-07-27T18:40:10.722 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.721+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~Q32W5WFNUQBL.1 size=488515 2024-07-27T18:40:10.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.723+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=Q32W5WFNUQBL tag=UJ8ISHI622NG type=write size=2585667 2024-07-27T18:40:10.727 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.726+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=5DV8BE3TTP0G type=del size=1640290 2024-07-27T18:40:10.729 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.727+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~THH08LWWXD2H.0 size=1035036 2024-07-27T18:40:10.732 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.731+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=THH08LWWXD2H tag=BUIQTT6AD3KR type=write size=2083612 2024-07-27T18:40:10.733 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.732+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=JWOH9LSIVUY4 type=del size=479588 2024-07-27T18:40:10.734 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.733+0000 7fd9b0dfe780 1 < canceled part key=_multipart_95K99DI46WJ8.2~JTF6RWO7Y43D.0 size=274532 2024-07-27T18:40:10.737 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.736+0000 7fd9b0dfe780 1 < canceled multipart upload key=95K99DI46WJ8 upload=JTF6RWO7Y43D tag=2BVNJLR18011 type=write size=1323108 2024-07-27T18:40:10.740 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.739+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~IVOE5QCCY3FS.0 size=1048576 2024-07-27T18:40:10.741 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.740+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~IVOE5QCCY3FS.1 size=366543 2024-07-27T18:40:10.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.740+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=IVOE5QCCY3FS tag=JG1WA5OMKZ6V type=write size=2463695 2024-07-27T18:40:10.743 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.742+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=JZ6BFN0TJM2L type=del 2024-07-27T18:40:10.745 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.744+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=0B3264H1BSJE type=write size=911112 2024-07-27T18:40:10.747 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.746+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~R0YCGAMA3638.0 size=1048576 2024-07-27T18:40:10.748 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.747+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~R0YCGAMA3638.1 size=351716 2024-07-27T18:40:10.751 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.750+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=R0YCGAMA3638 tag=Y3VRRVIDOU1R type=write size=2448868 2024-07-27T18:40:10.753 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.752+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=SUJ8OUI8WZCY type=write size=645462 2024-07-27T18:40:10.755 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.754+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~TC937Y5VZSL7.0 size=1048576 2024-07-27T18:40:10.756 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.755+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~TC937Y5VZSL7.1 size=1048576 2024-07-27T18:40:10.757 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.756+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~TC937Y5VZSL7.2 size=249382 2024-07-27T18:40:10.761 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.760+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=TC937Y5VZSL7 tag=E7K1RRCJ1XJM type=write size=3395110 2024-07-27T18:40:10.763 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.761+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=NC9EYESLFAUN type=del size=330819 2024-07-27T18:40:10.763 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.762+0000 7fd9b0dfe780 1 < canceled part key=_multipart_BQPHSDB02Z8O.2~50Z9OYX40NL4.0 size=1048576 2024-07-27T18:40:10.763 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.762+0000 7fd9b0dfe780 1 < canceled part key=_multipart_BQPHSDB02Z8O.2~50Z9OYX40NL4.1 size=770592 2024-07-27T18:40:10.766 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.764+0000 7fd9b0dfe780 1 < canceled multipart upload key=BQPHSDB02Z8O upload=50Z9OYX40NL4 tag=GI7ZNUIV99T7 type=write size=2867744 2024-07-27T18:40:10.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.766+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=JNBZ2GF347Z0 type=del size=2906508 2024-07-27T18:40:10.769 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.768+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=KCUP5JCHY3RW type=del 2024-07-27T18:40:10.771 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.770+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=CWOP3Z09AAQ4 type=del size=3943526 2024-07-27T18:40:10.773 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.772+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~R1LRATJZAT6D.0 size=1048576 2024-07-27T18:40:10.774 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.773+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~R1LRATJZAT6D.1 size=1048576 2024-07-27T18:40:10.776 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.774+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~R1LRATJZAT6D.2 size=450721 2024-07-27T18:40:10.778 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.777+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=R1LRATJZAT6D tag=DNUHM70D5J4U type=write size=3596449 2024-07-27T18:40:10.780 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.779+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=XZ5VN3YXJ38G type=del size=1244063 2024-07-27T18:40:10.782 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.781+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=ALQ6WIQHAC3W type=del 2024-07-27T18:40:10.784 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.783+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=EQYOVZOQMWTF type=del size=2789091 2024-07-27T18:40:10.786 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.785+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~3WHYECRG92FK.0 size=1048576 2024-07-27T18:40:10.787 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.786+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~3WHYECRG92FK.1 size=977508 2024-07-27T18:40:10.790 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.789+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=3WHYECRG92FK tag=HPC157TE0EMV type=write size=3074660 2024-07-27T18:40:10.792 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.791+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=KUPXFMGOQ5EX type=del size=786771 2024-07-27T18:40:10.794 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.793+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=KR0L0OK5XP2P type=del 2024-07-27T18:40:10.797 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.796+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~GIVAO62D3R35.0 size=22172 2024-07-27T18:40:10.797 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.796+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=GIVAO62D3R35 tag=S34R2319J4YR type=write size=1070748 2024-07-27T18:40:10.801 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.800+0000 7fd9b0dfe780 1 < suggested remove operation key=E9XS4B44ASV1 tag=H32AXGYC528F type=del 2024-07-27T18:40:10.803 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.802+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=7KIEMH5SB1ML type=del size=2767421 2024-07-27T18:40:10.805 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.804+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=201LBOHK8T3M type=del 2024-07-27T18:40:10.808 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.807+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~J0ACQN35I2PA.0 size=789507 2024-07-27T18:40:10.808 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.807+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=J0ACQN35I2PA tag=YWUEUJ4SIS82 type=write size=1838083 2024-07-27T18:40:10.810 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.809+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=7VHALB6P2E1U type=del 2024-07-27T18:40:10.812 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.811+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=FVDVL14VSC36 type=write size=540330 2024-07-27T18:40:10.814 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.813+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=B05HJE75M32Z type=del 2024-07-27T18:40:10.816 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.815+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=HR0EAGPOFYY2 type=del size=44310 2024-07-27T18:40:10.819 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.818+0000 7fd9b0dfe780 1 < suggested remove operation key=X7P4EQ7CB100 tag=5DV8BE3TTP0G type=del 2024-07-27T18:40:10.826 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.821+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~SQUGW5YXM4MS.0 size=1048576 2024-07-27T18:40:10.826 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.823+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~SQUGW5YXM4MS.1 size=972592 2024-07-27T18:40:10.826 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.823+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=SQUGW5YXM4MS tag=KEYDATSINSRH type=write size=3069744 2024-07-27T18:40:10.826 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.824+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=JWOH9LSIVUY4 type=del 2024-07-27T18:40:10.828 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.826+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=BMT1FMIM0U4R type=del size=53334 2024-07-27T18:40:10.830 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.828+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~IVOE5QCCY3FS.0 size=1048576 2024-07-27T18:40:10.831 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.830+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~IVOE5QCCY3FS.1 size=366543 2024-07-27T18:40:10.834 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.832+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=IVOE5QCCY3FS tag=JG1WA5OMKZ6V type=write size=2463695 2024-07-27T18:40:10.837 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.836+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~RYC4W93FQ4OT.0 size=259687 2024-07-27T18:40:10.837 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.836+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=RYC4W93FQ4OT tag=YM99YTE6C2AR type=write size=1308263 2024-07-27T18:40:10.840 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.839+0000 7fd9b0dfe780 1 < suggested update operation key=L423106KP3PL tag=0B3264H1BSJE type=write size=911112 2024-07-27T18:40:10.842 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.841+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=F4JCZE0C6IZZ type=del size=3405111 2024-07-27T18:40:10.844 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.843+0000 7fd9b0dfe780 1 < completed write operation key=29DDNRGBR1QU tag=SUJ8OUI8WZCY type=write size=645462 2024-07-27T18:40:10.845 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.844+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=ZSCVNC1V0BV9 type=del size=3411738 2024-07-27T18:40:10.847 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.846+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=NC9EYESLFAUN type=del 2024-07-27T18:40:10.851 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.850+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~KFBPGSRJH2S4.0 size=1048576 2024-07-27T18:40:10.852 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.851+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~KFBPGSRJH2S4.1 size=1048576 2024-07-27T18:40:10.853 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.852+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~KFBPGSRJH2S4.2 size=909912 2024-07-27T18:40:10.854 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.852+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=KFBPGSRJH2S4 tag=18JBFEOX01HH type=write size=4055640 2024-07-27T18:40:10.856 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.855+0000 7fd9b0dfe780 -1 < failed to complete operation key=E9XS4B44ASV1 tag=JNBZ2GF347Z0 type=del size=2906508: (22) Invalid argument 2024-07-27T18:40:10.859 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.858+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~HZD5Y12E7YWM.0 size=1048576 2024-07-27T18:40:10.861 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.859+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~HZD5Y12E7YWM.1 size=1048576 2024-07-27T18:40:10.862 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.861+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~HZD5Y12E7YWM.2 size=577068 2024-07-27T18:40:10.862 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.861+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=HZD5Y12E7YWM tag=78ZW6T0AKNAW type=write size=3722796 2024-07-27T18:40:10.864 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.863+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=CWOP3Z09AAQ4 type=del 2024-07-27T18:40:10.867 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.866+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~DL92FO18XVY2.0 size=410761 2024-07-27T18:40:10.867 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.866+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=DL92FO18XVY2 tag=T0TZGPG44I7D type=write size=1459337 2024-07-27T18:40:10.867 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.866+0000 7fd9b0dfe780 -1 < no bi entry to suggest for operation key=E9XS4B44ASV1 tag=XZ5VN3YXJ38G type=del size=1244063: (2) No such file or directory 2024-07-27T18:40:10.869 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.868+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=AH4MFFJGDGH4 type=del size=3026217 2024-07-27T18:40:10.871 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.870+0000 7fd9b0dfe780 -1 < failed to complete operation key=L423106KP3PL tag=EQYOVZOQMWTF type=del size=2789091: (22) Invalid argument 2024-07-27T18:40:10.874 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.873+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~Y5DGGXE22W88.0 size=1048576 2024-07-27T18:40:10.876 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.875+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~Y5DGGXE22W88.1 size=1048576 2024-07-27T18:40:10.877 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.876+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~Y5DGGXE22W88.2 size=371510 2024-07-27T18:40:10.877 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.876+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=Y5DGGXE22W88 tag=VCMD56DGC54X type=write size=3517238 2024-07-27T18:40:10.879 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.878+0000 7fd9b0dfe780 -1 < failed to complete operation key=X7P4EQ7CB100 tag=KUPXFMGOQ5EX type=del size=786771: (22) Invalid argument 2024-07-27T18:40:10.882 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.881+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~NR5TASYJ3ZZ7.0 size=1048576 2024-07-27T18:40:10.884 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.883+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~NR5TASYJ3ZZ7.1 size=1048576 2024-07-27T18:40:10.885 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.884+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~NR5TASYJ3ZZ7.2 size=839081 2024-07-27T18:40:10.886 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.884+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=NR5TASYJ3ZZ7 tag=DXBX2K35VF88 type=write size=3984809 2024-07-27T18:40:10.887 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.886+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~GIVAO62D3R35.0 size=22172 2024-07-27T18:40:10.890 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.889+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=GIVAO62D3R35 tag=S34R2319J4YR type=write size=1070748 2024-07-27T18:40:10.894 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.893+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~G7I52AMUIGYC.0 size=2499 2024-07-27T18:40:10.894 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.893+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=G7I52AMUIGYC tag=C95HAVHI2JRR type=write size=1051075 2024-07-27T18:40:10.896 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.895+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=7KIEMH5SB1ML type=del 2024-07-27T18:40:10.899 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.898+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~2BF6OB7NFISB.0 size=1048576 2024-07-27T18:40:10.901 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.899+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~2BF6OB7NFISB.1 size=222458 2024-07-27T18:40:10.901 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.899+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=2BF6OB7NFISB tag=KX3Q2FC38501 type=write size=2319610 2024-07-27T18:40:10.902 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.901+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~J0ACQN35I2PA.0 size=789507 2024-07-27T18:40:10.905 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.904+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=J0ACQN35I2PA tag=YWUEUJ4SIS82 type=write size=1838083 2024-07-27T18:40:10.908 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.907+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~Z8AIP8Y7NAM4.0 size=1048576 2024-07-27T18:40:10.909 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.908+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~Z8AIP8Y7NAM4.1 size=928010 2024-07-27T18:40:10.910 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.908+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=Z8AIP8Y7NAM4 tag=V7MDG6JTBELL type=write size=3025162 2024-07-27T18:40:10.911 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.910+0000 7fd9b0dfe780 1 < completed write operation key=BQPHSDB02Z8O tag=FVDVL14VSC36 type=write size=540330 2024-07-27T18:40:10.913 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.912+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=33FLRRA888MY type=del size=3353526 2024-07-27T18:40:10.914 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.913+0000 7fd9b0dfe780 1 < completed delete operation key=39IO5R6BZ3YC tag=HR0EAGPOFYY2 type=del 2024-07-27T18:40:10.916 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.915+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=D22S8PEAI2UP type=del size=1378972 2024-07-27T18:40:10.919 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.918+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~SQUGW5YXM4MS.0 size=1048576 2024-07-27T18:40:10.920 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.919+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~SQUGW5YXM4MS.1 size=972592 2024-07-27T18:40:10.923 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.922+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=SQUGW5YXM4MS tag=KEYDATSINSRH type=write size=3069744 2024-07-27T18:40:10.925 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.924+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=IICB8AVZ43K4 type=del size=398199 2024-07-27T18:40:10.927 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.926+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=BMT1FMIM0U4R type=del 2024-07-27T18:40:10.930 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.929+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~G4JOWRKLIROD.0 size=1048576 2024-07-27T18:40:10.932 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.931+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~G4JOWRKLIROD.1 size=306432 2024-07-27T18:40:10.932 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.931+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=G4JOWRKLIROD tag=HWRCY3CMBNSU type=write size=2403584 2024-07-27T18:40:10.933 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.932+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~RYC4W93FQ4OT.0 size=259687 2024-07-27T18:40:10.936 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.935+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=RYC4W93FQ4OT tag=YM99YTE6C2AR type=write size=1308263 2024-07-27T18:40:10.938 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.937+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=VDIPIJ2RZITY type=del size=862690 2024-07-27T18:40:10.942 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.941+0000 7fd9b0dfe780 1 < suggested update operation key=RC22Q26LLIA2 tag=F4JCZE0C6IZZ type=del size=3405111 2024-07-27T18:40:10.945 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.944+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~SXS5MPAOOUI9.0 size=1048576 2024-07-27T18:40:10.946 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.945+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~SXS5MPAOOUI9.1 size=1048576 2024-07-27T18:40:10.948 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.947+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~SXS5MPAOOUI9.2 size=813677 2024-07-27T18:40:10.948 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.947+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=SXS5MPAOOUI9 tag=RDMXFPS4WZMF type=write size=3959405 2024-07-27T18:40:10.950 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.949+0000 7fd9b0dfe780 1 < completed delete operation key=39IO5R6BZ3YC tag=ZSCVNC1V0BV9 type=del 2024-07-27T18:40:10.952 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.951+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=10QG7CYNT1EZ type=del size=2014578 2024-07-27T18:40:10.953 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.952+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~KFBPGSRJH2S4.0 size=1048576 2024-07-27T18:40:10.955 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.954+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~KFBPGSRJH2S4.1 size=1048576 2024-07-27T18:40:10.957 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.955+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~KFBPGSRJH2S4.2 size=909912 2024-07-27T18:40:10.960 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.959+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=KFBPGSRJH2S4 tag=18JBFEOX01HH type=write size=4055640 2024-07-27T18:40:10.963 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.962+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~G2GOMRAQGVG5.0 size=1048576 2024-07-27T18:40:10.965 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.964+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~G2GOMRAQGVG5.1 size=14919 2024-07-27T18:40:10.965 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.964+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=G2GOMRAQGVG5 tag=RGNINWS95NRG type=write size=2112071 2024-07-27T18:40:10.967 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.966+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~HZD5Y12E7YWM.0 size=1048576 2024-07-27T18:40:10.967 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.966+0000 7fd9b0dfe780 1 < canceled part key=_multipart_F8NI5O3PM0RO.2~HZD5Y12E7YWM.1 size=1048576 2024-07-27T18:40:10.968 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.967+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~HZD5Y12E7YWM.2 size=577068 2024-07-27T18:40:10.972 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.970+0000 7fd9b0dfe780 1 < canceled multipart upload key=F8NI5O3PM0RO upload=HZD5Y12E7YWM tag=78ZW6T0AKNAW type=write size=3722796 2024-07-27T18:40:10.975 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.974+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~KD3VINIEB2VE.0 size=411694 2024-07-27T18:40:10.975 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.974+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=KD3VINIEB2VE tag=4UDDBOPEACNR type=write size=1460270 2024-07-27T18:40:10.975 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.974+0000 7fd9b0dfe780 1 < canceled part key=_multipart_CFEXWJESTIQM.2~DL92FO18XVY2.0 size=410761 2024-07-27T18:40:10.978 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.977+0000 7fd9b0dfe780 1 < canceled multipart upload key=CFEXWJESTIQM upload=DL92FO18XVY2 tag=T0TZGPG44I7D type=write size=1459337 2024-07-27T18:40:10.980 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.979+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=3Q32E86C0VV8 type=write size=275054 2024-07-27T18:40:10.982 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.981+0000 7fd9b0dfe780 1 < canceled operation key=ERT6LG30K8WA tag=AH4MFFJGDGH4 type=del size=3026217 2024-07-27T18:40:10.985 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.984+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~B0R5T973ZUIP.0 size=460888 2024-07-27T18:40:10.985 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.984+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=B0R5T973ZUIP tag=7L9DAORIKZ73 type=write size=1509464 2024-07-27T18:40:10.987 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.986+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~Y5DGGXE22W88.0 size=1048576 2024-07-27T18:40:10.988 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.987+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~Y5DGGXE22W88.1 size=1048576 2024-07-27T18:40:10.990 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.988+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~Y5DGGXE22W88.2 size=371510 2024-07-27T18:40:10.993 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.992+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=Y5DGGXE22W88 tag=VCMD56DGC54X type=write size=3517238 2024-07-27T18:40:10.995 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.993+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=MFDVEGKEEZ8G type=write size=135132 2024-07-27T18:40:10.996 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.995+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~NR5TASYJ3ZZ7.0 size=1048576 2024-07-27T18:40:10.998 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.997+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~NR5TASYJ3ZZ7.1 size=1048576 2024-07-27T18:40:10.999 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:10.998+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~NR5TASYJ3ZZ7.2 size=839081 2024-07-27T18:40:11.002 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.001+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=NR5TASYJ3ZZ7 tag=DXBX2K35VF88 type=write size=3984809 2024-07-27T18:40:11.004 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.003+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=9Q03WWFWFN4D type=del size=3360984 2024-07-27T18:40:11.005 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.004+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~G7I52AMUIGYC.0 size=2499 2024-07-27T18:40:11.009 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.007+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=G7I52AMUIGYC tag=C95HAVHI2JRR type=write size=1051075 2024-07-27T18:40:11.010 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.009+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=8UIC3KY2KFI0 type=del size=3934420 2024-07-27T18:40:11.012 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.011+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~2BF6OB7NFISB.0 size=1048576 2024-07-27T18:40:11.014 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.013+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~2BF6OB7NFISB.1 size=222458 2024-07-27T18:40:11.017 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.016+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=2BF6OB7NFISB tag=KX3Q2FC38501 type=write size=2319610 2024-07-27T18:40:11.019 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.018+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=NOVH3L28PQ0O type=del size=2401978 2024-07-27T18:40:11.021 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.020+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~Z8AIP8Y7NAM4.0 size=1048576 2024-07-27T18:40:11.022 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.021+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~Z8AIP8Y7NAM4.1 size=928010 2024-07-27T18:40:11.025 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.024+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=Z8AIP8Y7NAM4 tag=V7MDG6JTBELL type=write size=3025162 2024-07-27T18:40:11.027 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.026+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=LJ14IYP34RU2 type=del size=508181 2024-07-27T18:40:11.029 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.028+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=33FLRRA888MY type=del 2024-07-27T18:40:11.032 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.031+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~VVPI6EDFJ1AI.0 size=1048576 2024-07-27T18:40:11.035 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.033+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~VVPI6EDFJ1AI.1 size=1048576 2024-07-27T18:40:11.036 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.035+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~VVPI6EDFJ1AI.2 size=468670 2024-07-27T18:40:11.036 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.035+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=VVPI6EDFJ1AI tag=B3SU06FVU15N type=write size=3614398 2024-07-27T18:40:11.038 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.037+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=D22S8PEAI2UP type=del 2024-07-27T18:40:11.039 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.038+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=IWNZ9RVLR72Z type=del size=1426863 2024-07-27T18:40:11.041 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.040+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=IICB8AVZ43K4 type=del 2024-07-27T18:40:11.043 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.042+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=NLY2XMRFX3JV type=del size=2971738 2024-07-27T18:40:11.044 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.043+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~G4JOWRKLIROD.0 size=1048576 2024-07-27T18:40:11.046 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.045+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~G4JOWRKLIROD.1 size=306432 2024-07-27T18:40:11.050 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.049+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=G4JOWRKLIROD tag=HWRCY3CMBNSU type=write size=2403584 2024-07-27T18:40:11.052 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.050+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=8BJ2YV0ZIDM1 type=write size=1036805 2024-07-27T18:40:11.053 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.052+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=VDIPIJ2RZITY type=del 2024-07-27T18:40:11.057 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.056+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~J5X3IJNUAUWG.0 size=1048576 2024-07-27T18:40:11.058 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.057+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~J5X3IJNUAUWG.1 size=369826 2024-07-27T18:40:11.058 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.057+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=J5X3IJNUAUWG tag=1K8T1CJ6F862 type=write size=2466978 2024-07-27T18:40:11.060 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.059+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~SXS5MPAOOUI9.0 size=1048576 2024-07-27T18:40:11.061 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.060+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~SXS5MPAOOUI9.1 size=1048576 2024-07-27T18:40:11.063 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.062+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~SXS5MPAOOUI9.2 size=813677 2024-07-27T18:40:11.066 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.065+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=SXS5MPAOOUI9 tag=RDMXFPS4WZMF type=write size=3959405 2024-07-27T18:40:11.068 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.067+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=ATNYTIYCDNCM type=del size=1669310 2024-07-27T18:40:11.070 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.069+0000 7fd9b0dfe780 1 < canceled operation key=29DDNRGBR1QU tag=10QG7CYNT1EZ type=del size=2014578 2024-07-27T18:40:11.071 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.070+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=TN8OIRHLGQQL type=write size=558233 2024-07-27T18:40:11.073 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.072+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~G2GOMRAQGVG5.0 size=1048576 2024-07-27T18:40:11.074 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.073+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~G2GOMRAQGVG5.1 size=14919 2024-07-27T18:40:11.078 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.077+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=G2GOMRAQGVG5 tag=RGNINWS95NRG type=write size=2112071 2024-07-27T18:40:11.081 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.080+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~6GGCM5BJ8TEN.0 size=1048576 2024-07-27T18:40:11.082 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.081+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~6GGCM5BJ8TEN.1 size=147791 2024-07-27T18:40:11.082 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.081+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=6GGCM5BJ8TEN tag=A9IQMARUD53S type=write size=2244943 2024-07-27T18:40:11.084 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.083+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~KD3VINIEB2VE.0 size=411694 2024-07-27T18:40:11.087 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.086+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=KD3VINIEB2VE tag=4UDDBOPEACNR type=write size=1460270 2024-07-27T18:40:11.088 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.087+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=DHVX92F2ESGL type=del size=3335605 2024-07-27T18:40:11.090 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.089+0000 7fd9b0dfe780 1 < completed write operation key=W2L0RV8ZN7R4 tag=3Q32E86C0VV8 type=write size=275054 2024-07-27T18:40:11.091 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.090+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=LYAG0HHCER3B type=del size=502575 2024-07-27T18:40:11.093 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.092+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~B0R5T973ZUIP.0 size=460888 2024-07-27T18:40:11.096 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.095+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=B0R5T973ZUIP tag=7L9DAORIKZ73 type=write size=1509464 2024-07-27T18:40:11.098 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.097+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=CBTUQFBP01GR type=write size=535912 2024-07-27T18:40:11.101 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.100+0000 7fd9b0dfe780 1 < suggested remove operation key=ERT6LG30K8WA tag=MFDVEGKEEZ8G type=write 2024-07-27T18:40:11.104 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.103+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~DL6H1CIS8Q59.0 size=1048576 2024-07-27T18:40:11.105 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.104+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~DL6H1CIS8Q59.1 size=1048576 2024-07-27T18:40:11.107 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.106+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~DL6H1CIS8Q59.2 size=986110 2024-07-27T18:40:11.107 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.106+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=DL6H1CIS8Q59 tag=EJHV1S06NCZR type=write size=4131838 2024-07-27T18:40:11.109 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.108+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=9Q03WWFWFN4D type=del 2024-07-27T18:40:11.113 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.112+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~I32OC6GZEVEY.0 size=1048576 2024-07-27T18:40:11.114 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.113+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~I32OC6GZEVEY.1 size=452797 2024-07-27T18:40:11.115 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.113+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=I32OC6GZEVEY tag=UNVR1BVHF9AZ type=write size=2549949 2024-07-27T18:40:11.116 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.115+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=8UIC3KY2KFI0 type=del 2024-07-27T18:40:11.118 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.117+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=P8Y8SY3HTDEF type=write size=610813 2024-07-27T18:40:11.120 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.118+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=NOVH3L28PQ0O type=del 2024-07-27T18:40:11.121 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.120+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=EDNB3ESDTNFD type=del size=404598 2024-07-27T18:40:11.123 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.122+0000 7fd9b0dfe780 1 < canceled operation key=X7P4EQ7CB100 tag=LJ14IYP34RU2 type=del size=508181 2024-07-27T18:40:11.127 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.126+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~QLQBU8FFTZWJ.0 size=936898 2024-07-27T18:40:11.127 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.126+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=QLQBU8FFTZWJ tag=7SUPX7N2N207 type=write size=1985474 2024-07-27T18:40:11.128 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.127+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~VVPI6EDFJ1AI.0 size=1048576 2024-07-27T18:40:11.130 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.129+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~VVPI6EDFJ1AI.1 size=1048576 2024-07-27T18:40:11.130 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.129+0000 7fd9b0dfe780 1 < canceled part key=_multipart_6P6RR9NVCRT1.2~VVPI6EDFJ1AI.2 size=468670 2024-07-27T18:40:11.133 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.132+0000 7fd9b0dfe780 1 < canceled multipart upload key=6P6RR9NVCRT1 upload=VVPI6EDFJ1AI tag=B3SU06FVU15N type=write size=3614398 2024-07-27T18:40:11.134 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.133+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=IR0ZJL5FDR26 type=del size=3669010 2024-07-27T18:40:11.138 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.135+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=IWNZ9RVLR72Z type=del 2024-07-27T18:40:11.139 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.138+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~WKHK40G0CT6A.0 size=870286 2024-07-27T18:40:11.139 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.138+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=WKHK40G0CT6A tag=VRZ636XAQDEZ type=write size=1918862 2024-07-27T18:40:11.141 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.140+0000 7fd9b0dfe780 1 < canceled operation key=F8NI5O3PM0RO tag=NLY2XMRFX3JV type=del size=2971738 2024-07-27T18:40:11.143 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.142+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=XY48T1F9K76R type=del size=2859693 2024-07-27T18:40:11.145 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.143+0000 7fd9b0dfe780 1 < completed write operation key=E9Y61GIX83FA tag=8BJ2YV0ZIDM1 type=write size=1036805 2024-07-27T18:40:11.146 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.145+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=336ONOFGMBHZ type=write size=4375 2024-07-27T18:40:11.148 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.147+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~J5X3IJNUAUWG.0 size=1048576 2024-07-27T18:40:11.149 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.148+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~J5X3IJNUAUWG.1 size=369826 2024-07-27T18:40:11.152 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.151+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=J5X3IJNUAUWG tag=1K8T1CJ6F862 type=write size=2466978 2024-07-27T18:40:11.155 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.154+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~9Y4P7AAWFEQO.0 size=1048576 2024-07-27T18:40:11.157 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.156+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~9Y4P7AAWFEQO.1 size=305936 2024-07-27T18:40:11.157 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.156+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=9Y4P7AAWFEQO tag=NB8CGB625K2K type=write size=2403088 2024-07-27T18:40:11.159 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.158+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=ATNYTIYCDNCM type=del 2024-07-27T18:40:11.160 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.159+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=HJF0X4V0DZ9B type=write size=57789 2024-07-27T18:40:11.164 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.163+0000 7fd9b0dfe780 1 < suggested update operation key=CFEXWJESTIQM tag=TN8OIRHLGQQL type=write size=558233 2024-07-27T18:40:11.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.165+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=YE27RBFG5Z5B type=del size=2925309 2024-07-27T18:40:11.168 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.167+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~6GGCM5BJ8TEN.0 size=1048576 2024-07-27T18:40:11.168 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.167+0000 7fd9b0dfe780 1 < canceled part key=_multipart_BQPHSDB02Z8O.2~6GGCM5BJ8TEN.1 size=147791 2024-07-27T18:40:11.170 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.169+0000 7fd9b0dfe780 1 < canceled multipart upload key=BQPHSDB02Z8O upload=6GGCM5BJ8TEN tag=A9IQMARUD53S type=write size=2244943 2024-07-27T18:40:11.172 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.171+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=4USUB8AIVG60 type=write size=914169 2024-07-27T18:40:11.174 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.173+0000 7fd9b0dfe780 -1 < failed to complete operation key=CFEXWJESTIQM tag=DHVX92F2ESGL type=del size=3335605: (22) Invalid argument 2024-07-27T18:40:11.178 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.177+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~S838MXEIKCBR.0 size=3322 2024-07-27T18:40:11.178 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.177+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=S838MXEIKCBR tag=4C6E26JVCPN9 type=write size=1051898 2024-07-27T18:40:11.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.179+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=LYAG0HHCER3B type=del 2024-07-27T18:40:11.182 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.181+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=89EBZS4N6W5J type=del size=2152800 2024-07-27T18:40:11.184 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.183+0000 7fd9b0dfe780 1 < completed write operation key=6P6RR9NVCRT1 tag=CBTUQFBP01GR type=write size=535912 2024-07-27T18:40:11.187 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.186+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~X3EDLLE6E4PU.0 size=662678 2024-07-27T18:40:11.187 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.186+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=X3EDLLE6E4PU tag=DPI3E2YZRIZZ type=write size=1711254 2024-07-27T18:40:11.189 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.187+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~DL6H1CIS8Q59.0 size=1048576 2024-07-27T18:40:11.189 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.187+0000 7fd9b0dfe780 1 < canceled part key=_multipart_IGKNZEI10405.2~DL6H1CIS8Q59.1 size=1048576 2024-07-27T18:40:11.190 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.189+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~DL6H1CIS8Q59.2 size=986110 2024-07-27T18:40:11.193 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.192+0000 7fd9b0dfe780 1 < canceled multipart upload key=IGKNZEI10405 upload=DL6H1CIS8Q59 tag=EJHV1S06NCZR type=write size=4131838 2024-07-27T18:40:11.197 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.196+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~V1NRFFTXAS83.0 size=1048576 2024-07-27T18:40:11.199 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.198+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~V1NRFFTXAS83.1 size=675339 2024-07-27T18:40:11.199 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.198+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=V1NRFFTXAS83 tag=PA998X1FCQ1W type=write size=2772491 2024-07-27T18:40:11.200 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.199+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~I32OC6GZEVEY.0 size=1048576 2024-07-27T18:40:11.202 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.201+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~I32OC6GZEVEY.1 size=452797 2024-07-27T18:40:11.205 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.204+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=I32OC6GZEVEY tag=UNVR1BVHF9AZ type=write size=2549949 2024-07-27T18:40:11.208 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.207+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~3QGID8CM9CKN.0 size=1048576 2024-07-27T18:40:11.210 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.209+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~3QGID8CM9CKN.1 size=1048576 2024-07-27T18:40:11.212 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.211+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~3QGID8CM9CKN.2 size=398317 2024-07-27T18:40:11.212 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.211+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=3QGID8CM9CKN tag=E6OC8A1STUV2 type=write size=3544045 2024-07-27T18:40:11.213 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.212+0000 7fd9b0dfe780 1 < completed write operation key=6P6RR9NVCRT1 tag=P8Y8SY3HTDEF type=write size=610813 2024-07-27T18:40:11.217 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.215+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~Z9KI6FYOFL3K.0 size=1048576 2024-07-27T18:40:11.218 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.217+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~Z9KI6FYOFL3K.1 size=261555 2024-07-27T18:40:11.218 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.217+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=Z9KI6FYOFL3K tag=7Y7T11IL8B4C type=write size=2358707 2024-07-27T18:40:11.221 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.220+0000 7fd9b0dfe780 1 < suggested update operation key=P8NVZQG528UI tag=EDNB3ESDTNFD type=del size=404598 2024-07-27T18:40:11.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.222+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=K2TUSP0QXCUX type=del size=3997875 2024-07-27T18:40:11.225 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.224+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~QLQBU8FFTZWJ.0 size=936898 2024-07-27T18:40:11.228 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.227+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=QLQBU8FFTZWJ tag=7SUPX7N2N207 type=write size=1985474 2024-07-27T18:40:11.232 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.230+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~YEHCYB85EPNE.0 size=876462 2024-07-27T18:40:11.232 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.230+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=YEHCYB85EPNE tag=J62SHBAJBNAX type=write size=1925038 2024-07-27T18:40:11.233 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.232+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=IR0ZJL5FDR26 type=del 2024-07-27T18:40:11.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.234+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=YXRLC1QUMLVT type=del size=2089869 2024-07-27T18:40:11.237 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.236+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~WKHK40G0CT6A.0 size=870286 2024-07-27T18:40:11.239 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.238+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=WKHK40G0CT6A tag=VRZ636XAQDEZ type=write size=1918862 2024-07-27T18:40:11.243 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.241+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~2H5C0UMXREBL.0 size=365505 2024-07-27T18:40:11.243 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.241+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=2H5C0UMXREBL tag=JOJAUVQU603F type=write size=1414081 2024-07-27T18:40:11.246 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.245+0000 7fd9b0dfe780 1 < suggested remove operation key=86SBFWKFIZ50 tag=XY48T1F9K76R type=del 2024-07-27T18:40:11.249 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.248+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~I3DV9NTRAOJV.0 size=260593 2024-07-27T18:40:11.250 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.248+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=I3DV9NTRAOJV tag=ELJ08F2D5220 type=write size=1309169 2024-07-27T18:40:11.251 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.250+0000 7fd9b0dfe780 1 < completed write operation key=95K99DI46WJ8 tag=336ONOFGMBHZ type=write size=4375 2024-07-27T18:40:11.253 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.252+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=VWVCFB4KT5I0 type=del size=1234658 2024-07-27T18:40:11.254 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.253+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~9Y4P7AAWFEQO.0 size=1048576 2024-07-27T18:40:11.256 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.255+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~9Y4P7AAWFEQO.1 size=305936 2024-07-27T18:40:11.259 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.258+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=9Y4P7AAWFEQO tag=NB8CGB625K2K type=write size=2403088 2024-07-27T18:40:11.260 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.259+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=G73EPQ5BBMG0 type=del size=4022263 2024-07-27T18:40:11.264 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.263+0000 7fd9b0dfe780 1 < suggested update operation key=O54I6ACW6PJQ tag=HJF0X4V0DZ9B type=write size=57789 2024-07-27T18:40:11.266 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.265+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=2MVKPJHR4OJF type=del size=3083940 2024-07-27T18:40:11.267 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.266+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=YE27RBFG5Z5B type=del 2024-07-27T18:40:11.270 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.268+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=79S0TGK08K4M type=del size=3135075 2024-07-27T18:40:11.272 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.271+0000 7fd9b0dfe780 1 < canceled operation key=E9Y61GIX83FA tag=4USUB8AIVG60 type=write size=914169 2024-07-27T18:40:11.274 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.273+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=SSIUI39MCTP5 type=del size=733841 2024-07-27T18:40:11.275 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.274+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~S838MXEIKCBR.0 size=3322 2024-07-27T18:40:11.278 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.277+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=S838MXEIKCBR tag=4C6E26JVCPN9 type=write size=1051898 2024-07-27T18:40:11.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.281+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~NI6J18Q0JZUY.0 size=1048576 2024-07-27T18:40:11.283 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.282+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~NI6J18Q0JZUY.1 size=1048576 2024-07-27T18:40:11.285 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.284+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~NI6J18Q0JZUY.2 size=146995 2024-07-27T18:40:11.285 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.284+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=NI6J18Q0JZUY tag=SBAK1MOYZ6GM type=write size=3292723 2024-07-27T18:40:11.286 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.285+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=89EBZS4N6W5J type=del 2024-07-27T18:40:11.289 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.288+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~GQYE3SG2ASCD.0 size=1048576 2024-07-27T18:40:11.291 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.290+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~GQYE3SG2ASCD.1 size=16896 2024-07-27T18:40:11.291 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.290+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=GQYE3SG2ASCD tag=A8GYWFB7UMT7 type=write size=2114048 2024-07-27T18:40:11.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.292+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~X3EDLLE6E4PU.0 size=662678 2024-07-27T18:40:11.296 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.295+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=X3EDLLE6E4PU tag=DPI3E2YZRIZZ type=write size=1711254 2024-07-27T18:40:11.298 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.297+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=SOSZ5QH3D0BY type=del size=937185 2024-07-27T18:40:11.298 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.297+0000 7fd9b0dfe780 1 < canceled part key=_multipart_X7P4EQ7CB100.2~V1NRFFTXAS83.0 size=1048576 2024-07-27T18:40:11.299 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.298+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~V1NRFFTXAS83.1 size=675339 2024-07-27T18:40:11.303 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.302+0000 7fd9b0dfe780 1 < canceled multipart upload key=X7P4EQ7CB100 upload=V1NRFFTXAS83 tag=PA998X1FCQ1W type=write size=2772491 2024-07-27T18:40:11.305 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.304+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=TZ1HXASGIGLJ type=del size=196440 2024-07-27T18:40:11.306 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.305+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~3QGID8CM9CKN.0 size=1048576 2024-07-27T18:40:11.308 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.307+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~3QGID8CM9CKN.1 size=1048576 2024-07-27T18:40:11.309 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.308+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~3QGID8CM9CKN.2 size=398317 2024-07-27T18:40:11.312 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.311+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=3QGID8CM9CKN tag=E6OC8A1STUV2 type=write size=3544045 2024-07-27T18:40:11.316 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.315+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~DXPCZ76MBEF1.0 size=1048576 2024-07-27T18:40:11.318 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.317+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~DXPCZ76MBEF1.1 size=1048576 2024-07-27T18:40:11.319 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.318+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~DXPCZ76MBEF1.2 size=203259 2024-07-27T18:40:11.319 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.318+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=DXPCZ76MBEF1 tag=SC644VCODXC1 type=write size=3348987 2024-07-27T18:40:11.321 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.320+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~Z9KI6FYOFL3K.0 size=1048576 2024-07-27T18:40:11.322 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.321+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~Z9KI6FYOFL3K.1 size=261555 2024-07-27T18:40:11.325 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.324+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=Z9KI6FYOFL3K tag=7Y7T11IL8B4C type=write size=2358707 2024-07-27T18:40:11.327 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.326+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=13IAV4XJPLR6 type=del size=3934992 2024-07-27T18:40:11.331 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.330+0000 7fd9b0dfe780 1 < suggested update operation key=BQPHSDB02Z8O tag=K2TUSP0QXCUX type=del size=3997875 2024-07-27T18:40:11.333 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.332+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=S0ZX3CAKIOUI type=del size=950691 2024-07-27T18:40:11.334 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.333+0000 7fd9b0dfe780 1 < canceled part key=_multipart_V2SZ9U1AFGCG.2~YEHCYB85EPNE.0 size=876462 2024-07-27T18:40:11.337 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.336+0000 7fd9b0dfe780 1 < canceled multipart upload key=V2SZ9U1AFGCG upload=YEHCYB85EPNE tag=J62SHBAJBNAX type=write size=1925038 2024-07-27T18:40:11.340 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.339+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~71EZUAH6WN1N.0 size=472747 2024-07-27T18:40:11.340 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.339+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=71EZUAH6WN1N tag=SCVKC7APC8MR type=write size=1521323 2024-07-27T18:40:11.345 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.343+0000 7fd9b0dfe780 1 < suggested update operation key=29DDNRGBR1QU tag=YXRLC1QUMLVT type=del size=2089869 2024-07-27T18:40:11.348 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.347+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~F6VHQJJRO4JH.0 size=317699 2024-07-27T18:40:11.348 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.347+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=F6VHQJJRO4JH tag=Y921F3CIYAB1 type=write size=1366275 2024-07-27T18:40:11.350 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.349+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~2H5C0UMXREBL.0 size=365505 2024-07-27T18:40:11.353 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.352+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=2H5C0UMXREBL tag=JOJAUVQU603F type=write size=1414081 2024-07-27T18:40:11.355 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.354+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=S2KX5S393FD2 type=write size=749748 2024-07-27T18:40:11.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.356+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~I3DV9NTRAOJV.0 size=260593 2024-07-27T18:40:11.361 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.360+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=I3DV9NTRAOJV tag=ELJ08F2D5220 type=write size=1309169 2024-07-27T18:40:11.362 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.361+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=OKL342FJ6Z6P type=del size=304245 2024-07-27T18:40:11.364 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.363+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=VWVCFB4KT5I0 type=del 2024-07-27T18:40:11.368 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.366+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~SLBBD3WJ5KH3.0 size=524332 2024-07-27T18:40:11.368 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.366+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=SLBBD3WJ5KH3 tag=IM8LQIBTO5DQ type=write size=1572908 2024-07-27T18:40:11.370 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.369+0000 7fd9b0dfe780 -1 < failed to complete operation key=BQPHSDB02Z8O tag=G73EPQ5BBMG0 type=del size=4022263: (22) Invalid argument 2024-07-27T18:40:11.373 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.372+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~8ED0L6ORUEKV.0 size=1048576 2024-07-27T18:40:11.375 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.374+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~8ED0L6ORUEKV.1 size=736570 2024-07-27T18:40:11.375 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.374+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=8ED0L6ORUEKV tag=8BUADOJI7606 type=write size=2833722 2024-07-27T18:40:11.376 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.375+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=2MVKPJHR4OJF type=del 2024-07-27T18:40:11.378 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.377+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=RCS6T4PHWJ08 type=del size=3010107 2024-07-27T18:40:11.382 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.381+0000 7fd9b0dfe780 1 < suggested remove operation key=ERT6LG30K8WA tag=79S0TGK08K4M type=del 2024-07-27T18:40:11.386 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.385+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~NQH1I36C0XYE.0 size=1048576 2024-07-27T18:40:11.387 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.386+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~NQH1I36C0XYE.1 size=1048576 2024-07-27T18:40:11.389 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.388+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~NQH1I36C0XYE.2 size=565016 2024-07-27T18:40:11.389 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.388+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=NQH1I36C0XYE tag=DSR33OYPEM6X type=write size=3710744 2024-07-27T18:40:11.393 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.392+0000 7fd9b0dfe780 1 < suggested remove operation key=CFEXWJESTIQM tag=SSIUI39MCTP5 type=del 2024-07-27T18:40:11.396 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.395+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~LN4V6DJYEOF4.0 size=15355 2024-07-27T18:40:11.396 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.395+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=LN4V6DJYEOF4 tag=8T6A7WPHDG62 type=write size=1063931 2024-07-27T18:40:11.398 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.397+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~NI6J18Q0JZUY.0 size=1048576 2024-07-27T18:40:11.399 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.398+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~NI6J18Q0JZUY.1 size=1048576 2024-07-27T18:40:11.401 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.400+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~NI6J18Q0JZUY.2 size=146995 2024-07-27T18:40:11.404 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.403+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=NI6J18Q0JZUY tag=SBAK1MOYZ6GM type=write size=3292723 2024-07-27T18:40:11.405 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.404+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=73ADJJ0TNYK5 type=del size=1059331 2024-07-27T18:40:11.407 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.406+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~GQYE3SG2ASCD.0 size=1048576 2024-07-27T18:40:11.409 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.407+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~GQYE3SG2ASCD.1 size=16896 2024-07-27T18:40:11.412 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.411+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=GQYE3SG2ASCD tag=A8GYWFB7UMT7 type=write size=2114048 2024-07-27T18:40:11.414 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.413+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=L2BDGNO5UR4I type=del size=3132787 2024-07-27T18:40:11.415 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.414+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=SOSZ5QH3D0BY type=del 2024-07-27T18:40:11.417 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.416+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=5WE604JSTTDD type=write size=204874 2024-07-27T18:40:11.419 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.418+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=TZ1HXASGIGLJ type=del 2024-07-27T18:40:11.420 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.419+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=9KEQSD4TPBOZ type=del size=1031476 2024-07-27T18:40:11.422 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.421+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~DXPCZ76MBEF1.0 size=1048576 2024-07-27T18:40:11.423 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.422+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~DXPCZ76MBEF1.1 size=1048576 2024-07-27T18:40:11.425 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.424+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~DXPCZ76MBEF1.2 size=203259 2024-07-27T18:40:11.428 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.427+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=DXPCZ76MBEF1 tag=SC644VCODXC1 type=write size=3348987 2024-07-27T18:40:11.432 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.430+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~R32XC8664PMP.0 size=74801 2024-07-27T18:40:11.432 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.431+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=R32XC8664PMP tag=9OT6105J5EG2 type=write size=1123377 2024-07-27T18:40:11.434 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.433+0000 7fd9b0dfe780 -1 < failed to complete operation key=CFEXWJESTIQM tag=13IAV4XJPLR6 type=del size=3934992: (22) Invalid argument 2024-07-27T18:40:11.436 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.435+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=02BJZ2G8989Q type=del size=1563706 2024-07-27T18:40:11.438 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.437+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=S0ZX3CAKIOUI type=del 2024-07-27T18:40:11.440 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.439+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=TU2KRMHOVKV7 type=del size=2499610 2024-07-27T18:40:11.442 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.441+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~71EZUAH6WN1N.0 size=472747 2024-07-27T18:40:11.445 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.444+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=71EZUAH6WN1N tag=SCVKC7APC8MR type=write size=1521323 2024-07-27T18:40:11.448 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.446+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=7RDUSA6Z9EX4 type=del size=4029112 2024-07-27T18:40:11.449 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.448+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~F6VHQJJRO4JH.0 size=317699 2024-07-27T18:40:11.452 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.451+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=F6VHQJJRO4JH tag=Y921F3CIYAB1 type=write size=1366275 2024-07-27T18:40:11.456 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.454+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~UDB4204H11S5.0 size=624212 2024-07-27T18:40:11.456 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.454+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=UDB4204H11S5 tag=N77AWOVPSHQP type=write size=1672788 2024-07-27T18:40:11.458 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.456+0000 7fd9b0dfe780 1 < completed write operation key=SK6LFQZNWE93 tag=S2KX5S393FD2 type=write size=749748 2024-07-27T18:40:11.459 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.458+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=7Q32INKYDVK9 type=del size=1787462 2024-07-27T18:40:11.462 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.461+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=OKL342FJ6Z6P type=del 2024-07-27T18:40:11.464 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.463+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=B7ABOCIBLURQ type=del size=2371905 2024-07-27T18:40:11.466 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.465+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~SLBBD3WJ5KH3.0 size=524332 2024-07-27T18:40:11.469 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.468+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=SLBBD3WJ5KH3 tag=IM8LQIBTO5DQ type=write size=1572908 2024-07-27T18:40:11.471 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.470+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=F1GO1Z4DUJTF type=del size=21673 2024-07-27T18:40:11.473 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.472+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~8ED0L6ORUEKV.0 size=1048576 2024-07-27T18:40:11.473 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.472+0000 7fd9b0dfe780 1 < canceled part key=_multipart_SK6LFQZNWE93.2~8ED0L6ORUEKV.1 size=736570 2024-07-27T18:40:11.476 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.475+0000 7fd9b0dfe780 1 < canceled multipart upload key=SK6LFQZNWE93 upload=8ED0L6ORUEKV tag=8BUADOJI7606 type=write size=2833722 2024-07-27T18:40:11.479 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.478+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~49TRZV10DAEA.0 size=1048576 2024-07-27T18:40:11.481 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.480+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~49TRZV10DAEA.1 size=1048576 2024-07-27T18:40:11.483 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.481+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~49TRZV10DAEA.2 size=827947 2024-07-27T18:40:11.483 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.481+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=49TRZV10DAEA tag=IW13A0LB7915 type=write size=3973675 2024-07-27T18:40:11.484 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.483+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=RCS6T4PHWJ08 type=del 2024-07-27T18:40:11.486 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.485+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=9M4G1CO6BYFR type=write size=1048238 2024-07-27T18:40:11.488 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.487+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~NQH1I36C0XYE.0 size=1048576 2024-07-27T18:40:11.490 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.489+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~NQH1I36C0XYE.1 size=1048576 2024-07-27T18:40:11.490 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.489+0000 7fd9b0dfe780 1 < canceled part key=_multipart_8I5MBVTQCDVV.2~NQH1I36C0XYE.2 size=565016 2024-07-27T18:40:11.493 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.492+0000 7fd9b0dfe780 1 < canceled multipart upload key=8I5MBVTQCDVV upload=NQH1I36C0XYE tag=DSR33OYPEM6X type=write size=3710744 2024-07-27T18:40:11.495 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.494+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=WMEJQ3YP6SMI type=del size=3557672 2024-07-27T18:40:11.497 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.496+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~LN4V6DJYEOF4.0 size=15355 2024-07-27T18:40:11.501 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.500+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=LN4V6DJYEOF4 tag=8T6A7WPHDG62 type=write size=1063931 2024-07-27T18:40:11.502 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.501+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=G575NKVQWZ1C type=del size=4121267 2024-07-27T18:40:11.504 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.503+0000 7fd9b0dfe780 1 < canceled operation key=29DDNRGBR1QU tag=73ADJJ0TNYK5 type=del size=1059331 2024-07-27T18:40:11.506 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.505+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=MFYPX1Q49IMJ type=del size=3129939 2024-07-27T18:40:11.508 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.507+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=L2BDGNO5UR4I type=del 2024-07-27T18:40:11.511 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.510+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~HL7VIEFXQQX2.0 size=1048576 2024-07-27T18:40:11.513 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.512+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~HL7VIEFXQQX2.1 size=1048576 2024-07-27T18:40:11.514 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.513+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~HL7VIEFXQQX2.2 size=774645 2024-07-27T18:40:11.514 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.513+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=HL7VIEFXQQX2 tag=HL0U9FAAMXRV type=write size=3920373 2024-07-27T18:40:11.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.515+0000 7fd9b0dfe780 1 < completed write operation key=X7P4EQ7CB100 tag=5WE604JSTTDD type=write size=204874 2024-07-27T18:40:11.518 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.516+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=QJLNFPHOO1PG type=del size=3896108 2024-07-27T18:40:11.520 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.518+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=9KEQSD4TPBOZ type=del 2024-07-27T18:40:11.523 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.522+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~X99QNN38BJLV.0 size=1048576 2024-07-27T18:40:11.524 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.523+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~X99QNN38BJLV.1 size=1048576 2024-07-27T18:40:11.526 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.525+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~X99QNN38BJLV.2 size=778445 2024-07-27T18:40:11.526 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.525+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=X99QNN38BJLV tag=OR3DXNIGGKPW type=write size=3924173 2024-07-27T18:40:11.527 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.526+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~R32XC8664PMP.0 size=74801 2024-07-27T18:40:11.531 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.529+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=R32XC8664PMP tag=9OT6105J5EG2 type=write size=1123377 2024-07-27T18:40:11.532 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.531+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=P972RIVRGBQ0 type=del size=69614 2024-07-27T18:40:11.534 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.533+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=02BJZ2G8989Q type=del 2024-07-27T18:40:11.538 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.536+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~RENK46KNDPV6.0 size=1048576 2024-07-27T18:40:11.539 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.538+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~RENK46KNDPV6.1 size=1048576 2024-07-27T18:40:11.541 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.539+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~RENK46KNDPV6.2 size=860532 2024-07-27T18:40:11.541 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.539+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=RENK46KNDPV6 tag=4TXRXRLJEHXQ type=write size=4006260 2024-07-27T18:40:11.544 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.543+0000 7fd9b0dfe780 1 < suggested update operation key=N3SMJ1F7TS0Z tag=TU2KRMHOVKV7 type=del size=2499610 2024-07-27T18:40:11.548 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.547+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~E4VNGDJGHY9X.0 size=1048576 2024-07-27T18:40:11.550 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.549+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~E4VNGDJGHY9X.1 size=186216 2024-07-27T18:40:11.550 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.549+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=E4VNGDJGHY9X tag=WB58AJEMDYDF type=write size=2283368 2024-07-27T18:40:11.551 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.550+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=7RDUSA6Z9EX4 type=del 2024-07-27T18:40:11.553 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.552+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=6FZTCY3X00OY type=write size=151827 2024-07-27T18:40:11.555 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.554+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~UDB4204H11S5.0 size=624212 2024-07-27T18:40:11.558 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.557+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=UDB4204H11S5 tag=N77AWOVPSHQP type=write size=1672788 2024-07-27T18:40:11.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.559+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=XTY3I6AQAM63 type=del size=2553117 2024-07-27T18:40:11.562 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.561+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=7Q32INKYDVK9 type=del 2024-07-27T18:40:11.564 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.563+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=SOUF15WWJFL3 type=del size=2941435 2024-07-27T18:40:11.566 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.565+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=B7ABOCIBLURQ type=del 2024-07-27T18:40:11.570 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.569+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~CZF7W7J8SQGA.0 size=1048576 2024-07-27T18:40:11.572 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.571+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~CZF7W7J8SQGA.1 size=1048576 2024-07-27T18:40:11.573 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.572+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~CZF7W7J8SQGA.2 size=691627 2024-07-27T18:40:11.573 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.572+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=CZF7W7J8SQGA tag=6KZ4F0WC0ZV8 type=write size=3837355 2024-07-27T18:40:11.576 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.575+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=F1GO1Z4DUJTF type=del 2024-07-27T18:40:11.579 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.578+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~3EC8KLC4JK3P.0 size=1048576 2024-07-27T18:40:11.580 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.579+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~3EC8KLC4JK3P.1 size=1048576 2024-07-27T18:40:11.582 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.581+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~3EC8KLC4JK3P.2 size=492395 2024-07-27T18:40:11.582 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.581+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=3EC8KLC4JK3P tag=6C4F4W38U900 type=write size=3638123 2024-07-27T18:40:11.584 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.583+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~49TRZV10DAEA.0 size=1048576 2024-07-27T18:40:11.585 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.584+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~49TRZV10DAEA.1 size=1048576 2024-07-27T18:40:11.587 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.586+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~49TRZV10DAEA.2 size=827947 2024-07-27T18:40:11.590 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.589+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=49TRZV10DAEA tag=IW13A0LB7915 type=write size=3973675 2024-07-27T18:40:11.592 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.591+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=7GP73MPK4T3R type=del size=4119280 2024-07-27T18:40:11.595 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.594+0000 7fd9b0dfe780 1 < suggested update operation key=V2SZ9U1AFGCG tag=9M4G1CO6BYFR type=write size=1048238 2024-07-27T18:40:11.598 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.597+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~GYHFJMAN8ET5.0 size=1048576 2024-07-27T18:40:11.600 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.599+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~GYHFJMAN8ET5.1 size=1048576 2024-07-27T18:40:11.601 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.600+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~GYHFJMAN8ET5.2 size=943539 2024-07-27T18:40:11.601 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.600+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=GYHFJMAN8ET5 tag=GB209JJPY16V type=write size=4089267 2024-07-27T18:40:11.605 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.604+0000 7fd9b0dfe780 1 < suggested update operation key=L423106KP3PL tag=WMEJQ3YP6SMI type=del size=3557672 2024-07-27T18:40:11.607 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.606+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=5BF3J3PYS23X type=del size=2019355 2024-07-27T18:40:11.609 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.608+0000 7fd9b0dfe780 -1 < failed to complete operation key=V2SZ9U1AFGCG tag=G575NKVQWZ1C type=del size=4121267: (22) Invalid argument 2024-07-27T18:40:11.612 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.611+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~SJTQTDNA71QV.0 size=1048576 2024-07-27T18:40:11.614 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.613+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~SJTQTDNA71QV.1 size=1048576 2024-07-27T18:40:11.615 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.614+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~SJTQTDNA71QV.2 size=929975 2024-07-27T18:40:11.616 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.614+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=SJTQTDNA71QV tag=HA8E7MCB3IGK type=write size=4075703 2024-07-27T18:40:11.617 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.616+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=MFYPX1Q49IMJ type=del 2024-07-27T18:40:11.619 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.618+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=JWAYSRDA1PQR type=write size=542544 2024-07-27T18:40:11.621 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.620+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~HL7VIEFXQQX2.0 size=1048576 2024-07-27T18:40:11.622 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.621+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~HL7VIEFXQQX2.1 size=1048576 2024-07-27T18:40:11.624 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.623+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~HL7VIEFXQQX2.2 size=774645 2024-07-27T18:40:11.627 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.626+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=HL7VIEFXQQX2 tag=HL0U9FAAMXRV type=write size=3920373 2024-07-27T18:40:11.630 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.629+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~MQ0JGUVBEZEX.0 size=1048576 2024-07-27T18:40:11.632 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.631+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~MQ0JGUVBEZEX.1 size=1048576 2024-07-27T18:40:11.633 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.632+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~MQ0JGUVBEZEX.2 size=558860 2024-07-27T18:40:11.633 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.632+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=MQ0JGUVBEZEX tag=LOMJAVG6XL6R type=write size=3704588 2024-07-27T18:40:11.636 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.635+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=QJLNFPHOO1PG type=del 2024-07-27T18:40:11.642 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.638+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~SXR116YZB9IN.0 size=1048576 2024-07-27T18:40:11.642 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.639+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~SXR116YZB9IN.1 size=173505 2024-07-27T18:40:11.642 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.639+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=SXR116YZB9IN tag=MWXYF0EXQSTJ type=write size=2270657 2024-07-27T18:40:11.642 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.641+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~X99QNN38BJLV.0 size=1048576 2024-07-27T18:40:11.644 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.643+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~X99QNN38BJLV.1 size=1048576 2024-07-27T18:40:11.645 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.644+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~X99QNN38BJLV.2 size=778445 2024-07-27T18:40:11.649 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.648+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=X99QNN38BJLV tag=OR3DXNIGGKPW type=write size=3924173 2024-07-27T18:40:11.652 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.651+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~AHD1DH92PXSP.0 size=1048576 2024-07-27T18:40:11.653 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.652+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~AHD1DH92PXSP.1 size=1048576 2024-07-27T18:40:11.655 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.654+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~AHD1DH92PXSP.2 size=753296 2024-07-27T18:40:11.655 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.654+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=AHD1DH92PXSP tag=6LQ5XM2MAZ8A type=write size=3899024 2024-07-27T18:40:11.659 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.658+0000 7fd9b0dfe780 1 < suggested remove operation key=6P6RR9NVCRT1 tag=P972RIVRGBQ0 type=del 2024-07-27T18:40:11.662 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.661+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~TZZ6PTG0J7BD.0 size=681651 2024-07-27T18:40:11.663 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.661+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=TZZ6PTG0J7BD tag=6M5AWN3GYHAQ type=write size=1730227 2024-07-27T18:40:11.664 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.663+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~RENK46KNDPV6.0 size=1048576 2024-07-27T18:40:11.666 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.665+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~RENK46KNDPV6.1 size=1048576 2024-07-27T18:40:11.667 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.666+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~RENK46KNDPV6.2 size=860532 2024-07-27T18:40:11.670 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.669+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=RENK46KNDPV6 tag=4TXRXRLJEHXQ type=write size=4006260 2024-07-27T18:40:11.672 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.671+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=BJNTA488HAIW type=del size=1827197 2024-07-27T18:40:11.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.673+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~E4VNGDJGHY9X.0 size=1048576 2024-07-27T18:40:11.675 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.674+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~E4VNGDJGHY9X.1 size=186216 2024-07-27T18:40:11.679 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.677+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=E4VNGDJGHY9X tag=WB58AJEMDYDF type=write size=2283368 2024-07-27T18:40:11.680 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.679+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=JYFBQAAB8XJF type=del size=971917 2024-07-27T18:40:11.682 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.681+0000 7fd9b0dfe780 1 < completed write operation key=T7BZCFBSZM95 tag=6FZTCY3X00OY type=write size=151827 2024-07-27T18:40:11.684 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.683+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=N7GHO451QO0Z type=del size=3137321 2024-07-27T18:40:11.685 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.684+0000 7fd9b0dfe780 1 < canceled operation key=351SUKW6MLKV tag=XTY3I6AQAM63 type=del size=2553117 2024-07-27T18:40:11.689 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.687+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~KX7OYU5BHYKS.0 size=559064 2024-07-27T18:40:11.689 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.687+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=KX7OYU5BHYKS tag=LQZ36WWCZPPV type=write size=1607640 2024-07-27T18:40:11.690 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.689+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=SOUF15WWJFL3 type=del 2024-07-27T18:40:11.693 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.692+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~3EOTDHG11L1Z.0 size=1028229 2024-07-27T18:40:11.693 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.692+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=3EOTDHG11L1Z tag=RJ2TWAA7EJ88 type=write size=2076805 2024-07-27T18:40:11.695 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.694+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~CZF7W7J8SQGA.0 size=1048576 2024-07-27T18:40:11.697 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.695+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~CZF7W7J8SQGA.1 size=1048576 2024-07-27T18:40:11.698 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.697+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~CZF7W7J8SQGA.2 size=691627 2024-07-27T18:40:11.701 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.700+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=CZF7W7J8SQGA tag=6KZ4F0WC0ZV8 type=write size=3837355 2024-07-27T18:40:11.703 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.702+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=V6V4J7NH2T7Y type=del size=2329841 2024-07-27T18:40:11.704 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.703+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~3EC8KLC4JK3P.0 size=1048576 2024-07-27T18:40:11.706 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.705+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~3EC8KLC4JK3P.1 size=1048576 2024-07-27T18:40:11.706 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.705+0000 7fd9b0dfe780 1 < canceled part key=_multipart_55DD8ECTT2JA.2~3EC8KLC4JK3P.2 size=492395 2024-07-27T18:40:11.709 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.708+0000 7fd9b0dfe780 1 < canceled multipart upload key=55DD8ECTT2JA upload=3EC8KLC4JK3P tag=6C4F4W38U900 type=write size=3638123 2024-07-27T18:40:11.712 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.711+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~7IQ6PK6SS7EO.0 size=1048576 2024-07-27T18:40:11.713 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.712+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~7IQ6PK6SS7EO.1 size=1048576 2024-07-27T18:40:11.715 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.714+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~7IQ6PK6SS7EO.2 size=878158 2024-07-27T18:40:11.715 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.714+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=7IQ6PK6SS7EO tag=HYO19UBVSMEN type=write size=4023886 2024-07-27T18:40:11.717 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.716+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=7GP73MPK4T3R type=del 2024-07-27T18:40:11.718 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.717+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=VT2QTLIIP6F5 type=del size=2567587 2024-07-27T18:40:11.720 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.719+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~GYHFJMAN8ET5.0 size=1048576 2024-07-27T18:40:11.721 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.720+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~GYHFJMAN8ET5.1 size=1048576 2024-07-27T18:40:11.722 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.720+0000 7fd9b0dfe780 1 < canceled part key=_multipart_RC22Q26LLIA2.2~GYHFJMAN8ET5.2 size=943539 2024-07-27T18:40:11.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.723+0000 7fd9b0dfe780 1 < canceled multipart upload key=RC22Q26LLIA2 upload=GYHFJMAN8ET5 tag=GB209JJPY16V type=write size=4089267 2024-07-27T18:40:11.726 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.725+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=II19XGYLRUYH type=write size=152754 2024-07-27T18:40:11.728 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.727+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=5BF3J3PYS23X type=del 2024-07-27T18:40:11.731 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.730+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~2UYPAQ4KWZZZ.0 size=1048576 2024-07-27T18:40:11.732 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.731+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~2UYPAQ4KWZZZ.1 size=1048576 2024-07-27T18:40:11.734 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.733+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~2UYPAQ4KWZZZ.2 size=685737 2024-07-27T18:40:11.734 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.733+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=2UYPAQ4KWZZZ tag=XJPVG1YG3JE2 type=write size=3831465 2024-07-27T18:40:11.734 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.733+0000 7fd9b0dfe780 1 < canceled part key=_multipart_G3DZJWABEJWG.2~SJTQTDNA71QV.0 size=1048576 2024-07-27T18:40:11.735 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.734+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~SJTQTDNA71QV.1 size=1048576 2024-07-27T18:40:11.737 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.736+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~SJTQTDNA71QV.2 size=929975 2024-07-27T18:40:11.740 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.739+0000 7fd9b0dfe780 1 < canceled multipart upload key=G3DZJWABEJWG upload=SJTQTDNA71QV tag=HA8E7MCB3IGK type=write size=4075703 2024-07-27T18:40:11.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.741+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=ZM3CUVVF6IBO type=del size=3116788 2024-07-27T18:40:11.743 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.742+0000 7fd9b0dfe780 1 < completed write operation key=N3SMJ1F7TS0Z tag=JWAYSRDA1PQR type=write size=542544 2024-07-27T18:40:11.747 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.746+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~QORNRFJRR8W8.0 size=1048576 2024-07-27T18:40:11.748 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.747+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~QORNRFJRR8W8.1 size=786032 2024-07-27T18:40:11.749 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.747+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=QORNRFJRR8W8 tag=O755BFQ9RF82 type=write size=2883184 2024-07-27T18:40:11.751 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.750+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~MQ0JGUVBEZEX.0 size=1048576 2024-07-27T18:40:11.752 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.751+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~MQ0JGUVBEZEX.1 size=1048576 2024-07-27T18:40:11.754 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.753+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~MQ0JGUVBEZEX.2 size=558860 2024-07-27T18:40:11.757 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.756+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=MQ0JGUVBEZEX tag=LOMJAVG6XL6R type=write size=3704588 2024-07-27T18:40:11.759 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.758+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=DRTCS86080O1 type=del size=1175801 2024-07-27T18:40:11.761 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.760+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~SXR116YZB9IN.0 size=1048576 2024-07-27T18:40:11.763 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.761+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~SXR116YZB9IN.1 size=173505 2024-07-27T18:40:11.766 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.765+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=SXR116YZB9IN tag=MWXYF0EXQSTJ type=write size=2270657 2024-07-27T18:40:11.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.766+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=0COIIC5BA2U8 type=del size=211290 2024-07-27T18:40:11.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.767+0000 7fd9b0dfe780 1 < canceled part key=_multipart_RC22Q26LLIA2.2~AHD1DH92PXSP.0 size=1048576 2024-07-27T18:40:11.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.767+0000 7fd9b0dfe780 1 < canceled part key=_multipart_RC22Q26LLIA2.2~AHD1DH92PXSP.1 size=1048576 2024-07-27T18:40:11.769 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.768+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~AHD1DH92PXSP.2 size=753296 2024-07-27T18:40:11.773 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.772+0000 7fd9b0dfe780 1 < canceled multipart upload key=RC22Q26LLIA2 upload=AHD1DH92PXSP tag=6LQ5XM2MAZ8A type=write size=3899024 2024-07-27T18:40:11.776 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.775+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~VSZY3J94T7US.0 size=1048576 2024-07-27T18:40:11.777 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.776+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~VSZY3J94T7US.1 size=837506 2024-07-27T18:40:11.778 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.776+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=VSZY3J94T7US tag=PR13PW9MUMW6 type=write size=2934658 2024-07-27T18:40:11.779 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.778+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~TZZ6PTG0J7BD.0 size=681651 2024-07-27T18:40:11.783 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.782+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=TZZ6PTG0J7BD tag=6M5AWN3GYHAQ type=write size=1730227 2024-07-27T18:40:11.785 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.784+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=N1QFCJUDZ2BE type=del size=3895280 2024-07-27T18:40:11.789 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.788+0000 7fd9b0dfe780 1 < suggested remove operation key=95K99DI46WJ8 tag=BJNTA488HAIW type=del 2024-07-27T18:40:11.792 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.791+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~P321QH1BRIRC.0 size=1048576 2024-07-27T18:40:11.793 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.792+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~P321QH1BRIRC.1 size=282670 2024-07-27T18:40:11.793 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.792+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=P321QH1BRIRC tag=FYNCTXS6KF6R type=write size=2379822 2024-07-27T18:40:11.795 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.794+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=JYFBQAAB8XJF type=del 2024-07-27T18:40:11.797 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.796+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=WO6G6XD4SBEH type=write size=891887 2024-07-27T18:40:11.799 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.798+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=N7GHO451QO0Z type=del 2024-07-27T18:40:11.801 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.800+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=DF5KCN3P1PZQ type=write size=155066 2024-07-27T18:40:11.803 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.802+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~KX7OYU5BHYKS.0 size=559064 2024-07-27T18:40:11.806 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.805+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=KX7OYU5BHYKS tag=LQZ36WWCZPPV type=write size=1607640 2024-07-27T18:40:11.809 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.808+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~CTSW59PGD1EF.0 size=202976 2024-07-27T18:40:11.809 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.808+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=CTSW59PGD1EF tag=HBMEVPBN2C16 type=write size=1251552 2024-07-27T18:40:11.811 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.810+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~3EOTDHG11L1Z.0 size=1028229 2024-07-27T18:40:11.814 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.813+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=3EOTDHG11L1Z tag=RJ2TWAA7EJ88 type=write size=2076805 2024-07-27T18:40:11.816 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.815+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=RFU0ZPBLWHCL type=del size=4192102 2024-07-27T18:40:11.818 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.817+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=V6V4J7NH2T7Y type=del 2024-07-27T18:40:11.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.820+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~5BFFVMOF8JFR.0 size=396190 2024-07-27T18:40:11.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.820+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=5BFFVMOF8JFR tag=VCZDKJE61YC7 type=write size=1444766 2024-07-27T18:40:11.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.820+0000 7fd9b0dfe780 1 < canceled part key=_multipart_29DDNRGBR1QU.2~7IQ6PK6SS7EO.0 size=1048576 2024-07-27T18:40:11.823 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.821+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~7IQ6PK6SS7EO.1 size=1048576 2024-07-27T18:40:11.824 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.823+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~7IQ6PK6SS7EO.2 size=878158 2024-07-27T18:40:11.827 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.826+0000 7fd9b0dfe780 1 < canceled multipart upload key=29DDNRGBR1QU upload=7IQ6PK6SS7EO tag=HYO19UBVSMEN type=write size=4023886 2024-07-27T18:40:11.829 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.828+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=07HPTSO6SPZE type=del size=1636340 2024-07-27T18:40:11.833 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.832+0000 7fd9b0dfe780 1 < suggested update operation key=03QZ740ES4M3 tag=VT2QTLIIP6F5 type=del size=2567587 2024-07-27T18:40:11.836 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.835+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~86606VDCZ8ON.0 size=423892 2024-07-27T18:40:11.836 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.835+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=86606VDCZ8ON tag=O7L7RWV8TWPF type=write size=1472468 2024-07-27T18:40:11.838 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.837+0000 7fd9b0dfe780 1 < completed write operation key=YD0RYSEXBM6F tag=II19XGYLRUYH type=write size=152754 2024-07-27T18:40:11.840 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.839+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=CAUWZPSWWZ7R type=del size=3185065 2024-07-27T18:40:11.842 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.841+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~2UYPAQ4KWZZZ.0 size=1048576 2024-07-27T18:40:11.843 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.842+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~2UYPAQ4KWZZZ.1 size=1048576 2024-07-27T18:40:11.845 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.844+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~2UYPAQ4KWZZZ.2 size=685737 2024-07-27T18:40:11.849 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.847+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=2UYPAQ4KWZZZ tag=XJPVG1YG3JE2 type=write size=3831465 2024-07-27T18:40:11.851 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.850+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~Y3A9CS3A4GRZ.0 size=1048576 2024-07-27T18:40:11.853 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.852+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~Y3A9CS3A4GRZ.1 size=1048576 2024-07-27T18:40:11.854 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.853+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~Y3A9CS3A4GRZ.2 size=346153 2024-07-27T18:40:11.854 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.853+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=Y3A9CS3A4GRZ tag=M1PX98HQRZML type=write size=3491881 2024-07-27T18:40:11.857 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.855+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=ZM3CUVVF6IBO type=del 2024-07-27T18:40:11.861 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.860+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~ADPYGJ1J2OHS.0 size=148723 2024-07-27T18:40:11.861 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.860+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=ADPYGJ1J2OHS tag=TCR7BLQTCHV1 type=write size=1197299 2024-07-27T18:40:11.863 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.861+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~QORNRFJRR8W8.0 size=1048576 2024-07-27T18:40:11.863 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.861+0000 7fd9b0dfe780 1 < canceled part key=_multipart_O54I6ACW6PJQ.2~QORNRFJRR8W8.1 size=786032 2024-07-27T18:40:11.866 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.865+0000 7fd9b0dfe780 1 < canceled multipart upload key=O54I6ACW6PJQ upload=QORNRFJRR8W8 tag=O755BFQ9RF82 type=write size=2883184 2024-07-27T18:40:11.869 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.868+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~L3WPX78JQOWL.0 size=1048576 2024-07-27T18:40:11.871 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.870+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~L3WPX78JQOWL.1 size=1048576 2024-07-27T18:40:11.872 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.871+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~L3WPX78JQOWL.2 size=497589 2024-07-27T18:40:11.872 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.871+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=L3WPX78JQOWL tag=3L4V9B7OGOOK type=write size=3643317 2024-07-27T18:40:11.874 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.873+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=DRTCS86080O1 type=del 2024-07-27T18:40:11.878 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.877+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~X5MIMN9NSVHT.0 size=1048576 2024-07-27T18:40:11.879 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.878+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~X5MIMN9NSVHT.1 size=1048576 2024-07-27T18:40:11.881 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.880+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~X5MIMN9NSVHT.2 size=715507 2024-07-27T18:40:11.881 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.880+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=X5MIMN9NSVHT tag=100JKUJPYJQV type=write size=3861235 2024-07-27T18:40:11.884 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.883+0000 7fd9b0dfe780 1 < suggested update operation key=O54I6ACW6PJQ tag=0COIIC5BA2U8 type=del size=211290 2024-07-27T18:40:11.887 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.886+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=OJR6G7H6K39J type=del size=2951027 2024-07-27T18:40:11.888 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.887+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~VSZY3J94T7US.0 size=1048576 2024-07-27T18:40:11.890 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.889+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~VSZY3J94T7US.1 size=837506 2024-07-27T18:40:11.893 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.892+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=VSZY3J94T7US tag=PR13PW9MUMW6 type=write size=2934658 2024-07-27T18:40:11.896 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.895+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~X6TAIYZTJUXF.0 size=1048576 2024-07-27T18:40:11.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.897+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~X6TAIYZTJUXF.1 size=296096 2024-07-27T18:40:11.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.897+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=X6TAIYZTJUXF tag=I3WJZ1QBLORX type=write size=2393248 2024-07-27T18:40:11.902 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.901+0000 7fd9b0dfe780 1 < suggested remove operation key=6P6RR9NVCRT1 tag=N1QFCJUDZ2BE type=del 2024-07-27T18:40:11.905 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.903+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=RUTVLO93JMY8 type=write size=694166 2024-07-27T18:40:11.906 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.905+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~P321QH1BRIRC.0 size=1048576 2024-07-27T18:40:11.908 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.907+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~P321QH1BRIRC.1 size=282670 2024-07-27T18:40:11.912 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.910+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=P321QH1BRIRC tag=FYNCTXS6KF6R type=write size=2379822 2024-07-27T18:40:11.913 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.912+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=7LI5GMLDLHX5 type=write size=185952 2024-07-27T18:40:11.915 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.914+0000 7fd9b0dfe780 1 < completed write operation key=RC22Q26LLIA2 tag=WO6G6XD4SBEH type=write size=891887 2024-07-27T18:40:11.917 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.916+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=B2IE4S97I2XW type=del size=3468004 2024-07-27T18:40:11.920 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.918+0000 7fd9b0dfe780 -1 < failed to complete operation key=O54I6ACW6PJQ tag=DF5KCN3P1PZQ type=write size=155066: (22) Invalid argument 2024-07-27T18:40:11.922 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.920+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=VW7EMKQ88V9D type=del size=418000 2024-07-27T18:40:11.923 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.922+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~CTSW59PGD1EF.0 size=202976 2024-07-27T18:40:11.926 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.925+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=CTSW59PGD1EF tag=HBMEVPBN2C16 type=write size=1251552 2024-07-27T18:40:11.930 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.929+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~0U330XJS7HB4.0 size=1048576 2024-07-27T18:40:11.932 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.931+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~0U330XJS7HB4.1 size=199031 2024-07-27T18:40:11.932 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.931+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=0U330XJS7HB4 tag=FM9OF4OK3EEQ type=write size=2296183 2024-07-27T18:40:11.933 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.932+0000 7fd9b0dfe780 1 < canceled operation key=YYNGWXPBKSFI tag=RFU0ZPBLWHCL type=del size=4192102 2024-07-27T18:40:11.935 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.934+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=C1M8N436CFUK type=del size=1502545 2024-07-27T18:40:11.935 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.934+0000 7fd9b0dfe780 1 < canceled part key=_multipart_8I5MBVTQCDVV.2~5BFFVMOF8JFR.0 size=396190 2024-07-27T18:40:11.938 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.937+0000 7fd9b0dfe780 1 < canceled multipart upload key=8I5MBVTQCDVV upload=5BFFVMOF8JFR tag=VCZDKJE61YC7 type=write size=1444766 2024-07-27T18:40:11.940 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.939+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=0WNIH10KKXMY type=del size=626887 2024-07-27T18:40:11.942 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.941+0000 7fd9b0dfe780 1 < canceled operation key=CFEXWJESTIQM tag=07HPTSO6SPZE type=del size=1636340 2024-07-27T18:40:11.945 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.944+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~ZGFAMW42P5BX.0 size=1048576 2024-07-27T18:40:11.947 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.946+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~ZGFAMW42P5BX.1 size=1048576 2024-07-27T18:40:11.949 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.948+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~ZGFAMW42P5BX.2 size=145800 2024-07-27T18:40:11.949 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.948+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=ZGFAMW42P5BX tag=JK5GY6LWBVKB type=write size=3291528 2024-07-27T18:40:11.951 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.950+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~86606VDCZ8ON.0 size=423892 2024-07-27T18:40:11.955 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.954+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=86606VDCZ8ON tag=O7L7RWV8TWPF type=write size=1472468 2024-07-27T18:40:11.957 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.956+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=78YJ6IPWB6J5 type=write size=479821 2024-07-27T18:40:11.959 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.958+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=CAUWZPSWWZ7R type=del 2024-07-27T18:40:11.962 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.961+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=7RSE3TMRSUOY type=del size=2522365 2024-07-27T18:40:11.964 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.962+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~Y3A9CS3A4GRZ.0 size=1048576 2024-07-27T18:40:11.964 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.963+0000 7fd9b0dfe780 1 < canceled part key=_multipart_0ML6VB25ON15.2~Y3A9CS3A4GRZ.1 size=1048576 2024-07-27T18:40:11.965 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.964+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~Y3A9CS3A4GRZ.2 size=346153 2024-07-27T18:40:11.968 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.967+0000 7fd9b0dfe780 1 < canceled multipart upload key=0ML6VB25ON15 upload=Y3A9CS3A4GRZ tag=M1PX98HQRZML type=write size=3491881 2024-07-27T18:40:11.970 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.969+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=TRUO7PN7T5AM type=del size=1793029 2024-07-27T18:40:11.972 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.971+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~ADPYGJ1J2OHS.0 size=148723 2024-07-27T18:40:11.975 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.974+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=ADPYGJ1J2OHS tag=TCR7BLQTCHV1 type=write size=1197299 2024-07-27T18:40:11.977 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.976+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=9CFJ1AT7S0P7 type=del size=2690882 2024-07-27T18:40:11.979 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.978+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~L3WPX78JQOWL.0 size=1048576 2024-07-27T18:40:11.980 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.979+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~L3WPX78JQOWL.1 size=1048576 2024-07-27T18:40:11.982 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.981+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~L3WPX78JQOWL.2 size=497589 2024-07-27T18:40:11.985 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.984+0000 7fd9b0dfe780 1 < completed multipart upload key=X7P4EQ7CB100 upload=L3WPX78JQOWL tag=3L4V9B7OGOOK type=write size=3643317 2024-07-27T18:40:11.987 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.986+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=1VEW8NHQ5BCW type=del size=2278737 2024-07-27T18:40:11.989 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.988+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~X5MIMN9NSVHT.0 size=1048576 2024-07-27T18:40:11.991 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.990+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~X5MIMN9NSVHT.1 size=1048576 2024-07-27T18:40:11.992 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.991+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~X5MIMN9NSVHT.2 size=715507 2024-07-27T18:40:11.996 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.994+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=X5MIMN9NSVHT tag=100JKUJPYJQV type=write size=3861235 2024-07-27T18:40:11.997 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.996+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=SOCD7QMA85NG type=del size=3386752 2024-07-27T18:40:11.999 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:11.998+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=OJR6G7H6K39J type=del 2024-07-27T18:40:12.001 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.000+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=IYP690B1OWHP type=del size=3309067 2024-07-27T18:40:12.003 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.002+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~X6TAIYZTJUXF.0 size=1048576 2024-07-27T18:40:12.005 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.003+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~X6TAIYZTJUXF.1 size=296096 2024-07-27T18:40:12.008 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.007+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=X6TAIYZTJUXF tag=I3WJZ1QBLORX type=write size=2393248 2024-07-27T18:40:12.009 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.008+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=0M5ZP9M6BS0A type=del size=2425913 2024-07-27T18:40:12.011 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.010+0000 7fd9b0dfe780 1 < completed write operation key=E9XS4B44ASV1 tag=RUTVLO93JMY8 type=write size=694166 2024-07-27T18:40:12.013 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.012+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=X0UMLDR0TBRR type=del size=2498592 2024-07-27T18:40:12.015 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.014+0000 7fd9b0dfe780 1 < completed write operation key=X7P4EQ7CB100 tag=7LI5GMLDLHX5 type=write size=185952 2024-07-27T18:40:12.019 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.017+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~X4CW82YAXL4K.0 size=1048576 2024-07-27T18:40:12.021 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.019+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~X4CW82YAXL4K.1 size=1048576 2024-07-27T18:40:12.022 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.021+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~X4CW82YAXL4K.2 size=972625 2024-07-27T18:40:12.022 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.021+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=X4CW82YAXL4K tag=ERN64WI16GWT type=write size=4118353 2024-07-27T18:40:12.024 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.023+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=B2IE4S97I2XW type=del 2024-07-27T18:40:12.027 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.026+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=1NT76ORE8YHO type=del size=1644400 2024-07-27T18:40:12.029 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.028+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=VW7EMKQ88V9D type=del 2024-07-27T18:40:12.033 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.032+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~ROBVORCUNC8M.0 size=29953 2024-07-27T18:40:12.033 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.032+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=ROBVORCUNC8M tag=IGHDP1XXF475 type=write size=1078529 2024-07-27T18:40:12.034 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.033+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~0U330XJS7HB4.0 size=1048576 2024-07-27T18:40:12.034 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.033+0000 7fd9b0dfe780 1 < canceled part key=_multipart_PV35EIWWUMCU.2~0U330XJS7HB4.1 size=199031 2024-07-27T18:40:12.038 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.037+0000 7fd9b0dfe780 1 < canceled multipart upload key=PV35EIWWUMCU upload=0U330XJS7HB4 tag=FM9OF4OK3EEQ type=write size=2296183 2024-07-27T18:40:12.040 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.039+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=5COG79GLZ8BP type=del size=3024112 2024-07-27T18:40:12.043 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.042+0000 7fd9b0dfe780 1 < suggested remove operation key=P8NVZQG528UI tag=C1M8N436CFUK type=del 2024-07-27T18:40:12.045 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.044+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=ZZUF8R7UBP3S type=del size=2637735 2024-07-27T18:40:12.047 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.046+0000 7fd9b0dfe780 1 < canceled operation key=F8NI5O3PM0RO tag=0WNIH10KKXMY type=del size=626887 2024-07-27T18:40:12.049 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.048+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=B8JJB7DSKMCQ type=write size=1000023 2024-07-27T18:40:12.054 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.049+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~ZGFAMW42P5BX.0 size=1048576 2024-07-27T18:40:12.054 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.051+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~ZGFAMW42P5BX.1 size=1048576 2024-07-27T18:40:12.054 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.052+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~ZGFAMW42P5BX.2 size=145800 2024-07-27T18:40:12.056 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.055+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=ZGFAMW42P5BX tag=JK5GY6LWBVKB type=write size=3291528 2024-07-27T18:40:12.060 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.059+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~5GVSX9FT4S5L.0 size=45239 2024-07-27T18:40:12.060 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.059+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=5GVSX9FT4S5L tag=W4NOE5DCSGQI type=write size=1093815 2024-07-27T18:40:12.062 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.061+0000 7fd9b0dfe780 1 < completed write operation key=IGKNZEI10405 tag=78YJ6IPWB6J5 type=write size=479821 2024-07-27T18:40:12.064 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.063+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=Z14FGX60GLNX type=del size=2359647 2024-07-27T18:40:12.066 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.065+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=7RSE3TMRSUOY type=del 2024-07-27T18:40:12.070 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.069+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~4NE1T7DJB12J.0 size=1048576 2024-07-27T18:40:12.071 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.070+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~4NE1T7DJB12J.1 size=151360 2024-07-27T18:40:12.071 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.070+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=4NE1T7DJB12J tag=RLDQ7QC0DZHC type=write size=2248512 2024-07-27T18:40:12.073 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.072+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=TRUO7PN7T5AM type=del 2024-07-27T18:40:12.075 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.074+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=4A61D5E534P6 type=write size=508799 2024-07-27T18:40:12.077 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.076+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=9CFJ1AT7S0P7 type=del 2024-07-27T18:40:12.079 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.078+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=57EC7BQID35O type=del size=3227520 2024-07-27T18:40:12.081 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.080+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=1VEW8NHQ5BCW type=del 2024-07-27T18:40:12.085 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.084+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~D433T2HXCTW1.0 size=1048576 2024-07-27T18:40:12.087 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.086+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~D433T2HXCTW1.1 size=263291 2024-07-27T18:40:12.087 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.086+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=D433T2HXCTW1 tag=K940YKOJQH7O type=write size=2360443 2024-07-27T18:40:12.089 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.087+0000 7fd9b0dfe780 1 < canceled operation key=0ML6VB25ON15 tag=SOCD7QMA85NG type=del size=3386752 2024-07-27T18:40:12.090 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.089+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=F307RETXJHNS type=del size=1118357 2024-07-27T18:40:12.092 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.091+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=IYP690B1OWHP type=del 2024-07-27T18:40:12.094 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.093+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=NKKR8T5UGQ9S type=del size=3704980 2024-07-27T18:40:12.098 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.097+0000 7fd9b0dfe780 1 < suggested remove operation key=N3SMJ1F7TS0Z tag=0M5ZP9M6BS0A type=del 2024-07-27T18:40:12.102 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.100+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~Y34ZREC8OY42.0 size=1048576 2024-07-27T18:40:12.103 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.102+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~Y34ZREC8OY42.1 size=1048576 2024-07-27T18:40:12.105 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.103+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~Y34ZREC8OY42.2 size=316298 2024-07-27T18:40:12.105 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.103+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=Y34ZREC8OY42 tag=9NSN9RSKFUDL type=write size=3462026 2024-07-27T18:40:12.107 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.106+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=X0UMLDR0TBRR type=del 2024-07-27T18:40:12.110 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.109+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~IHW18H6JDYHD.0 size=1048576 2024-07-27T18:40:12.111 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.110+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~IHW18H6JDYHD.1 size=1048576 2024-07-27T18:40:12.113 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.112+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~IHW18H6JDYHD.2 size=458085 2024-07-27T18:40:12.113 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.112+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=IHW18H6JDYHD tag=KTQ9XC6T1MWU type=write size=3603813 2024-07-27T18:40:12.115 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.114+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~X4CW82YAXL4K.0 size=1048576 2024-07-27T18:40:12.117 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.116+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~X4CW82YAXL4K.1 size=1048576 2024-07-27T18:40:12.119 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.117+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~X4CW82YAXL4K.2 size=972625 2024-07-27T18:40:12.122 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.121+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=X4CW82YAXL4K tag=ERN64WI16GWT type=write size=4118353 2024-07-27T18:40:12.124 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.123+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=U9DC7605BS6E type=del size=1052260 2024-07-27T18:40:12.128 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.127+0000 7fd9b0dfe780 1 < suggested remove operation key=0ML6VB25ON15 tag=1NT76ORE8YHO type=del 2024-07-27T18:40:12.131 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.130+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~WEBA93VU20RK.0 size=1048576 2024-07-27T18:40:12.133 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.132+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~WEBA93VU20RK.1 size=1048576 2024-07-27T18:40:12.134 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.133+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~WEBA93VU20RK.2 size=881417 2024-07-27T18:40:12.134 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.133+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=WEBA93VU20RK tag=SWD5S8RPFPQW type=write size=4027145 2024-07-27T18:40:12.136 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.135+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~ROBVORCUNC8M.0 size=29953 2024-07-27T18:40:12.140 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.139+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=ROBVORCUNC8M tag=IGHDP1XXF475 type=write size=1078529 2024-07-27T18:40:12.141 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.140+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=VGY75A56WPNM type=del size=378607 2024-07-27T18:40:12.145 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.144+0000 7fd9b0dfe780 1 < suggested update operation key=P8NVZQG528UI tag=5COG79GLZ8BP type=del size=3024112 2024-07-27T18:40:12.149 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.148+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~DX6GIP2IXNB6.0 size=823178 2024-07-27T18:40:12.150 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.148+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=DX6GIP2IXNB6 tag=O865A4CXIBZH type=write size=1871754 2024-07-27T18:40:12.151 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.150+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=ZZUF8R7UBP3S type=del 2024-07-27T18:40:12.154 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.153+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~TIFY856LFCCP.0 size=1048576 2024-07-27T18:40:12.156 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.155+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~TIFY856LFCCP.1 size=101897 2024-07-27T18:40:12.156 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.155+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=TIFY856LFCCP tag=UEEK3Y7VOJ42 type=write size=2199049 2024-07-27T18:40:12.158 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.157+0000 7fd9b0dfe780 1 < completed write operation key=E9XS4B44ASV1 tag=B8JJB7DSKMCQ type=write size=1000023 2024-07-27T18:40:12.160 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.159+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=TSA4YX05AX06 type=write size=372026 2024-07-27T18:40:12.162 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.161+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~5GVSX9FT4S5L.0 size=45239 2024-07-27T18:40:12.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.165+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=5GVSX9FT4S5L tag=W4NOE5DCSGQI type=write size=1093815 2024-07-27T18:40:12.168 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.167+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=HKJRQPIIOCAT type=write size=972467 2024-07-27T18:40:12.171 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.170+0000 7fd9b0dfe780 1 < suggested update operation key=FXYU6A8CU9F0 tag=Z14FGX60GLNX type=del size=2359647 2024-07-27T18:40:12.173 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.172+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=TDL711K7F082 type=del size=3246335 2024-07-27T18:40:12.175 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.174+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~4NE1T7DJB12J.0 size=1048576 2024-07-27T18:40:12.177 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.176+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~4NE1T7DJB12J.1 size=151360 2024-07-27T18:40:12.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.179+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=4NE1T7DJB12J tag=RLDQ7QC0DZHC type=write size=2248512 2024-07-27T18:40:12.182 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.181+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=KB3H5MLCILT0 type=del size=3775055 2024-07-27T18:40:12.185 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.184+0000 7fd9b0dfe780 -1 < failed to complete operation key=P8NVZQG528UI tag=4A61D5E534P6 type=write size=508799: (22) Invalid argument 2024-07-27T18:40:12.187 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.186+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=F2L1BSZ36OIU type=del size=3307934 2024-07-27T18:40:12.189 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.187+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=57EC7BQID35O type=del 2024-07-27T18:40:12.192 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.191+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~F302IX07KIQQ.0 size=1048576 2024-07-27T18:40:12.194 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.193+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~F302IX07KIQQ.1 size=1048576 2024-07-27T18:40:12.195 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.194+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~F302IX07KIQQ.2 size=930485 2024-07-27T18:40:12.195 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.194+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=F302IX07KIQQ tag=ELFS5EACOH08 type=write size=4076213 2024-07-27T18:40:12.197 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.196+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~D433T2HXCTW1.0 size=1048576 2024-07-27T18:40:12.199 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.198+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~D433T2HXCTW1.1 size=263291 2024-07-27T18:40:12.202 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.201+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=D433T2HXCTW1 tag=K940YKOJQH7O type=write size=2360443 2024-07-27T18:40:12.204 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.203+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=7ET1UMJNCG7Z type=del size=102101 2024-07-27T18:40:12.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.206+0000 7fd9b0dfe780 -1 < failed to complete operation key=0ML6VB25ON15 tag=F307RETXJHNS type=del size=1118357: (22) Invalid argument 2024-07-27T18:40:12.210 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.209+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=TM59ZRGAGQ5U type=del size=2950687 2024-07-27T18:40:12.211 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.210+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=NKKR8T5UGQ9S type=del 2024-07-27T18:40:12.213 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.212+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=8UIC1M48W2LG type=write size=819601 2024-07-27T18:40:12.215 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.214+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~Y34ZREC8OY42.0 size=1048576 2024-07-27T18:40:12.217 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.216+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~Y34ZREC8OY42.1 size=1048576 2024-07-27T18:40:12.218 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.217+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~Y34ZREC8OY42.2 size=316298 2024-07-27T18:40:12.221 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.220+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=Y34ZREC8OY42 tag=9NSN9RSKFUDL type=write size=3462026 2024-07-27T18:40:12.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.222+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=SXFMAPXY9AHM type=del size=809893 2024-07-27T18:40:12.225 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.224+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~IHW18H6JDYHD.0 size=1048576 2024-07-27T18:40:12.226 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.225+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~IHW18H6JDYHD.1 size=1048576 2024-07-27T18:40:12.228 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.227+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~IHW18H6JDYHD.2 size=458085 2024-07-27T18:40:12.231 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.230+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=IHW18H6JDYHD tag=KTQ9XC6T1MWU type=write size=3603813 2024-07-27T18:40:12.233 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.232+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=NBT92E6OUJSO type=del size=1825589 2024-07-27T18:40:12.234 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.233+0000 7fd9b0dfe780 1 < canceled operation key=V2SZ9U1AFGCG tag=U9DC7605BS6E type=del size=1052260 2024-07-27T18:40:12.236 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.235+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=YPXOCN01K3HT type=del size=825272 2024-07-27T18:40:12.238 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.237+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~WEBA93VU20RK.0 size=1048576 2024-07-27T18:40:12.239 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.238+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~WEBA93VU20RK.1 size=1048576 2024-07-27T18:40:12.241 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.240+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~WEBA93VU20RK.2 size=881417 2024-07-27T18:40:12.245 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.243+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=WEBA93VU20RK tag=SWD5S8RPFPQW type=write size=4027145 2024-07-27T18:40:12.248 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.247+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~CZT7EWT3JY02.0 size=1048576 2024-07-27T18:40:12.250 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.249+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~CZT7EWT3JY02.1 size=742293 2024-07-27T18:40:12.250 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.249+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=CZT7EWT3JY02 tag=FP0SUEMTB971 type=write size=2839445 2024-07-27T18:40:12.251 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.250+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=VGY75A56WPNM type=del 2024-07-27T18:40:12.255 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.254+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~Q00QW94LV20J.0 size=1048576 2024-07-27T18:40:12.256 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.255+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~Q00QW94LV20J.1 size=855010 2024-07-27T18:40:12.257 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.255+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=Q00QW94LV20J tag=DKCLFLG7O29K type=write size=2952162 2024-07-27T18:40:12.261 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.257+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~DX6GIP2IXNB6.0 size=823178 2024-07-27T18:40:12.262 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.261+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=DX6GIP2IXNB6 tag=O865A4CXIBZH type=write size=1871754 2024-07-27T18:40:12.264 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.263+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=RV4DNOIDQ4ZB type=del size=2538791 2024-07-27T18:40:12.265 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.264+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~TIFY856LFCCP.0 size=1048576 2024-07-27T18:40:12.267 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.266+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~TIFY856LFCCP.1 size=101897 2024-07-27T18:40:12.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.270+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=TIFY856LFCCP tag=UEEK3Y7VOJ42 type=write size=2199049 2024-07-27T18:40:12.273 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.271+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=BFZ993UXP1MX type=del size=594496 2024-07-27T18:40:12.275 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.274+0000 7fd9b0dfe780 -1 < failed to complete operation key=FXYU6A8CU9F0 tag=TSA4YX05AX06 type=write size=372026: (22) Invalid argument 2024-07-27T18:40:12.279 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.278+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~60PEK05DJ31R.0 size=1048576 2024-07-27T18:40:12.280 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.279+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~60PEK05DJ31R.1 size=1048576 2024-07-27T18:40:12.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.281+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~60PEK05DJ31R.2 size=628150 2024-07-27T18:40:12.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.281+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=60PEK05DJ31R tag=0QJG76OJU7BP type=write size=3773878 2024-07-27T18:40:12.283 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.282+0000 7fd9b0dfe780 1 < completed write operation key=IGKNZEI10405 tag=HKJRQPIIOCAT type=write size=972467 2024-07-27T18:40:12.287 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.286+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~MA9NPYZ62X36.0 size=1048576 2024-07-27T18:40:12.288 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.287+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~MA9NPYZ62X36.1 size=1048576 2024-07-27T18:40:12.290 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.289+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~MA9NPYZ62X36.2 size=373266 2024-07-27T18:40:12.290 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.289+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=MA9NPYZ62X36 tag=0RU9Y3UEPBGK type=write size=3518994 2024-07-27T18:40:12.292 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.291+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=TDL711K7F082 type=del 2024-07-27T18:40:12.294 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.293+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=O6UI0Y2DVHF6 type=del size=3300089 2024-07-27T18:40:12.297 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.296+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=KB3H5MLCILT0 type=del 2024-07-27T18:40:12.299 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.298+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=ZG52FOLYL57G type=write size=180908 2024-07-27T18:40:12.301 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.300+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=F2L1BSZ36OIU type=del 2024-07-27T18:40:12.303 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.302+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=3EKVFI74UF2Z type=del size=465035 2024-07-27T18:40:12.305 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.304+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~F302IX07KIQQ.0 size=1048576 2024-07-27T18:40:12.306 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.305+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~F302IX07KIQQ.1 size=1048576 2024-07-27T18:40:12.308 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.307+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~F302IX07KIQQ.2 size=930485 2024-07-27T18:40:12.311 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.310+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=F302IX07KIQQ tag=ELFS5EACOH08 type=write size=4076213 2024-07-27T18:40:12.313 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.312+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=GM86G2RMYK9Y type=del size=1745709 2024-07-27T18:40:12.315 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.314+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=7ET1UMJNCG7Z type=del 2024-07-27T18:40:12.319 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.318+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~NY239J3XJKE9.0 size=1048576 2024-07-27T18:40:12.321 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.320+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~NY239J3XJKE9.1 size=640666 2024-07-27T18:40:12.321 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.320+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=NY239J3XJKE9 tag=T4RFTUVUBGMO type=write size=2737818 2024-07-27T18:40:12.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.323+0000 7fd9b0dfe780 1 < suggested remove operation key=YD0RYSEXBM6F tag=TM59ZRGAGQ5U type=del 2024-07-27T18:40:12.326 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.325+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=6LKMAOTXYE3P type=del size=2820500 2024-07-27T18:40:12.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.327+0000 7fd9b0dfe780 1 < completed write operation key=X7P4EQ7CB100 tag=8UIC1M48W2LG type=write size=819601 2024-07-27T18:40:12.330 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.329+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=SW2MAHWQ2367 type=del size=3451990 2024-07-27T18:40:12.332 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.331+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=SXFMAPXY9AHM type=del 2024-07-27T18:40:12.335 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.334+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~X7HUKL0O0YL2.0 size=319918 2024-07-27T18:40:12.336 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.334+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=X7HUKL0O0YL2 tag=2GB3BNJGI7XB type=write size=1368494 2024-07-27T18:40:12.337 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.336+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=NBT92E6OUJSO type=del 2024-07-27T18:40:12.339 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.338+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=6T732306B1KE type=del size=3310802 2024-07-27T18:40:12.341 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.340+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=YPXOCN01K3HT type=del 2024-07-27T18:40:12.343 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.342+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=3PE01KY3V88R type=del size=2245813 2024-07-27T18:40:12.346 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.344+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~CZT7EWT3JY02.0 size=1048576 2024-07-27T18:40:12.347 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.346+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~CZT7EWT3JY02.1 size=742293 2024-07-27T18:40:12.350 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.349+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=CZT7EWT3JY02 tag=FP0SUEMTB971 type=write size=2839445 2024-07-27T18:40:12.353 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.352+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~FHU0OT744H17.0 size=1048576 2024-07-27T18:40:12.354 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.353+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~FHU0OT744H17.1 size=1048576 2024-07-27T18:40:12.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.356+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~FHU0OT744H17.2 size=57610 2024-07-27T18:40:12.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.356+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=FHU0OT744H17 tag=YM6ZLLWRRV8E type=write size=3203338 2024-07-27T18:40:12.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.356+0000 7fd9b0dfe780 1 < canceled part key=_multipart_0ML6VB25ON15.2~Q00QW94LV20J.0 size=1048576 2024-07-27T18:40:12.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.356+0000 7fd9b0dfe780 1 < canceled part key=_multipart_0ML6VB25ON15.2~Q00QW94LV20J.1 size=855010 2024-07-27T18:40:12.360 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.359+0000 7fd9b0dfe780 1 < canceled multipart upload key=0ML6VB25ON15 upload=Q00QW94LV20J tag=DKCLFLG7O29K type=write size=2952162 2024-07-27T18:40:12.362 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.361+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=SA3JECU3RBLR type=del size=1786071 2024-07-27T18:40:12.364 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.362+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=RV4DNOIDQ4ZB type=del 2024-07-27T18:40:12.365 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.364+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=TZ8P4NW5TWGF type=del size=2455852 2024-07-27T18:40:12.367 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.366+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=BFZ993UXP1MX type=del 2024-07-27T18:40:12.370 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.369+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~3R1BMUC2EP0S.0 size=1048576 2024-07-27T18:40:12.372 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.371+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~3R1BMUC2EP0S.1 size=1048576 2024-07-27T18:40:12.374 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.373+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~3R1BMUC2EP0S.2 size=1026481 2024-07-27T18:40:12.374 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.373+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=3R1BMUC2EP0S tag=UUKTX48VZ00B type=write size=4172209 2024-07-27T18:40:12.376 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.375+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~60PEK05DJ31R.0 size=1048576 2024-07-27T18:40:12.377 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.376+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~60PEK05DJ31R.1 size=1048576 2024-07-27T18:40:12.379 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.378+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~60PEK05DJ31R.2 size=628150 2024-07-27T18:40:12.382 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.381+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=60PEK05DJ31R tag=0QJG76OJU7BP type=write size=3773878 2024-07-27T18:40:12.384 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.383+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=02OAUVWOG9N3 type=write size=408051 2024-07-27T18:40:12.386 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.384+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~MA9NPYZ62X36.0 size=1048576 2024-07-27T18:40:12.387 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.386+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~MA9NPYZ62X36.1 size=1048576 2024-07-27T18:40:12.389 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.388+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~MA9NPYZ62X36.2 size=373266 2024-07-27T18:40:12.392 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.391+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=MA9NPYZ62X36 tag=0RU9Y3UEPBGK type=write size=3518994 2024-07-27T18:40:12.394 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.393+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=FTW7GLUJTR07 type=del size=3847680 2024-07-27T18:40:12.396 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.395+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=O6UI0Y2DVHF6 type=del 2024-07-27T18:40:12.398 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.397+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=JL8XYYZ908XS type=del size=2461746 2024-07-27T18:40:12.402 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.401+0000 7fd9b0dfe780 1 < suggested update operation key=E9Y61GIX83FA tag=ZG52FOLYL57G type=write size=180908 2024-07-27T18:40:12.404 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.403+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=UUBJNF5AX995 type=write size=541493 2024-07-27T18:40:12.406 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.404+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=3EKVFI74UF2Z type=del 2024-07-27T18:40:12.407 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.406+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=7B5TP9UOS6L0 type=del size=258549 2024-07-27T18:40:12.409 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.408+0000 7fd9b0dfe780 1 < canceled operation key=29DDNRGBR1QU tag=GM86G2RMYK9Y type=del size=1745709 2024-07-27T18:40:12.412 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.411+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=SJQ17H1FANLU type=del size=2317683 2024-07-27T18:40:12.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:12 smithi179 ceph-mon[89801]: pgmap v1385: 137 pgs: 3 creating+peering, 134 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.7 KiB/s wr, 14 op/s 2024-07-27T18:40:12.413 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.411+0000 7fd9b0dfe780 1 < canceled part key=_multipart_8I5MBVTQCDVV.2~NY239J3XJKE9.0 size=1048576 2024-07-27T18:40:12.413 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.411+0000 7fd9b0dfe780 1 < canceled part key=_multipart_8I5MBVTQCDVV.2~NY239J3XJKE9.1 size=640666 2024-07-27T18:40:12.416 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.415+0000 7fd9b0dfe780 1 < canceled multipart upload key=8I5MBVTQCDVV upload=NY239J3XJKE9 tag=T4RFTUVUBGMO type=write size=2737818 2024-07-27T18:40:12.418 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.417+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=0BLDMQV0ONPC type=del size=3149006 2024-07-27T18:40:12.420 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.419+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=6LKMAOTXYE3P type=del 2024-07-27T18:40:12.422 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.421+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=Y9E5TV5MAOBG type=del size=1126149 2024-07-27T18:40:12.424 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.423+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=SW2MAHWQ2367 type=del 2024-07-27T18:40:12.426 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.425+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=XZQM9NAIO5HI type=write size=1039469 2024-07-27T18:40:12.428 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.427+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~X7HUKL0O0YL2.0 size=319918 2024-07-27T18:40:12.432 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.431+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=X7HUKL0O0YL2 tag=2GB3BNJGI7XB type=write size=1368494 2024-07-27T18:40:12.437 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.434+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~LDNQ92ZT53SN.0 size=1048576 2024-07-27T18:40:12.438 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.436+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~LDNQ92ZT53SN.1 size=1048576 2024-07-27T18:40:12.439 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.438+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~LDNQ92ZT53SN.2 size=508312 2024-07-27T18:40:12.439 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.438+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=LDNQ92ZT53SN tag=G99GRZ00P0D8 type=write size=3654040 2024-07-27T18:40:12.442 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.440+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=6T732306B1KE type=del 2024-07-27T18:40:12.444 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.442+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=V5L7FCNGTENS type=write size=701572 2024-07-27T18:40:12.445 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.444+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=3PE01KY3V88R type=del 2024-07-27T18:40:12.447 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.446+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=P9EI46XUBUMH type=del size=2135960 2024-07-27T18:40:12.449 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.448+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~FHU0OT744H17.0 size=1048576 2024-07-27T18:40:12.451 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.449+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~FHU0OT744H17.1 size=1048576 2024-07-27T18:40:12.451 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.449+0000 7fd9b0dfe780 1 < canceled part key=_multipart_03QZ740ES4M3.2~FHU0OT744H17.2 size=57610 2024-07-27T18:40:12.454 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.453+0000 7fd9b0dfe780 1 < canceled multipart upload key=03QZ740ES4M3 upload=FHU0OT744H17 tag=YM6ZLLWRRV8E type=write size=3203338 2024-07-27T18:40:12.457 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.455+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=G0XWOGMYMLC3 type=del size=2229753 2024-07-27T18:40:12.459 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.458+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=SA3JECU3RBLR type=del 2024-07-27T18:40:12.463 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.462+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~B0KCSS50TREG.0 size=1048576 2024-07-27T18:40:12.465 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.463+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~B0KCSS50TREG.1 size=1048576 2024-07-27T18:40:12.466 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.465+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~B0KCSS50TREG.2 size=184575 2024-07-27T18:40:12.467 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.465+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=B0KCSS50TREG tag=WR72T58VEJRT type=write size=3330303 2024-07-27T18:40:12.469 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.467+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=TZ8P4NW5TWGF type=del 2024-07-27T18:40:12.470 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.469+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=QB78PDIEY3BR type=del size=733670 2024-07-27T18:40:12.472 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.471+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~3R1BMUC2EP0S.0 size=1048576 2024-07-27T18:40:12.474 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.473+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~3R1BMUC2EP0S.1 size=1048576 2024-07-27T18:40:12.476 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.475+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~3R1BMUC2EP0S.2 size=1026481 2024-07-27T18:40:12.480 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.479+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=3R1BMUC2EP0S tag=UUKTX48VZ00B type=write size=4172209 2024-07-27T18:40:12.483 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.482+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~C93I3CQ0L6DE.0 size=1048576 2024-07-27T18:40:12.485 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.483+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~C93I3CQ0L6DE.1 size=1045240 2024-07-27T18:40:12.485 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.483+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=C93I3CQ0L6DE tag=BRBR4LSVJAXG type=write size=3142392 2024-07-27T18:40:12.488 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.487+0000 7fd9b0dfe780 1 < suggested remove operation key=IGKNZEI10405 tag=02OAUVWOG9N3 type=write 2024-07-27T18:40:12.490 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.489+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=ZBTZKC1AQH1Q type=write size=864132 2024-07-27T18:40:12.492 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.491+0000 7fd9b0dfe780 1 < completed delete operation key=39IO5R6BZ3YC tag=FTW7GLUJTR07 type=del 2024-07-27T18:40:12.494 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.493+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=HO1KV2FZRYSZ type=del size=3503538 2024-07-27T18:40:12.496 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.495+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=JL8XYYZ908XS type=del 2024-07-27T18:40:12.498 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.497+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=2RC828O7AHCU type=del size=2337193 2024-07-27T18:40:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:12 smithi029 ceph-mon[96870]: pgmap v1385: 137 pgs: 3 creating+peering, 134 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.7 KiB/s wr, 14 op/s 2024-07-27T18:40:12.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:12 smithi029 ceph-mon[99353]: pgmap v1385: 137 pgs: 3 creating+peering, 134 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.7 KiB/s wr, 14 op/s 2024-07-27T18:40:12.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:40:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:40:12] "GET /metrics HTTP/1.1" 200 36369 "" "Prometheus/2.43.0" 2024-07-27T18:40:12.501 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.500+0000 7fd9b0dfe780 1 < canceled operation key=29DDNRGBR1QU tag=UUBJNF5AX995 type=write size=541493 2024-07-27T18:40:12.504 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.503+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~3MICE37AL6FI.0 size=1048576 2024-07-27T18:40:12.506 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.505+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~3MICE37AL6FI.1 size=1048576 2024-07-27T18:40:12.508 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.507+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~3MICE37AL6FI.2 size=280889 2024-07-27T18:40:12.508 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.507+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=3MICE37AL6FI tag=8HLBN0COZOJT type=write size=3426617 2024-07-27T18:40:12.510 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.509+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=7B5TP9UOS6L0 type=del 2024-07-27T18:40:12.514 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.513+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~HQ0WMR2OBZWW.0 size=1048576 2024-07-27T18:40:12.515 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.514+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~HQ0WMR2OBZWW.1 size=215010 2024-07-27T18:40:12.515 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.514+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=HQ0WMR2OBZWW tag=NQ9THQQV2A3M type=write size=2312162 2024-07-27T18:40:12.517 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.516+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=SJQ17H1FANLU type=del 2024-07-27T18:40:12.519 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.518+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=8TUYI118GDQ5 type=del size=3670333 2024-07-27T18:40:12.521 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.520+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=0BLDMQV0ONPC type=del 2024-07-27T18:40:12.523 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.522+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=GHLAI5ZJS7R1 type=del size=59707 2024-07-27T18:40:12.525 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.523+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=Y9E5TV5MAOBG type=del 2024-07-27T18:40:12.527 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.526+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=JMQM9M4VR10A type=del size=3630358 2024-07-27T18:40:12.529 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.528+0000 7fd9b0dfe780 1 < completed write operation key=X7P4EQ7CB100 tag=XZQM9NAIO5HI type=write size=1039469 2024-07-27T18:40:12.533 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.532+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~41WQBKIH4OI8.0 size=1048576 2024-07-27T18:40:12.535 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.534+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~41WQBKIH4OI8.1 size=686993 2024-07-27T18:40:12.535 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.534+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=41WQBKIH4OI8 tag=BU7SK5RCJK2X type=write size=2784145 2024-07-27T18:40:12.537 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.536+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~LDNQ92ZT53SN.0 size=1048576 2024-07-27T18:40:12.539 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.538+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~LDNQ92ZT53SN.1 size=1048576 2024-07-27T18:40:12.540 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.539+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~LDNQ92ZT53SN.2 size=508312 2024-07-27T18:40:12.544 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.543+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=LDNQ92ZT53SN tag=G99GRZ00P0D8 type=write size=3654040 2024-07-27T18:40:12.545 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.544+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=QZDK2CRU8UG0 type=del size=1023049 2024-07-27T18:40:12.547 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.546+0000 7fd9b0dfe780 1 < completed write operation key=SK6LFQZNWE93 tag=V5L7FCNGTENS type=write size=701572 2024-07-27T18:40:12.549 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.548+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=LE1KTA653F70 type=del size=3397025 2024-07-27T18:40:12.552 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.551+0000 7fd9b0dfe780 -1 < failed to complete operation key=IGKNZEI10405 tag=P9EI46XUBUMH type=del size=2135960: (22) Invalid argument 2024-07-27T18:40:12.555 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.554+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~LJU7WYXPWHVB.0 size=1048576 2024-07-27T18:40:12.557 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.556+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~LJU7WYXPWHVB.1 size=1048576 2024-07-27T18:40:12.559 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.558+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~LJU7WYXPWHVB.2 size=145902 2024-07-27T18:40:12.559 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.558+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=LJU7WYXPWHVB tag=VOWWECFW9AUV type=write size=3291630 2024-07-27T18:40:12.563 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.562+0000 7fd9b0dfe780 1 < suggested update operation key=95K99DI46WJ8 tag=G0XWOGMYMLC3 type=del size=2229753 2024-07-27T18:40:12.565 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.564+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=6HO2UY23FLF7 type=del size=2170774 2024-07-27T18:40:12.567 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.566+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~B0KCSS50TREG.0 size=1048576 2024-07-27T18:40:12.568 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.567+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~B0KCSS50TREG.1 size=1048576 2024-07-27T18:40:12.570 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.569+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~B0KCSS50TREG.2 size=184575 2024-07-27T18:40:12.574 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.573+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=B0KCSS50TREG tag=WR72T58VEJRT type=write size=3330303 2024-07-27T18:40:12.578 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.576+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~0C14DNI0Q47Y.0 size=1048576 2024-07-27T18:40:12.580 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.578+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~0C14DNI0Q47Y.1 size=1048576 2024-07-27T18:40:12.581 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.580+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~0C14DNI0Q47Y.2 size=41086 2024-07-27T18:40:12.581 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.580+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=0C14DNI0Q47Y tag=JOS7YPY2J0BE type=write size=3186814 2024-07-27T18:40:12.583 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.582+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=QB78PDIEY3BR type=del 2024-07-27T18:40:12.585 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.584+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=SRHCA2OEPSZW type=del size=614104 2024-07-27T18:40:12.587 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.587+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~C93I3CQ0L6DE.0 size=1048576 2024-07-27T18:40:12.589 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.588+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~C93I3CQ0L6DE.1 size=1045240 2024-07-27T18:40:12.593 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.591+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=C93I3CQ0L6DE tag=BRBR4LSVJAXG type=write size=3142392 2024-07-27T18:40:12.595 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.594+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=HTCLTR1SNUO6 type=write size=876067 2024-07-27T18:40:12.597 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.595+0000 7fd9b0dfe780 1 < completed write operation key=P8NVZQG528UI tag=ZBTZKC1AQH1Q type=write size=864132 2024-07-27T18:40:12.598 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.597+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=QU8H31U2LIW2 type=del size=3328384 2024-07-27T18:40:12.602 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.601+0000 7fd9b0dfe780 1 < suggested update operation key=39IO5R6BZ3YC tag=HO1KV2FZRYSZ type=del size=3503538 2024-07-27T18:40:12.606 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.605+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~T4IP2NRHY32G.0 size=1048576 2024-07-27T18:40:12.608 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.607+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~T4IP2NRHY32G.1 size=927650 2024-07-27T18:40:12.608 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.607+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=T4IP2NRHY32G tag=WMPKIHA55I1A type=write size=3024802 2024-07-27T18:40:12.610 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.609+0000 7fd9b0dfe780 1 < canceled operation key=351SUKW6MLKV tag=2RC828O7AHCU type=del size=2337193 2024-07-27T18:40:12.613 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.612+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~A3595LCK88JW.0 size=632144 2024-07-27T18:40:12.614 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.612+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=A3595LCK88JW tag=HZC0IJ2TJ2MD type=write size=1680720 2024-07-27T18:40:12.615 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.614+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~3MICE37AL6FI.0 size=1048576 2024-07-27T18:40:12.615 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.614+0000 7fd9b0dfe780 1 < canceled part key=_multipart_03QZ740ES4M3.2~3MICE37AL6FI.1 size=1048576 2024-07-27T18:40:12.617 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.616+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~3MICE37AL6FI.2 size=280889 2024-07-27T18:40:12.621 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.620+0000 7fd9b0dfe780 1 < canceled multipart upload key=03QZ740ES4M3 upload=3MICE37AL6FI tag=8HLBN0COZOJT type=write size=3426617 2024-07-27T18:40:12.625 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.624+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~58D9RBHWDUFM.0 size=1048576 2024-07-27T18:40:12.626 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.625+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~58D9RBHWDUFM.1 size=647761 2024-07-27T18:40:12.627 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.625+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=58D9RBHWDUFM tag=MCS2KV6MNT05 type=write size=2744913 2024-07-27T18:40:12.629 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.627+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~HQ0WMR2OBZWW.0 size=1048576 2024-07-27T18:40:12.630 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.629+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~HQ0WMR2OBZWW.1 size=215010 2024-07-27T18:40:12.633 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.632+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=HQ0WMR2OBZWW tag=NQ9THQQV2A3M type=write size=2312162 2024-07-27T18:40:12.635 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.634+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=IGF67EXI7XGN type=del size=2398647 2024-07-27T18:40:12.638 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.637+0000 7fd9b0dfe780 -1 < failed to complete operation key=39IO5R6BZ3YC tag=8TUYI118GDQ5 type=del size=3670333: (22) Invalid argument 2024-07-27T18:40:12.640 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.639+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=XKBDSJF7M49Z type=del size=596729 2024-07-27T18:40:12.642 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.641+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=GHLAI5ZJS7R1 type=del 2024-07-27T18:40:12.644 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.643+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=LSO8R9CQZBHT type=write size=728386 2024-07-27T18:40:12.646 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.645+0000 7fd9b0dfe780 1 < canceled operation key=N3SMJ1F7TS0Z tag=JMQM9M4VR10A type=del size=3630358 2024-07-27T18:40:12.648 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.647+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=JEX28KXLD1FX type=del size=1351895 2024-07-27T18:40:12.650 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.649+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~41WQBKIH4OI8.0 size=1048576 2024-07-27T18:40:12.652 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.651+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~41WQBKIH4OI8.1 size=686993 2024-07-27T18:40:12.656 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.655+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=41WQBKIH4OI8 tag=BU7SK5RCJK2X type=write size=2784145 2024-07-27T18:40:12.658 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.657+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=0KYCFVZNK3EQ type=write size=737707 2024-07-27T18:40:12.662 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.661+0000 7fd9b0dfe780 1 < suggested remove operation key=T7BZCFBSZM95 tag=QZDK2CRU8UG0 type=del 2024-07-27T18:40:12.664 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.663+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=XVQM32AP6JEV type=del size=1507394 2024-07-27T18:40:12.666 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.665+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=LE1KTA653F70 type=del 2024-07-27T18:40:12.669 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.668+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~26YAGGWDEJSC.0 size=1048576 2024-07-27T18:40:12.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.670+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~26YAGGWDEJSC.1 size=1048576 2024-07-27T18:40:12.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.672+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~26YAGGWDEJSC.2 size=246797 2024-07-27T18:40:12.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.672+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=26YAGGWDEJSC tag=FS12N1G3XX09 type=write size=3392525 2024-07-27T18:40:12.675 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.674+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~LJU7WYXPWHVB.0 size=1048576 2024-07-27T18:40:12.676 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.675+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~LJU7WYXPWHVB.1 size=1048576 2024-07-27T18:40:12.678 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.677+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~LJU7WYXPWHVB.2 size=145902 2024-07-27T18:40:12.681 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.680+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=LJU7WYXPWHVB tag=VOWWECFW9AUV type=write size=3291630 2024-07-27T18:40:12.684 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.683+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~EELA1T68EUU2.0 size=963902 2024-07-27T18:40:12.684 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.683+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=EELA1T68EUU2 tag=WY3S8LYIWT42 type=write size=2012478 2024-07-27T18:40:12.687 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.686+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=6HO2UY23FLF7 type=del 2024-07-27T18:40:12.689 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.688+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=JOKUOU1DIEEV type=del size=438984 2024-07-27T18:40:12.692 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.691+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~0C14DNI0Q47Y.0 size=1048576 2024-07-27T18:40:12.694 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.692+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~0C14DNI0Q47Y.1 size=1048576 2024-07-27T18:40:12.695 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.694+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~0C14DNI0Q47Y.2 size=41086 2024-07-27T18:40:12.698 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.697+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=0C14DNI0Q47Y tag=JOS7YPY2J0BE type=write size=3186814 2024-07-27T18:40:12.701 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.699+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=9AAFLOC1QDYW type=del size=1702173 2024-07-27T18:40:12.702 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.701+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=SRHCA2OEPSZW type=del 2024-07-27T18:40:12.704 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.703+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=3QG2EM00JRJE type=del size=1203395 2024-07-27T18:40:12.706 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.705+0000 7fd9b0dfe780 1 < completed write operation key=G3DZJWABEJWG tag=HTCLTR1SNUO6 type=write size=876067 2024-07-27T18:40:12.710 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.709+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~ECPTV1H8VD60.0 size=1048576 2024-07-27T18:40:12.711 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.710+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~ECPTV1H8VD60.1 size=1048576 2024-07-27T18:40:12.713 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.712+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~ECPTV1H8VD60.2 size=396984 2024-07-27T18:40:12.713 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.712+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=ECPTV1H8VD60 tag=ZKABXV50PUWA type=write size=3542712 2024-07-27T18:40:12.717 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.716+0000 7fd9b0dfe780 1 < suggested remove operation key=N3SMJ1F7TS0Z tag=QU8H31U2LIW2 type=del 2024-07-27T18:40:12.721 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.719+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~OCS9OACM5NHG.0 size=1048576 2024-07-27T18:40:12.722 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.721+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~OCS9OACM5NHG.1 size=1048576 2024-07-27T18:40:12.724 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.723+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~OCS9OACM5NHG.2 size=713827 2024-07-27T18:40:12.724 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.723+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=OCS9OACM5NHG tag=WJAU6HJVC8L9 type=write size=3859555 2024-07-27T18:40:12.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.724+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~T4IP2NRHY32G.0 size=1048576 2024-07-27T18:40:12.727 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.726+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~T4IP2NRHY32G.1 size=927650 2024-07-27T18:40:12.730 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.729+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=T4IP2NRHY32G tag=WMPKIHA55I1A type=write size=3024802 2024-07-27T18:40:12.732 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.731+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=PI7CHBD5DIAK type=del size=1269799 2024-07-27T18:40:12.734 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.733+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~A3595LCK88JW.0 size=632144 2024-07-27T18:40:12.737 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.736+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=A3595LCK88JW tag=HZC0IJ2TJ2MD type=write size=1680720 2024-07-27T18:40:12.739 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.738+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=I7NUEU0M22BG type=del size=2275501 2024-07-27T18:40:12.741 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.740+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~58D9RBHWDUFM.0 size=1048576 2024-07-27T18:40:12.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.741+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~58D9RBHWDUFM.1 size=647761 2024-07-27T18:40:12.746 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.745+0000 7fd9b0dfe780 1 < completed multipart upload key=YYNGWXPBKSFI upload=58D9RBHWDUFM tag=MCS2KV6MNT05 type=write size=2744913 2024-07-27T18:40:12.748 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.747+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=KCY5OEC5KR3Q type=del size=1108118 2024-07-27T18:40:12.750 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.749+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=IGF67EXI7XGN type=del 2024-07-27T18:40:12.752 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.751+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=GKVCDNHYYG3S type=del size=406526 2024-07-27T18:40:12.754 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.753+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=XKBDSJF7M49Z type=del 2024-07-27T18:40:12.756 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.755+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=G66LANTHOWH2 type=del size=1528868 2024-07-27T18:40:12.758 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.757+0000 7fd9b0dfe780 1 < completed write operation key=X7P4EQ7CB100 tag=LSO8R9CQZBHT type=write size=728386 2024-07-27T18:40:12.760 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.759+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=IZCN66U83IJ9 type=del size=2330982 2024-07-27T18:40:12.764 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.763+0000 7fd9b0dfe780 1 < suggested remove operation key=55DD8ECTT2JA tag=JEX28KXLD1FX type=del 2024-07-27T18:40:12.766 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.765+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=0RQP2XMG0K9H type=del size=1504253 2024-07-27T18:40:12.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.767+0000 7fd9b0dfe780 1 < completed write operation key=E9Y61GIX83FA tag=0KYCFVZNK3EQ type=write size=737707 2024-07-27T18:40:12.770 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.769+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=WTRSTUJIS44O type=del size=2394922 2024-07-27T18:40:12.772 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.770+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=XVQM32AP6JEV type=del 2024-07-27T18:40:12.773 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.772+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=QBS2ZMR29Z36 type=del size=499022 2024-07-27T18:40:12.775 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.774+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~26YAGGWDEJSC.0 size=1048576 2024-07-27T18:40:12.777 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.776+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~26YAGGWDEJSC.1 size=1048576 2024-07-27T18:40:12.779 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.778+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~26YAGGWDEJSC.2 size=246797 2024-07-27T18:40:12.782 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.781+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=26YAGGWDEJSC tag=FS12N1G3XX09 type=write size=3392525 2024-07-27T18:40:12.784 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.783+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=AOJ2MTBBZGPC type=del size=4094318 2024-07-27T18:40:12.786 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.785+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~EELA1T68EUU2.0 size=963902 2024-07-27T18:40:12.790 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.789+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=EELA1T68EUU2 tag=WY3S8LYIWT42 type=write size=2012478 2024-07-27T18:40:12.792 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.790+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=N9NJFU1NG2TT type=del size=49960 2024-07-27T18:40:12.793 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.792+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=JOKUOU1DIEEV type=del 2024-07-27T18:40:12.795 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.794+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=24X95QDC4AKC type=del size=3514101 2024-07-27T18:40:12.797 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.796+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=9AAFLOC1QDYW type=del 2024-07-27T18:40:12.799 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.798+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=Y498GU7JUQHY type=del size=771638 2024-07-27T18:40:12.801 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.800+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=3QG2EM00JRJE type=del 2024-07-27T18:40:12.805 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.804+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~O2MJHITD5SM7.0 size=1048576 2024-07-27T18:40:12.807 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.806+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~O2MJHITD5SM7.1 size=1048576 2024-07-27T18:40:12.809 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.808+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~O2MJHITD5SM7.2 size=501173 2024-07-27T18:40:12.809 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.808+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=O2MJHITD5SM7 tag=AYSQ1XIES1D1 type=write size=3646901 2024-07-27T18:40:12.810 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.809+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~ECPTV1H8VD60.0 size=1048576 2024-07-27T18:40:12.812 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.811+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~ECPTV1H8VD60.1 size=1048576 2024-07-27T18:40:12.812 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.811+0000 7fd9b0dfe780 1 < canceled part key=_multipart_39IO5R6BZ3YC.2~ECPTV1H8VD60.2 size=396984 2024-07-27T18:40:12.816 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.814+0000 7fd9b0dfe780 1 < canceled multipart upload key=39IO5R6BZ3YC upload=ECPTV1H8VD60 tag=ZKABXV50PUWA type=write size=3542712 2024-07-27T18:40:12.818 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.817+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=V935EBW4OB0L type=del size=3712367 2024-07-27T18:40:12.820 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.819+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~OCS9OACM5NHG.0 size=1048576 2024-07-27T18:40:12.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.820+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~OCS9OACM5NHG.1 size=1048576 2024-07-27T18:40:12.823 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.822+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~OCS9OACM5NHG.2 size=713827 2024-07-27T18:40:12.827 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.826+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=OCS9OACM5NHG tag=WJAU6HJVC8L9 type=write size=3859555 2024-07-27T18:40:12.829 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.828+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=MIRQFYLFZZ08 type=write size=606576 2024-07-27T18:40:12.831 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.830+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=PI7CHBD5DIAK type=del 2024-07-27T18:40:12.835 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.834+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~B4IUJGK52T9H.0 size=706408 2024-07-27T18:40:12.835 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.834+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=B4IUJGK52T9H tag=08DR13PR2LU6 type=write size=1754984 2024-07-27T18:40:12.837 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.836+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=I7NUEU0M22BG type=del 2024-07-27T18:40:12.840 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.839+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~5O7U6RIW64JI.0 size=1048576 2024-07-27T18:40:12.842 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.841+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~5O7U6RIW64JI.1 size=698109 2024-07-27T18:40:12.842 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.841+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=5O7U6RIW64JI tag=OYP1PL7HWKJC type=write size=2795261 2024-07-27T18:40:12.844 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.843+0000 7fd9b0dfe780 1 < canceled operation key=39IO5R6BZ3YC tag=KCY5OEC5KR3Q type=del size=1108118 2024-07-27T18:40:12.848 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.847+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~9NTCE9IHACHR.0 size=284287 2024-07-27T18:40:12.848 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.847+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=9NTCE9IHACHR tag=NNSARAVKNVXB type=write size=1332863 2024-07-27T18:40:12.850 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.849+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=GKVCDNHYYG3S type=del 2024-07-27T18:40:12.852 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.851+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=QKOVYTFZT3SU type=del size=1769188 2024-07-27T18:40:12.854 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.853+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=G66LANTHOWH2 type=del 2024-07-27T18:40:12.858 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.857+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~AXGO1KQJX9YE.0 size=1048576 2024-07-27T18:40:12.860 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.859+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~AXGO1KQJX9YE.1 size=239450 2024-07-27T18:40:12.860 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.859+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=AXGO1KQJX9YE tag=RBVE2NNMYIXU type=write size=2336602 2024-07-27T18:40:12.862 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.861+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=IZCN66U83IJ9 type=del 2024-07-27T18:40:12.864 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.863+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=HUGCZQN4CPZ1 type=del size=262663 2024-07-27T18:40:12.866 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.865+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=0RQP2XMG0K9H type=del 2024-07-27T18:40:12.870 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.869+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~T279DFWJKCQ7.0 size=982691 2024-07-27T18:40:12.870 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.869+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=T279DFWJKCQ7 tag=1O43TG13TGFU type=write size=2031267 2024-07-27T18:40:12.872 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.871+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=WTRSTUJIS44O type=del 2024-07-27T18:40:12.878 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.874+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~BWCFOGO3KTE9.0 size=655724 2024-07-27T18:40:12.878 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.874+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=BWCFOGO3KTE9 tag=KHLIAAWMU0U2 type=write size=1704300 2024-07-27T18:40:12.878 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.876+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=QBS2ZMR29Z36 type=del 2024-07-27T18:40:12.879 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.878+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=AD4UHFM07R7O type=del size=1273142 2024-07-27T18:40:12.881 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.880+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=AOJ2MTBBZGPC type=del 2024-07-27T18:40:12.883 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.882+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=UE7L3CKVRQGQ type=write size=279734 2024-07-27T18:40:12.885 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.884+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=N9NJFU1NG2TT type=del 2024-07-27T18:40:12.887 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.886+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=KAQ83YIWJ6OH type=del size=3754971 2024-07-27T18:40:12.891 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.890+0000 7fd9b0dfe780 1 < suggested update operation key=E9Y61GIX83FA tag=24X95QDC4AKC type=del size=3514101 2024-07-27T18:40:12.895 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.894+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~C2R44MEG4I4L.0 size=1048576 2024-07-27T18:40:12.896 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.895+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~C2R44MEG4I4L.1 size=1048576 2024-07-27T18:40:12.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.897+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~C2R44MEG4I4L.2 size=588751 2024-07-27T18:40:12.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.897+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=C2R44MEG4I4L tag=IYOQBZB4GAIA type=write size=3734479 2024-07-27T18:40:12.902 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.901+0000 7fd9b0dfe780 1 < suggested remove operation key=O54I6ACW6PJQ tag=Y498GU7JUQHY type=del 2024-07-27T18:40:12.904 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.903+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=GSS2RFQN3LFS type=del size=43367 2024-07-27T18:40:12.906 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.905+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~O2MJHITD5SM7.0 size=1048576 2024-07-27T18:40:12.908 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.907+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~O2MJHITD5SM7.1 size=1048576 2024-07-27T18:40:12.910 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.909+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~O2MJHITD5SM7.2 size=501173 2024-07-27T18:40:12.913 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.912+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=O2MJHITD5SM7 tag=AYSQ1XIES1D1 type=write size=3646901 2024-07-27T18:40:12.915 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.914+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=VYYLFSU5NVVP type=del size=4131889 2024-07-27T18:40:12.917 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.916+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=V935EBW4OB0L type=del 2024-07-27T18:40:12.921 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.920+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~ECK8HXJCORWW.0 size=1048576 2024-07-27T18:40:12.923 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.922+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~ECK8HXJCORWW.1 size=1048576 2024-07-27T18:40:12.924 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.923+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~ECK8HXJCORWW.2 size=362513 2024-07-27T18:40:12.924 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.923+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=ECK8HXJCORWW tag=FZT6BZXTC28B type=write size=3508241 2024-07-27T18:40:12.927 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.926+0000 7fd9b0dfe780 1 < completed write operation key=L423106KP3PL tag=MIRQFYLFZZ08 type=write size=606576 2024-07-27T18:40:12.929 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.928+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=YFOZSEL6DUUC type=del size=3241542 2024-07-27T18:40:12.931 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.930+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~B4IUJGK52T9H.0 size=706408 2024-07-27T18:40:12.936 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.934+0000 7fd9b0dfe780 1 < completed multipart upload key=YYNGWXPBKSFI upload=B4IUJGK52T9H tag=08DR13PR2LU6 type=write size=1754984 2024-07-27T18:40:12.938 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.936+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=X760ZFDOX7TC type=del size=2301958 2024-07-27T18:40:12.940 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.939+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~5O7U6RIW64JI.0 size=1048576 2024-07-27T18:40:12.941 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.940+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~5O7U6RIW64JI.1 size=698109 2024-07-27T18:40:12.945 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.944+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=5O7U6RIW64JI tag=OYP1PL7HWKJC type=write size=2795261 2024-07-27T18:40:12.948 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.947+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~6ZZWB30J86XQ.0 size=1048576 2024-07-27T18:40:12.950 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.949+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~6ZZWB30J86XQ.1 size=627571 2024-07-27T18:40:12.950 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.949+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=6ZZWB30J86XQ tag=YZR1QQ1O6SYI type=write size=2724723 2024-07-27T18:40:12.952 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.951+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~9NTCE9IHACHR.0 size=284287 2024-07-27T18:40:12.955 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.954+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=9NTCE9IHACHR tag=NNSARAVKNVXB type=write size=1332863 2024-07-27T18:40:12.957 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.956+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=YK7UXIDTSB1P type=del size=2833016 2024-07-27T18:40:12.959 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.958+0000 7fd9b0dfe780 1 < canceled operation key=G3DZJWABEJWG tag=QKOVYTFZT3SU type=del size=1769188 2024-07-27T18:40:12.961 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.960+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=SXXVST96SHA5 type=write size=82262 2024-07-27T18:40:12.964 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.962+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~AXGO1KQJX9YE.0 size=1048576 2024-07-27T18:40:12.965 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.964+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~AXGO1KQJX9YE.1 size=239450 2024-07-27T18:40:12.969 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.968+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=AXGO1KQJX9YE tag=RBVE2NNMYIXU type=write size=2336602 2024-07-27T18:40:12.973 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.972+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~OCTC223B1R2Y.0 size=1048576 2024-07-27T18:40:12.975 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.973+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~OCTC223B1R2Y.1 size=1048576 2024-07-27T18:40:12.976 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.975+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~OCTC223B1R2Y.2 size=942796 2024-07-27T18:40:12.976 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.975+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=OCTC223B1R2Y tag=XX2NQWM9CKK0 type=write size=4088524 2024-07-27T18:40:12.980 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.979+0000 7fd9b0dfe780 1 < suggested update operation key=E9Y61GIX83FA tag=HUGCZQN4CPZ1 type=del size=262663 2024-07-27T18:40:12.984 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.983+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~ATDJS00FQZJA.0 size=1043745 2024-07-27T18:40:12.984 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.983+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=ATDJS00FQZJA tag=SSFJUWIPA1Y0 type=write size=2092321 2024-07-27T18:40:12.986 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.985+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~T279DFWJKCQ7.0 size=982691 2024-07-27T18:40:12.991 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.989+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=T279DFWJKCQ7 tag=1O43TG13TGFU type=write size=2031267 2024-07-27T18:40:12.992 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.991+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=YTY0YMNUK3QW type=del size=1824645 2024-07-27T18:40:12.994 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.993+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~BWCFOGO3KTE9.0 size=655724 2024-07-27T18:40:12.997 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:12.996+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=BWCFOGO3KTE9 tag=KHLIAAWMU0U2 type=write size=1704300 2024-07-27T18:40:13.001 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.000+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~030X0Y76E5Z1.0 size=1048576 2024-07-27T18:40:13.003 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.002+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~030X0Y76E5Z1.1 size=1048576 2024-07-27T18:40:13.005 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.004+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~030X0Y76E5Z1.2 size=791587 2024-07-27T18:40:13.005 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.004+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=030X0Y76E5Z1 tag=HB05JTDV3OAY type=write size=3937315 2024-07-27T18:40:13.008 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.007+0000 7fd9b0dfe780 -1 < failed to complete operation key=O54I6ACW6PJQ tag=AD4UHFM07R7O type=del size=1273142: (22) Invalid argument 2024-07-27T18:40:13.010 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.008+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=KHA4PBDAPNH0 type=del size=378821 2024-07-27T18:40:13.012 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.011+0000 7fd9b0dfe780 1 < canceled operation key=V2SZ9U1AFGCG tag=UE7L3CKVRQGQ type=write size=279734 2024-07-27T18:40:13.014 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.013+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=3YHTVUFTSUNI type=del size=2032783 2024-07-27T18:40:13.016 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.015+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=KAQ83YIWJ6OH type=del 2024-07-27T18:40:13.019 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.018+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~C1O7P7Z1P6PJ.0 size=1048576 2024-07-27T18:40:13.021 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.020+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~C1O7P7Z1P6PJ.1 size=1048576 2024-07-27T18:40:13.022 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.021+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~C1O7P7Z1P6PJ.2 size=774030 2024-07-27T18:40:13.023 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.021+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=C1O7P7Z1P6PJ tag=NPV7L69BY3H5 type=write size=3919758 2024-07-27T18:40:13.024 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.023+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~C2R44MEG4I4L.0 size=1048576 2024-07-27T18:40:13.026 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.025+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~C2R44MEG4I4L.1 size=1048576 2024-07-27T18:40:13.028 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.027+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~C2R44MEG4I4L.2 size=588751 2024-07-27T18:40:13.031 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.030+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=C2R44MEG4I4L tag=IYOQBZB4GAIA type=write size=3734479 2024-07-27T18:40:13.033 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.032+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=VH3GO0DHTEIW type=del size=1730971 2024-07-27T18:40:13.035 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.034+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=GSS2RFQN3LFS type=del 2024-07-27T18:40:13.038 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.037+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~0VKPF3P24NAL.0 size=417081 2024-07-27T18:40:13.039 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.037+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=0VKPF3P24NAL tag=DPVWVQLTGMEU type=write size=1465657 2024-07-27T18:40:13.041 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.039+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=VYYLFSU5NVVP type=del 2024-07-27T18:40:13.044 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.043+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~G1GA7VVZ80SB.0 size=1048576 2024-07-27T18:40:13.045 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.044+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~G1GA7VVZ80SB.1 size=548754 2024-07-27T18:40:13.045 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.044+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=G1GA7VVZ80SB tag=UKLNV8EJYS3C type=write size=2645906 2024-07-27T18:40:13.047 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.046+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~ECK8HXJCORWW.0 size=1048576 2024-07-27T18:40:13.049 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.048+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~ECK8HXJCORWW.1 size=1048576 2024-07-27T18:40:13.049 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.048+0000 7fd9b0dfe780 1 < canceled part key=_multipart_PV35EIWWUMCU.2~ECK8HXJCORWW.2 size=362513 2024-07-27T18:40:13.052 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.051+0000 7fd9b0dfe780 1 < canceled multipart upload key=PV35EIWWUMCU upload=ECK8HXJCORWW tag=FZT6BZXTC28B type=write size=3508241 2024-07-27T18:40:13.054 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.053+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=W9ZIQR8TFDE6 type=write size=317231 2024-07-27T18:40:13.057 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.056+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=YFOZSEL6DUUC type=del 2024-07-27T18:40:13.058 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.057+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=EJACRHJ4F5R7 type=del size=267651 2024-07-27T18:40:13.060 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.059+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=X760ZFDOX7TC type=del 2024-07-27T18:40:13.064 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.063+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~LERRL1G5DQ21.0 size=782840 2024-07-27T18:40:13.065 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.063+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=LERRL1G5DQ21 tag=IBM62N0L3SLR type=write size=1831416 2024-07-27T18:40:13.066 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.065+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~6ZZWB30J86XQ.0 size=1048576 2024-07-27T18:40:13.069 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.068+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~6ZZWB30J86XQ.1 size=627571 2024-07-27T18:40:13.073 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.071+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=6ZZWB30J86XQ tag=YZR1QQ1O6SYI type=write size=2724723 2024-07-27T18:40:13.074 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.073+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=6MYILHIIW3NS type=del size=2058547 2024-07-27T18:40:13.076 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.075+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=YK7UXIDTSB1P type=del 2024-07-27T18:40:13.078 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.077+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=D93O7SGB9DAX type=del size=616298 2024-07-27T18:40:13.081 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.079+0000 7fd9b0dfe780 1 < completed write operation key=8I5MBVTQCDVV tag=SXXVST96SHA5 type=write size=82262 2024-07-27T18:40:13.083 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.082+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=TST67X0W4KOK type=del size=959498 2024-07-27T18:40:13.085 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.084+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~OCTC223B1R2Y.0 size=1048576 2024-07-27T18:40:13.087 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.086+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~OCTC223B1R2Y.1 size=1048576 2024-07-27T18:40:13.089 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.087+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~OCTC223B1R2Y.2 size=942796 2024-07-27T18:40:13.092 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.091+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=OCTC223B1R2Y tag=XX2NQWM9CKK0 type=write size=4088524 2024-07-27T18:40:13.096 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.095+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~ER7FJKUDSNKL.0 size=1048576 2024-07-27T18:40:13.098 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.097+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~ER7FJKUDSNKL.1 size=1048576 2024-07-27T18:40:13.100 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.099+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~ER7FJKUDSNKL.2 size=550758 2024-07-27T18:40:13.100 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.099+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=ER7FJKUDSNKL tag=AKL3TTT15YP0 type=write size=3696486 2024-07-27T18:40:13.102 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.101+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~ATDJS00FQZJA.0 size=1043745 2024-07-27T18:40:13.106 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.105+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=ATDJS00FQZJA tag=SSFJUWIPA1Y0 type=write size=2092321 2024-07-27T18:40:13.108 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.107+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=VRSTJWD0XRCX type=del size=3135273 2024-07-27T18:40:13.110 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.109+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=YTY0YMNUK3QW type=del 2024-07-27T18:40:13.114 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.113+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~UXQ2DFOWWVHR.0 size=1048576 2024-07-27T18:40:13.116 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.115+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~UXQ2DFOWWVHR.1 size=1048576 2024-07-27T18:40:13.118 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.117+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~UXQ2DFOWWVHR.2 size=943025 2024-07-27T18:40:13.118 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.117+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=UXQ2DFOWWVHR tag=0ATZTSKUI29H type=write size=4088753 2024-07-27T18:40:13.118 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.117+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9XS4B44ASV1.2~030X0Y76E5Z1.0 size=1048576 2024-07-27T18:40:13.120 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.119+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~030X0Y76E5Z1.1 size=1048576 2024-07-27T18:40:13.121 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.120+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~030X0Y76E5Z1.2 size=791587 2024-07-27T18:40:13.125 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.124+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9XS4B44ASV1 upload=030X0Y76E5Z1 tag=HB05JTDV3OAY type=write size=3937315 2024-07-27T18:40:13.127 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.126+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=EOHNC42REYXS type=del size=342764 2024-07-27T18:40:13.130 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.128+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=KHA4PBDAPNH0 type=del 2024-07-27T18:40:13.133 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.132+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~4QR86CL3BINS.0 size=1048576 2024-07-27T18:40:13.135 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.134+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~4QR86CL3BINS.1 size=702394 2024-07-27T18:40:13.135 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.134+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=4QR86CL3BINS tag=YSY104D5TFE1 type=write size=2799546 2024-07-27T18:40:13.139 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.137+0000 7fd9b0dfe780 1 < suggested update operation key=IGKNZEI10405 tag=3YHTVUFTSUNI type=del size=2032783 2024-07-27T18:40:13.142 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.141+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~U89AM365S4LD.0 size=22482 2024-07-27T18:40:13.142 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.141+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=U89AM365S4LD tag=RHFVM5E477OA type=write size=1071058 2024-07-27T18:40:13.144 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.143+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~C1O7P7Z1P6PJ.0 size=1048576 2024-07-27T18:40:13.146 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.144+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~C1O7P7Z1P6PJ.1 size=1048576 2024-07-27T18:40:13.147 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.146+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~C1O7P7Z1P6PJ.2 size=774030 2024-07-27T18:40:13.150 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.149+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=C1O7P7Z1P6PJ tag=NPV7L69BY3H5 type=write size=3919758 2024-07-27T18:40:13.155 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.153+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~GMX1ITW3R62G.0 size=381410 2024-07-27T18:40:13.155 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.153+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=GMX1ITW3R62G tag=FQ17BD72NML8 type=write size=1429986 2024-07-27T18:40:13.156 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.155+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=VH3GO0DHTEIW type=del 2024-07-27T18:40:13.160 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.158+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~ZCXYY64SDCHM.0 size=1048576 2024-07-27T18:40:13.161 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.160+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~ZCXYY64SDCHM.1 size=1048576 2024-07-27T18:40:13.164 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.163+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~ZCXYY64SDCHM.2 size=813881 2024-07-27T18:40:13.164 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.163+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=ZCXYY64SDCHM tag=HTQYU33YSR3L type=write size=3959609 2024-07-27T18:40:13.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.165+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~0VKPF3P24NAL.0 size=417081 2024-07-27T18:40:13.170 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.169+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=0VKPF3P24NAL tag=DPVWVQLTGMEU type=write size=1465657 2024-07-27T18:40:13.172 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.171+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=E4DDQRG5U6XV type=del size=3019703 2024-07-27T18:40:13.174 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.173+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~G1GA7VVZ80SB.0 size=1048576 2024-07-27T18:40:13.176 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.175+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~G1GA7VVZ80SB.1 size=548754 2024-07-27T18:40:13.179 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.178+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=G1GA7VVZ80SB tag=UKLNV8EJYS3C type=write size=2645906 2024-07-27T18:40:13.183 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.182+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~V9RCDQZBKQMO.0 size=232832 2024-07-27T18:40:13.183 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.182+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=V9RCDQZBKQMO tag=GT8GY0A0O4BX type=write size=1281408 2024-07-27T18:40:13.185 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.184+0000 7fd9b0dfe780 1 < completed write operation key=ERT6LG30K8WA tag=W9ZIQR8TFDE6 type=write size=317231 2024-07-27T18:40:13.189 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.187+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~KVV9U8PQXQUD.0 size=680966 2024-07-27T18:40:13.189 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.187+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=KVV9U8PQXQUD tag=7HY1TO1RN827 type=write size=1729542 2024-07-27T18:40:13.191 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.189+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=EJACRHJ4F5R7 type=del 2024-07-27T18:40:13.192 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.191+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=1GGNDDJI2Q86 type=del size=1392509 2024-07-27T18:40:13.193 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.192+0000 7fd9b0dfe780 1 < canceled part key=_multipart_95K99DI46WJ8.2~LERRL1G5DQ21.0 size=782840 2024-07-27T18:40:13.196 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.195+0000 7fd9b0dfe780 1 < canceled multipart upload key=95K99DI46WJ8 upload=LERRL1G5DQ21 tag=IBM62N0L3SLR type=write size=1831416 2024-07-27T18:40:13.200 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.199+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~W3OTIPGTV8UJ.0 size=1048576 2024-07-27T18:40:13.201 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.200+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~W3OTIPGTV8UJ.1 size=1048576 2024-07-27T18:40:13.203 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.202+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~W3OTIPGTV8UJ.2 size=561649 2024-07-27T18:40:13.203 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.202+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=W3OTIPGTV8UJ tag=7LVJO5GMTXHY type=write size=3707377 2024-07-27T18:40:13.205 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.204+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=6MYILHIIW3NS type=del 2024-07-27T18:40:13.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.206+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=NP8WD5F0JQPG type=write size=825603 2024-07-27T18:40:13.209 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.208+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=D93O7SGB9DAX type=del 2024-07-27T18:40:13.211 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.210+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=YGWJIMDYTSON type=del size=394703 2024-07-27T18:40:13.213 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.212+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=TST67X0W4KOK type=del 2024-07-27T18:40:13.215 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.214+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=D0X2KQVAQT3V type=del size=1384361 2024-07-27T18:40:13.217 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.216+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~ER7FJKUDSNKL.0 size=1048576 2024-07-27T18:40:13.219 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.218+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~ER7FJKUDSNKL.1 size=1048576 2024-07-27T18:40:13.221 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.220+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~ER7FJKUDSNKL.2 size=550758 2024-07-27T18:40:13.224 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.223+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=ER7FJKUDSNKL tag=AKL3TTT15YP0 type=write size=3696486 2024-07-27T18:40:13.228 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.227+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~3480693T0YDY.0 size=64584 2024-07-27T18:40:13.228 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.227+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=3480693T0YDY tag=C3OLOXKMI8XR type=write size=1113160 2024-07-27T18:40:13.230 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.229+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=VRSTJWD0XRCX type=del 2024-07-27T18:40:13.232 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.231+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=A2P7JHZ8ARYQ type=del size=2388983 2024-07-27T18:40:13.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.234+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~UXQ2DFOWWVHR.0 size=1048576 2024-07-27T18:40:13.236 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.235+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~UXQ2DFOWWVHR.1 size=1048576 2024-07-27T18:40:13.238 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.237+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~UXQ2DFOWWVHR.2 size=943025 2024-07-27T18:40:13.242 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.240+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=UXQ2DFOWWVHR tag=0ATZTSKUI29H type=write size=4088753 2024-07-27T18:40:13.245 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.244+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~7XU57LD7FH44.0 size=1048576 2024-07-27T18:40:13.247 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.246+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~7XU57LD7FH44.1 size=901074 2024-07-27T18:40:13.247 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.246+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=7XU57LD7FH44 tag=H0FMC7RAWF8C type=write size=2998226 2024-07-27T18:40:13.249 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.248+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=EOHNC42REYXS type=del 2024-07-27T18:40:13.251 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.250+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=K54PLACOW9U0 type=write size=369826 2024-07-27T18:40:13.252 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.251+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9Y61GIX83FA.2~4QR86CL3BINS.0 size=1048576 2024-07-27T18:40:13.254 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.253+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~4QR86CL3BINS.1 size=702394 2024-07-27T18:40:13.258 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.257+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9Y61GIX83FA upload=4QR86CL3BINS tag=YSY104D5TFE1 type=write size=2799546 2024-07-27T18:40:13.260 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.259+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=QRJHF43AFCFE type=write size=274076 2024-07-27T18:40:13.262 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.261+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~U89AM365S4LD.0 size=22482 2024-07-27T18:40:13.265 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.264+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=U89AM365S4LD tag=RHFVM5E477OA type=write size=1071058 2024-07-27T18:40:13.267 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.266+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=VPFREKMQ68VH type=del size=3695073 2024-07-27T18:40:13.269 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.268+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~GMX1ITW3R62G.0 size=381410 2024-07-27T18:40:13.273 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.272+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=GMX1ITW3R62G tag=FQ17BD72NML8 type=write size=1429986 2024-07-27T18:40:13.277 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.276+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~QU56NGDTCNKN.0 size=1048576 2024-07-27T18:40:13.279 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.278+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~QU56NGDTCNKN.1 size=289949 2024-07-27T18:40:13.279 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.278+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=QU56NGDTCNKN tag=Z707C5YH4CFK type=write size=2387101 2024-07-27T18:40:13.280 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.279+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~ZCXYY64SDCHM.0 size=1048576 2024-07-27T18:40:13.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.281+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~ZCXYY64SDCHM.1 size=1048576 2024-07-27T18:40:13.284 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.283+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~ZCXYY64SDCHM.2 size=813881 2024-07-27T18:40:13.287 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.286+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=ZCXYY64SDCHM tag=HTQYU33YSR3L type=write size=3959609 2024-07-27T18:40:13.290 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.288+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=RKZZ37HR6E1K type=write size=96854 2024-07-27T18:40:13.291 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.290+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=E4DDQRG5U6XV type=del 2024-07-27T18:40:13.295 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.294+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~ZTC1LQVT8BXC.0 size=1048576 2024-07-27T18:40:13.296 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.295+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~ZTC1LQVT8BXC.1 size=1048576 2024-07-27T18:40:13.298 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.297+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~ZTC1LQVT8BXC.2 size=608438 2024-07-27T18:40:13.298 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.297+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=ZTC1LQVT8BXC tag=99EWWKX6NSZ4 type=write size=3754166 2024-07-27T18:40:13.300 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.299+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~V9RCDQZBKQMO.0 size=232832 2024-07-27T18:40:13.304 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.303+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=V9RCDQZBKQMO tag=GT8GY0A0O4BX type=write size=1281408 2024-07-27T18:40:13.308 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.306+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~AI4RWEV6YJDF.0 size=1048576 2024-07-27T18:40:13.310 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.308+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~AI4RWEV6YJDF.1 size=1048576 2024-07-27T18:40:13.311 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.310+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~AI4RWEV6YJDF.2 size=76094 2024-07-27T18:40:13.311 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.310+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=AI4RWEV6YJDF tag=WCQZ0KF1GJHH type=write size=3221822 2024-07-27T18:40:13.313 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.312+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~KVV9U8PQXQUD.0 size=680966 2024-07-27T18:40:13.317 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.316+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=KVV9U8PQXQUD tag=7HY1TO1RN827 type=write size=1729542 2024-07-27T18:40:13.320 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.319+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~6ICVM3KAQDTD.0 size=1048576 2024-07-27T18:40:13.322 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.321+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~6ICVM3KAQDTD.1 size=1048576 2024-07-27T18:40:13.323 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.322+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~6ICVM3KAQDTD.2 size=909485 2024-07-27T18:40:13.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.322+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=6ICVM3KAQDTD tag=P7DGT2VF91SP type=write size=4055213 2024-07-27T18:40:13.325 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.324+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=1GGNDDJI2Q86 type=del 2024-07-27T18:40:13.329 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.328+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~8GTSFXVZTU4W.0 size=1048576 2024-07-27T18:40:13.330 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.329+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~8GTSFXVZTU4W.1 size=328780 2024-07-27T18:40:13.331 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.329+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=8GTSFXVZTU4W tag=0XUT8H2G8WPV type=write size=2425932 2024-07-27T18:40:13.332 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.331+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~W3OTIPGTV8UJ.0 size=1048576 2024-07-27T18:40:13.334 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.333+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~W3OTIPGTV8UJ.1 size=1048576 2024-07-27T18:40:13.336 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.335+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~W3OTIPGTV8UJ.2 size=561649 2024-07-27T18:40:13.340 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.339+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=W3OTIPGTV8UJ tag=7LVJO5GMTXHY type=write size=3707377 2024-07-27T18:40:13.344 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.343+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~J7HNG0UBTZQK.0 size=1048576 2024-07-27T18:40:13.346 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.345+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~J7HNG0UBTZQK.1 size=1048576 2024-07-27T18:40:13.347 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.346+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~J7HNG0UBTZQK.2 size=388620 2024-07-27T18:40:13.348 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.346+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=J7HNG0UBTZQK tag=HPJWA5SYCFK1 type=write size=3534348 2024-07-27T18:40:13.351 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.348+0000 7fd9b0dfe780 1 < completed write operation key=G3DZJWABEJWG tag=NP8WD5F0JQPG type=write size=825603 2024-07-27T18:40:13.351 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.350+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=F0QJ8CL7Q57E type=del size=1984586 2024-07-27T18:40:13.353 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.352+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=YGWJIMDYTSON type=del 2024-07-27T18:40:13.355 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.354+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=F8ZB3QGXFYXU type=del size=2877816 2024-07-27T18:40:13.359 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.358+0000 7fd9b0dfe780 1 < suggested update operation key=X7P4EQ7CB100 tag=D0X2KQVAQT3V type=del size=1384361 2024-07-27T18:40:13.361 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.360+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=1PJ4JPPS0QL4 type=write size=346287 2024-07-27T18:40:13.363 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.362+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~3480693T0YDY.0 size=64584 2024-07-27T18:40:13.367 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.366+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=3480693T0YDY tag=C3OLOXKMI8XR type=write size=1113160 2024-07-27T18:40:13.369 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.367+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=S9A9MN5EM2T8 type=del size=1999775 2024-07-27T18:40:13.371 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.370+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=A2P7JHZ8ARYQ type=del 2024-07-27T18:40:13.375 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.374+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~VTW4KP89TSQ7.0 size=1048576 2024-07-27T18:40:13.377 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.375+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~VTW4KP89TSQ7.1 size=114966 2024-07-27T18:40:13.377 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.375+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=VTW4KP89TSQ7 tag=EFFD2P0NRA7F type=write size=2212118 2024-07-27T18:40:13.379 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.378+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~7XU57LD7FH44.0 size=1048576 2024-07-27T18:40:13.381 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.380+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~7XU57LD7FH44.1 size=901074 2024-07-27T18:40:13.385 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.384+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=7XU57LD7FH44 tag=H0FMC7RAWF8C type=write size=2998226 2024-07-27T18:40:13.387 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.386+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=4DQ9V8LUH20T type=del size=1320995 2024-07-27T18:40:13.389 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.388+0000 7fd9b0dfe780 1 < canceled operation key=55DD8ECTT2JA tag=K54PLACOW9U0 type=write size=369826 2024-07-27T18:40:13.392 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.391+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~GBM6ZNGE4CNO.0 size=1048576 2024-07-27T18:40:13.394 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.393+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~GBM6ZNGE4CNO.1 size=1048576 2024-07-27T18:40:13.395 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.394+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~GBM6ZNGE4CNO.2 size=921368 2024-07-27T18:40:13.395 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.394+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=GBM6ZNGE4CNO tag=I9K5IF09NONQ type=write size=4067096 2024-07-27T18:40:13.397 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.396+0000 7fd9b0dfe780 1 < completed write operation key=SK6LFQZNWE93 tag=QRJHF43AFCFE type=write size=274076 2024-07-27T18:40:13.399 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.398+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=KD50VVJFUKXK type=del size=3629455 2024-07-27T18:40:13.403 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.402+0000 7fd9b0dfe780 1 < suggested update operation key=ERT6LG30K8WA tag=VPFREKMQ68VH type=del size=3695073 2024-07-27T18:40:13.405 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.404+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=77XHXHCOPU7B type=del size=3867702 2024-07-27T18:40:13.407 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.406+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~QU56NGDTCNKN.0 size=1048576 2024-07-27T18:40:13.407 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.406+0000 7fd9b0dfe780 1 < canceled part key=_multipart_SK6LFQZNWE93.2~QU56NGDTCNKN.1 size=289949 2024-07-27T18:40:13.410 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.409+0000 7fd9b0dfe780 1 < canceled multipart upload key=SK6LFQZNWE93 upload=QU56NGDTCNKN tag=Z707C5YH4CFK type=write size=2387101 2024-07-27T18:40:13.412 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.411+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=EJE5IV5TKK38 type=del size=4098859 2024-07-27T18:40:13.414 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.413+0000 7fd9b0dfe780 1 < completed write operation key=95K99DI46WJ8 tag=RKZZ37HR6E1K type=write size=96854 2024-07-27T18:40:13.417 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.416+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=FJCKMKO3AOK3 type=del size=3679055 2024-07-27T18:40:13.419 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.418+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~ZTC1LQVT8BXC.0 size=1048576 2024-07-27T18:40:13.420 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.419+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~ZTC1LQVT8BXC.1 size=1048576 2024-07-27T18:40:13.421 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.419+0000 7fd9b0dfe780 1 < canceled part key=_multipart_351SUKW6MLKV.2~ZTC1LQVT8BXC.2 size=608438 2024-07-27T18:40:13.424 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.423+0000 7fd9b0dfe780 1 < canceled multipart upload key=351SUKW6MLKV upload=ZTC1LQVT8BXC tag=99EWWKX6NSZ4 type=write size=3754166 2024-07-27T18:40:13.427 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.426+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~DOYGM5TYCYKY.0 size=1048576 2024-07-27T18:40:13.429 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.428+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~DOYGM5TYCYKY.1 size=927052 2024-07-27T18:40:13.429 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.428+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=DOYGM5TYCYKY tag=YZ1C9E8CPOHS type=write size=3024204 2024-07-27T18:40:13.431 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.430+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~AI4RWEV6YJDF.0 size=1048576 2024-07-27T18:40:13.432 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.431+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~AI4RWEV6YJDF.1 size=1048576 2024-07-27T18:40:13.434 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.433+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~AI4RWEV6YJDF.2 size=76094 2024-07-27T18:40:13.438 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.437+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=AI4RWEV6YJDF tag=WCQZ0KF1GJHH type=write size=3221822 2024-07-27T18:40:13.440 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.439+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=I8DLOW063S3F type=del size=472736 2024-07-27T18:40:13.443 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.441+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~6ICVM3KAQDTD.0 size=1048576 2024-07-27T18:40:13.443 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.441+0000 7fd9b0dfe780 1 < canceled part key=_multipart_IGKNZEI10405.2~6ICVM3KAQDTD.1 size=1048576 2024-07-27T18:40:13.444 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.443+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~6ICVM3KAQDTD.2 size=909485 2024-07-27T18:40:13.447 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.446+0000 7fd9b0dfe780 1 < canceled multipart upload key=IGKNZEI10405 upload=6ICVM3KAQDTD tag=P7DGT2VF91SP type=write size=4055213 2024-07-27T18:40:13.450 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.449+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=QJDCMGN28EV0 type=del size=2252142 2024-07-27T18:40:13.452 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.450+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~8GTSFXVZTU4W.0 size=1048576 2024-07-27T18:40:13.453 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.452+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~8GTSFXVZTU4W.1 size=328780 2024-07-27T18:40:13.456 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.455+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=8GTSFXVZTU4W tag=0XUT8H2G8WPV type=write size=2425932 2024-07-27T18:40:13.460 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.459+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~HNW7IE8DSKRR.0 size=969744 2024-07-27T18:40:13.460 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.459+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=HNW7IE8DSKRR tag=0SKF2VZCPV5O type=write size=2018320 2024-07-27T18:40:13.462 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.461+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~J7HNG0UBTZQK.0 size=1048576 2024-07-27T18:40:13.464 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.463+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~J7HNG0UBTZQK.1 size=1048576 2024-07-27T18:40:13.467 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.465+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~J7HNG0UBTZQK.2 size=388620 2024-07-27T18:40:13.469 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.468+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=J7HNG0UBTZQK tag=HPJWA5SYCFK1 type=write size=3534348 2024-07-27T18:40:13.473 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.472+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~GDPPR0ZDFVHY.0 size=1048576 2024-07-27T18:40:13.474 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.473+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~GDPPR0ZDFVHY.1 size=1048576 2024-07-27T18:40:13.476 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.475+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~GDPPR0ZDFVHY.2 size=22176 2024-07-27T18:40:13.476 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.475+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=GDPPR0ZDFVHY tag=7MI5062CI37R type=write size=3167904 2024-07-27T18:40:13.478 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.477+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=F0QJ8CL7Q57E type=del 2024-07-27T18:40:13.480 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.479+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=27BC87L4A4GS type=del size=2132293 2024-07-27T18:40:13.482 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.481+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=F8ZB3QGXFYXU type=del 2024-07-27T18:40:13.484 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.483+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=R3KZM620QJN2 type=write size=83387 2024-07-27T18:40:13.487 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.486+0000 7fd9b0dfe780 1 < completed write operation key=E9XS4B44ASV1 tag=1PJ4JPPS0QL4 type=write size=346287 2024-07-27T18:40:13.489 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.488+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=A20TIMTIZ0K1 type=del size=2033480 2024-07-27T18:40:13.491 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.490+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=S9A9MN5EM2T8 type=del 2024-07-27T18:40:13.493 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.492+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=UY2Q6P0UASVS type=write size=810565 2024-07-27T18:40:13.495 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.494+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~VTW4KP89TSQ7.0 size=1048576 2024-07-27T18:40:13.497 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.496+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~VTW4KP89TSQ7.1 size=114966 2024-07-27T18:40:13.501 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.500+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=VTW4KP89TSQ7 tag=EFFD2P0NRA7F type=write size=2212118 2024-07-27T18:40:13.503 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.502+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=AJZ1AEUTOHUI type=del size=327676 2024-07-27T18:40:13.505 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.504+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=4DQ9V8LUH20T type=del 2024-07-27T18:40:13.507 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.506+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=WGR8ZTGL872O type=write size=442447 2024-07-27T18:40:13.509 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.508+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~GBM6ZNGE4CNO.0 size=1048576 2024-07-27T18:40:13.511 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.510+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~GBM6ZNGE4CNO.1 size=1048576 2024-07-27T18:40:13.513 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.512+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~GBM6ZNGE4CNO.2 size=921368 2024-07-27T18:40:13.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.515+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=GBM6ZNGE4CNO tag=I9K5IF09NONQ type=write size=4067096 2024-07-27T18:40:13.518 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.517+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=AR9Y0YUDKDFT type=del size=2453236 2024-07-27T18:40:13.522 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.521+0000 7fd9b0dfe780 1 < suggested update operation key=39IO5R6BZ3YC tag=KD50VVJFUKXK type=del size=3629455 2024-07-27T18:40:13.525 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.524+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=X1D1FCOBZ96E type=del size=3286707 2024-07-27T18:40:13.527 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.526+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=77XHXHCOPU7B type=del 2024-07-27T18:40:13.529 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.528+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=99AMNFP16U5W type=del size=3838612 2024-07-27T18:40:13.531 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.530+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=EJE5IV5TKK38 type=del 2024-07-27T18:40:13.535 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.534+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~DD6JYKSYYFO7.0 size=1048576 2024-07-27T18:40:13.536 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.535+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~DD6JYKSYYFO7.1 size=315342 2024-07-27T18:40:13.536 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.535+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=DD6JYKSYYFO7 tag=3U8KP6B9UXXO type=write size=2412494 2024-07-27T18:40:13.541 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.540+0000 7fd9b0dfe780 1 < suggested remove operation key=IGKNZEI10405 tag=FJCKMKO3AOK3 type=del 2024-07-27T18:40:13.545 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.544+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~FCKHGSQT7WPR.0 size=1048576 2024-07-27T18:40:13.546 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.545+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~FCKHGSQT7WPR.1 size=562251 2024-07-27T18:40:13.546 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.545+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=FCKHGSQT7WPR tag=6UY2IIM3SNJB type=write size=2659403 2024-07-27T18:40:13.549 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.547+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~DOYGM5TYCYKY.0 size=1048576 2024-07-27T18:40:13.550 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.549+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~DOYGM5TYCYKY.1 size=927052 2024-07-27T18:40:13.554 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.552+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=DOYGM5TYCYKY tag=YZ1C9E8CPOHS type=write size=3024204 2024-07-27T18:40:13.556 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.555+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=6PGZK50GKP0H type=del size=54450 2024-07-27T18:40:13.558 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.557+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=I8DLOW063S3F type=del 2024-07-27T18:40:13.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.559+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=OSBMUXSXF2KS type=del size=2525582 2024-07-27T18:40:13.563 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.561+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=QJDCMGN28EV0 type=del 2024-07-27T18:40:13.564 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.563+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=2IQKAZ24M1WV type=del size=681728 2024-07-27T18:40:13.566 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.565+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~HNW7IE8DSKRR.0 size=969744 2024-07-27T18:40:13.570 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.568+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=HNW7IE8DSKRR tag=0SKF2VZCPV5O type=write size=2018320 2024-07-27T18:40:13.573 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.571+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=425J9Z09JKZI type=del size=3776841 2024-07-27T18:40:13.574 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.573+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~GDPPR0ZDFVHY.0 size=1048576 2024-07-27T18:40:13.577 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.576+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~GDPPR0ZDFVHY.1 size=1048576 2024-07-27T18:40:13.578 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.577+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~GDPPR0ZDFVHY.2 size=22176 2024-07-27T18:40:13.582 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.580+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=GDPPR0ZDFVHY tag=7MI5062CI37R type=write size=3167904 2024-07-27T18:40:13.584 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.583+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=9ZM00KOQONY8 type=del size=1040940 2024-07-27T18:40:13.586 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.585+0000 7fd9b0dfe780 1 < canceled operation key=351SUKW6MLKV tag=27BC87L4A4GS type=del size=2132293 2024-07-27T18:40:13.588 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.587+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=CKNKA2DHX83O type=del size=478103 2024-07-27T18:40:13.590 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.589+0000 7fd9b0dfe780 1 < canceled operation key=0ML6VB25ON15 tag=R3KZM620QJN2 type=write size=83387 2024-07-27T18:40:13.592 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.591+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=623524FFCJPW type=write size=44547 2024-07-27T18:40:13.596 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.595+0000 7fd9b0dfe780 1 < suggested update operation key=03QZ740ES4M3 tag=A20TIMTIZ0K1 type=del size=2033480 2024-07-27T18:40:13.598 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.597+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=T5885YOAUS36 type=write size=974785 2024-07-27T18:40:13.600 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.599+0000 7fd9b0dfe780 1 < completed write operation key=29DDNRGBR1QU tag=UY2Q6P0UASVS type=write size=810565 2024-07-27T18:40:13.604 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.603+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~L2RTXYH9KRQR.0 size=1048576 2024-07-27T18:40:13.606 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.605+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~L2RTXYH9KRQR.1 size=1048576 2024-07-27T18:40:13.607 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.606+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~L2RTXYH9KRQR.2 size=791629 2024-07-27T18:40:13.608 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.606+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=L2RTXYH9KRQR tag=OTGLNP1NE5HP type=write size=3937357 2024-07-27T18:40:13.609 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.608+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=AJZ1AEUTOHUI type=del 2024-07-27T18:40:13.613 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.612+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~5KGQF6S72OQ9.0 size=1048576 2024-07-27T18:40:13.614 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.613+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~5KGQF6S72OQ9.1 size=875007 2024-07-27T18:40:13.615 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.613+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=5KGQF6S72OQ9 tag=MYESPJ6CD5GC type=write size=2972159 2024-07-27T18:40:13.616 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.615+0000 7fd9b0dfe780 1 < completed write operation key=G3DZJWABEJWG tag=WGR8ZTGL872O type=write size=442447 2024-07-27T18:40:13.621 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.620+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~5SAWPIIKVYKW.0 size=1048576 2024-07-27T18:40:13.623 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.622+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~5SAWPIIKVYKW.1 size=525348 2024-07-27T18:40:13.623 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.622+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=5SAWPIIKVYKW tag=B310OAOLEFSQ type=write size=2622500 2024-07-27T18:40:13.626 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.625+0000 7fd9b0dfe780 1 < canceled operation key=P8NVZQG528UI tag=AR9Y0YUDKDFT type=del size=2453236 2024-07-27T18:40:13.628 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.627+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=FFVHL3IZ5FRM type=del size=3187412 2024-07-27T18:40:13.630 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.628+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=X1D1FCOBZ96E type=del 2024-07-27T18:40:13.632 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.631+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=F37O6QWBM0S9 type=del size=1751724 2024-07-27T18:40:13.634 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.633+0000 7fd9b0dfe780 -1 < failed to complete operation key=IGKNZEI10405 tag=99AMNFP16U5W type=del size=3838612: (22) Invalid argument 2024-07-27T18:40:13.637 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.636+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=U15IK30DOZ4N type=write size=683906 2024-07-27T18:40:13.639 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.638+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~DD6JYKSYYFO7.0 size=1048576 2024-07-27T18:40:13.640 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.639+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~DD6JYKSYYFO7.1 size=315342 2024-07-27T18:40:13.644 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.643+0000 7fd9b0dfe780 1 < completed multipart upload key=YYNGWXPBKSFI upload=DD6JYKSYYFO7 tag=3U8KP6B9UXXO type=write size=2412494 2024-07-27T18:40:13.646 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.645+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=2QXNILS81ALM type=del size=91595 2024-07-27T18:40:13.648 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.647+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~FCKHGSQT7WPR.0 size=1048576 2024-07-27T18:40:13.648 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.647+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9XS4B44ASV1.2~FCKHGSQT7WPR.1 size=562251 2024-07-27T18:40:13.651 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.650+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9XS4B44ASV1 upload=FCKHGSQT7WPR tag=6UY2IIM3SNJB type=write size=2659403 2024-07-27T18:40:13.653 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.652+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=YN42EGPH43C7 type=del size=2400688 2024-07-27T18:40:13.656 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.655+0000 7fd9b0dfe780 -1 < failed to complete operation key=03QZ740ES4M3 tag=6PGZK50GKP0H type=del size=54450: (22) Invalid argument 2024-07-27T18:40:13.660 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.659+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~XNLYSZSK96TA.0 size=102097 2024-07-27T18:40:13.660 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.659+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=XNLYSZSK96TA tag=09TJ8KOQ42SZ type=write size=1150673 2024-07-27T18:40:13.662 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.661+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=OSBMUXSXF2KS type=del 2024-07-27T18:40:13.664 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.663+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=WUTGM8UUOG1D type=del size=4044970 2024-07-27T18:40:13.666 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.665+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=2IQKAZ24M1WV type=del 2024-07-27T18:40:13.668 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.667+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=FE4H992LFFNG type=del size=616001 2024-07-27T18:40:13.670 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.669+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=425J9Z09JKZI type=del 2024-07-27T18:40:13.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.673+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~L468YFBOE0HF.0 size=1048576 2024-07-27T18:40:13.676 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.675+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~L468YFBOE0HF.1 size=886850 2024-07-27T18:40:13.676 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.675+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=L468YFBOE0HF tag=TDAOGSZZ98Z8 type=write size=2984002 2024-07-27T18:40:13.678 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.677+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=9ZM00KOQONY8 type=del 2024-07-27T18:40:13.680 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.679+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=397ZLGCW6AE4 type=del size=958867 2024-07-27T18:40:13.682 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.681+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=CKNKA2DHX83O type=del 2024-07-27T18:40:13.685 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.683+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=XZ9LUHW30PJ7 type=write size=679399 2024-07-27T18:40:13.688 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.687+0000 7fd9b0dfe780 1 < suggested update operation key=RC22Q26LLIA2 tag=623524FFCJPW type=write size=44547 2024-07-27T18:40:13.693 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.691+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~8RZFNQ83LLIS.0 size=788200 2024-07-27T18:40:13.693 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.691+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=8RZFNQ83LLIS tag=2KLHDD02N3FW type=write size=1836776 2024-07-27T18:40:13.695 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.694+0000 7fd9b0dfe780 1 < completed write operation key=SK6LFQZNWE93 tag=T5885YOAUS36 type=write size=974785 2024-07-27T18:40:13.698 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.697+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=0AX9UBL5CLWG type=del size=2711056 2024-07-27T18:40:13.700 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.699+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~L2RTXYH9KRQR.0 size=1048576 2024-07-27T18:40:13.702 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.701+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~L2RTXYH9KRQR.1 size=1048576 2024-07-27T18:40:13.704 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.702+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~L2RTXYH9KRQR.2 size=791629 2024-07-27T18:40:13.707 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.706+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=L2RTXYH9KRQR tag=OTGLNP1NE5HP type=write size=3937357 2024-07-27T18:40:13.711 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.710+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~VXREODD102SL.0 size=1048576 2024-07-27T18:40:13.713 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.712+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~VXREODD102SL.1 size=1048576 2024-07-27T18:40:13.715 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.714+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~VXREODD102SL.2 size=572579 2024-07-27T18:40:13.715 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.714+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=VXREODD102SL tag=3MIT6ZLVJY0E type=write size=3718307 2024-07-27T18:40:13.717 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.716+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~5KGQF6S72OQ9.0 size=1048576 2024-07-27T18:40:13.719 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.718+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~5KGQF6S72OQ9.1 size=875007 2024-07-27T18:40:13.723 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.722+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=5KGQF6S72OQ9 tag=MYESPJ6CD5GC type=write size=2972159 2024-07-27T18:40:13.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.724+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=HUN5HXDSFOXZ type=del size=3399617 2024-07-27T18:40:13.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.724+0000 7fd9b0dfe780 1 < canceled part key=_multipart_P8NVZQG528UI.2~5SAWPIIKVYKW.0 size=1048576 2024-07-27T18:40:13.726 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.724+0000 7fd9b0dfe780 1 < canceled part key=_multipart_P8NVZQG528UI.2~5SAWPIIKVYKW.1 size=525348 2024-07-27T18:40:13.729 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.728+0000 7fd9b0dfe780 1 < canceled multipart upload key=P8NVZQG528UI upload=5SAWPIIKVYKW tag=B310OAOLEFSQ type=write size=2622500 2024-07-27T18:40:13.731 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.730+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=NOC6CFJSCKWL type=write size=881110 2024-07-27T18:40:13.733 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.732+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=FFVHL3IZ5FRM type=del 2024-07-27T18:40:13.735 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.734+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=WLDLS1SU4F6Q type=del size=1895349 2024-07-27T18:40:13.738 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.737+0000 7fd9b0dfe780 1 < canceled operation key=L423106KP3PL tag=F37O6QWBM0S9 type=del size=1751724 2024-07-27T18:40:13.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.741+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~UULZLDKA05Z2.0 size=1048576 2024-07-27T18:40:13.743 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.742+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~UULZLDKA05Z2.1 size=1030240 2024-07-27T18:40:13.744 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.742+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=UULZLDKA05Z2 tag=1BJRYAVZJZYE type=write size=3127392 2024-07-27T18:40:13.748 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.747+0000 7fd9b0dfe780 1 < suggested remove operation key=X7P4EQ7CB100 tag=U15IK30DOZ4N type=write 2024-07-27T18:40:13.752 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.751+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~W7DICINGZL4X.0 size=391717 2024-07-27T18:40:13.752 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.751+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=W7DICINGZL4X tag=16WGYB14QYEK type=write size=1440293 2024-07-27T18:40:13.756 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.754+0000 7fd9b0dfe780 1 < suggested update operation key=0ML6VB25ON15 tag=2QXNILS81ALM type=del size=91595 2024-07-27T18:40:13.760 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.759+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~S254BJLNSTTR.0 size=652298 2024-07-27T18:40:13.760 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.759+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=S254BJLNSTTR tag=NYK85JR5BDGX type=write size=1700874 2024-07-27T18:40:13.764 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.763+0000 7fd9b0dfe780 1 < suggested remove operation key=T7BZCFBSZM95 tag=YN42EGPH43C7 type=del 2024-07-27T18:40:13.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.767+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~RYQ3KO8KDJ1G.0 size=1048576 2024-07-27T18:40:13.770 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.769+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~RYQ3KO8KDJ1G.1 size=1048576 2024-07-27T18:40:13.772 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.771+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~RYQ3KO8KDJ1G.2 size=796612 2024-07-27T18:40:13.772 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.771+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=RYQ3KO8KDJ1G tag=OGG1EMZV6U6Q type=write size=3942340 2024-07-27T18:40:13.774 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.773+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~XNLYSZSK96TA.0 size=102097 2024-07-27T18:40:13.778 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.777+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=XNLYSZSK96TA tag=09TJ8KOQ42SZ type=write size=1150673 2024-07-27T18:40:13.779 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.778+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=OT34I3K10SS9 type=del size=465841 2024-07-27T18:40:13.781 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.780+0000 7fd9b0dfe780 1 < canceled operation key=YYNGWXPBKSFI tag=WUTGM8UUOG1D type=del size=4044970 2024-07-27T18:40:13.784 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.782+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=LTNSFA9GQKFQ type=del size=3877894 2024-07-27T18:40:13.786 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.784+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=FE4H992LFFNG type=del 2024-07-27T18:40:13.788 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.787+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=MJFXOUJTMOIQ type=del size=739478 2024-07-27T18:40:13.790 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.789+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~L468YFBOE0HF.0 size=1048576 2024-07-27T18:40:13.791 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.790+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~L468YFBOE0HF.1 size=886850 2024-07-27T18:40:13.795 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.794+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=L468YFBOE0HF tag=TDAOGSZZ98Z8 type=write size=2984002 2024-07-27T18:40:13.799 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.798+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~YVTRE96KJQ4J.0 size=1048576 2024-07-27T18:40:13.800 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.799+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~YVTRE96KJQ4J.1 size=363280 2024-07-27T18:40:13.800 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.799+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=YVTRE96KJQ4J tag=216N43EVX68R type=write size=2460432 2024-07-27T18:40:13.803 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.802+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=397ZLGCW6AE4 type=del 2024-07-27T18:40:13.805 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.804+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=0FHX0BCQB8NX type=del size=1584575 2024-07-27T18:40:13.809 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.808+0000 7fd9b0dfe780 1 < suggested update operation key=G3DZJWABEJWG tag=XZ9LUHW30PJ7 type=write size=679399 2024-07-27T18:40:13.813 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.810+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=248EC7HFUZMJ type=write size=1014254 2024-07-27T18:40:13.814 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.813+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~8RZFNQ83LLIS.0 size=788200 2024-07-27T18:40:13.818 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.817+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=8RZFNQ83LLIS tag=2KLHDD02N3FW type=write size=1836776 2024-07-27T18:40:13.820 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.819+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=NMRF1OFEL2CC type=del size=577183 2024-07-27T18:40:13.822 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.821+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=0AX9UBL5CLWG type=del 2024-07-27T18:40:13.824 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.823+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=NOCEGNTGO498 type=del size=192860 2024-07-27T18:40:13.826 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.825+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~VXREODD102SL.0 size=1048576 2024-07-27T18:40:13.828 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.827+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~VXREODD102SL.1 size=1048576 2024-07-27T18:40:13.830 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.829+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~VXREODD102SL.2 size=572579 2024-07-27T18:40:13.834 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.833+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=VXREODD102SL tag=3MIT6ZLVJY0E type=write size=3718307 2024-07-27T18:40:13.836 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.835+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=JMD1GU7OPXIH type=write size=848755 2024-07-27T18:40:13.838 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.837+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=HUN5HXDSFOXZ type=del 2024-07-27T18:40:13.840 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.839+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=212P7KU538FR type=del size=2588876 2024-07-27T18:40:13.842 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.841+0000 7fd9b0dfe780 1 < completed write operation key=351SUKW6MLKV tag=NOC6CFJSCKWL type=write size=881110 2024-07-27T18:40:13.846 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.845+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~ZKWM0VMIF1E8.0 size=392355 2024-07-27T18:40:13.846 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.845+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=ZKWM0VMIF1E8 tag=CKUSZ9SF7AVM type=write size=1440931 2024-07-27T18:40:13.849 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.848+0000 7fd9b0dfe780 -1 < failed to complete operation key=0ML6VB25ON15 tag=WLDLS1SU4F6Q type=del size=1895349: (22) Invalid argument 2024-07-27T18:40:13.851 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.850+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=2M6LSRVN6W25 type=write size=540636 2024-07-27T18:40:13.853 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.852+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~UULZLDKA05Z2.0 size=1048576 2024-07-27T18:40:13.855 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.854+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~UULZLDKA05Z2.1 size=1030240 2024-07-27T18:40:13.858 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.857+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=UULZLDKA05Z2 tag=1BJRYAVZJZYE type=write size=3127392 2024-07-27T18:40:13.862 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.861+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~YAWHDYWQID5S.0 size=538028 2024-07-27T18:40:13.862 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.861+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=YAWHDYWQID5S tag=XKD15F21570K type=write size=1586604 2024-07-27T18:40:13.864 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.863+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~W7DICINGZL4X.0 size=391717 2024-07-27T18:40:13.867 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.866+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=W7DICINGZL4X tag=16WGYB14QYEK type=write size=1440293 2024-07-27T18:40:13.869 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.868+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=T2Z85LMH94PR type=del size=3910640 2024-07-27T18:40:13.871 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.870+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~S254BJLNSTTR.0 size=652298 2024-07-27T18:40:13.874 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.873+0000 7fd9b0dfe780 1 < completed multipart upload key=X7P4EQ7CB100 upload=S254BJLNSTTR tag=NYK85JR5BDGX type=write size=1700874 2024-07-27T18:40:13.876 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.875+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=OLXOMEV3MLYY type=del size=538297 2024-07-27T18:40:13.878 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.877+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~RYQ3KO8KDJ1G.0 size=1048576 2024-07-27T18:40:13.880 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.879+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~RYQ3KO8KDJ1G.1 size=1048576 2024-07-27T18:40:13.883 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.882+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~RYQ3KO8KDJ1G.2 size=796612 2024-07-27T18:40:13.886 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.885+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=RYQ3KO8KDJ1G tag=OGG1EMZV6U6Q type=write size=3942340 2024-07-27T18:40:13.889 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.888+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=44RQ7ZYSYLPI type=del size=3293147 2024-07-27T18:40:13.893 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.892+0000 7fd9b0dfe780 1 < suggested update operation key=BQPHSDB02Z8O tag=OT34I3K10SS9 type=del size=465841 2024-07-27T18:40:13.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.894+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=W5M5XVE2G08T type=write size=1016447 2024-07-27T18:40:13.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.896+0000 7fd9b0dfe780 1 < canceled operation key=E9XS4B44ASV1 tag=LTNSFA9GQKFQ type=del size=3877894 2024-07-27T18:40:13.899 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.898+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=4VQI22BJW09T type=write size=578723 2024-07-27T18:40:13.901 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.900+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=MJFXOUJTMOIQ type=del 2024-07-27T18:40:13.903 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.902+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=ZN4DKTSJVRNT type=del size=2369349 2024-07-27T18:40:13.905 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.903+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~YVTRE96KJQ4J.0 size=1048576 2024-07-27T18:40:13.906 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.905+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~YVTRE96KJQ4J.1 size=363280 2024-07-27T18:40:13.910 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.909+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=YVTRE96KJQ4J tag=216N43EVX68R type=write size=2460432 2024-07-27T18:40:13.914 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.913+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~F6QMHQMTQSDT.0 size=1048576 2024-07-27T18:40:13.916 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.915+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~F6QMHQMTQSDT.1 size=236360 2024-07-27T18:40:13.916 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.915+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=F6QMHQMTQSDT tag=T6339AMMMUEU type=write size=2333512 2024-07-27T18:40:13.918 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.917+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=0FHX0BCQB8NX type=del 2024-07-27T18:40:13.920 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.919+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=6C4WIMJ51NEA type=del size=1799359 2024-07-27T18:40:13.924 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.923+0000 7fd9b0dfe780 1 < suggested update operation key=8I5MBVTQCDVV tag=248EC7HFUZMJ type=write size=1014254 2024-07-27T18:40:13.926 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.925+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=XKSJ4PODE632 type=del size=705513 2024-07-27T18:40:13.928 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.927+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=NMRF1OFEL2CC type=del 2024-07-27T18:40:13.932 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.931+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~J9EK9L3HSXIY.0 size=187461 2024-07-27T18:40:13.932 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.931+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=J9EK9L3HSXIY tag=G863NXRFO8HP type=write size=1236037 2024-07-27T18:40:13.936 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.935+0000 7fd9b0dfe780 1 < suggested remove operation key=29DDNRGBR1QU tag=NOCEGNTGO498 type=del 2024-07-27T18:40:13.940 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.939+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~CKTVOX5KPE5L.0 size=1048576 2024-07-27T18:40:13.941 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.940+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~CKTVOX5KPE5L.1 size=296705 2024-07-27T18:40:13.942 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.940+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=CKTVOX5KPE5L tag=CKN6TUBV2JLR type=write size=2393857 2024-07-27T18:40:13.944 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.943+0000 7fd9b0dfe780 -1 < failed to complete operation key=29DDNRGBR1QU tag=JMD1GU7OPXIH type=write size=848755: (22) Invalid argument 2024-07-27T18:40:13.946 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.945+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=G9E7PGDMJ9PV type=del size=552146 2024-07-27T18:40:13.950 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.949+0000 7fd9b0dfe780 1 < suggested update operation key=0ML6VB25ON15 tag=212P7KU538FR type=del size=2588876 2024-07-27T18:40:13.955 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.954+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~PWPYEODDC0LZ.0 size=479341 2024-07-27T18:40:13.955 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.954+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=PWPYEODDC0LZ tag=9II3P7KOAORQ type=write size=1527917 2024-07-27T18:40:13.957 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.956+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~ZKWM0VMIF1E8.0 size=392355 2024-07-27T18:40:13.960 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.959+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=ZKWM0VMIF1E8 tag=CKUSZ9SF7AVM type=write size=1440931 2024-07-27T18:40:13.963 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.961+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=FVYM569J3VNM type=del size=3810037 2024-07-27T18:40:13.964 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.963+0000 7fd9b0dfe780 1 < completed write operation key=N3SMJ1F7TS0Z tag=2M6LSRVN6W25 type=write size=540636 2024-07-27T18:40:13.966 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.965+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=0P17LV3PULKV type=del size=1589081 2024-07-27T18:40:13.968 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.967+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~YAWHDYWQID5S.0 size=538028 2024-07-27T18:40:13.973 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.971+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=YAWHDYWQID5S tag=XKD15F21570K type=write size=1586604 2024-07-27T18:40:13.975 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.974+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=P4T6CG0JD4U8 type=write size=874603 2024-07-27T18:40:13.978 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.976+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=T2Z85LMH94PR type=del 2024-07-27T18:40:13.979 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.978+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=97E6H8INABBU type=del size=2570667 2024-07-27T18:40:13.981 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.980+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=OLXOMEV3MLYY type=del 2024-07-27T18:40:13.985 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.984+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~097I6TTXPQOB.0 size=1048576 2024-07-27T18:40:13.987 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.986+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~097I6TTXPQOB.1 size=308966 2024-07-27T18:40:13.987 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.986+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=097I6TTXPQOB tag=YZ0FIAXQ403W type=write size=2406118 2024-07-27T18:40:13.989 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.988+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=44RQ7ZYSYLPI type=del 2024-07-27T18:40:13.993 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.992+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~CKZN79DY1TNH.0 size=1048576 2024-07-27T18:40:13.995 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.993+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~CKZN79DY1TNH.1 size=1048576 2024-07-27T18:40:13.996 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.995+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~CKZN79DY1TNH.2 size=354418 2024-07-27T18:40:13.996 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.995+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=CKZN79DY1TNH tag=E2Z3ELC72MC1 type=write size=3500146 2024-07-27T18:40:13.999 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:13.998+0000 7fd9b0dfe780 1 < canceled operation key=P8NVZQG528UI tag=W5M5XVE2G08T type=write size=1016447 2024-07-27T18:40:14.002 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.001+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=M2M9NWW2GKM0 type=del size=1496821 2024-07-27T18:40:14.006 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.005+0000 7fd9b0dfe780 1 < suggested update operation key=E9Y61GIX83FA tag=4VQI22BJW09T type=write size=578723 2024-07-27T18:40:14.008 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.007+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=CJJIO0TF9E5P type=write size=353519 2024-07-27T18:40:14.010 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.009+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=ZN4DKTSJVRNT type=del 2024-07-27T18:40:14.012 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.011+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=4LH5SL5C53CH type=del size=1683199 2024-07-27T18:40:14.014 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.013+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~F6QMHQMTQSDT.0 size=1048576 2024-07-27T18:40:14.016 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.015+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~F6QMHQMTQSDT.1 size=236360 2024-07-27T18:40:14.020 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.018+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=F6QMHQMTQSDT tag=T6339AMMMUEU type=write size=2333512 2024-07-27T18:40:14.022 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.020+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=QDKKAKG2RS03 type=write size=852143 2024-07-27T18:40:14.023 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.022+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=6C4WIMJ51NEA type=del 2024-07-27T18:40:14.026 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.025+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=DVT0PGZKV87V type=del size=3835320 2024-07-27T18:40:14.029 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.028+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=XKSJ4PODE632 type=del 2024-07-27T18:40:14.031 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.030+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=RXK8WLGT5S6R type=del size=435031 2024-07-27T18:40:14.033 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.032+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~J9EK9L3HSXIY.0 size=187461 2024-07-27T18:40:14.036 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.035+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=J9EK9L3HSXIY tag=G863NXRFO8HP type=write size=1236037 2024-07-27T18:40:14.039 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.037+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=V0ETA5NCBXTR type=write size=303771 2024-07-27T18:40:14.040 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.039+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~CKTVOX5KPE5L.0 size=1048576 2024-07-27T18:40:14.042 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.041+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~CKTVOX5KPE5L.1 size=296705 2024-07-27T18:40:14.046 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.045+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=CKTVOX5KPE5L tag=CKN6TUBV2JLR type=write size=2393857 2024-07-27T18:40:14.050 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.049+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~W3KQ4MROWWCV.0 size=1048576 2024-07-27T18:40:14.052 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.050+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~W3KQ4MROWWCV.1 size=1048576 2024-07-27T18:40:14.053 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.052+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~W3KQ4MROWWCV.2 size=339876 2024-07-27T18:40:14.053 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.052+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=W3KQ4MROWWCV tag=UMX46TJB2IZE type=write size=3485604 2024-07-27T18:40:14.055 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.054+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=G9E7PGDMJ9PV type=del 2024-07-27T18:40:14.058 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.056+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=KNTN1O686VKJ type=write size=162115 2024-07-27T18:40:14.060 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.059+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~PWPYEODDC0LZ.0 size=479341 2024-07-27T18:40:14.063 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.062+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=PWPYEODDC0LZ tag=9II3P7KOAORQ type=write size=1527917 2024-07-27T18:40:14.066 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.064+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=MASHAH3TY3YL type=del size=3312783 2024-07-27T18:40:14.067 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.066+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=FVYM569J3VNM type=del 2024-07-27T18:40:14.069 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.068+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=DQG9UM00GTDX type=del size=773795 2024-07-27T18:40:14.072 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.071+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=0P17LV3PULKV type=del 2024-07-27T18:40:14.074 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.073+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=PQH5BZ1M9KRF type=write size=628869 2024-07-27T18:40:14.077 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.076+0000 7fd9b0dfe780 1 < canceled operation key=CFEXWJESTIQM tag=P4T6CG0JD4U8 type=write size=874603 2024-07-27T18:40:14.081 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.080+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~N325UDGM9UJ7.0 size=1048576 2024-07-27T18:40:14.082 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.081+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~N325UDGM9UJ7.1 size=103822 2024-07-27T18:40:14.082 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.081+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=N325UDGM9UJ7 tag=M8RLJ9WQGZR6 type=write size=2200974 2024-07-27T18:40:14.087 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.086+0000 7fd9b0dfe780 1 < suggested remove operation key=G3DZJWABEJWG tag=97E6H8INABBU type=del 2024-07-27T18:40:14.089 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.088+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=3OWR3FDQMOI6 type=del size=2042991 2024-07-27T18:40:14.091 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.090+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~097I6TTXPQOB.0 size=1048576 2024-07-27T18:40:14.093 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.092+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~097I6TTXPQOB.1 size=308966 2024-07-27T18:40:14.096 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.095+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=097I6TTXPQOB tag=YZ0FIAXQ403W type=write size=2406118 2024-07-27T18:40:14.099 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.097+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=C1FC9YS08JB0 type=del size=922015 2024-07-27T18:40:14.101 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.099+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~CKZN79DY1TNH.0 size=1048576 2024-07-27T18:40:14.102 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.101+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~CKZN79DY1TNH.1 size=1048576 2024-07-27T18:40:14.105 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.103+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~CKZN79DY1TNH.2 size=354418 2024-07-27T18:40:14.107 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.106+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=CKZN79DY1TNH tag=E2Z3ELC72MC1 type=write size=3500146 2024-07-27T18:40:14.109 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.108+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=08283RAX1ZEJ type=write size=611460 2024-07-27T18:40:14.111 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.110+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=M2M9NWW2GKM0 type=del 2024-07-27T18:40:14.115 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.114+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~Q9YFNPKUC98Y.0 size=1048576 2024-07-27T18:40:14.117 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.116+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~Q9YFNPKUC98Y.1 size=1048576 2024-07-27T18:40:14.118 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.117+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~Q9YFNPKUC98Y.2 size=30227 2024-07-27T18:40:14.119 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.117+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=Q9YFNPKUC98Y tag=WWOFAUYB4R8F type=write size=3175955 2024-07-27T18:40:14.121 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.119+0000 7fd9b0dfe780 1 < completed write operation key=03QZ740ES4M3 tag=CJJIO0TF9E5P type=write size=353519 2024-07-27T18:40:14.124 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.123+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~6P16K9OKVHZ4.0 size=533011 2024-07-27T18:40:14.125 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.123+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=6P16K9OKVHZ4 tag=B47PYI7RSW5C type=write size=1581587 2024-07-27T18:40:14.128 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.127+0000 7fd9b0dfe780 1 < suggested update operation key=0ML6VB25ON15 tag=4LH5SL5C53CH type=del size=1683199 2024-07-27T18:40:14.130 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.129+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=OG339PAEMZ85 type=del size=384972 2024-07-27T18:40:14.132 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.131+0000 7fd9b0dfe780 1 < completed write operation key=95K99DI46WJ8 tag=QDKKAKG2RS03 type=write size=852143 2024-07-27T18:40:14.134 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.133+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=UDP1M02PZZ99 type=write size=373343 2024-07-27T18:40:14.137 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.135+0000 7fd9b0dfe780 1 < canceled operation key=YD0RYSEXBM6F tag=DVT0PGZKV87V type=del size=3835320 2024-07-27T18:40:14.140 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.139+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~DFHN4T984DUR.0 size=514311 2024-07-27T18:40:14.140 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.139+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=DFHN4T984DUR tag=I4TDKUCUC9KQ type=write size=1562887 2024-07-27T18:40:14.142 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.141+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=RXK8WLGT5S6R type=del 2024-07-27T18:40:14.144 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.143+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=AZVBZI7DBSE0 type=write size=424794 2024-07-27T18:40:14.146 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.145+0000 7fd9b0dfe780 1 < completed write operation key=ERT6LG30K8WA tag=V0ETA5NCBXTR type=write size=303771 2024-07-27T18:40:14.147 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.146+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=LHPWC6BUIGJO type=del size=3628351 2024-07-27T18:40:14.149 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.148+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~W3KQ4MROWWCV.0 size=1048576 2024-07-27T18:40:14.151 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.150+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~W3KQ4MROWWCV.1 size=1048576 2024-07-27T18:40:14.153 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.151+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~W3KQ4MROWWCV.2 size=339876 2024-07-27T18:40:14.157 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.155+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=W3KQ4MROWWCV tag=UMX46TJB2IZE type=write size=3485604 2024-07-27T18:40:14.160 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.159+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~Y5H6YRBN0A59.0 size=1048576 2024-07-27T18:40:14.162 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.161+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~Y5H6YRBN0A59.1 size=682258 2024-07-27T18:40:14.162 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.161+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=Y5H6YRBN0A59 tag=W5PQH2UYD7H6 type=write size=2779410 2024-07-27T18:40:14.164 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.163+0000 7fd9b0dfe780 1 < completed write operation key=6P6RR9NVCRT1 tag=KNTN1O686VKJ type=write size=162115 2024-07-27T18:40:14.169 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.168+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~PIQIP8AVSEM3.0 size=1048576 2024-07-27T18:40:14.171 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.170+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~PIQIP8AVSEM3.1 size=1048576 2024-07-27T18:40:14.173 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.172+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~PIQIP8AVSEM3.2 size=48111 2024-07-27T18:40:14.173 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.172+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=PIQIP8AVSEM3 tag=O8NPXFFU8F5J type=write size=3193839 2024-07-27T18:40:14.175 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.174+0000 7fd9b0dfe780 1 < canceled operation key=RC22Q26LLIA2 tag=MASHAH3TY3YL type=del size=3312783 2024-07-27T18:40:14.179 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.178+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~ZDZMTZTR9DLT.0 size=1048576 2024-07-27T18:40:14.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.179+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~ZDZMTZTR9DLT.1 size=649105 2024-07-27T18:40:14.181 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.179+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=ZDZMTZTR9DLT tag=FH7EXICVC8NG type=write size=2746257 2024-07-27T18:40:14.182 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.181+0000 7fd9b0dfe780 1 < canceled operation key=YD0RYSEXBM6F tag=DQG9UM00GTDX type=del size=773795 2024-07-27T18:40:14.186 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.185+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~BYELCBQ1AGX5.0 size=1048576 2024-07-27T18:40:14.188 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.187+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~BYELCBQ1AGX5.1 size=597668 2024-07-27T18:40:14.188 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.187+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=BYELCBQ1AGX5 tag=8I12X17YC3NO type=write size=2694820 2024-07-27T18:40:14.190 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.189+0000 7fd9b0dfe780 1 < completed write operation key=95K99DI46WJ8 tag=PQH5BZ1M9KRF type=write size=628869 2024-07-27T18:40:14.194 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.193+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~V1HFKWBXSRSA.0 size=1048576 2024-07-27T18:40:14.196 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.195+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~V1HFKWBXSRSA.1 size=280182 2024-07-27T18:40:14.196 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.195+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=V1HFKWBXSRSA tag=A4TV5WFVKDVS type=write size=2377334 2024-07-27T18:40:14.198 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.197+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~N325UDGM9UJ7.0 size=1048576 2024-07-27T18:40:14.200 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.199+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~N325UDGM9UJ7.1 size=103822 2024-07-27T18:40:14.203 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.202+0000 7fd9b0dfe780 1 < completed multipart upload key=X7P4EQ7CB100 upload=N325UDGM9UJ7 tag=M8RLJ9WQGZR6 type=write size=2200974 2024-07-27T18:40:14.205 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.204+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=8KU1WMIG3MS8 type=del size=966003 2024-07-27T18:40:14.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.206+0000 7fd9b0dfe780 1 < completed delete operation key=CFEXWJESTIQM tag=3OWR3FDQMOI6 type=del 2024-07-27T18:40:14.211 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.210+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~BYH6PI0BOBR7.0 size=1048576 2024-07-27T18:40:14.212 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.211+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~BYH6PI0BOBR7.1 size=470946 2024-07-27T18:40:14.212 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.211+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=BYH6PI0BOBR7 tag=0SYJUMZCHXAF type=write size=2568098 2024-07-27T18:40:14.215 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.213+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=C1FC9YS08JB0 type=del 2024-07-27T18:40:14.218 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.217+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~CMXSHU126IVZ.0 size=1048576 2024-07-27T18:40:14.221 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.220+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~CMXSHU126IVZ.1 size=1048576 2024-07-27T18:40:14.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.221+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~CMXSHU126IVZ.2 size=340453 2024-07-27T18:40:14.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.221+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=CMXSHU126IVZ tag=LZB4HET0904G type=write size=3486181 2024-07-27T18:40:14.227 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.226+0000 7fd9b0dfe780 1 < suggested update operation key=BQPHSDB02Z8O tag=08283RAX1ZEJ type=write size=611460 2024-07-27T18:40:14.231 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.230+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~N47FBH4BKHLV.0 size=1048576 2024-07-27T18:40:14.233 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.232+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~N47FBH4BKHLV.1 size=1048576 2024-07-27T18:40:14.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.234+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~N47FBH4BKHLV.2 size=769332 2024-07-27T18:40:14.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.234+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=N47FBH4BKHLV tag=E7C45262Q37X type=write size=3915060 2024-07-27T18:40:14.237 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.236+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~Q9YFNPKUC98Y.0 size=1048576 2024-07-27T18:40:14.239 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.237+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~Q9YFNPKUC98Y.1 size=1048576 2024-07-27T18:40:14.241 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.240+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~Q9YFNPKUC98Y.2 size=30227 2024-07-27T18:40:14.245 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.244+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=Q9YFNPKUC98Y tag=WWOFAUYB4R8F type=write size=3175955 2024-07-27T18:40:14.247 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.246+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=66GZX2BZIT6B type=del size=565305 2024-07-27T18:40:14.249 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.248+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~6P16K9OKVHZ4.0 size=533011 2024-07-27T18:40:14.252 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.251+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=6P16K9OKVHZ4 tag=B47PYI7RSW5C type=write size=1581587 2024-07-27T18:40:14.256 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.255+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~WSDSODBYLBGU.0 size=1048576 2024-07-27T18:40:14.258 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.257+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~WSDSODBYLBGU.1 size=27451 2024-07-27T18:40:14.258 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.257+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=WSDSODBYLBGU tag=CZNRH0EN5YYL type=write size=2124603 2024-07-27T18:40:14.260 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.259+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=OG339PAEMZ85 type=del 2024-07-27T18:40:14.263 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.262+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~8XQ04P8TYJFN.0 size=1048576 2024-07-27T18:40:14.265 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.264+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~8XQ04P8TYJFN.1 size=786855 2024-07-27T18:40:14.266 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.264+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=8XQ04P8TYJFN tag=NWQN6VWSEZA8 type=write size=2884007 2024-07-27T18:40:14.267 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.266+0000 7fd9b0dfe780 1 < completed write operation key=N3SMJ1F7TS0Z tag=UDP1M02PZZ99 type=write size=373343 2024-07-27T18:40:14.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.270+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~TX2IMRZ2172G.0 size=851008 2024-07-27T18:40:14.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.270+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=TX2IMRZ2172G tag=QU1JCEH6OPHL type=write size=1899584 2024-07-27T18:40:14.273 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.272+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~DFHN4T984DUR.0 size=514311 2024-07-27T18:40:14.278 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.277+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=DFHN4T984DUR tag=I4TDKUCUC9KQ type=write size=1562887 2024-07-27T18:40:14.280 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.279+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=9FALG4GCDLDU type=write size=85494 2024-07-27T18:40:14.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.281+0000 7fd9b0dfe780 1 < completed write operation key=X7P4EQ7CB100 tag=AZVBZI7DBSE0 type=write size=424794 2024-07-27T18:40:14.286 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.285+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~6JKFM1GQSLJV.0 size=1048576 2024-07-27T18:40:14.288 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.287+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~6JKFM1GQSLJV.1 size=1048576 2024-07-27T18:40:14.289 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.288+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~6JKFM1GQSLJV.2 size=733687 2024-07-27T18:40:14.290 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.288+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=6JKFM1GQSLJV tag=U7GGG576HSI2 type=write size=3879415 2024-07-27T18:40:14.291 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.290+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=LHPWC6BUIGJO type=del 2024-07-27T18:40:14.295 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.294+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~B1UE2OCOMVL0.0 size=1048576 2024-07-27T18:40:14.297 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.296+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~B1UE2OCOMVL0.1 size=1048576 2024-07-27T18:40:14.298 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.297+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~B1UE2OCOMVL0.2 size=391697 2024-07-27T18:40:14.299 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.297+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=B1UE2OCOMVL0 tag=VM45S9O8DG4M type=write size=3537425 2024-07-27T18:40:14.300 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.299+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~Y5H6YRBN0A59.0 size=1048576 2024-07-27T18:40:14.302 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.301+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~Y5H6YRBN0A59.1 size=682258 2024-07-27T18:40:14.306 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.305+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=Y5H6YRBN0A59 tag=W5PQH2UYD7H6 type=write size=2779410 2024-07-27T18:40:14.308 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.307+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=VH5UKXD8V86U type=del size=3081116 2024-07-27T18:40:14.310 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.309+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~PIQIP8AVSEM3.0 size=1048576 2024-07-27T18:40:14.312 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.311+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~PIQIP8AVSEM3.1 size=1048576 2024-07-27T18:40:14.313 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.312+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~PIQIP8AVSEM3.2 size=48111 2024-07-27T18:40:14.318 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.317+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=PIQIP8AVSEM3 tag=O8NPXFFU8F5J type=write size=3193839 2024-07-27T18:40:14.321 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.320+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~DQNRWI7393T1.0 size=1048576 2024-07-27T18:40:14.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.323+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~DQNRWI7393T1.1 size=1048576 2024-07-27T18:40:14.325 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.324+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~DQNRWI7393T1.2 size=926061 2024-07-27T18:40:14.325 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.324+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=DQNRWI7393T1 tag=SPQS9G1KWGFH type=write size=4071789 2024-07-27T18:40:14.327 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.326+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~ZDZMTZTR9DLT.0 size=1048576 2024-07-27T18:40:14.329 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.328+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~ZDZMTZTR9DLT.1 size=649105 2024-07-27T18:40:14.332 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.331+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=ZDZMTZTR9DLT tag=FH7EXICVC8NG type=write size=2746257 2024-07-27T18:40:14.335 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.334+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=H2NFSH7WZSJ9 type=write size=794362 2024-07-27T18:40:14.337 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.336+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~BYELCBQ1AGX5.0 size=1048576 2024-07-27T18:40:14.338 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.337+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~BYELCBQ1AGX5.1 size=597668 2024-07-27T18:40:14.342 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.341+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=BYELCBQ1AGX5 tag=8I12X17YC3NO type=write size=2694820 2024-07-27T18:40:14.346 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.345+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~KFWGYFP7Y81Z.0 size=391249 2024-07-27T18:40:14.346 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.345+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=KFWGYFP7Y81Z tag=VDS0PGONY5BS type=write size=1439825 2024-07-27T18:40:14.348 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.347+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~V1HFKWBXSRSA.0 size=1048576 2024-07-27T18:40:14.349 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.348+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~V1HFKWBXSRSA.1 size=280182 2024-07-27T18:40:14.353 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.352+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=V1HFKWBXSRSA tag=A4TV5WFVKDVS type=write size=2377334 2024-07-27T18:40:14.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.356+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~8OYMNHF9VEY9.0 size=696378 2024-07-27T18:40:14.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.356+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=8OYMNHF9VEY9 tag=ZAK8FE3PHDJZ type=write size=1744954 2024-07-27T18:40:14.359 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.358+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=8KU1WMIG3MS8 type=del 2024-07-27T18:40:14.362 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.361+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~3G4TGPC05LRS.0 size=1048576 2024-07-27T18:40:14.364 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.363+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~3G4TGPC05LRS.1 size=121835 2024-07-27T18:40:14.364 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.363+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=3G4TGPC05LRS tag=22UYVJ2KQY6L type=write size=2218987 2024-07-27T18:40:14.366 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.365+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~BYH6PI0BOBR7.0 size=1048576 2024-07-27T18:40:14.366 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.365+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9XS4B44ASV1.2~BYH6PI0BOBR7.1 size=470946 2024-07-27T18:40:14.370 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.368+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9XS4B44ASV1 upload=BYH6PI0BOBR7 tag=0SYJUMZCHXAF type=write size=2568098 2024-07-27T18:40:14.372 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.370+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=N8AT83L6W2YT type=del size=1263563 2024-07-27T18:40:14.374 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.372+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~CMXSHU126IVZ.0 size=1048576 2024-07-27T18:40:14.374 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.372+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9XS4B44ASV1.2~CMXSHU126IVZ.1 size=1048576 2024-07-27T18:40:14.375 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.374+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~CMXSHU126IVZ.2 size=340453 2024-07-27T18:40:14.379 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.378+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9XS4B44ASV1 upload=CMXSHU126IVZ tag=LZB4HET0904G type=write size=3486181 2024-07-27T18:40:14.381 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.379+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=L6PQ4Q9K6QW5 type=del size=3995202 2024-07-27T18:40:14.382 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.381+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~N47FBH4BKHLV.0 size=1048576 2024-07-27T18:40:14.384 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.383+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~N47FBH4BKHLV.1 size=1048576 2024-07-27T18:40:14.386 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.384+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~N47FBH4BKHLV.2 size=769332 2024-07-27T18:40:14.389 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.388+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=N47FBH4BKHLV tag=E7C45262Q37X type=write size=3915060 2024-07-27T18:40:14.393 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.392+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~P9G8I3HNA9TM.0 size=602690 2024-07-27T18:40:14.393 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.392+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=P9G8I3HNA9TM tag=TC7ZFYX6LTS6 type=write size=1651266 2024-07-27T18:40:14.395 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.394+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=66GZX2BZIT6B type=del 2024-07-27T18:40:14.399 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.398+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~HHIP5GKV4E7D.0 size=1048576 2024-07-27T18:40:14.400 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.399+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~HHIP5GKV4E7D.1 size=1048576 2024-07-27T18:40:14.402 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.401+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~HHIP5GKV4E7D.2 size=284594 2024-07-27T18:40:14.402 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.401+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=HHIP5GKV4E7D tag=KTQXULRKW2QJ type=write size=3430322 2024-07-27T18:40:14.404 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.403+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~WSDSODBYLBGU.0 size=1048576 2024-07-27T18:40:14.406 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.404+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~WSDSODBYLBGU.1 size=27451 2024-07-27T18:40:14.410 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.409+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=WSDSODBYLBGU tag=CZNRH0EN5YYL type=write size=2124603 2024-07-27T18:40:14.414 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.412+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~R9LHYBN6SFKF.0 size=1048576 2024-07-27T18:40:14.415 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.414+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~R9LHYBN6SFKF.1 size=813645 2024-07-27T18:40:14.416 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.414+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=R9LHYBN6SFKF tag=5RJF8KQYVM2U type=write size=2910797 2024-07-27T18:40:14.416 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.414+0000 7fd9b0dfe780 1 < canceled part key=_multipart_ERT6LG30K8WA.2~8XQ04P8TYJFN.0 size=1048576 2024-07-27T18:40:14.417 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.416+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~8XQ04P8TYJFN.1 size=786855 2024-07-27T18:40:14.422 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.420+0000 7fd9b0dfe780 1 < canceled multipart upload key=ERT6LG30K8WA upload=8XQ04P8TYJFN tag=NWQN6VWSEZA8 type=write size=2884007 2024-07-27T18:40:14.425 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.424+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~8XL4ILZGLX6E.0 size=1048576 2024-07-27T18:40:14.426 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.425+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~8XL4ILZGLX6E.1 size=244949 2024-07-27T18:40:14.426 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.425+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=8XL4ILZGLX6E tag=1YGF2FKL4SP3 type=write size=2342101 2024-07-27T18:40:14.428 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.427+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~TX2IMRZ2172G.0 size=851008 2024-07-27T18:40:14.432 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.431+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=TX2IMRZ2172G tag=QU1JCEH6OPHL type=write size=1899584 2024-07-27T18:40:14.434 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.433+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=1Z1HZM58FX1A type=del size=763904 2024-07-27T18:40:14.436 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.435+0000 7fd9b0dfe780 1 < canceled operation key=39IO5R6BZ3YC tag=9FALG4GCDLDU type=write size=85494 2024-07-27T18:40:14.439 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.438+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=CZX4GPVBUYK3 type=del size=2326363 2024-07-27T18:40:14.441 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.440+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~6JKFM1GQSLJV.0 size=1048576 2024-07-27T18:40:14.442 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.441+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~6JKFM1GQSLJV.1 size=1048576 2024-07-27T18:40:14.444 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.443+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~6JKFM1GQSLJV.2 size=733687 2024-07-27T18:40:14.447 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.446+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=6JKFM1GQSLJV tag=U7GGG576HSI2 type=write size=3879415 2024-07-27T18:40:14.451 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.450+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~K87R2BQYZTW7.0 size=1048576 2024-07-27T18:40:14.453 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.452+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~K87R2BQYZTW7.1 size=748305 2024-07-27T18:40:14.453 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.452+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=K87R2BQYZTW7 tag=TESXVTF565YH type=write size=2845457 2024-07-27T18:40:14.455 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.454+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~B1UE2OCOMVL0.0 size=1048576 2024-07-27T18:40:14.457 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.456+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~B1UE2OCOMVL0.1 size=1048576 2024-07-27T18:40:14.459 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.458+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~B1UE2OCOMVL0.2 size=391697 2024-07-27T18:40:14.462 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.461+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=B1UE2OCOMVL0 tag=VM45S9O8DG4M type=write size=3537425 2024-07-27T18:40:14.464 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.463+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=HG8FM2HFCH7G type=del size=1021021 2024-07-27T18:40:14.466 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.465+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=VH5UKXD8V86U type=del 2024-07-27T18:40:14.468 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.467+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=BYEUC3HG9BH7 type=del size=2559861 2024-07-27T18:40:14.470 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.469+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~DQNRWI7393T1.0 size=1048576 2024-07-27T18:40:14.472 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.471+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~DQNRWI7393T1.1 size=1048576 2024-07-27T18:40:14.473 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.472+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~DQNRWI7393T1.2 size=926061 2024-07-27T18:40:14.477 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.476+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=DQNRWI7393T1 tag=SPQS9G1KWGFH type=write size=4071789 2024-07-27T18:40:14.481 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.480+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~ENBT3KHA58DT.0 size=1048576 2024-07-27T18:40:14.483 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.481+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~ENBT3KHA58DT.1 size=322507 2024-07-27T18:40:14.483 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.481+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=ENBT3KHA58DT tag=WXEEF34HYX62 type=write size=2419659 2024-07-27T18:40:14.485 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.484+0000 7fd9b0dfe780 1 < completed write operation key=39IO5R6BZ3YC tag=H2NFSH7WZSJ9 type=write size=794362 2024-07-27T18:40:14.487 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.486+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=UZ38JJONAZSS type=del size=2622912 2024-07-27T18:40:14.489 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.488+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~KFWGYFP7Y81Z.0 size=391249 2024-07-27T18:40:14.492 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.491+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=KFWGYFP7Y81Z tag=VDS0PGONY5BS type=write size=1439825 2024-07-27T18:40:14.494 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.493+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=8MBCKCRICVGM type=del size=2155260 2024-07-27T18:40:14.496 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.495+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~8OYMNHF9VEY9.0 size=696378 2024-07-27T18:40:14.499 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.498+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=8OYMNHF9VEY9 tag=ZAK8FE3PHDJZ type=write size=1744954 2024-07-27T18:40:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:14 smithi029 ceph-mon[96870]: pgmap v1386: 137 pgs: 137 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 373 KiB/s wr, 1.90k op/s 2024-07-27T18:40:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:14 smithi029 ceph-mon[99353]: pgmap v1386: 137 pgs: 137 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 373 KiB/s wr, 1.90k op/s 2024-07-27T18:40:14.503 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.502+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~6YKQZKC3EQG2.0 size=1048576 2024-07-27T18:40:14.504 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.503+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~6YKQZKC3EQG2.1 size=1048576 2024-07-27T18:40:14.506 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.505+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~6YKQZKC3EQG2.2 size=732957 2024-07-27T18:40:14.506 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.505+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=6YKQZKC3EQG2 tag=7I3WLPW9XC0M type=write size=3878685 2024-07-27T18:40:14.508 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.507+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~3G4TGPC05LRS.0 size=1048576 2024-07-27T18:40:14.510 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.509+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~3G4TGPC05LRS.1 size=121835 2024-07-27T18:40:14.513 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.512+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=3G4TGPC05LRS tag=22UYVJ2KQY6L type=write size=2218987 2024-07-27T18:40:14.518 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.516+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~2QVMUGB6A739.0 size=1048576 2024-07-27T18:40:14.518 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.517+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~2QVMUGB6A739.1 size=384075 2024-07-27T18:40:14.519 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.517+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=2QVMUGB6A739 tag=V5HE94G4KSJ0 type=write size=2481227 2024-07-27T18:40:14.522 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.521+0000 7fd9b0dfe780 1 < suggested update operation key=8I5MBVTQCDVV tag=N8AT83L6W2YT type=del size=1263563 2024-07-27T18:40:14.527 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.526+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~WMW64I00KRI0.0 size=1048576 2024-07-27T18:40:14.528 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.527+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~WMW64I00KRI0.1 size=1048576 2024-07-27T18:40:14.530 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.529+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~WMW64I00KRI0.2 size=348256 2024-07-27T18:40:14.531 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.529+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=WMW64I00KRI0 tag=TU7S02J2Y3P3 type=write size=3493984 2024-07-27T18:40:14.532 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.531+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=L6PQ4Q9K6QW5 type=del 2024-07-27T18:40:14.537 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.536+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~NLT3HPNO2AHB.0 size=1048576 2024-07-27T18:40:14.538 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.537+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~NLT3HPNO2AHB.1 size=1048576 2024-07-27T18:40:14.540 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.539+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~NLT3HPNO2AHB.2 size=497257 2024-07-27T18:40:14.540 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.539+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=NLT3HPNO2AHB tag=RC73ZLC3RSWE type=write size=3642985 2024-07-27T18:40:14.542 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.541+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~P9G8I3HNA9TM.0 size=602690 2024-07-27T18:40:14.546 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.545+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=P9G8I3HNA9TM tag=TC7ZFYX6LTS6 type=write size=1651266 2024-07-27T18:40:14.548 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.547+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=6PPB2RYW0XXL type=del size=3820809 2024-07-27T18:40:14.550 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.548+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~HHIP5GKV4E7D.0 size=1048576 2024-07-27T18:40:14.550 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.548+0000 7fd9b0dfe780 1 < canceled part key=_multipart_N3SMJ1F7TS0Z.2~HHIP5GKV4E7D.1 size=1048576 2024-07-27T18:40:14.551 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.550+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~HHIP5GKV4E7D.2 size=284594 2024-07-27T18:40:14.555 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.553+0000 7fd9b0dfe780 1 < canceled multipart upload key=N3SMJ1F7TS0Z upload=HHIP5GKV4E7D tag=KTQXULRKW2QJ type=write size=3430322 2024-07-27T18:40:14.558 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.557+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~A2H3SPP0KO85.0 size=1048576 2024-07-27T18:40:14.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.559+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~A2H3SPP0KO85.1 size=130480 2024-07-27T18:40:14.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.559+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=A2H3SPP0KO85 tag=YPINNSV1BS4D type=write size=2227632 2024-07-27T18:40:14.562 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.561+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~R9LHYBN6SFKF.0 size=1048576 2024-07-27T18:40:14.563 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.562+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~R9LHYBN6SFKF.1 size=813645 2024-07-27T18:40:14.567 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.566+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=R9LHYBN6SFKF tag=5RJF8KQYVM2U type=write size=2910797 2024-07-27T18:40:14.571 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.570+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~SGQSUK83RU9R.0 size=9025 2024-07-27T18:40:14.571 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.570+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=SGQSUK83RU9R tag=4II8A378AI92 type=write size=1057601 2024-07-27T18:40:14.573 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.572+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~8XL4ILZGLX6E.0 size=1048576 2024-07-27T18:40:14.575 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.574+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~8XL4ILZGLX6E.1 size=244949 2024-07-27T18:40:14.580 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.579+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=8XL4ILZGLX6E tag=1YGF2FKL4SP3 type=write size=2342101 2024-07-27T18:40:14.582 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.581+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=7Z1QK28Z9VVK type=del size=623410 2024-07-27T18:40:14.586 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.585+0000 7fd9b0dfe780 1 < suggested update operation key=N3SMJ1F7TS0Z tag=1Z1HZM58FX1A type=del size=763904 2024-07-27T18:40:14.588 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.587+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=25AG0FKWFK7W type=del size=490222 2024-07-27T18:40:14.590 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.589+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=CZX4GPVBUYK3 type=del 2024-07-27T18:40:14.592 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.591+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=G6RU5N71NT3D type=write size=210019 2024-07-27T18:40:14.594 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.593+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~K87R2BQYZTW7.0 size=1048576 2024-07-27T18:40:14.596 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.595+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~K87R2BQYZTW7.1 size=748305 2024-07-27T18:40:14.600 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.599+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=K87R2BQYZTW7 tag=TESXVTF565YH type=write size=2845457 2024-07-27T18:40:14.602 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.601+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=R4O0QQR5PWEF type=del size=1372806 2024-07-27T18:40:14.605 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.604+0000 7fd9b0dfe780 1 < suggested remove operation key=O54I6ACW6PJQ tag=HG8FM2HFCH7G type=del 2024-07-27T18:40:14.607 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.606+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=TQDZAB1A5B1L type=del size=760542 2024-07-27T18:40:14.610 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.608+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=BYEUC3HG9BH7 type=del 2024-07-27T18:40:14.613 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.612+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~94I5VOFYH12P.0 size=1048576 2024-07-27T18:40:14.615 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.614+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~94I5VOFYH12P.1 size=633346 2024-07-27T18:40:14.615 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.614+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=94I5VOFYH12P tag=2IE50JDX6GLG type=write size=2730498 2024-07-27T18:40:14.615 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.614+0000 7fd9b0dfe780 1 < canceled part key=_multipart_YD0RYSEXBM6F.2~ENBT3KHA58DT.0 size=1048576 2024-07-27T18:40:14.617 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.616+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~ENBT3KHA58DT.1 size=322507 2024-07-27T18:40:14.620 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.619+0000 7fd9b0dfe780 1 < canceled multipart upload key=YD0RYSEXBM6F upload=ENBT3KHA58DT tag=WXEEF34HYX62 type=write size=2419659 2024-07-27T18:40:14.622 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.621+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=BQI5BRAUL55I type=del size=3368256 2024-07-27T18:40:14.624 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.623+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=UZ38JJONAZSS type=del 2024-07-27T18:40:14.626 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.625+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=MO1Z00OAOWEN type=write size=59573 2024-07-27T18:40:14.629 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.628+0000 7fd9b0dfe780 1 < suggested remove operation key=FXYU6A8CU9F0 tag=8MBCKCRICVGM type=del 2024-07-27T18:40:14.632 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.631+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=3BCAA6CSCLMW type=write size=91732 2024-07-27T18:40:14.634 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.633+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~6YKQZKC3EQG2.0 size=1048576 2024-07-27T18:40:14.636 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.635+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~6YKQZKC3EQG2.1 size=1048576 2024-07-27T18:40:14.638 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.637+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~6YKQZKC3EQG2.2 size=732957 2024-07-27T18:40:14.641 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.640+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=6YKQZKC3EQG2 tag=7I3WLPW9XC0M type=write size=3878685 2024-07-27T18:40:14.645 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.644+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~RPH91OUVXO7G.0 size=1048576 2024-07-27T18:40:14.647 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.646+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~RPH91OUVXO7G.1 size=1048576 2024-07-27T18:40:14.649 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.647+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~RPH91OUVXO7G.2 size=369488 2024-07-27T18:40:14.649 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.647+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=RPH91OUVXO7G tag=YZBCMQYTDNKV type=write size=3515216 2024-07-27T18:40:14.650 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.649+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~2QVMUGB6A739.0 size=1048576 2024-07-27T18:40:14.652 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.651+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~2QVMUGB6A739.1 size=384075 2024-07-27T18:40:14.656 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.655+0000 7fd9b0dfe780 1 < completed multipart upload key=YYNGWXPBKSFI upload=2QVMUGB6A739 tag=V5HE94G4KSJ0 type=write size=2481227 2024-07-27T18:40:14.658 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.657+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=1FH4SAK6LGG4 type=del size=2546396 2024-07-27T18:40:14.660 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.659+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~WMW64I00KRI0.0 size=1048576 2024-07-27T18:40:14.661 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.660+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~WMW64I00KRI0.1 size=1048576 2024-07-27T18:40:14.662 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.660+0000 7fd9b0dfe780 1 < canceled part key=_multipart_IGKNZEI10405.2~WMW64I00KRI0.2 size=348256 2024-07-27T18:40:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:14 smithi179 ceph-mon[89801]: pgmap v1386: 137 pgs: 137 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 373 KiB/s wr, 1.90k op/s 2024-07-27T18:40:14.665 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.664+0000 7fd9b0dfe780 1 < canceled multipart upload key=IGKNZEI10405 upload=WMW64I00KRI0 tag=TU7S02J2Y3P3 type=write size=3493984 2024-07-27T18:40:14.669 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.668+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~8UNSM8SJNK4E.0 size=1048576 2024-07-27T18:40:14.671 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.669+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~8UNSM8SJNK4E.1 size=1048576 2024-07-27T18:40:14.672 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.671+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~8UNSM8SJNK4E.2 size=618654 2024-07-27T18:40:14.672 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.671+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=8UNSM8SJNK4E tag=NRSLOCC2B4B2 type=write size=3764382 2024-07-27T18:40:14.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.673+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~NLT3HPNO2AHB.0 size=1048576 2024-07-27T18:40:14.676 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.675+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~NLT3HPNO2AHB.1 size=1048576 2024-07-27T18:40:14.678 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.677+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~NLT3HPNO2AHB.2 size=497257 2024-07-27T18:40:14.681 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.680+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=NLT3HPNO2AHB tag=RC73ZLC3RSWE type=write size=3642985 2024-07-27T18:40:14.685 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.684+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~IA8690KR3YMU.0 size=136349 2024-07-27T18:40:14.685 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.684+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=IA8690KR3YMU tag=AMYD4SER1ZO2 type=write size=1184925 2024-07-27T18:40:14.687 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.686+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=6PPB2RYW0XXL type=del 2024-07-27T18:40:14.688 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.687+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=HSDGI5WDO0A4 type=write size=104312 2024-07-27T18:40:14.691 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.690+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~A2H3SPP0KO85.0 size=1048576 2024-07-27T18:40:14.693 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.692+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~A2H3SPP0KO85.1 size=130480 2024-07-27T18:40:14.696 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.695+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=A2H3SPP0KO85 tag=YPINNSV1BS4D type=write size=2227632 2024-07-27T18:40:14.700 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.699+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~EECQ5405R9SC.0 size=465909 2024-07-27T18:40:14.700 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.699+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=EECQ5405R9SC tag=W2MTF7TNF2H3 type=write size=1514485 2024-07-27T18:40:14.702 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.701+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~SGQSUK83RU9R.0 size=9025 2024-07-27T18:40:14.705 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.704+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=SGQSUK83RU9R tag=4II8A378AI92 type=write size=1057601 2024-07-27T18:40:14.707 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.706+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=JK5RMZ6X8YYP type=del size=3393318 2024-07-27T18:40:14.710 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.709+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=7Z1QK28Z9VVK type=del 2024-07-27T18:40:14.712 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.711+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=BMA28JAB1F3F type=write size=710852 2024-07-27T18:40:14.714 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.713+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=25AG0FKWFK7W type=del 2024-07-27T18:40:14.717 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.716+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=NXBVWAU2W9XK type=del size=2741974 2024-07-27T18:40:14.719 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.718+0000 7fd9b0dfe780 1 < completed write operation key=39IO5R6BZ3YC tag=G6RU5N71NT3D type=write size=210019 2024-07-27T18:40:14.722 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.721+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~O5BS9K8YF5NT.0 size=1048576 2024-07-27T18:40:14.724 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.723+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~O5BS9K8YF5NT.1 size=1048576 2024-07-27T18:40:14.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.724+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~O5BS9K8YF5NT.2 size=741446 2024-07-27T18:40:14.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.724+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=O5BS9K8YF5NT tag=X5J25KM97W6O type=write size=3887174 2024-07-27T18:40:14.728 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.726+0000 7fd9b0dfe780 1 < completed delete operation key=39IO5R6BZ3YC tag=R4O0QQR5PWEF type=del 2024-07-27T18:40:14.730 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.729+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=LSY166PMH65U type=write size=300887 2024-07-27T18:40:14.732 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.731+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=TQDZAB1A5B1L type=del 2024-07-27T18:40:14.734 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.733+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=TRB5PS5TI2AK type=del size=3556464 2024-07-27T18:40:14.736 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.735+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~94I5VOFYH12P.0 size=1048576 2024-07-27T18:40:14.738 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.737+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~94I5VOFYH12P.1 size=633346 2024-07-27T18:40:14.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.741+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=94I5VOFYH12P tag=2IE50JDX6GLG type=write size=2730498 2024-07-27T18:40:14.746 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.745+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~53WQ88FYQ5QV.0 size=1048576 2024-07-27T18:40:14.748 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.746+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~53WQ88FYQ5QV.1 size=1048576 2024-07-27T18:40:14.749 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.748+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~53WQ88FYQ5QV.2 size=191222 2024-07-27T18:40:14.749 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.748+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=53WQ88FYQ5QV tag=OVYLXTWVP43F type=write size=3336950 2024-07-27T18:40:14.751 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.750+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=BQI5BRAUL55I type=del 2024-07-27T18:40:14.755 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.754+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~5A4DBZPA7Z93.0 size=855860 2024-07-27T18:40:14.755 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.754+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=5A4DBZPA7Z93 tag=ZNC6E3KSS6S6 type=write size=1904436 2024-07-27T18:40:14.757 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.756+0000 7fd9b0dfe780 1 < completed write operation key=86SBFWKFIZ50 tag=MO1Z00OAOWEN type=write size=59573 2024-07-27T18:40:14.759 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.758+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=RA443AQEI1BD type=write size=316039 2024-07-27T18:40:14.761 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.759+0000 7fd9b0dfe780 1 < completed write operation key=FXYU6A8CU9F0 tag=3BCAA6CSCLMW type=write size=91732 2024-07-27T18:40:14.763 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.761+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=WR0AUZ3FD6PB type=del size=3147086 2024-07-27T18:40:14.763 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.762+0000 7fd9b0dfe780 1 < canceled part key=_multipart_F8NI5O3PM0RO.2~RPH91OUVXO7G.0 size=1048576 2024-07-27T18:40:14.764 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.763+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~RPH91OUVXO7G.1 size=1048576 2024-07-27T18:40:14.764 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.763+0000 7fd9b0dfe780 1 < canceled part key=_multipart_F8NI5O3PM0RO.2~RPH91OUVXO7G.2 size=369488 2024-07-27T18:40:14.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.767+0000 7fd9b0dfe780 1 < canceled multipart upload key=F8NI5O3PM0RO upload=RPH91OUVXO7G tag=YZBCMQYTDNKV type=write size=3515216 2024-07-27T18:40:14.770 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.769+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=WLTM044EFQJO type=del size=1101127 2024-07-27T18:40:14.772 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.771+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=1FH4SAK6LGG4 type=del 2024-07-27T18:40:14.774 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.772+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=FRQ8S7980D0C type=write size=620981 2024-07-27T18:40:14.775 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.774+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~8UNSM8SJNK4E.0 size=1048576 2024-07-27T18:40:14.778 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.776+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~8UNSM8SJNK4E.1 size=1048576 2024-07-27T18:40:14.779 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.778+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~8UNSM8SJNK4E.2 size=618654 2024-07-27T18:40:14.783 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.782+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=8UNSM8SJNK4E tag=NRSLOCC2B4B2 type=write size=3764382 2024-07-27T18:40:14.785 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.784+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=N05DJDKPBYMO type=write size=233279 2024-07-27T18:40:14.788 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.786+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~IA8690KR3YMU.0 size=136349 2024-07-27T18:40:14.791 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.790+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=IA8690KR3YMU tag=AMYD4SER1ZO2 type=write size=1184925 2024-07-27T18:40:14.793 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.792+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=CMS0RDIDC083 type=write size=601819 2024-07-27T18:40:14.795 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.794+0000 7fd9b0dfe780 1 < completed write operation key=P8NVZQG528UI tag=HSDGI5WDO0A4 type=write size=104312 2024-07-27T18:40:14.797 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.796+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=6OJSQZCY8NKC type=write size=62443 2024-07-27T18:40:14.799 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.798+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~EECQ5405R9SC.0 size=465909 2024-07-27T18:40:14.803 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.802+0000 7fd9b0dfe780 1 < completed multipart upload key=YYNGWXPBKSFI upload=EECQ5405R9SC tag=W2MTF7TNF2H3 type=write size=1514485 2024-07-27T18:40:14.805 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.804+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=180SKQPC3U8L type=del size=3715883 2024-07-27T18:40:14.807 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.806+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=JK5RMZ6X8YYP type=del 2024-07-27T18:40:14.809 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.808+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=3SE1H6LG380U type=write size=959098 2024-07-27T18:40:14.811 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.810+0000 7fd9b0dfe780 1 < completed write operation key=351SUKW6MLKV tag=BMA28JAB1F3F type=write size=710852 2024-07-27T18:40:14.813 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.812+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=VE8HPO6N91AK type=write size=908170 2024-07-27T18:40:14.816 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.814+0000 7fd9b0dfe780 1 < canceled operation key=6P6RR9NVCRT1 tag=NXBVWAU2W9XK type=del size=2741974 2024-07-27T18:40:14.817 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.816+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=E4NB5LMYME0Z type=del size=2624466 2024-07-27T18:40:14.820 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.818+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~O5BS9K8YF5NT.0 size=1048576 2024-07-27T18:40:14.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.820+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~O5BS9K8YF5NT.1 size=1048576 2024-07-27T18:40:14.823 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.822+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~O5BS9K8YF5NT.2 size=741446 2024-07-27T18:40:14.827 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.826+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=O5BS9K8YF5NT tag=X5J25KM97W6O type=write size=3887174 2024-07-27T18:40:14.829 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.828+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=HMZE3TSBIAHZ type=del size=165593 2024-07-27T18:40:14.833 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.832+0000 7fd9b0dfe780 1 < suggested remove operation key=351SUKW6MLKV tag=LSY166PMH65U type=write 2024-07-27T18:40:14.835 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.834+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=UFOTGAZQZN7O type=del size=1755745 2024-07-27T18:40:14.837 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.836+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=TRB5PS5TI2AK type=del 2024-07-27T18:40:14.839 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.838+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=6SXOUPR0236Q type=del size=1523729 2024-07-27T18:40:14.841 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.840+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~53WQ88FYQ5QV.0 size=1048576 2024-07-27T18:40:14.842 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.841+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~53WQ88FYQ5QV.1 size=1048576 2024-07-27T18:40:14.844 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.843+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~53WQ88FYQ5QV.2 size=191222 2024-07-27T18:40:14.847 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.846+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=53WQ88FYQ5QV tag=OVYLXTWVP43F type=write size=3336950 2024-07-27T18:40:14.849 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.848+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=BXFJEMXS6Q63 type=del size=340989 2024-07-27T18:40:14.851 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.850+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~5A4DBZPA7Z93.0 size=855860 2024-07-27T18:40:14.855 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.854+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=5A4DBZPA7Z93 tag=ZNC6E3KSS6S6 type=write size=1904436 2024-07-27T18:40:14.858 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.857+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~OMTIZ9MEQ2M5.0 size=578614 2024-07-27T18:40:14.859 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.857+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=OMTIZ9MEQ2M5 tag=8R005995K5JT type=write size=1627190 2024-07-27T18:40:14.860 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.859+0000 7fd9b0dfe780 1 < completed write operation key=FXYU6A8CU9F0 tag=RA443AQEI1BD type=write size=316039 2024-07-27T18:40:14.862 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.861+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=VL0OO3WVCJTY type=del size=1217699 2024-07-27T18:40:14.865 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.863+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=WR0AUZ3FD6PB type=del 2024-07-27T18:40:14.866 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.865+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=0Y3TMMNUWAOA type=del size=3115446 2024-07-27T18:40:14.868 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.867+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=WLTM044EFQJO type=del 2024-07-27T18:40:14.870 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.869+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=Z6N46H0L53HT type=del size=2703373 2024-07-27T18:40:14.873 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.871+0000 7fd9b0dfe780 1 < completed write operation key=T7BZCFBSZM95 tag=FRQ8S7980D0C type=write size=620981 2024-07-27T18:40:14.874 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.873+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=CREF6LPQEYQN type=write size=843131 2024-07-27T18:40:14.876 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.875+0000 7fd9b0dfe780 1 < completed write operation key=G3DZJWABEJWG tag=N05DJDKPBYMO type=write size=233279 2024-07-27T18:40:14.878 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.877+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=GJ1XFB0NBHNF type=del size=2694448 2024-07-27T18:40:14.880 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.879+0000 7fd9b0dfe780 1 < completed write operation key=E9XS4B44ASV1 tag=CMS0RDIDC083 type=write size=601819 2024-07-27T18:40:14.882 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.881+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=ZT16BT502V1J type=del size=2445770 2024-07-27T18:40:14.884 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.883+0000 7fd9b0dfe780 1 < completed write operation key=ERT6LG30K8WA tag=6OJSQZCY8NKC type=write size=62443 2024-07-27T18:40:14.886 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.885+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=XZ1CRWJUPOSR type=del size=3322911 2024-07-27T18:40:14.890 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.889+0000 7fd9b0dfe780 1 < suggested remove operation key=IGKNZEI10405 tag=180SKQPC3U8L type=del 2024-07-27T18:40:14.892 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.891+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=5QDBEDVXCPA4 type=del size=2789847 2024-07-27T18:40:14.894 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.893+0000 7fd9b0dfe780 1 < completed write operation key=FXYU6A8CU9F0 tag=3SE1H6LG380U type=write size=959098 2024-07-27T18:40:14.896 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.895+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=PYD7S9DMNX9I type=del size=2870215 2024-07-27T18:40:14.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.897+0000 7fd9b0dfe780 1 < completed write operation key=W2L0RV8ZN7R4 tag=VE8HPO6N91AK type=write size=908170 2024-07-27T18:40:14.900 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.899+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=60X1NVK376A9 type=del size=1228268 2024-07-27T18:40:14.904 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.903+0000 7fd9b0dfe780 1 < suggested update operation key=86SBFWKFIZ50 tag=E4NB5LMYME0Z type=del size=2624466 2024-07-27T18:40:14.906 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.904+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=ZCTHTCZ2TMTF type=del size=2579713 2024-07-27T18:40:14.908 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.907+0000 7fd9b0dfe780 -1 < failed to complete operation key=IGKNZEI10405 tag=HMZE3TSBIAHZ type=del size=165593: (22) Invalid argument 2024-07-27T18:40:14.910 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.909+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=H4A0MGEBS077 type=del size=2316379 2024-07-27T18:40:14.912 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.911+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=UFOTGAZQZN7O type=del 2024-07-27T18:40:14.914 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.913+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=O7SZAET5P681 type=del size=2008891 2024-07-27T18:40:14.918 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.917+0000 7fd9b0dfe780 1 < suggested update operation key=YD0RYSEXBM6F tag=6SXOUPR0236Q type=del size=1523729 2024-07-27T18:40:14.921 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.920+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=7GUTG88RBX8T type=write size=437838 2024-07-27T18:40:14.923 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.922+0000 7fd9b0dfe780 1 < canceled operation key=O54I6ACW6PJQ tag=BXFJEMXS6Q63 type=del size=340989 2024-07-27T18:40:14.925 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.924+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=RKCIHN8F78LX type=write size=1021562 2024-07-27T18:40:14.927 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.926+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~OMTIZ9MEQ2M5.0 size=578614 2024-07-27T18:40:14.930 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.929+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=OMTIZ9MEQ2M5 tag=8R005995K5JT type=write size=1627190 2024-07-27T18:40:14.932 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.931+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=RMSKAAEIPEZV type=del size=2312532 2024-07-27T18:40:14.934 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.933+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=VL0OO3WVCJTY type=del 2024-07-27T18:40:14.937 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.936+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=NWVNMD5Q133X type=del size=2549434 2024-07-27T18:40:14.939 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.938+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=0Y3TMMNUWAOA type=del 2024-07-27T18:40:14.945 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.944+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~V7JK2IHM3Z1A.0 size=1048576 2024-07-27T18:40:14.946 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.945+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~V7JK2IHM3Z1A.1 size=497600 2024-07-27T18:40:14.946 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.945+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=V7JK2IHM3Z1A tag=2P3DUASVUOVR type=write size=2594752 2024-07-27T18:40:14.956 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.955+0000 7fd9b0dfe780 1 < suggested update operation key=E9Y61GIX83FA tag=Z6N46H0L53HT type=del size=2703373 2024-07-27T18:40:14.959 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.958+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=ZNJPVK2QXG94 type=write size=834511 2024-07-27T18:40:14.961 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.960+0000 7fd9b0dfe780 1 < completed write operation key=PV35EIWWUMCU tag=CREF6LPQEYQN type=write size=843131 2024-07-27T18:40:14.964 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.962+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=NJM8TX40F3FH type=del size=657701 2024-07-27T18:40:14.965 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.964+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=GJ1XFB0NBHNF type=del 2024-07-27T18:40:14.970 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.969+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~IEXGC8PZAUK0.0 size=1048576 2024-07-27T18:40:14.972 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.971+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~IEXGC8PZAUK0.1 size=1048576 2024-07-27T18:40:14.974 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.973+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~IEXGC8PZAUK0.2 size=837283 2024-07-27T18:40:14.974 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.973+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=IEXGC8PZAUK0 tag=P2L7GMEF0JT9 type=write size=3983011 2024-07-27T18:40:14.978 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.977+0000 7fd9b0dfe780 1 < suggested update operation key=CFEXWJESTIQM tag=ZT16BT502V1J type=del size=2445770 2024-07-27T18:40:14.981 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.980+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~7T5IAUM29DSV.0 size=1048576 2024-07-27T18:40:14.983 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.982+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~7T5IAUM29DSV.1 size=133413 2024-07-27T18:40:14.983 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.982+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=7T5IAUM29DSV tag=D2OXJVGKUHKL type=write size=2230565 2024-07-27T18:40:14.985 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.984+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=XZ1CRWJUPOSR type=del 2024-07-27T18:40:14.989 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.987+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~AF9APND2II17.0 size=1048576 2024-07-27T18:40:14.990 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.989+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~AF9APND2II17.1 size=1048576 2024-07-27T18:40:14.993 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.991+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~AF9APND2II17.2 size=848106 2024-07-27T18:40:14.993 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.991+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=AF9APND2II17 tag=JDFQVAE2OCOW type=write size=3993834 2024-07-27T18:40:14.994 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.993+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=5QDBEDVXCPA4 type=del 2024-07-27T18:40:14.996 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:14.995+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=5SG3T2YQDFUA type=write size=800216 2024-07-27T18:40:15.001 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.000+0000 7fd9b0dfe780 1 < suggested remove operation key=86SBFWKFIZ50 tag=PYD7S9DMNX9I type=del 2024-07-27T18:40:15.003 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.002+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=8YMP2M8G0WA6 type=del size=2094984 2024-07-27T18:40:15.005 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.004+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=60X1NVK376A9 type=del 2024-07-27T18:40:15.008 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.007+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~0PK1X6M2IKP7.0 size=1048576 2024-07-27T18:40:15.010 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.009+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~0PK1X6M2IKP7.1 size=898836 2024-07-27T18:40:15.010 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.009+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=0PK1X6M2IKP7 tag=NGJXCQNBNL10 type=write size=2995988 2024-07-27T18:40:15.012 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.011+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=ZCTHTCZ2TMTF type=del 2024-07-27T18:40:15.014 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.013+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=4915HJOLL0QU type=del size=195986 2024-07-27T18:40:15.016 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.015+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=H4A0MGEBS077 type=del 2024-07-27T18:40:15.020 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.019+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~6YPK7T53WSWN.0 size=1037718 2024-07-27T18:40:15.020 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.019+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=6YPK7T53WSWN tag=ZA94QMD84X18 type=write size=2086294 2024-07-27T18:40:15.023 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.021+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=O7SZAET5P681 type=del 2024-07-27T18:40:15.026 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.025+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~RI02OKJM3NSQ.0 size=898147 2024-07-27T18:40:15.027 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.025+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=RI02OKJM3NSQ tag=XTZDDYJXJ5BS type=write size=1946723 2024-07-27T18:40:15.028 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.027+0000 7fd9b0dfe780 1 < completed write operation key=BQPHSDB02Z8O tag=7GUTG88RBX8T type=write size=437838 2024-07-27T18:40:15.030 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.029+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=C38SHYH1XOCP type=write size=506566 2024-07-27T18:40:15.032 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.031+0000 7fd9b0dfe780 1 < completed write operation key=351SUKW6MLKV tag=RKCIHN8F78LX type=write size=1021562 2024-07-27T18:40:15.037 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.036+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~90T0FEX4M512.0 size=1048576 2024-07-27T18:40:15.038 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.037+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~90T0FEX4M512.1 size=858191 2024-07-27T18:40:15.038 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.037+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=90T0FEX4M512 tag=2AL50WY4IRAW type=write size=2955343 2024-07-27T18:40:15.039 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.038+0000 7fd9b0dfe780 -1 < no bi entry to suggest for operation key=86SBFWKFIZ50 tag=RMSKAAEIPEZV type=del size=2312532: (2) No such file or directory 2024-07-27T18:40:15.041 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.040+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=L49ROTX08S4I type=del size=3485542 2024-07-27T18:40:15.043 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.042+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=NWVNMD5Q133X type=del 2024-07-27T18:40:15.046 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.045+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=XAJG9EPO34U2 type=del size=862962 2024-07-27T18:40:15.049 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.047+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~V7JK2IHM3Z1A.0 size=1048576 2024-07-27T18:40:15.050 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.049+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~V7JK2IHM3Z1A.1 size=497600 2024-07-27T18:40:15.054 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.053+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=V7JK2IHM3Z1A tag=2P3DUASVUOVR type=write size=2594752 2024-07-27T18:40:15.056 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.055+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=AZSGJC1VDP4C type=del size=292374 2024-07-27T18:40:15.059 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.058+0000 7fd9b0dfe780 1 < suggested remove operation key=39IO5R6BZ3YC tag=ZNJPVK2QXG94 type=write 2024-07-27T18:40:15.064 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.063+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~BQ42BGW9RE5Y.0 size=1048576 2024-07-27T18:40:15.065 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.064+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~BQ42BGW9RE5Y.1 size=44306 2024-07-27T18:40:15.066 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.064+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=BQ42BGW9RE5Y tag=WGA8CV9Q7YX7 type=write size=2141458 2024-07-27T18:40:15.069 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.068+0000 7fd9b0dfe780 1 < suggested remove operation key=W2L0RV8ZN7R4 tag=NJM8TX40F3FH type=del 2024-07-27T18:40:15.073 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.072+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~CGPDNXOCS8X2.0 size=1048576 2024-07-27T18:40:15.075 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.074+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~CGPDNXOCS8X2.1 size=404363 2024-07-27T18:40:15.075 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.074+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=CGPDNXOCS8X2 tag=8XM4VX9NQKQ3 type=write size=2501515 2024-07-27T18:40:15.077 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.076+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~IEXGC8PZAUK0.0 size=1048576 2024-07-27T18:40:15.078 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.077+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~IEXGC8PZAUK0.1 size=1048576 2024-07-27T18:40:15.080 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.079+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~IEXGC8PZAUK0.2 size=837283 2024-07-27T18:40:15.084 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.083+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=IEXGC8PZAUK0 tag=P2L7GMEF0JT9 type=write size=3983011 2024-07-27T18:40:15.086 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.085+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=DY5JC2M1D751 type=del size=3474991 2024-07-27T18:40:15.088 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.087+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~7T5IAUM29DSV.0 size=1048576 2024-07-27T18:40:15.090 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.088+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~7T5IAUM29DSV.1 size=133413 2024-07-27T18:40:15.093 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.092+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=7T5IAUM29DSV tag=D2OXJVGKUHKL type=write size=2230565 2024-07-27T18:40:15.095 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.094+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=W9IQ2H979VPP type=del size=1711883 2024-07-27T18:40:15.098 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.096+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~AF9APND2II17.0 size=1048576 2024-07-27T18:40:15.099 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.098+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~AF9APND2II17.1 size=1048576 2024-07-27T18:40:15.101 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.100+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~AF9APND2II17.2 size=848106 2024-07-27T18:40:15.105 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.104+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=AF9APND2II17 tag=JDFQVAE2OCOW type=write size=3993834 2024-07-27T18:40:15.109 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.108+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~5DITA53DWTWQ.0 size=1048576 2024-07-27T18:40:15.111 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.109+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~5DITA53DWTWQ.1 size=1048576 2024-07-27T18:40:15.112 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.111+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~5DITA53DWTWQ.2 size=818631 2024-07-27T18:40:15.112 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.111+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=5DITA53DWTWQ tag=K9K8TWZ5LJIX type=write size=3964359 2024-07-27T18:40:15.114 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.113+0000 7fd9b0dfe780 1 < completed write operation key=E9Y61GIX83FA tag=5SG3T2YQDFUA type=write size=800216 2024-07-27T18:40:15.116 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.115+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=GBD7UQ539CIV type=del size=2284376 2024-07-27T18:40:15.118 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.117+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=8YMP2M8G0WA6 type=del 2024-07-27T18:40:15.121 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.120+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~0WPUDPVHT81M.0 size=43925 2024-07-27T18:40:15.121 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.120+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=0WPUDPVHT81M tag=PJZX86LN1EUS type=write size=1092501 2024-07-27T18:40:15.123 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.122+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~0PK1X6M2IKP7.0 size=1048576 2024-07-27T18:40:15.124 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.122+0000 7fd9b0dfe780 1 < canceled part key=_multipart_86SBFWKFIZ50.2~0PK1X6M2IKP7.1 size=898836 2024-07-27T18:40:15.127 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.126+0000 7fd9b0dfe780 1 < canceled multipart upload key=86SBFWKFIZ50 upload=0PK1X6M2IKP7 tag=NGJXCQNBNL10 type=write size=2995988 2024-07-27T18:40:15.129 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.128+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=W2DM8JLTH3B6 type=del size=697388 2024-07-27T18:40:15.134 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.130+0000 7fd9b0dfe780 1 < canceled operation key=ERT6LG30K8WA tag=4915HJOLL0QU type=del size=195986 2024-07-27T18:40:15.135 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.134+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~AN08CUF9KIAC.0 size=1048576 2024-07-27T18:40:15.137 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.136+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~AN08CUF9KIAC.1 size=20341 2024-07-27T18:40:15.137 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.136+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=AN08CUF9KIAC tag=ERUIR9DUML0Y type=write size=2117493 2024-07-27T18:40:15.139 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.138+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~6YPK7T53WSWN.0 size=1037718 2024-07-27T18:40:15.142 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.141+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=6YPK7T53WSWN tag=ZA94QMD84X18 type=write size=2086294 2024-07-27T18:40:15.145 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.143+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=72E6IANYYNZI type=del size=3151230 2024-07-27T18:40:15.147 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.146+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~RI02OKJM3NSQ.0 size=898147 2024-07-27T18:40:15.150 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.149+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=RI02OKJM3NSQ tag=XTZDDYJXJ5BS type=write size=1946723 2024-07-27T18:40:15.154 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.153+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~OBU2WFWAL09Y.0 size=1048576 2024-07-27T18:40:15.156 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.155+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~OBU2WFWAL09Y.1 size=1048576 2024-07-27T18:40:15.158 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.157+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~OBU2WFWAL09Y.2 size=770522 2024-07-27T18:40:15.158 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.157+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=OBU2WFWAL09Y tag=LVENC1FSYBT3 type=write size=3916250 2024-07-27T18:40:15.161 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.160+0000 7fd9b0dfe780 1 < suggested update operation key=N3SMJ1F7TS0Z tag=C38SHYH1XOCP type=write size=506566 2024-07-27T18:40:15.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.164+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~QBL7PJTVYWAH.0 size=1048576 2024-07-27T18:40:15.168 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.167+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~QBL7PJTVYWAH.1 size=1048576 2024-07-27T18:40:15.170 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.169+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~QBL7PJTVYWAH.2 size=876098 2024-07-27T18:40:15.170 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.169+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=QBL7PJTVYWAH tag=81G5T190URIM type=write size=4021826 2024-07-27T18:40:15.171 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.170+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~90T0FEX4M512.0 size=1048576 2024-07-27T18:40:15.173 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.172+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~90T0FEX4M512.1 size=858191 2024-07-27T18:40:15.178 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.176+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=90T0FEX4M512 tag=2AL50WY4IRAW type=write size=2955343 2024-07-27T18:40:15.179 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.178+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=2VP2GMVVLSWS type=del size=1213315 2024-07-27T18:40:15.181 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.180+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=L49ROTX08S4I type=del 2024-07-27T18:40:15.183 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.182+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=LSDF4E7MD38I type=write size=383595 2024-07-27T18:40:15.185 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.184+0000 7fd9b0dfe780 1 < canceled operation key=29DDNRGBR1QU tag=XAJG9EPO34U2 type=del size=862962 2024-07-27T18:40:15.189 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.188+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~JDM6ELPRZQHH.0 size=1048576 2024-07-27T18:40:15.191 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.190+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~JDM6ELPRZQHH.1 size=643448 2024-07-27T18:40:15.191 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.190+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=JDM6ELPRZQHH tag=589H5ZQKJHSQ type=write size=2740600 2024-07-27T18:40:15.193 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.192+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=AZSGJC1VDP4C type=del 2024-07-27T18:40:15.195 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.194+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=31PY3GDVY5C6 type=del size=503421 2024-07-27T18:40:15.197 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.196+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~BQ42BGW9RE5Y.0 size=1048576 2024-07-27T18:40:15.198 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.197+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~BQ42BGW9RE5Y.1 size=44306 2024-07-27T18:40:15.202 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.200+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=BQ42BGW9RE5Y tag=WGA8CV9Q7YX7 type=write size=2141458 2024-07-27T18:40:15.205 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.204+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~YDG68T2N0EGA.0 size=1048576 2024-07-27T18:40:15.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.205+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~YDG68T2N0EGA.1 size=997403 2024-07-27T18:40:15.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.205+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=YDG68T2N0EGA tag=TY3V853WOA4Z type=write size=3094555 2024-07-27T18:40:15.209 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.208+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~CGPDNXOCS8X2.0 size=1048576 2024-07-27T18:40:15.209 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.208+0000 7fd9b0dfe780 1 < canceled part key=_multipart_FXYU6A8CU9F0.2~CGPDNXOCS8X2.1 size=404363 2024-07-27T18:40:15.213 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.211+0000 7fd9b0dfe780 1 < canceled multipart upload key=FXYU6A8CU9F0 upload=CGPDNXOCS8X2 tag=8XM4VX9NQKQ3 type=write size=2501515 2024-07-27T18:40:15.215 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.213+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=UFGIF9RI09EF type=del size=657302 2024-07-27T18:40:15.217 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.216+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=DY5JC2M1D751 type=del 2024-07-27T18:40:15.220 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.219+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~INQVU7LLO1XV.0 size=525460 2024-07-27T18:40:15.220 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.219+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=INQVU7LLO1XV tag=YA1XAOLA6H3O type=write size=1574036 2024-07-27T18:40:15.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.221+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=W9IQ2H979VPP type=del 2024-07-27T18:40:15.225 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.223+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=KXFAQUR1DL4G type=del size=1961767 2024-07-27T18:40:15.226 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.225+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~5DITA53DWTWQ.0 size=1048576 2024-07-27T18:40:15.229 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.228+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~5DITA53DWTWQ.1 size=1048576 2024-07-27T18:40:15.231 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.230+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~5DITA53DWTWQ.2 size=818631 2024-07-27T18:40:15.234 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.233+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=5DITA53DWTWQ tag=K9K8TWZ5LJIX type=write size=3964359 2024-07-27T18:40:15.237 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.235+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=IQXK3KSH9CUX type=del size=1296240 2024-07-27T18:40:15.238 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.237+0000 7fd9b0dfe780 1 < canceled operation key=W2L0RV8ZN7R4 tag=GBD7UQ539CIV type=del size=2284376 2024-07-27T18:40:15.240 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.239+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=2N9S5PU3J29E type=del size=1805666 2024-07-27T18:40:15.242 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.241+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~0WPUDPVHT81M.0 size=43925 2024-07-27T18:40:15.246 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.245+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=0WPUDPVHT81M tag=PJZX86LN1EUS type=write size=1092501 2024-07-27T18:40:15.248 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.247+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=IHTAOU82S832 type=del size=3670472 2024-07-27T18:40:15.252 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.251+0000 7fd9b0dfe780 1 < suggested remove operation key=39IO5R6BZ3YC tag=W2DM8JLTH3B6 type=del 2024-07-27T18:40:15.256 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.255+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~E2O6GV62K6Y5.0 size=1048576 2024-07-27T18:40:15.258 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.256+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~E2O6GV62K6Y5.1 size=242219 2024-07-27T18:40:15.258 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.256+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=E2O6GV62K6Y5 tag=E8BWHBOSLYM2 type=write size=2339371 2024-07-27T18:40:15.259 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.258+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~AN08CUF9KIAC.0 size=1048576 2024-07-27T18:40:15.261 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.260+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~AN08CUF9KIAC.1 size=20341 2024-07-27T18:40:15.264 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.263+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=AN08CUF9KIAC tag=ERUIR9DUML0Y type=write size=2117493 2024-07-27T18:40:15.268 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.267+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~DEDPLATYLZ8X.0 size=1048576 2024-07-27T18:40:15.270 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.269+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~DEDPLATYLZ8X.1 size=1048576 2024-07-27T18:40:15.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.270+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~DEDPLATYLZ8X.2 size=364038 2024-07-27T18:40:15.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.270+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=DEDPLATYLZ8X tag=LE000IDAVVDF type=write size=3509766 2024-07-27T18:40:15.273 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.272+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=72E6IANYYNZI type=del 2024-07-27T18:40:15.275 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.274+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=65EQL60S0R0O type=write size=60881 2024-07-27T18:40:15.277 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.276+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~OBU2WFWAL09Y.0 size=1048576 2024-07-27T18:40:15.279 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.278+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~OBU2WFWAL09Y.1 size=1048576 2024-07-27T18:40:15.281 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.280+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~OBU2WFWAL09Y.2 size=770522 2024-07-27T18:40:15.287 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.283+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=OBU2WFWAL09Y tag=LVENC1FSYBT3 type=write size=3916250 2024-07-27T18:40:15.287 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.285+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=0S0N0ES2AYEP type=del size=1345379 2024-07-27T18:40:15.288 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.287+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~QBL7PJTVYWAH.0 size=1048576 2024-07-27T18:40:15.290 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.289+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~QBL7PJTVYWAH.1 size=1048576 2024-07-27T18:40:15.292 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.291+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~QBL7PJTVYWAH.2 size=876098 2024-07-27T18:40:15.295 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.294+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=QBL7PJTVYWAH tag=81G5T190URIM type=write size=4021826 2024-07-27T18:40:15.297 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.296+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=0SPLJAJXIBKT type=del size=1856055 2024-07-27T18:40:15.300 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.298+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=2VP2GMVVLSWS type=del 2024-07-27T18:40:15.303 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.302+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~8T42KCWJICSL.0 size=1048576 2024-07-27T18:40:15.305 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.303+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~8T42KCWJICSL.1 size=1048576 2024-07-27T18:40:15.306 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.305+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~8T42KCWJICSL.2 size=76287 2024-07-27T18:40:15.306 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.305+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=8T42KCWJICSL tag=FLXQJEWLMMAN type=write size=3222015 2024-07-27T18:40:15.308 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.307+0000 7fd9b0dfe780 1 < completed write operation key=BQPHSDB02Z8O tag=LSDF4E7MD38I type=write size=383595 2024-07-27T18:40:15.312 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.311+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~42GBTUYBSVKY.0 size=1048576 2024-07-27T18:40:15.314 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.313+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~42GBTUYBSVKY.1 size=861251 2024-07-27T18:40:15.314 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.313+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=42GBTUYBSVKY tag=341DEW2V91I4 type=write size=2958403 2024-07-27T18:40:15.316 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.315+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~JDM6ELPRZQHH.0 size=1048576 2024-07-27T18:40:15.317 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.316+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~JDM6ELPRZQHH.1 size=643448 2024-07-27T18:40:15.320 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.319+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=JDM6ELPRZQHH tag=589H5ZQKJHSQ type=write size=2740600 2024-07-27T18:40:15.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.323+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~HM7NQ6JELFOG.0 size=424086 2024-07-27T18:40:15.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.323+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=HM7NQ6JELFOG tag=K685GMY780AI type=write size=1472662 2024-07-27T18:40:15.326 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.325+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=31PY3GDVY5C6 type=del 2024-07-27T18:40:15.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.327+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=130M5BVU7OW4 type=del size=2317817 2024-07-27T18:40:15.330 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.329+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~YDG68T2N0EGA.0 size=1048576 2024-07-27T18:40:15.332 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.331+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~YDG68T2N0EGA.1 size=997403 2024-07-27T18:40:15.335 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.334+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=YDG68T2N0EGA tag=TY3V853WOA4Z type=write size=3094555 2024-07-27T18:40:15.337 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.336+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=MYTH3095MSR6 type=del size=2587770 2024-07-27T18:40:15.341 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.340+0000 7fd9b0dfe780 1 < suggested remove operation key=8I5MBVTQCDVV tag=UFGIF9RI09EF type=del 2024-07-27T18:40:15.342 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.341+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=URTB3A45QXFX type=write size=1023844 2024-07-27T18:40:15.344 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.343+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~INQVU7LLO1XV.0 size=525460 2024-07-27T18:40:15.348 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.347+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=INQVU7LLO1XV tag=YA1XAOLA6H3O type=write size=1574036 2024-07-27T18:40:15.352 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.351+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~O00UG3YVB5RV.0 size=1048576 2024-07-27T18:40:15.355 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.354+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~O00UG3YVB5RV.1 size=475488 2024-07-27T18:40:15.355 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.354+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=O00UG3YVB5RV tag=O3LK4TWMOTNF type=write size=2572640 2024-07-27T18:40:15.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.356+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=KXFAQUR1DL4G type=del 2024-07-27T18:40:15.362 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.361+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~LVK35JAMS6UE.0 size=835302 2024-07-27T18:40:15.362 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.361+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=LVK35JAMS6UE tag=8AI3IZ1T2IO5 type=write size=1883878 2024-07-27T18:40:15.368 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.366+0000 7fd9b0dfe780 1 < suggested update operation key=W2L0RV8ZN7R4 tag=IQXK3KSH9CUX type=del size=1296240 2024-07-27T18:40:15.370 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.369+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=FL4BNIJS6U8P type=del size=2755295 2024-07-27T18:40:15.375 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.374+0000 7fd9b0dfe780 1 < suggested update operation key=86SBFWKFIZ50 tag=2N9S5PU3J29E type=del size=1805666 2024-07-27T18:40:15.378 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.377+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=MMO3GWVW0LZL type=del size=3307097 2024-07-27T18:40:15.383 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.382+0000 7fd9b0dfe780 -1 < failed to complete operation key=86SBFWKFIZ50 tag=IHTAOU82S832 type=del size=3670472: (22) Invalid argument 2024-07-27T18:40:15.385 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.384+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=E76TOA9ND8IW type=del size=2940413 2024-07-27T18:40:15.388 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.387+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~E2O6GV62K6Y5.0 size=1048576 2024-07-27T18:40:15.390 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.389+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~E2O6GV62K6Y5.1 size=242219 2024-07-27T18:40:15.394 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.393+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=E2O6GV62K6Y5 tag=E8BWHBOSLYM2 type=write size=2339371 2024-07-27T18:40:15.397 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.396+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=A1HZSU7WICAZ type=del size=2503166 2024-07-27T18:40:15.400 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.399+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~DEDPLATYLZ8X.0 size=1048576 2024-07-27T18:40:15.402 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.401+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~DEDPLATYLZ8X.1 size=1048576 2024-07-27T18:40:15.403 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.402+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~DEDPLATYLZ8X.2 size=364038 2024-07-27T18:40:15.407 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.406+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=DEDPLATYLZ8X tag=LE000IDAVVDF type=write size=3509766 2024-07-27T18:40:15.410 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.409+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=BD17J4UBNLVZ type=del size=1926982 2024-07-27T18:40:15.412 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.411+0000 7fd9b0dfe780 1 < completed write operation key=YD0RYSEXBM6F tag=65EQL60S0R0O type=write size=60881 2024-07-27T18:40:15.415 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.414+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=JB50S0W8PK30 type=del size=588565 2024-07-27T18:40:15.417 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.416+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=0S0N0ES2AYEP type=del 2024-07-27T18:40:15.420 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.419+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=77H6AS17LUQ0 type=del size=3867889 2024-07-27T18:40:15.422 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.421+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=0SPLJAJXIBKT type=del 2024-07-27T18:40:15.424 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.423+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=VTE0LADGSBRR type=del size=2780728 2024-07-27T18:40:15.427 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.426+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~8T42KCWJICSL.0 size=1048576 2024-07-27T18:40:15.429 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.428+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~8T42KCWJICSL.1 size=1048576 2024-07-27T18:40:15.431 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.429+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~8T42KCWJICSL.2 size=76287 2024-07-27T18:40:15.434 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.433+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=8T42KCWJICSL tag=FLXQJEWLMMAN type=write size=3222015 2024-07-27T18:40:15.439 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.438+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~WCUU1AA2TFR9.0 size=784091 2024-07-27T18:40:15.439 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.438+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=WCUU1AA2TFR9 tag=5FA0ZSVZ0PCE type=write size=1832667 2024-07-27T18:40:15.441 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.440+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~42GBTUYBSVKY.0 size=1048576 2024-07-27T18:40:15.443 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.442+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~42GBTUYBSVKY.1 size=861251 2024-07-27T18:40:15.447 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.446+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=42GBTUYBSVKY tag=341DEW2V91I4 type=write size=2958403 2024-07-27T18:40:15.450 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.449+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=G0G2WB1BO5NK type=del size=743518 2024-07-27T18:40:15.452 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.451+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~HM7NQ6JELFOG.0 size=424086 2024-07-27T18:40:15.457 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.456+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=HM7NQ6JELFOG tag=K685GMY780AI type=write size=1472662 2024-07-27T18:40:15.461 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.460+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~VR4L2SF0RU5Z.0 size=1048576 2024-07-27T18:40:15.463 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.462+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~VR4L2SF0RU5Z.1 size=811302 2024-07-27T18:40:15.463 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.462+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=VR4L2SF0RU5Z tag=ET3PRBRUHOEC type=write size=2908454 2024-07-27T18:40:15.465 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.464+0000 7fd9b0dfe780 1 < completed delete operation key=CFEXWJESTIQM tag=130M5BVU7OW4 type=del 2024-07-27T18:40:15.470 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.469+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~Y26J39Z0SBSJ.0 size=1048576 2024-07-27T18:40:15.472 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.471+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~Y26J39Z0SBSJ.1 size=1048576 2024-07-27T18:40:15.474 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.473+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~Y26J39Z0SBSJ.2 size=862161 2024-07-27T18:40:15.474 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.473+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=Y26J39Z0SBSJ tag=PLRI08MNJCNU type=write size=4007889 2024-07-27T18:40:15.477 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.476+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=MYTH3095MSR6 type=del 2024-07-27T18:40:15.480 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.479+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=XD8S4RT9DX5W type=del size=1688327 2024-07-27T18:40:15.482 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.481+0000 7fd9b0dfe780 1 < canceled operation key=G3DZJWABEJWG tag=URTB3A45QXFX type=write size=1023844 2024-07-27T18:40:15.485 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.483+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=4JNJ1PVH6H1I type=del size=2468216 2024-07-27T18:40:15.485 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.483+0000 7fd9b0dfe780 1 < canceled part key=_multipart_N3SMJ1F7TS0Z.2~O00UG3YVB5RV.0 size=1048576 2024-07-27T18:40:15.487 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.486+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~O00UG3YVB5RV.1 size=475488 2024-07-27T18:40:15.491 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.490+0000 7fd9b0dfe780 1 < canceled multipart upload key=N3SMJ1F7TS0Z upload=O00UG3YVB5RV tag=O3LK4TWMOTNF type=write size=2572640 2024-07-27T18:40:15.495 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.494+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~QDQ6CKUUGPCO.0 size=12008 2024-07-27T18:40:15.495 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.494+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=QDQ6CKUUGPCO tag=O6W3737DKR39 type=write size=1060584 2024-07-27T18:40:15.498 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.497+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~LVK35JAMS6UE.0 size=835302 2024-07-27T18:40:15.502 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.501+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=LVK35JAMS6UE tag=8AI3IZ1T2IO5 type=write size=1883878 2024-07-27T18:40:15.504 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.503+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=IP8WCYI57J4R type=write size=795812 2024-07-27T18:40:15.507 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.506+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=FL4BNIJS6U8P type=del 2024-07-27T18:40:15.510 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.508+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=9FEHD0PP802U type=del size=3915763 2024-07-27T18:40:15.514 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.513+0000 7fd9b0dfe780 1 < suggested remove operation key=O54I6ACW6PJQ tag=MMO3GWVW0LZL type=del 2024-07-27T18:40:15.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.515+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=200UJM3IEXOT type=del size=2972066 2024-07-27T18:40:15.517 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.516+0000 7fd9b0dfe780 -1 < no bi entry to suggest for operation key=O54I6ACW6PJQ tag=E76TOA9ND8IW type=del size=2940413: (2) No such file or directory 2024-07-27T18:40:15.519 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.518+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=7TAOBOQO4P4H type=del size=2801956 2024-07-27T18:40:15.522 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.521+0000 7fd9b0dfe780 1 < completed delete operation key=CFEXWJESTIQM tag=A1HZSU7WICAZ type=del 2024-07-27T18:40:15.526 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.525+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~F0C4XWRM6HEB.0 size=1048576 2024-07-27T18:40:15.528 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.527+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~F0C4XWRM6HEB.1 size=1048576 2024-07-27T18:40:15.530 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.529+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~F0C4XWRM6HEB.2 size=35031 2024-07-27T18:40:15.530 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.529+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=F0C4XWRM6HEB tag=BT0X1B2J017C type=write size=3180759 2024-07-27T18:40:15.532 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.531+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=BD17J4UBNLVZ type=del 2024-07-27T18:40:15.536 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.535+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~LTUS7R71LBLX.0 size=965374 2024-07-27T18:40:15.537 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.535+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=LTUS7R71LBLX tag=ICQN3W75CABF type=write size=2013950 2024-07-27T18:40:15.539 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.538+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=JB50S0W8PK30 type=del 2024-07-27T18:40:15.543 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.542+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~1BHFOLZ08BV1.0 size=109249 2024-07-27T18:40:15.543 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.542+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=1BHFOLZ08BV1 tag=VIFKICCFVK9I type=write size=1157825 2024-07-27T18:40:15.545 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.544+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=77H6AS17LUQ0 type=del 2024-07-27T18:40:15.547 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.546+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=7H8YMCPU4YH2 type=del size=3778496 2024-07-27T18:40:15.552 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.551+0000 7fd9b0dfe780 1 < suggested remove operation key=351SUKW6MLKV tag=VTE0LADGSBRR type=del 2024-07-27T18:40:15.556 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.555+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~QZVJXQT3JLKY.0 size=1048576 2024-07-27T18:40:15.558 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.557+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~QZVJXQT3JLKY.1 size=1048576 2024-07-27T18:40:15.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.558+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~QZVJXQT3JLKY.2 size=415366 2024-07-27T18:40:15.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.558+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=QZVJXQT3JLKY tag=UX7TS3JONBXA type=write size=3561094 2024-07-27T18:40:15.562 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.561+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~WCUU1AA2TFR9.0 size=784091 2024-07-27T18:40:15.566 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.565+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=WCUU1AA2TFR9 tag=5FA0ZSVZ0PCE type=write size=1832667 2024-07-27T18:40:15.568 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.567+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=JMJ5S3HQEH6S type=del size=2273521 2024-07-27T18:40:15.570 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.569+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=G0G2WB1BO5NK type=del 2024-07-27T18:40:15.575 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.574+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~1JAF31IDMWMG.0 size=1048576 2024-07-27T18:40:15.577 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.576+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~1JAF31IDMWMG.1 size=154032 2024-07-27T18:40:15.577 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.576+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=1JAF31IDMWMG tag=JJM704TFEEB5 type=write size=2251184 2024-07-27T18:40:15.577 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.576+0000 7fd9b0dfe780 1 < canceled part key=_multipart_SK6LFQZNWE93.2~VR4L2SF0RU5Z.0 size=1048576 2024-07-27T18:40:15.577 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.576+0000 7fd9b0dfe780 1 < canceled part key=_multipart_SK6LFQZNWE93.2~VR4L2SF0RU5Z.1 size=811302 2024-07-27T18:40:15.581 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.580+0000 7fd9b0dfe780 1 < canceled multipart upload key=SK6LFQZNWE93 upload=VR4L2SF0RU5Z tag=ET3PRBRUHOEC type=write size=2908454 2024-07-27T18:40:15.583 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.582+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=AIED47STOW4E type=del size=2616252 2024-07-27T18:40:15.586 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.585+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~Y26J39Z0SBSJ.0 size=1048576 2024-07-27T18:40:15.589 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.588+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~Y26J39Z0SBSJ.1 size=1048576 2024-07-27T18:40:15.591 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.590+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~Y26J39Z0SBSJ.2 size=862161 2024-07-27T18:40:15.597 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.595+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=Y26J39Z0SBSJ tag=PLRI08MNJCNU type=write size=4007889 2024-07-27T18:40:15.599 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.598+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=WDNA6LRQWQDI type=del size=136607 2024-07-27T18:40:15.602 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.601+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=XD8S4RT9DX5W type=del 2024-07-27T18:40:15.609 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.608+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~S24T44FZ9U52.0 size=1048576 2024-07-27T18:40:15.613 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.612+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~S24T44FZ9U52.1 size=128846 2024-07-27T18:40:15.613 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.612+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=S24T44FZ9U52 tag=35ZOOQNMORQ9 type=write size=2225998 2024-07-27T18:40:15.618 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.617+0000 7fd9b0dfe780 -1 < failed to complete operation key=O54I6ACW6PJQ tag=4JNJ1PVH6H1I type=del size=2468216: (22) Invalid argument 2024-07-27T18:40:15.621 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.620+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=SWGHDOAY1JXL type=del size=2693006 2024-07-27T18:40:15.622 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.621+0000 7fd9b0dfe780 1 < canceled part key=_multipart_95K99DI46WJ8.2~QDQ6CKUUGPCO.0 size=12008 2024-07-27T18:40:15.627 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.625+0000 7fd9b0dfe780 1 < canceled multipart upload key=95K99DI46WJ8 upload=QDQ6CKUUGPCO tag=O6W3737DKR39 type=write size=1060584 2024-07-27T18:40:15.633 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.632+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~P23S8NVSUO2X.0 size=876290 2024-07-27T18:40:15.633 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.632+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=P23S8NVSUO2X tag=DR8Y7TWBIMS1 type=write size=1924866 2024-07-27T18:40:15.636 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.635+0000 7fd9b0dfe780 1 < canceled operation key=ERT6LG30K8WA tag=IP8WCYI57J4R type=write size=795812 2024-07-27T18:40:15.638 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.637+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=RD11Z5LXY416 type=del size=2780514 2024-07-27T18:40:15.641 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.640+0000 7fd9b0dfe780 1 < canceled operation key=CFEXWJESTIQM tag=9FEHD0PP802U type=del size=3915763 2024-07-27T18:40:15.647 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.646+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~368J9XDL3UCE.0 size=119699 2024-07-27T18:40:15.647 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.646+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=368J9XDL3UCE tag=JV8Y4SW4X1Q0 type=write size=1168275 2024-07-27T18:40:15.652 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.651+0000 7fd9b0dfe780 1 < suggested remove operation key=0ML6VB25ON15 tag=200UJM3IEXOT type=del 2024-07-27T18:40:15.655 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.654+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=LLMZ4MRFW8F6 type=write size=962491 2024-07-27T18:40:15.660 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.659+0000 7fd9b0dfe780 1 < suggested remove operation key=PV35EIWWUMCU tag=7TAOBOQO4P4H type=del 2024-07-27T18:40:15.666 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.665+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~D5K1RRAT87RM.0 size=68777 2024-07-27T18:40:15.666 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.665+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=D5K1RRAT87RM tag=MHFC08C26K29 type=write size=1117353 2024-07-27T18:40:15.669 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.668+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~F0C4XWRM6HEB.0 size=1048576 2024-07-27T18:40:15.672 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.670+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~F0C4XWRM6HEB.1 size=1048576 2024-07-27T18:40:15.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.673+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~F0C4XWRM6HEB.2 size=35031 2024-07-27T18:40:15.679 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.678+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=F0C4XWRM6HEB tag=BT0X1B2J017C type=write size=3180759 2024-07-27T18:40:15.682 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.680+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=U7CK2H3RD80N type=write size=822010 2024-07-27T18:40:15.684 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.683+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~LTUS7R71LBLX.0 size=965374 2024-07-27T18:40:15.689 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.688+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=LTUS7R71LBLX tag=ICQN3W75CABF type=write size=2013950 2024-07-27T18:40:15.692 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.691+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=2GWRENF0XGQS type=del size=1552732 2024-07-27T18:40:15.695 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.693+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~1BHFOLZ08BV1.0 size=109249 2024-07-27T18:40:15.700 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.699+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=1BHFOLZ08BV1 tag=VIFKICCFVK9I type=write size=1157825 2024-07-27T18:40:15.706 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.704+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~VQKEP60ZCN9M.0 size=447431 2024-07-27T18:40:15.706 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.704+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=VQKEP60ZCN9M tag=KA90GNQODB25 type=write size=1496007 2024-07-27T18:40:15.709 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.708+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=7H8YMCPU4YH2 type=del 2024-07-27T18:40:15.712 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.711+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=FNV4SXABB1C1 type=write size=401315 2024-07-27T18:40:15.715 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.714+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~QZVJXQT3JLKY.0 size=1048576 2024-07-27T18:40:15.718 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.717+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~QZVJXQT3JLKY.1 size=1048576 2024-07-27T18:40:15.720 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.719+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~QZVJXQT3JLKY.2 size=415366 2024-07-27T18:40:15.726 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.725+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=QZVJXQT3JLKY tag=UX7TS3JONBXA type=write size=3561094 2024-07-27T18:40:15.731 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.730+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~7FK7IKG1MZ1F.0 size=1048576 2024-07-27T18:40:15.733 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.732+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~7FK7IKG1MZ1F.1 size=1003616 2024-07-27T18:40:15.733 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.732+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=7FK7IKG1MZ1F tag=H6IJJ4FN3F8J type=write size=3100768 2024-07-27T18:40:15.737 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.736+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=JMJ5S3HQEH6S type=del 2024-07-27T18:40:15.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.741+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~S0Y3BDBW2OOC.0 size=1048576 2024-07-27T18:40:15.746 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.744+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~S0Y3BDBW2OOC.1 size=1048576 2024-07-27T18:40:15.750 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.747+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~S0Y3BDBW2OOC.2 size=291281 2024-07-27T18:40:15.750 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.747+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=S0Y3BDBW2OOC tag=3K8SV5K94PHU type=write size=3437009 2024-07-27T18:40:15.751 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.750+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~1JAF31IDMWMG.0 size=1048576 2024-07-27T18:40:15.754 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.753+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~1JAF31IDMWMG.1 size=154032 2024-07-27T18:40:15.760 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.758+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=1JAF31IDMWMG tag=JJM704TFEEB5 type=write size=2251184 2024-07-27T18:40:15.762 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.761+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=OAS6O65YSDQQ type=write size=461872 2024-07-27T18:40:15.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.767+0000 7fd9b0dfe780 1 < suggested update operation key=L423106KP3PL tag=AIED47STOW4E type=del size=2616252 2024-07-27T18:40:15.771 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.770+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=YNT1LPDAFUKQ type=del size=3618829 2024-07-27T18:40:15.774 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.773+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=WDNA6LRQWQDI type=del 2024-07-27T18:40:15.777 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.776+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=4463MSMF53QA type=del size=1885884 2024-07-27T18:40:15.780 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.779+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~S24T44FZ9U52.0 size=1048576 2024-07-27T18:40:15.783 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.782+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~S24T44FZ9U52.1 size=128846 2024-07-27T18:40:15.788 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.787+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=S24T44FZ9U52 tag=35ZOOQNMORQ9 type=write size=2225998 2024-07-27T18:40:15.794 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.792+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~RYDYHR2Q5589.0 size=1048576 2024-07-27T18:40:15.795 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.794+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~RYDYHR2Q5589.1 size=469445 2024-07-27T18:40:15.795 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.794+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=RYDYHR2Q5589 tag=A8OE3OZ676VH type=write size=2566597 2024-07-27T18:40:15.797 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.796+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=SWGHDOAY1JXL type=del 2024-07-27T18:40:15.799 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.798+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=QB12FKEJYZDQ type=del size=2551205 2024-07-27T18:40:15.802 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.800+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~P23S8NVSUO2X.0 size=876290 2024-07-27T18:40:15.805 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.804+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=P23S8NVSUO2X tag=DR8Y7TWBIMS1 type=write size=1924866 2024-07-27T18:40:15.807 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.806+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=H8T2IHVT1FDQ type=del size=2061841 2024-07-27T18:40:15.809 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.808+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=RD11Z5LXY416 type=del 2024-07-27T18:40:15.811 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.810+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=X6NTA2MJFFQM type=del size=3839906 2024-07-27T18:40:15.813 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.812+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~368J9XDL3UCE.0 size=119699 2024-07-27T18:40:15.817 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.816+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=368J9XDL3UCE tag=JV8Y4SW4X1Q0 type=write size=1168275 2024-07-27T18:40:15.818 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.817+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=ELMC1E3BC9SH type=del size=866641 2024-07-27T18:40:15.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.820+0000 7fd9b0dfe780 1 < completed write operation key=YD0RYSEXBM6F tag=LLMZ4MRFW8F6 type=write size=962491 2024-07-27T18:40:15.823 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.822+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=7WTUNPUNSBFK type=del size=4114847 2024-07-27T18:40:15.825 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.824+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~D5K1RRAT87RM.0 size=68777 2024-07-27T18:40:15.829 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.828+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=D5K1RRAT87RM tag=MHFC08C26K29 type=write size=1117353 2024-07-27T18:40:15.832 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.831+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~D4I95AOYMZSK.0 size=1048576 2024-07-27T18:40:15.834 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.833+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~D4I95AOYMZSK.1 size=247138 2024-07-27T18:40:15.834 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.833+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=D4I95AOYMZSK tag=ZC62JVC2QL3H type=write size=2344290 2024-07-27T18:40:15.836 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.835+0000 7fd9b0dfe780 1 < completed write operation key=P8NVZQG528UI tag=U7CK2H3RD80N type=write size=822010 2024-07-27T18:40:15.838 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.837+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=YEL4U747E8N9 type=write size=602266 2024-07-27T18:40:15.840 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.839+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=2GWRENF0XGQS type=del 2024-07-27T18:40:15.844 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.843+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~J5X537XAPFIP.0 size=1048576 2024-07-27T18:40:15.846 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.845+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~J5X537XAPFIP.1 size=837554 2024-07-27T18:40:15.846 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.845+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=J5X537XAPFIP tag=40D5LM2FJICO type=write size=2934706 2024-07-27T18:40:15.848 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.847+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~VQKEP60ZCN9M.0 size=447431 2024-07-27T18:40:15.852 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.851+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=VQKEP60ZCN9M tag=KA90GNQODB25 type=write size=1496007 2024-07-27T18:40:15.857 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.855+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~8LUT4DVCOC96.0 size=1048576 2024-07-27T18:40:15.858 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.857+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~8LUT4DVCOC96.1 size=1048576 2024-07-27T18:40:15.860 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.859+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~8LUT4DVCOC96.2 size=513817 2024-07-27T18:40:15.860 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.859+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=8LUT4DVCOC96 tag=9C2NLB67FB7C type=write size=3659545 2024-07-27T18:40:15.863 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.862+0000 7fd9b0dfe780 1 < completed write operation key=V2SZ9U1AFGCG tag=FNV4SXABB1C1 type=write size=401315 2024-07-27T18:40:15.868 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.867+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~NYIC4T1JBB3M.0 size=1048576 2024-07-27T18:40:15.870 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.869+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~NYIC4T1JBB3M.1 size=535144 2024-07-27T18:40:15.870 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.869+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=NYIC4T1JBB3M tag=R0OS0C9B0WSM type=write size=2632296 2024-07-27T18:40:15.872 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.871+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~7FK7IKG1MZ1F.0 size=1048576 2024-07-27T18:40:15.873 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.872+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~7FK7IKG1MZ1F.1 size=1003616 2024-07-27T18:40:15.877 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.876+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=7FK7IKG1MZ1F tag=H6IJJ4FN3F8J type=write size=3100768 2024-07-27T18:40:15.879 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.878+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=IA35V139VR0V type=del size=4014709 2024-07-27T18:40:15.881 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.880+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~S0Y3BDBW2OOC.0 size=1048576 2024-07-27T18:40:15.883 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.882+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~S0Y3BDBW2OOC.1 size=1048576 2024-07-27T18:40:15.885 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.884+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~S0Y3BDBW2OOC.2 size=291281 2024-07-27T18:40:15.889 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.888+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=S0Y3BDBW2OOC tag=3K8SV5K94PHU type=write size=3437009 2024-07-27T18:40:15.891 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.890+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=6SMFFO1TPPTD type=write size=663129 2024-07-27T18:40:15.893 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.892+0000 7fd9b0dfe780 1 < canceled operation key=351SUKW6MLKV tag=OAS6O65YSDQQ type=write size=461872 2024-07-27T18:40:15.897 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.895+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~MQLNYQIFWUOO.0 size=146916 2024-07-27T18:40:15.897 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.895+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=MQLNYQIFWUOO tag=Z3G56W32EPHW type=write size=1195492 2024-07-27T18:40:15.901 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.900+0000 7fd9b0dfe780 1 < suggested update operation key=L423106KP3PL tag=YNT1LPDAFUKQ type=del size=3618829 2024-07-27T18:40:15.904 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.903+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~A58MW30HVFOD.0 size=122066 2024-07-27T18:40:15.904 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.903+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=A58MW30HVFOD tag=XXWJX64WU3LJ type=write size=1170642 2024-07-27T18:40:15.906 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.905+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=4463MSMF53QA type=del 2024-07-27T18:40:15.908 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.907+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=FHISEWOC74RT type=del size=187353 2024-07-27T18:40:15.910 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.909+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~RYDYHR2Q5589.0 size=1048576 2024-07-27T18:40:15.912 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.911+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~RYDYHR2Q5589.1 size=469445 2024-07-27T18:40:15.916 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.915+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=RYDYHR2Q5589 tag=A8OE3OZ676VH type=write size=2566597 2024-07-27T18:40:15.919 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.918+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~6E4FU3YU5LY7.0 size=1048576 2024-07-27T18:40:15.921 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.920+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~6E4FU3YU5LY7.1 size=1048576 2024-07-27T18:40:15.922 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.921+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~6E4FU3YU5LY7.2 size=407459 2024-07-27T18:40:15.922 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.921+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=6E4FU3YU5LY7 tag=E40UOAO479RW type=write size=3553187 2024-07-27T18:40:15.926 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.925+0000 7fd9b0dfe780 1 < suggested update operation key=BQPHSDB02Z8O tag=QB12FKEJYZDQ type=del size=2551205 2024-07-27T18:40:15.928 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.927+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=YCAR62BKELEN type=del size=722904 2024-07-27T18:40:15.930 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.929+0000 7fd9b0dfe780 1 < canceled operation key=8I5MBVTQCDVV tag=H8T2IHVT1FDQ type=del size=2061841 2024-07-27T18:40:15.932 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.931+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=OV9PPKUJI3EX type=del size=2088845 2024-07-27T18:40:15.936 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.934+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=X6NTA2MJFFQM type=del 2024-07-27T18:40:15.939 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.938+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~HSO4SEB0MFFB.0 size=159830 2024-07-27T18:40:15.939 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.938+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=HSO4SEB0MFFB tag=HCHMW7CFSDG3 type=write size=1208406 2024-07-27T18:40:15.941 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.940+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=ELMC1E3BC9SH type=del 2024-07-27T18:40:15.943 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.942+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=ZOE68JN45I01 type=del size=767349 2024-07-27T18:40:15.945 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.944+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=7WTUNPUNSBFK type=del 2024-07-27T18:40:15.948 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.947+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~KCO663AT05SM.0 size=1048576 2024-07-27T18:40:15.950 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.949+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~KCO663AT05SM.1 size=1048576 2024-07-27T18:40:15.954 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.950+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~KCO663AT05SM.2 size=4494 2024-07-27T18:40:15.954 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.950+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=KCO663AT05SM tag=Q5SP7AR7U5ML type=write size=3150222 2024-07-27T18:40:15.954 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.953+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~D4I95AOYMZSK.0 size=1048576 2024-07-27T18:40:15.956 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.955+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~D4I95AOYMZSK.1 size=247138 2024-07-27T18:40:15.960 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.958+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=D4I95AOYMZSK tag=ZC62JVC2QL3H type=write size=2344290 2024-07-27T18:40:15.961 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.960+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=DNS15UB79KBS type=del size=2781072 2024-07-27T18:40:15.967 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.965+0000 7fd9b0dfe780 1 < suggested remove operation key=95K99DI46WJ8 tag=YEL4U747E8N9 type=write 2024-07-27T18:40:15.968 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.967+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=38T0IU1QR92H type=del size=67964 2024-07-27T18:40:15.970 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.969+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~J5X537XAPFIP.0 size=1048576 2024-07-27T18:40:15.973 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.971+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~J5X537XAPFIP.1 size=837554 2024-07-27T18:40:15.976 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.975+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=J5X537XAPFIP tag=40D5LM2FJICO type=write size=2934706 2024-07-27T18:40:15.978 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.977+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=9NVUVS60BHTS type=del size=3237639 2024-07-27T18:40:15.980 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.979+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~8LUT4DVCOC96.0 size=1048576 2024-07-27T18:40:15.982 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.980+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~8LUT4DVCOC96.1 size=1048576 2024-07-27T18:40:15.983 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.982+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~8LUT4DVCOC96.2 size=513817 2024-07-27T18:40:15.987 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.986+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=8LUT4DVCOC96 tag=9C2NLB67FB7C type=write size=3659545 2024-07-27T18:40:15.989 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.988+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=TAVHLXQ0P6U5 type=del size=3323998 2024-07-27T18:40:15.991 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.990+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~NYIC4T1JBB3M.0 size=1048576 2024-07-27T18:40:15.993 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.992+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~NYIC4T1JBB3M.1 size=535144 2024-07-27T18:40:15.997 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:15.995+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=NYIC4T1JBB3M tag=R0OS0C9B0WSM type=write size=2632296 2024-07-27T18:40:16.001 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.000+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~WPT51JMS1GZA.0 size=1048576 2024-07-27T18:40:16.003 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.002+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~WPT51JMS1GZA.1 size=1048576 2024-07-27T18:40:16.006 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.005+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~WPT51JMS1GZA.2 size=803229 2024-07-27T18:40:16.006 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.005+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=WPT51JMS1GZA tag=SSRJ2RL6PFL4 type=write size=3948957 2024-07-27T18:40:16.009 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.008+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=IA35V139VR0V type=del 2024-07-27T18:40:16.012 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.011+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=NCLWUVONHOR3 type=write size=110424 2024-07-27T18:40:16.014 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.013+0000 7fd9b0dfe780 1 < completed write operation key=86SBFWKFIZ50 tag=6SMFFO1TPPTD type=write size=663129 2024-07-27T18:40:16.016 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.015+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=M4LJSVGBYSIV type=del size=2775509 2024-07-27T18:40:16.016 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.015+0000 7fd9b0dfe780 1 < canceled part key=_multipart_X7P4EQ7CB100.2~MQLNYQIFWUOO.0 size=146916 2024-07-27T18:40:16.020 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.019+0000 7fd9b0dfe780 1 < canceled multipart upload key=X7P4EQ7CB100 upload=MQLNYQIFWUOO tag=Z3G56W32EPHW type=write size=1195492 2024-07-27T18:40:16.022 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.021+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=P1RCKP6CHMH0 type=write size=317720 2024-07-27T18:40:16.024 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.023+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~A58MW30HVFOD.0 size=122066 2024-07-27T18:40:16.028 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.027+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=A58MW30HVFOD tag=XXWJX64WU3LJ type=write size=1170642 2024-07-27T18:40:16.030 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.028+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=O3GBSXC34W0T type=del size=1209250 2024-07-27T18:40:16.033 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.032+0000 7fd9b0dfe780 1 < suggested update operation key=G3DZJWABEJWG tag=FHISEWOC74RT type=del size=187353 2024-07-27T18:40:16.037 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.036+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~01Q226FUDDOF.0 size=406210 2024-07-27T18:40:16.037 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.036+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=01Q226FUDDOF tag=A4Y1PY82YH06 type=write size=1454786 2024-07-27T18:40:16.037 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.036+0000 7fd9b0dfe780 1 < canceled part key=_multipart_YYNGWXPBKSFI.2~6E4FU3YU5LY7.0 size=1048576 2024-07-27T18:40:16.039 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.038+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~6E4FU3YU5LY7.1 size=1048576 2024-07-27T18:40:16.039 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.038+0000 7fd9b0dfe780 1 < canceled part key=_multipart_YYNGWXPBKSFI.2~6E4FU3YU5LY7.2 size=407459 2024-07-27T18:40:16.042 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.041+0000 7fd9b0dfe780 1 < canceled multipart upload key=YYNGWXPBKSFI upload=6E4FU3YU5LY7 tag=E40UOAO479RW type=write size=3553187 2024-07-27T18:40:16.046 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.045+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~UFMIYV3FUJDW.0 size=169829 2024-07-27T18:40:16.046 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.045+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=UFMIYV3FUJDW tag=04CQX6SIAT99 type=write size=1218405 2024-07-27T18:40:16.048 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.047+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=YCAR62BKELEN type=del 2024-07-27T18:40:16.050 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.049+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=RAXMLWFWL5DK type=del size=3610465 2024-07-27T18:40:16.054 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.053+0000 7fd9b0dfe780 1 < suggested remove operation key=0ML6VB25ON15 tag=OV9PPKUJI3EX type=del 2024-07-27T18:40:16.057 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.056+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~CRRFWYPOVE01.0 size=1048576 2024-07-27T18:40:16.059 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.058+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~CRRFWYPOVE01.1 size=979744 2024-07-27T18:40:16.059 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.058+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=CRRFWYPOVE01 tag=41TYYMUQJYBW type=write size=3076896 2024-07-27T18:40:16.062 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.061+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~HSO4SEB0MFFB.0 size=159830 2024-07-27T18:40:16.066 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.065+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=HSO4SEB0MFFB tag=HCHMW7CFSDG3 type=write size=1208406 2024-07-27T18:40:16.159 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.157+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=WY2C6D9GLR3T type=del size=2597221 2024-07-27T18:40:16.161 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.160+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=ZOE68JN45I01 type=del 2024-07-27T18:40:16.163 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.162+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=I94PW30P39OG type=del size=3893615 2024-07-27T18:40:16.165 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.164+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~KCO663AT05SM.0 size=1048576 2024-07-27T18:40:16.167 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.166+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~KCO663AT05SM.1 size=1048576 2024-07-27T18:40:16.167 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.166+0000 7fd9b0dfe780 1 < canceled part key=_multipart_BQPHSDB02Z8O.2~KCO663AT05SM.2 size=4494 2024-07-27T18:40:16.171 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.170+0000 7fd9b0dfe780 1 < canceled multipart upload key=BQPHSDB02Z8O upload=KCO663AT05SM tag=Q5SP7AR7U5ML type=write size=3150222 2024-07-27T18:40:16.174 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.172+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=6HB498DYJ6NM type=del size=2309399 2024-07-27T18:40:16.176 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.174+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=DNS15UB79KBS type=del 2024-07-27T18:40:16.178 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.177+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=5AC39O20B6LH type=write size=947636 2024-07-27T18:40:16.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.179+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=38T0IU1QR92H type=del 2024-07-27T18:40:16.184 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.183+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~T7EV91KDLRHO.0 size=1048576 2024-07-27T18:40:16.185 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.184+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~T7EV91KDLRHO.1 size=1048576 2024-07-27T18:40:16.187 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.186+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~T7EV91KDLRHO.2 size=618987 2024-07-27T18:40:16.187 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.186+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=T7EV91KDLRHO tag=8DXQUKLN4FZ9 type=write size=3764715 2024-07-27T18:40:16.191 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.190+0000 7fd9b0dfe780 1 < suggested update operation key=RC22Q26LLIA2 tag=9NVUVS60BHTS type=del size=3237639 2024-07-27T18:40:16.195 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.194+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~3KCF232THLP8.0 size=32126 2024-07-27T18:40:16.195 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.194+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=3KCF232THLP8 tag=5FVZWGKLLD24 type=write size=1080702 2024-07-27T18:40:16.198 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.197+0000 7fd9b0dfe780 -1 < failed to complete operation key=0ML6VB25ON15 tag=TAVHLXQ0P6U5 type=del size=3323998: (22) Invalid argument 2024-07-27T18:40:16.201 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.200+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~G2MMH5W2BFM7.0 size=904370 2024-07-27T18:40:16.202 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.200+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=G2MMH5W2BFM7 tag=Y9C5M95HGZ8H type=write size=1952946 2024-07-27T18:40:16.204 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.203+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~WPT51JMS1GZA.0 size=1048576 2024-07-27T18:40:16.205 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.204+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~WPT51JMS1GZA.1 size=1048576 2024-07-27T18:40:16.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.206+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~WPT51JMS1GZA.2 size=803229 2024-07-27T18:40:16.210 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.209+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=WPT51JMS1GZA tag=SSRJ2RL6PFL4 type=write size=3948957 2024-07-27T18:40:16.212 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.211+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=4Y4CLBWWKMSS type=write size=680588 2024-07-27T18:40:16.215 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.214+0000 7fd9b0dfe780 1 < completed write operation key=CFEXWJESTIQM tag=NCLWUVONHOR3 type=write size=110424 2024-07-27T18:40:16.217 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.216+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=DD3LDYXTVOHX type=del size=3384034 2024-07-27T18:40:16.219 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.218+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=M4LJSVGBYSIV type=del 2024-07-27T18:40:16.221 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.220+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=EKJTKM085DIP type=del size=3710594 2024-07-27T18:40:16.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.222+0000 7fd9b0dfe780 1 < completed write operation key=SK6LFQZNWE93 tag=P1RCKP6CHMH0 type=write size=317720 2024-07-27T18:40:16.227 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.226+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~XYLL8EG2CQ5F.0 size=559385 2024-07-27T18:40:16.227 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.226+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=XYLL8EG2CQ5F tag=KJZ8M59BYGGB type=write size=1607961 2024-07-27T18:40:16.229 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.228+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=O3GBSXC34W0T type=del 2024-07-27T18:40:16.231 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.230+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=XGW3L7XKC616 type=del size=43319 2024-07-27T18:40:16.233 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.232+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~01Q226FUDDOF.0 size=406210 2024-07-27T18:40:16.237 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.235+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=01Q226FUDDOF tag=A4Y1PY82YH06 type=write size=1454786 2024-07-27T18:40:16.239 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.238+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=UCANL4981H2Y type=del size=429091 2024-07-27T18:40:16.239 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.238+0000 7fd9b0dfe780 1 < canceled part key=_multipart_39IO5R6BZ3YC.2~UFMIYV3FUJDW.0 size=169829 2024-07-27T18:40:16.243 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.242+0000 7fd9b0dfe780 1 < canceled multipart upload key=39IO5R6BZ3YC upload=UFMIYV3FUJDW tag=04CQX6SIAT99 type=write size=1218405 2024-07-27T18:40:16.247 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.246+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~K0FBN4LM7WHS.0 size=328970 2024-07-27T18:40:16.247 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.246+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=K0FBN4LM7WHS tag=PV4913BS3WRC type=write size=1377546 2024-07-27T18:40:16.251 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.250+0000 7fd9b0dfe780 1 < suggested update operation key=PV35EIWWUMCU tag=RAXMLWFWL5DK type=del size=3610465 2024-07-27T18:40:16.255 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.254+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~2L145EHOTLQG.0 size=1048576 2024-07-27T18:40:16.257 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.256+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~2L145EHOTLQG.1 size=887425 2024-07-27T18:40:16.257 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.256+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=2L145EHOTLQG tag=E2M1PU1BLY3P type=write size=2984577 2024-07-27T18:40:16.259 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.258+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~CRRFWYPOVE01.0 size=1048576 2024-07-27T18:40:16.261 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.260+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~CRRFWYPOVE01.1 size=979744 2024-07-27T18:40:16.264 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.263+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=CRRFWYPOVE01 tag=41TYYMUQJYBW type=write size=3076896 2024-07-27T18:40:16.268 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.267+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~1WRPNKXLR93N.0 size=1048576 2024-07-27T18:40:16.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.270+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~1WRPNKXLR93N.1 size=1048576 2024-07-27T18:40:16.273 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.272+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~1WRPNKXLR93N.2 size=889957 2024-07-27T18:40:16.273 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.272+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=1WRPNKXLR93N tag=GHPYMSHEUD80 type=write size=4035685 2024-07-27T18:40:16.275 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.274+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=WY2C6D9GLR3T type=del 2024-07-27T18:40:16.277 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.276+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=M2CRG21OOSO1 type=del size=2473317 2024-07-27T18:40:16.279 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.278+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=I94PW30P39OG type=del 2024-07-27T18:40:16.281 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.280+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=XV0SVV5S6NQN type=write size=240065 2024-07-27T18:40:16.283 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.282+0000 7fd9b0dfe780 1 < canceled operation key=86SBFWKFIZ50 tag=6HB498DYJ6NM type=del size=2309399 2024-07-27T18:40:16.285 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.284+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=9VK2G50KG9G6 type=del size=3644727 2024-07-27T18:40:16.289 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.288+0000 7fd9b0dfe780 1 < suggested remove operation key=T7BZCFBSZM95 tag=5AC39O20B6LH type=write 2024-07-27T18:40:16.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.292+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~QJTJJ3CI39D8.0 size=345428 2024-07-27T18:40:16.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.292+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=QJTJJ3CI39D8 tag=I6QV1I5LA7FJ type=write size=1394004 2024-07-27T18:40:16.294 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.292+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9Y61GIX83FA.2~T7EV91KDLRHO.0 size=1048576 2024-07-27T18:40:16.295 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.294+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~T7EV91KDLRHO.1 size=1048576 2024-07-27T18:40:16.297 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.296+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~T7EV91KDLRHO.2 size=618987 2024-07-27T18:40:16.300 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.299+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9Y61GIX83FA upload=T7EV91KDLRHO tag=8DXQUKLN4FZ9 type=write size=3764715 2024-07-27T18:40:16.304 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.303+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~G9SQM4AMND4W.0 size=1048576 2024-07-27T18:40:16.306 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.305+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~G9SQM4AMND4W.1 size=1048576 2024-07-27T18:40:16.307 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.306+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~G9SQM4AMND4W.2 size=401288 2024-07-27T18:40:16.307 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.306+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=G9SQM4AMND4W tag=UX9DJ45XAH1L type=write size=3547016 2024-07-27T18:40:16.309 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.308+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~3KCF232THLP8.0 size=32126 2024-07-27T18:40:16.313 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.312+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=3KCF232THLP8 tag=5FVZWGKLLD24 type=write size=1080702 2024-07-27T18:40:16.315 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.314+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=8UKNHZBALRJZ type=del size=962777 2024-07-27T18:40:16.317 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.316+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~G2MMH5W2BFM7.0 size=904370 2024-07-27T18:40:16.320 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.319+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=G2MMH5W2BFM7 tag=Y9C5M95HGZ8H type=write size=1952946 2024-07-27T18:40:16.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.322+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~1CVP5IS7FK56.0 size=1048576 2024-07-27T18:40:16.326 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.324+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~1CVP5IS7FK56.1 size=168902 2024-07-27T18:40:16.326 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.324+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=1CVP5IS7FK56 tag=CEKUHD9TOG2B type=write size=2266054 2024-07-27T18:40:16.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.327+0000 7fd9b0dfe780 1 < completed write operation key=F8NI5O3PM0RO tag=4Y4CLBWWKMSS type=write size=680588 2024-07-27T18:40:16.331 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.330+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~0UCWLC7YQ06B.0 size=1048576 2024-07-27T18:40:16.333 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.332+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~0UCWLC7YQ06B.1 size=599723 2024-07-27T18:40:16.333 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.332+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=0UCWLC7YQ06B tag=L41LEWEDHOY6 type=write size=2696875 2024-07-27T18:40:16.335 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.334+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=DD3LDYXTVOHX type=del 2024-07-27T18:40:16.339 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.338+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~UC2F1NROF1LM.0 size=820320 2024-07-27T18:40:16.340 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.338+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=UC2F1NROF1LM tag=9HR0EVFF4VNF type=write size=1868896 2024-07-27T18:40:16.343 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.342+0000 7fd9b0dfe780 1 < suggested remove operation key=N3SMJ1F7TS0Z tag=EKJTKM085DIP type=del 2024-07-27T18:40:16.346 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.344+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=24JMWLGZ6AE0 type=del size=1481538 2024-07-27T18:40:16.346 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.345+0000 7fd9b0dfe780 1 < canceled part key=_multipart_O54I6ACW6PJQ.2~XYLL8EG2CQ5F.0 size=559385 2024-07-27T18:40:16.350 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.349+0000 7fd9b0dfe780 1 < canceled multipart upload key=O54I6ACW6PJQ upload=XYLL8EG2CQ5F tag=KJZ8M59BYGGB type=write size=1607961 2024-07-27T18:40:16.353 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.352+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~BA8BXTHQL381.0 size=1048576 2024-07-27T18:40:16.355 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.354+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~BA8BXTHQL381.1 size=1048576 2024-07-27T18:40:16.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.356+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~BA8BXTHQL381.2 size=645534 2024-07-27T18:40:16.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.356+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=BA8BXTHQL381 tag=Q7I1ZCQN82PH type=write size=3791262 2024-07-27T18:40:16.362 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.360+0000 7fd9b0dfe780 1 < suggested remove operation key=E9XS4B44ASV1 tag=XGW3L7XKC616 type=del 2024-07-27T18:40:16.363 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.362+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=9RDVA21XQTFL type=del size=2359315 2024-07-27T18:40:16.365 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.364+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=UCANL4981H2Y type=del 2024-07-27T18:40:16.368 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.367+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~O49JM57EPFMJ.0 size=1048576 2024-07-27T18:40:16.370 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.369+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~O49JM57EPFMJ.1 size=963824 2024-07-27T18:40:16.370 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.369+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=O49JM57EPFMJ tag=4NCPJCJ0Q91S type=write size=3060976 2024-07-27T18:40:16.372 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.371+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~K0FBN4LM7WHS.0 size=328970 2024-07-27T18:40:16.375 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.374+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=K0FBN4LM7WHS tag=PV4913BS3WRC type=write size=1377546 2024-07-27T18:40:16.377 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.376+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=0NWR4Q6R7U1L type=del size=3717770 2024-07-27T18:40:16.379 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.378+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~2L145EHOTLQG.0 size=1048576 2024-07-27T18:40:16.379 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.378+0000 7fd9b0dfe780 1 < canceled part key=_multipart_BQPHSDB02Z8O.2~2L145EHOTLQG.1 size=887425 2024-07-27T18:40:16.383 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.381+0000 7fd9b0dfe780 1 < canceled multipart upload key=BQPHSDB02Z8O upload=2L145EHOTLQG tag=E2M1PU1BLY3P type=write size=2984577 2024-07-27T18:40:16.386 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.385+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~6JPCNBSQC9A9.0 size=1048576 2024-07-27T18:40:16.388 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.387+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~6JPCNBSQC9A9.1 size=1048576 2024-07-27T18:40:16.389 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.388+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~6JPCNBSQC9A9.2 size=933286 2024-07-27T18:40:16.390 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.388+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=6JPCNBSQC9A9 tag=T7ZKJIFQDX2I type=write size=4079014 2024-07-27T18:40:16.390 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.388+0000 7fd9b0dfe780 1 < canceled part key=_multipart_95K99DI46WJ8.2~1WRPNKXLR93N.0 size=1048576 2024-07-27T18:40:16.390 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.388+0000 7fd9b0dfe780 1 < canceled part key=_multipart_95K99DI46WJ8.2~1WRPNKXLR93N.1 size=1048576 2024-07-27T18:40:16.392 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.391+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~1WRPNKXLR93N.2 size=889957 2024-07-27T18:40:16.396 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.395+0000 7fd9b0dfe780 1 < canceled multipart upload key=95K99DI46WJ8 upload=1WRPNKXLR93N tag=GHPYMSHEUD80 type=write size=4035685 2024-07-27T18:40:16.398 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.397+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=X2S5EIQF58UV type=del size=2448451 2024-07-27T18:40:16.400 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.399+0000 7fd9b0dfe780 1 < canceled operation key=6P6RR9NVCRT1 tag=M2CRG21OOSO1 type=del size=2473317 2024-07-27T18:40:16.403 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.402+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=HO8E5E07FHGI type=del size=4100394 2024-07-27T18:40:16.405 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.404+0000 7fd9b0dfe780 1 < completed write operation key=FXYU6A8CU9F0 tag=XV0SVV5S6NQN type=write size=240065 2024-07-27T18:40:16.407 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.406+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=IN1ZA22HUSFC type=del size=3199565 2024-07-27T18:40:16.409 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.408+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=9VK2G50KG9G6 type=del 2024-07-27T18:40:16.413 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.412+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~UXXRH8ILF8HF.0 size=750448 2024-07-27T18:40:16.413 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.412+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=UXXRH8ILF8HF tag=B88NQI9WJ4QU type=write size=1799024 2024-07-27T18:40:16.415 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.414+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~QJTJJ3CI39D8.0 size=345428 2024-07-27T18:40:16.418 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.417+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=QJTJJ3CI39D8 tag=I6QV1I5LA7FJ type=write size=1394004 2024-07-27T18:40:16.422 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.420+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~X5TJ9X7L1Y76.0 size=479740 2024-07-27T18:40:16.422 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.420+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=X5TJ9X7L1Y76 tag=STAL3ZK6YNZ9 type=write size=1528316 2024-07-27T18:40:16.424 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.423+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~G9SQM4AMND4W.0 size=1048576 2024-07-27T18:40:16.425 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.424+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~G9SQM4AMND4W.1 size=1048576 2024-07-27T18:40:16.427 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.426+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~G9SQM4AMND4W.2 size=401288 2024-07-27T18:40:16.430 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.429+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=G9SQM4AMND4W tag=UX9DJ45XAH1L type=write size=3547016 2024-07-27T18:40:16.434 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.433+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~2F7N4NG9MNS7.0 size=1048576 2024-07-27T18:40:16.436 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.435+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~2F7N4NG9MNS7.1 size=1048576 2024-07-27T18:40:16.437 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.436+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~2F7N4NG9MNS7.2 size=561974 2024-07-27T18:40:16.437 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.436+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=2F7N4NG9MNS7 tag=8WOQHRM1B7JF type=write size=3707702 2024-07-27T18:40:16.442 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.441+0000 7fd9b0dfe780 1 < suggested update operation key=95K99DI46WJ8 tag=8UKNHZBALRJZ type=del size=962777 2024-07-27T18:40:16.445 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.444+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~69PCZN0XA6ND.0 size=1048576 2024-07-27T18:40:16.447 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.446+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~69PCZN0XA6ND.1 size=1048576 2024-07-27T18:40:16.449 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.447+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~69PCZN0XA6ND.2 size=735194 2024-07-27T18:40:16.449 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.447+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=69PCZN0XA6ND tag=F3P0RYFVWDFW type=write size=3880922 2024-07-27T18:40:16.451 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.449+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~1CVP5IS7FK56.0 size=1048576 2024-07-27T18:40:16.452 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.451+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~1CVP5IS7FK56.1 size=168902 2024-07-27T18:40:16.455 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.454+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=1CVP5IS7FK56 tag=CEKUHD9TOG2B type=write size=2266054 2024-07-27T18:40:16.458 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.456+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=PPNA9WK6DZSS type=del size=3893191 2024-07-27T18:40:16.460 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.458+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~0UCWLC7YQ06B.0 size=1048576 2024-07-27T18:40:16.461 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.460+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~0UCWLC7YQ06B.1 size=599723 2024-07-27T18:40:16.465 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.464+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=0UCWLC7YQ06B tag=L41LEWEDHOY6 type=write size=2696875 2024-07-27T18:40:16.469 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.468+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~OSNGU1WC0KVP.0 size=1048576 2024-07-27T18:40:16.470 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.469+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~OSNGU1WC0KVP.1 size=957421 2024-07-27T18:40:16.471 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.469+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=OSNGU1WC0KVP tag=ZOKMGKSXQ4U2 type=write size=3054573 2024-07-27T18:40:16.471 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.470+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9XS4B44ASV1.2~UC2F1NROF1LM.0 size=820320 2024-07-27T18:40:16.474 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.473+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9XS4B44ASV1 upload=UC2F1NROF1LM tag=9HR0EVFF4VNF type=write size=1868896 2024-07-27T18:40:16.476 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.475+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=622KPERFT7J9 type=del size=2115020 2024-07-27T18:40:16.479 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.478+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=24JMWLGZ6AE0 type=del 2024-07-27T18:40:16.483 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.482+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~H4JYCINK230U.0 size=368382 2024-07-27T18:40:16.483 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.482+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=H4JYCINK230U tag=IRBT6QYRR62Y type=write size=1416958 2024-07-27T18:40:16.485 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.484+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~BA8BXTHQL381.0 size=1048576 2024-07-27T18:40:16.487 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.486+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~BA8BXTHQL381.1 size=1048576 2024-07-27T18:40:16.489 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.488+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~BA8BXTHQL381.2 size=645534 2024-07-27T18:40:16.495 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.493+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=BA8BXTHQL381 tag=Q7I1ZCQN82PH type=write size=3791262 2024-07-27T18:40:16.497 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.496+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=S3K8QREG3A2S type=write size=181034 2024-07-27T18:40:16.500 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.499+0000 7fd9b0dfe780 1 < canceled operation key=03QZ740ES4M3 tag=9RDVA21XQTFL type=del size=2359315 2024-07-27T18:40:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:16 smithi029 ceph-mon[96870]: pgmap v1387: 137 pgs: 137 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 952 KiB/s rd, 330 KiB/s wr, 1.68k op/s 2024-07-27T18:40:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:40:16.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:16 smithi029 ceph-mon[99353]: pgmap v1387: 137 pgs: 137 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 952 KiB/s rd, 330 KiB/s wr, 1.68k op/s 2024-07-27T18:40:16.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:40:16.503 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.502+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=RYK9IGNWAHYO type=del size=2458671 2024-07-27T18:40:16.506 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.505+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~O49JM57EPFMJ.0 size=1048576 2024-07-27T18:40:16.509 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.508+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~O49JM57EPFMJ.1 size=963824 2024-07-27T18:40:16.513 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.512+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=O49JM57EPFMJ tag=4NCPJCJ0Q91S type=write size=3060976 2024-07-27T18:40:16.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.515+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=375PXRAZ4XYV type=write size=616077 2024-07-27T18:40:16.518 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.517+0000 7fd9b0dfe780 1 < completed delete operation key=39IO5R6BZ3YC tag=0NWR4Q6R7U1L type=del 2024-07-27T18:40:16.520 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.519+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=B93M74H2TZIC type=del size=1340724 2024-07-27T18:40:16.523 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.522+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~6JPCNBSQC9A9.0 size=1048576 2024-07-27T18:40:16.525 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.524+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~6JPCNBSQC9A9.1 size=1048576 2024-07-27T18:40:16.527 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.526+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~6JPCNBSQC9A9.2 size=933286 2024-07-27T18:40:16.531 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.530+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=6JPCNBSQC9A9 tag=T7ZKJIFQDX2I type=write size=4079014 2024-07-27T18:40:16.535 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.534+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~KM045EK7EU8T.0 size=1048576 2024-07-27T18:40:16.538 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.536+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~KM045EK7EU8T.1 size=1048576 2024-07-27T18:40:16.540 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.539+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~KM045EK7EU8T.2 size=571831 2024-07-27T18:40:16.540 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.539+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=KM045EK7EU8T tag=O8SZF5LTJ7XN type=write size=3717559 2024-07-27T18:40:16.543 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.542+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=X2S5EIQF58UV type=del 2024-07-27T18:40:16.545 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.544+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=ZBGR5MA99MZ9 type=del size=2211637 2024-07-27T18:40:16.548 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.547+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=HO8E5E07FHGI type=del 2024-07-27T18:40:16.551 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.550+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=G1V8O96U66Z9 type=del size=1647326 2024-07-27T18:40:16.557 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.556+0000 7fd9b0dfe780 1 < suggested update operation key=351SUKW6MLKV tag=IN1ZA22HUSFC type=del size=3199565 2024-07-27T18:40:16.559 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.558+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=FBPNH7N364RB type=del size=2158933 2024-07-27T18:40:16.562 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.561+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~UXXRH8ILF8HF.0 size=750448 2024-07-27T18:40:16.566 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.565+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=UXXRH8ILF8HF tag=B88NQI9WJ4QU type=write size=1799024 2024-07-27T18:40:16.568 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.567+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=VYYABK3HSWTI type=del size=1116675 2024-07-27T18:40:16.570 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.569+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~X5TJ9X7L1Y76.0 size=479740 2024-07-27T18:40:16.573 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.572+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=X5TJ9X7L1Y76 tag=STAL3ZK6YNZ9 type=write size=1528316 2024-07-27T18:40:16.578 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.577+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~RL41Y3P9JGSO.0 size=1048576 2024-07-27T18:40:16.580 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.579+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~RL41Y3P9JGSO.1 size=1048576 2024-07-27T18:40:16.582 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.581+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~RL41Y3P9JGSO.2 size=529793 2024-07-27T18:40:16.582 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.581+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=RL41Y3P9JGSO tag=857SHMGULEHS type=write size=3675521 2024-07-27T18:40:16.585 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.584+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~2F7N4NG9MNS7.0 size=1048576 2024-07-27T18:40:16.589 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.587+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~2F7N4NG9MNS7.1 size=1048576 2024-07-27T18:40:16.590 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.589+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~2F7N4NG9MNS7.2 size=561974 2024-07-27T18:40:16.595 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.594+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=2F7N4NG9MNS7 tag=8WOQHRM1B7JF type=write size=3707702 2024-07-27T18:40:16.598 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.596+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=8KYAVZNEFO1W type=del size=2656363 2024-07-27T18:40:16.600 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.599+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~69PCZN0XA6ND.0 size=1048576 2024-07-27T18:40:16.602 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.601+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~69PCZN0XA6ND.1 size=1048576 2024-07-27T18:40:16.604 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.603+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~69PCZN0XA6ND.2 size=735194 2024-07-27T18:40:16.608 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.607+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=69PCZN0XA6ND tag=F3P0RYFVWDFW type=write size=3880922 2024-07-27T18:40:16.610 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.609+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=RXCMPYY708GN type=del size=2443112 2024-07-27T18:40:16.613 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.612+0000 7fd9b0dfe780 -1 < failed to complete operation key=351SUKW6MLKV tag=PPNA9WK6DZSS type=del size=3893191: (22) Invalid argument 2024-07-27T18:40:16.616 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.615+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=RO1QYM3KVP62 type=del size=1242118 2024-07-27T18:40:16.618 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.617+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~OSNGU1WC0KVP.0 size=1048576 2024-07-27T18:40:16.619 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.618+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~OSNGU1WC0KVP.1 size=957421 2024-07-27T18:40:16.623 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.622+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=OSNGU1WC0KVP tag=ZOKMGKSXQ4U2 type=write size=3054573 2024-07-27T18:40:16.625 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.624+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=M869D2PI3TU0 type=del size=2238504 2024-07-27T18:40:16.628 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.627+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=622KPERFT7J9 type=del 2024-07-27T18:40:16.632 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.631+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~5CM3188NJGXR.0 size=1048576 2024-07-27T18:40:16.635 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.634+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~5CM3188NJGXR.1 size=1048576 2024-07-27T18:40:16.637 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.636+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~5CM3188NJGXR.2 size=173658 2024-07-27T18:40:16.637 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.636+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=5CM3188NJGXR tag=K0K3NEGFLEI0 type=write size=3319386 2024-07-27T18:40:16.639 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.638+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~H4JYCINK230U.0 size=368382 2024-07-27T18:40:16.644 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.643+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=H4JYCINK230U tag=IRBT6QYRR62Y type=write size=1416958 2024-07-27T18:40:16.649 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.648+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~1TEI1O1T43MV.0 size=1048576 2024-07-27T18:40:16.652 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.650+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~1TEI1O1T43MV.1 size=841629 2024-07-27T18:40:16.652 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.650+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=1TEI1O1T43MV tag=3N6PRDHUAWNG type=write size=2938781 2024-07-27T18:40:16.654 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.653+0000 7fd9b0dfe780 1 < completed write operation key=P8NVZQG528UI tag=S3K8QREG3A2S type=write size=181034 2024-07-27T18:40:16.657 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.655+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=6ESNZMPSSP8Q type=del size=3455933 2024-07-27T18:40:16.661 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.660+0000 7fd9b0dfe780 1 < suggested remove operation key=BQPHSDB02Z8O tag=RYK9IGNWAHYO type=del 2024-07-27T18:40:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:16 smithi179 ceph-mon[89801]: pgmap v1387: 137 pgs: 137 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 952 KiB/s rd, 330 KiB/s wr, 1.68k op/s 2024-07-27T18:40:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:40:16.663 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.662+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=QNA73E4BNGZQ type=del size=2443724 2024-07-27T18:40:16.668 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.666+0000 7fd9b0dfe780 1 < suggested update operation key=P8NVZQG528UI tag=375PXRAZ4XYV type=write size=616077 2024-07-27T18:40:16.672 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.671+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~3XOLIGYUH8DT.0 size=1048576 2024-07-27T18:40:16.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.673+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~3XOLIGYUH8DT.1 size=161092 2024-07-27T18:40:16.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.673+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=3XOLIGYUH8DT tag=ED54MFXDKGH5 type=write size=2258244 2024-07-27T18:40:16.676 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.675+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=B93M74H2TZIC type=del 2024-07-27T18:40:16.683 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.682+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~OJGN86MO3B5W.0 size=1048576 2024-07-27T18:40:16.686 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.685+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~OJGN86MO3B5W.1 size=1048576 2024-07-27T18:40:16.688 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.687+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~OJGN86MO3B5W.2 size=465263 2024-07-27T18:40:16.688 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.687+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=OJGN86MO3B5W tag=IRMZJOZQ70WT type=write size=3610991 2024-07-27T18:40:16.691 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.690+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~KM045EK7EU8T.0 size=1048576 2024-07-27T18:40:16.693 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.692+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~KM045EK7EU8T.1 size=1048576 2024-07-27T18:40:16.696 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.695+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~KM045EK7EU8T.2 size=571831 2024-07-27T18:40:16.700 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.699+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=KM045EK7EU8T tag=O8SZF5LTJ7XN type=write size=3717559 2024-07-27T18:40:16.705 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.704+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~00RGL6E0D7QL.0 size=1048576 2024-07-27T18:40:16.708 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.707+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~00RGL6E0D7QL.1 size=499842 2024-07-27T18:40:16.708 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.707+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=00RGL6E0D7QL tag=D9HFVMEV7JVX type=write size=2596994 2024-07-27T18:40:16.711 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.710+0000 7fd9b0dfe780 1 < canceled operation key=ERT6LG30K8WA tag=ZBGR5MA99MZ9 type=del size=2211637 2024-07-27T18:40:16.713 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.712+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=640EXH0K4S63 type=del size=2086359 2024-07-27T18:40:16.715 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.714+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=G1V8O96U66Z9 type=del 2024-07-27T18:40:16.717 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.716+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=HCDWR99U39BN type=del size=764112 2024-07-27T18:40:16.719 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.718+0000 7fd9b0dfe780 1 < completed delete operation key=39IO5R6BZ3YC tag=FBPNH7N364RB type=del 2024-07-27T18:40:16.723 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.722+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~KF7FVEQF9MGB.0 size=1048576 2024-07-27T18:40:16.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.724+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~KF7FVEQF9MGB.1 size=1040142 2024-07-27T18:40:16.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.724+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=KF7FVEQF9MGB tag=IQSUE7J5IKW8 type=write size=3137294 2024-07-27T18:40:16.728 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.727+0000 7fd9b0dfe780 -1 < failed to complete operation key=BQPHSDB02Z8O tag=VYYABK3HSWTI type=del size=1116675: (22) Invalid argument 2024-07-27T18:40:16.731 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.730+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=K7VGCBN55183 type=del size=1780828 2024-07-27T18:40:16.732 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.730+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9Y61GIX83FA.2~RL41Y3P9JGSO.0 size=1048576 2024-07-27T18:40:16.734 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.733+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~RL41Y3P9JGSO.1 size=1048576 2024-07-27T18:40:16.736 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.735+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~RL41Y3P9JGSO.2 size=529793 2024-07-27T18:40:16.740 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.739+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9Y61GIX83FA upload=RL41Y3P9JGSO tag=857SHMGULEHS type=write size=3675521 2024-07-27T18:40:16.745 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.744+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~9X3HRGR664VP.0 size=1048576 2024-07-27T18:40:16.747 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.746+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~9X3HRGR664VP.1 size=1048576 2024-07-27T18:40:16.749 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.748+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~9X3HRGR664VP.2 size=195025 2024-07-27T18:40:16.749 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.748+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=9X3HRGR664VP tag=YUNAYFDXVNV4 type=write size=3340753 2024-07-27T18:40:16.751 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.750+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=8KYAVZNEFO1W type=del 2024-07-27T18:40:16.753 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.752+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=AJO236IS2X6S type=del size=1071643 2024-07-27T18:40:16.755 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.754+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=RXCMPYY708GN type=del 2024-07-27T18:40:16.758 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.757+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=KB0XIB88O7UK type=write size=708123 2024-07-27T18:40:16.760 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.759+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=RO1QYM3KVP62 type=del 2024-07-27T18:40:16.762 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.761+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=0XAR167C7S35 type=del size=2803393 2024-07-27T18:40:16.765 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.763+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=M869D2PI3TU0 type=del 2024-07-27T18:40:16.770 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.768+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~L4LT71VMFGMA.0 size=1048576 2024-07-27T18:40:16.772 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.770+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~L4LT71VMFGMA.1 size=1048576 2024-07-27T18:40:16.773 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.772+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~L4LT71VMFGMA.2 size=13258 2024-07-27T18:40:16.773 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.772+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=L4LT71VMFGMA tag=ZEK0FDFSEQC7 type=write size=3158986 2024-07-27T18:40:16.775 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.774+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~5CM3188NJGXR.0 size=1048576 2024-07-27T18:40:16.778 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.777+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~5CM3188NJGXR.1 size=1048576 2024-07-27T18:40:16.780 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.779+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~5CM3188NJGXR.2 size=173658 2024-07-27T18:40:16.784 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.783+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=5CM3188NJGXR tag=K0K3NEGFLEI0 type=write size=3319386 2024-07-27T18:40:16.790 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.789+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~Z3SKGA9BO6FS.0 size=1048576 2024-07-27T18:40:16.792 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.791+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~Z3SKGA9BO6FS.1 size=1048576 2024-07-27T18:40:16.794 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.793+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~Z3SKGA9BO6FS.2 size=638487 2024-07-27T18:40:16.795 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.793+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=Z3SKGA9BO6FS tag=CN30DQ4GOCD1 type=write size=3784215 2024-07-27T18:40:16.797 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.795+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~1TEI1O1T43MV.0 size=1048576 2024-07-27T18:40:16.798 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.797+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~1TEI1O1T43MV.1 size=841629 2024-07-27T18:40:16.802 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.801+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=1TEI1O1T43MV tag=3N6PRDHUAWNG type=write size=2938781 2024-07-27T18:40:16.806 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.805+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~B4D98NOCKPPT.0 size=1048576 2024-07-27T18:40:16.808 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.807+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~B4D98NOCKPPT.1 size=1048576 2024-07-27T18:40:16.810 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.809+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~B4D98NOCKPPT.2 size=101048 2024-07-27T18:40:16.810 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.809+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=B4D98NOCKPPT tag=WKFSBKM0A5AE type=write size=3246776 2024-07-27T18:40:16.812 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.811+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=6ESNZMPSSP8Q type=del 2024-07-27T18:40:16.816 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.815+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~V8BUNBCI4CLS.0 size=1048576 2024-07-27T18:40:16.818 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.817+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~V8BUNBCI4CLS.1 size=1048576 2024-07-27T18:40:16.820 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.819+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~V8BUNBCI4CLS.2 size=781226 2024-07-27T18:40:16.820 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.819+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=V8BUNBCI4CLS tag=K9XM59QGLPKW type=write size=3926954 2024-07-27T18:40:16.822 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.821+0000 7fd9b0dfe780 -1 < failed to complete operation key=P8NVZQG528UI tag=QNA73E4BNGZQ type=del size=2443724: (22) Invalid argument 2024-07-27T18:40:16.825 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.824+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=XKWSYRU6N6FR type=del size=590918 2024-07-27T18:40:16.828 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.827+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~3XOLIGYUH8DT.0 size=1048576 2024-07-27T18:40:16.831 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.830+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~3XOLIGYUH8DT.1 size=161092 2024-07-27T18:40:16.835 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.834+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=3XOLIGYUH8DT tag=ED54MFXDKGH5 type=write size=2258244 2024-07-27T18:40:16.838 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.837+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=HXUAY9B43Y2T type=write size=475176 2024-07-27T18:40:16.841 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.840+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~OJGN86MO3B5W.0 size=1048576 2024-07-27T18:40:16.843 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.842+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~OJGN86MO3B5W.1 size=1048576 2024-07-27T18:40:16.845 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.844+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~OJGN86MO3B5W.2 size=465263 2024-07-27T18:40:16.849 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.848+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=OJGN86MO3B5W tag=IRMZJOZQ70WT type=write size=3610991 2024-07-27T18:40:16.853 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.852+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~3M5BQ03L1H8R.0 size=1033764 2024-07-27T18:40:16.853 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.852+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=3M5BQ03L1H8R tag=5X0E86DJFYT6 type=write size=2082340 2024-07-27T18:40:16.855 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.854+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~00RGL6E0D7QL.0 size=1048576 2024-07-27T18:40:16.858 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.857+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~00RGL6E0D7QL.1 size=499842 2024-07-27T18:40:16.863 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.862+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=00RGL6E0D7QL tag=D9HFVMEV7JVX type=write size=2596994 2024-07-27T18:40:16.868 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.866+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~54XWDU3424JA.0 size=1048576 2024-07-27T18:40:16.869 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.868+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~54XWDU3424JA.1 size=1048576 2024-07-27T18:40:16.872 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.871+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~54XWDU3424JA.2 size=792312 2024-07-27T18:40:16.872 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.871+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=54XWDU3424JA tag=IPYBA4GXW1DW type=write size=3938040 2024-07-27T18:40:16.874 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.873+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=640EXH0K4S63 type=del 2024-07-27T18:40:16.878 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.877+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~FIEZ50219BN7.0 size=1048576 2024-07-27T18:40:16.880 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.879+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~FIEZ50219BN7.1 size=1048576 2024-07-27T18:40:16.881 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.880+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~FIEZ50219BN7.2 size=118554 2024-07-27T18:40:16.881 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.880+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=FIEZ50219BN7 tag=211MO45LGQH7 type=write size=3264282 2024-07-27T18:40:16.884 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.883+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=HCDWR99U39BN type=del 2024-07-27T18:40:16.888 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.887+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=EVAEW069J3P7 type=del size=1162080 2024-07-27T18:40:16.891 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.890+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~KF7FVEQF9MGB.0 size=1048576 2024-07-27T18:40:16.894 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.893+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~KF7FVEQF9MGB.1 size=1040142 2024-07-27T18:40:16.899 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.898+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=KF7FVEQF9MGB tag=IQSUE7J5IKW8 type=write size=3137294 2024-07-27T18:40:16.902 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.901+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=MRIFFEF17YVF type=del size=1594629 2024-07-27T18:40:16.904 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.903+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=K7VGCBN55183 type=del 2024-07-27T18:40:16.907 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.905+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=MOJ8UPVB5ME9 type=del size=1869118 2024-07-27T18:40:16.908 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.907+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~9X3HRGR664VP.0 size=1048576 2024-07-27T18:40:16.909 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.907+0000 7fd9b0dfe780 1 < canceled part key=_multipart_0ML6VB25ON15.2~9X3HRGR664VP.1 size=1048576 2024-07-27T18:40:16.911 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.910+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~9X3HRGR664VP.2 size=195025 2024-07-27T18:40:16.915 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.914+0000 7fd9b0dfe780 1 < canceled multipart upload key=0ML6VB25ON15 upload=9X3HRGR664VP tag=YUNAYFDXVNV4 type=write size=3340753 2024-07-27T18:40:16.917 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.916+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=9U5JM58IU86L type=del size=116682 2024-07-27T18:40:16.919 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.918+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=AJO236IS2X6S type=del 2024-07-27T18:40:16.923 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.922+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~L2L7APK3Y9HL.0 size=1048576 2024-07-27T18:40:16.925 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.924+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~L2L7APK3Y9HL.1 size=1048576 2024-07-27T18:40:16.927 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.926+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~L2L7APK3Y9HL.2 size=647374 2024-07-27T18:40:16.927 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.926+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=L2L7APK3Y9HL tag=XI9S791V43J2 type=write size=3793102 2024-07-27T18:40:16.929 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.928+0000 7fd9b0dfe780 1 < completed write operation key=03QZ740ES4M3 tag=KB0XIB88O7UK type=write size=708123 2024-07-27T18:40:16.933 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.932+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~QQCAIHJ0PXMH.0 size=32212 2024-07-27T18:40:16.934 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.932+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=QQCAIHJ0PXMH tag=F12CPV4BOCYI type=write size=1080788 2024-07-27T18:40:16.936 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.934+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=0XAR167C7S35 type=del 2024-07-27T18:40:16.937 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.936+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=LZTF3AWAJHDT type=del size=228501 2024-07-27T18:40:16.940 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.939+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~L4LT71VMFGMA.0 size=1048576 2024-07-27T18:40:16.942 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.940+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~L4LT71VMFGMA.1 size=1048576 2024-07-27T18:40:16.943 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.942+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~L4LT71VMFGMA.2 size=13258 2024-07-27T18:40:16.947 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.946+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=L4LT71VMFGMA tag=ZEK0FDFSEQC7 type=write size=3158986 2024-07-27T18:40:16.949 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.948+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=VGZHRT30WHKR type=del size=654751 2024-07-27T18:40:16.951 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.950+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~Z3SKGA9BO6FS.0 size=1048576 2024-07-27T18:40:16.953 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.952+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~Z3SKGA9BO6FS.1 size=1048576 2024-07-27T18:40:16.954 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.953+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~Z3SKGA9BO6FS.2 size=638487 2024-07-27T18:40:16.958 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.957+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=Z3SKGA9BO6FS tag=CN30DQ4GOCD1 type=write size=3784215 2024-07-27T18:40:16.962 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.961+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~RH46JF347ZQ0.0 size=1048576 2024-07-27T18:40:16.964 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.962+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~RH46JF347ZQ0.1 size=1048576 2024-07-27T18:40:16.965 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.964+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~RH46JF347ZQ0.2 size=1043203 2024-07-27T18:40:16.965 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.964+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=RH46JF347ZQ0 tag=6IDPWWX0QRUS type=write size=4188931 2024-07-27T18:40:16.967 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.966+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~B4D98NOCKPPT.0 size=1048576 2024-07-27T18:40:16.969 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.968+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~B4D98NOCKPPT.1 size=1048576 2024-07-27T18:40:16.971 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.970+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~B4D98NOCKPPT.2 size=101048 2024-07-27T18:40:16.974 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.973+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=B4D98NOCKPPT tag=WKFSBKM0A5AE type=write size=3246776 2024-07-27T18:40:16.976 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.975+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=UMY6YETT62LM type=del size=3090238 2024-07-27T18:40:16.978 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.977+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~V8BUNBCI4CLS.0 size=1048576 2024-07-27T18:40:16.980 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.979+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~V8BUNBCI4CLS.1 size=1048576 2024-07-27T18:40:16.982 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.981+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~V8BUNBCI4CLS.2 size=781226 2024-07-27T18:40:16.985 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.984+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=V8BUNBCI4CLS tag=K9XM59QGLPKW type=write size=3926954 2024-07-27T18:40:16.987 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.986+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=3HDCZT349QFU type=del size=2119969 2024-07-27T18:40:16.990 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.989+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=XKWSYRU6N6FR type=del 2024-07-27T18:40:16.992 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.991+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=VZPNQ5JH87RU type=write size=606782 2024-07-27T18:40:16.994 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.993+0000 7fd9b0dfe780 1 < completed write operation key=X7P4EQ7CB100 tag=HXUAY9B43Y2T type=write size=475176 2024-07-27T18:40:16.996 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.995+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=LC02YKYWP7KM type=del size=880297 2024-07-27T18:40:16.999 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:16.998+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~3M5BQ03L1H8R.0 size=1033764 2024-07-27T18:40:17.003 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.002+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=3M5BQ03L1H8R tag=5X0E86DJFYT6 type=write size=2082340 2024-07-27T18:40:17.005 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.004+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=S8KH29YFBCY7 type=del size=1479578 2024-07-27T18:40:17.007 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.006+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~54XWDU3424JA.0 size=1048576 2024-07-27T18:40:17.008 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.007+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~54XWDU3424JA.1 size=1048576 2024-07-27T18:40:17.010 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.009+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~54XWDU3424JA.2 size=792312 2024-07-27T18:40:17.013 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.012+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=54XWDU3424JA tag=IPYBA4GXW1DW type=write size=3938040 2024-07-27T18:40:17.015 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.014+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=YL16OQ5LK21S type=write size=223087 2024-07-27T18:40:17.017 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.016+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~FIEZ50219BN7.0 size=1048576 2024-07-27T18:40:17.019 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.018+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~FIEZ50219BN7.1 size=1048576 2024-07-27T18:40:17.021 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.019+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~FIEZ50219BN7.2 size=118554 2024-07-27T18:40:17.024 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.023+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=FIEZ50219BN7 tag=211MO45LGQH7 type=write size=3264282 2024-07-27T18:40:17.028 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.027+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~IGV2E472T1I6.0 size=110231 2024-07-27T18:40:17.028 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.027+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=IGV2E472T1I6 tag=812WLBSWHF56 type=write size=1158807 2024-07-27T18:40:17.030 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.028+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=EVAEW069J3P7 type=del 2024-07-27T18:40:17.031 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.030+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=186MA77H6230 type=del size=1240896 2024-07-27T18:40:17.033 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.032+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=MRIFFEF17YVF type=del 2024-07-27T18:40:17.035 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.034+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=R0L3E7ASRCQX type=del size=3434487 2024-07-27T18:40:17.038 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.036+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=MOJ8UPVB5ME9 type=del 2024-07-27T18:40:17.041 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.040+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~28HL1VI2JOFA.0 size=386007 2024-07-27T18:40:17.041 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.040+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=28HL1VI2JOFA tag=PHNBQN11XFEL type=write size=1434583 2024-07-27T18:40:17.046 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.045+0000 7fd9b0dfe780 1 < suggested remove operation key=E9Y61GIX83FA tag=9U5JM58IU86L type=del 2024-07-27T18:40:17.048 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.046+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=S8REUL1Y3WHQ type=del size=1823146 2024-07-27T18:40:17.050 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.049+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~L2L7APK3Y9HL.0 size=1048576 2024-07-27T18:40:17.051 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.050+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~L2L7APK3Y9HL.1 size=1048576 2024-07-27T18:40:17.053 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.052+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~L2L7APK3Y9HL.2 size=647374 2024-07-27T18:40:17.057 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.055+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=L2L7APK3Y9HL tag=XI9S791V43J2 type=write size=3793102 2024-07-27T18:40:17.060 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.059+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~ZNNP87U28A7J.0 size=1048576 2024-07-27T18:40:17.063 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.062+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~ZNNP87U28A7J.1 size=428535 2024-07-27T18:40:17.063 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.062+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=ZNNP87U28A7J tag=0TF6947W29IK type=write size=2525687 2024-07-27T18:40:17.065 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.064+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~QQCAIHJ0PXMH.0 size=32212 2024-07-27T18:40:17.069 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.068+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=QQCAIHJ0PXMH tag=F12CPV4BOCYI type=write size=1080788 2024-07-27T18:40:17.073 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.072+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~7LUK70ASYRNP.0 size=1048576 2024-07-27T18:40:17.074 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.073+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~7LUK70ASYRNP.1 size=43488 2024-07-27T18:40:17.074 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.073+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=7LUK70ASYRNP tag=F00UIMD8QWTA type=write size=2140640 2024-07-27T18:40:17.076 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.075+0000 7fd9b0dfe780 1 < canceled operation key=E9XS4B44ASV1 tag=LZTF3AWAJHDT type=del size=228501 2024-07-27T18:40:17.080 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.079+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~XQ2TY6LXU9FC.0 size=1048576 2024-07-27T18:40:17.081 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.080+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~XQ2TY6LXU9FC.1 size=1048576 2024-07-27T18:40:17.083 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.082+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~XQ2TY6LXU9FC.2 size=798214 2024-07-27T18:40:17.083 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.082+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=XQ2TY6LXU9FC tag=47N8YUMZ24QD type=write size=3943942 2024-07-27T18:40:17.086 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.085+0000 7fd9b0dfe780 -1 < failed to complete operation key=E9Y61GIX83FA tag=VGZHRT30WHKR type=del size=654751: (22) Invalid argument 2024-07-27T18:40:17.088 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.087+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=P4VBWQGR8R0F type=del size=1306365 2024-07-27T18:40:17.090 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.089+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~RH46JF347ZQ0.0 size=1048576 2024-07-27T18:40:17.092 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.091+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~RH46JF347ZQ0.1 size=1048576 2024-07-27T18:40:17.093 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.092+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~RH46JF347ZQ0.2 size=1043203 2024-07-27T18:40:17.097 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.096+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=RH46JF347ZQ0 tag=6IDPWWX0QRUS type=write size=4188931 2024-07-27T18:40:17.099 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.098+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=JDKUHQS3P9TH type=del size=2357681 2024-07-27T18:40:17.101 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.100+0000 7fd9b0dfe780 1 < canceled operation key=F8NI5O3PM0RO tag=UMY6YETT62LM type=del size=3090238 2024-07-27T18:40:17.105 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.104+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~FAWV2W8ILH8E.0 size=1048576 2024-07-27T18:40:17.106 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.105+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~FAWV2W8ILH8E.1 size=1048576 2024-07-27T18:40:17.108 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.107+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~FAWV2W8ILH8E.2 size=187349 2024-07-27T18:40:17.108 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.107+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=FAWV2W8ILH8E tag=BBNQW0LSEUTA type=write size=3333077 2024-07-27T18:40:17.110 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.109+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=3HDCZT349QFU type=del 2024-07-27T18:40:17.112 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.111+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=1JVKTNG9U8BN type=del size=2086765 2024-07-27T18:40:17.114 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.113+0000 7fd9b0dfe780 1 < completed write operation key=55DD8ECTT2JA tag=VZPNQ5JH87RU type=write size=606782 2024-07-27T18:40:17.118 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.117+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~7D0BQDI6XD23.0 size=1048576 2024-07-27T18:40:17.119 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.118+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~7D0BQDI6XD23.1 size=1048576 2024-07-27T18:40:17.121 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.120+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~7D0BQDI6XD23.2 size=783363 2024-07-27T18:40:17.121 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.120+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=7D0BQDI6XD23 tag=TRAB2EISWE2V type=write size=3929091 2024-07-27T18:40:17.124 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.123+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=LC02YKYWP7KM type=del 2024-07-27T18:40:17.127 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.126+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=T6SPG0BFCQF0 type=del size=228022 2024-07-27T18:40:17.130 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.129+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=S8KH29YFBCY7 type=del 2024-07-27T18:40:17.135 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.134+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~S8GOHQ1Z29F0.0 size=1033196 2024-07-27T18:40:17.135 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.134+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=S8GOHQ1Z29F0 tag=X9QBUOR0HBN9 type=write size=2081772 2024-07-27T18:40:17.137 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.136+0000 7fd9b0dfe780 1 < completed write operation key=8I5MBVTQCDVV tag=YL16OQ5LK21S type=write size=223087 2024-07-27T18:40:17.139 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.138+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=53JYBW0BM1F8 type=del size=1337294 2024-07-27T18:40:17.141 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.140+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~IGV2E472T1I6.0 size=110231 2024-07-27T18:40:17.145 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.144+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=IGV2E472T1I6 tag=812WLBSWHF56 type=write size=1158807 2024-07-27T18:40:17.148 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.147+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~N2GQNOI9S6A8.0 size=1048576 2024-07-27T18:40:17.150 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.149+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~N2GQNOI9S6A8.1 size=452546 2024-07-27T18:40:17.150 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.149+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=N2GQNOI9S6A8 tag=ES5WMKV3168T type=write size=2549698 2024-07-27T18:40:17.152 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.151+0000 7fd9b0dfe780 1 < completed delete operation key=CFEXWJESTIQM tag=186MA77H6230 type=del 2024-07-27T18:40:17.153 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.152+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=0J43FSRM5RYR type=write size=1023663 2024-07-27T18:40:17.155 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.154+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=R0L3E7ASRCQX type=del 2024-07-27T18:40:17.157 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.156+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=TL7IGZ3C4N8M type=write size=450025 2024-07-27T18:40:17.217 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.216+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~28HL1VI2JOFA.0 size=386007 2024-07-27T18:40:17.221 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.220+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=28HL1VI2JOFA tag=PHNBQN11XFEL type=write size=1434583 2024-07-27T18:40:17.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.222+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=L2HOMP22HTDM type=del size=29965 2024-07-27T18:40:17.225 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.224+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=S8REUL1Y3WHQ type=del 2024-07-27T18:40:17.227 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.226+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=XQNUBXKSP0RY type=del size=2653195 2024-07-27T18:40:17.229 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.228+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~ZNNP87U28A7J.0 size=1048576 2024-07-27T18:40:17.229 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.228+0000 7fd9b0dfe780 1 < canceled part key=_multipart_0ML6VB25ON15.2~ZNNP87U28A7J.1 size=428535 2024-07-27T18:40:17.265 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.264+0000 7fd9b0dfe780 1 < canceled multipart upload key=0ML6VB25ON15 upload=ZNNP87U28A7J tag=0TF6947W29IK type=write size=2525687 2024-07-27T18:40:17.267 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.266+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=I0690QF90MZY type=write size=115959 2024-07-27T18:40:17.269 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.268+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~7LUK70ASYRNP.0 size=1048576 2024-07-27T18:40:17.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.270+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~7LUK70ASYRNP.1 size=43488 2024-07-27T18:40:17.275 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.274+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=7LUK70ASYRNP tag=F00UIMD8QWTA type=write size=2140640 2024-07-27T18:40:17.278 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.277+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=9NH72QTA86E7 type=write size=871611 2024-07-27T18:40:17.281 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.280+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~XQ2TY6LXU9FC.0 size=1048576 2024-07-27T18:40:17.283 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.282+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~XQ2TY6LXU9FC.1 size=1048576 2024-07-27T18:40:17.285 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.284+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~XQ2TY6LXU9FC.2 size=798214 2024-07-27T18:40:17.289 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.288+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=XQ2TY6LXU9FC tag=47N8YUMZ24QD type=write size=3943942 2024-07-27T18:40:17.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.292+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~CY9983H78E7V.0 size=1048576 2024-07-27T18:40:17.295 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.294+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~CY9983H78E7V.1 size=1048576 2024-07-27T18:40:17.297 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.296+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~CY9983H78E7V.2 size=660044 2024-07-27T18:40:17.297 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.296+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=CY9983H78E7V tag=XKFEP8310WH5 type=write size=3805772 2024-07-27T18:40:17.299 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.298+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=P4VBWQGR8R0F type=del 2024-07-27T18:40:17.301 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.300+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=GHT3YMBUIOOQ type=del size=2477537 2024-07-27T18:40:17.304 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.302+0000 7fd9b0dfe780 1 < completed delete operation key=CFEXWJESTIQM tag=JDKUHQS3P9TH type=del 2024-07-27T18:40:17.306 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.305+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=NJE6S5IFWYZ4 type=del size=2996428 2024-07-27T18:40:17.308 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.307+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~FAWV2W8ILH8E.0 size=1048576 2024-07-27T18:40:17.310 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.309+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~FAWV2W8ILH8E.1 size=1048576 2024-07-27T18:40:17.311 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.310+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~FAWV2W8ILH8E.2 size=187349 2024-07-27T18:40:17.315 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.314+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=FAWV2W8ILH8E tag=BBNQW0LSEUTA type=write size=3333077 2024-07-27T18:40:17.318 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.316+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=0LMVZB72B639 type=write size=393038 2024-07-27T18:40:17.320 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.319+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=1JVKTNG9U8BN type=del 2024-07-27T18:40:17.322 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.321+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=J6S2C77V4Z3M type=del size=1354808 2024-07-27T18:40:17.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.323+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~7D0BQDI6XD23.0 size=1048576 2024-07-27T18:40:17.326 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.325+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~7D0BQDI6XD23.1 size=1048576 2024-07-27T18:40:17.329 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.327+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~7D0BQDI6XD23.2 size=783363 2024-07-27T18:40:17.331 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.330+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=7D0BQDI6XD23 tag=TRAB2EISWE2V type=write size=3929091 2024-07-27T18:40:17.333 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.332+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=GCYJVD61C1BI type=del size=507458 2024-07-27T18:40:17.335 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.334+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=T6SPG0BFCQF0 type=del 2024-07-27T18:40:17.338 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.336+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=58IQB21ZA5F9 type=del size=3053603 2024-07-27T18:40:17.340 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.339+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~S8GOHQ1Z29F0.0 size=1033196 2024-07-27T18:40:17.344 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.343+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=S8GOHQ1Z29F0 tag=X9QBUOR0HBN9 type=write size=2081772 2024-07-27T18:40:17.346 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.345+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=R4U09AQKOTYU type=del size=3200915 2024-07-27T18:40:17.348 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.347+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=53JYBW0BM1F8 type=del 2024-07-27T18:40:17.352 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.351+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~KRKVUAY16D9A.0 size=1048576 2024-07-27T18:40:17.354 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.353+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~KRKVUAY16D9A.1 size=1048576 2024-07-27T18:40:17.356 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.354+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~KRKVUAY16D9A.2 size=152465 2024-07-27T18:40:17.356 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.354+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=KRKVUAY16D9A tag=PE7I2FUWXEHL type=write size=3298193 2024-07-27T18:40:17.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.356+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~N2GQNOI9S6A8.0 size=1048576 2024-07-27T18:40:17.359 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.358+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~N2GQNOI9S6A8.1 size=452546 2024-07-27T18:40:17.363 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.361+0000 7fd9b0dfe780 1 < completed multipart upload key=RC22Q26LLIA2 upload=N2GQNOI9S6A8 tag=ES5WMKV3168T type=write size=2549698 2024-07-27T18:40:17.364 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.363+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=2G9782NV303G type=del size=1322029 2024-07-27T18:40:17.368 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.367+0000 7fd9b0dfe780 1 < suggested update operation key=YD0RYSEXBM6F tag=0J43FSRM5RYR type=write size=1023663 2024-07-27T18:40:17.372 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.371+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~RJKQ6ZOSMW5W.0 size=1048576 2024-07-27T18:40:17.374 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.373+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~RJKQ6ZOSMW5W.1 size=862063 2024-07-27T18:40:17.374 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.373+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=RJKQ6ZOSMW5W tag=PRN6CA5M16C8 type=write size=2959215 2024-07-27T18:40:17.377 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.375+0000 7fd9b0dfe780 1 < completed write operation key=N3SMJ1F7TS0Z tag=TL7IGZ3C4N8M type=write size=450025 2024-07-27T18:40:17.379 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.378+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=NU4YQ0D25X5A type=del size=2919784 2024-07-27T18:40:17.382 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.381+0000 7fd9b0dfe780 1 < canceled operation key=351SUKW6MLKV tag=L2HOMP22HTDM type=del size=29965 2024-07-27T18:40:17.387 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.386+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~VQNWDR2MHO92.0 size=1048576 2024-07-27T18:40:17.390 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.388+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~VQNWDR2MHO92.1 size=1048576 2024-07-27T18:40:17.393 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.392+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~VQNWDR2MHO92.2 size=353156 2024-07-27T18:40:17.393 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.392+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=VQNWDR2MHO92 tag=6CMWPT9X118P type=write size=3498884 2024-07-27T18:40:17.396 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.394+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=XQNUBXKSP0RY type=del 2024-07-27T18:40:17.399 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.398+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~R6T3UHWD5COF.0 size=1048576 2024-07-27T18:40:17.401 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.400+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~R6T3UHWD5COF.1 size=1048576 2024-07-27T18:40:17.403 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.402+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~R6T3UHWD5COF.2 size=703943 2024-07-27T18:40:17.403 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.402+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=R6T3UHWD5COF tag=JMXFPBFQPPXC type=write size=3849671 2024-07-27T18:40:17.406 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.405+0000 7fd9b0dfe780 1 < completed write operation key=FXYU6A8CU9F0 tag=I0690QF90MZY type=write size=115959 2024-07-27T18:40:17.408 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.407+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=04ONLUZ2WEIQ type=write size=463193 2024-07-27T18:40:17.411 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.409+0000 7fd9b0dfe780 1 < completed write operation key=0ML6VB25ON15 tag=9NH72QTA86E7 type=write size=871611 2024-07-27T18:40:17.415 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.414+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~HFJ0E9D6BM8R.0 size=1048576 2024-07-27T18:40:17.417 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.416+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~HFJ0E9D6BM8R.1 size=272097 2024-07-27T18:40:17.417 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.416+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=HFJ0E9D6BM8R tag=9KN2E5V67LOW type=write size=2369249 2024-07-27T18:40:17.419 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.418+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~CY9983H78E7V.0 size=1048576 2024-07-27T18:40:17.422 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.420+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~CY9983H78E7V.1 size=1048576 2024-07-27T18:40:17.424 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.423+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~CY9983H78E7V.2 size=660044 2024-07-27T18:40:17.428 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.427+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=CY9983H78E7V tag=XKFEP8310WH5 type=write size=3805772 2024-07-27T18:40:17.430 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.429+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=2OTCMWLAAX5T type=write size=447158 2024-07-27T18:40:17.433 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.432+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=GHT3YMBUIOOQ type=del 2024-07-27T18:40:17.436 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.435+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=P2LEL37B9AWH type=del size=1520678 2024-07-27T18:40:17.438 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.437+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=NJE6S5IFWYZ4 type=del 2024-07-27T18:40:17.441 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.440+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=M2RS0AU5JIMD type=del size=3949682 2024-07-27T18:40:17.444 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.443+0000 7fd9b0dfe780 1 < completed write operation key=IGKNZEI10405 tag=0LMVZB72B639 type=write size=393038 2024-07-27T18:40:17.447 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.446+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=BLMVEHXC3M1W type=del size=431318 2024-07-27T18:40:17.450 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.449+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=J6S2C77V4Z3M type=del 2024-07-27T18:40:17.452 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.451+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=26SQROO2O9MF type=del size=875520 2024-07-27T18:40:17.455 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.454+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=GCYJVD61C1BI type=del 2024-07-27T18:40:17.461 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.460+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~PAOI21AD79TK.0 size=1048576 2024-07-27T18:40:17.464 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.462+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~PAOI21AD79TK.1 size=1048576 2024-07-27T18:40:17.466 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.465+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~PAOI21AD79TK.2 size=758396 2024-07-27T18:40:17.466 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.465+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=PAOI21AD79TK tag=33PZICGLWDPY type=write size=3904124 2024-07-27T18:40:17.468 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.467+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=58IQB21ZA5F9 type=del 2024-07-27T18:40:17.473 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.471+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~V78LEEA2AT9J.0 size=1048576 2024-07-27T18:40:17.475 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.474+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~V78LEEA2AT9J.1 size=1048576 2024-07-27T18:40:17.477 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.476+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~V78LEEA2AT9J.2 size=24422 2024-07-27T18:40:17.477 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.476+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=V78LEEA2AT9J tag=8B7K2E0S1LTB type=write size=3170150 2024-07-27T18:40:17.482 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.481+0000 7fd9b0dfe780 1 < suggested remove operation key=F8NI5O3PM0RO tag=R4U09AQKOTYU type=del 2024-07-27T18:40:17.487 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.486+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~T2V05YKFIPBE.0 size=501460 2024-07-27T18:40:17.488 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.486+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=T2V05YKFIPBE tag=DXYX6277DXWX type=write size=1550036 2024-07-27T18:40:17.488 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.486+0000 7fd9b0dfe780 1 < canceled part key=_multipart_G3DZJWABEJWG.2~KRKVUAY16D9A.0 size=1048576 2024-07-27T18:40:17.490 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.489+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~KRKVUAY16D9A.1 size=1048576 2024-07-27T18:40:17.493 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.491+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~KRKVUAY16D9A.2 size=152465 2024-07-27T18:40:17.498 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.497+0000 7fd9b0dfe780 1 < canceled multipart upload key=G3DZJWABEJWG upload=KRKVUAY16D9A tag=PE7I2FUWXEHL type=write size=3298193 2024-07-27T18:40:17.504 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.503+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~4FKXCN85632Q.0 size=475684 2024-07-27T18:40:17.504 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.503+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=4FKXCN85632Q tag=R75QI300DNUS type=write size=1524260 2024-07-27T18:40:17.507 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.506+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=2G9782NV303G type=del 2024-07-27T18:40:17.512 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.511+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~75PKQDFML1CQ.0 size=1048576 2024-07-27T18:40:17.514 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.513+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~75PKQDFML1CQ.1 size=1048576 2024-07-27T18:40:17.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.515+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~75PKQDFML1CQ.2 size=198518 2024-07-27T18:40:17.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.515+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=75PKQDFML1CQ tag=1EHZT4YB28XV type=write size=3344246 2024-07-27T18:40:17.518 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.517+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~RJKQ6ZOSMW5W.0 size=1048576 2024-07-27T18:40:17.520 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.519+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~RJKQ6ZOSMW5W.1 size=862063 2024-07-27T18:40:17.524 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.523+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=RJKQ6ZOSMW5W tag=PRN6CA5M16C8 type=write size=2959215 2024-07-27T18:40:17.527 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.526+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~QROIKDRI3Y6U.0 size=105182 2024-07-27T18:40:17.528 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.526+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=QROIKDRI3Y6U tag=OIGS8NOC6689 type=write size=1153758 2024-07-27T18:40:17.531 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.530+0000 7fd9b0dfe780 1 < suggested update operation key=03QZ740ES4M3 tag=NU4YQ0D25X5A type=del size=2919784 2024-07-27T18:40:17.536 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.535+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~NCSIKL6KWL14.0 size=1048576 2024-07-27T18:40:17.538 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.537+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~NCSIKL6KWL14.1 size=813264 2024-07-27T18:40:17.538 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.537+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=NCSIKL6KWL14 tag=VF5NCCJR563B type=write size=2910416 2024-07-27T18:40:17.540 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.539+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~VQNWDR2MHO92.0 size=1048576 2024-07-27T18:40:17.542 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.541+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~VQNWDR2MHO92.1 size=1048576 2024-07-27T18:40:17.544 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.543+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~VQNWDR2MHO92.2 size=353156 2024-07-27T18:40:17.548 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.547+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=VQNWDR2MHO92 tag=6CMWPT9X118P type=write size=3498884 2024-07-27T18:40:17.550 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.549+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=GSD0L48F6MLJ type=del size=3955468 2024-07-27T18:40:17.551 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.550+0000 7fd9b0dfe780 1 < canceled part key=_multipart_E9Y61GIX83FA.2~R6T3UHWD5COF.0 size=1048576 2024-07-27T18:40:17.552 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.551+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~R6T3UHWD5COF.1 size=1048576 2024-07-27T18:40:17.554 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.553+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~R6T3UHWD5COF.2 size=703943 2024-07-27T18:40:17.558 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.557+0000 7fd9b0dfe780 1 < canceled multipart upload key=E9Y61GIX83FA upload=R6T3UHWD5COF tag=JMXFPBFQPPXC type=write size=3849671 2024-07-27T18:40:17.560 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.559+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=NGJT8AW06M1X type=del size=2470495 2024-07-27T18:40:17.564 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.563+0000 7fd9b0dfe780 1 < suggested update operation key=55DD8ECTT2JA tag=04ONLUZ2WEIQ type=write size=463193 2024-07-27T18:40:17.566 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.565+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=UF2FI5XH4KJJ type=write size=359025 2024-07-27T18:40:17.568 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.567+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~HFJ0E9D6BM8R.0 size=1048576 2024-07-27T18:40:17.569 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.568+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~HFJ0E9D6BM8R.1 size=272097 2024-07-27T18:40:17.573 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.571+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=HFJ0E9D6BM8R tag=9KN2E5V67LOW type=write size=2369249 2024-07-27T18:40:17.576 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.575+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~5WTU5BARE9JR.0 size=26693 2024-07-27T18:40:17.577 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.575+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=5WTU5BARE9JR tag=PQM1CJIR00OL type=write size=1075269 2024-07-27T18:40:17.580 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.579+0000 7fd9b0dfe780 1 < suggested remove operation key=39IO5R6BZ3YC tag=2OTCMWLAAX5T type=write 2024-07-27T18:40:17.586 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.584+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~1JFP0VOQIGEV.0 size=272982 2024-07-27T18:40:17.586 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.584+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=1JFP0VOQIGEV tag=MC1QU5X79NBY type=write size=1321558 2024-07-27T18:40:17.589 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.588+0000 7fd9b0dfe780 1 < suggested remove operation key=8I5MBVTQCDVV tag=P2LEL37B9AWH type=del 2024-07-27T18:40:17.592 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.591+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~1ZCK4M01EO0H.0 size=1048576 2024-07-27T18:40:17.594 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.593+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~1ZCK4M01EO0H.1 size=687228 2024-07-27T18:40:17.594 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.593+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=1ZCK4M01EO0H tag=VKOOWVK7PKG6 type=write size=2784380 2024-07-27T18:40:17.597 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.596+0000 7fd9b0dfe780 -1 < failed to complete operation key=8I5MBVTQCDVV tag=M2RS0AU5JIMD type=del size=3949682: (22) Invalid argument 2024-07-27T18:40:17.600 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.598+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=QRI5VMBN8AJ7 type=del size=1785785 2024-07-27T18:40:17.601 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.600+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=BLMVEHXC3M1W type=del 2024-07-27T18:40:17.604 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.602+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=K7PQHGW1Y4CP type=del size=106714 2024-07-27T18:40:17.605 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.604+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=26SQROO2O9MF type=del 2024-07-27T18:40:17.609 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.608+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~ISFATVRQXJKF.0 size=1048576 2024-07-27T18:40:17.610 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.609+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~ISFATVRQXJKF.1 size=1048576 2024-07-27T18:40:17.612 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.611+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~ISFATVRQXJKF.2 size=662617 2024-07-27T18:40:17.612 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.611+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=ISFATVRQXJKF tag=V1522THXB1B7 type=write size=3808345 2024-07-27T18:40:17.616 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.613+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~PAOI21AD79TK.0 size=1048576 2024-07-27T18:40:17.616 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.615+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~PAOI21AD79TK.1 size=1048576 2024-07-27T18:40:17.618 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.617+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~PAOI21AD79TK.2 size=758396 2024-07-27T18:40:17.621 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.620+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=PAOI21AD79TK tag=33PZICGLWDPY type=write size=3904124 2024-07-27T18:40:17.625 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.624+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~N8150YAK0P2D.0 size=695989 2024-07-27T18:40:17.625 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.624+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=N8150YAK0P2D tag=II9X3J31VIX1 type=write size=1744565 2024-07-27T18:40:17.627 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.626+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~V78LEEA2AT9J.0 size=1048576 2024-07-27T18:40:17.628 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.627+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~V78LEEA2AT9J.1 size=1048576 2024-07-27T18:40:17.630 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.629+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~V78LEEA2AT9J.2 size=24422 2024-07-27T18:40:17.634 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.632+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=V78LEEA2AT9J tag=8B7K2E0S1LTB type=write size=3170150 2024-07-27T18:40:17.636 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.634+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=SFHNSRUZ4RX7 type=del size=214205 2024-07-27T18:40:17.638 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.637+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~T2V05YKFIPBE.0 size=501460 2024-07-27T18:40:17.641 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.640+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=T2V05YKFIPBE tag=DXYX6277DXWX type=write size=1550036 2024-07-27T18:40:17.643 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.642+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=MLVZD53BX5DV type=write size=1007986 2024-07-27T18:40:17.645 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.644+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~4FKXCN85632Q.0 size=475684 2024-07-27T18:40:17.649 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.648+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=4FKXCN85632Q tag=R75QI300DNUS type=write size=1524260 2024-07-27T18:40:17.651 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.650+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=NOW1MWBO9FEY type=del size=2365085 2024-07-27T18:40:17.654 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.652+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~75PKQDFML1CQ.0 size=1048576 2024-07-27T18:40:17.655 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.654+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~75PKQDFML1CQ.1 size=1048576 2024-07-27T18:40:17.655 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.654+0000 7fd9b0dfe780 1 < canceled part key=_multipart_8I5MBVTQCDVV.2~75PKQDFML1CQ.2 size=198518 2024-07-27T18:40:17.659 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.658+0000 7fd9b0dfe780 1 < canceled multipart upload key=8I5MBVTQCDVV upload=75PKQDFML1CQ tag=1EHZT4YB28XV type=write size=3344246 2024-07-27T18:40:17.661 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.660+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=PQGUVUM36HIA type=write size=238681 2024-07-27T18:40:17.663 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.662+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~QROIKDRI3Y6U.0 size=105182 2024-07-27T18:40:17.667 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.666+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=QROIKDRI3Y6U tag=OIGS8NOC6689 type=write size=1153758 2024-07-27T18:40:17.672 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.671+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~4EHIZYZ30YXQ.0 size=1048576 2024-07-27T18:40:17.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.673+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~4EHIZYZ30YXQ.1 size=70720 2024-07-27T18:40:17.675 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.673+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=4EHIZYZ30YXQ tag=Z9VXQR9XQZ5X type=write size=2167872 2024-07-27T18:40:17.676 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.675+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~NCSIKL6KWL14.0 size=1048576 2024-07-27T18:40:17.678 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.677+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~NCSIKL6KWL14.1 size=813264 2024-07-27T18:40:17.683 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.681+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=NCSIKL6KWL14 tag=VF5NCCJR563B type=write size=2910416 2024-07-27T18:40:17.686 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.684+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=RSYA7YCW6BJ7 type=del size=3371770 2024-07-27T18:40:17.690 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.689+0000 7fd9b0dfe780 -1 < failed to complete operation key=8I5MBVTQCDVV tag=GSD0L48F6MLJ type=del size=3955468: (22) Invalid argument 2024-07-27T18:40:17.692 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.691+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=13N784GMEB6C type=del size=707064 2024-07-27T18:40:17.695 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.694+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=NGJT8AW06M1X type=del 2024-07-27T18:40:17.699 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.698+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~01TZN2ZA8CPU.0 size=1048576 2024-07-27T18:40:17.701 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.700+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~01TZN2ZA8CPU.1 size=546973 2024-07-27T18:40:17.701 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.700+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=01TZN2ZA8CPU tag=YBRF2EJI9MCQ type=write size=2644125 2024-07-27T18:40:17.704 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.703+0000 7fd9b0dfe780 1 < completed write operation key=E9Y61GIX83FA tag=UF2FI5XH4KJJ type=write size=359025 2024-07-27T18:40:17.709 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.708+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~FZ15XOCW0UK2.0 size=541124 2024-07-27T18:40:17.709 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.708+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=FZ15XOCW0UK2 tag=HEWLW1TSHKHV type=write size=1589700 2024-07-27T18:40:17.712 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.711+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~5WTU5BARE9JR.0 size=26693 2024-07-27T18:40:17.718 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.717+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=5WTU5BARE9JR tag=PQM1CJIR00OL type=write size=1075269 2024-07-27T18:40:17.722 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.721+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~WM06Z6R3AUXP.0 size=1048576 2024-07-27T18:40:17.724 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.722+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~WM06Z6R3AUXP.1 size=1048576 2024-07-27T18:40:17.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.724+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~WM06Z6R3AUXP.2 size=911355 2024-07-27T18:40:17.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.724+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=WM06Z6R3AUXP tag=FKODXIC8V0HJ type=write size=4057083 2024-07-27T18:40:17.727 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.726+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~1JFP0VOQIGEV.0 size=272982 2024-07-27T18:40:17.732 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.731+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=1JFP0VOQIGEV tag=MC1QU5X79NBY type=write size=1321558 2024-07-27T18:40:17.737 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.736+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~31AJPO86BZOY.0 size=1048576 2024-07-27T18:40:17.739 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.737+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~31AJPO86BZOY.1 size=1048576 2024-07-27T18:40:17.741 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.740+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~31AJPO86BZOY.2 size=408773 2024-07-27T18:40:17.741 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.740+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=31AJPO86BZOY tag=GIUDPC0N5FVC type=write size=3554501 2024-07-27T18:40:17.744 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.742+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~1ZCK4M01EO0H.0 size=1048576 2024-07-27T18:40:17.746 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.745+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~1ZCK4M01EO0H.1 size=687228 2024-07-27T18:40:17.750 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.749+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=1ZCK4M01EO0H tag=VKOOWVK7PKG6 type=write size=2784380 2024-07-27T18:40:17.753 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.752+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=V6S012BFCK3W type=write size=1009976 2024-07-27T18:40:17.757 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.756+0000 7fd9b0dfe780 1 < suggested update operation key=39IO5R6BZ3YC tag=QRI5VMBN8AJ7 type=del size=1785785 2024-07-27T18:40:17.761 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.760+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~JHFO2WEM5TSN.0 size=1048576 2024-07-27T18:40:17.763 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.762+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~JHFO2WEM5TSN.1 size=688452 2024-07-27T18:40:17.763 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.762+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=JHFO2WEM5TSN tag=1BRA1HV76550 type=write size=2785604 2024-07-27T18:40:17.765 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.764+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=K7PQHGW1Y4CP type=del 2024-07-27T18:40:17.767 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.766+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=ZXDBIJBRT3TB type=del size=1614773 2024-07-27T18:40:17.770 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.769+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~ISFATVRQXJKF.0 size=1048576 2024-07-27T18:40:17.771 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.770+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~ISFATVRQXJKF.1 size=1048576 2024-07-27T18:40:17.773 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.772+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~ISFATVRQXJKF.2 size=662617 2024-07-27T18:40:17.778 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.777+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=ISFATVRQXJKF tag=V1522THXB1B7 type=write size=3808345 2024-07-27T18:40:17.782 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.781+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~37KB09Q8JCEK.0 size=1048576 2024-07-27T18:40:17.784 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.783+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~37KB09Q8JCEK.1 size=538370 2024-07-27T18:40:17.784 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.783+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=37KB09Q8JCEK tag=JZXAXF0W7GSS type=write size=2635522 2024-07-27T18:40:17.786 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.785+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~N8150YAK0P2D.0 size=695989 2024-07-27T18:40:17.790 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.788+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=N8150YAK0P2D tag=II9X3J31VIX1 type=write size=1744565 2024-07-27T18:40:17.791 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.790+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=REB69NEURV1J type=del size=2115460 2024-07-27T18:40:17.793 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.792+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=SFHNSRUZ4RX7 type=del 2024-07-27T18:40:17.797 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.796+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~SHECDOX5CL3A.0 size=1048576 2024-07-27T18:40:17.798 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.797+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~SHECDOX5CL3A.1 size=1048576 2024-07-27T18:40:17.800 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.799+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~SHECDOX5CL3A.2 size=643107 2024-07-27T18:40:17.800 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.799+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=SHECDOX5CL3A tag=WZD7UF9EL8FL type=write size=3788835 2024-07-27T18:40:17.802 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.801+0000 7fd9b0dfe780 1 < completed write operation key=YD0RYSEXBM6F tag=MLVZD53BX5DV type=write size=1007986 2024-07-27T18:40:17.804 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.803+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=U2WL09805LYC type=del size=3155926 2024-07-27T18:40:17.806 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.805+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=NOW1MWBO9FEY type=del 2024-07-27T18:40:17.808 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.807+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=2TSGRSU7G80U type=del size=2680303 2024-07-27T18:40:17.812 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.811+0000 7fd9b0dfe780 1 < suggested remove operation key=E9XS4B44ASV1 tag=PQGUVUM36HIA type=write 2024-07-27T18:40:17.814 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.813+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=EQYDD4KMW5CZ type=del size=3124821 2024-07-27T18:40:17.814 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.813+0000 7fd9b0dfe780 1 < canceled part key=_multipart_8I5MBVTQCDVV.2~4EHIZYZ30YXQ.0 size=1048576 2024-07-27T18:40:17.816 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.815+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~4EHIZYZ30YXQ.1 size=70720 2024-07-27T18:40:17.820 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.819+0000 7fd9b0dfe780 1 < canceled multipart upload key=8I5MBVTQCDVV upload=4EHIZYZ30YXQ tag=Z9VXQR9XQZ5X type=write size=2167872 2024-07-27T18:40:17.824 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.822+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~GE01LY5SXLLQ.0 size=737702 2024-07-27T18:40:17.824 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.823+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=GE01LY5SXLLQ tag=YWNUAQ2OGJHB type=write size=1786278 2024-07-27T18:40:17.826 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.825+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=RSYA7YCW6BJ7 type=del 2024-07-27T18:40:17.828 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.827+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=6V10OECLMER8 type=del size=3320863 2024-07-27T18:40:17.830 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.829+0000 7fd9b0dfe780 1 < canceled operation key=29DDNRGBR1QU tag=13N784GMEB6C type=del size=707064 2024-07-27T18:40:17.832 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.831+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=XBHO06KINOVS type=del size=756784 2024-07-27T18:40:17.834 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.833+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~01TZN2ZA8CPU.0 size=1048576 2024-07-27T18:40:17.836 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.835+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~01TZN2ZA8CPU.1 size=546973 2024-07-27T18:40:17.840 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.838+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=01TZN2ZA8CPU tag=YBRF2EJI9MCQ type=write size=2644125 2024-07-27T18:40:17.842 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.840+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=MQA41E7O360S type=del size=3907239 2024-07-27T18:40:17.844 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.842+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~FZ15XOCW0UK2.0 size=541124 2024-07-27T18:40:17.847 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.846+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=FZ15XOCW0UK2 tag=HEWLW1TSHKHV type=write size=1589700 2024-07-27T18:40:17.849 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.848+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=HCEAO4V921WJ type=del size=3741704 2024-07-27T18:40:17.851 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.850+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~WM06Z6R3AUXP.0 size=1048576 2024-07-27T18:40:17.852 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.851+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~WM06Z6R3AUXP.1 size=1048576 2024-07-27T18:40:17.854 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.853+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~WM06Z6R3AUXP.2 size=911355 2024-07-27T18:40:17.858 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.857+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=WM06Z6R3AUXP tag=FKODXIC8V0HJ type=write size=4057083 2024-07-27T18:40:17.860 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.859+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=081NNQO0ZLU0 type=del size=4167822 2024-07-27T18:40:17.862 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.861+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~31AJPO86BZOY.0 size=1048576 2024-07-27T18:40:17.864 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.862+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~31AJPO86BZOY.1 size=1048576 2024-07-27T18:40:17.865 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.864+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~31AJPO86BZOY.2 size=408773 2024-07-27T18:40:17.870 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.868+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=31AJPO86BZOY tag=GIUDPC0N5FVC type=write size=3554501 2024-07-27T18:40:17.871 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.870+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=RU27V15KMZH8 type=del size=2544419 2024-07-27T18:40:17.873 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.872+0000 7fd9b0dfe780 1 < completed write operation key=L423106KP3PL tag=V6S012BFCK3W type=write size=1009976 2024-07-27T18:40:17.875 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.874+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=FUJQCA80B4JY type=del size=2594186 2024-07-27T18:40:17.877 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.876+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~JHFO2WEM5TSN.0 size=1048576 2024-07-27T18:40:17.880 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.878+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~JHFO2WEM5TSN.1 size=688452 2024-07-27T18:40:17.883 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.882+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=JHFO2WEM5TSN tag=1BRA1HV76550 type=write size=2785604 2024-07-27T18:40:17.886 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.885+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~O2S3FCQNDA2M.0 size=1048576 2024-07-27T18:40:17.888 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.887+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~O2S3FCQNDA2M.1 size=313604 2024-07-27T18:40:17.888 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.887+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=O2S3FCQNDA2M tag=0T2WF4GQ2M34 type=write size=2410756 2024-07-27T18:40:17.893 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.891+0000 7fd9b0dfe780 1 < suggested remove operation key=RC22Q26LLIA2 tag=ZXDBIJBRT3TB type=del 2024-07-27T18:40:17.894 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.893+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=OB9H370FL1ZU type=del size=3973253 2024-07-27T18:40:17.896 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.895+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~37KB09Q8JCEK.0 size=1048576 2024-07-27T18:40:17.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.897+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~37KB09Q8JCEK.1 size=538370 2024-07-27T18:40:17.901 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.900+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=37KB09Q8JCEK tag=JZXAXF0W7GSS type=write size=2635522 2024-07-27T18:40:17.903 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.902+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=PB1ND33A5H3A type=del size=2874982 2024-07-27T18:40:17.905 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.904+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=REB69NEURV1J type=del 2024-07-27T18:40:17.907 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.906+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=D2128E0L4DYQ type=del size=3153271 2024-07-27T18:40:17.909 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.908+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~SHECDOX5CL3A.0 size=1048576 2024-07-27T18:40:17.912 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.911+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~SHECDOX5CL3A.1 size=1048576 2024-07-27T18:40:17.914 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.913+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~SHECDOX5CL3A.2 size=643107 2024-07-27T18:40:17.920 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.919+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=SHECDOX5CL3A tag=WZD7UF9EL8FL type=write size=3788835 2024-07-27T18:40:17.926 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.925+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~0KRX7PDH1ZA5.0 size=303336 2024-07-27T18:40:17.926 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.925+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=0KRX7PDH1ZA5 tag=NBK2HS2UU6R8 type=write size=1351912 2024-07-27T18:40:17.929 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.928+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=U2WL09805LYC type=del 2024-07-27T18:40:17.932 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.931+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=WP57F3U7NB97 type=del size=1272215 2024-07-27T18:40:17.935 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.933+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=2TSGRSU7G80U type=del 2024-07-27T18:40:17.937 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.936+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=86KXWLKGRZH7 type=del size=1809782 2024-07-27T18:40:17.940 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.939+0000 7fd9b0dfe780 1 < completed delete operation key=CFEXWJESTIQM tag=EQYDD4KMW5CZ type=del 2024-07-27T18:40:17.943 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.942+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=75C6OS2AMIR4 type=write size=177963 2024-07-27T18:40:17.946 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.945+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~GE01LY5SXLLQ.0 size=737702 2024-07-27T18:40:17.952 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.951+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=GE01LY5SXLLQ tag=YWNUAQ2OGJHB type=write size=1786278 2024-07-27T18:40:17.955 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.954+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=RXWYWS9KJNLF type=del size=669230 2024-07-27T18:40:17.959 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.958+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=6V10OECLMER8 type=del 2024-07-27T18:40:17.964 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.963+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~E8YSBN9CHDXE.0 size=1048576 2024-07-27T18:40:17.966 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.965+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~E8YSBN9CHDXE.1 size=481067 2024-07-27T18:40:17.966 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.965+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=E8YSBN9CHDXE tag=9TKYBUKHBZAU type=write size=2578219 2024-07-27T18:40:17.969 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.968+0000 7fd9b0dfe780 1 < canceled operation key=T7BZCFBSZM95 tag=XBHO06KINOVS type=del size=756784 2024-07-27T18:40:17.971 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.970+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=T2LGN3TQ21RS type=write size=931075 2024-07-27T18:40:17.974 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.973+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=MQA41E7O360S type=del 2024-07-27T18:40:17.979 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.978+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~W3299IDEL4PH.0 size=263528 2024-07-27T18:40:17.979 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.978+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=W3299IDEL4PH tag=QQXG70RUVV5D type=write size=1312104 2024-07-27T18:40:17.981 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.980+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=HCEAO4V921WJ type=del 2024-07-27T18:40:17.984 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.983+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=AIMY902VVDWY type=del size=2447736 2024-07-27T18:40:17.993 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.989+0000 7fd9b0dfe780 1 < suggested update operation key=6P6RR9NVCRT1 tag=081NNQO0ZLU0 type=del size=4167822 2024-07-27T18:40:17.996 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.995+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~3V8807MHVQS9.0 size=1048576 2024-07-27T18:40:17.998 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:17.997+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~3V8807MHVQS9.1 size=1048576 2024-07-27T18:40:18.001 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.000+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~3V8807MHVQS9.2 size=520652 2024-07-27T18:40:18.001 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.000+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=3V8807MHVQS9 tag=LQDZS91ATK0Q type=write size=3666380 2024-07-27T18:40:18.003 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.002+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=RU27V15KMZH8 type=del 2024-07-27T18:40:18.007 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.005+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=FMQ0QXY58WX8 type=write size=72402 2024-07-27T18:40:18.009 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.008+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=FUJQCA80B4JY type=del 2024-07-27T18:40:18.012 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.011+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=IZ1NA9ZDEOVI type=write size=310269 2024-07-27T18:40:18.015 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.014+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~O2S3FCQNDA2M.0 size=1048576 2024-07-27T18:40:18.018 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.017+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~O2S3FCQNDA2M.1 size=313604 2024-07-27T18:40:18.022 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.021+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=O2S3FCQNDA2M tag=0T2WF4GQ2M34 type=write size=2410756 2024-07-27T18:40:18.025 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.024+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=35XRRHONEC38 type=del size=3557983 2024-07-27T18:40:18.028 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.027+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=OB9H370FL1ZU type=del 2024-07-27T18:40:18.034 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.033+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~2ZVKQR39NYJL.0 size=107720 2024-07-27T18:40:18.034 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.033+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=2ZVKQR39NYJL tag=333DAH2KJF46 type=write size=1156296 2024-07-27T18:40:18.037 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.036+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=PB1ND33A5H3A type=del 2024-07-27T18:40:18.040 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.039+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=UOK3LLE7GM70 type=write size=76573 2024-07-27T18:40:18.046 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.045+0000 7fd9b0dfe780 1 < suggested remove operation key=PV35EIWWUMCU tag=D2128E0L4DYQ type=del 2024-07-27T18:40:18.051 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.050+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~6P8R65UJNJYD.0 size=606021 2024-07-27T18:40:18.051 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.050+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=6P8R65UJNJYD tag=NWH2A891YFI5 type=write size=1654597 2024-07-27T18:40:18.054 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.053+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~0KRX7PDH1ZA5.0 size=303336 2024-07-27T18:40:18.059 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.057+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=0KRX7PDH1ZA5 tag=NBK2HS2UU6R8 type=write size=1351912 2024-07-27T18:40:18.064 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.063+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~0EDDCUQG14MA.0 size=1048576 2024-07-27T18:40:18.066 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.065+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~0EDDCUQG14MA.1 size=759121 2024-07-27T18:40:18.066 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.065+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=0EDDCUQG14MA tag=NCZV2XTVEZYQ type=write size=2856273 2024-07-27T18:40:18.070 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.068+0000 7fd9b0dfe780 1 < canceled operation key=SK6LFQZNWE93 tag=WP57F3U7NB97 type=del size=1272215 2024-07-27T18:40:18.076 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.074+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~07TK3MADZWFQ.0 size=1048576 2024-07-27T18:40:18.078 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.077+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~07TK3MADZWFQ.1 size=1048576 2024-07-27T18:40:18.080 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.079+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~07TK3MADZWFQ.2 size=709569 2024-07-27T18:40:18.081 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.079+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=07TK3MADZWFQ tag=VE773YUCQ717 type=write size=3855297 2024-07-27T18:40:18.084 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.083+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=86KXWLKGRZH7 type=del 2024-07-27T18:40:18.091 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.089+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~OO2D13R5LFXA.0 size=491283 2024-07-27T18:40:18.091 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.089+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=OO2D13R5LFXA tag=3J45OV9J3BDK type=write size=1539859 2024-07-27T18:40:18.094 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.093+0000 7fd9b0dfe780 1 < completed write operation key=BQPHSDB02Z8O tag=75C6OS2AMIR4 type=write size=177963 2024-07-27T18:40:18.097 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.096+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=QMT15AER5NGQ type=write size=657836 2024-07-27T18:40:18.099 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.098+0000 7fd9b0dfe780 1 < completed delete operation key=CFEXWJESTIQM tag=RXWYWS9KJNLF type=del 2024-07-27T18:40:18.103 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.102+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=E0S9O8JEIJIU type=del size=3075294 2024-07-27T18:40:18.106 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.104+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~E8YSBN9CHDXE.0 size=1048576 2024-07-27T18:40:18.106 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.104+0000 7fd9b0dfe780 1 < canceled part key=_multipart_P8NVZQG528UI.2~E8YSBN9CHDXE.1 size=481067 2024-07-27T18:40:18.110 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.109+0000 7fd9b0dfe780 1 < canceled multipart upload key=P8NVZQG528UI upload=E8YSBN9CHDXE tag=9TKYBUKHBZAU type=write size=2578219 2024-07-27T18:40:18.113 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.112+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=OIEG214MITH0 type=del size=3170993 2024-07-27T18:40:18.115 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.114+0000 7fd9b0dfe780 1 < completed write operation key=SK6LFQZNWE93 tag=T2LGN3TQ21RS type=write size=931075 2024-07-27T18:40:18.121 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.119+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~R7J0P3PYHYV5.0 size=1048576 2024-07-27T18:40:18.123 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.122+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~R7J0P3PYHYV5.1 size=635841 2024-07-27T18:40:18.123 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.122+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=R7J0P3PYHYV5 tag=AJUFNK7US4HT type=write size=2732993 2024-07-27T18:40:18.126 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.125+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~W3299IDEL4PH.0 size=263528 2024-07-27T18:40:18.131 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.130+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=W3299IDEL4PH tag=QQXG70RUVV5D type=write size=1312104 2024-07-27T18:40:18.135 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.134+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=HAVFAO9VIWW1 type=write size=169761 2024-07-27T18:40:18.138 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.137+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=AIMY902VVDWY type=del 2024-07-27T18:40:18.143 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.142+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~R61M7T16I16Q.0 size=1048576 2024-07-27T18:40:18.146 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.144+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~R61M7T16I16Q.1 size=1048576 2024-07-27T18:40:18.148 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.147+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~R61M7T16I16Q.2 size=216372 2024-07-27T18:40:18.148 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.147+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=R61M7T16I16Q tag=61AINE5V69JG type=write size=3362100 2024-07-27T18:40:18.151 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.150+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~3V8807MHVQS9.0 size=1048576 2024-07-27T18:40:18.154 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.152+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~3V8807MHVQS9.1 size=1048576 2024-07-27T18:40:18.154 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.152+0000 7fd9b0dfe780 1 < canceled part key=_multipart_55DD8ECTT2JA.2~3V8807MHVQS9.2 size=520652 2024-07-27T18:40:18.158 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.157+0000 7fd9b0dfe780 1 < canceled multipart upload key=55DD8ECTT2JA upload=3V8807MHVQS9 tag=LQDZS91ATK0Q type=write size=3666380 2024-07-27T18:40:18.164 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.162+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~TKWWQLA45DXU.0 size=1048576 2024-07-27T18:40:18.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.165+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~TKWWQLA45DXU.1 size=1048576 2024-07-27T18:40:18.169 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.167+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~TKWWQLA45DXU.2 size=674579 2024-07-27T18:40:18.169 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.167+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=TKWWQLA45DXU tag=FX2ZSSNEXDJG type=write size=3820307 2024-07-27T18:40:18.172 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.171+0000 7fd9b0dfe780 1 < completed write operation key=W2L0RV8ZN7R4 tag=FMQ0QXY58WX8 type=write size=72402 2024-07-27T18:40:18.175 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.174+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=73USH7U8Z1RK type=del size=351559 2024-07-27T18:40:18.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.179+0000 7fd9b0dfe780 -1 < failed to complete operation key=PV35EIWWUMCU tag=IZ1NA9ZDEOVI type=write size=310269: (22) Invalid argument 2024-07-27T18:40:18.183 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.181+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=ITUNBDSLQTXZ type=del size=3977511 2024-07-27T18:40:18.189 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.187+0000 7fd9b0dfe780 1 < suggested update operation key=W2L0RV8ZN7R4 tag=35XRRHONEC38 type=del size=3557983 2024-07-27T18:40:18.192 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.191+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=I7HA0RA757BN type=del size=2770000 2024-07-27T18:40:18.198 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.193+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~2ZVKQR39NYJL.0 size=107720 2024-07-27T18:40:18.200 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.199+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=2ZVKQR39NYJL tag=333DAH2KJF46 type=write size=1156296 2024-07-27T18:40:18.203 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.202+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=X6Z5P4ZWN2H7 type=del size=2176606 2024-07-27T18:40:18.205 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.204+0000 7fd9b0dfe780 1 < completed write operation key=IGKNZEI10405 tag=UOK3LLE7GM70 type=write size=76573 2024-07-27T18:40:18.209 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.208+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=EDHURWTPG2OC type=write size=84672 2024-07-27T18:40:18.211 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.210+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~6P8R65UJNJYD.0 size=606021 2024-07-27T18:40:18.217 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.216+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=6P8R65UJNJYD tag=NWH2A891YFI5 type=write size=1654597 2024-07-27T18:40:18.220 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.219+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=E26DL1ABA81U type=write size=231072 2024-07-27T18:40:18.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.222+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~0EDDCUQG14MA.0 size=1048576 2024-07-27T18:40:18.225 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.224+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~0EDDCUQG14MA.1 size=759121 2024-07-27T18:40:18.231 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.230+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=0EDDCUQG14MA tag=NCZV2XTVEZYQ type=write size=2856273 2024-07-27T18:40:18.233 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.232+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=J5HUTKZABBCS type=write size=585711 2024-07-27T18:40:18.236 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.235+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~07TK3MADZWFQ.0 size=1048576 2024-07-27T18:40:18.239 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.238+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~07TK3MADZWFQ.1 size=1048576 2024-07-27T18:40:18.240 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.238+0000 7fd9b0dfe780 1 < canceled part key=_multipart_G3DZJWABEJWG.2~07TK3MADZWFQ.2 size=709569 2024-07-27T18:40:18.244 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.243+0000 7fd9b0dfe780 1 < canceled multipart upload key=G3DZJWABEJWG upload=07TK3MADZWFQ tag=VE773YUCQ717 type=write size=3855297 2024-07-27T18:40:18.250 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.249+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~LY1XM7DZSG80.0 size=936352 2024-07-27T18:40:18.251 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.249+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=LY1XM7DZSG80 tag=SNES8O2G9GQW type=write size=1984928 2024-07-27T18:40:18.253 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.252+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~OO2D13R5LFXA.0 size=491283 2024-07-27T18:40:18.258 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.257+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=OO2D13R5LFXA tag=3J45OV9J3BDK type=write size=1539859 2024-07-27T18:40:18.261 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.260+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=EWTQ2BHX8D3I type=del size=2014172 2024-07-27T18:40:18.267 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.266+0000 7fd9b0dfe780 1 < suggested remove operation key=CFEXWJESTIQM tag=QMT15AER5NGQ type=write 2024-07-27T18:40:18.270 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.269+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=QGLAP963V33Z type=del size=1761229 2024-07-27T18:40:18.274 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.273+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=E0S9O8JEIJIU type=del 2024-07-27T18:40:18.278 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.277+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~Q1ZXMUXERHBR.0 size=1018264 2024-07-27T18:40:18.279 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.277+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=Q1ZXMUXERHBR tag=4F5TMA24M78I type=write size=2066840 2024-07-27T18:40:18.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.281+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=OIEG214MITH0 type=del 2024-07-27T18:40:18.287 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.286+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~YUHOUGNBCRFE.0 size=1048576 2024-07-27T18:40:18.291 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.290+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~YUHOUGNBCRFE.1 size=1048576 2024-07-27T18:40:18.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.292+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YD0RYSEXBM6F.2~YUHOUGNBCRFE.2 size=419054 2024-07-27T18:40:18.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.292+0000 7fd9b0dfe780 1 > prepared multipart upload key=YD0RYSEXBM6F upload=YUHOUGNBCRFE tag=SR6LAPHBK55G type=write size=3564782 2024-07-27T18:40:18.296 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.295+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~R7J0P3PYHYV5.0 size=1048576 2024-07-27T18:40:18.299 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.298+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~R7J0P3PYHYV5.1 size=635841 2024-07-27T18:40:18.305 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.304+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=R7J0P3PYHYV5 tag=AJUFNK7US4HT type=write size=2732993 2024-07-27T18:40:18.311 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.310+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~18N5XDRJG9JV.0 size=1048576 2024-07-27T18:40:18.313 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.312+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~18N5XDRJG9JV.1 size=1048576 2024-07-27T18:40:18.315 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.313+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~18N5XDRJG9JV.2 size=392582 2024-07-27T18:40:18.315 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.313+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=18N5XDRJG9JV tag=K0ZBGLS2PLUM type=write size=3538310 2024-07-27T18:40:18.316 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.315+0000 7fd9b0dfe780 1 < completed write operation key=55DD8ECTT2JA tag=HAVFAO9VIWW1 type=write size=169761 2024-07-27T18:40:18.320 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.319+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~XB5P360RGPH0.0 size=956204 2024-07-27T18:40:18.320 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.319+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=XB5P360RGPH0 tag=TZSQ64D1GAPH type=write size=2004780 2024-07-27T18:40:18.322 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.321+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~R61M7T16I16Q.0 size=1048576 2024-07-27T18:40:18.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.322+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~R61M7T16I16Q.1 size=1048576 2024-07-27T18:40:18.325 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.324+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~R61M7T16I16Q.2 size=216372 2024-07-27T18:40:18.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.327+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=R61M7T16I16Q tag=61AINE5V69JG type=write size=3362100 2024-07-27T18:40:18.332 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.331+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~S0AL8E1WLBH8.0 size=351700 2024-07-27T18:40:18.332 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.331+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=S0AL8E1WLBH8 tag=FRVE2D5VFHTQ type=write size=1400276 2024-07-27T18:40:18.332 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.331+0000 7fd9b0dfe780 1 < canceled part key=_multipart_G3DZJWABEJWG.2~TKWWQLA45DXU.0 size=1048576 2024-07-27T18:40:18.334 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.333+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~TKWWQLA45DXU.1 size=1048576 2024-07-27T18:40:18.336 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.335+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~TKWWQLA45DXU.2 size=674579 2024-07-27T18:40:18.339 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.338+0000 7fd9b0dfe780 1 < canceled multipart upload key=G3DZJWABEJWG upload=TKWWQLA45DXU tag=FX2ZSSNEXDJG type=write size=3820307 2024-07-27T18:40:18.341 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.340+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=7YAGU5AOV3R5 type=del size=1672170 2024-07-27T18:40:18.344 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.342+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=73USH7U8Z1RK type=del 2024-07-27T18:40:18.345 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.344+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=METKP5P8NTRH type=del size=3660385 2024-07-27T18:40:18.347 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.346+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=ITUNBDSLQTXZ type=del 2024-07-27T18:40:18.351 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.350+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~HNI0ZSUZ61WG.0 size=1048576 2024-07-27T18:40:18.353 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.352+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~HNI0ZSUZ61WG.1 size=1048576 2024-07-27T18:40:18.355 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.354+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~HNI0ZSUZ61WG.2 size=172555 2024-07-27T18:40:18.355 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.354+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=HNI0ZSUZ61WG tag=SQLFJ32XLSB6 type=write size=3318283 2024-07-27T18:40:18.357 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.356+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=I7HA0RA757BN type=del 2024-07-27T18:40:18.361 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.359+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~AFPWNDWB4B2U.0 size=1048576 2024-07-27T18:40:18.362 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.361+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~AFPWNDWB4B2U.1 size=797632 2024-07-27T18:40:18.362 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.361+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=AFPWNDWB4B2U tag=9HP3M8VDJC1T type=write size=2894784 2024-07-27T18:40:18.364 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.363+0000 7fd9b0dfe780 1 < canceled operation key=SK6LFQZNWE93 tag=X6Z5P4ZWN2H7 type=del size=2176606 2024-07-27T18:40:18.366 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.365+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=5E0KDVWH053S type=del size=2963767 2024-07-27T18:40:18.369 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.368+0000 7fd9b0dfe780 1 < completed write operation key=6P6RR9NVCRT1 tag=EDHURWTPG2OC type=write size=84672 2024-07-27T18:40:18.372 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.371+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~1CHCTNNGV7DS.0 size=1048576 2024-07-27T18:40:18.374 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.373+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~1CHCTNNGV7DS.1 size=1048576 2024-07-27T18:40:18.376 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.375+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~1CHCTNNGV7DS.2 size=421660 2024-07-27T18:40:18.376 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.375+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=1CHCTNNGV7DS tag=4XYPKV7JJOEW type=write size=3567388 2024-07-27T18:40:18.378 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.377+0000 7fd9b0dfe780 1 < completed write operation key=FXYU6A8CU9F0 tag=E26DL1ABA81U type=write size=231072 2024-07-27T18:40:18.381 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.380+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~HU684MQ2RNF1.0 size=648147 2024-07-27T18:40:18.381 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.380+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=HU684MQ2RNF1 tag=RHMOTUO9BHQO type=write size=1696723 2024-07-27T18:40:18.383 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.382+0000 7fd9b0dfe780 1 < completed write operation key=03QZ740ES4M3 tag=J5HUTKZABBCS type=write size=585711 2024-07-27T18:40:18.386 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.385+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=LQSE3FIWW0XN type=del size=915717 2024-07-27T18:40:18.388 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.387+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~LY1XM7DZSG80.0 size=936352 2024-07-27T18:40:18.391 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.390+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=LY1XM7DZSG80 tag=SNES8O2G9GQW type=write size=1984928 2024-07-27T18:40:18.393 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.392+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=KXI0XSR26ZJO type=write size=926271 2024-07-27T18:40:18.395 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.394+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=EWTQ2BHX8D3I type=del 2024-07-27T18:40:18.398 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.397+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=FHMYIBKYDPV4 type=del size=1129466 2024-07-27T18:40:18.401 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.400+0000 7fd9b0dfe780 1 < canceled operation key=V2SZ9U1AFGCG tag=QGLAP963V33Z type=del size=1761229 2024-07-27T18:40:18.403 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.402+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=CIG5U4JBFW50 type=del size=3671092 2024-07-27T18:40:18.406 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.404+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~Q1ZXMUXERHBR.0 size=1018264 2024-07-27T18:40:18.409 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.408+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=Q1ZXMUXERHBR tag=4F5TMA24M78I type=write size=2066840 2024-07-27T18:40:18.413 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.412+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~S8U02611LI1T.0 size=1048576 2024-07-27T18:40:18.414 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.413+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~S8U02611LI1T.1 size=184688 2024-07-27T18:40:18.414 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.413+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=S8U02611LI1T tag=CKABDZU57D48 type=write size=2281840 2024-07-27T18:40:18.416 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.415+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~YUHOUGNBCRFE.0 size=1048576 2024-07-27T18:40:18.418 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.417+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~YUHOUGNBCRFE.1 size=1048576 2024-07-27T18:40:18.420 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.419+0000 7fd9b0dfe780 1 < completed part key=_multipart_YD0RYSEXBM6F.2~YUHOUGNBCRFE.2 size=419054 2024-07-27T18:40:18.423 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.422+0000 7fd9b0dfe780 1 < completed multipart upload key=YD0RYSEXBM6F upload=YUHOUGNBCRFE tag=SR6LAPHBK55G type=write size=3564782 2024-07-27T18:40:18.427 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.426+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~ZKD4HUDOCZF6.0 size=1048576 2024-07-27T18:40:18.429 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.428+0000 7fd9b0dfe780 1 > prepared part key=_multipart_T7BZCFBSZM95.2~ZKD4HUDOCZF6.1 size=1002050 2024-07-27T18:40:18.429 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.428+0000 7fd9b0dfe780 1 > prepared multipart upload key=T7BZCFBSZM95 upload=ZKD4HUDOCZF6 tag=O8Y7JWM1S9WL type=write size=3099202 2024-07-27T18:40:18.431 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.430+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~18N5XDRJG9JV.0 size=1048576 2024-07-27T18:40:18.433 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.432+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~18N5XDRJG9JV.1 size=1048576 2024-07-27T18:40:18.435 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.434+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~18N5XDRJG9JV.2 size=392582 2024-07-27T18:40:18.440 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.439+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=18N5XDRJG9JV tag=K0ZBGLS2PLUM type=write size=3538310 2024-07-27T18:40:18.445 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.444+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~EW379LBOX6IA.0 size=433284 2024-07-27T18:40:18.446 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.444+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=EW379LBOX6IA tag=4IVGCCFET4JA type=write size=1481860 2024-07-27T18:40:18.448 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.447+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~XB5P360RGPH0.0 size=956204 2024-07-27T18:40:18.452 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.451+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=XB5P360RGPH0 tag=TZSQ64D1GAPH type=write size=2004780 2024-07-27T18:40:18.457 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.456+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~QK1PQYO0WQMN.0 size=1048576 2024-07-27T18:40:18.459 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.458+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~QK1PQYO0WQMN.1 size=1048576 2024-07-27T18:40:18.461 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.460+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~QK1PQYO0WQMN.2 size=417616 2024-07-27T18:40:18.461 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.460+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=QK1PQYO0WQMN tag=R0N4E04K1R3C type=write size=3563344 2024-07-27T18:40:18.463 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.462+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~S0AL8E1WLBH8.0 size=351700 2024-07-27T18:40:18.467 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.466+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=S0AL8E1WLBH8 tag=FRVE2D5VFHTQ type=write size=1400276 2024-07-27T18:40:18.469 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.468+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=AHOTX215D515 type=del size=963704 2024-07-27T18:40:18.475 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.474+0000 7fd9b0dfe780 1 < suggested update operation key=FXYU6A8CU9F0 tag=7YAGU5AOV3R5 type=del size=1672170 2024-07-27T18:40:18.479 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.478+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~FUKJHPXGJQZ2.0 size=1048576 2024-07-27T18:40:18.481 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.480+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~FUKJHPXGJQZ2.1 size=242884 2024-07-27T18:40:18.482 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.480+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=FUKJHPXGJQZ2 tag=Y0MFT15UQV1A type=write size=2340036 2024-07-27T18:40:18.484 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.483+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=METKP5P8NTRH type=del 2024-07-27T18:40:18.486 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.485+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=7JRKLPOM9CQ2 type=del size=2799741 2024-07-27T18:40:18.488 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.487+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~HNI0ZSUZ61WG.0 size=1048576 2024-07-27T18:40:18.490 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.489+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~HNI0ZSUZ61WG.1 size=1048576 2024-07-27T18:40:18.492 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.491+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~HNI0ZSUZ61WG.2 size=172555 2024-07-27T18:40:18.496 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.495+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=HNI0ZSUZ61WG tag=SQLFJ32XLSB6 type=write size=3318283 2024-07-27T18:40:18.500 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.499+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~VJ36YP75MY1O.0 size=1048576 2024-07-27T18:40:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:18 smithi029 ceph-mon[96870]: pgmap v1388: 137 pgs: 137 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.4 MiB/s rd, 488 KiB/s wr, 2.49k op/s 2024-07-27T18:40:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:18 smithi029 ceph-mon[99353]: pgmap v1388: 137 pgs: 137 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.4 MiB/s rd, 488 KiB/s wr, 2.49k op/s 2024-07-27T18:40:18.503 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.502+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~VJ36YP75MY1O.1 size=112264 2024-07-27T18:40:18.503 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.502+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=VJ36YP75MY1O tag=E4T3HIG2BO48 type=write size=2209416 2024-07-27T18:40:18.503 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.502+0000 7fd9b0dfe780 1 < canceled part key=_multipart_P8NVZQG528UI.2~AFPWNDWB4B2U.0 size=1048576 2024-07-27T18:40:18.506 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.505+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~AFPWNDWB4B2U.1 size=797632 2024-07-27T18:40:18.511 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.510+0000 7fd9b0dfe780 1 < canceled multipart upload key=P8NVZQG528UI upload=AFPWNDWB4B2U tag=9HP3M8VDJC1T type=write size=2894784 2024-07-27T18:40:18.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.515+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~IHG6QXA303JO.0 size=399125 2024-07-27T18:40:18.516 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.515+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=IHG6QXA303JO tag=KQTWLWSA9KYN type=write size=1447701 2024-07-27T18:40:18.519 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.518+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=5E0KDVWH053S type=del 2024-07-27T18:40:18.522 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.521+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=X17UJGOV01PW type=del size=2550821 2024-07-27T18:40:18.524 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.523+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~1CHCTNNGV7DS.0 size=1048576 2024-07-27T18:40:18.526 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.525+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~1CHCTNNGV7DS.1 size=1048576 2024-07-27T18:40:18.528 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.527+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~1CHCTNNGV7DS.2 size=421660 2024-07-27T18:40:18.532 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.531+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=1CHCTNNGV7DS tag=4XYPKV7JJOEW type=write size=3567388 2024-07-27T18:40:18.536 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.535+0000 7fd9b0dfe780 1 > prepared part key=_multipart_ERT6LG30K8WA.2~DJFBCVO7IZF4.0 size=429563 2024-07-27T18:40:18.536 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.535+0000 7fd9b0dfe780 1 > prepared multipart upload key=ERT6LG30K8WA upload=DJFBCVO7IZF4 tag=2ZKL7ZVPMMFS type=write size=1478139 2024-07-27T18:40:18.538 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.537+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~HU684MQ2RNF1.0 size=648147 2024-07-27T18:40:18.543 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.542+0000 7fd9b0dfe780 1 < completed multipart upload key=86SBFWKFIZ50 upload=HU684MQ2RNF1 tag=RHMOTUO9BHQO type=write size=1696723 2024-07-27T18:40:18.545 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.544+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=1D73I50PUANL type=del size=2174722 2024-07-27T18:40:18.547 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.546+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=LQSE3FIWW0XN type=del 2024-07-27T18:40:18.550 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.549+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=JHVZKRB7MCV5 type=del size=116307 2024-07-27T18:40:18.556 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.555+0000 7fd9b0dfe780 1 < suggested update operation key=RC22Q26LLIA2 tag=KXI0XSR26ZJO type=write size=926271 2024-07-27T18:40:18.559 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.558+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=4XQE0S3EUKH8 type=write size=550277 2024-07-27T18:40:18.562 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.561+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=FHMYIBKYDPV4 type=del 2024-07-27T18:40:18.565 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.564+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=MNC2K7XWPINJ type=del size=2394665 2024-07-27T18:40:18.568 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.567+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=CIG5U4JBFW50 type=del 2024-07-27T18:40:18.572 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.571+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=O0ETC82L1S5H type=del size=1913250 2024-07-27T18:40:18.575 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.574+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~S8U02611LI1T.0 size=1048576 2024-07-27T18:40:18.577 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.576+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~S8U02611LI1T.1 size=184688 2024-07-27T18:40:18.578 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:18 smithi179 ceph-mon[89801]: pgmap v1388: 137 pgs: 137 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.4 MiB/s rd, 488 KiB/s wr, 2.49k op/s 2024-07-27T18:40:18.582 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.581+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=S8U02611LI1T tag=CKABDZU57D48 type=write size=2281840 2024-07-27T18:40:18.585 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.584+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=495NHZM88LTE type=del size=355420 2024-07-27T18:40:18.587 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.586+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~ZKD4HUDOCZF6.0 size=1048576 2024-07-27T18:40:18.590 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.589+0000 7fd9b0dfe780 1 < completed part key=_multipart_T7BZCFBSZM95.2~ZKD4HUDOCZF6.1 size=1002050 2024-07-27T18:40:18.595 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.594+0000 7fd9b0dfe780 1 < completed multipart upload key=T7BZCFBSZM95 upload=ZKD4HUDOCZF6 tag=O8Y7JWM1S9WL type=write size=3099202 2024-07-27T18:40:18.598 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.597+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=EEZQ7VFF7Z3K type=del size=2018359 2024-07-27T18:40:18.601 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.600+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~EW379LBOX6IA.0 size=433284 2024-07-27T18:40:18.606 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.603+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=EW379LBOX6IA tag=4IVGCCFET4JA type=write size=1481860 2024-07-27T18:40:18.609 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.608+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~XKZVY1LV366V.0 size=910530 2024-07-27T18:40:18.609 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.608+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=XKZVY1LV366V tag=I0RAX3D7OFUJ type=write size=1959106 2024-07-27T18:40:18.609 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.608+0000 7fd9b0dfe780 1 < canceled part key=_multipart_86SBFWKFIZ50.2~QK1PQYO0WQMN.0 size=1048576 2024-07-27T18:40:18.611 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.610+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~QK1PQYO0WQMN.1 size=1048576 2024-07-27T18:40:18.612 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.611+0000 7fd9b0dfe780 1 < completed part key=_multipart_86SBFWKFIZ50.2~QK1PQYO0WQMN.2 size=417616 2024-07-27T18:40:18.616 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.615+0000 7fd9b0dfe780 1 < canceled multipart upload key=86SBFWKFIZ50 upload=QK1PQYO0WQMN tag=R0N4E04K1R3C type=write size=3563344 2024-07-27T18:40:18.620 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.619+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~FKTRVTJBUAL4.0 size=1048576 2024-07-27T18:40:18.621 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.620+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~FKTRVTJBUAL4.1 size=1048576 2024-07-27T18:40:18.623 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.622+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~FKTRVTJBUAL4.2 size=824867 2024-07-27T18:40:18.623 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.622+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=FKTRVTJBUAL4 tag=2R1M1BZT8S9J type=write size=3970595 2024-07-27T18:40:18.625 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.624+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=AHOTX215D515 type=del 2024-07-27T18:40:18.627 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.626+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=M4JV8JO33SLH type=del size=1393292 2024-07-27T18:40:18.629 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.628+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~FUKJHPXGJQZ2.0 size=1048576 2024-07-27T18:40:18.631 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.629+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~FUKJHPXGJQZ2.1 size=242884 2024-07-27T18:40:18.634 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.633+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=FUKJHPXGJQZ2 tag=Y0MFT15UQV1A type=write size=2340036 2024-07-27T18:40:18.637 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.636+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~9QF0V1SCCSXQ.0 size=1048576 2024-07-27T18:40:18.639 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.638+0000 7fd9b0dfe780 1 > prepared part key=_multipart_CFEXWJESTIQM.2~9QF0V1SCCSXQ.1 size=341530 2024-07-27T18:40:18.639 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.638+0000 7fd9b0dfe780 1 > prepared multipart upload key=CFEXWJESTIQM upload=9QF0V1SCCSXQ tag=20AHYNWS1WCF type=write size=2438682 2024-07-27T18:40:18.641 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.640+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=7JRKLPOM9CQ2 type=del 2024-07-27T18:40:18.644 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.643+0000 7fd9b0dfe780 1 > prepared operation key=L423106KP3PL tag=5BO62GENKXSR type=del size=369679 2024-07-27T18:40:18.647 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.646+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~VJ36YP75MY1O.0 size=1048576 2024-07-27T18:40:18.649 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.647+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~VJ36YP75MY1O.1 size=112264 2024-07-27T18:40:18.652 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.651+0000 7fd9b0dfe780 1 < completed multipart upload key=YYNGWXPBKSFI upload=VJ36YP75MY1O tag=E4T3HIG2BO48 type=write size=2209416 2024-07-27T18:40:18.655 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.654+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=0EK4SC1PGX00 type=write size=507298 2024-07-27T18:40:18.657 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.656+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~IHG6QXA303JO.0 size=399125 2024-07-27T18:40:18.660 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.659+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=IHG6QXA303JO tag=KQTWLWSA9KYN type=write size=1447701 2024-07-27T18:40:18.664 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.663+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~AUOC62DLESUA.0 size=1048576 2024-07-27T18:40:18.667 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.665+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~AUOC62DLESUA.1 size=788733 2024-07-27T18:40:18.667 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.665+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=AUOC62DLESUA tag=R9R7FN1YGFUV type=write size=2885885 2024-07-27T18:40:18.668 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.667+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=X17UJGOV01PW type=del 2024-07-27T18:40:18.672 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.671+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~KCR9UPI064IR.0 size=1048576 2024-07-27T18:40:18.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.673+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~KCR9UPI064IR.1 size=676317 2024-07-27T18:40:18.674 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.673+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=KCR9UPI064IR tag=Y4KDMP02BLTB type=write size=2773469 2024-07-27T18:40:18.676 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.675+0000 7fd9b0dfe780 1 < completed part key=_multipart_ERT6LG30K8WA.2~DJFBCVO7IZF4.0 size=429563 2024-07-27T18:40:18.680 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.679+0000 7fd9b0dfe780 1 < completed multipart upload key=ERT6LG30K8WA upload=DJFBCVO7IZF4 tag=2ZKL7ZVPMMFS type=write size=1478139 2024-07-27T18:40:18.684 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.683+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~EUPMV4QN6H3A.0 size=1048576 2024-07-27T18:40:18.685 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.684+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~EUPMV4QN6H3A.1 size=1048576 2024-07-27T18:40:18.687 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.686+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~EUPMV4QN6H3A.2 size=736492 2024-07-27T18:40:18.687 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.686+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=EUPMV4QN6H3A tag=JMXXK4GROCTF type=write size=3882220 2024-07-27T18:40:18.689 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.688+0000 7fd9b0dfe780 1 < canceled operation key=CFEXWJESTIQM tag=1D73I50PUANL type=del size=2174722 2024-07-27T18:40:18.694 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.692+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~6M0H6JS922LS.0 size=440535 2024-07-27T18:40:18.694 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.693+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=6M0H6JS922LS tag=H8KRF7EA1X4P type=write size=1489111 2024-07-27T18:40:18.695 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.694+0000 7fd9b0dfe780 1 < completed delete operation key=V2SZ9U1AFGCG tag=JHVZKRB7MCV5 type=del 2024-07-27T18:40:18.697 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.696+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=J6DPXTNAS1P5 type=del size=2595323 2024-07-27T18:40:18.699 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.698+0000 7fd9b0dfe780 1 < completed write operation key=0ML6VB25ON15 tag=4XQE0S3EUKH8 type=write size=550277 2024-07-27T18:40:18.701 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.700+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=7KU1L0H4HWB5 type=del size=1955569 2024-07-27T18:40:18.704 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.703+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=MNC2K7XWPINJ type=del 2024-07-27T18:40:18.707 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.706+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=90MKMBY53YKU type=write size=679459 2024-07-27T18:40:18.710 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.709+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=O0ETC82L1S5H type=del 2024-07-27T18:40:18.712 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.711+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=4A9PEYHVRGC3 type=write size=772664 2024-07-27T18:40:18.715 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.714+0000 7fd9b0dfe780 1 < canceled operation key=ERT6LG30K8WA tag=495NHZM88LTE type=del size=355420 2024-07-27T18:40:18.720 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.719+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~KUBLQRLPD8AR.0 size=1048576 2024-07-27T18:40:18.723 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.722+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~KUBLQRLPD8AR.1 size=700481 2024-07-27T18:40:18.723 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.722+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=KUBLQRLPD8AR tag=7C0CTQZGSX47 type=write size=2797633 2024-07-27T18:40:18.725 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.724+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=EEZQ7VFF7Z3K type=del 2024-07-27T18:40:18.729 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.728+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~5EEDVZGI1M5Y.0 size=1048576 2024-07-27T18:40:18.731 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.730+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~5EEDVZGI1M5Y.1 size=145675 2024-07-27T18:40:18.731 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.730+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=5EEDVZGI1M5Y tag=S39SGQ5EEBW9 type=write size=2242827 2024-07-27T18:40:18.733 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.732+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~XKZVY1LV366V.0 size=910530 2024-07-27T18:40:18.736 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.735+0000 7fd9b0dfe780 1 < completed multipart upload key=X7P4EQ7CB100 upload=XKZVY1LV366V tag=I0RAX3D7OFUJ type=write size=1959106 2024-07-27T18:40:18.740 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.739+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~PTGP2T2D7EQW.0 size=24776 2024-07-27T18:40:18.740 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.739+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=PTGP2T2D7EQW tag=3C4YRCMQ03XT type=write size=1073352 2024-07-27T18:40:18.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.741+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~FKTRVTJBUAL4.0 size=1048576 2024-07-27T18:40:18.744 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.742+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~FKTRVTJBUAL4.1 size=1048576 2024-07-27T18:40:18.746 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.745+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~FKTRVTJBUAL4.2 size=824867 2024-07-27T18:40:18.749 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.748+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=FKTRVTJBUAL4 tag=2R1M1BZT8S9J type=write size=3970595 2024-07-27T18:40:18.751 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.750+0000 7fd9b0dfe780 1 > prepared operation key=FXYU6A8CU9F0 tag=8FPFXFXA0HY4 type=del size=3482227 2024-07-27T18:40:18.753 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.752+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=M4JV8JO33SLH type=del 2024-07-27T18:40:18.757 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.755+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~HKSZHR4REPFF.0 size=1048576 2024-07-27T18:40:18.758 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.757+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~HKSZHR4REPFF.1 size=216749 2024-07-27T18:40:18.758 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.757+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=HKSZHR4REPFF tag=YQERN691W9O8 type=write size=2313901 2024-07-27T18:40:18.760 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.759+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~9QF0V1SCCSXQ.0 size=1048576 2024-07-27T18:40:18.762 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.761+0000 7fd9b0dfe780 1 < completed part key=_multipart_CFEXWJESTIQM.2~9QF0V1SCCSXQ.1 size=341530 2024-07-27T18:40:18.766 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.764+0000 7fd9b0dfe780 1 < completed multipart upload key=CFEXWJESTIQM upload=9QF0V1SCCSXQ tag=20AHYNWS1WCF type=write size=2438682 2024-07-27T18:40:18.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.766+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=FG3P9X2G92KH type=write size=193456 2024-07-27T18:40:18.770 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.768+0000 7fd9b0dfe780 1 < completed delete operation key=L423106KP3PL tag=5BO62GENKXSR type=del 2024-07-27T18:40:18.772 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.770+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=YPGD87DRQFZZ type=del size=1439711 2024-07-27T18:40:18.773 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.772+0000 7fd9b0dfe780 1 < completed write operation key=T7BZCFBSZM95 tag=0EK4SC1PGX00 type=write size=507298 2024-07-27T18:40:18.775 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.774+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=4OT4T9UJXLWT type=del size=2710381 2024-07-27T18:40:18.777 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.776+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~AUOC62DLESUA.0 size=1048576 2024-07-27T18:40:18.779 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.778+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~AUOC62DLESUA.1 size=788733 2024-07-27T18:40:18.782 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.781+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=AUOC62DLESUA tag=R9R7FN1YGFUV type=write size=2885885 2024-07-27T18:40:18.784 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.783+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=HUM89E3ZG20T type=del size=4177701 2024-07-27T18:40:18.786 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.785+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~KCR9UPI064IR.0 size=1048576 2024-07-27T18:40:18.788 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.787+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~KCR9UPI064IR.1 size=676317 2024-07-27T18:40:18.791 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.790+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=KCR9UPI064IR tag=Y4KDMP02BLTB type=write size=2773469 2024-07-27T18:40:18.794 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.793+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~1HW939G45VUA.0 size=1028537 2024-07-27T18:40:18.795 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.793+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=1HW939G45VUA tag=SARU45YHT0VZ type=write size=2077113 2024-07-27T18:40:18.796 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.795+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~EUPMV4QN6H3A.0 size=1048576 2024-07-27T18:40:18.798 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.797+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~EUPMV4QN6H3A.1 size=1048576 2024-07-27T18:40:18.800 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.799+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~EUPMV4QN6H3A.2 size=736492 2024-07-27T18:40:18.805 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.804+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=EUPMV4QN6H3A tag=JMXXK4GROCTF type=write size=3882220 2024-07-27T18:40:18.810 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.808+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~R8589DCJGBY2.0 size=1048576 2024-07-27T18:40:18.811 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.810+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~R8589DCJGBY2.1 size=1048576 2024-07-27T18:40:18.813 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.812+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~R8589DCJGBY2.2 size=328183 2024-07-27T18:40:18.814 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.812+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=R8589DCJGBY2 tag=BMUZOEBHD7AI type=write size=3473911 2024-07-27T18:40:18.815 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.814+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~6M0H6JS922LS.0 size=440535 2024-07-27T18:40:18.819 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.818+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=6M0H6JS922LS tag=H8KRF7EA1X4P type=write size=1489111 2024-07-27T18:40:18.821 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.820+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=IRIX9LS09ONG type=del size=3842354 2024-07-27T18:40:18.823 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.822+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=J6DPXTNAS1P5 type=del 2024-07-27T18:40:18.826 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.825+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=BQS13AZQ7J5R type=del size=2544026 2024-07-27T18:40:18.831 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.830+0000 7fd9b0dfe780 1 < suggested remove operation key=P8NVZQG528UI tag=7KU1L0H4HWB5 type=del 2024-07-27T18:40:18.835 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.833+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=P0JSOGAD703Q type=write size=1047411 2024-07-27T18:40:18.837 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.836+0000 7fd9b0dfe780 1 < completed write operation key=O54I6ACW6PJQ tag=90MKMBY53YKU type=write size=679459 2024-07-27T18:40:18.840 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.839+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=B3BA4YVFHIRH type=del size=2721494 2024-07-27T18:40:18.843 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.842+0000 7fd9b0dfe780 1 < completed write operation key=O54I6ACW6PJQ tag=4A9PEYHVRGC3 type=write size=772664 2024-07-27T18:40:18.848 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.847+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~04S8F21UNRJC.0 size=532199 2024-07-27T18:40:18.849 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.847+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=04S8F21UNRJC tag=984LU1ZZXTVS type=write size=1580775 2024-07-27T18:40:18.851 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.850+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~KUBLQRLPD8AR.0 size=1048576 2024-07-27T18:40:18.853 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.852+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~KUBLQRLPD8AR.1 size=700481 2024-07-27T18:40:18.857 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.855+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=KUBLQRLPD8AR tag=7C0CTQZGSX47 type=write size=2797633 2024-07-27T18:40:18.860 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.858+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=5S2AIUEVIGHL type=del size=1634486 2024-07-27T18:40:18.861 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.860+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~5EEDVZGI1M5Y.0 size=1048576 2024-07-27T18:40:18.863 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.862+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~5EEDVZGI1M5Y.1 size=145675 2024-07-27T18:40:18.867 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.865+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=5EEDVZGI1M5Y tag=S39SGQ5EEBW9 type=write size=2242827 2024-07-27T18:40:18.870 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.869+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~O0IT9HO9UTIQ.0 size=1048576 2024-07-27T18:40:18.872 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.871+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~O0IT9HO9UTIQ.1 size=1048576 2024-07-27T18:40:18.874 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.872+0000 7fd9b0dfe780 1 > prepared part key=_multipart_G3DZJWABEJWG.2~O0IT9HO9UTIQ.2 size=359584 2024-07-27T18:40:18.874 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.872+0000 7fd9b0dfe780 1 > prepared multipart upload key=G3DZJWABEJWG upload=O0IT9HO9UTIQ tag=00B9S9EXZ0D2 type=write size=3505312 2024-07-27T18:40:18.875 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.874+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~PTGP2T2D7EQW.0 size=24776 2024-07-27T18:40:18.879 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.878+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=PTGP2T2D7EQW tag=3C4YRCMQ03XT type=write size=1073352 2024-07-27T18:40:18.881 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.880+0000 7fd9b0dfe780 1 > prepared operation key=YYNGWXPBKSFI tag=R3KAPQWTQ9PL type=del size=3339962 2024-07-27T18:40:18.883 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.882+0000 7fd9b0dfe780 1 < completed delete operation key=FXYU6A8CU9F0 tag=8FPFXFXA0HY4 type=del 2024-07-27T18:40:18.885 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.884+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=R18II3H9FP5V type=del size=3663233 2024-07-27T18:40:18.887 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.885+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~HKSZHR4REPFF.0 size=1048576 2024-07-27T18:40:18.888 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.887+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~HKSZHR4REPFF.1 size=216749 2024-07-27T18:40:18.892 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.891+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=HKSZHR4REPFF tag=YQERN691W9O8 type=write size=2313901 2024-07-27T18:40:18.895 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.894+0000 7fd9b0dfe780 1 > prepared part key=_multipart_86SBFWKFIZ50.2~HNF1A41B3030.0 size=501893 2024-07-27T18:40:18.896 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.894+0000 7fd9b0dfe780 1 > prepared multipart upload key=86SBFWKFIZ50 upload=HNF1A41B3030 tag=A6L69BY80J8S type=write size=1550469 2024-07-27T18:40:18.898 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.896+0000 7fd9b0dfe780 1 < completed write operation key=IGKNZEI10405 tag=FG3P9X2G92KH type=write size=193456 2024-07-27T18:40:18.899 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.898+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=1GX3RM9WYOGE type=del size=1437344 2024-07-27T18:40:18.901 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.900+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=YPGD87DRQFZZ type=del 2024-07-27T18:40:18.904 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.902+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=VRRIFFT3IOVH type=del size=293695 2024-07-27T18:40:18.906 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.905+0000 7fd9b0dfe780 1 < completed delete operation key=SK6LFQZNWE93 tag=4OT4T9UJXLWT type=del 2024-07-27T18:40:18.908 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.907+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=SO6SFQ7IQ1AM type=del size=1303329 2024-07-27T18:40:18.910 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.909+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=HUM89E3ZG20T type=del 2024-07-27T18:40:18.914 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.913+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~6NFI3XB03MO6.0 size=1048576 2024-07-27T18:40:18.916 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.915+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~6NFI3XB03MO6.1 size=114864 2024-07-27T18:40:18.916 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.915+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=6NFI3XB03MO6 tag=T3G150TXT18T type=write size=2212016 2024-07-27T18:40:18.918 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.917+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~1HW939G45VUA.0 size=1028537 2024-07-27T18:40:18.922 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.920+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=1HW939G45VUA tag=SARU45YHT0VZ type=write size=2077113 2024-07-27T18:40:18.924 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.923+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=O0D702VXEWD7 type=del size=3717222 2024-07-27T18:40:18.926 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.925+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~R8589DCJGBY2.0 size=1048576 2024-07-27T18:40:18.928 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.926+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~R8589DCJGBY2.1 size=1048576 2024-07-27T18:40:18.929 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.928+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~R8589DCJGBY2.2 size=328183 2024-07-27T18:40:18.933 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.932+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=R8589DCJGBY2 tag=BMUZOEBHD7AI type=write size=3473911 2024-07-27T18:40:18.937 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.936+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~J5RNAM735ONB.0 size=1048576 2024-07-27T18:40:18.939 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.937+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~J5RNAM735ONB.1 size=1048576 2024-07-27T18:40:18.940 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.939+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~J5RNAM735ONB.2 size=396407 2024-07-27T18:40:18.940 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.939+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=J5RNAM735ONB tag=7IDEQLRU621D type=write size=3542135 2024-07-27T18:40:18.942 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.941+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=IRIX9LS09ONG type=del 2024-07-27T18:40:18.944 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.943+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=3WIQDG2FPR0A type=write size=354370 2024-07-27T18:40:18.948 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.947+0000 7fd9b0dfe780 1 < suggested remove operation key=O54I6ACW6PJQ tag=BQS13AZQ7J5R type=del 2024-07-27T18:40:18.950 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.949+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=X5Y0IZF88C78 type=del size=713978 2024-07-27T18:40:18.952 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.951+0000 7fd9b0dfe780 1 < completed write operation key=IGKNZEI10405 tag=P0JSOGAD703Q type=write size=1047411 2024-07-27T18:40:18.955 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.953+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=6S4M844GBDC6 type=del size=393978 2024-07-27T18:40:18.957 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.956+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=B3BA4YVFHIRH type=del 2024-07-27T18:40:18.959 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.958+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=IA0XGSJN20SI type=del size=3142851 2024-07-27T18:40:18.961 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.960+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~04S8F21UNRJC.0 size=532199 2024-07-27T18:40:18.964 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.963+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=04S8F21UNRJC tag=984LU1ZZXTVS type=write size=1580775 2024-07-27T18:40:18.966 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.965+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=BLXKDOWZ5Q6F type=del size=3665052 2024-07-27T18:40:18.968 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.967+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=5S2AIUEVIGHL type=del 2024-07-27T18:40:18.972 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.971+0000 7fd9b0dfe780 1 > prepared part key=_multipart_29DDNRGBR1QU.2~3R1LXZNK9U26.0 size=472043 2024-07-27T18:40:18.972 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.971+0000 7fd9b0dfe780 1 > prepared multipart upload key=29DDNRGBR1QU upload=3R1LXZNK9U26 tag=LH0QVPZQBZDB type=write size=1520619 2024-07-27T18:40:18.974 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.973+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~O0IT9HO9UTIQ.0 size=1048576 2024-07-27T18:40:18.975 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.974+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~O0IT9HO9UTIQ.1 size=1048576 2024-07-27T18:40:18.978 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.977+0000 7fd9b0dfe780 1 < completed part key=_multipart_G3DZJWABEJWG.2~O0IT9HO9UTIQ.2 size=359584 2024-07-27T18:40:18.981 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.980+0000 7fd9b0dfe780 1 < completed multipart upload key=G3DZJWABEJWG upload=O0IT9HO9UTIQ tag=00B9S9EXZ0D2 type=write size=3505312 2024-07-27T18:40:18.985 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.984+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~GNSRIW7K0IB6.0 size=1048576 2024-07-27T18:40:18.987 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.986+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~GNSRIW7K0IB6.1 size=492462 2024-07-27T18:40:18.987 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.986+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=GNSRIW7K0IB6 tag=9NJ99O6EBZER type=write size=2589614 2024-07-27T18:40:18.989 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.988+0000 7fd9b0dfe780 1 < completed delete operation key=YYNGWXPBKSFI tag=R3KAPQWTQ9PL type=del 2024-07-27T18:40:18.993 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.992+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~CXT8J1GIYSF2.0 size=1048576 2024-07-27T18:40:18.994 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.993+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~CXT8J1GIYSF2.1 size=1048576 2024-07-27T18:40:18.996 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.995+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~CXT8J1GIYSF2.2 size=234302 2024-07-27T18:40:18.997 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.995+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=CXT8J1GIYSF2 tag=3PJNBZP46FYL type=write size=3380030 2024-07-27T18:40:18.998 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.997+0000 7fd9b0dfe780 1 < completed delete operation key=X7P4EQ7CB100 tag=R18II3H9FP5V type=del 2024-07-27T18:40:19.000 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.999+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=KK6ELJOQKYZY type=write size=655624 2024-07-27T18:40:19.001 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:18.999+0000 7fd9b0dfe780 1 < canceled part key=_multipart_86SBFWKFIZ50.2~HNF1A41B3030.0 size=501893 2024-07-27T18:40:19.005 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.003+0000 7fd9b0dfe780 1 < canceled multipart upload key=86SBFWKFIZ50 upload=HNF1A41B3030 tag=A6L69BY80J8S type=write size=1550469 2024-07-27T18:40:19.007 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.006+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=3KKHO6V000ZP type=del size=4102734 2024-07-27T18:40:19.009 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.008+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=1GX3RM9WYOGE type=del 2024-07-27T18:40:19.012 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.011+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=LJ1ZENHX61G2 type=del size=2597615 2024-07-27T18:40:19.015 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.014+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=VRRIFFT3IOVH type=del 2024-07-27T18:40:19.018 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.016+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=14WGLWUTMV3O type=del size=674524 2024-07-27T18:40:19.020 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.019+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=SO6SFQ7IQ1AM type=del 2024-07-27T18:40:19.023 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.022+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=GS30EZD92PP4 type=del size=328743 2024-07-27T18:40:19.026 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.024+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~6NFI3XB03MO6.0 size=1048576 2024-07-27T18:40:19.028 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.027+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~6NFI3XB03MO6.1 size=114864 2024-07-27T18:40:19.033 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.032+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=6NFI3XB03MO6 tag=T3G150TXT18T type=write size=2212016 2024-07-27T18:40:19.038 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.037+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~BBCAT9UG5UJM.0 size=521469 2024-07-27T18:40:19.039 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.037+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=BBCAT9UG5UJM tag=0BY9COUV4F2N type=write size=1570045 2024-07-27T18:40:19.042 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.041+0000 7fd9b0dfe780 1 < canceled operation key=29DDNRGBR1QU tag=O0D702VXEWD7 type=del size=3717222 2024-07-27T18:40:19.048 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.046+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~HCP177POPODO.0 size=616887 2024-07-27T18:40:19.049 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.046+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=HCP177POPODO tag=BZ8U6C9JWAH2 type=write size=1665463 2024-07-27T18:40:19.050 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.049+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~J5RNAM735ONB.0 size=1048576 2024-07-27T18:40:19.053 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.051+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~J5RNAM735ONB.1 size=1048576 2024-07-27T18:40:19.056 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.054+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~J5RNAM735ONB.2 size=396407 2024-07-27T18:40:19.061 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.060+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=J5RNAM735ONB tag=7IDEQLRU621D type=write size=3542135 2024-07-27T18:40:19.064 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.063+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=35W9ACT19B76 type=del size=2846790 2024-07-27T18:40:19.067 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.066+0000 7fd9b0dfe780 1 < canceled operation key=T7BZCFBSZM95 tag=3WIQDG2FPR0A type=write size=354370 2024-07-27T18:40:19.070 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.069+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=7SF1KGXF7DVM type=write size=392371 2024-07-27T18:40:19.077 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.076+0000 7fd9b0dfe780 1 < suggested update operation key=YD0RYSEXBM6F tag=X5Y0IZF88C78 type=del size=713978 2024-07-27T18:40:19.080 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.079+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=C2MRPL2LJ7TH type=del size=1785708 2024-07-27T18:40:19.082 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.081+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=6S4M844GBDC6 type=del 2024-07-27T18:40:19.085 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.084+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=51PF604862JT type=del size=1896000 2024-07-27T18:40:19.088 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.087+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=IA0XGSJN20SI type=del 2024-07-27T18:40:19.091 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.090+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=NKFQ7UVI810C type=del size=2351003 2024-07-27T18:40:19.094 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.093+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=BLXKDOWZ5Q6F type=del 2024-07-27T18:40:19.097 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.096+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=E1AYTVZD0LQM type=del size=1738742 2024-07-27T18:40:19.100 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.099+0000 7fd9b0dfe780 1 < completed part key=_multipart_29DDNRGBR1QU.2~3R1LXZNK9U26.0 size=472043 2024-07-27T18:40:19.105 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.104+0000 7fd9b0dfe780 1 < completed multipart upload key=29DDNRGBR1QU upload=3R1LXZNK9U26 tag=LH0QVPZQBZDB type=write size=1520619 2024-07-27T18:40:19.108 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.107+0000 7fd9b0dfe780 1 > prepared operation key=RC22Q26LLIA2 tag=MM4TFD9R6MAA type=write size=444595 2024-07-27T18:40:19.109 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.108+0000 7fd9b0dfe780 1 < canceled part key=_multipart_55DD8ECTT2JA.2~GNSRIW7K0IB6.0 size=1048576 2024-07-27T18:40:19.111 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.110+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~GNSRIW7K0IB6.1 size=492462 2024-07-27T18:40:19.116 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.115+0000 7fd9b0dfe780 1 < canceled multipart upload key=55DD8ECTT2JA upload=GNSRIW7K0IB6 tag=9NJ99O6EBZER type=write size=2589614 2024-07-27T18:40:19.121 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.120+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~CWMVEL7T5SHY.0 size=1048576 2024-07-27T18:40:19.123 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.122+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~CWMVEL7T5SHY.1 size=915679 2024-07-27T18:40:19.124 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.122+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=CWMVEL7T5SHY tag=IPLXEXP4I9N7 type=write size=3012831 2024-07-27T18:40:19.125 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.124+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~CXT8J1GIYSF2.0 size=1048576 2024-07-27T18:40:19.126 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.124+0000 7fd9b0dfe780 1 < canceled part key=_multipart_03QZ740ES4M3.2~CXT8J1GIYSF2.1 size=1048576 2024-07-27T18:40:19.127 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.126+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~CXT8J1GIYSF2.2 size=234302 2024-07-27T18:40:19.131 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.129+0000 7fd9b0dfe780 1 < canceled multipart upload key=03QZ740ES4M3 upload=CXT8J1GIYSF2 tag=3PJNBZP46FYL type=write size=3380030 2024-07-27T18:40:19.134 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.133+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~2GL517G5N6NB.0 size=1048576 2024-07-27T18:40:19.136 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.135+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~2GL517G5N6NB.1 size=1048576 2024-07-27T18:40:19.138 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.137+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~2GL517G5N6NB.2 size=422547 2024-07-27T18:40:19.138 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.137+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=2GL517G5N6NB tag=SJLIQWSN3XG0 type=write size=3568275 2024-07-27T18:40:19.140 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.139+0000 7fd9b0dfe780 1 < completed write operation key=N3SMJ1F7TS0Z tag=KK6ELJOQKYZY type=write size=655624 2024-07-27T18:40:19.141 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.140+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=JA2ZJX1ND3OR type=del size=774986 2024-07-27T18:40:19.144 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.143+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=3KKHO6V000ZP type=del 2024-07-27T18:40:19.146 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.145+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=3G6CXY3VPZFL type=del size=3108641 2024-07-27T18:40:19.148 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.147+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=LJ1ZENHX61G2 type=del 2024-07-27T18:40:19.150 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.148+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=LM8XR9RGAAX4 type=del size=497730 2024-07-27T18:40:19.152 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.151+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=14WGLWUTMV3O type=del 2024-07-27T18:40:19.155 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.154+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~RELF8PSO2I9X.0 size=701994 2024-07-27T18:40:19.155 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.154+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=RELF8PSO2I9X tag=JNOOWH70J0OE type=write size=1750570 2024-07-27T18:40:19.157 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.156+0000 7fd9b0dfe780 1 < canceled operation key=T7BZCFBSZM95 tag=GS30EZD92PP4 type=del size=328743 2024-07-27T18:40:19.161 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.160+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~M2SQC6BC5EBW.0 size=1048576 2024-07-27T18:40:19.163 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.162+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~M2SQC6BC5EBW.1 size=1048576 2024-07-27T18:40:19.164 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.163+0000 7fd9b0dfe780 1 > prepared part key=_multipart_YYNGWXPBKSFI.2~M2SQC6BC5EBW.2 size=294998 2024-07-27T18:40:19.164 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.163+0000 7fd9b0dfe780 1 > prepared multipart upload key=YYNGWXPBKSFI upload=M2SQC6BC5EBW tag=TXIJS603BTOK type=write size=3440726 2024-07-27T18:40:19.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.165+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~BBCAT9UG5UJM.0 size=521469 2024-07-27T18:40:19.169 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.168+0000 7fd9b0dfe780 1 < completed multipart upload key=YYNGWXPBKSFI upload=BBCAT9UG5UJM tag=0BY9COUV4F2N type=write size=1570045 2024-07-27T18:40:19.171 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.170+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=XP0Q0KFWY2R7 type=del size=2874060 2024-07-27T18:40:19.173 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.172+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~HCP177POPODO.0 size=616887 2024-07-27T18:40:19.177 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.176+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=HCP177POPODO tag=BZ8U6C9JWAH2 type=write size=1665463 2024-07-27T18:40:19.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.179+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~ZXO3MIOAV426.0 size=390288 2024-07-27T18:40:19.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.179+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=ZXO3MIOAV426 tag=X209EDNIJX0Z type=write size=1438864 2024-07-27T18:40:19.182 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.181+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=35W9ACT19B76 type=del 2024-07-27T18:40:19.184 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.183+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=5TPCPJ40LSU0 type=del size=3423469 2024-07-27T18:40:19.186 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.185+0000 7fd9b0dfe780 1 < completed write operation key=P8NVZQG528UI tag=7SF1KGXF7DVM type=write size=392371 2024-07-27T18:40:19.188 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.187+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=D18UC2DN6WAK type=del size=506439 2024-07-27T18:40:19.190 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.189+0000 7fd9b0dfe780 1 < completed delete operation key=RC22Q26LLIA2 tag=C2MRPL2LJ7TH type=del 2024-07-27T18:40:19.193 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.192+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=4HJIR6O77FO3 type=del size=1588966 2024-07-27T18:40:19.195 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.194+0000 7fd9b0dfe780 1 < completed delete operation key=PV35EIWWUMCU tag=51PF604862JT type=del 2024-07-27T18:40:19.197 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.196+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=C9I25G3YJCHL type=del size=605367 2024-07-27T18:40:19.202 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.198+0000 7fd9b0dfe780 1 < canceled operation key=PV35EIWWUMCU tag=NKFQ7UVI810C type=del size=2351003 2024-07-27T18:40:19.202 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.200+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=7U1NCE02OELI type=del size=1162976 2024-07-27T18:40:19.203 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.202+0000 7fd9b0dfe780 1 < canceled operation key=RC22Q26LLIA2 tag=E1AYTVZD0LQM type=del size=1738742 2024-07-27T18:40:19.205 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.204+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=NAF4T4UKQGXI type=del size=2883134 2024-07-27T18:40:19.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.206+0000 7fd9b0dfe780 1 < completed write operation key=RC22Q26LLIA2 tag=MM4TFD9R6MAA type=write size=444595 2024-07-27T18:40:19.212 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.211+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~UCA63L2912IR.0 size=1048576 2024-07-27T18:40:19.213 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.212+0000 7fd9b0dfe780 1 > prepared part key=_multipart_55DD8ECTT2JA.2~UCA63L2912IR.1 size=508783 2024-07-27T18:40:19.213 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.212+0000 7fd9b0dfe780 1 > prepared multipart upload key=55DD8ECTT2JA upload=UCA63L2912IR tag=M3MKU0RNL9VA type=write size=2605935 2024-07-27T18:40:19.215 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.214+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~CWMVEL7T5SHY.0 size=1048576 2024-07-27T18:40:19.215 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.214+0000 7fd9b0dfe780 1 < canceled part key=_multipart_FXYU6A8CU9F0.2~CWMVEL7T5SHY.1 size=915679 2024-07-27T18:40:19.219 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.218+0000 7fd9b0dfe780 1 < canceled multipart upload key=FXYU6A8CU9F0 upload=CWMVEL7T5SHY tag=IPLXEXP4I9N7 type=write size=3012831 2024-07-27T18:40:19.221 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.220+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=NFD3V91BXNKV type=del size=571950 2024-07-27T18:40:19.223 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.222+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~2GL517G5N6NB.0 size=1048576 2024-07-27T18:40:19.225 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.223+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~2GL517G5N6NB.1 size=1048576 2024-07-27T18:40:19.226 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.225+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~2GL517G5N6NB.2 size=422547 2024-07-27T18:40:19.230 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.229+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=2GL517G5N6NB tag=SJLIQWSN3XG0 type=write size=3568275 2024-07-27T18:40:19.233 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.232+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~6RYEFJH3PMI1.0 size=1048576 2024-07-27T18:40:19.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.234+0000 7fd9b0dfe780 1 > prepared part key=_multipart_F8NI5O3PM0RO.2~6RYEFJH3PMI1.1 size=568437 2024-07-27T18:40:19.235 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.234+0000 7fd9b0dfe780 1 > prepared multipart upload key=F8NI5O3PM0RO upload=6RYEFJH3PMI1 tag=Y3M25XBZL7WN type=write size=2665589 2024-07-27T18:40:19.237 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.236+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=JA2ZJX1ND3OR type=del 2024-07-27T18:40:19.241 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.240+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~6DSWWPVHSF3L.0 size=1048576 2024-07-27T18:40:19.242 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.241+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~6DSWWPVHSF3L.1 size=1048576 2024-07-27T18:40:19.244 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.243+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~6DSWWPVHSF3L.2 size=191854 2024-07-27T18:40:19.244 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.243+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=6DSWWPVHSF3L tag=UDMCXJ1OGEBO type=write size=3337582 2024-07-27T18:40:19.246 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.245+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=3G6CXY3VPZFL type=del 2024-07-27T18:40:19.250 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.249+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~D8S2NGFHQUE4.0 size=1048576 2024-07-27T18:40:19.251 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.250+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~D8S2NGFHQUE4.1 size=1048576 2024-07-27T18:40:19.253 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.252+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~D8S2NGFHQUE4.2 size=1034639 2024-07-27T18:40:19.253 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.252+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=D8S2NGFHQUE4 tag=LKXCPW2TRGX6 type=write size=4180367 2024-07-27T18:40:19.255 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.254+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=LM8XR9RGAAX4 type=del 2024-07-27T18:40:19.257 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.256+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=8LBMSKJME08T type=del size=4171579 2024-07-27T18:40:19.260 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.258+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~RELF8PSO2I9X.0 size=701994 2024-07-27T18:40:19.263 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.262+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=RELF8PSO2I9X tag=JNOOWH70J0OE type=write size=1750570 2024-07-27T18:40:19.265 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.264+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=HYF82G2D9JXR type=del size=771635 2024-07-27T18:40:19.267 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.266+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~M2SQC6BC5EBW.0 size=1048576 2024-07-27T18:40:19.269 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.268+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~M2SQC6BC5EBW.1 size=1048576 2024-07-27T18:40:19.270 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.269+0000 7fd9b0dfe780 1 < completed part key=_multipart_YYNGWXPBKSFI.2~M2SQC6BC5EBW.2 size=294998 2024-07-27T18:40:19.274 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.273+0000 7fd9b0dfe780 1 < completed multipart upload key=YYNGWXPBKSFI upload=M2SQC6BC5EBW tag=TXIJS603BTOK type=write size=3440726 2024-07-27T18:40:19.279 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.278+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~O2EK10ONEP4V.0 size=1048576 2024-07-27T18:40:19.281 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.280+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~O2EK10ONEP4V.1 size=1048576 2024-07-27T18:40:19.282 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.281+0000 7fd9b0dfe780 1 > prepared part key=_multipart_X7P4EQ7CB100.2~O2EK10ONEP4V.2 size=860194 2024-07-27T18:40:19.283 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.281+0000 7fd9b0dfe780 1 > prepared multipart upload key=X7P4EQ7CB100 upload=O2EK10ONEP4V tag=6ZTL246XDIBC type=write size=4005922 2024-07-27T18:40:19.285 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.284+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=XP0Q0KFWY2R7 type=del 2024-07-27T18:40:19.287 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.286+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=DSLS6XMBNOU7 type=del size=2225772 2024-07-27T18:40:19.289 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.288+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~ZXO3MIOAV426.0 size=390288 2024-07-27T18:40:19.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.292+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=ZXO3MIOAV426 tag=X209EDNIJX0Z type=write size=1438864 2024-07-27T18:40:19.296 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.295+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=364LWHISZGNJ type=del size=1714547 2024-07-27T18:40:19.298 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.297+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=5TPCPJ40LSU0 type=del 2024-07-27T18:40:19.300 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.299+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=6O0KVF3D606Z type=write size=743625 2024-07-27T18:40:19.302 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.301+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=D18UC2DN6WAK type=del 2024-07-27T18:40:19.306 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.305+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~3C3UB03VMMKG.0 size=1048576 2024-07-27T18:40:19.308 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.307+0000 7fd9b0dfe780 1 > prepared part key=_multipart_O54I6ACW6PJQ.2~3C3UB03VMMKG.1 size=198688 2024-07-27T18:40:19.308 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.307+0000 7fd9b0dfe780 1 > prepared multipart upload key=O54I6ACW6PJQ upload=3C3UB03VMMKG tag=XOVCLZ7SGJXO type=write size=2295840 2024-07-27T18:40:19.310 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.309+0000 7fd9b0dfe780 1 < completed delete operation key=P8NVZQG528UI tag=4HJIR6O77FO3 type=del 2024-07-27T18:40:19.312 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.311+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=BCOGF0OAZAQO type=del size=684501 2024-07-27T18:40:19.314 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.313+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=C9I25G3YJCHL type=del 2024-07-27T18:40:19.316 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.314+0000 7fd9b0dfe780 1 > prepared operation key=P8NVZQG528UI tag=3T116OO2O1VK type=write size=128615 2024-07-27T18:40:19.318 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.317+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=7U1NCE02OELI type=del 2024-07-27T18:40:19.322 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.321+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~BGV0OO7YA0VQ.0 size=1048576 2024-07-27T18:40:19.323 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.322+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9XS4B44ASV1.2~BGV0OO7YA0VQ.1 size=272687 2024-07-27T18:40:19.324 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.322+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9XS4B44ASV1 upload=BGV0OO7YA0VQ tag=7I14W10WVD3U type=write size=2369839 2024-07-27T18:40:19.325 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.324+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=NAF4T4UKQGXI type=del 2024-07-27T18:40:19.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.327+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=F5M33M6KL651 type=del size=3002328 2024-07-27T18:40:19.330 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.329+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~UCA63L2912IR.0 size=1048576 2024-07-27T18:40:19.332 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.331+0000 7fd9b0dfe780 1 < completed part key=_multipart_55DD8ECTT2JA.2~UCA63L2912IR.1 size=508783 2024-07-27T18:40:19.336 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.334+0000 7fd9b0dfe780 1 < completed multipart upload key=55DD8ECTT2JA upload=UCA63L2912IR tag=M3MKU0RNL9VA type=write size=2605935 2024-07-27T18:40:19.338 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.336+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=WDR1GJ5YFODN type=write size=889368 2024-07-27T18:40:19.339 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.338+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=NFD3V91BXNKV type=del 2024-07-27T18:40:19.341 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.340+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=HBSXSWPS9582 type=del size=1582395 2024-07-27T18:40:19.343 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.342+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~6RYEFJH3PMI1.0 size=1048576 2024-07-27T18:40:19.345 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.344+0000 7fd9b0dfe780 1 < completed part key=_multipart_F8NI5O3PM0RO.2~6RYEFJH3PMI1.1 size=568437 2024-07-27T18:40:19.349 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.348+0000 7fd9b0dfe780 1 < completed multipart upload key=F8NI5O3PM0RO upload=6RYEFJH3PMI1 tag=Y3M25XBZL7WN type=write size=2665589 2024-07-27T18:40:19.351 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.350+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=VEU9U9352EQA type=del size=887815 2024-07-27T18:40:19.353 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.352+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~6DSWWPVHSF3L.0 size=1048576 2024-07-27T18:40:19.354 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.353+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~6DSWWPVHSF3L.1 size=1048576 2024-07-27T18:40:19.356 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.355+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~6DSWWPVHSF3L.2 size=191854 2024-07-27T18:40:19.360 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.359+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=6DSWWPVHSF3L tag=UDMCXJ1OGEBO type=write size=3337582 2024-07-27T18:40:19.365 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.363+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~6S8MUH187IDY.0 size=221542 2024-07-27T18:40:19.365 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.363+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=6S8MUH187IDY tag=1H7Q5LX7N51V type=write size=1270118 2024-07-27T18:40:19.368 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.366+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~D8S2NGFHQUE4.0 size=1048576 2024-07-27T18:40:19.369 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.367+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~D8S2NGFHQUE4.1 size=1048576 2024-07-27T18:40:19.370 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.369+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~D8S2NGFHQUE4.2 size=1034639 2024-07-27T18:40:19.374 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.373+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=D8S2NGFHQUE4 tag=LKXCPW2TRGX6 type=write size=4180367 2024-07-27T18:40:19.376 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.375+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=EOSA9LA0DZKM type=del size=297991 2024-07-27T18:40:19.378 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.377+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=8LBMSKJME08T type=del 2024-07-27T18:40:19.380 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.379+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=12XC68QRUAZ4 type=write size=307041 2024-07-27T18:40:19.382 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.381+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=HYF82G2D9JXR type=del 2024-07-27T18:40:19.386 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.385+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~ING021TAG6QP.0 size=1048576 2024-07-27T18:40:19.388 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.387+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~ING021TAG6QP.1 size=584414 2024-07-27T18:40:19.388 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.387+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=ING021TAG6QP tag=N0NO7Z9UUNQ1 type=write size=2681566 2024-07-27T18:40:19.390 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.389+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~O2EK10ONEP4V.0 size=1048576 2024-07-27T18:40:19.392 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.391+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~O2EK10ONEP4V.1 size=1048576 2024-07-27T18:40:19.394 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.393+0000 7fd9b0dfe780 1 < completed part key=_multipart_X7P4EQ7CB100.2~O2EK10ONEP4V.2 size=860194 2024-07-27T18:40:19.397 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.396+0000 7fd9b0dfe780 1 < completed multipart upload key=X7P4EQ7CB100 upload=O2EK10ONEP4V tag=6ZTL246XDIBC type=write size=4005922 2024-07-27T18:40:19.401 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.400+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~QWYNGULRDNVU.0 size=288776 2024-07-27T18:40:19.401 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.400+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=QWYNGULRDNVU tag=QSQ53U9H6QKR type=write size=1337352 2024-07-27T18:40:19.403 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.402+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=DSLS6XMBNOU7 type=del 2024-07-27T18:40:19.405 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.404+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=X8DH6YIQU399 type=del size=3211530 2024-07-27T18:40:19.408 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.406+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=364LWHISZGNJ type=del 2024-07-27T18:40:19.411 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.410+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~AZ5XE8545I3A.0 size=1048576 2024-07-27T18:40:19.413 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.412+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~AZ5XE8545I3A.1 size=1018984 2024-07-27T18:40:19.413 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.412+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=AZ5XE8545I3A tag=4W1X4TQ2QJ6I type=write size=3116136 2024-07-27T18:40:19.417 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.416+0000 7fd9b0dfe780 1 < suggested remove operation key=8I5MBVTQCDVV tag=6O0KVF3D606Z type=write 2024-07-27T18:40:19.419 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.418+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=YV6X16JT42MH type=del size=3106557 2024-07-27T18:40:19.421 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.420+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~3C3UB03VMMKG.0 size=1048576 2024-07-27T18:40:19.423 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.421+0000 7fd9b0dfe780 1 < completed part key=_multipart_O54I6ACW6PJQ.2~3C3UB03VMMKG.1 size=198688 2024-07-27T18:40:19.426 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.425+0000 7fd9b0dfe780 1 < completed multipart upload key=O54I6ACW6PJQ upload=3C3UB03VMMKG tag=XOVCLZ7SGJXO type=write size=2295840 2024-07-27T18:40:19.430 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.428+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=38TUH047EPNX type=write size=876106 2024-07-27T18:40:19.432 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.431+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=BCOGF0OAZAQO type=del 2024-07-27T18:40:19.435 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.434+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=KHY0VB3G7INQ type=write size=870763 2024-07-27T18:40:19.438 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.437+0000 7fd9b0dfe780 1 < completed write operation key=P8NVZQG528UI tag=3T116OO2O1VK type=write size=128615 2024-07-27T18:40:19.443 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.442+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~CQ8TM35X1DA5.0 size=1048576 2024-07-27T18:40:19.445 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.444+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~CQ8TM35X1DA5.1 size=623705 2024-07-27T18:40:19.445 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.444+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=CQ8TM35X1DA5 tag=I1DGWODOURLR type=write size=2720857 2024-07-27T18:40:19.448 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.446+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~BGV0OO7YA0VQ.0 size=1048576 2024-07-27T18:40:19.451 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.449+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9XS4B44ASV1.2~BGV0OO7YA0VQ.1 size=272687 2024-07-27T18:40:19.454 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.453+0000 7fd9b0dfe780 1 < completed multipart upload key=E9XS4B44ASV1 upload=BGV0OO7YA0VQ tag=7I14W10WVD3U type=write size=2369839 2024-07-27T18:40:19.459 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.458+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~R78XB5B3X8UU.0 size=1048576 2024-07-27T18:40:19.461 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.460+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~R78XB5B3X8UU.1 size=505308 2024-07-27T18:40:19.461 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.460+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=R78XB5B3X8UU tag=P6T8XOXKXYBT type=write size=2602460 2024-07-27T18:40:19.463 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.462+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=F5M33M6KL651 type=del 2024-07-27T18:40:19.465 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.464+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=ILEMXLU81QGP type=del size=3378736 2024-07-27T18:40:19.468 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.467+0000 7fd9b0dfe780 1 < completed write operation key=29DDNRGBR1QU tag=WDR1GJ5YFODN type=write size=889368 2024-07-27T18:40:19.471 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.470+0000 7fd9b0dfe780 1 > prepared operation key=39IO5R6BZ3YC tag=34GSZTCEJTWZ type=write size=781303 2024-07-27T18:40:19.474 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.473+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=HBSXSWPS9582 type=del 2024-07-27T18:40:19.478 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.477+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=TZQR4SVS69A6 type=del size=239973 2024-07-27T18:40:19.482 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.481+0000 7fd9b0dfe780 -1 < failed to complete operation key=8I5MBVTQCDVV tag=VEU9U9352EQA type=del size=887815: (22) Invalid argument 2024-07-27T18:40:19.489 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.488+0000 7fd9b0dfe780 1 > prepared part key=_multipart_PV35EIWWUMCU.2~LPRP94HY1G0K.0 size=820101 2024-07-27T18:40:19.489 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.488+0000 7fd9b0dfe780 1 > prepared multipart upload key=PV35EIWWUMCU upload=LPRP94HY1G0K tag=R499IRQ7XNYD type=write size=1868677 2024-07-27T18:40:19.492 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.491+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~6S8MUH187IDY.0 size=221542 2024-07-27T18:40:19.498 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.497+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=6S8MUH187IDY tag=1H7Q5LX7N51V type=write size=1270118 2024-07-27T18:40:19.500 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.499+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=5K0SW9P0A5JY type=del size=3935740 2024-07-27T18:40:19.506 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.504+0000 7fd9b0dfe780 1 < suggested update operation key=95K99DI46WJ8 tag=EOSA9LA0DZKM type=del size=297991 2024-07-27T18:40:19.508 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.507+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=T5M4TUVYU99R type=del size=4071000 2024-07-27T18:40:19.511 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.510+0000 7fd9b0dfe780 1 < canceled operation key=55DD8ECTT2JA tag=12XC68QRUAZ4 type=write size=307041 2024-07-27T18:40:19.515 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.514+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~QDROA0EO5FY2.0 size=1048576 2024-07-27T18:40:19.517 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.516+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~QDROA0EO5FY2.1 size=1048576 2024-07-27T18:40:19.519 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.518+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~QDROA0EO5FY2.2 size=569134 2024-07-27T18:40:19.519 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.518+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=QDROA0EO5FY2 tag=DSHDNPIMZ9RY type=write size=3714862 2024-07-27T18:40:19.521 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.520+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~ING021TAG6QP.0 size=1048576 2024-07-27T18:40:19.524 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.523+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~ING021TAG6QP.1 size=584414 2024-07-27T18:40:19.528 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.527+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=ING021TAG6QP tag=N0NO7Z9UUNQ1 type=write size=2681566 2024-07-27T18:40:19.532 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.531+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~LQ5FFL3HECAR.0 size=150773 2024-07-27T18:40:19.532 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.531+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=LQ5FFL3HECAR tag=LWVF0L26TT96 type=write size=1199349 2024-07-27T18:40:19.534 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.533+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~QWYNGULRDNVU.0 size=288776 2024-07-27T18:40:19.538 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.537+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=QWYNGULRDNVU tag=QSQ53U9H6QKR type=write size=1337352 2024-07-27T18:40:19.541 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.539+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=C57LKQ39JQ1Q type=del size=1116216 2024-07-27T18:40:19.543 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.542+0000 7fd9b0dfe780 1 < canceled operation key=03QZ740ES4M3 tag=X8DH6YIQU399 type=del size=3211530 2024-07-27T18:40:19.545 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.544+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=U5YVT30MDEW5 type=del size=3115714 2024-07-27T18:40:19.548 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.546+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~AZ5XE8545I3A.0 size=1048576 2024-07-27T18:40:19.549 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.548+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~AZ5XE8545I3A.1 size=1018984 2024-07-27T18:40:19.553 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.552+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=AZ5XE8545I3A tag=4W1X4TQ2QJ6I type=write size=3116136 2024-07-27T18:40:19.557 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.556+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~E4VYE5ETA5Q1.0 size=1048576 2024-07-27T18:40:19.559 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.558+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~E4VYE5ETA5Q1.1 size=1048576 2024-07-27T18:40:19.563 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.562+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~E4VYE5ETA5Q1.2 size=365890 2024-07-27T18:40:19.563 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.562+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=E4VYE5ETA5Q1 tag=U4ZIP8SYKXGK type=write size=3511618 2024-07-27T18:40:19.566 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.565+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=YV6X16JT42MH type=del 2024-07-27T18:40:19.568 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.567+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=3N2QEWBOOK9E type=write size=674375 2024-07-27T18:40:19.571 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.570+0000 7fd9b0dfe780 1 < canceled operation key=55DD8ECTT2JA tag=38TUH047EPNX type=write size=876106 2024-07-27T18:40:19.575 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.574+0000 7fd9b0dfe780 1 > prepared part key=_multipart_BQPHSDB02Z8O.2~0RFCVI5ZO14W.0 size=654959 2024-07-27T18:40:19.576 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.574+0000 7fd9b0dfe780 1 > prepared multipart upload key=BQPHSDB02Z8O upload=0RFCVI5ZO14W tag=6KC0QL15YK6A type=write size=1703535 2024-07-27T18:40:19.578 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.576+0000 7fd9b0dfe780 1 < completed write operation key=6P6RR9NVCRT1 tag=KHY0VB3G7INQ type=write size=870763 2024-07-27T18:40:19.580 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.579+0000 7fd9b0dfe780 1 > prepared operation key=ERT6LG30K8WA tag=R0KRESOMPLLP type=del size=931335 2024-07-27T18:40:19.582 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.581+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~CQ8TM35X1DA5.0 size=1048576 2024-07-27T18:40:19.585 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.584+0000 7fd9b0dfe780 1 < completed part key=_multipart_95K99DI46WJ8.2~CQ8TM35X1DA5.1 size=623705 2024-07-27T18:40:19.590 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.589+0000 7fd9b0dfe780 1 < completed multipart upload key=95K99DI46WJ8 upload=CQ8TM35X1DA5 tag=I1DGWODOURLR type=write size=2720857 2024-07-27T18:40:19.593 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.591+0000 7fd9b0dfe780 1 > prepared operation key=95K99DI46WJ8 tag=BR62J2I45JB4 type=del size=2722571 2024-07-27T18:40:19.595 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.594+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~R78XB5B3X8UU.0 size=1048576 2024-07-27T18:40:19.597 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.596+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~R78XB5B3X8UU.1 size=505308 2024-07-27T18:40:19.601 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.600+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=R78XB5B3X8UU tag=P6T8XOXKXYBT type=write size=2602460 2024-07-27T18:40:19.603 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.602+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=53T3USS3GMNR type=write size=716875 2024-07-27T18:40:19.607 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.606+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=ILEMXLU81QGP type=del 2024-07-27T18:40:19.610 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.608+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=RM4A3R66FBKU type=del size=3563263 2024-07-27T18:40:19.612 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.611+0000 7fd9b0dfe780 1 < completed write operation key=39IO5R6BZ3YC tag=34GSZTCEJTWZ type=write size=781303 2024-07-27T18:40:19.618 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.617+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~B9CA85M4422T.0 size=1048576 2024-07-27T18:40:19.620 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.619+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~B9CA85M4422T.1 size=1048576 2024-07-27T18:40:19.623 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.622+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~B9CA85M4422T.2 size=554559 2024-07-27T18:40:19.623 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.622+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=B9CA85M4422T tag=UQ7MT2T8Z1WA type=write size=3700287 2024-07-27T18:40:19.626 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.624+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=TZQR4SVS69A6 type=del 2024-07-27T18:40:19.630 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.629+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=INUS0K2TFTV3 type=del size=3896684 2024-07-27T18:40:19.636 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.632+0000 7fd9b0dfe780 1 < completed part key=_multipart_PV35EIWWUMCU.2~LPRP94HY1G0K.0 size=820101 2024-07-27T18:40:19.638 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.637+0000 7fd9b0dfe780 1 < completed multipart upload key=PV35EIWWUMCU upload=LPRP94HY1G0K tag=R499IRQ7XNYD type=write size=1868677 2024-07-27T18:40:19.641 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.640+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=H7CO5M1W312E type=del size=3338936 2024-07-27T18:40:19.645 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.643+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=5K0SW9P0A5JY type=del 2024-07-27T18:40:19.648 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.646+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=QV78EXJNLQGD type=del size=1826021 2024-07-27T18:40:19.650 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.649+0000 7fd9b0dfe780 1 < completed delete operation key=86SBFWKFIZ50 tag=T5M4TUVYU99R type=del 2024-07-27T18:40:19.657 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.656+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~4REI9AFGQPCV.0 size=1048576 2024-07-27T18:40:19.659 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.658+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~4REI9AFGQPCV.1 size=851302 2024-07-27T18:40:19.659 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.658+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=4REI9AFGQPCV tag=8H30PPJZK6L3 type=write size=2948454 2024-07-27T18:40:19.661 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.660+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~QDROA0EO5FY2.0 size=1048576 2024-07-27T18:40:19.662 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.661+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~QDROA0EO5FY2.1 size=1048576 2024-07-27T18:40:19.664 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.663+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~QDROA0EO5FY2.2 size=569134 2024-07-27T18:40:19.668 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.666+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=QDROA0EO5FY2 tag=DSHDNPIMZ9RY type=write size=3714862 2024-07-27T18:40:19.669 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.668+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=GSVFC29I2NK3 type=del size=2031868 2024-07-27T18:40:19.672 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.671+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~LQ5FFL3HECAR.0 size=150773 2024-07-27T18:40:19.675 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.674+0000 7fd9b0dfe780 1 < completed multipart upload key=351SUKW6MLKV upload=LQ5FFL3HECAR tag=LWVF0L26TT96 type=write size=1199349 2024-07-27T18:40:19.679 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.678+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~4YR1ES1Q9UNO.0 size=7425 2024-07-27T18:40:19.680 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.678+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=4YR1ES1Q9UNO tag=UVTZXZN1IF79 type=write size=1056001 2024-07-27T18:40:19.683 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.682+0000 7fd9b0dfe780 1 < suggested remove operation key=V2SZ9U1AFGCG tag=C57LKQ39JQ1Q type=del 2024-07-27T18:40:19.687 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.685+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~7EK7QSGW2NAH.0 size=1048576 2024-07-27T18:40:19.688 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.687+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~7EK7QSGW2NAH.1 size=851264 2024-07-27T18:40:19.688 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.687+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=7EK7QSGW2NAH tag=TFFWBGOVF3CC type=write size=2948416 2024-07-27T18:40:19.690 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.689+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=U5YVT30MDEW5 type=del 2024-07-27T18:40:19.692 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.691+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=PKK1YZTMD0U9 type=write size=672005 2024-07-27T18:40:19.695 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.693+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~E4VYE5ETA5Q1.0 size=1048576 2024-07-27T18:40:19.696 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.695+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~E4VYE5ETA5Q1.1 size=1048576 2024-07-27T18:40:19.698 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.697+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~E4VYE5ETA5Q1.2 size=365890 2024-07-27T18:40:19.701 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.700+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=E4VYE5ETA5Q1 tag=U4ZIP8SYKXGK type=write size=3511618 2024-07-27T18:40:19.703 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.702+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=8IBXSSFBLQ48 type=del size=3539590 2024-07-27T18:40:19.705 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.704+0000 7fd9b0dfe780 1 < completed write operation key=SK6LFQZNWE93 tag=3N2QEWBOOK9E type=write size=674375 2024-07-27T18:40:19.707 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.706+0000 7fd9b0dfe780 1 > prepared operation key=V2SZ9U1AFGCG tag=Q7J1QVL0LNTJ type=write size=832110 2024-07-27T18:40:19.710 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.709+0000 7fd9b0dfe780 1 < completed part key=_multipart_BQPHSDB02Z8O.2~0RFCVI5ZO14W.0 size=654959 2024-07-27T18:40:19.713 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.712+0000 7fd9b0dfe780 1 < completed multipart upload key=BQPHSDB02Z8O upload=0RFCVI5ZO14W tag=6KC0QL15YK6A type=write size=1703535 2024-07-27T18:40:19.716 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.715+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~H1AHEZ8XDJZX.0 size=1048576 2024-07-27T18:40:19.718 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.717+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~H1AHEZ8XDJZX.1 size=1048576 2024-07-27T18:40:19.721 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.720+0000 7fd9b0dfe780 1 > prepared part key=_multipart_SK6LFQZNWE93.2~H1AHEZ8XDJZX.2 size=428623 2024-07-27T18:40:19.721 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.720+0000 7fd9b0dfe780 1 > prepared multipart upload key=SK6LFQZNWE93 upload=H1AHEZ8XDJZX tag=STWXTEAY7KOX type=write size=3574351 2024-07-27T18:40:19.723 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.722+0000 7fd9b0dfe780 1 < completed delete operation key=ERT6LG30K8WA tag=R0KRESOMPLLP type=del 2024-07-27T18:40:19.726 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.725+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=61O087YPQP35 type=del size=3608997 2024-07-27T18:40:19.728 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.727+0000 7fd9b0dfe780 1 < completed delete operation key=95K99DI46WJ8 tag=BR62J2I45JB4 type=del 2024-07-27T18:40:19.732 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.731+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~TMQR4T1SHR4E.0 size=1048576 2024-07-27T18:40:19.733 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.732+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~TMQR4T1SHR4E.1 size=1048576 2024-07-27T18:40:19.735 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.734+0000 7fd9b0dfe780 1 > prepared part key=_multipart_03QZ740ES4M3.2~TMQR4T1SHR4E.2 size=981498 2024-07-27T18:40:19.735 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.734+0000 7fd9b0dfe780 1 > prepared multipart upload key=03QZ740ES4M3 upload=TMQR4T1SHR4E tag=IX1XWFGEFVEL type=write size=4127226 2024-07-27T18:40:19.737 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.736+0000 7fd9b0dfe780 1 < completed write operation key=G3DZJWABEJWG tag=53T3USS3GMNR type=write size=716875 2024-07-27T18:40:19.740 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.739+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~0HOBR7QUWGBO.0 size=1048576 2024-07-27T18:40:19.742 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.741+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~0HOBR7QUWGBO.1 size=1048576 2024-07-27T18:40:19.744 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.743+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~0HOBR7QUWGBO.2 size=230215 2024-07-27T18:40:19.744 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.743+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=0HOBR7QUWGBO tag=1233FYBLFL3Y type=write size=3375943 2024-07-27T18:40:19.746 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.745+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=RM4A3R66FBKU type=del 2024-07-27T18:40:19.749 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.748+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~W57FRJDI3U1S.0 size=1020499 2024-07-27T18:40:19.750 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.748+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=W57FRJDI3U1S tag=ICY3AG5N60MH type=write size=2069075 2024-07-27T18:40:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:19 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:19 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:19 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:19 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:19.752 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.751+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~B9CA85M4422T.0 size=1048576 2024-07-27T18:40:19.752 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.751+0000 7fd9b0dfe780 1 < canceled part key=_multipart_FXYU6A8CU9F0.2~B9CA85M4422T.1 size=1048576 2024-07-27T18:40:19.754 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.752+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~B9CA85M4422T.2 size=554559 2024-07-27T18:40:19.758 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.756+0000 7fd9b0dfe780 1 < canceled multipart upload key=FXYU6A8CU9F0 upload=B9CA85M4422T tag=UQ7MT2T8Z1WA type=write size=3700287 2024-07-27T18:40:19.759 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.758+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=4FR81WOQ5BFE type=del size=1102983 2024-07-27T18:40:19.764 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.763+0000 7fd9b0dfe780 1 < suggested update operation key=03QZ740ES4M3 tag=INUS0K2TFTV3 type=del size=3896684 2024-07-27T18:40:19.768 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.766+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~NPNN8E5FBBIJ.0 size=1048576 2024-07-27T18:40:19.769 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.768+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~NPNN8E5FBBIJ.1 size=936481 2024-07-27T18:40:19.769 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.768+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=NPNN8E5FBBIJ tag=4Z6KCWHKAFEZ type=write size=3033633 2024-07-27T18:40:19.771 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.770+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=H7CO5M1W312E type=del 2024-07-27T18:40:19.775 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.774+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~IMNE2PQLQ4KH.0 size=1048576 2024-07-27T18:40:19.777 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.775+0000 7fd9b0dfe780 1 > prepared part key=_multipart_39IO5R6BZ3YC.2~IMNE2PQLQ4KH.1 size=213712 2024-07-27T18:40:19.777 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.775+0000 7fd9b0dfe780 1 > prepared multipart upload key=39IO5R6BZ3YC upload=IMNE2PQLQ4KH tag=HN25KFSZ01DK type=write size=2310864 2024-07-27T18:40:19.779 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.778+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=QV78EXJNLQGD type=del 2024-07-27T18:40:19.781 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.780+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=E91L1W2H10D9 type=del size=1078094 2024-07-27T18:40:19.784 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.782+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~4REI9AFGQPCV.0 size=1048576 2024-07-27T18:40:19.785 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.784+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~4REI9AFGQPCV.1 size=851302 2024-07-27T18:40:19.789 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.788+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=4REI9AFGQPCV tag=8H30PPJZK6L3 type=write size=2948454 2024-07-27T18:40:19.791 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.790+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=ECO4JXX63RJU type=del size=1808553 2024-07-27T18:40:19.793 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.792+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=GSVFC29I2NK3 type=del 2024-07-27T18:40:19.796 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.794+0000 7fd9b0dfe780 1 > prepared operation key=CFEXWJESTIQM tag=0PJ79ADQ7APM type=del size=3725170 2024-07-27T18:40:19.798 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.797+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~4YR1ES1Q9UNO.0 size=7425 2024-07-27T18:40:19.801 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.800+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=4YR1ES1Q9UNO tag=UVTZXZN1IF79 type=write size=1056001 2024-07-27T18:40:19.805 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.804+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~JGBTDOR1FUCQ.0 size=1048576 2024-07-27T18:40:19.807 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.806+0000 7fd9b0dfe780 1 > prepared part key=_multipart_RC22Q26LLIA2.2~JGBTDOR1FUCQ.1 size=629521 2024-07-27T18:40:19.807 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.806+0000 7fd9b0dfe780 1 > prepared multipart upload key=RC22Q26LLIA2 upload=JGBTDOR1FUCQ tag=QJ02JB6CDJ83 type=write size=2726673 2024-07-27T18:40:19.809 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.808+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~7EK7QSGW2NAH.0 size=1048576 2024-07-27T18:40:19.810 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.809+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~7EK7QSGW2NAH.1 size=851264 2024-07-27T18:40:19.815 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.813+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=7EK7QSGW2NAH tag=TFFWBGOVF3CC type=write size=2948416 2024-07-27T18:40:19.817 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.815+0000 7fd9b0dfe780 1 > prepared operation key=351SUKW6MLKV tag=5QOD9QUHFCIE type=del size=879122 2024-07-27T18:40:19.819 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.817+0000 7fd9b0dfe780 1 < completed write operation key=BQPHSDB02Z8O tag=PKK1YZTMD0U9 type=write size=672005 2024-07-27T18:40:19.823 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.822+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~J0P27EKSRPKZ.0 size=314163 2024-07-27T18:40:19.823 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.822+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=J0P27EKSRPKZ tag=1DNLAMQ05MAE type=write size=1362739 2024-07-27T18:40:19.825 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.824+0000 7fd9b0dfe780 1 < completed delete operation key=8I5MBVTQCDVV tag=8IBXSSFBLQ48 type=del 2024-07-27T18:40:19.829 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.828+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~HB6JD2ZMKRG3.0 size=1048576 2024-07-27T18:40:19.831 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.830+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~HB6JD2ZMKRG3.1 size=1048576 2024-07-27T18:40:19.832 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.831+0000 7fd9b0dfe780 1 > prepared part key=_multipart_351SUKW6MLKV.2~HB6JD2ZMKRG3.2 size=962040 2024-07-27T18:40:19.833 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.831+0000 7fd9b0dfe780 1 > prepared multipart upload key=351SUKW6MLKV upload=HB6JD2ZMKRG3 tag=IUZ0KVE3YZ1J type=write size=4107768 2024-07-27T18:40:19.835 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.834+0000 7fd9b0dfe780 1 < canceled operation key=V2SZ9U1AFGCG tag=Q7J1QVL0LNTJ type=write size=832110 2024-07-27T18:40:19.839 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.838+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~R39OE0QWSQNO.0 size=1048576 2024-07-27T18:40:19.841 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.839+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~R39OE0QWSQNO.1 size=1048576 2024-07-27T18:40:19.842 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.841+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~R39OE0QWSQNO.2 size=618364 2024-07-27T18:40:19.842 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.841+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=R39OE0QWSQNO tag=DWN35NG517WD type=write size=3764092 2024-07-27T18:40:19.844 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.843+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~H1AHEZ8XDJZX.0 size=1048576 2024-07-27T18:40:19.846 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.845+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~H1AHEZ8XDJZX.1 size=1048576 2024-07-27T18:40:19.848 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.847+0000 7fd9b0dfe780 1 < completed part key=_multipart_SK6LFQZNWE93.2~H1AHEZ8XDJZX.2 size=428623 2024-07-27T18:40:19.853 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.851+0000 7fd9b0dfe780 1 < completed multipart upload key=SK6LFQZNWE93 upload=H1AHEZ8XDJZX tag=STWXTEAY7KOX type=write size=3574351 2024-07-27T18:40:19.857 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.855+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~S314MJZIPY5H.0 size=1048576 2024-07-27T18:40:19.858 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.857+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~S314MJZIPY5H.1 size=1030857 2024-07-27T18:40:19.858 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.857+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=S314MJZIPY5H tag=OIMXQ8F7CYD3 type=write size=3128009 2024-07-27T18:40:19.860 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.859+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=61O087YPQP35 type=del 2024-07-27T18:40:19.864 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.863+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~SFHWWT22LCTI.0 size=1048576 2024-07-27T18:40:19.866 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.865+0000 7fd9b0dfe780 1 > prepared part key=_multipart_E9Y61GIX83FA.2~SFHWWT22LCTI.1 size=332695 2024-07-27T18:40:19.867 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.865+0000 7fd9b0dfe780 1 > prepared multipart upload key=E9Y61GIX83FA upload=SFHWWT22LCTI tag=1D5MJ3Q30K1F type=write size=2429847 2024-07-27T18:40:19.869 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.867+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~TMQR4T1SHR4E.0 size=1048576 2024-07-27T18:40:19.870 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.869+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~TMQR4T1SHR4E.1 size=1048576 2024-07-27T18:40:19.872 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.871+0000 7fd9b0dfe780 1 < completed part key=_multipart_03QZ740ES4M3.2~TMQR4T1SHR4E.2 size=981498 2024-07-27T18:40:19.876 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.875+0000 7fd9b0dfe780 1 < completed multipart upload key=03QZ740ES4M3 upload=TMQR4T1SHR4E tag=IX1XWFGEFVEL type=write size=4127226 2024-07-27T18:40:19.880 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.878+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~NH4V1AXUSVEH.0 size=1048576 2024-07-27T18:40:19.881 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.880+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~NH4V1AXUSVEH.1 size=1048576 2024-07-27T18:40:19.883 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.882+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~NH4V1AXUSVEH.2 size=794050 2024-07-27T18:40:19.883 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.882+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=NH4V1AXUSVEH tag=AD6SFHRF9Q22 type=write size=3939778 2024-07-27T18:40:19.885 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.884+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~0HOBR7QUWGBO.0 size=1048576 2024-07-27T18:40:19.887 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.886+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~0HOBR7QUWGBO.1 size=1048576 2024-07-27T18:40:19.887 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.886+0000 7fd9b0dfe780 1 < canceled part key=_multipart_L423106KP3PL.2~0HOBR7QUWGBO.2 size=230215 2024-07-27T18:40:19.891 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.889+0000 7fd9b0dfe780 1 < canceled multipart upload key=L423106KP3PL upload=0HOBR7QUWGBO tag=1233FYBLFL3Y type=write size=3375943 2024-07-27T18:40:19.892 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.891+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=2NJTHPVLMX21 type=del size=949623 2024-07-27T18:40:19.894 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.893+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~W57FRJDI3U1S.0 size=1020499 2024-07-27T18:40:19.899 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.898+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=W57FRJDI3U1S tag=ICY3AG5N60MH type=write size=2069075 2024-07-27T18:40:19.901 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.900+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=WV144Z4NM63J type=del size=4101681 2024-07-27T18:40:19.903 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.902+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=4FR81WOQ5BFE type=del 2024-07-27T18:40:19.906 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.905+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~U1K27QZKDIHP.0 size=1048576 2024-07-27T18:40:19.908 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.907+0000 7fd9b0dfe780 1 > prepared part key=_multipart_6P6RR9NVCRT1.2~U1K27QZKDIHP.1 size=799803 2024-07-27T18:40:19.908 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.907+0000 7fd9b0dfe780 1 > prepared multipart upload key=6P6RR9NVCRT1 upload=U1K27QZKDIHP tag=YQCY2BXCU59Q type=write size=2896955 2024-07-27T18:40:19.910 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.909+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~NPNN8E5FBBIJ.0 size=1048576 2024-07-27T18:40:19.912 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.911+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~NPNN8E5FBBIJ.1 size=936481 2024-07-27T18:40:19.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:19 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:19.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:19 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:19.916 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.915+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=NPNN8E5FBBIJ tag=4Z6KCWHKAFEZ type=write size=3033633 2024-07-27T18:40:19.918 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.917+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=EA5Z3T0JQOIL type=del size=667441 2024-07-27T18:40:19.920 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.919+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~IMNE2PQLQ4KH.0 size=1048576 2024-07-27T18:40:19.922 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.921+0000 7fd9b0dfe780 1 < completed part key=_multipart_39IO5R6BZ3YC.2~IMNE2PQLQ4KH.1 size=213712 2024-07-27T18:40:19.926 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.925+0000 7fd9b0dfe780 1 < completed multipart upload key=39IO5R6BZ3YC upload=IMNE2PQLQ4KH tag=HN25KFSZ01DK type=write size=2310864 2024-07-27T18:40:19.930 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.929+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=RWWAIIBNTBV2 type=del size=2324174 2024-07-27T18:40:19.933 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.932+0000 7fd9b0dfe780 1 < canceled operation key=6P6RR9NVCRT1 tag=E91L1W2H10D9 type=del size=1078094 2024-07-27T18:40:19.936 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.935+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=XYOOUN2WI36G type=del size=2656605 2024-07-27T18:40:19.938 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.937+0000 7fd9b0dfe780 1 < completed delete operation key=W2L0RV8ZN7R4 tag=ECO4JXX63RJU type=del 2024-07-27T18:40:19.941 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.940+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=KXUYHE5UITDE type=del size=635301 2024-07-27T18:40:19.943 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.942+0000 7fd9b0dfe780 1 < completed delete operation key=CFEXWJESTIQM tag=0PJ79ADQ7APM type=del 2024-07-27T18:40:19.948 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.947+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~JEZSTN26K0S4.0 size=1048576 2024-07-27T18:40:19.951 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.949+0000 7fd9b0dfe780 1 > prepared part key=_multipart_N3SMJ1F7TS0Z.2~JEZSTN26K0S4.1 size=440594 2024-07-27T18:40:19.951 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.949+0000 7fd9b0dfe780 1 > prepared multipart upload key=N3SMJ1F7TS0Z upload=JEZSTN26K0S4 tag=EBLI34QAADNT type=write size=2537746 2024-07-27T18:40:19.954 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.952+0000 7fd9b0dfe780 1 < completed part key=_multipart_RC22Q26LLIA2.2~JGBTDOR1FUCQ.0 size=1048576 2024-07-27T18:40:19.954 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.952+0000 7fd9b0dfe780 1 < canceled part key=_multipart_RC22Q26LLIA2.2~JGBTDOR1FUCQ.1 size=629521 2024-07-27T18:40:19.959 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.958+0000 7fd9b0dfe780 1 < canceled multipart upload key=RC22Q26LLIA2 upload=JGBTDOR1FUCQ tag=QJ02JB6CDJ83 type=write size=2726673 2024-07-27T18:40:19.964 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.963+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~H280YAAFKLWG.0 size=1048576 2024-07-27T18:40:19.967 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.966+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~H280YAAFKLWG.1 size=1048576 2024-07-27T18:40:19.970 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.968+0000 7fd9b0dfe780 1 > prepared part key=_multipart_P8NVZQG528UI.2~H280YAAFKLWG.2 size=954014 2024-07-27T18:40:19.970 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.969+0000 7fd9b0dfe780 1 > prepared multipart upload key=P8NVZQG528UI upload=H280YAAFKLWG tag=9UNPUVDI2E8H type=write size=4099742 2024-07-27T18:40:19.972 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.971+0000 7fd9b0dfe780 1 < completed delete operation key=351SUKW6MLKV tag=5QOD9QUHFCIE type=del 2024-07-27T18:40:19.976 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.975+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=0PSM0XM1PSVK type=del size=4123926 2024-07-27T18:40:19.978 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.977+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~J0P27EKSRPKZ.0 size=314163 2024-07-27T18:40:19.983 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.982+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=J0P27EKSRPKZ tag=1DNLAMQ05MAE type=write size=1362739 2024-07-27T18:40:19.987 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.986+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=A2X32PLLTNHY type=del size=364728 2024-07-27T18:40:19.992 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.990+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~HB6JD2ZMKRG3.0 size=1048576 2024-07-27T18:40:19.992 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.990+0000 7fd9b0dfe780 1 < canceled part key=_multipart_351SUKW6MLKV.2~HB6JD2ZMKRG3.1 size=1048576 2024-07-27T18:40:19.994 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.993+0000 7fd9b0dfe780 1 < completed part key=_multipart_351SUKW6MLKV.2~HB6JD2ZMKRG3.2 size=962040 2024-07-27T18:40:19.999 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:19.998+0000 7fd9b0dfe780 1 < canceled multipart upload key=351SUKW6MLKV upload=HB6JD2ZMKRG3 tag=IUZ0KVE3YZ1J type=write size=4107768 2024-07-27T18:40:20.002 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.001+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=B0E81FK0P201 type=del size=302762 2024-07-27T18:40:20.005 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.004+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~R39OE0QWSQNO.0 size=1048576 2024-07-27T18:40:20.007 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.006+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~R39OE0QWSQNO.1 size=1048576 2024-07-27T18:40:20.007 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.006+0000 7fd9b0dfe780 1 < canceled part key=_multipart_0ML6VB25ON15.2~R39OE0QWSQNO.2 size=618364 2024-07-27T18:40:20.012 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.011+0000 7fd9b0dfe780 1 < canceled multipart upload key=0ML6VB25ON15 upload=R39OE0QWSQNO tag=DWN35NG517WD type=write size=3764092 2024-07-27T18:40:20.015 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.014+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=LVULO2DAHU9A type=del size=1584974 2024-07-27T18:40:20.018 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.017+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~S314MJZIPY5H.0 size=1048576 2024-07-27T18:40:20.020 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.019+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~S314MJZIPY5H.1 size=1030857 2024-07-27T18:40:20.026 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.025+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=S314MJZIPY5H tag=OIMXQ8F7CYD3 type=write size=3128009 2024-07-27T18:40:20.029 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.028+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=5YXJ6DI0E7D2 type=del size=2123487 2024-07-27T18:40:20.032 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.031+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~SFHWWT22LCTI.0 size=1048576 2024-07-27T18:40:20.035 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.034+0000 7fd9b0dfe780 1 < completed part key=_multipart_E9Y61GIX83FA.2~SFHWWT22LCTI.1 size=332695 2024-07-27T18:40:20.039 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.038+0000 7fd9b0dfe780 1 < completed multipart upload key=E9Y61GIX83FA upload=SFHWWT22LCTI tag=1D5MJ3Q30K1F type=write size=2429847 2024-07-27T18:40:20.043 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.042+0000 7fd9b0dfe780 1 > prepared part key=_multipart_L423106KP3PL.2~FN71PJAW2L9N.0 size=724661 2024-07-27T18:40:20.046 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.042+0000 7fd9b0dfe780 1 > prepared multipart upload key=L423106KP3PL upload=FN71PJAW2L9N tag=BT3RYX5BGANC type=write size=1773237 2024-07-27T18:40:20.046 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.044+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~NH4V1AXUSVEH.0 size=1048576 2024-07-27T18:40:20.048 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.047+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~NH4V1AXUSVEH.1 size=1048576 2024-07-27T18:40:20.050 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.048+0000 7fd9b0dfe780 1 < completed part key=_multipart_IGKNZEI10405.2~NH4V1AXUSVEH.2 size=794050 2024-07-27T18:40:20.054 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.053+0000 7fd9b0dfe780 1 < completed multipart upload key=IGKNZEI10405 upload=NH4V1AXUSVEH tag=AD6SFHRF9Q22 type=write size=3939778 2024-07-27T18:40:20.056 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.055+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=XSB6VQSBBSB3 type=del size=366762 2024-07-27T18:40:20.059 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.057+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=2NJTHPVLMX21 type=del 2024-07-27T18:40:20.061 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.059+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=VC3Z34LKXX2P type=del size=3829367 2024-07-27T18:40:20.062 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.061+0000 7fd9b0dfe780 1 < completed delete operation key=0ML6VB25ON15 tag=WV144Z4NM63J type=del 2024-07-27T18:40:20.064 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.063+0000 7fd9b0dfe780 1 > prepared operation key=E9Y61GIX83FA tag=I5CZOTRJ08U3 type=del size=1220813 2024-07-27T18:40:20.067 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.065+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~U1K27QZKDIHP.0 size=1048576 2024-07-27T18:40:20.068 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.067+0000 7fd9b0dfe780 1 < completed part key=_multipart_6P6RR9NVCRT1.2~U1K27QZKDIHP.1 size=799803 2024-07-27T18:40:20.071 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.070+0000 7fd9b0dfe780 1 < completed multipart upload key=6P6RR9NVCRT1 upload=U1K27QZKDIHP tag=YQCY2BXCU59Q type=write size=2896955 2024-07-27T18:40:20.073 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.072+0000 7fd9b0dfe780 1 > prepared operation key=O54I6ACW6PJQ tag=U8PDNXE0MAU5 type=del size=1596499 2024-07-27T18:40:20.076 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.074+0000 7fd9b0dfe780 1 < completed delete operation key=IGKNZEI10405 tag=EA5Z3T0JQOIL type=del 2024-07-27T18:40:20.079 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.078+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~9VQDKR3RR88K.0 size=1048576 2024-07-27T18:40:20.081 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.080+0000 7fd9b0dfe780 1 > prepared part key=_multipart_V2SZ9U1AFGCG.2~9VQDKR3RR88K.1 size=806643 2024-07-27T18:40:20.081 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.080+0000 7fd9b0dfe780 1 > prepared multipart upload key=V2SZ9U1AFGCG upload=9VQDKR3RR88K tag=0PQNWZFAZPE1 type=write size=2903795 2024-07-27T18:40:20.083 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.082+0000 7fd9b0dfe780 1 < canceled operation key=E9Y61GIX83FA tag=RWWAIIBNTBV2 type=del size=2324174 2024-07-27T18:40:20.085 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.084+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=FT0CFRLO8OPK type=del size=1314441 2024-07-27T18:40:20.087 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.086+0000 7fd9b0dfe780 1 < completed delete operation key=G3DZJWABEJWG tag=XYOOUN2WI36G type=del 2024-07-27T18:40:20.091 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.090+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~VTC058H088QI.0 size=1048576 2024-07-27T18:40:20.093 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.091+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~VTC058H088QI.1 size=1048576 2024-07-27T18:40:20.094 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.093+0000 7fd9b0dfe780 1 > prepared part key=_multipart_W2L0RV8ZN7R4.2~VTC058H088QI.2 size=162523 2024-07-27T18:40:20.095 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.093+0000 7fd9b0dfe780 1 > prepared multipart upload key=W2L0RV8ZN7R4 upload=VTC058H088QI tag=FNAFB6QPZFWR type=write size=3308251 2024-07-27T18:40:20.097 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.095+0000 7fd9b0dfe780 1 < completed delete operation key=T7BZCFBSZM95 tag=KXUYHE5UITDE type=del 2024-07-27T18:40:20.098 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.097+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=1RHMUQC8QFSY type=del size=2454693 2024-07-27T18:40:20.101 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.100+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~JEZSTN26K0S4.0 size=1048576 2024-07-27T18:40:20.103 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.102+0000 7fd9b0dfe780 1 < completed part key=_multipart_N3SMJ1F7TS0Z.2~JEZSTN26K0S4.1 size=440594 2024-07-27T18:40:20.107 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.106+0000 7fd9b0dfe780 1 < completed multipart upload key=N3SMJ1F7TS0Z upload=JEZSTN26K0S4 tag=EBLI34QAADNT type=write size=2537746 2024-07-27T18:40:20.109 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.108+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=IVT0AGLXWODZ type=del size=387055 2024-07-27T18:40:20.112 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.111+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~H280YAAFKLWG.0 size=1048576 2024-07-27T18:40:20.114 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.113+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~H280YAAFKLWG.1 size=1048576 2024-07-27T18:40:20.116 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.115+0000 7fd9b0dfe780 1 < completed part key=_multipart_P8NVZQG528UI.2~H280YAAFKLWG.2 size=954014 2024-07-27T18:40:20.120 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.119+0000 7fd9b0dfe780 1 < completed multipart upload key=P8NVZQG528UI upload=H280YAAFKLWG tag=9UNPUVDI2E8H type=write size=4099742 2024-07-27T18:40:20.123 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.121+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=P8QBW79XDQCA type=del size=903894 2024-07-27T18:40:20.125 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.124+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=0PSM0XM1PSVK type=del 2024-07-27T18:40:20.127 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.126+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=U5NEH9J89FM3 type=del size=3016981 2024-07-27T18:40:20.129 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.128+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=A2X32PLLTNHY type=del 2024-07-27T18:40:20.131 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.130+0000 7fd9b0dfe780 1 > prepared operation key=8I5MBVTQCDVV tag=SI1CLHKFZ029 type=del size=83416 2024-07-27T18:40:20.133 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.132+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=B0E81FK0P201 type=del 2024-07-27T18:40:20.137 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.136+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~RKTTEKI4QY4O.0 size=1048576 2024-07-27T18:40:20.138 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.137+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~RKTTEKI4QY4O.1 size=1048576 2024-07-27T18:40:20.141 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.140+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~RKTTEKI4QY4O.2 size=619919 2024-07-27T18:40:20.141 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.140+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=RKTTEKI4QY4O tag=3IS73L6GJRO6 type=write size=3765647 2024-07-27T18:40:20.143 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.142+0000 7fd9b0dfe780 1 < completed delete operation key=N3SMJ1F7TS0Z tag=LVULO2DAHU9A type=del 2024-07-27T18:40:20.147 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.146+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~MK6PJD4UOFZ9.0 size=778558 2024-07-27T18:40:20.147 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.146+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=MK6PJD4UOFZ9 tag=94NM52MW78B7 type=write size=1827134 2024-07-27T18:40:20.151 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.150+0000 7fd9b0dfe780 1 < suggested remove operation key=N3SMJ1F7TS0Z tag=5YXJ6DI0E7D2 type=del 2024-07-27T18:40:20.153 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.152+0000 7fd9b0dfe780 1 > prepared operation key=BQPHSDB02Z8O tag=IL58RZMBE3WK type=del size=1081624 2024-07-27T18:40:20.155 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.154+0000 7fd9b0dfe780 1 < completed part key=_multipart_L423106KP3PL.2~FN71PJAW2L9N.0 size=724661 2024-07-27T18:40:20.159 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.158+0000 7fd9b0dfe780 1 < completed multipart upload key=L423106KP3PL upload=FN71PJAW2L9N tag=BT3RYX5BGANC type=write size=1773237 2024-07-27T18:40:20.162 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.161+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~EMS1D42QON8T.0 size=1048576 2024-07-27T18:40:20.164 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.163+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~EMS1D42QON8T.1 size=1048576 2024-07-27T18:40:20.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.165+0000 7fd9b0dfe780 1 > prepared part key=_multipart_FXYU6A8CU9F0.2~EMS1D42QON8T.2 size=549647 2024-07-27T18:40:20.166 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.165+0000 7fd9b0dfe780 1 > prepared multipart upload key=FXYU6A8CU9F0 upload=EMS1D42QON8T tag=RUFCQ8I9LVY8 type=write size=3695375 2024-07-27T18:40:20.168 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.167+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=XSB6VQSBBSB3 type=del 2024-07-27T18:40:20.170 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.169+0000 7fd9b0dfe780 1 > prepared operation key=F8NI5O3PM0RO tag=KQOUZXFDPQND type=del size=785323 2024-07-27T18:40:20.172 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.171+0000 7fd9b0dfe780 1 < completed delete operation key=03QZ740ES4M3 tag=VC3Z34LKXX2P type=del 2024-07-27T18:40:20.174 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.173+0000 7fd9b0dfe780 1 > prepared operation key=G3DZJWABEJWG tag=9Q9DN2ZN5DQE type=del size=2434100 2024-07-27T18:40:20.176 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.175+0000 7fd9b0dfe780 1 < completed delete operation key=E9Y61GIX83FA tag=I5CZOTRJ08U3 type=del 2024-07-27T18:40:20.180 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.179+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~RRF944UAO42M.0 size=1048576 2024-07-27T18:40:20.182 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.181+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~RRF944UAO42M.1 size=1048576 2024-07-27T18:40:20.184 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.183+0000 7fd9b0dfe780 1 > prepared part key=_multipart_0ML6VB25ON15.2~RRF944UAO42M.2 size=427055 2024-07-27T18:40:20.184 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.183+0000 7fd9b0dfe780 1 > prepared multipart upload key=0ML6VB25ON15 upload=RRF944UAO42M tag=74WWZX6N3QZS type=write size=3572783 2024-07-27T18:40:20.186 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.185+0000 7fd9b0dfe780 1 < completed delete operation key=O54I6ACW6PJQ tag=U8PDNXE0MAU5 type=del 2024-07-27T18:40:20.188 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.187+0000 7fd9b0dfe780 1 > prepared operation key=29DDNRGBR1QU tag=AOIBXRRJNU36 type=del size=1344182 2024-07-27T18:40:20.190 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.189+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~9VQDKR3RR88K.0 size=1048576 2024-07-27T18:40:20.192 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.191+0000 7fd9b0dfe780 1 < completed part key=_multipart_V2SZ9U1AFGCG.2~9VQDKR3RR88K.1 size=806643 2024-07-27T18:40:20.196 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.194+0000 7fd9b0dfe780 1 < completed multipart upload key=V2SZ9U1AFGCG upload=9VQDKR3RR88K tag=0PQNWZFAZPE1 type=write size=2903795 2024-07-27T18:40:20.198 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.197+0000 7fd9b0dfe780 1 > prepared operation key=55DD8ECTT2JA tag=PCGW3BGE359W type=del size=2127243 2024-07-27T18:40:20.200 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.198+0000 7fd9b0dfe780 1 < completed delete operation key=6P6RR9NVCRT1 tag=FT0CFRLO8OPK type=del 2024-07-27T18:40:20.203 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.202+0000 7fd9b0dfe780 1 > prepared part key=_multipart_8I5MBVTQCDVV.2~0XA0C5GWC3KP.0 size=151315 2024-07-27T18:40:20.203 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.202+0000 7fd9b0dfe780 1 > prepared multipart upload key=8I5MBVTQCDVV upload=0XA0C5GWC3KP tag=KT2TRMPUH5W6 type=write size=1199891 2024-07-27T18:40:20.205 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.204+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~VTC058H088QI.0 size=1048576 2024-07-27T18:40:20.207 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.206+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~VTC058H088QI.1 size=1048576 2024-07-27T18:40:20.209 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.208+0000 7fd9b0dfe780 1 < completed part key=_multipart_W2L0RV8ZN7R4.2~VTC058H088QI.2 size=162523 2024-07-27T18:40:20.213 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.212+0000 7fd9b0dfe780 1 < completed multipart upload key=W2L0RV8ZN7R4 upload=VTC058H088QI tag=FNAFB6QPZFWR type=write size=3308251 2024-07-27T18:40:20.215 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.214+0000 7fd9b0dfe780 1 > prepared operation key=IGKNZEI10405 tag=9NHZMBESDM7D type=del size=1415271 2024-07-27T18:40:20.217 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.216+0000 7fd9b0dfe780 1 < canceled operation key=8I5MBVTQCDVV tag=1RHMUQC8QFSY type=del size=2454693 2024-07-27T18:40:20.219 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.218+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=A78QRWZPTIVP type=del size=397543 2024-07-27T18:40:20.222 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.221+0000 7fd9b0dfe780 1 < completed delete operation key=YD0RYSEXBM6F tag=IVT0AGLXWODZ type=del 2024-07-27T18:40:20.224 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.223+0000 7fd9b0dfe780 1 > prepared operation key=W2L0RV8ZN7R4 tag=0HV68Z35UE5I type=del size=2563567 2024-07-27T18:40:20.227 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.226+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=P8QBW79XDQCA type=del 2024-07-27T18:40:20.231 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.229+0000 7fd9b0dfe780 1 > prepared operation key=E9XS4B44ASV1 tag=TWVVJO6JE8K6 type=del size=3343312 2024-07-27T18:40:20.234 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.233+0000 7fd9b0dfe780 1 < completed delete operation key=E9XS4B44ASV1 tag=U5NEH9J89FM3 type=del 2024-07-27T18:40:20.237 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.236+0000 7fd9b0dfe780 1 > prepared operation key=03QZ740ES4M3 tag=14K3B5W20VRY type=del size=518116 2024-07-27T18:40:20.240 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.239+0000 7fd9b0dfe780 1 < canceled operation key=8I5MBVTQCDVV tag=SI1CLHKFZ029 type=del size=83416 2024-07-27T18:40:20.242 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.241+0000 7fd9b0dfe780 1 > prepared operation key=0ML6VB25ON15 tag=1HUP0V1HJD1V type=del size=3289641 2024-07-27T18:40:20.244 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.243+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~RKTTEKI4QY4O.0 size=1048576 2024-07-27T18:40:20.246 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.245+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~RKTTEKI4QY4O.1 size=1048576 2024-07-27T18:40:20.250 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.246+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~RKTTEKI4QY4O.2 size=619919 2024-07-27T18:40:20.251 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.250+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=RKTTEKI4QY4O tag=3IS73L6GJRO6 type=write size=3765647 2024-07-27T18:40:20.253 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.252+0000 7fd9b0dfe780 1 > prepared operation key=6P6RR9NVCRT1 tag=YU64E1ITJI4P type=del size=2887839 2024-07-27T18:40:20.255 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.254+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~MK6PJD4UOFZ9.0 size=778558 2024-07-27T18:40:20.259 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.258+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=MK6PJD4UOFZ9 tag=94NM52MW78B7 type=write size=1827134 2024-07-27T18:40:20.261 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.260+0000 7fd9b0dfe780 1 > prepared operation key=86SBFWKFIZ50 tag=WDNDEP5BTPI3 type=del size=1187069 2024-07-27T18:40:20.264 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.263+0000 7fd9b0dfe780 1 < completed delete operation key=BQPHSDB02Z8O tag=IL58RZMBE3WK type=del 2024-07-27T18:40:20.267 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.266+0000 7fd9b0dfe780 1 > prepared operation key=X7P4EQ7CB100 tag=2TUEA3O96PEU type=write size=110061 2024-07-27T18:40:20.269 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.268+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~EMS1D42QON8T.0 size=1048576 2024-07-27T18:40:20.271 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.270+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~EMS1D42QON8T.1 size=1048576 2024-07-27T18:40:20.273 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.272+0000 7fd9b0dfe780 1 < completed part key=_multipart_FXYU6A8CU9F0.2~EMS1D42QON8T.2 size=549647 2024-07-27T18:40:20.276 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.275+0000 7fd9b0dfe780 1 < completed multipart upload key=FXYU6A8CU9F0 upload=EMS1D42QON8T tag=RUFCQ8I9LVY8 type=write size=3695375 2024-07-27T18:40:20.278 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.277+0000 7fd9b0dfe780 1 > prepared operation key=N3SMJ1F7TS0Z tag=TQWOZ1WOE7G4 type=del size=3910876 2024-07-27T18:40:20.281 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.279+0000 7fd9b0dfe780 1 < completed delete operation key=F8NI5O3PM0RO tag=KQOUZXFDPQND type=del 2024-07-27T18:40:20.284 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.282+0000 7fd9b0dfe780 1 > prepared operation key=PV35EIWWUMCU tag=KUH95U9K0ACN type=del size=2030895 2024-07-27T18:40:20.288 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.286+0000 7fd9b0dfe780 1 < suggested update operation key=G3DZJWABEJWG tag=9Q9DN2ZN5DQE type=del size=2434100 2024-07-27T18:40:20.290 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.289+0000 7fd9b0dfe780 1 > prepared operation key=YD0RYSEXBM6F tag=UA2X9XWHDFP9 type=del size=64990 2024-07-27T18:40:20.293 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.292+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~RRF944UAO42M.0 size=1048576 2024-07-27T18:40:20.296 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.295+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~RRF944UAO42M.1 size=1048576 2024-07-27T18:40:20.298 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.297+0000 7fd9b0dfe780 1 < completed part key=_multipart_0ML6VB25ON15.2~RRF944UAO42M.2 size=427055 2024-07-27T18:40:20.304 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.302+0000 7fd9b0dfe780 1 < completed multipart upload key=0ML6VB25ON15 upload=RRF944UAO42M tag=74WWZX6N3QZS type=write size=3572783 2024-07-27T18:40:20.309 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.308+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~XLZWE90WGV0R.0 size=1048576 2024-07-27T18:40:20.311 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.310+0000 7fd9b0dfe780 1 > prepared part key=_multipart_95K99DI46WJ8.2~XLZWE90WGV0R.1 size=611220 2024-07-27T18:40:20.311 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.310+0000 7fd9b0dfe780 1 > prepared multipart upload key=95K99DI46WJ8 upload=XLZWE90WGV0R tag=WO1F607UHK49 type=write size=2708372 2024-07-27T18:40:20.313 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.312+0000 7fd9b0dfe780 1 < completed delete operation key=29DDNRGBR1QU tag=AOIBXRRJNU36 type=del 2024-07-27T18:40:20.315 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.314+0000 7fd9b0dfe780 1 > prepared operation key=SK6LFQZNWE93 tag=7Z5OMIM8ISGN type=write size=382188 2024-07-27T18:40:20.317 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.316+0000 7fd9b0dfe780 1 < completed delete operation key=55DD8ECTT2JA tag=PCGW3BGE359W type=del 2024-07-27T18:40:20.319 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.318+0000 7fd9b0dfe780 1 > prepared operation key=T7BZCFBSZM95 tag=N7CXUF7ZJ762 type=del size=4030973 2024-07-27T18:40:20.321 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.320+0000 7fd9b0dfe780 1 < completed part key=_multipart_8I5MBVTQCDVV.2~0XA0C5GWC3KP.0 size=151315 2024-07-27T18:40:20.325 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.324+0000 7fd9b0dfe780 1 < completed multipart upload key=8I5MBVTQCDVV upload=0XA0C5GWC3KP tag=KT2TRMPUH5W6 type=write size=1199891 2024-07-27T18:40:20.328 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.327+0000 7fd9b0dfe780 1 > prepared part key=_multipart_IGKNZEI10405.2~WZLWW2VS6MIM.0 size=891095 2024-07-27T18:40:20.329 INFO:tasks.workunit.client.0.smithi029.stderr:2024-07-27T18:40:20.327+0000 7fd9b0dfe780 1 > prepared multipart upload key=IGKNZEI10405 upload=WZLWW2VS6MIM tag=97P4FNX1I79M type=write size=1939671 2024-07-27T18:40:20.329 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] cls_rgw_stats.simulate (14172 ms) 2024-07-27T18:40:20.329 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 1 test from cls_rgw_stats (14172 ms total) 2024-07-27T18:40:20.329 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:40:20.329 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:40:20.484 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 1 test from 1 test suite ran. (16181 ms total) 2024-07-27T18:40:20.484 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 1 test. 2024-07-27T18:40:20.488 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:40:20.488 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:40:20.555 INFO:tasks.workunit:Running workunit cls/test_cls_sdk.sh... 2024-07-27T18:40:20.556 DEBUG:teuthology.orchestra.run.smithi029:workunit test cls/test_cls_sdk.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_sdk.sh 2024-07-27T18:40:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:20 smithi179 ceph-mon[89801]: pgmap v1389: 137 pgs: 137 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.2 MiB/s rd, 418 KiB/s wr, 2.13k op/s 2024-07-27T18:40:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:20 smithi029 ceph-mon[96870]: pgmap v1389: 137 pgs: 137 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.2 MiB/s rd, 418 KiB/s wr, 2.13k op/s 2024-07-27T18:40:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:20 smithi029 ceph-mon[99353]: pgmap v1389: 137 pgs: 137 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.2 MiB/s rd, 418 KiB/s wr, 2.13k op/s 2024-07-27T18:40:20.817 INFO:tasks.workunit.client.0.smithi029.stdout:Running main() from gmock_main.cc 2024-07-27T18:40:20.817 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 2 tests from 1 test suite. 2024-07-27T18:40:20.817 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T18:40:20.817 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 2 tests from ClsSDK 2024-07-27T18:40:20.817 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsSDK.TestSDKCoverageWrite 2024-07-27T18:40:21.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:21 smithi029 ceph-mon[96870]: osdmap e1101: 8 total, 8 up, 8 in 2024-07-27T18:40:21.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:21 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:21.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:21 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:21.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:21 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:40:21.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:21 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:40:21.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:21 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:21.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:21 smithi029 ceph-mon[99353]: osdmap e1101: 8 total, 8 up, 8 in 2024-07-27T18:40:21.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:21 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:21.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:21 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:21.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:21 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:40:21.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:21 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:40:21.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:21 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:21 smithi179 ceph-mon[89801]: osdmap e1101: 8 total, 8 up, 8 in 2024-07-27T18:40:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:21 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:21 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:21 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:40:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:21 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:40:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:21 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:40:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:22 smithi029 ceph-mon[99353]: pgmap v1391: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:22 smithi029 ceph-mon[99353]: osdmap e1102: 8 total, 8 up, 8 in 2024-07-27T18:40:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:22 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2816538985' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:22.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:22 smithi029 ceph-mon[96870]: pgmap v1391: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:22.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:22 smithi029 ceph-mon[96870]: osdmap e1102: 8 total, 8 up, 8 in 2024-07-27T18:40:22.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:22 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2816538985' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:22.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:40:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:40:22] "GET /metrics HTTP/1.1" 200 36369 "" "Prometheus/2.43.0" 2024-07-27T18:40:22.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:22 smithi179 ceph-mon[89801]: pgmap v1391: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:22.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:22 smithi179 ceph-mon[89801]: osdmap e1102: 8 total, 8 up, 8 in 2024-07-27T18:40:22.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:22 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2816538985' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:23.740 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsSDK.TestSDKCoverageWrite (2922 ms) 2024-07-27T18:40:23.740 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] ClsSDK.TestSDKCoverageReplay 2024-07-27T18:40:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:23 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2816538985' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:40:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:23 smithi029 ceph-mon[99353]: osdmap e1103: 8 total, 8 up, 8 in 2024-07-27T18:40:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:23 smithi029 ceph-mon[99353]: pgmap v1394: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:24.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:40:24.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:23 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2816538985' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:40:24.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:23 smithi029 ceph-mon[96870]: osdmap e1103: 8 total, 8 up, 8 in 2024-07-27T18:40:24.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:23 smithi029 ceph-mon[96870]: pgmap v1394: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:24.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:40:24.087 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:23 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2816538985' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:40:24.087 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:23 smithi179 ceph-mon[89801]: osdmap e1103: 8 total, 8 up, 8 in 2024-07-27T18:40:24.087 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:23 smithi179 ceph-mon[89801]: pgmap v1394: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:24.087 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:40:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:24 smithi029 ceph-mon[96870]: osdmap e1104: 8 total, 8 up, 8 in 2024-07-27T18:40:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:24 smithi029 ceph-mon[99353]: osdmap e1104: 8 total, 8 up, 8 in 2024-07-27T18:40:25.026 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:24 smithi179 ceph-mon[89801]: osdmap e1104: 8 total, 8 up, 8 in 2024-07-27T18:40:26.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:25 smithi029 ceph-mon[96870]: osdmap e1105: 8 total, 8 up, 8 in 2024-07-27T18:40:26.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:25 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1743671413' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:26.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:25 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:26.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:25 smithi029 ceph-mon[96870]: pgmap v1397: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:26.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:25 smithi029 ceph-mon[99353]: osdmap e1105: 8 total, 8 up, 8 in 2024-07-27T18:40:26.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:25 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1743671413' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:26.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:25 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:26.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:25 smithi029 ceph-mon[99353]: pgmap v1397: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:26.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:25 smithi179 ceph-mon[89801]: osdmap e1105: 8 total, 8 up, 8 in 2024-07-27T18:40:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:25 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1743671413' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:25 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T18:40:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:25 smithi179 ceph-mon[89801]: pgmap v1397: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:26.756 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] ClsSDK.TestSDKCoverageReplay (3017 ms) 2024-07-27T18:40:26.756 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 2 tests from ClsSDK (5939 ms total) 2024-07-27T18:40:26.756 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T18:40:26.756 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T18:40:26.756 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 2 tests from 1 test suite ran. (5939 ms total) 2024-07-27T18:40:26.756 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 2 tests. 2024-07-27T18:40:26.760 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T18:40:26.760 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T18:40:26.789 INFO:tasks.workunit:Stopping ['cls'] on client.0... 2024-07-27T18:40:26.789 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2024-07-27T18:40:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:26 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:40:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:26 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:40:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:26 smithi029 ceph-mon[99353]: osdmap e1106: 8 total, 8 up, 8 in 2024-07-27T18:40:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:26 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:40:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:26 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:40:27.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:26 smithi029 ceph-mon[96870]: osdmap e1106: 8 total, 8 up, 8 in 2024-07-27T18:40:27.064 DEBUG:teuthology.parallel:result is None 2024-07-27T18:40:27.064 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T18:40:27.090 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T18:40:27.090 DEBUG:teuthology.orchestra.run.smithi029:> rmdir -- /home/ubuntu/cephtest/mnt.0 2024-07-27T18:40:27.146 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T18:40:27.147 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2024-07-27T18:40:27.147 INFO:teuthology.task.print:**** done end rados_api.yaml 2024-07-27T18:40:27.147 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2024-07-27T18:40:27.147 INFO:teuthology.task.print:**** done start rados_loadgenbig.yaml 2024-07-27T18:40:27.147 INFO:teuthology.task.full_sequential:In full_sequential, running task workunit... 2024-07-27T18:40:27.148 INFO:tasks.workunit:Pulling workunits from ref reef 2024-07-27T18:40:27.149 INFO:tasks.workunit:Making a separate scratch dir for every client... 2024-07-27T18:40:27.149 DEBUG:teuthology.orchestra.run.smithi029:> stat -- /home/ubuntu/cephtest/mnt.0 2024-07-27T18:40:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:26 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T18:40:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:26 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi029-142519-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T18:40:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:26 smithi179 ceph-mon[89801]: osdmap e1106: 8 total, 8 up, 8 in 2024-07-27T18:40:27.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T18:40:27.203 INFO:teuthology.orchestra.run.smithi029.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2024-07-27T18:40:27.203 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -- /home/ubuntu/cephtest/mnt.0 2024-07-27T18:40:27.260 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2024-07-27T18:40:27.260 DEBUG:teuthology.orchestra.run.smithi029:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2024-07-27T18:40:27.317 INFO:tasks.workunit:timeout=3h 2024-07-27T18:40:27.317 INFO:tasks.workunit:cleanup=True 2024-07-27T18:40:27.318 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone --depth 1 --branch reef https://git.ceph.com/ceph.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 2024-07-27T18:40:27.374 INFO:tasks.workunit.client.0.smithi029.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2024-07-27T18:40:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:27 smithi179 ceph-mon[89801]: osdmap e1107: 8 total, 8 up, 8 in 2024-07-27T18:40:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:27 smithi179 ceph-mon[89801]: pgmap v1400: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:27 smithi029 ceph-mon[99353]: osdmap e1107: 8 total, 8 up, 8 in 2024-07-27T18:40:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:27 smithi029 ceph-mon[99353]: pgmap v1400: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:27 smithi029 ceph-mon[96870]: osdmap e1107: 8 total, 8 up, 8 in 2024-07-27T18:40:28.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:27 smithi029 ceph-mon[96870]: pgmap v1400: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:28 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:40:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:28 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T18:40:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:28 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:40:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:28 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T18:40:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:28 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T18:40:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:28 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T18:40:30.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:29 smithi029 ceph-mon[96870]: pgmap v1401: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:30.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:29 smithi029 ceph-mon[99353]: pgmap v1401: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:29 smithi179 ceph-mon[89801]: pgmap v1401: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:31 smithi179 ceph-mon[89801]: pgmap v1402: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:31 smithi029 ceph-mon[96870]: pgmap v1402: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:32.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:31 smithi029 ceph-mon[99353]: pgmap v1402: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:32.740 DEBUG:teuthology.orchestra.run.smithi029:> cd -- /home/ubuntu/cephtest/clone.client.0/qa/workunits && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\0' >/home/ubuntu/cephtest/workunits.list.client.0 2024-07-27T18:40:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:40:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:40:32] "GET /metrics HTTP/1.1" 200 36359 "" "Prometheus/2.43.0" 2024-07-27T18:40:32.767 INFO:tasks.workunit.client.0.smithi029.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2024-07-27T18:40:32.769 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-07-27T18:40:32.769 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2024-07-27T18:40:32.820 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2024-07-27T18:40:32.870 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2024-07-27T18:40:32.913 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-07-27T18:40:32.915 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-07-27T18:40:32.915 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2024-07-27T18:40:32.956 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-07-27T18:40:32.962 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T18:40:32.962 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2024-07-27T18:40:33.015 INFO:tasks.workunit:Running workunits matching rados/load-gen-big.sh on client.0... 2024-07-27T18:40:33.017 INFO:tasks.workunit:Running workunit rados/load-gen-big.sh... 2024-07-27T18:40:33.017 DEBUG:teuthology.orchestra.run.smithi029:workunit test rados/load-gen-big.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/rados/load-gen-big.sh 2024-07-27T18:40:33.118 INFO:tasks.workunit.client.0.smithi029.stdout:run length 1200 seconds 2024-07-27T18:40:33.118 INFO:tasks.workunit.client.0.smithi029.stdout:preparing 10240 objects 2024-07-27T18:40:34.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:33 smithi179 ceph-mon[89801]: pgmap v1403: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:33 smithi029 ceph-mon[96870]: pgmap v1403: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:33 smithi029 ceph-mon[99353]: pgmap v1403: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-07-27T18:40:35.182 INFO:tasks.workunit.client.0.smithi029.stdout:load-gen will run 1200 seconds 2024-07-27T18:40:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:35 smithi179 ceph-mon[89801]: pgmap v1404: 105 pgs: 105 active+clean; 28 GiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 254 KiB/s wr, 253 op/s 2024-07-27T18:40:36.182 INFO:tasks.workunit.client.0.smithi029.stdout: 1: throughput=0MB/sec pending data=0 2024-07-27T18:40:36.183 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Hv_59j56DvC_KZn off=1313488 len=1754583 2024-07-27T18:40:36.186 INFO:tasks.workunit.client.0.smithi029.stdout:op 0 completed, throughput=1.67MB/sec 2024-07-27T18:40:36.186 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8Hyni5I51R6d-R5 off=2272748 len=1600452 2024-07-27T18:40:36.194 INFO:tasks.workunit.client.0.smithi029.stdout:op 1 completed, throughput=3.16MB/sec 2024-07-27T18:40:36.195 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kw4PNq8ot2nycf- off=1417059 len=131955 2024-07-27T18:40:36.197 INFO:tasks.workunit.client.0.smithi029.stdout:op 2 completed, throughput=3.28MB/sec 2024-07-27T18:40:36.197 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zwxbzMFErSxN6iI off=8370216 len=60725 2024-07-27T18:40:36.199 INFO:tasks.workunit.client.0.smithi029.stdout:op 3 completed, throughput=3.33MB/sec 2024-07-27T18:40:36.199 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-P2qV-EtCVlhBGaQ off=6153250 len=2040438 2024-07-27T18:40:36.211 INFO:tasks.workunit.client.0.smithi029.stdout:op 4 completed, throughput=5.18MB/sec 2024-07-27T18:40:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:35 smithi029 ceph-mon[96870]: pgmap v1404: 105 pgs: 105 active+clean; 28 GiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 254 KiB/s wr, 253 op/s 2024-07-27T18:40:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:35 smithi029 ceph-mon[99353]: pgmap v1404: 105 pgs: 105 active+clean; 28 GiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 254 KiB/s wr, 253 op/s 2024-07-27T18:40:37.212 INFO:tasks.workunit.client.0.smithi029.stdout: 2: throughput=2.63MB/sec pending data=0 2024-07-27T18:40:37.212 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-92eZ0GJIdp1RiCr off=3585942 len=354447 2024-07-27T18:40:37.216 INFO:tasks.workunit.client.0.smithi029.stdout:op 5 completed, throughput=2.79MB/sec 2024-07-27T18:40:37.216 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Pnz73vJXeTKbedl off=5106438 len=588936 2024-07-27T18:40:37.217 INFO:tasks.workunit.client.0.smithi029.stdout:op 6 completed, throughput=3.06MB/sec 2024-07-27T18:40:37.217 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pbFGRhYZhjEcSC1 off=2724740 len=80325 2024-07-27T18:40:37.217 INFO:tasks.workunit.client.0.smithi029.stdout:op 7 completed, throughput=3.1MB/sec 2024-07-27T18:40:37.217 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_fnOZaU_mN5BcI2 off=1087018 len=900905 2024-07-27T18:40:37.219 INFO:tasks.workunit.client.0.smithi029.stdout:op 8 completed, throughput=3.52MB/sec 2024-07-27T18:40:37.220 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_6Ib9R6qXe6f2-3 off=8679374 len=640466 2024-07-27T18:40:37.225 INFO:tasks.workunit.client.0.smithi029.stdout:op 9 completed, throughput=3.81MB/sec 2024-07-27T18:40:37.225 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Vc7C6O1J9LZZ3Xg off=10590072 len=1005953 2024-07-27T18:40:37.227 INFO:tasks.workunit.client.0.smithi029.stdout:op 10 completed, throughput=4.27MB/sec 2024-07-27T18:40:37.227 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SniR1Q5KrVlb_5N off=817151 len=928566 2024-07-27T18:40:37.227 INFO:tasks.workunit.client.0.smithi029.stdout:op 11 completed, throughput=4.7MB/sec 2024-07-27T18:40:37.228 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DuLAMg-CyKb2JFM off=5815066 len=1193780 2024-07-27T18:40:37.230 INFO:tasks.workunit.client.0.smithi029.stdout:op 12 completed, throughput=5.25MB/sec 2024-07-27T18:40:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:37 smithi179 ceph-mon[89801]: pgmap v1405: 105 pgs: 105 active+clean; 44 GiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 352 KiB/s wr, 352 op/s 2024-07-27T18:40:38.230 INFO:tasks.workunit.client.0.smithi029.stdout: 3: throughput=3.53MB/sec pending data=0 2024-07-27T18:40:38.230 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ANnuRiejmD2Cusx off=3405340 len=1710800 2024-07-27T18:40:38.242 INFO:tasks.workunit.client.0.smithi029.stdout:op 13 completed, throughput=4.05MB/sec 2024-07-27T18:40:38.242 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-r1ABiKYuqGMSz-S off=3473461 len=1430133 2024-07-27T18:40:38.249 INFO:tasks.workunit.client.0.smithi029.stdout:op 14 completed, throughput=4.48MB/sec 2024-07-27T18:40:38.249 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uy-XNbDVC1g6Cgl off=4102484 len=1820532 2024-07-27T18:40:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:37 smithi029 ceph-mon[96870]: pgmap v1405: 105 pgs: 105 active+clean; 44 GiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 352 KiB/s wr, 352 op/s 2024-07-27T18:40:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:37 smithi029 ceph-mon[99353]: pgmap v1405: 105 pgs: 105 active+clean; 44 GiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 352 KiB/s wr, 352 op/s 2024-07-27T18:40:38.252 INFO:tasks.workunit.client.0.smithi029.stdout:op 15 completed, throughput=5.05MB/sec 2024-07-27T18:40:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:40:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:40:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:40:39.252 INFO:tasks.workunit.client.0.smithi029.stdout: 4: throughput=3.81MB/sec pending data=0 2024-07-27T18:40:39.252 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cljMdjnlH6O9_JQ off=7943180 len=1130858 2024-07-27T18:40:39.254 INFO:tasks.workunit.client.0.smithi029.stdout:op 16 completed, throughput=4.07MB/sec 2024-07-27T18:40:39.254 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-H003gOaeYLzbVBc off=4963502 len=1866946 2024-07-27T18:40:39.262 INFO:tasks.workunit.client.0.smithi029.stdout:op 17 completed, throughput=4.5MB/sec 2024-07-27T18:40:39.262 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NbxJdlw2lxPBr1G off=250113 len=868752 2024-07-27T18:40:39.266 INFO:tasks.workunit.client.0.smithi029.stdout:op 18 completed, throughput=4.7MB/sec 2024-07-27T18:40:39.266 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QH6kiO3FyxQaBMG off=12489667 len=1036269 2024-07-27T18:40:39.267 INFO:tasks.workunit.client.0.smithi029.stdout:op 19 completed, throughput=4.94MB/sec 2024-07-27T18:40:39.267 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PL7JgcU4T211zTc off=9329724 len=1931450 2024-07-27T18:40:39.274 INFO:tasks.workunit.client.0.smithi029.stdout:op 20 completed, throughput=5.38MB/sec 2024-07-27T18:40:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:39 smithi179 ceph-mon[89801]: pgmap v1406: 105 pgs: 105 active+clean; 108 GiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 231 KiB/s rd, 926 KiB/s wr, 726 op/s 2024-07-27T18:40:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:39 smithi029 ceph-mon[96870]: pgmap v1406: 105 pgs: 105 active+clean; 108 GiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 231 KiB/s rd, 926 KiB/s wr, 726 op/s 2024-07-27T18:40:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:39 smithi029 ceph-mon[99353]: pgmap v1406: 105 pgs: 105 active+clean; 108 GiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 231 KiB/s rd, 926 KiB/s wr, 726 op/s 2024-07-27T18:40:40.274 INFO:tasks.workunit.client.0.smithi029.stdout: 5: throughput=4.32MB/sec pending data=0 2024-07-27T18:40:40.275 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SfNrhi8t1Y57D_w off=5661280 len=782043 2024-07-27T18:40:40.276 INFO:tasks.workunit.client.0.smithi029.stdout:op 21 completed, throughput=4.47MB/sec 2024-07-27T18:40:40.276 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TFDfDIKLyZe9sUD off=11477199 len=1537418 2024-07-27T18:40:40.278 INFO:tasks.workunit.client.0.smithi029.stdout:op 22 completed, throughput=4.75MB/sec 2024-07-27T18:40:40.278 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gAjrynwBwWM87RG off=2962469 len=2020360 2024-07-27T18:40:40.280 INFO:tasks.workunit.client.0.smithi029.stdout:op 23 completed, throughput=5.13MB/sec 2024-07-27T18:40:41.280 INFO:tasks.workunit.client.0.smithi029.stdout: 6: throughput=4.29MB/sec pending data=0 2024-07-27T18:40:41.280 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-n7pTby-PP6PxEI8 off=2230362 len=2092013 2024-07-27T18:40:41.283 INFO:tasks.workunit.client.0.smithi029.stdout:op 24 completed, throughput=4.61MB/sec 2024-07-27T18:40:41.283 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qFxPnA7ms8j6PWK off=3913993 len=1539607 2024-07-27T18:40:41.286 INFO:tasks.workunit.client.0.smithi029.stdout:op 25 completed, throughput=4.85MB/sec 2024-07-27T18:40:41.287 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-J7rYhwglsrtMdUr off=5917279 len=1733907 2024-07-27T18:40:41.289 INFO:tasks.workunit.client.0.smithi029.stdout:op 26 completed, throughput=5.12MB/sec 2024-07-27T18:40:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:41 smithi179 ceph-mon[89801]: pgmap v1407: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 428 KiB/s rd, 1.2 MiB/s wr, 853 op/s 2024-07-27T18:40:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:41 smithi029 ceph-mon[96870]: pgmap v1407: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 428 KiB/s rd, 1.2 MiB/s wr, 853 op/s 2024-07-27T18:40:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:41 smithi029 ceph-mon[99353]: pgmap v1407: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 428 KiB/s rd, 1.2 MiB/s wr, 853 op/s 2024-07-27T18:40:42.290 INFO:tasks.workunit.client.0.smithi029.stdout: 7: throughput=4.4MB/sec pending data=0 2024-07-27T18:40:42.290 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FH0SI8aP4YDlGUI off=14048302 len=995703 2024-07-27T18:40:42.292 INFO:tasks.workunit.client.0.smithi029.stdout:op 27 completed, throughput=4.53MB/sec 2024-07-27T18:40:42.292 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-A_IFQ5kuXaaCAA6 off=219636 len=1982137 2024-07-27T18:40:42.301 INFO:tasks.workunit.client.0.smithi029.stdout:op 28 completed, throughput=4.79MB/sec 2024-07-27T18:40:42.301 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-21YIcsAb_FBsfcU off=432689 len=984783 2024-07-27T18:40:42.306 INFO:tasks.workunit.client.0.smithi029.stdout:op 29 completed, throughput=4.92MB/sec 2024-07-27T18:40:42.306 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mhGLqMEruJj5l6z off=4683463 len=1998102 2024-07-27T18:40:42.312 INFO:tasks.workunit.client.0.smithi029.stdout:op 30 completed, throughput=5.18MB/sec 2024-07-27T18:40:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:40:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:40:42] "GET /metrics HTTP/1.1" 200 34010 "" "Prometheus/2.43.0" 2024-07-27T18:40:43.313 INFO:tasks.workunit.client.0.smithi029.stdout: 8: throughput=4.54MB/sec pending data=0 2024-07-27T18:40:43.313 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lBcGVnMOCIaAFtP off=5311812 len=1549309 2024-07-27T18:40:43.320 INFO:tasks.workunit.client.0.smithi029.stdout:op 31 completed, throughput=4.72MB/sec 2024-07-27T18:40:43.320 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hCkmFHhw3zlr41w off=12409951 len=300213 2024-07-27T18:40:43.323 INFO:tasks.workunit.client.0.smithi029.stdout:op 32 completed, throughput=4.76MB/sec 2024-07-27T18:40:43.323 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-foSMEFuL5f4Em2T off=13294125 len=1376654 2024-07-27T18:40:43.326 INFO:tasks.workunit.client.0.smithi029.stdout:op 33 completed, throughput=4.91MB/sec 2024-07-27T18:40:43.326 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5gmAQb5tgionh0L off=9669136 len=1994698 2024-07-27T18:40:43.334 INFO:tasks.workunit.client.0.smithi029.stdout:op 34 completed, throughput=5.14MB/sec 2024-07-27T18:40:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:43 smithi179 ceph-mon[89801]: pgmap v1408: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 673 KiB/s rd, 1.4 MiB/s wr, 854 op/s 2024-07-27T18:40:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:43 smithi029 ceph-mon[96870]: pgmap v1408: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 673 KiB/s rd, 1.4 MiB/s wr, 854 op/s 2024-07-27T18:40:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:43 smithi029 ceph-mon[99353]: pgmap v1408: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 673 KiB/s rd, 1.4 MiB/s wr, 854 op/s 2024-07-27T18:40:44.334 INFO:tasks.workunit.client.0.smithi029.stdout: 9: throughput=4.58MB/sec pending data=0 2024-07-27T18:40:44.334 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tm0x7AJJ2j6ER7b off=6453929 len=891226 2024-07-27T18:40:44.336 INFO:tasks.workunit.client.0.smithi029.stdout:op 35 completed, throughput=4.67MB/sec 2024-07-27T18:40:44.336 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PvfDaB7BMjMGM6B off=9955657 len=1647683 2024-07-27T18:40:44.338 INFO:tasks.workunit.client.0.smithi029.stdout:op 36 completed, throughput=4.84MB/sec 2024-07-27T18:40:44.338 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-X31vifJdp3BzcuT off=8757466 len=129491 2024-07-27T18:40:44.339 INFO:tasks.workunit.client.0.smithi029.stdout:op 37 completed, throughput=4.86MB/sec 2024-07-27T18:40:44.339 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1PcOJ8y69AXcfBD off=9465744 len=1686390 2024-07-27T18:40:44.345 INFO:tasks.workunit.client.0.smithi029.stdout:op 38 completed, throughput=5.03MB/sec 2024-07-27T18:40:45.346 INFO:tasks.workunit.client.0.smithi029.stdout: 10: throughput=4.53MB/sec pending data=0 2024-07-27T18:40:45.346 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RsJIZ_DqpbcSy6z off=11057740 len=1888023 2024-07-27T18:40:45.349 INFO:tasks.workunit.client.0.smithi029.stdout:op 39 completed, throughput=4.71MB/sec 2024-07-27T18:40:45.350 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0a9Uxa3oih0M38H off=1829134 len=1878973 2024-07-27T18:40:45.352 INFO:tasks.workunit.client.0.smithi029.stdout:op 40 completed, throughput=4.88MB/sec 2024-07-27T18:40:45.352 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GkfYDsL3hREekmH off=431916 len=1456943 2024-07-27T18:40:45.354 INFO:tasks.workunit.client.0.smithi029.stdout:op 41 completed, throughput=5.02MB/sec 2024-07-27T18:40:46.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:45 smithi179 ceph-mon[89801]: pgmap v1409: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.5 MiB/s wr, 855 op/s 2024-07-27T18:40:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:45 smithi029 ceph-mon[96870]: pgmap v1409: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.5 MiB/s wr, 855 op/s 2024-07-27T18:40:46.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:45 smithi029 ceph-mon[99353]: pgmap v1409: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.5 MiB/s wr, 855 op/s 2024-07-27T18:40:46.354 INFO:tasks.workunit.client.0.smithi029.stdout: 11: throughput=4.57MB/sec pending data=0 2024-07-27T18:40:46.354 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n8ICuoFHYUo9OOc off=7278681 len=1188344 2024-07-27T18:40:46.361 INFO:tasks.workunit.client.0.smithi029.stdout:op 42 completed, throughput=4.67MB/sec 2024-07-27T18:40:46.361 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-B4SJ7KZv6DcdSjF off=7948594 len=647749 2024-07-27T18:40:46.365 INFO:tasks.workunit.client.0.smithi029.stdout:op 43 completed, throughput=4.72MB/sec 2024-07-27T18:40:46.365 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sPBs8YRyCu30J_q off=709777 len=1024724 2024-07-27T18:40:46.366 INFO:tasks.workunit.client.0.smithi029.stdout:op 44 completed, throughput=4.81MB/sec 2024-07-27T18:40:46.367 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7YJ-y5t6ID9IzON off=3214570 len=1957769 2024-07-27T18:40:46.369 INFO:tasks.workunit.client.0.smithi029.stdout:op 45 completed, throughput=4.98MB/sec 2024-07-27T18:40:46.369 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZRoKToF5MV0pYlh off=658268 len=1216993 2024-07-27T18:40:46.370 INFO:tasks.workunit.client.0.smithi029.stdout:op 46 completed, throughput=5.08MB/sec 2024-07-27T18:40:47.371 INFO:tasks.workunit.client.0.smithi029.stdout: 12: throughput=4.66MB/sec pending data=0 2024-07-27T18:40:47.371 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g-IoV1YJ_2Qgl7x off=3845306 len=1484288 2024-07-27T18:40:47.373 INFO:tasks.workunit.client.0.smithi029.stdout:op 47 completed, throughput=4.78MB/sec 2024-07-27T18:40:47.373 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JDyX2gqZcRCSVdu off=4742028 len=1070539 2024-07-27T18:40:47.375 INFO:tasks.workunit.client.0.smithi029.stdout:op 48 completed, throughput=4.86MB/sec 2024-07-27T18:40:47.375 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9XVnSAXcPvs71uX off=1063718 len=973131 2024-07-27T18:40:47.376 INFO:tasks.workunit.client.0.smithi029.stdout:op 49 completed, throughput=4.94MB/sec 2024-07-27T18:40:47.376 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-a2hiI3sjhlPPNSx off=21344261 len=250696 2024-07-27T18:40:47.377 INFO:tasks.workunit.client.0.smithi029.stdout:op 50 completed, throughput=4.95MB/sec 2024-07-27T18:40:47.378 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-O-Ua_3otr2wqXvW off=6136959 len=2032609 2024-07-27T18:40:47.387 INFO:tasks.workunit.client.0.smithi029.stdout:op 51 completed, throughput=5.11MB/sec 2024-07-27T18:40:48.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:47 smithi179 ceph-mon[89801]: pgmap v1410: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.3 MiB/s wr, 663 op/s 2024-07-27T18:40:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:47 smithi029 ceph-mon[96870]: pgmap v1410: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.3 MiB/s wr, 663 op/s 2024-07-27T18:40:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:47 smithi029 ceph-mon[99353]: pgmap v1410: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.3 MiB/s wr, 663 op/s 2024-07-27T18:40:48.387 INFO:tasks.workunit.client.0.smithi029.stdout: 13: throughput=4.72MB/sec pending data=0 2024-07-27T18:40:48.387 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AMjwrIXh4ML40Un off=9255713 len=817563 2024-07-27T18:40:48.391 INFO:tasks.workunit.client.0.smithi029.stdout:op 52 completed, throughput=4.78MB/sec 2024-07-27T18:40:48.392 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-a0S1Qmu89UjZcae off=4069594 len=2033690 2024-07-27T18:40:48.394 INFO:tasks.workunit.client.0.smithi029.stdout:op 53 completed, throughput=4.93MB/sec 2024-07-27T18:40:48.394 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-enzituipr39fLj7 off=2221830 len=872866 2024-07-27T18:40:48.395 INFO:tasks.workunit.client.0.smithi029.stdout:op 54 completed, throughput=4.99MB/sec 2024-07-27T18:40:48.395 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fuCQbkEOzsYfN9s off=3270218 len=1030513 2024-07-27T18:40:48.400 INFO:tasks.workunit.client.0.smithi029.stdout:op 55 completed, throughput=5.06MB/sec 2024-07-27T18:40:49.400 INFO:tasks.workunit.client.0.smithi029.stdout: 14: throughput=4.7MB/sec pending data=0 2024-07-27T18:40:49.401 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-odBePAmprK27UxF off=9032882 len=214718 2024-07-27T18:40:49.403 INFO:tasks.workunit.client.0.smithi029.stdout:op 56 completed, throughput=4.72MB/sec 2024-07-27T18:40:49.403 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qGdwNSN9yMsGU7s off=1764830 len=1924518 2024-07-27T18:40:49.406 INFO:tasks.workunit.client.0.smithi029.stdout:op 57 completed, throughput=4.85MB/sec 2024-07-27T18:40:49.406 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SLe0NYSgVR2wOEN off=2964565 len=72484 2024-07-27T18:40:49.408 INFO:tasks.workunit.client.0.smithi029.stdout:op 58 completed, throughput=4.85MB/sec 2024-07-27T18:40:49.408 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LvFvdrm1AugtWrI off=3279182 len=1941543 2024-07-27T18:40:49.410 INFO:tasks.workunit.client.0.smithi029.stdout:op 59 completed, throughput=4.98MB/sec 2024-07-27T18:40:49.410 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gaxBQ-krmR33mDP off=861604 len=258483 2024-07-27T18:40:49.414 INFO:tasks.workunit.client.0.smithi029.stdout:op 60 completed, throughput=5MB/sec 2024-07-27T18:40:49.414 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0ADjuxgYJLMLEiw off=1594570 len=1438243 2024-07-27T18:40:49.420 INFO:tasks.workunit.client.0.smithi029.stdout:op 61 completed, throughput=5.09MB/sec 2024-07-27T18:40:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:49 smithi029 ceph-mon[96870]: pgmap v1411: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.4 MiB/s wr, 560 op/s 2024-07-27T18:40:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:49 smithi029 ceph-mon[99353]: pgmap v1411: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.4 MiB/s wr, 560 op/s 2024-07-27T18:40:50.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:49 smithi179 ceph-mon[89801]: pgmap v1411: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.4 MiB/s wr, 560 op/s 2024-07-27T18:40:50.420 INFO:tasks.workunit.client.0.smithi029.stdout: 15: throughput=4.76MB/sec pending data=0 2024-07-27T18:40:50.420 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uL3HWQor5GXb1Hg off=65058 len=273793 2024-07-27T18:40:50.421 INFO:tasks.workunit.client.0.smithi029.stdout:op 62 completed, throughput=4.77MB/sec 2024-07-27T18:40:50.421 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kwMJZHV3rjrY62- off=8004403 len=171020 2024-07-27T18:40:50.422 INFO:tasks.workunit.client.0.smithi029.stdout:op 63 completed, throughput=4.78MB/sec 2024-07-27T18:40:50.422 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7pERCVxWeJe1yCV off=5289815 len=1712763 2024-07-27T18:40:50.424 INFO:tasks.workunit.client.0.smithi029.stdout:op 64 completed, throughput=4.89MB/sec 2024-07-27T18:40:50.424 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-L0KZQjhb6My69eU off=14626878 len=270903 2024-07-27T18:40:50.426 INFO:tasks.workunit.client.0.smithi029.stdout:op 65 completed, throughput=4.91MB/sec 2024-07-27T18:40:50.426 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-t2Rnh_mfbvtkh-L off=11522827 len=1091337 2024-07-27T18:40:50.428 INFO:tasks.workunit.client.0.smithi029.stdout:op 66 completed, throughput=4.97MB/sec 2024-07-27T18:40:50.428 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5ysKMzq_o4x5OO_ off=1705279 len=20028 2024-07-27T18:40:50.430 INFO:tasks.workunit.client.0.smithi029.stdout:op 67 completed, throughput=4.97MB/sec 2024-07-27T18:40:50.430 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fuyCg_gwcz7NvFG off=5414198 len=867513 2024-07-27T18:40:50.434 INFO:tasks.workunit.client.0.smithi029.stdout:op 68 completed, throughput=5.03MB/sec 2024-07-27T18:40:51.435 INFO:tasks.workunit.client.0.smithi029.stdout: 16: throughput=4.72MB/sec pending data=0 2024-07-27T18:40:51.435 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lUcPYKSqw5l70sB off=14360335 len=1491109 2024-07-27T18:40:51.438 INFO:tasks.workunit.client.0.smithi029.stdout:op 69 completed, throughput=4.8MB/sec 2024-07-27T18:40:51.438 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6FA7JWrv0cu4FUs off=568504 len=1685290 2024-07-27T18:40:51.441 INFO:tasks.workunit.client.0.smithi029.stdout:op 70 completed, throughput=4.9MB/sec 2024-07-27T18:40:51.441 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pflLHO2m4biwynu off=13193538 len=409786 2024-07-27T18:40:51.442 INFO:tasks.workunit.client.0.smithi029.stdout:op 71 completed, throughput=4.93MB/sec 2024-07-27T18:40:51.442 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-I3vyF46V90VPPmY off=11076223 len=1959417 2024-07-27T18:40:51.455 INFO:tasks.workunit.client.0.smithi029.stdout:op 72 completed, throughput=5.04MB/sec 2024-07-27T18:40:52.215 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:51 smithi179 ceph-mon[89801]: pgmap v1412: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.1 MiB/s wr, 130 op/s 2024-07-27T18:40:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:51 smithi029 ceph-mon[96870]: pgmap v1412: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.1 MiB/s wr, 130 op/s 2024-07-27T18:40:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:51 smithi029 ceph-mon[99353]: pgmap v1412: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.1 MiB/s wr, 130 op/s 2024-07-27T18:40:52.455 INFO:tasks.workunit.client.0.smithi029.stdout: 17: throughput=4.75MB/sec pending data=0 2024-07-27T18:40:52.455 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DIZFpLJpYjnqVJU off=7263670 len=470902 2024-07-27T18:40:52.456 INFO:tasks.workunit.client.0.smithi029.stdout:op 73 completed, throughput=4.77MB/sec 2024-07-27T18:40:52.456 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dV1RM0cm0WVdtB1 off=8867086 len=181048 2024-07-27T18:40:52.459 INFO:tasks.workunit.client.0.smithi029.stdout:op 74 completed, throughput=4.78MB/sec 2024-07-27T18:40:52.459 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5CJpKTU3TZ0GvgJ off=19966318 len=362863 2024-07-27T18:40:52.460 INFO:tasks.workunit.client.0.smithi029.stdout:op 75 completed, throughput=4.8MB/sec 2024-07-27T18:40:52.460 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lRkHu576JOP6Of4 off=9192408 len=991437 2024-07-27T18:40:52.462 INFO:tasks.workunit.client.0.smithi029.stdout:op 76 completed, throughput=4.85MB/sec 2024-07-27T18:40:52.462 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-I3ziPy51NgoKM1f off=187049 len=1012163 2024-07-27T18:40:52.467 INFO:tasks.workunit.client.0.smithi029.stdout:op 77 completed, throughput=4.91MB/sec 2024-07-27T18:40:52.467 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8BG-8m_7kPLdrLG off=20434032 len=448470 2024-07-27T18:40:52.471 INFO:tasks.workunit.client.0.smithi029.stdout:op 78 completed, throughput=4.93MB/sec 2024-07-27T18:40:52.471 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PcECaEZrApa70bC off=4701142 len=1725431 2024-07-27T18:40:52.481 INFO:tasks.workunit.client.0.smithi029.stdout:op 79 completed, throughput=5.02MB/sec 2024-07-27T18:40:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:40:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:40:52] "GET /metrics HTTP/1.1" 200 34010 "" "Prometheus/2.43.0" 2024-07-27T18:40:53.482 INFO:tasks.workunit.client.0.smithi029.stdout: 18: throughput=4.75MB/sec pending data=0 2024-07-27T18:40:53.482 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8Gdf9AaFeYlPqxt off=0 len=1060531 2024-07-27T18:40:53.483 INFO:tasks.workunit.client.0.smithi029.stdout:op 80 completed, throughput=4.8MB/sec 2024-07-27T18:40:53.483 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-02pdbXmis7D9T32 off=189807 len=1984821 2024-07-27T18:40:53.495 INFO:tasks.workunit.client.0.smithi029.stdout:op 81 completed, throughput=4.9MB/sec 2024-07-27T18:40:53.495 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-__DAsJTCe5W3t5u off=280718 len=1993993 2024-07-27T18:40:53.497 INFO:tasks.workunit.client.0.smithi029.stdout:op 82 completed, throughput=5.01MB/sec 2024-07-27T18:40:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:53 smithi029 ceph-mon[96870]: pgmap v1413: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.1 MiB/s wr, 3 op/s 2024-07-27T18:40:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:40:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:53 smithi029 ceph-mon[99353]: pgmap v1413: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.1 MiB/s wr, 3 op/s 2024-07-27T18:40:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:40:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:53 smithi179 ceph-mon[89801]: pgmap v1413: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.1 MiB/s wr, 3 op/s 2024-07-27T18:40:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:40:54.498 INFO:tasks.workunit.client.0.smithi029.stdout: 19: throughput=4.75MB/sec pending data=0 2024-07-27T18:40:54.498 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lkz-oowUqu6uV9l off=6975981 len=879703 2024-07-27T18:40:54.506 INFO:tasks.workunit.client.0.smithi029.stdout:op 83 completed, throughput=4.79MB/sec 2024-07-27T18:40:54.506 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ztoIQhZJvRNtaN0 off=2864543 len=451257 2024-07-27T18:40:54.506 INFO:tasks.workunit.client.0.smithi029.stdout:op 84 completed, throughput=4.81MB/sec 2024-07-27T18:40:54.507 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zVsDMSwMYhLBMlS off=3495521 len=1434904 2024-07-27T18:40:54.509 INFO:tasks.workunit.client.0.smithi029.stdout:op 85 completed, throughput=4.88MB/sec 2024-07-27T18:40:54.509 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xbW9l6nY-PLuibE off=0 len=1550581 2024-07-27T18:40:54.511 INFO:tasks.workunit.client.0.smithi029.stdout:op 86 completed, throughput=4.96MB/sec 2024-07-27T18:40:54.511 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-k-vFDDN5dxSRUc0 off=11637220 len=1140206 2024-07-27T18:40:54.513 INFO:tasks.workunit.client.0.smithi029.stdout:op 87 completed, throughput=5.01MB/sec 2024-07-27T18:40:55.513 INFO:tasks.workunit.client.0.smithi029.stdout: 20: throughput=4.77MB/sec pending data=0 2024-07-27T18:40:55.514 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-65yY4VjtLpqJEB- off=5498864 len=2002509 2024-07-27T18:40:55.516 INFO:tasks.workunit.client.0.smithi029.stdout:op 88 completed, throughput=4.86MB/sec 2024-07-27T18:40:55.516 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-U1Re8NtG0FS-XQH off=4232520 len=1342484 2024-07-27T18:40:55.522 INFO:tasks.workunit.client.0.smithi029.stdout:op 89 completed, throughput=4.92MB/sec 2024-07-27T18:40:55.522 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EHX2oEWLsicyL1W off=376197 len=706900 2024-07-27T18:40:55.526 INFO:tasks.workunit.client.0.smithi029.stdout:op 90 completed, throughput=4.95MB/sec 2024-07-27T18:40:55.526 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OYRyhbXm1hncVNc off=9714412 len=2038630 2024-07-27T18:40:55.533 INFO:tasks.workunit.client.0.smithi029.stdout:op 91 completed, throughput=5.05MB/sec 2024-07-27T18:40:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:55 smithi029 ceph-mon[96870]: pgmap v1414: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:40:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:55 smithi029 ceph-mon[99353]: pgmap v1414: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:40:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:55 smithi179 ceph-mon[89801]: pgmap v1414: 105 pgs: 105 active+clean; 127 GiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:40:56.534 INFO:tasks.workunit.client.0.smithi029.stdout: 21: throughput=4.81MB/sec pending data=0 2024-07-27T18:40:56.534 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-32yB_qnY86ITAhr off=496099 len=1741696 2024-07-27T18:40:56.545 INFO:tasks.workunit.client.0.smithi029.stdout:op 92 completed, throughput=4.89MB/sec 2024-07-27T18:40:56.545 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AqcXCfXJMR_6wke off=14384017 len=1788552 2024-07-27T18:40:56.552 INFO:tasks.workunit.client.0.smithi029.stdout:op 93 completed, throughput=4.96MB/sec 2024-07-27T18:40:56.552 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nJ04635ItJm9e2A off=6629601 len=325888 2024-07-27T18:40:56.553 INFO:tasks.workunit.client.0.smithi029.stdout:op 94 completed, throughput=4.98MB/sec 2024-07-27T18:40:56.553 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-M1EVpB8Q4_juV0P off=5322156 len=257480 2024-07-27T18:40:56.554 INFO:tasks.workunit.client.0.smithi029.stdout:op 95 completed, throughput=4.99MB/sec 2024-07-27T18:40:56.554 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ha8pwcPImxPoNOd off=4959676 len=770215 2024-07-27T18:40:56.558 INFO:tasks.workunit.client.0.smithi029.stdout:op 96 completed, throughput=5.02MB/sec 2024-07-27T18:40:57.558 INFO:tasks.workunit.client.0.smithi029.stdout: 22: throughput=4.8MB/sec pending data=0 2024-07-27T18:40:57.559 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pqs7T0pFsOwl1gs off=1558241 len=1977928 2024-07-27T18:40:57.561 INFO:tasks.workunit.client.0.smithi029.stdout:op 97 completed, throughput=4.88MB/sec 2024-07-27T18:40:57.561 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hsuAqKBc1jhm5UB off=4276491 len=655483 2024-07-27T18:40:57.562 INFO:tasks.workunit.client.0.smithi029.stdout:op 98 completed, throughput=4.91MB/sec 2024-07-27T18:40:57.562 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3Bn_vJ8vnuAfui4 off=10610730 len=511857 2024-07-27T18:40:57.563 INFO:tasks.workunit.client.0.smithi029.stdout:op 99 completed, throughput=4.93MB/sec 2024-07-27T18:40:57.563 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ICuANWdfC_aAPba off=7483475 len=162540 2024-07-27T18:40:57.564 INFO:tasks.workunit.client.0.smithi029.stdout:op 100 completed, throughput=4.94MB/sec 2024-07-27T18:40:57.564 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3vd_MYra6yV0UMk off=5228820 len=958350 2024-07-27T18:40:57.566 INFO:tasks.workunit.client.0.smithi029.stdout:op 101 completed, throughput=4.98MB/sec 2024-07-27T18:40:57.567 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4xlbn_6-j-0v598 off=18182488 len=1472779 2024-07-27T18:40:57.567 INFO:tasks.workunit.client.0.smithi029.stdout:op 102 completed, throughput=5.04MB/sec 2024-07-27T18:40:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:57 smithi029 ceph-mon[96870]: pgmap v1415: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:40:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:57 smithi029 ceph-mon[99353]: pgmap v1415: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:40:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:57 smithi179 ceph-mon[89801]: pgmap v1415: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:40:58.568 INFO:tasks.workunit.client.0.smithi029.stdout: 23: throughput=4.83MB/sec pending data=0 2024-07-27T18:40:58.568 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Behid1Xsmh1pSiM off=15711448 len=380594 2024-07-27T18:40:58.569 INFO:tasks.workunit.client.0.smithi029.stdout:op 103 completed, throughput=4.84MB/sec 2024-07-27T18:40:58.569 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MELnRNQSzEk_gBU off=3141659 len=411319 2024-07-27T18:40:58.572 INFO:tasks.workunit.client.0.smithi029.stdout:op 104 completed, throughput=4.86MB/sec 2024-07-27T18:40:58.572 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_8u5NlUMbnD_dBN off=2060049 len=2004106 2024-07-27T18:40:58.575 INFO:tasks.workunit.client.0.smithi029.stdout:op 105 completed, throughput=4.94MB/sec 2024-07-27T18:40:58.575 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QGAY562ZyNMlCZ7 off=10687094 len=1985124 2024-07-27T18:40:58.587 INFO:tasks.workunit.client.0.smithi029.stdout:op 106 completed, throughput=5.02MB/sec 2024-07-27T18:40:59.587 INFO:tasks.workunit.client.0.smithi029.stdout: 24: throughput=4.81MB/sec pending data=0 2024-07-27T18:40:59.588 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Xfl85lgdp2h2wmR off=1189503 len=956360 2024-07-27T18:40:59.590 INFO:tasks.workunit.client.0.smithi029.stdout:op 107 completed, throughput=4.85MB/sec 2024-07-27T18:40:59.590 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KsQvZBQwgL75yuA off=165413 len=970929 2024-07-27T18:40:59.594 INFO:tasks.workunit.client.0.smithi029.stdout:op 108 completed, throughput=4.89MB/sec 2024-07-27T18:40:59.594 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TXwbHZXjdpxSpsr off=5384857 len=781063 2024-07-27T18:40:59.598 INFO:tasks.workunit.client.0.smithi029.stdout:op 109 completed, throughput=4.92MB/sec 2024-07-27T18:40:59.598 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ofogSA9ThVPcSl- off=10167725 len=903358 2024-07-27T18:40:59.602 INFO:tasks.workunit.client.0.smithi029.stdout:op 110 completed, throughput=4.95MB/sec 2024-07-27T18:40:59.602 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VToSpRjvH0PSGYJ off=14321148 len=946923 2024-07-27T18:40:59.607 INFO:tasks.workunit.client.0.smithi029.stdout:op 111 completed, throughput=4.99MB/sec 2024-07-27T18:40:59.607 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-axUMKUSndLIA3SK off=5818328 len=1981699 2024-07-27T18:40:59.608 INFO:tasks.workunit.client.0.smithi029.stdout:op 112 completed, throughput=5.06MB/sec 2024-07-27T18:41:00.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:40:59 smithi029 ceph-mon[96870]: pgmap v1416: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.4 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:41:00.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:40:59 smithi029 ceph-mon[99353]: pgmap v1416: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.4 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:41:00.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:40:59 smithi179 ceph-mon[89801]: pgmap v1416: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.4 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:41:00.609 INFO:tasks.workunit.client.0.smithi029.stdout: 25: throughput=4.86MB/sec pending data=0 2024-07-27T18:41:00.609 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EqSxSf21VWBNnmV off=10071418 len=459314 2024-07-27T18:41:00.613 INFO:tasks.workunit.client.0.smithi029.stdout:op 113 completed, throughput=4.88MB/sec 2024-07-27T18:41:00.613 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HwnKYZ3dBxggfUb off=1997260 len=902573 2024-07-27T18:41:00.614 INFO:tasks.workunit.client.0.smithi029.stdout:op 114 completed, throughput=4.91MB/sec 2024-07-27T18:41:00.614 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xlVhS-deRpH33z- off=14945165 len=1750765 2024-07-27T18:41:00.616 INFO:tasks.workunit.client.0.smithi029.stdout:op 115 completed, throughput=4.98MB/sec 2024-07-27T18:41:00.617 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WIhf3aJw0f-NAxr off=6000894 len=145951 2024-07-27T18:41:00.617 INFO:tasks.workunit.client.0.smithi029.stdout:op 116 completed, throughput=4.98MB/sec 2024-07-27T18:41:00.618 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2vPqT-RCW7szLg8 off=21456458 len=1506343 2024-07-27T18:41:00.619 INFO:tasks.workunit.client.0.smithi029.stdout:op 117 completed, throughput=5.04MB/sec 2024-07-27T18:41:01.619 INFO:tasks.workunit.client.0.smithi029.stdout: 26: throughput=4.85MB/sec pending data=0 2024-07-27T18:41:01.619 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--5IZw8Ot4k86nkM off=5628303 len=478343 2024-07-27T18:41:01.620 INFO:tasks.workunit.client.0.smithi029.stdout:op 118 completed, throughput=4.87MB/sec 2024-07-27T18:41:01.620 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zwxbzMFErSxN6iI off=3418095 len=768310 2024-07-27T18:41:01.621 INFO:tasks.workunit.client.0.smithi029.stdout:op 119 completed, throughput=4.89MB/sec 2024-07-27T18:41:01.621 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-REFItpiu9Qgh-2Q off=8095814 len=212502 2024-07-27T18:41:01.625 INFO:tasks.workunit.client.0.smithi029.stdout:op 120 completed, throughput=4.9MB/sec 2024-07-27T18:41:01.625 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tksYi_3chdDMYNU off=13504071 len=663466 2024-07-27T18:41:01.629 INFO:tasks.workunit.client.0.smithi029.stdout:op 121 completed, throughput=4.92MB/sec 2024-07-27T18:41:01.629 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hN0FOTa8bcBMugG off=1722236 len=58433 2024-07-27T18:41:01.630 INFO:tasks.workunit.client.0.smithi029.stdout:op 122 completed, throughput=4.93MB/sec 2024-07-27T18:41:01.630 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-q_sxYdmls1speuQ off=1715588 len=2012006 2024-07-27T18:41:01.642 INFO:tasks.workunit.client.0.smithi029.stdout:op 123 completed, throughput=5MB/sec 2024-07-27T18:41:01.642 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-At9_nr4iLm6nNNB off=5133519 len=1399702 2024-07-27T18:41:01.650 INFO:tasks.workunit.client.0.smithi029.stdout:op 124 completed, throughput=5.05MB/sec 2024-07-27T18:41:02.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:01 smithi029 ceph-mon[96870]: pgmap v1417: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:41:02.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:01 smithi029 ceph-mon[99353]: pgmap v1417: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:41:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:01 smithi179 ceph-mon[89801]: pgmap v1417: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:41:02.648 INFO:tasks.workunit.client.0.smithi029.stdout: 27: throughput=4.86MB/sec pending data=0 2024-07-27T18:41:02.648 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lfLZKAANZokXlCX off=595234 len=851894 2024-07-27T18:41:02.653 INFO:tasks.workunit.client.0.smithi029.stdout:op 125 completed, throughput=4.89MB/sec 2024-07-27T18:41:02.653 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-12MlieoWjGDRI-g off=1795398 len=1316904 2024-07-27T18:41:02.661 INFO:tasks.workunit.client.0.smithi029.stdout:op 126 completed, throughput=4.93MB/sec 2024-07-27T18:41:02.662 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yPlGEZ2lc39NVpo off=7083671 len=112794 2024-07-27T18:41:02.664 INFO:tasks.workunit.client.0.smithi029.stdout:op 127 completed, throughput=4.94MB/sec 2024-07-27T18:41:02.664 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5Oz3ofxzHIAX5gl off=2138496 len=525418 2024-07-27T18:41:02.667 INFO:tasks.workunit.client.0.smithi029.stdout:op 128 completed, throughput=4.96MB/sec 2024-07-27T18:41:02.667 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-njx4oYt7LFOsmKI off=2837599 len=1906668 2024-07-27T18:41:02.670 INFO:tasks.workunit.client.0.smithi029.stdout:op 129 completed, throughput=5.02MB/sec 2024-07-27T18:41:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:41:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:41:02] "GET /metrics HTTP/1.1" 200 34026 "" "Prometheus/2.43.0" 2024-07-27T18:41:03.670 INFO:tasks.workunit.client.0.smithi029.stdout: 28: throughput=4.85MB/sec pending data=0 2024-07-27T18:41:03.671 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dyzRsKUSWdwefmZ off=13475325 len=627503 2024-07-27T18:41:03.671 INFO:tasks.workunit.client.0.smithi029.stdout:op 130 completed, throughput=4.87MB/sec 2024-07-27T18:41:03.672 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ugmgw32f6GCQtlg off=767032 len=1399796 2024-07-27T18:41:03.674 INFO:tasks.workunit.client.0.smithi029.stdout:op 131 completed, throughput=4.91MB/sec 2024-07-27T18:41:03.674 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-r2BVBa9V84fXTwG off=5429228 len=488312 2024-07-27T18:41:03.678 INFO:tasks.workunit.client.0.smithi029.stdout:op 132 completed, throughput=4.93MB/sec 2024-07-27T18:41:03.678 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZfzDYFi__3_RbKH off=15018682 len=295968 2024-07-27T18:41:03.678 INFO:tasks.workunit.client.0.smithi029.stdout:op 133 completed, throughput=4.94MB/sec 2024-07-27T18:41:03.678 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uY8F3EUP3MT7yBb off=15914898 len=1916203 2024-07-27T18:41:03.688 INFO:tasks.workunit.client.0.smithi029.stdout:op 134 completed, throughput=5MB/sec 2024-07-27T18:41:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:03 smithi029 ceph-mon[96870]: pgmap v1418: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:41:04.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:03 smithi029 ceph-mon[99353]: pgmap v1418: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:41:04.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:03 smithi179 ceph-mon[89801]: pgmap v1418: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:41:04.688 INFO:tasks.workunit.client.0.smithi029.stdout: 29: throughput=4.83MB/sec pending data=0 2024-07-27T18:41:04.688 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5xdg2gnSHplBMLk off=2063329 len=1304896 2024-07-27T18:41:04.694 INFO:tasks.workunit.client.0.smithi029.stdout:op 135 completed, throughput=4.87MB/sec 2024-07-27T18:41:04.694 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_pKC2V2tQVXzXnb off=1830852 len=2066885 2024-07-27T18:41:04.704 INFO:tasks.workunit.client.0.smithi029.stdout:op 136 completed, throughput=4.94MB/sec 2024-07-27T18:41:04.704 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZMKsQ-ybWtmAUir off=7857002 len=1355598 2024-07-27T18:41:04.707 INFO:tasks.workunit.client.0.smithi029.stdout:op 137 completed, throughput=4.98MB/sec 2024-07-27T18:41:04.707 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-i8_VctinU6tmJms off=2803145 len=670853 2024-07-27T18:41:04.710 INFO:tasks.workunit.client.0.smithi029.stdout:op 138 completed, throughput=5MB/sec 2024-07-27T18:41:05.711 INFO:tasks.workunit.client.0.smithi029.stdout: 30: throughput=4.84MB/sec pending data=0 2024-07-27T18:41:05.711 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kWhSGJ05USfzhu4 off=1180846 len=2086696 2024-07-27T18:41:05.713 INFO:tasks.workunit.client.0.smithi029.stdout:op 139 completed, throughput=4.9MB/sec 2024-07-27T18:41:05.714 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Tn9zCb4Ndj-pO3j off=2598661 len=1801187 2024-07-27T18:41:05.716 INFO:tasks.workunit.client.0.smithi029.stdout:op 140 completed, throughput=4.96MB/sec 2024-07-27T18:41:05.716 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0D2OhFMKyhc1__k off=7508456 len=1586769 2024-07-27T18:41:05.718 INFO:tasks.workunit.client.0.smithi029.stdout:op 141 completed, throughput=5.01MB/sec 2024-07-27T18:41:06.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:05 smithi029 ceph-mon[96870]: pgmap v1419: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:41:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:05 smithi029 ceph-mon[99353]: pgmap v1419: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:41:06.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:05 smithi179 ceph-mon[89801]: pgmap v1419: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:41:06.718 INFO:tasks.workunit.client.0.smithi029.stdout: 31: throughput=4.85MB/sec pending data=0 2024-07-27T18:41:06.719 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pBKXZtdo15m1oIK off=9327278 len=876924 2024-07-27T18:41:06.723 INFO:tasks.workunit.client.0.smithi029.stdout:op 142 completed, throughput=4.87MB/sec 2024-07-27T18:41:06.724 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BMG7wOojIJQFQ0R off=11024608 len=1946694 2024-07-27T18:41:06.726 INFO:tasks.workunit.client.0.smithi029.stdout:op 143 completed, throughput=4.93MB/sec 2024-07-27T18:41:06.726 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pehikqPcgTZNVPJ off=26100 len=894562 2024-07-27T18:41:06.732 INFO:tasks.workunit.client.0.smithi029.stdout:op 144 completed, throughput=4.96MB/sec 2024-07-27T18:41:06.732 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CtGdf1A7AolUDDh off=1624356 len=1386232 2024-07-27T18:41:06.739 INFO:tasks.workunit.client.0.smithi029.stdout:op 145 completed, throughput=5MB/sec 2024-07-27T18:41:06.740 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UERlbexUoluNrmU off=8970647 len=2031841 2024-07-27T18:41:06.748 INFO:tasks.workunit.client.0.smithi029.stdout:op 146 completed, throughput=5.06MB/sec 2024-07-27T18:41:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: 32: throughput=4.9MB/sec pending data=0 2024-07-27T18:41:07.749 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rMC3XCMKqQ6JHtu off=8022932 len=1800628 2024-07-27T18:41:07.760 INFO:tasks.workunit.client.0.smithi029.stdout:op 147 completed, throughput=4.96MB/sec 2024-07-27T18:41:07.760 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ECJEqDoq6kKgTOV off=8822689 len=1467229 2024-07-27T18:41:07.766 INFO:tasks.workunit.client.0.smithi029.stdout:op 148 completed, throughput=5MB/sec 2024-07-27T18:41:07.766 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hihaaZPkKhMv-03 off=8109631 len=738280 2024-07-27T18:41:07.769 INFO:tasks.workunit.client.0.smithi029.stdout:op 149 completed, throughput=5.02MB/sec 2024-07-27T18:41:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:07 smithi029 ceph-mon[96870]: pgmap v1420: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:41:08.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:07 smithi029 ceph-mon[99353]: pgmap v1420: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:41:08.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:07 smithi179 ceph-mon[89801]: pgmap v1420: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:41:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: 33: throughput=4.87MB/sec pending data=0 2024-07-27T18:41:08.770 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ut28k1yjrO9q3zy off=5415219 len=1561031 2024-07-27T18:41:08.774 INFO:tasks.workunit.client.0.smithi029.stdout:op 150 completed, throughput=4.91MB/sec 2024-07-27T18:41:08.774 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KM-yXpMgP-AquQY off=7517225 len=1486698 2024-07-27T18:41:08.776 INFO:tasks.workunit.client.0.smithi029.stdout:op 151 completed, throughput=4.95MB/sec 2024-07-27T18:41:08.776 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s3NVsMKhewIHnxq off=16670726 len=377597 2024-07-27T18:41:08.777 INFO:tasks.workunit.client.0.smithi029.stdout:op 152 completed, throughput=4.97MB/sec 2024-07-27T18:41:08.777 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DFvZOzA9j8AsKG9 off=13035780 len=1800530 2024-07-27T18:41:08.779 INFO:tasks.workunit.client.0.smithi029.stdout:op 153 completed, throughput=5.02MB/sec 2024-07-27T18:41:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:41:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:41:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:41:09.779 INFO:tasks.workunit.client.0.smithi029.stdout: 34: throughput=4.87MB/sec pending data=0 2024-07-27T18:41:09.779 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-__R8ayTkBwAH7YC off=19097270 len=1042899 2024-07-27T18:41:09.785 INFO:tasks.workunit.client.0.smithi029.stdout:op 154 completed, throughput=4.9MB/sec 2024-07-27T18:41:09.785 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lj5pQ_zO5pLD5HS off=10859470 len=292630 2024-07-27T18:41:09.786 INFO:tasks.workunit.client.0.smithi029.stdout:op 155 completed, throughput=4.91MB/sec 2024-07-27T18:41:09.786 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q4JiNkXEOXasEIn off=758532 len=1304602 2024-07-27T18:41:09.788 INFO:tasks.workunit.client.0.smithi029.stdout:op 156 completed, throughput=4.94MB/sec 2024-07-27T18:41:09.788 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kfxbnWJFOWRY3or off=1140988 len=1614209 2024-07-27T18:41:09.795 INFO:tasks.workunit.client.0.smithi029.stdout:op 157 completed, throughput=4.99MB/sec 2024-07-27T18:41:09.795 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I2QA6IL0Nq0f5rY off=6916758 len=1323289 2024-07-27T18:41:09.796 INFO:tasks.workunit.client.0.smithi029.stdout:op 158 completed, throughput=5.02MB/sec 2024-07-27T18:41:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:09 smithi029 ceph-mon[96870]: pgmap v1421: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:41:10.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:09 smithi029 ceph-mon[99353]: pgmap v1421: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:41:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:09 smithi179 ceph-mon[89801]: pgmap v1421: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:41:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: 35: throughput=4.88MB/sec pending data=0 2024-07-27T18:41:10.797 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VP-oUNAFB3Q6mlC off=3370798 len=929662 2024-07-27T18:41:10.799 INFO:tasks.workunit.client.0.smithi029.stdout:op 159 completed, throughput=4.91MB/sec 2024-07-27T18:41:10.799 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HZCdKYTp_YFQFY8 off=16759236 len=402925 2024-07-27T18:41:10.800 INFO:tasks.workunit.client.0.smithi029.stdout:op 160 completed, throughput=4.92MB/sec 2024-07-27T18:41:10.800 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Be9USMMR3hN34tb off=260563 len=1596820 2024-07-27T18:41:10.809 INFO:tasks.workunit.client.0.smithi029.stdout:op 161 completed, throughput=4.96MB/sec 2024-07-27T18:41:10.809 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Bhtlj3wWsLE0_LK off=22829494 len=1193779 2024-07-27T18:41:10.815 INFO:tasks.workunit.client.0.smithi029.stdout:op 162 completed, throughput=4.99MB/sec 2024-07-27T18:41:10.815 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3Xc9LmLssCEy6us off=22511012 len=1844500 2024-07-27T18:41:10.822 INFO:tasks.workunit.client.0.smithi029.stdout:op 163 completed, throughput=5.04MB/sec 2024-07-27T18:41:11.822 INFO:tasks.workunit.client.0.smithi029.stdout: 36: throughput=4.9MB/sec pending data=0 2024-07-27T18:41:11.822 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5nfvK0N2lqLkcF0 off=5827173 len=894742 2024-07-27T18:41:11.826 INFO:tasks.workunit.client.0.smithi029.stdout:op 164 completed, throughput=4.92MB/sec 2024-07-27T18:41:11.826 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KAN0NHhepQk7N6P off=3077987 len=499665 2024-07-27T18:41:11.830 INFO:tasks.workunit.client.0.smithi029.stdout:op 165 completed, throughput=4.94MB/sec 2024-07-27T18:41:11.830 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lfLZKAANZokXlCX off=806742 len=950471 2024-07-27T18:41:11.835 INFO:tasks.workunit.client.0.smithi029.stdout:op 166 completed, throughput=4.96MB/sec 2024-07-27T18:41:11.835 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zDXcbOJy-Uh3tEX off=20021002 len=897532 2024-07-27T18:41:11.836 INFO:tasks.workunit.client.0.smithi029.stdout:op 167 completed, throughput=4.98MB/sec 2024-07-27T18:41:11.836 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cxB4FsqbVPrP30_ off=3073205 len=1904210 2024-07-27T18:41:11.847 INFO:tasks.workunit.client.0.smithi029.stdout:op 168 completed, throughput=5.03MB/sec 2024-07-27T18:41:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:11 smithi029 ceph-mon[96870]: pgmap v1422: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:41:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:11 smithi029 ceph-mon[99353]: pgmap v1422: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:41:12.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:11 smithi179 ceph-mon[89801]: pgmap v1422: 105 pgs: 105 active+clean; 127 GiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:41:12.754 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:41:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:41:12] "GET /metrics HTTP/1.1" 200 34024 "" "Prometheus/2.43.0" 2024-07-27T18:41:12.847 INFO:tasks.workunit.client.0.smithi029.stdout: 37: throughput=4.9MB/sec pending data=0 2024-07-27T18:41:12.847 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1uDNV_C8O0aEFm_ off=5436260 len=59575 2024-07-27T18:41:12.849 INFO:tasks.workunit.client.0.smithi029.stdout:op 169 completed, throughput=4.9MB/sec 2024-07-27T18:41:12.849 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IHc6OufPEmrfhpl off=11451988 len=1745609 2024-07-27T18:41:12.856 INFO:tasks.workunit.client.0.smithi029.stdout:op 170 completed, throughput=4.94MB/sec 2024-07-27T18:41:12.857 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0rCJThWnBHPEn8W off=388047 len=1509906 2024-07-27T18:41:12.862 INFO:tasks.workunit.client.0.smithi029.stdout:op 171 completed, throughput=4.98MB/sec 2024-07-27T18:41:12.862 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Od9Sr4pFBblghu- off=16224363 len=1564096 2024-07-27T18:41:12.872 INFO:tasks.workunit.client.0.smithi029.stdout:op 172 completed, throughput=5.02MB/sec 2024-07-27T18:41:13.872 INFO:tasks.workunit.client.0.smithi029.stdout: 38: throughput=4.89MB/sec pending data=0 2024-07-27T18:41:13.872 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9Fm88SpD77CPIWF off=12857776 len=1520399 2024-07-27T18:41:13.874 INFO:tasks.workunit.client.0.smithi029.stdout:op 173 completed, throughput=4.92MB/sec 2024-07-27T18:41:13.874 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O5mshUTxaG_L0bA off=11879718 len=909762 2024-07-27T18:41:13.876 INFO:tasks.workunit.client.0.smithi029.stdout:op 174 completed, throughput=4.95MB/sec 2024-07-27T18:41:13.876 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lO4hb0CGDEb3IjY off=4681371 len=1134466 2024-07-27T18:41:13.882 INFO:tasks.workunit.client.0.smithi029.stdout:op 175 completed, throughput=4.97MB/sec 2024-07-27T18:41:13.883 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EQyHytpFJQsfqHE off=12973043 len=708355 2024-07-27T18:41:13.884 INFO:tasks.workunit.client.0.smithi029.stdout:op 176 completed, throughput=4.99MB/sec 2024-07-27T18:41:13.884 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2R1zGFTlvuBb6PB off=18797617 len=12850 2024-07-27T18:41:13.884 INFO:tasks.workunit.client.0.smithi029.stdout:op 177 completed, throughput=4.99MB/sec 2024-07-27T18:41:13.884 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZRhdd2XwJ3iK7fw off=17200155 len=1137621 2024-07-27T18:41:13.889 INFO:tasks.workunit.client.0.smithi029.stdout:op 178 completed, throughput=5.02MB/sec 2024-07-27T18:41:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:13 smithi029 ceph-mon[96870]: pgmap v1423: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:41:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:13 smithi029 ceph-mon[99353]: pgmap v1423: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:41:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:13 smithi179 ceph-mon[89801]: pgmap v1423: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:41:14.890 INFO:tasks.workunit.client.0.smithi029.stdout: 39: throughput=4.89MB/sec pending data=0 2024-07-27T18:41:14.890 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rZyjzEboDiwSmmu off=1467818 len=824467 2024-07-27T18:41:14.895 INFO:tasks.workunit.client.0.smithi029.stdout:op 179 completed, throughput=4.91MB/sec 2024-07-27T18:41:14.895 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FgfOve9BkbHiKZm off=5212597 len=38622 2024-07-27T18:41:14.897 INFO:tasks.workunit.client.0.smithi029.stdout:op 180 completed, throughput=4.91MB/sec 2024-07-27T18:41:14.897 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-P5jl82kLvuHXbug off=353647 len=725865 2024-07-27T18:41:14.901 INFO:tasks.workunit.client.0.smithi029.stdout:op 181 completed, throughput=4.93MB/sec 2024-07-27T18:41:14.902 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1VoIhVnLEx35ngp off=5126674 len=283719 2024-07-27T18:41:14.905 INFO:tasks.workunit.client.0.smithi029.stdout:op 182 completed, throughput=4.94MB/sec 2024-07-27T18:41:14.905 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R2MGRycOMBgeIyQ off=0 len=1130637 2024-07-27T18:41:14.910 INFO:tasks.workunit.client.0.smithi029.stdout:op 183 completed, throughput=4.96MB/sec 2024-07-27T18:41:14.910 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SariWQKAEMvxFuJ off=0 len=1727038 2024-07-27T18:41:14.917 INFO:tasks.workunit.client.0.smithi029.stdout:op 184 completed, throughput=5MB/sec 2024-07-27T18:41:15.917 INFO:tasks.workunit.client.0.smithi029.stdout: 40: throughput=4.88MB/sec pending data=0 2024-07-27T18:41:15.917 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-A-1YAeT1-UJn1Qg off=4459002 len=382625 2024-07-27T18:41:15.920 INFO:tasks.workunit.client.0.smithi029.stdout:op 185 completed, throughput=4.89MB/sec 2024-07-27T18:41:15.920 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-b9E-Jxc9Ym5G2K9 off=12141602 len=759627 2024-07-27T18:41:15.925 INFO:tasks.workunit.client.0.smithi029.stdout:op 186 completed, throughput=4.91MB/sec 2024-07-27T18:41:15.925 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tG1YMBYlbOhvp5D off=55843 len=654614 2024-07-27T18:41:15.926 INFO:tasks.workunit.client.0.smithi029.stdout:op 187 completed, throughput=4.92MB/sec 2024-07-27T18:41:15.926 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uldkNCtQjIjLmR6 off=7114492 len=308431 2024-07-27T18:41:15.930 INFO:tasks.workunit.client.0.smithi029.stdout:op 188 completed, throughput=4.93MB/sec 2024-07-27T18:41:15.930 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YXgkAZIvFQyZOmz off=4054189 len=164411 2024-07-27T18:41:15.932 INFO:tasks.workunit.client.0.smithi029.stdout:op 189 completed, throughput=4.93MB/sec 2024-07-27T18:41:15.932 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OCwZbfxXOAZwAim off=10724758 len=624849 2024-07-27T18:41:15.933 INFO:tasks.workunit.client.0.smithi029.stdout:op 190 completed, throughput=4.95MB/sec 2024-07-27T18:41:15.933 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZzaoSRBYGb_-PBy off=320881 len=1389565 2024-07-27T18:41:15.934 INFO:tasks.workunit.client.0.smithi029.stdout:op 191 completed, throughput=4.98MB/sec 2024-07-27T18:41:15.934 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-K-G9-tFIQ3Ee5k2 off=106926 len=567651 2024-07-27T18:41:15.938 INFO:tasks.workunit.client.0.smithi029.stdout:op 192 completed, throughput=4.99MB/sec 2024-07-27T18:41:15.938 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-A7S1kWx1Kof0z6Z off=67912 len=1648730 2024-07-27T18:41:15.948 INFO:tasks.workunit.client.0.smithi029.stdout:op 193 completed, throughput=5.03MB/sec 2024-07-27T18:41:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:15 smithi029 ceph-mon[96870]: pgmap v1424: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.7 MiB/s wr, 5 op/s 2024-07-27T18:41:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:15 smithi029 ceph-mon[99353]: pgmap v1424: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.7 MiB/s wr, 5 op/s 2024-07-27T18:41:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:15 smithi179 ceph-mon[89801]: pgmap v1424: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.7 MiB/s wr, 5 op/s 2024-07-27T18:41:16.948 INFO:tasks.workunit.client.0.smithi029.stdout: 41: throughput=4.91MB/sec pending data=0 2024-07-27T18:41:16.949 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Pnofzc_-f_3xQlX off=2922555 len=478130 2024-07-27T18:41:16.949 INFO:tasks.workunit.client.0.smithi029.stdout:op 194 completed, throughput=4.92MB/sec 2024-07-27T18:41:16.949 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zCZIrzFZFehmBVH off=2915653 len=1132800 2024-07-27T18:41:16.951 INFO:tasks.workunit.client.0.smithi029.stdout:op 195 completed, throughput=4.94MB/sec 2024-07-27T18:41:16.951 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5fPrkyWdvN-BreO off=6842977 len=1372129 2024-07-27T18:41:16.953 INFO:tasks.workunit.client.0.smithi029.stdout:op 196 completed, throughput=4.98MB/sec 2024-07-27T18:41:16.953 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7YwB6h2a8JHt45o off=13494812 len=1544508 2024-07-27T18:41:16.955 INFO:tasks.workunit.client.0.smithi029.stdout:op 197 completed, throughput=5.01MB/sec 2024-07-27T18:41:17.955 INFO:tasks.workunit.client.0.smithi029.stdout: 42: throughput=4.89MB/sec pending data=0 2024-07-27T18:41:17.955 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DBaN0NCvamoYhVi off=3317593 len=984891 2024-07-27T18:41:17.960 INFO:tasks.workunit.client.0.smithi029.stdout:op 198 completed, throughput=4.91MB/sec 2024-07-27T18:41:17.960 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GFdEIhxf4ZkS3VA off=14607754 len=350003 2024-07-27T18:41:17.961 INFO:tasks.workunit.client.0.smithi029.stdout:op 199 completed, throughput=4.92MB/sec 2024-07-27T18:41:17.961 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WKmxXGMv-EbyIuF off=2957159 len=963755 2024-07-27T18:41:17.966 INFO:tasks.workunit.client.0.smithi029.stdout:op 200 completed, throughput=4.94MB/sec 2024-07-27T18:41:17.966 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wURgr7qaadlK4ej off=351281 len=2020361 2024-07-27T18:41:17.967 INFO:tasks.workunit.client.0.smithi029.stdout:op 201 completed, throughput=4.99MB/sec 2024-07-27T18:41:17.967 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-L0UOB-bwyz43xUV off=5457042 len=1607523 2024-07-27T18:41:17.976 INFO:tasks.workunit.client.0.smithi029.stdout:op 202 completed, throughput=5.02MB/sec 2024-07-27T18:41:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:17 smithi029 ceph-mon[96870]: pgmap v1425: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.5 MiB/s wr, 3 op/s 2024-07-27T18:41:18.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:17 smithi029 ceph-mon[99353]: pgmap v1425: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.5 MiB/s wr, 3 op/s 2024-07-27T18:41:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:17 smithi179 ceph-mon[89801]: pgmap v1425: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.5 MiB/s wr, 3 op/s 2024-07-27T18:41:18.976 INFO:tasks.workunit.client.0.smithi029.stdout: 43: throughput=4.91MB/sec pending data=0 2024-07-27T18:41:18.976 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cXIkZmgKdG_YYyk off=12865912 len=1151055 2024-07-27T18:41:18.984 INFO:tasks.workunit.client.0.smithi029.stdout:op 203 completed, throughput=4.93MB/sec 2024-07-27T18:41:18.984 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tDm6MYV71-e_rgL off=5248463 len=429465 2024-07-27T18:41:18.985 INFO:tasks.workunit.client.0.smithi029.stdout:op 204 completed, throughput=4.94MB/sec 2024-07-27T18:41:18.985 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KslxPRQ4c2ca9ek off=13226794 len=1843609 2024-07-27T18:41:18.994 INFO:tasks.workunit.client.0.smithi029.stdout:op 205 completed, throughput=4.98MB/sec 2024-07-27T18:41:18.994 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IoqUPaVUHaxRh87 off=10850795 len=240559 2024-07-27T18:41:18.995 INFO:tasks.workunit.client.0.smithi029.stdout:op 206 completed, throughput=4.99MB/sec 2024-07-27T18:41:18.995 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rn3LkeF4U9bTAE- off=20008493 len=1479262 2024-07-27T18:41:19.003 INFO:tasks.workunit.client.0.smithi029.stdout:op 207 completed, throughput=5.02MB/sec 2024-07-27T18:41:20.003 INFO:tasks.workunit.client.0.smithi029.stdout: 44: throughput=4.91MB/sec pending data=0 2024-07-27T18:41:20.003 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EhmyO7KMUU2BRmp off=10916330 len=313065 2024-07-27T18:41:20.006 INFO:tasks.workunit.client.0.smithi029.stdout:op 208 completed, throughput=4.91MB/sec 2024-07-27T18:41:20.006 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w9NVWC__B1vohGJ off=1017417 len=811219 2024-07-27T18:41:20.008 INFO:tasks.workunit.client.0.smithi029.stdout:op 209 completed, throughput=4.93MB/sec 2024-07-27T18:41:20.009 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pfgLJk8v31mTB_j off=2476793 len=1024269 2024-07-27T18:41:20.014 INFO:tasks.workunit.client.0.smithi029.stdout:op 210 completed, throughput=4.95MB/sec 2024-07-27T18:41:20.014 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ef2FoPB2Lnh4gid off=921450 len=1562170 2024-07-27T18:41:20.021 INFO:tasks.workunit.client.0.smithi029.stdout:op 211 completed, throughput=4.98MB/sec 2024-07-27T18:41:20.021 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zYDG13e1IHM_mve off=7176697 len=875908 2024-07-27T18:41:20.022 INFO:tasks.workunit.client.0.smithi029.stdout:op 212 completed, throughput=5MB/sec 2024-07-27T18:41:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:19 smithi029 ceph-mon[96870]: pgmap v1426: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 4 op/s 2024-07-27T18:41:20.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:19 smithi029 ceph-mon[99353]: pgmap v1426: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 4 op/s 2024-07-27T18:41:20.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:19 smithi179 ceph-mon[89801]: pgmap v1426: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 4 op/s 2024-07-27T18:41:21.022 INFO:tasks.workunit.client.0.smithi029.stdout: 45: throughput=4.89MB/sec pending data=0 2024-07-27T18:41:21.022 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7Z-xS6t_hxAHuxa off=1203725 len=1810570 2024-07-27T18:41:21.025 INFO:tasks.workunit.client.0.smithi029.stdout:op 213 completed, throughput=4.93MB/sec 2024-07-27T18:41:21.025 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FAKnXiUI5UtpQpc off=1969775 len=1544533 2024-07-27T18:41:21.027 INFO:tasks.workunit.client.0.smithi029.stdout:op 214 completed, throughput=4.96MB/sec 2024-07-27T18:41:21.027 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KJ_Jy2lumr4aCU2 off=2247029 len=1389238 2024-07-27T18:41:21.030 INFO:tasks.workunit.client.0.smithi029.stdout:op 215 completed, throughput=4.99MB/sec 2024-07-27T18:41:21.030 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bjgXoVVg_WCJlEz off=2925641 len=2084754 2024-07-27T18:41:21.034 INFO:tasks.workunit.client.0.smithi029.stdout:op 216 completed, throughput=5.03MB/sec 2024-07-27T18:41:22.034 INFO:tasks.workunit.client.0.smithi029.stdout: 46: throughput=4.92MB/sec pending data=0 2024-07-27T18:41:22.035 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ps7lABx8lcupEhR off=5354270 len=2036095 2024-07-27T18:41:22.046 INFO:tasks.workunit.client.0.smithi029.stdout:op 217 completed, throughput=4.97MB/sec 2024-07-27T18:41:22.046 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xXZgmR1Xqx1v94M off=2590357 len=1386631 2024-07-27T18:41:22.048 INFO:tasks.workunit.client.0.smithi029.stdout:op 218 completed, throughput=4.99MB/sec 2024-07-27T18:41:22.048 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qb0feRlLeHgcirt off=5063104 len=853600 2024-07-27T18:41:22.053 INFO:tasks.workunit.client.0.smithi029.stdout:op 219 completed, throughput=5.01MB/sec 2024-07-27T18:41:22.215 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:21 smithi179 ceph-mon[89801]: pgmap v1427: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:41:22.215 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:21 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:41:22.215 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:21 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:41:22.215 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:21 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:41:22.215 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:21 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:41:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:21 smithi029 ceph-mon[96870]: pgmap v1427: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:41:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:21 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:41:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:21 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:41:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:21 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:41:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:21 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:41:22.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:21 smithi029 ceph-mon[99353]: pgmap v1427: 105 pgs: 105 active+clean; 127 GiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:41:22.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:21 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:41:22.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:21 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:41:22.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:21 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:41:22.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:21 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:41:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:41:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:41:22] "GET /metrics HTTP/1.1" 200 34024 "" "Prometheus/2.43.0" 2024-07-27T18:41:23.053 INFO:tasks.workunit.client.0.smithi029.stdout: 47: throughput=4.91MB/sec pending data=0 2024-07-27T18:41:23.053 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Zmp8WY3xqP81_Eu off=10347192 len=1772502 2024-07-27T18:41:23.055 INFO:tasks.workunit.client.0.smithi029.stdout:op 220 completed, throughput=4.94MB/sec 2024-07-27T18:41:23.056 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-62wbdMGynhBGA8t off=400589 len=194560 2024-07-27T18:41:23.056 INFO:tasks.workunit.client.0.smithi029.stdout:op 221 completed, throughput=4.94MB/sec 2024-07-27T18:41:23.056 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Np7WnMztws2DKf8 off=1013496 len=1968668 2024-07-27T18:41:23.060 INFO:tasks.workunit.client.0.smithi029.stdout:op 222 completed, throughput=4.98MB/sec 2024-07-27T18:41:23.060 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QCim73M3M-YApQ5 off=1581228 len=919527 2024-07-27T18:41:23.061 INFO:tasks.workunit.client.0.smithi029.stdout:op 223 completed, throughput=5MB/sec 2024-07-27T18:41:24.061 INFO:tasks.workunit.client.0.smithi029.stdout: 48: throughput=4.9MB/sec pending data=0 2024-07-27T18:41:24.062 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kJj7kfII7v95tq5 off=788212 len=1514978 2024-07-27T18:41:24.063 INFO:tasks.workunit.client.0.smithi029.stdout:op 224 completed, throughput=4.93MB/sec 2024-07-27T18:41:24.063 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Pyr-HkQj9i-1_FT off=9073417 len=1381773 2024-07-27T18:41:24.070 INFO:tasks.workunit.client.0.smithi029.stdout:op 225 completed, throughput=4.95MB/sec 2024-07-27T18:41:24.070 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h4vLXGvVoBFOPud off=3399298 len=365280 2024-07-27T18:41:24.071 INFO:tasks.workunit.client.0.smithi029.stdout:op 226 completed, throughput=4.96MB/sec 2024-07-27T18:41:24.071 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-20ihf8A-bP5RIq1 off=6012727 len=1562539 2024-07-27T18:41:24.073 INFO:tasks.workunit.client.0.smithi029.stdout:op 227 completed, throughput=4.99MB/sec 2024-07-27T18:41:24.073 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-r6J0kckzwiZxPFU off=8193810 len=235804 2024-07-27T18:41:24.074 INFO:tasks.workunit.client.0.smithi029.stdout:op 228 completed, throughput=5MB/sec 2024-07-27T18:41:24.074 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ur9vFUdTcntW1BS off=8639007 len=1092661 2024-07-27T18:41:24.079 INFO:tasks.workunit.client.0.smithi029.stdout:op 229 completed, throughput=5.02MB/sec 2024-07-27T18:41:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:23 smithi029 ceph-mon[96870]: pgmap v1428: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:41:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:41:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:23 smithi029 ceph-mon[99353]: pgmap v1428: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:41:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:41:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:23 smithi179 ceph-mon[89801]: pgmap v1428: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:41:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:41:25.079 INFO:tasks.workunit.client.0.smithi029.stdout: 49: throughput=4.92MB/sec pending data=0 2024-07-27T18:41:25.079 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kWvMn0Vy829JPR8 off=4712868 len=1119191 2024-07-27T18:41:25.081 INFO:tasks.workunit.client.0.smithi029.stdout:op 230 completed, throughput=4.94MB/sec 2024-07-27T18:41:25.081 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KxZvu_cFyO_sMWN off=7112215 len=1086138 2024-07-27T18:41:25.087 INFO:tasks.workunit.client.0.smithi029.stdout:op 231 completed, throughput=4.96MB/sec 2024-07-27T18:41:25.087 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Xfkeq7MRpGtueFc off=9899524 len=1826714 2024-07-27T18:41:25.097 INFO:tasks.workunit.client.0.smithi029.stdout:op 232 completed, throughput=4.99MB/sec 2024-07-27T18:41:25.097 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-su7CAAXGCzsTbbB off=12009420 len=1138846 2024-07-27T18:41:25.103 INFO:tasks.workunit.client.0.smithi029.stdout:op 233 completed, throughput=5.01MB/sec 2024-07-27T18:41:26.104 INFO:tasks.workunit.client.0.smithi029.stdout: 50: throughput=4.91MB/sec pending data=0 2024-07-27T18:41:26.104 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jslmH0s957WLwgH off=3368753 len=1446859 2024-07-27T18:41:26.111 INFO:tasks.workunit.client.0.smithi029.stdout:op 234 completed, throughput=4.94MB/sec 2024-07-27T18:41:26.111 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nQov05lKSrouEXC off=8241412 len=256685 2024-07-27T18:41:26.112 INFO:tasks.workunit.client.0.smithi029.stdout:op 235 completed, throughput=4.95MB/sec 2024-07-27T18:41:26.112 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Zrjg3QKz-gFyUoF off=6031716 len=1059941 2024-07-27T18:41:26.116 INFO:tasks.workunit.client.0.smithi029.stdout:op 236 completed, throughput=4.96MB/sec 2024-07-27T18:41:26.117 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Aq8_P5Axi-ljEmw off=19526782 len=1948674 2024-07-27T18:41:26.118 INFO:tasks.workunit.client.0.smithi029.stdout:op 237 completed, throughput=5MB/sec 2024-07-27T18:41:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:25 smithi029 ceph-mon[96870]: pgmap v1429: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:41:26.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:25 smithi029 ceph-mon[99353]: pgmap v1429: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:41:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:25 smithi179 ceph-mon[89801]: pgmap v1429: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:41:27.119 INFO:tasks.workunit.client.0.smithi029.stdout: 51: throughput=4.9MB/sec pending data=0 2024-07-27T18:41:27.119 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zafxAXVQ8N-TROo off=20054380 len=167715 2024-07-27T18:41:27.120 INFO:tasks.workunit.client.0.smithi029.stdout:op 238 completed, throughput=4.91MB/sec 2024-07-27T18:41:27.120 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O62_BmLcIqCF7nD off=2373300 len=51547 2024-07-27T18:41:27.121 INFO:tasks.workunit.client.0.smithi029.stdout:op 239 completed, throughput=4.91MB/sec 2024-07-27T18:41:27.121 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TE1PNgpx2ncKaeF off=281625 len=586860 2024-07-27T18:41:27.122 INFO:tasks.workunit.client.0.smithi029.stdout:op 240 completed, throughput=4.92MB/sec 2024-07-27T18:41:27.122 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KgOExwRTZU1hyHe off=4696322 len=1299552 2024-07-27T18:41:27.123 INFO:tasks.workunit.client.0.smithi029.stdout:op 241 completed, throughput=4.94MB/sec 2024-07-27T18:41:27.123 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hr26KSjauaX5BhE off=15195469 len=1787825 2024-07-27T18:41:27.133 INFO:tasks.workunit.client.0.smithi029.stdout:op 242 completed, throughput=4.98MB/sec 2024-07-27T18:41:27.133 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--VxO6l0FBsMlkXz off=12750925 len=194532 2024-07-27T18:41:27.136 INFO:tasks.workunit.client.0.smithi029.stdout:op 243 completed, throughput=4.98MB/sec 2024-07-27T18:41:27.137 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8rsm1CmiELDK3GJ off=8897246 len=21557 2024-07-27T18:41:27.137 INFO:tasks.workunit.client.0.smithi029.stdout:op 244 completed, throughput=4.98MB/sec 2024-07-27T18:41:27.137 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xxgqzMaIgjgT74L off=2869928 len=631590 2024-07-27T18:41:27.140 INFO:tasks.workunit.client.0.smithi029.stdout:op 245 completed, throughput=4.99MB/sec 2024-07-27T18:41:27.140 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-igopP6FxUZsOOH1 off=4748460 len=492435 2024-07-27T18:41:27.143 INFO:tasks.workunit.client.0.smithi029.stdout:op 246 completed, throughput=5MB/sec 2024-07-27T18:41:27.143 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-G3LF-4QgrTK-BwV off=9326576 len=1207130 2024-07-27T18:41:27.149 INFO:tasks.workunit.client.0.smithi029.stdout:op 247 completed, throughput=5.02MB/sec 2024-07-27T18:41:28.149 INFO:tasks.workunit.client.0.smithi029.stdout: 52: throughput=4.93MB/sec pending data=0 2024-07-27T18:41:28.149 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SAG8EGBaQvwVIxF off=11854304 len=791060 2024-07-27T18:41:28.150 INFO:tasks.workunit.client.0.smithi029.stdout:op 248 completed, throughput=4.94MB/sec 2024-07-27T18:41:28.150 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Lrnth_DIFxk1chY off=1105 len=54803 2024-07-27T18:41:28.151 INFO:tasks.workunit.client.0.smithi029.stdout:op 249 completed, throughput=4.94MB/sec 2024-07-27T18:41:28.151 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-shXeUAnx64GBd9L off=14902155 len=913621 2024-07-27T18:41:28.152 INFO:tasks.workunit.client.0.smithi029.stdout:op 250 completed, throughput=4.96MB/sec 2024-07-27T18:41:28.152 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PskvMww5abQCEF9 off=3838869 len=2028698 2024-07-27T18:41:28.165 INFO:tasks.workunit.client.0.smithi029.stdout:op 251 completed, throughput=4.99MB/sec 2024-07-27T18:41:28.165 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xQBAatsYkudl6rT off=0 len=1439089 2024-07-27T18:41:28.171 INFO:tasks.workunit.client.0.smithi029.stdout:op 252 completed, throughput=5.02MB/sec 2024-07-27T18:41:28.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:27 smithi029 ceph-mon[96870]: pgmap v1430: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:41:28.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:27 smithi029 ceph-mon[99353]: pgmap v1430: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:41:28.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:27 smithi179 ceph-mon[89801]: pgmap v1430: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:41:29.171 INFO:tasks.workunit.client.0.smithi029.stdout: 53: throughput=4.92MB/sec pending data=0 2024-07-27T18:41:29.171 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-09QM8ogbQCNiSPI off=9736587 len=1646911 2024-07-27T18:41:29.173 INFO:tasks.workunit.client.0.smithi029.stdout:op 253 completed, throughput=4.95MB/sec 2024-07-27T18:41:29.173 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5jp4z4kavyZ2lvb off=63426 len=703402 2024-07-27T18:41:29.174 INFO:tasks.workunit.client.0.smithi029.stdout:op 254 completed, throughput=4.97MB/sec 2024-07-27T18:41:29.174 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LNcwsaSzGRcmPUP off=3034050 len=1477965 2024-07-27T18:41:29.175 INFO:tasks.workunit.client.0.smithi029.stdout:op 255 completed, throughput=4.99MB/sec 2024-07-27T18:41:29.176 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-URlXCIDKbGk8zZD off=1218287 len=897752 2024-07-27T18:41:29.177 INFO:tasks.workunit.client.0.smithi029.stdout:op 256 completed, throughput=5.01MB/sec 2024-07-27T18:41:30.177 INFO:tasks.workunit.client.0.smithi029.stdout: 54: throughput=4.92MB/sec pending data=0 2024-07-27T18:41:30.177 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-COJVWTwfnciC6Ro off=0 len=1590155 2024-07-27T18:41:30.187 INFO:tasks.workunit.client.0.smithi029.stdout:op 257 completed, throughput=4.94MB/sec 2024-07-27T18:41:30.187 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6qKLZkFjXOuW8yn off=0 len=1280406 2024-07-27T18:41:30.194 INFO:tasks.workunit.client.0.smithi029.stdout:op 258 completed, throughput=4.96MB/sec 2024-07-27T18:41:30.194 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yBFMCcxzbPwgm8L off=357420 len=1468309 2024-07-27T18:41:30.196 INFO:tasks.workunit.client.0.smithi029.stdout:op 259 completed, throughput=4.99MB/sec 2024-07-27T18:41:30.196 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PnHUDTkV4IruGWM off=9772594 len=529639 2024-07-27T18:41:30.197 INFO:tasks.workunit.client.0.smithi029.stdout:op 260 completed, throughput=5MB/sec 2024-07-27T18:41:30.197 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PA7CBzgoP0y2dWg off=12977693 len=2057072 2024-07-27T18:41:30.205 INFO:tasks.workunit.client.0.smithi029.stdout:op 261 completed, throughput=5.03MB/sec 2024-07-27T18:41:30.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:29 smithi029 ceph-mon[96870]: pgmap v1431: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:41:30.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:29 smithi029 ceph-mon[99353]: pgmap v1431: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:41:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:29 smithi179 ceph-mon[89801]: pgmap v1431: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:41:31.206 INFO:tasks.workunit.client.0.smithi029.stdout: 55: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:31.206 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lM7cEvWaOmyH07U off=1419797 len=414816 2024-07-27T18:41:31.207 INFO:tasks.workunit.client.0.smithi029.stdout:op 262 completed, throughput=4.95MB/sec 2024-07-27T18:41:31.207 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qNdX90otzty8dOD off=1759400 len=315289 2024-07-27T18:41:31.210 INFO:tasks.workunit.client.0.smithi029.stdout:op 263 completed, throughput=4.96MB/sec 2024-07-27T18:41:31.210 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zUkgjLAIUyoqfAb off=2118711 len=237313 2024-07-27T18:41:31.211 INFO:tasks.workunit.client.0.smithi029.stdout:op 264 completed, throughput=4.96MB/sec 2024-07-27T18:41:31.211 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0HkR0hT8EzbnxhQ off=11205991 len=1017775 2024-07-27T18:41:31.213 INFO:tasks.workunit.client.0.smithi029.stdout:op 265 completed, throughput=4.98MB/sec 2024-07-27T18:41:31.213 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wF98sW8BA9oXxab off=3648055 len=801843 2024-07-27T18:41:31.218 INFO:tasks.workunit.client.0.smithi029.stdout:op 266 completed, throughput=4.99MB/sec 2024-07-27T18:41:31.218 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-y4A6f73C-i0EbjG off=8944857 len=727691 2024-07-27T18:41:31.223 INFO:tasks.workunit.client.0.smithi029.stdout:op 267 completed, throughput=5MB/sec 2024-07-27T18:41:32.224 INFO:tasks.workunit.client.0.smithi029.stdout: 56: throughput=4.91MB/sec pending data=0 2024-07-27T18:41:32.224 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5gmAQb5tgionh0L off=11827377 len=1758889 2024-07-27T18:41:32.232 INFO:tasks.workunit.client.0.smithi029.stdout:op 268 completed, throughput=4.94MB/sec 2024-07-27T18:41:32.232 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-55C6Zc2wRDwzMzt off=11186339 len=894007 2024-07-27T18:41:32.237 INFO:tasks.workunit.client.0.smithi029.stdout:op 269 completed, throughput=4.96MB/sec 2024-07-27T18:41:32.237 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oZOnaXiqVS51IIl off=5833560 len=154931 2024-07-27T18:41:32.239 INFO:tasks.workunit.client.0.smithi029.stdout:op 270 completed, throughput=4.96MB/sec 2024-07-27T18:41:32.239 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mXC1QP0E8gUZ--i off=2567978 len=1085879 2024-07-27T18:41:32.240 INFO:tasks.workunit.client.0.smithi029.stdout:op 271 completed, throughput=4.98MB/sec 2024-07-27T18:41:32.240 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0_BOrmg_RcaMdYk off=20490996 len=358999 2024-07-27T18:41:32.241 INFO:tasks.workunit.client.0.smithi029.stdout:op 272 completed, throughput=4.98MB/sec 2024-07-27T18:41:32.241 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h0AAZ5BILAi2LzZ off=4722558 len=659972 2024-07-27T18:41:32.243 INFO:tasks.workunit.client.0.smithi029.stdout:op 273 completed, throughput=4.99MB/sec 2024-07-27T18:41:32.243 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VqGrIIMeFJkduPz off=2158700 len=625684 2024-07-27T18:41:32.247 INFO:tasks.workunit.client.0.smithi029.stdout:op 274 completed, throughput=5.01MB/sec 2024-07-27T18:41:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:31 smithi029 ceph-mon[96870]: pgmap v1432: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:41:32.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:31 smithi029 ceph-mon[99353]: pgmap v1432: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:41:32.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:31 smithi179 ceph-mon[89801]: pgmap v1432: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:41:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:41:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:41:32] "GET /metrics HTTP/1.1" 200 34033 "" "Prometheus/2.43.0" 2024-07-27T18:41:33.247 INFO:tasks.workunit.client.0.smithi029.stdout: 57: throughput=4.92MB/sec pending data=0 2024-07-27T18:41:33.248 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-53QkdBIMuKCh8T_ off=5635143 len=1085880 2024-07-27T18:41:33.252 INFO:tasks.workunit.client.0.smithi029.stdout:op 275 completed, throughput=4.94MB/sec 2024-07-27T18:41:33.252 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-k8LaJCggvraoDLT off=3132626 len=651892 2024-07-27T18:41:33.255 INFO:tasks.workunit.client.0.smithi029.stdout:op 276 completed, throughput=4.95MB/sec 2024-07-27T18:41:33.255 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eGKy6o98CT0l7Mo off=4130388 len=667525 2024-07-27T18:41:33.257 INFO:tasks.workunit.client.0.smithi029.stdout:op 277 completed, throughput=4.96MB/sec 2024-07-27T18:41:33.257 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v4tQFNftIlhYIIS off=4463560 len=378509 2024-07-27T18:41:33.258 INFO:tasks.workunit.client.0.smithi029.stdout:op 278 completed, throughput=4.96MB/sec 2024-07-27T18:41:33.258 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YsT79qVf36EAO9A off=14149551 len=102814 2024-07-27T18:41:33.260 INFO:tasks.workunit.client.0.smithi029.stdout:op 279 completed, throughput=4.97MB/sec 2024-07-27T18:41:33.260 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PJuWkkQJmWWMk3f off=7320760 len=1104776 2024-07-27T18:41:33.262 INFO:tasks.workunit.client.0.smithi029.stdout:op 280 completed, throughput=4.98MB/sec 2024-07-27T18:41:33.262 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nyJlu8Ow3E3Eu5R off=261074 len=1583747 2024-07-27T18:41:33.264 INFO:tasks.workunit.client.0.smithi029.stdout:op 281 completed, throughput=5.01MB/sec 2024-07-27T18:41:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:33 smithi029 ceph-mon[96870]: pgmap v1433: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:41:34.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:33 smithi029 ceph-mon[99353]: pgmap v1433: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:41:34.289 INFO:tasks.workunit.client.0.smithi029.stdout: 58: throughput=4.92MB/sec pending data=0 2024-07-27T18:41:34.289 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jUcsucQksJIfqy8 off=5274448 len=1050276 2024-07-27T18:41:34.289 INFO:tasks.workunit.client.0.smithi029.stdout:op 282 completed, throughput=4.94MB/sec 2024-07-27T18:41:34.289 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VuO06byMfrpGQa3 off=9714610 len=1158916 2024-07-27T18:41:34.290 INFO:tasks.workunit.client.0.smithi029.stdout:op 283 completed, throughput=4.96MB/sec 2024-07-27T18:41:34.290 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-my4YPhjwrOdNxvU off=20145363 len=534557 2024-07-27T18:41:34.290 INFO:tasks.workunit.client.0.smithi029.stdout:op 284 completed, throughput=4.97MB/sec 2024-07-27T18:41:34.290 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1AQhjKChDvR0PQt off=1871712 len=255337 2024-07-27T18:41:34.290 INFO:tasks.workunit.client.0.smithi029.stdout:op 285 completed, throughput=4.97MB/sec 2024-07-27T18:41:34.290 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-x3kjE7a6LcEZRw0 off=307189 len=269458 2024-07-27T18:41:34.290 INFO:tasks.workunit.client.0.smithi029.stdout:op 286 completed, throughput=4.98MB/sec 2024-07-27T18:41:34.291 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sPJVyzMEifGU1w5 off=458325 len=1556889 2024-07-27T18:41:34.295 INFO:tasks.workunit.client.0.smithi029.stdout:op 287 completed, throughput=5MB/sec 2024-07-27T18:41:34.295 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-a-5l5HPHmaslcax off=7661918 len=1813968 2024-07-27T18:41:34.303 INFO:tasks.workunit.client.0.smithi029.stdout:op 288 completed, throughput=5.03MB/sec 2024-07-27T18:41:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:33 smithi179 ceph-mon[89801]: pgmap v1433: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:41:35.303 INFO:tasks.workunit.client.0.smithi029.stdout: 59: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:35.304 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-I7o386Z9bBSbIdQ off=12991139 len=1941147 2024-07-27T18:41:35.315 INFO:tasks.workunit.client.0.smithi029.stdout:op 289 completed, throughput=4.97MB/sec 2024-07-27T18:41:35.315 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-s_rdTFTsXiVlZIK off=111445 len=1305709 2024-07-27T18:41:35.322 INFO:tasks.workunit.client.0.smithi029.stdout:op 290 completed, throughput=4.99MB/sec 2024-07-27T18:41:35.322 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tm0x7AJJ2j6ER7b off=14591539 len=320655 2024-07-27T18:41:35.323 INFO:tasks.workunit.client.0.smithi029.stdout:op 291 completed, throughput=5MB/sec 2024-07-27T18:41:35.323 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-w4ByfUf2cv926xB off=626220 len=978171 2024-07-27T18:41:35.327 INFO:tasks.workunit.client.0.smithi029.stdout:op 292 completed, throughput=5.01MB/sec 2024-07-27T18:41:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:35 smithi029 ceph-mon[96870]: pgmap v1434: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:41:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:35 smithi029 ceph-mon[99353]: pgmap v1434: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:41:36.328 INFO:tasks.workunit.client.0.smithi029.stdout: 60: throughput=4.93MB/sec pending data=0 2024-07-27T18:41:36.328 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jJTh-YrdhPleuMV off=5392149 len=881754 2024-07-27T18:41:36.333 INFO:tasks.workunit.client.0.smithi029.stdout:op 293 completed, throughput=4.95MB/sec 2024-07-27T18:41:36.333 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5zmWAIMQNijPkVY off=7754785 len=1868511 2024-07-27T18:41:36.335 INFO:tasks.workunit.client.0.smithi029.stdout:op 294 completed, throughput=4.97MB/sec 2024-07-27T18:41:36.335 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wf_R4_-2gxUAHtX off=9952716 len=1057998 2024-07-27T18:41:36.338 INFO:tasks.workunit.client.0.smithi029.stdout:op 295 completed, throughput=4.99MB/sec 2024-07-27T18:41:36.338 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iEXV2d4wL0VVykv off=8836 len=558783 2024-07-27T18:41:36.339 INFO:tasks.workunit.client.0.smithi029.stdout:op 296 completed, throughput=5MB/sec 2024-07-27T18:41:36.339 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zgoBkDb_sHM16fE off=3564553 len=1420214 2024-07-27T18:41:36.348 INFO:tasks.workunit.client.0.smithi029.stdout:op 297 completed, throughput=5.02MB/sec 2024-07-27T18:41:36.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:35 smithi179 ceph-mon[89801]: pgmap v1434: 105 pgs: 105 active+clean; 127 GiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:41:37.348 INFO:tasks.workunit.client.0.smithi029.stdout: 61: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:37.348 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kVL5MUquRd5rNMS off=3871083 len=1398439 2024-07-27T18:41:37.355 INFO:tasks.workunit.client.0.smithi029.stdout:op 298 completed, throughput=4.96MB/sec 2024-07-27T18:41:37.356 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lZKokKj1ttPsEPY off=1893674 len=129628 2024-07-27T18:41:37.358 INFO:tasks.workunit.client.0.smithi029.stdout:op 299 completed, throughput=4.96MB/sec 2024-07-27T18:41:37.358 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Go9GE18bNr-Jjnr off=14073578 len=423260 2024-07-27T18:41:37.361 INFO:tasks.workunit.client.0.smithi029.stdout:op 300 completed, throughput=4.97MB/sec 2024-07-27T18:41:37.361 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-25_1xdH2E3FubbK off=11070208 len=42545 2024-07-27T18:41:37.362 INFO:tasks.workunit.client.0.smithi029.stdout:op 301 completed, throughput=4.97MB/sec 2024-07-27T18:41:37.362 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IlHdspo_30vaGyo off=911118 len=677266 2024-07-27T18:41:37.365 INFO:tasks.workunit.client.0.smithi029.stdout:op 302 completed, throughput=4.98MB/sec 2024-07-27T18:41:37.365 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aenBOqe4G6Tt8ni off=7409285 len=968407 2024-07-27T18:41:37.367 INFO:tasks.workunit.client.0.smithi029.stdout:op 303 completed, throughput=4.99MB/sec 2024-07-27T18:41:37.367 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qzE2JliJqAK2R8- off=4555155 len=1909560 2024-07-27T18:41:37.369 INFO:tasks.workunit.client.0.smithi029.stdout:op 304 completed, throughput=5.02MB/sec 2024-07-27T18:41:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:37 smithi029 ceph-mon[96870]: pgmap v1435: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:41:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:37 smithi029 ceph-mon[99353]: pgmap v1435: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:41:38.370 INFO:tasks.workunit.client.0.smithi029.stdout: 62: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:38.370 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dCktvemB_05REan off=12512689 len=934950 2024-07-27T18:41:38.375 INFO:tasks.workunit.client.0.smithi029.stdout:op 305 completed, throughput=4.96MB/sec 2024-07-27T18:41:38.375 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-j19e2SJVr2vCGk9 off=9891398 len=1895111 2024-07-27T18:41:38.382 INFO:tasks.workunit.client.0.smithi029.stdout:op 306 completed, throughput=4.99MB/sec 2024-07-27T18:41:38.383 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-viWAw8VzFUg4GLh off=7637762 len=1157758 2024-07-27T18:41:38.388 INFO:tasks.workunit.client.0.smithi029.stdout:op 307 completed, throughput=5MB/sec 2024-07-27T18:41:38.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:37 smithi179 ceph-mon[89801]: pgmap v1435: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:41:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:41:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:41:39.388 INFO:tasks.workunit.client.0.smithi029.stdout: 63: throughput=4.93MB/sec pending data=0 2024-07-27T18:41:39.388 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lRMidQvFp2Ou2xl off=4225667 len=1977054 2024-07-27T18:41:39.393 INFO:tasks.workunit.client.0.smithi029.stdout:op 308 completed, throughput=4.95MB/sec 2024-07-27T18:41:39.393 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2TMojwu-QOhFnoP off=3915479 len=729774 2024-07-27T18:41:39.395 INFO:tasks.workunit.client.0.smithi029.stdout:op 309 completed, throughput=4.96MB/sec 2024-07-27T18:41:39.395 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HbuOoTe2WdQdyD3 off=5767203 len=2016874 2024-07-27T18:41:39.406 INFO:tasks.workunit.client.0.smithi029.stdout:op 310 completed, throughput=4.99MB/sec 2024-07-27T18:41:39.407 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TYIDMxHF2P4gT6c off=19482424 len=1632598 2024-07-27T18:41:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:41:39.415 INFO:tasks.workunit.client.0.smithi029.stdout:op 311 completed, throughput=5.02MB/sec 2024-07-27T18:41:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:39 smithi029 ceph-mon[96870]: pgmap v1436: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:41:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:39 smithi029 ceph-mon[99353]: pgmap v1436: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:41:40.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:39 smithi179 ceph-mon[89801]: pgmap v1436: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:41:40.416 INFO:tasks.workunit.client.0.smithi029.stdout: 64: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:40.416 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6I38oRXAh9LHM8d off=4844692 len=1610844 2024-07-27T18:41:40.418 INFO:tasks.workunit.client.0.smithi029.stdout:op 312 completed, throughput=4.96MB/sec 2024-07-27T18:41:40.418 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NP4xNitwmwMm6nO off=5797521 len=1038104 2024-07-27T18:41:40.424 INFO:tasks.workunit.client.0.smithi029.stdout:op 313 completed, throughput=4.98MB/sec 2024-07-27T18:41:40.424 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZnkIURgIYeJXCCT off=3579111 len=2019102 2024-07-27T18:41:40.435 INFO:tasks.workunit.client.0.smithi029.stdout:op 314 completed, throughput=5.01MB/sec 2024-07-27T18:41:41.435 INFO:tasks.workunit.client.0.smithi029.stdout: 65: throughput=4.93MB/sec pending data=0 2024-07-27T18:41:41.436 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-U8EokgUdatshfmE off=11219703 len=1170774 2024-07-27T18:41:41.442 INFO:tasks.workunit.client.0.smithi029.stdout:op 315 completed, throughput=4.95MB/sec 2024-07-27T18:41:41.442 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-x7d2Pn4c3bjnE4M off=2386651 len=1606464 2024-07-27T18:41:41.444 INFO:tasks.workunit.client.0.smithi029.stdout:op 316 completed, throughput=4.97MB/sec 2024-07-27T18:41:41.444 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M6XSBPmaIKQEQa0 off=11299442 len=379325 2024-07-27T18:41:41.447 INFO:tasks.workunit.client.0.smithi029.stdout:op 317 completed, throughput=4.98MB/sec 2024-07-27T18:41:41.448 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-b1JWDbHeeEDaxI5 off=6642106 len=650703 2024-07-27T18:41:41.449 INFO:tasks.workunit.client.0.smithi029.stdout:op 318 completed, throughput=4.99MB/sec 2024-07-27T18:41:41.449 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-T2SWupmgwcjDiu9 off=14588255 len=1940440 2024-07-27T18:41:41.457 INFO:tasks.workunit.client.0.smithi029.stdout:op 319 completed, throughput=5.01MB/sec 2024-07-27T18:41:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:41 smithi029 ceph-mon[96870]: pgmap v1437: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:41:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:41 smithi029 ceph-mon[99353]: pgmap v1437: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:41:42.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:41 smithi179 ceph-mon[89801]: pgmap v1437: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:41:42.457 INFO:tasks.workunit.client.0.smithi029.stdout: 66: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:42.457 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5qTylq_25zM_wPG off=5723927 len=1665100 2024-07-27T18:41:42.467 INFO:tasks.workunit.client.0.smithi029.stdout:op 320 completed, throughput=4.96MB/sec 2024-07-27T18:41:42.468 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0yUP-nCZsidE97x off=5477733 len=294416 2024-07-27T18:41:42.468 INFO:tasks.workunit.client.0.smithi029.stdout:op 321 completed, throughput=4.97MB/sec 2024-07-27T18:41:42.468 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6wDgX8C5EcTrVgR off=4168182 len=596007 2024-07-27T18:41:42.470 INFO:tasks.workunit.client.0.smithi029.stdout:op 322 completed, throughput=4.97MB/sec 2024-07-27T18:41:42.471 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cUHgARdl-EuAJaF off=6991046 len=526386 2024-07-27T18:41:42.472 INFO:tasks.workunit.client.0.smithi029.stdout:op 323 completed, throughput=4.98MB/sec 2024-07-27T18:41:42.472 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_2CrIAyskzc56n- off=3912626 len=745131 2024-07-27T18:41:42.476 INFO:tasks.workunit.client.0.smithi029.stdout:op 324 completed, throughput=4.99MB/sec 2024-07-27T18:41:42.477 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_uWyOdb0BWUPpOY off=12379442 len=1086691 2024-07-27T18:41:42.478 INFO:tasks.workunit.client.0.smithi029.stdout:op 325 completed, throughput=5.01MB/sec 2024-07-27T18:41:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:41:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:41:42] "GET /metrics HTTP/1.1" 200 34027 "" "Prometheus/2.43.0" 2024-07-27T18:41:43.479 INFO:tasks.workunit.client.0.smithi029.stdout: 67: throughput=4.93MB/sec pending data=0 2024-07-27T18:41:43.479 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5CJpKTU3TZ0GvgJ off=8824962 len=449899 2024-07-27T18:41:43.480 INFO:tasks.workunit.client.0.smithi029.stdout:op 326 completed, throughput=4.94MB/sec 2024-07-27T18:41:43.480 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QCSO0NipnS9TyVX off=12691574 len=11827 2024-07-27T18:41:43.482 INFO:tasks.workunit.client.0.smithi029.stdout:op 327 completed, throughput=4.94MB/sec 2024-07-27T18:41:43.483 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kwbpCcpmWEy1Fle off=7040262 len=1113882 2024-07-27T18:41:43.484 INFO:tasks.workunit.client.0.smithi029.stdout:op 328 completed, throughput=4.95MB/sec 2024-07-27T18:41:43.484 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SkyDZZs-rWpufm1 off=15130752 len=1590158 2024-07-27T18:41:43.486 INFO:tasks.workunit.client.0.smithi029.stdout:op 329 completed, throughput=4.98MB/sec 2024-07-27T18:41:43.486 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Klzze0J4izRDq40 off=485205 len=1464201 2024-07-27T18:41:43.494 INFO:tasks.workunit.client.0.smithi029.stdout:op 330 completed, throughput=5MB/sec 2024-07-27T18:41:43.494 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TYjpqc2Ae6fhXiQ off=2388555 len=407064 2024-07-27T18:41:43.498 INFO:tasks.workunit.client.0.smithi029.stdout:op 331 completed, throughput=5MB/sec 2024-07-27T18:41:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:43 smithi029 ceph-mon[96870]: pgmap v1438: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:41:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:43 smithi029 ceph-mon[99353]: pgmap v1438: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:41:44.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:43 smithi179 ceph-mon[89801]: pgmap v1438: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:41:44.498 INFO:tasks.workunit.client.0.smithi029.stdout: 68: throughput=4.93MB/sec pending data=0 2024-07-27T18:41:44.498 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UIRBs0UgL-C5rd_ off=388314 len=946985 2024-07-27T18:41:44.503 INFO:tasks.workunit.client.0.smithi029.stdout:op 332 completed, throughput=4.94MB/sec 2024-07-27T18:41:44.503 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-H4Q0bSrg56dSe1F off=4993514 len=1009196 2024-07-27T18:41:44.505 INFO:tasks.workunit.client.0.smithi029.stdout:op 333 completed, throughput=4.96MB/sec 2024-07-27T18:41:44.505 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-F7_f-N-D5UVtHdd off=7095686 len=1287777 2024-07-27T18:41:44.511 INFO:tasks.workunit.client.0.smithi029.stdout:op 334 completed, throughput=4.97MB/sec 2024-07-27T18:41:44.511 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dUiOcnu_BLhw4-i off=825937 len=472355 2024-07-27T18:41:44.514 INFO:tasks.workunit.client.0.smithi029.stdout:op 335 completed, throughput=4.98MB/sec 2024-07-27T18:41:44.514 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qvEJkBxIpZa8JA0 off=6712645 len=1323210 2024-07-27T18:41:44.516 INFO:tasks.workunit.client.0.smithi029.stdout:op 336 completed, throughput=5MB/sec 2024-07-27T18:41:44.516 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Iu025wOIjIG4Azx off=2875273 len=869756 2024-07-27T18:41:44.517 INFO:tasks.workunit.client.0.smithi029.stdout:op 337 completed, throughput=5.01MB/sec 2024-07-27T18:41:45.518 INFO:tasks.workunit.client.0.smithi029.stdout: 69: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:45.518 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Xy8YzFfr2LkYGkp off=6857030 len=1458002 2024-07-27T18:41:45.521 INFO:tasks.workunit.client.0.smithi029.stdout:op 338 completed, throughput=4.96MB/sec 2024-07-27T18:41:45.521 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uaOO1hl64fG2mvC off=4224843 len=53282 2024-07-27T18:41:45.523 INFO:tasks.workunit.client.0.smithi029.stdout:op 339 completed, throughput=4.96MB/sec 2024-07-27T18:41:45.523 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7b2IzDYI5PJs3gk off=3953531 len=896339 2024-07-27T18:41:45.524 INFO:tasks.workunit.client.0.smithi029.stdout:op 340 completed, throughput=4.97MB/sec 2024-07-27T18:41:45.524 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4OomJnDRJ0up_yH off=3335524 len=1996472 2024-07-27T18:41:45.533 INFO:tasks.workunit.client.0.smithi029.stdout:op 341 completed, throughput=5MB/sec 2024-07-27T18:41:45.533 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PJJI-0ir8qbfiUt off=3924598 len=750347 2024-07-27T18:41:45.535 INFO:tasks.workunit.client.0.smithi029.stdout:op 342 completed, throughput=5.01MB/sec 2024-07-27T18:41:46.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:45 smithi029 ceph-mon[96870]: pgmap v1439: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:41:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:45 smithi029 ceph-mon[99353]: pgmap v1439: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:41:46.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:45 smithi179 ceph-mon[89801]: pgmap v1439: 105 pgs: 105 active+clean; 127 GiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:41:46.535 INFO:tasks.workunit.client.0.smithi029.stdout: 70: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:46.536 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4LSGth6lmtnqsnE off=7844786 len=1060809 2024-07-27T18:41:46.538 INFO:tasks.workunit.client.0.smithi029.stdout:op 343 completed, throughput=4.95MB/sec 2024-07-27T18:41:46.538 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-t3fxPb7dIdyKszA off=16551047 len=1657806 2024-07-27T18:41:46.546 INFO:tasks.workunit.client.0.smithi029.stdout:op 344 completed, throughput=4.97MB/sec 2024-07-27T18:41:46.547 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-A76Q_UnVifPs0gz off=12887945 len=7824 2024-07-27T18:41:46.548 INFO:tasks.workunit.client.0.smithi029.stdout:op 345 completed, throughput=4.97MB/sec 2024-07-27T18:41:46.548 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZoJXlb9plOCSt8_ off=5065685 len=1547330 2024-07-27T18:41:46.558 INFO:tasks.workunit.client.0.smithi029.stdout:op 346 completed, throughput=4.99MB/sec 2024-07-27T18:41:46.558 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1nNpxdaj19Wfwj6 off=8016203 len=466769 2024-07-27T18:41:46.561 INFO:tasks.workunit.client.0.smithi029.stdout:op 347 completed, throughput=5MB/sec 2024-07-27T18:41:46.562 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_XK75aP1utwWEWN off=7749227 len=1677416 2024-07-27T18:41:46.569 INFO:tasks.workunit.client.0.smithi029.stdout:op 348 completed, throughput=5.02MB/sec 2024-07-27T18:41:47.570 INFO:tasks.workunit.client.0.smithi029.stdout: 71: throughput=4.95MB/sec pending data=0 2024-07-27T18:41:47.570 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-weClSpuug4CsdtX off=2320095 len=37132 2024-07-27T18:41:47.571 INFO:tasks.workunit.client.0.smithi029.stdout:op 349 completed, throughput=4.95MB/sec 2024-07-27T18:41:47.571 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OG9OdmelL6EkBsF off=12721820 len=638990 2024-07-27T18:41:47.575 INFO:tasks.workunit.client.0.smithi029.stdout:op 350 completed, throughput=4.96MB/sec 2024-07-27T18:41:47.575 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mhGLqMEruJj5l6z off=5965686 len=715879 2024-07-27T18:41:47.576 INFO:tasks.workunit.client.0.smithi029.stdout:op 351 completed, throughput=4.97MB/sec 2024-07-27T18:41:47.576 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HcVEApyK8Pe2sAd off=16325362 len=1880405 2024-07-27T18:41:47.579 INFO:tasks.workunit.client.0.smithi029.stdout:op 352 completed, throughput=4.99MB/sec 2024-07-27T18:41:47.579 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2O-UEgrECF4_NwW off=9500801 len=313181 2024-07-27T18:41:47.582 INFO:tasks.workunit.client.0.smithi029.stdout:op 353 completed, throughput=5MB/sec 2024-07-27T18:41:47.582 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MVE2mj0EYJXstHH off=16371662 len=2058713 2024-07-27T18:41:47.596 INFO:tasks.workunit.client.0.smithi029.stdout:op 354 completed, throughput=5.02MB/sec 2024-07-27T18:41:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:48 smithi179 ceph-mon[89801]: pgmap v1440: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:41:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:48 smithi029 ceph-mon[96870]: pgmap v1440: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:41:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:48 smithi029 ceph-mon[99353]: pgmap v1440: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:41:48.597 INFO:tasks.workunit.client.0.smithi029.stdout: 72: throughput=4.95MB/sec pending data=0 2024-07-27T18:41:48.597 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6Pc5dw6N0oyjL9T off=1490403 len=878630 2024-07-27T18:41:48.598 INFO:tasks.workunit.client.0.smithi029.stdout:op 355 completed, throughput=4.97MB/sec 2024-07-27T18:41:48.598 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KQ_3MZzwejiDa5u off=5144612 len=1228245 2024-07-27T18:41:48.601 INFO:tasks.workunit.client.0.smithi029.stdout:op 356 completed, throughput=4.98MB/sec 2024-07-27T18:41:48.602 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-65eiVicNEj8DzUi off=19837227 len=1123772 2024-07-27T18:41:48.606 INFO:tasks.workunit.client.0.smithi029.stdout:op 357 completed, throughput=5MB/sec 2024-07-27T18:41:48.606 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AyY9_sNTa1KIWxw off=1206634 len=754954 2024-07-27T18:41:48.608 INFO:tasks.workunit.client.0.smithi029.stdout:op 358 completed, throughput=5.01MB/sec 2024-07-27T18:41:49.608 INFO:tasks.workunit.client.0.smithi029.stdout: 73: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:49.608 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Jqm60rkcd46lAj6 off=8757458 len=946575 2024-07-27T18:41:49.614 INFO:tasks.workunit.client.0.smithi029.stdout:op 359 completed, throughput=4.95MB/sec 2024-07-27T18:41:49.614 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e-VG-zTxBzeM4ag off=3281411 len=1908574 2024-07-27T18:41:49.616 INFO:tasks.workunit.client.0.smithi029.stdout:op 360 completed, throughput=4.97MB/sec 2024-07-27T18:41:49.616 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mkwYP4EW1ASaORJ off=12204841 len=1518639 2024-07-27T18:41:49.625 INFO:tasks.workunit.client.0.smithi029.stdout:op 361 completed, throughput=4.99MB/sec 2024-07-27T18:41:49.626 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-idpXsLWa9_p3tG1 off=7613424 len=1595152 2024-07-27T18:41:49.629 INFO:tasks.workunit.client.0.smithi029.stdout:op 362 completed, throughput=5.01MB/sec 2024-07-27T18:41:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:50 smithi179 ceph-mon[89801]: pgmap v1441: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:41:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:50 smithi029 ceph-mon[96870]: pgmap v1441: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:41:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:50 smithi029 ceph-mon[99353]: pgmap v1441: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:41:50.630 INFO:tasks.workunit.client.0.smithi029.stdout: 74: throughput=4.95MB/sec pending data=0 2024-07-27T18:41:50.630 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wuxGfKw7QLYa_bq off=1402570 len=1926493 2024-07-27T18:41:50.640 INFO:tasks.workunit.client.0.smithi029.stdout:op 363 completed, throughput=4.97MB/sec 2024-07-27T18:41:50.640 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-srsArz7BRuJb6Hh off=16971473 len=1876035 2024-07-27T18:41:50.642 INFO:tasks.workunit.client.0.smithi029.stdout:op 364 completed, throughput=4.99MB/sec 2024-07-27T18:41:50.642 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-t7MRPrHkusq8R32 off=1023793 len=1630810 2024-07-27T18:41:50.644 INFO:tasks.workunit.client.0.smithi029.stdout:op 365 completed, throughput=5.01MB/sec 2024-07-27T18:41:51.644 INFO:tasks.workunit.client.0.smithi029.stdout: 75: throughput=4.95MB/sec pending data=0 2024-07-27T18:41:51.645 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DkBobjJs7xg1nXb off=7807059 len=1310002 2024-07-27T18:41:51.651 INFO:tasks.workunit.client.0.smithi029.stdout:op 366 completed, throughput=4.97MB/sec 2024-07-27T18:41:51.652 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R7ROSH_nLhvRG_j off=2282745 len=262632 2024-07-27T18:41:51.655 INFO:tasks.workunit.client.0.smithi029.stdout:op 367 completed, throughput=4.97MB/sec 2024-07-27T18:41:51.655 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DdtA7FW3DOUaQq_ off=8610578 len=983623 2024-07-27T18:41:51.657 INFO:tasks.workunit.client.0.smithi029.stdout:op 368 completed, throughput=4.98MB/sec 2024-07-27T18:41:51.657 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dna2SEkNuoUrK9O off=574016 len=683820 2024-07-27T18:41:51.659 INFO:tasks.workunit.client.0.smithi029.stdout:op 369 completed, throughput=4.99MB/sec 2024-07-27T18:41:51.659 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WQGBb1KBL_f111n off=22871 len=478302 2024-07-27T18:41:51.660 INFO:tasks.workunit.client.0.smithi029.stdout:op 370 completed, throughput=4.99MB/sec 2024-07-27T18:41:51.660 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fJzcKKSLsDnSvct off=2570531 len=789390 2024-07-27T18:41:51.664 INFO:tasks.workunit.client.0.smithi029.stdout:op 371 completed, throughput=5MB/sec 2024-07-27T18:41:52.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:52 smithi029 ceph-mon[96870]: pgmap v1442: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:41:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:52 smithi029 ceph-mon[99353]: pgmap v1442: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:41:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:52 smithi179 ceph-mon[89801]: pgmap v1442: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:41:52.664 INFO:tasks.workunit.client.0.smithi029.stdout: 76: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:52.665 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RA_9JzLZ7xHM-4n off=1543248 len=1608088 2024-07-27T18:41:52.667 INFO:tasks.workunit.client.0.smithi029.stdout:op 372 completed, throughput=4.96MB/sec 2024-07-27T18:41:52.667 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sqSbV2ebzzyobXx off=13455618 len=1554874 2024-07-27T18:41:52.675 INFO:tasks.workunit.client.0.smithi029.stdout:op 373 completed, throughput=4.98MB/sec 2024-07-27T18:41:52.675 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SodTbdb3wPBwgWX off=2573820 len=2005993 2024-07-27T18:41:52.677 INFO:tasks.workunit.client.0.smithi029.stdout:op 374 completed, throughput=5MB/sec 2024-07-27T18:41:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:41:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:41:52] "GET /metrics HTTP/1.1" 200 34027 "" "Prometheus/2.43.0" 2024-07-27T18:41:53.677 INFO:tasks.workunit.client.0.smithi029.stdout: 77: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:53.677 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ygRZ6X8znaGHnQi off=8915261 len=1766343 2024-07-27T18:41:53.687 INFO:tasks.workunit.client.0.smithi029.stdout:op 375 completed, throughput=4.96MB/sec 2024-07-27T18:41:53.688 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8pL5ULgjSY-2lgP off=8637039 len=482780 2024-07-27T18:41:53.688 INFO:tasks.workunit.client.0.smithi029.stdout:op 376 completed, throughput=4.97MB/sec 2024-07-27T18:41:53.688 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-67UItDyGd3jYb9T off=6692137 len=399164 2024-07-27T18:41:53.689 INFO:tasks.workunit.client.0.smithi029.stdout:op 377 completed, throughput=4.97MB/sec 2024-07-27T18:41:53.689 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CyA2eEAgNkEWcyX off=40487 len=1315317 2024-07-27T18:41:53.695 INFO:tasks.workunit.client.0.smithi029.stdout:op 378 completed, throughput=4.99MB/sec 2024-07-27T18:41:53.695 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JAe32TBLHNww_L9 off=2057396 len=1751479 2024-07-27T18:41:53.697 INFO:tasks.workunit.client.0.smithi029.stdout:op 379 completed, throughput=5.01MB/sec 2024-07-27T18:41:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:54 smithi179 ceph-mon[89801]: pgmap v1443: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:41:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:41:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:54 smithi029 ceph-mon[96870]: pgmap v1443: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:41:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:41:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:54 smithi029 ceph-mon[99353]: pgmap v1443: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:41:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:41:54.698 INFO:tasks.workunit.client.0.smithi029.stdout: 78: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:54.698 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dYiG9CzFhu6PDzI off=915216 len=1189930 2024-07-27T18:41:54.705 INFO:tasks.workunit.client.0.smithi029.stdout:op 380 completed, throughput=4.96MB/sec 2024-07-27T18:41:54.705 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AzIewuMQMtIanib off=12133607 len=1627755 2024-07-27T18:41:54.707 INFO:tasks.workunit.client.0.smithi029.stdout:op 381 completed, throughput=4.98MB/sec 2024-07-27T18:41:54.707 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-APG32Qt3Oq5359U off=14401683 len=117896 2024-07-27T18:41:54.708 INFO:tasks.workunit.client.0.smithi029.stdout:op 382 completed, throughput=4.98MB/sec 2024-07-27T18:41:54.708 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jzd1EL4Q25KcthN off=2299171 len=378254 2024-07-27T18:41:54.711 INFO:tasks.workunit.client.0.smithi029.stdout:op 383 completed, throughput=4.98MB/sec 2024-07-27T18:41:54.711 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2tz6D2t5S78o2QP off=1101847 len=1270926 2024-07-27T18:41:54.718 INFO:tasks.workunit.client.0.smithi029.stdout:op 384 completed, throughput=5MB/sec 2024-07-27T18:41:54.718 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wp3YCN1dWm2kCzv off=14262629 len=100179 2024-07-27T18:41:54.719 INFO:tasks.workunit.client.0.smithi029.stdout:op 385 completed, throughput=5MB/sec 2024-07-27T18:41:54.719 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HP43mMatKnoTidU off=6213965 len=1393229 2024-07-27T18:41:54.722 INFO:tasks.workunit.client.0.smithi029.stdout:op 386 completed, throughput=5.02MB/sec 2024-07-27T18:41:55.723 INFO:tasks.workunit.client.0.smithi029.stdout: 79: throughput=4.95MB/sec pending data=0 2024-07-27T18:41:55.723 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Wzc8TiseDH6MqFi off=2939468 len=1592988 2024-07-27T18:41:55.724 INFO:tasks.workunit.client.0.smithi029.stdout:op 387 completed, throughput=4.97MB/sec 2024-07-27T18:41:55.724 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rpK04K56SKQEVv5 off=349523 len=1055686 2024-07-27T18:41:55.727 INFO:tasks.workunit.client.0.smithi029.stdout:op 388 completed, throughput=4.98MB/sec 2024-07-27T18:41:55.727 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xePmysQot69bKo9 off=16708878 len=1914250 2024-07-27T18:41:55.736 INFO:tasks.workunit.client.0.smithi029.stdout:op 389 completed, throughput=5.01MB/sec 2024-07-27T18:41:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:56 smithi179 ceph-mon[89801]: pgmap v1444: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:41:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:56 smithi029 ceph-mon[96870]: pgmap v1444: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:41:56.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:56 smithi029 ceph-mon[99353]: pgmap v1444: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:41:56.736 INFO:tasks.workunit.client.0.smithi029.stdout: 80: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:56.736 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sUo4Q98atef9FAN off=1519987 len=1252984 2024-07-27T18:41:56.745 INFO:tasks.workunit.client.0.smithi029.stdout:op 390 completed, throughput=4.96MB/sec 2024-07-27T18:41:56.745 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q3s72OoPT2cIDuf off=12982047 len=668713 2024-07-27T18:41:56.748 INFO:tasks.workunit.client.0.smithi029.stdout:op 391 completed, throughput=4.97MB/sec 2024-07-27T18:41:56.748 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OEx5k3wONOTYiDU off=10621580 len=152337 2024-07-27T18:41:56.749 INFO:tasks.workunit.client.0.smithi029.stdout:op 392 completed, throughput=4.97MB/sec 2024-07-27T18:41:56.749 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yZShRNJKLYp7iGX off=10055288 len=1450882 2024-07-27T18:41:56.751 INFO:tasks.workunit.client.0.smithi029.stdout:op 393 completed, throughput=4.98MB/sec 2024-07-27T18:41:56.751 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iJYKiZAhJubjZGZ off=18494442 len=1771374 2024-07-27T18:41:56.754 INFO:tasks.workunit.client.0.smithi029.stdout:op 394 completed, throughput=5.01MB/sec 2024-07-27T18:41:57.755 INFO:tasks.workunit.client.0.smithi029.stdout: 81: throughput=4.94MB/sec pending data=0 2024-07-27T18:41:57.755 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9uxrvTx1kdvBZtv off=0 len=1710464 2024-07-27T18:41:57.759 INFO:tasks.workunit.client.0.smithi029.stdout:op 395 completed, throughput=4.96MB/sec 2024-07-27T18:41:57.759 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GfRVgm4ntpjmXB3 off=4552322 len=1901971 2024-07-27T18:41:57.761 INFO:tasks.workunit.client.0.smithi029.stdout:op 396 completed, throughput=4.99MB/sec 2024-07-27T18:41:57.761 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-umaPNDvEWMHpzap off=1963956 len=802830 2024-07-27T18:41:57.763 INFO:tasks.workunit.client.0.smithi029.stdout:op 397 completed, throughput=5MB/sec 2024-07-27T18:41:57.763 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Riy6FzWZ1QKzEJA off=5547153 len=889495 2024-07-27T18:41:57.769 INFO:tasks.workunit.client.0.smithi029.stdout:op 398 completed, throughput=5.01MB/sec 2024-07-27T18:41:58.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:41:58 smithi029 ceph-mon[96870]: pgmap v1445: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:41:58.304 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:41:58 smithi029 ceph-mon[99353]: pgmap v1445: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:41:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:41:58 smithi179 ceph-mon[89801]: pgmap v1445: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:41:58.769 INFO:tasks.workunit.client.0.smithi029.stdout: 82: throughput=4.95MB/sec pending data=0 2024-07-27T18:41:58.769 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kDdBDl69WGE7yGA off=1994224 len=1227056 2024-07-27T18:41:58.776 INFO:tasks.workunit.client.0.smithi029.stdout:op 399 completed, throughput=4.96MB/sec 2024-07-27T18:41:58.776 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Lzx12xqdRc3zEpp off=202905 len=1325174 2024-07-27T18:41:58.777 INFO:tasks.workunit.client.0.smithi029.stdout:op 400 completed, throughput=4.97MB/sec 2024-07-27T18:41:58.777 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AxxYWWjeQhfMPn_ off=986559 len=1726715 2024-07-27T18:41:58.779 INFO:tasks.workunit.client.0.smithi029.stdout:op 401 completed, throughput=4.99MB/sec 2024-07-27T18:41:58.779 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Gs0x2pzoR525nJs off=6673847 len=1942201 2024-07-27T18:41:58.787 INFO:tasks.workunit.client.0.smithi029.stdout:op 402 completed, throughput=5.02MB/sec 2024-07-27T18:41:59.787 INFO:tasks.workunit.client.0.smithi029.stdout: 83: throughput=4.96MB/sec pending data=0 2024-07-27T18:41:59.788 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-X-vTB6CnU8S__51 off=1514112 len=101497 2024-07-27T18:41:59.790 INFO:tasks.workunit.client.0.smithi029.stdout:op 403 completed, throughput=4.96MB/sec 2024-07-27T18:41:59.790 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oIcVguKToGasvUX off=1632599 len=1475664 2024-07-27T18:41:59.792 INFO:tasks.workunit.client.0.smithi029.stdout:op 404 completed, throughput=4.97MB/sec 2024-07-27T18:41:59.792 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-x1Ib9UxENSnvsBC off=2421896 len=1819202 2024-07-27T18:41:59.803 INFO:tasks.workunit.client.0.smithi029.stdout:op 405 completed, throughput=4.99MB/sec 2024-07-27T18:41:59.803 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uXl4TO5op1i40-i off=6698868 len=659182 2024-07-27T18:41:59.807 INFO:tasks.workunit.client.0.smithi029.stdout:op 406 completed, throughput=5MB/sec 2024-07-27T18:42:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:00 smithi179 ceph-mon[89801]: pgmap v1446: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:42:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:00 smithi029 ceph-mon[96870]: pgmap v1446: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:42:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:00 smithi029 ceph-mon[99353]: pgmap v1446: 105 pgs: 105 active+clean; 127 GiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:42:00.808 INFO:tasks.workunit.client.0.smithi029.stdout: 84: throughput=4.94MB/sec pending data=0 2024-07-27T18:42:00.808 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ykeZF4n0C2YtWKN off=9033357 len=1651308 2024-07-27T18:42:00.811 INFO:tasks.workunit.client.0.smithi029.stdout:op 407 completed, throughput=4.96MB/sec 2024-07-27T18:42:00.811 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TXbzuMmFGmiMvz_ off=6589252 len=1049072 2024-07-27T18:42:00.813 INFO:tasks.workunit.client.0.smithi029.stdout:op 408 completed, throughput=4.97MB/sec 2024-07-27T18:42:00.813 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-f6CCYcMu4SPhvOB off=7247038 len=975514 2024-07-27T18:42:00.815 INFO:tasks.workunit.client.0.smithi029.stdout:op 409 completed, throughput=4.98MB/sec 2024-07-27T18:42:00.815 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0hTweaSJWgZFiC7 off=2548249 len=454269 2024-07-27T18:42:00.816 INFO:tasks.workunit.client.0.smithi029.stdout:op 410 completed, throughput=4.99MB/sec 2024-07-27T18:42:00.817 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HIPbDTNrJMhkxYa off=400285 len=249220 2024-07-27T18:42:00.820 INFO:tasks.workunit.client.0.smithi029.stdout:op 411 completed, throughput=4.99MB/sec 2024-07-27T18:42:00.820 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RJ-W34zlEb8cfzU off=0 len=1164762 2024-07-27T18:42:00.827 INFO:tasks.workunit.client.0.smithi029.stdout:op 412 completed, throughput=5MB/sec 2024-07-27T18:42:01.827 INFO:tasks.workunit.client.0.smithi029.stdout: 85: throughput=4.94MB/sec pending data=0 2024-07-27T18:42:01.827 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qKIW_7Jfo9gDizh off=5778501 len=436663 2024-07-27T18:42:01.831 INFO:tasks.workunit.client.0.smithi029.stdout:op 413 completed, throughput=4.95MB/sec 2024-07-27T18:42:01.831 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FM_KbYGf64vZKBk off=13242582 len=1215241 2024-07-27T18:42:01.836 INFO:tasks.workunit.client.0.smithi029.stdout:op 414 completed, throughput=4.96MB/sec 2024-07-27T18:42:01.837 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uojojzicVkNDW86 off=5907772 len=1804858 2024-07-27T18:42:01.840 INFO:tasks.workunit.client.0.smithi029.stdout:op 415 completed, throughput=4.98MB/sec 2024-07-27T18:42:01.840 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qGdwNSN9yMsGU7s off=5156952 len=728332 2024-07-27T18:42:01.844 INFO:tasks.workunit.client.0.smithi029.stdout:op 416 completed, throughput=4.99MB/sec 2024-07-27T18:42:01.844 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uA8TVaX5UN4HO5Q off=14884852 len=2009702 2024-07-27T18:42:01.856 INFO:tasks.workunit.client.0.smithi029.stdout:op 417 completed, throughput=5.01MB/sec 2024-07-27T18:42:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:02 smithi029 ceph-mon[96870]: pgmap v1447: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:42:02.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:02 smithi029 ceph-mon[99353]: pgmap v1447: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:42:02.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:02 smithi179 ceph-mon[89801]: pgmap v1447: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:42:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:42:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:42:02] "GET /metrics HTTP/1.1" 200 34031 "" "Prometheus/2.43.0" 2024-07-27T18:42:02.856 INFO:tasks.workunit.client.0.smithi029.stdout: 86: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:02.856 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3LJv_GDOCXCf7xF off=4042624 len=1685570 2024-07-27T18:42:02.866 INFO:tasks.workunit.client.0.smithi029.stdout:op 418 completed, throughput=4.97MB/sec 2024-07-27T18:42:02.866 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sjPfUFmxpd0xs9_ off=11254617 len=773492 2024-07-27T18:42:02.867 INFO:tasks.workunit.client.0.smithi029.stdout:op 419 completed, throughput=4.98MB/sec 2024-07-27T18:42:02.867 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-L6gV17YFO-_SCl6 off=1922504 len=668355 2024-07-27T18:42:02.872 INFO:tasks.workunit.client.0.smithi029.stdout:op 420 completed, throughput=4.99MB/sec 2024-07-27T18:42:02.872 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Bh0W7ihfq2llzW- off=198880 len=1578602 2024-07-27T18:42:02.880 INFO:tasks.workunit.client.0.smithi029.stdout:op 421 completed, throughput=5MB/sec 2024-07-27T18:42:03.881 INFO:tasks.workunit.client.0.smithi029.stdout: 87: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:03.881 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TAZRhWqBkyCSWn1 off=4362474 len=919744 2024-07-27T18:42:03.882 INFO:tasks.workunit.client.0.smithi029.stdout:op 422 completed, throughput=4.96MB/sec 2024-07-27T18:42:03.882 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YkG_35PpKQ9wTVT off=2536903 len=1643290 2024-07-27T18:42:03.884 INFO:tasks.workunit.client.0.smithi029.stdout:op 423 completed, throughput=4.98MB/sec 2024-07-27T18:42:03.884 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xq4KQF-n8KEpxuz off=9645307 len=1163915 2024-07-27T18:42:03.890 INFO:tasks.workunit.client.0.smithi029.stdout:op 424 completed, throughput=4.99MB/sec 2024-07-27T18:42:03.890 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-59A531oSkr3VbAl off=2108998 len=1722942 2024-07-27T18:42:03.898 INFO:tasks.workunit.client.0.smithi029.stdout:op 425 completed, throughput=5.01MB/sec 2024-07-27T18:42:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:04 smithi179 ceph-mon[89801]: pgmap v1448: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.0 MiB/s wr, 3 op/s 2024-07-27T18:42:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:04 smithi029 ceph-mon[96870]: pgmap v1448: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.0 MiB/s wr, 3 op/s 2024-07-27T18:42:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:04 smithi029 ceph-mon[99353]: pgmap v1448: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.0 MiB/s wr, 3 op/s 2024-07-27T18:42:04.899 INFO:tasks.workunit.client.0.smithi029.stdout: 88: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:04.899 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sFnNPqdobgsvLxf off=13777273 len=1947286 2024-07-27T18:42:04.910 INFO:tasks.workunit.client.0.smithi029.stdout:op 426 completed, throughput=4.97MB/sec 2024-07-27T18:42:04.910 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--WKGGlJy49k-yEC off=1337620 len=37093 2024-07-27T18:42:04.913 INFO:tasks.workunit.client.0.smithi029.stdout:op 427 completed, throughput=4.97MB/sec 2024-07-27T18:42:04.913 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VblqCcu4dW_38q3 off=352578 len=1053536 2024-07-27T18:42:04.919 INFO:tasks.workunit.client.0.smithi029.stdout:op 428 completed, throughput=4.98MB/sec 2024-07-27T18:42:04.919 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ce-_vc5xqCcA6Ai off=9789211 len=444560 2024-07-27T18:42:04.922 INFO:tasks.workunit.client.0.smithi029.stdout:op 429 completed, throughput=4.99MB/sec 2024-07-27T18:42:04.923 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wpqXvn4B6iCWjCj off=109668 len=863368 2024-07-27T18:42:04.927 INFO:tasks.workunit.client.0.smithi029.stdout:op 430 completed, throughput=4.99MB/sec 2024-07-27T18:42:04.927 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-D6eNNd0gH8YMdzo off=6758277 len=286680 2024-07-27T18:42:04.930 INFO:tasks.workunit.client.0.smithi029.stdout:op 431 completed, throughput=5MB/sec 2024-07-27T18:42:04.930 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1dJJHPARI9GD3Pr off=741060 len=326845 2024-07-27T18:42:04.931 INFO:tasks.workunit.client.0.smithi029.stdout:op 432 completed, throughput=5MB/sec 2024-07-27T18:42:05.931 INFO:tasks.workunit.client.0.smithi029.stdout: 89: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:05.931 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ulf8o2OebTLxydd off=5035472 len=297279 2024-07-27T18:42:05.932 INFO:tasks.workunit.client.0.smithi029.stdout:op 433 completed, throughput=4.95MB/sec 2024-07-27T18:42:05.932 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n9aysVF1U_RZgcZ off=665241 len=1490150 2024-07-27T18:42:05.940 INFO:tasks.workunit.client.0.smithi029.stdout:op 434 completed, throughput=4.96MB/sec 2024-07-27T18:42:05.940 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WdpSWDYltSlE76q off=8295726 len=1377624 2024-07-27T18:42:05.942 INFO:tasks.workunit.client.0.smithi029.stdout:op 435 completed, throughput=4.98MB/sec 2024-07-27T18:42:05.942 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GAndkllSTXubB5s off=9750208 len=861852 2024-07-27T18:42:05.944 INFO:tasks.workunit.client.0.smithi029.stdout:op 436 completed, throughput=4.99MB/sec 2024-07-27T18:42:05.944 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_CSDTJku_RrKonv off=479351 len=1454954 2024-07-27T18:42:05.951 INFO:tasks.workunit.client.0.smithi029.stdout:op 437 completed, throughput=5MB/sec 2024-07-27T18:42:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:06 smithi179 ceph-mon[89801]: pgmap v1449: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:06 smithi029 ceph-mon[96870]: pgmap v1449: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:06 smithi029 ceph-mon[99353]: pgmap v1449: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:06.951 INFO:tasks.workunit.client.0.smithi029.stdout: 90: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:06.951 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HLU5I2gClglzfnK off=5403153 len=1823748 2024-07-27T18:42:06.959 INFO:tasks.workunit.client.0.smithi029.stdout:op 438 completed, throughput=4.97MB/sec 2024-07-27T18:42:06.959 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zRtgrtfZKtHrZfk off=11053524 len=836720 2024-07-27T18:42:06.964 INFO:tasks.workunit.client.0.smithi029.stdout:op 439 completed, throughput=4.97MB/sec 2024-07-27T18:42:06.964 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2vvjdl1L_SoEkk1 off=15352027 len=772984 2024-07-27T18:42:06.968 INFO:tasks.workunit.client.0.smithi029.stdout:op 440 completed, throughput=4.98MB/sec 2024-07-27T18:42:06.969 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-i0tfVzpFbjV6D55 off=1664055 len=1677689 2024-07-27T18:42:06.970 INFO:tasks.workunit.client.0.smithi029.stdout:op 441 completed, throughput=5MB/sec 2024-07-27T18:42:06.970 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wAkOuYKEu-nQZTN off=1095891 len=612091 2024-07-27T18:42:06.974 INFO:tasks.workunit.client.0.smithi029.stdout:op 442 completed, throughput=5.01MB/sec 2024-07-27T18:42:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: 91: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:07.974 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-p0C91JHrdts2VIK off=8875172 len=76388 2024-07-27T18:42:07.977 INFO:tasks.workunit.client.0.smithi029.stdout:op 443 completed, throughput=4.95MB/sec 2024-07-27T18:42:07.977 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aSXaqvXMqN8WG7j off=974370 len=1607264 2024-07-27T18:42:07.980 INFO:tasks.workunit.client.0.smithi029.stdout:op 444 completed, throughput=4.97MB/sec 2024-07-27T18:42:07.980 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AWush4aK65kodMJ off=10882797 len=1906091 2024-07-27T18:42:07.983 INFO:tasks.workunit.client.0.smithi029.stdout:op 445 completed, throughput=4.99MB/sec 2024-07-27T18:42:07.983 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SIQgq67sIb815Gm off=1864734 len=1552838 2024-07-27T18:42:07.985 INFO:tasks.workunit.client.0.smithi029.stdout:op 446 completed, throughput=5MB/sec 2024-07-27T18:42:08.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:08 smithi179 ceph-mon[89801]: pgmap v1450: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:42:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:08 smithi029 ceph-mon[96870]: pgmap v1450: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:42:08.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:08 smithi029 ceph-mon[99353]: pgmap v1450: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:42:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: 92: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:08.986 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XSFyFvijuevrFAM off=2451005 len=106374 2024-07-27T18:42:08.986 INFO:tasks.workunit.client.0.smithi029.stdout:op 447 completed, throughput=4.95MB/sec 2024-07-27T18:42:08.987 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KSaZb3wBwz8m_1R off=5269202 len=654907 2024-07-27T18:42:08.991 INFO:tasks.workunit.client.0.smithi029.stdout:op 448 completed, throughput=4.96MB/sec 2024-07-27T18:42:08.991 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VZzYGOGhPpqz5vy off=5863121 len=1183777 2024-07-27T18:42:08.996 INFO:tasks.workunit.client.0.smithi029.stdout:op 449 completed, throughput=4.97MB/sec 2024-07-27T18:42:08.996 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-icfPNj39hP-uyCr off=8027661 len=1438817 2024-07-27T18:42:09.004 INFO:tasks.workunit.client.0.smithi029.stdout:op 450 completed, throughput=4.98MB/sec 2024-07-27T18:42:09.004 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eC2X_mqggGGdRzz off=10097080 len=204117 2024-07-27T18:42:09.004 INFO:tasks.workunit.client.0.smithi029.stdout:op 451 completed, throughput=4.99MB/sec 2024-07-27T18:42:09.004 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-t-5QHrOo_iGbH-v off=18103260 len=231107 2024-07-27T18:42:09.007 INFO:tasks.workunit.client.0.smithi029.stdout:op 452 completed, throughput=4.99MB/sec 2024-07-27T18:42:09.007 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Vkk-BszxwTuNsz5 off=3745917 len=1473312 2024-07-27T18:42:09.012 INFO:tasks.workunit.client.0.smithi029.stdout:op 453 completed, throughput=5MB/sec 2024-07-27T18:42:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:42:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:42:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:42:10.013 INFO:tasks.workunit.client.0.smithi029.stdout: 93: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:10.013 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-METBof7x7w5nOEr off=2852895 len=1086574 2024-07-27T18:42:10.015 INFO:tasks.workunit.client.0.smithi029.stdout:op 454 completed, throughput=4.96MB/sec 2024-07-27T18:42:10.016 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-v6k_EOdBeOZJlE2 off=9204948 len=1600808 2024-07-27T18:42:10.023 INFO:tasks.workunit.client.0.smithi029.stdout:op 455 completed, throughput=4.98MB/sec 2024-07-27T18:42:10.023 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1RL3FHKFY2ZpgbT off=3459630 len=1526764 2024-07-27T18:42:10.024 INFO:tasks.workunit.client.0.smithi029.stdout:op 456 completed, throughput=4.99MB/sec 2024-07-27T18:42:10.024 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jDNZPs6pbo6YsPy off=3175210 len=1106105 2024-07-27T18:42:10.030 INFO:tasks.workunit.client.0.smithi029.stdout:op 457 completed, throughput=5MB/sec 2024-07-27T18:42:10.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:10 smithi179 ceph-mon[89801]: pgmap v1451: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:10 smithi029 ceph-mon[96870]: pgmap v1451: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:10.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:10 smithi029 ceph-mon[99353]: pgmap v1451: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:11.031 INFO:tasks.workunit.client.0.smithi029.stdout: 94: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:11.031 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-huA4zWmmKmFMyap off=2040008 len=1664898 2024-07-27T18:42:11.039 INFO:tasks.workunit.client.0.smithi029.stdout:op 458 completed, throughput=4.97MB/sec 2024-07-27T18:42:11.039 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bB22hI6rI-M0m0h off=515250 len=556793 2024-07-27T18:42:11.041 INFO:tasks.workunit.client.0.smithi029.stdout:op 459 completed, throughput=4.97MB/sec 2024-07-27T18:42:11.041 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Xw32d5v_piVx5zL off=8611617 len=1308164 2024-07-27T18:42:11.043 INFO:tasks.workunit.client.0.smithi029.stdout:op 460 completed, throughput=4.98MB/sec 2024-07-27T18:42:11.043 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-L_xU3Bwg2hKDlxd off=1181169 len=1207016 2024-07-27T18:42:11.044 INFO:tasks.workunit.client.0.smithi029.stdout:op 461 completed, throughput=5MB/sec 2024-07-27T18:42:11.044 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QidAYdmI-LP1hhC off=2512731 len=429622 2024-07-27T18:42:11.045 INFO:tasks.workunit.client.0.smithi029.stdout:op 462 completed, throughput=5MB/sec 2024-07-27T18:42:12.046 INFO:tasks.workunit.client.0.smithi029.stdout: 95: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:12.046 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gaqBuX4Lhm9LVsm off=1161962 len=978754 2024-07-27T18:42:12.051 INFO:tasks.workunit.client.0.smithi029.stdout:op 463 completed, throughput=4.96MB/sec 2024-07-27T18:42:12.052 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PmDO-RZTzc5vkFy off=857477 len=238736 2024-07-27T18:42:12.052 INFO:tasks.workunit.client.0.smithi029.stdout:op 464 completed, throughput=4.96MB/sec 2024-07-27T18:42:12.052 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-332baIrV2f4sZM_ off=15416375 len=1290478 2024-07-27T18:42:12.058 INFO:tasks.workunit.client.0.smithi029.stdout:op 465 completed, throughput=4.97MB/sec 2024-07-27T18:42:12.058 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2KOcsxHp8SGvur4 off=13368700 len=82957 2024-07-27T18:42:12.059 INFO:tasks.workunit.client.0.smithi029.stdout:op 466 completed, throughput=4.97MB/sec 2024-07-27T18:42:12.059 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IXZ54PHH_d_iHvO off=1270318 len=714519 2024-07-27T18:42:12.060 INFO:tasks.workunit.client.0.smithi029.stdout:op 467 completed, throughput=4.98MB/sec 2024-07-27T18:42:12.060 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GXhI1z8eYq8OJbd off=9497527 len=270168 2024-07-27T18:42:12.061 INFO:tasks.workunit.client.0.smithi029.stdout:op 468 completed, throughput=4.98MB/sec 2024-07-27T18:42:12.061 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XKv1atCVLYb-nrj off=3660520 len=132592 2024-07-27T18:42:12.064 INFO:tasks.workunit.client.0.smithi029.stdout:op 469 completed, throughput=4.99MB/sec 2024-07-27T18:42:12.064 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iN5aerc3y_r7gEW off=993133 len=171489 2024-07-27T18:42:12.064 INFO:tasks.workunit.client.0.smithi029.stdout:op 470 completed, throughput=4.99MB/sec 2024-07-27T18:42:12.064 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ha5D11jVWmihd30 off=11966697 len=1929208 2024-07-27T18:42:12.073 INFO:tasks.workunit.client.0.smithi029.stdout:op 471 completed, throughput=5.01MB/sec 2024-07-27T18:42:12.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:12 smithi029 ceph-mon[96870]: pgmap v1452: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:42:12.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:12 smithi029 ceph-mon[99353]: pgmap v1452: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:42:12.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:12 smithi179 ceph-mon[89801]: pgmap v1452: 105 pgs: 105 active+clean; 127 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:42:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:42:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:42:12] "GET /metrics HTTP/1.1" 200 34033 "" "Prometheus/2.43.0" 2024-07-27T18:42:13.071 INFO:tasks.workunit.client.0.smithi029.stdout: 96: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:13.072 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--nAEHcvmkT4xHXN off=1050143 len=1705128 2024-07-27T18:42:13.076 INFO:tasks.workunit.client.0.smithi029.stdout:op 472 completed, throughput=4.97MB/sec 2024-07-27T18:42:13.076 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4MVfrHQAs538__Z off=422758 len=80651 2024-07-27T18:42:13.078 INFO:tasks.workunit.client.0.smithi029.stdout:op 473 completed, throughput=4.97MB/sec 2024-07-27T18:42:13.078 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WONSfaKyq0zpFhr off=6252848 len=1216029 2024-07-27T18:42:13.080 INFO:tasks.workunit.client.0.smithi029.stdout:op 474 completed, throughput=4.98MB/sec 2024-07-27T18:42:13.080 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-u5WjZP9LjQkzNYC off=4879989 len=1146226 2024-07-27T18:42:13.085 INFO:tasks.workunit.client.0.smithi029.stdout:op 475 completed, throughput=4.99MB/sec 2024-07-27T18:42:13.085 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tutq7i2zMffQwkd off=9604158 len=1608110 2024-07-27T18:42:13.087 INFO:tasks.workunit.client.0.smithi029.stdout:op 476 completed, throughput=5.01MB/sec 2024-07-27T18:42:14.088 INFO:tasks.workunit.client.0.smithi029.stdout: 97: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:14.088 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lerGCRY0yfhMUne off=12180088 len=1404622 2024-07-27T18:42:14.095 INFO:tasks.workunit.client.0.smithi029.stdout:op 477 completed, throughput=4.97MB/sec 2024-07-27T18:42:14.096 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GwWbVICFRoZzpev off=10210388 len=1700226 2024-07-27T18:42:14.106 INFO:tasks.workunit.client.0.smithi029.stdout:op 478 completed, throughput=4.99MB/sec 2024-07-27T18:42:14.106 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s5XLrOSe2npLEHk off=16718970 len=1449817 2024-07-27T18:42:14.108 INFO:tasks.workunit.client.0.smithi029.stdout:op 479 completed, throughput=5MB/sec 2024-07-27T18:42:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:14 smithi179 ceph-mon[89801]: pgmap v1453: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:42:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:14 smithi029 ceph-mon[99353]: pgmap v1453: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:42:14.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:14 smithi029 ceph-mon[96870]: pgmap v1453: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:42:15.108 INFO:tasks.workunit.client.0.smithi029.stdout: 98: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:15.109 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nGtS47vMYhOLNsJ off=22373448 len=829922 2024-07-27T18:42:15.110 INFO:tasks.workunit.client.0.smithi029.stdout:op 480 completed, throughput=4.96MB/sec 2024-07-27T18:42:15.110 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-J9VeE-2pyNsLsFU off=14659074 len=396545 2024-07-27T18:42:15.110 INFO:tasks.workunit.client.0.smithi029.stdout:op 481 completed, throughput=4.96MB/sec 2024-07-27T18:42:15.111 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oiuqqtp7w8qQY9E off=3976204 len=1432203 2024-07-27T18:42:15.118 INFO:tasks.workunit.client.0.smithi029.stdout:op 482 completed, throughput=4.98MB/sec 2024-07-27T18:42:15.118 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rMOhJvi1opq4iOP off=3621706 len=8913 2024-07-27T18:42:15.120 INFO:tasks.workunit.client.0.smithi029.stdout:op 483 completed, throughput=4.98MB/sec 2024-07-27T18:42:15.120 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--gFfZOmhZ9k4Nhs off=262518 len=1582720 2024-07-27T18:42:15.128 INFO:tasks.workunit.client.0.smithi029.stdout:op 484 completed, throughput=4.99MB/sec 2024-07-27T18:42:15.128 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dGhQwIOxEFExpL9 off=11413800 len=1908204 2024-07-27T18:42:15.136 INFO:tasks.workunit.client.0.smithi029.stdout:op 485 completed, throughput=5.01MB/sec 2024-07-27T18:42:16.136 INFO:tasks.workunit.client.0.smithi029.stdout: 99: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:16.136 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LDKhlpzMWjYhlMU off=5895426 len=379767 2024-07-27T18:42:16.140 INFO:tasks.workunit.client.0.smithi029.stdout:op 486 completed, throughput=4.96MB/sec 2024-07-27T18:42:16.140 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cMptGiHhMxa_3At off=8067558 len=708095 2024-07-27T18:42:16.145 INFO:tasks.workunit.client.0.smithi029.stdout:op 487 completed, throughput=4.97MB/sec 2024-07-27T18:42:16.145 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1m_wzwcmq7gAbmR off=1826139 len=1062997 2024-07-27T18:42:16.151 INFO:tasks.workunit.client.0.smithi029.stdout:op 488 completed, throughput=4.98MB/sec 2024-07-27T18:42:16.151 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jpPtZYO-cxjJiEq off=11812401 len=688659 2024-07-27T18:42:16.152 INFO:tasks.workunit.client.0.smithi029.stdout:op 489 completed, throughput=4.99MB/sec 2024-07-27T18:42:16.152 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kvw-N0uV2XQPWhu off=6956467 len=1593005 2024-07-27T18:42:16.155 INFO:tasks.workunit.client.0.smithi029.stdout:op 490 completed, throughput=5MB/sec 2024-07-27T18:42:16.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:16 smithi179 ceph-mon[89801]: pgmap v1454: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:42:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:16 smithi029 ceph-mon[96870]: pgmap v1454: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:42:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:16 smithi029 ceph-mon[99353]: pgmap v1454: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:42:17.156 INFO:tasks.workunit.client.0.smithi029.stdout: 100: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:17.156 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oQq3vZ9NgjDWNDb off=4718013 len=331928 2024-07-27T18:42:17.159 INFO:tasks.workunit.client.0.smithi029.stdout:op 491 completed, throughput=4.95MB/sec 2024-07-27T18:42:17.159 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VQJcaJF8UN24P0x off=2433392 len=1185185 2024-07-27T18:42:17.161 INFO:tasks.workunit.client.0.smithi029.stdout:op 492 completed, throughput=4.97MB/sec 2024-07-27T18:42:17.161 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0a9Uxa3oih0M38H off=738706 len=2027315 2024-07-27T18:42:17.162 INFO:tasks.workunit.client.0.smithi029.stdout:op 493 completed, throughput=4.98MB/sec 2024-07-27T18:42:17.163 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Cbkny9DaV34vBxl off=9656786 len=1772128 2024-07-27T18:42:17.164 INFO:tasks.workunit.client.0.smithi029.stdout:op 494 completed, throughput=5MB/sec 2024-07-27T18:42:18.164 INFO:tasks.workunit.client.0.smithi029.stdout: 101: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:18.164 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-e2agaewexwcikUb off=3175652 len=99746 2024-07-27T18:42:18.167 INFO:tasks.workunit.client.0.smithi029.stdout:op 495 completed, throughput=4.95MB/sec 2024-07-27T18:42:18.167 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gwp-eG-Ogi0uHZ8 off=1291568 len=1203071 2024-07-27T18:42:18.173 INFO:tasks.workunit.client.0.smithi029.stdout:op 496 completed, throughput=4.96MB/sec 2024-07-27T18:42:18.173 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-X97J3SmSo8E3sDr off=17812610 len=706237 2024-07-27T18:42:18.178 INFO:tasks.workunit.client.0.smithi029.stdout:op 497 completed, throughput=4.97MB/sec 2024-07-27T18:42:18.178 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JGMqEEBP8GFjMvm off=14694498 len=360237 2024-07-27T18:42:18.181 INFO:tasks.workunit.client.0.smithi029.stdout:op 498 completed, throughput=4.97MB/sec 2024-07-27T18:42:18.181 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GMVpUp3fQddh1Ce off=8968296 len=496320 2024-07-27T18:42:18.184 INFO:tasks.workunit.client.0.smithi029.stdout:op 499 completed, throughput=4.98MB/sec 2024-07-27T18:42:18.184 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oQ90w6X63OlEUXq off=6099459 len=1069444 2024-07-27T18:42:18.190 INFO:tasks.workunit.client.0.smithi029.stdout:op 500 completed, throughput=4.99MB/sec 2024-07-27T18:42:18.190 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tdl2P-XSGwqfKvP off=7106651 len=1175725 2024-07-27T18:42:18.197 INFO:tasks.workunit.client.0.smithi029.stdout:op 501 completed, throughput=5MB/sec 2024-07-27T18:42:18.197 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pHzva5BBkoUY2LU off=496504 len=527227 2024-07-27T18:42:18.198 INFO:tasks.workunit.client.0.smithi029.stdout:op 502 completed, throughput=5MB/sec 2024-07-27T18:42:18.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:18 smithi179 ceph-mon[89801]: pgmap v1455: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:42:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:18 smithi029 ceph-mon[96870]: pgmap v1455: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:42:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:18 smithi029 ceph-mon[99353]: pgmap v1455: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:42:19.199 INFO:tasks.workunit.client.0.smithi029.stdout: 102: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:19.199 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dTHn9_3UB8Mx1e1 off=4734029 len=1797236 2024-07-27T18:42:19.209 INFO:tasks.workunit.client.0.smithi029.stdout:op 503 completed, throughput=4.97MB/sec 2024-07-27T18:42:19.209 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QGHA1JOufWE2tw- off=3394096 len=826492 2024-07-27T18:42:19.211 INFO:tasks.workunit.client.0.smithi029.stdout:op 504 completed, throughput=4.98MB/sec 2024-07-27T18:42:19.211 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g792Y24QJPC5Xwi off=663922 len=298894 2024-07-27T18:42:19.211 INFO:tasks.workunit.client.0.smithi029.stdout:op 505 completed, throughput=4.98MB/sec 2024-07-27T18:42:19.212 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gSExljaBachg2eW off=10230512 len=2044871 2024-07-27T18:42:19.213 INFO:tasks.workunit.client.0.smithi029.stdout:op 506 completed, throughput=5MB/sec 2024-07-27T18:42:19.213 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oR4QD2iuI-WQjV- off=286679 len=1175082 2024-07-27T18:42:19.218 INFO:tasks.workunit.client.0.smithi029.stdout:op 507 completed, throughput=5.01MB/sec 2024-07-27T18:42:20.218 INFO:tasks.workunit.client.0.smithi029.stdout: 103: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:20.218 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-W3BoKp5EjNtwACy off=10496801 len=1564550 2024-07-27T18:42:20.224 INFO:tasks.workunit.client.0.smithi029.stdout:op 508 completed, throughput=4.98MB/sec 2024-07-27T18:42:20.225 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zQk5HUsWVQ-cpOE off=3899882 len=783903 2024-07-27T18:42:20.225 INFO:tasks.workunit.client.0.smithi029.stdout:op 509 completed, throughput=4.98MB/sec 2024-07-27T18:42:20.226 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Da1-FjN7MB_Xkf9 off=14049791 len=1700733 2024-07-27T18:42:20.233 INFO:tasks.workunit.client.0.smithi029.stdout:op 510 completed, throughput=5MB/sec 2024-07-27T18:42:20.233 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7OCuef7NzhtXFOc off=12647971 len=628882 2024-07-27T18:42:20.234 INFO:tasks.workunit.client.0.smithi029.stdout:op 511 completed, throughput=5MB/sec 2024-07-27T18:42:20.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:20 smithi179 ceph-mon[89801]: pgmap v1456: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:42:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:20 smithi029 ceph-mon[96870]: pgmap v1456: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:42:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:20 smithi029 ceph-mon[99353]: pgmap v1456: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:42:21.234 INFO:tasks.workunit.client.0.smithi029.stdout: 104: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:21.235 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GOWziPFwCforPuP off=9156919 len=1054075 2024-07-27T18:42:21.240 INFO:tasks.workunit.client.0.smithi029.stdout:op 512 completed, throughput=4.97MB/sec 2024-07-27T18:42:21.240 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IhgO660d6jtbDA6 off=6959921 len=1962964 2024-07-27T18:42:21.243 INFO:tasks.workunit.client.0.smithi029.stdout:op 513 completed, throughput=4.98MB/sec 2024-07-27T18:42:21.243 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tr7AitV6-zVr3Br off=9157728 len=1894535 2024-07-27T18:42:21.251 INFO:tasks.workunit.client.0.smithi029.stdout:op 514 completed, throughput=5MB/sec 2024-07-27T18:42:21.251 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cM0PGqj0MPMwYXh off=21065265 len=484159 2024-07-27T18:42:21.254 INFO:tasks.workunit.client.0.smithi029.stdout:op 515 completed, throughput=5MB/sec 2024-07-27T18:42:22.255 INFO:tasks.workunit.client.0.smithi029.stdout: 105: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:22.255 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-j0r84uvzId44ZHi off=375980 len=1168869 2024-07-27T18:42:22.260 INFO:tasks.workunit.client.0.smithi029.stdout:op 516 completed, throughput=4.97MB/sec 2024-07-27T18:42:22.260 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-U6K-mWs7SIUXi3Y off=3690137 len=425120 2024-07-27T18:42:22.261 INFO:tasks.workunit.client.0.smithi029.stdout:op 517 completed, throughput=4.97MB/sec 2024-07-27T18:42:22.261 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MREFCgCBEPRY9yt off=22269534 len=592461 2024-07-27T18:42:22.262 INFO:tasks.workunit.client.0.smithi029.stdout:op 518 completed, throughput=4.98MB/sec 2024-07-27T18:42:22.262 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IN0PrD1ESv4IKsJ off=11952201 len=1764844 2024-07-27T18:42:22.267 INFO:tasks.workunit.client.0.smithi029.stdout:op 519 completed, throughput=4.99MB/sec 2024-07-27T18:42:22.267 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fAtnJtbnyVYiZGv off=3420629 len=1007022 2024-07-27T18:42:22.272 INFO:tasks.workunit.client.0.smithi029.stdout:op 520 completed, throughput=5MB/sec 2024-07-27T18:42:22.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:22 smithi029 ceph-mon[96870]: pgmap v1457: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:22.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:22 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:42:22.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:22 smithi029 ceph-mon[99353]: pgmap v1457: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:22.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:22 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:42:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:22 smithi179 ceph-mon[89801]: pgmap v1457: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:22.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:22 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:42:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:42:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:42:22] "GET /metrics HTTP/1.1" 200 34033 "" "Prometheus/2.43.0" 2024-07-27T18:42:23.272 INFO:tasks.workunit.client.0.smithi029.stdout: 106: throughput=4.95MB/sec pending data=0 2024-07-27T18:42:23.272 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RSjaFT7ssj3gdX5 off=7309017 len=42437 2024-07-27T18:42:23.274 INFO:tasks.workunit.client.0.smithi029.stdout:op 521 completed, throughput=4.95MB/sec 2024-07-27T18:42:23.274 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lBXTQeh8dqWygaQ off=9676136 len=1223922 2024-07-27T18:42:23.276 INFO:tasks.workunit.client.0.smithi029.stdout:op 522 completed, throughput=4.97MB/sec 2024-07-27T18:42:23.276 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pGkrjOejgbLMWC5 off=9912042 len=1223420 2024-07-27T18:42:23.278 INFO:tasks.workunit.client.0.smithi029.stdout:op 523 completed, throughput=4.98MB/sec 2024-07-27T18:42:23.278 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oznE5wCvz4Yq8S1 off=11029024 len=1481588 2024-07-27T18:42:23.284 INFO:tasks.workunit.client.0.smithi029.stdout:op 524 completed, throughput=4.99MB/sec 2024-07-27T18:42:23.285 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-au7wFrmpAFRh7V7 off=983486 len=401170 2024-07-27T18:42:23.288 INFO:tasks.workunit.client.0.smithi029.stdout:op 525 completed, throughput=4.99MB/sec 2024-07-27T18:42:23.288 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-p5ULllbb0LIZDMV off=3847752 len=757584 2024-07-27T18:42:23.292 INFO:tasks.workunit.client.0.smithi029.stdout:op 526 completed, throughput=5MB/sec 2024-07-27T18:42:23.292 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sbbpXUH5l_j3R_H off=10399911 len=1803011 2024-07-27T18:42:23.298 INFO:tasks.workunit.client.0.smithi029.stdout:op 527 completed, throughput=5.01MB/sec 2024-07-27T18:42:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:42:23.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:42:23.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:42:23.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:42:23.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:42:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:42:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:42:23.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:42:23.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:42:23.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:42:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:42:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:42:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:42:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:42:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:42:24.298 INFO:tasks.workunit.client.0.smithi029.stdout: 107: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:24.298 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XofF7ZTAEXelGWb off=2967144 len=1748566 2024-07-27T18:42:24.300 INFO:tasks.workunit.client.0.smithi029.stdout:op 528 completed, throughput=4.98MB/sec 2024-07-27T18:42:24.300 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-behQGmw7neguo7t off=13140900 len=812446 2024-07-27T18:42:24.302 INFO:tasks.workunit.client.0.smithi029.stdout:op 529 completed, throughput=4.99MB/sec 2024-07-27T18:42:24.302 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bCz_EfMtYAYva4J off=1559054 len=952669 2024-07-27T18:42:24.305 INFO:tasks.workunit.client.0.smithi029.stdout:op 530 completed, throughput=5MB/sec 2024-07-27T18:42:24.305 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7qW4vNMJWeaNLoh off=12658428 len=1281702 2024-07-27T18:42:24.306 INFO:tasks.workunit.client.0.smithi029.stdout:op 531 completed, throughput=5.01MB/sec 2024-07-27T18:42:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:24 smithi029 ceph-mon[96870]: pgmap v1458: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:42:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:42:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:24 smithi029 ceph-mon[99353]: pgmap v1458: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:42:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:42:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:24 smithi179 ceph-mon[89801]: pgmap v1458: 105 pgs: 105 active+clean; 127 GiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:42:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:42:25.307 INFO:tasks.workunit.client.0.smithi029.stdout: 108: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:25.307 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PsRaE47otWnz4Dt off=3930156 len=1225457 2024-07-27T18:42:25.308 INFO:tasks.workunit.client.0.smithi029.stdout:op 532 completed, throughput=4.98MB/sec 2024-07-27T18:42:25.308 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qTIDqiy3mgDLHPH off=20734955 len=805448 2024-07-27T18:42:25.313 INFO:tasks.workunit.client.0.smithi029.stdout:op 533 completed, throughput=4.98MB/sec 2024-07-27T18:42:25.313 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FYfcrd74cGGh_hW off=1319811 len=566304 2024-07-27T18:42:25.314 INFO:tasks.workunit.client.0.smithi029.stdout:op 534 completed, throughput=4.99MB/sec 2024-07-27T18:42:25.314 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vg_qSvHK4zH6M4E off=8484615 len=1885847 2024-07-27T18:42:25.320 INFO:tasks.workunit.client.0.smithi029.stdout:op 535 completed, throughput=5MB/sec 2024-07-27T18:42:26.321 INFO:tasks.workunit.client.0.smithi029.stdout: 109: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:26.321 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O3iST4FZ68QZDvz off=2689813 len=983700 2024-07-27T18:42:26.322 INFO:tasks.workunit.client.0.smithi029.stdout:op 536 completed, throughput=4.97MB/sec 2024-07-27T18:42:26.322 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DTojTxpREbXS-ne off=302128 len=1831441 2024-07-27T18:42:26.324 INFO:tasks.workunit.client.0.smithi029.stdout:op 537 completed, throughput=4.98MB/sec 2024-07-27T18:42:26.325 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ru4AjNnR8LZA4Zq off=279860 len=1754233 2024-07-27T18:42:26.336 INFO:tasks.workunit.client.0.smithi029.stdout:op 538 completed, throughput=5MB/sec 2024-07-27T18:42:26.336 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dEDP0Zc0tXixeQN off=941508 len=719291 2024-07-27T18:42:26.341 INFO:tasks.workunit.client.0.smithi029.stdout:op 539 completed, throughput=5MB/sec 2024-07-27T18:42:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:26 smithi029 ceph-mon[96870]: pgmap v1459: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:42:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:26 smithi029 ceph-mon[99353]: pgmap v1459: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:42:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:26 smithi179 ceph-mon[89801]: pgmap v1459: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:42:27.341 INFO:tasks.workunit.client.0.smithi029.stdout: 110: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:27.341 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0_BOrmg_RcaMdYk off=21443461 len=1575603 2024-07-27T18:42:27.348 INFO:tasks.workunit.client.0.smithi029.stdout:op 540 completed, throughput=4.97MB/sec 2024-07-27T18:42:27.348 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-f6X1YJt1XcUY5Tl off=1628299 len=321714 2024-07-27T18:42:27.351 INFO:tasks.workunit.client.0.smithi029.stdout:op 541 completed, throughput=4.97MB/sec 2024-07-27T18:42:27.352 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g7h2z6k8cm-72L2 off=8290993 len=975460 2024-07-27T18:42:27.353 INFO:tasks.workunit.client.0.smithi029.stdout:op 542 completed, throughput=4.98MB/sec 2024-07-27T18:42:27.353 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sjhgojESozo8oJm off=10959565 len=2082688 2024-07-27T18:42:27.361 INFO:tasks.workunit.client.0.smithi029.stdout:op 543 completed, throughput=5MB/sec 2024-07-27T18:42:27.361 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-amq1i00S9-ISutO off=6157511 len=1232688 2024-07-27T18:42:27.363 INFO:tasks.workunit.client.0.smithi029.stdout:op 544 completed, throughput=5.01MB/sec 2024-07-27T18:42:28.363 INFO:tasks.workunit.client.0.smithi029.stdout: 111: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:28.363 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xcicpKGUYESd3-h off=20227029 len=102072 2024-07-27T18:42:28.364 INFO:tasks.workunit.client.0.smithi029.stdout:op 545 completed, throughput=4.97MB/sec 2024-07-27T18:42:28.364 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zBca2lvKS4hCZ59 off=6976976 len=954370 2024-07-27T18:42:28.366 INFO:tasks.workunit.client.0.smithi029.stdout:op 546 completed, throughput=4.97MB/sec 2024-07-27T18:42:28.366 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-i5of2q0dJhFEEzc off=10640700 len=1227574 2024-07-27T18:42:28.368 INFO:tasks.workunit.client.0.smithi029.stdout:op 547 completed, throughput=4.98MB/sec 2024-07-27T18:42:28.368 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XXq2rkw2mrBnFd2 off=21831528 len=1242564 2024-07-27T18:42:28.376 INFO:tasks.workunit.client.0.smithi029.stdout:op 548 completed, throughput=4.99MB/sec 2024-07-27T18:42:28.376 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pe5evfD7JnhIiya off=3434814 len=957131 2024-07-27T18:42:28.381 INFO:tasks.workunit.client.0.smithi029.stdout:op 549 completed, throughput=5MB/sec 2024-07-27T18:42:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:28 smithi029 ceph-mon[96870]: pgmap v1460: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:42:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:28 smithi029 ceph-mon[99353]: pgmap v1460: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:42:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:28 smithi179 ceph-mon[89801]: pgmap v1460: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:42:29.381 INFO:tasks.workunit.client.0.smithi029.stdout: 112: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:29.381 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-METpolNZ3mQifIv off=7205477 len=23419 2024-07-27T18:42:29.382 INFO:tasks.workunit.client.0.smithi029.stdout:op 550 completed, throughput=4.96MB/sec 2024-07-27T18:42:29.382 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-59Ry-KTIPkAQi49 off=2168599 len=1500406 2024-07-27T18:42:29.386 INFO:tasks.workunit.client.0.smithi029.stdout:op 551 completed, throughput=4.97MB/sec 2024-07-27T18:42:29.386 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R7ROSH_nLhvRG_j off=1586285 len=1276060 2024-07-27T18:42:29.393 INFO:tasks.workunit.client.0.smithi029.stdout:op 552 completed, throughput=4.98MB/sec 2024-07-27T18:42:29.393 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-x8fUB2SoUheWlOo off=4047654 len=1916538 2024-07-27T18:42:29.401 INFO:tasks.workunit.client.0.smithi029.stdout:op 553 completed, throughput=5MB/sec 2024-07-27T18:42:29.402 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WFUe45Yc9sQJJbb off=4213815 len=1558155 2024-07-27T18:42:29.404 INFO:tasks.workunit.client.0.smithi029.stdout:op 554 completed, throughput=5.01MB/sec 2024-07-27T18:42:30.406 INFO:tasks.workunit.client.0.smithi029.stdout: 113: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:30.406 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ChUPBGi7bKkbbwk off=4786679 len=520511 2024-07-27T18:42:30.406 INFO:tasks.workunit.client.0.smithi029.stdout:op 555 completed, throughput=4.97MB/sec 2024-07-27T18:42:30.407 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-stynO7o92X85q__ off=2086185 len=1520181 2024-07-27T18:42:30.413 INFO:tasks.workunit.client.0.smithi029.stdout:op 556 completed, throughput=4.98MB/sec 2024-07-27T18:42:30.413 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GBW-3e_jfB80e0b off=967242 len=6029 2024-07-27T18:42:30.413 INFO:tasks.workunit.client.0.smithi029.stdout:op 557 completed, throughput=4.98MB/sec 2024-07-27T18:42:30.413 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5yNpuAG9es8ph7c off=20416433 len=71251 2024-07-27T18:42:30.416 INFO:tasks.workunit.client.0.smithi029.stdout:op 558 completed, throughput=4.98MB/sec 2024-07-27T18:42:30.416 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-p1N5Y9hBrr7rQFj off=69938 len=736096 2024-07-27T18:42:30.419 INFO:tasks.workunit.client.0.smithi029.stdout:op 559 completed, throughput=4.99MB/sec 2024-07-27T18:42:30.419 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-E7QxGEAog-v2p6j off=1702553 len=1249886 2024-07-27T18:42:30.425 INFO:tasks.workunit.client.0.smithi029.stdout:op 560 completed, throughput=5MB/sec 2024-07-27T18:42:30.425 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-auryyJdsdQSaG0i off=14920837 len=777723 2024-07-27T18:42:30.429 INFO:tasks.workunit.client.0.smithi029.stdout:op 561 completed, throughput=5.01MB/sec 2024-07-27T18:42:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:30 smithi029 ceph-mon[96870]: pgmap v1461: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:42:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:30 smithi029 ceph-mon[99353]: pgmap v1461: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:42:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:30 smithi179 ceph-mon[89801]: pgmap v1461: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:42:31.430 INFO:tasks.workunit.client.0.smithi029.stdout: 114: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:31.430 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Al-wvzahld6BOWy off=267926 len=1482262 2024-07-27T18:42:31.436 INFO:tasks.workunit.client.0.smithi029.stdout:op 562 completed, throughput=4.97MB/sec 2024-07-27T18:42:31.436 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XL7NhBSIlbnhXlB off=7363205 len=332898 2024-07-27T18:42:31.437 INFO:tasks.workunit.client.0.smithi029.stdout:op 563 completed, throughput=4.98MB/sec 2024-07-27T18:42:31.437 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KyMIzZcffh-2BEf off=2574587 len=716146 2024-07-27T18:42:31.441 INFO:tasks.workunit.client.0.smithi029.stdout:op 564 completed, throughput=4.98MB/sec 2024-07-27T18:42:31.442 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TPp04hdd-mVoLQg off=8848699 len=1671631 2024-07-27T18:42:31.444 INFO:tasks.workunit.client.0.smithi029.stdout:op 565 completed, throughput=5MB/sec 2024-07-27T18:42:31.444 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZGM5M_Pr7dvzAk1 off=10308762 len=13440 2024-07-27T18:42:31.444 INFO:tasks.workunit.client.0.smithi029.stdout:op 566 completed, throughput=5MB/sec 2024-07-27T18:42:31.444 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nCvN7Nij6NEsLiU off=42335 len=1304086 2024-07-27T18:42:31.453 INFO:tasks.workunit.client.0.smithi029.stdout:op 567 completed, throughput=5.01MB/sec 2024-07-27T18:42:32.453 INFO:tasks.workunit.client.0.smithi029.stdout: 115: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:32.453 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4W3TzPKuHJShrQG off=19154584 len=366988 2024-07-27T18:42:32.459 INFO:tasks.workunit.client.0.smithi029.stdout:op 568 completed, throughput=4.97MB/sec 2024-07-27T18:42:32.460 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MoSRc9Wp-yLMZIs off=15812773 len=1317281 2024-07-27T18:42:32.460 INFO:tasks.workunit.client.0.smithi029.stdout:op 569 completed, throughput=4.98MB/sec 2024-07-27T18:42:32.460 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-S10dtwF0CsBHdbO off=1086387 len=1867848 2024-07-27T18:42:32.461 INFO:tasks.workunit.client.0.smithi029.stdout:op 570 completed, throughput=4.99MB/sec 2024-07-27T18:42:32.461 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PWGg5ZHgTAjPNfX off=4253481 len=1342077 2024-07-27T18:42:32.470 INFO:tasks.workunit.client.0.smithi029.stdout:op 571 completed, throughput=5MB/sec 2024-07-27T18:42:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:32 smithi029 ceph-mon[96870]: pgmap v1462: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:42:32.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:32 smithi029 ceph-mon[99353]: pgmap v1462: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:42:32.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:42:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:42:32] "GET /metrics HTTP/1.1" 200 34030 "" "Prometheus/2.43.0" 2024-07-27T18:42:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:32 smithi179 ceph-mon[89801]: pgmap v1462: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:42:33.470 INFO:tasks.workunit.client.0.smithi029.stdout: 116: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:33.471 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JWtr6cbCvHKOj5S off=3279295 len=1339859 2024-07-27T18:42:33.477 INFO:tasks.workunit.client.0.smithi029.stdout:op 572 completed, throughput=4.97MB/sec 2024-07-27T18:42:33.478 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cgKwIYkeEp7lVt4 off=584159 len=1849215 2024-07-27T18:42:33.490 INFO:tasks.workunit.client.0.smithi029.stdout:op 573 completed, throughput=4.99MB/sec 2024-07-27T18:42:33.490 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dNGvBSxpJ74pTZ1 off=4283753 len=1484682 2024-07-27T18:42:33.493 INFO:tasks.workunit.client.0.smithi029.stdout:op 574 completed, throughput=5MB/sec 2024-07-27T18:42:33.493 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jiioaB3YQQ-SQjg off=664830 len=1599440 2024-07-27T18:42:33.501 INFO:tasks.workunit.client.0.smithi029.stdout:op 575 completed, throughput=5.01MB/sec 2024-07-27T18:42:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:34 smithi029 ceph-mon[96870]: pgmap v1463: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:42:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:34 smithi029 ceph-mon[99353]: pgmap v1463: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:42:34.502 INFO:tasks.workunit.client.0.smithi029.stdout: 117: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:34.502 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tSHpMw_6dbgxfON off=4122379 len=943193 2024-07-27T18:42:34.506 INFO:tasks.workunit.client.0.smithi029.stdout:op 576 completed, throughput=4.98MB/sec 2024-07-27T18:42:34.506 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6FVss4OkSnHxzaK off=136033 len=2025306 2024-07-27T18:42:34.510 INFO:tasks.workunit.client.0.smithi029.stdout:op 577 completed, throughput=4.99MB/sec 2024-07-27T18:42:34.510 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-M01pgi_7Ag4YDau off=5546200 len=1822819 2024-07-27T18:42:34.510 INFO:tasks.workunit.client.0.smithi029.stdout:op 578 completed, throughput=5.01MB/sec 2024-07-27T18:42:34.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:34 smithi179 ceph-mon[89801]: pgmap v1463: 105 pgs: 105 active+clean; 127 GiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:42:35.511 INFO:tasks.workunit.client.0.smithi029.stdout: 118: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:35.511 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-METBof7x7w5nOEr off=1195796 len=399604 2024-07-27T18:42:35.514 INFO:tasks.workunit.client.0.smithi029.stdout:op 579 completed, throughput=4.97MB/sec 2024-07-27T18:42:35.514 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-B5LoJyvtqwkRi5V off=9724315 len=1658014 2024-07-27T18:42:35.523 INFO:tasks.workunit.client.0.smithi029.stdout:op 580 completed, throughput=4.98MB/sec 2024-07-27T18:42:35.523 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ty0k5NTUguU1Lzs off=266218 len=1629385 2024-07-27T18:42:35.530 INFO:tasks.workunit.client.0.smithi029.stdout:op 581 completed, throughput=4.99MB/sec 2024-07-27T18:42:35.530 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5Js_XUjZ-Lkk20u off=290461 len=991681 2024-07-27T18:42:35.534 INFO:tasks.workunit.client.0.smithi029.stdout:op 582 completed, throughput=5MB/sec 2024-07-27T18:42:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:36 smithi029 ceph-mon[96870]: pgmap v1464: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.6 MiB/s wr, 6 op/s 2024-07-27T18:42:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:36 smithi029 ceph-mon[99353]: pgmap v1464: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.6 MiB/s wr, 6 op/s 2024-07-27T18:42:36.532 INFO:tasks.workunit.client.0.smithi029.stdout: 119: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:36.532 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FLVj6AeMU1Y6Lsv off=3071771 len=1754089 2024-07-27T18:42:36.534 INFO:tasks.workunit.client.0.smithi029.stdout:op 583 completed, throughput=4.97MB/sec 2024-07-27T18:42:36.535 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-j1ZWAnXd2PfoOJ4 off=4214641 len=817970 2024-07-27T18:42:36.539 INFO:tasks.workunit.client.0.smithi029.stdout:op 584 completed, throughput=4.98MB/sec 2024-07-27T18:42:36.539 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Dr1Rb-jD6l-PZxf off=1704240 len=647137 2024-07-27T18:42:36.544 INFO:tasks.workunit.client.0.smithi029.stdout:op 585 completed, throughput=4.98MB/sec 2024-07-27T18:42:36.544 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sszfFQMy4SMnIf9 off=6532649 len=1934558 2024-07-27T18:42:36.557 INFO:tasks.workunit.client.0.smithi029.stdout:op 586 completed, throughput=5MB/sec 2024-07-27T18:42:36.558 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q9bK3ZW_DaRvPEf off=4577700 len=492433 2024-07-27T18:42:36.558 INFO:tasks.workunit.client.0.smithi029.stdout:op 587 completed, throughput=5MB/sec 2024-07-27T18:42:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:36 smithi179 ceph-mon[89801]: pgmap v1464: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.6 MiB/s wr, 6 op/s 2024-07-27T18:42:37.558 INFO:tasks.workunit.client.0.smithi029.stdout: 120: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:37.559 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-alWYnEuM__DqclV off=4242848 len=795759 2024-07-27T18:42:37.563 INFO:tasks.workunit.client.0.smithi029.stdout:op 588 completed, throughput=4.97MB/sec 2024-07-27T18:42:37.563 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ReeNiJpL1FarluF off=9007739 len=631833 2024-07-27T18:42:37.564 INFO:tasks.workunit.client.0.smithi029.stdout:op 589 completed, throughput=4.97MB/sec 2024-07-27T18:42:37.564 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-urRjOI3hod_Z46K off=6597306 len=640474 2024-07-27T18:42:37.569 INFO:tasks.workunit.client.0.smithi029.stdout:op 590 completed, throughput=4.98MB/sec 2024-07-27T18:42:37.569 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xwmBRzD60aoLD-C off=7711476 len=1602011 2024-07-27T18:42:37.570 INFO:tasks.workunit.client.0.smithi029.stdout:op 591 completed, throughput=4.99MB/sec 2024-07-27T18:42:37.571 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--IxEeyGn4zxjx58 off=22287887 len=611923 2024-07-27T18:42:37.572 INFO:tasks.workunit.client.0.smithi029.stdout:op 592 completed, throughput=4.99MB/sec 2024-07-27T18:42:37.572 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SmYyBBOPit-dc_r off=2871129 len=1979208 2024-07-27T18:42:37.574 INFO:tasks.workunit.client.0.smithi029.stdout:op 593 completed, throughput=5.01MB/sec 2024-07-27T18:42:38.574 INFO:tasks.workunit.client.0.smithi029.stdout: 121: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:38.574 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Dw5poOI5XcoM2SI off=11870416 len=1694594 2024-07-27T18:42:38.577 INFO:tasks.workunit.client.0.smithi029.stdout:op 594 completed, throughput=4.98MB/sec 2024-07-27T18:42:38.577 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gmFRMpkJ6q9qqOA off=4732815 len=369463 2024-07-27T18:42:38.580 INFO:tasks.workunit.client.0.smithi029.stdout:op 595 completed, throughput=4.98MB/sec 2024-07-27T18:42:38.580 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q7jWddV2WAK2dqH off=431364 len=518492 2024-07-27T18:42:38.581 INFO:tasks.workunit.client.0.smithi029.stdout:op 596 completed, throughput=4.99MB/sec 2024-07-27T18:42:38.582 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xeDhANCl1NMuJmD off=4949547 len=1162488 2024-07-27T18:42:38.587 INFO:tasks.workunit.client.0.smithi029.stdout:op 597 completed, throughput=5MB/sec 2024-07-27T18:42:38.587 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-neVhDUdGtfymFy3 off=13597337 len=676310 2024-07-27T18:42:38.588 INFO:tasks.workunit.client.0.smithi029.stdout:op 598 completed, throughput=5MB/sec 2024-07-27T18:42:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:38 smithi179 ceph-mon[89801]: pgmap v1465: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:42:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:38 smithi029 ceph-mon[96870]: pgmap v1465: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:42:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:38 smithi029 ceph-mon[99353]: pgmap v1465: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:42:39.588 INFO:tasks.workunit.client.0.smithi029.stdout: 122: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:39.588 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--wLHj0UM3ar6lTR off=730371 len=601350 2024-07-27T18:42:39.589 INFO:tasks.workunit.client.0.smithi029.stdout:op 599 completed, throughput=4.97MB/sec 2024-07-27T18:42:39.589 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yEsJt754OwXm9GA off=6864192 len=131834 2024-07-27T18:42:39.591 INFO:tasks.workunit.client.0.smithi029.stdout:op 600 completed, throughput=4.97MB/sec 2024-07-27T18:42:39.591 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-W3BoKp5EjNtwACy off=8306531 len=958989 2024-07-27T18:42:39.596 INFO:tasks.workunit.client.0.smithi029.stdout:op 601 completed, throughput=4.98MB/sec 2024-07-27T18:42:39.596 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rpK04K56SKQEVv5 off=0 len=1405209 2024-07-27T18:42:39.605 INFO:tasks.workunit.client.0.smithi029.stdout:op 602 completed, throughput=4.99MB/sec 2024-07-27T18:42:39.605 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QPo07Ier1Hsyw1o off=3128455 len=356683 2024-07-27T18:42:39.608 INFO:tasks.workunit.client.0.smithi029.stdout:op 603 completed, throughput=4.99MB/sec 2024-07-27T18:42:39.608 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wIm0-stoDje0nQM off=1313704 len=1747828 2024-07-27T18:42:39.617 INFO:tasks.workunit.client.0.smithi029.stdout:op 604 completed, throughput=5MB/sec 2024-07-27T18:42:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:42:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:42:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:42:40.617 INFO:tasks.workunit.client.0.smithi029.stdout: 123: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:40.618 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Jse21dH375VYwES off=4893856 len=935533 2024-07-27T18:42:40.622 INFO:tasks.workunit.client.0.smithi029.stdout:op 605 completed, throughput=4.97MB/sec 2024-07-27T18:42:40.622 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ULUtxqXZa6tDpdM off=21158606 len=1658819 2024-07-27T18:42:40.631 INFO:tasks.workunit.client.0.smithi029.stdout:op 606 completed, throughput=4.98MB/sec 2024-07-27T18:42:40.631 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-csSKaL8EV-VLPad off=18479716 len=1207874 2024-07-27T18:42:40.636 INFO:tasks.workunit.client.0.smithi029.stdout:op 607 completed, throughput=4.99MB/sec 2024-07-27T18:42:40.636 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DAmnWIwH2ehiR9g off=2798300 len=1959985 2024-07-27T18:42:40.643 INFO:tasks.workunit.client.0.smithi029.stdout:op 608 completed, throughput=5MB/sec 2024-07-27T18:42:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:40 smithi179 ceph-mon[89801]: pgmap v1466: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:42:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:40 smithi029 ceph-mon[96870]: pgmap v1466: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:42:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:40 smithi029 ceph-mon[99353]: pgmap v1466: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:42:41.643 INFO:tasks.workunit.client.0.smithi029.stdout: 124: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:41.643 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7R4s2JxwL2Oocb6 off=3464071 len=742725 2024-07-27T18:42:41.645 INFO:tasks.workunit.client.0.smithi029.stdout:op 609 completed, throughput=4.97MB/sec 2024-07-27T18:42:41.645 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TIj2Q5OtOwsiysn off=539985 len=5769 2024-07-27T18:42:41.645 INFO:tasks.workunit.client.0.smithi029.stdout:op 610 completed, throughput=4.97MB/sec 2024-07-27T18:42:41.645 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-b8DeMb9r_fu_s-d off=6652373 len=1641700 2024-07-27T18:42:41.655 INFO:tasks.workunit.client.0.smithi029.stdout:op 611 completed, throughput=4.98MB/sec 2024-07-27T18:42:41.655 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TtDs4KRqGM7zKIj off=14538685 len=133646 2024-07-27T18:42:41.655 INFO:tasks.workunit.client.0.smithi029.stdout:op 612 completed, throughput=4.98MB/sec 2024-07-27T18:42:41.655 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e9bdDTsE6fpdJ3m off=12472308 len=1774110 2024-07-27T18:42:41.658 INFO:tasks.workunit.client.0.smithi029.stdout:op 613 completed, throughput=5MB/sec 2024-07-27T18:42:41.658 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jNGN3kxWfXlIRiR off=1846467 len=697314 2024-07-27T18:42:41.662 INFO:tasks.workunit.client.0.smithi029.stdout:op 614 completed, throughput=5MB/sec 2024-07-27T18:42:42.662 INFO:tasks.workunit.client.0.smithi029.stdout: 125: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:42.663 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-erFrcwo8W8RNu0D off=8494212 len=1100513 2024-07-27T18:42:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:42 smithi179 ceph-mon[89801]: pgmap v1467: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:42:42.664 INFO:tasks.workunit.client.0.smithi029.stdout:op 615 completed, throughput=4.97MB/sec 2024-07-27T18:42:42.664 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FeZfyKQ0qaZr3Xk off=3511217 len=854653 2024-07-27T18:42:42.669 INFO:tasks.workunit.client.0.smithi029.stdout:op 616 completed, throughput=4.98MB/sec 2024-07-27T18:42:42.669 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ni_FHY3ple1ELNm off=3984471 len=1144528 2024-07-27T18:42:42.671 INFO:tasks.workunit.client.0.smithi029.stdout:op 617 completed, throughput=4.99MB/sec 2024-07-27T18:42:42.671 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uQx_Jl7YXt7-3qB off=5070419 len=900288 2024-07-27T18:42:42.675 INFO:tasks.workunit.client.0.smithi029.stdout:op 618 completed, throughput=4.99MB/sec 2024-07-27T18:42:42.675 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-82at2V0l1dHXdVM off=4402128 len=898048 2024-07-27T18:42:42.680 INFO:tasks.workunit.client.0.smithi029.stdout:op 619 completed, throughput=5MB/sec 2024-07-27T18:42:42.680 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2_2slerNmifc48f off=4662932 len=847975 2024-07-27T18:42:42.684 INFO:tasks.workunit.client.0.smithi029.stdout:op 620 completed, throughput=5MB/sec 2024-07-27T18:42:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:42 smithi029 ceph-mon[96870]: pgmap v1467: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:42:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:42 smithi029 ceph-mon[99353]: pgmap v1467: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:42:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:42:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:42:42] "GET /metrics HTTP/1.1" 200 34033 "" "Prometheus/2.43.0" 2024-07-27T18:42:43.685 INFO:tasks.workunit.client.0.smithi029.stdout: 126: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:43.685 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nsy96FXo9j86CjP off=6402369 len=1078960 2024-07-27T18:42:43.694 INFO:tasks.workunit.client.0.smithi029.stdout:op 621 completed, throughput=4.97MB/sec 2024-07-27T18:42:43.694 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PeNjNKIgTCApEAh off=4053133 len=858738 2024-07-27T18:42:43.695 INFO:tasks.workunit.client.0.smithi029.stdout:op 622 completed, throughput=4.98MB/sec 2024-07-27T18:42:43.695 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vjt7_dffs3JnVXI off=16460424 len=955929 2024-07-27T18:42:43.699 INFO:tasks.workunit.client.0.smithi029.stdout:op 623 completed, throughput=4.99MB/sec 2024-07-27T18:42:43.699 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v9APMNqO7F6W0ly off=7963912 len=1894959 2024-07-27T18:42:43.701 INFO:tasks.workunit.client.0.smithi029.stdout:op 624 completed, throughput=5MB/sec 2024-07-27T18:42:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:44 smithi179 ceph-mon[89801]: pgmap v1468: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:44.702 INFO:tasks.workunit.client.0.smithi029.stdout: 127: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:44.702 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_8jmtpUiuXbfyIN off=6840490 len=1812597 2024-07-27T18:42:44.712 INFO:tasks.workunit.client.0.smithi029.stdout:op 625 completed, throughput=4.97MB/sec 2024-07-27T18:42:44.713 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NkSCSgeUv4X9x2z off=57534 len=1161589 2024-07-27T18:42:44.714 INFO:tasks.workunit.client.0.smithi029.stdout:op 626 completed, throughput=4.98MB/sec 2024-07-27T18:42:44.715 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Y2A_fHRZ_yEEu6i off=1629797 len=1617911 2024-07-27T18:42:44.715 INFO:tasks.workunit.client.0.smithi029.stdout:op 627 completed, throughput=4.99MB/sec 2024-07-27T18:42:44.715 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1BzpVseyORV_3Gd off=8773685 len=780881 2024-07-27T18:42:44.720 INFO:tasks.workunit.client.0.smithi029.stdout:op 628 completed, throughput=5MB/sec 2024-07-27T18:42:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:44 smithi029 ceph-mon[96870]: pgmap v1468: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:44.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:44 smithi029 ceph-mon[99353]: pgmap v1468: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:45.720 INFO:tasks.workunit.client.0.smithi029.stdout: 128: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:45.720 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Y9CC8z525vcSVqd off=11103673 len=205487 2024-07-27T18:42:45.721 INFO:tasks.workunit.client.0.smithi029.stdout:op 629 completed, throughput=4.96MB/sec 2024-07-27T18:42:45.721 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XSWfCoQrR23U4fY off=17062028 len=525451 2024-07-27T18:42:45.722 INFO:tasks.workunit.client.0.smithi029.stdout:op 630 completed, throughput=4.97MB/sec 2024-07-27T18:42:45.722 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CtGdf1A7AolUDDh off=3095771 len=1568696 2024-07-27T18:42:45.731 INFO:tasks.workunit.client.0.smithi029.stdout:op 631 completed, throughput=4.98MB/sec 2024-07-27T18:42:45.731 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VwrQM_YNEyU57gp off=8611992 len=1556581 2024-07-27T18:42:45.737 INFO:tasks.workunit.client.0.smithi029.stdout:op 632 completed, throughput=4.99MB/sec 2024-07-27T18:42:45.738 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-umxRzS6hwED4gng off=3469449 len=1251475 2024-07-27T18:42:45.738 INFO:tasks.workunit.client.0.smithi029.stdout:op 633 completed, throughput=5MB/sec 2024-07-27T18:42:45.739 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mFc02ws1aypFEwq off=12027528 len=1135361 2024-07-27T18:42:45.746 INFO:tasks.workunit.client.0.smithi029.stdout:op 634 completed, throughput=5.01MB/sec 2024-07-27T18:42:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:46 smithi179 ceph-mon[89801]: pgmap v1469: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:42:46.746 INFO:tasks.workunit.client.0.smithi029.stdout: 129: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:46.747 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7N0tY8MZZaJSTTk off=1139410 len=1089978 2024-07-27T18:42:46.748 INFO:tasks.workunit.client.0.smithi029.stdout:op 635 completed, throughput=4.98MB/sec 2024-07-27T18:42:46.748 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fJHrXYecS3JHm5- off=718780 len=1962800 2024-07-27T18:42:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:46 smithi029 ceph-mon[96870]: pgmap v1469: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:42:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:46 smithi029 ceph-mon[99353]: pgmap v1469: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:42:46.757 INFO:tasks.workunit.client.0.smithi029.stdout:op 636 completed, throughput=4.99MB/sec 2024-07-27T18:42:46.757 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xiYnmQmnok2OgXb off=6802644 len=1145537 2024-07-27T18:42:46.762 INFO:tasks.workunit.client.0.smithi029.stdout:op 637 completed, throughput=5MB/sec 2024-07-27T18:42:46.762 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ad0X0XQEo2cm1jQ off=896583 len=1771889 2024-07-27T18:42:46.763 INFO:tasks.workunit.client.0.smithi029.stdout:op 638 completed, throughput=5.01MB/sec 2024-07-27T18:42:47.764 INFO:tasks.workunit.client.0.smithi029.stdout: 130: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:47.764 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-paayDKy4QV8nItw off=5177443 len=1150267 2024-07-27T18:42:47.766 INFO:tasks.workunit.client.0.smithi029.stdout:op 639 completed, throughput=4.98MB/sec 2024-07-27T18:42:47.766 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Bxv5B1UcvRw408T off=9171550 len=1132991 2024-07-27T18:42:47.772 INFO:tasks.workunit.client.0.smithi029.stdout:op 640 completed, throughput=4.99MB/sec 2024-07-27T18:42:47.772 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HjUKWCWGun3SQ_R off=160129 len=987398 2024-07-27T18:42:47.774 INFO:tasks.workunit.client.0.smithi029.stdout:op 641 completed, throughput=5MB/sec 2024-07-27T18:42:47.774 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-skprRxF_nYjOlyg off=923216 len=1161986 2024-07-27T18:42:47.776 INFO:tasks.workunit.client.0.smithi029.stdout:op 642 completed, throughput=5.01MB/sec 2024-07-27T18:42:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:48 smithi179 ceph-mon[89801]: pgmap v1470: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:42:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:48 smithi029 ceph-mon[96870]: pgmap v1470: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:42:48.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:48 smithi029 ceph-mon[99353]: pgmap v1470: 105 pgs: 105 active+clean; 127 GiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:42:48.776 INFO:tasks.workunit.client.0.smithi029.stdout: 131: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:48.777 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y22c54Q4M1DTk8G off=19188927 len=1020087 2024-07-27T18:42:48.782 INFO:tasks.workunit.client.0.smithi029.stdout:op 643 completed, throughput=4.97MB/sec 2024-07-27T18:42:48.782 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BAVO12610Kkxi3V off=975786 len=2032921 2024-07-27T18:42:48.784 INFO:tasks.workunit.client.0.smithi029.stdout:op 644 completed, throughput=4.99MB/sec 2024-07-27T18:42:48.784 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PKwjVi1Tanim4I9 off=9112899 len=119631 2024-07-27T18:42:48.786 INFO:tasks.workunit.client.0.smithi029.stdout:op 645 completed, throughput=4.99MB/sec 2024-07-27T18:42:48.786 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZFSK0Q68OirEwoV off=4198707 len=462542 2024-07-27T18:42:48.789 INFO:tasks.workunit.client.0.smithi029.stdout:op 646 completed, throughput=4.99MB/sec 2024-07-27T18:42:48.789 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aYJ3dXLywBpwn8O off=12487781 len=548998 2024-07-27T18:42:48.793 INFO:tasks.workunit.client.0.smithi029.stdout:op 647 completed, throughput=5MB/sec 2024-07-27T18:42:48.793 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CeK4m4OLipx7tl5 off=18497559 len=1812789 2024-07-27T18:42:48.794 INFO:tasks.workunit.client.0.smithi029.stdout:op 648 completed, throughput=5.01MB/sec 2024-07-27T18:42:49.794 INFO:tasks.workunit.client.0.smithi029.stdout: 132: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:49.795 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9Gw9NWuAgStvJg- off=20646021 len=415026 2024-07-27T18:42:49.798 INFO:tasks.workunit.client.0.smithi029.stdout:op 649 completed, throughput=4.98MB/sec 2024-07-27T18:42:49.798 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BUA7Uryvh_z_vWH off=3358583 len=630808 2024-07-27T18:42:49.800 INFO:tasks.workunit.client.0.smithi029.stdout:op 650 completed, throughput=4.98MB/sec 2024-07-27T18:42:49.800 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6ZVGUkm-vguGHx4 off=1863439 len=174454 2024-07-27T18:42:49.803 INFO:tasks.workunit.client.0.smithi029.stdout:op 651 completed, throughput=4.98MB/sec 2024-07-27T18:42:49.803 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4ub1K5-AYfwFQcp off=0 len=1385990 2024-07-27T18:42:49.805 INFO:tasks.workunit.client.0.smithi029.stdout:op 652 completed, throughput=4.99MB/sec 2024-07-27T18:42:49.805 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YwAJbIsLDYs92AJ off=1039904 len=841414 2024-07-27T18:42:49.809 INFO:tasks.workunit.client.0.smithi029.stdout:op 653 completed, throughput=5MB/sec 2024-07-27T18:42:49.810 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JsW7sYpilEQVoxE off=8719057 len=303060 2024-07-27T18:42:49.810 INFO:tasks.workunit.client.0.smithi029.stdout:op 654 completed, throughput=5MB/sec 2024-07-27T18:42:49.810 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BrkhLbvpZNzferN off=2776340 len=273330 2024-07-27T18:42:49.813 INFO:tasks.workunit.client.0.smithi029.stdout:op 655 completed, throughput=5MB/sec 2024-07-27T18:42:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:50 smithi179 ceph-mon[89801]: pgmap v1471: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:50 smithi029 ceph-mon[96870]: pgmap v1471: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:50 smithi029 ceph-mon[99353]: pgmap v1471: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:42:50.814 INFO:tasks.workunit.client.0.smithi029.stdout: 133: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:50.814 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-l0qSIbJKCXa1LwM off=4048784 len=85286 2024-07-27T18:42:50.819 INFO:tasks.workunit.client.0.smithi029.stdout:op 656 completed, throughput=4.96MB/sec 2024-07-27T18:42:50.819 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Suc3KwZg8b4qVDP off=7211676 len=1310646 2024-07-27T18:42:50.827 INFO:tasks.workunit.client.0.smithi029.stdout:op 657 completed, throughput=4.97MB/sec 2024-07-27T18:42:50.828 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7AbVFz3ddwOKXGB off=3069650 len=471236 2024-07-27T18:42:50.828 INFO:tasks.workunit.client.0.smithi029.stdout:op 658 completed, throughput=4.98MB/sec 2024-07-27T18:42:50.828 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-apkPHzrNGG3GZ_4 off=7341448 len=70514 2024-07-27T18:42:50.830 INFO:tasks.workunit.client.0.smithi029.stdout:op 659 completed, throughput=4.98MB/sec 2024-07-27T18:42:50.830 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4F21AFvuZiCQp43 off=12464333 len=1194027 2024-07-27T18:42:50.836 INFO:tasks.workunit.client.0.smithi029.stdout:op 660 completed, throughput=4.98MB/sec 2024-07-27T18:42:50.836 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0gwfMRfXYpQLS5d off=274456 len=168880 2024-07-27T18:42:50.836 INFO:tasks.workunit.client.0.smithi029.stdout:op 661 completed, throughput=4.99MB/sec 2024-07-27T18:42:50.837 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_eYkZxmO4G4-Bwz off=11015052 len=254793 2024-07-27T18:42:50.839 INFO:tasks.workunit.client.0.smithi029.stdout:op 662 completed, throughput=4.99MB/sec 2024-07-27T18:42:50.839 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kaheIfM12M0aj4Q off=21880924 len=54412 2024-07-27T18:42:50.840 INFO:tasks.workunit.client.0.smithi029.stdout:op 663 completed, throughput=4.99MB/sec 2024-07-27T18:42:50.840 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kVy8nzI2sWsp3bn off=7678452 len=1714038 2024-07-27T18:42:50.850 INFO:tasks.workunit.client.0.smithi029.stdout:op 664 completed, throughput=5MB/sec 2024-07-27T18:42:50.850 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wAkOuYKEu-nQZTN off=1848618 len=29768 2024-07-27T18:42:50.850 INFO:tasks.workunit.client.0.smithi029.stdout:op 665 completed, throughput=5MB/sec 2024-07-27T18:42:50.850 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xzG1wNvXNZOWd2S off=10355255 len=536523 2024-07-27T18:42:50.854 INFO:tasks.workunit.client.0.smithi029.stdout:op 666 completed, throughput=5MB/sec 2024-07-27T18:42:51.854 INFO:tasks.workunit.client.0.smithi029.stdout: 134: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:51.854 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QoKQ7xslFIKpCbH off=4967790 len=1570523 2024-07-27T18:42:51.856 INFO:tasks.workunit.client.0.smithi029.stdout:op 667 completed, throughput=4.98MB/sec 2024-07-27T18:42:51.856 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UMuBmlC2VWb4HGL off=9353525 len=51483 2024-07-27T18:42:51.864 INFO:tasks.workunit.client.0.smithi029.stdout:op 668 completed, throughput=4.98MB/sec 2024-07-27T18:42:51.864 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SJFrB9jUzerjrYL off=140776 len=1681297 2024-07-27T18:42:51.866 INFO:tasks.workunit.client.0.smithi029.stdout:op 669 completed, throughput=4.99MB/sec 2024-07-27T18:42:51.866 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UTXSF44ISn_LWjo off=4617382 len=1051197 2024-07-27T18:42:51.868 INFO:tasks.workunit.client.0.smithi029.stdout:op 670 completed, throughput=5MB/sec 2024-07-27T18:42:51.868 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OKXFajlY1nz_Ths off=15522729 len=921230 2024-07-27T18:42:51.873 INFO:tasks.workunit.client.0.smithi029.stdout:op 671 completed, throughput=5MB/sec 2024-07-27T18:42:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:52 smithi179 ceph-mon[89801]: pgmap v1472: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:42:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:52 smithi029 ceph-mon[96870]: pgmap v1472: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:42:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:52 smithi029 ceph-mon[99353]: pgmap v1472: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:42:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:42:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:42:52] "GET /metrics HTTP/1.1" 200 34033 "" "Prometheus/2.43.0" 2024-07-27T18:42:52.873 INFO:tasks.workunit.client.0.smithi029.stdout: 135: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:52.873 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pLi77psibnuwRsI off=3823817 len=1696827 2024-07-27T18:42:52.875 INFO:tasks.workunit.client.0.smithi029.stdout:op 672 completed, throughput=4.98MB/sec 2024-07-27T18:42:52.875 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HtdpFY9blHlDnr2 off=11131609 len=1096136 2024-07-27T18:42:52.881 INFO:tasks.workunit.client.0.smithi029.stdout:op 673 completed, throughput=4.99MB/sec 2024-07-27T18:42:52.882 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-N7czjh3-miEGzHI off=14901940 len=1764366 2024-07-27T18:42:52.890 INFO:tasks.workunit.client.0.smithi029.stdout:op 674 completed, throughput=5MB/sec 2024-07-27T18:42:52.890 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tJaI8XFmMLxjKJc off=8280169 len=665024 2024-07-27T18:42:52.891 INFO:tasks.workunit.client.0.smithi029.stdout:op 675 completed, throughput=5MB/sec 2024-07-27T18:42:53.891 INFO:tasks.workunit.client.0.smithi029.stdout: 136: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:53.892 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ReeNiJpL1FarluF off=14290842 len=2008795 2024-07-27T18:42:53.894 INFO:tasks.workunit.client.0.smithi029.stdout:op 676 completed, throughput=4.98MB/sec 2024-07-27T18:42:53.894 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jJTh-YrdhPleuMV off=15014951 len=24728 2024-07-27T18:42:53.895 INFO:tasks.workunit.client.0.smithi029.stdout:op 677 completed, throughput=4.98MB/sec 2024-07-27T18:42:53.895 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qwj8tXMDnKMVk9k off=1963987 len=1922892 2024-07-27T18:42:53.903 INFO:tasks.workunit.client.0.smithi029.stdout:op 678 completed, throughput=4.99MB/sec 2024-07-27T18:42:53.903 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ULDyi8apRv6L0bQ off=9765129 len=762033 2024-07-27T18:42:53.907 INFO:tasks.workunit.client.0.smithi029.stdout:op 679 completed, throughput=5MB/sec 2024-07-27T18:42:53.907 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GZXKlg_t9yqPkjB off=11849150 len=1216214 2024-07-27T18:42:53.909 INFO:tasks.workunit.client.0.smithi029.stdout:op 680 completed, throughput=5.01MB/sec 2024-07-27T18:42:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:54 smithi179 ceph-mon[89801]: pgmap v1473: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:42:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:42:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:54 smithi029 ceph-mon[96870]: pgmap v1473: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:42:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:42:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:54 smithi029 ceph-mon[99353]: pgmap v1473: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:42:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:42:54.909 INFO:tasks.workunit.client.0.smithi029.stdout: 137: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:54.909 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WAFL1l8qJLtf8NT off=1349257 len=1973361 2024-07-27T18:42:54.912 INFO:tasks.workunit.client.0.smithi029.stdout:op 681 completed, throughput=4.98MB/sec 2024-07-27T18:42:54.912 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-g4wQAvWD8_6dZ9p off=10239432 len=459665 2024-07-27T18:42:54.922 INFO:tasks.workunit.client.0.smithi029.stdout:op 682 completed, throughput=4.99MB/sec 2024-07-27T18:42:54.923 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KlD8hZCnHU5qWJG off=2937996 len=1282318 2024-07-27T18:42:54.923 INFO:tasks.workunit.client.0.smithi029.stdout:op 683 completed, throughput=5MB/sec 2024-07-27T18:42:54.923 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0recl0KaE83Y2pH off=11438024 len=795677 2024-07-27T18:42:54.924 INFO:tasks.workunit.client.0.smithi029.stdout:op 684 completed, throughput=5MB/sec 2024-07-27T18:42:55.925 INFO:tasks.workunit.client.0.smithi029.stdout: 138: throughput=4.96MB/sec pending data=0 2024-07-27T18:42:55.925 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-D2osXl2M69ATgMm off=0 len=1414282 2024-07-27T18:42:55.931 INFO:tasks.workunit.client.0.smithi029.stdout:op 685 completed, throughput=4.97MB/sec 2024-07-27T18:42:55.931 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-do48m5pyLJ3hL_A off=15550336 len=980386 2024-07-27T18:42:55.937 INFO:tasks.workunit.client.0.smithi029.stdout:op 686 completed, throughput=4.98MB/sec 2024-07-27T18:42:55.937 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FH0SI8aP4YDlGUI off=23925856 len=166350 2024-07-27T18:42:55.940 INFO:tasks.workunit.client.0.smithi029.stdout:op 687 completed, throughput=4.98MB/sec 2024-07-27T18:42:55.940 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nHt4fh1dFfmr_3- off=755406 len=454348 2024-07-27T18:42:55.943 INFO:tasks.workunit.client.0.smithi029.stdout:op 688 completed, throughput=4.98MB/sec 2024-07-27T18:42:55.943 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-a3OjmOoOWigUfmX off=227923 len=1304836 2024-07-27T18:42:55.945 INFO:tasks.workunit.client.0.smithi029.stdout:op 689 completed, throughput=4.99MB/sec 2024-07-27T18:42:55.945 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WHig3qxNNnxU5P_ off=321675 len=574264 2024-07-27T18:42:55.946 INFO:tasks.workunit.client.0.smithi029.stdout:op 690 completed, throughput=5MB/sec 2024-07-27T18:42:55.946 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-l-fA4qtS6VKNo92 off=628188 len=1175225 2024-07-27T18:42:55.951 INFO:tasks.workunit.client.0.smithi029.stdout:op 691 completed, throughput=5.01MB/sec 2024-07-27T18:42:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:56 smithi179 ceph-mon[89801]: pgmap v1474: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:42:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:56 smithi029 ceph-mon[96870]: pgmap v1474: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:42:56.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:56 smithi029 ceph-mon[99353]: pgmap v1474: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:42:56.951 INFO:tasks.workunit.client.0.smithi029.stdout: 139: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:56.951 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-q5PIhFRd480G4Ry off=1913119 len=1209771 2024-07-27T18:42:56.958 INFO:tasks.workunit.client.0.smithi029.stdout:op 692 completed, throughput=4.98MB/sec 2024-07-27T18:42:56.958 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4zZEF1VLeO3hslQ off=14959906 len=1768869 2024-07-27T18:42:56.962 INFO:tasks.workunit.client.0.smithi029.stdout:op 693 completed, throughput=4.99MB/sec 2024-07-27T18:42:56.962 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dY5Yk1cNzwrxcbV off=5912714 len=1056219 2024-07-27T18:42:56.964 INFO:tasks.workunit.client.0.smithi029.stdout:op 694 completed, throughput=5MB/sec 2024-07-27T18:42:56.964 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lRd-7yaUZUVcAt8 off=22222347 len=1415996 2024-07-27T18:42:56.967 INFO:tasks.workunit.client.0.smithi029.stdout:op 695 completed, throughput=5.01MB/sec 2024-07-27T18:42:57.967 INFO:tasks.workunit.client.0.smithi029.stdout: 140: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:57.967 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1lBqtYbfLKVJ1Vv off=3215727 len=1171975 2024-07-27T18:42:57.974 INFO:tasks.workunit.client.0.smithi029.stdout:op 696 completed, throughput=4.98MB/sec 2024-07-27T18:42:57.974 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hIvsxyQT_SuRBul off=3705700 len=391867 2024-07-27T18:42:57.975 INFO:tasks.workunit.client.0.smithi029.stdout:op 697 completed, throughput=4.98MB/sec 2024-07-27T18:42:57.975 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zk4o0Uo3vZwQ3Ou off=903456 len=1196532 2024-07-27T18:42:57.977 INFO:tasks.workunit.client.0.smithi029.stdout:op 698 completed, throughput=4.99MB/sec 2024-07-27T18:42:57.977 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TXwbHZXjdpxSpsr off=11703711 len=1815419 2024-07-27T18:42:57.980 INFO:tasks.workunit.client.0.smithi029.stdout:op 699 completed, throughput=5MB/sec 2024-07-27T18:42:58.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:42:58 smithi029 ceph-mon[96870]: pgmap v1475: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:42:58.554 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:42:58 smithi029 ceph-mon[99353]: pgmap v1475: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:42:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:42:58 smithi179 ceph-mon[89801]: pgmap v1475: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:42:58.980 INFO:tasks.workunit.client.0.smithi029.stdout: 141: throughput=4.97MB/sec pending data=0 2024-07-27T18:42:58.981 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rNNx1n1qcBM7_KA off=4118443 len=322606 2024-07-27T18:42:58.984 INFO:tasks.workunit.client.0.smithi029.stdout:op 700 completed, throughput=4.97MB/sec 2024-07-27T18:42:58.984 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bWK4wdH3u8GQG_c off=9973892 len=2037092 2024-07-27T18:42:58.996 INFO:tasks.workunit.client.0.smithi029.stdout:op 701 completed, throughput=4.98MB/sec 2024-07-27T18:42:58.997 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s9CFx0QgWk06IWh off=4572199 len=935101 2024-07-27T18:42:58.998 INFO:tasks.workunit.client.0.smithi029.stdout:op 702 completed, throughput=4.99MB/sec 2024-07-27T18:42:58.998 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RMU3vj6UAnLiCSi off=7357345 len=593391 2024-07-27T18:42:58.999 INFO:tasks.workunit.client.0.smithi029.stdout:op 703 completed, throughput=4.99MB/sec 2024-07-27T18:42:58.999 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-W_7nw9e49VjmGUl off=11193878 len=2015523 2024-07-27T18:42:59.001 INFO:tasks.workunit.client.0.smithi029.stdout:op 704 completed, throughput=5MB/sec 2024-07-27T18:43:00.002 INFO:tasks.workunit.client.0.smithi029.stdout: 142: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:00.002 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cJl2CaGPYyS9Qkf off=191042 len=2076534 2024-07-27T18:43:00.005 INFO:tasks.workunit.client.0.smithi029.stdout:op 705 completed, throughput=4.98MB/sec 2024-07-27T18:43:00.005 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2n6YvLbwFUMagPW off=1968718 len=1810347 2024-07-27T18:43:00.007 INFO:tasks.workunit.client.0.smithi029.stdout:op 706 completed, throughput=5MB/sec 2024-07-27T18:43:00.007 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4TPW2CRJF6Ybyjz off=11259377 len=208838 2024-07-27T18:43:00.011 INFO:tasks.workunit.client.0.smithi029.stdout:op 707 completed, throughput=5MB/sec 2024-07-27T18:43:00.011 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Gjg64LHe_pAuTU7 off=2398132 len=2061302 2024-07-27T18:43:00.019 INFO:tasks.workunit.client.0.smithi029.stdout:op 708 completed, throughput=5.01MB/sec 2024-07-27T18:43:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:00 smithi179 ceph-mon[89801]: pgmap v1476: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:43:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:00 smithi029 ceph-mon[99353]: pgmap v1476: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:43:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:00 smithi029 ceph-mon[96870]: pgmap v1476: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:43:01.020 INFO:tasks.workunit.client.0.smithi029.stdout: 143: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:01.020 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_yksT_db6ovT6bF off=483297 len=1798097 2024-07-27T18:43:01.028 INFO:tasks.workunit.client.0.smithi029.stdout:op 709 completed, throughput=4.99MB/sec 2024-07-27T18:43:01.029 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pBHGVfqNIgTzIns off=2097865 len=669113 2024-07-27T18:43:01.032 INFO:tasks.workunit.client.0.smithi029.stdout:op 710 completed, throughput=4.99MB/sec 2024-07-27T18:43:01.033 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3BYUEaGhAGDx2X6 off=7105 len=1107060 2024-07-27T18:43:01.036 INFO:tasks.workunit.client.0.smithi029.stdout:op 711 completed, throughput=5MB/sec 2024-07-27T18:43:01.036 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-abemgFNgdoc-pfj off=182844 len=880717 2024-07-27T18:43:01.040 INFO:tasks.workunit.client.0.smithi029.stdout:op 712 completed, throughput=5MB/sec 2024-07-27T18:43:02.040 INFO:tasks.workunit.client.0.smithi029.stdout: 144: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:02.041 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-G_T0oyQhrsj4ZcH off=8044573 len=1047101 2024-07-27T18:43:02.046 INFO:tasks.workunit.client.0.smithi029.stdout:op 713 completed, throughput=4.98MB/sec 2024-07-27T18:43:02.046 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-M41WCY23Xby18C- off=17471194 len=1396162 2024-07-27T18:43:02.048 INFO:tasks.workunit.client.0.smithi029.stdout:op 714 completed, throughput=4.99MB/sec 2024-07-27T18:43:02.048 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eD21JlE1ewlqg9n off=8659804 len=774971 2024-07-27T18:43:02.049 INFO:tasks.workunit.client.0.smithi029.stdout:op 715 completed, throughput=4.99MB/sec 2024-07-27T18:43:02.049 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YzEUkyrhZVV-JnM off=1549527 len=103749 2024-07-27T18:43:02.051 INFO:tasks.workunit.client.0.smithi029.stdout:op 716 completed, throughput=4.99MB/sec 2024-07-27T18:43:02.052 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Tx_OQXQNHUbs8_g off=3969366 len=369037 2024-07-27T18:43:02.054 INFO:tasks.workunit.client.0.smithi029.stdout:op 717 completed, throughput=4.99MB/sec 2024-07-27T18:43:02.054 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FPqSpduWccAfc6U off=2363411 len=2045958 2024-07-27T18:43:02.064 INFO:tasks.workunit.client.0.smithi029.stdout:op 718 completed, throughput=5.01MB/sec 2024-07-27T18:43:02.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:02 smithi179 ceph-mon[89801]: pgmap v1477: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:43:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:02 smithi029 ceph-mon[99353]: pgmap v1477: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:43:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:02 smithi029 ceph-mon[96870]: pgmap v1477: 105 pgs: 105 active+clean; 127 GiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:43:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:43:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:43:02] "GET /metrics HTTP/1.1" 200 34034 "" "Prometheus/2.43.0" 2024-07-27T18:43:03.064 INFO:tasks.workunit.client.0.smithi029.stdout: 145: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:03.064 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-egJutMzFm9uuMLB off=7544431 len=535879 2024-07-27T18:43:03.068 INFO:tasks.workunit.client.0.smithi029.stdout:op 719 completed, throughput=4.98MB/sec 2024-07-27T18:43:03.068 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8v84QloRSP1k9jm off=17750492 len=1452685 2024-07-27T18:43:03.070 INFO:tasks.workunit.client.0.smithi029.stdout:op 720 completed, throughput=4.99MB/sec 2024-07-27T18:43:03.070 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gW8lltnRd1edf3c off=2746279 len=1617819 2024-07-27T18:43:03.072 INFO:tasks.workunit.client.0.smithi029.stdout:op 721 completed, throughput=5MB/sec 2024-07-27T18:43:03.072 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3lPQ99qXuScOyjl off=938279 len=1976544 2024-07-27T18:43:03.075 INFO:tasks.workunit.client.0.smithi029.stdout:op 722 completed, throughput=5.01MB/sec 2024-07-27T18:43:04.075 INFO:tasks.workunit.client.0.smithi029.stdout: 146: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:04.075 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6xBBycnkM5_TR4o off=1036160 len=1415563 2024-07-27T18:43:04.077 INFO:tasks.workunit.client.0.smithi029.stdout:op 723 completed, throughput=4.98MB/sec 2024-07-27T18:43:04.077 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0w33K2Hf3KbmRfo off=14929598 len=1823237 2024-07-27T18:43:04.088 INFO:tasks.workunit.client.0.smithi029.stdout:op 724 completed, throughput=4.99MB/sec 2024-07-27T18:43:04.089 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--pQKhgTr6oxN-3j off=1299519 len=1662091 2024-07-27T18:43:04.096 INFO:tasks.workunit.client.0.smithi029.stdout:op 725 completed, throughput=5.01MB/sec 2024-07-27T18:43:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:04 smithi179 ceph-mon[89801]: pgmap v1478: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:43:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:04 smithi029 ceph-mon[96870]: pgmap v1478: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:43:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:04 smithi029 ceph-mon[99353]: pgmap v1478: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:43:05.097 INFO:tasks.workunit.client.0.smithi029.stdout: 147: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:05.097 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EFZMfe-YiwoPBtg off=1298233 len=1583357 2024-07-27T18:43:05.099 INFO:tasks.workunit.client.0.smithi029.stdout:op 726 completed, throughput=4.98MB/sec 2024-07-27T18:43:05.099 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EK55ggqgtxsMCoV off=11656881 len=1422863 2024-07-27T18:43:05.101 INFO:tasks.workunit.client.0.smithi029.stdout:op 727 completed, throughput=4.99MB/sec 2024-07-27T18:43:05.101 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aQFy-znNt8Asj02 off=14281953 len=1873805 2024-07-27T18:43:05.103 INFO:tasks.workunit.client.0.smithi029.stdout:op 728 completed, throughput=5MB/sec 2024-07-27T18:43:06.103 INFO:tasks.workunit.client.0.smithi029.stdout: 148: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:06.103 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jAEnWtj-gub4pP_ off=2462510 len=204986 2024-07-27T18:43:06.106 INFO:tasks.workunit.client.0.smithi029.stdout:op 729 completed, throughput=4.97MB/sec 2024-07-27T18:43:06.106 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pFc83kM8r-u9vmv off=21481628 len=1424360 2024-07-27T18:43:06.108 INFO:tasks.workunit.client.0.smithi029.stdout:op 730 completed, throughput=4.98MB/sec 2024-07-27T18:43:06.108 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lWE53a8A9Is6jVH off=3030322 len=1698650 2024-07-27T18:43:06.112 INFO:tasks.workunit.client.0.smithi029.stdout:op 731 completed, throughput=4.99MB/sec 2024-07-27T18:43:06.112 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-H4Q0bSrg56dSe1F off=1476626 len=1675701 2024-07-27T18:43:06.122 INFO:tasks.workunit.client.0.smithi029.stdout:op 732 completed, throughput=5MB/sec 2024-07-27T18:43:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:06 smithi179 ceph-mon[89801]: pgmap v1479: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:43:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:06 smithi029 ceph-mon[96870]: pgmap v1479: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:43:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:06 smithi029 ceph-mon[99353]: pgmap v1479: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:43:07.122 INFO:tasks.workunit.client.0.smithi029.stdout: 149: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:07.123 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-75HV2IIxwxrqxBG off=12133361 len=2008675 2024-07-27T18:43:07.136 INFO:tasks.workunit.client.0.smithi029.stdout:op 733 completed, throughput=4.98MB/sec 2024-07-27T18:43:07.136 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gzL9Tha0a_cSq3N off=6499304 len=742437 2024-07-27T18:43:07.140 INFO:tasks.workunit.client.0.smithi029.stdout:op 734 completed, throughput=4.98MB/sec 2024-07-27T18:43:07.140 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MAgpN6DjR9LVG1I off=19979336 len=1125252 2024-07-27T18:43:07.142 INFO:tasks.workunit.client.0.smithi029.stdout:op 735 completed, throughput=4.99MB/sec 2024-07-27T18:43:07.142 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6sNzyG81ucuGpyP off=3409481 len=1423272 2024-07-27T18:43:07.143 INFO:tasks.workunit.client.0.smithi029.stdout:op 736 completed, throughput=5MB/sec 2024-07-27T18:43:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: 150: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:08.144 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0FxW6_fqyZCMPUd off=22324405 len=1112049 2024-07-27T18:43:08.147 INFO:tasks.workunit.client.0.smithi029.stdout:op 737 completed, throughput=4.97MB/sec 2024-07-27T18:43:08.147 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kw6vbNSlX_NhLvK off=347064 len=1863101 2024-07-27T18:43:08.156 INFO:tasks.workunit.client.0.smithi029.stdout:op 738 completed, throughput=4.99MB/sec 2024-07-27T18:43:08.157 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-p66CgTgwxtCYrCD off=22771344 len=1768880 2024-07-27T18:43:08.159 INFO:tasks.workunit.client.0.smithi029.stdout:op 739 completed, throughput=5MB/sec 2024-07-27T18:43:08.159 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4jx-MMUJZhN0-Tf off=5051343 len=496604 2024-07-27T18:43:08.160 INFO:tasks.workunit.client.0.smithi029.stdout:op 740 completed, throughput=5MB/sec 2024-07-27T18:43:08.160 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5xdg2gnSHplBMLk off=2936968 len=874561 2024-07-27T18:43:08.165 INFO:tasks.workunit.client.0.smithi029.stdout:op 741 completed, throughput=5MB/sec 2024-07-27T18:43:08.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:08 smithi179 ceph-mon[89801]: pgmap v1480: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 3 op/s 2024-07-27T18:43:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:08 smithi029 ceph-mon[96870]: pgmap v1480: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 3 op/s 2024-07-27T18:43:08.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:08 smithi029 ceph-mon[99353]: pgmap v1480: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 3 op/s 2024-07-27T18:43:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: 151: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:09.166 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kT2wJLIsxwm0E_N off=7859939 len=757847 2024-07-27T18:43:09.167 INFO:tasks.workunit.client.0.smithi029.stdout:op 742 completed, throughput=4.98MB/sec 2024-07-27T18:43:09.167 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-igSgB229-Y9p8Tn off=783607 len=364768 2024-07-27T18:43:09.169 INFO:tasks.workunit.client.0.smithi029.stdout:op 743 completed, throughput=4.98MB/sec 2024-07-27T18:43:09.169 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FtP9P6y80aL6W0x off=17996564 len=502222 2024-07-27T18:43:09.170 INFO:tasks.workunit.client.0.smithi029.stdout:op 744 completed, throughput=4.98MB/sec 2024-07-27T18:43:09.170 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xTFpPjGC_33cGUK off=687667 len=271189 2024-07-27T18:43:09.170 INFO:tasks.workunit.client.0.smithi029.stdout:op 745 completed, throughput=4.98MB/sec 2024-07-27T18:43:09.170 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oT59w-DHpcnFYfw off=3046914 len=1960590 2024-07-27T18:43:09.174 INFO:tasks.workunit.client.0.smithi029.stdout:op 746 completed, throughput=5MB/sec 2024-07-27T18:43:09.174 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sIqiv9G2Fqzk1W7 off=4305661 len=1495397 2024-07-27T18:43:09.176 INFO:tasks.workunit.client.0.smithi029.stdout:op 747 completed, throughput=5.01MB/sec 2024-07-27T18:43:09.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:43:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:43:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:43:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: 152: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:10.176 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rY1JBpYatjF7jbO off=14891417 len=750805 2024-07-27T18:43:10.180 INFO:tasks.workunit.client.0.smithi029.stdout:op 748 completed, throughput=4.98MB/sec 2024-07-27T18:43:10.181 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Bf24e3vo8odQQ9T off=10522279 len=909842 2024-07-27T18:43:10.187 INFO:tasks.workunit.client.0.smithi029.stdout:op 749 completed, throughput=4.98MB/sec 2024-07-27T18:43:10.187 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tKGQdE2rcJkJiuJ off=602150 len=1061653 2024-07-27T18:43:10.193 INFO:tasks.workunit.client.0.smithi029.stdout:op 750 completed, throughput=4.99MB/sec 2024-07-27T18:43:10.193 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oGG9h4mz6CqC97C off=557019 len=794761 2024-07-27T18:43:10.196 INFO:tasks.workunit.client.0.smithi029.stdout:op 751 completed, throughput=4.99MB/sec 2024-07-27T18:43:10.197 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2drNoe9zWMxYPWA off=5423747 len=952861 2024-07-27T18:43:10.201 INFO:tasks.workunit.client.0.smithi029.stdout:op 752 completed, throughput=5MB/sec 2024-07-27T18:43:10.201 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OabEWpAkvLkIW28 off=3251519 len=462278 2024-07-27T18:43:10.204 INFO:tasks.workunit.client.0.smithi029.stdout:op 753 completed, throughput=5MB/sec 2024-07-27T18:43:10.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:10 smithi179 ceph-mon[89801]: pgmap v1481: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:43:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:10 smithi029 ceph-mon[96870]: pgmap v1481: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:43:10.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:10 smithi029 ceph-mon[99353]: pgmap v1481: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:43:11.204 INFO:tasks.workunit.client.0.smithi029.stdout: 153: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:11.205 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-617JUf7N6pWuXiW off=18928734 len=1411260 2024-07-27T18:43:11.211 INFO:tasks.workunit.client.0.smithi029.stdout:op 754 completed, throughput=4.98MB/sec 2024-07-27T18:43:11.211 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-t7Otb4q4ewuMcwY off=15527725 len=716341 2024-07-27T18:43:11.216 INFO:tasks.workunit.client.0.smithi029.stdout:op 755 completed, throughput=4.98MB/sec 2024-07-27T18:43:11.216 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sjCfVA6Gd7UjKWX off=9117695 len=1081063 2024-07-27T18:43:11.221 INFO:tasks.workunit.client.0.smithi029.stdout:op 756 completed, throughput=4.99MB/sec 2024-07-27T18:43:11.221 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MQZNwWH-d6EhQdy off=140697 len=543078 2024-07-27T18:43:11.223 INFO:tasks.workunit.client.0.smithi029.stdout:op 757 completed, throughput=4.99MB/sec 2024-07-27T18:43:11.223 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nU4r34Kis9kWcPt off=2230482 len=942796 2024-07-27T18:43:11.228 INFO:tasks.workunit.client.0.smithi029.stdout:op 758 completed, throughput=5MB/sec 2024-07-27T18:43:11.228 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ony_lDPIb5AlCFb off=7501460 len=1236640 2024-07-27T18:43:11.229 INFO:tasks.workunit.client.0.smithi029.stdout:op 759 completed, throughput=5.01MB/sec 2024-07-27T18:43:12.230 INFO:tasks.workunit.client.0.smithi029.stdout: 154: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:12.230 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2IkOVf8BZhPDA3d off=5289496 len=887119 2024-07-27T18:43:12.235 INFO:tasks.workunit.client.0.smithi029.stdout:op 760 completed, throughput=4.98MB/sec 2024-07-27T18:43:12.235 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AY9ZdJCXjLe7UVK off=1191892 len=1309723 2024-07-27T18:43:12.244 INFO:tasks.workunit.client.0.smithi029.stdout:op 761 completed, throughput=4.99MB/sec 2024-07-27T18:43:12.244 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9IAvES3_FEHI5W6 off=10529788 len=1564326 2024-07-27T18:43:12.246 INFO:tasks.workunit.client.0.smithi029.stdout:op 762 completed, throughput=5MB/sec 2024-07-27T18:43:12.246 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oHbiOMHRBc3s-DR off=6450274 len=466983 2024-07-27T18:43:12.247 INFO:tasks.workunit.client.0.smithi029.stdout:op 763 completed, throughput=5MB/sec 2024-07-27T18:43:12.247 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wo_1lypVaVBIH4R off=671831 len=2067244 2024-07-27T18:43:12.250 INFO:tasks.workunit.client.0.smithi029.stdout:op 764 completed, throughput=5.01MB/sec 2024-07-27T18:43:12.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:12 smithi179 ceph-mon[89801]: pgmap v1482: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:43:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:12 smithi029 ceph-mon[96870]: pgmap v1482: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:43:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:12 smithi029 ceph-mon[99353]: pgmap v1482: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:43:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:43:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:43:12] "GET /metrics HTTP/1.1" 200 34034 "" "Prometheus/2.43.0" 2024-07-27T18:43:13.251 INFO:tasks.workunit.client.0.smithi029.stdout: 155: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:13.251 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OCSpQpgJn5NWDP8 off=8511321 len=1403393 2024-07-27T18:43:13.252 INFO:tasks.workunit.client.0.smithi029.stdout:op 765 completed, throughput=4.99MB/sec 2024-07-27T18:43:13.252 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1QCHr05ODKz15Db off=13676896 len=415521 2024-07-27T18:43:13.253 INFO:tasks.workunit.client.0.smithi029.stdout:op 766 completed, throughput=4.99MB/sec 2024-07-27T18:43:13.253 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q3kZPZFaVejx2gj off=3969556 len=1367416 2024-07-27T18:43:13.260 INFO:tasks.workunit.client.0.smithi029.stdout:op 767 completed, throughput=5MB/sec 2024-07-27T18:43:13.260 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JhIxCuFbtif3H1V off=8346178 len=1126765 2024-07-27T18:43:13.262 INFO:tasks.workunit.client.0.smithi029.stdout:op 768 completed, throughput=5.01MB/sec 2024-07-27T18:43:14.262 INFO:tasks.workunit.client.0.smithi029.stdout: 156: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:14.262 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R7ROSH_nLhvRG_j off=2489721 len=1320885 2024-07-27T18:43:14.265 INFO:tasks.workunit.client.0.smithi029.stdout:op 769 completed, throughput=4.98MB/sec 2024-07-27T18:43:14.266 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tcDMFpDrZjeM1Tb off=4512634 len=1889957 2024-07-27T18:43:14.268 INFO:tasks.workunit.client.0.smithi029.stdout:op 770 completed, throughput=4.99MB/sec 2024-07-27T18:43:14.268 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-a2iEVfu6tno1irP off=14637618 len=1890521 2024-07-27T18:43:14.279 INFO:tasks.workunit.client.0.smithi029.stdout:op 771 completed, throughput=5MB/sec 2024-07-27T18:43:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:14 smithi179 ceph-mon[89801]: pgmap v1483: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.7 MiB/s wr, 3 op/s 2024-07-27T18:43:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:14 smithi029 ceph-mon[96870]: pgmap v1483: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.7 MiB/s wr, 3 op/s 2024-07-27T18:43:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:14 smithi029 ceph-mon[99353]: pgmap v1483: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.7 MiB/s wr, 3 op/s 2024-07-27T18:43:15.279 INFO:tasks.workunit.client.0.smithi029.stdout: 157: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:15.279 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZKimUAdOvnDjW9r off=4087453 len=1288824 2024-07-27T18:43:15.282 INFO:tasks.workunit.client.0.smithi029.stdout:op 772 completed, throughput=4.98MB/sec 2024-07-27T18:43:15.282 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_xORQuTfU3xZbgm off=8905106 len=1329273 2024-07-27T18:43:15.289 INFO:tasks.workunit.client.0.smithi029.stdout:op 773 completed, throughput=4.99MB/sec 2024-07-27T18:43:15.290 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-U6K-mWs7SIUXi3Y off=3198692 len=329402 2024-07-27T18:43:15.291 INFO:tasks.workunit.client.0.smithi029.stdout:op 774 completed, throughput=4.99MB/sec 2024-07-27T18:43:15.291 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Z2riQvzT5qNIcvR off=10860730 len=1920473 2024-07-27T18:43:15.300 INFO:tasks.workunit.client.0.smithi029.stdout:op 775 completed, throughput=5MB/sec 2024-07-27T18:43:16.300 INFO:tasks.workunit.client.0.smithi029.stdout: 158: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:16.300 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yLql0KcFrrxH1Fg off=22463696 len=933739 2024-07-27T18:43:16.309 INFO:tasks.workunit.client.0.smithi029.stdout:op 776 completed, throughput=4.98MB/sec 2024-07-27T18:43:16.309 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IU6Vcida2tnCeUy off=2119950 len=744736 2024-07-27T18:43:16.309 INFO:tasks.workunit.client.0.smithi029.stdout:op 777 completed, throughput=4.98MB/sec 2024-07-27T18:43:16.309 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TaTHoHTK3CNyJA8 off=475458 len=223926 2024-07-27T18:43:16.309 INFO:tasks.workunit.client.0.smithi029.stdout:op 778 completed, throughput=4.98MB/sec 2024-07-27T18:43:16.309 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pZANbvnX6W9-gIB off=926910 len=775934 2024-07-27T18:43:16.309 INFO:tasks.workunit.client.0.smithi029.stdout:op 779 completed, throughput=4.99MB/sec 2024-07-27T18:43:16.309 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4WpVkuZCFXsLLU3 off=4018851 len=956229 2024-07-27T18:43:16.310 INFO:tasks.workunit.client.0.smithi029.stdout:op 780 completed, throughput=4.99MB/sec 2024-07-27T18:43:16.310 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Hu7P7I-nsNB-VpR off=12924974 len=235729 2024-07-27T18:43:16.310 INFO:tasks.workunit.client.0.smithi029.stdout:op 781 completed, throughput=4.99MB/sec 2024-07-27T18:43:16.310 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Oom2WU-8DkX9qp2 off=2272618 len=333603 2024-07-27T18:43:16.312 INFO:tasks.workunit.client.0.smithi029.stdout:op 782 completed, throughput=4.99MB/sec 2024-07-27T18:43:16.312 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TMm0-ZR_yhJ11ea off=26712 len=1437350 2024-07-27T18:43:16.315 INFO:tasks.workunit.client.0.smithi029.stdout:op 783 completed, throughput=5MB/sec 2024-07-27T18:43:16.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:16 smithi179 ceph-mon[89801]: pgmap v1484: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:43:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:16 smithi029 ceph-mon[96870]: pgmap v1484: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:43:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:16 smithi029 ceph-mon[99353]: pgmap v1484: 105 pgs: 105 active+clean; 127 GiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:43:17.315 INFO:tasks.workunit.client.0.smithi029.stdout: 159: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:17.315 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-b-SEjexnHS0THQY off=1634601 len=481153 2024-07-27T18:43:17.319 INFO:tasks.workunit.client.0.smithi029.stdout:op 784 completed, throughput=4.97MB/sec 2024-07-27T18:43:17.319 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ucWgfcdvmNem0nJ off=5753599 len=1456684 2024-07-27T18:43:17.331 INFO:tasks.workunit.client.0.smithi029.stdout:op 785 completed, throughput=4.98MB/sec 2024-07-27T18:43:17.331 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RYSX8gg1eJ8VJQv off=2468692 len=2039050 2024-07-27T18:43:17.338 INFO:tasks.workunit.client.0.smithi029.stdout:op 786 completed, throughput=4.99MB/sec 2024-07-27T18:43:17.338 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1NPm1Me457Q7NDS off=10502278 len=1260506 2024-07-27T18:43:17.346 INFO:tasks.workunit.client.0.smithi029.stdout:op 787 completed, throughput=5MB/sec 2024-07-27T18:43:18.346 INFO:tasks.workunit.client.0.smithi029.stdout: 160: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:18.346 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KyMyB0pHgm9Aq87 off=3663311 len=956733 2024-07-27T18:43:18.354 INFO:tasks.workunit.client.0.smithi029.stdout:op 788 completed, throughput=4.98MB/sec 2024-07-27T18:43:18.354 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iGv1iYyGK6YES-R off=749289 len=855516 2024-07-27T18:43:18.359 INFO:tasks.workunit.client.0.smithi029.stdout:op 789 completed, throughput=4.98MB/sec 2024-07-27T18:43:18.359 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iGv1iYyGK6YES-R off=681773 len=135668 2024-07-27T18:43:18.359 INFO:tasks.workunit.client.0.smithi029.stdout:op 790 completed, throughput=4.98MB/sec 2024-07-27T18:43:18.360 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aCwhKXzygch6Fer off=572032 len=476932 2024-07-27T18:43:18.360 INFO:tasks.workunit.client.0.smithi029.stdout:op 791 completed, throughput=4.98MB/sec 2024-07-27T18:43:18.360 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4zZEF1VLeO3hslQ off=13403752 len=808063 2024-07-27T18:43:18.365 INFO:tasks.workunit.client.0.smithi029.stdout:op 792 completed, throughput=4.99MB/sec 2024-07-27T18:43:18.365 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UL-giaMdH6ynf81 off=4580879 len=1766502 2024-07-27T18:43:18.367 INFO:tasks.workunit.client.0.smithi029.stdout:op 793 completed, throughput=5MB/sec 2024-07-27T18:43:18.367 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xHPYSvvzXpTlkgC off=11611403 len=719110 2024-07-27T18:43:18.368 INFO:tasks.workunit.client.0.smithi029.stdout:op 794 completed, throughput=5MB/sec 2024-07-27T18:43:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:18 smithi179 ceph-mon[89801]: pgmap v1485: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.7 MiB/s wr, 3 op/s 2024-07-27T18:43:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:18 smithi029 ceph-mon[96870]: pgmap v1485: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.7 MiB/s wr, 3 op/s 2024-07-27T18:43:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:18 smithi029 ceph-mon[99353]: pgmap v1485: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.7 MiB/s wr, 3 op/s 2024-07-27T18:43:19.368 INFO:tasks.workunit.client.0.smithi029.stdout: 161: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:19.368 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Sdpv4pPzO2HPYkR off=8596207 len=1422803 2024-07-27T18:43:19.370 INFO:tasks.workunit.client.0.smithi029.stdout:op 795 completed, throughput=4.98MB/sec 2024-07-27T18:43:19.370 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NRuRyNuns-I82bV off=9282260 len=1621229 2024-07-27T18:43:19.378 INFO:tasks.workunit.client.0.smithi029.stdout:op 796 completed, throughput=4.99MB/sec 2024-07-27T18:43:19.378 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-k2huAHt-WNl0JGB off=83050 len=753071 2024-07-27T18:43:19.379 INFO:tasks.workunit.client.0.smithi029.stdout:op 797 completed, throughput=5MB/sec 2024-07-27T18:43:19.379 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UTpkpKpItw8SXzM off=831588 len=214026 2024-07-27T18:43:19.380 INFO:tasks.workunit.client.0.smithi029.stdout:op 798 completed, throughput=5MB/sec 2024-07-27T18:43:19.380 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-617JUf7N6pWuXiW off=4790746 len=2028952 2024-07-27T18:43:19.382 INFO:tasks.workunit.client.0.smithi029.stdout:op 799 completed, throughput=5.01MB/sec 2024-07-27T18:43:20.382 INFO:tasks.workunit.client.0.smithi029.stdout: 162: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:20.382 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oot45IGwXcSy8lN off=20170833 len=494016 2024-07-27T18:43:20.383 INFO:tasks.workunit.client.0.smithi029.stdout:op 800 completed, throughput=4.98MB/sec 2024-07-27T18:43:20.383 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4W3TzPKuHJShrQG off=7898219 len=874021 2024-07-27T18:43:20.385 INFO:tasks.workunit.client.0.smithi029.stdout:op 801 completed, throughput=4.99MB/sec 2024-07-27T18:43:20.385 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-65yY4VjtLpqJEB- off=14877100 len=1832128 2024-07-27T18:43:20.387 INFO:tasks.workunit.client.0.smithi029.stdout:op 802 completed, throughput=5MB/sec 2024-07-27T18:43:20.387 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JxNYLskORuJEWbA off=13463566 len=1499943 2024-07-27T18:43:20.389 INFO:tasks.workunit.client.0.smithi029.stdout:op 803 completed, throughput=5MB/sec 2024-07-27T18:43:20.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:20 smithi179 ceph-mon[89801]: pgmap v1486: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:43:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:20 smithi029 ceph-mon[96870]: pgmap v1486: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:43:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:20 smithi029 ceph-mon[99353]: pgmap v1486: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:43:21.389 INFO:tasks.workunit.client.0.smithi029.stdout: 163: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:21.389 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-K9c9qgEHqy451r4 off=0 len=1492814 2024-07-27T18:43:21.391 INFO:tasks.workunit.client.0.smithi029.stdout:op 804 completed, throughput=4.98MB/sec 2024-07-27T18:43:21.391 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Wzbhw2gnZqjr1nX off=8653397 len=1647664 2024-07-27T18:43:21.394 INFO:tasks.workunit.client.0.smithi029.stdout:op 805 completed, throughput=4.99MB/sec 2024-07-27T18:43:21.394 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CETR_ha-g_TFJBp off=637826 len=1800400 2024-07-27T18:43:21.403 INFO:tasks.workunit.client.0.smithi029.stdout:op 806 completed, throughput=5MB/sec 2024-07-27T18:43:22.403 INFO:tasks.workunit.client.0.smithi029.stdout: 164: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:22.403 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g0Uu9ObgHi_lMk9 off=3242254 len=1039208 2024-07-27T18:43:22.406 INFO:tasks.workunit.client.0.smithi029.stdout:op 807 completed, throughput=4.98MB/sec 2024-07-27T18:43:22.406 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RFAIbDJM9SnJ7nM off=4455791 len=1708768 2024-07-27T18:43:22.407 INFO:tasks.workunit.client.0.smithi029.stdout:op 808 completed, throughput=4.99MB/sec 2024-07-27T18:43:22.407 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-I-9om0qhKY1d17K off=78118 len=309602 2024-07-27T18:43:22.411 INFO:tasks.workunit.client.0.smithi029.stdout:op 809 completed, throughput=4.99MB/sec 2024-07-27T18:43:22.411 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jrswJWfzLBC4jX9 off=787729 len=915156 2024-07-27T18:43:22.412 INFO:tasks.workunit.client.0.smithi029.stdout:op 810 completed, throughput=5MB/sec 2024-07-27T18:43:22.412 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nH6e2c8kz0R2Yn3 off=1749983 len=827204 2024-07-27T18:43:22.413 INFO:tasks.workunit.client.0.smithi029.stdout:op 811 completed, throughput=5MB/sec 2024-07-27T18:43:22.413 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vUoQG6N0rQaFYT2 off=1271804 len=1892380 2024-07-27T18:43:22.421 INFO:tasks.workunit.client.0.smithi029.stdout:op 812 completed, throughput=5.01MB/sec 2024-07-27T18:43:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:22 smithi179 ceph-mon[89801]: pgmap v1487: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:43:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:22 smithi029 ceph-mon[96870]: pgmap v1487: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:43:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:22 smithi029 ceph-mon[99353]: pgmap v1487: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:43:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:43:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:43:22] "GET /metrics HTTP/1.1" 200 34034 "" "Prometheus/2.43.0" 2024-07-27T18:43:23.421 INFO:tasks.workunit.client.0.smithi029.stdout: 165: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:23.421 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-25ZO7JYg-zG6UjW off=180093 len=727494 2024-07-27T18:43:23.422 INFO:tasks.workunit.client.0.smithi029.stdout:op 813 completed, throughput=4.98MB/sec 2024-07-27T18:43:23.422 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-j9qoC5NAoekB2Yj off=1808470 len=219691 2024-07-27T18:43:23.422 INFO:tasks.workunit.client.0.smithi029.stdout:op 814 completed, throughput=4.99MB/sec 2024-07-27T18:43:23.423 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WywCXvW4zngKueM off=2919335 len=2029763 2024-07-27T18:43:23.424 INFO:tasks.workunit.client.0.smithi029.stdout:op 815 completed, throughput=5MB/sec 2024-07-27T18:43:23.424 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-u8-44c5rLRPVIFR off=3417695 len=796379 2024-07-27T18:43:23.425 INFO:tasks.workunit.client.0.smithi029.stdout:op 816 completed, throughput=5MB/sec 2024-07-27T18:43:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:43:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:43:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:43:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:43:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:43:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:43:23.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:43:23.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:43:23.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:43:24.428 INFO:tasks.workunit.client.0.smithi029.stdout: 166: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:24.428 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JLpDp2Ecr3eUG1o off=2587679 len=1548040 2024-07-27T18:43:24.428 INFO:tasks.workunit.client.0.smithi029.stdout:op 817 completed, throughput=4.98MB/sec 2024-07-27T18:43:24.429 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Sg8yAT2t-LsuffW off=6102682 len=1345928 2024-07-27T18:43:24.436 INFO:tasks.workunit.client.0.smithi029.stdout:op 818 completed, throughput=4.99MB/sec 2024-07-27T18:43:24.437 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HaPXHHB6O5yDCGS off=8624751 len=1118712 2024-07-27T18:43:24.442 INFO:tasks.workunit.client.0.smithi029.stdout:op 819 completed, throughput=4.99MB/sec 2024-07-27T18:43:24.442 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nefNUSEOzyZY_hQ off=4788464 len=2071029 2024-07-27T18:43:24.446 INFO:tasks.workunit.client.0.smithi029.stdout:op 820 completed, throughput=5.01MB/sec 2024-07-27T18:43:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:24 smithi179 ceph-mon[89801]: pgmap v1488: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:43:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:43:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:43:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:43:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:43:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:24 smithi029 ceph-mon[96870]: pgmap v1488: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:43:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:43:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:43:24.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:43:24.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:43:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:24 smithi029 ceph-mon[99353]: pgmap v1488: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:43:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:43:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:43:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:43:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:43:25.447 INFO:tasks.workunit.client.0.smithi029.stdout: 167: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:25.447 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5qX73PvYw3C1-IK off=1206390 len=653235 2024-07-27T18:43:25.451 INFO:tasks.workunit.client.0.smithi029.stdout:op 821 completed, throughput=4.98MB/sec 2024-07-27T18:43:25.451 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KGIk3xYu9L_Xe9Z off=5141519 len=401973 2024-07-27T18:43:25.455 INFO:tasks.workunit.client.0.smithi029.stdout:op 822 completed, throughput=4.98MB/sec 2024-07-27T18:43:25.455 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5Q71Jq8jWpwRC29 off=9128464 len=1170629 2024-07-27T18:43:25.456 INFO:tasks.workunit.client.0.smithi029.stdout:op 823 completed, throughput=4.99MB/sec 2024-07-27T18:43:25.456 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TMm0-ZR_yhJ11ea off=2248328 len=685644 2024-07-27T18:43:25.457 INFO:tasks.workunit.client.0.smithi029.stdout:op 824 completed, throughput=4.99MB/sec 2024-07-27T18:43:25.457 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jmXH0NRguDCfwiL off=3354323 len=610169 2024-07-27T18:43:25.458 INFO:tasks.workunit.client.0.smithi029.stdout:op 825 completed, throughput=5MB/sec 2024-07-27T18:43:25.458 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-F_FUJedfnWWge9V off=10421266 len=709201 2024-07-27T18:43:25.462 INFO:tasks.workunit.client.0.smithi029.stdout:op 826 completed, throughput=5MB/sec 2024-07-27T18:43:25.462 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-l-Pr15XgR6nvjTU off=639756 len=1102215 2024-07-27T18:43:25.465 INFO:tasks.workunit.client.0.smithi029.stdout:op 827 completed, throughput=5.01MB/sec 2024-07-27T18:43:26.465 INFO:tasks.workunit.client.0.smithi029.stdout: 168: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:26.465 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tbhu3oQ_QHJlJxM off=19960702 len=840259 2024-07-27T18:43:26.469 INFO:tasks.workunit.client.0.smithi029.stdout:op 828 completed, throughput=4.98MB/sec 2024-07-27T18:43:26.470 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jyJg91Gc16WoR43 off=10626321 len=946814 2024-07-27T18:43:26.471 INFO:tasks.workunit.client.0.smithi029.stdout:op 829 completed, throughput=4.99MB/sec 2024-07-27T18:43:26.471 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-txX92TzGl09hAY9 off=3672399 len=194247 2024-07-27T18:43:26.473 INFO:tasks.workunit.client.0.smithi029.stdout:op 830 completed, throughput=4.99MB/sec 2024-07-27T18:43:26.473 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PLhbgJNOWelhGyi off=1325396 len=410979 2024-07-27T18:43:26.475 INFO:tasks.workunit.client.0.smithi029.stdout:op 831 completed, throughput=4.99MB/sec 2024-07-27T18:43:26.475 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qSLGQuytQxYbpeK off=11618609 len=1151591 2024-07-27T18:43:26.480 INFO:tasks.workunit.client.0.smithi029.stdout:op 832 completed, throughput=5MB/sec 2024-07-27T18:43:26.480 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zzzZ30Tgogc9Vrc off=7688950 len=627633 2024-07-27T18:43:26.481 INFO:tasks.workunit.client.0.smithi029.stdout:op 833 completed, throughput=5MB/sec 2024-07-27T18:43:26.481 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_J3Nu3r8sNFARhN off=3155065 len=1274946 2024-07-27T18:43:26.483 INFO:tasks.workunit.client.0.smithi029.stdout:op 834 completed, throughput=5.01MB/sec 2024-07-27T18:43:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:26 smithi179 ceph-mon[89801]: pgmap v1489: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:43:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:26 smithi029 ceph-mon[96870]: pgmap v1489: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:43:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:26 smithi029 ceph-mon[99353]: pgmap v1489: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:43:27.483 INFO:tasks.workunit.client.0.smithi029.stdout: 169: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:27.483 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YD-qcy-8cR0W0is off=1213703 len=1943106 2024-07-27T18:43:27.486 INFO:tasks.workunit.client.0.smithi029.stdout:op 835 completed, throughput=4.99MB/sec 2024-07-27T18:43:27.486 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4Iuna11UzdD49FP off=5920854 len=1688754 2024-07-27T18:43:27.490 INFO:tasks.workunit.client.0.smithi029.stdout:op 836 completed, throughput=5MB/sec 2024-07-27T18:43:27.490 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vNnk-z8rPxrkiS6 off=12316142 len=198157 2024-07-27T18:43:27.495 INFO:tasks.workunit.client.0.smithi029.stdout:op 837 completed, throughput=5MB/sec 2024-07-27T18:43:27.495 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xhcbWFxsu_c0FGt off=9788294 len=283215 2024-07-27T18:43:27.496 INFO:tasks.workunit.client.0.smithi029.stdout:op 838 completed, throughput=5MB/sec 2024-07-27T18:43:27.496 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MVYuTGD6FAEGEDe off=11237407 len=282375 2024-07-27T18:43:27.497 INFO:tasks.workunit.client.0.smithi029.stdout:op 839 completed, throughput=5MB/sec 2024-07-27T18:43:28.497 INFO:tasks.workunit.client.0.smithi029.stdout: 170: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:28.497 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qAn1crRGMqGzI3_ off=6320293 len=2029981 2024-07-27T18:43:28.499 INFO:tasks.workunit.client.0.smithi029.stdout:op 840 completed, throughput=4.98MB/sec 2024-07-27T18:43:28.500 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Anjsgdpvn5JNgaA off=3547079 len=549855 2024-07-27T18:43:28.502 INFO:tasks.workunit.client.0.smithi029.stdout:op 841 completed, throughput=4.99MB/sec 2024-07-27T18:43:28.502 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TN6E6TacjiLvShZ off=15082205 len=1929930 2024-07-27T18:43:28.514 INFO:tasks.workunit.client.0.smithi029.stdout:op 842 completed, throughput=5MB/sec 2024-07-27T18:43:28.514 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ws9iyEN1i1nH4VO off=5015517 len=1602982 2024-07-27T18:43:28.523 INFO:tasks.workunit.client.0.smithi029.stdout:op 843 completed, throughput=5.01MB/sec 2024-07-27T18:43:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:28 smithi179 ceph-mon[89801]: pgmap v1490: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:43:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:28 smithi029 ceph-mon[96870]: pgmap v1490: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:43:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:28 smithi029 ceph-mon[99353]: pgmap v1490: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:43:29.523 INFO:tasks.workunit.client.0.smithi029.stdout: 171: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:29.523 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Zsmf01I4ze35wi1 off=8374074 len=441660 2024-07-27T18:43:29.527 INFO:tasks.workunit.client.0.smithi029.stdout:op 844 completed, throughput=4.98MB/sec 2024-07-27T18:43:29.527 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q-5AcUUGYhRIwrI off=12105601 len=1073328 2024-07-27T18:43:29.532 INFO:tasks.workunit.client.0.smithi029.stdout:op 845 completed, throughput=4.98MB/sec 2024-07-27T18:43:29.532 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5ax0zsDjvguJAVZ off=6509341 len=725279 2024-07-27T18:43:29.537 INFO:tasks.workunit.client.0.smithi029.stdout:op 846 completed, throughput=4.99MB/sec 2024-07-27T18:43:29.537 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CyA2eEAgNkEWcyX off=2064835 len=2060326 2024-07-27T18:43:29.539 INFO:tasks.workunit.client.0.smithi029.stdout:op 847 completed, throughput=5MB/sec 2024-07-27T18:43:29.540 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EdnhG35WrkB4osH off=1533450 len=848545 2024-07-27T18:43:29.540 INFO:tasks.workunit.client.0.smithi029.stdout:op 848 completed, throughput=5MB/sec 2024-07-27T18:43:30.541 INFO:tasks.workunit.client.0.smithi029.stdout: 172: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:30.541 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yzSGJblSAE7wj4w off=2820458 len=1616689 2024-07-27T18:43:30.543 INFO:tasks.workunit.client.0.smithi029.stdout:op 849 completed, throughput=4.98MB/sec 2024-07-27T18:43:30.543 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-d-tDgxO_XwDerpa off=14178813 len=396426 2024-07-27T18:43:30.544 INFO:tasks.workunit.client.0.smithi029.stdout:op 850 completed, throughput=4.99MB/sec 2024-07-27T18:43:30.544 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6jHpEOeo87lZlLX off=7888580 len=896865 2024-07-27T18:43:30.549 INFO:tasks.workunit.client.0.smithi029.stdout:op 851 completed, throughput=4.99MB/sec 2024-07-27T18:43:30.549 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-raLacGkO5Y_JwEp off=8967751 len=1784294 2024-07-27T18:43:30.559 INFO:tasks.workunit.client.0.smithi029.stdout:op 852 completed, throughput=5MB/sec 2024-07-27T18:43:30.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:30 smithi179 ceph-mon[89801]: pgmap v1491: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:43:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:30 smithi029 ceph-mon[96870]: pgmap v1491: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:43:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:30 smithi029 ceph-mon[99353]: pgmap v1491: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:43:31.559 INFO:tasks.workunit.client.0.smithi029.stdout: 173: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:31.559 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_onwUwzAQ6dAKyX off=15501178 len=1437075 2024-07-27T18:43:31.567 INFO:tasks.workunit.client.0.smithi029.stdout:op 853 completed, throughput=4.98MB/sec 2024-07-27T18:43:31.568 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Qec2AJfr_IUGiso off=1985186 len=395844 2024-07-27T18:43:31.568 INFO:tasks.workunit.client.0.smithi029.stdout:op 854 completed, throughput=4.98MB/sec 2024-07-27T18:43:31.568 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_HHTD4tqpHDXBvk off=4148483 len=549075 2024-07-27T18:43:31.569 INFO:tasks.workunit.client.0.smithi029.stdout:op 855 completed, throughput=4.98MB/sec 2024-07-27T18:43:31.569 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8sQgu3Jj8DZpA8F off=1364869 len=1529025 2024-07-27T18:43:31.577 INFO:tasks.workunit.client.0.smithi029.stdout:op 856 completed, throughput=4.99MB/sec 2024-07-27T18:43:31.577 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hqMedne1TKJvKIO off=301361 len=1983731 2024-07-27T18:43:31.579 INFO:tasks.workunit.client.0.smithi029.stdout:op 857 completed, throughput=5MB/sec 2024-07-27T18:43:32.580 INFO:tasks.workunit.client.0.smithi029.stdout: 174: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:32.580 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ty43xkAD0aPzeqR off=12103692 len=1068625 2024-07-27T18:43:32.582 INFO:tasks.workunit.client.0.smithi029.stdout:op 858 completed, throughput=4.98MB/sec 2024-07-27T18:43:32.582 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s1sf2sftaH-vo97 off=213860 len=429890 2024-07-27T18:43:32.582 INFO:tasks.workunit.client.0.smithi029.stdout:op 859 completed, throughput=4.98MB/sec 2024-07-27T18:43:32.583 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-skHyc7kQdOUbi22 off=12978380 len=2066684 2024-07-27T18:43:32.585 INFO:tasks.workunit.client.0.smithi029.stdout:op 860 completed, throughput=4.99MB/sec 2024-07-27T18:43:32.585 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RE-MTHPmiaimYGp off=4766239 len=1672673 2024-07-27T18:43:32.592 INFO:tasks.workunit.client.0.smithi029.stdout:op 861 completed, throughput=5MB/sec 2024-07-27T18:43:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:32 smithi179 ceph-mon[89801]: pgmap v1492: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:43:32.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:32 smithi029 ceph-mon[96870]: pgmap v1492: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:43:32.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:32 smithi029 ceph-mon[99353]: pgmap v1492: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:43:32.754 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:43:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:43:32] "GET /metrics HTTP/1.1" 200 34034 "" "Prometheus/2.43.0" 2024-07-27T18:43:33.593 INFO:tasks.workunit.client.0.smithi029.stdout: 175: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:33.593 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CbSkxsKO2wdZ4O8 off=19714276 len=1176044 2024-07-27T18:43:33.595 INFO:tasks.workunit.client.0.smithi029.stdout:op 862 completed, throughput=4.98MB/sec 2024-07-27T18:43:33.595 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-U7Vm-FUsVF9V10_ off=3335074 len=616950 2024-07-27T18:43:33.599 INFO:tasks.workunit.client.0.smithi029.stdout:op 863 completed, throughput=4.98MB/sec 2024-07-27T18:43:33.600 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gQZItdsEcpdIMDo off=1967315 len=290444 2024-07-27T18:43:33.600 INFO:tasks.workunit.client.0.smithi029.stdout:op 864 completed, throughput=4.99MB/sec 2024-07-27T18:43:33.601 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wSULAbKFHNIcMoj off=11606557 len=742516 2024-07-27T18:43:33.606 INFO:tasks.workunit.client.0.smithi029.stdout:op 865 completed, throughput=4.99MB/sec 2024-07-27T18:43:33.606 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WISCApslp7AgHBs off=15708330 len=1200122 2024-07-27T18:43:33.608 INFO:tasks.workunit.client.0.smithi029.stdout:op 866 completed, throughput=5MB/sec 2024-07-27T18:43:33.608 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UqplNRwBuGf25hg off=780958 len=376050 2024-07-27T18:43:33.612 INFO:tasks.workunit.client.0.smithi029.stdout:op 867 completed, throughput=5MB/sec 2024-07-27T18:43:33.613 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PskvMww5abQCEF9 off=12286280 len=1362934 2024-07-27T18:43:33.613 INFO:tasks.workunit.client.0.smithi029.stdout:op 868 completed, throughput=5.01MB/sec 2024-07-27T18:43:34.611 INFO:tasks.workunit.client.0.smithi029.stdout: 176: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:34.611 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-j7YI1jOpcDlIayx off=5798541 len=614267 2024-07-27T18:43:34.611 INFO:tasks.workunit.client.0.smithi029.stdout:op 869 completed, throughput=4.98MB/sec 2024-07-27T18:43:34.612 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-woEOa7u2NEfM8Kb off=3646765 len=1017535 2024-07-27T18:43:34.613 INFO:tasks.workunit.client.0.smithi029.stdout:op 870 completed, throughput=4.99MB/sec 2024-07-27T18:43:34.613 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MK61xgN4Etdgb7Z off=8385784 len=1862426 2024-07-27T18:43:34.622 INFO:tasks.workunit.client.0.smithi029.stdout:op 871 completed, throughput=5MB/sec 2024-07-27T18:43:34.622 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vES__Zjh5bfEwN9 off=5929627 len=1829309 2024-07-27T18:43:34.628 INFO:tasks.workunit.client.0.smithi029.stdout:op 872 completed, throughput=5.01MB/sec 2024-07-27T18:43:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:34 smithi179 ceph-mon[89801]: pgmap v1493: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.4 MiB/s wr, 4 op/s 2024-07-27T18:43:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:34 smithi029 ceph-mon[96870]: pgmap v1493: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.4 MiB/s wr, 4 op/s 2024-07-27T18:43:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:34 smithi029 ceph-mon[99353]: pgmap v1493: 105 pgs: 105 active+clean; 127 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.4 MiB/s wr, 4 op/s 2024-07-27T18:43:35.629 INFO:tasks.workunit.client.0.smithi029.stdout: 177: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:35.629 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ucYY4_o1ntbzJf7 off=86661 len=1980759 2024-07-27T18:43:35.639 INFO:tasks.workunit.client.0.smithi029.stdout:op 873 completed, throughput=4.99MB/sec 2024-07-27T18:43:35.639 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nROwXviIGnjPu9J off=2655285 len=1721028 2024-07-27T18:43:35.641 INFO:tasks.workunit.client.0.smithi029.stdout:op 874 completed, throughput=5MB/sec 2024-07-27T18:43:35.641 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bX5p-b7iNJHM2Ak off=7627074 len=1232572 2024-07-27T18:43:35.644 INFO:tasks.workunit.client.0.smithi029.stdout:op 875 completed, throughput=5MB/sec 2024-07-27T18:43:36.645 INFO:tasks.workunit.client.0.smithi029.stdout: 178: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:36.645 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_HHTD4tqpHDXBvk off=17341464 len=1718327 2024-07-27T18:43:36.652 INFO:tasks.workunit.client.0.smithi029.stdout:op 876 completed, throughput=4.98MB/sec 2024-07-27T18:43:36.652 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6CuN5xda0Hh3cbB off=344580 len=1120555 2024-07-27T18:43:36.654 INFO:tasks.workunit.client.0.smithi029.stdout:op 877 completed, throughput=4.99MB/sec 2024-07-27T18:43:36.654 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--pj0RzT6pq81E_6 off=2185117 len=718426 2024-07-27T18:43:36.655 INFO:tasks.workunit.client.0.smithi029.stdout:op 878 completed, throughput=4.99MB/sec 2024-07-27T18:43:36.655 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R9bXUlmAbFgct1d off=18555530 len=1362838 2024-07-27T18:43:36.657 INFO:tasks.workunit.client.0.smithi029.stdout:op 879 completed, throughput=5MB/sec 2024-07-27T18:43:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:36 smithi179 ceph-mon[89801]: pgmap v1494: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:43:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:36 smithi029 ceph-mon[96870]: pgmap v1494: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:43:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:36 smithi029 ceph-mon[99353]: pgmap v1494: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:43:37.657 INFO:tasks.workunit.client.0.smithi029.stdout: 179: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:37.657 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--Gam6tMzdvud-JK off=8928556 len=452900 2024-07-27T18:43:37.658 INFO:tasks.workunit.client.0.smithi029.stdout:op 880 completed, throughput=4.98MB/sec 2024-07-27T18:43:37.658 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kRu-BuAj1k_nEzR off=4587226 len=563728 2024-07-27T18:43:37.660 INFO:tasks.workunit.client.0.smithi029.stdout:op 881 completed, throughput=4.98MB/sec 2024-07-27T18:43:37.660 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JAe32TBLHNww_L9 off=2198443 len=1846974 2024-07-27T18:43:37.662 INFO:tasks.workunit.client.0.smithi029.stdout:op 882 completed, throughput=4.99MB/sec 2024-07-27T18:43:37.663 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hx81hz_0dsftHcT off=9729128 len=1969151 2024-07-27T18:43:37.666 INFO:tasks.workunit.client.0.smithi029.stdout:op 883 completed, throughput=5MB/sec 2024-07-27T18:43:37.666 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YnEWhMaeq8CFOqK off=3421931 len=383780 2024-07-27T18:43:37.667 INFO:tasks.workunit.client.0.smithi029.stdout:op 884 completed, throughput=5MB/sec 2024-07-27T18:43:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:38 smithi179 ceph-mon[89801]: pgmap v1495: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:43:38.667 INFO:tasks.workunit.client.0.smithi029.stdout: 180: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:38.667 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q6P_FasT7hduGnP off=3674171 len=1420678 2024-07-27T18:43:38.674 INFO:tasks.workunit.client.0.smithi029.stdout:op 885 completed, throughput=4.98MB/sec 2024-07-27T18:43:38.675 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Hz8_qRRiR3tta6h off=6792116 len=329736 2024-07-27T18:43:38.675 INFO:tasks.workunit.client.0.smithi029.stdout:op 886 completed, throughput=4.98MB/sec 2024-07-27T18:43:38.675 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dcur5ZjA4O9qLeb off=1428420 len=218124 2024-07-27T18:43:38.676 INFO:tasks.workunit.client.0.smithi029.stdout:op 887 completed, throughput=4.98MB/sec 2024-07-27T18:43:38.676 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dEKLUly62qrMejo off=415087 len=1603560 2024-07-27T18:43:38.683 INFO:tasks.workunit.client.0.smithi029.stdout:op 888 completed, throughput=4.99MB/sec 2024-07-27T18:43:38.683 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Dtt0Bv8oo7wLzsa off=10931352 len=970517 2024-07-27T18:43:38.687 INFO:tasks.workunit.client.0.smithi029.stdout:op 889 completed, throughput=5MB/sec 2024-07-27T18:43:38.687 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I95kyKRjn9xN9fw off=18039674 len=639114 2024-07-27T18:43:38.689 INFO:tasks.workunit.client.0.smithi029.stdout:op 890 completed, throughput=5MB/sec 2024-07-27T18:43:38.689 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tcnyVhPlgBOSdag off=5661287 len=140181 2024-07-27T18:43:38.690 INFO:tasks.workunit.client.0.smithi029.stdout:op 891 completed, throughput=5MB/sec 2024-07-27T18:43:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:38 smithi029 ceph-mon[99353]: pgmap v1495: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:43:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:38 smithi029 ceph-mon[96870]: pgmap v1495: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:43:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:43:39.690 INFO:tasks.workunit.client.0.smithi029.stdout: 181: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:39.690 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-l0qSIbJKCXa1LwM off=835611 len=598720 2024-07-27T18:43:39.694 INFO:tasks.workunit.client.0.smithi029.stdout:op 892 completed, throughput=4.98MB/sec 2024-07-27T18:43:39.694 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UY7aL4uoOofy9fv off=1359539 len=1362489 2024-07-27T18:43:39.701 INFO:tasks.workunit.client.0.smithi029.stdout:op 893 completed, throughput=4.98MB/sec 2024-07-27T18:43:39.701 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5-M6t3YAAIOCmTh off=10733200 len=2044451 2024-07-27T18:43:39.705 INFO:tasks.workunit.client.0.smithi029.stdout:op 894 completed, throughput=4.99MB/sec 2024-07-27T18:43:39.705 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BMqXSLnyNB6u0Gq off=2898489 len=611489 2024-07-27T18:43:39.709 INFO:tasks.workunit.client.0.smithi029.stdout:op 895 completed, throughput=5MB/sec 2024-07-27T18:43:39.710 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OfBEMzA4D4YMbwe off=8796233 len=973895 2024-07-27T18:43:39.715 INFO:tasks.workunit.client.0.smithi029.stdout:op 896 completed, throughput=5MB/sec 2024-07-27T18:43:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:43:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:43:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:40 smithi179 ceph-mon[89801]: pgmap v1496: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:43:40.715 INFO:tasks.workunit.client.0.smithi029.stdout: 182: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:40.715 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zrGUDPqMIOVxb2x off=16772771 len=1838743 2024-07-27T18:43:40.726 INFO:tasks.workunit.client.0.smithi029.stdout:op 897 completed, throughput=4.98MB/sec 2024-07-27T18:43:40.726 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-udJ_9Q8KSEupWh7 off=1582318 len=1917140 2024-07-27T18:43:40.735 INFO:tasks.workunit.client.0.smithi029.stdout:op 898 completed, throughput=4.99MB/sec 2024-07-27T18:43:40.735 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mAEY1-EEB_T-11F off=3664719 len=666531 2024-07-27T18:43:40.739 INFO:tasks.workunit.client.0.smithi029.stdout:op 899 completed, throughput=5MB/sec 2024-07-27T18:43:40.739 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0QwA2qdKB1ry728 off=3319473 len=1828433 2024-07-27T18:43:40.746 INFO:tasks.workunit.client.0.smithi029.stdout:op 900 completed, throughput=5.01MB/sec 2024-07-27T18:43:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:40 smithi029 ceph-mon[96870]: pgmap v1496: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:43:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:40 smithi029 ceph-mon[99353]: pgmap v1496: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:43:41.746 INFO:tasks.workunit.client.0.smithi029.stdout: 183: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:41.746 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0n17QtGXFQHmhih off=5441389 len=448529 2024-07-27T18:43:41.747 INFO:tasks.workunit.client.0.smithi029.stdout:op 901 completed, throughput=4.98MB/sec 2024-07-27T18:43:41.747 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-htygxDGaM6TJEos off=12052077 len=264773 2024-07-27T18:43:41.750 INFO:tasks.workunit.client.0.smithi029.stdout:op 902 completed, throughput=4.98MB/sec 2024-07-27T18:43:41.750 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cB5l1TGu15u8dvX off=798444 len=1159597 2024-07-27T18:43:41.752 INFO:tasks.workunit.client.0.smithi029.stdout:op 903 completed, throughput=4.99MB/sec 2024-07-27T18:43:41.753 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PIuhPQ-2PC-dYv- off=917728 len=1966561 2024-07-27T18:43:41.755 INFO:tasks.workunit.client.0.smithi029.stdout:op 904 completed, throughput=5MB/sec 2024-07-27T18:43:41.755 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n1FN77yBz0YVPt7 off=17669994 len=1806779 2024-07-27T18:43:41.771 INFO:tasks.workunit.client.0.smithi029.stdout:op 905 completed, throughput=5.01MB/sec 2024-07-27T18:43:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:42 smithi179 ceph-mon[89801]: pgmap v1497: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:43:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:42 smithi029 ceph-mon[96870]: pgmap v1497: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:43:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:42 smithi029 ceph-mon[99353]: pgmap v1497: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:43:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:43:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:43:42] "GET /metrics HTTP/1.1" 200 34032 "" "Prometheus/2.43.0" 2024-07-27T18:43:42.772 INFO:tasks.workunit.client.0.smithi029.stdout: 184: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:42.772 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w4fPuOo7sEa4lWl off=14086153 len=1547751 2024-07-27T18:43:42.774 INFO:tasks.workunit.client.0.smithi029.stdout:op 906 completed, throughput=4.99MB/sec 2024-07-27T18:43:42.774 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CQViKHExS78RDNy off=5194583 len=1672083 2024-07-27T18:43:42.776 INFO:tasks.workunit.client.0.smithi029.stdout:op 907 completed, throughput=5MB/sec 2024-07-27T18:43:42.776 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zB9pASRHcnRtVmJ off=817274 len=1987383 2024-07-27T18:43:42.784 INFO:tasks.workunit.client.0.smithi029.stdout:op 908 completed, throughput=5.01MB/sec 2024-07-27T18:43:43.784 INFO:tasks.workunit.client.0.smithi029.stdout: 185: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:43.784 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XM2114Co9z3PiQI off=6982617 len=1014908 2024-07-27T18:43:43.789 INFO:tasks.workunit.client.0.smithi029.stdout:op 909 completed, throughput=4.99MB/sec 2024-07-27T18:43:43.789 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-h67QpFnpo-gTbUr off=4122671 len=1078339 2024-07-27T18:43:43.795 INFO:tasks.workunit.client.0.smithi029.stdout:op 910 completed, throughput=4.99MB/sec 2024-07-27T18:43:43.796 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fN6u16zsxlir0AE off=527005 len=109102 2024-07-27T18:43:43.798 INFO:tasks.workunit.client.0.smithi029.stdout:op 911 completed, throughput=4.99MB/sec 2024-07-27T18:43:43.799 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hFR_9utk9dlQ8hN off=8522541 len=1549071 2024-07-27T18:43:43.801 INFO:tasks.workunit.client.0.smithi029.stdout:op 912 completed, throughput=5MB/sec 2024-07-27T18:43:43.801 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hU2e4YOZ-i3-9u- off=6940946 len=1087513 2024-07-27T18:43:43.807 INFO:tasks.workunit.client.0.smithi029.stdout:op 913 completed, throughput=5MB/sec 2024-07-27T18:43:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:44 smithi179 ceph-mon[89801]: pgmap v1498: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:43:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:44 smithi029 ceph-mon[96870]: pgmap v1498: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:43:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:44 smithi029 ceph-mon[99353]: pgmap v1498: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:43:44.808 INFO:tasks.workunit.client.0.smithi029.stdout: 186: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:44.808 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-znM_RZrwfIzlaDG off=3528919 len=2009653 2024-07-27T18:43:44.816 INFO:tasks.workunit.client.0.smithi029.stdout:op 914 completed, throughput=4.99MB/sec 2024-07-27T18:43:44.816 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MWnKbHGvbbGs1Wz off=1306507 len=1724602 2024-07-27T18:43:44.821 INFO:tasks.workunit.client.0.smithi029.stdout:op 915 completed, throughput=5MB/sec 2024-07-27T18:43:44.822 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-daDnecCZRbKBdbE off=5364523 len=609433 2024-07-27T18:43:44.822 INFO:tasks.workunit.client.0.smithi029.stdout:op 916 completed, throughput=5MB/sec 2024-07-27T18:43:44.822 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lLymnr8fseGQGCU off=2501546 len=1853748 2024-07-27T18:43:44.824 INFO:tasks.workunit.client.0.smithi029.stdout:op 917 completed, throughput=5.01MB/sec 2024-07-27T18:43:45.824 INFO:tasks.workunit.client.0.smithi029.stdout: 187: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:45.824 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kQgOB-jmFnVfZJw off=1663321 len=1861240 2024-07-27T18:43:45.826 INFO:tasks.workunit.client.0.smithi029.stdout:op 918 completed, throughput=4.99MB/sec 2024-07-27T18:43:45.826 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-l0qSIbJKCXa1LwM off=106700 len=569141 2024-07-27T18:43:45.828 INFO:tasks.workunit.client.0.smithi029.stdout:op 919 completed, throughput=4.99MB/sec 2024-07-27T18:43:45.829 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZRof1ZJX0e71M5s off=901477 len=1827352 2024-07-27T18:43:45.836 INFO:tasks.workunit.client.0.smithi029.stdout:op 920 completed, throughput=5MB/sec 2024-07-27T18:43:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:46 smithi179 ceph-mon[89801]: pgmap v1499: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:43:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:46 smithi029 ceph-mon[96870]: pgmap v1499: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:43:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:46 smithi029 ceph-mon[99353]: pgmap v1499: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:43:46.838 INFO:tasks.workunit.client.0.smithi029.stdout: 188: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:46.838 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sFnNPqdobgsvLxf off=11915197 len=1305289 2024-07-27T18:43:46.839 INFO:tasks.workunit.client.0.smithi029.stdout:op 921 completed, throughput=4.98MB/sec 2024-07-27T18:43:46.839 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-C4mbeR6XQozZ_Ye off=2771135 len=1734755 2024-07-27T18:43:46.847 INFO:tasks.workunit.client.0.smithi029.stdout:op 922 completed, throughput=4.99MB/sec 2024-07-27T18:43:46.847 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-p0ajurh8UZQ9RsV off=3878962 len=1726901 2024-07-27T18:43:46.850 INFO:tasks.workunit.client.0.smithi029.stdout:op 923 completed, throughput=5MB/sec 2024-07-27T18:43:47.851 INFO:tasks.workunit.client.0.smithi029.stdout: 189: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:47.851 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Rp8DAdXL-ORnvwS off=5735968 len=5179 2024-07-27T18:43:47.853 INFO:tasks.workunit.client.0.smithi029.stdout:op 924 completed, throughput=4.97MB/sec 2024-07-27T18:43:47.853 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PRu99_KHZ6QyLXG off=508571 len=846259 2024-07-27T18:43:47.858 INFO:tasks.workunit.client.0.smithi029.stdout:op 925 completed, throughput=4.98MB/sec 2024-07-27T18:43:47.859 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bCWW-PXOwp96FkY off=2451238 len=362406 2024-07-27T18:43:47.862 INFO:tasks.workunit.client.0.smithi029.stdout:op 926 completed, throughput=4.98MB/sec 2024-07-27T18:43:47.862 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oFbGYmQh3C7EjQV off=6444444 len=708690 2024-07-27T18:43:47.866 INFO:tasks.workunit.client.0.smithi029.stdout:op 927 completed, throughput=4.98MB/sec 2024-07-27T18:43:47.866 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2uoCGRBqk1rPFmb off=3608153 len=685581 2024-07-27T18:43:47.867 INFO:tasks.workunit.client.0.smithi029.stdout:op 928 completed, throughput=4.99MB/sec 2024-07-27T18:43:47.868 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NlOrDEW456CU46G off=11809401 len=1807140 2024-07-27T18:43:47.869 INFO:tasks.workunit.client.0.smithi029.stdout:op 929 completed, throughput=5MB/sec 2024-07-27T18:43:47.869 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SD2cVcboFGHFV6j off=5336795 len=2095724 2024-07-27T18:43:47.882 INFO:tasks.workunit.client.0.smithi029.stdout:op 930 completed, throughput=5.01MB/sec 2024-07-27T18:43:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:48 smithi179 ceph-mon[89801]: pgmap v1500: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:43:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:48 smithi029 ceph-mon[96870]: pgmap v1500: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:43:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:48 smithi029 ceph-mon[99353]: pgmap v1500: 105 pgs: 105 active+clean; 127 GiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:43:48.882 INFO:tasks.workunit.client.0.smithi029.stdout: 190: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:48.883 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QM6NRJRx8_AjLG5 off=7325858 len=1017020 2024-07-27T18:43:48.884 INFO:tasks.workunit.client.0.smithi029.stdout:op 931 completed, throughput=4.98MB/sec 2024-07-27T18:43:48.884 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BHBpFlzJosKqd0S off=14422309 len=1142370 2024-07-27T18:43:48.886 INFO:tasks.workunit.client.0.smithi029.stdout:op 932 completed, throughput=4.99MB/sec 2024-07-27T18:43:48.886 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dxG9mtg-YhahVH5 off=11432757 len=1718156 2024-07-27T18:43:48.889 INFO:tasks.workunit.client.0.smithi029.stdout:op 933 completed, throughput=5MB/sec 2024-07-27T18:43:48.889 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FVdNTOJnRbHuVz6 off=6157017 len=1786786 2024-07-27T18:43:48.895 INFO:tasks.workunit.client.0.smithi029.stdout:op 934 completed, throughput=5.01MB/sec 2024-07-27T18:43:49.893 INFO:tasks.workunit.client.0.smithi029.stdout: 191: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:49.893 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O8DTSZ4CUlmu6iB off=4686379 len=505731 2024-07-27T18:43:49.894 INFO:tasks.workunit.client.0.smithi029.stdout:op 935 completed, throughput=4.98MB/sec 2024-07-27T18:43:49.894 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mwXACOtJe5Mfdsd off=2959897 len=617145 2024-07-27T18:43:49.896 INFO:tasks.workunit.client.0.smithi029.stdout:op 936 completed, throughput=4.99MB/sec 2024-07-27T18:43:49.896 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FDWZEaCfOUPL0WN off=4069226 len=1647640 2024-07-27T18:43:49.898 INFO:tasks.workunit.client.0.smithi029.stdout:op 937 completed, throughput=5MB/sec 2024-07-27T18:43:49.898 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_q5VoykDZaWIzQN off=3520595 len=498676 2024-07-27T18:43:49.899 INFO:tasks.workunit.client.0.smithi029.stdout:op 938 completed, throughput=5MB/sec 2024-07-27T18:43:49.899 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kf7Pv319up0ZIo0 off=4400005 len=1492721 2024-07-27T18:43:49.901 INFO:tasks.workunit.client.0.smithi029.stdout:op 939 completed, throughput=5.01MB/sec 2024-07-27T18:43:50.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:50 smithi179 ceph-mon[89801]: pgmap v1501: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:43:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:50 smithi029 ceph-mon[96870]: pgmap v1501: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:43:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:50 smithi029 ceph-mon[99353]: pgmap v1501: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:43:50.901 INFO:tasks.workunit.client.0.smithi029.stdout: 192: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:50.901 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zaulLDAv27Z4JJG off=2955889 len=1002441 2024-07-27T18:43:50.907 INFO:tasks.workunit.client.0.smithi029.stdout:op 940 completed, throughput=4.98MB/sec 2024-07-27T18:43:50.907 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yOW6eEXQ7rl6gtl off=0 len=1067177 2024-07-27T18:43:50.910 INFO:tasks.workunit.client.0.smithi029.stdout:op 941 completed, throughput=4.99MB/sec 2024-07-27T18:43:50.911 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uVzNg4mo_N09UgQ off=8634385 len=1183139 2024-07-27T18:43:50.916 INFO:tasks.workunit.client.0.smithi029.stdout:op 942 completed, throughput=4.99MB/sec 2024-07-27T18:43:50.917 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jCN4z8zvG0A8RPM off=17509105 len=1084956 2024-07-27T18:43:50.917 INFO:tasks.workunit.client.0.smithi029.stdout:op 943 completed, throughput=5MB/sec 2024-07-27T18:43:51.918 INFO:tasks.workunit.client.0.smithi029.stdout: 193: throughput=4.97MB/sec pending data=0 2024-07-27T18:43:51.918 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--Z1vcyvmLhn2pTu off=891175 len=1264671 2024-07-27T18:43:51.920 INFO:tasks.workunit.client.0.smithi029.stdout:op 944 completed, throughput=4.98MB/sec 2024-07-27T18:43:51.920 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-p23C-u69odngZzq off=683524 len=307739 2024-07-27T18:43:51.921 INFO:tasks.workunit.client.0.smithi029.stdout:op 945 completed, throughput=4.98MB/sec 2024-07-27T18:43:51.921 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-u8-44c5rLRPVIFR off=1118523 len=948597 2024-07-27T18:43:51.927 INFO:tasks.workunit.client.0.smithi029.stdout:op 946 completed, throughput=4.99MB/sec 2024-07-27T18:43:51.927 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fmnQ8ZWEanuJsLp off=1081926 len=740917 2024-07-27T18:43:51.931 INFO:tasks.workunit.client.0.smithi029.stdout:op 947 completed, throughput=4.99MB/sec 2024-07-27T18:43:51.931 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CWuRJTM4LQj4qpV off=1578938 len=1461701 2024-07-27T18:43:51.932 INFO:tasks.workunit.client.0.smithi029.stdout:op 948 completed, throughput=5MB/sec 2024-07-27T18:43:51.932 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oLBw4cL-TFoehPS off=7798942 len=2036113 2024-07-27T18:43:51.936 INFO:tasks.workunit.client.0.smithi029.stdout:op 949 completed, throughput=5.01MB/sec 2024-07-27T18:43:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:52 smithi179 ceph-mon[89801]: pgmap v1502: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.1 MiB/s wr, 4 op/s 2024-07-27T18:43:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:52 smithi029 ceph-mon[96870]: pgmap v1502: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.1 MiB/s wr, 4 op/s 2024-07-27T18:43:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:52 smithi029 ceph-mon[99353]: pgmap v1502: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.1 MiB/s wr, 4 op/s 2024-07-27T18:43:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:43:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:43:52] "GET /metrics HTTP/1.1" 200 34032 "" "Prometheus/2.43.0" 2024-07-27T18:43:52.936 INFO:tasks.workunit.client.0.smithi029.stdout: 194: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:52.937 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yCM0m_4RrQGcD_0 off=5102436 len=957727 2024-07-27T18:43:52.941 INFO:tasks.workunit.client.0.smithi029.stdout:op 950 completed, throughput=4.99MB/sec 2024-07-27T18:43:52.941 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uVFUpub8dUz79Re off=1788503 len=1344274 2024-07-27T18:43:52.947 INFO:tasks.workunit.client.0.smithi029.stdout:op 951 completed, throughput=4.99MB/sec 2024-07-27T18:43:52.947 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wBqDRk14NlbfSEu off=17602120 len=548022 2024-07-27T18:43:52.951 INFO:tasks.workunit.client.0.smithi029.stdout:op 952 completed, throughput=5MB/sec 2024-07-27T18:43:52.952 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XR8wtOwUCrrS517 off=1486007 len=105721 2024-07-27T18:43:52.952 INFO:tasks.workunit.client.0.smithi029.stdout:op 953 completed, throughput=5MB/sec 2024-07-27T18:43:52.952 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sEaZajwzEys8nsU off=480193 len=1907662 2024-07-27T18:43:52.953 INFO:tasks.workunit.client.0.smithi029.stdout:op 954 completed, throughput=5MB/sec 2024-07-27T18:43:53.954 INFO:tasks.workunit.client.0.smithi029.stdout: 195: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:53.954 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zswgJOUFZs_Sm0h off=10537387 len=531199 2024-07-27T18:43:53.955 INFO:tasks.workunit.client.0.smithi029.stdout:op 955 completed, throughput=4.98MB/sec 2024-07-27T18:43:53.955 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oSG2ywD6Xb0A-An off=6081439 len=1000905 2024-07-27T18:43:53.956 INFO:tasks.workunit.client.0.smithi029.stdout:op 956 completed, throughput=4.99MB/sec 2024-07-27T18:43:53.956 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xiYnmQmnok2OgXb off=18042446 len=473930 2024-07-27T18:43:53.961 INFO:tasks.workunit.client.0.smithi029.stdout:op 957 completed, throughput=4.99MB/sec 2024-07-27T18:43:53.961 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uFmouhLhB8AJ6Ne off=355603 len=1137317 2024-07-27T18:43:53.962 INFO:tasks.workunit.client.0.smithi029.stdout:op 958 completed, throughput=4.99MB/sec 2024-07-27T18:43:53.962 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_xtmtKl_zF-qcIX off=5603223 len=878412 2024-07-27T18:43:53.967 INFO:tasks.workunit.client.0.smithi029.stdout:op 959 completed, throughput=5MB/sec 2024-07-27T18:43:53.967 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5w5uYUSfyLHzYz5 off=2362809 len=564668 2024-07-27T18:43:53.968 INFO:tasks.workunit.client.0.smithi029.stdout:op 960 completed, throughput=5MB/sec 2024-07-27T18:43:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:54 smithi179 ceph-mon[89801]: pgmap v1503: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:43:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:43:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:54 smithi029 ceph-mon[99353]: pgmap v1503: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:43:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:43:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:54 smithi029 ceph-mon[96870]: pgmap v1503: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:43:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:43:54.968 INFO:tasks.workunit.client.0.smithi029.stdout: 196: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:54.969 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mMfx7ASCgCwdM23 off=23201 len=1487261 2024-07-27T18:43:54.970 INFO:tasks.workunit.client.0.smithi029.stdout:op 961 completed, throughput=4.98MB/sec 2024-07-27T18:43:54.970 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ibwI23PHNeUt4YR off=1467176 len=934259 2024-07-27T18:43:54.975 INFO:tasks.workunit.client.0.smithi029.stdout:op 962 completed, throughput=4.99MB/sec 2024-07-27T18:43:54.976 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NMh0wEoBbqZPmV5 off=2995728 len=384665 2024-07-27T18:43:54.979 INFO:tasks.workunit.client.0.smithi029.stdout:op 963 completed, throughput=4.99MB/sec 2024-07-27T18:43:54.979 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-H0ZYliWhhzcdc7F off=547862 len=1450578 2024-07-27T18:43:54.986 INFO:tasks.workunit.client.0.smithi029.stdout:op 964 completed, throughput=5MB/sec 2024-07-27T18:43:54.986 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e5ACCIu7sEtrOR7 off=6571582 len=1558177 2024-07-27T18:43:54.988 INFO:tasks.workunit.client.0.smithi029.stdout:op 965 completed, throughput=5MB/sec 2024-07-27T18:43:55.988 INFO:tasks.workunit.client.0.smithi029.stdout: 197: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:55.989 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Wx6UJmUvJmvt86L off=1944206 len=593489 2024-07-27T18:43:55.993 INFO:tasks.workunit.client.0.smithi029.stdout:op 966 completed, throughput=4.98MB/sec 2024-07-27T18:43:55.993 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8Hoomi99XJP7-b0 off=9997135 len=1421078 2024-07-27T18:43:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:op 967 completed, throughput=4.99MB/sec 2024-07-27T18:43:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GrzFCe8BPZAeksf off=15641304 len=788203 2024-07-27T18:43:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:op 968 completed, throughput=4.99MB/sec 2024-07-27T18:43:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8zUGrl4v4L0oI9Y off=7735218 len=374908 2024-07-27T18:43:55.999 INFO:tasks.workunit.client.0.smithi029.stdout:op 969 completed, throughput=4.99MB/sec 2024-07-27T18:43:56.000 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Jz6LbIz3NU-NwFT off=3930921 len=1696053 2024-07-27T18:43:56.001 INFO:tasks.workunit.client.0.smithi029.stdout:op 970 completed, throughput=5MB/sec 2024-07-27T18:43:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:56 smithi179 ceph-mon[89801]: pgmap v1504: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:43:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:56 smithi029 ceph-mon[96870]: pgmap v1504: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:43:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:56 smithi029 ceph-mon[99353]: pgmap v1504: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:43:57.002 INFO:tasks.workunit.client.0.smithi029.stdout: 198: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:57.002 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DIZFpLJpYjnqVJU off=7286156 len=583827 2024-07-27T18:43:57.004 INFO:tasks.workunit.client.0.smithi029.stdout:op 971 completed, throughput=4.98MB/sec 2024-07-27T18:43:57.004 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IGC-PvPagWFnSXS off=1780452 len=538335 2024-07-27T18:43:57.004 INFO:tasks.workunit.client.0.smithi029.stdout:op 972 completed, throughput=4.98MB/sec 2024-07-27T18:43:57.004 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XS9whgn1vvE4oO_ off=646747 len=2081708 2024-07-27T18:43:57.019 INFO:tasks.workunit.client.0.smithi029.stdout:op 973 completed, throughput=4.99MB/sec 2024-07-27T18:43:57.019 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OG9OdmelL6EkBsF off=13561996 len=1214600 2024-07-27T18:43:57.026 INFO:tasks.workunit.client.0.smithi029.stdout:op 974 completed, throughput=5MB/sec 2024-07-27T18:43:57.026 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xC6dshkeRkbs96r off=7188147 len=461684 2024-07-27T18:43:57.026 INFO:tasks.workunit.client.0.smithi029.stdout:op 975 completed, throughput=5MB/sec 2024-07-27T18:43:57.026 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3hhPa3U4jv3lUyB off=3748708 len=171834 2024-07-27T18:43:57.027 INFO:tasks.workunit.client.0.smithi029.stdout:op 976 completed, throughput=5MB/sec 2024-07-27T18:43:57.027 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Uyhd6Xy8XNXhPkn off=6209581 len=354116 2024-07-27T18:43:57.030 INFO:tasks.workunit.client.0.smithi029.stdout:op 977 completed, throughput=5MB/sec 2024-07-27T18:43:58.031 INFO:tasks.workunit.client.0.smithi029.stdout: 199: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:58.031 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HhifkM16-gc5vhQ off=1103359 len=881472 2024-07-27T18:43:58.036 INFO:tasks.workunit.client.0.smithi029.stdout:op 978 completed, throughput=4.98MB/sec 2024-07-27T18:43:58.036 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZTzS0ZeLS48FFOc off=1596250 len=454397 2024-07-27T18:43:58.037 INFO:tasks.workunit.client.0.smithi029.stdout:op 979 completed, throughput=4.98MB/sec 2024-07-27T18:43:58.037 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yZWZIx34oifFKUA off=2281957 len=789415 2024-07-27T18:43:58.042 INFO:tasks.workunit.client.0.smithi029.stdout:op 980 completed, throughput=4.99MB/sec 2024-07-27T18:43:58.042 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-G_T0oyQhrsj4ZcH off=7739389 len=309284 2024-07-27T18:43:58.043 INFO:tasks.workunit.client.0.smithi029.stdout:op 981 completed, throughput=4.99MB/sec 2024-07-27T18:43:58.043 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZxJG6IMbQzApLsJ off=1166212 len=377736 2024-07-27T18:43:58.044 INFO:tasks.workunit.client.0.smithi029.stdout:op 982 completed, throughput=4.99MB/sec 2024-07-27T18:43:58.044 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kSRNxndflwL4ly4 off=1764263 len=2009498 2024-07-27T18:43:58.047 INFO:tasks.workunit.client.0.smithi029.stdout:op 983 completed, throughput=5MB/sec 2024-07-27T18:43:58.047 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uKzGpsYCbJlRd5a off=3352816 len=1393070 2024-07-27T18:43:58.048 INFO:tasks.workunit.client.0.smithi029.stdout:op 984 completed, throughput=5.01MB/sec 2024-07-27T18:43:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:43:58 smithi179 ceph-mon[89801]: pgmap v1505: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:43:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:43:58 smithi029 ceph-mon[96870]: pgmap v1505: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:43:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:43:58 smithi029 ceph-mon[99353]: pgmap v1505: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:43:59.049 INFO:tasks.workunit.client.0.smithi029.stdout: 200: throughput=4.98MB/sec pending data=0 2024-07-27T18:43:59.049 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IeTc4Ceak_oHRMv off=2926389 len=2092346 2024-07-27T18:43:59.052 INFO:tasks.workunit.client.0.smithi029.stdout:op 985 completed, throughput=4.99MB/sec 2024-07-27T18:43:59.052 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9KXJU64Cl7nXtNT off=330113 len=1527941 2024-07-27T18:43:59.054 INFO:tasks.workunit.client.0.smithi029.stdout:op 986 completed, throughput=5MB/sec 2024-07-27T18:43:59.055 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kLZkEWg8hLD4Brk off=6470950 len=1080658 2024-07-27T18:43:59.061 INFO:tasks.workunit.client.0.smithi029.stdout:op 987 completed, throughput=5MB/sec 2024-07-27T18:44:00.061 INFO:tasks.workunit.client.0.smithi029.stdout: 201: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:00.061 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hyNsFjla2o7hDj_ off=706286 len=573793 2024-07-27T18:44:00.066 INFO:tasks.workunit.client.0.smithi029.stdout:op 988 completed, throughput=4.98MB/sec 2024-07-27T18:44:00.066 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FF2N1zS9mTSq30- off=5672624 len=1514169 2024-07-27T18:44:00.069 INFO:tasks.workunit.client.0.smithi029.stdout:op 989 completed, throughput=4.99MB/sec 2024-07-27T18:44:00.069 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZcGX762TwOtsvul off=2172671 len=1973309 2024-07-27T18:44:00.071 INFO:tasks.workunit.client.0.smithi029.stdout:op 990 completed, throughput=5MB/sec 2024-07-27T18:44:00.071 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kRu-BuAj1k_nEzR off=6029656 len=1124007 2024-07-27T18:44:00.077 INFO:tasks.workunit.client.0.smithi029.stdout:op 991 completed, throughput=5MB/sec 2024-07-27T18:44:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:00 smithi179 ceph-mon[89801]: pgmap v1506: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:44:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:00 smithi029 ceph-mon[96870]: pgmap v1506: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:44:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:00 smithi029 ceph-mon[99353]: pgmap v1506: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:44:01.077 INFO:tasks.workunit.client.0.smithi029.stdout: 202: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:01.077 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HlXzGCbzpue91PF off=2220977 len=324841 2024-07-27T18:44:01.078 INFO:tasks.workunit.client.0.smithi029.stdout:op 992 completed, throughput=4.98MB/sec 2024-07-27T18:44:01.078 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xzG1wNvXNZOWd2S off=2264594 len=1387079 2024-07-27T18:44:01.080 INFO:tasks.workunit.client.0.smithi029.stdout:op 993 completed, throughput=4.99MB/sec 2024-07-27T18:44:01.080 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pAoI-c2nAUtchsh off=1543381 len=169631 2024-07-27T18:44:01.081 INFO:tasks.workunit.client.0.smithi029.stdout:op 994 completed, throughput=4.99MB/sec 2024-07-27T18:44:01.081 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JUZPWJTdH33o47q off=14495611 len=550619 2024-07-27T18:44:01.085 INFO:tasks.workunit.client.0.smithi029.stdout:op 995 completed, throughput=4.99MB/sec 2024-07-27T18:44:01.085 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Huy4bpOqnNB7g3D off=231895 len=48319 2024-07-27T18:44:01.086 INFO:tasks.workunit.client.0.smithi029.stdout:op 996 completed, throughput=4.99MB/sec 2024-07-27T18:44:01.086 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3UP5xWIvOKproR0 off=12055689 len=1205617 2024-07-27T18:44:01.091 INFO:tasks.workunit.client.0.smithi029.stdout:op 997 completed, throughput=4.99MB/sec 2024-07-27T18:44:01.092 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qbnbw_NYubc5V1x off=8591346 len=1746633 2024-07-27T18:44:01.099 INFO:tasks.workunit.client.0.smithi029.stdout:op 998 completed, throughput=5MB/sec 2024-07-27T18:44:02.099 INFO:tasks.workunit.client.0.smithi029.stdout: 203: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:02.100 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0AiWz5uWWNXKqq9 off=6679932 len=318371 2024-07-27T18:44:02.101 INFO:tasks.workunit.client.0.smithi029.stdout:op 999 completed, throughput=4.98MB/sec 2024-07-27T18:44:02.101 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Cx2bW1Zq61iRPDa off=0 len=1814791 2024-07-27T18:44:02.110 INFO:tasks.workunit.client.0.smithi029.stdout:op 1000 completed, throughput=4.99MB/sec 2024-07-27T18:44:02.110 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xZxdmIHDBxy4gef off=345580 len=181849 2024-07-27T18:44:02.112 INFO:tasks.workunit.client.0.smithi029.stdout:op 1001 completed, throughput=4.99MB/sec 2024-07-27T18:44:02.113 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0WRcNfcbycBUc0v off=10344800 len=85370 2024-07-27T18:44:02.113 INFO:tasks.workunit.client.0.smithi029.stdout:op 1002 completed, throughput=4.99MB/sec 2024-07-27T18:44:02.113 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Sr4ytaM0gk9ECp5 off=11212736 len=1901126 2024-07-27T18:44:02.116 INFO:tasks.workunit.client.0.smithi029.stdout:op 1003 completed, throughput=5MB/sec 2024-07-27T18:44:02.116 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6VPQz2f_fDOXZwo off=21431235 len=1028074 2024-07-27T18:44:02.121 INFO:tasks.workunit.client.0.smithi029.stdout:op 1004 completed, throughput=5MB/sec 2024-07-27T18:44:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:02 smithi179 ceph-mon[89801]: pgmap v1507: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.8 MiB/s wr, 5 op/s 2024-07-27T18:44:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:02 smithi029 ceph-mon[96870]: pgmap v1507: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.8 MiB/s wr, 5 op/s 2024-07-27T18:44:02.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:02 smithi029 ceph-mon[99353]: pgmap v1507: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.8 MiB/s wr, 5 op/s 2024-07-27T18:44:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:44:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:44:02] "GET /metrics HTTP/1.1" 200 34026 "" "Prometheus/2.43.0" 2024-07-27T18:44:03.122 INFO:tasks.workunit.client.0.smithi029.stdout: 204: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:03.122 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-d3YkVPhzn1-ty_j off=8473550 len=552364 2024-07-27T18:44:03.122 INFO:tasks.workunit.client.0.smithi029.stdout:op 1005 completed, throughput=4.98MB/sec 2024-07-27T18:44:03.123 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0Vz2J-fKRNMsbeL off=9158066 len=970524 2024-07-27T18:44:03.129 INFO:tasks.workunit.client.0.smithi029.stdout:op 1006 completed, throughput=4.98MB/sec 2024-07-27T18:44:03.129 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2CrWcJhA22Xw7k4 off=1889659 len=1403704 2024-07-27T18:44:03.138 INFO:tasks.workunit.client.0.smithi029.stdout:op 1007 completed, throughput=4.99MB/sec 2024-07-27T18:44:03.138 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0jBTHS3FZjEjTUS off=3530005 len=237167 2024-07-27T18:44:03.140 INFO:tasks.workunit.client.0.smithi029.stdout:op 1008 completed, throughput=4.99MB/sec 2024-07-27T18:44:03.141 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-y4A6f73C-i0EbjG off=5219249 len=438919 2024-07-27T18:44:03.144 INFO:tasks.workunit.client.0.smithi029.stdout:op 1009 completed, throughput=4.99MB/sec 2024-07-27T18:44:03.144 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VSqhhk235uqtMLC off=8554908 len=696104 2024-07-27T18:44:03.145 INFO:tasks.workunit.client.0.smithi029.stdout:op 1010 completed, throughput=5MB/sec 2024-07-27T18:44:03.145 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oBLmFqnc97osei5 off=6720046 len=1856674 2024-07-27T18:44:03.147 INFO:tasks.workunit.client.0.smithi029.stdout:op 1011 completed, throughput=5.01MB/sec 2024-07-27T18:44:04.147 INFO:tasks.workunit.client.0.smithi029.stdout: 205: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:04.148 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jOeboGayDatxAeW off=2392002 len=145914 2024-07-27T18:44:04.151 INFO:tasks.workunit.client.0.smithi029.stdout:op 1012 completed, throughput=4.98MB/sec 2024-07-27T18:44:04.151 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-crJnryKMN30LLfl off=10549435 len=661701 2024-07-27T18:44:04.152 INFO:tasks.workunit.client.0.smithi029.stdout:op 1013 completed, throughput=4.99MB/sec 2024-07-27T18:44:04.152 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tO13TZbrZ36wROa off=0 len=1068871 2024-07-27T18:44:04.157 INFO:tasks.workunit.client.0.smithi029.stdout:op 1014 completed, throughput=4.99MB/sec 2024-07-27T18:44:04.157 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3cABYtKgc8yKNel off=464535 len=1791864 2024-07-27T18:44:04.160 INFO:tasks.workunit.client.0.smithi029.stdout:op 1015 completed, throughput=5MB/sec 2024-07-27T18:44:04.160 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HFTy0lvVkvK3_Q2 off=5696283 len=431311 2024-07-27T18:44:04.164 INFO:tasks.workunit.client.0.smithi029.stdout:op 1016 completed, throughput=5MB/sec 2024-07-27T18:44:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:04 smithi179 ceph-mon[89801]: pgmap v1508: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:44:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:04 smithi029 ceph-mon[96870]: pgmap v1508: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:44:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:04 smithi029 ceph-mon[99353]: pgmap v1508: 105 pgs: 105 active+clean; 127 GiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:44:05.165 INFO:tasks.workunit.client.0.smithi029.stdout: 206: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:05.165 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yb3wlvBAjE-LG2M off=3929293 len=1928997 2024-07-27T18:44:05.167 INFO:tasks.workunit.client.0.smithi029.stdout:op 1017 completed, throughput=4.98MB/sec 2024-07-27T18:44:05.167 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2EOT-HpptZ1q3m_ off=12842699 len=1400652 2024-07-27T18:44:05.169 INFO:tasks.workunit.client.0.smithi029.stdout:op 1018 completed, throughput=4.99MB/sec 2024-07-27T18:44:05.169 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-o0-Hc5KYqz8eX8e off=10719482 len=1921301 2024-07-27T18:44:05.178 INFO:tasks.workunit.client.0.smithi029.stdout:op 1019 completed, throughput=5MB/sec 2024-07-27T18:44:05.179 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I1JRFzEpjkbc37M off=9518038 len=760601 2024-07-27T18:44:05.179 INFO:tasks.workunit.client.0.smithi029.stdout:op 1020 completed, throughput=5MB/sec 2024-07-27T18:44:06.180 INFO:tasks.workunit.client.0.smithi029.stdout: 207: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:06.180 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0viEcEqg4ux4dK_ off=10244992 len=2075909 2024-07-27T18:44:06.189 INFO:tasks.workunit.client.0.smithi029.stdout:op 1021 completed, throughput=4.99MB/sec 2024-07-27T18:44:06.189 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NkAGArwy-EqpGwm off=17088451 len=258814 2024-07-27T18:44:06.192 INFO:tasks.workunit.client.0.smithi029.stdout:op 1022 completed, throughput=4.99MB/sec 2024-07-27T18:44:06.192 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tII6J9S2IPJzsd8 off=10314345 len=2030783 2024-07-27T18:44:06.198 INFO:tasks.workunit.client.0.smithi029.stdout:op 1023 completed, throughput=5MB/sec 2024-07-27T18:44:06.198 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6fUffdnwxNcC0dY off=7834566 len=71941 2024-07-27T18:44:06.199 INFO:tasks.workunit.client.0.smithi029.stdout:op 1024 completed, throughput=5MB/sec 2024-07-27T18:44:06.199 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WKQrV6uUe52-0XK off=3972051 len=1198094 2024-07-27T18:44:06.200 INFO:tasks.workunit.client.0.smithi029.stdout:op 1025 completed, throughput=5MB/sec 2024-07-27T18:44:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:06 smithi179 ceph-mon[89801]: pgmap v1509: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:44:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:06 smithi029 ceph-mon[96870]: pgmap v1509: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:44:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:06 smithi029 ceph-mon[99353]: pgmap v1509: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:44:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: 208: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:07.201 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7Dd_UcPNDdjA5MR off=4397308 len=609606 2024-07-27T18:44:07.202 INFO:tasks.workunit.client.0.smithi029.stdout:op 1026 completed, throughput=4.98MB/sec 2024-07-27T18:44:07.202 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LQ5FOVs7SFaRIKe off=1709591 len=303164 2024-07-27T18:44:07.203 INFO:tasks.workunit.client.0.smithi029.stdout:op 1027 completed, throughput=4.98MB/sec 2024-07-27T18:44:07.203 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6FA7JWrv0cu4FUs off=1293448 len=1105577 2024-07-27T18:44:07.205 INFO:tasks.workunit.client.0.smithi029.stdout:op 1028 completed, throughput=4.99MB/sec 2024-07-27T18:44:07.205 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BHBpFlzJosKqd0S off=5375357 len=261729 2024-07-27T18:44:07.209 INFO:tasks.workunit.client.0.smithi029.stdout:op 1029 completed, throughput=4.99MB/sec 2024-07-27T18:44:07.209 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pvK_tNK3124NMZe off=1951305 len=1939722 2024-07-27T18:44:07.218 INFO:tasks.workunit.client.0.smithi029.stdout:op 1030 completed, throughput=5MB/sec 2024-07-27T18:44:07.219 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xuH1jpV32ZsATz- off=2305819 len=972424 2024-07-27T18:44:07.220 INFO:tasks.workunit.client.0.smithi029.stdout:op 1031 completed, throughput=5MB/sec 2024-07-27T18:44:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: 209: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:08.221 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-S2ZUA6abFsyS552 off=9378544 len=1804257 2024-07-27T18:44:08.231 INFO:tasks.workunit.client.0.smithi029.stdout:op 1032 completed, throughput=4.99MB/sec 2024-07-27T18:44:08.232 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GskdE7GAIGFVLPd off=132373 len=8018 2024-07-27T18:44:08.234 INFO:tasks.workunit.client.0.smithi029.stdout:op 1033 completed, throughput=4.99MB/sec 2024-07-27T18:44:08.234 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-n6eyayGOb-PoFz2 off=6153927 len=294193 2024-07-27T18:44:08.235 INFO:tasks.workunit.client.0.smithi029.stdout:op 1034 completed, throughput=4.99MB/sec 2024-07-27T18:44:08.235 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DjA7fp0UXi5ik7C off=2899665 len=1826989 2024-07-27T18:44:08.237 INFO:tasks.workunit.client.0.smithi029.stdout:op 1035 completed, throughput=5MB/sec 2024-07-27T18:44:08.237 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nI1JxpmXx2ZpjBl off=330661 len=1636765 2024-07-27T18:44:08.245 INFO:tasks.workunit.client.0.smithi029.stdout:op 1036 completed, throughput=5MB/sec 2024-07-27T18:44:08.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:08 smithi179 ceph-mon[89801]: pgmap v1510: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:44:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:08 smithi029 ceph-mon[96870]: pgmap v1510: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:44:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:08 smithi029 ceph-mon[99353]: pgmap v1510: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:44:09.246 INFO:tasks.workunit.client.0.smithi029.stdout: 210: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:09.246 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3LMfq37-eVGEgp5 off=594805 len=327715 2024-07-27T18:44:09.249 INFO:tasks.workunit.client.0.smithi029.stdout:op 1037 completed, throughput=4.98MB/sec 2024-07-27T18:44:09.249 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LCfv6plPuGqCUks off=11276717 len=664078 2024-07-27T18:44:09.250 INFO:tasks.workunit.client.0.smithi029.stdout:op 1038 completed, throughput=4.99MB/sec 2024-07-27T18:44:09.250 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FJf83CDJvv7NUTo off=14441490 len=1663519 2024-07-27T18:44:09.254 INFO:tasks.workunit.client.0.smithi029.stdout:op 1039 completed, throughput=4.99MB/sec 2024-07-27T18:44:09.254 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A9Szh-4TCmKFQjT off=5406682 len=1688977 2024-07-27T18:44:09.256 INFO:tasks.workunit.client.0.smithi029.stdout:op 1040 completed, throughput=5MB/sec 2024-07-27T18:44:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:44:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:44:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:44:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: 211: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:10.256 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Yxi_4UkIAHduOoS off=16780310 len=795223 2024-07-27T18:44:10.261 INFO:tasks.workunit.client.0.smithi029.stdout:op 1041 completed, throughput=4.98MB/sec 2024-07-27T18:44:10.261 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_BLQ2CtZf_dCLys off=1379525 len=433665 2024-07-27T18:44:10.264 INFO:tasks.workunit.client.0.smithi029.stdout:op 1042 completed, throughput=4.98MB/sec 2024-07-27T18:44:10.264 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-N955XYMNttwZcUt off=1042200 len=1209137 2024-07-27T18:44:10.267 INFO:tasks.workunit.client.0.smithi029.stdout:op 1043 completed, throughput=4.99MB/sec 2024-07-27T18:44:10.267 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-icfPNj39hP-uyCr off=817669 len=1996616 2024-07-27T18:44:10.275 INFO:tasks.workunit.client.0.smithi029.stdout:op 1044 completed, throughput=5MB/sec 2024-07-27T18:44:10.275 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-npivK2V4XrIDiVT off=6922180 len=402431 2024-07-27T18:44:10.279 INFO:tasks.workunit.client.0.smithi029.stdout:op 1045 completed, throughput=5MB/sec 2024-07-27T18:44:10.279 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v3kPDtwC9130LMF off=3727002 len=2094117 2024-07-27T18:44:10.281 INFO:tasks.workunit.client.0.smithi029.stdout:op 1046 completed, throughput=5.01MB/sec 2024-07-27T18:44:10.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:10 smithi179 ceph-mon[89801]: pgmap v1511: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:44:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:10 smithi029 ceph-mon[96870]: pgmap v1511: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:44:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:10 smithi029 ceph-mon[99353]: pgmap v1511: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:44:11.281 INFO:tasks.workunit.client.0.smithi029.stdout: 212: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:11.282 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VZNSss1R7UXAqfT off=2007879 len=125446 2024-07-27T18:44:11.285 INFO:tasks.workunit.client.0.smithi029.stdout:op 1047 completed, throughput=4.98MB/sec 2024-07-27T18:44:11.285 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VEI-rs1hebVDJHg off=3414706 len=1111357 2024-07-27T18:44:11.290 INFO:tasks.workunit.client.0.smithi029.stdout:op 1048 completed, throughput=4.99MB/sec 2024-07-27T18:44:11.290 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ueyBtk7QZseCCG7 off=7143902 len=50681 2024-07-27T18:44:11.290 INFO:tasks.workunit.client.0.smithi029.stdout:op 1049 completed, throughput=4.99MB/sec 2024-07-27T18:44:11.290 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iDETdmcNKfKaN3s off=5741516 len=1488541 2024-07-27T18:44:11.297 INFO:tasks.workunit.client.0.smithi029.stdout:op 1050 completed, throughput=5MB/sec 2024-07-27T18:44:11.297 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-upb2oOslZeb5gS7 off=6103911 len=556950 2024-07-27T18:44:11.297 INFO:tasks.workunit.client.0.smithi029.stdout:op 1051 completed, throughput=5MB/sec 2024-07-27T18:44:11.298 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uKnJoppfsC1y_8F off=15423959 len=542900 2024-07-27T18:44:11.301 INFO:tasks.workunit.client.0.smithi029.stdout:op 1052 completed, throughput=5MB/sec 2024-07-27T18:44:12.302 INFO:tasks.workunit.client.0.smithi029.stdout: 213: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:12.302 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-D9rWuvmc2VS5p2W off=5425798 len=1021793 2024-07-27T18:44:12.307 INFO:tasks.workunit.client.0.smithi029.stdout:op 1053 completed, throughput=4.98MB/sec 2024-07-27T18:44:12.307 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TMJmzrAnF9K4GXp off=8605694 len=503963 2024-07-27T18:44:12.311 INFO:tasks.workunit.client.0.smithi029.stdout:op 1054 completed, throughput=4.98MB/sec 2024-07-27T18:44:12.311 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SB8G0b08NByOKRH off=4695592 len=910820 2024-07-27T18:44:12.312 INFO:tasks.workunit.client.0.smithi029.stdout:op 1055 completed, throughput=4.99MB/sec 2024-07-27T18:44:12.312 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-47kz53s-C__SDBG off=2831301 len=530748 2024-07-27T18:44:12.316 INFO:tasks.workunit.client.0.smithi029.stdout:op 1056 completed, throughput=4.99MB/sec 2024-07-27T18:44:12.316 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2NIt9yH-iIZjETr off=1420148 len=484096 2024-07-27T18:44:12.317 INFO:tasks.workunit.client.0.smithi029.stdout:op 1057 completed, throughput=4.99MB/sec 2024-07-27T18:44:12.317 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XNyf3q2xCBjMB25 off=15734020 len=853750 2024-07-27T18:44:12.322 INFO:tasks.workunit.client.0.smithi029.stdout:op 1058 completed, throughput=5MB/sec 2024-07-27T18:44:12.322 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6aC17PFlpUTPdE3 off=3044811 len=525737 2024-07-27T18:44:12.326 INFO:tasks.workunit.client.0.smithi029.stdout:op 1059 completed, throughput=5MB/sec 2024-07-27T18:44:12.326 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CxQm7PfDvX6_5py off=6636006 len=150437 2024-07-27T18:44:12.326 INFO:tasks.workunit.client.0.smithi029.stdout:op 1060 completed, throughput=5MB/sec 2024-07-27T18:44:12.326 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7hU7YfvDX_eiv3l off=4449014 len=228053 2024-07-27T18:44:12.329 INFO:tasks.workunit.client.0.smithi029.stdout:op 1061 completed, throughput=5MB/sec 2024-07-27T18:44:12.329 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bIoif5EFzhEsNTq off=1315371 len=1580852 2024-07-27T18:44:12.336 INFO:tasks.workunit.client.0.smithi029.stdout:op 1062 completed, throughput=5.01MB/sec 2024-07-27T18:44:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:12 smithi179 ceph-mon[89801]: pgmap v1512: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:44:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:12 smithi029 ceph-mon[96870]: pgmap v1512: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:44:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:12 smithi029 ceph-mon[99353]: pgmap v1512: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:44:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:44:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:44:12] "GET /metrics HTTP/1.1" 200 34034 "" "Prometheus/2.43.0" 2024-07-27T18:44:13.337 INFO:tasks.workunit.client.0.smithi029.stdout: 214: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:13.337 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JSlbaJFTd2qxZxk off=663260 len=559847 2024-07-27T18:44:13.341 INFO:tasks.workunit.client.0.smithi029.stdout:op 1063 completed, throughput=4.99MB/sec 2024-07-27T18:44:13.341 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jP9X9Jj0HlGshIz off=4616860 len=949426 2024-07-27T18:44:13.346 INFO:tasks.workunit.client.0.smithi029.stdout:op 1064 completed, throughput=4.99MB/sec 2024-07-27T18:44:13.346 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Tb2KJz9VLBM0goc off=6653562 len=626400 2024-07-27T18:44:13.347 INFO:tasks.workunit.client.0.smithi029.stdout:op 1065 completed, throughput=4.99MB/sec 2024-07-27T18:44:13.347 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bhVOTbRkctzMXvP off=870187 len=815973 2024-07-27T18:44:13.352 INFO:tasks.workunit.client.0.smithi029.stdout:op 1066 completed, throughput=5MB/sec 2024-07-27T18:44:13.352 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1KbrTCE-mJc-Htl off=11550027 len=611659 2024-07-27T18:44:13.356 INFO:tasks.workunit.client.0.smithi029.stdout:op 1067 completed, throughput=5MB/sec 2024-07-27T18:44:13.356 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HwnKYZ3dBxggfUb off=422434 len=303741 2024-07-27T18:44:13.356 INFO:tasks.workunit.client.0.smithi029.stdout:op 1068 completed, throughput=5MB/sec 2024-07-27T18:44:14.357 INFO:tasks.workunit.client.0.smithi029.stdout: 215: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:14.357 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KgOExwRTZU1hyHe off=376956 len=1724221 2024-07-27T18:44:14.365 INFO:tasks.workunit.client.0.smithi029.stdout:op 1069 completed, throughput=4.98MB/sec 2024-07-27T18:44:14.365 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-33LjY0OHrmSTr7x off=3509213 len=1971801 2024-07-27T18:44:14.374 INFO:tasks.workunit.client.0.smithi029.stdout:op 1070 completed, throughput=4.99MB/sec 2024-07-27T18:44:14.374 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4L-OEMaw2GCHwAn off=10604783 len=1987319 2024-07-27T18:44:14.382 INFO:tasks.workunit.client.0.smithi029.stdout:op 1071 completed, throughput=5MB/sec 2024-07-27T18:44:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:14 smithi029 ceph-mon[96870]: pgmap v1513: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:44:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:14 smithi029 ceph-mon[99353]: pgmap v1513: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:44:14.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:14 smithi179 ceph-mon[89801]: pgmap v1513: 105 pgs: 105 active+clean; 127 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:44:15.382 INFO:tasks.workunit.client.0.smithi029.stdout: 216: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:15.382 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Bhtlj3wWsLE0_LK off=11208615 len=718932 2024-07-27T18:44:15.383 INFO:tasks.workunit.client.0.smithi029.stdout:op 1072 completed, throughput=4.98MB/sec 2024-07-27T18:44:15.383 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EN9s17iaTy6w1b0 off=2096344 len=819107 2024-07-27T18:44:15.389 INFO:tasks.workunit.client.0.smithi029.stdout:op 1073 completed, throughput=4.99MB/sec 2024-07-27T18:44:15.389 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iAiUX_5Dw2QV0O0 off=1953591 len=1472890 2024-07-27T18:44:15.392 INFO:tasks.workunit.client.0.smithi029.stdout:op 1074 completed, throughput=4.99MB/sec 2024-07-27T18:44:15.393 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xX50QIdHt_-W2Uz off=241841 len=1215993 2024-07-27T18:44:15.398 INFO:tasks.workunit.client.0.smithi029.stdout:op 1075 completed, throughput=5MB/sec 2024-07-27T18:44:15.398 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ldmLGWlMeX2mAWO off=3558143 len=902591 2024-07-27T18:44:15.400 INFO:tasks.workunit.client.0.smithi029.stdout:op 1076 completed, throughput=5MB/sec 2024-07-27T18:44:16.400 INFO:tasks.workunit.client.0.smithi029.stdout: 217: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:16.401 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-i3aqC_tmKL-t6E1 off=13966467 len=296222 2024-07-27T18:44:16.404 INFO:tasks.workunit.client.0.smithi029.stdout:op 1077 completed, throughput=4.98MB/sec 2024-07-27T18:44:16.404 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pvK_tNK3124NMZe off=15267583 len=951454 2024-07-27T18:44:16.405 INFO:tasks.workunit.client.0.smithi029.stdout:op 1078 completed, throughput=4.98MB/sec 2024-07-27T18:44:16.405 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FjZ0OIW9jQ7Rwyk off=1997624 len=1574992 2024-07-27T18:44:16.407 INFO:tasks.workunit.client.0.smithi029.stdout:op 1079 completed, throughput=4.99MB/sec 2024-07-27T18:44:16.407 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9C_VUjioACmR1Gl off=1121858 len=1687812 2024-07-27T18:44:16.409 INFO:tasks.workunit.client.0.smithi029.stdout:op 1080 completed, throughput=5MB/sec 2024-07-27T18:44:16.409 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kKZDzqS7Qd2ISjc off=589006 len=1790070 2024-07-27T18:44:16.416 INFO:tasks.workunit.client.0.smithi029.stdout:op 1081 completed, throughput=5MB/sec 2024-07-27T18:44:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:16 smithi029 ceph-mon[96870]: pgmap v1514: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.0 MiB/s wr, 6 op/s 2024-07-27T18:44:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:16 smithi029 ceph-mon[99353]: pgmap v1514: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.0 MiB/s wr, 6 op/s 2024-07-27T18:44:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:16 smithi179 ceph-mon[89801]: pgmap v1514: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.0 MiB/s wr, 6 op/s 2024-07-27T18:44:17.416 INFO:tasks.workunit.client.0.smithi029.stdout: 218: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:17.416 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iD-TM8addZb_k-d off=10413444 len=1392131 2024-07-27T18:44:17.418 INFO:tasks.workunit.client.0.smithi029.stdout:op 1082 completed, throughput=4.99MB/sec 2024-07-27T18:44:17.419 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uTA8Golnj3FiKxO off=17216356 len=1344477 2024-07-27T18:44:17.420 INFO:tasks.workunit.client.0.smithi029.stdout:op 1083 completed, throughput=4.99MB/sec 2024-07-27T18:44:17.421 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Vuuv2gLydYBBUsc off=527911 len=1387811 2024-07-27T18:44:17.427 INFO:tasks.workunit.client.0.smithi029.stdout:op 1084 completed, throughput=5MB/sec 2024-07-27T18:44:17.427 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w2owGXF4jvlEG9g off=5923290 len=1025119 2024-07-27T18:44:17.428 INFO:tasks.workunit.client.0.smithi029.stdout:op 1085 completed, throughput=5MB/sec 2024-07-27T18:44:18.429 INFO:tasks.workunit.client.0.smithi029.stdout: 219: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:18.429 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CJNyNa_G95HQItw off=14175605 len=1894487 2024-07-27T18:44:18.444 INFO:tasks.workunit.client.0.smithi029.stdout:op 1086 completed, throughput=4.99MB/sec 2024-07-27T18:44:18.444 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nUt7Our9UZ-M2ZL off=8264481 len=1022389 2024-07-27T18:44:18.446 INFO:tasks.workunit.client.0.smithi029.stdout:op 1087 completed, throughput=4.99MB/sec 2024-07-27T18:44:18.446 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-U0DcbeXRJGS6tm8 off=14492604 len=2096139 2024-07-27T18:44:18.458 INFO:tasks.workunit.client.0.smithi029.stdout:op 1088 completed, throughput=5MB/sec 2024-07-27T18:44:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:18 smithi029 ceph-mon[96870]: pgmap v1515: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:44:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:18 smithi029 ceph-mon[99353]: pgmap v1515: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:44:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:18 smithi179 ceph-mon[89801]: pgmap v1515: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:44:19.458 INFO:tasks.workunit.client.0.smithi029.stdout: 220: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:19.458 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-70uFr48NVh8_7mV off=7112504 len=1312022 2024-07-27T18:44:19.463 INFO:tasks.workunit.client.0.smithi029.stdout:op 1089 completed, throughput=4.99MB/sec 2024-07-27T18:44:19.463 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Xx4RoJDnzDEp_iq off=11247740 len=1604012 2024-07-27T18:44:19.470 INFO:tasks.workunit.client.0.smithi029.stdout:op 1090 completed, throughput=4.99MB/sec 2024-07-27T18:44:19.471 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kSdhFojYFN9I-ZN off=1041353 len=1793222 2024-07-27T18:44:19.472 INFO:tasks.workunit.client.0.smithi029.stdout:op 1091 completed, throughput=5MB/sec 2024-07-27T18:44:19.472 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-P5gE0J2n1wvnP87 off=9268232 len=1159671 2024-07-27T18:44:19.476 INFO:tasks.workunit.client.0.smithi029.stdout:op 1092 completed, throughput=5MB/sec 2024-07-27T18:44:20.477 INFO:tasks.workunit.client.0.smithi029.stdout: 221: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:20.477 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Bg8aPzru7jn7yFj off=695064 len=963569 2024-07-27T18:44:20.479 INFO:tasks.workunit.client.0.smithi029.stdout:op 1093 completed, throughput=4.99MB/sec 2024-07-27T18:44:20.479 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Bx4W3cXOirSRsyb off=569368 len=1103695 2024-07-27T18:44:20.480 INFO:tasks.workunit.client.0.smithi029.stdout:op 1094 completed, throughput=4.99MB/sec 2024-07-27T18:44:20.481 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ff-0i2d0aEinknB off=0 len=1540201 2024-07-27T18:44:20.484 INFO:tasks.workunit.client.0.smithi029.stdout:op 1095 completed, throughput=5MB/sec 2024-07-27T18:44:20.484 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HKhE41E93pY6NVL off=8478172 len=950945 2024-07-27T18:44:20.485 INFO:tasks.workunit.client.0.smithi029.stdout:op 1096 completed, throughput=5MB/sec 2024-07-27T18:44:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:20 smithi029 ceph-mon[96870]: pgmap v1516: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:44:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:20 smithi029 ceph-mon[99353]: pgmap v1516: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:44:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:20 smithi179 ceph-mon[89801]: pgmap v1516: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:44:21.486 INFO:tasks.workunit.client.0.smithi029.stdout: 222: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:21.486 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-53QkdBIMuKCh8T_ off=15092623 len=1197111 2024-07-27T18:44:21.491 INFO:tasks.workunit.client.0.smithi029.stdout:op 1097 completed, throughput=4.98MB/sec 2024-07-27T18:44:21.492 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JSJf8GuAxerdvvl off=1102200 len=1833780 2024-07-27T18:44:21.503 INFO:tasks.workunit.client.0.smithi029.stdout:op 1098 completed, throughput=4.99MB/sec 2024-07-27T18:44:21.503 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kEpBEuKiDSAESUy off=626258 len=1908499 2024-07-27T18:44:21.504 INFO:tasks.workunit.client.0.smithi029.stdout:op 1099 completed, throughput=5MB/sec 2024-07-27T18:44:21.504 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jobDdjpFkCRRqaF off=8825639 len=1326737 2024-07-27T18:44:21.511 INFO:tasks.workunit.client.0.smithi029.stdout:op 1100 completed, throughput=5.01MB/sec 2024-07-27T18:44:22.514 INFO:tasks.workunit.client.0.smithi029.stdout: 223: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:22.514 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WaZHCoTUdHkm6tr off=3370634 len=898423 2024-07-27T18:44:22.517 INFO:tasks.workunit.client.0.smithi029.stdout:op 1101 completed, throughput=4.99MB/sec 2024-07-27T18:44:22.517 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AOhEzvAqUMgbS55 off=0 len=1272956 2024-07-27T18:44:22.525 INFO:tasks.workunit.client.0.smithi029.stdout:op 1102 completed, throughput=4.99MB/sec 2024-07-27T18:44:22.525 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1KV7DbdCPhckvHy off=4741174 len=478583 2024-07-27T18:44:22.529 INFO:tasks.workunit.client.0.smithi029.stdout:op 1103 completed, throughput=4.99MB/sec 2024-07-27T18:44:22.529 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4RPQRkChc3RR1DF off=4596999 len=1527675 2024-07-27T18:44:22.536 INFO:tasks.workunit.client.0.smithi029.stdout:op 1104 completed, throughput=5MB/sec 2024-07-27T18:44:22.715 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:22 smithi179 ceph-mon[89801]: pgmap v1517: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:44:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:22 smithi029 ceph-mon[96870]: pgmap v1517: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:44:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:22 smithi029 ceph-mon[99353]: pgmap v1517: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:44:22.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:44:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:44:22] "GET /metrics HTTP/1.1" 200 34034 "" "Prometheus/2.43.0" 2024-07-27T18:44:23.536 INFO:tasks.workunit.client.0.smithi029.stdout: 224: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:23.537 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lQWQemZ4d3ZukpZ off=4453718 len=412200 2024-07-27T18:44:23.537 INFO:tasks.workunit.client.0.smithi029.stdout:op 1105 completed, throughput=4.98MB/sec 2024-07-27T18:44:23.537 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1PcOJ8y69AXcfBD off=426652 len=1355748 2024-07-27T18:44:23.542 INFO:tasks.workunit.client.0.smithi029.stdout:op 1106 completed, throughput=4.99MB/sec 2024-07-27T18:44:23.542 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-344LOQ42SU2fokF off=14747953 len=638126 2024-07-27T18:44:23.543 INFO:tasks.workunit.client.0.smithi029.stdout:op 1107 completed, throughput=4.99MB/sec 2024-07-27T18:44:23.543 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Oi0g5lAeB-2ZDqJ off=16770706 len=985386 2024-07-27T18:44:23.546 INFO:tasks.workunit.client.0.smithi029.stdout:op 1108 completed, throughput=4.99MB/sec 2024-07-27T18:44:23.546 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gYQFHRNftptfCrf off=11148479 len=1882880 2024-07-27T18:44:23.548 INFO:tasks.workunit.client.0.smithi029.stdout:op 1109 completed, throughput=5MB/sec 2024-07-27T18:44:24.549 INFO:tasks.workunit.client.0.smithi029.stdout: 225: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:24.549 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1hXHaDz2rTxLSqB off=2613462 len=550093 2024-07-27T18:44:24.552 INFO:tasks.workunit.client.0.smithi029.stdout:op 1110 completed, throughput=4.98MB/sec 2024-07-27T18:44:24.553 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bkXryECjC5EY-kF off=12738937 len=113069 2024-07-27T18:44:24.554 INFO:tasks.workunit.client.0.smithi029.stdout:op 1111 completed, throughput=4.98MB/sec 2024-07-27T18:44:24.555 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lWE53a8A9Is6jVH off=4223448 len=957596 2024-07-27T18:44:24.559 INFO:tasks.workunit.client.0.smithi029.stdout:op 1112 completed, throughput=4.98MB/sec 2024-07-27T18:44:24.559 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nYHJ8xxNqedCUVW off=3405009 len=1313852 2024-07-27T18:44:24.565 INFO:tasks.workunit.client.0.smithi029.stdout:op 1113 completed, throughput=4.99MB/sec 2024-07-27T18:44:24.565 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UqplNRwBuGf25hg off=472208 len=974652 2024-07-27T18:44:24.569 INFO:tasks.workunit.client.0.smithi029.stdout:op 1114 completed, throughput=4.99MB/sec 2024-07-27T18:44:24.569 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ocETrLJxXRc63sV off=6839418 len=427428 2024-07-27T18:44:24.569 INFO:tasks.workunit.client.0.smithi029.stdout:op 1115 completed, throughput=5MB/sec 2024-07-27T18:44:24.570 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ISjwGZCCbwMBIH3 off=10907207 len=1912859 2024-07-27T18:44:24.571 INFO:tasks.workunit.client.0.smithi029.stdout:op 1116 completed, throughput=5MB/sec 2024-07-27T18:44:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:24 smithi029 ceph-mon[96870]: pgmap v1518: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:44:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:44:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:44:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:44:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:44:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:44:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:24 smithi029 ceph-mon[99353]: pgmap v1518: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:44:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:44:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:44:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:44:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:44:24.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:44:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:24 smithi179 ceph-mon[89801]: pgmap v1518: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:44:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:44:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:44:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:44:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:44:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:44:25.572 INFO:tasks.workunit.client.0.smithi029.stdout: 226: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:25.572 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kTUUvAO1TT4Ht26 off=9117185 len=1305134 2024-07-27T18:44:25.575 INFO:tasks.workunit.client.0.smithi029.stdout:op 1117 completed, throughput=4.99MB/sec 2024-07-27T18:44:25.575 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aC63-pgLvVYvDNE off=2366654 len=791173 2024-07-27T18:44:25.577 INFO:tasks.workunit.client.0.smithi029.stdout:op 1118 completed, throughput=4.99MB/sec 2024-07-27T18:44:25.577 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7sduNsGFC_XGOl5 off=7624282 len=6830 2024-07-27T18:44:25.577 INFO:tasks.workunit.client.0.smithi029.stdout:op 1119 completed, throughput=4.99MB/sec 2024-07-27T18:44:25.577 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aOcUejS-0Om6CeC off=14094798 len=1042627 2024-07-27T18:44:25.583 INFO:tasks.workunit.client.0.smithi029.stdout:op 1120 completed, throughput=4.99MB/sec 2024-07-27T18:44:25.583 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-i1WKKhD7ZLjQQUj off=7158739 len=1537619 2024-07-27T18:44:25.590 INFO:tasks.workunit.client.0.smithi029.stdout:op 1121 completed, throughput=5MB/sec 2024-07-27T18:44:26.591 INFO:tasks.workunit.client.0.smithi029.stdout: 227: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:26.591 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--9RB609WIVg3xq- off=836095 len=1071368 2024-07-27T18:44:26.594 INFO:tasks.workunit.client.0.smithi029.stdout:op 1122 completed, throughput=4.98MB/sec 2024-07-27T18:44:26.594 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0TVjCiwNUXK7FTR off=17148715 len=1636977 2024-07-27T18:44:26.601 INFO:tasks.workunit.client.0.smithi029.stdout:op 1123 completed, throughput=4.99MB/sec 2024-07-27T18:44:26.601 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ERABIrQ4CCjZWrk off=13038296 len=607165 2024-07-27T18:44:26.602 INFO:tasks.workunit.client.0.smithi029.stdout:op 1124 completed, throughput=4.99MB/sec 2024-07-27T18:44:26.602 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2yKtA8gbMuw4-BO off=3893773 len=1838179 2024-07-27T18:44:26.609 INFO:tasks.workunit.client.0.smithi029.stdout:op 1125 completed, throughput=5MB/sec 2024-07-27T18:44:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:26 smithi029 ceph-mon[96870]: pgmap v1519: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:44:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:26 smithi029 ceph-mon[99353]: pgmap v1519: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:44:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:26 smithi179 ceph-mon[89801]: pgmap v1519: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:44:27.609 INFO:tasks.workunit.client.0.smithi029.stdout: 228: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:27.609 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MeybUVk5dQ4zSAp off=4680953 len=1373739 2024-07-27T18:44:27.617 INFO:tasks.workunit.client.0.smithi029.stdout:op 1126 completed, throughput=4.98MB/sec 2024-07-27T18:44:27.617 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7gV0MHGoy2OPppN off=4173960 len=183145 2024-07-27T18:44:27.617 INFO:tasks.workunit.client.0.smithi029.stdout:op 1127 completed, throughput=4.98MB/sec 2024-07-27T18:44:27.617 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LZ7W3JY6V9iqdUI off=1054694 len=92866 2024-07-27T18:44:27.619 INFO:tasks.workunit.client.0.smithi029.stdout:op 1128 completed, throughput=4.99MB/sec 2024-07-27T18:44:27.619 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SSqgnkwaxrUJ1xq off=3447507 len=1014259 2024-07-27T18:44:27.625 INFO:tasks.workunit.client.0.smithi029.stdout:op 1129 completed, throughput=4.99MB/sec 2024-07-27T18:44:27.625 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HiTHngRYgd3qQyS off=15227806 len=1601032 2024-07-27T18:44:27.633 INFO:tasks.workunit.client.0.smithi029.stdout:op 1130 completed, throughput=5MB/sec 2024-07-27T18:44:27.634 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-21YIcsAb_FBsfcU off=1632500 len=194953 2024-07-27T18:44:27.639 INFO:tasks.workunit.client.0.smithi029.stdout:op 1131 completed, throughput=5MB/sec 2024-07-27T18:44:27.639 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jMCyN7tyUmNpI_h off=4444219 len=267954 2024-07-27T18:44:27.639 INFO:tasks.workunit.client.0.smithi029.stdout:op 1132 completed, throughput=5MB/sec 2024-07-27T18:44:27.640 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GXhI1z8eYq8OJbd off=8431544 len=1336151 2024-07-27T18:44:27.644 INFO:tasks.workunit.client.0.smithi029.stdout:op 1133 completed, throughput=5MB/sec 2024-07-27T18:44:28.644 INFO:tasks.workunit.client.0.smithi029.stdout: 229: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:28.644 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZXBMF7PaWnwW4IF off=990522 len=899190 2024-07-27T18:44:28.649 INFO:tasks.workunit.client.0.smithi029.stdout:op 1134 completed, throughput=4.99MB/sec 2024-07-27T18:44:28.649 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zszJ98M69WO7Qjg off=1084569 len=1270411 2024-07-27T18:44:28.651 INFO:tasks.workunit.client.0.smithi029.stdout:op 1135 completed, throughput=4.99MB/sec 2024-07-27T18:44:28.651 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5Q71Jq8jWpwRC29 off=16757146 len=1449307 2024-07-27T18:44:28.657 INFO:tasks.workunit.client.0.smithi029.stdout:op 1136 completed, throughput=5MB/sec 2024-07-27T18:44:28.657 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OHOIVH2c8i_FtJe off=4393217 len=381398 2024-07-27T18:44:28.661 INFO:tasks.workunit.client.0.smithi029.stdout:op 1137 completed, throughput=5MB/sec 2024-07-27T18:44:28.661 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LApiURglzTzok-X off=14760630 len=135531 2024-07-27T18:44:28.667 INFO:tasks.workunit.client.0.smithi029.stdout:op 1138 completed, throughput=5MB/sec 2024-07-27T18:44:28.667 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hSXERBtWkXTLoSp off=2836093 len=626597 2024-07-27T18:44:28.667 INFO:tasks.workunit.client.0.smithi029.stdout:op 1139 completed, throughput=5MB/sec 2024-07-27T18:44:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:28 smithi029 ceph-mon[96870]: pgmap v1520: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.6 MiB/s wr, 3 op/s 2024-07-27T18:44:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:28 smithi029 ceph-mon[99353]: pgmap v1520: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.6 MiB/s wr, 3 op/s 2024-07-27T18:44:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:28 smithi179 ceph-mon[89801]: pgmap v1520: 105 pgs: 105 active+clean; 127 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.6 MiB/s wr, 3 op/s 2024-07-27T18:44:29.668 INFO:tasks.workunit.client.0.smithi029.stdout: 230: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:29.668 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-E6FiZPHf4G9qy6Q off=3315148 len=2036271 2024-07-27T18:44:29.672 INFO:tasks.workunit.client.0.smithi029.stdout:op 1140 completed, throughput=4.99MB/sec 2024-07-27T18:44:29.672 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6WC_eYrLYR7Rfhl off=11601991 len=1877007 2024-07-27T18:44:29.675 INFO:tasks.workunit.client.0.smithi029.stdout:op 1141 completed, throughput=4.99MB/sec 2024-07-27T18:44:29.676 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ac9aLF84nInRe7i off=8978338 len=1088653 2024-07-27T18:44:29.681 INFO:tasks.workunit.client.0.smithi029.stdout:op 1142 completed, throughput=5MB/sec 2024-07-27T18:44:29.682 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mLs48mAgK0zylq9 off=969307 len=724994 2024-07-27T18:44:29.686 INFO:tasks.workunit.client.0.smithi029.stdout:op 1143 completed, throughput=5MB/sec 2024-07-27T18:44:30.686 INFO:tasks.workunit.client.0.smithi029.stdout: 231: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:30.687 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I64RXbanHeMtNH5 off=9183264 len=808136 2024-07-27T18:44:30.688 INFO:tasks.workunit.client.0.smithi029.stdout:op 1144 completed, throughput=4.98MB/sec 2024-07-27T18:44:30.688 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MZrEwP_ISYV7ePS off=13175633 len=250328 2024-07-27T18:44:30.691 INFO:tasks.workunit.client.0.smithi029.stdout:op 1145 completed, throughput=4.98MB/sec 2024-07-27T18:44:30.691 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1DFr2iRV6NKDjsn off=10214714 len=1620086 2024-07-27T18:44:30.693 INFO:tasks.workunit.client.0.smithi029.stdout:op 1146 completed, throughput=4.99MB/sec 2024-07-27T18:44:30.693 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OnH3B2qJ-jHVRoB off=0 len=1458877 2024-07-27T18:44:30.702 INFO:tasks.workunit.client.0.smithi029.stdout:op 1147 completed, throughput=5MB/sec 2024-07-27T18:44:30.702 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YEoxxw5_ocbT2kE off=771189 len=564283 2024-07-27T18:44:30.703 INFO:tasks.workunit.client.0.smithi029.stdout:op 1148 completed, throughput=5MB/sec 2024-07-27T18:44:30.703 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AyAM6QarkDTfQVo off=9154260 len=2049694 2024-07-27T18:44:30.712 INFO:tasks.workunit.client.0.smithi029.stdout:op 1149 completed, throughput=5.01MB/sec 2024-07-27T18:44:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:30 smithi029 ceph-mon[96870]: pgmap v1521: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:44:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:30 smithi029 ceph-mon[99353]: pgmap v1521: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:44:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:30 smithi179 ceph-mon[89801]: pgmap v1521: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:44:31.712 INFO:tasks.workunit.client.0.smithi029.stdout: 232: throughput=4.99MB/sec pending data=0 2024-07-27T18:44:31.712 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mAEY1-EEB_T-11F off=1236039 len=1411666 2024-07-27T18:44:31.716 INFO:tasks.workunit.client.0.smithi029.stdout:op 1150 completed, throughput=4.99MB/sec 2024-07-27T18:44:31.716 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FuqWqxa7pQvbAe9 off=7147490 len=503111 2024-07-27T18:44:31.718 INFO:tasks.workunit.client.0.smithi029.stdout:op 1151 completed, throughput=4.99MB/sec 2024-07-27T18:44:31.718 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KrXbqwe7m6SlYW_ off=505142 len=694297 2024-07-27T18:44:31.723 INFO:tasks.workunit.client.0.smithi029.stdout:op 1152 completed, throughput=5MB/sec 2024-07-27T18:44:31.723 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yxDyRKaIBiYab0d off=16348837 len=119895 2024-07-27T18:44:31.725 INFO:tasks.workunit.client.0.smithi029.stdout:op 1153 completed, throughput=5MB/sec 2024-07-27T18:44:31.726 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0CevDg44HWGqYYT off=2516132 len=1749189 2024-07-27T18:44:31.733 INFO:tasks.workunit.client.0.smithi029.stdout:op 1154 completed, throughput=5MB/sec 2024-07-27T18:44:32.733 INFO:tasks.workunit.client.0.smithi029.stdout: 233: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:32.733 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CDQOVXXsqpp-Q8u off=62759 len=1717354 2024-07-27T18:44:32.735 INFO:tasks.workunit.client.0.smithi029.stdout:op 1155 completed, throughput=4.99MB/sec 2024-07-27T18:44:32.735 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RAIbk7C89ua5be0 off=33698 len=575254 2024-07-27T18:44:32.736 INFO:tasks.workunit.client.0.smithi029.stdout:op 1156 completed, throughput=4.99MB/sec 2024-07-27T18:44:32.737 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_ILPcyUQSAC0ZZi off=3896949 len=374656 2024-07-27T18:44:32.738 INFO:tasks.workunit.client.0.smithi029.stdout:op 1157 completed, throughput=4.99MB/sec 2024-07-27T18:44:32.738 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-P8tooaqALvnC_LR off=10632867 len=644098 2024-07-27T18:44:32.739 INFO:tasks.workunit.client.0.smithi029.stdout:op 1158 completed, throughput=5MB/sec 2024-07-27T18:44:32.739 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wuxGfKw7QLYa_bq off=2909563 len=490181 2024-07-27T18:44:32.740 INFO:tasks.workunit.client.0.smithi029.stdout:op 1159 completed, throughput=5MB/sec 2024-07-27T18:44:32.740 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IpoWMEnK-6_ra7A off=13018167 len=1471871 2024-07-27T18:44:32.742 INFO:tasks.workunit.client.0.smithi029.stdout:op 1160 completed, throughput=5MB/sec 2024-07-27T18:44:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:32 smithi029 ceph-mon[96870]: pgmap v1522: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:44:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:32 smithi029 ceph-mon[99353]: pgmap v1522: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:44:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:44:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:44:32] "GET /metrics HTTP/1.1" 200 34032 "" "Prometheus/2.43.0" 2024-07-27T18:44:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:32 smithi179 ceph-mon[89801]: pgmap v1522: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:44:33.743 INFO:tasks.workunit.client.0.smithi029.stdout: 234: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:33.743 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nbC0Pyq9tDueG8F off=4416353 len=605698 2024-07-27T18:44:33.747 INFO:tasks.workunit.client.0.smithi029.stdout:op 1161 completed, throughput=4.99MB/sec 2024-07-27T18:44:33.747 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pBHGVfqNIgTzIns off=4058255 len=1640787 2024-07-27T18:44:33.749 INFO:tasks.workunit.client.0.smithi029.stdout:op 1162 completed, throughput=4.99MB/sec 2024-07-27T18:44:33.749 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7IzSWZabgkhdd7a off=3970323 len=1285310 2024-07-27T18:44:33.751 INFO:tasks.workunit.client.0.smithi029.stdout:op 1163 completed, throughput=5MB/sec 2024-07-27T18:44:33.751 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Kx3ZhJTYndBjMZa off=5637643 len=1482304 2024-07-27T18:44:33.752 INFO:tasks.workunit.client.0.smithi029.stdout:op 1164 completed, throughput=5MB/sec 2024-07-27T18:44:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:34 smithi029 ceph-mon[96870]: pgmap v1523: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:44:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:34 smithi029 ceph-mon[99353]: pgmap v1523: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:44:34.753 INFO:tasks.workunit.client.0.smithi029.stdout: 235: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:34.753 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-t74oRgMIYSd3MrV off=7018597 len=1139977 2024-07-27T18:44:34.759 INFO:tasks.workunit.client.0.smithi029.stdout:op 1165 completed, throughput=4.99MB/sec 2024-07-27T18:44:34.759 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-m57qkbuMb-zXzYx off=429607 len=1279634 2024-07-27T18:44:34.766 INFO:tasks.workunit.client.0.smithi029.stdout:op 1166 completed, throughput=4.99MB/sec 2024-07-27T18:44:34.766 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QjJbugwwccwVTnV off=3534031 len=1093234 2024-07-27T18:44:34.772 INFO:tasks.workunit.client.0.smithi029.stdout:op 1167 completed, throughput=5MB/sec 2024-07-27T18:44:34.772 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-21QfDrAzCLVUfm0 off=15160400 len=1454281 2024-07-27T18:44:34.773 INFO:tasks.workunit.client.0.smithi029.stdout:op 1168 completed, throughput=5MB/sec 2024-07-27T18:44:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:34 smithi179 ceph-mon[89801]: pgmap v1523: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:44:35.774 INFO:tasks.workunit.client.0.smithi029.stdout: 236: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:35.774 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-j2CgolxtTOG_i6c off=6489265 len=562189 2024-07-27T18:44:35.775 INFO:tasks.workunit.client.0.smithi029.stdout:op 1169 completed, throughput=4.98MB/sec 2024-07-27T18:44:35.775 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yxDyRKaIBiYab0d off=19268706 len=102566 2024-07-27T18:44:35.778 INFO:tasks.workunit.client.0.smithi029.stdout:op 1170 completed, throughput=4.98MB/sec 2024-07-27T18:44:35.778 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R51oWJNfJ49TL3K off=5313969 len=2020920 2024-07-27T18:44:35.783 INFO:tasks.workunit.client.0.smithi029.stdout:op 1171 completed, throughput=4.99MB/sec 2024-07-27T18:44:35.783 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QHrjGpctdIKoVQo off=5985032 len=1556571 2024-07-27T18:44:35.785 INFO:tasks.workunit.client.0.smithi029.stdout:op 1172 completed, throughput=5MB/sec 2024-07-27T18:44:35.785 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SJDrM2wL8o1-gZj off=892907 len=1761038 2024-07-27T18:44:35.793 INFO:tasks.workunit.client.0.smithi029.stdout:op 1173 completed, throughput=5MB/sec 2024-07-27T18:44:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:36 smithi029 ceph-mon[96870]: pgmap v1524: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:44:36.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:36 smithi029 ceph-mon[99353]: pgmap v1524: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:44:36.793 INFO:tasks.workunit.client.0.smithi029.stdout: 237: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:36.794 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-u37DZZlhkl4dglQ off=15010787 len=1414840 2024-07-27T18:44:36.796 INFO:tasks.workunit.client.0.smithi029.stdout:op 1174 completed, throughput=4.99MB/sec 2024-07-27T18:44:36.796 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IGpI43MIUNYovY9 off=5858262 len=13687 2024-07-27T18:44:36.799 INFO:tasks.workunit.client.0.smithi029.stdout:op 1175 completed, throughput=4.99MB/sec 2024-07-27T18:44:36.800 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zC9WrbLwuC9oAvq off=5474408 len=837600 2024-07-27T18:44:36.804 INFO:tasks.workunit.client.0.smithi029.stdout:op 1176 completed, throughput=4.99MB/sec 2024-07-27T18:44:36.804 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xAvajYYpOfLdD3j off=9260370 len=1930846 2024-07-27T18:44:36.812 INFO:tasks.workunit.client.0.smithi029.stdout:op 1177 completed, throughput=5MB/sec 2024-07-27T18:44:36.812 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sV4vnqkZpzWTdpS off=2138230 len=1535322 2024-07-27T18:44:36.813 INFO:tasks.workunit.client.0.smithi029.stdout:op 1178 completed, throughput=5.01MB/sec 2024-07-27T18:44:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:36 smithi179 ceph-mon[89801]: pgmap v1524: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:44:37.814 INFO:tasks.workunit.client.0.smithi029.stdout: 238: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:37.814 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-10ACCG1fhluuHdK off=13024781 len=1233809 2024-07-27T18:44:37.820 INFO:tasks.workunit.client.0.smithi029.stdout:op 1179 completed, throughput=4.99MB/sec 2024-07-27T18:44:37.821 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-APVNbtXcCmKidWw off=13863343 len=1762217 2024-07-27T18:44:37.824 INFO:tasks.workunit.client.0.smithi029.stdout:op 1180 completed, throughput=5MB/sec 2024-07-27T18:44:37.824 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iaEqYm4-dHelOnF off=2304217 len=462109 2024-07-27T18:44:37.825 INFO:tasks.workunit.client.0.smithi029.stdout:op 1181 completed, throughput=5MB/sec 2024-07-27T18:44:37.826 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-a0twy19WTReI2-J off=3350754 len=1239993 2024-07-27T18:44:37.827 INFO:tasks.workunit.client.0.smithi029.stdout:op 1182 completed, throughput=5MB/sec 2024-07-27T18:44:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:38 smithi029 ceph-mon[96870]: pgmap v1525: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:44:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:38 smithi029 ceph-mon[99353]: pgmap v1525: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:44:38.828 INFO:tasks.workunit.client.0.smithi029.stdout: 239: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:38.828 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HRLFHlLKbP9530B off=1570488 len=771040 2024-07-27T18:44:38.833 INFO:tasks.workunit.client.0.smithi029.stdout:op 1183 completed, throughput=4.99MB/sec 2024-07-27T18:44:38.833 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jTuebol99HTGicf off=283255 len=2041281 2024-07-27T18:44:38.835 INFO:tasks.workunit.client.0.smithi029.stdout:op 1184 completed, throughput=4.99MB/sec 2024-07-27T18:44:38.835 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nQkr6d2KmCgjJ0U off=10414182 len=294068 2024-07-27T18:44:38.836 INFO:tasks.workunit.client.0.smithi029.stdout:op 1185 completed, throughput=4.99MB/sec 2024-07-27T18:44:38.836 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JtvxTatUl91q3_j off=16227500 len=317558 2024-07-27T18:44:38.837 INFO:tasks.workunit.client.0.smithi029.stdout:op 1186 completed, throughput=5MB/sec 2024-07-27T18:44:38.837 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kKSfy_nLkXpuLOa off=19455525 len=1108028 2024-07-27T18:44:38.839 INFO:tasks.workunit.client.0.smithi029.stdout:op 1187 completed, throughput=5MB/sec 2024-07-27T18:44:38.839 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A25hHO1m4q1d4zy off=2680496 len=1661784 2024-07-27T18:44:38.841 INFO:tasks.workunit.client.0.smithi029.stdout:op 1188 completed, throughput=5.01MB/sec 2024-07-27T18:44:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:38 smithi179 ceph-mon[89801]: pgmap v1525: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:44:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:44:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:44:39.841 INFO:tasks.workunit.client.0.smithi029.stdout: 240: throughput=4.99MB/sec pending data=0 2024-07-27T18:44:39.841 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2IHesQyaFAPLkUG off=5150506 len=494423 2024-07-27T18:44:39.842 INFO:tasks.workunit.client.0.smithi029.stdout:op 1189 completed, throughput=4.99MB/sec 2024-07-27T18:44:39.842 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gEPatZSjTDK8Bk3 off=9903321 len=2023235 2024-07-27T18:44:39.854 INFO:tasks.workunit.client.0.smithi029.stdout:op 1190 completed, throughput=5MB/sec 2024-07-27T18:44:39.854 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h4vLXGvVoBFOPud off=2494854 len=555560 2024-07-27T18:44:39.855 INFO:tasks.workunit.client.0.smithi029.stdout:op 1191 completed, throughput=5MB/sec 2024-07-27T18:44:39.856 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-45Z4eu2E5IT1Qsc off=4782354 len=1777198 2024-07-27T18:44:39.863 INFO:tasks.workunit.client.0.smithi029.stdout:op 1192 completed, throughput=5MB/sec 2024-07-27T18:44:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:44:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:40 smithi029 ceph-mon[96870]: pgmap v1526: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:44:40.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:40 smithi029 ceph-mon[99353]: pgmap v1526: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:44:40.863 INFO:tasks.workunit.client.0.smithi029.stdout: 241: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:40.863 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Wn9cOpyVXCNDsYU off=5730163 len=956323 2024-07-27T18:44:40.864 INFO:tasks.workunit.client.0.smithi029.stdout:op 1193 completed, throughput=4.99MB/sec 2024-07-27T18:44:40.865 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KSaZb3wBwz8m_1R off=229848 len=2028177 2024-07-27T18:44:40.878 INFO:tasks.workunit.client.0.smithi029.stdout:op 1194 completed, throughput=5MB/sec 2024-07-27T18:44:40.878 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-B8g6-L7ohlz3REs off=18407085 len=835149 2024-07-27T18:44:40.878 INFO:tasks.workunit.client.0.smithi029.stdout:op 1195 completed, throughput=5MB/sec 2024-07-27T18:44:40.878 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gbs9VvqXJV9WLx5 off=487606 len=2091696 2024-07-27T18:44:40.885 INFO:tasks.workunit.client.0.smithi029.stdout:op 1196 completed, throughput=5.01MB/sec 2024-07-27T18:44:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:40 smithi179 ceph-mon[89801]: pgmap v1526: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:44:41.886 INFO:tasks.workunit.client.0.smithi029.stdout: 242: throughput=4.99MB/sec pending data=0 2024-07-27T18:44:41.886 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xdKfwTUpv2kUXx3 off=1170118 len=423008 2024-07-27T18:44:41.887 INFO:tasks.workunit.client.0.smithi029.stdout:op 1197 completed, throughput=4.99MB/sec 2024-07-27T18:44:41.887 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MoR1gSRcC5LRBAe off=4477600 len=1547205 2024-07-27T18:44:41.895 INFO:tasks.workunit.client.0.smithi029.stdout:op 1198 completed, throughput=4.99MB/sec 2024-07-27T18:44:41.895 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aVQY3FzOV9NP0bk off=13696209 len=1889769 2024-07-27T18:44:41.906 INFO:tasks.workunit.client.0.smithi029.stdout:op 1199 completed, throughput=5MB/sec 2024-07-27T18:44:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:42 smithi029 ceph-mon[96870]: pgmap v1527: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:44:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:42 smithi029 ceph-mon[99353]: pgmap v1527: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:44:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:44:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:44:42] "GET /metrics HTTP/1.1" 200 34033 "" "Prometheus/2.43.0" 2024-07-27T18:44:42.906 INFO:tasks.workunit.client.0.smithi029.stdout: 243: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:42.907 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VlnaZGcHIMkcZ7d off=2570022 len=364023 2024-07-27T18:44:42.908 INFO:tasks.workunit.client.0.smithi029.stdout:op 1200 completed, throughput=4.98MB/sec 2024-07-27T18:44:42.908 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fdT6YF4y_Cz6Cip off=5650511 len=1106646 2024-07-27T18:44:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:42 smithi179 ceph-mon[89801]: pgmap v1527: 105 pgs: 105 active+clean; 127 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:44:42.914 INFO:tasks.workunit.client.0.smithi029.stdout:op 1201 completed, throughput=4.99MB/sec 2024-07-27T18:44:42.914 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-96ffS6w5Wyq7mOx off=949341 len=1051062 2024-07-27T18:44:42.918 INFO:tasks.workunit.client.0.smithi029.stdout:op 1202 completed, throughput=4.99MB/sec 2024-07-27T18:44:42.918 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ICuANWdfC_aAPba off=10902741 len=1333860 2024-07-27T18:44:42.920 INFO:tasks.workunit.client.0.smithi029.stdout:op 1203 completed, throughput=4.99MB/sec 2024-07-27T18:44:42.920 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CFu4deycV_qq9VF off=2689928 len=819724 2024-07-27T18:44:42.925 INFO:tasks.workunit.client.0.smithi029.stdout:op 1204 completed, throughput=5MB/sec 2024-07-27T18:44:42.925 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0ENORDz386bZJ6r off=5016737 len=1447619 2024-07-27T18:44:42.932 INFO:tasks.workunit.client.0.smithi029.stdout:op 1205 completed, throughput=5MB/sec 2024-07-27T18:44:43.932 INFO:tasks.workunit.client.0.smithi029.stdout: 244: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:43.932 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-A6UKIMwF-awW98_ off=1219744 len=49088 2024-07-27T18:44:43.935 INFO:tasks.workunit.client.0.smithi029.stdout:op 1206 completed, throughput=4.98MB/sec 2024-07-27T18:44:43.936 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CWCk-yMSgI12QlJ off=11312081 len=1618848 2024-07-27T18:44:43.939 INFO:tasks.workunit.client.0.smithi029.stdout:op 1207 completed, throughput=4.99MB/sec 2024-07-27T18:44:43.939 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-H7pQolnDV9MLeHM off=12167090 len=1766221 2024-07-27T18:44:43.948 INFO:tasks.workunit.client.0.smithi029.stdout:op 1208 completed, throughput=5MB/sec 2024-07-27T18:44:43.948 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OXZazYjA_tFiIIy off=2845163 len=1356274 2024-07-27T18:44:43.950 INFO:tasks.workunit.client.0.smithi029.stdout:op 1209 completed, throughput=5MB/sec 2024-07-27T18:44:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:44 smithi029 ceph-mon[96870]: pgmap v1528: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:44:44.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:44 smithi029 ceph-mon[99353]: pgmap v1528: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:44:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:44 smithi179 ceph-mon[89801]: pgmap v1528: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:44:44.951 INFO:tasks.workunit.client.0.smithi029.stdout: 245: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:44.951 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4xlbn_6-j-0v598 off=14314342 len=524560 2024-07-27T18:44:44.952 INFO:tasks.workunit.client.0.smithi029.stdout:op 1210 completed, throughput=4.98MB/sec 2024-07-27T18:44:44.952 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ISjwGZCCbwMBIH3 off=4170362 len=882623 2024-07-27T18:44:44.953 INFO:tasks.workunit.client.0.smithi029.stdout:op 1211 completed, throughput=4.99MB/sec 2024-07-27T18:44:44.954 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DjfM45C5fL2m_TA off=2549957 len=1308282 2024-07-27T18:44:44.956 INFO:tasks.workunit.client.0.smithi029.stdout:op 1212 completed, throughput=4.99MB/sec 2024-07-27T18:44:44.957 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nNzUmpHSN2IXHfX off=1315579 len=756706 2024-07-27T18:44:44.961 INFO:tasks.workunit.client.0.smithi029.stdout:op 1213 completed, throughput=4.99MB/sec 2024-07-27T18:44:44.961 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BlmUjPVFl9kSq2V off=9297558 len=156480 2024-07-27T18:44:44.962 INFO:tasks.workunit.client.0.smithi029.stdout:op 1214 completed, throughput=4.99MB/sec 2024-07-27T18:44:44.962 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EBCY2FjHbufO2mf off=91048 len=1870085 2024-07-27T18:44:44.964 INFO:tasks.workunit.client.0.smithi029.stdout:op 1215 completed, throughput=5MB/sec 2024-07-27T18:44:45.964 INFO:tasks.workunit.client.0.smithi029.stdout: 246: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:45.964 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-abnKzKB4MT3hccw off=2195683 len=2079279 2024-07-27T18:44:45.976 INFO:tasks.workunit.client.0.smithi029.stdout:op 1216 completed, throughput=4.99MB/sec 2024-07-27T18:44:45.977 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e9vmJMxidMO7Sax off=467806 len=1559062 2024-07-27T18:44:45.980 INFO:tasks.workunit.client.0.smithi029.stdout:op 1217 completed, throughput=5MB/sec 2024-07-27T18:44:45.981 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-szKnppnLc8K4GWm off=1120595 len=844658 2024-07-27T18:44:45.983 INFO:tasks.workunit.client.0.smithi029.stdout:op 1218 completed, throughput=5MB/sec 2024-07-27T18:44:45.983 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mfP-hhkj3VIypQv off=1423580 len=1643997 2024-07-27T18:44:45.985 INFO:tasks.workunit.client.0.smithi029.stdout:op 1219 completed, throughput=5MB/sec 2024-07-27T18:44:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:46 smithi029 ceph-mon[96870]: pgmap v1529: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:44:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:46 smithi029 ceph-mon[99353]: pgmap v1529: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:44:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:46 smithi179 ceph-mon[89801]: pgmap v1529: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:44:46.985 INFO:tasks.workunit.client.0.smithi029.stdout: 247: throughput=4.99MB/sec pending data=0 2024-07-27T18:44:46.986 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qav3jbAJbFuY_eY off=406986 len=1916752 2024-07-27T18:44:46.988 INFO:tasks.workunit.client.0.smithi029.stdout:op 1220 completed, throughput=4.99MB/sec 2024-07-27T18:44:46.988 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wD5bERWbYYwbMmz off=22068391 len=358129 2024-07-27T18:44:46.991 INFO:tasks.workunit.client.0.smithi029.stdout:op 1221 completed, throughput=4.99MB/sec 2024-07-27T18:44:46.991 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kjMcJkZ9fqfxpmP off=8939043 len=840462 2024-07-27T18:44:46.997 INFO:tasks.workunit.client.0.smithi029.stdout:op 1222 completed, throughput=5MB/sec 2024-07-27T18:44:46.997 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JmPEa9K1qvtvYSE off=3868221 len=593413 2024-07-27T18:44:46.998 INFO:tasks.workunit.client.0.smithi029.stdout:op 1223 completed, throughput=5MB/sec 2024-07-27T18:44:46.998 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-G-Os683r3IbKWMI off=3894532 len=1620937 2024-07-27T18:44:47.005 INFO:tasks.workunit.client.0.smithi029.stdout:op 1224 completed, throughput=5MB/sec 2024-07-27T18:44:48.005 INFO:tasks.workunit.client.0.smithi029.stdout: 248: throughput=4.99MB/sec pending data=0 2024-07-27T18:44:48.005 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8Bfa_iX9lstUHmj off=706767 len=711767 2024-07-27T18:44:48.006 INFO:tasks.workunit.client.0.smithi029.stdout:op 1225 completed, throughput=4.99MB/sec 2024-07-27T18:44:48.006 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-llWtPTpI71WWzN1 off=3242494 len=340944 2024-07-27T18:44:48.009 INFO:tasks.workunit.client.0.smithi029.stdout:op 1226 completed, throughput=4.99MB/sec 2024-07-27T18:44:48.010 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bnhLu2WoTyLC4aw off=10272961 len=1702091 2024-07-27T18:44:48.012 INFO:tasks.workunit.client.0.smithi029.stdout:op 1227 completed, throughput=5MB/sec 2024-07-27T18:44:48.012 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mBT67kmSoQ0LqRO off=1497561 len=219008 2024-07-27T18:44:48.015 INFO:tasks.workunit.client.0.smithi029.stdout:op 1228 completed, throughput=5MB/sec 2024-07-27T18:44:48.015 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lBcGVnMOCIaAFtP off=16995702 len=1791205 2024-07-27T18:44:48.022 INFO:tasks.workunit.client.0.smithi029.stdout:op 1229 completed, throughput=5MB/sec 2024-07-27T18:44:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:48 smithi029 ceph-mon[96870]: pgmap v1530: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:44:48.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:48 smithi029 ceph-mon[99353]: pgmap v1530: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:44:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:48 smithi179 ceph-mon[89801]: pgmap v1530: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:44:49.023 INFO:tasks.workunit.client.0.smithi029.stdout: 249: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:49.023 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-13ngTbMnR66cP62 off=7149879 len=139876 2024-07-27T18:44:49.026 INFO:tasks.workunit.client.0.smithi029.stdout:op 1230 completed, throughput=4.98MB/sec 2024-07-27T18:44:49.026 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XMidZqxFoQnItY2 off=1144608 len=266064 2024-07-27T18:44:49.026 INFO:tasks.workunit.client.0.smithi029.stdout:op 1231 completed, throughput=4.98MB/sec 2024-07-27T18:44:49.027 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kPx2Mp8AA0tXcH7 off=4633179 len=1506630 2024-07-27T18:44:49.029 INFO:tasks.workunit.client.0.smithi029.stdout:op 1232 completed, throughput=4.99MB/sec 2024-07-27T18:44:49.029 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UqXX75cm5XW7HJ2 off=15718997 len=1729295 2024-07-27T18:44:49.031 INFO:tasks.workunit.client.0.smithi029.stdout:op 1233 completed, throughput=5MB/sec 2024-07-27T18:44:49.031 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uHcdwty6taOAzwi off=7215040 len=1455357 2024-07-27T18:44:49.034 INFO:tasks.workunit.client.0.smithi029.stdout:op 1234 completed, throughput=5MB/sec 2024-07-27T18:44:50.034 INFO:tasks.workunit.client.0.smithi029.stdout: 250: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:50.034 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zZTrsA3QPhhsn7e off=3531603 len=1823219 2024-07-27T18:44:50.045 INFO:tasks.workunit.client.0.smithi029.stdout:op 1235 completed, throughput=4.99MB/sec 2024-07-27T18:44:50.045 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tLF-Bads4LK8pX_ off=265919 len=1683289 2024-07-27T18:44:50.047 INFO:tasks.workunit.client.0.smithi029.stdout:op 1236 completed, throughput=5MB/sec 2024-07-27T18:44:50.047 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_mnxmrVFkHYt7A6 off=3359876 len=1955595 2024-07-27T18:44:50.050 INFO:tasks.workunit.client.0.smithi029.stdout:op 1237 completed, throughput=5MB/sec 2024-07-27T18:44:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:50 smithi029 ceph-mon[96870]: pgmap v1531: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:44:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:50 smithi029 ceph-mon[99353]: pgmap v1531: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:44:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:50 smithi179 ceph-mon[89801]: pgmap v1531: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:44:51.050 INFO:tasks.workunit.client.0.smithi029.stdout: 251: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:51.050 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SniR1Q5KrVlb_5N off=229103 len=1516614 2024-07-27T18:44:51.052 INFO:tasks.workunit.client.0.smithi029.stdout:op 1238 completed, throughput=4.99MB/sec 2024-07-27T18:44:51.052 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DNuL5mvzASV3LHh off=4829584 len=1161446 2024-07-27T18:44:51.058 INFO:tasks.workunit.client.0.smithi029.stdout:op 1239 completed, throughput=4.99MB/sec 2024-07-27T18:44:51.058 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hRDD7XHDqD2a4xl off=12181045 len=1357699 2024-07-27T18:44:51.064 INFO:tasks.workunit.client.0.smithi029.stdout:op 1240 completed, throughput=5MB/sec 2024-07-27T18:44:51.064 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4MKBbZrKVy19xig off=3176034 len=1066111 2024-07-27T18:44:51.065 INFO:tasks.workunit.client.0.smithi029.stdout:op 1241 completed, throughput=5MB/sec 2024-07-27T18:44:52.066 INFO:tasks.workunit.client.0.smithi029.stdout: 252: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:52.067 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5nuJLLZEHcbLrxY off=16504539 len=1694982 2024-07-27T18:44:52.070 INFO:tasks.workunit.client.0.smithi029.stdout:op 1242 completed, throughput=4.99MB/sec 2024-07-27T18:44:52.070 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-B_NAE--tK9O-HYO off=5229888 len=475483 2024-07-27T18:44:52.071 INFO:tasks.workunit.client.0.smithi029.stdout:op 1243 completed, throughput=4.99MB/sec 2024-07-27T18:44:52.071 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9vmUM-5oEJkHei4 off=2332614 len=749905 2024-07-27T18:44:52.072 INFO:tasks.workunit.client.0.smithi029.stdout:op 1244 completed, throughput=4.99MB/sec 2024-07-27T18:44:52.072 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-12Xz976yNht86Cn off=9942954 len=1759952 2024-07-27T18:44:52.081 INFO:tasks.workunit.client.0.smithi029.stdout:op 1245 completed, throughput=5MB/sec 2024-07-27T18:44:52.081 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R0p2EX5grMeHYnk off=2142132 len=1384097 2024-07-27T18:44:52.083 INFO:tasks.workunit.client.0.smithi029.stdout:op 1246 completed, throughput=5MB/sec 2024-07-27T18:44:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:52 smithi029 ceph-mon[96870]: pgmap v1532: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:44:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:52 smithi029 ceph-mon[99353]: pgmap v1532: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:44:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:44:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:44:52] "GET /metrics HTTP/1.1" 200 34033 "" "Prometheus/2.43.0" 2024-07-27T18:44:52.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:52 smithi179 ceph-mon[89801]: pgmap v1532: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:44:53.083 INFO:tasks.workunit.client.0.smithi029.stdout: 253: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:53.084 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-k5INdZF0MWd5W_W off=7819650 len=200483 2024-07-27T18:44:53.086 INFO:tasks.workunit.client.0.smithi029.stdout:op 1247 completed, throughput=4.99MB/sec 2024-07-27T18:44:53.086 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-W5b3Ldl9nPMtxEO off=690946 len=591608 2024-07-27T18:44:53.090 INFO:tasks.workunit.client.0.smithi029.stdout:op 1248 completed, throughput=4.99MB/sec 2024-07-27T18:44:53.090 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-K_Dk5uPVwjkKKJa off=1883819 len=714278 2024-07-27T18:44:53.093 INFO:tasks.workunit.client.0.smithi029.stdout:op 1249 completed, throughput=4.99MB/sec 2024-07-27T18:44:53.093 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jaz8TXswtEq3f2E off=828080 len=1291997 2024-07-27T18:44:53.096 INFO:tasks.workunit.client.0.smithi029.stdout:op 1250 completed, throughput=4.99MB/sec 2024-07-27T18:44:53.096 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3t0BJSSwVxDTtW9 off=3653870 len=2055124 2024-07-27T18:44:53.098 INFO:tasks.workunit.client.0.smithi029.stdout:op 1251 completed, throughput=5MB/sec 2024-07-27T18:44:54.099 INFO:tasks.workunit.client.0.smithi029.stdout: 254: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:54.099 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-L-1-RIt6Qcbltdz off=18485002 len=1423841 2024-07-27T18:44:54.101 INFO:tasks.workunit.client.0.smithi029.stdout:op 1252 completed, throughput=4.99MB/sec 2024-07-27T18:44:54.101 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qQey4nmMiFvpS_c off=6147237 len=1547244 2024-07-27T18:44:54.108 INFO:tasks.workunit.client.0.smithi029.stdout:op 1253 completed, throughput=4.99MB/sec 2024-07-27T18:44:54.109 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-E4XB2tRnm4epoYq off=7028011 len=1863063 2024-07-27T18:44:54.115 INFO:tasks.workunit.client.0.smithi029.stdout:op 1254 completed, throughput=5MB/sec 2024-07-27T18:44:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:54 smithi029 ceph-mon[99353]: pgmap v1533: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:44:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:44:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:54 smithi029 ceph-mon[96870]: pgmap v1533: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:44:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:44:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:54 smithi179 ceph-mon[89801]: pgmap v1533: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:44:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:44:55.116 INFO:tasks.workunit.client.0.smithi029.stdout: 255: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:55.116 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UeNQtM6Ddy3slGB off=1511049 len=928417 2024-07-27T18:44:55.117 INFO:tasks.workunit.client.0.smithi029.stdout:op 1255 completed, throughput=4.98MB/sec 2024-07-27T18:44:55.117 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-01dys9lCY4Z9wEp off=2223346 len=1586122 2024-07-27T18:44:55.127 INFO:tasks.workunit.client.0.smithi029.stdout:op 1256 completed, throughput=4.99MB/sec 2024-07-27T18:44:55.127 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iw5cDSEzFFq1dvY off=4392760 len=802276 2024-07-27T18:44:55.128 INFO:tasks.workunit.client.0.smithi029.stdout:op 1257 completed, throughput=4.99MB/sec 2024-07-27T18:44:55.128 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-D197qpvZzHnbPtx off=19979357 len=1629491 2024-07-27T18:44:55.130 INFO:tasks.workunit.client.0.smithi029.stdout:op 1258 completed, throughput=5MB/sec 2024-07-27T18:44:55.130 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cgdvwmqNH6lRRTK off=645031 len=1470920 2024-07-27T18:44:55.132 INFO:tasks.workunit.client.0.smithi029.stdout:op 1259 completed, throughput=5MB/sec 2024-07-27T18:44:56.133 INFO:tasks.workunit.client.0.smithi029.stdout: 256: throughput=4.99MB/sec pending data=0 2024-07-27T18:44:56.133 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GmChyBvwLxbmNPJ off=8875841 len=489325 2024-07-27T18:44:56.134 INFO:tasks.workunit.client.0.smithi029.stdout:op 1260 completed, throughput=4.99MB/sec 2024-07-27T18:44:56.134 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GkhuUmvQMnApYQP off=5213306 len=263093 2024-07-27T18:44:56.138 INFO:tasks.workunit.client.0.smithi029.stdout:op 1261 completed, throughput=4.99MB/sec 2024-07-27T18:44:56.138 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--IOWlrciNBsviaa off=12453413 len=953820 2024-07-27T18:44:56.143 INFO:tasks.workunit.client.0.smithi029.stdout:op 1262 completed, throughput=4.99MB/sec 2024-07-27T18:44:56.143 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AveEnTSbm6qiIe9 off=2422332 len=655388 2024-07-27T18:44:56.144 INFO:tasks.workunit.client.0.smithi029.stdout:op 1263 completed, throughput=4.99MB/sec 2024-07-27T18:44:56.144 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iG11DZenidr1sQ6 off=18149109 len=1134737 2024-07-27T18:44:56.149 INFO:tasks.workunit.client.0.smithi029.stdout:op 1264 completed, throughput=5MB/sec 2024-07-27T18:44:56.149 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-m0RuX5JDrCeqXlP off=6374363 len=153180 2024-07-27T18:44:56.151 INFO:tasks.workunit.client.0.smithi029.stdout:op 1265 completed, throughput=5MB/sec 2024-07-27T18:44:56.151 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MbzXraSjxykNPxQ off=445998 len=1112318 2024-07-27T18:44:56.151 INFO:tasks.workunit.client.0.smithi029.stdout:op 1266 completed, throughput=5MB/sec 2024-07-27T18:44:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:56 smithi029 ceph-mon[96870]: pgmap v1534: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:44:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:56 smithi029 ceph-mon[99353]: pgmap v1534: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:44:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:56 smithi179 ceph-mon[89801]: pgmap v1534: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:44:57.152 INFO:tasks.workunit.client.0.smithi029.stdout: 257: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:57.152 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UFlWhmTiU67lnf3 off=8021645 len=98068 2024-07-27T18:44:57.155 INFO:tasks.workunit.client.0.smithi029.stdout:op 1267 completed, throughput=4.98MB/sec 2024-07-27T18:44:57.155 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-96Gqma8kDAHxrOo off=15245586 len=1460680 2024-07-27T18:44:57.163 INFO:tasks.workunit.client.0.smithi029.stdout:op 1268 completed, throughput=4.99MB/sec 2024-07-27T18:44:57.163 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sw45gz2n-XuuebI off=14207399 len=1028430 2024-07-27T18:44:57.169 INFO:tasks.workunit.client.0.smithi029.stdout:op 1269 completed, throughput=4.99MB/sec 2024-07-27T18:44:57.169 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BoorGIJMIj80K3w off=7683393 len=938459 2024-07-27T18:44:57.174 INFO:tasks.workunit.client.0.smithi029.stdout:op 1270 completed, throughput=5MB/sec 2024-07-27T18:44:57.174 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HAwvTmbiPOf0DtY off=2660927 len=1453622 2024-07-27T18:44:57.176 INFO:tasks.workunit.client.0.smithi029.stdout:op 1271 completed, throughput=5MB/sec 2024-07-27T18:44:58.176 INFO:tasks.workunit.client.0.smithi029.stdout: 258: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:58.176 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7YRz_xicK7c_mNf off=2953970 len=1374157 2024-07-27T18:44:58.178 INFO:tasks.workunit.client.0.smithi029.stdout:op 1272 completed, throughput=4.99MB/sec 2024-07-27T18:44:58.178 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lzBlNFPx3npBho- off=6180110 len=2079510 2024-07-27T18:44:58.186 INFO:tasks.workunit.client.0.smithi029.stdout:op 1273 completed, throughput=4.99MB/sec 2024-07-27T18:44:58.186 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FHNvfgoM1e5U8Rl off=4121774 len=1180239 2024-07-27T18:44:58.192 INFO:tasks.workunit.client.0.smithi029.stdout:op 1274 completed, throughput=5MB/sec 2024-07-27T18:44:58.192 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CtmDKkWGKnxE-ml off=18182804 len=1458288 2024-07-27T18:44:58.195 INFO:tasks.workunit.client.0.smithi029.stdout:op 1275 completed, throughput=5MB/sec 2024-07-27T18:44:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:44:58 smithi029 ceph-mon[96870]: pgmap v1535: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.5 MiB/s wr, 3 op/s 2024-07-27T18:44:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:44:58 smithi029 ceph-mon[99353]: pgmap v1535: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.5 MiB/s wr, 3 op/s 2024-07-27T18:44:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:44:58 smithi179 ceph-mon[89801]: pgmap v1535: 105 pgs: 105 active+clean; 127 GiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.5 MiB/s wr, 3 op/s 2024-07-27T18:44:59.198 INFO:tasks.workunit.client.0.smithi029.stdout: 259: throughput=4.98MB/sec pending data=0 2024-07-27T18:44:59.198 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1KNsihHDviICN0f off=2818239 len=1878511 2024-07-27T18:44:59.200 INFO:tasks.workunit.client.0.smithi029.stdout:op 1276 completed, throughput=4.99MB/sec 2024-07-27T18:44:59.200 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VwrQM_YNEyU57gp off=680251 len=2019071 2024-07-27T18:44:59.202 INFO:tasks.workunit.client.0.smithi029.stdout:op 1277 completed, throughput=5MB/sec 2024-07-27T18:44:59.202 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WcDg4btN6mBsN5C off=1879593 len=1350020 2024-07-27T18:44:59.208 INFO:tasks.workunit.client.0.smithi029.stdout:op 1278 completed, throughput=5MB/sec 2024-07-27T18:45:00.209 INFO:tasks.workunit.client.0.smithi029.stdout: 260: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:00.209 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CHUbTfFNIfWilud off=488334 len=33225 2024-07-27T18:45:00.209 INFO:tasks.workunit.client.0.smithi029.stdout:op 1279 completed, throughput=4.98MB/sec 2024-07-27T18:45:00.209 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_0-Ikm0H4AZAmnd off=9187872 len=1103303 2024-07-27T18:45:00.216 INFO:tasks.workunit.client.0.smithi029.stdout:op 1280 completed, throughput=4.99MB/sec 2024-07-27T18:45:00.216 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CeWFPDOcYPnIbrk off=2948987 len=1705045 2024-07-27T18:45:00.223 INFO:tasks.workunit.client.0.smithi029.stdout:op 1281 completed, throughput=4.99MB/sec 2024-07-27T18:45:00.223 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Kb8RlpwtM5wIM1R off=3401400 len=64191 2024-07-27T18:45:00.223 INFO:tasks.workunit.client.0.smithi029.stdout:op 1282 completed, throughput=4.99MB/sec 2024-07-27T18:45:00.223 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-96chIH3zPJ9zORu off=11572388 len=1789798 2024-07-27T18:45:00.230 INFO:tasks.workunit.client.0.smithi029.stdout:op 1283 completed, throughput=5MB/sec 2024-07-27T18:45:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:00 smithi029 ceph-mon[96870]: pgmap v1536: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:45:00.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:00 smithi029 ceph-mon[99353]: pgmap v1536: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:45:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:00 smithi179 ceph-mon[89801]: pgmap v1536: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:45:01.231 INFO:tasks.workunit.client.0.smithi029.stdout: 261: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:01.231 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Fdq3ERnhPDZfI_b off=4549148 len=194080 2024-07-27T18:45:01.233 INFO:tasks.workunit.client.0.smithi029.stdout:op 1284 completed, throughput=4.98MB/sec 2024-07-27T18:45:01.234 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mxZfTVC1_tpg0Wn off=8641223 len=1120609 2024-07-27T18:45:01.239 INFO:tasks.workunit.client.0.smithi029.stdout:op 1285 completed, throughput=4.99MB/sec 2024-07-27T18:45:01.239 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pNhgKnaRIHzav5B off=6059392 len=1746213 2024-07-27T18:45:01.248 INFO:tasks.workunit.client.0.smithi029.stdout:op 1286 completed, throughput=4.99MB/sec 2024-07-27T18:45:01.248 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y6UZXyJfXDX3fcN off=1424984 len=1502121 2024-07-27T18:45:01.257 INFO:tasks.workunit.client.0.smithi029.stdout:op 1287 completed, throughput=5MB/sec 2024-07-27T18:45:01.257 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4FDguRN1B3RTcIO off=21215365 len=1035915 2024-07-27T18:45:01.258 INFO:tasks.workunit.client.0.smithi029.stdout:op 1288 completed, throughput=5MB/sec 2024-07-27T18:45:02.259 INFO:tasks.workunit.client.0.smithi029.stdout: 262: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:02.259 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cxB4FsqbVPrP30_ off=3816791 len=881292 2024-07-27T18:45:02.261 INFO:tasks.workunit.client.0.smithi029.stdout:op 1289 completed, throughput=4.99MB/sec 2024-07-27T18:45:02.261 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pAoI-c2nAUtchsh off=1178183 len=1913278 2024-07-27T18:45:02.265 INFO:tasks.workunit.client.0.smithi029.stdout:op 1290 completed, throughput=4.99MB/sec 2024-07-27T18:45:02.265 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6D5lKx60sU5wuhu off=5076266 len=1094286 2024-07-27T18:45:02.267 INFO:tasks.workunit.client.0.smithi029.stdout:op 1291 completed, throughput=5MB/sec 2024-07-27T18:45:02.267 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qrrvGuwbNmy3EZf off=9830552 len=706848 2024-07-27T18:45:02.274 INFO:tasks.workunit.client.0.smithi029.stdout:op 1292 completed, throughput=5MB/sec 2024-07-27T18:45:02.274 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LddXOR_MtnC2IUg off=3186153 len=510150 2024-07-27T18:45:02.274 INFO:tasks.workunit.client.0.smithi029.stdout:op 1293 completed, throughput=5MB/sec 2024-07-27T18:45:02.492 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:45:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=sqlstore.transactions t=2024-07-27T18:45:02.178599602Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-07-27T18:45:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:02 smithi029 ceph-mon[96870]: pgmap v1537: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:45:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:02 smithi029 ceph-mon[99353]: pgmap v1537: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:45:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:45:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:45:02] "GET /metrics HTTP/1.1" 200 34032 "" "Prometheus/2.43.0" 2024-07-27T18:45:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:02 smithi179 ceph-mon[89801]: pgmap v1537: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:45:03.273 INFO:tasks.workunit.client.0.smithi029.stdout: 263: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:03.273 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VLKQT6JzEUk5P6y off=355696 len=1294835 2024-07-27T18:45:03.279 INFO:tasks.workunit.client.0.smithi029.stdout:op 1294 completed, throughput=4.99MB/sec 2024-07-27T18:45:03.280 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tDT9hujhYy3ZwCc off=6680360 len=710710 2024-07-27T18:45:03.281 INFO:tasks.workunit.client.0.smithi029.stdout:op 1295 completed, throughput=4.99MB/sec 2024-07-27T18:45:03.281 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--5Pw0dY9M6cfuol off=9793405 len=387311 2024-07-27T18:45:03.284 INFO:tasks.workunit.client.0.smithi029.stdout:op 1296 completed, throughput=4.99MB/sec 2024-07-27T18:45:03.285 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Uwu4ay2YEiPLVzv off=16378122 len=613552 2024-07-27T18:45:03.285 INFO:tasks.workunit.client.0.smithi029.stdout:op 1297 completed, throughput=4.99MB/sec 2024-07-27T18:45:03.285 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fVaMccUWJjJJ7e3 off=2142374 len=688139 2024-07-27T18:45:03.289 INFO:tasks.workunit.client.0.smithi029.stdout:op 1298 completed, throughput=5MB/sec 2024-07-27T18:45:03.289 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AMftgtqZNAvYy8M off=312148 len=287419 2024-07-27T18:45:03.289 INFO:tasks.workunit.client.0.smithi029.stdout:op 1299 completed, throughput=5MB/sec 2024-07-27T18:45:03.289 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PnHUDTkV4IruGWM off=18846573 len=1607899 2024-07-27T18:45:03.291 INFO:tasks.workunit.client.0.smithi029.stdout:op 1300 completed, throughput=5MB/sec 2024-07-27T18:45:04.292 INFO:tasks.workunit.client.0.smithi029.stdout: 264: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:04.292 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VHQ4nclgzuFzp9_ off=1121438 len=1795843 2024-07-27T18:45:04.294 INFO:tasks.workunit.client.0.smithi029.stdout:op 1301 completed, throughput=4.99MB/sec 2024-07-27T18:45:04.294 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dYhik3nGMoOkU9E off=7610297 len=1752208 2024-07-27T18:45:04.304 INFO:tasks.workunit.client.0.smithi029.stdout:op 1302 completed, throughput=5MB/sec 2024-07-27T18:45:04.304 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-X9vMxo8EYLHl_DX off=1164426 len=1014153 2024-07-27T18:45:04.309 INFO:tasks.workunit.client.0.smithi029.stdout:op 1303 completed, throughput=5MB/sec 2024-07-27T18:45:04.309 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mWQHqYxhfIOQ17A off=40482 len=1052130 2024-07-27T18:45:04.311 INFO:tasks.workunit.client.0.smithi029.stdout:op 1304 completed, throughput=5MB/sec 2024-07-27T18:45:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:04 smithi029 ceph-mon[96870]: pgmap v1538: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:45:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:04 smithi029 ceph-mon[99353]: pgmap v1538: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:45:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:04 smithi179 ceph-mon[89801]: pgmap v1538: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:45:05.311 INFO:tasks.workunit.client.0.smithi029.stdout: 265: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:05.312 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7T5Mm5oYlZPtBCa off=18084130 len=1658827 2024-07-27T18:45:05.318 INFO:tasks.workunit.client.0.smithi029.stdout:op 1305 completed, throughput=4.99MB/sec 2024-07-27T18:45:05.318 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DBMEDxfIGYCmZoZ off=3436506 len=71554 2024-07-27T18:45:05.321 INFO:tasks.workunit.client.0.smithi029.stdout:op 1306 completed, throughput=4.99MB/sec 2024-07-27T18:45:05.321 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zzc1ON0NhKHAo_q off=1462557 len=1969049 2024-07-27T18:45:05.325 INFO:tasks.workunit.client.0.smithi029.stdout:op 1307 completed, throughput=5MB/sec 2024-07-27T18:45:05.325 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CoeMCA99LqaLYoI off=4964076 len=590899 2024-07-27T18:45:05.326 INFO:tasks.workunit.client.0.smithi029.stdout:op 1308 completed, throughput=5MB/sec 2024-07-27T18:45:05.326 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-grHoPGKrcFHfoCx off=1703955 len=1026091 2024-07-27T18:45:05.332 INFO:tasks.workunit.client.0.smithi029.stdout:op 1309 completed, throughput=5MB/sec 2024-07-27T18:45:06.333 INFO:tasks.workunit.client.0.smithi029.stdout: 266: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:06.333 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-p9919PkGIFE0Lv2 off=14223618 len=826145 2024-07-27T18:45:06.335 INFO:tasks.workunit.client.0.smithi029.stdout:op 1310 completed, throughput=4.99MB/sec 2024-07-27T18:45:06.335 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gxMYPQfONUWqJYu off=1217453 len=1148618 2024-07-27T18:45:06.341 INFO:tasks.workunit.client.0.smithi029.stdout:op 1311 completed, throughput=4.99MB/sec 2024-07-27T18:45:06.341 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gMM__UG3W2IYFM7 off=1694834 len=1849410 2024-07-27T18:45:06.348 INFO:tasks.workunit.client.0.smithi029.stdout:op 1312 completed, throughput=5MB/sec 2024-07-27T18:45:06.348 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Cc5ka0DIiGDjljp off=6929521 len=1580005 2024-07-27T18:45:06.351 INFO:tasks.workunit.client.0.smithi029.stdout:op 1313 completed, throughput=5MB/sec 2024-07-27T18:45:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:06 smithi029 ceph-mon[96870]: pgmap v1539: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:06 smithi029 ceph-mon[99353]: pgmap v1539: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:06 smithi179 ceph-mon[89801]: pgmap v1539: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: 267: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:07.352 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Zrjg3QKz-gFyUoF off=7193316 len=570943 2024-07-27T18:45:07.356 INFO:tasks.workunit.client.0.smithi029.stdout:op 1314 completed, throughput=4.99MB/sec 2024-07-27T18:45:07.356 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RaH60soxuh8HL9j off=3155491 len=971237 2024-07-27T18:45:07.361 INFO:tasks.workunit.client.0.smithi029.stdout:op 1315 completed, throughput=4.99MB/sec 2024-07-27T18:45:07.362 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A6UKIMwF-awW98_ off=658757 len=1136271 2024-07-27T18:45:07.363 INFO:tasks.workunit.client.0.smithi029.stdout:op 1316 completed, throughput=4.99MB/sec 2024-07-27T18:45:07.363 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Hx6VR9PqNh9t4mZ off=3207957 len=19277 2024-07-27T18:45:07.364 INFO:tasks.workunit.client.0.smithi029.stdout:op 1317 completed, throughput=4.99MB/sec 2024-07-27T18:45:07.364 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mkwYP4EW1ASaORJ off=7261102 len=1041212 2024-07-27T18:45:07.369 INFO:tasks.workunit.client.0.smithi029.stdout:op 1318 completed, throughput=5MB/sec 2024-07-27T18:45:07.369 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JDyX2gqZcRCSVdu off=9941339 len=1877899 2024-07-27T18:45:07.373 INFO:tasks.workunit.client.0.smithi029.stdout:op 1319 completed, throughput=5MB/sec 2024-07-27T18:45:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: 268: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:08.374 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-C16Q-mwQcITfLUk off=5310199 len=596500 2024-07-27T18:45:08.375 INFO:tasks.workunit.client.0.smithi029.stdout:op 1320 completed, throughput=4.99MB/sec 2024-07-27T18:45:08.375 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7fShyS7qTzDUvmN off=6089698 len=1488441 2024-07-27T18:45:08.382 INFO:tasks.workunit.client.0.smithi029.stdout:op 1321 completed, throughput=4.99MB/sec 2024-07-27T18:45:08.382 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CWCk-yMSgI12QlJ off=2689577 len=324217 2024-07-27T18:45:08.383 INFO:tasks.workunit.client.0.smithi029.stdout:op 1322 completed, throughput=4.99MB/sec 2024-07-27T18:45:08.383 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eFmR1GOn-z7tzoP off=6079625 len=478249 2024-07-27T18:45:08.386 INFO:tasks.workunit.client.0.smithi029.stdout:op 1323 completed, throughput=5MB/sec 2024-07-27T18:45:08.387 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-30WKLG4P9O4ELrI off=4349103 len=219828 2024-07-27T18:45:08.387 INFO:tasks.workunit.client.0.smithi029.stdout:op 1324 completed, throughput=5MB/sec 2024-07-27T18:45:08.387 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-shyWPFWQSu-yq2k off=1024583 len=766633 2024-07-27T18:45:08.388 INFO:tasks.workunit.client.0.smithi029.stdout:op 1325 completed, throughput=5MB/sec 2024-07-27T18:45:08.388 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BAXYI13XPc12ptI off=1127364 len=1048053 2024-07-27T18:45:08.391 INFO:tasks.workunit.client.0.smithi029.stdout:op 1326 completed, throughput=5MB/sec 2024-07-27T18:45:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:08 smithi029 ceph-mon[96870]: pgmap v1540: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.1 MiB/s wr, 3 op/s 2024-07-27T18:45:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:08 smithi029 ceph-mon[99353]: pgmap v1540: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.1 MiB/s wr, 3 op/s 2024-07-27T18:45:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:08 smithi179 ceph-mon[89801]: pgmap v1540: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.1 MiB/s wr, 3 op/s 2024-07-27T18:45:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: 269: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:09.392 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1ze4L_HpFFgEykT off=7079331 len=346332 2024-07-27T18:45:09.395 INFO:tasks.workunit.client.0.smithi029.stdout:op 1327 completed, throughput=4.99MB/sec 2024-07-27T18:45:09.395 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rAh_k7eR2FshR0y off=314569 len=857391 2024-07-27T18:45:09.399 INFO:tasks.workunit.client.0.smithi029.stdout:op 1328 completed, throughput=4.99MB/sec 2024-07-27T18:45:09.400 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gI8s-W_eeTZorjw off=8537820 len=1839928 2024-07-27T18:45:09.402 INFO:tasks.workunit.client.0.smithi029.stdout:op 1329 completed, throughput=4.99MB/sec 2024-07-27T18:45:09.402 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oczBo19xvswJqaK off=1482870 len=261078 2024-07-27T18:45:09.403 INFO:tasks.workunit.client.0.smithi029.stdout:op 1330 completed, throughput=5MB/sec 2024-07-27T18:45:09.403 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jH0QcsJLD5_6DAW off=9087050 len=1523622 2024-07-27T18:45:09.410 INFO:tasks.workunit.client.0.smithi029.stdout:op 1331 completed, throughput=5MB/sec 2024-07-27T18:45:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:45:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:45:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:45:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: 270: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:10.411 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-N955XYMNttwZcUt off=14051150 len=1699114 2024-07-27T18:45:10.414 INFO:tasks.workunit.client.0.smithi029.stdout:op 1332 completed, throughput=4.99MB/sec 2024-07-27T18:45:10.414 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sqd9rcEVgNix4vW off=14966731 len=1930690 2024-07-27T18:45:10.416 INFO:tasks.workunit.client.0.smithi029.stdout:op 1333 completed, throughput=4.99MB/sec 2024-07-27T18:45:10.417 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_jlyG25ZUw1uDH0 off=18213789 len=2028283 2024-07-27T18:45:10.426 INFO:tasks.workunit.client.0.smithi029.stdout:op 1334 completed, throughput=5MB/sec 2024-07-27T18:45:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:10 smithi179 ceph-mon[89801]: pgmap v1541: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:45:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:10 smithi029 ceph-mon[96870]: pgmap v1541: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:45:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:10 smithi029 ceph-mon[99353]: pgmap v1541: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:45:11.426 INFO:tasks.workunit.client.0.smithi029.stdout: 271: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:11.426 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3LOYOJ_g3cMsprq off=9378149 len=1556504 2024-07-27T18:45:11.428 INFO:tasks.workunit.client.0.smithi029.stdout:op 1335 completed, throughput=4.99MB/sec 2024-07-27T18:45:11.428 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NfqWYU-NadfzFjl off=12253887 len=1368668 2024-07-27T18:45:11.430 INFO:tasks.workunit.client.0.smithi029.stdout:op 1336 completed, throughput=4.99MB/sec 2024-07-27T18:45:11.430 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q83KRGtB2vEBfYR off=8798374 len=365211 2024-07-27T18:45:11.433 INFO:tasks.workunit.client.0.smithi029.stdout:op 1337 completed, throughput=4.99MB/sec 2024-07-27T18:45:11.434 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qdWn6kqI1l1EOKc off=7472088 len=1942906 2024-07-27T18:45:11.437 INFO:tasks.workunit.client.0.smithi029.stdout:op 1338 completed, throughput=5MB/sec 2024-07-27T18:45:12.438 INFO:tasks.workunit.client.0.smithi029.stdout: 272: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:12.438 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bFiCGp3sQ__edxH off=2229450 len=51201 2024-07-27T18:45:12.440 INFO:tasks.workunit.client.0.smithi029.stdout:op 1339 completed, throughput=4.98MB/sec 2024-07-27T18:45:12.440 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iipJnKE46XBEacR off=19386003 len=1428483 2024-07-27T18:45:12.447 INFO:tasks.workunit.client.0.smithi029.stdout:op 1340 completed, throughput=4.99MB/sec 2024-07-27T18:45:12.447 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MvrvjLpWIPylbvx off=813002 len=1144577 2024-07-27T18:45:12.453 INFO:tasks.workunit.client.0.smithi029.stdout:op 1341 completed, throughput=4.99MB/sec 2024-07-27T18:45:12.453 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-umsbPQ1zUZ90rhJ off=2136274 len=500403 2024-07-27T18:45:12.457 INFO:tasks.workunit.client.0.smithi029.stdout:op 1342 completed, throughput=4.99MB/sec 2024-07-27T18:45:12.457 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tOynoi4QIUoAntO off=1074231 len=1063617 2024-07-27T18:45:12.461 INFO:tasks.workunit.client.0.smithi029.stdout:op 1343 completed, throughput=5MB/sec 2024-07-27T18:45:12.461 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ony_lDPIb5AlCFb off=1244790 len=1290869 2024-07-27T18:45:12.468 INFO:tasks.workunit.client.0.smithi029.stdout:op 1344 completed, throughput=5MB/sec 2024-07-27T18:45:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:12 smithi029 ceph-mon[96870]: pgmap v1542: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:45:12.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:12 smithi029 ceph-mon[99353]: pgmap v1542: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:45:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:45:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:45:12] "GET /metrics HTTP/1.1" 200 34033 "" "Prometheus/2.43.0" 2024-07-27T18:45:12.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:12 smithi179 ceph-mon[89801]: pgmap v1542: 105 pgs: 105 active+clean; 127 GiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:45:13.468 INFO:tasks.workunit.client.0.smithi029.stdout: 273: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:13.469 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zBca2lvKS4hCZ59 off=17582244 len=1438570 2024-07-27T18:45:13.472 INFO:tasks.workunit.client.0.smithi029.stdout:op 1345 completed, throughput=4.99MB/sec 2024-07-27T18:45:13.472 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3BzP-y9vPN7ScHm off=3680322 len=41628 2024-07-27T18:45:13.473 INFO:tasks.workunit.client.0.smithi029.stdout:op 1346 completed, throughput=4.99MB/sec 2024-07-27T18:45:13.473 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Jz6LbIz3NU-NwFT off=10852131 len=535680 2024-07-27T18:45:13.477 INFO:tasks.workunit.client.0.smithi029.stdout:op 1347 completed, throughput=4.99MB/sec 2024-07-27T18:45:13.477 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FUZL_mbJB89tWtW off=10580191 len=1468509 2024-07-27T18:45:13.479 INFO:tasks.workunit.client.0.smithi029.stdout:op 1348 completed, throughput=5MB/sec 2024-07-27T18:45:13.479 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RlDW0CRycVsO7HJ off=2297557 len=753713 2024-07-27T18:45:13.480 INFO:tasks.workunit.client.0.smithi029.stdout:op 1349 completed, throughput=5MB/sec 2024-07-27T18:45:13.480 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oc16dGdW52rpXwR off=20932653 len=848500 2024-07-27T18:45:13.485 INFO:tasks.workunit.client.0.smithi029.stdout:op 1350 completed, throughput=5MB/sec 2024-07-27T18:45:14.484 INFO:tasks.workunit.client.0.smithi029.stdout: 274: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:14.485 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8JN5IilRaI6jORj off=7855089 len=1384143 2024-07-27T18:45:14.487 INFO:tasks.workunit.client.0.smithi029.stdout:op 1351 completed, throughput=4.99MB/sec 2024-07-27T18:45:14.488 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-khSfhp054121LJ4 off=6342057 len=1670855 2024-07-27T18:45:14.496 INFO:tasks.workunit.client.0.smithi029.stdout:op 1352 completed, throughput=4.99MB/sec 2024-07-27T18:45:14.496 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gi_oEtqmgs_spD4 off=1893516 len=1625527 2024-07-27T18:45:14.502 INFO:tasks.workunit.client.0.smithi029.stdout:op 1353 completed, throughput=5MB/sec 2024-07-27T18:45:14.503 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DBaN0NCvamoYhVi off=2527612 len=1774872 2024-07-27T18:45:14.509 INFO:tasks.workunit.client.0.smithi029.stdout:op 1354 completed, throughput=5MB/sec 2024-07-27T18:45:14.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:14 smithi179 ceph-mon[89801]: pgmap v1543: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:45:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:14 smithi029 ceph-mon[96870]: pgmap v1543: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:45:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:14 smithi029 ceph-mon[99353]: pgmap v1543: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:45:15.509 INFO:tasks.workunit.client.0.smithi029.stdout: 275: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:15.509 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RfYCWnTVoECq79Z off=10580429 len=1087526 2024-07-27T18:45:15.511 INFO:tasks.workunit.client.0.smithi029.stdout:op 1355 completed, throughput=4.99MB/sec 2024-07-27T18:45:15.511 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--SDxc8GkUjYc2Rt off=5878088 len=1961258 2024-07-27T18:45:15.513 INFO:tasks.workunit.client.0.smithi029.stdout:op 1356 completed, throughput=5MB/sec 2024-07-27T18:45:15.514 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OwQ6ywh21_VFEDi off=16288251 len=464075 2024-07-27T18:45:15.515 INFO:tasks.workunit.client.0.smithi029.stdout:op 1357 completed, throughput=5MB/sec 2024-07-27T18:45:15.515 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ozJGOC2svWFo6WI off=17054619 len=183040 2024-07-27T18:45:15.518 INFO:tasks.workunit.client.0.smithi029.stdout:op 1358 completed, throughput=5MB/sec 2024-07-27T18:45:15.518 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MKAjWp-tz5UOsJl off=1431901 len=274492 2024-07-27T18:45:15.520 INFO:tasks.workunit.client.0.smithi029.stdout:op 1359 completed, throughput=5MB/sec 2024-07-27T18:45:16.521 INFO:tasks.workunit.client.0.smithi029.stdout: 276: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:16.521 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2r1goBXZC8nD0H8 off=11050116 len=1638486 2024-07-27T18:45:16.523 INFO:tasks.workunit.client.0.smithi029.stdout:op 1360 completed, throughput=4.99MB/sec 2024-07-27T18:45:16.523 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AY9ZdJCXjLe7UVK off=4106136 len=1800034 2024-07-27T18:45:16.527 INFO:tasks.workunit.client.0.smithi029.stdout:op 1361 completed, throughput=4.99MB/sec 2024-07-27T18:45:16.527 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v-YwLZC-h0dJy7n off=7228645 len=1747737 2024-07-27T18:45:16.529 INFO:tasks.workunit.client.0.smithi029.stdout:op 1362 completed, throughput=5MB/sec 2024-07-27T18:45:16.529 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HuY4mNx0Rwlu8OA off=2768368 len=219244 2024-07-27T18:45:16.529 INFO:tasks.workunit.client.0.smithi029.stdout:op 1363 completed, throughput=5MB/sec 2024-07-27T18:45:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:16 smithi179 ceph-mon[89801]: pgmap v1544: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:45:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:16 smithi029 ceph-mon[96870]: pgmap v1544: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:45:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:16 smithi029 ceph-mon[99353]: pgmap v1544: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:45:17.530 INFO:tasks.workunit.client.0.smithi029.stdout: 277: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:17.530 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AQz5EBbH2-bAcqq off=9057385 len=1003182 2024-07-27T18:45:17.535 INFO:tasks.workunit.client.0.smithi029.stdout:op 1364 completed, throughput=4.99MB/sec 2024-07-27T18:45:17.535 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kw6vbNSlX_NhLvK off=1179124 len=303015 2024-07-27T18:45:17.539 INFO:tasks.workunit.client.0.smithi029.stdout:op 1365 completed, throughput=4.99MB/sec 2024-07-27T18:45:17.539 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--li2Amjx72veKhx off=7568184 len=673682 2024-07-27T18:45:17.543 INFO:tasks.workunit.client.0.smithi029.stdout:op 1366 completed, throughput=4.99MB/sec 2024-07-27T18:45:17.543 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iM-w60EJmzL7kB4 off=2148717 len=1915652 2024-07-27T18:45:17.545 INFO:tasks.workunit.client.0.smithi029.stdout:op 1367 completed, throughput=5MB/sec 2024-07-27T18:45:17.545 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ufr4qiYdGXK-q4o off=7873658 len=419950 2024-07-27T18:45:17.549 INFO:tasks.workunit.client.0.smithi029.stdout:op 1368 completed, throughput=5MB/sec 2024-07-27T18:45:17.549 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OukakzxmG8fVZN_ off=21912573 len=1010339 2024-07-27T18:45:17.553 INFO:tasks.workunit.client.0.smithi029.stdout:op 1369 completed, throughput=5MB/sec 2024-07-27T18:45:18.554 INFO:tasks.workunit.client.0.smithi029.stdout: 278: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:18.554 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fvo38xBfe0MuUbc off=13329763 len=1227684 2024-07-27T18:45:18.560 INFO:tasks.workunit.client.0.smithi029.stdout:op 1370 completed, throughput=4.99MB/sec 2024-07-27T18:45:18.560 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7pDVyzWEK9PuobN off=583811 len=1666334 2024-07-27T18:45:18.562 INFO:tasks.workunit.client.0.smithi029.stdout:op 1371 completed, throughput=4.99MB/sec 2024-07-27T18:45:18.563 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RxYq1QwhSOdkfY1 off=12797037 len=1984096 2024-07-27T18:45:18.567 INFO:tasks.workunit.client.0.smithi029.stdout:op 1372 completed, throughput=5MB/sec 2024-07-27T18:45:18.567 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CgxmgbMShcaC_WN off=3581112 len=688077 2024-07-27T18:45:18.571 INFO:tasks.workunit.client.0.smithi029.stdout:op 1373 completed, throughput=5MB/sec 2024-07-27T18:45:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:18 smithi179 ceph-mon[89801]: pgmap v1545: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:45:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:18 smithi029 ceph-mon[96870]: pgmap v1545: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:45:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:18 smithi029 ceph-mon[99353]: pgmap v1545: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:45:19.572 INFO:tasks.workunit.client.0.smithi029.stdout: 279: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:19.572 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Nz0AF2ATn63V-fc off=946064 len=83915 2024-07-27T18:45:19.575 INFO:tasks.workunit.client.0.smithi029.stdout:op 1374 completed, throughput=4.98MB/sec 2024-07-27T18:45:19.575 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7b2IzDYI5PJs3gk off=5076131 len=1811848 2024-07-27T18:45:19.577 INFO:tasks.workunit.client.0.smithi029.stdout:op 1375 completed, throughput=4.99MB/sec 2024-07-27T18:45:19.577 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-akGwtzGrepArFmy off=3989051 len=1903169 2024-07-27T18:45:19.588 INFO:tasks.workunit.client.0.smithi029.stdout:op 1376 completed, throughput=5MB/sec 2024-07-27T18:45:19.588 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0TEp9pwADX_6-RX off=3749559 len=193675 2024-07-27T18:45:19.591 INFO:tasks.workunit.client.0.smithi029.stdout:op 1377 completed, throughput=5MB/sec 2024-07-27T18:45:19.591 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Sam6JsPkv-jwgOj off=1624146 len=2069270 2024-07-27T18:45:19.593 INFO:tasks.workunit.client.0.smithi029.stdout:op 1378 completed, throughput=5MB/sec 2024-07-27T18:45:20.593 INFO:tasks.workunit.client.0.smithi029.stdout: 280: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:20.594 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iWIU0Cb38KQImFh off=4527526 len=129491 2024-07-27T18:45:20.596 INFO:tasks.workunit.client.0.smithi029.stdout:op 1379 completed, throughput=4.99MB/sec 2024-07-27T18:45:20.596 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KslxPRQ4c2ca9ek off=14274137 len=1087344 2024-07-27T18:45:20.602 INFO:tasks.workunit.client.0.smithi029.stdout:op 1380 completed, throughput=4.99MB/sec 2024-07-27T18:45:20.602 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rCxBCmJGcPzc_T2 off=10888078 len=1675015 2024-07-27T18:45:20.610 INFO:tasks.workunit.client.0.smithi029.stdout:op 1381 completed, throughput=5MB/sec 2024-07-27T18:45:20.611 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-W-o9aEqmUIwwd0i off=784763 len=1604060 2024-07-27T18:45:20.618 INFO:tasks.workunit.client.0.smithi029.stdout:op 1382 completed, throughput=5MB/sec 2024-07-27T18:45:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:20 smithi179 ceph-mon[89801]: pgmap v1546: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:45:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:20 smithi029 ceph-mon[96870]: pgmap v1546: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:45:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:20 smithi029 ceph-mon[99353]: pgmap v1546: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:45:21.619 INFO:tasks.workunit.client.0.smithi029.stdout: 281: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:21.619 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7S6-J4brlub6kiy off=19024374 len=1591798 2024-07-27T18:45:21.621 INFO:tasks.workunit.client.0.smithi029.stdout:op 1383 completed, throughput=4.99MB/sec 2024-07-27T18:45:21.621 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cwqQpdGt1z_ICZv off=0 len=1181665 2024-07-27T18:45:21.627 INFO:tasks.workunit.client.0.smithi029.stdout:op 1384 completed, throughput=4.99MB/sec 2024-07-27T18:45:21.627 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-r-M6Sl_ViJPXRNu off=1772793 len=2070234 2024-07-27T18:45:21.635 INFO:tasks.workunit.client.0.smithi029.stdout:op 1385 completed, throughput=5MB/sec 2024-07-27T18:45:21.635 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NZbHYSlxGl0Af2K off=991750 len=1914882 2024-07-27T18:45:21.645 INFO:tasks.workunit.client.0.smithi029.stdout:op 1386 completed, throughput=5.01MB/sec 2024-07-27T18:45:22.646 INFO:tasks.workunit.client.0.smithi029.stdout: 282: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:22.646 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lCau9dpAVQsTLcD off=455618 len=870947 2024-07-27T18:45:22.647 INFO:tasks.workunit.client.0.smithi029.stdout:op 1387 completed, throughput=4.99MB/sec 2024-07-27T18:45:22.647 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-N7OQ8ZVZQTDYNuR off=778172 len=1712865 2024-07-27T18:45:22.655 INFO:tasks.workunit.client.0.smithi029.stdout:op 1388 completed, throughput=5MB/sec 2024-07-27T18:45:22.655 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IonZ7rKX1yvnCQj off=8941839 len=1361467 2024-07-27T18:45:22.658 INFO:tasks.workunit.client.0.smithi029.stdout:op 1389 completed, throughput=5MB/sec 2024-07-27T18:45:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:22 smithi029 ceph-mon[96870]: pgmap v1547: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:45:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:22 smithi029 ceph-mon[99353]: pgmap v1547: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:45:22.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:45:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:45:22] "GET /metrics HTTP/1.1" 200 34033 "" "Prometheus/2.43.0" 2024-07-27T18:45:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:22 smithi179 ceph-mon[89801]: pgmap v1547: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:45:23.659 INFO:tasks.workunit.client.0.smithi029.stdout: 283: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:23.660 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-o2_7HwdN23kT30j off=16162483 len=1728543 2024-07-27T18:45:23.661 INFO:tasks.workunit.client.0.smithi029.stdout:op 1390 completed, throughput=4.99MB/sec 2024-07-27T18:45:23.661 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CDQOVXXsqpp-Q8u off=2266834 len=573488 2024-07-27T18:45:23.666 INFO:tasks.workunit.client.0.smithi029.stdout:op 1391 completed, throughput=4.99MB/sec 2024-07-27T18:45:23.666 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-O1XfpN2B92LDw_P off=610885 len=411974 2024-07-27T18:45:23.669 INFO:tasks.workunit.client.0.smithi029.stdout:op 1392 completed, throughput=4.99MB/sec 2024-07-27T18:45:23.670 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9CYoIDoe36jRQt5 off=16881141 len=278628 2024-07-27T18:45:23.673 INFO:tasks.workunit.client.0.smithi029.stdout:op 1393 completed, throughput=4.99MB/sec 2024-07-27T18:45:23.673 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dZZwM5_h8pgu3og off=155382 len=1133650 2024-07-27T18:45:23.674 INFO:tasks.workunit.client.0.smithi029.stdout:op 1394 completed, throughput=5MB/sec 2024-07-27T18:45:23.674 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--IOWlrciNBsviaa off=12985195 len=65776 2024-07-27T18:45:23.677 INFO:tasks.workunit.client.0.smithi029.stdout:op 1395 completed, throughput=5MB/sec 2024-07-27T18:45:23.677 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lzZns_aIkV7zLmH off=1693894 len=293895 2024-07-27T18:45:23.680 INFO:tasks.workunit.client.0.smithi029.stdout:op 1396 completed, throughput=5MB/sec 2024-07-27T18:45:23.680 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jogsI6j3xih9qRW off=16098252 len=1656934 2024-07-27T18:45:23.681 INFO:tasks.workunit.client.0.smithi029.stdout:op 1397 completed, throughput=5MB/sec 2024-07-27T18:45:24.681 INFO:tasks.workunit.client.0.smithi029.stdout: 284: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:24.682 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-j17XpXvQTkmF_Mq off=8808460 len=1943759 2024-07-27T18:45:24.688 INFO:tasks.workunit.client.0.smithi029.stdout:op 1398 completed, throughput=4.99MB/sec 2024-07-27T18:45:24.688 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-p7okdCiQoj-pHKg off=38592 len=1156722 2024-07-27T18:45:24.692 INFO:tasks.workunit.client.0.smithi029.stdout:op 1399 completed, throughput=5MB/sec 2024-07-27T18:45:24.692 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-apVGvIvnV7-vg26 off=1380393 len=241621 2024-07-27T18:45:24.692 INFO:tasks.workunit.client.0.smithi029.stdout:op 1400 completed, throughput=5MB/sec 2024-07-27T18:45:24.692 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-p23C-u69odngZzq off=6175114 len=1486100 2024-07-27T18:45:24.696 INFO:tasks.workunit.client.0.smithi029.stdout:op 1401 completed, throughput=5MB/sec 2024-07-27T18:45:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:24 smithi179 ceph-mon[89801]: pgmap v1548: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:45:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:45:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:45:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:45:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:45:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:45:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:24 smithi029 ceph-mon[96870]: pgmap v1548: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:45:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:45:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:45:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:45:25.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:45:25.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:45:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:24 smithi029 ceph-mon[99353]: pgmap v1548: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:45:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:45:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:45:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:45:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:45:25.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:45:25.696 INFO:tasks.workunit.client.0.smithi029.stdout: 285: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:25.696 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R-yBzQaQA5eHwzv off=45298 len=1978388 2024-07-27T18:45:25.699 INFO:tasks.workunit.client.0.smithi029.stdout:op 1402 completed, throughput=4.99MB/sec 2024-07-27T18:45:25.699 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XR8wtOwUCrrS517 off=17672947 len=1592698 2024-07-27T18:45:25.701 INFO:tasks.workunit.client.0.smithi029.stdout:op 1403 completed, throughput=5MB/sec 2024-07-27T18:45:25.701 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iAP2oXiy9yKHmuM off=5605644 len=493433 2024-07-27T18:45:25.706 INFO:tasks.workunit.client.0.smithi029.stdout:op 1404 completed, throughput=5MB/sec 2024-07-27T18:45:25.706 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q-gIr2bnN4gYs6P off=7216563 len=639807 2024-07-27T18:45:25.706 INFO:tasks.workunit.client.0.smithi029.stdout:op 1405 completed, throughput=5MB/sec 2024-07-27T18:45:25.707 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_OWQJ4Yz5JA60We off=20445010 len=795223 2024-07-27T18:45:25.711 INFO:tasks.workunit.client.0.smithi029.stdout:op 1406 completed, throughput=5MB/sec 2024-07-27T18:45:26.712 INFO:tasks.workunit.client.0.smithi029.stdout: 286: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:26.712 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-I8ETCJ2yLrJv74b off=5261803 len=844313 2024-07-27T18:45:26.716 INFO:tasks.workunit.client.0.smithi029.stdout:op 1407 completed, throughput=4.99MB/sec 2024-07-27T18:45:26.717 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w8IEDLgS-ffzRMD off=12340045 len=67350 2024-07-27T18:45:26.718 INFO:tasks.workunit.client.0.smithi029.stdout:op 1408 completed, throughput=4.99MB/sec 2024-07-27T18:45:26.718 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eFmR1GOn-z7tzoP off=5492418 len=1548467 2024-07-27T18:45:26.721 INFO:tasks.workunit.client.0.smithi029.stdout:op 1409 completed, throughput=4.99MB/sec 2024-07-27T18:45:26.721 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NVFoxM_TzUoBwmW off=8793962 len=1938423 2024-07-27T18:45:26.729 INFO:tasks.workunit.client.0.smithi029.stdout:op 1410 completed, throughput=5MB/sec 2024-07-27T18:45:26.729 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4g9ZuzJAX5KH8dK off=10587536 len=310459 2024-07-27T18:45:26.730 INFO:tasks.workunit.client.0.smithi029.stdout:op 1411 completed, throughput=5MB/sec 2024-07-27T18:45:26.730 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AfIIUf_oMFHu7hE off=12920336 len=1384068 2024-07-27T18:45:26.734 INFO:tasks.workunit.client.0.smithi029.stdout:op 1412 completed, throughput=5MB/sec 2024-07-27T18:45:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:26 smithi179 ceph-mon[89801]: pgmap v1549: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:45:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:26 smithi029 ceph-mon[96870]: pgmap v1549: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:45:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:26 smithi029 ceph-mon[99353]: pgmap v1549: 105 pgs: 105 active+clean; 127 GiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:45:27.734 INFO:tasks.workunit.client.0.smithi029.stdout: 287: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:27.734 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UR75-V_3VYdUR0E off=7182451 len=1448044 2024-07-27T18:45:27.738 INFO:tasks.workunit.client.0.smithi029.stdout:op 1413 completed, throughput=4.99MB/sec 2024-07-27T18:45:27.738 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kqakAtD9iTmb830 off=2576997 len=306994 2024-07-27T18:45:27.742 INFO:tasks.workunit.client.0.smithi029.stdout:op 1414 completed, throughput=4.99MB/sec 2024-07-27T18:45:27.742 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zEZ9yaC83H6VXSR off=7648107 len=1902831 2024-07-27T18:45:27.744 INFO:tasks.workunit.client.0.smithi029.stdout:op 1415 completed, throughput=5MB/sec 2024-07-27T18:45:27.745 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IUE_BflWynelQjK off=492659 len=1838641 2024-07-27T18:45:27.746 INFO:tasks.workunit.client.0.smithi029.stdout:op 1416 completed, throughput=5.01MB/sec 2024-07-27T18:45:28.746 INFO:tasks.workunit.client.0.smithi029.stdout: 288: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:28.747 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eMpRKFCZlslX7a1 off=9704845 len=1190368 2024-07-27T18:45:28.748 INFO:tasks.workunit.client.0.smithi029.stdout:op 1417 completed, throughput=4.99MB/sec 2024-07-27T18:45:28.748 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-T5qCGNzOjRbkQZf off=19307400 len=1846091 2024-07-27T18:45:28.760 INFO:tasks.workunit.client.0.smithi029.stdout:op 1418 completed, throughput=5MB/sec 2024-07-27T18:45:28.760 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-e2agaewexwcikUb off=9147446 len=401878 2024-07-27T18:45:28.763 INFO:tasks.workunit.client.0.smithi029.stdout:op 1419 completed, throughput=5MB/sec 2024-07-27T18:45:28.763 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dpocah52aq2Klh9 off=502770 len=1579104 2024-07-27T18:45:28.769 INFO:tasks.workunit.client.0.smithi029.stdout:op 1420 completed, throughput=5MB/sec 2024-07-27T18:45:28.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:28 smithi029 ceph-mon[96870]: pgmap v1550: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:45:28.804 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:28 smithi029 ceph-mon[99353]: pgmap v1550: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:45:28.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:28 smithi179 ceph-mon[89801]: pgmap v1550: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:45:29.770 INFO:tasks.workunit.client.0.smithi029.stdout: 289: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:29.770 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vQkkoYRcHVde8Ox off=9981475 len=1730147 2024-07-27T18:45:29.774 INFO:tasks.workunit.client.0.smithi029.stdout:op 1421 completed, throughput=4.99MB/sec 2024-07-27T18:45:29.774 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-g5m4Qn6jWbjznxf off=3509959 len=1220260 2024-07-27T18:45:29.779 INFO:tasks.workunit.client.0.smithi029.stdout:op 1422 completed, throughput=5MB/sec 2024-07-27T18:45:29.779 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8uKu4E7ZbiYjQLL off=1955679 len=1582356 2024-07-27T18:45:29.781 INFO:tasks.workunit.client.0.smithi029.stdout:op 1423 completed, throughput=5MB/sec 2024-07-27T18:45:30.781 INFO:tasks.workunit.client.0.smithi029.stdout: 290: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:30.782 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NxgXRZnPXlYc7p7 off=3009907 len=1241029 2024-07-27T18:45:30.787 INFO:tasks.workunit.client.0.smithi029.stdout:op 1424 completed, throughput=4.99MB/sec 2024-07-27T18:45:30.787 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KNOoPQIuOuF3P7_ off=36105 len=1679294 2024-07-27T18:45:30.795 INFO:tasks.workunit.client.0.smithi029.stdout:op 1425 completed, throughput=4.99MB/sec 2024-07-27T18:45:30.795 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rzlMAMd3kh_p7aj off=13034731 len=2029125 2024-07-27T18:45:30.797 INFO:tasks.workunit.client.0.smithi029.stdout:op 1426 completed, throughput=5MB/sec 2024-07-27T18:45:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:30 smithi179 ceph-mon[89801]: pgmap v1551: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:45:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:30 smithi029 ceph-mon[96870]: pgmap v1551: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:45:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:30 smithi029 ceph-mon[99353]: pgmap v1551: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:45:31.797 INFO:tasks.workunit.client.0.smithi029.stdout: 291: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:31.797 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sd7JaLrjjm1l8qL off=6102489 len=192302 2024-07-27T18:45:31.802 INFO:tasks.workunit.client.0.smithi029.stdout:op 1427 completed, throughput=4.98MB/sec 2024-07-27T18:45:31.802 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v4-heQuin8F0YWI off=8136965 len=10191 2024-07-27T18:45:31.803 INFO:tasks.workunit.client.0.smithi029.stdout:op 1428 completed, throughput=4.98MB/sec 2024-07-27T18:45:31.803 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1nxOQOWr-13I4GA off=19252425 len=1330286 2024-07-27T18:45:31.809 INFO:tasks.workunit.client.0.smithi029.stdout:op 1429 completed, throughput=4.99MB/sec 2024-07-27T18:45:31.809 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8iV15lJddBCRQBO off=5814358 len=270521 2024-07-27T18:45:31.811 INFO:tasks.workunit.client.0.smithi029.stdout:op 1430 completed, throughput=4.99MB/sec 2024-07-27T18:45:31.812 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5F4E4bOsDkrEmbr off=9469829 len=1269596 2024-07-27T18:45:31.817 INFO:tasks.workunit.client.0.smithi029.stdout:op 1431 completed, throughput=4.99MB/sec 2024-07-27T18:45:31.817 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lFdM4pB9sA2F9t4 off=6917709 len=1463415 2024-07-27T18:45:31.819 INFO:tasks.workunit.client.0.smithi029.stdout:op 1432 completed, throughput=5MB/sec 2024-07-27T18:45:31.819 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IQX-kMV3N7TLqhN off=301082 len=389610 2024-07-27T18:45:31.821 INFO:tasks.workunit.client.0.smithi029.stdout:op 1433 completed, throughput=5MB/sec 2024-07-27T18:45:31.821 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8SbzWqsqtjThpiu off=1584337 len=1394809 2024-07-27T18:45:31.826 INFO:tasks.workunit.client.0.smithi029.stdout:op 1434 completed, throughput=5MB/sec 2024-07-27T18:45:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:32 smithi029 ceph-mon[96870]: pgmap v1552: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:32 smithi029 ceph-mon[99353]: pgmap v1552: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:45:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:45:32] "GET /metrics HTTP/1.1" 200 34035 "" "Prometheus/2.43.0" 2024-07-27T18:45:32.826 INFO:tasks.workunit.client.0.smithi029.stdout: 292: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:32.827 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_KY1O7N1oNqnE_2 off=14308294 len=855370 2024-07-27T18:45:32.831 INFO:tasks.workunit.client.0.smithi029.stdout:op 1435 completed, throughput=4.99MB/sec 2024-07-27T18:45:32.831 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2XUue1oLCt8Hpps off=772041 len=1985868 2024-07-27T18:45:32.840 INFO:tasks.workunit.client.0.smithi029.stdout:op 1436 completed, throughput=5MB/sec 2024-07-27T18:45:32.840 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4jb4gjfjGY-4_Dl off=10805197 len=960063 2024-07-27T18:45:32.845 INFO:tasks.workunit.client.0.smithi029.stdout:op 1437 completed, throughput=5MB/sec 2024-07-27T18:45:32.845 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-x_xaVRzw8aMRDLK off=18480735 len=969670 2024-07-27T18:45:32.850 INFO:tasks.workunit.client.0.smithi029.stdout:op 1438 completed, throughput=5MB/sec 2024-07-27T18:45:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:32 smithi179 ceph-mon[89801]: pgmap v1552: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:33.850 INFO:tasks.workunit.client.0.smithi029.stdout: 293: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:33.850 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TLjvW8F_F6f-jiM off=3496337 len=1450658 2024-07-27T18:45:33.854 INFO:tasks.workunit.client.0.smithi029.stdout:op 1439 completed, throughput=4.99MB/sec 2024-07-27T18:45:33.854 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xPDufBxkojqUALV off=7449947 len=525466 2024-07-27T18:45:33.855 INFO:tasks.workunit.client.0.smithi029.stdout:op 1440 completed, throughput=4.99MB/sec 2024-07-27T18:45:33.855 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HPBGJ6DBdFRDhAu off=7787698 len=468398 2024-07-27T18:45:33.856 INFO:tasks.workunit.client.0.smithi029.stdout:op 1441 completed, throughput=4.99MB/sec 2024-07-27T18:45:33.856 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LrY4TI4mf9OrMCr off=6035320 len=1617310 2024-07-27T18:45:33.859 INFO:tasks.workunit.client.0.smithi029.stdout:op 1442 completed, throughput=5MB/sec 2024-07-27T18:45:33.859 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-U56JGFCyFO38QiB off=290077 len=889963 2024-07-27T18:45:33.861 INFO:tasks.workunit.client.0.smithi029.stdout:op 1443 completed, throughput=5MB/sec 2024-07-27T18:45:34.861 INFO:tasks.workunit.client.0.smithi029.stdout: 294: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:34.861 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pfIXcheVAGelE4C off=6849266 len=360223 2024-07-27T18:45:34.864 INFO:tasks.workunit.client.0.smithi029.stdout:op 1444 completed, throughput=4.98MB/sec 2024-07-27T18:45:34.865 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JpMJMeajOk7zPbq off=10994182 len=1462918 2024-07-27T18:45:34.867 INFO:tasks.workunit.client.0.smithi029.stdout:op 1445 completed, throughput=4.99MB/sec 2024-07-27T18:45:34.867 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JLxoie612C2V14f off=5008646 len=1544107 2024-07-27T18:45:34.876 INFO:tasks.workunit.client.0.smithi029.stdout:op 1446 completed, throughput=4.99MB/sec 2024-07-27T18:45:34.876 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lhTGCEcTtKs_Cww off=2406427 len=760953 2024-07-27T18:45:34.878 INFO:tasks.workunit.client.0.smithi029.stdout:op 1447 completed, throughput=5MB/sec 2024-07-27T18:45:34.878 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mO5I9ysoE4FHHL2 off=19557288 len=1482752 2024-07-27T18:45:34.880 INFO:tasks.workunit.client.0.smithi029.stdout:op 1448 completed, throughput=5MB/sec 2024-07-27T18:45:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:34 smithi179 ceph-mon[89801]: pgmap v1553: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:34 smithi029 ceph-mon[96870]: pgmap v1553: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:34 smithi029 ceph-mon[99353]: pgmap v1553: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:35.881 INFO:tasks.workunit.client.0.smithi029.stdout: 295: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:35.881 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ykrWMPVHgTcXyHk off=630942 len=296558 2024-07-27T18:45:35.884 INFO:tasks.workunit.client.0.smithi029.stdout:op 1449 completed, throughput=4.99MB/sec 2024-07-27T18:45:35.884 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3Ne2mqgX-B8NdDj off=2423417 len=209727 2024-07-27T18:45:35.887 INFO:tasks.workunit.client.0.smithi029.stdout:op 1450 completed, throughput=4.99MB/sec 2024-07-27T18:45:35.887 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vuq_JjMFOtuKEWS off=4744986 len=1660173 2024-07-27T18:45:35.889 INFO:tasks.workunit.client.0.smithi029.stdout:op 1451 completed, throughput=4.99MB/sec 2024-07-27T18:45:35.890 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZG1KA86nB_THQ-O off=6254379 len=422697 2024-07-27T18:45:35.890 INFO:tasks.workunit.client.0.smithi029.stdout:op 1452 completed, throughput=4.99MB/sec 2024-07-27T18:45:35.890 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8rsm1CmiELDK3GJ off=10945341 len=1300927 2024-07-27T18:45:35.892 INFO:tasks.workunit.client.0.smithi029.stdout:op 1453 completed, throughput=5MB/sec 2024-07-27T18:45:35.892 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ob5um4IyEggFLv_ off=16007746 len=363984 2024-07-27T18:45:35.895 INFO:tasks.workunit.client.0.smithi029.stdout:op 1454 completed, throughput=5MB/sec 2024-07-27T18:45:35.895 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0So6R-dzhdhkIY6 off=3398271 len=611090 2024-07-27T18:45:35.900 INFO:tasks.workunit.client.0.smithi029.stdout:op 1455 completed, throughput=5MB/sec 2024-07-27T18:45:35.900 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mYy75psGWszEfFI off=7497017 len=1525121 2024-07-27T18:45:35.909 INFO:tasks.workunit.client.0.smithi029.stdout:op 1456 completed, throughput=5MB/sec 2024-07-27T18:45:36.910 INFO:tasks.workunit.client.0.smithi029.stdout: 296: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:36.910 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Uh4Cz9dc5tFGGl7 off=7591665 len=753182 2024-07-27T18:45:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:36 smithi179 ceph-mon[89801]: pgmap v1554: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:45:36.913 INFO:tasks.workunit.client.0.smithi029.stdout:op 1457 completed, throughput=4.99MB/sec 2024-07-27T18:45:36.913 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PiSH0JW1Gr7RJda off=13419483 len=1651412 2024-07-27T18:45:36.915 INFO:tasks.workunit.client.0.smithi029.stdout:op 1458 completed, throughput=5MB/sec 2024-07-27T18:45:36.915 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-F_FUJedfnWWge9V off=11310839 len=357206 2024-07-27T18:45:36.916 INFO:tasks.workunit.client.0.smithi029.stdout:op 1459 completed, throughput=5MB/sec 2024-07-27T18:45:36.916 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-l4OxOb1Q8JC1khC off=6447076 len=1676471 2024-07-27T18:45:36.918 INFO:tasks.workunit.client.0.smithi029.stdout:op 1460 completed, throughput=5MB/sec 2024-07-27T18:45:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:36 smithi029 ceph-mon[96870]: pgmap v1554: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:45:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:36 smithi029 ceph-mon[99353]: pgmap v1554: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:45:37.918 INFO:tasks.workunit.client.0.smithi029.stdout: 297: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:37.921 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tIy_2Dg2IbCk1Ze off=6556238 len=440291 2024-07-27T18:45:37.922 INFO:tasks.workunit.client.0.smithi029.stdout:op 1461 completed, throughput=4.99MB/sec 2024-07-27T18:45:37.922 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-17RHJa7mOV2pjIE off=4237383 len=1192574 2024-07-27T18:45:37.926 INFO:tasks.workunit.client.0.smithi029.stdout:op 1462 completed, throughput=4.99MB/sec 2024-07-27T18:45:37.926 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EqdXOitga-gnN1p off=6842757 len=1306386 2024-07-27T18:45:37.933 INFO:tasks.workunit.client.0.smithi029.stdout:op 1463 completed, throughput=4.99MB/sec 2024-07-27T18:45:37.933 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CI2xPwLke1yGN6e off=5888718 len=1660445 2024-07-27T18:45:37.941 INFO:tasks.workunit.client.0.smithi029.stdout:op 1464 completed, throughput=5MB/sec 2024-07-27T18:45:37.942 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dV1RM0cm0WVdtB1 off=4310466 len=1371511 2024-07-27T18:45:37.947 INFO:tasks.workunit.client.0.smithi029.stdout:op 1465 completed, throughput=5MB/sec 2024-07-27T18:45:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:38 smithi179 ceph-mon[89801]: pgmap v1555: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:45:38.948 INFO:tasks.workunit.client.0.smithi029.stdout: 298: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:38.948 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NQoWZeDu17c7L69 off=136616 len=1629637 2024-07-27T18:45:38.950 INFO:tasks.workunit.client.0.smithi029.stdout:op 1466 completed, throughput=4.99MB/sec 2024-07-27T18:45:38.951 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3WsOXWjt879zzpQ off=9484269 len=86067 2024-07-27T18:45:38.951 INFO:tasks.workunit.client.0.smithi029.stdout:op 1467 completed, throughput=4.99MB/sec 2024-07-27T18:45:38.951 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s6kky_5MtsQL05p off=3276011 len=754594 2024-07-27T18:45:38.952 INFO:tasks.workunit.client.0.smithi029.stdout:op 1468 completed, throughput=4.99MB/sec 2024-07-27T18:45:38.952 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OoaGhd9HZVnpZM1 off=677545 len=1697267 2024-07-27T18:45:38.962 INFO:tasks.workunit.client.0.smithi029.stdout:op 1469 completed, throughput=5MB/sec 2024-07-27T18:45:38.962 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AkJ37yar6FPF4TL off=594387 len=1315196 2024-07-27T18:45:38.968 INFO:tasks.workunit.client.0.smithi029.stdout:op 1470 completed, throughput=5MB/sec 2024-07-27T18:45:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:38 smithi029 ceph-mon[96870]: pgmap v1555: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:45:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:38 smithi029 ceph-mon[99353]: pgmap v1555: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:45:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:45:39.968 INFO:tasks.workunit.client.0.smithi029.stdout: 299: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:39.968 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oQq3vZ9NgjDWNDb off=1307903 len=1252210 2024-07-27T18:45:39.970 INFO:tasks.workunit.client.0.smithi029.stdout:op 1471 completed, throughput=4.99MB/sec 2024-07-27T18:45:39.970 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Z9ZkX1xgXfahv1f off=3174930 len=1728351 2024-07-27T18:45:39.972 INFO:tasks.workunit.client.0.smithi029.stdout:op 1472 completed, throughput=5MB/sec 2024-07-27T18:45:39.972 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jaurlXqowPx1i_T off=3081352 len=243635 2024-07-27T18:45:39.974 INFO:tasks.workunit.client.0.smithi029.stdout:op 1473 completed, throughput=5MB/sec 2024-07-27T18:45:39.974 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9nZEzQfQGHQURaZ off=6050344 len=150938 2024-07-27T18:45:39.975 INFO:tasks.workunit.client.0.smithi029.stdout:op 1474 completed, throughput=5MB/sec 2024-07-27T18:45:39.975 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lfLZKAANZokXlCX off=10898455 len=825288 2024-07-27T18:45:39.980 INFO:tasks.workunit.client.0.smithi029.stdout:op 1475 completed, throughput=5MB/sec 2024-07-27T18:45:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:45:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:45:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:40 smithi179 ceph-mon[89801]: pgmap v1556: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:40.980 INFO:tasks.workunit.client.0.smithi029.stdout: 300: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:40.995 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jLAu_xHNB6mawDh off=17181251 len=25705 2024-07-27T18:45:40.996 INFO:tasks.workunit.client.0.smithi029.stdout:op 1476 completed, throughput=4.98MB/sec 2024-07-27T18:45:40.996 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7cfKCoDgJgpRM-u off=5822630 len=1917449 2024-07-27T18:45:40.997 INFO:tasks.workunit.client.0.smithi029.stdout:op 1477 completed, throughput=4.99MB/sec 2024-07-27T18:45:40.997 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2AXpoWkVSyADeva off=7253405 len=536269 2024-07-27T18:45:40.997 INFO:tasks.workunit.client.0.smithi029.stdout:op 1478 completed, throughput=4.99MB/sec 2024-07-27T18:45:40.997 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1fUiAcNmNbuNYwW off=1669296 len=2046860 2024-07-27T18:45:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:40 smithi029 ceph-mon[96870]: pgmap v1556: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:40 smithi029 ceph-mon[99353]: pgmap v1556: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:41.004 INFO:tasks.workunit.client.0.smithi029.stdout:op 1479 completed, throughput=5MB/sec 2024-07-27T18:45:41.004 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wRghuwmAlpAwpIW off=4364723 len=1162771 2024-07-27T18:45:41.006 INFO:tasks.workunit.client.0.smithi029.stdout:op 1480 completed, throughput=5MB/sec 2024-07-27T18:45:42.007 INFO:tasks.workunit.client.0.smithi029.stdout: 301: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:42.007 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-m90842wLBP7PeEf off=3903015 len=64897 2024-07-27T18:45:42.008 INFO:tasks.workunit.client.0.smithi029.stdout:op 1481 completed, throughput=4.99MB/sec 2024-07-27T18:45:42.008 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-C-wFf4-8i_5ZXgS off=4211530 len=1883007 2024-07-27T18:45:42.009 INFO:tasks.workunit.client.0.smithi029.stdout:op 1482 completed, throughput=4.99MB/sec 2024-07-27T18:45:42.010 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-30oSMfhndM7fjhO off=3668861 len=1478126 2024-07-27T18:45:42.014 INFO:tasks.workunit.client.0.smithi029.stdout:op 1483 completed, throughput=5MB/sec 2024-07-27T18:45:42.014 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4HYiOosOU_jM8jm off=4885467 len=852699 2024-07-27T18:45:42.016 INFO:tasks.workunit.client.0.smithi029.stdout:op 1484 completed, throughput=5MB/sec 2024-07-27T18:45:42.016 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OBKzNpzct1fKaif off=2593151 len=361107 2024-07-27T18:45:42.017 INFO:tasks.workunit.client.0.smithi029.stdout:op 1485 completed, throughput=5MB/sec 2024-07-27T18:45:42.017 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1-3tx2Riv67oAbx off=4738739 len=1832822 2024-07-27T18:45:42.024 INFO:tasks.workunit.client.0.smithi029.stdout:op 1486 completed, throughput=5MB/sec 2024-07-27T18:45:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:42 smithi029 ceph-mon[96870]: pgmap v1557: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:42 smithi029 ceph-mon[99353]: pgmap v1557: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:45:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:45:42] "GET /metrics HTTP/1.1" 200 34034 "" "Prometheus/2.43.0" 2024-07-27T18:45:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:42 smithi179 ceph-mon[89801]: pgmap v1557: 105 pgs: 105 active+clean; 127 GiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:45:43.025 INFO:tasks.workunit.client.0.smithi029.stdout: 302: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:43.025 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Pnofzc_-f_3xQlX off=1915944 len=1223779 2024-07-27T18:45:43.032 INFO:tasks.workunit.client.0.smithi029.stdout:op 1487 completed, throughput=4.99MB/sec 2024-07-27T18:45:43.032 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-toMI1v30mpkOQZs off=7792007 len=1861287 2024-07-27T18:45:43.043 INFO:tasks.workunit.client.0.smithi029.stdout:op 1488 completed, throughput=5MB/sec 2024-07-27T18:45:43.043 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ikPtw8UA2uNVbHD off=3851348 len=734708 2024-07-27T18:45:43.044 INFO:tasks.workunit.client.0.smithi029.stdout:op 1489 completed, throughput=5MB/sec 2024-07-27T18:45:43.044 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EK55ggqgtxsMCoV off=350567 len=1168080 2024-07-27T18:45:43.049 INFO:tasks.workunit.client.0.smithi029.stdout:op 1490 completed, throughput=5MB/sec 2024-07-27T18:45:44.050 INFO:tasks.workunit.client.0.smithi029.stdout: 303: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:44.050 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KpDjthMnGL0z2ZQ off=157979 len=33344 2024-07-27T18:45:44.050 INFO:tasks.workunit.client.0.smithi029.stdout:op 1491 completed, throughput=4.99MB/sec 2024-07-27T18:45:44.050 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PxxA5vhuA83cjT_ off=12890991 len=250190 2024-07-27T18:45:44.051 INFO:tasks.workunit.client.0.smithi029.stdout:op 1492 completed, throughput=4.99MB/sec 2024-07-27T18:45:44.051 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kJ1AE22-kabZCyb off=57642 len=1130971 2024-07-27T18:45:44.053 INFO:tasks.workunit.client.0.smithi029.stdout:op 1493 completed, throughput=4.99MB/sec 2024-07-27T18:45:44.053 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ymgk0wGxZrE3rxa off=4258316 len=688583 2024-07-27T18:45:44.057 INFO:tasks.workunit.client.0.smithi029.stdout:op 1494 completed, throughput=4.99MB/sec 2024-07-27T18:45:44.057 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KpTl34SXhJ4Hz20 off=8813527 len=1257598 2024-07-27T18:45:44.066 INFO:tasks.workunit.client.0.smithi029.stdout:op 1495 completed, throughput=5MB/sec 2024-07-27T18:45:44.066 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8_6pVYXt6j1uxAC off=5137733 len=401123 2024-07-27T18:45:44.069 INFO:tasks.workunit.client.0.smithi029.stdout:op 1496 completed, throughput=5MB/sec 2024-07-27T18:45:44.069 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AVrSgIlsJnZzyPl off=8782113 len=591036 2024-07-27T18:45:44.070 INFO:tasks.workunit.client.0.smithi029.stdout:op 1497 completed, throughput=5MB/sec 2024-07-27T18:45:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:44 smithi179 ceph-mon[89801]: pgmap v1558: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:45:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:44 smithi029 ceph-mon[96870]: pgmap v1558: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:45:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:44 smithi029 ceph-mon[99353]: pgmap v1558: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:45:45.070 INFO:tasks.workunit.client.0.smithi029.stdout: 304: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:45.071 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KnnQ0MPGil4cTIN off=9455439 len=1856190 2024-07-27T18:45:45.073 INFO:tasks.workunit.client.0.smithi029.stdout:op 1498 completed, throughput=4.99MB/sec 2024-07-27T18:45:45.073 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YoE9CWpdsfvyWMc off=5274473 len=750601 2024-07-27T18:45:45.078 INFO:tasks.workunit.client.0.smithi029.stdout:op 1499 completed, throughput=4.99MB/sec 2024-07-27T18:45:45.078 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UMSp9xqcnsMX2ms off=3155732 len=1353030 2024-07-27T18:45:45.085 INFO:tasks.workunit.client.0.smithi029.stdout:op 1500 completed, throughput=5MB/sec 2024-07-27T18:45:45.085 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n60UCVUvxLiGHkw off=586383 len=1779249 2024-07-27T18:45:45.095 INFO:tasks.workunit.client.0.smithi029.stdout:op 1501 completed, throughput=5MB/sec 2024-07-27T18:45:46.096 INFO:tasks.workunit.client.0.smithi029.stdout: 305: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:46.096 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EpixOvozPvgy2Cx off=550475 len=1126668 2024-07-27T18:45:46.098 INFO:tasks.workunit.client.0.smithi029.stdout:op 1502 completed, throughput=4.99MB/sec 2024-07-27T18:45:46.098 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vSbRd3ECW4M_5d_ off=21223967 len=874469 2024-07-27T18:45:46.102 INFO:tasks.workunit.client.0.smithi029.stdout:op 1503 completed, throughput=4.99MB/sec 2024-07-27T18:45:46.103 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-E2dfgMl6NLX8g2K off=8009594 len=2083031 2024-07-27T18:45:46.110 INFO:tasks.workunit.client.0.smithi029.stdout:op 1504 completed, throughput=5MB/sec 2024-07-27T18:45:46.110 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--eM0fBSXPca5LiM off=492698 len=1407156 2024-07-27T18:45:46.110 INFO:tasks.workunit.client.0.smithi029.stdout:op 1505 completed, throughput=5MB/sec 2024-07-27T18:45:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:46 smithi179 ceph-mon[89801]: pgmap v1559: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:45:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:46 smithi029 ceph-mon[96870]: pgmap v1559: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:45:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:46 smithi029 ceph-mon[99353]: pgmap v1559: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:45:47.111 INFO:tasks.workunit.client.0.smithi029.stdout: 306: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:47.111 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-k1Rx3vKTvV4m5rm off=38169 len=1574980 2024-07-27T18:45:47.118 INFO:tasks.workunit.client.0.smithi029.stdout:op 1506 completed, throughput=4.99MB/sec 2024-07-27T18:45:47.118 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ahGOX61EA_xuFh7 off=478266 len=1628514 2024-07-27T18:45:47.125 INFO:tasks.workunit.client.0.smithi029.stdout:op 1507 completed, throughput=5MB/sec 2024-07-27T18:45:47.125 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EqV_vPglC4lQCXn off=3346350 len=1177331 2024-07-27T18:45:47.127 INFO:tasks.workunit.client.0.smithi029.stdout:op 1508 completed, throughput=5MB/sec 2024-07-27T18:45:47.127 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Yxg-ShB4WQUbz6a off=3443184 len=1960207 2024-07-27T18:45:47.129 INFO:tasks.workunit.client.0.smithi029.stdout:op 1509 completed, throughput=5.01MB/sec 2024-07-27T18:45:48.130 INFO:tasks.workunit.client.0.smithi029.stdout: 307: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:48.130 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NNrh6a9fN_gJCYa off=3899484 len=429946 2024-07-27T18:45:48.130 INFO:tasks.workunit.client.0.smithi029.stdout:op 1510 completed, throughput=4.99MB/sec 2024-07-27T18:45:48.130 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zXqKZatCMhoSOTo off=2149269 len=206677 2024-07-27T18:45:48.132 INFO:tasks.workunit.client.0.smithi029.stdout:op 1511 completed, throughput=4.99MB/sec 2024-07-27T18:45:48.132 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EIdjIaSxol-ayzk off=7055518 len=1217949 2024-07-27T18:45:48.137 INFO:tasks.workunit.client.0.smithi029.stdout:op 1512 completed, throughput=4.99MB/sec 2024-07-27T18:45:48.137 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Gi0aLNthdmF8YSu off=1019255 len=2029681 2024-07-27T18:45:48.142 INFO:tasks.workunit.client.0.smithi029.stdout:op 1513 completed, throughput=5MB/sec 2024-07-27T18:45:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:48 smithi179 ceph-mon[89801]: pgmap v1560: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:45:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:48 smithi029 ceph-mon[96870]: pgmap v1560: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:45:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:48 smithi029 ceph-mon[99353]: pgmap v1560: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:45:49.142 INFO:tasks.workunit.client.0.smithi029.stdout: 308: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:49.142 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VTIY4L8zqk4D-Kf off=16135257 len=934210 2024-07-27T18:45:49.148 INFO:tasks.workunit.client.0.smithi029.stdout:op 1514 completed, throughput=4.99MB/sec 2024-07-27T18:45:49.148 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jzsNVvfTAZF4PFZ off=7013722 len=1731444 2024-07-27T18:45:49.150 INFO:tasks.workunit.client.0.smithi029.stdout:op 1515 completed, throughput=4.99MB/sec 2024-07-27T18:45:49.150 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vSbRd3ECW4M_5d_ off=18596539 len=603684 2024-07-27T18:45:49.154 INFO:tasks.workunit.client.0.smithi029.stdout:op 1516 completed, throughput=4.99MB/sec 2024-07-27T18:45:49.154 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kQgOB-jmFnVfZJw off=3449971 len=1400079 2024-07-27T18:45:49.156 INFO:tasks.workunit.client.0.smithi029.stdout:op 1517 completed, throughput=5MB/sec 2024-07-27T18:45:49.156 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-G9fj78zexNYo1Uw off=9267729 len=793864 2024-07-27T18:45:49.156 INFO:tasks.workunit.client.0.smithi029.stdout:op 1518 completed, throughput=5MB/sec 2024-07-27T18:45:50.157 INFO:tasks.workunit.client.0.smithi029.stdout: 309: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:50.157 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RRCcB9-qKbwNV0A off=191845 len=880589 2024-07-27T18:45:50.162 INFO:tasks.workunit.client.0.smithi029.stdout:op 1519 completed, throughput=4.99MB/sec 2024-07-27T18:45:50.162 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pqY12gvMgiL_5eR off=6945394 len=1938291 2024-07-27T18:45:50.168 INFO:tasks.workunit.client.0.smithi029.stdout:op 1520 completed, throughput=4.99MB/sec 2024-07-27T18:45:50.168 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5moplL_qXzF6D8W off=18126132 len=656834 2024-07-27T18:45:50.172 INFO:tasks.workunit.client.0.smithi029.stdout:op 1521 completed, throughput=5MB/sec 2024-07-27T18:45:50.173 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Nk5xpsWimJDwRU3 off=7114441 len=325983 2024-07-27T18:45:50.176 INFO:tasks.workunit.client.0.smithi029.stdout:op 1522 completed, throughput=5MB/sec 2024-07-27T18:45:50.176 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-91aoWIFtDRdbSqJ off=10912337 len=1118721 2024-07-27T18:45:50.179 INFO:tasks.workunit.client.0.smithi029.stdout:op 1523 completed, throughput=5MB/sec 2024-07-27T18:45:50.179 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sjCfVA6Gd7UjKWX off=10583458 len=1164803 2024-07-27T18:45:50.184 INFO:tasks.workunit.client.0.smithi029.stdout:op 1524 completed, throughput=5MB/sec 2024-07-27T18:45:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:50 smithi179 ceph-mon[89801]: pgmap v1561: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:45:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:50 smithi029 ceph-mon[96870]: pgmap v1561: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:45:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:50 smithi029 ceph-mon[99353]: pgmap v1561: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:45:51.185 INFO:tasks.workunit.client.0.smithi029.stdout: 310: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:51.185 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PoBlNZrzeTva39y off=6150439 len=917305 2024-07-27T18:45:51.186 INFO:tasks.workunit.client.0.smithi029.stdout:op 1525 completed, throughput=4.99MB/sec 2024-07-27T18:45:51.186 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-l5TpWN3R8My1j7t off=2747825 len=461001 2024-07-27T18:45:51.190 INFO:tasks.workunit.client.0.smithi029.stdout:op 1526 completed, throughput=4.99MB/sec 2024-07-27T18:45:51.190 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3gFIKBLsJz2cmMv off=20201939 len=366732 2024-07-27T18:45:51.193 INFO:tasks.workunit.client.0.smithi029.stdout:op 1527 completed, throughput=4.99MB/sec 2024-07-27T18:45:51.194 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R8Ac70YcrET4NWb off=2924448 len=1315268 2024-07-27T18:45:51.200 INFO:tasks.workunit.client.0.smithi029.stdout:op 1528 completed, throughput=5MB/sec 2024-07-27T18:45:51.200 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pnb_T7GoqGH0lZk off=681149 len=1337912 2024-07-27T18:45:51.205 INFO:tasks.workunit.client.0.smithi029.stdout:op 1529 completed, throughput=5MB/sec 2024-07-27T18:45:52.205 INFO:tasks.workunit.client.0.smithi029.stdout: 311: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:52.206 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YFmVXzQl6Quc5qO off=77660 len=1865216 2024-07-27T18:45:52.208 INFO:tasks.workunit.client.0.smithi029.stdout:op 1530 completed, throughput=4.99MB/sec 2024-07-27T18:45:52.208 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SD6HUEE2fmhg9F0 off=18976100 len=1366071 2024-07-27T18:45:52.215 INFO:tasks.workunit.client.0.smithi029.stdout:op 1531 completed, throughput=4.99MB/sec 2024-07-27T18:45:52.215 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4EurFEWWdI1HtTD off=6695584 len=43856 2024-07-27T18:45:52.218 INFO:tasks.workunit.client.0.smithi029.stdout:op 1532 completed, throughput=4.99MB/sec 2024-07-27T18:45:52.218 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tvf0Ane1Z1Yu2Fy off=404028 len=820329 2024-07-27T18:45:52.219 INFO:tasks.workunit.client.0.smithi029.stdout:op 1533 completed, throughput=5MB/sec 2024-07-27T18:45:52.219 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-r1RJtGgMPHVWf_R off=17811722 len=1238431 2024-07-27T18:45:52.227 INFO:tasks.workunit.client.0.smithi029.stdout:op 1534 completed, throughput=5MB/sec 2024-07-27T18:45:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:52 smithi029 ceph-mon[96870]: pgmap v1562: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:45:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:52 smithi029 ceph-mon[99353]: pgmap v1562: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:45:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:45:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:45:52] "GET /metrics HTTP/1.1" 200 34034 "" "Prometheus/2.43.0" 2024-07-27T18:45:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:52 smithi179 ceph-mon[89801]: pgmap v1562: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:45:53.227 INFO:tasks.workunit.client.0.smithi029.stdout: 312: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:53.227 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0hTweaSJWgZFiC7 off=2479700 len=1467593 2024-07-27T18:45:53.229 INFO:tasks.workunit.client.0.smithi029.stdout:op 1535 completed, throughput=4.99MB/sec 2024-07-27T18:45:53.229 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rOTE0iChj8k9FQi off=10205772 len=1894848 2024-07-27T18:45:53.233 INFO:tasks.workunit.client.0.smithi029.stdout:op 1536 completed, throughput=4.99MB/sec 2024-07-27T18:45:53.233 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dyfRRpozX2yVCEr off=790889 len=1583365 2024-07-27T18:45:53.236 INFO:tasks.workunit.client.0.smithi029.stdout:op 1537 completed, throughput=5MB/sec 2024-07-27T18:45:53.236 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZpbhqTBZFulpLEE off=1086183 len=236747 2024-07-27T18:45:53.237 INFO:tasks.workunit.client.0.smithi029.stdout:op 1538 completed, throughput=5MB/sec 2024-07-27T18:45:53.237 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hu_7W0bss9d4HHm off=12956974 len=925992 2024-07-27T18:45:53.242 INFO:tasks.workunit.client.0.smithi029.stdout:op 1539 completed, throughput=5MB/sec 2024-07-27T18:45:54.243 INFO:tasks.workunit.client.0.smithi029.stdout: 313: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:54.243 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Nfe0BLXhgZQ2lbE off=15197757 len=970173 2024-07-27T18:45:54.245 INFO:tasks.workunit.client.0.smithi029.stdout:op 1540 completed, throughput=4.99MB/sec 2024-07-27T18:45:54.245 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yiNy2mHpOymruTk off=2167443 len=266443 2024-07-27T18:45:54.246 INFO:tasks.workunit.client.0.smithi029.stdout:op 1541 completed, throughput=4.99MB/sec 2024-07-27T18:45:54.246 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dXthvD773rQ7XBW off=8044344 len=1737315 2024-07-27T18:45:54.254 INFO:tasks.workunit.client.0.smithi029.stdout:op 1542 completed, throughput=5MB/sec 2024-07-27T18:45:54.254 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7iVw-3Cl1c4tqmo off=8784129 len=1668237 2024-07-27T18:45:54.258 INFO:tasks.workunit.client.0.smithi029.stdout:op 1543 completed, throughput=5MB/sec 2024-07-27T18:45:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:54 smithi179 ceph-mon[89801]: pgmap v1563: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:45:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:45:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:54 smithi029 ceph-mon[96870]: pgmap v1563: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:45:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:45:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:54 smithi029 ceph-mon[99353]: pgmap v1563: 105 pgs: 105 active+clean; 127 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:45:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:45:55.258 INFO:tasks.workunit.client.0.smithi029.stdout: 314: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:55.258 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bnemeaucNwRoZd7 off=3462199 len=2032365 2024-07-27T18:45:55.268 INFO:tasks.workunit.client.0.smithi029.stdout:op 1544 completed, throughput=4.99MB/sec 2024-07-27T18:45:55.268 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KuQqd1d-nPEz9x6 off=2251633 len=318734 2024-07-27T18:45:55.269 INFO:tasks.workunit.client.0.smithi029.stdout:op 1545 completed, throughput=4.99MB/sec 2024-07-27T18:45:55.269 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BEcpWGbInheBbj6 off=2285145 len=714866 2024-07-27T18:45:55.270 INFO:tasks.workunit.client.0.smithi029.stdout:op 1546 completed, throughput=4.99MB/sec 2024-07-27T18:45:55.270 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9FwldNpaTTpt8Qn off=112728 len=523847 2024-07-27T18:45:55.270 INFO:tasks.workunit.client.0.smithi029.stdout:op 1547 completed, throughput=5MB/sec 2024-07-27T18:45:55.271 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TDCtl9kFwftQX1x off=7305755 len=1870779 2024-07-27T18:45:55.273 INFO:tasks.workunit.client.0.smithi029.stdout:op 1548 completed, throughput=5MB/sec 2024-07-27T18:45:56.273 INFO:tasks.workunit.client.0.smithi029.stdout: 315: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:56.273 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6m2RbgT6DeTHIAe off=3107806 len=917058 2024-07-27T18:45:56.279 INFO:tasks.workunit.client.0.smithi029.stdout:op 1549 completed, throughput=4.99MB/sec 2024-07-27T18:45:56.279 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3l-J6nhL3Qp_D3J off=19846471 len=919386 2024-07-27T18:45:56.280 INFO:tasks.workunit.client.0.smithi029.stdout:op 1550 completed, throughput=4.99MB/sec 2024-07-27T18:45:56.280 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_5LnkZhLeWhlmB9 off=1804223 len=940512 2024-07-27T18:45:56.282 INFO:tasks.workunit.client.0.smithi029.stdout:op 1551 completed, throughput=4.99MB/sec 2024-07-27T18:45:56.282 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bDLQuJ_KQiD6DMk off=2749648 len=1502034 2024-07-27T18:45:56.291 INFO:tasks.workunit.client.0.smithi029.stdout:op 1552 completed, throughput=5MB/sec 2024-07-27T18:45:56.291 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Zp6J9QH1bxW8aSw off=7018737 len=1737493 2024-07-27T18:45:56.293 INFO:tasks.workunit.client.0.smithi029.stdout:op 1553 completed, throughput=5MB/sec 2024-07-27T18:45:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:56 smithi179 ceph-mon[89801]: pgmap v1564: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:45:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:56 smithi029 ceph-mon[96870]: pgmap v1564: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:45:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:56 smithi029 ceph-mon[99353]: pgmap v1564: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:45:57.293 INFO:tasks.workunit.client.0.smithi029.stdout: 316: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:57.293 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-W2I0Rp5ZmrDhnEr off=417646 len=429901 2024-07-27T18:45:57.297 INFO:tasks.workunit.client.0.smithi029.stdout:op 1554 completed, throughput=4.99MB/sec 2024-07-27T18:45:57.297 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-T-T638sHhb7Y2m5 off=0 len=1415385 2024-07-27T18:45:57.303 INFO:tasks.workunit.client.0.smithi029.stdout:op 1555 completed, throughput=4.99MB/sec 2024-07-27T18:45:57.303 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bEJjr-C9QRhNPYj off=2293439 len=811876 2024-07-27T18:45:57.308 INFO:tasks.workunit.client.0.smithi029.stdout:op 1556 completed, throughput=5MB/sec 2024-07-27T18:45:57.308 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RasTtkfQ_FtK92H off=6724488 len=875384 2024-07-27T18:45:57.309 INFO:tasks.workunit.client.0.smithi029.stdout:op 1557 completed, throughput=5MB/sec 2024-07-27T18:45:57.310 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0Y8nU8Z1MIIhHFf off=5954111 len=1559105 2024-07-27T18:45:57.311 INFO:tasks.workunit.client.0.smithi029.stdout:op 1558 completed, throughput=5MB/sec 2024-07-27T18:45:58.311 INFO:tasks.workunit.client.0.smithi029.stdout: 317: throughput=4.99MB/sec pending data=0 2024-07-27T18:45:58.312 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BfG5V-axl5pCruA off=11792414 len=2016511 2024-07-27T18:45:58.319 INFO:tasks.workunit.client.0.smithi029.stdout:op 1559 completed, throughput=4.99MB/sec 2024-07-27T18:45:58.320 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FYdZgsHt73KJmVt off=7346110 len=436040 2024-07-27T18:45:58.321 INFO:tasks.workunit.client.0.smithi029.stdout:op 1560 completed, throughput=4.99MB/sec 2024-07-27T18:45:58.321 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3GP9cF9XtUnDEk3 off=6509405 len=401101 2024-07-27T18:45:58.325 INFO:tasks.workunit.client.0.smithi029.stdout:op 1561 completed, throughput=4.99MB/sec 2024-07-27T18:45:58.325 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-z2jyvaH-z2bys0i off=182546 len=738346 2024-07-27T18:45:58.326 INFO:tasks.workunit.client.0.smithi029.stdout:op 1562 completed, throughput=5MB/sec 2024-07-27T18:45:58.326 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-j19e2SJVr2vCGk9 off=1997142 len=343680 2024-07-27T18:45:58.330 INFO:tasks.workunit.client.0.smithi029.stdout:op 1563 completed, throughput=5MB/sec 2024-07-27T18:45:58.330 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HErPrVBV-X7u6cS off=1236744 len=548852 2024-07-27T18:45:58.333 INFO:tasks.workunit.client.0.smithi029.stdout:op 1564 completed, throughput=5MB/sec 2024-07-27T18:45:58.333 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mm-6KX1Zwvz5Wut off=9978442 len=271094 2024-07-27T18:45:58.334 INFO:tasks.workunit.client.0.smithi029.stdout:op 1565 completed, throughput=5MB/sec 2024-07-27T18:45:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:45:58 smithi179 ceph-mon[89801]: pgmap v1565: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:45:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:45:58 smithi029 ceph-mon[96870]: pgmap v1565: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:45:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:45:58 smithi029 ceph-mon[99353]: pgmap v1565: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:45:59.334 INFO:tasks.workunit.client.0.smithi029.stdout: 318: throughput=4.98MB/sec pending data=0 2024-07-27T18:45:59.335 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xDMGvSire_40VQu off=11433221 len=376665 2024-07-27T18:45:59.338 INFO:tasks.workunit.client.0.smithi029.stdout:op 1566 completed, throughput=4.99MB/sec 2024-07-27T18:45:59.338 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RgI3fQZwfa6BbTu off=3566874 len=497738 2024-07-27T18:45:59.342 INFO:tasks.workunit.client.0.smithi029.stdout:op 1567 completed, throughput=4.99MB/sec 2024-07-27T18:45:59.342 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mCecL8oQxmp2DKX off=4159189 len=700939 2024-07-27T18:45:59.343 INFO:tasks.workunit.client.0.smithi029.stdout:op 1568 completed, throughput=4.99MB/sec 2024-07-27T18:45:59.343 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UwCy50IlU4QInCt off=145109 len=1444837 2024-07-27T18:45:59.345 INFO:tasks.workunit.client.0.smithi029.stdout:op 1569 completed, throughput=4.99MB/sec 2024-07-27T18:45:59.345 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GskdE7GAIGFVLPd off=88765 len=1199151 2024-07-27T18:45:59.351 INFO:tasks.workunit.client.0.smithi029.stdout:op 1570 completed, throughput=5MB/sec 2024-07-27T18:45:59.351 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ls-BfeGF0GFKOTv off=14965523 len=1795182 2024-07-27T18:45:59.359 INFO:tasks.workunit.client.0.smithi029.stdout:op 1571 completed, throughput=5MB/sec 2024-07-27T18:46:00.359 INFO:tasks.workunit.client.0.smithi029.stdout: 319: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:00.359 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1mvsTzbQQyEVfG0 off=7359805 len=63497 2024-07-27T18:46:00.362 INFO:tasks.workunit.client.0.smithi029.stdout:op 1572 completed, throughput=4.99MB/sec 2024-07-27T18:46:00.362 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xVS6-bhq_ZAgtaY off=14026465 len=1389152 2024-07-27T18:46:00.364 INFO:tasks.workunit.client.0.smithi029.stdout:op 1573 completed, throughput=4.99MB/sec 2024-07-27T18:46:00.364 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Th_JNPUS6y7UjQi off=914604 len=82033 2024-07-27T18:46:00.366 INFO:tasks.workunit.client.0.smithi029.stdout:op 1574 completed, throughput=4.99MB/sec 2024-07-27T18:46:00.366 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FM_KbYGf64vZKBk off=4500838 len=1412182 2024-07-27T18:46:00.368 INFO:tasks.workunit.client.0.smithi029.stdout:op 1575 completed, throughput=5MB/sec 2024-07-27T18:46:00.368 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wZqCnrYObryOn8k off=2539018 len=1121357 2024-07-27T18:46:00.374 INFO:tasks.workunit.client.0.smithi029.stdout:op 1576 completed, throughput=5MB/sec 2024-07-27T18:46:00.374 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iFNOr8MH-Zd9o4U off=758252 len=471586 2024-07-27T18:46:00.377 INFO:tasks.workunit.client.0.smithi029.stdout:op 1577 completed, throughput=5MB/sec 2024-07-27T18:46:00.377 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MZcuOUMQR6WsmxU off=15081091 len=1492100 2024-07-27T18:46:00.379 INFO:tasks.workunit.client.0.smithi029.stdout:op 1578 completed, throughput=5MB/sec 2024-07-27T18:46:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:00 smithi179 ceph-mon[89801]: pgmap v1566: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:46:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:00 smithi029 ceph-mon[96870]: pgmap v1566: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:46:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:00 smithi029 ceph-mon[99353]: pgmap v1566: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:46:01.379 INFO:tasks.workunit.client.0.smithi029.stdout: 320: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:01.379 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4DgYAQygaNhtuVN off=13584477 len=1940289 2024-07-27T18:46:01.381 INFO:tasks.workunit.client.0.smithi029.stdout:op 1579 completed, throughput=4.99MB/sec 2024-07-27T18:46:01.382 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VHUCEy8YGDw5IQW off=6040208 len=1642148 2024-07-27T18:46:01.385 INFO:tasks.workunit.client.0.smithi029.stdout:op 1580 completed, throughput=5MB/sec 2024-07-27T18:46:01.385 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Cc5ka0DIiGDjljp off=18593974 len=996599 2024-07-27T18:46:01.387 INFO:tasks.workunit.client.0.smithi029.stdout:op 1581 completed, throughput=5MB/sec 2024-07-27T18:46:02.388 INFO:tasks.workunit.client.0.smithi029.stdout: 321: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:02.388 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-X0-VL93ZBHTATsR off=4519900 len=690002 2024-07-27T18:46:02.392 INFO:tasks.workunit.client.0.smithi029.stdout:op 1582 completed, throughput=4.99MB/sec 2024-07-27T18:46:02.392 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-T-54Yu4XwwT3bxf off=3701758 len=1283539 2024-07-27T18:46:02.394 INFO:tasks.workunit.client.0.smithi029.stdout:op 1583 completed, throughput=4.99MB/sec 2024-07-27T18:46:02.394 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cDU24rYRxGBVeNU off=5645568 len=1706574 2024-07-27T18:46:02.404 INFO:tasks.workunit.client.0.smithi029.stdout:op 1584 completed, throughput=5MB/sec 2024-07-27T18:46:02.404 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-afK1I1Vmz0nyZ6- off=704126 len=1624426 2024-07-27T18:46:02.411 INFO:tasks.workunit.client.0.smithi029.stdout:op 1585 completed, throughput=5MB/sec 2024-07-27T18:46:02.585 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:46:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:46:02] "GET /metrics HTTP/1.1" 200 34032 "" "Prometheus/2.43.0" 2024-07-27T18:46:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:02 smithi179 ceph-mon[89801]: pgmap v1567: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:46:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:02 smithi029 ceph-mon[96870]: pgmap v1567: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:46:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:02 smithi029 ceph-mon[99353]: pgmap v1567: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:46:03.412 INFO:tasks.workunit.client.0.smithi029.stdout: 322: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:03.412 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-E4NtTFFxVktiJcE off=17639689 len=824057 2024-07-27T18:46:03.417 INFO:tasks.workunit.client.0.smithi029.stdout:op 1586 completed, throughput=4.99MB/sec 2024-07-27T18:46:03.417 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3va0XGqINMaRB8m off=1975195 len=367903 2024-07-27T18:46:03.420 INFO:tasks.workunit.client.0.smithi029.stdout:op 1587 completed, throughput=4.99MB/sec 2024-07-27T18:46:03.420 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DUaqovDhqJ1o3qD off=2002340 len=153337 2024-07-27T18:46:03.423 INFO:tasks.workunit.client.0.smithi029.stdout:op 1588 completed, throughput=4.99MB/sec 2024-07-27T18:46:03.423 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZmAW_siraiRfQ4Z off=142786 len=470693 2024-07-27T18:46:03.424 INFO:tasks.workunit.client.0.smithi029.stdout:op 1589 completed, throughput=4.99MB/sec 2024-07-27T18:46:03.424 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kZ_z84DCsHLrz-u off=2623353 len=302908 2024-07-27T18:46:03.427 INFO:tasks.workunit.client.0.smithi029.stdout:op 1590 completed, throughput=4.99MB/sec 2024-07-27T18:46:03.427 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-K2WndV8wfqL7sMl off=5573624 len=273444 2024-07-27T18:46:03.427 INFO:tasks.workunit.client.0.smithi029.stdout:op 1591 completed, throughput=4.99MB/sec 2024-07-27T18:46:03.427 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7fxdzdpCF-CUASe off=3014945 len=754838 2024-07-27T18:46:03.432 INFO:tasks.workunit.client.0.smithi029.stdout:op 1592 completed, throughput=5MB/sec 2024-07-27T18:46:03.432 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YK-JVxspsg3MnN2 off=1093007 len=1804334 2024-07-27T18:46:03.443 INFO:tasks.workunit.client.0.smithi029.stdout:op 1593 completed, throughput=5MB/sec 2024-07-27T18:46:04.443 INFO:tasks.workunit.client.0.smithi029.stdout: 323: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lVmwB-z9mC8cLly off=4314634 len=2013727 2024-07-27T18:46:04.455 INFO:tasks.workunit.client.0.smithi029.stdout:op 1594 completed, throughput=4.99MB/sec 2024-07-27T18:46:04.455 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Wi9273wuNhsnXcJ off=10049951 len=1447757 2024-07-27T18:46:04.458 INFO:tasks.workunit.client.0.smithi029.stdout:op 1595 completed, throughput=5MB/sec 2024-07-27T18:46:04.458 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FRMV0-Z3ZJlcQ-t off=2717955 len=1581748 2024-07-27T18:46:04.460 INFO:tasks.workunit.client.0.smithi029.stdout:op 1596 completed, throughput=5MB/sec 2024-07-27T18:46:04.461 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6C1jCBZ3mNl4eN5 off=14758484 len=1900131 2024-07-27T18:46:04.463 INFO:tasks.workunit.client.0.smithi029.stdout:op 1597 completed, throughput=5.01MB/sec 2024-07-27T18:46:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:04 smithi179 ceph-mon[89801]: pgmap v1568: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:46:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:04 smithi029 ceph-mon[96870]: pgmap v1568: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:46:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:04 smithi029 ceph-mon[99353]: pgmap v1568: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:46:05.463 INFO:tasks.workunit.client.0.smithi029.stdout: 324: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:05.464 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CN-w-oCzs5AURnV off=17104630 len=1102551 2024-07-27T18:46:05.469 INFO:tasks.workunit.client.0.smithi029.stdout:op 1598 completed, throughput=4.99MB/sec 2024-07-27T18:46:05.469 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ta7ExECDdqer5WJ off=208361 len=895057 2024-07-27T18:46:05.470 INFO:tasks.workunit.client.0.smithi029.stdout:op 1599 completed, throughput=5MB/sec 2024-07-27T18:46:05.470 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sa2uJf3Pzj1hH11 off=8584177 len=1068252 2024-07-27T18:46:05.471 INFO:tasks.workunit.client.0.smithi029.stdout:op 1600 completed, throughput=5MB/sec 2024-07-27T18:46:05.471 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2DjaI8zmAByaqxc off=23602482 len=1792211 2024-07-27T18:46:05.482 INFO:tasks.workunit.client.0.smithi029.stdout:op 1601 completed, throughput=5MB/sec 2024-07-27T18:46:06.482 INFO:tasks.workunit.client.0.smithi029.stdout: 325: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:06.482 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AY_JCVS0EdeyLhS off=9990951 len=1391729 2024-07-27T18:46:06.484 INFO:tasks.workunit.client.0.smithi029.stdout:op 1602 completed, throughput=4.99MB/sec 2024-07-27T18:46:06.484 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ID9oAtOOX2LT4oF off=986111 len=1559154 2024-07-27T18:46:06.488 INFO:tasks.workunit.client.0.smithi029.stdout:op 1603 completed, throughput=5MB/sec 2024-07-27T18:46:06.488 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wCVvSJa4_xWX28N off=14359728 len=182300 2024-07-27T18:46:06.489 INFO:tasks.workunit.client.0.smithi029.stdout:op 1604 completed, throughput=5MB/sec 2024-07-27T18:46:06.489 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UdgelVch1cJooqC off=1330698 len=1173257 2024-07-27T18:46:06.491 INFO:tasks.workunit.client.0.smithi029.stdout:op 1605 completed, throughput=5MB/sec 2024-07-27T18:46:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:06 smithi179 ceph-mon[89801]: pgmap v1569: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:46:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:06 smithi029 ceph-mon[96870]: pgmap v1569: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:46:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:06 smithi029 ceph-mon[99353]: pgmap v1569: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:46:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: 326: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:07.491 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iaEqYm4-dHelOnF off=7124947 len=833636 2024-07-27T18:46:07.493 INFO:tasks.workunit.client.0.smithi029.stdout:op 1606 completed, throughput=4.99MB/sec 2024-07-27T18:46:07.493 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-P2PPykm7TphIctY off=16355005 len=651084 2024-07-27T18:46:07.495 INFO:tasks.workunit.client.0.smithi029.stdout:op 1607 completed, throughput=4.99MB/sec 2024-07-27T18:46:07.495 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-i_krUYxk4JNJ5a7 off=13220208 len=1931693 2024-07-27T18:46:07.504 INFO:tasks.workunit.client.0.smithi029.stdout:op 1608 completed, throughput=5MB/sec 2024-07-27T18:46:07.504 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5IPU6SZ8uH7Utav off=0 len=1219051 2024-07-27T18:46:07.509 INFO:tasks.workunit.client.0.smithi029.stdout:op 1609 completed, throughput=5MB/sec 2024-07-27T18:46:07.509 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_KY1O7N1oNqnE_2 off=12238092 len=582338 2024-07-27T18:46:07.510 INFO:tasks.workunit.client.0.smithi029.stdout:op 1610 completed, throughput=5MB/sec 2024-07-27T18:46:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: 327: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:08.511 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IJ3rhGgmGSNQCDb off=4278722 len=763240 2024-07-27T18:46:08.513 INFO:tasks.workunit.client.0.smithi029.stdout:op 1611 completed, throughput=4.99MB/sec 2024-07-27T18:46:08.513 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QRgC88iy1kHnHQ2 off=5467953 len=759342 2024-07-27T18:46:08.514 INFO:tasks.workunit.client.0.smithi029.stdout:op 1612 completed, throughput=4.99MB/sec 2024-07-27T18:46:08.514 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7B8HoVXz2Y2gqyi off=16201952 len=742061 2024-07-27T18:46:08.515 INFO:tasks.workunit.client.0.smithi029.stdout:op 1613 completed, throughput=4.99MB/sec 2024-07-27T18:46:08.515 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--zjeAJpSQKQZdXK off=3124625 len=255273 2024-07-27T18:46:08.518 INFO:tasks.workunit.client.0.smithi029.stdout:op 1614 completed, throughput=4.99MB/sec 2024-07-27T18:46:08.518 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--vu0LbSNLtXInSi off=5126537 len=778833 2024-07-27T18:46:08.523 INFO:tasks.workunit.client.0.smithi029.stdout:op 1615 completed, throughput=4.99MB/sec 2024-07-27T18:46:08.523 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rBPT2ZyKaHw_zog off=490239 len=497289 2024-07-27T18:46:08.524 INFO:tasks.workunit.client.0.smithi029.stdout:op 1616 completed, throughput=5MB/sec 2024-07-27T18:46:08.524 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_ymKfy_ATlYXQ-h off=18944800 len=1304202 2024-07-27T18:46:08.525 INFO:tasks.workunit.client.0.smithi029.stdout:op 1617 completed, throughput=5MB/sec 2024-07-27T18:46:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:08 smithi179 ceph-mon[89801]: pgmap v1570: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:46:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:08 smithi029 ceph-mon[96870]: pgmap v1570: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:46:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:08 smithi029 ceph-mon[99353]: pgmap v1570: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:46:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: 328: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:09.526 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GpCJDUuypCkYUua off=12318531 len=1088040 2024-07-27T18:46:09.532 INFO:tasks.workunit.client.0.smithi029.stdout:op 1618 completed, throughput=4.99MB/sec 2024-07-27T18:46:09.532 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GE409LyC3CTIKBI off=17155709 len=480648 2024-07-27T18:46:09.536 INFO:tasks.workunit.client.0.smithi029.stdout:op 1619 completed, throughput=4.99MB/sec 2024-07-27T18:46:09.536 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NacfRI-lA5XhOVS off=304114 len=431409 2024-07-27T18:46:09.539 INFO:tasks.workunit.client.0.smithi029.stdout:op 1620 completed, throughput=4.99MB/sec 2024-07-27T18:46:09.539 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zEkt_oTx9Lq7euj off=4795564 len=1520008 2024-07-27T18:46:09.541 INFO:tasks.workunit.client.0.smithi029.stdout:op 1621 completed, throughput=4.99MB/sec 2024-07-27T18:46:09.541 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kelQvEFQP-5UC74 off=11939648 len=1745991 2024-07-27T18:46:09.549 INFO:tasks.workunit.client.0.smithi029.stdout:op 1622 completed, throughput=5MB/sec 2024-07-27T18:46:09.550 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5MGbgMkQa-r5s3q off=11515563 len=690649 2024-07-27T18:46:09.554 INFO:tasks.workunit.client.0.smithi029.stdout:op 1623 completed, throughput=5MB/sec 2024-07-27T18:46:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:46:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:46:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:46:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: 329: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:10.554 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mwMwcK73mdQdHqO off=2025486 len=1939328 2024-07-27T18:46:10.558 INFO:tasks.workunit.client.0.smithi029.stdout:op 1624 completed, throughput=4.99MB/sec 2024-07-27T18:46:10.558 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qtXNV1u4ibDTUQX off=755074 len=410653 2024-07-27T18:46:10.562 INFO:tasks.workunit.client.0.smithi029.stdout:op 1625 completed, throughput=4.99MB/sec 2024-07-27T18:46:10.563 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yuiIPeeDhRs8P_t off=598386 len=954725 2024-07-27T18:46:10.567 INFO:tasks.workunit.client.0.smithi029.stdout:op 1626 completed, throughput=5MB/sec 2024-07-27T18:46:10.567 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gZncc9SPSCzaFaz off=2575216 len=1181193 2024-07-27T18:46:10.569 INFO:tasks.workunit.client.0.smithi029.stdout:op 1627 completed, throughput=5MB/sec 2024-07-27T18:46:10.569 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tGnCMxZOzAb2vbr off=7841214 len=714098 2024-07-27T18:46:10.573 INFO:tasks.workunit.client.0.smithi029.stdout:op 1628 completed, throughput=5MB/sec 2024-07-27T18:46:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:10 smithi179 ceph-mon[89801]: pgmap v1571: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:46:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:10 smithi029 ceph-mon[96870]: pgmap v1571: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:46:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:10 smithi029 ceph-mon[99353]: pgmap v1571: 105 pgs: 105 active+clean; 127 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:46:11.574 INFO:tasks.workunit.client.0.smithi029.stdout: 330: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:11.574 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-j9Lzt_5MSWkuOb1 off=678710 len=1459077 2024-07-27T18:46:11.581 INFO:tasks.workunit.client.0.smithi029.stdout:op 1629 completed, throughput=4.99MB/sec 2024-07-27T18:46:11.582 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kXUyA5hCSpmciB6 off=1747724 len=1559627 2024-07-27T18:46:11.585 INFO:tasks.workunit.client.0.smithi029.stdout:op 1630 completed, throughput=4.99MB/sec 2024-07-27T18:46:11.585 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yPDbFU4UncDeocL off=12995848 len=2045002 2024-07-27T18:46:11.587 INFO:tasks.workunit.client.0.smithi029.stdout:op 1631 completed, throughput=5MB/sec 2024-07-27T18:46:12.588 INFO:tasks.workunit.client.0.smithi029.stdout: 331: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:12.588 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fbmZK_1d1OEwvJm off=5538158 len=1159629 2024-07-27T18:46:12.589 INFO:tasks.workunit.client.0.smithi029.stdout:op 1632 completed, throughput=4.99MB/sec 2024-07-27T18:46:12.590 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-62wbdMGynhBGA8t off=1009546 len=508260 2024-07-27T18:46:12.590 INFO:tasks.workunit.client.0.smithi029.stdout:op 1633 completed, throughput=4.99MB/sec 2024-07-27T18:46:12.591 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-b9gu4lZOKlj6kRz off=398177 len=2070243 2024-07-27T18:46:12.593 INFO:tasks.workunit.client.0.smithi029.stdout:op 1634 completed, throughput=5MB/sec 2024-07-27T18:46:12.593 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uY6UGWZJDW29tiF off=5790983 len=1196073 2024-07-27T18:46:12.594 INFO:tasks.workunit.client.0.smithi029.stdout:op 1635 completed, throughput=5MB/sec 2024-07-27T18:46:12.594 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4-99thBDNFJ0Wf7 off=1393023 len=1883719 2024-07-27T18:46:12.602 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:46:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:46:12] "GET /metrics HTTP/1.1" 200 34031 "" "Prometheus/2.43.0" 2024-07-27T18:46:12.606 INFO:tasks.workunit.client.0.smithi029.stdout:op 1636 completed, throughput=5MB/sec 2024-07-27T18:46:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:12 smithi179 ceph-mon[89801]: pgmap v1572: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:46:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:12 smithi029 ceph-mon[99353]: pgmap v1572: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:46:13.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:12 smithi029 ceph-mon[96870]: pgmap v1572: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:46:13.606 INFO:tasks.workunit.client.0.smithi029.stdout: 332: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:13.606 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MAAV4Md351ZmPjQ off=6902141 len=225046 2024-07-27T18:46:13.607 INFO:tasks.workunit.client.0.smithi029.stdout:op 1637 completed, throughput=4.99MB/sec 2024-07-27T18:46:13.607 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oBMHTMcVbku-oRu off=12076375 len=39895 2024-07-27T18:46:13.609 INFO:tasks.workunit.client.0.smithi029.stdout:op 1638 completed, throughput=4.99MB/sec 2024-07-27T18:46:13.609 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-S7N6oLaGHXkuIxy off=7486770 len=1709086 2024-07-27T18:46:13.620 INFO:tasks.workunit.client.0.smithi029.stdout:op 1639 completed, throughput=5MB/sec 2024-07-27T18:46:13.620 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZtTlvGNEYtQ5O7X off=11014056 len=1245647 2024-07-27T18:46:13.625 INFO:tasks.workunit.client.0.smithi029.stdout:op 1640 completed, throughput=5MB/sec 2024-07-27T18:46:13.625 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Zu7ZCmmRgNkOqIN off=5942888 len=401497 2024-07-27T18:46:13.628 INFO:tasks.workunit.client.0.smithi029.stdout:op 1641 completed, throughput=5MB/sec 2024-07-27T18:46:13.628 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eNhh0zW99ciI2r7 off=3178358 len=592141 2024-07-27T18:46:13.632 INFO:tasks.workunit.client.0.smithi029.stdout:op 1642 completed, throughput=5MB/sec 2024-07-27T18:46:14.633 INFO:tasks.workunit.client.0.smithi029.stdout: 333: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:14.633 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mfP3u_5Jyliweyd off=4378005 len=150284 2024-07-27T18:46:14.636 INFO:tasks.workunit.client.0.smithi029.stdout:op 1643 completed, throughput=4.99MB/sec 2024-07-27T18:46:14.636 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-M25rJQQURL-RhyG off=17058825 len=1737315 2024-07-27T18:46:14.638 INFO:tasks.workunit.client.0.smithi029.stdout:op 1644 completed, throughput=4.99MB/sec 2024-07-27T18:46:14.638 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-x71gLNSd4ETcPQl off=2389098 len=1718033 2024-07-27T18:46:14.639 INFO:tasks.workunit.client.0.smithi029.stdout:op 1645 completed, throughput=5MB/sec 2024-07-27T18:46:14.639 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5DyXAup-uKRIqP_ off=1184291 len=892090 2024-07-27T18:46:14.644 INFO:tasks.workunit.client.0.smithi029.stdout:op 1646 completed, throughput=5MB/sec 2024-07-27T18:46:14.644 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OEx5k3wONOTYiDU off=1006834 len=1498872 2024-07-27T18:46:14.646 INFO:tasks.workunit.client.0.smithi029.stdout:op 1647 completed, throughput=5MB/sec 2024-07-27T18:46:14.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:14 smithi179 ceph-mon[89801]: pgmap v1573: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:46:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:14 smithi029 ceph-mon[96870]: pgmap v1573: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:46:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:14 smithi029 ceph-mon[99353]: pgmap v1573: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:46:15.649 INFO:tasks.workunit.client.0.smithi029.stdout: 334: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:15.650 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aZA9VoDQq-VZw1n off=1031262 len=795953 2024-07-27T18:46:15.651 INFO:tasks.workunit.client.0.smithi029.stdout:op 1648 completed, throughput=4.99MB/sec 2024-07-27T18:46:15.651 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lqTq40P5EKNX5u3 off=407567 len=1766779 2024-07-27T18:46:15.655 INFO:tasks.workunit.client.0.smithi029.stdout:op 1649 completed, throughput=5MB/sec 2024-07-27T18:46:15.655 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vS7LiwHVxf6klHd off=6349417 len=796062 2024-07-27T18:46:15.656 INFO:tasks.workunit.client.0.smithi029.stdout:op 1650 completed, throughput=5MB/sec 2024-07-27T18:46:15.656 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-A8VkP_eMPN6lmfj off=20281731 len=968668 2024-07-27T18:46:15.661 INFO:tasks.workunit.client.0.smithi029.stdout:op 1651 completed, throughput=5MB/sec 2024-07-27T18:46:16.661 INFO:tasks.workunit.client.0.smithi029.stdout: 335: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:16.661 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TDCtl9kFwftQX1x off=7952628 len=128628 2024-07-27T18:46:16.662 INFO:tasks.workunit.client.0.smithi029.stdout:op 1652 completed, throughput=4.99MB/sec 2024-07-27T18:46:16.662 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YOiZJz3Dju7lW4b off=1303163 len=821328 2024-07-27T18:46:16.663 INFO:tasks.workunit.client.0.smithi029.stdout:op 1653 completed, throughput=4.99MB/sec 2024-07-27T18:46:16.663 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rVQIf7PftqoyPrq off=14315127 len=420891 2024-07-27T18:46:16.667 INFO:tasks.workunit.client.0.smithi029.stdout:op 1654 completed, throughput=4.99MB/sec 2024-07-27T18:46:16.667 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YGUBszJ1AkkV07- off=15240562 len=970506 2024-07-27T18:46:16.674 INFO:tasks.workunit.client.0.smithi029.stdout:op 1655 completed, throughput=4.99MB/sec 2024-07-27T18:46:16.674 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vHQB6bOJsj396CV off=1475692 len=494932 2024-07-27T18:46:16.674 INFO:tasks.workunit.client.0.smithi029.stdout:op 1656 completed, throughput=4.99MB/sec 2024-07-27T18:46:16.674 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Aj6uomrkQR0HGbg off=2517949 len=413618 2024-07-27T18:46:16.676 INFO:tasks.workunit.client.0.smithi029.stdout:op 1657 completed, throughput=4.99MB/sec 2024-07-27T18:46:16.676 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5EstolEsn8g2CII off=4233969 len=1397891 2024-07-27T18:46:16.679 INFO:tasks.workunit.client.0.smithi029.stdout:op 1658 completed, throughput=5MB/sec 2024-07-27T18:46:16.679 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jrQXb_NAoVbeBcG off=700110 len=1862603 2024-07-27T18:46:16.690 INFO:tasks.workunit.client.0.smithi029.stdout:op 1659 completed, throughput=5MB/sec 2024-07-27T18:46:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:16 smithi179 ceph-mon[89801]: pgmap v1574: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:46:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:16 smithi029 ceph-mon[96870]: pgmap v1574: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:46:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:16 smithi029 ceph-mon[99353]: pgmap v1574: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:46:17.690 INFO:tasks.workunit.client.0.smithi029.stdout: 336: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:17.690 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FDWZEaCfOUPL0WN off=3376332 len=1209162 2024-07-27T18:46:17.692 INFO:tasks.workunit.client.0.smithi029.stdout:op 1660 completed, throughput=4.99MB/sec 2024-07-27T18:46:17.692 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qJOs6ewGBLpo3Mt off=14759471 len=1319666 2024-07-27T18:46:17.698 INFO:tasks.workunit.client.0.smithi029.stdout:op 1661 completed, throughput=5MB/sec 2024-07-27T18:46:17.698 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_-L9n2iMTGrDbY0 off=10983241 len=100592 2024-07-27T18:46:17.702 INFO:tasks.workunit.client.0.smithi029.stdout:op 1662 completed, throughput=5MB/sec 2024-07-27T18:46:17.702 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aCdlQk23rhwD-Jo off=7620552 len=364797 2024-07-27T18:46:17.702 INFO:tasks.workunit.client.0.smithi029.stdout:op 1663 completed, throughput=5MB/sec 2024-07-27T18:46:17.702 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tknuQ8vhc3NG_hq off=14355098 len=1428596 2024-07-27T18:46:17.705 INFO:tasks.workunit.client.0.smithi029.stdout:op 1664 completed, throughput=5MB/sec 2024-07-27T18:46:18.706 INFO:tasks.workunit.client.0.smithi029.stdout: 337: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:18.706 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yd1o4HS3KzYZSF_ off=10893471 len=1807265 2024-07-27T18:46:18.717 INFO:tasks.workunit.client.0.smithi029.stdout:op 1665 completed, throughput=4.99MB/sec 2024-07-27T18:46:18.718 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3lgtQ4ImUCwdMEv off=3214111 len=945749 2024-07-27T18:46:18.719 INFO:tasks.workunit.client.0.smithi029.stdout:op 1666 completed, throughput=4.99MB/sec 2024-07-27T18:46:18.719 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gzi1X9-a7AsmbWJ off=966576 len=1396801 2024-07-27T18:46:18.726 INFO:tasks.workunit.client.0.smithi029.stdout:op 1667 completed, throughput=5MB/sec 2024-07-27T18:46:18.726 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IBc02fZzF-tGATb off=9006030 len=254542 2024-07-27T18:46:18.727 INFO:tasks.workunit.client.0.smithi029.stdout:op 1668 completed, throughput=5MB/sec 2024-07-27T18:46:18.727 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-b8DeMb9r_fu_s-d off=3542560 len=1343687 2024-07-27T18:46:18.729 INFO:tasks.workunit.client.0.smithi029.stdout:op 1669 completed, throughput=5MB/sec 2024-07-27T18:46:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:18 smithi179 ceph-mon[89801]: pgmap v1575: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:46:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:18 smithi029 ceph-mon[96870]: pgmap v1575: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:46:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:18 smithi029 ceph-mon[99353]: pgmap v1575: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:46:19.729 INFO:tasks.workunit.client.0.smithi029.stdout: 338: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:19.730 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HCnsAjSoduX_NBR off=2364621 len=1277161 2024-07-27T18:46:19.732 INFO:tasks.workunit.client.0.smithi029.stdout:op 1670 completed, throughput=4.99MB/sec 2024-07-27T18:46:19.732 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2vPqT-RCW7szLg8 off=15116786 len=1805901 2024-07-27T18:46:19.739 INFO:tasks.workunit.client.0.smithi029.stdout:op 1671 completed, throughput=5MB/sec 2024-07-27T18:46:19.740 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-og65OsZXTOpzW5g off=10845846 len=1037494 2024-07-27T18:46:19.747 INFO:tasks.workunit.client.0.smithi029.stdout:op 1672 completed, throughput=5MB/sec 2024-07-27T18:46:19.747 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rmJOY4MybrdnP0n off=16868037 len=976012 2024-07-27T18:46:19.747 INFO:tasks.workunit.client.0.smithi029.stdout:op 1673 completed, throughput=5MB/sec 2024-07-27T18:46:20.747 INFO:tasks.workunit.client.0.smithi029.stdout: 339: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:20.747 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-36QkC_8Ix1sbAy6 off=4696495 len=240527 2024-07-27T18:46:20.750 INFO:tasks.workunit.client.0.smithi029.stdout:op 1674 completed, throughput=4.99MB/sec 2024-07-27T18:46:20.750 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mYJDvCLGcGgxJFU off=15891122 len=1454422 2024-07-27T18:46:20.752 INFO:tasks.workunit.client.0.smithi029.stdout:op 1675 completed, throughput=4.99MB/sec 2024-07-27T18:46:20.752 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cnrVXSbjANQfbnv off=8282788 len=270466 2024-07-27T18:46:20.753 INFO:tasks.workunit.client.0.smithi029.stdout:op 1676 completed, throughput=4.99MB/sec 2024-07-27T18:46:20.753 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HtLlvUUBtWgK1ER off=657771 len=145158 2024-07-27T18:46:20.756 INFO:tasks.workunit.client.0.smithi029.stdout:op 1677 completed, throughput=4.99MB/sec 2024-07-27T18:46:20.756 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eXvkVJumwVSxDLr off=10966644 len=1228656 2024-07-27T18:46:20.758 INFO:tasks.workunit.client.0.smithi029.stdout:op 1678 completed, throughput=5MB/sec 2024-07-27T18:46:20.758 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qnkib4T2RPziK-W off=7854760 len=61745 2024-07-27T18:46:20.760 INFO:tasks.workunit.client.0.smithi029.stdout:op 1679 completed, throughput=5MB/sec 2024-07-27T18:46:20.760 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FWDlTKdVwMO6_ZK off=2410265 len=1649864 2024-07-27T18:46:20.768 INFO:tasks.workunit.client.0.smithi029.stdout:op 1680 completed, throughput=5MB/sec 2024-07-27T18:46:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:20 smithi179 ceph-mon[89801]: pgmap v1576: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:46:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:20 smithi029 ceph-mon[96870]: pgmap v1576: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:46:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:20 smithi029 ceph-mon[99353]: pgmap v1576: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:46:21.769 INFO:tasks.workunit.client.0.smithi029.stdout: 340: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:21.769 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QAfjujAN3XDmNqw off=1132930 len=1805555 2024-07-27T18:46:21.771 INFO:tasks.workunit.client.0.smithi029.stdout:op 1681 completed, throughput=4.99MB/sec 2024-07-27T18:46:21.771 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q6TkrZiMPD39bc4 off=14789492 len=1327906 2024-07-27T18:46:21.777 INFO:tasks.workunit.client.0.smithi029.stdout:op 1682 completed, throughput=4.99MB/sec 2024-07-27T18:46:21.777 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VLKQT6JzEUk5P6y off=946378 len=352721 2024-07-27T18:46:21.778 INFO:tasks.workunit.client.0.smithi029.stdout:op 1683 completed, throughput=5MB/sec 2024-07-27T18:46:21.778 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-92eZ0GJIdp1RiCr off=3436008 len=1609966 2024-07-27T18:46:21.786 INFO:tasks.workunit.client.0.smithi029.stdout:op 1684 completed, throughput=5MB/sec 2024-07-27T18:46:21.786 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nCvN7Nij6NEsLiU off=6270005 len=651485 2024-07-27T18:46:21.788 INFO:tasks.workunit.client.0.smithi029.stdout:op 1685 completed, throughput=5MB/sec 2024-07-27T18:46:22.615 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:46:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:46:22] "GET /metrics HTTP/1.1" 200 34031 "" "Prometheus/2.43.0" 2024-07-27T18:46:22.789 INFO:tasks.workunit.client.0.smithi029.stdout: 341: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:22.789 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XNTjHANhl2-pUnW off=3047851 len=1713093 2024-07-27T18:46:22.792 INFO:tasks.workunit.client.0.smithi029.stdout:op 1686 completed, throughput=4.99MB/sec 2024-07-27T18:46:22.792 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M_NENd8r_KUJ4Xp off=2518166 len=259493 2024-07-27T18:46:22.796 INFO:tasks.workunit.client.0.smithi029.stdout:op 1687 completed, throughput=4.99MB/sec 2024-07-27T18:46:22.796 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ynm_48sfeDsaEit off=12555786 len=1840320 2024-07-27T18:46:22.798 INFO:tasks.workunit.client.0.smithi029.stdout:op 1688 completed, throughput=5MB/sec 2024-07-27T18:46:22.799 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-O62_BmLcIqCF7nD off=1002734 len=145315 2024-07-27T18:46:22.801 INFO:tasks.workunit.client.0.smithi029.stdout:op 1689 completed, throughput=5MB/sec 2024-07-27T18:46:22.801 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pbiBf2k8MQUqlio off=14555657 len=2053246 2024-07-27T18:46:22.804 INFO:tasks.workunit.client.0.smithi029.stdout:op 1690 completed, throughput=5MB/sec 2024-07-27T18:46:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:22 smithi179 ceph-mon[89801]: pgmap v1577: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:46:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:22 smithi029 ceph-mon[96870]: pgmap v1577: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:46:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:22 smithi029 ceph-mon[99353]: pgmap v1577: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:46:23.804 INFO:tasks.workunit.client.0.smithi029.stdout: 342: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:23.804 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-meWtMzQwIq8UC-S off=6964198 len=922833 2024-07-27T18:46:23.806 INFO:tasks.workunit.client.0.smithi029.stdout:op 1691 completed, throughput=4.99MB/sec 2024-07-27T18:46:23.806 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vxFXjRhvcMAc3dq off=3145712 len=330351 2024-07-27T18:46:23.806 INFO:tasks.workunit.client.0.smithi029.stdout:op 1692 completed, throughput=4.99MB/sec 2024-07-27T18:46:23.807 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fDz-SJRG21aXbZP off=11355760 len=774250 2024-07-27T18:46:23.809 INFO:tasks.workunit.client.0.smithi029.stdout:op 1693 completed, throughput=4.99MB/sec 2024-07-27T18:46:23.809 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-F1ghKDplPrD7kXO off=1304361 len=225762 2024-07-27T18:46:23.812 INFO:tasks.workunit.client.0.smithi029.stdout:op 1694 completed, throughput=5MB/sec 2024-07-27T18:46:23.812 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-p-ad7RZGttCYgsM off=17260939 len=949194 2024-07-27T18:46:23.813 INFO:tasks.workunit.client.0.smithi029.stdout:op 1695 completed, throughput=5MB/sec 2024-07-27T18:46:23.813 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-x8OkFmsh3aV03ZM off=1385605 len=1759798 2024-07-27T18:46:23.821 INFO:tasks.workunit.client.0.smithi029.stdout:op 1696 completed, throughput=5MB/sec 2024-07-27T18:46:24.822 INFO:tasks.workunit.client.0.smithi029.stdout: 343: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:24.822 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TAZRhWqBkyCSWn1 off=801025 len=2033309 2024-07-27T18:46:24.829 INFO:tasks.workunit.client.0.smithi029.stdout:op 1697 completed, throughput=4.99MB/sec 2024-07-27T18:46:24.830 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Nc8csOstdPYm7T1 off=2348677 len=1344998 2024-07-27T18:46:24.837 INFO:tasks.workunit.client.0.smithi029.stdout:op 1698 completed, throughput=5MB/sec 2024-07-27T18:46:24.837 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xHPYSvvzXpTlkgC off=4035768 len=753476 2024-07-27T18:46:24.841 INFO:tasks.workunit.client.0.smithi029.stdout:op 1699 completed, throughput=5MB/sec 2024-07-27T18:46:24.841 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-poXK7q39ROMYG2k off=19222615 len=1177060 2024-07-27T18:46:24.846 INFO:tasks.workunit.client.0.smithi029.stdout:op 1700 completed, throughput=5MB/sec 2024-07-27T18:46:24.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:24 smithi179 ceph-mon[89801]: pgmap v1578: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:46:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:46:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:46:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:24 smithi029 ceph-mon[96870]: pgmap v1578: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:46:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:46:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:46:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:24 smithi029 ceph-mon[99353]: pgmap v1578: 105 pgs: 105 active+clean; 127 GiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:46:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:46:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:46:25.846 INFO:tasks.workunit.client.0.smithi029.stdout: 344: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:25.846 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nqmqjnAHMiJWSGU off=6320576 len=2012005 2024-07-27T18:46:25.855 INFO:tasks.workunit.client.0.smithi029.stdout:op 1701 completed, throughput=4.99MB/sec 2024-07-27T18:46:25.855 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ryZiqzdrx4ndAil off=4107143 len=704005 2024-07-27T18:46:25.857 INFO:tasks.workunit.client.0.smithi029.stdout:op 1702 completed, throughput=5MB/sec 2024-07-27T18:46:25.857 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MO3qMgoIn0hLoS0 off=8796071 len=543409 2024-07-27T18:46:25.860 INFO:tasks.workunit.client.0.smithi029.stdout:op 1703 completed, throughput=5MB/sec 2024-07-27T18:46:25.861 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YOiZJz3Dju7lW4b off=5236906 len=1297141 2024-07-27T18:46:25.862 INFO:tasks.workunit.client.0.smithi029.stdout:op 1704 completed, throughput=5MB/sec 2024-07-27T18:46:25.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:25 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:46:25.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:25 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:46:25.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:25 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:46:26.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:25 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:46:26.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:25 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:46:26.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:25 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:46:26.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:25 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:46:26.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:25 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:46:26.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:25 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:46:26.863 INFO:tasks.workunit.client.0.smithi029.stdout: 345: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:26.863 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JOHoznTSqLibZ5m off=4560253 len=820269 2024-07-27T18:46:26.867 INFO:tasks.workunit.client.0.smithi029.stdout:op 1705 completed, throughput=4.99MB/sec 2024-07-27T18:46:26.867 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1PFrFMvN9KZSFYm off=4486003 len=10993 2024-07-27T18:46:26.869 INFO:tasks.workunit.client.0.smithi029.stdout:op 1706 completed, throughput=4.99MB/sec 2024-07-27T18:46:26.869 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YIC4v8BDrW9Nim6 off=19507792 len=1796325 2024-07-27T18:46:26.871 INFO:tasks.workunit.client.0.smithi029.stdout:op 1707 completed, throughput=4.99MB/sec 2024-07-27T18:46:26.871 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2EbMGogU6rre-TP off=6369304 len=1233387 2024-07-27T18:46:26.874 INFO:tasks.workunit.client.0.smithi029.stdout:op 1708 completed, throughput=5MB/sec 2024-07-27T18:46:26.874 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Lh7JRwgA-RhOMGF off=3741825 len=42741 2024-07-27T18:46:26.875 INFO:tasks.workunit.client.0.smithi029.stdout:op 1709 completed, throughput=5MB/sec 2024-07-27T18:46:26.875 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-V0LwGOeld5Z1dsx off=78746 len=1150110 2024-07-27T18:46:26.881 INFO:tasks.workunit.client.0.smithi029.stdout:op 1710 completed, throughput=5MB/sec 2024-07-27T18:46:26.881 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZsUrnWCUutYIdgX off=12956 len=1853361 2024-07-27T18:46:26.892 INFO:tasks.workunit.client.0.smithi029.stdout:op 1711 completed, throughput=5MB/sec 2024-07-27T18:46:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:26 smithi179 ceph-mon[89801]: pgmap v1579: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.6 MiB/s wr, 6 op/s 2024-07-27T18:46:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:26 smithi029 ceph-mon[96870]: pgmap v1579: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.6 MiB/s wr, 6 op/s 2024-07-27T18:46:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:26 smithi029 ceph-mon[99353]: pgmap v1579: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.6 MiB/s wr, 6 op/s 2024-07-27T18:46:27.893 INFO:tasks.workunit.client.0.smithi029.stdout: 346: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:27.893 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rGuzbXKYiCpFCFh off=12332198 len=1149054 2024-07-27T18:46:27.894 INFO:tasks.workunit.client.0.smithi029.stdout:op 1712 completed, throughput=4.99MB/sec 2024-07-27T18:46:27.895 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-K7HXoi-0iGri8xW off=2806510 len=771298 2024-07-27T18:46:27.896 INFO:tasks.workunit.client.0.smithi029.stdout:op 1713 completed, throughput=5MB/sec 2024-07-27T18:46:27.896 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RNc0uGJchh_2Ihy off=12709483 len=1532540 2024-07-27T18:46:27.903 INFO:tasks.workunit.client.0.smithi029.stdout:op 1714 completed, throughput=5MB/sec 2024-07-27T18:46:27.903 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-z7488jLus5NzK36 off=8090559 len=1441880 2024-07-27T18:46:27.909 INFO:tasks.workunit.client.0.smithi029.stdout:op 1715 completed, throughput=5MB/sec 2024-07-27T18:46:28.909 INFO:tasks.workunit.client.0.smithi029.stdout: 347: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:28.910 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3wzQNZiP9oTYJtL off=7060451 len=1456034 2024-07-27T18:46:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:28 smithi179 ceph-mon[89801]: pgmap v1580: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:46:28.919 INFO:tasks.workunit.client.0.smithi029.stdout:op 1716 completed, throughput=4.99MB/sec 2024-07-27T18:46:28.919 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6q6NelwDS9y_HLV off=535830 len=1435533 2024-07-27T18:46:28.926 INFO:tasks.workunit.client.0.smithi029.stdout:op 1717 completed, throughput=5MB/sec 2024-07-27T18:46:28.926 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Zg4w6mW5Y74jPrR off=3768869 len=1238494 2024-07-27T18:46:28.933 INFO:tasks.workunit.client.0.smithi029.stdout:op 1718 completed, throughput=5MB/sec 2024-07-27T18:46:28.933 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zNbcHEUjs84CXje off=1828337 len=532863 2024-07-27T18:46:28.937 INFO:tasks.workunit.client.0.smithi029.stdout:op 1719 completed, throughput=5MB/sec 2024-07-27T18:46:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:28 smithi029 ceph-mon[96870]: pgmap v1580: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:46:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:28 smithi029 ceph-mon[99353]: pgmap v1580: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:46:29.937 INFO:tasks.workunit.client.0.smithi029.stdout: 348: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:29.937 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_39eOA81tgYd_9T off=13847705 len=1296305 2024-07-27T18:46:29.946 INFO:tasks.workunit.client.0.smithi029.stdout:op 1720 completed, throughput=4.99MB/sec 2024-07-27T18:46:29.946 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Jf8TI04LJYkkTfl off=4709760 len=2047060 2024-07-27T18:46:29.958 INFO:tasks.workunit.client.0.smithi029.stdout:op 1721 completed, throughput=5MB/sec 2024-07-27T18:46:29.958 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4uex_gIJFXL1dD4 off=7744132 len=74196 2024-07-27T18:46:29.960 INFO:tasks.workunit.client.0.smithi029.stdout:op 1722 completed, throughput=5MB/sec 2024-07-27T18:46:29.960 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GZFXgWfA0PY1fxh off=4939125 len=703002 2024-07-27T18:46:29.962 INFO:tasks.workunit.client.0.smithi029.stdout:op 1723 completed, throughput=5MB/sec 2024-07-27T18:46:29.962 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Qw6hgnUhQe9FxRm off=3436270 len=1234884 2024-07-27T18:46:29.966 INFO:tasks.workunit.client.0.smithi029.stdout:op 1724 completed, throughput=5MB/sec 2024-07-27T18:46:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:30 smithi179 ceph-mon[89801]: pgmap v1581: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:46:30.967 INFO:tasks.workunit.client.0.smithi029.stdout: 349: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:30.967 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SPx0_1EPgEjivyZ off=8546975 len=293197 2024-07-27T18:46:30.967 INFO:tasks.workunit.client.0.smithi029.stdout:op 1725 completed, throughput=4.99MB/sec 2024-07-27T18:46:30.968 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vUoQG6N0rQaFYT2 off=236652 len=1486895 2024-07-27T18:46:30.974 INFO:tasks.workunit.client.0.smithi029.stdout:op 1726 completed, throughput=4.99MB/sec 2024-07-27T18:46:30.974 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--2eQcHgzd-zMUV0 off=9285143 len=696875 2024-07-27T18:46:30.976 INFO:tasks.workunit.client.0.smithi029.stdout:op 1727 completed, throughput=4.99MB/sec 2024-07-27T18:46:30.976 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KSAUc5BQHey1go0 off=3869136 len=182558 2024-07-27T18:46:30.978 INFO:tasks.workunit.client.0.smithi029.stdout:op 1728 completed, throughput=4.99MB/sec 2024-07-27T18:46:30.978 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7zeNtTCtq46Olwa off=15998549 len=2032121 2024-07-27T18:46:30.991 INFO:tasks.workunit.client.0.smithi029.stdout:op 1729 completed, throughput=5MB/sec 2024-07-27T18:46:30.991 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yvEdah9JIbC3Pdm off=14952064 len=1330034 2024-07-27T18:46:30.993 INFO:tasks.workunit.client.0.smithi029.stdout:op 1730 completed, throughput=5MB/sec 2024-07-27T18:46:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:30 smithi029 ceph-mon[96870]: pgmap v1581: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:46:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:30 smithi029 ceph-mon[99353]: pgmap v1581: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:46:31.994 INFO:tasks.workunit.client.0.smithi029.stdout: 350: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:31.994 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0QwV8YMq03Pag-U off=4514017 len=1566916 2024-07-27T18:46:32.001 INFO:tasks.workunit.client.0.smithi029.stdout:op 1731 completed, throughput=4.99MB/sec 2024-07-27T18:46:32.001 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ETeuRzQgZ35uRwf off=3257240 len=186140 2024-07-27T18:46:32.003 INFO:tasks.workunit.client.0.smithi029.stdout:op 1732 completed, throughput=4.99MB/sec 2024-07-27T18:46:32.004 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xtdEht_RfI4Jk8z off=8103364 len=564831 2024-07-27T18:46:32.005 INFO:tasks.workunit.client.0.smithi029.stdout:op 1733 completed, throughput=4.99MB/sec 2024-07-27T18:46:32.005 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6QhKoeoij1iJg78 off=15732189 len=181058 2024-07-27T18:46:32.006 INFO:tasks.workunit.client.0.smithi029.stdout:op 1734 completed, throughput=5MB/sec 2024-07-27T18:46:32.006 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gUq7SZhlRw7zfKU off=6514782 len=2046122 2024-07-27T18:46:32.007 INFO:tasks.workunit.client.0.smithi029.stdout:op 1735 completed, throughput=5MB/sec 2024-07-27T18:46:32.632 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:46:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:46:32] "GET /metrics HTTP/1.1" 200 34033 "" "Prometheus/2.43.0" 2024-07-27T18:46:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:32 smithi179 ceph-mon[89801]: pgmap v1582: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:46:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:32 smithi029 ceph-mon[96870]: pgmap v1582: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:46:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:32 smithi029 ceph-mon[99353]: pgmap v1582: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:46:33.007 INFO:tasks.workunit.client.0.smithi029.stdout: 351: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:33.007 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-x_xaVRzw8aMRDLK off=7605350 len=201341 2024-07-27T18:46:33.007 INFO:tasks.workunit.client.0.smithi029.stdout:op 1736 completed, throughput=4.99MB/sec 2024-07-27T18:46:33.007 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9eTSb1YQlzHkR2f off=2774365 len=1660546 2024-07-27T18:46:33.017 INFO:tasks.workunit.client.0.smithi029.stdout:op 1737 completed, throughput=4.99MB/sec 2024-07-27T18:46:33.017 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7IvIKRhLU7Va6r5 off=2241984 len=57067 2024-07-27T18:46:33.019 INFO:tasks.workunit.client.0.smithi029.stdout:op 1738 completed, throughput=4.99MB/sec 2024-07-27T18:46:33.019 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KhGmHhA7ddw_qsX off=3372474 len=154282 2024-07-27T18:46:33.020 INFO:tasks.workunit.client.0.smithi029.stdout:op 1739 completed, throughput=4.99MB/sec 2024-07-27T18:46:33.020 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0mKjN4F8zsTkwwx off=9576471 len=1942437 2024-07-27T18:46:33.028 INFO:tasks.workunit.client.0.smithi029.stdout:op 1740 completed, throughput=5MB/sec 2024-07-27T18:46:33.028 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nogTp7dbL4Zej0h off=14777601 len=148753 2024-07-27T18:46:33.028 INFO:tasks.workunit.client.0.smithi029.stdout:op 1741 completed, throughput=5MB/sec 2024-07-27T18:46:33.029 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-U5id7r41szNeiWQ off=313816 len=854147 2024-07-27T18:46:33.032 INFO:tasks.workunit.client.0.smithi029.stdout:op 1742 completed, throughput=5MB/sec 2024-07-27T18:46:33.032 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TeiogW3xN1Nh_pw off=15074217 len=1962265 2024-07-27T18:46:33.036 INFO:tasks.workunit.client.0.smithi029.stdout:op 1743 completed, throughput=5MB/sec 2024-07-27T18:46:34.036 INFO:tasks.workunit.client.0.smithi029.stdout: 352: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:34.036 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-H9knmhqKFEs_MS8 off=15684453 len=1649930 2024-07-27T18:46:34.038 INFO:tasks.workunit.client.0.smithi029.stdout:op 1744 completed, throughput=5MB/sec 2024-07-27T18:46:34.038 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-d_PHo4kDXfdG8dG off=2441246 len=600227 2024-07-27T18:46:34.043 INFO:tasks.workunit.client.0.smithi029.stdout:op 1745 completed, throughput=5MB/sec 2024-07-27T18:46:34.043 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LxUrOlzRoJhq_St off=605689 len=676790 2024-07-27T18:46:34.047 INFO:tasks.workunit.client.0.smithi029.stdout:op 1746 completed, throughput=5MB/sec 2024-07-27T18:46:34.047 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lWR10SMgBJg0quN off=6277306 len=532443 2024-07-27T18:46:34.051 INFO:tasks.workunit.client.0.smithi029.stdout:op 1747 completed, throughput=5MB/sec 2024-07-27T18:46:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:34 smithi179 ceph-mon[89801]: pgmap v1583: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:46:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:34 smithi029 ceph-mon[96870]: pgmap v1583: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:46:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:34 smithi029 ceph-mon[99353]: pgmap v1583: 105 pgs: 105 active+clean; 127 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:46:35.051 INFO:tasks.workunit.client.0.smithi029.stdout: 353: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:35.051 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gQZItdsEcpdIMDo off=1239167 len=2184 2024-07-27T18:46:35.052 INFO:tasks.workunit.client.0.smithi029.stdout:op 1748 completed, throughput=4.99MB/sec 2024-07-27T18:46:35.052 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZMKsQ-ybWtmAUir off=7703691 len=198899 2024-07-27T18:46:35.055 INFO:tasks.workunit.client.0.smithi029.stdout:op 1749 completed, throughput=4.99MB/sec 2024-07-27T18:46:35.055 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jxKPqRtcYb2lhZ3 off=963498 len=733634 2024-07-27T18:46:35.059 INFO:tasks.workunit.client.0.smithi029.stdout:op 1750 completed, throughput=4.99MB/sec 2024-07-27T18:46:35.059 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-q3-Nn4lwe5hZif9 off=17435232 len=2096674 2024-07-27T18:46:35.062 INFO:tasks.workunit.client.0.smithi029.stdout:op 1751 completed, throughput=4.99MB/sec 2024-07-27T18:46:35.062 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6QhKoeoij1iJg78 off=15178297 len=1012953 2024-07-27T18:46:35.064 INFO:tasks.workunit.client.0.smithi029.stdout:op 1752 completed, throughput=5MB/sec 2024-07-27T18:46:35.064 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wz67Zvser1L3e11 off=5187577 len=1156205 2024-07-27T18:46:35.070 INFO:tasks.workunit.client.0.smithi029.stdout:op 1753 completed, throughput=5MB/sec 2024-07-27T18:46:35.070 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nOMUs9TFvQlf94Z off=3068315 len=2042625 2024-07-27T18:46:35.072 INFO:tasks.workunit.client.0.smithi029.stdout:op 1754 completed, throughput=5.01MB/sec 2024-07-27T18:46:36.072 INFO:tasks.workunit.client.0.smithi029.stdout: 354: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:36.072 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-09QM8ogbQCNiSPI off=8585739 len=431063 2024-07-27T18:46:36.073 INFO:tasks.workunit.client.0.smithi029.stdout:op 1755 completed, throughput=4.99MB/sec 2024-07-27T18:46:36.073 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gc4Bt5xbnYTpSTB off=22571093 len=8379 2024-07-27T18:46:36.074 INFO:tasks.workunit.client.0.smithi029.stdout:op 1756 completed, throughput=4.99MB/sec 2024-07-27T18:46:36.074 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oGG9h4mz6CqC97C off=1052010 len=1647517 2024-07-27T18:46:36.076 INFO:tasks.workunit.client.0.smithi029.stdout:op 1757 completed, throughput=5MB/sec 2024-07-27T18:46:36.076 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--n8Pb5IuukEkkv_ off=7334533 len=371557 2024-07-27T18:46:36.079 INFO:tasks.workunit.client.0.smithi029.stdout:op 1758 completed, throughput=5MB/sec 2024-07-27T18:46:36.080 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e17Dlp3BUzw5qqb off=159187 len=1015349 2024-07-27T18:46:36.081 INFO:tasks.workunit.client.0.smithi029.stdout:op 1759 completed, throughput=5MB/sec 2024-07-27T18:46:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:36 smithi179 ceph-mon[89801]: pgmap v1584: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.6 MiB/s wr, 5 op/s 2024-07-27T18:46:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:36 smithi029 ceph-mon[96870]: pgmap v1584: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.6 MiB/s wr, 5 op/s 2024-07-27T18:46:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:36 smithi029 ceph-mon[99353]: pgmap v1584: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.6 MiB/s wr, 5 op/s 2024-07-27T18:46:37.081 INFO:tasks.workunit.client.0.smithi029.stdout: 355: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:37.081 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ilzHO1jb_0VVH_5 off=10999044 len=510934 2024-07-27T18:46:37.085 INFO:tasks.workunit.client.0.smithi029.stdout:op 1760 completed, throughput=4.99MB/sec 2024-07-27T18:46:37.085 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1PibGQHCg17pWKS off=7208643 len=732386 2024-07-27T18:46:37.090 INFO:tasks.workunit.client.0.smithi029.stdout:op 1761 completed, throughput=4.99MB/sec 2024-07-27T18:46:37.090 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-y9by5El46G_dkIA off=14726890 len=1787181 2024-07-27T18:46:37.097 INFO:tasks.workunit.client.0.smithi029.stdout:op 1762 completed, throughput=4.99MB/sec 2024-07-27T18:46:37.097 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--eU7HORQvEf9fB6 off=9082590 len=2072036 2024-07-27T18:46:37.101 INFO:tasks.workunit.client.0.smithi029.stdout:op 1763 completed, throughput=5MB/sec 2024-07-27T18:46:37.101 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OWOrXmpotev_y0D off=15493545 len=1254029 2024-07-27T18:46:37.107 INFO:tasks.workunit.client.0.smithi029.stdout:op 1764 completed, throughput=5MB/sec 2024-07-27T18:46:38.107 INFO:tasks.workunit.client.0.smithi029.stdout: 356: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:38.108 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mi8KwoWKw3ELYgn off=2237151 len=7915 2024-07-27T18:46:38.108 INFO:tasks.workunit.client.0.smithi029.stdout:op 1765 completed, throughput=4.99MB/sec 2024-07-27T18:46:38.108 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5AaECdxsC2RhnY6 off=1403397 len=1929755 2024-07-27T18:46:38.117 INFO:tasks.workunit.client.0.smithi029.stdout:op 1766 completed, throughput=4.99MB/sec 2024-07-27T18:46:38.117 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uA8TVaX5UN4HO5Q off=15476051 len=1418503 2024-07-27T18:46:38.127 INFO:tasks.workunit.client.0.smithi029.stdout:op 1767 completed, throughput=5MB/sec 2024-07-27T18:46:38.127 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_Jvlyntu8nExGZX off=6339660 len=1106983 2024-07-27T18:46:38.128 INFO:tasks.workunit.client.0.smithi029.stdout:op 1768 completed, throughput=5MB/sec 2024-07-27T18:46:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:38 smithi179 ceph-mon[89801]: pgmap v1585: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.6 MiB/s rd, 3.2 MiB/s wr, 4 op/s 2024-07-27T18:46:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:38 smithi029 ceph-mon[96870]: pgmap v1585: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.6 MiB/s rd, 3.2 MiB/s wr, 4 op/s 2024-07-27T18:46:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:38 smithi029 ceph-mon[99353]: pgmap v1585: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.6 MiB/s rd, 3.2 MiB/s wr, 4 op/s 2024-07-27T18:46:39.128 INFO:tasks.workunit.client.0.smithi029.stdout: 357: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:39.128 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kV4X8YYi9oAr25X off=1681843 len=235492 2024-07-27T18:46:39.131 INFO:tasks.workunit.client.0.smithi029.stdout:op 1769 completed, throughput=4.99MB/sec 2024-07-27T18:46:39.132 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eoNgtQ6ePm2KkXA off=3562974 len=1985855 2024-07-27T18:46:39.141 INFO:tasks.workunit.client.0.smithi029.stdout:op 1770 completed, throughput=4.99MB/sec 2024-07-27T18:46:39.141 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sgTo3RT5-afOVv8 off=11464775 len=1996324 2024-07-27T18:46:39.143 INFO:tasks.workunit.client.0.smithi029.stdout:op 1771 completed, throughput=5MB/sec 2024-07-27T18:46:39.143 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-j9apITnOTIOEa_t off=1586386 len=1245222 2024-07-27T18:46:39.146 INFO:tasks.workunit.client.0.smithi029.stdout:op 1772 completed, throughput=5MB/sec 2024-07-27T18:46:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:46:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:46:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:46:40.146 INFO:tasks.workunit.client.0.smithi029.stdout: 358: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:40.146 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LDqC2izpu2JHd28 off=12247434 len=1787163 2024-07-27T18:46:40.153 INFO:tasks.workunit.client.0.smithi029.stdout:op 1773 completed, throughput=4.99MB/sec 2024-07-27T18:46:40.153 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yufvKjmdhZTwU3U off=1349980 len=541410 2024-07-27T18:46:40.157 INFO:tasks.workunit.client.0.smithi029.stdout:op 1774 completed, throughput=4.99MB/sec 2024-07-27T18:46:40.157 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ek_DW6P0h_DGgFE off=1410118 len=555181 2024-07-27T18:46:40.158 INFO:tasks.workunit.client.0.smithi029.stdout:op 1775 completed, throughput=4.99MB/sec 2024-07-27T18:46:40.158 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PxzNMhYzLAayD_W off=11115203 len=602560 2024-07-27T18:46:40.162 INFO:tasks.workunit.client.0.smithi029.stdout:op 1776 completed, throughput=5MB/sec 2024-07-27T18:46:40.163 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ImedKO__mQdmh-B off=428803 len=1419830 2024-07-27T18:46:40.164 INFO:tasks.workunit.client.0.smithi029.stdout:op 1777 completed, throughput=5MB/sec 2024-07-27T18:46:40.164 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LXQRwjYDDddZ7fc off=5140492 len=1684647 2024-07-27T18:46:40.168 INFO:tasks.workunit.client.0.smithi029.stdout:op 1778 completed, throughput=5MB/sec 2024-07-27T18:46:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:40 smithi179 ceph-mon[89801]: pgmap v1586: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:46:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:40 smithi029 ceph-mon[96870]: pgmap v1586: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:46:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:40 smithi029 ceph-mon[99353]: pgmap v1586: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:46:41.168 INFO:tasks.workunit.client.0.smithi029.stdout: 359: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:41.168 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sZRh-96Ry8fD4pr off=481106 len=417291 2024-07-27T18:46:41.172 INFO:tasks.workunit.client.0.smithi029.stdout:op 1779 completed, throughput=4.99MB/sec 2024-07-27T18:46:41.172 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WdLiwhyN8VvqrYW off=6712356 len=1628617 2024-07-27T18:46:41.174 INFO:tasks.workunit.client.0.smithi029.stdout:op 1780 completed, throughput=5MB/sec 2024-07-27T18:46:41.174 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6JH08kFqd2vLgkB off=13672764 len=1636960 2024-07-27T18:46:41.184 INFO:tasks.workunit.client.0.smithi029.stdout:op 1781 completed, throughput=5MB/sec 2024-07-27T18:46:41.184 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TPIOGlNoo2UJMle off=4104188 len=1156508 2024-07-27T18:46:41.185 INFO:tasks.workunit.client.0.smithi029.stdout:op 1782 completed, throughput=5MB/sec 2024-07-27T18:46:42.186 INFO:tasks.workunit.client.0.smithi029.stdout: 360: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:42.186 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lh70nym_HEwOrND off=2756126 len=614212 2024-07-27T18:46:42.190 INFO:tasks.workunit.client.0.smithi029.stdout:op 1783 completed, throughput=4.99MB/sec 2024-07-27T18:46:42.190 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ogyOPCqnUvN9IYA off=11822355 len=508088 2024-07-27T18:46:42.191 INFO:tasks.workunit.client.0.smithi029.stdout:op 1784 completed, throughput=4.99MB/sec 2024-07-27T18:46:42.191 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NHVq0WpCxQLTGbk off=7679599 len=357472 2024-07-27T18:46:42.195 INFO:tasks.workunit.client.0.smithi029.stdout:op 1785 completed, throughput=4.99MB/sec 2024-07-27T18:46:42.195 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IEROkuvEjUn2Rgz off=3502267 len=656463 2024-07-27T18:46:42.196 INFO:tasks.workunit.client.0.smithi029.stdout:op 1786 completed, throughput=4.99MB/sec 2024-07-27T18:46:42.197 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GOHowy-RCxtP4Wi off=2253983 len=1498668 2024-07-27T18:46:42.198 INFO:tasks.workunit.client.0.smithi029.stdout:op 1787 completed, throughput=5MB/sec 2024-07-27T18:46:42.198 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VIgAU3uNTUKUvML off=9985193 len=1274953 2024-07-27T18:46:42.203 INFO:tasks.workunit.client.0.smithi029.stdout:op 1788 completed, throughput=5MB/sec 2024-07-27T18:46:42.650 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:46:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:46:42] "GET /metrics HTTP/1.1" 200 34031 "" "Prometheus/2.43.0" 2024-07-27T18:46:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:42 smithi179 ceph-mon[89801]: pgmap v1587: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:46:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:42 smithi029 ceph-mon[96870]: pgmap v1587: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:46:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:42 smithi029 ceph-mon[99353]: pgmap v1587: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:46:43.203 INFO:tasks.workunit.client.0.smithi029.stdout: 361: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:43.203 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-d9ilJVik71DN61F off=1269380 len=1942336 2024-07-27T18:46:43.207 INFO:tasks.workunit.client.0.smithi029.stdout:op 1789 completed, throughput=4.99MB/sec 2024-07-27T18:46:43.207 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cf3apDRAY8YmXDD off=2146636 len=1676366 2024-07-27T18:46:43.217 INFO:tasks.workunit.client.0.smithi029.stdout:op 1790 completed, throughput=5MB/sec 2024-07-27T18:46:43.217 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ty43xkAD0aPzeqR off=11807849 len=1364468 2024-07-27T18:46:43.218 INFO:tasks.workunit.client.0.smithi029.stdout:op 1791 completed, throughput=5MB/sec 2024-07-27T18:46:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:43 smithi029 ceph-mon[96870]: pgmap v1588: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:46:44.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:43 smithi029 ceph-mon[99353]: pgmap v1588: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:46:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:43 smithi179 ceph-mon[89801]: pgmap v1588: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:46:44.218 INFO:tasks.workunit.client.0.smithi029.stdout: 362: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:44.218 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5ocRKtidt37SsAV off=10161011 len=1263886 2024-07-27T18:46:44.220 INFO:tasks.workunit.client.0.smithi029.stdout:op 1792 completed, throughput=4.99MB/sec 2024-07-27T18:46:44.220 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UAc2dQ-UCQpzuYX off=12643321 len=89863 2024-07-27T18:46:44.223 INFO:tasks.workunit.client.0.smithi029.stdout:op 1793 completed, throughput=4.99MB/sec 2024-07-27T18:46:44.223 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0aPNMjFyaw74oid off=3166702 len=1852048 2024-07-27T18:46:44.225 INFO:tasks.workunit.client.0.smithi029.stdout:op 1794 completed, throughput=5MB/sec 2024-07-27T18:46:44.225 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JlfXoHiaw3rBc-_ off=748609 len=1674956 2024-07-27T18:46:44.227 INFO:tasks.workunit.client.0.smithi029.stdout:op 1795 completed, throughput=5MB/sec 2024-07-27T18:46:44.227 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--VnHZjg9mDTnL0B off=873813 len=1917403 2024-07-27T18:46:44.229 INFO:tasks.workunit.client.0.smithi029.stdout:op 1796 completed, throughput=5MB/sec 2024-07-27T18:46:45.230 INFO:tasks.workunit.client.0.smithi029.stdout: 363: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:45.230 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0yusKmkSVPL_vrl off=15915647 len=1213825 2024-07-27T18:46:45.233 INFO:tasks.workunit.client.0.smithi029.stdout:op 1797 completed, throughput=4.99MB/sec 2024-07-27T18:46:45.233 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uFT4cirrZa0ifpI off=2451865 len=478757 2024-07-27T18:46:45.237 INFO:tasks.workunit.client.0.smithi029.stdout:op 1798 completed, throughput=5MB/sec 2024-07-27T18:46:45.237 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-a5H2wckGhw7wy2u off=477013 len=1455073 2024-07-27T18:46:45.240 INFO:tasks.workunit.client.0.smithi029.stdout:op 1799 completed, throughput=5MB/sec 2024-07-27T18:46:45.240 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NxgXRZnPXlYc7p7 off=3120572 len=1294437 2024-07-27T18:46:45.246 INFO:tasks.workunit.client.0.smithi029.stdout:op 1800 completed, throughput=5MB/sec 2024-07-27T18:46:46.247 INFO:tasks.workunit.client.0.smithi029.stdout: 364: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:46.247 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iou5kQ9fLFCyJB0 off=8320935 len=892004 2024-07-27T18:46:46.251 INFO:tasks.workunit.client.0.smithi029.stdout:op 1801 completed, throughput=4.99MB/sec 2024-07-27T18:46:46.251 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oPqM0R7Gtyc42NZ off=1196921 len=834807 2024-07-27T18:46:46.254 INFO:tasks.workunit.client.0.smithi029.stdout:op 1802 completed, throughput=4.99MB/sec 2024-07-27T18:46:46.254 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-08b0u76gmVVTVhh off=3397583 len=111008 2024-07-27T18:46:46.256 INFO:tasks.workunit.client.0.smithi029.stdout:op 1803 completed, throughput=4.99MB/sec 2024-07-27T18:46:46.256 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rxzLWKvsgW1CaSX off=13384234 len=1939772 2024-07-27T18:46:46.263 INFO:tasks.workunit.client.0.smithi029.stdout:op 1804 completed, throughput=5MB/sec 2024-07-27T18:46:46.263 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_it7thdYrKk-2lZ off=13935562 len=280370 2024-07-27T18:46:46.264 INFO:tasks.workunit.client.0.smithi029.stdout:op 1805 completed, throughput=5MB/sec 2024-07-27T18:46:46.264 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zZTrsA3QPhhsn7e off=3483296 len=1166134 2024-07-27T18:46:46.270 INFO:tasks.workunit.client.0.smithi029.stdout:op 1806 completed, throughput=5MB/sec 2024-07-27T18:46:46.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:46 smithi179 ceph-mon[89801]: pgmap v1589: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:46:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:46 smithi029 ceph-mon[96870]: pgmap v1589: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:46:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:46 smithi029 ceph-mon[99353]: pgmap v1589: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:46:47.271 INFO:tasks.workunit.client.0.smithi029.stdout: 365: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:47.271 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CUv4wgCXLnPeYhx off=4201674 len=560564 2024-07-27T18:46:47.276 INFO:tasks.workunit.client.0.smithi029.stdout:op 1807 completed, throughput=4.99MB/sec 2024-07-27T18:46:47.276 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-U8rrxZK72BVdlPa off=8084698 len=1509639 2024-07-27T18:46:47.279 INFO:tasks.workunit.client.0.smithi029.stdout:op 1808 completed, throughput=4.99MB/sec 2024-07-27T18:46:47.279 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UiMUALHo8BTKGcl off=10051037 len=1660274 2024-07-27T18:46:47.286 INFO:tasks.workunit.client.0.smithi029.stdout:op 1809 completed, throughput=5MB/sec 2024-07-27T18:46:47.286 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1C3mGJ51UvXLOqg off=629221 len=1110715 2024-07-27T18:46:47.288 INFO:tasks.workunit.client.0.smithi029.stdout:op 1810 completed, throughput=5MB/sec 2024-07-27T18:46:48.288 INFO:tasks.workunit.client.0.smithi029.stdout: 366: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:48.288 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tazSP_lYcsXKLEo off=9335122 len=942281 2024-07-27T18:46:48.293 INFO:tasks.workunit.client.0.smithi029.stdout:op 1811 completed, throughput=4.99MB/sec 2024-07-27T18:46:48.293 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R-GW4Mos1wSuXFc off=268793 len=723869 2024-07-27T18:46:48.294 INFO:tasks.workunit.client.0.smithi029.stdout:op 1812 completed, throughput=4.99MB/sec 2024-07-27T18:46:48.295 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JuYCwuzTSBkeWV2 off=7756668 len=368681 2024-07-27T18:46:48.299 INFO:tasks.workunit.client.0.smithi029.stdout:op 1813 completed, throughput=4.99MB/sec 2024-07-27T18:46:48.299 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v6mWZnO569_YN5B off=16159435 len=1237192 2024-07-27T18:46:48.299 INFO:tasks.workunit.client.0.smithi029.stdout:op 1814 completed, throughput=5MB/sec 2024-07-27T18:46:48.300 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8ii9DML3dZGQXYd off=2026552 len=907837 2024-07-27T18:46:48.301 INFO:tasks.workunit.client.0.smithi029.stdout:op 1815 completed, throughput=5MB/sec 2024-07-27T18:46:48.302 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fdjTTTBVptwmmkN off=1846866 len=1644155 2024-07-27T18:46:48.303 INFO:tasks.workunit.client.0.smithi029.stdout:op 1816 completed, throughput=5MB/sec 2024-07-27T18:46:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:48 smithi179 ceph-mon[89801]: pgmap v1590: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.6 MiB/s wr, 3 op/s 2024-07-27T18:46:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:48 smithi029 ceph-mon[96870]: pgmap v1590: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.6 MiB/s wr, 3 op/s 2024-07-27T18:46:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:48 smithi029 ceph-mon[99353]: pgmap v1590: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.6 MiB/s wr, 3 op/s 2024-07-27T18:46:49.304 INFO:tasks.workunit.client.0.smithi029.stdout: 367: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JkZaMHVYDIZVyGl off=5994563 len=520553 2024-07-27T18:46:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:op 1817 completed, throughput=4.99MB/sec 2024-07-27T18:46:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-U46KT9EN2YgtqdQ off=14802261 len=829154 2024-07-27T18:46:49.306 INFO:tasks.workunit.client.0.smithi029.stdout:op 1818 completed, throughput=4.99MB/sec 2024-07-27T18:46:49.306 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eojbl-bKoPaqkVv off=1521473 len=782525 2024-07-27T18:46:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:op 1819 completed, throughput=4.99MB/sec 2024-07-27T18:46:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mEkma_PokCyepEY off=12728953 len=1864919 2024-07-27T18:46:49.311 INFO:tasks.workunit.client.0.smithi029.stdout:op 1820 completed, throughput=5MB/sec 2024-07-27T18:46:49.311 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-y-HeK7eXHnwonj0 off=1447459 len=2042082 2024-07-27T18:46:49.323 INFO:tasks.workunit.client.0.smithi029.stdout:op 1821 completed, throughput=5MB/sec 2024-07-27T18:46:50.324 INFO:tasks.workunit.client.0.smithi029.stdout: 368: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:50.324 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TDA4qDHwssZOYsr off=21520118 len=2038905 2024-07-27T18:46:50.327 INFO:tasks.workunit.client.0.smithi029.stdout:op 1822 completed, throughput=5MB/sec 2024-07-27T18:46:50.327 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PxzNMhYzLAayD_W off=5554086 len=1187969 2024-07-27T18:46:50.335 INFO:tasks.workunit.client.0.smithi029.stdout:op 1823 completed, throughput=5MB/sec 2024-07-27T18:46:50.335 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OEHruaasB-Pjbaf off=1324720 len=1295744 2024-07-27T18:46:50.337 INFO:tasks.workunit.client.0.smithi029.stdout:op 1824 completed, throughput=5MB/sec 2024-07-27T18:46:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:50 smithi179 ceph-mon[89801]: pgmap v1591: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:46:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:50 smithi029 ceph-mon[96870]: pgmap v1591: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:46:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:50 smithi029 ceph-mon[99353]: pgmap v1591: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:46:51.337 INFO:tasks.workunit.client.0.smithi029.stdout: 369: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:51.337 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZLVWsVFFImYopFp off=1689942 len=1108442 2024-07-27T18:46:51.339 INFO:tasks.workunit.client.0.smithi029.stdout:op 1825 completed, throughput=4.99MB/sec 2024-07-27T18:46:51.339 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--2GpfFIFaPQru-T off=1641999 len=639235 2024-07-27T18:46:51.343 INFO:tasks.workunit.client.0.smithi029.stdout:op 1826 completed, throughput=4.99MB/sec 2024-07-27T18:46:51.343 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mZg1_Kd2LhgqwHK off=5698124 len=1869433 2024-07-27T18:46:51.345 INFO:tasks.workunit.client.0.smithi029.stdout:op 1827 completed, throughput=5MB/sec 2024-07-27T18:46:51.345 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gDekn3ZaXpLqP34 off=10058133 len=1714212 2024-07-27T18:46:51.352 INFO:tasks.workunit.client.0.smithi029.stdout:op 1828 completed, throughput=5MB/sec 2024-07-27T18:46:52.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:52 smithi029 ceph-mon[96870]: pgmap v1592: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 3 op/s 2024-07-27T18:46:52.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:52 smithi029 ceph-mon[99353]: pgmap v1592: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 3 op/s 2024-07-27T18:46:52.352 INFO:tasks.workunit.client.0.smithi029.stdout: 370: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:52.352 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cJ4AaApNjCTpeif off=16351310 len=1056648 2024-07-27T18:46:52.358 INFO:tasks.workunit.client.0.smithi029.stdout:op 1829 completed, throughput=4.99MB/sec 2024-07-27T18:46:52.358 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JQVBAltugEVvHgf off=8793597 len=537116 2024-07-27T18:46:52.362 INFO:tasks.workunit.client.0.smithi029.stdout:op 1830 completed, throughput=4.99MB/sec 2024-07-27T18:46:52.362 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cCTX3YzgoEe8pYi off=22829419 len=1566238 2024-07-27T18:46:52.371 INFO:tasks.workunit.client.0.smithi029.stdout:op 1831 completed, throughput=5MB/sec 2024-07-27T18:46:52.371 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SXUSwt-QxFlAPuw off=16061661 len=760264 2024-07-27T18:46:52.372 INFO:tasks.workunit.client.0.smithi029.stdout:op 1832 completed, throughput=5MB/sec 2024-07-27T18:46:52.372 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eH_uaCKrRAB3f3c off=1135537 len=1152236 2024-07-27T18:46:52.379 INFO:tasks.workunit.client.0.smithi029.stdout:op 1833 completed, throughput=5MB/sec 2024-07-27T18:46:52.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:52 smithi179 ceph-mon[89801]: pgmap v1592: 105 pgs: 105 active+clean; 127 GiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 3 op/s 2024-07-27T18:46:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:46:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:46:52] "GET /metrics HTTP/1.1" 200 34031 "" "Prometheus/2.43.0" 2024-07-27T18:46:53.380 INFO:tasks.workunit.client.0.smithi029.stdout: 371: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:53.380 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xlVhS-deRpH33z- off=11931935 len=1981336 2024-07-27T18:46:53.387 INFO:tasks.workunit.client.0.smithi029.stdout:op 1834 completed, throughput=4.99MB/sec 2024-07-27T18:46:53.387 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ufr4qiYdGXK-q4o off=9126569 len=804774 2024-07-27T18:46:53.393 INFO:tasks.workunit.client.0.smithi029.stdout:op 1835 completed, throughput=4.99MB/sec 2024-07-27T18:46:53.393 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9JOhH8YWM8-zL6s off=3277296 len=994448 2024-07-27T18:46:53.397 INFO:tasks.workunit.client.0.smithi029.stdout:op 1836 completed, throughput=5MB/sec 2024-07-27T18:46:53.397 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pbiBf2k8MQUqlio off=30977 len=1319683 2024-07-27T18:46:53.398 INFO:tasks.workunit.client.0.smithi029.stdout:op 1837 completed, throughput=5MB/sec 2024-07-27T18:46:54.399 INFO:tasks.workunit.client.0.smithi029.stdout: 372: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:54.399 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PnpQpBOZyrbPCta off=6631929 len=1411187 2024-07-27T18:46:54.409 INFO:tasks.workunit.client.0.smithi029.stdout:op 1838 completed, throughput=4.99MB/sec 2024-07-27T18:46:54.409 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HKU1n3sz7_9nnZb off=8270667 len=1980337 2024-07-27T18:46:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:54 smithi179 ceph-mon[89801]: pgmap v1593: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:46:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:46:54.420 INFO:tasks.workunit.client.0.smithi029.stdout:op 1839 completed, throughput=5MB/sec 2024-07-27T18:46:54.420 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zB9pASRHcnRtVmJ off=2277674 len=563805 2024-07-27T18:46:54.424 INFO:tasks.workunit.client.0.smithi029.stdout:op 1840 completed, throughput=5MB/sec 2024-07-27T18:46:54.424 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eu_gfp8JJBhHg-J off=2770834 len=2069528 2024-07-27T18:46:54.427 INFO:tasks.workunit.client.0.smithi029.stdout:op 1841 completed, throughput=5MB/sec 2024-07-27T18:46:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:54 smithi029 ceph-mon[99353]: pgmap v1593: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:46:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:46:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:54 smithi029 ceph-mon[96870]: pgmap v1593: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:46:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:46:55.428 INFO:tasks.workunit.client.0.smithi029.stdout: 373: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:55.428 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lRMidQvFp2Ou2xl off=2698023 len=1885453 2024-07-27T18:46:55.432 INFO:tasks.workunit.client.0.smithi029.stdout:op 1842 completed, throughput=4.99MB/sec 2024-07-27T18:46:55.432 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jQH548GDwObE7Gu off=3912323 len=2042692 2024-07-27T18:46:55.444 INFO:tasks.workunit.client.0.smithi029.stdout:op 1843 completed, throughput=5MB/sec 2024-07-27T18:46:55.445 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-k6vh_Z68TTOouob off=159640 len=1695504 2024-07-27T18:46:55.454 INFO:tasks.workunit.client.0.smithi029.stdout:op 1844 completed, throughput=5MB/sec 2024-07-27T18:46:56.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:56 smithi179 ceph-mon[89801]: pgmap v1594: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 3.3 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:46:56.454 INFO:tasks.workunit.client.0.smithi029.stdout: 374: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:56.455 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Xo8JrgnI1ol4101 off=12122825 len=337404 2024-07-27T18:46:56.455 INFO:tasks.workunit.client.0.smithi029.stdout:op 1845 completed, throughput=4.99MB/sec 2024-07-27T18:46:56.455 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pTaeHTYch3PuQC5 off=7254483 len=174898 2024-07-27T18:46:56.456 INFO:tasks.workunit.client.0.smithi029.stdout:op 1846 completed, throughput=4.99MB/sec 2024-07-27T18:46:56.456 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8TFBEO7YH_aA4A- off=547938 len=1060704 2024-07-27T18:46:56.462 INFO:tasks.workunit.client.0.smithi029.stdout:op 1847 completed, throughput=4.99MB/sec 2024-07-27T18:46:56.462 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7FjvQteaG_a5BE5 off=4558362 len=1059831 2024-07-27T18:46:56.468 INFO:tasks.workunit.client.0.smithi029.stdout:op 1848 completed, throughput=5MB/sec 2024-07-27T18:46:56.468 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-V4NOCFMyw45mY3r off=0 len=1373334 2024-07-27T18:46:56.469 INFO:tasks.workunit.client.0.smithi029.stdout:op 1849 completed, throughput=5MB/sec 2024-07-27T18:46:56.469 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1hPpP_IiWfw1CUh off=8598031 len=33270 2024-07-27T18:46:56.470 INFO:tasks.workunit.client.0.smithi029.stdout:op 1850 completed, throughput=5MB/sec 2024-07-27T18:46:56.470 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n224Tx8MXzoqHnJ off=4059266 len=891350 2024-07-27T18:46:56.475 INFO:tasks.workunit.client.0.smithi029.stdout:op 1851 completed, throughput=5MB/sec 2024-07-27T18:46:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:56 smithi029 ceph-mon[96870]: pgmap v1594: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 3.3 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:46:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:56 smithi029 ceph-mon[99353]: pgmap v1594: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 3.3 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:46:57.475 INFO:tasks.workunit.client.0.smithi029.stdout: 375: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:57.476 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4hQvXK3WnLWKt6T off=120191 len=1229474 2024-07-27T18:46:57.477 INFO:tasks.workunit.client.0.smithi029.stdout:op 1852 completed, throughput=4.99MB/sec 2024-07-27T18:46:57.477 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ca5Pu5pSrzXE_6h off=1564817 len=1677949 2024-07-27T18:46:57.486 INFO:tasks.workunit.client.0.smithi029.stdout:op 1853 completed, throughput=5MB/sec 2024-07-27T18:46:57.486 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-T_B76tYcbURqH4w off=10831864 len=1677002 2024-07-27T18:46:57.493 INFO:tasks.workunit.client.0.smithi029.stdout:op 1854 completed, throughput=5MB/sec 2024-07-27T18:46:57.493 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O3XvAXsZItECOx7 off=1307213 len=254331 2024-07-27T18:46:57.493 INFO:tasks.workunit.client.0.smithi029.stdout:op 1855 completed, throughput=5MB/sec 2024-07-27T18:46:58.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:46:58 smithi029 ceph-mon[96870]: pgmap v1595: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 3 op/s 2024-07-27T18:46:58.304 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:46:58 smithi029 ceph-mon[99353]: pgmap v1595: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 3 op/s 2024-07-27T18:46:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:46:58 smithi179 ceph-mon[89801]: pgmap v1595: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 3 op/s 2024-07-27T18:46:58.494 INFO:tasks.workunit.client.0.smithi029.stdout: 376: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:58.494 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-01Jworjo9DOgcWk off=2954374 len=64348 2024-07-27T18:46:58.495 INFO:tasks.workunit.client.0.smithi029.stdout:op 1856 completed, throughput=4.99MB/sec 2024-07-27T18:46:58.495 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5R9NwjqR5lzPDnB off=5254803 len=801305 2024-07-27T18:46:58.499 INFO:tasks.workunit.client.0.smithi029.stdout:op 1857 completed, throughput=4.99MB/sec 2024-07-27T18:46:58.499 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VnD26G6WGKG4AER off=4045331 len=1899346 2024-07-27T18:46:58.504 INFO:tasks.workunit.client.0.smithi029.stdout:op 1858 completed, throughput=4.99MB/sec 2024-07-27T18:46:58.504 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gtS0Bx72Hf-q_Ct off=852542 len=96250 2024-07-27T18:46:58.506 INFO:tasks.workunit.client.0.smithi029.stdout:op 1859 completed, throughput=4.99MB/sec 2024-07-27T18:46:58.507 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lfNyOjhJQFlrNzh off=1219680 len=1721764 2024-07-27T18:46:58.514 INFO:tasks.workunit.client.0.smithi029.stdout:op 1860 completed, throughput=5MB/sec 2024-07-27T18:46:58.514 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Uh4Cz9dc5tFGGl7 off=554622 len=831557 2024-07-27T18:46:58.518 INFO:tasks.workunit.client.0.smithi029.stdout:op 1861 completed, throughput=5MB/sec 2024-07-27T18:46:59.519 INFO:tasks.workunit.client.0.smithi029.stdout: 377: throughput=4.99MB/sec pending data=0 2024-07-27T18:46:59.519 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M6XSBPmaIKQEQa0 off=113949 len=1012479 2024-07-27T18:46:59.524 INFO:tasks.workunit.client.0.smithi029.stdout:op 1862 completed, throughput=4.99MB/sec 2024-07-27T18:46:59.524 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lUwLHLvKBkVoc0s off=3198206 len=148906 2024-07-27T18:46:59.525 INFO:tasks.workunit.client.0.smithi029.stdout:op 1863 completed, throughput=4.99MB/sec 2024-07-27T18:46:59.525 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Uzh8LGQ75FwjAdb off=669465 len=1517840 2024-07-27T18:46:59.527 INFO:tasks.workunit.client.0.smithi029.stdout:op 1864 completed, throughput=4.99MB/sec 2024-07-27T18:46:59.527 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yyWBPq0sONasBou off=2239000 len=373302 2024-07-27T18:46:59.530 INFO:tasks.workunit.client.0.smithi029.stdout:op 1865 completed, throughput=4.99MB/sec 2024-07-27T18:46:59.531 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oiuqqtp7w8qQY9E off=3535112 len=1318641 2024-07-27T18:46:59.537 INFO:tasks.workunit.client.0.smithi029.stdout:op 1866 completed, throughput=5MB/sec 2024-07-27T18:46:59.537 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-k-vFDDN5dxSRUc0 off=4563443 len=1651999 2024-07-27T18:46:59.539 INFO:tasks.workunit.client.0.smithi029.stdout:op 1867 completed, throughput=5MB/sec 2024-07-27T18:47:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:00 smithi179 ceph-mon[89801]: pgmap v1596: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:00 smithi029 ceph-mon[96870]: pgmap v1596: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:00 smithi029 ceph-mon[99353]: pgmap v1596: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:00.540 INFO:tasks.workunit.client.0.smithi029.stdout: 378: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:00.540 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DSpbnDa1Y2el7gr off=20235663 len=1474020 2024-07-27T18:47:00.542 INFO:tasks.workunit.client.0.smithi029.stdout:op 1868 completed, throughput=4.99MB/sec 2024-07-27T18:47:00.542 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-opnTCeFrpqARjb4 off=6215610 len=966101 2024-07-27T18:47:00.547 INFO:tasks.workunit.client.0.smithi029.stdout:op 1869 completed, throughput=4.99MB/sec 2024-07-27T18:47:00.547 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aKGHw1wt2SssksQ off=1135765 len=1045427 2024-07-27T18:47:00.553 INFO:tasks.workunit.client.0.smithi029.stdout:op 1870 completed, throughput=5MB/sec 2024-07-27T18:47:00.553 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aqYzkFql5w-H9yj off=9925590 len=1577454 2024-07-27T18:47:00.561 INFO:tasks.workunit.client.0.smithi029.stdout:op 1871 completed, throughput=5MB/sec 2024-07-27T18:47:01.562 INFO:tasks.workunit.client.0.smithi029.stdout: 379: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:01.562 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xQBAatsYkudl6rT off=0 len=1439089 2024-07-27T18:47:01.563 INFO:tasks.workunit.client.0.smithi029.stdout:op 1872 completed, throughput=4.99MB/sec 2024-07-27T18:47:01.564 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ao14_Bq7ohbWQIM off=4126450 len=60457 2024-07-27T18:47:01.566 INFO:tasks.workunit.client.0.smithi029.stdout:op 1873 completed, throughput=4.99MB/sec 2024-07-27T18:47:01.566 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KMlemxblqtsjXqy off=677715 len=1777002 2024-07-27T18:47:01.569 INFO:tasks.workunit.client.0.smithi029.stdout:op 1874 completed, throughput=5MB/sec 2024-07-27T18:47:01.569 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZraTa4Xfq2P6DHm off=2786746 len=1954597 2024-07-27T18:47:01.577 INFO:tasks.workunit.client.0.smithi029.stdout:op 1875 completed, throughput=5MB/sec 2024-07-27T18:47:02.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:02 smithi029 ceph-mon[96870]: pgmap v1597: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:47:02.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:02 smithi029 ceph-mon[99353]: pgmap v1597: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:47:02.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:02 smithi179 ceph-mon[89801]: pgmap v1597: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:47:02.577 INFO:tasks.workunit.client.0.smithi029.stdout: 380: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:02.577 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6L-GzvpsqaLX7yn off=7273529 len=635628 2024-07-27T18:47:02.579 INFO:tasks.workunit.client.0.smithi029.stdout:op 1876 completed, throughput=4.99MB/sec 2024-07-27T18:47:02.579 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-57hVCej-QRcNVSn off=615519 len=230016 2024-07-27T18:47:02.579 INFO:tasks.workunit.client.0.smithi029.stdout:op 1877 completed, throughput=4.99MB/sec 2024-07-27T18:47:02.580 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VTtwNoTYetQrl5n off=7198231 len=2023241 2024-07-27T18:47:02.582 INFO:tasks.workunit.client.0.smithi029.stdout:op 1878 completed, throughput=5MB/sec 2024-07-27T18:47:02.582 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y2aUI8c_pgNe2mq off=2135606 len=1858614 2024-07-27T18:47:02.590 INFO:tasks.workunit.client.0.smithi029.stdout:op 1879 completed, throughput=5MB/sec 2024-07-27T18:47:02.591 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wGIcBVbu3dLR927 off=1588290 len=754757 2024-07-27T18:47:02.594 INFO:tasks.workunit.client.0.smithi029.stdout:op 1880 completed, throughput=5MB/sec 2024-07-27T18:47:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:47:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:47:02] "GET /metrics HTTP/1.1" 200 34033 "" "Prometheus/2.43.0" 2024-07-27T18:47:03.595 INFO:tasks.workunit.client.0.smithi029.stdout: 381: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:03.595 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Y52_pQsuF8tosLp off=995297 len=88110 2024-07-27T18:47:03.596 INFO:tasks.workunit.client.0.smithi029.stdout:op 1881 completed, throughput=4.99MB/sec 2024-07-27T18:47:03.596 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w8YiKCd38IuIjuP off=9951000 len=1247808 2024-07-27T18:47:03.597 INFO:tasks.workunit.client.0.smithi029.stdout:op 1882 completed, throughput=4.99MB/sec 2024-07-27T18:47:03.597 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I2QA6IL0Nq0f5rY off=1151506 len=1375351 2024-07-27T18:47:03.599 INFO:tasks.workunit.client.0.smithi029.stdout:op 1883 completed, throughput=5MB/sec 2024-07-27T18:47:03.599 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0w33K2Hf3KbmRfo off=21392326 len=798962 2024-07-27T18:47:03.604 INFO:tasks.workunit.client.0.smithi029.stdout:op 1884 completed, throughput=5MB/sec 2024-07-27T18:47:03.604 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EFrZLFlc_TxTBLf off=9409083 len=1930070 2024-07-27T18:47:03.614 INFO:tasks.workunit.client.0.smithi029.stdout:op 1885 completed, throughput=5MB/sec 2024-07-27T18:47:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:04 smithi179 ceph-mon[89801]: pgmap v1598: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:47:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:04 smithi029 ceph-mon[96870]: pgmap v1598: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:47:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:04 smithi029 ceph-mon[99353]: pgmap v1598: 105 pgs: 105 active+clean; 127 GiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:47:04.613 INFO:tasks.workunit.client.0.smithi029.stdout: 382: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:04.613 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ztXuKmAhxTwaf-O off=136571 len=1223690 2024-07-27T18:47:04.619 INFO:tasks.workunit.client.0.smithi029.stdout:op 1886 completed, throughput=4.99MB/sec 2024-07-27T18:47:04.619 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7si0-jDoEkOjTla off=9945654 len=954381 2024-07-27T18:47:04.625 INFO:tasks.workunit.client.0.smithi029.stdout:op 1887 completed, throughput=4.99MB/sec 2024-07-27T18:47:04.625 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2jkTRY2iUfVcOFD off=10120006 len=304165 2024-07-27T18:47:04.628 INFO:tasks.workunit.client.0.smithi029.stdout:op 1888 completed, throughput=4.99MB/sec 2024-07-27T18:47:04.628 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1IJw_cjXuyAAZMr off=17653849 len=981515 2024-07-27T18:47:04.629 INFO:tasks.workunit.client.0.smithi029.stdout:op 1889 completed, throughput=5MB/sec 2024-07-27T18:47:04.630 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eQ8ZGBM74VfZaPo off=5053579 len=1653015 2024-07-27T18:47:04.633 INFO:tasks.workunit.client.0.smithi029.stdout:op 1890 completed, throughput=5MB/sec 2024-07-27T18:47:05.634 INFO:tasks.workunit.client.0.smithi029.stdout: 383: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:05.634 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2RpqFx4rCvo2N_W off=5311120 len=2000925 2024-07-27T18:47:05.646 INFO:tasks.workunit.client.0.smithi029.stdout:op 1891 completed, throughput=4.99MB/sec 2024-07-27T18:47:05.646 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-z97DYoVR8nwIiAZ off=3170804 len=330331 2024-07-27T18:47:05.646 INFO:tasks.workunit.client.0.smithi029.stdout:op 1892 completed, throughput=4.99MB/sec 2024-07-27T18:47:05.647 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qvEJkBxIpZa8JA0 off=4255473 len=1080753 2024-07-27T18:47:05.648 INFO:tasks.workunit.client.0.smithi029.stdout:op 1893 completed, throughput=5MB/sec 2024-07-27T18:47:05.648 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CK8IYP5UKxG-QVG off=2799171 len=1353348 2024-07-27T18:47:05.655 INFO:tasks.workunit.client.0.smithi029.stdout:op 1894 completed, throughput=5MB/sec 2024-07-27T18:47:05.655 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Mw2_pNMEKNgmA1i off=5034932 len=1821137 2024-07-27T18:47:05.658 INFO:tasks.workunit.client.0.smithi029.stdout:op 1895 completed, throughput=5MB/sec 2024-07-27T18:47:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:06 smithi179 ceph-mon[89801]: pgmap v1599: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:47:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:06 smithi029 ceph-mon[96870]: pgmap v1599: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:47:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:06 smithi029 ceph-mon[99353]: pgmap v1599: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:47:06.658 INFO:tasks.workunit.client.0.smithi029.stdout: 384: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:06.658 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zh4UDndRziewW4H off=8379845 len=1972336 2024-07-27T18:47:06.660 INFO:tasks.workunit.client.0.smithi029.stdout:op 1896 completed, throughput=5MB/sec 2024-07-27T18:47:06.660 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cLizShq93b36yQn off=564988 len=2053024 2024-07-27T18:47:06.669 INFO:tasks.workunit.client.0.smithi029.stdout:op 1897 completed, throughput=5MB/sec 2024-07-27T18:47:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: 385: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:07.670 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ltkK-EAydGI8X-V off=16877708 len=596832 2024-07-27T18:47:07.673 INFO:tasks.workunit.client.0.smithi029.stdout:op 1898 completed, throughput=4.99MB/sec 2024-07-27T18:47:07.673 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8dR4pj09shdPxRj off=11593751 len=131256 2024-07-27T18:47:07.675 INFO:tasks.workunit.client.0.smithi029.stdout:op 1899 completed, throughput=4.99MB/sec 2024-07-27T18:47:07.676 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yGLyXgC8lKEGJ2E off=6098288 len=1780810 2024-07-27T18:47:07.679 INFO:tasks.workunit.client.0.smithi029.stdout:op 1900 completed, throughput=4.99MB/sec 2024-07-27T18:47:07.679 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-p2r_y7MVL0R3hSt off=5605037 len=505918 2024-07-27T18:47:07.682 INFO:tasks.workunit.client.0.smithi029.stdout:op 1901 completed, throughput=5MB/sec 2024-07-27T18:47:07.682 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LtA0-0tDjMgpyXf off=16117165 len=1666273 2024-07-27T18:47:07.691 INFO:tasks.workunit.client.0.smithi029.stdout:op 1902 completed, throughput=5MB/sec 2024-07-27T18:47:07.691 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SPoKvlXZ36LbjYM off=483687 len=794687 2024-07-27T18:47:07.692 INFO:tasks.workunit.client.0.smithi029.stdout:op 1903 completed, throughput=5MB/sec 2024-07-27T18:47:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:08 smithi179 ceph-mon[89801]: pgmap v1600: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 1.7 MiB/s rd, 3.0 MiB/s wr, 4 op/s 2024-07-27T18:47:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:08 smithi029 ceph-mon[99353]: pgmap v1600: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 1.7 MiB/s rd, 3.0 MiB/s wr, 4 op/s 2024-07-27T18:47:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:08 smithi029 ceph-mon[96870]: pgmap v1600: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 1.7 MiB/s rd, 3.0 MiB/s wr, 4 op/s 2024-07-27T18:47:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: 386: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:08.693 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nRXcUJBlUv4Svqg off=959224 len=992033 2024-07-27T18:47:08.698 INFO:tasks.workunit.client.0.smithi029.stdout:op 1904 completed, throughput=4.99MB/sec 2024-07-27T18:47:08.698 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-o3NLP2SbtLX7yQT off=19347128 len=626647 2024-07-27T18:47:08.702 INFO:tasks.workunit.client.0.smithi029.stdout:op 1905 completed, throughput=4.99MB/sec 2024-07-27T18:47:08.702 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DUlZ6kxFdYSdyqs off=847482 len=1607438 2024-07-27T18:47:08.709 INFO:tasks.workunit.client.0.smithi029.stdout:op 1906 completed, throughput=5MB/sec 2024-07-27T18:47:08.709 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yXvaRMZo-oWdmkb off=6159451 len=535806 2024-07-27T18:47:08.710 INFO:tasks.workunit.client.0.smithi029.stdout:op 1907 completed, throughput=5MB/sec 2024-07-27T18:47:08.711 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-k3jplZtXWTsjJGE off=2859266 len=95305 2024-07-27T18:47:08.712 INFO:tasks.workunit.client.0.smithi029.stdout:op 1908 completed, throughput=5MB/sec 2024-07-27T18:47:08.712 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uJmlBATQt6RBLAl off=6122197 len=926830 2024-07-27T18:47:08.716 INFO:tasks.workunit.client.0.smithi029.stdout:op 1909 completed, throughput=5MB/sec 2024-07-27T18:47:08.716 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0WRcNfcbycBUc0v off=4352548 len=959124 2024-07-27T18:47:08.718 INFO:tasks.workunit.client.0.smithi029.stdout:op 1910 completed, throughput=5MB/sec 2024-07-27T18:47:09.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:47:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: 387: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:09.718 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jrQXb_NAoVbeBcG off=231502 len=1053159 2024-07-27T18:47:09.724 INFO:tasks.workunit.client.0.smithi029.stdout:op 1911 completed, throughput=4.99MB/sec 2024-07-27T18:47:09.724 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KboqEAjU9Ze4VNQ off=18523501 len=198654 2024-07-27T18:47:09.725 INFO:tasks.workunit.client.0.smithi029.stdout:op 1912 completed, throughput=4.99MB/sec 2024-07-27T18:47:09.725 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Pj97ORt4TMAbDE4 off=15043077 len=1611492 2024-07-27T18:47:09.728 INFO:tasks.workunit.client.0.smithi029.stdout:op 1913 completed, throughput=5MB/sec 2024-07-27T18:47:09.729 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-26zd_fyInWP3rOF off=10083749 len=692043 2024-07-27T18:47:09.733 INFO:tasks.workunit.client.0.smithi029.stdout:op 1914 completed, throughput=5MB/sec 2024-07-27T18:47:09.733 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MELnRNQSzEk_gBU off=11385920 len=209241 2024-07-27T18:47:09.736 INFO:tasks.workunit.client.0.smithi029.stdout:op 1915 completed, throughput=5MB/sec 2024-07-27T18:47:09.736 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ykt8IaDD789joe0 off=5735488 len=1101855 2024-07-27T18:47:09.737 INFO:tasks.workunit.client.0.smithi029.stdout:op 1916 completed, throughput=5MB/sec 2024-07-27T18:47:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:47:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:47:10.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:10 smithi179 ceph-mon[89801]: pgmap v1601: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:47:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: 388: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:10.738 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-u-8OYBiDGreVe6B off=190255 len=942108 2024-07-27T18:47:10.739 INFO:tasks.workunit.client.0.smithi029.stdout:op 1917 completed, throughput=4.99MB/sec 2024-07-27T18:47:10.739 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1CwWrpq0FuEzbJ0 off=9325553 len=1280703 2024-07-27T18:47:10.745 INFO:tasks.workunit.client.0.smithi029.stdout:op 1918 completed, throughput=4.99MB/sec 2024-07-27T18:47:10.745 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bi5MGcRZZNvsG5Y off=4472404 len=569918 2024-07-27T18:47:10.746 INFO:tasks.workunit.client.0.smithi029.stdout:op 1919 completed, throughput=4.99MB/sec 2024-07-27T18:47:10.746 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1aPca7JvwJyQfEX off=18265498 len=597945 2024-07-27T18:47:10.746 INFO:tasks.workunit.client.0.smithi029.stdout:op 1920 completed, throughput=5MB/sec 2024-07-27T18:47:10.746 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cF_KXHd8-9rJyqj off=11006857 len=889190 2024-07-27T18:47:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:10 smithi029 ceph-mon[96870]: pgmap v1601: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:47:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:10 smithi029 ceph-mon[99353]: pgmap v1601: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:47:10.752 INFO:tasks.workunit.client.0.smithi029.stdout:op 1921 completed, throughput=5MB/sec 2024-07-27T18:47:10.752 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-D6qoc6d82bXa17w off=10288909 len=1399737 2024-07-27T18:47:10.757 INFO:tasks.workunit.client.0.smithi029.stdout:op 1922 completed, throughput=5MB/sec 2024-07-27T18:47:11.758 INFO:tasks.workunit.client.0.smithi029.stdout: 389: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:11.758 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HCaRWNooUrD4Ufg off=748508 len=1307972 2024-07-27T18:47:11.764 INFO:tasks.workunit.client.0.smithi029.stdout:op 1923 completed, throughput=4.99MB/sec 2024-07-27T18:47:11.764 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oCyMETEUClEep5i off=15659379 len=362744 2024-07-27T18:47:11.768 INFO:tasks.workunit.client.0.smithi029.stdout:op 1924 completed, throughput=4.99MB/sec 2024-07-27T18:47:11.768 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-L3yMvex8kZJF7k9 off=919785 len=1861476 2024-07-27T18:47:11.769 INFO:tasks.workunit.client.0.smithi029.stdout:op 1925 completed, throughput=5MB/sec 2024-07-27T18:47:11.769 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TK9fAeuaiWKrxQm off=22263787 len=709125 2024-07-27T18:47:11.774 INFO:tasks.workunit.client.0.smithi029.stdout:op 1926 completed, throughput=5MB/sec 2024-07-27T18:47:11.775 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jJTh-YrdhPleuMV off=5880294 len=974094 2024-07-27T18:47:11.779 INFO:tasks.workunit.client.0.smithi029.stdout:op 1927 completed, throughput=5MB/sec 2024-07-27T18:47:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:12 smithi179 ceph-mon[89801]: pgmap v1602: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:47:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:12 smithi029 ceph-mon[96870]: pgmap v1602: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:47:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:12 smithi029 ceph-mon[99353]: pgmap v1602: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:47:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:47:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:47:12] "GET /metrics HTTP/1.1" 200 34034 "" "Prometheus/2.43.0" 2024-07-27T18:47:12.780 INFO:tasks.workunit.client.0.smithi029.stdout: 390: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:12.780 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-t73ksJmkwgGQM8k off=4166563 len=502169 2024-07-27T18:47:12.785 INFO:tasks.workunit.client.0.smithi029.stdout:op 1928 completed, throughput=4.99MB/sec 2024-07-27T18:47:12.785 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0J-XjRYusqt0du1 off=7386053 len=474107 2024-07-27T18:47:12.786 INFO:tasks.workunit.client.0.smithi029.stdout:op 1929 completed, throughput=4.99MB/sec 2024-07-27T18:47:12.786 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-b_pNlRc6NuCmQu_ off=10397314 len=581930 2024-07-27T18:47:12.790 INFO:tasks.workunit.client.0.smithi029.stdout:op 1930 completed, throughput=4.99MB/sec 2024-07-27T18:47:12.790 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RwTfhaL0-ULR3AE off=3183731 len=1182051 2024-07-27T18:47:12.795 INFO:tasks.workunit.client.0.smithi029.stdout:op 1931 completed, throughput=5MB/sec 2024-07-27T18:47:12.795 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-txbOQscPagCO9LX off=24310609 len=928870 2024-07-27T18:47:12.796 INFO:tasks.workunit.client.0.smithi029.stdout:op 1932 completed, throughput=5MB/sec 2024-07-27T18:47:12.797 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ozJGOC2svWFo6WI off=3986445 len=1251450 2024-07-27T18:47:12.804 INFO:tasks.workunit.client.0.smithi029.stdout:op 1933 completed, throughput=5MB/sec 2024-07-27T18:47:13.805 INFO:tasks.workunit.client.0.smithi029.stdout: 391: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:13.805 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YInwWXmKI1YjK56 off=859374 len=1288086 2024-07-27T18:47:13.807 INFO:tasks.workunit.client.0.smithi029.stdout:op 1934 completed, throughput=4.99MB/sec 2024-07-27T18:47:13.807 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4DyWLckSoWp0aur off=20038152 len=1218087 2024-07-27T18:47:13.810 INFO:tasks.workunit.client.0.smithi029.stdout:op 1935 completed, throughput=4.99MB/sec 2024-07-27T18:47:13.810 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DNuL5mvzASV3LHh off=637896 len=1148250 2024-07-27T18:47:13.812 INFO:tasks.workunit.client.0.smithi029.stdout:op 1936 completed, throughput=5MB/sec 2024-07-27T18:47:13.813 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-g0w1ySxV4h_PO0U off=6993832 len=634478 2024-07-27T18:47:13.817 INFO:tasks.workunit.client.0.smithi029.stdout:op 1937 completed, throughput=5MB/sec 2024-07-27T18:47:13.817 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JzryZvuh4gAo2AK off=8042216 len=742498 2024-07-27T18:47:13.821 INFO:tasks.workunit.client.0.smithi029.stdout:op 1938 completed, throughput=5MB/sec 2024-07-27T18:47:13.822 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5ax0zsDjvguJAVZ off=18046498 len=1493365 2024-07-27T18:47:13.823 INFO:tasks.workunit.client.0.smithi029.stdout:op 1939 completed, throughput=5MB/sec 2024-07-27T18:47:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:14 smithi179 ceph-mon[89801]: pgmap v1603: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:47:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:14 smithi029 ceph-mon[96870]: pgmap v1603: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:47:14.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:14 smithi029 ceph-mon[99353]: pgmap v1603: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:47:14.824 INFO:tasks.workunit.client.0.smithi029.stdout: 392: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:14.824 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v8QCNG9C-E2DfQB off=615399 len=1305735 2024-07-27T18:47:14.826 INFO:tasks.workunit.client.0.smithi029.stdout:op 1940 completed, throughput=4.99MB/sec 2024-07-27T18:47:14.826 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BTN4GdhXTRCefzY off=9155614 len=1465613 2024-07-27T18:47:14.833 INFO:tasks.workunit.client.0.smithi029.stdout:op 1941 completed, throughput=5MB/sec 2024-07-27T18:47:14.833 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0S8Y4RONYUZbIok off=9180882 len=1092680 2024-07-27T18:47:14.838 INFO:tasks.workunit.client.0.smithi029.stdout:op 1942 completed, throughput=5MB/sec 2024-07-27T18:47:14.839 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1GOw2LDTiLO6BSR off=4315101 len=412102 2024-07-27T18:47:14.841 INFO:tasks.workunit.client.0.smithi029.stdout:op 1943 completed, throughput=5MB/sec 2024-07-27T18:47:15.842 INFO:tasks.workunit.client.0.smithi029.stdout: 393: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:15.842 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n6OslwlKN4xcpRp off=6790636 len=174883 2024-07-27T18:47:15.845 INFO:tasks.workunit.client.0.smithi029.stdout:op 1944 completed, throughput=4.99MB/sec 2024-07-27T18:47:15.845 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yGLyXgC8lKEGJ2E off=9317462 len=1343629 2024-07-27T18:47:15.853 INFO:tasks.workunit.client.0.smithi029.stdout:op 1945 completed, throughput=4.99MB/sec 2024-07-27T18:47:15.853 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hY2AiWG-0ZsS1do off=3235439 len=1512740 2024-07-27T18:47:15.855 INFO:tasks.workunit.client.0.smithi029.stdout:op 1946 completed, throughput=5MB/sec 2024-07-27T18:47:15.855 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8EMox2GFN6oLQdC off=2267160 len=1667525 2024-07-27T18:47:15.857 INFO:tasks.workunit.client.0.smithi029.stdout:op 1947 completed, throughput=5MB/sec 2024-07-27T18:47:15.857 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-V741fcYELRw7Ks1 off=753132 len=1512353 2024-07-27T18:47:15.863 INFO:tasks.workunit.client.0.smithi029.stdout:op 1948 completed, throughput=5MB/sec 2024-07-27T18:47:16.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:16 smithi179 ceph-mon[89801]: pgmap v1604: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:47:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:16 smithi029 ceph-mon[96870]: pgmap v1604: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:47:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:16 smithi029 ceph-mon[99353]: pgmap v1604: 105 pgs: 105 active+clean; 127 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:47:16.864 INFO:tasks.workunit.client.0.smithi029.stdout: 394: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:16.864 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CWCk-yMSgI12QlJ off=14259579 len=1065973 2024-07-27T18:47:16.865 INFO:tasks.workunit.client.0.smithi029.stdout:op 1949 completed, throughput=4.99MB/sec 2024-07-27T18:47:16.865 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--D_Gt18fRcFD0K8 off=100390 len=1211750 2024-07-27T18:47:16.872 INFO:tasks.workunit.client.0.smithi029.stdout:op 1950 completed, throughput=5MB/sec 2024-07-27T18:47:16.872 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pjuu3d5xOMWj_-U off=2217010 len=1147753 2024-07-27T18:47:16.878 INFO:tasks.workunit.client.0.smithi029.stdout:op 1951 completed, throughput=5MB/sec 2024-07-27T18:47:16.878 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VcOY45aCforb8S7 off=399052 len=382617 2024-07-27T18:47:16.880 INFO:tasks.workunit.client.0.smithi029.stdout:op 1952 completed, throughput=5MB/sec 2024-07-27T18:47:16.880 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g6KNWDP83mBQO0r off=155494 len=1580970 2024-07-27T18:47:16.881 INFO:tasks.workunit.client.0.smithi029.stdout:op 1953 completed, throughput=5MB/sec 2024-07-27T18:47:17.882 INFO:tasks.workunit.client.0.smithi029.stdout: 395: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:17.882 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HlXzGCbzpue91PF off=11339077 len=1276720 2024-07-27T18:47:17.884 INFO:tasks.workunit.client.0.smithi029.stdout:op 1954 completed, throughput=4.99MB/sec 2024-07-27T18:47:17.884 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nOll9wqm87Sh940 off=12224564 len=480497 2024-07-27T18:47:17.888 INFO:tasks.workunit.client.0.smithi029.stdout:op 1955 completed, throughput=4.99MB/sec 2024-07-27T18:47:17.888 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zvlsoV43GcjtrTa off=2159266 len=285800 2024-07-27T18:47:17.889 INFO:tasks.workunit.client.0.smithi029.stdout:op 1956 completed, throughput=4.99MB/sec 2024-07-27T18:47:17.889 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-L3g4yTEz0d-pp1v off=3476694 len=341069 2024-07-27T18:47:17.890 INFO:tasks.workunit.client.0.smithi029.stdout:op 1957 completed, throughput=5MB/sec 2024-07-27T18:47:17.890 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7f-9X08trXjmSEl off=6959873 len=1177169 2024-07-27T18:47:17.891 INFO:tasks.workunit.client.0.smithi029.stdout:op 1958 completed, throughput=5MB/sec 2024-07-27T18:47:17.891 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Jv2x4F9uKSLSE-W off=4420371 len=500291 2024-07-27T18:47:17.893 INFO:tasks.workunit.client.0.smithi029.stdout:op 1959 completed, throughput=5MB/sec 2024-07-27T18:47:17.893 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--xNffeuU9Dv4U53 off=11597648 len=2096258 2024-07-27T18:47:17.903 INFO:tasks.workunit.client.0.smithi029.stdout:op 1960 completed, throughput=5MB/sec 2024-07-27T18:47:18.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:18 smithi179 ceph-mon[89801]: pgmap v1605: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:18 smithi029 ceph-mon[99353]: pgmap v1605: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:18 smithi029 ceph-mon[96870]: pgmap v1605: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:18.903 INFO:tasks.workunit.client.0.smithi029.stdout: 396: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:18.903 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ronuVuAeOhbUkR- off=9033809 len=1150683 2024-07-27T18:47:18.907 INFO:tasks.workunit.client.0.smithi029.stdout:op 1961 completed, throughput=4.99MB/sec 2024-07-27T18:47:18.907 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OBadPSu1sdOFgrn off=12665811 len=1011205 2024-07-27T18:47:18.909 INFO:tasks.workunit.client.0.smithi029.stdout:op 1962 completed, throughput=5MB/sec 2024-07-27T18:47:18.909 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2Zn6rUzP8Zm2thl off=442735 len=1746345 2024-07-27T18:47:18.917 INFO:tasks.workunit.client.0.smithi029.stdout:op 1963 completed, throughput=5MB/sec 2024-07-27T18:47:19.917 INFO:tasks.workunit.client.0.smithi029.stdout: 397: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:19.917 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rk-5jLJFkBPQmHT off=12822856 len=338372 2024-07-27T18:47:19.921 INFO:tasks.workunit.client.0.smithi029.stdout:op 1964 completed, throughput=4.99MB/sec 2024-07-27T18:47:19.921 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v8comO2l9dl3x8d off=8862383 len=510485 2024-07-27T18:47:19.923 INFO:tasks.workunit.client.0.smithi029.stdout:op 1965 completed, throughput=4.99MB/sec 2024-07-27T18:47:19.923 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3kbyoBh0YlzLSMG off=1154549 len=700791 2024-07-27T18:47:19.925 INFO:tasks.workunit.client.0.smithi029.stdout:op 1966 completed, throughput=4.99MB/sec 2024-07-27T18:47:19.925 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wrRF1_LZbONjkde off=1637017 len=1759415 2024-07-27T18:47:19.933 INFO:tasks.workunit.client.0.smithi029.stdout:op 1967 completed, throughput=5MB/sec 2024-07-27T18:47:19.933 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ncmiSaSkdKgHnG8 off=2125205 len=530224 2024-07-27T18:47:19.934 INFO:tasks.workunit.client.0.smithi029.stdout:op 1968 completed, throughput=5MB/sec 2024-07-27T18:47:19.934 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KYiBFFfyEhBAmEq off=4602999 len=1648070 2024-07-27T18:47:19.940 INFO:tasks.workunit.client.0.smithi029.stdout:op 1969 completed, throughput=5MB/sec 2024-07-27T18:47:20.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:20 smithi179 ceph-mon[89801]: pgmap v1606: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:47:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:20 smithi029 ceph-mon[96870]: pgmap v1606: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:47:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:20 smithi029 ceph-mon[99353]: pgmap v1606: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:47:20.941 INFO:tasks.workunit.client.0.smithi029.stdout: 398: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:20.941 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hZ396fHgtPWpTXb off=12980465 len=419006 2024-07-27T18:47:20.944 INFO:tasks.workunit.client.0.smithi029.stdout:op 1970 completed, throughput=4.99MB/sec 2024-07-27T18:47:20.944 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OA_1x_3nYseXV5Z off=5601880 len=242136 2024-07-27T18:47:20.945 INFO:tasks.workunit.client.0.smithi029.stdout:op 1971 completed, throughput=4.99MB/sec 2024-07-27T18:47:20.945 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AALSC0YkxN80Zbb off=342790 len=247606 2024-07-27T18:47:20.946 INFO:tasks.workunit.client.0.smithi029.stdout:op 1972 completed, throughput=4.99MB/sec 2024-07-27T18:47:20.946 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8vyI3PwREpWKnv4 off=4371047 len=390307 2024-07-27T18:47:20.946 INFO:tasks.workunit.client.0.smithi029.stdout:op 1973 completed, throughput=4.99MB/sec 2024-07-27T18:47:20.947 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2UtME445c4V111B off=5778559 len=1329595 2024-07-27T18:47:20.953 INFO:tasks.workunit.client.0.smithi029.stdout:op 1974 completed, throughput=5MB/sec 2024-07-27T18:47:20.953 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CKasjaXNRIoxwJN off=3848102 len=1608860 2024-07-27T18:47:20.955 INFO:tasks.workunit.client.0.smithi029.stdout:op 1975 completed, throughput=5MB/sec 2024-07-27T18:47:20.955 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-txGpdvSRhA3ZH_L off=101882 len=1575106 2024-07-27T18:47:20.956 INFO:tasks.workunit.client.0.smithi029.stdout:op 1976 completed, throughput=5MB/sec 2024-07-27T18:47:21.956 INFO:tasks.workunit.client.0.smithi029.stdout: 399: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:21.957 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dxyIiWQEeSoCY_N off=17476207 len=1494116 2024-07-27T18:47:21.963 INFO:tasks.workunit.client.0.smithi029.stdout:op 1977 completed, throughput=4.99MB/sec 2024-07-27T18:47:21.963 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-n0d5bCoFaTAOAM0 off=9104785 len=70585 2024-07-27T18:47:21.964 INFO:tasks.workunit.client.0.smithi029.stdout:op 1978 completed, throughput=4.99MB/sec 2024-07-27T18:47:21.964 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XqnwZrzXjH02m8U off=0 len=1080485 2024-07-27T18:47:21.965 INFO:tasks.workunit.client.0.smithi029.stdout:op 1979 completed, throughput=5MB/sec 2024-07-27T18:47:21.965 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0HPBbwc-gZ6lNLR off=20758149 len=829050 2024-07-27T18:47:21.967 INFO:tasks.workunit.client.0.smithi029.stdout:op 1980 completed, throughput=5MB/sec 2024-07-27T18:47:21.967 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-x8fUB2SoUheWlOo off=6946533 len=157564 2024-07-27T18:47:21.969 INFO:tasks.workunit.client.0.smithi029.stdout:op 1981 completed, throughput=5MB/sec 2024-07-27T18:47:21.969 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-s8WGiBoHkPweoMX off=7606792 len=1281192 2024-07-27T18:47:21.978 INFO:tasks.workunit.client.0.smithi029.stdout:op 1982 completed, throughput=5MB/sec 2024-07-27T18:47:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:22 smithi179 ceph-mon[89801]: pgmap v1607: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:47:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:22 smithi029 ceph-mon[96870]: pgmap v1607: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:47:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:22 smithi029 ceph-mon[99353]: pgmap v1607: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:47:22.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:47:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:47:22] "GET /metrics HTTP/1.1" 200 34034 "" "Prometheus/2.43.0" 2024-07-27T18:47:22.979 INFO:tasks.workunit.client.0.smithi029.stdout: 400: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yJ90IWhrTM1Xo9k off=947665 len=1534448 2024-07-27T18:47:22.985 INFO:tasks.workunit.client.0.smithi029.stdout:op 1983 completed, throughput=4.99MB/sec 2024-07-27T18:47:22.986 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-22m9-VgYURFxOGp off=11415793 len=2096525 2024-07-27T18:47:22.990 INFO:tasks.workunit.client.0.smithi029.stdout:op 1984 completed, throughput=5MB/sec 2024-07-27T18:47:22.990 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rF_mHYMoVOj6hi0 off=1339829 len=1246825 2024-07-27T18:47:22.991 INFO:tasks.workunit.client.0.smithi029.stdout:op 1985 completed, throughput=5MB/sec 2024-07-27T18:47:23.992 INFO:tasks.workunit.client.0.smithi029.stdout: 401: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:23.992 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qptWxI029sG2nGd off=1108822 len=1005749 2024-07-27T18:47:23.997 INFO:tasks.workunit.client.0.smithi029.stdout:op 1986 completed, throughput=4.99MB/sec 2024-07-27T18:47:23.997 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3TJuUQ1zlSwW5A2 off=3018753 len=1030769 2024-07-27T18:47:24.003 INFO:tasks.workunit.client.0.smithi029.stdout:op 1987 completed, throughput=4.99MB/sec 2024-07-27T18:47:24.003 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7ZlIuuTSVb6MVPQ off=7111971 len=756900 2024-07-27T18:47:24.008 INFO:tasks.workunit.client.0.smithi029.stdout:op 1988 completed, throughput=4.99MB/sec 2024-07-27T18:47:24.008 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FmL95sF7Ero_IHP off=3869944 len=1144980 2024-07-27T18:47:24.014 INFO:tasks.workunit.client.0.smithi029.stdout:op 1989 completed, throughput=5MB/sec 2024-07-27T18:47:24.014 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1WtJtT3KHJToRKY off=1380512 len=973321 2024-07-27T18:47:24.015 INFO:tasks.workunit.client.0.smithi029.stdout:op 1990 completed, throughput=5MB/sec 2024-07-27T18:47:24.015 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JPl4OtvnsIV5ika off=14854091 len=520947 2024-07-27T18:47:24.016 INFO:tasks.workunit.client.0.smithi029.stdout:op 1991 completed, throughput=5MB/sec 2024-07-27T18:47:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:24 smithi179 ceph-mon[89801]: pgmap v1608: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:47:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:47:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:24 smithi029 ceph-mon[99353]: pgmap v1608: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:47:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:47:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:24 smithi029 ceph-mon[96870]: pgmap v1608: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:47:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:47:25.017 INFO:tasks.workunit.client.0.smithi029.stdout: 402: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:25.017 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xbq5Hkkf-iUV2RZ off=8628857 len=1567301 2024-07-27T18:47:25.019 INFO:tasks.workunit.client.0.smithi029.stdout:op 1992 completed, throughput=4.99MB/sec 2024-07-27T18:47:25.019 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-so8Z76FXxd1Mv-o off=3551089 len=1557487 2024-07-27T18:47:25.026 INFO:tasks.workunit.client.0.smithi029.stdout:op 1993 completed, throughput=5MB/sec 2024-07-27T18:47:25.026 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-poX9UhyJXDwc1EM off=351412 len=2009335 2024-07-27T18:47:25.030 INFO:tasks.workunit.client.0.smithi029.stdout:op 1994 completed, throughput=5MB/sec 2024-07-27T18:47:25.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:25 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:47:25.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:25 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:47:25.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:25 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:47:26.031 INFO:tasks.workunit.client.0.smithi029.stdout: 403: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:26.031 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-V1J8W03HaCkE7_K off=1313890 len=84760 2024-07-27T18:47:26.033 INFO:tasks.workunit.client.0.smithi029.stdout:op 1995 completed, throughput=4.99MB/sec 2024-07-27T18:47:26.033 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e9RNlPYv8o_-A_q off=14646830 len=855094 2024-07-27T18:47:26.034 INFO:tasks.workunit.client.0.smithi029.stdout:op 1996 completed, throughput=4.99MB/sec 2024-07-27T18:47:26.034 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ug0nXh1l6UMGtwd off=1081140 len=376702 2024-07-27T18:47:26.037 INFO:tasks.workunit.client.0.smithi029.stdout:op 1997 completed, throughput=4.99MB/sec 2024-07-27T18:47:26.038 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eT151Xus6bbRpVT off=788362 len=1979199 2024-07-27T18:47:26.046 INFO:tasks.workunit.client.0.smithi029.stdout:op 1998 completed, throughput=5MB/sec 2024-07-27T18:47:26.046 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WZGJT0NN3qnpLig off=4975549 len=126871 2024-07-27T18:47:26.047 INFO:tasks.workunit.client.0.smithi029.stdout:op 1999 completed, throughput=5MB/sec 2024-07-27T18:47:26.047 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pHzva5BBkoUY2LU off=1204013 len=1590109 2024-07-27T18:47:26.052 INFO:tasks.workunit.client.0.smithi029.stdout:op 2000 completed, throughput=5MB/sec 2024-07-27T18:47:26.052 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OukakzxmG8fVZN_ off=12800679 len=1110491 2024-07-27T18:47:26.053 INFO:tasks.workunit.client.0.smithi029.stdout:op 2001 completed, throughput=5MB/sec 2024-07-27T18:47:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:26 smithi179 ceph-mon[89801]: pgmap v1609: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:47:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:47:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:47:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:47:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:26 smithi029 ceph-mon[99353]: pgmap v1609: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:47:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:47:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:47:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:47:26.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:26 smithi029 ceph-mon[96870]: pgmap v1609: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:47:26.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:47:26.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:47:26.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:47:27.054 INFO:tasks.workunit.client.0.smithi029.stdout: 404: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:27.054 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CGgG0X8MI4QiGzl off=2063866 len=1113773 2024-07-27T18:47:27.059 INFO:tasks.workunit.client.0.smithi029.stdout:op 2002 completed, throughput=4.99MB/sec 2024-07-27T18:47:27.059 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-67UItDyGd3jYb9T off=5469228 len=1806148 2024-07-27T18:47:27.062 INFO:tasks.workunit.client.0.smithi029.stdout:op 2003 completed, throughput=5MB/sec 2024-07-27T18:47:27.062 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uG1HrcxT8mF2RzZ off=431083 len=1041514 2024-07-27T18:47:27.069 INFO:tasks.workunit.client.0.smithi029.stdout:op 2004 completed, throughput=5MB/sec 2024-07-27T18:47:27.069 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-C6hMHGlJM1kjCOX off=2914958 len=1429507 2024-07-27T18:47:27.076 INFO:tasks.workunit.client.0.smithi029.stdout:op 2005 completed, throughput=5MB/sec 2024-07-27T18:47:28.076 INFO:tasks.workunit.client.0.smithi029.stdout: 405: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:28.076 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FjZ0OIW9jQ7Rwyk off=14698222 len=1131267 2024-07-27T18:47:28.083 INFO:tasks.workunit.client.0.smithi029.stdout:op 2006 completed, throughput=4.99MB/sec 2024-07-27T18:47:28.083 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M4LGf84VnM8Z-Wh off=1081828 len=1320244 2024-07-27T18:47:28.089 INFO:tasks.workunit.client.0.smithi029.stdout:op 2007 completed, throughput=5MB/sec 2024-07-27T18:47:28.089 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cdpLYkWFFGWc8fv off=4675222 len=1765723 2024-07-27T18:47:28.091 INFO:tasks.workunit.client.0.smithi029.stdout:op 2008 completed, throughput=5MB/sec 2024-07-27T18:47:28.091 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OZv1VnPWKqLxsuH off=3230113 len=1210145 2024-07-27T18:47:28.096 INFO:tasks.workunit.client.0.smithi029.stdout:op 2009 completed, throughput=5MB/sec 2024-07-27T18:47:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:28 smithi179 ceph-mon[89801]: pgmap v1610: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:47:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:28 smithi029 ceph-mon[96870]: pgmap v1610: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:47:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:28 smithi029 ceph-mon[99353]: pgmap v1610: 105 pgs: 105 active+clean; 127 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:47:29.096 INFO:tasks.workunit.client.0.smithi029.stdout: 406: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:29.097 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zB9pASRHcnRtVmJ off=4158185 len=2024113 2024-07-27T18:47:29.105 INFO:tasks.workunit.client.0.smithi029.stdout:op 2010 completed, throughput=4.99MB/sec 2024-07-27T18:47:29.105 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1WtJtT3KHJToRKY off=4189753 len=178780 2024-07-27T18:47:29.106 INFO:tasks.workunit.client.0.smithi029.stdout:op 2011 completed, throughput=5MB/sec 2024-07-27T18:47:29.106 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-q6AaIG31EtCAUvZ off=3351013 len=1088865 2024-07-27T18:47:29.109 INFO:tasks.workunit.client.0.smithi029.stdout:op 2012 completed, throughput=5MB/sec 2024-07-27T18:47:29.109 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ucWgfcdvmNem0nJ off=5768204 len=1442079 2024-07-27T18:47:29.111 INFO:tasks.workunit.client.0.smithi029.stdout:op 2013 completed, throughput=5MB/sec 2024-07-27T18:47:30.111 INFO:tasks.workunit.client.0.smithi029.stdout: 407: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:30.111 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XAosxbYx3V8O1oL off=5470978 len=1135037 2024-07-27T18:47:30.116 INFO:tasks.workunit.client.0.smithi029.stdout:op 2014 completed, throughput=4.99MB/sec 2024-07-27T18:47:30.116 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FxfASXUNy_rw5-u off=5311692 len=603124 2024-07-27T18:47:30.118 INFO:tasks.workunit.client.0.smithi029.stdout:op 2015 completed, throughput=4.99MB/sec 2024-07-27T18:47:30.118 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UHIk9Dcm2Y5qXPq off=525260 len=2017207 2024-07-27T18:47:30.123 INFO:tasks.workunit.client.0.smithi029.stdout:op 2016 completed, throughput=5MB/sec 2024-07-27T18:47:30.124 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UQ6e74N5mlgP39- off=4017286 len=660054 2024-07-27T18:47:30.124 INFO:tasks.workunit.client.0.smithi029.stdout:op 2017 completed, throughput=5MB/sec 2024-07-27T18:47:30.125 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pFPMLd48f0Og7l3 off=16023459 len=140005 2024-07-27T18:47:30.125 INFO:tasks.workunit.client.0.smithi029.stdout:op 2018 completed, throughput=5MB/sec 2024-07-27T18:47:30.125 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TUuJbHDiJ_IeGkg off=4952422 len=1796809 2024-07-27T18:47:30.132 INFO:tasks.workunit.client.0.smithi029.stdout:op 2019 completed, throughput=5MB/sec 2024-07-27T18:47:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:30 smithi179 ceph-mon[89801]: pgmap v1611: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:47:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:30 smithi029 ceph-mon[96870]: pgmap v1611: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:47:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:30 smithi029 ceph-mon[99353]: pgmap v1611: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:47:31.133 INFO:tasks.workunit.client.0.smithi029.stdout: 408: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:31.133 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4F21AFvuZiCQp43 off=6767282 len=1384255 2024-07-27T18:47:31.134 INFO:tasks.workunit.client.0.smithi029.stdout:op 2020 completed, throughput=4.99MB/sec 2024-07-27T18:47:31.135 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-d6BJyTnwgxzEqkD off=8549124 len=1788472 2024-07-27T18:47:31.142 INFO:tasks.workunit.client.0.smithi029.stdout:op 2021 completed, throughput=5MB/sec 2024-07-27T18:47:31.142 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AK_1EXNuSw9Q81V off=15868931 len=349885 2024-07-27T18:47:31.145 INFO:tasks.workunit.client.0.smithi029.stdout:op 2022 completed, throughput=5MB/sec 2024-07-27T18:47:31.145 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uuoRkwzrTLTRmF7 off=1214275 len=1917441 2024-07-27T18:47:31.152 INFO:tasks.workunit.client.0.smithi029.stdout:op 2023 completed, throughput=5MB/sec 2024-07-27T18:47:32.152 INFO:tasks.workunit.client.0.smithi029.stdout: 409: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:32.153 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Fm6fkS24jaCPum0 off=4709839 len=919976 2024-07-27T18:47:32.157 INFO:tasks.workunit.client.0.smithi029.stdout:op 2024 completed, throughput=4.99MB/sec 2024-07-27T18:47:32.157 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vrfHgatxvLcg4Gj off=762649 len=1419014 2024-07-27T18:47:32.164 INFO:tasks.workunit.client.0.smithi029.stdout:op 2025 completed, throughput=5MB/sec 2024-07-27T18:47:32.164 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Behid1Xsmh1pSiM off=11594565 len=692260 2024-07-27T18:47:32.167 INFO:tasks.workunit.client.0.smithi029.stdout:op 2026 completed, throughput=5MB/sec 2024-07-27T18:47:32.167 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3TJuUQ1zlSwW5A2 off=418234 len=380485 2024-07-27T18:47:32.171 INFO:tasks.workunit.client.0.smithi029.stdout:op 2027 completed, throughput=5MB/sec 2024-07-27T18:47:32.171 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-N__TLN33r2aUrn3 off=0 len=1401567 2024-07-27T18:47:32.178 INFO:tasks.workunit.client.0.smithi029.stdout:op 2028 completed, throughput=5MB/sec 2024-07-27T18:47:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:32 smithi179 ceph-mon[89801]: pgmap v1612: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:47:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:32 smithi029 ceph-mon[96870]: pgmap v1612: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:47:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:32 smithi029 ceph-mon[99353]: pgmap v1612: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:47:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:47:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:47:32] "GET /metrics HTTP/1.1" 200 34033 "" "Prometheus/2.43.0" 2024-07-27T18:47:33.179 INFO:tasks.workunit.client.0.smithi029.stdout: 410: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:33.179 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mG3QzXbeWzcvcl- off=15263693 len=173449 2024-07-27T18:47:33.179 INFO:tasks.workunit.client.0.smithi029.stdout:op 2029 completed, throughput=4.99MB/sec 2024-07-27T18:47:33.179 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cIS5W2EW1gbHFRw off=226587 len=1430119 2024-07-27T18:47:33.189 INFO:tasks.workunit.client.0.smithi029.stdout:op 2030 completed, throughput=4.99MB/sec 2024-07-27T18:47:33.189 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8Jjqg27xDqlwQnK off=531517 len=1131536 2024-07-27T18:47:33.190 INFO:tasks.workunit.client.0.smithi029.stdout:op 2031 completed, throughput=5MB/sec 2024-07-27T18:47:33.190 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Rm6CvGA3j6IC5be off=1230568 len=1085538 2024-07-27T18:47:33.196 INFO:tasks.workunit.client.0.smithi029.stdout:op 2032 completed, throughput=5MB/sec 2024-07-27T18:47:33.196 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Pm2hQp4oUDZUTUI off=4126543 len=688631 2024-07-27T18:47:33.197 INFO:tasks.workunit.client.0.smithi029.stdout:op 2033 completed, throughput=5MB/sec 2024-07-27T18:47:34.197 INFO:tasks.workunit.client.0.smithi029.stdout: 411: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:34.197 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-91jbaRJnIG2P_CE off=15316178 len=1211702 2024-07-27T18:47:34.205 INFO:tasks.workunit.client.0.smithi029.stdout:op 2034 completed, throughput=4.99MB/sec 2024-07-27T18:47:34.205 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_aAElh3Ivqy_CAY off=3155299 len=516839 2024-07-27T18:47:34.208 INFO:tasks.workunit.client.0.smithi029.stdout:op 2035 completed, throughput=4.99MB/sec 2024-07-27T18:47:34.208 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ojwvpbTJRwb9q0T off=6503474 len=293489 2024-07-27T18:47:34.212 INFO:tasks.workunit.client.0.smithi029.stdout:op 2036 completed, throughput=4.99MB/sec 2024-07-27T18:47:34.212 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Tqu8STonF09tKlX off=18500399 len=1257134 2024-07-27T18:47:34.213 INFO:tasks.workunit.client.0.smithi029.stdout:op 2037 completed, throughput=5MB/sec 2024-07-27T18:47:34.214 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Pf9jpFaPyRW6B5w off=9742765 len=618601 2024-07-27T18:47:34.218 INFO:tasks.workunit.client.0.smithi029.stdout:op 2038 completed, throughput=5MB/sec 2024-07-27T18:47:34.218 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q1K_wQiMscWu1i3 off=3915427 len=673250 2024-07-27T18:47:34.220 INFO:tasks.workunit.client.0.smithi029.stdout:op 2039 completed, throughput=5MB/sec 2024-07-27T18:47:34.220 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EDJ1J1PF-Xqv3Hg off=16497296 len=2060339 2024-07-27T18:47:34.222 INFO:tasks.workunit.client.0.smithi029.stdout:op 2040 completed, throughput=5MB/sec 2024-07-27T18:47:34.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:34 smithi179 ceph-mon[89801]: pgmap v1613: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:47:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:34 smithi029 ceph-mon[96870]: pgmap v1613: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:47:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:34 smithi029 ceph-mon[99353]: pgmap v1613: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:47:35.222 INFO:tasks.workunit.client.0.smithi029.stdout: 412: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:35.223 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LqO6UvZ_uIRal6B off=2815525 len=1940346 2024-07-27T18:47:35.226 INFO:tasks.workunit.client.0.smithi029.stdout:op 2041 completed, throughput=5MB/sec 2024-07-27T18:47:35.227 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MhDFdB0OdT_JEWn off=2858209 len=1962940 2024-07-27T18:47:35.229 INFO:tasks.workunit.client.0.smithi029.stdout:op 2042 completed, throughput=5MB/sec 2024-07-27T18:47:35.229 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JmX-tP5iLNI-msI off=3406011 len=1841680 2024-07-27T18:47:35.240 INFO:tasks.workunit.client.0.smithi029.stdout:op 2043 completed, throughput=5MB/sec 2024-07-27T18:47:36.240 INFO:tasks.workunit.client.0.smithi029.stdout: 413: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:36.240 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GILd2vCq7ugrxwX off=12200772 len=829506 2024-07-27T18:47:36.245 INFO:tasks.workunit.client.0.smithi029.stdout:op 2044 completed, throughput=4.99MB/sec 2024-07-27T18:47:36.245 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DfTxcuk8u90NuV6 off=5427245 len=268113 2024-07-27T18:47:36.248 INFO:tasks.workunit.client.0.smithi029.stdout:op 2045 completed, throughput=4.99MB/sec 2024-07-27T18:47:36.248 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_STX-8sGJnj_WaM off=5327794 len=172006 2024-07-27T18:47:36.251 INFO:tasks.workunit.client.0.smithi029.stdout:op 2046 completed, throughput=4.99MB/sec 2024-07-27T18:47:36.251 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cxB4FsqbVPrP30_ off=2022029 len=740254 2024-07-27T18:47:36.253 INFO:tasks.workunit.client.0.smithi029.stdout:op 2047 completed, throughput=5MB/sec 2024-07-27T18:47:36.253 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yEsJt754OwXm9GA off=13650028 len=1768845 2024-07-27T18:47:36.263 INFO:tasks.workunit.client.0.smithi029.stdout:op 2048 completed, throughput=5MB/sec 2024-07-27T18:47:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:36 smithi179 ceph-mon[89801]: pgmap v1614: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:47:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:36 smithi029 ceph-mon[96870]: pgmap v1614: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:47:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:36 smithi029 ceph-mon[99353]: pgmap v1614: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:47:37.264 INFO:tasks.workunit.client.0.smithi029.stdout: 414: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:37.264 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-N-fY8L-h5jHBgfD off=16216388 len=687406 2024-07-27T18:47:37.269 INFO:tasks.workunit.client.0.smithi029.stdout:op 2049 completed, throughput=4.99MB/sec 2024-07-27T18:47:37.269 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HmqEacJvmKXVRbf off=1044939 len=1786421 2024-07-27T18:47:37.271 INFO:tasks.workunit.client.0.smithi029.stdout:op 2050 completed, throughput=4.99MB/sec 2024-07-27T18:47:37.271 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ucqTpBLYPtYluca off=290514 len=118701 2024-07-27T18:47:37.274 INFO:tasks.workunit.client.0.smithi029.stdout:op 2051 completed, throughput=4.99MB/sec 2024-07-27T18:47:37.274 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4JcafvFEr624_zi off=4405003 len=336481 2024-07-27T18:47:37.277 INFO:tasks.workunit.client.0.smithi029.stdout:op 2052 completed, throughput=4.99MB/sec 2024-07-27T18:47:37.278 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OKd7Gw0cElDKR4F off=8607813 len=475640 2024-07-27T18:47:37.281 INFO:tasks.workunit.client.0.smithi029.stdout:op 2053 completed, throughput=5MB/sec 2024-07-27T18:47:37.281 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7fShyS7qTzDUvmN off=5963143 len=1053213 2024-07-27T18:47:37.287 INFO:tasks.workunit.client.0.smithi029.stdout:op 2054 completed, throughput=5MB/sec 2024-07-27T18:47:37.287 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SbSvHJoU5yp3M4N off=1325308 len=71282 2024-07-27T18:47:37.289 INFO:tasks.workunit.client.0.smithi029.stdout:op 2055 completed, throughput=5MB/sec 2024-07-27T18:47:37.289 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8i08_M8BDXy9AzP off=13086779 len=136140 2024-07-27T18:47:37.292 INFO:tasks.workunit.client.0.smithi029.stdout:op 2056 completed, throughput=5MB/sec 2024-07-27T18:47:37.292 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lOBqORkKfd6nNEz off=2391794 len=696062 2024-07-27T18:47:37.294 INFO:tasks.workunit.client.0.smithi029.stdout:op 2057 completed, throughput=5MB/sec 2024-07-27T18:47:38.294 INFO:tasks.workunit.client.0.smithi029.stdout: 415: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:38.294 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Avs0I7wkyHtugDV off=4590989 len=561183 2024-07-27T18:47:38.295 INFO:tasks.workunit.client.0.smithi029.stdout:op 2058 completed, throughput=4.99MB/sec 2024-07-27T18:47:38.295 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-u7d2dMqUOZ7dkiO off=10364983 len=963809 2024-07-27T18:47:38.301 INFO:tasks.workunit.client.0.smithi029.stdout:op 2059 completed, throughput=4.99MB/sec 2024-07-27T18:47:38.301 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ttQoJ_r8oIOrrYG off=1396166 len=1341777 2024-07-27T18:47:38.308 INFO:tasks.workunit.client.0.smithi029.stdout:op 2060 completed, throughput=4.99MB/sec 2024-07-27T18:47:38.308 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q6P_FasT7hduGnP off=7345724 len=1761007 2024-07-27T18:47:38.310 INFO:tasks.workunit.client.0.smithi029.stdout:op 2061 completed, throughput=5MB/sec 2024-07-27T18:47:38.310 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-z1iL4Vylj4LQJpF off=2813773 len=1714783 2024-07-27T18:47:38.319 INFO:tasks.workunit.client.0.smithi029.stdout:op 2062 completed, throughput=5MB/sec 2024-07-27T18:47:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:38 smithi179 ceph-mon[89801]: pgmap v1615: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.6 MiB/s wr, 3 op/s 2024-07-27T18:47:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:38 smithi029 ceph-mon[96870]: pgmap v1615: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.6 MiB/s wr, 3 op/s 2024-07-27T18:47:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:38 smithi029 ceph-mon[99353]: pgmap v1615: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.6 MiB/s wr, 3 op/s 2024-07-27T18:47:39.319 INFO:tasks.workunit.client.0.smithi029.stdout: 416: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:39.319 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q8rS2NGrEDq87Wb off=2099009 len=1206537 2024-07-27T18:47:39.325 INFO:tasks.workunit.client.0.smithi029.stdout:op 2063 completed, throughput=4.99MB/sec 2024-07-27T18:47:39.325 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jTq5BPMGXoXAIbw off=8010653 len=1878880 2024-07-27T18:47:39.329 INFO:tasks.workunit.client.0.smithi029.stdout:op 2064 completed, throughput=5MB/sec 2024-07-27T18:47:39.329 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HibWK8nKNHq_02h off=5438862 len=2044735 2024-07-27T18:47:39.342 INFO:tasks.workunit.client.0.smithi029.stdout:op 2065 completed, throughput=5MB/sec 2024-07-27T18:47:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:47:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:47:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:47:40.342 INFO:tasks.workunit.client.0.smithi029.stdout: 417: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:40.342 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4RPQRkChc3RR1DF off=73934 len=924885 2024-07-27T18:47:40.348 INFO:tasks.workunit.client.0.smithi029.stdout:op 2066 completed, throughput=4.99MB/sec 2024-07-27T18:47:40.348 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HcVEApyK8Pe2sAd off=18234553 len=115799 2024-07-27T18:47:40.351 INFO:tasks.workunit.client.0.smithi029.stdout:op 2067 completed, throughput=4.99MB/sec 2024-07-27T18:47:40.351 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZZBrpUmp1x9qbie off=293038 len=1145744 2024-07-27T18:47:40.356 INFO:tasks.workunit.client.0.smithi029.stdout:op 2068 completed, throughput=4.99MB/sec 2024-07-27T18:47:40.356 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PJJI-0ir8qbfiUt off=9487731 len=432327 2024-07-27T18:47:40.360 INFO:tasks.workunit.client.0.smithi029.stdout:op 2069 completed, throughput=5MB/sec 2024-07-27T18:47:40.360 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JINTW9eM7-V0kxg off=10203558 len=1274735 2024-07-27T18:47:40.365 INFO:tasks.workunit.client.0.smithi029.stdout:op 2070 completed, throughput=5MB/sec 2024-07-27T18:47:40.365 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--hFWBP1QKT6Z5jp off=355060 len=1558905 2024-07-27T18:47:40.374 INFO:tasks.workunit.client.0.smithi029.stdout:op 2071 completed, throughput=5MB/sec 2024-07-27T18:47:40.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:40 smithi179 ceph-mon[89801]: pgmap v1616: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.0 MiB/s wr, 4 op/s 2024-07-27T18:47:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:40 smithi029 ceph-mon[96870]: pgmap v1616: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.0 MiB/s wr, 4 op/s 2024-07-27T18:47:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:40 smithi029 ceph-mon[99353]: pgmap v1616: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.0 MiB/s wr, 4 op/s 2024-07-27T18:47:41.374 INFO:tasks.workunit.client.0.smithi029.stdout: 418: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:41.375 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-y7dpf2UQkj9c0Zi off=14056176 len=459664 2024-07-27T18:47:41.378 INFO:tasks.workunit.client.0.smithi029.stdout:op 2072 completed, throughput=4.99MB/sec 2024-07-27T18:47:41.379 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mcnSz63Mjs1slUw off=4182007 len=1147894 2024-07-27T18:47:41.384 INFO:tasks.workunit.client.0.smithi029.stdout:op 2073 completed, throughput=4.99MB/sec 2024-07-27T18:47:41.384 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-91jbaRJnIG2P_CE off=16458660 len=30055 2024-07-27T18:47:41.387 INFO:tasks.workunit.client.0.smithi029.stdout:op 2074 completed, throughput=4.99MB/sec 2024-07-27T18:47:41.387 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Nz0AF2ATn63V-fc off=536563 len=986047 2024-07-27T18:47:41.393 INFO:tasks.workunit.client.0.smithi029.stdout:op 2075 completed, throughput=5MB/sec 2024-07-27T18:47:41.393 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mAm9txr3Ow69u-a off=935852 len=1288003 2024-07-27T18:47:41.396 INFO:tasks.workunit.client.0.smithi029.stdout:op 2076 completed, throughput=5MB/sec 2024-07-27T18:47:41.396 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MImoqBVgx4tv-rX off=2085745 len=32483 2024-07-27T18:47:41.397 INFO:tasks.workunit.client.0.smithi029.stdout:op 2077 completed, throughput=5MB/sec 2024-07-27T18:47:41.397 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aqRY51fFz4WS45n off=18377230 len=705621 2024-07-27T18:47:41.397 INFO:tasks.workunit.client.0.smithi029.stdout:op 2078 completed, throughput=5MB/sec 2024-07-27T18:47:42.398 INFO:tasks.workunit.client.0.smithi029.stdout: 419: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:42.398 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bbuSERuJPszZBWN off=17072677 len=568747 2024-07-27T18:47:42.399 INFO:tasks.workunit.client.0.smithi029.stdout:op 2079 completed, throughput=4.99MB/sec 2024-07-27T18:47:42.399 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Z980mfkb0fnQ2m_ off=929445 len=682480 2024-07-27T18:47:42.400 INFO:tasks.workunit.client.0.smithi029.stdout:op 2080 completed, throughput=4.99MB/sec 2024-07-27T18:47:42.400 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kOgkj2bYen3-53X off=15404457 len=1999330 2024-07-27T18:47:42.402 INFO:tasks.workunit.client.0.smithi029.stdout:op 2081 completed, throughput=5MB/sec 2024-07-27T18:47:42.403 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A5DX3mgrUgVSb3z off=1590907 len=632368 2024-07-27T18:47:42.404 INFO:tasks.workunit.client.0.smithi029.stdout:op 2082 completed, throughput=5MB/sec 2024-07-27T18:47:42.404 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kBs6jRtJwcw4LyD off=4769223 len=1729856 2024-07-27T18:47:42.411 INFO:tasks.workunit.client.0.smithi029.stdout:op 2083 completed, throughput=5MB/sec 2024-07-27T18:47:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:42 smithi179 ceph-mon[89801]: pgmap v1617: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:47:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:42 smithi029 ceph-mon[96870]: pgmap v1617: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:47:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:42 smithi029 ceph-mon[99353]: pgmap v1617: 105 pgs: 105 active+clean; 127 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:47:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:47:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:47:42] "GET /metrics HTTP/1.1" 200 34035 "" "Prometheus/2.43.0" 2024-07-27T18:47:43.412 INFO:tasks.workunit.client.0.smithi029.stdout: 420: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:43.412 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-czGq3QkasbDree3 off=2446747 len=2050048 2024-07-27T18:47:43.424 INFO:tasks.workunit.client.0.smithi029.stdout:op 2084 completed, throughput=4.99MB/sec 2024-07-27T18:47:43.424 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-He0V_H12eYmfXDd off=9759101 len=382579 2024-07-27T18:47:43.427 INFO:tasks.workunit.client.0.smithi029.stdout:op 2085 completed, throughput=4.99MB/sec 2024-07-27T18:47:43.427 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OejUn5quMAU4Ypu off=3372658 len=1198009 2024-07-27T18:47:43.433 INFO:tasks.workunit.client.0.smithi029.stdout:op 2086 completed, throughput=5MB/sec 2024-07-27T18:47:43.433 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cKwnbwz4DlKKBgZ off=7057822 len=363052 2024-07-27T18:47:43.436 INFO:tasks.workunit.client.0.smithi029.stdout:op 2087 completed, throughput=5MB/sec 2024-07-27T18:47:43.436 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-twEycCSAb1d4IuG off=515094 len=621927 2024-07-27T18:47:43.440 INFO:tasks.workunit.client.0.smithi029.stdout:op 2088 completed, throughput=5MB/sec 2024-07-27T18:47:43.440 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6iXtvSvF1EiWqJB off=8627037 len=2039728 2024-07-27T18:47:43.442 INFO:tasks.workunit.client.0.smithi029.stdout:op 2089 completed, throughput=5MB/sec 2024-07-27T18:47:44.443 INFO:tasks.workunit.client.0.smithi029.stdout: 421: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:44.443 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6P_KdqSZAzE65b7 off=1461999 len=1598446 2024-07-27T18:47:44.445 INFO:tasks.workunit.client.0.smithi029.stdout:op 2090 completed, throughput=5MB/sec 2024-07-27T18:47:44.445 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FgfOve9BkbHiKZm off=12012303 len=836134 2024-07-27T18:47:44.450 INFO:tasks.workunit.client.0.smithi029.stdout:op 2091 completed, throughput=5MB/sec 2024-07-27T18:47:44.450 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RnsyTjNwCZAXj-Y off=6309918 len=1061547 2024-07-27T18:47:44.455 INFO:tasks.workunit.client.0.smithi029.stdout:op 2092 completed, throughput=5MB/sec 2024-07-27T18:47:44.455 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FqS0VRr_He-6iMk off=3959679 len=309639 2024-07-27T18:47:44.456 INFO:tasks.workunit.client.0.smithi029.stdout:op 2093 completed, throughput=5MB/sec 2024-07-27T18:47:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:44 smithi179 ceph-mon[89801]: pgmap v1618: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:44 smithi029 ceph-mon[96870]: pgmap v1618: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:44 smithi029 ceph-mon[99353]: pgmap v1618: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:45.457 INFO:tasks.workunit.client.0.smithi029.stdout: 422: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:45.457 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rgoe3zNkF1tSD0c off=2883008 len=678223 2024-07-27T18:47:45.461 INFO:tasks.workunit.client.0.smithi029.stdout:op 2094 completed, throughput=4.99MB/sec 2024-07-27T18:47:45.461 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2uaMZu-ApX-cKjo off=9137728 len=2077758 2024-07-27T18:47:45.473 INFO:tasks.workunit.client.0.smithi029.stdout:op 2095 completed, throughput=4.99MB/sec 2024-07-27T18:47:45.473 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-p9NQ6T8MMCtJHPc off=9817084 len=1732140 2024-07-27T18:47:45.475 INFO:tasks.workunit.client.0.smithi029.stdout:op 2096 completed, throughput=5MB/sec 2024-07-27T18:47:45.475 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wU1-8LcA9GSdJ4C off=1548428 len=1282258 2024-07-27T18:47:45.477 INFO:tasks.workunit.client.0.smithi029.stdout:op 2097 completed, throughput=5MB/sec 2024-07-27T18:47:46.478 INFO:tasks.workunit.client.0.smithi029.stdout: 423: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:46.478 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cdQsRfyY_iDGp4X off=14050789 len=1511824 2024-07-27T18:47:46.487 INFO:tasks.workunit.client.0.smithi029.stdout:op 2098 completed, throughput=4.99MB/sec 2024-07-27T18:47:46.488 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QgLjtZBb1Y2FwVk off=19255515 len=1547768 2024-07-27T18:47:46.489 INFO:tasks.workunit.client.0.smithi029.stdout:op 2099 completed, throughput=5MB/sec 2024-07-27T18:47:46.490 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nqbLcDjtxF1IFeF off=3622291 len=2068654 2024-07-27T18:47:46.495 INFO:tasks.workunit.client.0.smithi029.stdout:op 2100 completed, throughput=5MB/sec 2024-07-27T18:47:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:46 smithi179 ceph-mon[89801]: pgmap v1619: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:47:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:46 smithi029 ceph-mon[96870]: pgmap v1619: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:47:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:46 smithi029 ceph-mon[99353]: pgmap v1619: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:47:47.495 INFO:tasks.workunit.client.0.smithi029.stdout: 424: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:47.495 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TvA6aACpdA-sAFE off=4889374 len=1923933 2024-07-27T18:47:47.499 INFO:tasks.workunit.client.0.smithi029.stdout:op 2101 completed, throughput=4.99MB/sec 2024-07-27T18:47:47.499 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gsWFUWpV6IPVoAU off=5826075 len=1992596 2024-07-27T18:47:47.502 INFO:tasks.workunit.client.0.smithi029.stdout:op 2102 completed, throughput=5MB/sec 2024-07-27T18:47:47.502 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-APG32Qt3Oq5359U off=6653158 len=520014 2024-07-27T18:47:47.506 INFO:tasks.workunit.client.0.smithi029.stdout:op 2103 completed, throughput=5MB/sec 2024-07-27T18:47:47.506 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BP5Ljy0JTGSWBYc off=18688651 len=515707 2024-07-27T18:47:47.509 INFO:tasks.workunit.client.0.smithi029.stdout:op 2104 completed, throughput=5MB/sec 2024-07-27T18:47:48.510 INFO:tasks.workunit.client.0.smithi029.stdout: 425: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:48.510 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3bfLa7Q5Enp-GSG off=16027704 len=225718 2024-07-27T18:47:48.513 INFO:tasks.workunit.client.0.smithi029.stdout:op 2105 completed, throughput=4.99MB/sec 2024-07-27T18:47:48.513 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XXRUleV9Qql7zdX off=899753 len=1329421 2024-07-27T18:47:48.520 INFO:tasks.workunit.client.0.smithi029.stdout:op 2106 completed, throughput=4.99MB/sec 2024-07-27T18:47:48.520 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CqVA0oo-Rrv49qm off=11219079 len=1246767 2024-07-27T18:47:48.528 INFO:tasks.workunit.client.0.smithi029.stdout:op 2107 completed, throughput=4.99MB/sec 2024-07-27T18:47:48.528 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BAVO12610Kkxi3V off=6338275 len=1261195 2024-07-27T18:47:48.534 INFO:tasks.workunit.client.0.smithi029.stdout:op 2108 completed, throughput=5MB/sec 2024-07-27T18:47:48.534 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xY_jflBvCmXMgvf off=979998 len=1833558 2024-07-27T18:47:48.536 INFO:tasks.workunit.client.0.smithi029.stdout:op 2109 completed, throughput=5MB/sec 2024-07-27T18:47:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:48 smithi179 ceph-mon[89801]: pgmap v1620: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:48 smithi029 ceph-mon[96870]: pgmap v1620: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:48 smithi029 ceph-mon[99353]: pgmap v1620: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:49.537 INFO:tasks.workunit.client.0.smithi029.stdout: 426: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:49.537 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-x78akrUzizP4KEU off=2504070 len=802897 2024-07-27T18:47:49.538 INFO:tasks.workunit.client.0.smithi029.stdout:op 2110 completed, throughput=4.99MB/sec 2024-07-27T18:47:49.538 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jiioaB3YQQ-SQjg off=662760 len=214274 2024-07-27T18:47:49.541 INFO:tasks.workunit.client.0.smithi029.stdout:op 2111 completed, throughput=4.99MB/sec 2024-07-27T18:47:49.541 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wcMglpYahsvuF3s off=4636737 len=191921 2024-07-27T18:47:49.542 INFO:tasks.workunit.client.0.smithi029.stdout:op 2112 completed, throughput=4.99MB/sec 2024-07-27T18:47:49.543 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fnhFs30n9EpPXn4 off=2285936 len=891011 2024-07-27T18:47:49.548 INFO:tasks.workunit.client.0.smithi029.stdout:op 2113 completed, throughput=4.99MB/sec 2024-07-27T18:47:49.548 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TYIDMxHF2P4gT6c off=14055289 len=796431 2024-07-27T18:47:49.549 INFO:tasks.workunit.client.0.smithi029.stdout:op 2114 completed, throughput=5MB/sec 2024-07-27T18:47:49.549 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9IQLdXq6KGkDZpu off=10698738 len=439198 2024-07-27T18:47:49.553 INFO:tasks.workunit.client.0.smithi029.stdout:op 2115 completed, throughput=5MB/sec 2024-07-27T18:47:49.553 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cDU24rYRxGBVeNU off=8036427 len=1005111 2024-07-27T18:47:49.558 INFO:tasks.workunit.client.0.smithi029.stdout:op 2116 completed, throughput=5MB/sec 2024-07-27T18:47:49.559 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hb7tM0RwDpqpaHY off=5228708 len=772578 2024-07-27T18:47:49.559 INFO:tasks.workunit.client.0.smithi029.stdout:op 2117 completed, throughput=5MB/sec 2024-07-27T18:47:50.560 INFO:tasks.workunit.client.0.smithi029.stdout: 427: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:50.560 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-szpWlQBJKmG2MZC off=708010 len=1306837 2024-07-27T18:47:50.567 INFO:tasks.workunit.client.0.smithi029.stdout:op 2118 completed, throughput=4.99MB/sec 2024-07-27T18:47:50.567 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EMcXPDXVca8ADQP off=12881225 len=793704 2024-07-27T18:47:50.568 INFO:tasks.workunit.client.0.smithi029.stdout:op 2119 completed, throughput=4.99MB/sec 2024-07-27T18:47:50.568 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jY4xub7qeEJTJSN off=5333739 len=1029157 2024-07-27T18:47:50.570 INFO:tasks.workunit.client.0.smithi029.stdout:op 2120 completed, throughput=5MB/sec 2024-07-27T18:47:50.570 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wu2bwMIHk-YH65_ off=8841913 len=1486603 2024-07-27T18:47:50.576 INFO:tasks.workunit.client.0.smithi029.stdout:op 2121 completed, throughput=5MB/sec 2024-07-27T18:47:50.577 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CGF0-BbEPjT5Ir_ off=7941013 len=1392239 2024-07-27T18:47:50.578 INFO:tasks.workunit.client.0.smithi029.stdout:op 2122 completed, throughput=5MB/sec 2024-07-27T18:47:50.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:50 smithi179 ceph-mon[89801]: pgmap v1621: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:47:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:50 smithi029 ceph-mon[96870]: pgmap v1621: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:47:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:50 smithi029 ceph-mon[99353]: pgmap v1621: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:47:51.578 INFO:tasks.workunit.client.0.smithi029.stdout: 428: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:51.578 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jV7ZNsh7UnMErLq off=15890679 len=314311 2024-07-27T18:47:51.582 INFO:tasks.workunit.client.0.smithi029.stdout:op 2123 completed, throughput=4.99MB/sec 2024-07-27T18:47:51.582 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tNw2m55S_XJvbgS off=11811718 len=1350338 2024-07-27T18:47:51.588 INFO:tasks.workunit.client.0.smithi029.stdout:op 2124 completed, throughput=4.99MB/sec 2024-07-27T18:47:51.588 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mIZgorowjdrYi79 off=10953770 len=321408 2024-07-27T18:47:51.591 INFO:tasks.workunit.client.0.smithi029.stdout:op 2125 completed, throughput=4.99MB/sec 2024-07-27T18:47:51.592 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-loXaMqZH9qdjaCv off=12869479 len=25852 2024-07-27T18:47:51.594 INFO:tasks.workunit.client.0.smithi029.stdout:op 2126 completed, throughput=4.99MB/sec 2024-07-27T18:47:51.594 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GN2mazX5hZZB2Sc off=5422941 len=187688 2024-07-27T18:47:51.594 INFO:tasks.workunit.client.0.smithi029.stdout:op 2127 completed, throughput=5MB/sec 2024-07-27T18:47:51.594 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M0QyT_8sG4PR3op off=23088022 len=1416996 2024-07-27T18:47:51.602 INFO:tasks.workunit.client.0.smithi029.stdout:op 2128 completed, throughput=5MB/sec 2024-07-27T18:47:51.602 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dYVVAzmmk-FTeCn off=22063506 len=1892274 2024-07-27T18:47:51.610 INFO:tasks.workunit.client.0.smithi029.stdout:op 2129 completed, throughput=5MB/sec 2024-07-27T18:47:52.611 INFO:tasks.workunit.client.0.smithi029.stdout: 429: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:52.611 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3Xc9LmLssCEy6us off=20153192 len=1564102 2024-07-27T18:47:52.617 INFO:tasks.workunit.client.0.smithi029.stdout:op 2130 completed, throughput=4.99MB/sec 2024-07-27T18:47:52.617 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-W54f-fgQpOktOdK off=16439797 len=761132 2024-07-27T18:47:52.622 INFO:tasks.workunit.client.0.smithi029.stdout:op 2131 completed, throughput=5MB/sec 2024-07-27T18:47:52.622 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UqplNRwBuGf25hg off=589835 len=836342 2024-07-27T18:47:52.626 INFO:tasks.workunit.client.0.smithi029.stdout:op 2132 completed, throughput=5MB/sec 2024-07-27T18:47:52.626 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JUZPWJTdH33o47q off=1243589 len=641892 2024-07-27T18:47:52.630 INFO:tasks.workunit.client.0.smithi029.stdout:op 2133 completed, throughput=5MB/sec 2024-07-27T18:47:52.630 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kxowN6NmX4YO-ga off=8408263 len=1555347 2024-07-27T18:47:52.631 INFO:tasks.workunit.client.0.smithi029.stdout:op 2134 completed, throughput=5MB/sec 2024-07-27T18:47:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:52 smithi179 ceph-mon[89801]: pgmap v1622: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:47:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:52 smithi029 ceph-mon[96870]: pgmap v1622: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:47:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:52 smithi029 ceph-mon[99353]: pgmap v1622: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:47:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:47:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:47:52] "GET /metrics HTTP/1.1" 200 34035 "" "Prometheus/2.43.0" 2024-07-27T18:47:53.632 INFO:tasks.workunit.client.0.smithi029.stdout: 430: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:53.632 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NELnWMAiQnqNd5L off=5893692 len=298207 2024-07-27T18:47:53.635 INFO:tasks.workunit.client.0.smithi029.stdout:op 2135 completed, throughput=4.99MB/sec 2024-07-27T18:47:53.635 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fBHxY-x_i7NJeqC off=14781138 len=1743046 2024-07-27T18:47:53.640 INFO:tasks.workunit.client.0.smithi029.stdout:op 2136 completed, throughput=5MB/sec 2024-07-27T18:47:53.640 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1QYKCx91SQmqzeC off=1143804 len=867247 2024-07-27T18:47:53.644 INFO:tasks.workunit.client.0.smithi029.stdout:op 2137 completed, throughput=5MB/sec 2024-07-27T18:47:53.644 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-c1m9Vxt2Sehp42c off=6139282 len=1188406 2024-07-27T18:47:53.650 INFO:tasks.workunit.client.0.smithi029.stdout:op 2138 completed, throughput=5MB/sec 2024-07-27T18:47:53.650 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-r9CPB7X4R5PSsjY off=1352237 len=1301892 2024-07-27T18:47:53.652 INFO:tasks.workunit.client.0.smithi029.stdout:op 2139 completed, throughput=5MB/sec 2024-07-27T18:47:54.653 INFO:tasks.workunit.client.0.smithi029.stdout: 431: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:54.653 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-huA4zWmmKmFMyap off=1090300 len=866399 2024-07-27T18:47:54.657 INFO:tasks.workunit.client.0.smithi029.stdout:op 2140 completed, throughput=4.99MB/sec 2024-07-27T18:47:54.657 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hWgawf4KcTyatSv off=8802893 len=854852 2024-07-27T18:47:54.662 INFO:tasks.workunit.client.0.smithi029.stdout:op 2141 completed, throughput=4.99MB/sec 2024-07-27T18:47:54.662 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qEz3tPoqXcXGMb8 off=7717782 len=1244240 2024-07-27T18:47:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:54 smithi179 ceph-mon[89801]: pgmap v1623: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:47:54.668 INFO:tasks.workunit.client.0.smithi029.stdout:op 2142 completed, throughput=5MB/sec 2024-07-27T18:47:54.668 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lD-acyJMwhwA9r2 off=10137585 len=97791 2024-07-27T18:47:54.669 INFO:tasks.workunit.client.0.smithi029.stdout:op 2143 completed, throughput=5MB/sec 2024-07-27T18:47:54.669 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2FFbpPiPgHF7gZJ off=14519711 len=1169322 2024-07-27T18:47:54.672 INFO:tasks.workunit.client.0.smithi029.stdout:op 2144 completed, throughput=5MB/sec 2024-07-27T18:47:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:54 smithi029 ceph-mon[96870]: pgmap v1623: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:47:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:54 smithi029 ceph-mon[99353]: pgmap v1623: 105 pgs: 105 active+clean; 127 GiB data, 6.7 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:47:55.672 INFO:tasks.workunit.client.0.smithi029.stdout: 432: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:55.672 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZAMoehwfk3uvMOv off=1639504 len=439276 2024-07-27T18:47:55.673 INFO:tasks.workunit.client.0.smithi029.stdout:op 2145 completed, throughput=4.99MB/sec 2024-07-27T18:47:55.673 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sgXfVLCIja8HRBg off=5472665 len=790030 2024-07-27T18:47:55.679 INFO:tasks.workunit.client.0.smithi029.stdout:op 2146 completed, throughput=4.99MB/sec 2024-07-27T18:47:55.679 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QOMKPQX3hSz6Yb4 off=726479 len=1536080 2024-07-27T18:47:55.688 INFO:tasks.workunit.client.0.smithi029.stdout:op 2147 completed, throughput=4.99MB/sec 2024-07-27T18:47:55.688 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SzMdLQmmtggtKT5 off=354151 len=226020 2024-07-27T18:47:55.688 INFO:tasks.workunit.client.0.smithi029.stdout:op 2148 completed, throughput=4.99MB/sec 2024-07-27T18:47:55.688 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-B3uQHR4EaDeYpUs off=9183482 len=1262729 2024-07-27T18:47:55.690 INFO:tasks.workunit.client.0.smithi029.stdout:op 2149 completed, throughput=5MB/sec 2024-07-27T18:47:55.690 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jUJbpRLWOn9hhf2 off=4387753 len=1230129 2024-07-27T18:47:55.691 INFO:tasks.workunit.client.0.smithi029.stdout:op 2150 completed, throughput=5MB/sec 2024-07-27T18:47:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:56 smithi179 ceph-mon[89801]: pgmap v1624: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:47:56.691 INFO:tasks.workunit.client.0.smithi029.stdout: 433: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:56.691 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6QhKoeoij1iJg78 off=10255909 len=351095 2024-07-27T18:47:56.692 INFO:tasks.workunit.client.0.smithi029.stdout:op 2151 completed, throughput=4.99MB/sec 2024-07-27T18:47:56.692 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EE6Jeb0bAuJUV6N off=8123617 len=1494163 2024-07-27T18:47:56.699 INFO:tasks.workunit.client.0.smithi029.stdout:op 2152 completed, throughput=4.99MB/sec 2024-07-27T18:47:56.699 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qRVB3v1ZtmS2al2 off=931692 len=726525 2024-07-27T18:47:56.704 INFO:tasks.workunit.client.0.smithi029.stdout:op 2153 completed, throughput=4.99MB/sec 2024-07-27T18:47:56.704 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0yusKmkSVPL_vrl off=7477185 len=1107222 2024-07-27T18:47:56.711 INFO:tasks.workunit.client.0.smithi029.stdout:op 2154 completed, throughput=5MB/sec 2024-07-27T18:47:56.711 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kY-fWKqNE62UD6W off=3747828 len=1898095 2024-07-27T18:47:56.713 INFO:tasks.workunit.client.0.smithi029.stdout:op 2155 completed, throughput=5MB/sec 2024-07-27T18:47:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:56 smithi029 ceph-mon[99353]: pgmap v1624: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:47:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:56 smithi029 ceph-mon[96870]: pgmap v1624: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:47:57.714 INFO:tasks.workunit.client.0.smithi029.stdout: 434: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:57.714 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-s6kky_5MtsQL05p off=2715995 len=1391832 2024-07-27T18:47:57.722 INFO:tasks.workunit.client.0.smithi029.stdout:op 2156 completed, throughput=4.99MB/sec 2024-07-27T18:47:57.722 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g7XbWeDy1Ux7mJC off=2096581 len=1042940 2024-07-27T18:47:57.724 INFO:tasks.workunit.client.0.smithi029.stdout:op 2157 completed, throughput=4.99MB/sec 2024-07-27T18:47:57.724 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ezr5W7Tl7ZJyDzm off=12110025 len=650308 2024-07-27T18:47:57.725 INFO:tasks.workunit.client.0.smithi029.stdout:op 2158 completed, throughput=5MB/sec 2024-07-27T18:47:57.725 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GnHrfRzcNr6ctX4 off=3151859 len=1733638 2024-07-27T18:47:57.730 INFO:tasks.workunit.client.0.smithi029.stdout:op 2159 completed, throughput=5MB/sec 2024-07-27T18:47:57.730 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9oCR3smS_Z7m2H2 off=565887 len=417289 2024-07-27T18:47:57.730 INFO:tasks.workunit.client.0.smithi029.stdout:op 2160 completed, throughput=5MB/sec 2024-07-27T18:47:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:47:58 smithi179 ceph-mon[89801]: pgmap v1625: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:58.728 INFO:tasks.workunit.client.0.smithi029.stdout: 435: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wHJkTYzr56KThjj off=4657487 len=19153 2024-07-27T18:47:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:op 2161 completed, throughput=4.99MB/sec 2024-07-27T18:47:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-E3ZHhPIvNvlrLOh off=9102113 len=1051715 2024-07-27T18:47:58.734 INFO:tasks.workunit.client.0.smithi029.stdout:op 2162 completed, throughput=4.99MB/sec 2024-07-27T18:47:58.734 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w7goWY1L3W8f2LI off=8450541 len=1192352 2024-07-27T18:47:58.737 INFO:tasks.workunit.client.0.smithi029.stdout:op 2163 completed, throughput=4.99MB/sec 2024-07-27T18:47:58.737 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A29uuJuYwBdZUaP off=10476439 len=1572310 2024-07-27T18:47:58.739 INFO:tasks.workunit.client.0.smithi029.stdout:op 2164 completed, throughput=5MB/sec 2024-07-27T18:47:58.739 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mLs48mAgK0zylq9 off=5271871 len=223785 2024-07-27T18:47:58.742 INFO:tasks.workunit.client.0.smithi029.stdout:op 2165 completed, throughput=5MB/sec 2024-07-27T18:47:58.743 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TyeXUcR4ZJuJpBQ off=161268 len=1133398 2024-07-27T18:47:58.749 INFO:tasks.workunit.client.0.smithi029.stdout:op 2166 completed, throughput=5MB/sec 2024-07-27T18:47:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:47:58 smithi029 ceph-mon[96870]: pgmap v1625: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:47:58 smithi029 ceph-mon[99353]: pgmap v1625: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:47:59.750 INFO:tasks.workunit.client.0.smithi029.stdout: 436: throughput=4.99MB/sec pending data=0 2024-07-27T18:47:59.750 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NC89lyrunqEvZED off=6701842 len=387309 2024-07-27T18:47:59.754 INFO:tasks.workunit.client.0.smithi029.stdout:op 2167 completed, throughput=4.99MB/sec 2024-07-27T18:47:59.754 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-m2nUFUNS0v5FFZB off=3464575 len=1088237 2024-07-27T18:47:59.759 INFO:tasks.workunit.client.0.smithi029.stdout:op 2168 completed, throughput=4.99MB/sec 2024-07-27T18:47:59.759 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KNOoPQIuOuF3P7_ off=1958233 len=1307223 2024-07-27T18:47:59.765 INFO:tasks.workunit.client.0.smithi029.stdout:op 2169 completed, throughput=4.99MB/sec 2024-07-27T18:47:59.765 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TXbzuMmFGmiMvz_ off=2572987 len=1961431 2024-07-27T18:47:59.770 INFO:tasks.workunit.client.0.smithi029.stdout:op 2170 completed, throughput=5MB/sec 2024-07-27T18:47:59.770 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-85aXyZPOxgg7Agv off=1438035 len=1805932 2024-07-27T18:47:59.773 INFO:tasks.workunit.client.0.smithi029.stdout:op 2171 completed, throughput=5MB/sec 2024-07-27T18:48:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:00 smithi179 ceph-mon[89801]: pgmap v1626: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:48:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:00 smithi029 ceph-mon[96870]: pgmap v1626: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:48:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:00 smithi029 ceph-mon[99353]: pgmap v1626: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:48:00.773 INFO:tasks.workunit.client.0.smithi029.stdout: 437: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:00.773 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jiioaB3YQQ-SQjg off=3148269 len=1649614 2024-07-27T18:48:00.777 INFO:tasks.workunit.client.0.smithi029.stdout:op 2172 completed, throughput=5MB/sec 2024-07-27T18:48:00.777 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-D5FZWCronpcC2iR off=2208584 len=249968 2024-07-27T18:48:00.778 INFO:tasks.workunit.client.0.smithi029.stdout:op 2173 completed, throughput=5MB/sec 2024-07-27T18:48:00.778 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cQmDl6OlQpLeTg9 off=1045188 len=1205556 2024-07-27T18:48:00.779 INFO:tasks.workunit.client.0.smithi029.stdout:op 2174 completed, throughput=5MB/sec 2024-07-27T18:48:00.779 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Rp8DAdXL-ORnvwS off=17367550 len=273156 2024-07-27T18:48:00.780 INFO:tasks.workunit.client.0.smithi029.stdout:op 2175 completed, throughput=5MB/sec 2024-07-27T18:48:00.780 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FDPxiQgZLa6dLqM off=17970806 len=1875301 2024-07-27T18:48:00.788 INFO:tasks.workunit.client.0.smithi029.stdout:op 2176 completed, throughput=5MB/sec 2024-07-27T18:48:01.788 INFO:tasks.workunit.client.0.smithi029.stdout: 438: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:01.789 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OG9OdmelL6EkBsF off=14768496 len=94847 2024-07-27T18:48:01.789 INFO:tasks.workunit.client.0.smithi029.stdout:op 2177 completed, throughput=4.99MB/sec 2024-07-27T18:48:01.789 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lc7KcWeP27GPSvw off=10169992 len=1067735 2024-07-27T18:48:01.794 INFO:tasks.workunit.client.0.smithi029.stdout:op 2178 completed, throughput=4.99MB/sec 2024-07-27T18:48:01.795 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zizsVLhpDE4pDdp off=7225375 len=383578 2024-07-27T18:48:01.795 INFO:tasks.workunit.client.0.smithi029.stdout:op 2179 completed, throughput=4.99MB/sec 2024-07-27T18:48:01.796 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ucIrybEJPsWW7su off=10359380 len=325513 2024-07-27T18:48:01.797 INFO:tasks.workunit.client.0.smithi029.stdout:op 2180 completed, throughput=5MB/sec 2024-07-27T18:48:01.797 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3WJ6ni650lNBBQQ off=2162103 len=767852 2024-07-27T18:48:01.798 INFO:tasks.workunit.client.0.smithi029.stdout:op 2181 completed, throughput=5MB/sec 2024-07-27T18:48:01.798 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rk-5jLJFkBPQmHT off=16337826 len=1062107 2024-07-27T18:48:01.804 INFO:tasks.workunit.client.0.smithi029.stdout:op 2182 completed, throughput=5MB/sec 2024-07-27T18:48:01.804 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tiXDNWtZFsxO7gq off=22533296 len=1289228 2024-07-27T18:48:01.805 INFO:tasks.workunit.client.0.smithi029.stdout:op 2183 completed, throughput=5MB/sec 2024-07-27T18:48:02.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:02 smithi179 ceph-mon[89801]: pgmap v1627: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:48:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:02 smithi029 ceph-mon[96870]: pgmap v1627: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:48:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:02 smithi029 ceph-mon[99353]: pgmap v1627: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:48:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:48:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:48:02] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T18:48:02.806 INFO:tasks.workunit.client.0.smithi029.stdout: 439: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:02.806 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uzWsMqBoRUnVSR3 off=6107692 len=1906686 2024-07-27T18:48:02.813 INFO:tasks.workunit.client.0.smithi029.stdout:op 2184 completed, throughput=4.99MB/sec 2024-07-27T18:48:02.814 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xdhGHTP4-4FRcfk off=8019042 len=536643 2024-07-27T18:48:02.818 INFO:tasks.workunit.client.0.smithi029.stdout:op 2185 completed, throughput=5MB/sec 2024-07-27T18:48:02.818 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oY2E_TyHk5wJEJV off=2436566 len=1226669 2024-07-27T18:48:02.824 INFO:tasks.workunit.client.0.smithi029.stdout:op 2186 completed, throughput=5MB/sec 2024-07-27T18:48:02.824 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qI6YKUz8yf__ffU off=162934 len=1740437 2024-07-27T18:48:02.830 INFO:tasks.workunit.client.0.smithi029.stdout:op 2187 completed, throughput=5MB/sec 2024-07-27T18:48:03.830 INFO:tasks.workunit.client.0.smithi029.stdout: 440: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:03.831 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7o1gLo7uqwAbWRR off=6229614 len=1947908 2024-07-27T18:48:03.833 INFO:tasks.workunit.client.0.smithi029.stdout:op 2188 completed, throughput=4.99MB/sec 2024-07-27T18:48:03.833 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Go_lIx8DhT_hPqG off=3000209 len=1273180 2024-07-27T18:48:03.835 INFO:tasks.workunit.client.0.smithi029.stdout:op 2189 completed, throughput=5MB/sec 2024-07-27T18:48:03.835 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AWxubOGFd7Asx8D off=2293613 len=2061130 2024-07-27T18:48:03.845 INFO:tasks.workunit.client.0.smithi029.stdout:op 2190 completed, throughput=5MB/sec 2024-07-27T18:48:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:04 smithi179 ceph-mon[89801]: pgmap v1628: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:48:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:04 smithi029 ceph-mon[96870]: pgmap v1628: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:48:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:04 smithi029 ceph-mon[99353]: pgmap v1628: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:48:04.845 INFO:tasks.workunit.client.0.smithi029.stdout: 441: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:04.845 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-o-xJYcD1YUA-Q7Z off=13935448 len=804812 2024-07-27T18:48:04.847 INFO:tasks.workunit.client.0.smithi029.stdout:op 2191 completed, throughput=4.99MB/sec 2024-07-27T18:48:04.847 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YoE9CWpdsfvyWMc off=18263621 len=1706370 2024-07-27T18:48:04.849 INFO:tasks.workunit.client.0.smithi029.stdout:op 2192 completed, throughput=5MB/sec 2024-07-27T18:48:04.850 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yJ90IWhrTM1Xo9k off=3327993 len=1003944 2024-07-27T18:48:04.851 INFO:tasks.workunit.client.0.smithi029.stdout:op 2193 completed, throughput=5MB/sec 2024-07-27T18:48:04.851 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0cDBZ_j4HW5oDZJ off=8433619 len=1881258 2024-07-27T18:48:04.862 INFO:tasks.workunit.client.0.smithi029.stdout:op 2194 completed, throughput=5MB/sec 2024-07-27T18:48:05.863 INFO:tasks.workunit.client.0.smithi029.stdout: 442: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:05.863 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-guVncKugDCrbM3o off=2314027 len=788746 2024-07-27T18:48:05.868 INFO:tasks.workunit.client.0.smithi029.stdout:op 2195 completed, throughput=4.99MB/sec 2024-07-27T18:48:05.868 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kD1Y1ZvxFgf8MjE off=7469548 len=37039 2024-07-27T18:48:05.870 INFO:tasks.workunit.client.0.smithi029.stdout:op 2196 completed, throughput=4.99MB/sec 2024-07-27T18:48:05.870 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nfkzBIqmHBHl3o8 off=19567899 len=1260633 2024-07-27T18:48:05.873 INFO:tasks.workunit.client.0.smithi029.stdout:op 2197 completed, throughput=5MB/sec 2024-07-27T18:48:05.873 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cwqQpdGt1z_ICZv off=386317 len=795348 2024-07-27T18:48:05.878 INFO:tasks.workunit.client.0.smithi029.stdout:op 2198 completed, throughput=5MB/sec 2024-07-27T18:48:05.878 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iI14rYKSC5x5VIy off=12857272 len=1551335 2024-07-27T18:48:05.880 INFO:tasks.workunit.client.0.smithi029.stdout:op 2199 completed, throughput=5MB/sec 2024-07-27T18:48:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:06 smithi179 ceph-mon[89801]: pgmap v1629: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 3.3 MiB/s wr, 6 op/s 2024-07-27T18:48:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:06 smithi029 ceph-mon[96870]: pgmap v1629: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 3.3 MiB/s wr, 6 op/s 2024-07-27T18:48:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:06 smithi029 ceph-mon[99353]: pgmap v1629: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 3.3 MiB/s wr, 6 op/s 2024-07-27T18:48:06.880 INFO:tasks.workunit.client.0.smithi029.stdout: 443: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:06.880 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zzzZ30Tgogc9Vrc off=3061062 len=1117580 2024-07-27T18:48:06.888 INFO:tasks.workunit.client.0.smithi029.stdout:op 2200 completed, throughput=4.99MB/sec 2024-07-27T18:48:06.888 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-keJKRozVq8PtLPO off=8517751 len=509075 2024-07-27T18:48:06.892 INFO:tasks.workunit.client.0.smithi029.stdout:op 2201 completed, throughput=4.99MB/sec 2024-07-27T18:48:06.892 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EqV_vPglC4lQCXn off=15158797 len=1265749 2024-07-27T18:48:06.897 INFO:tasks.workunit.client.0.smithi029.stdout:op 2202 completed, throughput=4.99MB/sec 2024-07-27T18:48:06.897 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9N9i21z1qc7WA_S off=20599557 len=1996085 2024-07-27T18:48:06.905 INFO:tasks.workunit.client.0.smithi029.stdout:op 2203 completed, throughput=5MB/sec 2024-07-27T18:48:06.905 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bL_6Xd_rQW9fZFD off=8919632 len=1205344 2024-07-27T18:48:06.906 INFO:tasks.workunit.client.0.smithi029.stdout:op 2204 completed, throughput=5MB/sec 2024-07-27T18:48:07.907 INFO:tasks.workunit.client.0.smithi029.stdout: 444: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:07.907 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LB6LDRzvc1kCTuj off=1396165 len=1067180 2024-07-27T18:48:07.909 INFO:tasks.workunit.client.0.smithi029.stdout:op 2205 completed, throughput=4.99MB/sec 2024-07-27T18:48:07.909 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wg5lYrHJO4XXSO7 off=1683571 len=131062 2024-07-27T18:48:07.910 INFO:tasks.workunit.client.0.smithi029.stdout:op 2206 completed, throughput=4.99MB/sec 2024-07-27T18:48:07.910 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--eU7HORQvEf9fB6 off=12624731 len=2023273 2024-07-27T18:48:07.914 INFO:tasks.workunit.client.0.smithi029.stdout:op 2207 completed, throughput=5MB/sec 2024-07-27T18:48:07.915 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0w33K2Hf3KbmRfo off=7903961 len=1565535 2024-07-27T18:48:07.917 INFO:tasks.workunit.client.0.smithi029.stdout:op 2208 completed, throughput=5MB/sec 2024-07-27T18:48:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:08 smithi179 ceph-mon[89801]: pgmap v1630: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:48:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:08 smithi029 ceph-mon[96870]: pgmap v1630: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:48:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:08 smithi029 ceph-mon[99353]: pgmap v1630: 105 pgs: 105 active+clean; 127 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:48:08.918 INFO:tasks.workunit.client.0.smithi029.stdout: 445: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:08.918 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HdkdFm1PItTvOek off=5128882 len=1707401 2024-07-27T18:48:08.920 INFO:tasks.workunit.client.0.smithi029.stdout:op 2209 completed, throughput=4.99MB/sec 2024-07-27T18:48:08.920 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HTfFlNJdAJFzuOM off=4388507 len=256137 2024-07-27T18:48:08.923 INFO:tasks.workunit.client.0.smithi029.stdout:op 2210 completed, throughput=4.99MB/sec 2024-07-27T18:48:08.924 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NTwa3SKtel6TYMg off=982640 len=1450337 2024-07-27T18:48:08.934 INFO:tasks.workunit.client.0.smithi029.stdout:op 2211 completed, throughput=5MB/sec 2024-07-27T18:48:08.934 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oFYq58GSRF02MBU off=15840850 len=371239 2024-07-27T18:48:08.935 INFO:tasks.workunit.client.0.smithi029.stdout:op 2212 completed, throughput=5MB/sec 2024-07-27T18:48:08.935 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IxLN9llAwxHVnAc off=8279847 len=315537 2024-07-27T18:48:08.935 INFO:tasks.workunit.client.0.smithi029.stdout:op 2213 completed, throughput=5MB/sec 2024-07-27T18:48:08.935 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kzh11F0RaI36aDY off=12303055 len=26928 2024-07-27T18:48:08.936 INFO:tasks.workunit.client.0.smithi029.stdout:op 2214 completed, throughput=5MB/sec 2024-07-27T18:48:08.936 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hFMpC5EWZZqQfe7 off=7309604 len=427981 2024-07-27T18:48:08.936 INFO:tasks.workunit.client.0.smithi029.stdout:op 2215 completed, throughput=5MB/sec 2024-07-27T18:48:08.936 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-W5ExrJBxUVYkFWA off=13647154 len=51555 2024-07-27T18:48:08.939 INFO:tasks.workunit.client.0.smithi029.stdout:op 2216 completed, throughput=5MB/sec 2024-07-27T18:48:08.939 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vvXTFLAu7acXW0A off=7602676 len=1886716 2024-07-27T18:48:08.947 INFO:tasks.workunit.client.0.smithi029.stdout:op 2217 completed, throughput=5MB/sec 2024-07-27T18:48:09.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:48:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:48:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:48:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: 446: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:09.948 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RBHvqGAb_0xi5Mo off=2045408 len=1250907 2024-07-27T18:48:09.950 INFO:tasks.workunit.client.0.smithi029.stdout:op 2218 completed, throughput=4.99MB/sec 2024-07-27T18:48:09.950 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2RUbrvpdf_XmYlD off=8142045 len=91057 2024-07-27T18:48:09.953 INFO:tasks.workunit.client.0.smithi029.stdout:op 2219 completed, throughput=4.99MB/sec 2024-07-27T18:48:09.953 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--ROL0pWlqnhcxHZ off=1031208 len=1802462 2024-07-27T18:48:09.955 INFO:tasks.workunit.client.0.smithi029.stdout:op 2220 completed, throughput=5MB/sec 2024-07-27T18:48:09.955 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wE4hkiBYp_W7Upa off=4218468 len=490488 2024-07-27T18:48:09.956 INFO:tasks.workunit.client.0.smithi029.stdout:op 2221 completed, throughput=5MB/sec 2024-07-27T18:48:09.956 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0OZnQq2rKKYtWS- off=21797193 len=165602 2024-07-27T18:48:09.957 INFO:tasks.workunit.client.0.smithi029.stdout:op 2222 completed, throughput=5MB/sec 2024-07-27T18:48:09.957 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2UuSf3op4TSzmjI off=3161636 len=1856536 2024-07-27T18:48:09.965 INFO:tasks.workunit.client.0.smithi029.stdout:op 2223 completed, throughput=5MB/sec 2024-07-27T18:48:10.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:10 smithi179 ceph-mon[89801]: pgmap v1631: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:48:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:10 smithi029 ceph-mon[96870]: pgmap v1631: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:48:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:10 smithi029 ceph-mon[99353]: pgmap v1631: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:48:10.965 INFO:tasks.workunit.client.0.smithi029.stdout: 447: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:10.966 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-__DAsJTCe5W3t5u off=2800701 len=2032137 2024-07-27T18:48:10.968 INFO:tasks.workunit.client.0.smithi029.stdout:op 2224 completed, throughput=5MB/sec 2024-07-27T18:48:10.968 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yxDyRKaIBiYab0d off=19110230 len=1196498 2024-07-27T18:48:10.970 INFO:tasks.workunit.client.0.smithi029.stdout:op 2225 completed, throughput=5MB/sec 2024-07-27T18:48:10.970 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mozNtE26bPJ5DLe off=10296759 len=1887486 2024-07-27T18:48:10.981 INFO:tasks.workunit.client.0.smithi029.stdout:op 2226 completed, throughput=5MB/sec 2024-07-27T18:48:11.982 INFO:tasks.workunit.client.0.smithi029.stdout: 448: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:11.982 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BkK2HiQuT3OBg7x off=8329990 len=1777713 2024-07-27T18:48:11.991 INFO:tasks.workunit.client.0.smithi029.stdout:op 2227 completed, throughput=5MB/sec 2024-07-27T18:48:11.992 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h3-d-sXN0m7sIBS off=4480687 len=1426161 2024-07-27T18:48:11.993 INFO:tasks.workunit.client.0.smithi029.stdout:op 2228 completed, throughput=5MB/sec 2024-07-27T18:48:11.994 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-h8t-RTgqO16z8dh off=14721335 len=1638080 2024-07-27T18:48:12.001 INFO:tasks.workunit.client.0.smithi029.stdout:op 2229 completed, throughput=5MB/sec 2024-07-27T18:48:12.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:12 smithi179 ceph-mon[89801]: pgmap v1632: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:48:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:12 smithi029 ceph-mon[96870]: pgmap v1632: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:48:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:12 smithi029 ceph-mon[99353]: pgmap v1632: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:48:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:48:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:48:12] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T18:48:13.001 INFO:tasks.workunit.client.0.smithi029.stdout: 449: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:13.002 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ypk91IjYJd5YifS off=2481538 len=936849 2024-07-27T18:48:13.003 INFO:tasks.workunit.client.0.smithi029.stdout:op 2230 completed, throughput=4.99MB/sec 2024-07-27T18:48:13.003 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-j2Jign1ypJSVIAz off=4957779 len=886364 2024-07-27T18:48:13.005 INFO:tasks.workunit.client.0.smithi029.stdout:op 2231 completed, throughput=4.99MB/sec 2024-07-27T18:48:13.005 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-78V8azUs6ozTart off=5844501 len=582659 2024-07-27T18:48:13.006 INFO:tasks.workunit.client.0.smithi029.stdout:op 2232 completed, throughput=5MB/sec 2024-07-27T18:48:13.006 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--6PFC4OCEw_Y3HZ off=7141741 len=470027 2024-07-27T18:48:13.007 INFO:tasks.workunit.client.0.smithi029.stdout:op 2233 completed, throughput=5MB/sec 2024-07-27T18:48:13.007 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zx3MC4JOKCVwYJ8 off=3238123 len=1989936 2024-07-27T18:48:13.009 INFO:tasks.workunit.client.0.smithi029.stdout:op 2234 completed, throughput=5MB/sec 2024-07-27T18:48:14.009 INFO:tasks.workunit.client.0.smithi029.stdout: 450: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:14.010 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Fv4_hKyKsHEqVlX off=9246468 len=2059437 2024-07-27T18:48:14.022 INFO:tasks.workunit.client.0.smithi029.stdout:op 2235 completed, throughput=4.99MB/sec 2024-07-27T18:48:14.022 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qCME1zUpqWUhEDg off=16732682 len=1957394 2024-07-27T18:48:14.034 INFO:tasks.workunit.client.0.smithi029.stdout:op 2236 completed, throughput=5MB/sec 2024-07-27T18:48:14.034 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-COtpgrLW4hYxM-G off=996901 len=1490152 2024-07-27T18:48:14.035 INFO:tasks.workunit.client.0.smithi029.stdout:op 2237 completed, throughput=5MB/sec 2024-07-27T18:48:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:14 smithi179 ceph-mon[89801]: pgmap v1633: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:48:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:14 smithi029 ceph-mon[96870]: pgmap v1633: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:48:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:14 smithi029 ceph-mon[99353]: pgmap v1633: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:48:15.036 INFO:tasks.workunit.client.0.smithi029.stdout: 451: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:15.036 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R5JYIysMscneIT6 off=14196436 len=70601 2024-07-27T18:48:15.039 INFO:tasks.workunit.client.0.smithi029.stdout:op 2238 completed, throughput=4.99MB/sec 2024-07-27T18:48:15.039 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5ZwpAOKhdO8ezeE off=7760577 len=748549 2024-07-27T18:48:15.041 INFO:tasks.workunit.client.0.smithi029.stdout:op 2239 completed, throughput=4.99MB/sec 2024-07-27T18:48:15.041 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vGISy1uzlljJ0N7 off=19284189 len=563771 2024-07-27T18:48:15.045 INFO:tasks.workunit.client.0.smithi029.stdout:op 2240 completed, throughput=4.99MB/sec 2024-07-27T18:48:15.046 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-p05A5W7porR2ctV off=2858671 len=1778782 2024-07-27T18:48:15.055 INFO:tasks.workunit.client.0.smithi029.stdout:op 2241 completed, throughput=5MB/sec 2024-07-27T18:48:15.055 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SJFrB9jUzerjrYL off=347857 len=32734 2024-07-27T18:48:15.055 INFO:tasks.workunit.client.0.smithi029.stdout:op 2242 completed, throughput=5MB/sec 2024-07-27T18:48:15.055 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mLJISb_5L4yl3wj off=1061583 len=617380 2024-07-27T18:48:15.057 INFO:tasks.workunit.client.0.smithi029.stdout:op 2243 completed, throughput=5MB/sec 2024-07-27T18:48:15.057 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2PD_y0ihO9nR2pA off=1689613 len=1152766 2024-07-27T18:48:15.062 INFO:tasks.workunit.client.0.smithi029.stdout:op 2244 completed, throughput=5MB/sec 2024-07-27T18:48:16.063 INFO:tasks.workunit.client.0.smithi029.stdout: 452: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:16.063 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YOFtciFnpKMEtkz off=267695 len=2071600 2024-07-27T18:48:16.065 INFO:tasks.workunit.client.0.smithi029.stdout:op 2245 completed, throughput=4.99MB/sec 2024-07-27T18:48:16.065 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UmlvWJPd2a4HisS off=2741937 len=1963444 2024-07-27T18:48:16.074 INFO:tasks.workunit.client.0.smithi029.stdout:op 2246 completed, throughput=5MB/sec 2024-07-27T18:48:16.074 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OEx5k3wONOTYiDU off=14544360 len=1499608 2024-07-27T18:48:16.081 INFO:tasks.workunit.client.0.smithi029.stdout:op 2247 completed, throughput=5MB/sec 2024-07-27T18:48:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:16 smithi179 ceph-mon[89801]: pgmap v1634: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:48:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:16 smithi029 ceph-mon[96870]: pgmap v1634: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:48:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:16 smithi029 ceph-mon[99353]: pgmap v1634: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:48:17.082 INFO:tasks.workunit.client.0.smithi029.stdout: 453: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:17.082 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kBvzn_e7ynM6Cgx off=14575288 len=1305040 2024-07-27T18:48:17.089 INFO:tasks.workunit.client.0.smithi029.stdout:op 2248 completed, throughput=4.99MB/sec 2024-07-27T18:48:17.089 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-43JphD3yu7QMMZd off=15491683 len=315553 2024-07-27T18:48:17.092 INFO:tasks.workunit.client.0.smithi029.stdout:op 2249 completed, throughput=4.99MB/sec 2024-07-27T18:48:17.092 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-h6YrEWRHfrYvtQ1 off=7747916 len=1485206 2024-07-27T18:48:17.101 INFO:tasks.workunit.client.0.smithi029.stdout:op 2250 completed, throughput=5MB/sec 2024-07-27T18:48:17.102 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-g8YMdX17wSU3NL- off=10423557 len=909893 2024-07-27T18:48:17.106 INFO:tasks.workunit.client.0.smithi029.stdout:op 2251 completed, throughput=5MB/sec 2024-07-27T18:48:17.106 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-X3SssWtZQr9nJum off=3484690 len=594790 2024-07-27T18:48:17.108 INFO:tasks.workunit.client.0.smithi029.stdout:op 2252 completed, throughput=5MB/sec 2024-07-27T18:48:17.108 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4s8DhC1jGDxYJLU off=256405 len=1575487 2024-07-27T18:48:17.116 INFO:tasks.workunit.client.0.smithi029.stdout:op 2253 completed, throughput=5MB/sec 2024-07-27T18:48:18.117 INFO:tasks.workunit.client.0.smithi029.stdout: 454: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:18.117 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jJ2-ho4d0uc8nK0 off=8015433 len=852472 2024-07-27T18:48:18.118 INFO:tasks.workunit.client.0.smithi029.stdout:op 2254 completed, throughput=4.99MB/sec 2024-07-27T18:48:18.118 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_bFbwN9MvITefHW off=7171652 len=1425052 2024-07-27T18:48:18.121 INFO:tasks.workunit.client.0.smithi029.stdout:op 2255 completed, throughput=5MB/sec 2024-07-27T18:48:18.121 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hlPTa9F7nnua6EH off=3817340 len=1745821 2024-07-27T18:48:18.132 INFO:tasks.workunit.client.0.smithi029.stdout:op 2256 completed, throughput=5MB/sec 2024-07-27T18:48:18.132 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fnhFs30n9EpPXn4 off=969777 len=447759 2024-07-27T18:48:18.136 INFO:tasks.workunit.client.0.smithi029.stdout:op 2257 completed, throughput=5MB/sec 2024-07-27T18:48:18.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:18 smithi179 ceph-mon[89801]: pgmap v1635: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:48:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:18 smithi029 ceph-mon[96870]: pgmap v1635: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:48:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:18 smithi029 ceph-mon[99353]: pgmap v1635: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:48:19.136 INFO:tasks.workunit.client.0.smithi029.stdout: 455: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:19.136 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-opIqYBqzriDMfeg off=2262668 len=980952 2024-07-27T18:48:19.142 INFO:tasks.workunit.client.0.smithi029.stdout:op 2258 completed, throughput=4.99MB/sec 2024-07-27T18:48:19.142 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gLtuEsZITvz7Ci- off=7477166 len=274077 2024-07-27T18:48:19.145 INFO:tasks.workunit.client.0.smithi029.stdout:op 2259 completed, throughput=4.99MB/sec 2024-07-27T18:48:19.145 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Avs0I7wkyHtugDV off=5986562 len=899966 2024-07-27T18:48:19.150 INFO:tasks.workunit.client.0.smithi029.stdout:op 2260 completed, throughput=4.99MB/sec 2024-07-27T18:48:19.150 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fH-jNMTlICuSHeu off=2432291 len=646190 2024-07-27T18:48:19.154 INFO:tasks.workunit.client.0.smithi029.stdout:op 2261 completed, throughput=5MB/sec 2024-07-27T18:48:19.154 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M2dyJxDmMZekCNo off=456544 len=2090697 2024-07-27T18:48:19.163 INFO:tasks.workunit.client.0.smithi029.stdout:op 2262 completed, throughput=5MB/sec 2024-07-27T18:48:19.163 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mQqi_ggKJ56jdad off=4127732 len=1668122 2024-07-27T18:48:19.169 INFO:tasks.workunit.client.0.smithi029.stdout:op 2263 completed, throughput=5MB/sec 2024-07-27T18:48:20.170 INFO:tasks.workunit.client.0.smithi029.stdout: 456: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:20.170 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--KW_v3sPdKqKtXR off=2495566 len=25395 2024-07-27T18:48:20.172 INFO:tasks.workunit.client.0.smithi029.stdout:op 2264 completed, throughput=4.99MB/sec 2024-07-27T18:48:20.172 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-orkulaepJIIQDSU off=13690003 len=1894401 2024-07-27T18:48:20.182 INFO:tasks.workunit.client.0.smithi029.stdout:op 2265 completed, throughput=5MB/sec 2024-07-27T18:48:20.182 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9Gw9NWuAgStvJg- off=19627391 len=1314299 2024-07-27T18:48:20.184 INFO:tasks.workunit.client.0.smithi029.stdout:op 2266 completed, throughput=5MB/sec 2024-07-27T18:48:20.184 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-e9LX0aoIJhZBS1e off=13168334 len=1295475 2024-07-27T18:48:20.193 INFO:tasks.workunit.client.0.smithi029.stdout:op 2267 completed, throughput=5MB/sec 2024-07-27T18:48:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:20 smithi029 ceph-mon[99353]: pgmap v1636: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:48:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:20 smithi029 ceph-mon[96870]: pgmap v1636: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:48:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:20 smithi179 ceph-mon[89801]: pgmap v1636: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:48:21.193 INFO:tasks.workunit.client.0.smithi029.stdout: 457: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:21.193 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3KleKvZKgmhcr4E off=8973486 len=1537761 2024-07-27T18:48:21.201 INFO:tasks.workunit.client.0.smithi029.stdout:op 2268 completed, throughput=4.99MB/sec 2024-07-27T18:48:21.201 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-51OS-DbTCdtwtVD off=5464878 len=729593 2024-07-27T18:48:21.205 INFO:tasks.workunit.client.0.smithi029.stdout:op 2269 completed, throughput=5MB/sec 2024-07-27T18:48:21.205 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q-Py_ONkoGOkgBl off=13606653 len=1417614 2024-07-27T18:48:21.206 INFO:tasks.workunit.client.0.smithi029.stdout:op 2270 completed, throughput=5MB/sec 2024-07-27T18:48:21.206 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Mpk5AU3mzUfMEjd off=5692936 len=421634 2024-07-27T18:48:21.207 INFO:tasks.workunit.client.0.smithi029.stdout:op 2271 completed, throughput=5MB/sec 2024-07-27T18:48:21.207 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JoL49p8-Zmlg0fO off=11140876 len=1288207 2024-07-27T18:48:21.214 INFO:tasks.workunit.client.0.smithi029.stdout:op 2272 completed, throughput=5MB/sec 2024-07-27T18:48:22.214 INFO:tasks.workunit.client.0.smithi029.stdout: 458: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:22.214 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pswffkuHZ4PSRvD off=11950667 len=1353563 2024-07-27T18:48:22.216 INFO:tasks.workunit.client.0.smithi029.stdout:op 2273 completed, throughput=4.99MB/sec 2024-07-27T18:48:22.216 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-886mco9u4m575Od off=1125766 len=890215 2024-07-27T18:48:22.221 INFO:tasks.workunit.client.0.smithi029.stdout:op 2274 completed, throughput=5MB/sec 2024-07-27T18:48:22.221 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_yksT_db6ovT6bF off=489642 len=1031458 2024-07-27T18:48:22.223 INFO:tasks.workunit.client.0.smithi029.stdout:op 2275 completed, throughput=5MB/sec 2024-07-27T18:48:22.223 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EJ8pTF80OGfUPQ_ off=875042 len=616910 2024-07-27T18:48:22.224 INFO:tasks.workunit.client.0.smithi029.stdout:op 2276 completed, throughput=5MB/sec 2024-07-27T18:48:22.224 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iM-w60EJmzL7kB4 off=4288109 len=570566 2024-07-27T18:48:22.225 INFO:tasks.workunit.client.0.smithi029.stdout:op 2277 completed, throughput=5MB/sec 2024-07-27T18:48:22.225 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MSVXhQxrbWOLnWv off=4180336 len=1802727 2024-07-27T18:48:22.233 INFO:tasks.workunit.client.0.smithi029.stdout:op 2278 completed, throughput=5MB/sec 2024-07-27T18:48:22.715 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:22 smithi179 ceph-mon[89801]: pgmap v1637: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:48:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:22 smithi029 ceph-mon[96870]: pgmap v1637: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:48:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:22 smithi029 ceph-mon[99353]: pgmap v1637: 105 pgs: 105 active+clean; 127 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:48:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:48:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:48:22] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T18:48:23.233 INFO:tasks.workunit.client.0.smithi029.stdout: 459: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:23.234 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jQH548GDwObE7Gu off=9660166 len=1641474 2024-07-27T18:48:23.243 INFO:tasks.workunit.client.0.smithi029.stdout:op 2279 completed, throughput=5MB/sec 2024-07-27T18:48:23.243 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WwsEQFu7f6rCwFs off=4096584 len=657165 2024-07-27T18:48:23.247 INFO:tasks.workunit.client.0.smithi029.stdout:op 2280 completed, throughput=5MB/sec 2024-07-27T18:48:23.247 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--SgL0BZE3iYkzxK off=6049479 len=1594352 2024-07-27T18:48:23.249 INFO:tasks.workunit.client.0.smithi029.stdout:op 2281 completed, throughput=5MB/sec 2024-07-27T18:48:24.250 INFO:tasks.workunit.client.0.smithi029.stdout: 460: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:24.250 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZAMoehwfk3uvMOv off=2296566 len=284189 2024-07-27T18:48:24.250 INFO:tasks.workunit.client.0.smithi029.stdout:op 2282 completed, throughput=4.99MB/sec 2024-07-27T18:48:24.250 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nqbLcDjtxF1IFeF off=2803188 len=543350 2024-07-27T18:48:24.252 INFO:tasks.workunit.client.0.smithi029.stdout:op 2283 completed, throughput=4.99MB/sec 2024-07-27T18:48:24.252 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oTjqNi9J76WPmRU off=8586644 len=127342 2024-07-27T18:48:24.253 INFO:tasks.workunit.client.0.smithi029.stdout:op 2284 completed, throughput=4.99MB/sec 2024-07-27T18:48:24.253 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0WRcNfcbycBUc0v off=5292430 len=663160 2024-07-27T18:48:24.258 INFO:tasks.workunit.client.0.smithi029.stdout:op 2285 completed, throughput=4.99MB/sec 2024-07-27T18:48:24.258 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mYw8w7h-XuKLUDJ off=15665650 len=1911735 2024-07-27T18:48:24.260 INFO:tasks.workunit.client.0.smithi029.stdout:op 2286 completed, throughput=5MB/sec 2024-07-27T18:48:24.260 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XASH6cjK3zMjJfh off=4962073 len=1597188 2024-07-27T18:48:24.262 INFO:tasks.workunit.client.0.smithi029.stdout:op 2287 completed, throughput=5MB/sec 2024-07-27T18:48:24.262 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Y9CC8z525vcSVqd off=10817848 len=1544483 2024-07-27T18:48:24.264 INFO:tasks.workunit.client.0.smithi029.stdout:op 2288 completed, throughput=5MB/sec 2024-07-27T18:48:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:24 smithi029 ceph-mon[96870]: pgmap v1638: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:48:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:48:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:24 smithi029 ceph-mon[99353]: pgmap v1638: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:48:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:48:24.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:24 smithi179 ceph-mon[89801]: pgmap v1638: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:48:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:48:25.264 INFO:tasks.workunit.client.0.smithi029.stdout: 461: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:25.264 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Zmp8WY3xqP81_Eu off=9407659 len=1959893 2024-07-27T18:48:25.267 INFO:tasks.workunit.client.0.smithi029.stdout:op 2289 completed, throughput=5MB/sec 2024-07-27T18:48:25.267 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KQ-7nwUn_tCNDc6 off=6343072 len=897785 2024-07-27T18:48:25.268 INFO:tasks.workunit.client.0.smithi029.stdout:op 2290 completed, throughput=5MB/sec 2024-07-27T18:48:25.268 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KLUvsNju9LKFBZT off=14524364 len=1522819 2024-07-27T18:48:25.272 INFO:tasks.workunit.client.0.smithi029.stdout:op 2291 completed, throughput=5MB/sec 2024-07-27T18:48:26.272 INFO:tasks.workunit.client.0.smithi029.stdout: 462: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:26.272 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Z1-NmlumFBGxSIi off=1430210 len=1330962 2024-07-27T18:48:26.278 INFO:tasks.workunit.client.0.smithi029.stdout:op 2292 completed, throughput=4.99MB/sec 2024-07-27T18:48:26.278 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3AVuh9Jd3E82Yed off=3476181 len=974472 2024-07-27T18:48:26.279 INFO:tasks.workunit.client.0.smithi029.stdout:op 2293 completed, throughput=5MB/sec 2024-07-27T18:48:26.279 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OPo-RQjaeXZI54k off=4546541 len=1385875 2024-07-27T18:48:26.287 INFO:tasks.workunit.client.0.smithi029.stdout:op 2294 completed, throughput=5MB/sec 2024-07-27T18:48:26.287 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-74DAqe4oD8Un-sW off=9580598 len=1215231 2024-07-27T18:48:26.291 INFO:tasks.workunit.client.0.smithi029.stdout:op 2295 completed, throughput=5MB/sec 2024-07-27T18:48:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:26 smithi029 ceph-mon[99353]: pgmap v1639: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:48:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:48:26.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:48:26.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:48:26.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:26 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:48:26.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:26 smithi029 ceph-mon[96870]: pgmap v1639: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:48:26.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:48:26.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:48:26.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:48:26.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:26 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:48:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:26 smithi179 ceph-mon[89801]: pgmap v1639: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:48:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:48:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:48:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:48:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:26 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:48:27.291 INFO:tasks.workunit.client.0.smithi029.stdout: 463: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:27.291 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GKFJKqEOABwy88Q off=4967975 len=1518151 2024-07-27T18:48:27.298 INFO:tasks.workunit.client.0.smithi029.stdout:op 2296 completed, throughput=4.99MB/sec 2024-07-27T18:48:27.298 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Tx_OQXQNHUbs8_g off=9479837 len=276634 2024-07-27T18:48:27.301 INFO:tasks.workunit.client.0.smithi029.stdout:op 2297 completed, throughput=4.99MB/sec 2024-07-27T18:48:27.301 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wqBtuJdzAVP2JIf off=2477599 len=477765 2024-07-27T18:48:27.304 INFO:tasks.workunit.client.0.smithi029.stdout:op 2298 completed, throughput=4.99MB/sec 2024-07-27T18:48:27.304 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uKJ6QctsVh6OPf_ off=14543688 len=161689 2024-07-27T18:48:27.305 INFO:tasks.workunit.client.0.smithi029.stdout:op 2299 completed, throughput=4.99MB/sec 2024-07-27T18:48:27.305 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NwPmfDhBq0NId9h off=6660982 len=886313 2024-07-27T18:48:27.306 INFO:tasks.workunit.client.0.smithi029.stdout:op 2300 completed, throughput=5MB/sec 2024-07-27T18:48:27.306 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Huy4bpOqnNB7g3D off=2528968 len=902095 2024-07-27T18:48:27.311 INFO:tasks.workunit.client.0.smithi029.stdout:op 2301 completed, throughput=5MB/sec 2024-07-27T18:48:27.312 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7OpUC5PbzXa6hI4 off=15323453 len=128008 2024-07-27T18:48:27.312 INFO:tasks.workunit.client.0.smithi029.stdout:op 2302 completed, throughput=5MB/sec 2024-07-27T18:48:27.312 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tYF6_ClbYrPXRhj off=2519060 len=992579 2024-07-27T18:48:27.317 INFO:tasks.workunit.client.0.smithi029.stdout:op 2303 completed, throughput=5MB/sec 2024-07-27T18:48:28.318 INFO:tasks.workunit.client.0.smithi029.stdout: 464: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:28.318 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-d4Byhv0CHKKWzRB off=2018415 len=644214 2024-07-27T18:48:28.320 INFO:tasks.workunit.client.0.smithi029.stdout:op 2304 completed, throughput=4.99MB/sec 2024-07-27T18:48:28.320 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_qTKQ704I3DUAn7 off=1452375 len=1627040 2024-07-27T18:48:28.322 INFO:tasks.workunit.client.0.smithi029.stdout:op 2305 completed, throughput=4.99MB/sec 2024-07-27T18:48:28.323 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7y4Nooawgom5Xy9 off=4247272 len=1828993 2024-07-27T18:48:28.333 INFO:tasks.workunit.client.0.smithi029.stdout:op 2306 completed, throughput=5MB/sec 2024-07-27T18:48:28.334 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aPD-9yLXmyXk7g2 off=13962742 len=1992333 2024-07-27T18:48:28.336 INFO:tasks.workunit.client.0.smithi029.stdout:op 2307 completed, throughput=5MB/sec 2024-07-27T18:48:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:28 smithi029 ceph-mon[96870]: pgmap v1640: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 1.2 MiB/s rd, 2.9 MiB/s wr, 3 op/s 2024-07-27T18:48:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:28 smithi029 ceph-mon[99353]: pgmap v1640: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 1.2 MiB/s rd, 2.9 MiB/s wr, 3 op/s 2024-07-27T18:48:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:28 smithi179 ceph-mon[89801]: pgmap v1640: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 1.2 MiB/s rd, 2.9 MiB/s wr, 3 op/s 2024-07-27T18:48:29.336 INFO:tasks.workunit.client.0.smithi029.stdout: 465: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:29.337 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ySRlKI3RXVLlROr off=3154904 len=757223 2024-07-27T18:48:29.338 INFO:tasks.workunit.client.0.smithi029.stdout:op 2308 completed, throughput=4.99MB/sec 2024-07-27T18:48:29.338 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GQsX3GvpBIrtu9X off=52897 len=1614909 2024-07-27T18:48:29.340 INFO:tasks.workunit.client.0.smithi029.stdout:op 2309 completed, throughput=5MB/sec 2024-07-27T18:48:29.340 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SbcQ3b92DWCrzCi off=9926227 len=1796026 2024-07-27T18:48:29.344 INFO:tasks.workunit.client.0.smithi029.stdout:op 2310 completed, throughput=5MB/sec 2024-07-27T18:48:29.344 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ieOxZECKulXXL9C off=928215 len=1953567 2024-07-27T18:48:29.346 INFO:tasks.workunit.client.0.smithi029.stdout:op 2311 completed, throughput=5MB/sec 2024-07-27T18:48:30.347 INFO:tasks.workunit.client.0.smithi029.stdout: 466: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:30.347 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IObYYiO_bJCbJ0a off=1085135 len=760343 2024-07-27T18:48:30.348 INFO:tasks.workunit.client.0.smithi029.stdout:op 2312 completed, throughput=4.99MB/sec 2024-07-27T18:48:30.348 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XCGQQnEU26EO6h1 off=16810723 len=1971619 2024-07-27T18:48:30.350 INFO:tasks.workunit.client.0.smithi029.stdout:op 2313 completed, throughput=5MB/sec 2024-07-27T18:48:30.350 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Rd_htz--NpyQJ0x off=5015426 len=1593383 2024-07-27T18:48:30.351 INFO:tasks.workunit.client.0.smithi029.stdout:op 2314 completed, throughput=5MB/sec 2024-07-27T18:48:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:30 smithi029 ceph-mon[96870]: pgmap v1641: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.0 MiB/s rd, 3.5 MiB/s wr, 4 op/s 2024-07-27T18:48:30.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:30 smithi029 ceph-mon[99353]: pgmap v1641: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.0 MiB/s rd, 3.5 MiB/s wr, 4 op/s 2024-07-27T18:48:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:30 smithi179 ceph-mon[89801]: pgmap v1641: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.0 MiB/s rd, 3.5 MiB/s wr, 4 op/s 2024-07-27T18:48:31.352 INFO:tasks.workunit.client.0.smithi029.stdout: 467: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:31.352 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bhVOTbRkctzMXvP off=3097927 len=2082803 2024-07-27T18:48:31.355 INFO:tasks.workunit.client.0.smithi029.stdout:op 2315 completed, throughput=5MB/sec 2024-07-27T18:48:31.355 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yC8DBn7cHq3CiA4 off=2736405 len=272396 2024-07-27T18:48:31.358 INFO:tasks.workunit.client.0.smithi029.stdout:op 2316 completed, throughput=5MB/sec 2024-07-27T18:48:31.358 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QvIbGov1NqMFrdO off=18910714 len=459193 2024-07-27T18:48:31.359 INFO:tasks.workunit.client.0.smithi029.stdout:op 2317 completed, throughput=5MB/sec 2024-07-27T18:48:31.359 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GsTaJlX_ccHvS2_ off=254698 len=243853 2024-07-27T18:48:31.360 INFO:tasks.workunit.client.0.smithi029.stdout:op 2318 completed, throughput=5MB/sec 2024-07-27T18:48:31.360 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9JoHd8LIGyJMGSN off=15191241 len=344010 2024-07-27T18:48:31.361 INFO:tasks.workunit.client.0.smithi029.stdout:op 2319 completed, throughput=5MB/sec 2024-07-27T18:48:31.361 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zTQF-m4BV6fGinD off=9677011 len=1572163 2024-07-27T18:48:31.368 INFO:tasks.workunit.client.0.smithi029.stdout:op 2320 completed, throughput=5MB/sec 2024-07-27T18:48:32.369 INFO:tasks.workunit.client.0.smithi029.stdout: 468: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:32.369 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-57hVCej-QRcNVSn off=1871924 len=1270852 2024-07-27T18:48:32.374 INFO:tasks.workunit.client.0.smithi029.stdout:op 2321 completed, throughput=4.99MB/sec 2024-07-27T18:48:32.375 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Xo2QI2VZARRR05Q off=8325809 len=837009 2024-07-27T18:48:32.376 INFO:tasks.workunit.client.0.smithi029.stdout:op 2322 completed, throughput=4.99MB/sec 2024-07-27T18:48:32.376 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hQTfJeXWz97VmYN off=13777904 len=981115 2024-07-27T18:48:32.381 INFO:tasks.workunit.client.0.smithi029.stdout:op 2323 completed, throughput=5MB/sec 2024-07-27T18:48:32.382 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_-JF9Xp9lNlzAb_ off=13661761 len=57294 2024-07-27T18:48:32.382 INFO:tasks.workunit.client.0.smithi029.stdout:op 2324 completed, throughput=5MB/sec 2024-07-27T18:48:32.382 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IQX-kMV3N7TLqhN off=0 len=1424312 2024-07-27T18:48:32.389 INFO:tasks.workunit.client.0.smithi029.stdout:op 2325 completed, throughput=5MB/sec 2024-07-27T18:48:32.389 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-U-YiV0KSf6I4QAZ off=2613823 len=981617 2024-07-27T18:48:32.390 INFO:tasks.workunit.client.0.smithi029.stdout:op 2326 completed, throughput=5MB/sec 2024-07-27T18:48:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:32 smithi029 ceph-mon[96870]: pgmap v1642: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:48:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:32 smithi029 ceph-mon[99353]: pgmap v1642: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:48:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:48:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:48:32] "GET /metrics HTTP/1.1" 200 34047 "" "Prometheus/2.43.0" 2024-07-27T18:48:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:32 smithi179 ceph-mon[89801]: pgmap v1642: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:48:33.391 INFO:tasks.workunit.client.0.smithi029.stdout: 469: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:33.391 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IiIPmAnnRc2a6wY off=6902385 len=690341 2024-07-27T18:48:33.392 INFO:tasks.workunit.client.0.smithi029.stdout:op 2327 completed, throughput=4.99MB/sec 2024-07-27T18:48:33.392 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nhzG_vH4a4JKeCl off=18184615 len=2055606 2024-07-27T18:48:33.404 INFO:tasks.workunit.client.0.smithi029.stdout:op 2328 completed, throughput=5MB/sec 2024-07-27T18:48:33.404 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-83m5DvBN3fkQREo off=1272402 len=790463 2024-07-27T18:48:33.405 INFO:tasks.workunit.client.0.smithi029.stdout:op 2329 completed, throughput=5MB/sec 2024-07-27T18:48:33.405 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6HYelwQvtVK6hZR off=914549 len=751375 2024-07-27T18:48:33.406 INFO:tasks.workunit.client.0.smithi029.stdout:op 2330 completed, throughput=5MB/sec 2024-07-27T18:48:33.406 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7n6CpeB9EWv2tp0 off=17809595 len=893418 2024-07-27T18:48:33.407 INFO:tasks.workunit.client.0.smithi029.stdout:op 2331 completed, throughput=5MB/sec 2024-07-27T18:48:34.408 INFO:tasks.workunit.client.0.smithi029.stdout: 470: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:34.408 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0Xtx5Hn-pqW4gZr off=13438775 len=409899 2024-07-27T18:48:34.411 INFO:tasks.workunit.client.0.smithi029.stdout:op 2332 completed, throughput=4.99MB/sec 2024-07-27T18:48:34.411 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7qW4vNMJWeaNLoh off=18084749 len=777131 2024-07-27T18:48:34.412 INFO:tasks.workunit.client.0.smithi029.stdout:op 2333 completed, throughput=4.99MB/sec 2024-07-27T18:48:34.412 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bPM-WcCy2LSyxN8 off=13651545 len=532531 2024-07-27T18:48:34.416 INFO:tasks.workunit.client.0.smithi029.stdout:op 2334 completed, throughput=4.99MB/sec 2024-07-27T18:48:34.416 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GZFXgWfA0PY1fxh off=3034293 len=952022 2024-07-27T18:48:34.418 INFO:tasks.workunit.client.0.smithi029.stdout:op 2335 completed, throughput=5MB/sec 2024-07-27T18:48:34.418 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4hQvXK3WnLWKt6T off=926318 len=1537977 2024-07-27T18:48:34.425 INFO:tasks.workunit.client.0.smithi029.stdout:op 2336 completed, throughput=5MB/sec 2024-07-27T18:48:34.426 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-q_eSSBOnxxNKPOv off=15866436 len=891031 2024-07-27T18:48:34.431 INFO:tasks.workunit.client.0.smithi029.stdout:op 2337 completed, throughput=5MB/sec 2024-07-27T18:48:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:34 smithi029 ceph-mon[96870]: pgmap v1643: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:48:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:34 smithi029 ceph-mon[99353]: pgmap v1643: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:48:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:34 smithi179 ceph-mon[89801]: pgmap v1643: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:48:35.431 INFO:tasks.workunit.client.0.smithi029.stdout: 471: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:35.431 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xjFn_dWmYZWz6eH off=6922207 len=241672 2024-07-27T18:48:35.434 INFO:tasks.workunit.client.0.smithi029.stdout:op 2338 completed, throughput=4.99MB/sec 2024-07-27T18:48:35.435 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-l0TmYnPQpMsQJBQ off=2516615 len=22546 2024-07-27T18:48:35.435 INFO:tasks.workunit.client.0.smithi029.stdout:op 2339 completed, throughput=4.99MB/sec 2024-07-27T18:48:35.435 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5lID4o_K00qzW8t off=11913378 len=386411 2024-07-27T18:48:35.438 INFO:tasks.workunit.client.0.smithi029.stdout:op 2340 completed, throughput=4.99MB/sec 2024-07-27T18:48:35.439 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9b7ThDwJWy5Fe67 off=1574867 len=27375 2024-07-27T18:48:35.441 INFO:tasks.workunit.client.0.smithi029.stdout:op 2341 completed, throughput=4.99MB/sec 2024-07-27T18:48:35.441 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hMDZvGkxapO5oNG off=6355988 len=370046 2024-07-27T18:48:35.441 INFO:tasks.workunit.client.0.smithi029.stdout:op 2342 completed, throughput=4.99MB/sec 2024-07-27T18:48:35.441 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QBH1ccClL4rk_gq off=7410498 len=1434418 2024-07-27T18:48:35.448 INFO:tasks.workunit.client.0.smithi029.stdout:op 2343 completed, throughput=4.99MB/sec 2024-07-27T18:48:35.449 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Spy7Th5mFO_VS3B off=3677305 len=1008962 2024-07-27T18:48:35.453 INFO:tasks.workunit.client.0.smithi029.stdout:op 2344 completed, throughput=5MB/sec 2024-07-27T18:48:35.453 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fYKlqx7-lJqRSam off=12793445 len=719962 2024-07-27T18:48:35.454 INFO:tasks.workunit.client.0.smithi029.stdout:op 2345 completed, throughput=5MB/sec 2024-07-27T18:48:35.454 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-237a2ZCPGryPnSv off=8893788 len=1942280 2024-07-27T18:48:35.466 INFO:tasks.workunit.client.0.smithi029.stdout:op 2346 completed, throughput=5MB/sec 2024-07-27T18:48:36.466 INFO:tasks.workunit.client.0.smithi029.stdout: 472: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:36.467 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-otA7wExzVQ_E9FB off=1210331 len=1114181 2024-07-27T18:48:36.471 INFO:tasks.workunit.client.0.smithi029.stdout:op 2347 completed, throughput=4.99MB/sec 2024-07-27T18:48:36.472 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-16J7fMb-bQb1L_h off=2948023 len=1278664 2024-07-27T18:48:36.474 INFO:tasks.workunit.client.0.smithi029.stdout:op 2348 completed, throughput=5MB/sec 2024-07-27T18:48:36.474 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NUn9D5pUX5y4Q6O off=11663431 len=489780 2024-07-27T18:48:36.475 INFO:tasks.workunit.client.0.smithi029.stdout:op 2349 completed, throughput=5MB/sec 2024-07-27T18:48:36.475 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Y9CC8z525vcSVqd off=13911104 len=889043 2024-07-27T18:48:36.476 INFO:tasks.workunit.client.0.smithi029.stdout:op 2350 completed, throughput=5MB/sec 2024-07-27T18:48:36.476 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hto0hkqJKd5dz6c off=18090480 len=854990 2024-07-27T18:48:36.477 INFO:tasks.workunit.client.0.smithi029.stdout:op 2351 completed, throughput=5MB/sec 2024-07-27T18:48:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:36 smithi029 ceph-mon[96870]: pgmap v1644: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:48:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:36 smithi029 ceph-mon[99353]: pgmap v1644: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:48:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:36 smithi179 ceph-mon[89801]: pgmap v1644: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:48:37.478 INFO:tasks.workunit.client.0.smithi029.stdout: 473: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:37.478 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-x71gLNSd4ETcPQl off=4109481 len=850241 2024-07-27T18:48:37.483 INFO:tasks.workunit.client.0.smithi029.stdout:op 2352 completed, throughput=4.99MB/sec 2024-07-27T18:48:37.483 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_n72AfoPNe3JM4j off=3265696 len=2004888 2024-07-27T18:48:37.485 INFO:tasks.workunit.client.0.smithi029.stdout:op 2353 completed, throughput=5MB/sec 2024-07-27T18:48:37.485 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-z_LT7cQmYbhFmSG off=9795466 len=2003092 2024-07-27T18:48:37.486 INFO:tasks.workunit.client.0.smithi029.stdout:op 2354 completed, throughput=5MB/sec 2024-07-27T18:48:37.486 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-E4XB2tRnm4epoYq off=7679663 len=1215846 2024-07-27T18:48:37.488 INFO:tasks.workunit.client.0.smithi029.stdout:op 2355 completed, throughput=5MB/sec 2024-07-27T18:48:38.489 INFO:tasks.workunit.client.0.smithi029.stdout: 474: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:38.489 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A43fJ9S04E6I27o off=1921197 len=1745315 2024-07-27T18:48:38.491 INFO:tasks.workunit.client.0.smithi029.stdout:op 2356 completed, throughput=5MB/sec 2024-07-27T18:48:38.491 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AWush4aK65kodMJ off=10124373 len=128242 2024-07-27T18:48:38.494 INFO:tasks.workunit.client.0.smithi029.stdout:op 2357 completed, throughput=5MB/sec 2024-07-27T18:48:38.494 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5fPrkyWdvN-BreO off=2578956 len=1942092 2024-07-27T18:48:38.496 INFO:tasks.workunit.client.0.smithi029.stdout:op 2358 completed, throughput=5MB/sec 2024-07-27T18:48:38.496 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fC1ULDMLyFYy1yB off=4545144 len=720035 2024-07-27T18:48:38.500 INFO:tasks.workunit.client.0.smithi029.stdout:op 2359 completed, throughput=5MB/sec 2024-07-27T18:48:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:38 smithi029 ceph-mon[96870]: pgmap v1645: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.5 MiB/s wr, 4 op/s 2024-07-27T18:48:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:38 smithi029 ceph-mon[99353]: pgmap v1645: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.5 MiB/s wr, 4 op/s 2024-07-27T18:48:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:38 smithi179 ceph-mon[89801]: pgmap v1645: 105 pgs: 105 active+clean; 127 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.5 MiB/s wr, 4 op/s 2024-07-27T18:48:39.501 INFO:tasks.workunit.client.0.smithi029.stdout: 475: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:39.501 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MxOM3L3LUTwOXM3 off=9860128 len=2048831 2024-07-27T18:48:39.510 INFO:tasks.workunit.client.0.smithi029.stdout:op 2360 completed, throughput=4.99MB/sec 2024-07-27T18:48:39.510 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fzYhfUN79JBNIqH off=15226349 len=701151 2024-07-27T18:48:39.515 INFO:tasks.workunit.client.0.smithi029.stdout:op 2361 completed, throughput=5MB/sec 2024-07-27T18:48:39.515 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vfKRrYivX-3ajMX off=2591388 len=47844 2024-07-27T18:48:39.516 INFO:tasks.workunit.client.0.smithi029.stdout:op 2362 completed, throughput=5MB/sec 2024-07-27T18:48:39.516 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BKi_Vu0GagUBAkW off=2552012 len=306012 2024-07-27T18:48:39.518 INFO:tasks.workunit.client.0.smithi029.stdout:op 2363 completed, throughput=5MB/sec 2024-07-27T18:48:39.518 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-h8nTr2EN5UKz3zt off=11269742 len=997963 2024-07-27T18:48:39.522 INFO:tasks.workunit.client.0.smithi029.stdout:op 2364 completed, throughput=5MB/sec 2024-07-27T18:48:39.522 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h0KQkOnAQJj0Oe2 off=7844308 len=118927 2024-07-27T18:48:39.523 INFO:tasks.workunit.client.0.smithi029.stdout:op 2365 completed, throughput=5MB/sec 2024-07-27T18:48:39.523 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q9bK3ZW_DaRvPEf off=3460917 len=1554165 2024-07-27T18:48:39.525 INFO:tasks.workunit.client.0.smithi029.stdout:op 2366 completed, throughput=5MB/sec 2024-07-27T18:48:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:48:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:48:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:48:40.525 INFO:tasks.workunit.client.0.smithi029.stdout: 476: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:40.525 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-a3wLQqtwwVQ-IGo off=362508 len=1590218 2024-07-27T18:48:40.533 INFO:tasks.workunit.client.0.smithi029.stdout:op 2367 completed, throughput=4.99MB/sec 2024-07-27T18:48:40.533 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fZK7QB17LWIcrP8 off=7890781 len=1861262 2024-07-27T18:48:40.537 INFO:tasks.workunit.client.0.smithi029.stdout:op 2368 completed, throughput=5MB/sec 2024-07-27T18:48:40.537 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n5mKlAHSaZbq23S off=17906327 len=1796299 2024-07-27T18:48:40.545 INFO:tasks.workunit.client.0.smithi029.stdout:op 2369 completed, throughput=5MB/sec 2024-07-27T18:48:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:40 smithi029 ceph-mon[96870]: pgmap v1646: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:48:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:40 smithi029 ceph-mon[99353]: pgmap v1646: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:48:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:40 smithi179 ceph-mon[89801]: pgmap v1646: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:48:41.545 INFO:tasks.workunit.client.0.smithi029.stdout: 477: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:41.545 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZGnMhCQ7O-XpA80 off=5648383 len=639639 2024-07-27T18:48:41.550 INFO:tasks.workunit.client.0.smithi029.stdout:op 2370 completed, throughput=4.99MB/sec 2024-07-27T18:48:41.550 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5LtCGN40FwSqEGx off=5257424 len=396548 2024-07-27T18:48:41.553 INFO:tasks.workunit.client.0.smithi029.stdout:op 2371 completed, throughput=4.99MB/sec 2024-07-27T18:48:41.553 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7ZlIuuTSVb6MVPQ off=2579755 len=1060052 2024-07-27T18:48:41.560 INFO:tasks.workunit.client.0.smithi029.stdout:op 2372 completed, throughput=4.99MB/sec 2024-07-27T18:48:41.560 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-t66wXrlXsUhMcf0 off=96781 len=1024707 2024-07-27T18:48:41.566 INFO:tasks.workunit.client.0.smithi029.stdout:op 2373 completed, throughput=5MB/sec 2024-07-27T18:48:41.566 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Y3CtKBaZYiM2SKo off=10341708 len=690107 2024-07-27T18:48:41.566 INFO:tasks.workunit.client.0.smithi029.stdout:op 2374 completed, throughput=5MB/sec 2024-07-27T18:48:41.567 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hZcCZMQ3rLm2TKm off=10903462 len=509987 2024-07-27T18:48:41.570 INFO:tasks.workunit.client.0.smithi029.stdout:op 2375 completed, throughput=5MB/sec 2024-07-27T18:48:41.570 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dbiv_zQngCNnl0N off=406186 len=222758 2024-07-27T18:48:41.572 INFO:tasks.workunit.client.0.smithi029.stdout:op 2376 completed, throughput=5MB/sec 2024-07-27T18:48:41.572 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1_-ezAi4huqZb9F off=8978280 len=572945 2024-07-27T18:48:41.577 INFO:tasks.workunit.client.0.smithi029.stdout:op 2377 completed, throughput=5MB/sec 2024-07-27T18:48:42.577 INFO:tasks.workunit.client.0.smithi029.stdout: 478: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:42.577 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-84ttx5wueuP9hCt off=863946 len=793756 2024-07-27T18:48:42.583 INFO:tasks.workunit.client.0.smithi029.stdout:op 2378 completed, throughput=4.99MB/sec 2024-07-27T18:48:42.583 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gzPJA4L49ytAxIM off=6102563 len=131522 2024-07-27T18:48:42.586 INFO:tasks.workunit.client.0.smithi029.stdout:op 2379 completed, throughput=4.99MB/sec 2024-07-27T18:48:42.586 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PezwafQyF8Iez8R off=8514339 len=1065719 2024-07-27T18:48:42.587 INFO:tasks.workunit.client.0.smithi029.stdout:op 2380 completed, throughput=4.99MB/sec 2024-07-27T18:48:42.587 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3T_e20K0fCvBczs off=20684951 len=1858579 2024-07-27T18:48:42.592 INFO:tasks.workunit.client.0.smithi029.stdout:op 2381 completed, throughput=5MB/sec 2024-07-27T18:48:42.592 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JdbTZacrJNqcY6U off=17623338 len=1787702 2024-07-27T18:48:42.602 INFO:tasks.workunit.client.0.smithi029.stdout:op 2382 completed, throughput=5MB/sec 2024-07-27T18:48:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:42 smithi029 ceph-mon[96870]: pgmap v1647: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:48:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:42 smithi029 ceph-mon[99353]: pgmap v1647: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:48:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:48:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:48:42] "GET /metrics HTTP/1.1" 200 34045 "" "Prometheus/2.43.0" 2024-07-27T18:48:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:42 smithi179 ceph-mon[89801]: pgmap v1647: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:48:43.602 INFO:tasks.workunit.client.0.smithi029.stdout: 479: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:43.602 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Rm6CvGA3j6IC5be off=1866618 len=263655 2024-07-27T18:48:43.605 INFO:tasks.workunit.client.0.smithi029.stdout:op 2383 completed, throughput=4.99MB/sec 2024-07-27T18:48:43.606 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nk94ph9g4RK2GZ6 off=2076248 len=1553414 2024-07-27T18:48:43.614 INFO:tasks.workunit.client.0.smithi029.stdout:op 2384 completed, throughput=4.99MB/sec 2024-07-27T18:48:43.614 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-m_XooofSeDv2M_4 off=2303979 len=148057 2024-07-27T18:48:43.617 INFO:tasks.workunit.client.0.smithi029.stdout:op 2385 completed, throughput=4.99MB/sec 2024-07-27T18:48:43.617 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-a-5l5HPHmaslcax off=6779093 len=1513248 2024-07-27T18:48:43.623 INFO:tasks.workunit.client.0.smithi029.stdout:op 2386 completed, throughput=5MB/sec 2024-07-27T18:48:43.623 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EpGix3DETIVSWDu off=12788198 len=1183395 2024-07-27T18:48:43.629 INFO:tasks.workunit.client.0.smithi029.stdout:op 2387 completed, throughput=5MB/sec 2024-07-27T18:48:43.629 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gjnBkHzg2fEuGmQ off=14580017 len=1161535 2024-07-27T18:48:43.630 INFO:tasks.workunit.client.0.smithi029.stdout:op 2388 completed, throughput=5MB/sec 2024-07-27T18:48:44.630 INFO:tasks.workunit.client.0.smithi029.stdout: 480: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:44.631 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OhH-q428_R6AfWB off=3599968 len=431654 2024-07-27T18:48:44.634 INFO:tasks.workunit.client.0.smithi029.stdout:op 2389 completed, throughput=4.99MB/sec 2024-07-27T18:48:44.634 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yDxjUu3PiDpqUEi off=57135 len=1399667 2024-07-27T18:48:44.644 INFO:tasks.workunit.client.0.smithi029.stdout:op 2390 completed, throughput=5MB/sec 2024-07-27T18:48:44.644 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Uwu4ay2YEiPLVzv off=5269808 len=508410 2024-07-27T18:48:44.647 INFO:tasks.workunit.client.0.smithi029.stdout:op 2391 completed, throughput=5MB/sec 2024-07-27T18:48:44.647 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-46qrwADnjvM1bch off=533740 len=883336 2024-07-27T18:48:44.648 INFO:tasks.workunit.client.0.smithi029.stdout:op 2392 completed, throughput=5MB/sec 2024-07-27T18:48:44.649 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-s03CAbd-AoCv2Ul off=943058 len=1183374 2024-07-27T18:48:44.653 INFO:tasks.workunit.client.0.smithi029.stdout:op 2393 completed, throughput=5MB/sec 2024-07-27T18:48:44.653 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-siMpDdXpqNHDHXK off=6826221 len=1263951 2024-07-27T18:48:44.659 INFO:tasks.workunit.client.0.smithi029.stdout:op 2394 completed, throughput=5MB/sec 2024-07-27T18:48:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:44 smithi029 ceph-mon[96870]: pgmap v1648: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:48:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:44 smithi029 ceph-mon[99353]: pgmap v1648: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:48:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:44 smithi179 ceph-mon[89801]: pgmap v1648: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:48:45.660 INFO:tasks.workunit.client.0.smithi029.stdout: 481: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:45.660 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g5idm8vr93NmSt5 off=14237519 len=992729 2024-07-27T18:48:45.661 INFO:tasks.workunit.client.0.smithi029.stdout:op 2395 completed, throughput=4.99MB/sec 2024-07-27T18:48:45.661 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LbcFQzDck7DbT9u off=8802676 len=881570 2024-07-27T18:48:45.667 INFO:tasks.workunit.client.0.smithi029.stdout:op 2396 completed, throughput=5MB/sec 2024-07-27T18:48:45.667 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jRR5GVZ9vD1AocN off=20547736 len=1968146 2024-07-27T18:48:45.676 INFO:tasks.workunit.client.0.smithi029.stdout:op 2397 completed, throughput=5MB/sec 2024-07-27T18:48:45.676 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gD6BGyUv09RM5Yi off=3694091 len=1278874 2024-07-27T18:48:45.684 INFO:tasks.workunit.client.0.smithi029.stdout:op 2398 completed, throughput=5MB/sec 2024-07-27T18:48:46.684 INFO:tasks.workunit.client.0.smithi029.stdout: 482: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:46.685 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WMz2RVE7ecSZlf8 off=967504 len=1084464 2024-07-27T18:48:46.690 INFO:tasks.workunit.client.0.smithi029.stdout:op 2399 completed, throughput=4.99MB/sec 2024-07-27T18:48:46.690 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oKFSSEbQicnoZAv off=5019121 len=737052 2024-07-27T18:48:46.692 INFO:tasks.workunit.client.0.smithi029.stdout:op 2400 completed, throughput=5MB/sec 2024-07-27T18:48:46.692 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wImHaeRv0SI_C5r off=4916690 len=855249 2024-07-27T18:48:46.696 INFO:tasks.workunit.client.0.smithi029.stdout:op 2401 completed, throughput=5MB/sec 2024-07-27T18:48:46.696 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pQjfZkhIJDMf1RT off=14153892 len=1371061 2024-07-27T18:48:46.703 INFO:tasks.workunit.client.0.smithi029.stdout:op 2402 completed, throughput=5MB/sec 2024-07-27T18:48:46.703 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--xaHEJgYV_YVtVn off=8615825 len=1067935 2024-07-27T18:48:46.708 INFO:tasks.workunit.client.0.smithi029.stdout:op 2403 completed, throughput=5MB/sec 2024-07-27T18:48:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:46 smithi029 ceph-mon[96870]: pgmap v1649: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:48:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:46 smithi029 ceph-mon[99353]: pgmap v1649: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:48:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:46 smithi179 ceph-mon[89801]: pgmap v1649: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:48:47.708 INFO:tasks.workunit.client.0.smithi029.stdout: 483: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:47.708 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JbAdSK3UiRPaK6J off=8639046 len=442320 2024-07-27T18:48:47.712 INFO:tasks.workunit.client.0.smithi029.stdout:op 2404 completed, throughput=4.99MB/sec 2024-07-27T18:48:47.712 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OQZSwMchhlz5BLj off=15743153 len=1923818 2024-07-27T18:48:47.714 INFO:tasks.workunit.client.0.smithi029.stdout:op 2405 completed, throughput=5MB/sec 2024-07-27T18:48:47.714 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mVsBWuiE7RfD0Gj off=8113715 len=1413811 2024-07-27T18:48:47.723 INFO:tasks.workunit.client.0.smithi029.stdout:op 2406 completed, throughput=5MB/sec 2024-07-27T18:48:47.723 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KFP1GMetZlLmT6W off=7656947 len=679552 2024-07-27T18:48:47.725 INFO:tasks.workunit.client.0.smithi029.stdout:op 2407 completed, throughput=5MB/sec 2024-07-27T18:48:47.725 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HCy4ChA75iegIMo off=160762 len=1875822 2024-07-27T18:48:47.727 INFO:tasks.workunit.client.0.smithi029.stdout:op 2408 completed, throughput=5MB/sec 2024-07-27T18:48:48.728 INFO:tasks.workunit.client.0.smithi029.stdout: 484: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:48.728 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TeiogW3xN1Nh_pw off=10936164 len=1000570 2024-07-27T18:48:48.730 INFO:tasks.workunit.client.0.smithi029.stdout:op 2409 completed, throughput=5MB/sec 2024-07-27T18:48:48.730 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FphFZlAFbZgQFsg off=5012886 len=1309110 2024-07-27T18:48:48.737 INFO:tasks.workunit.client.0.smithi029.stdout:op 2410 completed, throughput=5MB/sec 2024-07-27T18:48:48.737 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sdYNHmV14HRnxLQ off=1234995 len=24256 2024-07-27T18:48:48.739 INFO:tasks.workunit.client.0.smithi029.stdout:op 2411 completed, throughput=5MB/sec 2024-07-27T18:48:48.739 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TBDck-Hd6eGY62Y off=7739729 len=1059822 2024-07-27T18:48:48.741 INFO:tasks.workunit.client.0.smithi029.stdout:op 2412 completed, throughput=5MB/sec 2024-07-27T18:48:48.741 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dMWBO9JZvM6wNsx off=3967792 len=772337 2024-07-27T18:48:48.742 INFO:tasks.workunit.client.0.smithi029.stdout:op 2413 completed, throughput=5MB/sec 2024-07-27T18:48:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:48 smithi029 ceph-mon[96870]: pgmap v1650: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:48:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:48 smithi029 ceph-mon[99353]: pgmap v1650: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:48:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:48 smithi179 ceph-mon[89801]: pgmap v1650: 105 pgs: 105 active+clean; 127 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:48:49.743 INFO:tasks.workunit.client.0.smithi029.stdout: 485: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:49.743 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SZKhmMZV7-cI3dI off=3864173 len=1427645 2024-07-27T18:48:49.751 INFO:tasks.workunit.client.0.smithi029.stdout:op 2414 completed, throughput=4.99MB/sec 2024-07-27T18:48:49.751 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xGLqOrBZakN0Uqj off=7604728 len=1930068 2024-07-27T18:48:49.761 INFO:tasks.workunit.client.0.smithi029.stdout:op 2415 completed, throughput=5MB/sec 2024-07-27T18:48:49.762 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dA0GIWizUAnpghf off=5392089 len=388668 2024-07-27T18:48:49.765 INFO:tasks.workunit.client.0.smithi029.stdout:op 2416 completed, throughput=5MB/sec 2024-07-27T18:48:49.765 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-m6ySOz1xs_VYftZ off=8566743 len=1044117 2024-07-27T18:48:49.770 INFO:tasks.workunit.client.0.smithi029.stdout:op 2417 completed, throughput=5MB/sec 2024-07-27T18:48:49.770 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jrVVn9_DNMK-isd off=3923160 len=879000 2024-07-27T18:48:49.772 INFO:tasks.workunit.client.0.smithi029.stdout:op 2418 completed, throughput=5MB/sec 2024-07-27T18:48:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:50 smithi029 ceph-mon[96870]: pgmap v1651: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:48:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:50 smithi029 ceph-mon[99353]: pgmap v1651: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:48:50.772 INFO:tasks.workunit.client.0.smithi029.stdout: 486: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:50.772 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-foSMEFuL5f4Em2T off=15610708 len=1470999 2024-07-27T18:48:50.775 INFO:tasks.workunit.client.0.smithi029.stdout:op 2419 completed, throughput=4.99MB/sec 2024-07-27T18:48:50.776 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-P8rl8l5gk1V5uhZ off=1491469 len=60819 2024-07-27T18:48:50.778 INFO:tasks.workunit.client.0.smithi029.stdout:op 2420 completed, throughput=4.99MB/sec 2024-07-27T18:48:50.778 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iN5aerc3y_r7gEW off=2459978 len=589399 2024-07-27T18:48:50.783 INFO:tasks.workunit.client.0.smithi029.stdout:op 2421 completed, throughput=5MB/sec 2024-07-27T18:48:50.783 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--wzYzJs6Z1V0oLT off=3395 len=501884 2024-07-27T18:48:50.784 INFO:tasks.workunit.client.0.smithi029.stdout:op 2422 completed, throughput=5MB/sec 2024-07-27T18:48:50.784 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-J7-ExaXH979i4YL off=4285871 len=121958 2024-07-27T18:48:50.784 INFO:tasks.workunit.client.0.smithi029.stdout:op 2423 completed, throughput=5MB/sec 2024-07-27T18:48:50.784 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LDqC2izpu2JHd28 off=10907735 len=163788 2024-07-27T18:48:50.786 INFO:tasks.workunit.client.0.smithi029.stdout:op 2424 completed, throughput=5MB/sec 2024-07-27T18:48:50.787 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R2MGRycOMBgeIyQ off=322258 len=808379 2024-07-27T18:48:50.791 INFO:tasks.workunit.client.0.smithi029.stdout:op 2425 completed, throughput=5MB/sec 2024-07-27T18:48:50.791 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ggAAEx-VxYvyrqU off=6812983 len=1204698 2024-07-27T18:48:50.793 INFO:tasks.workunit.client.0.smithi029.stdout:op 2426 completed, throughput=5MB/sec 2024-07-27T18:48:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:50 smithi179 ceph-mon[89801]: pgmap v1651: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:48:51.793 INFO:tasks.workunit.client.0.smithi029.stdout: 487: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:51.793 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PezwafQyF8Iez8R off=2238875 len=1820691 2024-07-27T18:48:51.809 INFO:tasks.workunit.client.0.smithi029.stdout:op 2427 completed, throughput=4.99MB/sec 2024-07-27T18:48:51.809 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3yFz0g7QzTlM87F off=2332112 len=1772933 2024-07-27T18:48:51.811 INFO:tasks.workunit.client.0.smithi029.stdout:op 2428 completed, throughput=5MB/sec 2024-07-27T18:48:51.811 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sac_3T238SGrZIk off=2014450 len=815489 2024-07-27T18:48:51.816 INFO:tasks.workunit.client.0.smithi029.stdout:op 2429 completed, throughput=5MB/sec 2024-07-27T18:48:51.816 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GqmfqDH6dhsTHMx off=4580548 len=1959877 2024-07-27T18:48:51.826 INFO:tasks.workunit.client.0.smithi029.stdout:op 2430 completed, throughput=5MB/sec 2024-07-27T18:48:52.715 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:52 smithi179 ceph-mon[89801]: pgmap v1652: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:48:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:52 smithi029 ceph-mon[96870]: pgmap v1652: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:48:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:52 smithi029 ceph-mon[99353]: pgmap v1652: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:48:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:48:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:48:52] "GET /metrics HTTP/1.1" 200 34045 "" "Prometheus/2.43.0" 2024-07-27T18:48:52.825 INFO:tasks.workunit.client.0.smithi029.stdout: 488: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:52.825 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q-Fwk41Juggwy_D off=911984 len=1048246 2024-07-27T18:48:52.830 INFO:tasks.workunit.client.0.smithi029.stdout:op 2431 completed, throughput=4.99MB/sec 2024-07-27T18:48:52.830 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ilzHO1jb_0VVH_5 off=10837216 len=325138 2024-07-27T18:48:52.831 INFO:tasks.workunit.client.0.smithi029.stdout:op 2432 completed, throughput=5MB/sec 2024-07-27T18:48:52.831 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sFKjfbOygsLNrNK off=13336159 len=889405 2024-07-27T18:48:52.833 INFO:tasks.workunit.client.0.smithi029.stdout:op 2433 completed, throughput=5MB/sec 2024-07-27T18:48:52.833 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lYlxdRJdj-6Dxx6 off=1997322 len=454831 2024-07-27T18:48:52.834 INFO:tasks.workunit.client.0.smithi029.stdout:op 2434 completed, throughput=5MB/sec 2024-07-27T18:48:52.834 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Iaa0WQfrihL3VXp off=900122 len=965332 2024-07-27T18:48:52.835 INFO:tasks.workunit.client.0.smithi029.stdout:op 2435 completed, throughput=5MB/sec 2024-07-27T18:48:52.835 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-v0XHigjPljJqKbj off=15842088 len=392041 2024-07-27T18:48:52.838 INFO:tasks.workunit.client.0.smithi029.stdout:op 2436 completed, throughput=5MB/sec 2024-07-27T18:48:53.838 INFO:tasks.workunit.client.0.smithi029.stdout: 489: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:53.838 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YBMx-Eo3tRYdSoj off=2212491 len=131163 2024-07-27T18:48:53.840 INFO:tasks.workunit.client.0.smithi029.stdout:op 2437 completed, throughput=4.99MB/sec 2024-07-27T18:48:53.840 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PLhbgJNOWelhGyi off=1176121 len=652169 2024-07-27T18:48:53.844 INFO:tasks.workunit.client.0.smithi029.stdout:op 2438 completed, throughput=4.99MB/sec 2024-07-27T18:48:53.844 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JFF-5saTccQ7YwK off=10784529 len=1182113 2024-07-27T18:48:53.846 INFO:tasks.workunit.client.0.smithi029.stdout:op 2439 completed, throughput=4.99MB/sec 2024-07-27T18:48:53.846 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VZEUCDAuuYHds8g off=1240350 len=1174326 2024-07-27T18:48:53.853 INFO:tasks.workunit.client.0.smithi029.stdout:op 2440 completed, throughput=5MB/sec 2024-07-27T18:48:53.853 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-21QfDrAzCLVUfm0 off=11131824 len=1349943 2024-07-27T18:48:53.855 INFO:tasks.workunit.client.0.smithi029.stdout:op 2441 completed, throughput=5MB/sec 2024-07-27T18:48:53.855 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s9vxjKuf2lNi7ma off=8442971 len=978834 2024-07-27T18:48:53.856 INFO:tasks.workunit.client.0.smithi029.stdout:op 2442 completed, throughput=5MB/sec 2024-07-27T18:48:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:54 smithi029 ceph-mon[96870]: pgmap v1653: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:48:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:48:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:54 smithi029 ceph-mon[99353]: pgmap v1653: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:48:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:48:54.856 INFO:tasks.workunit.client.0.smithi029.stdout: 490: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:54.857 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Gr125wQhvyqSGwl off=5629660 len=1597307 2024-07-27T18:48:54.859 INFO:tasks.workunit.client.0.smithi029.stdout:op 2443 completed, throughput=4.99MB/sec 2024-07-27T18:48:54.859 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9ep5mC0AkhERayU off=1868408 len=1084111 2024-07-27T18:48:54.861 INFO:tasks.workunit.client.0.smithi029.stdout:op 2444 completed, throughput=5MB/sec 2024-07-27T18:48:54.861 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VQJcaJF8UN24P0x off=11575433 len=515053 2024-07-27T18:48:54.865 INFO:tasks.workunit.client.0.smithi029.stdout:op 2445 completed, throughput=5MB/sec 2024-07-27T18:48:54.865 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jMCyN7tyUmNpI_h off=5543944 len=1848406 2024-07-27T18:48:54.872 INFO:tasks.workunit.client.0.smithi029.stdout:op 2446 completed, throughput=5MB/sec 2024-07-27T18:48:54.873 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-87b9EwlLv6ebOB2 off=19749956 len=1240938 2024-07-27T18:48:54.878 INFO:tasks.workunit.client.0.smithi029.stdout:op 2447 completed, throughput=5MB/sec 2024-07-27T18:48:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:54 smithi179 ceph-mon[89801]: pgmap v1653: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:48:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:48:55.878 INFO:tasks.workunit.client.0.smithi029.stdout: 491: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:55.879 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NUn9D5pUX5y4Q6O off=273621 len=1045672 2024-07-27T18:48:55.884 INFO:tasks.workunit.client.0.smithi029.stdout:op 2448 completed, throughput=4.99MB/sec 2024-07-27T18:48:55.885 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MKjxozKMwcLsPA3 off=12355042 len=2067201 2024-07-27T18:48:55.887 INFO:tasks.workunit.client.0.smithi029.stdout:op 2449 completed, throughput=5MB/sec 2024-07-27T18:48:55.887 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WKmxXGMv-EbyIuF off=2745279 len=497703 2024-07-27T18:48:55.888 INFO:tasks.workunit.client.0.smithi029.stdout:op 2450 completed, throughput=5MB/sec 2024-07-27T18:48:55.888 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-36CTnRFpaFAvF7X off=2635069 len=641524 2024-07-27T18:48:55.890 INFO:tasks.workunit.client.0.smithi029.stdout:op 2451 completed, throughput=5MB/sec 2024-07-27T18:48:56.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:56 smithi029 ceph-mon[96870]: pgmap v1654: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.6 MiB/s wr, 6 op/s 2024-07-27T18:48:56.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:56 smithi029 ceph-mon[99353]: pgmap v1654: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.6 MiB/s wr, 6 op/s 2024-07-27T18:48:56.890 INFO:tasks.workunit.client.0.smithi029.stdout: 492: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:56.890 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-opnTCeFrpqARjb4 off=13764987 len=1855447 2024-07-27T18:48:56.892 INFO:tasks.workunit.client.0.smithi029.stdout:op 2452 completed, throughput=4.99MB/sec 2024-07-27T18:48:56.892 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_VjasjEGbKz9L-S off=4131217 len=467732 2024-07-27T18:48:56.896 INFO:tasks.workunit.client.0.smithi029.stdout:op 2453 completed, throughput=4.99MB/sec 2024-07-27T18:48:56.896 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BHX8txSN1bI5qhA off=9321895 len=1443419 2024-07-27T18:48:56.898 INFO:tasks.workunit.client.0.smithi029.stdout:op 2454 completed, throughput=5MB/sec 2024-07-27T18:48:56.898 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Zqr0BQ8Ya884toD off=22766492 len=1678290 2024-07-27T18:48:56.900 INFO:tasks.workunit.client.0.smithi029.stdout:op 2455 completed, throughput=5MB/sec 2024-07-27T18:48:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:56 smithi179 ceph-mon[89801]: pgmap v1654: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.6 MiB/s wr, 6 op/s 2024-07-27T18:48:57.901 INFO:tasks.workunit.client.0.smithi029.stdout: 493: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:57.901 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wz67Zvser1L3e11 off=5179623 len=1023311 2024-07-27T18:48:57.907 INFO:tasks.workunit.client.0.smithi029.stdout:op 2456 completed, throughput=4.99MB/sec 2024-07-27T18:48:57.907 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4hQvXK3WnLWKt6T off=598978 len=1865317 2024-07-27T18:48:57.910 INFO:tasks.workunit.client.0.smithi029.stdout:op 2457 completed, throughput=5MB/sec 2024-07-27T18:48:57.910 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kV0LBEYC5Um82FH off=11238337 len=425482 2024-07-27T18:48:57.911 INFO:tasks.workunit.client.0.smithi029.stdout:op 2458 completed, throughput=5MB/sec 2024-07-27T18:48:57.911 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5nQk_U-CBXbchSY off=8447030 len=1556965 2024-07-27T18:48:57.922 INFO:tasks.workunit.client.0.smithi029.stdout:op 2459 completed, throughput=5MB/sec 2024-07-27T18:48:57.922 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e9nWt3wQnMExnKV off=7862898 len=1507396 2024-07-27T18:48:57.924 INFO:tasks.workunit.client.0.smithi029.stdout:op 2460 completed, throughput=5MB/sec 2024-07-27T18:48:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:48:58 smithi029 ceph-mon[96870]: pgmap v1655: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:48:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:48:58 smithi029 ceph-mon[99353]: pgmap v1655: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:48:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:48:58 smithi179 ceph-mon[89801]: pgmap v1655: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:48:58.924 INFO:tasks.workunit.client.0.smithi029.stdout: 494: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:58.924 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Xv9aMiTx060xSoy off=1778269 len=750409 2024-07-27T18:48:58.928 INFO:tasks.workunit.client.0.smithi029.stdout:op 2461 completed, throughput=4.99MB/sec 2024-07-27T18:48:58.929 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CrTmVsSJ76lU_JW off=77702 len=1654113 2024-07-27T18:48:58.936 INFO:tasks.workunit.client.0.smithi029.stdout:op 2462 completed, throughput=5MB/sec 2024-07-27T18:48:58.936 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nN7C3mnzE-bBAMP off=10758345 len=861965 2024-07-27T18:48:58.937 INFO:tasks.workunit.client.0.smithi029.stdout:op 2463 completed, throughput=5MB/sec 2024-07-27T18:48:58.937 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mwxbz31ddQkpfVq off=5619041 len=1805606 2024-07-27T18:48:58.939 INFO:tasks.workunit.client.0.smithi029.stdout:op 2464 completed, throughput=5MB/sec 2024-07-27T18:48:59.939 INFO:tasks.workunit.client.0.smithi029.stdout: 495: throughput=4.99MB/sec pending data=0 2024-07-27T18:48:59.939 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iGekRTJT7fIbTCP off=2853388 len=524237 2024-07-27T18:48:59.940 INFO:tasks.workunit.client.0.smithi029.stdout:op 2465 completed, throughput=4.99MB/sec 2024-07-27T18:48:59.940 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FVM4_FgE4CrYHDr off=9859126 len=1708418 2024-07-27T18:48:59.942 INFO:tasks.workunit.client.0.smithi029.stdout:op 2466 completed, throughput=5MB/sec 2024-07-27T18:48:59.942 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GILd2vCq7ugrxwX off=117020 len=1613162 2024-07-27T18:48:59.950 INFO:tasks.workunit.client.0.smithi029.stdout:op 2467 completed, throughput=5MB/sec 2024-07-27T18:48:59.950 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iVgI1d398qnxJ4W off=188734 len=1888674 2024-07-27T18:48:59.965 INFO:tasks.workunit.client.0.smithi029.stdout:op 2468 completed, throughput=5MB/sec 2024-07-27T18:49:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:00 smithi029 ceph-mon[96870]: pgmap v1656: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:49:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:00 smithi029 ceph-mon[99353]: pgmap v1656: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:49:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:00 smithi179 ceph-mon[89801]: pgmap v1656: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:49:00.965 INFO:tasks.workunit.client.0.smithi029.stdout: 496: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:00.965 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MZWJug7d_zFGnWt off=7455349 len=1065091 2024-07-27T18:49:00.967 INFO:tasks.workunit.client.0.smithi029.stdout:op 2469 completed, throughput=4.99MB/sec 2024-07-27T18:49:00.967 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ykeZF4n0C2YtWKN off=5146375 len=1173493 2024-07-27T18:49:00.973 INFO:tasks.workunit.client.0.smithi029.stdout:op 2470 completed, throughput=5MB/sec 2024-07-27T18:49:00.973 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Pr_KIj1O-c1Trcs off=11374619 len=654720 2024-07-27T18:49:00.977 INFO:tasks.workunit.client.0.smithi029.stdout:op 2471 completed, throughput=5MB/sec 2024-07-27T18:49:00.978 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AtZNVqWv3zYme8u off=2911207 len=101778 2024-07-27T18:49:00.980 INFO:tasks.workunit.client.0.smithi029.stdout:op 2472 completed, throughput=5MB/sec 2024-07-27T18:49:00.980 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vmCkUR1SsVMJWvm off=7454846 len=457782 2024-07-27T18:49:00.984 INFO:tasks.workunit.client.0.smithi029.stdout:op 2473 completed, throughput=5MB/sec 2024-07-27T18:49:00.984 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NKvsIqYGlVnFnke off=5869320 len=1777790 2024-07-27T18:49:00.986 INFO:tasks.workunit.client.0.smithi029.stdout:op 2474 completed, throughput=5MB/sec 2024-07-27T18:49:01.986 INFO:tasks.workunit.client.0.smithi029.stdout: 497: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:01.987 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-b8Q8szWv8hWLvFJ off=2018745 len=1357784 2024-07-27T18:49:01.989 INFO:tasks.workunit.client.0.smithi029.stdout:op 2475 completed, throughput=5MB/sec 2024-07-27T18:49:01.990 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-g7XbWeDy1Ux7mJC off=1380241 len=661861 2024-07-27T18:49:01.994 INFO:tasks.workunit.client.0.smithi029.stdout:op 2476 completed, throughput=5MB/sec 2024-07-27T18:49:01.994 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RoK6b_Q3CBbrqNc off=7424779 len=1091301 2024-07-27T18:49:01.996 INFO:tasks.workunit.client.0.smithi029.stdout:op 2477 completed, throughput=5MB/sec 2024-07-27T18:49:01.996 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_dgHsvemzjppRCu off=3611023 len=1935068 2024-07-27T18:49:02.007 INFO:tasks.workunit.client.0.smithi029.stdout:op 2478 completed, throughput=5MB/sec 2024-07-27T18:49:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:02 smithi029 ceph-mon[96870]: pgmap v1657: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:49:02.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:02 smithi029 ceph-mon[99353]: pgmap v1657: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:49:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:49:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:49:02] "GET /metrics HTTP/1.1" 200 34044 "" "Prometheus/2.43.0" 2024-07-27T18:49:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:02 smithi179 ceph-mon[89801]: pgmap v1657: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:49:03.007 INFO:tasks.workunit.client.0.smithi029.stdout: 498: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:03.008 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Zu-3IRUEQNwQnIk off=4658471 len=1773295 2024-07-27T18:49:03.010 INFO:tasks.workunit.client.0.smithi029.stdout:op 2479 completed, throughput=5MB/sec 2024-07-27T18:49:03.010 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Z6snw0rYjLImrug off=7579568 len=550991 2024-07-27T18:49:03.011 INFO:tasks.workunit.client.0.smithi029.stdout:op 2480 completed, throughput=5MB/sec 2024-07-27T18:49:03.011 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JAe32TBLHNww_L9 off=3390808 len=654609 2024-07-27T18:49:03.015 INFO:tasks.workunit.client.0.smithi029.stdout:op 2481 completed, throughput=5MB/sec 2024-07-27T18:49:03.016 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9iX-EEW0O3t4zCr off=1364929 len=557200 2024-07-27T18:49:03.020 INFO:tasks.workunit.client.0.smithi029.stdout:op 2482 completed, throughput=5MB/sec 2024-07-27T18:49:03.020 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NP9WZvmkwur25_f off=7028929 len=160786 2024-07-27T18:49:03.020 INFO:tasks.workunit.client.0.smithi029.stdout:op 2483 completed, throughput=5MB/sec 2024-07-27T18:49:03.021 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nWcBbEIFpfS3CCz off=2419760 len=992167 2024-07-27T18:49:03.025 INFO:tasks.workunit.client.0.smithi029.stdout:op 2484 completed, throughput=5MB/sec 2024-07-27T18:49:04.025 INFO:tasks.workunit.client.0.smithi029.stdout: 499: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:04.026 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vqYee7rm01FxXyT off=2135948 len=1967500 2024-07-27T18:49:04.034 INFO:tasks.workunit.client.0.smithi029.stdout:op 2485 completed, throughput=4.99MB/sec 2024-07-27T18:49:04.035 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TMy9nESSq1SHWi0 off=13552831 len=914018 2024-07-27T18:49:04.037 INFO:tasks.workunit.client.0.smithi029.stdout:op 2486 completed, throughput=5MB/sec 2024-07-27T18:49:04.037 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Y67UqI1PMOmQbSk off=8921273 len=1175754 2024-07-27T18:49:04.038 INFO:tasks.workunit.client.0.smithi029.stdout:op 2487 completed, throughput=5MB/sec 2024-07-27T18:49:04.038 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xGLqOrBZakN0Uqj off=5575786 len=1768579 2024-07-27T18:49:04.040 INFO:tasks.workunit.client.0.smithi029.stdout:op 2488 completed, throughput=5MB/sec 2024-07-27T18:49:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:04 smithi029 ceph-mon[96870]: pgmap v1658: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:49:04.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:04 smithi029 ceph-mon[99353]: pgmap v1658: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:49:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:04 smithi179 ceph-mon[89801]: pgmap v1658: 105 pgs: 105 active+clean; 127 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:49:05.040 INFO:tasks.workunit.client.0.smithi029.stdout: 500: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:05.041 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0fRcDxSg8palRqj off=1735527 len=604991 2024-07-27T18:49:05.044 INFO:tasks.workunit.client.0.smithi029.stdout:op 2489 completed, throughput=4.99MB/sec 2024-07-27T18:49:05.045 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6Pc5dw6N0oyjL9T off=565729 len=1888563 2024-07-27T18:49:05.047 INFO:tasks.workunit.client.0.smithi029.stdout:op 2490 completed, throughput=5MB/sec 2024-07-27T18:49:05.047 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3R0plbfEc53EZ5J off=666439 len=1155740 2024-07-27T18:49:05.049 INFO:tasks.workunit.client.0.smithi029.stdout:op 2491 completed, throughput=5MB/sec 2024-07-27T18:49:05.049 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qVBYn8nYH_-Fr2k off=14129245 len=550790 2024-07-27T18:49:05.051 INFO:tasks.workunit.client.0.smithi029.stdout:op 2492 completed, throughput=5MB/sec 2024-07-27T18:49:05.051 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MMhxDSnj7c_fp31 off=458332 len=806351 2024-07-27T18:49:05.056 INFO:tasks.workunit.client.0.smithi029.stdout:op 2493 completed, throughput=5MB/sec 2024-07-27T18:49:06.057 INFO:tasks.workunit.client.0.smithi029.stdout: 501: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:06.057 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UghxQyeOXmcOujF off=22955214 len=1772118 2024-07-27T18:49:06.064 INFO:tasks.workunit.client.0.smithi029.stdout:op 2494 completed, throughput=4.99MB/sec 2024-07-27T18:49:06.064 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cIlzyPprTGITFMa off=13089160 len=464823 2024-07-27T18:49:06.067 INFO:tasks.workunit.client.0.smithi029.stdout:op 2495 completed, throughput=5MB/sec 2024-07-27T18:49:06.067 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aAxr8pyyfUVxS0Y off=2094553 len=1642383 2024-07-27T18:49:06.077 INFO:tasks.workunit.client.0.smithi029.stdout:op 2496 completed, throughput=5MB/sec 2024-07-27T18:49:06.077 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kyfGaar-WmvoWWe off=1439379 len=1147626 2024-07-27T18:49:06.078 INFO:tasks.workunit.client.0.smithi029.stdout:op 2497 completed, throughput=5MB/sec 2024-07-27T18:49:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:06 smithi029 ceph-mon[96870]: pgmap v1659: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:49:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:06 smithi029 ceph-mon[99353]: pgmap v1659: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:49:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:06 smithi179 ceph-mon[89801]: pgmap v1659: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:49:07.079 INFO:tasks.workunit.client.0.smithi029.stdout: 502: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:07.079 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_Q3-l-u_iAelq2i off=38373 len=1614534 2024-07-27T18:49:07.086 INFO:tasks.workunit.client.0.smithi029.stdout:op 2498 completed, throughput=4.99MB/sec 2024-07-27T18:49:07.086 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UR75-V_3VYdUR0E off=3348958 len=593888 2024-07-27T18:49:07.090 INFO:tasks.workunit.client.0.smithi029.stdout:op 2499 completed, throughput=4.99MB/sec 2024-07-27T18:49:07.090 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-u1DNOkw5P8606CM off=4720136 len=1415179 2024-07-27T18:49:07.092 INFO:tasks.workunit.client.0.smithi029.stdout:op 2500 completed, throughput=5MB/sec 2024-07-27T18:49:07.092 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-65Ej2jv2fgoNsdD off=5499156 len=802679 2024-07-27T18:49:07.093 INFO:tasks.workunit.client.0.smithi029.stdout:op 2501 completed, throughput=5MB/sec 2024-07-27T18:49:07.093 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w4ByfUf2cv926xB off=2780371 len=1141530 2024-07-27T18:49:07.094 INFO:tasks.workunit.client.0.smithi029.stdout:op 2502 completed, throughput=5MB/sec 2024-07-27T18:49:08.094 INFO:tasks.workunit.client.0.smithi029.stdout: 503: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:08.095 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_rnMMOKSExSi-zA off=8776303 len=110660 2024-07-27T18:49:08.095 INFO:tasks.workunit.client.0.smithi029.stdout:op 2503 completed, throughput=4.99MB/sec 2024-07-27T18:49:08.095 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3-sNgL12lX14YSK off=9432682 len=1946372 2024-07-27T18:49:08.098 INFO:tasks.workunit.client.0.smithi029.stdout:op 2504 completed, throughput=4.99MB/sec 2024-07-27T18:49:08.098 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QIW6UPBqs--tuSe off=14684812 len=215131 2024-07-27T18:49:08.101 INFO:tasks.workunit.client.0.smithi029.stdout:op 2505 completed, throughput=5MB/sec 2024-07-27T18:49:08.101 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uZ7ahUC7RxKgY-B off=15151539 len=453548 2024-07-27T18:49:08.102 INFO:tasks.workunit.client.0.smithi029.stdout:op 2506 completed, throughput=5MB/sec 2024-07-27T18:49:08.102 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lod5Y2J5z3Tnoe- off=3310018 len=1919135 2024-07-27T18:49:08.115 INFO:tasks.workunit.client.0.smithi029.stdout:op 2507 completed, throughput=5MB/sec 2024-07-27T18:49:08.115 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cDU24rYRxGBVeNU off=6250050 len=1186755 2024-07-27T18:49:08.121 INFO:tasks.workunit.client.0.smithi029.stdout:op 2508 completed, throughput=5MB/sec 2024-07-27T18:49:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:08 smithi029 ceph-mon[96870]: pgmap v1660: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 3 op/s 2024-07-27T18:49:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:08 smithi029 ceph-mon[99353]: pgmap v1660: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 3 op/s 2024-07-27T18:49:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:08 smithi179 ceph-mon[89801]: pgmap v1660: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 3 op/s 2024-07-27T18:49:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: 504: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:09.121 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eV0XFftw9tu1Iqf off=2772161 len=1055728 2024-07-27T18:49:09.128 INFO:tasks.workunit.client.0.smithi029.stdout:op 2509 completed, throughput=4.99MB/sec 2024-07-27T18:49:09.128 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9YRICnBUhq-lDNE off=3471148 len=831462 2024-07-27T18:49:09.133 INFO:tasks.workunit.client.0.smithi029.stdout:op 2510 completed, throughput=5MB/sec 2024-07-27T18:49:09.133 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EpGix3DETIVSWDu off=5183041 len=1409188 2024-07-27T18:49:09.138 INFO:tasks.workunit.client.0.smithi029.stdout:op 2511 completed, throughput=5MB/sec 2024-07-27T18:49:09.138 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-E1EzE4QOTsYJXVY off=14842485 len=211757 2024-07-27T18:49:09.139 INFO:tasks.workunit.client.0.smithi029.stdout:op 2512 completed, throughput=5MB/sec 2024-07-27T18:49:09.139 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OZL1YiuVyyd1SVD off=291808 len=54834 2024-07-27T18:49:09.141 INFO:tasks.workunit.client.0.smithi029.stdout:op 2513 completed, throughput=5MB/sec 2024-07-27T18:49:09.141 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-__VAxWMv17UZt4t off=34601 len=404433 2024-07-27T18:49:09.142 INFO:tasks.workunit.client.0.smithi029.stdout:op 2514 completed, throughput=5MB/sec 2024-07-27T18:49:09.142 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mV7iZ-v4lkLW29u off=20331383 len=30948 2024-07-27T18:49:09.144 INFO:tasks.workunit.client.0.smithi029.stdout:op 2515 completed, throughput=5MB/sec 2024-07-27T18:49:09.144 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vlFegeAKFZyc_fs off=5437923 len=442861 2024-07-27T18:49:09.145 INFO:tasks.workunit.client.0.smithi029.stdout:op 2516 completed, throughput=5MB/sec 2024-07-27T18:49:09.145 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZmWL0G1LZcwvwme off=7388061 len=1183402 2024-07-27T18:49:09.147 INFO:tasks.workunit.client.0.smithi029.stdout:op 2517 completed, throughput=5MB/sec 2024-07-27T18:49:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:49:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:49:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:49:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: 505: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:10.148 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TkEio4WYe0oaFeO off=4113804 len=2079691 2024-07-27T18:49:10.151 INFO:tasks.workunit.client.0.smithi029.stdout:op 2518 completed, throughput=5MB/sec 2024-07-27T18:49:10.151 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MBVCbtOpSwPHP26 off=5467634 len=934414 2024-07-27T18:49:10.156 INFO:tasks.workunit.client.0.smithi029.stdout:op 2519 completed, throughput=5MB/sec 2024-07-27T18:49:10.156 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-k1Rx3vKTvV4m5rm off=6218959 len=1587290 2024-07-27T18:49:10.162 INFO:tasks.workunit.client.0.smithi029.stdout:op 2520 completed, throughput=5MB/sec 2024-07-27T18:49:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:10 smithi029 ceph-mon[96870]: pgmap v1661: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:49:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:10 smithi029 ceph-mon[99353]: pgmap v1661: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:49:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:10 smithi179 ceph-mon[89801]: pgmap v1661: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:49:11.162 INFO:tasks.workunit.client.0.smithi029.stdout: 506: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:11.163 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xBgQ3dMjE0o796O off=3780568 len=738122 2024-07-27T18:49:11.167 INFO:tasks.workunit.client.0.smithi029.stdout:op 2521 completed, throughput=4.99MB/sec 2024-07-27T18:49:11.167 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8scFIrgTGrG2h0w off=1037663 len=70673 2024-07-27T18:49:11.167 INFO:tasks.workunit.client.0.smithi029.stdout:op 2522 completed, throughput=4.99MB/sec 2024-07-27T18:49:11.168 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--0hOwfHJCb1shkA off=1306793 len=332837 2024-07-27T18:49:11.171 INFO:tasks.workunit.client.0.smithi029.stdout:op 2523 completed, throughput=4.99MB/sec 2024-07-27T18:49:11.171 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jR3B7fXrTXqSIiH off=3408078 len=1189195 2024-07-27T18:49:11.177 INFO:tasks.workunit.client.0.smithi029.stdout:op 2524 completed, throughput=5MB/sec 2024-07-27T18:49:11.177 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0Fgd6uRCUtPZAJw off=2029584 len=446761 2024-07-27T18:49:11.180 INFO:tasks.workunit.client.0.smithi029.stdout:op 2525 completed, throughput=5MB/sec 2024-07-27T18:49:11.180 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mMa1hPz4DX9hx8V off=12081290 len=431869 2024-07-27T18:49:11.184 INFO:tasks.workunit.client.0.smithi029.stdout:op 2526 completed, throughput=5MB/sec 2024-07-27T18:49:11.184 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qQey4nmMiFvpS_c off=6468955 len=2028670 2024-07-27T18:49:11.186 INFO:tasks.workunit.client.0.smithi029.stdout:op 2527 completed, throughput=5MB/sec 2024-07-27T18:49:12.186 INFO:tasks.workunit.client.0.smithi029.stdout: 507: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:12.187 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xqfvZpDV_HIBSgo off=4427286 len=598131 2024-07-27T18:49:12.190 INFO:tasks.workunit.client.0.smithi029.stdout:op 2528 completed, throughput=4.99MB/sec 2024-07-27T18:49:12.190 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2Zn6rUzP8Zm2thl off=547132 len=638673 2024-07-27T18:49:12.191 INFO:tasks.workunit.client.0.smithi029.stdout:op 2529 completed, throughput=4.99MB/sec 2024-07-27T18:49:12.192 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QRiLXQ2Jmu7ZS95 off=3707386 len=1189133 2024-07-27T18:49:12.199 INFO:tasks.workunit.client.0.smithi029.stdout:op 2530 completed, throughput=5MB/sec 2024-07-27T18:49:12.199 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Nzi_0jyzvUUDRfW off=11648265 len=642862 2024-07-27T18:49:12.203 INFO:tasks.workunit.client.0.smithi029.stdout:op 2531 completed, throughput=5MB/sec 2024-07-27T18:49:12.203 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nRXcUJBlUv4Svqg off=1840232 len=1910545 2024-07-27T18:49:12.209 INFO:tasks.workunit.client.0.smithi029.stdout:op 2532 completed, throughput=5MB/sec 2024-07-27T18:49:12.209 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GNA9LLEs5V3f2Sv off=2021152 len=1574380 2024-07-27T18:49:12.211 INFO:tasks.workunit.client.0.smithi029.stdout:op 2533 completed, throughput=5MB/sec 2024-07-27T18:49:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:12 smithi029 ceph-mon[96870]: pgmap v1662: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:49:12.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:12 smithi029 ceph-mon[99353]: pgmap v1662: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:49:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:49:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:49:12] "GET /metrics HTTP/1.1" 200 34047 "" "Prometheus/2.43.0" 2024-07-27T18:49:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:12 smithi179 ceph-mon[89801]: pgmap v1662: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:49:13.211 INFO:tasks.workunit.client.0.smithi029.stdout: 508: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:13.211 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BLLe2VN80cQ4ZHu off=13029872 len=1703488 2024-07-27T18:49:13.215 INFO:tasks.workunit.client.0.smithi029.stdout:op 2534 completed, throughput=5MB/sec 2024-07-27T18:49:13.215 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iuQ4Nz2lH3iJtDe off=3086517 len=1684060 2024-07-27T18:49:13.217 INFO:tasks.workunit.client.0.smithi029.stdout:op 2535 completed, throughput=5MB/sec 2024-07-27T18:49:13.217 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-B84kYp6LJnmNWLJ off=14454445 len=287362 2024-07-27T18:49:13.218 INFO:tasks.workunit.client.0.smithi029.stdout:op 2536 completed, throughput=5MB/sec 2024-07-27T18:49:13.218 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zXEmcg5M1Pj-3x9 off=16517095 len=747919 2024-07-27T18:49:13.222 INFO:tasks.workunit.client.0.smithi029.stdout:op 2537 completed, throughput=5MB/sec 2024-07-27T18:49:14.223 INFO:tasks.workunit.client.0.smithi029.stdout: 509: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:14.223 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Wz-J9baKtw0khRj off=799601 len=769176 2024-07-27T18:49:14.228 INFO:tasks.workunit.client.0.smithi029.stdout:op 2538 completed, throughput=4.99MB/sec 2024-07-27T18:49:14.228 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QGS-Wvv-Y4-e4h_ off=1920830 len=361487 2024-07-27T18:49:14.231 INFO:tasks.workunit.client.0.smithi029.stdout:op 2539 completed, throughput=4.99MB/sec 2024-07-27T18:49:14.231 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lYlxdRJdj-6Dxx6 off=932003 len=173640 2024-07-27T18:49:14.232 INFO:tasks.workunit.client.0.smithi029.stdout:op 2540 completed, throughput=4.99MB/sec 2024-07-27T18:49:14.232 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fid7rwNkfcSnqXQ off=494596 len=755437 2024-07-27T18:49:14.233 INFO:tasks.workunit.client.0.smithi029.stdout:op 2541 completed, throughput=5MB/sec 2024-07-27T18:49:14.233 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uA8TVaX5UN4HO5Q off=847871 len=462585 2024-07-27T18:49:14.236 INFO:tasks.workunit.client.0.smithi029.stdout:op 2542 completed, throughput=5MB/sec 2024-07-27T18:49:14.237 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EjKSoLHynlJO3L3 off=710398 len=1886184 2024-07-27T18:49:14.238 INFO:tasks.workunit.client.0.smithi029.stdout:op 2543 completed, throughput=5MB/sec 2024-07-27T18:49:14.239 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2pPgPGeNq0BYoVc off=426940 len=1992257 2024-07-27T18:49:14.243 INFO:tasks.workunit.client.0.smithi029.stdout:op 2544 completed, throughput=5MB/sec 2024-07-27T18:49:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:14 smithi029 ceph-mon[99353]: pgmap v1663: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:49:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:14 smithi029 ceph-mon[96870]: pgmap v1663: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:49:14.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:14 smithi179 ceph-mon[89801]: pgmap v1663: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:49:15.243 INFO:tasks.workunit.client.0.smithi029.stdout: 510: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:15.243 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A-0u34rfWYYik0- off=13925076 len=1319896 2024-07-27T18:49:15.245 INFO:tasks.workunit.client.0.smithi029.stdout:op 2545 completed, throughput=5MB/sec 2024-07-27T18:49:15.245 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xOOITpKgbJBXeK1 off=250469 len=651994 2024-07-27T18:49:15.249 INFO:tasks.workunit.client.0.smithi029.stdout:op 2546 completed, throughput=5MB/sec 2024-07-27T18:49:15.249 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6Jj4V-wEU412sX7 off=7110842 len=479292 2024-07-27T18:49:15.252 INFO:tasks.workunit.client.0.smithi029.stdout:op 2547 completed, throughput=5MB/sec 2024-07-27T18:49:15.252 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ugqxXNrHL12D--z off=1657003 len=1108169 2024-07-27T18:49:15.254 INFO:tasks.workunit.client.0.smithi029.stdout:op 2548 completed, throughput=5MB/sec 2024-07-27T18:49:15.254 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hhhmKJKqlsh6AY5 off=24188575 len=1101938 2024-07-27T18:49:15.254 INFO:tasks.workunit.client.0.smithi029.stdout:op 2549 completed, throughput=5MB/sec 2024-07-27T18:49:16.255 INFO:tasks.workunit.client.0.smithi029.stdout: 511: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:16.255 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6N-mNMKM8G6L2r5 off=8483770 len=306785 2024-07-27T18:49:16.256 INFO:tasks.workunit.client.0.smithi029.stdout:op 2550 completed, throughput=4.99MB/sec 2024-07-27T18:49:16.256 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DsxppjStMQ1rFXL off=10506301 len=1913076 2024-07-27T18:49:16.258 INFO:tasks.workunit.client.0.smithi029.stdout:op 2551 completed, throughput=5MB/sec 2024-07-27T18:49:16.258 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8L1XqGh_gJOuYBQ off=5299856 len=1645890 2024-07-27T18:49:16.260 INFO:tasks.workunit.client.0.smithi029.stdout:op 2552 completed, throughput=5MB/sec 2024-07-27T18:49:16.261 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eh3w_di6yVOJjrb off=4488159 len=404419 2024-07-27T18:49:16.262 INFO:tasks.workunit.client.0.smithi029.stdout:op 2553 completed, throughput=5MB/sec 2024-07-27T18:49:16.262 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wes_j0NiBASsRDh off=2611244 len=562853 2024-07-27T18:49:16.266 INFO:tasks.workunit.client.0.smithi029.stdout:op 2554 completed, throughput=5MB/sec 2024-07-27T18:49:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:16 smithi029 ceph-mon[96870]: pgmap v1664: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:49:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:16 smithi029 ceph-mon[99353]: pgmap v1664: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:49:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:16 smithi179 ceph-mon[89801]: pgmap v1664: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:49:17.266 INFO:tasks.workunit.client.0.smithi029.stdout: 512: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:17.267 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-q6xou7I-W8MAaQp off=9221775 len=1485848 2024-07-27T18:49:17.275 INFO:tasks.workunit.client.0.smithi029.stdout:op 2555 completed, throughput=4.99MB/sec 2024-07-27T18:49:17.275 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eCwGfuUPDV0Ca6n off=10887173 len=644327 2024-07-27T18:49:17.279 INFO:tasks.workunit.client.0.smithi029.stdout:op 2556 completed, throughput=5MB/sec 2024-07-27T18:49:17.279 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jc9pPGzrdWdx2iy off=19339907 len=1867058 2024-07-27T18:49:17.282 INFO:tasks.workunit.client.0.smithi029.stdout:op 2557 completed, throughput=5MB/sec 2024-07-27T18:49:17.282 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Gf7BWF-wmEtW4Bw off=5963863 len=1032243 2024-07-27T18:49:17.284 INFO:tasks.workunit.client.0.smithi029.stdout:op 2558 completed, throughput=5MB/sec 2024-07-27T18:49:18.284 INFO:tasks.workunit.client.0.smithi029.stdout: 513: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:18.284 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5IpHGVgsYBzx1eR off=15017645 len=390287 2024-07-27T18:49:18.287 INFO:tasks.workunit.client.0.smithi029.stdout:op 2559 completed, throughput=4.99MB/sec 2024-07-27T18:49:18.287 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MKjxozKMwcLsPA3 off=3255917 len=465973 2024-07-27T18:49:18.288 INFO:tasks.workunit.client.0.smithi029.stdout:op 2560 completed, throughput=4.99MB/sec 2024-07-27T18:49:18.288 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fJzcKKSLsDnSvct off=5280792 len=1113956 2024-07-27T18:49:18.294 INFO:tasks.workunit.client.0.smithi029.stdout:op 2561 completed, throughput=4.99MB/sec 2024-07-27T18:49:18.294 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mMN9NLPfhhULsRG off=2682585 len=1063554 2024-07-27T18:49:18.300 INFO:tasks.workunit.client.0.smithi029.stdout:op 2562 completed, throughput=5MB/sec 2024-07-27T18:49:18.300 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gZncc9SPSCzaFaz off=20354479 len=1190155 2024-07-27T18:49:18.305 INFO:tasks.workunit.client.0.smithi029.stdout:op 2563 completed, throughput=5MB/sec 2024-07-27T18:49:18.305 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-L0KZQjhb6My69eU off=4644703 len=485323 2024-07-27T18:49:18.309 INFO:tasks.workunit.client.0.smithi029.stdout:op 2564 completed, throughput=5MB/sec 2024-07-27T18:49:18.309 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-D0IguCE0clS7-Eh off=5876182 len=1240633 2024-07-27T18:49:18.310 INFO:tasks.workunit.client.0.smithi029.stdout:op 2565 completed, throughput=5MB/sec 2024-07-27T18:49:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:18 smithi179 ceph-mon[89801]: pgmap v1665: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:49:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:18 smithi029 ceph-mon[96870]: pgmap v1665: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:49:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:18 smithi029 ceph-mon[99353]: pgmap v1665: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:49:19.310 INFO:tasks.workunit.client.0.smithi029.stdout: 514: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:19.311 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-c9sf5ldubBkzA-P off=8283693 len=945327 2024-07-27T18:49:19.313 INFO:tasks.workunit.client.0.smithi029.stdout:op 2566 completed, throughput=4.99MB/sec 2024-07-27T18:49:19.313 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ayw3ppCl-4sTHgZ off=1331151 len=886460 2024-07-27T18:49:19.317 INFO:tasks.workunit.client.0.smithi029.stdout:op 2567 completed, throughput=5MB/sec 2024-07-27T18:49:19.317 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7Dd_UcPNDdjA5MR off=4057481 len=1049198 2024-07-27T18:49:19.324 INFO:tasks.workunit.client.0.smithi029.stdout:op 2568 completed, throughput=5MB/sec 2024-07-27T18:49:19.324 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gLlmp4SssBkfIO1 off=18125552 len=523197 2024-07-27T18:49:19.325 INFO:tasks.workunit.client.0.smithi029.stdout:op 2569 completed, throughput=5MB/sec 2024-07-27T18:49:19.326 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-o6dfR605jpF2DVL off=11258966 len=257567 2024-07-27T18:49:19.326 INFO:tasks.workunit.client.0.smithi029.stdout:op 2570 completed, throughput=5MB/sec 2024-07-27T18:49:19.326 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-huA4zWmmKmFMyap off=1067289 len=1823824 2024-07-27T18:49:19.329 INFO:tasks.workunit.client.0.smithi029.stdout:op 2571 completed, throughput=5MB/sec 2024-07-27T18:49:20.329 INFO:tasks.workunit.client.0.smithi029.stdout: 515: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:20.329 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ACzMzMf90CllaFu off=4888172 len=668751 2024-07-27T18:49:20.334 INFO:tasks.workunit.client.0.smithi029.stdout:op 2572 completed, throughput=4.99MB/sec 2024-07-27T18:49:20.334 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KVHnDo_EU9x00i3 off=19430782 len=2077317 2024-07-27T18:49:20.348 INFO:tasks.workunit.client.0.smithi029.stdout:op 2573 completed, throughput=5MB/sec 2024-07-27T18:49:20.348 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tDT9hujhYy3ZwCc off=2444836 len=1569016 2024-07-27T18:49:20.354 INFO:tasks.workunit.client.0.smithi029.stdout:op 2574 completed, throughput=5MB/sec 2024-07-27T18:49:20.354 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ntQ3-0_7ubJsAZC off=507414 len=1498620 2024-07-27T18:49:20.357 INFO:tasks.workunit.client.0.smithi029.stdout:op 2575 completed, throughput=5MB/sec 2024-07-27T18:49:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:20 smithi179 ceph-mon[89801]: pgmap v1666: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:49:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:20 smithi029 ceph-mon[96870]: pgmap v1666: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:49:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:20 smithi029 ceph-mon[99353]: pgmap v1666: 105 pgs: 105 active+clean; 127 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:49:21.358 INFO:tasks.workunit.client.0.smithi029.stdout: 516: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:21.358 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8erbdm7hoEw_e0m off=16016702 len=878311 2024-07-27T18:49:21.363 INFO:tasks.workunit.client.0.smithi029.stdout:op 2576 completed, throughput=4.99MB/sec 2024-07-27T18:49:21.363 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vmZ4v26XgCVvD-Z off=7856372 len=1740510 2024-07-27T18:49:21.366 INFO:tasks.workunit.client.0.smithi029.stdout:op 2577 completed, throughput=5MB/sec 2024-07-27T18:49:21.367 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yyWBPq0sONasBou off=3502137 len=467546 2024-07-27T18:49:21.370 INFO:tasks.workunit.client.0.smithi029.stdout:op 2578 completed, throughput=5MB/sec 2024-07-27T18:49:21.370 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yaj_MjIk6ReRMrO off=5564167 len=1632118 2024-07-27T18:49:21.378 INFO:tasks.workunit.client.0.smithi029.stdout:op 2579 completed, throughput=5MB/sec 2024-07-27T18:49:22.379 INFO:tasks.workunit.client.0.smithi029.stdout: 517: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:22.379 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bwvxHQu0leTi34X off=6073384 len=645287 2024-07-27T18:49:22.380 INFO:tasks.workunit.client.0.smithi029.stdout:op 2580 completed, throughput=4.99MB/sec 2024-07-27T18:49:22.380 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-p5lwhuQiHco9LoW off=5844596 len=222057 2024-07-27T18:49:22.380 INFO:tasks.workunit.client.0.smithi029.stdout:op 2581 completed, throughput=4.99MB/sec 2024-07-27T18:49:22.381 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--SDxc8GkUjYc2Rt off=4361193 len=420345 2024-07-27T18:49:22.384 INFO:tasks.workunit.client.0.smithi029.stdout:op 2582 completed, throughput=4.99MB/sec 2024-07-27T18:49:22.384 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yMkfUSZiOmPHt5- off=2220590 len=1474222 2024-07-27T18:49:22.392 INFO:tasks.workunit.client.0.smithi029.stdout:op 2583 completed, throughput=5MB/sec 2024-07-27T18:49:22.392 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yDAEgb-_kUctMtL off=8841330 len=927935 2024-07-27T18:49:22.397 INFO:tasks.workunit.client.0.smithi029.stdout:op 2584 completed, throughput=5MB/sec 2024-07-27T18:49:22.397 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8ii9DML3dZGQXYd off=1492719 len=1146026 2024-07-27T18:49:22.399 INFO:tasks.workunit.client.0.smithi029.stdout:op 2585 completed, throughput=5MB/sec 2024-07-27T18:49:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:22 smithi029 ceph-mon[96870]: pgmap v1667: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:49:22.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:22 smithi029 ceph-mon[99353]: pgmap v1667: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:49:22.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:49:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:49:22] "GET /metrics HTTP/1.1" 200 34047 "" "Prometheus/2.43.0" 2024-07-27T18:49:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:22 smithi179 ceph-mon[89801]: pgmap v1667: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:49:23.400 INFO:tasks.workunit.client.0.smithi029.stdout: 518: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:23.400 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-96MNzY27PW6xb6I off=2315155 len=71130 2024-07-27T18:49:23.401 INFO:tasks.workunit.client.0.smithi029.stdout:op 2586 completed, throughput=4.99MB/sec 2024-07-27T18:49:23.401 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UEZikNtxGnbRSaB off=1664777 len=960490 2024-07-27T18:49:23.405 INFO:tasks.workunit.client.0.smithi029.stdout:op 2587 completed, throughput=4.99MB/sec 2024-07-27T18:49:23.405 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ytIXYpUcq3Um0YP off=310593 len=900319 2024-07-27T18:49:23.407 INFO:tasks.workunit.client.0.smithi029.stdout:op 2588 completed, throughput=4.99MB/sec 2024-07-27T18:49:23.407 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IYkyvkwaS_ffoxO off=1501731 len=676850 2024-07-27T18:49:23.409 INFO:tasks.workunit.client.0.smithi029.stdout:op 2589 completed, throughput=5MB/sec 2024-07-27T18:49:23.409 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-m_YT3vQCiXhf3Of off=1148413 len=21621 2024-07-27T18:49:23.409 INFO:tasks.workunit.client.0.smithi029.stdout:op 2590 completed, throughput=5MB/sec 2024-07-27T18:49:23.409 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mV7iZ-v4lkLW29u off=23908653 len=556908 2024-07-27T18:49:23.412 INFO:tasks.workunit.client.0.smithi029.stdout:op 2591 completed, throughput=5MB/sec 2024-07-27T18:49:23.413 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ayw3ppCl-4sTHgZ off=9407170 len=983710 2024-07-27T18:49:23.418 INFO:tasks.workunit.client.0.smithi029.stdout:op 2592 completed, throughput=5MB/sec 2024-07-27T18:49:23.418 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FJIf5e1JVQCABCw off=12222510 len=1841199 2024-07-27T18:49:23.420 INFO:tasks.workunit.client.0.smithi029.stdout:op 2593 completed, throughput=5MB/sec 2024-07-27T18:49:24.420 INFO:tasks.workunit.client.0.smithi029.stdout: 519: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:24.421 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Eec57qbH9RH6Xck off=5133692 len=715173 2024-07-27T18:49:24.422 INFO:tasks.workunit.client.0.smithi029.stdout:op 2594 completed, throughput=4.99MB/sec 2024-07-27T18:49:24.422 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jY4xub7qeEJTJSN off=3591967 len=1378509 2024-07-27T18:49:24.425 INFO:tasks.workunit.client.0.smithi029.stdout:op 2595 completed, throughput=5MB/sec 2024-07-27T18:49:24.425 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Skktm78uEbxVUoQ off=3465355 len=1383105 2024-07-27T18:49:24.433 INFO:tasks.workunit.client.0.smithi029.stdout:op 2596 completed, throughput=5MB/sec 2024-07-27T18:49:24.433 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O4tVXxlPWyBR90_ off=4890275 len=1023136 2024-07-27T18:49:24.435 INFO:tasks.workunit.client.0.smithi029.stdout:op 2597 completed, throughput=5MB/sec 2024-07-27T18:49:24.435 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-npivK2V4XrIDiVT off=4505608 len=518557 2024-07-27T18:49:24.439 INFO:tasks.workunit.client.0.smithi029.stdout:op 2598 completed, throughput=5MB/sec 2024-07-27T18:49:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:24 smithi179 ceph-mon[89801]: pgmap v1668: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:49:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:49:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:24 smithi029 ceph-mon[96870]: pgmap v1668: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:49:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:49:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:24 smithi029 ceph-mon[99353]: pgmap v1668: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:49:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:49:25.439 INFO:tasks.workunit.client.0.smithi029.stdout: 520: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:25.439 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VXmRfD2TddM3ns9 off=7219917 len=122750 2024-07-27T18:49:25.442 INFO:tasks.workunit.client.0.smithi029.stdout:op 2599 completed, throughput=4.99MB/sec 2024-07-27T18:49:25.442 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aioz56phbFvTLkk off=2461498 len=717699 2024-07-27T18:49:25.446 INFO:tasks.workunit.client.0.smithi029.stdout:op 2600 completed, throughput=4.99MB/sec 2024-07-27T18:49:25.446 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YiWIgNOxQUf0ZiG off=14371932 len=1414721 2024-07-27T18:49:25.448 INFO:tasks.workunit.client.0.smithi029.stdout:op 2601 completed, throughput=5MB/sec 2024-07-27T18:49:25.448 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mLJISb_5L4yl3wj off=421180 len=1333384 2024-07-27T18:49:25.454 INFO:tasks.workunit.client.0.smithi029.stdout:op 2602 completed, throughput=5MB/sec 2024-07-27T18:49:25.454 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ei40jjS1X8xI7M- off=4307894 len=2071245 2024-07-27T18:49:25.457 INFO:tasks.workunit.client.0.smithi029.stdout:op 2603 completed, throughput=5MB/sec 2024-07-27T18:49:26.458 INFO:tasks.workunit.client.0.smithi029.stdout: 521: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:26.458 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-K03BZEhWeYqn4YC off=1267850 len=1288121 2024-07-27T18:49:26.458 INFO:tasks.workunit.client.0.smithi029.stdout:op 2604 completed, throughput=4.99MB/sec 2024-07-27T18:49:26.458 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_gorgL4Ed2rD3Gq off=10205128 len=2031096 2024-07-27T18:49:26.465 INFO:tasks.workunit.client.0.smithi029.stdout:op 2605 completed, throughput=5MB/sec 2024-07-27T18:49:26.465 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-98Z5ymcAYY4O8q6 off=0 len=1539198 2024-07-27T18:49:26.469 INFO:tasks.workunit.client.0.smithi029.stdout:op 2606 completed, throughput=5MB/sec 2024-07-27T18:49:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:26 smithi179 ceph-mon[89801]: pgmap v1669: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:49:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:26 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:49:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:26 smithi029 ceph-mon[99353]: pgmap v1669: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:49:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:26 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:49:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:26 smithi029 ceph-mon[96870]: pgmap v1669: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:49:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:26 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:49:27.470 INFO:tasks.workunit.client.0.smithi029.stdout: 522: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:27.470 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4F6wxFW6OeJcnFq off=1453473 len=63840 2024-07-27T18:49:27.470 INFO:tasks.workunit.client.0.smithi029.stdout:op 2607 completed, throughput=4.99MB/sec 2024-07-27T18:49:27.470 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-D3QFqipgt70sBte off=7452605 len=702334 2024-07-27T18:49:27.474 INFO:tasks.workunit.client.0.smithi029.stdout:op 2608 completed, throughput=4.99MB/sec 2024-07-27T18:49:27.475 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7OvCOCQ-meqdU0j off=5831101 len=553952 2024-07-27T18:49:27.479 INFO:tasks.workunit.client.0.smithi029.stdout:op 2609 completed, throughput=4.99MB/sec 2024-07-27T18:49:27.479 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ScM5LfZGC-6nLMn off=696742 len=1432914 2024-07-27T18:49:27.487 INFO:tasks.workunit.client.0.smithi029.stdout:op 2610 completed, throughput=5MB/sec 2024-07-27T18:49:27.487 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JWcEv9N85G-yKmv off=3153845 len=1066409 2024-07-27T18:49:27.488 INFO:tasks.workunit.client.0.smithi029.stdout:op 2611 completed, throughput=5MB/sec 2024-07-27T18:49:27.488 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R4b16YJJ3DmfNar off=10696028 len=1207113 2024-07-27T18:49:27.491 INFO:tasks.workunit.client.0.smithi029.stdout:op 2612 completed, throughput=5MB/sec 2024-07-27T18:49:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:27 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:49:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:27 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:49:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:27 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:49:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:27 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:49:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:27 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:49:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:27 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:49:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:27 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:49:28.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:27 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:49:28.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:27 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:49:28.491 INFO:tasks.workunit.client.0.smithi029.stdout: 523: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:28.492 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AeEVAHjU58ZY617 off=5588414 len=530150 2024-07-27T18:49:28.495 INFO:tasks.workunit.client.0.smithi029.stdout:op 2613 completed, throughput=4.99MB/sec 2024-07-27T18:49:28.495 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FS9PgwAZAD5_c_m off=6359867 len=795047 2024-07-27T18:49:28.501 INFO:tasks.workunit.client.0.smithi029.stdout:op 2614 completed, throughput=4.99MB/sec 2024-07-27T18:49:28.501 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ID9oAtOOX2LT4oF off=3912604 len=1057735 2024-07-27T18:49:28.503 INFO:tasks.workunit.client.0.smithi029.stdout:op 2615 completed, throughput=4.99MB/sec 2024-07-27T18:49:28.504 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wzp6cZ-oynmgDdp off=12457456 len=100296 2024-07-27T18:49:28.504 INFO:tasks.workunit.client.0.smithi029.stdout:op 2616 completed, throughput=4.99MB/sec 2024-07-27T18:49:28.505 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iuOEbPl_Bvlcd7K off=7135997 len=113780 2024-07-27T18:49:28.505 INFO:tasks.workunit.client.0.smithi029.stdout:op 2617 completed, throughput=5MB/sec 2024-07-27T18:49:28.505 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8Qng97w1Jr0_SQh off=6505759 len=851831 2024-07-27T18:49:28.510 INFO:tasks.workunit.client.0.smithi029.stdout:op 2618 completed, throughput=5MB/sec 2024-07-27T18:49:28.510 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fAT6u4S3H3XmB6q off=13710793 len=1461248 2024-07-27T18:49:28.518 INFO:tasks.workunit.client.0.smithi029.stdout:op 2619 completed, throughput=5MB/sec 2024-07-27T18:49:28.518 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vbfedk8Fi_wDrZn off=5705109 len=1519561 2024-07-27T18:49:28.524 INFO:tasks.workunit.client.0.smithi029.stdout:op 2620 completed, throughput=5MB/sec 2024-07-27T18:49:28.906 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:28 smithi029 ceph-mon[99353]: pgmap v1670: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:49:28.906 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:28 smithi029 ceph-mon[96870]: pgmap v1670: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:49:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:28 smithi179 ceph-mon[89801]: pgmap v1670: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:49:29.524 INFO:tasks.workunit.client.0.smithi029.stdout: 524: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:29.524 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qsAoSBNTYR3S61j off=428094 len=642626 2024-07-27T18:49:29.529 INFO:tasks.workunit.client.0.smithi029.stdout:op 2621 completed, throughput=4.99MB/sec 2024-07-27T18:49:29.529 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Uaf9GjMUwvkpLQr off=3555961 len=1042974 2024-07-27T18:49:29.534 INFO:tasks.workunit.client.0.smithi029.stdout:op 2622 completed, throughput=5MB/sec 2024-07-27T18:49:29.534 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5D9EzYdq0OA0o3L off=6380595 len=891258 2024-07-27T18:49:29.536 INFO:tasks.workunit.client.0.smithi029.stdout:op 2623 completed, throughput=5MB/sec 2024-07-27T18:49:29.537 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gUVOuV_zH54TYeG off=20131641 len=532328 2024-07-27T18:49:29.540 INFO:tasks.workunit.client.0.smithi029.stdout:op 2624 completed, throughput=5MB/sec 2024-07-27T18:49:29.540 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wUOvYmC9F9YxHOp off=13493897 len=662463 2024-07-27T18:49:29.541 INFO:tasks.workunit.client.0.smithi029.stdout:op 2625 completed, throughput=5MB/sec 2024-07-27T18:49:29.541 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3Bn_vJ8vnuAfui4 off=625561 len=480804 2024-07-27T18:49:29.544 INFO:tasks.workunit.client.0.smithi029.stdout:op 2626 completed, throughput=5MB/sec 2024-07-27T18:49:29.545 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-t4oUe-qGeTRlpdC off=183446 len=171740 2024-07-27T18:49:29.545 INFO:tasks.workunit.client.0.smithi029.stdout:op 2627 completed, throughput=5MB/sec 2024-07-27T18:49:30.545 INFO:tasks.workunit.client.0.smithi029.stdout: 525: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:30.546 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HpqkWbCVShg5-5C off=10956984 len=478522 2024-07-27T18:49:30.550 INFO:tasks.workunit.client.0.smithi029.stdout:op 2628 completed, throughput=4.99MB/sec 2024-07-27T18:49:30.550 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kD1Y1ZvxFgf8MjE off=6364732 len=1081797 2024-07-27T18:49:30.556 INFO:tasks.workunit.client.0.smithi029.stdout:op 2629 completed, throughput=4.99MB/sec 2024-07-27T18:49:30.556 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_eHJKJJJ-hCXxwF off=4470579 len=769334 2024-07-27T18:49:30.561 INFO:tasks.workunit.client.0.smithi029.stdout:op 2630 completed, throughput=4.99MB/sec 2024-07-27T18:49:30.561 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gSExljaBachg2eW off=10408783 len=655714 2024-07-27T18:49:30.562 INFO:tasks.workunit.client.0.smithi029.stdout:op 2631 completed, throughput=5MB/sec 2024-07-27T18:49:30.562 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Mu1zl2dJ0_56vAS off=2999625 len=16516 2024-07-27T18:49:30.562 INFO:tasks.workunit.client.0.smithi029.stdout:op 2632 completed, throughput=5MB/sec 2024-07-27T18:49:30.562 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kZ_z84DCsHLrz-u off=2373333 len=1836681 2024-07-27T18:49:30.571 INFO:tasks.workunit.client.0.smithi029.stdout:op 2633 completed, throughput=5MB/sec 2024-07-27T18:49:30.571 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-V2ccVkVw23AW3QH off=3442919 len=1876875 2024-07-27T18:49:30.572 INFO:tasks.workunit.client.0.smithi029.stdout:op 2634 completed, throughput=5MB/sec 2024-07-27T18:49:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:30 smithi179 ceph-mon[89801]: pgmap v1671: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:49:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:30 smithi029 ceph-mon[96870]: pgmap v1671: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:49:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:30 smithi029 ceph-mon[99353]: pgmap v1671: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:49:31.573 INFO:tasks.workunit.client.0.smithi029.stdout: 526: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:31.573 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-43tndA2sEtbE02T off=6741996 len=1071234 2024-07-27T18:49:31.578 INFO:tasks.workunit.client.0.smithi029.stdout:op 2635 completed, throughput=5MB/sec 2024-07-27T18:49:31.578 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iyUM_tqzp2aHnqi off=10146159 len=2044447 2024-07-27T18:49:31.580 INFO:tasks.workunit.client.0.smithi029.stdout:op 2636 completed, throughput=5MB/sec 2024-07-27T18:49:31.581 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wg5lYrHJO4XXSO7 off=9122316 len=1588826 2024-07-27T18:49:31.589 INFO:tasks.workunit.client.0.smithi029.stdout:op 2637 completed, throughput=5MB/sec 2024-07-27T18:49:32.590 INFO:tasks.workunit.client.0.smithi029.stdout: 527: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:32.590 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4S9g5NqUevJKWJ6 off=4274224 len=1015590 2024-07-27T18:49:32.595 INFO:tasks.workunit.client.0.smithi029.stdout:op 2638 completed, throughput=4.99MB/sec 2024-07-27T18:49:32.595 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kajdeTH2rPsaNPy off=6241517 len=158795 2024-07-27T18:49:32.596 INFO:tasks.workunit.client.0.smithi029.stdout:op 2639 completed, throughput=4.99MB/sec 2024-07-27T18:49:32.596 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EKCtFqCqqmZeFco off=11205828 len=1526998 2024-07-27T18:49:32.598 INFO:tasks.workunit.client.0.smithi029.stdout:op 2640 completed, throughput=5MB/sec 2024-07-27T18:49:32.598 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-igMbZT9MrfzHfCt off=12397038 len=1733777 2024-07-27T18:49:32.605 INFO:tasks.workunit.client.0.smithi029.stdout:op 2641 completed, throughput=5MB/sec 2024-07-27T18:49:32.606 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RmmXLg40rDJis3U off=2271198 len=226395 2024-07-27T18:49:32.608 INFO:tasks.workunit.client.0.smithi029.stdout:op 2642 completed, throughput=5MB/sec 2024-07-27T18:49:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:32 smithi029 ceph-mon[96870]: pgmap v1672: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:49:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:32 smithi029 ceph-mon[99353]: pgmap v1672: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:49:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:49:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:49:32] "GET /metrics HTTP/1.1" 200 34046 "" "Prometheus/2.43.0" 2024-07-27T18:49:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:32 smithi179 ceph-mon[89801]: pgmap v1672: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:49:33.609 INFO:tasks.workunit.client.0.smithi029.stdout: 528: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:33.609 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-txwJdvTZ40NTsGA off=13951654 len=1886669 2024-07-27T18:49:33.620 INFO:tasks.workunit.client.0.smithi029.stdout:op 2643 completed, throughput=4.99MB/sec 2024-07-27T18:49:33.620 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TVHq_3oXyPPERT4 off=20405983 len=1005614 2024-07-27T18:49:33.625 INFO:tasks.workunit.client.0.smithi029.stdout:op 2644 completed, throughput=5MB/sec 2024-07-27T18:49:33.625 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pFGlAXVslw-aNAn off=5237055 len=1204694 2024-07-27T18:49:33.630 INFO:tasks.workunit.client.0.smithi029.stdout:op 2645 completed, throughput=5MB/sec 2024-07-27T18:49:33.631 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s33RmNi_AtKLQra off=0 len=2037059 2024-07-27T18:49:33.633 INFO:tasks.workunit.client.0.smithi029.stdout:op 2646 completed, throughput=5MB/sec 2024-07-27T18:49:34.633 INFO:tasks.workunit.client.0.smithi029.stdout: 529: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:34.634 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-c2f02ZRbF_L7y4j off=12125133 len=1546631 2024-07-27T18:49:34.635 INFO:tasks.workunit.client.0.smithi029.stdout:op 2647 completed, throughput=5MB/sec 2024-07-27T18:49:34.636 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xX50QIdHt_-W2Uz off=14945105 len=1617736 2024-07-27T18:49:34.643 INFO:tasks.workunit.client.0.smithi029.stdout:op 2648 completed, throughput=5MB/sec 2024-07-27T18:49:34.643 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6m2RbgT6DeTHIAe off=8682671 len=2042750 2024-07-27T18:49:34.653 INFO:tasks.workunit.client.0.smithi029.stdout:op 2649 completed, throughput=5MB/sec 2024-07-27T18:49:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:34 smithi179 ceph-mon[89801]: pgmap v1673: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:49:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:34 smithi029 ceph-mon[96870]: pgmap v1673: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:49:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:34 smithi029 ceph-mon[99353]: pgmap v1673: 105 pgs: 105 active+clean; 127 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:49:35.653 INFO:tasks.workunit.client.0.smithi029.stdout: 530: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:35.653 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-V3x3jClFCREi9pS off=932805 len=585893 2024-07-27T18:49:35.657 INFO:tasks.workunit.client.0.smithi029.stdout:op 2650 completed, throughput=4.99MB/sec 2024-07-27T18:49:35.658 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rY1JBpYatjF7jbO off=2742098 len=2081351 2024-07-27T18:49:35.666 INFO:tasks.workunit.client.0.smithi029.stdout:op 2651 completed, throughput=5MB/sec 2024-07-27T18:49:35.666 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iaEqYm4-dHelOnF off=5210773 len=995075 2024-07-27T18:49:35.668 INFO:tasks.workunit.client.0.smithi029.stdout:op 2652 completed, throughput=5MB/sec 2024-07-27T18:49:35.668 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tB18S4SVCad_rVx off=4675772 len=1277183 2024-07-27T18:49:35.674 INFO:tasks.workunit.client.0.smithi029.stdout:op 2653 completed, throughput=5MB/sec 2024-07-27T18:49:36.674 INFO:tasks.workunit.client.0.smithi029.stdout: 531: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:36.675 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Md50vbCy5GrUCJy off=3891709 len=1007788 2024-07-27T18:49:36.679 INFO:tasks.workunit.client.0.smithi029.stdout:op 2654 completed, throughput=4.99MB/sec 2024-07-27T18:49:36.679 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0Eea5aWEWEyorw6 off=12964117 len=167934 2024-07-27T18:49:36.680 INFO:tasks.workunit.client.0.smithi029.stdout:op 2655 completed, throughput=4.99MB/sec 2024-07-27T18:49:36.680 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iPrONsKqfhrx03G off=3503993 len=1474345 2024-07-27T18:49:36.682 INFO:tasks.workunit.client.0.smithi029.stdout:op 2656 completed, throughput=5MB/sec 2024-07-27T18:49:36.682 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--uN5vSyCQsrUTC8 off=3946789 len=1585418 2024-07-27T18:49:36.684 INFO:tasks.workunit.client.0.smithi029.stdout:op 2657 completed, throughput=5MB/sec 2024-07-27T18:49:36.684 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q27bv5xGNmtJjvN off=1540734 len=544458 2024-07-27T18:49:36.689 INFO:tasks.workunit.client.0.smithi029.stdout:op 2658 completed, throughput=5MB/sec 2024-07-27T18:49:36.689 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AOeQTfq3e3xv9js off=11747869 len=259032 2024-07-27T18:49:36.690 INFO:tasks.workunit.client.0.smithi029.stdout:op 2659 completed, throughput=5MB/sec 2024-07-27T18:49:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:36 smithi179 ceph-mon[89801]: pgmap v1674: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:49:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:36 smithi029 ceph-mon[96870]: pgmap v1674: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:49:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:36 smithi029 ceph-mon[99353]: pgmap v1674: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:49:37.691 INFO:tasks.workunit.client.0.smithi029.stdout: 532: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:37.691 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5RcTEpgVxauE6nn off=6376585 len=1277940 2024-07-27T18:49:37.693 INFO:tasks.workunit.client.0.smithi029.stdout:op 2660 completed, throughput=4.99MB/sec 2024-07-27T18:49:37.693 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tcPuM4Eg0BiyY3w off=11150339 len=9081 2024-07-27T18:49:37.696 INFO:tasks.workunit.client.0.smithi029.stdout:op 2661 completed, throughput=4.99MB/sec 2024-07-27T18:49:37.696 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ljV4eYRxKRSnbSo off=10718036 len=234052 2024-07-27T18:49:37.697 INFO:tasks.workunit.client.0.smithi029.stdout:op 2662 completed, throughput=4.99MB/sec 2024-07-27T18:49:37.697 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nOCAAynKY4twKx6 off=8339207 len=2010316 2024-07-27T18:49:37.706 INFO:tasks.workunit.client.0.smithi029.stdout:op 2663 completed, throughput=5MB/sec 2024-07-27T18:49:37.706 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-F9Wwub07qD7p9rv off=358919 len=1874961 2024-07-27T18:49:37.714 INFO:tasks.workunit.client.0.smithi029.stdout:op 2664 completed, throughput=5MB/sec 2024-07-27T18:49:38.714 INFO:tasks.workunit.client.0.smithi029.stdout: 533: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:38.714 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OZv1VnPWKqLxsuH off=17870340 len=2052106 2024-07-27T18:49:38.723 INFO:tasks.workunit.client.0.smithi029.stdout:op 2665 completed, throughput=4.99MB/sec 2024-07-27T18:49:38.723 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_lSYvJpGZoX5svj off=4421149 len=1238769 2024-07-27T18:49:38.730 INFO:tasks.workunit.client.0.smithi029.stdout:op 2666 completed, throughput=5MB/sec 2024-07-27T18:49:38.730 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZwwczYdsBxIda8r off=4342195 len=1871944 2024-07-27T18:49:38.738 INFO:tasks.workunit.client.0.smithi029.stdout:op 2667 completed, throughput=5MB/sec 2024-07-27T18:49:38.738 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M_3drch4KCFrbVu off=3022803 len=931906 2024-07-27T18:49:38.744 INFO:tasks.workunit.client.0.smithi029.stdout:op 2668 completed, throughput=5MB/sec 2024-07-27T18:49:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:38 smithi179 ceph-mon[89801]: pgmap v1675: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:49:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:38 smithi029 ceph-mon[96870]: pgmap v1675: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:49:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:38 smithi029 ceph-mon[99353]: pgmap v1675: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:49:39.744 INFO:tasks.workunit.client.0.smithi029.stdout: 534: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:39.744 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Mz5bfMoFYZ4wYaf off=4405602 len=1129295 2024-07-27T18:49:39.750 INFO:tasks.workunit.client.0.smithi029.stdout:op 2669 completed, throughput=4.99MB/sec 2024-07-27T18:49:39.751 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-y4A6f73C-i0EbjG off=3657779 len=631937 2024-07-27T18:49:39.755 INFO:tasks.workunit.client.0.smithi029.stdout:op 2670 completed, throughput=5MB/sec 2024-07-27T18:49:39.755 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hDXNrv6wgSElJq4 off=4982066 len=1414823 2024-07-27T18:49:39.757 INFO:tasks.workunit.client.0.smithi029.stdout:op 2671 completed, throughput=5MB/sec 2024-07-27T18:49:39.757 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vFpuJhRG6ebbBTr off=1947270 len=862063 2024-07-27T18:49:39.758 INFO:tasks.workunit.client.0.smithi029.stdout:op 2672 completed, throughput=5MB/sec 2024-07-27T18:49:39.759 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fM9WhR-g6aPWQVR off=8072467 len=465668 2024-07-27T18:49:39.762 INFO:tasks.workunit.client.0.smithi029.stdout:op 2673 completed, throughput=5MB/sec 2024-07-27T18:49:39.762 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-159fabvBvYA1Tdn off=5086116 len=67697 2024-07-27T18:49:39.762 INFO:tasks.workunit.client.0.smithi029.stdout:op 2674 completed, throughput=5MB/sec 2024-07-27T18:49:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:49:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:49:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:49:40.763 INFO:tasks.workunit.client.0.smithi029.stdout: 535: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:40.763 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FPQF1sf_RhzQXw3 off=4940942 len=1170230 2024-07-27T18:49:40.764 INFO:tasks.workunit.client.0.smithi029.stdout:op 2675 completed, throughput=4.99MB/sec 2024-07-27T18:49:40.765 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rmvJ3JCWDAN8lUY off=12554570 len=1629613 2024-07-27T18:49:40.773 INFO:tasks.workunit.client.0.smithi029.stdout:op 2676 completed, throughput=5MB/sec 2024-07-27T18:49:40.773 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tfntLwjGDLhf6eu off=9464668 len=750993 2024-07-27T18:49:40.777 INFO:tasks.workunit.client.0.smithi029.stdout:op 2677 completed, throughput=5MB/sec 2024-07-27T18:49:40.778 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jP9X9Jj0HlGshIz off=2343345 len=769703 2024-07-27T18:49:40.781 INFO:tasks.workunit.client.0.smithi029.stdout:op 2678 completed, throughput=5MB/sec 2024-07-27T18:49:40.782 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BzijmgrpqY8_ApD off=6405643 len=1043210 2024-07-27T18:49:40.783 INFO:tasks.workunit.client.0.smithi029.stdout:op 2679 completed, throughput=5MB/sec 2024-07-27T18:49:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:40 smithi179 ceph-mon[89801]: pgmap v1676: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:49:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:40 smithi029 ceph-mon[96870]: pgmap v1676: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:49:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:40 smithi029 ceph-mon[99353]: pgmap v1676: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:49:41.783 INFO:tasks.workunit.client.0.smithi029.stdout: 536: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:41.783 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-l3szJmeZEAgLxNV off=2531390 len=195962 2024-07-27T18:49:41.784 INFO:tasks.workunit.client.0.smithi029.stdout:op 2680 completed, throughput=4.99MB/sec 2024-07-27T18:49:41.784 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Mf5ccWWDMYu02kA off=4622917 len=463726 2024-07-27T18:49:41.785 INFO:tasks.workunit.client.0.smithi029.stdout:op 2681 completed, throughput=4.99MB/sec 2024-07-27T18:49:41.785 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6X-iQXfnDakHZZz off=7938891 len=123899 2024-07-27T18:49:41.787 INFO:tasks.workunit.client.0.smithi029.stdout:op 2682 completed, throughput=4.99MB/sec 2024-07-27T18:49:41.787 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LhDtTY9gcajc8Fh off=15969003 len=735581 2024-07-27T18:49:41.792 INFO:tasks.workunit.client.0.smithi029.stdout:op 2683 completed, throughput=4.99MB/sec 2024-07-27T18:49:41.792 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ErA2CnfFhbshEwu off=5407439 len=865656 2024-07-27T18:49:41.797 INFO:tasks.workunit.client.0.smithi029.stdout:op 2684 completed, throughput=4.99MB/sec 2024-07-27T18:49:41.797 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0Y8nU8Z1MIIhHFf off=4094940 len=1582658 2024-07-27T18:49:41.805 INFO:tasks.workunit.client.0.smithi029.stdout:op 2685 completed, throughput=5MB/sec 2024-07-27T18:49:41.806 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-F8lfp7e9zm37cjk off=13250758 len=1011945 2024-07-27T18:49:41.810 INFO:tasks.workunit.client.0.smithi029.stdout:op 2686 completed, throughput=5MB/sec 2024-07-27T18:49:41.810 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ssCxhDFAa0PIk4q off=5190578 len=2093508 2024-07-27T18:49:41.819 INFO:tasks.workunit.client.0.smithi029.stdout:op 2687 completed, throughput=5MB/sec 2024-07-27T18:49:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:42 smithi029 ceph-mon[96870]: pgmap v1677: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:49:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:42 smithi029 ceph-mon[99353]: pgmap v1677: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:49:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:49:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:49:42] "GET /metrics HTTP/1.1" 200 34047 "" "Prometheus/2.43.0" 2024-07-27T18:49:42.819 INFO:tasks.workunit.client.0.smithi029.stdout: 537: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:42.819 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A4nAi7znpOkaL6f off=9214465 len=1313932 2024-07-27T18:49:42.821 INFO:tasks.workunit.client.0.smithi029.stdout:op 2688 completed, throughput=5MB/sec 2024-07-27T18:49:42.821 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QWklrdjYc0Wg62p off=1015802 len=946732 2024-07-27T18:49:42.824 INFO:tasks.workunit.client.0.smithi029.stdout:op 2689 completed, throughput=5MB/sec 2024-07-27T18:49:42.824 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IiBX_oiC-JUqDY- off=12266372 len=537401 2024-07-27T18:49:42.825 INFO:tasks.workunit.client.0.smithi029.stdout:op 2690 completed, throughput=5MB/sec 2024-07-27T18:49:42.825 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y2aUI8c_pgNe2mq off=11259683 len=1072066 2024-07-27T18:49:42.830 INFO:tasks.workunit.client.0.smithi029.stdout:op 2691 completed, throughput=5MB/sec 2024-07-27T18:49:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:42 smithi179 ceph-mon[89801]: pgmap v1677: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:49:43.831 INFO:tasks.workunit.client.0.smithi029.stdout: 538: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:43.831 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Dw9N2FoAZ_6abCb off=7592458 len=185272 2024-07-27T18:49:43.832 INFO:tasks.workunit.client.0.smithi029.stdout:op 2692 completed, throughput=4.99MB/sec 2024-07-27T18:49:43.832 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jUPufu1Rz4i3Acz off=1647908 len=1676995 2024-07-27T18:49:43.834 INFO:tasks.workunit.client.0.smithi029.stdout:op 2693 completed, throughput=4.99MB/sec 2024-07-27T18:49:43.834 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SodTbdb3wPBwgWX off=2451837 len=154528 2024-07-27T18:49:43.835 INFO:tasks.workunit.client.0.smithi029.stdout:op 2694 completed, throughput=4.99MB/sec 2024-07-27T18:49:43.835 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JlfXoHiaw3rBc-_ off=726289 len=1751195 2024-07-27T18:49:43.838 INFO:tasks.workunit.client.0.smithi029.stdout:op 2695 completed, throughput=5MB/sec 2024-07-27T18:49:43.838 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-do87nWeBgEgVLis off=5282320 len=1296263 2024-07-27T18:49:43.846 INFO:tasks.workunit.client.0.smithi029.stdout:op 2696 completed, throughput=5MB/sec 2024-07-27T18:49:43.846 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XfrOLDYZKP0sskG off=1512090 len=1909671 2024-07-27T18:49:43.855 INFO:tasks.workunit.client.0.smithi029.stdout:op 2697 completed, throughput=5MB/sec 2024-07-27T18:49:44.855 INFO:tasks.workunit.client.0.smithi029.stdout: 539: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:44.856 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pGbl_Qt-vWC19nY off=1800294 len=130699 2024-07-27T18:49:44.856 INFO:tasks.workunit.client.0.smithi029.stdout:op 2698 completed, throughput=4.99MB/sec 2024-07-27T18:49:44.856 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5CJpKTU3TZ0GvgJ off=18872127 len=383196 2024-07-27T18:49:44.857 INFO:tasks.workunit.client.0.smithi029.stdout:op 2699 completed, throughput=4.99MB/sec 2024-07-27T18:49:44.857 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ugAUaG1QX5_uWYr off=5405144 len=1760741 2024-07-27T18:49:44.859 INFO:tasks.workunit.client.0.smithi029.stdout:op 2700 completed, throughput=5MB/sec 2024-07-27T18:49:44.859 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ThCNDAgaZpAnqGH off=553362 len=1825669 2024-07-27T18:49:44.868 INFO:tasks.workunit.client.0.smithi029.stdout:op 2701 completed, throughput=5MB/sec 2024-07-27T18:49:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:44 smithi179 ceph-mon[89801]: pgmap v1678: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 1.6 MiB/s rd, 3.1 MiB/s wr, 4 op/s 2024-07-27T18:49:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:44 smithi029 ceph-mon[99353]: pgmap v1678: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 1.6 MiB/s rd, 3.1 MiB/s wr, 4 op/s 2024-07-27T18:49:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:44 smithi029 ceph-mon[96870]: pgmap v1678: 105 pgs: 105 active+clean; 127 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 1.6 MiB/s rd, 3.1 MiB/s wr, 4 op/s 2024-07-27T18:49:45.868 INFO:tasks.workunit.client.0.smithi029.stdout: 540: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:45.868 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-16J7fMb-bQb1L_h off=1535134 len=1499631 2024-07-27T18:49:45.875 INFO:tasks.workunit.client.0.smithi029.stdout:op 2702 completed, throughput=4.99MB/sec 2024-07-27T18:49:45.876 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-daDnecCZRbKBdbE off=5448950 len=308467 2024-07-27T18:49:45.879 INFO:tasks.workunit.client.0.smithi029.stdout:op 2703 completed, throughput=5MB/sec 2024-07-27T18:49:45.879 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SAG8EGBaQvwVIxF off=1160077 len=1113804 2024-07-27T18:49:45.880 INFO:tasks.workunit.client.0.smithi029.stdout:op 2704 completed, throughput=5MB/sec 2024-07-27T18:49:45.880 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VuOjahEOJzConvq off=6214601 len=1319768 2024-07-27T18:49:45.883 INFO:tasks.workunit.client.0.smithi029.stdout:op 2705 completed, throughput=5MB/sec 2024-07-27T18:49:45.883 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MM6WrcQwQ3148nA off=447784 len=1803207 2024-07-27T18:49:45.890 INFO:tasks.workunit.client.0.smithi029.stdout:op 2706 completed, throughput=5MB/sec 2024-07-27T18:49:46.890 INFO:tasks.workunit.client.0.smithi029.stdout: 541: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:46.891 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TtNVLgoXe-XPZcF off=5646170 len=10682 2024-07-27T18:49:46.891 INFO:tasks.workunit.client.0.smithi029.stdout:op 2707 completed, throughput=4.99MB/sec 2024-07-27T18:49:46.891 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-U46KT9EN2YgtqdQ off=5366749 len=381884 2024-07-27T18:49:46.892 INFO:tasks.workunit.client.0.smithi029.stdout:op 2708 completed, throughput=4.99MB/sec 2024-07-27T18:49:46.892 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--txFT3okbJkpMRb off=927679 len=1394448 2024-07-27T18:49:46.894 INFO:tasks.workunit.client.0.smithi029.stdout:op 2709 completed, throughput=5MB/sec 2024-07-27T18:49:46.894 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KyOqkx_NzaUIYX4 off=14129903 len=1348981 2024-07-27T18:49:46.895 INFO:tasks.workunit.client.0.smithi029.stdout:op 2710 completed, throughput=5MB/sec 2024-07-27T18:49:46.895 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AhTnmtmD4dtDDWo off=7135131 len=842897 2024-07-27T18:49:46.896 INFO:tasks.workunit.client.0.smithi029.stdout:op 2711 completed, throughput=5MB/sec 2024-07-27T18:49:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:46 smithi179 ceph-mon[89801]: pgmap v1679: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.8 MiB/s wr, 5 op/s 2024-07-27T18:49:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:46 smithi029 ceph-mon[96870]: pgmap v1679: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.8 MiB/s wr, 5 op/s 2024-07-27T18:49:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:46 smithi029 ceph-mon[99353]: pgmap v1679: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.8 MiB/s wr, 5 op/s 2024-07-27T18:49:47.897 INFO:tasks.workunit.client.0.smithi029.stdout: 542: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:47.897 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yKr8sHsWt3uzZ_z off=7787788 len=1489205 2024-07-27T18:49:47.905 INFO:tasks.workunit.client.0.smithi029.stdout:op 2712 completed, throughput=4.99MB/sec 2024-07-27T18:49:47.905 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Fh5luNlBAFq4E9Y off=3530023 len=462974 2024-07-27T18:49:47.906 INFO:tasks.workunit.client.0.smithi029.stdout:op 2713 completed, throughput=4.99MB/sec 2024-07-27T18:49:47.906 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R8Ac70YcrET4NWb off=2557592 len=926573 2024-07-27T18:49:47.911 INFO:tasks.workunit.client.0.smithi029.stdout:op 2714 completed, throughput=5MB/sec 2024-07-27T18:49:47.911 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8yp-Z9pFxRG_bQG off=14463689 len=1351090 2024-07-27T18:49:47.920 INFO:tasks.workunit.client.0.smithi029.stdout:op 2715 completed, throughput=5MB/sec 2024-07-27T18:49:47.920 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-haw1yKrmpyxQDSo off=6423504 len=1660779 2024-07-27T18:49:47.922 INFO:tasks.workunit.client.0.smithi029.stdout:op 2716 completed, throughput=5MB/sec 2024-07-27T18:49:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:48 smithi179 ceph-mon[89801]: pgmap v1680: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 1.5 MiB/s rd, 3.1 MiB/s wr, 4 op/s 2024-07-27T18:49:48.922 INFO:tasks.workunit.client.0.smithi029.stdout: 543: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:48.922 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9MwIxjwB2tkSSMy off=388832 len=1531061 2024-07-27T18:49:48.930 INFO:tasks.workunit.client.0.smithi029.stdout:op 2717 completed, throughput=4.99MB/sec 2024-07-27T18:49:48.930 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yLom69QDpWWlSqd off=7931343 len=1806064 2024-07-27T18:49:48.939 INFO:tasks.workunit.client.0.smithi029.stdout:op 2718 completed, throughput=5MB/sec 2024-07-27T18:49:48.939 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oQdc-fb52fB0cdS off=15134534 len=1024074 2024-07-27T18:49:48.940 INFO:tasks.workunit.client.0.smithi029.stdout:op 2719 completed, throughput=5MB/sec 2024-07-27T18:49:48.940 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hEKSk3EJKUleCVM off=646038 len=1397184 2024-07-27T18:49:48.948 INFO:tasks.workunit.client.0.smithi029.stdout:op 2720 completed, throughput=5MB/sec 2024-07-27T18:49:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:48 smithi029 ceph-mon[99353]: pgmap v1680: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 1.5 MiB/s rd, 3.1 MiB/s wr, 4 op/s 2024-07-27T18:49:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:48 smithi029 ceph-mon[96870]: pgmap v1680: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 1.5 MiB/s rd, 3.1 MiB/s wr, 4 op/s 2024-07-27T18:49:49.948 INFO:tasks.workunit.client.0.smithi029.stdout: 544: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:49.948 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RfYCWnTVoECq79Z off=18670529 len=6363 2024-07-27T18:49:49.949 INFO:tasks.workunit.client.0.smithi029.stdout:op 2721 completed, throughput=4.99MB/sec 2024-07-27T18:49:49.949 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-z97DYoVR8nwIiAZ off=10151225 len=1031249 2024-07-27T18:49:49.950 INFO:tasks.workunit.client.0.smithi029.stdout:op 2722 completed, throughput=4.99MB/sec 2024-07-27T18:49:49.950 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZonDAuj795yyECN off=3259328 len=1275997 2024-07-27T18:49:49.952 INFO:tasks.workunit.client.0.smithi029.stdout:op 2723 completed, throughput=5MB/sec 2024-07-27T18:49:49.952 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Qm1Wluwpr-NqFFl off=8983706 len=1547700 2024-07-27T18:49:49.954 INFO:tasks.workunit.client.0.smithi029.stdout:op 2724 completed, throughput=5MB/sec 2024-07-27T18:49:49.954 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Z90DczqAvnUP6V4 off=3692122 len=374678 2024-07-27T18:49:49.955 INFO:tasks.workunit.client.0.smithi029.stdout:op 2725 completed, throughput=5MB/sec 2024-07-27T18:49:49.955 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-H4_XeLYrsWBA9T0 off=18433583 len=304468 2024-07-27T18:49:49.955 INFO:tasks.workunit.client.0.smithi029.stdout:op 2726 completed, throughput=5MB/sec 2024-07-27T18:49:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:50 smithi179 ceph-mon[89801]: pgmap v1681: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:49:50.956 INFO:tasks.workunit.client.0.smithi029.stdout: 545: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:50.956 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OQScC09dL3T00oo off=18462925 len=320679 2024-07-27T18:49:50.957 INFO:tasks.workunit.client.0.smithi029.stdout:op 2727 completed, throughput=4.99MB/sec 2024-07-27T18:49:50.957 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-V1R9ZXjuQylIejZ off=8296511 len=259526 2024-07-27T18:49:50.960 INFO:tasks.workunit.client.0.smithi029.stdout:op 2728 completed, throughput=4.99MB/sec 2024-07-27T18:49:50.960 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gzPJA4L49ytAxIM off=2005745 len=1679703 2024-07-27T18:49:50.962 INFO:tasks.workunit.client.0.smithi029.stdout:op 2729 completed, throughput=5MB/sec 2024-07-27T18:49:50.962 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZG1KA86nB_THQ-O off=3735876 len=651397 2024-07-27T18:49:50.966 INFO:tasks.workunit.client.0.smithi029.stdout:op 2730 completed, throughput=5MB/sec 2024-07-27T18:49:50.966 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qSLGQuytQxYbpeK off=8833273 len=417368 2024-07-27T18:49:50.969 INFO:tasks.workunit.client.0.smithi029.stdout:op 2731 completed, throughput=5MB/sec 2024-07-27T18:49:50.970 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MKAjWp-tz5UOsJl off=1228693 len=1026934 2024-07-27T18:49:50.974 INFO:tasks.workunit.client.0.smithi029.stdout:op 2732 completed, throughput=5MB/sec 2024-07-27T18:49:50.974 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2rTzXPJrKU8xL3Y off=1188932 len=2018557 2024-07-27T18:49:50.987 INFO:tasks.workunit.client.0.smithi029.stdout:op 2733 completed, throughput=5MB/sec 2024-07-27T18:49:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:50 smithi029 ceph-mon[99353]: pgmap v1681: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:49:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:50 smithi029 ceph-mon[96870]: pgmap v1681: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:49:51.988 INFO:tasks.workunit.client.0.smithi029.stdout: 546: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:51.988 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nIT-gqwwvBRxS3A off=272904 len=1096291 2024-07-27T18:49:51.990 INFO:tasks.workunit.client.0.smithi029.stdout:op 2734 completed, throughput=4.99MB/sec 2024-07-27T18:49:51.990 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1eB8kACuYqiu72v off=6832002 len=1276564 2024-07-27T18:49:51.992 INFO:tasks.workunit.client.0.smithi029.stdout:op 2735 completed, throughput=5MB/sec 2024-07-27T18:49:51.993 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-s-TW49ul7MHSjNy off=17907082 len=580716 2024-07-27T18:49:51.997 INFO:tasks.workunit.client.0.smithi029.stdout:op 2736 completed, throughput=5MB/sec 2024-07-27T18:49:51.997 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OQMR864RTzbtoj0 off=16916773 len=1479262 2024-07-27T18:49:52.003 INFO:tasks.workunit.client.0.smithi029.stdout:op 2737 completed, throughput=5MB/sec 2024-07-27T18:49:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:52 smithi029 ceph-mon[96870]: pgmap v1682: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:49:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:52 smithi029 ceph-mon[99353]: pgmap v1682: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:49:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:49:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:49:52] "GET /metrics HTTP/1.1" 200 34047 "" "Prometheus/2.43.0" 2024-07-27T18:49:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:52 smithi179 ceph-mon[89801]: pgmap v1682: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T18:49:53.004 INFO:tasks.workunit.client.0.smithi029.stdout: 547: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:53.004 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pKYsqrt_-UpC11U off=7346790 len=1718443 2024-07-27T18:49:53.011 INFO:tasks.workunit.client.0.smithi029.stdout:op 2738 completed, throughput=4.99MB/sec 2024-07-27T18:49:53.011 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LgGFFM38pIkri8X off=634777 len=829952 2024-07-27T18:49:53.012 INFO:tasks.workunit.client.0.smithi029.stdout:op 2739 completed, throughput=5MB/sec 2024-07-27T18:49:53.012 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kf7Pv319up0ZIo0 off=1057756 len=1695538 2024-07-27T18:49:53.014 INFO:tasks.workunit.client.0.smithi029.stdout:op 2740 completed, throughput=5MB/sec 2024-07-27T18:49:53.015 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Qq0ghERY4Wn8XML off=902431 len=1851269 2024-07-27T18:49:53.017 INFO:tasks.workunit.client.0.smithi029.stdout:op 2741 completed, throughput=5MB/sec 2024-07-27T18:49:54.017 INFO:tasks.workunit.client.0.smithi029.stdout: 548: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:54.017 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pehikqPcgTZNVPJ off=21778498 len=1536035 2024-07-27T18:49:54.019 INFO:tasks.workunit.client.0.smithi029.stdout:op 2742 completed, throughput=5MB/sec 2024-07-27T18:49:54.019 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-T2SWupmgwcjDiu9 off=14844794 len=1683901 2024-07-27T18:49:54.028 INFO:tasks.workunit.client.0.smithi029.stdout:op 2743 completed, throughput=5MB/sec 2024-07-27T18:49:54.028 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Xg3L9E5U4ZUBeqG off=11629789 len=1909009 2024-07-27T18:49:54.032 INFO:tasks.workunit.client.0.smithi029.stdout:op 2744 completed, throughput=5MB/sec 2024-07-27T18:49:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:54 smithi179 ceph-mon[89801]: pgmap v1683: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:49:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:49:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:54 smithi029 ceph-mon[96870]: pgmap v1683: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:49:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:49:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:54 smithi029 ceph-mon[99353]: pgmap v1683: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:49:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:49:55.032 INFO:tasks.workunit.client.0.smithi029.stdout: 549: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:55.032 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--QuZR4cr_2igdas off=6322109 len=1000820 2024-07-27T18:49:55.034 INFO:tasks.workunit.client.0.smithi029.stdout:op 2745 completed, throughput=4.99MB/sec 2024-07-27T18:49:55.034 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kOVbML9GmUM_Bae off=7608140 len=484457 2024-07-27T18:49:55.038 INFO:tasks.workunit.client.0.smithi029.stdout:op 2746 completed, throughput=4.99MB/sec 2024-07-27T18:49:55.038 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-N7OQ8ZVZQTDYNuR off=10886954 len=2005672 2024-07-27T18:49:55.048 INFO:tasks.workunit.client.0.smithi029.stdout:op 2747 completed, throughput=5MB/sec 2024-07-27T18:49:55.048 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qN4HVdmUNaBqpwy off=1927270 len=1016992 2024-07-27T18:49:55.049 INFO:tasks.workunit.client.0.smithi029.stdout:op 2748 completed, throughput=5MB/sec 2024-07-27T18:49:55.049 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6RcyEfJaPVSFmjg off=140842 len=444128 2024-07-27T18:49:55.051 INFO:tasks.workunit.client.0.smithi029.stdout:op 2749 completed, throughput=5MB/sec 2024-07-27T18:49:56.051 INFO:tasks.workunit.client.0.smithi029.stdout: 550: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:56.052 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PgHQqxFkG9BpdtY off=1314443 len=1322053 2024-07-27T18:49:56.054 INFO:tasks.workunit.client.0.smithi029.stdout:op 2750 completed, throughput=4.99MB/sec 2024-07-27T18:49:56.054 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4VCYDP9oQKA-hVv off=508205 len=569814 2024-07-27T18:49:56.058 INFO:tasks.workunit.client.0.smithi029.stdout:op 2751 completed, throughput=4.99MB/sec 2024-07-27T18:49:56.059 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--EnUVIJanhO5rSK off=17639592 len=1086448 2024-07-27T18:49:56.060 INFO:tasks.workunit.client.0.smithi029.stdout:op 2752 completed, throughput=5MB/sec 2024-07-27T18:49:56.061 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hZrgEWy_RLPdH8S off=12752367 len=922734 2024-07-27T18:49:56.061 INFO:tasks.workunit.client.0.smithi029.stdout:op 2753 completed, throughput=5MB/sec 2024-07-27T18:49:56.062 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-roUsC9QapWwtNoL off=3488080 len=1983306 2024-07-27T18:49:56.064 INFO:tasks.workunit.client.0.smithi029.stdout:op 2754 completed, throughput=5MB/sec 2024-07-27T18:49:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:56 smithi179 ceph-mon[89801]: pgmap v1684: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:49:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:56 smithi029 ceph-mon[99353]: pgmap v1684: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:49:57.023 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:56 smithi029 ceph-mon[96870]: pgmap v1684: 105 pgs: 105 active+clean; 127 GiB data, 7.6 GiB used, 708 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:49:57.064 INFO:tasks.workunit.client.0.smithi029.stdout: 551: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:57.064 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2m-jUdQpmZocUUB off=4893606 len=1484587 2024-07-27T18:49:57.072 INFO:tasks.workunit.client.0.smithi029.stdout:op 2755 completed, throughput=5MB/sec 2024-07-27T18:49:57.072 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-G9fj78zexNYo1Uw off=22164 len=398194 2024-07-27T18:49:57.076 INFO:tasks.workunit.client.0.smithi029.stdout:op 2756 completed, throughput=5MB/sec 2024-07-27T18:49:57.076 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Vkk-BszxwTuNsz5 off=11343281 len=1189121 2024-07-27T18:49:57.081 INFO:tasks.workunit.client.0.smithi029.stdout:op 2757 completed, throughput=5MB/sec 2024-07-27T18:49:57.082 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-a-k0hca4eHnQCnZ off=1545747 len=25489 2024-07-27T18:49:57.082 INFO:tasks.workunit.client.0.smithi029.stdout:op 2758 completed, throughput=5MB/sec 2024-07-27T18:49:57.082 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nno-jh6kNrNDkZa off=692316 len=781148 2024-07-27T18:49:57.087 INFO:tasks.workunit.client.0.smithi029.stdout:op 2759 completed, throughput=5MB/sec 2024-07-27T18:49:57.087 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0VkcApM1T_I1XAa off=2142427 len=1492858 2024-07-27T18:49:57.088 INFO:tasks.workunit.client.0.smithi029.stdout:op 2760 completed, throughput=5MB/sec 2024-07-27T18:49:58.089 INFO:tasks.workunit.client.0.smithi029.stdout: 552: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:58.089 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xUMPF0_B0lTsX_h off=18732724 len=897669 2024-07-27T18:49:58.093 INFO:tasks.workunit.client.0.smithi029.stdout:op 2761 completed, throughput=4.99MB/sec 2024-07-27T18:49:58.093 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VNjgRmk4UPgIroW off=13393852 len=193639 2024-07-27T18:49:58.094 INFO:tasks.workunit.client.0.smithi029.stdout:op 2762 completed, throughput=4.99MB/sec 2024-07-27T18:49:58.094 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-F-WXq-Q2ya_Ii2V off=2440413 len=1388981 2024-07-27T18:49:58.101 INFO:tasks.workunit.client.0.smithi029.stdout:op 2763 completed, throughput=5MB/sec 2024-07-27T18:49:58.101 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aNsMS_KWwA2njAI off=18916774 len=270895 2024-07-27T18:49:58.104 INFO:tasks.workunit.client.0.smithi029.stdout:op 2764 completed, throughput=5MB/sec 2024-07-27T18:49:58.104 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JkiLbt79E-RIyYf off=17741453 len=164356 2024-07-27T18:49:58.104 INFO:tasks.workunit.client.0.smithi029.stdout:op 2765 completed, throughput=5MB/sec 2024-07-27T18:49:58.104 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mAm9txr3Ow69u-a off=5689437 len=590810 2024-07-27T18:49:58.106 INFO:tasks.workunit.client.0.smithi029.stdout:op 2766 completed, throughput=5MB/sec 2024-07-27T18:49:58.106 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Vj-6skvu4tC5mMF off=1902121 len=1804709 2024-07-27T18:49:58.108 INFO:tasks.workunit.client.0.smithi029.stdout:op 2767 completed, throughput=5MB/sec 2024-07-27T18:49:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:49:58 smithi179 ceph-mon[89801]: pgmap v1685: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:49:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:49:58 smithi029 ceph-mon[96870]: pgmap v1685: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:49:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:49:58 smithi029 ceph-mon[99353]: pgmap v1685: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:49:59.109 INFO:tasks.workunit.client.0.smithi029.stdout: 553: throughput=4.99MB/sec pending data=0 2024-07-27T18:49:59.109 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_ndPKxwEJk_Gaao off=8481883 len=931295 2024-07-27T18:49:59.110 INFO:tasks.workunit.client.0.smithi029.stdout:op 2768 completed, throughput=4.99MB/sec 2024-07-27T18:49:59.110 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vtfFXT1Z432dwQ5 off=22311126 len=1237443 2024-07-27T18:49:59.112 INFO:tasks.workunit.client.0.smithi029.stdout:op 2769 completed, throughput=5MB/sec 2024-07-27T18:49:59.112 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-adZLNfKLSRc_Hzj off=14274680 len=989107 2024-07-27T18:49:59.113 INFO:tasks.workunit.client.0.smithi029.stdout:op 2770 completed, throughput=5MB/sec 2024-07-27T18:49:59.113 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-N5PFNdzx_NvSMCG off=1515657 len=1150744 2024-07-27T18:49:59.115 INFO:tasks.workunit.client.0.smithi029.stdout:op 2771 completed, throughput=5MB/sec 2024-07-27T18:50:00.115 INFO:tasks.workunit.client.0.smithi029.stdout: 554: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:00.115 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v8comO2l9dl3x8d off=5415934 len=1137202 2024-07-27T18:50:00.118 INFO:tasks.workunit.client.0.smithi029.stdout:op 2772 completed, throughput=4.99MB/sec 2024-07-27T18:50:00.118 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VNjysbaWq9VYnoJ off=16216025 len=1087072 2024-07-27T18:50:00.123 INFO:tasks.workunit.client.0.smithi029.stdout:op 2773 completed, throughput=4.99MB/sec 2024-07-27T18:50:00.124 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7V30cD9VcyTC3aa off=8943164 len=194856 2024-07-27T18:50:00.124 INFO:tasks.workunit.client.0.smithi029.stdout:op 2774 completed, throughput=5MB/sec 2024-07-27T18:50:00.124 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IeOcGH1s6tipocX off=684092 len=1748199 2024-07-27T18:50:00.126 INFO:tasks.workunit.client.0.smithi029.stdout:op 2775 completed, throughput=5MB/sec 2024-07-27T18:50:00.126 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GrXw6aFhc2cL4W3 off=2869324 len=2000563 2024-07-27T18:50:00.129 INFO:tasks.workunit.client.0.smithi029.stdout:op 2776 completed, throughput=5MB/sec 2024-07-27T18:50:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:00 smithi179 ceph-mon[89801]: pgmap v1686: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:50:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:00 smithi179 ceph-mon[89801]: overall HEALTH_OK 2024-07-27T18:50:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:00 smithi029 ceph-mon[96870]: pgmap v1686: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:50:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:00 smithi029 ceph-mon[96870]: overall HEALTH_OK 2024-07-27T18:50:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:00 smithi029 ceph-mon[99353]: pgmap v1686: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:50:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:00 smithi029 ceph-mon[99353]: overall HEALTH_OK 2024-07-27T18:50:01.130 INFO:tasks.workunit.client.0.smithi029.stdout: 555: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:01.130 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-02RtcK-0S4LOp5S off=9355269 len=1015538 2024-07-27T18:50:01.131 INFO:tasks.workunit.client.0.smithi029.stdout:op 2777 completed, throughput=4.99MB/sec 2024-07-27T18:50:01.132 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yHcVJ4dZg5Yvg5N off=5434341 len=318781 2024-07-27T18:50:01.132 INFO:tasks.workunit.client.0.smithi029.stdout:op 2778 completed, throughput=4.99MB/sec 2024-07-27T18:50:01.132 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--QtRy0OLj-i3Rv- off=7688916 len=1336955 2024-07-27T18:50:01.139 INFO:tasks.workunit.client.0.smithi029.stdout:op 2779 completed, throughput=5MB/sec 2024-07-27T18:50:01.139 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nek_EKqWijYn73s off=2683113 len=1449600 2024-07-27T18:50:01.145 INFO:tasks.workunit.client.0.smithi029.stdout:op 2780 completed, throughput=5MB/sec 2024-07-27T18:50:01.145 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zR0REKU5ptyZnI0 off=886008 len=639792 2024-07-27T18:50:01.146 INFO:tasks.workunit.client.0.smithi029.stdout:op 2781 completed, throughput=5MB/sec 2024-07-27T18:50:02.147 INFO:tasks.workunit.client.0.smithi029.stdout: 556: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:02.147 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IQFiOABdzUvKkcG off=3405110 len=1467947 2024-07-27T18:50:02.149 INFO:tasks.workunit.client.0.smithi029.stdout:op 2782 completed, throughput=4.99MB/sec 2024-07-27T18:50:02.149 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6NbqiDOtamn2wb7 off=3086139 len=705330 2024-07-27T18:50:02.151 INFO:tasks.workunit.client.0.smithi029.stdout:op 2783 completed, throughput=5MB/sec 2024-07-27T18:50:02.151 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FDWlJIWHRS4aj6Z off=22236396 len=1824147 2024-07-27T18:50:02.159 INFO:tasks.workunit.client.0.smithi029.stdout:op 2784 completed, throughput=5MB/sec 2024-07-27T18:50:02.160 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WAFL1l8qJLtf8NT off=1734879 len=445924 2024-07-27T18:50:02.160 INFO:tasks.workunit.client.0.smithi029.stdout:op 2785 completed, throughput=5MB/sec 2024-07-27T18:50:02.161 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LmCyFdu7rPJqPIZ off=6612067 len=215510 2024-07-27T18:50:02.164 INFO:tasks.workunit.client.0.smithi029.stdout:op 2786 completed, throughput=5MB/sec 2024-07-27T18:50:02.164 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yPlGEZ2lc39NVpo off=6356437 len=1402994 2024-07-27T18:50:02.165 INFO:tasks.workunit.client.0.smithi029.stdout:op 2787 completed, throughput=5MB/sec 2024-07-27T18:50:02.595 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:50:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:50:02] "GET /metrics HTTP/1.1" 200 34043 "" "Prometheus/2.43.0" 2024-07-27T18:50:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:02 smithi179 ceph-mon[89801]: pgmap v1687: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:50:02.913 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 18:50:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=cleanup t=2024-07-27T18:50:02.836525408Z level=info msg="Completed cleanup jobs" duration=4.705848ms 2024-07-27T18:50:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:02 smithi029 ceph-mon[96870]: pgmap v1687: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:50:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:02 smithi029 ceph-mon[99353]: pgmap v1687: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:50:03.166 INFO:tasks.workunit.client.0.smithi029.stdout: 557: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:03.166 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PgtuGvvQBaiEdBM off=9588153 len=36779 2024-07-27T18:50:03.169 INFO:tasks.workunit.client.0.smithi029.stdout:op 2788 completed, throughput=4.99MB/sec 2024-07-27T18:50:03.169 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gYjnV4xP8L2A-Xl off=9363595 len=86068 2024-07-27T18:50:03.171 INFO:tasks.workunit.client.0.smithi029.stdout:op 2789 completed, throughput=4.99MB/sec 2024-07-27T18:50:03.172 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--5Pw0dY9M6cfuol off=4700034 len=1726258 2024-07-27T18:50:03.181 INFO:tasks.workunit.client.0.smithi029.stdout:op 2790 completed, throughput=5MB/sec 2024-07-27T18:50:03.182 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yGLyXgC8lKEGJ2E off=1954685 len=793265 2024-07-27T18:50:03.186 INFO:tasks.workunit.client.0.smithi029.stdout:op 2791 completed, throughput=5MB/sec 2024-07-27T18:50:03.186 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gbs9VvqXJV9WLx5 off=409107 len=2034920 2024-07-27T18:50:03.194 INFO:tasks.workunit.client.0.smithi029.stdout:op 2792 completed, throughput=5MB/sec 2024-07-27T18:50:04.194 INFO:tasks.workunit.client.0.smithi029.stdout: 558: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:04.195 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nvFq_IY6f_4EzZq off=8569566 len=1317132 2024-07-27T18:50:04.201 INFO:tasks.workunit.client.0.smithi029.stdout:op 2793 completed, throughput=4.99MB/sec 2024-07-27T18:50:04.201 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-txBJC5Nk_vofFiP off=0 len=1500009 2024-07-27T18:50:04.203 INFO:tasks.workunit.client.0.smithi029.stdout:op 2794 completed, throughput=5MB/sec 2024-07-27T18:50:04.203 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-U8SrBU3HHji6Jw8 off=6578845 len=1105511 2024-07-27T18:50:04.209 INFO:tasks.workunit.client.0.smithi029.stdout:op 2795 completed, throughput=5MB/sec 2024-07-27T18:50:04.209 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YFfDWKgpuJYH4fQ off=1726581 len=918787 2024-07-27T18:50:04.210 INFO:tasks.workunit.client.0.smithi029.stdout:op 2796 completed, throughput=5MB/sec 2024-07-27T18:50:04.210 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-m0RuX5JDrCeqXlP off=2272358 len=1843646 2024-07-27T18:50:04.213 INFO:tasks.workunit.client.0.smithi029.stdout:op 2797 completed, throughput=5MB/sec 2024-07-27T18:50:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:04 smithi179 ceph-mon[89801]: pgmap v1688: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:50:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:04 smithi029 ceph-mon[96870]: pgmap v1688: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:50:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:04 smithi029 ceph-mon[99353]: pgmap v1688: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:50:05.214 INFO:tasks.workunit.client.0.smithi029.stdout: 559: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:05.214 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-L21VJK8ASeA2tCX off=18081774 len=1870685 2024-07-27T18:50:05.216 INFO:tasks.workunit.client.0.smithi029.stdout:op 2798 completed, throughput=5MB/sec 2024-07-27T18:50:05.216 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-L2l7ZGTha-wuTQs off=7454211 len=377658 2024-07-27T18:50:05.220 INFO:tasks.workunit.client.0.smithi029.stdout:op 2799 completed, throughput=5MB/sec 2024-07-27T18:50:05.220 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YPvsVEJLuGp3g4q off=3879009 len=2039122 2024-07-27T18:50:05.229 INFO:tasks.workunit.client.0.smithi029.stdout:op 2800 completed, throughput=5MB/sec 2024-07-27T18:50:06.230 INFO:tasks.workunit.client.0.smithi029.stdout: 560: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:06.230 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gQrp2E4kKIM4yLk off=170732 len=1093050 2024-07-27T18:50:06.236 INFO:tasks.workunit.client.0.smithi029.stdout:op 2801 completed, throughput=4.99MB/sec 2024-07-27T18:50:06.236 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0bmgKCJvKFcNaT0 off=21551064 len=871223 2024-07-27T18:50:06.237 INFO:tasks.workunit.client.0.smithi029.stdout:op 2802 completed, throughput=5MB/sec 2024-07-27T18:50:06.237 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tnxzSPNZ2nkuwco off=7328019 len=1367404 2024-07-27T18:50:06.239 INFO:tasks.workunit.client.0.smithi029.stdout:op 2803 completed, throughput=5MB/sec 2024-07-27T18:50:06.239 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nIT-gqwwvBRxS3A off=301728 len=1067467 2024-07-27T18:50:06.245 INFO:tasks.workunit.client.0.smithi029.stdout:op 2804 completed, throughput=5MB/sec 2024-07-27T18:50:06.245 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cxlXHdxxBW2Kl5Z off=145354 len=708146 2024-07-27T18:50:06.249 INFO:tasks.workunit.client.0.smithi029.stdout:op 2805 completed, throughput=5MB/sec 2024-07-27T18:50:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:06 smithi179 ceph-mon[89801]: pgmap v1689: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.5 MiB/s wr, 6 op/s 2024-07-27T18:50:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:06 smithi029 ceph-mon[96870]: pgmap v1689: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.5 MiB/s wr, 6 op/s 2024-07-27T18:50:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:06 smithi029 ceph-mon[99353]: pgmap v1689: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.5 MiB/s wr, 6 op/s 2024-07-27T18:50:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: 561: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:07.250 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aKM4Go4VkiDpfBO off=10708004 len=360881 2024-07-27T18:50:07.250 INFO:tasks.workunit.client.0.smithi029.stdout:op 2806 completed, throughput=4.99MB/sec 2024-07-27T18:50:07.250 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VHUCEy8YGDw5IQW off=11524099 len=975990 2024-07-27T18:50:07.257 INFO:tasks.workunit.client.0.smithi029.stdout:op 2807 completed, throughput=4.99MB/sec 2024-07-27T18:50:07.257 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BUA7Uryvh_z_vWH off=12917418 len=107690 2024-07-27T18:50:07.260 INFO:tasks.workunit.client.0.smithi029.stdout:op 2808 completed, throughput=4.99MB/sec 2024-07-27T18:50:07.260 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1RL3FHKFY2ZpgbT off=1377903 len=1522103 2024-07-27T18:50:07.268 INFO:tasks.workunit.client.0.smithi029.stdout:op 2809 completed, throughput=5MB/sec 2024-07-27T18:50:07.268 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mIZgorowjdrYi79 off=2846823 len=464596 2024-07-27T18:50:07.269 INFO:tasks.workunit.client.0.smithi029.stdout:op 2810 completed, throughput=5MB/sec 2024-07-27T18:50:07.269 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MRkj9y4sFnb5VRM off=4265311 len=1832295 2024-07-27T18:50:07.277 INFO:tasks.workunit.client.0.smithi029.stdout:op 2811 completed, throughput=5MB/sec 2024-07-27T18:50:08.277 INFO:tasks.workunit.client.0.smithi029.stdout: 562: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:08.278 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cUHgARdl-EuAJaF off=4412352 len=569044 2024-07-27T18:50:08.279 INFO:tasks.workunit.client.0.smithi029.stdout:op 2812 completed, throughput=4.99MB/sec 2024-07-27T18:50:08.279 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DtX-zXwIUZ9z1k7 off=7772049 len=36398 2024-07-27T18:50:08.280 INFO:tasks.workunit.client.0.smithi029.stdout:op 2813 completed, throughput=4.99MB/sec 2024-07-27T18:50:08.280 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rgoe3zNkF1tSD0c off=297172 len=19993 2024-07-27T18:50:08.282 INFO:tasks.workunit.client.0.smithi029.stdout:op 2814 completed, throughput=4.99MB/sec 2024-07-27T18:50:08.282 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fx7eo4W6e0K2Ad9 off=574113 len=1873728 2024-07-27T18:50:08.286 INFO:tasks.workunit.client.0.smithi029.stdout:op 2815 completed, throughput=5MB/sec 2024-07-27T18:50:08.287 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xVYQJlFlq5l2OqJ off=5111472 len=677147 2024-07-27T18:50:08.287 INFO:tasks.workunit.client.0.smithi029.stdout:op 2816 completed, throughput=5MB/sec 2024-07-27T18:50:08.287 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-W1fMEQa2OtuPcXn off=10050000 len=1210451 2024-07-27T18:50:08.288 INFO:tasks.workunit.client.0.smithi029.stdout:op 2817 completed, throughput=5MB/sec 2024-07-27T18:50:08.288 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-J1dIm6kxFDzgEqG off=1034167 len=1983895 2024-07-27T18:50:08.292 INFO:tasks.workunit.client.0.smithi029.stdout:op 2818 completed, throughput=5MB/sec 2024-07-27T18:50:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:08 smithi179 ceph-mon[89801]: pgmap v1690: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:50:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:08 smithi029 ceph-mon[96870]: pgmap v1690: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:50:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:08 smithi029 ceph-mon[99353]: pgmap v1690: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 708 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:50:09.292 INFO:tasks.workunit.client.0.smithi029.stdout: 563: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:09.292 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2RUbrvpdf_XmYlD off=8748373 len=1846571 2024-07-27T18:50:09.303 INFO:tasks.workunit.client.0.smithi029.stdout:op 2819 completed, throughput=5MB/sec 2024-07-27T18:50:09.303 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UgbhF4dnVO4yppq off=3488227 len=648930 2024-07-27T18:50:09.304 INFO:tasks.workunit.client.0.smithi029.stdout:op 2820 completed, throughput=5MB/sec 2024-07-27T18:50:09.305 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-g7qw2issVskW0GP off=183338 len=1424376 2024-07-27T18:50:09.311 INFO:tasks.workunit.client.0.smithi029.stdout:op 2821 completed, throughput=5MB/sec 2024-07-27T18:50:09.312 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ihv6g_Iw6GyWWAI off=8250625 len=1122576 2024-07-27T18:50:09.317 INFO:tasks.workunit.client.0.smithi029.stdout:op 2822 completed, throughput=5MB/sec 2024-07-27T18:50:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:50:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:50:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:50:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: 564: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:10.317 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eO_nFQPGeKfhP9f off=3411604 len=1910161 2024-07-27T18:50:10.320 INFO:tasks.workunit.client.0.smithi029.stdout:op 2823 completed, throughput=5MB/sec 2024-07-27T18:50:10.320 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qhh5F-04wP1b6Cg off=11179517 len=2093880 2024-07-27T18:50:10.332 INFO:tasks.workunit.client.0.smithi029.stdout:op 2824 completed, throughput=5MB/sec 2024-07-27T18:50:10.332 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-czGq3QkasbDree3 off=6184904 len=1272361 2024-07-27T18:50:10.338 INFO:tasks.workunit.client.0.smithi029.stdout:op 2825 completed, throughput=5MB/sec 2024-07-27T18:50:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:10 smithi179 ceph-mon[89801]: pgmap v1691: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 707 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:50:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:10 smithi029 ceph-mon[96870]: pgmap v1691: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 707 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:50:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:10 smithi029 ceph-mon[99353]: pgmap v1691: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 707 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:50:11.339 INFO:tasks.workunit.client.0.smithi029.stdout: 565: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:11.339 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vqYKSnQrtGdi7-h off=1446903 len=1831674 2024-07-27T18:50:11.343 INFO:tasks.workunit.client.0.smithi029.stdout:op 2826 completed, throughput=5MB/sec 2024-07-27T18:50:11.343 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Gi0aLNthdmF8YSu off=10929207 len=1863564 2024-07-27T18:50:11.346 INFO:tasks.workunit.client.0.smithi029.stdout:op 2827 completed, throughput=5MB/sec 2024-07-27T18:50:11.347 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KiwyqI1sAJvC-vQ off=1379754 len=646460 2024-07-27T18:50:11.351 INFO:tasks.workunit.client.0.smithi029.stdout:op 2828 completed, throughput=5MB/sec 2024-07-27T18:50:11.351 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1kparLyk1EnPMHP off=4452391 len=1398158 2024-07-27T18:50:11.358 INFO:tasks.workunit.client.0.smithi029.stdout:op 2829 completed, throughput=5MB/sec 2024-07-27T18:50:12.358 INFO:tasks.workunit.client.0.smithi029.stdout: 566: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:12.359 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QHNPIG1qcS0_Aj3 off=5740893 len=183691 2024-07-27T18:50:12.361 INFO:tasks.workunit.client.0.smithi029.stdout:op 2830 completed, throughput=4.99MB/sec 2024-07-27T18:50:12.361 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lfNyOjhJQFlrNzh off=1332618 len=2023108 2024-07-27T18:50:12.370 INFO:tasks.workunit.client.0.smithi029.stdout:op 2831 completed, throughput=5MB/sec 2024-07-27T18:50:12.370 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zQk5HUsWVQ-cpOE off=3967423 len=6284 2024-07-27T18:50:12.370 INFO:tasks.workunit.client.0.smithi029.stdout:op 2832 completed, throughput=5MB/sec 2024-07-27T18:50:12.370 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hESAnyWC_fo_OMv off=18381737 len=765038 2024-07-27T18:50:12.375 INFO:tasks.workunit.client.0.smithi029.stdout:op 2833 completed, throughput=5MB/sec 2024-07-27T18:50:12.375 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-T6dQRY-1nCBOtH3 off=15643766 len=1247299 2024-07-27T18:50:12.381 INFO:tasks.workunit.client.0.smithi029.stdout:op 2834 completed, throughput=5MB/sec 2024-07-27T18:50:12.613 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:50:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:50:12] "GET /metrics HTTP/1.1" 200 34047 "" "Prometheus/2.43.0" 2024-07-27T18:50:12.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:12 smithi179 ceph-mon[89801]: pgmap v1692: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:50:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:12 smithi029 ceph-mon[96870]: pgmap v1692: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:50:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:12 smithi029 ceph-mon[99353]: pgmap v1692: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:50:13.381 INFO:tasks.workunit.client.0.smithi029.stdout: 567: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:13.381 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gbN6nBx7hznqaYS off=4169116 len=55479 2024-07-27T18:50:13.384 INFO:tasks.workunit.client.0.smithi029.stdout:op 2835 completed, throughput=4.99MB/sec 2024-07-27T18:50:13.384 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fdDKQHUjyyoLo-F off=2365842 len=462412 2024-07-27T18:50:13.388 INFO:tasks.workunit.client.0.smithi029.stdout:op 2836 completed, throughput=4.99MB/sec 2024-07-27T18:50:13.388 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zO5e7HXLZzEihBR off=262982 len=530342 2024-07-27T18:50:13.388 INFO:tasks.workunit.client.0.smithi029.stdout:op 2837 completed, throughput=4.99MB/sec 2024-07-27T18:50:13.389 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tKkfYmvV5A3JI_A off=1350660 len=1123919 2024-07-27T18:50:13.395 INFO:tasks.workunit.client.0.smithi029.stdout:op 2838 completed, throughput=5MB/sec 2024-07-27T18:50:13.395 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BHBpFlzJosKqd0S off=5386788 len=712678 2024-07-27T18:50:13.400 INFO:tasks.workunit.client.0.smithi029.stdout:op 2839 completed, throughput=5MB/sec 2024-07-27T18:50:13.400 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3YbJjx7NB6gFW_N off=422084 len=1478029 2024-07-27T18:50:13.401 INFO:tasks.workunit.client.0.smithi029.stdout:op 2840 completed, throughput=5MB/sec 2024-07-27T18:50:13.401 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EIllwLp9p3fjFhg off=4768885 len=277743 2024-07-27T18:50:13.404 INFO:tasks.workunit.client.0.smithi029.stdout:op 2841 completed, throughput=5MB/sec 2024-07-27T18:50:13.404 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Gb81Q33QzZ1KTQ9 off=7793428 len=1327961 2024-07-27T18:50:13.406 INFO:tasks.workunit.client.0.smithi029.stdout:op 2842 completed, throughput=5MB/sec 2024-07-27T18:50:14.406 INFO:tasks.workunit.client.0.smithi029.stdout: 568: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:14.406 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-orkulaepJIIQDSU off=8787688 len=1747244 2024-07-27T18:50:14.408 INFO:tasks.workunit.client.0.smithi029.stdout:op 2843 completed, throughput=5MB/sec 2024-07-27T18:50:14.408 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-13ngTbMnR66cP62 off=5427189 len=1189988 2024-07-27T18:50:14.417 INFO:tasks.workunit.client.0.smithi029.stdout:op 2844 completed, throughput=5MB/sec 2024-07-27T18:50:14.417 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HlXzGCbzpue91PF off=367851 len=642762 2024-07-27T18:50:14.418 INFO:tasks.workunit.client.0.smithi029.stdout:op 2845 completed, throughput=5MB/sec 2024-07-27T18:50:14.418 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-65ptyRAAhWD7j2i off=4504327 len=760846 2024-07-27T18:50:14.423 INFO:tasks.workunit.client.0.smithi029.stdout:op 2846 completed, throughput=5MB/sec 2024-07-27T18:50:14.423 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-f_cSkVtdblYu4Vh off=2144884 len=109613 2024-07-27T18:50:14.425 INFO:tasks.workunit.client.0.smithi029.stdout:op 2847 completed, throughput=5MB/sec 2024-07-27T18:50:14.425 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3CduSniQmkNZhKu off=1882419 len=128576 2024-07-27T18:50:14.426 INFO:tasks.workunit.client.0.smithi029.stdout:op 2848 completed, throughput=5MB/sec 2024-07-27T18:50:14.426 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1easkh68EioZm8f off=2753451 len=391349 2024-07-27T18:50:14.427 INFO:tasks.workunit.client.0.smithi029.stdout:op 2849 completed, throughput=5MB/sec 2024-07-27T18:50:14.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:14 smithi179 ceph-mon[89801]: pgmap v1693: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:50:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:14 smithi029 ceph-mon[96870]: pgmap v1693: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:50:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:14 smithi029 ceph-mon[99353]: pgmap v1693: 105 pgs: 105 active+clean; 127 GiB data, 7.7 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:50:15.427 INFO:tasks.workunit.client.0.smithi029.stdout: 569: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:15.427 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4K_CCV1XEGnLf0M off=6705545 len=583445 2024-07-27T18:50:15.428 INFO:tasks.workunit.client.0.smithi029.stdout:op 2850 completed, throughput=4.99MB/sec 2024-07-27T18:50:15.428 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IiiMsDr8yBDal-J off=6797070 len=179367 2024-07-27T18:50:15.429 INFO:tasks.workunit.client.0.smithi029.stdout:op 2851 completed, throughput=4.99MB/sec 2024-07-27T18:50:15.429 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MFmuZzg4WQZ4i3m off=1290277 len=124472 2024-07-27T18:50:15.429 INFO:tasks.workunit.client.0.smithi029.stdout:op 2852 completed, throughput=4.99MB/sec 2024-07-27T18:50:15.429 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-__R8ayTkBwAH7YC off=4022786 len=1345657 2024-07-27T18:50:15.436 INFO:tasks.workunit.client.0.smithi029.stdout:op 2853 completed, throughput=5MB/sec 2024-07-27T18:50:15.437 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VQJcaJF8UN24P0x off=18320600 len=620280 2024-07-27T18:50:15.441 INFO:tasks.workunit.client.0.smithi029.stdout:op 2854 completed, throughput=5MB/sec 2024-07-27T18:50:15.441 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-r-hX1LnoL9oH3xw off=16437768 len=385712 2024-07-27T18:50:15.443 INFO:tasks.workunit.client.0.smithi029.stdout:op 2855 completed, throughput=5MB/sec 2024-07-27T18:50:15.443 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ieXsVntrZdmpRMw off=3027032 len=1722434 2024-07-27T18:50:15.444 INFO:tasks.workunit.client.0.smithi029.stdout:op 2856 completed, throughput=5MB/sec 2024-07-27T18:50:15.444 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9tmgAFAKaHgvG2H off=4843815 len=1850276 2024-07-27T18:50:15.455 INFO:tasks.workunit.client.0.smithi029.stdout:op 2857 completed, throughput=5MB/sec 2024-07-27T18:50:16.455 INFO:tasks.workunit.client.0.smithi029.stdout: 570: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:16.455 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fT3yY5FsOV2QvQv off=10800525 len=2001035 2024-07-27T18:50:16.458 INFO:tasks.workunit.client.0.smithi029.stdout:op 2858 completed, throughput=5MB/sec 2024-07-27T18:50:16.458 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WY828n287rc5Lax off=6716120 len=638564 2024-07-27T18:50:16.460 INFO:tasks.workunit.client.0.smithi029.stdout:op 2859 completed, throughput=5MB/sec 2024-07-27T18:50:16.460 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EUNtnxzMaKdmxz- off=6291854 len=1677169 2024-07-27T18:50:16.463 INFO:tasks.workunit.client.0.smithi029.stdout:op 2860 completed, throughput=5MB/sec 2024-07-27T18:50:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:16 smithi179 ceph-mon[89801]: pgmap v1694: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:50:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:16 smithi029 ceph-mon[96870]: pgmap v1694: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:50:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:16 smithi029 ceph-mon[99353]: pgmap v1694: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:50:17.464 INFO:tasks.workunit.client.0.smithi029.stdout: 571: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:17.464 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VnD26G6WGKG4AER off=6220870 len=777624 2024-07-27T18:50:17.466 INFO:tasks.workunit.client.0.smithi029.stdout:op 2861 completed, throughput=4.99MB/sec 2024-07-27T18:50:17.466 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-J7pdnjApgnNnjbR off=15565319 len=844764 2024-07-27T18:50:17.467 INFO:tasks.workunit.client.0.smithi029.stdout:op 2862 completed, throughput=5MB/sec 2024-07-27T18:50:17.468 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5EvRk_N7Y8Zwk7q off=834890 len=852283 2024-07-27T18:50:17.469 INFO:tasks.workunit.client.0.smithi029.stdout:op 2863 completed, throughput=5MB/sec 2024-07-27T18:50:17.469 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zfM-0hNu07-eXsF off=12827070 len=1398878 2024-07-27T18:50:17.476 INFO:tasks.workunit.client.0.smithi029.stdout:op 2864 completed, throughput=5MB/sec 2024-07-27T18:50:17.476 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Z4x4rUBSkQZZZ80 off=7953668 len=1867898 2024-07-27T18:50:17.478 INFO:tasks.workunit.client.0.smithi029.stdout:op 2865 completed, throughput=5MB/sec 2024-07-27T18:50:18.478 INFO:tasks.workunit.client.0.smithi029.stdout: 572: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:18.479 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VfCMLZVWab_VQ2S off=1408398 len=550431 2024-07-27T18:50:18.479 INFO:tasks.workunit.client.0.smithi029.stdout:op 2866 completed, throughput=4.99MB/sec 2024-07-27T18:50:18.479 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3UP5xWIvOKproR0 off=6345189 len=885135 2024-07-27T18:50:18.484 INFO:tasks.workunit.client.0.smithi029.stdout:op 2867 completed, throughput=5MB/sec 2024-07-27T18:50:18.484 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s8bXN9wVMG6fYwG off=4693941 len=41486 2024-07-27T18:50:18.484 INFO:tasks.workunit.client.0.smithi029.stdout:op 2868 completed, throughput=5MB/sec 2024-07-27T18:50:18.485 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-N5Xv-ogBsOA-TUC off=6302558 len=440801 2024-07-27T18:50:18.486 INFO:tasks.workunit.client.0.smithi029.stdout:op 2869 completed, throughput=5MB/sec 2024-07-27T18:50:18.486 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZLoU9Ofpcfih1Ge off=5431804 len=1044013 2024-07-27T18:50:18.491 INFO:tasks.workunit.client.0.smithi029.stdout:op 2870 completed, throughput=5MB/sec 2024-07-27T18:50:18.491 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--MH9gCI_VffygRt off=14294773 len=469424 2024-07-27T18:50:18.492 INFO:tasks.workunit.client.0.smithi029.stdout:op 2871 completed, throughput=5MB/sec 2024-07-27T18:50:18.492 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2GqvQNT2zA9CDDX off=1254932 len=439501 2024-07-27T18:50:18.493 INFO:tasks.workunit.client.0.smithi029.stdout:op 2872 completed, throughput=5MB/sec 2024-07-27T18:50:18.493 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vjLcY2JL1mrl-qK off=13808972 len=1366973 2024-07-27T18:50:18.502 INFO:tasks.workunit.client.0.smithi029.stdout:op 2873 completed, throughput=5MB/sec 2024-07-27T18:50:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:18 smithi179 ceph-mon[89801]: pgmap v1695: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.2 MiB/s wr, 3 op/s 2024-07-27T18:50:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:18 smithi029 ceph-mon[96870]: pgmap v1695: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.2 MiB/s wr, 3 op/s 2024-07-27T18:50:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:18 smithi029 ceph-mon[99353]: pgmap v1695: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.2 MiB/s wr, 3 op/s 2024-07-27T18:50:19.504 INFO:tasks.workunit.client.0.smithi029.stdout: 573: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:19.504 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3Q1frzpPeeEg3-O off=9985128 len=1144962 2024-07-27T18:50:19.505 INFO:tasks.workunit.client.0.smithi029.stdout:op 2874 completed, throughput=5MB/sec 2024-07-27T18:50:19.505 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-O3XvAXsZItECOx7 off=16201919 len=1595526 2024-07-27T18:50:19.513 INFO:tasks.workunit.client.0.smithi029.stdout:op 2875 completed, throughput=5MB/sec 2024-07-27T18:50:19.513 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VZzYGOGhPpqz5vy off=5308638 len=221226 2024-07-27T18:50:19.515 INFO:tasks.workunit.client.0.smithi029.stdout:op 2876 completed, throughput=5MB/sec 2024-07-27T18:50:19.515 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FDWlJIWHRS4aj6Z off=1239787 len=184329 2024-07-27T18:50:19.516 INFO:tasks.workunit.client.0.smithi029.stdout:op 2877 completed, throughput=5MB/sec 2024-07-27T18:50:19.517 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lD0Jyx0Js3aMuWS off=2898616 len=501086 2024-07-27T18:50:19.518 INFO:tasks.workunit.client.0.smithi029.stdout:op 2878 completed, throughput=5MB/sec 2024-07-27T18:50:19.518 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DkBobjJs7xg1nXb off=4087008 len=37361 2024-07-27T18:50:19.519 INFO:tasks.workunit.client.0.smithi029.stdout:op 2879 completed, throughput=5MB/sec 2024-07-27T18:50:19.519 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RcSfO62LpOdMR4b off=21871779 len=1441591 2024-07-27T18:50:19.528 INFO:tasks.workunit.client.0.smithi029.stdout:op 2880 completed, throughput=5MB/sec 2024-07-27T18:50:20.528 INFO:tasks.workunit.client.0.smithi029.stdout: 574: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:20.528 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OAS2fAWNFIBK7xL off=936064 len=1937717 2024-07-27T18:50:20.531 INFO:tasks.workunit.client.0.smithi029.stdout:op 2881 completed, throughput=5MB/sec 2024-07-27T18:50:20.531 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-A3c858GnBZyDvG5 off=14510642 len=1825010 2024-07-27T18:50:20.539 INFO:tasks.workunit.client.0.smithi029.stdout:op 2882 completed, throughput=5MB/sec 2024-07-27T18:50:20.539 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FsTRMx6KO-93_Ab off=9752691 len=875312 2024-07-27T18:50:20.541 INFO:tasks.workunit.client.0.smithi029.stdout:op 2883 completed, throughput=5MB/sec 2024-07-27T18:50:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:20 smithi179 ceph-mon[89801]: pgmap v1696: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:50:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:20 smithi029 ceph-mon[96870]: pgmap v1696: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:50:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:20 smithi029 ceph-mon[99353]: pgmap v1696: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:50:21.541 INFO:tasks.workunit.client.0.smithi029.stdout: 575: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:21.541 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FiRg29ZrdbOtRDr off=2565235 len=1644875 2024-07-27T18:50:21.543 INFO:tasks.workunit.client.0.smithi029.stdout:op 2884 completed, throughput=4.99MB/sec 2024-07-27T18:50:21.543 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g7XbWeDy1Ux7mJC off=9859819 len=2014401 2024-07-27T18:50:21.546 INFO:tasks.workunit.client.0.smithi029.stdout:op 2885 completed, throughput=5MB/sec 2024-07-27T18:50:21.546 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5RcTEpgVxauE6nn off=2452652 len=983801 2024-07-27T18:50:21.551 INFO:tasks.workunit.client.0.smithi029.stdout:op 2886 completed, throughput=5MB/sec 2024-07-27T18:50:21.551 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IBc02fZzF-tGATb off=7344454 len=592799 2024-07-27T18:50:21.555 INFO:tasks.workunit.client.0.smithi029.stdout:op 2887 completed, throughput=5MB/sec 2024-07-27T18:50:22.556 INFO:tasks.workunit.client.0.smithi029.stdout: 576: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:22.556 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BGW-9IrNwKnFOdy off=20958449 len=924248 2024-07-27T18:50:22.561 INFO:tasks.workunit.client.0.smithi029.stdout:op 2888 completed, throughput=4.99MB/sec 2024-07-27T18:50:22.561 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DMqGuF_lLhMQi9R off=3252855 len=479463 2024-07-27T18:50:22.565 INFO:tasks.workunit.client.0.smithi029.stdout:op 2889 completed, throughput=4.99MB/sec 2024-07-27T18:50:22.565 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-42gzNgMz1T5YEQv off=3734176 len=473828 2024-07-27T18:50:22.568 INFO:tasks.workunit.client.0.smithi029.stdout:op 2890 completed, throughput=4.99MB/sec 2024-07-27T18:50:22.568 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sy4RyA5jRDJjiJv off=1064146 len=445377 2024-07-27T18:50:22.571 INFO:tasks.workunit.client.0.smithi029.stdout:op 2891 completed, throughput=5MB/sec 2024-07-27T18:50:22.571 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6sOQjA_l6jNa-Mu off=7658046 len=909842 2024-07-27T18:50:22.575 INFO:tasks.workunit.client.0.smithi029.stdout:op 2892 completed, throughput=5MB/sec 2024-07-27T18:50:22.576 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HjGsVUE2tx7I9ku off=6056754 len=1610903 2024-07-27T18:50:22.583 INFO:tasks.workunit.client.0.smithi029.stdout:op 2893 completed, throughput=5MB/sec 2024-07-27T18:50:22.583 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rVQIf7PftqoyPrq off=10590236 len=50893 2024-07-27T18:50:22.584 INFO:tasks.workunit.client.0.smithi029.stdout:op 2894 completed, throughput=5MB/sec 2024-07-27T18:50:22.584 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NMh0wEoBbqZPmV5 off=2897174 len=47636 2024-07-27T18:50:22.584 INFO:tasks.workunit.client.0.smithi029.stdout:op 2895 completed, throughput=5MB/sec 2024-07-27T18:50:22.584 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pHzva5BBkoUY2LU off=4590031 len=246336 2024-07-27T18:50:22.586 INFO:tasks.workunit.client.0.smithi029.stdout:op 2896 completed, throughput=5MB/sec 2024-07-27T18:50:22.587 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IbNXzwyacjCLgVc off=3334894 len=1699243 2024-07-27T18:50:22.593 INFO:tasks.workunit.client.0.smithi029.stdout:op 2897 completed, throughput=5MB/sec 2024-07-27T18:50:22.628 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:50:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:50:22] "GET /metrics HTTP/1.1" 200 34047 "" "Prometheus/2.43.0" 2024-07-27T18:50:22.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:22 smithi179 ceph-mon[89801]: pgmap v1697: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:50:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:22 smithi029 ceph-mon[99353]: pgmap v1697: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:50:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:22 smithi029 ceph-mon[96870]: pgmap v1697: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:50:23.594 INFO:tasks.workunit.client.0.smithi029.stdout: 577: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:23.594 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Gt98psE5w2Pyu7S off=14788864 len=368573 2024-07-27T18:50:23.597 INFO:tasks.workunit.client.0.smithi029.stdout:op 2898 completed, throughput=4.99MB/sec 2024-07-27T18:50:23.597 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ciqNlnRRoGw301D off=1927756 len=139296 2024-07-27T18:50:23.598 INFO:tasks.workunit.client.0.smithi029.stdout:op 2899 completed, throughput=4.99MB/sec 2024-07-27T18:50:23.598 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n293cc4tKByG2E5 off=9597993 len=323506 2024-07-27T18:50:23.601 INFO:tasks.workunit.client.0.smithi029.stdout:op 2900 completed, throughput=5MB/sec 2024-07-27T18:50:23.601 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-igzxkLQdwScKert off=5572264 len=566108 2024-07-27T18:50:23.605 INFO:tasks.workunit.client.0.smithi029.stdout:op 2901 completed, throughput=5MB/sec 2024-07-27T18:50:23.605 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-j1ZWAnXd2PfoOJ4 off=6893132 len=343451 2024-07-27T18:50:23.605 INFO:tasks.workunit.client.0.smithi029.stdout:op 2902 completed, throughput=5MB/sec 2024-07-27T18:50:23.606 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OZAbZFPLEnOWQFq off=9343475 len=996101 2024-07-27T18:50:23.611 INFO:tasks.workunit.client.0.smithi029.stdout:op 2903 completed, throughput=5MB/sec 2024-07-27T18:50:23.611 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SBbEjfCFpkGgPGP off=15712890 len=1644335 2024-07-27T18:50:23.615 INFO:tasks.workunit.client.0.smithi029.stdout:op 2904 completed, throughput=5MB/sec 2024-07-27T18:50:24.615 INFO:tasks.workunit.client.0.smithi029.stdout: 578: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:24.615 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QPo07Ier1Hsyw1o off=7131659 len=410389 2024-07-27T18:50:24.618 INFO:tasks.workunit.client.0.smithi029.stdout:op 2905 completed, throughput=4.99MB/sec 2024-07-27T18:50:24.618 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DZ8_bpG-kjYl3Bv off=5038305 len=1634949 2024-07-27T18:50:24.625 INFO:tasks.workunit.client.0.smithi029.stdout:op 2906 completed, throughput=5MB/sec 2024-07-27T18:50:24.625 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4vAN5CLF2xDZXk8 off=1634684 len=763937 2024-07-27T18:50:24.627 INFO:tasks.workunit.client.0.smithi029.stdout:op 2907 completed, throughput=5MB/sec 2024-07-27T18:50:24.627 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lXAaqkblDhQAeuS off=11623835 len=1624098 2024-07-27T18:50:24.634 INFO:tasks.workunit.client.0.smithi029.stdout:op 2908 completed, throughput=5MB/sec 2024-07-27T18:50:24.634 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lj5pQ_zO5pLD5HS off=5752568 len=1691337 2024-07-27T18:50:24.636 INFO:tasks.workunit.client.0.smithi029.stdout:op 2909 completed, throughput=5MB/sec 2024-07-27T18:50:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:24 smithi179 ceph-mon[89801]: pgmap v1698: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:50:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:50:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:24 smithi029 ceph-mon[96870]: pgmap v1698: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:50:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:50:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:24 smithi029 ceph-mon[99353]: pgmap v1698: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:50:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:50:25.637 INFO:tasks.workunit.client.0.smithi029.stdout: 579: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:25.638 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iAP2oXiy9yKHmuM off=12910653 len=1076443 2024-07-27T18:50:25.643 INFO:tasks.workunit.client.0.smithi029.stdout:op 2910 completed, throughput=5MB/sec 2024-07-27T18:50:25.643 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RCRaEpPpMWD1Dma off=3246268 len=1531181 2024-07-27T18:50:25.649 INFO:tasks.workunit.client.0.smithi029.stdout:op 2911 completed, throughput=5MB/sec 2024-07-27T18:50:25.649 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6QhKoeoij1iJg78 off=1925918 len=1398431 2024-07-27T18:50:25.651 INFO:tasks.workunit.client.0.smithi029.stdout:op 2912 completed, throughput=5MB/sec 2024-07-27T18:50:25.651 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MjG62MNdtTfaudd off=5808138 len=257235 2024-07-27T18:50:25.654 INFO:tasks.workunit.client.0.smithi029.stdout:op 2913 completed, throughput=5MB/sec 2024-07-27T18:50:26.654 INFO:tasks.workunit.client.0.smithi029.stdout: 580: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:26.655 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3ODQFsY1XMQrBHx off=77007 len=1949066 2024-07-27T18:50:26.657 INFO:tasks.workunit.client.0.smithi029.stdout:op 2914 completed, throughput=5MB/sec 2024-07-27T18:50:26.657 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bN2ESAwIHI7zlnV off=6695620 len=540364 2024-07-27T18:50:26.659 INFO:tasks.workunit.client.0.smithi029.stdout:op 2915 completed, throughput=5MB/sec 2024-07-27T18:50:26.659 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nKTOmMayCPEUbZa off=15248053 len=1296941 2024-07-27T18:50:26.660 INFO:tasks.workunit.client.0.smithi029.stdout:op 2916 completed, throughput=5MB/sec 2024-07-27T18:50:26.660 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sZYbX4hmeDhn7vv off=13211744 len=1806053 2024-07-27T18:50:26.668 INFO:tasks.workunit.client.0.smithi029.stdout:op 2917 completed, throughput=5MB/sec 2024-07-27T18:50:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:26 smithi179 ceph-mon[89801]: pgmap v1699: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 3.0 MiB/s wr, 6 op/s 2024-07-27T18:50:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:26 smithi029 ceph-mon[96870]: pgmap v1699: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 3.0 MiB/s wr, 6 op/s 2024-07-27T18:50:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:26 smithi029 ceph-mon[99353]: pgmap v1699: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 3.0 MiB/s wr, 6 op/s 2024-07-27T18:50:27.669 INFO:tasks.workunit.client.0.smithi029.stdout: 581: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:27.669 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sac_3T238SGrZIk off=6332209 len=530082 2024-07-27T18:50:27.672 INFO:tasks.workunit.client.0.smithi029.stdout:op 2918 completed, throughput=4.99MB/sec 2024-07-27T18:50:27.672 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3fgC6dOLicEy3hi off=676913 len=1352770 2024-07-27T18:50:27.678 INFO:tasks.workunit.client.0.smithi029.stdout:op 2919 completed, throughput=5MB/sec 2024-07-27T18:50:27.678 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-K2WbAcCZ4jOaM0W off=2840757 len=450136 2024-07-27T18:50:27.679 INFO:tasks.workunit.client.0.smithi029.stdout:op 2920 completed, throughput=5MB/sec 2024-07-27T18:50:27.679 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0oCrTsDpL6iMhZ4 off=964431 len=1045712 2024-07-27T18:50:27.680 INFO:tasks.workunit.client.0.smithi029.stdout:op 2921 completed, throughput=5MB/sec 2024-07-27T18:50:27.680 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-o2_7HwdN23kT30j off=18835633 len=1693370 2024-07-27T18:50:27.682 INFO:tasks.workunit.client.0.smithi029.stdout:op 2922 completed, throughput=5MB/sec 2024-07-27T18:50:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:27 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:50:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:27 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:50:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:27 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:50:28.685 INFO:tasks.workunit.client.0.smithi029.stdout: 582: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:28.686 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-d6Pxm1RxSq6BhUs off=8947389 len=1160293 2024-07-27T18:50:28.687 INFO:tasks.workunit.client.0.smithi029.stdout:op 2923 completed, throughput=4.99MB/sec 2024-07-27T18:50:28.687 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VEtbu0UYfiTxzzn off=1779140 len=973596 2024-07-27T18:50:28.691 INFO:tasks.workunit.client.0.smithi029.stdout:op 2924 completed, throughput=5MB/sec 2024-07-27T18:50:28.692 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YB5PBHnqySI-Izf off=9562476 len=784594 2024-07-27T18:50:28.693 INFO:tasks.workunit.client.0.smithi029.stdout:op 2925 completed, throughput=5MB/sec 2024-07-27T18:50:28.694 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4VCYDP9oQKA-hVv off=715263 len=560855 2024-07-27T18:50:28.695 INFO:tasks.workunit.client.0.smithi029.stdout:op 2926 completed, throughput=5MB/sec 2024-07-27T18:50:28.695 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7hTl2H0bcT1x0AD off=2323737 len=752713 2024-07-27T18:50:28.699 INFO:tasks.workunit.client.0.smithi029.stdout:op 2927 completed, throughput=5MB/sec 2024-07-27T18:50:28.699 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nQkr6d2KmCgjJ0U off=18332021 len=1687145 2024-07-27T18:50:28.705 INFO:tasks.workunit.client.0.smithi029.stdout:op 2928 completed, throughput=5MB/sec 2024-07-27T18:50:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:28 smithi029 ceph-mon[96870]: pgmap v1700: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:50:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:28 smithi029 ceph-mon[99353]: pgmap v1700: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:50:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:28 smithi179 ceph-mon[89801]: pgmap v1700: 105 pgs: 105 active+clean; 127 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:50:29.707 INFO:tasks.workunit.client.0.smithi029.stdout: 583: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:29.707 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0nmw4KaBQ2Rcny2 off=3235478 len=636414 2024-07-27T18:50:29.707 INFO:tasks.workunit.client.0.smithi029.stdout:op 2929 completed, throughput=4.99MB/sec 2024-07-27T18:50:29.707 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ovFP7JTupW0wuyS off=9429568 len=1027795 2024-07-27T18:50:29.708 INFO:tasks.workunit.client.0.smithi029.stdout:op 2930 completed, throughput=5MB/sec 2024-07-27T18:50:29.708 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g4Gap5u9YifxyFD off=342678 len=1692647 2024-07-27T18:50:29.710 INFO:tasks.workunit.client.0.smithi029.stdout:op 2931 completed, throughput=5MB/sec 2024-07-27T18:50:29.710 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xqqzOEP6Yxpm46p off=12988281 len=1490828 2024-07-27T18:50:29.716 INFO:tasks.workunit.client.0.smithi029.stdout:op 2932 completed, throughput=5MB/sec 2024-07-27T18:50:30.716 INFO:tasks.workunit.client.0.smithi029.stdout: 584: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:30.716 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0JP5-os7EzhKAB_ off=348299 len=1057640 2024-07-27T18:50:30.722 INFO:tasks.workunit.client.0.smithi029.stdout:op 2933 completed, throughput=4.99MB/sec 2024-07-27T18:50:30.722 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IUsk66_Rrhk2Gva off=19303823 len=1102914 2024-07-27T18:50:30.726 INFO:tasks.workunit.client.0.smithi029.stdout:op 2934 completed, throughput=5MB/sec 2024-07-27T18:50:30.726 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-L9aNBGnsYxRpIqN off=12034376 len=437982 2024-07-27T18:50:30.730 INFO:tasks.workunit.client.0.smithi029.stdout:op 2935 completed, throughput=5MB/sec 2024-07-27T18:50:30.730 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-L8yvciQUc5l7Lvu off=11851073 len=873045 2024-07-27T18:50:30.732 INFO:tasks.workunit.client.0.smithi029.stdout:op 2936 completed, throughput=5MB/sec 2024-07-27T18:50:30.732 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ctx9s-R6qtNUgJr off=1614680 len=1673943 2024-07-27T18:50:30.741 INFO:tasks.workunit.client.0.smithi029.stdout:op 2937 completed, throughput=5MB/sec 2024-07-27T18:50:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:30 smithi179 ceph-mon[89801]: pgmap v1701: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:50:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:30 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:30 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:30 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:30 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:30 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:50:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:30 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:50:30.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:30 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[96870]: pgmap v1701: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:50:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:50:31.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:50:31.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:31.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[99353]: pgmap v1701: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:50:31.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:31.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:31.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:31.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:31.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:50:31.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:50:31.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:30 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:50:31.741 INFO:tasks.workunit.client.0.smithi029.stdout: 585: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:31.741 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-m-7aRpaoGN-yZKI off=12995050 len=148235 2024-07-27T18:50:31.744 INFO:tasks.workunit.client.0.smithi029.stdout:op 2938 completed, throughput=4.99MB/sec 2024-07-27T18:50:31.744 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MnS4mEzSQDVSL5J off=474067 len=603873 2024-07-27T18:50:31.746 INFO:tasks.workunit.client.0.smithi029.stdout:op 2939 completed, throughput=4.99MB/sec 2024-07-27T18:50:31.746 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5_J5qevxvNVM0_S off=13118740 len=1536887 2024-07-27T18:50:31.748 INFO:tasks.workunit.client.0.smithi029.stdout:op 2940 completed, throughput=5MB/sec 2024-07-27T18:50:31.748 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qptWxI029sG2nGd off=6212496 len=169026 2024-07-27T18:50:31.751 INFO:tasks.workunit.client.0.smithi029.stdout:op 2941 completed, throughput=5MB/sec 2024-07-27T18:50:31.751 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y3OB-rXNkC0OJYL off=6637821 len=1154509 2024-07-27T18:50:31.758 INFO:tasks.workunit.client.0.smithi029.stdout:op 2942 completed, throughput=5MB/sec 2024-07-27T18:50:31.758 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rXNgpnHpgkTPTZv off=67353 len=1068383 2024-07-27T18:50:31.759 INFO:tasks.workunit.client.0.smithi029.stdout:op 2943 completed, throughput=5MB/sec 2024-07-27T18:50:31.759 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Jv-lcOYTb70WnZR off=7780003 len=1601364 2024-07-27T18:50:31.760 INFO:tasks.workunit.client.0.smithi029.stdout:op 2944 completed, throughput=5MB/sec 2024-07-27T18:50:32.649 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:50:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:50:32] "GET /metrics HTTP/1.1" 200 34048 "" "Prometheus/2.43.0" 2024-07-27T18:50:32.760 INFO:tasks.workunit.client.0.smithi029.stdout: 586: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:32.761 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MM6WrcQwQ3148nA off=5606020 len=1970620 2024-07-27T18:50:32.768 INFO:tasks.workunit.client.0.smithi029.stdout:op 2945 completed, throughput=5MB/sec 2024-07-27T18:50:32.769 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-f3x7Nr3z6jbN2Bw off=13657265 len=484264 2024-07-27T18:50:32.772 INFO:tasks.workunit.client.0.smithi029.stdout:op 2946 completed, throughput=5MB/sec 2024-07-27T18:50:32.772 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ng3JO6wBqEbq9Ce off=2621763 len=11400 2024-07-27T18:50:32.774 INFO:tasks.workunit.client.0.smithi029.stdout:op 2947 completed, throughput=5MB/sec 2024-07-27T18:50:32.774 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5lrYK7wGFsoE3JU off=18153645 len=1072599 2024-07-27T18:50:32.775 INFO:tasks.workunit.client.0.smithi029.stdout:op 2948 completed, throughput=5MB/sec 2024-07-27T18:50:32.776 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w8Zh590Wdtm70vR off=7033090 len=769575 2024-07-27T18:50:32.778 INFO:tasks.workunit.client.0.smithi029.stdout:op 2949 completed, throughput=5MB/sec 2024-07-27T18:50:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:32 smithi179 ceph-mon[89801]: pgmap v1702: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:50:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:32 smithi029 ceph-mon[96870]: pgmap v1702: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:50:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:32 smithi029 ceph-mon[99353]: pgmap v1702: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:50:33.778 INFO:tasks.workunit.client.0.smithi029.stdout: 587: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:33.778 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ad9Buzh3VnnAkP3 off=337330 len=1591454 2024-07-27T18:50:33.787 INFO:tasks.workunit.client.0.smithi029.stdout:op 2950 completed, throughput=4.99MB/sec 2024-07-27T18:50:33.788 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UPIFLSIguWZFslO off=6458220 len=1284278 2024-07-27T18:50:33.793 INFO:tasks.workunit.client.0.smithi029.stdout:op 2951 completed, throughput=5MB/sec 2024-07-27T18:50:33.794 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dpocah52aq2Klh9 off=2845752 len=868647 2024-07-27T18:50:33.798 INFO:tasks.workunit.client.0.smithi029.stdout:op 2952 completed, throughput=5MB/sec 2024-07-27T18:50:33.798 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8iV15lJddBCRQBO off=4908391 len=969639 2024-07-27T18:50:33.802 INFO:tasks.workunit.client.0.smithi029.stdout:op 2953 completed, throughput=5MB/sec 2024-07-27T18:50:33.802 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nXG2AQWQ32Nb2z5 off=1925590 len=1169461 2024-07-27T18:50:33.805 INFO:tasks.workunit.client.0.smithi029.stdout:op 2954 completed, throughput=5MB/sec 2024-07-27T18:50:34.806 INFO:tasks.workunit.client.0.smithi029.stdout: 588: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:34.806 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yMsUymPGE5o-Md6 off=9253329 len=1234288 2024-07-27T18:50:34.807 INFO:tasks.workunit.client.0.smithi029.stdout:op 2955 completed, throughput=4.99MB/sec 2024-07-27T18:50:34.807 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ta7ExECDdqer5WJ off=472374 len=460387 2024-07-27T18:50:34.808 INFO:tasks.workunit.client.0.smithi029.stdout:op 2956 completed, throughput=5MB/sec 2024-07-27T18:50:34.808 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-21QfDrAzCLVUfm0 off=7790525 len=1054573 2024-07-27T18:50:34.810 INFO:tasks.workunit.client.0.smithi029.stdout:op 2957 completed, throughput=5MB/sec 2024-07-27T18:50:34.811 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yGnxOeuQt1VezZH off=3020687 len=1651591 2024-07-27T18:50:34.817 INFO:tasks.workunit.client.0.smithi029.stdout:op 2958 completed, throughput=5MB/sec 2024-07-27T18:50:34.817 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tRkz1TkvCcg3HkQ off=2033440 len=301016 2024-07-27T18:50:34.820 INFO:tasks.workunit.client.0.smithi029.stdout:op 2959 completed, throughput=5MB/sec 2024-07-27T18:50:34.820 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tazSP_lYcsXKLEo off=20262896 len=974286 2024-07-27T18:50:34.821 INFO:tasks.workunit.client.0.smithi029.stdout:op 2960 completed, throughput=5MB/sec 2024-07-27T18:50:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:34 smithi179 ceph-mon[89801]: pgmap v1703: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:50:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:34 smithi029 ceph-mon[96870]: pgmap v1703: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:50:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:34 smithi029 ceph-mon[99353]: pgmap v1703: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:50:35.821 INFO:tasks.workunit.client.0.smithi029.stdout: 589: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:35.822 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dUiOcnu_BLhw4-i off=1889859 len=506002 2024-07-27T18:50:35.825 INFO:tasks.workunit.client.0.smithi029.stdout:op 2961 completed, throughput=4.99MB/sec 2024-07-27T18:50:35.825 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VQ8-j4Or22g6WtF off=1078950 len=1685675 2024-07-27T18:50:35.832 INFO:tasks.workunit.client.0.smithi029.stdout:op 2962 completed, throughput=5MB/sec 2024-07-27T18:50:35.832 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-T6_5yaUSMBEMFfX off=3954775 len=2039195 2024-07-27T18:50:35.840 INFO:tasks.workunit.client.0.smithi029.stdout:op 2963 completed, throughput=5MB/sec 2024-07-27T18:50:35.840 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tQmchdqdS2oaUF7 off=6757541 len=365301 2024-07-27T18:50:35.842 INFO:tasks.workunit.client.0.smithi029.stdout:op 2964 completed, throughput=5MB/sec 2024-07-27T18:50:36.843 INFO:tasks.workunit.client.0.smithi029.stdout: 590: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:36.843 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fXLu8yp0Z5l-VGW off=8734015 len=1848942 2024-07-27T18:50:36.853 INFO:tasks.workunit.client.0.smithi029.stdout:op 2965 completed, throughput=4.99MB/sec 2024-07-27T18:50:36.853 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FhfVaUEAMGW26K5 off=2611011 len=573897 2024-07-27T18:50:36.857 INFO:tasks.workunit.client.0.smithi029.stdout:op 2966 completed, throughput=5MB/sec 2024-07-27T18:50:36.858 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oT2IEXuAuPxwTYk off=259564 len=1245954 2024-07-27T18:50:36.859 INFO:tasks.workunit.client.0.smithi029.stdout:op 2967 completed, throughput=5MB/sec 2024-07-27T18:50:36.859 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hQe2a2tf_FKixVh off=2399016 len=328151 2024-07-27T18:50:36.862 INFO:tasks.workunit.client.0.smithi029.stdout:op 2968 completed, throughput=5MB/sec 2024-07-27T18:50:36.862 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-k9g8aQ55Ihk4QEl off=3316202 len=1120865 2024-07-27T18:50:36.864 INFO:tasks.workunit.client.0.smithi029.stdout:op 2969 completed, throughput=5MB/sec 2024-07-27T18:50:36.864 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DsxppjStMQ1rFXL off=7848938 len=1467099 2024-07-27T18:50:36.865 INFO:tasks.workunit.client.0.smithi029.stdout:op 2970 completed, throughput=5MB/sec 2024-07-27T18:50:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:36 smithi179 ceph-mon[89801]: pgmap v1704: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:50:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:36 smithi029 ceph-mon[96870]: pgmap v1704: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:50:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:36 smithi029 ceph-mon[99353]: pgmap v1704: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:50:37.865 INFO:tasks.workunit.client.0.smithi029.stdout: 591: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:37.866 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e6ra6q3Am7VcyaO off=8784357 len=909003 2024-07-27T18:50:37.867 INFO:tasks.workunit.client.0.smithi029.stdout:op 2971 completed, throughput=5MB/sec 2024-07-27T18:50:37.867 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZAMoehwfk3uvMOv off=2783306 len=735897 2024-07-27T18:50:37.871 INFO:tasks.workunit.client.0.smithi029.stdout:op 2972 completed, throughput=5MB/sec 2024-07-27T18:50:37.872 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--_HT8kgdQd5prM3 off=4339474 len=583018 2024-07-27T18:50:37.875 INFO:tasks.workunit.client.0.smithi029.stdout:op 2973 completed, throughput=5MB/sec 2024-07-27T18:50:37.876 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qwj8tXMDnKMVk9k off=4052803 len=497955 2024-07-27T18:50:37.876 INFO:tasks.workunit.client.0.smithi029.stdout:op 2974 completed, throughput=5MB/sec 2024-07-27T18:50:37.876 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HGcOcj0RSoi9J-e off=9716101 len=793439 2024-07-27T18:50:37.877 INFO:tasks.workunit.client.0.smithi029.stdout:op 2975 completed, throughput=5MB/sec 2024-07-27T18:50:37.877 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MkTMYHVl2U3-Dpc off=775904 len=1769018 2024-07-27T18:50:37.879 INFO:tasks.workunit.client.0.smithi029.stdout:op 2976 completed, throughput=5MB/sec 2024-07-27T18:50:38.880 INFO:tasks.workunit.client.0.smithi029.stdout: 592: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:38.880 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7hU7YfvDX_eiv3l off=6278738 len=2008416 2024-07-27T18:50:38.882 INFO:tasks.workunit.client.0.smithi029.stdout:op 2977 completed, throughput=5MB/sec 2024-07-27T18:50:38.882 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-akGwtzGrepArFmy off=20758056 len=1705739 2024-07-27T18:50:38.893 INFO:tasks.workunit.client.0.smithi029.stdout:op 2978 completed, throughput=5MB/sec 2024-07-27T18:50:38.893 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WKmxXGMv-EbyIuF off=89521 len=350280 2024-07-27T18:50:38.896 INFO:tasks.workunit.client.0.smithi029.stdout:op 2979 completed, throughput=5MB/sec 2024-07-27T18:50:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:38 smithi179 ceph-mon[89801]: pgmap v1705: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:50:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:38 smithi029 ceph-mon[96870]: pgmap v1705: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:50:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:38 smithi029 ceph-mon[99353]: pgmap v1705: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:50:39.896 INFO:tasks.workunit.client.0.smithi029.stdout: 593: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:39.897 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-748WXqsta0o4Py6 off=5630792 len=2077389 2024-07-27T18:50:39.906 INFO:tasks.workunit.client.0.smithi029.stdout:op 2980 completed, throughput=5MB/sec 2024-07-27T18:50:39.906 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-H8fCbx8NA8c028z off=6276242 len=932035 2024-07-27T18:50:39.912 INFO:tasks.workunit.client.0.smithi029.stdout:op 2981 completed, throughput=5MB/sec 2024-07-27T18:50:39.912 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OvmgtuQEe483_1n off=6955642 len=1032413 2024-07-27T18:50:39.917 INFO:tasks.workunit.client.0.smithi029.stdout:op 2982 completed, throughput=5MB/sec 2024-07-27T18:50:39.917 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TuXpSOVXjc_n2Qv off=6104865 len=890258 2024-07-27T18:50:39.921 INFO:tasks.workunit.client.0.smithi029.stdout:op 2983 completed, throughput=5MB/sec 2024-07-27T18:50:39.921 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-k2H3BAbxFUxoMiW off=1830344 len=1973941 2024-07-27T18:50:39.922 INFO:tasks.workunit.client.0.smithi029.stdout:op 2984 completed, throughput=5MB/sec 2024-07-27T18:50:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:50:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:50:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:50:40.923 INFO:tasks.workunit.client.0.smithi029.stdout: 594: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:40.923 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-p75M4SoAk4kAUPk off=5224788 len=454960 2024-07-27T18:50:40.926 INFO:tasks.workunit.client.0.smithi029.stdout:op 2985 completed, throughput=4.99MB/sec 2024-07-27T18:50:40.927 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Wz-J9baKtw0khRj off=4589329 len=803690 2024-07-27T18:50:40.931 INFO:tasks.workunit.client.0.smithi029.stdout:op 2986 completed, throughput=5MB/sec 2024-07-27T18:50:40.931 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-z1f_acTs4GaENwt off=7153660 len=1782782 2024-07-27T18:50:40.938 INFO:tasks.workunit.client.0.smithi029.stdout:op 2987 completed, throughput=5MB/sec 2024-07-27T18:50:40.938 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FqRuK3Lq4sx4gGt off=7127863 len=802794 2024-07-27T18:50:40.939 INFO:tasks.workunit.client.0.smithi029.stdout:op 2988 completed, throughput=5MB/sec 2024-07-27T18:50:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:40 smithi029 ceph-mon[96870]: pgmap v1706: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:50:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:40 smithi029 ceph-mon[99353]: pgmap v1706: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:50:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:40 smithi179 ceph-mon[89801]: pgmap v1706: 105 pgs: 105 active+clean; 127 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:50:41.939 INFO:tasks.workunit.client.0.smithi029.stdout: 595: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:41.939 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4mJu1ZJSW4cEgXP off=605121 len=1710253 2024-07-27T18:50:41.943 INFO:tasks.workunit.client.0.smithi029.stdout:op 2989 completed, throughput=4.99MB/sec 2024-07-27T18:50:41.943 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g-Psw4weMxuVhff off=428208 len=876577 2024-07-27T18:50:41.945 INFO:tasks.workunit.client.0.smithi029.stdout:op 2990 completed, throughput=5MB/sec 2024-07-27T18:50:41.945 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_nTQqZrIlYeM7F7 off=2603349 len=645548 2024-07-27T18:50:41.946 INFO:tasks.workunit.client.0.smithi029.stdout:op 2991 completed, throughput=5MB/sec 2024-07-27T18:50:41.946 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8SbzWqsqtjThpiu off=11542548 len=1512159 2024-07-27T18:50:41.948 INFO:tasks.workunit.client.0.smithi029.stdout:op 2992 completed, throughput=5MB/sec 2024-07-27T18:50:41.948 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-748WXqsta0o4Py6 off=7337559 len=2017136 2024-07-27T18:50:41.957 INFO:tasks.workunit.client.0.smithi029.stdout:op 2993 completed, throughput=5MB/sec 2024-07-27T18:50:42.668 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:50:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:50:42] "GET /metrics HTTP/1.1" 200 34046 "" "Prometheus/2.43.0" 2024-07-27T18:50:42.958 INFO:tasks.workunit.client.0.smithi029.stdout: 596: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:42.958 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vQk6LJz1k-EOLCl off=3546079 len=1375523 2024-07-27T18:50:42.961 INFO:tasks.workunit.client.0.smithi029.stdout:op 2994 completed, throughput=5MB/sec 2024-07-27T18:50:42.961 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xEV7FUBXqOQnoVX off=4741343 len=1667629 2024-07-27T18:50:42.969 INFO:tasks.workunit.client.0.smithi029.stdout:op 2995 completed, throughput=5MB/sec 2024-07-27T18:50:42.969 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-c2VxiEmMR752oW4 off=1116174 len=1993810 2024-07-27T18:50:42.973 INFO:tasks.workunit.client.0.smithi029.stdout:op 2996 completed, throughput=5MB/sec 2024-07-27T18:50:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:42 smithi029 ceph-mon[96870]: pgmap v1707: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:50:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:42 smithi029 ceph-mon[99353]: pgmap v1707: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:50:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:42 smithi179 ceph-mon[89801]: pgmap v1707: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:50:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: 597: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:43.974 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ymNmGQCOktFXSyv off=2216780 len=318473 2024-07-27T18:50:43.977 INFO:tasks.workunit.client.0.smithi029.stdout:op 2997 completed, throughput=4.99MB/sec 2024-07-27T18:50:43.977 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NNytl9K6EK_w8Wc off=9524469 len=1312670 2024-07-27T18:50:43.984 INFO:tasks.workunit.client.0.smithi029.stdout:op 2998 completed, throughput=5MB/sec 2024-07-27T18:50:43.984 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Eo1rPosTrMD7lGs off=4977886 len=219308 2024-07-27T18:50:43.984 INFO:tasks.workunit.client.0.smithi029.stdout:op 2999 completed, throughput=5MB/sec 2024-07-27T18:50:43.984 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-24ftWAlIvC9OdRd off=5097531 len=1502520 2024-07-27T18:50:43.994 INFO:tasks.workunit.client.0.smithi029.stdout:op 3000 completed, throughput=5MB/sec 2024-07-27T18:50:43.994 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TkIiXBvGWP2Eq9G off=5155143 len=1924897 2024-07-27T18:50:44.005 INFO:tasks.workunit.client.0.smithi029.stdout:op 3001 completed, throughput=5MB/sec 2024-07-27T18:50:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:44 smithi029 ceph-mon[96870]: pgmap v1708: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:50:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:44 smithi029 ceph-mon[99353]: pgmap v1708: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:50:45.005 INFO:tasks.workunit.client.0.smithi029.stdout: 598: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:45.005 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Sv_txISzfeW9pYg off=1293086 len=837455 2024-07-27T18:50:45.007 INFO:tasks.workunit.client.0.smithi029.stdout:op 3002 completed, throughput=4.99MB/sec 2024-07-27T18:50:45.007 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sgTo3RT5-afOVv8 off=14177623 len=1128761 2024-07-27T18:50:45.008 INFO:tasks.workunit.client.0.smithi029.stdout:op 3003 completed, throughput=5MB/sec 2024-07-27T18:50:45.008 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-74zb0qchQ-kTqOG off=10182529 len=1222919 2024-07-27T18:50:45.010 INFO:tasks.workunit.client.0.smithi029.stdout:op 3004 completed, throughput=5MB/sec 2024-07-27T18:50:45.010 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FmfGkIueQapZyRb off=7340608 len=1264091 2024-07-27T18:50:45.012 INFO:tasks.workunit.client.0.smithi029.stdout:op 3005 completed, throughput=5MB/sec 2024-07-27T18:50:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:44 smithi179 ceph-mon[89801]: pgmap v1708: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:50:46.012 INFO:tasks.workunit.client.0.smithi029.stdout: 599: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:46.012 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4TxVJ3nqt198R-I off=4993317 len=192727 2024-07-27T18:50:46.013 INFO:tasks.workunit.client.0.smithi029.stdout:op 3006 completed, throughput=4.99MB/sec 2024-07-27T18:50:46.013 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wXLs_lt5QmYaQO5 off=2495646 len=1364380 2024-07-27T18:50:46.015 INFO:tasks.workunit.client.0.smithi029.stdout:op 3007 completed, throughput=4.99MB/sec 2024-07-27T18:50:46.015 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jZ4F66b9aBVkKgb off=5455535 len=1706422 2024-07-27T18:50:46.024 INFO:tasks.workunit.client.0.smithi029.stdout:op 3008 completed, throughput=5MB/sec 2024-07-27T18:50:46.024 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R-_KSBctVYIpmPe off=2070031 len=2070999 2024-07-27T18:50:46.026 INFO:tasks.workunit.client.0.smithi029.stdout:op 3009 completed, throughput=5MB/sec 2024-07-27T18:50:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:46 smithi029 ceph-mon[96870]: pgmap v1709: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:50:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:46 smithi029 ceph-mon[99353]: pgmap v1709: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:50:47.027 INFO:tasks.workunit.client.0.smithi029.stdout: 600: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:47.027 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SpvKFCPZmCr5IWm off=3277481 len=1906936 2024-07-27T18:50:47.031 INFO:tasks.workunit.client.0.smithi029.stdout:op 3010 completed, throughput=5MB/sec 2024-07-27T18:50:47.031 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FUvFQ6RSuqc5iuk off=4357450 len=961840 2024-07-27T18:50:47.036 INFO:tasks.workunit.client.0.smithi029.stdout:op 3011 completed, throughput=5MB/sec 2024-07-27T18:50:47.036 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SC32YscUQBooBNI off=2006767 len=1608859 2024-07-27T18:50:47.044 INFO:tasks.workunit.client.0.smithi029.stdout:op 3012 completed, throughput=5MB/sec 2024-07-27T18:50:47.044 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NwzD9fnrZoWEZ-w off=1519670 len=1675935 2024-07-27T18:50:47.054 INFO:tasks.workunit.client.0.smithi029.stdout:op 3013 completed, throughput=5MB/sec 2024-07-27T18:50:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:46 smithi179 ceph-mon[89801]: pgmap v1709: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:50:48.055 INFO:tasks.workunit.client.0.smithi029.stdout: 601: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:48.055 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hRi3MAxx7gnobGG off=6372954 len=1221888 2024-07-27T18:50:48.057 INFO:tasks.workunit.client.0.smithi029.stdout:op 3014 completed, throughput=5MB/sec 2024-07-27T18:50:48.057 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--5IZw8Ot4k86nkM off=6408092 len=816748 2024-07-27T18:50:48.058 INFO:tasks.workunit.client.0.smithi029.stdout:op 3015 completed, throughput=5MB/sec 2024-07-27T18:50:48.058 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3GX4-tQJhtv2NxL off=16461964 len=2015908 2024-07-27T18:50:48.063 INFO:tasks.workunit.client.0.smithi029.stdout:op 3016 completed, throughput=5MB/sec 2024-07-27T18:50:48.063 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-610Ie93_ElHj60- off=0 len=1497329 2024-07-27T18:50:48.070 INFO:tasks.workunit.client.0.smithi029.stdout:op 3017 completed, throughput=5MB/sec 2024-07-27T18:50:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:48 smithi029 ceph-mon[96870]: pgmap v1710: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:50:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:48 smithi029 ceph-mon[99353]: pgmap v1710: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:50:49.071 INFO:tasks.workunit.client.0.smithi029.stdout: 602: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:49.071 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JPYBlar8_E8PDnM off=14784677 len=335275 2024-07-27T18:50:49.071 INFO:tasks.workunit.client.0.smithi029.stdout:op 3018 completed, throughput=4.99MB/sec 2024-07-27T18:50:49.071 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IpPPlQ56OcfRZoW off=7517298 len=1648076 2024-07-27T18:50:49.074 INFO:tasks.workunit.client.0.smithi029.stdout:op 3019 completed, throughput=5MB/sec 2024-07-27T18:50:49.074 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PyDZ8ipRNAyH1px off=7161509 len=1437011 2024-07-27T18:50:49.076 INFO:tasks.workunit.client.0.smithi029.stdout:op 3020 completed, throughput=5MB/sec 2024-07-27T18:50:49.076 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cmjKxVfEZzPqV6f off=9762901 len=1963728 2024-07-27T18:50:49.085 INFO:tasks.workunit.client.0.smithi029.stdout:op 3021 completed, throughput=5MB/sec 2024-07-27T18:50:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:48 smithi179 ceph-mon[89801]: pgmap v1710: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:50:50.086 INFO:tasks.workunit.client.0.smithi029.stdout: 603: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:50.086 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NdouPXWWR3O_HLO off=4399577 len=1008634 2024-07-27T18:50:50.091 INFO:tasks.workunit.client.0.smithi029.stdout:op 3022 completed, throughput=5MB/sec 2024-07-27T18:50:50.091 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WywCXvW4zngKueM off=1766833 len=1853405 2024-07-27T18:50:50.094 INFO:tasks.workunit.client.0.smithi029.stdout:op 3023 completed, throughput=5MB/sec 2024-07-27T18:50:50.094 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SkDu-XyDLQqh3bS off=0 len=1106732 2024-07-27T18:50:50.099 INFO:tasks.workunit.client.0.smithi029.stdout:op 3024 completed, throughput=5MB/sec 2024-07-27T18:50:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:50 smithi029 ceph-mon[96870]: pgmap v1711: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:50:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:50 smithi029 ceph-mon[99353]: pgmap v1711: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:50:51.100 INFO:tasks.workunit.client.0.smithi029.stdout: 604: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:51.100 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8jvkh-b3RjWSCq6 off=7340991 len=1464404 2024-07-27T18:50:51.106 INFO:tasks.workunit.client.0.smithi029.stdout:op 3025 completed, throughput=4.99MB/sec 2024-07-27T18:50:51.106 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CSTgtpt-cJwdHfX off=18124015 len=1927586 2024-07-27T18:50:51.110 INFO:tasks.workunit.client.0.smithi029.stdout:op 3026 completed, throughput=5MB/sec 2024-07-27T18:50:51.110 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-I95kyKRjn9xN9fw off=15181552 len=69859 2024-07-27T18:50:51.113 INFO:tasks.workunit.client.0.smithi029.stdout:op 3027 completed, throughput=5MB/sec 2024-07-27T18:50:51.113 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zUkgjLAIUyoqfAb off=231403 len=211284 2024-07-27T18:50:51.115 INFO:tasks.workunit.client.0.smithi029.stdout:op 3028 completed, throughput=5MB/sec 2024-07-27T18:50:51.115 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IV0BzoF-1FZHGWF off=353136 len=520615 2024-07-27T18:50:51.119 INFO:tasks.workunit.client.0.smithi029.stdout:op 3029 completed, throughput=5MB/sec 2024-07-27T18:50:51.119 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-muDq_yJkkYe6qkR off=9976423 len=584237 2024-07-27T18:50:51.120 INFO:tasks.workunit.client.0.smithi029.stdout:op 3030 completed, throughput=5MB/sec 2024-07-27T18:50:51.120 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oFS5EZPk4glbMsS off=5322827 len=1050217 2024-07-27T18:50:51.122 INFO:tasks.workunit.client.0.smithi029.stdout:op 3031 completed, throughput=5MB/sec 2024-07-27T18:50:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:50 smithi179 ceph-mon[89801]: pgmap v1711: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:50:52.122 INFO:tasks.workunit.client.0.smithi029.stdout: 605: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:52.122 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-krk6xjAwfRrQHj0 off=113830 len=1311828 2024-07-27T18:50:52.124 INFO:tasks.workunit.client.0.smithi029.stdout:op 3032 completed, throughput=4.99MB/sec 2024-07-27T18:50:52.124 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TvA6aACpdA-sAFE off=2647876 len=1799620 2024-07-27T18:50:52.128 INFO:tasks.workunit.client.0.smithi029.stdout:op 3033 completed, throughput=5MB/sec 2024-07-27T18:50:52.129 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4TxVJ3nqt198R-I off=6580345 len=1617088 2024-07-27T18:50:52.130 INFO:tasks.workunit.client.0.smithi029.stdout:op 3034 completed, throughput=5MB/sec 2024-07-27T18:50:52.130 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UZCrjc0wZ5dGnxh off=22272399 len=538935 2024-07-27T18:50:52.131 INFO:tasks.workunit.client.0.smithi029.stdout:op 3035 completed, throughput=5MB/sec 2024-07-27T18:50:52.682 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:50:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:50:52] "GET /metrics HTTP/1.1" 200 34046 "" "Prometheus/2.43.0" 2024-07-27T18:50:52.965 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:52 smithi179 ceph-mon[89801]: pgmap v1712: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.2 MiB/s wr, 3 op/s 2024-07-27T18:50:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:52 smithi029 ceph-mon[96870]: pgmap v1712: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.2 MiB/s wr, 3 op/s 2024-07-27T18:50:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:52 smithi029 ceph-mon[99353]: pgmap v1712: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.2 MiB/s wr, 3 op/s 2024-07-27T18:50:53.132 INFO:tasks.workunit.client.0.smithi029.stdout: 606: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:53.132 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nJ04635ItJm9e2A off=11419248 len=1078726 2024-07-27T18:50:53.137 INFO:tasks.workunit.client.0.smithi029.stdout:op 3036 completed, throughput=4.99MB/sec 2024-07-27T18:50:53.137 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--SDxc8GkUjYc2Rt off=3622630 len=1724269 2024-07-27T18:50:53.144 INFO:tasks.workunit.client.0.smithi029.stdout:op 3037 completed, throughput=5MB/sec 2024-07-27T18:50:53.144 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bMNtTbYd7bCk0NJ off=4772207 len=1248114 2024-07-27T18:50:53.145 INFO:tasks.workunit.client.0.smithi029.stdout:op 3038 completed, throughput=5MB/sec 2024-07-27T18:50:53.145 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zfN0ZMbFRfV2sRv off=15966688 len=1523531 2024-07-27T18:50:53.148 INFO:tasks.workunit.client.0.smithi029.stdout:op 3039 completed, throughput=5MB/sec 2024-07-27T18:50:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:50:54.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:50:54.148 INFO:tasks.workunit.client.0.smithi029.stdout: 607: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:54.149 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jeRnae3ddFNkwxe off=5345703 len=1724395 2024-07-27T18:50:54.156 INFO:tasks.workunit.client.0.smithi029.stdout:op 3040 completed, throughput=5MB/sec 2024-07-27T18:50:54.156 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GRtTtiVbhe_co4H off=9244082 len=116045 2024-07-27T18:50:54.157 INFO:tasks.workunit.client.0.smithi029.stdout:op 3041 completed, throughput=5MB/sec 2024-07-27T18:50:54.157 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9JOhH8YWM8-zL6s off=2112321 len=1632293 2024-07-27T18:50:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:50:54.163 INFO:tasks.workunit.client.0.smithi029.stdout:op 3042 completed, throughput=5MB/sec 2024-07-27T18:50:54.163 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-37-7fhFzA7esDcW off=1342245 len=62189 2024-07-27T18:50:54.165 INFO:tasks.workunit.client.0.smithi029.stdout:op 3043 completed, throughput=5MB/sec 2024-07-27T18:50:54.165 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hv4qAveFF7sVdep off=7009751 len=1027248 2024-07-27T18:50:54.167 INFO:tasks.workunit.client.0.smithi029.stdout:op 3044 completed, throughput=5MB/sec 2024-07-27T18:50:54.168 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZlrMOZ-SsUU6dlX off=2488113 len=1928496 2024-07-27T18:50:54.173 INFO:tasks.workunit.client.0.smithi029.stdout:op 3045 completed, throughput=5MB/sec 2024-07-27T18:50:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:54 smithi029 ceph-mon[96870]: pgmap v1713: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 3 op/s 2024-07-27T18:50:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:54 smithi029 ceph-mon[99353]: pgmap v1713: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 3 op/s 2024-07-27T18:50:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:54 smithi179 ceph-mon[89801]: pgmap v1713: 105 pgs: 105 active+clean; 127 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 3 op/s 2024-07-27T18:50:55.173 INFO:tasks.workunit.client.0.smithi029.stdout: 608: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:55.173 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ntbqh-BZHtHd1uF off=8424617 len=998679 2024-07-27T18:50:55.176 INFO:tasks.workunit.client.0.smithi029.stdout:op 3046 completed, throughput=5MB/sec 2024-07-27T18:50:55.177 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Tem28hfZu4-eUZb off=3948279 len=685281 2024-07-27T18:50:55.178 INFO:tasks.workunit.client.0.smithi029.stdout:op 3047 completed, throughput=5MB/sec 2024-07-27T18:50:55.178 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ScM5LfZGC-6nLMn off=794288 len=1335368 2024-07-27T18:50:55.181 INFO:tasks.workunit.client.0.smithi029.stdout:op 3048 completed, throughput=5MB/sec 2024-07-27T18:50:55.182 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DxPA-LHPEe7rFMC off=151500 len=1134638 2024-07-27T18:50:55.187 INFO:tasks.workunit.client.0.smithi029.stdout:op 3049 completed, throughput=5MB/sec 2024-07-27T18:50:56.188 INFO:tasks.workunit.client.0.smithi029.stdout: 609: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:56.188 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GFdEIhxf4ZkS3VA off=8759809 len=538379 2024-07-27T18:50:56.189 INFO:tasks.workunit.client.0.smithi029.stdout:op 3050 completed, throughput=4.99MB/sec 2024-07-27T18:50:56.189 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ye0M8fq6wWwkydY off=6735201 len=1595749 2024-07-27T18:50:56.197 INFO:tasks.workunit.client.0.smithi029.stdout:op 3051 completed, throughput=5MB/sec 2024-07-27T18:50:56.197 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UNvmDCItJ2pe172 off=2721459 len=1066548 2024-07-27T18:50:56.199 INFO:tasks.workunit.client.0.smithi029.stdout:op 3052 completed, throughput=5MB/sec 2024-07-27T18:50:56.199 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-woEOa7u2NEfM8Kb off=1488262 len=1720997 2024-07-27T18:50:56.200 INFO:tasks.workunit.client.0.smithi029.stdout:op 3053 completed, throughput=5MB/sec 2024-07-27T18:50:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:56 smithi029 ceph-mon[96870]: pgmap v1714: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:50:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:56 smithi029 ceph-mon[99353]: pgmap v1714: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:50:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:56 smithi179 ceph-mon[89801]: pgmap v1714: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:50:57.200 INFO:tasks.workunit.client.0.smithi029.stdout: 610: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:57.201 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NkSCSgeUv4X9x2z off=1950905 len=1174605 2024-07-27T18:50:57.202 INFO:tasks.workunit.client.0.smithi029.stdout:op 3054 completed, throughput=4.99MB/sec 2024-07-27T18:50:57.202 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ryJlphNP0O_dJMs off=17721057 len=536660 2024-07-27T18:50:57.206 INFO:tasks.workunit.client.0.smithi029.stdout:op 3055 completed, throughput=4.99MB/sec 2024-07-27T18:50:57.206 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IasznlXRp0yckXn off=1610738 len=114091 2024-07-27T18:50:57.209 INFO:tasks.workunit.client.0.smithi029.stdout:op 3056 completed, throughput=5MB/sec 2024-07-27T18:50:57.209 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zYDG13e1IHM_mve off=369491 len=112204 2024-07-27T18:50:57.212 INFO:tasks.workunit.client.0.smithi029.stdout:op 3057 completed, throughput=5MB/sec 2024-07-27T18:50:57.212 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fVsUHKJ3D6hLSK9 off=24513904 len=989889 2024-07-27T18:50:57.213 INFO:tasks.workunit.client.0.smithi029.stdout:op 3058 completed, throughput=5MB/sec 2024-07-27T18:50:57.213 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ym3cR_YZg5leoVB off=6053660 len=1707900 2024-07-27T18:50:57.215 INFO:tasks.workunit.client.0.smithi029.stdout:op 3059 completed, throughput=5MB/sec 2024-07-27T18:50:57.215 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HYdc8TBvwV3cDXs off=9746386 len=1578274 2024-07-27T18:50:57.221 INFO:tasks.workunit.client.0.smithi029.stdout:op 3060 completed, throughput=5MB/sec 2024-07-27T18:50:58.222 INFO:tasks.workunit.client.0.smithi029.stdout: 611: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:58.222 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EXGTXjTpv6QfQUU off=10669473 len=1015525 2024-07-27T18:50:58.224 INFO:tasks.workunit.client.0.smithi029.stdout:op 3061 completed, throughput=5MB/sec 2024-07-27T18:50:58.224 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IaGmBX7z7kOwdEA off=4910226 len=1397974 2024-07-27T18:50:58.231 INFO:tasks.workunit.client.0.smithi029.stdout:op 3062 completed, throughput=5MB/sec 2024-07-27T18:50:58.231 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1UkX9DkA8DK5YKD off=11885961 len=423890 2024-07-27T18:50:58.232 INFO:tasks.workunit.client.0.smithi029.stdout:op 3063 completed, throughput=5MB/sec 2024-07-27T18:50:58.232 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CReWMCeVdETs7wt off=1840735 len=1756936 2024-07-27T18:50:58.242 INFO:tasks.workunit.client.0.smithi029.stdout:op 3064 completed, throughput=5MB/sec 2024-07-27T18:50:59.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:58 smithi029 ceph-mon[96870]: pgmap v1715: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.6 MiB/s wr, 3 op/s 2024-07-27T18:50:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:58 smithi029 ceph-mon[99353]: pgmap v1715: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.6 MiB/s wr, 3 op/s 2024-07-27T18:50:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:58 smithi179 ceph-mon[89801]: pgmap v1715: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.6 MiB/s wr, 3 op/s 2024-07-27T18:50:59.243 INFO:tasks.workunit.client.0.smithi029.stdout: 612: throughput=4.99MB/sec pending data=0 2024-07-27T18:50:59.243 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LNcwsaSzGRcmPUP off=24948 len=420405 2024-07-27T18:50:59.244 INFO:tasks.workunit.client.0.smithi029.stdout:op 3065 completed, throughput=4.99MB/sec 2024-07-27T18:50:59.244 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1ERLZEDfUWFZ4HX off=436495 len=217907 2024-07-27T18:50:59.247 INFO:tasks.workunit.client.0.smithi029.stdout:op 3066 completed, throughput=4.99MB/sec 2024-07-27T18:50:59.247 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KJOrkn5Q1HXqXdP off=682635 len=217298 2024-07-27T18:50:59.248 INFO:tasks.workunit.client.0.smithi029.stdout:op 3067 completed, throughput=4.99MB/sec 2024-07-27T18:50:59.248 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-idpXsLWa9_p3tG1 off=7466936 len=730935 2024-07-27T18:50:59.252 INFO:tasks.workunit.client.0.smithi029.stdout:op 3068 completed, throughput=4.99MB/sec 2024-07-27T18:50:59.252 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YzEUkyrhZVV-JnM off=560734 len=1805083 2024-07-27T18:50:59.254 INFO:tasks.workunit.client.0.smithi029.stdout:op 3069 completed, throughput=5MB/sec 2024-07-27T18:50:59.254 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sNeFZR9m7VezoVt off=13771148 len=2015936 2024-07-27T18:50:59.259 INFO:tasks.workunit.client.0.smithi029.stdout:op 3070 completed, throughput=5MB/sec 2024-07-27T18:51:00.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:50:59 smithi029 ceph-mon[96870]: pgmap v1716: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:51:00.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:50:59 smithi029 ceph-mon[99353]: pgmap v1716: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:51:00.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:50:59 smithi179 ceph-mon[89801]: pgmap v1716: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:51:00.260 INFO:tasks.workunit.client.0.smithi029.stdout: 613: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:00.260 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MoLOTf6tYUmhwEl off=3798091 len=133097 2024-07-27T18:51:00.260 INFO:tasks.workunit.client.0.smithi029.stdout:op 3071 completed, throughput=4.99MB/sec 2024-07-27T18:51:00.260 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h8nTr2EN5UKz3zt off=11712614 len=1458024 2024-07-27T18:51:00.262 INFO:tasks.workunit.client.0.smithi029.stdout:op 3072 completed, throughput=5MB/sec 2024-07-27T18:51:00.262 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nK0d3_pOoJUTlI2 off=3901065 len=532987 2024-07-27T18:51:00.266 INFO:tasks.workunit.client.0.smithi029.stdout:op 3073 completed, throughput=5MB/sec 2024-07-27T18:51:00.267 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AOhEzvAqUMgbS55 off=0 len=1272956 2024-07-27T18:51:00.275 INFO:tasks.workunit.client.0.smithi029.stdout:op 3074 completed, throughput=5MB/sec 2024-07-27T18:51:00.275 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UFoQ_6blhG62lgg off=15979325 len=1639465 2024-07-27T18:51:00.276 INFO:tasks.workunit.client.0.smithi029.stdout:op 3075 completed, throughput=5MB/sec 2024-07-27T18:51:01.277 INFO:tasks.workunit.client.0.smithi029.stdout: 614: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:01.277 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AqLnPcrcGe6f5L- off=11449625 len=911219 2024-07-27T18:51:01.278 INFO:tasks.workunit.client.0.smithi029.stdout:op 3076 completed, throughput=4.99MB/sec 2024-07-27T18:51:01.278 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qG9joFGtPfgN4HY off=16778647 len=1159708 2024-07-27T18:51:01.284 INFO:tasks.workunit.client.0.smithi029.stdout:op 3077 completed, throughput=5MB/sec 2024-07-27T18:51:01.284 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-t73ksJmkwgGQM8k off=7920034 len=169542 2024-07-27T18:51:01.287 INFO:tasks.workunit.client.0.smithi029.stdout:op 3078 completed, throughput=5MB/sec 2024-07-27T18:51:01.287 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qsIlmXOyq3VBzKe off=3853843 len=346530 2024-07-27T18:51:01.290 INFO:tasks.workunit.client.0.smithi029.stdout:op 3079 completed, throughput=5MB/sec 2024-07-27T18:51:01.290 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-35Y-1gRQVoURMkg off=343995 len=1376833 2024-07-27T18:51:01.298 INFO:tasks.workunit.client.0.smithi029.stdout:op 3080 completed, throughput=5MB/sec 2024-07-27T18:51:01.298 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M91AMqMhWUseh0Z off=7674804 len=461251 2024-07-27T18:51:01.301 INFO:tasks.workunit.client.0.smithi029.stdout:op 3081 completed, throughput=5MB/sec 2024-07-27T18:51:01.301 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TOy3NInK8y8PCtk off=8844504 len=1949307 2024-07-27T18:51:01.309 INFO:tasks.workunit.client.0.smithi029.stdout:op 3082 completed, throughput=5MB/sec 2024-07-27T18:51:02.310 INFO:tasks.workunit.client.0.smithi029.stdout: 615: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:02.310 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4JBLu4uTK7jar1Q off=335880 len=1732204 2024-07-27T18:51:02.320 INFO:tasks.workunit.client.0.smithi029.stdout:op 3083 completed, throughput=5MB/sec 2024-07-27T18:51:02.320 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Komcgw9UBOirVFB off=983040 len=411051 2024-07-27T18:51:02.322 INFO:tasks.workunit.client.0.smithi029.stdout:op 3084 completed, throughput=5MB/sec 2024-07-27T18:51:02.322 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MukteSAD_P22FOJ off=3117524 len=1966842 2024-07-27T18:51:02.330 INFO:tasks.workunit.client.0.smithi029.stdout:op 3085 completed, throughput=5MB/sec 2024-07-27T18:51:02.331 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5DyXAup-uKRIqP_ off=1224881 len=1415911 2024-07-27T18:51:02.338 INFO:tasks.workunit.client.0.smithi029.stdout:op 3086 completed, throughput=5MB/sec 2024-07-27T18:51:02.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:02 smithi179 ceph-mon[89801]: pgmap v1717: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:51:02.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:02 smithi029 ceph-mon[96870]: pgmap v1717: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:51:02.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:02 smithi029 ceph-mon[99353]: pgmap v1717: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:51:02.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:51:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:51:02] "GET /metrics HTTP/1.1" 200 34044 "" "Prometheus/2.43.0" 2024-07-27T18:51:03.339 INFO:tasks.workunit.client.0.smithi029.stdout: 616: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:03.339 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JVbIIsI33dzlmFz off=4522279 len=522874 2024-07-27T18:51:03.340 INFO:tasks.workunit.client.0.smithi029.stdout:op 3087 completed, throughput=4.99MB/sec 2024-07-27T18:51:03.340 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eVUghIq17Fsc73g off=5992756 len=1811929 2024-07-27T18:51:03.342 INFO:tasks.workunit.client.0.smithi029.stdout:op 3088 completed, throughput=5MB/sec 2024-07-27T18:51:03.343 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-k8_wlbGX34m4xxZ off=11110478 len=76873 2024-07-27T18:51:03.343 INFO:tasks.workunit.client.0.smithi029.stdout:op 3089 completed, throughput=5MB/sec 2024-07-27T18:51:03.343 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9GpkEwF_MeJfnf_ off=1531608 len=1850604 2024-07-27T18:51:03.345 INFO:tasks.workunit.client.0.smithi029.stdout:op 3090 completed, throughput=5MB/sec 2024-07-27T18:51:04.349 INFO:tasks.workunit.client.0.smithi029.stdout: 617: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:04.349 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nKqLMIIqKksnqH0 off=2664852 len=2017850 2024-07-27T18:51:04.349 INFO:tasks.workunit.client.0.smithi029.stdout:op 3091 completed, throughput=5MB/sec 2024-07-27T18:51:04.349 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-e5IKrneTn_LvYtc off=13295784 len=1593304 2024-07-27T18:51:04.357 INFO:tasks.workunit.client.0.smithi029.stdout:op 3092 completed, throughput=5MB/sec 2024-07-27T18:51:04.357 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kPCfvqGbgXNkK7_ off=7332334 len=1042151 2024-07-27T18:51:04.358 INFO:tasks.workunit.client.0.smithi029.stdout:op 3093 completed, throughput=5MB/sec 2024-07-27T18:51:04.359 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dZdBRtp_GLxRI9z off=3743825 len=1665870 2024-07-27T18:51:04.360 INFO:tasks.workunit.client.0.smithi029.stdout:op 3094 completed, throughput=5MB/sec 2024-07-27T18:51:04.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:04 smithi179 ceph-mon[89801]: pgmap v1718: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.5 MiB/s wr, 4 op/s 2024-07-27T18:51:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:04 smithi029 ceph-mon[96870]: pgmap v1718: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.5 MiB/s wr, 4 op/s 2024-07-27T18:51:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:04 smithi029 ceph-mon[99353]: pgmap v1718: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.5 MiB/s wr, 4 op/s 2024-07-27T18:51:05.360 INFO:tasks.workunit.client.0.smithi029.stdout: 618: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:05.360 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6_v05XTNpx4W8Jr off=7142305 len=525132 2024-07-27T18:51:05.364 INFO:tasks.workunit.client.0.smithi029.stdout:op 3095 completed, throughput=4.99MB/sec 2024-07-27T18:51:05.365 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uQkSF7ux9-lknpG off=2155117 len=800202 2024-07-27T18:51:05.369 INFO:tasks.workunit.client.0.smithi029.stdout:op 3096 completed, throughput=5MB/sec 2024-07-27T18:51:05.369 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-07o9orD91xIdreo off=7514475 len=1877777 2024-07-27T18:51:05.371 INFO:tasks.workunit.client.0.smithi029.stdout:op 3097 completed, throughput=5MB/sec 2024-07-27T18:51:05.371 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZZBrpUmp1x9qbie off=5861421 len=368552 2024-07-27T18:51:05.372 INFO:tasks.workunit.client.0.smithi029.stdout:op 3098 completed, throughput=5MB/sec 2024-07-27T18:51:05.372 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yrA5ZaTWqRIciWN off=0 len=1155799 2024-07-27T18:51:05.375 INFO:tasks.workunit.client.0.smithi029.stdout:op 3099 completed, throughput=5MB/sec 2024-07-27T18:51:06.375 INFO:tasks.workunit.client.0.smithi029.stdout: 619: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:06.375 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n4Tbckud4aT1XgY off=18814 len=1183699 2024-07-27T18:51:06.383 INFO:tasks.workunit.client.0.smithi029.stdout:op 3100 completed, throughput=4.99MB/sec 2024-07-27T18:51:06.384 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9bYuOvboB6sibdw off=341983 len=1829293 2024-07-27T18:51:06.385 INFO:tasks.workunit.client.0.smithi029.stdout:op 3101 completed, throughput=5MB/sec 2024-07-27T18:51:06.386 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2iuTTidd0z4-DNX off=1852070 len=1999739 2024-07-27T18:51:06.390 INFO:tasks.workunit.client.0.smithi029.stdout:op 3102 completed, throughput=5MB/sec 2024-07-27T18:51:06.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:06 smithi179 ceph-mon[89801]: pgmap v1719: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:51:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:06 smithi029 ceph-mon[96870]: pgmap v1719: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:51:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:06 smithi029 ceph-mon[99353]: pgmap v1719: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:51:07.390 INFO:tasks.workunit.client.0.smithi029.stdout: 620: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:07.390 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JQYTWkdgUTHLAUX off=3300197 len=1576002 2024-07-27T18:51:07.393 INFO:tasks.workunit.client.0.smithi029.stdout:op 3103 completed, throughput=4.99MB/sec 2024-07-27T18:51:07.393 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y1w-PcL0CSwI8Qm off=4850465 len=670527 2024-07-27T18:51:07.398 INFO:tasks.workunit.client.0.smithi029.stdout:op 3104 completed, throughput=5MB/sec 2024-07-27T18:51:07.398 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZXtUDR2xmH9HiJG off=2438007 len=143945 2024-07-27T18:51:07.398 INFO:tasks.workunit.client.0.smithi029.stdout:op 3105 completed, throughput=5MB/sec 2024-07-27T18:51:07.399 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XfgMWE4p-9qQkC1 off=12503654 len=1971347 2024-07-27T18:51:07.402 INFO:tasks.workunit.client.0.smithi029.stdout:op 3106 completed, throughput=5MB/sec 2024-07-27T18:51:07.402 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qEGXFmZ47wSIrf6 off=2442391 len=658553 2024-07-27T18:51:07.407 INFO:tasks.workunit.client.0.smithi029.stdout:op 3107 completed, throughput=5MB/sec 2024-07-27T18:51:07.407 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-a1xJ7NbMCPEGAQI off=1257002 len=1155857 2024-07-27T18:51:07.413 INFO:tasks.workunit.client.0.smithi029.stdout:op 3108 completed, throughput=5MB/sec 2024-07-27T18:51:08.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:08 smithi179 ceph-mon[89801]: pgmap v1720: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:51:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: 621: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:08.413 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Hkifh-Wpc_m3Qjv off=311598 len=1182055 2024-07-27T18:51:08.421 INFO:tasks.workunit.client.0.smithi029.stdout:op 3109 completed, throughput=5MB/sec 2024-07-27T18:51:08.421 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yrVqlP0WRqqqNg_ off=6301855 len=2019737 2024-07-27T18:51:08.425 INFO:tasks.workunit.client.0.smithi029.stdout:op 3110 completed, throughput=5MB/sec 2024-07-27T18:51:08.425 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FG1HGtOFkcqqhLc off=11335544 len=1800135 2024-07-27T18:51:08.427 INFO:tasks.workunit.client.0.smithi029.stdout:op 3111 completed, throughput=5MB/sec 2024-07-27T18:51:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:08 smithi029 ceph-mon[96870]: pgmap v1720: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:51:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:08 smithi029 ceph-mon[99353]: pgmap v1720: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:51:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: 622: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:09.428 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5xdg2gnSHplBMLk off=2606743 len=1531793 2024-07-27T18:51:09.429 INFO:tasks.workunit.client.0.smithi029.stdout:op 3112 completed, throughput=5MB/sec 2024-07-27T18:51:09.430 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6PFDQ37oZJIutFS off=1058302 len=1450456 2024-07-27T18:51:09.431 INFO:tasks.workunit.client.0.smithi029.stdout:op 3113 completed, throughput=5MB/sec 2024-07-27T18:51:09.431 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DSpbnDa1Y2el7gr off=11605102 len=1049102 2024-07-27T18:51:09.432 INFO:tasks.workunit.client.0.smithi029.stdout:op 3114 completed, throughput=5MB/sec 2024-07-27T18:51:09.432 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hhLwNTVT2WJcvwk off=17296954 len=1362443 2024-07-27T18:51:09.434 INFO:tasks.workunit.client.0.smithi029.stdout:op 3115 completed, throughput=5MB/sec 2024-07-27T18:51:09.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:51:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:51:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:51:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: 623: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:10.435 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-X5iPLWslM82Ek1d off=1270318 len=406528 2024-07-27T18:51:10.436 INFO:tasks.workunit.client.0.smithi029.stdout:op 3116 completed, throughput=4.99MB/sec 2024-07-27T18:51:10.436 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-T580mFKgZ--ClP7 off=11767972 len=1867185 2024-07-27T18:51:10.448 INFO:tasks.workunit.client.0.smithi029.stdout:op 3117 completed, throughput=5MB/sec 2024-07-27T18:51:10.448 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-su7CAAXGCzsTbbB off=12183150 len=1031288 2024-07-27T18:51:10.449 INFO:tasks.workunit.client.0.smithi029.stdout:op 3118 completed, throughput=5MB/sec 2024-07-27T18:51:10.449 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Jrn5prMi7Iboefj off=3707624 len=1540222 2024-07-27T18:51:10.451 INFO:tasks.workunit.client.0.smithi029.stdout:op 3119 completed, throughput=5MB/sec 2024-07-27T18:51:10.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:10 smithi179 ceph-mon[89801]: pgmap v1721: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:51:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:10 smithi029 ceph-mon[96870]: pgmap v1721: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:51:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:10 smithi029 ceph-mon[99353]: pgmap v1721: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:51:11.452 INFO:tasks.workunit.client.0.smithi029.stdout: 624: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:11.452 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TQfEYKHK4nQYkC2 off=8631471 len=907464 2024-07-27T18:51:11.453 INFO:tasks.workunit.client.0.smithi029.stdout:op 3120 completed, throughput=4.99MB/sec 2024-07-27T18:51:11.454 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gsvwBe4w88_cW9X off=3139694 len=261462 2024-07-27T18:51:11.454 INFO:tasks.workunit.client.0.smithi029.stdout:op 3121 completed, throughput=4.99MB/sec 2024-07-27T18:51:11.454 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5ELNC2Y6_GMpkRB off=895686 len=1378957 2024-07-27T18:51:11.461 INFO:tasks.workunit.client.0.smithi029.stdout:op 3122 completed, throughput=5MB/sec 2024-07-27T18:51:11.461 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cLizShq93b36yQn off=1902870 len=1530494 2024-07-27T18:51:11.462 INFO:tasks.workunit.client.0.smithi029.stdout:op 3123 completed, throughput=5MB/sec 2024-07-27T18:51:11.462 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LWBWglprAmFYAkF off=3495446 len=786531 2024-07-27T18:51:11.463 INFO:tasks.workunit.client.0.smithi029.stdout:op 3124 completed, throughput=5MB/sec 2024-07-27T18:51:11.463 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3KleKvZKgmhcr4E off=4191241 len=1513880 2024-07-27T18:51:11.470 INFO:tasks.workunit.client.0.smithi029.stdout:op 3125 completed, throughput=5MB/sec 2024-07-27T18:51:12.471 INFO:tasks.workunit.client.0.smithi029.stdout: 625: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:12.471 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-f3x7Nr3z6jbN2Bw off=5461444 len=359801 2024-07-27T18:51:12.471 INFO:tasks.workunit.client.0.smithi029.stdout:op 3126 completed, throughput=4.99MB/sec 2024-07-27T18:51:12.471 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--Gam6tMzdvud-JK off=17851713 len=628518 2024-07-27T18:51:12.472 INFO:tasks.workunit.client.0.smithi029.stdout:op 3127 completed, throughput=5MB/sec 2024-07-27T18:51:12.472 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xci2YzHFDYONpH9 off=13341785 len=307175 2024-07-27T18:51:12.476 INFO:tasks.workunit.client.0.smithi029.stdout:op 3128 completed, throughput=5MB/sec 2024-07-27T18:51:12.476 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-V97Xcd9exG2kKHI off=4546281 len=192751 2024-07-27T18:51:12.478 INFO:tasks.workunit.client.0.smithi029.stdout:op 3129 completed, throughput=5MB/sec 2024-07-27T18:51:12.478 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6aJXGIrzuv7ILgm off=4035725 len=426428 2024-07-27T18:51:12.479 INFO:tasks.workunit.client.0.smithi029.stdout:op 3130 completed, throughput=5MB/sec 2024-07-27T18:51:12.480 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ervmUc1B_HEOhoV off=4854176 len=527773 2024-07-27T18:51:12.480 INFO:tasks.workunit.client.0.smithi029.stdout:op 3131 completed, throughput=5MB/sec 2024-07-27T18:51:12.480 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8tROZZ76MZJjR39 off=12766859 len=446218 2024-07-27T18:51:12.484 INFO:tasks.workunit.client.0.smithi029.stdout:op 3132 completed, throughput=5MB/sec 2024-07-27T18:51:12.484 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-10ACCG1fhluuHdK off=12862920 len=891415 2024-07-27T18:51:12.485 INFO:tasks.workunit.client.0.smithi029.stdout:op 3133 completed, throughput=5MB/sec 2024-07-27T18:51:12.485 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6kud22VldqBNv-- off=10303737 len=1641967 2024-07-27T18:51:12.487 INFO:tasks.workunit.client.0.smithi029.stdout:op 3134 completed, throughput=5MB/sec 2024-07-27T18:51:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:12 smithi179 ceph-mon[89801]: pgmap v1722: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:51:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:12 smithi029 ceph-mon[96870]: pgmap v1722: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:51:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:12 smithi029 ceph-mon[99353]: pgmap v1722: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:51:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:51:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:51:12] "GET /metrics HTTP/1.1" 200 34045 "" "Prometheus/2.43.0" 2024-07-27T18:51:13.487 INFO:tasks.workunit.client.0.smithi029.stdout: 626: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:13.487 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0SLpRtsHw6BnrLI off=6019003 len=876670 2024-07-27T18:51:13.489 INFO:tasks.workunit.client.0.smithi029.stdout:op 3135 completed, throughput=5MB/sec 2024-07-27T18:51:13.489 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ki7f3kJHFJv4_m8 off=1936088 len=1726354 2024-07-27T18:51:13.498 INFO:tasks.workunit.client.0.smithi029.stdout:op 3136 completed, throughput=5MB/sec 2024-07-27T18:51:13.498 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sFHVshi-IEOTOSJ off=12011216 len=1091272 2024-07-27T18:51:13.501 INFO:tasks.workunit.client.0.smithi029.stdout:op 3137 completed, throughput=5MB/sec 2024-07-27T18:51:13.501 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UaAi10Q-jbcgX3I off=4277260 len=1674461 2024-07-27T18:51:13.508 INFO:tasks.workunit.client.0.smithi029.stdout:op 3138 completed, throughput=5MB/sec 2024-07-27T18:51:14.508 INFO:tasks.workunit.client.0.smithi029.stdout: 627: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:14.508 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PQ-uWrQGbJbsMIv off=952378 len=529992 2024-07-27T18:51:14.512 INFO:tasks.workunit.client.0.smithi029.stdout:op 3139 completed, throughput=5MB/sec 2024-07-27T18:51:14.513 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Lh7JRwgA-RhOMGF off=2642243 len=2073748 2024-07-27T18:51:14.515 INFO:tasks.workunit.client.0.smithi029.stdout:op 3140 completed, throughput=5MB/sec 2024-07-27T18:51:14.515 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bV_rmGW1Omii-yx off=7325626 len=1041128 2024-07-27T18:51:14.520 INFO:tasks.workunit.client.0.smithi029.stdout:op 3141 completed, throughput=5MB/sec 2024-07-27T18:51:14.520 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I0_ggGzNTk9XSGS off=1677302 len=669486 2024-07-27T18:51:14.520 INFO:tasks.workunit.client.0.smithi029.stdout:op 3142 completed, throughput=5MB/sec 2024-07-27T18:51:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:14 smithi179 ceph-mon[89801]: pgmap v1723: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:51:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:14 smithi029 ceph-mon[96870]: pgmap v1723: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:51:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:14 smithi029 ceph-mon[99353]: pgmap v1723: 105 pgs: 105 active+clean; 127 GiB data, 8.1 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:51:15.521 INFO:tasks.workunit.client.0.smithi029.stdout: 628: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:15.521 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UDzOiJhCIB4pNV- off=4630651 len=1588732 2024-07-27T18:51:15.528 INFO:tasks.workunit.client.0.smithi029.stdout:op 3143 completed, throughput=5MB/sec 2024-07-27T18:51:15.528 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KuTpV89z7HGtXD- off=2371301 len=1333298 2024-07-27T18:51:15.532 INFO:tasks.workunit.client.0.smithi029.stdout:op 3144 completed, throughput=5MB/sec 2024-07-27T18:51:15.532 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dueeCiXSk44Mft4 off=1305155 len=550072 2024-07-27T18:51:15.534 INFO:tasks.workunit.client.0.smithi029.stdout:op 3145 completed, throughput=5MB/sec 2024-07-27T18:51:15.534 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MbP06tQk80O9tbV off=3227581 len=1331635 2024-07-27T18:51:15.540 INFO:tasks.workunit.client.0.smithi029.stdout:op 3146 completed, throughput=5MB/sec 2024-07-27T18:51:16.540 INFO:tasks.workunit.client.0.smithi029.stdout: 629: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:16.540 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1fUiAcNmNbuNYwW off=3261319 len=454837 2024-07-27T18:51:16.542 INFO:tasks.workunit.client.0.smithi029.stdout:op 3147 completed, throughput=4.99MB/sec 2024-07-27T18:51:16.543 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TW1s8WKtOZPCVdb off=3376491 len=2094952 2024-07-27T18:51:16.546 INFO:tasks.workunit.client.0.smithi029.stdout:op 3148 completed, throughput=5MB/sec 2024-07-27T18:51:16.546 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xg06y4y1dFXOX3J off=12287 len=119813 2024-07-27T18:51:16.548 INFO:tasks.workunit.client.0.smithi029.stdout:op 3149 completed, throughput=5MB/sec 2024-07-27T18:51:16.548 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O6SzwxpQ4Y6OqU3 off=8246679 len=1441540 2024-07-27T18:51:16.550 INFO:tasks.workunit.client.0.smithi029.stdout:op 3150 completed, throughput=5MB/sec 2024-07-27T18:51:16.550 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Wxocb_XoYSALDe3 off=3869784 len=2093524 2024-07-27T18:51:16.552 INFO:tasks.workunit.client.0.smithi029.stdout:op 3151 completed, throughput=5MB/sec 2024-07-27T18:51:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:16 smithi179 ceph-mon[89801]: pgmap v1724: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:51:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:16 smithi029 ceph-mon[96870]: pgmap v1724: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:51:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:16 smithi029 ceph-mon[99353]: pgmap v1724: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:51:17.553 INFO:tasks.workunit.client.0.smithi029.stdout: 630: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:17.553 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aSXaqvXMqN8WG7j off=578962 len=2002672 2024-07-27T18:51:17.564 INFO:tasks.workunit.client.0.smithi029.stdout:op 3152 completed, throughput=5MB/sec 2024-07-27T18:51:17.565 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HlOZjQygSGDpmfD off=12037998 len=1686973 2024-07-27T18:51:17.572 INFO:tasks.workunit.client.0.smithi029.stdout:op 3153 completed, throughput=5MB/sec 2024-07-27T18:51:17.572 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZdJ-5whXLlr1Pwt off=1843765 len=1405436 2024-07-27T18:51:17.577 INFO:tasks.workunit.client.0.smithi029.stdout:op 3154 completed, throughput=5MB/sec 2024-07-27T18:51:18.578 INFO:tasks.workunit.client.0.smithi029.stdout: 631: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:18.578 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YL8Vk6gNoS8U9P6 off=2582303 len=1755057 2024-07-27T18:51:18.582 INFO:tasks.workunit.client.0.smithi029.stdout:op 3155 completed, throughput=5MB/sec 2024-07-27T18:51:18.582 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nYzKlYzc9fv2Ug6 off=7066562 len=2038633 2024-07-27T18:51:18.596 INFO:tasks.workunit.client.0.smithi029.stdout:op 3156 completed, throughput=5MB/sec 2024-07-27T18:51:18.597 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nea2IU-pzq1QjDx off=14304595 len=459443 2024-07-27T18:51:18.600 INFO:tasks.workunit.client.0.smithi029.stdout:op 3157 completed, throughput=5MB/sec 2024-07-27T18:51:18.600 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-17Ca0vbDw6g7F-l off=173321 len=1452573 2024-07-27T18:51:18.602 INFO:tasks.workunit.client.0.smithi029.stdout:op 3158 completed, throughput=5MB/sec 2024-07-27T18:51:18.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:18 smithi179 ceph-mon[89801]: pgmap v1725: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.3 MiB/s wr, 4 op/s 2024-07-27T18:51:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:18 smithi029 ceph-mon[96870]: pgmap v1725: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.3 MiB/s wr, 4 op/s 2024-07-27T18:51:18.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:18 smithi029 ceph-mon[99353]: pgmap v1725: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.3 MiB/s wr, 4 op/s 2024-07-27T18:51:19.603 INFO:tasks.workunit.client.0.smithi029.stdout: 632: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:19.603 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QxFuq8ufITSRzmE off=60605 len=1966786 2024-07-27T18:51:19.615 INFO:tasks.workunit.client.0.smithi029.stdout:op 3159 completed, throughput=5MB/sec 2024-07-27T18:51:19.615 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-v-YwLZC-h0dJy7n off=5624292 len=1814604 2024-07-27T18:51:19.625 INFO:tasks.workunit.client.0.smithi029.stdout:op 3160 completed, throughput=5MB/sec 2024-07-27T18:51:19.625 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O1XfpN2B92LDw_P off=126475 len=1254660 2024-07-27T18:51:19.627 INFO:tasks.workunit.client.0.smithi029.stdout:op 3161 completed, throughput=5MB/sec 2024-07-27T18:51:20.628 INFO:tasks.workunit.client.0.smithi029.stdout: 633: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:20.628 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3dVkm25DFK4EWei off=3955570 len=1954360 2024-07-27T18:51:20.635 INFO:tasks.workunit.client.0.smithi029.stdout:op 3162 completed, throughput=5MB/sec 2024-07-27T18:51:20.636 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-__qsha_OXwPh6yN off=1373244 len=1042933 2024-07-27T18:51:20.637 INFO:tasks.workunit.client.0.smithi029.stdout:op 3163 completed, throughput=5MB/sec 2024-07-27T18:51:20.637 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DqjZgm56UfiqXWv off=2801493 len=1224374 2024-07-27T18:51:20.643 INFO:tasks.workunit.client.0.smithi029.stdout:op 3164 completed, throughput=5MB/sec 2024-07-27T18:51:20.643 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sPJVyzMEifGU1w5 off=2752092 len=1575619 2024-07-27T18:51:20.653 INFO:tasks.workunit.client.0.smithi029.stdout:op 3165 completed, throughput=5MB/sec 2024-07-27T18:51:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:20 smithi179 ceph-mon[89801]: pgmap v1726: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:51:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:20 smithi029 ceph-mon[96870]: pgmap v1726: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:51:20.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:20 smithi029 ceph-mon[99353]: pgmap v1726: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:51:21.653 INFO:tasks.workunit.client.0.smithi029.stdout: 634: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:21.653 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pl5cLTWHSq8LAfu off=246933 len=1015356 2024-07-27T18:51:21.659 INFO:tasks.workunit.client.0.smithi029.stdout:op 3166 completed, throughput=5MB/sec 2024-07-27T18:51:21.659 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LySWPGu1ltADSt5 off=7786225 len=551859 2024-07-27T18:51:21.660 INFO:tasks.workunit.client.0.smithi029.stdout:op 3167 completed, throughput=5MB/sec 2024-07-27T18:51:21.661 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TN6E6TacjiLvShZ off=1821731 len=1717361 2024-07-27T18:51:21.670 INFO:tasks.workunit.client.0.smithi029.stdout:op 3168 completed, throughput=5MB/sec 2024-07-27T18:51:21.671 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KriHYBqTSsiwtGT off=15578010 len=344134 2024-07-27T18:51:21.674 INFO:tasks.workunit.client.0.smithi029.stdout:op 3169 completed, throughput=5MB/sec 2024-07-27T18:51:21.674 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eahYbRs35DQPOoM off=13651150 len=802183 2024-07-27T18:51:21.675 INFO:tasks.workunit.client.0.smithi029.stdout:op 3170 completed, throughput=5MB/sec 2024-07-27T18:51:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:22 smithi179 ceph-mon[89801]: pgmap v1727: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:51:22.675 INFO:tasks.workunit.client.0.smithi029.stdout: 635: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:22.675 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JpEej0Qc7oZQ2rm off=6801571 len=1289275 2024-07-27T18:51:22.678 INFO:tasks.workunit.client.0.smithi029.stdout:op 3171 completed, throughput=4.99MB/sec 2024-07-27T18:51:22.678 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M01pgi_7Ag4YDau off=5935840 len=126707 2024-07-27T18:51:22.681 INFO:tasks.workunit.client.0.smithi029.stdout:op 3172 completed, throughput=4.99MB/sec 2024-07-27T18:51:22.681 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0tF5cyd58QoBs-W off=1856643 len=1168112 2024-07-27T18:51:22.687 INFO:tasks.workunit.client.0.smithi029.stdout:op 3173 completed, throughput=5MB/sec 2024-07-27T18:51:22.688 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4AmqaB4IaF278cc off=670327 len=2053783 2024-07-27T18:51:22.695 INFO:tasks.workunit.client.0.smithi029.stdout:op 3174 completed, throughput=5MB/sec 2024-07-27T18:51:22.696 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uFmouhLhB8AJ6Ne off=131764 len=1361156 2024-07-27T18:51:22.702 INFO:tasks.workunit.client.0.smithi029.stdout:op 3175 completed, throughput=5MB/sec 2024-07-27T18:51:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:22 smithi029 ceph-mon[96870]: pgmap v1727: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:51:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:22 smithi029 ceph-mon[99353]: pgmap v1727: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:51:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:51:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:51:22] "GET /metrics HTTP/1.1" 200 34045 "" "Prometheus/2.43.0" 2024-07-27T18:51:23.702 INFO:tasks.workunit.client.0.smithi029.stdout: 636: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:23.703 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-E94m83TNX-Hctrx off=5139433 len=1188392 2024-07-27T18:51:23.704 INFO:tasks.workunit.client.0.smithi029.stdout:op 3176 completed, throughput=5MB/sec 2024-07-27T18:51:23.704 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pTaeHTYch3PuQC5 off=260941 len=531209 2024-07-27T18:51:23.708 INFO:tasks.workunit.client.0.smithi029.stdout:op 3177 completed, throughput=5MB/sec 2024-07-27T18:51:23.708 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Aaq06hD3M2OQcu1 off=18033217 len=733458 2024-07-27T18:51:23.709 INFO:tasks.workunit.client.0.smithi029.stdout:op 3178 completed, throughput=5MB/sec 2024-07-27T18:51:23.709 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4YjyAXgc48LueAd off=7674442 len=736187 2024-07-27T18:51:23.709 INFO:tasks.workunit.client.0.smithi029.stdout:op 3179 completed, throughput=5MB/sec 2024-07-27T18:51:23.710 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-goJ59qIgteH_WYj off=1930616 len=613536 2024-07-27T18:51:23.713 INFO:tasks.workunit.client.0.smithi029.stdout:op 3180 completed, throughput=5MB/sec 2024-07-27T18:51:23.713 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zfM-0hNu07-eXsF off=10239349 len=2092629 2024-07-27T18:51:23.722 INFO:tasks.workunit.client.0.smithi029.stdout:op 3181 completed, throughput=5MB/sec 2024-07-27T18:51:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:24 smithi179 ceph-mon[89801]: pgmap v1728: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:51:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:51:24.723 INFO:tasks.workunit.client.0.smithi029.stdout: 637: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:24.723 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7_aXCuT155wIvDx off=7514077 len=1317113 2024-07-27T18:51:24.730 INFO:tasks.workunit.client.0.smithi029.stdout:op 3182 completed, throughput=5MB/sec 2024-07-27T18:51:24.730 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mkZR4HhUyqEWbPL off=3223023 len=48832 2024-07-27T18:51:24.732 INFO:tasks.workunit.client.0.smithi029.stdout:op 3183 completed, throughput=5MB/sec 2024-07-27T18:51:24.732 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_XK75aP1utwWEWN off=3441270 len=1531227 2024-07-27T18:51:24.739 INFO:tasks.workunit.client.0.smithi029.stdout:op 3184 completed, throughput=5MB/sec 2024-07-27T18:51:24.740 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-T-e6A1wdks7emdw off=149353 len=821447 2024-07-27T18:51:24.740 INFO:tasks.workunit.client.0.smithi029.stdout:op 3185 completed, throughput=5MB/sec 2024-07-27T18:51:24.741 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--ROL0pWlqnhcxHZ off=11066471 len=150879 2024-07-27T18:51:24.743 INFO:tasks.workunit.client.0.smithi029.stdout:op 3186 completed, throughput=5MB/sec 2024-07-27T18:51:24.743 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4hWERJQBx8lhzgj off=9432369 len=2092645 2024-07-27T18:51:24.744 INFO:tasks.workunit.client.0.smithi029.stdout:op 3187 completed, throughput=5MB/sec 2024-07-27T18:51:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:24 smithi029 ceph-mon[96870]: pgmap v1728: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:51:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:51:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:24 smithi029 ceph-mon[99353]: pgmap v1728: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:51:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:51:25.745 INFO:tasks.workunit.client.0.smithi029.stdout: 638: throughput=5MB/sec pending data=0 2024-07-27T18:51:25.745 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9CzL28UTT0VkNut off=13288471 len=416980 2024-07-27T18:51:25.746 INFO:tasks.workunit.client.0.smithi029.stdout:op 3188 completed, throughput=5MB/sec 2024-07-27T18:51:25.746 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CdC44O6E1sk2Iai off=7188554 len=348855 2024-07-27T18:51:25.746 INFO:tasks.workunit.client.0.smithi029.stdout:op 3189 completed, throughput=5MB/sec 2024-07-27T18:51:25.747 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JPYBlar8_E8PDnM off=2228961 len=1868722 2024-07-27T18:51:25.755 INFO:tasks.workunit.client.0.smithi029.stdout:op 3190 completed, throughput=5MB/sec 2024-07-27T18:51:25.755 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-24e3bJYx9Y2eg5D off=9142478 len=1314639 2024-07-27T18:51:25.764 INFO:tasks.workunit.client.0.smithi029.stdout:op 3191 completed, throughput=5MB/sec 2024-07-27T18:51:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:26 smithi179 ceph-mon[89801]: pgmap v1729: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:51:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:26 smithi029 ceph-mon[96870]: pgmap v1729: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:51:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:26 smithi029 ceph-mon[99353]: pgmap v1729: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:51:26.764 INFO:tasks.workunit.client.0.smithi029.stdout: 639: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:26.764 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Uwu4ay2YEiPLVzv off=13270330 len=1070594 2024-07-27T18:51:26.771 INFO:tasks.workunit.client.0.smithi029.stdout:op 3192 completed, throughput=4.99MB/sec 2024-07-27T18:51:26.771 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-P5gE0J2n1wvnP87 off=10923832 len=1041021 2024-07-27T18:51:26.775 INFO:tasks.workunit.client.0.smithi029.stdout:op 3193 completed, throughput=5MB/sec 2024-07-27T18:51:26.776 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HZYRq_V3ZHbhXgs off=240597 len=178481 2024-07-27T18:51:26.776 INFO:tasks.workunit.client.0.smithi029.stdout:op 3194 completed, throughput=5MB/sec 2024-07-27T18:51:26.776 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ep8b17PIrnTm6WA off=1624377 len=1871845 2024-07-27T18:51:26.788 INFO:tasks.workunit.client.0.smithi029.stdout:op 3195 completed, throughput=5MB/sec 2024-07-27T18:51:26.788 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-H0X3b8-FZmllRC_ off=9288600 len=1912229 2024-07-27T18:51:26.795 INFO:tasks.workunit.client.0.smithi029.stdout:op 3196 completed, throughput=5MB/sec 2024-07-27T18:51:27.795 INFO:tasks.workunit.client.0.smithi029.stdout: 640: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:27.796 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ANEa3UcwLMjPGu1 off=2142052 len=1498516 2024-07-27T18:51:27.798 INFO:tasks.workunit.client.0.smithi029.stdout:op 3197 completed, throughput=5MB/sec 2024-07-27T18:51:27.798 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eA5dtIsQXe6Yfbw off=17155 len=1184299 2024-07-27T18:51:27.799 INFO:tasks.workunit.client.0.smithi029.stdout:op 3198 completed, throughput=5MB/sec 2024-07-27T18:51:27.799 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HeaPmGZ3l-RYEwt off=14378643 len=1958662 2024-07-27T18:51:27.807 INFO:tasks.workunit.client.0.smithi029.stdout:op 3199 completed, throughput=5MB/sec 2024-07-27T18:51:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:28 smithi179 ceph-mon[89801]: pgmap v1730: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.6 MiB/s wr, 3 op/s 2024-07-27T18:51:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:28 smithi029 ceph-mon[96870]: pgmap v1730: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.6 MiB/s wr, 3 op/s 2024-07-27T18:51:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:28 smithi029 ceph-mon[99353]: pgmap v1730: 105 pgs: 105 active+clean; 127 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.6 MiB/s wr, 3 op/s 2024-07-27T18:51:28.808 INFO:tasks.workunit.client.0.smithi029.stdout: 641: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:28.808 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gSTRJ6tVBBsgDAz off=8650843 len=1364601 2024-07-27T18:51:28.809 INFO:tasks.workunit.client.0.smithi029.stdout:op 3200 completed, throughput=5MB/sec 2024-07-27T18:51:28.810 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YAAJWRW9Kt8lV7o off=7862970 len=754862 2024-07-27T18:51:28.810 INFO:tasks.workunit.client.0.smithi029.stdout:op 3201 completed, throughput=5MB/sec 2024-07-27T18:51:28.810 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PWwY9uiqJ4fIhZm off=16013938 len=176568 2024-07-27T18:51:28.814 INFO:tasks.workunit.client.0.smithi029.stdout:op 3202 completed, throughput=5MB/sec 2024-07-27T18:51:28.814 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HIqIz1Ulp5Vtn_S off=1267221 len=2065995 2024-07-27T18:51:28.826 INFO:tasks.workunit.client.0.smithi029.stdout:op 3203 completed, throughput=5MB/sec 2024-07-27T18:51:28.826 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eGKy6o98CT0l7Mo off=7022619 len=839761 2024-07-27T18:51:28.827 INFO:tasks.workunit.client.0.smithi029.stdout:op 3204 completed, throughput=5MB/sec 2024-07-27T18:51:29.828 INFO:tasks.workunit.client.0.smithi029.stdout: 642: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:29.828 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-D_7Cq6KiTBfF6Ni off=719125 len=646137 2024-07-27T18:51:29.833 INFO:tasks.workunit.client.0.smithi029.stdout:op 3205 completed, throughput=4.99MB/sec 2024-07-27T18:51:29.833 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-x8OkFmsh3aV03ZM off=7386366 len=681934 2024-07-27T18:51:29.834 INFO:tasks.workunit.client.0.smithi029.stdout:op 3206 completed, throughput=4.99MB/sec 2024-07-27T18:51:29.834 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bIoif5EFzhEsNTq off=18728826 len=1284106 2024-07-27T18:51:29.835 INFO:tasks.workunit.client.0.smithi029.stdout:op 3207 completed, throughput=5MB/sec 2024-07-27T18:51:29.835 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Y2v1Cpg7aSL7PwP off=3812525 len=1189248 2024-07-27T18:51:29.837 INFO:tasks.workunit.client.0.smithi029.stdout:op 3208 completed, throughput=5MB/sec 2024-07-27T18:51:29.837 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1BQvoRKEraTcfyL off=5611448 len=71389 2024-07-27T18:51:29.840 INFO:tasks.workunit.client.0.smithi029.stdout:op 3209 completed, throughput=5MB/sec 2024-07-27T18:51:29.840 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bwXg2ELp0afjCL2 off=9554682 len=1069683 2024-07-27T18:51:29.845 INFO:tasks.workunit.client.0.smithi029.stdout:op 3210 completed, throughput=5MB/sec 2024-07-27T18:51:29.845 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-F1UcYbId7OY06y0 off=7110210 len=499060 2024-07-27T18:51:29.845 INFO:tasks.workunit.client.0.smithi029.stdout:op 3211 completed, throughput=5MB/sec 2024-07-27T18:51:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:30 smithi179 ceph-mon[89801]: pgmap v1731: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.3 MiB/s wr, 4 op/s 2024-07-27T18:51:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:30 smithi029 ceph-mon[96870]: pgmap v1731: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.3 MiB/s wr, 4 op/s 2024-07-27T18:51:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:30 smithi029 ceph-mon[99353]: pgmap v1731: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.3 MiB/s wr, 4 op/s 2024-07-27T18:51:30.846 INFO:tasks.workunit.client.0.smithi029.stdout: 643: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:30.846 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-55C6Zc2wRDwzMzt off=18364842 len=1488620 2024-07-27T18:51:30.854 INFO:tasks.workunit.client.0.smithi029.stdout:op 3212 completed, throughput=5MB/sec 2024-07-27T18:51:30.854 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NkAGArwy-EqpGwm off=15694129 len=346772 2024-07-27T18:51:30.857 INFO:tasks.workunit.client.0.smithi029.stdout:op 3213 completed, throughput=5MB/sec 2024-07-27T18:51:30.857 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yPiWXHjAr5eQG_A off=2219309 len=142560 2024-07-27T18:51:30.859 INFO:tasks.workunit.client.0.smithi029.stdout:op 3214 completed, throughput=5MB/sec 2024-07-27T18:51:30.859 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6SvqMhDbhItvxOa off=4292778 len=804767 2024-07-27T18:51:30.860 INFO:tasks.workunit.client.0.smithi029.stdout:op 3215 completed, throughput=5MB/sec 2024-07-27T18:51:30.860 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CJx99fDMJBMbwGi off=1465512 len=1498594 2024-07-27T18:51:30.865 INFO:tasks.workunit.client.0.smithi029.stdout:op 3216 completed, throughput=5MB/sec 2024-07-27T18:51:30.865 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3a9vS6xWEMvPmSR off=574666 len=2055696 2024-07-27T18:51:30.866 INFO:tasks.workunit.client.0.smithi029.stdout:op 3217 completed, throughput=5MB/sec 2024-07-27T18:51:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:31 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:51:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:31 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:51:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:31 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:51:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:31 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:51:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:31 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:51:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:31 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:51:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:31 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:51:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:31 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:51:31.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:31 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:51:31.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:31 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:51:31.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:31 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:51:31.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:31 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:51:31.867 INFO:tasks.workunit.client.0.smithi029.stdout: 644: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:31.867 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-U6q6vOo1YF5DdLQ off=13249386 len=947697 2024-07-27T18:51:31.872 INFO:tasks.workunit.client.0.smithi029.stdout:op 3218 completed, throughput=5MB/sec 2024-07-27T18:51:31.873 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-O_MvP6PzFNOR2oi off=21108184 len=284261 2024-07-27T18:51:31.876 INFO:tasks.workunit.client.0.smithi029.stdout:op 3219 completed, throughput=5MB/sec 2024-07-27T18:51:31.876 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-i3aqC_tmKL-t6E1 off=417323 len=975921 2024-07-27T18:51:31.880 INFO:tasks.workunit.client.0.smithi029.stdout:op 3220 completed, throughput=5MB/sec 2024-07-27T18:51:31.880 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_TCVa8_Hodjfj_S off=942372 len=860932 2024-07-27T18:51:31.886 INFO:tasks.workunit.client.0.smithi029.stdout:op 3221 completed, throughput=5MB/sec 2024-07-27T18:51:31.886 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vCqh_Or1wWsQvfC off=12325944 len=1622720 2024-07-27T18:51:31.887 INFO:tasks.workunit.client.0.smithi029.stdout:op 3222 completed, throughput=5MB/sec 2024-07-27T18:51:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:32 smithi179 ceph-mon[89801]: pgmap v1732: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.3 MiB/s wr, 4 op/s 2024-07-27T18:51:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:32 smithi029 ceph-mon[96870]: pgmap v1732: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.3 MiB/s wr, 4 op/s 2024-07-27T18:51:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:32 smithi029 ceph-mon[99353]: pgmap v1732: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.3 MiB/s wr, 4 op/s 2024-07-27T18:51:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:51:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:51:32] "GET /metrics HTTP/1.1" 200 34046 "" "Prometheus/2.43.0" 2024-07-27T18:51:32.887 INFO:tasks.workunit.client.0.smithi029.stdout: 645: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:32.888 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oRgAOVAs7kXglue off=22848775 len=1555509 2024-07-27T18:51:32.891 INFO:tasks.workunit.client.0.smithi029.stdout:op 3223 completed, throughput=5MB/sec 2024-07-27T18:51:32.891 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UQf1RSsOJQaJwpO off=12635014 len=1031516 2024-07-27T18:51:32.897 INFO:tasks.workunit.client.0.smithi029.stdout:op 3224 completed, throughput=5MB/sec 2024-07-27T18:51:32.897 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QoKTotiiMbRhRLt off=6250561 len=1243599 2024-07-27T18:51:32.898 INFO:tasks.workunit.client.0.smithi029.stdout:op 3225 completed, throughput=5MB/sec 2024-07-27T18:51:32.899 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-F7_f-N-D5UVtHdd off=20767643 len=218872 2024-07-27T18:51:32.901 INFO:tasks.workunit.client.0.smithi029.stdout:op 3226 completed, throughput=5MB/sec 2024-07-27T18:51:32.901 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QC6NqOWw5Bl7euO off=15332884 len=56887 2024-07-27T18:51:32.902 INFO:tasks.workunit.client.0.smithi029.stdout:op 3227 completed, throughput=5MB/sec 2024-07-27T18:51:32.902 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4g9ZuzJAX5KH8dK off=10909760 len=403048 2024-07-27T18:51:32.905 INFO:tasks.workunit.client.0.smithi029.stdout:op 3228 completed, throughput=5MB/sec 2024-07-27T18:51:32.905 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_dCnbmKcVDzet_V off=398078 len=1534560 2024-07-27T18:51:32.913 INFO:tasks.workunit.client.0.smithi029.stdout:op 3229 completed, throughput=5MB/sec 2024-07-27T18:51:33.913 INFO:tasks.workunit.client.0.smithi029.stdout: 646: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:33.913 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YD-qcy-8cR0W0is off=3140954 len=1807417 2024-07-27T18:51:33.916 INFO:tasks.workunit.client.0.smithi029.stdout:op 3230 completed, throughput=5MB/sec 2024-07-27T18:51:33.916 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cw2rD8PvKZt4y1E off=2548085 len=1440187 2024-07-27T18:51:33.920 INFO:tasks.workunit.client.0.smithi029.stdout:op 3231 completed, throughput=5MB/sec 2024-07-27T18:51:33.920 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bLxX86y0bYdNhAR off=4884728 len=190347 2024-07-27T18:51:33.923 INFO:tasks.workunit.client.0.smithi029.stdout:op 3232 completed, throughput=5MB/sec 2024-07-27T18:51:33.923 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hDXNrv6wgSElJq4 off=1172653 len=1006003 2024-07-27T18:51:33.929 INFO:tasks.workunit.client.0.smithi029.stdout:op 3233 completed, throughput=5MB/sec 2024-07-27T18:51:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:34 smithi179 ceph-mon[89801]: pgmap v1733: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 1.7 MiB/s rd, 3.6 MiB/s wr, 4 op/s 2024-07-27T18:51:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:34 smithi029 ceph-mon[96870]: pgmap v1733: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 1.7 MiB/s rd, 3.6 MiB/s wr, 4 op/s 2024-07-27T18:51:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:34 smithi029 ceph-mon[99353]: pgmap v1733: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 1.7 MiB/s rd, 3.6 MiB/s wr, 4 op/s 2024-07-27T18:51:34.929 INFO:tasks.workunit.client.0.smithi029.stdout: 647: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:34.930 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-u7d2dMqUOZ7dkiO off=8922811 len=1075714 2024-07-27T18:51:34.931 INFO:tasks.workunit.client.0.smithi029.stdout:op 3234 completed, throughput=4.99MB/sec 2024-07-27T18:51:34.931 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OMy4ItpZ7Dxh2VM off=4297482 len=98218 2024-07-27T18:51:34.934 INFO:tasks.workunit.client.0.smithi029.stdout:op 3235 completed, throughput=4.99MB/sec 2024-07-27T18:51:34.934 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WVlUiXg4VVVTISY off=11335355 len=592673 2024-07-27T18:51:34.938 INFO:tasks.workunit.client.0.smithi029.stdout:op 3236 completed, throughput=5MB/sec 2024-07-27T18:51:34.938 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-f2tEHdacxqgpGEl off=788919 len=711778 2024-07-27T18:51:34.940 INFO:tasks.workunit.client.0.smithi029.stdout:op 3237 completed, throughput=5MB/sec 2024-07-27T18:51:34.940 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nrSFHmxO-q6ITrg off=5201165 len=989483 2024-07-27T18:51:34.942 INFO:tasks.workunit.client.0.smithi029.stdout:op 3238 completed, throughput=5MB/sec 2024-07-27T18:51:34.942 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0D2OhFMKyhc1__k off=14500737 len=661219 2024-07-27T18:51:34.946 INFO:tasks.workunit.client.0.smithi029.stdout:op 3239 completed, throughput=5MB/sec 2024-07-27T18:51:34.946 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Op0fede4xExy97e off=7982727 len=295416 2024-07-27T18:51:34.949 INFO:tasks.workunit.client.0.smithi029.stdout:op 3240 completed, throughput=5MB/sec 2024-07-27T18:51:34.949 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NPJ_hUN0_6ceht8 off=4895744 len=1519669 2024-07-27T18:51:34.950 INFO:tasks.workunit.client.0.smithi029.stdout:op 3241 completed, throughput=5MB/sec 2024-07-27T18:51:35.951 INFO:tasks.workunit.client.0.smithi029.stdout: 648: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:35.951 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I0WoKZiTj5a9dy7 off=8460416 len=964119 2024-07-27T18:51:35.952 INFO:tasks.workunit.client.0.smithi029.stdout:op 3242 completed, throughput=5MB/sec 2024-07-27T18:51:35.952 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bPM-WcCy2LSyxN8 off=5121203 len=1837292 2024-07-27T18:51:35.960 INFO:tasks.workunit.client.0.smithi029.stdout:op 3243 completed, throughput=5MB/sec 2024-07-27T18:51:35.960 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5p3P6obo2A52A3k off=5932270 len=1084797 2024-07-27T18:51:35.966 INFO:tasks.workunit.client.0.smithi029.stdout:op 3244 completed, throughput=5MB/sec 2024-07-27T18:51:35.966 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-silQq28fGUAMsip off=2126794 len=1387232 2024-07-27T18:51:35.968 INFO:tasks.workunit.client.0.smithi029.stdout:op 3245 completed, throughput=5MB/sec 2024-07-27T18:51:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:36 smithi179 ceph-mon[89801]: pgmap v1734: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.6 MiB/s wr, 5 op/s 2024-07-27T18:51:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:36 smithi029 ceph-mon[96870]: pgmap v1734: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.6 MiB/s wr, 5 op/s 2024-07-27T18:51:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:36 smithi029 ceph-mon[99353]: pgmap v1734: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.6 MiB/s wr, 5 op/s 2024-07-27T18:51:36.968 INFO:tasks.workunit.client.0.smithi029.stdout: 649: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:36.968 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eWRkr5uZHoAJ8VV off=10991354 len=167557 2024-07-27T18:51:36.971 INFO:tasks.workunit.client.0.smithi029.stdout:op 3246 completed, throughput=4.99MB/sec 2024-07-27T18:51:36.971 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PWkjmbd75VRAzcS off=3219489 len=766034 2024-07-27T18:51:36.973 INFO:tasks.workunit.client.0.smithi029.stdout:op 3247 completed, throughput=5MB/sec 2024-07-27T18:51:36.973 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-silQq28fGUAMsip off=2877452 len=1306266 2024-07-27T18:51:36.978 INFO:tasks.workunit.client.0.smithi029.stdout:op 3248 completed, throughput=5MB/sec 2024-07-27T18:51:36.979 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0viEcEqg4ux4dK_ off=9409309 len=1969467 2024-07-27T18:51:36.987 INFO:tasks.workunit.client.0.smithi029.stdout:op 3249 completed, throughput=5MB/sec 2024-07-27T18:51:36.987 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7OOyXi0aIeyEwRu off=850364 len=830689 2024-07-27T18:51:36.991 INFO:tasks.workunit.client.0.smithi029.stdout:op 3250 completed, throughput=5MB/sec 2024-07-27T18:51:37.991 INFO:tasks.workunit.client.0.smithi029.stdout: 650: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:37.991 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fBYoDHtmyLUzS8C off=19804684 len=987389 2024-07-27T18:51:37.997 INFO:tasks.workunit.client.0.smithi029.stdout:op 3251 completed, throughput=4.99MB/sec 2024-07-27T18:51:37.998 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v_upN_sWN3OQnao off=12757640 len=333874 2024-07-27T18:51:37.998 INFO:tasks.workunit.client.0.smithi029.stdout:op 3252 completed, throughput=5MB/sec 2024-07-27T18:51:37.998 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rH0AYXMmePBkZg7 off=1423786 len=1966691 2024-07-27T18:51:38.003 INFO:tasks.workunit.client.0.smithi029.stdout:op 3253 completed, throughput=5MB/sec 2024-07-27T18:51:38.003 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1_-ezAi4huqZb9F off=10679488 len=691122 2024-07-27T18:51:38.004 INFO:tasks.workunit.client.0.smithi029.stdout:op 3254 completed, throughput=5MB/sec 2024-07-27T18:51:38.004 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oRgAOVAs7kXglue off=13712384 len=72092 2024-07-27T18:51:38.007 INFO:tasks.workunit.client.0.smithi029.stdout:op 3255 completed, throughput=5MB/sec 2024-07-27T18:51:38.007 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kTUUvAO1TT4Ht26 off=2627329 len=539333 2024-07-27T18:51:38.011 INFO:tasks.workunit.client.0.smithi029.stdout:op 3256 completed, throughput=5MB/sec 2024-07-27T18:51:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:38 smithi179 ceph-mon[89801]: pgmap v1735: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:51:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:38 smithi029 ceph-mon[96870]: pgmap v1735: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:51:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:38 smithi029 ceph-mon[99353]: pgmap v1735: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:51:39.011 INFO:tasks.workunit.client.0.smithi029.stdout: 651: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:39.011 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-43tndA2sEtbE02T off=1715343 len=1097854 2024-07-27T18:51:39.013 INFO:tasks.workunit.client.0.smithi029.stdout:op 3257 completed, throughput=4.99MB/sec 2024-07-27T18:51:39.013 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-E4L01s8cdw3YOzz off=8068458 len=821147 2024-07-27T18:51:39.018 INFO:tasks.workunit.client.0.smithi029.stdout:op 3258 completed, throughput=5MB/sec 2024-07-27T18:51:39.018 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UQf1RSsOJQaJwpO off=12227294 len=662793 2024-07-27T18:51:39.020 INFO:tasks.workunit.client.0.smithi029.stdout:op 3259 completed, throughput=5MB/sec 2024-07-27T18:51:39.020 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Jfcojxox8OUNmNA off=9268785 len=514287 2024-07-27T18:51:39.020 INFO:tasks.workunit.client.0.smithi029.stdout:op 3260 completed, throughput=5MB/sec 2024-07-27T18:51:39.020 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-m_XooofSeDv2M_4 off=3340290 len=944289 2024-07-27T18:51:39.025 INFO:tasks.workunit.client.0.smithi029.stdout:op 3261 completed, throughput=5MB/sec 2024-07-27T18:51:39.025 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-poXK7q39ROMYG2k off=8580294 len=683240 2024-07-27T18:51:39.026 INFO:tasks.workunit.client.0.smithi029.stdout:op 3262 completed, throughput=5MB/sec 2024-07-27T18:51:39.026 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cevyysV7YnQPgm3 off=15082464 len=1240522 2024-07-27T18:51:39.028 INFO:tasks.workunit.client.0.smithi029.stdout:op 3263 completed, throughput=5MB/sec 2024-07-27T18:51:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:51:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:51:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:51:40.028 INFO:tasks.workunit.client.0.smithi029.stdout: 652: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:40.028 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CDj6dRphLJfClw3 off=18727368 len=722958 2024-07-27T18:51:40.032 INFO:tasks.workunit.client.0.smithi029.stdout:op 3264 completed, throughput=4.99MB/sec 2024-07-27T18:51:40.032 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AeQsoSwf5SWfdY0 off=11011949 len=9960 2024-07-27T18:51:40.033 INFO:tasks.workunit.client.0.smithi029.stdout:op 3265 completed, throughput=4.99MB/sec 2024-07-27T18:51:40.033 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6HscvfQpVzuzzGM off=694452 len=1566585 2024-07-27T18:51:40.037 INFO:tasks.workunit.client.0.smithi029.stdout:op 3266 completed, throughput=5MB/sec 2024-07-27T18:51:40.037 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-W6pusaEpkrz8sC8 off=4689652 len=1028907 2024-07-27T18:51:40.038 INFO:tasks.workunit.client.0.smithi029.stdout:op 3267 completed, throughput=5MB/sec 2024-07-27T18:51:40.039 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ALxo0KP6d8kCGlf off=3669127 len=801127 2024-07-27T18:51:40.043 INFO:tasks.workunit.client.0.smithi029.stdout:op 3268 completed, throughput=5MB/sec 2024-07-27T18:51:40.043 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bxaitRNgGXvIeuX off=502846 len=1434253 2024-07-27T18:51:40.045 INFO:tasks.workunit.client.0.smithi029.stdout:op 3269 completed, throughput=5MB/sec 2024-07-27T18:51:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:40 smithi179 ceph-mon[89801]: pgmap v1736: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:51:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:40 smithi029 ceph-mon[96870]: pgmap v1736: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:51:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:40 smithi029 ceph-mon[99353]: pgmap v1736: 105 pgs: 105 active+clean; 127 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:51:41.045 INFO:tasks.workunit.client.0.smithi029.stdout: 653: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:41.045 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aZkUZc5pgX9m-Am off=8527749 len=345829 2024-07-27T18:51:41.049 INFO:tasks.workunit.client.0.smithi029.stdout:op 3270 completed, throughput=4.99MB/sec 2024-07-27T18:51:41.049 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-s6I0a1vziVRwH9z off=913094 len=1727609 2024-07-27T18:51:41.058 INFO:tasks.workunit.client.0.smithi029.stdout:op 3271 completed, throughput=5MB/sec 2024-07-27T18:51:41.058 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-k_rjT6c1DjhIDD2 off=426166 len=1865341 2024-07-27T18:51:41.065 INFO:tasks.workunit.client.0.smithi029.stdout:op 3272 completed, throughput=5MB/sec 2024-07-27T18:51:41.065 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-y7dpf2UQkj9c0Zi off=2327492 len=1351389 2024-07-27T18:51:41.070 INFO:tasks.workunit.client.0.smithi029.stdout:op 3273 completed, throughput=5MB/sec 2024-07-27T18:51:42.071 INFO:tasks.workunit.client.0.smithi029.stdout: 654: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:42.071 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MCyLXvhZv12EAC8 off=414010 len=1097107 2024-07-27T18:51:42.077 INFO:tasks.workunit.client.0.smithi029.stdout:op 3274 completed, throughput=5MB/sec 2024-07-27T18:51:42.077 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EsGgobi8ZEFOXHJ off=235155 len=940358 2024-07-27T18:51:42.078 INFO:tasks.workunit.client.0.smithi029.stdout:op 3275 completed, throughput=5MB/sec 2024-07-27T18:51:42.078 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iDETdmcNKfKaN3s off=2085964 len=1850253 2024-07-27T18:51:42.085 INFO:tasks.workunit.client.0.smithi029.stdout:op 3276 completed, throughput=5MB/sec 2024-07-27T18:51:42.085 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jyO_6pKNJO4ugQq off=11154198 len=817790 2024-07-27T18:51:42.089 INFO:tasks.workunit.client.0.smithi029.stdout:op 3277 completed, throughput=5MB/sec 2024-07-27T18:51:42.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:42 smithi179 ceph-mon[89801]: pgmap v1737: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:51:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:42 smithi029 ceph-mon[96870]: pgmap v1737: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:51:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:42 smithi029 ceph-mon[99353]: pgmap v1737: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:51:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:51:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:51:42] "GET /metrics HTTP/1.1" 200 34048 "" "Prometheus/2.43.0" 2024-07-27T18:51:43.090 INFO:tasks.workunit.client.0.smithi029.stdout: 655: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:43.090 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q1USkZVPeRCudcj off=2152454 len=1243751 2024-07-27T18:51:43.092 INFO:tasks.workunit.client.0.smithi029.stdout:op 3278 completed, throughput=4.99MB/sec 2024-07-27T18:51:43.092 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-T6_5yaUSMBEMFfX off=6915191 len=632347 2024-07-27T18:51:43.095 INFO:tasks.workunit.client.0.smithi029.stdout:op 3279 completed, throughput=5MB/sec 2024-07-27T18:51:43.096 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3eXJQTfffwzLcob off=7920923 len=63826 2024-07-27T18:51:43.096 INFO:tasks.workunit.client.0.smithi029.stdout:op 3280 completed, throughput=5MB/sec 2024-07-27T18:51:43.096 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-og_82_0Bxylafj7 off=5615240 len=2076638 2024-07-27T18:51:43.099 INFO:tasks.workunit.client.0.smithi029.stdout:op 3281 completed, throughput=5MB/sec 2024-07-27T18:51:43.099 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NuKvvslRWD8HEmA off=19858557 len=165703 2024-07-27T18:51:43.099 INFO:tasks.workunit.client.0.smithi029.stdout:op 3282 completed, throughput=5MB/sec 2024-07-27T18:51:43.099 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SX6FQolGOaijit7 off=6710051 len=51718 2024-07-27T18:51:43.101 INFO:tasks.workunit.client.0.smithi029.stdout:op 3283 completed, throughput=5MB/sec 2024-07-27T18:51:43.102 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nPJqlNdXsHAfpbQ off=20732428 len=725980 2024-07-27T18:51:43.103 INFO:tasks.workunit.client.0.smithi029.stdout:op 3284 completed, throughput=5MB/sec 2024-07-27T18:51:43.103 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aYJ3dXLywBpwn8O off=20271085 len=711878 2024-07-27T18:51:43.103 INFO:tasks.workunit.client.0.smithi029.stdout:op 3285 completed, throughput=5MB/sec 2024-07-27T18:51:44.104 INFO:tasks.workunit.client.0.smithi029.stdout: 656: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:44.104 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7du78476Kkndqgu off=21372976 len=659963 2024-07-27T18:51:44.106 INFO:tasks.workunit.client.0.smithi029.stdout:op 3286 completed, throughput=4.99MB/sec 2024-07-27T18:51:44.106 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kMfMVRedOYQKoEk off=6079591 len=576915 2024-07-27T18:51:44.111 INFO:tasks.workunit.client.0.smithi029.stdout:op 3287 completed, throughput=4.99MB/sec 2024-07-27T18:51:44.111 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CugS3n2wfXA_aYO off=16434668 len=1543622 2024-07-27T18:51:44.119 INFO:tasks.workunit.client.0.smithi029.stdout:op 3288 completed, throughput=5MB/sec 2024-07-27T18:51:44.119 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I95kyKRjn9xN9fw off=21028330 len=712875 2024-07-27T18:51:44.120 INFO:tasks.workunit.client.0.smithi029.stdout:op 3289 completed, throughput=5MB/sec 2024-07-27T18:51:44.120 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xdXb3SNXQawjF5X off=4175429 len=676978 2024-07-27T18:51:44.125 INFO:tasks.workunit.client.0.smithi029.stdout:op 3290 completed, throughput=5MB/sec 2024-07-27T18:51:44.125 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lXAaqkblDhQAeuS off=10303679 len=91310 2024-07-27T18:51:44.125 INFO:tasks.workunit.client.0.smithi029.stdout:op 3291 completed, throughput=5MB/sec 2024-07-27T18:51:44.125 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-a1t712M4JjB_2lR off=2426266 len=16674 2024-07-27T18:51:44.127 INFO:tasks.workunit.client.0.smithi029.stdout:op 3292 completed, throughput=5MB/sec 2024-07-27T18:51:44.127 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kZG9UjItEDhEiXs off=173487 len=252083 2024-07-27T18:51:44.129 INFO:tasks.workunit.client.0.smithi029.stdout:op 3293 completed, throughput=5MB/sec 2024-07-27T18:51:44.129 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YzYRLMeqtUrjTZc off=18319156 len=993106 2024-07-27T18:51:44.133 INFO:tasks.workunit.client.0.smithi029.stdout:op 3294 completed, throughput=5MB/sec 2024-07-27T18:51:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:44 smithi179 ceph-mon[89801]: pgmap v1738: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:51:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:44 smithi029 ceph-mon[99353]: pgmap v1738: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:51:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:44 smithi029 ceph-mon[96870]: pgmap v1738: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:51:45.134 INFO:tasks.workunit.client.0.smithi029.stdout: 657: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:45.134 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YOFtciFnpKMEtkz off=12427147 len=290236 2024-07-27T18:51:45.135 INFO:tasks.workunit.client.0.smithi029.stdout:op 3295 completed, throughput=4.99MB/sec 2024-07-27T18:51:45.135 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-N2s9RDJR27P0Eb9 off=183938 len=792495 2024-07-27T18:51:45.139 INFO:tasks.workunit.client.0.smithi029.stdout:op 3296 completed, throughput=4.99MB/sec 2024-07-27T18:51:45.139 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-l6S0jduXZCefFPb off=5148009 len=792550 2024-07-27T18:51:45.145 INFO:tasks.workunit.client.0.smithi029.stdout:op 3297 completed, throughput=5MB/sec 2024-07-27T18:51:45.145 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rsIL3oGzc8tRRPf off=11883314 len=829530 2024-07-27T18:51:45.146 INFO:tasks.workunit.client.0.smithi029.stdout:op 3298 completed, throughput=5MB/sec 2024-07-27T18:51:45.146 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SbcQ3b92DWCrzCi off=15725941 len=135511 2024-07-27T18:51:45.148 INFO:tasks.workunit.client.0.smithi029.stdout:op 3299 completed, throughput=5MB/sec 2024-07-27T18:51:45.149 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zp91qtErutF_Pzh off=847931 len=290141 2024-07-27T18:51:45.152 INFO:tasks.workunit.client.0.smithi029.stdout:op 3300 completed, throughput=5MB/sec 2024-07-27T18:51:45.152 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_WzMeYkaauWjoBZ off=5171844 len=1436222 2024-07-27T18:51:45.153 INFO:tasks.workunit.client.0.smithi029.stdout:op 3301 completed, throughput=5MB/sec 2024-07-27T18:51:45.153 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-__DAsJTCe5W3t5u off=2289460 len=233295 2024-07-27T18:51:45.156 INFO:tasks.workunit.client.0.smithi029.stdout:op 3302 completed, throughput=5MB/sec 2024-07-27T18:51:46.156 INFO:tasks.workunit.client.0.smithi029.stdout: 658: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:46.156 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HH5KlfXfNEhWhgJ off=3690834 len=727395 2024-07-27T18:51:46.157 INFO:tasks.workunit.client.0.smithi029.stdout:op 3303 completed, throughput=4.99MB/sec 2024-07-27T18:51:46.158 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KJg38Xn0AXjrkrv off=330064 len=781265 2024-07-27T18:51:46.162 INFO:tasks.workunit.client.0.smithi029.stdout:op 3304 completed, throughput=4.99MB/sec 2024-07-27T18:51:46.162 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hQ8ECBmaUJacpoU off=15273658 len=1484105 2024-07-27T18:51:46.165 INFO:tasks.workunit.client.0.smithi029.stdout:op 3305 completed, throughput=5MB/sec 2024-07-27T18:51:46.165 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cFrnt2sDowdfgOT off=9171784 len=104544 2024-07-27T18:51:46.165 INFO:tasks.workunit.client.0.smithi029.stdout:op 3306 completed, throughput=5MB/sec 2024-07-27T18:51:46.165 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nYzKlYzc9fv2Ug6 off=7159771 len=321428 2024-07-27T18:51:46.166 INFO:tasks.workunit.client.0.smithi029.stdout:op 3307 completed, throughput=5MB/sec 2024-07-27T18:51:46.167 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hW96KXYELXY_IR7 off=3776198 len=519797 2024-07-27T18:51:46.170 INFO:tasks.workunit.client.0.smithi029.stdout:op 3308 completed, throughput=5MB/sec 2024-07-27T18:51:46.171 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-39qf07OGt3U_clS off=2082610 len=1520727 2024-07-27T18:51:46.178 INFO:tasks.workunit.client.0.smithi029.stdout:op 3309 completed, throughput=5MB/sec 2024-07-27T18:51:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:46 smithi179 ceph-mon[89801]: pgmap v1739: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:51:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:46 smithi029 ceph-mon[96870]: pgmap v1739: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:51:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:46 smithi029 ceph-mon[99353]: pgmap v1739: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:51:47.178 INFO:tasks.workunit.client.0.smithi029.stdout: 659: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:47.178 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ON2hiuRaYlHUtGv off=5711660 len=2002012 2024-07-27T18:51:47.181 INFO:tasks.workunit.client.0.smithi029.stdout:op 3310 completed, throughput=5MB/sec 2024-07-27T18:51:47.181 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CSTgtpt-cJwdHfX off=12814181 len=634101 2024-07-27T18:51:47.182 INFO:tasks.workunit.client.0.smithi029.stdout:op 3311 completed, throughput=5MB/sec 2024-07-27T18:51:47.182 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VlnaZGcHIMkcZ7d off=18542 len=2057498 2024-07-27T18:51:47.186 INFO:tasks.workunit.client.0.smithi029.stdout:op 3312 completed, throughput=5MB/sec 2024-07-27T18:51:47.186 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-COtpgrLW4hYxM-G off=1761140 len=1781027 2024-07-27T18:51:47.194 INFO:tasks.workunit.client.0.smithi029.stdout:op 3313 completed, throughput=5MB/sec 2024-07-27T18:51:48.195 INFO:tasks.workunit.client.0.smithi029.stdout: 660: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:48.195 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7ULKUrBlcMSKmBg off=8199115 len=978155 2024-07-27T18:51:48.196 INFO:tasks.workunit.client.0.smithi029.stdout:op 3314 completed, throughput=5MB/sec 2024-07-27T18:51:48.197 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XP_Zp7VIFP3J5H5 off=11686996 len=226865 2024-07-27T18:51:48.197 INFO:tasks.workunit.client.0.smithi029.stdout:op 3315 completed, throughput=5MB/sec 2024-07-27T18:51:48.197 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gpDkCrJ9hOvpvCg off=5614004 len=1471198 2024-07-27T18:51:48.201 INFO:tasks.workunit.client.0.smithi029.stdout:op 3316 completed, throughput=5MB/sec 2024-07-27T18:51:48.201 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tH0sRDDABk-_eFX off=1871158 len=392843 2024-07-27T18:51:48.205 INFO:tasks.workunit.client.0.smithi029.stdout:op 3317 completed, throughput=5MB/sec 2024-07-27T18:51:48.205 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0mKjN4F8zsTkwwx off=1305906 len=559172 2024-07-27T18:51:48.206 INFO:tasks.workunit.client.0.smithi029.stdout:op 3318 completed, throughput=5MB/sec 2024-07-27T18:51:48.206 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HfMhoHWR83pWKyG off=9876223 len=1639810 2024-07-27T18:51:48.208 INFO:tasks.workunit.client.0.smithi029.stdout:op 3319 completed, throughput=5MB/sec 2024-07-27T18:51:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:48 smithi179 ceph-mon[89801]: pgmap v1740: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:51:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:48 smithi029 ceph-mon[96870]: pgmap v1740: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:51:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:48 smithi029 ceph-mon[99353]: pgmap v1740: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:51:49.208 INFO:tasks.workunit.client.0.smithi029.stdout: 661: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:49.208 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-n8ICuoFHYUo9OOc off=9686844 len=848216 2024-07-27T18:51:49.209 INFO:tasks.workunit.client.0.smithi029.stdout:op 3320 completed, throughput=5MB/sec 2024-07-27T18:51:49.209 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fDHYYmeho_75QuO off=3628442 len=1621958 2024-07-27T18:51:49.218 INFO:tasks.workunit.client.0.smithi029.stdout:op 3321 completed, throughput=5MB/sec 2024-07-27T18:51:49.218 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MgkscWLVH6wr5E0 off=11056130 len=900115 2024-07-27T18:51:49.224 INFO:tasks.workunit.client.0.smithi029.stdout:op 3322 completed, throughput=5MB/sec 2024-07-27T18:51:49.224 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gAjrynwBwWM87RG off=2527770 len=1758818 2024-07-27T18:51:49.226 INFO:tasks.workunit.client.0.smithi029.stdout:op 3323 completed, throughput=5MB/sec 2024-07-27T18:51:50.226 INFO:tasks.workunit.client.0.smithi029.stdout: 662: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:50.227 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rw4RtkYQZ8x2HKE off=9289487 len=737403 2024-07-27T18:51:50.231 INFO:tasks.workunit.client.0.smithi029.stdout:op 3324 completed, throughput=5MB/sec 2024-07-27T18:51:50.231 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VZEUCDAuuYHds8g off=2729956 len=306006 2024-07-27T18:51:50.232 INFO:tasks.workunit.client.0.smithi029.stdout:op 3325 completed, throughput=5MB/sec 2024-07-27T18:51:50.233 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--uN5vSyCQsrUTC8 off=4635810 len=826280 2024-07-27T18:51:50.234 INFO:tasks.workunit.client.0.smithi029.stdout:op 3326 completed, throughput=5MB/sec 2024-07-27T18:51:50.234 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YREA8bkriEitLsq off=1420326 len=1487621 2024-07-27T18:51:50.243 INFO:tasks.workunit.client.0.smithi029.stdout:op 3327 completed, throughput=5MB/sec 2024-07-27T18:51:50.243 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_rnMMOKSExSi-zA off=4284536 len=642050 2024-07-27T18:51:50.247 INFO:tasks.workunit.client.0.smithi029.stdout:op 3328 completed, throughput=5MB/sec 2024-07-27T18:51:50.247 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ttim2ddpSoXun8T off=10049717 len=1678101 2024-07-27T18:51:50.249 INFO:tasks.workunit.client.0.smithi029.stdout:op 3329 completed, throughput=5MB/sec 2024-07-27T18:51:50.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:50 smithi179 ceph-mon[89801]: pgmap v1741: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:51:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:50 smithi029 ceph-mon[96870]: pgmap v1741: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:51:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:50 smithi029 ceph-mon[99353]: pgmap v1741: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:51:51.250 INFO:tasks.workunit.client.0.smithi029.stdout: 663: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:51.250 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-I-S4wsSW46FZeVg off=2953270 len=6329 2024-07-27T18:51:51.252 INFO:tasks.workunit.client.0.smithi029.stdout:op 3330 completed, throughput=4.99MB/sec 2024-07-27T18:51:51.252 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3Ma0q--_UhNzyNU off=18791153 len=1154092 2024-07-27T18:51:51.254 INFO:tasks.workunit.client.0.smithi029.stdout:op 3331 completed, throughput=5MB/sec 2024-07-27T18:51:51.254 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CReWMCeVdETs7wt off=2890774 len=99769 2024-07-27T18:51:51.254 INFO:tasks.workunit.client.0.smithi029.stdout:op 3332 completed, throughput=5MB/sec 2024-07-27T18:51:51.255 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yGnxOeuQt1VezZH off=3008824 len=192514 2024-07-27T18:51:51.258 INFO:tasks.workunit.client.0.smithi029.stdout:op 3333 completed, throughput=5MB/sec 2024-07-27T18:51:51.258 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-on80Z_aREhP_BGF off=8334707 len=5573 2024-07-27T18:51:51.258 INFO:tasks.workunit.client.0.smithi029.stdout:op 3334 completed, throughput=5MB/sec 2024-07-27T18:51:51.258 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--oGDWN5q_NC9pXl off=181468 len=1660209 2024-07-27T18:51:51.260 INFO:tasks.workunit.client.0.smithi029.stdout:op 3335 completed, throughput=5MB/sec 2024-07-27T18:51:51.260 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AK6f8t5QadNFgek off=430315 len=1782738 2024-07-27T18:51:51.264 INFO:tasks.workunit.client.0.smithi029.stdout:op 3336 completed, throughput=5MB/sec 2024-07-27T18:51:52.266 INFO:tasks.workunit.client.0.smithi029.stdout: 664: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:52.266 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wm9kAzTDdD4KQp6 off=7858247 len=854060 2024-07-27T18:51:52.266 INFO:tasks.workunit.client.0.smithi029.stdout:op 3337 completed, throughput=5MB/sec 2024-07-27T18:51:52.266 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CB_XJvH56qIfW-o off=5227793 len=329477 2024-07-27T18:51:52.269 INFO:tasks.workunit.client.0.smithi029.stdout:op 3338 completed, throughput=5MB/sec 2024-07-27T18:51:52.269 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vQ1Eu-zXxz_ydFA off=1299854 len=1590112 2024-07-27T18:51:52.278 INFO:tasks.workunit.client.0.smithi029.stdout:op 3339 completed, throughput=5MB/sec 2024-07-27T18:51:52.278 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SPDacnt21lIIjJx off=1444004 len=571770 2024-07-27T18:51:52.282 INFO:tasks.workunit.client.0.smithi029.stdout:op 3340 completed, throughput=5MB/sec 2024-07-27T18:51:52.282 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-s5gVTIus-4dYrc0 off=5534705 len=830970 2024-07-27T18:51:52.287 INFO:tasks.workunit.client.0.smithi029.stdout:op 3341 completed, throughput=5MB/sec 2024-07-27T18:51:52.287 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ynoKjMY45vmwd8_ off=5566754 len=107128 2024-07-27T18:51:52.290 INFO:tasks.workunit.client.0.smithi029.stdout:op 3342 completed, throughput=5MB/sec 2024-07-27T18:51:52.290 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IFOaQqtV7KV0nxV off=3359294 len=84287 2024-07-27T18:51:52.292 INFO:tasks.workunit.client.0.smithi029.stdout:op 3343 completed, throughput=5MB/sec 2024-07-27T18:51:52.292 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-p3Ls0abSm-qUt8z off=3944808 len=2035458 2024-07-27T18:51:52.296 INFO:tasks.workunit.client.0.smithi029.stdout:op 3344 completed, throughput=5MB/sec 2024-07-27T18:51:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:52 smithi179 ceph-mon[89801]: pgmap v1742: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:51:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:52 smithi029 ceph-mon[96870]: pgmap v1742: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:51:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:51:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:51:52] "GET /metrics HTTP/1.1" 200 34048 "" "Prometheus/2.43.0" 2024-07-27T18:51:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:52 smithi029 ceph-mon[99353]: pgmap v1742: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:51:53.297 INFO:tasks.workunit.client.0.smithi029.stdout: 665: throughput=5MB/sec pending data=0 2024-07-27T18:51:53.297 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RNy9_YlOnRW1PKi off=6853442 len=1200065 2024-07-27T18:51:53.299 INFO:tasks.workunit.client.0.smithi029.stdout:op 3345 completed, throughput=5MB/sec 2024-07-27T18:51:53.299 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vUoQG6N0rQaFYT2 off=33350 len=319460 2024-07-27T18:51:53.302 INFO:tasks.workunit.client.0.smithi029.stdout:op 3346 completed, throughput=5MB/sec 2024-07-27T18:51:53.303 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5nuJLLZEHcbLrxY off=16152306 len=420867 2024-07-27T18:51:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:op 3347 completed, throughput=5MB/sec 2024-07-27T18:51:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UTpkpKpItw8SXzM off=907616 len=1198778 2024-07-27T18:51:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:op 3348 completed, throughput=5MB/sec 2024-07-27T18:51:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QQF-17HGYfRVsNp off=1445349 len=1963333 2024-07-27T18:51:53.315 INFO:tasks.workunit.client.0.smithi029.stdout:op 3349 completed, throughput=5MB/sec 2024-07-27T18:51:54.315 INFO:tasks.workunit.client.0.smithi029.stdout: 666: throughput=5MB/sec pending data=0 2024-07-27T18:51:54.316 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DUxW8g_K3762q1v off=14862625 len=1386894 2024-07-27T18:51:54.323 INFO:tasks.workunit.client.0.smithi029.stdout:op 3350 completed, throughput=5MB/sec 2024-07-27T18:51:54.323 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0QW6gUlFVNYidQV off=3413488 len=1416839 2024-07-27T18:51:54.329 INFO:tasks.workunit.client.0.smithi029.stdout:op 3351 completed, throughput=5MB/sec 2024-07-27T18:51:54.329 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-g5WuJzP-9tKzl63 off=17624837 len=1036774 2024-07-27T18:51:54.334 INFO:tasks.workunit.client.0.smithi029.stdout:op 3352 completed, throughput=5MB/sec 2024-07-27T18:51:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:54 smithi029 ceph-mon[96870]: pgmap v1743: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:51:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:51:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:54 smithi029 ceph-mon[99353]: pgmap v1743: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:51:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:51:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:54 smithi179 ceph-mon[89801]: pgmap v1743: 105 pgs: 105 active+clean; 127 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:51:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:51:55.334 INFO:tasks.workunit.client.0.smithi029.stdout: 667: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:55.334 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0XeZjKYnG4-7W9n off=12509599 len=81211 2024-07-27T18:51:55.337 INFO:tasks.workunit.client.0.smithi029.stdout:op 3353 completed, throughput=4.99MB/sec 2024-07-27T18:51:55.337 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QJ3l_u-ABxSqhUx off=3040634 len=298888 2024-07-27T18:51:55.338 INFO:tasks.workunit.client.0.smithi029.stdout:op 3354 completed, throughput=4.99MB/sec 2024-07-27T18:51:55.338 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lgyvPF9cUOJgjlD off=0 len=1256655 2024-07-27T18:51:55.341 INFO:tasks.workunit.client.0.smithi029.stdout:op 3355 completed, throughput=5MB/sec 2024-07-27T18:51:55.341 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MheUL4AXtxkvti0 off=1599673 len=1076282 2024-07-27T18:51:55.347 INFO:tasks.workunit.client.0.smithi029.stdout:op 3356 completed, throughput=5MB/sec 2024-07-27T18:51:55.348 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-K2BLy0jj2VxhtdF off=4831924 len=1141541 2024-07-27T18:51:55.353 INFO:tasks.workunit.client.0.smithi029.stdout:op 3357 completed, throughput=5MB/sec 2024-07-27T18:51:55.353 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--VBRBqildTgrPvC off=3210624 len=1371249 2024-07-27T18:51:55.356 INFO:tasks.workunit.client.0.smithi029.stdout:op 3358 completed, throughput=5MB/sec 2024-07-27T18:51:56.356 INFO:tasks.workunit.client.0.smithi029.stdout: 668: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:56.356 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RYSX8gg1eJ8VJQv off=226524 len=2011332 2024-07-27T18:51:56.359 INFO:tasks.workunit.client.0.smithi029.stdout:op 3359 completed, throughput=5MB/sec 2024-07-27T18:51:56.359 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OEHruaasB-Pjbaf off=7547713 len=1025437 2024-07-27T18:51:56.360 INFO:tasks.workunit.client.0.smithi029.stdout:op 3360 completed, throughput=5MB/sec 2024-07-27T18:51:56.360 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hkbkDIv8VqLTMdx off=409252 len=807222 2024-07-27T18:51:56.365 INFO:tasks.workunit.client.0.smithi029.stdout:op 3361 completed, throughput=5MB/sec 2024-07-27T18:51:56.365 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cWi5CQmYRmkw9FR off=2945638 len=2039068 2024-07-27T18:51:56.375 INFO:tasks.workunit.client.0.smithi029.stdout:op 3362 completed, throughput=5MB/sec 2024-07-27T18:51:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:56 smithi029 ceph-mon[96870]: pgmap v1744: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 6 op/s 2024-07-27T18:51:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:56 smithi029 ceph-mon[99353]: pgmap v1744: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 6 op/s 2024-07-27T18:51:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:56 smithi179 ceph-mon[89801]: pgmap v1744: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 6 op/s 2024-07-27T18:51:57.375 INFO:tasks.workunit.client.0.smithi029.stdout: 669: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:57.375 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-K8PBJn6nhtNmPzJ off=2265770 len=1516513 2024-07-27T18:51:57.383 INFO:tasks.workunit.client.0.smithi029.stdout:op 3363 completed, throughput=5MB/sec 2024-07-27T18:51:57.383 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CF5H0csUe2omTSb off=1374162 len=1380332 2024-07-27T18:51:57.384 INFO:tasks.workunit.client.0.smithi029.stdout:op 3364 completed, throughput=5MB/sec 2024-07-27T18:51:57.384 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KgOExwRTZU1hyHe off=3709142 len=1944764 2024-07-27T18:51:57.399 INFO:tasks.workunit.client.0.smithi029.stdout:op 3365 completed, throughput=5MB/sec 2024-07-27T18:51:58.396 INFO:tasks.workunit.client.0.smithi029.stdout: 670: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:58.396 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-q4opiJT_4t5k-ey off=0 len=1200610 2024-07-27T18:51:58.397 INFO:tasks.workunit.client.0.smithi029.stdout:op 3366 completed, throughput=4.99MB/sec 2024-07-27T18:51:58.398 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-f2W6GMtHC7InEIf off=258438 len=1370348 2024-07-27T18:51:58.406 INFO:tasks.workunit.client.0.smithi029.stdout:op 3367 completed, throughput=5MB/sec 2024-07-27T18:51:58.406 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YL8Vk6gNoS8U9P6 off=143800 len=50687 2024-07-27T18:51:58.409 INFO:tasks.workunit.client.0.smithi029.stdout:op 3368 completed, throughput=5MB/sec 2024-07-27T18:51:58.409 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lFdM4pB9sA2F9t4 off=6102938 len=1310415 2024-07-27T18:51:58.416 INFO:tasks.workunit.client.0.smithi029.stdout:op 3369 completed, throughput=5MB/sec 2024-07-27T18:51:58.416 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cLizShq93b36yQn off=6420 len=967558 2024-07-27T18:51:58.417 INFO:tasks.workunit.client.0.smithi029.stdout:op 3370 completed, throughput=5MB/sec 2024-07-27T18:51:58.417 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M25rJQQURL-RhyG off=6643692 len=1099617 2024-07-27T18:51:58.423 INFO:tasks.workunit.client.0.smithi029.stdout:op 3371 completed, throughput=5MB/sec 2024-07-27T18:51:58.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:51:58 smithi029 ceph-mon[96870]: pgmap v1745: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.7 MiB/s wr, 5 op/s 2024-07-27T18:51:58.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:51:58 smithi029 ceph-mon[99353]: pgmap v1745: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.7 MiB/s wr, 5 op/s 2024-07-27T18:51:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:51:58 smithi179 ceph-mon[89801]: pgmap v1745: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.7 MiB/s wr, 5 op/s 2024-07-27T18:51:59.424 INFO:tasks.workunit.client.0.smithi029.stdout: 671: throughput=4.99MB/sec pending data=0 2024-07-27T18:51:59.424 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WcYNskakwZr1nFl off=1416000 len=448260 2024-07-27T18:51:59.425 INFO:tasks.workunit.client.0.smithi029.stdout:op 3372 completed, throughput=4.99MB/sec 2024-07-27T18:51:59.425 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6jHpEOeo87lZlLX off=9796503 len=1514407 2024-07-27T18:51:59.434 INFO:tasks.workunit.client.0.smithi029.stdout:op 3373 completed, throughput=5MB/sec 2024-07-27T18:51:59.434 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Mf-3Ju9ubXFn6NN off=4070660 len=457442 2024-07-27T18:51:59.438 INFO:tasks.workunit.client.0.smithi029.stdout:op 3374 completed, throughput=5MB/sec 2024-07-27T18:51:59.438 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_g0kouW_sZ-Ik0Y off=11842415 len=445688 2024-07-27T18:51:59.441 INFO:tasks.workunit.client.0.smithi029.stdout:op 3375 completed, throughput=5MB/sec 2024-07-27T18:51:59.441 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-p407z9EEcdyYNqJ off=4791894 len=545051 2024-07-27T18:51:59.445 INFO:tasks.workunit.client.0.smithi029.stdout:op 3376 completed, throughput=5MB/sec 2024-07-27T18:51:59.445 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-51M7kC-yrakZA3m off=13865587 len=539797 2024-07-27T18:51:59.446 INFO:tasks.workunit.client.0.smithi029.stdout:op 3377 completed, throughput=5MB/sec 2024-07-27T18:51:59.447 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Bhtlj3wWsLE0_LK off=13006842 len=1339839 2024-07-27T18:51:59.453 INFO:tasks.workunit.client.0.smithi029.stdout:op 3378 completed, throughput=5MB/sec 2024-07-27T18:52:00.453 INFO:tasks.workunit.client.0.smithi029.stdout: 672: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:00.454 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-26klQ6_9x3gi4uo off=5891427 len=2045084 2024-07-27T18:52:00.459 INFO:tasks.workunit.client.0.smithi029.stdout:op 3379 completed, throughput=5MB/sec 2024-07-27T18:52:00.459 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2z_1ZyGikIK2IRE off=819250 len=1017877 2024-07-27T18:52:00.461 INFO:tasks.workunit.client.0.smithi029.stdout:op 3380 completed, throughput=5MB/sec 2024-07-27T18:52:00.461 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lQWQemZ4d3ZukpZ off=15253066 len=2094791 2024-07-27T18:52:00.463 INFO:tasks.workunit.client.0.smithi029.stdout:op 3381 completed, throughput=5MB/sec 2024-07-27T18:52:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:00 smithi029 ceph-mon[96870]: pgmap v1746: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:52:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:00 smithi029 ceph-mon[99353]: pgmap v1746: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:52:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:00 smithi179 ceph-mon[89801]: pgmap v1746: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:52:01.464 INFO:tasks.workunit.client.0.smithi029.stdout: 673: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:01.464 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UaAi10Q-jbcgX3I off=9087019 len=24303 2024-07-27T18:52:01.466 INFO:tasks.workunit.client.0.smithi029.stdout:op 3382 completed, throughput=4.99MB/sec 2024-07-27T18:52:01.466 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TAoexW6FKFaW3cC off=9569621 len=1333083 2024-07-27T18:52:01.472 INFO:tasks.workunit.client.0.smithi029.stdout:op 3383 completed, throughput=5MB/sec 2024-07-27T18:52:01.472 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vv_GoT_htdSO-Q3 off=12326598 len=1986332 2024-07-27T18:52:01.477 INFO:tasks.workunit.client.0.smithi029.stdout:op 3384 completed, throughput=5MB/sec 2024-07-27T18:52:01.478 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eG1X0QA2gH0oN3- off=3512164 len=14018 2024-07-27T18:52:01.480 INFO:tasks.workunit.client.0.smithi029.stdout:op 3385 completed, throughput=5MB/sec 2024-07-27T18:52:01.480 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mfP-hhkj3VIypQv off=9707588 len=842136 2024-07-27T18:52:01.481 INFO:tasks.workunit.client.0.smithi029.stdout:op 3386 completed, throughput=5MB/sec 2024-07-27T18:52:01.481 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5zmWAIMQNijPkVY off=14587941 len=1196624 2024-07-27T18:52:01.486 INFO:tasks.workunit.client.0.smithi029.stdout:op 3387 completed, throughput=5MB/sec 2024-07-27T18:52:02.486 INFO:tasks.workunit.client.0.smithi029.stdout: 674: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:02.486 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OfBEMzA4D4YMbwe off=5515990 len=303798 2024-07-27T18:52:02.489 INFO:tasks.workunit.client.0.smithi029.stdout:op 3388 completed, throughput=4.99MB/sec 2024-07-27T18:52:02.489 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3FeGWRqc_UKCdio off=3152040 len=1234760 2024-07-27T18:52:02.496 INFO:tasks.workunit.client.0.smithi029.stdout:op 3389 completed, throughput=5MB/sec 2024-07-27T18:52:02.496 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oesK3wlsleWEDxr off=5409336 len=586788 2024-07-27T18:52:02.497 INFO:tasks.workunit.client.0.smithi029.stdout:op 3390 completed, throughput=5MB/sec 2024-07-27T18:52:02.497 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cdQT9_Krq7JWA0z off=689826 len=1039434 2024-07-27T18:52:02.498 INFO:tasks.workunit.client.0.smithi029.stdout:op 3391 completed, throughput=5MB/sec 2024-07-27T18:52:02.498 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OXZazYjA_tFiIIy off=9403946 len=1795081 2024-07-27T18:52:02.502 INFO:tasks.workunit.client.0.smithi029.stdout:op 3392 completed, throughput=5MB/sec 2024-07-27T18:52:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:02 smithi029 ceph-mon[96870]: pgmap v1747: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:52:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:02 smithi029 ceph-mon[99353]: pgmap v1747: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:52:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:52:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:52:02] "GET /metrics HTTP/1.1" 200 34048 "" "Prometheus/2.43.0" 2024-07-27T18:52:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:02 smithi179 ceph-mon[89801]: pgmap v1747: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:52:03.503 INFO:tasks.workunit.client.0.smithi029.stdout: 675: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:03.503 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jpKsqBzCNf-oqG9 off=2058957 len=1077928 2024-07-27T18:52:03.508 INFO:tasks.workunit.client.0.smithi029.stdout:op 3393 completed, throughput=4.99MB/sec 2024-07-27T18:52:03.508 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ei40jjS1X8xI7M- off=20230925 len=1406381 2024-07-27T18:52:03.510 INFO:tasks.workunit.client.0.smithi029.stdout:op 3394 completed, throughput=5MB/sec 2024-07-27T18:52:03.510 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tbXS_nwzQv0doaM off=1561210 len=1147555 2024-07-27T18:52:03.511 INFO:tasks.workunit.client.0.smithi029.stdout:op 3395 completed, throughput=5MB/sec 2024-07-27T18:52:03.511 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-p2r_y7MVL0R3hSt off=6654562 len=1613459 2024-07-27T18:52:03.513 INFO:tasks.workunit.client.0.smithi029.stdout:op 3396 completed, throughput=5MB/sec 2024-07-27T18:52:04.514 INFO:tasks.workunit.client.0.smithi029.stdout: 676: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:04.514 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2iYmc6Rlmcv_ZuH off=16281578 len=265769 2024-07-27T18:52:04.515 INFO:tasks.workunit.client.0.smithi029.stdout:op 3397 completed, throughput=4.99MB/sec 2024-07-27T18:52:04.515 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FNoA-wSWl8VMql- off=0 len=1109576 2024-07-27T18:52:04.518 INFO:tasks.workunit.client.0.smithi029.stdout:op 3398 completed, throughput=4.99MB/sec 2024-07-27T18:52:04.518 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5MCPbwVq2qx4lkM off=2779893 len=521058 2024-07-27T18:52:04.521 INFO:tasks.workunit.client.0.smithi029.stdout:op 3399 completed, throughput=5MB/sec 2024-07-27T18:52:04.522 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-So3-uxdnVJ-59VA off=17965294 len=37424 2024-07-27T18:52:04.523 INFO:tasks.workunit.client.0.smithi029.stdout:op 3400 completed, throughput=5MB/sec 2024-07-27T18:52:04.524 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xbFqzGDk3La1fH_ off=14540764 len=1818529 2024-07-27T18:52:04.531 INFO:tasks.workunit.client.0.smithi029.stdout:op 3401 completed, throughput=5MB/sec 2024-07-27T18:52:04.531 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ixX8rfqgUyGHRzh off=5079409 len=983555 2024-07-27T18:52:04.532 INFO:tasks.workunit.client.0.smithi029.stdout:op 3402 completed, throughput=5MB/sec 2024-07-27T18:52:04.532 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hRDD7XHDqD2a4xl off=50515 len=1636246 2024-07-27T18:52:04.533 INFO:tasks.workunit.client.0.smithi029.stdout:op 3403 completed, throughput=5MB/sec 2024-07-27T18:52:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:04 smithi029 ceph-mon[96870]: pgmap v1748: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:52:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:04 smithi029 ceph-mon[99353]: pgmap v1748: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:52:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:04 smithi179 ceph-mon[89801]: pgmap v1748: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:52:05.534 INFO:tasks.workunit.client.0.smithi029.stdout: 677: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:05.534 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nUt7Our9UZ-M2ZL off=15070982 len=212121 2024-07-27T18:52:05.537 INFO:tasks.workunit.client.0.smithi029.stdout:op 3404 completed, throughput=4.99MB/sec 2024-07-27T18:52:05.537 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aPD-9yLXmyXk7g2 off=7323222 len=309400 2024-07-27T18:52:05.538 INFO:tasks.workunit.client.0.smithi029.stdout:op 3405 completed, throughput=4.99MB/sec 2024-07-27T18:52:05.538 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZLkSzkv8FqnjH7T off=1404029 len=1131658 2024-07-27T18:52:05.544 INFO:tasks.workunit.client.0.smithi029.stdout:op 3406 completed, throughput=5MB/sec 2024-07-27T18:52:05.544 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Wz-J9baKtw0khRj off=2086494 len=909702 2024-07-27T18:52:05.545 INFO:tasks.workunit.client.0.smithi029.stdout:op 3407 completed, throughput=5MB/sec 2024-07-27T18:52:05.545 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lxdKxk9wE-czTIo off=9418079 len=2083904 2024-07-27T18:52:05.547 INFO:tasks.workunit.client.0.smithi029.stdout:op 3408 completed, throughput=5MB/sec 2024-07-27T18:52:06.548 INFO:tasks.workunit.client.0.smithi029.stdout: 678: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:06.548 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--X5SQSS_jAGaCNu off=369535 len=2009675 2024-07-27T18:52:06.550 INFO:tasks.workunit.client.0.smithi029.stdout:op 3409 completed, throughput=5MB/sec 2024-07-27T18:52:06.550 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xuH1jpV32ZsATz- off=1349866 len=43375 2024-07-27T18:52:06.553 INFO:tasks.workunit.client.0.smithi029.stdout:op 3410 completed, throughput=5MB/sec 2024-07-27T18:52:06.553 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n6-caLogmiuikaa off=4614786 len=779839 2024-07-27T18:52:06.557 INFO:tasks.workunit.client.0.smithi029.stdout:op 3411 completed, throughput=5MB/sec 2024-07-27T18:52:06.558 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qn11KWCNQ1SE1NG off=3223676 len=1782013 2024-07-27T18:52:06.560 INFO:tasks.workunit.client.0.smithi029.stdout:op 3412 completed, throughput=5MB/sec 2024-07-27T18:52:06.560 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IhgO660d6jtbDA6 off=17707104 len=236977 2024-07-27T18:52:06.560 INFO:tasks.workunit.client.0.smithi029.stdout:op 3413 completed, throughput=5MB/sec 2024-07-27T18:52:06.560 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-v4v97_0OqreScJH off=13459861 len=1890984 2024-07-27T18:52:06.571 INFO:tasks.workunit.client.0.smithi029.stdout:op 3414 completed, throughput=5MB/sec 2024-07-27T18:52:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:06 smithi029 ceph-mon[96870]: pgmap v1749: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:52:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:06 smithi029 ceph-mon[99353]: pgmap v1749: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:52:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:06 smithi179 ceph-mon[89801]: pgmap v1749: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:52:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: 679: throughput=5MB/sec pending data=0 2024-07-27T18:52:07.572 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uAeduKJStTpzrLa off=2005231 len=1761160 2024-07-27T18:52:07.583 INFO:tasks.workunit.client.0.smithi029.stdout:op 3415 completed, throughput=5MB/sec 2024-07-27T18:52:07.583 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oZ5VT-1dS1zFhVZ off=2795861 len=16142 2024-07-27T18:52:07.586 INFO:tasks.workunit.client.0.smithi029.stdout:op 3416 completed, throughput=5MB/sec 2024-07-27T18:52:07.586 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MOUffHO22cHS53Y off=1782648 len=1205621 2024-07-27T18:52:07.589 INFO:tasks.workunit.client.0.smithi029.stdout:op 3417 completed, throughput=5MB/sec 2024-07-27T18:52:07.589 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--motQcEBhGp8UsX off=2126641 len=650817 2024-07-27T18:52:07.590 INFO:tasks.workunit.client.0.smithi029.stdout:op 3418 completed, throughput=5MB/sec 2024-07-27T18:52:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: 680: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:08.591 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-owoJW_BDKR0SI1a off=14306706 len=125001 2024-07-27T18:52:08.591 INFO:tasks.workunit.client.0.smithi029.stdout:op 3419 completed, throughput=4.99MB/sec 2024-07-27T18:52:08.591 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YREA8bkriEitLsq off=1042234 len=1865713 2024-07-27T18:52:08.602 INFO:tasks.workunit.client.0.smithi029.stdout:op 3420 completed, throughput=5MB/sec 2024-07-27T18:52:08.602 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q27bv5xGNmtJjvN off=2091744 len=277316 2024-07-27T18:52:08.603 INFO:tasks.workunit.client.0.smithi029.stdout:op 3421 completed, throughput=5MB/sec 2024-07-27T18:52:08.603 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R-_KSBctVYIpmPe off=259008 len=151385 2024-07-27T18:52:08.606 INFO:tasks.workunit.client.0.smithi029.stdout:op 3422 completed, throughput=5MB/sec 2024-07-27T18:52:08.606 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rzlMAMd3kh_p7aj off=19432046 len=253191 2024-07-27T18:52:08.607 INFO:tasks.workunit.client.0.smithi029.stdout:op 3423 completed, throughput=5MB/sec 2024-07-27T18:52:08.607 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YQ_ESQxit1VYbvk off=3507343 len=309384 2024-07-27T18:52:08.608 INFO:tasks.workunit.client.0.smithi029.stdout:op 3424 completed, throughput=5MB/sec 2024-07-27T18:52:08.608 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LOCLCJWv9sNUh_c off=13061740 len=533686 2024-07-27T18:52:08.609 INFO:tasks.workunit.client.0.smithi029.stdout:op 3425 completed, throughput=5MB/sec 2024-07-27T18:52:08.609 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tELu5TrZdw1ugNR off=3457977 len=822687 2024-07-27T18:52:08.610 INFO:tasks.workunit.client.0.smithi029.stdout:op 3426 completed, throughput=5MB/sec 2024-07-27T18:52:08.610 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-55C6Zc2wRDwzMzt off=1807783 len=2021323 2024-07-27T18:52:08.621 INFO:tasks.workunit.client.0.smithi029.stdout:op 3427 completed, throughput=5MB/sec 2024-07-27T18:52:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:08 smithi029 ceph-mon[96870]: pgmap v1750: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:52:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:08 smithi029 ceph-mon[99353]: pgmap v1750: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:52:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:08 smithi179 ceph-mon[89801]: pgmap v1750: 105 pgs: 105 active+clean; 127 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:52:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: 681: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:09.622 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lNEMhld-XwqWGNq off=2002431 len=1381627 2024-07-27T18:52:09.630 INFO:tasks.workunit.client.0.smithi029.stdout:op 3428 completed, throughput=5MB/sec 2024-07-27T18:52:09.630 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7Dd_UcPNDdjA5MR off=10075718 len=654575 2024-07-27T18:52:09.634 INFO:tasks.workunit.client.0.smithi029.stdout:op 3429 completed, throughput=5MB/sec 2024-07-27T18:52:09.635 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BAXYI13XPc12ptI off=4801519 len=408979 2024-07-27T18:52:09.636 INFO:tasks.workunit.client.0.smithi029.stdout:op 3430 completed, throughput=5MB/sec 2024-07-27T18:52:09.636 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7nScK1kxYMPQIrT off=11085532 len=1130354 2024-07-27T18:52:09.639 INFO:tasks.workunit.client.0.smithi029.stdout:op 3431 completed, throughput=5MB/sec 2024-07-27T18:52:09.639 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xTn7nUqZFLByPpJ off=5556281 len=1897963 2024-07-27T18:52:09.649 INFO:tasks.workunit.client.0.smithi029.stdout:op 3432 completed, throughput=5MB/sec 2024-07-27T18:52:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:52:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:52:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:52:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: 682: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:10.650 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AiKSWLXBadAm0b7 off=9941876 len=1351605 2024-07-27T18:52:10.656 INFO:tasks.workunit.client.0.smithi029.stdout:op 3433 completed, throughput=5MB/sec 2024-07-27T18:52:10.656 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mTkJ2yJs6OauSgN off=11342922 len=1700103 2024-07-27T18:52:10.658 INFO:tasks.workunit.client.0.smithi029.stdout:op 3434 completed, throughput=5MB/sec 2024-07-27T18:52:10.658 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kQgOB-jmFnVfZJw off=5914778 len=1341585 2024-07-27T18:52:10.660 INFO:tasks.workunit.client.0.smithi029.stdout:op 3435 completed, throughput=5MB/sec 2024-07-27T18:52:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:10 smithi029 ceph-mon[96870]: pgmap v1751: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:52:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:10 smithi029 ceph-mon[99353]: pgmap v1751: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:52:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:10 smithi179 ceph-mon[89801]: pgmap v1751: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:52:11.660 INFO:tasks.workunit.client.0.smithi029.stdout: 683: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:11.660 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9fyI2f7y4UOEwYt off=11855039 len=687622 2024-07-27T18:52:11.665 INFO:tasks.workunit.client.0.smithi029.stdout:op 3436 completed, throughput=4.99MB/sec 2024-07-27T18:52:11.665 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-U8P6NesN1kWiCC8 off=0 len=1279100 2024-07-27T18:52:11.672 INFO:tasks.workunit.client.0.smithi029.stdout:op 3437 completed, throughput=5MB/sec 2024-07-27T18:52:11.672 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0LxiZaxiAF-z3qw off=439124 len=898812 2024-07-27T18:52:11.677 INFO:tasks.workunit.client.0.smithi029.stdout:op 3438 completed, throughput=5MB/sec 2024-07-27T18:52:11.677 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UGkh-N6WUNArtZ6 off=11853763 len=1188134 2024-07-27T18:52:11.678 INFO:tasks.workunit.client.0.smithi029.stdout:op 3439 completed, throughput=5MB/sec 2024-07-27T18:52:11.678 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-C1TjzmrCmij4w93 off=2672830 len=1677750 2024-07-27T18:52:11.680 INFO:tasks.workunit.client.0.smithi029.stdout:op 3440 completed, throughput=5MB/sec 2024-07-27T18:52:12.680 INFO:tasks.workunit.client.0.smithi029.stdout: 684: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:12.681 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2PiZVq9Ga6nzkzd off=977031 len=1074894 2024-07-27T18:52:12.686 INFO:tasks.workunit.client.0.smithi029.stdout:op 3441 completed, throughput=5MB/sec 2024-07-27T18:52:12.686 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-C6hMHGlJM1kjCOX off=9239502 len=939295 2024-07-27T18:52:12.692 INFO:tasks.workunit.client.0.smithi029.stdout:op 3442 completed, throughput=5MB/sec 2024-07-27T18:52:12.692 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zAfzivAA5TmoTdg off=6345785 len=1360163 2024-07-27T18:52:12.697 INFO:tasks.workunit.client.0.smithi029.stdout:op 3443 completed, throughput=5MB/sec 2024-07-27T18:52:12.698 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Qyrlp6QuGuA8SCA off=11540115 len=772238 2024-07-27T18:52:12.701 INFO:tasks.workunit.client.0.smithi029.stdout:op 3444 completed, throughput=5MB/sec 2024-07-27T18:52:12.701 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SbcQ3b92DWCrzCi off=12740334 len=1738022 2024-07-27T18:52:12.711 INFO:tasks.workunit.client.0.smithi029.stdout:op 3445 completed, throughput=5MB/sec 2024-07-27T18:52:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:12 smithi029 ceph-mon[96870]: pgmap v1752: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:52:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:12 smithi029 ceph-mon[99353]: pgmap v1752: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:52:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:52:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:52:12] "GET /metrics HTTP/1.1" 200 34042 "" "Prometheus/2.43.0" 2024-07-27T18:52:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:12 smithi179 ceph-mon[89801]: pgmap v1752: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:52:13.711 INFO:tasks.workunit.client.0.smithi029.stdout: 685: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:13.711 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-m_0YXlRr3TygHJl off=606081 len=277068 2024-07-27T18:52:13.715 INFO:tasks.workunit.client.0.smithi029.stdout:op 3446 completed, throughput=4.99MB/sec 2024-07-27T18:52:13.715 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TUOauxpdXKsguCJ off=1785486 len=1528953 2024-07-27T18:52:13.721 INFO:tasks.workunit.client.0.smithi029.stdout:op 3447 completed, throughput=5MB/sec 2024-07-27T18:52:13.721 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NAX7oXdb4rOaucN off=7557815 len=647198 2024-07-27T18:52:13.722 INFO:tasks.workunit.client.0.smithi029.stdout:op 3448 completed, throughput=5MB/sec 2024-07-27T18:52:13.723 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Jfcojxox8OUNmNA off=6582448 len=1924894 2024-07-27T18:52:13.725 INFO:tasks.workunit.client.0.smithi029.stdout:op 3449 completed, throughput=5MB/sec 2024-07-27T18:52:14.725 INFO:tasks.workunit.client.0.smithi029.stdout: 686: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:14.725 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9xEXSaFB8_YlSeO off=11984690 len=1253518 2024-07-27T18:52:14.731 INFO:tasks.workunit.client.0.smithi029.stdout:op 3450 completed, throughput=4.99MB/sec 2024-07-27T18:52:14.731 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2SCui_9uAZQtHbE off=11914550 len=1627594 2024-07-27T18:52:14.738 INFO:tasks.workunit.client.0.smithi029.stdout:op 3451 completed, throughput=5MB/sec 2024-07-27T18:52:14.738 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fSGuDG8pizCCia9 off=16114152 len=161970 2024-07-27T18:52:14.739 INFO:tasks.workunit.client.0.smithi029.stdout:op 3452 completed, throughput=5MB/sec 2024-07-27T18:52:14.740 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YePcGB3LjfJZSwl off=1693702 len=1273807 2024-07-27T18:52:14.745 INFO:tasks.workunit.client.0.smithi029.stdout:op 3453 completed, throughput=5MB/sec 2024-07-27T18:52:14.745 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ItkxUFOAewwTOfh off=9913105 len=879415 2024-07-27T18:52:14.748 INFO:tasks.workunit.client.0.smithi029.stdout:op 3454 completed, throughput=5MB/sec 2024-07-27T18:52:14.748 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LB6LDRzvc1kCTuj off=341372 len=1497878 2024-07-27T18:52:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:14 smithi029 ceph-mon[96870]: pgmap v1753: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:52:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:14 smithi029 ceph-mon[99353]: pgmap v1753: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:52:14.752 INFO:tasks.workunit.client.0.smithi029.stdout:op 3455 completed, throughput=5MB/sec 2024-07-27T18:52:14.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:14 smithi179 ceph-mon[89801]: pgmap v1753: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:52:15.752 INFO:tasks.workunit.client.0.smithi029.stdout: 687: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:15.752 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZIFOa9AkCZk34r4 off=1544723 len=292231 2024-07-27T18:52:15.755 INFO:tasks.workunit.client.0.smithi029.stdout:op 3456 completed, throughput=5MB/sec 2024-07-27T18:52:15.756 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KnAa3161oxMQzbz off=2528894 len=1346570 2024-07-27T18:52:15.762 INFO:tasks.workunit.client.0.smithi029.stdout:op 3457 completed, throughput=5MB/sec 2024-07-27T18:52:15.762 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JSy79TPtVDnIbPC off=2295947 len=362773 2024-07-27T18:52:15.763 INFO:tasks.workunit.client.0.smithi029.stdout:op 3458 completed, throughput=5MB/sec 2024-07-27T18:52:15.763 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6pMwK6ePS9sdEgQ off=4173696 len=1415343 2024-07-27T18:52:15.765 INFO:tasks.workunit.client.0.smithi029.stdout:op 3459 completed, throughput=5MB/sec 2024-07-27T18:52:15.765 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yJ90IWhrTM1Xo9k off=679182 len=1963305 2024-07-27T18:52:15.767 INFO:tasks.workunit.client.0.smithi029.stdout:op 3460 completed, throughput=5MB/sec 2024-07-27T18:52:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:16 smithi029 ceph-mon[96870]: pgmap v1754: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:52:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:16 smithi029 ceph-mon[99353]: pgmap v1754: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:52:16.768 INFO:tasks.workunit.client.0.smithi029.stdout: 688: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:16.768 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oW24OZrGEiMc_qj off=20274411 len=1415258 2024-07-27T18:52:16.772 INFO:tasks.workunit.client.0.smithi029.stdout:op 3461 completed, throughput=5MB/sec 2024-07-27T18:52:16.773 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xuH1jpV32ZsATz- off=1327219 len=1951024 2024-07-27T18:52:16.781 INFO:tasks.workunit.client.0.smithi029.stdout:op 3462 completed, throughput=5MB/sec 2024-07-27T18:52:16.782 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-91aoWIFtDRdbSqJ off=9722834 len=1621323 2024-07-27T18:52:16.792 INFO:tasks.workunit.client.0.smithi029.stdout:op 3463 completed, throughput=5MB/sec 2024-07-27T18:52:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:16 smithi179 ceph-mon[89801]: pgmap v1754: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:52:17.792 INFO:tasks.workunit.client.0.smithi029.stdout: 689: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:17.792 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lWyVcCE75gi6yXY off=10343119 len=2000191 2024-07-27T18:52:17.795 INFO:tasks.workunit.client.0.smithi029.stdout:op 3464 completed, throughput=5MB/sec 2024-07-27T18:52:17.795 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bVDjjcbm08bmoHu off=9808733 len=1786657 2024-07-27T18:52:17.799 INFO:tasks.workunit.client.0.smithi029.stdout:op 3465 completed, throughput=5MB/sec 2024-07-27T18:52:17.799 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vbfedk8Fi_wDrZn off=165472 len=85252 2024-07-27T18:52:17.803 INFO:tasks.workunit.client.0.smithi029.stdout:op 3466 completed, throughput=5MB/sec 2024-07-27T18:52:17.803 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-m-7aRpaoGN-yZKI off=9900332 len=233436 2024-07-27T18:52:17.806 INFO:tasks.workunit.client.0.smithi029.stdout:op 3467 completed, throughput=5MB/sec 2024-07-27T18:52:17.806 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tnxzSPNZ2nkuwco off=14485100 len=1851111 2024-07-27T18:52:17.808 INFO:tasks.workunit.client.0.smithi029.stdout:op 3468 completed, throughput=5MB/sec 2024-07-27T18:52:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:18 smithi029 ceph-mon[96870]: pgmap v1755: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:52:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:18 smithi029 ceph-mon[99353]: pgmap v1755: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:52:18.809 INFO:tasks.workunit.client.0.smithi029.stdout: 690: throughput=5MB/sec pending data=0 2024-07-27T18:52:18.809 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BKi_Vu0GagUBAkW off=7679917 len=2014288 2024-07-27T18:52:18.811 INFO:tasks.workunit.client.0.smithi029.stdout:op 3469 completed, throughput=5MB/sec 2024-07-27T18:52:18.811 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6FVss4OkSnHxzaK off=12077549 len=1303820 2024-07-27T18:52:18.813 INFO:tasks.workunit.client.0.smithi029.stdout:op 3470 completed, throughput=5MB/sec 2024-07-27T18:52:18.813 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UTX90FPvbgu4Fjz off=4030678 len=1021241 2024-07-27T18:52:18.814 INFO:tasks.workunit.client.0.smithi029.stdout:op 3471 completed, throughput=5MB/sec 2024-07-27T18:52:18.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:18 smithi179 ceph-mon[89801]: pgmap v1755: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:52:19.815 INFO:tasks.workunit.client.0.smithi029.stdout: 691: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:19.815 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Upd4ySYTxgIFeaf off=952127 len=1424256 2024-07-27T18:52:19.821 INFO:tasks.workunit.client.0.smithi029.stdout:op 3472 completed, throughput=5MB/sec 2024-07-27T18:52:19.822 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8v84QloRSP1k9jm off=14378719 len=452814 2024-07-27T18:52:19.825 INFO:tasks.workunit.client.0.smithi029.stdout:op 3473 completed, throughput=5MB/sec 2024-07-27T18:52:19.825 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GnClSD5MSN2ZhFo off=15973823 len=822768 2024-07-27T18:52:19.826 INFO:tasks.workunit.client.0.smithi029.stdout:op 3474 completed, throughput=5MB/sec 2024-07-27T18:52:19.826 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kY-fWKqNE62UD6W off=1283328 len=1309473 2024-07-27T18:52:19.831 INFO:tasks.workunit.client.0.smithi029.stdout:op 3475 completed, throughput=5MB/sec 2024-07-27T18:52:19.831 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pHYXgpKpPDpTfni off=15689524 len=67616 2024-07-27T18:52:19.833 INFO:tasks.workunit.client.0.smithi029.stdout:op 3476 completed, throughput=5MB/sec 2024-07-27T18:52:19.833 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PzqsHWJaZX7VQQp off=3201366 len=1867116 2024-07-27T18:52:19.843 INFO:tasks.workunit.client.0.smithi029.stdout:op 3477 completed, throughput=5MB/sec 2024-07-27T18:52:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:20 smithi029 ceph-mon[99353]: pgmap v1756: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:52:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:20 smithi029 ceph-mon[96870]: pgmap v1756: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:52:20.843 INFO:tasks.workunit.client.0.smithi029.stdout: 692: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:20.844 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nA6upkXelIoJiQm off=16276063 len=838616 2024-07-27T18:52:20.845 INFO:tasks.workunit.client.0.smithi029.stdout:op 3478 completed, throughput=5MB/sec 2024-07-27T18:52:20.845 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ua8BYbmOv5Q7NQa off=8455353 len=831105 2024-07-27T18:52:20.849 INFO:tasks.workunit.client.0.smithi029.stdout:op 3479 completed, throughput=5MB/sec 2024-07-27T18:52:20.849 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pQq0YvWbpGYp01J off=4267834 len=1886340 2024-07-27T18:52:20.856 INFO:tasks.workunit.client.0.smithi029.stdout:op 3480 completed, throughput=5MB/sec 2024-07-27T18:52:20.856 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wkxO2YtUFrj973P off=805217 len=1941834 2024-07-27T18:52:20.864 INFO:tasks.workunit.client.0.smithi029.stdout:op 3481 completed, throughput=5MB/sec 2024-07-27T18:52:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:20 smithi179 ceph-mon[89801]: pgmap v1756: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:52:21.864 INFO:tasks.workunit.client.0.smithi029.stdout: 693: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:21.864 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-btBfncCAxS97pUZ off=6379280 len=1083310 2024-07-27T18:52:21.870 INFO:tasks.workunit.client.0.smithi029.stdout:op 3482 completed, throughput=5MB/sec 2024-07-27T18:52:21.870 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-p1N5Y9hBrr7rQFj off=1399382 len=454759 2024-07-27T18:52:21.874 INFO:tasks.workunit.client.0.smithi029.stdout:op 3483 completed, throughput=5MB/sec 2024-07-27T18:52:21.874 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ACzMzMf90CllaFu off=7492625 len=907597 2024-07-27T18:52:21.877 INFO:tasks.workunit.client.0.smithi029.stdout:op 3484 completed, throughput=5MB/sec 2024-07-27T18:52:21.877 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2N-jT62UlRrFP0F off=592964 len=1155855 2024-07-27T18:52:21.880 INFO:tasks.workunit.client.0.smithi029.stdout:op 3485 completed, throughput=5MB/sec 2024-07-27T18:52:21.880 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ihdqf-Vadlhc2jX off=7337724 len=272210 2024-07-27T18:52:21.881 INFO:tasks.workunit.client.0.smithi029.stdout:op 3486 completed, throughput=5MB/sec 2024-07-27T18:52:22.715 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:22 smithi179 ceph-mon[89801]: pgmap v1757: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:52:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:22 smithi029 ceph-mon[96870]: pgmap v1757: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:52:22.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:22 smithi029 ceph-mon[99353]: pgmap v1757: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:52:22.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:52:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:52:22] "GET /metrics HTTP/1.1" 200 34042 "" "Prometheus/2.43.0" 2024-07-27T18:52:22.881 INFO:tasks.workunit.client.0.smithi029.stdout: 694: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:22.881 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-m571KAD_6L1rP11 off=7439147 len=2070194 2024-07-27T18:52:22.884 INFO:tasks.workunit.client.0.smithi029.stdout:op 3487 completed, throughput=5MB/sec 2024-07-27T18:52:22.884 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Nuv6AZx_2xNzNuE off=598425 len=449623 2024-07-27T18:52:22.885 INFO:tasks.workunit.client.0.smithi029.stdout:op 3488 completed, throughput=5MB/sec 2024-07-27T18:52:22.885 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-K1F-PhLlHJ2McKA off=484399 len=1364042 2024-07-27T18:52:22.893 INFO:tasks.workunit.client.0.smithi029.stdout:op 3489 completed, throughput=5MB/sec 2024-07-27T18:52:22.894 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Oom2WU-8DkX9qp2 off=2531896 len=757980 2024-07-27T18:52:22.896 INFO:tasks.workunit.client.0.smithi029.stdout:op 3490 completed, throughput=5MB/sec 2024-07-27T18:52:22.896 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oZX9ee3-t8MtcIc off=5851286 len=1919046 2024-07-27T18:52:22.911 INFO:tasks.workunit.client.0.smithi029.stdout:op 3491 completed, throughput=5MB/sec 2024-07-27T18:52:23.911 INFO:tasks.workunit.client.0.smithi029.stdout: 695: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:23.911 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bet8zvgILKC7_7w off=1090051 len=245998 2024-07-27T18:52:23.915 INFO:tasks.workunit.client.0.smithi029.stdout:op 3492 completed, throughput=4.99MB/sec 2024-07-27T18:52:23.915 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-scU_aodepP2Nkw3 off=7130065 len=282256 2024-07-27T18:52:23.916 INFO:tasks.workunit.client.0.smithi029.stdout:op 3493 completed, throughput=5MB/sec 2024-07-27T18:52:23.916 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KUB5_JOGg0ZqGLF off=489160 len=442016 2024-07-27T18:52:23.918 INFO:tasks.workunit.client.0.smithi029.stdout:op 3494 completed, throughput=5MB/sec 2024-07-27T18:52:23.918 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4WSqXjcwbz5OMsE off=8513220 len=248327 2024-07-27T18:52:23.918 INFO:tasks.workunit.client.0.smithi029.stdout:op 3495 completed, throughput=5MB/sec 2024-07-27T18:52:23.918 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ot3WlU2UI9mr0gb off=3794385 len=1986689 2024-07-27T18:52:23.921 INFO:tasks.workunit.client.0.smithi029.stdout:op 3496 completed, throughput=5MB/sec 2024-07-27T18:52:23.921 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GP8kvSCyzD9kzn- off=277619 len=1021968 2024-07-27T18:52:23.923 INFO:tasks.workunit.client.0.smithi029.stdout:op 3497 completed, throughput=5MB/sec 2024-07-27T18:52:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:24 smithi029 ceph-mon[99353]: pgmap v1758: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:52:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:52:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:24 smithi029 ceph-mon[96870]: pgmap v1758: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:52:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:52:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:24 smithi179 ceph-mon[89801]: pgmap v1758: 105 pgs: 105 active+clean; 127 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:52:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:52:24.923 INFO:tasks.workunit.client.0.smithi029.stdout: 696: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:24.923 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_ILPcyUQSAC0ZZi off=3292636 len=103380 2024-07-27T18:52:24.926 INFO:tasks.workunit.client.0.smithi029.stdout:op 3498 completed, throughput=4.99MB/sec 2024-07-27T18:52:24.926 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yn9Ne77NPgqkegL off=10538476 len=1531404 2024-07-27T18:52:24.935 INFO:tasks.workunit.client.0.smithi029.stdout:op 3499 completed, throughput=5MB/sec 2024-07-27T18:52:24.935 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SCWPis0Awnt4fAE off=11721384 len=1725412 2024-07-27T18:52:24.944 INFO:tasks.workunit.client.0.smithi029.stdout:op 3500 completed, throughput=5MB/sec 2024-07-27T18:52:24.944 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pBKXZtdo15m1oIK off=3820005 len=1062422 2024-07-27T18:52:24.949 INFO:tasks.workunit.client.0.smithi029.stdout:op 3501 completed, throughput=5MB/sec 2024-07-27T18:52:24.949 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--7vPOrhEhWiDJBN off=12806843 len=1115264 2024-07-27T18:52:24.955 INFO:tasks.workunit.client.0.smithi029.stdout:op 3502 completed, throughput=5MB/sec 2024-07-27T18:52:25.955 INFO:tasks.workunit.client.0.smithi029.stdout: 697: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:25.955 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-D1ZTRmNPsBCce9r off=3120402 len=1204190 2024-07-27T18:52:25.966 INFO:tasks.workunit.client.0.smithi029.stdout:op 3503 completed, throughput=4.99MB/sec 2024-07-27T18:52:25.966 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DqjZgm56UfiqXWv off=7059088 len=349212 2024-07-27T18:52:25.967 INFO:tasks.workunit.client.0.smithi029.stdout:op 3504 completed, throughput=5MB/sec 2024-07-27T18:52:25.967 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CWCk-yMSgI12QlJ off=105996 len=145642 2024-07-27T18:52:25.968 INFO:tasks.workunit.client.0.smithi029.stdout:op 3505 completed, throughput=5MB/sec 2024-07-27T18:52:25.968 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Kd6BNDwjxZlf7Py off=2452827 len=1511006 2024-07-27T18:52:25.975 INFO:tasks.workunit.client.0.smithi029.stdout:op 3506 completed, throughput=5MB/sec 2024-07-27T18:52:25.975 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kBvzn_e7ynM6Cgx off=1970733 len=754821 2024-07-27T18:52:25.980 INFO:tasks.workunit.client.0.smithi029.stdout:op 3507 completed, throughput=5MB/sec 2024-07-27T18:52:25.980 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ULUtxqXZa6tDpdM off=14076697 len=970128 2024-07-27T18:52:25.985 INFO:tasks.workunit.client.0.smithi029.stdout:op 3508 completed, throughput=5MB/sec 2024-07-27T18:52:25.985 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8Egp_OO0Zz1R-O9 off=3778570 len=827225 2024-07-27T18:52:25.989 INFO:tasks.workunit.client.0.smithi029.stdout:op 3509 completed, throughput=5MB/sec 2024-07-27T18:52:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:26 smithi029 ceph-mon[96870]: pgmap v1759: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:52:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:26 smithi029 ceph-mon[99353]: pgmap v1759: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:52:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:26 smithi179 ceph-mon[89801]: pgmap v1759: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 3.1 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:52:26.989 INFO:tasks.workunit.client.0.smithi029.stdout: 698: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:26.989 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_uWyOdb0BWUPpOY off=4678596 len=1924644 2024-07-27T18:52:27.001 INFO:tasks.workunit.client.0.smithi029.stdout:op 3510 completed, throughput=5MB/sec 2024-07-27T18:52:27.001 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nYLz25N8UlNZHWj off=2610983 len=237119 2024-07-27T18:52:27.001 INFO:tasks.workunit.client.0.smithi029.stdout:op 3511 completed, throughput=5MB/sec 2024-07-27T18:52:27.001 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SlF9GaOodNysqYE off=9893329 len=1686830 2024-07-27T18:52:27.009 INFO:tasks.workunit.client.0.smithi029.stdout:op 3512 completed, throughput=5MB/sec 2024-07-27T18:52:27.009 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fH-jNMTlICuSHeu off=3505428 len=1333622 2024-07-27T18:52:27.017 INFO:tasks.workunit.client.0.smithi029.stdout:op 3513 completed, throughput=5MB/sec 2024-07-27T18:52:28.017 INFO:tasks.workunit.client.0.smithi029.stdout: 699: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:28.018 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_8enUuJEZ_GZLyr off=1848079 len=1297929 2024-07-27T18:52:28.019 INFO:tasks.workunit.client.0.smithi029.stdout:op 3514 completed, throughput=5MB/sec 2024-07-27T18:52:28.019 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gSTRJ6tVBBsgDAz off=6928141 len=56886 2024-07-27T18:52:28.022 INFO:tasks.workunit.client.0.smithi029.stdout:op 3515 completed, throughput=5MB/sec 2024-07-27T18:52:28.022 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GI5Vhk-6dZH71ee off=9034988 len=835781 2024-07-27T18:52:28.023 INFO:tasks.workunit.client.0.smithi029.stdout:op 3516 completed, throughput=5MB/sec 2024-07-27T18:52:28.023 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SmYyBBOPit-dc_r off=3161097 len=1851203 2024-07-27T18:52:28.025 INFO:tasks.workunit.client.0.smithi029.stdout:op 3517 completed, throughput=5MB/sec 2024-07-27T18:52:28.025 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ihQDYXvLfQNl3Dk off=7954359 len=1586203 2024-07-27T18:52:28.027 INFO:tasks.workunit.client.0.smithi029.stdout:op 3518 completed, throughput=5MB/sec 2024-07-27T18:52:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:28 smithi029 ceph-mon[96870]: pgmap v1760: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:52:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:28 smithi029 ceph-mon[99353]: pgmap v1760: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:52:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:28 smithi179 ceph-mon[89801]: pgmap v1760: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:52:29.028 INFO:tasks.workunit.client.0.smithi029.stdout: 700: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:29.028 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_SG0-pVup4lT10l off=189309 len=720382 2024-07-27T18:52:29.033 INFO:tasks.workunit.client.0.smithi029.stdout:op 3519 completed, throughput=4.99MB/sec 2024-07-27T18:52:29.033 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gjnBkHzg2fEuGmQ off=11936954 len=1150292 2024-07-27T18:52:29.039 INFO:tasks.workunit.client.0.smithi029.stdout:op 3520 completed, throughput=5MB/sec 2024-07-27T18:52:29.039 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bUr75iHAzV5dcS8 off=2333891 len=545828 2024-07-27T18:52:29.043 INFO:tasks.workunit.client.0.smithi029.stdout:op 3521 completed, throughput=5MB/sec 2024-07-27T18:52:29.043 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EK55ggqgtxsMCoV off=9769241 len=732693 2024-07-27T18:52:29.044 INFO:tasks.workunit.client.0.smithi029.stdout:op 3522 completed, throughput=5MB/sec 2024-07-27T18:52:29.044 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--Qkb33GzNfMDk2v off=753004 len=65361 2024-07-27T18:52:29.044 INFO:tasks.workunit.client.0.smithi029.stdout:op 3523 completed, throughput=5MB/sec 2024-07-27T18:52:29.045 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iOXURrMsGK9S4Ff off=16086300 len=1434199 2024-07-27T18:52:29.051 INFO:tasks.workunit.client.0.smithi029.stdout:op 3524 completed, throughput=5MB/sec 2024-07-27T18:52:30.051 INFO:tasks.workunit.client.0.smithi029.stdout: 701: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:30.052 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KODc3b6K8loFFao off=468164 len=1229736 2024-07-27T18:52:30.056 INFO:tasks.workunit.client.0.smithi029.stdout:op 3525 completed, throughput=4.99MB/sec 2024-07-27T18:52:30.056 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yigfYsDCKaZjxMK off=9167127 len=2051809 2024-07-27T18:52:30.068 INFO:tasks.workunit.client.0.smithi029.stdout:op 3526 completed, throughput=5MB/sec 2024-07-27T18:52:30.068 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--exNuLtAMMH4wiu off=1766348 len=1077539 2024-07-27T18:52:30.074 INFO:tasks.workunit.client.0.smithi029.stdout:op 3527 completed, throughput=5MB/sec 2024-07-27T18:52:30.074 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eu_gfp8JJBhHg-J off=2470325 len=1342313 2024-07-27T18:52:30.082 INFO:tasks.workunit.client.0.smithi029.stdout:op 3528 completed, throughput=5MB/sec 2024-07-27T18:52:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:30 smithi029 ceph-mon[96870]: pgmap v1761: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:52:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:30 smithi029 ceph-mon[99353]: pgmap v1761: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:52:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:30 smithi179 ceph-mon[89801]: pgmap v1761: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:52:31.083 INFO:tasks.workunit.client.0.smithi029.stdout: 702: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:31.083 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mfP-hhkj3VIypQv off=8886643 len=1218584 2024-07-27T18:52:31.089 INFO:tasks.workunit.client.0.smithi029.stdout:op 3529 completed, throughput=5MB/sec 2024-07-27T18:52:31.089 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RCT60E9g6d84gZC off=8666336 len=814069 2024-07-27T18:52:31.094 INFO:tasks.workunit.client.0.smithi029.stdout:op 3530 completed, throughput=5MB/sec 2024-07-27T18:52:31.094 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kgFMZ9_bYnfZFDP off=2763442 len=475821 2024-07-27T18:52:31.097 INFO:tasks.workunit.client.0.smithi029.stdout:op 3531 completed, throughput=5MB/sec 2024-07-27T18:52:31.098 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aZDd51svybILmKj off=3334464 len=1143213 2024-07-27T18:52:31.099 INFO:tasks.workunit.client.0.smithi029.stdout:op 3532 completed, throughput=5MB/sec 2024-07-27T18:52:31.099 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_ChxD1uJDHfJ09K off=5984553 len=1116371 2024-07-27T18:52:31.104 INFO:tasks.workunit.client.0.smithi029.stdout:op 3533 completed, throughput=5MB/sec 2024-07-27T18:52:31.104 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--T9_JcrI1JAWI5i off=13940874 len=816559 2024-07-27T18:52:31.105 INFO:tasks.workunit.client.0.smithi029.stdout:op 3534 completed, throughput=5MB/sec 2024-07-27T18:52:31.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:31 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:52:31.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:31 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:52:31.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:31 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:52:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:31 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:52:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:31 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:52:31.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:31 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:52:31.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:31 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:52:31.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:31 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:52:31.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:31 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:52:32.105 INFO:tasks.workunit.client.0.smithi029.stdout: 703: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:32.106 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gno-LbOgzd2WloY off=1363786 len=1723571 2024-07-27T18:52:32.111 INFO:tasks.workunit.client.0.smithi029.stdout:op 3535 completed, throughput=5MB/sec 2024-07-27T18:52:32.112 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zDHV1d-pgX2wPtH off=1356878 len=757214 2024-07-27T18:52:32.112 INFO:tasks.workunit.client.0.smithi029.stdout:op 3536 completed, throughput=5MB/sec 2024-07-27T18:52:32.112 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--gNGqLc8v0w6xzK off=1327718 len=1465567 2024-07-27T18:52:32.116 INFO:tasks.workunit.client.0.smithi029.stdout:op 3537 completed, throughput=5MB/sec 2024-07-27T18:52:32.116 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-c7cCBW0_WOx3sOc off=8623044 len=1831075 2024-07-27T18:52:32.123 INFO:tasks.workunit.client.0.smithi029.stdout:op 3538 completed, throughput=5MB/sec 2024-07-27T18:52:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:32 smithi029 ceph-mon[96870]: pgmap v1762: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:52:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:52:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:52:32.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:32 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:52:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:32 smithi029 ceph-mon[99353]: pgmap v1762: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:52:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:52:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:52:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:32 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:52:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:52:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:52:32] "GET /metrics HTTP/1.1" 200 34048 "" "Prometheus/2.43.0" 2024-07-27T18:52:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:32 smithi179 ceph-mon[89801]: pgmap v1762: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:52:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:32 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:52:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:32 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:52:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:32 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:52:33.123 INFO:tasks.workunit.client.0.smithi029.stdout: 704: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:33.123 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VnD26G6WGKG4AER off=4155289 len=1578667 2024-07-27T18:52:33.128 INFO:tasks.workunit.client.0.smithi029.stdout:op 3539 completed, throughput=5MB/sec 2024-07-27T18:52:33.128 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pQoqm_pykfQFo-R off=2101387 len=1760792 2024-07-27T18:52:33.131 INFO:tasks.workunit.client.0.smithi029.stdout:op 3540 completed, throughput=5MB/sec 2024-07-27T18:52:33.131 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iLAX8j0xFRAu3UU off=3005792 len=1526357 2024-07-27T18:52:33.139 INFO:tasks.workunit.client.0.smithi029.stdout:op 3541 completed, throughput=5MB/sec 2024-07-27T18:52:34.139 INFO:tasks.workunit.client.0.smithi029.stdout: 705: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:34.140 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fuCQbkEOzsYfN9s off=3628693 len=2087893 2024-07-27T18:52:34.142 INFO:tasks.workunit.client.0.smithi029.stdout:op 3542 completed, throughput=5MB/sec 2024-07-27T18:52:34.142 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y3CtKBaZYiM2SKo off=13724339 len=1187243 2024-07-27T18:52:34.148 INFO:tasks.workunit.client.0.smithi029.stdout:op 3543 completed, throughput=5MB/sec 2024-07-27T18:52:34.148 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HhifkM16-gc5vhQ off=11147307 len=482418 2024-07-27T18:52:34.152 INFO:tasks.workunit.client.0.smithi029.stdout:op 3544 completed, throughput=5MB/sec 2024-07-27T18:52:34.152 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6o1uyl0NgvQ88XC off=14740235 len=660720 2024-07-27T18:52:34.156 INFO:tasks.workunit.client.0.smithi029.stdout:op 3545 completed, throughput=5MB/sec 2024-07-27T18:52:34.156 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bJ5sUufryZ0JBsb off=16098116 len=802308 2024-07-27T18:52:34.157 INFO:tasks.workunit.client.0.smithi029.stdout:op 3546 completed, throughput=5MB/sec 2024-07-27T18:52:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:34 smithi029 ceph-mon[99353]: pgmap v1763: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:52:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:34 smithi029 ceph-mon[96870]: pgmap v1763: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:52:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:34 smithi179 ceph-mon[89801]: pgmap v1763: 105 pgs: 105 active+clean; 127 GiB data, 8.7 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:52:35.157 INFO:tasks.workunit.client.0.smithi029.stdout: 706: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:35.157 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pvK_tNK3124NMZe off=4748195 len=1724251 2024-07-27T18:52:35.159 INFO:tasks.workunit.client.0.smithi029.stdout:op 3547 completed, throughput=5MB/sec 2024-07-27T18:52:35.159 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7KR-1FK0Tb1FyZi off=4266767 len=619488 2024-07-27T18:52:35.164 INFO:tasks.workunit.client.0.smithi029.stdout:op 3548 completed, throughput=5MB/sec 2024-07-27T18:52:35.164 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QJ3l_u-ABxSqhUx off=17256795 len=119791 2024-07-27T18:52:35.167 INFO:tasks.workunit.client.0.smithi029.stdout:op 3549 completed, throughput=5MB/sec 2024-07-27T18:52:35.167 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yMsUymPGE5o-Md6 off=2798828 len=190336 2024-07-27T18:52:35.167 INFO:tasks.workunit.client.0.smithi029.stdout:op 3550 completed, throughput=5MB/sec 2024-07-27T18:52:35.167 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tzytzvPGmlc5rq- off=9344485 len=610623 2024-07-27T18:52:35.169 INFO:tasks.workunit.client.0.smithi029.stdout:op 3551 completed, throughput=5MB/sec 2024-07-27T18:52:35.169 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-igMbZT9MrfzHfCt off=13583463 len=241809 2024-07-27T18:52:35.169 INFO:tasks.workunit.client.0.smithi029.stdout:op 3552 completed, throughput=5MB/sec 2024-07-27T18:52:35.169 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mLvrvj_dCECmJxE off=3160271 len=632358 2024-07-27T18:52:35.170 INFO:tasks.workunit.client.0.smithi029.stdout:op 3553 completed, throughput=5MB/sec 2024-07-27T18:52:35.170 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Dpo2unNa4VhPjvs off=10618308 len=1922480 2024-07-27T18:52:35.172 INFO:tasks.workunit.client.0.smithi029.stdout:op 3554 completed, throughput=5MB/sec 2024-07-27T18:52:36.173 INFO:tasks.workunit.client.0.smithi029.stdout: 707: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:36.173 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QbgD-ZL3AdcFDNB off=10833720 len=1748513 2024-07-27T18:52:36.175 INFO:tasks.workunit.client.0.smithi029.stdout:op 3555 completed, throughput=5MB/sec 2024-07-27T18:52:36.175 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n8_yt0GEvybmfmx off=9628881 len=1078164 2024-07-27T18:52:36.180 INFO:tasks.workunit.client.0.smithi029.stdout:op 3556 completed, throughput=5MB/sec 2024-07-27T18:52:36.180 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0FdEa5KqtVXJNRJ off=351505 len=1423708 2024-07-27T18:52:36.182 INFO:tasks.workunit.client.0.smithi029.stdout:op 3557 completed, throughput=5MB/sec 2024-07-27T18:52:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:36 smithi029 ceph-mon[96870]: pgmap v1764: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.5 MiB/s wr, 5 op/s 2024-07-27T18:52:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:36 smithi029 ceph-mon[99353]: pgmap v1764: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.5 MiB/s wr, 5 op/s 2024-07-27T18:52:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:36 smithi179 ceph-mon[89801]: pgmap v1764: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.5 MiB/s wr, 5 op/s 2024-07-27T18:52:37.182 INFO:tasks.workunit.client.0.smithi029.stdout: 708: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:37.182 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qX0-D9DKXfvqZtH off=4064640 len=510326 2024-07-27T18:52:37.186 INFO:tasks.workunit.client.0.smithi029.stdout:op 3558 completed, throughput=4.99MB/sec 2024-07-27T18:52:37.187 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jPhN1zwmE8ZSTCY off=584604 len=147522 2024-07-27T18:52:37.187 INFO:tasks.workunit.client.0.smithi029.stdout:op 3559 completed, throughput=4.99MB/sec 2024-07-27T18:52:37.187 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-70uu5QUtFLoAtXZ off=1406114 len=154761 2024-07-27T18:52:37.190 INFO:tasks.workunit.client.0.smithi029.stdout:op 3560 completed, throughput=4.99MB/sec 2024-07-27T18:52:37.190 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mLnOQx635eXB8xl off=10759480 len=1996187 2024-07-27T18:52:37.202 INFO:tasks.workunit.client.0.smithi029.stdout:op 3561 completed, throughput=5MB/sec 2024-07-27T18:52:37.202 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aLOEyid5CSckCgv off=4340366 len=1900225 2024-07-27T18:52:37.204 INFO:tasks.workunit.client.0.smithi029.stdout:op 3562 completed, throughput=5MB/sec 2024-07-27T18:52:37.204 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_KY1O7N1oNqnE_2 off=8651149 len=756875 2024-07-27T18:52:37.206 INFO:tasks.workunit.client.0.smithi029.stdout:op 3563 completed, throughput=5MB/sec 2024-07-27T18:52:38.207 INFO:tasks.workunit.client.0.smithi029.stdout: 709: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:38.207 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IMTx3OcxJpRnsHI off=6677691 len=1700253 2024-07-27T18:52:38.214 INFO:tasks.workunit.client.0.smithi029.stdout:op 3564 completed, throughput=5MB/sec 2024-07-27T18:52:38.214 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zwk-XTpd6SIaiMy off=2267149 len=1773281 2024-07-27T18:52:38.216 INFO:tasks.workunit.client.0.smithi029.stdout:op 3565 completed, throughput=5MB/sec 2024-07-27T18:52:38.216 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rdXG7Yh56Dvd-QY off=13296247 len=970300 2024-07-27T18:52:38.219 INFO:tasks.workunit.client.0.smithi029.stdout:op 3566 completed, throughput=5MB/sec 2024-07-27T18:52:38.219 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FTt5_lD_a8nMFi- off=2642910 len=988173 2024-07-27T18:52:38.224 INFO:tasks.workunit.client.0.smithi029.stdout:op 3567 completed, throughput=5MB/sec 2024-07-27T18:52:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:38 smithi029 ceph-mon[96870]: pgmap v1765: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:52:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:38 smithi029 ceph-mon[99353]: pgmap v1765: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:52:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:38 smithi179 ceph-mon[89801]: pgmap v1765: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:52:39.225 INFO:tasks.workunit.client.0.smithi029.stdout: 710: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:39.225 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2g53MSp9AkM1umI off=9444161 len=1393169 2024-07-27T18:52:39.234 INFO:tasks.workunit.client.0.smithi029.stdout:op 3568 completed, throughput=5MB/sec 2024-07-27T18:52:39.234 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7uJeqgrHB8Wvv-p off=2191249 len=1123065 2024-07-27T18:52:39.239 INFO:tasks.workunit.client.0.smithi029.stdout:op 3569 completed, throughput=5MB/sec 2024-07-27T18:52:39.239 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IpoWMEnK-6_ra7A off=11200791 len=839358 2024-07-27T18:52:39.241 INFO:tasks.workunit.client.0.smithi029.stdout:op 3570 completed, throughput=5MB/sec 2024-07-27T18:52:39.241 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wBqOYBV9fODPxTI off=37184 len=641764 2024-07-27T18:52:39.242 INFO:tasks.workunit.client.0.smithi029.stdout:op 3571 completed, throughput=5MB/sec 2024-07-27T18:52:39.242 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bxaitRNgGXvIeuX off=1633048 len=999208 2024-07-27T18:52:39.243 INFO:tasks.workunit.client.0.smithi029.stdout:op 3572 completed, throughput=5MB/sec 2024-07-27T18:52:39.243 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xx1P3L3abjAwDcl off=5739026 len=1334857 2024-07-27T18:52:39.250 INFO:tasks.workunit.client.0.smithi029.stdout:op 3573 completed, throughput=5MB/sec 2024-07-27T18:52:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:52:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:52:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:52:40.250 INFO:tasks.workunit.client.0.smithi029.stdout: 711: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:40.250 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JCQEld_2YBYsJNC off=4007570 len=824716 2024-07-27T18:52:40.255 INFO:tasks.workunit.client.0.smithi029.stdout:op 3574 completed, throughput=5MB/sec 2024-07-27T18:52:40.255 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qnkib4T2RPziK-W off=8028269 len=675283 2024-07-27T18:52:40.260 INFO:tasks.workunit.client.0.smithi029.stdout:op 3575 completed, throughput=5MB/sec 2024-07-27T18:52:40.260 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jrLNN8bRRGto2qR off=446795 len=333066 2024-07-27T18:52:40.261 INFO:tasks.workunit.client.0.smithi029.stdout:op 3576 completed, throughput=5MB/sec 2024-07-27T18:52:40.261 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kXUyA5hCSpmciB6 off=1965378 len=1341973 2024-07-27T18:52:40.264 INFO:tasks.workunit.client.0.smithi029.stdout:op 3577 completed, throughput=5MB/sec 2024-07-27T18:52:40.265 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ws9iyEN1i1nH4VO off=2874148 len=1989773 2024-07-27T18:52:40.269 INFO:tasks.workunit.client.0.smithi029.stdout:op 3578 completed, throughput=5MB/sec 2024-07-27T18:52:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:40 smithi029 ceph-mon[96870]: pgmap v1766: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:52:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:40 smithi029 ceph-mon[99353]: pgmap v1766: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:52:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:40 smithi179 ceph-mon[89801]: pgmap v1766: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:52:41.270 INFO:tasks.workunit.client.0.smithi029.stdout: 712: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:41.270 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AhTnmtmD4dtDDWo off=2708215 len=845816 2024-07-27T18:52:41.275 INFO:tasks.workunit.client.0.smithi029.stdout:op 3579 completed, throughput=5MB/sec 2024-07-27T18:52:41.275 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OicALYRsEcLDmrW off=8303144 len=1700586 2024-07-27T18:52:41.276 INFO:tasks.workunit.client.0.smithi029.stdout:op 3580 completed, throughput=5MB/sec 2024-07-27T18:52:41.276 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-a0vnaRTxUtE6KiI off=0 len=1164994 2024-07-27T18:52:41.282 INFO:tasks.workunit.client.0.smithi029.stdout:op 3581 completed, throughput=5MB/sec 2024-07-27T18:52:41.283 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2OYaX88s0Tp6M3E off=1868954 len=605710 2024-07-27T18:52:41.283 INFO:tasks.workunit.client.0.smithi029.stdout:op 3582 completed, throughput=5MB/sec 2024-07-27T18:52:42.284 INFO:tasks.workunit.client.0.smithi029.stdout: 713: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:42.284 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vUcc1fiNxg8-TPr off=17630028 len=1843590 2024-07-27T18:52:42.286 INFO:tasks.workunit.client.0.smithi029.stdout:op 3583 completed, throughput=5MB/sec 2024-07-27T18:52:42.286 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5UXdreTA3Wm_O5j off=13966685 len=1132124 2024-07-27T18:52:42.288 INFO:tasks.workunit.client.0.smithi029.stdout:op 3584 completed, throughput=5MB/sec 2024-07-27T18:52:42.288 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--xdwakky5Zv2b8Z off=188926 len=1320942 2024-07-27T18:52:42.296 INFO:tasks.workunit.client.0.smithi029.stdout:op 3585 completed, throughput=5MB/sec 2024-07-27T18:52:42.296 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-m3eui4_7KV-WugC off=7950 len=828180 2024-07-27T18:52:42.297 INFO:tasks.workunit.client.0.smithi029.stdout:op 3586 completed, throughput=5MB/sec 2024-07-27T18:52:42.298 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Z6Rrk9BZlCAtB5a off=1215714 len=1282007 2024-07-27T18:52:42.304 INFO:tasks.workunit.client.0.smithi029.stdout:op 3587 completed, throughput=5MB/sec 2024-07-27T18:52:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:42 smithi029 ceph-mon[96870]: pgmap v1767: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:52:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:42 smithi029 ceph-mon[99353]: pgmap v1767: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:52:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:52:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:52:42] "GET /metrics HTTP/1.1" 200 34048 "" "Prometheus/2.43.0" 2024-07-27T18:52:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:42 smithi179 ceph-mon[89801]: pgmap v1767: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:52:43.305 INFO:tasks.workunit.client.0.smithi029.stdout: 714: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:43.305 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1fksd4oOVzIDfii off=8314355 len=846471 2024-07-27T18:52:43.310 INFO:tasks.workunit.client.0.smithi029.stdout:op 3588 completed, throughput=5MB/sec 2024-07-27T18:52:43.310 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QRzb-wySRnquf4z off=961589 len=1836026 2024-07-27T18:52:43.312 INFO:tasks.workunit.client.0.smithi029.stdout:op 3589 completed, throughput=5MB/sec 2024-07-27T18:52:43.313 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4lJpV945EjzGPa0 off=16833648 len=1981591 2024-07-27T18:52:43.315 INFO:tasks.workunit.client.0.smithi029.stdout:op 3590 completed, throughput=5MB/sec 2024-07-27T18:52:44.315 INFO:tasks.workunit.client.0.smithi029.stdout: 715: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:44.316 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-426WgX7vEoXo38- off=1802084 len=254595 2024-07-27T18:52:44.316 INFO:tasks.workunit.client.0.smithi029.stdout:op 3591 completed, throughput=4.99MB/sec 2024-07-27T18:52:44.316 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-utngaM7k_7NCm2e off=6303747 len=449975 2024-07-27T18:52:44.320 INFO:tasks.workunit.client.0.smithi029.stdout:op 3592 completed, throughput=4.99MB/sec 2024-07-27T18:52:44.320 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-p0ajurh8UZQ9RsV off=4058267 len=1183494 2024-07-27T18:52:44.323 INFO:tasks.workunit.client.0.smithi029.stdout:op 3593 completed, throughput=5MB/sec 2024-07-27T18:52:44.323 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9z2az6X7yDEEbr9 off=1044418 len=866122 2024-07-27T18:52:44.325 INFO:tasks.workunit.client.0.smithi029.stdout:op 3594 completed, throughput=5MB/sec 2024-07-27T18:52:44.325 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uKy5BflUbUbfw4u off=5352377 len=2092510 2024-07-27T18:52:44.347 INFO:tasks.workunit.client.0.smithi029.stdout:op 3595 completed, throughput=5MB/sec 2024-07-27T18:52:44.347 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DqFH8tXDMVowTH- off=22607220 len=1063882 2024-07-27T18:52:44.351 INFO:tasks.workunit.client.0.smithi029.stdout:op 3596 completed, throughput=5MB/sec 2024-07-27T18:52:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:44 smithi029 ceph-mon[96870]: pgmap v1768: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:52:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:44 smithi029 ceph-mon[99353]: pgmap v1768: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:52:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:44 smithi179 ceph-mon[89801]: pgmap v1768: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:52:45.351 INFO:tasks.workunit.client.0.smithi029.stdout: 716: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:45.352 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lQWQemZ4d3ZukpZ off=2320618 len=1456207 2024-07-27T18:52:45.358 INFO:tasks.workunit.client.0.smithi029.stdout:op 3597 completed, throughput=5MB/sec 2024-07-27T18:52:45.358 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wo_1lypVaVBIH4R off=3267900 len=1335220 2024-07-27T18:52:45.360 INFO:tasks.workunit.client.0.smithi029.stdout:op 3598 completed, throughput=5MB/sec 2024-07-27T18:52:45.360 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3l-J6nhL3Qp_D3J off=6224405 len=525130 2024-07-27T18:52:45.365 INFO:tasks.workunit.client.0.smithi029.stdout:op 3599 completed, throughput=5MB/sec 2024-07-27T18:52:45.365 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Z1-NmlumFBGxSIi off=2018412 len=1213067 2024-07-27T18:52:45.366 INFO:tasks.workunit.client.0.smithi029.stdout:op 3600 completed, throughput=5MB/sec 2024-07-27T18:52:46.367 INFO:tasks.workunit.client.0.smithi029.stdout: 717: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:46.367 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SUjuUiC-X2lDLIV off=1263334 len=1253254 2024-07-27T18:52:46.370 INFO:tasks.workunit.client.0.smithi029.stdout:op 3601 completed, throughput=5MB/sec 2024-07-27T18:52:46.370 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pzesJ8P_PErCALm off=5982021 len=576200 2024-07-27T18:52:46.371 INFO:tasks.workunit.client.0.smithi029.stdout:op 3602 completed, throughput=5MB/sec 2024-07-27T18:52:46.371 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-37DJZqp2QgSjG4t off=12885874 len=1584159 2024-07-27T18:52:46.379 INFO:tasks.workunit.client.0.smithi029.stdout:op 3603 completed, throughput=5MB/sec 2024-07-27T18:52:46.380 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-W-hpE2ypRCzYeX4 off=728502 len=1799115 2024-07-27T18:52:46.389 INFO:tasks.workunit.client.0.smithi029.stdout:op 3604 completed, throughput=5MB/sec 2024-07-27T18:52:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:46 smithi029 ceph-mon[96870]: pgmap v1769: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:52:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:46 smithi029 ceph-mon[99353]: pgmap v1769: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:52:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:46 smithi179 ceph-mon[89801]: pgmap v1769: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:52:47.390 INFO:tasks.workunit.client.0.smithi029.stdout: 718: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:47.390 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BfG5V-axl5pCruA off=16063455 len=692385 2024-07-27T18:52:47.391 INFO:tasks.workunit.client.0.smithi029.stdout:op 3605 completed, throughput=4.99MB/sec 2024-07-27T18:52:47.391 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7-eqJrGSG_tuSDF off=6012294 len=442587 2024-07-27T18:52:47.392 INFO:tasks.workunit.client.0.smithi029.stdout:op 3606 completed, throughput=4.99MB/sec 2024-07-27T18:52:47.392 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oZz4EZwOepztwpc off=21567993 len=2000093 2024-07-27T18:52:47.401 INFO:tasks.workunit.client.0.smithi029.stdout:op 3607 completed, throughput=5MB/sec 2024-07-27T18:52:47.401 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wc3dl0-mLx5rWoG off=23681406 len=467189 2024-07-27T18:52:47.403 INFO:tasks.workunit.client.0.smithi029.stdout:op 3608 completed, throughput=5MB/sec 2024-07-27T18:52:47.403 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cj3CIEF1Dj8ZmZo off=198063 len=392837 2024-07-27T18:52:47.406 INFO:tasks.workunit.client.0.smithi029.stdout:op 3609 completed, throughput=5MB/sec 2024-07-27T18:52:47.406 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xTFpPjGC_33cGUK off=82171 len=1217866 2024-07-27T18:52:47.408 INFO:tasks.workunit.client.0.smithi029.stdout:op 3610 completed, throughput=5MB/sec 2024-07-27T18:52:47.408 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZJbmwMwZKvPW8jl off=5072810 len=1290537 2024-07-27T18:52:47.413 INFO:tasks.workunit.client.0.smithi029.stdout:op 3611 completed, throughput=5MB/sec 2024-07-27T18:52:48.414 INFO:tasks.workunit.client.0.smithi029.stdout: 719: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:48.414 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3JfbVnLmpbgEupU off=3661851 len=904908 2024-07-27T18:52:48.419 INFO:tasks.workunit.client.0.smithi029.stdout:op 3612 completed, throughput=5MB/sec 2024-07-27T18:52:48.419 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nKTOmMayCPEUbZa off=11645066 len=1765961 2024-07-27T18:52:48.426 INFO:tasks.workunit.client.0.smithi029.stdout:op 3613 completed, throughput=5MB/sec 2024-07-27T18:52:48.426 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QFRntqd3JOgiHMF off=5253439 len=456696 2024-07-27T18:52:48.427 INFO:tasks.workunit.client.0.smithi029.stdout:op 3614 completed, throughput=5MB/sec 2024-07-27T18:52:48.427 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-enlKx0BfwKjNGSZ off=17321568 len=1734043 2024-07-27T18:52:48.437 INFO:tasks.workunit.client.0.smithi029.stdout:op 3615 completed, throughput=5MB/sec 2024-07-27T18:52:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:48 smithi029 ceph-mon[96870]: pgmap v1770: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:52:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:48 smithi029 ceph-mon[99353]: pgmap v1770: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:52:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:48 smithi179 ceph-mon[89801]: pgmap v1770: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:52:49.437 INFO:tasks.workunit.client.0.smithi029.stdout: 720: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:49.437 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kTpGLBtdL4CcJ5J off=1657784 len=651756 2024-07-27T18:52:49.441 INFO:tasks.workunit.client.0.smithi029.stdout:op 3616 completed, throughput=4.99MB/sec 2024-07-27T18:52:49.441 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-my4YPhjwrOdNxvU off=6263172 len=2054037 2024-07-27T18:52:49.453 INFO:tasks.workunit.client.0.smithi029.stdout:op 3617 completed, throughput=5MB/sec 2024-07-27T18:52:49.453 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fr6xljMxmL1jCKn off=765457 len=1211819 2024-07-27T18:52:49.455 INFO:tasks.workunit.client.0.smithi029.stdout:op 3618 completed, throughput=5MB/sec 2024-07-27T18:52:49.455 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-De9-epjGEN-cNK4 off=3441104 len=1829817 2024-07-27T18:52:49.456 INFO:tasks.workunit.client.0.smithi029.stdout:op 3619 completed, throughput=5MB/sec 2024-07-27T18:52:50.457 INFO:tasks.workunit.client.0.smithi029.stdout: 721: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:50.457 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4zSEWajUGyRo_r7 off=1040630 len=316443 2024-07-27T18:52:50.458 INFO:tasks.workunit.client.0.smithi029.stdout:op 3620 completed, throughput=4.99MB/sec 2024-07-27T18:52:50.458 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Cz9Nss_IxZIEKJu off=10073155 len=673173 2024-07-27T18:52:50.459 INFO:tasks.workunit.client.0.smithi029.stdout:op 3621 completed, throughput=5MB/sec 2024-07-27T18:52:50.459 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iG11DZenidr1sQ6 off=19601206 len=1371201 2024-07-27T18:52:50.461 INFO:tasks.workunit.client.0.smithi029.stdout:op 3622 completed, throughput=5MB/sec 2024-07-27T18:52:50.461 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Avs0I7wkyHtugDV off=18129909 len=1364473 2024-07-27T18:52:50.463 INFO:tasks.workunit.client.0.smithi029.stdout:op 3623 completed, throughput=5MB/sec 2024-07-27T18:52:50.463 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nUyDU6T0jyGLvoc off=1103984 len=322361 2024-07-27T18:52:50.464 INFO:tasks.workunit.client.0.smithi029.stdout:op 3624 completed, throughput=5MB/sec 2024-07-27T18:52:50.464 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jpPtZYO-cxjJiEq off=11330470 len=1603281 2024-07-27T18:52:50.466 INFO:tasks.workunit.client.0.smithi029.stdout:op 3625 completed, throughput=5MB/sec 2024-07-27T18:52:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:50 smithi029 ceph-mon[96870]: pgmap v1771: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:52:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:50 smithi029 ceph-mon[99353]: pgmap v1771: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:52:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:50 smithi179 ceph-mon[89801]: pgmap v1771: 105 pgs: 105 active+clean; 127 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:52:51.467 INFO:tasks.workunit.client.0.smithi029.stdout: 722: throughput=5MB/sec pending data=0 2024-07-27T18:52:51.467 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Tn9zCb4Ndj-pO3j off=2416607 len=1983241 2024-07-27T18:52:51.478 INFO:tasks.workunit.client.0.smithi029.stdout:op 3626 completed, throughput=5MB/sec 2024-07-27T18:52:51.478 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DhVJpAZT6W0gESs off=4634831 len=442138 2024-07-27T18:52:51.479 INFO:tasks.workunit.client.0.smithi029.stdout:op 3627 completed, throughput=5MB/sec 2024-07-27T18:52:51.479 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rxVExZXFU-BLxav off=2931835 len=364661 2024-07-27T18:52:51.483 INFO:tasks.workunit.client.0.smithi029.stdout:op 3628 completed, throughput=5MB/sec 2024-07-27T18:52:51.483 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DY--L-6DFhcVQk7 off=11480930 len=2088501 2024-07-27T18:52:51.485 INFO:tasks.workunit.client.0.smithi029.stdout:op 3629 completed, throughput=5MB/sec 2024-07-27T18:52:52.486 INFO:tasks.workunit.client.0.smithi029.stdout: 723: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:52.487 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-plEWKjdbz9MD2TD off=1939964 len=1710288 2024-07-27T18:52:52.496 INFO:tasks.workunit.client.0.smithi029.stdout:op 3630 completed, throughput=5MB/sec 2024-07-27T18:52:52.496 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PskvMww5abQCEF9 off=395913 len=871231 2024-07-27T18:52:52.501 INFO:tasks.workunit.client.0.smithi029.stdout:op 3631 completed, throughput=5MB/sec 2024-07-27T18:52:52.501 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZDmx3Za4KXHYrng off=1693628 len=1367357 2024-07-27T18:52:52.509 INFO:tasks.workunit.client.0.smithi029.stdout:op 3632 completed, throughput=5MB/sec 2024-07-27T18:52:52.509 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eOt47_cu-7aJ6hZ off=14249365 len=258940 2024-07-27T18:52:52.510 INFO:tasks.workunit.client.0.smithi029.stdout:op 3633 completed, throughput=5MB/sec 2024-07-27T18:52:52.510 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-G6_tTJdaSONRtpX off=940917 len=1736935 2024-07-27T18:52:52.512 INFO:tasks.workunit.client.0.smithi029.stdout:op 3634 completed, throughput=5MB/sec 2024-07-27T18:52:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:52 smithi029 ceph-mon[96870]: pgmap v1772: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:52:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:52 smithi029 ceph-mon[99353]: pgmap v1772: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:52:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:52:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:52:52] "GET /metrics HTTP/1.1" 200 34048 "" "Prometheus/2.43.0" 2024-07-27T18:52:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:52 smithi179 ceph-mon[89801]: pgmap v1772: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:52:53.512 INFO:tasks.workunit.client.0.smithi029.stdout: 724: throughput=5MB/sec pending data=0 2024-07-27T18:52:53.512 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-k8MXwIobH3oIeI3 off=12452329 len=1214323 2024-07-27T18:52:53.514 INFO:tasks.workunit.client.0.smithi029.stdout:op 3635 completed, throughput=5MB/sec 2024-07-27T18:52:53.514 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2_2slerNmifc48f off=4856654 len=1886759 2024-07-27T18:52:53.526 INFO:tasks.workunit.client.0.smithi029.stdout:op 3636 completed, throughput=5MB/sec 2024-07-27T18:52:53.526 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s3YxVaPoNfOkqmJ off=4140904 len=740177 2024-07-27T18:52:53.527 INFO:tasks.workunit.client.0.smithi029.stdout:op 3637 completed, throughput=5MB/sec 2024-07-27T18:52:54.530 INFO:tasks.workunit.client.0.smithi029.stdout: 725: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:54.530 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-W8-QrScSewGw448 off=9705107 len=165683 2024-07-27T18:52:54.530 INFO:tasks.workunit.client.0.smithi029.stdout:op 3638 completed, throughput=4.99MB/sec 2024-07-27T18:52:54.531 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2YFuxwX7mBmFvmD off=3181511 len=529694 2024-07-27T18:52:54.532 INFO:tasks.workunit.client.0.smithi029.stdout:op 3639 completed, throughput=4.99MB/sec 2024-07-27T18:52:54.532 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PiSH0JW1Gr7RJda off=14736809 len=1988321 2024-07-27T18:52:54.544 INFO:tasks.workunit.client.0.smithi029.stdout:op 3640 completed, throughput=5MB/sec 2024-07-27T18:52:54.544 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VBrEGUlnbStcFvO off=1764394 len=1156867 2024-07-27T18:52:54.550 INFO:tasks.workunit.client.0.smithi029.stdout:op 3641 completed, throughput=5MB/sec 2024-07-27T18:52:54.550 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HiKAwwaJbvSMTji off=4215386 len=957118 2024-07-27T18:52:54.555 INFO:tasks.workunit.client.0.smithi029.stdout:op 3642 completed, throughput=5MB/sec 2024-07-27T18:52:54.555 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hmnkWjjI3tj2L26 off=10237360 len=777572 2024-07-27T18:52:54.560 INFO:tasks.workunit.client.0.smithi029.stdout:op 3643 completed, throughput=5MB/sec 2024-07-27T18:52:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:54 smithi179 ceph-mon[89801]: pgmap v1773: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:52:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:52:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:54 smithi029 ceph-mon[96870]: pgmap v1773: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:52:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:52:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:54 smithi029 ceph-mon[99353]: pgmap v1773: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:52:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:52:55.561 INFO:tasks.workunit.client.0.smithi029.stdout: 726: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:55.561 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QBBoO37BaOxhQUd off=4762069 len=46813 2024-07-27T18:52:55.561 INFO:tasks.workunit.client.0.smithi029.stdout:op 3644 completed, throughput=4.99MB/sec 2024-07-27T18:52:55.561 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Pr_KIj1O-c1Trcs off=10999634 len=1662927 2024-07-27T18:52:55.564 INFO:tasks.workunit.client.0.smithi029.stdout:op 3645 completed, throughput=5MB/sec 2024-07-27T18:52:55.564 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I4VaCbaVsq4479C off=4117893 len=716438 2024-07-27T18:52:55.565 INFO:tasks.workunit.client.0.smithi029.stdout:op 3646 completed, throughput=5MB/sec 2024-07-27T18:52:55.565 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fM9WhR-g6aPWQVR off=9932492 len=752057 2024-07-27T18:52:55.566 INFO:tasks.workunit.client.0.smithi029.stdout:op 3647 completed, throughput=5MB/sec 2024-07-27T18:52:55.566 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fYKlqx7-lJqRSam off=483997 len=1166084 2024-07-27T18:52:55.568 INFO:tasks.workunit.client.0.smithi029.stdout:op 3648 completed, throughput=5MB/sec 2024-07-27T18:52:55.568 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0vSdnPQSoUQ1EBc off=736774 len=714410 2024-07-27T18:52:55.568 INFO:tasks.workunit.client.0.smithi029.stdout:op 3649 completed, throughput=5MB/sec 2024-07-27T18:52:55.569 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dNmJHGRP_7AeArF off=923192 len=475116 2024-07-27T18:52:55.573 INFO:tasks.workunit.client.0.smithi029.stdout:op 3650 completed, throughput=5MB/sec 2024-07-27T18:52:56.574 INFO:tasks.workunit.client.0.smithi029.stdout: 727: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:56.574 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Jse21dH375VYwES off=5027931 len=29268 2024-07-27T18:52:56.574 INFO:tasks.workunit.client.0.smithi029.stdout:op 3651 completed, throughput=4.99MB/sec 2024-07-27T18:52:56.575 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bjgXoVVg_WCJlEz off=5639189 len=1080464 2024-07-27T18:52:56.577 INFO:tasks.workunit.client.0.smithi029.stdout:op 3652 completed, throughput=5MB/sec 2024-07-27T18:52:56.577 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wnYkd4Wi03u5Zb3 off=19139241 len=1144237 2024-07-27T18:52:56.579 INFO:tasks.workunit.client.0.smithi029.stdout:op 3653 completed, throughput=5MB/sec 2024-07-27T18:52:56.579 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4JcafvFEr624_zi off=5999055 len=738287 2024-07-27T18:52:56.585 INFO:tasks.workunit.client.0.smithi029.stdout:op 3654 completed, throughput=5MB/sec 2024-07-27T18:52:56.585 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZfDafyiaAeNjttZ off=410977 len=356029 2024-07-27T18:52:56.588 INFO:tasks.workunit.client.0.smithi029.stdout:op 3655 completed, throughput=5MB/sec 2024-07-27T18:52:56.588 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3Y-kMRN57Ujejqa off=3050570 len=203812 2024-07-27T18:52:56.589 INFO:tasks.workunit.client.0.smithi029.stdout:op 3656 completed, throughput=5MB/sec 2024-07-27T18:52:56.589 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--X8p0u3H4js6pos off=15258477 len=1744405 2024-07-27T18:52:56.596 INFO:tasks.workunit.client.0.smithi029.stdout:op 3657 completed, throughput=5MB/sec 2024-07-27T18:52:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:56 smithi179 ceph-mon[89801]: pgmap v1774: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:52:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:56 smithi029 ceph-mon[96870]: pgmap v1774: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:52:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:56 smithi029 ceph-mon[99353]: pgmap v1774: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:52:57.598 INFO:tasks.workunit.client.0.smithi029.stdout: 728: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:57.598 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-n2wx1AF61r_utE9 off=14526242 len=510111 2024-07-27T18:52:57.599 INFO:tasks.workunit.client.0.smithi029.stdout:op 3658 completed, throughput=4.99MB/sec 2024-07-27T18:52:57.599 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aRFV0OjnU5BfLIY off=374925 len=506385 2024-07-27T18:52:57.602 INFO:tasks.workunit.client.0.smithi029.stdout:op 3659 completed, throughput=4.99MB/sec 2024-07-27T18:52:57.602 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pZT_dOc9rXmNXXT off=1997365 len=1177217 2024-07-27T18:52:57.603 INFO:tasks.workunit.client.0.smithi029.stdout:op 3660 completed, throughput=5MB/sec 2024-07-27T18:52:57.604 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EEkYLOFux0698F9 off=79136 len=53809 2024-07-27T18:52:57.606 INFO:tasks.workunit.client.0.smithi029.stdout:op 3661 completed, throughput=5MB/sec 2024-07-27T18:52:57.606 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q-Es_2xY6gLwjEC off=8916131 len=331154 2024-07-27T18:52:57.607 INFO:tasks.workunit.client.0.smithi029.stdout:op 3662 completed, throughput=5MB/sec 2024-07-27T18:52:57.607 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3XxdDieSiquEUif off=5743044 len=1241993 2024-07-27T18:52:57.608 INFO:tasks.workunit.client.0.smithi029.stdout:op 3663 completed, throughput=5MB/sec 2024-07-27T18:52:57.608 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tm0x7AJJ2j6ER7b off=15499936 len=998581 2024-07-27T18:52:57.613 INFO:tasks.workunit.client.0.smithi029.stdout:op 3664 completed, throughput=5MB/sec 2024-07-27T18:52:57.613 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--5Pw0dY9M6cfuol off=10515145 len=1854726 2024-07-27T18:52:57.624 INFO:tasks.workunit.client.0.smithi029.stdout:op 3665 completed, throughput=5MB/sec 2024-07-27T18:52:58.624 INFO:tasks.workunit.client.0.smithi029.stdout: 729: throughput=5MB/sec pending data=0 2024-07-27T18:52:58.625 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-y7U4J9_1DhnXIQh off=23121015 len=166094 2024-07-27T18:52:58.625 INFO:tasks.workunit.client.0.smithi029.stdout:op 3666 completed, throughput=5MB/sec 2024-07-27T18:52:58.625 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-k6vh_Z68TTOouob off=715223 len=175387 2024-07-27T18:52:58.627 INFO:tasks.workunit.client.0.smithi029.stdout:op 3667 completed, throughput=5MB/sec 2024-07-27T18:52:58.627 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e9nWt3wQnMExnKV off=16102015 len=1381295 2024-07-27T18:52:58.629 INFO:tasks.workunit.client.0.smithi029.stdout:op 3668 completed, throughput=5MB/sec 2024-07-27T18:52:58.629 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ad9Buzh3VnnAkP3 off=5293451 len=224684 2024-07-27T18:52:58.629 INFO:tasks.workunit.client.0.smithi029.stdout:op 3669 completed, throughput=5MB/sec 2024-07-27T18:52:58.629 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zZEvnzKW8cpRwu1 off=2946817 len=1582210 2024-07-27T18:52:58.632 INFO:tasks.workunit.client.0.smithi029.stdout:op 3670 completed, throughput=5MB/sec 2024-07-27T18:52:58.632 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7fxdzdpCF-CUASe off=1969065 len=218655 2024-07-27T18:52:58.633 INFO:tasks.workunit.client.0.smithi029.stdout:op 3671 completed, throughput=5MB/sec 2024-07-27T18:52:58.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:52:58 smithi029 ceph-mon[96870]: pgmap v1775: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:52:58.804 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:52:58 smithi029 ceph-mon[99353]: pgmap v1775: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:52:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:52:58 smithi179 ceph-mon[89801]: pgmap v1775: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:52:59.633 INFO:tasks.workunit.client.0.smithi029.stdout: 730: throughput=4.99MB/sec pending data=0 2024-07-27T18:52:59.634 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QrxZAJKqmhHIOhi off=876783 len=881353 2024-07-27T18:52:59.639 INFO:tasks.workunit.client.0.smithi029.stdout:op 3672 completed, throughput=4.99MB/sec 2024-07-27T18:52:59.639 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vH1X-c_0ByA7ofO off=6248772 len=1478983 2024-07-27T18:52:59.640 INFO:tasks.workunit.client.0.smithi029.stdout:op 3673 completed, throughput=5MB/sec 2024-07-27T18:52:59.641 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-u_XcBPCSQNH8ybn off=101556 len=1498242 2024-07-27T18:52:59.647 INFO:tasks.workunit.client.0.smithi029.stdout:op 3674 completed, throughput=5MB/sec 2024-07-27T18:52:59.648 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GWX81OxzUlOwToE off=12436668 len=1355090 2024-07-27T18:52:59.653 INFO:tasks.workunit.client.0.smithi029.stdout:op 3675 completed, throughput=5MB/sec 2024-07-27T18:52:59.653 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lj5pQ_zO5pLD5HS off=3809542 len=994552 2024-07-27T18:52:59.654 INFO:tasks.workunit.client.0.smithi029.stdout:op 3676 completed, throughput=5MB/sec 2024-07-27T18:53:00.654 INFO:tasks.workunit.client.0.smithi029.stdout: 731: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:00.654 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_J3Nu3r8sNFARhN off=1000236 len=1983398 2024-07-27T18:53:00.656 INFO:tasks.workunit.client.0.smithi029.stdout:op 3677 completed, throughput=5MB/sec 2024-07-27T18:53:00.657 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--T9_JcrI1JAWI5i off=7607486 len=1174000 2024-07-27T18:53:00.666 INFO:tasks.workunit.client.0.smithi029.stdout:op 3678 completed, throughput=5MB/sec 2024-07-27T18:53:00.666 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9N9i21z1qc7WA_S off=10298679 len=1457489 2024-07-27T18:53:00.668 INFO:tasks.workunit.client.0.smithi029.stdout:op 3679 completed, throughput=5MB/sec 2024-07-27T18:53:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:00 smithi179 ceph-mon[89801]: pgmap v1776: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:53:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:00 smithi029 ceph-mon[96870]: pgmap v1776: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:53:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:00 smithi029 ceph-mon[99353]: pgmap v1776: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:53:01.669 INFO:tasks.workunit.client.0.smithi029.stdout: 732: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:01.669 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8qSrJ4qVGuFqNYx off=6593219 len=1715170 2024-07-27T18:53:01.679 INFO:tasks.workunit.client.0.smithi029.stdout:op 3680 completed, throughput=5MB/sec 2024-07-27T18:53:01.679 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-O_-w_IAqPSGu92K off=1566226 len=833226 2024-07-27T18:53:01.684 INFO:tasks.workunit.client.0.smithi029.stdout:op 3681 completed, throughput=5MB/sec 2024-07-27T18:53:01.684 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qX0-D9DKXfvqZtH off=4176966 len=1960130 2024-07-27T18:53:01.696 INFO:tasks.workunit.client.0.smithi029.stdout:op 3682 completed, throughput=5MB/sec 2024-07-27T18:53:01.696 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-r4yaNWug7R3PK9W off=2090472 len=414677 2024-07-27T18:53:01.699 INFO:tasks.workunit.client.0.smithi029.stdout:op 3683 completed, throughput=5MB/sec 2024-07-27T18:53:01.699 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tGpTwO2qyltcqKR off=6039078 len=1980243 2024-07-27T18:53:01.707 INFO:tasks.workunit.client.0.smithi029.stdout:op 3684 completed, throughput=5MB/sec 2024-07-27T18:53:02.708 INFO:tasks.workunit.client.0.smithi029.stdout: 733: throughput=5MB/sec pending data=0 2024-07-27T18:53:02.708 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xQFyVxQ339-Oh_6 off=457194 len=1777631 2024-07-27T18:53:02.710 INFO:tasks.workunit.client.0.smithi029.stdout:op 3685 completed, throughput=5MB/sec 2024-07-27T18:53:02.710 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3vqZu1OkSAsmVjw off=3611800 len=216511 2024-07-27T18:53:02.713 INFO:tasks.workunit.client.0.smithi029.stdout:op 3686 completed, throughput=5MB/sec 2024-07-27T18:53:02.713 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YB5PBHnqySI-Izf off=7555381 len=621989 2024-07-27T18:53:02.718 INFO:tasks.workunit.client.0.smithi029.stdout:op 3687 completed, throughput=5MB/sec 2024-07-27T18:53:02.719 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-geW41sGcqezBPY3 off=4341098 len=298667 2024-07-27T18:53:02.719 INFO:tasks.workunit.client.0.smithi029.stdout:op 3688 completed, throughput=5MB/sec 2024-07-27T18:53:02.719 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ur9vFUdTcntW1BS off=2674947 len=1194179 2024-07-27T18:53:02.719 INFO:tasks.workunit.client.0.smithi029.stdout:op 3689 completed, throughput=5MB/sec 2024-07-27T18:53:02.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:02 smithi029 ceph-mon[96870]: pgmap v1777: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:53:02.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:02 smithi029 ceph-mon[99353]: pgmap v1777: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:53:02.753 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:53:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:53:02] "GET /metrics HTTP/1.1" 200 34044 "" "Prometheus/2.43.0" 2024-07-27T18:53:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:02 smithi179 ceph-mon[89801]: pgmap v1777: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:53:03.718 INFO:tasks.workunit.client.0.smithi029.stdout: 734: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:03.718 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_VOHZFJEuJ9kqY5 off=6639602 len=903473 2024-07-27T18:53:03.719 INFO:tasks.workunit.client.0.smithi029.stdout:op 3690 completed, throughput=5MB/sec 2024-07-27T18:53:03.719 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-g84WBPIjZ6_RFno off=16963834 len=475043 2024-07-27T18:53:03.724 INFO:tasks.workunit.client.0.smithi029.stdout:op 3691 completed, throughput=5MB/sec 2024-07-27T18:53:03.724 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8GWImP1PYWOGBBe off=16205165 len=957438 2024-07-27T18:53:03.725 INFO:tasks.workunit.client.0.smithi029.stdout:op 3692 completed, throughput=5MB/sec 2024-07-27T18:53:03.725 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ssCxhDFAa0PIk4q off=6408455 len=1744270 2024-07-27T18:53:03.738 INFO:tasks.workunit.client.0.smithi029.stdout:op 3693 completed, throughput=5MB/sec 2024-07-27T18:53:03.738 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VlPGZSkyFmsMFRG off=10090908 len=849879 2024-07-27T18:53:03.739 INFO:tasks.workunit.client.0.smithi029.stdout:op 3694 completed, throughput=5MB/sec 2024-07-27T18:53:04.737 INFO:tasks.workunit.client.0.smithi029.stdout: 735: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:04.737 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-B1yqX6_vmD-wj_S off=8409073 len=802189 2024-07-27T18:53:04.738 INFO:tasks.workunit.client.0.smithi029.stdout:op 3695 completed, throughput=4.99MB/sec 2024-07-27T18:53:04.738 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JgCMXAeGP40ScKf off=232079 len=2046020 2024-07-27T18:53:04.752 INFO:tasks.workunit.client.0.smithi029.stdout:op 3696 completed, throughput=5MB/sec 2024-07-27T18:53:04.752 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-O_QLKfXhwsC4W6N off=13622501 len=1666411 2024-07-27T18:53:04.762 INFO:tasks.workunit.client.0.smithi029.stdout:op 3697 completed, throughput=5MB/sec 2024-07-27T18:53:04.762 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QIW6UPBqs--tuSe off=7456564 len=1723398 2024-07-27T18:53:04.764 INFO:tasks.workunit.client.0.smithi029.stdout:op 3698 completed, throughput=5MB/sec 2024-07-27T18:53:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:04 smithi179 ceph-mon[89801]: pgmap v1778: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:53:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:04 smithi029 ceph-mon[96870]: pgmap v1778: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:53:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:04 smithi029 ceph-mon[99353]: pgmap v1778: 105 pgs: 105 active+clean; 127 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:53:05.765 INFO:tasks.workunit.client.0.smithi029.stdout: 736: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:05.765 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6DavGRP_iGk7sSc off=2966047 len=126998 2024-07-27T18:53:05.765 INFO:tasks.workunit.client.0.smithi029.stdout:op 3699 completed, throughput=4.99MB/sec 2024-07-27T18:53:05.765 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lyvr6RQeVF3jpEI off=771687 len=921425 2024-07-27T18:53:05.768 INFO:tasks.workunit.client.0.smithi029.stdout:op 3700 completed, throughput=5MB/sec 2024-07-27T18:53:05.768 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NbxJdlw2lxPBr1G off=459367 len=755469 2024-07-27T18:53:05.772 INFO:tasks.workunit.client.0.smithi029.stdout:op 3701 completed, throughput=5MB/sec 2024-07-27T18:53:05.772 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Xzc_qG-_ymOOJIj off=9133020 len=701831 2024-07-27T18:53:05.774 INFO:tasks.workunit.client.0.smithi029.stdout:op 3702 completed, throughput=5MB/sec 2024-07-27T18:53:05.774 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZmZPn-LyaiqDOjc off=14675737 len=874920 2024-07-27T18:53:05.778 INFO:tasks.workunit.client.0.smithi029.stdout:op 3703 completed, throughput=5MB/sec 2024-07-27T18:53:05.778 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ut28k1yjrO9q3zy off=15642958 len=105043 2024-07-27T18:53:05.784 INFO:tasks.workunit.client.0.smithi029.stdout:op 3704 completed, throughput=5MB/sec 2024-07-27T18:53:05.784 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2XUue1oLCt8Hpps off=1793116 len=964793 2024-07-27T18:53:05.784 INFO:tasks.workunit.client.0.smithi029.stdout:op 3705 completed, throughput=5MB/sec 2024-07-27T18:53:06.786 INFO:tasks.workunit.client.0.smithi029.stdout: 737: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:06.786 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HRxou2MIL5X0NLr off=4482978 len=996540 2024-07-27T18:53:06.790 INFO:tasks.workunit.client.0.smithi029.stdout:op 3706 completed, throughput=4.99MB/sec 2024-07-27T18:53:06.790 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-D8euWlYEwz5GT4E off=7155158 len=1580563 2024-07-27T18:53:06.803 INFO:tasks.workunit.client.0.smithi029.stdout:op 3707 completed, throughput=5MB/sec 2024-07-27T18:53:06.803 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qb0feRlLeHgcirt off=5973916 len=1062377 2024-07-27T18:53:06.803 INFO:tasks.workunit.client.0.smithi029.stdout:op 3708 completed, throughput=5MB/sec 2024-07-27T18:53:06.803 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8ExpC1Og8uB-7V4 off=712766 len=789009 2024-07-27T18:53:06.805 INFO:tasks.workunit.client.0.smithi029.stdout:op 3709 completed, throughput=5MB/sec 2024-07-27T18:53:06.805 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xn1efZ-yYUxX04V off=5044220 len=7115 2024-07-27T18:53:06.805 INFO:tasks.workunit.client.0.smithi029.stdout:op 3710 completed, throughput=5MB/sec 2024-07-27T18:53:06.805 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wGIcBVbu3dLR927 off=932701 len=1851299 2024-07-27T18:53:06.807 INFO:tasks.workunit.client.0.smithi029.stdout:op 3711 completed, throughput=5MB/sec 2024-07-27T18:53:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:06 smithi179 ceph-mon[89801]: pgmap v1779: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:53:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:06 smithi029 ceph-mon[96870]: pgmap v1779: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:53:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:06 smithi029 ceph-mon[99353]: pgmap v1779: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:53:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: 738: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:07.808 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Cd1spqTbI7mJm2b off=2488703 len=1443634 2024-07-27T18:53:07.810 INFO:tasks.workunit.client.0.smithi029.stdout:op 3712 completed, throughput=5MB/sec 2024-07-27T18:53:07.810 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6YjQZZNNEfW6qWQ off=4153734 len=1485997 2024-07-27T18:53:07.812 INFO:tasks.workunit.client.0.smithi029.stdout:op 3713 completed, throughput=5MB/sec 2024-07-27T18:53:07.812 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y2QUzUoMcoijfJv off=6963589 len=1299452 2024-07-27T18:53:07.819 INFO:tasks.workunit.client.0.smithi029.stdout:op 3714 completed, throughput=5MB/sec 2024-07-27T18:53:07.819 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-V38s6JefNoHOB7_ off=3618138 len=419798 2024-07-27T18:53:07.819 INFO:tasks.workunit.client.0.smithi029.stdout:op 3715 completed, throughput=5MB/sec 2024-07-27T18:53:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: 739: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:08.820 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JVvNlNkJu3yJRqD off=8336190 len=1553563 2024-07-27T18:53:08.829 INFO:tasks.workunit.client.0.smithi029.stdout:op 3716 completed, throughput=5MB/sec 2024-07-27T18:53:08.829 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xrzHIIkGijpeFM- off=1350833 len=308887 2024-07-27T18:53:08.832 INFO:tasks.workunit.client.0.smithi029.stdout:op 3717 completed, throughput=5MB/sec 2024-07-27T18:53:08.832 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-silQq28fGUAMsip off=1484170 len=2005121 2024-07-27T18:53:08.841 INFO:tasks.workunit.client.0.smithi029.stdout:op 3718 completed, throughput=5MB/sec 2024-07-27T18:53:08.841 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2RpqFx4rCvo2N_W off=4251659 len=769846 2024-07-27T18:53:08.845 INFO:tasks.workunit.client.0.smithi029.stdout:op 3719 completed, throughput=5MB/sec 2024-07-27T18:53:08.845 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oMqjmCXAwAhjghi off=21550735 len=876829 2024-07-27T18:53:08.846 INFO:tasks.workunit.client.0.smithi029.stdout:op 3720 completed, throughput=5MB/sec 2024-07-27T18:53:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:08 smithi179 ceph-mon[89801]: pgmap v1780: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:53:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:08 smithi029 ceph-mon[96870]: pgmap v1780: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:53:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:08 smithi029 ceph-mon[99353]: pgmap v1780: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:53:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: 740: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:09.847 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YFmVXzQl6Quc5qO off=3463125 len=438571 2024-07-27T18:53:09.847 INFO:tasks.workunit.client.0.smithi029.stdout:op 3721 completed, throughput=4.99MB/sec 2024-07-27T18:53:09.848 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fSLVFsFZWjOYM2p off=4500249 len=542274 2024-07-27T18:53:09.852 INFO:tasks.workunit.client.0.smithi029.stdout:op 3722 completed, throughput=5MB/sec 2024-07-27T18:53:09.852 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Z0bK2jPUiy8MlO0 off=6031112 len=1337319 2024-07-27T18:53:09.859 INFO:tasks.workunit.client.0.smithi029.stdout:op 3723 completed, throughput=5MB/sec 2024-07-27T18:53:09.860 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MfDNqv7UtBsGszc off=5916278 len=2070902 2024-07-27T18:53:09.866 INFO:tasks.workunit.client.0.smithi029.stdout:op 3724 completed, throughput=5MB/sec 2024-07-27T18:53:09.867 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aApehjWt1BbzAS9 off=856931 len=807757 2024-07-27T18:53:09.868 INFO:tasks.workunit.client.0.smithi029.stdout:op 3725 completed, throughput=5MB/sec 2024-07-27T18:53:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:53:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:53:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:53:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: 741: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:10.868 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Be9USMMR3hN34tb off=3006971 len=1754963 2024-07-27T18:53:10.870 INFO:tasks.workunit.client.0.smithi029.stdout:op 3726 completed, throughput=5MB/sec 2024-07-27T18:53:10.871 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ArM0nL87R9Ew_YG off=3454446 len=1076562 2024-07-27T18:53:10.876 INFO:tasks.workunit.client.0.smithi029.stdout:op 3727 completed, throughput=5MB/sec 2024-07-27T18:53:10.876 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yhqzZeW_OQuSsvu off=2087029 len=337083 2024-07-27T18:53:10.877 INFO:tasks.workunit.client.0.smithi029.stdout:op 3728 completed, throughput=5MB/sec 2024-07-27T18:53:10.877 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1_-ezAi4huqZb9F off=2831038 len=1767033 2024-07-27T18:53:10.895 INFO:tasks.workunit.client.0.smithi029.stdout:op 3729 completed, throughput=5MB/sec 2024-07-27T18:53:10.895 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pLyDni1ewiUeWKY off=9702907 len=2081052 2024-07-27T18:53:10.903 INFO:tasks.workunit.client.0.smithi029.stdout:op 3730 completed, throughput=5MB/sec 2024-07-27T18:53:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:10 smithi179 ceph-mon[89801]: pgmap v1781: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:53:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:10 smithi029 ceph-mon[96870]: pgmap v1781: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:53:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:10 smithi029 ceph-mon[99353]: pgmap v1781: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:53:11.904 INFO:tasks.workunit.client.0.smithi029.stdout: 742: throughput=5MB/sec pending data=0 2024-07-27T18:53:11.904 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JGaVQMayU9Xfurq off=1065367 len=1038445 2024-07-27T18:53:11.905 INFO:tasks.workunit.client.0.smithi029.stdout:op 3731 completed, throughput=5MB/sec 2024-07-27T18:53:11.905 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bJ5sUufryZ0JBsb off=12091369 len=2021373 2024-07-27T18:53:11.915 INFO:tasks.workunit.client.0.smithi029.stdout:op 3732 completed, throughput=5MB/sec 2024-07-27T18:53:11.916 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-t4oUe-qGeTRlpdC off=0 len=1187917 2024-07-27T18:53:11.916 INFO:tasks.workunit.client.0.smithi029.stdout:op 3733 completed, throughput=5MB/sec 2024-07-27T18:53:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:12 smithi029 ceph-mon[96870]: pgmap v1782: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:12 smithi029 ceph-mon[99353]: pgmap v1782: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:53:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:53:12] "GET /metrics HTTP/1.1" 200 34048 "" "Prometheus/2.43.0" 2024-07-27T18:53:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:12 smithi179 ceph-mon[89801]: pgmap v1782: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:12.917 INFO:tasks.workunit.client.0.smithi029.stdout: 743: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:12.917 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-D_gNPsiGMZfGdwM off=17235134 len=747933 2024-07-27T18:53:12.922 INFO:tasks.workunit.client.0.smithi029.stdout:op 3734 completed, throughput=5MB/sec 2024-07-27T18:53:12.922 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eAiqhR3cq8tKv_H off=12206660 len=371695 2024-07-27T18:53:12.925 INFO:tasks.workunit.client.0.smithi029.stdout:op 3735 completed, throughput=5MB/sec 2024-07-27T18:53:12.926 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6zn-4uRlMcqVfPq off=18185142 len=84122 2024-07-27T18:53:12.928 INFO:tasks.workunit.client.0.smithi029.stdout:op 3736 completed, throughput=5MB/sec 2024-07-27T18:53:12.928 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oZOnaXiqVS51IIl off=10650094 len=1351478 2024-07-27T18:53:12.934 INFO:tasks.workunit.client.0.smithi029.stdout:op 3737 completed, throughput=5MB/sec 2024-07-27T18:53:12.934 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wBqDRk14NlbfSEu off=18910319 len=660454 2024-07-27T18:53:12.939 INFO:tasks.workunit.client.0.smithi029.stdout:op 3738 completed, throughput=5MB/sec 2024-07-27T18:53:12.939 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EJ8pTF80OGfUPQ_ off=993328 len=498624 2024-07-27T18:53:12.940 INFO:tasks.workunit.client.0.smithi029.stdout:op 3739 completed, throughput=5MB/sec 2024-07-27T18:53:12.940 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-N7kJsvkMKr98fib off=4586161 len=734761 2024-07-27T18:53:12.944 INFO:tasks.workunit.client.0.smithi029.stdout:op 3740 completed, throughput=5MB/sec 2024-07-27T18:53:12.944 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GYdRtUJnbzs7Le5 off=7074823 len=903343 2024-07-27T18:53:12.945 INFO:tasks.workunit.client.0.smithi029.stdout:op 3741 completed, throughput=5MB/sec 2024-07-27T18:53:13.945 INFO:tasks.workunit.client.0.smithi029.stdout: 744: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:13.945 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IhCPXW82XqaFhhB off=5040105 len=168397 2024-07-27T18:53:13.948 INFO:tasks.workunit.client.0.smithi029.stdout:op 3742 completed, throughput=4.99MB/sec 2024-07-27T18:53:13.948 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VesqxTdbnC9fKH4 off=5225626 len=1194324 2024-07-27T18:53:13.950 INFO:tasks.workunit.client.0.smithi029.stdout:op 3743 completed, throughput=5MB/sec 2024-07-27T18:53:13.950 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FlUf9m6riKbbKKA off=1118808 len=1055736 2024-07-27T18:53:13.952 INFO:tasks.workunit.client.0.smithi029.stdout:op 3744 completed, throughput=5MB/sec 2024-07-27T18:53:13.952 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tJuWB0OMOxYjh4s off=4046018 len=1108620 2024-07-27T18:53:13.953 INFO:tasks.workunit.client.0.smithi029.stdout:op 3745 completed, throughput=5MB/sec 2024-07-27T18:53:13.953 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oxdDg8ITDEBD6hM off=13059877 len=1396497 2024-07-27T18:53:13.954 INFO:tasks.workunit.client.0.smithi029.stdout:op 3746 completed, throughput=5MB/sec 2024-07-27T18:53:14.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:14 smithi179 ceph-mon[89801]: pgmap v1783: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:53:14.955 INFO:tasks.workunit.client.0.smithi029.stdout: 745: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:14.956 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pZANbvnX6W9-gIB off=1850120 len=326393 2024-07-27T18:53:14.959 INFO:tasks.workunit.client.0.smithi029.stdout:op 3747 completed, throughput=4.99MB/sec 2024-07-27T18:53:14.959 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GnhQIZGdGL9PjfT off=5379733 len=1598713 2024-07-27T18:53:14.970 INFO:tasks.workunit.client.0.smithi029.stdout:op 3748 completed, throughput=5MB/sec 2024-07-27T18:53:14.970 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DdSXe8KyzvsoyUf off=0 len=1113916 2024-07-27T18:53:14.976 INFO:tasks.workunit.client.0.smithi029.stdout:op 3749 completed, throughput=5MB/sec 2024-07-27T18:53:14.976 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Wx6UJmUvJmvt86L off=11653610 len=1644961 2024-07-27T18:53:14.978 INFO:tasks.workunit.client.0.smithi029.stdout:op 3750 completed, throughput=5MB/sec 2024-07-27T18:53:14.978 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hJB7Gh4GvArHmsM off=17332290 len=723838 2024-07-27T18:53:14.984 INFO:tasks.workunit.client.0.smithi029.stdout:op 3751 completed, throughput=5MB/sec 2024-07-27T18:53:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:14 smithi029 ceph-mon[96870]: pgmap v1783: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:53:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:14 smithi029 ceph-mon[99353]: pgmap v1783: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:53:15.983 INFO:tasks.workunit.client.0.smithi029.stdout: 746: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:15.983 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-J6ZVDPRH4P1v7ix off=18074889 len=296730 2024-07-27T18:53:15.986 INFO:tasks.workunit.client.0.smithi029.stdout:op 3752 completed, throughput=4.99MB/sec 2024-07-27T18:53:15.986 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HM9xfZUhWnqnIhO off=323809 len=653762 2024-07-27T18:53:15.990 INFO:tasks.workunit.client.0.smithi029.stdout:op 3753 completed, throughput=5MB/sec 2024-07-27T18:53:15.990 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YJkEnqrvb7x5jjC off=1660895 len=1366783 2024-07-27T18:53:15.992 INFO:tasks.workunit.client.0.smithi029.stdout:op 3754 completed, throughput=5MB/sec 2024-07-27T18:53:15.992 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BorctVzLJgfb984 off=653230 len=1431038 2024-07-27T18:53:15.999 INFO:tasks.workunit.client.0.smithi029.stdout:op 3755 completed, throughput=5MB/sec 2024-07-27T18:53:15.999 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4g9ZuzJAX5KH8dK off=9129607 len=516329 2024-07-27T18:53:16.003 INFO:tasks.workunit.client.0.smithi029.stdout:op 3756 completed, throughput=5MB/sec 2024-07-27T18:53:16.003 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sd7JaLrjjm1l8qL off=2596163 len=334357 2024-07-27T18:53:16.003 INFO:tasks.workunit.client.0.smithi029.stdout:op 3757 completed, throughput=5MB/sec 2024-07-27T18:53:16.004 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zju5h6qQijpckHk off=11037897 len=220829 2024-07-27T18:53:16.006 INFO:tasks.workunit.client.0.smithi029.stdout:op 3758 completed, throughput=5MB/sec 2024-07-27T18:53:16.006 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4l3_FAeqc9S5HL3 off=5043610 len=1981227 2024-07-27T18:53:16.010 INFO:tasks.workunit.client.0.smithi029.stdout:op 3759 completed, throughput=5MB/sec 2024-07-27T18:53:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:16 smithi179 ceph-mon[89801]: pgmap v1784: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.6 MiB/s wr, 6 op/s 2024-07-27T18:53:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:16 smithi029 ceph-mon[96870]: pgmap v1784: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.6 MiB/s wr, 6 op/s 2024-07-27T18:53:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:16 smithi029 ceph-mon[99353]: pgmap v1784: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.6 MiB/s wr, 6 op/s 2024-07-27T18:53:17.009 INFO:tasks.workunit.client.0.smithi029.stdout: 747: throughput=5MB/sec pending data=0 2024-07-27T18:53:17.009 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hLGf3KhqxIKBbQC off=545654 len=281155 2024-07-27T18:53:17.010 INFO:tasks.workunit.client.0.smithi029.stdout:op 3760 completed, throughput=5MB/sec 2024-07-27T18:53:17.010 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cdpLYkWFFGWc8fv off=1617903 len=845802 2024-07-27T18:53:17.011 INFO:tasks.workunit.client.0.smithi029.stdout:op 3761 completed, throughput=5MB/sec 2024-07-27T18:53:17.011 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wcYOtVQ79Pn2gZ_ off=14609536 len=81620 2024-07-27T18:53:17.014 INFO:tasks.workunit.client.0.smithi029.stdout:op 3762 completed, throughput=5MB/sec 2024-07-27T18:53:17.014 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yHxYVN2AGwUdw1d off=16581443 len=1594293 2024-07-27T18:53:17.018 INFO:tasks.workunit.client.0.smithi029.stdout:op 3763 completed, throughput=5MB/sec 2024-07-27T18:53:17.018 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-E9H2rFehpPj9QIF off=17825064 len=292616 2024-07-27T18:53:17.021 INFO:tasks.workunit.client.0.smithi029.stdout:op 3764 completed, throughput=5MB/sec 2024-07-27T18:53:17.021 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CN-w-oCzs5AURnV off=14147732 len=1968245 2024-07-27T18:53:17.023 INFO:tasks.workunit.client.0.smithi029.stdout:op 3765 completed, throughput=5MB/sec 2024-07-27T18:53:18.024 INFO:tasks.workunit.client.0.smithi029.stdout: 748: throughput=5MB/sec pending data=0 2024-07-27T18:53:18.024 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QvIbGov1NqMFrdO off=14828646 len=909620 2024-07-27T18:53:18.025 INFO:tasks.workunit.client.0.smithi029.stdout:op 3766 completed, throughput=5MB/sec 2024-07-27T18:53:18.025 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vUcc1fiNxg8-TPr off=22987528 len=1214982 2024-07-27T18:53:18.027 INFO:tasks.workunit.client.0.smithi029.stdout:op 3767 completed, throughput=5MB/sec 2024-07-27T18:53:18.027 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DFwplbacjkj3H4g off=392019 len=745829 2024-07-27T18:53:18.032 INFO:tasks.workunit.client.0.smithi029.stdout:op 3768 completed, throughput=5MB/sec 2024-07-27T18:53:18.032 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0bLyCkZzm7gPIDP off=3156631 len=2089791 2024-07-27T18:53:18.036 INFO:tasks.workunit.client.0.smithi029.stdout:op 3769 completed, throughput=5MB/sec 2024-07-27T18:53:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:18 smithi179 ceph-mon[89801]: pgmap v1785: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:53:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:18 smithi029 ceph-mon[96870]: pgmap v1785: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:53:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:18 smithi029 ceph-mon[99353]: pgmap v1785: 105 pgs: 105 active+clean; 127 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:53:19.036 INFO:tasks.workunit.client.0.smithi029.stdout: 749: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:19.037 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-C9UT7oZ015Hvxwl off=4687287 len=394863 2024-07-27T18:53:19.040 INFO:tasks.workunit.client.0.smithi029.stdout:op 3770 completed, throughput=5MB/sec 2024-07-27T18:53:19.040 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-H003gOaeYLzbVBc off=5811783 len=65640 2024-07-27T18:53:19.041 INFO:tasks.workunit.client.0.smithi029.stdout:op 3771 completed, throughput=5MB/sec 2024-07-27T18:53:19.041 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CBjjVzQ_qvj9Mzi off=13852205 len=1140237 2024-07-27T18:53:19.046 INFO:tasks.workunit.client.0.smithi029.stdout:op 3772 completed, throughput=5MB/sec 2024-07-27T18:53:19.047 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WNoDM3KpFVhsWQA off=5932238 len=1702566 2024-07-27T18:53:19.058 INFO:tasks.workunit.client.0.smithi029.stdout:op 3773 completed, throughput=5MB/sec 2024-07-27T18:53:19.058 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yDw3hiEViG4s2HP off=12072653 len=149634 2024-07-27T18:53:19.059 INFO:tasks.workunit.client.0.smithi029.stdout:op 3774 completed, throughput=5MB/sec 2024-07-27T18:53:19.059 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lerDOKgeH35oB3B off=209618 len=1762772 2024-07-27T18:53:19.061 INFO:tasks.workunit.client.0.smithi029.stdout:op 3775 completed, throughput=5MB/sec 2024-07-27T18:53:20.062 INFO:tasks.workunit.client.0.smithi029.stdout: 750: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:20.062 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--7vPOrhEhWiDJBN off=990073 len=1924741 2024-07-27T18:53:20.072 INFO:tasks.workunit.client.0.smithi029.stdout:op 3776 completed, throughput=5MB/sec 2024-07-27T18:53:20.073 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1kparLyk1EnPMHP off=1542929 len=254981 2024-07-27T18:53:20.076 INFO:tasks.workunit.client.0.smithi029.stdout:op 3777 completed, throughput=5MB/sec 2024-07-27T18:53:20.076 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VT8Nm7w7aPu4QlV off=9681613 len=809410 2024-07-27T18:53:20.077 INFO:tasks.workunit.client.0.smithi029.stdout:op 3778 completed, throughput=5MB/sec 2024-07-27T18:53:20.077 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-z1LCdtCZbFPXdwt off=903274 len=942361 2024-07-27T18:53:20.078 INFO:tasks.workunit.client.0.smithi029.stdout:op 3779 completed, throughput=5MB/sec 2024-07-27T18:53:20.078 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HZCdKYTp_YFQFY8 off=17727550 len=287262 2024-07-27T18:53:20.081 INFO:tasks.workunit.client.0.smithi029.stdout:op 3780 completed, throughput=5MB/sec 2024-07-27T18:53:20.081 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8iV15lJddBCRQBO off=226996 len=735474 2024-07-27T18:53:20.082 INFO:tasks.workunit.client.0.smithi029.stdout:op 3781 completed, throughput=5MB/sec 2024-07-27T18:53:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:20 smithi179 ceph-mon[89801]: pgmap v1786: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:53:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:20 smithi029 ceph-mon[96870]: pgmap v1786: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:53:21.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:20 smithi029 ceph-mon[99353]: pgmap v1786: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:53:21.082 INFO:tasks.workunit.client.0.smithi029.stdout: 751: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:21.083 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-btBfncCAxS97pUZ off=1967939 len=1190063 2024-07-27T18:53:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:op 3782 completed, throughput=5MB/sec 2024-07-27T18:53:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-s28KnscbHq8md_0 off=3298422 len=139948 2024-07-27T18:53:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:op 3783 completed, throughput=5MB/sec 2024-07-27T18:53:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SCWPis0Awnt4fAE off=3665433 len=1755183 2024-07-27T18:53:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:op 3784 completed, throughput=5MB/sec 2024-07-27T18:53:21.098 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-b0Ks5JqlFlIg3E- off=9018139 len=450043 2024-07-27T18:53:21.101 INFO:tasks.workunit.client.0.smithi029.stdout:op 3785 completed, throughput=5MB/sec 2024-07-27T18:53:21.101 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VsjwAqVoUaxmmnf off=332697 len=1080332 2024-07-27T18:53:21.106 INFO:tasks.workunit.client.0.smithi029.stdout:op 3786 completed, throughput=5MB/sec 2024-07-27T18:53:21.106 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Sv_txISzfeW9pYg off=2019816 len=1846561 2024-07-27T18:53:21.108 INFO:tasks.workunit.client.0.smithi029.stdout:op 3787 completed, throughput=5MB/sec 2024-07-27T18:53:22.109 INFO:tasks.workunit.client.0.smithi029.stdout: 752: throughput=5MB/sec pending data=0 2024-07-27T18:53:22.109 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CGaGWHZuqM_g-li off=744508 len=842534 2024-07-27T18:53:22.113 INFO:tasks.workunit.client.0.smithi029.stdout:op 3788 completed, throughput=5MB/sec 2024-07-27T18:53:22.113 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-88x1Sv4-uhbfTSu off=16025240 len=1728934 2024-07-27T18:53:22.116 INFO:tasks.workunit.client.0.smithi029.stdout:op 3789 completed, throughput=5MB/sec 2024-07-27T18:53:22.116 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ty0k5NTUguU1Lzs off=5236784 len=1990919 2024-07-27T18:53:22.118 INFO:tasks.workunit.client.0.smithi029.stdout:op 3790 completed, throughput=5MB/sec 2024-07-27T18:53:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:22 smithi029 ceph-mon[96870]: pgmap v1787: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:53:22.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:22 smithi029 ceph-mon[99353]: pgmap v1787: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:53:22.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:53:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:53:22] "GET /metrics HTTP/1.1" 200 34048 "" "Prometheus/2.43.0" 2024-07-27T18:53:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:22 smithi179 ceph-mon[89801]: pgmap v1787: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:53:23.118 INFO:tasks.workunit.client.0.smithi029.stdout: 753: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:23.119 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-URlXCIDKbGk8zZD off=589450 len=982690 2024-07-27T18:53:23.120 INFO:tasks.workunit.client.0.smithi029.stdout:op 3791 completed, throughput=5MB/sec 2024-07-27T18:53:23.120 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RA_9JzLZ7xHM-4n off=1738632 len=2010505 2024-07-27T18:53:23.123 INFO:tasks.workunit.client.0.smithi029.stdout:op 3792 completed, throughput=5MB/sec 2024-07-27T18:53:23.123 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZHlZkFkn5B3UBCD off=1774066 len=269586 2024-07-27T18:53:23.124 INFO:tasks.workunit.client.0.smithi029.stdout:op 3793 completed, throughput=5MB/sec 2024-07-27T18:53:23.124 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lp9ghSpOit3eWoj off=583431 len=1983508 2024-07-27T18:53:23.126 INFO:tasks.workunit.client.0.smithi029.stdout:op 3794 completed, throughput=5MB/sec 2024-07-27T18:53:24.127 INFO:tasks.workunit.client.0.smithi029.stdout: 754: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:24.127 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uKJ6QctsVh6OPf_ off=6415456 len=945006 2024-07-27T18:53:24.132 INFO:tasks.workunit.client.0.smithi029.stdout:op 3795 completed, throughput=5MB/sec 2024-07-27T18:53:24.132 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tbhu3oQ_QHJlJxM off=16006768 len=987353 2024-07-27T18:53:24.137 INFO:tasks.workunit.client.0.smithi029.stdout:op 3796 completed, throughput=5MB/sec 2024-07-27T18:53:24.138 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CASOU_33WrTaCQo off=1488478 len=233744 2024-07-27T18:53:24.140 INFO:tasks.workunit.client.0.smithi029.stdout:op 3797 completed, throughput=5MB/sec 2024-07-27T18:53:24.140 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-npvdJTka415n8jX off=5889596 len=1986031 2024-07-27T18:53:24.152 INFO:tasks.workunit.client.0.smithi029.stdout:op 3798 completed, throughput=5MB/sec 2024-07-27T18:53:24.152 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yLvc49VuooYLqcY off=2618711 len=644668 2024-07-27T18:53:24.152 INFO:tasks.workunit.client.0.smithi029.stdout:op 3799 completed, throughput=5MB/sec 2024-07-27T18:53:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:24 smithi179 ceph-mon[89801]: pgmap v1788: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:53:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:53:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:24 smithi029 ceph-mon[96870]: pgmap v1788: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:53:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:53:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:24 smithi029 ceph-mon[99353]: pgmap v1788: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:53:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:53:25.153 INFO:tasks.workunit.client.0.smithi029.stdout: 755: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:25.153 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aUzcRTobfIj0Jy1 off=6291332 len=817683 2024-07-27T18:53:25.154 INFO:tasks.workunit.client.0.smithi029.stdout:op 3800 completed, throughput=5MB/sec 2024-07-27T18:53:25.154 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9s-ziRunMfDeRbV off=0 len=1557986 2024-07-27T18:53:25.163 INFO:tasks.workunit.client.0.smithi029.stdout:op 3801 completed, throughput=5MB/sec 2024-07-27T18:53:25.164 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TFDA0IYOU4QsCWc off=13205768 len=2004069 2024-07-27T18:53:25.176 INFO:tasks.workunit.client.0.smithi029.stdout:op 3802 completed, throughput=5MB/sec 2024-07-27T18:53:25.176 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EuNDcInG94eT4Pw off=7429541 len=236520 2024-07-27T18:53:25.176 INFO:tasks.workunit.client.0.smithi029.stdout:op 3803 completed, throughput=5MB/sec 2024-07-27T18:53:25.176 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eKSxl4IiVDfq7PN off=2548100 len=1906290 2024-07-27T18:53:25.184 INFO:tasks.workunit.client.0.smithi029.stdout:op 3804 completed, throughput=5MB/sec 2024-07-27T18:53:26.184 INFO:tasks.workunit.client.0.smithi029.stdout: 756: throughput=5MB/sec pending data=0 2024-07-27T18:53:26.185 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wOzimeYFKBb4APO off=5590596 len=1680519 2024-07-27T18:53:26.194 INFO:tasks.workunit.client.0.smithi029.stdout:op 3805 completed, throughput=5MB/sec 2024-07-27T18:53:26.194 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mx-xdoxUu6tYg50 off=3789261 len=204556 2024-07-27T18:53:26.195 INFO:tasks.workunit.client.0.smithi029.stdout:op 3806 completed, throughput=5MB/sec 2024-07-27T18:53:26.195 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kyWEAk9QAKRFkMq off=2216388 len=92513 2024-07-27T18:53:26.198 INFO:tasks.workunit.client.0.smithi029.stdout:op 3807 completed, throughput=5MB/sec 2024-07-27T18:53:26.198 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-J6ZVDPRH4P1v7ix off=12668074 len=2086022 2024-07-27T18:53:26.206 INFO:tasks.workunit.client.0.smithi029.stdout:op 3808 completed, throughput=5MB/sec 2024-07-27T18:53:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:26 smithi179 ceph-mon[89801]: pgmap v1789: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.4 MiB/s wr, 6 op/s 2024-07-27T18:53:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:26 smithi029 ceph-mon[96870]: pgmap v1789: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.4 MiB/s wr, 6 op/s 2024-07-27T18:53:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:26 smithi029 ceph-mon[99353]: pgmap v1789: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.4 MiB/s wr, 6 op/s 2024-07-27T18:53:27.207 INFO:tasks.workunit.client.0.smithi029.stdout: 757: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:27.207 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iT2nQFVD-2cgxWn off=346592 len=412438 2024-07-27T18:53:27.207 INFO:tasks.workunit.client.0.smithi029.stdout:op 3809 completed, throughput=4.99MB/sec 2024-07-27T18:53:27.208 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YEoxxw5_ocbT2kE off=4605355 len=186749 2024-07-27T18:53:27.211 INFO:tasks.workunit.client.0.smithi029.stdout:op 3810 completed, throughput=4.99MB/sec 2024-07-27T18:53:27.211 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Tj6uVOSZcVAPwfX off=19759204 len=556532 2024-07-27T18:53:27.215 INFO:tasks.workunit.client.0.smithi029.stdout:op 3811 completed, throughput=5MB/sec 2024-07-27T18:53:27.216 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XesrBQAXlCEaDDo off=6047722 len=1042720 2024-07-27T18:53:27.216 INFO:tasks.workunit.client.0.smithi029.stdout:op 3812 completed, throughput=5MB/sec 2024-07-27T18:53:27.216 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lVmwB-z9mC8cLly off=12361141 len=786455 2024-07-27T18:53:27.221 INFO:tasks.workunit.client.0.smithi029.stdout:op 3813 completed, throughput=5MB/sec 2024-07-27T18:53:27.221 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-66YSJEyifOyEtTt off=19537812 len=1159587 2024-07-27T18:53:27.229 INFO:tasks.workunit.client.0.smithi029.stdout:op 3814 completed, throughput=5MB/sec 2024-07-27T18:53:27.229 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jAf-7hJ37Z1ivMm off=9901492 len=93923 2024-07-27T18:53:27.229 INFO:tasks.workunit.client.0.smithi029.stdout:op 3815 completed, throughput=5MB/sec 2024-07-27T18:53:27.229 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-geW41sGcqezBPY3 off=8596639 len=635988 2024-07-27T18:53:27.233 INFO:tasks.workunit.client.0.smithi029.stdout:op 3816 completed, throughput=5MB/sec 2024-07-27T18:53:27.234 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YlR6aEqzDgFKLP1 off=1060445 len=3549 2024-07-27T18:53:27.234 INFO:tasks.workunit.client.0.smithi029.stdout:op 3817 completed, throughput=5MB/sec 2024-07-27T18:53:27.234 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--MH9gCI_VffygRt off=3707311 len=693198 2024-07-27T18:53:27.239 INFO:tasks.workunit.client.0.smithi029.stdout:op 3818 completed, throughput=5MB/sec 2024-07-27T18:53:28.238 INFO:tasks.workunit.client.0.smithi029.stdout: 758: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:28.239 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HJl3pNbLsiDgYsN off=2705753 len=474609 2024-07-27T18:53:28.239 INFO:tasks.workunit.client.0.smithi029.stdout:op 3819 completed, throughput=4.99MB/sec 2024-07-27T18:53:28.239 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rpe4i9QbE1qKJUU off=1472896 len=1926619 2024-07-27T18:53:28.244 INFO:tasks.workunit.client.0.smithi029.stdout:op 3820 completed, throughput=5MB/sec 2024-07-27T18:53:28.244 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-y3V5VoW6IyntnyL off=5977288 len=7298 2024-07-27T18:53:28.247 INFO:tasks.workunit.client.0.smithi029.stdout:op 3821 completed, throughput=5MB/sec 2024-07-27T18:53:28.247 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--vYk58iFsANgGDI off=6778331 len=1734738 2024-07-27T18:53:28.249 INFO:tasks.workunit.client.0.smithi029.stdout:op 3822 completed, throughput=5MB/sec 2024-07-27T18:53:28.249 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UJ1go1d4VbYccUU off=10020498 len=2717 2024-07-27T18:53:28.250 INFO:tasks.workunit.client.0.smithi029.stdout:op 3823 completed, throughput=5MB/sec 2024-07-27T18:53:28.250 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OjyMZUF583QPUOc off=9114337 len=1907452 2024-07-27T18:53:28.259 INFO:tasks.workunit.client.0.smithi029.stdout:op 3824 completed, throughput=5MB/sec 2024-07-27T18:53:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:28 smithi179 ceph-mon[89801]: pgmap v1790: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:53:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:28 smithi029 ceph-mon[99353]: pgmap v1790: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:53:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:28 smithi029 ceph-mon[96870]: pgmap v1790: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.6 MiB/s wr, 4 op/s 2024-07-27T18:53:29.260 INFO:tasks.workunit.client.0.smithi029.stdout: 759: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:29.260 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uc6b-kfLmR1F9DC off=5736285 len=1640924 2024-07-27T18:53:29.262 INFO:tasks.workunit.client.0.smithi029.stdout:op 3825 completed, throughput=5MB/sec 2024-07-27T18:53:29.262 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Vw9wCltwiwWs8Lm off=9602505 len=2023662 2024-07-27T18:53:29.264 INFO:tasks.workunit.client.0.smithi029.stdout:op 3826 completed, throughput=5MB/sec 2024-07-27T18:53:29.265 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-r-utLYsxAblGRI9 off=8765508 len=147442 2024-07-27T18:53:29.268 INFO:tasks.workunit.client.0.smithi029.stdout:op 3827 completed, throughput=5MB/sec 2024-07-27T18:53:29.268 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XtXIEXWcCIy90fv off=3008011 len=366177 2024-07-27T18:53:29.269 INFO:tasks.workunit.client.0.smithi029.stdout:op 3828 completed, throughput=5MB/sec 2024-07-27T18:53:29.269 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wREgA2sppEo-4R1 off=3487399 len=210547 2024-07-27T18:53:29.269 INFO:tasks.workunit.client.0.smithi029.stdout:op 3829 completed, throughput=5MB/sec 2024-07-27T18:53:30.270 INFO:tasks.workunit.client.0.smithi029.stdout: 760: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:30.270 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SZShuZ4460-CrMd off=77497 len=503138 2024-07-27T18:53:30.271 INFO:tasks.workunit.client.0.smithi029.stdout:op 3830 completed, throughput=4.99MB/sec 2024-07-27T18:53:30.271 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zLfPJCgEw7aiyTk off=9581646 len=1777437 2024-07-27T18:53:30.278 INFO:tasks.workunit.client.0.smithi029.stdout:op 3831 completed, throughput=5MB/sec 2024-07-27T18:53:30.278 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-n6t0lEdz711fXUE off=19248892 len=1087949 2024-07-27T18:53:30.280 INFO:tasks.workunit.client.0.smithi029.stdout:op 3832 completed, throughput=5MB/sec 2024-07-27T18:53:30.280 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oLBw4cL-TFoehPS off=6751413 len=1910326 2024-07-27T18:53:30.284 INFO:tasks.workunit.client.0.smithi029.stdout:op 3833 completed, throughput=5MB/sec 2024-07-27T18:53:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:30 smithi179 ceph-mon[89801]: pgmap v1791: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:53:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:30 smithi029 ceph-mon[96870]: pgmap v1791: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:53:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:30 smithi029 ceph-mon[99353]: pgmap v1791: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:53:31.284 INFO:tasks.workunit.client.0.smithi029.stdout: 761: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:31.284 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fbiLVl5LrZSrMTl off=373213 len=126556 2024-07-27T18:53:31.285 INFO:tasks.workunit.client.0.smithi029.stdout:op 3834 completed, throughput=4.99MB/sec 2024-07-27T18:53:31.285 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DM7ZV_fn2xpTHew off=606634 len=1622529 2024-07-27T18:53:31.287 INFO:tasks.workunit.client.0.smithi029.stdout:op 3835 completed, throughput=5MB/sec 2024-07-27T18:53:31.287 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OR-rGt-8O3Z7gpn off=10511320 len=1693945 2024-07-27T18:53:31.290 INFO:tasks.workunit.client.0.smithi029.stdout:op 3836 completed, throughput=5MB/sec 2024-07-27T18:53:31.290 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZHbn03SjiHqC-RD off=1431663 len=1240005 2024-07-27T18:53:31.299 INFO:tasks.workunit.client.0.smithi029.stdout:op 3837 completed, throughput=5MB/sec 2024-07-27T18:53:31.299 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_GHHRqQ7tLqZgTh off=111823 len=1807161 2024-07-27T18:53:31.307 INFO:tasks.workunit.client.0.smithi029.stdout:op 3838 completed, throughput=5MB/sec 2024-07-27T18:53:32.307 INFO:tasks.workunit.client.0.smithi029.stdout: 762: throughput=5MB/sec pending data=0 2024-07-27T18:53:32.307 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FAsKDvf6uBq0iEG off=4138751 len=1988405 2024-07-27T18:53:32.314 INFO:tasks.workunit.client.0.smithi029.stdout:op 3839 completed, throughput=5MB/sec 2024-07-27T18:53:32.314 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xtpk5P2vVoN7CzI off=1276415 len=1619787 2024-07-27T18:53:32.315 INFO:tasks.workunit.client.0.smithi029.stdout:op 3840 completed, throughput=5MB/sec 2024-07-27T18:53:32.315 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eh3w_di6yVOJjrb off=2593963 len=796676 2024-07-27T18:53:32.316 INFO:tasks.workunit.client.0.smithi029.stdout:op 3841 completed, throughput=5MB/sec 2024-07-27T18:53:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:32 smithi029 ceph-mon[96870]: pgmap v1792: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:53:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:53:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:32 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:53:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:32 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:53:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:53:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:53:32] "GET /metrics HTTP/1.1" 200 34046 "" "Prometheus/2.43.0" 2024-07-27T18:53:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:32 smithi029 ceph-mon[99353]: pgmap v1792: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:53:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:53:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:32 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:53:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:32 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:53:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:32 smithi179 ceph-mon[89801]: pgmap v1792: 105 pgs: 105 active+clean; 127 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:53:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:32 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:53:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:32 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:53:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:32 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:53:33.316 INFO:tasks.workunit.client.0.smithi029.stdout: 763: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:33.317 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-K03BZEhWeYqn4YC off=10889418 len=1829966 2024-07-27T18:53:33.324 INFO:tasks.workunit.client.0.smithi029.stdout:op 3842 completed, throughput=5MB/sec 2024-07-27T18:53:33.324 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1CwWrpq0FuEzbJ0 off=13932593 len=447345 2024-07-27T18:53:33.327 INFO:tasks.workunit.client.0.smithi029.stdout:op 3843 completed, throughput=5MB/sec 2024-07-27T18:53:33.327 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oNbVU4G0SGufBnu off=15793069 len=1149335 2024-07-27T18:53:33.332 INFO:tasks.workunit.client.0.smithi029.stdout:op 3844 completed, throughput=5MB/sec 2024-07-27T18:53:33.332 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-x2uvUTGnuJp8rW6 off=10372002 len=1445803 2024-07-27T18:53:33.334 INFO:tasks.workunit.client.0.smithi029.stdout:op 3845 completed, throughput=5MB/sec 2024-07-27T18:53:33.334 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cwqQpdGt1z_ICZv off=0 len=1181665 2024-07-27T18:53:33.337 INFO:tasks.workunit.client.0.smithi029.stdout:op 3846 completed, throughput=5MB/sec 2024-07-27T18:53:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:53:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:53:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:33 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:53:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:53:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:53:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:33 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:53:34.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:53:34.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:53:34.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:33 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:53:34.337 INFO:tasks.workunit.client.0.smithi029.stdout: 764: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:34.337 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R189ycwH-j3ZxKE off=9735685 len=1528026 2024-07-27T18:53:34.339 INFO:tasks.workunit.client.0.smithi029.stdout:op 3847 completed, throughput=5MB/sec 2024-07-27T18:53:34.339 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RVVKfOxhKJNDvPa off=3777188 len=400184 2024-07-27T18:53:34.343 INFO:tasks.workunit.client.0.smithi029.stdout:op 3848 completed, throughput=5MB/sec 2024-07-27T18:53:34.343 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7gV0MHGoy2OPppN off=4641328 len=1877520 2024-07-27T18:53:34.351 INFO:tasks.workunit.client.0.smithi029.stdout:op 3849 completed, throughput=5MB/sec 2024-07-27T18:53:34.351 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QhQyN1F9BVoapmN off=16584758 len=1963513 2024-07-27T18:53:34.353 INFO:tasks.workunit.client.0.smithi029.stdout:op 3850 completed, throughput=5MB/sec 2024-07-27T18:53:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:34 smithi179 ceph-mon[89801]: pgmap v1793: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:53:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:34 smithi029 ceph-mon[96870]: pgmap v1793: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:53:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:34 smithi029 ceph-mon[99353]: pgmap v1793: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:53:35.354 INFO:tasks.workunit.client.0.smithi029.stdout: 765: throughput=5MB/sec pending data=0 2024-07-27T18:53:35.354 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zBdyIllssK0_9un off=1962224 len=1153092 2024-07-27T18:53:35.360 INFO:tasks.workunit.client.0.smithi029.stdout:op 3851 completed, throughput=5MB/sec 2024-07-27T18:53:35.360 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lh70nym_HEwOrND off=5104796 len=1832571 2024-07-27T18:53:35.361 INFO:tasks.workunit.client.0.smithi029.stdout:op 3852 completed, throughput=5MB/sec 2024-07-27T18:53:35.361 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FhNgyeizb-K7GWD off=5048202 len=182611 2024-07-27T18:53:35.364 INFO:tasks.workunit.client.0.smithi029.stdout:op 3853 completed, throughput=5MB/sec 2024-07-27T18:53:35.364 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8t1T_t13SyaNK1o off=10494178 len=46048 2024-07-27T18:53:35.365 INFO:tasks.workunit.client.0.smithi029.stdout:op 3854 completed, throughput=5MB/sec 2024-07-27T18:53:35.365 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ANnuRiejmD2Cusx off=1031466 len=1471432 2024-07-27T18:53:35.374 INFO:tasks.workunit.client.0.smithi029.stdout:op 3855 completed, throughput=5MB/sec 2024-07-27T18:53:36.375 INFO:tasks.workunit.client.0.smithi029.stdout: 766: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:36.375 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hqhNtRY1Fk5_IIQ off=6803078 len=1687264 2024-07-27T18:53:36.384 INFO:tasks.workunit.client.0.smithi029.stdout:op 3856 completed, throughput=5MB/sec 2024-07-27T18:53:36.384 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mkZR4HhUyqEWbPL off=7762586 len=19534 2024-07-27T18:53:36.384 INFO:tasks.workunit.client.0.smithi029.stdout:op 3857 completed, throughput=5MB/sec 2024-07-27T18:53:36.384 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ttGdSFVeE4Va4k2 off=822689 len=1553208 2024-07-27T18:53:36.392 INFO:tasks.workunit.client.0.smithi029.stdout:op 3858 completed, throughput=5MB/sec 2024-07-27T18:53:36.392 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-h0KQkOnAQJj0Oe2 off=5289099 len=1777571 2024-07-27T18:53:36.401 INFO:tasks.workunit.client.0.smithi029.stdout:op 3859 completed, throughput=5MB/sec 2024-07-27T18:53:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:36 smithi179 ceph-mon[89801]: pgmap v1794: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:53:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:36 smithi029 ceph-mon[96870]: pgmap v1794: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:53:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:36 smithi029 ceph-mon[99353]: pgmap v1794: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:53:37.402 INFO:tasks.workunit.client.0.smithi029.stdout: 767: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:37.402 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-q6AaIG31EtCAUvZ off=4810167 len=1675209 2024-07-27T18:53:37.405 INFO:tasks.workunit.client.0.smithi029.stdout:op 3860 completed, throughput=5MB/sec 2024-07-27T18:53:37.405 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Fko8HUOHNdrnen1 off=20743949 len=2089184 2024-07-27T18:53:37.418 INFO:tasks.workunit.client.0.smithi029.stdout:op 3861 completed, throughput=5MB/sec 2024-07-27T18:53:37.418 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dICGiurYBQI5_fi off=16867141 len=2068562 2024-07-27T18:53:37.428 INFO:tasks.workunit.client.0.smithi029.stdout:op 3862 completed, throughput=5MB/sec 2024-07-27T18:53:38.429 INFO:tasks.workunit.client.0.smithi029.stdout: 768: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:38.429 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-04o0kWiNiU8LorY off=268194 len=1590580 2024-07-27T18:53:38.432 INFO:tasks.workunit.client.0.smithi029.stdout:op 3863 completed, throughput=5MB/sec 2024-07-27T18:53:38.432 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qkZUSbjszcBBPiE off=5706732 len=696725 2024-07-27T18:53:38.437 INFO:tasks.workunit.client.0.smithi029.stdout:op 3864 completed, throughput=5MB/sec 2024-07-27T18:53:38.437 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ipOKaP_OTFfzCx2 off=15122032 len=310956 2024-07-27T18:53:38.440 INFO:tasks.workunit.client.0.smithi029.stdout:op 3865 completed, throughput=5MB/sec 2024-07-27T18:53:38.441 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Zhq7H-rpscPa4D_ off=3766008 len=525662 2024-07-27T18:53:38.444 INFO:tasks.workunit.client.0.smithi029.stdout:op 3866 completed, throughput=5MB/sec 2024-07-27T18:53:38.444 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lRZ4guFxlmhNJ8T off=1567710 len=1115657 2024-07-27T18:53:38.449 INFO:tasks.workunit.client.0.smithi029.stdout:op 3867 completed, throughput=5MB/sec 2024-07-27T18:53:38.450 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ab1T4N0hZsnNe6F off=5895056 len=260991 2024-07-27T18:53:38.452 INFO:tasks.workunit.client.0.smithi029.stdout:op 3868 completed, throughput=5MB/sec 2024-07-27T18:53:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:38 smithi179 ceph-mon[89801]: pgmap v1795: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:53:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:38 smithi029 ceph-mon[96870]: pgmap v1795: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:53:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:38 smithi029 ceph-mon[99353]: pgmap v1795: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:53:39.452 INFO:tasks.workunit.client.0.smithi029.stdout: 769: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:39.452 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NKvsIqYGlVnFnke off=2296645 len=220776 2024-07-27T18:53:39.455 INFO:tasks.workunit.client.0.smithi029.stdout:op 3869 completed, throughput=4.99MB/sec 2024-07-27T18:53:39.456 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nMVjg8HNar0-jvR off=604237 len=1015981 2024-07-27T18:53:39.457 INFO:tasks.workunit.client.0.smithi029.stdout:op 3870 completed, throughput=5MB/sec 2024-07-27T18:53:39.457 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oHHq0eND6ZzqNr1 off=14434883 len=589341 2024-07-27T18:53:39.458 INFO:tasks.workunit.client.0.smithi029.stdout:op 3871 completed, throughput=5MB/sec 2024-07-27T18:53:39.458 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FFFkq8ODzf_Ywmf off=7084160 len=1591629 2024-07-27T18:53:39.468 INFO:tasks.workunit.client.0.smithi029.stdout:op 3872 completed, throughput=5MB/sec 2024-07-27T18:53:39.468 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dOuGkRaWi6Ua93i off=2980285 len=1631150 2024-07-27T18:53:39.476 INFO:tasks.workunit.client.0.smithi029.stdout:op 3873 completed, throughput=5MB/sec 2024-07-27T18:53:39.476 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XtRBbADIw-r4gIp off=6203637 len=1869624 2024-07-27T18:53:39.486 INFO:tasks.workunit.client.0.smithi029.stdout:op 3874 completed, throughput=5MB/sec 2024-07-27T18:53:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:53:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:53:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:53:40.486 INFO:tasks.workunit.client.0.smithi029.stdout: 770: throughput=5MB/sec pending data=0 2024-07-27T18:53:40.486 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FhfVaUEAMGW26K5 off=5280617 len=1612569 2024-07-27T18:53:40.494 INFO:tasks.workunit.client.0.smithi029.stdout:op 3875 completed, throughput=5MB/sec 2024-07-27T18:53:40.494 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OBKzNpzct1fKaif off=1489656 len=912212 2024-07-27T18:53:40.495 INFO:tasks.workunit.client.0.smithi029.stdout:op 3876 completed, throughput=5MB/sec 2024-07-27T18:53:40.496 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OZAbZFPLEnOWQFq off=4025614 len=694708 2024-07-27T18:53:40.500 INFO:tasks.workunit.client.0.smithi029.stdout:op 3877 completed, throughput=5MB/sec 2024-07-27T18:53:40.500 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IhCPXW82XqaFhhB off=1105388 len=1214878 2024-07-27T18:53:40.502 INFO:tasks.workunit.client.0.smithi029.stdout:op 3878 completed, throughput=5MB/sec 2024-07-27T18:53:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:40 smithi179 ceph-mon[89801]: pgmap v1796: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.1 MiB/s wr, 4 op/s 2024-07-27T18:53:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:40 smithi029 ceph-mon[96870]: pgmap v1796: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.1 MiB/s wr, 4 op/s 2024-07-27T18:53:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:40 smithi029 ceph-mon[99353]: pgmap v1796: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.1 MiB/s wr, 4 op/s 2024-07-27T18:53:41.502 INFO:tasks.workunit.client.0.smithi029.stdout: 771: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:41.503 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BFUDIIJVGs4C4S_ off=1600716 len=578370 2024-07-27T18:53:41.507 INFO:tasks.workunit.client.0.smithi029.stdout:op 3879 completed, throughput=5MB/sec 2024-07-27T18:53:41.507 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aLOEyid5CSckCgv off=5627781 len=1600030 2024-07-27T18:53:41.509 INFO:tasks.workunit.client.0.smithi029.stdout:op 3880 completed, throughput=5MB/sec 2024-07-27T18:53:41.509 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kmhX-Ou0wYc73Ym off=18308670 len=100944 2024-07-27T18:53:41.512 INFO:tasks.workunit.client.0.smithi029.stdout:op 3881 completed, throughput=5MB/sec 2024-07-27T18:53:41.512 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WspOlcoxs1XPQNH off=6253509 len=1005545 2024-07-27T18:53:41.512 INFO:tasks.workunit.client.0.smithi029.stdout:op 3882 completed, throughput=5MB/sec 2024-07-27T18:53:41.513 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JRLJwmSePvLzzUb off=8169480 len=1350318 2024-07-27T18:53:41.514 INFO:tasks.workunit.client.0.smithi029.stdout:op 3883 completed, throughput=5MB/sec 2024-07-27T18:53:42.515 INFO:tasks.workunit.client.0.smithi029.stdout: 772: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:42.515 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ntQ3-0_7ubJsAZC off=8269826 len=1084433 2024-07-27T18:53:42.517 INFO:tasks.workunit.client.0.smithi029.stdout:op 3884 completed, throughput=4.99MB/sec 2024-07-27T18:53:42.517 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tXKoDW7Tu5KQb1V off=9933366 len=641312 2024-07-27T18:53:42.522 INFO:tasks.workunit.client.0.smithi029.stdout:op 3885 completed, throughput=5MB/sec 2024-07-27T18:53:42.522 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mDaga0FtJojgdDo off=2664531 len=1100589 2024-07-27T18:53:42.528 INFO:tasks.workunit.client.0.smithi029.stdout:op 3886 completed, throughput=5MB/sec 2024-07-27T18:53:42.528 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rQGqgKE5e_3F-WG off=8534375 len=1567837 2024-07-27T18:53:42.530 INFO:tasks.workunit.client.0.smithi029.stdout:op 3887 completed, throughput=5MB/sec 2024-07-27T18:53:42.530 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-czTxxrmMDorPi2a off=3212930 len=196710 2024-07-27T18:53:42.533 INFO:tasks.workunit.client.0.smithi029.stdout:op 3888 completed, throughput=5MB/sec 2024-07-27T18:53:42.533 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Tmte5mCzRGIRy6s off=3512431 len=1016166 2024-07-27T18:53:42.538 INFO:tasks.workunit.client.0.smithi029.stdout:op 3889 completed, throughput=5MB/sec 2024-07-27T18:53:42.604 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:53:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:53:42] "GET /metrics HTTP/1.1" 200 34044 "" "Prometheus/2.43.0" 2024-07-27T18:53:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:42 smithi179 ceph-mon[89801]: pgmap v1797: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:53:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:42 smithi029 ceph-mon[99353]: pgmap v1797: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:53:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:42 smithi029 ceph-mon[96870]: pgmap v1797: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.9 MiB/s wr, 4 op/s 2024-07-27T18:53:43.538 INFO:tasks.workunit.client.0.smithi029.stdout: 773: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:43.539 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LxA_IK9a7ATIlL_ off=15404204 len=768615 2024-07-27T18:53:43.540 INFO:tasks.workunit.client.0.smithi029.stdout:op 3890 completed, throughput=4.99MB/sec 2024-07-27T18:53:43.540 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EJ8pTF80OGfUPQ_ off=0 len=1491952 2024-07-27T18:53:43.541 INFO:tasks.workunit.client.0.smithi029.stdout:op 3891 completed, throughput=5MB/sec 2024-07-27T18:53:43.542 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Zbi3rsltaEqr8ju off=1977337 len=226552 2024-07-27T18:53:43.542 INFO:tasks.workunit.client.0.smithi029.stdout:op 3892 completed, throughput=5MB/sec 2024-07-27T18:53:43.542 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZZY-xpQK4xOtmGa off=6957916 len=1962825 2024-07-27T18:53:43.552 INFO:tasks.workunit.client.0.smithi029.stdout:op 3893 completed, throughput=5MB/sec 2024-07-27T18:53:43.553 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pxTUJj-7PfZkDWK off=206834 len=880216 2024-07-27T18:53:43.557 INFO:tasks.workunit.client.0.smithi029.stdout:op 3894 completed, throughput=5MB/sec 2024-07-27T18:53:44.557 INFO:tasks.workunit.client.0.smithi029.stdout: 774: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:44.558 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9_6fyI0JXlLbtZQ off=20065156 len=934356 2024-07-27T18:53:44.563 INFO:tasks.workunit.client.0.smithi029.stdout:op 3895 completed, throughput=5MB/sec 2024-07-27T18:53:44.563 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zh4UDndRziewW4H off=1940199 len=1242709 2024-07-27T18:53:44.565 INFO:tasks.workunit.client.0.smithi029.stdout:op 3896 completed, throughput=5MB/sec 2024-07-27T18:53:44.565 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wF98sW8BA9oXxab off=2371333 len=721810 2024-07-27T18:53:44.566 INFO:tasks.workunit.client.0.smithi029.stdout:op 3897 completed, throughput=5MB/sec 2024-07-27T18:53:44.566 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7lgmgyEfdxLjaAU off=1488268 len=1766151 2024-07-27T18:53:44.577 INFO:tasks.workunit.client.0.smithi029.stdout:op 3898 completed, throughput=5MB/sec 2024-07-27T18:53:44.577 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-x1iigerZ0qmTdJl off=4381892 len=690155 2024-07-27T18:53:44.581 INFO:tasks.workunit.client.0.smithi029.stdout:op 3899 completed, throughput=5MB/sec 2024-07-27T18:53:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:44 smithi179 ceph-mon[89801]: pgmap v1798: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:44 smithi029 ceph-mon[96870]: pgmap v1798: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:44 smithi029 ceph-mon[99353]: pgmap v1798: 105 pgs: 105 active+clean; 127 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:45.582 INFO:tasks.workunit.client.0.smithi029.stdout: 775: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:45.582 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kLxzR4zPsppye0k off=3320357 len=1204681 2024-07-27T18:53:45.588 INFO:tasks.workunit.client.0.smithi029.stdout:op 3900 completed, throughput=5MB/sec 2024-07-27T18:53:45.588 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xCY9ZwixAHmCMxo off=10431860 len=670526 2024-07-27T18:53:45.589 INFO:tasks.workunit.client.0.smithi029.stdout:op 3901 completed, throughput=5MB/sec 2024-07-27T18:53:45.589 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pjLw3CSQzh2RwB_ off=6289777 len=611509 2024-07-27T18:53:45.593 INFO:tasks.workunit.client.0.smithi029.stdout:op 3902 completed, throughput=5MB/sec 2024-07-27T18:53:45.593 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NkSCSgeUv4X9x2z off=4967255 len=1139858 2024-07-27T18:53:45.602 INFO:tasks.workunit.client.0.smithi029.stdout:op 3903 completed, throughput=5MB/sec 2024-07-27T18:53:45.602 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OtjOvuClsiYp24z off=2011111 len=812978 2024-07-27T18:53:45.603 INFO:tasks.workunit.client.0.smithi029.stdout:op 3904 completed, throughput=5MB/sec 2024-07-27T18:53:45.603 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NTwa3SKtel6TYMg off=4233393 len=2063412 2024-07-27T18:53:45.614 INFO:tasks.workunit.client.0.smithi029.stdout:op 3905 completed, throughput=5MB/sec 2024-07-27T18:53:46.614 INFO:tasks.workunit.client.0.smithi029.stdout: 776: throughput=5MB/sec pending data=0 2024-07-27T18:53:46.614 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-idpXsLWa9_p3tG1 off=9472578 len=1887155 2024-07-27T18:53:46.623 INFO:tasks.workunit.client.0.smithi029.stdout:op 3906 completed, throughput=5MB/sec 2024-07-27T18:53:46.623 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n83hLVaH9Lq_x_B off=13777031 len=1360569 2024-07-27T18:53:46.629 INFO:tasks.workunit.client.0.smithi029.stdout:op 3907 completed, throughput=5MB/sec 2024-07-27T18:53:46.629 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O-TcENAD09B4-3i off=8398169 len=2089985 2024-07-27T18:53:46.633 INFO:tasks.workunit.client.0.smithi029.stdout:op 3908 completed, throughput=5MB/sec 2024-07-27T18:53:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:46 smithi179 ceph-mon[89801]: pgmap v1799: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:53:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:46 smithi029 ceph-mon[96870]: pgmap v1799: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:53:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:46 smithi029 ceph-mon[99353]: pgmap v1799: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:53:47.634 INFO:tasks.workunit.client.0.smithi029.stdout: 777: throughput=5MB/sec pending data=0 2024-07-27T18:53:47.634 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Pm2hQp4oUDZUTUI off=5701859 len=875084 2024-07-27T18:53:47.635 INFO:tasks.workunit.client.0.smithi029.stdout:op 3909 completed, throughput=5MB/sec 2024-07-27T18:53:47.635 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qdWn6kqI1l1EOKc off=1436810 len=1706246 2024-07-27T18:53:47.639 INFO:tasks.workunit.client.0.smithi029.stdout:op 3910 completed, throughput=5MB/sec 2024-07-27T18:53:47.640 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-27L9u0PH-KqoPAk off=8230743 len=2021614 2024-07-27T18:53:47.642 INFO:tasks.workunit.client.0.smithi029.stdout:op 3911 completed, throughput=5MB/sec 2024-07-27T18:53:48.642 INFO:tasks.workunit.client.0.smithi029.stdout: 778: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:48.642 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ppy_z22An0S_Y1d off=143101 len=1289488 2024-07-27T18:53:48.650 INFO:tasks.workunit.client.0.smithi029.stdout:op 3912 completed, throughput=5MB/sec 2024-07-27T18:53:48.650 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oHbiOMHRBc3s-DR off=926026 len=368127 2024-07-27T18:53:48.651 INFO:tasks.workunit.client.0.smithi029.stdout:op 3913 completed, throughput=5MB/sec 2024-07-27T18:53:48.651 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zEiVW7aZrIfU3-O off=5802370 len=269836 2024-07-27T18:53:48.652 INFO:tasks.workunit.client.0.smithi029.stdout:op 3914 completed, throughput=5MB/sec 2024-07-27T18:53:48.652 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tjAfKzMExkOBQbC off=5625420 len=559809 2024-07-27T18:53:48.653 INFO:tasks.workunit.client.0.smithi029.stdout:op 3915 completed, throughput=5MB/sec 2024-07-27T18:53:48.653 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Zkj4VKbXJgL0IBy off=1637771 len=616261 2024-07-27T18:53:48.657 INFO:tasks.workunit.client.0.smithi029.stdout:op 3916 completed, throughput=5MB/sec 2024-07-27T18:53:48.657 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UAc2dQ-UCQpzuYX off=2293334 len=669609 2024-07-27T18:53:48.658 INFO:tasks.workunit.client.0.smithi029.stdout:op 3917 completed, throughput=5MB/sec 2024-07-27T18:53:48.658 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IHeR6oIoT599iu1 off=12290236 len=40389 2024-07-27T18:53:48.661 INFO:tasks.workunit.client.0.smithi029.stdout:op 3918 completed, throughput=5MB/sec 2024-07-27T18:53:48.661 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uic7Z5osm3RIRmi off=10003732 len=349522 2024-07-27T18:53:48.661 INFO:tasks.workunit.client.0.smithi029.stdout:op 3919 completed, throughput=5MB/sec 2024-07-27T18:53:48.661 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-w4qfdjPvFQ5pMy1 off=494132 len=706898 2024-07-27T18:53:48.665 INFO:tasks.workunit.client.0.smithi029.stdout:op 3920 completed, throughput=5MB/sec 2024-07-27T18:53:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:48 smithi179 ceph-mon[89801]: pgmap v1800: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:48 smithi029 ceph-mon[96870]: pgmap v1800: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:48 smithi029 ceph-mon[99353]: pgmap v1800: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:49.666 INFO:tasks.workunit.client.0.smithi029.stdout: 779: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:49.666 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DrylVukSh-f9hbm off=19629652 len=308469 2024-07-27T18:53:49.667 INFO:tasks.workunit.client.0.smithi029.stdout:op 3921 completed, throughput=4.99MB/sec 2024-07-27T18:53:49.667 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jHqJ4uYmT02jqm1 off=9028860 len=487514 2024-07-27T18:53:49.668 INFO:tasks.workunit.client.0.smithi029.stdout:op 3922 completed, throughput=4.99MB/sec 2024-07-27T18:53:49.668 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1IJw_cjXuyAAZMr off=19001981 len=1507095 2024-07-27T18:53:49.670 INFO:tasks.workunit.client.0.smithi029.stdout:op 3923 completed, throughput=5MB/sec 2024-07-27T18:53:49.670 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MFBrVIysYOSkMHU off=6648803 len=127287 2024-07-27T18:53:49.673 INFO:tasks.workunit.client.0.smithi029.stdout:op 3924 completed, throughput=5MB/sec 2024-07-27T18:53:49.673 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5gYebRJfIWYvOl_ off=6085275 len=804516 2024-07-27T18:53:49.674 INFO:tasks.workunit.client.0.smithi029.stdout:op 3925 completed, throughput=5MB/sec 2024-07-27T18:53:49.674 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jh70D8BhenTGwdE off=1295880 len=691698 2024-07-27T18:53:49.675 INFO:tasks.workunit.client.0.smithi029.stdout:op 3926 completed, throughput=5MB/sec 2024-07-27T18:53:49.675 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MwxjvNMb5MJeu0o off=12512988 len=127759 2024-07-27T18:53:49.678 INFO:tasks.workunit.client.0.smithi029.stdout:op 3927 completed, throughput=5MB/sec 2024-07-27T18:53:49.678 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8fa4jVH8KvSYkc5 off=8393088 len=799436 2024-07-27T18:53:49.683 INFO:tasks.workunit.client.0.smithi029.stdout:op 3928 completed, throughput=5MB/sec 2024-07-27T18:53:49.683 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w4fPuOo7sEa4lWl off=1233208 len=1729214 2024-07-27T18:53:49.685 INFO:tasks.workunit.client.0.smithi029.stdout:op 3929 completed, throughput=5MB/sec 2024-07-27T18:53:50.685 INFO:tasks.workunit.client.0.smithi029.stdout: 780: throughput=5MB/sec pending data=0 2024-07-27T18:53:50.685 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YUB6HZH0TzjiMBW off=519162 len=150760 2024-07-27T18:53:50.686 INFO:tasks.workunit.client.0.smithi029.stdout:op 3930 completed, throughput=5MB/sec 2024-07-27T18:53:50.686 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OXZazYjA_tFiIIy off=591062 len=521606 2024-07-27T18:53:50.690 INFO:tasks.workunit.client.0.smithi029.stdout:op 3931 completed, throughput=5MB/sec 2024-07-27T18:53:50.690 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ahW3MyEbg0l7Vw2 off=13378595 len=1335492 2024-07-27T18:53:50.697 INFO:tasks.workunit.client.0.smithi029.stdout:op 3932 completed, throughput=5MB/sec 2024-07-27T18:53:50.697 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YkG_35PpKQ9wTVT off=4023364 len=1555630 2024-07-27T18:53:50.705 INFO:tasks.workunit.client.0.smithi029.stdout:op 3933 completed, throughput=5MB/sec 2024-07-27T18:53:50.705 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-b2kFN_iQx3DuGRz off=1202294 len=1629397 2024-07-27T18:53:50.706 INFO:tasks.workunit.client.0.smithi029.stdout:op 3934 completed, throughput=5MB/sec 2024-07-27T18:53:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:50 smithi179 ceph-mon[89801]: pgmap v1801: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:53:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:50 smithi029 ceph-mon[96870]: pgmap v1801: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:53:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:50 smithi029 ceph-mon[99353]: pgmap v1801: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:53:51.707 INFO:tasks.workunit.client.0.smithi029.stdout: 781: throughput=5MB/sec pending data=0 2024-07-27T18:53:51.707 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HYqd0zTB6WVf2VV off=1088031 len=2012838 2024-07-27T18:53:51.712 INFO:tasks.workunit.client.0.smithi029.stdout:op 3935 completed, throughput=5MB/sec 2024-07-27T18:53:51.712 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kwuReUgTaKVd-W1 off=17381982 len=1693358 2024-07-27T18:53:51.714 INFO:tasks.workunit.client.0.smithi029.stdout:op 3936 completed, throughput=5MB/sec 2024-07-27T18:53:51.714 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WHHA_eH02yFGdRZ off=2022719 len=1339189 2024-07-27T18:53:51.721 INFO:tasks.workunit.client.0.smithi029.stdout:op 3937 completed, throughput=5MB/sec 2024-07-27T18:53:52.618 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:53:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:53:52] "GET /metrics HTTP/1.1" 200 34044 "" "Prometheus/2.43.0" 2024-07-27T18:53:52.721 INFO:tasks.workunit.client.0.smithi029.stdout: 782: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:52.721 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mJXjrq4WyUaoHz2 off=15269279 len=575377 2024-07-27T18:53:52.725 INFO:tasks.workunit.client.0.smithi029.stdout:op 3938 completed, throughput=5MB/sec 2024-07-27T18:53:52.725 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EadUNv98FPQRrMJ off=76405 len=1158718 2024-07-27T18:53:52.726 INFO:tasks.workunit.client.0.smithi029.stdout:op 3939 completed, throughput=5MB/sec 2024-07-27T18:53:52.726 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TiIcd2ZPgn6dL7D off=9275967 len=1510890 2024-07-27T18:53:52.734 INFO:tasks.workunit.client.0.smithi029.stdout:op 3940 completed, throughput=5MB/sec 2024-07-27T18:53:52.734 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-03cdQJt1WZr9CI_ off=7944072 len=240074 2024-07-27T18:53:52.735 INFO:tasks.workunit.client.0.smithi029.stdout:op 3941 completed, throughput=5MB/sec 2024-07-27T18:53:52.735 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MIcV1JsFX5Rwr-r off=3194481 len=793385 2024-07-27T18:53:52.737 INFO:tasks.workunit.client.0.smithi029.stdout:op 3942 completed, throughput=5MB/sec 2024-07-27T18:53:52.737 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9ELwdortWbVdwLl off=81014 len=115197 2024-07-27T18:53:52.737 INFO:tasks.workunit.client.0.smithi029.stdout:op 3943 completed, throughput=5MB/sec 2024-07-27T18:53:52.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:52 smithi179 ceph-mon[89801]: pgmap v1802: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:52 smithi029 ceph-mon[96870]: pgmap v1802: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:52 smithi029 ceph-mon[99353]: pgmap v1802: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:53.737 INFO:tasks.workunit.client.0.smithi029.stdout: 783: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:53.738 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IiiMsDr8yBDal-J off=10772950 len=1361538 2024-07-27T18:53:53.746 INFO:tasks.workunit.client.0.smithi029.stdout:op 3944 completed, throughput=5MB/sec 2024-07-27T18:53:53.746 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-z6HS4j0GiNHaTAP off=94383 len=1854237 2024-07-27T18:53:53.756 INFO:tasks.workunit.client.0.smithi029.stdout:op 3945 completed, throughput=5MB/sec 2024-07-27T18:53:53.756 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-o2-rtuIY0yu22Bf off=1395290 len=1897762 2024-07-27T18:53:53.759 INFO:tasks.workunit.client.0.smithi029.stdout:op 3946 completed, throughput=5MB/sec 2024-07-27T18:53:53.759 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0cZmeLqf9DcdBxk off=6091614 len=986967 2024-07-27T18:53:53.764 INFO:tasks.workunit.client.0.smithi029.stdout:op 3947 completed, throughput=5MB/sec 2024-07-27T18:53:54.764 INFO:tasks.workunit.client.0.smithi029.stdout: 784: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:54.764 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zRQ6uip5DBXxAiT off=18965425 len=1298573 2024-07-27T18:53:54.766 INFO:tasks.workunit.client.0.smithi029.stdout:op 3948 completed, throughput=5MB/sec 2024-07-27T18:53:54.766 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TFDA0IYOU4QsCWc off=3436668 len=483818 2024-07-27T18:53:54.767 INFO:tasks.workunit.client.0.smithi029.stdout:op 3949 completed, throughput=5MB/sec 2024-07-27T18:53:54.767 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pFZ090qSFQFURsW off=2253247 len=1293178 2024-07-27T18:53:54.776 INFO:tasks.workunit.client.0.smithi029.stdout:op 3950 completed, throughput=5MB/sec 2024-07-27T18:53:54.776 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jFcVEtv3crWL_Zu off=5105151 len=499167 2024-07-27T18:53:54.780 INFO:tasks.workunit.client.0.smithi029.stdout:op 3951 completed, throughput=5MB/sec 2024-07-27T18:53:54.780 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ni_FHY3ple1ELNm off=5429277 len=707691 2024-07-27T18:53:54.784 INFO:tasks.workunit.client.0.smithi029.stdout:op 3952 completed, throughput=5MB/sec 2024-07-27T18:53:54.784 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lolDNY9F-MIIdK7 off=1923620 len=204457 2024-07-27T18:53:54.786 INFO:tasks.workunit.client.0.smithi029.stdout:op 3953 completed, throughput=5MB/sec 2024-07-27T18:53:54.786 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AzIewuMQMtIanib off=8267554 len=1455516 2024-07-27T18:53:54.793 INFO:tasks.workunit.client.0.smithi029.stdout:op 3954 completed, throughput=5MB/sec 2024-07-27T18:53:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:54 smithi179 ceph-mon[89801]: pgmap v1803: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:53:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:54 smithi029 ceph-mon[96870]: pgmap v1803: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:53:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:54 smithi029 ceph-mon[99353]: pgmap v1803: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:53:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:53:55.793 INFO:tasks.workunit.client.0.smithi029.stdout: 785: throughput=5MB/sec pending data=0 2024-07-27T18:53:55.794 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ivQ1NZdxgsAyrUZ off=15223152 len=412778 2024-07-27T18:53:55.798 INFO:tasks.workunit.client.0.smithi029.stdout:op 3955 completed, throughput=5MB/sec 2024-07-27T18:53:55.798 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6iKjY9KpaEHhpYG off=6680921 len=1350320 2024-07-27T18:53:55.800 INFO:tasks.workunit.client.0.smithi029.stdout:op 3956 completed, throughput=5MB/sec 2024-07-27T18:53:55.800 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dxyIiWQEeSoCY_N off=8652205 len=955636 2024-07-27T18:53:55.805 INFO:tasks.workunit.client.0.smithi029.stdout:op 3957 completed, throughput=5MB/sec 2024-07-27T18:53:55.805 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8v84QloRSP1k9jm off=16908627 len=12861 2024-07-27T18:53:55.808 INFO:tasks.workunit.client.0.smithi029.stdout:op 3958 completed, throughput=5MB/sec 2024-07-27T18:53:55.808 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xwLALompCFFFtsm off=2298432 len=1188094 2024-07-27T18:53:55.809 INFO:tasks.workunit.client.0.smithi029.stdout:op 3959 completed, throughput=5MB/sec 2024-07-27T18:53:55.809 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WyjuCRGIPUg1s1w off=7918848 len=176678 2024-07-27T18:53:55.810 INFO:tasks.workunit.client.0.smithi029.stdout:op 3960 completed, throughput=5MB/sec 2024-07-27T18:53:56.811 INFO:tasks.workunit.client.0.smithi029.stdout: 786: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:56.811 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8BTYrZwdmqUjms- off=9535815 len=12875 2024-07-27T18:53:56.812 INFO:tasks.workunit.client.0.smithi029.stdout:op 3961 completed, throughput=4.99MB/sec 2024-07-27T18:53:56.812 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZojDyow1jc_rWYA off=2206627 len=1533165 2024-07-27T18:53:56.815 INFO:tasks.workunit.client.0.smithi029.stdout:op 3962 completed, throughput=5MB/sec 2024-07-27T18:53:56.815 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ut28k1yjrO9q3zy off=17132780 len=1443549 2024-07-27T18:53:56.823 INFO:tasks.workunit.client.0.smithi029.stdout:op 3963 completed, throughput=5MB/sec 2024-07-27T18:53:56.823 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_SMj6xJ6RfVVIU- off=1160426 len=1872341 2024-07-27T18:53:56.826 INFO:tasks.workunit.client.0.smithi029.stdout:op 3964 completed, throughput=5MB/sec 2024-07-27T18:53:56.826 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rw8D_3DxFdmvRy9 off=18969512 len=77000 2024-07-27T18:53:56.829 INFO:tasks.workunit.client.0.smithi029.stdout:op 3965 completed, throughput=5MB/sec 2024-07-27T18:53:56.829 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-utngaM7k_7NCm2e off=4921979 len=1831743 2024-07-27T18:53:56.837 INFO:tasks.workunit.client.0.smithi029.stdout:op 3966 completed, throughput=5MB/sec 2024-07-27T18:53:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:56 smithi179 ceph-mon[89801]: pgmap v1804: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.1 MiB/s wr, 6 op/s 2024-07-27T18:53:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:56 smithi029 ceph-mon[96870]: pgmap v1804: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.1 MiB/s wr, 6 op/s 2024-07-27T18:53:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:56 smithi029 ceph-mon[99353]: pgmap v1804: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.1 MiB/s wr, 6 op/s 2024-07-27T18:53:57.838 INFO:tasks.workunit.client.0.smithi029.stdout: 787: throughput=5MB/sec pending data=0 2024-07-27T18:53:57.838 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Tn9zCb4Ndj-pO3j off=336176 len=1341653 2024-07-27T18:53:57.845 INFO:tasks.workunit.client.0.smithi029.stdout:op 3967 completed, throughput=5MB/sec 2024-07-27T18:53:57.845 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zcs9DO0wV1r5oad off=186265 len=712020 2024-07-27T18:53:57.846 INFO:tasks.workunit.client.0.smithi029.stdout:op 3968 completed, throughput=5MB/sec 2024-07-27T18:53:57.846 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NKIV36Kp-OulZi9 off=2987303 len=1001137 2024-07-27T18:53:57.852 INFO:tasks.workunit.client.0.smithi029.stdout:op 3969 completed, throughput=5MB/sec 2024-07-27T18:53:57.852 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cXHZD84hrSFHCZi off=275322 len=1175444 2024-07-27T18:53:57.854 INFO:tasks.workunit.client.0.smithi029.stdout:op 3970 completed, throughput=5MB/sec 2024-07-27T18:53:58.854 INFO:tasks.workunit.client.0.smithi029.stdout: 788: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:58.854 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xQFyVxQ339-Oh_6 off=2435475 len=1229152 2024-07-27T18:53:58.856 INFO:tasks.workunit.client.0.smithi029.stdout:op 3971 completed, throughput=5MB/sec 2024-07-27T18:53:58.856 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LfuguccliEiuXqc off=1476712 len=1863726 2024-07-27T18:53:58.868 INFO:tasks.workunit.client.0.smithi029.stdout:op 3972 completed, throughput=5MB/sec 2024-07-27T18:53:58.868 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R7ROSH_nLhvRG_j off=1684232 len=2072525 2024-07-27T18:53:58.873 INFO:tasks.workunit.client.0.smithi029.stdout:op 3973 completed, throughput=5MB/sec 2024-07-27T18:53:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:53:58 smithi179 ceph-mon[89801]: pgmap v1805: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:53:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:53:58 smithi029 ceph-mon[96870]: pgmap v1805: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:53:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:53:58 smithi029 ceph-mon[99353]: pgmap v1805: 105 pgs: 105 active+clean; 127 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:53:59.873 INFO:tasks.workunit.client.0.smithi029.stdout: 789: throughput=4.99MB/sec pending data=0 2024-07-27T18:53:59.873 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mvE1GkIBX_LecBy off=2658314 len=1486069 2024-07-27T18:53:59.883 INFO:tasks.workunit.client.0.smithi029.stdout:op 3974 completed, throughput=5MB/sec 2024-07-27T18:53:59.883 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yMNMg8mwzfLg61K off=5777468 len=1133957 2024-07-27T18:53:59.888 INFO:tasks.workunit.client.0.smithi029.stdout:op 3975 completed, throughput=5MB/sec 2024-07-27T18:53:59.888 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dzVHx4YEgPVa08E off=7344251 len=1546472 2024-07-27T18:53:59.896 INFO:tasks.workunit.client.0.smithi029.stdout:op 3976 completed, throughput=5MB/sec 2024-07-27T18:53:59.896 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ATCtU0-KjDkR4e3 off=20089860 len=313815 2024-07-27T18:53:59.897 INFO:tasks.workunit.client.0.smithi029.stdout:op 3977 completed, throughput=5MB/sec 2024-07-27T18:53:59.897 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3qhVaLt4lSiGtXL off=3186410 len=1031499 2024-07-27T18:53:59.902 INFO:tasks.workunit.client.0.smithi029.stdout:op 3978 completed, throughput=5MB/sec 2024-07-27T18:54:00.903 INFO:tasks.workunit.client.0.smithi029.stdout: 790: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:00.903 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wXLs_lt5QmYaQO5 off=3362211 len=1775036 2024-07-27T18:54:00.910 INFO:tasks.workunit.client.0.smithi029.stdout:op 3979 completed, throughput=5MB/sec 2024-07-27T18:54:00.911 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lQWQemZ4d3ZukpZ off=13361730 len=1363076 2024-07-27T18:54:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:00 smithi179 ceph-mon[89801]: pgmap v1806: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:54:00.917 INFO:tasks.workunit.client.0.smithi029.stdout:op 3980 completed, throughput=5MB/sec 2024-07-27T18:54:00.917 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mjFAa76Ayzh8Ti1 off=3866288 len=2062766 2024-07-27T18:54:00.929 INFO:tasks.workunit.client.0.smithi029.stdout:op 3981 completed, throughput=5MB/sec 2024-07-27T18:54:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:00 smithi029 ceph-mon[96870]: pgmap v1806: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:54:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:00 smithi029 ceph-mon[99353]: pgmap v1806: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:54:01.929 INFO:tasks.workunit.client.0.smithi029.stdout: 791: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:01.929 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9lM4w1luv3o2Cf5 off=4703052 len=1388855 2024-07-27T18:54:01.933 INFO:tasks.workunit.client.0.smithi029.stdout:op 3982 completed, throughput=5MB/sec 2024-07-27T18:54:01.933 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5CjmnCcBsw4xepm off=12457334 len=1292329 2024-07-27T18:54:01.940 INFO:tasks.workunit.client.0.smithi029.stdout:op 3983 completed, throughput=5MB/sec 2024-07-27T18:54:01.940 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bmXFb13FRkTsG1F off=4000364 len=558355 2024-07-27T18:54:01.941 INFO:tasks.workunit.client.0.smithi029.stdout:op 3984 completed, throughput=5MB/sec 2024-07-27T18:54:01.941 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iM-w60EJmzL7kB4 off=8022096 len=1876424 2024-07-27T18:54:01.950 INFO:tasks.workunit.client.0.smithi029.stdout:op 3985 completed, throughput=5MB/sec 2024-07-27T18:54:01.950 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OXRAX2BMt_sW0Ps off=396164 len=1859231 2024-07-27T18:54:01.957 INFO:tasks.workunit.client.0.smithi029.stdout:op 3986 completed, throughput=5MB/sec 2024-07-27T18:54:02.634 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:54:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:54:02] "GET /metrics HTTP/1.1" 200 34047 "" "Prometheus/2.43.0" 2024-07-27T18:54:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:02 smithi179 ceph-mon[89801]: pgmap v1807: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:54:02.958 INFO:tasks.workunit.client.0.smithi029.stdout: 792: throughput=5MB/sec pending data=0 2024-07-27T18:54:02.958 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PxzNMhYzLAayD_W off=11157413 len=2020306 2024-07-27T18:54:02.962 INFO:tasks.workunit.client.0.smithi029.stdout:op 3987 completed, throughput=5MB/sec 2024-07-27T18:54:02.962 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-51OS-DbTCdtwtVD off=498213 len=1212633 2024-07-27T18:54:02.964 INFO:tasks.workunit.client.0.smithi029.stdout:op 3988 completed, throughput=5MB/sec 2024-07-27T18:54:02.964 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qhh5F-04wP1b6Cg off=14305706 len=1567710 2024-07-27T18:54:02.973 INFO:tasks.workunit.client.0.smithi029.stdout:op 3989 completed, throughput=5MB/sec 2024-07-27T18:54:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:02 smithi029 ceph-mon[96870]: pgmap v1807: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:54:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:02 smithi029 ceph-mon[99353]: pgmap v1807: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:54:03.973 INFO:tasks.workunit.client.0.smithi029.stdout: 793: throughput=5MB/sec pending data=0 2024-07-27T18:54:03.973 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bfvK1TYgDBmz-F6 off=3644646 len=324244 2024-07-27T18:54:03.976 INFO:tasks.workunit.client.0.smithi029.stdout:op 3990 completed, throughput=5MB/sec 2024-07-27T18:54:03.976 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WBS8Bdft0Km-Qu3 off=2663711 len=2074570 2024-07-27T18:54:03.979 INFO:tasks.workunit.client.0.smithi029.stdout:op 3991 completed, throughput=5MB/sec 2024-07-27T18:54:03.979 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bFiCGp3sQ__edxH off=7638238 len=1680974 2024-07-27T18:54:03.980 INFO:tasks.workunit.client.0.smithi029.stdout:op 3992 completed, throughput=5MB/sec 2024-07-27T18:54:03.980 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5EvRk_N7Y8Zwk7q off=3898107 len=1261020 2024-07-27T18:54:03.982 INFO:tasks.workunit.client.0.smithi029.stdout:op 3993 completed, throughput=5MB/sec 2024-07-27T18:54:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:04 smithi179 ceph-mon[89801]: pgmap v1808: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:54:04.982 INFO:tasks.workunit.client.0.smithi029.stdout: 794: throughput=5MB/sec pending data=0 2024-07-27T18:54:04.982 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LJ2eV1Df76AYbHp off=4312019 len=1890214 2024-07-27T18:54:04.986 INFO:tasks.workunit.client.0.smithi029.stdout:op 3994 completed, throughput=5MB/sec 2024-07-27T18:54:04.986 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--e2o2eH4OAxfXsL off=529044 len=1403865 2024-07-27T18:54:04.988 INFO:tasks.workunit.client.0.smithi029.stdout:op 3995 completed, throughput=5MB/sec 2024-07-27T18:54:04.988 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--OLF_seEf1_hong off=8823472 len=1797912 2024-07-27T18:54:04.997 INFO:tasks.workunit.client.0.smithi029.stdout:op 3996 completed, throughput=5MB/sec 2024-07-27T18:54:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:04 smithi029 ceph-mon[96870]: pgmap v1808: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:54:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:04 smithi029 ceph-mon[99353]: pgmap v1808: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:54:05.998 INFO:tasks.workunit.client.0.smithi029.stdout: 795: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:05.998 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fDLXH7CkkmV_e5t off=5973712 len=597532 2024-07-27T18:54:06.002 INFO:tasks.workunit.client.0.smithi029.stdout:op 3997 completed, throughput=5MB/sec 2024-07-27T18:54:06.002 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zPpR4WoA51Vhijv off=9743199 len=498261 2024-07-27T18:54:06.003 INFO:tasks.workunit.client.0.smithi029.stdout:op 3998 completed, throughput=5MB/sec 2024-07-27T18:54:06.003 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-REFItpiu9Qgh-2Q off=2975643 len=46481 2024-07-27T18:54:06.006 INFO:tasks.workunit.client.0.smithi029.stdout:op 3999 completed, throughput=5MB/sec 2024-07-27T18:54:06.006 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e17Dlp3BUzw5qqb off=5699555 len=1350534 2024-07-27T18:54:06.008 INFO:tasks.workunit.client.0.smithi029.stdout:op 4000 completed, throughput=5MB/sec 2024-07-27T18:54:06.008 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5LtCGN40FwSqEGx off=1187670 len=1435250 2024-07-27T18:54:06.010 INFO:tasks.workunit.client.0.smithi029.stdout:op 4001 completed, throughput=5MB/sec 2024-07-27T18:54:06.010 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-U6q6vOo1YF5DdLQ off=1628867 len=1426256 2024-07-27T18:54:06.016 INFO:tasks.workunit.client.0.smithi029.stdout:op 4002 completed, throughput=5MB/sec 2024-07-27T18:54:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:06 smithi179 ceph-mon[89801]: pgmap v1809: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:54:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:06 smithi029 ceph-mon[96870]: pgmap v1809: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:54:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:06 smithi029 ceph-mon[99353]: pgmap v1809: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:54:07.016 INFO:tasks.workunit.client.0.smithi029.stdout: 796: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:07.017 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8Bztf6dcFDwW-mq off=346316 len=1597320 2024-07-27T18:54:07.019 INFO:tasks.workunit.client.0.smithi029.stdout:op 4003 completed, throughput=5MB/sec 2024-07-27T18:54:07.019 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eQ8ZGBM74VfZaPo off=4483915 len=2036329 2024-07-27T18:54:07.023 INFO:tasks.workunit.client.0.smithi029.stdout:op 4004 completed, throughput=5MB/sec 2024-07-27T18:54:07.023 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5LtCGN40FwSqEGx off=767539 len=1954446 2024-07-27T18:54:07.026 INFO:tasks.workunit.client.0.smithi029.stdout:op 4005 completed, throughput=5MB/sec 2024-07-27T18:54:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: 797: throughput=5MB/sec pending data=0 2024-07-27T18:54:08.026 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eH_uaCKrRAB3f3c off=9605358 len=1480826 2024-07-27T18:54:08.028 INFO:tasks.workunit.client.0.smithi029.stdout:op 4006 completed, throughput=5MB/sec 2024-07-27T18:54:08.028 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wwyIBcsXVsFK_VA off=2209632 len=1981531 2024-07-27T18:54:08.042 INFO:tasks.workunit.client.0.smithi029.stdout:op 4007 completed, throughput=5MB/sec 2024-07-27T18:54:08.042 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Dki5M7PxjHvCSFe off=22571967 len=1882804 2024-07-27T18:54:08.052 INFO:tasks.workunit.client.0.smithi029.stdout:op 4008 completed, throughput=5MB/sec 2024-07-27T18:54:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:08 smithi179 ceph-mon[89801]: pgmap v1810: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:54:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:08 smithi029 ceph-mon[96870]: pgmap v1810: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:54:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:08 smithi029 ceph-mon[99353]: pgmap v1810: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:54:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: 798: throughput=5MB/sec pending data=0 2024-07-27T18:54:09.053 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iKxKpoLCAgByS4z off=13790381 len=839739 2024-07-27T18:54:09.058 INFO:tasks.workunit.client.0.smithi029.stdout:op 4009 completed, throughput=5MB/sec 2024-07-27T18:54:09.058 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Yn-wVtxMFqM1ZUF off=1060863 len=83767 2024-07-27T18:54:09.059 INFO:tasks.workunit.client.0.smithi029.stdout:op 4010 completed, throughput=5MB/sec 2024-07-27T18:54:09.059 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2WLssw12o1HGyyP off=6457639 len=1556328 2024-07-27T18:54:09.065 INFO:tasks.workunit.client.0.smithi029.stdout:op 4011 completed, throughput=5MB/sec 2024-07-27T18:54:09.066 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AyAM6QarkDTfQVo off=14657881 len=430852 2024-07-27T18:54:09.069 INFO:tasks.workunit.client.0.smithi029.stdout:op 4012 completed, throughput=5MB/sec 2024-07-27T18:54:09.069 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xY_jflBvCmXMgvf off=262595 len=1207891 2024-07-27T18:54:09.070 INFO:tasks.workunit.client.0.smithi029.stdout:op 4013 completed, throughput=5MB/sec 2024-07-27T18:54:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:54:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:54:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:54:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: 799: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:10.070 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9Fp646gZZWHYlY9 off=16483853 len=620256 2024-07-27T18:54:10.074 INFO:tasks.workunit.client.0.smithi029.stdout:op 4014 completed, throughput=4.99MB/sec 2024-07-27T18:54:10.074 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-frajjxqi35B_6he off=7890302 len=677764 2024-07-27T18:54:10.080 INFO:tasks.workunit.client.0.smithi029.stdout:op 4015 completed, throughput=5MB/sec 2024-07-27T18:54:10.080 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1KV7DbdCPhckvHy off=52328 len=1452322 2024-07-27T18:54:10.083 INFO:tasks.workunit.client.0.smithi029.stdout:op 4016 completed, throughput=5MB/sec 2024-07-27T18:54:10.083 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MtzOkkwsWADnOeJ off=1216418 len=441128 2024-07-27T18:54:10.086 INFO:tasks.workunit.client.0.smithi029.stdout:op 4017 completed, throughput=5MB/sec 2024-07-27T18:54:10.086 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gmgODrzz5dkZ35C off=9011698 len=1707966 2024-07-27T18:54:10.088 INFO:tasks.workunit.client.0.smithi029.stdout:op 4018 completed, throughput=5MB/sec 2024-07-27T18:54:10.088 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sPBs8YRyCu30J_q off=477068 len=686943 2024-07-27T18:54:10.092 INFO:tasks.workunit.client.0.smithi029.stdout:op 4019 completed, throughput=5MB/sec 2024-07-27T18:54:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:10 smithi179 ceph-mon[89801]: pgmap v1811: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:54:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:10 smithi029 ceph-mon[96870]: pgmap v1811: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:54:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:10 smithi029 ceph-mon[99353]: pgmap v1811: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:54:11.092 INFO:tasks.workunit.client.0.smithi029.stdout: 800: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:11.092 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aII-VP5ay_pJXQ2 off=10131982 len=1224299 2024-07-27T18:54:11.094 INFO:tasks.workunit.client.0.smithi029.stdout:op 4020 completed, throughput=5MB/sec 2024-07-27T18:54:11.094 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CA7ckzHl4osi7m4 off=817016 len=1384698 2024-07-27T18:54:11.100 INFO:tasks.workunit.client.0.smithi029.stdout:op 4021 completed, throughput=5MB/sec 2024-07-27T18:54:11.100 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PnpQpBOZyrbPCta off=13621138 len=924719 2024-07-27T18:54:11.103 INFO:tasks.workunit.client.0.smithi029.stdout:op 4022 completed, throughput=5MB/sec 2024-07-27T18:54:11.103 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nUt7Our9UZ-M2ZL off=17119685 len=537182 2024-07-27T18:54:11.104 INFO:tasks.workunit.client.0.smithi029.stdout:op 4023 completed, throughput=5MB/sec 2024-07-27T18:54:11.104 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2TMojwu-QOhFnoP off=9662002 len=1263892 2024-07-27T18:54:11.107 INFO:tasks.workunit.client.0.smithi029.stdout:op 4024 completed, throughput=5MB/sec 2024-07-27T18:54:12.107 INFO:tasks.workunit.client.0.smithi029.stdout: 801: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:12.107 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SMfr8S7Ffn-YOZZ off=2084951 len=10348 2024-07-27T18:54:12.109 INFO:tasks.workunit.client.0.smithi029.stdout:op 4025 completed, throughput=4.99MB/sec 2024-07-27T18:54:12.110 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XM2114Co9z3PiQI off=470160 len=1473164 2024-07-27T18:54:12.111 INFO:tasks.workunit.client.0.smithi029.stdout:op 4026 completed, throughput=5MB/sec 2024-07-27T18:54:12.111 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-93w96AeWBZlxhB6 off=398923 len=224887 2024-07-27T18:54:12.114 INFO:tasks.workunit.client.0.smithi029.stdout:op 4027 completed, throughput=5MB/sec 2024-07-27T18:54:12.115 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GepaUDh6CqYGeR0 off=1763061 len=562061 2024-07-27T18:54:12.118 INFO:tasks.workunit.client.0.smithi029.stdout:op 4028 completed, throughput=5MB/sec 2024-07-27T18:54:12.118 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UjuWW6-fvWmznQ1 off=2726615 len=746480 2024-07-27T18:54:12.119 INFO:tasks.workunit.client.0.smithi029.stdout:op 4029 completed, throughput=5MB/sec 2024-07-27T18:54:12.120 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fKRoE3jQ8SHZnT6 off=2011048 len=501468 2024-07-27T18:54:12.124 INFO:tasks.workunit.client.0.smithi029.stdout:op 4030 completed, throughput=5MB/sec 2024-07-27T18:54:12.124 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-q3X_nUrluRmDgEA off=5944304 len=1533584 2024-07-27T18:54:12.125 INFO:tasks.workunit.client.0.smithi029.stdout:op 4031 completed, throughput=5MB/sec 2024-07-27T18:54:12.125 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IUDO8XOjVewDrUX off=4132801 len=1090176 2024-07-27T18:54:12.130 INFO:tasks.workunit.client.0.smithi029.stdout:op 4032 completed, throughput=5MB/sec 2024-07-27T18:54:12.651 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:54:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:54:12] "GET /metrics HTTP/1.1" 200 34053 "" "Prometheus/2.43.0" 2024-07-27T18:54:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:12 smithi179 ceph-mon[89801]: pgmap v1812: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 3 op/s 2024-07-27T18:54:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:12 smithi029 ceph-mon[99353]: pgmap v1812: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 3 op/s 2024-07-27T18:54:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:12 smithi029 ceph-mon[96870]: pgmap v1812: 105 pgs: 105 active+clean; 127 GiB data, 9.4 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 3 op/s 2024-07-27T18:54:13.131 INFO:tasks.workunit.client.0.smithi029.stdout: 802: throughput=5MB/sec pending data=0 2024-07-27T18:54:13.131 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-czGq3QkasbDree3 off=7160281 len=1062880 2024-07-27T18:54:13.132 INFO:tasks.workunit.client.0.smithi029.stdout:op 4033 completed, throughput=5MB/sec 2024-07-27T18:54:13.132 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0Xtx5Hn-pqW4gZr off=10419447 len=346364 2024-07-27T18:54:13.133 INFO:tasks.workunit.client.0.smithi029.stdout:op 4034 completed, throughput=5MB/sec 2024-07-27T18:54:13.133 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VVtECx-jcTTtxPN off=3314283 len=59956 2024-07-27T18:54:13.134 INFO:tasks.workunit.client.0.smithi029.stdout:op 4035 completed, throughput=5MB/sec 2024-07-27T18:54:13.134 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RaH60soxuh8HL9j off=2694580 len=1462855 2024-07-27T18:54:13.136 INFO:tasks.workunit.client.0.smithi029.stdout:op 4036 completed, throughput=5MB/sec 2024-07-27T18:54:13.136 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TIMMMAN1R4uWZEQ off=3901170 len=1650678 2024-07-27T18:54:13.139 INFO:tasks.workunit.client.0.smithi029.stdout:op 4037 completed, throughput=5MB/sec 2024-07-27T18:54:14.140 INFO:tasks.workunit.client.0.smithi029.stdout: 803: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:14.140 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Pf9jpFaPyRW6B5w off=16369101 len=1497574 2024-07-27T18:54:14.148 INFO:tasks.workunit.client.0.smithi029.stdout:op 4038 completed, throughput=5MB/sec 2024-07-27T18:54:14.148 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hUqkGwhE3ScvnXl off=3603671 len=706047 2024-07-27T18:54:14.152 INFO:tasks.workunit.client.0.smithi029.stdout:op 4039 completed, throughput=5MB/sec 2024-07-27T18:54:14.152 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UPIFLSIguWZFslO off=21022852 len=1265012 2024-07-27T18:54:14.158 INFO:tasks.workunit.client.0.smithi029.stdout:op 4040 completed, throughput=5MB/sec 2024-07-27T18:54:14.158 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lZexFDtT0XJdaOr off=1616338 len=1420276 2024-07-27T18:54:14.161 INFO:tasks.workunit.client.0.smithi029.stdout:op 4041 completed, throughput=5MB/sec 2024-07-27T18:54:14.161 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ByX1CBps9X0205o off=10262151 len=479653 2024-07-27T18:54:14.162 INFO:tasks.workunit.client.0.smithi029.stdout:op 4042 completed, throughput=5MB/sec 2024-07-27T18:54:14.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:14 smithi179 ceph-mon[89801]: pgmap v1813: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:54:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:14 smithi029 ceph-mon[96870]: pgmap v1813: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:54:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:14 smithi029 ceph-mon[99353]: pgmap v1813: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:54:15.162 INFO:tasks.workunit.client.0.smithi029.stdout: 804: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:15.163 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ERyRIwYjpiEL49v off=1947069 len=145033 2024-07-27T18:54:15.165 INFO:tasks.workunit.client.0.smithi029.stdout:op 4043 completed, throughput=4.99MB/sec 2024-07-27T18:54:15.166 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-o7fgkHe08D9fk6b off=15273233 len=1864212 2024-07-27T18:54:15.168 INFO:tasks.workunit.client.0.smithi029.stdout:op 4044 completed, throughput=5MB/sec 2024-07-27T18:54:15.168 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--7vPOrhEhWiDJBN off=2527393 len=1374853 2024-07-27T18:54:15.176 INFO:tasks.workunit.client.0.smithi029.stdout:op 4045 completed, throughput=5MB/sec 2024-07-27T18:54:15.176 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sszfFQMy4SMnIf9 off=4224247 len=1721404 2024-07-27T18:54:15.184 INFO:tasks.workunit.client.0.smithi029.stdout:op 4046 completed, throughput=5MB/sec 2024-07-27T18:54:16.185 INFO:tasks.workunit.client.0.smithi029.stdout: 805: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:16.185 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FhNgyeizb-K7GWD off=10213727 len=1926175 2024-07-27T18:54:16.193 INFO:tasks.workunit.client.0.smithi029.stdout:op 4047 completed, throughput=5MB/sec 2024-07-27T18:54:16.193 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Gr125wQhvyqSGwl off=5769140 len=1294702 2024-07-27T18:54:16.198 INFO:tasks.workunit.client.0.smithi029.stdout:op 4048 completed, throughput=5MB/sec 2024-07-27T18:54:16.198 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EadUNv98FPQRrMJ off=1410974 len=1298478 2024-07-27T18:54:16.199 INFO:tasks.workunit.client.0.smithi029.stdout:op 4049 completed, throughput=5MB/sec 2024-07-27T18:54:16.200 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FNb2CvUu5pFl6KK off=1110409 len=667102 2024-07-27T18:54:16.203 INFO:tasks.workunit.client.0.smithi029.stdout:op 4050 completed, throughput=5MB/sec 2024-07-27T18:54:16.203 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EaRKQcGvRS0Gvmw off=11032509 len=918833 2024-07-27T18:54:16.204 INFO:tasks.workunit.client.0.smithi029.stdout:op 4051 completed, throughput=5MB/sec 2024-07-27T18:54:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:16 smithi179 ceph-mon[89801]: pgmap v1814: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:54:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:16 smithi029 ceph-mon[96870]: pgmap v1814: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:54:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:16 smithi029 ceph-mon[99353]: pgmap v1814: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:54:17.204 INFO:tasks.workunit.client.0.smithi029.stdout: 806: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:17.205 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Xg3L9E5U4ZUBeqG off=5125009 len=1762194 2024-07-27T18:54:17.209 INFO:tasks.workunit.client.0.smithi029.stdout:op 4052 completed, throughput=5MB/sec 2024-07-27T18:54:17.209 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-634gf8S2ka3dnDU off=22089922 len=1833518 2024-07-27T18:54:17.217 INFO:tasks.workunit.client.0.smithi029.stdout:op 4053 completed, throughput=5MB/sec 2024-07-27T18:54:17.217 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hVVONQSOy6nruef off=8879991 len=1939146 2024-07-27T18:54:17.220 INFO:tasks.workunit.client.0.smithi029.stdout:op 4054 completed, throughput=5MB/sec 2024-07-27T18:54:18.222 INFO:tasks.workunit.client.0.smithi029.stdout: 807: throughput=5MB/sec pending data=0 2024-07-27T18:54:18.222 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2O-UEgrECF4_NwW off=5665002 len=2037085 2024-07-27T18:54:18.223 INFO:tasks.workunit.client.0.smithi029.stdout:op 4055 completed, throughput=5MB/sec 2024-07-27T18:54:18.223 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fGaqvfy79IgkGCF off=2917287 len=112615 2024-07-27T18:54:18.226 INFO:tasks.workunit.client.0.smithi029.stdout:op 4056 completed, throughput=5MB/sec 2024-07-27T18:54:18.226 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NuMyKShFOwgsTV1 off=14755054 len=1677166 2024-07-27T18:54:18.236 INFO:tasks.workunit.client.0.smithi029.stdout:op 4057 completed, throughput=5MB/sec 2024-07-27T18:54:18.236 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WnqQsc0OAT9ff8H off=1496028 len=1399992 2024-07-27T18:54:18.242 INFO:tasks.workunit.client.0.smithi029.stdout:op 4058 completed, throughput=5MB/sec 2024-07-27T18:54:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:18 smithi179 ceph-mon[89801]: pgmap v1815: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:54:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:18 smithi029 ceph-mon[96870]: pgmap v1815: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:54:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:18 smithi029 ceph-mon[99353]: pgmap v1815: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:54:19.242 INFO:tasks.workunit.client.0.smithi029.stdout: 808: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:19.245 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wcvcRNoe2lwbFF5 off=3727024 len=330220 2024-07-27T18:54:19.246 INFO:tasks.workunit.client.0.smithi029.stdout:op 4059 completed, throughput=5MB/sec 2024-07-27T18:54:19.246 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qvEJkBxIpZa8JA0 off=6070845 len=1837169 2024-07-27T18:54:19.246 INFO:tasks.workunit.client.0.smithi029.stdout:op 4060 completed, throughput=5MB/sec 2024-07-27T18:54:19.246 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Vky3sFpPE_AUC1Y off=12593401 len=1023419 2024-07-27T18:54:19.252 INFO:tasks.workunit.client.0.smithi029.stdout:op 4061 completed, throughput=5MB/sec 2024-07-27T18:54:19.252 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1rACxaRZFCdPQfr off=8470703 len=383532 2024-07-27T18:54:19.252 INFO:tasks.workunit.client.0.smithi029.stdout:op 4062 completed, throughput=5MB/sec 2024-07-27T18:54:19.252 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-75HV2IIxwxrqxBG off=6770997 len=1833446 2024-07-27T18:54:19.256 INFO:tasks.workunit.client.0.smithi029.stdout:op 4063 completed, throughput=5MB/sec 2024-07-27T18:54:20.257 INFO:tasks.workunit.client.0.smithi029.stdout: 809: throughput=5MB/sec pending data=0 2024-07-27T18:54:20.257 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JykeJUMm_mHJ5p0 off=4355138 len=1676088 2024-07-27T18:54:20.264 INFO:tasks.workunit.client.0.smithi029.stdout:op 4064 completed, throughput=5MB/sec 2024-07-27T18:54:20.265 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CVKHPi7ghznpnT- off=12119249 len=226065 2024-07-27T18:54:20.265 INFO:tasks.workunit.client.0.smithi029.stdout:op 4065 completed, throughput=5MB/sec 2024-07-27T18:54:20.265 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9MAHexnYVUofQ6k off=5681084 len=477737 2024-07-27T18:54:20.266 INFO:tasks.workunit.client.0.smithi029.stdout:op 4066 completed, throughput=5MB/sec 2024-07-27T18:54:20.266 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TRAT7dqbZDQLXYE off=8245913 len=230044 2024-07-27T18:54:20.270 INFO:tasks.workunit.client.0.smithi029.stdout:op 4067 completed, throughput=5MB/sec 2024-07-27T18:54:20.270 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kimkQS-T9CjrBm- off=2145450 len=510755 2024-07-27T18:54:20.270 INFO:tasks.workunit.client.0.smithi029.stdout:op 4068 completed, throughput=5MB/sec 2024-07-27T18:54:20.270 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pth0N5xLyfelzmG off=6176730 len=939201 2024-07-27T18:54:20.271 INFO:tasks.workunit.client.0.smithi029.stdout:op 4069 completed, throughput=5MB/sec 2024-07-27T18:54:20.271 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-x_GQVK8H9QKy_Uu off=1405513 len=1076863 2024-07-27T18:54:20.272 INFO:tasks.workunit.client.0.smithi029.stdout:op 4070 completed, throughput=5MB/sec 2024-07-27T18:54:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:20 smithi029 ceph-mon[96870]: pgmap v1816: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:54:21.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:20 smithi029 ceph-mon[99353]: pgmap v1816: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:54:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:20 smithi179 ceph-mon[89801]: pgmap v1816: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:54:21.272 INFO:tasks.workunit.client.0.smithi029.stdout: 810: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:21.273 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FYPE50YXveEji3n off=3822334 len=1386392 2024-07-27T18:54:21.274 INFO:tasks.workunit.client.0.smithi029.stdout:op 4071 completed, throughput=5MB/sec 2024-07-27T18:54:21.275 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2nI1I0XCgmEuiZ1 off=19350030 len=1543269 2024-07-27T18:54:21.277 INFO:tasks.workunit.client.0.smithi029.stdout:op 4072 completed, throughput=5MB/sec 2024-07-27T18:54:21.277 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ni_FHY3ple1ELNm off=6599724 len=1703932 2024-07-27T18:54:21.278 INFO:tasks.workunit.client.0.smithi029.stdout:op 4073 completed, throughput=5MB/sec 2024-07-27T18:54:22.279 INFO:tasks.workunit.client.0.smithi029.stdout: 811: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:22.279 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ybD6VdNgCao1Efn off=15177559 len=6856 2024-07-27T18:54:22.280 INFO:tasks.workunit.client.0.smithi029.stdout:op 4074 completed, throughput=4.99MB/sec 2024-07-27T18:54:22.280 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bCWW-PXOwp96FkY off=7586649 len=1315514 2024-07-27T18:54:22.287 INFO:tasks.workunit.client.0.smithi029.stdout:op 4075 completed, throughput=5MB/sec 2024-07-27T18:54:22.287 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VZ3stexEfhk99YL off=8902196 len=275579 2024-07-27T18:54:22.290 INFO:tasks.workunit.client.0.smithi029.stdout:op 4076 completed, throughput=5MB/sec 2024-07-27T18:54:22.291 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dzVHx4YEgPVa08E off=10867988 len=145118 2024-07-27T18:54:22.293 INFO:tasks.workunit.client.0.smithi029.stdout:op 4077 completed, throughput=5MB/sec 2024-07-27T18:54:22.293 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-h0KQkOnAQJj0Oe2 off=1605170 len=40601 2024-07-27T18:54:22.295 INFO:tasks.workunit.client.0.smithi029.stdout:op 4078 completed, throughput=5MB/sec 2024-07-27T18:54:22.295 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-So-IlSXf5AsNpmG off=4397234 len=1350676 2024-07-27T18:54:22.302 INFO:tasks.workunit.client.0.smithi029.stdout:op 4079 completed, throughput=5MB/sec 2024-07-27T18:54:22.303 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_6C2l4l2yVYJGts off=2319417 len=1877978 2024-07-27T18:54:22.304 INFO:tasks.workunit.client.0.smithi029.stdout:op 4080 completed, throughput=5MB/sec 2024-07-27T18:54:22.304 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ddRw4T4XT1WeaVU off=11192285 len=956419 2024-07-27T18:54:22.309 INFO:tasks.workunit.client.0.smithi029.stdout:op 4081 completed, throughput=5MB/sec 2024-07-27T18:54:22.666 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:54:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:54:22] "GET /metrics HTTP/1.1" 200 34053 "" "Prometheus/2.43.0" 2024-07-27T18:54:22.965 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:22 smithi179 ceph-mon[89801]: pgmap v1817: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:54:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:22 smithi029 ceph-mon[96870]: pgmap v1817: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:54:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:22 smithi029 ceph-mon[99353]: pgmap v1817: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:54:23.309 INFO:tasks.workunit.client.0.smithi029.stdout: 812: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:23.310 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AoEoQ90OFt646_l off=567099 len=1891491 2024-07-27T18:54:23.312 INFO:tasks.workunit.client.0.smithi029.stdout:op 4082 completed, throughput=5MB/sec 2024-07-27T18:54:23.312 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-InJK50J7nZjlihK off=11462377 len=1043014 2024-07-27T18:54:23.313 INFO:tasks.workunit.client.0.smithi029.stdout:op 4083 completed, throughput=5MB/sec 2024-07-27T18:54:23.313 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sVdpVvmA9brnIS3 off=732915 len=1180253 2024-07-27T18:54:23.320 INFO:tasks.workunit.client.0.smithi029.stdout:op 4084 completed, throughput=5MB/sec 2024-07-27T18:54:23.320 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pKYsqrt_-UpC11U off=4084140 len=1766566 2024-07-27T18:54:23.322 INFO:tasks.workunit.client.0.smithi029.stdout:op 4085 completed, throughput=5MB/sec 2024-07-27T18:54:24.322 INFO:tasks.workunit.client.0.smithi029.stdout: 813: throughput=5MB/sec pending data=0 2024-07-27T18:54:24.322 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Lj14OlV5HXo5J0Z off=3122389 len=984177 2024-07-27T18:54:24.323 INFO:tasks.workunit.client.0.smithi029.stdout:op 4086 completed, throughput=5MB/sec 2024-07-27T18:54:24.324 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-22m9-VgYURFxOGp off=10279407 len=1060230 2024-07-27T18:54:24.330 INFO:tasks.workunit.client.0.smithi029.stdout:op 4087 completed, throughput=5MB/sec 2024-07-27T18:54:24.330 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mYw8w7h-XuKLUDJ off=11536716 len=572834 2024-07-27T18:54:24.334 INFO:tasks.workunit.client.0.smithi029.stdout:op 4088 completed, throughput=5MB/sec 2024-07-27T18:54:24.334 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rBPT2ZyKaHw_zog off=1302897 len=1137564 2024-07-27T18:54:24.336 INFO:tasks.workunit.client.0.smithi029.stdout:op 4089 completed, throughput=5MB/sec 2024-07-27T18:54:24.336 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IVJ6BcbnKQZeCEl off=6004299 len=1828347 2024-07-27T18:54:24.338 INFO:tasks.workunit.client.0.smithi029.stdout:op 4090 completed, throughput=5MB/sec 2024-07-27T18:54:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:24 smithi029 ceph-mon[96870]: pgmap v1818: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:54:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:54:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:24 smithi029 ceph-mon[99353]: pgmap v1818: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:54:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:54:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:24 smithi179 ceph-mon[89801]: pgmap v1818: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:54:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:54:25.338 INFO:tasks.workunit.client.0.smithi029.stdout: 814: throughput=5MB/sec pending data=0 2024-07-27T18:54:25.339 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FJeP5jmryC4aEme off=2072224 len=1827898 2024-07-27T18:54:25.346 INFO:tasks.workunit.client.0.smithi029.stdout:op 4091 completed, throughput=5MB/sec 2024-07-27T18:54:25.346 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2byF1c0tuQUN4Ib off=7799650 len=392886 2024-07-27T18:54:25.347 INFO:tasks.workunit.client.0.smithi029.stdout:op 4092 completed, throughput=5MB/sec 2024-07-27T18:54:25.347 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BcbCkc0gq63aAQn off=0 len=1053404 2024-07-27T18:54:25.352 INFO:tasks.workunit.client.0.smithi029.stdout:op 4093 completed, throughput=5MB/sec 2024-07-27T18:54:25.352 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wPlv6MCxS1HLxIf off=1068640 len=1788158 2024-07-27T18:54:25.353 INFO:tasks.workunit.client.0.smithi029.stdout:op 4094 completed, throughput=5MB/sec 2024-07-27T18:54:26.354 INFO:tasks.workunit.client.0.smithi029.stdout: 815: throughput=5MB/sec pending data=0 2024-07-27T18:54:26.354 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LWwnweJqehKO7lt off=238871 len=1683913 2024-07-27T18:54:26.356 INFO:tasks.workunit.client.0.smithi029.stdout:op 4095 completed, throughput=5MB/sec 2024-07-27T18:54:26.356 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dICEznDWosRq7CD off=4765066 len=973577 2024-07-27T18:54:26.357 INFO:tasks.workunit.client.0.smithi029.stdout:op 4096 completed, throughput=5MB/sec 2024-07-27T18:54:26.357 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vBsM8OeaBgF8FeH off=7713411 len=453040 2024-07-27T18:54:26.361 INFO:tasks.workunit.client.0.smithi029.stdout:op 4097 completed, throughput=5MB/sec 2024-07-27T18:54:26.361 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4bVWZ0Ald91ytxn off=10488211 len=894116 2024-07-27T18:54:26.362 INFO:tasks.workunit.client.0.smithi029.stdout:op 4098 completed, throughput=5MB/sec 2024-07-27T18:54:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:26 smithi029 ceph-mon[96870]: pgmap v1819: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:54:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:26 smithi029 ceph-mon[99353]: pgmap v1819: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:54:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:26 smithi179 ceph-mon[89801]: pgmap v1819: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:54:27.362 INFO:tasks.workunit.client.0.smithi029.stdout: 816: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:27.362 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FbmFMHE5_XoCvbO off=1673717 len=2069943 2024-07-27T18:54:27.364 INFO:tasks.workunit.client.0.smithi029.stdout:op 4099 completed, throughput=5MB/sec 2024-07-27T18:54:27.365 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5EE8qgEEwtfM7pA off=148658 len=1851493 2024-07-27T18:54:27.367 INFO:tasks.workunit.client.0.smithi029.stdout:op 4100 completed, throughput=5MB/sec 2024-07-27T18:54:27.367 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oesK3wlsleWEDxr off=9243495 len=1636589 2024-07-27T18:54:27.374 INFO:tasks.workunit.client.0.smithi029.stdout:op 4101 completed, throughput=5MB/sec 2024-07-27T18:54:28.374 INFO:tasks.workunit.client.0.smithi029.stdout: 817: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:28.374 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xKYCHkPtsK59Z2h off=12441513 len=1159069 2024-07-27T18:54:28.376 INFO:tasks.workunit.client.0.smithi029.stdout:op 4102 completed, throughput=5MB/sec 2024-07-27T18:54:28.376 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h2MYTsfNuT2Fw1s off=5498576 len=1245104 2024-07-27T18:54:28.379 INFO:tasks.workunit.client.0.smithi029.stdout:op 4103 completed, throughput=5MB/sec 2024-07-27T18:54:28.379 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jEG5Q4hQoyO0mi_ off=9849053 len=1999278 2024-07-27T18:54:28.383 INFO:tasks.workunit.client.0.smithi029.stdout:op 4104 completed, throughput=5MB/sec 2024-07-27T18:54:28.383 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RYqYutVwOuS8Xqa off=7824189 len=600033 2024-07-27T18:54:28.387 INFO:tasks.workunit.client.0.smithi029.stdout:op 4105 completed, throughput=5MB/sec 2024-07-27T18:54:28.388 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mCecL8oQxmp2DKX off=3007930 len=1954954 2024-07-27T18:54:28.398 INFO:tasks.workunit.client.0.smithi029.stdout:op 4106 completed, throughput=5MB/sec 2024-07-27T18:54:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:28 smithi029 ceph-mon[96870]: pgmap v1820: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:54:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:28 smithi029 ceph-mon[99353]: pgmap v1820: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:54:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:28 smithi179 ceph-mon[89801]: pgmap v1820: 105 pgs: 105 active+clean; 127 GiB data, 9.5 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:54:29.399 INFO:tasks.workunit.client.0.smithi029.stdout: 818: throughput=5MB/sec pending data=0 2024-07-27T18:54:29.399 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jDlV4lf9uhPScNw off=52075 len=351776 2024-07-27T18:54:29.402 INFO:tasks.workunit.client.0.smithi029.stdout:op 4107 completed, throughput=5MB/sec 2024-07-27T18:54:29.402 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cdpLYkWFFGWc8fv off=2460709 len=788045 2024-07-27T18:54:29.403 INFO:tasks.workunit.client.0.smithi029.stdout:op 4108 completed, throughput=5MB/sec 2024-07-27T18:54:29.404 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OWMBNgub-hM8843 off=6624841 len=484465 2024-07-27T18:54:29.405 INFO:tasks.workunit.client.0.smithi029.stdout:op 4109 completed, throughput=5MB/sec 2024-07-27T18:54:29.405 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WEvrS3EHEMzSnZA off=9914284 len=663048 2024-07-27T18:54:29.406 INFO:tasks.workunit.client.0.smithi029.stdout:op 4110 completed, throughput=5MB/sec 2024-07-27T18:54:29.406 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TkovSblVptIqkMd off=3137174 len=2039432 2024-07-27T18:54:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:op 4111 completed, throughput=5MB/sec 2024-07-27T18:54:30.409 INFO:tasks.workunit.client.0.smithi029.stdout: 819: throughput=5MB/sec pending data=0 2024-07-27T18:54:30.409 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ggAAEx-VxYvyrqU off=8667916 len=343618 2024-07-27T18:54:30.410 INFO:tasks.workunit.client.0.smithi029.stdout:op 4112 completed, throughput=5MB/sec 2024-07-27T18:54:30.410 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-p7wUXaY3PnkD7Fm off=7580487 len=630397 2024-07-27T18:54:30.414 INFO:tasks.workunit.client.0.smithi029.stdout:op 4113 completed, throughput=5MB/sec 2024-07-27T18:54:30.414 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qCYynV7E2cJHVBW off=5942342 len=1925313 2024-07-27T18:54:30.428 INFO:tasks.workunit.client.0.smithi029.stdout:op 4114 completed, throughput=5MB/sec 2024-07-27T18:54:30.428 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_gorgL4Ed2rD3Gq off=13385252 len=951902 2024-07-27T18:54:30.429 INFO:tasks.workunit.client.0.smithi029.stdout:op 4115 completed, throughput=5MB/sec 2024-07-27T18:54:30.429 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8zfeJH51CybLcgj off=2393821 len=890043 2024-07-27T18:54:30.434 INFO:tasks.workunit.client.0.smithi029.stdout:op 4116 completed, throughput=5MB/sec 2024-07-27T18:54:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:30 smithi029 ceph-mon[96870]: pgmap v1821: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:54:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:30 smithi029 ceph-mon[99353]: pgmap v1821: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:54:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:30 smithi179 ceph-mon[89801]: pgmap v1821: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:54:31.434 INFO:tasks.workunit.client.0.smithi029.stdout: 820: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:31.435 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qXC3_kWRz4h0qxb off=4830150 len=1956988 2024-07-27T18:54:31.437 INFO:tasks.workunit.client.0.smithi029.stdout:op 4117 completed, throughput=5MB/sec 2024-07-27T18:54:31.437 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Nh3K20vbdCT7Xgo off=4091887 len=1471071 2024-07-27T18:54:31.439 INFO:tasks.workunit.client.0.smithi029.stdout:op 4118 completed, throughput=5MB/sec 2024-07-27T18:54:31.439 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZDmx3Za4KXHYrng off=2479613 len=1782250 2024-07-27T18:54:31.443 INFO:tasks.workunit.client.0.smithi029.stdout:op 4119 completed, throughput=5MB/sec 2024-07-27T18:54:32.444 INFO:tasks.workunit.client.0.smithi029.stdout: 821: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:32.444 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FcrwgsKc4n_B_2G off=17016564 len=305081 2024-07-27T18:54:32.445 INFO:tasks.workunit.client.0.smithi029.stdout:op 4120 completed, throughput=4.99MB/sec 2024-07-27T18:54:32.445 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-o93uxqURHP_ScyI off=10245600 len=719572 2024-07-27T18:54:32.447 INFO:tasks.workunit.client.0.smithi029.stdout:op 4121 completed, throughput=5MB/sec 2024-07-27T18:54:32.447 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-33q4KsNOYOaWwgK off=626290 len=1648119 2024-07-27T18:54:32.456 INFO:tasks.workunit.client.0.smithi029.stdout:op 4122 completed, throughput=5MB/sec 2024-07-27T18:54:32.456 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--0TVhCBfNv6nPcI off=6150654 len=930204 2024-07-27T18:54:32.461 INFO:tasks.workunit.client.0.smithi029.stdout:op 4123 completed, throughput=5MB/sec 2024-07-27T18:54:32.461 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--Nyzrk-muNAOPIR off=19817321 len=268419 2024-07-27T18:54:32.462 INFO:tasks.workunit.client.0.smithi029.stdout:op 4124 completed, throughput=5MB/sec 2024-07-27T18:54:32.462 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GUHf2cvqiQO-jTh off=275039 len=426899 2024-07-27T18:54:32.463 INFO:tasks.workunit.client.0.smithi029.stdout:op 4125 completed, throughput=5MB/sec 2024-07-27T18:54:32.463 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hQe2a2tf_FKixVh off=1232278 len=835710 2024-07-27T18:54:32.467 INFO:tasks.workunit.client.0.smithi029.stdout:op 4126 completed, throughput=5MB/sec 2024-07-27T18:54:32.468 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-w-G7-0xXDep2z2J off=14900577 len=1737532 2024-07-27T18:54:32.475 INFO:tasks.workunit.client.0.smithi029.stdout:op 4127 completed, throughput=5MB/sec 2024-07-27T18:54:32.681 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:54:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:54:32] "GET /metrics HTTP/1.1" 200 34051 "" "Prometheus/2.43.0" 2024-07-27T18:54:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:32 smithi029 ceph-mon[96870]: pgmap v1822: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:54:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:32 smithi029 ceph-mon[99353]: pgmap v1822: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:54:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:32 smithi179 ceph-mon[89801]: pgmap v1822: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:54:33.476 INFO:tasks.workunit.client.0.smithi029.stdout: 822: throughput=5MB/sec pending data=0 2024-07-27T18:54:33.476 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gumspYmRQ7yPQ1J off=8025347 len=548660 2024-07-27T18:54:33.479 INFO:tasks.workunit.client.0.smithi029.stdout:op 4128 completed, throughput=5MB/sec 2024-07-27T18:54:33.480 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mwxbz31ddQkpfVq off=16552404 len=431614 2024-07-27T18:54:33.480 INFO:tasks.workunit.client.0.smithi029.stdout:op 4129 completed, throughput=5MB/sec 2024-07-27T18:54:33.480 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aN5W7FOMfXQSik2 off=1403118 len=2043582 2024-07-27T18:54:33.482 INFO:tasks.workunit.client.0.smithi029.stdout:op 4130 completed, throughput=5MB/sec 2024-07-27T18:54:33.482 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dVveweTpCG-MbBV off=9367094 len=1288236 2024-07-27T18:54:33.485 INFO:tasks.workunit.client.0.smithi029.stdout:op 4131 completed, throughput=5MB/sec 2024-07-27T18:54:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:54:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:54:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:54:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:33 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:54:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:54:34.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:54:34.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:54:34.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:33 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:54:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:54:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:54:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:54:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:33 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:54:34.486 INFO:tasks.workunit.client.0.smithi029.stdout: 823: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:34.486 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fDz-SJRG21aXbZP off=3624722 len=214676 2024-07-27T18:54:34.488 INFO:tasks.workunit.client.0.smithi029.stdout:op 4132 completed, throughput=5MB/sec 2024-07-27T18:54:34.488 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TbIxiBoNp47Hsl2 off=4752676 len=1557035 2024-07-27T18:54:34.489 INFO:tasks.workunit.client.0.smithi029.stdout:op 4133 completed, throughput=5MB/sec 2024-07-27T18:54:34.490 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4LAfy7KrK7XAXn3 off=2537426 len=1971133 2024-07-27T18:54:34.501 INFO:tasks.workunit.client.0.smithi029.stdout:op 4134 completed, throughput=5MB/sec 2024-07-27T18:54:34.501 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EqCPueeYhC5rk1G off=21893065 len=1410881 2024-07-27T18:54:34.508 INFO:tasks.workunit.client.0.smithi029.stdout:op 4135 completed, throughput=5MB/sec 2024-07-27T18:54:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:34 smithi029 ceph-mon[99353]: pgmap v1823: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:54:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:34 smithi029 ceph-mon[96870]: pgmap v1823: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:54:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:34 smithi179 ceph-mon[89801]: pgmap v1823: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:54:35.509 INFO:tasks.workunit.client.0.smithi029.stdout: 824: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:35.509 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q4JiNkXEOXasEIn off=1682070 len=511407 2024-07-27T18:54:35.509 INFO:tasks.workunit.client.0.smithi029.stdout:op 4136 completed, throughput=5MB/sec 2024-07-27T18:54:35.510 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-X0AgZiihzbCRRpV off=2026154 len=1525536 2024-07-27T18:54:35.511 INFO:tasks.workunit.client.0.smithi029.stdout:op 4137 completed, throughput=5MB/sec 2024-07-27T18:54:35.512 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vmCkUR1SsVMJWvm off=11672504 len=573756 2024-07-27T18:54:35.514 INFO:tasks.workunit.client.0.smithi029.stdout:op 4138 completed, throughput=5MB/sec 2024-07-27T18:54:35.514 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nK0d3_pOoJUTlI2 off=11570127 len=1116390 2024-07-27T18:54:35.520 INFO:tasks.workunit.client.0.smithi029.stdout:op 4139 completed, throughput=5MB/sec 2024-07-27T18:54:35.520 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hnrVR1a-QV1zYVp off=493893 len=1868835 2024-07-27T18:54:35.531 INFO:tasks.workunit.client.0.smithi029.stdout:op 4140 completed, throughput=5MB/sec 2024-07-27T18:54:36.531 INFO:tasks.workunit.client.0.smithi029.stdout: 825: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:36.532 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vQM8fBpTFYfJDWl off=3835697 len=781196 2024-07-27T18:54:36.533 INFO:tasks.workunit.client.0.smithi029.stdout:op 4141 completed, throughput=5MB/sec 2024-07-27T18:54:36.533 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-V4sPZb9BWJSWBzp off=4249395 len=204956 2024-07-27T18:54:36.533 INFO:tasks.workunit.client.0.smithi029.stdout:op 4142 completed, throughput=5MB/sec 2024-07-27T18:54:36.534 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rGOzczuGjfexMQx off=12567157 len=1169894 2024-07-27T18:54:36.535 INFO:tasks.workunit.client.0.smithi029.stdout:op 4143 completed, throughput=5MB/sec 2024-07-27T18:54:36.535 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pKYsqrt_-UpC11U off=8526184 len=1299827 2024-07-27T18:54:36.537 INFO:tasks.workunit.client.0.smithi029.stdout:op 4144 completed, throughput=5MB/sec 2024-07-27T18:54:36.537 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_9MnCgZypgHQk0m off=3395873 len=350983 2024-07-27T18:54:36.541 INFO:tasks.workunit.client.0.smithi029.stdout:op 4145 completed, throughput=5MB/sec 2024-07-27T18:54:36.541 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MOUffHO22cHS53Y off=2246581 len=741688 2024-07-27T18:54:36.543 INFO:tasks.workunit.client.0.smithi029.stdout:op 4146 completed, throughput=5MB/sec 2024-07-27T18:54:36.543 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TPe0mVzRAIHKOJr off=11712371 len=234045 2024-07-27T18:54:36.546 INFO:tasks.workunit.client.0.smithi029.stdout:op 4147 completed, throughput=5MB/sec 2024-07-27T18:54:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:36 smithi029 ceph-mon[96870]: pgmap v1824: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 3.9 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:54:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:36 smithi029 ceph-mon[99353]: pgmap v1824: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 3.9 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:54:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:36 smithi179 ceph-mon[89801]: pgmap v1824: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 3.9 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T18:54:37.546 INFO:tasks.workunit.client.0.smithi029.stdout: 826: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:37.546 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-35TeRAHUXNzLppe off=5573370 len=141343 2024-07-27T18:54:37.547 INFO:tasks.workunit.client.0.smithi029.stdout:op 4148 completed, throughput=4.99MB/sec 2024-07-27T18:54:37.547 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sMZvndZbeuuknup off=8737627 len=1726308 2024-07-27T18:54:37.555 INFO:tasks.workunit.client.0.smithi029.stdout:op 4149 completed, throughput=5MB/sec 2024-07-27T18:54:37.555 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CR-LV5SNORRLGJk off=1871615 len=888656 2024-07-27T18:54:37.559 INFO:tasks.workunit.client.0.smithi029.stdout:op 4150 completed, throughput=5MB/sec 2024-07-27T18:54:37.560 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GAndkllSTXubB5s off=8086888 len=867449 2024-07-27T18:54:37.566 INFO:tasks.workunit.client.0.smithi029.stdout:op 4151 completed, throughput=5MB/sec 2024-07-27T18:54:37.566 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UeuJEkzP_c0if3o off=8262831 len=770502 2024-07-27T18:54:37.569 INFO:tasks.workunit.client.0.smithi029.stdout:op 4152 completed, throughput=5MB/sec 2024-07-27T18:54:37.569 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1FKd-F4CUUeABOe off=6564378 len=1068929 2024-07-27T18:54:37.570 INFO:tasks.workunit.client.0.smithi029.stdout:op 4153 completed, throughput=5MB/sec 2024-07-27T18:54:38.571 INFO:tasks.workunit.client.0.smithi029.stdout: 827: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:38.571 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bGfyWtssObyYXrb off=1836445 len=1589982 2024-07-27T18:54:38.573 INFO:tasks.workunit.client.0.smithi029.stdout:op 4154 completed, throughput=5MB/sec 2024-07-27T18:54:38.573 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yVL2LG-b3OB10uc off=3234443 len=483452 2024-07-27T18:54:38.574 INFO:tasks.workunit.client.0.smithi029.stdout:op 4155 completed, throughput=5MB/sec 2024-07-27T18:54:38.574 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-47kz53s-C__SDBG off=2845640 len=341210 2024-07-27T18:54:38.578 INFO:tasks.workunit.client.0.smithi029.stdout:op 4156 completed, throughput=5MB/sec 2024-07-27T18:54:38.578 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hVUj9PGoFuBlOhD off=6774521 len=1750655 2024-07-27T18:54:38.586 INFO:tasks.workunit.client.0.smithi029.stdout:op 4157 completed, throughput=5MB/sec 2024-07-27T18:54:38.586 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QhIgbzzsRyLLtYE off=1480193 len=1871090 2024-07-27T18:54:38.596 INFO:tasks.workunit.client.0.smithi029.stdout:op 4158 completed, throughput=5MB/sec 2024-07-27T18:54:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:38 smithi029 ceph-mon[96870]: pgmap v1825: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:54:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:54:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:38 smithi029 ceph-mon[99353]: pgmap v1825: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:54:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:54:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:38 smithi179 ceph-mon[89801]: pgmap v1825: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:54:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:54:39.596 INFO:tasks.workunit.client.0.smithi029.stdout: 828: throughput=5MB/sec pending data=0 2024-07-27T18:54:39.597 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7Y1uyPLY30Pz6u7 off=17512154 len=551287 2024-07-27T18:54:39.598 INFO:tasks.workunit.client.0.smithi029.stdout:op 4159 completed, throughput=5MB/sec 2024-07-27T18:54:39.598 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-M-nZP5a3xW8Si2z off=11025759 len=1339339 2024-07-27T18:54:39.600 INFO:tasks.workunit.client.0.smithi029.stdout:op 4160 completed, throughput=5MB/sec 2024-07-27T18:54:39.601 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GHCzsRDeQSKSx2t off=3620637 len=2056700 2024-07-27T18:54:39.603 INFO:tasks.workunit.client.0.smithi029.stdout:op 4161 completed, throughput=5MB/sec 2024-07-27T18:54:39.603 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dxG9mtg-YhahVH5 off=2258454 len=458348 2024-07-27T18:54:39.607 INFO:tasks.workunit.client.0.smithi029.stdout:op 4162 completed, throughput=5MB/sec 2024-07-27T18:54:39.607 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fbiLVl5LrZSrMTl off=1505172 len=642531 2024-07-27T18:54:39.607 INFO:tasks.workunit.client.0.smithi029.stdout:op 4163 completed, throughput=5MB/sec 2024-07-27T18:54:40.608 INFO:tasks.workunit.client.0.smithi029.stdout: 829: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:40.608 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xHPYSvvzXpTlkgC off=7389446 len=1353818 2024-07-27T18:54:40.610 INFO:tasks.workunit.client.0.smithi029.stdout:op 4164 completed, throughput=5MB/sec 2024-07-27T18:54:40.610 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R6XzWUraO50TdG2 off=9310617 len=1234193 2024-07-27T18:54:40.616 INFO:tasks.workunit.client.0.smithi029.stdout:op 4165 completed, throughput=5MB/sec 2024-07-27T18:54:40.616 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sRN4XqhlrUkpIoA off=8706345 len=1224811 2024-07-27T18:54:40.617 INFO:tasks.workunit.client.0.smithi029.stdout:op 4166 completed, throughput=5MB/sec 2024-07-27T18:54:40.617 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bduPVms0t6oc3Iu off=5323782 len=1164256 2024-07-27T18:54:40.625 INFO:tasks.workunit.client.0.smithi029.stdout:op 4167 completed, throughput=5MB/sec 2024-07-27T18:54:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:40 smithi029 ceph-mon[96870]: pgmap v1826: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:54:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:40 smithi029 ceph-mon[99353]: pgmap v1826: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:54:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:40 smithi179 ceph-mon[89801]: pgmap v1826: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:54:41.625 INFO:tasks.workunit.client.0.smithi029.stdout: 830: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:41.625 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1OeNdZ3erl8FxRQ off=7086444 len=1866757 2024-07-27T18:54:41.634 INFO:tasks.workunit.client.0.smithi029.stdout:op 4168 completed, throughput=5MB/sec 2024-07-27T18:54:41.634 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w7eHUOgrqGdTBup off=6447648 len=6318 2024-07-27T18:54:41.635 INFO:tasks.workunit.client.0.smithi029.stdout:op 4169 completed, throughput=5MB/sec 2024-07-27T18:54:41.635 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YzYRLMeqtUrjTZc off=1774948 len=1336911 2024-07-27T18:54:41.638 INFO:tasks.workunit.client.0.smithi029.stdout:op 4170 completed, throughput=5MB/sec 2024-07-27T18:54:41.638 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-idF3uc5tY5Cx294 off=3552653 len=28767 2024-07-27T18:54:41.640 INFO:tasks.workunit.client.0.smithi029.stdout:op 4171 completed, throughput=5MB/sec 2024-07-27T18:54:41.641 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-36zS5TajsfqkpRL off=413723 len=1257670 2024-07-27T18:54:41.646 INFO:tasks.workunit.client.0.smithi029.stdout:op 4172 completed, throughput=5MB/sec 2024-07-27T18:54:41.646 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-skHyc7kQdOUbi22 off=13190933 len=1277212 2024-07-27T18:54:41.648 INFO:tasks.workunit.client.0.smithi029.stdout:op 4173 completed, throughput=5MB/sec 2024-07-27T18:54:42.648 INFO:tasks.workunit.client.0.smithi029.stdout: 831: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:42.648 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OjyMZUF583QPUOc off=1315185 len=2016829 2024-07-27T18:54:42.660 INFO:tasks.workunit.client.0.smithi029.stdout:op 4174 completed, throughput=5MB/sec 2024-07-27T18:54:42.660 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ppBJ6Tv9AUy6Me2 off=2414429 len=300572 2024-07-27T18:54:42.663 INFO:tasks.workunit.client.0.smithi029.stdout:op 4175 completed, throughput=5MB/sec 2024-07-27T18:54:42.664 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tQmchdqdS2oaUF7 off=10656898 len=1669764 2024-07-27T18:54:42.666 INFO:tasks.workunit.client.0.smithi029.stdout:op 4176 completed, throughput=5MB/sec 2024-07-27T18:54:42.666 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zplVdFlPzTHcmhI off=5603358 len=1307306 2024-07-27T18:54:42.672 INFO:tasks.workunit.client.0.smithi029.stdout:op 4177 completed, throughput=5MB/sec 2024-07-27T18:54:42.695 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:54:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:54:42] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T18:54:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:42 smithi029 ceph-mon[99353]: pgmap v1827: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:54:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:42 smithi029 ceph-mon[96870]: pgmap v1827: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:54:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:42 smithi179 ceph-mon[89801]: pgmap v1827: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:54:43.673 INFO:tasks.workunit.client.0.smithi029.stdout: 832: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:43.673 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rmZVNqSjTaiF_6i off=6456250 len=1497581 2024-07-27T18:54:43.677 INFO:tasks.workunit.client.0.smithi029.stdout:op 4178 completed, throughput=5MB/sec 2024-07-27T18:54:43.677 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xIWQCGZc64KJsLR off=19683253 len=475907 2024-07-27T18:54:43.679 INFO:tasks.workunit.client.0.smithi029.stdout:op 4179 completed, throughput=5MB/sec 2024-07-27T18:54:43.679 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Bxv5B1UcvRw408T off=5598139 len=201480 2024-07-27T18:54:43.679 INFO:tasks.workunit.client.0.smithi029.stdout:op 4180 completed, throughput=5MB/sec 2024-07-27T18:54:43.680 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Gs0x2pzoR525nJs off=2324608 len=141059 2024-07-27T18:54:43.680 INFO:tasks.workunit.client.0.smithi029.stdout:op 4181 completed, throughput=5MB/sec 2024-07-27T18:54:43.680 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uCTM2Fut-DGFzHF off=2394771 len=1060162 2024-07-27T18:54:43.682 INFO:tasks.workunit.client.0.smithi029.stdout:op 4182 completed, throughput=5MB/sec 2024-07-27T18:54:43.682 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RRCcB9-qKbwNV0A off=3154720 len=1707776 2024-07-27T18:54:43.691 INFO:tasks.workunit.client.0.smithi029.stdout:op 4183 completed, throughput=5MB/sec 2024-07-27T18:54:44.691 INFO:tasks.workunit.client.0.smithi029.stdout: 833: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:44.692 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_eHJKJJJ-hCXxwF off=8616991 len=686776 2024-07-27T18:54:44.693 INFO:tasks.workunit.client.0.smithi029.stdout:op 4184 completed, throughput=5MB/sec 2024-07-27T18:54:44.694 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SVi2YInqVwkG_9- off=6462791 len=1034870 2024-07-27T18:54:44.699 INFO:tasks.workunit.client.0.smithi029.stdout:op 4185 completed, throughput=5MB/sec 2024-07-27T18:54:44.699 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WAFL1l8qJLtf8NT off=2183263 len=308185 2024-07-27T18:54:44.700 INFO:tasks.workunit.client.0.smithi029.stdout:op 4186 completed, throughput=5MB/sec 2024-07-27T18:54:44.700 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bDLQuJ_KQiD6DMk off=2953781 len=251882 2024-07-27T18:54:44.704 INFO:tasks.workunit.client.0.smithi029.stdout:op 4187 completed, throughput=5MB/sec 2024-07-27T18:54:44.704 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DNtjJ83dqzUCcn4 off=18791635 len=28442 2024-07-27T18:54:44.706 INFO:tasks.workunit.client.0.smithi029.stdout:op 4188 completed, throughput=5MB/sec 2024-07-27T18:54:44.706 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h_vAK2RCaS0Uq1N off=9911999 len=1166757 2024-07-27T18:54:44.709 INFO:tasks.workunit.client.0.smithi029.stdout:op 4189 completed, throughput=5MB/sec 2024-07-27T18:54:44.709 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CEI7FltB3fPhQVF off=2517576 len=1584208 2024-07-27T18:54:44.718 INFO:tasks.workunit.client.0.smithi029.stdout:op 4190 completed, throughput=5MB/sec 2024-07-27T18:54:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:44 smithi029 ceph-mon[96870]: pgmap v1828: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:54:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:44 smithi029 ceph-mon[99353]: pgmap v1828: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:54:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:44 smithi179 ceph-mon[89801]: pgmap v1828: 105 pgs: 105 active+clean; 127 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:54:45.718 INFO:tasks.workunit.client.0.smithi029.stdout: 834: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:45.718 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-67MBWApoY0JUd3Q off=17348799 len=588977 2024-07-27T18:54:45.722 INFO:tasks.workunit.client.0.smithi029.stdout:op 4191 completed, throughput=4.99MB/sec 2024-07-27T18:54:45.722 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MK61xgN4Etdgb7Z off=2513744 len=725013 2024-07-27T18:54:45.724 INFO:tasks.workunit.client.0.smithi029.stdout:op 4192 completed, throughput=5MB/sec 2024-07-27T18:54:45.724 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vhIelmX09TPzQxM off=16487964 len=1895244 2024-07-27T18:54:45.735 INFO:tasks.workunit.client.0.smithi029.stdout:op 4193 completed, throughput=5MB/sec 2024-07-27T18:54:45.735 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-617JUf7N6pWuXiW off=4882904 len=256974 2024-07-27T18:54:45.736 INFO:tasks.workunit.client.0.smithi029.stdout:op 4194 completed, throughput=5MB/sec 2024-07-27T18:54:45.736 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xdYkhfR7C-V4wCc off=108401 len=1443467 2024-07-27T18:54:45.742 INFO:tasks.workunit.client.0.smithi029.stdout:op 4195 completed, throughput=5MB/sec 2024-07-27T18:54:45.742 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yuiIPeeDhRs8P_t off=98854 len=790251 2024-07-27T18:54:45.744 INFO:tasks.workunit.client.0.smithi029.stdout:op 4196 completed, throughput=5MB/sec 2024-07-27T18:54:46.744 INFO:tasks.workunit.client.0.smithi029.stdout: 835: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:46.744 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TuXpSOVXjc_n2Qv off=1968719 len=1875341 2024-07-27T18:54:46.752 INFO:tasks.workunit.client.0.smithi029.stdout:op 4197 completed, throughput=5MB/sec 2024-07-27T18:54:46.752 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oyr3ugMXZPtIFYN off=6668844 len=623017 2024-07-27T18:54:46.756 INFO:tasks.workunit.client.0.smithi029.stdout:op 4198 completed, throughput=5MB/sec 2024-07-27T18:54:46.756 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M69W9CTtNXPIhKd off=1576022 len=1025433 2024-07-27T18:54:46.759 INFO:tasks.workunit.client.0.smithi029.stdout:op 4199 completed, throughput=5MB/sec 2024-07-27T18:54:46.760 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-u3PhqL1JRl-VHOZ off=5375864 len=684098 2024-07-27T18:54:46.763 INFO:tasks.workunit.client.0.smithi029.stdout:op 4200 completed, throughput=5MB/sec 2024-07-27T18:54:46.763 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-P9FlDrIqok79-Z2 off=1589004 len=259163 2024-07-27T18:54:46.764 INFO:tasks.workunit.client.0.smithi029.stdout:op 4201 completed, throughput=5MB/sec 2024-07-27T18:54:46.764 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-giBIijFX_nFWyuW off=4042306 len=1301498 2024-07-27T18:54:46.767 INFO:tasks.workunit.client.0.smithi029.stdout:op 4202 completed, throughput=5MB/sec 2024-07-27T18:54:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:46 smithi029 ceph-mon[99353]: pgmap v1829: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:54:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:46 smithi029 ceph-mon[96870]: pgmap v1829: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:54:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:46 smithi179 ceph-mon[89801]: pgmap v1829: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:54:47.767 INFO:tasks.workunit.client.0.smithi029.stdout: 836: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:47.767 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HsAVwwmjAyzcgPE off=1109163 len=1631261 2024-07-27T18:54:47.769 INFO:tasks.workunit.client.0.smithi029.stdout:op 4203 completed, throughput=5MB/sec 2024-07-27T18:54:47.769 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wu2bwMIHk-YH65_ off=8337158 len=800191 2024-07-27T18:54:47.770 INFO:tasks.workunit.client.0.smithi029.stdout:op 4204 completed, throughput=5MB/sec 2024-07-27T18:54:47.771 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nea2IU-pzq1QjDx off=6419084 len=1688701 2024-07-27T18:54:47.778 INFO:tasks.workunit.client.0.smithi029.stdout:op 4205 completed, throughput=5MB/sec 2024-07-27T18:54:47.778 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8YCNFwxLcde9CDo off=1794547 len=618422 2024-07-27T18:54:47.783 INFO:tasks.workunit.client.0.smithi029.stdout:op 4206 completed, throughput=5MB/sec 2024-07-27T18:54:48.783 INFO:tasks.workunit.client.0.smithi029.stdout: 837: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:48.783 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pHr1STUgIUh1u4Y off=15450830 len=1766120 2024-07-27T18:54:48.787 INFO:tasks.workunit.client.0.smithi029.stdout:op 4207 completed, throughput=5MB/sec 2024-07-27T18:54:48.788 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_k0MnOk9GtlL9GP off=5543975 len=31180 2024-07-27T18:54:48.790 INFO:tasks.workunit.client.0.smithi029.stdout:op 4208 completed, throughput=5MB/sec 2024-07-27T18:54:48.790 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QQF-17HGYfRVsNp off=1905633 len=694973 2024-07-27T18:54:48.795 INFO:tasks.workunit.client.0.smithi029.stdout:op 4209 completed, throughput=5MB/sec 2024-07-27T18:54:48.795 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MnMEC-nr5lFMYKp off=6580168 len=1140785 2024-07-27T18:54:48.796 INFO:tasks.workunit.client.0.smithi029.stdout:op 4210 completed, throughput=5MB/sec 2024-07-27T18:54:48.796 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-i2m0buutv7KK57j off=7679155 len=349330 2024-07-27T18:54:48.797 INFO:tasks.workunit.client.0.smithi029.stdout:op 4211 completed, throughput=5MB/sec 2024-07-27T18:54:48.797 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PxzNMhYzLAayD_W off=11262337 len=1794446 2024-07-27T18:54:48.800 INFO:tasks.workunit.client.0.smithi029.stdout:op 4212 completed, throughput=5MB/sec 2024-07-27T18:54:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:48 smithi029 ceph-mon[96870]: pgmap v1830: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:54:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:48 smithi029 ceph-mon[99353]: pgmap v1830: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:54:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:48 smithi179 ceph-mon[89801]: pgmap v1830: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:54:49.801 INFO:tasks.workunit.client.0.smithi029.stdout: 838: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:49.801 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--FGsUWjx3hLzoC7 off=23453108 len=352897 2024-07-27T18:54:49.804 INFO:tasks.workunit.client.0.smithi029.stdout:op 4213 completed, throughput=5MB/sec 2024-07-27T18:54:49.804 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4lJpV945EjzGPa0 off=10876324 len=1991668 2024-07-27T18:54:49.807 INFO:tasks.workunit.client.0.smithi029.stdout:op 4214 completed, throughput=5MB/sec 2024-07-27T18:54:49.807 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_fgwjIRqfR75bAN off=1476642 len=504331 2024-07-27T18:54:49.811 INFO:tasks.workunit.client.0.smithi029.stdout:op 4215 completed, throughput=5MB/sec 2024-07-27T18:54:49.811 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3WsOXWjt879zzpQ off=15242803 len=634510 2024-07-27T18:54:49.815 INFO:tasks.workunit.client.0.smithi029.stdout:op 4216 completed, throughput=5MB/sec 2024-07-27T18:54:49.815 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-H1djsac24Ogv57g off=9879054 len=1629606 2024-07-27T18:54:49.816 INFO:tasks.workunit.client.0.smithi029.stdout:op 4217 completed, throughput=5MB/sec 2024-07-27T18:54:50.817 INFO:tasks.workunit.client.0.smithi029.stdout: 839: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:50.817 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iDETdmcNKfKaN3s off=17234762 len=1045894 2024-07-27T18:54:50.823 INFO:tasks.workunit.client.0.smithi029.stdout:op 4218 completed, throughput=5MB/sec 2024-07-27T18:54:50.823 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xBgQ3dMjE0o796O off=3995428 len=700815 2024-07-27T18:54:50.824 INFO:tasks.workunit.client.0.smithi029.stdout:op 4219 completed, throughput=5MB/sec 2024-07-27T18:54:50.824 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7YwB6h2a8JHt45o off=8348708 len=112762 2024-07-27T18:54:50.824 INFO:tasks.workunit.client.0.smithi029.stdout:op 4220 completed, throughput=5MB/sec 2024-07-27T18:54:50.824 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TIMMMAN1R4uWZEQ off=3906310 len=247419 2024-07-27T18:54:50.827 INFO:tasks.workunit.client.0.smithi029.stdout:op 4221 completed, throughput=5MB/sec 2024-07-27T18:54:50.828 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NvsWIPjn6JpI9AY off=13475791 len=1641694 2024-07-27T18:54:50.829 INFO:tasks.workunit.client.0.smithi029.stdout:op 4222 completed, throughput=5MB/sec 2024-07-27T18:54:50.829 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FszYQHccC8mvj_U off=11903595 len=1448046 2024-07-27T18:54:50.830 INFO:tasks.workunit.client.0.smithi029.stdout:op 4223 completed, throughput=5MB/sec 2024-07-27T18:54:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:50 smithi029 ceph-mon[96870]: pgmap v1831: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:54:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:50 smithi029 ceph-mon[99353]: pgmap v1831: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:54:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:50 smithi179 ceph-mon[89801]: pgmap v1831: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:54:51.831 INFO:tasks.workunit.client.0.smithi029.stdout: 840: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:51.831 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4zNi5b3tsf1JODV off=3821682 len=545912 2024-07-27T18:54:51.832 INFO:tasks.workunit.client.0.smithi029.stdout:op 4224 completed, throughput=5MB/sec 2024-07-27T18:54:51.832 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nQN5h5gf7qI_OX2 off=5146984 len=1321212 2024-07-27T18:54:51.834 INFO:tasks.workunit.client.0.smithi029.stdout:op 4225 completed, throughput=5MB/sec 2024-07-27T18:54:51.834 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XReFpxnKJTSKoE- off=3969194 len=1507167 2024-07-27T18:54:51.842 INFO:tasks.workunit.client.0.smithi029.stdout:op 4226 completed, throughput=5MB/sec 2024-07-27T18:54:51.842 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mozNtE26bPJ5DLe off=7639209 len=1570533 2024-07-27T18:54:51.845 INFO:tasks.workunit.client.0.smithi029.stdout:op 4227 completed, throughput=5MB/sec 2024-07-27T18:54:51.846 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xTn7nUqZFLByPpJ off=5297165 len=1215422 2024-07-27T18:54:51.849 INFO:tasks.workunit.client.0.smithi029.stdout:op 4228 completed, throughput=5MB/sec 2024-07-27T18:54:52.710 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:54:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:54:52] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T18:54:52.849 INFO:tasks.workunit.client.0.smithi029.stdout: 841: throughput=5MB/sec pending data=0 2024-07-27T18:54:52.849 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mFc02ws1aypFEwq off=7272657 len=1650781 2024-07-27T18:54:52.854 INFO:tasks.workunit.client.0.smithi029.stdout:op 4229 completed, throughput=5MB/sec 2024-07-27T18:54:52.854 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jiKHp4x0X07UsTH off=1842052 len=19500 2024-07-27T18:54:52.854 INFO:tasks.workunit.client.0.smithi029.stdout:op 4230 completed, throughput=5MB/sec 2024-07-27T18:54:52.854 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-q6u1eolSFAbe-Ka off=1215542 len=1847525 2024-07-27T18:54:52.862 INFO:tasks.workunit.client.0.smithi029.stdout:op 4231 completed, throughput=5MB/sec 2024-07-27T18:54:52.862 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0Ro7-pqObc44oc3 off=505922 len=736098 2024-07-27T18:54:52.863 INFO:tasks.workunit.client.0.smithi029.stdout:op 4232 completed, throughput=5MB/sec 2024-07-27T18:54:52.965 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:52 smithi179 ceph-mon[89801]: pgmap v1832: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:54:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:52 smithi029 ceph-mon[99353]: pgmap v1832: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:54:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:52 smithi029 ceph-mon[96870]: pgmap v1832: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:54:53.863 INFO:tasks.workunit.client.0.smithi029.stdout: 842: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:53.864 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aa3EaTfAYT1vo1T off=17291293 len=1990220 2024-07-27T18:54:53.866 INFO:tasks.workunit.client.0.smithi029.stdout:op 4233 completed, throughput=5MB/sec 2024-07-27T18:54:53.866 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-q74Nwi7ealHXfdj off=18584714 len=1804696 2024-07-27T18:54:53.876 INFO:tasks.workunit.client.0.smithi029.stdout:op 4234 completed, throughput=5MB/sec 2024-07-27T18:54:53.876 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HeIxbT4PCvehzVR off=13728637 len=1508093 2024-07-27T18:54:53.883 INFO:tasks.workunit.client.0.smithi029.stdout:op 4235 completed, throughput=5MB/sec 2024-07-27T18:54:53.883 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-35TeRAHUXNzLppe off=5017424 len=206845 2024-07-27T18:54:53.885 INFO:tasks.workunit.client.0.smithi029.stdout:op 4236 completed, throughput=5MB/sec 2024-07-27T18:54:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:54:54.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:54:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:54:54.886 INFO:tasks.workunit.client.0.smithi029.stdout: 843: throughput=4.99MB/sec pending data=0 2024-07-27T18:54:54.886 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ua4pW4KU5yoXQPz off=11793654 len=766380 2024-07-27T18:54:54.887 INFO:tasks.workunit.client.0.smithi029.stdout:op 4237 completed, throughput=5MB/sec 2024-07-27T18:54:54.887 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ufh_WZzkAyrSHtV off=9040457 len=493591 2024-07-27T18:54:54.891 INFO:tasks.workunit.client.0.smithi029.stdout:op 4238 completed, throughput=5MB/sec 2024-07-27T18:54:54.891 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_Y6wUtQghUb-WMI off=1141932 len=1534060 2024-07-27T18:54:54.895 INFO:tasks.workunit.client.0.smithi029.stdout:op 4239 completed, throughput=5MB/sec 2024-07-27T18:54:54.895 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7zeNtTCtq46Olwa off=2504205 len=1457201 2024-07-27T18:54:54.898 INFO:tasks.workunit.client.0.smithi029.stdout:op 4240 completed, throughput=5MB/sec 2024-07-27T18:54:54.898 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lYlxdRJdj-6Dxx6 off=808140 len=276076 2024-07-27T18:54:54.898 INFO:tasks.workunit.client.0.smithi029.stdout:op 4241 completed, throughput=5MB/sec 2024-07-27T18:54:54.899 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-l21dlqHymXhIrol off=9448900 len=193616 2024-07-27T18:54:54.902 INFO:tasks.workunit.client.0.smithi029.stdout:op 4242 completed, throughput=5MB/sec 2024-07-27T18:54:54.902 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Vu8XORyZB-d2Xtc off=7246698 len=2033784 2024-07-27T18:54:54.913 INFO:tasks.workunit.client.0.smithi029.stdout:op 4243 completed, throughput=5MB/sec 2024-07-27T18:54:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:54 smithi029 ceph-mon[96870]: pgmap v1833: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:54:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:54 smithi029 ceph-mon[99353]: pgmap v1833: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:54:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:54 smithi179 ceph-mon[89801]: pgmap v1833: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:54:55.914 INFO:tasks.workunit.client.0.smithi029.stdout: 844: throughput=5MB/sec pending data=0 2024-07-27T18:54:55.914 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_y-XHTUfiDeXRYc off=7741316 len=39759 2024-07-27T18:54:55.916 INFO:tasks.workunit.client.0.smithi029.stdout:op 4244 completed, throughput=5MB/sec 2024-07-27T18:54:55.916 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pmx8MMuPOBBq5rw off=13918554 len=1726032 2024-07-27T18:54:55.924 INFO:tasks.workunit.client.0.smithi029.stdout:op 4245 completed, throughput=5MB/sec 2024-07-27T18:54:55.924 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NoAMs8lNNCHhAtA off=15519105 len=1518186 2024-07-27T18:54:55.932 INFO:tasks.workunit.client.0.smithi029.stdout:op 4246 completed, throughput=5MB/sec 2024-07-27T18:54:55.932 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HyG0ZJsIJSzTyh8 off=7023555 len=2005628 2024-07-27T18:54:55.933 INFO:tasks.workunit.client.0.smithi029.stdout:op 4247 completed, throughput=5MB/sec 2024-07-27T18:54:56.933 INFO:tasks.workunit.client.0.smithi029.stdout: 845: throughput=5MB/sec pending data=0 2024-07-27T18:54:56.934 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6ZVGUkm-vguGHx4 off=0 len=2061939 2024-07-27T18:54:56.946 INFO:tasks.workunit.client.0.smithi029.stdout:op 4248 completed, throughput=5MB/sec 2024-07-27T18:54:56.946 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GAJmd4EMBIsbKfc off=3072732 len=191240 2024-07-27T18:54:56.949 INFO:tasks.workunit.client.0.smithi029.stdout:op 4249 completed, throughput=5MB/sec 2024-07-27T18:54:56.949 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hSF49V5rtG2LoWM off=7501281 len=1457547 2024-07-27T18:54:56.957 INFO:tasks.workunit.client.0.smithi029.stdout:op 4250 completed, throughput=5MB/sec 2024-07-27T18:54:56.957 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nVuG3fnfiEKohrU off=2522849 len=34480 2024-07-27T18:54:56.959 INFO:tasks.workunit.client.0.smithi029.stdout:op 4251 completed, throughput=5MB/sec 2024-07-27T18:54:56.959 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xPDTl0s2NtSRtNb off=23307398 len=1167691 2024-07-27T18:54:56.966 INFO:tasks.workunit.client.0.smithi029.stdout:op 4252 completed, throughput=5MB/sec 2024-07-27T18:54:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:56 smithi029 ceph-mon[96870]: pgmap v1834: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.4 MiB/s wr, 6 op/s 2024-07-27T18:54:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:56 smithi029 ceph-mon[99353]: pgmap v1834: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.4 MiB/s wr, 6 op/s 2024-07-27T18:54:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:56 smithi179 ceph-mon[89801]: pgmap v1834: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 706 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.4 MiB/s wr, 6 op/s 2024-07-27T18:54:57.970 INFO:tasks.workunit.client.0.smithi029.stdout: 846: throughput=5MB/sec pending data=0 2024-07-27T18:54:57.970 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EsGgobi8ZEFOXHJ off=4871424 len=1671725 2024-07-27T18:54:57.974 INFO:tasks.workunit.client.0.smithi029.stdout:op 4253 completed, throughput=5MB/sec 2024-07-27T18:54:57.974 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jxip3DIO0Sw9-Jr off=3934457 len=2076953 2024-07-27T18:54:57.984 INFO:tasks.workunit.client.0.smithi029.stdout:op 4254 completed, throughput=5MB/sec 2024-07-27T18:54:57.984 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SBRzLW57cL5yVYe off=9528475 len=1756987 2024-07-27T18:54:57.990 INFO:tasks.workunit.client.0.smithi029.stdout:op 4255 completed, throughput=5MB/sec 2024-07-27T18:54:58.994 INFO:tasks.workunit.client.0.smithi029.stdout: 847: throughput=5MB/sec pending data=0 2024-07-27T18:54:58.994 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q-Py_ONkoGOkgBl off=102329 len=857504 2024-07-27T18:54:58.996 INFO:tasks.workunit.client.0.smithi029.stdout:op 4256 completed, throughput=5MB/sec 2024-07-27T18:54:58.996 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-todzN8Q3Rx3-fPu off=11589737 len=1505925 2024-07-27T18:54:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:54:58 smithi029 ceph-mon[96870]: pgmap v1835: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:54:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:54:58 smithi029 ceph-mon[99353]: pgmap v1835: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:54:59.003 INFO:tasks.workunit.client.0.smithi029.stdout:op 4257 completed, throughput=5MB/sec 2024-07-27T18:54:59.003 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-G7E7QUUH1gT3WYT off=18623103 len=430873 2024-07-27T18:54:59.003 INFO:tasks.workunit.client.0.smithi029.stdout:op 4258 completed, throughput=5MB/sec 2024-07-27T18:54:59.003 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_y-XHTUfiDeXRYc off=6008503 len=391872 2024-07-27T18:54:59.007 INFO:tasks.workunit.client.0.smithi029.stdout:op 4259 completed, throughput=5MB/sec 2024-07-27T18:54:59.007 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cXkZ-CEifO7xARK off=19579076 len=21715 2024-07-27T18:54:59.007 INFO:tasks.workunit.client.0.smithi029.stdout:op 4260 completed, throughput=5MB/sec 2024-07-27T18:54:59.007 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ykrWMPVHgTcXyHk off=0 len=1328139 2024-07-27T18:54:59.014 INFO:tasks.workunit.client.0.smithi029.stdout:op 4261 completed, throughput=5MB/sec 2024-07-27T18:54:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:54:58 smithi179 ceph-mon[89801]: pgmap v1835: 105 pgs: 105 active+clean; 127 GiB data, 9.7 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:55:00.014 INFO:tasks.workunit.client.0.smithi029.stdout: 848: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:00.014 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BHKwKB3NDGGtK7N off=7415327 len=1511542 2024-07-27T18:55:00.016 INFO:tasks.workunit.client.0.smithi029.stdout:op 4262 completed, throughput=5MB/sec 2024-07-27T18:55:00.017 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7Rxem71NRF_kVz4 off=9480767 len=822487 2024-07-27T18:55:00.021 INFO:tasks.workunit.client.0.smithi029.stdout:op 4263 completed, throughput=5MB/sec 2024-07-27T18:55:00.021 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZuJZZJ4E6VmmFpm off=6190044 len=2060213 2024-07-27T18:55:00.032 INFO:tasks.workunit.client.0.smithi029.stdout:op 4264 completed, throughput=5MB/sec 2024-07-27T18:55:00.033 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-K-5f3jdqwG-9gBJ off=11660968 len=484890 2024-07-27T18:55:00.036 INFO:tasks.workunit.client.0.smithi029.stdout:op 4265 completed, throughput=5MB/sec 2024-07-27T18:55:00.036 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KledecJMI8-Z1Yz off=3526698 len=2023376 2024-07-27T18:55:00.045 INFO:tasks.workunit.client.0.smithi029.stdout:op 4266 completed, throughput=5MB/sec 2024-07-27T18:55:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:00 smithi029 ceph-mon[96870]: pgmap v1836: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:55:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:00 smithi029 ceph-mon[99353]: pgmap v1836: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:55:01.045 INFO:tasks.workunit.client.0.smithi029.stdout: 849: throughput=5MB/sec pending data=0 2024-07-27T18:55:01.045 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Wb6j_lQ8NxEv9e6 off=9910826 len=1162896 2024-07-27T18:55:01.048 INFO:tasks.workunit.client.0.smithi029.stdout:op 4267 completed, throughput=5MB/sec 2024-07-27T18:55:01.048 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Hu7P7I-nsNB-VpR off=10305253 len=1393773 2024-07-27T18:55:01.054 INFO:tasks.workunit.client.0.smithi029.stdout:op 4268 completed, throughput=5MB/sec 2024-07-27T18:55:01.054 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-q2Gu1s5YstTC0sw off=4198520 len=1711384 2024-07-27T18:55:01.064 INFO:tasks.workunit.client.0.smithi029.stdout:op 4269 completed, throughput=5MB/sec 2024-07-27T18:55:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:00 smithi179 ceph-mon[89801]: pgmap v1836: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:55:02.065 INFO:tasks.workunit.client.0.smithi029.stdout: 850: throughput=5MB/sec pending data=0 2024-07-27T18:55:02.065 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dTHn9_3UB8Mx1e1 off=15159309 len=803060 2024-07-27T18:55:02.066 INFO:tasks.workunit.client.0.smithi029.stdout:op 4270 completed, throughput=5MB/sec 2024-07-27T18:55:02.066 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M91AMqMhWUseh0Z off=16175297 len=1856448 2024-07-27T18:55:02.075 INFO:tasks.workunit.client.0.smithi029.stdout:op 4271 completed, throughput=5MB/sec 2024-07-27T18:55:02.075 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XASH6cjK3zMjJfh off=3237644 len=1133075 2024-07-27T18:55:02.080 INFO:tasks.workunit.client.0.smithi029.stdout:op 4272 completed, throughput=5MB/sec 2024-07-27T18:55:02.080 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yvfSa8r6ZTGq1EM off=1284100 len=1420389 2024-07-27T18:55:02.083 INFO:tasks.workunit.client.0.smithi029.stdout:op 4273 completed, throughput=5MB/sec 2024-07-27T18:55:02.732 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:55:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:55:02] "GET /metrics HTTP/1.1" 200 34051 "" "Prometheus/2.43.0" 2024-07-27T18:55:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:02 smithi029 ceph-mon[96870]: pgmap v1837: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:55:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:02 smithi029 ceph-mon[99353]: pgmap v1837: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:55:03.084 INFO:tasks.workunit.client.0.smithi029.stdout: 851: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:03.084 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--Gam6tMzdvud-JK off=9588928 len=985833 2024-07-27T18:55:03.090 INFO:tasks.workunit.client.0.smithi029.stdout:op 4274 completed, throughput=5MB/sec 2024-07-27T18:55:03.091 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dJ3p8QKcK78Mt-1 off=4629639 len=463481 2024-07-27T18:55:03.094 INFO:tasks.workunit.client.0.smithi029.stdout:op 4275 completed, throughput=5MB/sec 2024-07-27T18:55:03.094 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wdm2M2sBsSuxkCv off=6338182 len=1331698 2024-07-27T18:55:03.096 INFO:tasks.workunit.client.0.smithi029.stdout:op 4276 completed, throughput=5MB/sec 2024-07-27T18:55:03.096 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1jasRhBsFlfKfrx off=13312953 len=804787 2024-07-27T18:55:03.097 INFO:tasks.workunit.client.0.smithi029.stdout:op 4277 completed, throughput=5MB/sec 2024-07-27T18:55:03.097 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-I32yFF87CFll1Lb off=7257711 len=846204 2024-07-27T18:55:03.101 INFO:tasks.workunit.client.0.smithi029.stdout:op 4278 completed, throughput=5MB/sec 2024-07-27T18:55:03.101 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sjPfUFmxpd0xs9_ off=14296228 len=937475 2024-07-27T18:55:03.106 INFO:tasks.workunit.client.0.smithi029.stdout:op 4279 completed, throughput=5MB/sec 2024-07-27T18:55:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:02 smithi179 ceph-mon[89801]: pgmap v1837: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:55:04.107 INFO:tasks.workunit.client.0.smithi029.stdout: 852: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:04.107 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UfqT-ruVIhVY82a off=5000484 len=411388 2024-07-27T18:55:04.110 INFO:tasks.workunit.client.0.smithi029.stdout:op 4280 completed, throughput=5MB/sec 2024-07-27T18:55:04.111 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BUA7Uryvh_z_vWH off=8338180 len=1264848 2024-07-27T18:55:04.114 INFO:tasks.workunit.client.0.smithi029.stdout:op 4281 completed, throughput=5MB/sec 2024-07-27T18:55:04.114 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jAQI9xZ4SsTU095 off=1474749 len=1286270 2024-07-27T18:55:04.117 INFO:tasks.workunit.client.0.smithi029.stdout:op 4282 completed, throughput=5MB/sec 2024-07-27T18:55:04.117 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kuGd0h8VunVEdSj off=5657803 len=497188 2024-07-27T18:55:04.122 INFO:tasks.workunit.client.0.smithi029.stdout:op 4283 completed, throughput=5MB/sec 2024-07-27T18:55:04.122 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-90Nt7ObjymNJFeG off=1073355 len=1378603 2024-07-27T18:55:04.124 INFO:tasks.workunit.client.0.smithi029.stdout:op 4284 completed, throughput=5MB/sec 2024-07-27T18:55:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:04 smithi029 ceph-mon[96870]: pgmap v1838: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:55:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:04 smithi029 ceph-mon[99353]: pgmap v1838: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:55:05.125 INFO:tasks.workunit.client.0.smithi029.stdout: 853: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:05.125 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-K9c9qgEHqy451r4 off=0 len=1492814 2024-07-27T18:55:05.131 INFO:tasks.workunit.client.0.smithi029.stdout:op 4285 completed, throughput=5MB/sec 2024-07-27T18:55:05.132 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3FeGWRqc_UKCdio off=2594038 len=373530 2024-07-27T18:55:05.135 INFO:tasks.workunit.client.0.smithi029.stdout:op 4286 completed, throughput=5MB/sec 2024-07-27T18:55:05.135 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6gOK9P_MjqHdTSz off=4958095 len=389120 2024-07-27T18:55:05.139 INFO:tasks.workunit.client.0.smithi029.stdout:op 4287 completed, throughput=5MB/sec 2024-07-27T18:55:05.139 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MVIfk4a88CG7ata off=7786314 len=407470 2024-07-27T18:55:05.139 INFO:tasks.workunit.client.0.smithi029.stdout:op 4288 completed, throughput=5MB/sec 2024-07-27T18:55:05.139 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-N7kJsvkMKr98fib off=3615058 len=791651 2024-07-27T18:55:05.143 INFO:tasks.workunit.client.0.smithi029.stdout:op 4289 completed, throughput=5MB/sec 2024-07-27T18:55:05.143 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-itn7G9jx2JExGPN off=3432792 len=1538820 2024-07-27T18:55:05.144 INFO:tasks.workunit.client.0.smithi029.stdout:op 4290 completed, throughput=5MB/sec 2024-07-27T18:55:05.144 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ncgxkvtwOmbZ2z- off=3968965 len=1639925 2024-07-27T18:55:05.151 INFO:tasks.workunit.client.0.smithi029.stdout:op 4291 completed, throughput=5MB/sec 2024-07-27T18:55:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:04 smithi179 ceph-mon[89801]: pgmap v1838: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:55:06.151 INFO:tasks.workunit.client.0.smithi029.stdout: 854: throughput=5MB/sec pending data=0 2024-07-27T18:55:06.151 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-E8cMyND6y1P4M3e off=5614417 len=1594295 2024-07-27T18:55:06.158 INFO:tasks.workunit.client.0.smithi029.stdout:op 4292 completed, throughput=5MB/sec 2024-07-27T18:55:06.158 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fEeJXxdPojrxP7P off=12465551 len=1964879 2024-07-27T18:55:06.161 INFO:tasks.workunit.client.0.smithi029.stdout:op 4293 completed, throughput=5MB/sec 2024-07-27T18:55:06.161 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1lI3gu7i4u64Rzc off=4791371 len=208885 2024-07-27T18:55:06.162 INFO:tasks.workunit.client.0.smithi029.stdout:op 4294 completed, throughput=5MB/sec 2024-07-27T18:55:06.162 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--3XKitzO6VwGoVU off=3505780 len=415746 2024-07-27T18:55:06.163 INFO:tasks.workunit.client.0.smithi029.stdout:op 4295 completed, throughput=5MB/sec 2024-07-27T18:55:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:06 smithi029 ceph-mon[96870]: pgmap v1839: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.6 MiB/s wr, 5 op/s 2024-07-27T18:55:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:06 smithi029 ceph-mon[99353]: pgmap v1839: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.6 MiB/s wr, 5 op/s 2024-07-27T18:55:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:06 smithi179 ceph-mon[89801]: pgmap v1839: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.6 MiB/s wr, 5 op/s 2024-07-27T18:55:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: 855: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:07.164 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qYm9DLTaUP8aZPq off=3044889 len=1098036 2024-07-27T18:55:07.170 INFO:tasks.workunit.client.0.smithi029.stdout:op 4296 completed, throughput=5MB/sec 2024-07-27T18:55:07.170 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Dfs8GvlADJaun-R off=743556 len=37838 2024-07-27T18:55:07.172 INFO:tasks.workunit.client.0.smithi029.stdout:op 4297 completed, throughput=5MB/sec 2024-07-27T18:55:07.172 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0hOEdsHK6uw5OKH off=536180 len=420163 2024-07-27T18:55:07.175 INFO:tasks.workunit.client.0.smithi029.stdout:op 4298 completed, throughput=5MB/sec 2024-07-27T18:55:07.176 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-r2GsSIb_cNv5Kr3 off=8185182 len=255069 2024-07-27T18:55:07.176 INFO:tasks.workunit.client.0.smithi029.stdout:op 4299 completed, throughput=5MB/sec 2024-07-27T18:55:07.176 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pVwolywPrdGyZRh off=10581612 len=53857 2024-07-27T18:55:07.177 INFO:tasks.workunit.client.0.smithi029.stdout:op 4300 completed, throughput=5MB/sec 2024-07-27T18:55:07.177 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-F8lfp7e9zm37cjk off=15605511 len=804579 2024-07-27T18:55:07.181 INFO:tasks.workunit.client.0.smithi029.stdout:op 4301 completed, throughput=5MB/sec 2024-07-27T18:55:07.181 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-V5iwH4vlbapJ042 off=7967934 len=598130 2024-07-27T18:55:07.182 INFO:tasks.workunit.client.0.smithi029.stdout:op 4302 completed, throughput=5MB/sec 2024-07-27T18:55:07.183 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MzG0kgzMa6MhRsz off=9165158 len=283961 2024-07-27T18:55:07.183 INFO:tasks.workunit.client.0.smithi029.stdout:op 4303 completed, throughput=5MB/sec 2024-07-27T18:55:07.184 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4TPW2CRJF6Ybyjz off=16854471 len=2035125 2024-07-27T18:55:07.195 INFO:tasks.workunit.client.0.smithi029.stdout:op 4304 completed, throughput=5MB/sec 2024-07-27T18:55:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:07 smithi179 ceph-mon[89801]: pgmap v1840: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 1.4 MiB/s rd, 3.2 MiB/s wr, 4 op/s 2024-07-27T18:55:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: 856: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:08.196 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KdKunc44Vj-_4_n off=4903 len=1520826 2024-07-27T18:55:08.198 INFO:tasks.workunit.client.0.smithi029.stdout:op 4305 completed, throughput=5MB/sec 2024-07-27T18:55:08.198 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HiTHngRYgd3qQyS off=16755440 len=899288 2024-07-27T18:55:08.200 INFO:tasks.workunit.client.0.smithi029.stdout:op 4306 completed, throughput=5MB/sec 2024-07-27T18:55:08.200 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9evaKojG5Dx6H_i off=5373841 len=1883140 2024-07-27T18:55:08.202 INFO:tasks.workunit.client.0.smithi029.stdout:op 4307 completed, throughput=5MB/sec 2024-07-27T18:55:08.202 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9z2az6X7yDEEbr9 off=12556633 len=1152599 2024-07-27T18:55:08.209 INFO:tasks.workunit.client.0.smithi029.stdout:op 4308 completed, throughput=5MB/sec 2024-07-27T18:55:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:07 smithi029 ceph-mon[96870]: pgmap v1840: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 1.4 MiB/s rd, 3.2 MiB/s wr, 4 op/s 2024-07-27T18:55:08.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:07 smithi029 ceph-mon[99353]: pgmap v1840: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 1.4 MiB/s rd, 3.2 MiB/s wr, 4 op/s 2024-07-27T18:55:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: 857: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:09.209 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IMmBL2OTzuodyGR off=1880758 len=1360889 2024-07-27T18:55:09.215 INFO:tasks.workunit.client.0.smithi029.stdout:op 4309 completed, throughput=5MB/sec 2024-07-27T18:55:09.215 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DW_jJfeuKOdD_HE off=12201904 len=434326 2024-07-27T18:55:09.216 INFO:tasks.workunit.client.0.smithi029.stdout:op 4310 completed, throughput=5MB/sec 2024-07-27T18:55:09.216 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DniwQG_ltWrbCqz off=848429 len=898327 2024-07-27T18:55:09.219 INFO:tasks.workunit.client.0.smithi029.stdout:op 4311 completed, throughput=5MB/sec 2024-07-27T18:55:09.219 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-y9dkvTMeV18cp7z off=2030941 len=226032 2024-07-27T18:55:09.220 INFO:tasks.workunit.client.0.smithi029.stdout:op 4312 completed, throughput=5MB/sec 2024-07-27T18:55:09.220 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kg9k3KcIA_CPYUX off=2078347 len=1290137 2024-07-27T18:55:09.226 INFO:tasks.workunit.client.0.smithi029.stdout:op 4313 completed, throughput=5MB/sec 2024-07-27T18:55:09.226 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-f_cSkVtdblYu4Vh off=2546993 len=614972 2024-07-27T18:55:09.230 INFO:tasks.workunit.client.0.smithi029.stdout:op 4314 completed, throughput=5MB/sec 2024-07-27T18:55:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:55:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:55:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:55:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: 858: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:10.230 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-euLB54WoBtd0IRK off=2223455 len=2022807 2024-07-27T18:55:10.240 INFO:tasks.workunit.client.0.smithi029.stdout:op 4315 completed, throughput=5MB/sec 2024-07-27T18:55:10.240 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RILRcneanU0dkBI off=6858224 len=1516127 2024-07-27T18:55:10.242 INFO:tasks.workunit.client.0.smithi029.stdout:op 4316 completed, throughput=5MB/sec 2024-07-27T18:55:10.242 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DVyZLmYobBkE8Ww off=1061898 len=1470555 2024-07-27T18:55:10.244 INFO:tasks.workunit.client.0.smithi029.stdout:op 4317 completed, throughput=5MB/sec 2024-07-27T18:55:10.244 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-l21dlqHymXhIrol off=6078275 len=1625428 2024-07-27T18:55:10.251 INFO:tasks.workunit.client.0.smithi029.stdout:op 4318 completed, throughput=5MB/sec 2024-07-27T18:55:10.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:10 smithi179 ceph-mon[89801]: pgmap v1841: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.7 MiB/s wr, 5 op/s 2024-07-27T18:55:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:10 smithi029 ceph-mon[96870]: pgmap v1841: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.7 MiB/s wr, 5 op/s 2024-07-27T18:55:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:10 smithi029 ceph-mon[99353]: pgmap v1841: 105 pgs: 105 active+clean; 127 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.7 MiB/s wr, 5 op/s 2024-07-27T18:55:11.252 INFO:tasks.workunit.client.0.smithi029.stdout: 859: throughput=5MB/sec pending data=0 2024-07-27T18:55:11.252 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-r9CPB7X4R5PSsjY off=244352 len=948975 2024-07-27T18:55:11.257 INFO:tasks.workunit.client.0.smithi029.stdout:op 4319 completed, throughput=5MB/sec 2024-07-27T18:55:11.257 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VEqILYQBedDCQCf off=4002371 len=252116 2024-07-27T18:55:11.258 INFO:tasks.workunit.client.0.smithi029.stdout:op 4320 completed, throughput=5MB/sec 2024-07-27T18:55:11.258 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--gFfZOmhZ9k4Nhs off=3737596 len=1920928 2024-07-27T18:55:11.268 INFO:tasks.workunit.client.0.smithi029.stdout:op 4321 completed, throughput=5MB/sec 2024-07-27T18:55:11.268 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lDUMQrduxIiWPWp off=9441691 len=234035 2024-07-27T18:55:11.269 INFO:tasks.workunit.client.0.smithi029.stdout:op 4322 completed, throughput=5MB/sec 2024-07-27T18:55:11.269 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5VJwoD-_mSdJJDN off=0 len=1288742 2024-07-27T18:55:11.273 INFO:tasks.workunit.client.0.smithi029.stdout:op 4323 completed, throughput=5MB/sec 2024-07-27T18:55:12.273 INFO:tasks.workunit.client.0.smithi029.stdout: 860: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:12.273 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1VoIhVnLEx35ngp off=46482 len=439496 2024-07-27T18:55:12.274 INFO:tasks.workunit.client.0.smithi029.stdout:op 4324 completed, throughput=5MB/sec 2024-07-27T18:55:12.274 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IhAX7dsRpWf2rKM off=3001911 len=442676 2024-07-27T18:55:12.275 INFO:tasks.workunit.client.0.smithi029.stdout:op 4325 completed, throughput=5MB/sec 2024-07-27T18:55:12.275 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GmGBeVMq9XXGX5g off=10223704 len=93046 2024-07-27T18:55:12.275 INFO:tasks.workunit.client.0.smithi029.stdout:op 4326 completed, throughput=5MB/sec 2024-07-27T18:55:12.276 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yF8iUkxdydF2dkt off=5142058 len=1834064 2024-07-27T18:55:12.281 INFO:tasks.workunit.client.0.smithi029.stdout:op 4327 completed, throughput=5MB/sec 2024-07-27T18:55:12.281 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CeWFPDOcYPnIbrk off=5316611 len=505462 2024-07-27T18:55:12.289 INFO:tasks.workunit.client.0.smithi029.stdout:op 4328 completed, throughput=5MB/sec 2024-07-27T18:55:12.289 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KMlemxblqtsjXqy off=2121279 len=1408296 2024-07-27T18:55:12.290 INFO:tasks.workunit.client.0.smithi029.stdout:op 4329 completed, throughput=5MB/sec 2024-07-27T18:55:12.290 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tZHPFwEiRkBsU7U off=1022686 len=245428 2024-07-27T18:55:12.296 INFO:tasks.workunit.client.0.smithi029.stdout:op 4330 completed, throughput=5MB/sec 2024-07-27T18:55:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:12 smithi179 ceph-mon[89801]: pgmap v1842: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:55:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:12 smithi029 ceph-mon[96870]: pgmap v1842: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:55:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:12 smithi029 ceph-mon[99353]: pgmap v1842: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:55:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:55:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:55:12] "GET /metrics HTTP/1.1" 200 34050 "" "Prometheus/2.43.0" 2024-07-27T18:55:13.296 INFO:tasks.workunit.client.0.smithi029.stdout: 861: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:13.297 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PAaBJJYowF52N4t off=1875389 len=688481 2024-07-27T18:55:13.301 INFO:tasks.workunit.client.0.smithi029.stdout:op 4331 completed, throughput=5MB/sec 2024-07-27T18:55:13.301 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-npivK2V4XrIDiVT off=6822733 len=501878 2024-07-27T18:55:13.302 INFO:tasks.workunit.client.0.smithi029.stdout:op 4332 completed, throughput=5MB/sec 2024-07-27T18:55:13.302 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-t3j--2WYa4IO29V off=475629 len=73913 2024-07-27T18:55:13.302 INFO:tasks.workunit.client.0.smithi029.stdout:op 4333 completed, throughput=5MB/sec 2024-07-27T18:55:13.302 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fTwQ9XT_c5j2V1M off=2880210 len=1922544 2024-07-27T18:55:13.310 INFO:tasks.workunit.client.0.smithi029.stdout:op 4334 completed, throughput=5MB/sec 2024-07-27T18:55:13.311 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4RSJB2loaGFbWZE off=18849836 len=731840 2024-07-27T18:55:13.315 INFO:tasks.workunit.client.0.smithi029.stdout:op 4335 completed, throughput=5MB/sec 2024-07-27T18:55:13.315 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_jg3RWztIQPt1nT off=2482407 len=1086922 2024-07-27T18:55:13.317 INFO:tasks.workunit.client.0.smithi029.stdout:op 4336 completed, throughput=5MB/sec 2024-07-27T18:55:13.318 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e5B55gMvM13mf4s off=6018989 len=539620 2024-07-27T18:55:13.318 INFO:tasks.workunit.client.0.smithi029.stdout:op 4337 completed, throughput=5MB/sec 2024-07-27T18:55:14.319 INFO:tasks.workunit.client.0.smithi029.stdout: 862: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:14.319 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Sr4ytaM0gk9ECp5 off=13469853 len=400062 2024-07-27T18:55:14.320 INFO:tasks.workunit.client.0.smithi029.stdout:op 4338 completed, throughput=5MB/sec 2024-07-27T18:55:14.321 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e4Wd4WBPEMviQ__ off=3714543 len=1675579 2024-07-27T18:55:14.322 INFO:tasks.workunit.client.0.smithi029.stdout:op 4339 completed, throughput=5MB/sec 2024-07-27T18:55:14.323 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-l8nEaSm8CxfTGWg off=3522456 len=1446862 2024-07-27T18:55:14.331 INFO:tasks.workunit.client.0.smithi029.stdout:op 4340 completed, throughput=5MB/sec 2024-07-27T18:55:14.331 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FhNgyeizb-K7GWD off=13735414 len=833389 2024-07-27T18:55:14.332 INFO:tasks.workunit.client.0.smithi029.stdout:op 4341 completed, throughput=5MB/sec 2024-07-27T18:55:14.332 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_FpZAnySJmkIRbR off=3748972 len=509442 2024-07-27T18:55:14.336 INFO:tasks.workunit.client.0.smithi029.stdout:op 4342 completed, throughput=5MB/sec 2024-07-27T18:55:14.336 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7pFndaeMFKJxmhH off=16198798 len=1686372 2024-07-27T18:55:14.345 INFO:tasks.workunit.client.0.smithi029.stdout:op 4343 completed, throughput=5MB/sec 2024-07-27T18:55:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:14 smithi179 ceph-mon[89801]: pgmap v1843: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:55:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:14 smithi029 ceph-mon[96870]: pgmap v1843: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:55:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:14 smithi029 ceph-mon[99353]: pgmap v1843: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:55:15.346 INFO:tasks.workunit.client.0.smithi029.stdout: 863: throughput=5MB/sec pending data=0 2024-07-27T18:55:15.346 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QBBoO37BaOxhQUd off=3240858 len=1217446 2024-07-27T18:55:15.347 INFO:tasks.workunit.client.0.smithi029.stdout:op 4344 completed, throughput=5MB/sec 2024-07-27T18:55:15.347 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aQWQw_die-bkT0t off=4164496 len=172792 2024-07-27T18:55:15.348 INFO:tasks.workunit.client.0.smithi029.stdout:op 4345 completed, throughput=5MB/sec 2024-07-27T18:55:15.348 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9R2ZMKq07XPW0dH off=1050108 len=124811 2024-07-27T18:55:15.351 INFO:tasks.workunit.client.0.smithi029.stdout:op 4346 completed, throughput=5MB/sec 2024-07-27T18:55:15.351 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yl7_n7Y1DhA-dqb off=6458511 len=765084 2024-07-27T18:55:15.352 INFO:tasks.workunit.client.0.smithi029.stdout:op 4347 completed, throughput=5MB/sec 2024-07-27T18:55:15.352 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XyLpYEpTjW_FoDM off=7027099 len=363438 2024-07-27T18:55:15.356 INFO:tasks.workunit.client.0.smithi029.stdout:op 4348 completed, throughput=5MB/sec 2024-07-27T18:55:15.356 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oot45IGwXcSy8lN off=19488649 len=539805 2024-07-27T18:55:15.359 INFO:tasks.workunit.client.0.smithi029.stdout:op 4349 completed, throughput=5MB/sec 2024-07-27T18:55:15.360 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jFcVEtv3crWL_Zu off=7762358 len=221425 2024-07-27T18:55:15.360 INFO:tasks.workunit.client.0.smithi029.stdout:op 4350 completed, throughput=5MB/sec 2024-07-27T18:55:15.360 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GnhQIZGdGL9PjfT off=3753576 len=1783128 2024-07-27T18:55:15.368 INFO:tasks.workunit.client.0.smithi029.stdout:op 4351 completed, throughput=5MB/sec 2024-07-27T18:55:16.369 INFO:tasks.workunit.client.0.smithi029.stdout: 864: throughput=5MB/sec pending data=0 2024-07-27T18:55:16.369 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kTpGLBtdL4CcJ5J off=7877707 len=91673 2024-07-27T18:55:16.370 INFO:tasks.workunit.client.0.smithi029.stdout:op 4352 completed, throughput=5MB/sec 2024-07-27T18:55:16.371 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XP89rBq_5cl8e3j off=7259853 len=206480 2024-07-27T18:55:16.371 INFO:tasks.workunit.client.0.smithi029.stdout:op 4353 completed, throughput=5MB/sec 2024-07-27T18:55:16.372 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-39SvmemdX_8QEGq off=15783929 len=14577 2024-07-27T18:55:16.374 INFO:tasks.workunit.client.0.smithi029.stdout:op 4354 completed, throughput=5MB/sec 2024-07-27T18:55:16.374 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wkXLoYZNyrPzuK6 off=19641653 len=1984373 2024-07-27T18:55:16.383 INFO:tasks.workunit.client.0.smithi029.stdout:op 4355 completed, throughput=5MB/sec 2024-07-27T18:55:16.383 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uKy5BflUbUbfw4u off=6916181 len=1299315 2024-07-27T18:55:16.389 INFO:tasks.workunit.client.0.smithi029.stdout:op 4356 completed, throughput=5MB/sec 2024-07-27T18:55:16.389 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--j_EsFaKRiM364W off=3245316 len=975209 2024-07-27T18:55:16.390 INFO:tasks.workunit.client.0.smithi029.stdout:op 4357 completed, throughput=5MB/sec 2024-07-27T18:55:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:16 smithi179 ceph-mon[89801]: pgmap v1844: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:55:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:16 smithi029 ceph-mon[96870]: pgmap v1844: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:55:16.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:16 smithi029 ceph-mon[99353]: pgmap v1844: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:55:17.391 INFO:tasks.workunit.client.0.smithi029.stdout: 865: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:17.391 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xwySBKwqGm8CemO off=2104665 len=706674 2024-07-27T18:55:17.392 INFO:tasks.workunit.client.0.smithi029.stdout:op 4358 completed, throughput=5MB/sec 2024-07-27T18:55:17.392 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jSeIxVmbpIPOWrB off=16901803 len=1204606 2024-07-27T18:55:17.398 INFO:tasks.workunit.client.0.smithi029.stdout:op 4359 completed, throughput=5MB/sec 2024-07-27T18:55:17.399 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aGfEQ7hhKiQMkH4 off=736354 len=1287897 2024-07-27T18:55:17.406 INFO:tasks.workunit.client.0.smithi029.stdout:op 4360 completed, throughput=5MB/sec 2024-07-27T18:55:17.406 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Uh4Cz9dc5tFGGl7 off=6806066 len=1538781 2024-07-27T18:55:17.415 INFO:tasks.workunit.client.0.smithi029.stdout:op 4361 completed, throughput=5MB/sec 2024-07-27T18:55:17.415 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--Qy4Ky8YujgDs5P off=18485486 len=1867053 2024-07-27T18:55:17.425 INFO:tasks.workunit.client.0.smithi029.stdout:op 4362 completed, throughput=5MB/sec 2024-07-27T18:55:18.426 INFO:tasks.workunit.client.0.smithi029.stdout: 866: throughput=5MB/sec pending data=0 2024-07-27T18:55:18.426 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mZWf3zSknpdh8gO off=1899801 len=574274 2024-07-27T18:55:18.430 INFO:tasks.workunit.client.0.smithi029.stdout:op 4363 completed, throughput=5MB/sec 2024-07-27T18:55:18.430 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8Bfa_iX9lstUHmj off=12242106 len=397539 2024-07-27T18:55:18.431 INFO:tasks.workunit.client.0.smithi029.stdout:op 4364 completed, throughput=5MB/sec 2024-07-27T18:55:18.431 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bwvxHQu0leTi34X off=5218984 len=700060 2024-07-27T18:55:18.435 INFO:tasks.workunit.client.0.smithi029.stdout:op 4365 completed, throughput=5MB/sec 2024-07-27T18:55:18.435 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-E_lMF171J6fwz6u off=4699 len=1430112 2024-07-27T18:55:18.437 INFO:tasks.workunit.client.0.smithi029.stdout:op 4366 completed, throughput=5MB/sec 2024-07-27T18:55:18.437 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-m0pj-zgqRpTkeBC off=1570804 len=572270 2024-07-27T18:55:18.439 INFO:tasks.workunit.client.0.smithi029.stdout:op 4367 completed, throughput=5MB/sec 2024-07-27T18:55:18.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:18 smithi179 ceph-mon[89801]: pgmap v1845: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:55:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:18 smithi029 ceph-mon[96870]: pgmap v1845: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:55:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:18 smithi029 ceph-mon[99353]: pgmap v1845: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:55:19.439 INFO:tasks.workunit.client.0.smithi029.stdout: 867: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:19.440 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--pF4ye1a6RsSkXk off=3302375 len=1466234 2024-07-27T18:55:19.441 INFO:tasks.workunit.client.0.smithi029.stdout:op 4368 completed, throughput=5MB/sec 2024-07-27T18:55:19.442 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8l0xCCheVzeT6TH off=3058243 len=624358 2024-07-27T18:55:19.446 INFO:tasks.workunit.client.0.smithi029.stdout:op 4369 completed, throughput=5MB/sec 2024-07-27T18:55:19.446 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-A_ZMSYLVM_r37Hp off=323687 len=548930 2024-07-27T18:55:19.450 INFO:tasks.workunit.client.0.smithi029.stdout:op 4370 completed, throughput=5MB/sec 2024-07-27T18:55:19.450 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Zwz-Za_r7_ZUi2c off=20212890 len=861364 2024-07-27T18:55:19.451 INFO:tasks.workunit.client.0.smithi029.stdout:op 4371 completed, throughput=5MB/sec 2024-07-27T18:55:19.451 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cagAPscukE94wR7 off=112480 len=339798 2024-07-27T18:55:19.454 INFO:tasks.workunit.client.0.smithi029.stdout:op 4372 completed, throughput=5MB/sec 2024-07-27T18:55:19.454 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TRAT7dqbZDQLXYE off=16711084 len=1737671 2024-07-27T18:55:19.456 INFO:tasks.workunit.client.0.smithi029.stdout:op 4373 completed, throughput=5MB/sec 2024-07-27T18:55:20.457 INFO:tasks.workunit.client.0.smithi029.stdout: 868: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:20.457 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-r5qQZk3vDTkPqeq off=1318406 len=649936 2024-07-27T18:55:20.458 INFO:tasks.workunit.client.0.smithi029.stdout:op 4374 completed, throughput=5MB/sec 2024-07-27T18:55:20.458 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-F_FUJedfnWWge9V off=9699607 len=1005670 2024-07-27T18:55:20.459 INFO:tasks.workunit.client.0.smithi029.stdout:op 4375 completed, throughput=5MB/sec 2024-07-27T18:55:20.459 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9__mRUZgpbvDlZi off=4780950 len=1887828 2024-07-27T18:55:20.468 INFO:tasks.workunit.client.0.smithi029.stdout:op 4376 completed, throughput=5MB/sec 2024-07-27T18:55:20.468 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RIEMgdNqLR3mHt3 off=630770 len=1114941 2024-07-27T18:55:20.469 INFO:tasks.workunit.client.0.smithi029.stdout:op 4377 completed, throughput=5MB/sec 2024-07-27T18:55:20.469 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vCqh_Or1wWsQvfC off=4767766 len=374390 2024-07-27T18:55:20.470 INFO:tasks.workunit.client.0.smithi029.stdout:op 4378 completed, throughput=5MB/sec 2024-07-27T18:55:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:20 smithi179 ceph-mon[89801]: pgmap v1846: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.6 MiB/s wr, 6 op/s 2024-07-27T18:55:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:20 smithi029 ceph-mon[96870]: pgmap v1846: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.6 MiB/s wr, 6 op/s 2024-07-27T18:55:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:20 smithi029 ceph-mon[99353]: pgmap v1846: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 2.6 MiB/s rd, 2.6 MiB/s wr, 6 op/s 2024-07-27T18:55:21.471 INFO:tasks.workunit.client.0.smithi029.stdout: 869: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:21.471 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GmChyBvwLxbmNPJ off=14934644 len=134110 2024-07-27T18:55:21.472 INFO:tasks.workunit.client.0.smithi029.stdout:op 4379 completed, throughput=4.99MB/sec 2024-07-27T18:55:21.472 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-w2owGXF4jvlEG9g off=12252349 len=514068 2024-07-27T18:55:21.476 INFO:tasks.workunit.client.0.smithi029.stdout:op 4380 completed, throughput=5MB/sec 2024-07-27T18:55:21.476 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WZOxA-qAdMi7sz7 off=9244562 len=1807042 2024-07-27T18:55:21.480 INFO:tasks.workunit.client.0.smithi029.stdout:op 4381 completed, throughput=5MB/sec 2024-07-27T18:55:21.480 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kioyoddtjYkiKKN off=8140764 len=1039477 2024-07-27T18:55:21.481 INFO:tasks.workunit.client.0.smithi029.stdout:op 4382 completed, throughput=5MB/sec 2024-07-27T18:55:21.482 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xk2LoC6lRz6je3t off=20426499 len=621525 2024-07-27T18:55:21.482 INFO:tasks.workunit.client.0.smithi029.stdout:op 4383 completed, throughput=5MB/sec 2024-07-27T18:55:21.482 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dePnjuCzEcTjQmd off=2429264 len=580905 2024-07-27T18:55:21.483 INFO:tasks.workunit.client.0.smithi029.stdout:op 4384 completed, throughput=5MB/sec 2024-07-27T18:55:21.483 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Wb6j_lQ8NxEv9e6 off=12653717 len=143972 2024-07-27T18:55:21.484 INFO:tasks.workunit.client.0.smithi029.stdout:op 4385 completed, throughput=5MB/sec 2024-07-27T18:55:21.484 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-COJVWTwfnciC6Ro off=595047 len=995108 2024-07-27T18:55:21.487 INFO:tasks.workunit.client.0.smithi029.stdout:op 4386 completed, throughput=5MB/sec 2024-07-27T18:55:22.487 INFO:tasks.workunit.client.0.smithi029.stdout: 870: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:22.488 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zplVdFlPzTHcmhI off=3027728 len=199601 2024-07-27T18:55:22.491 INFO:tasks.workunit.client.0.smithi029.stdout:op 4387 completed, throughput=5MB/sec 2024-07-27T18:55:22.491 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4MvrDH4FmEREuqZ off=9164877 len=113754 2024-07-27T18:55:22.491 INFO:tasks.workunit.client.0.smithi029.stdout:op 4388 completed, throughput=5MB/sec 2024-07-27T18:55:22.492 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Lryx4KjcVwVOZCP off=13600010 len=1953413 2024-07-27T18:55:22.494 INFO:tasks.workunit.client.0.smithi029.stdout:op 4389 completed, throughput=5MB/sec 2024-07-27T18:55:22.494 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tDT9hujhYy3ZwCc off=7504718 len=23065 2024-07-27T18:55:22.494 INFO:tasks.workunit.client.0.smithi029.stdout:op 4390 completed, throughput=5MB/sec 2024-07-27T18:55:22.494 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5nQk_U-CBXbchSY off=4628362 len=1335323 2024-07-27T18:55:22.501 INFO:tasks.workunit.client.0.smithi029.stdout:op 4391 completed, throughput=5MB/sec 2024-07-27T18:55:22.502 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-STqO6UrFMnqdyTn off=11860056 len=482363 2024-07-27T18:55:22.502 INFO:tasks.workunit.client.0.smithi029.stdout:op 4392 completed, throughput=5MB/sec 2024-07-27T18:55:22.502 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KNaxbn7eJRfAVoA off=3616410 len=291836 2024-07-27T18:55:22.506 INFO:tasks.workunit.client.0.smithi029.stdout:op 4393 completed, throughput=5MB/sec 2024-07-27T18:55:22.506 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4rlzVNIZVyxRBgu off=5323464 len=907456 2024-07-27T18:55:22.511 INFO:tasks.workunit.client.0.smithi029.stdout:op 4394 completed, throughput=5MB/sec 2024-07-27T18:55:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:22 smithi179 ceph-mon[89801]: pgmap v1847: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:55:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:22 smithi029 ceph-mon[96870]: pgmap v1847: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:55:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:22 smithi029 ceph-mon[99353]: pgmap v1847: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:55:22.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:55:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:55:22] "GET /metrics HTTP/1.1" 200 34050 "" "Prometheus/2.43.0" 2024-07-27T18:55:23.511 INFO:tasks.workunit.client.0.smithi029.stdout: 871: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:23.511 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-F0L4S50uJ8jcw8G off=5271644 len=439845 2024-07-27T18:55:23.515 INFO:tasks.workunit.client.0.smithi029.stdout:op 4395 completed, throughput=5MB/sec 2024-07-27T18:55:23.515 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wCuxI8zaoerPNhp off=2287036 len=273428 2024-07-27T18:55:23.518 INFO:tasks.workunit.client.0.smithi029.stdout:op 4396 completed, throughput=5MB/sec 2024-07-27T18:55:23.518 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OG9OdmelL6EkBsF off=7884367 len=1284057 2024-07-27T18:55:23.526 INFO:tasks.workunit.client.0.smithi029.stdout:op 4397 completed, throughput=5MB/sec 2024-07-27T18:55:23.526 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JGMqEEBP8GFjMvm off=9660269 len=334124 2024-07-27T18:55:23.527 INFO:tasks.workunit.client.0.smithi029.stdout:op 4398 completed, throughput=5MB/sec 2024-07-27T18:55:23.527 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ppSdQ_ZokLBWiOs off=674086 len=1266657 2024-07-27T18:55:23.532 INFO:tasks.workunit.client.0.smithi029.stdout:op 4399 completed, throughput=5MB/sec 2024-07-27T18:55:23.533 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tLj9r8db4hRjCpF off=9813251 len=1571541 2024-07-27T18:55:23.540 INFO:tasks.workunit.client.0.smithi029.stdout:op 4400 completed, throughput=5MB/sec 2024-07-27T18:55:24.540 INFO:tasks.workunit.client.0.smithi029.stdout: 872: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:24.540 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YSmwKr-gGLxxxM9 off=5629637 len=1037595 2024-07-27T18:55:24.546 INFO:tasks.workunit.client.0.smithi029.stdout:op 4401 completed, throughput=5MB/sec 2024-07-27T18:55:24.546 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-81dv9lbE9s4K1Z6 off=1922974 len=949447 2024-07-27T18:55:24.548 INFO:tasks.workunit.client.0.smithi029.stdout:op 4402 completed, throughput=5MB/sec 2024-07-27T18:55:24.548 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NVFoxM_TzUoBwmW off=6932110 len=1335474 2024-07-27T18:55:24.554 INFO:tasks.workunit.client.0.smithi029.stdout:op 4403 completed, throughput=5MB/sec 2024-07-27T18:55:24.555 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IOE19wP7FCSv6z- off=1719671 len=299010 2024-07-27T18:55:24.555 INFO:tasks.workunit.client.0.smithi029.stdout:op 4404 completed, throughput=5MB/sec 2024-07-27T18:55:24.555 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cz0M8m8Q5ykT9yE off=5187288 len=603030 2024-07-27T18:55:24.559 INFO:tasks.workunit.client.0.smithi029.stdout:op 4405 completed, throughput=5MB/sec 2024-07-27T18:55:24.559 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ym3cR_YZg5leoVB off=6897403 len=864776 2024-07-27T18:55:24.560 INFO:tasks.workunit.client.0.smithi029.stdout:op 4406 completed, throughput=5MB/sec 2024-07-27T18:55:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:24 smithi179 ceph-mon[89801]: pgmap v1848: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:55:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:55:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:24 smithi029 ceph-mon[96870]: pgmap v1848: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:55:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:55:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:24 smithi029 ceph-mon[99353]: pgmap v1848: 105 pgs: 105 active+clean; 127 GiB data, 9.9 GiB used, 705 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:55:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:55:25.561 INFO:tasks.workunit.client.0.smithi029.stdout: 873: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:25.561 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aKY8c2x9TgzMwFU off=11389680 len=67866 2024-07-27T18:55:25.562 INFO:tasks.workunit.client.0.smithi029.stdout:op 4407 completed, throughput=4.99MB/sec 2024-07-27T18:55:25.562 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DWOierN-PpczH7P off=3899890 len=1483040 2024-07-27T18:55:25.563 INFO:tasks.workunit.client.0.smithi029.stdout:op 4408 completed, throughput=5MB/sec 2024-07-27T18:55:25.563 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-W3yAUYE8hc7kd3l off=1093788 len=1693957 2024-07-27T18:55:25.566 INFO:tasks.workunit.client.0.smithi029.stdout:op 4409 completed, throughput=5MB/sec 2024-07-27T18:55:25.566 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LEfX-aPaV6enzdF off=6419515 len=1949126 2024-07-27T18:55:25.568 INFO:tasks.workunit.client.0.smithi029.stdout:op 4410 completed, throughput=5MB/sec 2024-07-27T18:55:25.568 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-65yY4VjtLpqJEB- off=7215248 len=1573 2024-07-27T18:55:25.570 INFO:tasks.workunit.client.0.smithi029.stdout:op 4411 completed, throughput=5MB/sec 2024-07-27T18:55:25.571 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PyDZ8ipRNAyH1px off=4821416 len=950987 2024-07-27T18:55:25.571 INFO:tasks.workunit.client.0.smithi029.stdout:op 4412 completed, throughput=5MB/sec 2024-07-27T18:55:26.572 INFO:tasks.workunit.client.0.smithi029.stdout: 874: throughput=5MB/sec pending data=0 2024-07-27T18:55:26.572 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Me9uV0HAH_gQTWw off=11221406 len=1327380 2024-07-27T18:55:26.578 INFO:tasks.workunit.client.0.smithi029.stdout:op 4413 completed, throughput=5MB/sec 2024-07-27T18:55:26.578 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6wDgX8C5EcTrVgR off=876705 len=326704 2024-07-27T18:55:26.579 INFO:tasks.workunit.client.0.smithi029.stdout:op 4414 completed, throughput=5MB/sec 2024-07-27T18:55:26.579 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9MalJk3qSJ6szjI off=7712034 len=708718 2024-07-27T18:55:26.581 INFO:tasks.workunit.client.0.smithi029.stdout:op 4415 completed, throughput=5MB/sec 2024-07-27T18:55:26.581 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-c3B5aPh4P1r188X off=4879653 len=1510402 2024-07-27T18:55:26.582 INFO:tasks.workunit.client.0.smithi029.stdout:op 4416 completed, throughput=5MB/sec 2024-07-27T18:55:26.582 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6fUffdnwxNcC0dY off=2570157 len=217279 2024-07-27T18:55:26.585 INFO:tasks.workunit.client.0.smithi029.stdout:op 4417 completed, throughput=5MB/sec 2024-07-27T18:55:26.586 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tBB8HVrFMQVpqVQ off=8114624 len=472243 2024-07-27T18:55:26.589 INFO:tasks.workunit.client.0.smithi029.stdout:op 4418 completed, throughput=5MB/sec 2024-07-27T18:55:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:26 smithi029 ceph-mon[96870]: pgmap v1849: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:55:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:26 smithi029 ceph-mon[99353]: pgmap v1849: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:55:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:26 smithi179 ceph-mon[89801]: pgmap v1849: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2024-07-27T18:55:27.590 INFO:tasks.workunit.client.0.smithi029.stdout: 875: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:27.590 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YGUBszJ1AkkV07- off=208636 len=965437 2024-07-27T18:55:27.592 INFO:tasks.workunit.client.0.smithi029.stdout:op 4419 completed, throughput=5MB/sec 2024-07-27T18:55:27.592 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IatxjnlnOcjwa-Y off=12656132 len=718694 2024-07-27T18:55:27.597 INFO:tasks.workunit.client.0.smithi029.stdout:op 4420 completed, throughput=5MB/sec 2024-07-27T18:55:27.597 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XoC2DqpVaXCalVF off=2697072 len=1163869 2024-07-27T18:55:27.600 INFO:tasks.workunit.client.0.smithi029.stdout:op 4421 completed, throughput=5MB/sec 2024-07-27T18:55:27.600 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AjtmO-X2NZbhttD off=15674265 len=2019779 2024-07-27T18:55:27.609 INFO:tasks.workunit.client.0.smithi029.stdout:op 4422 completed, throughput=5MB/sec 2024-07-27T18:55:27.609 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-53fCQzx-FJ6GuKZ off=1411390 len=1536682 2024-07-27T18:55:27.610 INFO:tasks.workunit.client.0.smithi029.stdout:op 4423 completed, throughput=5MB/sec 2024-07-27T18:55:28.610 INFO:tasks.workunit.client.0.smithi029.stdout: 876: throughput=5MB/sec pending data=0 2024-07-27T18:55:28.611 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SFJdHLlJCfRnr9A off=162387 len=289392 2024-07-27T18:55:28.614 INFO:tasks.workunit.client.0.smithi029.stdout:op 4424 completed, throughput=5MB/sec 2024-07-27T18:55:28.614 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-x1GiK6DGp73S8oV off=10016800 len=1848840 2024-07-27T18:55:28.622 INFO:tasks.workunit.client.0.smithi029.stdout:op 4425 completed, throughput=5MB/sec 2024-07-27T18:55:28.622 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ID9oAtOOX2LT4oF off=381165 len=38466 2024-07-27T18:55:28.624 INFO:tasks.workunit.client.0.smithi029.stdout:op 4426 completed, throughput=5MB/sec 2024-07-27T18:55:28.624 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mSsKhLX2ZnEMOwO off=23676 len=1404283 2024-07-27T18:55:28.631 INFO:tasks.workunit.client.0.smithi029.stdout:op 4427 completed, throughput=5MB/sec 2024-07-27T18:55:28.632 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Xzc_qG-_ymOOJIj off=6370917 len=142933 2024-07-27T18:55:28.634 INFO:tasks.workunit.client.0.smithi029.stdout:op 4428 completed, throughput=5MB/sec 2024-07-27T18:55:28.634 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7-eqJrGSG_tuSDF off=4517240 len=1315388 2024-07-27T18:55:28.640 INFO:tasks.workunit.client.0.smithi029.stdout:op 4429 completed, throughput=5MB/sec 2024-07-27T18:55:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:28 smithi029 ceph-mon[96870]: pgmap v1850: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:55:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:28 smithi029 ceph-mon[99353]: pgmap v1850: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:55:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:28 smithi179 ceph-mon[89801]: pgmap v1850: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:55:29.640 INFO:tasks.workunit.client.0.smithi029.stdout: 877: throughput=5MB/sec pending data=0 2024-07-27T18:55:29.641 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iT_OxS5FtjU2Sam off=8576163 len=1360793 2024-07-27T18:55:29.642 INFO:tasks.workunit.client.0.smithi029.stdout:op 4430 completed, throughput=5MB/sec 2024-07-27T18:55:29.643 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-c_B0wzWDsaEIr37 off=3446945 len=897756 2024-07-27T18:55:29.645 INFO:tasks.workunit.client.0.smithi029.stdout:op 4431 completed, throughput=5MB/sec 2024-07-27T18:55:29.645 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-euLB54WoBtd0IRK off=546734 len=1040943 2024-07-27T18:55:29.651 INFO:tasks.workunit.client.0.smithi029.stdout:op 4432 completed, throughput=5MB/sec 2024-07-27T18:55:29.651 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fEeJXxdPojrxP7P off=12940224 len=1093180 2024-07-27T18:55:29.657 INFO:tasks.workunit.client.0.smithi029.stdout:op 4433 completed, throughput=5MB/sec 2024-07-27T18:55:29.657 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2oCa_uU76_HNAAI off=5669746 len=1744045 2024-07-27T18:55:29.664 INFO:tasks.workunit.client.0.smithi029.stdout:op 4434 completed, throughput=5MB/sec 2024-07-27T18:55:30.665 INFO:tasks.workunit.client.0.smithi029.stdout: 878: throughput=5MB/sec pending data=0 2024-07-27T18:55:30.665 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1do-oVpJqQiAJzJ off=2667076 len=1606690 2024-07-27T18:55:30.667 INFO:tasks.workunit.client.0.smithi029.stdout:op 4435 completed, throughput=5MB/sec 2024-07-27T18:55:30.667 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5pyRp9msN3Rifxr off=11367260 len=2000793 2024-07-27T18:55:30.672 INFO:tasks.workunit.client.0.smithi029.stdout:op 4436 completed, throughput=5MB/sec 2024-07-27T18:55:30.672 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-X_KQ7J4WBAYJgom off=1936394 len=575153 2024-07-27T18:55:30.674 INFO:tasks.workunit.client.0.smithi029.stdout:op 4437 completed, throughput=5MB/sec 2024-07-27T18:55:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:30 smithi029 ceph-mon[96870]: pgmap v1851: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:55:30.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:30 smithi029 ceph-mon[99353]: pgmap v1851: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:55:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:30 smithi179 ceph-mon[89801]: pgmap v1851: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:55:31.674 INFO:tasks.workunit.client.0.smithi029.stdout: 879: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:31.675 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XMidZqxFoQnItY2 off=7598336 len=1091035 2024-07-27T18:55:31.676 INFO:tasks.workunit.client.0.smithi029.stdout:op 4438 completed, throughput=5MB/sec 2024-07-27T18:55:31.676 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w8YiKCd38IuIjuP off=8778250 len=415385 2024-07-27T18:55:31.677 INFO:tasks.workunit.client.0.smithi029.stdout:op 4439 completed, throughput=5MB/sec 2024-07-27T18:55:31.677 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w15BwZ5IX8jmeYg off=3885529 len=628807 2024-07-27T18:55:31.679 INFO:tasks.workunit.client.0.smithi029.stdout:op 4440 completed, throughput=5MB/sec 2024-07-27T18:55:31.679 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8erbdm7hoEw_e0m off=361474 len=1059397 2024-07-27T18:55:31.686 INFO:tasks.workunit.client.0.smithi029.stdout:op 4441 completed, throughput=5MB/sec 2024-07-27T18:55:31.686 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-V2ccVkVw23AW3QH off=2810742 len=1784404 2024-07-27T18:55:31.688 INFO:tasks.workunit.client.0.smithi029.stdout:op 4442 completed, throughput=5MB/sec 2024-07-27T18:55:32.688 INFO:tasks.workunit.client.0.smithi029.stdout: 880: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:32.688 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JXJ7AuTDlu_8D3I off=5055179 len=1887833 2024-07-27T18:55:32.700 INFO:tasks.workunit.client.0.smithi029.stdout:op 4443 completed, throughput=5MB/sec 2024-07-27T18:55:32.700 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tB18S4SVCad_rVx off=4122122 len=1717395 2024-07-27T18:55:32.708 INFO:tasks.workunit.client.0.smithi029.stdout:op 4444 completed, throughput=5MB/sec 2024-07-27T18:55:32.708 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-P8rl8l5gk1V5uhZ off=1317737 len=207306 2024-07-27T18:55:32.712 INFO:tasks.workunit.client.0.smithi029.stdout:op 4445 completed, throughput=5MB/sec 2024-07-27T18:55:32.712 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s7HHcYaXnzy1zwJ off=5844998 len=479496 2024-07-27T18:55:32.712 INFO:tasks.workunit.client.0.smithi029.stdout:op 4446 completed, throughput=5MB/sec 2024-07-27T18:55:32.712 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XRALnK4sCPjscz8 off=837036 len=2012719 2024-07-27T18:55:32.715 INFO:tasks.workunit.client.0.smithi029.stdout:op 4447 completed, throughput=5MB/sec 2024-07-27T18:55:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:32 smithi029 ceph-mon[96870]: pgmap v1852: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:55:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:32 smithi029 ceph-mon[99353]: pgmap v1852: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:55:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:55:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:55:32] "GET /metrics HTTP/1.1" 200 34052 "" "Prometheus/2.43.0" 2024-07-27T18:55:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:32 smithi179 ceph-mon[89801]: pgmap v1852: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:55:33.715 INFO:tasks.workunit.client.0.smithi029.stdout: 881: throughput=5MB/sec pending data=0 2024-07-27T18:55:33.715 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iG11DZenidr1sQ6 off=16725314 len=888916 2024-07-27T18:55:33.716 INFO:tasks.workunit.client.0.smithi029.stdout:op 4448 completed, throughput=5MB/sec 2024-07-27T18:55:33.716 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DZs8zU1jMGGL1i6 off=2799602 len=181095 2024-07-27T18:55:33.719 INFO:tasks.workunit.client.0.smithi029.stdout:op 4449 completed, throughput=5MB/sec 2024-07-27T18:55:33.719 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0RQ2sujYD6EU3pA off=11034770 len=939078 2024-07-27T18:55:33.723 INFO:tasks.workunit.client.0.smithi029.stdout:op 4450 completed, throughput=5MB/sec 2024-07-27T18:55:33.723 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-55XQmobuxKPN6VD off=5678908 len=1287531 2024-07-27T18:55:33.725 INFO:tasks.workunit.client.0.smithi029.stdout:op 4451 completed, throughput=5MB/sec 2024-07-27T18:55:33.725 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wNHhSZvirg50Wko off=2851254 len=1389222 2024-07-27T18:55:33.727 INFO:tasks.workunit.client.0.smithi029.stdout:op 4452 completed, throughput=5MB/sec 2024-07-27T18:55:33.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:55:33.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:55:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:55:34.728 INFO:tasks.workunit.client.0.smithi029.stdout: 882: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:34.728 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-reCrjBywyhnie8h off=162551 len=499896 2024-07-27T18:55:34.732 INFO:tasks.workunit.client.0.smithi029.stdout:op 4453 completed, throughput=5MB/sec 2024-07-27T18:55:34.733 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lUwLHLvKBkVoc0s off=5143106 len=1442996 2024-07-27T18:55:34.739 INFO:tasks.workunit.client.0.smithi029.stdout:op 4454 completed, throughput=5MB/sec 2024-07-27T18:55:34.739 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iZk5YrGAmKmrmsI off=0 len=1445242 2024-07-27T18:55:34.745 INFO:tasks.workunit.client.0.smithi029.stdout:op 4455 completed, throughput=5MB/sec 2024-07-27T18:55:34.745 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PA7CBzgoP0y2dWg off=8225961 len=635694 2024-07-27T18:55:34.746 INFO:tasks.workunit.client.0.smithi029.stdout:op 4456 completed, throughput=5MB/sec 2024-07-27T18:55:34.746 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Y3CtKBaZYiM2SKo off=11230472 len=191871 2024-07-27T18:55:34.747 INFO:tasks.workunit.client.0.smithi029.stdout:op 4457 completed, throughput=5MB/sec 2024-07-27T18:55:34.747 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dZzdr82TjXpgpKf off=4600856 len=1176339 2024-07-27T18:55:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:34 smithi029 ceph-mon[96870]: pgmap v1853: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.9 MiB/s wr, 5 op/s 2024-07-27T18:55:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:55:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:55:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:34 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:55:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:34 smithi029 ceph-mon[99353]: pgmap v1853: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.9 MiB/s wr, 5 op/s 2024-07-27T18:55:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:55:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:55:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:34 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:55:34.752 INFO:tasks.workunit.client.0.smithi029.stdout:op 4458 completed, throughput=5MB/sec 2024-07-27T18:55:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:34 smithi179 ceph-mon[89801]: pgmap v1853: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.9 MiB/s wr, 5 op/s 2024-07-27T18:55:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:55:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:55:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:34 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:55:35.752 INFO:tasks.workunit.client.0.smithi029.stdout: 883: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:35.752 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MBHu50vmXc73brz off=5746428 len=806405 2024-07-27T18:55:35.753 INFO:tasks.workunit.client.0.smithi029.stdout:op 4459 completed, throughput=5MB/sec 2024-07-27T18:55:35.753 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5RcTEpgVxauE6nn off=360621 len=1025833 2024-07-27T18:55:35.758 INFO:tasks.workunit.client.0.smithi029.stdout:op 4460 completed, throughput=5MB/sec 2024-07-27T18:55:35.758 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-E2KsTa39Eehbc-b off=10273843 len=2029602 2024-07-27T18:55:35.761 INFO:tasks.workunit.client.0.smithi029.stdout:op 4461 completed, throughput=5MB/sec 2024-07-27T18:55:35.761 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bVfa_2g3GRzmcj8 off=1980495 len=1800351 2024-07-27T18:55:35.763 INFO:tasks.workunit.client.0.smithi029.stdout:op 4462 completed, throughput=5MB/sec 2024-07-27T18:55:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:36 smithi029 ceph-mon[96870]: pgmap v1854: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.5 MiB/s wr, 6 op/s 2024-07-27T18:55:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:36 smithi029 ceph-mon[99353]: pgmap v1854: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.5 MiB/s wr, 6 op/s 2024-07-27T18:55:36.763 INFO:tasks.workunit.client.0.smithi029.stdout: 884: throughput=5MB/sec pending data=0 2024-07-27T18:55:36.763 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LoAAI-odCd6rfNK off=5083245 len=557939 2024-07-27T18:55:36.768 INFO:tasks.workunit.client.0.smithi029.stdout:op 4463 completed, throughput=5MB/sec 2024-07-27T18:55:36.769 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kV4X8YYi9oAr25X off=10246499 len=1698196 2024-07-27T18:55:36.776 INFO:tasks.workunit.client.0.smithi029.stdout:op 4464 completed, throughput=5MB/sec 2024-07-27T18:55:36.777 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4Iuna11UzdD49FP off=5870299 len=1739309 2024-07-27T18:55:36.780 INFO:tasks.workunit.client.0.smithi029.stdout:op 4465 completed, throughput=5MB/sec 2024-07-27T18:55:36.780 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lWR10SMgBJg0quN off=1307859 len=1571509 2024-07-27T18:55:36.788 INFO:tasks.workunit.client.0.smithi029.stdout:op 4466 completed, throughput=5MB/sec 2024-07-27T18:55:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:36 smithi179 ceph-mon[89801]: pgmap v1854: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.5 MiB/s wr, 6 op/s 2024-07-27T18:55:37.788 INFO:tasks.workunit.client.0.smithi029.stdout: 885: throughput=5MB/sec pending data=0 2024-07-27T18:55:37.789 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6_ywCx6tUAqctMt off=1430274 len=1317671 2024-07-27T18:55:37.795 INFO:tasks.workunit.client.0.smithi029.stdout:op 4467 completed, throughput=5MB/sec 2024-07-27T18:55:37.795 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-H_F74G31eTTtUZ1 off=17521863 len=1201131 2024-07-27T18:55:37.802 INFO:tasks.workunit.client.0.smithi029.stdout:op 4468 completed, throughput=5MB/sec 2024-07-27T18:55:37.802 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kyWEAk9QAKRFkMq off=5796687 len=708463 2024-07-27T18:55:37.803 INFO:tasks.workunit.client.0.smithi029.stdout:op 4469 completed, throughput=5MB/sec 2024-07-27T18:55:37.803 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5moplL_qXzF6D8W off=15736460 len=1433567 2024-07-27T18:55:37.805 INFO:tasks.workunit.client.0.smithi029.stdout:op 4470 completed, throughput=5MB/sec 2024-07-27T18:55:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:38 smithi029 ceph-mon[96870]: pgmap v1855: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:55:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:38 smithi029 ceph-mon[99353]: pgmap v1855: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:55:38.805 INFO:tasks.workunit.client.0.smithi029.stdout: 886: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:38.806 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-617JUf7N6pWuXiW off=6526507 len=1745217 2024-07-27T18:55:38.808 INFO:tasks.workunit.client.0.smithi029.stdout:op 4471 completed, throughput=5MB/sec 2024-07-27T18:55:38.808 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Hilxfur1nSJsvci off=13742913 len=1167186 2024-07-27T18:55:38.811 INFO:tasks.workunit.client.0.smithi029.stdout:op 4472 completed, throughput=5MB/sec 2024-07-27T18:55:38.811 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NLK7U6Mmm3iLSib off=3241889 len=334413 2024-07-27T18:55:38.814 INFO:tasks.workunit.client.0.smithi029.stdout:op 4473 completed, throughput=5MB/sec 2024-07-27T18:55:38.815 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6rEeS8ZgYrtv6xg off=3104384 len=1910206 2024-07-27T18:55:38.817 INFO:tasks.workunit.client.0.smithi029.stdout:op 4474 completed, throughput=5MB/sec 2024-07-27T18:55:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:38 smithi179 ceph-mon[89801]: pgmap v1855: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:55:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:55:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:55:39.817 INFO:tasks.workunit.client.0.smithi029.stdout: 887: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:39.817 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hZcCZMQ3rLm2TKm off=2177156 len=683835 2024-07-27T18:55:39.819 INFO:tasks.workunit.client.0.smithi029.stdout:op 4475 completed, throughput=5MB/sec 2024-07-27T18:55:39.819 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mNZTqyol_ds4-Fd off=1297777 len=370772 2024-07-27T18:55:39.819 INFO:tasks.workunit.client.0.smithi029.stdout:op 4476 completed, throughput=5MB/sec 2024-07-27T18:55:39.819 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vjLcY2JL1mrl-qK off=18660498 len=798453 2024-07-27T18:55:39.825 INFO:tasks.workunit.client.0.smithi029.stdout:op 4477 completed, throughput=5MB/sec 2024-07-27T18:55:39.825 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tbhu3oQ_QHJlJxM off=7723231 len=2020477 2024-07-27T18:55:39.827 INFO:tasks.workunit.client.0.smithi029.stdout:op 4478 completed, throughput=5MB/sec 2024-07-27T18:55:39.827 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Qkh0ndY-eBgxvUl off=1281738 len=1839183 2024-07-27T18:55:39.829 INFO:tasks.workunit.client.0.smithi029.stdout:op 4479 completed, throughput=5MB/sec 2024-07-27T18:55:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:55:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:40 smithi029 ceph-mon[96870]: pgmap v1856: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:55:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:40 smithi029 ceph-mon[99353]: pgmap v1856: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:55:40.830 INFO:tasks.workunit.client.0.smithi029.stdout: 888: throughput=5MB/sec pending data=0 2024-07-27T18:55:40.830 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1fksd4oOVzIDfii off=12970916 len=1089713 2024-07-27T18:55:40.836 INFO:tasks.workunit.client.0.smithi029.stdout:op 4480 completed, throughput=5MB/sec 2024-07-27T18:55:40.836 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O2VHMtRt3-cF02o off=87070 len=1019098 2024-07-27T18:55:40.838 INFO:tasks.workunit.client.0.smithi029.stdout:op 4481 completed, throughput=5MB/sec 2024-07-27T18:55:40.839 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MRkj9y4sFnb5VRM off=19665497 len=246689 2024-07-27T18:55:40.842 INFO:tasks.workunit.client.0.smithi029.stdout:op 4482 completed, throughput=5MB/sec 2024-07-27T18:55:40.842 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-82Y2hpMotvLFQ9s off=1853308 len=58363 2024-07-27T18:55:40.843 INFO:tasks.workunit.client.0.smithi029.stdout:op 4483 completed, throughput=5MB/sec 2024-07-27T18:55:40.843 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9fLK4kOiEULK94F off=1361868 len=1359870 2024-07-27T18:55:40.848 INFO:tasks.workunit.client.0.smithi029.stdout:op 4484 completed, throughput=5MB/sec 2024-07-27T18:55:40.848 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ngJgBaK5TWTq7DU off=7452631 len=1481586 2024-07-27T18:55:40.850 INFO:tasks.workunit.client.0.smithi029.stdout:op 4485 completed, throughput=5MB/sec 2024-07-27T18:55:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:40 smithi179 ceph-mon[89801]: pgmap v1856: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:55:41.850 INFO:tasks.workunit.client.0.smithi029.stdout: 889: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:41.851 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ud6JUlz871mxoTG off=2628678 len=1271538 2024-07-27T18:55:41.853 INFO:tasks.workunit.client.0.smithi029.stdout:op 4486 completed, throughput=5MB/sec 2024-07-27T18:55:41.853 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xwdMi2qJqYrj4yu off=3473951 len=227027 2024-07-27T18:55:41.857 INFO:tasks.workunit.client.0.smithi029.stdout:op 4487 completed, throughput=5MB/sec 2024-07-27T18:55:41.857 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hQe2a2tf_FKixVh off=1375098 len=127222 2024-07-27T18:55:41.857 INFO:tasks.workunit.client.0.smithi029.stdout:op 4488 completed, throughput=5MB/sec 2024-07-27T18:55:41.857 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-T-e6A1wdks7emdw off=541111 len=834561 2024-07-27T18:55:41.857 INFO:tasks.workunit.client.0.smithi029.stdout:op 4489 completed, throughput=5MB/sec 2024-07-27T18:55:41.857 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_zOVBS0EAgoFd1O off=7618101 len=1579087 2024-07-27T18:55:41.859 INFO:tasks.workunit.client.0.smithi029.stdout:op 4490 completed, throughput=5MB/sec 2024-07-27T18:55:41.860 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Qvjj_J0IPhyLp0f off=5242255 len=1584774 2024-07-27T18:55:41.866 INFO:tasks.workunit.client.0.smithi029.stdout:op 4491 completed, throughput=5MB/sec 2024-07-27T18:55:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:42 smithi029 ceph-mon[96870]: pgmap v1857: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:55:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:42 smithi029 ceph-mon[99353]: pgmap v1857: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:55:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:55:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:55:42] "GET /metrics HTTP/1.1" 200 34051 "" "Prometheus/2.43.0" 2024-07-27T18:55:42.866 INFO:tasks.workunit.client.0.smithi029.stdout: 890: throughput=5MB/sec pending data=0 2024-07-27T18:55:42.867 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Z2riQvzT5qNIcvR off=2301255 len=293901 2024-07-27T18:55:42.870 INFO:tasks.workunit.client.0.smithi029.stdout:op 4492 completed, throughput=5MB/sec 2024-07-27T18:55:42.870 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vCuyRRgNbrttN9j off=2396966 len=869700 2024-07-27T18:55:42.875 INFO:tasks.workunit.client.0.smithi029.stdout:op 4493 completed, throughput=5MB/sec 2024-07-27T18:55:42.875 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UsZIglH5i1WMurX off=5436674 len=969660 2024-07-27T18:55:42.880 INFO:tasks.workunit.client.0.smithi029.stdout:op 4494 completed, throughput=5MB/sec 2024-07-27T18:55:42.880 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xe9j4C_0Mf9Ngbw off=9000556 len=1497816 2024-07-27T18:55:42.882 INFO:tasks.workunit.client.0.smithi029.stdout:op 4495 completed, throughput=5MB/sec 2024-07-27T18:55:42.882 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JGMqEEBP8GFjMvm off=94296 len=1874823 2024-07-27T18:55:42.884 INFO:tasks.workunit.client.0.smithi029.stdout:op 4496 completed, throughput=5MB/sec 2024-07-27T18:55:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:42 smithi179 ceph-mon[89801]: pgmap v1857: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:55:43.884 INFO:tasks.workunit.client.0.smithi029.stdout: 891: throughput=5MB/sec pending data=0 2024-07-27T18:55:43.885 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-43t6vagJyHCEEOt off=1453080 len=411753 2024-07-27T18:55:43.888 INFO:tasks.workunit.client.0.smithi029.stdout:op 4497 completed, throughput=5MB/sec 2024-07-27T18:55:43.888 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--gNGqLc8v0w6xzK off=4900941 len=1181372 2024-07-27T18:55:43.896 INFO:tasks.workunit.client.0.smithi029.stdout:op 4498 completed, throughput=5MB/sec 2024-07-27T18:55:43.896 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-q7RHyU3xDBkurkd off=4072822 len=580145 2024-07-27T18:55:43.897 INFO:tasks.workunit.client.0.smithi029.stdout:op 4499 completed, throughput=5MB/sec 2024-07-27T18:55:43.897 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1PibGQHCg17pWKS off=21555557 len=996489 2024-07-27T18:55:43.899 INFO:tasks.workunit.client.0.smithi029.stdout:op 4500 completed, throughput=5MB/sec 2024-07-27T18:55:43.899 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xzG1wNvXNZOWd2S off=15516506 len=1278868 2024-07-27T18:55:43.906 INFO:tasks.workunit.client.0.smithi029.stdout:op 4501 completed, throughput=5MB/sec 2024-07-27T18:55:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:44 smithi029 ceph-mon[96870]: pgmap v1858: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:55:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:44 smithi029 ceph-mon[99353]: pgmap v1858: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:55:44.906 INFO:tasks.workunit.client.0.smithi029.stdout: 892: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:44.907 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PoBlNZrzeTva39y off=15391311 len=1146073 2024-07-27T18:55:44.908 INFO:tasks.workunit.client.0.smithi029.stdout:op 4502 completed, throughput=5MB/sec 2024-07-27T18:55:44.908 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UQf1RSsOJQaJwpO off=2996416 len=1386955 2024-07-27T18:55:44.910 INFO:tasks.workunit.client.0.smithi029.stdout:op 4503 completed, throughput=5MB/sec 2024-07-27T18:55:44.910 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yG53kFxrNPh7KrJ off=275792 len=982543 2024-07-27T18:55:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:44 smithi179 ceph-mon[89801]: pgmap v1858: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:55:44.916 INFO:tasks.workunit.client.0.smithi029.stdout:op 4504 completed, throughput=5MB/sec 2024-07-27T18:55:44.916 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZdYp7vicBclVneY off=2064344 len=1440731 2024-07-27T18:55:44.918 INFO:tasks.workunit.client.0.smithi029.stdout:op 4505 completed, throughput=5MB/sec 2024-07-27T18:55:44.918 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y_LcsZ3R931n8Uj off=7893958 len=729452 2024-07-27T18:55:44.922 INFO:tasks.workunit.client.0.smithi029.stdout:op 4506 completed, throughput=5MB/sec 2024-07-27T18:55:45.926 INFO:tasks.workunit.client.0.smithi029.stdout: 893: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:45.926 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-p8ylNQ9FaLengSv off=5037885 len=783290 2024-07-27T18:55:45.926 INFO:tasks.workunit.client.0.smithi029.stdout:op 4507 completed, throughput=5MB/sec 2024-07-27T18:55:45.926 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R-_KSBctVYIpmPe off=8461424 len=510473 2024-07-27T18:55:45.928 INFO:tasks.workunit.client.0.smithi029.stdout:op 4508 completed, throughput=5MB/sec 2024-07-27T18:55:45.928 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KDQ6ABcDJCvWwxH off=206665 len=1539572 2024-07-27T18:55:45.936 INFO:tasks.workunit.client.0.smithi029.stdout:op 4509 completed, throughput=5MB/sec 2024-07-27T18:55:45.936 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ze5C4BWuVSXKADI off=2087723 len=114567 2024-07-27T18:55:45.937 INFO:tasks.workunit.client.0.smithi029.stdout:op 4510 completed, throughput=5MB/sec 2024-07-27T18:55:45.937 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-weClSpuug4CsdtX off=5200758 len=375715 2024-07-27T18:55:45.940 INFO:tasks.workunit.client.0.smithi029.stdout:op 4511 completed, throughput=5MB/sec 2024-07-27T18:55:45.940 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-f6CCYcMu4SPhvOB off=7364096 len=59267 2024-07-27T18:55:45.941 INFO:tasks.workunit.client.0.smithi029.stdout:op 4512 completed, throughput=5MB/sec 2024-07-27T18:55:45.941 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-02pdbXmis7D9T32 off=635357 len=600995 2024-07-27T18:55:45.946 INFO:tasks.workunit.client.0.smithi029.stdout:op 4513 completed, throughput=5MB/sec 2024-07-27T18:55:45.946 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rzlMAMd3kh_p7aj off=6639330 len=1711152 2024-07-27T18:55:45.948 INFO:tasks.workunit.client.0.smithi029.stdout:op 4514 completed, throughput=5MB/sec 2024-07-27T18:55:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:46 smithi029 ceph-mon[96870]: pgmap v1859: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:55:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:46 smithi029 ceph-mon[99353]: pgmap v1859: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:55:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:46 smithi179 ceph-mon[89801]: pgmap v1859: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:55:46.951 INFO:tasks.workunit.client.0.smithi029.stdout: 894: throughput=5MB/sec pending data=0 2024-07-27T18:55:46.951 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nQov05lKSrouEXC off=1041514 len=126316 2024-07-27T18:55:46.951 INFO:tasks.workunit.client.0.smithi029.stdout:op 4515 completed, throughput=5MB/sec 2024-07-27T18:55:46.951 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UiMUALHo8BTKGcl off=3230972 len=1541936 2024-07-27T18:55:46.956 INFO:tasks.workunit.client.0.smithi029.stdout:op 4516 completed, throughput=5MB/sec 2024-07-27T18:55:46.956 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jBzLtLO0nWAbiHm off=7738054 len=582691 2024-07-27T18:55:46.957 INFO:tasks.workunit.client.0.smithi029.stdout:op 4517 completed, throughput=5MB/sec 2024-07-27T18:55:46.957 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jKmhms1TvG8RQlb off=3623588 len=1514623 2024-07-27T18:55:46.964 INFO:tasks.workunit.client.0.smithi029.stdout:op 4518 completed, throughput=5MB/sec 2024-07-27T18:55:46.964 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-z1f_acTs4GaENwt off=14737224 len=178304 2024-07-27T18:55:46.967 INFO:tasks.workunit.client.0.smithi029.stdout:op 4519 completed, throughput=5MB/sec 2024-07-27T18:55:46.967 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xcSBNJU2yGFqyUm off=10356163 len=395820 2024-07-27T18:55:46.968 INFO:tasks.workunit.client.0.smithi029.stdout:op 4520 completed, throughput=5MB/sec 2024-07-27T18:55:46.968 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dZOJ3Jad7P8OJMy off=6946668 len=1082263 2024-07-27T18:55:46.973 INFO:tasks.workunit.client.0.smithi029.stdout:op 4521 completed, throughput=5MB/sec 2024-07-27T18:55:47.974 INFO:tasks.workunit.client.0.smithi029.stdout: 895: throughput=5MB/sec pending data=0 2024-07-27T18:55:47.974 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JgCMXAeGP40ScKf off=3690085 len=1194558 2024-07-27T18:55:47.976 INFO:tasks.workunit.client.0.smithi029.stdout:op 4522 completed, throughput=5MB/sec 2024-07-27T18:55:47.976 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iy5_mUhdtvwkL8e off=8979395 len=898905 2024-07-27T18:55:47.978 INFO:tasks.workunit.client.0.smithi029.stdout:op 4523 completed, throughput=5MB/sec 2024-07-27T18:55:47.978 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lp9ghSpOit3eWoj off=7853667 len=2017743 2024-07-27T18:55:47.980 INFO:tasks.workunit.client.0.smithi029.stdout:op 4524 completed, throughput=5MB/sec 2024-07-27T18:55:47.981 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dv0Z_ShW3Idl020 off=1695704 len=149521 2024-07-27T18:55:47.983 INFO:tasks.workunit.client.0.smithi029.stdout:op 4525 completed, throughput=5MB/sec 2024-07-27T18:55:47.984 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4W3TzPKuHJShrQG off=19491466 len=467187 2024-07-27T18:55:47.988 INFO:tasks.workunit.client.0.smithi029.stdout:op 4526 completed, throughput=5MB/sec 2024-07-27T18:55:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:48 smithi029 ceph-mon[96870]: pgmap v1860: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:55:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:48 smithi029 ceph-mon[99353]: pgmap v1860: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:55:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:48 smithi179 ceph-mon[89801]: pgmap v1860: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:55:48.988 INFO:tasks.workunit.client.0.smithi029.stdout: 896: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:48.988 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--T9_JcrI1JAWI5i off=9187575 len=923457 2024-07-27T18:55:48.990 INFO:tasks.workunit.client.0.smithi029.stdout:op 4527 completed, throughput=5MB/sec 2024-07-27T18:55:48.990 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-g5m4Qn6jWbjznxf off=15007971 len=1541155 2024-07-27T18:55:48.997 INFO:tasks.workunit.client.0.smithi029.stdout:op 4528 completed, throughput=5MB/sec 2024-07-27T18:55:48.997 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O5mshUTxaG_L0bA off=13267726 len=1297212 2024-07-27T18:55:49.002 INFO:tasks.workunit.client.0.smithi029.stdout:op 4529 completed, throughput=5MB/sec 2024-07-27T18:55:49.002 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aqRY51fFz4WS45n off=7403175 len=1627675 2024-07-27T18:55:49.002 INFO:tasks.workunit.client.0.smithi029.stdout:op 4530 completed, throughput=5MB/sec 2024-07-27T18:55:50.001 INFO:tasks.workunit.client.0.smithi029.stdout: 897: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:50.001 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sQuB64-AkNYhds9 off=12739265 len=144836 2024-07-27T18:55:50.004 INFO:tasks.workunit.client.0.smithi029.stdout:op 4531 completed, throughput=4.99MB/sec 2024-07-27T18:55:50.004 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NYYIUogLsGm_M4T off=8489412 len=1759340 2024-07-27T18:55:50.006 INFO:tasks.workunit.client.0.smithi029.stdout:op 4532 completed, throughput=5MB/sec 2024-07-27T18:55:50.006 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vrfHgatxvLcg4Gj off=302949 len=1938961 2024-07-27T18:55:50.009 INFO:tasks.workunit.client.0.smithi029.stdout:op 4533 completed, throughput=5MB/sec 2024-07-27T18:55:50.009 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wXLs_lt5QmYaQO5 off=2152832 len=276059 2024-07-27T18:55:50.012 INFO:tasks.workunit.client.0.smithi029.stdout:op 4534 completed, throughput=5MB/sec 2024-07-27T18:55:50.012 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XNjD_N7arPoH56p off=2248282 len=738057 2024-07-27T18:55:50.015 INFO:tasks.workunit.client.0.smithi029.stdout:op 4535 completed, throughput=5MB/sec 2024-07-27T18:55:50.015 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9MwIxjwB2tkSSMy off=1240432 len=1973659 2024-07-27T18:55:50.017 INFO:tasks.workunit.client.0.smithi029.stdout:op 4536 completed, throughput=5MB/sec 2024-07-27T18:55:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:50 smithi029 ceph-mon[96870]: pgmap v1861: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:55:50.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:50 smithi029 ceph-mon[99353]: pgmap v1861: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:55:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:50 smithi179 ceph-mon[89801]: pgmap v1861: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:55:51.018 INFO:tasks.workunit.client.0.smithi029.stdout: 898: throughput=5MB/sec pending data=0 2024-07-27T18:55:51.018 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-glXN2O4VQtBHgqu off=4151557 len=407470 2024-07-27T18:55:51.021 INFO:tasks.workunit.client.0.smithi029.stdout:op 4537 completed, throughput=5MB/sec 2024-07-27T18:55:51.022 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eP6zmSJ9ZBN8MqF off=2974591 len=1374753 2024-07-27T18:55:51.027 INFO:tasks.workunit.client.0.smithi029.stdout:op 4538 completed, throughput=5MB/sec 2024-07-27T18:55:51.028 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-byCB8lW7b_eMyFb off=3334812 len=1137880 2024-07-27T18:55:51.035 INFO:tasks.workunit.client.0.smithi029.stdout:op 4539 completed, throughput=5MB/sec 2024-07-27T18:55:51.035 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wqBtuJdzAVP2JIf off=569549 len=1595089 2024-07-27T18:55:51.043 INFO:tasks.workunit.client.0.smithi029.stdout:op 4540 completed, throughput=5MB/sec 2024-07-27T18:55:52.043 INFO:tasks.workunit.client.0.smithi029.stdout: 899: throughput=5MB/sec pending data=0 2024-07-27T18:55:52.043 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-E4WAeIlQ2qQe_rW off=4374969 len=1968303 2024-07-27T18:55:52.056 INFO:tasks.workunit.client.0.smithi029.stdout:op 4541 completed, throughput=5MB/sec 2024-07-27T18:55:52.056 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CaxiRDUjgmrAszC off=6558908 len=1647923 2024-07-27T18:55:52.058 INFO:tasks.workunit.client.0.smithi029.stdout:op 4542 completed, throughput=5MB/sec 2024-07-27T18:55:52.059 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HtLlvUUBtWgK1ER off=2559889 len=966619 2024-07-27T18:55:52.064 INFO:tasks.workunit.client.0.smithi029.stdout:op 4543 completed, throughput=5MB/sec 2024-07-27T18:55:52.715 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:52 smithi179 ceph-mon[89801]: pgmap v1862: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:55:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:52 smithi029 ceph-mon[96870]: pgmap v1862: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:55:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:52 smithi029 ceph-mon[99353]: pgmap v1862: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:55:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:55:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:55:52] "GET /metrics HTTP/1.1" 200 34051 "" "Prometheus/2.43.0" 2024-07-27T18:55:53.064 INFO:tasks.workunit.client.0.smithi029.stdout: 900: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:53.064 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PyPAKz7LEg0x4TS off=2030205 len=1646491 2024-07-27T18:55:53.072 INFO:tasks.workunit.client.0.smithi029.stdout:op 4544 completed, throughput=5MB/sec 2024-07-27T18:55:53.072 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-y0ysoqtnUyWKyWc off=5148395 len=829623 2024-07-27T18:55:53.073 INFO:tasks.workunit.client.0.smithi029.stdout:op 4545 completed, throughput=5MB/sec 2024-07-27T18:55:53.073 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7aCyCB0VyOFty5- off=218492 len=1753545 2024-07-27T18:55:53.075 INFO:tasks.workunit.client.0.smithi029.stdout:op 4546 completed, throughput=5MB/sec 2024-07-27T18:55:53.075 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Wxocb_XoYSALDe3 off=3275543 len=935808 2024-07-27T18:55:53.080 INFO:tasks.workunit.client.0.smithi029.stdout:op 4547 completed, throughput=5MB/sec 2024-07-27T18:55:53.081 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-him5xOxk0ufORnh off=1038456 len=1999249 2024-07-27T18:55:53.083 INFO:tasks.workunit.client.0.smithi029.stdout:op 4548 completed, throughput=5MB/sec 2024-07-27T18:55:54.083 INFO:tasks.workunit.client.0.smithi029.stdout: 901: throughput=5MB/sec pending data=0 2024-07-27T18:55:54.083 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rngDi5t7_6K_KsP off=4318297 len=1452891 2024-07-27T18:55:54.085 INFO:tasks.workunit.client.0.smithi029.stdout:op 4549 completed, throughput=5MB/sec 2024-07-27T18:55:54.085 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cv80jVkSM7yljLj off=1234586 len=1328922 2024-07-27T18:55:54.094 INFO:tasks.workunit.client.0.smithi029.stdout:op 4550 completed, throughput=5MB/sec 2024-07-27T18:55:54.094 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fSiACdYu0OV3mx_ off=16524339 len=868583 2024-07-27T18:55:54.099 INFO:tasks.workunit.client.0.smithi029.stdout:op 4551 completed, throughput=5MB/sec 2024-07-27T18:55:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:54 smithi029 ceph-mon[96870]: pgmap v1863: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:55:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:55:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:54 smithi029 ceph-mon[99353]: pgmap v1863: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:55:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:55:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:54 smithi179 ceph-mon[89801]: pgmap v1863: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:55:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:55:55.100 INFO:tasks.workunit.client.0.smithi029.stdout: 902: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:55.100 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4UYC3bbCjoW1iyV off=12091228 len=1293557 2024-07-27T18:55:55.107 INFO:tasks.workunit.client.0.smithi029.stdout:op 4552 completed, throughput=5MB/sec 2024-07-27T18:55:55.107 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yI7PTGr4C28Jlo2 off=15895656 len=573344 2024-07-27T18:55:55.111 INFO:tasks.workunit.client.0.smithi029.stdout:op 4553 completed, throughput=5MB/sec 2024-07-27T18:55:55.111 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NI7URTmU4_3Eftf off=701338 len=519734 2024-07-27T18:55:55.112 INFO:tasks.workunit.client.0.smithi029.stdout:op 4554 completed, throughput=5MB/sec 2024-07-27T18:55:55.112 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UvSrvbR-WZwvWwU off=17360245 len=2012920 2024-07-27T18:55:55.122 INFO:tasks.workunit.client.0.smithi029.stdout:op 4555 completed, throughput=5MB/sec 2024-07-27T18:55:55.122 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MA7-Nh2JJjX9ewI off=659369 len=417293 2024-07-27T18:55:55.125 INFO:tasks.workunit.client.0.smithi029.stdout:op 4556 completed, throughput=5MB/sec 2024-07-27T18:55:55.125 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WGGWi6ws07w_7n5 off=3008821 len=761190 2024-07-27T18:55:55.128 INFO:tasks.workunit.client.0.smithi029.stdout:op 4557 completed, throughput=5MB/sec 2024-07-27T18:55:56.128 INFO:tasks.workunit.client.0.smithi029.stdout: 903: throughput=5MB/sec pending data=0 2024-07-27T18:55:56.129 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GILd2vCq7ugrxwX off=14806429 len=1888642 2024-07-27T18:55:56.137 INFO:tasks.workunit.client.0.smithi029.stdout:op 4558 completed, throughput=5MB/sec 2024-07-27T18:55:56.138 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CiI0Mg2fMEPe-Yk off=7443004 len=1253419 2024-07-27T18:55:56.139 INFO:tasks.workunit.client.0.smithi029.stdout:op 4559 completed, throughput=5MB/sec 2024-07-27T18:55:56.139 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ao14_Bq7ohbWQIM off=304728 len=165859 2024-07-27T18:55:56.142 INFO:tasks.workunit.client.0.smithi029.stdout:op 4560 completed, throughput=5MB/sec 2024-07-27T18:55:56.142 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mZWf3zSknpdh8gO off=3771890 len=1146650 2024-07-27T18:55:56.144 INFO:tasks.workunit.client.0.smithi029.stdout:op 4561 completed, throughput=5MB/sec 2024-07-27T18:55:56.144 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nHE7jM_esZrALdV off=3442790 len=237409 2024-07-27T18:55:56.146 INFO:tasks.workunit.client.0.smithi029.stdout:op 4562 completed, throughput=5MB/sec 2024-07-27T18:55:56.146 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zCF5djZIqKI0-ue off=5136013 len=1463209 2024-07-27T18:55:56.154 INFO:tasks.workunit.client.0.smithi029.stdout:op 4563 completed, throughput=5MB/sec 2024-07-27T18:55:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:56 smithi029 ceph-mon[96870]: pgmap v1864: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:55:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:56 smithi029 ceph-mon[99353]: pgmap v1864: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:55:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:56 smithi179 ceph-mon[89801]: pgmap v1864: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:55:57.154 INFO:tasks.workunit.client.0.smithi029.stdout: 904: throughput=5MB/sec pending data=0 2024-07-27T18:55:57.154 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-W4UAxXAe6taHRWk off=5925710 len=2677 2024-07-27T18:55:57.157 INFO:tasks.workunit.client.0.smithi029.stdout:op 4564 completed, throughput=5MB/sec 2024-07-27T18:55:57.157 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-adZLNfKLSRc_Hzj off=18706419 len=1038297 2024-07-27T18:55:57.162 INFO:tasks.workunit.client.0.smithi029.stdout:op 4565 completed, throughput=5MB/sec 2024-07-27T18:55:57.162 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Lmw2uBFuZxPiW_M off=7356368 len=528751 2024-07-27T18:55:57.163 INFO:tasks.workunit.client.0.smithi029.stdout:op 4566 completed, throughput=5MB/sec 2024-07-27T18:55:57.163 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pzm5KOWJRrMvm5h off=5928865 len=825415 2024-07-27T18:55:57.164 INFO:tasks.workunit.client.0.smithi029.stdout:op 4567 completed, throughput=5MB/sec 2024-07-27T18:55:57.164 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kaF2Cn85OZzCg8Z off=1907527 len=1932523 2024-07-27T18:55:57.172 INFO:tasks.workunit.client.0.smithi029.stdout:op 4568 completed, throughput=5MB/sec 2024-07-27T18:55:58.172 INFO:tasks.workunit.client.0.smithi029.stdout: 905: throughput=4.99MB/sec pending data=0 2024-07-27T18:55:58.173 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Fd8Z1ykhiWKn3fn off=10914420 len=1106497 2024-07-27T18:55:58.174 INFO:tasks.workunit.client.0.smithi029.stdout:op 4569 completed, throughput=5MB/sec 2024-07-27T18:55:58.174 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NI1tvtkLrtRUh8F off=5075685 len=81939 2024-07-27T18:55:58.177 INFO:tasks.workunit.client.0.smithi029.stdout:op 4570 completed, throughput=5MB/sec 2024-07-27T18:55:58.177 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Kii_fi2TsgIbXYJ off=3410910 len=1921229 2024-07-27T18:55:58.188 INFO:tasks.workunit.client.0.smithi029.stdout:op 4571 completed, throughput=5MB/sec 2024-07-27T18:55:58.189 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rMC3XCMKqQ6JHtu off=19901055 len=491402 2024-07-27T18:55:58.192 INFO:tasks.workunit.client.0.smithi029.stdout:op 4572 completed, throughput=5MB/sec 2024-07-27T18:55:58.192 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GcVr1_cgI2ilJQu off=12023786 len=1517559 2024-07-27T18:55:58.195 INFO:tasks.workunit.client.0.smithi029.stdout:op 4573 completed, throughput=5MB/sec 2024-07-27T18:55:58.195 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v6zMUZikrmfVZMl off=5872274 len=1374259 2024-07-27T18:55:58.197 INFO:tasks.workunit.client.0.smithi029.stdout:op 4574 completed, throughput=5MB/sec 2024-07-27T18:55:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:55:58 smithi029 ceph-mon[96870]: pgmap v1865: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:55:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:55:58 smithi029 ceph-mon[99353]: pgmap v1865: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:55:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:55:58 smithi179 ceph-mon[89801]: pgmap v1865: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:55:59.198 INFO:tasks.workunit.client.0.smithi029.stdout: 906: throughput=5MB/sec pending data=0 2024-07-27T18:55:59.198 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ml4e_I-cxpCInbx off=14558992 len=140013 2024-07-27T18:55:59.201 INFO:tasks.workunit.client.0.smithi029.stdout:op 4575 completed, throughput=5MB/sec 2024-07-27T18:55:59.201 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JSlbaJFTd2qxZxk off=0 len=1266299 2024-07-27T18:55:59.203 INFO:tasks.workunit.client.0.smithi029.stdout:op 4576 completed, throughput=5MB/sec 2024-07-27T18:55:59.203 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BHKwKB3NDGGtK7N off=1863741 len=24625 2024-07-27T18:55:59.204 INFO:tasks.workunit.client.0.smithi029.stdout:op 4577 completed, throughput=5MB/sec 2024-07-27T18:55:59.204 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R4MY8sE4GisgpA4 off=7022926 len=1984546 2024-07-27T18:55:59.206 INFO:tasks.workunit.client.0.smithi029.stdout:op 4578 completed, throughput=5MB/sec 2024-07-27T18:55:59.206 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HoJzYcHFh7TgMzj off=3942129 len=2018337 2024-07-27T18:55:59.210 INFO:tasks.workunit.client.0.smithi029.stdout:op 4579 completed, throughput=5MB/sec 2024-07-27T18:56:00.211 INFO:tasks.workunit.client.0.smithi029.stdout: 907: throughput=5MB/sec pending data=0 2024-07-27T18:56:00.211 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kbURXmZKpVOjqZJ off=4555483 len=960392 2024-07-27T18:56:00.215 INFO:tasks.workunit.client.0.smithi029.stdout:op 4580 completed, throughput=5MB/sec 2024-07-27T18:56:00.216 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rkEJh8m7yrCq8Q8 off=2864325 len=145066 2024-07-27T18:56:00.216 INFO:tasks.workunit.client.0.smithi029.stdout:op 4581 completed, throughput=5MB/sec 2024-07-27T18:56:00.216 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--N90XeWMoeSzVcf off=6119078 len=248422 2024-07-27T18:56:00.219 INFO:tasks.workunit.client.0.smithi029.stdout:op 4582 completed, throughput=5MB/sec 2024-07-27T18:56:00.219 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vQ1Eu-zXxz_ydFA off=1208763 len=905326 2024-07-27T18:56:00.225 INFO:tasks.workunit.client.0.smithi029.stdout:op 4583 completed, throughput=5MB/sec 2024-07-27T18:56:00.225 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-So-IlSXf5AsNpmG off=7506847 len=331270 2024-07-27T18:56:00.228 INFO:tasks.workunit.client.0.smithi029.stdout:op 4584 completed, throughput=5MB/sec 2024-07-27T18:56:00.228 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9LEaPbEtbjUzKNo off=1546543 len=1660091 2024-07-27T18:56:00.229 INFO:tasks.workunit.client.0.smithi029.stdout:op 4585 completed, throughput=5MB/sec 2024-07-27T18:56:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:00 smithi029 ceph-mon[96870]: pgmap v1866: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:56:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:00 smithi029 ceph-mon[99353]: pgmap v1866: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:56:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:00 smithi179 ceph-mon[89801]: pgmap v1866: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:56:01.230 INFO:tasks.workunit.client.0.smithi029.stdout: 908: throughput=4.99MB/sec pending data=0 2024-07-27T18:56:01.230 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FQu31AgBCtv5S-j off=814860 len=1079849 2024-07-27T18:56:01.232 INFO:tasks.workunit.client.0.smithi029.stdout:op 4586 completed, throughput=5MB/sec 2024-07-27T18:56:01.233 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-srsArz7BRuJb6Hh off=2604403 len=724752 2024-07-27T18:56:01.238 INFO:tasks.workunit.client.0.smithi029.stdout:op 4587 completed, throughput=5MB/sec 2024-07-27T18:56:01.238 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zieWN333EQotkU0 off=10866238 len=1301819 2024-07-27T18:56:01.239 INFO:tasks.workunit.client.0.smithi029.stdout:op 4588 completed, throughput=5MB/sec 2024-07-27T18:56:01.240 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OlU22UL1XXnZW6r off=14942484 len=1671912 2024-07-27T18:56:01.241 INFO:tasks.workunit.client.0.smithi029.stdout:op 4589 completed, throughput=5MB/sec 2024-07-27T18:56:01.242 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-M9WwVkkRib7SEcS off=4787881 len=1734688 2024-07-27T18:56:01.249 INFO:tasks.workunit.client.0.smithi029.stdout:op 4590 completed, throughput=5MB/sec 2024-07-27T18:56:02.250 INFO:tasks.workunit.client.0.smithi029.stdout: 909: throughput=5MB/sec pending data=0 2024-07-27T18:56:02.250 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HRxou2MIL5X0NLr off=6586407 len=287065 2024-07-27T18:56:02.251 INFO:tasks.workunit.client.0.smithi029.stdout:op 4591 completed, throughput=5MB/sec 2024-07-27T18:56:02.251 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-E4WAeIlQ2qQe_rW off=2270890 len=1311334 2024-07-27T18:56:02.254 INFO:tasks.workunit.client.0.smithi029.stdout:op 4592 completed, throughput=5MB/sec 2024-07-27T18:56:02.254 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e4cHiIK7rj0ySPW off=4063526 len=2054800 2024-07-27T18:56:02.257 INFO:tasks.workunit.client.0.smithi029.stdout:op 4593 completed, throughput=5MB/sec 2024-07-27T18:56:02.257 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5luOqRK_FnD3zRW off=807452 len=7018 2024-07-27T18:56:02.259 INFO:tasks.workunit.client.0.smithi029.stdout:op 4594 completed, throughput=5MB/sec 2024-07-27T18:56:02.259 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LMWxUMm487aL9Zo off=3602050 len=1405864 2024-07-27T18:56:02.268 INFO:tasks.workunit.client.0.smithi029.stdout:op 4595 completed, throughput=5MB/sec 2024-07-27T18:56:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:02 smithi029 ceph-mon[96870]: pgmap v1867: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:56:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:02 smithi029 ceph-mon[99353]: pgmap v1867: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:56:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:56:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:56:02] "GET /metrics HTTP/1.1" 200 34050 "" "Prometheus/2.43.0" 2024-07-27T18:56:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:02 smithi179 ceph-mon[89801]: pgmap v1867: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:56:03.268 INFO:tasks.workunit.client.0.smithi029.stdout: 910: throughput=5MB/sec pending data=0 2024-07-27T18:56:03.268 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sAOO4RR48knB1xQ off=941109 len=145648 2024-07-27T18:56:03.269 INFO:tasks.workunit.client.0.smithi029.stdout:op 4596 completed, throughput=5MB/sec 2024-07-27T18:56:03.269 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EIllwLp9p3fjFhg off=4304441 len=1175391 2024-07-27T18:56:03.275 INFO:tasks.workunit.client.0.smithi029.stdout:op 4597 completed, throughput=5MB/sec 2024-07-27T18:56:03.275 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zQ8m1kCDXbZe-dB off=9777111 len=432438 2024-07-27T18:56:03.276 INFO:tasks.workunit.client.0.smithi029.stdout:op 4598 completed, throughput=5MB/sec 2024-07-27T18:56:03.276 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_8jmtpUiuXbfyIN off=18249052 len=488390 2024-07-27T18:56:03.277 INFO:tasks.workunit.client.0.smithi029.stdout:op 4599 completed, throughput=5MB/sec 2024-07-27T18:56:03.277 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fr0o-jS-A_Vn9gd off=9545087 len=1873123 2024-07-27T18:56:03.279 INFO:tasks.workunit.client.0.smithi029.stdout:op 4600 completed, throughput=5MB/sec 2024-07-27T18:56:04.279 INFO:tasks.workunit.client.0.smithi029.stdout: 911: throughput=4.99MB/sec pending data=0 2024-07-27T18:56:04.279 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hOo4vxv9mWG2oQN off=1123380 len=288269 2024-07-27T18:56:04.283 INFO:tasks.workunit.client.0.smithi029.stdout:op 4601 completed, throughput=4.99MB/sec 2024-07-27T18:56:04.283 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7QrIcoK2bWOt2xs off=8024605 len=185029 2024-07-27T18:56:04.284 INFO:tasks.workunit.client.0.smithi029.stdout:op 4602 completed, throughput=5MB/sec 2024-07-27T18:56:04.284 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pYI9-b8N1KLJ3oz off=11176825 len=1605740 2024-07-27T18:56:04.287 INFO:tasks.workunit.client.0.smithi029.stdout:op 4603 completed, throughput=5MB/sec 2024-07-27T18:56:04.287 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1QYKCx91SQmqzeC off=537926 len=1011111 2024-07-27T18:56:04.292 INFO:tasks.workunit.client.0.smithi029.stdout:op 4604 completed, throughput=5MB/sec 2024-07-27T18:56:04.293 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-walaIerkNYWyNa5 off=230297 len=6892 2024-07-27T18:56:04.293 INFO:tasks.workunit.client.0.smithi029.stdout:op 4605 completed, throughput=5MB/sec 2024-07-27T18:56:04.293 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iFVTaWiyATCGyzc off=5082178 len=1917059 2024-07-27T18:56:04.295 INFO:tasks.workunit.client.0.smithi029.stdout:op 4606 completed, throughput=5MB/sec 2024-07-27T18:56:04.295 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XCEc5TEUDkgKfH4 off=0 len=1357373 2024-07-27T18:56:04.297 INFO:tasks.workunit.client.0.smithi029.stdout:op 4607 completed, throughput=5MB/sec 2024-07-27T18:56:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:04 smithi029 ceph-mon[96870]: pgmap v1868: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:56:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:04 smithi029 ceph-mon[99353]: pgmap v1868: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:56:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:04 smithi179 ceph-mon[89801]: pgmap v1868: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:56:05.297 INFO:tasks.workunit.client.0.smithi029.stdout: 912: throughput=5MB/sec pending data=0 2024-07-27T18:56:05.298 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sRvjtUFnYwKvxmf off=12099520 len=548877 2024-07-27T18:56:05.298 INFO:tasks.workunit.client.0.smithi029.stdout:op 4608 completed, throughput=5MB/sec 2024-07-27T18:56:05.298 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iI14rYKSC5x5VIy off=23869394 len=885946 2024-07-27T18:56:05.303 INFO:tasks.workunit.client.0.smithi029.stdout:op 4609 completed, throughput=5MB/sec 2024-07-27T18:56:05.304 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ciqNlnRRoGw301D off=10205043 len=875193 2024-07-27T18:56:05.308 INFO:tasks.workunit.client.0.smithi029.stdout:op 4610 completed, throughput=5MB/sec 2024-07-27T18:56:05.308 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uoaHoVelM48gNMH off=5365459 len=641972 2024-07-27T18:56:05.313 INFO:tasks.workunit.client.0.smithi029.stdout:op 4611 completed, throughput=5MB/sec 2024-07-27T18:56:05.313 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ejbSuzvLUO5Ne6s off=9998059 len=426966 2024-07-27T18:56:05.316 INFO:tasks.workunit.client.0.smithi029.stdout:op 4612 completed, throughput=5MB/sec 2024-07-27T18:56:05.316 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MF1bTNw1g5X-LSu off=3554435 len=683732 2024-07-27T18:56:05.318 INFO:tasks.workunit.client.0.smithi029.stdout:op 4613 completed, throughput=5MB/sec 2024-07-27T18:56:05.318 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2HebdBh9fjfMrER off=14242075 len=270035 2024-07-27T18:56:05.321 INFO:tasks.workunit.client.0.smithi029.stdout:op 4614 completed, throughput=5MB/sec 2024-07-27T18:56:06.321 INFO:tasks.workunit.client.0.smithi029.stdout: 913: throughput=4.99MB/sec pending data=0 2024-07-27T18:56:06.322 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Aj6uomrkQR0HGbg off=3700834 len=388457 2024-07-27T18:56:06.325 INFO:tasks.workunit.client.0.smithi029.stdout:op 4615 completed, throughput=5MB/sec 2024-07-27T18:56:06.325 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tazSP_lYcsXKLEo off=2540166 len=1959561 2024-07-27T18:56:06.328 INFO:tasks.workunit.client.0.smithi029.stdout:op 4616 completed, throughput=5MB/sec 2024-07-27T18:56:06.328 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0P5VjXCMggyw4fh off=773682 len=1104713 2024-07-27T18:56:06.333 INFO:tasks.workunit.client.0.smithi029.stdout:op 4617 completed, throughput=5MB/sec 2024-07-27T18:56:06.333 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0P5VjXCMggyw4fh off=1084331 len=1482052 2024-07-27T18:56:06.335 INFO:tasks.workunit.client.0.smithi029.stdout:op 4618 completed, throughput=5MB/sec 2024-07-27T18:56:06.335 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pGxwHUPRdw-UcIb off=1186948 len=1588089 2024-07-27T18:56:06.341 INFO:tasks.workunit.client.0.smithi029.stdout:op 4619 completed, throughput=5MB/sec 2024-07-27T18:56:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:06 smithi029 ceph-mon[96870]: pgmap v1869: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:56:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:06 smithi029 ceph-mon[99353]: pgmap v1869: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:56:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:06 smithi179 ceph-mon[89801]: pgmap v1869: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.4 MiB/s wr, 5 op/s 2024-07-27T18:56:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: 914: throughput=5MB/sec pending data=0 2024-07-27T18:56:07.342 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-F0L4S50uJ8jcw8G off=909750 len=88011 2024-07-27T18:56:07.342 INFO:tasks.workunit.client.0.smithi029.stdout:op 4620 completed, throughput=5MB/sec 2024-07-27T18:56:07.343 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qxDZEfrTj8B3PiH off=10791606 len=1195341 2024-07-27T18:56:07.349 INFO:tasks.workunit.client.0.smithi029.stdout:op 4621 completed, throughput=5MB/sec 2024-07-27T18:56:07.349 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Icy6fKxPOWHelGr off=319426 len=1952317 2024-07-27T18:56:07.360 INFO:tasks.workunit.client.0.smithi029.stdout:op 4622 completed, throughput=5MB/sec 2024-07-27T18:56:07.360 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jrE77_niRM3YaEC off=6151424 len=1731866 2024-07-27T18:56:07.362 INFO:tasks.workunit.client.0.smithi029.stdout:op 4623 completed, throughput=5MB/sec 2024-07-27T18:56:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: 915: throughput=5MB/sec pending data=0 2024-07-27T18:56:08.363 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qhi9-2rN-iTXJAE off=693222 len=1358359 2024-07-27T18:56:08.366 INFO:tasks.workunit.client.0.smithi029.stdout:op 4624 completed, throughput=5MB/sec 2024-07-27T18:56:08.366 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h0AAZ5BILAi2LzZ off=3718107 len=1664423 2024-07-27T18:56:08.369 INFO:tasks.workunit.client.0.smithi029.stdout:op 4625 completed, throughput=5MB/sec 2024-07-27T18:56:08.369 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8sYwQumS0lZIhIQ off=20156150 len=670079 2024-07-27T18:56:08.373 INFO:tasks.workunit.client.0.smithi029.stdout:op 4626 completed, throughput=5MB/sec 2024-07-27T18:56:08.373 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s-TW49ul7MHSjNy off=1792142 len=754071 2024-07-27T18:56:08.374 INFO:tasks.workunit.client.0.smithi029.stdout:op 4627 completed, throughput=5MB/sec 2024-07-27T18:56:08.375 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Wx6TWXj1K59Mqa- off=7967841 len=1662892 2024-07-27T18:56:08.381 INFO:tasks.workunit.client.0.smithi029.stdout:op 4628 completed, throughput=5MB/sec 2024-07-27T18:56:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:08 smithi029 ceph-mon[96870]: pgmap v1870: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:56:08.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:08 smithi029 ceph-mon[99353]: pgmap v1870: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:56:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:08 smithi179 ceph-mon[89801]: pgmap v1870: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:56:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: 916: throughput=5MB/sec pending data=0 2024-07-27T18:56:09.382 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aOOQKW_cSHvkBr3 off=17602048 len=1149356 2024-07-27T18:56:09.384 INFO:tasks.workunit.client.0.smithi029.stdout:op 4629 completed, throughput=5MB/sec 2024-07-27T18:56:09.384 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ut0P9OHb6D1oXpT off=5565322 len=108501 2024-07-27T18:56:09.384 INFO:tasks.workunit.client.0.smithi029.stdout:op 4630 completed, throughput=5MB/sec 2024-07-27T18:56:09.384 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Sg8yAT2t-LsuffW off=8798065 len=1024018 2024-07-27T18:56:09.390 INFO:tasks.workunit.client.0.smithi029.stdout:op 4631 completed, throughput=5MB/sec 2024-07-27T18:56:09.390 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rU2w5ILqegtkvPa off=14240691 len=775141 2024-07-27T18:56:09.395 INFO:tasks.workunit.client.0.smithi029.stdout:op 4632 completed, throughput=5MB/sec 2024-07-27T18:56:09.395 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VesqxTdbnC9fKH4 off=4653262 len=1986288 2024-07-27T18:56:09.404 INFO:tasks.workunit.client.0.smithi029.stdout:op 4633 completed, throughput=5MB/sec 2024-07-27T18:56:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:56:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:56:09.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:56:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: 917: throughput=5MB/sec pending data=0 2024-07-27T18:56:10.405 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_JsvpH4y1kEt_IO off=15741619 len=1233447 2024-07-27T18:56:10.406 INFO:tasks.workunit.client.0.smithi029.stdout:op 4634 completed, throughput=5MB/sec 2024-07-27T18:56:10.406 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VbmUTi_c2tgV-v0 off=1078295 len=1968818 2024-07-27T18:56:10.415 INFO:tasks.workunit.client.0.smithi029.stdout:op 4635 completed, throughput=5MB/sec 2024-07-27T18:56:10.415 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VfCMLZVWab_VQ2S off=17856671 len=850987 2024-07-27T18:56:10.420 INFO:tasks.workunit.client.0.smithi029.stdout:op 4636 completed, throughput=5MB/sec 2024-07-27T18:56:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:10 smithi029 ceph-mon[96870]: pgmap v1871: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:56:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:10 smithi029 ceph-mon[99353]: pgmap v1871: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:56:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:10 smithi179 ceph-mon[89801]: pgmap v1871: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:56:11.420 INFO:tasks.workunit.client.0.smithi029.stdout: 918: throughput=4.99MB/sec pending data=0 2024-07-27T18:56:11.420 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-r38L0ot6nM6yc01 off=428063 len=955708 2024-07-27T18:56:11.422 INFO:tasks.workunit.client.0.smithi029.stdout:op 4637 completed, throughput=5MB/sec 2024-07-27T18:56:11.423 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-beUNvdf3kb6hCxb off=8132720 len=619846 2024-07-27T18:56:11.423 INFO:tasks.workunit.client.0.smithi029.stdout:op 4638 completed, throughput=5MB/sec 2024-07-27T18:56:11.424 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hlPTa9F7nnua6EH off=13220509 len=1777564 2024-07-27T18:56:11.426 INFO:tasks.workunit.client.0.smithi029.stdout:op 4639 completed, throughput=5MB/sec 2024-07-27T18:56:11.426 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Mlo7EMynXEOjkJA off=15713211 len=1227558 2024-07-27T18:56:11.432 INFO:tasks.workunit.client.0.smithi029.stdout:op 4640 completed, throughput=5MB/sec 2024-07-27T18:56:11.432 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Vs2Ds2-b7BAYVq6 off=758157 len=476060 2024-07-27T18:56:11.432 INFO:tasks.workunit.client.0.smithi029.stdout:op 4641 completed, throughput=5MB/sec 2024-07-27T18:56:11.432 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xnriEyUv0TyEZLH off=3700301 len=456486 2024-07-27T18:56:11.433 INFO:tasks.workunit.client.0.smithi029.stdout:op 4642 completed, throughput=5MB/sec 2024-07-27T18:56:12.434 INFO:tasks.workunit.client.0.smithi029.stdout: 919: throughput=4.99MB/sec pending data=0 2024-07-27T18:56:12.434 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YUlevayLHodhtj4 off=3737776 len=906066 2024-07-27T18:56:12.435 INFO:tasks.workunit.client.0.smithi029.stdout:op 4643 completed, throughput=5MB/sec 2024-07-27T18:56:12.435 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iLwD8-U4kE2IhmG off=10454704 len=1522537 2024-07-27T18:56:12.442 INFO:tasks.workunit.client.0.smithi029.stdout:op 4644 completed, throughput=5MB/sec 2024-07-27T18:56:12.442 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-09MJ7N5WsT8zsT6 off=3021402 len=1014368 2024-07-27T18:56:12.449 INFO:tasks.workunit.client.0.smithi029.stdout:op 4645 completed, throughput=5MB/sec 2024-07-27T18:56:12.449 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-29r_O_Y4D9vfO5_ off=9643937 len=709212 2024-07-27T18:56:12.451 INFO:tasks.workunit.client.0.smithi029.stdout:op 4646 completed, throughput=5MB/sec 2024-07-27T18:56:12.452 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SsZcIrNl5LRadJv off=612834 len=1250320 2024-07-27T18:56:12.460 INFO:tasks.workunit.client.0.smithi029.stdout:op 4647 completed, throughput=5MB/sec 2024-07-27T18:56:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:12 smithi029 ceph-mon[99353]: pgmap v1872: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:56:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:12 smithi029 ceph-mon[96870]: pgmap v1872: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:56:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:56:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:56:12] "GET /metrics HTTP/1.1" 200 34045 "" "Prometheus/2.43.0" 2024-07-27T18:56:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:12 smithi179 ceph-mon[89801]: pgmap v1872: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:56:13.460 INFO:tasks.workunit.client.0.smithi029.stdout: 920: throughput=4.99MB/sec pending data=0 2024-07-27T18:56:13.460 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ozTL3kXGH8OaqEs off=17802165 len=894039 2024-07-27T18:56:13.465 INFO:tasks.workunit.client.0.smithi029.stdout:op 4648 completed, throughput=5MB/sec 2024-07-27T18:56:13.465 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cATOocGfXS6q4OA off=866672 len=838675 2024-07-27T18:56:13.467 INFO:tasks.workunit.client.0.smithi029.stdout:op 4649 completed, throughput=5MB/sec 2024-07-27T18:56:13.467 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SEgSBr3EQhLg_np off=14204236 len=1372909 2024-07-27T18:56:13.468 INFO:tasks.workunit.client.0.smithi029.stdout:op 4650 completed, throughput=5MB/sec 2024-07-27T18:56:13.468 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nOCAAynKY4twKx6 off=7746874 len=323669 2024-07-27T18:56:13.470 INFO:tasks.workunit.client.0.smithi029.stdout:op 4651 completed, throughput=5MB/sec 2024-07-27T18:56:13.470 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KFP1GMetZlLmT6W off=5065221 len=427088 2024-07-27T18:56:13.471 INFO:tasks.workunit.client.0.smithi029.stdout:op 4652 completed, throughput=5MB/sec 2024-07-27T18:56:13.471 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oFqgk2KUvrgQHP- off=21956412 len=1259528 2024-07-27T18:56:13.478 INFO:tasks.workunit.client.0.smithi029.stdout:op 4653 completed, throughput=5MB/sec 2024-07-27T18:56:14.478 INFO:tasks.workunit.client.0.smithi029.stdout: 921: throughput=4.99MB/sec pending data=0 2024-07-27T18:56:14.478 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6ilP8ig4aT69k7D off=6917931 len=1677998 2024-07-27T18:56:14.487 INFO:tasks.workunit.client.0.smithi029.stdout:op 4654 completed, throughput=5MB/sec 2024-07-27T18:56:14.487 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lKrhQQpMj_bb9ZZ off=1095694 len=1636008 2024-07-27T18:56:14.489 INFO:tasks.workunit.client.0.smithi029.stdout:op 4655 completed, throughput=5MB/sec 2024-07-27T18:56:14.489 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-A9Fa547dSOuj1Aw off=1728648 len=1303356 2024-07-27T18:56:14.496 INFO:tasks.workunit.client.0.smithi029.stdout:op 4656 completed, throughput=5MB/sec 2024-07-27T18:56:14.496 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--e7MZml67ehYJj9 off=12017143 len=630591 2024-07-27T18:56:14.497 INFO:tasks.workunit.client.0.smithi029.stdout:op 4657 completed, throughput=5MB/sec 2024-07-27T18:56:14.498 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1NPm1Me457Q7NDS off=13230144 len=727855 2024-07-27T18:56:14.499 INFO:tasks.workunit.client.0.smithi029.stdout:op 4658 completed, throughput=5MB/sec 2024-07-27T18:56:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:14 smithi029 ceph-mon[96870]: pgmap v1873: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:56:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:14 smithi029 ceph-mon[99353]: pgmap v1873: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:56:14.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:14 smithi179 ceph-mon[89801]: pgmap v1873: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:56:15.500 INFO:tasks.workunit.client.0.smithi029.stdout: 922: throughput=5MB/sec pending data=0 2024-07-27T18:56:15.500 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-S9lB2RIqJQxaWtD off=4543050 len=614097 2024-07-27T18:56:15.505 INFO:tasks.workunit.client.0.smithi029.stdout:op 4659 completed, throughput=5MB/sec 2024-07-27T18:56:15.505 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mZg1_Kd2LhgqwHK off=6598631 len=968926 2024-07-27T18:56:15.511 INFO:tasks.workunit.client.0.smithi029.stdout:op 4660 completed, throughput=5MB/sec 2024-07-27T18:56:15.511 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rpR80Qiodh-yYUC off=17441864 len=1701095 2024-07-27T18:56:15.521 INFO:tasks.workunit.client.0.smithi029.stdout:op 4661 completed, throughput=5MB/sec 2024-07-27T18:56:15.521 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7pDVyzWEK9PuobN off=2436017 len=1355192 2024-07-27T18:56:15.523 INFO:tasks.workunit.client.0.smithi029.stdout:op 4662 completed, throughput=5MB/sec 2024-07-27T18:56:15.523 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mMN9NLPfhhULsRG off=7432665 len=582109 2024-07-27T18:56:15.524 INFO:tasks.workunit.client.0.smithi029.stdout:op 4663 completed, throughput=5MB/sec 2024-07-27T18:56:16.525 INFO:tasks.workunit.client.0.smithi029.stdout: 923: throughput=5MB/sec pending data=0 2024-07-27T18:56:16.525 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eJhy48i2cJWveKM off=3088503 len=1900303 2024-07-27T18:56:16.536 INFO:tasks.workunit.client.0.smithi029.stdout:op 4664 completed, throughput=5MB/sec 2024-07-27T18:56:16.536 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-62wbdMGynhBGA8t off=9295564 len=901666 2024-07-27T18:56:16.539 INFO:tasks.workunit.client.0.smithi029.stdout:op 4665 completed, throughput=5MB/sec 2024-07-27T18:56:16.539 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VTIY4L8zqk4D-Kf off=8137364 len=1856152 2024-07-27T18:56:16.549 INFO:tasks.workunit.client.0.smithi029.stdout:op 4666 completed, throughput=5MB/sec 2024-07-27T18:56:16.549 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VOMlQ-0b8yW3tO3 off=660887 len=1312573 2024-07-27T18:56:16.556 INFO:tasks.workunit.client.0.smithi029.stdout:op 4667 completed, throughput=5MB/sec 2024-07-27T18:56:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:16 smithi029 ceph-mon[96870]: pgmap v1874: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:56:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:16 smithi029 ceph-mon[99353]: pgmap v1874: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:56:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:16 smithi179 ceph-mon[89801]: pgmap v1874: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:56:17.556 INFO:tasks.workunit.client.0.smithi029.stdout: 924: throughput=5MB/sec pending data=0 2024-07-27T18:56:17.556 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5ILd8Cio1KUjPva off=22888707 len=643004 2024-07-27T18:56:17.557 INFO:tasks.workunit.client.0.smithi029.stdout:op 4668 completed, throughput=5MB/sec 2024-07-27T18:56:17.557 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--EIqC51jCqmDLnD off=6075759 len=1859958 2024-07-27T18:56:17.562 INFO:tasks.workunit.client.0.smithi029.stdout:op 4669 completed, throughput=5MB/sec 2024-07-27T18:56:17.562 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3gFIKBLsJz2cmMv off=18163232 len=1552616 2024-07-27T18:56:17.570 INFO:tasks.workunit.client.0.smithi029.stdout:op 4670 completed, throughput=5MB/sec 2024-07-27T18:56:17.570 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4rIj9qt2fgdm5m3 off=3176337 len=1235546 2024-07-27T18:56:17.577 INFO:tasks.workunit.client.0.smithi029.stdout:op 4671 completed, throughput=5MB/sec 2024-07-27T18:56:18.577 INFO:tasks.workunit.client.0.smithi029.stdout: 925: throughput=5MB/sec pending data=0 2024-07-27T18:56:18.577 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A3c858GnBZyDvG5 off=9080870 len=1431422 2024-07-27T18:56:18.579 INFO:tasks.workunit.client.0.smithi029.stdout:op 4672 completed, throughput=5MB/sec 2024-07-27T18:56:18.579 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aqVB4q9ugQAcqvX off=2759556 len=1944592 2024-07-27T18:56:18.586 INFO:tasks.workunit.client.0.smithi029.stdout:op 4673 completed, throughput=5MB/sec 2024-07-27T18:56:18.586 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vwrw5YtbN3TJMWK off=6411381 len=2089159 2024-07-27T18:56:18.600 INFO:tasks.workunit.client.0.smithi029.stdout:op 4674 completed, throughput=5MB/sec 2024-07-27T18:56:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:18 smithi029 ceph-mon[96870]: pgmap v1875: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:56:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:18 smithi029 ceph-mon[99353]: pgmap v1875: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:56:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:18 smithi179 ceph-mon[89801]: pgmap v1875: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:56:19.600 INFO:tasks.workunit.client.0.smithi029.stdout: 926: throughput=5MB/sec pending data=0 2024-07-27T18:56:19.600 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AyY9_sNTa1KIWxw off=7251752 len=727104 2024-07-27T18:56:19.603 INFO:tasks.workunit.client.0.smithi029.stdout:op 4675 completed, throughput=5MB/sec 2024-07-27T18:56:19.603 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Hx3P8eEegAtqUAy off=4679486 len=161763 2024-07-27T18:56:19.606 INFO:tasks.workunit.client.0.smithi029.stdout:op 4676 completed, throughput=5MB/sec 2024-07-27T18:56:19.606 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Eakg3EJDdN1XaIt off=6604933 len=848121 2024-07-27T18:56:19.607 INFO:tasks.workunit.client.0.smithi029.stdout:op 4677 completed, throughput=5MB/sec 2024-07-27T18:56:19.608 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BFL1tq2iee6E__N off=3646864 len=1343818 2024-07-27T18:56:19.615 INFO:tasks.workunit.client.0.smithi029.stdout:op 4678 completed, throughput=5MB/sec 2024-07-27T18:56:19.615 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vHyffXYS_vMXdrt off=7664065 len=104588 2024-07-27T18:56:19.618 INFO:tasks.workunit.client.0.smithi029.stdout:op 4679 completed, throughput=5MB/sec 2024-07-27T18:56:19.618 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Vuuv2gLydYBBUsc off=1218605 len=19944 2024-07-27T18:56:19.620 INFO:tasks.workunit.client.0.smithi029.stdout:op 4680 completed, throughput=5MB/sec 2024-07-27T18:56:19.620 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WGw7yaFKijx6ZfM off=1695869 len=1399322 2024-07-27T18:56:19.622 INFO:tasks.workunit.client.0.smithi029.stdout:op 4681 completed, throughput=5MB/sec 2024-07-27T18:56:20.623 INFO:tasks.workunit.client.0.smithi029.stdout: 927: throughput=5MB/sec pending data=0 2024-07-27T18:56:20.623 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uUWtBut2jRDLbT1 off=428836 len=714918 2024-07-27T18:56:20.627 INFO:tasks.workunit.client.0.smithi029.stdout:op 4682 completed, throughput=5MB/sec 2024-07-27T18:56:20.627 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-U2PpRVkFLwH3-ke off=3327472 len=1752313 2024-07-27T18:56:20.629 INFO:tasks.workunit.client.0.smithi029.stdout:op 4683 completed, throughput=5MB/sec 2024-07-27T18:56:20.630 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8Jwg1Xc2nmAxwRg off=2567457 len=859514 2024-07-27T18:56:20.631 INFO:tasks.workunit.client.0.smithi029.stdout:op 4684 completed, throughput=5MB/sec 2024-07-27T18:56:20.631 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HpDWXayPF3KH-me off=781220 len=722489 2024-07-27T18:56:20.632 INFO:tasks.workunit.client.0.smithi029.stdout:op 4685 completed, throughput=5MB/sec 2024-07-27T18:56:20.632 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HUWXW_QhWPosFcv off=8798354 len=453399 2024-07-27T18:56:20.633 INFO:tasks.workunit.client.0.smithi029.stdout:op 4686 completed, throughput=5MB/sec 2024-07-27T18:56:20.633 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nAsRQkqaE6i7uhr off=15428289 len=982883 2024-07-27T18:56:20.634 INFO:tasks.workunit.client.0.smithi029.stdout:op 4687 completed, throughput=5MB/sec 2024-07-27T18:56:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:20 smithi029 ceph-mon[96870]: pgmap v1876: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:56:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:20 smithi029 ceph-mon[99353]: pgmap v1876: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:56:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:20 smithi179 ceph-mon[89801]: pgmap v1876: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:56:21.635 INFO:tasks.workunit.client.0.smithi029.stdout: 928: throughput=5MB/sec pending data=0 2024-07-27T18:56:21.635 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tqpy9Vwy709EHMg off=21522041 len=1510961 2024-07-27T18:56:21.641 INFO:tasks.workunit.client.0.smithi029.stdout:op 4688 completed, throughput=5MB/sec 2024-07-27T18:56:21.642 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0yy4t0VT-WnG32F off=5165064 len=757529 2024-07-27T18:56:21.643 INFO:tasks.workunit.client.0.smithi029.stdout:op 4689 completed, throughput=5MB/sec 2024-07-27T18:56:21.643 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-s6kky_5MtsQL05p off=3600839 len=640799 2024-07-27T18:56:21.647 INFO:tasks.workunit.client.0.smithi029.stdout:op 4690 completed, throughput=5MB/sec 2024-07-27T18:56:21.647 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ji7nXzqC8l9M4D0 off=131090 len=843661 2024-07-27T18:56:21.652 INFO:tasks.workunit.client.0.smithi029.stdout:op 4691 completed, throughput=5MB/sec 2024-07-27T18:56:21.652 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dUMqctphOoQ3YLz off=1434981 len=1687821 2024-07-27T18:56:21.653 INFO:tasks.workunit.client.0.smithi029.stdout:op 4692 completed, throughput=5MB/sec 2024-07-27T18:56:22.654 INFO:tasks.workunit.client.0.smithi029.stdout: 929: throughput=5MB/sec pending data=0 2024-07-27T18:56:22.654 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AB7NfvAMwLJc_3Q off=15230486 len=942721 2024-07-27T18:56:22.659 INFO:tasks.workunit.client.0.smithi029.stdout:op 4693 completed, throughput=5MB/sec 2024-07-27T18:56:22.659 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BLLe2VN80cQ4ZHu off=5962299 len=1081531 2024-07-27T18:56:22.666 INFO:tasks.workunit.client.0.smithi029.stdout:op 4694 completed, throughput=5MB/sec 2024-07-27T18:56:22.667 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-skfov7zYgY-B0Se off=24118135 len=254443 2024-07-27T18:56:22.667 INFO:tasks.workunit.client.0.smithi029.stdout:op 4695 completed, throughput=5MB/sec 2024-07-27T18:56:22.667 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NVFoxM_TzUoBwmW off=6472887 len=1843443 2024-07-27T18:56:22.669 INFO:tasks.workunit.client.0.smithi029.stdout:op 4696 completed, throughput=5MB/sec 2024-07-27T18:56:22.670 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-klRgfjgxjGRyOdr off=3606425 len=1585048 2024-07-27T18:56:22.671 INFO:tasks.workunit.client.0.smithi029.stdout:op 4697 completed, throughput=5MB/sec 2024-07-27T18:56:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:22 smithi029 ceph-mon[96870]: pgmap v1877: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:56:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:22 smithi029 ceph-mon[99353]: pgmap v1877: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:56:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:56:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:56:22] "GET /metrics HTTP/1.1" 200 34045 "" "Prometheus/2.43.0" 2024-07-27T18:56:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:22 smithi179 ceph-mon[89801]: pgmap v1877: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:56:23.672 INFO:tasks.workunit.client.0.smithi029.stdout: 930: throughput=5MB/sec pending data=0 2024-07-27T18:56:23.672 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MZrEwP_ISYV7ePS off=5563208 len=1744854 2024-07-27T18:56:23.683 INFO:tasks.workunit.client.0.smithi029.stdout:op 4698 completed, throughput=5MB/sec 2024-07-27T18:56:23.683 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ua-mJDVZV7fZUZl off=5845530 len=2010863 2024-07-27T18:56:23.691 INFO:tasks.workunit.client.0.smithi029.stdout:op 4699 completed, throughput=5MB/sec 2024-07-27T18:56:23.691 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KiS-2IZ-Z7SPtgo off=19611954 len=911525 2024-07-27T18:56:23.695 INFO:tasks.workunit.client.0.smithi029.stdout:op 4700 completed, throughput=5MB/sec 2024-07-27T18:56:24.696 INFO:tasks.workunit.client.0.smithi029.stdout: 931: throughput=5MB/sec pending data=0 2024-07-27T18:56:24.696 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s_rdTFTsXiVlZIK off=877469 len=1007874 2024-07-27T18:56:24.698 INFO:tasks.workunit.client.0.smithi029.stdout:op 4701 completed, throughput=5MB/sec 2024-07-27T18:56:24.699 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-h5l1rDymB7yN3f5 off=6366323 len=1734001 2024-07-27T18:56:24.707 INFO:tasks.workunit.client.0.smithi029.stdout:op 4702 completed, throughput=5MB/sec 2024-07-27T18:56:24.707 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SC32YscUQBooBNI off=2442063 len=1454398 2024-07-27T18:56:24.715 INFO:tasks.workunit.client.0.smithi029.stdout:op 4703 completed, throughput=5MB/sec 2024-07-27T18:56:24.715 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FtFvLn5Rf01Wlj9 off=3138075 len=1380872 2024-07-27T18:56:24.720 INFO:tasks.workunit.client.0.smithi029.stdout:op 4704 completed, throughput=5MB/sec 2024-07-27T18:56:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:24 smithi179 ceph-mon[89801]: pgmap v1878: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:56:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:56:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:24 smithi029 ceph-mon[96870]: pgmap v1878: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:56:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:56:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:24 smithi029 ceph-mon[99353]: pgmap v1878: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:56:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:56:25.720 INFO:tasks.workunit.client.0.smithi029.stdout: 932: throughput=5MB/sec pending data=0 2024-07-27T18:56:25.720 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HiKAwwaJbvSMTji off=4421373 len=2064654 2024-07-27T18:56:25.732 INFO:tasks.workunit.client.0.smithi029.stdout:op 4705 completed, throughput=5MB/sec 2024-07-27T18:56:25.733 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8Jwg1Xc2nmAxwRg off=14284288 len=502089 2024-07-27T18:56:25.734 INFO:tasks.workunit.client.0.smithi029.stdout:op 4706 completed, throughput=5MB/sec 2024-07-27T18:56:25.734 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lyvr6RQeVF3jpEI off=1686359 len=8713 2024-07-27T18:56:25.736 INFO:tasks.workunit.client.0.smithi029.stdout:op 4707 completed, throughput=5MB/sec 2024-07-27T18:56:25.736 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oKQQ5NY8diXlate off=1532941 len=920030 2024-07-27T18:56:25.742 INFO:tasks.workunit.client.0.smithi029.stdout:op 4708 completed, throughput=5MB/sec 2024-07-27T18:56:25.742 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JPYBlar8_E8PDnM off=10930444 len=1260732 2024-07-27T18:56:25.743 INFO:tasks.workunit.client.0.smithi029.stdout:op 4709 completed, throughput=5MB/sec 2024-07-27T18:56:25.743 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AD7ijKxOilhls62 off=3762872 len=692256 2024-07-27T18:56:25.745 INFO:tasks.workunit.client.0.smithi029.stdout:op 4710 completed, throughput=5MB/sec 2024-07-27T18:56:26.746 INFO:tasks.workunit.client.0.smithi029.stdout: 933: throughput=5MB/sec pending data=0 2024-07-27T18:56:26.746 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-apVcmVer1gNYFCe off=5534755 len=699898 2024-07-27T18:56:26.750 INFO:tasks.workunit.client.0.smithi029.stdout:op 4711 completed, throughput=5MB/sec 2024-07-27T18:56:26.751 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--LOc-Z1IeR184Si off=843319 len=98737 2024-07-27T18:56:26.751 INFO:tasks.workunit.client.0.smithi029.stdout:op 4712 completed, throughput=5MB/sec 2024-07-27T18:56:26.751 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lPR164-a4C9jFuc off=27234 len=1464802 2024-07-27T18:56:26.753 INFO:tasks.workunit.client.0.smithi029.stdout:op 4713 completed, throughput=5MB/sec 2024-07-27T18:56:26.753 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TFYbYbX289V0hfT off=115896 len=2012455 2024-07-27T18:56:26.755 INFO:tasks.workunit.client.0.smithi029.stdout:op 4714 completed, throughput=5MB/sec 2024-07-27T18:56:26.755 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cgreZeiBWYTJ5J5 off=2740834 len=737562 2024-07-27T18:56:26.756 INFO:tasks.workunit.client.0.smithi029.stdout:op 4715 completed, throughput=5MB/sec 2024-07-27T18:56:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:26 smithi179 ceph-mon[89801]: pgmap v1879: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:56:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:26 smithi029 ceph-mon[96870]: pgmap v1879: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:56:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:26 smithi029 ceph-mon[99353]: pgmap v1879: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:56:27.757 INFO:tasks.workunit.client.0.smithi029.stdout: 934: throughput=5MB/sec pending data=0 2024-07-27T18:56:27.757 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--1HrHvC1tXuBmbZ off=157837 len=1783360 2024-07-27T18:56:27.759 INFO:tasks.workunit.client.0.smithi029.stdout:op 4716 completed, throughput=5MB/sec 2024-07-27T18:56:27.759 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xC6dshkeRkbs96r off=6816340 len=1087318 2024-07-27T18:56:27.762 INFO:tasks.workunit.client.0.smithi029.stdout:op 4717 completed, throughput=5MB/sec 2024-07-27T18:56:27.762 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VuzfV4E32qprEim off=4519802 len=217039 2024-07-27T18:56:27.765 INFO:tasks.workunit.client.0.smithi029.stdout:op 4718 completed, throughput=5MB/sec 2024-07-27T18:56:27.765 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RSjaFT7ssj3gdX5 off=3055393 len=1235753 2024-07-27T18:56:27.773 INFO:tasks.workunit.client.0.smithi029.stdout:op 4719 completed, throughput=5MB/sec 2024-07-27T18:56:27.773 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4A6AaVD-gUzUOa_ off=14761879 len=330054 2024-07-27T18:56:27.776 INFO:tasks.workunit.client.0.smithi029.stdout:op 4720 completed, throughput=5MB/sec 2024-07-27T18:56:27.777 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BqapHFemGMMXwkt off=13924842 len=186427 2024-07-27T18:56:27.777 INFO:tasks.workunit.client.0.smithi029.stdout:op 4721 completed, throughput=5MB/sec 2024-07-27T18:56:27.777 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--SgL0BZE3iYkzxK off=17165973 len=223969 2024-07-27T18:56:27.779 INFO:tasks.workunit.client.0.smithi029.stdout:op 4722 completed, throughput=5MB/sec 2024-07-27T18:56:27.780 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xTFpPjGC_33cGUK off=3572387 len=706762 2024-07-27T18:56:27.784 INFO:tasks.workunit.client.0.smithi029.stdout:op 4723 completed, throughput=5MB/sec 2024-07-27T18:56:28.784 INFO:tasks.workunit.client.0.smithi029.stdout: 935: throughput=5MB/sec pending data=0 2024-07-27T18:56:28.784 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pqLCN2x89_swmVw off=282240 len=510872 2024-07-27T18:56:28.789 INFO:tasks.workunit.client.0.smithi029.stdout:op 4724 completed, throughput=5MB/sec 2024-07-27T18:56:28.789 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Zsmf01I4ze35wi1 off=13879074 len=296571 2024-07-27T18:56:28.790 INFO:tasks.workunit.client.0.smithi029.stdout:op 4725 completed, throughput=5MB/sec 2024-07-27T18:56:28.790 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5Sa3eYmhCAmZqMG off=9024316 len=1218861 2024-07-27T18:56:28.796 INFO:tasks.workunit.client.0.smithi029.stdout:op 4726 completed, throughput=5MB/sec 2024-07-27T18:56:28.796 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hrob1gmYgbM25NS off=1565998 len=1312711 2024-07-27T18:56:28.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:28 smithi029 ceph-mon[96870]: pgmap v1880: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:56:28.803 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:28 smithi029 ceph-mon[99353]: pgmap v1880: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:56:28.804 INFO:tasks.workunit.client.0.smithi029.stdout:op 4727 completed, throughput=5MB/sec 2024-07-27T18:56:28.804 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-So3-uxdnVJ-59VA off=16580710 len=657691 2024-07-27T18:56:28.808 INFO:tasks.workunit.client.0.smithi029.stdout:op 4728 completed, throughput=5MB/sec 2024-07-27T18:56:28.809 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1nNpxdaj19Wfwj6 off=7526867 len=1413084 2024-07-27T18:56:28.815 INFO:tasks.workunit.client.0.smithi029.stdout:op 4729 completed, throughput=5MB/sec 2024-07-27T18:56:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:28 smithi179 ceph-mon[89801]: pgmap v1880: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:56:29.816 INFO:tasks.workunit.client.0.smithi029.stdout: 936: throughput=5MB/sec pending data=0 2024-07-27T18:56:29.816 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6CX-DByG4i_LOh4 off=4023858 len=1592721 2024-07-27T18:56:29.819 INFO:tasks.workunit.client.0.smithi029.stdout:op 4730 completed, throughput=5MB/sec 2024-07-27T18:56:29.819 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-r9B1y3B8jELqSnN off=13228198 len=1660143 2024-07-27T18:56:29.821 INFO:tasks.workunit.client.0.smithi029.stdout:op 4731 completed, throughput=5MB/sec 2024-07-27T18:56:29.821 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UJ1go1d4VbYccUU off=12241531 len=1064348 2024-07-27T18:56:29.823 INFO:tasks.workunit.client.0.smithi029.stdout:op 4732 completed, throughput=5MB/sec 2024-07-27T18:56:29.823 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Z8tlrdLFMFP9_WJ off=3658085 len=754963 2024-07-27T18:56:29.824 INFO:tasks.workunit.client.0.smithi029.stdout:op 4733 completed, throughput=5MB/sec 2024-07-27T18:56:30.825 INFO:tasks.workunit.client.0.smithi029.stdout: 937: throughput=5MB/sec pending data=0 2024-07-27T18:56:30.825 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-twEycCSAb1d4IuG off=3110585 len=68317 2024-07-27T18:56:30.826 INFO:tasks.workunit.client.0.smithi029.stdout:op 4734 completed, throughput=5MB/sec 2024-07-27T18:56:30.826 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I1JRFzEpjkbc37M off=585194 len=976170 2024-07-27T18:56:30.827 INFO:tasks.workunit.client.0.smithi029.stdout:op 4735 completed, throughput=5MB/sec 2024-07-27T18:56:30.828 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aALk_SYmYL88WxJ off=9167283 len=743999 2024-07-27T18:56:30.832 INFO:tasks.workunit.client.0.smithi029.stdout:op 4736 completed, throughput=5MB/sec 2024-07-27T18:56:30.832 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-METBof7x7w5nOEr off=962982 len=5047 2024-07-27T18:56:30.832 INFO:tasks.workunit.client.0.smithi029.stdout:op 4737 completed, throughput=5MB/sec 2024-07-27T18:56:30.833 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-L8NW7xoUohxfQf6 off=1956366 len=1818668 2024-07-27T18:56:30.841 INFO:tasks.workunit.client.0.smithi029.stdout:op 4738 completed, throughput=5MB/sec 2024-07-27T18:56:30.841 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZwwczYdsBxIda8r off=2829461 len=1909068 2024-07-27T18:56:30.852 INFO:tasks.workunit.client.0.smithi029.stdout:op 4739 completed, throughput=5MB/sec 2024-07-27T18:56:30.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:30 smithi179 ceph-mon[89801]: pgmap v1881: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:56:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:30 smithi029 ceph-mon[96870]: pgmap v1881: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:56:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:30 smithi029 ceph-mon[99353]: pgmap v1881: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:56:31.853 INFO:tasks.workunit.client.0.smithi029.stdout: 938: throughput=5MB/sec pending data=0 2024-07-27T18:56:31.853 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_xtmtKl_zF-qcIX off=6227622 len=1745007 2024-07-27T18:56:31.864 INFO:tasks.workunit.client.0.smithi029.stdout:op 4740 completed, throughput=5MB/sec 2024-07-27T18:56:31.864 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NoAMs8lNNCHhAtA off=16485903 len=1775497 2024-07-27T18:56:31.866 INFO:tasks.workunit.client.0.smithi029.stdout:op 4741 completed, throughput=5MB/sec 2024-07-27T18:56:31.866 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-B1yqX6_vmD-wj_S off=10060412 len=1845731 2024-07-27T18:56:31.875 INFO:tasks.workunit.client.0.smithi029.stdout:op 4742 completed, throughput=5MB/sec 2024-07-27T18:56:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:32 smithi029 ceph-mon[96870]: pgmap v1882: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:56:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:32 smithi029 ceph-mon[99353]: pgmap v1882: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:56:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:56:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:56:32] "GET /metrics HTTP/1.1" 200 34052 "" "Prometheus/2.43.0" 2024-07-27T18:56:32.875 INFO:tasks.workunit.client.0.smithi029.stdout: 939: throughput=5MB/sec pending data=0 2024-07-27T18:56:32.875 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8_l3y2W9o57Qob8 off=11563743 len=1226412 2024-07-27T18:56:32.883 INFO:tasks.workunit.client.0.smithi029.stdout:op 4743 completed, throughput=5MB/sec 2024-07-27T18:56:32.883 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZTzS0ZeLS48FFOc off=144347 len=418911 2024-07-27T18:56:32.887 INFO:tasks.workunit.client.0.smithi029.stdout:op 4744 completed, throughput=5MB/sec 2024-07-27T18:56:32.887 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xIWQCGZc64KJsLR off=22570308 len=1119155 2024-07-27T18:56:32.889 INFO:tasks.workunit.client.0.smithi029.stdout:op 4745 completed, throughput=5MB/sec 2024-07-27T18:56:32.890 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fNUaVG_iLCXLhJy off=8686206 len=1066714 2024-07-27T18:56:32.895 INFO:tasks.workunit.client.0.smithi029.stdout:op 4746 completed, throughput=5MB/sec 2024-07-27T18:56:32.895 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Sx72SryjIhrGmuY off=7665995 len=1327581 2024-07-27T18:56:32.901 INFO:tasks.workunit.client.0.smithi029.stdout:op 4747 completed, throughput=5MB/sec 2024-07-27T18:56:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:32 smithi179 ceph-mon[89801]: pgmap v1882: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.5 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:56:33.902 INFO:tasks.workunit.client.0.smithi029.stdout: 940: throughput=5MB/sec pending data=0 2024-07-27T18:56:33.902 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KvqdPnF8loU5v_0 off=14887545 len=1957136 2024-07-27T18:56:33.912 INFO:tasks.workunit.client.0.smithi029.stdout:op 4748 completed, throughput=5MB/sec 2024-07-27T18:56:33.912 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-N-X04JVX3A-27zh off=629185 len=124971 2024-07-27T18:56:33.912 INFO:tasks.workunit.client.0.smithi029.stdout:op 4749 completed, throughput=5MB/sec 2024-07-27T18:56:33.912 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lWvGdeIP1Ll7LLO off=830001 len=1226605 2024-07-27T18:56:33.913 INFO:tasks.workunit.client.0.smithi029.stdout:op 4750 completed, throughput=5MB/sec 2024-07-27T18:56:33.913 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TjiEQWD158trTu9 off=965472 len=708773 2024-07-27T18:56:33.914 INFO:tasks.workunit.client.0.smithi029.stdout:op 4751 completed, throughput=5MB/sec 2024-07-27T18:56:33.915 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mjxPDZZ0GRWBiR8 off=9339503 len=192782 2024-07-27T18:56:33.915 INFO:tasks.workunit.client.0.smithi029.stdout:op 4752 completed, throughput=5MB/sec 2024-07-27T18:56:33.915 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YbTVjpy-XbElmfU off=2252291 len=1067496 2024-07-27T18:56:33.916 INFO:tasks.workunit.client.0.smithi029.stdout:op 4753 completed, throughput=5MB/sec 2024-07-27T18:56:34.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:34 smithi179 ceph-mon[89801]: pgmap v1883: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:56:34.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:56:34.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:56:34.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:56:34.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:34 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:56:34.916 INFO:tasks.workunit.client.0.smithi029.stdout: 941: throughput=5MB/sec pending data=0 2024-07-27T18:56:34.916 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ipRgeJ0Az-CyUuC off=1895843 len=1308500 2024-07-27T18:56:34.921 INFO:tasks.workunit.client.0.smithi029.stdout:op 4754 completed, throughput=5MB/sec 2024-07-27T18:56:34.921 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CftIKOHVMPyGV3t off=3849347 len=750337 2024-07-27T18:56:34.928 INFO:tasks.workunit.client.0.smithi029.stdout:op 4755 completed, throughput=5MB/sec 2024-07-27T18:56:34.928 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XI4pdpjHuFzp0h- off=2015203 len=1965074 2024-07-27T18:56:34.931 INFO:tasks.workunit.client.0.smithi029.stdout:op 4756 completed, throughput=5MB/sec 2024-07-27T18:56:34.931 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AfC7GYS0tcRpFd7 off=2579913 len=181551 2024-07-27T18:56:34.932 INFO:tasks.workunit.client.0.smithi029.stdout:op 4757 completed, throughput=5MB/sec 2024-07-27T18:56:34.932 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-O_MvP6PzFNOR2oi off=9113674 len=1700431 2024-07-27T18:56:34.941 INFO:tasks.workunit.client.0.smithi029.stdout:op 4758 completed, throughput=5MB/sec 2024-07-27T18:56:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:34 smithi029 ceph-mon[99353]: pgmap v1883: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:56:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:56:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:56:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:56:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:34 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:56:35.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:34 smithi029 ceph-mon[96870]: pgmap v1883: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:56:35.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:56:35.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:56:35.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:56:35.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:34 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:56:35.942 INFO:tasks.workunit.client.0.smithi029.stdout: 942: throughput=5MB/sec pending data=0 2024-07-27T18:56:35.942 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qs3fk0YOkI362TD off=6231525 len=463263 2024-07-27T18:56:35.943 INFO:tasks.workunit.client.0.smithi029.stdout:op 4759 completed, throughput=5MB/sec 2024-07-27T18:56:35.943 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1M-0GHA8w1ffL06 off=11719909 len=298444 2024-07-27T18:56:35.943 INFO:tasks.workunit.client.0.smithi029.stdout:op 4760 completed, throughput=5MB/sec 2024-07-27T18:56:35.943 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-H6Zibo1UUnFTda2 off=7942754 len=2006412 2024-07-27T18:56:35.952 INFO:tasks.workunit.client.0.smithi029.stdout:op 4761 completed, throughput=5MB/sec 2024-07-27T18:56:35.953 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BW9rCUMhGjR7Dm5 off=4581600 len=1098973 2024-07-27T18:56:35.958 INFO:tasks.workunit.client.0.smithi029.stdout:op 4762 completed, throughput=5MB/sec 2024-07-27T18:56:35.958 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WtPF4hfKRuw8Tkg off=6640655 len=910582 2024-07-27T18:56:35.963 INFO:tasks.workunit.client.0.smithi029.stdout:op 4763 completed, throughput=5MB/sec 2024-07-27T18:56:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:36 smithi179 ceph-mon[89801]: pgmap v1884: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:56:36.966 INFO:tasks.workunit.client.0.smithi029.stdout: 943: throughput=5MB/sec pending data=0 2024-07-27T18:56:36.966 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AlVAwfRn_CVb3kB off=5169296 len=861526 2024-07-27T18:56:36.967 INFO:tasks.workunit.client.0.smithi029.stdout:op 4764 completed, throughput=5MB/sec 2024-07-27T18:56:36.967 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lVJhVpb_m5y-6tv off=4812082 len=1629222 2024-07-27T18:56:36.972 INFO:tasks.workunit.client.0.smithi029.stdout:op 4765 completed, throughput=5MB/sec 2024-07-27T18:56:36.972 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UuLDRzVq422jI32 off=1348039 len=542697 2024-07-27T18:56:36.973 INFO:tasks.workunit.client.0.smithi029.stdout:op 4766 completed, throughput=5MB/sec 2024-07-27T18:56:36.973 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-D1hQgCBg2Ib8uxd off=1877000 len=305642 2024-07-27T18:56:36.974 INFO:tasks.workunit.client.0.smithi029.stdout:op 4767 completed, throughput=5MB/sec 2024-07-27T18:56:36.974 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OQZSwMchhlz5BLj off=10810183 len=2071780 2024-07-27T18:56:36.976 INFO:tasks.workunit.client.0.smithi029.stdout:op 4768 completed, throughput=5MB/sec 2024-07-27T18:56:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:36 smithi029 ceph-mon[99353]: pgmap v1884: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:56:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:36 smithi029 ceph-mon[96870]: pgmap v1884: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.9 MiB/s wr, 5 op/s 2024-07-27T18:56:37.976 INFO:tasks.workunit.client.0.smithi029.stdout: 944: throughput=5MB/sec pending data=0 2024-07-27T18:56:37.977 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-D_7Cq6KiTBfF6Ni off=3503639 len=1759571 2024-07-27T18:56:37.984 INFO:tasks.workunit.client.0.smithi029.stdout:op 4769 completed, throughput=5MB/sec 2024-07-27T18:56:37.985 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FhfVaUEAMGW26K5 off=13233327 len=1931052 2024-07-27T18:56:37.993 INFO:tasks.workunit.client.0.smithi029.stdout:op 4770 completed, throughput=5MB/sec 2024-07-27T18:56:37.993 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JmPEa9K1qvtvYSE off=450768 len=2059876 2024-07-27T18:56:37.997 INFO:tasks.workunit.client.0.smithi029.stdout:op 4771 completed, throughput=5MB/sec 2024-07-27T18:56:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:38 smithi179 ceph-mon[89801]: pgmap v1885: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:56:38.997 INFO:tasks.workunit.client.0.smithi029.stdout: 945: throughput=5MB/sec pending data=0 2024-07-27T18:56:38.997 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ofcs3oaypDXjp_J off=6998434 len=1382145 2024-07-27T18:56:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:38 smithi029 ceph-mon[96870]: pgmap v1885: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:56:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:38 smithi029 ceph-mon[99353]: pgmap v1885: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:56:39.005 INFO:tasks.workunit.client.0.smithi029.stdout:op 4772 completed, throughput=5MB/sec 2024-07-27T18:56:39.005 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bjgXoVVg_WCJlEz off=3596352 len=1459002 2024-07-27T18:56:39.014 INFO:tasks.workunit.client.0.smithi029.stdout:op 4773 completed, throughput=5MB/sec 2024-07-27T18:56:39.014 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w4TD6CM5GUerZLH off=4140362 len=1023799 2024-07-27T18:56:39.015 INFO:tasks.workunit.client.0.smithi029.stdout:op 4774 completed, throughput=5MB/sec 2024-07-27T18:56:39.015 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wJWksApY0son6rF off=8326608 len=472672 2024-07-27T18:56:39.016 INFO:tasks.workunit.client.0.smithi029.stdout:op 4775 completed, throughput=5MB/sec 2024-07-27T18:56:39.016 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hqevHkaegGg8bMc off=478485 len=1653345 2024-07-27T18:56:39.023 INFO:tasks.workunit.client.0.smithi029.stdout:op 4776 completed, throughput=5MB/sec 2024-07-27T18:56:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:56:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:56:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:56:40.023 INFO:tasks.workunit.client.0.smithi029.stdout: 946: throughput=5MB/sec pending data=0 2024-07-27T18:56:40.023 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bjgXoVVg_WCJlEz off=762546 len=94746 2024-07-27T18:56:40.026 INFO:tasks.workunit.client.0.smithi029.stdout:op 4777 completed, throughput=5MB/sec 2024-07-27T18:56:40.026 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ppBJ6Tv9AUy6Me2 off=1925568 len=1835871 2024-07-27T18:56:40.035 INFO:tasks.workunit.client.0.smithi029.stdout:op 4778 completed, throughput=5MB/sec 2024-07-27T18:56:40.035 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-m0pj-zgqRpTkeBC off=3969313 len=226775 2024-07-27T18:56:40.038 INFO:tasks.workunit.client.0.smithi029.stdout:op 4779 completed, throughput=5MB/sec 2024-07-27T18:56:40.038 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Xv9aMiTx060xSoy off=538884 len=1989794 2024-07-27T18:56:40.046 INFO:tasks.workunit.client.0.smithi029.stdout:op 4780 completed, throughput=5MB/sec 2024-07-27T18:56:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:40 smithi179 ceph-mon[89801]: pgmap v1886: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:56:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:40 smithi029 ceph-mon[99353]: pgmap v1886: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:56:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:40 smithi029 ceph-mon[96870]: pgmap v1886: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:56:41.046 INFO:tasks.workunit.client.0.smithi029.stdout: 947: throughput=4.99MB/sec pending data=0 2024-07-27T18:56:41.047 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_WdM4hwlyQ_38Fj off=4909256 len=227277 2024-07-27T18:56:41.047 INFO:tasks.workunit.client.0.smithi029.stdout:op 4781 completed, throughput=5MB/sec 2024-07-27T18:56:41.047 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-53QkdBIMuKCh8T_ off=6386342 len=925294 2024-07-27T18:56:41.050 INFO:tasks.workunit.client.0.smithi029.stdout:op 4782 completed, throughput=5MB/sec 2024-07-27T18:56:41.050 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lhTGCEcTtKs_Cww off=9080493 len=1501971 2024-07-27T18:56:41.053 INFO:tasks.workunit.client.0.smithi029.stdout:op 4783 completed, throughput=5MB/sec 2024-07-27T18:56:41.053 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-foSMEFuL5f4Em2T off=10134827 len=172524 2024-07-27T18:56:41.056 INFO:tasks.workunit.client.0.smithi029.stdout:op 4784 completed, throughput=5MB/sec 2024-07-27T18:56:41.056 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fLP4q_gZkR51HZA off=1640978 len=32591 2024-07-27T18:56:41.056 INFO:tasks.workunit.client.0.smithi029.stdout:op 4785 completed, throughput=5MB/sec 2024-07-27T18:56:41.057 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HSIU6pAq8NpzKkL off=5916673 len=1097758 2024-07-27T18:56:41.058 INFO:tasks.workunit.client.0.smithi029.stdout:op 4786 completed, throughput=5MB/sec 2024-07-27T18:56:41.059 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ac2Rl_X6XKT6UBj off=7948877 len=1770047 2024-07-27T18:56:41.071 INFO:tasks.workunit.client.0.smithi029.stdout:op 4787 completed, throughput=5MB/sec 2024-07-27T18:56:42.074 INFO:tasks.workunit.client.0.smithi029.stdout: 948: throughput=5MB/sec pending data=0 2024-07-27T18:56:42.075 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aKY8c2x9TgzMwFU off=13100188 len=1800054 2024-07-27T18:56:42.075 INFO:tasks.workunit.client.0.smithi029.stdout:op 4788 completed, throughput=5MB/sec 2024-07-27T18:56:42.075 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MK61xgN4Etdgb7Z off=6054091 len=761483 2024-07-27T18:56:42.075 INFO:tasks.workunit.client.0.smithi029.stdout:op 4789 completed, throughput=5MB/sec 2024-07-27T18:56:42.076 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MTGof1fis2Umf1G off=989064 len=1494272 2024-07-27T18:56:42.078 INFO:tasks.workunit.client.0.smithi029.stdout:op 4790 completed, throughput=5MB/sec 2024-07-27T18:56:42.079 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Jz6LbIz3NU-NwFT off=1586170 len=1088733 2024-07-27T18:56:42.084 INFO:tasks.workunit.client.0.smithi029.stdout:op 4791 completed, throughput=5MB/sec 2024-07-27T18:56:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:42 smithi029 ceph-mon[96870]: pgmap v1887: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:56:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:42 smithi029 ceph-mon[99353]: pgmap v1887: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:56:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:56:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:56:42] "GET /metrics HTTP/1.1" 200 34051 "" "Prometheus/2.43.0" 2024-07-27T18:56:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:42 smithi179 ceph-mon[89801]: pgmap v1887: 105 pgs: 105 active+clean; 127 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:56:43.084 INFO:tasks.workunit.client.0.smithi029.stdout: 949: throughput=5MB/sec pending data=0 2024-07-27T18:56:43.084 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Pnz73vJXeTKbedl off=6686473 len=195659 2024-07-27T18:56:43.085 INFO:tasks.workunit.client.0.smithi029.stdout:op 4792 completed, throughput=5MB/sec 2024-07-27T18:56:43.085 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aer6CawLCO9ExaT off=2190141 len=1406670 2024-07-27T18:56:43.087 INFO:tasks.workunit.client.0.smithi029.stdout:op 4793 completed, throughput=5MB/sec 2024-07-27T18:56:43.087 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2j3m8_IWTfS2gvy off=1760420 len=1149381 2024-07-27T18:56:43.088 INFO:tasks.workunit.client.0.smithi029.stdout:op 4794 completed, throughput=5MB/sec 2024-07-27T18:56:43.088 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lYjJspCam9j2-HN off=4123637 len=1006441 2024-07-27T18:56:43.093 INFO:tasks.workunit.client.0.smithi029.stdout:op 4795 completed, throughput=5MB/sec 2024-07-27T18:56:43.094 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zlxzGBnAiz0Uws1 off=7804957 len=1760633 2024-07-27T18:56:43.096 INFO:tasks.workunit.client.0.smithi029.stdout:op 4796 completed, throughput=5MB/sec 2024-07-27T18:56:44.096 INFO:tasks.workunit.client.0.smithi029.stdout: 950: throughput=5MB/sec pending data=0 2024-07-27T18:56:44.096 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jZ4F66b9aBVkKgb off=10221252 len=1041771 2024-07-27T18:56:44.098 INFO:tasks.workunit.client.0.smithi029.stdout:op 4797 completed, throughput=5MB/sec 2024-07-27T18:56:44.098 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Jiw-NQpD011loeH off=11125546 len=1775189 2024-07-27T18:56:44.100 INFO:tasks.workunit.client.0.smithi029.stdout:op 4798 completed, throughput=5MB/sec 2024-07-27T18:56:44.100 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Rc2WvHCtFdjQZj0 off=5120007 len=1134573 2024-07-27T18:56:44.107 INFO:tasks.workunit.client.0.smithi029.stdout:op 4799 completed, throughput=5MB/sec 2024-07-27T18:56:44.107 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-d7QWpvWiXDX_ldM off=11546129 len=948162 2024-07-27T18:56:44.112 INFO:tasks.workunit.client.0.smithi029.stdout:op 4800 completed, throughput=5MB/sec 2024-07-27T18:56:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:44 smithi179 ceph-mon[89801]: pgmap v1888: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:56:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:44 smithi029 ceph-mon[96870]: pgmap v1888: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:56:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:44 smithi029 ceph-mon[99353]: pgmap v1888: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:56:45.112 INFO:tasks.workunit.client.0.smithi029.stdout: 951: throughput=4.99MB/sec pending data=0 2024-07-27T18:56:45.112 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PzcTfAMZoJyc7mO off=2232884 len=719548 2024-07-27T18:56:45.117 INFO:tasks.workunit.client.0.smithi029.stdout:op 4801 completed, throughput=5MB/sec 2024-07-27T18:56:45.118 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BQdM0Qiws6RyBef off=4043286 len=293658 2024-07-27T18:56:45.119 INFO:tasks.workunit.client.0.smithi029.stdout:op 4802 completed, throughput=5MB/sec 2024-07-27T18:56:45.119 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MZcuOUMQR6WsmxU off=10507995 len=705716 2024-07-27T18:56:45.123 INFO:tasks.workunit.client.0.smithi029.stdout:op 4803 completed, throughput=5MB/sec 2024-07-27T18:56:45.123 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8geqMjthf4E5m2K off=0 len=2022152 2024-07-27T18:56:45.125 INFO:tasks.workunit.client.0.smithi029.stdout:op 4804 completed, throughput=5MB/sec 2024-07-27T18:56:45.125 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RHOVFeIXpHy4UzZ off=3612387 len=699695 2024-07-27T18:56:45.126 INFO:tasks.workunit.client.0.smithi029.stdout:op 4805 completed, throughput=5MB/sec 2024-07-27T18:56:45.126 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jOeboGayDatxAeW off=4238623 len=552710 2024-07-27T18:56:45.130 INFO:tasks.workunit.client.0.smithi029.stdout:op 4806 completed, throughput=5MB/sec 2024-07-27T18:56:45.131 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--IxEeyGn4zxjx58 off=19971390 len=460805 2024-07-27T18:56:45.131 INFO:tasks.workunit.client.0.smithi029.stdout:op 4807 completed, throughput=5MB/sec 2024-07-27T18:56:46.132 INFO:tasks.workunit.client.0.smithi029.stdout: 952: throughput=5MB/sec pending data=0 2024-07-27T18:56:46.132 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-t2UXVG8Acj8RQ-b off=15532206 len=50397 2024-07-27T18:56:46.132 INFO:tasks.workunit.client.0.smithi029.stdout:op 4808 completed, throughput=5MB/sec 2024-07-27T18:56:46.133 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XkIKWN9qaSVxAH6 off=5930268 len=557213 2024-07-27T18:56:46.133 INFO:tasks.workunit.client.0.smithi029.stdout:op 4809 completed, throughput=5MB/sec 2024-07-27T18:56:46.133 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-N0ErSHskcuuYDuV off=17613256 len=866965 2024-07-27T18:56:46.139 INFO:tasks.workunit.client.0.smithi029.stdout:op 4810 completed, throughput=5MB/sec 2024-07-27T18:56:46.139 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EvySR5R62vbh9f4 off=2129163 len=1562606 2024-07-27T18:56:46.147 INFO:tasks.workunit.client.0.smithi029.stdout:op 4811 completed, throughput=5MB/sec 2024-07-27T18:56:46.147 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4FDguRN1B3RTcIO off=2696024 len=411807 2024-07-27T18:56:46.147 INFO:tasks.workunit.client.0.smithi029.stdout:op 4812 completed, throughput=5MB/sec 2024-07-27T18:56:46.148 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xdYkhfR7C-V4wCc off=1532895 len=1983969 2024-07-27T18:56:46.150 INFO:tasks.workunit.client.0.smithi029.stdout:op 4813 completed, throughput=5MB/sec 2024-07-27T18:56:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:46 smithi179 ceph-mon[89801]: pgmap v1889: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:56:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:46 smithi029 ceph-mon[96870]: pgmap v1889: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:56:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:46 smithi029 ceph-mon[99353]: pgmap v1889: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:56:47.150 INFO:tasks.workunit.client.0.smithi029.stdout: 953: throughput=5MB/sec pending data=0 2024-07-27T18:56:47.150 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FNoA-wSWl8VMql- off=0 len=1109576 2024-07-27T18:56:47.152 INFO:tasks.workunit.client.0.smithi029.stdout:op 4814 completed, throughput=5MB/sec 2024-07-27T18:56:47.152 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5BWY8uUD9NuXr4O off=65380 len=135288 2024-07-27T18:56:47.156 INFO:tasks.workunit.client.0.smithi029.stdout:op 4815 completed, throughput=5MB/sec 2024-07-27T18:56:47.156 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5WVLcyyvMMbjOdG off=15421850 len=1849104 2024-07-27T18:56:47.158 INFO:tasks.workunit.client.0.smithi029.stdout:op 4816 completed, throughput=5MB/sec 2024-07-27T18:56:47.159 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jDEEsw9-vMcATGu off=1285735 len=711102 2024-07-27T18:56:47.163 INFO:tasks.workunit.client.0.smithi029.stdout:op 4817 completed, throughput=5MB/sec 2024-07-27T18:56:47.163 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WKQrV6uUe52-0XK off=2810148 len=254623 2024-07-27T18:56:47.166 INFO:tasks.workunit.client.0.smithi029.stdout:op 4818 completed, throughput=5MB/sec 2024-07-27T18:56:47.166 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jCN4z8zvG0A8RPM off=16362408 len=2020289 2024-07-27T18:56:47.168 INFO:tasks.workunit.client.0.smithi029.stdout:op 4819 completed, throughput=5MB/sec 2024-07-27T18:56:48.169 INFO:tasks.workunit.client.0.smithi029.stdout: 954: throughput=5MB/sec pending data=0 2024-07-27T18:56:48.169 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BGjDKqNOd_7Yfsf off=22942294 len=858994 2024-07-27T18:56:48.171 INFO:tasks.workunit.client.0.smithi029.stdout:op 4820 completed, throughput=5MB/sec 2024-07-27T18:56:48.171 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yZ10d-hxyuwuXZ- off=6160851 len=442542 2024-07-27T18:56:48.176 INFO:tasks.workunit.client.0.smithi029.stdout:op 4821 completed, throughput=5MB/sec 2024-07-27T18:56:48.176 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dUMqctphOoQ3YLz off=892233 len=1414540 2024-07-27T18:56:48.177 INFO:tasks.workunit.client.0.smithi029.stdout:op 4822 completed, throughput=5MB/sec 2024-07-27T18:56:48.178 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3nJz0F7mODPA2UA off=3458819 len=300411 2024-07-27T18:56:48.179 INFO:tasks.workunit.client.0.smithi029.stdout:op 4823 completed, throughput=5MB/sec 2024-07-27T18:56:48.179 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Rz_eTi_-FIdCeG5 off=226651 len=2034698 2024-07-27T18:56:48.181 INFO:tasks.workunit.client.0.smithi029.stdout:op 4824 completed, throughput=5MB/sec 2024-07-27T18:56:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:48 smithi179 ceph-mon[89801]: pgmap v1890: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:56:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:48 smithi029 ceph-mon[96870]: pgmap v1890: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:56:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:48 smithi029 ceph-mon[99353]: pgmap v1890: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:56:49.182 INFO:tasks.workunit.client.0.smithi029.stdout: 955: throughput=5MB/sec pending data=0 2024-07-27T18:56:49.182 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4rofz5gdC3lV5Ac off=962126 len=1013939 2024-07-27T18:56:49.183 INFO:tasks.workunit.client.0.smithi029.stdout:op 4825 completed, throughput=5MB/sec 2024-07-27T18:56:49.184 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RZ_0gEy5G5dF1wh off=20560524 len=25226 2024-07-27T18:56:49.184 INFO:tasks.workunit.client.0.smithi029.stdout:op 4826 completed, throughput=5MB/sec 2024-07-27T18:56:49.184 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lD0Jyx0Js3aMuWS off=4525141 len=104332 2024-07-27T18:56:49.187 INFO:tasks.workunit.client.0.smithi029.stdout:op 4827 completed, throughput=5MB/sec 2024-07-27T18:56:49.187 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--li2Amjx72veKhx off=2947722 len=913069 2024-07-27T18:56:49.188 INFO:tasks.workunit.client.0.smithi029.stdout:op 4828 completed, throughput=5MB/sec 2024-07-27T18:56:49.188 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2UuSf3op4TSzmjI off=4673361 len=116152 2024-07-27T18:56:49.191 INFO:tasks.workunit.client.0.smithi029.stdout:op 4829 completed, throughput=5MB/sec 2024-07-27T18:56:49.191 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZLqmOIY9QljuAO8 off=5701017 len=2094350 2024-07-27T18:56:49.196 INFO:tasks.workunit.client.0.smithi029.stdout:op 4830 completed, throughput=5MB/sec 2024-07-27T18:56:49.196 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NuKvvslRWD8HEmA off=18127726 len=369458 2024-07-27T18:56:49.197 INFO:tasks.workunit.client.0.smithi029.stdout:op 4831 completed, throughput=5MB/sec 2024-07-27T18:56:50.197 INFO:tasks.workunit.client.0.smithi029.stdout: 956: throughput=4.99MB/sec pending data=0 2024-07-27T18:56:50.197 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UMSp9xqcnsMX2ms off=4614750 len=1109227 2024-07-27T18:56:50.204 INFO:tasks.workunit.client.0.smithi029.stdout:op 4832 completed, throughput=5MB/sec 2024-07-27T18:56:50.204 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-j5rbv2jNvigFZkc off=7530411 len=822279 2024-07-27T18:56:50.205 INFO:tasks.workunit.client.0.smithi029.stdout:op 4833 completed, throughput=5MB/sec 2024-07-27T18:56:50.205 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zBdyIllssK0_9un off=2276545 len=16962 2024-07-27T18:56:50.208 INFO:tasks.workunit.client.0.smithi029.stdout:op 4834 completed, throughput=5MB/sec 2024-07-27T18:56:50.208 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7N0tY8MZZaJSTTk off=9180076 len=404535 2024-07-27T18:56:50.211 INFO:tasks.workunit.client.0.smithi029.stdout:op 4835 completed, throughput=5MB/sec 2024-07-27T18:56:50.211 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-a-3EBHDCW07Kny9 off=15067418 len=1070737 2024-07-27T18:56:50.212 INFO:tasks.workunit.client.0.smithi029.stdout:op 4836 completed, throughput=5MB/sec 2024-07-27T18:56:50.212 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-D3lgCYkkthGKAQ0 off=15149622 len=1614250 2024-07-27T18:56:50.221 INFO:tasks.workunit.client.0.smithi029.stdout:op 4837 completed, throughput=5MB/sec 2024-07-27T18:56:50.221 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UmyY8ImBFqopRds off=1915101 len=147049 2024-07-27T18:56:50.221 INFO:tasks.workunit.client.0.smithi029.stdout:op 4838 completed, throughput=5MB/sec 2024-07-27T18:56:50.221 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fFBd-ToO42yDvjy off=14792402 len=16593 2024-07-27T18:56:50.222 INFO:tasks.workunit.client.0.smithi029.stdout:op 4839 completed, throughput=5MB/sec 2024-07-27T18:56:50.222 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Wxocb_XoYSALDe3 off=4854005 len=1029674 2024-07-27T18:56:50.223 INFO:tasks.workunit.client.0.smithi029.stdout:op 4840 completed, throughput=5MB/sec 2024-07-27T18:56:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:50 smithi179 ceph-mon[89801]: pgmap v1891: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:56:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:50 smithi029 ceph-mon[96870]: pgmap v1891: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:56:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:50 smithi029 ceph-mon[99353]: pgmap v1891: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:56:51.223 INFO:tasks.workunit.client.0.smithi029.stdout: 957: throughput=5MB/sec pending data=0 2024-07-27T18:56:51.223 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-o3jYAQoJ0R6d-4i off=10174932 len=1780790 2024-07-27T18:56:51.227 INFO:tasks.workunit.client.0.smithi029.stdout:op 4841 completed, throughput=5MB/sec 2024-07-27T18:56:51.227 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dKsaJBLDFey_3Kn off=1108785 len=1235091 2024-07-27T18:56:51.229 INFO:tasks.workunit.client.0.smithi029.stdout:op 4842 completed, throughput=5MB/sec 2024-07-27T18:56:51.229 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2j3m8_IWTfS2gvy off=7846920 len=1938804 2024-07-27T18:56:51.241 INFO:tasks.workunit.client.0.smithi029.stdout:op 4843 completed, throughput=5MB/sec 2024-07-27T18:56:52.242 INFO:tasks.workunit.client.0.smithi029.stdout: 958: throughput=5MB/sec pending data=0 2024-07-27T18:56:52.242 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZGnMhCQ7O-XpA80 off=4783315 len=1504707 2024-07-27T18:56:52.250 INFO:tasks.workunit.client.0.smithi029.stdout:op 4844 completed, throughput=5MB/sec 2024-07-27T18:56:52.250 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gJ9O-SLt8XV5Qtm off=5972544 len=459494 2024-07-27T18:56:52.251 INFO:tasks.workunit.client.0.smithi029.stdout:op 4845 completed, throughput=5MB/sec 2024-07-27T18:56:52.251 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-O53YPBDQsSeu3Bv off=4481180 len=1052431 2024-07-27T18:56:52.257 INFO:tasks.workunit.client.0.smithi029.stdout:op 4846 completed, throughput=5MB/sec 2024-07-27T18:56:52.258 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CwkbmqP7yIDOorr off=3491159 len=730124 2024-07-27T18:56:52.259 INFO:tasks.workunit.client.0.smithi029.stdout:op 4847 completed, throughput=5MB/sec 2024-07-27T18:56:52.259 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-68rtagPpbhxSvak off=4941292 len=1947218 2024-07-27T18:56:52.261 INFO:tasks.workunit.client.0.smithi029.stdout:op 4848 completed, throughput=5MB/sec 2024-07-27T18:56:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:52 smithi029 ceph-mon[96870]: pgmap v1892: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:56:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:52 smithi029 ceph-mon[99353]: pgmap v1892: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:56:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:56:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:56:52] "GET /metrics HTTP/1.1" 200 34051 "" "Prometheus/2.43.0" 2024-07-27T18:56:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:52 smithi179 ceph-mon[89801]: pgmap v1892: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:56:53.261 INFO:tasks.workunit.client.0.smithi029.stdout: 959: throughput=5MB/sec pending data=0 2024-07-27T18:56:53.261 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zoPo4lo1J2lC8cZ off=11045809 len=543059 2024-07-27T18:56:53.262 INFO:tasks.workunit.client.0.smithi029.stdout:op 4849 completed, throughput=5MB/sec 2024-07-27T18:56:53.262 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yVL2LG-b3OB10uc off=3935743 len=374028 2024-07-27T18:56:53.266 INFO:tasks.workunit.client.0.smithi029.stdout:op 4850 completed, throughput=5MB/sec 2024-07-27T18:56:53.266 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-neVhDUdGtfymFy3 off=6887141 len=1961474 2024-07-27T18:56:53.268 INFO:tasks.workunit.client.0.smithi029.stdout:op 4851 completed, throughput=5MB/sec 2024-07-27T18:56:53.268 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wes_j0NiBASsRDh off=3356376 len=473907 2024-07-27T18:56:53.272 INFO:tasks.workunit.client.0.smithi029.stdout:op 4852 completed, throughput=5MB/sec 2024-07-27T18:56:53.272 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-glQwBZp3ZT-A46V off=3298927 len=1910660 2024-07-27T18:56:53.281 INFO:tasks.workunit.client.0.smithi029.stdout:op 4853 completed, throughput=5MB/sec 2024-07-27T18:56:54.282 INFO:tasks.workunit.client.0.smithi029.stdout: 960: throughput=5MB/sec pending data=0 2024-07-27T18:56:54.282 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LMBZlGs46b3tdqk off=2863653 len=1970649 2024-07-27T18:56:54.291 INFO:tasks.workunit.client.0.smithi029.stdout:op 4854 completed, throughput=5MB/sec 2024-07-27T18:56:54.291 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oBMHTMcVbku-oRu off=18715764 len=1728558 2024-07-27T18:56:54.293 INFO:tasks.workunit.client.0.smithi029.stdout:op 4855 completed, throughput=5MB/sec 2024-07-27T18:56:54.293 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7ZlIuuTSVb6MVPQ off=2899426 len=637432 2024-07-27T18:56:54.298 INFO:tasks.workunit.client.0.smithi029.stdout:op 4856 completed, throughput=5MB/sec 2024-07-27T18:56:54.298 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3TTL_JgM3n2dPIH off=394875 len=555792 2024-07-27T18:56:54.300 INFO:tasks.workunit.client.0.smithi029.stdout:op 4857 completed, throughput=5MB/sec 2024-07-27T18:56:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:54 smithi179 ceph-mon[89801]: pgmap v1893: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.5 MiB/s wr, 4 op/s 2024-07-27T18:56:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:56:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:54 smithi029 ceph-mon[96870]: pgmap v1893: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.5 MiB/s wr, 4 op/s 2024-07-27T18:56:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:56:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:54 smithi029 ceph-mon[99353]: pgmap v1893: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.5 MiB/s wr, 4 op/s 2024-07-27T18:56:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:56:55.301 INFO:tasks.workunit.client.0.smithi029.stdout: 961: throughput=5MB/sec pending data=0 2024-07-27T18:56:55.301 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1Xv-iJ87qHsy7xa off=982665 len=264062 2024-07-27T18:56:55.302 INFO:tasks.workunit.client.0.smithi029.stdout:op 4858 completed, throughput=5MB/sec 2024-07-27T18:56:55.302 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XfgMWE4p-9qQkC1 off=16260182 len=1502576 2024-07-27T18:56:55.305 INFO:tasks.workunit.client.0.smithi029.stdout:op 4859 completed, throughput=5MB/sec 2024-07-27T18:56:55.305 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UdgelVch1cJooqC off=1134907 len=1427592 2024-07-27T18:56:55.307 INFO:tasks.workunit.client.0.smithi029.stdout:op 4860 completed, throughput=5MB/sec 2024-07-27T18:56:55.307 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3x_Ga_DmGG0T0Uf off=3030146 len=895160 2024-07-27T18:56:55.309 INFO:tasks.workunit.client.0.smithi029.stdout:op 4861 completed, throughput=5MB/sec 2024-07-27T18:56:55.309 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-byOxlBHDbY8yzZI off=1152610 len=895964 2024-07-27T18:56:55.315 INFO:tasks.workunit.client.0.smithi029.stdout:op 4862 completed, throughput=5MB/sec 2024-07-27T18:56:56.315 INFO:tasks.workunit.client.0.smithi029.stdout: 962: throughput=4.99MB/sec pending data=0 2024-07-27T18:56:56.315 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Qu-L2Veh36jv6Pm off=21173632 len=1038667 2024-07-27T18:56:56.317 INFO:tasks.workunit.client.0.smithi029.stdout:op 4863 completed, throughput=5MB/sec 2024-07-27T18:56:56.317 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-02RtcK-0S4LOp5S off=9196587 len=1270959 2024-07-27T18:56:56.318 INFO:tasks.workunit.client.0.smithi029.stdout:op 4864 completed, throughput=5MB/sec 2024-07-27T18:56:56.318 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-H6Zibo1UUnFTda2 off=199416 len=158870 2024-07-27T18:56:56.319 INFO:tasks.workunit.client.0.smithi029.stdout:op 4865 completed, throughput=5MB/sec 2024-07-27T18:56:56.319 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZQaw9m7Ys8Y_toz off=0 len=1424963 2024-07-27T18:56:56.321 INFO:tasks.workunit.client.0.smithi029.stdout:op 4866 completed, throughput=5MB/sec 2024-07-27T18:56:56.321 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y2LwQf6pKeJpiQw off=903687 len=364777 2024-07-27T18:56:56.325 INFO:tasks.workunit.client.0.smithi029.stdout:op 4867 completed, throughput=5MB/sec 2024-07-27T18:56:56.325 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-d6Pxm1RxSq6BhUs off=228941 len=1534678 2024-07-27T18:56:56.327 INFO:tasks.workunit.client.0.smithi029.stdout:op 4868 completed, throughput=5MB/sec 2024-07-27T18:56:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:56 smithi179 ceph-mon[89801]: pgmap v1894: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:56:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:56 smithi029 ceph-mon[96870]: pgmap v1894: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:56:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:56 smithi029 ceph-mon[99353]: pgmap v1894: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T18:56:57.327 INFO:tasks.workunit.client.0.smithi029.stdout: 963: throughput=5MB/sec pending data=0 2024-07-27T18:56:57.327 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-d9ilJVik71DN61F off=13880711 len=1293327 2024-07-27T18:56:57.334 INFO:tasks.workunit.client.0.smithi029.stdout:op 4869 completed, throughput=5MB/sec 2024-07-27T18:56:57.334 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4Y52emT0kNFbUpb off=3109119 len=808405 2024-07-27T18:56:57.339 INFO:tasks.workunit.client.0.smithi029.stdout:op 4870 completed, throughput=5MB/sec 2024-07-27T18:56:57.339 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ODkRxv73DQm63uD off=5574079 len=1366950 2024-07-27T18:56:57.346 INFO:tasks.workunit.client.0.smithi029.stdout:op 4871 completed, throughput=5MB/sec 2024-07-27T18:56:57.346 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dK0EyNiSH5Zi3jb off=545632 len=1061412 2024-07-27T18:56:57.348 INFO:tasks.workunit.client.0.smithi029.stdout:op 4872 completed, throughput=5MB/sec 2024-07-27T18:56:57.348 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wM8FuGd4FhW2iQx off=3536914 len=470090 2024-07-27T18:56:57.349 INFO:tasks.workunit.client.0.smithi029.stdout:op 4873 completed, throughput=5MB/sec 2024-07-27T18:56:58.349 INFO:tasks.workunit.client.0.smithi029.stdout: 964: throughput=5MB/sec pending data=0 2024-07-27T18:56:58.349 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hW4sFmhu7RnRc-x off=2958853 len=184838 2024-07-27T18:56:58.350 INFO:tasks.workunit.client.0.smithi029.stdout:op 4874 completed, throughput=5MB/sec 2024-07-27T18:56:58.350 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kBs6jRtJwcw4LyD off=15206946 len=1991451 2024-07-27T18:56:58.352 INFO:tasks.workunit.client.0.smithi029.stdout:op 4875 completed, throughput=5MB/sec 2024-07-27T18:56:58.352 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-I7o386Z9bBSbIdQ off=16713764 len=1999725 2024-07-27T18:56:58.364 INFO:tasks.workunit.client.0.smithi029.stdout:op 4876 completed, throughput=5MB/sec 2024-07-27T18:56:58.364 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JrjBkuBdknn47Vh off=1328074 len=1005309 2024-07-27T18:56:58.366 INFO:tasks.workunit.client.0.smithi029.stdout:op 4877 completed, throughput=5MB/sec 2024-07-27T18:56:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:56:58 smithi179 ceph-mon[89801]: pgmap v1895: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.3 MiB/s wr, 4 op/s 2024-07-27T18:56:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:56:58 smithi029 ceph-mon[96870]: pgmap v1895: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.3 MiB/s wr, 4 op/s 2024-07-27T18:56:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:56:58 smithi029 ceph-mon[99353]: pgmap v1895: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.3 MiB/s wr, 4 op/s 2024-07-27T18:56:59.366 INFO:tasks.workunit.client.0.smithi029.stdout: 965: throughput=4.99MB/sec pending data=0 2024-07-27T18:56:59.366 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-M7i2NQlSjhRKUVU off=66294 len=1070751 2024-07-27T18:56:59.369 INFO:tasks.workunit.client.0.smithi029.stdout:op 4878 completed, throughput=5MB/sec 2024-07-27T18:56:59.369 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3va0XGqINMaRB8m off=4084659 len=933681 2024-07-27T18:56:59.375 INFO:tasks.workunit.client.0.smithi029.stdout:op 4879 completed, throughput=5MB/sec 2024-07-27T18:56:59.375 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3QSUM-xrfsMOo4m off=3109765 len=1728749 2024-07-27T18:56:59.376 INFO:tasks.workunit.client.0.smithi029.stdout:op 4880 completed, throughput=5MB/sec 2024-07-27T18:56:59.376 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qEp9s-7PpTOAHWs off=5095974 len=1072036 2024-07-27T18:56:59.382 INFO:tasks.workunit.client.0.smithi029.stdout:op 4881 completed, throughput=5MB/sec 2024-07-27T18:56:59.382 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LkIrFYnPntI_VcN off=12199019 len=871817 2024-07-27T18:56:59.387 INFO:tasks.workunit.client.0.smithi029.stdout:op 4882 completed, throughput=5MB/sec 2024-07-27T18:57:00.387 INFO:tasks.workunit.client.0.smithi029.stdout: 966: throughput=5MB/sec pending data=0 2024-07-27T18:57:00.388 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-66YSJEyifOyEtTt off=19542802 len=1154597 2024-07-27T18:57:00.393 INFO:tasks.workunit.client.0.smithi029.stdout:op 4883 completed, throughput=5MB/sec 2024-07-27T18:57:00.393 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-u2x2J78qFRONleg off=9697368 len=175208 2024-07-27T18:57:00.396 INFO:tasks.workunit.client.0.smithi029.stdout:op 4884 completed, throughput=5MB/sec 2024-07-27T18:57:00.396 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vpsF8sKxxWJuwCi off=10134990 len=1671756 2024-07-27T18:57:00.398 INFO:tasks.workunit.client.0.smithi029.stdout:op 4885 completed, throughput=5MB/sec 2024-07-27T18:57:00.399 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dI9n7U6-JbGe-Fn off=11813092 len=814171 2024-07-27T18:57:00.403 INFO:tasks.workunit.client.0.smithi029.stdout:op 4886 completed, throughput=5MB/sec 2024-07-27T18:57:00.403 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TaTHoHTK3CNyJA8 off=611370 len=631515 2024-07-27T18:57:00.404 INFO:tasks.workunit.client.0.smithi029.stdout:op 4887 completed, throughput=5MB/sec 2024-07-27T18:57:00.404 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PPstgJ0PWGRuYf5 off=2757874 len=651323 2024-07-27T18:57:00.406 INFO:tasks.workunit.client.0.smithi029.stdout:op 4888 completed, throughput=5MB/sec 2024-07-27T18:57:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:00 smithi179 ceph-mon[89801]: pgmap v1896: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.9 MiB/s rd, 2.2 MiB/s wr, 6 op/s 2024-07-27T18:57:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:00 smithi029 ceph-mon[96870]: pgmap v1896: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.9 MiB/s rd, 2.2 MiB/s wr, 6 op/s 2024-07-27T18:57:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:00 smithi029 ceph-mon[99353]: pgmap v1896: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.9 MiB/s rd, 2.2 MiB/s wr, 6 op/s 2024-07-27T18:57:01.406 INFO:tasks.workunit.client.0.smithi029.stdout: 967: throughput=5MB/sec pending data=0 2024-07-27T18:57:01.406 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5LAtCpFF_xVE5VW off=15805679 len=1434345 2024-07-27T18:57:01.408 INFO:tasks.workunit.client.0.smithi029.stdout:op 4889 completed, throughput=5MB/sec 2024-07-27T18:57:01.408 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ogJ1VqSu1_hv-xW off=2014756 len=1131781 2024-07-27T18:57:01.414 INFO:tasks.workunit.client.0.smithi029.stdout:op 4890 completed, throughput=5MB/sec 2024-07-27T18:57:01.414 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xwmBRzD60aoLD-C off=11022819 len=86984 2024-07-27T18:57:01.417 INFO:tasks.workunit.client.0.smithi029.stdout:op 4891 completed, throughput=5MB/sec 2024-07-27T18:57:01.417 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q3s72OoPT2cIDuf off=8550947 len=1424325 2024-07-27T18:57:01.426 INFO:tasks.workunit.client.0.smithi029.stdout:op 4892 completed, throughput=5MB/sec 2024-07-27T18:57:01.426 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--Gam6tMzdvud-JK off=16720887 len=1698112 2024-07-27T18:57:01.434 INFO:tasks.workunit.client.0.smithi029.stdout:op 4893 completed, throughput=5MB/sec 2024-07-27T18:57:02.435 INFO:tasks.workunit.client.0.smithi029.stdout: 968: throughput=5MB/sec pending data=0 2024-07-27T18:57:02.435 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-m4UW5Jidmw_ck0T off=2669872 len=1511642 2024-07-27T18:57:02.437 INFO:tasks.workunit.client.0.smithi029.stdout:op 4894 completed, throughput=5MB/sec 2024-07-27T18:57:02.437 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DBMEDxfIGYCmZoZ off=2254854 len=128193 2024-07-27T18:57:02.437 INFO:tasks.workunit.client.0.smithi029.stdout:op 4895 completed, throughput=5MB/sec 2024-07-27T18:57:02.437 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2PiZVq9Ga6nzkzd off=2944073 len=1650202 2024-07-27T18:57:02.439 INFO:tasks.workunit.client.0.smithi029.stdout:op 4896 completed, throughput=5MB/sec 2024-07-27T18:57:02.440 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CLJLYdW_QkN0j5n off=12372783 len=573198 2024-07-27T18:57:02.444 INFO:tasks.workunit.client.0.smithi029.stdout:op 4897 completed, throughput=5MB/sec 2024-07-27T18:57:02.444 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UKi9jzgONI5bxRn off=891879 len=180054 2024-07-27T18:57:02.445 INFO:tasks.workunit.client.0.smithi029.stdout:op 4898 completed, throughput=5MB/sec 2024-07-27T18:57:02.445 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eXr3Yqoet7PvgB3 off=13058188 len=630640 2024-07-27T18:57:02.449 INFO:tasks.workunit.client.0.smithi029.stdout:op 4899 completed, throughput=5MB/sec 2024-07-27T18:57:02.449 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HJcyHtqGdgiBDbB off=2671593 len=1525082 2024-07-27T18:57:02.456 INFO:tasks.workunit.client.0.smithi029.stdout:op 4900 completed, throughput=5MB/sec 2024-07-27T18:57:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:02 smithi029 ceph-mon[96870]: pgmap v1897: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:57:02.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:02 smithi029 ceph-mon[99353]: pgmap v1897: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:57:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:57:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:57:02] "GET /metrics HTTP/1.1" 200 34050 "" "Prometheus/2.43.0" 2024-07-27T18:57:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:02 smithi179 ceph-mon[89801]: pgmap v1897: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:57:03.457 INFO:tasks.workunit.client.0.smithi029.stdout: 969: throughput=5MB/sec pending data=0 2024-07-27T18:57:03.457 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eFmR1GOn-z7tzoP off=438496 len=599591 2024-07-27T18:57:03.461 INFO:tasks.workunit.client.0.smithi029.stdout:op 4901 completed, throughput=5MB/sec 2024-07-27T18:57:03.461 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8ZAP6vsZSzQG7MU off=0 len=1776117 2024-07-27T18:57:03.473 INFO:tasks.workunit.client.0.smithi029.stdout:op 4902 completed, throughput=5MB/sec 2024-07-27T18:57:03.473 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g5m4Qn6jWbjznxf off=15518478 len=847013 2024-07-27T18:57:03.474 INFO:tasks.workunit.client.0.smithi029.stdout:op 4903 completed, throughput=5MB/sec 2024-07-27T18:57:03.474 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TCw4MN-bF-dTtIk off=0 len=1439761 2024-07-27T18:57:03.481 INFO:tasks.workunit.client.0.smithi029.stdout:op 4904 completed, throughput=5MB/sec 2024-07-27T18:57:04.481 INFO:tasks.workunit.client.0.smithi029.stdout: 970: throughput=5MB/sec pending data=0 2024-07-27T18:57:04.482 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-12Xz976yNht86Cn off=6959875 len=2039565 2024-07-27T18:57:04.484 INFO:tasks.workunit.client.0.smithi029.stdout:op 4905 completed, throughput=5MB/sec 2024-07-27T18:57:04.484 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fLcMFHZuu3zz0Vw off=5482409 len=1851041 2024-07-27T18:57:04.494 INFO:tasks.workunit.client.0.smithi029.stdout:op 4906 completed, throughput=5MB/sec 2024-07-27T18:57:04.494 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Jk8LbBkUkxieGyQ off=4172074 len=1235574 2024-07-27T18:57:04.495 INFO:tasks.workunit.client.0.smithi029.stdout:op 4907 completed, throughput=5MB/sec 2024-07-27T18:57:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:04 smithi179 ceph-mon[89801]: pgmap v1898: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:57:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:04 smithi029 ceph-mon[96870]: pgmap v1898: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:57:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:04 smithi029 ceph-mon[99353]: pgmap v1898: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:57:05.496 INFO:tasks.workunit.client.0.smithi029.stdout: 971: throughput=5MB/sec pending data=0 2024-07-27T18:57:05.496 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OfBEMzA4D4YMbwe off=364313 len=1274517 2024-07-27T18:57:05.498 INFO:tasks.workunit.client.0.smithi029.stdout:op 4908 completed, throughput=5MB/sec 2024-07-27T18:57:05.498 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FUPV1utpXas6gk4 off=5695417 len=87035 2024-07-27T18:57:05.499 INFO:tasks.workunit.client.0.smithi029.stdout:op 4909 completed, throughput=5MB/sec 2024-07-27T18:57:05.499 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-N-X04JVX3A-27zh off=0 len=1870606 2024-07-27T18:57:05.507 INFO:tasks.workunit.client.0.smithi029.stdout:op 4910 completed, throughput=5MB/sec 2024-07-27T18:57:05.507 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Pyr-HkQj9i-1_FT off=11008110 len=585328 2024-07-27T18:57:05.511 INFO:tasks.workunit.client.0.smithi029.stdout:op 4911 completed, throughput=5MB/sec 2024-07-27T18:57:05.511 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CJx99fDMJBMbwGi off=687672 len=1350532 2024-07-27T18:57:05.516 INFO:tasks.workunit.client.0.smithi029.stdout:op 4912 completed, throughput=5MB/sec 2024-07-27T18:57:06.516 INFO:tasks.workunit.client.0.smithi029.stdout: 972: throughput=5MB/sec pending data=0 2024-07-27T18:57:06.516 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-27L9u0PH-KqoPAk off=6438770 len=1860139 2024-07-27T18:57:06.525 INFO:tasks.workunit.client.0.smithi029.stdout:op 4913 completed, throughput=5MB/sec 2024-07-27T18:57:06.525 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kDFdr92E_m5Ku9N off=4476346 len=1088464 2024-07-27T18:57:06.527 INFO:tasks.workunit.client.0.smithi029.stdout:op 4914 completed, throughput=5MB/sec 2024-07-27T18:57:06.527 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UGFpsoOHOZRKeh1 off=808474 len=2091194 2024-07-27T18:57:06.540 INFO:tasks.workunit.client.0.smithi029.stdout:op 4915 completed, throughput=5MB/sec 2024-07-27T18:57:06.540 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Cz9Nss_IxZIEKJu off=7855739 len=56123 2024-07-27T18:57:06.540 INFO:tasks.workunit.client.0.smithi029.stdout:op 4916 completed, throughput=5MB/sec 2024-07-27T18:57:06.540 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5ILd8Cio1KUjPva off=2520482 len=565285 2024-07-27T18:57:06.541 INFO:tasks.workunit.client.0.smithi029.stdout:op 4917 completed, throughput=5MB/sec 2024-07-27T18:57:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:06 smithi179 ceph-mon[89801]: pgmap v1899: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.6 MiB/s wr, 6 op/s 2024-07-27T18:57:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:06 smithi029 ceph-mon[96870]: pgmap v1899: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.6 MiB/s wr, 6 op/s 2024-07-27T18:57:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:06 smithi029 ceph-mon[99353]: pgmap v1899: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.6 MiB/s wr, 6 op/s 2024-07-27T18:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: 973: throughput=5MB/sec pending data=0 2024-07-27T18:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RepcV3ldNQDwxaD off=935480 len=1053303 2024-07-27T18:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout:op 4918 completed, throughput=5MB/sec 2024-07-27T18:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xklkV2k5-_8hOHe off=9276044 len=24173 2024-07-27T18:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout:op 4919 completed, throughput=5MB/sec 2024-07-27T18:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-j2CgolxtTOG_i6c off=8838295 len=1894587 2024-07-27T18:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout:op 4920 completed, throughput=5MB/sec 2024-07-27T18:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AGlmOkiwL8EHXpz off=6465773 len=1175397 2024-07-27T18:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout:op 4921 completed, throughput=5MB/sec 2024-07-27T18:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FgqbYo1WLDVUzOG off=5089893 len=1188203 2024-07-27T18:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout:op 4922 completed, throughput=5MB/sec 2024-07-27T18:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout: 974: throughput=5MB/sec pending data=0 2024-07-27T18:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hcvthGjbBFDEZ9Z off=1575 len=1422001 2024-07-27T18:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout:op 4923 completed, throughput=5MB/sec 2024-07-27T18:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GhyMX9uUKAUHIxv off=108209 len=158499 2024-07-27T18:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout:op 4924 completed, throughput=5MB/sec 2024-07-27T18:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-F-FaUigbVKftO2E off=673885 len=1611806 2024-07-27T18:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout:op 4925 completed, throughput=5MB/sec 2024-07-27T18:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e1dYW9SqXpzMcDs off=1008591 len=2073100 2024-07-27T18:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout:op 4926 completed, throughput=5MB/sec 2024-07-27T18:57:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:08 smithi179 ceph-mon[89801]: pgmap v1900: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:57:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:08 smithi029 ceph-mon[96870]: pgmap v1900: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:57:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:08 smithi029 ceph-mon[99353]: pgmap v1900: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: 975: throughput=5MB/sec pending data=0 2024-07-27T18:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CfpqUe_w6pHsZsO off=10029739 len=1701186 2024-07-27T18:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout:op 4927 completed, throughput=5MB/sec 2024-07-27T18:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-58JDGVsdO7HYQ1D off=2083150 len=1242084 2024-07-27T18:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout:op 4928 completed, throughput=5MB/sec 2024-07-27T18:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3cABYtKgc8yKNel off=1448406 len=1464653 2024-07-27T18:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout:op 4929 completed, throughput=5MB/sec 2024-07-27T18:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fyDmioS1lF1xiMn off=5746385 len=2009113 2024-07-27T18:57:09.614 INFO:tasks.workunit.client.0.smithi029.stdout:op 4930 completed, throughput=5MB/sec 2024-07-27T18:57:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:57:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:57:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: 976: throughput=5MB/sec pending data=0 2024-07-27T18:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-B6ZzmQ4h0lp2bgv off=1619165 len=978679 2024-07-27T18:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout:op 4931 completed, throughput=5MB/sec 2024-07-27T18:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VOZ83ebTZiTU9f- off=6504179 len=1138214 2024-07-27T18:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout:op 4932 completed, throughput=5MB/sec 2024-07-27T18:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rCgZ3wsTrz4jY7P off=428109 len=1849744 2024-07-27T18:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout:op 4933 completed, throughput=5MB/sec 2024-07-27T18:57:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:10 smithi179 ceph-mon[89801]: pgmap v1901: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:57:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:10 smithi029 ceph-mon[96870]: pgmap v1901: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:57:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:10 smithi029 ceph-mon[99353]: pgmap v1901: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.7 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:57:11.635 INFO:tasks.workunit.client.0.smithi029.stdout: 977: throughput=5MB/sec pending data=0 2024-07-27T18:57:11.635 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VKZ80xGX95-sd8M off=17236257 len=759790 2024-07-27T18:57:11.636 INFO:tasks.workunit.client.0.smithi029.stdout:op 4934 completed, throughput=5MB/sec 2024-07-27T18:57:11.636 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mm6OnM3ISlnNXUJ off=3603523 len=1691859 2024-07-27T18:57:11.638 INFO:tasks.workunit.client.0.smithi029.stdout:op 4935 completed, throughput=5MB/sec 2024-07-27T18:57:11.638 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5F40rG4pz1hhMJF off=1218574 len=1594326 2024-07-27T18:57:11.640 INFO:tasks.workunit.client.0.smithi029.stdout:op 4936 completed, throughput=5MB/sec 2024-07-27T18:57:11.641 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vpsF8sKxxWJuwCi off=11114371 len=1479480 2024-07-27T18:57:11.642 INFO:tasks.workunit.client.0.smithi029.stdout:op 4937 completed, throughput=5MB/sec 2024-07-27T18:57:12.584 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:57:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:57:12] "GET /metrics HTTP/1.1" 200 34050 "" "Prometheus/2.43.0" 2024-07-27T18:57:12.643 INFO:tasks.workunit.client.0.smithi029.stdout: 978: throughput=5MB/sec pending data=0 2024-07-27T18:57:12.643 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4vnSiGvyuvunv0q off=7436494 len=1576670 2024-07-27T18:57:12.650 INFO:tasks.workunit.client.0.smithi029.stdout:op 4938 completed, throughput=5MB/sec 2024-07-27T18:57:12.650 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kwuReUgTaKVd-W1 off=10732092 len=1266831 2024-07-27T18:57:12.651 INFO:tasks.workunit.client.0.smithi029.stdout:op 4939 completed, throughput=5MB/sec 2024-07-27T18:57:12.651 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5WVLcyyvMMbjOdG off=4109498 len=1292635 2024-07-27T18:57:12.653 INFO:tasks.workunit.client.0.smithi029.stdout:op 4940 completed, throughput=5MB/sec 2024-07-27T18:57:12.653 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-euLB54WoBtd0IRK off=510992 len=836056 2024-07-27T18:57:12.659 INFO:tasks.workunit.client.0.smithi029.stdout:op 4941 completed, throughput=5MB/sec 2024-07-27T18:57:12.659 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-A4nAi7znpOkaL6f off=6028436 len=537018 2024-07-27T18:57:12.663 INFO:tasks.workunit.client.0.smithi029.stdout:op 4942 completed, throughput=5MB/sec 2024-07-27T18:57:12.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:12 smithi179 ceph-mon[89801]: pgmap v1902: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:57:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:12 smithi029 ceph-mon[96870]: pgmap v1902: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:57:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:12 smithi029 ceph-mon[99353]: pgmap v1902: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:57:13.664 INFO:tasks.workunit.client.0.smithi029.stdout: 979: throughput=5MB/sec pending data=0 2024-07-27T18:57:13.664 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Z94F0RVu2ZWNgL6 off=14924908 len=1917330 2024-07-27T18:57:13.674 INFO:tasks.workunit.client.0.smithi029.stdout:op 4943 completed, throughput=5MB/sec 2024-07-27T18:57:13.675 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0Ro7-pqObc44oc3 off=14000242 len=1595686 2024-07-27T18:57:13.677 INFO:tasks.workunit.client.0.smithi029.stdout:op 4944 completed, throughput=5MB/sec 2024-07-27T18:57:13.677 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7pFndaeMFKJxmhH off=1782501 len=1607556 2024-07-27T18:57:13.680 INFO:tasks.workunit.client.0.smithi029.stdout:op 4945 completed, throughput=5MB/sec 2024-07-27T18:57:14.680 INFO:tasks.workunit.client.0.smithi029.stdout: 980: throughput=5MB/sec pending data=0 2024-07-27T18:57:14.680 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Sam6JsPkv-jwgOj off=1001213 len=487062 2024-07-27T18:57:14.681 INFO:tasks.workunit.client.0.smithi029.stdout:op 4946 completed, throughput=5MB/sec 2024-07-27T18:57:14.681 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-u37DZZlhkl4dglQ off=4598210 len=211923 2024-07-27T18:57:14.684 INFO:tasks.workunit.client.0.smithi029.stdout:op 4947 completed, throughput=5MB/sec 2024-07-27T18:57:14.685 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RRCcB9-qKbwNV0A off=544633 len=1602062 2024-07-27T18:57:14.694 INFO:tasks.workunit.client.0.smithi029.stdout:op 4948 completed, throughput=5MB/sec 2024-07-27T18:57:14.694 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bxaitRNgGXvIeuX off=975319 len=1060065 2024-07-27T18:57:14.695 INFO:tasks.workunit.client.0.smithi029.stdout:op 4949 completed, throughput=5MB/sec 2024-07-27T18:57:14.695 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iCwXOP_k124RIna off=6830810 len=850713 2024-07-27T18:57:14.697 INFO:tasks.workunit.client.0.smithi029.stdout:op 4950 completed, throughput=5MB/sec 2024-07-27T18:57:14.697 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NdouPXWWR3O_HLO off=13605017 len=2021636 2024-07-27T18:57:14.705 INFO:tasks.workunit.client.0.smithi029.stdout:op 4951 completed, throughput=5MB/sec 2024-07-27T18:57:14.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:14 smithi179 ceph-mon[89801]: pgmap v1903: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:57:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:14 smithi029 ceph-mon[96870]: pgmap v1903: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:57:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:14 smithi029 ceph-mon[99353]: pgmap v1903: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:57:15.706 INFO:tasks.workunit.client.0.smithi029.stdout: 981: throughput=5MB/sec pending data=0 2024-07-27T18:57:15.706 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RWS9R2LykC1IowC off=1753302 len=999654 2024-07-27T18:57:15.711 INFO:tasks.workunit.client.0.smithi029.stdout:op 4952 completed, throughput=5MB/sec 2024-07-27T18:57:15.712 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pvK_tNK3124NMZe off=3615392 len=1155502 2024-07-27T18:57:15.718 INFO:tasks.workunit.client.0.smithi029.stdout:op 4953 completed, throughput=5MB/sec 2024-07-27T18:57:15.718 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ykzv7N1iQnyxS_s off=480834 len=237629 2024-07-27T18:57:15.719 INFO:tasks.workunit.client.0.smithi029.stdout:op 4954 completed, throughput=5MB/sec 2024-07-27T18:57:15.719 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FwM3Oh1rUxlpB2G off=4305026 len=1714902 2024-07-27T18:57:15.721 INFO:tasks.workunit.client.0.smithi029.stdout:op 4955 completed, throughput=5MB/sec 2024-07-27T18:57:15.721 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jTeeG43zOmD0UOF off=5081972 len=869804 2024-07-27T18:57:15.723 INFO:tasks.workunit.client.0.smithi029.stdout:op 4956 completed, throughput=5MB/sec 2024-07-27T18:57:16.724 INFO:tasks.workunit.client.0.smithi029.stdout: 982: throughput=5MB/sec pending data=0 2024-07-27T18:57:16.724 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Bo19mx6FoNYefEq off=1489224 len=824102 2024-07-27T18:57:16.725 INFO:tasks.workunit.client.0.smithi029.stdout:op 4957 completed, throughput=5MB/sec 2024-07-27T18:57:16.725 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QMUdgb2HPVFyG3Z off=15840202 len=1733780 2024-07-27T18:57:16.729 INFO:tasks.workunit.client.0.smithi029.stdout:op 4958 completed, throughput=5MB/sec 2024-07-27T18:57:16.729 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ccKqXrZ0XwTWWnS off=3481800 len=437346 2024-07-27T18:57:16.730 INFO:tasks.workunit.client.0.smithi029.stdout:op 4959 completed, throughput=5MB/sec 2024-07-27T18:57:16.730 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Kb8RlpwtM5wIM1R off=7356123 len=404371 2024-07-27T18:57:16.731 INFO:tasks.workunit.client.0.smithi029.stdout:op 4960 completed, throughput=5MB/sec 2024-07-27T18:57:16.731 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xjL6yvahDmYL8lq off=13029247 len=1507808 2024-07-27T18:57:16.738 INFO:tasks.workunit.client.0.smithi029.stdout:op 4961 completed, throughput=5MB/sec 2024-07-27T18:57:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:16 smithi179 ceph-mon[89801]: pgmap v1904: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.3 MiB/s wr, 4 op/s 2024-07-27T18:57:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:16 smithi029 ceph-mon[96870]: pgmap v1904: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.3 MiB/s wr, 4 op/s 2024-07-27T18:57:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:16 smithi029 ceph-mon[99353]: pgmap v1904: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.3 MiB/s wr, 4 op/s 2024-07-27T18:57:17.738 INFO:tasks.workunit.client.0.smithi029.stdout: 983: throughput=5MB/sec pending data=0 2024-07-27T18:57:17.738 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iuXr3cfof4plWvt off=729781 len=944115 2024-07-27T18:57:17.741 INFO:tasks.workunit.client.0.smithi029.stdout:op 4962 completed, throughput=5MB/sec 2024-07-27T18:57:17.741 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FiRg29ZrdbOtRDr off=12149085 len=392048 2024-07-27T18:57:17.744 INFO:tasks.workunit.client.0.smithi029.stdout:op 4963 completed, throughput=5MB/sec 2024-07-27T18:57:17.744 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dADkH3BoExeL7Af off=707851 len=638671 2024-07-27T18:57:17.745 INFO:tasks.workunit.client.0.smithi029.stdout:op 4964 completed, throughput=5MB/sec 2024-07-27T18:57:17.745 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-u1EU4sxW35zC_Zb off=1874091 len=199563 2024-07-27T18:57:17.748 INFO:tasks.workunit.client.0.smithi029.stdout:op 4965 completed, throughput=5MB/sec 2024-07-27T18:57:17.748 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gNju_bhfBUDGpwg off=813230 len=1817884 2024-07-27T18:57:17.759 INFO:tasks.workunit.client.0.smithi029.stdout:op 4966 completed, throughput=5MB/sec 2024-07-27T18:57:17.760 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MLVEympQiDUcB7p off=5366641 len=1965199 2024-07-27T18:57:17.762 INFO:tasks.workunit.client.0.smithi029.stdout:op 4967 completed, throughput=5MB/sec 2024-07-27T18:57:18.763 INFO:tasks.workunit.client.0.smithi029.stdout: 984: throughput=5MB/sec pending data=0 2024-07-27T18:57:18.763 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rVQIf7PftqoyPrq off=4177448 len=223786 2024-07-27T18:57:18.766 INFO:tasks.workunit.client.0.smithi029.stdout:op 4968 completed, throughput=5MB/sec 2024-07-27T18:57:18.766 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zRYXJuvxW8NClI1 off=218162 len=966828 2024-07-27T18:57:18.771 INFO:tasks.workunit.client.0.smithi029.stdout:op 4969 completed, throughput=5MB/sec 2024-07-27T18:57:18.771 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q27bv5xGNmtJjvN off=4467264 len=1185865 2024-07-27T18:57:18.779 INFO:tasks.workunit.client.0.smithi029.stdout:op 4970 completed, throughput=5MB/sec 2024-07-27T18:57:18.780 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pDIopxMyXBB1jco off=11225542 len=281830 2024-07-27T18:57:18.783 INFO:tasks.workunit.client.0.smithi029.stdout:op 4971 completed, throughput=5MB/sec 2024-07-27T18:57:18.783 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-f6QXbFtu4QucsEW off=5628004 len=1748213 2024-07-27T18:57:18.790 INFO:tasks.workunit.client.0.smithi029.stdout:op 4972 completed, throughput=5MB/sec 2024-07-27T18:57:18.790 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hx_d5hxqdYYDjvJ off=9374076 len=627239 2024-07-27T18:57:18.794 INFO:tasks.workunit.client.0.smithi029.stdout:op 4973 completed, throughput=5MB/sec 2024-07-27T18:57:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:18 smithi179 ceph-mon[89801]: pgmap v1905: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.8 MiB/s wr, 3 op/s 2024-07-27T18:57:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:18 smithi029 ceph-mon[96870]: pgmap v1905: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.8 MiB/s wr, 3 op/s 2024-07-27T18:57:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:18 smithi029 ceph-mon[99353]: pgmap v1905: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.8 MiB/s wr, 3 op/s 2024-07-27T18:57:19.795 INFO:tasks.workunit.client.0.smithi029.stdout: 985: throughput=5MB/sec pending data=0 2024-07-27T18:57:19.795 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GrdmIW3WHhm1XM0 off=4466341 len=2009879 2024-07-27T18:57:19.806 INFO:tasks.workunit.client.0.smithi029.stdout:op 4974 completed, throughput=5MB/sec 2024-07-27T18:57:19.806 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CDQOVXXsqpp-Q8u off=761670 len=1872734 2024-07-27T18:57:19.817 INFO:tasks.workunit.client.0.smithi029.stdout:op 4975 completed, throughput=5MB/sec 2024-07-27T18:57:19.818 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CPVI8ua2LRwdTVc off=23431373 len=524215 2024-07-27T18:57:19.821 INFO:tasks.workunit.client.0.smithi029.stdout:op 4976 completed, throughput=5MB/sec 2024-07-27T18:57:19.822 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-n36j17UkyfrXmQ6 off=9342843 len=1714184 2024-07-27T18:57:19.823 INFO:tasks.workunit.client.0.smithi029.stdout:op 4977 completed, throughput=5MB/sec 2024-07-27T18:57:20.823 INFO:tasks.workunit.client.0.smithi029.stdout: 986: throughput=5MB/sec pending data=0 2024-07-27T18:57:20.824 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eqwiSa9NDIg7XGS off=8450417 len=2078761 2024-07-27T18:57:20.828 INFO:tasks.workunit.client.0.smithi029.stdout:op 4978 completed, throughput=5MB/sec 2024-07-27T18:57:20.828 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kD4bel0SxT5qTUA off=10493755 len=1625727 2024-07-27T18:57:20.830 INFO:tasks.workunit.client.0.smithi029.stdout:op 4979 completed, throughput=5MB/sec 2024-07-27T18:57:20.831 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8S8FMmlYyXMrmzQ off=7156939 len=1000295 2024-07-27T18:57:20.832 INFO:tasks.workunit.client.0.smithi029.stdout:op 4980 completed, throughput=5MB/sec 2024-07-27T18:57:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:20 smithi179 ceph-mon[89801]: pgmap v1906: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:57:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:20 smithi029 ceph-mon[96870]: pgmap v1906: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:57:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:20 smithi029 ceph-mon[99353]: pgmap v1906: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.4 MiB/s wr, 5 op/s 2024-07-27T18:57:21.833 INFO:tasks.workunit.client.0.smithi029.stdout: 987: throughput=5MB/sec pending data=0 2024-07-27T18:57:21.833 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BAXYI13XPc12ptI off=7521824 len=488369 2024-07-27T18:57:21.835 INFO:tasks.workunit.client.0.smithi029.stdout:op 4981 completed, throughput=5MB/sec 2024-07-27T18:57:21.835 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-skprRxF_nYjOlyg off=3701402 len=1120136 2024-07-27T18:57:21.842 INFO:tasks.workunit.client.0.smithi029.stdout:op 4982 completed, throughput=5MB/sec 2024-07-27T18:57:21.842 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_M5PWcBQGoKockj off=2015992 len=1387757 2024-07-27T18:57:21.848 INFO:tasks.workunit.client.0.smithi029.stdout:op 4983 completed, throughput=5MB/sec 2024-07-27T18:57:21.849 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gXGIeihwibbmdu1 off=991174 len=50069 2024-07-27T18:57:21.849 INFO:tasks.workunit.client.0.smithi029.stdout:op 4984 completed, throughput=5MB/sec 2024-07-27T18:57:21.849 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uwreQUOGi2Mbnvg off=46938 len=336054 2024-07-27T18:57:21.852 INFO:tasks.workunit.client.0.smithi029.stdout:op 4985 completed, throughput=5MB/sec 2024-07-27T18:57:21.852 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-F7APM-1OGIAy-fy off=3115483 len=40635 2024-07-27T18:57:21.852 INFO:tasks.workunit.client.0.smithi029.stdout:op 4986 completed, throughput=5MB/sec 2024-07-27T18:57:21.853 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QmtrDZ9Wu5NzwMy off=2711883 len=497304 2024-07-27T18:57:21.853 INFO:tasks.workunit.client.0.smithi029.stdout:op 4987 completed, throughput=5MB/sec 2024-07-27T18:57:21.853 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--H72JkCdvxzfuiw off=4500897 len=1796700 2024-07-27T18:57:21.860 INFO:tasks.workunit.client.0.smithi029.stdout:op 4988 completed, throughput=5MB/sec 2024-07-27T18:57:22.597 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:57:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:57:22] "GET /metrics HTTP/1.1" 200 34050 "" "Prometheus/2.43.0" 2024-07-27T18:57:22.860 INFO:tasks.workunit.client.0.smithi029.stdout: 988: throughput=5MB/sec pending data=0 2024-07-27T18:57:22.861 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sjPfUFmxpd0xs9_ off=10061527 len=1916204 2024-07-27T18:57:22.863 INFO:tasks.workunit.client.0.smithi029.stdout:op 4989 completed, throughput=5MB/sec 2024-07-27T18:57:22.863 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5EstolEsn8g2CII off=2833431 len=1340708 2024-07-27T18:57:22.871 INFO:tasks.workunit.client.0.smithi029.stdout:op 4990 completed, throughput=5MB/sec 2024-07-27T18:57:22.871 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-txbOQscPagCO9LX off=5612809 len=1524846 2024-07-27T18:57:22.878 INFO:tasks.workunit.client.0.smithi029.stdout:op 4991 completed, throughput=5MB/sec 2024-07-27T18:57:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:22 smithi179 ceph-mon[89801]: pgmap v1907: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:57:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:22 smithi029 ceph-mon[96870]: pgmap v1907: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:57:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:22 smithi029 ceph-mon[99353]: pgmap v1907: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:57:23.878 INFO:tasks.workunit.client.0.smithi029.stdout: 989: throughput=5MB/sec pending data=0 2024-07-27T18:57:23.878 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dPQL1R3PTdrYG3y off=16718471 len=1903994 2024-07-27T18:57:23.881 INFO:tasks.workunit.client.0.smithi029.stdout:op 4992 completed, throughput=5MB/sec 2024-07-27T18:57:23.881 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9ugxGI-DFwgDmCn off=3118371 len=1145045 2024-07-27T18:57:23.882 INFO:tasks.workunit.client.0.smithi029.stdout:op 4993 completed, throughput=5MB/sec 2024-07-27T18:57:23.883 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uKy5BflUbUbfw4u off=1272606 len=1601200 2024-07-27T18:57:23.885 INFO:tasks.workunit.client.0.smithi029.stdout:op 4994 completed, throughput=5MB/sec 2024-07-27T18:57:23.885 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AtOmL70UpBCDtVl off=633317 len=1369049 2024-07-27T18:57:23.886 INFO:tasks.workunit.client.0.smithi029.stdout:op 4995 completed, throughput=5MB/sec 2024-07-27T18:57:24.886 INFO:tasks.workunit.client.0.smithi029.stdout: 990: throughput=5MB/sec pending data=0 2024-07-27T18:57:24.887 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qOTOHfoNgGXv1uP off=882922 len=1333288 2024-07-27T18:57:24.888 INFO:tasks.workunit.client.0.smithi029.stdout:op 4996 completed, throughput=5MB/sec 2024-07-27T18:57:24.888 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sxBqDuDssCC3oym off=6251114 len=1090544 2024-07-27T18:57:24.891 INFO:tasks.workunit.client.0.smithi029.stdout:op 4997 completed, throughput=5MB/sec 2024-07-27T18:57:24.891 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4oVkY9XBkdkO_l3 off=17891611 len=135767 2024-07-27T18:57:24.894 INFO:tasks.workunit.client.0.smithi029.stdout:op 4998 completed, throughput=5MB/sec 2024-07-27T18:57:24.894 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ctyU1vi40ZKz0W_ off=2797205 len=1160304 2024-07-27T18:57:24.901 INFO:tasks.workunit.client.0.smithi029.stdout:op 4999 completed, throughput=5MB/sec 2024-07-27T18:57:24.901 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-euLB54WoBtd0IRK off=2301813 len=918338 2024-07-27T18:57:24.904 INFO:tasks.workunit.client.0.smithi029.stdout:op 5000 completed, throughput=5MB/sec 2024-07-27T18:57:24.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:24 smithi179 ceph-mon[89801]: pgmap v1908: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:57:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:57:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:24 smithi029 ceph-mon[96870]: pgmap v1908: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:57:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:57:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:24 smithi029 ceph-mon[99353]: pgmap v1908: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.3 MiB/s wr, 3 op/s 2024-07-27T18:57:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:57:25.905 INFO:tasks.workunit.client.0.smithi029.stdout: 991: throughput=5MB/sec pending data=0 2024-07-27T18:57:25.905 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4F6wxFW6OeJcnFq off=480015 len=1572876 2024-07-27T18:57:25.907 INFO:tasks.workunit.client.0.smithi029.stdout:op 5001 completed, throughput=5MB/sec 2024-07-27T18:57:25.907 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Mrc6Fw4s76NMVbr off=6837104 len=1022306 2024-07-27T18:57:25.915 INFO:tasks.workunit.client.0.smithi029.stdout:op 5002 completed, throughput=5MB/sec 2024-07-27T18:57:25.915 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-d8lEpebhRGtKIxy off=20086362 len=954191 2024-07-27T18:57:25.916 INFO:tasks.workunit.client.0.smithi029.stdout:op 5003 completed, throughput=5MB/sec 2024-07-27T18:57:25.916 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-cij-fv4LVuwYb2W off=806825 len=981789 2024-07-27T18:57:25.917 INFO:tasks.workunit.client.0.smithi029.stdout:op 5004 completed, throughput=5MB/sec 2024-07-27T18:57:25.917 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-l0TmYnPQpMsQJBQ off=3766198 len=1371590 2024-07-27T18:57:25.924 INFO:tasks.workunit.client.0.smithi029.stdout:op 5005 completed, throughput=5MB/sec 2024-07-27T18:57:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:26 smithi179 ceph-mon[89801]: pgmap v1909: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:57:26.925 INFO:tasks.workunit.client.0.smithi029.stdout: 992: throughput=5MB/sec pending data=0 2024-07-27T18:57:26.925 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3Ne2mqgX-B8NdDj off=1690434 len=1370644 2024-07-27T18:57:26.926 INFO:tasks.workunit.client.0.smithi029.stdout:op 5006 completed, throughput=5MB/sec 2024-07-27T18:57:26.927 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zfN0ZMbFRfV2sRv off=20704744 len=1432094 2024-07-27T18:57:26.938 INFO:tasks.workunit.client.0.smithi029.stdout:op 5007 completed, throughput=5MB/sec 2024-07-27T18:57:26.938 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SC32YscUQBooBNI off=2269121 len=1627340 2024-07-27T18:57:26.945 INFO:tasks.workunit.client.0.smithi029.stdout:op 5008 completed, throughput=5MB/sec 2024-07-27T18:57:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:26 smithi029 ceph-mon[96870]: pgmap v1909: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:57:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:26 smithi029 ceph-mon[99353]: pgmap v1909: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:57:27.946 INFO:tasks.workunit.client.0.smithi029.stdout: 993: throughput=5MB/sec pending data=0 2024-07-27T18:57:27.946 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7ULF_jMsiSRX9dP off=12543672 len=1457641 2024-07-27T18:57:27.955 INFO:tasks.workunit.client.0.smithi029.stdout:op 5009 completed, throughput=5MB/sec 2024-07-27T18:57:27.955 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sS0ojExcuVn4Foi off=17236786 len=986489 2024-07-27T18:57:27.957 INFO:tasks.workunit.client.0.smithi029.stdout:op 5010 completed, throughput=5MB/sec 2024-07-27T18:57:27.957 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gIzbgJvysawB5y4 off=7670125 len=118354 2024-07-27T18:57:27.960 INFO:tasks.workunit.client.0.smithi029.stdout:op 5011 completed, throughput=5MB/sec 2024-07-27T18:57:27.960 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TbtwyP_SdhAwXH5 off=3883590 len=1416555 2024-07-27T18:57:27.962 INFO:tasks.workunit.client.0.smithi029.stdout:op 5012 completed, throughput=5MB/sec 2024-07-27T18:57:27.962 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VKv_nYOKcqBk67B off=13966360 len=1937416 2024-07-27T18:57:27.970 INFO:tasks.workunit.client.0.smithi029.stdout:op 5013 completed, throughput=5MB/sec 2024-07-27T18:57:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:28 smithi179 ceph-mon[89801]: pgmap v1910: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:57:28.970 INFO:tasks.workunit.client.0.smithi029.stdout: 994: throughput=5MB/sec pending data=0 2024-07-27T18:57:28.971 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ODjuFrMRNM460oo off=1516953 len=1979271 2024-07-27T18:57:28.983 INFO:tasks.workunit.client.0.smithi029.stdout:op 5014 completed, throughput=5MB/sec 2024-07-27T18:57:28.983 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-c4QXE6HMWVxAQGo off=846458 len=421820 2024-07-27T18:57:28.983 INFO:tasks.workunit.client.0.smithi029.stdout:op 5015 completed, throughput=5MB/sec 2024-07-27T18:57:28.983 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-L5vywDgnJ0D_-kv off=16947826 len=434721 2024-07-27T18:57:28.983 INFO:tasks.workunit.client.0.smithi029.stdout:op 5016 completed, throughput=5MB/sec 2024-07-27T18:57:28.983 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IoJl-CIWm4gLtDe off=2199547 len=602734 2024-07-27T18:57:28.987 INFO:tasks.workunit.client.0.smithi029.stdout:op 5017 completed, throughput=5MB/sec 2024-07-27T18:57:28.988 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ncmiSaSkdKgHnG8 off=9988575 len=1356311 2024-07-27T18:57:28.989 INFO:tasks.workunit.client.0.smithi029.stdout:op 5018 completed, throughput=5MB/sec 2024-07-27T18:57:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:28 smithi029 ceph-mon[96870]: pgmap v1910: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:57:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:28 smithi029 ceph-mon[99353]: pgmap v1910: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:57:29.989 INFO:tasks.workunit.client.0.smithi029.stdout: 995: throughput=5MB/sec pending data=0 2024-07-27T18:57:29.989 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q8UdCEswNzYQn07 off=3777936 len=1035337 2024-07-27T18:57:29.995 INFO:tasks.workunit.client.0.smithi029.stdout:op 5019 completed, throughput=5MB/sec 2024-07-27T18:57:29.995 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--ERvBtzMPd2r8Po off=8245102 len=1818650 2024-07-27T18:57:30.002 INFO:tasks.workunit.client.0.smithi029.stdout:op 5020 completed, throughput=5MB/sec 2024-07-27T18:57:30.003 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TPe0mVzRAIHKOJr off=9086754 len=906587 2024-07-27T18:57:30.006 INFO:tasks.workunit.client.0.smithi029.stdout:op 5021 completed, throughput=5MB/sec 2024-07-27T18:57:30.007 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CN_6EkBvqks71_i off=15710060 len=1547107 2024-07-27T18:57:30.009 INFO:tasks.workunit.client.0.smithi029.stdout:op 5022 completed, throughput=5MB/sec 2024-07-27T18:57:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:30 smithi179 ceph-mon[89801]: pgmap v1911: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:57:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:30 smithi029 ceph-mon[96870]: pgmap v1911: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:57:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:30 smithi029 ceph-mon[99353]: pgmap v1911: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:57:31.009 INFO:tasks.workunit.client.0.smithi029.stdout: 996: throughput=5MB/sec pending data=0 2024-07-27T18:57:31.009 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1rwHvq0B5W4Ym0F off=2603725 len=1410741 2024-07-27T18:57:31.012 INFO:tasks.workunit.client.0.smithi029.stdout:op 5023 completed, throughput=5MB/sec 2024-07-27T18:57:31.012 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gXGIeihwibbmdu1 off=4919148 len=125339 2024-07-27T18:57:31.012 INFO:tasks.workunit.client.0.smithi029.stdout:op 5024 completed, throughput=5MB/sec 2024-07-27T18:57:31.012 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6L-GzvpsqaLX7yn off=1278520 len=903440 2024-07-27T18:57:31.018 INFO:tasks.workunit.client.0.smithi029.stdout:op 5025 completed, throughput=5MB/sec 2024-07-27T18:57:31.018 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GhyMX9uUKAUHIxv off=1997643 len=571879 2024-07-27T18:57:31.022 INFO:tasks.workunit.client.0.smithi029.stdout:op 5026 completed, throughput=5MB/sec 2024-07-27T18:57:31.022 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-melJF-boEIfaV8u off=5841145 len=92716 2024-07-27T18:57:31.024 INFO:tasks.workunit.client.0.smithi029.stdout:op 5027 completed, throughput=5MB/sec 2024-07-27T18:57:31.024 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ULfaSWg-Km8K6XV off=2484989 len=1568268 2024-07-27T18:57:31.027 INFO:tasks.workunit.client.0.smithi029.stdout:op 5028 completed, throughput=5MB/sec 2024-07-27T18:57:31.027 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7lgmgyEfdxLjaAU off=3022126 len=1057795 2024-07-27T18:57:31.029 INFO:tasks.workunit.client.0.smithi029.stdout:op 5029 completed, throughput=5MB/sec 2024-07-27T18:57:32.029 INFO:tasks.workunit.client.0.smithi029.stdout: 997: throughput=5MB/sec pending data=0 2024-07-27T18:57:32.030 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aquboErwhPzNTBh off=11896081 len=336927 2024-07-27T18:57:32.030 INFO:tasks.workunit.client.0.smithi029.stdout:op 5030 completed, throughput=5MB/sec 2024-07-27T18:57:32.030 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I_8qpKr4fL0mMYe off=0 len=1621631 2024-07-27T18:57:32.033 INFO:tasks.workunit.client.0.smithi029.stdout:op 5031 completed, throughput=5MB/sec 2024-07-27T18:57:32.033 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UV9R7ThQTPw9tPW off=1004139 len=979019 2024-07-27T18:57:32.038 INFO:tasks.workunit.client.0.smithi029.stdout:op 5032 completed, throughput=5MB/sec 2024-07-27T18:57:32.038 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ddRw4T4XT1WeaVU off=4333347 len=662135 2024-07-27T18:57:32.042 INFO:tasks.workunit.client.0.smithi029.stdout:op 5033 completed, throughput=5MB/sec 2024-07-27T18:57:32.042 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3ql-IpbzvNy18ol off=14692173 len=245661 2024-07-27T18:57:32.045 INFO:tasks.workunit.client.0.smithi029.stdout:op 5034 completed, throughput=5MB/sec 2024-07-27T18:57:32.045 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XTttb99h0nNXeOV off=2405388 len=2040798 2024-07-27T18:57:32.058 INFO:tasks.workunit.client.0.smithi029.stdout:op 5035 completed, throughput=5MB/sec 2024-07-27T18:57:32.611 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:57:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:57:32] "GET /metrics HTTP/1.1" 200 34048 "" "Prometheus/2.43.0" 2024-07-27T18:57:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:32 smithi179 ceph-mon[89801]: pgmap v1912: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.2 MiB/s wr, 3 op/s 2024-07-27T18:57:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:32 smithi029 ceph-mon[96870]: pgmap v1912: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.2 MiB/s wr, 3 op/s 2024-07-27T18:57:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:32 smithi029 ceph-mon[99353]: pgmap v1912: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.2 MiB/s wr, 3 op/s 2024-07-27T18:57:33.057 INFO:tasks.workunit.client.0.smithi029.stdout: 998: throughput=5MB/sec pending data=0 2024-07-27T18:57:33.057 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Td1fBeXQuH54SnU off=8320732 len=878631 2024-07-27T18:57:33.058 INFO:tasks.workunit.client.0.smithi029.stdout:op 5036 completed, throughput=5MB/sec 2024-07-27T18:57:33.058 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R8b_irV8_ac4v64 off=13051460 len=762642 2024-07-27T18:57:33.059 INFO:tasks.workunit.client.0.smithi029.stdout:op 5037 completed, throughput=5MB/sec 2024-07-27T18:57:33.059 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9n9i9ziYKfDDLnZ off=6697295 len=1070293 2024-07-27T18:57:33.066 INFO:tasks.workunit.client.0.smithi029.stdout:op 5038 completed, throughput=5MB/sec 2024-07-27T18:57:33.066 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VhSlmC9QnL07pGt off=4973311 len=946045 2024-07-27T18:57:33.067 INFO:tasks.workunit.client.0.smithi029.stdout:op 5039 completed, throughput=5MB/sec 2024-07-27T18:57:33.067 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pCTt-Ccnh7k-RHf off=382890 len=1926984 2024-07-27T18:57:33.069 INFO:tasks.workunit.client.0.smithi029.stdout:op 5040 completed, throughput=5MB/sec 2024-07-27T18:57:34.070 INFO:tasks.workunit.client.0.smithi029.stdout: 999: throughput=5MB/sec pending data=0 2024-07-27T18:57:34.070 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0utF8sX60CG629_ off=18956266 len=742175 2024-07-27T18:57:34.072 INFO:tasks.workunit.client.0.smithi029.stdout:op 5041 completed, throughput=5MB/sec 2024-07-27T18:57:34.072 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Fv4_hKyKsHEqVlX off=4463185 len=1121068 2024-07-27T18:57:34.073 INFO:tasks.workunit.client.0.smithi029.stdout:op 5042 completed, throughput=5MB/sec 2024-07-27T18:57:34.074 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KpVD6rw40qVbt9B off=1003150 len=1184599 2024-07-27T18:57:34.075 INFO:tasks.workunit.client.0.smithi029.stdout:op 5043 completed, throughput=5MB/sec 2024-07-27T18:57:34.075 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kT2wJLIsxwm0E_N off=21159512 len=2047754 2024-07-27T18:57:34.078 INFO:tasks.workunit.client.0.smithi029.stdout:op 5044 completed, throughput=5MB/sec 2024-07-27T18:57:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:34 smithi179 ceph-mon[89801]: pgmap v1913: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:57:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:57:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:34 smithi029 ceph-mon[96870]: pgmap v1913: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:57:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:57:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:34 smithi029 ceph-mon[99353]: pgmap v1913: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:57:35.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:57:35.078 INFO:tasks.workunit.client.0.smithi029.stdout: 1000: throughput=5MB/sec pending data=0 2024-07-27T18:57:35.078 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pqs7T0pFsOwl1gs off=256523 len=173848 2024-07-27T18:57:35.079 INFO:tasks.workunit.client.0.smithi029.stdout:op 5045 completed, throughput=5MB/sec 2024-07-27T18:57:35.079 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tWAL5h3i6jgs8iv off=16780065 len=847983 2024-07-27T18:57:35.081 INFO:tasks.workunit.client.0.smithi029.stdout:op 5046 completed, throughput=5MB/sec 2024-07-27T18:57:35.081 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IWdh9JtRnU46DvV off=15345269 len=1595293 2024-07-27T18:57:35.089 INFO:tasks.workunit.client.0.smithi029.stdout:op 5047 completed, throughput=5MB/sec 2024-07-27T18:57:35.089 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dDleM3xw63o4pN_ off=16487956 len=1666660 2024-07-27T18:57:35.096 INFO:tasks.workunit.client.0.smithi029.stdout:op 5048 completed, throughput=5MB/sec 2024-07-27T18:57:35.096 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HZCdKYTp_YFQFY8 off=12160779 len=1049371 2024-07-27T18:57:35.102 INFO:tasks.workunit.client.0.smithi029.stdout:op 5049 completed, throughput=5MB/sec 2024-07-27T18:57:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:35 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:57:35.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:35 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:57:35.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:35 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:57:36.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:35 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:57:36.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:35 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:57:36.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:35 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:57:36.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:35 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:57:36.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:35 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:57:36.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:35 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:57:36.102 INFO:tasks.workunit.client.0.smithi029.stdout: 1001: throughput=5MB/sec pending data=0 2024-07-27T18:57:36.103 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MZrEwP_ISYV7ePS off=12793311 len=695910 2024-07-27T18:57:36.108 INFO:tasks.workunit.client.0.smithi029.stdout:op 5050 completed, throughput=5MB/sec 2024-07-27T18:57:36.108 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-l_OFwiS-f2JDM_K off=11358574 len=707744 2024-07-27T18:57:36.108 INFO:tasks.workunit.client.0.smithi029.stdout:op 5051 completed, throughput=5MB/sec 2024-07-27T18:57:36.109 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4fHyajBAaJszCB5 off=11772608 len=588562 2024-07-27T18:57:36.115 INFO:tasks.workunit.client.0.smithi029.stdout:op 5052 completed, throughput=5MB/sec 2024-07-27T18:57:36.115 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GKqEEhSDzYDUZw8 off=6368875 len=663302 2024-07-27T18:57:36.119 INFO:tasks.workunit.client.0.smithi029.stdout:op 5053 completed, throughput=5MB/sec 2024-07-27T18:57:36.119 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UvjVRMhKtGYq-pd off=9684874 len=714812 2024-07-27T18:57:36.123 INFO:tasks.workunit.client.0.smithi029.stdout:op 5054 completed, throughput=5MB/sec 2024-07-27T18:57:36.123 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-crPamwtC2rJnv96 off=15482268 len=1221317 2024-07-27T18:57:36.130 INFO:tasks.workunit.client.0.smithi029.stdout:op 5055 completed, throughput=5MB/sec 2024-07-27T18:57:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:36 smithi029 ceph-mon[96870]: pgmap v1914: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:57:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:36 smithi029 ceph-mon[99353]: pgmap v1914: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:57:37.130 INFO:tasks.workunit.client.0.smithi029.stdout: 1002: throughput=5MB/sec pending data=0 2024-07-27T18:57:37.130 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-X31vifJdp3BzcuT off=13483343 len=2052369 2024-07-27T18:57:37.133 INFO:tasks.workunit.client.0.smithi029.stdout:op 5056 completed, throughput=5MB/sec 2024-07-27T18:57:37.133 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IVBZkVZK7-aAlHa off=6943778 len=1848863 2024-07-27T18:57:37.137 INFO:tasks.workunit.client.0.smithi029.stdout:op 5057 completed, throughput=5MB/sec 2024-07-27T18:57:37.137 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--5Pw0dY9M6cfuol off=2842013 len=274816 2024-07-27T18:57:37.141 INFO:tasks.workunit.client.0.smithi029.stdout:op 5058 completed, throughput=5MB/sec 2024-07-27T18:57:37.141 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6ZVzfbZvlZMnW67 off=3090180 len=1480420 2024-07-27T18:57:37.149 INFO:tasks.workunit.client.0.smithi029.stdout:op 5059 completed, throughput=5MB/sec 2024-07-27T18:57:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:36 smithi179 ceph-mon[89801]: pgmap v1914: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T18:57:38.149 INFO:tasks.workunit.client.0.smithi029.stdout: 1003: throughput=5MB/sec pending data=0 2024-07-27T18:57:38.149 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-D2rAZUyr90Nnkm1 off=6581127 len=902959 2024-07-27T18:57:38.151 INFO:tasks.workunit.client.0.smithi029.stdout:op 5060 completed, throughput=5MB/sec 2024-07-27T18:57:38.152 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-esHsqu-9wp5BVUl off=5013092 len=1469202 2024-07-27T18:57:38.158 INFO:tasks.workunit.client.0.smithi029.stdout:op 5061 completed, throughput=5MB/sec 2024-07-27T18:57:38.159 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UPrcISIMi2buywK off=1213366 len=1486519 2024-07-27T18:57:38.160 INFO:tasks.workunit.client.0.smithi029.stdout:op 5062 completed, throughput=5MB/sec 2024-07-27T18:57:38.160 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9aP-C9VTA52w3y8 off=10547122 len=854496 2024-07-27T18:57:38.162 INFO:tasks.workunit.client.0.smithi029.stdout:op 5063 completed, throughput=5MB/sec 2024-07-27T18:57:38.162 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--twoLdeR3HvbVOK off=10057634 len=435474 2024-07-27T18:57:38.166 INFO:tasks.workunit.client.0.smithi029.stdout:op 5064 completed, throughput=5MB/sec 2024-07-27T18:57:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:38 smithi029 ceph-mon[96870]: pgmap v1915: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:57:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:38 smithi029 ceph-mon[99353]: pgmap v1915: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:57:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:38 smithi179 ceph-mon[89801]: pgmap v1915: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:57:39.166 INFO:tasks.workunit.client.0.smithi029.stdout: 1004: throughput=5MB/sec pending data=0 2024-07-27T18:57:39.166 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zgoBkDb_sHM16fE off=2405781 len=469749 2024-07-27T18:57:39.170 INFO:tasks.workunit.client.0.smithi029.stdout:op 5065 completed, throughput=5MB/sec 2024-07-27T18:57:39.170 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1ze4L_HpFFgEykT off=8744287 len=1360792 2024-07-27T18:57:39.172 INFO:tasks.workunit.client.0.smithi029.stdout:op 5066 completed, throughput=5MB/sec 2024-07-27T18:57:39.173 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DeY_XZyEhfNny6p off=4805837 len=1439162 2024-07-27T18:57:39.175 INFO:tasks.workunit.client.0.smithi029.stdout:op 5067 completed, throughput=5MB/sec 2024-07-27T18:57:39.176 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lC_QpmAT6vBCghq off=14459327 len=1739793 2024-07-27T18:57:39.184 INFO:tasks.workunit.client.0.smithi029.stdout:op 5068 completed, throughput=5MB/sec 2024-07-27T18:57:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:57:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:57:40.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:57:40.184 INFO:tasks.workunit.client.0.smithi029.stdout: 1005: throughput=5MB/sec pending data=0 2024-07-27T18:57:40.184 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nbfiyf6LLiXcQEE off=20654797 len=903043 2024-07-27T18:57:40.190 INFO:tasks.workunit.client.0.smithi029.stdout:op 5069 completed, throughput=5MB/sec 2024-07-27T18:57:40.190 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dAHU8if3JQBwe9m off=4819733 len=267703 2024-07-27T18:57:40.193 INFO:tasks.workunit.client.0.smithi029.stdout:op 5070 completed, throughput=5MB/sec 2024-07-27T18:57:40.193 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-k5INdZF0MWd5W_W off=13677762 len=1642720 2024-07-27T18:57:40.201 INFO:tasks.workunit.client.0.smithi029.stdout:op 5071 completed, throughput=5MB/sec 2024-07-27T18:57:40.201 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zzc1ON0NhKHAo_q off=1463398 len=1685677 2024-07-27T18:57:40.204 INFO:tasks.workunit.client.0.smithi029.stdout:op 5072 completed, throughput=5MB/sec 2024-07-27T18:57:40.204 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-96MNzY27PW6xb6I off=145261 len=116201 2024-07-27T18:57:40.207 INFO:tasks.workunit.client.0.smithi029.stdout:op 5073 completed, throughput=5MB/sec 2024-07-27T18:57:40.207 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JSNCFEFBEk3V1Ac off=4718070 len=916102 2024-07-27T18:57:40.213 INFO:tasks.workunit.client.0.smithi029.stdout:op 5074 completed, throughput=5MB/sec 2024-07-27T18:57:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:40 smithi029 ceph-mon[96870]: pgmap v1916: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:57:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:40 smithi029 ceph-mon[99353]: pgmap v1916: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:57:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:40 smithi179 ceph-mon[89801]: pgmap v1916: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:57:41.213 INFO:tasks.workunit.client.0.smithi029.stdout: 1006: throughput=5MB/sec pending data=0 2024-07-27T18:57:41.213 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OgyJMmDO3XzrOVc off=6828862 len=1629982 2024-07-27T18:57:41.215 INFO:tasks.workunit.client.0.smithi029.stdout:op 5075 completed, throughput=5MB/sec 2024-07-27T18:57:41.215 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oKFSSEbQicnoZAv off=1059809 len=322097 2024-07-27T18:57:41.218 INFO:tasks.workunit.client.0.smithi029.stdout:op 5076 completed, throughput=5MB/sec 2024-07-27T18:57:41.218 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3nXAW3NgTCbo_tB off=3745111 len=2068879 2024-07-27T18:57:41.221 INFO:tasks.workunit.client.0.smithi029.stdout:op 5077 completed, throughput=5MB/sec 2024-07-27T18:57:41.221 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kwbpCcpmWEy1Fle off=8926833 len=1430343 2024-07-27T18:57:41.223 INFO:tasks.workunit.client.0.smithi029.stdout:op 5078 completed, throughput=5MB/sec 2024-07-27T18:57:42.223 INFO:tasks.workunit.client.0.smithi029.stdout: 1007: throughput=5MB/sec pending data=0 2024-07-27T18:57:42.224 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5RcTEpgVxauE6nn off=5344786 len=90913 2024-07-27T18:57:42.224 INFO:tasks.workunit.client.0.smithi029.stdout:op 5079 completed, throughput=5MB/sec 2024-07-27T18:57:42.224 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IUE_BflWynelQjK off=132664 len=444987 2024-07-27T18:57:42.225 INFO:tasks.workunit.client.0.smithi029.stdout:op 5080 completed, throughput=5MB/sec 2024-07-27T18:57:42.225 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5_9A48FiyjmEGau off=1714466 len=77473 2024-07-27T18:57:42.228 INFO:tasks.workunit.client.0.smithi029.stdout:op 5081 completed, throughput=5MB/sec 2024-07-27T18:57:42.228 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LZ7W3JY6V9iqdUI off=12636676 len=1851433 2024-07-27T18:57:42.239 INFO:tasks.workunit.client.0.smithi029.stdout:op 5082 completed, throughput=5MB/sec 2024-07-27T18:57:42.239 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tLqwDUs4e2gcJpc off=8840137 len=59340 2024-07-27T18:57:42.240 INFO:tasks.workunit.client.0.smithi029.stdout:op 5083 completed, throughput=5MB/sec 2024-07-27T18:57:42.240 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9x8Fh1-lQTJc_RO off=170401 len=1169950 2024-07-27T18:57:42.246 INFO:tasks.workunit.client.0.smithi029.stdout:op 5084 completed, throughput=5MB/sec 2024-07-27T18:57:42.246 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1blS7UtQgtyBmKN off=5423 len=228245 2024-07-27T18:57:42.249 INFO:tasks.workunit.client.0.smithi029.stdout:op 5085 completed, throughput=5MB/sec 2024-07-27T18:57:42.249 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_nTQqZrIlYeM7F7 off=3244571 len=2070154 2024-07-27T18:57:42.251 INFO:tasks.workunit.client.0.smithi029.stdout:op 5086 completed, throughput=5MB/sec 2024-07-27T18:57:42.683 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:57:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:57:42] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T18:57:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:42 smithi029 ceph-mon[96870]: pgmap v1917: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:57:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:42 smithi029 ceph-mon[99353]: pgmap v1917: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:57:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:42 smithi179 ceph-mon[89801]: pgmap v1917: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:57:43.252 INFO:tasks.workunit.client.0.smithi029.stdout: 1008: throughput=5MB/sec pending data=0 2024-07-27T18:57:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n1FN77yBz0YVPt7 off=14028624 len=668906 2024-07-27T18:57:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:op 5087 completed, throughput=5MB/sec 2024-07-27T18:57:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VYOc3wx_G7xjGCu off=686191 len=1786738 2024-07-27T18:57:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:op 5088 completed, throughput=5MB/sec 2024-07-27T18:57:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-idUuX0EQpyyJAdA off=975882 len=2002878 2024-07-27T18:57:43.267 INFO:tasks.workunit.client.0.smithi029.stdout:op 5089 completed, throughput=5MB/sec 2024-07-27T18:57:44.267 INFO:tasks.workunit.client.0.smithi029.stdout: 1009: throughput=5MB/sec pending data=0 2024-07-27T18:57:44.267 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ncmiSaSkdKgHnG8 off=12655180 len=1149820 2024-07-27T18:57:44.269 INFO:tasks.workunit.client.0.smithi029.stdout:op 5090 completed, throughput=5MB/sec 2024-07-27T18:57:44.269 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fxzVY_s9Sn904rN off=8482883 len=1008410 2024-07-27T18:57:44.274 INFO:tasks.workunit.client.0.smithi029.stdout:op 5091 completed, throughput=5MB/sec 2024-07-27T18:57:44.274 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xOOITpKgbJBXeK1 off=18284522 len=1886294 2024-07-27T18:57:44.281 INFO:tasks.workunit.client.0.smithi029.stdout:op 5092 completed, throughput=5MB/sec 2024-07-27T18:57:44.281 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-z6pDav8pqC-CUhJ off=422424 len=256076 2024-07-27T18:57:44.285 INFO:tasks.workunit.client.0.smithi029.stdout:op 5093 completed, throughput=5MB/sec 2024-07-27T18:57:44.285 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iT_JuEACGkxe0Eb off=359735 len=497162 2024-07-27T18:57:44.286 INFO:tasks.workunit.client.0.smithi029.stdout:op 5094 completed, throughput=5MB/sec 2024-07-27T18:57:44.286 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SpvKFCPZmCr5IWm off=4082332 len=1774682 2024-07-27T18:57:44.296 INFO:tasks.workunit.client.0.smithi029.stdout:op 5095 completed, throughput=5MB/sec 2024-07-27T18:57:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:44 smithi029 ceph-mon[96870]: pgmap v1918: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:57:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:44 smithi029 ceph-mon[99353]: pgmap v1918: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:57:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:44 smithi179 ceph-mon[89801]: pgmap v1918: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:57:45.297 INFO:tasks.workunit.client.0.smithi029.stdout: 1010: throughput=5MB/sec pending data=0 2024-07-27T18:57:45.297 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7_aXCuT155wIvDx off=13500713 len=318801 2024-07-27T18:57:45.300 INFO:tasks.workunit.client.0.smithi029.stdout:op 5096 completed, throughput=5MB/sec 2024-07-27T18:57:45.301 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rMC3XCMKqQ6JHtu off=4993343 len=539099 2024-07-27T18:57:45.302 INFO:tasks.workunit.client.0.smithi029.stdout:op 5097 completed, throughput=5MB/sec 2024-07-27T18:57:45.302 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-s-TxcVZ_uswesH3 off=949141 len=1982271 2024-07-27T18:57:45.312 INFO:tasks.workunit.client.0.smithi029.stdout:op 5098 completed, throughput=5MB/sec 2024-07-27T18:57:45.312 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SBRzLW57cL5yVYe off=8911369 len=1448405 2024-07-27T18:57:45.318 INFO:tasks.workunit.client.0.smithi029.stdout:op 5099 completed, throughput=5MB/sec 2024-07-27T18:57:46.319 INFO:tasks.workunit.client.0.smithi029.stdout: 1011: throughput=5MB/sec pending data=0 2024-07-27T18:57:46.319 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dUBrL4kBm6Qnmtq off=7616596 len=1786897 2024-07-27T18:57:46.321 INFO:tasks.workunit.client.0.smithi029.stdout:op 5100 completed, throughput=5MB/sec 2024-07-27T18:57:46.321 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nQov05lKSrouEXC off=3821846 len=558587 2024-07-27T18:57:46.325 INFO:tasks.workunit.client.0.smithi029.stdout:op 5101 completed, throughput=5MB/sec 2024-07-27T18:57:46.325 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OonvIiJ36ABtwuY off=15661925 len=473923 2024-07-27T18:57:46.326 INFO:tasks.workunit.client.0.smithi029.stdout:op 5102 completed, throughput=5MB/sec 2024-07-27T18:57:46.326 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WtPF4hfKRuw8Tkg off=10392966 len=1902723 2024-07-27T18:57:46.328 INFO:tasks.workunit.client.0.smithi029.stdout:op 5103 completed, throughput=5MB/sec 2024-07-27T18:57:46.328 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9VL3pDqE92aKZUP off=4657943 len=1796313 2024-07-27T18:57:46.338 INFO:tasks.workunit.client.0.smithi029.stdout:op 5104 completed, throughput=5MB/sec 2024-07-27T18:57:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:46 smithi029 ceph-mon[96870]: pgmap v1919: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:57:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:46 smithi029 ceph-mon[99353]: pgmap v1919: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:57:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:46 smithi179 ceph-mon[89801]: pgmap v1919: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:57:47.339 INFO:tasks.workunit.client.0.smithi029.stdout: 1012: throughput=5MB/sec pending data=0 2024-07-27T18:57:47.339 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lgyvPF9cUOJgjlD off=639811 len=306919 2024-07-27T18:57:47.342 INFO:tasks.workunit.client.0.smithi029.stdout:op 5105 completed, throughput=5MB/sec 2024-07-27T18:57:47.343 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BQdM0Qiws6RyBef off=8956720 len=1083915 2024-07-27T18:57:47.344 INFO:tasks.workunit.client.0.smithi029.stdout:op 5106 completed, throughput=5MB/sec 2024-07-27T18:57:47.344 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NUn9D5pUX5y4Q6O off=12124986 len=28225 2024-07-27T18:57:47.347 INFO:tasks.workunit.client.0.smithi029.stdout:op 5107 completed, throughput=5MB/sec 2024-07-27T18:57:47.347 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yhOpVglNibWanxX off=6722645 len=1561689 2024-07-27T18:57:47.351 INFO:tasks.workunit.client.0.smithi029.stdout:op 5108 completed, throughput=5MB/sec 2024-07-27T18:57:47.351 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FJB72OQW0DDx30r off=0 len=1296750 2024-07-27T18:57:47.352 INFO:tasks.workunit.client.0.smithi029.stdout:op 5109 completed, throughput=5MB/sec 2024-07-27T18:57:48.353 INFO:tasks.workunit.client.0.smithi029.stdout: 1013: throughput=5MB/sec pending data=0 2024-07-27T18:57:48.353 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-znM_RZrwfIzlaDG off=4672882 len=1602428 2024-07-27T18:57:48.355 INFO:tasks.workunit.client.0.smithi029.stdout:op 5110 completed, throughput=5MB/sec 2024-07-27T18:57:48.355 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-52beks8ltSLxwK1 off=986817 len=701344 2024-07-27T18:57:48.359 INFO:tasks.workunit.client.0.smithi029.stdout:op 5111 completed, throughput=5MB/sec 2024-07-27T18:57:48.360 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-srsArz7BRuJb6Hh off=5991578 len=560936 2024-07-27T18:57:48.360 INFO:tasks.workunit.client.0.smithi029.stdout:op 5112 completed, throughput=5MB/sec 2024-07-27T18:57:48.361 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ax-I_yTmQ69yQ7s off=5730105 len=1683454 2024-07-27T18:57:48.368 INFO:tasks.workunit.client.0.smithi029.stdout:op 5113 completed, throughput=5MB/sec 2024-07-27T18:57:48.369 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mNZTqyol_ds4-Fd off=2688964 len=315154 2024-07-27T18:57:48.369 INFO:tasks.workunit.client.0.smithi029.stdout:op 5114 completed, throughput=5MB/sec 2024-07-27T18:57:48.369 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-utngaM7k_7NCm2e off=55683 len=1028700 2024-07-27T18:57:48.370 INFO:tasks.workunit.client.0.smithi029.stdout:op 5115 completed, throughput=5MB/sec 2024-07-27T18:57:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:48 smithi029 ceph-mon[96870]: pgmap v1920: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:57:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:48 smithi029 ceph-mon[99353]: pgmap v1920: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:57:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:48 smithi179 ceph-mon[89801]: pgmap v1920: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:57:49.371 INFO:tasks.workunit.client.0.smithi029.stdout: 1014: throughput=5MB/sec pending data=0 2024-07-27T18:57:49.371 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TFDfDIKLyZe9sUD off=784602 len=1965294 2024-07-27T18:57:49.373 INFO:tasks.workunit.client.0.smithi029.stdout:op 5116 completed, throughput=5MB/sec 2024-07-27T18:57:49.373 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-behQGmw7neguo7t off=5040502 len=847814 2024-07-27T18:57:49.375 INFO:tasks.workunit.client.0.smithi029.stdout:op 5117 completed, throughput=5MB/sec 2024-07-27T18:57:49.375 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-d0_SlJRcj_t8fYX off=15305423 len=1752989 2024-07-27T18:57:49.385 INFO:tasks.workunit.client.0.smithi029.stdout:op 5118 completed, throughput=5MB/sec 2024-07-27T18:57:50.385 INFO:tasks.workunit.client.0.smithi029.stdout: 1015: throughput=5MB/sec pending data=0 2024-07-27T18:57:50.386 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_cqBFZ7N9d2hIWK off=7621851 len=491952 2024-07-27T18:57:50.390 INFO:tasks.workunit.client.0.smithi029.stdout:op 5119 completed, throughput=5MB/sec 2024-07-27T18:57:50.390 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gw7WR0uTJfFLHOt off=1108281 len=523938 2024-07-27T18:57:50.391 INFO:tasks.workunit.client.0.smithi029.stdout:op 5120 completed, throughput=5MB/sec 2024-07-27T18:57:50.391 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-k5INdZF0MWd5W_W off=473568 len=1009237 2024-07-27T18:57:50.392 INFO:tasks.workunit.client.0.smithi029.stdout:op 5121 completed, throughput=5MB/sec 2024-07-27T18:57:50.392 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TvXLw3ZvXKRhF9r off=6973094 len=813116 2024-07-27T18:57:50.398 INFO:tasks.workunit.client.0.smithi029.stdout:op 5122 completed, throughput=5MB/sec 2024-07-27T18:57:50.398 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aSay_DS3zf4BG_l off=791248 len=1407172 2024-07-27T18:57:50.407 INFO:tasks.workunit.client.0.smithi029.stdout:op 5123 completed, throughput=5MB/sec 2024-07-27T18:57:50.407 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fMsN9BQQ8quYlEZ off=7715242 len=909119 2024-07-27T18:57:50.409 INFO:tasks.workunit.client.0.smithi029.stdout:op 5124 completed, throughput=5MB/sec 2024-07-27T18:57:50.409 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rdRFFHOKfS3RYg0 off=4419081 len=1815840 2024-07-27T18:57:50.412 INFO:tasks.workunit.client.0.smithi029.stdout:op 5125 completed, throughput=5MB/sec 2024-07-27T18:57:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:50 smithi029 ceph-mon[96870]: pgmap v1921: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:57:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:50 smithi029 ceph-mon[99353]: pgmap v1921: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:57:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:50 smithi179 ceph-mon[89801]: pgmap v1921: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:57:51.412 INFO:tasks.workunit.client.0.smithi029.stdout: 1016: throughput=5MB/sec pending data=0 2024-07-27T18:57:51.413 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O_MvP6PzFNOR2oi off=10835101 len=629841 2024-07-27T18:57:51.414 INFO:tasks.workunit.client.0.smithi029.stdout:op 5126 completed, throughput=5MB/sec 2024-07-27T18:57:51.414 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Dki5M7PxjHvCSFe off=3378539 len=1282017 2024-07-27T18:57:51.417 INFO:tasks.workunit.client.0.smithi029.stdout:op 5127 completed, throughput=5MB/sec 2024-07-27T18:57:51.417 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AK_1EXNuSw9Q81V off=17288203 len=538310 2024-07-27T18:57:51.421 INFO:tasks.workunit.client.0.smithi029.stdout:op 5128 completed, throughput=5MB/sec 2024-07-27T18:57:51.421 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sJgWJYLP9vnwi2J off=1761697 len=1707012 2024-07-27T18:57:51.428 INFO:tasks.workunit.client.0.smithi029.stdout:op 5129 completed, throughput=5MB/sec 2024-07-27T18:57:52.428 INFO:tasks.workunit.client.0.smithi029.stdout: 1017: throughput=5MB/sec pending data=0 2024-07-27T18:57:52.429 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EuSItL6uCLGqdm6 off=7180234 len=45623 2024-07-27T18:57:52.431 INFO:tasks.workunit.client.0.smithi029.stdout:op 5130 completed, throughput=5MB/sec 2024-07-27T18:57:52.431 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-L2l7ZGTha-wuTQs off=9886783 len=469013 2024-07-27T18:57:52.432 INFO:tasks.workunit.client.0.smithi029.stdout:op 5131 completed, throughput=5MB/sec 2024-07-27T18:57:52.432 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-L5vywDgnJ0D_-kv off=10557357 len=744012 2024-07-27T18:57:52.437 INFO:tasks.workunit.client.0.smithi029.stdout:op 5132 completed, throughput=5MB/sec 2024-07-27T18:57:52.437 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vv_GoT_htdSO-Q3 off=4148838 len=1017122 2024-07-27T18:57:52.439 INFO:tasks.workunit.client.0.smithi029.stdout:op 5133 completed, throughput=5MB/sec 2024-07-27T18:57:52.439 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-d4Byhv0CHKKWzRB off=1176153 len=1192331 2024-07-27T18:57:52.445 INFO:tasks.workunit.client.0.smithi029.stdout:op 5134 completed, throughput=5MB/sec 2024-07-27T18:57:52.445 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g7qw2issVskW0GP off=1534569 len=565184 2024-07-27T18:57:52.446 INFO:tasks.workunit.client.0.smithi029.stdout:op 5135 completed, throughput=5MB/sec 2024-07-27T18:57:52.446 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-crqCeQR98k2Cy1V off=2118436 len=494806 2024-07-27T18:57:52.450 INFO:tasks.workunit.client.0.smithi029.stdout:op 5136 completed, throughput=5MB/sec 2024-07-27T18:57:52.450 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Pj97ORt4TMAbDE4 off=22147732 len=215132 2024-07-27T18:57:52.453 INFO:tasks.workunit.client.0.smithi029.stdout:op 5137 completed, throughput=5MB/sec 2024-07-27T18:57:52.453 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-88lZhAxqvN6xQgQ off=11564627 len=1309675 2024-07-27T18:57:52.455 INFO:tasks.workunit.client.0.smithi029.stdout:op 5138 completed, throughput=5MB/sec 2024-07-27T18:57:52.698 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:57:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:57:52] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T18:57:52.965 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:52 smithi179 ceph-mon[89801]: pgmap v1922: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:57:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:52 smithi029 ceph-mon[96870]: pgmap v1922: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:57:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:52 smithi029 ceph-mon[99353]: pgmap v1922: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:57:53.455 INFO:tasks.workunit.client.0.smithi029.stdout: 1018: throughput=5MB/sec pending data=0 2024-07-27T18:57:53.455 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_3gllV-W45YPVmK off=11129865 len=584583 2024-07-27T18:57:53.459 INFO:tasks.workunit.client.0.smithi029.stdout:op 5139 completed, throughput=5MB/sec 2024-07-27T18:57:53.459 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-27KTxdL8n_HjCs- off=446488 len=666096 2024-07-27T18:57:53.464 INFO:tasks.workunit.client.0.smithi029.stdout:op 5140 completed, throughput=5MB/sec 2024-07-27T18:57:53.464 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FutFF0p_QEkXzV7 off=1386065 len=1560768 2024-07-27T18:57:53.470 INFO:tasks.workunit.client.0.smithi029.stdout:op 5141 completed, throughput=5MB/sec 2024-07-27T18:57:53.470 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VvOnyDdfQ1EoEqk off=1270993 len=1203605 2024-07-27T18:57:53.472 INFO:tasks.workunit.client.0.smithi029.stdout:op 5142 completed, throughput=5MB/sec 2024-07-27T18:57:53.472 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uzWsMqBoRUnVSR3 off=4103127 len=1630286 2024-07-27T18:57:53.474 INFO:tasks.workunit.client.0.smithi029.stdout:op 5143 completed, throughput=5MB/sec 2024-07-27T18:57:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:57:54.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:57:54.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:57:54.474 INFO:tasks.workunit.client.0.smithi029.stdout: 1019: throughput=5MB/sec pending data=0 2024-07-27T18:57:54.474 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cxlXHdxxBW2Kl5Z off=2375715 len=1518000 2024-07-27T18:57:54.482 INFO:tasks.workunit.client.0.smithi029.stdout:op 5144 completed, throughput=5MB/sec 2024-07-27T18:57:54.483 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RGEPIG_vaBEXI5G off=15680900 len=2040759 2024-07-27T18:57:54.494 INFO:tasks.workunit.client.0.smithi029.stdout:op 5145 completed, throughput=5MB/sec 2024-07-27T18:57:54.494 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tk3uqcY13GoONuv off=4304495 len=647276 2024-07-27T18:57:54.495 INFO:tasks.workunit.client.0.smithi029.stdout:op 5146 completed, throughput=5MB/sec 2024-07-27T18:57:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:54 smithi029 ceph-mon[96870]: pgmap v1923: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:57:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:54 smithi029 ceph-mon[99353]: pgmap v1923: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:57:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:54 smithi179 ceph-mon[89801]: pgmap v1923: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:57:55.495 INFO:tasks.workunit.client.0.smithi029.stdout: 1020: throughput=5MB/sec pending data=0 2024-07-27T18:57:55.495 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--H5HX9ls4dftFz9 off=2748516 len=1139715 2024-07-27T18:57:55.502 INFO:tasks.workunit.client.0.smithi029.stdout:op 5147 completed, throughput=5MB/sec 2024-07-27T18:57:55.502 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QZdn4VkRHVdSXIv off=1606119 len=1213631 2024-07-27T18:57:55.508 INFO:tasks.workunit.client.0.smithi029.stdout:op 5148 completed, throughput=5MB/sec 2024-07-27T18:57:55.508 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-upvZ9-LtKKiPjfY off=2161602 len=1708106 2024-07-27T18:57:55.516 INFO:tasks.workunit.client.0.smithi029.stdout:op 5149 completed, throughput=5MB/sec 2024-07-27T18:57:55.516 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bxaitRNgGXvIeuX off=1708633 len=923623 2024-07-27T18:57:55.520 INFO:tasks.workunit.client.0.smithi029.stdout:op 5150 completed, throughput=5MB/sec 2024-07-27T18:57:55.520 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jJSUqqclCS2KzJI off=3068594 len=1072917 2024-07-27T18:57:55.523 INFO:tasks.workunit.client.0.smithi029.stdout:op 5151 completed, throughput=5MB/sec 2024-07-27T18:57:56.523 INFO:tasks.workunit.client.0.smithi029.stdout: 1021: throughput=5MB/sec pending data=0 2024-07-27T18:57:56.524 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IytGvGCVBUVj_sZ off=10597338 len=2040465 2024-07-27T18:57:56.536 INFO:tasks.workunit.client.0.smithi029.stdout:op 5152 completed, throughput=5MB/sec 2024-07-27T18:57:56.536 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6_ywCx6tUAqctMt off=1360155 len=1387790 2024-07-27T18:57:56.542 INFO:tasks.workunit.client.0.smithi029.stdout:op 5153 completed, throughput=5MB/sec 2024-07-27T18:57:56.543 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FQ0gLStyhrMJcXM off=3510230 len=600113 2024-07-27T18:57:56.546 INFO:tasks.workunit.client.0.smithi029.stdout:op 5154 completed, throughput=5MB/sec 2024-07-27T18:57:56.546 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yJ90IWhrTM1Xo9k off=325182 len=1158476 2024-07-27T18:57:56.547 INFO:tasks.workunit.client.0.smithi029.stdout:op 5155 completed, throughput=5MB/sec 2024-07-27T18:57:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:56 smithi029 ceph-mon[96870]: pgmap v1924: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:57:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:56 smithi029 ceph-mon[99353]: pgmap v1924: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:57:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:56 smithi179 ceph-mon[89801]: pgmap v1924: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:57:57.547 INFO:tasks.workunit.client.0.smithi029.stdout: 1022: throughput=5MB/sec pending data=0 2024-07-27T18:57:57.548 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bDPNAkAkIWquU9q off=71076 len=1326172 2024-07-27T18:57:57.554 INFO:tasks.workunit.client.0.smithi029.stdout:op 5156 completed, throughput=5MB/sec 2024-07-27T18:57:57.554 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JgCMXAeGP40ScKf off=9403322 len=444808 2024-07-27T18:57:57.558 INFO:tasks.workunit.client.0.smithi029.stdout:op 5157 completed, throughput=5MB/sec 2024-07-27T18:57:57.558 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zcs9DO0wV1r5oad off=1486577 len=1302806 2024-07-27T18:57:57.559 INFO:tasks.workunit.client.0.smithi029.stdout:op 5158 completed, throughput=5MB/sec 2024-07-27T18:57:57.559 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-meSb7ey1RALS01I off=12631367 len=1472864 2024-07-27T18:57:57.568 INFO:tasks.workunit.client.0.smithi029.stdout:op 5159 completed, throughput=5MB/sec 2024-07-27T18:57:58.569 INFO:tasks.workunit.client.0.smithi029.stdout: 1023: throughput=5MB/sec pending data=0 2024-07-27T18:57:58.569 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yjuJwbQU5CD4Nls off=17033630 len=1204366 2024-07-27T18:57:58.575 INFO:tasks.workunit.client.0.smithi029.stdout:op 5160 completed, throughput=5MB/sec 2024-07-27T18:57:58.575 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-and04IdBj7wPzbe off=3527162 len=249367 2024-07-27T18:57:58.576 INFO:tasks.workunit.client.0.smithi029.stdout:op 5161 completed, throughput=5MB/sec 2024-07-27T18:57:58.576 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kfKhO3GfksFh-u4 off=16997613 len=1428214 2024-07-27T18:57:58.583 INFO:tasks.workunit.client.0.smithi029.stdout:op 5162 completed, throughput=5MB/sec 2024-07-27T18:57:58.583 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iAiazgL6hPKcgzI off=16190367 len=1743408 2024-07-27T18:57:58.593 INFO:tasks.workunit.client.0.smithi029.stdout:op 5163 completed, throughput=5MB/sec 2024-07-27T18:57:58.593 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y9CC8z525vcSVqd off=9646591 len=1610483 2024-07-27T18:57:58.600 INFO:tasks.workunit.client.0.smithi029.stdout:op 5164 completed, throughput=5MB/sec 2024-07-27T18:57:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:57:58 smithi029 ceph-mon[96870]: pgmap v1925: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:57:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:57:58 smithi029 ceph-mon[99353]: pgmap v1925: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:57:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:57:58 smithi179 ceph-mon[89801]: pgmap v1925: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:57:59.601 INFO:tasks.workunit.client.0.smithi029.stdout: 1024: throughput=5MB/sec pending data=0 2024-07-27T18:57:59.601 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mG3QzXbeWzcvcl- off=2472685 len=1936480 2024-07-27T18:57:59.603 INFO:tasks.workunit.client.0.smithi029.stdout:op 5165 completed, throughput=5MB/sec 2024-07-27T18:57:59.603 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SWaTqNmPKXBT2zs off=16545669 len=292095 2024-07-27T18:57:59.605 INFO:tasks.workunit.client.0.smithi029.stdout:op 5166 completed, throughput=5MB/sec 2024-07-27T18:57:59.605 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-i8rYEuJwmStIgY1 off=3725572 len=215219 2024-07-27T18:57:59.605 INFO:tasks.workunit.client.0.smithi029.stdout:op 5167 completed, throughput=5MB/sec 2024-07-27T18:57:59.605 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RMU3vj6UAnLiCSi off=15432200 len=1166172 2024-07-27T18:57:59.607 INFO:tasks.workunit.client.0.smithi029.stdout:op 5168 completed, throughput=5MB/sec 2024-07-27T18:57:59.607 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Cd1spqTbI7mJm2b off=5135729 len=1552633 2024-07-27T18:57:59.609 INFO:tasks.workunit.client.0.smithi029.stdout:op 5169 completed, throughput=5MB/sec 2024-07-27T18:58:00.610 INFO:tasks.workunit.client.0.smithi029.stdout: 1025: throughput=5MB/sec pending data=0 2024-07-27T18:58:00.610 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OZv1VnPWKqLxsuH off=20759849 len=1710862 2024-07-27T18:58:00.618 INFO:tasks.workunit.client.0.smithi029.stdout:op 5170 completed, throughput=5MB/sec 2024-07-27T18:58:00.618 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MEyhpPt5cVruRrz off=2918237 len=1734467 2024-07-27T18:58:00.628 INFO:tasks.workunit.client.0.smithi029.stdout:op 5171 completed, throughput=5MB/sec 2024-07-27T18:58:00.628 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LWwnweJqehKO7lt off=12386302 len=1344356 2024-07-27T18:58:00.629 INFO:tasks.workunit.client.0.smithi029.stdout:op 5172 completed, throughput=5MB/sec 2024-07-27T18:58:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:00 smithi029 ceph-mon[96870]: pgmap v1926: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:58:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:00 smithi029 ceph-mon[99353]: pgmap v1926: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:58:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:00 smithi179 ceph-mon[89801]: pgmap v1926: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:58:01.629 INFO:tasks.workunit.client.0.smithi029.stdout: 1026: throughput=5MB/sec pending data=0 2024-07-27T18:58:01.629 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xLisxstWHV5LS4j off=5272101 len=1769695 2024-07-27T18:58:01.632 INFO:tasks.workunit.client.0.smithi029.stdout:op 5173 completed, throughput=5MB/sec 2024-07-27T18:58:01.632 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4HvhH8ysCOt4QmJ off=3017209 len=1408543 2024-07-27T18:58:01.639 INFO:tasks.workunit.client.0.smithi029.stdout:op 5174 completed, throughput=5MB/sec 2024-07-27T18:58:01.639 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1Vp5NUJiYO8wWxW off=14138247 len=734918 2024-07-27T18:58:01.640 INFO:tasks.workunit.client.0.smithi029.stdout:op 5175 completed, throughput=5MB/sec 2024-07-27T18:58:01.640 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gpDkCrJ9hOvpvCg off=2079910 len=39468 2024-07-27T18:58:01.641 INFO:tasks.workunit.client.0.smithi029.stdout:op 5176 completed, throughput=5MB/sec 2024-07-27T18:58:01.641 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_rnMMOKSExSi-zA off=1282354 len=772665 2024-07-27T18:58:01.645 INFO:tasks.workunit.client.0.smithi029.stdout:op 5177 completed, throughput=5MB/sec 2024-07-27T18:58:01.645 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-s6fn3lheiy8ZBoi off=9054911 len=1178298 2024-07-27T18:58:01.651 INFO:tasks.workunit.client.0.smithi029.stdout:op 5178 completed, throughput=5MB/sec 2024-07-27T18:58:02.651 INFO:tasks.workunit.client.0.smithi029.stdout: 1027: throughput=5MB/sec pending data=0 2024-07-27T18:58:02.651 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4JBLu4uTK7jar1Q off=8653290 len=1769610 2024-07-27T18:58:02.660 INFO:tasks.workunit.client.0.smithi029.stdout:op 5179 completed, throughput=5MB/sec 2024-07-27T18:58:02.660 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ISjwGZCCbwMBIH3 off=681842 len=781270 2024-07-27T18:58:02.661 INFO:tasks.workunit.client.0.smithi029.stdout:op 5180 completed, throughput=5MB/sec 2024-07-27T18:58:02.662 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gwyQAb2srD4MisK off=12405306 len=114027 2024-07-27T18:58:02.664 INFO:tasks.workunit.client.0.smithi029.stdout:op 5181 completed, throughput=5MB/sec 2024-07-27T18:58:02.664 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dINSg0EPK1j21Sq off=4986918 len=933615 2024-07-27T18:58:02.669 INFO:tasks.workunit.client.0.smithi029.stdout:op 5182 completed, throughput=5MB/sec 2024-07-27T18:58:02.669 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fNUaVG_iLCXLhJy off=10088785 len=1675147 2024-07-27T18:58:02.672 INFO:tasks.workunit.client.0.smithi029.stdout:op 5183 completed, throughput=5MB/sec 2024-07-27T18:58:02.716 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:58:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:58:02] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T18:58:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:02 smithi029 ceph-mon[96870]: pgmap v1927: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:58:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:02 smithi029 ceph-mon[99353]: pgmap v1927: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:58:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:02 smithi179 ceph-mon[89801]: pgmap v1927: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:58:03.672 INFO:tasks.workunit.client.0.smithi029.stdout: 1028: throughput=5MB/sec pending data=0 2024-07-27T18:58:03.673 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-u5N6zwwDv4cXnr1 off=2667010 len=659619 2024-07-27T18:58:03.677 INFO:tasks.workunit.client.0.smithi029.stdout:op 5184 completed, throughput=5MB/sec 2024-07-27T18:58:03.677 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IQFiOABdzUvKkcG off=11267374 len=945814 2024-07-27T18:58:03.682 INFO:tasks.workunit.client.0.smithi029.stdout:op 5185 completed, throughput=5MB/sec 2024-07-27T18:58:03.682 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nPJqlNdXsHAfpbQ off=19713713 len=1981748 2024-07-27T18:58:03.692 INFO:tasks.workunit.client.0.smithi029.stdout:op 5186 completed, throughput=5MB/sec 2024-07-27T18:58:03.692 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hBDEocjPZhEluKR off=10857116 len=194109 2024-07-27T18:58:03.695 INFO:tasks.workunit.client.0.smithi029.stdout:op 5187 completed, throughput=5MB/sec 2024-07-27T18:58:03.695 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kZ_z84DCsHLrz-u off=5161924 len=1138843 2024-07-27T18:58:03.702 INFO:tasks.workunit.client.0.smithi029.stdout:op 5188 completed, throughput=5MB/sec 2024-07-27T18:58:04.703 INFO:tasks.workunit.client.0.smithi029.stdout: 1029: throughput=5MB/sec pending data=0 2024-07-27T18:58:04.703 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2Vxryb1zlZuhQbl off=182542 len=1045549 2024-07-27T18:58:04.706 INFO:tasks.workunit.client.0.smithi029.stdout:op 5189 completed, throughput=5MB/sec 2024-07-27T18:58:04.706 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8d7LAWkbQCJ0O3D off=1122667 len=1269155 2024-07-27T18:58:04.712 INFO:tasks.workunit.client.0.smithi029.stdout:op 5190 completed, throughput=5MB/sec 2024-07-27T18:58:04.712 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lfNyOjhJQFlrNzh off=1769405 len=1586321 2024-07-27T18:58:04.714 INFO:tasks.workunit.client.0.smithi029.stdout:op 5191 completed, throughput=5MB/sec 2024-07-27T18:58:04.714 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-a1t712M4JjB_2lR off=1636436 len=565183 2024-07-27T18:58:04.715 INFO:tasks.workunit.client.0.smithi029.stdout:op 5192 completed, throughput=5MB/sec 2024-07-27T18:58:04.715 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WNYA8f2ptVUgj4d off=10556979 len=1401966 2024-07-27T18:58:04.717 INFO:tasks.workunit.client.0.smithi029.stdout:op 5193 completed, throughput=5MB/sec 2024-07-27T18:58:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:04 smithi029 ceph-mon[96870]: pgmap v1928: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.0 MiB/s wr, 4 op/s 2024-07-27T18:58:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:04 smithi029 ceph-mon[99353]: pgmap v1928: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.0 MiB/s wr, 4 op/s 2024-07-27T18:58:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:04 smithi179 ceph-mon[89801]: pgmap v1928: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.0 MiB/s wr, 4 op/s 2024-07-27T18:58:05.718 INFO:tasks.workunit.client.0.smithi029.stdout: 1030: throughput=5MB/sec pending data=0 2024-07-27T18:58:05.718 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oQ1GxHtzcr9ZxCd off=3874296 len=1845780 2024-07-27T18:58:05.720 INFO:tasks.workunit.client.0.smithi029.stdout:op 5194 completed, throughput=5MB/sec 2024-07-27T18:58:05.720 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mZg1_Kd2LhgqwHK off=1287979 len=355041 2024-07-27T18:58:05.724 INFO:tasks.workunit.client.0.smithi029.stdout:op 5195 completed, throughput=5MB/sec 2024-07-27T18:58:05.724 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4DyWLckSoWp0aur off=6956931 len=1088752 2024-07-27T18:58:05.726 INFO:tasks.workunit.client.0.smithi029.stdout:op 5196 completed, throughput=5MB/sec 2024-07-27T18:58:05.727 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fFLpdI-HPDkl80M off=7601591 len=716592 2024-07-27T18:58:05.731 INFO:tasks.workunit.client.0.smithi029.stdout:op 5197 completed, throughput=5MB/sec 2024-07-27T18:58:05.731 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4ZSWAMwqK4g_Mrz off=3754977 len=937143 2024-07-27T18:58:05.736 INFO:tasks.workunit.client.0.smithi029.stdout:op 5198 completed, throughput=5MB/sec 2024-07-27T18:58:06.737 INFO:tasks.workunit.client.0.smithi029.stdout: 1031: throughput=5MB/sec pending data=0 2024-07-27T18:58:06.737 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AiKSWLXBadAm0b7 off=10753220 len=727971 2024-07-27T18:58:06.741 INFO:tasks.workunit.client.0.smithi029.stdout:op 5199 completed, throughput=5MB/sec 2024-07-27T18:58:06.741 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zPpR4WoA51Vhijv off=2720370 len=115229 2024-07-27T18:58:06.744 INFO:tasks.workunit.client.0.smithi029.stdout:op 5200 completed, throughput=5MB/sec 2024-07-27T18:58:06.744 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KBhtKYwvy-aOWg_ off=2471208 len=1747230 2024-07-27T18:58:06.751 INFO:tasks.workunit.client.0.smithi029.stdout:op 5201 completed, throughput=5MB/sec 2024-07-27T18:58:06.751 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pZANbvnX6W9-gIB off=1025460 len=1895326 2024-07-27T18:58:06.753 INFO:tasks.workunit.client.0.smithi029.stdout:op 5202 completed, throughput=5MB/sec 2024-07-27T18:58:06.753 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HdcPld5h7YG1lp2 off=4522056 len=935536 2024-07-27T18:58:06.757 INFO:tasks.workunit.client.0.smithi029.stdout:op 5203 completed, throughput=5MB/sec 2024-07-27T18:58:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:06 smithi029 ceph-mon[96870]: pgmap v1929: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.6 MiB/s wr, 5 op/s 2024-07-27T18:58:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:06 smithi029 ceph-mon[99353]: pgmap v1929: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.6 MiB/s wr, 5 op/s 2024-07-27T18:58:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:06 smithi179 ceph-mon[89801]: pgmap v1929: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.6 MiB/s wr, 5 op/s 2024-07-27T18:58:07.758 INFO:tasks.workunit.client.0.smithi029.stdout: 1032: throughput=5MB/sec pending data=0 2024-07-27T18:58:07.758 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jKCeOpqfz0Gd4pM off=7051050 len=140332 2024-07-27T18:58:07.759 INFO:tasks.workunit.client.0.smithi029.stdout:op 5204 completed, throughput=5MB/sec 2024-07-27T18:58:07.759 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Tg3pej_vbWJbyKN off=14610696 len=1869560 2024-07-27T18:58:07.767 INFO:tasks.workunit.client.0.smithi029.stdout:op 5205 completed, throughput=5MB/sec 2024-07-27T18:58:07.768 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BeIn6oBL6N4q03_ off=10528067 len=2043200 2024-07-27T18:58:07.772 INFO:tasks.workunit.client.0.smithi029.stdout:op 5206 completed, throughput=5MB/sec 2024-07-27T18:58:07.772 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TcFh7vDhP_gqqdn off=4708369 len=1583269 2024-07-27T18:58:07.774 INFO:tasks.workunit.client.0.smithi029.stdout:op 5207 completed, throughput=5MB/sec 2024-07-27T18:58:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: 1033: throughput=5MB/sec pending data=0 2024-07-27T18:58:08.775 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qbnbw_NYubc5V1x off=9759892 len=1762866 2024-07-27T18:58:08.777 INFO:tasks.workunit.client.0.smithi029.stdout:op 5208 completed, throughput=5MB/sec 2024-07-27T18:58:08.777 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7VgIDZKLwQD0cWI off=12262699 len=122911 2024-07-27T18:58:08.780 INFO:tasks.workunit.client.0.smithi029.stdout:op 5209 completed, throughput=5MB/sec 2024-07-27T18:58:08.780 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Tqu8STonF09tKlX off=4914582 len=1575627 2024-07-27T18:58:08.787 INFO:tasks.workunit.client.0.smithi029.stdout:op 5210 completed, throughput=5MB/sec 2024-07-27T18:58:08.787 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fdDKQHUjyyoLo-F off=1307433 len=1911428 2024-07-27T18:58:08.789 INFO:tasks.workunit.client.0.smithi029.stdout:op 5211 completed, throughput=5MB/sec 2024-07-27T18:58:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:08 smithi029 ceph-mon[96870]: pgmap v1930: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.6 MiB/s rd, 3.2 MiB/s wr, 4 op/s 2024-07-27T18:58:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:58:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:08 smithi029 ceph-mon[99353]: pgmap v1930: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.6 MiB/s rd, 3.2 MiB/s wr, 4 op/s 2024-07-27T18:58:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:58:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:08 smithi179 ceph-mon[89801]: pgmap v1930: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.6 MiB/s rd, 3.2 MiB/s wr, 4 op/s 2024-07-27T18:58:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:58:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: 1034: throughput=5MB/sec pending data=0 2024-07-27T18:58:09.790 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kO6BrsekaC_nZSn off=294687 len=1693343 2024-07-27T18:58:09.798 INFO:tasks.workunit.client.0.smithi029.stdout:op 5212 completed, throughput=5MB/sec 2024-07-27T18:58:09.798 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-a33vq3O96_hHOVw off=172250 len=1678049 2024-07-27T18:58:09.806 INFO:tasks.workunit.client.0.smithi029.stdout:op 5213 completed, throughput=5MB/sec 2024-07-27T18:58:09.806 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7Sl1upK0ptFcDOg off=2868963 len=732491 2024-07-27T18:58:09.810 INFO:tasks.workunit.client.0.smithi029.stdout:op 5214 completed, throughput=5MB/sec 2024-07-27T18:58:09.810 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KpfRhKJAQDm1HmS off=231051 len=1440222 2024-07-27T18:58:09.819 INFO:tasks.workunit.client.0.smithi029.stdout:op 5215 completed, throughput=5MB/sec 2024-07-27T18:58:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: 1035: throughput=5MB/sec pending data=0 2024-07-27T18:58:10.820 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-J_GRYL6zkUN1mhR off=4396244 len=60383 2024-07-27T18:58:10.823 INFO:tasks.workunit.client.0.smithi029.stdout:op 5216 completed, throughput=5MB/sec 2024-07-27T18:58:10.823 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0yesY4hcGPdu9yw off=11212979 len=731658 2024-07-27T18:58:10.827 INFO:tasks.workunit.client.0.smithi029.stdout:op 5217 completed, throughput=5MB/sec 2024-07-27T18:58:10.828 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3R0plbfEc53EZ5J off=1275136 len=911313 2024-07-27T18:58:10.833 INFO:tasks.workunit.client.0.smithi029.stdout:op 5218 completed, throughput=5MB/sec 2024-07-27T18:58:10.833 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JCQEld_2YBYsJNC off=4576358 len=1176845 2024-07-27T18:58:10.834 INFO:tasks.workunit.client.0.smithi029.stdout:op 5219 completed, throughput=5MB/sec 2024-07-27T18:58:10.834 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-efmfLzZpIPsmxa9 off=2048219 len=88260 2024-07-27T18:58:10.835 INFO:tasks.workunit.client.0.smithi029.stdout:op 5220 completed, throughput=5MB/sec 2024-07-27T18:58:10.835 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FQKRw03XN5J9Ue8 off=10014137 len=92791 2024-07-27T18:58:10.838 INFO:tasks.workunit.client.0.smithi029.stdout:op 5221 completed, throughput=5MB/sec 2024-07-27T18:58:10.838 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--Z08ZkhV0U5GIEL off=13069270 len=493395 2024-07-27T18:58:10.839 INFO:tasks.workunit.client.0.smithi029.stdout:op 5222 completed, throughput=5MB/sec 2024-07-27T18:58:10.839 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pPmihAQy8dK1t-6 off=4436159 len=36558 2024-07-27T18:58:10.839 INFO:tasks.workunit.client.0.smithi029.stdout:op 5223 completed, throughput=5MB/sec 2024-07-27T18:58:10.839 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VgIX6WXLaD8Iao6 off=3308193 len=1493168 2024-07-27T18:58:10.841 INFO:tasks.workunit.client.0.smithi029.stdout:op 5224 completed, throughput=5MB/sec 2024-07-27T18:58:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:10 smithi029 ceph-mon[96870]: pgmap v1931: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.8 MiB/s wr, 5 op/s 2024-07-27T18:58:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:10 smithi029 ceph-mon[99353]: pgmap v1931: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.8 MiB/s wr, 5 op/s 2024-07-27T18:58:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:10 smithi179 ceph-mon[89801]: pgmap v1931: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.8 MiB/s wr, 5 op/s 2024-07-27T18:58:11.842 INFO:tasks.workunit.client.0.smithi029.stdout: 1036: throughput=5MB/sec pending data=0 2024-07-27T18:58:11.842 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-X3mMZujVVDdDu9I off=456037 len=405318 2024-07-27T18:58:11.846 INFO:tasks.workunit.client.0.smithi029.stdout:op 5225 completed, throughput=5MB/sec 2024-07-27T18:58:11.846 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ogJ1VqSu1_hv-xW off=2873351 len=502405 2024-07-27T18:58:11.847 INFO:tasks.workunit.client.0.smithi029.stdout:op 5226 completed, throughput=5MB/sec 2024-07-27T18:58:11.848 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-K8xsHpK-ReZgfwS off=610767 len=1151319 2024-07-27T18:58:11.853 INFO:tasks.workunit.client.0.smithi029.stdout:op 5227 completed, throughput=5MB/sec 2024-07-27T18:58:11.853 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WISCApslp7AgHBs off=17090939 len=795225 2024-07-27T18:58:11.855 INFO:tasks.workunit.client.0.smithi029.stdout:op 5228 completed, throughput=5MB/sec 2024-07-27T18:58:11.855 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CJx99fDMJBMbwGi off=319221 len=1284633 2024-07-27T18:58:11.861 INFO:tasks.workunit.client.0.smithi029.stdout:op 5229 completed, throughput=5MB/sec 2024-07-27T18:58:11.861 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lbpDnbjtUu9Oa0o off=1928797 len=1733349 2024-07-27T18:58:11.869 INFO:tasks.workunit.client.0.smithi029.stdout:op 5230 completed, throughput=5MB/sec 2024-07-27T18:58:12.730 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:58:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:58:12] "GET /metrics HTTP/1.1" 200 34051 "" "Prometheus/2.43.0" 2024-07-27T18:58:12.869 INFO:tasks.workunit.client.0.smithi029.stdout: 1037: throughput=5MB/sec pending data=0 2024-07-27T18:58:12.870 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wr9HTBPjyrixEUw off=1590956 len=301886 2024-07-27T18:58:12.870 INFO:tasks.workunit.client.0.smithi029.stdout:op 5231 completed, throughput=5MB/sec 2024-07-27T18:58:12.870 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TUQlCXE6RCEEHcl off=5903579 len=1407806 2024-07-27T18:58:12.878 INFO:tasks.workunit.client.0.smithi029.stdout:op 5232 completed, throughput=5MB/sec 2024-07-27T18:58:12.878 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fIpDe5FOulXMNIA off=12957729 len=759136 2024-07-27T18:58:12.882 INFO:tasks.workunit.client.0.smithi029.stdout:op 5233 completed, throughput=5MB/sec 2024-07-27T18:58:12.882 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-35jqp1jJm6BVYX8 off=15470387 len=132879 2024-07-27T18:58:12.885 INFO:tasks.workunit.client.0.smithi029.stdout:op 5234 completed, throughput=5MB/sec 2024-07-27T18:58:12.885 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AHiI5TWY0j7aL68 off=6319540 len=298191 2024-07-27T18:58:12.886 INFO:tasks.workunit.client.0.smithi029.stdout:op 5235 completed, throughput=5MB/sec 2024-07-27T18:58:12.886 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aILUEDJR7tb731_ off=4131727 len=1623424 2024-07-27T18:58:12.887 INFO:tasks.workunit.client.0.smithi029.stdout:op 5236 completed, throughput=5MB/sec 2024-07-27T18:58:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:12 smithi029 ceph-mon[96870]: pgmap v1932: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:58:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:12 smithi029 ceph-mon[99353]: pgmap v1932: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:58:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:12 smithi179 ceph-mon[89801]: pgmap v1932: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:58:13.887 INFO:tasks.workunit.client.0.smithi029.stdout: 1038: throughput=5MB/sec pending data=0 2024-07-27T18:58:13.888 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PXDwzBwieCTBcDd off=21198622 len=324303 2024-07-27T18:58:13.888 INFO:tasks.workunit.client.0.smithi029.stdout:op 5237 completed, throughput=5MB/sec 2024-07-27T18:58:13.889 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bi5MGcRZZNvsG5Y off=12928800 len=1083437 2024-07-27T18:58:13.894 INFO:tasks.workunit.client.0.smithi029.stdout:op 5238 completed, throughput=5MB/sec 2024-07-27T18:58:13.894 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--4CzRWoQgKttd9l off=766928 len=1479443 2024-07-27T18:58:13.896 INFO:tasks.workunit.client.0.smithi029.stdout:op 5239 completed, throughput=5MB/sec 2024-07-27T18:58:13.896 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Mf5ccWWDMYu02kA off=3973872 len=1742702 2024-07-27T18:58:13.898 INFO:tasks.workunit.client.0.smithi029.stdout:op 5240 completed, throughput=5MB/sec 2024-07-27T18:58:13.898 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jNMvwmT_6TCp24C off=21999579 len=304217 2024-07-27T18:58:13.901 INFO:tasks.workunit.client.0.smithi029.stdout:op 5241 completed, throughput=5MB/sec 2024-07-27T18:58:13.902 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sL-_bUYoU9mh95k off=3804078 len=218561 2024-07-27T18:58:13.902 INFO:tasks.workunit.client.0.smithi029.stdout:op 5242 completed, throughput=5MB/sec 2024-07-27T18:58:14.903 INFO:tasks.workunit.client.0.smithi029.stdout: 1039: throughput=5MB/sec pending data=0 2024-07-27T18:58:14.903 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y52_pQsuF8tosLp off=0 len=1083407 2024-07-27T18:58:14.908 INFO:tasks.workunit.client.0.smithi029.stdout:op 5243 completed, throughput=5MB/sec 2024-07-27T18:58:14.908 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nPtEGZqQ31W9NX3 off=16942398 len=1319157 2024-07-27T18:58:14.915 INFO:tasks.workunit.client.0.smithi029.stdout:op 5244 completed, throughput=5MB/sec 2024-07-27T18:58:14.915 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uVWDhxzGKsVC1RY off=7360358 len=470165 2024-07-27T18:58:14.916 INFO:tasks.workunit.client.0.smithi029.stdout:op 5245 completed, throughput=5MB/sec 2024-07-27T18:58:14.916 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DuYkWWTbKbAuZVV off=9089461 len=891158 2024-07-27T18:58:14.918 INFO:tasks.workunit.client.0.smithi029.stdout:op 5246 completed, throughput=5MB/sec 2024-07-27T18:58:14.919 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XdUyUNnFeUw6jDF off=4415408 len=995291 2024-07-27T18:58:14.923 INFO:tasks.workunit.client.0.smithi029.stdout:op 5247 completed, throughput=5MB/sec 2024-07-27T18:58:14.923 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-d3c6db5cAnLdut5 off=88303 len=906297 2024-07-27T18:58:14.925 INFO:tasks.workunit.client.0.smithi029.stdout:op 5248 completed, throughput=5MB/sec 2024-07-27T18:58:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:14 smithi029 ceph-mon[96870]: pgmap v1933: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:58:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:14 smithi029 ceph-mon[99353]: pgmap v1933: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:58:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:14 smithi179 ceph-mon[89801]: pgmap v1933: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:58:15.925 INFO:tasks.workunit.client.0.smithi029.stdout: 1040: throughput=5MB/sec pending data=0 2024-07-27T18:58:15.926 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-viWAw8VzFUg4GLh off=8325918 len=1795754 2024-07-27T18:58:15.934 INFO:tasks.workunit.client.0.smithi029.stdout:op 5249 completed, throughput=5MB/sec 2024-07-27T18:58:15.934 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JdbTZacrJNqcY6U off=8794128 len=1824087 2024-07-27T18:58:15.946 INFO:tasks.workunit.client.0.smithi029.stdout:op 5250 completed, throughput=5MB/sec 2024-07-27T18:58:15.946 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-H6Zibo1UUnFTda2 off=3910436 len=1130180 2024-07-27T18:58:15.947 INFO:tasks.workunit.client.0.smithi029.stdout:op 5251 completed, throughput=5MB/sec 2024-07-27T18:58:15.947 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fgmmcoIQn9cjzY0 off=1859201 len=1007724 2024-07-27T18:58:15.948 INFO:tasks.workunit.client.0.smithi029.stdout:op 5252 completed, throughput=5MB/sec 2024-07-27T18:58:16.948 INFO:tasks.workunit.client.0.smithi029.stdout: 1041: throughput=5MB/sec pending data=0 2024-07-27T18:58:16.949 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A5byoKhHvCWvy8H off=9443739 len=536746 2024-07-27T18:58:16.950 INFO:tasks.workunit.client.0.smithi029.stdout:op 5253 completed, throughput=5MB/sec 2024-07-27T18:58:16.950 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OA_1x_3nYseXV5Z off=16351644 len=901794 2024-07-27T18:58:16.955 INFO:tasks.workunit.client.0.smithi029.stdout:op 5254 completed, throughput=5MB/sec 2024-07-27T18:58:16.955 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mzkqruDOsY33teh off=1556906 len=1187212 2024-07-27T18:58:16.957 INFO:tasks.workunit.client.0.smithi029.stdout:op 5255 completed, throughput=5MB/sec 2024-07-27T18:58:16.957 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xwPdNvHrWGvK44R off=394835 len=1652472 2024-07-27T18:58:16.964 INFO:tasks.workunit.client.0.smithi029.stdout:op 5256 completed, throughput=5MB/sec 2024-07-27T18:58:16.964 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qEGXFmZ47wSIrf6 off=2250961 len=2017934 2024-07-27T18:58:16.968 INFO:tasks.workunit.client.0.smithi029.stdout:op 5257 completed, throughput=5MB/sec 2024-07-27T18:58:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:16 smithi029 ceph-mon[96870]: pgmap v1934: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:58:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:16 smithi029 ceph-mon[99353]: pgmap v1934: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:58:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:16 smithi179 ceph-mon[89801]: pgmap v1934: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:58:17.968 INFO:tasks.workunit.client.0.smithi029.stdout: 1042: throughput=5MB/sec pending data=0 2024-07-27T18:58:17.969 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YgNROsi-YlkQJNu off=3625404 len=1954671 2024-07-27T18:58:17.973 INFO:tasks.workunit.client.0.smithi029.stdout:op 5258 completed, throughput=5MB/sec 2024-07-27T18:58:17.973 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-23JBmbu0sh6z0PC off=532544 len=1950076 2024-07-27T18:58:17.985 INFO:tasks.workunit.client.0.smithi029.stdout:op 5259 completed, throughput=5MB/sec 2024-07-27T18:58:18.985 INFO:tasks.workunit.client.0.smithi029.stdout: 1043: throughput=5MB/sec pending data=0 2024-07-27T18:58:18.986 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NfRnpSGOCdbQ6Xj off=12440809 len=12471 2024-07-27T18:58:18.988 INFO:tasks.workunit.client.0.smithi029.stdout:op 5260 completed, throughput=5MB/sec 2024-07-27T18:58:18.988 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ae4XaVmbqIh_2GV off=204433 len=972677 2024-07-27T18:58:18.994 INFO:tasks.workunit.client.0.smithi029.stdout:op 5261 completed, throughput=5MB/sec 2024-07-27T18:58:18.994 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ADxPJJLn18LtiS8 off=9707357 len=359197 2024-07-27T18:58:18.995 INFO:tasks.workunit.client.0.smithi029.stdout:op 5262 completed, throughput=5MB/sec 2024-07-27T18:58:18.995 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-s9vxjKuf2lNi7ma off=19863214 len=1619010 2024-07-27T18:58:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:18 smithi029 ceph-mon[96870]: pgmap v1935: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:58:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:18 smithi029 ceph-mon[99353]: pgmap v1935: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:58:19.003 INFO:tasks.workunit.client.0.smithi029.stdout:op 5263 completed, throughput=5MB/sec 2024-07-27T18:58:19.003 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hRw5S4NAb76Npmy off=2019982 len=1709144 2024-07-27T18:58:19.009 INFO:tasks.workunit.client.0.smithi029.stdout:op 5264 completed, throughput=5MB/sec 2024-07-27T18:58:19.009 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uY8F3EUP3MT7yBb off=21127935 len=1665050 2024-07-27T18:58:19.017 INFO:tasks.workunit.client.0.smithi029.stdout:op 5265 completed, throughput=5MB/sec 2024-07-27T18:58:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:18 smithi179 ceph-mon[89801]: pgmap v1935: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:58:20.017 INFO:tasks.workunit.client.0.smithi029.stdout: 1044: throughput=5MB/sec pending data=0 2024-07-27T18:58:20.018 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aNIFGo7gGF3hJbL off=14676261 len=457087 2024-07-27T18:58:20.022 INFO:tasks.workunit.client.0.smithi029.stdout:op 5266 completed, throughput=5MB/sec 2024-07-27T18:58:20.022 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w29vNpRHuHnMcTd off=3466717 len=822011 2024-07-27T18:58:20.024 INFO:tasks.workunit.client.0.smithi029.stdout:op 5267 completed, throughput=5MB/sec 2024-07-27T18:58:20.024 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HYdc8TBvwV3cDXs off=19586709 len=450203 2024-07-27T18:58:20.025 INFO:tasks.workunit.client.0.smithi029.stdout:op 5268 completed, throughput=5MB/sec 2024-07-27T18:58:20.025 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-X1zr5qWsbUZ9310 off=520216 len=822110 2024-07-27T18:58:20.030 INFO:tasks.workunit.client.0.smithi029.stdout:op 5269 completed, throughput=5MB/sec 2024-07-27T18:58:20.030 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Td1fBeXQuH54SnU off=80982 len=1309950 2024-07-27T18:58:20.036 INFO:tasks.workunit.client.0.smithi029.stdout:op 5270 completed, throughput=5MB/sec 2024-07-27T18:58:20.037 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eGKy6o98CT0l7Mo off=6600679 len=2000448 2024-07-27T18:58:20.045 INFO:tasks.workunit.client.0.smithi029.stdout:op 5271 completed, throughput=5MB/sec 2024-07-27T18:58:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:20 smithi029 ceph-mon[96870]: pgmap v1936: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.9 MiB/s rd, 3.3 MiB/s wr, 6 op/s 2024-07-27T18:58:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:20 smithi029 ceph-mon[99353]: pgmap v1936: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.9 MiB/s rd, 3.3 MiB/s wr, 6 op/s 2024-07-27T18:58:21.045 INFO:tasks.workunit.client.0.smithi029.stdout: 1045: throughput=5MB/sec pending data=0 2024-07-27T18:58:21.046 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SDn1cpNvDWjBhTh off=2762953 len=1553160 2024-07-27T18:58:21.052 INFO:tasks.workunit.client.0.smithi029.stdout:op 5272 completed, throughput=5MB/sec 2024-07-27T18:58:21.052 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KGIk3xYu9L_Xe9Z off=2070055 len=816715 2024-07-27T18:58:21.054 INFO:tasks.workunit.client.0.smithi029.stdout:op 5273 completed, throughput=5MB/sec 2024-07-27T18:58:21.054 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JULydwYCc5fLoYZ off=3800841 len=112243 2024-07-27T18:58:21.055 INFO:tasks.workunit.client.0.smithi029.stdout:op 5274 completed, throughput=5MB/sec 2024-07-27T18:58:21.055 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sZlk4uO6iLOf0D0 off=7076966 len=981089 2024-07-27T18:58:21.060 INFO:tasks.workunit.client.0.smithi029.stdout:op 5275 completed, throughput=5MB/sec 2024-07-27T18:58:21.060 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hY2AiWG-0ZsS1do off=6851413 len=2001275 2024-07-27T18:58:21.062 INFO:tasks.workunit.client.0.smithi029.stdout:op 5276 completed, throughput=5MB/sec 2024-07-27T18:58:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:20 smithi179 ceph-mon[89801]: pgmap v1936: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.9 MiB/s rd, 3.3 MiB/s wr, 6 op/s 2024-07-27T18:58:22.063 INFO:tasks.workunit.client.0.smithi029.stdout: 1046: throughput=5MB/sec pending data=0 2024-07-27T18:58:22.063 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fSiACdYu0OV3mx_ off=21472 len=1283372 2024-07-27T18:58:22.066 INFO:tasks.workunit.client.0.smithi029.stdout:op 5277 completed, throughput=5MB/sec 2024-07-27T18:58:22.066 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MDGDzuSzpuK3e-V off=2007019 len=2052411 2024-07-27T18:58:22.076 INFO:tasks.workunit.client.0.smithi029.stdout:op 5278 completed, throughput=5MB/sec 2024-07-27T18:58:22.076 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-d07LRyFeLFrTfDZ off=14888787 len=402281 2024-07-27T18:58:22.079 INFO:tasks.workunit.client.0.smithi029.stdout:op 5279 completed, throughput=5MB/sec 2024-07-27T18:58:22.744 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:58:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:58:22] "GET /metrics HTTP/1.1" 200 34051 "" "Prometheus/2.43.0" 2024-07-27T18:58:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:22 smithi029 ceph-mon[96870]: pgmap v1937: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:58:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:22 smithi029 ceph-mon[99353]: pgmap v1937: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:58:23.080 INFO:tasks.workunit.client.0.smithi029.stdout: 1047: throughput=5MB/sec pending data=0 2024-07-27T18:58:23.080 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0HkR0hT8EzbnxhQ off=3551234 len=711405 2024-07-27T18:58:23.082 INFO:tasks.workunit.client.0.smithi029.stdout:op 5280 completed, throughput=5MB/sec 2024-07-27T18:58:23.082 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kOgkj2bYen3-53X off=16895441 len=36325 2024-07-27T18:58:23.085 INFO:tasks.workunit.client.0.smithi029.stdout:op 5281 completed, throughput=5MB/sec 2024-07-27T18:58:23.085 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8Wee6tNl_X8ERvU off=2441249 len=712910 2024-07-27T18:58:23.089 INFO:tasks.workunit.client.0.smithi029.stdout:op 5282 completed, throughput=5MB/sec 2024-07-27T18:58:23.089 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1ZyhdRgwZAaE9cn off=16788211 len=2044140 2024-07-27T18:58:23.102 INFO:tasks.workunit.client.0.smithi029.stdout:op 5283 completed, throughput=5MB/sec 2024-07-27T18:58:23.102 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GmGBeVMq9XXGX5g off=9957432 len=1095015 2024-07-27T18:58:23.106 INFO:tasks.workunit.client.0.smithi029.stdout:op 5284 completed, throughput=5MB/sec 2024-07-27T18:58:23.107 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sXKYEazsKXJaqXL off=834506 len=1501754 2024-07-27T18:58:23.113 INFO:tasks.workunit.client.0.smithi029.stdout:op 5285 completed, throughput=5MB/sec 2024-07-27T18:58:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:22 smithi179 ceph-mon[89801]: pgmap v1937: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:58:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:58:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:58:24.113 INFO:tasks.workunit.client.0.smithi029.stdout: 1048: throughput=5MB/sec pending data=0 2024-07-27T18:58:24.113 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YuDJNpggQWwyjXe off=8852422 len=521583 2024-07-27T18:58:24.114 INFO:tasks.workunit.client.0.smithi029.stdout:op 5286 completed, throughput=5MB/sec 2024-07-27T18:58:24.115 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-b0ysaK94iufYr92 off=5124099 len=1285579 2024-07-27T18:58:24.121 INFO:tasks.workunit.client.0.smithi029.stdout:op 5287 completed, throughput=5MB/sec 2024-07-27T18:58:24.122 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2D-LpVbnN_f5hEd off=9634774 len=1622103 2024-07-27T18:58:24.124 INFO:tasks.workunit.client.0.smithi029.stdout:op 5288 completed, throughput=5MB/sec 2024-07-27T18:58:24.124 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cnrVXSbjANQfbnv off=18868477 len=1246916 2024-07-27T18:58:24.132 INFO:tasks.workunit.client.0.smithi029.stdout:op 5289 completed, throughput=5MB/sec 2024-07-27T18:58:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:58:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:24 smithi029 ceph-mon[96870]: pgmap v1938: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:58:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:24 smithi029 ceph-mon[99353]: pgmap v1938: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:58:25.133 INFO:tasks.workunit.client.0.smithi029.stdout: 1049: throughput=5MB/sec pending data=0 2024-07-27T18:58:25.133 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h8PwkuOdF13Elqk off=6039580 len=397366 2024-07-27T18:58:25.133 INFO:tasks.workunit.client.0.smithi029.stdout:op 5290 completed, throughput=5MB/sec 2024-07-27T18:58:25.134 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-F1UcYbId7OY06y0 off=14246137 len=1149201 2024-07-27T18:58:25.140 INFO:tasks.workunit.client.0.smithi029.stdout:op 5291 completed, throughput=5MB/sec 2024-07-27T18:58:25.140 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JRLJwmSePvLzzUb off=284557 len=1855234 2024-07-27T18:58:25.142 INFO:tasks.workunit.client.0.smithi029.stdout:op 5292 completed, throughput=5MB/sec 2024-07-27T18:58:25.143 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-rkgk8pubdxXzQMQ off=5635023 len=74706 2024-07-27T18:58:25.145 INFO:tasks.workunit.client.0.smithi029.stdout:op 5293 completed, throughput=5MB/sec 2024-07-27T18:58:25.145 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Wbjdr_97QLGlZnd off=9084829 len=1050954 2024-07-27T18:58:25.151 INFO:tasks.workunit.client.0.smithi029.stdout:op 5294 completed, throughput=5MB/sec 2024-07-27T18:58:25.151 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aer6CawLCO9ExaT off=11292114 len=1073205 2024-07-27T18:58:25.156 INFO:tasks.workunit.client.0.smithi029.stdout:op 5295 completed, throughput=5MB/sec 2024-07-27T18:58:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:24 smithi179 ceph-mon[89801]: pgmap v1938: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:58:26.156 INFO:tasks.workunit.client.0.smithi029.stdout: 1050: throughput=5MB/sec pending data=0 2024-07-27T18:58:26.157 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-i8d-FHvhX2Rud5p off=6118328 len=662921 2024-07-27T18:58:26.161 INFO:tasks.workunit.client.0.smithi029.stdout:op 5296 completed, throughput=5MB/sec 2024-07-27T18:58:26.161 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PVaNuEe8txy7pzT off=3836811 len=450533 2024-07-27T18:58:26.162 INFO:tasks.workunit.client.0.smithi029.stdout:op 5297 completed, throughput=5MB/sec 2024-07-27T18:58:26.162 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MZcuOUMQR6WsmxU off=8968153 len=244525 2024-07-27T18:58:26.163 INFO:tasks.workunit.client.0.smithi029.stdout:op 5298 completed, throughput=5MB/sec 2024-07-27T18:58:26.163 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8X8IYznAglynb6- off=8723990 len=1582760 2024-07-27T18:58:26.165 INFO:tasks.workunit.client.0.smithi029.stdout:op 5299 completed, throughput=5MB/sec 2024-07-27T18:58:26.165 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Z8tlrdLFMFP9_WJ off=5935207 len=1644027 2024-07-27T18:58:26.167 INFO:tasks.workunit.client.0.smithi029.stdout:op 5300 completed, throughput=5MB/sec 2024-07-27T18:58:26.167 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tdh8Hkdw0XDn-kj off=14925159 len=2030656 2024-07-27T18:58:26.169 INFO:tasks.workunit.client.0.smithi029.stdout:op 5301 completed, throughput=5MB/sec 2024-07-27T18:58:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:26 smithi179 ceph-mon[89801]: pgmap v1939: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.7 MiB/s wr, 5 op/s 2024-07-27T18:58:27.170 INFO:tasks.workunit.client.0.smithi029.stdout: 1051: throughput=5MB/sec pending data=0 2024-07-27T18:58:27.170 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-l8VUrkzqQnKjbmk off=7586551 len=1244001 2024-07-27T18:58:27.176 INFO:tasks.workunit.client.0.smithi029.stdout:op 5302 completed, throughput=5MB/sec 2024-07-27T18:58:27.176 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VlnaZGcHIMkcZ7d off=1033968 len=179589 2024-07-27T18:58:27.179 INFO:tasks.workunit.client.0.smithi029.stdout:op 5303 completed, throughput=5MB/sec 2024-07-27T18:58:27.179 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-U5_l0idpPpE9p3I off=5047462 len=1724369 2024-07-27T18:58:27.180 INFO:tasks.workunit.client.0.smithi029.stdout:op 5304 completed, throughput=5MB/sec 2024-07-27T18:58:27.180 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oyr3ugMXZPtIFYN off=629499 len=518988 2024-07-27T18:58:27.184 INFO:tasks.workunit.client.0.smithi029.stdout:op 5305 completed, throughput=5MB/sec 2024-07-27T18:58:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:26 smithi029 ceph-mon[96870]: pgmap v1939: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.7 MiB/s wr, 5 op/s 2024-07-27T18:58:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:26 smithi029 ceph-mon[99353]: pgmap v1939: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.7 MiB/s wr, 5 op/s 2024-07-27T18:58:28.184 INFO:tasks.workunit.client.0.smithi029.stdout: 1052: throughput=5MB/sec pending data=0 2024-07-27T18:58:28.184 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9-jN4qz1UyGEGx0 off=775821 len=164500 2024-07-27T18:58:28.185 INFO:tasks.workunit.client.0.smithi029.stdout:op 5306 completed, throughput=5MB/sec 2024-07-27T18:58:28.185 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-G_0l4HMh6EntLl5 off=7887249 len=1437065 2024-07-27T18:58:28.187 INFO:tasks.workunit.client.0.smithi029.stdout:op 5307 completed, throughput=5MB/sec 2024-07-27T18:58:28.187 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3MdipoaVncHD-au off=190190 len=839665 2024-07-27T18:58:28.188 INFO:tasks.workunit.client.0.smithi029.stdout:op 5308 completed, throughput=5MB/sec 2024-07-27T18:58:28.189 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uX1bmErso6oFqu0 off=2374730 len=1354882 2024-07-27T18:58:28.190 INFO:tasks.workunit.client.0.smithi029.stdout:op 5309 completed, throughput=5MB/sec 2024-07-27T18:58:28.190 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R-yBzQaQA5eHwzv off=4956970 len=392490 2024-07-27T18:58:28.194 INFO:tasks.workunit.client.0.smithi029.stdout:op 5310 completed, throughput=5MB/sec 2024-07-27T18:58:28.194 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GZkPBIdQxN6g_5X off=2242396 len=1379737 2024-07-27T18:58:28.197 INFO:tasks.workunit.client.0.smithi029.stdout:op 5311 completed, throughput=5MB/sec 2024-07-27T18:58:29.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:28 smithi029 ceph-mon[96870]: pgmap v1940: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.4 MiB/s rd, 3.0 MiB/s wr, 4 op/s 2024-07-27T18:58:29.054 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:28 smithi029 ceph-mon[99353]: pgmap v1940: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.4 MiB/s rd, 3.0 MiB/s wr, 4 op/s 2024-07-27T18:58:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:28 smithi179 ceph-mon[89801]: pgmap v1940: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.4 MiB/s rd, 3.0 MiB/s wr, 4 op/s 2024-07-27T18:58:29.197 INFO:tasks.workunit.client.0.smithi029.stdout: 1053: throughput=5MB/sec pending data=0 2024-07-27T18:58:29.197 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jSB3qf-ZYkB3CZ3 off=3298125 len=1441026 2024-07-27T18:58:29.205 INFO:tasks.workunit.client.0.smithi029.stdout:op 5312 completed, throughput=5MB/sec 2024-07-27T18:58:29.205 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-eMjJg0hVZ0rhaSp off=8352349 len=574981 2024-07-27T18:58:29.209 INFO:tasks.workunit.client.0.smithi029.stdout:op 5313 completed, throughput=5MB/sec 2024-07-27T18:58:29.209 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oxAthjpaRq6BOA9 off=2948277 len=643077 2024-07-27T18:58:29.213 INFO:tasks.workunit.client.0.smithi029.stdout:op 5314 completed, throughput=5MB/sec 2024-07-27T18:58:29.213 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RTG9Ct80RqO9sd8 off=4547769 len=381557 2024-07-27T18:58:29.216 INFO:tasks.workunit.client.0.smithi029.stdout:op 5315 completed, throughput=5MB/sec 2024-07-27T18:58:29.216 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fAtnJtbnyVYiZGv off=821590 len=1026586 2024-07-27T18:58:29.221 INFO:tasks.workunit.client.0.smithi029.stdout:op 5316 completed, throughput=5MB/sec 2024-07-27T18:58:29.221 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-y7B-lTxlTtEUiu5 off=11409378 len=165219 2024-07-27T18:58:29.224 INFO:tasks.workunit.client.0.smithi029.stdout:op 5317 completed, throughput=5MB/sec 2024-07-27T18:58:29.224 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ThCNDAgaZpAnqGH off=4920923 len=639479 2024-07-27T18:58:29.228 INFO:tasks.workunit.client.0.smithi029.stdout:op 5318 completed, throughput=5MB/sec 2024-07-27T18:58:29.228 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-pRdwvWqy0Y64r_A off=6798125 len=197268 2024-07-27T18:58:29.230 INFO:tasks.workunit.client.0.smithi029.stdout:op 5319 completed, throughput=5MB/sec 2024-07-27T18:58:30.231 INFO:tasks.workunit.client.0.smithi029.stdout: 1054: throughput=5MB/sec pending data=0 2024-07-27T18:58:30.231 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cBwuqiPbIpefOBu off=0 len=1496220 2024-07-27T18:58:30.238 INFO:tasks.workunit.client.0.smithi029.stdout:op 5320 completed, throughput=5MB/sec 2024-07-27T18:58:30.239 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-078DnEgbIbgGD9w off=12216659 len=1750229 2024-07-27T18:58:30.247 INFO:tasks.workunit.client.0.smithi029.stdout:op 5321 completed, throughput=5MB/sec 2024-07-27T18:58:30.247 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-V6Ms6b030dJYyAZ off=0 len=1207151 2024-07-27T18:58:30.250 INFO:tasks.workunit.client.0.smithi029.stdout:op 5322 completed, throughput=5MB/sec 2024-07-27T18:58:30.251 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RFAIbDJM9SnJ7nM off=6555460 len=1532967 2024-07-27T18:58:30.256 INFO:tasks.workunit.client.0.smithi029.stdout:op 5323 completed, throughput=5MB/sec 2024-07-27T18:58:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:30 smithi179 ceph-mon[89801]: pgmap v1941: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:58:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:30 smithi029 ceph-mon[96870]: pgmap v1941: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:58:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:30 smithi029 ceph-mon[99353]: pgmap v1941: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:58:31.256 INFO:tasks.workunit.client.0.smithi029.stdout: 1055: throughput=5MB/sec pending data=0 2024-07-27T18:58:31.256 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jrE77_niRM3YaEC off=14096932 len=1421344 2024-07-27T18:58:31.263 INFO:tasks.workunit.client.0.smithi029.stdout:op 5324 completed, throughput=5MB/sec 2024-07-27T18:58:31.264 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--muP3rO-AO0k5GO off=12766839 len=1033010 2024-07-27T18:58:31.266 INFO:tasks.workunit.client.0.smithi029.stdout:op 5325 completed, throughput=5MB/sec 2024-07-27T18:58:31.266 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-T4VGlaZ9vDMM_KL off=15557491 len=1939068 2024-07-27T18:58:31.277 INFO:tasks.workunit.client.0.smithi029.stdout:op 5326 completed, throughput=5MB/sec 2024-07-27T18:58:31.277 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iLwD8-U4kE2IhmG off=3805563 len=464109 2024-07-27T18:58:31.278 INFO:tasks.workunit.client.0.smithi029.stdout:op 5327 completed, throughput=5MB/sec 2024-07-27T18:58:32.279 INFO:tasks.workunit.client.0.smithi029.stdout: 1056: throughput=5MB/sec pending data=0 2024-07-27T18:58:32.279 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IeTc4Ceak_oHRMv off=589223 len=1372845 2024-07-27T18:58:32.286 INFO:tasks.workunit.client.0.smithi029.stdout:op 5328 completed, throughput=5MB/sec 2024-07-27T18:58:32.286 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lXqHjNBxmDUVYTa off=10730433 len=1701194 2024-07-27T18:58:32.296 INFO:tasks.workunit.client.0.smithi029.stdout:op 5329 completed, throughput=5MB/sec 2024-07-27T18:58:32.297 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I8E44ULdGRQKcqh off=3167829 len=416820 2024-07-27T18:58:32.298 INFO:tasks.workunit.client.0.smithi029.stdout:op 5330 completed, throughput=5MB/sec 2024-07-27T18:58:32.298 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-m0jNI0G0Ubr-6ah off=13216311 len=515329 2024-07-27T18:58:32.298 INFO:tasks.workunit.client.0.smithi029.stdout:op 5331 completed, throughput=5MB/sec 2024-07-27T18:58:32.299 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-m-ge1nB7GBCrQih off=3312160 len=1146015 2024-07-27T18:58:32.299 INFO:tasks.workunit.client.0.smithi029.stdout:op 5332 completed, throughput=5MB/sec 2024-07-27T18:58:32.299 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-acU7it-TddRI_Jx off=5712224 len=1275666 2024-07-27T18:58:32.300 INFO:tasks.workunit.client.0.smithi029.stdout:op 5333 completed, throughput=5MB/sec 2024-07-27T18:58:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:58:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:58:32] "GET /metrics HTTP/1.1" 200 34051 "" "Prometheus/2.43.0" 2024-07-27T18:58:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:32 smithi179 ceph-mon[89801]: pgmap v1942: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:58:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:32 smithi029 ceph-mon[96870]: pgmap v1942: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:58:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:32 smithi029 ceph-mon[99353]: pgmap v1942: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:58:33.301 INFO:tasks.workunit.client.0.smithi029.stdout: 1057: throughput=5MB/sec pending data=0 2024-07-27T18:58:33.301 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TP9B6o8sQ62ngv6 off=12232646 len=247441 2024-07-27T18:58:33.302 INFO:tasks.workunit.client.0.smithi029.stdout:op 5334 completed, throughput=5MB/sec 2024-07-27T18:58:33.302 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-olnAJaaPUvmNBug off=647146 len=2078466 2024-07-27T18:58:33.306 INFO:tasks.workunit.client.0.smithi029.stdout:op 5335 completed, throughput=5MB/sec 2024-07-27T18:58:33.306 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WGBtulI7IgkFkMp off=10735654 len=1068557 2024-07-27T18:58:33.312 INFO:tasks.workunit.client.0.smithi029.stdout:op 5336 completed, throughput=5MB/sec 2024-07-27T18:58:33.312 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--SKjdMlW1wZhcep off=11333621 len=218075 2024-07-27T18:58:33.313 INFO:tasks.workunit.client.0.smithi029.stdout:op 5337 completed, throughput=5MB/sec 2024-07-27T18:58:33.313 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xNHLRuhsxfbca1z off=1236859 len=1717415 2024-07-27T18:58:33.316 INFO:tasks.workunit.client.0.smithi029.stdout:op 5338 completed, throughput=5MB/sec 2024-07-27T18:58:34.317 INFO:tasks.workunit.client.0.smithi029.stdout: 1058: throughput=5MB/sec pending data=0 2024-07-27T18:58:34.317 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A28iYlt5rSiBdap off=12894675 len=845737 2024-07-27T18:58:34.319 INFO:tasks.workunit.client.0.smithi029.stdout:op 5339 completed, throughput=5MB/sec 2024-07-27T18:58:34.319 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GfRVgm4ntpjmXB3 off=6195822 len=1652703 2024-07-27T18:58:34.322 INFO:tasks.workunit.client.0.smithi029.stdout:op 5340 completed, throughput=5MB/sec 2024-07-27T18:58:34.322 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xDl2_kDiq1vwqvR off=7695613 len=1080055 2024-07-27T18:58:34.328 INFO:tasks.workunit.client.0.smithi029.stdout:op 5341 completed, throughput=5MB/sec 2024-07-27T18:58:34.328 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ImedKO__mQdmh-B off=403083 len=1445550 2024-07-27T18:58:34.329 INFO:tasks.workunit.client.0.smithi029.stdout:op 5342 completed, throughput=5MB/sec 2024-07-27T18:58:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:34 smithi179 ceph-mon[89801]: pgmap v1943: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:58:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:34 smithi029 ceph-mon[96870]: pgmap v1943: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:58:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:34 smithi029 ceph-mon[99353]: pgmap v1943: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:58:35.330 INFO:tasks.workunit.client.0.smithi029.stdout: 1059: throughput=5MB/sec pending data=0 2024-07-27T18:58:35.330 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-okI0Bk_qDvxJQEQ off=209440 len=1362233 2024-07-27T18:58:35.335 INFO:tasks.workunit.client.0.smithi029.stdout:op 5343 completed, throughput=5MB/sec 2024-07-27T18:58:35.335 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wpqXvn4B6iCWjCj off=16568777 len=1376671 2024-07-27T18:58:35.339 INFO:tasks.workunit.client.0.smithi029.stdout:op 5344 completed, throughput=5MB/sec 2024-07-27T18:58:35.339 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MIt7VNb5EmxzVSt off=467867 len=1885932 2024-07-27T18:58:35.345 INFO:tasks.workunit.client.0.smithi029.stdout:op 5345 completed, throughput=5MB/sec 2024-07-27T18:58:36.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:35 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:58:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:35 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:58:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:35 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:58:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:35 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:58:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:35 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:58:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:35 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:58:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:35 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:58:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:35 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:58:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:35 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:58:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:35 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:58:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:35 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:58:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:35 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:58:36.346 INFO:tasks.workunit.client.0.smithi029.stdout: 1060: throughput=5MB/sec pending data=0 2024-07-27T18:58:36.346 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4k6KxGxoKbWs52X off=8869689 len=989118 2024-07-27T18:58:36.351 INFO:tasks.workunit.client.0.smithi029.stdout:op 5346 completed, throughput=5MB/sec 2024-07-27T18:58:36.351 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mEkma_PokCyepEY off=9260786 len=1577033 2024-07-27T18:58:36.354 INFO:tasks.workunit.client.0.smithi029.stdout:op 5347 completed, throughput=5MB/sec 2024-07-27T18:58:36.354 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4xiLTslQi7A0FUl off=17614056 len=495759 2024-07-27T18:58:36.359 INFO:tasks.workunit.client.0.smithi029.stdout:op 5348 completed, throughput=5MB/sec 2024-07-27T18:58:36.359 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RjqV7vvvQZKmk53 off=1349436 len=237539 2024-07-27T18:58:36.361 INFO:tasks.workunit.client.0.smithi029.stdout:op 5349 completed, throughput=5MB/sec 2024-07-27T18:58:36.361 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-o_ldC0LIoNKATMb off=564079 len=910786 2024-07-27T18:58:36.362 INFO:tasks.workunit.client.0.smithi029.stdout:op 5350 completed, throughput=5MB/sec 2024-07-27T18:58:36.362 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pHr1STUgIUh1u4Y off=2270708 len=1379217 2024-07-27T18:58:36.364 INFO:tasks.workunit.client.0.smithi029.stdout:op 5351 completed, throughput=5MB/sec 2024-07-27T18:58:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:36 smithi179 ceph-mon[89801]: pgmap v1944: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:58:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:36 smithi029 ceph-mon[96870]: pgmap v1944: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:58:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:36 smithi029 ceph-mon[99353]: pgmap v1944: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T18:58:37.365 INFO:tasks.workunit.client.0.smithi029.stdout: 1061: throughput=5MB/sec pending data=0 2024-07-27T18:58:37.365 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-d4mfgoskxjXdkwJ off=2135667 len=1729216 2024-07-27T18:58:37.373 INFO:tasks.workunit.client.0.smithi029.stdout:op 5352 completed, throughput=5MB/sec 2024-07-27T18:58:37.373 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yID0JgjWCoWboP4 off=10717123 len=1127327 2024-07-27T18:58:37.375 INFO:tasks.workunit.client.0.smithi029.stdout:op 5353 completed, throughput=5MB/sec 2024-07-27T18:58:37.375 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tG1YMBYlbOhvp5D off=8446125 len=550913 2024-07-27T18:58:37.376 INFO:tasks.workunit.client.0.smithi029.stdout:op 5354 completed, throughput=5MB/sec 2024-07-27T18:58:37.376 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tKkfYmvV5A3JI_A off=3814039 len=821855 2024-07-27T18:58:37.381 INFO:tasks.workunit.client.0.smithi029.stdout:op 5355 completed, throughput=5MB/sec 2024-07-27T18:58:37.382 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-k3ZDawwGeohkjyI off=898906 len=49007 2024-07-27T18:58:37.383 INFO:tasks.workunit.client.0.smithi029.stdout:op 5356 completed, throughput=5MB/sec 2024-07-27T18:58:37.383 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5fQNO8flC2_BiJ_ off=748742 len=406980 2024-07-27T18:58:37.384 INFO:tasks.workunit.client.0.smithi029.stdout:op 5357 completed, throughput=5MB/sec 2024-07-27T18:58:37.384 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-82Y2hpMotvLFQ9s off=135894 len=232867 2024-07-27T18:58:37.387 INFO:tasks.workunit.client.0.smithi029.stdout:op 5358 completed, throughput=5MB/sec 2024-07-27T18:58:38.388 INFO:tasks.workunit.client.0.smithi029.stdout: 1062: throughput=5MB/sec pending data=0 2024-07-27T18:58:38.388 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GwWbVICFRoZzpev off=638788 len=62296 2024-07-27T18:58:38.390 INFO:tasks.workunit.client.0.smithi029.stdout:op 5359 completed, throughput=5MB/sec 2024-07-27T18:58:38.391 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-R-_KSBctVYIpmPe off=1891425 len=2067503 2024-07-27T18:58:38.393 INFO:tasks.workunit.client.0.smithi029.stdout:op 5360 completed, throughput=5MB/sec 2024-07-27T18:58:38.393 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-huw7PkvCP7YwAHw off=8395085 len=901516 2024-07-27T18:58:38.394 INFO:tasks.workunit.client.0.smithi029.stdout:op 5361 completed, throughput=5MB/sec 2024-07-27T18:58:38.395 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BfywzXb63E-Sq8s off=1311902 len=1611675 2024-07-27T18:58:38.397 INFO:tasks.workunit.client.0.smithi029.stdout:op 5362 completed, throughput=5MB/sec 2024-07-27T18:58:38.397 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-clZ3i7bcTMLB4Sc off=2553910 len=1618047 2024-07-27T18:58:38.399 INFO:tasks.workunit.client.0.smithi029.stdout:op 5363 completed, throughput=5MB/sec 2024-07-27T18:58:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:38 smithi179 ceph-mon[89801]: pgmap v1945: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:58:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:58:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:38 smithi029 ceph-mon[96870]: pgmap v1945: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:58:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:58:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:38 smithi029 ceph-mon[99353]: pgmap v1945: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:58:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:58:39.399 INFO:tasks.workunit.client.0.smithi029.stdout: 1063: throughput=5MB/sec pending data=0 2024-07-27T18:58:39.399 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bVDjjcbm08bmoHu off=10122452 len=1770687 2024-07-27T18:58:39.410 INFO:tasks.workunit.client.0.smithi029.stdout:op 5364 completed, throughput=5MB/sec 2024-07-27T18:58:39.410 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-FGjdP_HhlpLloC1 off=4873440 len=1380197 2024-07-27T18:58:39.416 INFO:tasks.workunit.client.0.smithi029.stdout:op 5365 completed, throughput=5MB/sec 2024-07-27T18:58:39.416 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-__VAxWMv17UZt4t off=3305241 len=326963 2024-07-27T18:58:39.419 INFO:tasks.workunit.client.0.smithi029.stdout:op 5366 completed, throughput=5MB/sec 2024-07-27T18:58:39.420 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3SBwnYC_OKOxKzk off=957869 len=741127 2024-07-27T18:58:39.421 INFO:tasks.workunit.client.0.smithi029.stdout:op 5367 completed, throughput=5MB/sec 2024-07-27T18:58:39.421 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OukakzxmG8fVZN_ off=5658533 len=1954833 2024-07-27T18:58:39.423 INFO:tasks.workunit.client.0.smithi029.stdout:op 5368 completed, throughput=5MB/sec 2024-07-27T18:58:40.424 INFO:tasks.workunit.client.0.smithi029.stdout: 1064: throughput=5MB/sec pending data=0 2024-07-27T18:58:40.424 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-d5B-bl7IBx9cyDg off=4594743 len=855337 2024-07-27T18:58:40.425 INFO:tasks.workunit.client.0.smithi029.stdout:op 5369 completed, throughput=5MB/sec 2024-07-27T18:58:40.425 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JWtr6cbCvHKOj5S off=2463548 len=349346 2024-07-27T18:58:40.429 INFO:tasks.workunit.client.0.smithi029.stdout:op 5370 completed, throughput=5MB/sec 2024-07-27T18:58:40.429 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TnkGYToQpegB9qk off=8419700 len=1912108 2024-07-27T18:58:40.440 INFO:tasks.workunit.client.0.smithi029.stdout:op 5371 completed, throughput=5MB/sec 2024-07-27T18:58:40.440 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Rh5vTRUARmFKEZD off=11769604 len=1780808 2024-07-27T18:58:40.443 INFO:tasks.workunit.client.0.smithi029.stdout:op 5372 completed, throughput=5MB/sec 2024-07-27T18:58:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:40 smithi179 ceph-mon[89801]: pgmap v1946: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:58:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:40 smithi029 ceph-mon[96870]: pgmap v1946: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:58:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:40 smithi029 ceph-mon[99353]: pgmap v1946: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:58:41.444 INFO:tasks.workunit.client.0.smithi029.stdout: 1065: throughput=5MB/sec pending data=0 2024-07-27T18:58:41.444 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xwxUfoUcV4jZj_M off=3103975 len=1751121 2024-07-27T18:58:41.446 INFO:tasks.workunit.client.0.smithi029.stdout:op 5373 completed, throughput=5MB/sec 2024-07-27T18:58:41.446 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_rLFLdNZLKfNWrv off=1040024 len=535968 2024-07-27T18:58:41.450 INFO:tasks.workunit.client.0.smithi029.stdout:op 5374 completed, throughput=5MB/sec 2024-07-27T18:58:41.450 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_vOtVOBq5Rf0qBC off=3659688 len=219506 2024-07-27T18:58:41.453 INFO:tasks.workunit.client.0.smithi029.stdout:op 5375 completed, throughput=5MB/sec 2024-07-27T18:58:41.453 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9ZlAycGVBW7xGtX off=15600514 len=1139828 2024-07-27T18:58:41.454 INFO:tasks.workunit.client.0.smithi029.stdout:op 5376 completed, throughput=5MB/sec 2024-07-27T18:58:41.454 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iZk5YrGAmKmrmsI off=220231 len=95125 2024-07-27T18:58:41.457 INFO:tasks.workunit.client.0.smithi029.stdout:op 5377 completed, throughput=5MB/sec 2024-07-27T18:58:41.457 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_kFTf7zPEYraxNZ off=180340 len=31223 2024-07-27T18:58:41.459 INFO:tasks.workunit.client.0.smithi029.stdout:op 5378 completed, throughput=5MB/sec 2024-07-27T18:58:41.459 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0bLyCkZzm7gPIDP off=2127939 len=1409324 2024-07-27T18:58:41.468 INFO:tasks.workunit.client.0.smithi029.stdout:op 5379 completed, throughput=5MB/sec 2024-07-27T18:58:42.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:41 smithi179 ceph-mon[89801]: pgmap v1947: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:58:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:41 smithi029 ceph-mon[96870]: pgmap v1947: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:58:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:41 smithi029 ceph-mon[99353]: pgmap v1947: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:58:42.469 INFO:tasks.workunit.client.0.smithi029.stdout: 1066: throughput=5MB/sec pending data=0 2024-07-27T18:58:42.469 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QT0Y9gd2gqrYBiK off=8601749 len=1936014 2024-07-27T18:58:42.471 INFO:tasks.workunit.client.0.smithi029.stdout:op 5380 completed, throughput=5MB/sec 2024-07-27T18:58:42.471 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-x2lOUlWz-N6CjnM off=7390126 len=717115 2024-07-27T18:58:42.477 INFO:tasks.workunit.client.0.smithi029.stdout:op 5381 completed, throughput=5MB/sec 2024-07-27T18:58:42.478 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-F8lfp7e9zm37cjk off=3325894 len=1292379 2024-07-27T18:58:42.484 INFO:tasks.workunit.client.0.smithi029.stdout:op 5382 completed, throughput=5MB/sec 2024-07-27T18:58:42.485 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gNju_bhfBUDGpwg off=829072 len=1802042 2024-07-27T18:58:42.495 INFO:tasks.workunit.client.0.smithi029.stdout:op 5383 completed, throughput=5MB/sec 2024-07-27T18:58:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:58:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:58:42] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T18:58:43.495 INFO:tasks.workunit.client.0.smithi029.stdout: 1067: throughput=5MB/sec pending data=0 2024-07-27T18:58:43.495 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xuH1jpV32ZsATz- off=242240 len=178093 2024-07-27T18:58:43.498 INFO:tasks.workunit.client.0.smithi029.stdout:op 5384 completed, throughput=5MB/sec 2024-07-27T18:58:43.498 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5Ds5MoYt5eDXd0P off=3982863 len=682289 2024-07-27T18:58:43.502 INFO:tasks.workunit.client.0.smithi029.stdout:op 5385 completed, throughput=5MB/sec 2024-07-27T18:58:43.502 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-911V4Crs88zfhj5 off=3990369 len=1079256 2024-07-27T18:58:43.504 INFO:tasks.workunit.client.0.smithi029.stdout:op 5386 completed, throughput=5MB/sec 2024-07-27T18:58:43.505 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ufr4qiYdGXK-q4o off=16415085 len=1418850 2024-07-27T18:58:43.508 INFO:tasks.workunit.client.0.smithi029.stdout:op 5387 completed, throughput=5MB/sec 2024-07-27T18:58:43.508 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dOWz-dAQ1NNitoC off=287932 len=1459274 2024-07-27T18:58:43.515 INFO:tasks.workunit.client.0.smithi029.stdout:op 5388 completed, throughput=5MB/sec 2024-07-27T18:58:44.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:44 smithi029 ceph-mon[99353]: pgmap v1948: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:58:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:44 smithi029 ceph-mon[96870]: pgmap v1948: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:58:44.515 INFO:tasks.workunit.client.0.smithi029.stdout: 1068: throughput=5MB/sec pending data=0 2024-07-27T18:58:44.516 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sezlwdTNcdljap4 off=577567 len=1184188 2024-07-27T18:58:44.524 INFO:tasks.workunit.client.0.smithi029.stdout:op 5389 completed, throughput=5MB/sec 2024-07-27T18:58:44.524 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EFZMfe-YiwoPBtg off=1767863 len=724638 2024-07-27T18:58:44.529 INFO:tasks.workunit.client.0.smithi029.stdout:op 5390 completed, throughput=5MB/sec 2024-07-27T18:58:44.529 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-JsW7sYpilEQVoxE off=3825181 len=204694 2024-07-27T18:58:44.532 INFO:tasks.workunit.client.0.smithi029.stdout:op 5391 completed, throughput=5MB/sec 2024-07-27T18:58:44.532 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JSlbaJFTd2qxZxk off=166330 len=1099969 2024-07-27T18:58:44.533 INFO:tasks.workunit.client.0.smithi029.stdout:op 5392 completed, throughput=5MB/sec 2024-07-27T18:58:44.533 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bLf_6-xv6PZlQ7v off=3277319 len=1587482 2024-07-27T18:58:44.540 INFO:tasks.workunit.client.0.smithi029.stdout:op 5393 completed, throughput=5MB/sec 2024-07-27T18:58:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:44 smithi179 ceph-mon[89801]: pgmap v1948: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.6 MiB/s wr, 4 op/s 2024-07-27T18:58:45.541 INFO:tasks.workunit.client.0.smithi029.stdout: 1069: throughput=5MB/sec pending data=0 2024-07-27T18:58:45.541 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2HebdBh9fjfMrER off=12057732 len=1226444 2024-07-27T18:58:45.543 INFO:tasks.workunit.client.0.smithi029.stdout:op 5394 completed, throughput=5MB/sec 2024-07-27T18:58:45.544 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QrxZAJKqmhHIOhi off=4576885 len=1670793 2024-07-27T18:58:45.551 INFO:tasks.workunit.client.0.smithi029.stdout:op 5395 completed, throughput=5MB/sec 2024-07-27T18:58:45.552 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hLc4DK3Fsq6cdiZ off=2280535 len=997391 2024-07-27T18:58:45.553 INFO:tasks.workunit.client.0.smithi029.stdout:op 5396 completed, throughput=5MB/sec 2024-07-27T18:58:45.553 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pl5cLTWHSq8LAfu off=1317605 len=1621691 2024-07-27T18:58:45.556 INFO:tasks.workunit.client.0.smithi029.stdout:op 5397 completed, throughput=5MB/sec 2024-07-27T18:58:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:46 smithi029 ceph-mon[96870]: pgmap v1949: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:58:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:46 smithi029 ceph-mon[99353]: pgmap v1949: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:58:46.557 INFO:tasks.workunit.client.0.smithi029.stdout: 1070: throughput=5MB/sec pending data=0 2024-07-27T18:58:46.557 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kEpBEuKiDSAESUy off=572368 len=1011258 2024-07-27T18:58:46.558 INFO:tasks.workunit.client.0.smithi029.stdout:op 5398 completed, throughput=5MB/sec 2024-07-27T18:58:46.558 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IzaUXsYWTDL912X off=17427492 len=1356990 2024-07-27T18:58:46.565 INFO:tasks.workunit.client.0.smithi029.stdout:op 5399 completed, throughput=5MB/sec 2024-07-27T18:58:46.565 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Zolj4b576_qaWw7 off=11606229 len=1574422 2024-07-27T18:58:46.574 INFO:tasks.workunit.client.0.smithi029.stdout:op 5400 completed, throughput=5MB/sec 2024-07-27T18:58:46.574 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_8u5NlUMbnD_dBN off=7790180 len=446286 2024-07-27T18:58:46.575 INFO:tasks.workunit.client.0.smithi029.stdout:op 5401 completed, throughput=5MB/sec 2024-07-27T18:58:46.576 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4ZV46XMwhOhTQfI off=360120 len=1984384 2024-07-27T18:58:46.583 INFO:tasks.workunit.client.0.smithi029.stdout:op 5402 completed, throughput=5MB/sec 2024-07-27T18:58:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:46 smithi179 ceph-mon[89801]: pgmap v1949: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T18:58:47.583 INFO:tasks.workunit.client.0.smithi029.stdout: 1071: throughput=5MB/sec pending data=0 2024-07-27T18:58:47.583 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QRiLXQ2Jmu7ZS95 off=3088399 len=1836238 2024-07-27T18:58:47.586 INFO:tasks.workunit.client.0.smithi029.stdout:op 5403 completed, throughput=5MB/sec 2024-07-27T18:58:47.586 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IzS01BnEcQMEBmJ off=2100573 len=1928157 2024-07-27T18:58:47.598 INFO:tasks.workunit.client.0.smithi029.stdout:op 5404 completed, throughput=5MB/sec 2024-07-27T18:58:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:48 smithi029 ceph-mon[96870]: pgmap v1950: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:58:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:48 smithi029 ceph-mon[99353]: pgmap v1950: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:58:48.598 INFO:tasks.workunit.client.0.smithi029.stdout: 1072: throughput=5MB/sec pending data=0 2024-07-27T18:58:48.598 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xqr0QKAtAZiCu_6 off=22604777 len=233733 2024-07-27T18:58:48.602 INFO:tasks.workunit.client.0.smithi029.stdout:op 5405 completed, throughput=5MB/sec 2024-07-27T18:58:48.602 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CKasjaXNRIoxwJN off=6255664 len=954812 2024-07-27T18:58:48.604 INFO:tasks.workunit.client.0.smithi029.stdout:op 5406 completed, throughput=5MB/sec 2024-07-27T18:58:48.604 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-I91zTJIPVmZdANB off=14145717 len=1630853 2024-07-27T18:58:48.606 INFO:tasks.workunit.client.0.smithi029.stdout:op 5407 completed, throughput=5MB/sec 2024-07-27T18:58:48.606 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BQPuOWsPuUyPJaE off=7634457 len=355754 2024-07-27T18:58:48.609 INFO:tasks.workunit.client.0.smithi029.stdout:op 5408 completed, throughput=5MB/sec 2024-07-27T18:58:48.610 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fzkALvG7eGsNoVq off=3259835 len=1742207 2024-07-27T18:58:48.618 INFO:tasks.workunit.client.0.smithi029.stdout:op 5409 completed, throughput=5MB/sec 2024-07-27T18:58:48.618 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AOhEzvAqUMgbS55 off=870309 len=128882 2024-07-27T18:58:48.623 INFO:tasks.workunit.client.0.smithi029.stdout:op 5410 completed, throughput=5MB/sec 2024-07-27T18:58:48.623 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oTfHjk5wzSB3rT5 off=13501031 len=906264 2024-07-27T18:58:48.624 INFO:tasks.workunit.client.0.smithi029.stdout:op 5411 completed, throughput=5MB/sec 2024-07-27T18:58:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:48 smithi179 ceph-mon[89801]: pgmap v1950: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:58:49.625 INFO:tasks.workunit.client.0.smithi029.stdout: 1073: throughput=5MB/sec pending data=0 2024-07-27T18:58:49.625 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PvfDaB7BMjMGM6B off=3443113 len=949618 2024-07-27T18:58:49.626 INFO:tasks.workunit.client.0.smithi029.stdout:op 5412 completed, throughput=5MB/sec 2024-07-27T18:58:49.627 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZyIRQNLK-Cigw4Z off=157570 len=1967908 2024-07-27T18:58:49.639 INFO:tasks.workunit.client.0.smithi029.stdout:op 5413 completed, throughput=5MB/sec 2024-07-27T18:58:49.639 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AesLSUY1qGc2q4U off=409028 len=1360416 2024-07-27T18:58:49.643 INFO:tasks.workunit.client.0.smithi029.stdout:op 5414 completed, throughput=5MB/sec 2024-07-27T18:58:49.643 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Buv5cHVRoU2svTS off=5325852 len=237281 2024-07-27T18:58:49.644 INFO:tasks.workunit.client.0.smithi029.stdout:op 5415 completed, throughput=5MB/sec 2024-07-27T18:58:49.644 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ogZd7TqMcKZzc_u off=21457380 len=506484 2024-07-27T18:58:49.645 INFO:tasks.workunit.client.0.smithi029.stdout:op 5416 completed, throughput=5MB/sec 2024-07-27T18:58:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:50 smithi029 ceph-mon[96870]: pgmap v1951: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:58:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:50 smithi029 ceph-mon[99353]: pgmap v1951: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:58:50.646 INFO:tasks.workunit.client.0.smithi029.stdout: 1074: throughput=5MB/sec pending data=0 2024-07-27T18:58:50.646 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-o2d6rcZAmX6LxvB off=1966818 len=1255659 2024-07-27T18:58:50.648 INFO:tasks.workunit.client.0.smithi029.stdout:op 5417 completed, throughput=5MB/sec 2024-07-27T18:58:50.648 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2g-vZjbhUf5pZwe off=4775192 len=508825 2024-07-27T18:58:50.649 INFO:tasks.workunit.client.0.smithi029.stdout:op 5418 completed, throughput=5MB/sec 2024-07-27T18:58:50.649 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-behQGmw7neguo7t off=9492095 len=923218 2024-07-27T18:58:50.654 INFO:tasks.workunit.client.0.smithi029.stdout:op 5419 completed, throughput=5MB/sec 2024-07-27T18:58:50.654 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uKyVheWYOXyZ1xS off=4017881 len=210456 2024-07-27T18:58:50.657 INFO:tasks.workunit.client.0.smithi029.stdout:op 5420 completed, throughput=5MB/sec 2024-07-27T18:58:50.657 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-J6vm5aCu_g65Lyg off=3893869 len=382953 2024-07-27T18:58:50.660 INFO:tasks.workunit.client.0.smithi029.stdout:op 5421 completed, throughput=5MB/sec 2024-07-27T18:58:50.660 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xQcbJ1Jw0hzQR6r off=4566603 len=1613683 2024-07-27T18:58:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:50 smithi179 ceph-mon[89801]: pgmap v1951: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:58:50.669 INFO:tasks.workunit.client.0.smithi029.stdout:op 5422 completed, throughput=5MB/sec 2024-07-27T18:58:50.669 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tq1yG3WZfUjDfml off=9005192 len=2036881 2024-07-27T18:58:50.671 INFO:tasks.workunit.client.0.smithi029.stdout:op 5423 completed, throughput=5MB/sec 2024-07-27T18:58:51.671 INFO:tasks.workunit.client.0.smithi029.stdout: 1075: throughput=5MB/sec pending data=0 2024-07-27T18:58:51.671 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O8z4XMSj2bJd7B1 off=7081213 len=1851526 2024-07-27T18:58:51.673 INFO:tasks.workunit.client.0.smithi029.stdout:op 5424 completed, throughput=5MB/sec 2024-07-27T18:58:51.673 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OmdSCYw7haCbLZH off=7220548 len=1425195 2024-07-27T18:58:51.676 INFO:tasks.workunit.client.0.smithi029.stdout:op 5425 completed, throughput=5MB/sec 2024-07-27T18:58:51.677 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-K2BLy0jj2VxhtdF off=10158344 len=102182 2024-07-27T18:58:51.680 INFO:tasks.workunit.client.0.smithi029.stdout:op 5426 completed, throughput=5MB/sec 2024-07-27T18:58:51.680 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9tmgAFAKaHgvG2H off=11530473 len=353482 2024-07-27T18:58:51.681 INFO:tasks.workunit.client.0.smithi029.stdout:op 5427 completed, throughput=5MB/sec 2024-07-27T18:58:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:52 smithi029 ceph-mon[96870]: pgmap v1952: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:58:52.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:52 smithi029 ceph-mon[99353]: pgmap v1952: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:58:52.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:58:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:58:52] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T18:58:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:52 smithi179 ceph-mon[89801]: pgmap v1952: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T18:58:52.681 INFO:tasks.workunit.client.0.smithi029.stdout: 1076: throughput=5MB/sec pending data=0 2024-07-27T18:58:52.681 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Z90DczqAvnUP6V4 off=4014746 len=1078309 2024-07-27T18:58:52.683 INFO:tasks.workunit.client.0.smithi029.stdout:op 5428 completed, throughput=5MB/sec 2024-07-27T18:58:52.683 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yvfSa8r6ZTGq1EM off=8637504 len=1275957 2024-07-27T18:58:52.692 INFO:tasks.workunit.client.0.smithi029.stdout:op 5429 completed, throughput=5MB/sec 2024-07-27T18:58:52.692 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_A7oYiHTM9FNohy off=13305366 len=1782929 2024-07-27T18:58:52.700 INFO:tasks.workunit.client.0.smithi029.stdout:op 5430 completed, throughput=5MB/sec 2024-07-27T18:58:52.700 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XOAysK44dr3IK72 off=6563122 len=1411322 2024-07-27T18:58:52.708 INFO:tasks.workunit.client.0.smithi029.stdout:op 5431 completed, throughput=5MB/sec 2024-07-27T18:58:53.708 INFO:tasks.workunit.client.0.smithi029.stdout: 1077: throughput=5MB/sec pending data=0 2024-07-27T18:58:53.709 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s5gVTIus-4dYrc0 off=10555248 len=429473 2024-07-27T18:58:53.709 INFO:tasks.workunit.client.0.smithi029.stdout:op 5432 completed, throughput=5MB/sec 2024-07-27T18:58:53.709 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YnEWhMaeq8CFOqK off=1144555 len=1046313 2024-07-27T18:58:53.712 INFO:tasks.workunit.client.0.smithi029.stdout:op 5433 completed, throughput=5MB/sec 2024-07-27T18:58:53.712 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CtGdf1A7AolUDDh off=4027575 len=191914 2024-07-27T18:58:53.713 INFO:tasks.workunit.client.0.smithi029.stdout:op 5434 completed, throughput=5MB/sec 2024-07-27T18:58:53.713 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ljVcnn3tJV4fHKM off=15941370 len=1879647 2024-07-27T18:58:53.724 INFO:tasks.workunit.client.0.smithi029.stdout:op 5435 completed, throughput=5MB/sec 2024-07-27T18:58:53.724 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CA7ckzHl4osi7m4 off=769002 len=1920996 2024-07-27T18:58:53.727 INFO:tasks.workunit.client.0.smithi029.stdout:op 5436 completed, throughput=5MB/sec 2024-07-27T18:58:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:54 smithi029 ceph-mon[96870]: pgmap v1953: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:58:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:58:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:54 smithi029 ceph-mon[99353]: pgmap v1953: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:58:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:58:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:54 smithi179 ceph-mon[89801]: pgmap v1953: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:58:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:58:54.727 INFO:tasks.workunit.client.0.smithi029.stdout: 1078: throughput=5MB/sec pending data=0 2024-07-27T18:58:54.727 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dJ3p8QKcK78Mt-1 off=3574540 len=1280150 2024-07-27T18:58:54.729 INFO:tasks.workunit.client.0.smithi029.stdout:op 5437 completed, throughput=5MB/sec 2024-07-27T18:58:54.729 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zgoBkDb_sHM16fE off=4660849 len=558281 2024-07-27T18:58:54.731 INFO:tasks.workunit.client.0.smithi029.stdout:op 5438 completed, throughput=5MB/sec 2024-07-27T18:58:54.732 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-K35S0Rn_QIEQLwb off=9491752 len=829119 2024-07-27T18:58:54.733 INFO:tasks.workunit.client.0.smithi029.stdout:op 5439 completed, throughput=5MB/sec 2024-07-27T18:58:54.733 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lerGCRY0yfhMUne off=4501947 len=1700914 2024-07-27T18:58:54.742 INFO:tasks.workunit.client.0.smithi029.stdout:op 5440 completed, throughput=5MB/sec 2024-07-27T18:58:54.742 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BFUDIIJVGs4C4S_ off=720204 len=118856 2024-07-27T18:58:54.743 INFO:tasks.workunit.client.0.smithi029.stdout:op 5441 completed, throughput=5MB/sec 2024-07-27T18:58:54.743 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ODQV8y2RMp56l9j off=2241896 len=1280064 2024-07-27T18:58:54.750 INFO:tasks.workunit.client.0.smithi029.stdout:op 5442 completed, throughput=5MB/sec 2024-07-27T18:58:55.750 INFO:tasks.workunit.client.0.smithi029.stdout: 1079: throughput=5MB/sec pending data=0 2024-07-27T18:58:55.751 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ncmiSaSkdKgHnG8 off=12333495 len=98559 2024-07-27T18:58:55.753 INFO:tasks.workunit.client.0.smithi029.stdout:op 5443 completed, throughput=5MB/sec 2024-07-27T18:58:55.753 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-59IqgC4hVgdaD8u off=2792646 len=15765 2024-07-27T18:58:55.756 INFO:tasks.workunit.client.0.smithi029.stdout:op 5444 completed, throughput=5MB/sec 2024-07-27T18:58:55.756 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Q4HOokssAVO55mE off=7967180 len=1477075 2024-07-27T18:58:55.764 INFO:tasks.workunit.client.0.smithi029.stdout:op 5445 completed, throughput=5MB/sec 2024-07-27T18:58:55.764 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZcmgCnT1joSdmDP off=1739618 len=1524329 2024-07-27T18:58:55.766 INFO:tasks.workunit.client.0.smithi029.stdout:op 5446 completed, throughput=5MB/sec 2024-07-27T18:58:55.766 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Bywa2L9tnSZ5sGS off=17949784 len=1864927 2024-07-27T18:58:55.770 INFO:tasks.workunit.client.0.smithi029.stdout:op 5447 completed, throughput=5MB/sec 2024-07-27T18:58:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:56 smithi029 ceph-mon[96870]: pgmap v1954: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:58:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:56 smithi029 ceph-mon[99353]: pgmap v1954: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:58:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:56 smithi179 ceph-mon[89801]: pgmap v1954: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T18:58:56.770 INFO:tasks.workunit.client.0.smithi029.stdout: 1080: throughput=5MB/sec pending data=0 2024-07-27T18:58:56.770 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TeTNc0qb0di5z4m off=16349540 len=639600 2024-07-27T18:58:56.771 INFO:tasks.workunit.client.0.smithi029.stdout:op 5448 completed, throughput=5MB/sec 2024-07-27T18:58:56.771 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-yMkfUSZiOmPHt5- off=918681 len=932771 2024-07-27T18:58:56.772 INFO:tasks.workunit.client.0.smithi029.stdout:op 5449 completed, throughput=5MB/sec 2024-07-27T18:58:56.773 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8ATabb7R3GookIc off=5183158 len=2063763 2024-07-27T18:58:56.783 INFO:tasks.workunit.client.0.smithi029.stdout:op 5450 completed, throughput=5MB/sec 2024-07-27T18:58:56.783 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xCY9ZwixAHmCMxo off=13784425 len=497729 2024-07-27T18:58:56.784 INFO:tasks.workunit.client.0.smithi029.stdout:op 5451 completed, throughput=5MB/sec 2024-07-27T18:58:56.784 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--XrR6VYKxfWaFFC off=4144520 len=667135 2024-07-27T18:58:56.785 INFO:tasks.workunit.client.0.smithi029.stdout:op 5452 completed, throughput=5MB/sec 2024-07-27T18:58:57.785 INFO:tasks.workunit.client.0.smithi029.stdout: 1081: throughput=5MB/sec pending data=0 2024-07-27T18:58:57.785 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NsfgzujhuhxHMpE off=9594387 len=1910435 2024-07-27T18:58:57.787 INFO:tasks.workunit.client.0.smithi029.stdout:op 5453 completed, throughput=5MB/sec 2024-07-27T18:58:57.788 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MeybUVk5dQ4zSAp off=4113706 len=2064634 2024-07-27T18:58:57.790 INFO:tasks.workunit.client.0.smithi029.stdout:op 5454 completed, throughput=5MB/sec 2024-07-27T18:58:57.791 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TxXTygmpCMFnfbe off=1166022 len=258361 2024-07-27T18:58:57.791 INFO:tasks.workunit.client.0.smithi029.stdout:op 5455 completed, throughput=5MB/sec 2024-07-27T18:58:57.791 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UrAoMB3r9HKykfU off=8029228 len=1274075 2024-07-27T18:58:57.798 INFO:tasks.workunit.client.0.smithi029.stdout:op 5456 completed, throughput=5MB/sec 2024-07-27T18:58:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:58:58 smithi179 ceph-mon[89801]: pgmap v1955: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.9 MiB/s wr, 3 op/s 2024-07-27T18:58:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:58:58 smithi029 ceph-mon[96870]: pgmap v1955: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.9 MiB/s wr, 3 op/s 2024-07-27T18:58:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:58:58 smithi029 ceph-mon[99353]: pgmap v1955: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.9 MiB/s wr, 3 op/s 2024-07-27T18:58:58.798 INFO:tasks.workunit.client.0.smithi029.stdout: 1082: throughput=5MB/sec pending data=0 2024-07-27T18:58:58.798 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Zu-3IRUEQNwQnIk off=2290418 len=427288 2024-07-27T18:58:58.799 INFO:tasks.workunit.client.0.smithi029.stdout:op 5457 completed, throughput=5MB/sec 2024-07-27T18:58:58.799 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LspXP0WwtnbJNFU off=5400325 len=745230 2024-07-27T18:58:58.800 INFO:tasks.workunit.client.0.smithi029.stdout:op 5458 completed, throughput=5MB/sec 2024-07-27T18:58:58.800 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dZrsL4YbHqjq9Lz off=1489121 len=654637 2024-07-27T18:58:58.805 INFO:tasks.workunit.client.0.smithi029.stdout:op 5459 completed, throughput=5MB/sec 2024-07-27T18:58:58.805 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e-XaqYmdKgvuxnu off=5644185 len=827869 2024-07-27T18:58:58.807 INFO:tasks.workunit.client.0.smithi029.stdout:op 5460 completed, throughput=5MB/sec 2024-07-27T18:58:58.807 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qkf5npRgehAXg92 off=7953703 len=478635 2024-07-27T18:58:58.808 INFO:tasks.workunit.client.0.smithi029.stdout:op 5461 completed, throughput=5MB/sec 2024-07-27T18:58:58.808 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MIcV1JsFX5Rwr-r off=8531436 len=1507272 2024-07-27T18:58:58.812 INFO:tasks.workunit.client.0.smithi029.stdout:op 5462 completed, throughput=5MB/sec 2024-07-27T18:58:58.812 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vgXj0EXN3MO2pSA off=4039365 len=1606253 2024-07-27T18:58:58.814 INFO:tasks.workunit.client.0.smithi029.stdout:op 5463 completed, throughput=5MB/sec 2024-07-27T18:58:59.815 INFO:tasks.workunit.client.0.smithi029.stdout: 1083: throughput=5MB/sec pending data=0 2024-07-27T18:58:59.815 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-melJF-boEIfaV8u off=5569764 len=1355607 2024-07-27T18:58:59.824 INFO:tasks.workunit.client.0.smithi029.stdout:op 5464 completed, throughput=5MB/sec 2024-07-27T18:58:59.824 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-u0f7XXvVE6EuNa9 off=2605472 len=1513930 2024-07-27T18:58:59.826 INFO:tasks.workunit.client.0.smithi029.stdout:op 5465 completed, throughput=5MB/sec 2024-07-27T18:58:59.826 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ut28k1yjrO9q3zy off=16694396 len=1147947 2024-07-27T18:58:59.829 INFO:tasks.workunit.client.0.smithi029.stdout:op 5466 completed, throughput=5MB/sec 2024-07-27T18:58:59.829 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-O5mshUTxaG_L0bA off=10697489 len=48406 2024-07-27T18:58:59.829 INFO:tasks.workunit.client.0.smithi029.stdout:op 5467 completed, throughput=5MB/sec 2024-07-27T18:58:59.829 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mKQac6geC4G_nkm off=4936757 len=1359186 2024-07-27T18:58:59.830 INFO:tasks.workunit.client.0.smithi029.stdout:op 5468 completed, throughput=5MB/sec 2024-07-27T18:59:00.553 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:00 smithi029 ceph-mon[99353]: pgmap v1956: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:59:00.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:00 smithi029 ceph-mon[96870]: pgmap v1956: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:59:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:00 smithi179 ceph-mon[89801]: pgmap v1956: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:59:00.831 INFO:tasks.workunit.client.0.smithi029.stdout: 1084: throughput=5MB/sec pending data=0 2024-07-27T18:59:00.831 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KboqEAjU9Ze4VNQ off=10762321 len=257380 2024-07-27T18:59:00.834 INFO:tasks.workunit.client.0.smithi029.stdout:op 5469 completed, throughput=5MB/sec 2024-07-27T18:59:00.834 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jTuebol99HTGicf off=457490 len=20121 2024-07-27T18:59:00.837 INFO:tasks.workunit.client.0.smithi029.stdout:op 5470 completed, throughput=5MB/sec 2024-07-27T18:59:00.837 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RjqV7vvvQZKmk53 off=840847 len=1787889 2024-07-27T18:59:00.844 INFO:tasks.workunit.client.0.smithi029.stdout:op 5471 completed, throughput=5MB/sec 2024-07-27T18:59:00.845 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-b8Q8szWv8hWLvFJ off=2296443 len=616106 2024-07-27T18:59:00.849 INFO:tasks.workunit.client.0.smithi029.stdout:op 5472 completed, throughput=5MB/sec 2024-07-27T18:59:00.849 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-e7Nnc9OW6DqdmYd off=0 len=1857796 2024-07-27T18:59:00.858 INFO:tasks.workunit.client.0.smithi029.stdout:op 5473 completed, throughput=5MB/sec 2024-07-27T18:59:01.859 INFO:tasks.workunit.client.0.smithi029.stdout: 1085: throughput=5MB/sec pending data=0 2024-07-27T18:59:01.859 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uvRp8tZY7uMxOfZ off=4725516 len=448893 2024-07-27T18:59:01.863 INFO:tasks.workunit.client.0.smithi029.stdout:op 5474 completed, throughput=5MB/sec 2024-07-27T18:59:01.863 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-E7QxGEAog-v2p6j off=2541773 len=410666 2024-07-27T18:59:01.866 INFO:tasks.workunit.client.0.smithi029.stdout:op 5475 completed, throughput=5MB/sec 2024-07-27T18:59:01.866 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rJ3uR5ESiwD6LwT off=381042 len=1504616 2024-07-27T18:59:01.868 INFO:tasks.workunit.client.0.smithi029.stdout:op 5476 completed, throughput=5MB/sec 2024-07-27T18:59:01.868 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-w6Hx1Sdo1bTWcoM off=8572042 len=717087 2024-07-27T18:59:01.874 INFO:tasks.workunit.client.0.smithi029.stdout:op 5477 completed, throughput=5MB/sec 2024-07-27T18:59:01.874 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xc_1i27jiKIcHjt off=3630003 len=10055 2024-07-27T18:59:01.876 INFO:tasks.workunit.client.0.smithi029.stdout:op 5478 completed, throughput=5MB/sec 2024-07-27T18:59:01.876 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-h0dJ9bdY1gekjuX off=3413076 len=1200786 2024-07-27T18:59:01.882 INFO:tasks.workunit.client.0.smithi029.stdout:op 5479 completed, throughput=5MB/sec 2024-07-27T18:59:01.882 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wnpTE1teYGPkjzP off=5579756 len=1587859 2024-07-27T18:59:01.887 INFO:tasks.workunit.client.0.smithi029.stdout:op 5480 completed, throughput=5MB/sec 2024-07-27T18:59:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:02 smithi179 ceph-mon[89801]: pgmap v1957: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:59:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:02 smithi029 ceph-mon[96870]: pgmap v1957: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:59:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:02 smithi029 ceph-mon[99353]: pgmap v1957: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T18:59:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:59:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:59:02] "GET /metrics HTTP/1.1" 200 34047 "" "Prometheus/2.43.0" 2024-07-27T18:59:02.888 INFO:tasks.workunit.client.0.smithi029.stdout: 1086: throughput=5MB/sec pending data=0 2024-07-27T18:59:02.888 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-PYOORdrOPAQdV4C off=6298410 len=1948739 2024-07-27T18:59:02.890 INFO:tasks.workunit.client.0.smithi029.stdout:op 5481 completed, throughput=5MB/sec 2024-07-27T18:59:02.890 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3cOhnwXvhAWk5rg off=904552 len=1351708 2024-07-27T18:59:02.897 INFO:tasks.workunit.client.0.smithi029.stdout:op 5482 completed, throughput=5MB/sec 2024-07-27T18:59:02.897 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Awx1AwFcXXY_Ozg off=11230086 len=204124 2024-07-27T18:59:02.900 INFO:tasks.workunit.client.0.smithi029.stdout:op 5483 completed, throughput=5MB/sec 2024-07-27T18:59:02.900 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mLaJbJOIVf_CoaG off=12605968 len=656930 2024-07-27T18:59:02.901 INFO:tasks.workunit.client.0.smithi029.stdout:op 5484 completed, throughput=5MB/sec 2024-07-27T18:59:02.902 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KVWXRhXwq9eCdnD off=17859478 len=933085 2024-07-27T18:59:02.903 INFO:tasks.workunit.client.0.smithi029.stdout:op 5485 completed, throughput=5MB/sec 2024-07-27T18:59:03.903 INFO:tasks.workunit.client.0.smithi029.stdout: 1087: throughput=5MB/sec pending data=0 2024-07-27T18:59:03.903 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-53QkdBIMuKCh8T_ off=5759709 len=684842 2024-07-27T18:59:03.908 INFO:tasks.workunit.client.0.smithi029.stdout:op 5486 completed, throughput=5MB/sec 2024-07-27T18:59:03.908 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HwnKYZ3dBxggfUb off=1435049 len=1418026 2024-07-27T18:59:03.910 INFO:tasks.workunit.client.0.smithi029.stdout:op 5487 completed, throughput=5MB/sec 2024-07-27T18:59:03.910 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R6vGoQD-QIk8rgH off=4355950 len=817723 2024-07-27T18:59:03.915 INFO:tasks.workunit.client.0.smithi029.stdout:op 5488 completed, throughput=5MB/sec 2024-07-27T18:59:03.915 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jYVzfHFANgY6AaO off=8873415 len=782699 2024-07-27T18:59:03.919 INFO:tasks.workunit.client.0.smithi029.stdout:op 5489 completed, throughput=5MB/sec 2024-07-27T18:59:03.919 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TMfI-7AmeZuNtxL off=11951708 len=387921 2024-07-27T18:59:03.919 INFO:tasks.workunit.client.0.smithi029.stdout:op 5490 completed, throughput=5MB/sec 2024-07-27T18:59:03.919 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Lu_qwEcfwJu7rgn off=561499 len=1414526 2024-07-27T18:59:03.922 INFO:tasks.workunit.client.0.smithi029.stdout:op 5491 completed, throughput=5MB/sec 2024-07-27T18:59:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:04 smithi179 ceph-mon[89801]: pgmap v1958: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:59:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:04 smithi029 ceph-mon[96870]: pgmap v1958: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:59:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:04 smithi029 ceph-mon[99353]: pgmap v1958: 105 pgs: 105 active+clean; 127 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:59:04.922 INFO:tasks.workunit.client.0.smithi029.stdout: 1088: throughput=5MB/sec pending data=0 2024-07-27T18:59:04.923 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-d4aYaQO9_CZLpmi off=1206131 len=1076650 2024-07-27T18:59:04.924 INFO:tasks.workunit.client.0.smithi029.stdout:op 5492 completed, throughput=5MB/sec 2024-07-27T18:59:04.924 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6VPQz2f_fDOXZwo off=710017 len=2039534 2024-07-27T18:59:04.933 INFO:tasks.workunit.client.0.smithi029.stdout:op 5493 completed, throughput=5MB/sec 2024-07-27T18:59:04.933 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oaPDDD11s1xxtQl off=17183047 len=1627741 2024-07-27T18:59:04.934 INFO:tasks.workunit.client.0.smithi029.stdout:op 5494 completed, throughput=5MB/sec 2024-07-27T18:59:05.935 INFO:tasks.workunit.client.0.smithi029.stdout: 1089: throughput=5MB/sec pending data=0 2024-07-27T18:59:05.935 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-o3NLP2SbtLX7yQT off=15729070 len=763633 2024-07-27T18:59:05.940 INFO:tasks.workunit.client.0.smithi029.stdout:op 5495 completed, throughput=5MB/sec 2024-07-27T18:59:05.940 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--IzV-B0C6J8SSSo off=7232257 len=2041837 2024-07-27T18:59:05.942 INFO:tasks.workunit.client.0.smithi029.stdout:op 5496 completed, throughput=5MB/sec 2024-07-27T18:59:05.942 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KMlemxblqtsjXqy off=3622309 len=1936997 2024-07-27T18:59:05.954 INFO:tasks.workunit.client.0.smithi029.stdout:op 5497 completed, throughput=5MB/sec 2024-07-27T18:59:05.954 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GikFOvxngEtrw3a off=4637673 len=727826 2024-07-27T18:59:05.955 INFO:tasks.workunit.client.0.smithi029.stdout:op 5498 completed, throughput=5MB/sec 2024-07-27T18:59:06.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:06 smithi179 ceph-mon[89801]: pgmap v1959: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:59:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:06 smithi029 ceph-mon[99353]: pgmap v1959: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:59:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:06 smithi029 ceph-mon[96870]: pgmap v1959: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:59:06.955 INFO:tasks.workunit.client.0.smithi029.stdout: 1090: throughput=5MB/sec pending data=0 2024-07-27T18:59:06.955 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TPntcAFqWOnbsfQ off=1175066 len=177115 2024-07-27T18:59:06.958 INFO:tasks.workunit.client.0.smithi029.stdout:op 5499 completed, throughput=5MB/sec 2024-07-27T18:59:06.959 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h5FX29vo_V0Be2O off=2782177 len=754711 2024-07-27T18:59:06.960 INFO:tasks.workunit.client.0.smithi029.stdout:op 5500 completed, throughput=5MB/sec 2024-07-27T18:59:06.960 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-v1HK0CgIA6NWsJw off=9277400 len=689863 2024-07-27T18:59:06.964 INFO:tasks.workunit.client.0.smithi029.stdout:op 5501 completed, throughput=5MB/sec 2024-07-27T18:59:06.964 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2XytAskrm4xiids off=19552821 len=1131487 2024-07-27T18:59:06.967 INFO:tasks.workunit.client.0.smithi029.stdout:op 5502 completed, throughput=5MB/sec 2024-07-27T18:59:06.967 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dpocah52aq2Klh9 off=660393 len=1666700 2024-07-27T18:59:06.969 INFO:tasks.workunit.client.0.smithi029.stdout:op 5503 completed, throughput=5MB/sec 2024-07-27T18:59:06.969 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1GlIxECU4oJS3UW off=425169 len=427283 2024-07-27T18:59:06.971 INFO:tasks.workunit.client.0.smithi029.stdout:op 5504 completed, throughput=5MB/sec 2024-07-27T18:59:06.971 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-OMRlFQ9OJGX48O0 off=14178281 len=2069435 2024-07-27T18:59:06.974 INFO:tasks.workunit.client.0.smithi029.stdout:op 5505 completed, throughput=5MB/sec 2024-07-27T18:59:07.975 INFO:tasks.workunit.client.0.smithi029.stdout: 1091: throughput=5MB/sec pending data=0 2024-07-27T18:59:07.975 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ltkK-EAydGI8X-V off=11444124 len=1293058 2024-07-27T18:59:07.981 INFO:tasks.workunit.client.0.smithi029.stdout:op 5506 completed, throughput=5MB/sec 2024-07-27T18:59:07.981 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-l9eRUv-alNsdVom off=3317851 len=1082196 2024-07-27T18:59:07.982 INFO:tasks.workunit.client.0.smithi029.stdout:op 5507 completed, throughput=5MB/sec 2024-07-27T18:59:07.982 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uoTO1oJl5X_8ESD off=2247505 len=1936501 2024-07-27T18:59:07.990 INFO:tasks.workunit.client.0.smithi029.stdout:op 5508 completed, throughput=5MB/sec 2024-07-27T18:59:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:08 smithi179 ceph-mon[89801]: pgmap v1960: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:59:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:08 smithi029 ceph-mon[96870]: pgmap v1960: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:59:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:08 smithi029 ceph-mon[99353]: pgmap v1960: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:59:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: 1092: throughput=5MB/sec pending data=0 2024-07-27T18:59:08.991 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-spF3eWLy6UELLK6 off=12242154 len=2013805 2024-07-27T18:59:08.993 INFO:tasks.workunit.client.0.smithi029.stdout:op 5509 completed, throughput=5MB/sec 2024-07-27T18:59:08.994 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VZNSss1R7UXAqfT off=2647696 len=587756 2024-07-27T18:59:08.995 INFO:tasks.workunit.client.0.smithi029.stdout:op 5510 completed, throughput=5MB/sec 2024-07-27T18:59:08.995 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3G6nI8oWZSi8nHi off=12058552 len=1502582 2024-07-27T18:59:09.004 INFO:tasks.workunit.client.0.smithi029.stdout:op 5511 completed, throughput=5MB/sec 2024-07-27T18:59:09.004 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UTpkpKpItw8SXzM off=17037886 len=55295 2024-07-27T18:59:09.004 INFO:tasks.workunit.client.0.smithi029.stdout:op 5512 completed, throughput=5MB/sec 2024-07-27T18:59:09.004 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oot45IGwXcSy8lN off=14553904 len=1206967 2024-07-27T18:59:09.006 INFO:tasks.workunit.client.0.smithi029.stdout:op 5513 completed, throughput=5MB/sec 2024-07-27T18:59:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:59:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:59:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:59:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: 1093: throughput=5MB/sec pending data=0 2024-07-27T18:59:10.006 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-d9ilJVik71DN61F off=9304833 len=1593886 2024-07-27T18:59:10.016 INFO:tasks.workunit.client.0.smithi029.stdout:op 5514 completed, throughput=5MB/sec 2024-07-27T18:59:10.017 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8M_UBCQKtEFxdSM off=73394 len=316467 2024-07-27T18:59:10.017 INFO:tasks.workunit.client.0.smithi029.stdout:op 5515 completed, throughput=5MB/sec 2024-07-27T18:59:10.017 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h1rNz0AV5DlFEhR off=1484134 len=394124 2024-07-27T18:59:10.018 INFO:tasks.workunit.client.0.smithi029.stdout:op 5516 completed, throughput=5MB/sec 2024-07-27T18:59:10.019 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_hT9xqocUNuKQee off=15258633 len=436983 2024-07-27T18:59:10.019 INFO:tasks.workunit.client.0.smithi029.stdout:op 5517 completed, throughput=5MB/sec 2024-07-27T18:59:10.019 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h0gzcdO-Nj5wr6A off=12315991 len=1135453 2024-07-27T18:59:10.021 INFO:tasks.workunit.client.0.smithi029.stdout:op 5518 completed, throughput=5MB/sec 2024-07-27T18:59:10.021 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-P8tooaqALvnC_LR off=4316938 len=1375496 2024-07-27T18:59:10.022 INFO:tasks.workunit.client.0.smithi029.stdout:op 5519 completed, throughput=5MB/sec 2024-07-27T18:59:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:10 smithi029 ceph-mon[96870]: pgmap v1961: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:59:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:10 smithi029 ceph-mon[99353]: pgmap v1961: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:59:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:10 smithi179 ceph-mon[89801]: pgmap v1961: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.8 MiB/s wr, 6 op/s 2024-07-27T18:59:11.023 INFO:tasks.workunit.client.0.smithi029.stdout: 1094: throughput=5MB/sec pending data=0 2024-07-27T18:59:11.023 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vgXj0EXN3MO2pSA off=3405231 len=1416827 2024-07-27T18:59:11.032 INFO:tasks.workunit.client.0.smithi029.stdout:op 5520 completed, throughput=5MB/sec 2024-07-27T18:59:11.032 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Gs0x2pzoR525nJs off=8096074 len=519974 2024-07-27T18:59:11.033 INFO:tasks.workunit.client.0.smithi029.stdout:op 5521 completed, throughput=5MB/sec 2024-07-27T18:59:11.033 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ty0k5NTUguU1Lzs off=10782717 len=1471658 2024-07-27T18:59:11.035 INFO:tasks.workunit.client.0.smithi029.stdout:op 5522 completed, throughput=5MB/sec 2024-07-27T18:59:11.035 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-71GFoAHrRosm1SP off=1241990 len=653248 2024-07-27T18:59:11.036 INFO:tasks.workunit.client.0.smithi029.stdout:op 5523 completed, throughput=5MB/sec 2024-07-27T18:59:11.036 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-M_NENd8r_KUJ4Xp off=2996131 len=122247 2024-07-27T18:59:11.037 INFO:tasks.workunit.client.0.smithi029.stdout:op 5524 completed, throughput=5MB/sec 2024-07-27T18:59:11.037 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vP3vKSAIQR1g4Ni off=9449105 len=1841076 2024-07-27T18:59:11.048 INFO:tasks.workunit.client.0.smithi029.stdout:op 5525 completed, throughput=5MB/sec 2024-07-27T18:59:12.048 INFO:tasks.workunit.client.0.smithi029.stdout: 1095: throughput=5MB/sec pending data=0 2024-07-27T18:59:12.048 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h_XlW60Q0zYib6w off=11625956 len=1662509 2024-07-27T18:59:12.051 INFO:tasks.workunit.client.0.smithi029.stdout:op 5526 completed, throughput=5MB/sec 2024-07-27T18:59:12.051 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-78vgbqubk3ts_pB off=15373418 len=937091 2024-07-27T18:59:12.054 INFO:tasks.workunit.client.0.smithi029.stdout:op 5527 completed, throughput=5MB/sec 2024-07-27T18:59:12.054 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v4tQFNftIlhYIIS off=3584361 len=605849 2024-07-27T18:59:12.055 INFO:tasks.workunit.client.0.smithi029.stdout:op 5528 completed, throughput=5MB/sec 2024-07-27T18:59:12.055 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-laAMt266gGGf391 off=7876346 len=293193 2024-07-27T18:59:12.056 INFO:tasks.workunit.client.0.smithi029.stdout:op 5529 completed, throughput=5MB/sec 2024-07-27T18:59:12.056 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4Ioop56liAIn4NM off=14044372 len=1513415 2024-07-27T18:59:12.058 INFO:tasks.workunit.client.0.smithi029.stdout:op 5530 completed, throughput=5MB/sec 2024-07-27T18:59:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:12 smithi029 ceph-mon[96870]: pgmap v1962: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:59:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:59:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:59:12] "GET /metrics HTTP/1.1" 200 34048 "" "Prometheus/2.43.0" 2024-07-27T18:59:12.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:12 smithi029 ceph-mon[99353]: pgmap v1962: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:59:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:12 smithi179 ceph-mon[89801]: pgmap v1962: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:59:13.058 INFO:tasks.workunit.client.0.smithi029.stdout: 1096: throughput=5MB/sec pending data=0 2024-07-27T18:59:13.058 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WQ4qO8OzePPpNPv off=3588270 len=1092678 2024-07-27T18:59:13.065 INFO:tasks.workunit.client.0.smithi029.stdout:op 5531 completed, throughput=5MB/sec 2024-07-27T18:59:13.065 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bjgXoVVg_WCJlEz off=4998567 len=1721086 2024-07-27T18:59:13.069 INFO:tasks.workunit.client.0.smithi029.stdout:op 5532 completed, throughput=5MB/sec 2024-07-27T18:59:13.069 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xW3Mle4b_Y4fucB off=1413671 len=1500370 2024-07-27T18:59:13.076 INFO:tasks.workunit.client.0.smithi029.stdout:op 5533 completed, throughput=5MB/sec 2024-07-27T18:59:14.077 INFO:tasks.workunit.client.0.smithi029.stdout: 1097: throughput=5MB/sec pending data=0 2024-07-27T18:59:14.077 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uKyVheWYOXyZ1xS off=595738 len=483176 2024-07-27T18:59:14.077 INFO:tasks.workunit.client.0.smithi029.stdout:op 5534 completed, throughput=5MB/sec 2024-07-27T18:59:14.078 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-C8kgSeP52iw-Wcy off=1928782 len=1348517 2024-07-27T18:59:14.079 INFO:tasks.workunit.client.0.smithi029.stdout:op 5535 completed, throughput=5MB/sec 2024-07-27T18:59:14.079 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fYKlqx7-lJqRSam off=672830 len=2010211 2024-07-27T18:59:14.081 INFO:tasks.workunit.client.0.smithi029.stdout:op 5536 completed, throughput=5MB/sec 2024-07-27T18:59:14.082 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SRiqbOHBeS6RobJ off=2225914 len=611218 2024-07-27T18:59:14.086 INFO:tasks.workunit.client.0.smithi029.stdout:op 5537 completed, throughput=5MB/sec 2024-07-27T18:59:14.086 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj--SDxc8GkUjYc2Rt off=1753611 len=1470192 2024-07-27T18:59:14.088 INFO:tasks.workunit.client.0.smithi029.stdout:op 5538 completed, throughput=5MB/sec 2024-07-27T18:59:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:14 smithi029 ceph-mon[96870]: pgmap v1963: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:59:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:14 smithi029 ceph-mon[99353]: pgmap v1963: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:59:14.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:14 smithi179 ceph-mon[89801]: pgmap v1963: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T18:59:15.088 INFO:tasks.workunit.client.0.smithi029.stdout: 1098: throughput=5MB/sec pending data=0 2024-07-27T18:59:15.089 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--0TVhCBfNv6nPcI off=165333 len=1313945 2024-07-27T18:59:15.097 INFO:tasks.workunit.client.0.smithi029.stdout:op 5539 completed, throughput=5MB/sec 2024-07-27T18:59:15.097 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Hva6NMWCcAUQcvs off=1045723 len=2008604 2024-07-27T18:59:15.101 INFO:tasks.workunit.client.0.smithi029.stdout:op 5540 completed, throughput=5MB/sec 2024-07-27T18:59:15.101 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-mNZTqyol_ds4-Fd off=3494090 len=867941 2024-07-27T18:59:15.101 INFO:tasks.workunit.client.0.smithi029.stdout:op 5541 completed, throughput=5MB/sec 2024-07-27T18:59:15.101 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hEKSk3EJKUleCVM off=1506085 len=908320 2024-07-27T18:59:15.106 INFO:tasks.workunit.client.0.smithi029.stdout:op 5542 completed, throughput=5MB/sec 2024-07-27T18:59:16.106 INFO:tasks.workunit.client.0.smithi029.stdout: 1099: throughput=5MB/sec pending data=0 2024-07-27T18:59:16.106 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-XXRUleV9Qql7zdX off=1656670 len=1113310 2024-07-27T18:59:16.113 INFO:tasks.workunit.client.0.smithi029.stdout:op 5543 completed, throughput=5MB/sec 2024-07-27T18:59:16.113 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1Vn1h5oztvvdE2S off=4605945 len=1359563 2024-07-27T18:59:16.122 INFO:tasks.workunit.client.0.smithi029.stdout:op 5544 completed, throughput=5MB/sec 2024-07-27T18:59:16.122 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-i69t3UPxP_NEidp off=956027 len=640908 2024-07-27T18:59:16.126 INFO:tasks.workunit.client.0.smithi029.stdout:op 5545 completed, throughput=5MB/sec 2024-07-27T18:59:16.126 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IpQb5-IytZOkUrj off=1490186 len=1160976 2024-07-27T18:59:16.128 INFO:tasks.workunit.client.0.smithi029.stdout:op 5546 completed, throughput=5MB/sec 2024-07-27T18:59:16.128 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MVE2mj0EYJXstHH off=323580 len=752691 2024-07-27T18:59:16.133 INFO:tasks.workunit.client.0.smithi029.stdout:op 5547 completed, throughput=5MB/sec 2024-07-27T18:59:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:16 smithi029 ceph-mon[96870]: pgmap v1964: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:59:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:16 smithi029 ceph-mon[99353]: pgmap v1964: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:59:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:16 smithi179 ceph-mon[89801]: pgmap v1964: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:59:17.133 INFO:tasks.workunit.client.0.smithi029.stdout: 1100: throughput=5MB/sec pending data=0 2024-07-27T18:59:17.133 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3jrNdpm4HCeu4pB off=6493903 len=134947 2024-07-27T18:59:17.136 INFO:tasks.workunit.client.0.smithi029.stdout:op 5548 completed, throughput=5MB/sec 2024-07-27T18:59:17.136 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-RgI3fQZwfa6BbTu off=3352913 len=1283599 2024-07-27T18:59:17.138 INFO:tasks.workunit.client.0.smithi029.stdout:op 5549 completed, throughput=5MB/sec 2024-07-27T18:59:17.138 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ghjHTYtgxAgXbcH off=13182693 len=2016066 2024-07-27T18:59:17.151 INFO:tasks.workunit.client.0.smithi029.stdout:op 5550 completed, throughput=5MB/sec 2024-07-27T18:59:17.151 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WfGcOvf6OknkEWe off=4245218 len=1386638 2024-07-27T18:59:17.154 INFO:tasks.workunit.client.0.smithi029.stdout:op 5551 completed, throughput=5MB/sec 2024-07-27T18:59:17.154 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-emndRbt17MXQnTg off=14356308 len=539813 2024-07-27T18:59:17.158 INFO:tasks.workunit.client.0.smithi029.stdout:op 5552 completed, throughput=5MB/sec 2024-07-27T18:59:18.159 INFO:tasks.workunit.client.0.smithi029.stdout: 1101: throughput=5MB/sec pending data=0 2024-07-27T18:59:18.159 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eoNgtQ6ePm2KkXA off=4003344 len=1506316 2024-07-27T18:59:18.161 INFO:tasks.workunit.client.0.smithi029.stdout:op 5553 completed, throughput=5MB/sec 2024-07-27T18:59:18.161 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-6SvqMhDbhItvxOa off=3983029 len=1726628 2024-07-27T18:59:18.170 INFO:tasks.workunit.client.0.smithi029.stdout:op 5554 completed, throughput=5MB/sec 2024-07-27T18:59:18.170 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-w4ByfUf2cv926xB off=9071991 len=1784710 2024-07-27T18:59:18.172 INFO:tasks.workunit.client.0.smithi029.stdout:op 5555 completed, throughput=5MB/sec 2024-07-27T18:59:18.172 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PiFneRFqywmI-53 off=6473 len=1263533 2024-07-27T18:59:18.179 INFO:tasks.workunit.client.0.smithi029.stdout:op 5556 completed, throughput=5MB/sec 2024-07-27T18:59:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:18 smithi029 ceph-mon[96870]: pgmap v1965: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:59:18.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:18 smithi029 ceph-mon[99353]: pgmap v1965: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:59:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:18 smithi179 ceph-mon[89801]: pgmap v1965: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.7 MiB/s wr, 4 op/s 2024-07-27T18:59:19.179 INFO:tasks.workunit.client.0.smithi029.stdout: 1102: throughput=5MB/sec pending data=0 2024-07-27T18:59:19.179 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5ELNC2Y6_GMpkRB off=5375660 len=1082881 2024-07-27T18:59:19.185 INFO:tasks.workunit.client.0.smithi029.stdout:op 5557 completed, throughput=5MB/sec 2024-07-27T18:59:19.185 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MDJBWEfSCabSQTG off=5000480 len=296958 2024-07-27T18:59:19.189 INFO:tasks.workunit.client.0.smithi029.stdout:op 5558 completed, throughput=5MB/sec 2024-07-27T18:59:19.189 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A9iSMFvVZ6vXjVI off=6413797 len=1147524 2024-07-27T18:59:19.191 INFO:tasks.workunit.client.0.smithi029.stdout:op 5559 completed, throughput=5MB/sec 2024-07-27T18:59:19.191 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8TFBEO7YH_aA4A- off=0 len=1608642 2024-07-27T18:59:19.193 INFO:tasks.workunit.client.0.smithi029.stdout:op 5560 completed, throughput=5MB/sec 2024-07-27T18:59:20.194 INFO:tasks.workunit.client.0.smithi029.stdout: 1103: throughput=5MB/sec pending data=0 2024-07-27T18:59:20.207 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0So6R-dzhdhkIY6 off=7754731 len=645560 2024-07-27T18:59:20.208 INFO:tasks.workunit.client.0.smithi029.stdout:op 5561 completed, throughput=5MB/sec 2024-07-27T18:59:20.208 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xci2YzHFDYONpH9 off=4094018 len=566666 2024-07-27T18:59:20.208 INFO:tasks.workunit.client.0.smithi029.stdout:op 5562 completed, throughput=5MB/sec 2024-07-27T18:59:20.208 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DuYkWWTbKbAuZVV off=3675088 len=297658 2024-07-27T18:59:20.209 INFO:tasks.workunit.client.0.smithi029.stdout:op 5563 completed, throughput=5MB/sec 2024-07-27T18:59:20.209 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-f8GSzicF6Z2f2tM off=0 len=1117887 2024-07-27T18:59:20.213 INFO:tasks.workunit.client.0.smithi029.stdout:op 5564 completed, throughput=5MB/sec 2024-07-27T18:59:20.213 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NJWeK_L7NkuaJ3m off=259086 len=1706628 2024-07-27T18:59:20.215 INFO:tasks.workunit.client.0.smithi029.stdout:op 5565 completed, throughput=5MB/sec 2024-07-27T18:59:20.215 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lUwLHLvKBkVoc0s off=11804913 len=177284 2024-07-27T18:59:20.218 INFO:tasks.workunit.client.0.smithi029.stdout:op 5566 completed, throughput=5MB/sec 2024-07-27T18:59:20.218 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-d3pU5clUuZ3cFbi off=12676958 len=1841962 2024-07-27T18:59:20.229 INFO:tasks.workunit.client.0.smithi029.stdout:op 5567 completed, throughput=5MB/sec 2024-07-27T18:59:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:20 smithi029 ceph-mon[96870]: pgmap v1966: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:59:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:20 smithi029 ceph-mon[99353]: pgmap v1966: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:59:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:20 smithi179 ceph-mon[89801]: pgmap v1966: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:59:21.229 INFO:tasks.workunit.client.0.smithi029.stdout: 1104: throughput=5MB/sec pending data=0 2024-07-27T18:59:21.229 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-g7qw2issVskW0GP off=3109570 len=1429188 2024-07-27T18:59:21.231 INFO:tasks.workunit.client.0.smithi029.stdout:op 5568 completed, throughput=5MB/sec 2024-07-27T18:59:21.231 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AY_JCVS0EdeyLhS off=10831064 len=771459 2024-07-27T18:59:21.232 INFO:tasks.workunit.client.0.smithi029.stdout:op 5569 completed, throughput=5MB/sec 2024-07-27T18:59:21.232 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TceyH-NRBpsu5rX off=2316458 len=429957 2024-07-27T18:59:21.233 INFO:tasks.workunit.client.0.smithi029.stdout:op 5570 completed, throughput=5MB/sec 2024-07-27T18:59:21.233 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-srFA1Tt0tMJiOW9 off=978101 len=1124320 2024-07-27T18:59:21.239 INFO:tasks.workunit.client.0.smithi029.stdout:op 5571 completed, throughput=5MB/sec 2024-07-27T18:59:21.239 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-27qQlBgW_HR5z7T off=6647238 len=1013400 2024-07-27T18:59:21.244 INFO:tasks.workunit.client.0.smithi029.stdout:op 5572 completed, throughput=5MB/sec 2024-07-27T18:59:22.244 INFO:tasks.workunit.client.0.smithi029.stdout: 1105: throughput=5MB/sec pending data=0 2024-07-27T18:59:22.244 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2_Fr_ksfpYM8lhQ off=7418935 len=1596743 2024-07-27T18:59:22.252 INFO:tasks.workunit.client.0.smithi029.stdout:op 5573 completed, throughput=5MB/sec 2024-07-27T18:59:22.252 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FBVrmFtJZIjWUVP off=2468005 len=1118652 2024-07-27T18:59:22.256 INFO:tasks.workunit.client.0.smithi029.stdout:op 5574 completed, throughput=5MB/sec 2024-07-27T18:59:22.256 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8oL2X2Xmzgdl_sF off=1878439 len=1489491 2024-07-27T18:59:22.264 INFO:tasks.workunit.client.0.smithi029.stdout:op 5575 completed, throughput=5MB/sec 2024-07-27T18:59:22.264 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CDCUcY6ltWALoZf off=558228 len=333575 2024-07-27T18:59:22.267 INFO:tasks.workunit.client.0.smithi029.stdout:op 5576 completed, throughput=5MB/sec 2024-07-27T18:59:22.267 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iDETdmcNKfKaN3s off=15610274 len=677289 2024-07-27T18:59:22.268 INFO:tasks.workunit.client.0.smithi029.stdout:op 5577 completed, throughput=5MB/sec 2024-07-27T18:59:22.715 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:22 smithi179 ceph-mon[89801]: pgmap v1967: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.7 MiB/s wr, 3 op/s 2024-07-27T18:59:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:22 smithi029 ceph-mon[96870]: pgmap v1967: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.7 MiB/s wr, 3 op/s 2024-07-27T18:59:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:22 smithi029 ceph-mon[99353]: pgmap v1967: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.4 MiB/s rd, 1.7 MiB/s wr, 3 op/s 2024-07-27T18:59:22.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:59:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:59:22] "GET /metrics HTTP/1.1" 200 34048 "" "Prometheus/2.43.0" 2024-07-27T18:59:23.269 INFO:tasks.workunit.client.0.smithi029.stdout: 1106: throughput=5MB/sec pending data=0 2024-07-27T18:59:23.269 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-dqXf-NtKQml1en0 off=14417892 len=938595 2024-07-27T18:59:23.274 INFO:tasks.workunit.client.0.smithi029.stdout:op 5578 completed, throughput=5MB/sec 2024-07-27T18:59:23.275 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Jq5AzcQnr8BrmHG off=185411 len=870500 2024-07-27T18:59:23.280 INFO:tasks.workunit.client.0.smithi029.stdout:op 5579 completed, throughput=5MB/sec 2024-07-27T18:59:23.280 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iJYKiZAhJubjZGZ off=4979774 len=625445 2024-07-27T18:59:23.281 INFO:tasks.workunit.client.0.smithi029.stdout:op 5580 completed, throughput=5MB/sec 2024-07-27T18:59:23.281 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-b8QJSim5OxYozdJ off=8808078 len=230588 2024-07-27T18:59:23.284 INFO:tasks.workunit.client.0.smithi029.stdout:op 5581 completed, throughput=5MB/sec 2024-07-27T18:59:23.284 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7pDVyzWEK9PuobN off=803647 len=1657731 2024-07-27T18:59:23.286 INFO:tasks.workunit.client.0.smithi029.stdout:op 5582 completed, throughput=5MB/sec 2024-07-27T18:59:23.286 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n9aysVF1U_RZgcZ off=348275 len=92871 2024-07-27T18:59:23.289 INFO:tasks.workunit.client.0.smithi029.stdout:op 5583 completed, throughput=5MB/sec 2024-07-27T18:59:23.289 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sy7A9qEhvbb_QDE off=10322339 len=244207 2024-07-27T18:59:23.290 INFO:tasks.workunit.client.0.smithi029.stdout:op 5584 completed, throughput=5MB/sec 2024-07-27T18:59:23.290 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-42gzNgMz1T5YEQv off=14266158 len=1152052 2024-07-27T18:59:23.295 INFO:tasks.workunit.client.0.smithi029.stdout:op 5585 completed, throughput=5MB/sec 2024-07-27T18:59:24.295 INFO:tasks.workunit.client.0.smithi029.stdout: 1107: throughput=5MB/sec pending data=0 2024-07-27T18:59:24.296 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xdbYPsgFxS9C5Cs off=2668904 len=1996343 2024-07-27T18:59:24.307 INFO:tasks.workunit.client.0.smithi029.stdout:op 5586 completed, throughput=5MB/sec 2024-07-27T18:59:24.307 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TcJn7XDF6sYPIHd off=5202190 len=1216905 2024-07-27T18:59:24.313 INFO:tasks.workunit.client.0.smithi029.stdout:op 5587 completed, throughput=5MB/sec 2024-07-27T18:59:24.314 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-DnXT-7-IhqWN_vJ off=806129 len=2061504 2024-07-27T18:59:24.315 INFO:tasks.workunit.client.0.smithi029.stdout:op 5588 completed, throughput=5MB/sec 2024-07-27T18:59:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:24 smithi029 ceph-mon[96870]: pgmap v1968: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:59:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:59:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:24 smithi029 ceph-mon[99353]: pgmap v1968: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:59:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:59:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:24 smithi179 ceph-mon[89801]: pgmap v1968: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:59:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:59:25.316 INFO:tasks.workunit.client.0.smithi029.stdout: 1108: throughput=5MB/sec pending data=0 2024-07-27T18:59:25.316 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LZKgDgRPJsbnR9b off=1838876 len=1025224 2024-07-27T18:59:25.322 INFO:tasks.workunit.client.0.smithi029.stdout:op 5589 completed, throughput=5MB/sec 2024-07-27T18:59:25.322 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-utKsaqK_fQbBtC9 off=1749822 len=1977062 2024-07-27T18:59:25.331 INFO:tasks.workunit.client.0.smithi029.stdout:op 5590 completed, throughput=5MB/sec 2024-07-27T18:59:25.331 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_B04cIEsWjcoEk9 off=5282721 len=301174 2024-07-27T18:59:25.331 INFO:tasks.workunit.client.0.smithi029.stdout:op 5591 completed, throughput=5MB/sec 2024-07-27T18:59:25.332 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--VGHyMawmHGOCqP off=3523622 len=524001 2024-07-27T18:59:25.335 INFO:tasks.workunit.client.0.smithi029.stdout:op 5592 completed, throughput=5MB/sec 2024-07-27T18:59:25.335 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1NDTe6i0moO6H3B off=5038407 len=1786761 2024-07-27T18:59:25.345 INFO:tasks.workunit.client.0.smithi029.stdout:op 5593 completed, throughput=5MB/sec 2024-07-27T18:59:26.345 INFO:tasks.workunit.client.0.smithi029.stdout: 1109: throughput=5MB/sec pending data=0 2024-07-27T18:59:26.345 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hQTfJeXWz97VmYN off=14809238 len=1739775 2024-07-27T18:59:26.347 INFO:tasks.workunit.client.0.smithi029.stdout:op 5594 completed, throughput=5MB/sec 2024-07-27T18:59:26.347 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_fNd1jqHjZcCJXn off=20265458 len=829551 2024-07-27T18:59:26.352 INFO:tasks.workunit.client.0.smithi029.stdout:op 5595 completed, throughput=5MB/sec 2024-07-27T18:59:26.352 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-5EstolEsn8g2CII off=3875212 len=1756648 2024-07-27T18:59:26.357 INFO:tasks.workunit.client.0.smithi029.stdout:op 5596 completed, throughput=5MB/sec 2024-07-27T18:59:26.357 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xYI8Nb-Ey0KiOra off=1515032 len=239985 2024-07-27T18:59:26.358 INFO:tasks.workunit.client.0.smithi029.stdout:op 5597 completed, throughput=5MB/sec 2024-07-27T18:59:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:26 smithi029 ceph-mon[96870]: pgmap v1969: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:59:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:26 smithi029 ceph-mon[99353]: pgmap v1969: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:59:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:26 smithi179 ceph-mon[89801]: pgmap v1969: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.3 MiB/s wr, 5 op/s 2024-07-27T18:59:27.358 INFO:tasks.workunit.client.0.smithi029.stdout: 1110: throughput=5MB/sec pending data=0 2024-07-27T18:59:27.358 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DNs_TZpEaTWTD-M off=4283998 len=1336750 2024-07-27T18:59:27.364 INFO:tasks.workunit.client.0.smithi029.stdout:op 5598 completed, throughput=5MB/sec 2024-07-27T18:59:27.365 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-H2_IpPB4dsm6foH off=182154 len=1824105 2024-07-27T18:59:27.368 INFO:tasks.workunit.client.0.smithi029.stdout:op 5599 completed, throughput=5MB/sec 2024-07-27T18:59:27.368 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-5EE8qgEEwtfM7pA off=869938 len=65438 2024-07-27T18:59:27.371 INFO:tasks.workunit.client.0.smithi029.stdout:op 5600 completed, throughput=5MB/sec 2024-07-27T18:59:27.371 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8JMB2cOEvQqWFbq off=19356713 len=1221336 2024-07-27T18:59:27.373 INFO:tasks.workunit.client.0.smithi029.stdout:op 5601 completed, throughput=5MB/sec 2024-07-27T18:59:27.373 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kltmuQW5hSYiTge off=5639886 len=413350 2024-07-27T18:59:27.376 INFO:tasks.workunit.client.0.smithi029.stdout:op 5602 completed, throughput=5MB/sec 2024-07-27T18:59:27.377 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-85p6-KjDhXRA-lW off=841729 len=1626789 2024-07-27T18:59:27.385 INFO:tasks.workunit.client.0.smithi029.stdout:op 5603 completed, throughput=5MB/sec 2024-07-27T18:59:28.386 INFO:tasks.workunit.client.0.smithi029.stdout: 1111: throughput=5MB/sec pending data=0 2024-07-27T18:59:28.386 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SG9e06FGwZu5MVs off=3967173 len=311435 2024-07-27T18:59:28.389 INFO:tasks.workunit.client.0.smithi029.stdout:op 5604 completed, throughput=5MB/sec 2024-07-27T18:59:28.389 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4a6_UBSaanL1BYY off=14385128 len=1845207 2024-07-27T18:59:28.397 INFO:tasks.workunit.client.0.smithi029.stdout:op 5605 completed, throughput=5MB/sec 2024-07-27T18:59:28.398 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pVwolywPrdGyZRh off=8353591 len=1881851 2024-07-27T18:59:28.401 INFO:tasks.workunit.client.0.smithi029.stdout:op 5606 completed, throughput=5MB/sec 2024-07-27T18:59:28.401 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-meSb7ey1RALS01I off=2953712 len=1119306 2024-07-27T18:59:28.403 INFO:tasks.workunit.client.0.smithi029.stdout:op 5607 completed, throughput=5MB/sec 2024-07-27T18:59:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:28 smithi029 ceph-mon[96870]: pgmap v1970: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:59:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:28 smithi029 ceph-mon[99353]: pgmap v1970: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:59:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:28 smithi179 ceph-mon[89801]: pgmap v1970: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T18:59:29.404 INFO:tasks.workunit.client.0.smithi029.stdout: 1112: throughput=5MB/sec pending data=0 2024-07-27T18:59:29.404 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hg-h1PBn5LkJyY2 off=2610619 len=1055814 2024-07-27T18:59:29.405 INFO:tasks.workunit.client.0.smithi029.stdout:op 5608 completed, throughput=5MB/sec 2024-07-27T18:59:29.405 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-l9sSqtXLLO8BtP7 off=3121652 len=282470 2024-07-27T18:59:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:op 5609 completed, throughput=5MB/sec 2024-07-27T18:59:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-D0xrJy5DbORWldq off=2632160 len=1660260 2024-07-27T18:59:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:op 5610 completed, throughput=5MB/sec 2024-07-27T18:59:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wHJkTYzr56KThjj off=9863894 len=781590 2024-07-27T18:59:29.418 INFO:tasks.workunit.client.0.smithi029.stdout:op 5611 completed, throughput=5MB/sec 2024-07-27T18:59:29.418 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-fSvazoGpNHau-qY off=18977848 len=289358 2024-07-27T18:59:29.421 INFO:tasks.workunit.client.0.smithi029.stdout:op 5612 completed, throughput=5MB/sec 2024-07-27T18:59:29.421 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-d6BJyTnwgxzEqkD off=8398783 len=1938813 2024-07-27T18:59:29.429 INFO:tasks.workunit.client.0.smithi029.stdout:op 5613 completed, throughput=5MB/sec 2024-07-27T18:59:30.429 INFO:tasks.workunit.client.0.smithi029.stdout: 1113: throughput=5MB/sec pending data=0 2024-07-27T18:59:30.430 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vMLsFsLMLEbBWv0 off=5419948 len=1222553 2024-07-27T18:59:30.437 INFO:tasks.workunit.client.0.smithi029.stdout:op 5614 completed, throughput=5MB/sec 2024-07-27T18:59:30.437 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2ykXiYtrIZ2Sm4L off=3568703 len=18974 2024-07-27T18:59:30.439 INFO:tasks.workunit.client.0.smithi029.stdout:op 5615 completed, throughput=5MB/sec 2024-07-27T18:59:30.439 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qeZEClOYtEUejQH off=14156634 len=34431 2024-07-27T18:59:30.439 INFO:tasks.workunit.client.0.smithi029.stdout:op 5616 completed, throughput=5MB/sec 2024-07-27T18:59:30.440 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-i8sCVGLzb9mlXbm off=4218962 len=367522 2024-07-27T18:59:30.442 INFO:tasks.workunit.client.0.smithi029.stdout:op 5617 completed, throughput=5MB/sec 2024-07-27T18:59:30.443 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-zSNtkZvIFJeM5C2 off=10936583 len=1965106 2024-07-27T18:59:30.450 INFO:tasks.workunit.client.0.smithi029.stdout:op 5618 completed, throughput=5MB/sec 2024-07-27T18:59:30.450 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vA_85vLpvckQyrl off=263564 len=738716 2024-07-27T18:59:30.454 INFO:tasks.workunit.client.0.smithi029.stdout:op 5619 completed, throughput=5MB/sec 2024-07-27T18:59:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:30 smithi029 ceph-mon[96870]: pgmap v1971: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:59:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:30 smithi029 ceph-mon[99353]: pgmap v1971: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:59:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:30 smithi179 ceph-mon[89801]: pgmap v1971: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T18:59:31.455 INFO:tasks.workunit.client.0.smithi029.stdout: 1114: throughput=5MB/sec pending data=0 2024-07-27T18:59:31.455 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-145euQNGBV0FVd- off=8403211 len=1876275 2024-07-27T18:59:31.464 INFO:tasks.workunit.client.0.smithi029.stdout:op 5620 completed, throughput=5MB/sec 2024-07-27T18:59:31.464 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ImedKO__mQdmh-B off=575586 len=1171235 2024-07-27T18:59:31.465 INFO:tasks.workunit.client.0.smithi029.stdout:op 5621 completed, throughput=5MB/sec 2024-07-27T18:59:31.465 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yOW6eEXQ7rl6gtl off=0 len=1067177 2024-07-27T18:59:31.471 INFO:tasks.workunit.client.0.smithi029.stdout:op 5622 completed, throughput=5MB/sec 2024-07-27T18:59:31.471 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rVUcTjeIPdNgNHU off=7554028 len=661190 2024-07-27T18:59:31.472 INFO:tasks.workunit.client.0.smithi029.stdout:op 5623 completed, throughput=5MB/sec 2024-07-27T18:59:32.472 INFO:tasks.workunit.client.0.smithi029.stdout: 1115: throughput=5MB/sec pending data=0 2024-07-27T18:59:32.472 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-93DeY2RtzSkqPXI off=10455416 len=1909712 2024-07-27T18:59:32.474 INFO:tasks.workunit.client.0.smithi029.stdout:op 5624 completed, throughput=5MB/sec 2024-07-27T18:59:32.475 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-LySWPGu1ltADSt5 off=11495823 len=675794 2024-07-27T18:59:32.479 INFO:tasks.workunit.client.0.smithi029.stdout:op 5625 completed, throughput=5MB/sec 2024-07-27T18:59:32.479 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-crqCeQR98k2Cy1V off=3439582 len=1560934 2024-07-27T18:59:32.487 INFO:tasks.workunit.client.0.smithi029.stdout:op 5626 completed, throughput=5MB/sec 2024-07-27T18:59:32.487 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q_eZ5ZR6yUF_su8 off=10921911 len=1114125 2024-07-27T18:59:32.490 INFO:tasks.workunit.client.0.smithi029.stdout:op 5627 completed, throughput=5MB/sec 2024-07-27T18:59:32.490 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jNMvwmT_6TCp24C off=18337912 len=3857 2024-07-27T18:59:32.490 INFO:tasks.workunit.client.0.smithi029.stdout:op 5628 completed, throughput=5MB/sec 2024-07-27T18:59:32.490 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VXmRfD2TddM3ns9 off=5812406 len=972603 2024-07-27T18:59:32.491 INFO:tasks.workunit.client.0.smithi029.stdout:op 5629 completed, throughput=5MB/sec 2024-07-27T18:59:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:32 smithi029 ceph-mon[96870]: pgmap v1972: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:59:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:32 smithi029 ceph-mon[99353]: pgmap v1972: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:59:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:59:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:59:32] "GET /metrics HTTP/1.1" 200 34051 "" "Prometheus/2.43.0" 2024-07-27T18:59:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:32 smithi179 ceph-mon[89801]: pgmap v1972: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 1.6 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T18:59:33.492 INFO:tasks.workunit.client.0.smithi029.stdout: 1116: throughput=5MB/sec pending data=0 2024-07-27T18:59:33.492 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vQX-lgRP7rshKtj off=1424103 len=1042309 2024-07-27T18:59:33.498 INFO:tasks.workunit.client.0.smithi029.stdout:op 5630 completed, throughput=5MB/sec 2024-07-27T18:59:33.498 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-njx4oYt7LFOsmKI off=1516190 len=2019954 2024-07-27T18:59:33.500 INFO:tasks.workunit.client.0.smithi029.stdout:op 5631 completed, throughput=5MB/sec 2024-07-27T18:59:33.500 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tdCv0ZQkjNvQ-Ju off=16033793 len=399431 2024-07-27T18:59:33.504 INFO:tasks.workunit.client.0.smithi029.stdout:op 5632 completed, throughput=5MB/sec 2024-07-27T18:59:33.504 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-M1rKmsCXi6whCzV off=7637859 len=905141 2024-07-27T18:59:33.505 INFO:tasks.workunit.client.0.smithi029.stdout:op 5633 completed, throughput=5MB/sec 2024-07-27T18:59:33.505 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ctyU1vi40ZKz0W_ off=1840389 len=1301273 2024-07-27T18:59:33.512 INFO:tasks.workunit.client.0.smithi029.stdout:op 5634 completed, throughput=5MB/sec 2024-07-27T18:59:34.512 INFO:tasks.workunit.client.0.smithi029.stdout: 1117: throughput=5MB/sec pending data=0 2024-07-27T18:59:34.513 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-S2GvfI9c7nHl-p5 off=5344667 len=1350410 2024-07-27T18:59:34.519 INFO:tasks.workunit.client.0.smithi029.stdout:op 5635 completed, throughput=5MB/sec 2024-07-27T18:59:34.519 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mjJq9zp1BL0FCe9 off=5546358 len=2026894 2024-07-27T18:59:34.528 INFO:tasks.workunit.client.0.smithi029.stdout:op 5636 completed, throughput=5MB/sec 2024-07-27T18:59:34.528 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Rm6CvGA3j6IC5be off=212668 len=1224737 2024-07-27T18:59:34.534 INFO:tasks.workunit.client.0.smithi029.stdout:op 5637 completed, throughput=5MB/sec 2024-07-27T18:59:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:34 smithi029 ceph-mon[96870]: pgmap v1973: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:59:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:34 smithi029 ceph-mon[99353]: pgmap v1973: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:59:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:34 smithi179 ceph-mon[89801]: pgmap v1973: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T18:59:35.534 INFO:tasks.workunit.client.0.smithi029.stdout: 1118: throughput=5MB/sec pending data=0 2024-07-27T18:59:35.534 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zB9pASRHcnRtVmJ off=5757223 len=1525270 2024-07-27T18:59:35.536 INFO:tasks.workunit.client.0.smithi029.stdout:op 5638 completed, throughput=5MB/sec 2024-07-27T18:59:35.536 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9yyLZI0A0QMmvyo off=306733 len=1448298 2024-07-27T18:59:35.537 INFO:tasks.workunit.client.0.smithi029.stdout:op 5639 completed, throughput=5MB/sec 2024-07-27T18:59:35.537 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-n9ej-fa4P7QHj6J off=1214765 len=1391562 2024-07-27T18:59:35.538 INFO:tasks.workunit.client.0.smithi029.stdout:op 5640 completed, throughput=5MB/sec 2024-07-27T18:59:35.538 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-E8w60pGYqaZSeFn off=2065746 len=331083 2024-07-27T18:59:35.539 INFO:tasks.workunit.client.0.smithi029.stdout:op 5641 completed, throughput=5MB/sec 2024-07-27T18:59:35.539 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uVzNg4mo_N09UgQ off=2948565 len=624946 2024-07-27T18:59:35.542 INFO:tasks.workunit.client.0.smithi029.stdout:op 5642 completed, throughput=5MB/sec 2024-07-27T18:59:35.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:35 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:59:35.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:35 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:59:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:35 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T18:59:36.542 INFO:tasks.workunit.client.0.smithi029.stdout: 1119: throughput=5MB/sec pending data=0 2024-07-27T18:59:36.543 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EUjRU7YO6UuqTy8 off=989109 len=1334565 2024-07-27T18:59:36.544 INFO:tasks.workunit.client.0.smithi029.stdout:op 5643 completed, throughput=5MB/sec 2024-07-27T18:59:36.544 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ZOSClMQ_6sfMTqk off=2907042 len=863137 2024-07-27T18:59:36.549 INFO:tasks.workunit.client.0.smithi029.stdout:op 5644 completed, throughput=5MB/sec 2024-07-27T18:59:36.549 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-UqCef_LbemZlBUu off=7040972 len=1774789 2024-07-27T18:59:36.551 INFO:tasks.workunit.client.0.smithi029.stdout:op 5645 completed, throughput=5MB/sec 2024-07-27T18:59:36.551 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HCaRWNooUrD4Ufg off=1167752 len=698191 2024-07-27T18:59:36.553 INFO:tasks.workunit.client.0.smithi029.stdout:op 5646 completed, throughput=5MB/sec 2024-07-27T18:59:36.553 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CqFwSiyz3wAufiS off=2554857 len=152655 2024-07-27T18:59:36.553 INFO:tasks.workunit.client.0.smithi029.stdout:op 5647 completed, throughput=5MB/sec 2024-07-27T18:59:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:36 smithi029 ceph-mon[99353]: pgmap v1974: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:59:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:36 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:59:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:36 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:59:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:36 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:59:36.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:36 smithi029 ceph-mon[96870]: pgmap v1974: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:59:36.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:36 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:59:36.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:36 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:59:36.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:36 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:59:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:36 smithi179 ceph-mon[89801]: pgmap v1974: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.2 MiB/s wr, 5 op/s 2024-07-27T18:59:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:36 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T18:59:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:36 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T18:59:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:36 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T18:59:37.553 INFO:tasks.workunit.client.0.smithi029.stdout: 1120: throughput=5MB/sec pending data=0 2024-07-27T18:59:37.554 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xdbYPsgFxS9C5Cs off=3811257 len=853990 2024-07-27T18:59:37.556 INFO:tasks.workunit.client.0.smithi029.stdout:op 5648 completed, throughput=5MB/sec 2024-07-27T18:59:37.556 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-o6dfR605jpF2DVL off=9583877 len=521703 2024-07-27T18:59:37.557 INFO:tasks.workunit.client.0.smithi029.stdout:op 5649 completed, throughput=5MB/sec 2024-07-27T18:59:37.557 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6OcWpXW30MASph_ off=4441184 len=1452946 2024-07-27T18:59:37.560 INFO:tasks.workunit.client.0.smithi029.stdout:op 5650 completed, throughput=5MB/sec 2024-07-27T18:59:37.560 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Lpm4JqNI2aQrgvk off=2411009 len=494811 2024-07-27T18:59:37.564 INFO:tasks.workunit.client.0.smithi029.stdout:op 5651 completed, throughput=5MB/sec 2024-07-27T18:59:37.564 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-CyA2eEAgNkEWcyX off=831760 len=1501260 2024-07-27T18:59:37.566 INFO:tasks.workunit.client.0.smithi029.stdout:op 5652 completed, throughput=5MB/sec 2024-07-27T18:59:37.566 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BcbCkc0gq63aAQn off=0 len=1053404 2024-07-27T18:59:37.572 INFO:tasks.workunit.client.0.smithi029.stdout:op 5653 completed, throughput=5MB/sec 2024-07-27T18:59:38.572 INFO:tasks.workunit.client.0.smithi029.stdout: 1121: throughput=5MB/sec pending data=0 2024-07-27T18:59:38.572 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VEs5Zhc1dsSqIUy off=4559669 len=663507 2024-07-27T18:59:38.573 INFO:tasks.workunit.client.0.smithi029.stdout:op 5654 completed, throughput=5MB/sec 2024-07-27T18:59:38.574 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nRXcUJBlUv4Svqg off=3939594 len=1641190 2024-07-27T18:59:38.584 INFO:tasks.workunit.client.0.smithi029.stdout:op 5655 completed, throughput=5MB/sec 2024-07-27T18:59:38.584 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Sx9ez3eUfLsN40s off=13525310 len=1064493 2024-07-27T18:59:38.586 INFO:tasks.workunit.client.0.smithi029.stdout:op 5656 completed, throughput=5MB/sec 2024-07-27T18:59:38.586 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EE80LKRIiww7tuV off=13693541 len=1843334 2024-07-27T18:59:38.590 INFO:tasks.workunit.client.0.smithi029.stdout:op 5657 completed, throughput=5MB/sec 2024-07-27T18:59:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:38 smithi029 ceph-mon[96870]: pgmap v1975: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:59:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:38 smithi029 ceph-mon[99353]: pgmap v1975: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:59:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:38 smithi179 ceph-mon[89801]: pgmap v1975: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.8 MiB/s wr, 4 op/s 2024-07-27T18:59:39.590 INFO:tasks.workunit.client.0.smithi029.stdout: 1122: throughput=5MB/sec pending data=0 2024-07-27T18:59:39.591 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-igB0ugELkErtA_n off=14873576 len=1742161 2024-07-27T18:59:39.601 INFO:tasks.workunit.client.0.smithi029.stdout:op 5658 completed, throughput=5MB/sec 2024-07-27T18:59:39.601 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IN0PrD1ESv4IKsJ off=8572692 len=1896838 2024-07-27T18:59:39.604 INFO:tasks.workunit.client.0.smithi029.stdout:op 5659 completed, throughput=5MB/sec 2024-07-27T18:59:39.604 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-woThgkOUbxQlWv1 off=393902 len=2085216 2024-07-27T18:59:39.606 INFO:tasks.workunit.client.0.smithi029.stdout:op 5660 completed, throughput=5MB/sec 2024-07-27T18:59:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:59:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:59:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:59:40.607 INFO:tasks.workunit.client.0.smithi029.stdout: 1123: throughput=5MB/sec pending data=0 2024-07-27T18:59:40.607 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--dPJj2o7QOmaFYI off=14292017 len=1933430 2024-07-27T18:59:40.616 INFO:tasks.workunit.client.0.smithi029.stdout:op 5661 completed, throughput=5MB/sec 2024-07-27T18:59:40.616 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Gee0YXrDpTxR0Ap off=3943533 len=433953 2024-07-27T18:59:40.617 INFO:tasks.workunit.client.0.smithi029.stdout:op 5662 completed, throughput=5MB/sec 2024-07-27T18:59:40.617 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_Lha0QSclwXf1vH off=2826537 len=2027356 2024-07-27T18:59:40.628 INFO:tasks.workunit.client.0.smithi029.stdout:op 5663 completed, throughput=5MB/sec 2024-07-27T18:59:40.628 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HUWXW_QhWPosFcv off=11781147 len=269868 2024-07-27T18:59:40.628 INFO:tasks.workunit.client.0.smithi029.stdout:op 5664 completed, throughput=5MB/sec 2024-07-27T18:59:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:40 smithi029 ceph-mon[96870]: pgmap v1976: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.1 MiB/s rd, 3.1 MiB/s wr, 6 op/s 2024-07-27T18:59:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:40 smithi029 ceph-mon[99353]: pgmap v1976: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.1 MiB/s rd, 3.1 MiB/s wr, 6 op/s 2024-07-27T18:59:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:40 smithi179 ceph-mon[89801]: pgmap v1976: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.1 MiB/s rd, 3.1 MiB/s wr, 6 op/s 2024-07-27T18:59:41.629 INFO:tasks.workunit.client.0.smithi029.stdout: 1124: throughput=5MB/sec pending data=0 2024-07-27T18:59:41.629 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-goJ59qIgteH_WYj off=1062025 len=137209 2024-07-27T18:59:41.629 INFO:tasks.workunit.client.0.smithi029.stdout:op 5665 completed, throughput=5MB/sec 2024-07-27T18:59:41.629 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-j0iEIwyKS8lnAPq off=4968074 len=1736593 2024-07-27T18:59:41.633 INFO:tasks.workunit.client.0.smithi029.stdout:op 5666 completed, throughput=5MB/sec 2024-07-27T18:59:41.633 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ws9iyEN1i1nH4VO off=2358028 len=1062664 2024-07-27T18:59:41.635 INFO:tasks.workunit.client.0.smithi029.stdout:op 5667 completed, throughput=5MB/sec 2024-07-27T18:59:41.635 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AZ9r7ANfMmk72mi off=1766976 len=1076141 2024-07-27T18:59:41.637 INFO:tasks.workunit.client.0.smithi029.stdout:op 5668 completed, throughput=5MB/sec 2024-07-27T18:59:41.637 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-82Y2hpMotvLFQ9s off=2014516 len=155446 2024-07-27T18:59:41.640 INFO:tasks.workunit.client.0.smithi029.stdout:op 5669 completed, throughput=5MB/sec 2024-07-27T18:59:41.640 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vqYKSnQrtGdi7-h off=1514546 len=2027204 2024-07-27T18:59:41.653 INFO:tasks.workunit.client.0.smithi029.stdout:op 5670 completed, throughput=5MB/sec 2024-07-27T18:59:42.653 INFO:tasks.workunit.client.0.smithi029.stdout: 1125: throughput=5MB/sec pending data=0 2024-07-27T18:59:42.653 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-bxaitRNgGXvIeuX off=630941 len=1561783 2024-07-27T18:59:42.655 INFO:tasks.workunit.client.0.smithi029.stdout:op 5671 completed, throughput=5MB/sec 2024-07-27T18:59:42.655 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pO9k3zhD9gPaeIu off=13777317 len=1607129 2024-07-27T18:59:42.657 INFO:tasks.workunit.client.0.smithi029.stdout:op 5672 completed, throughput=5MB/sec 2024-07-27T18:59:42.657 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YUc8jJ4uOobiLYj off=18434263 len=2006684 2024-07-27T18:59:42.670 INFO:tasks.workunit.client.0.smithi029.stdout:op 5673 completed, throughput=5MB/sec 2024-07-27T18:59:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:42 smithi029 ceph-mon[96870]: pgmap v1977: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:59:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:42 smithi029 ceph-mon[99353]: pgmap v1977: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:59:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:59:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:59:42] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T18:59:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:42 smithi179 ceph-mon[89801]: pgmap v1977: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:59:43.671 INFO:tasks.workunit.client.0.smithi029.stdout: 1126: throughput=5MB/sec pending data=0 2024-07-27T18:59:43.671 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-j9apITnOTIOEa_t off=3907640 len=1028031 2024-07-27T18:59:43.674 INFO:tasks.workunit.client.0.smithi029.stdout:op 5674 completed, throughput=5MB/sec 2024-07-27T18:59:43.674 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ddRw4T4XT1WeaVU off=14012524 len=996371 2024-07-27T18:59:43.676 INFO:tasks.workunit.client.0.smithi029.stdout:op 5675 completed, throughput=5MB/sec 2024-07-27T18:59:43.676 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MukteSAD_P22FOJ off=3084073 len=816134 2024-07-27T18:59:43.681 INFO:tasks.workunit.client.0.smithi029.stdout:op 5676 completed, throughput=5MB/sec 2024-07-27T18:59:43.681 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BcbCkc0gq63aAQn off=266620 len=346317 2024-07-27T18:59:43.685 INFO:tasks.workunit.client.0.smithi029.stdout:op 5677 completed, throughput=5MB/sec 2024-07-27T18:59:43.685 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-wz67Zvser1L3e11 off=2211362 len=413709 2024-07-27T18:59:43.689 INFO:tasks.workunit.client.0.smithi029.stdout:op 5678 completed, throughput=5MB/sec 2024-07-27T18:59:43.689 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IVhYPsDEK7WIwAt off=2102542 len=1362548 2024-07-27T18:59:43.691 INFO:tasks.workunit.client.0.smithi029.stdout:op 5679 completed, throughput=5MB/sec 2024-07-27T18:59:44.692 INFO:tasks.workunit.client.0.smithi029.stdout: 1127: throughput=5MB/sec pending data=0 2024-07-27T18:59:44.692 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GnhQIZGdGL9PjfT off=20006579 len=408398 2024-07-27T18:59:44.696 INFO:tasks.workunit.client.0.smithi029.stdout:op 5680 completed, throughput=5MB/sec 2024-07-27T18:59:44.696 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-CHUbTfFNIfWilud off=5558459 len=1664442 2024-07-27T18:59:44.704 INFO:tasks.workunit.client.0.smithi029.stdout:op 5681 completed, throughput=5MB/sec 2024-07-27T18:59:44.704 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2VohfZrJt67N1UQ off=1909614 len=691558 2024-07-27T18:59:44.705 INFO:tasks.workunit.client.0.smithi029.stdout:op 5682 completed, throughput=5MB/sec 2024-07-27T18:59:44.705 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nKTOmMayCPEUbZa off=6316504 len=1985290 2024-07-27T18:59:44.712 INFO:tasks.workunit.client.0.smithi029.stdout:op 5683 completed, throughput=5MB/sec 2024-07-27T18:59:44.713 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-i1WKKhD7ZLjQQUj off=9852992 len=1229693 2024-07-27T18:59:44.718 INFO:tasks.workunit.client.0.smithi029.stdout:op 5684 completed, throughput=5MB/sec 2024-07-27T18:59:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:44 smithi029 ceph-mon[96870]: pgmap v1978: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:59:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:44 smithi029 ceph-mon[99353]: pgmap v1978: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:59:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:44 smithi179 ceph-mon[89801]: pgmap v1978: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.0 MiB/s wr, 4 op/s 2024-07-27T18:59:45.718 INFO:tasks.workunit.client.0.smithi029.stdout: 1128: throughput=5MB/sec pending data=0 2024-07-27T18:59:45.719 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-K9-jApLPldRh1Gd off=1574127 len=555173 2024-07-27T18:59:45.719 INFO:tasks.workunit.client.0.smithi029.stdout:op 5685 completed, throughput=5MB/sec 2024-07-27T18:59:45.719 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-n4Tbckud4aT1XgY off=107088 len=1050047 2024-07-27T18:59:45.723 INFO:tasks.workunit.client.0.smithi029.stdout:op 5686 completed, throughput=5MB/sec 2024-07-27T18:59:45.723 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jUJbpRLWOn9hhf2 off=1934895 len=1150624 2024-07-27T18:59:45.725 INFO:tasks.workunit.client.0.smithi029.stdout:op 5687 completed, throughput=5MB/sec 2024-07-27T18:59:45.725 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-vNnk-z8rPxrkiS6 off=12886897 len=928865 2024-07-27T18:59:45.730 INFO:tasks.workunit.client.0.smithi029.stdout:op 5688 completed, throughput=5MB/sec 2024-07-27T18:59:45.730 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-LOCLCJWv9sNUh_c off=10176917 len=420862 2024-07-27T18:59:45.731 INFO:tasks.workunit.client.0.smithi029.stdout:op 5689 completed, throughput=5MB/sec 2024-07-27T18:59:45.731 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-xg06y4y1dFXOX3J off=10982896 len=315197 2024-07-27T18:59:45.734 INFO:tasks.workunit.client.0.smithi029.stdout:op 5690 completed, throughput=5MB/sec 2024-07-27T18:59:46.735 INFO:tasks.workunit.client.0.smithi029.stdout: 1129: throughput=5MB/sec pending data=0 2024-07-27T18:59:46.735 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nVuG3fnfiEKohrU off=183978 len=1007363 2024-07-27T18:59:46.736 INFO:tasks.workunit.client.0.smithi029.stdout:op 5691 completed, throughput=5MB/sec 2024-07-27T18:59:46.736 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-k8MXwIobH3oIeI3 off=15699815 len=1264629 2024-07-27T18:59:46.738 INFO:tasks.workunit.client.0.smithi029.stdout:op 5692 completed, throughput=5MB/sec 2024-07-27T18:59:46.738 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iseInXC8aVG66eT off=10300830 len=1743278 2024-07-27T18:59:46.740 INFO:tasks.workunit.client.0.smithi029.stdout:op 5693 completed, throughput=5MB/sec 2024-07-27T18:59:46.740 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-8aRpHFjEJR8FrGt off=1445205 len=831370 2024-07-27T18:59:46.745 INFO:tasks.workunit.client.0.smithi029.stdout:op 5694 completed, throughput=5MB/sec 2024-07-27T18:59:46.745 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2z_1ZyGikIK2IRE off=972885 len=2071545 2024-07-27T18:59:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:46 smithi029 ceph-mon[96870]: pgmap v1979: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:59:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:46 smithi029 ceph-mon[99353]: pgmap v1979: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:59:46.758 INFO:tasks.workunit.client.0.smithi029.stdout:op 5695 completed, throughput=5MB/sec 2024-07-27T18:59:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:46 smithi179 ceph-mon[89801]: pgmap v1979: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.2 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:59:47.758 INFO:tasks.workunit.client.0.smithi029.stdout: 1130: throughput=5MB/sec pending data=0 2024-07-27T18:59:47.758 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WjncycJ-jUJ00LC off=7399963 len=682497 2024-07-27T18:59:47.762 INFO:tasks.workunit.client.0.smithi029.stdout:op 5696 completed, throughput=5MB/sec 2024-07-27T18:59:47.762 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ji7nXzqC8l9M4D0 off=803676 len=1137950 2024-07-27T18:59:47.769 INFO:tasks.workunit.client.0.smithi029.stdout:op 5697 completed, throughput=5MB/sec 2024-07-27T18:59:47.769 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-v7OI_oD7_KoZPNJ off=3873281 len=111477 2024-07-27T18:59:47.772 INFO:tasks.workunit.client.0.smithi029.stdout:op 5698 completed, throughput=5MB/sec 2024-07-27T18:59:47.772 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UeuJEkzP_c0if3o off=5269105 len=1036870 2024-07-27T18:59:47.779 INFO:tasks.workunit.client.0.smithi029.stdout:op 5699 completed, throughput=5MB/sec 2024-07-27T18:59:47.779 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-irp1GpoK95U0WCz off=19886209 len=1655074 2024-07-27T18:59:47.787 INFO:tasks.workunit.client.0.smithi029.stdout:op 5700 completed, throughput=5MB/sec 2024-07-27T18:59:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:48 smithi029 ceph-mon[96870]: pgmap v1980: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:59:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:48 smithi029 ceph-mon[99353]: pgmap v1980: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:59:48.786 INFO:tasks.workunit.client.0.smithi029.stdout: 1131: throughput=5MB/sec pending data=0 2024-07-27T18:59:48.787 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nPKmqUhAedIyvsJ off=806433 len=124849 2024-07-27T18:59:48.790 INFO:tasks.workunit.client.0.smithi029.stdout:op 5701 completed, throughput=5MB/sec 2024-07-27T18:59:48.790 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WFfRQr8RYoGs8H4 off=5390621 len=2028218 2024-07-27T18:59:48.796 INFO:tasks.workunit.client.0.smithi029.stdout:op 5702 completed, throughput=5MB/sec 2024-07-27T18:59:48.796 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TmkDsE3uur0ziFs off=4100483 len=516016 2024-07-27T18:59:48.798 INFO:tasks.workunit.client.0.smithi029.stdout:op 5703 completed, throughput=5MB/sec 2024-07-27T18:59:48.798 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-f-1Wh8B55-GKes2 off=8811872 len=450168 2024-07-27T18:59:48.799 INFO:tasks.workunit.client.0.smithi029.stdout:op 5704 completed, throughput=5MB/sec 2024-07-27T18:59:48.799 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-YQ_ESQxit1VYbvk off=8226281 len=701856 2024-07-27T18:59:48.800 INFO:tasks.workunit.client.0.smithi029.stdout:op 5705 completed, throughput=5MB/sec 2024-07-27T18:59:48.800 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--0TVhCBfNv6nPcI off=5211885 len=1083046 2024-07-27T18:59:48.806 INFO:tasks.workunit.client.0.smithi029.stdout:op 5706 completed, throughput=5MB/sec 2024-07-27T18:59:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:48 smithi179 ceph-mon[89801]: pgmap v1980: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 3 op/s 2024-07-27T18:59:49.806 INFO:tasks.workunit.client.0.smithi029.stdout: 1132: throughput=5MB/sec pending data=0 2024-07-27T18:59:49.806 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6rWxJN1mJLJanvH off=0 len=1350618 2024-07-27T18:59:49.808 INFO:tasks.workunit.client.0.smithi029.stdout:op 5707 completed, throughput=5MB/sec 2024-07-27T18:59:49.808 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fdjTTTBVptwmmkN off=1882241 len=151056 2024-07-27T18:59:49.809 INFO:tasks.workunit.client.0.smithi029.stdout:op 5708 completed, throughput=5MB/sec 2024-07-27T18:59:49.809 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UAc2dQ-UCQpzuYX off=11603341 len=865351 2024-07-27T18:59:49.813 INFO:tasks.workunit.client.0.smithi029.stdout:op 5709 completed, throughput=5MB/sec 2024-07-27T18:59:49.813 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hXsu9QkZ4e592ps off=18132954 len=1680516 2024-07-27T18:59:49.815 INFO:tasks.workunit.client.0.smithi029.stdout:op 5710 completed, throughput=5MB/sec 2024-07-27T18:59:49.816 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OKXFajlY1nz_Ths off=1899747 len=955465 2024-07-27T18:59:49.821 INFO:tasks.workunit.client.0.smithi029.stdout:op 5711 completed, throughput=5MB/sec 2024-07-27T18:59:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:50 smithi029 ceph-mon[96870]: pgmap v1981: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:59:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:50 smithi029 ceph-mon[99353]: pgmap v1981: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:59:50.821 INFO:tasks.workunit.client.0.smithi029.stdout: 1133: throughput=5MB/sec pending data=0 2024-07-27T18:59:50.822 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-__VAxWMv17UZt4t off=7625416 len=901341 2024-07-27T18:59:50.823 INFO:tasks.workunit.client.0.smithi029.stdout:op 5712 completed, throughput=5MB/sec 2024-07-27T18:59:50.823 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Kht5FMaQqlovxCE off=4347347 len=575970 2024-07-27T18:59:50.828 INFO:tasks.workunit.client.0.smithi029.stdout:op 5713 completed, throughput=5MB/sec 2024-07-27T18:59:50.828 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SlF9GaOodNysqYE off=7087620 len=356927 2024-07-27T18:59:50.828 INFO:tasks.workunit.client.0.smithi029.stdout:op 5714 completed, throughput=5MB/sec 2024-07-27T18:59:50.828 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-k5INdZF0MWd5W_W off=1708835 len=220148 2024-07-27T18:59:50.832 INFO:tasks.workunit.client.0.smithi029.stdout:op 5715 completed, throughput=5MB/sec 2024-07-27T18:59:50.832 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VFN0DzOu6QvCDSw off=5248999 len=564187 2024-07-27T18:59:50.835 INFO:tasks.workunit.client.0.smithi029.stdout:op 5716 completed, throughput=5MB/sec 2024-07-27T18:59:50.835 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aLOEyid5CSckCgv off=3080529 len=834720 2024-07-27T18:59:50.841 INFO:tasks.workunit.client.0.smithi029.stdout:op 5717 completed, throughput=5MB/sec 2024-07-27T18:59:50.841 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kEWWGdMAjSG4mWc off=3440815 len=372009 2024-07-27T18:59:50.843 INFO:tasks.workunit.client.0.smithi029.stdout:op 5718 completed, throughput=5MB/sec 2024-07-27T18:59:50.844 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-H9DxHWhLNAdOYM2 off=10490833 len=517304 2024-07-27T18:59:50.845 INFO:tasks.workunit.client.0.smithi029.stdout:op 5719 completed, throughput=5MB/sec 2024-07-27T18:59:50.845 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RWS9R2LykC1IowC off=3820561 len=821504 2024-07-27T18:59:50.850 INFO:tasks.workunit.client.0.smithi029.stdout:op 5720 completed, throughput=5MB/sec 2024-07-27T18:59:50.850 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TIs7LPkvWpow81s off=16079785 len=343130 2024-07-27T18:59:50.850 INFO:tasks.workunit.client.0.smithi029.stdout:op 5721 completed, throughput=5MB/sec 2024-07-27T18:59:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:50 smithi179 ceph-mon[89801]: pgmap v1981: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.7 MiB/s wr, 5 op/s 2024-07-27T18:59:51.851 INFO:tasks.workunit.client.0.smithi029.stdout: 1134: throughput=5MB/sec pending data=0 2024-07-27T18:59:51.851 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tLqwDUs4e2gcJpc off=13660151 len=1614354 2024-07-27T18:59:51.853 INFO:tasks.workunit.client.0.smithi029.stdout:op 5722 completed, throughput=5MB/sec 2024-07-27T18:59:51.853 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Tr2f-fCi4MlZ5Dj off=6858861 len=954269 2024-07-27T18:59:51.859 INFO:tasks.workunit.client.0.smithi029.stdout:op 5723 completed, throughput=5MB/sec 2024-07-27T18:59:51.859 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-v8zh86TsEpNSfl4 off=14406500 len=1110634 2024-07-27T18:59:51.860 INFO:tasks.workunit.client.0.smithi029.stdout:op 5724 completed, throughput=5MB/sec 2024-07-27T18:59:51.861 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-kpFRigS5zflaFuG off=1887637 len=913541 2024-07-27T18:59:51.866 INFO:tasks.workunit.client.0.smithi029.stdout:op 5725 completed, throughput=5MB/sec 2024-07-27T18:59:51.866 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-IWv2lEyM-Eqm27Y off=13543779 len=1705828 2024-07-27T18:59:51.873 INFO:tasks.workunit.client.0.smithi029.stdout:op 5726 completed, throughput=5MB/sec 2024-07-27T18:59:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:52 smithi029 ceph-mon[99353]: pgmap v1982: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:59:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:52 smithi029 ceph-mon[96870]: pgmap v1982: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:59:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 18:59:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:18:59:52] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T18:59:52.873 INFO:tasks.workunit.client.0.smithi029.stdout: 1135: throughput=5MB/sec pending data=0 2024-07-27T18:59:52.873 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mOEp_WVqqxUNN5g off=2113023 len=917182 2024-07-27T18:59:52.878 INFO:tasks.workunit.client.0.smithi029.stdout:op 5727 completed, throughput=5MB/sec 2024-07-27T18:59:52.878 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-F2ke_tgorOXM6Ii off=166423 len=1959548 2024-07-27T18:59:52.882 INFO:tasks.workunit.client.0.smithi029.stdout:op 5728 completed, throughput=5MB/sec 2024-07-27T18:59:52.883 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-2T_rzptlOh6qPw8 off=7277059 len=393631 2024-07-27T18:59:52.886 INFO:tasks.workunit.client.0.smithi029.stdout:op 5729 completed, throughput=5MB/sec 2024-07-27T18:59:52.886 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-nCGuCinHJu2DXle off=55450 len=2075456 2024-07-27T18:59:52.895 INFO:tasks.workunit.client.0.smithi029.stdout:op 5730 completed, throughput=5MB/sec 2024-07-27T18:59:52.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:52 smithi179 ceph-mon[89801]: pgmap v1982: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T18:59:53.895 INFO:tasks.workunit.client.0.smithi029.stdout: 1136: throughput=5MB/sec pending data=0 2024-07-27T18:59:53.895 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-r6J0kckzwiZxPFU off=1519059 len=182839 2024-07-27T18:59:53.896 INFO:tasks.workunit.client.0.smithi029.stdout:op 5731 completed, throughput=5MB/sec 2024-07-27T18:59:53.896 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-D7xN-aClw-BLep0 off=534057 len=589606 2024-07-27T18:59:53.900 INFO:tasks.workunit.client.0.smithi029.stdout:op 5732 completed, throughput=5MB/sec 2024-07-27T18:59:53.900 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-VtLHtASFtPHk7le off=16524495 len=931493 2024-07-27T18:59:53.904 INFO:tasks.workunit.client.0.smithi029.stdout:op 5733 completed, throughput=5MB/sec 2024-07-27T18:59:53.905 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-n6-caLogmiuikaa off=5817248 len=2081924 2024-07-27T18:59:53.907 INFO:tasks.workunit.client.0.smithi029.stdout:op 5734 completed, throughput=5MB/sec 2024-07-27T18:59:53.907 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-wJhPO8kVhQe-85v off=10559315 len=150959 2024-07-27T18:59:53.908 INFO:tasks.workunit.client.0.smithi029.stdout:op 5735 completed, throughput=5MB/sec 2024-07-27T18:59:53.908 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-BHBpFlzJosKqd0S off=8192474 len=662290 2024-07-27T18:59:53.909 INFO:tasks.workunit.client.0.smithi029.stdout:op 5736 completed, throughput=5MB/sec 2024-07-27T18:59:54.909 INFO:tasks.workunit.client.0.smithi029.stdout: 1137: throughput=5MB/sec pending data=0 2024-07-27T18:59:54.910 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ECSOOeqUjST9db0 off=5961150 len=229346 2024-07-27T18:59:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:54 smithi179 ceph-mon[89801]: pgmap v1983: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:59:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:59:54.913 INFO:tasks.workunit.client.0.smithi029.stdout:op 5737 completed, throughput=5MB/sec 2024-07-27T18:59:54.913 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Fi-OWaesW_fjHvC off=2614982 len=1452220 2024-07-27T18:59:54.914 INFO:tasks.workunit.client.0.smithi029.stdout:op 5738 completed, throughput=5MB/sec 2024-07-27T18:59:54.915 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_Y6wUtQghUb-WMI off=3523648 len=1194556 2024-07-27T18:59:54.917 INFO:tasks.workunit.client.0.smithi029.stdout:op 5739 completed, throughput=5MB/sec 2024-07-27T18:59:54.917 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-e9LX0aoIJhZBS1e off=13453465 len=848385 2024-07-27T18:59:54.920 INFO:tasks.workunit.client.0.smithi029.stdout:op 5740 completed, throughput=5MB/sec 2024-07-27T18:59:54.920 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ik9_BUlzPKksWJ8 off=3668950 len=1857004 2024-07-27T18:59:54.922 INFO:tasks.workunit.client.0.smithi029.stdout:op 5741 completed, throughput=5MB/sec 2024-07-27T18:59:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:54 smithi029 ceph-mon[96870]: pgmap v1983: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:59:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:59:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:54 smithi029 ceph-mon[99353]: pgmap v1983: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T18:59:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T18:59:55.923 INFO:tasks.workunit.client.0.smithi029.stdout: 1138: throughput=5MB/sec pending data=0 2024-07-27T18:59:55.923 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ix6U7321lhNNvKD off=2488333 len=1204057 2024-07-27T18:59:55.930 INFO:tasks.workunit.client.0.smithi029.stdout:op 5742 completed, throughput=5MB/sec 2024-07-27T18:59:55.931 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EV6T5zt9BH9sa4I off=16899775 len=513329 2024-07-27T18:59:55.931 INFO:tasks.workunit.client.0.smithi029.stdout:op 5743 completed, throughput=5MB/sec 2024-07-27T18:59:55.932 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Nh3K20vbdCT7Xgo off=8696177 len=674396 2024-07-27T18:59:55.936 INFO:tasks.workunit.client.0.smithi029.stdout:op 5744 completed, throughput=5MB/sec 2024-07-27T18:59:55.936 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-DvWNX6e-YKsauiM off=677612 len=1805451 2024-07-27T18:59:55.948 INFO:tasks.workunit.client.0.smithi029.stdout:op 5745 completed, throughput=5MB/sec 2024-07-27T18:59:55.948 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-X-vTB6CnU8S__51 off=5006645 len=1629971 2024-07-27T18:59:55.954 INFO:tasks.workunit.client.0.smithi029.stdout:op 5746 completed, throughput=5MB/sec 2024-07-27T18:59:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:56 smithi179 ceph-mon[89801]: pgmap v1984: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:59:56.954 INFO:tasks.workunit.client.0.smithi029.stdout: 1139: throughput=5MB/sec pending data=0 2024-07-27T18:59:56.954 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EvkszP8R0oKp6HY off=3181195 len=243655 2024-07-27T18:59:56.955 INFO:tasks.workunit.client.0.smithi029.stdout:op 5747 completed, throughput=5MB/sec 2024-07-27T18:59:56.955 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9x8Fh1-lQTJc_RO off=5846775 len=1815988 2024-07-27T18:59:56.958 INFO:tasks.workunit.client.0.smithi029.stdout:op 5748 completed, throughput=5MB/sec 2024-07-27T18:59:56.958 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-x4sT4rv_PZUCW4H off=425340 len=192606 2024-07-27T18:59:56.958 INFO:tasks.workunit.client.0.smithi029.stdout:op 5749 completed, throughput=5MB/sec 2024-07-27T18:59:56.958 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fbwn-qIhgR5yVKZ off=4245870 len=69822 2024-07-27T18:59:56.960 INFO:tasks.workunit.client.0.smithi029.stdout:op 5750 completed, throughput=5MB/sec 2024-07-27T18:59:56.960 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-g6TcVEGzI1bKoud off=12716568 len=22605 2024-07-27T18:59:56.962 INFO:tasks.workunit.client.0.smithi029.stdout:op 5751 completed, throughput=5MB/sec 2024-07-27T18:59:56.962 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Rc2WvHCtFdjQZj0 off=4787339 len=403991 2024-07-27T18:59:56.963 INFO:tasks.workunit.client.0.smithi029.stdout:op 5752 completed, throughput=5MB/sec 2024-07-27T18:59:56.964 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3E15R-A1Fm9WFQf off=403966 len=388126 2024-07-27T18:59:56.967 INFO:tasks.workunit.client.0.smithi029.stdout:op 5753 completed, throughput=5MB/sec 2024-07-27T18:59:56.967 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-H68UxZNI8GzRDoF off=677613 len=505735 2024-07-27T18:59:56.968 INFO:tasks.workunit.client.0.smithi029.stdout:op 5754 completed, throughput=5MB/sec 2024-07-27T18:59:56.968 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TXU1Y9_2-zlPCZR off=10387635 len=305575 2024-07-27T18:59:56.971 INFO:tasks.workunit.client.0.smithi029.stdout:op 5755 completed, throughput=5MB/sec 2024-07-27T18:59:56.971 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q27bv5xGNmtJjvN off=4060321 len=1898718 2024-07-27T18:59:56.976 INFO:tasks.workunit.client.0.smithi029.stdout:op 5756 completed, throughput=5MB/sec 2024-07-27T18:59:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:56 smithi029 ceph-mon[96870]: pgmap v1984: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:59:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:56 smithi029 ceph-mon[99353]: pgmap v1984: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T18:59:57.977 INFO:tasks.workunit.client.0.smithi029.stdout: 1140: throughput=5MB/sec pending data=0 2024-07-27T18:59:57.977 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-XCGQQnEU26EO6h1 off=6139876 len=589388 2024-07-27T18:59:57.978 INFO:tasks.workunit.client.0.smithi029.stdout:op 5757 completed, throughput=5MB/sec 2024-07-27T18:59:57.978 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-lM7cEvWaOmyH07U off=6100260 len=73634 2024-07-27T18:59:57.978 INFO:tasks.workunit.client.0.smithi029.stdout:op 5758 completed, throughput=5MB/sec 2024-07-27T18:59:57.978 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HqE1iKv3ZXUzDtW off=1243424 len=1648368 2024-07-27T18:59:57.986 INFO:tasks.workunit.client.0.smithi029.stdout:op 5759 completed, throughput=5MB/sec 2024-07-27T18:59:57.986 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZKyiDMGjiqhI_6P off=5845577 len=667805 2024-07-27T18:59:57.987 INFO:tasks.workunit.client.0.smithi029.stdout:op 5760 completed, throughput=5MB/sec 2024-07-27T18:59:57.987 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jHP5M30OnZpMehJ off=3053515 len=301637 2024-07-27T18:59:57.988 INFO:tasks.workunit.client.0.smithi029.stdout:op 5761 completed, throughput=5MB/sec 2024-07-27T18:59:57.988 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qhe26jHwGEY73qF off=5588125 len=2034979 2024-07-27T18:59:57.996 INFO:tasks.workunit.client.0.smithi029.stdout:op 5762 completed, throughput=5MB/sec 2024-07-27T18:59:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 18:59:58 smithi179 ceph-mon[89801]: pgmap v1985: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:59:58.996 INFO:tasks.workunit.client.0.smithi029.stdout: 1141: throughput=5MB/sec pending data=0 2024-07-27T18:59:58.997 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xslZyRLPoH9GZgh off=16985735 len=1051624 2024-07-27T18:59:58.998 INFO:tasks.workunit.client.0.smithi029.stdout:op 5763 completed, throughput=5MB/sec 2024-07-27T18:59:58.998 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TM7cErJrMpiA9h_ off=7195897 len=1781848 2024-07-27T18:59:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 18:59:58 smithi029 ceph-mon[96870]: pgmap v1985: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:59:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 18:59:58 smithi029 ceph-mon[99353]: pgmap v1985: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2024-07-27T18:59:59.007 INFO:tasks.workunit.client.0.smithi029.stdout:op 5764 completed, throughput=5MB/sec 2024-07-27T18:59:59.007 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-AyFJeU-RyngDOvH off=1546774 len=1118805 2024-07-27T18:59:59.009 INFO:tasks.workunit.client.0.smithi029.stdout:op 5765 completed, throughput=5MB/sec 2024-07-27T19:00:00.009 INFO:tasks.workunit.client.0.smithi029.stdout: 1142: throughput=5MB/sec pending data=0 2024-07-27T19:00:00.010 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-7JUJurfRTXDBrSm off=4598689 len=1824222 2024-07-27T19:00:00.020 INFO:tasks.workunit.client.0.smithi029.stdout:op 5766 completed, throughput=5MB/sec 2024-07-27T19:00:00.020 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZHlZkFkn5B3UBCD off=3293843 len=2071171 2024-07-27T19:00:00.026 INFO:tasks.workunit.client.0.smithi029.stdout:op 5767 completed, throughput=5MB/sec 2024-07-27T19:00:00.026 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-_2GV0W8hWpVPE37 off=311112 len=1831650 2024-07-27T19:00:00.037 INFO:tasks.workunit.client.0.smithi029.stdout:op 5768 completed, throughput=5MB/sec 2024-07-27T19:00:00.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:00 smithi029 ceph-mon[96870]: pgmap v1986: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.0 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T19:00:00.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:00 smithi029 ceph-mon[96870]: overall HEALTH_OK 2024-07-27T19:00:00.804 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:00 smithi029 ceph-mon[99353]: pgmap v1986: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.0 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T19:00:00.804 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:00 smithi029 ceph-mon[99353]: overall HEALTH_OK 2024-07-27T19:00:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:00 smithi179 ceph-mon[89801]: pgmap v1986: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.0 MiB/s rd, 3.2 MiB/s wr, 6 op/s 2024-07-27T19:00:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:00 smithi179 ceph-mon[89801]: overall HEALTH_OK 2024-07-27T19:00:01.038 INFO:tasks.workunit.client.0.smithi029.stdout: 1143: throughput=5MB/sec pending data=0 2024-07-27T19:00:01.038 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hfwQOVmKHGn670p off=2425207 len=1428030 2024-07-27T19:00:01.044 INFO:tasks.workunit.client.0.smithi029.stdout:op 5769 completed, throughput=5MB/sec 2024-07-27T19:00:01.044 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-oKPEyLW6UQ_3Qjd off=1518193 len=937120 2024-07-27T19:00:01.048 INFO:tasks.workunit.client.0.smithi029.stdout:op 5770 completed, throughput=5MB/sec 2024-07-27T19:00:01.048 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Mf5ccWWDMYu02kA off=10507766 len=111882 2024-07-27T19:00:01.049 INFO:tasks.workunit.client.0.smithi029.stdout:op 5771 completed, throughput=5MB/sec 2024-07-27T19:00:01.049 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-STqO6UrFMnqdyTn off=18179920 len=1802681 2024-07-27T19:00:01.051 INFO:tasks.workunit.client.0.smithi029.stdout:op 5772 completed, throughput=5MB/sec 2024-07-27T19:00:01.051 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-KMuENEXKlG1kL6i off=198962 len=1119958 2024-07-27T19:00:01.055 INFO:tasks.workunit.client.0.smithi029.stdout:op 5773 completed, throughput=5MB/sec 2024-07-27T19:00:02.055 INFO:tasks.workunit.client.0.smithi029.stdout: 1144: throughput=5MB/sec pending data=0 2024-07-27T19:00:02.055 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-l63YZ-bOfWjot_h off=2175711 len=154106 2024-07-27T19:00:02.059 INFO:tasks.workunit.client.0.smithi029.stdout:op 5774 completed, throughput=5MB/sec 2024-07-27T19:00:02.059 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-6XDQ2doOHemxG-0 off=7772399 len=1164070 2024-07-27T19:00:02.061 INFO:tasks.workunit.client.0.smithi029.stdout:op 5775 completed, throughput=5MB/sec 2024-07-27T19:00:02.061 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MMhxDSnj7c_fp31 off=2840576 len=839457 2024-07-27T19:00:02.063 INFO:tasks.workunit.client.0.smithi029.stdout:op 5776 completed, throughput=5MB/sec 2024-07-27T19:00:02.063 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cf3apDRAY8YmXDD off=2217212 len=915469 2024-07-27T19:00:02.069 INFO:tasks.workunit.client.0.smithi029.stdout:op 5777 completed, throughput=5MB/sec 2024-07-27T19:00:02.069 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-7aCyCB0VyOFty5- off=940978 len=760209 2024-07-27T19:00:02.070 INFO:tasks.workunit.client.0.smithi029.stdout:op 5778 completed, throughput=5MB/sec 2024-07-27T19:00:02.070 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-gzi1X9-a7AsmbWJ off=20612467 len=1762137 2024-07-27T19:00:02.081 INFO:tasks.workunit.client.0.smithi029.stdout:op 5779 completed, throughput=5MB/sec 2024-07-27T19:00:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:02 smithi029 ceph-mon[96870]: pgmap v1987: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T19:00:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:02 smithi029 ceph-mon[99353]: pgmap v1987: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T19:00:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:00:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:00:02] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T19:00:02.836 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:02 smithi179 ceph-mon[89801]: pgmap v1987: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T19:00:03.081 INFO:tasks.workunit.client.0.smithi029.stdout: 1145: throughput=5MB/sec pending data=0 2024-07-27T19:00:03.081 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ms8MNKYZqzFxVR_ off=3557339 len=535903 2024-07-27T19:00:03.083 INFO:tasks.workunit.client.0.smithi029.stdout:op 5780 completed, throughput=5MB/sec 2024-07-27T19:00:03.083 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-TTWGt2TFJVJJjzG off=1669404 len=1759679 2024-07-27T19:00:03.092 INFO:tasks.workunit.client.0.smithi029.stdout:op 5781 completed, throughput=5MB/sec 2024-07-27T19:00:03.092 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3cABYtKgc8yKNel off=429827 len=3787 2024-07-27T19:00:03.093 INFO:tasks.workunit.client.0.smithi029.stdout:op 5782 completed, throughput=5MB/sec 2024-07-27T19:00:03.093 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-z6SVOEUOeexXMfO off=12278310 len=1563453 2024-07-27T19:00:03.094 INFO:tasks.workunit.client.0.smithi029.stdout:op 5783 completed, throughput=5MB/sec 2024-07-27T19:00:03.094 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-nRbKW9esgd3Q0s1 off=1373599 len=1573777 2024-07-27T19:00:03.095 INFO:tasks.workunit.client.0.smithi029.stdout:op 5784 completed, throughput=5MB/sec 2024-07-27T19:00:03.162 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:00:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=cleanup t=2024-07-27T19:00:02.834597643Z level=info msg="Completed cleanup jobs" duration=2.228284ms 2024-07-27T19:00:04.095 INFO:tasks.workunit.client.0.smithi029.stdout: 1146: throughput=5MB/sec pending data=0 2024-07-27T19:00:04.096 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-rVFO4an5ioGoe7r off=20225800 len=1208621 2024-07-27T19:00:04.097 INFO:tasks.workunit.client.0.smithi029.stdout:op 5785 completed, throughput=5MB/sec 2024-07-27T19:00:04.097 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-aExZ3fH9MIBmO2e off=9192163 len=692478 2024-07-27T19:00:04.102 INFO:tasks.workunit.client.0.smithi029.stdout:op 5786 completed, throughput=5MB/sec 2024-07-27T19:00:04.102 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-tZIQfiINVUceXU- off=42076 len=86126 2024-07-27T19:00:04.103 INFO:tasks.workunit.client.0.smithi029.stdout:op 5787 completed, throughput=5MB/sec 2024-07-27T19:00:04.103 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lK722DqSr7f5eYh off=1366450 len=332578 2024-07-27T19:00:04.107 INFO:tasks.workunit.client.0.smithi029.stdout:op 5788 completed, throughput=5MB/sec 2024-07-27T19:00:04.107 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WC0i43NcuNBYLy7 off=813629 len=1693033 2024-07-27T19:00:04.116 INFO:tasks.workunit.client.0.smithi029.stdout:op 5789 completed, throughput=5MB/sec 2024-07-27T19:00:04.116 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-qG9joFGtPfgN4HY off=12699830 len=462792 2024-07-27T19:00:04.120 INFO:tasks.workunit.client.0.smithi029.stdout:op 5790 completed, throughput=5MB/sec 2024-07-27T19:00:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:04 smithi179 ceph-mon[89801]: pgmap v1988: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T19:00:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:04 smithi029 ceph-mon[96870]: pgmap v1988: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T19:00:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:04 smithi029 ceph-mon[99353]: pgmap v1988: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.4 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2024-07-27T19:00:05.120 INFO:tasks.workunit.client.0.smithi029.stdout: 1147: throughput=5MB/sec pending data=0 2024-07-27T19:00:05.120 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-b6DZgqEJEOw_I3z off=4167520 len=526754 2024-07-27T19:00:05.121 INFO:tasks.workunit.client.0.smithi029.stdout:op 5791 completed, throughput=5MB/sec 2024-07-27T19:00:05.121 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9gUV0RjD-c3PjHx off=12781793 len=1175559 2024-07-27T19:00:05.130 INFO:tasks.workunit.client.0.smithi029.stdout:op 5792 completed, throughput=5MB/sec 2024-07-27T19:00:05.130 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mAbXTGJRsammbKm off=959113 len=77519 2024-07-27T19:00:05.132 INFO:tasks.workunit.client.0.smithi029.stdout:op 5793 completed, throughput=5MB/sec 2024-07-27T19:00:05.133 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dk76GmKkKTcsVha off=4717868 len=1144928 2024-07-27T19:00:05.134 INFO:tasks.workunit.client.0.smithi029.stdout:op 5794 completed, throughput=5MB/sec 2024-07-27T19:00:05.134 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ACPOTz_FA1r43zs off=17245104 len=120672 2024-07-27T19:00:05.135 INFO:tasks.workunit.client.0.smithi029.stdout:op 5795 completed, throughput=5MB/sec 2024-07-27T19:00:05.135 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-X1zr5qWsbUZ9310 off=0 len=1475926 2024-07-27T19:00:05.142 INFO:tasks.workunit.client.0.smithi029.stdout:op 5796 completed, throughput=5MB/sec 2024-07-27T19:00:05.143 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-FlUf9m6riKbbKKA off=1236460 len=938084 2024-07-27T19:00:05.144 INFO:tasks.workunit.client.0.smithi029.stdout:op 5797 completed, throughput=5MB/sec 2024-07-27T19:00:06.144 INFO:tasks.workunit.client.0.smithi029.stdout: 1148: throughput=5MB/sec pending data=0 2024-07-27T19:00:06.145 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-hNW67qms9u47chX off=523268 len=1932105 2024-07-27T19:00:06.153 INFO:tasks.workunit.client.0.smithi029.stdout:op 5798 completed, throughput=5MB/sec 2024-07-27T19:00:06.154 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9utL8jY8F4DR_57 off=1116431 len=438153 2024-07-27T19:00:06.154 INFO:tasks.workunit.client.0.smithi029.stdout:op 5799 completed, throughput=5MB/sec 2024-07-27T19:00:06.154 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ufpHT1ZrinVyop- off=995042 len=1533447 2024-07-27T19:00:06.161 INFO:tasks.workunit.client.0.smithi029.stdout:op 5800 completed, throughput=5MB/sec 2024-07-27T19:00:06.161 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-HfSEHqJma1ZuvXk off=5152211 len=1538875 2024-07-27T19:00:06.166 INFO:tasks.workunit.client.0.smithi029.stdout:op 5801 completed, throughput=5MB/sec 2024-07-27T19:00:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:06 smithi179 ceph-mon[89801]: pgmap v1989: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T19:00:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:06 smithi029 ceph-mon[96870]: pgmap v1989: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T19:00:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:06 smithi029 ceph-mon[99353]: pgmap v1989: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.5 MiB/s wr, 5 op/s 2024-07-27T19:00:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: 1149: throughput=5MB/sec pending data=0 2024-07-27T19:00:07.167 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JymO-X549Tuew5p off=3012826 len=1045970 2024-07-27T19:00:07.168 INFO:tasks.workunit.client.0.smithi029.stdout:op 5802 completed, throughput=5MB/sec 2024-07-27T19:00:07.168 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-A9Szh-4TCmKFQjT off=824632 len=1556524 2024-07-27T19:00:07.170 INFO:tasks.workunit.client.0.smithi029.stdout:op 5803 completed, throughput=5MB/sec 2024-07-27T19:00:07.171 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-NuYVeeZRLOqcXe- off=17551719 len=1987232 2024-07-27T19:00:07.175 INFO:tasks.workunit.client.0.smithi029.stdout:op 5804 completed, throughput=5MB/sec 2024-07-27T19:00:07.175 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ha5D11jVWmihd30 off=4291761 len=597254 2024-07-27T19:00:07.179 INFO:tasks.workunit.client.0.smithi029.stdout:op 5805 completed, throughput=5MB/sec 2024-07-27T19:00:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: 1150: throughput=5MB/sec pending data=0 2024-07-27T19:00:08.180 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QDa4Z8zckhsWn9Y off=1261173 len=1439104 2024-07-27T19:00:08.187 INFO:tasks.workunit.client.0.smithi029.stdout:op 5806 completed, throughput=5MB/sec 2024-07-27T19:00:08.187 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-MhEH-7KQ_sDN3jW off=16426498 len=1628504 2024-07-27T19:00:08.195 INFO:tasks.workunit.client.0.smithi029.stdout:op 5807 completed, throughput=5MB/sec 2024-07-27T19:00:08.195 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-my4YPhjwrOdNxvU off=16867392 len=167941 2024-07-27T19:00:08.198 INFO:tasks.workunit.client.0.smithi029.stdout:op 5808 completed, throughput=5MB/sec 2024-07-27T19:00:08.198 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-EqCPueeYhC5rk1G off=3913901 len=905438 2024-07-27T19:00:08.203 INFO:tasks.workunit.client.0.smithi029.stdout:op 5809 completed, throughput=5MB/sec 2024-07-27T19:00:08.203 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YKN6I8G0fXeQOCL off=7334493 len=1981825 2024-07-27T19:00:08.212 INFO:tasks.workunit.client.0.smithi029.stdout:op 5810 completed, throughput=5MB/sec 2024-07-27T19:00:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:08 smithi179 ceph-mon[89801]: pgmap v1990: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T19:00:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:08 smithi029 ceph-mon[96870]: pgmap v1990: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T19:00:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:08 smithi029 ceph-mon[99353]: pgmap v1990: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T19:00:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: 1151: throughput=5MB/sec pending data=0 2024-07-27T19:00:09.213 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-z6SVOEUOeexXMfO off=7844780 len=1120461 2024-07-27T19:00:09.218 INFO:tasks.workunit.client.0.smithi029.stdout:op 5811 completed, throughput=5MB/sec 2024-07-27T19:00:09.218 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q_4Jnk4WZEqlNYt off=2270467 len=1323143 2024-07-27T19:00:09.220 INFO:tasks.workunit.client.0.smithi029.stdout:op 5812 completed, throughput=5MB/sec 2024-07-27T19:00:09.220 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PezwafQyF8Iez8R off=1080614 len=222267 2024-07-27T19:00:09.224 INFO:tasks.workunit.client.0.smithi029.stdout:op 5813 completed, throughput=5MB/sec 2024-07-27T19:00:09.224 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-e7Nnc9OW6DqdmYd off=786830 len=1070966 2024-07-27T19:00:09.230 INFO:tasks.workunit.client.0.smithi029.stdout:op 5814 completed, throughput=5MB/sec 2024-07-27T19:00:09.230 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-4ZV46XMwhOhTQfI off=5902445 len=1026437 2024-07-27T19:00:09.231 INFO:tasks.workunit.client.0.smithi029.stdout:op 5815 completed, throughput=5MB/sec 2024-07-27T19:00:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:00:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:00:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:00:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: 1152: throughput=5MB/sec pending data=0 2024-07-27T19:00:10.232 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EGZxRZnG2IPUhiq off=1494861 len=1358009 2024-07-27T19:00:10.235 INFO:tasks.workunit.client.0.smithi029.stdout:op 5816 completed, throughput=5MB/sec 2024-07-27T19:00:10.235 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Ida_Y93bvtZBUfK off=14425306 len=94429 2024-07-27T19:00:10.235 INFO:tasks.workunit.client.0.smithi029.stdout:op 5817 completed, throughput=5MB/sec 2024-07-27T19:00:10.235 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-KCM-xlUQ7l_ouqb off=15528735 len=1853584 2024-07-27T19:00:10.244 INFO:tasks.workunit.client.0.smithi029.stdout:op 5818 completed, throughput=5MB/sec 2024-07-27T19:00:10.244 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-uxRrUhWTZGfpYkw off=12158556 len=107451 2024-07-27T19:00:10.249 INFO:tasks.workunit.client.0.smithi029.stdout:op 5819 completed, throughput=5MB/sec 2024-07-27T19:00:10.249 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-NfRnpSGOCdbQ6Xj off=4777028 len=1621807 2024-07-27T19:00:10.263 INFO:tasks.workunit.client.0.smithi029.stdout:op 5820 completed, throughput=5MB/sec 2024-07-27T19:00:10.263 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-E9H2rFehpPj9QIF off=8436175 len=748623 2024-07-27T19:00:10.267 INFO:tasks.workunit.client.0.smithi029.stdout:op 5821 completed, throughput=5MB/sec 2024-07-27T19:00:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:10 smithi179 ceph-mon[89801]: pgmap v1991: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T19:00:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:10 smithi029 ceph-mon[96870]: pgmap v1991: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T19:00:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:10 smithi029 ceph-mon[99353]: pgmap v1991: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.1 MiB/s wr, 5 op/s 2024-07-27T19:00:11.268 INFO:tasks.workunit.client.0.smithi029.stdout: 1153: throughput=5MB/sec pending data=0 2024-07-27T19:00:11.268 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qzhcltxBTtdO0Fj off=2693313 len=1137629 2024-07-27T19:00:11.270 INFO:tasks.workunit.client.0.smithi029.stdout:op 5822 completed, throughput=5MB/sec 2024-07-27T19:00:11.270 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-1dJJHPARI9GD3Pr off=2414792 len=1229185 2024-07-27T19:00:11.276 INFO:tasks.workunit.client.0.smithi029.stdout:op 5823 completed, throughput=5MB/sec 2024-07-27T19:00:11.276 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-3Y6nyJeBkPBF6s0 off=1039721 len=743211 2024-07-27T19:00:11.291 INFO:tasks.workunit.client.0.smithi029.stdout:op 5824 completed, throughput=5MB/sec 2024-07-27T19:00:11.291 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GAU_Hm_QaY3npaK off=901182 len=269957 2024-07-27T19:00:11.295 INFO:tasks.workunit.client.0.smithi029.stdout:op 5825 completed, throughput=5MB/sec 2024-07-27T19:00:11.295 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ZWdUDds-4hxNLEg off=10106451 len=1203564 2024-07-27T19:00:11.298 INFO:tasks.workunit.client.0.smithi029.stdout:op 5826 completed, throughput=5MB/sec 2024-07-27T19:00:11.298 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-K2BLy0jj2VxhtdF off=10047132 len=2015160 2024-07-27T19:00:11.302 INFO:tasks.workunit.client.0.smithi029.stdout:op 5827 completed, throughput=5MB/sec 2024-07-27T19:00:12.302 INFO:tasks.workunit.client.0.smithi029.stdout: 1154: throughput=5MB/sec pending data=0 2024-07-27T19:00:12.302 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-fdXn8_qcuY8Qap- off=10316238 len=536049 2024-07-27T19:00:12.303 INFO:tasks.workunit.client.0.smithi029.stdout:op 5828 completed, throughput=5MB/sec 2024-07-27T19:00:12.303 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2Zn6rUzP8Zm2thl off=366925 len=1822155 2024-07-27T19:00:12.305 INFO:tasks.workunit.client.0.smithi029.stdout:op 5829 completed, throughput=5MB/sec 2024-07-27T19:00:12.306 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GPVsrY-NbZG1YWs off=364977 len=590230 2024-07-27T19:00:12.310 INFO:tasks.workunit.client.0.smithi029.stdout:op 5830 completed, throughput=5MB/sec 2024-07-27T19:00:12.310 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-ltI1KetIKb-JdnN off=10608903 len=1369817 2024-07-27T19:00:12.317 INFO:tasks.workunit.client.0.smithi029.stdout:op 5831 completed, throughput=5MB/sec 2024-07-27T19:00:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:12 smithi029 ceph-mon[96870]: pgmap v1992: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T19:00:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:12 smithi029 ceph-mon[99353]: pgmap v1992: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T19:00:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:00:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:00:12] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T19:00:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:12 smithi179 ceph-mon[89801]: pgmap v1992: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2024-07-27T19:00:13.317 INFO:tasks.workunit.client.0.smithi029.stdout: 1155: throughput=5MB/sec pending data=0 2024-07-27T19:00:13.318 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-WQRQA44fNdyVQnZ off=3759691 len=1044939 2024-07-27T19:00:13.320 INFO:tasks.workunit.client.0.smithi029.stdout:op 5832 completed, throughput=5MB/sec 2024-07-27T19:00:13.320 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SwF9_E2GZ52ze9O off=3161397 len=1359397 2024-07-27T19:00:13.329 INFO:tasks.workunit.client.0.smithi029.stdout:op 5833 completed, throughput=5MB/sec 2024-07-27T19:00:13.329 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-lxGcsdQzwd8aMM1 off=3477453 len=117358 2024-07-27T19:00:13.332 INFO:tasks.workunit.client.0.smithi029.stdout:op 5834 completed, throughput=5MB/sec 2024-07-27T19:00:13.332 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xWPzS1-op4A9_Zd off=942559 len=1075481 2024-07-27T19:00:13.334 INFO:tasks.workunit.client.0.smithi029.stdout:op 5835 completed, throughput=5MB/sec 2024-07-27T19:00:13.334 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vGISy1uzlljJ0N7 off=16365689 len=391433 2024-07-27T19:00:13.335 INFO:tasks.workunit.client.0.smithi029.stdout:op 5836 completed, throughput=5MB/sec 2024-07-27T19:00:13.335 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sytoxX6ao0VOlFF off=4790110 len=1661357 2024-07-27T19:00:13.342 INFO:tasks.workunit.client.0.smithi029.stdout:op 5837 completed, throughput=5MB/sec 2024-07-27T19:00:14.343 INFO:tasks.workunit.client.0.smithi029.stdout: 1156: throughput=5MB/sec pending data=0 2024-07-27T19:00:14.343 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Ovn2W5XY_-EVY6p off=8564772 len=845881 2024-07-27T19:00:14.348 INFO:tasks.workunit.client.0.smithi029.stdout:op 5838 completed, throughput=5MB/sec 2024-07-27T19:00:14.348 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4pS7cc-hlFkzp-g off=13795054 len=331886 2024-07-27T19:00:14.352 INFO:tasks.workunit.client.0.smithi029.stdout:op 5839 completed, throughput=5MB/sec 2024-07-27T19:00:14.352 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s_rdTFTsXiVlZIK off=3850858 len=1009043 2024-07-27T19:00:14.354 INFO:tasks.workunit.client.0.smithi029.stdout:op 5840 completed, throughput=5MB/sec 2024-07-27T19:00:14.354 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-sgLmU8zAoko4sqj off=4616687 len=807580 2024-07-27T19:00:14.359 INFO:tasks.workunit.client.0.smithi029.stdout:op 5841 completed, throughput=5MB/sec 2024-07-27T19:00:14.359 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-r2GsSIb_cNv5Kr3 off=4081649 len=385651 2024-07-27T19:00:14.362 INFO:tasks.workunit.client.0.smithi029.stdout:op 5842 completed, throughput=5MB/sec 2024-07-27T19:00:14.362 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-BJyAtNjRAtBKkX1 off=5526988 len=1513770 2024-07-27T19:00:14.370 INFO:tasks.workunit.client.0.smithi029.stdout:op 5843 completed, throughput=5MB/sec 2024-07-27T19:00:14.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:14 smithi179 ceph-mon[89801]: pgmap v1993: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T19:00:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:14 smithi029 ceph-mon[96870]: pgmap v1993: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T19:00:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:14 smithi029 ceph-mon[99353]: pgmap v1993: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 4 op/s 2024-07-27T19:00:15.370 INFO:tasks.workunit.client.0.smithi029.stdout: 1157: throughput=5MB/sec pending data=0 2024-07-27T19:00:15.370 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-s_Tk1cuez5571ri off=5887804 len=1815836 2024-07-27T19:00:15.374 INFO:tasks.workunit.client.0.smithi029.stdout:op 5844 completed, throughput=5MB/sec 2024-07-27T19:00:15.374 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-PIuhPQ-2PC-dYv- off=1640692 len=934290 2024-07-27T19:00:15.380 INFO:tasks.workunit.client.0.smithi029.stdout:op 5845 completed, throughput=5MB/sec 2024-07-27T19:00:15.380 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-jD00IPcJ6Xw81H9 off=8113453 len=1677518 2024-07-27T19:00:15.390 INFO:tasks.workunit.client.0.smithi029.stdout:op 5846 completed, throughput=5MB/sec 2024-07-27T19:00:15.390 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-iGaC9ztdVRSAvkN off=12474502 len=1025163 2024-07-27T19:00:15.395 INFO:tasks.workunit.client.0.smithi029.stdout:op 5847 completed, throughput=5MB/sec 2024-07-27T19:00:16.395 INFO:tasks.workunit.client.0.smithi029.stdout: 1158: throughput=5MB/sec pending data=0 2024-07-27T19:00:16.395 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SJDrM2wL8o1-gZj off=1983067 len=1738470 2024-07-27T19:00:16.403 INFO:tasks.workunit.client.0.smithi029.stdout:op 5848 completed, throughput=5MB/sec 2024-07-27T19:00:16.404 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj--PZ7vGqEp0xpgRR off=9694446 len=251023 2024-07-27T19:00:16.407 INFO:tasks.workunit.client.0.smithi029.stdout:op 5849 completed, throughput=5MB/sec 2024-07-27T19:00:16.407 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ugCc7ifG-tbra5i off=377153 len=2042560 2024-07-27T19:00:16.409 INFO:tasks.workunit.client.0.smithi029.stdout:op 5850 completed, throughput=5MB/sec 2024-07-27T19:00:16.409 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-dCktvemB_05REan off=16725882 len=1723960 2024-07-27T19:00:16.410 INFO:tasks.workunit.client.0.smithi029.stdout:op 5851 completed, throughput=5MB/sec 2024-07-27T19:00:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:16 smithi179 ceph-mon[89801]: pgmap v1994: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T19:00:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:16 smithi029 ceph-mon[96870]: pgmap v1994: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T19:00:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:16 smithi029 ceph-mon[99353]: pgmap v1994: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.5 MiB/s rd, 3.0 MiB/s wr, 5 op/s 2024-07-27T19:00:17.411 INFO:tasks.workunit.client.0.smithi029.stdout: 1159: throughput=5MB/sec pending data=0 2024-07-27T19:00:17.411 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sRvjtUFnYwKvxmf off=8048899 len=189365 2024-07-27T19:00:17.412 INFO:tasks.workunit.client.0.smithi029.stdout:op 5852 completed, throughput=5MB/sec 2024-07-27T19:00:17.412 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-eTPDGf9ofzFYwIL off=6881491 len=1444693 2024-07-27T19:00:17.414 INFO:tasks.workunit.client.0.smithi029.stdout:op 5853 completed, throughput=5MB/sec 2024-07-27T19:00:17.414 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-iw5cDSEzFFq1dvY off=2864026 len=228278 2024-07-27T19:00:17.414 INFO:tasks.workunit.client.0.smithi029.stdout:op 5854 completed, throughput=5MB/sec 2024-07-27T19:00:17.414 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-OBl7EBvvVJm5zHg off=7997903 len=1764072 2024-07-27T19:00:17.424 INFO:tasks.workunit.client.0.smithi029.stdout:op 5855 completed, throughput=5MB/sec 2024-07-27T19:00:17.424 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IrnpvvVPqsMJ9UY off=3173683 len=728728 2024-07-27T19:00:17.425 INFO:tasks.workunit.client.0.smithi029.stdout:op 5856 completed, throughput=5MB/sec 2024-07-27T19:00:18.425 INFO:tasks.workunit.client.0.smithi029.stdout: 1160: throughput=5MB/sec pending data=0 2024-07-27T19:00:18.425 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-IUjyDmPoHmtJGBF off=3768886 len=1495781 2024-07-27T19:00:18.427 INFO:tasks.workunit.client.0.smithi029.stdout:op 5857 completed, throughput=5MB/sec 2024-07-27T19:00:18.427 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-3lXZxlmyyNwEqHV off=971776 len=1445342 2024-07-27T19:00:18.428 INFO:tasks.workunit.client.0.smithi029.stdout:op 5858 completed, throughput=5MB/sec 2024-07-27T19:00:18.429 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GKqEEhSDzYDUZw8 off=892540 len=283783 2024-07-27T19:00:18.432 INFO:tasks.workunit.client.0.smithi029.stdout:op 5859 completed, throughput=5MB/sec 2024-07-27T19:00:18.432 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8P0JqhoFRPuEpGg off=5377154 len=343971 2024-07-27T19:00:18.433 INFO:tasks.workunit.client.0.smithi029.stdout:op 5860 completed, throughput=5MB/sec 2024-07-27T19:00:18.433 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-0So6R-dzhdhkIY6 off=13402021 len=443709 2024-07-27T19:00:18.434 INFO:tasks.workunit.client.0.smithi029.stdout:op 5861 completed, throughput=5MB/sec 2024-07-27T19:00:18.434 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-QkE3LKOICVh-290 off=3318099 len=1188975 2024-07-27T19:00:18.435 INFO:tasks.workunit.client.0.smithi029.stdout:op 5862 completed, throughput=5MB/sec 2024-07-27T19:00:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:18 smithi179 ceph-mon[89801]: pgmap v1995: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T19:00:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:18 smithi029 ceph-mon[96870]: pgmap v1995: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T19:00:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:18 smithi029 ceph-mon[99353]: pgmap v1995: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.7 MiB/s wr, 4 op/s 2024-07-27T19:00:19.436 INFO:tasks.workunit.client.0.smithi029.stdout: 1161: throughput=5MB/sec pending data=0 2024-07-27T19:00:19.436 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-mO8IIN71Rj1YBJ5 off=10453083 len=1875690 2024-07-27T19:00:19.444 INFO:tasks.workunit.client.0.smithi029.stdout:op 5863 completed, throughput=5MB/sec 2024-07-27T19:00:19.445 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-1MCCKPG_6W_qFMH off=3664212 len=1264279 2024-07-27T19:00:19.446 INFO:tasks.workunit.client.0.smithi029.stdout:op 5864 completed, throughput=5MB/sec 2024-07-27T19:00:19.446 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-zPpR4WoA51Vhijv off=103418 len=1654464 2024-07-27T19:00:19.448 INFO:tasks.workunit.client.0.smithi029.stdout:op 5865 completed, throughput=5MB/sec 2024-07-27T19:00:19.448 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SlKCoOp9NKfpN6c off=2224674 len=581826 2024-07-27T19:00:19.452 INFO:tasks.workunit.client.0.smithi029.stdout:op 5866 completed, throughput=5MB/sec 2024-07-27T19:00:20.452 INFO:tasks.workunit.client.0.smithi029.stdout: 1162: throughput=5MB/sec pending data=0 2024-07-27T19:00:20.453 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oZz4EZwOepztwpc off=17836940 len=2097147 2024-07-27T19:00:20.455 INFO:tasks.workunit.client.0.smithi029.stdout:op 5867 completed, throughput=5MB/sec 2024-07-27T19:00:20.455 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-ndJ0vYam87MGm5B off=7223493 len=434577 2024-07-27T19:00:20.456 INFO:tasks.workunit.client.0.smithi029.stdout:op 5868 completed, throughput=5MB/sec 2024-07-27T19:00:20.456 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-SCWPis0Awnt4fAE off=7680709 len=266976 2024-07-27T19:00:20.457 INFO:tasks.workunit.client.0.smithi029.stdout:op 5869 completed, throughput=5MB/sec 2024-07-27T19:00:20.458 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Z_uRCweQdZ_T-Sm off=1078655 len=301248 2024-07-27T19:00:20.458 INFO:tasks.workunit.client.0.smithi029.stdout:op 5870 completed, throughput=5MB/sec 2024-07-27T19:00:20.458 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-SIQgq67sIb815Gm off=1092556 len=737007 2024-07-27T19:00:20.463 INFO:tasks.workunit.client.0.smithi029.stdout:op 5871 completed, throughput=5MB/sec 2024-07-27T19:00:20.463 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-G9fj78zexNYo1Uw off=7957321 len=1238675 2024-07-27T19:00:20.469 INFO:tasks.workunit.client.0.smithi029.stdout:op 5872 completed, throughput=5MB/sec 2024-07-27T19:00:20.469 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-WPsiKg5FxdmcbVD off=552199 len=1981386 2024-07-27T19:00:20.483 INFO:tasks.workunit.client.0.smithi029.stdout:op 5873 completed, throughput=5MB/sec 2024-07-27T19:00:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:20 smithi179 ceph-mon[89801]: pgmap v1996: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T19:00:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:20 smithi029 ceph-mon[96870]: pgmap v1996: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T19:00:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:20 smithi029 ceph-mon[99353]: pgmap v1996: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.3 MiB/s wr, 5 op/s 2024-07-27T19:00:21.483 INFO:tasks.workunit.client.0.smithi029.stdout: 1163: throughput=5MB/sec pending data=0 2024-07-27T19:00:21.483 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-GX1KBpSVnBgbHiX off=11495518 len=1124375 2024-07-27T19:00:21.485 INFO:tasks.workunit.client.0.smithi029.stdout:op 5874 completed, throughput=5MB/sec 2024-07-27T19:00:21.485 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-og_82_0Bxylafj7 off=10603244 len=639732 2024-07-27T19:00:21.490 INFO:tasks.workunit.client.0.smithi029.stdout:op 5875 completed, throughput=5MB/sec 2024-07-27T19:00:21.490 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y5b8HRx7wZ2tRX4 off=21299587 len=2044511 2024-07-27T19:00:21.502 INFO:tasks.workunit.client.0.smithi029.stdout:op 5876 completed, throughput=5MB/sec 2024-07-27T19:00:22.502 INFO:tasks.workunit.client.0.smithi029.stdout: 1164: throughput=5MB/sec pending data=0 2024-07-27T19:00:22.503 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JG4_yLqtT9ZCgu6 off=6000757 len=1721430 2024-07-27T19:00:22.505 INFO:tasks.workunit.client.0.smithi029.stdout:op 5877 completed, throughput=5MB/sec 2024-07-27T19:00:22.505 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-UX86OXxk3KhzgpR off=1174130 len=1099581 2024-07-27T19:00:22.513 INFO:tasks.workunit.client.0.smithi029.stdout:op 5878 completed, throughput=5MB/sec 2024-07-27T19:00:22.513 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-HPrBJayxh913AtZ off=1701621 len=914306 2024-07-27T19:00:22.514 INFO:tasks.workunit.client.0.smithi029.stdout:op 5879 completed, throughput=5MB/sec 2024-07-27T19:00:22.515 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sYZE6vj49jPhlwd off=14417381 len=2009919 2024-07-27T19:00:22.519 INFO:tasks.workunit.client.0.smithi029.stdout:op 5880 completed, throughput=5MB/sec 2024-07-27T19:00:22.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:22 smithi029 ceph-mon[96870]: pgmap v1997: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T19:00:22.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:22 smithi029 ceph-mon[99353]: pgmap v1997: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T19:00:22.755 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:00:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:00:22] "GET /metrics HTTP/1.1" 200 34049 "" "Prometheus/2.43.0" 2024-07-27T19:00:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:22 smithi179 ceph-mon[89801]: pgmap v1997: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 1.8 MiB/s rd, 2.2 MiB/s wr, 4 op/s 2024-07-27T19:00:23.519 INFO:tasks.workunit.client.0.smithi029.stdout: 1165: throughput=5MB/sec pending data=0 2024-07-27T19:00:23.519 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-_q5VoykDZaWIzQN off=4222340 len=655779 2024-07-27T19:00:23.520 INFO:tasks.workunit.client.0.smithi029.stdout:op 5881 completed, throughput=5MB/sec 2024-07-27T19:00:23.520 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-W3BoKp5EjNtwACy off=18096685 len=1317027 2024-07-27T19:00:23.526 INFO:tasks.workunit.client.0.smithi029.stdout:op 5882 completed, throughput=5MB/sec 2024-07-27T19:00:23.527 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-0LxiZaxiAF-z3qw off=6898032 len=928746 2024-07-27T19:00:23.531 INFO:tasks.workunit.client.0.smithi029.stdout:op 5883 completed, throughput=5MB/sec 2024-07-27T19:00:23.531 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JZVOfptfRtKLIwr off=4591661 len=1262933 2024-07-27T19:00:23.533 INFO:tasks.workunit.client.0.smithi029.stdout:op 5884 completed, throughput=5MB/sec 2024-07-27T19:00:23.533 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-9CzL28UTT0VkNut off=454525 len=1208632 2024-07-27T19:00:23.534 INFO:tasks.workunit.client.0.smithi029.stdout:op 5885 completed, throughput=5MB/sec 2024-07-27T19:00:24.534 INFO:tasks.workunit.client.0.smithi029.stdout: 1166: throughput=5MB/sec pending data=0 2024-07-27T19:00:24.534 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-itldxKiPkmJKjif off=11907195 len=269504 2024-07-27T19:00:24.535 INFO:tasks.workunit.client.0.smithi029.stdout:op 5886 completed, throughput=5MB/sec 2024-07-27T19:00:24.535 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-xflIGDry-jNZPYL off=3265497 len=827576 2024-07-27T19:00:24.538 INFO:tasks.workunit.client.0.smithi029.stdout:op 5887 completed, throughput=5MB/sec 2024-07-27T19:00:24.538 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-kf7Pv319up0ZIo0 off=589123 len=1213009 2024-07-27T19:00:24.539 INFO:tasks.workunit.client.0.smithi029.stdout:op 5888 completed, throughput=5MB/sec 2024-07-27T19:00:24.539 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-J7rYhwglsrtMdUr off=530401 len=123189 2024-07-27T19:00:24.540 INFO:tasks.workunit.client.0.smithi029.stdout:op 5889 completed, throughput=5MB/sec 2024-07-27T19:00:24.540 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-tqZQWntKs92-FOR off=15192040 len=204270 2024-07-27T19:00:24.543 INFO:tasks.workunit.client.0.smithi029.stdout:op 5890 completed, throughput=5MB/sec 2024-07-27T19:00:24.543 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-Y5b8HRx7wZ2tRX4 off=12595962 len=530026 2024-07-27T19:00:24.547 INFO:tasks.workunit.client.0.smithi029.stdout:op 5891 completed, throughput=5MB/sec 2024-07-27T19:00:24.547 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-oN2oGr3MQ9OyGAy off=11400705 len=1655794 2024-07-27T19:00:24.549 INFO:tasks.workunit.client.0.smithi029.stdout:op 5892 completed, throughput=5MB/sec 2024-07-27T19:00:24.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:24 smithi179 ceph-mon[89801]: pgmap v1998: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T19:00:24.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:00:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:24 smithi029 ceph-mon[99353]: pgmap v1998: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T19:00:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:00:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:24 smithi029 ceph-mon[96870]: pgmap v1998: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.5 MiB/s wr, 4 op/s 2024-07-27T19:00:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:00:25.550 INFO:tasks.workunit.client.0.smithi029.stdout: 1167: throughput=5MB/sec pending data=0 2024-07-27T19:00:25.550 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-2aJNyIhfHWAupfX off=2438958 len=1692538 2024-07-27T19:00:25.552 INFO:tasks.workunit.client.0.smithi029.stdout:op 5893 completed, throughput=5MB/sec 2024-07-27T19:00:25.552 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-reCrjBywyhnie8h off=414834 len=1616051 2024-07-27T19:00:25.556 INFO:tasks.workunit.client.0.smithi029.stdout:op 5894 completed, throughput=5MB/sec 2024-07-27T19:00:25.556 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-hGM4ezT1EdQpYu6 off=8512774 len=2078879 2024-07-27T19:00:25.559 INFO:tasks.workunit.client.0.smithi029.stdout:op 5895 completed, throughput=5MB/sec 2024-07-27T19:00:26.559 INFO:tasks.workunit.client.0.smithi029.stdout: 1168: throughput=5MB/sec pending data=0 2024-07-27T19:00:26.559 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-MPr5NjXNckSlPWm off=12877522 len=1319903 2024-07-27T19:00:26.561 INFO:tasks.workunit.client.0.smithi029.stdout:op 5896 completed, throughput=5MB/sec 2024-07-27T19:00:26.561 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-YJruGaxcS3U5juK off=1588507 len=567320 2024-07-27T19:00:26.565 INFO:tasks.workunit.client.0.smithi029.stdout:op 5897 completed, throughput=5MB/sec 2024-07-27T19:00:26.565 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-bVRK9ziAatNK4DE off=2895017 len=1959172 2024-07-27T19:00:26.576 INFO:tasks.workunit.client.0.smithi029.stdout:op 5898 completed, throughput=5MB/sec 2024-07-27T19:00:26.576 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-4MVfrHQAs538__Z off=1410577 len=581182 2024-07-27T19:00:26.580 INFO:tasks.workunit.client.0.smithi029.stdout:op 5899 completed, throughput=5MB/sec 2024-07-27T19:00:26.580 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-a65QqLAn7LGDBMN off=17997791 len=246931 2024-07-27T19:00:26.580 INFO:tasks.workunit.client.0.smithi029.stdout:op 5900 completed, throughput=5MB/sec 2024-07-27T19:00:26.581 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VdNP0PRR-zcRzZb off=5136554 len=229467 2024-07-27T19:00:26.581 INFO:tasks.workunit.client.0.smithi029.stdout:op 5901 completed, throughput=5MB/sec 2024-07-27T19:00:26.581 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-yKrz3Omm1Kgxowo off=2603315 len=1722120 2024-07-27T19:00:26.589 INFO:tasks.workunit.client.0.smithi029.stdout:op 5902 completed, throughput=5MB/sec 2024-07-27T19:00:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:26 smithi179 ceph-mon[89801]: pgmap v1999: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T19:00:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:26 smithi029 ceph-mon[96870]: pgmap v1999: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T19:00:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:26 smithi029 ceph-mon[99353]: pgmap v1999: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.7 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2024-07-27T19:00:27.589 INFO:tasks.workunit.client.0.smithi029.stdout: 1169: throughput=5MB/sec pending data=0 2024-07-27T19:00:27.589 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-H003gOaeYLzbVBc off=753830 len=1702142 2024-07-27T19:00:27.596 INFO:tasks.workunit.client.0.smithi029.stdout:op 5903 completed, throughput=5MB/sec 2024-07-27T19:00:27.596 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RO7V3LuV1eC5Yaj off=13430700 len=1884128 2024-07-27T19:00:27.603 INFO:tasks.workunit.client.0.smithi029.stdout:op 5904 completed, throughput=5MB/sec 2024-07-27T19:00:27.603 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pth0N5xLyfelzmG off=3474816 len=1423800 2024-07-27T19:00:27.605 INFO:tasks.workunit.client.0.smithi029.stdout:op 5905 completed, throughput=5MB/sec 2024-07-27T19:00:28.605 INFO:tasks.workunit.client.0.smithi029.stdout: 1170: throughput=5MB/sec pending data=0 2024-07-27T19:00:28.605 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-VU5uGhuftLAekZI off=17708800 len=415125 2024-07-27T19:00:28.607 INFO:tasks.workunit.client.0.smithi029.stdout:op 5906 completed, throughput=5MB/sec 2024-07-27T19:00:28.607 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Me9uV0HAH_gQTWw off=15468973 len=759047 2024-07-27T19:00:28.608 INFO:tasks.workunit.client.0.smithi029.stdout:op 5907 completed, throughput=5MB/sec 2024-07-27T19:00:28.608 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-96x7cM628CBUW4I off=2074835 len=1586346 2024-07-27T19:00:28.611 INFO:tasks.workunit.client.0.smithi029.stdout:op 5908 completed, throughput=5MB/sec 2024-07-27T19:00:28.611 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-V3x3jClFCREi9pS off=1734630 len=1261721 2024-07-27T19:00:28.619 INFO:tasks.workunit.client.0.smithi029.stdout:op 5909 completed, throughput=5MB/sec 2024-07-27T19:00:28.619 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-GrdmIW3WHhm1XM0 off=9852264 len=1988116 2024-07-27T19:00:28.629 INFO:tasks.workunit.client.0.smithi029.stdout:op 5910 completed, throughput=5MB/sec 2024-07-27T19:00:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:28 smithi179 ceph-mon[89801]: pgmap v2000: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T19:00:29.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:28 smithi029 ceph-mon[96870]: pgmap v2000: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T19:00:29.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:28 smithi029 ceph-mon[99353]: pgmap v2000: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2024-07-27T19:00:29.630 INFO:tasks.workunit.client.0.smithi029.stdout: 1171: throughput=5MB/sec pending data=0 2024-07-27T19:00:29.630 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-JN9xG3u9HMdxZuE off=20135532 len=930365 2024-07-27T19:00:29.632 INFO:tasks.workunit.client.0.smithi029.stdout:op 5911 completed, throughput=5MB/sec 2024-07-27T19:00:29.632 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pudstv26vV-Rbmr off=376997 len=1054723 2024-07-27T19:00:29.634 INFO:tasks.workunit.client.0.smithi029.stdout:op 5912 completed, throughput=5MB/sec 2024-07-27T19:00:29.634 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-qeZEClOYtEUejQH off=14996917 len=2007683 2024-07-27T19:00:29.637 INFO:tasks.workunit.client.0.smithi029.stdout:op 5913 completed, throughput=5MB/sec 2024-07-27T19:00:30.637 INFO:tasks.workunit.client.0.smithi029.stdout: 1172: throughput=5MB/sec pending data=0 2024-07-27T19:00:30.637 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-E4NtTFFxVktiJcE off=3729373 len=98875 2024-07-27T19:00:30.640 INFO:tasks.workunit.client.0.smithi029.stdout:op 5914 completed, throughput=5MB/sec 2024-07-27T19:00:30.640 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vv_GoT_htdSO-Q3 off=803804 len=395953 2024-07-27T19:00:30.641 INFO:tasks.workunit.client.0.smithi029.stdout:op 5915 completed, throughput=5MB/sec 2024-07-27T19:00:30.642 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-Q1USkZVPeRCudcj off=2968138 len=964020 2024-07-27T19:00:30.643 INFO:tasks.workunit.client.0.smithi029.stdout:op 5916 completed, throughput=5MB/sec 2024-07-27T19:00:30.643 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-y0atvD4qLP1epUG off=1867823 len=1295464 2024-07-27T19:00:30.644 INFO:tasks.workunit.client.0.smithi029.stdout:op 5917 completed, throughput=5MB/sec 2024-07-27T19:00:30.645 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-n2wx1AF61r_utE9 off=13389620 len=1093566 2024-07-27T19:00:30.650 INFO:tasks.workunit.client.0.smithi029.stdout:op 5918 completed, throughput=5MB/sec 2024-07-27T19:00:30.650 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-9_6fyI0JXlLbtZQ off=12315571 len=1642055 2024-07-27T19:00:30.660 INFO:tasks.workunit.client.0.smithi029.stdout:op 5919 completed, throughput=5MB/sec 2024-07-27T19:00:30.817 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:30 smithi029 ceph-mon[96870]: pgmap v2001: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T19:00:30.817 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:30 smithi029 ceph-mon[99353]: pgmap v2001: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T19:00:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:30 smithi179 ceph-mon[89801]: pgmap v2001: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.6 MiB/s wr, 5 op/s 2024-07-27T19:00:31.660 INFO:tasks.workunit.client.0.smithi029.stdout: 1173: throughput=5MB/sec pending data=0 2024-07-27T19:00:31.660 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-R6Okyu6o3ggKLN8 off=2693758 len=944373 2024-07-27T19:00:31.664 INFO:tasks.workunit.client.0.smithi029.stdout:op 5920 completed, throughput=5MB/sec 2024-07-27T19:00:31.665 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-vVNiEBgS_Ta4U9J off=6564424 len=517185 2024-07-27T19:00:31.666 INFO:tasks.workunit.client.0.smithi029.stdout:op 5921 completed, throughput=5MB/sec 2024-07-27T19:00:31.666 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-b9E-Jxc9Ym5G2K9 off=15447079 len=851360 2024-07-27T19:00:31.670 INFO:tasks.workunit.client.0.smithi029.stdout:op 5922 completed, throughput=5MB/sec 2024-07-27T19:00:31.670 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-pQN2urgjunfIFkL off=8691989 len=1988591 2024-07-27T19:00:31.672 INFO:tasks.workunit.client.0.smithi029.stdout:op 5923 completed, throughput=5MB/sec 2024-07-27T19:00:31.672 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jqS7hcxf8tTubSm off=14349550 len=1540743 2024-07-27T19:00:31.675 INFO:tasks.workunit.client.0.smithi029.stdout:op 5924 completed, throughput=5MB/sec 2024-07-27T19:00:32.675 INFO:tasks.workunit.client.0.smithi029.stdout: 1174: throughput=5MB/sec pending data=0 2024-07-27T19:00:32.675 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-sjCfVA6Gd7UjKWX off=8929690 len=720826 2024-07-27T19:00:32.676 INFO:tasks.workunit.client.0.smithi029.stdout:op 5925 completed, throughput=5MB/sec 2024-07-27T19:00:32.676 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-cYxUfAPUT7e-jxh off=8214368 len=737902 2024-07-27T19:00:32.682 INFO:tasks.workunit.client.0.smithi029.stdout:op 5926 completed, throughput=5MB/sec 2024-07-27T19:00:32.682 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-h2MYTsfNuT2Fw1s off=7477335 len=2079762 2024-07-27T19:00:32.687 INFO:tasks.workunit.client.0.smithi029.stdout:op 5927 completed, throughput=5MB/sec 2024-07-27T19:00:32.687 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-RZ_0gEy5G5dF1wh off=1534211 len=1043182 2024-07-27T19:00:32.692 INFO:tasks.workunit.client.0.smithi029.stdout:op 5928 completed, throughput=5MB/sec 2024-07-27T19:00:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:32 smithi029 ceph-mon[96870]: pgmap v2002: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T19:00:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:32 smithi029 ceph-mon[99353]: pgmap v2002: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T19:00:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:00:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:00:32] "GET /metrics HTTP/1.1" 200 34052 "" "Prometheus/2.43.0" 2024-07-27T19:00:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:32 smithi179 ceph-mon[89801]: pgmap v2002: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2024-07-27T19:00:33.693 INFO:tasks.workunit.client.0.smithi029.stdout: 1175: throughput=5MB/sec pending data=0 2024-07-27T19:00:33.693 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-QvIbGov1NqMFrdO off=118149 len=1691523 2024-07-27T19:00:33.701 INFO:tasks.workunit.client.0.smithi029.stdout:op 5929 completed, throughput=5MB/sec 2024-07-27T19:00:33.702 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jDEEsw9-vMcATGu off=1810981 len=163099 2024-07-27T19:00:33.702 INFO:tasks.workunit.client.0.smithi029.stdout:op 5930 completed, throughput=5MB/sec 2024-07-27T19:00:33.702 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-gwJ-lMbksoOtGPM off=6462041 len=748928 2024-07-27T19:00:33.703 INFO:tasks.workunit.client.0.smithi029.stdout:op 5931 completed, throughput=5MB/sec 2024-07-27T19:00:33.703 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-25_1xdH2E3FubbK off=11526495 len=743679 2024-07-27T19:00:33.708 INFO:tasks.workunit.client.0.smithi029.stdout:op 5932 completed, throughput=5MB/sec 2024-07-27T19:00:33.708 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-jmXH0NRguDCfwiL off=161754 len=154756 2024-07-27T19:00:33.709 INFO:tasks.workunit.client.0.smithi029.stdout:op 5933 completed, throughput=5MB/sec 2024-07-27T19:00:33.709 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-AtOmL70UpBCDtVl off=30107 len=1353998 2024-07-27T19:00:33.715 INFO:tasks.workunit.client.0.smithi029.stdout:op 5934 completed, throughput=5MB/sec 2024-07-27T19:00:33.715 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-TxXTygmpCMFnfbe off=820291 len=184978 2024-07-27T19:00:33.716 INFO:tasks.workunit.client.0.smithi029.stdout:op 5935 completed, throughput=5MB/sec 2024-07-27T19:00:34.716 INFO:tasks.workunit.client.0.smithi029.stdout: 1176: throughput=5MB/sec pending data=0 2024-07-27T19:00:34.716 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-su_MyFiJnX5r5gA off=3722866 len=1269213 2024-07-27T19:00:34.726 INFO:tasks.workunit.client.0.smithi029.stdout:op 5936 completed, throughput=5MB/sec 2024-07-27T19:00:34.726 INFO:tasks.workunit.client.0.smithi029.stdout:WRITE : oid=obj-55aeQBUXJXzVfWe off=867427 len=145786 2024-07-27T19:00:34.726 INFO:tasks.workunit.client.0.smithi029.stdout:op 5937 completed, throughput=5MB/sec 2024-07-27T19:00:34.726 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-8BTYrZwdmqUjms- off=6310195 len=229200 2024-07-27T19:00:34.730 INFO:tasks.workunit.client.0.smithi029.stdout:op 5938 completed, throughput=5MB/sec 2024-07-27T19:00:34.730 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-EhmyO7KMUU2BRmp off=10960910 len=1265126 2024-07-27T19:00:34.733 INFO:tasks.workunit.client.0.smithi029.stdout:op 5939 completed, throughput=5MB/sec 2024-07-27T19:00:34.733 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-o0-Hc5KYqz8eX8e off=20061260 len=1709110 2024-07-27T19:00:34.735 INFO:tasks.workunit.client.0.smithi029.stdout:op 5940 completed, throughput=5MB/sec 2024-07-27T19:00:34.735 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-uxRrUhWTZGfpYkw off=10154908 len=33687 2024-07-27T19:00:34.736 INFO:tasks.workunit.client.0.smithi029.stdout:op 5941 completed, throughput=5MB/sec 2024-07-27T19:00:34.737 INFO:tasks.workunit.client.0.smithi029.stdout:READ : oid=obj-aLRldRBx_xmOKQC off=2870856 len=1647520 2024-07-27T19:00:34.738 INFO:tasks.workunit.client.0.smithi029.stdout:op 5942 completed, throughput=5MB/sec 2024-07-27T19:00:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:34 smithi179 ceph-mon[89801]: pgmap v2003: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T19:00:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:34 smithi029 ceph-mon[96870]: pgmap v2003: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T19:00:35.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:34 smithi029 ceph-mon[99353]: pgmap v2003: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.9 MiB/s wr, 4 op/s 2024-07-27T19:00:35.739 INFO:tasks.workunit.client.0.smithi029.stdout:waiting for all operations to complete 2024-07-27T19:00:35.739 INFO:tasks.workunit.client.0.smithi029.stdout:cleaning up objects 2024-07-27T19:00:36.789 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:36 smithi029 ceph-mon[96870]: pgmap v2004: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.9 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T19:00:36.790 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:36 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:00:36.790 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:36 smithi029 ceph-mon[99353]: pgmap v2004: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.9 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T19:00:36.790 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:36 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:00:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:36 smithi179 ceph-mon[89801]: pgmap v2004: 105 pgs: 105 active+clean; 127 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 3.9 MiB/s rd, 2.0 MiB/s wr, 5 op/s 2024-07-27T19:00:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:36 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:00:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:38 smithi179 ceph-mon[89801]: pgmap v2005: 105 pgs: 105 active+clean; 125 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.9 MiB/s wr, 16 op/s 2024-07-27T19:00:38.915 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:38 smithi029 ceph-mon[96870]: pgmap v2005: 105 pgs: 105 active+clean; 125 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.9 MiB/s wr, 16 op/s 2024-07-27T19:00:38.915 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:38 smithi029 ceph-mon[99353]: pgmap v2005: 105 pgs: 105 active+clean; 125 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.9 MiB/s wr, 16 op/s 2024-07-27T19:00:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:00:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:00:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:00:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[96870]: pgmap v2006: 105 pgs: 105 active+clean; 108 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.6 MiB/s wr, 127 op/s 2024-07-27T19:00:40.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.718 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.719 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.719 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[99353]: pgmap v2006: 105 pgs: 105 active+clean; 108 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.6 MiB/s wr, 127 op/s 2024-07-27T19:00:40.719 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.719 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.719 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.719 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.719 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.719 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:40 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:40 smithi179 ceph-mon[89801]: pgmap v2006: 105 pgs: 105 active+clean; 108 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.6 MiB/s wr, 127 op/s 2024-07-27T19:00:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:40 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:40 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:40 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:40 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:40 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:40 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:42.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:00:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:00:42] "GET /metrics HTTP/1.1" 200 34050 "" "Prometheus/2.43.0" 2024-07-27T19:00:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:42 smithi179 ceph-mon[89801]: pgmap v2007: 105 pgs: 105 active+clean; 104 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.6 MiB/s rd, 1.2 MiB/s wr, 156 op/s 2024-07-27T19:00:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:42 smithi029 ceph-mon[96870]: pgmap v2007: 105 pgs: 105 active+clean; 104 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.6 MiB/s rd, 1.2 MiB/s wr, 156 op/s 2024-07-27T19:00:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:42 smithi029 ceph-mon[99353]: pgmap v2007: 105 pgs: 105 active+clean; 104 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 1.6 MiB/s rd, 1.2 MiB/s wr, 156 op/s 2024-07-27T19:00:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[96870]: pgmap v2008: 105 pgs: 105 active+clean; 85 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.1 MiB/s wr, 280 op/s 2024-07-27T19:00:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:00:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:00:45.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[99353]: pgmap v2008: 105 pgs: 105 active+clean; 85 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.1 MiB/s wr, 280 op/s 2024-07-27T19:00:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:00:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:00:45.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:44 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:44 smithi179 ceph-mon[89801]: pgmap v2008: 105 pgs: 105 active+clean; 85 GiB data, 9.6 GiB used, 706 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.1 MiB/s wr, 280 op/s 2024-07-27T19:00:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:44 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:44 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:44 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:44 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:00:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:00:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:44 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:00:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:46 smithi029 ceph-mon[96870]: pgmap v2009: 105 pgs: 105 active+clean; 72 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 1.5 MiB/s rd, 946 KiB/s wr, 369 op/s 2024-07-27T19:00:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:46 smithi029 ceph-mon[99353]: pgmap v2009: 105 pgs: 105 active+clean; 72 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 1.5 MiB/s rd, 946 KiB/s wr, 369 op/s 2024-07-27T19:00:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:46 smithi179 ceph-mon[89801]: pgmap v2009: 105 pgs: 105 active+clean; 72 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 1.5 MiB/s rd, 946 KiB/s wr, 369 op/s 2024-07-27T19:00:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:48 smithi029 ceph-mon[96870]: pgmap v2010: 105 pgs: 105 active+clean; 64 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 424 KiB/s rd, 561 KiB/s wr, 425 op/s 2024-07-27T19:00:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:48 smithi029 ceph-mon[99353]: pgmap v2010: 105 pgs: 105 active+clean; 64 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 424 KiB/s rd, 561 KiB/s wr, 425 op/s 2024-07-27T19:00:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:48 smithi179 ceph-mon[89801]: pgmap v2010: 105 pgs: 105 active+clean; 64 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 424 KiB/s rd, 561 KiB/s wr, 425 op/s 2024-07-27T19:00:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:50 smithi029 ceph-mon[96870]: pgmap v2011: 105 pgs: 105 active+clean; 37 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 289 KiB/s rd, 313 KiB/s wr, 595 op/s 2024-07-27T19:00:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:50 smithi029 ceph-mon[99353]: pgmap v2011: 105 pgs: 105 active+clean; 37 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 289 KiB/s rd, 313 KiB/s wr, 595 op/s 2024-07-27T19:00:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:50 smithi179 ceph-mon[89801]: pgmap v2011: 105 pgs: 105 active+clean; 37 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 289 KiB/s rd, 313 KiB/s wr, 595 op/s 2024-07-27T19:00:52.720 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:00:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:00:52] "GET /metrics HTTP/1.1" 200 34050 "" "Prometheus/2.43.0" 2024-07-27T19:00:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:52 smithi029 ceph-mon[96870]: pgmap v2012: 105 pgs: 105 active+clean; 32 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 514 op/s 2024-07-27T19:00:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:52 smithi029 ceph-mon[99353]: pgmap v2012: 105 pgs: 105 active+clean; 32 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 514 op/s 2024-07-27T19:00:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:52 smithi179 ceph-mon[89801]: pgmap v2012: 105 pgs: 105 active+clean; 32 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 514 op/s 2024-07-27T19:00:53.499 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T19:00:53.500 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T19:00:53.528 INFO:tasks.workunit:Stopping ['rados/load-gen-big.sh'] on client.0... 2024-07-27T19:00:53.529 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2024-07-27T19:00:53.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:00:53.805 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:00:53.806 DEBUG:teuthology.parallel:result is None 2024-07-27T19:00:53.807 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T19:00:53.832 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T19:00:53.832 DEBUG:teuthology.orchestra.run.smithi029:> rmdir -- /home/ubuntu/cephtest/mnt.0 2024-07-27T19:00:53.889 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T19:00:53.889 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2024-07-27T19:00:53.889 INFO:teuthology.task.print:**** done end rados_loadgenbig.yaml 2024-07-27T19:00:53.889 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2024-07-27T19:00:53.889 INFO:teuthology.task.print:**** done start rbd_import_export.yaml 2024-07-27T19:00:53.889 INFO:teuthology.task.full_sequential:In full_sequential, running task workunit... 2024-07-27T19:00:53.890 INFO:tasks.workunit:Pulling workunits from ref reef 2024-07-27T19:00:53.891 INFO:tasks.workunit:Making a separate scratch dir for every client... 2024-07-27T19:00:53.891 DEBUG:teuthology.orchestra.run.smithi179:> stat -- /home/ubuntu/cephtest/mnt.1 2024-07-27T19:00:53.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T19:00:53.908 INFO:teuthology.orchestra.run.smithi179.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.1': No such file or directory 2024-07-27T19:00:53.908 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -- /home/ubuntu/cephtest/mnt.1 2024-07-27T19:00:53.964 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.1 2024-07-27T19:00:53.965 DEBUG:teuthology.orchestra.run.smithi179:> cd -- /home/ubuntu/cephtest/mnt.1 && mkdir -- client.1 2024-07-27T19:00:54.020 INFO:tasks.workunit:timeout=3h 2024-07-27T19:00:54.020 INFO:tasks.workunit:cleanup=True 2024-07-27T19:00:54.020 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf /home/ubuntu/cephtest/clone.client.1 && git clone --depth 1 --branch reef https://git.ceph.com/ceph.git /home/ubuntu/cephtest/clone.client.1 && cd /home/ubuntu/cephtest/clone.client.1 2024-07-27T19:00:54.076 INFO:tasks.workunit.client.1.smithi179.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.1'... 2024-07-27T19:00:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:00:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:54 smithi029 ceph-mon[96870]: pgmap v2013: 105 pgs: 105 active+clean; 15 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 0 B/s wr, 600 op/s 2024-07-27T19:00:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:54 smithi029 ceph-mon[99353]: pgmap v2013: 105 pgs: 105 active+clean; 15 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 0 B/s wr, 600 op/s 2024-07-27T19:00:55.123 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:54 smithi179 ceph-mon[89801]: pgmap v2013: 105 pgs: 105 active+clean; 15 GiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 0 B/s wr, 600 op/s 2024-07-27T19:00:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:56 smithi029 ceph-mon[96870]: pgmap v2014: 105 pgs: 105 active+clean; 3.8 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 550 op/s 2024-07-27T19:00:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:56 smithi029 ceph-mon[99353]: pgmap v2014: 105 pgs: 105 active+clean; 3.8 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 550 op/s 2024-07-27T19:00:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:56 smithi179 ceph-mon[89801]: pgmap v2014: 105 pgs: 105 active+clean; 3.8 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 550 op/s 2024-07-27T19:00:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:00:58 smithi029 ceph-mon[96870]: pgmap v2015: 105 pgs: 105 active+clean; 829 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 481 op/s 2024-07-27T19:00:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:00:58 smithi029 ceph-mon[99353]: pgmap v2015: 105 pgs: 105 active+clean; 829 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 481 op/s 2024-07-27T19:00:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:00:58 smithi179 ceph-mon[89801]: pgmap v2015: 105 pgs: 105 active+clean; 829 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 481 op/s 2024-07-27T19:00:59.164 DEBUG:teuthology.orchestra.run.smithi179:> cd -- /home/ubuntu/cephtest/clone.client.1/qa/workunits && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\0' >/home/ubuntu/cephtest/workunits.list.client.1 2024-07-27T19:00:59.234 INFO:tasks.workunit.client.1.smithi179.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2024-07-27T19:00:59.236 INFO:tasks.workunit.client.1.smithi179.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.1/qa/workunits/direct_io' 2024-07-27T19:00:59.236 INFO:tasks.workunit.client.1.smithi179.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2024-07-27T19:00:59.917 INFO:tasks.workunit.client.1.smithi179.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2024-07-27T19:00:59.974 INFO:tasks.workunit.client.1.smithi179.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2024-07-27T19:01:00.014 INFO:tasks.workunit.client.1.smithi179.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.1/qa/workunits/direct_io' 2024-07-27T19:01:00.016 INFO:tasks.workunit.client.1.smithi179.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.1/qa/workunits/fs' 2024-07-27T19:01:00.016 INFO:tasks.workunit.client.1.smithi179.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2024-07-27T19:01:00.055 INFO:tasks.workunit.client.1.smithi179.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.1/qa/workunits/fs' 2024-07-27T19:01:00.058 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-07-27T19:01:00.058 DEBUG:teuthology.orchestra.run.smithi179:> dd if=/home/ubuntu/cephtest/workunits.list.client.1 of=/dev/stdout 2024-07-27T19:01:00.115 INFO:tasks.workunit:Running workunits matching rbd/import_export.sh on client.1... 2024-07-27T19:01:00.117 INFO:tasks.workunit:Running workunit rbd/import_export.sh... 2024-07-27T19:01:00.117 DEBUG:teuthology.orchestra.run.smithi179:workunit test rbd/import_export.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.1/client.1/tmp && cd -- /home/ubuntu/cephtest/mnt.1/client.1/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="1" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.1 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.1 CEPH_MNT=/home/ubuntu/cephtest/mnt.1 RBD_CREATE_ARGS=--new-format adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.1/qa/workunits/rbd/import_export.sh 2024-07-27T19:01:00.189 INFO:tasks.workunit.client.1.smithi179.stderr:+ export RBD_FORCE_ALLOW_V1=1 2024-07-27T19:01:00.189 INFO:tasks.workunit.client.1.smithi179.stderr:+ RBD_FORCE_ALLOW_V1=1 2024-07-27T19:01:00.189 INFO:tasks.workunit.client.1.smithi179.stderr:+ TMPDIR=/tmp/rbd_import_export_139707 2024-07-27T19:01:00.189 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm -rf /tmp/rbd_import_export_139707 2024-07-27T19:01:00.189 INFO:tasks.workunit.client.1.smithi179.stderr:+ mkdir /tmp/rbd_import_export_139707 2024-07-27T19:01:00.190 INFO:tasks.workunit.client.1.smithi179.stderr:+ trap 'rm -rf /tmp/rbd_import_export_139707' INT TERM EXIT 2024-07-27T19:01:00.190 INFO:tasks.workunit.client.1.smithi179.stderr:+ mkdir foo.139707 2024-07-27T19:01:00.191 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import foo.139707 foo.dir 2024-07-27T19:01:00.319 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: cannot import a directory 2024-07-27T19:01:00.319 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 0% complete...failed. 2024-07-27T19:01:00.320 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: import failed: (21) Is a directory 2024-07-27T19:01:00.322 INFO:tasks.workunit.client.1.smithi179.stderr:+ true 2024-07-27T19:01:00.322 INFO:tasks.workunit.client.1.smithi179.stderr:+ rmdir foo.139707 2024-07-27T19:01:00.332 INFO:tasks.workunit.client.1.smithi179.stderr:+ dd if=/bin/sh of=/tmp/rbd_import_export_139707/img bs=1k count=1 seek=10 2024-07-27T19:01:00.332 INFO:tasks.workunit.client.1.smithi179.stderr:1+0 records in 2024-07-27T19:01:00.332 INFO:tasks.workunit.client.1.smithi179.stderr:1+0 records out 2024-07-27T19:01:00.333 INFO:tasks.workunit.client.1.smithi179.stderr:1024 bytes (1.0 kB, 1.0 KiB) copied, 4.1154e-05 s, 24.9 MB/s 2024-07-27T19:01:00.333 INFO:tasks.workunit.client.1.smithi179.stderr:+ dd if=/bin/dd of=/tmp/rbd_import_export_139707/img bs=1k count=10 seek=100 2024-07-27T19:01:00.333 INFO:tasks.workunit.client.1.smithi179.stderr:10+0 records in 2024-07-27T19:01:00.333 INFO:tasks.workunit.client.1.smithi179.stderr:10+0 records out 2024-07-27T19:01:00.333 INFO:tasks.workunit.client.1.smithi179.stderr:10240 bytes (10 kB, 10 KiB) copied, 5.0343e-05 s, 203 MB/s 2024-07-27T19:01:00.333 INFO:tasks.workunit.client.1.smithi179.stderr:+ dd if=/bin/rm of=/tmp/rbd_import_export_139707/img bs=1k count=100 seek=1000 2024-07-27T19:01:00.334 INFO:tasks.workunit.client.1.smithi179.stderr:60+1 records in 2024-07-27T19:01:00.334 INFO:tasks.workunit.client.1.smithi179.stderr:60+1 records out 2024-07-27T19:01:00.334 INFO:tasks.workunit.client.1.smithi179.stderr:61656 bytes (62 kB, 60 KiB) copied, 0.000150176 s, 411 MB/s 2024-07-27T19:01:00.334 INFO:tasks.workunit.client.1.smithi179.stderr:+ dd if=/bin/ls of=/tmp/rbd_import_export_139707/img bs=1k seek=10000 2024-07-27T19:01:00.335 INFO:tasks.workunit.client.1.smithi179.stderr:137+1 records in 2024-07-27T19:01:00.335 INFO:tasks.workunit.client.1.smithi179.stderr:137+1 records out 2024-07-27T19:01:00.336 INFO:tasks.workunit.client.1.smithi179.stderr:140952 bytes (141 kB, 138 KiB) copied, 0.000367342 s, 384 MB/s 2024-07-27T19:01:00.336 INFO:tasks.workunit.client.1.smithi179.stderr:+ dd if=/bin/ln of=/tmp/rbd_import_export_139707/img bs=1k seek=100000 2024-07-27T19:01:00.336 INFO:tasks.workunit.client.1.smithi179.stderr:60+1 records in 2024-07-27T19:01:00.336 INFO:tasks.workunit.client.1.smithi179.stderr:60+1 records out 2024-07-27T19:01:00.336 INFO:tasks.workunit.client.1.smithi179.stderr:61608 bytes (62 kB, 60 KiB) copied, 0.000173205 s, 356 MB/s 2024-07-27T19:01:00.337 INFO:tasks.workunit.client.1.smithi179.stderr:+ dd if=/bin/grep of=/tmp/rbd_import_export_139707/img bs=1k seek=1000000 2024-07-27T19:01:00.337 INFO:tasks.workunit.client.1.smithi179.stderr:154+1 records in 2024-07-27T19:01:00.337 INFO:tasks.workunit.client.1.smithi179.stderr:154+1 records out 2024-07-27T19:01:00.338 INFO:tasks.workunit.client.1.smithi179.stderr:158176 bytes (158 kB, 154 KiB) copied, 0.000349321 s, 453 MB/s 2024-07-27T19:01:00.338 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm testimg 2024-07-27T19:01:00.394 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 0% complete...failed. 2024-07-27T19:01:00.394 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: delete error: (2) No such file or directory 2024-07-27T19:01:00.397 INFO:tasks.workunit.client.1.smithi179.stderr:+ true 2024-07-27T19:01:00.397 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --new-format /tmp/rbd_import_export_139707/img testimg 2024-07-27T19:01:00.911 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 1% complete... Importing image: 2% complete... Importing image: 3% complete... Importing image: 4% complete... Importing image: 5% complete... Importing image: 6% complete... Importing image: 7% complete... Importing image: 8% complete... Importing image: 9% complete... Importing image: 10% complete... Importing image: 11% complete... Importing image: 12% complete... Importing image: 13% complete... Importing image: 14% complete... Importing image: 15% complete... Importing image: 16% complete... Importing image: 17% complete... Importing image: 18% complete... Importing image: 19% complete... Importing image: 20% complete... Importing image: 21% complete... Importing image: 22% complete... Importing image: 23% complete... Importing image: 24% complete... Importing image: 25% complete... Importing image: 26% complete... Importing image: 27% complete... Importing image: 28% complete... Importing image: 29% complete... Importing image: 30% complete... Importing image: 31% complete... Importing image: 32% complete... Importing image: 33% complete... Importing image: 34% complete... Importing image: 35% complete... Importing image: 36% complete... Importing image: 37% complete... Importing image: 38% complete... Importing image: 39% complete... Importing image: 40% complete... Importing image: 41% complete... Importing image: 42% complete... Importing image: 43% complete... Importing image: 44% complete... Importing image: 45% complete... Importing image: 46% complete... Importing image: 47% complete... Importing image: 48% complete... Importing image: 49% complete... Importing image: 50% complete... Importing image: 51% complete... Importing image: 52% complete... Importing image: 53% complete... Importing image: 54% complete... Importing image: 55% complete... Importing image: 56% complete... Importing image: 57% complete... Importing image: 58% complete... Importing image: 59% complete... Importing image: 60% complete... Importing image: 61% complete... Importing image: 62% complete... Importing image: 63% complete... Importing image: 64% complete... Importing image: 65% complete... Importing image: 66% complete... Importing image: 67% complete... Importing image: 68% complete... Importing image: 69% complete... Importing image: 70% complete... Importing image: 71% complete... Importing image: 72% complete... Importing image: 73% complete... Importing image: 74% complete... Importing image: 75% complete... Importing image: 76% complete... Importing image: 77% complete... Importing image: 78% complete... Importing image: 79% complete... Importing image: 80% complete... Importing image: 81% complete... Importing image: 82% complete... Importing image: 83% complete... Importing image: 84% complete... Importing image: 85% complete... Importing image: 86% complete... Importing image: 87% complete... Importing image: 88% complete... Importing image: 89% complete... Importing image: 90% complete... Importing image: 91% complete... Importing image: 92% complete... Importing image: 93% complete... Importing image: 94% complete... Importing image: 95% complete... Importing image: 96% complete... Importing image: 97% complete... Importing image: 98% complete... Importing image: 99% complete... Importing image: 100% complete...done. 2024-07-27T19:01:00.911 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --new-format is deprecated, use --image-format 2 2024-07-27T19:01:00.915 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export testimg /tmp/rbd_import_export_139707/img2 2024-07-27T19:01:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:00 smithi029 ceph-mon[96870]: pgmap v2016: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 428 op/s 2024-07-27T19:01:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:00 smithi029 ceph-mon[99353]: pgmap v2016: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 428 op/s 2024-07-27T19:01:01.091 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:00 smithi179 ceph-mon[89801]: pgmap v2016: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 428 op/s 2024-07-27T19:01:01.143 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 1% complete... Exporting image: 2% complete... Exporting image: 3% complete... Exporting image: 4% complete... Exporting image: 5% complete... Exporting image: 6% complete... Exporting image: 7% complete... Exporting image: 8% complete... Exporting image: 9% complete... Exporting image: 10% complete... Exporting image: 11% complete... Exporting image: 12% complete... Exporting image: 13% complete... Exporting image: 14% complete... Exporting image: 15% complete... Exporting image: 16% complete... Exporting image: 17% complete... Exporting image: 18% complete... Exporting image: 19% complete... Exporting image: 20% complete... Exporting image: 21% complete... Exporting image: 22% complete... Exporting image: 23% complete... Exporting image: 24% complete... Exporting image: 25% complete... Exporting image: 26% complete... Exporting image: 27% complete... Exporting image: 28% complete... Exporting image: 29% complete... Exporting image: 30% complete... Exporting image: 31% complete... Exporting image: 32% complete... Exporting image: 33% complete... Exporting image: 34% complete... Exporting image: 35% complete... Exporting image: 36% complete... Exporting image: 37% complete... Exporting image: 38% complete... Exporting image: 39% complete... Exporting image: 40% complete... Exporting image: 41% complete... Exporting image: 42% complete... Exporting image: 43% complete... Exporting image: 44% complete... Exporting image: 45% complete... Exporting image: 46% complete... Exporting image: 47% complete... Exporting image: 48% complete... Exporting image: 49% complete... Exporting image: 50% complete... Exporting image: 51% complete... Exporting image: 52% complete... Exporting image: 53% complete... Exporting image: 54% complete... Exporting image: 55% complete... Exporting image: 56% complete... Exporting image: 57% complete... Exporting image: 58% complete... Exporting image: 59% complete... Exporting image: 60% complete... Exporting image: 61% complete... Exporting image: 62% complete... Exporting image: 63% complete... Exporting image: 64% complete... Exporting image: 65% complete... Exporting image: 66% complete... Exporting image: 67% complete... Exporting image: 68% complete... Exporting image: 69% complete... Exporting image: 70% complete... Exporting image: 71% complete... Exporting image: 72% complete... Exporting image: 73% complete... Exporting image: 74% complete... Exporting image: 75% complete... Exporting image: 76% complete... Exporting image: 77% complete... Exporting image: 78% complete... Exporting image: 79% complete... Exporting image: 80% complete... Exporting image: 81% complete... Exporting image: 82% complete... Exporting image: 83% complete... Exporting image: 84% complete... Exporting image: 85% complete... Exporting image: 86% complete... Exporting image: 87% complete... Exporting image: 88% complete... Exporting image: 89% complete... Exporting image: 90% complete... Exporting image: 91% complete... Exporting image: 92% complete... Exporting image: 93% complete... Exporting image: 94% complete... Exporting image: 95% complete... Exporting image: 96% complete... Exporting image: 97% complete... Exporting image: 98% complete... Exporting image: 99% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:01.147 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export testimg - 2024-07-27T19:01:01.733 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 1% complete... Exporting image: 2% complete... Exporting image: 3% complete... Exporting image: 4% complete... Exporting image: 5% complete... Exporting image: 6% complete... Exporting image: 7% complete... Exporting image: 8% complete... Exporting image: 9% complete... Exporting image: 10% complete... Exporting image: 11% complete... Exporting image: 12% complete... Exporting image: 13% complete... Exporting image: 14% complete... Exporting image: 15% complete... Exporting image: 16% complete... Exporting image: 17% complete... Exporting image: 18% complete... Exporting image: 19% complete... Exporting image: 20% complete... Exporting image: 21% complete... Exporting image: 22% complete... Exporting image: 23% complete... Exporting image: 24% complete... Exporting image: 25% complete... Exporting image: 26% complete... Exporting image: 27% complete... Exporting image: 28% complete... Exporting image: 29% complete... Exporting image: 30% complete... Exporting image: 31% complete... Exporting image: 32% complete... Exporting image: 33% complete... Exporting image: 34% complete... Exporting image: 35% complete... Exporting image: 36% complete... Exporting image: 37% complete... Exporting image: 38% complete... Exporting image: 39% complete... Exporting image: 40% complete... Exporting image: 41% complete... Exporting image: 42% complete... Exporting image: 43% complete... Exporting image: 44% complete... Exporting image: 45% complete... Exporting image: 46% complete... Exporting image: 47% complete... Exporting image: 48% complete... Exporting image: 49% complete... Exporting image: 50% complete... Exporting image: 51% complete... Exporting image: 52% complete... Exporting image: 53% complete... Exporting image: 54% complete... Exporting image: 55% complete... Exporting image: 56% complete... Exporting image: 57% complete... Exporting image: 58% complete... Exporting image: 59% complete... Exporting image: 60% complete... Exporting image: 61% complete... Exporting image: 62% complete... Exporting image: 63% complete... Exporting image: 64% complete... Exporting image: 65% complete... Exporting image: 66% complete... Exporting image: 67% complete... Exporting image: 68% complete... Exporting image: 69% complete... Exporting image: 70% complete... Exporting image: 71% complete... Exporting image: 72% complete... Exporting image: 73% complete... Exporting image: 74% complete... Exporting image: 75% complete... Exporting image: 76% complete... Exporting image: 77% complete... Exporting image: 78% complete... Exporting image: 79% complete... Exporting image: 80% complete... Exporting image: 81% complete... Exporting image: 82% complete... Exporting image: 83% complete... Exporting image: 84% complete... Exporting image: 85% complete... Exporting image: 86% complete... Exporting image: 87% complete... Exporting image: 88% complete... Exporting image: 89% complete... Exporting image: 90% complete... Exporting image: 91% complete... Exporting image: 92% complete... Exporting image: 93% complete... Exporting image: 94% complete... Exporting image: 95% complete... Exporting image: 96% complete... Exporting image: 97% complete... Exporting image: 98% complete... Exporting image: 99% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:01.738 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm testimg 2024-07-27T19:01:01.861 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 1% complete... Removing image: 2% complete... Removing image: 3% complete... Removing image: 4% complete... Removing image: 5% complete... Removing image: 6% complete... Removing image: 7% complete... Removing image: 8% complete... Removing image: 9% complete... Removing image: 10% complete... Removing image: 11% complete... Removing image: 12% complete... Removing image: 13% complete... Removing image: 14% complete... Removing image: 15% complete... Removing image: 16% complete... Removing image: 17% complete... Removing image: 18% complete... Removing image: 19% complete... Removing image: 20% complete... Removing image: 21% complete... Removing image: 22% complete... Removing image: 23% complete... Removing image: 24% complete... Removing image: 25% complete... Removing image: 26% complete... Removing image: 27% complete... Removing image: 28% complete... Removing image: 29% complete... Removing image: 30% complete... Removing image: 31% complete... Removing image: 32% complete... Removing image: 33% complete... Removing image: 34% complete... Removing image: 35% complete... Removing image: 36% complete... Removing image: 37% complete... Removing image: 38% complete... Removing image: 39% complete... Removing image: 40% complete... Removing image: 41% complete... Removing image: 42% complete... Removing image: 43% complete... Removing image: 44% complete... Removing image: 45% complete... Removing image: 46% complete... Removing image: 47% complete... Removing image: 48% complete... Removing image: 49% complete... Removing image: 50% complete... Removing image: 51% complete... Removing image: 52% complete... Removing image: 53% complete... Removing image: 54% complete... Removing image: 55% complete... Removing image: 56% complete... Removing image: 57% complete... Removing image: 58% complete... Removing image: 59% complete... Removing image: 60% complete... Removing image: 61% complete... Removing image: 62% complete... Removing image: 63% complete... Removing image: 64% complete... Removing image: 65% complete... Removing image: 66% complete... Removing image: 67% complete... Removing image: 68% complete... Removing image: 69% complete... Removing image: 70% complete... Removing image: 71% complete... Removing image: 72% complete... Removing image: 73% complete... Removing image: 74% complete... Removing image: 75% complete... Removing image: 76% complete... Removing image: 77% complete... Removing image: 78% complete... Removing image: 79% complete... Removing image: 80% complete... Removing image: 81% complete... Removing image: 82% complete... Removing image: 83% complete... Removing image: 84% complete... Removing image: 85% complete... Removing image: 86% complete... Removing image: 87% complete... Removing image: 88% complete... Removing image: 89% complete... Removing image: 90% complete... Removing image: 91% complete... Removing image: 92% complete... Removing image: 93% complete... Removing image: 94% complete... Removing image: 95% complete... Removing image: 96% complete... Removing image: 97% complete... Removing image: 98% complete... Removing image: 99% complete... Removing image: 100% complete...done. 2024-07-27T19:01:01.863 INFO:tasks.workunit.client.1.smithi179.stderr:+ cmp /tmp/rbd_import_export_139707/img /tmp/rbd_import_export_139707/img2 2024-07-27T19:01:02.405 INFO:tasks.workunit.client.1.smithi179.stderr:+ cmp /tmp/rbd_import_export_139707/img /tmp/rbd_import_export_139707/img3 2024-07-27T19:01:02.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:01:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:01:02] "GET /metrics HTTP/1.1" 200 34045 "" "Prometheus/2.43.0" 2024-07-27T19:01:02.805 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/img2 /tmp/rbd_import_export_139707/img3 2024-07-27T19:01:02.967 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --new-format - testimg 2024-07-27T19:01:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:02 smithi029 ceph-mon[96870]: pgmap v2017: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 246 op/s 2024-07-27T19:01:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:02 smithi029 ceph-mon[99353]: pgmap v2017: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 246 op/s 2024-07-27T19:01:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:02 smithi179 ceph-mon[89801]: pgmap v2017: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 246 op/s 2024-07-27T19:01:03.389 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 100% complete...done. 2024-07-27T19:01:03.390 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --new-format is deprecated, use --image-format 2 2024-07-27T19:01:03.392 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export testimg /tmp/rbd_import_export_139707/img2 2024-07-27T19:01:03.606 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 1% complete... Exporting image: 2% complete... Exporting image: 3% complete... Exporting image: 4% complete... Exporting image: 5% complete... Exporting image: 6% complete... Exporting image: 7% complete... Exporting image: 8% complete... Exporting image: 9% complete... Exporting image: 10% complete... Exporting image: 11% complete... Exporting image: 12% complete... Exporting image: 13% complete... Exporting image: 14% complete... Exporting image: 15% complete... Exporting image: 16% complete... Exporting image: 17% complete... Exporting image: 18% complete... Exporting image: 19% complete... Exporting image: 20% complete... Exporting image: 21% complete... Exporting image: 22% complete... Exporting image: 23% complete... Exporting image: 24% complete... Exporting image: 25% complete... Exporting image: 26% complete... Exporting image: 27% complete... Exporting image: 28% complete... Exporting image: 29% complete... Exporting image: 30% complete... Exporting image: 31% complete... Exporting image: 32% complete... Exporting image: 33% complete... Exporting image: 34% complete... Exporting image: 35% complete... Exporting image: 36% complete... Exporting image: 37% complete... Exporting image: 38% complete... Exporting image: 39% complete... Exporting image: 40% complete... Exporting image: 41% complete... Exporting image: 42% complete... Exporting image: 43% complete... Exporting image: 44% complete... Exporting image: 45% complete... Exporting image: 46% complete... Exporting image: 47% complete... Exporting image: 48% complete... Exporting image: 49% complete... Exporting image: 50% complete... Exporting image: 51% complete... Exporting image: 52% complete... Exporting image: 53% complete... Exporting image: 54% complete... Exporting image: 55% complete... Exporting image: 56% complete... Exporting image: 57% complete... Exporting image: 58% complete... Exporting image: 59% complete... Exporting image: 60% complete... Exporting image: 61% complete... Exporting image: 62% complete... Exporting image: 63% complete... Exporting image: 64% complete... Exporting image: 65% complete... Exporting image: 66% complete... Exporting image: 67% complete... Exporting image: 68% complete... Exporting image: 69% complete... Exporting image: 70% complete... Exporting image: 71% complete... Exporting image: 72% complete... Exporting image: 73% complete... Exporting image: 74% complete... Exporting image: 75% complete... Exporting image: 76% complete... Exporting image: 77% complete... Exporting image: 78% complete... Exporting image: 79% complete... Exporting image: 80% complete... Exporting image: 81% complete... Exporting image: 82% complete... Exporting image: 83% complete... Exporting image: 84% complete... Exporting image: 85% complete... Exporting image: 86% complete... Exporting image: 87% complete... Exporting image: 88% complete... Exporting image: 89% complete... Exporting image: 90% complete... Exporting image: 91% complete... Exporting image: 92% complete... Exporting image: 93% complete... Exporting image: 94% complete... Exporting image: 95% complete... Exporting image: 96% complete... Exporting image: 97% complete... Exporting image: 98% complete... Exporting image: 99% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:03.611 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export testimg - 2024-07-27T19:01:04.207 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 1% complete... Exporting image: 2% complete... Exporting image: 3% complete... Exporting image: 4% complete... Exporting image: 5% complete... Exporting image: 6% complete... Exporting image: 7% complete... Exporting image: 8% complete... Exporting image: 9% complete... Exporting image: 10% complete... Exporting image: 11% complete... Exporting image: 12% complete... Exporting image: 13% complete... Exporting image: 14% complete... Exporting image: 15% complete... Exporting image: 16% complete... Exporting image: 17% complete... Exporting image: 18% complete... Exporting image: 19% complete... Exporting image: 20% complete... Exporting image: 21% complete... Exporting image: 22% complete... Exporting image: 23% complete... Exporting image: 24% complete... Exporting image: 25% complete... Exporting image: 26% complete... Exporting image: 27% complete... Exporting image: 28% complete... Exporting image: 29% complete... Exporting image: 30% complete... Exporting image: 31% complete... Exporting image: 32% complete... Exporting image: 33% complete... Exporting image: 34% complete... Exporting image: 35% complete... Exporting image: 36% complete... Exporting image: 37% complete... Exporting image: 38% complete... Exporting image: 39% complete... Exporting image: 40% complete... Exporting image: 41% complete... Exporting image: 42% complete... Exporting image: 43% complete... Exporting image: 44% complete... Exporting image: 45% complete... Exporting image: 46% complete... Exporting image: 47% complete... Exporting image: 48% complete... Exporting image: 49% complete... Exporting image: 50% complete... Exporting image: 51% complete... Exporting image: 52% complete... Exporting image: 53% complete... Exporting image: 54% complete... Exporting image: 55% complete... Exporting image: 56% complete... Exporting image: 57% complete... Exporting image: 58% complete... Exporting image: 59% complete... Exporting image: 60% complete... Exporting image: 61% complete... Exporting image: 62% complete... Exporting image: 63% complete... Exporting image: 64% complete... Exporting image: 65% complete... Exporting image: 66% complete... Exporting image: 67% complete... Exporting image: 68% complete... Exporting image: 69% complete... Exporting image: 70% complete... Exporting image: 71% complete... Exporting image: 72% complete... Exporting image: 73% complete... Exporting image: 74% complete... Exporting image: 75% complete... Exporting image: 76% complete... Exporting image: 77% complete... Exporting image: 78% complete... Exporting image: 79% complete... Exporting image: 80% complete... Exporting image: 81% complete... Exporting image: 82% complete... Exporting image: 83% complete... Exporting image: 84% complete... Exporting image: 85% complete... Exporting image: 86% complete... Exporting image: 87% complete... Exporting image: 88% complete... Exporting image: 89% complete... Exporting image: 90% complete... Exporting image: 91% complete... Exporting image: 92% complete... Exporting image: 93% complete... Exporting image: 94% complete... Exporting image: 95% complete... Exporting image: 96% complete... Exporting image: 97% complete... Exporting image: 98% complete... Exporting image: 99% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:04.212 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm testimg 2024-07-27T19:01:04.330 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 1% complete... Removing image: 2% complete... Removing image: 3% complete... Removing image: 4% complete... Removing image: 5% complete... Removing image: 6% complete... Removing image: 7% complete... Removing image: 8% complete... Removing image: 9% complete... Removing image: 10% complete... Removing image: 11% complete... Removing image: 12% complete... Removing image: 13% complete... Removing image: 14% complete... Removing image: 15% complete... Removing image: 16% complete... Removing image: 17% complete... Removing image: 18% complete... Removing image: 19% complete... Removing image: 20% complete... Removing image: 21% complete... Removing image: 22% complete... Removing image: 23% complete... Removing image: 24% complete... Removing image: 25% complete... Removing image: 26% complete... Removing image: 27% complete... Removing image: 28% complete... Removing image: 29% complete... Removing image: 30% complete... Removing image: 31% complete... Removing image: 32% complete... Removing image: 33% complete... Removing image: 34% complete... Removing image: 35% complete... Removing image: 36% complete... Removing image: 37% complete... Removing image: 38% complete... Removing image: 39% complete... Removing image: 40% complete... Removing image: 41% complete... Removing image: 42% complete... Removing image: 43% complete... Removing image: 44% complete... Removing image: 45% complete... Removing image: 46% complete... Removing image: 47% complete... Removing image: 48% complete... Removing image: 49% complete... Removing image: 50% complete... Removing image: 51% complete... Removing image: 52% complete... Removing image: 53% complete... Removing image: 54% complete... Removing image: 55% complete... Removing image: 56% complete... Removing image: 57% complete... Removing image: 58% complete... Removing image: 59% complete... Removing image: 60% complete... Removing image: 61% complete... Removing image: 62% complete... Removing image: 63% complete... Removing image: 64% complete... Removing image: 65% complete... Removing image: 66% complete... Removing image: 67% complete... Removing image: 68% complete... Removing image: 69% complete... Removing image: 70% complete... Removing image: 71% complete... Removing image: 72% complete... Removing image: 73% complete... Removing image: 74% complete... Removing image: 75% complete... Removing image: 76% complete... Removing image: 77% complete... Removing image: 78% complete... Removing image: 79% complete... Removing image: 80% complete... Removing image: 81% complete... Removing image: 82% complete... Removing image: 83% complete... Removing image: 84% complete... Removing image: 85% complete... Removing image: 86% complete... Removing image: 87% complete... Removing image: 88% complete... Removing image: 89% complete... Removing image: 90% complete... Removing image: 91% complete... Removing image: 92% complete... Removing image: 93% complete... Removing image: 94% complete... Removing image: 95% complete... Removing image: 96% complete... Removing image: 97% complete... Removing image: 98% complete... Removing image: 99% complete... Removing image: 100% complete...done. 2024-07-27T19:01:04.333 INFO:tasks.workunit.client.1.smithi179.stderr:+ cmp /tmp/rbd_import_export_139707/img /tmp/rbd_import_export_139707/img2 2024-07-27T19:01:04.876 INFO:tasks.workunit.client.1.smithi179.stderr:+ cmp /tmp/rbd_import_export_139707/img /tmp/rbd_import_export_139707/img3 2024-07-27T19:01:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:04 smithi179 ceph-mon[89801]: pgmap v2018: 105 pgs: 105 active+clean; 2.5 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 89 KiB/s rd, 45 KiB/s wr, 255 op/s 2024-07-27T19:01:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:04 smithi029 ceph-mon[96870]: pgmap v2018: 105 pgs: 105 active+clean; 2.5 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 89 KiB/s rd, 45 KiB/s wr, 255 op/s 2024-07-27T19:01:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:04 smithi029 ceph-mon[99353]: pgmap v2018: 105 pgs: 105 active+clean; 2.5 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 89 KiB/s rd, 45 KiB/s wr, 255 op/s 2024-07-27T19:01:05.280 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/img /tmp/rbd_import_export_139707/img2 /tmp/rbd_import_export_139707/img3 2024-07-27T19:01:05.495 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd help export 2024-07-27T19:01:05.495 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep -q export-format 2024-07-27T19:01:05.517 INFO:tasks.workunit.client.1.smithi179.stderr:+ dd if=/bin/dd of=/tmp/rbd_import_export_139707/img bs=1k count=10 seek=100 2024-07-27T19:01:05.518 INFO:tasks.workunit.client.1.smithi179.stderr:10+0 records in 2024-07-27T19:01:05.518 INFO:tasks.workunit.client.1.smithi179.stderr:10+0 records out 2024-07-27T19:01:05.518 INFO:tasks.workunit.client.1.smithi179.stderr:10240 bytes (10 kB, 10 KiB) copied, 6.4649e-05 s, 158 MB/s 2024-07-27T19:01:05.518 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --new-format /tmp/rbd_import_export_139707/img testimg 2024-07-27T19:01:05.588 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 100% complete...done. 2024-07-27T19:01:05.589 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --new-format is deprecated, use --image-format 2 2024-07-27T19:01:05.591 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd snap create testimg@snap 2024-07-27T19:01:05.756 INFO:tasks.workunit.client.1.smithi179.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-07-27T19:01:05.765 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd image-meta set testimg key1 value1 2024-07-27T19:01:05.821 INFO:tasks.workunit.client.1.smithi179.stderr:++ rbd image-meta list testimg 2024-07-27T19:01:05.864 INFO:tasks.workunit.client.1.smithi179.stderr:+ IMAGEMETA_BEFORE='There is 1 metadatum on this image: 2024-07-27T19:01:05.864 INFO:tasks.workunit.client.1.smithi179.stderr: 2024-07-27T19:01:05.864 INFO:tasks.workunit.client.1.smithi179.stderr:Key Value 2024-07-27T19:01:05.865 INFO:tasks.workunit.client.1.smithi179.stderr:key1 value1' 2024-07-27T19:01:05.865 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export --export-format 2 testimg /tmp/rbd_import_export_139707/img_v2 2024-07-27T19:01:05.905 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 100% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:05.907 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --export-format 2 /tmp/rbd_import_export_139707/img_v2 testimg_import 2024-07-27T19:01:06.785 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 50% complete... Importing image: 100% complete... Importing image: 100% complete...done. 2024-07-27T19:01:06.788 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd info testimg_import 2024-07-27T19:01:06.831 INFO:tasks.workunit.client.1.smithi179.stdout:rbd image 'testimg_import': 2024-07-27T19:01:06.831 INFO:tasks.workunit.client.1.smithi179.stdout: size 110 KiB in 1 objects 2024-07-27T19:01:06.831 INFO:tasks.workunit.client.1.smithi179.stdout: order 22 (4 MiB objects) 2024-07-27T19:01:06.831 INFO:tasks.workunit.client.1.smithi179.stdout: snapshot_count: 1 2024-07-27T19:01:06.832 INFO:tasks.workunit.client.1.smithi179.stdout: id: d615b60fad78 2024-07-27T19:01:06.832 INFO:tasks.workunit.client.1.smithi179.stdout: block_name_prefix: rbd_data.d615b60fad78 2024-07-27T19:01:06.832 INFO:tasks.workunit.client.1.smithi179.stdout: format: 2 2024-07-27T19:01:06.832 INFO:tasks.workunit.client.1.smithi179.stdout: features: layering, exclusive-lock, object-map, fast-diff, deep-flatten 2024-07-27T19:01:06.832 INFO:tasks.workunit.client.1.smithi179.stdout: op_features: 2024-07-27T19:01:06.832 INFO:tasks.workunit.client.1.smithi179.stdout: flags: 2024-07-27T19:01:06.832 INFO:tasks.workunit.client.1.smithi179.stdout: create_timestamp: Sat Jul 27 19:01:05 2024 2024-07-27T19:01:06.832 INFO:tasks.workunit.client.1.smithi179.stdout: access_timestamp: Sat Jul 27 19:01:05 2024 2024-07-27T19:01:06.832 INFO:tasks.workunit.client.1.smithi179.stdout: modify_timestamp: Sat Jul 27 19:01:05 2024 2024-07-27T19:01:06.834 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd info testimg_import@snap 2024-07-27T19:01:06.878 INFO:tasks.workunit.client.1.smithi179.stdout:rbd image 'testimg_import': 2024-07-27T19:01:06.878 INFO:tasks.workunit.client.1.smithi179.stdout: size 110 KiB in 1 objects 2024-07-27T19:01:06.879 INFO:tasks.workunit.client.1.smithi179.stdout: order 22 (4 MiB objects) 2024-07-27T19:01:06.879 INFO:tasks.workunit.client.1.smithi179.stdout: snapshot_count: 1 2024-07-27T19:01:06.879 INFO:tasks.workunit.client.1.smithi179.stdout: id: d615b60fad78 2024-07-27T19:01:06.879 INFO:tasks.workunit.client.1.smithi179.stdout: block_name_prefix: rbd_data.d615b60fad78 2024-07-27T19:01:06.879 INFO:tasks.workunit.client.1.smithi179.stdout: format: 2 2024-07-27T19:01:06.879 INFO:tasks.workunit.client.1.smithi179.stdout: features: layering, exclusive-lock, object-map, fast-diff, deep-flatten 2024-07-27T19:01:06.879 INFO:tasks.workunit.client.1.smithi179.stdout: op_features: 2024-07-27T19:01:06.879 INFO:tasks.workunit.client.1.smithi179.stdout: flags: 2024-07-27T19:01:06.879 INFO:tasks.workunit.client.1.smithi179.stdout: create_timestamp: Sat Jul 27 19:01:05 2024 2024-07-27T19:01:06.879 INFO:tasks.workunit.client.1.smithi179.stdout: access_timestamp: Sat Jul 27 19:01:05 2024 2024-07-27T19:01:06.879 INFO:tasks.workunit.client.1.smithi179.stdout: modify_timestamp: Sat Jul 27 19:01:05 2024 2024-07-27T19:01:06.879 INFO:tasks.workunit.client.1.smithi179.stdout: protected: False 2024-07-27T19:01:06.881 INFO:tasks.workunit.client.1.smithi179.stderr:++ rbd image-meta list testimg_import 2024-07-27T19:01:06.930 INFO:tasks.workunit.client.1.smithi179.stderr:+ IMAGEMETA_AFTER='There is 1 metadatum on this image: 2024-07-27T19:01:06.931 INFO:tasks.workunit.client.1.smithi179.stderr: 2024-07-27T19:01:06.931 INFO:tasks.workunit.client.1.smithi179.stderr:Key Value 2024-07-27T19:01:06.931 INFO:tasks.workunit.client.1.smithi179.stderr:key1 value1' 2024-07-27T19:01:06.931 INFO:tasks.workunit.client.1.smithi179.stderr:+ '[' 'There is 1 metadatum on this image: 2024-07-27T19:01:06.931 INFO:tasks.workunit.client.1.smithi179.stderr: 2024-07-27T19:01:06.931 INFO:tasks.workunit.client.1.smithi179.stderr:Key Value 2024-07-27T19:01:06.931 INFO:tasks.workunit.client.1.smithi179.stderr:key1 value1' = 'There is 1 metadatum on this image: 2024-07-27T19:01:06.931 INFO:tasks.workunit.client.1.smithi179.stderr: 2024-07-27T19:01:06.931 INFO:tasks.workunit.client.1.smithi179.stderr:Key Value 2024-07-27T19:01:06.931 INFO:tasks.workunit.client.1.smithi179.stderr:key1 value1' ']' 2024-07-27T19:01:06.931 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export testimg_import /tmp/rbd_import_export_139707/img_import 2024-07-27T19:01:06.970 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 100% complete...done. 2024-07-27T19:01:06.973 INFO:tasks.workunit.client.1.smithi179.stderr:+ compare_files_and_ondisk_sizes /tmp/rbd_import_export_139707/img /tmp/rbd_import_export_139707/img_import 2024-07-27T19:01:06.973 INFO:tasks.workunit.client.1.smithi179.stderr:+ cmp -l /tmp/rbd_import_export_139707/img /tmp/rbd_import_export_139707/img_import 2024-07-27T19:01:06.974 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/img --format %b 2024-07-27T19:01:06.975 INFO:tasks.workunit.client.1.smithi179.stderr:+ origsize=24 2024-07-27T19:01:06.975 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/img_import --format %b 2024-07-27T19:01:06.976 INFO:tasks.workunit.client.1.smithi179.stderr:+ exportsize=224 2024-07-27T19:01:06.976 INFO:tasks.workunit.client.1.smithi179.stderr:+ difference=200 2024-07-27T19:01:06.976 INFO:tasks.workunit.client.1.smithi179.stderr:+ difference=200 2024-07-27T19:01:06.976 INFO:tasks.workunit.client.1.smithi179.stderr:+ test 200 -ge 0 -a 200 -lt 4096 2024-07-27T19:01:06.976 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export testimg@snap /tmp/rbd_import_export_139707/img_snap 2024-07-27T19:01:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:06 smithi029 ceph-mon[96870]: pgmap v2019: 105 pgs: 105 active+clean; 4.2 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 114 KiB/s rd, 57 KiB/s wr, 144 op/s 2024-07-27T19:01:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:06 smithi029 ceph-mon[96870]: osdmap e1108: 8 total, 8 up, 8 in 2024-07-27T19:01:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:06 smithi029 ceph-mon[99353]: pgmap v2019: 105 pgs: 105 active+clean; 4.2 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 114 KiB/s rd, 57 KiB/s wr, 144 op/s 2024-07-27T19:01:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:06 smithi029 ceph-mon[99353]: osdmap e1108: 8 total, 8 up, 8 in 2024-07-27T19:01:07.012 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 100% complete...done. 2024-07-27T19:01:07.016 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export testimg_import@snap /tmp/rbd_import_export_139707/img_snap_import 2024-07-27T19:01:07.054 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 100% complete...done. 2024-07-27T19:01:07.057 INFO:tasks.workunit.client.1.smithi179.stderr:+ compare_files_and_ondisk_sizes /tmp/rbd_import_export_139707/img_snap /tmp/rbd_import_export_139707/img_snap_import 2024-07-27T19:01:07.057 INFO:tasks.workunit.client.1.smithi179.stderr:+ cmp -l /tmp/rbd_import_export_139707/img_snap /tmp/rbd_import_export_139707/img_snap_import 2024-07-27T19:01:07.058 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/img_snap --format %b 2024-07-27T19:01:07.059 INFO:tasks.workunit.client.1.smithi179.stderr:+ origsize=224 2024-07-27T19:01:07.059 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/img_snap_import --format %b 2024-07-27T19:01:07.060 INFO:tasks.workunit.client.1.smithi179.stderr:+ exportsize=224 2024-07-27T19:01:07.060 INFO:tasks.workunit.client.1.smithi179.stderr:+ difference=0 2024-07-27T19:01:07.060 INFO:tasks.workunit.client.1.smithi179.stderr:+ difference=0 2024-07-27T19:01:07.060 INFO:tasks.workunit.client.1.smithi179.stderr:+ test 0 -ge 0 -a 0 -lt 4096 2024-07-27T19:01:07.060 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/img_v2 2024-07-27T19:01:07.060 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/img_import 2024-07-27T19:01:07.061 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/img_snap 2024-07-27T19:01:07.062 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/img_snap_import 2024-07-27T19:01:07.062 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd snap rm testimg_import@snap 2024-07-27T19:01:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:06 smithi179 ceph-mon[89801]: pgmap v2019: 105 pgs: 105 active+clean; 4.2 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 114 KiB/s rd, 57 KiB/s wr, 144 op/s 2024-07-27T19:01:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:06 smithi179 ceph-mon[89801]: osdmap e1108: 8 total, 8 up, 8 in 2024-07-27T19:01:07.767 INFO:tasks.workunit.client.1.smithi179.stderr: Removing snap: 100% complete...done. 2024-07-27T19:01:07.779 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd remove testimg_import 2024-07-27T19:01:07.914 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 100% complete...done. 2024-07-27T19:01:07.917 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd snap rm testimg@snap 2024-07-27T19:01:08.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:07 smithi179 ceph-mon[89801]: osdmap e1109: 8 total, 8 up, 8 in 2024-07-27T19:01:08.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:07 smithi029 ceph-mon[99353]: osdmap e1109: 8 total, 8 up, 8 in 2024-07-27T19:01:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:07 smithi029 ceph-mon[96870]: osdmap e1109: 8 total, 8 up, 8 in 2024-07-27T19:01:08.772 INFO:tasks.workunit.client.1.smithi179.stderr: Removing snap: 100% complete...done. 2024-07-27T19:01:08.789 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm testimg 2024-07-27T19:01:08.917 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 100% complete...done. 2024-07-27T19:01:08.919 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --order 20 /tmp/rbd_import_export_139707/img testimg 2024-07-27T19:01:08.988 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 100% complete...done. 2024-07-27T19:01:08.988 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --order is deprecated, use --object-size 2024-07-27T19:01:08.990 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export --export-format 2 testimg /tmp/rbd_import_export_139707/img_v2 2024-07-27T19:01:09.031 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 100% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:09.034 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --export-format 2 /tmp/rbd_import_export_139707/img_v2 testimg_import 2024-07-27T19:01:09.111 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 100% complete... Importing image: 100% complete...done. 2024-07-27T19:01:09.115 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd info testimg_import 2024-07-27T19:01:09.115 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep order 2024-07-27T19:01:09.115 INFO:tasks.workunit.client.1.smithi179.stderr:+ awk '{print $2}' 2024-07-27T19:01:09.115 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep 20 2024-07-27T19:01:09.154 INFO:tasks.workunit.client.1.smithi179.stdout:20 2024-07-27T19:01:09.154 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/img_v2 2024-07-27T19:01:09.154 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd remove testimg_import 2024-07-27T19:01:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:08 smithi179 ceph-mon[89801]: pgmap v2022: 105 pgs: 105 active+clean; 4.2 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 194 KiB/s rd, 96 KiB/s wr, 71 op/s 2024-07-27T19:01:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:08 smithi179 ceph-mon[89801]: osdmap e1110: 8 total, 8 up, 8 in 2024-07-27T19:01:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:01:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:08 smithi029 ceph-mon[96870]: pgmap v2022: 105 pgs: 105 active+clean; 4.2 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 194 KiB/s rd, 96 KiB/s wr, 71 op/s 2024-07-27T19:01:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:08 smithi029 ceph-mon[96870]: osdmap e1110: 8 total, 8 up, 8 in 2024-07-27T19:01:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:01:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:08 smithi029 ceph-mon[99353]: pgmap v2022: 105 pgs: 105 active+clean; 4.2 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 194 KiB/s rd, 96 KiB/s wr, 71 op/s 2024-07-27T19:01:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:08 smithi029 ceph-mon[99353]: osdmap e1110: 8 total, 8 up, 8 in 2024-07-27T19:01:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:01:09.279 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 100% complete...done. 2024-07-27T19:01:09.282 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd remove testimg 2024-07-27T19:01:09.397 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 100% complete...done. 2024-07-27T19:01:09.400 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --image-feature layering /tmp/rbd_import_export_139707/img testimg 2024-07-27T19:01:09.456 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 100% complete...done. 2024-07-27T19:01:09.459 INFO:tasks.workunit.client.1.smithi179.stderr:++ rbd info testimg 2024-07-27T19:01:09.459 INFO:tasks.workunit.client.1.smithi179.stderr:++ grep features 2024-07-27T19:01:09.499 INFO:tasks.workunit.client.1.smithi179.stderr:+ FEATURES_BEFORE=' features: layering 2024-07-27T19:01:09.499 INFO:tasks.workunit.client.1.smithi179.stderr: op_features: ' 2024-07-27T19:01:09.499 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export --export-format 2 testimg /tmp/rbd_import_export_139707/img_v2 2024-07-27T19:01:09.538 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 100% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:09.541 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --export-format 2 /tmp/rbd_import_export_139707/img_v2 testimg_import 2024-07-27T19:01:09.607 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 100% complete... Importing image: 100% complete...done. 2024-07-27T19:01:09.610 INFO:tasks.workunit.client.1.smithi179.stderr:++ rbd info testimg_import 2024-07-27T19:01:09.611 INFO:tasks.workunit.client.1.smithi179.stderr:++ grep features 2024-07-27T19:01:09.649 INFO:tasks.workunit.client.1.smithi179.stderr:+ FEATURES_AFTER=' features: layering 2024-07-27T19:01:09.649 INFO:tasks.workunit.client.1.smithi179.stderr: op_features: ' 2024-07-27T19:01:09.650 INFO:tasks.workunit.client.1.smithi179.stderr:+ '[' ' features: layering 2024-07-27T19:01:09.650 INFO:tasks.workunit.client.1.smithi179.stderr: op_features: ' '!=' ' features: layering 2024-07-27T19:01:09.650 INFO:tasks.workunit.client.1.smithi179.stderr: op_features: ' ']' 2024-07-27T19:01:09.650 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/img_v2 2024-07-27T19:01:09.650 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd remove testimg_import 2024-07-27T19:01:09.741 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 100% complete...done. 2024-07-27T19:01:09.744 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd remove testimg 2024-07-27T19:01:09.837 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 100% complete...done. 2024-07-27T19:01:09.840 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --stripe-count 1000 --stripe-unit 4096 /tmp/rbd_import_export_139707/img testimg 2024-07-27T19:01:09.913 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 100% complete...done. 2024-07-27T19:01:09.915 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export --export-format 2 testimg /tmp/rbd_import_export_139707/img_v2 2024-07-27T19:01:09.956 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 100% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:09.960 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --export-format 2 /tmp/rbd_import_export_139707/img_v2 testimg_import 2024-07-27T19:01:10.043 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 100% complete... Importing image: 100% complete...done. 2024-07-27T19:01:10.046 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd info testimg_import 2024-07-27T19:01:10.046 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep 'stripe unit' 2024-07-27T19:01:10.046 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep -Ei '(4 KiB|4096)' 2024-07-27T19:01:10.085 INFO:tasks.workunit.client.1.smithi179.stdout: stripe unit: 4 KiB 2024-07-27T19:01:10.085 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd info testimg_import 2024-07-27T19:01:10.086 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep 'stripe count' 2024-07-27T19:01:10.086 INFO:tasks.workunit.client.1.smithi179.stderr:+ awk '{print $3}' 2024-07-27T19:01:10.086 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep 1000 2024-07-27T19:01:10.125 INFO:tasks.workunit.client.1.smithi179.stdout:1000 2024-07-27T19:01:10.125 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/img_v2 2024-07-27T19:01:10.126 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd remove testimg_import 2024-07-27T19:01:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:09 smithi179 ceph-mon[89801]: osdmap e1111: 8 total, 8 up, 8 in 2024-07-27T19:01:10.245 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 3% complete... Removing image: 7% complete... Removing image: 10% complete... Removing image: 14% complete... Removing image: 17% complete... Removing image: 21% complete... Removing image: 25% complete... Removing image: 28% complete... Removing image: 32% complete... Removing image: 35% complete... Removing image: 39% complete... Removing image: 42% complete... Removing image: 46% complete... Removing image: 50% complete... Removing image: 53% complete... Removing image: 57% complete... Removing image: 60% complete... Removing image: 64% complete... Removing image: 67% complete... Removing image: 71% complete... Removing image: 75% complete... Removing image: 78% complete... Removing image: 82% complete... Removing image: 85% complete... Removing image: 89% complete... Removing image: 92% complete... Removing image: 96% complete... Removing image: 100% complete...done. 2024-07-27T19:01:10.248 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd remove testimg 2024-07-27T19:01:10.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:09 smithi029 ceph-mon[96870]: osdmap e1111: 8 total, 8 up, 8 in 2024-07-27T19:01:10.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:09 smithi029 ceph-mon[99353]: osdmap e1111: 8 total, 8 up, 8 in 2024-07-27T19:01:10.367 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 3% complete... Removing image: 7% complete... Removing image: 10% complete... Removing image: 14% complete... Removing image: 17% complete... Removing image: 21% complete... Removing image: 25% complete... Removing image: 28% complete... Removing image: 32% complete... Removing image: 35% complete... Removing image: 39% complete... Removing image: 42% complete... Removing image: 46% complete... Removing image: 50% complete... Removing image: 53% complete... Removing image: 57% complete... Removing image: 60% complete... Removing image: 64% complete... Removing image: 67% complete... Removing image: 71% complete... Removing image: 75% complete... Removing image: 78% complete... Removing image: 82% complete... Removing image: 85% complete... Removing image: 89% complete... Removing image: 92% complete... Removing image: 96% complete... Removing image: 100% complete...done. 2024-07-27T19:01:10.370 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --image-format=2 /tmp/rbd_import_export_139707/img testimg 2024-07-27T19:01:10.439 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 100% complete...done. 2024-07-27T19:01:10.442 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd snap create testimg@snap1 2024-07-27T19:01:10.783 INFO:tasks.workunit.client.1.smithi179.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-07-27T19:01:10.793 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd snap create testimg@snap2 2024-07-27T19:01:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:10 smithi179 ceph-mon[89801]: pgmap v2025: 105 pgs: 105 active+clean; 693 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 444 KiB/s rd, 78 KiB/s wr, 330 op/s 2024-07-27T19:01:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:10 smithi029 ceph-mon[99353]: pgmap v2025: 105 pgs: 105 active+clean; 693 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 444 KiB/s rd, 78 KiB/s wr, 330 op/s 2024-07-27T19:01:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:10 smithi029 ceph-mon[96870]: pgmap v2025: 105 pgs: 105 active+clean; 693 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 444 KiB/s rd, 78 KiB/s wr, 330 op/s 2024-07-27T19:01:11.799 INFO:tasks.workunit.client.1.smithi179.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-07-27T19:01:11.810 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd snap protect testimg@snap2 2024-07-27T19:01:11.862 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export --export-format 2 testimg /tmp/rbd_import_export_139707/snap_protect 2024-07-27T19:01:11.908 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 33% complete... Exporting image: 100% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:11.912 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --export-format 2 /tmp/rbd_import_export_139707/snap_protect testimg_import 2024-07-27T19:01:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:11 smithi029 ceph-mon[96870]: osdmap e1112: 8 total, 8 up, 8 in 2024-07-27T19:01:12.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:11 smithi029 ceph-mon[99353]: osdmap e1112: 8 total, 8 up, 8 in 2024-07-27T19:01:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:11 smithi179 ceph-mon[89801]: osdmap e1112: 8 total, 8 up, 8 in 2024-07-27T19:01:12.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:01:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:01:12] "GET /metrics HTTP/1.1" 200 34031 "" "Prometheus/2.43.0" 2024-07-27T19:01:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:12 smithi179 ceph-mon[89801]: pgmap v2027: 105 pgs: 105 active+clean; 693 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 416 KiB/s rd, 71 KiB/s wr, 319 op/s 2024-07-27T19:01:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:12 smithi179 ceph-mon[89801]: osdmap e1113: 8 total, 8 up, 8 in 2024-07-27T19:01:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:12 smithi029 ceph-mon[99353]: pgmap v2027: 105 pgs: 105 active+clean; 693 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 416 KiB/s rd, 71 KiB/s wr, 319 op/s 2024-07-27T19:01:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:12 smithi029 ceph-mon[99353]: osdmap e1113: 8 total, 8 up, 8 in 2024-07-27T19:01:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:12 smithi029 ceph-mon[96870]: pgmap v2027: 105 pgs: 105 active+clean; 693 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 416 KiB/s rd, 71 KiB/s wr, 319 op/s 2024-07-27T19:01:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:12 smithi029 ceph-mon[96870]: osdmap e1113: 8 total, 8 up, 8 in 2024-07-27T19:01:13.825 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 33% complete... Importing image: 66% complete... Importing image: 100% complete... Importing image: 100% complete...done. 2024-07-27T19:01:13.830 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd info testimg_import@snap1 2024-07-27T19:01:13.830 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep 'protected: False' 2024-07-27T19:01:13.877 INFO:tasks.workunit.client.1.smithi179.stdout: protected: False 2024-07-27T19:01:13.877 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd info testimg_import@snap2 2024-07-27T19:01:13.878 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep 'protected: True' 2024-07-27T19:01:13.921 INFO:tasks.workunit.client.1.smithi179.stdout: protected: True 2024-07-27T19:01:13.921 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/snap_protect 2024-07-27T19:01:13.922 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd snap unprotect testimg@snap2 2024-07-27T19:01:13.974 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd snap unprotect testimg_import@snap2 2024-07-27T19:01:14.024 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd snap purge testimg 2024-07-27T19:01:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:13 smithi179 ceph-mon[89801]: osdmap e1114: 8 total, 8 up, 8 in 2024-07-27T19:01:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:13 smithi029 ceph-mon[96870]: osdmap e1114: 8 total, 8 up, 8 in 2024-07-27T19:01:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:13 smithi029 ceph-mon[99353]: osdmap e1114: 8 total, 8 up, 8 in 2024-07-27T19:01:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:14 smithi179 ceph-mon[89801]: pgmap v2030: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 232 KiB/s rd, 26 KiB/s wr, 320 op/s 2024-07-27T19:01:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:14 smithi179 ceph-mon[89801]: osdmap e1115: 8 total, 8 up, 8 in 2024-07-27T19:01:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:14 smithi029 ceph-mon[96870]: pgmap v2030: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 232 KiB/s rd, 26 KiB/s wr, 320 op/s 2024-07-27T19:01:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:14 smithi029 ceph-mon[96870]: osdmap e1115: 8 total, 8 up, 8 in 2024-07-27T19:01:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:14 smithi029 ceph-mon[99353]: pgmap v2030: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 232 KiB/s rd, 26 KiB/s wr, 320 op/s 2024-07-27T19:01:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:14 smithi029 ceph-mon[99353]: osdmap e1115: 8 total, 8 up, 8 in 2024-07-27T19:01:15.810 INFO:tasks.workunit.client.1.smithi179.stderr: Removing all snapshots: 50% complete... Removing all snapshots: 100% complete... Removing all snapshots: 100% complete...done. 2024-07-27T19:01:15.824 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd snap purge testimg_import 2024-07-27T19:01:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:15 smithi179 ceph-mon[89801]: osdmap e1116: 8 total, 8 up, 8 in 2024-07-27T19:01:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:15 smithi029 ceph-mon[96870]: osdmap e1116: 8 total, 8 up, 8 in 2024-07-27T19:01:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:15 smithi029 ceph-mon[99353]: osdmap e1116: 8 total, 8 up, 8 in 2024-07-27T19:01:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:16 smithi179 ceph-mon[89801]: pgmap v2033: 105 pgs: 105 active+clean; 803 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 297 KiB/s rd, 44 KiB/s wr, 407 op/s 2024-07-27T19:01:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:16 smithi179 ceph-mon[89801]: osdmap e1117: 8 total, 8 up, 8 in 2024-07-27T19:01:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:16 smithi029 ceph-mon[96870]: pgmap v2033: 105 pgs: 105 active+clean; 803 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 297 KiB/s rd, 44 KiB/s wr, 407 op/s 2024-07-27T19:01:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:16 smithi029 ceph-mon[96870]: osdmap e1117: 8 total, 8 up, 8 in 2024-07-27T19:01:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:16 smithi029 ceph-mon[99353]: pgmap v2033: 105 pgs: 105 active+clean; 803 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 297 KiB/s rd, 44 KiB/s wr, 407 op/s 2024-07-27T19:01:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:16 smithi029 ceph-mon[99353]: osdmap e1117: 8 total, 8 up, 8 in 2024-07-27T19:01:17.821 INFO:tasks.workunit.client.1.smithi179.stderr: Removing all snapshots: 50% complete... Removing all snapshots: 100% complete... Removing all snapshots: 100% complete...done. 2024-07-27T19:01:17.837 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd remove testimg 2024-07-27T19:01:17.981 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 100% complete...done. 2024-07-27T19:01:17.984 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd remove testimg_import 2024-07-27T19:01:18.109 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 100% complete...done. 2024-07-27T19:01:18.112 INFO:tasks.workunit.client.1.smithi179.stderr:+ tiered=0 2024-07-27T19:01:18.113 INFO:tasks.workunit.client.1.smithi179.stderr:+ ceph osd dump 2024-07-27T19:01:18.113 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep '^pool' 2024-07-27T19:01:18.113 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep ''\''rbd'\''' 2024-07-27T19:01:18.113 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep tier 2024-07-27T19:01:18.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:17 smithi179 ceph-mon[89801]: osdmap e1118: 8 total, 8 up, 8 in 2024-07-27T19:01:18.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:17 smithi179 ceph-mon[89801]: pgmap v2036: 105 pgs: 105 active+clean; 803 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 272 KiB/s rd, 31 KiB/s wr, 361 op/s 2024-07-27T19:01:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:17 smithi029 ceph-mon[96870]: osdmap e1118: 8 total, 8 up, 8 in 2024-07-27T19:01:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:17 smithi029 ceph-mon[96870]: pgmap v2036: 105 pgs: 105 active+clean; 803 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 272 KiB/s rd, 31 KiB/s wr, 361 op/s 2024-07-27T19:01:18.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:17 smithi029 ceph-mon[99353]: osdmap e1118: 8 total, 8 up, 8 in 2024-07-27T19:01:18.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:17 smithi029 ceph-mon[99353]: pgmap v2036: 105 pgs: 105 active+clean; 803 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 272 KiB/s rd, 31 KiB/s wr, 361 op/s 2024-07-27T19:01:18.500 INFO:tasks.workunit.client.1.smithi179.stderr:+ dd if=/dev/urandom bs=1M seek=1 count=1 of=/tmp/rbd_import_export_139707/sparse1 2024-07-27T19:01:18.505 INFO:tasks.workunit.client.1.smithi179.stderr:1+0 records in 2024-07-27T19:01:18.505 INFO:tasks.workunit.client.1.smithi179.stderr:1+0 records out 2024-07-27T19:01:18.505 INFO:tasks.workunit.client.1.smithi179.stderr:1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.00342355 s, 306 MB/s 2024-07-27T19:01:18.505 INFO:tasks.workunit.client.1.smithi179.stderr:+ dd if=/dev/urandom bs=1M count=1 of=/tmp/rbd_import_export_139707/sparse2 2024-07-27T19:01:18.509 INFO:tasks.workunit.client.1.smithi179.stderr:1+0 records in 2024-07-27T19:01:18.509 INFO:tasks.workunit.client.1.smithi179.stderr:1+0 records out 2024-07-27T19:01:18.509 INFO:tasks.workunit.client.1.smithi179.stderr:1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.00322344 s, 325 MB/s 2024-07-27T19:01:18.509 INFO:tasks.workunit.client.1.smithi179.stderr:+ truncate /tmp/rbd_import_export_139707/sparse2 -s 2M 2024-07-27T19:01:18.520 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm sparse1 2024-07-27T19:01:18.577 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 0% complete...failed. 2024-07-27T19:01:18.577 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: delete error: (2) No such file or directory 2024-07-27T19:01:18.580 INFO:tasks.workunit.client.1.smithi179.stderr:+ true 2024-07-27T19:01:18.580 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --new-format --order 20 /tmp/rbd_import_export_139707/sparse1 2024-07-27T19:01:18.658 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 50% complete... Importing image: 100% complete...done. 2024-07-27T19:01:18.659 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --new-format is deprecated, use --image-format 2 2024-07-27T19:01:18.659 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --order is deprecated, use --object-size 2024-07-27T19:01:18.662 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd ls -l 2024-07-27T19:01:18.662 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep sparse1 2024-07-27T19:01:18.662 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep -Ei '(2 MiB|2048k)' 2024-07-27T19:01:18.702 INFO:tasks.workunit.client.1.smithi179.stdout:sparse1 2 MiB 2 2024-07-27T19:01:18.703 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects sparse1 2024-07-27T19:01:18.703 INFO:tasks.workunit.client.1.smithi179.stderr:++ image=sparse1 2024-07-27T19:01:18.703 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rbd info sparse1 2024-07-27T19:01:18.703 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep block_name_prefix 2024-07-27T19:01:18.703 INFO:tasks.workunit.client.1.smithi179.stderr:+++ awk '{print $NF;}' 2024-07-27T19:01:18.742 INFO:tasks.workunit.client.1.smithi179.stderr:++ prefix=rbd_data.d72fb351eaea 2024-07-27T19:01:18.743 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep rbd_data.d72fb351eaea 2024-07-27T19:01:18.743 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sed -e 's/rbd_data.d72fb351eaea\.//' -e 's/^0*\([0-9a-f]\)/\1/' 2024-07-27T19:01:18.743 INFO:tasks.workunit.client.1.smithi179.stderr:++++ get_image_data_pool sparse1 2024-07-27T19:01:18.743 INFO:tasks.workunit.client.1.smithi179.stderr:++++ image=sparse1 2024-07-27T19:01:18.743 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sort -u 2024-07-27T19:01:18.744 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ rbd info sparse1 2024-07-27T19:01:18.744 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ grep 'data_pool: ' 2024-07-27T19:01:18.744 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ awk -F: '{ print $NF }' 2024-07-27T19:01:18.784 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool= 2024-07-27T19:01:18.784 INFO:tasks.workunit.client.1.smithi179.stderr:++++ '[' -z ']' 2024-07-27T19:01:18.784 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool=rbd 2024-07-27T19:01:18.784 INFO:tasks.workunit.client.1.smithi179.stderr:++++ echo rbd 2024-07-27T19:01:18.784 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rados ls -p rbd 2024-07-27T19:01:18.830 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects=1 2024-07-27T19:01:18.830 INFO:tasks.workunit.client.1.smithi179.stderr:++ echo 1 2024-07-27T19:01:18.830 INFO:tasks.workunit.client.1.smithi179.stderr:+ '[' 0 -eq 1 -o 1 = 1 ']' 2024-07-27T19:01:18.830 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export sparse1 /tmp/rbd_import_export_139707/sparse1.out 2024-07-27T19:01:18.870 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 50% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:18.873 INFO:tasks.workunit.client.1.smithi179.stderr:+ compare_files_and_ondisk_sizes /tmp/rbd_import_export_139707/sparse1 /tmp/rbd_import_export_139707/sparse1.out 2024-07-27T19:01:18.874 INFO:tasks.workunit.client.1.smithi179.stderr:+ cmp -l /tmp/rbd_import_export_139707/sparse1 /tmp/rbd_import_export_139707/sparse1.out 2024-07-27T19:01:18.876 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/sparse1 --format %b 2024-07-27T19:01:18.876 INFO:tasks.workunit.client.1.smithi179.stderr:+ origsize=2048 2024-07-27T19:01:18.877 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/sparse1.out --format %b 2024-07-27T19:01:18.878 INFO:tasks.workunit.client.1.smithi179.stderr:+ exportsize=2048 2024-07-27T19:01:18.878 INFO:tasks.workunit.client.1.smithi179.stderr:+ difference=0 2024-07-27T19:01:18.878 INFO:tasks.workunit.client.1.smithi179.stderr:+ difference=0 2024-07-27T19:01:18.878 INFO:tasks.workunit.client.1.smithi179.stderr:+ test 0 -ge 0 -a 0 -lt 4096 2024-07-27T19:01:18.878 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/sparse1.out 2024-07-27T19:01:18.879 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm sparse1 2024-07-27T19:01:19.000 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 50% complete... Removing image: 100% complete...done. 2024-07-27T19:01:19.003 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm sparse2 2024-07-27T19:01:19.058 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 0% complete...failed. 2024-07-27T19:01:19.058 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: delete error: (2) No such file or directory 2024-07-27T19:01:19.061 INFO:tasks.workunit.client.1.smithi179.stderr:+ true 2024-07-27T19:01:19.061 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --new-format --order 20 /tmp/rbd_import_export_139707/sparse2 2024-07-27T19:01:19.134 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 50% complete... Importing image: 100% complete...done. 2024-07-27T19:01:19.135 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --new-format is deprecated, use --image-format 2 2024-07-27T19:01:19.135 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --order is deprecated, use --object-size 2024-07-27T19:01:19.138 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd ls -l 2024-07-27T19:01:19.138 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep sparse2 2024-07-27T19:01:19.138 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep -Ei '(2 MiB|2048k)' 2024-07-27T19:01:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:18 smithi179 ceph-mon[89801]: osdmap e1119: 8 total, 8 up, 8 in 2024-07-27T19:01:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:18 smithi179 ceph-mon[89801]: from='client.? 172.21.15.179:0/2957411390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2024-07-27T19:01:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:18 smithi179 ceph-mon[89801]: osdmap e1120: 8 total, 8 up, 8 in 2024-07-27T19:01:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:18 smithi179 ceph-mon[89801]: from='client.? 172.21.15.179:0/2957411390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2024-07-27T19:01:19.177 INFO:tasks.workunit.client.1.smithi179.stdout:sparse2 2 MiB 2 2024-07-27T19:01:19.178 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects sparse2 2024-07-27T19:01:19.178 INFO:tasks.workunit.client.1.smithi179.stderr:++ image=sparse2 2024-07-27T19:01:19.178 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rbd info sparse2 2024-07-27T19:01:19.178 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep block_name_prefix 2024-07-27T19:01:19.178 INFO:tasks.workunit.client.1.smithi179.stderr:+++ awk '{print $NF;}' 2024-07-27T19:01:19.217 INFO:tasks.workunit.client.1.smithi179.stderr:++ prefix=rbd_data.d762bbf610e4 2024-07-27T19:01:19.218 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep rbd_data.d762bbf610e4 2024-07-27T19:01:19.218 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sed -e 's/rbd_data.d762bbf610e4\.//' -e 's/^0*\([0-9a-f]\)/\1/' 2024-07-27T19:01:19.218 INFO:tasks.workunit.client.1.smithi179.stderr:++++ get_image_data_pool sparse2 2024-07-27T19:01:19.219 INFO:tasks.workunit.client.1.smithi179.stderr:++++ image=sparse2 2024-07-27T19:01:19.219 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sort -u 2024-07-27T19:01:19.219 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ rbd info sparse2 2024-07-27T19:01:19.219 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ grep 'data_pool: ' 2024-07-27T19:01:19.219 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ awk -F: '{ print $NF }' 2024-07-27T19:01:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:18 smithi029 ceph-mon[96870]: osdmap e1119: 8 total, 8 up, 8 in 2024-07-27T19:01:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:18 smithi029 ceph-mon[96870]: from='client.? 172.21.15.179:0/2957411390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2024-07-27T19:01:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:18 smithi029 ceph-mon[96870]: osdmap e1120: 8 total, 8 up, 8 in 2024-07-27T19:01:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:18 smithi029 ceph-mon[96870]: from='client.? 172.21.15.179:0/2957411390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2024-07-27T19:01:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:18 smithi029 ceph-mon[99353]: osdmap e1119: 8 total, 8 up, 8 in 2024-07-27T19:01:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:18 smithi029 ceph-mon[99353]: from='client.? 172.21.15.179:0/2957411390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2024-07-27T19:01:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:18 smithi029 ceph-mon[99353]: osdmap e1120: 8 total, 8 up, 8 in 2024-07-27T19:01:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:18 smithi029 ceph-mon[99353]: from='client.? 172.21.15.179:0/2957411390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2024-07-27T19:01:19.258 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool= 2024-07-27T19:01:19.258 INFO:tasks.workunit.client.1.smithi179.stderr:++++ '[' -z ']' 2024-07-27T19:01:19.258 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool=rbd 2024-07-27T19:01:19.258 INFO:tasks.workunit.client.1.smithi179.stderr:++++ echo rbd 2024-07-27T19:01:19.258 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rados ls -p rbd 2024-07-27T19:01:19.305 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects=0 2024-07-27T19:01:19.305 INFO:tasks.workunit.client.1.smithi179.stderr:++ echo 0 2024-07-27T19:01:19.305 INFO:tasks.workunit.client.1.smithi179.stderr:+ '[' 0 -eq 1 -o 0 = 0 ']' 2024-07-27T19:01:19.305 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export sparse2 /tmp/rbd_import_export_139707/sparse2.out 2024-07-27T19:01:19.344 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 50% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:19.348 INFO:tasks.workunit.client.1.smithi179.stderr:+ compare_files_and_ondisk_sizes /tmp/rbd_import_export_139707/sparse2 /tmp/rbd_import_export_139707/sparse2.out 2024-07-27T19:01:19.348 INFO:tasks.workunit.client.1.smithi179.stderr:+ cmp -l /tmp/rbd_import_export_139707/sparse2 /tmp/rbd_import_export_139707/sparse2.out 2024-07-27T19:01:19.350 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/sparse2 --format %b 2024-07-27T19:01:19.351 INFO:tasks.workunit.client.1.smithi179.stderr:+ origsize=2048 2024-07-27T19:01:19.351 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/sparse2.out --format %b 2024-07-27T19:01:19.352 INFO:tasks.workunit.client.1.smithi179.stderr:+ exportsize=2048 2024-07-27T19:01:19.352 INFO:tasks.workunit.client.1.smithi179.stderr:+ difference=0 2024-07-27T19:01:19.352 INFO:tasks.workunit.client.1.smithi179.stderr:+ difference=0 2024-07-27T19:01:19.352 INFO:tasks.workunit.client.1.smithi179.stderr:+ test 0 -ge 0 -a 0 -lt 4096 2024-07-27T19:01:19.352 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/sparse2.out 2024-07-27T19:01:19.353 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm sparse2 2024-07-27T19:01:19.472 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 50% complete... Removing image: 100% complete...done. 2024-07-27T19:01:19.475 INFO:tasks.workunit.client.1.smithi179.stderr:+ truncate /tmp/rbd_import_export_139707/sparse1 -s 10M 2024-07-27T19:01:19.476 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --new-format --order 20 - sparse1 2024-07-27T19:01:19.593 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 100% complete...done. 2024-07-27T19:01:19.593 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --new-format is deprecated, use --image-format 2 2024-07-27T19:01:19.594 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --order is deprecated, use --object-size 2024-07-27T19:01:19.596 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd ls -l 2024-07-27T19:01:19.596 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep sparse1 2024-07-27T19:01:19.596 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep -Ei '(10 MiB|10240k)' 2024-07-27T19:01:19.637 INFO:tasks.workunit.client.1.smithi179.stdout:sparse1 10 MiB 2 2024-07-27T19:01:19.638 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects sparse1 2024-07-27T19:01:19.638 INFO:tasks.workunit.client.1.smithi179.stderr:++ image=sparse1 2024-07-27T19:01:19.638 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rbd info sparse1 2024-07-27T19:01:19.638 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep block_name_prefix 2024-07-27T19:01:19.639 INFO:tasks.workunit.client.1.smithi179.stderr:+++ awk '{print $NF;}' 2024-07-27T19:01:19.678 INFO:tasks.workunit.client.1.smithi179.stderr:++ prefix=rbd_data.d78ff73318c6 2024-07-27T19:01:19.678 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep rbd_data.d78ff73318c6 2024-07-27T19:01:19.678 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sed -e 's/rbd_data.d78ff73318c6\.//' -e 's/^0*\([0-9a-f]\)/\1/' 2024-07-27T19:01:19.678 INFO:tasks.workunit.client.1.smithi179.stderr:++++ get_image_data_pool sparse1 2024-07-27T19:01:19.679 INFO:tasks.workunit.client.1.smithi179.stderr:++++ image=sparse1 2024-07-27T19:01:19.679 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sort -u 2024-07-27T19:01:19.679 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ rbd info sparse1 2024-07-27T19:01:19.679 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ grep 'data_pool: ' 2024-07-27T19:01:19.679 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ awk -F: '{ print $NF }' 2024-07-27T19:01:19.719 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool= 2024-07-27T19:01:19.719 INFO:tasks.workunit.client.1.smithi179.stderr:++++ '[' -z ']' 2024-07-27T19:01:19.719 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool=rbd 2024-07-27T19:01:19.719 INFO:tasks.workunit.client.1.smithi179.stderr:++++ echo rbd 2024-07-27T19:01:19.719 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rados ls -p rbd 2024-07-27T19:01:19.764 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects=1 2024-07-27T19:01:19.764 INFO:tasks.workunit.client.1.smithi179.stderr:++ echo 1 2024-07-27T19:01:19.764 INFO:tasks.workunit.client.1.smithi179.stderr:+ '[' 0 -eq 1 -o 1 = 1 ']' 2024-07-27T19:01:19.764 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export sparse1 /tmp/rbd_import_export_139707/sparse1.out 2024-07-27T19:01:19.804 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 10% complete... Exporting image: 20% complete... Exporting image: 30% complete... Exporting image: 40% complete... Exporting image: 50% complete... Exporting image: 60% complete... Exporting image: 70% complete... Exporting image: 80% complete... Exporting image: 90% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:19.808 INFO:tasks.workunit.client.1.smithi179.stderr:+ compare_files_and_ondisk_sizes /tmp/rbd_import_export_139707/sparse1 /tmp/rbd_import_export_139707/sparse1.out 2024-07-27T19:01:19.808 INFO:tasks.workunit.client.1.smithi179.stderr:+ cmp -l /tmp/rbd_import_export_139707/sparse1 /tmp/rbd_import_export_139707/sparse1.out 2024-07-27T19:01:19.815 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/sparse1 --format %b 2024-07-27T19:01:19.816 INFO:tasks.workunit.client.1.smithi179.stderr:+ origsize=2048 2024-07-27T19:01:19.816 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/sparse1.out --format %b 2024-07-27T19:01:19.817 INFO:tasks.workunit.client.1.smithi179.stderr:+ exportsize=2048 2024-07-27T19:01:19.817 INFO:tasks.workunit.client.1.smithi179.stderr:+ difference=0 2024-07-27T19:01:19.817 INFO:tasks.workunit.client.1.smithi179.stderr:+ difference=0 2024-07-27T19:01:19.817 INFO:tasks.workunit.client.1.smithi179.stderr:+ test 0 -ge 0 -a 0 -lt 4096 2024-07-27T19:01:19.817 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/sparse1.out 2024-07-27T19:01:19.818 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm sparse1 2024-07-27T19:01:19.946 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 10% complete... Removing image: 20% complete... Removing image: 30% complete... Removing image: 40% complete... Removing image: 50% complete... Removing image: 60% complete... Removing image: 70% complete... Removing image: 80% complete... Removing image: 90% complete... Removing image: 100% complete...done. 2024-07-27T19:01:19.949 INFO:tasks.workunit.client.1.smithi179.stderr:+ dd if=/dev/urandom bs=2M count=1 of=/tmp/rbd_import_export_139707/sparse2 oflag=append conv=notrunc 2024-07-27T19:01:19.956 INFO:tasks.workunit.client.1.smithi179.stderr:1+0 records in 2024-07-27T19:01:19.956 INFO:tasks.workunit.client.1.smithi179.stderr:1+0 records out 2024-07-27T19:01:19.956 INFO:tasks.workunit.client.1.smithi179.stderr:2097152 bytes (2.1 MB, 2.0 MiB) copied, 0.00604881 s, 347 MB/s 2024-07-27T19:01:19.956 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --new-format --order 20 - sparse2 2024-07-27T19:01:20.054 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 100% complete...done. 2024-07-27T19:01:20.054 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --new-format is deprecated, use --image-format 2 2024-07-27T19:01:20.054 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --order is deprecated, use --object-size 2024-07-27T19:01:20.057 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd ls -l 2024-07-27T19:01:20.058 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep sparse2 2024-07-27T19:01:20.058 INFO:tasks.workunit.client.1.smithi179.stderr:+ grep -Ei '(4 MiB|4096k)' 2024-07-27T19:01:20.100 INFO:tasks.workunit.client.1.smithi179.stdout:sparse2 4 MiB 2 2024-07-27T19:01:20.101 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects sparse2 2024-07-27T19:01:20.101 INFO:tasks.workunit.client.1.smithi179.stderr:++ image=sparse2 2024-07-27T19:01:20.101 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rbd info sparse2 2024-07-27T19:01:20.101 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep block_name_prefix 2024-07-27T19:01:20.101 INFO:tasks.workunit.client.1.smithi179.stderr:+++ awk '{print $NF;}' 2024-07-27T19:01:20.140 INFO:tasks.workunit.client.1.smithi179.stderr:++ prefix=rbd_data.d7bc9d229a33 2024-07-27T19:01:20.141 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep rbd_data.d7bc9d229a33 2024-07-27T19:01:20.141 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sed -e 's/rbd_data.d7bc9d229a33\.//' -e 's/^0*\([0-9a-f]\)/\1/' 2024-07-27T19:01:20.141 INFO:tasks.workunit.client.1.smithi179.stderr:++++ get_image_data_pool sparse2 2024-07-27T19:01:20.141 INFO:tasks.workunit.client.1.smithi179.stderr:++++ image=sparse2 2024-07-27T19:01:20.142 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sort -u 2024-07-27T19:01:20.142 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ rbd info sparse2 2024-07-27T19:01:20.142 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ grep 'data_pool: ' 2024-07-27T19:01:20.142 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ awk -F: '{ print $NF }' 2024-07-27T19:01:20.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:19 smithi179 ceph-mon[89801]: pgmap v2039: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 442 KiB/s rd, 268 KiB/s wr, 243 op/s 2024-07-27T19:01:20.181 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool= 2024-07-27T19:01:20.182 INFO:tasks.workunit.client.1.smithi179.stderr:++++ '[' -z ']' 2024-07-27T19:01:20.182 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool=rbd 2024-07-27T19:01:20.182 INFO:tasks.workunit.client.1.smithi179.stderr:++++ echo rbd 2024-07-27T19:01:20.182 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rados ls -p rbd 2024-07-27T19:01:20.226 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects='0 2024-07-27T19:01:20.226 INFO:tasks.workunit.client.1.smithi179.stderr:2 2024-07-27T19:01:20.226 INFO:tasks.workunit.client.1.smithi179.stderr:3' 2024-07-27T19:01:20.226 INFO:tasks.workunit.client.1.smithi179.stderr:++ echo 0 2 3 2024-07-27T19:01:20.226 INFO:tasks.workunit.client.1.smithi179.stderr:+ '[' 0 -eq 1 -o '0 2 3' = '0 2 3' ']' 2024-07-27T19:01:20.226 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export sparse2 /tmp/rbd_import_export_139707/sparse2.out 2024-07-27T19:01:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:19 smithi029 ceph-mon[96870]: pgmap v2039: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 442 KiB/s rd, 268 KiB/s wr, 243 op/s 2024-07-27T19:01:20.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:19 smithi029 ceph-mon[99353]: pgmap v2039: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 442 KiB/s rd, 268 KiB/s wr, 243 op/s 2024-07-27T19:01:20.268 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 25% complete... Exporting image: 50% complete... Exporting image: 75% complete... Exporting image: 100% complete...done. 2024-07-27T19:01:20.272 INFO:tasks.workunit.client.1.smithi179.stderr:+ compare_files_and_ondisk_sizes /tmp/rbd_import_export_139707/sparse2 /tmp/rbd_import_export_139707/sparse2.out 2024-07-27T19:01:20.272 INFO:tasks.workunit.client.1.smithi179.stderr:+ cmp -l /tmp/rbd_import_export_139707/sparse2 /tmp/rbd_import_export_139707/sparse2.out 2024-07-27T19:01:20.275 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/sparse2 --format %b 2024-07-27T19:01:20.275 INFO:tasks.workunit.client.1.smithi179.stderr:+ origsize=6144 2024-07-27T19:01:20.276 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/sparse2.out --format %b 2024-07-27T19:01:20.277 INFO:tasks.workunit.client.1.smithi179.stderr:+ exportsize=6144 2024-07-27T19:01:20.277 INFO:tasks.workunit.client.1.smithi179.stderr:+ difference=0 2024-07-27T19:01:20.277 INFO:tasks.workunit.client.1.smithi179.stderr:+ difference=0 2024-07-27T19:01:20.277 INFO:tasks.workunit.client.1.smithi179.stderr:+ test 0 -ge 0 -a 0 -lt 4096 2024-07-27T19:01:20.277 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/sparse2.out 2024-07-27T19:01:20.278 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm sparse2 2024-07-27T19:01:20.391 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 25% complete... Removing image: 50% complete... Removing image: 75% complete... Removing image: 100% complete...done. 2024-07-27T19:01:20.394 INFO:tasks.workunit.client.1.smithi179.stderr:+ echo 'partially-sparse file imports to partially-sparse image' 2024-07-27T19:01:20.394 INFO:tasks.workunit.client.1.smithi179.stdout:partially-sparse file imports to partially-sparse image 2024-07-27T19:01:20.395 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --new-format --order 20 /tmp/rbd_import_export_139707/sparse1 sparse 2024-07-27T19:01:20.469 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 10% complete... Importing image: 20% complete... Importing image: 30% complete... Importing image: 40% complete... Importing image: 50% complete... Importing image: 60% complete... Importing image: 70% complete... Importing image: 80% complete... Importing image: 90% complete... Importing image: 100% complete...done. 2024-07-27T19:01:20.470 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --new-format is deprecated, use --image-format 2 2024-07-27T19:01:20.470 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --order is deprecated, use --object-size 2024-07-27T19:01:20.472 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects sparse 2024-07-27T19:01:20.473 INFO:tasks.workunit.client.1.smithi179.stderr:++ image=sparse 2024-07-27T19:01:20.473 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rbd info sparse 2024-07-27T19:01:20.473 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep block_name_prefix 2024-07-27T19:01:20.473 INFO:tasks.workunit.client.1.smithi179.stderr:+++ awk '{print $NF;}' 2024-07-27T19:01:20.513 INFO:tasks.workunit.client.1.smithi179.stderr:++ prefix=rbd_data.d7e9dbd4e33a 2024-07-27T19:01:20.514 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep rbd_data.d7e9dbd4e33a 2024-07-27T19:01:20.514 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sed -e 's/rbd_data.d7e9dbd4e33a\.//' -e 's/^0*\([0-9a-f]\)/\1/' 2024-07-27T19:01:20.514 INFO:tasks.workunit.client.1.smithi179.stderr:++++ get_image_data_pool sparse 2024-07-27T19:01:20.514 INFO:tasks.workunit.client.1.smithi179.stderr:++++ image=sparse 2024-07-27T19:01:20.514 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sort -u 2024-07-27T19:01:20.515 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ rbd info sparse 2024-07-27T19:01:20.515 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ grep 'data_pool: ' 2024-07-27T19:01:20.515 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ awk -F: '{ print $NF }' 2024-07-27T19:01:20.554 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool= 2024-07-27T19:01:20.554 INFO:tasks.workunit.client.1.smithi179.stderr:++++ '[' -z ']' 2024-07-27T19:01:20.554 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool=rbd 2024-07-27T19:01:20.554 INFO:tasks.workunit.client.1.smithi179.stderr:++++ echo rbd 2024-07-27T19:01:20.554 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rados ls -p rbd 2024-07-27T19:01:20.598 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects=1 2024-07-27T19:01:20.598 INFO:tasks.workunit.client.1.smithi179.stderr:++ echo 1 2024-07-27T19:01:20.598 INFO:tasks.workunit.client.1.smithi179.stderr:+ '[' 0 -eq 1 -o 1 = 1 ']' 2024-07-27T19:01:20.598 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm sparse 2024-07-27T19:01:20.717 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 10% complete... Removing image: 20% complete... Removing image: 30% complete... Removing image: 40% complete... Removing image: 50% complete... Removing image: 60% complete... Removing image: 70% complete... Removing image: 80% complete... Removing image: 90% complete... Removing image: 100% complete...done. 2024-07-27T19:01:20.720 INFO:tasks.workunit.client.1.smithi179.stdout:zeros import through stdin to sparse image 2024-07-27T19:01:20.721 INFO:tasks.workunit.client.1.smithi179.stderr:+ echo 'zeros import through stdin to sparse image' 2024-07-27T19:01:20.721 INFO:tasks.workunit.client.1.smithi179.stderr:+ dd if=/dev/zero bs=1M count=4 2024-07-27T19:01:20.721 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd import --new-format - sparse 2024-07-27T19:01:20.776 INFO:tasks.workunit.client.1.smithi179.stderr:4+0 records in 2024-07-27T19:01:20.776 INFO:tasks.workunit.client.1.smithi179.stderr:4+0 records out 2024-07-27T19:01:20.776 INFO:tasks.workunit.client.1.smithi179.stderr:4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.0542789 s, 77.3 MB/s 2024-07-27T19:01:20.789 INFO:tasks.workunit.client.1.smithi179.stderr: Importing image: 100% complete...done. 2024-07-27T19:01:20.790 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --new-format is deprecated, use --image-format 2 2024-07-27T19:01:20.793 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects sparse 2024-07-27T19:01:20.793 INFO:tasks.workunit.client.1.smithi179.stderr:++ image=sparse 2024-07-27T19:01:20.793 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rbd info sparse 2024-07-27T19:01:20.793 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep block_name_prefix 2024-07-27T19:01:20.793 INFO:tasks.workunit.client.1.smithi179.stderr:+++ awk '{print $NF;}' 2024-07-27T19:01:20.832 INFO:tasks.workunit.client.1.smithi179.stderr:++ prefix=rbd_data.d80a1ea494f0 2024-07-27T19:01:20.833 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep rbd_data.d80a1ea494f0 2024-07-27T19:01:20.833 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sed -e 's/rbd_data.d80a1ea494f0\.//' -e 's/^0*\([0-9a-f]\)/\1/' 2024-07-27T19:01:20.833 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sort -u 2024-07-27T19:01:20.833 INFO:tasks.workunit.client.1.smithi179.stderr:++++ get_image_data_pool sparse 2024-07-27T19:01:20.833 INFO:tasks.workunit.client.1.smithi179.stderr:++++ image=sparse 2024-07-27T19:01:20.833 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ rbd info sparse 2024-07-27T19:01:20.834 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ grep 'data_pool: ' 2024-07-27T19:01:20.834 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ awk -F: '{ print $NF }' 2024-07-27T19:01:20.872 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool= 2024-07-27T19:01:20.872 INFO:tasks.workunit.client.1.smithi179.stderr:++++ '[' -z ']' 2024-07-27T19:01:20.873 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool=rbd 2024-07-27T19:01:20.873 INFO:tasks.workunit.client.1.smithi179.stderr:++++ echo rbd 2024-07-27T19:01:20.873 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rados ls -p rbd 2024-07-27T19:01:20.917 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects= 2024-07-27T19:01:20.917 INFO:tasks.workunit.client.1.smithi179.stderr:++ echo 2024-07-27T19:01:20.917 INFO:tasks.workunit.client.1.smithi179.stderr:+ '[' 0 -eq 1 -o '' = '' ']' 2024-07-27T19:01:20.918 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm sparse 2024-07-27T19:01:21.033 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 100% complete...done. 2024-07-27T19:01:21.036 INFO:tasks.workunit.client.1.smithi179.stdout:zeros export to sparse file 2024-07-27T19:01:21.037 INFO:tasks.workunit.client.1.smithi179.stderr:+ echo 'zeros export to sparse file' 2024-07-27T19:01:21.037 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd create --new-format sparse --size 4 2024-07-27T19:01:21.083 INFO:tasks.workunit.client.1.smithi179.stderr:rbd: --new-format is deprecated, use --image-format 2 2024-07-27T19:01:21.086 INFO:tasks.workunit.client.1.smithi179.stderr:++ rbd info sparse 2024-07-27T19:01:21.086 INFO:tasks.workunit.client.1.smithi179.stderr:++ grep block_name_prefix 2024-07-27T19:01:21.086 INFO:tasks.workunit.client.1.smithi179.stderr:++ awk '{print $NF;}' 2024-07-27T19:01:21.125 INFO:tasks.workunit.client.1.smithi179.stderr:+ prefix=rbd_data.d82b415d84ae 2024-07-27T19:01:21.125 INFO:tasks.workunit.client.1.smithi179.stderr:+ dd if=/dev/zero bs=4M count=1 2024-07-27T19:01:21.127 INFO:tasks.workunit.client.1.smithi179.stderr:++ get_image_data_pool sparse 2024-07-27T19:01:21.127 INFO:tasks.workunit.client.1.smithi179.stderr:++ image=sparse 2024-07-27T19:01:21.127 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rbd info sparse 2024-07-27T19:01:21.127 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep 'data_pool: ' 2024-07-27T19:01:21.127 INFO:tasks.workunit.client.1.smithi179.stderr:+++ awk -F: '{ print $NF }' 2024-07-27T19:01:21.165 INFO:tasks.workunit.client.1.smithi179.stderr:++ data_pool= 2024-07-27T19:01:21.166 INFO:tasks.workunit.client.1.smithi179.stderr:++ '[' -z ']' 2024-07-27T19:01:21.166 INFO:tasks.workunit.client.1.smithi179.stderr:++ data_pool=rbd 2024-07-27T19:01:21.166 INFO:tasks.workunit.client.1.smithi179.stderr:++ echo rbd 2024-07-27T19:01:21.166 INFO:tasks.workunit.client.1.smithi179.stderr:+ rados -p rbd put rbd_data.d82b415d84ae.000000000000 - 2024-07-27T19:01:21.198 INFO:tasks.workunit.client.1.smithi179.stderr:1+0 records in 2024-07-27T19:01:21.198 INFO:tasks.workunit.client.1.smithi179.stderr:1+0 records out 2024-07-27T19:01:21.198 INFO:tasks.workunit.client.1.smithi179.stderr:4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.0722567 s, 58.0 MB/s 2024-07-27T19:01:21.222 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects sparse 2024-07-27T19:01:21.222 INFO:tasks.workunit.client.1.smithi179.stderr:++ image=sparse 2024-07-27T19:01:21.222 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rbd info sparse 2024-07-27T19:01:21.223 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep block_name_prefix 2024-07-27T19:01:21.223 INFO:tasks.workunit.client.1.smithi179.stderr:+++ awk '{print $NF;}' 2024-07-27T19:01:21.259 INFO:tasks.workunit.client.1.smithi179.stderr:++ prefix=rbd_data.d82b415d84ae 2024-07-27T19:01:21.261 INFO:tasks.workunit.client.1.smithi179.stderr:+++ grep rbd_data.d82b415d84ae 2024-07-27T19:01:21.261 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sed -e 's/rbd_data.d82b415d84ae\.//' -e 's/^0*\([0-9a-f]\)/\1/' 2024-07-27T19:01:21.261 INFO:tasks.workunit.client.1.smithi179.stderr:++++ get_image_data_pool sparse 2024-07-27T19:01:21.261 INFO:tasks.workunit.client.1.smithi179.stderr:++++ image=sparse 2024-07-27T19:01:21.261 INFO:tasks.workunit.client.1.smithi179.stderr:+++ sort -u 2024-07-27T19:01:21.261 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ rbd info sparse 2024-07-27T19:01:21.261 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ grep 'data_pool: ' 2024-07-27T19:01:21.261 INFO:tasks.workunit.client.1.smithi179.stderr:+++++ awk -F: '{ print $NF }' 2024-07-27T19:01:21.300 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool= 2024-07-27T19:01:21.300 INFO:tasks.workunit.client.1.smithi179.stderr:++++ '[' -z ']' 2024-07-27T19:01:21.300 INFO:tasks.workunit.client.1.smithi179.stderr:++++ data_pool=rbd 2024-07-27T19:01:21.300 INFO:tasks.workunit.client.1.smithi179.stderr:++++ echo rbd 2024-07-27T19:01:21.300 INFO:tasks.workunit.client.1.smithi179.stderr:+++ rados ls -p rbd 2024-07-27T19:01:21.345 INFO:tasks.workunit.client.1.smithi179.stderr:++ objects=0 2024-07-27T19:01:21.345 INFO:tasks.workunit.client.1.smithi179.stderr:++ echo 0 2024-07-27T19:01:21.345 INFO:tasks.workunit.client.1.smithi179.stderr:+ '[' 0 -eq 1 -o 0 = 0 ']' 2024-07-27T19:01:21.345 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/sparse 2024-07-27T19:01:21.346 INFO:tasks.workunit.client.1.smithi179.stderr:rm: cannot remove '/tmp/rbd_import_export_139707/sparse': No such file or directory 2024-07-27T19:01:21.346 INFO:tasks.workunit.client.1.smithi179.stderr:+ true 2024-07-27T19:01:21.346 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd export sparse /tmp/rbd_import_export_139707/sparse 2024-07-27T19:01:21.385 INFO:tasks.workunit.client.1.smithi179.stderr: Exporting image: 100% complete...done. 2024-07-27T19:01:21.388 INFO:tasks.workunit.client.1.smithi179.stderr:++ stat /tmp/rbd_import_export_139707/sparse --format=%b 2024-07-27T19:01:21.389 INFO:tasks.workunit.client.1.smithi179.stderr:+ '[' 0 = 0 ']' 2024-07-27T19:01:21.389 INFO:tasks.workunit.client.1.smithi179.stderr:+ rbd rm sparse 2024-07-27T19:01:21.502 INFO:tasks.workunit.client.1.smithi179.stderr: Removing image: 100% complete...done. 2024-07-27T19:01:21.505 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm /tmp/rbd_import_export_139707/sparse /tmp/rbd_import_export_139707/sparse1 /tmp/rbd_import_export_139707/sparse2 /tmp/rbd_import_export_139707/sparse3 2024-07-27T19:01:21.507 INFO:tasks.workunit.client.1.smithi179.stderr:rm: cannot remove '/tmp/rbd_import_export_139707/sparse3': No such file or directory 2024-07-27T19:01:21.507 INFO:tasks.workunit.client.1.smithi179.stderr:+ true 2024-07-27T19:01:21.508 INFO:tasks.workunit.client.1.smithi179.stdout:OK 2024-07-27T19:01:21.509 INFO:tasks.workunit.client.1.smithi179.stderr:+ echo OK 2024-07-27T19:01:21.509 INFO:tasks.workunit.client.1.smithi179.stderr:+ rm -rf /tmp/rbd_import_export_139707 2024-07-27T19:01:21.509 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T19:01:21.509 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.1/client.1/tmp 2024-07-27T19:01:21.577 INFO:tasks.workunit:Stopping ['rbd/import_export.sh'] on client.1... 2024-07-27T19:01:21.577 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.1 /home/ubuntu/cephtest/clone.client.1 2024-07-27T19:01:21.801 DEBUG:teuthology.parallel:result is None 2024-07-27T19:01:21.802 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.1/client.1 2024-07-27T19:01:21.827 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.1/client.1 2024-07-27T19:01:21.827 DEBUG:teuthology.orchestra.run.smithi179:> rmdir -- /home/ubuntu/cephtest/mnt.1 2024-07-27T19:01:21.882 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.1/client.1 2024-07-27T19:01:21.882 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2024-07-27T19:01:21.882 INFO:teuthology.task.print:**** done end rbd_import_export.yaml 2024-07-27T19:01:21.882 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2024-07-27T19:01:21.883 INFO:teuthology.task.print:**** done start test_rbd_api.yaml 2024-07-27T19:01:21.883 INFO:teuthology.task.full_sequential:In full_sequential, running task workunit... 2024-07-27T19:01:21.883 INFO:tasks.workunit:Pulling workunits from ref reef 2024-07-27T19:01:21.883 INFO:tasks.workunit:Making a separate scratch dir for every client... 2024-07-27T19:01:21.883 DEBUG:teuthology.orchestra.run.smithi029:> stat -- /home/ubuntu/cephtest/mnt.0 2024-07-27T19:01:21.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T19:01:21.903 INFO:teuthology.orchestra.run.smithi029.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2024-07-27T19:01:21.903 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -- /home/ubuntu/cephtest/mnt.0 2024-07-27T19:01:21.959 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2024-07-27T19:01:21.960 DEBUG:teuthology.orchestra.run.smithi029:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2024-07-27T19:01:22.017 INFO:tasks.workunit:timeout=3h 2024-07-27T19:01:22.017 INFO:tasks.workunit:cleanup=True 2024-07-27T19:01:22.018 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone --depth 1 --branch reef https://git.ceph.com/ceph.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 2024-07-27T19:01:22.075 INFO:tasks.workunit.client.0.smithi029.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2024-07-27T19:01:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:22 smithi179 ceph-mon[89801]: pgmap v2040: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 388 KiB/s rd, 199 KiB/s wr, 254 op/s 2024-07-27T19:01:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:22 smithi029 ceph-mon[96870]: pgmap v2040: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 388 KiB/s rd, 199 KiB/s wr, 254 op/s 2024-07-27T19:01:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:22 smithi029 ceph-mon[99353]: pgmap v2040: 105 pgs: 105 active+clean; 583 KiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 388 KiB/s rd, 199 KiB/s wr, 254 op/s 2024-07-27T19:01:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:01:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:01:22] "GET /metrics HTTP/1.1" 200 34031 "" "Prometheus/2.43.0" 2024-07-27T19:01:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:24 smithi029 ceph-mon[96870]: pgmap v2041: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 836 KiB/s rd, 1.4 MiB/s wr, 266 op/s 2024-07-27T19:01:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:24 smithi029 ceph-mon[96870]: osdmap e1121: 8 total, 8 up, 8 in 2024-07-27T19:01:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:01:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:24 smithi029 ceph-mon[99353]: pgmap v2041: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 836 KiB/s rd, 1.4 MiB/s wr, 266 op/s 2024-07-27T19:01:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:24 smithi029 ceph-mon[99353]: osdmap e1121: 8 total, 8 up, 8 in 2024-07-27T19:01:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:01:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:24 smithi179 ceph-mon[89801]: pgmap v2041: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 836 KiB/s rd, 1.4 MiB/s wr, 266 op/s 2024-07-27T19:01:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:24 smithi179 ceph-mon[89801]: osdmap e1121: 8 total, 8 up, 8 in 2024-07-27T19:01:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:01:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:26 smithi029 ceph-mon[96870]: pgmap v2043: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 1.5 MiB/s wr, 360 op/s 2024-07-27T19:01:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:26 smithi029 ceph-mon[99353]: pgmap v2043: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 1.5 MiB/s wr, 360 op/s 2024-07-27T19:01:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:26 smithi179 ceph-mon[89801]: pgmap v2043: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 1.5 MiB/s wr, 360 op/s 2024-07-27T19:01:27.483 DEBUG:teuthology.orchestra.run.smithi029:> cd -- /home/ubuntu/cephtest/clone.client.0/qa/workunits && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\0' >/home/ubuntu/cephtest/workunits.list.client.0 2024-07-27T19:01:27.539 INFO:tasks.workunit.client.0.smithi029.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2024-07-27T19:01:27.541 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-07-27T19:01:27.542 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2024-07-27T19:01:27.592 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2024-07-27T19:01:27.643 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2024-07-27T19:01:27.684 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-07-27T19:01:27.685 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-07-27T19:01:27.686 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2024-07-27T19:01:27.726 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-07-27T19:01:27.729 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T19:01:27.729 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2024-07-27T19:01:27.786 INFO:tasks.workunit:Running workunits matching rbd/test_librbd.sh on client.0... 2024-07-27T19:01:27.787 INFO:tasks.workunit:Running workunit rbd/test_librbd.sh... 2024-07-27T19:01:27.787 DEBUG:teuthology.orchestra.run.smithi029:workunit test rbd/test_librbd.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 RBD_FEATURES=61 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/rbd/test_librbd.sh 2024-07-27T19:01:27.896 INFO:tasks.workunit.client.0.smithi029.stdout:seed 149820 2024-07-27T19:01:27.896 INFO:tasks.workunit.client.0.smithi029.stderr:warning: failed to enable lockdep 2024-07-27T19:01:27.896 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] Running 490 tests from 24 test suites. 2024-07-27T19:01:27.896 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment set-up. 2024-07-27T19:01:27.896 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 1 test from TestJournalStress 2024-07-27T19:01:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:28 smithi029 ceph-mon[96870]: pgmap v2044: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 919 KiB/s rd, 1.3 MiB/s wr, 291 op/s 2024-07-27T19:01:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:28 smithi029 ceph-mon[99353]: pgmap v2044: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 919 KiB/s rd, 1.3 MiB/s wr, 291 op/s 2024-07-27T19:01:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:28 smithi179 ceph-mon[89801]: pgmap v2044: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 919 KiB/s rd, 1.3 MiB/s wr, 291 op/s 2024-07-27T19:01:29.474 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalStress.DiscardWithPruneWriteOverlap 2024-07-27T19:01:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:29 smithi029 ceph-mon[96870]: osdmap e1122: 8 total, 8 up, 8 in 2024-07-27T19:01:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:29 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1582343882' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:29 smithi029 ceph-mon[99353]: osdmap e1122: 8 total, 8 up, 8 in 2024-07-27T19:01:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:29 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1582343882' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:29.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:29 smithi179 ceph-mon[89801]: osdmap e1122: 8 total, 8 up, 8 in 2024-07-27T19:01:29.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:29 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1582343882' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:30 smithi029 ceph-mon[96870]: pgmap v2046: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 811 KiB/s rd, 1.3 MiB/s wr, 233 op/s 2024-07-27T19:01:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:30 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:01:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:30 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1582343882' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:30.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:30 smithi029 ceph-mon[96870]: osdmap e1123: 8 total, 8 up, 8 in 2024-07-27T19:01:30.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:30 smithi029 ceph-mon[99353]: pgmap v2046: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 811 KiB/s rd, 1.3 MiB/s wr, 233 op/s 2024-07-27T19:01:30.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:30 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:01:30.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:30 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1582343882' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:30.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:30 smithi029 ceph-mon[99353]: osdmap e1123: 8 total, 8 up, 8 in 2024-07-27T19:01:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:30 smithi179 ceph-mon[89801]: pgmap v2046: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 811 KiB/s rd, 1.3 MiB/s wr, 233 op/s 2024-07-27T19:01:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:30 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:01:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:30 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1582343882' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:30 smithi179 ceph-mon[89801]: osdmap e1123: 8 total, 8 up, 8 in 2024-07-27T19:01:31.503 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Stress.cc:37: Skipped 2024-07-27T19:01:31.503 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:31.503 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalStress.DiscardWithPruneWriteOverlap (2029 ms) 2024-07-27T19:01:31.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:31 smithi029 ceph-mon[96870]: osdmap e1124: 8 total, 8 up, 8 in 2024-07-27T19:01:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:31 smithi029 ceph-mon[99353]: osdmap e1124: 8 total, 8 up, 8 in 2024-07-27T19:01:31.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:31 smithi179 ceph-mon[89801]: osdmap e1124: 8 total, 8 up, 8 in 2024-07-27T19:01:32.491 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 1 test from TestJournalStress (2029 ms total) 2024-07-27T19:01:32.491 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:01:32.491 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 16 tests from TestJournalReplay 2024-07-27T19:01:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:32 smithi029 ceph-mon[96870]: pgmap v2049: 137 pgs: 6 creating+peering, 18 unknown, 113 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 1.3 KiB/s rd, 170 B/s wr, 3 op/s 2024-07-27T19:01:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:32 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:01:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:32 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T19:01:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:32 smithi029 ceph-mon[96870]: osdmap e1125: 8 total, 8 up, 8 in 2024-07-27T19:01:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:32 smithi029 ceph-mon[99353]: pgmap v2049: 137 pgs: 6 creating+peering, 18 unknown, 113 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 1.3 KiB/s rd, 170 B/s wr, 3 op/s 2024-07-27T19:01:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:32 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:01:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:32 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T19:01:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:32 smithi029 ceph-mon[99353]: osdmap e1125: 8 total, 8 up, 8 in 2024-07-27T19:01:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:01:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:01:32] "GET /metrics HTTP/1.1" 200 34035 "" "Prometheus/2.43.0" 2024-07-27T19:01:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:32 smithi179 ceph-mon[89801]: pgmap v2049: 137 pgs: 6 creating+peering, 18 unknown, 113 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 1.3 KiB/s rd, 170 B/s wr, 3 op/s 2024-07-27T19:01:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:32 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:01:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:32 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T19:01:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:32 smithi179 ceph-mon[89801]: osdmap e1125: 8 total, 8 up, 8 in 2024-07-27T19:01:33.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:33 smithi029 ceph-mon[96870]: osdmap e1126: 8 total, 8 up, 8 in 2024-07-27T19:01:33.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:33 smithi029 ceph-mon[99353]: osdmap e1126: 8 total, 8 up, 8 in 2024-07-27T19:01:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:33 smithi179 ceph-mon[89801]: osdmap e1126: 8 total, 8 up, 8 in 2024-07-27T19:01:34.502 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.AioDiscardEvent 2024-07-27T19:01:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:34 smithi179 ceph-mon[89801]: pgmap v2052: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:34 smithi179 ceph-mon[89801]: osdmap e1127: 8 total, 8 up, 8 in 2024-07-27T19:01:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:34 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/85707150' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:34 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:34 smithi029 ceph-mon[96870]: pgmap v2052: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:34 smithi029 ceph-mon[96870]: osdmap e1127: 8 total, 8 up, 8 in 2024-07-27T19:01:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:34 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/85707150' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:35.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:34 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:35.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:34 smithi029 ceph-mon[99353]: pgmap v2052: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:35.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:34 smithi029 ceph-mon[99353]: osdmap e1127: 8 total, 8 up, 8 in 2024-07-27T19:01:35.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:34 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/85707150' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:35.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:34 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:35 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:35.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:35 smithi179 ceph-mon[89801]: osdmap e1128: 8 total, 8 up, 8 in 2024-07-27T19:01:36.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:35 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:36.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:35 smithi029 ceph-mon[99353]: osdmap e1128: 8 total, 8 up, 8 in 2024-07-27T19:01:36.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:35 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-2","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:36.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:35 smithi029 ceph-mon[96870]: osdmap e1128: 8 total, 8 up, 8 in 2024-07-27T19:01:36.536 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:109: Skipped 2024-07-27T19:01:36.536 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.537 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.AioDiscardEvent (2034 ms) 2024-07-27T19:01:36.537 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.AioWriteEvent 2024-07-27T19:01:36.547 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:200: Skipped 2024-07-27T19:01:36.547 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.547 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.AioWriteEvent (11 ms) 2024-07-27T19:01:36.547 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.AioFlushEvent 2024-07-27T19:01:36.557 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:261: Skipped 2024-07-27T19:01:36.557 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.557 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.AioFlushEvent (10 ms) 2024-07-27T19:01:36.557 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.SnapCreate 2024-07-27T19:01:36.565 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:307: Skipped 2024-07-27T19:01:36.565 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.565 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.SnapCreate (8 ms) 2024-07-27T19:01:36.565 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.SnapProtect 2024-07-27T19:01:36.573 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:348: Skipped 2024-07-27T19:01:36.573 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.573 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.SnapProtect (8 ms) 2024-07-27T19:01:36.573 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.SnapUnprotect 2024-07-27T19:01:36.580 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:394: Skipped 2024-07-27T19:01:36.581 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.581 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.SnapUnprotect (8 ms) 2024-07-27T19:01:36.581 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.SnapRename 2024-07-27T19:01:36.589 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:450: Skipped 2024-07-27T19:01:36.589 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.589 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.SnapRename (8 ms) 2024-07-27T19:01:36.589 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.SnapRollback 2024-07-27T19:01:36.597 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:500: Skipped 2024-07-27T19:01:36.597 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.597 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.SnapRollback (8 ms) 2024-07-27T19:01:36.597 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.SnapRemove 2024-07-27T19:01:36.604 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:541: Skipped 2024-07-27T19:01:36.604 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.605 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.SnapRemove (8 ms) 2024-07-27T19:01:36.605 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.Rename 2024-07-27T19:01:36.612 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:590: Skipped 2024-07-27T19:01:36.612 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.612 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.Rename (7 ms) 2024-07-27T19:01:36.612 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.Resize 2024-07-27T19:01:36.620 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:624: Skipped 2024-07-27T19:01:36.620 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.620 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.Resize (8 ms) 2024-07-27T19:01:36.620 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.Flatten 2024-07-27T19:01:36.628 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:657: Skipped 2024-07-27T19:01:36.628 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.628 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.Flatten (8 ms) 2024-07-27T19:01:36.629 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.UpdateFeatures 2024-07-27T19:01:36.635 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:704: Skipped 2024-07-27T19:01:36.635 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.635 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.UpdateFeatures (7 ms) 2024-07-27T19:01:36.635 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.MetadataSet 2024-07-27T19:01:36.643 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:741: Skipped 2024-07-27T19:01:36.643 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.643 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.MetadataSet (8 ms) 2024-07-27T19:01:36.643 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.MetadataRemove 2024-07-27T19:01:36.650 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:781: Skipped 2024-07-27T19:01:36.651 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.651 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.MetadataRemove (8 ms) 2024-07-27T19:01:36.651 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalReplay.ObjectPosition 2024-07-27T19:01:36.658 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Replay.cc:824: Skipped 2024-07-27T19:01:36.658 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:36.658 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.ObjectPosition (7 ms) 2024-07-27T19:01:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:36 smithi179 ceph-mon[89801]: pgmap v2055: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:36 smithi179 ceph-mon[89801]: osdmap e1129: 8 total, 8 up, 8 in 2024-07-27T19:01:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:36 smithi029 ceph-mon[96870]: pgmap v2055: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:36 smithi029 ceph-mon[96870]: osdmap e1129: 8 total, 8 up, 8 in 2024-07-27T19:01:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:36 smithi029 ceph-mon[99353]: pgmap v2055: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:36 smithi029 ceph-mon[99353]: osdmap e1129: 8 total, 8 up, 8 in 2024-07-27T19:01:37.534 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 16 tests from TestJournalReplay (2156 ms total) 2024-07-27T19:01:37.534 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:01:37.534 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 4 tests from TestJournalEntries 2024-07-27T19:01:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:37 smithi179 ceph-mon[89801]: osdmap e1130: 8 total, 8 up, 8 in 2024-07-27T19:01:38.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:37 smithi029 ceph-mon[96870]: osdmap e1130: 8 total, 8 up, 8 in 2024-07-27T19:01:38.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:37 smithi029 ceph-mon[99353]: osdmap e1130: 8 total, 8 up, 8 in 2024-07-27T19:01:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:38 smithi179 ceph-mon[89801]: pgmap v2058: 137 pgs: 9 creating+peering, 10 unknown, 118 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.2 KiB/s wr, 15 op/s 2024-07-27T19:01:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:38 smithi179 ceph-mon[89801]: osdmap e1131: 8 total, 8 up, 8 in 2024-07-27T19:01:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:38 smithi029 ceph-mon[99353]: pgmap v2058: 137 pgs: 9 creating+peering, 10 unknown, 118 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.2 KiB/s wr, 15 op/s 2024-07-27T19:01:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:38 smithi029 ceph-mon[99353]: osdmap e1131: 8 total, 8 up, 8 in 2024-07-27T19:01:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:38 smithi029 ceph-mon[96870]: pgmap v2058: 137 pgs: 9 creating+peering, 10 unknown, 118 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.2 KiB/s wr, 15 op/s 2024-07-27T19:01:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:38 smithi029 ceph-mon[96870]: osdmap e1131: 8 total, 8 up, 8 in 2024-07-27T19:01:39.541 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalEntries.AioWrite 2024-07-27T19:01:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:39 smithi179 ceph-mon[89801]: osdmap e1132: 8 total, 8 up, 8 in 2024-07-27T19:01:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:39 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3420143795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:39 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:01:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:39 smithi029 ceph-mon[99353]: osdmap e1132: 8 total, 8 up, 8 in 2024-07-27T19:01:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:39 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3420143795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:39 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:01:40.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:39 smithi029 ceph-mon[96870]: osdmap e1132: 8 total, 8 up, 8 in 2024-07-27T19:01:40.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:39 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3420143795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:40.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:39 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:40.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:01:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:40 smithi179 ceph-mon[89801]: pgmap v2061: 137 pgs: 10 creating+peering, 22 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:40 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:01:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:40 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:40 smithi179 ceph-mon[89801]: osdmap e1133: 8 total, 8 up, 8 in 2024-07-27T19:01:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:40 smithi029 ceph-mon[99353]: pgmap v2061: 137 pgs: 10 creating+peering, 22 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:40 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:01:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:40 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:40 smithi029 ceph-mon[99353]: osdmap e1133: 8 total, 8 up, 8 in 2024-07-27T19:01:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:40 smithi029 ceph-mon[96870]: pgmap v2061: 137 pgs: 10 creating+peering, 22 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:40 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:01:41.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:40 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-3","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:41.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:40 smithi029 ceph-mon[96870]: osdmap e1133: 8 total, 8 up, 8 in 2024-07-27T19:01:41.572 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Entries.cc:118: Skipped 2024-07-27T19:01:41.572 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:41.572 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalEntries.AioWrite (2030 ms) 2024-07-27T19:01:41.572 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalEntries.AioDiscard 2024-07-27T19:01:41.581 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Entries.cc:163: Skipped 2024-07-27T19:01:41.581 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:41.581 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalEntries.AioDiscard (10 ms) 2024-07-27T19:01:41.581 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalEntries.AioDiscardWithPrune 2024-07-27T19:01:41.591 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Entries.cc:200: Skipped 2024-07-27T19:01:41.591 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:41.591 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalEntries.AioDiscardWithPrune (9 ms) 2024-07-27T19:01:41.591 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestJournalEntries.AioFlush 2024-07-27T19:01:41.599 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/journal/test_Entries.cc:263: Skipped 2024-07-27T19:01:41.599 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:41.599 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalEntries.AioFlush (9 ms) 2024-07-27T19:01:41.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:41 smithi179 ceph-mon[89801]: osdmap e1134: 8 total, 8 up, 8 in 2024-07-27T19:01:42.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:41 smithi029 ceph-mon[96870]: osdmap e1134: 8 total, 8 up, 8 in 2024-07-27T19:01:42.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:41 smithi029 ceph-mon[99353]: osdmap e1134: 8 total, 8 up, 8 in 2024-07-27T19:01:42.564 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 4 tests from TestJournalEntries (2058 ms total) 2024-07-27T19:01:42.565 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:01:42.565 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 2 tests from TestTrash 2024-07-27T19:01:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:42 smithi029 ceph-mon[96870]: pgmap v2064: 137 pgs: 10 creating+peering, 14 unknown, 113 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:42 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:01:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:42 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T19:01:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:42 smithi029 ceph-mon[96870]: osdmap e1135: 8 total, 8 up, 8 in 2024-07-27T19:01:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:42 smithi029 ceph-mon[99353]: pgmap v2064: 137 pgs: 10 creating+peering, 14 unknown, 113 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:42 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:01:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:42 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T19:01:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:42 smithi029 ceph-mon[99353]: osdmap e1135: 8 total, 8 up, 8 in 2024-07-27T19:01:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:01:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:01:42] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.43.0" 2024-07-27T19:01:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:42 smithi179 ceph-mon[89801]: pgmap v2064: 137 pgs: 10 creating+peering, 14 unknown, 113 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:42 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:01:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:42 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T19:01:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:42 smithi179 ceph-mon[89801]: osdmap e1135: 8 total, 8 up, 8 in 2024-07-27T19:01:43.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:43 smithi179 ceph-mon[89801]: osdmap e1136: 8 total, 8 up, 8 in 2024-07-27T19:01:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:43 smithi029 ceph-mon[96870]: osdmap e1136: 8 total, 8 up, 8 in 2024-07-27T19:01:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:43 smithi029 ceph-mon[99353]: osdmap e1136: 8 total, 8 up, 8 in 2024-07-27T19:01:44.571 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestTrash.UserRemovingSource 2024-07-27T19:01:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:44 smithi179 ceph-mon[89801]: pgmap v2067: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:44 smithi179 ceph-mon[89801]: osdmap e1137: 8 total, 8 up, 8 in 2024-07-27T19:01:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:44 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/319018737' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:44 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:01:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:44 smithi029 ceph-mon[96870]: pgmap v2067: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:44 smithi029 ceph-mon[96870]: osdmap e1137: 8 total, 8 up, 8 in 2024-07-27T19:01:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:44 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/319018737' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:44 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:01:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:44 smithi029 ceph-mon[99353]: pgmap v2067: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:44 smithi029 ceph-mon[99353]: osdmap e1137: 8 total, 8 up, 8 in 2024-07-27T19:01:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:44 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/319018737' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:44 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:01:45.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:45 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:45.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:45 smithi179 ceph-mon[89801]: osdmap e1138: 8 total, 8 up, 8 in 2024-07-27T19:01:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:01:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:01:45.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:01:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:45 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:45 smithi029 ceph-mon[96870]: osdmap e1138: 8 total, 8 up, 8 in 2024-07-27T19:01:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:01:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:01:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:01:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:45 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-4","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:45 smithi029 ceph-mon[99353]: osdmap e1138: 8 total, 8 up, 8 in 2024-07-27T19:01:46.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:01:46.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:01:46.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:01:46.670 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestTrash.UserRemovingSource (2098 ms) 2024-07-27T19:01:46.670 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestTrash.RestoreMirroringSource 2024-07-27T19:01:46.711 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestTrash.RestoreMirroringSource (41 ms) 2024-07-27T19:01:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:46 smithi179 ceph-mon[89801]: pgmap v2070: 137 pgs: 11 creating+peering, 21 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:46 smithi179 ceph-mon[89801]: osdmap e1139: 8 total, 8 up, 8 in 2024-07-27T19:01:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:46 smithi029 ceph-mon[96870]: pgmap v2070: 137 pgs: 11 creating+peering, 21 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:46 smithi029 ceph-mon[96870]: osdmap e1139: 8 total, 8 up, 8 in 2024-07-27T19:01:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:46 smithi029 ceph-mon[99353]: pgmap v2070: 137 pgs: 11 creating+peering, 21 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:46 smithi029 ceph-mon[99353]: osdmap e1139: 8 total, 8 up, 8 in 2024-07-27T19:01:47.599 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 2 tests from TestTrash (2139 ms total) 2024-07-27T19:01:47.600 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:01:47.600 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 1 test from TestOperations 2024-07-27T19:01:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:47 smithi179 ceph-mon[89801]: osdmap e1140: 8 total, 8 up, 8 in 2024-07-27T19:01:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:47 smithi029 ceph-mon[96870]: osdmap e1140: 8 total, 8 up, 8 in 2024-07-27T19:01:48.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:47 smithi029 ceph-mon[99353]: osdmap e1140: 8 total, 8 up, 8 in 2024-07-27T19:01:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:48 smithi179 ceph-mon[89801]: pgmap v2073: 137 pgs: 11 creating+peering, 5 unknown, 121 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 3.0 KiB/s wr, 26 op/s 2024-07-27T19:01:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:48 smithi179 ceph-mon[89801]: osdmap e1141: 8 total, 8 up, 8 in 2024-07-27T19:01:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:48 smithi029 ceph-mon[96870]: pgmap v2073: 137 pgs: 11 creating+peering, 5 unknown, 121 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 3.0 KiB/s wr, 26 op/s 2024-07-27T19:01:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:48 smithi029 ceph-mon[96870]: osdmap e1141: 8 total, 8 up, 8 in 2024-07-27T19:01:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:48 smithi029 ceph-mon[99353]: pgmap v2073: 137 pgs: 11 creating+peering, 5 unknown, 121 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 3.0 KiB/s wr, 26 op/s 2024-07-27T19:01:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:48 smithi029 ceph-mon[99353]: osdmap e1141: 8 total, 8 up, 8 in 2024-07-27T19:01:49.610 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestOperations.DisableJournalingCorrupt 2024-07-27T19:01:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:49 smithi179 ceph-mon[89801]: osdmap e1142: 8 total, 8 up, 8 in 2024-07-27T19:01:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:49 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1482137495' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:49 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:49 smithi029 ceph-mon[96870]: osdmap e1142: 8 total, 8 up, 8 in 2024-07-27T19:01:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:49 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1482137495' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:49 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:49 smithi029 ceph-mon[99353]: osdmap e1142: 8 total, 8 up, 8 in 2024-07-27T19:01:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:49 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1482137495' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:49 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:50 smithi179 ceph-mon[89801]: pgmap v2076: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:50 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:01:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:50 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:50 smithi179 ceph-mon[89801]: osdmap e1143: 8 total, 8 up, 8 in 2024-07-27T19:01:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:50 smithi029 ceph-mon[96870]: pgmap v2076: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:50 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:01:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:50 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:50 smithi029 ceph-mon[96870]: osdmap e1143: 8 total, 8 up, 8 in 2024-07-27T19:01:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:50 smithi029 ceph-mon[99353]: pgmap v2076: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:50 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:01:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:50 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-5","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:50 smithi029 ceph-mon[99353]: osdmap e1143: 8 total, 8 up, 8 in 2024-07-27T19:01:51.656 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_Operations.cc:18: Skipped 2024-07-27T19:01:51.656 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:01:51.656 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestOperations.DisableJournalingCorrupt (2045 ms) 2024-07-27T19:01:51.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:51 smithi179 ceph-mon[89801]: osdmap e1144: 8 total, 8 up, 8 in 2024-07-27T19:01:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:51 smithi029 ceph-mon[96870]: osdmap e1144: 8 total, 8 up, 8 in 2024-07-27T19:01:52.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:51 smithi029 ceph-mon[99353]: osdmap e1144: 8 total, 8 up, 8 in 2024-07-27T19:01:52.621 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 1 test from TestOperations (2045 ms total) 2024-07-27T19:01:52.621 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:01:52.621 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 4 tests from TestObjectMap 2024-07-27T19:01:52.621 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:01:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:01:52] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.43.0" 2024-07-27T19:01:52.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:52 smithi179 ceph-mon[89801]: pgmap v2079: 137 pgs: 6 creating+peering, 19 unknown, 112 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:52.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:52 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:01:52.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:52 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T19:01:52.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:52 smithi179 ceph-mon[89801]: osdmap e1145: 8 total, 8 up, 8 in 2024-07-27T19:01:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:52 smithi029 ceph-mon[96870]: pgmap v2079: 137 pgs: 6 creating+peering, 19 unknown, 112 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:52 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:01:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:52 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T19:01:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:52 smithi029 ceph-mon[96870]: osdmap e1145: 8 total, 8 up, 8 in 2024-07-27T19:01:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:52 smithi029 ceph-mon[99353]: pgmap v2079: 137 pgs: 6 creating+peering, 19 unknown, 112 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:52 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:01:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:52 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T19:01:53.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:52 smithi029 ceph-mon[99353]: osdmap e1145: 8 total, 8 up, 8 in 2024-07-27T19:01:53.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:53 smithi179 ceph-mon[89801]: osdmap e1146: 8 total, 8 up, 8 in 2024-07-27T19:01:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:53 smithi029 ceph-mon[96870]: osdmap e1146: 8 total, 8 up, 8 in 2024-07-27T19:01:54.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:53 smithi029 ceph-mon[99353]: osdmap e1146: 8 total, 8 up, 8 in 2024-07-27T19:01:54.634 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestObjectMap.RefreshInvalidatesWhenCorrupt 2024-07-27T19:01:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:54 smithi179 ceph-mon[89801]: pgmap v2082: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:54 smithi179 ceph-mon[89801]: osdmap e1147: 8 total, 8 up, 8 in 2024-07-27T19:01:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:54 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3962549844' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:54 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:01:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:54 smithi029 ceph-mon[99353]: pgmap v2082: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:54 smithi029 ceph-mon[99353]: osdmap e1147: 8 total, 8 up, 8 in 2024-07-27T19:01:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:54 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3962549844' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:54 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:01:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:54 smithi029 ceph-mon[96870]: pgmap v2082: 105 pgs: 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:54 smithi029 ceph-mon[96870]: osdmap e1147: 8 total, 8 up, 8 in 2024-07-27T19:01:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:54 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3962549844' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:54 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:01:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:01:55.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:55 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-6","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:55 smithi179 ceph-mon[89801]: osdmap e1148: 8 total, 8 up, 8 in 2024-07-27T19:01:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:55 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-6","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:55 smithi029 ceph-mon[99353]: osdmap e1148: 8 total, 8 up, 8 in 2024-07-27T19:01:56.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:55 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-6","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:01:56.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:55 smithi029 ceph-mon[96870]: osdmap e1148: 8 total, 8 up, 8 in 2024-07-27T19:01:56.714 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestObjectMap.RefreshInvalidatesWhenCorrupt (2080 ms) 2024-07-27T19:01:56.714 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestObjectMap.RefreshInvalidatesWhenTooSmall 2024-07-27T19:01:56.744 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestObjectMap.RefreshInvalidatesWhenTooSmall (30 ms) 2024-07-27T19:01:56.744 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestObjectMap.InvalidateFlagOnDisk 2024-07-27T19:01:56.779 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestObjectMap.InvalidateFlagOnDisk (36 ms) 2024-07-27T19:01:56.779 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestObjectMap.AcquireLockInvalidatesWhenTooSmall 2024-07-27T19:01:56.806 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestObjectMap.AcquireLockInvalidatesWhenTooSmall (26 ms) 2024-07-27T19:01:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:56 smithi179 ceph-mon[89801]: pgmap v2085: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:56 smithi179 ceph-mon[89801]: osdmap e1149: 8 total, 8 up, 8 in 2024-07-27T19:01:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:56 smithi029 ceph-mon[99353]: pgmap v2085: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:56 smithi029 ceph-mon[99353]: osdmap e1149: 8 total, 8 up, 8 in 2024-07-27T19:01:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:56 smithi029 ceph-mon[96870]: pgmap v2085: 137 pgs: 7 creating+peering, 25 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:01:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:56 smithi029 ceph-mon[96870]: osdmap e1149: 8 total, 8 up, 8 in 2024-07-27T19:01:57.667 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 4 tests from TestObjectMap (2172 ms total) 2024-07-27T19:01:57.668 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:01:57.668 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 2 tests from TestMirroringWatcher 2024-07-27T19:01:57.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:57 smithi179 ceph-mon[89801]: osdmap e1150: 8 total, 8 up, 8 in 2024-07-27T19:01:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:57 smithi029 ceph-mon[96870]: osdmap e1150: 8 total, 8 up, 8 in 2024-07-27T19:01:58.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:57 smithi029 ceph-mon[99353]: osdmap e1150: 8 total, 8 up, 8 in 2024-07-27T19:01:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:58 smithi179 ceph-mon[89801]: pgmap v2088: 137 pgs: 7 creating+peering, 9 unknown, 121 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 4.5 KiB/s wr, 42 op/s 2024-07-27T19:01:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:58 smithi179 ceph-mon[89801]: osdmap e1151: 8 total, 8 up, 8 in 2024-07-27T19:01:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:58 smithi029 ceph-mon[96870]: pgmap v2088: 137 pgs: 7 creating+peering, 9 unknown, 121 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 4.5 KiB/s wr, 42 op/s 2024-07-27T19:01:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:58 smithi029 ceph-mon[96870]: osdmap e1151: 8 total, 8 up, 8 in 2024-07-27T19:01:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:58 smithi029 ceph-mon[99353]: pgmap v2088: 137 pgs: 7 creating+peering, 9 unknown, 121 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 4.5 KiB/s wr, 42 op/s 2024-07-27T19:01:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:58 smithi029 ceph-mon[99353]: osdmap e1151: 8 total, 8 up, 8 in 2024-07-27T19:01:59.676 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroringWatcher.ModeUpdated 2024-07-27T19:02:00.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:59 smithi029 ceph-mon[96870]: osdmap e1152: 8 total, 8 up, 8 in 2024-07-27T19:02:00.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:01:59 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2829682816' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:02:00.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:59 smithi029 ceph-mon[99353]: osdmap e1152: 8 total, 8 up, 8 in 2024-07-27T19:02:00.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:01:59 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2829682816' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:02:00.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:59 smithi179 ceph-mon[89801]: osdmap e1152: 8 total, 8 up, 8 in 2024-07-27T19:02:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:01:59 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2829682816' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:02:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:00 smithi029 ceph-mon[96870]: pgmap v2091: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:00 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:02:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:00 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2829682816' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-7","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:02:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:00 smithi029 ceph-mon[96870]: osdmap e1153: 8 total, 8 up, 8 in 2024-07-27T19:02:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:00 smithi029 ceph-mon[99353]: pgmap v2091: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:00 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:02:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:00 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2829682816' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-7","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:02:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:00 smithi029 ceph-mon[99353]: osdmap e1153: 8 total, 8 up, 8 in 2024-07-27T19:02:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:00 smithi179 ceph-mon[89801]: pgmap v2091: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 4.6 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:00 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:02:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:00 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2829682816' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-7","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:02:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:00 smithi179 ceph-mon[89801]: osdmap e1153: 8 total, 8 up, 8 in 2024-07-27T19:02:01.723 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroringWatcher.ModeUpdated (2046 ms) 2024-07-27T19:02:01.723 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroringWatcher.ImageStatusUpdated 2024-07-27T19:02:01.745 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroringWatcher.ImageStatusUpdated (22 ms) 2024-07-27T19:02:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:01 smithi029 ceph-mon[96870]: osdmap e1154: 8 total, 8 up, 8 in 2024-07-27T19:02:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:01 smithi029 ceph-mon[99353]: osdmap e1154: 8 total, 8 up, 8 in 2024-07-27T19:02:02.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:01 smithi179 ceph-mon[89801]: osdmap e1154: 8 total, 8 up, 8 in 2024-07-27T19:02:02.684 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:02:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:02:02] "GET /metrics HTTP/1.1" 200 36402 "" "Prometheus/2.43.0" 2024-07-27T19:02:02.697 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 2 tests from TestMirroringWatcher (2069 ms total) 2024-07-27T19:02:02.698 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:02:02.698 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 57 tests from TestMigration 2024-07-27T19:02:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:02 smithi029 ceph-mon[99353]: pgmap v2094: 137 pgs: 12 creating+peering, 16 unknown, 109 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:02 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:02:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:02 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T19:02:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:02 smithi029 ceph-mon[99353]: osdmap e1155: 8 total, 8 up, 8 in 2024-07-27T19:02:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:02 smithi029 ceph-mon[96870]: pgmap v2094: 137 pgs: 12 creating+peering, 16 unknown, 109 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:03.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:02 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:02:03.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:02 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T19:02:03.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:02 smithi029 ceph-mon[96870]: osdmap e1155: 8 total, 8 up, 8 in 2024-07-27T19:02:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:02 smithi179 ceph-mon[89801]: pgmap v2094: 137 pgs: 12 creating+peering, 16 unknown, 109 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:02 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:02:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:02 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T19:02:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:02 smithi179 ceph-mon[89801]: osdmap e1155: 8 total, 8 up, 8 in 2024-07-27T19:02:03.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:03 smithi179 ceph-mon[89801]: osdmap e1156: 8 total, 8 up, 8 in 2024-07-27T19:02:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:03 smithi029 ceph-mon[96870]: osdmap e1156: 8 total, 8 up, 8 in 2024-07-27T19:02:04.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:03 smithi029 ceph-mon[99353]: osdmap e1156: 8 total, 8 up, 8 in 2024-07-27T19:02:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:04 smithi029 ceph-mon[96870]: pgmap v2097: 105 pgs: 105 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:04 smithi029 ceph-mon[96870]: osdmap e1157: 8 total, 8 up, 8 in 2024-07-27T19:02:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:04 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/169847627' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:02:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:04 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:02:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:04 smithi029 ceph-mon[99353]: pgmap v2097: 105 pgs: 105 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:04 smithi029 ceph-mon[99353]: osdmap e1157: 8 total, 8 up, 8 in 2024-07-27T19:02:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:04 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/169847627' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:02:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:04 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:02:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:04 smithi179 ceph-mon[89801]: pgmap v2097: 105 pgs: 105 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:04 smithi179 ceph-mon[89801]: osdmap e1157: 8 total, 8 up, 8 in 2024-07-27T19:02:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:04 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/169847627' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:02:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:04 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:02:05.715 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.Empty 2024-07-27T19:02:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:05 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-8","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:02:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:05 smithi029 ceph-mon[96870]: osdmap e1158: 8 total, 8 up, 8 in 2024-07-27T19:02:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:05 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-8","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:02:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:05 smithi029 ceph-mon[99353]: osdmap e1158: 8 total, 8 up, 8 in 2024-07-27T19:02:06.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:05 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-8","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:02:06.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:05 smithi179 ceph-mon[89801]: osdmap e1158: 8 total, 8 up, 8 in 2024-07-27T19:02:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:06 smithi029 ceph-mon[96870]: pgmap v2100: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:06 smithi029 ceph-mon[96870]: osdmap e1159: 8 total, 8 up, 8 in 2024-07-27T19:02:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:06 smithi029 ceph-mon[99353]: pgmap v2100: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:06 smithi029 ceph-mon[99353]: osdmap e1159: 8 total, 8 up, 8 in 2024-07-27T19:02:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:06 smithi179 ceph-mon[89801]: pgmap v2100: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:06 smithi179 ceph-mon[89801]: osdmap e1159: 8 total, 8 up, 8 in 2024-07-27T19:02:07.782 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:07.795 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:07.952 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:08.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:07 smithi029 ceph-mon[99353]: osdmap e1160: 8 total, 8 up, 8 in 2024-07-27T19:02:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:07 smithi029 ceph-mon[96870]: osdmap e1160: 8 total, 8 up, 8 in 2024-07-27T19:02:08.023 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:08.104 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.Empty (2389 ms) 2024-07-27T19:02:08.104 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.OtherName 2024-07-27T19:02:08.133 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:08.143 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:08.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:07 smithi179 ceph-mon[89801]: osdmap e1160: 8 total, 8 up, 8 in 2024-07-27T19:02:08.268 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:08.329 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:08.406 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.OtherName (303 ms) 2024-07-27T19:02:08.406 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.OtherPool 2024-07-27T19:02:08.434 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:08.444 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:08 smithi029 ceph-mon[96870]: pgmap v2103: 169 pgs: 20 creating+peering, 25 unknown, 124 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:08 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:02:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:08 smithi029 ceph-mon[96870]: osdmap e1161: 8 total, 8 up, 8 in 2024-07-27T19:02:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:08 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:02:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:02:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:08 smithi029 ceph-mon[99353]: pgmap v2103: 169 pgs: 20 creating+peering, 25 unknown, 124 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:08 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:02:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:08 smithi029 ceph-mon[99353]: osdmap e1161: 8 total, 8 up, 8 in 2024-07-27T19:02:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:08 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:02:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:02:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:08 smithi179 ceph-mon[89801]: pgmap v2103: 169 pgs: 20 creating+peering, 25 unknown, 124 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-07-27T19:02:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:08 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:02:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:08 smithi179 ceph-mon[89801]: osdmap e1161: 8 total, 8 up, 8 in 2024-07-27T19:02:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:08 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:02:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:02:09.872 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:09.939 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:09 smithi029 ceph-mon[96870]: osdmap e1162: 8 total, 8 up, 8 in 2024-07-27T19:02:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:09 smithi029 ceph-mon[99353]: osdmap e1162: 8 total, 8 up, 8 in 2024-07-27T19:02:10.021 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.OtherPool (1615 ms) 2024-07-27T19:02:10.021 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.OtherNamespace 2024-07-27T19:02:10.050 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:10.063 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:09 smithi179 ceph-mon[89801]: osdmap e1162: 8 total, 8 up, 8 in 2024-07-27T19:02:10.198 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:10.271 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:10.351 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.OtherNamespace (329 ms) 2024-07-27T19:02:10.351 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.DataPool 2024-07-27T19:02:10.379 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:10.390 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:10.533 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:10.603 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:10.684 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.DataPool (333 ms) 2024-07-27T19:02:10.684 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.AbortAfterPrepare 2024-07-27T19:02:10.713 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:10.724 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:10.865 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:02:10.960 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.AbortAfterPrepare (277 ms) 2024-07-27T19:02:10.961 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.AbortAfterFailedPrepare 2024-07-27T19:02:10.989 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:10 smithi029 ceph-mon[96870]: pgmap v2106: 169 pgs: 11 creating+peering, 158 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 107 KiB/s rd, 7.7 KiB/s wr, 144 op/s 2024-07-27T19:02:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:10 smithi029 ceph-mon[96870]: osdmap e1163: 8 total, 8 up, 8 in 2024-07-27T19:02:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:10 smithi029 ceph-mon[99353]: pgmap v2106: 169 pgs: 11 creating+peering, 158 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 107 KiB/s rd, 7.7 KiB/s wr, 144 op/s 2024-07-27T19:02:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:10 smithi029 ceph-mon[99353]: osdmap e1163: 8 total, 8 up, 8 in 2024-07-27T19:02:11.001 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:11.099 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.AbortAfterFailedPrepare (138 ms) 2024-07-27T19:02:11.100 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.AbortAfterExecute 2024-07-27T19:02:11.127 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:11.137 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:10 smithi179 ceph-mon[89801]: pgmap v2106: 169 pgs: 11 creating+peering, 158 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 107 KiB/s rd, 7.7 KiB/s wr, 144 op/s 2024-07-27T19:02:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:10 smithi179 ceph-mon[89801]: osdmap e1163: 8 total, 8 up, 8 in 2024-07-27T19:02:11.281 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:11.355 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:02:11.451 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.AbortAfterExecute (353 ms) 2024-07-27T19:02:11.451 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.OtherPoolAbortAfterExecute 2024-07-27T19:02:11.484 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:11.495 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:11.624 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:11.696 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:02:11.798 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.OtherPoolAbortAfterExecute (346 ms) 2024-07-27T19:02:11.798 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.OtherNamespaceAbortAfterExecute 2024-07-27T19:02:11.828 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:11.841 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:11.974 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:12.045 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:02:12.156 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.OtherNamespaceAbortAfterExecute (359 ms) 2024-07-27T19:02:12.156 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.MirroringSamePool 2024-07-27T19:02:12.184 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:12.195 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_Migration.cc:635: Skipped 2024-07-27T19:02:12.195 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:02:12.202 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMigration.MirroringSamePool (45 ms) 2024-07-27T19:02:12.202 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.MirroringAbort 2024-07-27T19:02:12.231 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:12.241 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_Migration.cc:653: Skipped 2024-07-27T19:02:12.242 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:02:12.248 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMigration.MirroringAbort (45 ms) 2024-07-27T19:02:12.248 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.MirroringOtherPoolDisabled 2024-07-27T19:02:12.277 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:12.288 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_Migration.cc:676: Skipped 2024-07-27T19:02:12.288 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:02:12.295 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMigration.MirroringOtherPoolDisabled (47 ms) 2024-07-27T19:02:12.295 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.MirroringOtherPoolEnabled 2024-07-27T19:02:12.325 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:12.336 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_Migration.cc:694: Skipped 2024-07-27T19:02:12.336 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:02:12.342 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMigration.MirroringOtherPoolEnabled (48 ms) 2024-07-27T19:02:12.342 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.MirroringPool 2024-07-27T19:02:12.372 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:12.382 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_Migration.cc:714: Skipped 2024-07-27T19:02:12.382 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:02:12.388 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMigration.MirroringPool (46 ms) 2024-07-27T19:02:12.388 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.Group 2024-07-27T19:02:12.420 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:12.437 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:12.577 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:12.649 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:12.737 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.Group (348 ms) 2024-07-27T19:02:12.737 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.GroupAbort 2024-07-27T19:02:12.738 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:02:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:02:12] "GET /metrics HTTP/1.1" 200 38789 "" "Prometheus/2.43.0" 2024-07-27T19:02:12.766 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:12.785 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:12.927 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:02:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:12 smithi029 ceph-mon[96870]: pgmap v2108: 169 pgs: 169 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 318 KiB/s rd, 21 KiB/s wr, 407 op/s 2024-07-27T19:02:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:12 smithi029 ceph-mon[99353]: pgmap v2108: 169 pgs: 169 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 318 KiB/s rd, 21 KiB/s wr, 407 op/s 2024-07-27T19:02:13.038 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.GroupAbort (302 ms) 2024-07-27T19:02:13.038 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.NoSnaps 2024-07-27T19:02:13.065 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:13.075 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:13.145 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:02:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:12 smithi179 ceph-mon[89801]: pgmap v2108: 169 pgs: 169 active+clean; 4.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 318 KiB/s rd, 21 KiB/s wr, 407 op/s 2024-07-27T19:02:13.186 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:13.378 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:13.504 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:13.630 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.NoSnaps (591 ms) 2024-07-27T19:02:13.630 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.NoSnapsOtherPool 2024-07-27T19:02:13.659 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:13.669 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:13.725 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:02:13.773 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:13.780 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:02:13.836 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:14.001 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:14.110 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:14.225 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.NoSnapsOtherPool (595 ms) 2024-07-27T19:02:14.225 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.NoSnapsDataPool 2024-07-27T19:02:14.255 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:14.265 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:14.321 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:02:14.369 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:14.547 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:14.670 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:14.789 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.NoSnapsDataPool (564 ms) 2024-07-27T19:02:14.789 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.NoSnapsShrinkAfterPrepare 2024-07-27T19:02:14.818 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:14.828 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:14.886 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:02:14.938 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:14 smithi029 ceph-mon[96870]: pgmap v2109: 169 pgs: 169 active+clean; 8.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 782 KiB/s rd, 733 KiB/s wr, 999 op/s 2024-07-27T19:02:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:14 smithi029 ceph-mon[99353]: pgmap v2109: 169 pgs: 169 active+clean; 8.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 782 KiB/s rd, 733 KiB/s wr, 999 op/s 2024-07-27T19:02:15.127 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 41943040 2024-07-27T19:02:15.134 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:14 smithi179 ceph-mon[89801]: pgmap v2109: 169 pgs: 169 active+clean; 8.6 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 782 KiB/s rd, 733 KiB/s wr, 999 op/s 2024-07-27T19:02:15.245 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:15.358 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.NoSnapsShrinkAfterPrepare (570 ms) 2024-07-27T19:02:15.358 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.NoSnapsShrinkToZeroBeforePrepare 2024-07-27T19:02:15.387 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:15.396 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:15.451 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:02:15.509 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 0 2024-07-27T19:02:15.522 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:15.626 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:15.693 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:15.738 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.NoSnapsShrinkToZeroBeforePrepare (379 ms) 2024-07-27T19:02:15.738 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.NoSnapsShrinkToZeroAfterPrepare 2024-07-27T19:02:15.769 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:15.779 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:15.824 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:02:15.869 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:16.058 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 0 2024-07-27T19:02:16.070 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:16.137 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:16.193 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.NoSnapsShrinkToZeroAfterPrepare (456 ms) 2024-07-27T19:02:16.194 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.NoSnapsExpandAfterPrepare 2024-07-27T19:02:16.223 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:16.233 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:16.295 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:02:16.351 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:16.546 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:02:16.553 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:16.665 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:16.802 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.NoSnapsExpandAfterPrepare (609 ms) 2024-07-27T19:02:16.803 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.NoSnapsSnapAfterPrepare 2024-07-27T19:02:16.838 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:16.848 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:16.908 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:02:16.966 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:16 smithi029 ceph-mon[96870]: pgmap v2110: 169 pgs: 169 active+clean; 25 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 MiB/s rd, 4.9 MiB/s wr, 1.26k op/s 2024-07-27T19:02:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:16 smithi029 ceph-mon[99353]: pgmap v2110: 169 pgs: 169 active+clean; 25 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 MiB/s rd, 4.9 MiB/s wr, 1.26k op/s 2024-07-27T19:02:17.152 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: after_prepare_snap 2024-07-27T19:02:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:16 smithi179 ceph-mon[89801]: pgmap v2110: 169 pgs: 169 active+clean; 25 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 MiB/s rd, 4.9 MiB/s wr, 1.26k op/s 2024-07-27T19:02:18.481 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 41943040 2024-07-27T19:02:18.509 INFO:tasks.workunit.client.0.smithi029.stdout:write: * 0~1000 2024-07-27T19:02:18.515 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:18.633 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:18.799 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.NoSnapsSnapAfterPrepare (1996 ms) 2024-07-27T19:02:18.799 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.Snaps 2024-07-27T19:02:18.830 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:18.840 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:18.890 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:02:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:18 smithi179 ceph-mon[89801]: pgmap v2111: 169 pgs: 169 active+clean; 93 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 28 MiB/s rd, 23 MiB/s wr, 1.70k op/s 2024-07-27T19:02:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:18 smithi179 ceph-mon[89801]: osdmap e1164: 8 total, 8 up, 8 in 2024-07-27T19:02:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:18 smithi179 ceph-mon[89801]: osdmap e1165: 8 total, 8 up, 8 in 2024-07-27T19:02:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:18 smithi029 ceph-mon[96870]: pgmap v2111: 169 pgs: 169 active+clean; 93 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 28 MiB/s rd, 23 MiB/s wr, 1.70k op/s 2024-07-27T19:02:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:18 smithi029 ceph-mon[96870]: osdmap e1164: 8 total, 8 up, 8 in 2024-07-27T19:02:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:18 smithi029 ceph-mon[96870]: osdmap e1165: 8 total, 8 up, 8 in 2024-07-27T19:02:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:18 smithi029 ceph-mon[99353]: pgmap v2111: 169 pgs: 169 active+clean; 93 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 28 MiB/s rd, 23 MiB/s wr, 1.70k op/s 2024-07-27T19:02:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:18 smithi029 ceph-mon[99353]: osdmap e1164: 8 total, 8 up, 8 in 2024-07-27T19:02:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:18 smithi029 ceph-mon[99353]: osdmap e1165: 8 total, 8 up, 8 in 2024-07-27T19:02:20.785 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 8388609~8388609 2024-07-27T19:02:20.799 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~1000 2024-07-27T19:02:20.800 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 1010~1000 2024-07-27T19:02:20.800 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:02:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:20 smithi179 ceph-mon[89801]: pgmap v2114: 169 pgs: 169 active+clean; 185 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 58 MiB/s rd, 45 MiB/s wr, 1.95k op/s 2024-07-27T19:02:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:20 smithi179 ceph-mon[89801]: osdmap e1166: 8 total, 8 up, 8 in 2024-07-27T19:02:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:20 smithi029 ceph-mon[96870]: pgmap v2114: 169 pgs: 169 active+clean; 185 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 58 MiB/s rd, 45 MiB/s wr, 1.95k op/s 2024-07-27T19:02:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:20 smithi029 ceph-mon[96870]: osdmap e1166: 8 total, 8 up, 8 in 2024-07-27T19:02:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:20 smithi029 ceph-mon[99353]: pgmap v2114: 169 pgs: 169 active+clean; 185 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 58 MiB/s rd, 45 MiB/s wr, 1.95k op/s 2024-07-27T19:02:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:20 smithi029 ceph-mon[99353]: osdmap e1166: 8 total, 8 up, 8 in 2024-07-27T19:02:22.064 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:21 smithi179 ceph-mon[89801]: osdmap e1167: 8 total, 8 up, 8 in 2024-07-27T19:02:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:21 smithi029 ceph-mon[96870]: osdmap e1167: 8 total, 8 up, 8 in 2024-07-27T19:02:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:21 smithi029 ceph-mon[99353]: osdmap e1167: 8 total, 8 up, 8 in 2024-07-27T19:02:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:02:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:02:22] "GET /metrics HTTP/1.1" 200 38789 "" "Prometheus/2.43.0" 2024-07-27T19:02:22.801 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 8388609~1000 2024-07-27T19:02:22.808 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 16777228~1000 2024-07-27T19:02:22.808 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:02:22.818 INFO:tasks.workunit.client.0.smithi029.stdout:write: 2 83886079~8388609 2024-07-27T19:02:22.837 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:02:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:22 smithi179 ceph-mon[89801]: pgmap v2117: 169 pgs: 169 active+clean; 205 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 70 MiB/s rd, 48 MiB/s wr, 827 op/s 2024-07-27T19:02:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:22 smithi179 ceph-mon[89801]: osdmap e1168: 8 total, 8 up, 8 in 2024-07-27T19:02:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:22 smithi029 ceph-mon[99353]: pgmap v2117: 169 pgs: 169 active+clean; 205 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 70 MiB/s rd, 48 MiB/s wr, 827 op/s 2024-07-27T19:02:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:22 smithi029 ceph-mon[99353]: osdmap e1168: 8 total, 8 up, 8 in 2024-07-27T19:02:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:22 smithi029 ceph-mon[96870]: pgmap v2117: 169 pgs: 169 active+clean; 205 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 70 MiB/s rd, 48 MiB/s wr, 827 op/s 2024-07-27T19:02:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:22 smithi029 ceph-mon[96870]: osdmap e1168: 8 total, 8 up, 8 in 2024-07-27T19:02:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:23 smithi179 ceph-mon[89801]: osdmap e1169: 8 total, 8 up, 8 in 2024-07-27T19:02:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:02:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:23 smithi029 ceph-mon[96870]: osdmap e1169: 8 total, 8 up, 8 in 2024-07-27T19:02:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:02:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:23 smithi029 ceph-mon[99353]: osdmap e1169: 8 total, 8 up, 8 in 2024-07-27T19:02:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:02:24.809 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:24.837 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 83886079~1 2024-07-27T19:02:24.846 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:24 smithi179 ceph-mon[89801]: pgmap v2120: 169 pgs: 169 active+clean; 233 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 22 MiB/s rd, 15 MiB/s wr, 455 op/s 2024-07-27T19:02:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:24 smithi179 ceph-mon[89801]: osdmap e1170: 8 total, 8 up, 8 in 2024-07-27T19:02:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:24 smithi029 ceph-mon[99353]: pgmap v2120: 169 pgs: 169 active+clean; 233 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 22 MiB/s rd, 15 MiB/s wr, 455 op/s 2024-07-27T19:02:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:24 smithi029 ceph-mon[99353]: osdmap e1170: 8 total, 8 up, 8 in 2024-07-27T19:02:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:24 smithi029 ceph-mon[96870]: pgmap v2120: 169 pgs: 169 active+clean; 233 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 22 MiB/s rd, 15 MiB/s wr, 455 op/s 2024-07-27T19:02:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:24 smithi029 ceph-mon[96870]: osdmap e1170: 8 total, 8 up, 8 in 2024-07-27T19:02:26.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:25 smithi179 ceph-mon[89801]: osdmap e1171: 8 total, 8 up, 8 in 2024-07-27T19:02:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:25 smithi029 ceph-mon[96870]: osdmap e1171: 8 total, 8 up, 8 in 2024-07-27T19:02:26.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:25 smithi029 ceph-mon[99353]: osdmap e1171: 8 total, 8 up, 8 in 2024-07-27T19:02:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:26 smithi179 ceph-mon[89801]: pgmap v2123: 169 pgs: 169 active+clean; 245 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 11 MiB/s wr, 331 op/s 2024-07-27T19:02:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:26 smithi179 ceph-mon[89801]: osdmap e1172: 8 total, 8 up, 8 in 2024-07-27T19:02:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:26 smithi029 ceph-mon[96870]: pgmap v2123: 169 pgs: 169 active+clean; 245 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 11 MiB/s wr, 331 op/s 2024-07-27T19:02:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:26 smithi029 ceph-mon[96870]: osdmap e1172: 8 total, 8 up, 8 in 2024-07-27T19:02:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:26 smithi029 ceph-mon[99353]: pgmap v2123: 169 pgs: 169 active+clean; 245 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 11 MiB/s wr, 331 op/s 2024-07-27T19:02:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:26 smithi029 ceph-mon[99353]: osdmap e1172: 8 total, 8 up, 8 in 2024-07-27T19:02:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:27 smithi179 ceph-mon[89801]: osdmap e1173: 8 total, 8 up, 8 in 2024-07-27T19:02:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:27 smithi029 ceph-mon[96870]: osdmap e1173: 8 total, 8 up, 8 in 2024-07-27T19:02:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:27 smithi029 ceph-mon[99353]: osdmap e1173: 8 total, 8 up, 8 in 2024-07-27T19:02:28.264 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:28.416 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:28 smithi179 ceph-mon[89801]: pgmap v2126: 169 pgs: 169 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 53 KiB/s rd, 4.0 MiB/s wr, 81 op/s 2024-07-27T19:02:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:28 smithi179 ceph-mon[89801]: osdmap e1174: 8 total, 8 up, 8 in 2024-07-27T19:02:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:28 smithi029 ceph-mon[99353]: pgmap v2126: 169 pgs: 169 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 53 KiB/s rd, 4.0 MiB/s wr, 81 op/s 2024-07-27T19:02:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:28 smithi029 ceph-mon[99353]: osdmap e1174: 8 total, 8 up, 8 in 2024-07-27T19:02:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:28 smithi029 ceph-mon[96870]: pgmap v2126: 169 pgs: 169 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 53 KiB/s rd, 4.0 MiB/s wr, 81 op/s 2024-07-27T19:02:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:28 smithi029 ceph-mon[96870]: osdmap e1174: 8 total, 8 up, 8 in 2024-07-27T19:02:30.152 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:29 smithi029 ceph-mon[96870]: osdmap e1175: 8 total, 8 up, 8 in 2024-07-27T19:02:30.152 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:29 smithi029 ceph-mon[96870]: pgmap v2129: 169 pgs: 169 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 17 MiB/s rd, 3.0 MiB/s wr, 247 op/s 2024-07-27T19:02:30.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:29 smithi029 ceph-mon[99353]: osdmap e1175: 8 total, 8 up, 8 in 2024-07-27T19:02:30.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:29 smithi029 ceph-mon[99353]: pgmap v2129: 169 pgs: 169 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 17 MiB/s rd, 3.0 MiB/s wr, 247 op/s 2024-07-27T19:02:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:29 smithi179 ceph-mon[89801]: osdmap e1175: 8 total, 8 up, 8 in 2024-07-27T19:02:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:29 smithi179 ceph-mon[89801]: pgmap v2129: 169 pgs: 169 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 17 MiB/s rd, 3.0 MiB/s wr, 247 op/s 2024-07-27T19:02:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:30 smithi179 ceph-mon[89801]: osdmap e1176: 8 total, 8 up, 8 in 2024-07-27T19:02:31.164 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.Snaps (12364 ms) 2024-07-27T19:02:31.164 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.SnapsOtherPool 2024-07-27T19:02:31.194 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:31.208 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:30 smithi029 ceph-mon[96870]: osdmap e1176: 8 total, 8 up, 8 in 2024-07-27T19:02:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:30 smithi029 ceph-mon[99353]: osdmap e1176: 8 total, 8 up, 8 in 2024-07-27T19:02:31.277 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:02:32.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:31 smithi179 ceph-mon[89801]: osdmap e1177: 8 total, 8 up, 8 in 2024-07-27T19:02:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:31 smithi179 ceph-mon[89801]: pgmap v2132: 169 pgs: 169 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 29 MiB/s rd, 3.0 MiB/s wr, 237 op/s 2024-07-27T19:02:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:31 smithi029 ceph-mon[96870]: osdmap e1177: 8 total, 8 up, 8 in 2024-07-27T19:02:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:31 smithi029 ceph-mon[96870]: pgmap v2132: 169 pgs: 169 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 29 MiB/s rd, 3.0 MiB/s wr, 237 op/s 2024-07-27T19:02:32.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:31 smithi029 ceph-mon[99353]: osdmap e1177: 8 total, 8 up, 8 in 2024-07-27T19:02:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:31 smithi029 ceph-mon[99353]: pgmap v2132: 169 pgs: 169 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 29 MiB/s rd, 3.0 MiB/s wr, 237 op/s 2024-07-27T19:02:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:02:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:02:32] "GET /metrics HTTP/1.1" 200 38895 "" "Prometheus/2.43.0" 2024-07-27T19:02:32.860 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 8388609~8388609 2024-07-27T19:02:32.876 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~1000 2024-07-27T19:02:32.876 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 1010~1000 2024-07-27T19:02:32.876 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:02:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:32 smithi179 ceph-mon[89801]: osdmap e1178: 8 total, 8 up, 8 in 2024-07-27T19:02:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:32 smithi029 ceph-mon[96870]: osdmap e1178: 8 total, 8 up, 8 in 2024-07-27T19:02:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:32 smithi029 ceph-mon[99353]: osdmap e1178: 8 total, 8 up, 8 in 2024-07-27T19:02:34.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:33 smithi179 ceph-mon[89801]: osdmap e1179: 8 total, 8 up, 8 in 2024-07-27T19:02:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:33 smithi179 ceph-mon[89801]: pgmap v2135: 169 pgs: 169 active+clean; 265 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 43 MiB/s rd, 7.0 MiB/s wr, 340 op/s 2024-07-27T19:02:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:33 smithi029 ceph-mon[96870]: osdmap e1179: 8 total, 8 up, 8 in 2024-07-27T19:02:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:33 smithi029 ceph-mon[96870]: pgmap v2135: 169 pgs: 169 active+clean; 265 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 43 MiB/s rd, 7.0 MiB/s wr, 340 op/s 2024-07-27T19:02:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:33 smithi029 ceph-mon[99353]: osdmap e1179: 8 total, 8 up, 8 in 2024-07-27T19:02:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:33 smithi029 ceph-mon[99353]: pgmap v2135: 169 pgs: 169 active+clean; 265 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 43 MiB/s rd, 7.0 MiB/s wr, 340 op/s 2024-07-27T19:02:34.869 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 8388609~1000 2024-07-27T19:02:34.876 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 16777228~1000 2024-07-27T19:02:34.876 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:02:34.886 INFO:tasks.workunit.client.0.smithi029.stdout:write: 2 83886079~8388609 2024-07-27T19:02:34.906 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:02:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:34 smithi179 ceph-mon[89801]: osdmap e1180: 8 total, 8 up, 8 in 2024-07-27T19:02:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:34 smithi029 ceph-mon[96870]: osdmap e1180: 8 total, 8 up, 8 in 2024-07-27T19:02:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:34 smithi029 ceph-mon[99353]: osdmap e1180: 8 total, 8 up, 8 in 2024-07-27T19:02:36.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:35 smithi179 ceph-mon[89801]: osdmap e1181: 8 total, 8 up, 8 in 2024-07-27T19:02:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:35 smithi179 ceph-mon[89801]: pgmap v2138: 169 pgs: 169 active+clean; 269 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 41 MiB/s rd, 7.0 MiB/s wr, 345 op/s 2024-07-27T19:02:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:35 smithi029 ceph-mon[96870]: osdmap e1181: 8 total, 8 up, 8 in 2024-07-27T19:02:36.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:35 smithi029 ceph-mon[96870]: pgmap v2138: 169 pgs: 169 active+clean; 269 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 41 MiB/s rd, 7.0 MiB/s wr, 345 op/s 2024-07-27T19:02:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:35 smithi029 ceph-mon[99353]: osdmap e1181: 8 total, 8 up, 8 in 2024-07-27T19:02:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:35 smithi029 ceph-mon[99353]: pgmap v2138: 169 pgs: 169 active+clean; 269 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 41 MiB/s rd, 7.0 MiB/s wr, 345 op/s 2024-07-27T19:02:36.885 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:36.911 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 83886079~1 2024-07-27T19:02:36.921 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:36.931 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:02:37.016 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:36 smithi179 ceph-mon[89801]: osdmap e1182: 8 total, 8 up, 8 in 2024-07-27T19:02:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:36 smithi029 ceph-mon[96870]: osdmap e1182: 8 total, 8 up, 8 in 2024-07-27T19:02:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:36 smithi029 ceph-mon[99353]: osdmap e1182: 8 total, 8 up, 8 in 2024-07-27T19:02:38.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:37 smithi179 ceph-mon[89801]: osdmap e1183: 8 total, 8 up, 8 in 2024-07-27T19:02:38.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:37 smithi179 ceph-mon[89801]: pgmap v2141: 169 pgs: 169 active+clean; 317 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 11 MiB/s wr, 110 op/s 2024-07-27T19:02:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:37 smithi029 ceph-mon[96870]: osdmap e1183: 8 total, 8 up, 8 in 2024-07-27T19:02:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:37 smithi029 ceph-mon[96870]: pgmap v2141: 169 pgs: 169 active+clean; 317 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 11 MiB/s wr, 110 op/s 2024-07-27T19:02:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:37 smithi029 ceph-mon[99353]: osdmap e1183: 8 total, 8 up, 8 in 2024-07-27T19:02:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:37 smithi029 ceph-mon[99353]: pgmap v2141: 169 pgs: 169 active+clean; 317 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 11 MiB/s wr, 110 op/s 2024-07-27T19:02:39.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:38 smithi179 ceph-mon[89801]: osdmap e1184: 8 total, 8 up, 8 in 2024-07-27T19:02:39.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:38 smithi179 ceph-mon[89801]: osdmap e1185: 8 total, 8 up, 8 in 2024-07-27T19:02:39.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:02:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:38 smithi029 ceph-mon[96870]: osdmap e1184: 8 total, 8 up, 8 in 2024-07-27T19:02:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:38 smithi029 ceph-mon[96870]: osdmap e1185: 8 total, 8 up, 8 in 2024-07-27T19:02:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:02:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:38 smithi029 ceph-mon[99353]: osdmap e1184: 8 total, 8 up, 8 in 2024-07-27T19:02:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:38 smithi029 ceph-mon[99353]: osdmap e1185: 8 total, 8 up, 8 in 2024-07-27T19:02:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:02:39.961 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:40.154 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:40 smithi029 ceph-mon[96870]: pgmap v2144: 169 pgs: 169 active+clean; 333 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 138 KiB/s rd, 14 MiB/s wr, 204 op/s 2024-07-27T19:02:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:40 smithi029 ceph-mon[96870]: osdmap e1186: 8 total, 8 up, 8 in 2024-07-27T19:02:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:40 smithi029 ceph-mon[99353]: pgmap v2144: 169 pgs: 169 active+clean; 333 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 138 KiB/s rd, 14 MiB/s wr, 204 op/s 2024-07-27T19:02:40.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:40 smithi029 ceph-mon[99353]: osdmap e1186: 8 total, 8 up, 8 in 2024-07-27T19:02:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:40 smithi179 ceph-mon[89801]: pgmap v2144: 169 pgs: 169 active+clean; 333 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 138 KiB/s rd, 14 MiB/s wr, 204 op/s 2024-07-27T19:02:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:40 smithi179 ceph-mon[89801]: osdmap e1186: 8 total, 8 up, 8 in 2024-07-27T19:02:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:41 smithi179 ceph-mon[89801]: osdmap e1187: 8 total, 8 up, 8 in 2024-07-27T19:02:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:41 smithi179 ceph-mon[89801]: pgmap v2147: 169 pgs: 169 active+clean; 341 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.0 MiB/s wr, 155 op/s 2024-07-27T19:02:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:41 smithi029 ceph-mon[96870]: osdmap e1187: 8 total, 8 up, 8 in 2024-07-27T19:02:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:41 smithi029 ceph-mon[96870]: pgmap v2147: 169 pgs: 169 active+clean; 341 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.0 MiB/s wr, 155 op/s 2024-07-27T19:02:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:41 smithi029 ceph-mon[99353]: osdmap e1187: 8 total, 8 up, 8 in 2024-07-27T19:02:42.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:41 smithi029 ceph-mon[99353]: pgmap v2147: 169 pgs: 169 active+clean; 341 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.0 MiB/s wr, 155 op/s 2024-07-27T19:02:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:02:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:02:42] "GET /metrics HTTP/1.1" 200 38895 "" "Prometheus/2.43.0" 2024-07-27T19:02:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:42 smithi179 ceph-mon[89801]: osdmap e1188: 8 total, 8 up, 8 in 2024-07-27T19:02:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:42 smithi029 ceph-mon[96870]: osdmap e1188: 8 total, 8 up, 8 in 2024-07-27T19:02:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:42 smithi029 ceph-mon[99353]: osdmap e1188: 8 total, 8 up, 8 in 2024-07-27T19:02:43.342 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.SnapsOtherPool (12178 ms) 2024-07-27T19:02:43.342 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.SnapsDataPool 2024-07-27T19:02:43.373 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:43.383 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:43.438 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:02:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:43 smithi179 ceph-mon[89801]: osdmap e1189: 8 total, 8 up, 8 in 2024-07-27T19:02:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:43 smithi179 ceph-mon[89801]: pgmap v2150: 169 pgs: 169 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 47 MiB/s rd, 8.0 MiB/s wr, 252 op/s 2024-07-27T19:02:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:43 smithi029 ceph-mon[96870]: osdmap e1189: 8 total, 8 up, 8 in 2024-07-27T19:02:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:43 smithi029 ceph-mon[96870]: pgmap v2150: 169 pgs: 169 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 47 MiB/s rd, 8.0 MiB/s wr, 252 op/s 2024-07-27T19:02:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:43 smithi029 ceph-mon[99353]: osdmap e1189: 8 total, 8 up, 8 in 2024-07-27T19:02:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:43 smithi029 ceph-mon[99353]: pgmap v2150: 169 pgs: 169 active+clean; 345 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 47 MiB/s rd, 8.0 MiB/s wr, 252 op/s 2024-07-27T19:02:44.907 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 8388609~8388609 2024-07-27T19:02:44.922 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~1000 2024-07-27T19:02:44.922 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 1010~1000 2024-07-27T19:02:44.922 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:02:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:44 smithi179 ceph-mon[89801]: osdmap e1190: 8 total, 8 up, 8 in 2024-07-27T19:02:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:44 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:02:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:44 smithi029 ceph-mon[96870]: osdmap e1190: 8 total, 8 up, 8 in 2024-07-27T19:02:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:44 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:02:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:44 smithi029 ceph-mon[99353]: osdmap e1190: 8 total, 8 up, 8 in 2024-07-27T19:02:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:44 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:02:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:45 smithi179 ceph-mon[89801]: osdmap e1191: 8 total, 8 up, 8 in 2024-07-27T19:02:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:02:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:02:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:45 smithi179 ceph-mon[89801]: pgmap v2153: 169 pgs: 169 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 48 MiB/s rd, 10 MiB/s wr, 402 op/s 2024-07-27T19:02:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:02:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:02:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:02:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[96870]: osdmap e1191: 8 total, 8 up, 8 in 2024-07-27T19:02:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:02:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:02:46.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[96870]: pgmap v2153: 169 pgs: 169 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 48 MiB/s rd, 10 MiB/s wr, 402 op/s 2024-07-27T19:02:46.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:02:46.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:02:46.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:02:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[99353]: osdmap e1191: 8 total, 8 up, 8 in 2024-07-27T19:02:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:02:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:02:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[99353]: pgmap v2153: 169 pgs: 169 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 48 MiB/s rd, 10 MiB/s wr, 402 op/s 2024-07-27T19:02:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:02:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:02:46.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:02:46.924 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 8388609~1000 2024-07-27T19:02:46.933 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 16777228~1000 2024-07-27T19:02:46.934 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:02:46.944 INFO:tasks.workunit.client.0.smithi029.stdout:write: 2 83886079~8388609 2024-07-27T19:02:46.964 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:02:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:46 smithi029 ceph-mon[96870]: osdmap e1192: 8 total, 8 up, 8 in 2024-07-27T19:02:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:46 smithi029 ceph-mon[99353]: osdmap e1192: 8 total, 8 up, 8 in 2024-07-27T19:02:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:46 smithi179 ceph-mon[89801]: osdmap e1192: 8 total, 8 up, 8 in 2024-07-27T19:02:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:47 smithi029 ceph-mon[96870]: osdmap e1193: 8 total, 8 up, 8 in 2024-07-27T19:02:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:47 smithi029 ceph-mon[96870]: pgmap v2156: 169 pgs: 169 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 32 MiB/s rd, 9.0 MiB/s wr, 266 op/s 2024-07-27T19:02:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:47 smithi029 ceph-mon[99353]: osdmap e1193: 8 total, 8 up, 8 in 2024-07-27T19:02:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:47 smithi029 ceph-mon[99353]: pgmap v2156: 169 pgs: 169 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 32 MiB/s rd, 9.0 MiB/s wr, 266 op/s 2024-07-27T19:02:48.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:47 smithi179 ceph-mon[89801]: osdmap e1193: 8 total, 8 up, 8 in 2024-07-27T19:02:48.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:47 smithi179 ceph-mon[89801]: pgmap v2156: 169 pgs: 169 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 32 MiB/s rd, 9.0 MiB/s wr, 266 op/s 2024-07-27T19:02:48.488 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:48.514 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 83886079~1 2024-07-27T19:02:48.523 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:02:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:48 smithi029 ceph-mon[96870]: osdmap e1194: 8 total, 8 up, 8 in 2024-07-27T19:02:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:48 smithi029 ceph-mon[96870]: osdmap e1195: 8 total, 8 up, 8 in 2024-07-27T19:02:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:48 smithi029 ceph-mon[99353]: osdmap e1194: 8 total, 8 up, 8 in 2024-07-27T19:02:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:48 smithi029 ceph-mon[99353]: osdmap e1195: 8 total, 8 up, 8 in 2024-07-27T19:02:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:48 smithi179 ceph-mon[89801]: osdmap e1194: 8 total, 8 up, 8 in 2024-07-27T19:02:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:48 smithi179 ceph-mon[89801]: osdmap e1195: 8 total, 8 up, 8 in 2024-07-27T19:02:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:50 smithi029 ceph-mon[96870]: pgmap v2159: 169 pgs: 169 active+clean; 397 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 23 MiB/s rd, 12 MiB/s wr, 199 op/s 2024-07-27T19:02:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:50 smithi029 ceph-mon[96870]: osdmap e1196: 8 total, 8 up, 8 in 2024-07-27T19:02:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:50 smithi029 ceph-mon[99353]: pgmap v2159: 169 pgs: 169 active+clean; 397 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 23 MiB/s rd, 12 MiB/s wr, 199 op/s 2024-07-27T19:02:50.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:50 smithi029 ceph-mon[99353]: osdmap e1196: 8 total, 8 up, 8 in 2024-07-27T19:02:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:50 smithi179 ceph-mon[89801]: pgmap v2159: 169 pgs: 169 active+clean; 397 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 23 MiB/s rd, 12 MiB/s wr, 199 op/s 2024-07-27T19:02:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:50 smithi179 ceph-mon[89801]: osdmap e1196: 8 total, 8 up, 8 in 2024-07-27T19:02:51.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:51 smithi029 ceph-mon[96870]: osdmap e1197: 8 total, 8 up, 8 in 2024-07-27T19:02:51.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:51 smithi029 ceph-mon[99353]: osdmap e1197: 8 total, 8 up, 8 in 2024-07-27T19:02:51.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:51 smithi179 ceph-mon[89801]: osdmap e1197: 8 total, 8 up, 8 in 2024-07-27T19:02:51.964 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:02:52.114 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:02:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:52 smithi029 ceph-mon[96870]: pgmap v2162: 169 pgs: 169 active+clean; 397 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.1 MiB/s rd, 7.0 MiB/s wr, 135 op/s 2024-07-27T19:02:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:52 smithi029 ceph-mon[96870]: osdmap e1198: 8 total, 8 up, 8 in 2024-07-27T19:02:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:52 smithi029 ceph-mon[99353]: pgmap v2162: 169 pgs: 169 active+clean; 397 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.1 MiB/s rd, 7.0 MiB/s wr, 135 op/s 2024-07-27T19:02:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:52 smithi029 ceph-mon[99353]: osdmap e1198: 8 total, 8 up, 8 in 2024-07-27T19:02:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:02:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:02:52] "GET /metrics HTTP/1.1" 200 38895 "" "Prometheus/2.43.0" 2024-07-27T19:02:52.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:52 smithi179 ceph-mon[89801]: pgmap v2162: 169 pgs: 169 active+clean; 397 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.1 MiB/s rd, 7.0 MiB/s wr, 135 op/s 2024-07-27T19:02:52.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:52 smithi179 ceph-mon[89801]: osdmap e1198: 8 total, 8 up, 8 in 2024-07-27T19:02:53.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:53 smithi029 ceph-mon[96870]: osdmap e1199: 8 total, 8 up, 8 in 2024-07-27T19:02:53.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:53 smithi029 ceph-mon[99353]: osdmap e1199: 8 total, 8 up, 8 in 2024-07-27T19:02:53.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:53 smithi179 ceph-mon[89801]: osdmap e1199: 8 total, 8 up, 8 in 2024-07-27T19:02:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:54 smithi029 ceph-mon[96870]: pgmap v2165: 169 pgs: 169 active+clean; 409 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 16 MiB/s rd, 3.0 MiB/s wr, 112 op/s 2024-07-27T19:02:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:54 smithi029 ceph-mon[96870]: osdmap e1200: 8 total, 8 up, 8 in 2024-07-27T19:02:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:02:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:54 smithi029 ceph-mon[99353]: pgmap v2165: 169 pgs: 169 active+clean; 409 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 16 MiB/s rd, 3.0 MiB/s wr, 112 op/s 2024-07-27T19:02:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:54 smithi029 ceph-mon[99353]: osdmap e1200: 8 total, 8 up, 8 in 2024-07-27T19:02:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:02:54.883 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.SnapsDataPool (11541 ms) 2024-07-27T19:02:54.883 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.SnapsShrinkAfterPrepare 2024-07-27T19:02:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:54 smithi179 ceph-mon[89801]: pgmap v2165: 169 pgs: 169 active+clean; 409 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 16 MiB/s rd, 3.0 MiB/s wr, 112 op/s 2024-07-27T19:02:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:54 smithi179 ceph-mon[89801]: osdmap e1200: 8 total, 8 up, 8 in 2024-07-27T19:02:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:02:54.916 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:02:54.927 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:02:54.987 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:02:55.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:55 smithi179 ceph-mon[89801]: osdmap e1201: 8 total, 8 up, 8 in 2024-07-27T19:02:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:55 smithi029 ceph-mon[96870]: osdmap e1201: 8 total, 8 up, 8 in 2024-07-27T19:02:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:55 smithi029 ceph-mon[99353]: osdmap e1201: 8 total, 8 up, 8 in 2024-07-27T19:02:56.528 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 8388609~8388609 2024-07-27T19:02:56.548 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~1000 2024-07-27T19:02:56.548 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 1010~1000 2024-07-27T19:02:56.548 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:02:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:56 smithi179 ceph-mon[89801]: pgmap v2168: 169 pgs: 169 active+clean; 409 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 25 MiB/s rd, 5.0 MiB/s wr, 282 op/s 2024-07-27T19:02:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:56 smithi179 ceph-mon[89801]: osdmap e1202: 8 total, 8 up, 8 in 2024-07-27T19:02:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:56 smithi029 ceph-mon[96870]: pgmap v2168: 169 pgs: 169 active+clean; 409 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 25 MiB/s rd, 5.0 MiB/s wr, 282 op/s 2024-07-27T19:02:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:56 smithi029 ceph-mon[96870]: osdmap e1202: 8 total, 8 up, 8 in 2024-07-27T19:02:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:56 smithi029 ceph-mon[99353]: pgmap v2168: 169 pgs: 169 active+clean; 409 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 25 MiB/s rd, 5.0 MiB/s wr, 282 op/s 2024-07-27T19:02:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:56 smithi029 ceph-mon[99353]: osdmap e1202: 8 total, 8 up, 8 in 2024-07-27T19:02:57.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:57 smithi179 ceph-mon[89801]: osdmap e1203: 8 total, 8 up, 8 in 2024-07-27T19:02:58.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:57 smithi029 ceph-mon[99353]: osdmap e1203: 8 total, 8 up, 8 in 2024-07-27T19:02:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:57 smithi029 ceph-mon[96870]: osdmap e1203: 8 total, 8 up, 8 in 2024-07-27T19:02:58.488 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 8388609~1000 2024-07-27T19:02:58.494 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 16777228~1000 2024-07-27T19:02:58.495 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:02:58.505 INFO:tasks.workunit.client.0.smithi029.stdout:write: 2 83886079~8388609 2024-07-27T19:02:58.522 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:02:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:58 smithi179 ceph-mon[89801]: pgmap v2171: 169 pgs: 169 active+clean; 421 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 34 MiB/s rd, 7.0 MiB/s wr, 406 op/s 2024-07-27T19:02:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:58 smithi179 ceph-mon[89801]: osdmap e1204: 8 total, 8 up, 8 in 2024-07-27T19:02:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:02:58 smithi179 ceph-mon[89801]: osdmap e1205: 8 total, 8 up, 8 in 2024-07-27T19:02:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:58 smithi029 ceph-mon[96870]: pgmap v2171: 169 pgs: 169 active+clean; 421 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 34 MiB/s rd, 7.0 MiB/s wr, 406 op/s 2024-07-27T19:02:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:58 smithi029 ceph-mon[96870]: osdmap e1204: 8 total, 8 up, 8 in 2024-07-27T19:02:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:02:58 smithi029 ceph-mon[96870]: osdmap e1205: 8 total, 8 up, 8 in 2024-07-27T19:02:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:58 smithi029 ceph-mon[99353]: pgmap v2171: 169 pgs: 169 active+clean; 421 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 34 MiB/s rd, 7.0 MiB/s wr, 406 op/s 2024-07-27T19:02:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:58 smithi029 ceph-mon[99353]: osdmap e1204: 8 total, 8 up, 8 in 2024-07-27T19:02:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:02:58 smithi029 ceph-mon[99353]: osdmap e1205: 8 total, 8 up, 8 in 2024-07-27T19:03:00.560 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:03:00.585 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 83886079~1 2024-07-27T19:03:00.597 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:03:00.803 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:00 smithi029 ceph-mon[99353]: pgmap v2174: 169 pgs: 169 active+clean; 437 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 45 MiB/s rd, 11 MiB/s wr, 294 op/s 2024-07-27T19:03:00.803 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:00 smithi029 ceph-mon[99353]: osdmap e1206: 8 total, 8 up, 8 in 2024-07-27T19:03:00.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:00 smithi029 ceph-mon[96870]: pgmap v2174: 169 pgs: 169 active+clean; 437 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 45 MiB/s rd, 11 MiB/s wr, 294 op/s 2024-07-27T19:03:00.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:00 smithi029 ceph-mon[96870]: osdmap e1206: 8 total, 8 up, 8 in 2024-07-27T19:03:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:00 smithi179 ceph-mon[89801]: pgmap v2174: 169 pgs: 169 active+clean; 437 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 45 MiB/s rd, 11 MiB/s wr, 294 op/s 2024-07-27T19:03:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:00 smithi179 ceph-mon[89801]: osdmap e1206: 8 total, 8 up, 8 in 2024-07-27T19:03:01.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:01 smithi179 ceph-mon[89801]: osdmap e1207: 8 total, 8 up, 8 in 2024-07-27T19:03:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:01 smithi029 ceph-mon[96870]: osdmap e1207: 8 total, 8 up, 8 in 2024-07-27T19:03:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:01 smithi029 ceph-mon[99353]: osdmap e1207: 8 total, 8 up, 8 in 2024-07-27T19:03:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:02 smithi029 ceph-mon[96870]: pgmap v2177: 169 pgs: 169 active+clean; 441 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 20 MiB/s rd, 7.0 MiB/s wr, 114 op/s 2024-07-27T19:03:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:02 smithi029 ceph-mon[96870]: osdmap e1208: 8 total, 8 up, 8 in 2024-07-27T19:03:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:02 smithi029 ceph-mon[99353]: pgmap v2177: 169 pgs: 169 active+clean; 441 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 20 MiB/s rd, 7.0 MiB/s wr, 114 op/s 2024-07-27T19:03:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:02 smithi029 ceph-mon[99353]: osdmap e1208: 8 total, 8 up, 8 in 2024-07-27T19:03:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:03:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:03:02] "GET /metrics HTTP/1.1" 200 38898 "" "Prometheus/2.43.0" 2024-07-27T19:03:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:02 smithi179 ceph-mon[89801]: pgmap v2177: 169 pgs: 169 active+clean; 441 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 20 MiB/s rd, 7.0 MiB/s wr, 114 op/s 2024-07-27T19:03:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:02 smithi179 ceph-mon[89801]: osdmap e1208: 8 total, 8 up, 8 in 2024-07-27T19:03:03.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:03 smithi179 ceph-mon[89801]: osdmap e1209: 8 total, 8 up, 8 in 2024-07-27T19:03:03.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:03 smithi179 ceph-mon[89801]: osdmap e1210: 8 total, 8 up, 8 in 2024-07-27T19:03:03.945 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 41943040 2024-07-27T19:03:03.965 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:03:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:03 smithi029 ceph-mon[96870]: osdmap e1209: 8 total, 8 up, 8 in 2024-07-27T19:03:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:03 smithi029 ceph-mon[96870]: osdmap e1210: 8 total, 8 up, 8 in 2024-07-27T19:03:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:03 smithi029 ceph-mon[99353]: osdmap e1209: 8 total, 8 up, 8 in 2024-07-27T19:03:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:03 smithi029 ceph-mon[99353]: osdmap e1210: 8 total, 8 up, 8 in 2024-07-27T19:03:04.111 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:03:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:04 smithi179 ceph-mon[89801]: pgmap v2180: 169 pgs: 169 active+clean; 453 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 93 KiB/s rd, 2.0 MiB/s wr, 136 op/s 2024-07-27T19:03:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:04 smithi029 ceph-mon[96870]: pgmap v2180: 169 pgs: 169 active+clean; 453 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 93 KiB/s rd, 2.0 MiB/s wr, 136 op/s 2024-07-27T19:03:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:04 smithi029 ceph-mon[99353]: pgmap v2180: 169 pgs: 169 active+clean; 453 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 93 KiB/s rd, 2.0 MiB/s wr, 136 op/s 2024-07-27T19:03:05.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:05 smithi179 ceph-mon[89801]: osdmap e1211: 8 total, 8 up, 8 in 2024-07-27T19:03:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:05 smithi029 ceph-mon[96870]: osdmap e1211: 8 total, 8 up, 8 in 2024-07-27T19:03:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:05 smithi029 ceph-mon[99353]: osdmap e1211: 8 total, 8 up, 8 in 2024-07-27T19:03:06.910 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.SnapsShrinkAfterPrepare (12028 ms) 2024-07-27T19:03:06.911 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.SnapsShrinkToZeroBeforePrepare 2024-07-27T19:03:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:06 smithi179 ceph-mon[89801]: pgmap v2183: 169 pgs: 169 active+clean; 453 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 10 MiB/s rd, 1.0 MiB/s wr, 141 op/s 2024-07-27T19:03:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:06 smithi179 ceph-mon[89801]: osdmap e1212: 8 total, 8 up, 8 in 2024-07-27T19:03:06.943 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:03:06.955 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:03:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:06 smithi029 ceph-mon[96870]: pgmap v2183: 169 pgs: 169 active+clean; 453 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 10 MiB/s rd, 1.0 MiB/s wr, 141 op/s 2024-07-27T19:03:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:06 smithi029 ceph-mon[96870]: osdmap e1212: 8 total, 8 up, 8 in 2024-07-27T19:03:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:06 smithi029 ceph-mon[99353]: pgmap v2183: 169 pgs: 169 active+clean; 453 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 10 MiB/s rd, 1.0 MiB/s wr, 141 op/s 2024-07-27T19:03:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:06 smithi029 ceph-mon[99353]: osdmap e1212: 8 total, 8 up, 8 in 2024-07-27T19:03:07.014 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:03:07.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:07 smithi179 ceph-mon[89801]: osdmap e1213: 8 total, 8 up, 8 in 2024-07-27T19:03:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:07 smithi029 ceph-mon[96870]: osdmap e1213: 8 total, 8 up, 8 in 2024-07-27T19:03:08.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:07 smithi029 ceph-mon[99353]: osdmap e1213: 8 total, 8 up, 8 in 2024-07-27T19:03:08.607 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 8388609~8388609 2024-07-27T19:03:08.620 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~1000 2024-07-27T19:03:08.620 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 1010~1000 2024-07-27T19:03:08.620 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:03:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:08 smithi179 ceph-mon[89801]: pgmap v2186: 169 pgs: 169 active+clean; 469 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 44 MiB/s rd, 6.0 MiB/s wr, 485 op/s 2024-07-27T19:03:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:08 smithi179 ceph-mon[89801]: osdmap e1214: 8 total, 8 up, 8 in 2024-07-27T19:03:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:08 smithi029 ceph-mon[96870]: pgmap v2186: 169 pgs: 169 active+clean; 469 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 44 MiB/s rd, 6.0 MiB/s wr, 485 op/s 2024-07-27T19:03:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:08 smithi029 ceph-mon[96870]: osdmap e1214: 8 total, 8 up, 8 in 2024-07-27T19:03:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:08 smithi029 ceph-mon[99353]: pgmap v2186: 169 pgs: 169 active+clean; 469 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 44 MiB/s rd, 6.0 MiB/s wr, 485 op/s 2024-07-27T19:03:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:08 smithi029 ceph-mon[99353]: osdmap e1214: 8 total, 8 up, 8 in 2024-07-27T19:03:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:09 smithi179 ceph-mon[89801]: osdmap e1215: 8 total, 8 up, 8 in 2024-07-27T19:03:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:03:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.8", "id": [5, 2]}]: dispatch 2024-07-27T19:03:09.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.a", "id": [5, 2]}]: dispatch 2024-07-27T19:03:09.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.8", "id": [5, 2]}]: dispatch 2024-07-27T19:03:09.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.f", "id": [5, 0]}]: dispatch 2024-07-27T19:03:09.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.a", "id": [5, 2]}]: dispatch 2024-07-27T19:03:09.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.f", "id": [5, 0]}]: dispatch 2024-07-27T19:03:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[96870]: osdmap e1215: 8 total, 8 up, 8 in 2024-07-27T19:03:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:03:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.8", "id": [5, 2]}]: dispatch 2024-07-27T19:03:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.a", "id": [5, 2]}]: dispatch 2024-07-27T19:03:10.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.8", "id": [5, 2]}]: dispatch 2024-07-27T19:03:10.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.f", "id": [5, 0]}]: dispatch 2024-07-27T19:03:10.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.a", "id": [5, 2]}]: dispatch 2024-07-27T19:03:10.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.f", "id": [5, 0]}]: dispatch 2024-07-27T19:03:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[99353]: osdmap e1215: 8 total, 8 up, 8 in 2024-07-27T19:03:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:03:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.8", "id": [5, 2]}]: dispatch 2024-07-27T19:03:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.a", "id": [5, 2]}]: dispatch 2024-07-27T19:03:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.8", "id": [5, 2]}]: dispatch 2024-07-27T19:03:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.f", "id": [5, 0]}]: dispatch 2024-07-27T19:03:10.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.a", "id": [5, 2]}]: dispatch 2024-07-27T19:03:10.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.f", "id": [5, 0]}]: dispatch 2024-07-27T19:03:10.625 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 8388609~1000 2024-07-27T19:03:10.631 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 16777228~1000 2024-07-27T19:03:10.631 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:03:10.641 INFO:tasks.workunit.client.0.smithi029.stdout:write: 2 83886079~8388609 2024-07-27T19:03:10.665 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:03:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:10 smithi179 ceph-mon[89801]: pgmap v2189: 169 pgs: 169 active+clean; 469 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 59 MiB/s rd, 10 MiB/s wr, 486 op/s 2024-07-27T19:03:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.8", "id": [5, 2]}]': finished 2024-07-27T19:03:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.a", "id": [5, 2]}]': finished 2024-07-27T19:03:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.f", "id": [5, 0]}]': finished 2024-07-27T19:03:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:10 smithi179 ceph-mon[89801]: osdmap e1216: 8 total, 8 up, 8 in 2024-07-27T19:03:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:10 smithi029 ceph-mon[96870]: pgmap v2189: 169 pgs: 169 active+clean; 469 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 59 MiB/s rd, 10 MiB/s wr, 486 op/s 2024-07-27T19:03:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.8", "id": [5, 2]}]': finished 2024-07-27T19:03:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.a", "id": [5, 2]}]': finished 2024-07-27T19:03:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.f", "id": [5, 0]}]': finished 2024-07-27T19:03:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:10 smithi029 ceph-mon[96870]: osdmap e1216: 8 total, 8 up, 8 in 2024-07-27T19:03:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:10 smithi029 ceph-mon[99353]: pgmap v2189: 169 pgs: 169 active+clean; 469 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 59 MiB/s rd, 10 MiB/s wr, 486 op/s 2024-07-27T19:03:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.8", "id": [5, 2]}]': finished 2024-07-27T19:03:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.a", "id": [5, 2]}]': finished 2024-07-27T19:03:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "85.f", "id": [5, 0]}]': finished 2024-07-27T19:03:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:10 smithi029 ceph-mon[99353]: osdmap e1216: 8 total, 8 up, 8 in 2024-07-27T19:03:11.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:11 smithi179 ceph-mon[89801]: osdmap e1217: 8 total, 8 up, 8 in 2024-07-27T19:03:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:11 smithi029 ceph-mon[96870]: osdmap e1217: 8 total, 8 up, 8 in 2024-07-27T19:03:12.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:11 smithi029 ceph-mon[99353]: osdmap e1217: 8 total, 8 up, 8 in 2024-07-27T19:03:12.610 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:03:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:03:12] "GET /metrics HTTP/1.1" 200 38901 "" "Prometheus/2.43.0" 2024-07-27T19:03:12.636 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:03:12.660 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 83886079~1 2024-07-27T19:03:12.671 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 0 2024-07-27T19:03:12.688 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:03:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:12 smithi179 ceph-mon[89801]: pgmap v2192: 169 pgs: 169 active+clean; 477 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 26 MiB/s rd, 6.0 MiB/s wr, 63 op/s; 3 B/s, 0 objects/s recovering 2024-07-27T19:03:12.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:12 smithi179 ceph-mon[89801]: osdmap e1218: 8 total, 8 up, 8 in 2024-07-27T19:03:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:12 smithi029 ceph-mon[99353]: pgmap v2192: 169 pgs: 169 active+clean; 477 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 26 MiB/s rd, 6.0 MiB/s wr, 63 op/s; 3 B/s, 0 objects/s recovering 2024-07-27T19:03:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:12 smithi029 ceph-mon[99353]: osdmap e1218: 8 total, 8 up, 8 in 2024-07-27T19:03:13.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:12 smithi029 ceph-mon[96870]: pgmap v2192: 169 pgs: 169 active+clean; 477 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 26 MiB/s rd, 6.0 MiB/s wr, 63 op/s; 3 B/s, 0 objects/s recovering 2024-07-27T19:03:13.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:12 smithi029 ceph-mon[96870]: osdmap e1218: 8 total, 8 up, 8 in 2024-07-27T19:03:13.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:13 smithi179 ceph-mon[89801]: osdmap e1219: 8 total, 8 up, 8 in 2024-07-27T19:03:13.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:13 smithi179 ceph-mon[89801]: osdmap e1220: 8 total, 8 up, 8 in 2024-07-27T19:03:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:13 smithi029 ceph-mon[96870]: osdmap e1219: 8 total, 8 up, 8 in 2024-07-27T19:03:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:13 smithi029 ceph-mon[96870]: osdmap e1220: 8 total, 8 up, 8 in 2024-07-27T19:03:14.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:13 smithi029 ceph-mon[99353]: osdmap e1219: 8 total, 8 up, 8 in 2024-07-27T19:03:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:13 smithi029 ceph-mon[99353]: osdmap e1220: 8 total, 8 up, 8 in 2024-07-27T19:03:14.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:14 smithi179 ceph-mon[89801]: pgmap v2195: 169 pgs: 169 active+clean; 509 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.1 MiB/s rd, 8.0 MiB/s wr, 123 op/s; 13 B/s, 0 objects/s recovering 2024-07-27T19:03:14.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:14 smithi179 ceph-mon[89801]: osdmap e1221: 8 total, 8 up, 8 in 2024-07-27T19:03:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:14 smithi029 ceph-mon[96870]: pgmap v2195: 169 pgs: 169 active+clean; 509 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.1 MiB/s rd, 8.0 MiB/s wr, 123 op/s; 13 B/s, 0 objects/s recovering 2024-07-27T19:03:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:14 smithi029 ceph-mon[96870]: osdmap e1221: 8 total, 8 up, 8 in 2024-07-27T19:03:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:14 smithi029 ceph-mon[99353]: pgmap v2195: 169 pgs: 169 active+clean; 509 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.1 MiB/s rd, 8.0 MiB/s wr, 123 op/s; 13 B/s, 0 objects/s recovering 2024-07-27T19:03:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:14 smithi029 ceph-mon[99353]: osdmap e1221: 8 total, 8 up, 8 in 2024-07-27T19:03:15.880 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:03:16.021 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:03:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:16 smithi029 ceph-mon[96870]: pgmap v2198: 169 pgs: 169 active+clean; 509 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 71 KiB/s rd, 6.0 MiB/s wr, 108 op/s; 9 B/s, 0 objects/s recovering 2024-07-27T19:03:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:16 smithi029 ceph-mon[96870]: osdmap e1222: 8 total, 8 up, 8 in 2024-07-27T19:03:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:16 smithi029 ceph-mon[99353]: pgmap v2198: 169 pgs: 169 active+clean; 509 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 71 KiB/s rd, 6.0 MiB/s wr, 108 op/s; 9 B/s, 0 objects/s recovering 2024-07-27T19:03:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:16 smithi029 ceph-mon[99353]: osdmap e1222: 8 total, 8 up, 8 in 2024-07-27T19:03:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:16 smithi179 ceph-mon[89801]: pgmap v2198: 169 pgs: 169 active+clean; 509 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 71 KiB/s rd, 6.0 MiB/s wr, 108 op/s; 9 B/s, 0 objects/s recovering 2024-07-27T19:03:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:16 smithi179 ceph-mon[89801]: osdmap e1222: 8 total, 8 up, 8 in 2024-07-27T19:03:17.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:17 smithi179 ceph-mon[89801]: osdmap e1223: 8 total, 8 up, 8 in 2024-07-27T19:03:18.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:17 smithi029 ceph-mon[96870]: osdmap e1223: 8 total, 8 up, 8 in 2024-07-27T19:03:18.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:17 smithi029 ceph-mon[99353]: osdmap e1223: 8 total, 8 up, 8 in 2024-07-27T19:03:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:18 smithi179 ceph-mon[89801]: pgmap v2201: 169 pgs: 169 active+clean; 521 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 17 MiB/s rd, 3.0 MiB/s wr, 487 op/s; 0 B/s, 0 objects/s recovering 2024-07-27T19:03:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:18 smithi179 ceph-mon[89801]: osdmap e1224: 8 total, 8 up, 8 in 2024-07-27T19:03:18.924 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.SnapsShrinkToZeroBeforePrepare (12013 ms) 2024-07-27T19:03:18.925 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.SnapsShrinkToZeroAfterPrepare 2024-07-27T19:03:18.957 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:03:18.967 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:03:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:18 smithi029 ceph-mon[96870]: pgmap v2201: 169 pgs: 169 active+clean; 521 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 17 MiB/s rd, 3.0 MiB/s wr, 487 op/s; 0 B/s, 0 objects/s recovering 2024-07-27T19:03:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:18 smithi029 ceph-mon[96870]: osdmap e1224: 8 total, 8 up, 8 in 2024-07-27T19:03:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:18 smithi029 ceph-mon[99353]: pgmap v2201: 169 pgs: 169 active+clean; 521 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 17 MiB/s rd, 3.0 MiB/s wr, 487 op/s; 0 B/s, 0 objects/s recovering 2024-07-27T19:03:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:18 smithi029 ceph-mon[99353]: osdmap e1224: 8 total, 8 up, 8 in 2024-07-27T19:03:19.035 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:03:19.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:19 smithi179 ceph-mon[89801]: osdmap e1225: 8 total, 8 up, 8 in 2024-07-27T19:03:20.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:19 smithi029 ceph-mon[96870]: osdmap e1225: 8 total, 8 up, 8 in 2024-07-27T19:03:20.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:19 smithi029 ceph-mon[99353]: osdmap e1225: 8 total, 8 up, 8 in 2024-07-27T19:03:20.664 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 8388609~8388609 2024-07-27T19:03:20.685 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~1000 2024-07-27T19:03:20.685 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 1010~1000 2024-07-27T19:03:20.685 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:03:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:20 smithi179 ceph-mon[89801]: pgmap v2204: 169 pgs: 169 active+clean; 533 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 35 MiB/s rd, 8.0 MiB/s wr, 523 op/s 2024-07-27T19:03:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:20 smithi179 ceph-mon[89801]: osdmap e1226: 8 total, 8 up, 8 in 2024-07-27T19:03:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:20 smithi029 ceph-mon[99353]: pgmap v2204: 169 pgs: 169 active+clean; 533 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 35 MiB/s rd, 8.0 MiB/s wr, 523 op/s 2024-07-27T19:03:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:20 smithi029 ceph-mon[99353]: osdmap e1226: 8 total, 8 up, 8 in 2024-07-27T19:03:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:20 smithi029 ceph-mon[96870]: pgmap v2204: 169 pgs: 169 active+clean; 533 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 35 MiB/s rd, 8.0 MiB/s wr, 523 op/s 2024-07-27T19:03:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:20 smithi029 ceph-mon[96870]: osdmap e1226: 8 total, 8 up, 8 in 2024-07-27T19:03:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:21 smithi179 ceph-mon[89801]: osdmap e1227: 8 total, 8 up, 8 in 2024-07-27T19:03:22.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:21 smithi029 ceph-mon[96870]: osdmap e1227: 8 total, 8 up, 8 in 2024-07-27T19:03:22.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:21 smithi029 ceph-mon[99353]: osdmap e1227: 8 total, 8 up, 8 in 2024-07-27T19:03:22.656 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:03:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:03:22] "GET /metrics HTTP/1.1" 200 38901 "" "Prometheus/2.43.0" 2024-07-27T19:03:22.679 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 8388609~1000 2024-07-27T19:03:22.686 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 16777228~1000 2024-07-27T19:03:22.686 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:03:22.696 INFO:tasks.workunit.client.0.smithi029.stdout:write: 2 83886079~8388609 2024-07-27T19:03:22.718 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:03:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:22 smithi179 ceph-mon[89801]: pgmap v2207: 169 pgs: 169 active+clean; 533 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 22 MiB/s rd, 6.0 MiB/s wr, 66 op/s 2024-07-27T19:03:22.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:22 smithi179 ceph-mon[89801]: osdmap e1228: 8 total, 8 up, 8 in 2024-07-27T19:03:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:22 smithi029 ceph-mon[96870]: pgmap v2207: 169 pgs: 169 active+clean; 533 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 22 MiB/s rd, 6.0 MiB/s wr, 66 op/s 2024-07-27T19:03:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:22 smithi029 ceph-mon[96870]: osdmap e1228: 8 total, 8 up, 8 in 2024-07-27T19:03:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:22 smithi029 ceph-mon[99353]: pgmap v2207: 169 pgs: 169 active+clean; 533 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 22 MiB/s rd, 6.0 MiB/s wr, 66 op/s 2024-07-27T19:03:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:22 smithi029 ceph-mon[99353]: osdmap e1228: 8 total, 8 up, 8 in 2024-07-27T19:03:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:23 smithi029 ceph-mon[99353]: osdmap e1229: 8 total, 8 up, 8 in 2024-07-27T19:03:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:23 smithi029 ceph-mon[99353]: osdmap e1230: 8 total, 8 up, 8 in 2024-07-27T19:03:24.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:23 smithi029 ceph-mon[96870]: osdmap e1229: 8 total, 8 up, 8 in 2024-07-27T19:03:24.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:23 smithi029 ceph-mon[96870]: osdmap e1230: 8 total, 8 up, 8 in 2024-07-27T19:03:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:23 smithi179 ceph-mon[89801]: osdmap e1229: 8 total, 8 up, 8 in 2024-07-27T19:03:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:23 smithi179 ceph-mon[89801]: osdmap e1230: 8 total, 8 up, 8 in 2024-07-27T19:03:24.501 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:03:24.525 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 83886079~1 2024-07-27T19:03:24.534 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:03:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:24 smithi029 ceph-mon[99353]: pgmap v2210: 169 pgs: 169 active+clean; 529 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 19 MiB/s rd, 2.0 MiB/s wr, 82 op/s 2024-07-27T19:03:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:03:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:24 smithi029 ceph-mon[99353]: osdmap e1231: 8 total, 8 up, 8 in 2024-07-27T19:03:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:24 smithi029 ceph-mon[96870]: pgmap v2210: 169 pgs: 169 active+clean; 529 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 19 MiB/s rd, 2.0 MiB/s wr, 82 op/s 2024-07-27T19:03:25.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:03:25.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:24 smithi029 ceph-mon[96870]: osdmap e1231: 8 total, 8 up, 8 in 2024-07-27T19:03:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:24 smithi179 ceph-mon[89801]: pgmap v2210: 169 pgs: 169 active+clean; 529 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 19 MiB/s rd, 2.0 MiB/s wr, 82 op/s 2024-07-27T19:03:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:03:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:24 smithi179 ceph-mon[89801]: osdmap e1231: 8 total, 8 up, 8 in 2024-07-27T19:03:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:26 smithi029 ceph-mon[96870]: pgmap v2213: 169 pgs: 169 active+clean; 557 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 15 MiB/s rd, 7.0 MiB/s wr, 105 op/s 2024-07-27T19:03:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:26 smithi029 ceph-mon[96870]: osdmap e1232: 8 total, 8 up, 8 in 2024-07-27T19:03:26.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:26 smithi029 ceph-mon[99353]: pgmap v2213: 169 pgs: 169 active+clean; 557 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 15 MiB/s rd, 7.0 MiB/s wr, 105 op/s 2024-07-27T19:03:26.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:26 smithi029 ceph-mon[99353]: osdmap e1232: 8 total, 8 up, 8 in 2024-07-27T19:03:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:26 smithi179 ceph-mon[89801]: pgmap v2213: 169 pgs: 169 active+clean; 557 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 15 MiB/s rd, 7.0 MiB/s wr, 105 op/s 2024-07-27T19:03:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:26 smithi179 ceph-mon[89801]: osdmap e1232: 8 total, 8 up, 8 in 2024-07-27T19:03:27.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:27 smithi029 ceph-mon[96870]: osdmap e1233: 8 total, 8 up, 8 in 2024-07-27T19:03:27.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:27 smithi029 ceph-mon[99353]: osdmap e1233: 8 total, 8 up, 8 in 2024-07-27T19:03:27.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:27 smithi179 ceph-mon[89801]: osdmap e1233: 8 total, 8 up, 8 in 2024-07-27T19:03:27.938 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 0 2024-07-27T19:03:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:03:28.136 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:03:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:28 smithi029 ceph-mon[96870]: pgmap v2216: 169 pgs: 169 active+clean; 565 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 82 KiB/s rd, 8.0 MiB/s wr, 121 op/s 2024-07-27T19:03:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:28 smithi029 ceph-mon[96870]: osdmap e1234: 8 total, 8 up, 8 in 2024-07-27T19:03:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:28 smithi029 ceph-mon[96870]: osdmap e1235: 8 total, 8 up, 8 in 2024-07-27T19:03:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:28 smithi029 ceph-mon[99353]: pgmap v2216: 169 pgs: 169 active+clean; 565 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 82 KiB/s rd, 8.0 MiB/s wr, 121 op/s 2024-07-27T19:03:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:28 smithi029 ceph-mon[99353]: osdmap e1234: 8 total, 8 up, 8 in 2024-07-27T19:03:28.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:28 smithi029 ceph-mon[99353]: osdmap e1235: 8 total, 8 up, 8 in 2024-07-27T19:03:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:28 smithi179 ceph-mon[89801]: pgmap v2216: 169 pgs: 169 active+clean; 565 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 82 KiB/s rd, 8.0 MiB/s wr, 121 op/s 2024-07-27T19:03:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:28 smithi179 ceph-mon[89801]: osdmap e1234: 8 total, 8 up, 8 in 2024-07-27T19:03:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:28 smithi179 ceph-mon[89801]: osdmap e1235: 8 total, 8 up, 8 in 2024-07-27T19:03:30.800 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.SnapsShrinkToZeroAfterPrepare (11876 ms) 2024-07-27T19:03:30.800 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.SnapsExpandAfterPrepare 2024-07-27T19:03:30.830 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:03:30.841 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:03:30.898 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:03:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:30 smithi179 ceph-mon[89801]: pgmap v2219: 169 pgs: 169 active+clean; 573 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 31 MiB/s rd, 4.0 MiB/s wr, 537 op/s 2024-07-27T19:03:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:30 smithi179 ceph-mon[89801]: osdmap e1236: 8 total, 8 up, 8 in 2024-07-27T19:03:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:30 smithi029 ceph-mon[99353]: pgmap v2219: 169 pgs: 169 active+clean; 573 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 31 MiB/s rd, 4.0 MiB/s wr, 537 op/s 2024-07-27T19:03:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:30 smithi029 ceph-mon[99353]: osdmap e1236: 8 total, 8 up, 8 in 2024-07-27T19:03:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:30 smithi029 ceph-mon[96870]: pgmap v2219: 169 pgs: 169 active+clean; 573 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 31 MiB/s rd, 4.0 MiB/s wr, 537 op/s 2024-07-27T19:03:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:30 smithi029 ceph-mon[96870]: osdmap e1236: 8 total, 8 up, 8 in 2024-07-27T19:03:31.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:31 smithi179 ceph-mon[89801]: osdmap e1237: 8 total, 8 up, 8 in 2024-07-27T19:03:32.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:31 smithi029 ceph-mon[96870]: osdmap e1237: 8 total, 8 up, 8 in 2024-07-27T19:03:32.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:31 smithi029 ceph-mon[99353]: osdmap e1237: 8 total, 8 up, 8 in 2024-07-27T19:03:32.534 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 8388609~8388609 2024-07-27T19:03:32.552 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~1000 2024-07-27T19:03:32.552 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 1010~1000 2024-07-27T19:03:32.552 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:03:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:32 smithi029 ceph-mon[99353]: pgmap v2222: 169 pgs: 169 active+clean; 577 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 38 MiB/s rd, 3.0 MiB/s wr, 498 op/s 2024-07-27T19:03:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:32 smithi029 ceph-mon[99353]: osdmap e1238: 8 total, 8 up, 8 in 2024-07-27T19:03:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:32 smithi029 ceph-mon[96870]: pgmap v2222: 169 pgs: 169 active+clean; 577 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 38 MiB/s rd, 3.0 MiB/s wr, 498 op/s 2024-07-27T19:03:32.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:32 smithi029 ceph-mon[96870]: osdmap e1238: 8 total, 8 up, 8 in 2024-07-27T19:03:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:03:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:03:32] "GET /metrics HTTP/1.1" 200 38901 "" "Prometheus/2.43.0" 2024-07-27T19:03:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:32 smithi179 ceph-mon[89801]: pgmap v2222: 169 pgs: 169 active+clean; 577 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 38 MiB/s rd, 3.0 MiB/s wr, 498 op/s 2024-07-27T19:03:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:32 smithi179 ceph-mon[89801]: osdmap e1238: 8 total, 8 up, 8 in 2024-07-27T19:03:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:33 smithi179 ceph-mon[89801]: osdmap e1239: 8 total, 8 up, 8 in 2024-07-27T19:03:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:33 smithi029 ceph-mon[96870]: osdmap e1239: 8 total, 8 up, 8 in 2024-07-27T19:03:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:33 smithi029 ceph-mon[99353]: osdmap e1239: 8 total, 8 up, 8 in 2024-07-27T19:03:34.551 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 8388609~1000 2024-07-27T19:03:34.560 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 16777228~1000 2024-07-27T19:03:34.560 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:03:34.570 INFO:tasks.workunit.client.0.smithi029.stdout:write: 2 83886079~8388609 2024-07-27T19:03:34.592 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:03:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:34 smithi179 ceph-mon[89801]: pgmap v2225: 169 pgs: 169 active+clean; 593 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 25 MiB/s rd, 7.0 MiB/s wr, 91 op/s 2024-07-27T19:03:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:34 smithi179 ceph-mon[89801]: osdmap e1240: 8 total, 8 up, 8 in 2024-07-27T19:03:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:34 smithi029 ceph-mon[96870]: pgmap v2225: 169 pgs: 169 active+clean; 593 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 25 MiB/s rd, 7.0 MiB/s wr, 91 op/s 2024-07-27T19:03:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:34 smithi029 ceph-mon[96870]: osdmap e1240: 8 total, 8 up, 8 in 2024-07-27T19:03:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:34 smithi029 ceph-mon[99353]: pgmap v2225: 169 pgs: 169 active+clean; 593 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 25 MiB/s rd, 7.0 MiB/s wr, 91 op/s 2024-07-27T19:03:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:34 smithi029 ceph-mon[99353]: osdmap e1240: 8 total, 8 up, 8 in 2024-07-27T19:03:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:35 smithi179 ceph-mon[89801]: osdmap e1241: 8 total, 8 up, 8 in 2024-07-27T19:03:36.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:35 smithi029 ceph-mon[96870]: osdmap e1241: 8 total, 8 up, 8 in 2024-07-27T19:03:36.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:35 smithi029 ceph-mon[99353]: osdmap e1241: 8 total, 8 up, 8 in 2024-07-27T19:03:36.568 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:03:36.595 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 83886079~1 2024-07-27T19:03:36.605 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:03:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:36 smithi179 ceph-mon[89801]: pgmap v2228: 169 pgs: 169 active+clean; 589 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 28 MiB/s rd, 9.0 MiB/s wr, 142 op/s 2024-07-27T19:03:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:36 smithi179 ceph-mon[89801]: osdmap e1242: 8 total, 8 up, 8 in 2024-07-27T19:03:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:36 smithi029 ceph-mon[96870]: pgmap v2228: 169 pgs: 169 active+clean; 589 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 28 MiB/s rd, 9.0 MiB/s wr, 142 op/s 2024-07-27T19:03:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:36 smithi029 ceph-mon[96870]: osdmap e1242: 8 total, 8 up, 8 in 2024-07-27T19:03:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:36 smithi029 ceph-mon[99353]: pgmap v2228: 169 pgs: 169 active+clean; 589 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 28 MiB/s rd, 9.0 MiB/s wr, 142 op/s 2024-07-27T19:03:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:36 smithi029 ceph-mon[99353]: osdmap e1242: 8 total, 8 up, 8 in 2024-07-27T19:03:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:37 smithi179 ceph-mon[89801]: osdmap e1243: 8 total, 8 up, 8 in 2024-07-27T19:03:38.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:37 smithi029 ceph-mon[96870]: osdmap e1243: 8 total, 8 up, 8 in 2024-07-27T19:03:38.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:37 smithi029 ceph-mon[99353]: osdmap e1243: 8 total, 8 up, 8 in 2024-07-27T19:03:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:38 smithi179 ceph-mon[89801]: pgmap v2231: 169 pgs: 169 active+clean; 613 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 10 MiB/s rd, 7.0 MiB/s wr, 88 op/s 2024-07-27T19:03:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:38 smithi179 ceph-mon[89801]: osdmap e1244: 8 total, 8 up, 8 in 2024-07-27T19:03:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:38 smithi179 ceph-mon[89801]: osdmap e1245: 8 total, 8 up, 8 in 2024-07-27T19:03:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:38 smithi029 ceph-mon[96870]: pgmap v2231: 169 pgs: 169 active+clean; 613 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 10 MiB/s rd, 7.0 MiB/s wr, 88 op/s 2024-07-27T19:03:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:38 smithi029 ceph-mon[96870]: osdmap e1244: 8 total, 8 up, 8 in 2024-07-27T19:03:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:38 smithi029 ceph-mon[96870]: osdmap e1245: 8 total, 8 up, 8 in 2024-07-27T19:03:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:38 smithi029 ceph-mon[99353]: pgmap v2231: 169 pgs: 169 active+clean; 613 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 10 MiB/s rd, 7.0 MiB/s wr, 88 op/s 2024-07-27T19:03:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:38 smithi029 ceph-mon[99353]: osdmap e1244: 8 total, 8 up, 8 in 2024-07-27T19:03:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:38 smithi029 ceph-mon[99353]: osdmap e1245: 8 total, 8 up, 8 in 2024-07-27T19:03:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:03:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:39 smithi179 ceph-mon[89801]: osdmap e1246: 8 total, 8 up, 8 in 2024-07-27T19:03:39.966 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:03:39.976 INFO:tasks.workunit.client.0.smithi029.stdout:write: * 83886080~1000 2024-07-27T19:03:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:03:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:39 smithi029 ceph-mon[96870]: osdmap e1246: 8 total, 8 up, 8 in 2024-07-27T19:03:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:03:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:39 smithi029 ceph-mon[99353]: osdmap e1246: 8 total, 8 up, 8 in 2024-07-27T19:03:40.014 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:03:40.144 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:03:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:40 smithi179 ceph-mon[89801]: pgmap v2234: 169 pgs: 169 active+clean; 621 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 117 KiB/s rd, 6.0 MiB/s wr, 168 op/s 2024-07-27T19:03:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:40 smithi029 ceph-mon[96870]: pgmap v2234: 169 pgs: 169 active+clean; 621 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 117 KiB/s rd, 6.0 MiB/s wr, 168 op/s 2024-07-27T19:03:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:40 smithi029 ceph-mon[99353]: pgmap v2234: 169 pgs: 169 active+clean; 621 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 117 KiB/s rd, 6.0 MiB/s wr, 168 op/s 2024-07-27T19:03:41.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:41 smithi179 ceph-mon[89801]: osdmap e1247: 8 total, 8 up, 8 in 2024-07-27T19:03:42.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:41 smithi029 ceph-mon[96870]: osdmap e1247: 8 total, 8 up, 8 in 2024-07-27T19:03:42.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:41 smithi029 ceph-mon[99353]: osdmap e1247: 8 total, 8 up, 8 in 2024-07-27T19:03:42.590 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:03:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:03:42] "GET /metrics HTTP/1.1" 200 38900 "" "Prometheus/2.43.0" 2024-07-27T19:03:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:42 smithi179 ceph-mon[89801]: pgmap v2237: 169 pgs: 169 active+clean; 625 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.1 MiB/s rd, 3.0 MiB/s wr, 179 op/s 2024-07-27T19:03:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:42 smithi179 ceph-mon[89801]: osdmap e1248: 8 total, 8 up, 8 in 2024-07-27T19:03:42.973 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.SnapsExpandAfterPrepare (12174 ms) 2024-07-27T19:03:42.973 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.SnapsExpandAfterPrepare2 2024-07-27T19:03:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:42 smithi029 ceph-mon[96870]: pgmap v2237: 169 pgs: 169 active+clean; 625 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.1 MiB/s rd, 3.0 MiB/s wr, 179 op/s 2024-07-27T19:03:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:42 smithi029 ceph-mon[96870]: osdmap e1248: 8 total, 8 up, 8 in 2024-07-27T19:03:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:42 smithi029 ceph-mon[99353]: pgmap v2237: 169 pgs: 169 active+clean; 625 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.1 MiB/s rd, 3.0 MiB/s wr, 179 op/s 2024-07-27T19:03:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:42 smithi029 ceph-mon[99353]: osdmap e1248: 8 total, 8 up, 8 in 2024-07-27T19:03:43.006 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:03:43.016 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 41943040~10 2024-07-27T19:03:43.026 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:03:43.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:43 smithi179 ceph-mon[89801]: osdmap e1249: 8 total, 8 up, 8 in 2024-07-27T19:03:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:43 smithi029 ceph-mon[96870]: osdmap e1249: 8 total, 8 up, 8 in 2024-07-27T19:03:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:43 smithi029 ceph-mon[99353]: osdmap e1249: 8 total, 8 up, 8 in 2024-07-27T19:03:44.613 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 41943040 2024-07-27T19:03:44.635 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:03:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:44 smithi179 ceph-mon[89801]: pgmap v2240: 169 pgs: 169 active+clean; 633 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 29 MiB/s rd, 5.0 MiB/s wr, 86 op/s 2024-07-27T19:03:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:44 smithi179 ceph-mon[89801]: osdmap e1250: 8 total, 8 up, 8 in 2024-07-27T19:03:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:44 smithi029 ceph-mon[96870]: pgmap v2240: 169 pgs: 169 active+clean; 633 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 29 MiB/s rd, 5.0 MiB/s wr, 86 op/s 2024-07-27T19:03:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:44 smithi029 ceph-mon[96870]: osdmap e1250: 8 total, 8 up, 8 in 2024-07-27T19:03:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:44 smithi029 ceph-mon[99353]: pgmap v2240: 169 pgs: 169 active+clean; 633 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 29 MiB/s rd, 5.0 MiB/s wr, 86 op/s 2024-07-27T19:03:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:44 smithi029 ceph-mon[99353]: osdmap e1250: 8 total, 8 up, 8 in 2024-07-27T19:03:45.792 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:03:45.803 INFO:tasks.workunit.client.0.smithi029.stdout:write: Y 41943040~5 2024-07-27T19:03:45.909 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:03:45.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:45 smithi179 ceph-mon[89801]: osdmap e1251: 8 total, 8 up, 8 in 2024-07-27T19:03:45.990 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:03:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:45 smithi029 ceph-mon[96870]: osdmap e1251: 8 total, 8 up, 8 in 2024-07-27T19:03:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:45 smithi029 ceph-mon[99353]: osdmap e1251: 8 total, 8 up, 8 in 2024-07-27T19:03:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:46 smithi179 ceph-mon[89801]: pgmap v2243: 169 pgs: 169 active+clean; 637 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 41 MiB/s rd, 5.0 MiB/s wr, 459 op/s 2024-07-27T19:03:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:46 smithi179 ceph-mon[89801]: osdmap e1252: 8 total, 8 up, 8 in 2024-07-27T19:03:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:03:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:46 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:03:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:46 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:03:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:03:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:03:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:46 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:03:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[96870]: pgmap v2243: 169 pgs: 169 active+clean; 637 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 41 MiB/s rd, 5.0 MiB/s wr, 459 op/s 2024-07-27T19:03:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[96870]: osdmap e1252: 8 total, 8 up, 8 in 2024-07-27T19:03:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:03:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:03:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:03:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:03:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:03:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:03:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[99353]: pgmap v2243: 169 pgs: 169 active+clean; 637 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 41 MiB/s rd, 5.0 MiB/s wr, 459 op/s 2024-07-27T19:03:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[99353]: osdmap e1252: 8 total, 8 up, 8 in 2024-07-27T19:03:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:03:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:03:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:03:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:03:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:03:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:46 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:03:47.161 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.SnapsExpandAfterPrepare2 (4188 ms) 2024-07-27T19:03:47.161 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.SnapsSnapAfterPrepare 2024-07-27T19:03:47.192 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:03:47.202 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:03:47.263 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:03:48.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:48 smithi179 ceph-mon[89801]: osdmap e1253: 8 total, 8 up, 8 in 2024-07-27T19:03:48.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:48 smithi179 ceph-mon[89801]: pgmap v2246: 169 pgs: 169 active+clean; 621 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 41 MiB/s rd, 1.0 MiB/s wr, 485 op/s 2024-07-27T19:03:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:48 smithi029 ceph-mon[96870]: osdmap e1253: 8 total, 8 up, 8 in 2024-07-27T19:03:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:48 smithi029 ceph-mon[96870]: pgmap v2246: 169 pgs: 169 active+clean; 621 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 41 MiB/s rd, 1.0 MiB/s wr, 485 op/s 2024-07-27T19:03:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:48 smithi029 ceph-mon[99353]: osdmap e1253: 8 total, 8 up, 8 in 2024-07-27T19:03:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:48 smithi029 ceph-mon[99353]: pgmap v2246: 169 pgs: 169 active+clean; 621 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 41 MiB/s rd, 1.0 MiB/s wr, 485 op/s 2024-07-27T19:03:48.506 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 8388609~8388609 2024-07-27T19:03:48.521 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~1000 2024-07-27T19:03:48.521 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 1010~1000 2024-07-27T19:03:48.521 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:03:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:49 smithi179 ceph-mon[89801]: osdmap e1254: 8 total, 8 up, 8 in 2024-07-27T19:03:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:49 smithi179 ceph-mon[89801]: osdmap e1255: 8 total, 8 up, 8 in 2024-07-27T19:03:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:49 smithi029 ceph-mon[99353]: osdmap e1254: 8 total, 8 up, 8 in 2024-07-27T19:03:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:49 smithi029 ceph-mon[99353]: osdmap e1255: 8 total, 8 up, 8 in 2024-07-27T19:03:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:49 smithi029 ceph-mon[96870]: osdmap e1254: 8 total, 8 up, 8 in 2024-07-27T19:03:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:49 smithi029 ceph-mon[96870]: osdmap e1255: 8 total, 8 up, 8 in 2024-07-27T19:03:50.511 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 8388609~1000 2024-07-27T19:03:50.518 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 16777228~1000 2024-07-27T19:03:50.518 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:03:50.527 INFO:tasks.workunit.client.0.smithi029.stdout:write: 2 83886079~8388609 2024-07-27T19:03:50.542 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:03:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:50 smithi029 ceph-mon[96870]: pgmap v2249: 169 pgs: 169 active+clean; 629 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 20 MiB/s rd, 2.0 MiB/s wr, 415 op/s 2024-07-27T19:03:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:50 smithi029 ceph-mon[96870]: osdmap e1256: 8 total, 8 up, 8 in 2024-07-27T19:03:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:50 smithi029 ceph-mon[99353]: pgmap v2249: 169 pgs: 169 active+clean; 629 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 20 MiB/s rd, 2.0 MiB/s wr, 415 op/s 2024-07-27T19:03:50.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:50 smithi029 ceph-mon[99353]: osdmap e1256: 8 total, 8 up, 8 in 2024-07-27T19:03:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:50 smithi179 ceph-mon[89801]: pgmap v2249: 169 pgs: 169 active+clean; 629 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 20 MiB/s rd, 2.0 MiB/s wr, 415 op/s 2024-07-27T19:03:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:50 smithi179 ceph-mon[89801]: osdmap e1256: 8 total, 8 up, 8 in 2024-07-27T19:03:51.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:51 smithi179 ceph-mon[89801]: osdmap e1257: 8 total, 8 up, 8 in 2024-07-27T19:03:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:51 smithi029 ceph-mon[96870]: osdmap e1257: 8 total, 8 up, 8 in 2024-07-27T19:03:52.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:51 smithi029 ceph-mon[99353]: osdmap e1257: 8 total, 8 up, 8 in 2024-07-27T19:03:52.525 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:03:52.549 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 83886079~1 2024-07-27T19:03:52.559 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:03:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:52 smithi029 ceph-mon[96870]: pgmap v2252: 169 pgs: 169 active+clean; 637 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 306 KiB/s rd, 3.0 MiB/s wr, 392 op/s 2024-07-27T19:03:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:52 smithi029 ceph-mon[96870]: osdmap e1258: 8 total, 8 up, 8 in 2024-07-27T19:03:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:52 smithi029 ceph-mon[99353]: pgmap v2252: 169 pgs: 169 active+clean; 637 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 306 KiB/s rd, 3.0 MiB/s wr, 392 op/s 2024-07-27T19:03:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:52 smithi029 ceph-mon[99353]: osdmap e1258: 8 total, 8 up, 8 in 2024-07-27T19:03:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:03:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:03:52] "GET /metrics HTTP/1.1" 200 38900 "" "Prometheus/2.43.0" 2024-07-27T19:03:52.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:52 smithi179 ceph-mon[89801]: pgmap v2252: 169 pgs: 169 active+clean; 637 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 306 KiB/s rd, 3.0 MiB/s wr, 392 op/s 2024-07-27T19:03:52.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:52 smithi179 ceph-mon[89801]: osdmap e1258: 8 total, 8 up, 8 in 2024-07-27T19:03:53.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:53 smithi179 ceph-mon[89801]: osdmap e1259: 8 total, 8 up, 8 in 2024-07-27T19:03:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:53 smithi029 ceph-mon[96870]: osdmap e1259: 8 total, 8 up, 8 in 2024-07-27T19:03:54.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:53 smithi029 ceph-mon[99353]: osdmap e1259: 8 total, 8 up, 8 in 2024-07-27T19:03:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:54 smithi179 ceph-mon[89801]: pgmap v2255: 169 pgs: 169 active+clean; 677 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 59 KiB/s rd, 10 MiB/s wr, 88 op/s 2024-07-27T19:03:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:54 smithi179 ceph-mon[89801]: osdmap e1260: 8 total, 8 up, 8 in 2024-07-27T19:03:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:03:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:54 smithi029 ceph-mon[99353]: pgmap v2255: 169 pgs: 169 active+clean; 677 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 59 KiB/s rd, 10 MiB/s wr, 88 op/s 2024-07-27T19:03:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:54 smithi029 ceph-mon[99353]: osdmap e1260: 8 total, 8 up, 8 in 2024-07-27T19:03:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:03:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:54 smithi029 ceph-mon[96870]: pgmap v2255: 169 pgs: 169 active+clean; 677 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 59 KiB/s rd, 10 MiB/s wr, 88 op/s 2024-07-27T19:03:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:54 smithi029 ceph-mon[96870]: osdmap e1260: 8 total, 8 up, 8 in 2024-07-27T19:03:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:03:55.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:55 smithi179 ceph-mon[89801]: osdmap e1261: 8 total, 8 up, 8 in 2024-07-27T19:03:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:55 smithi029 ceph-mon[96870]: osdmap e1261: 8 total, 8 up, 8 in 2024-07-27T19:03:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:55 smithi029 ceph-mon[99353]: osdmap e1261: 8 total, 8 up, 8 in 2024-07-27T19:03:56.089 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: after_prepare_snap 2024-07-27T19:03:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:56 smithi179 ceph-mon[89801]: pgmap v2258: 169 pgs: 169 active+clean; 677 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 51 KiB/s rd, 9.0 MiB/s wr, 79 op/s 2024-07-27T19:03:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:56 smithi179 ceph-mon[89801]: osdmap e1262: 8 total, 8 up, 8 in 2024-07-27T19:03:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:56 smithi029 ceph-mon[96870]: pgmap v2258: 169 pgs: 169 active+clean; 677 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 51 KiB/s rd, 9.0 MiB/s wr, 79 op/s 2024-07-27T19:03:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:56 smithi029 ceph-mon[96870]: osdmap e1262: 8 total, 8 up, 8 in 2024-07-27T19:03:57.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:56 smithi029 ceph-mon[99353]: pgmap v2258: 169 pgs: 169 active+clean; 677 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 51 KiB/s rd, 9.0 MiB/s wr, 79 op/s 2024-07-27T19:03:57.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:56 smithi029 ceph-mon[99353]: osdmap e1262: 8 total, 8 up, 8 in 2024-07-27T19:03:57.556 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 41943040 2024-07-27T19:03:57.596 INFO:tasks.workunit.client.0.smithi029.stdout:write: * 0~1000 2024-07-27T19:03:57.602 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:03:57.757 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:03:57.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:57 smithi179 ceph-mon[89801]: osdmap e1263: 8 total, 8 up, 8 in 2024-07-27T19:03:58.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:57 smithi029 ceph-mon[99353]: osdmap e1263: 8 total, 8 up, 8 in 2024-07-27T19:03:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:57 smithi029 ceph-mon[96870]: osdmap e1263: 8 total, 8 up, 8 in 2024-07-27T19:03:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:58 smithi179 ceph-mon[89801]: pgmap v2261: 169 pgs: 169 active+clean; 677 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 23 MiB/s rd, 12 KiB/s wr, 257 op/s 2024-07-27T19:03:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:58 smithi179 ceph-mon[89801]: osdmap e1264: 8 total, 8 up, 8 in 2024-07-27T19:03:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:03:58 smithi179 ceph-mon[89801]: osdmap e1265: 8 total, 8 up, 8 in 2024-07-27T19:03:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:58 smithi029 ceph-mon[96870]: pgmap v2261: 169 pgs: 169 active+clean; 677 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 23 MiB/s rd, 12 KiB/s wr, 257 op/s 2024-07-27T19:03:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:58 smithi029 ceph-mon[96870]: osdmap e1264: 8 total, 8 up, 8 in 2024-07-27T19:03:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:03:58 smithi029 ceph-mon[96870]: osdmap e1265: 8 total, 8 up, 8 in 2024-07-27T19:03:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:58 smithi029 ceph-mon[99353]: pgmap v2261: 169 pgs: 169 active+clean; 677 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 23 MiB/s rd, 12 KiB/s wr, 257 op/s 2024-07-27T19:03:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:58 smithi029 ceph-mon[99353]: osdmap e1264: 8 total, 8 up, 8 in 2024-07-27T19:03:59.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:03:58 smithi029 ceph-mon[99353]: osdmap e1265: 8 total, 8 up, 8 in 2024-07-27T19:04:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:00 smithi179 ceph-mon[89801]: pgmap v2264: 169 pgs: 169 active+clean; 697 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 46 MiB/s rd, 5.0 MiB/s wr, 473 op/s 2024-07-27T19:04:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:00 smithi179 ceph-mon[89801]: osdmap e1266: 8 total, 8 up, 8 in 2024-07-27T19:04:00.936 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.SnapsSnapAfterPrepare (13774 ms) 2024-07-27T19:04:00.936 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.SnapsSnapExpandAfterPrepare 2024-07-27T19:04:00.969 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:00.980 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:04:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:00 smithi029 ceph-mon[96870]: pgmap v2264: 169 pgs: 169 active+clean; 697 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 46 MiB/s rd, 5.0 MiB/s wr, 473 op/s 2024-07-27T19:04:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:00 smithi029 ceph-mon[96870]: osdmap e1266: 8 total, 8 up, 8 in 2024-07-27T19:04:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:00 smithi029 ceph-mon[99353]: pgmap v2264: 169 pgs: 169 active+clean; 697 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 46 MiB/s rd, 5.0 MiB/s wr, 473 op/s 2024-07-27T19:04:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:00 smithi029 ceph-mon[99353]: osdmap e1266: 8 total, 8 up, 8 in 2024-07-27T19:04:01.041 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:04:01.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:01 smithi179 ceph-mon[89801]: osdmap e1267: 8 total, 8 up, 8 in 2024-07-27T19:04:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:01 smithi029 ceph-mon[96870]: osdmap e1267: 8 total, 8 up, 8 in 2024-07-27T19:04:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:01 smithi029 ceph-mon[99353]: osdmap e1267: 8 total, 8 up, 8 in 2024-07-27T19:04:02.591 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 8388609~8388609 2024-07-27T19:04:02.609 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~1000 2024-07-27T19:04:02.609 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 1010~1000 2024-07-27T19:04:02.609 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:04:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:02 smithi029 ceph-mon[96870]: pgmap v2267: 169 pgs: 169 active+clean; 701 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 32 MiB/s rd, 6.0 MiB/s wr, 422 op/s 2024-07-27T19:04:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:02 smithi029 ceph-mon[96870]: osdmap e1268: 8 total, 8 up, 8 in 2024-07-27T19:04:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:02 smithi029 ceph-mon[99353]: pgmap v2267: 169 pgs: 169 active+clean; 701 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 32 MiB/s rd, 6.0 MiB/s wr, 422 op/s 2024-07-27T19:04:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:02 smithi029 ceph-mon[99353]: osdmap e1268: 8 total, 8 up, 8 in 2024-07-27T19:04:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:04:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:04:02] "GET /metrics HTTP/1.1" 200 38899 "" "Prometheus/2.43.0" 2024-07-27T19:04:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:02 smithi179 ceph-mon[89801]: pgmap v2267: 169 pgs: 169 active+clean; 701 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 32 MiB/s rd, 6.0 MiB/s wr, 422 op/s 2024-07-27T19:04:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:02 smithi179 ceph-mon[89801]: osdmap e1268: 8 total, 8 up, 8 in 2024-07-27T19:04:03.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:03 smithi179 ceph-mon[89801]: osdmap e1269: 8 total, 8 up, 8 in 2024-07-27T19:04:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:03 smithi029 ceph-mon[96870]: osdmap e1269: 8 total, 8 up, 8 in 2024-07-27T19:04:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:03 smithi029 ceph-mon[99353]: osdmap e1269: 8 total, 8 up, 8 in 2024-07-27T19:04:04.605 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 8388609~1000 2024-07-27T19:04:04.614 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 16777228~1000 2024-07-27T19:04:04.614 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:04:04.624 INFO:tasks.workunit.client.0.smithi029.stdout:write: 2 83886079~8388609 2024-07-27T19:04:04.644 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:04:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:04 smithi179 ceph-mon[89801]: pgmap v2270: 169 pgs: 169 active+clean; 685 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 35 MiB/s rd, 3.0 MiB/s wr, 228 op/s 2024-07-27T19:04:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:04 smithi179 ceph-mon[89801]: osdmap e1270: 8 total, 8 up, 8 in 2024-07-27T19:04:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:04 smithi029 ceph-mon[96870]: pgmap v2270: 169 pgs: 169 active+clean; 685 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 35 MiB/s rd, 3.0 MiB/s wr, 228 op/s 2024-07-27T19:04:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:04 smithi029 ceph-mon[96870]: osdmap e1270: 8 total, 8 up, 8 in 2024-07-27T19:04:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:04 smithi029 ceph-mon[99353]: pgmap v2270: 169 pgs: 169 active+clean; 685 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 35 MiB/s rd, 3.0 MiB/s wr, 228 op/s 2024-07-27T19:04:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:04 smithi029 ceph-mon[99353]: osdmap e1270: 8 total, 8 up, 8 in 2024-07-27T19:04:05.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:05 smithi179 ceph-mon[89801]: osdmap e1271: 8 total, 8 up, 8 in 2024-07-27T19:04:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:05 smithi029 ceph-mon[96870]: osdmap e1271: 8 total, 8 up, 8 in 2024-07-27T19:04:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:05 smithi029 ceph-mon[99353]: osdmap e1271: 8 total, 8 up, 8 in 2024-07-27T19:04:06.623 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:06.648 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 83886079~1 2024-07-27T19:04:06.657 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:04:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:06 smithi179 ceph-mon[89801]: pgmap v2273: 169 pgs: 169 active+clean; 697 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 35 MiB/s rd, 5.0 MiB/s wr, 99 op/s 2024-07-27T19:04:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:06 smithi179 ceph-mon[89801]: osdmap e1272: 8 total, 8 up, 8 in 2024-07-27T19:04:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:06 smithi029 ceph-mon[96870]: pgmap v2273: 169 pgs: 169 active+clean; 697 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 35 MiB/s rd, 5.0 MiB/s wr, 99 op/s 2024-07-27T19:04:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:06 smithi029 ceph-mon[96870]: osdmap e1272: 8 total, 8 up, 8 in 2024-07-27T19:04:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:06 smithi029 ceph-mon[99353]: pgmap v2273: 169 pgs: 169 active+clean; 697 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 35 MiB/s rd, 5.0 MiB/s wr, 99 op/s 2024-07-27T19:04:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:06 smithi029 ceph-mon[99353]: osdmap e1272: 8 total, 8 up, 8 in 2024-07-27T19:04:07.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:07 smithi179 ceph-mon[89801]: osdmap e1273: 8 total, 8 up, 8 in 2024-07-27T19:04:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:07 smithi029 ceph-mon[96870]: osdmap e1273: 8 total, 8 up, 8 in 2024-07-27T19:04:08.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:07 smithi029 ceph-mon[99353]: osdmap e1273: 8 total, 8 up, 8 in 2024-07-27T19:04:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:08 smithi179 ceph-mon[89801]: pgmap v2276: 169 pgs: 169 active+clean; 721 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 9.1 MiB/s rd, 8.0 MiB/s wr, 141 op/s 2024-07-27T19:04:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:08 smithi179 ceph-mon[89801]: osdmap e1274: 8 total, 8 up, 8 in 2024-07-27T19:04:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:08 smithi179 ceph-mon[89801]: osdmap e1275: 8 total, 8 up, 8 in 2024-07-27T19:04:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:08 smithi029 ceph-mon[96870]: pgmap v2276: 169 pgs: 169 active+clean; 721 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 9.1 MiB/s rd, 8.0 MiB/s wr, 141 op/s 2024-07-27T19:04:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:08 smithi029 ceph-mon[96870]: osdmap e1274: 8 total, 8 up, 8 in 2024-07-27T19:04:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:08 smithi029 ceph-mon[96870]: osdmap e1275: 8 total, 8 up, 8 in 2024-07-27T19:04:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:08 smithi029 ceph-mon[99353]: pgmap v2276: 169 pgs: 169 active+clean; 721 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 9.1 MiB/s rd, 8.0 MiB/s wr, 141 op/s 2024-07-27T19:04:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:08 smithi029 ceph-mon[99353]: osdmap e1274: 8 total, 8 up, 8 in 2024-07-27T19:04:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:08 smithi029 ceph-mon[99353]: osdmap e1275: 8 total, 8 up, 8 in 2024-07-27T19:04:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:04:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:09 smithi179 ceph-mon[89801]: osdmap e1276: 8 total, 8 up, 8 in 2024-07-27T19:04:09.955 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: after_prepare_snap 2024-07-27T19:04:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:04:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:09 smithi029 ceph-mon[96870]: osdmap e1276: 8 total, 8 up, 8 in 2024-07-27T19:04:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:04:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:09 smithi029 ceph-mon[99353]: osdmap e1276: 8 total, 8 up, 8 in 2024-07-27T19:04:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:10 smithi179 ceph-mon[89801]: pgmap v2279: 169 pgs: 169 active+clean; 733 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 123 KiB/s rd, 7.0 MiB/s wr, 174 op/s 2024-07-27T19:04:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:10 smithi029 ceph-mon[96870]: pgmap v2279: 169 pgs: 169 active+clean; 733 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 123 KiB/s rd, 7.0 MiB/s wr, 174 op/s 2024-07-27T19:04:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:10 smithi029 ceph-mon[99353]: pgmap v2279: 169 pgs: 169 active+clean; 733 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 123 KiB/s rd, 7.0 MiB/s wr, 174 op/s 2024-07-27T19:04:11.649 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:04:11.665 INFO:tasks.workunit.client.0.smithi029.stdout:write: * 83886080~1000 2024-07-27T19:04:11.672 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:04:11.825 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:04:11.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:11 smithi179 ceph-mon[89801]: osdmap e1277: 8 total, 8 up, 8 in 2024-07-27T19:04:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:11 smithi029 ceph-mon[96870]: osdmap e1277: 8 total, 8 up, 8 in 2024-07-27T19:04:12.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:11 smithi029 ceph-mon[99353]: osdmap e1277: 8 total, 8 up, 8 in 2024-07-27T19:04:12.632 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:04:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:04:12] "GET /metrics HTTP/1.1" 200 38901 "" "Prometheus/2.43.0" 2024-07-27T19:04:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:12 smithi179 ceph-mon[89801]: pgmap v2282: 169 pgs: 169 active+clean; 733 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 7.1 MiB/s rd, 2.0 MiB/s wr, 80 op/s 2024-07-27T19:04:12.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:12 smithi179 ceph-mon[89801]: osdmap e1278: 8 total, 8 up, 8 in 2024-07-27T19:04:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:12 smithi029 ceph-mon[99353]: pgmap v2282: 169 pgs: 169 active+clean; 733 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 7.1 MiB/s rd, 2.0 MiB/s wr, 80 op/s 2024-07-27T19:04:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:12 smithi029 ceph-mon[99353]: osdmap e1278: 8 total, 8 up, 8 in 2024-07-27T19:04:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:12 smithi029 ceph-mon[96870]: pgmap v2282: 169 pgs: 169 active+clean; 733 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 7.1 MiB/s rd, 2.0 MiB/s wr, 80 op/s 2024-07-27T19:04:13.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:12 smithi029 ceph-mon[96870]: osdmap e1278: 8 total, 8 up, 8 in 2024-07-27T19:04:13.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:13 smithi179 ceph-mon[89801]: osdmap e1279: 8 total, 8 up, 8 in 2024-07-27T19:04:14.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:13 smithi029 ceph-mon[99353]: osdmap e1279: 8 total, 8 up, 8 in 2024-07-27T19:04:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:13 smithi029 ceph-mon[96870]: osdmap e1279: 8 total, 8 up, 8 in 2024-07-27T19:04:14.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:14 smithi179 ceph-mon[89801]: pgmap v2285: 169 pgs: 169 active+clean; 733 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 25 MiB/s rd, 1.0 MiB/s wr, 446 op/s 2024-07-27T19:04:14.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:14 smithi179 ceph-mon[89801]: osdmap e1280: 8 total, 8 up, 8 in 2024-07-27T19:04:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:14 smithi029 ceph-mon[96870]: pgmap v2285: 169 pgs: 169 active+clean; 733 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 25 MiB/s rd, 1.0 MiB/s wr, 446 op/s 2024-07-27T19:04:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:14 smithi029 ceph-mon[96870]: osdmap e1280: 8 total, 8 up, 8 in 2024-07-27T19:04:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:14 smithi029 ceph-mon[99353]: pgmap v2285: 169 pgs: 169 active+clean; 733 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 25 MiB/s rd, 1.0 MiB/s wr, 446 op/s 2024-07-27T19:04:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:14 smithi029 ceph-mon[99353]: osdmap e1280: 8 total, 8 up, 8 in 2024-07-27T19:04:15.053 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.SnapsSnapExpandAfterPrepare (14117 ms) 2024-07-27T19:04:15.053 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.Clone 2024-07-27T19:04:15.084 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:15.094 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~8388609 2024-07-27T19:04:15.146 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 16777218~8388609 2024-07-27T19:04:15.204 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap 2024-07-27T19:04:15.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:15 smithi179 ceph-mon[89801]: osdmap e1281: 8 total, 8 up, 8 in 2024-07-27T19:04:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:15 smithi029 ceph-mon[96870]: osdmap e1281: 8 total, 8 up, 8 in 2024-07-27T19:04:16.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:15 smithi029 ceph-mon[99353]: osdmap e1281: 8 total, 8 up, 8 in 2024-07-27T19:04:16.672 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap 2024-07-27T19:04:16.686 INFO:tasks.workunit.client.0.smithi029.stdout:clone image105 -> image108 2024-07-27T19:04:16.789 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~1000 2024-07-27T19:04:16.853 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 1010~1000 2024-07-27T19:04:16.855 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap 2024-07-27T19:04:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:16 smithi179 ceph-mon[89801]: pgmap v2288: 169 pgs: 169 active+clean; 749 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 30 MiB/s rd, 5.0 MiB/s wr, 434 op/s 2024-07-27T19:04:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:16 smithi179 ceph-mon[89801]: osdmap e1282: 8 total, 8 up, 8 in 2024-07-27T19:04:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:16 smithi029 ceph-mon[96870]: pgmap v2288: 169 pgs: 169 active+clean; 749 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 30 MiB/s rd, 5.0 MiB/s wr, 434 op/s 2024-07-27T19:04:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:16 smithi029 ceph-mon[96870]: osdmap e1282: 8 total, 8 up, 8 in 2024-07-27T19:04:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:16 smithi029 ceph-mon[99353]: pgmap v2288: 169 pgs: 169 active+clean; 749 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 30 MiB/s rd, 5.0 MiB/s wr, 434 op/s 2024-07-27T19:04:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:16 smithi029 ceph-mon[99353]: osdmap e1282: 8 total, 8 up, 8 in 2024-07-27T19:04:18.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:17 smithi029 ceph-mon[96870]: osdmap e1283: 8 total, 8 up, 8 in 2024-07-27T19:04:18.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:17 smithi029 ceph-mon[99353]: osdmap e1283: 8 total, 8 up, 8 in 2024-07-27T19:04:18.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:17 smithi179 ceph-mon[89801]: osdmap e1283: 8 total, 8 up, 8 in 2024-07-27T19:04:18.514 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap 2024-07-27T19:04:18.532 INFO:tasks.workunit.client.0.smithi029.stdout:clone image108 -> image110 2024-07-27T19:04:18.661 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 1000~1000 2024-07-27T19:04:18.720 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 2010~1000 2024-07-27T19:04:18.722 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:04:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:18 smithi029 ceph-mon[96870]: pgmap v2291: 169 pgs: 169 active+clean; 749 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 30 MiB/s rd, 8.0 MiB/s wr, 179 op/s 2024-07-27T19:04:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:18 smithi029 ceph-mon[96870]: osdmap e1284: 8 total, 8 up, 8 in 2024-07-27T19:04:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:18 smithi029 ceph-mon[96870]: osdmap e1285: 8 total, 8 up, 8 in 2024-07-27T19:04:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:18 smithi029 ceph-mon[99353]: pgmap v2291: 169 pgs: 169 active+clean; 749 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 30 MiB/s rd, 8.0 MiB/s wr, 179 op/s 2024-07-27T19:04:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:18 smithi029 ceph-mon[99353]: osdmap e1284: 8 total, 8 up, 8 in 2024-07-27T19:04:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:18 smithi029 ceph-mon[99353]: osdmap e1285: 8 total, 8 up, 8 in 2024-07-27T19:04:19.024 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:04:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:18 smithi179 ceph-mon[89801]: pgmap v2291: 169 pgs: 169 active+clean; 749 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 30 MiB/s rd, 8.0 MiB/s wr, 179 op/s 2024-07-27T19:04:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:18 smithi179 ceph-mon[89801]: osdmap e1284: 8 total, 8 up, 8 in 2024-07-27T19:04:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:18 smithi179 ceph-mon[89801]: osdmap e1285: 8 total, 8 up, 8 in 2024-07-27T19:04:19.191 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:04:19.359 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.Clone (4306 ms) 2024-07-27T19:04:19.359 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.CloneParent 2024-07-27T19:04:19.391 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:19.402 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap 2024-07-27T19:04:20.695 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap 2024-07-27T19:04:20.711 INFO:tasks.workunit.client.0.smithi029.stdout:clone image111 -> image114 2024-07-27T19:04:20.828 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:04:20.999 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:04:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:20 smithi029 ceph-mon[99353]: pgmap v2294: 169 pgs: 169 active+clean; 769 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 45 MiB/s rd, 10 MiB/s wr, 404 op/s 2024-07-27T19:04:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:20 smithi029 ceph-mon[99353]: osdmap e1286: 8 total, 8 up, 8 in 2024-07-27T19:04:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:20 smithi029 ceph-mon[96870]: pgmap v2294: 169 pgs: 169 active+clean; 769 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 45 MiB/s rd, 10 MiB/s wr, 404 op/s 2024-07-27T19:04:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:20 smithi029 ceph-mon[96870]: osdmap e1286: 8 total, 8 up, 8 in 2024-07-27T19:04:21.134 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.CloneParent (1775 ms) 2024-07-27T19:04:21.134 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.CloneUpdateAfterPrepare 2024-07-27T19:04:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:20 smithi179 ceph-mon[89801]: pgmap v2294: 169 pgs: 169 active+clean; 769 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 45 MiB/s rd, 10 MiB/s wr, 404 op/s 2024-07-27T19:04:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:20 smithi179 ceph-mon[89801]: osdmap e1286: 8 total, 8 up, 8 in 2024-07-27T19:04:21.166 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:21.177 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~10 2024-07-27T19:04:21.185 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap 2024-07-27T19:04:22.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:21 smithi029 ceph-mon[96870]: osdmap e1287: 8 total, 8 up, 8 in 2024-07-27T19:04:22.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:21 smithi029 ceph-mon[99353]: osdmap e1287: 8 total, 8 up, 8 in 2024-07-27T19:04:22.063 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:21 smithi179 ceph-mon[89801]: osdmap e1287: 8 total, 8 up, 8 in 2024-07-27T19:04:22.693 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:04:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:04:22] "GET /metrics HTTP/1.1" 200 38901 "" "Prometheus/2.43.0" 2024-07-27T19:04:22.703 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap 2024-07-27T19:04:22.721 INFO:tasks.workunit.client.0.smithi029.stdout:clone image115 -> image118 2024-07-27T19:04:22.837 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:04:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:22 smithi029 ceph-mon[96870]: pgmap v2297: 169 pgs: 169 active+clean; 773 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 30 MiB/s rd, 8.0 MiB/s wr, 326 op/s 2024-07-27T19:04:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:22 smithi029 ceph-mon[96870]: osdmap e1288: 8 total, 8 up, 8 in 2024-07-27T19:04:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:22 smithi029 ceph-mon[99353]: pgmap v2297: 169 pgs: 169 active+clean; 773 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 30 MiB/s rd, 8.0 MiB/s wr, 326 op/s 2024-07-27T19:04:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:22 smithi029 ceph-mon[99353]: osdmap e1288: 8 total, 8 up, 8 in 2024-07-27T19:04:23.013 INFO:tasks.workunit.client.0.smithi029.stdout:write: Y 0~1 2024-07-27T19:04:23.040 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:04:23.119 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:04:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:22 smithi179 ceph-mon[89801]: pgmap v2297: 169 pgs: 169 active+clean; 773 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 30 MiB/s rd, 8.0 MiB/s wr, 326 op/s 2024-07-27T19:04:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:22 smithi179 ceph-mon[89801]: osdmap e1288: 8 total, 8 up, 8 in 2024-07-27T19:04:23.230 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.CloneUpdateAfterPrepare (2096 ms) 2024-07-27T19:04:23.230 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.TriggerAssertSnapcSeq 2024-07-27T19:04:23.262 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:23.272 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 41943040~10 2024-07-27T19:04:23.280 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:04:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:23 smithi029 ceph-mon[99353]: osdmap e1289: 8 total, 8 up, 8 in 2024-07-27T19:04:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:23 smithi029 ceph-mon[99353]: osdmap e1290: 8 total, 8 up, 8 in 2024-07-27T19:04:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:04:24.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:23 smithi029 ceph-mon[96870]: osdmap e1289: 8 total, 8 up, 8 in 2024-07-27T19:04:24.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:23 smithi029 ceph-mon[96870]: osdmap e1290: 8 total, 8 up, 8 in 2024-07-27T19:04:24.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:04:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:23 smithi179 ceph-mon[89801]: osdmap e1289: 8 total, 8 up, 8 in 2024-07-27T19:04:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:23 smithi179 ceph-mon[89801]: osdmap e1290: 8 total, 8 up, 8 in 2024-07-27T19:04:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:04:24.516 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 41943041~10 2024-07-27T19:04:24.523 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:04:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:24 smithi029 ceph-mon[96870]: pgmap v2300: 169 pgs: 169 active+clean; 781 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 16 MiB/s rd, 4.0 MiB/s wr, 771 op/s 2024-07-27T19:04:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:24 smithi029 ceph-mon[96870]: osdmap e1291: 8 total, 8 up, 8 in 2024-07-27T19:04:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:24 smithi029 ceph-mon[99353]: pgmap v2300: 169 pgs: 169 active+clean; 781 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 16 MiB/s rd, 4.0 MiB/s wr, 771 op/s 2024-07-27T19:04:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:24 smithi029 ceph-mon[99353]: osdmap e1291: 8 total, 8 up, 8 in 2024-07-27T19:04:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:24 smithi179 ceph-mon[89801]: pgmap v2300: 169 pgs: 169 active+clean; 781 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 16 MiB/s rd, 4.0 MiB/s wr, 771 op/s 2024-07-27T19:04:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:24 smithi179 ceph-mon[89801]: osdmap e1291: 8 total, 8 up, 8 in 2024-07-27T19:04:25.663 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 41943042~10 2024-07-27T19:04:25.680 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:04:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:26 smithi179 ceph-mon[89801]: pgmap v2303: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 16 MiB/s rd, 3.0 MiB/s wr, 992 op/s 2024-07-27T19:04:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:26 smithi179 ceph-mon[89801]: osdmap e1292: 8 total, 8 up, 8 in 2024-07-27T19:04:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:26 smithi029 ceph-mon[96870]: pgmap v2303: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 16 MiB/s rd, 3.0 MiB/s wr, 992 op/s 2024-07-27T19:04:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:26 smithi029 ceph-mon[96870]: osdmap e1292: 8 total, 8 up, 8 in 2024-07-27T19:04:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:26 smithi029 ceph-mon[99353]: pgmap v2303: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 16 MiB/s rd, 3.0 MiB/s wr, 992 op/s 2024-07-27T19:04:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:26 smithi029 ceph-mon[99353]: osdmap e1292: 8 total, 8 up, 8 in 2024-07-27T19:04:27.533 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 41943040 2024-07-27T19:04:27.573 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:04:27.649 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:04:27.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:27 smithi179 ceph-mon[89801]: osdmap e1293: 8 total, 8 up, 8 in 2024-07-27T19:04:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:27 smithi029 ceph-mon[96870]: osdmap e1293: 8 total, 8 up, 8 in 2024-07-27T19:04:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:27 smithi029 ceph-mon[99353]: osdmap e1293: 8 total, 8 up, 8 in 2024-07-27T19:04:28.665 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.TriggerAssertSnapcSeq (5436 ms) 2024-07-27T19:04:28.665 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.SnapTrimBeforePrepare 2024-07-27T19:04:28.699 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:28.713 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 41943040~10 2024-07-27T19:04:28.722 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:04:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:28 smithi179 ceph-mon[89801]: pgmap v2306: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 3.4 MiB/s rd, 1.0 MiB/s wr, 558 op/s 2024-07-27T19:04:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:28 smithi179 ceph-mon[89801]: osdmap e1294: 8 total, 8 up, 8 in 2024-07-27T19:04:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:28 smithi029 ceph-mon[96870]: pgmap v2306: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 3.4 MiB/s rd, 1.0 MiB/s wr, 558 op/s 2024-07-27T19:04:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:28 smithi029 ceph-mon[96870]: osdmap e1294: 8 total, 8 up, 8 in 2024-07-27T19:04:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:28 smithi029 ceph-mon[99353]: pgmap v2306: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 3.4 MiB/s rd, 1.0 MiB/s wr, 558 op/s 2024-07-27T19:04:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:28 smithi029 ceph-mon[99353]: osdmap e1294: 8 total, 8 up, 8 in 2024-07-27T19:04:29.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:29 smithi179 ceph-mon[89801]: osdmap e1295: 8 total, 8 up, 8 in 2024-07-27T19:04:30.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:29 smithi029 ceph-mon[99353]: osdmap e1295: 8 total, 8 up, 8 in 2024-07-27T19:04:30.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:29 smithi029 ceph-mon[96870]: osdmap e1295: 8 total, 8 up, 8 in 2024-07-27T19:04:30.557 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 41943040 2024-07-27T19:04:30.586 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:04:30.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:30 smithi029 ceph-mon[96870]: pgmap v2309: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 411 KiB/s rd, 31 KiB/s wr, 531 op/s 2024-07-27T19:04:30.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:30 smithi029 ceph-mon[96870]: osdmap e1296: 8 total, 8 up, 8 in 2024-07-27T19:04:30.903 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:30 smithi029 ceph-mon[99353]: pgmap v2309: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 411 KiB/s rd, 31 KiB/s wr, 531 op/s 2024-07-27T19:04:30.903 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:30 smithi029 ceph-mon[99353]: osdmap e1296: 8 total, 8 up, 8 in 2024-07-27T19:04:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:30 smithi179 ceph-mon[89801]: pgmap v2309: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 411 KiB/s rd, 31 KiB/s wr, 531 op/s 2024-07-27T19:04:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:30 smithi179 ceph-mon[89801]: osdmap e1296: 8 total, 8 up, 8 in 2024-07-27T19:04:31.685 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:31.699 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:04:31.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:31 smithi179 ceph-mon[89801]: osdmap e1297: 8 total, 8 up, 8 in 2024-07-27T19:04:32.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:31 smithi029 ceph-mon[96870]: osdmap e1297: 8 total, 8 up, 8 in 2024-07-27T19:04:32.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:31 smithi029 ceph-mon[99353]: osdmap e1297: 8 total, 8 up, 8 in 2024-07-27T19:04:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:32 smithi029 ceph-mon[96870]: pgmap v2312: 169 pgs: 169 active+clean; 785 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 237 KiB/s rd, 18 KiB/s wr, 309 op/s 2024-07-27T19:04:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:32 smithi029 ceph-mon[96870]: osdmap e1298: 8 total, 8 up, 8 in 2024-07-27T19:04:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:04:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:04:32] "GET /metrics HTTP/1.1" 200 38901 "" "Prometheus/2.43.0" 2024-07-27T19:04:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:32 smithi029 ceph-mon[99353]: pgmap v2312: 169 pgs: 169 active+clean; 785 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 237 KiB/s rd, 18 KiB/s wr, 309 op/s 2024-07-27T19:04:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:32 smithi029 ceph-mon[99353]: osdmap e1298: 8 total, 8 up, 8 in 2024-07-27T19:04:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:32 smithi179 ceph-mon[89801]: pgmap v2312: 169 pgs: 169 active+clean; 785 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 237 KiB/s rd, 18 KiB/s wr, 309 op/s 2024-07-27T19:04:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:32 smithi179 ceph-mon[89801]: osdmap e1298: 8 total, 8 up, 8 in 2024-07-27T19:04:33.577 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 41943040~10 2024-07-27T19:04:33.585 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap4 2024-07-27T19:04:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:33 smithi179 ceph-mon[89801]: osdmap e1299: 8 total, 8 up, 8 in 2024-07-27T19:04:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:33 smithi029 ceph-mon[96870]: osdmap e1299: 8 total, 8 up, 8 in 2024-07-27T19:04:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:33 smithi029 ceph-mon[99353]: osdmap e1299: 8 total, 8 up, 8 in 2024-07-27T19:04:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:34 smithi179 ceph-mon[89801]: pgmap v2315: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 151 KiB/s rd, 17 KiB/s wr, 207 op/s 2024-07-27T19:04:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:34 smithi179 ceph-mon[89801]: osdmap e1300: 8 total, 8 up, 8 in 2024-07-27T19:04:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:34 smithi029 ceph-mon[96870]: pgmap v2315: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 151 KiB/s rd, 17 KiB/s wr, 207 op/s 2024-07-27T19:04:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:34 smithi029 ceph-mon[96870]: osdmap e1300: 8 total, 8 up, 8 in 2024-07-27T19:04:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:34 smithi029 ceph-mon[99353]: pgmap v2315: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 151 KiB/s rd, 17 KiB/s wr, 207 op/s 2024-07-27T19:04:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:34 smithi029 ceph-mon[99353]: osdmap e1300: 8 total, 8 up, 8 in 2024-07-27T19:04:35.584 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 41943040 2024-07-27T19:04:35.609 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:04:35.678 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:04:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:35 smithi179 ceph-mon[89801]: osdmap e1301: 8 total, 8 up, 8 in 2024-07-27T19:04:36.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:35 smithi029 ceph-mon[96870]: osdmap e1301: 8 total, 8 up, 8 in 2024-07-27T19:04:36.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:35 smithi029 ceph-mon[99353]: osdmap e1301: 8 total, 8 up, 8 in 2024-07-27T19:04:36.748 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.SnapTrimBeforePrepare (8083 ms) 2024-07-27T19:04:36.749 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.AbortInUseImage 2024-07-27T19:04:36.783 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:36.794 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:04:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:36 smithi179 ceph-mon[89801]: pgmap v2318: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 124 KiB/s rd, 15 KiB/s wr, 172 op/s 2024-07-27T19:04:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:36 smithi179 ceph-mon[89801]: osdmap e1302: 8 total, 8 up, 8 in 2024-07-27T19:04:36.974 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.AbortInUseImage (225 ms) 2024-07-27T19:04:36.974 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.AbortWithoutSnapshots 2024-07-27T19:04:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:36 smithi029 ceph-mon[96870]: pgmap v2318: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 124 KiB/s rd, 15 KiB/s wr, 172 op/s 2024-07-27T19:04:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:36 smithi029 ceph-mon[96870]: osdmap e1302: 8 total, 8 up, 8 in 2024-07-27T19:04:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:36 smithi029 ceph-mon[99353]: pgmap v2318: 169 pgs: 169 active+clean; 785 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 124 KiB/s rd, 15 KiB/s wr, 172 op/s 2024-07-27T19:04:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:36 smithi029 ceph-mon[99353]: osdmap e1302: 8 total, 8 up, 8 in 2024-07-27T19:04:37.008 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:37.018 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:04:37.081 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:04:37.135 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:04:37.338 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:04:37.382 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:04:37.452 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:04:37.676 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.AbortWithoutSnapshots (702 ms) 2024-07-27T19:04:37.676 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.AbortWithSnapshots 2024-07-27T19:04:37.710 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:37.722 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:04:37.784 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:04:37.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:37 smithi179 ceph-mon[89801]: osdmap e1303: 8 total, 8 up, 8 in 2024-07-27T19:04:38.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:37 smithi029 ceph-mon[96870]: osdmap e1303: 8 total, 8 up, 8 in 2024-07-27T19:04:38.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:37 smithi029 ceph-mon[99353]: osdmap e1303: 8 total, 8 up, 8 in 2024-07-27T19:04:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:38 smithi179 ceph-mon[89801]: pgmap v2321: 169 pgs: 169 active+clean; 793 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 1.1 MiB/s rd, 2.0 MiB/s wr, 120 op/s 2024-07-27T19:04:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:38 smithi179 ceph-mon[89801]: osdmap e1304: 8 total, 8 up, 8 in 2024-07-27T19:04:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:38 smithi029 ceph-mon[96870]: pgmap v2321: 169 pgs: 169 active+clean; 793 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 1.1 MiB/s rd, 2.0 MiB/s wr, 120 op/s 2024-07-27T19:04:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:38 smithi029 ceph-mon[96870]: osdmap e1304: 8 total, 8 up, 8 in 2024-07-27T19:04:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:38 smithi029 ceph-mon[99353]: pgmap v2321: 169 pgs: 169 active+clean; 793 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 1.1 MiB/s rd, 2.0 MiB/s wr, 120 op/s 2024-07-27T19:04:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:38 smithi029 ceph-mon[99353]: osdmap e1304: 8 total, 8 up, 8 in 2024-07-27T19:04:39.520 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 8388609~8388609 2024-07-27T19:04:39.543 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 0~1000 2024-07-27T19:04:39.543 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 1010~1000 2024-07-27T19:04:39.543 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:04:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:04:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:39 smithi179 ceph-mon[89801]: osdmap e1305: 8 total, 8 up, 8 in 2024-07-27T19:04:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:04:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:39 smithi029 ceph-mon[96870]: osdmap e1305: 8 total, 8 up, 8 in 2024-07-27T19:04:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:04:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:39 smithi029 ceph-mon[99353]: osdmap e1305: 8 total, 8 up, 8 in 2024-07-27T19:04:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:40 smithi179 ceph-mon[89801]: pgmap v2323: 169 pgs: 169 active+clean; 825 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 11 MiB/s rd, 14 MiB/s wr, 379 op/s 2024-07-27T19:04:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:40 smithi179 ceph-mon[89801]: osdmap e1306: 8 total, 8 up, 8 in 2024-07-27T19:04:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:40 smithi029 ceph-mon[96870]: pgmap v2323: 169 pgs: 169 active+clean; 825 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 11 MiB/s rd, 14 MiB/s wr, 379 op/s 2024-07-27T19:04:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:40 smithi029 ceph-mon[96870]: osdmap e1306: 8 total, 8 up, 8 in 2024-07-27T19:04:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:40 smithi029 ceph-mon[99353]: pgmap v2323: 169 pgs: 169 active+clean; 825 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 11 MiB/s rd, 14 MiB/s wr, 379 op/s 2024-07-27T19:04:41.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:40 smithi029 ceph-mon[99353]: osdmap e1306: 8 total, 8 up, 8 in 2024-07-27T19:04:41.525 INFO:tasks.workunit.client.0.smithi029.stdout:write: X 8388609~1000 2024-07-27T19:04:41.533 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 16777228~1000 2024-07-27T19:04:41.533 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167772160 2024-07-27T19:04:41.544 INFO:tasks.workunit.client.0.smithi029.stdout:write: 2 83886079~8388609 2024-07-27T19:04:41.566 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:04:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:42 smithi029 ceph-mon[96870]: pgmap v2326: 169 pgs: 169 active+clean; 841 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 13 MiB/s rd, 20 MiB/s wr, 506 op/s 2024-07-27T19:04:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:42 smithi029 ceph-mon[96870]: osdmap e1307: 8 total, 8 up, 8 in 2024-07-27T19:04:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:42 smithi029 ceph-mon[99353]: pgmap v2326: 169 pgs: 169 active+clean; 841 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 13 MiB/s rd, 20 MiB/s wr, 506 op/s 2024-07-27T19:04:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:42 smithi029 ceph-mon[99353]: osdmap e1307: 8 total, 8 up, 8 in 2024-07-27T19:04:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:04:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:04:42] "GET /metrics HTTP/1.1" 200 38901 "" "Prometheus/2.43.0" 2024-07-27T19:04:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:42 smithi179 ceph-mon[89801]: pgmap v2326: 169 pgs: 169 active+clean; 841 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 13 MiB/s rd, 20 MiB/s wr, 506 op/s 2024-07-27T19:04:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:42 smithi179 ceph-mon[89801]: osdmap e1307: 8 total, 8 up, 8 in 2024-07-27T19:04:43.519 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:43.550 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 83886079~1 2024-07-27T19:04:43.559 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:04:43.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:43 smithi179 ceph-mon[89801]: osdmap e1308: 8 total, 8 up, 8 in 2024-07-27T19:04:43.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:43 smithi179 ceph-mon[89801]: osdmap e1309: 8 total, 8 up, 8 in 2024-07-27T19:04:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:43 smithi029 ceph-mon[96870]: osdmap e1308: 8 total, 8 up, 8 in 2024-07-27T19:04:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:43 smithi029 ceph-mon[96870]: osdmap e1309: 8 total, 8 up, 8 in 2024-07-27T19:04:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:43 smithi029 ceph-mon[99353]: osdmap e1308: 8 total, 8 up, 8 in 2024-07-27T19:04:44.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:43 smithi029 ceph-mon[99353]: osdmap e1309: 8 total, 8 up, 8 in 2024-07-27T19:04:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:44 smithi179 ceph-mon[89801]: pgmap v2329: 169 pgs: 169 active+clean; 861 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 8.2 MiB/s rd, 13 MiB/s wr, 272 op/s 2024-07-27T19:04:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:44 smithi029 ceph-mon[96870]: pgmap v2329: 169 pgs: 169 active+clean; 861 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 8.2 MiB/s rd, 13 MiB/s wr, 272 op/s 2024-07-27T19:04:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:44 smithi029 ceph-mon[99353]: pgmap v2329: 169 pgs: 169 active+clean; 861 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 8.2 MiB/s rd, 13 MiB/s wr, 272 op/s 2024-07-27T19:04:45.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:45 smithi179 ceph-mon[89801]: osdmap e1310: 8 total, 8 up, 8 in 2024-07-27T19:04:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:45 smithi029 ceph-mon[96870]: osdmap e1310: 8 total, 8 up, 8 in 2024-07-27T19:04:46.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:45 smithi029 ceph-mon[99353]: osdmap e1310: 8 total, 8 up, 8 in 2024-07-27T19:04:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:46 smithi179 ceph-mon[89801]: pgmap v2332: 169 pgs: 169 active+clean; 869 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 6.1 MiB/s rd, 9.0 MiB/s wr, 119 op/s 2024-07-27T19:04:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:46 smithi179 ceph-mon[89801]: osdmap e1311: 8 total, 8 up, 8 in 2024-07-27T19:04:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:04:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:46 smithi029 ceph-mon[96870]: pgmap v2332: 169 pgs: 169 active+clean; 869 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 6.1 MiB/s rd, 9.0 MiB/s wr, 119 op/s 2024-07-27T19:04:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:46 smithi029 ceph-mon[96870]: osdmap e1311: 8 total, 8 up, 8 in 2024-07-27T19:04:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:04:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:46 smithi029 ceph-mon[99353]: pgmap v2332: 169 pgs: 169 active+clean; 869 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 6.1 MiB/s rd, 9.0 MiB/s wr, 119 op/s 2024-07-27T19:04:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:46 smithi029 ceph-mon[99353]: osdmap e1311: 8 total, 8 up, 8 in 2024-07-27T19:04:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:04:47.100 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:04:47.195 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:04:47.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:47 smithi179 ceph-mon[89801]: osdmap e1312: 8 total, 8 up, 8 in 2024-07-27T19:04:47.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:04:47.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:04:47.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:47 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:04:47.939 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 0~8388609 2024-07-27T19:04:47.963 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 16777218~8388609 2024-07-27T19:04:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:47 smithi029 ceph-mon[96870]: osdmap e1312: 8 total, 8 up, 8 in 2024-07-27T19:04:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:04:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:04:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:47 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:04:48.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:47 smithi029 ceph-mon[99353]: osdmap e1312: 8 total, 8 up, 8 in 2024-07-27T19:04:48.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:04:48.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:04:48.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:47 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:04:48.040 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:04:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:48 smithi179 ceph-mon[89801]: pgmap v2335: 169 pgs: 169 active+clean; 873 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 59 KiB/s rd, 3.0 MiB/s wr, 87 op/s 2024-07-27T19:04:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:48 smithi179 ceph-mon[89801]: osdmap e1313: 8 total, 8 up, 8 in 2024-07-27T19:04:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:48 smithi029 ceph-mon[96870]: pgmap v2335: 169 pgs: 169 active+clean; 873 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 59 KiB/s rd, 3.0 MiB/s wr, 87 op/s 2024-07-27T19:04:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:48 smithi029 ceph-mon[96870]: osdmap e1313: 8 total, 8 up, 8 in 2024-07-27T19:04:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:48 smithi029 ceph-mon[99353]: pgmap v2335: 169 pgs: 169 active+clean; 873 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 59 KiB/s rd, 3.0 MiB/s wr, 87 op/s 2024-07-27T19:04:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:48 smithi029 ceph-mon[99353]: osdmap e1313: 8 total, 8 up, 8 in 2024-07-27T19:04:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:49 smithi029 ceph-mon[96870]: osdmap e1314: 8 total, 8 up, 8 in 2024-07-27T19:04:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:49 smithi029 ceph-mon[96870]: pgmap v2338: 169 pgs: 169 active+clean; 925 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 27 MiB/s rd, 17 MiB/s wr, 416 op/s 2024-07-27T19:04:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:49 smithi029 ceph-mon[99353]: osdmap e1314: 8 total, 8 up, 8 in 2024-07-27T19:04:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:49 smithi029 ceph-mon[99353]: pgmap v2338: 169 pgs: 169 active+clean; 925 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 27 MiB/s rd, 17 MiB/s wr, 416 op/s 2024-07-27T19:04:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:49 smithi179 ceph-mon[89801]: osdmap e1314: 8 total, 8 up, 8 in 2024-07-27T19:04:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:49 smithi179 ceph-mon[89801]: pgmap v2338: 169 pgs: 169 active+clean; 925 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 27 MiB/s rd, 17 MiB/s wr, 416 op/s 2024-07-27T19:04:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:50 smithi029 ceph-mon[96870]: osdmap e1315: 8 total, 8 up, 8 in 2024-07-27T19:04:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:50 smithi029 ceph-mon[99353]: osdmap e1315: 8 total, 8 up, 8 in 2024-07-27T19:04:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:50 smithi179 ceph-mon[89801]: osdmap e1315: 8 total, 8 up, 8 in 2024-07-27T19:04:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:51 smithi029 ceph-mon[96870]: osdmap e1316: 8 total, 8 up, 8 in 2024-07-27T19:04:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:51 smithi029 ceph-mon[96870]: pgmap v2341: 169 pgs: 169 active+clean; 941 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 42 MiB/s rd, 22 MiB/s wr, 386 op/s 2024-07-27T19:04:52.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:51 smithi029 ceph-mon[99353]: osdmap e1316: 8 total, 8 up, 8 in 2024-07-27T19:04:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:51 smithi029 ceph-mon[99353]: pgmap v2341: 169 pgs: 169 active+clean; 941 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 42 MiB/s rd, 22 MiB/s wr, 386 op/s 2024-07-27T19:04:52.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:51 smithi179 ceph-mon[89801]: osdmap e1316: 8 total, 8 up, 8 in 2024-07-27T19:04:52.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:51 smithi179 ceph-mon[89801]: pgmap v2341: 169 pgs: 169 active+clean; 941 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 42 MiB/s rd, 22 MiB/s wr, 386 op/s 2024-07-27T19:04:52.357 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.AbortWithSnapshots (14681 ms) 2024-07-27T19:04:52.357 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.CloneV1Parent 2024-07-27T19:04:52.393 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:52.406 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 0~10 2024-07-27T19:04:52.416 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:04:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:04:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:04:52] "GET /metrics HTTP/1.1" 200 38901 "" "Prometheus/2.43.0" 2024-07-27T19:04:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:52 smithi029 ceph-mon[96870]: osdmap e1317: 8 total, 8 up, 8 in 2024-07-27T19:04:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:52 smithi029 ceph-mon[99353]: osdmap e1317: 8 total, 8 up, 8 in 2024-07-27T19:04:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:52 smithi179 ceph-mon[89801]: osdmap e1317: 8 total, 8 up, 8 in 2024-07-27T19:04:53.978 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:04:54.043 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:04:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:53 smithi029 ceph-mon[96870]: osdmap e1318: 8 total, 8 up, 8 in 2024-07-27T19:04:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:53 smithi029 ceph-mon[96870]: pgmap v2344: 169 pgs: 169 active+clean; 929 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 25 MiB/s rd, 7.0 MiB/s wr, 92 op/s 2024-07-27T19:04:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:04:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:53 smithi029 ceph-mon[99353]: osdmap e1318: 8 total, 8 up, 8 in 2024-07-27T19:04:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:53 smithi029 ceph-mon[99353]: pgmap v2344: 169 pgs: 169 active+clean; 929 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 25 MiB/s rd, 7.0 MiB/s wr, 92 op/s 2024-07-27T19:04:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:04:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:53 smithi179 ceph-mon[89801]: osdmap e1318: 8 total, 8 up, 8 in 2024-07-27T19:04:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:53 smithi179 ceph-mon[89801]: pgmap v2344: 169 pgs: 169 active+clean; 929 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 25 MiB/s rd, 7.0 MiB/s wr, 92 op/s 2024-07-27T19:04:54.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:04:55.191 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:04:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:54 smithi029 ceph-mon[96870]: osdmap e1319: 8 total, 8 up, 8 in 2024-07-27T19:04:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:54 smithi029 ceph-mon[99353]: osdmap e1319: 8 total, 8 up, 8 in 2024-07-27T19:04:55.272 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:04:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:54 smithi179 ceph-mon[89801]: osdmap e1319: 8 total, 8 up, 8 in 2024-07-27T19:04:56.116 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.CloneV1Parent (3760 ms) 2024-07-27T19:04:56.117 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.CloneV2Parent 2024-07-27T19:04:56.148 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:56.159 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 0~10 2024-07-27T19:04:56.168 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:04:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:55 smithi029 ceph-mon[96870]: osdmap e1320: 8 total, 8 up, 8 in 2024-07-27T19:04:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:55 smithi029 ceph-mon[96870]: pgmap v2347: 169 pgs: 169 active+clean; 913 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 20 MiB/s rd, 1.0 MiB/s wr, 117 op/s 2024-07-27T19:04:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:55 smithi029 ceph-mon[99353]: osdmap e1320: 8 total, 8 up, 8 in 2024-07-27T19:04:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:55 smithi029 ceph-mon[99353]: pgmap v2347: 169 pgs: 169 active+clean; 913 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 20 MiB/s rd, 1.0 MiB/s wr, 117 op/s 2024-07-27T19:04:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:55 smithi179 ceph-mon[89801]: osdmap e1320: 8 total, 8 up, 8 in 2024-07-27T19:04:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:55 smithi179 ceph-mon[89801]: pgmap v2347: 169 pgs: 169 active+clean; 913 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 20 MiB/s rd, 1.0 MiB/s wr, 117 op/s 2024-07-27T19:04:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:56 smithi029 ceph-mon[99353]: osdmap e1321: 8 total, 8 up, 8 in 2024-07-27T19:04:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:56 smithi029 ceph-mon[96870]: osdmap e1321: 8 total, 8 up, 8 in 2024-07-27T19:04:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:56 smithi179 ceph-mon[89801]: osdmap e1321: 8 total, 8 up, 8 in 2024-07-27T19:04:58.001 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:04:58.066 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:04:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:57 smithi029 ceph-mon[96870]: osdmap e1322: 8 total, 8 up, 8 in 2024-07-27T19:04:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:57 smithi029 ceph-mon[96870]: pgmap v2350: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 26 MiB/s rd, 20 KiB/s wr, 464 op/s 2024-07-27T19:04:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:57 smithi029 ceph-mon[99353]: osdmap e1322: 8 total, 8 up, 8 in 2024-07-27T19:04:58.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:57 smithi029 ceph-mon[99353]: pgmap v2350: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 26 MiB/s rd, 20 KiB/s wr, 464 op/s 2024-07-27T19:04:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:57 smithi179 ceph-mon[89801]: osdmap e1322: 8 total, 8 up, 8 in 2024-07-27T19:04:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:57 smithi179 ceph-mon[89801]: pgmap v2350: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 26 MiB/s rd, 20 KiB/s wr, 464 op/s 2024-07-27T19:04:58.716 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:04:58.796 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:04:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:58 smithi029 ceph-mon[96870]: osdmap e1323: 8 total, 8 up, 8 in 2024-07-27T19:04:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:04:58 smithi029 ceph-mon[96870]: osdmap e1324: 8 total, 8 up, 8 in 2024-07-27T19:04:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:58 smithi029 ceph-mon[99353]: osdmap e1323: 8 total, 8 up, 8 in 2024-07-27T19:04:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:04:58 smithi029 ceph-mon[99353]: osdmap e1324: 8 total, 8 up, 8 in 2024-07-27T19:04:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:58 smithi179 ceph-mon[89801]: osdmap e1323: 8 total, 8 up, 8 in 2024-07-27T19:04:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:04:58 smithi179 ceph-mon[89801]: osdmap e1324: 8 total, 8 up, 8 in 2024-07-27T19:04:59.634 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.CloneV2Parent (3518 ms) 2024-07-27T19:04:59.635 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.CloneV1ParentAbort 2024-07-27T19:04:59.667 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:04:59.677 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 0~10 2024-07-27T19:04:59.686 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:05:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:00 smithi179 ceph-mon[89801]: pgmap v2353: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 16 MiB/s rd, 24 KiB/s wr, 496 op/s 2024-07-27T19:05:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:00 smithi179 ceph-mon[89801]: osdmap e1325: 8 total, 8 up, 8 in 2024-07-27T19:05:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:00 smithi029 ceph-mon[96870]: pgmap v2353: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 16 MiB/s rd, 24 KiB/s wr, 496 op/s 2024-07-27T19:05:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:00 smithi029 ceph-mon[96870]: osdmap e1325: 8 total, 8 up, 8 in 2024-07-27T19:05:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:00 smithi029 ceph-mon[99353]: pgmap v2353: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 16 MiB/s rd, 24 KiB/s wr, 496 op/s 2024-07-27T19:05:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:00 smithi029 ceph-mon[99353]: osdmap e1325: 8 total, 8 up, 8 in 2024-07-27T19:05:01.539 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:05:01.609 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:05:01.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:01 smithi179 ceph-mon[89801]: osdmap e1326: 8 total, 8 up, 8 in 2024-07-27T19:05:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:01 smithi029 ceph-mon[96870]: osdmap e1326: 8 total, 8 up, 8 in 2024-07-27T19:05:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:01 smithi029 ceph-mon[99353]: osdmap e1326: 8 total, 8 up, 8 in 2024-07-27T19:05:02.709 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:05:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:02 smithi029 ceph-mon[96870]: pgmap v2356: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 94 KiB/s rd, 13 KiB/s wr, 134 op/s 2024-07-27T19:05:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:02 smithi029 ceph-mon[96870]: osdmap e1327: 8 total, 8 up, 8 in 2024-07-27T19:05:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:02 smithi029 ceph-mon[99353]: pgmap v2356: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 94 KiB/s rd, 13 KiB/s wr, 134 op/s 2024-07-27T19:05:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:02 smithi029 ceph-mon[99353]: osdmap e1327: 8 total, 8 up, 8 in 2024-07-27T19:05:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:05:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:05:02] "GET /metrics HTTP/1.1" 200 38898 "" "Prometheus/2.43.0" 2024-07-27T19:05:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:02 smithi179 ceph-mon[89801]: pgmap v2356: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 94 KiB/s rd, 13 KiB/s wr, 134 op/s 2024-07-27T19:05:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:02 smithi179 ceph-mon[89801]: osdmap e1327: 8 total, 8 up, 8 in 2024-07-27T19:05:03.651 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.CloneV1ParentAbort (4017 ms) 2024-07-27T19:05:03.651 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.CloneV2ParentAbort 2024-07-27T19:05:03.685 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:05:03.695 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 0~10 2024-07-27T19:05:03.703 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:05:03.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:03 smithi179 ceph-mon[89801]: osdmap e1328: 8 total, 8 up, 8 in 2024-07-27T19:05:03.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:03 smithi179 ceph-mon[89801]: osdmap e1329: 8 total, 8 up, 8 in 2024-07-27T19:05:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:03 smithi029 ceph-mon[96870]: osdmap e1328: 8 total, 8 up, 8 in 2024-07-27T19:05:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:03 smithi029 ceph-mon[96870]: osdmap e1329: 8 total, 8 up, 8 in 2024-07-27T19:05:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:03 smithi029 ceph-mon[99353]: osdmap e1328: 8 total, 8 up, 8 in 2024-07-27T19:05:04.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:03 smithi029 ceph-mon[99353]: osdmap e1329: 8 total, 8 up, 8 in 2024-07-27T19:05:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:04 smithi179 ceph-mon[89801]: pgmap v2359: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 393 KiB/s rd, 22 KiB/s wr, 483 op/s 2024-07-27T19:05:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:04 smithi029 ceph-mon[96870]: pgmap v2359: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 393 KiB/s rd, 22 KiB/s wr, 483 op/s 2024-07-27T19:05:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:04 smithi029 ceph-mon[99353]: pgmap v2359: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 393 KiB/s rd, 22 KiB/s wr, 483 op/s 2024-07-27T19:05:05.566 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:05:05.623 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:05:05.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:05 smithi179 ceph-mon[89801]: osdmap e1330: 8 total, 8 up, 8 in 2024-07-27T19:05:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:05 smithi029 ceph-mon[96870]: osdmap e1330: 8 total, 8 up, 8 in 2024-07-27T19:05:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:05 smithi029 ceph-mon[99353]: osdmap e1330: 8 total, 8 up, 8 in 2024-07-27T19:05:06.754 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:05:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:06 smithi179 ceph-mon[89801]: pgmap v2362: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 475 KiB/s rd, 25 KiB/s wr, 593 op/s 2024-07-27T19:05:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:06 smithi179 ceph-mon[89801]: osdmap e1331: 8 total, 8 up, 8 in 2024-07-27T19:05:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:06 smithi029 ceph-mon[96870]: pgmap v2362: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 475 KiB/s rd, 25 KiB/s wr, 593 op/s 2024-07-27T19:05:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:06 smithi029 ceph-mon[96870]: osdmap e1331: 8 total, 8 up, 8 in 2024-07-27T19:05:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:06 smithi029 ceph-mon[99353]: pgmap v2362: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 475 KiB/s rd, 25 KiB/s wr, 593 op/s 2024-07-27T19:05:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:06 smithi029 ceph-mon[99353]: osdmap e1331: 8 total, 8 up, 8 in 2024-07-27T19:05:07.705 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.CloneV2ParentAbort (4054 ms) 2024-07-27T19:05:07.706 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.CloneV1ParentAbortFixIncompleteChildReattach 2024-07-27T19:05:07.739 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:05:07.750 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 0~10 2024-07-27T19:05:07.759 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:05:07.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:07 smithi179 ceph-mon[89801]: osdmap e1332: 8 total, 8 up, 8 in 2024-07-27T19:05:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:07 smithi029 ceph-mon[96870]: osdmap e1332: 8 total, 8 up, 8 in 2024-07-27T19:05:08.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:07 smithi029 ceph-mon[99353]: osdmap e1332: 8 total, 8 up, 8 in 2024-07-27T19:05:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:08 smithi179 ceph-mon[89801]: pgmap v2365: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 186 KiB/s rd, 13 KiB/s wr, 243 op/s 2024-07-27T19:05:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:08 smithi179 ceph-mon[89801]: osdmap e1333: 8 total, 8 up, 8 in 2024-07-27T19:05:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:08 smithi179 ceph-mon[89801]: osdmap e1334: 8 total, 8 up, 8 in 2024-07-27T19:05:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:08 smithi029 ceph-mon[96870]: pgmap v2365: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 186 KiB/s rd, 13 KiB/s wr, 243 op/s 2024-07-27T19:05:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:08 smithi029 ceph-mon[96870]: osdmap e1333: 8 total, 8 up, 8 in 2024-07-27T19:05:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:08 smithi029 ceph-mon[96870]: osdmap e1334: 8 total, 8 up, 8 in 2024-07-27T19:05:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:08 smithi029 ceph-mon[99353]: pgmap v2365: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 186 KiB/s rd, 13 KiB/s wr, 243 op/s 2024-07-27T19:05:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:08 smithi029 ceph-mon[99353]: osdmap e1333: 8 total, 8 up, 8 in 2024-07-27T19:05:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:08 smithi029 ceph-mon[99353]: osdmap e1334: 8 total, 8 up, 8 in 2024-07-27T19:05:09.530 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:05:09.593 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:05:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:05:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:09 smithi179 ceph-mon[89801]: osdmap e1335: 8 total, 8 up, 8 in 2024-07-27T19:05:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:05:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:09 smithi029 ceph-mon[96870]: osdmap e1335: 8 total, 8 up, 8 in 2024-07-27T19:05:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:05:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:09 smithi029 ceph-mon[99353]: osdmap e1335: 8 total, 8 up, 8 in 2024-07-27T19:05:10.775 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:05:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:10 smithi179 ceph-mon[89801]: pgmap v2368: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 264 KiB/s rd, 25 KiB/s wr, 350 op/s 2024-07-27T19:05:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:10 smithi029 ceph-mon[96870]: pgmap v2368: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 264 KiB/s rd, 25 KiB/s wr, 350 op/s 2024-07-27T19:05:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:10 smithi029 ceph-mon[99353]: pgmap v2368: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 264 KiB/s rd, 25 KiB/s wr, 350 op/s 2024-07-27T19:05:11.721 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.CloneV1ParentAbortFixIncompleteChildReattach (4016 ms) 2024-07-27T19:05:11.721 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.CloneV1ParentAbortFixParentReattach 2024-07-27T19:05:11.756 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:05:11.767 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 0~10 2024-07-27T19:05:11.777 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:05:11.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:11 smithi179 ceph-mon[89801]: osdmap e1336: 8 total, 8 up, 8 in 2024-07-27T19:05:12.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:11 smithi029 ceph-mon[99353]: osdmap e1336: 8 total, 8 up, 8 in 2024-07-27T19:05:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:11 smithi029 ceph-mon[96870]: osdmap e1336: 8 total, 8 up, 8 in 2024-07-27T19:05:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:12 smithi029 ceph-mon[96870]: pgmap v2371: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 297 KiB/s rd, 23 KiB/s wr, 386 op/s 2024-07-27T19:05:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:12 smithi029 ceph-mon[96870]: osdmap e1337: 8 total, 8 up, 8 in 2024-07-27T19:05:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:12 smithi029 ceph-mon[99353]: pgmap v2371: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 297 KiB/s rd, 23 KiB/s wr, 386 op/s 2024-07-27T19:05:12.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:12 smithi029 ceph-mon[99353]: osdmap e1337: 8 total, 8 up, 8 in 2024-07-27T19:05:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:05:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:05:12] "GET /metrics HTTP/1.1" 200 38898 "" "Prometheus/2.43.0" 2024-07-27T19:05:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:12 smithi179 ceph-mon[89801]: pgmap v2371: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 297 KiB/s rd, 23 KiB/s wr, 386 op/s 2024-07-27T19:05:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:12 smithi179 ceph-mon[89801]: osdmap e1337: 8 total, 8 up, 8 in 2024-07-27T19:05:13.526 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:05:13.602 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:05:13.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:13 smithi179 ceph-mon[89801]: osdmap e1338: 8 total, 8 up, 8 in 2024-07-27T19:05:13.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:13 smithi179 ceph-mon[89801]: osdmap e1339: 8 total, 8 up, 8 in 2024-07-27T19:05:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:13 smithi029 ceph-mon[96870]: osdmap e1338: 8 total, 8 up, 8 in 2024-07-27T19:05:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:13 smithi029 ceph-mon[96870]: osdmap e1339: 8 total, 8 up, 8 in 2024-07-27T19:05:14.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:13 smithi029 ceph-mon[99353]: osdmap e1338: 8 total, 8 up, 8 in 2024-07-27T19:05:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:13 smithi029 ceph-mon[99353]: osdmap e1339: 8 total, 8 up, 8 in 2024-07-27T19:05:14.805 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:05:14.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:14 smithi179 ceph-mon[89801]: pgmap v2374: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 278 KiB/s rd, 15 KiB/s wr, 346 op/s 2024-07-27T19:05:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:14 smithi029 ceph-mon[96870]: pgmap v2374: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 278 KiB/s rd, 15 KiB/s wr, 346 op/s 2024-07-27T19:05:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:14 smithi029 ceph-mon[99353]: pgmap v2374: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 278 KiB/s rd, 15 KiB/s wr, 346 op/s 2024-07-27T19:05:15.754 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.CloneV1ParentAbortFixParentReattach (4032 ms) 2024-07-27T19:05:15.754 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.CloneV1ParentAbortRelinkNotNeeded 2024-07-27T19:05:15.789 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:05:15.799 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 0~10 2024-07-27T19:05:15.809 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:05:15.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:15 smithi179 ceph-mon[89801]: osdmap e1340: 8 total, 8 up, 8 in 2024-07-27T19:05:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:15 smithi029 ceph-mon[96870]: osdmap e1340: 8 total, 8 up, 8 in 2024-07-27T19:05:16.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:15 smithi029 ceph-mon[99353]: osdmap e1340: 8 total, 8 up, 8 in 2024-07-27T19:05:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:16 smithi179 ceph-mon[89801]: pgmap v2377: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 281 KiB/s rd, 17 KiB/s wr, 357 op/s 2024-07-27T19:05:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:16 smithi179 ceph-mon[89801]: osdmap e1341: 8 total, 8 up, 8 in 2024-07-27T19:05:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:16 smithi029 ceph-mon[96870]: pgmap v2377: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 281 KiB/s rd, 17 KiB/s wr, 357 op/s 2024-07-27T19:05:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:16 smithi029 ceph-mon[96870]: osdmap e1341: 8 total, 8 up, 8 in 2024-07-27T19:05:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:16 smithi029 ceph-mon[99353]: pgmap v2377: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 281 KiB/s rd, 17 KiB/s wr, 357 op/s 2024-07-27T19:05:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:16 smithi029 ceph-mon[99353]: osdmap e1341: 8 total, 8 up, 8 in 2024-07-27T19:05:17.630 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:05:17.694 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:05:17.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:17 smithi179 ceph-mon[89801]: osdmap e1342: 8 total, 8 up, 8 in 2024-07-27T19:05:18.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:17 smithi029 ceph-mon[96870]: osdmap e1342: 8 total, 8 up, 8 in 2024-07-27T19:05:18.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:17 smithi029 ceph-mon[99353]: osdmap e1342: 8 total, 8 up, 8 in 2024-07-27T19:05:18.713 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:05:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:18 smithi179 ceph-mon[89801]: pgmap v2380: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 180 KiB/s rd, 13 KiB/s wr, 236 op/s 2024-07-27T19:05:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:18 smithi179 ceph-mon[89801]: osdmap e1343: 8 total, 8 up, 8 in 2024-07-27T19:05:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:18 smithi179 ceph-mon[89801]: osdmap e1344: 8 total, 8 up, 8 in 2024-07-27T19:05:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:18 smithi029 ceph-mon[96870]: pgmap v2380: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 180 KiB/s rd, 13 KiB/s wr, 236 op/s 2024-07-27T19:05:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:18 smithi029 ceph-mon[96870]: osdmap e1343: 8 total, 8 up, 8 in 2024-07-27T19:05:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:18 smithi029 ceph-mon[96870]: osdmap e1344: 8 total, 8 up, 8 in 2024-07-27T19:05:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:18 smithi029 ceph-mon[99353]: pgmap v2380: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 180 KiB/s rd, 13 KiB/s wr, 236 op/s 2024-07-27T19:05:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:18 smithi029 ceph-mon[99353]: osdmap e1343: 8 total, 8 up, 8 in 2024-07-27T19:05:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:18 smithi029 ceph-mon[99353]: osdmap e1344: 8 total, 8 up, 8 in 2024-07-27T19:05:19.781 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.CloneV1ParentAbortRelinkNotNeeded (4027 ms) 2024-07-27T19:05:19.781 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.CloneV2ParentAbortFixIncompleteChildReattach 2024-07-27T19:05:19.813 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:05:19.826 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 0~10 2024-07-27T19:05:19.835 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:05:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:20 smithi179 ceph-mon[89801]: pgmap v2383: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 343 KiB/s rd, 18 KiB/s wr, 433 op/s 2024-07-27T19:05:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:20 smithi179 ceph-mon[89801]: osdmap e1345: 8 total, 8 up, 8 in 2024-07-27T19:05:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:20 smithi029 ceph-mon[96870]: pgmap v2383: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 343 KiB/s rd, 18 KiB/s wr, 433 op/s 2024-07-27T19:05:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:20 smithi029 ceph-mon[96870]: osdmap e1345: 8 total, 8 up, 8 in 2024-07-27T19:05:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:20 smithi029 ceph-mon[99353]: pgmap v2383: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 343 KiB/s rd, 18 KiB/s wr, 433 op/s 2024-07-27T19:05:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:20 smithi029 ceph-mon[99353]: osdmap e1345: 8 total, 8 up, 8 in 2024-07-27T19:05:21.648 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:05:21.708 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:05:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:21 smithi179 ceph-mon[89801]: osdmap e1346: 8 total, 8 up, 8 in 2024-07-27T19:05:22.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:21 smithi029 ceph-mon[96870]: osdmap e1346: 8 total, 8 up, 8 in 2024-07-27T19:05:22.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:21 smithi029 ceph-mon[99353]: osdmap e1346: 8 total, 8 up, 8 in 2024-07-27T19:05:22.640 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:05:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:05:22] "GET /metrics HTTP/1.1" 200 38898 "" "Prometheus/2.43.0" 2024-07-27T19:05:22.830 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:05:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:22 smithi179 ceph-mon[89801]: pgmap v2386: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 349 KiB/s rd, 19 KiB/s wr, 442 op/s 2024-07-27T19:05:22.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:22 smithi179 ceph-mon[89801]: osdmap e1347: 8 total, 8 up, 8 in 2024-07-27T19:05:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:22 smithi029 ceph-mon[96870]: pgmap v2386: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 349 KiB/s rd, 19 KiB/s wr, 442 op/s 2024-07-27T19:05:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:22 smithi029 ceph-mon[96870]: osdmap e1347: 8 total, 8 up, 8 in 2024-07-27T19:05:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:22 smithi029 ceph-mon[99353]: pgmap v2386: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 349 KiB/s rd, 19 KiB/s wr, 442 op/s 2024-07-27T19:05:23.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:22 smithi029 ceph-mon[99353]: osdmap e1347: 8 total, 8 up, 8 in 2024-07-27T19:05:23.665 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.CloneV2ParentAbortFixIncompleteChildReattach (3884 ms) 2024-07-27T19:05:23.665 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.CloneV2ParentAbortFixParentReattach 2024-07-27T19:05:23.699 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:05:23.712 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 0~10 2024-07-27T19:05:23.721 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:05:23.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:23 smithi179 ceph-mon[89801]: osdmap e1348: 8 total, 8 up, 8 in 2024-07-27T19:05:23.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:23 smithi179 ceph-mon[89801]: osdmap e1349: 8 total, 8 up, 8 in 2024-07-27T19:05:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:23 smithi029 ceph-mon[96870]: osdmap e1348: 8 total, 8 up, 8 in 2024-07-27T19:05:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:23 smithi029 ceph-mon[96870]: osdmap e1349: 8 total, 8 up, 8 in 2024-07-27T19:05:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:23 smithi029 ceph-mon[99353]: osdmap e1348: 8 total, 8 up, 8 in 2024-07-27T19:05:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:23 smithi029 ceph-mon[99353]: osdmap e1349: 8 total, 8 up, 8 in 2024-07-27T19:05:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:24 smithi179 ceph-mon[89801]: pgmap v2389: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 224 KiB/s rd, 19 KiB/s wr, 291 op/s 2024-07-27T19:05:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:05:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:24 smithi029 ceph-mon[96870]: pgmap v2389: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 224 KiB/s rd, 19 KiB/s wr, 291 op/s 2024-07-27T19:05:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:05:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:24 smithi029 ceph-mon[99353]: pgmap v2389: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 224 KiB/s rd, 19 KiB/s wr, 291 op/s 2024-07-27T19:05:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:05:25.668 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:05:25.733 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:05:25.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:25 smithi179 ceph-mon[89801]: osdmap e1350: 8 total, 8 up, 8 in 2024-07-27T19:05:26.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:25 smithi029 ceph-mon[96870]: osdmap e1350: 8 total, 8 up, 8 in 2024-07-27T19:05:26.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:25 smithi029 ceph-mon[99353]: osdmap e1350: 8 total, 8 up, 8 in 2024-07-27T19:05:26.847 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:05:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:26 smithi029 ceph-mon[96870]: pgmap v2392: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 171 KiB/s rd, 13 KiB/s wr, 219 op/s 2024-07-27T19:05:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:26 smithi029 ceph-mon[96870]: osdmap e1351: 8 total, 8 up, 8 in 2024-07-27T19:05:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:26 smithi029 ceph-mon[99353]: pgmap v2392: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 171 KiB/s rd, 13 KiB/s wr, 219 op/s 2024-07-27T19:05:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:26 smithi029 ceph-mon[99353]: osdmap e1351: 8 total, 8 up, 8 in 2024-07-27T19:05:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:26 smithi179 ceph-mon[89801]: pgmap v2392: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 171 KiB/s rd, 13 KiB/s wr, 219 op/s 2024-07-27T19:05:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:26 smithi179 ceph-mon[89801]: osdmap e1351: 8 total, 8 up, 8 in 2024-07-27T19:05:27.814 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.CloneV2ParentAbortFixParentReattach (4149 ms) 2024-07-27T19:05:27.814 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.CloneV2ParentAbortRelinkNotNeeded 2024-07-27T19:05:27.843 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:05:27.854 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 0~10 2024-07-27T19:05:27.862 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:05:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:27 smithi029 ceph-mon[96870]: osdmap e1352: 8 total, 8 up, 8 in 2024-07-27T19:05:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:27 smithi029 ceph-mon[99353]: osdmap e1352: 8 total, 8 up, 8 in 2024-07-27T19:05:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:27 smithi179 ceph-mon[89801]: osdmap e1352: 8 total, 8 up, 8 in 2024-07-27T19:05:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:28 smithi029 ceph-mon[99353]: pgmap v2395: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 260 KiB/s rd, 20 KiB/s wr, 342 op/s 2024-07-27T19:05:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:28 smithi029 ceph-mon[99353]: osdmap e1353: 8 total, 8 up, 8 in 2024-07-27T19:05:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:28 smithi029 ceph-mon[99353]: osdmap e1354: 8 total, 8 up, 8 in 2024-07-27T19:05:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:28 smithi029 ceph-mon[96870]: pgmap v2395: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 260 KiB/s rd, 20 KiB/s wr, 342 op/s 2024-07-27T19:05:29.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:28 smithi029 ceph-mon[96870]: osdmap e1353: 8 total, 8 up, 8 in 2024-07-27T19:05:29.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:28 smithi029 ceph-mon[96870]: osdmap e1354: 8 total, 8 up, 8 in 2024-07-27T19:05:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:28 smithi179 ceph-mon[89801]: pgmap v2395: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 260 KiB/s rd, 20 KiB/s wr, 342 op/s 2024-07-27T19:05:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:28 smithi179 ceph-mon[89801]: osdmap e1353: 8 total, 8 up, 8 in 2024-07-27T19:05:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:28 smithi179 ceph-mon[89801]: osdmap e1354: 8 total, 8 up, 8 in 2024-07-27T19:05:29.533 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:05:29.595 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:05:30.724 INFO:tasks.workunit.client.0.smithi029.stdout:migration_abort 2024-07-27T19:05:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:30 smithi179 ceph-mon[89801]: pgmap v2398: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 267 KiB/s rd, 24 KiB/s wr, 356 op/s 2024-07-27T19:05:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:30 smithi179 ceph-mon[89801]: osdmap e1355: 8 total, 8 up, 8 in 2024-07-27T19:05:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:30 smithi029 ceph-mon[96870]: pgmap v2398: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 267 KiB/s rd, 24 KiB/s wr, 356 op/s 2024-07-27T19:05:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:30 smithi029 ceph-mon[96870]: osdmap e1355: 8 total, 8 up, 8 in 2024-07-27T19:05:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:30 smithi029 ceph-mon[99353]: pgmap v2398: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 267 KiB/s rd, 24 KiB/s wr, 356 op/s 2024-07-27T19:05:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:30 smithi029 ceph-mon[99353]: osdmap e1355: 8 total, 8 up, 8 in 2024-07-27T19:05:31.688 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.CloneV2ParentAbortRelinkNotNeeded (3874 ms) 2024-07-27T19:05:31.688 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.StressNoMigrate 2024-07-27T19:05:31.720 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:05:31.731 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 12787041~3123269 2024-07-27T19:05:31.765 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 63894758~1629993 2024-07-27T19:05:31.765 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 50129585~1807805 2024-07-27T19:05:31.780 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 54009372~900669 2024-07-27T19:05:31.783 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 50080634~3667011 2024-07-27T19:05:31.807 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 5781067~2332687 2024-07-27T19:05:31.808 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 76361247~3996871 2024-07-27T19:05:31.833 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 78722744~5163336 2024-07-27T19:05:31.840 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap0 2024-07-27T19:05:31.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:31 smithi029 ceph-mon[96870]: osdmap e1356: 8 total, 8 up, 8 in 2024-07-27T19:05:31.902 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:31 smithi029 ceph-mon[99353]: osdmap e1356: 8 total, 8 up, 8 in 2024-07-27T19:05:31.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:31 smithi179 ceph-mon[89801]: osdmap e1356: 8 total, 8 up, 8 in 2024-07-27T19:05:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:32 smithi029 ceph-mon[96870]: pgmap v2401: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 182 KiB/s rd, 19 KiB/s wr, 236 op/s 2024-07-27T19:05:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:32 smithi029 ceph-mon[96870]: osdmap e1357: 8 total, 8 up, 8 in 2024-07-27T19:05:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:05:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:05:32] "GET /metrics HTTP/1.1" 200 38901 "" "Prometheus/2.43.0" 2024-07-27T19:05:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:32 smithi029 ceph-mon[99353]: pgmap v2401: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 182 KiB/s rd, 19 KiB/s wr, 236 op/s 2024-07-27T19:05:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:32 smithi029 ceph-mon[99353]: osdmap e1357: 8 total, 8 up, 8 in 2024-07-27T19:05:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:32 smithi179 ceph-mon[89801]: pgmap v2401: 169 pgs: 169 active+clean; 905 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 182 KiB/s rd, 19 KiB/s wr, 236 op/s 2024-07-27T19:05:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:32 smithi179 ceph-mon[89801]: osdmap e1357: 8 total, 8 up, 8 in 2024-07-27T19:05:33.535 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap0 2024-07-27T19:05:33.552 INFO:tasks.workunit.client.0.smithi029.stdout:clone image159 -> image162 2024-07-27T19:05:33.657 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 140048805 2024-07-27T19:05:33.668 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 46032381~1411488 2024-07-27T19:05:33.689 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 22997517~5835116 2024-07-27T19:05:33.696 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 46512969~6392582 2024-07-27T19:05:33.750 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 2031227~2931764 2024-07-27T19:05:33.757 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 94376168~677454 2024-07-27T19:05:33.764 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 135270913~4661352 2024-07-27T19:05:33.765 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 92945865~825702 2024-07-27T19:05:33.771 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 102673939~432176 2024-07-27T19:05:33.771 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:05:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:33 smithi179 ceph-mon[89801]: osdmap e1358: 8 total, 8 up, 8 in 2024-07-27T19:05:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:33 smithi179 ceph-mon[89801]: osdmap e1359: 8 total, 8 up, 8 in 2024-07-27T19:05:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:33 smithi029 ceph-mon[99353]: osdmap e1358: 8 total, 8 up, 8 in 2024-07-27T19:05:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:33 smithi029 ceph-mon[99353]: osdmap e1359: 8 total, 8 up, 8 in 2024-07-27T19:05:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:33 smithi029 ceph-mon[96870]: osdmap e1358: 8 total, 8 up, 8 in 2024-07-27T19:05:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:33 smithi029 ceph-mon[96870]: osdmap e1359: 8 total, 8 up, 8 in 2024-07-27T19:05:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:34 smithi179 ceph-mon[89801]: pgmap v2404: 169 pgs: 169 active+clean; 912 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 323 KiB/s rd, 1.5 MiB/s wr, 420 op/s 2024-07-27T19:05:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:34 smithi029 ceph-mon[96870]: pgmap v2404: 169 pgs: 169 active+clean; 912 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 323 KiB/s rd, 1.5 MiB/s wr, 420 op/s 2024-07-27T19:05:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:34 smithi029 ceph-mon[99353]: pgmap v2404: 169 pgs: 169 active+clean; 912 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 323 KiB/s rd, 1.5 MiB/s wr, 420 op/s 2024-07-27T19:05:35.569 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:05:35.585 INFO:tasks.workunit.client.0.smithi029.stdout:clone image162 -> image164 2024-07-27T19:05:35.713 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 167409926 2024-07-27T19:05:35.724 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 29062948~6156706 2024-07-27T19:05:35.765 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 94186644~6649859 2024-07-27T19:05:35.782 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 162003908~1289583 2024-07-27T19:05:35.794 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 142844052~964561 2024-07-27T19:05:35.794 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 47242856~828026 2024-07-27T19:05:35.844 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 135386095~4565759 2024-07-27T19:05:35.850 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 25385065~3451198 2024-07-27T19:05:35.881 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 42816445~4105611 2024-07-27T19:05:35.887 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:05:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:35 smithi179 ceph-mon[89801]: osdmap e1360: 8 total, 8 up, 8 in 2024-07-27T19:05:36.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:35 smithi029 ceph-mon[96870]: osdmap e1360: 8 total, 8 up, 8 in 2024-07-27T19:05:36.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:35 smithi029 ceph-mon[99353]: osdmap e1360: 8 total, 8 up, 8 in 2024-07-27T19:05:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:36 smithi179 ceph-mon[89801]: pgmap v2407: 169 pgs: 169 active+clean; 929 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.1 MiB/s rd, 4.9 MiB/s wr, 302 op/s 2024-07-27T19:05:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:36 smithi179 ceph-mon[89801]: osdmap e1361: 8 total, 8 up, 8 in 2024-07-27T19:05:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:36 smithi029 ceph-mon[96870]: pgmap v2407: 169 pgs: 169 active+clean; 929 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.1 MiB/s rd, 4.9 MiB/s wr, 302 op/s 2024-07-27T19:05:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:36 smithi029 ceph-mon[96870]: osdmap e1361: 8 total, 8 up, 8 in 2024-07-27T19:05:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:36 smithi029 ceph-mon[99353]: pgmap v2407: 169 pgs: 169 active+clean; 929 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.1 MiB/s rd, 4.9 MiB/s wr, 302 op/s 2024-07-27T19:05:37.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:36 smithi029 ceph-mon[99353]: osdmap e1361: 8 total, 8 up, 8 in 2024-07-27T19:05:37.592 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap2 2024-07-27T19:05:37.606 INFO:tasks.workunit.client.0.smithi029.stdout:clone image164 -> image166 2024-07-27T19:05:37.771 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 111070265~3805169 2024-07-27T19:05:37.807 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 68978700~3112432 2024-07-27T19:05:37.815 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 144520951~4144075 2024-07-27T19:05:37.840 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 165076622~2333304 2024-07-27T19:05:37.845 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 101694898~2346792 2024-07-27T19:05:37.866 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 12414449~7294234 2024-07-27T19:05:37.874 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 5786800~6845773 2024-07-27T19:05:37.910 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 160935896~6474030 2024-07-27T19:05:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:37 smithi179 ceph-mon[89801]: osdmap e1362: 8 total, 8 up, 8 in 2024-07-27T19:05:37.923 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:05:38.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:37 smithi029 ceph-mon[96870]: osdmap e1362: 8 total, 8 up, 8 in 2024-07-27T19:05:38.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:37 smithi029 ceph-mon[99353]: osdmap e1362: 8 total, 8 up, 8 in 2024-07-27T19:05:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:38 smithi179 ceph-mon[89801]: pgmap v2410: 169 pgs: 169 active+clean; 959 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 7.9 MiB/s wr, 248 op/s 2024-07-27T19:05:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:38 smithi179 ceph-mon[89801]: osdmap e1363: 8 total, 8 up, 8 in 2024-07-27T19:05:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:38 smithi179 ceph-mon[89801]: osdmap e1364: 8 total, 8 up, 8 in 2024-07-27T19:05:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:38 smithi029 ceph-mon[96870]: pgmap v2410: 169 pgs: 169 active+clean; 959 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 7.9 MiB/s wr, 248 op/s 2024-07-27T19:05:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:38 smithi029 ceph-mon[96870]: osdmap e1363: 8 total, 8 up, 8 in 2024-07-27T19:05:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:38 smithi029 ceph-mon[96870]: osdmap e1364: 8 total, 8 up, 8 in 2024-07-27T19:05:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:38 smithi029 ceph-mon[99353]: pgmap v2410: 169 pgs: 169 active+clean; 959 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 2.1 MiB/s rd, 7.9 MiB/s wr, 248 op/s 2024-07-27T19:05:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:38 smithi029 ceph-mon[99353]: osdmap e1363: 8 total, 8 up, 8 in 2024-07-27T19:05:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:38 smithi029 ceph-mon[99353]: osdmap e1364: 8 total, 8 up, 8 in 2024-07-27T19:05:39.538 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap3 2024-07-27T19:05:39.550 INFO:tasks.workunit.client.0.smithi029.stdout:clone image166 -> image168 2024-07-27T19:05:39.735 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 243332873 2024-07-27T19:05:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:05:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:39 smithi179 ceph-mon[89801]: osdmap e1365: 8 total, 8 up, 8 in 2024-07-27T19:05:39.931 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.StressNoMigrate (8243 ms) 2024-07-27T19:05:39.931 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.Stress 2024-07-27T19:05:39.961 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:05:39.971 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 47770965~6127679 2024-07-27T19:05:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:05:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:39 smithi029 ceph-mon[96870]: osdmap e1365: 8 total, 8 up, 8 in 2024-07-27T19:05:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:05:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:39 smithi029 ceph-mon[99353]: osdmap e1365: 8 total, 8 up, 8 in 2024-07-27T19:05:40.020 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 41721821~8193173 2024-07-27T19:05:40.023 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 65183924~2005077 2024-07-27T19:05:40.042 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 77359556~3229980 2024-07-27T19:05:40.043 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 12491993~2180672 2024-07-27T19:05:40.063 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 71724514~8111673 2024-07-27T19:05:40.063 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 15983004~7908555 2024-07-27T19:05:40.109 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 26193373~7728082 2024-07-27T19:05:40.110 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap0 2024-07-27T19:05:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:40 smithi179 ceph-mon[89801]: pgmap v2413: 169 pgs: 169 active+clean; 1.0 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 4.3 MiB/s rd, 18 MiB/s wr, 505 op/s 2024-07-27T19:05:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:40 smithi029 ceph-mon[96870]: pgmap v2413: 169 pgs: 169 active+clean; 1.0 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 4.3 MiB/s rd, 18 MiB/s wr, 505 op/s 2024-07-27T19:05:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:40 smithi029 ceph-mon[99353]: pgmap v2413: 169 pgs: 169 active+clean; 1.0 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 4.3 MiB/s rd, 18 MiB/s wr, 505 op/s 2024-07-27T19:05:41.605 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap0 2024-07-27T19:05:41.620 INFO:tasks.workunit.client.0.smithi029.stdout:clone image169 -> image172 2024-07-27T19:05:41.720 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 162744406 2024-07-27T19:05:41.732 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 8628635~8165115 2024-07-27T19:05:41.801 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 122817299~3305754 2024-07-27T19:05:41.802 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 85594892~6177787 2024-07-27T19:05:41.839 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 99844643~3744466 2024-07-27T19:05:41.839 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 76016448~6869944 2024-07-27T19:05:41.887 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 71261393~3638214 2024-07-27T19:05:41.895 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 81602758~6646656 2024-07-27T19:05:41.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:41 smithi179 ceph-mon[89801]: osdmap e1366: 8 total, 8 up, 8 in 2024-07-27T19:05:41.926 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 145643865~5651048 2024-07-27T19:05:41.927 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:05:42.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:41 smithi029 ceph-mon[96870]: osdmap e1366: 8 total, 8 up, 8 in 2024-07-27T19:05:42.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:41 smithi029 ceph-mon[99353]: osdmap e1366: 8 total, 8 up, 8 in 2024-07-27T19:05:42.588 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:05:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:05:42] "GET /metrics HTTP/1.1" 200 38903 "" "Prometheus/2.43.0" 2024-07-27T19:05:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:42 smithi179 ceph-mon[89801]: pgmap v2416: 169 pgs: 169 active+clean; 1.0 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 5.1 MiB/s rd, 16 MiB/s wr, 468 op/s 2024-07-27T19:05:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:42 smithi179 ceph-mon[89801]: osdmap e1367: 8 total, 8 up, 8 in 2024-07-27T19:05:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:42 smithi029 ceph-mon[96870]: pgmap v2416: 169 pgs: 169 active+clean; 1.0 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 5.1 MiB/s rd, 16 MiB/s wr, 468 op/s 2024-07-27T19:05:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:42 smithi029 ceph-mon[96870]: osdmap e1367: 8 total, 8 up, 8 in 2024-07-27T19:05:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:42 smithi029 ceph-mon[99353]: pgmap v2416: 169 pgs: 169 active+clean; 1.0 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 5.1 MiB/s rd, 16 MiB/s wr, 468 op/s 2024-07-27T19:05:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:42 smithi029 ceph-mon[99353]: osdmap e1367: 8 total, 8 up, 8 in 2024-07-27T19:05:43.612 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:05:43.624 INFO:tasks.workunit.client.0.smithi029.stdout:clone image172 -> image174 2024-07-27T19:05:43.745 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 148873845 2024-07-27T19:05:43.762 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 91913960~4944693 2024-07-27T19:05:43.822 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 40439077~5370195 2024-07-27T19:05:43.829 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 109795636~2133823 2024-07-27T19:05:43.853 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 60385129~3873547 2024-07-27T19:05:43.884 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 82720882~5917691 2024-07-27T19:05:43.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:43 smithi179 ceph-mon[89801]: osdmap e1368: 8 total, 8 up, 8 in 2024-07-27T19:05:43.937 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 146146459~2727386 2024-07-27T19:05:43.942 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 23105484~6999918 2024-07-27T19:05:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:43 smithi029 ceph-mon[96870]: osdmap e1368: 8 total, 8 up, 8 in 2024-07-27T19:05:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:43 smithi029 ceph-mon[99353]: osdmap e1368: 8 total, 8 up, 8 in 2024-07-27T19:05:44.001 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 142212454~4195692 2024-07-27T19:05:44.006 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:05:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:44 smithi179 ceph-mon[89801]: pgmap v2419: 169 pgs: 169 active+clean; 1.1 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 11 MiB/s rd, 19 MiB/s wr, 462 op/s 2024-07-27T19:05:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:44 smithi179 ceph-mon[89801]: osdmap e1369: 8 total, 8 up, 8 in 2024-07-27T19:05:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:44 smithi029 ceph-mon[99353]: pgmap v2419: 169 pgs: 169 active+clean; 1.1 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 11 MiB/s rd, 19 MiB/s wr, 462 op/s 2024-07-27T19:05:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:44 smithi029 ceph-mon[99353]: osdmap e1369: 8 total, 8 up, 8 in 2024-07-27T19:05:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:44 smithi029 ceph-mon[96870]: pgmap v2419: 169 pgs: 169 active+clean; 1.1 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 11 MiB/s rd, 19 MiB/s wr, 462 op/s 2024-07-27T19:05:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:44 smithi029 ceph-mon[96870]: osdmap e1369: 8 total, 8 up, 8 in 2024-07-27T19:05:45.629 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap2 2024-07-27T19:05:45.643 INFO:tasks.workunit.client.0.smithi029.stdout:clone image174 -> image176 2024-07-27T19:05:45.801 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 144719483~1037909 2024-07-27T19:05:45.821 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 64519340~4439948 2024-07-27T19:05:45.833 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 67172953~3630262 2024-07-27T19:05:45.855 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 124365193~8203542 2024-07-27T19:05:45.862 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 115483851~7548872 2024-07-27T19:05:45.906 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 49167399~7790403 2024-07-27T19:05:45.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:45 smithi179 ceph-mon[89801]: osdmap e1370: 8 total, 8 up, 8 in 2024-07-27T19:05:45.915 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 38188284~7507181 2024-07-27T19:05:45.964 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 13068952~404546 2024-07-27T19:05:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:45 smithi029 ceph-mon[96870]: osdmap e1370: 8 total, 8 up, 8 in 2024-07-27T19:05:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:45 smithi029 ceph-mon[99353]: osdmap e1370: 8 total, 8 up, 8 in 2024-07-27T19:05:46.002 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:05:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:46 smithi179 ceph-mon[89801]: pgmap v2422: 169 pgs: 169 active+clean; 1.2 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 19 MiB/s rd, 25 MiB/s wr, 517 op/s 2024-07-27T19:05:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:46 smithi179 ceph-mon[89801]: osdmap e1371: 8 total, 8 up, 8 in 2024-07-27T19:05:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:46 smithi029 ceph-mon[99353]: pgmap v2422: 169 pgs: 169 active+clean; 1.2 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 19 MiB/s rd, 25 MiB/s wr, 517 op/s 2024-07-27T19:05:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:46 smithi029 ceph-mon[99353]: osdmap e1371: 8 total, 8 up, 8 in 2024-07-27T19:05:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:46 smithi029 ceph-mon[96870]: pgmap v2422: 169 pgs: 169 active+clean; 1.2 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 19 MiB/s rd, 25 MiB/s wr, 517 op/s 2024-07-27T19:05:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:46 smithi029 ceph-mon[96870]: osdmap e1371: 8 total, 8 up, 8 in 2024-07-27T19:05:47.640 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap3 2024-07-27T19:05:47.651 INFO:tasks.workunit.client.0.smithi029.stdout:clone image176 -> image178 2024-07-27T19:05:47.821 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 206750668 2024-07-27T19:05:47.835 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:05:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:47 smithi179 ceph-mon[89801]: osdmap e1372: 8 total, 8 up, 8 in 2024-07-27T19:05:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:05:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:05:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:05:47.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:47 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:05:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:47 smithi029 ceph-mon[96870]: osdmap e1372: 8 total, 8 up, 8 in 2024-07-27T19:05:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:05:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:05:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:05:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:47 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:05:48.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:47 smithi029 ceph-mon[99353]: osdmap e1372: 8 total, 8 up, 8 in 2024-07-27T19:05:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:05:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:05:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:05:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:47 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:05:48.408 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:05:48.645 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:05:48.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:48 smithi179 ceph-mon[89801]: pgmap v2425: 169 pgs: 169 active+clean; 1.2 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 14 MiB/s rd, 24 MiB/s wr, 518 op/s 2024-07-27T19:05:48.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:48 smithi179 ceph-mon[89801]: osdmap e1373: 8 total, 8 up, 8 in 2024-07-27T19:05:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:48 smithi029 ceph-mon[96870]: pgmap v2425: 169 pgs: 169 active+clean; 1.2 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 14 MiB/s rd, 24 MiB/s wr, 518 op/s 2024-07-27T19:05:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:48 smithi029 ceph-mon[96870]: osdmap e1373: 8 total, 8 up, 8 in 2024-07-27T19:05:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:48 smithi029 ceph-mon[99353]: pgmap v2425: 169 pgs: 169 active+clean; 1.2 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 14 MiB/s rd, 24 MiB/s wr, 518 op/s 2024-07-27T19:05:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:48 smithi029 ceph-mon[99353]: osdmap e1373: 8 total, 8 up, 8 in 2024-07-27T19:05:49.023 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.Stress (9092 ms) 2024-07-27T19:05:49.023 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.Stress2 2024-07-27T19:05:49.053 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:05:49.063 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 12400274~4499186 2024-07-27T19:05:49.107 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 3333988~6907993 2024-07-27T19:05:49.109 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 58129579~6739053 2024-07-27T19:05:49.153 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 55010361~1945298 2024-07-27T19:05:49.155 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 41181782~3605015 2024-07-27T19:05:49.174 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 1175019~407552 2024-07-27T19:05:49.174 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 50731248~276651 2024-07-27T19:05:49.181 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 52165185~5614967 2024-07-27T19:05:49.183 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap0 2024-07-27T19:05:50.650 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap0 2024-07-27T19:05:50.662 INFO:tasks.workunit.client.0.smithi029.stdout:clone image179 -> image182 2024-07-27T19:05:50.760 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 152643415 2024-07-27T19:05:50.771 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 46967625~349049 2024-07-27T19:05:50.783 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 30154587~7888843 2024-07-27T19:05:50.798 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 64371707~1170821 2024-07-27T19:05:50.829 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 25092721~4097333 2024-07-27T19:05:50.834 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 16701028~3107576 2024-07-27T19:05:50.892 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 111501311~4113737 2024-07-27T19:05:50.892 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 33437481~833550 2024-07-27T19:05:50.900 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 19588789~2617263 2024-07-27T19:05:50.902 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:05:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:50 smithi179 ceph-mon[89801]: pgmap v2427: 169 pgs: 169 active+clean; 1.3 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 24 MiB/s rd, 23 MiB/s wr, 675 op/s 2024-07-27T19:05:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:50 smithi179 ceph-mon[89801]: osdmap e1374: 8 total, 8 up, 8 in 2024-07-27T19:05:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:50 smithi029 ceph-mon[96870]: pgmap v2427: 169 pgs: 169 active+clean; 1.3 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 24 MiB/s rd, 23 MiB/s wr, 675 op/s 2024-07-27T19:05:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:50 smithi029 ceph-mon[96870]: osdmap e1374: 8 total, 8 up, 8 in 2024-07-27T19:05:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:50 smithi029 ceph-mon[99353]: pgmap v2427: 169 pgs: 169 active+clean; 1.3 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 24 MiB/s rd, 23 MiB/s wr, 675 op/s 2024-07-27T19:05:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:50 smithi029 ceph-mon[99353]: osdmap e1374: 8 total, 8 up, 8 in 2024-07-27T19:05:51.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:51 smithi179 ceph-mon[89801]: osdmap e1375: 8 total, 8 up, 8 in 2024-07-27T19:05:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:51 smithi029 ceph-mon[96870]: osdmap e1375: 8 total, 8 up, 8 in 2024-07-27T19:05:52.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:51 smithi029 ceph-mon[99353]: osdmap e1375: 8 total, 8 up, 8 in 2024-07-27T19:05:52.645 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:05:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:05:52] "GET /metrics HTTP/1.1" 200 38903 "" "Prometheus/2.43.0" 2024-07-27T19:05:52.669 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap1 2024-07-27T19:05:52.681 INFO:tasks.workunit.client.0.smithi029.stdout:clone image182 -> image184 2024-07-27T19:05:52.816 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 93392171~6112837 2024-07-27T19:05:52.858 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 102864186~5631601 2024-07-27T19:05:52.864 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 17136205~3173506 2024-07-27T19:05:52.911 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 86103221~5628230 2024-07-27T19:05:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:52 smithi179 ceph-mon[89801]: pgmap v2430: 169 pgs: 169 active+clean; 1.3 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 32 MiB/s rd, 16 MiB/s wr, 814 op/s 2024-07-27T19:05:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:52 smithi179 ceph-mon[89801]: osdmap e1376: 8 total, 8 up, 8 in 2024-07-27T19:05:52.918 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 148610435~4032980 2024-07-27T19:05:52.942 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 46894927~7602968 2024-07-27T19:05:52.951 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 26670210~721631 2024-07-27T19:05:52.961 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 87551141~1441611 2024-07-27T19:05:52.964 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:05:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:52 smithi029 ceph-mon[96870]: pgmap v2430: 169 pgs: 169 active+clean; 1.3 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 32 MiB/s rd, 16 MiB/s wr, 814 op/s 2024-07-27T19:05:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:52 smithi029 ceph-mon[96870]: osdmap e1376: 8 total, 8 up, 8 in 2024-07-27T19:05:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:52 smithi029 ceph-mon[99353]: pgmap v2430: 169 pgs: 169 active+clean; 1.3 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 32 MiB/s rd, 16 MiB/s wr, 814 op/s 2024-07-27T19:05:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:52 smithi029 ceph-mon[99353]: osdmap e1376: 8 total, 8 up, 8 in 2024-07-27T19:05:53.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:53 smithi179 ceph-mon[89801]: osdmap e1377: 8 total, 8 up, 8 in 2024-07-27T19:05:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:53 smithi029 ceph-mon[96870]: osdmap e1377: 8 total, 8 up, 8 in 2024-07-27T19:05:54.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:53 smithi029 ceph-mon[99353]: osdmap e1377: 8 total, 8 up, 8 in 2024-07-27T19:05:54.678 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap2 2024-07-27T19:05:54.691 INFO:tasks.workunit.client.0.smithi029.stdout:clone image184 -> image186 2024-07-27T19:05:54.859 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 225333090 2024-07-27T19:05:54.870 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 29353625~3411587 2024-07-27T19:05:54.912 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 217849759~1948250 2024-07-27T19:05:54.913 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 78951622~8301538 2024-07-27T19:05:54.963 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 11516312~579501 2024-07-27T19:05:54.986 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 122187551~274784 2024-07-27T19:05:54.994 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 103850666~6125575 2024-07-27T19:05:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:54 smithi029 ceph-mon[96870]: pgmap v2433: 169 pgs: 169 active+clean; 1.4 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 46 MiB/s rd, 9.9 MiB/s wr, 971 op/s 2024-07-27T19:05:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:54 smithi029 ceph-mon[96870]: osdmap e1378: 8 total, 8 up, 8 in 2024-07-27T19:05:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:05:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:54 smithi029 ceph-mon[99353]: pgmap v2433: 169 pgs: 169 active+clean; 1.4 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 46 MiB/s rd, 9.9 MiB/s wr, 971 op/s 2024-07-27T19:05:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:54 smithi029 ceph-mon[99353]: osdmap e1378: 8 total, 8 up, 8 in 2024-07-27T19:05:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:05:55.002 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 144268583~2471268 2024-07-27T19:05:55.023 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 12460151~7932972 2024-07-27T19:05:55.043 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:05:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:54 smithi179 ceph-mon[89801]: pgmap v2433: 169 pgs: 169 active+clean; 1.4 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 46 MiB/s rd, 9.9 MiB/s wr, 971 op/s 2024-07-27T19:05:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:54 smithi179 ceph-mon[89801]: osdmap e1378: 8 total, 8 up, 8 in 2024-07-27T19:05:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:05:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:55 smithi029 ceph-mon[96870]: osdmap e1379: 8 total, 8 up, 8 in 2024-07-27T19:05:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:55 smithi029 ceph-mon[99353]: osdmap e1379: 8 total, 8 up, 8 in 2024-07-27T19:05:56.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:55 smithi179 ceph-mon[89801]: osdmap e1379: 8 total, 8 up, 8 in 2024-07-27T19:05:56.706 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap3 2024-07-27T19:05:56.720 INFO:tasks.workunit.client.0.smithi029.stdout:clone image186 -> image188 2024-07-27T19:05:56.910 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:05:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:56 smithi029 ceph-mon[96870]: pgmap v2436: 169 pgs: 169 active+clean; 1.4 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 35 MiB/s rd, 16 MiB/s wr, 631 op/s 2024-07-27T19:05:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:56 smithi029 ceph-mon[96870]: osdmap e1380: 8 total, 8 up, 8 in 2024-07-27T19:05:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:56 smithi029 ceph-mon[99353]: pgmap v2436: 169 pgs: 169 active+clean; 1.4 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 35 MiB/s rd, 16 MiB/s wr, 631 op/s 2024-07-27T19:05:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:56 smithi029 ceph-mon[99353]: osdmap e1380: 8 total, 8 up, 8 in 2024-07-27T19:05:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:56 smithi179 ceph-mon[89801]: pgmap v2436: 169 pgs: 169 active+clean; 1.4 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 35 MiB/s rd, 16 MiB/s wr, 631 op/s 2024-07-27T19:05:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:56 smithi179 ceph-mon[89801]: osdmap e1380: 8 total, 8 up, 8 in 2024-07-27T19:05:57.464 INFO:tasks.workunit.client.0.smithi029.stdout:write: a 117187437~5062470 2024-07-27T19:05:57.515 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 90340362~1995356 2024-07-27T19:05:57.552 INFO:tasks.workunit.client.0.smithi029.stdout:write: a 87605948~6463894 2024-07-27T19:05:57.599 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 120875837~4857261 2024-07-27T19:05:57.600 INFO:tasks.workunit.client.0.smithi029.stdout:write: a 88965208~6594131 2024-07-27T19:05:57.640 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 817956~5341557 2024-07-27T19:05:57.660 INFO:tasks.workunit.client.0.smithi029.stdout:write: a 128512308~3919802 2024-07-27T19:05:57.696 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 45219115~5005757 2024-07-27T19:05:57.732 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: user0 2024-07-27T19:05:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:57 smithi029 ceph-mon[96870]: osdmap e1381: 8 total, 8 up, 8 in 2024-07-27T19:05:58.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:57 smithi029 ceph-mon[99353]: osdmap e1381: 8 total, 8 up, 8 in 2024-07-27T19:05:58.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:57 smithi179 ceph-mon[89801]: osdmap e1381: 8 total, 8 up, 8 in 2024-07-27T19:05:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:58 smithi029 ceph-mon[96870]: pgmap v2439: 169 pgs: 169 active+clean; 1.5 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 6.8 MiB/s rd, 13 MiB/s wr, 522 op/s 2024-07-27T19:05:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:58 smithi029 ceph-mon[99353]: pgmap v2439: 169 pgs: 169 active+clean; 1.5 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 6.8 MiB/s rd, 13 MiB/s wr, 522 op/s 2024-07-27T19:05:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:58 smithi179 ceph-mon[89801]: pgmap v2439: 169 pgs: 169 active+clean; 1.5 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 6.8 MiB/s rd, 13 MiB/s wr, 522 op/s 2024-07-27T19:05:59.723 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 265851536 2024-07-27T19:05:59.737 INFO:tasks.workunit.client.0.smithi029.stdout:write: b 38775412~3525573 2024-07-27T19:05:59.745 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 148353765~4568414 2024-07-27T19:05:59.745 INFO:tasks.workunit.client.0.smithi029.stdout:write: b 200411206~5437028 2024-07-27T19:05:59.755 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 169238920~6101728 2024-07-27T19:05:59.755 INFO:tasks.workunit.client.0.smithi029.stdout:write: b 190195468~2808303 2024-07-27T19:05:59.758 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 192981179~7342536 2024-07-27T19:05:59.871 INFO:tasks.workunit.client.0.smithi029.stdout:write: b 178903470~3608468 2024-07-27T19:05:59.872 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 253404449~5345656 2024-07-27T19:05:59.872 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: user1 2024-07-27T19:06:00.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:05:59 smithi029 ceph-mon[96870]: osdmap e1382: 8 total, 8 up, 8 in 2024-07-27T19:06:00.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:05:59 smithi029 ceph-mon[99353]: osdmap e1382: 8 total, 8 up, 8 in 2024-07-27T19:06:00.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:05:59 smithi179 ceph-mon[89801]: osdmap e1382: 8 total, 8 up, 8 in 2024-07-27T19:06:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:00 smithi029 ceph-mon[96870]: pgmap v2441: 169 pgs: 169 active+clean; 1.5 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 17 MiB/s rd, 17 MiB/s wr, 744 op/s 2024-07-27T19:06:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:00 smithi029 ceph-mon[96870]: osdmap e1383: 8 total, 8 up, 8 in 2024-07-27T19:06:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:00 smithi029 ceph-mon[99353]: pgmap v2441: 169 pgs: 169 active+clean; 1.5 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 17 MiB/s rd, 17 MiB/s wr, 744 op/s 2024-07-27T19:06:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:00 smithi029 ceph-mon[99353]: osdmap e1383: 8 total, 8 up, 8 in 2024-07-27T19:06:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:00 smithi179 ceph-mon[89801]: pgmap v2441: 169 pgs: 169 active+clean; 1.5 GiB data, 7.4 GiB used, 708 GiB / 715 GiB avail; 17 MiB/s rd, 17 MiB/s wr, 744 op/s 2024-07-27T19:06:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:00 smithi179 ceph-mon[89801]: osdmap e1383: 8 total, 8 up, 8 in 2024-07-27T19:06:01.735 INFO:tasks.workunit.client.0.smithi029.stdout:write: c 77228361~3420942 2024-07-27T19:06:01.749 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 261230855~4620681 2024-07-27T19:06:01.749 INFO:tasks.workunit.client.0.smithi029.stdout:write: c 86507505~573260 2024-07-27T19:06:01.749 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 227246785~6401195 2024-07-27T19:06:01.750 INFO:tasks.workunit.client.0.smithi029.stdout:write: c 6765732~5231004 2024-07-27T19:06:01.758 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 138875249~6396974 2024-07-27T19:06:01.759 INFO:tasks.workunit.client.0.smithi029.stdout:write: c 178450974~6876219 2024-07-27T19:06:01.775 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 24343424~6236022 2024-07-27T19:06:01.862 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: user2 2024-07-27T19:06:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:01 smithi029 ceph-mon[96870]: osdmap e1384: 8 total, 8 up, 8 in 2024-07-27T19:06:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:01 smithi029 ceph-mon[99353]: osdmap e1384: 8 total, 8 up, 8 in 2024-07-27T19:06:02.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:01 smithi179 ceph-mon[89801]: osdmap e1384: 8 total, 8 up, 8 in 2024-07-27T19:06:02.727 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:06:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:06:02] "GET /metrics HTTP/1.1" 200 38902 "" "Prometheus/2.43.0" 2024-07-27T19:06:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:02 smithi029 ceph-mon[99353]: pgmap v2444: 169 pgs: 169 active+clean; 1.6 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 20 MiB/s rd, 21 MiB/s wr, 761 op/s 2024-07-27T19:06:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:02 smithi029 ceph-mon[99353]: osdmap e1385: 8 total, 8 up, 8 in 2024-07-27T19:06:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:02 smithi029 ceph-mon[96870]: pgmap v2444: 169 pgs: 169 active+clean; 1.6 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 20 MiB/s rd, 21 MiB/s wr, 761 op/s 2024-07-27T19:06:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:02 smithi029 ceph-mon[96870]: osdmap e1385: 8 total, 8 up, 8 in 2024-07-27T19:06:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:02 smithi179 ceph-mon[89801]: pgmap v2444: 169 pgs: 169 active+clean; 1.6 GiB data, 7.5 GiB used, 708 GiB / 715 GiB avail; 20 MiB/s rd, 21 MiB/s wr, 761 op/s 2024-07-27T19:06:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:02 smithi179 ceph-mon[89801]: osdmap e1385: 8 total, 8 up, 8 in 2024-07-27T19:06:03.747 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 456057198 2024-07-27T19:06:03.763 INFO:tasks.workunit.client.0.smithi029.stdout:write: d 169184403~4614628 2024-07-27T19:06:03.783 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 143668286~7749500 2024-07-27T19:06:03.783 INFO:tasks.workunit.client.0.smithi029.stdout:write: d 289391166~4220546 2024-07-27T19:06:03.789 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 379804029~3088244 2024-07-27T19:06:03.789 INFO:tasks.workunit.client.0.smithi029.stdout:write: d 225208450~226844 2024-07-27T19:06:03.790 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 69038677~7662326 2024-07-27T19:06:03.792 INFO:tasks.workunit.client.0.smithi029.stdout:write: d 136912388~6868062 2024-07-27T19:06:03.878 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 103763432~8198406 2024-07-27T19:06:03.878 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: user3 2024-07-27T19:06:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:03 smithi029 ceph-mon[96870]: osdmap e1386: 8 total, 8 up, 8 in 2024-07-27T19:06:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:03 smithi029 ceph-mon[99353]: osdmap e1386: 8 total, 8 up, 8 in 2024-07-27T19:06:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:03 smithi179 ceph-mon[89801]: osdmap e1386: 8 total, 8 up, 8 in 2024-07-27T19:06:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:04 smithi029 ceph-mon[96870]: pgmap v2447: 169 pgs: 169 active+clean; 1.7 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 15 MiB/s rd, 41 MiB/s wr, 410 op/s 2024-07-27T19:06:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:04 smithi029 ceph-mon[96870]: osdmap e1387: 8 total, 8 up, 8 in 2024-07-27T19:06:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:04 smithi029 ceph-mon[99353]: pgmap v2447: 169 pgs: 169 active+clean; 1.7 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 15 MiB/s rd, 41 MiB/s wr, 410 op/s 2024-07-27T19:06:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:04 smithi029 ceph-mon[99353]: osdmap e1387: 8 total, 8 up, 8 in 2024-07-27T19:06:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:04 smithi179 ceph-mon[89801]: pgmap v2447: 169 pgs: 169 active+clean; 1.7 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 15 MiB/s rd, 41 MiB/s wr, 410 op/s 2024-07-27T19:06:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:04 smithi179 ceph-mon[89801]: osdmap e1387: 8 total, 8 up, 8 in 2024-07-27T19:06:05.768 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 45605719~11401429 2024-07-27T19:06:05.781 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 48456076~5700714 2024-07-27T19:06:05.852 INFO:tasks.workunit.client.0.smithi029.stdout:write: 2 91211439~11401429 2024-07-27T19:06:05.866 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 94061796~5700714 2024-07-27T19:06:05.938 INFO:tasks.workunit.client.0.smithi029.stdout:write: 3 136817159~11401429 2024-07-27T19:06:05.951 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 139667516~5700714 2024-07-27T19:06:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:05 smithi029 ceph-mon[96870]: osdmap e1388: 8 total, 8 up, 8 in 2024-07-27T19:06:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:05 smithi029 ceph-mon[99353]: osdmap e1388: 8 total, 8 up, 8 in 2024-07-27T19:06:06.009 INFO:tasks.workunit.client.0.smithi029.stdout:write: 4 182422879~11401429 2024-07-27T19:06:06.023 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 185273236~5700714 2024-07-27T19:06:06.090 INFO:tasks.workunit.client.0.smithi029.stdout:write: 5 228028599~11401429 2024-07-27T19:06:06.104 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 230878956~5700714 2024-07-27T19:06:06.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:05 smithi179 ceph-mon[89801]: osdmap e1388: 8 total, 8 up, 8 in 2024-07-27T19:06:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:06 smithi029 ceph-mon[96870]: pgmap v2450: 169 pgs: 169 active+clean; 1.8 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 14 MiB/s rd, 53 MiB/s wr, 411 op/s 2024-07-27T19:06:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:06 smithi029 ceph-mon[96870]: osdmap e1389: 8 total, 8 up, 8 in 2024-07-27T19:06:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:06 smithi029 ceph-mon[99353]: pgmap v2450: 169 pgs: 169 active+clean; 1.8 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 14 MiB/s rd, 53 MiB/s wr, 411 op/s 2024-07-27T19:06:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:06 smithi029 ceph-mon[99353]: osdmap e1389: 8 total, 8 up, 8 in 2024-07-27T19:06:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:06 smithi179 ceph-mon[89801]: pgmap v2450: 169 pgs: 169 active+clean; 1.8 GiB data, 8.0 GiB used, 707 GiB / 715 GiB avail; 14 MiB/s rd, 53 MiB/s wr, 411 op/s 2024-07-27T19:06:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:06 smithi179 ceph-mon[89801]: osdmap e1389: 8 total, 8 up, 8 in 2024-07-27T19:06:08.098 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:06:08.384 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:06:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:08 smithi029 ceph-mon[96870]: pgmap v2452: 169 pgs: 169 active+clean; 1.9 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 49 MiB/s rd, 47 MiB/s wr, 462 op/s 2024-07-27T19:06:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:06:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:08 smithi029 ceph-mon[99353]: pgmap v2452: 169 pgs: 169 active+clean; 1.9 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 49 MiB/s rd, 47 MiB/s wr, 462 op/s 2024-07-27T19:06:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:06:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:08 smithi179 ceph-mon[89801]: pgmap v2452: 169 pgs: 169 active+clean; 1.9 GiB data, 8.2 GiB used, 707 GiB / 715 GiB avail; 49 MiB/s rd, 47 MiB/s wr, 462 op/s 2024-07-27T19:06:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:06:10.445 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.Stress2 (21423 ms) 2024-07-27T19:06:10.446 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMigration.StressLive 2024-07-27T19:06:10.476 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 83886080 2024-07-27T19:06:10.487 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 37965769~383059 2024-07-27T19:06:10.498 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 18551492~1766886 2024-07-27T19:06:10.498 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 16921226~1253733 2024-07-27T19:06:10.512 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 45907222~8171250 2024-07-27T19:06:10.512 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 69818561~7020229 2024-07-27T19:06:10.546 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 39752261~1811597 2024-07-27T19:06:10.549 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 78956841~1816558 2024-07-27T19:06:10.563 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 11617409~2423849 2024-07-27T19:06:10.563 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap0 2024-07-27T19:06:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:10 smithi029 ceph-mon[96870]: pgmap v2453: 169 pgs: 169 active+clean; 1.9 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 157 MiB/s rd, 42 MiB/s wr, 602 op/s 2024-07-27T19:06:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:10 smithi029 ceph-mon[99353]: pgmap v2453: 169 pgs: 169 active+clean; 1.9 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 157 MiB/s rd, 42 MiB/s wr, 602 op/s 2024-07-27T19:06:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:10 smithi179 ceph-mon[89801]: pgmap v2453: 169 pgs: 169 active+clean; 1.9 GiB data, 8.3 GiB used, 707 GiB / 715 GiB avail; 157 MiB/s rd, 42 MiB/s wr, 602 op/s 2024-07-27T19:06:11.776 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap0 2024-07-27T19:06:11.788 INFO:tasks.workunit.client.0.smithi029.stdout:clone image189 -> image192 2024-07-27T19:06:11.893 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 49770285~7449347 2024-07-27T19:06:11.946 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 68486273~1257802 2024-07-27T19:06:11.968 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 75471309~8054089 2024-07-27T19:06:12.035 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 22273367~651127 2024-07-27T19:06:12.039 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 53677435~6841899 2024-07-27T19:06:12.080 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 68662291~5305949 2024-07-27T19:06:12.082 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 56020656~7100086 2024-07-27T19:06:12.123 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 42421404~5964765 2024-07-27T19:06:12.128 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap1 2024-07-27T19:06:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:11 smithi179 ceph-mon[89801]: osdmap e1390: 8 total, 8 up, 8 in 2024-07-27T19:06:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:11 smithi029 ceph-mon[96870]: osdmap e1390: 8 total, 8 up, 8 in 2024-07-27T19:06:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:11 smithi029 ceph-mon[99353]: osdmap e1390: 8 total, 8 up, 8 in 2024-07-27T19:06:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:06:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:06:12] "GET /metrics HTTP/1.1" 200 38901 "" "Prometheus/2.43.0" 2024-07-27T19:06:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:12 smithi179 ceph-mon[89801]: pgmap v2455: 169 pgs: 169 active+clean; 2.0 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 175 MiB/s rd, 27 MiB/s wr, 528 op/s 2024-07-27T19:06:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:12 smithi179 ceph-mon[89801]: osdmap e1391: 8 total, 8 up, 8 in 2024-07-27T19:06:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:12 smithi029 ceph-mon[96870]: pgmap v2455: 169 pgs: 169 active+clean; 2.0 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 175 MiB/s rd, 27 MiB/s wr, 528 op/s 2024-07-27T19:06:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:12 smithi029 ceph-mon[96870]: osdmap e1391: 8 total, 8 up, 8 in 2024-07-27T19:06:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:12 smithi029 ceph-mon[99353]: pgmap v2455: 169 pgs: 169 active+clean; 2.0 GiB data, 8.4 GiB used, 707 GiB / 715 GiB avail; 175 MiB/s rd, 27 MiB/s wr, 528 op/s 2024-07-27T19:06:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:12 smithi029 ceph-mon[99353]: osdmap e1391: 8 total, 8 up, 8 in 2024-07-27T19:06:13.782 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 7245927~622374 2024-07-27T19:06:13.788 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 24419819~2794073 2024-07-27T19:06:13.789 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 71714534~1567016 2024-07-27T19:06:13.790 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 36938006~5451825 2024-07-27T19:06:13.790 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 58207322~8065039 2024-07-27T19:06:13.798 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 52828340~6612375 2024-07-27T19:06:13.850 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 72781978~6045232 2024-07-27T19:06:13.852 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 81950751~1935329 2024-07-27T19:06:13.853 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap2 2024-07-27T19:06:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:13 smithi179 ceph-mon[89801]: osdmap e1392: 8 total, 8 up, 8 in 2024-07-27T19:06:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:13 smithi029 ceph-mon[96870]: osdmap e1392: 8 total, 8 up, 8 in 2024-07-27T19:06:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:13 smithi029 ceph-mon[99353]: osdmap e1392: 8 total, 8 up, 8 in 2024-07-27T19:06:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:14 smithi179 ceph-mon[89801]: pgmap v2458: 169 pgs: 169 active+clean; 2.0 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 288 MiB/s rd, 24 MiB/s wr, 669 op/s 2024-07-27T19:06:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:14 smithi179 ceph-mon[89801]: osdmap e1393: 8 total, 8 up, 8 in 2024-07-27T19:06:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:14 smithi029 ceph-mon[99353]: pgmap v2458: 169 pgs: 169 active+clean; 2.0 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 288 MiB/s rd, 24 MiB/s wr, 669 op/s 2024-07-27T19:06:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:14 smithi029 ceph-mon[99353]: osdmap e1393: 8 total, 8 up, 8 in 2024-07-27T19:06:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:14 smithi029 ceph-mon[96870]: pgmap v2458: 169 pgs: 169 active+clean; 2.0 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 288 MiB/s rd, 24 MiB/s wr, 669 op/s 2024-07-27T19:06:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:14 smithi029 ceph-mon[96870]: osdmap e1393: 8 total, 8 up, 8 in 2024-07-27T19:06:15.794 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap2 2024-07-27T19:06:15.812 INFO:tasks.workunit.client.0.smithi029.stdout:clone image192 -> image194 2024-07-27T19:06:15.950 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 7701650~7276872 2024-07-27T19:06:15.995 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 22507379~7096961 2024-07-27T19:06:16.003 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 4014303~2658830 2024-07-27T19:06:16.022 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 9758916~7283591 2024-07-27T19:06:16.058 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 13248356~1314703 2024-07-27T19:06:16.067 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 67498244~1848672 2024-07-27T19:06:16.073 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 10859654~3689638 2024-07-27T19:06:16.090 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 23260927~7635307 2024-07-27T19:06:16.093 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: snap3 2024-07-27T19:06:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:15 smithi179 ceph-mon[89801]: osdmap e1394: 8 total, 8 up, 8 in 2024-07-27T19:06:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:15 smithi029 ceph-mon[96870]: osdmap e1394: 8 total, 8 up, 8 in 2024-07-27T19:06:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:15 smithi029 ceph-mon[99353]: osdmap e1394: 8 total, 8 up, 8 in 2024-07-27T19:06:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:16 smithi179 ceph-mon[89801]: pgmap v2461: 169 pgs: 169 active+clean; 2.0 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 260 MiB/s rd, 16 MiB/s wr, 633 op/s 2024-07-27T19:06:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:16 smithi179 ceph-mon[89801]: osdmap e1395: 8 total, 8 up, 8 in 2024-07-27T19:06:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:16 smithi029 ceph-mon[96870]: pgmap v2461: 169 pgs: 169 active+clean; 2.0 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 260 MiB/s rd, 16 MiB/s wr, 633 op/s 2024-07-27T19:06:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:16 smithi029 ceph-mon[96870]: osdmap e1395: 8 total, 8 up, 8 in 2024-07-27T19:06:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:16 smithi029 ceph-mon[99353]: pgmap v2461: 169 pgs: 169 active+clean; 2.0 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 260 MiB/s rd, 16 MiB/s wr, 633 op/s 2024-07-27T19:06:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:16 smithi029 ceph-mon[99353]: osdmap e1395: 8 total, 8 up, 8 in 2024-07-27T19:06:17.804 INFO:tasks.workunit.client.0.smithi029.stdout:snap_protect: snap3 2024-07-27T19:06:17.816 INFO:tasks.workunit.client.0.smithi029.stdout:clone image194 -> image196 2024-07-27T19:06:17.989 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 128529893 2024-07-27T19:06:18.005 INFO:tasks.workunit.client.0.smithi029.stdout:migration_prepare 2024-07-27T19:06:18.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:17 smithi179 ceph-mon[89801]: osdmap e1396: 8 total, 8 up, 8 in 2024-07-27T19:06:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:17 smithi029 ceph-mon[96870]: osdmap e1396: 8 total, 8 up, 8 in 2024-07-27T19:06:18.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:17 smithi029 ceph-mon[99353]: osdmap e1396: 8 total, 8 up, 8 in 2024-07-27T19:06:18.432 INFO:tasks.workunit.client.0.smithi029.stdout:migration_execute 2024-07-27T19:06:18.432 INFO:tasks.workunit.client.0.smithi029.stdout:write: a 77280277~7176866 2024-07-27T19:06:18.492 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 46478778~2377204 2024-07-27T19:06:18.511 INFO:tasks.workunit.client.0.smithi029.stdout:write: a 76114978~2421056 2024-07-27T19:06:18.524 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 82322314~4320557 2024-07-27T19:06:18.526 INFO:tasks.workunit.client.0.smithi029.stdout:write: a 82864674~6809225 2024-07-27T19:06:18.557 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 109932199~6756086 2024-07-27T19:06:18.561 INFO:tasks.workunit.client.0.smithi029.stdout:write: a 112706548~2123248 2024-07-27T19:06:18.575 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 50655319~7118389 2024-07-27T19:06:18.606 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: user0 2024-07-27T19:06:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:18 smithi179 ceph-mon[89801]: pgmap v2464: 169 pgs: 169 active+clean; 2.1 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 69 MiB/s rd, 23 MiB/s wr, 310 op/s 2024-07-27T19:06:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:18 smithi179 ceph-mon[89801]: osdmap e1397: 8 total, 8 up, 8 in 2024-07-27T19:06:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:18 smithi029 ceph-mon[99353]: pgmap v2464: 169 pgs: 169 active+clean; 2.1 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 69 MiB/s rd, 23 MiB/s wr, 310 op/s 2024-07-27T19:06:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:18 smithi029 ceph-mon[99353]: osdmap e1397: 8 total, 8 up, 8 in 2024-07-27T19:06:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:18 smithi029 ceph-mon[96870]: pgmap v2464: 169 pgs: 169 active+clean; 2.1 GiB data, 8.7 GiB used, 707 GiB / 715 GiB avail; 69 MiB/s rd, 23 MiB/s wr, 310 op/s 2024-07-27T19:06:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:18 smithi029 ceph-mon[96870]: osdmap e1397: 8 total, 8 up, 8 in 2024-07-27T19:06:19.817 INFO:tasks.workunit.client.0.smithi029.stdout:write: b 7607262~2744084 2024-07-27T19:06:19.829 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 110696208~1709658 2024-07-27T19:06:19.830 INFO:tasks.workunit.client.0.smithi029.stdout:write: b 18779929~3219535 2024-07-27T19:06:19.838 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 2366494~4448168 2024-07-27T19:06:19.838 INFO:tasks.workunit.client.0.smithi029.stdout:write: b 107917803~6029376 2024-07-27T19:06:19.865 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 14587409~5004277 2024-07-27T19:06:19.915 INFO:tasks.workunit.client.0.smithi029.stdout:write: b 120030305~4508582 2024-07-27T19:06:19.921 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 50648911~6542676 2024-07-27T19:06:19.921 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: user1 2024-07-27T19:06:20.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:19 smithi179 ceph-mon[89801]: osdmap e1398: 8 total, 8 up, 8 in 2024-07-27T19:06:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:19 smithi029 ceph-mon[96870]: osdmap e1398: 8 total, 8 up, 8 in 2024-07-27T19:06:20.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:19 smithi029 ceph-mon[99353]: osdmap e1398: 8 total, 8 up, 8 in 2024-07-27T19:06:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:20 smithi179 ceph-mon[89801]: pgmap v2467: 169 pgs: 169 active+clean; 2.1 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 5.9 MiB/s rd, 26 MiB/s wr, 771 op/s 2024-07-27T19:06:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:20 smithi179 ceph-mon[89801]: osdmap e1399: 8 total, 8 up, 8 in 2024-07-27T19:06:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:20 smithi029 ceph-mon[96870]: pgmap v2467: 169 pgs: 169 active+clean; 2.1 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 5.9 MiB/s rd, 26 MiB/s wr, 771 op/s 2024-07-27T19:06:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:20 smithi029 ceph-mon[96870]: osdmap e1399: 8 total, 8 up, 8 in 2024-07-27T19:06:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:20 smithi029 ceph-mon[99353]: pgmap v2467: 169 pgs: 169 active+clean; 2.1 GiB data, 8.8 GiB used, 706 GiB / 715 GiB avail; 5.9 MiB/s rd, 26 MiB/s wr, 771 op/s 2024-07-27T19:06:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:20 smithi029 ceph-mon[99353]: osdmap e1399: 8 total, 8 up, 8 in 2024-07-27T19:06:21.830 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 186952893 2024-07-27T19:06:21.845 INFO:tasks.workunit.client.0.smithi029.stdout:write: c 113215930~2738319 2024-07-27T19:06:21.855 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 17995637~749951 2024-07-27T19:06:21.855 INFO:tasks.workunit.client.0.smithi029.stdout:write: c 119021930~4988161 2024-07-27T19:06:21.863 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 26546436~811359 2024-07-27T19:06:21.863 INFO:tasks.workunit.client.0.smithi029.stdout:write: c 166264040~6108184 2024-07-27T19:06:21.876 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 131402108~3739370 2024-07-27T19:06:21.876 INFO:tasks.workunit.client.0.smithi029.stdout:write: c 171852098~7219838 2024-07-27T19:06:21.930 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 35273378~3932775 2024-07-27T19:06:21.930 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: user2 2024-07-27T19:06:22.063 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:21 smithi179 ceph-mon[89801]: osdmap e1400: 8 total, 8 up, 8 in 2024-07-27T19:06:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:21 smithi029 ceph-mon[96870]: osdmap e1400: 8 total, 8 up, 8 in 2024-07-27T19:06:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:21 smithi029 ceph-mon[99353]: osdmap e1400: 8 total, 8 up, 8 in 2024-07-27T19:06:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:06:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:06:22] "GET /metrics HTTP/1.1" 200 38901 "" "Prometheus/2.43.0" 2024-07-27T19:06:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:22 smithi179 ceph-mon[89801]: pgmap v2470: 169 pgs: 169 active+clean; 2.2 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 14 MiB/s rd, 17 MiB/s wr, 878 op/s 2024-07-27T19:06:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:22 smithi179 ceph-mon[89801]: osdmap e1401: 8 total, 8 up, 8 in 2024-07-27T19:06:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:22 smithi029 ceph-mon[96870]: pgmap v2470: 169 pgs: 169 active+clean; 2.2 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 14 MiB/s rd, 17 MiB/s wr, 878 op/s 2024-07-27T19:06:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:22 smithi029 ceph-mon[96870]: osdmap e1401: 8 total, 8 up, 8 in 2024-07-27T19:06:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:22 smithi029 ceph-mon[99353]: pgmap v2470: 169 pgs: 169 active+clean; 2.2 GiB data, 8.9 GiB used, 706 GiB / 715 GiB avail; 14 MiB/s rd, 17 MiB/s wr, 878 op/s 2024-07-27T19:06:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:22 smithi029 ceph-mon[99353]: osdmap e1401: 8 total, 8 up, 8 in 2024-07-27T19:06:23.843 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 281822710 2024-07-27T19:06:23.857 INFO:tasks.workunit.client.0.smithi029.stdout:write: d 236656775~4099219 2024-07-27T19:06:23.871 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 164513502~5672875 2024-07-27T19:06:23.874 INFO:tasks.workunit.client.0.smithi029.stdout:write: d 47794140~1908062 2024-07-27T19:06:23.874 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 93692686~1105798 2024-07-27T19:06:23.874 INFO:tasks.workunit.client.0.smithi029.stdout:write: d 195760406~1604987 2024-07-27T19:06:23.876 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 80577384~6733907 2024-07-27T19:06:23.876 INFO:tasks.workunit.client.0.smithi029.stdout:write: d 73363722~4077868 2024-07-27T19:06:23.882 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 165992649~1477569 2024-07-27T19:06:23.903 INFO:tasks.workunit.client.0.smithi029.stdout:snap_create: user3 2024-07-27T19:06:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:23 smithi179 ceph-mon[89801]: osdmap e1402: 8 total, 8 up, 8 in 2024-07-27T19:06:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:06:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:23 smithi029 ceph-mon[96870]: osdmap e1402: 8 total, 8 up, 8 in 2024-07-27T19:06:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:06:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:23 smithi029 ceph-mon[99353]: osdmap e1402: 8 total, 8 up, 8 in 2024-07-27T19:06:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:06:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:24 smithi179 ceph-mon[89801]: pgmap v2473: 169 pgs: 169 active+clean; 2.3 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 21 MiB/s rd, 29 MiB/s wr, 323 op/s 2024-07-27T19:06:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:24 smithi179 ceph-mon[89801]: osdmap e1403: 8 total, 8 up, 8 in 2024-07-27T19:06:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:24 smithi029 ceph-mon[96870]: pgmap v2473: 169 pgs: 169 active+clean; 2.3 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 21 MiB/s rd, 29 MiB/s wr, 323 op/s 2024-07-27T19:06:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:24 smithi029 ceph-mon[96870]: osdmap e1403: 8 total, 8 up, 8 in 2024-07-27T19:06:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:24 smithi029 ceph-mon[99353]: pgmap v2473: 169 pgs: 169 active+clean; 2.3 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 21 MiB/s rd, 29 MiB/s wr, 323 op/s 2024-07-27T19:06:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:24 smithi029 ceph-mon[99353]: osdmap e1403: 8 total, 8 up, 8 in 2024-07-27T19:06:25.855 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 203885765 2024-07-27T19:06:25.887 INFO:tasks.workunit.client.0.smithi029.stdout:write: 1 20388576~5097144 2024-07-27T19:06:25.893 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 21662862~2548572 2024-07-27T19:06:25.926 INFO:tasks.workunit.client.0.smithi029.stdout:write: 2 40777153~5097144 2024-07-27T19:06:25.928 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 42051439~2548572 2024-07-27T19:06:25.954 INFO:tasks.workunit.client.0.smithi029.stdout:write: 3 61165729~5097144 2024-07-27T19:06:25.956 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 62440015~2548572 2024-07-27T19:06:26.021 INFO:tasks.workunit.client.0.smithi029.stdout:write: 4 81554306~5097144 2024-07-27T19:06:26.022 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 82828592~2548572 2024-07-27T19:06:26.048 INFO:tasks.workunit.client.0.smithi029.stdout:write: 5 101942882~5097144 2024-07-27T19:06:26.049 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 103217168~2548572 2024-07-27T19:06:26.154 INFO:tasks.workunit.client.0.smithi029.stdout:migration_commit 2024-07-27T19:06:26.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:25 smithi179 ceph-mon[89801]: osdmap e1404: 8 total, 8 up, 8 in 2024-07-27T19:06:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:25 smithi029 ceph-mon[96870]: osdmap e1404: 8 total, 8 up, 8 in 2024-07-27T19:06:26.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:25 smithi029 ceph-mon[99353]: osdmap e1404: 8 total, 8 up, 8 in 2024-07-27T19:06:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:26 smithi179 ceph-mon[89801]: pgmap v2476: 169 pgs: 169 active+clean; 2.3 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 13 MiB/s rd, 23 MiB/s wr, 284 op/s 2024-07-27T19:06:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:26 smithi179 ceph-mon[89801]: osdmap e1405: 8 total, 8 up, 8 in 2024-07-27T19:06:27.223 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMigration.StressLive (16777 ms) 2024-07-27T19:06:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:26 smithi029 ceph-mon[96870]: pgmap v2476: 169 pgs: 169 active+clean; 2.3 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 13 MiB/s rd, 23 MiB/s wr, 284 op/s 2024-07-27T19:06:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:26 smithi029 ceph-mon[96870]: osdmap e1405: 8 total, 8 up, 8 in 2024-07-27T19:06:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:26 smithi029 ceph-mon[99353]: pgmap v2476: 169 pgs: 169 active+clean; 2.3 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 13 MiB/s rd, 23 MiB/s wr, 284 op/s 2024-07-27T19:06:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:26 smithi029 ceph-mon[99353]: osdmap e1405: 8 total, 8 up, 8 in 2024-07-27T19:06:28.862 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 57 tests from TestMigration (261508 ms total) 2024-07-27T19:06:28.862 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:06:28.862 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 6 tests from TestGroup 2024-07-27T19:06:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:28 smithi179 ceph-mon[89801]: pgmap v2478: 169 pgs: 169 active+clean; 2.4 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 36 MiB/s rd, 25 MiB/s wr, 335 op/s 2024-07-27T19:06:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:28 smithi179 ceph-mon[89801]: osdmap e1406: 8 total, 8 up, 8 in 2024-07-27T19:06:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:28 smithi029 ceph-mon[96870]: pgmap v2478: 169 pgs: 169 active+clean; 2.4 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 36 MiB/s rd, 25 MiB/s wr, 335 op/s 2024-07-27T19:06:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:28 smithi029 ceph-mon[96870]: osdmap e1406: 8 total, 8 up, 8 in 2024-07-27T19:06:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:28 smithi029 ceph-mon[99353]: pgmap v2478: 169 pgs: 169 active+clean; 2.4 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 36 MiB/s rd, 25 MiB/s wr, 335 op/s 2024-07-27T19:06:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:28 smithi029 ceph-mon[99353]: osdmap e1406: 8 total, 8 up, 8 in 2024-07-27T19:06:30.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:29 smithi179 ceph-mon[89801]: osdmap e1407: 8 total, 8 up, 8 in 2024-07-27T19:06:30.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:29 smithi029 ceph-mon[96870]: osdmap e1407: 8 total, 8 up, 8 in 2024-07-27T19:06:30.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:29 smithi029 ceph-mon[99353]: osdmap e1407: 8 total, 8 up, 8 in 2024-07-27T19:06:30.869 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestGroup.group_create 2024-07-27T19:06:31.152 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:30 smithi029 ceph-mon[96870]: pgmap v2481: 105 pgs: 105 active+clean; 4.6 MiB data, 9.3 GiB used, 706 GiB / 715 GiB avail 2024-07-27T19:06:31.152 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:30 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:06:31.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:30 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T19:06:31.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:30 smithi029 ceph-mon[96870]: osdmap e1408: 8 total, 8 up, 8 in 2024-07-27T19:06:31.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:30 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1339190788' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:06:31.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:30 smithi029 ceph-mon[99353]: pgmap v2481: 105 pgs: 105 active+clean; 4.6 MiB data, 9.3 GiB used, 706 GiB / 715 GiB avail 2024-07-27T19:06:31.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:30 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:06:31.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:30 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T19:06:31.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:30 smithi029 ceph-mon[99353]: osdmap e1408: 8 total, 8 up, 8 in 2024-07-27T19:06:31.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:30 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1339190788' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:06:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:30 smithi179 ceph-mon[89801]: pgmap v2481: 105 pgs: 105 active+clean; 4.6 MiB data, 9.3 GiB used, 706 GiB / 715 GiB avail 2024-07-27T19:06:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:30 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:06:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:30 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T19:06:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:30 smithi179 ceph-mon[89801]: osdmap e1408: 8 total, 8 up, 8 in 2024-07-27T19:06:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:30 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1339190788' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:06:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:31 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1339190788' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-10","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:06:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:31 smithi179 ceph-mon[89801]: osdmap e1409: 8 total, 8 up, 8 in 2024-07-27T19:06:32.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:31 smithi179 ceph-mon[89801]: pgmap v2484: 137 pgs: 26 unknown, 111 active+clean; 4.6 MiB data, 8.2 GiB used, 707 GiB / 715 GiB avail 2024-07-27T19:06:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:31 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1339190788' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-10","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:06:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:31 smithi029 ceph-mon[96870]: osdmap e1409: 8 total, 8 up, 8 in 2024-07-27T19:06:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:31 smithi029 ceph-mon[96870]: pgmap v2484: 137 pgs: 26 unknown, 111 active+clean; 4.6 MiB data, 8.2 GiB used, 707 GiB / 715 GiB avail 2024-07-27T19:06:32.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:31 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1339190788' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-10","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:06:32.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:31 smithi029 ceph-mon[99353]: osdmap e1409: 8 total, 8 up, 8 in 2024-07-27T19:06:32.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:31 smithi029 ceph-mon[99353]: pgmap v2484: 137 pgs: 26 unknown, 111 active+clean; 4.6 MiB data, 8.2 GiB used, 707 GiB / 715 GiB avail 2024-07-27T19:06:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:06:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:06:32] "GET /metrics HTTP/1.1" 200 38902 "" "Prometheus/2.43.0" 2024-07-27T19:06:32.912 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestGroup.group_create (2042 ms) 2024-07-27T19:06:32.912 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestGroup.group_createPP 2024-07-27T19:06:32.930 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestGroup.group_createPP (19 ms) 2024-07-27T19:06:32.930 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestGroup.add_image 2024-07-27T19:06:32.970 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestGroup.add_image (40 ms) 2024-07-27T19:06:32.970 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestGroup.add_imagePP 2024-07-27T19:06:33.008 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestGroup.add_imagePP (38 ms) 2024-07-27T19:06:33.008 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestGroup.add_snapshot 2024-07-27T19:06:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:32 smithi179 ceph-mon[89801]: osdmap e1410: 8 total, 8 up, 8 in 2024-07-27T19:06:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:32 smithi029 ceph-mon[96870]: osdmap e1410: 8 total, 8 up, 8 in 2024-07-27T19:06:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:32 smithi029 ceph-mon[99353]: osdmap e1410: 8 total, 8 up, 8 in 2024-07-27T19:06:34.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:33 smithi179 ceph-mon[89801]: osdmap e1411: 8 total, 8 up, 8 in 2024-07-27T19:06:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:33 smithi179 ceph-mon[89801]: pgmap v2487: 137 pgs: 7 unknown, 130 active+clean; 4.6 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 2.7 KiB/s wr, 14 op/s 2024-07-27T19:06:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:33 smithi029 ceph-mon[96870]: osdmap e1411: 8 total, 8 up, 8 in 2024-07-27T19:06:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:33 smithi029 ceph-mon[96870]: pgmap v2487: 137 pgs: 7 unknown, 130 active+clean; 4.6 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 2.7 KiB/s wr, 14 op/s 2024-07-27T19:06:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:33 smithi029 ceph-mon[99353]: osdmap e1411: 8 total, 8 up, 8 in 2024-07-27T19:06:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:33 smithi029 ceph-mon[99353]: pgmap v2487: 137 pgs: 7 unknown, 130 active+clean; 4.6 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 2.7 KiB/s wr, 14 op/s 2024-07-27T19:06:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:34 smithi179 ceph-mon[89801]: osdmap e1412: 8 total, 8 up, 8 in 2024-07-27T19:06:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:34 smithi029 ceph-mon[96870]: osdmap e1412: 8 total, 8 up, 8 in 2024-07-27T19:06:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:34 smithi029 ceph-mon[99353]: osdmap e1412: 8 total, 8 up, 8 in 2024-07-27T19:06:36.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:35 smithi179 ceph-mon[89801]: osdmap e1413: 8 total, 8 up, 8 in 2024-07-27T19:06:36.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:35 smithi179 ceph-mon[89801]: pgmap v2490: 137 pgs: 137 active+clean; 4.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 8.0 KiB/s wr, 62 op/s 2024-07-27T19:06:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:35 smithi029 ceph-mon[96870]: osdmap e1413: 8 total, 8 up, 8 in 2024-07-27T19:06:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:35 smithi029 ceph-mon[96870]: pgmap v2490: 137 pgs: 137 active+clean; 4.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 8.0 KiB/s wr, 62 op/s 2024-07-27T19:06:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:35 smithi029 ceph-mon[99353]: osdmap e1413: 8 total, 8 up, 8 in 2024-07-27T19:06:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:35 smithi029 ceph-mon[99353]: pgmap v2490: 137 pgs: 137 active+clean; 4.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 8.0 KiB/s wr, 62 op/s 2024-07-27T19:06:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:36 smithi179 ceph-mon[89801]: osdmap e1414: 8 total, 8 up, 8 in 2024-07-27T19:06:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:36 smithi029 ceph-mon[96870]: osdmap e1414: 8 total, 8 up, 8 in 2024-07-27T19:06:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:36 smithi029 ceph-mon[99353]: osdmap e1414: 8 total, 8 up, 8 in 2024-07-27T19:06:38.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:37 smithi179 ceph-mon[89801]: osdmap e1415: 8 total, 8 up, 8 in 2024-07-27T19:06:38.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:37 smithi179 ceph-mon[89801]: pgmap v2493: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 140 KiB/s rd, 14 KiB/s wr, 181 op/s 2024-07-27T19:06:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:37 smithi029 ceph-mon[99353]: osdmap e1415: 8 total, 8 up, 8 in 2024-07-27T19:06:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:37 smithi029 ceph-mon[99353]: pgmap v2493: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 140 KiB/s rd, 14 KiB/s wr, 181 op/s 2024-07-27T19:06:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:37 smithi029 ceph-mon[96870]: osdmap e1415: 8 total, 8 up, 8 in 2024-07-27T19:06:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:37 smithi029 ceph-mon[96870]: pgmap v2493: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 140 KiB/s rd, 14 KiB/s wr, 181 op/s 2024-07-27T19:06:38.570 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestGroup.add_snapshot (5559 ms) 2024-07-27T19:06:38.570 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestGroup.add_snapshotPP 2024-07-27T19:06:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:38 smithi179 ceph-mon[89801]: osdmap e1416: 8 total, 8 up, 8 in 2024-07-27T19:06:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:38 smithi179 ceph-mon[89801]: osdmap e1417: 8 total, 8 up, 8 in 2024-07-27T19:06:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:38 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:06:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:06:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:38 smithi029 ceph-mon[96870]: osdmap e1416: 8 total, 8 up, 8 in 2024-07-27T19:06:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:38 smithi029 ceph-mon[96870]: osdmap e1417: 8 total, 8 up, 8 in 2024-07-27T19:06:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:38 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:06:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:06:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:38 smithi029 ceph-mon[99353]: osdmap e1416: 8 total, 8 up, 8 in 2024-07-27T19:06:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:38 smithi029 ceph-mon[99353]: osdmap e1417: 8 total, 8 up, 8 in 2024-07-27T19:06:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:38 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:06:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:06:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:40 smithi179 ceph-mon[89801]: pgmap v2496: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 126 KiB/s rd, 12 KiB/s wr, 168 op/s 2024-07-27T19:06:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:40 smithi179 ceph-mon[89801]: osdmap e1418: 8 total, 8 up, 8 in 2024-07-27T19:06:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:40 smithi029 ceph-mon[96870]: pgmap v2496: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 126 KiB/s rd, 12 KiB/s wr, 168 op/s 2024-07-27T19:06:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:40 smithi029 ceph-mon[96870]: osdmap e1418: 8 total, 8 up, 8 in 2024-07-27T19:06:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:40 smithi029 ceph-mon[99353]: pgmap v2496: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 126 KiB/s rd, 12 KiB/s wr, 168 op/s 2024-07-27T19:06:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:40 smithi029 ceph-mon[99353]: osdmap e1418: 8 total, 8 up, 8 in 2024-07-27T19:06:41.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:41 smithi179 ceph-mon[89801]: osdmap e1419: 8 total, 8 up, 8 in 2024-07-27T19:06:42.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:41 smithi029 ceph-mon[96870]: osdmap e1419: 8 total, 8 up, 8 in 2024-07-27T19:06:42.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:41 smithi029 ceph-mon[99353]: osdmap e1419: 8 total, 8 up, 8 in 2024-07-27T19:06:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:42 smithi029 ceph-mon[96870]: pgmap v2499: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 9.2 KiB/s wr, 126 op/s 2024-07-27T19:06:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:42 smithi029 ceph-mon[96870]: osdmap e1420: 8 total, 8 up, 8 in 2024-07-27T19:06:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:42 smithi029 ceph-mon[99353]: pgmap v2499: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 9.2 KiB/s wr, 126 op/s 2024-07-27T19:06:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:42 smithi029 ceph-mon[99353]: osdmap e1420: 8 total, 8 up, 8 in 2024-07-27T19:06:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:06:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:06:42] "GET /metrics HTTP/1.1" 200 36443 "" "Prometheus/2.43.0" 2024-07-27T19:06:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:42 smithi179 ceph-mon[89801]: pgmap v2499: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 9.2 KiB/s wr, 126 op/s 2024-07-27T19:06:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:42 smithi179 ceph-mon[89801]: osdmap e1420: 8 total, 8 up, 8 in 2024-07-27T19:06:43.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:43 smithi179 ceph-mon[89801]: osdmap e1421: 8 total, 8 up, 8 in 2024-07-27T19:06:43.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:43 smithi179 ceph-mon[89801]: osdmap e1422: 8 total, 8 up, 8 in 2024-07-27T19:06:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:43 smithi029 ceph-mon[96870]: osdmap e1421: 8 total, 8 up, 8 in 2024-07-27T19:06:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:43 smithi029 ceph-mon[96870]: osdmap e1422: 8 total, 8 up, 8 in 2024-07-27T19:06:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:43 smithi029 ceph-mon[99353]: osdmap e1421: 8 total, 8 up, 8 in 2024-07-27T19:06:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:43 smithi029 ceph-mon[99353]: osdmap e1422: 8 total, 8 up, 8 in 2024-07-27T19:06:44.590 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestGroup.add_snapshotPP (6022 ms) 2024-07-27T19:06:44.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:44 smithi179 ceph-mon[89801]: pgmap v2502: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 8.5 KiB/s wr, 116 op/s 2024-07-27T19:06:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:44 smithi029 ceph-mon[96870]: pgmap v2502: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 8.5 KiB/s wr, 116 op/s 2024-07-27T19:06:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:44 smithi029 ceph-mon[99353]: pgmap v2502: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 8.5 KiB/s wr, 116 op/s 2024-07-27T19:06:45.574 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 6 tests from TestGroup (13721 ms total) 2024-07-27T19:06:45.574 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:06:45.574 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 31 tests from TestDeepCopy 2024-07-27T19:06:45.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:45 smithi179 ceph-mon[89801]: osdmap e1423: 8 total, 8 up, 8 in 2024-07-27T19:06:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:45 smithi029 ceph-mon[96870]: osdmap e1423: 8 total, 8 up, 8 in 2024-07-27T19:06:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:45 smithi029 ceph-mon[99353]: osdmap e1423: 8 total, 8 up, 8 in 2024-07-27T19:06:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:46 smithi179 ceph-mon[89801]: pgmap v2505: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.7 KiB/s wr, 31 op/s 2024-07-27T19:06:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:46 smithi179 ceph-mon[89801]: osdmap e1424: 8 total, 8 up, 8 in 2024-07-27T19:06:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:46 smithi029 ceph-mon[96870]: pgmap v2505: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.7 KiB/s wr, 31 op/s 2024-07-27T19:06:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:46 smithi029 ceph-mon[96870]: osdmap e1424: 8 total, 8 up, 8 in 2024-07-27T19:06:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:46 smithi029 ceph-mon[99353]: pgmap v2505: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.7 KiB/s wr, 31 op/s 2024-07-27T19:06:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:46 smithi029 ceph-mon[99353]: osdmap e1424: 8 total, 8 up, 8 in 2024-07-27T19:06:47.583 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Empty 2024-07-27T19:06:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:47 smithi179 ceph-mon[89801]: osdmap e1425: 8 total, 8 up, 8 in 2024-07-27T19:06:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:47 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1561581658' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:06:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:06:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:47 smithi029 ceph-mon[96870]: osdmap e1425: 8 total, 8 up, 8 in 2024-07-27T19:06:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:47 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1561581658' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:06:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:06:48.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:47 smithi029 ceph-mon[99353]: osdmap e1425: 8 total, 8 up, 8 in 2024-07-27T19:06:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:47 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1561581658' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:06:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:06:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:48 smithi179 ceph-mon[89801]: pgmap v2508: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:06:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:48 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:06:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:48 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1561581658' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-11","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:06:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:48 smithi179 ceph-mon[89801]: osdmap e1426: 8 total, 8 up, 8 in 2024-07-27T19:06:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:48 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:06:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:48 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:06:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:48 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:06:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[96870]: pgmap v2508: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:06:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:06:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1561581658' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-11","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:06:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[96870]: osdmap e1426: 8 total, 8 up, 8 in 2024-07-27T19:06:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:06:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:06:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:06:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[99353]: pgmap v2508: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:06:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:06:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1561581658' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-11","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:06:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[99353]: osdmap e1426: 8 total, 8 up, 8 in 2024-07-27T19:06:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:06:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:06:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:48 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:06:49.717 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.Empty (2134 ms) 2024-07-27T19:06:49.717 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.NoSnaps 2024-07-27T19:06:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:49 smithi179 ceph-mon[89801]: osdmap e1427: 8 total, 8 up, 8 in 2024-07-27T19:06:49.968 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.NoSnaps (251 ms) 2024-07-27T19:06:49.968 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Snaps 2024-07-27T19:06:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:49 smithi029 ceph-mon[96870]: osdmap e1427: 8 total, 8 up, 8 in 2024-07-27T19:06:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:49 smithi029 ceph-mon[99353]: osdmap e1427: 8 total, 8 up, 8 in 2024-07-27T19:06:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:50 smithi179 ceph-mon[89801]: pgmap v2511: 137 pgs: 12 creating+peering, 10 unknown, 115 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:06:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:50 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:06:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:50 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T19:06:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:50 smithi179 ceph-mon[89801]: osdmap e1428: 8 total, 8 up, 8 in 2024-07-27T19:06:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:50 smithi029 ceph-mon[99353]: pgmap v2511: 137 pgs: 12 creating+peering, 10 unknown, 115 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:06:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:50 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:06:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:50 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T19:06:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:50 smithi029 ceph-mon[99353]: osdmap e1428: 8 total, 8 up, 8 in 2024-07-27T19:06:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:50 smithi029 ceph-mon[96870]: pgmap v2511: 137 pgs: 12 creating+peering, 10 unknown, 115 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:06:51.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:50 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:06:51.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:50 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T19:06:51.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:50 smithi029 ceph-mon[96870]: osdmap e1428: 8 total, 8 up, 8 in 2024-07-27T19:06:51.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:51 smithi179 ceph-mon[89801]: osdmap e1429: 8 total, 8 up, 8 in 2024-07-27T19:06:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:51 smithi029 ceph-mon[96870]: osdmap e1429: 8 total, 8 up, 8 in 2024-07-27T19:06:52.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:51 smithi029 ceph-mon[99353]: osdmap e1429: 8 total, 8 up, 8 in 2024-07-27T19:06:52.599 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:06:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:06:52] "GET /metrics HTTP/1.1" 200 36443 "" "Prometheus/2.43.0" 2024-07-27T19:06:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:52 smithi179 ceph-mon[89801]: pgmap v2514: 137 pgs: 12 creating+peering, 125 active+clean; 33 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 MiB/s rd, 7.0 MiB/s wr, 60 op/s 2024-07-27T19:06:52.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:52 smithi179 ceph-mon[89801]: osdmap e1430: 8 total, 8 up, 8 in 2024-07-27T19:06:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:52 smithi029 ceph-mon[96870]: pgmap v2514: 137 pgs: 12 creating+peering, 125 active+clean; 33 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 MiB/s rd, 7.0 MiB/s wr, 60 op/s 2024-07-27T19:06:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:52 smithi029 ceph-mon[96870]: osdmap e1430: 8 total, 8 up, 8 in 2024-07-27T19:06:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:52 smithi029 ceph-mon[99353]: pgmap v2514: 137 pgs: 12 creating+peering, 125 active+clean; 33 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 MiB/s rd, 7.0 MiB/s wr, 60 op/s 2024-07-27T19:06:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:52 smithi029 ceph-mon[99353]: osdmap e1430: 8 total, 8 up, 8 in 2024-07-27T19:06:53.887 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.Snaps (3919 ms) 2024-07-27T19:06:53.887 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.SnapDiscard 2024-07-27T19:06:53.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:53 smithi179 ceph-mon[89801]: osdmap e1431: 8 total, 8 up, 8 in 2024-07-27T19:06:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:53 smithi029 ceph-mon[96870]: osdmap e1431: 8 total, 8 up, 8 in 2024-07-27T19:06:54.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:53 smithi029 ceph-mon[99353]: osdmap e1431: 8 total, 8 up, 8 in 2024-07-27T19:06:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:54 smithi179 ceph-mon[89801]: pgmap v2517: 137 pgs: 137 active+clean; 49 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 11 MiB/s wr, 162 op/s 2024-07-27T19:06:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:54 smithi179 ceph-mon[89801]: osdmap e1432: 8 total, 8 up, 8 in 2024-07-27T19:06:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:06:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:54 smithi029 ceph-mon[96870]: pgmap v2517: 137 pgs: 137 active+clean; 49 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 11 MiB/s wr, 162 op/s 2024-07-27T19:06:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:54 smithi029 ceph-mon[96870]: osdmap e1432: 8 total, 8 up, 8 in 2024-07-27T19:06:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:06:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:54 smithi029 ceph-mon[99353]: pgmap v2517: 137 pgs: 137 active+clean; 49 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 11 MiB/s wr, 162 op/s 2024-07-27T19:06:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:54 smithi029 ceph-mon[99353]: osdmap e1432: 8 total, 8 up, 8 in 2024-07-27T19:06:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:06:55.739 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.SnapDiscard (1853 ms) 2024-07-27T19:06:55.740 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.CloneDiscard 2024-07-27T19:06:55.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:55 smithi179 ceph-mon[89801]: osdmap e1433: 8 total, 8 up, 8 in 2024-07-27T19:06:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:55 smithi029 ceph-mon[96870]: osdmap e1433: 8 total, 8 up, 8 in 2024-07-27T19:06:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:55 smithi029 ceph-mon[99353]: osdmap e1433: 8 total, 8 up, 8 in 2024-07-27T19:06:56.845 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.CloneDiscard (1105 ms) 2024-07-27T19:06:56.845 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.CloneShrink 2024-07-27T19:06:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:56 smithi179 ceph-mon[89801]: pgmap v2520: 137 pgs: 137 active+clean; 57 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 6.0 MiB/s wr, 106 op/s 2024-07-27T19:06:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:56 smithi179 ceph-mon[89801]: osdmap e1434: 8 total, 8 up, 8 in 2024-07-27T19:06:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:56 smithi029 ceph-mon[96870]: pgmap v2520: 137 pgs: 137 active+clean; 57 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 6.0 MiB/s wr, 106 op/s 2024-07-27T19:06:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:56 smithi029 ceph-mon[96870]: osdmap e1434: 8 total, 8 up, 8 in 2024-07-27T19:06:57.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:56 smithi029 ceph-mon[99353]: pgmap v2520: 137 pgs: 137 active+clean; 57 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 6.0 MiB/s wr, 106 op/s 2024-07-27T19:06:57.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:56 smithi029 ceph-mon[99353]: osdmap e1434: 8 total, 8 up, 8 in 2024-07-27T19:06:57.820 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.CloneShrink (975 ms) 2024-07-27T19:06:57.820 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.CloneExpand 2024-07-27T19:06:57.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:57 smithi179 ceph-mon[89801]: osdmap e1435: 8 total, 8 up, 8 in 2024-07-27T19:06:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:57 smithi029 ceph-mon[96870]: osdmap e1435: 8 total, 8 up, 8 in 2024-07-27T19:06:58.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:57 smithi029 ceph-mon[99353]: osdmap e1435: 8 total, 8 up, 8 in 2024-07-27T19:06:58.775 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.CloneExpand (956 ms) 2024-07-27T19:06:58.775 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.CloneHideParent 2024-07-27T19:06:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:58 smithi179 ceph-mon[89801]: pgmap v2523: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 25 MiB/s rd, 5.0 MiB/s wr, 132 op/s 2024-07-27T19:06:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:58 smithi179 ceph-mon[89801]: osdmap e1436: 8 total, 8 up, 8 in 2024-07-27T19:06:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:06:58 smithi179 ceph-mon[89801]: osdmap e1437: 8 total, 8 up, 8 in 2024-07-27T19:06:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:58 smithi029 ceph-mon[96870]: pgmap v2523: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 25 MiB/s rd, 5.0 MiB/s wr, 132 op/s 2024-07-27T19:06:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:58 smithi029 ceph-mon[96870]: osdmap e1436: 8 total, 8 up, 8 in 2024-07-27T19:06:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:06:58 smithi029 ceph-mon[96870]: osdmap e1437: 8 total, 8 up, 8 in 2024-07-27T19:06:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:58 smithi029 ceph-mon[99353]: pgmap v2523: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 25 MiB/s rd, 5.0 MiB/s wr, 132 op/s 2024-07-27T19:06:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:58 smithi029 ceph-mon[99353]: osdmap e1436: 8 total, 8 up, 8 in 2024-07-27T19:06:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:06:58 smithi029 ceph-mon[99353]: osdmap e1437: 8 total, 8 up, 8 in 2024-07-27T19:07:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:00 smithi179 ceph-mon[89801]: pgmap v2526: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 21 MiB/s rd, 3.0 MiB/s wr, 300 op/s 2024-07-27T19:07:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:00 smithi179 ceph-mon[89801]: osdmap e1438: 8 total, 8 up, 8 in 2024-07-27T19:07:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:00 smithi029 ceph-mon[96870]: pgmap v2526: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 21 MiB/s rd, 3.0 MiB/s wr, 300 op/s 2024-07-27T19:07:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:00 smithi029 ceph-mon[96870]: osdmap e1438: 8 total, 8 up, 8 in 2024-07-27T19:07:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:00 smithi029 ceph-mon[99353]: pgmap v2526: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 21 MiB/s rd, 3.0 MiB/s wr, 300 op/s 2024-07-27T19:07:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:00 smithi029 ceph-mon[99353]: osdmap e1438: 8 total, 8 up, 8 in 2024-07-27T19:07:01.903 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:01 smithi029 ceph-mon[96870]: osdmap e1439: 8 total, 8 up, 8 in 2024-07-27T19:07:01.903 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:01 smithi029 ceph-mon[99353]: osdmap e1439: 8 total, 8 up, 8 in 2024-07-27T19:07:01.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:01 smithi179 ceph-mon[89801]: osdmap e1439: 8 total, 8 up, 8 in 2024-07-27T19:07:02.654 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:07:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:07:02] "GET /metrics HTTP/1.1" 200 36461 "" "Prometheus/2.43.0" 2024-07-27T19:07:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:02 smithi179 ceph-mon[89801]: pgmap v2529: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 327 KiB/s rd, 31 KiB/s wr, 442 op/s 2024-07-27T19:07:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:02 smithi179 ceph-mon[89801]: osdmap e1440: 8 total, 8 up, 8 in 2024-07-27T19:07:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:02 smithi029 ceph-mon[96870]: pgmap v2529: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 327 KiB/s rd, 31 KiB/s wr, 442 op/s 2024-07-27T19:07:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:02 smithi029 ceph-mon[96870]: osdmap e1440: 8 total, 8 up, 8 in 2024-07-27T19:07:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:02 smithi029 ceph-mon[99353]: pgmap v2529: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 327 KiB/s rd, 31 KiB/s wr, 442 op/s 2024-07-27T19:07:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:02 smithi029 ceph-mon[99353]: osdmap e1440: 8 total, 8 up, 8 in 2024-07-27T19:07:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:03 smithi029 ceph-mon[99353]: osdmap e1441: 8 total, 8 up, 8 in 2024-07-27T19:07:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:03 smithi029 ceph-mon[96870]: osdmap e1441: 8 total, 8 up, 8 in 2024-07-27T19:07:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:03 smithi179 ceph-mon[89801]: osdmap e1441: 8 total, 8 up, 8 in 2024-07-27T19:07:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:04 smithi029 ceph-mon[96870]: pgmap v2532: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 287 KiB/s rd, 18 KiB/s wr, 378 op/s 2024-07-27T19:07:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:04 smithi029 ceph-mon[96870]: osdmap e1442: 8 total, 8 up, 8 in 2024-07-27T19:07:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:04 smithi029 ceph-mon[99353]: pgmap v2532: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 287 KiB/s rd, 18 KiB/s wr, 378 op/s 2024-07-27T19:07:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:04 smithi029 ceph-mon[99353]: osdmap e1442: 8 total, 8 up, 8 in 2024-07-27T19:07:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:04 smithi179 ceph-mon[89801]: pgmap v2532: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 287 KiB/s rd, 18 KiB/s wr, 378 op/s 2024-07-27T19:07:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:04 smithi179 ceph-mon[89801]: osdmap e1442: 8 total, 8 up, 8 in 2024-07-27T19:07:05.796 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.CloneHideParent (7021 ms) 2024-07-27T19:07:05.797 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Clone 2024-07-27T19:07:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:05 smithi029 ceph-mon[96870]: osdmap e1443: 8 total, 8 up, 8 in 2024-07-27T19:07:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:05 smithi029 ceph-mon[99353]: osdmap e1443: 8 total, 8 up, 8 in 2024-07-27T19:07:06.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:05 smithi179 ceph-mon[89801]: osdmap e1443: 8 total, 8 up, 8 in 2024-07-27T19:07:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:06 smithi029 ceph-mon[96870]: pgmap v2535: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 79 KiB/s rd, 5.0 KiB/s wr, 110 op/s 2024-07-27T19:07:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:06 smithi029 ceph-mon[96870]: osdmap e1444: 8 total, 8 up, 8 in 2024-07-27T19:07:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:06 smithi029 ceph-mon[99353]: pgmap v2535: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 79 KiB/s rd, 5.0 KiB/s wr, 110 op/s 2024-07-27T19:07:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:06 smithi029 ceph-mon[99353]: osdmap e1444: 8 total, 8 up, 8 in 2024-07-27T19:07:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:06 smithi179 ceph-mon[89801]: pgmap v2535: 137 pgs: 137 active+clean; 69 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 79 KiB/s rd, 5.0 KiB/s wr, 110 op/s 2024-07-27T19:07:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:06 smithi179 ceph-mon[89801]: osdmap e1444: 8 total, 8 up, 8 in 2024-07-27T19:07:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:07 smithi029 ceph-mon[96870]: osdmap e1445: 8 total, 8 up, 8 in 2024-07-27T19:07:08.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:07 smithi029 ceph-mon[99353]: osdmap e1445: 8 total, 8 up, 8 in 2024-07-27T19:07:08.047 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.Clone (2250 ms) 2024-07-27T19:07:08.047 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.CloneFlatten 2024-07-27T19:07:08.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:07 smithi179 ceph-mon[89801]: osdmap e1445: 8 total, 8 up, 8 in 2024-07-27T19:07:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:08 smithi029 ceph-mon[96870]: pgmap v2538: 137 pgs: 137 active+clean; 81 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.0 MiB/s wr, 217 op/s 2024-07-27T19:07:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:08 smithi029 ceph-mon[96870]: osdmap e1446: 8 total, 8 up, 8 in 2024-07-27T19:07:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:08 smithi029 ceph-mon[99353]: pgmap v2538: 137 pgs: 137 active+clean; 81 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.0 MiB/s wr, 217 op/s 2024-07-27T19:07:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:08 smithi029 ceph-mon[99353]: osdmap e1446: 8 total, 8 up, 8 in 2024-07-27T19:07:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:08 smithi179 ceph-mon[89801]: pgmap v2538: 137 pgs: 137 active+clean; 81 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.0 MiB/s wr, 217 op/s 2024-07-27T19:07:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:08 smithi179 ceph-mon[89801]: osdmap e1446: 8 total, 8 up, 8 in 2024-07-27T19:07:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:09 smithi029 ceph-mon[96870]: osdmap e1447: 8 total, 8 up, 8 in 2024-07-27T19:07:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:07:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:09 smithi029 ceph-mon[99353]: osdmap e1447: 8 total, 8 up, 8 in 2024-07-27T19:07:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:07:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:09 smithi179 ceph-mon[89801]: osdmap e1447: 8 total, 8 up, 8 in 2024-07-27T19:07:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:07:10.203 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.CloneFlatten (2156 ms) 2024-07-27T19:07:10.203 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Stress 2024-07-27T19:07:10.225 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 79836331~424146 2024-07-27T19:07:10.231 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 73641194~3086711 2024-07-27T19:07:10.231 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 65546338~2830739 2024-07-27T19:07:10.241 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 77159441~3716710 2024-07-27T19:07:10.243 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 74758349~4920929 2024-07-27T19:07:10.257 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 15463172~2202858 2024-07-27T19:07:10.258 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 56633726~6413187 2024-07-27T19:07:10.276 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 62417711~5287759 2024-07-27T19:07:10.280 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap0 2024-07-27T19:07:10.720 INFO:tasks.workunit.client.0.smithi029.stdout:clone image242 -> image243 2024-07-27T19:07:10.769 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 123426511 2024-07-27T19:07:10.774 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 30471775~759256 2024-07-27T19:07:10.781 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 13295042~7590986 2024-07-27T19:07:10.785 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 74456141~3569156 2024-07-27T19:07:10.804 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 3513040~4096990 2024-07-27T19:07:10.808 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 58116723~3978582 2024-07-27T19:07:10.838 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 74010833~8180273 2024-07-27T19:07:10.841 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 44892783~960348 2024-07-27T19:07:10.846 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 86614587~5142416 2024-07-27T19:07:10.846 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap1 2024-07-27T19:07:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:10 smithi029 ceph-mon[99353]: pgmap v2541: 137 pgs: 137 active+clean; 105 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 MiB/s rd, 9.0 MiB/s wr, 258 op/s 2024-07-27T19:07:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:10 smithi029 ceph-mon[99353]: osdmap e1448: 8 total, 8 up, 8 in 2024-07-27T19:07:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:10 smithi029 ceph-mon[96870]: pgmap v2541: 137 pgs: 137 active+clean; 105 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 MiB/s rd, 9.0 MiB/s wr, 258 op/s 2024-07-27T19:07:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:10 smithi029 ceph-mon[96870]: osdmap e1448: 8 total, 8 up, 8 in 2024-07-27T19:07:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:10 smithi179 ceph-mon[89801]: pgmap v2541: 137 pgs: 137 active+clean; 105 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 MiB/s rd, 9.0 MiB/s wr, 258 op/s 2024-07-27T19:07:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:10 smithi179 ceph-mon[89801]: osdmap e1448: 8 total, 8 up, 8 in 2024-07-27T19:07:11.731 INFO:tasks.workunit.client.0.smithi029.stdout:clone image243 -> image244 2024-07-27T19:07:11.800 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 36232713~2820781 2024-07-27T19:07:11.815 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 103966782~112211 2024-07-27T19:07:11.818 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 35977036~2437483 2024-07-27T19:07:11.828 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 103416858~106238 2024-07-27T19:07:11.830 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 119340585~4085926 2024-07-27T19:07:11.840 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 108361653~4411 2024-07-27T19:07:11.843 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 75080358~1401084 2024-07-27T19:07:11.849 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 38963113~8116996 2024-07-27T19:07:11.852 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap2 2024-07-27T19:07:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:11 smithi029 ceph-mon[96870]: osdmap e1449: 8 total, 8 up, 8 in 2024-07-27T19:07:12.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:11 smithi029 ceph-mon[99353]: osdmap e1449: 8 total, 8 up, 8 in 2024-07-27T19:07:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:11 smithi179 ceph-mon[89801]: osdmap e1449: 8 total, 8 up, 8 in 2024-07-27T19:07:12.709 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:07:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:07:12] "GET /metrics HTTP/1.1" 200 36469 "" "Prometheus/2.43.0" 2024-07-27T19:07:12.733 INFO:tasks.workunit.client.0.smithi029.stdout:clone image244 -> image245 2024-07-27T19:07:12.820 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 73210472~3104475 2024-07-27T19:07:12.838 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 7165151~7950318 2024-07-27T19:07:12.843 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 26921808~5415982 2024-07-27T19:07:12.864 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 50721979~750154 2024-07-27T19:07:12.868 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 87458135~3483900 2024-07-27T19:07:12.884 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 11666991~5480400 2024-07-27T19:07:12.888 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 103060572~1083852 2024-07-27T19:07:12.894 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 70789630~2291180 2024-07-27T19:07:12.918 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap3 2024-07-27T19:07:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:12 smithi029 ceph-mon[99353]: pgmap v2544: 137 pgs: 137 active+clean; 138 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 16 MiB/s rd, 13 MiB/s wr, 269 op/s 2024-07-27T19:07:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:12 smithi029 ceph-mon[99353]: osdmap e1450: 8 total, 8 up, 8 in 2024-07-27T19:07:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:12 smithi029 ceph-mon[96870]: pgmap v2544: 137 pgs: 137 active+clean; 138 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 16 MiB/s rd, 13 MiB/s wr, 269 op/s 2024-07-27T19:07:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:12 smithi029 ceph-mon[96870]: osdmap e1450: 8 total, 8 up, 8 in 2024-07-27T19:07:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:12 smithi179 ceph-mon[89801]: pgmap v2544: 137 pgs: 137 active+clean; 138 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 16 MiB/s rd, 13 MiB/s wr, 269 op/s 2024-07-27T19:07:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:12 smithi179 ceph-mon[89801]: osdmap e1450: 8 total, 8 up, 8 in 2024-07-27T19:07:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:13 smithi029 ceph-mon[96870]: osdmap e1451: 8 total, 8 up, 8 in 2024-07-27T19:07:14.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:13 smithi029 ceph-mon[99353]: osdmap e1451: 8 total, 8 up, 8 in 2024-07-27T19:07:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:13 smithi179 ceph-mon[89801]: osdmap e1451: 8 total, 8 up, 8 in 2024-07-27T19:07:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:14 smithi029 ceph-mon[96870]: pgmap v2547: 137 pgs: 137 active+clean; 245 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 37 MiB/s rd, 32 MiB/s wr, 538 op/s 2024-07-27T19:07:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:14 smithi029 ceph-mon[96870]: osdmap e1452: 8 total, 8 up, 8 in 2024-07-27T19:07:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:14 smithi029 ceph-mon[99353]: pgmap v2547: 137 pgs: 137 active+clean; 245 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 37 MiB/s rd, 32 MiB/s wr, 538 op/s 2024-07-27T19:07:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:14 smithi029 ceph-mon[99353]: osdmap e1452: 8 total, 8 up, 8 in 2024-07-27T19:07:15.131 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.Stress (4928 ms) 2024-07-27T19:07:15.131 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.NoSnaps_LargerDstObjSize 2024-07-27T19:07:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:14 smithi179 ceph-mon[89801]: pgmap v2547: 137 pgs: 137 active+clean; 245 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 37 MiB/s rd, 32 MiB/s wr, 538 op/s 2024-07-27T19:07:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:14 smithi179 ceph-mon[89801]: osdmap e1452: 8 total, 8 up, 8 in 2024-07-27T19:07:15.419 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.NoSnaps_LargerDstObjSize (288 ms) 2024-07-27T19:07:15.419 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Snaps_LargerDstObjSize 2024-07-27T19:07:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:15 smithi029 ceph-mon[96870]: osdmap e1453: 8 total, 8 up, 8 in 2024-07-27T19:07:16.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:15 smithi029 ceph-mon[99353]: osdmap e1453: 8 total, 8 up, 8 in 2024-07-27T19:07:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:15 smithi179 ceph-mon[89801]: osdmap e1453: 8 total, 8 up, 8 in 2024-07-27T19:07:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:16 smithi029 ceph-mon[99353]: pgmap v2550: 137 pgs: 137 active+clean; 279 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 32 MiB/s rd, 31 MiB/s wr, 320 op/s 2024-07-27T19:07:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:16 smithi029 ceph-mon[99353]: osdmap e1454: 8 total, 8 up, 8 in 2024-07-27T19:07:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:16 smithi029 ceph-mon[96870]: pgmap v2550: 137 pgs: 137 active+clean; 279 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 32 MiB/s rd, 31 MiB/s wr, 320 op/s 2024-07-27T19:07:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:16 smithi029 ceph-mon[96870]: osdmap e1454: 8 total, 8 up, 8 in 2024-07-27T19:07:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:16 smithi179 ceph-mon[89801]: pgmap v2550: 137 pgs: 137 active+clean; 279 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 32 MiB/s rd, 31 MiB/s wr, 320 op/s 2024-07-27T19:07:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:16 smithi179 ceph-mon[89801]: osdmap e1454: 8 total, 8 up, 8 in 2024-07-27T19:07:18.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:17 smithi029 ceph-mon[96870]: osdmap e1455: 8 total, 8 up, 8 in 2024-07-27T19:07:18.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:17 smithi029 ceph-mon[99353]: osdmap e1455: 8 total, 8 up, 8 in 2024-07-27T19:07:18.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:17 smithi179 ceph-mon[89801]: osdmap e1455: 8 total, 8 up, 8 in 2024-07-27T19:07:19.074 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.Snaps_LargerDstObjSize (3656 ms) 2024-07-27T19:07:19.074 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Clone_LargerDstObjSize 2024-07-27T19:07:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:18 smithi179 ceph-mon[89801]: pgmap v2553: 137 pgs: 137 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 33 MiB/s rd, 20 MiB/s wr, 526 op/s 2024-07-27T19:07:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:18 smithi179 ceph-mon[89801]: osdmap e1456: 8 total, 8 up, 8 in 2024-07-27T19:07:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:18 smithi029 ceph-mon[96870]: pgmap v2553: 137 pgs: 137 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 33 MiB/s rd, 20 MiB/s wr, 526 op/s 2024-07-27T19:07:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:18 smithi029 ceph-mon[96870]: osdmap e1456: 8 total, 8 up, 8 in 2024-07-27T19:07:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:18 smithi029 ceph-mon[99353]: pgmap v2553: 137 pgs: 137 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 33 MiB/s rd, 20 MiB/s wr, 526 op/s 2024-07-27T19:07:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:18 smithi029 ceph-mon[99353]: osdmap e1456: 8 total, 8 up, 8 in 2024-07-27T19:07:20.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:19 smithi179 ceph-mon[89801]: osdmap e1457: 8 total, 8 up, 8 in 2024-07-27T19:07:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:19 smithi029 ceph-mon[96870]: osdmap e1457: 8 total, 8 up, 8 in 2024-07-27T19:07:20.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:19 smithi029 ceph-mon[99353]: osdmap e1457: 8 total, 8 up, 8 in 2024-07-27T19:07:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:20 smithi179 ceph-mon[89801]: pgmap v2556: 137 pgs: 137 active+clean; 369 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 45 MiB/s rd, 18 MiB/s wr, 545 op/s 2024-07-27T19:07:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:20 smithi179 ceph-mon[89801]: osdmap e1458: 8 total, 8 up, 8 in 2024-07-27T19:07:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:20 smithi029 ceph-mon[96870]: pgmap v2556: 137 pgs: 137 active+clean; 369 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 45 MiB/s rd, 18 MiB/s wr, 545 op/s 2024-07-27T19:07:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:20 smithi029 ceph-mon[96870]: osdmap e1458: 8 total, 8 up, 8 in 2024-07-27T19:07:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:20 smithi029 ceph-mon[99353]: pgmap v2556: 137 pgs: 137 active+clean; 369 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 45 MiB/s rd, 18 MiB/s wr, 545 op/s 2024-07-27T19:07:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:20 smithi029 ceph-mon[99353]: osdmap e1458: 8 total, 8 up, 8 in 2024-07-27T19:07:21.301 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.Clone_LargerDstObjSize (2226 ms) 2024-07-27T19:07:21.301 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.CloneFlatten_LargerDstObjSize 2024-07-27T19:07:22.064 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:21 smithi179 ceph-mon[89801]: osdmap e1459: 8 total, 8 up, 8 in 2024-07-27T19:07:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:21 smithi029 ceph-mon[96870]: osdmap e1459: 8 total, 8 up, 8 in 2024-07-27T19:07:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:21 smithi029 ceph-mon[99353]: osdmap e1459: 8 total, 8 up, 8 in 2024-07-27T19:07:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:07:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:07:22] "GET /metrics HTTP/1.1" 200 36469 "" "Prometheus/2.43.0" 2024-07-27T19:07:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:22 smithi179 ceph-mon[89801]: pgmap v2559: 137 pgs: 137 active+clean; 381 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 27 MiB/s rd, 6.5 MiB/s wr, 164 op/s 2024-07-27T19:07:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:22 smithi179 ceph-mon[89801]: osdmap e1460: 8 total, 8 up, 8 in 2024-07-27T19:07:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:22 smithi029 ceph-mon[96870]: pgmap v2559: 137 pgs: 137 active+clean; 381 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 27 MiB/s rd, 6.5 MiB/s wr, 164 op/s 2024-07-27T19:07:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:22 smithi029 ceph-mon[96870]: osdmap e1460: 8 total, 8 up, 8 in 2024-07-27T19:07:23.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:22 smithi029 ceph-mon[99353]: pgmap v2559: 137 pgs: 137 active+clean; 381 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 27 MiB/s rd, 6.5 MiB/s wr, 164 op/s 2024-07-27T19:07:23.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:22 smithi029 ceph-mon[99353]: osdmap e1460: 8 total, 8 up, 8 in 2024-07-27T19:07:23.424 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.CloneFlatten_LargerDstObjSize (2124 ms) 2024-07-27T19:07:23.424 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Stress_LargerDstObjSize 2024-07-27T19:07:23.447 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 79805924~4080156 2024-07-27T19:07:23.465 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 57304943~5084029 2024-07-27T19:07:23.466 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 31013520~7305247 2024-07-27T19:07:23.497 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 58240358~6701683 2024-07-27T19:07:23.498 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 26776443~6630486 2024-07-27T19:07:23.522 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 45064699~2624578 2024-07-27T19:07:23.522 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 26484851~1172329 2024-07-27T19:07:23.526 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 25691528~149033 2024-07-27T19:07:23.527 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap0 2024-07-27T19:07:23.819 INFO:tasks.workunit.client.0.smithi029.stdout:clone image264 -> image265 2024-07-27T19:07:23.880 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 87895684 2024-07-27T19:07:23.888 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 71464819~7961751 2024-07-27T19:07:23.919 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 71459859~6066160 2024-07-27T19:07:23.920 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 74411800~3529729 2024-07-27T19:07:23.933 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 19399773~1853058 2024-07-27T19:07:23.937 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 10289692~4697396 2024-07-27T19:07:23.956 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 703402~7624431 2024-07-27T19:07:23.960 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 36901214~5927444 2024-07-27T19:07:23.992 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 44661967~6472435 2024-07-27T19:07:23.995 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap1 2024-07-27T19:07:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:23 smithi179 ceph-mon[89801]: osdmap e1461: 8 total, 8 up, 8 in 2024-07-27T19:07:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:07:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:23 smithi029 ceph-mon[99353]: osdmap e1461: 8 total, 8 up, 8 in 2024-07-27T19:07:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:07:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:23 smithi029 ceph-mon[96870]: osdmap e1461: 8 total, 8 up, 8 in 2024-07-27T19:07:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:07:24.804 INFO:tasks.workunit.client.0.smithi029.stdout:clone image265 -> image266 2024-07-27T19:07:24.877 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 113724110 2024-07-27T19:07:24.883 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 77670874~3576728 2024-07-27T19:07:24.924 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 6201306~4435825 2024-07-27T19:07:24.939 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 7306134~5295061 2024-07-27T19:07:24.963 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 4381476~7520333 2024-07-27T19:07:24.965 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 106322781~6133859 2024-07-27T19:07:24.984 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 102418151~3580849 2024-07-27T19:07:24.986 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 86305064~774050 2024-07-27T19:07:24.991 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 3129026~7821015 2024-07-27T19:07:24.994 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap2 2024-07-27T19:07:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:24 smithi179 ceph-mon[89801]: pgmap v2562: 137 pgs: 137 active+clean; 445 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 33 MiB/s rd, 19 MiB/s wr, 445 op/s 2024-07-27T19:07:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:24 smithi179 ceph-mon[89801]: osdmap e1462: 8 total, 8 up, 8 in 2024-07-27T19:07:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:24 smithi029 ceph-mon[99353]: pgmap v2562: 137 pgs: 137 active+clean; 445 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 33 MiB/s rd, 19 MiB/s wr, 445 op/s 2024-07-27T19:07:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:24 smithi029 ceph-mon[99353]: osdmap e1462: 8 total, 8 up, 8 in 2024-07-27T19:07:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:24 smithi029 ceph-mon[96870]: pgmap v2562: 137 pgs: 137 active+clean; 445 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 33 MiB/s rd, 19 MiB/s wr, 445 op/s 2024-07-27T19:07:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:24 smithi029 ceph-mon[96870]: osdmap e1462: 8 total, 8 up, 8 in 2024-07-27T19:07:25.810 INFO:tasks.workunit.client.0.smithi029.stdout:clone image266 -> image267 2024-07-27T19:07:25.895 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 41203890~3284104 2024-07-27T19:07:25.929 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 26474001~4098536 2024-07-27T19:07:25.954 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 24068952~7098909 2024-07-27T19:07:25.968 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 33474689~2670229 2024-07-27T19:07:25.989 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 43390577~3570769 2024-07-27T19:07:26.001 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 17588881~7906913 2024-07-27T19:07:26.005 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 30914641~1618959 2024-07-27T19:07:26.012 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 6903775~1287087 2024-07-27T19:07:26.015 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap3 2024-07-27T19:07:26.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:25 smithi179 ceph-mon[89801]: osdmap e1463: 8 total, 8 up, 8 in 2024-07-27T19:07:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:25 smithi029 ceph-mon[96870]: osdmap e1463: 8 total, 8 up, 8 in 2024-07-27T19:07:26.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:25 smithi029 ceph-mon[99353]: osdmap e1463: 8 total, 8 up, 8 in 2024-07-27T19:07:26.814 INFO:tasks.workunit.client.0.smithi029.stdout:clone image267 -> image268 2024-07-27T19:07:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:26 smithi179 ceph-mon[89801]: pgmap v2565: 137 pgs: 137 active+clean; 453 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 27 MiB/s rd, 18 MiB/s wr, 357 op/s 2024-07-27T19:07:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:26 smithi179 ceph-mon[89801]: osdmap e1464: 8 total, 8 up, 8 in 2024-07-27T19:07:27.218 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.Stress_LargerDstObjSize (3794 ms) 2024-07-27T19:07:27.219 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.NoSnaps_SmallerDstObjSize 2024-07-27T19:07:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:26 smithi029 ceph-mon[96870]: pgmap v2565: 137 pgs: 137 active+clean; 453 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 27 MiB/s rd, 18 MiB/s wr, 357 op/s 2024-07-27T19:07:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:26 smithi029 ceph-mon[96870]: osdmap e1464: 8 total, 8 up, 8 in 2024-07-27T19:07:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:26 smithi029 ceph-mon[99353]: pgmap v2565: 137 pgs: 137 active+clean; 453 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 27 MiB/s rd, 18 MiB/s wr, 357 op/s 2024-07-27T19:07:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:26 smithi029 ceph-mon[99353]: osdmap e1464: 8 total, 8 up, 8 in 2024-07-27T19:07:27.659 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.NoSnaps_SmallerDstObjSize (441 ms) 2024-07-27T19:07:27.660 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Snaps_SmallerDstObjSize 2024-07-27T19:07:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:27 smithi179 ceph-mon[89801]: osdmap e1465: 8 total, 8 up, 8 in 2024-07-27T19:07:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:27 smithi029 ceph-mon[99353]: osdmap e1465: 8 total, 8 up, 8 in 2024-07-27T19:07:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:27 smithi029 ceph-mon[96870]: osdmap e1465: 8 total, 8 up, 8 in 2024-07-27T19:07:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:28 smithi179 ceph-mon[89801]: pgmap v2568: 137 pgs: 137 active+clean; 617 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 46 MiB/s rd, 42 MiB/s wr, 541 op/s 2024-07-27T19:07:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:28 smithi179 ceph-mon[89801]: osdmap e1466: 8 total, 8 up, 8 in 2024-07-27T19:07:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:28 smithi029 ceph-mon[96870]: pgmap v2568: 137 pgs: 137 active+clean; 617 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 46 MiB/s rd, 42 MiB/s wr, 541 op/s 2024-07-27T19:07:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:28 smithi029 ceph-mon[96870]: osdmap e1466: 8 total, 8 up, 8 in 2024-07-27T19:07:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:28 smithi029 ceph-mon[99353]: pgmap v2568: 137 pgs: 137 active+clean; 617 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 46 MiB/s rd, 42 MiB/s wr, 541 op/s 2024-07-27T19:07:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:28 smithi029 ceph-mon[99353]: osdmap e1466: 8 total, 8 up, 8 in 2024-07-27T19:07:30.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:29 smithi179 ceph-mon[89801]: osdmap e1467: 8 total, 8 up, 8 in 2024-07-27T19:07:30.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:29 smithi029 ceph-mon[96870]: osdmap e1467: 8 total, 8 up, 8 in 2024-07-27T19:07:30.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:29 smithi029 ceph-mon[99353]: osdmap e1467: 8 total, 8 up, 8 in 2024-07-27T19:07:31.095 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.Snaps_SmallerDstObjSize (3436 ms) 2024-07-27T19:07:31.096 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Clone_SmallerDstObjSize 2024-07-27T19:07:31.152 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:30 smithi029 ceph-mon[96870]: pgmap v2571: 137 pgs: 137 active+clean; 649 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 55 MiB/s rd, 48 MiB/s wr, 639 op/s 2024-07-27T19:07:31.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:30 smithi029 ceph-mon[96870]: osdmap e1468: 8 total, 8 up, 8 in 2024-07-27T19:07:31.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:30 smithi029 ceph-mon[99353]: pgmap v2571: 137 pgs: 137 active+clean; 649 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 55 MiB/s rd, 48 MiB/s wr, 639 op/s 2024-07-27T19:07:31.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:30 smithi029 ceph-mon[99353]: osdmap e1468: 8 total, 8 up, 8 in 2024-07-27T19:07:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:30 smithi179 ceph-mon[89801]: pgmap v2571: 137 pgs: 137 active+clean; 649 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 55 MiB/s rd, 48 MiB/s wr, 639 op/s 2024-07-27T19:07:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:30 smithi179 ceph-mon[89801]: osdmap e1468: 8 total, 8 up, 8 in 2024-07-27T19:07:32.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:31 smithi179 ceph-mon[89801]: osdmap e1469: 8 total, 8 up, 8 in 2024-07-27T19:07:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:31 smithi029 ceph-mon[96870]: osdmap e1469: 8 total, 8 up, 8 in 2024-07-27T19:07:32.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:31 smithi029 ceph-mon[99353]: osdmap e1469: 8 total, 8 up, 8 in 2024-07-27T19:07:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:07:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:07:32] "GET /metrics HTTP/1.1" 200 36468 "" "Prometheus/2.43.0" 2024-07-27T19:07:33.151 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.Clone_SmallerDstObjSize (2055 ms) 2024-07-27T19:07:33.151 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.CloneFlatten_SmallerDstObjSize 2024-07-27T19:07:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:32 smithi179 ceph-mon[89801]: pgmap v2574: 137 pgs: 137 active+clean; 669 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 32 MiB/s rd, 13 MiB/s wr, 353 op/s 2024-07-27T19:07:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:32 smithi179 ceph-mon[89801]: osdmap e1470: 8 total, 8 up, 8 in 2024-07-27T19:07:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:32 smithi029 ceph-mon[99353]: pgmap v2574: 137 pgs: 137 active+clean; 669 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 32 MiB/s rd, 13 MiB/s wr, 353 op/s 2024-07-27T19:07:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:32 smithi029 ceph-mon[99353]: osdmap e1470: 8 total, 8 up, 8 in 2024-07-27T19:07:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:32 smithi029 ceph-mon[96870]: pgmap v2574: 137 pgs: 137 active+clean; 669 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 32 MiB/s rd, 13 MiB/s wr, 353 op/s 2024-07-27T19:07:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:32 smithi029 ceph-mon[96870]: osdmap e1470: 8 total, 8 up, 8 in 2024-07-27T19:07:34.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:33 smithi179 ceph-mon[89801]: osdmap e1471: 8 total, 8 up, 8 in 2024-07-27T19:07:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:33 smithi029 ceph-mon[96870]: osdmap e1471: 8 total, 8 up, 8 in 2024-07-27T19:07:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:33 smithi029 ceph-mon[99353]: osdmap e1471: 8 total, 8 up, 8 in 2024-07-27T19:07:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:34 smithi179 ceph-mon[89801]: pgmap v2577: 137 pgs: 137 active+clean; 713 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 41 MiB/s rd, 16 MiB/s wr, 425 op/s 2024-07-27T19:07:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:34 smithi179 ceph-mon[89801]: osdmap e1472: 8 total, 8 up, 8 in 2024-07-27T19:07:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:34 smithi029 ceph-mon[96870]: pgmap v2577: 137 pgs: 137 active+clean; 713 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 41 MiB/s rd, 16 MiB/s wr, 425 op/s 2024-07-27T19:07:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:34 smithi029 ceph-mon[96870]: osdmap e1472: 8 total, 8 up, 8 in 2024-07-27T19:07:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:34 smithi029 ceph-mon[99353]: pgmap v2577: 137 pgs: 137 active+clean; 713 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 41 MiB/s rd, 16 MiB/s wr, 425 op/s 2024-07-27T19:07:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:34 smithi029 ceph-mon[99353]: osdmap e1472: 8 total, 8 up, 8 in 2024-07-27T19:07:35.321 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.CloneFlatten_SmallerDstObjSize (2170 ms) 2024-07-27T19:07:35.321 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Stress_SmallerDstObjSize 2024-07-27T19:07:35.351 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 18017579~1019582 2024-07-27T19:07:35.359 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 2774438~7218483 2024-07-27T19:07:35.359 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 73136743~2014414 2024-07-27T19:07:35.367 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 70554324~2206845 2024-07-27T19:07:35.369 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 43551025~8367005 2024-07-27T19:07:35.404 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 41395915~6729564 2024-07-27T19:07:35.409 INFO:tasks.workunit.client.0.smithi029.stdout:write: A 45415389~5706522 2024-07-27T19:07:35.425 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 61525112~6551785 2024-07-27T19:07:35.425 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap0 2024-07-27T19:07:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:clone image287 -> image288 2024-07-27T19:07:35.914 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 30102156~6375626 2024-07-27T19:07:35.939 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 64209567~1531769 2024-07-27T19:07:35.943 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 29792626~6555291 2024-07-27T19:07:35.966 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 29387292~6776398 2024-07-27T19:07:35.968 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 21747154~5534533 2024-07-27T19:07:35.986 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 76390280~7495800 2024-07-27T19:07:35.989 INFO:tasks.workunit.client.0.smithi029.stdout:write: B 16903990~218964 2024-07-27T19:07:35.999 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 74546311~6814353 2024-07-27T19:07:36.007 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap1 2024-07-27T19:07:36.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:35 smithi179 ceph-mon[89801]: osdmap e1473: 8 total, 8 up, 8 in 2024-07-27T19:07:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:35 smithi029 ceph-mon[96870]: osdmap e1473: 8 total, 8 up, 8 in 2024-07-27T19:07:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:35 smithi029 ceph-mon[99353]: osdmap e1473: 8 total, 8 up, 8 in 2024-07-27T19:07:36.866 INFO:tasks.workunit.client.0.smithi029.stdout:resize: 147683054 2024-07-27T19:07:36.873 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 47375721~5108058 2024-07-27T19:07:36.876 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 142627939~5055115 2024-07-27T19:07:36.876 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 101641631~2226576 2024-07-27T19:07:36.876 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 47206433~4033957 2024-07-27T19:07:36.919 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 140621010~2671168 2024-07-27T19:07:36.919 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 68046074~3452896 2024-07-27T19:07:36.920 INFO:tasks.workunit.client.0.smithi029.stdout:write: C 14795242~4825832 2024-07-27T19:07:36.920 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 28639421~6216402 2024-07-27T19:07:36.940 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap2 2024-07-27T19:07:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:36 smithi179 ceph-mon[89801]: pgmap v2580: 137 pgs: 137 active+clean; 732 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 34 MiB/s rd, 16 MiB/s wr, 321 op/s 2024-07-27T19:07:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:36 smithi179 ceph-mon[89801]: osdmap e1474: 8 total, 8 up, 8 in 2024-07-27T19:07:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:36 smithi029 ceph-mon[96870]: pgmap v2580: 137 pgs: 137 active+clean; 732 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 34 MiB/s rd, 16 MiB/s wr, 321 op/s 2024-07-27T19:07:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:36 smithi029 ceph-mon[96870]: osdmap e1474: 8 total, 8 up, 8 in 2024-07-27T19:07:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:36 smithi029 ceph-mon[99353]: pgmap v2580: 137 pgs: 137 active+clean; 732 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 34 MiB/s rd, 16 MiB/s wr, 321 op/s 2024-07-27T19:07:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:36 smithi029 ceph-mon[99353]: osdmap e1474: 8 total, 8 up, 8 in 2024-07-27T19:07:37.876 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 89368976~314325 2024-07-27T19:07:37.878 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 110588745~7989130 2024-07-27T19:07:37.881 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 63677002~1495964 2024-07-27T19:07:37.881 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 4716863~5503227 2024-07-27T19:07:37.882 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 14052204~3600257 2024-07-27T19:07:37.882 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 132963661~4523951 2024-07-27T19:07:37.882 INFO:tasks.workunit.client.0.smithi029.stdout:write: D 105218587~1240176 2024-07-27T19:07:37.882 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 77827576~7926036 2024-07-27T19:07:37.899 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap3 2024-07-27T19:07:38.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:37 smithi179 ceph-mon[89801]: osdmap e1475: 8 total, 8 up, 8 in 2024-07-27T19:07:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:37 smithi029 ceph-mon[96870]: osdmap e1475: 8 total, 8 up, 8 in 2024-07-27T19:07:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:37 smithi029 ceph-mon[99353]: osdmap e1475: 8 total, 8 up, 8 in 2024-07-27T19:07:38.889 INFO:tasks.workunit.client.0.smithi029.stdout:clone image288 -> image289 2024-07-27T19:07:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:38 smithi179 ceph-mon[89801]: pgmap v2583: 137 pgs: 137 active+clean; 845 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 41 MiB/s rd, 33 MiB/s wr, 491 op/s 2024-07-27T19:07:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:38 smithi179 ceph-mon[89801]: osdmap e1476: 8 total, 8 up, 8 in 2024-07-27T19:07:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:07:39.197 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestDeepCopy.Stress_SmallerDstObjSize (3876 ms) 2024-07-27T19:07:39.197 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.NoSnaps_StrippingLargerDstObjSize 2024-07-27T19:07:39.220 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_DeepCopy.cc:621: Skipped 2024-07-27T19:07:39.221 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:07:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:38 smithi029 ceph-mon[96870]: pgmap v2583: 137 pgs: 137 active+clean; 845 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 41 MiB/s rd, 33 MiB/s wr, 491 op/s 2024-07-27T19:07:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:38 smithi029 ceph-mon[96870]: osdmap e1476: 8 total, 8 up, 8 in 2024-07-27T19:07:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:07:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:38 smithi029 ceph-mon[99353]: pgmap v2583: 137 pgs: 137 active+clean; 845 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 41 MiB/s rd, 33 MiB/s wr, 491 op/s 2024-07-27T19:07:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:38 smithi029 ceph-mon[99353]: osdmap e1476: 8 total, 8 up, 8 in 2024-07-27T19:07:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:07:39.299 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.NoSnaps_StrippingLargerDstObjSize (102 ms) 2024-07-27T19:07:39.299 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Snaps_StrippingLargerDstObjSize 2024-07-27T19:07:39.324 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_DeepCopy.cc:635: Skipped 2024-07-27T19:07:39.324 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:07:39.396 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.Snaps_StrippingLargerDstObjSize (97 ms) 2024-07-27T19:07:39.396 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Clone_StrippingLargerDstObjSize 2024-07-27T19:07:39.423 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_DeepCopy.cc:649: Skipped 2024-07-27T19:07:39.423 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:07:39.494 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.Clone_StrippingLargerDstObjSize (99 ms) 2024-07-27T19:07:39.494 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.CloneFlatten_StrippingLargerDstObjSize 2024-07-27T19:07:39.517 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_DeepCopy.cc:663: Skipped 2024-07-27T19:07:39.517 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:07:39.593 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.CloneFlatten_StrippingLargerDstObjSize (98 ms) 2024-07-27T19:07:39.593 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Stress_StrippingLargerDstObjSize 2024-07-27T19:07:39.616 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_DeepCopy.cc:679: Skipped 2024-07-27T19:07:39.617 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:07:39.688 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.Stress_StrippingLargerDstObjSize (96 ms) 2024-07-27T19:07:39.689 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.NoSnaps_StrippingSmallerDstObjSize 2024-07-27T19:07:39.710 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_DeepCopy.cc:693: Skipped 2024-07-27T19:07:39.710 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:07:39.786 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.NoSnaps_StrippingSmallerDstObjSize (98 ms) 2024-07-27T19:07:39.786 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Snaps_StrippingSmallerDstObjSize 2024-07-27T19:07:39.811 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_DeepCopy.cc:707: Skipped 2024-07-27T19:07:39.811 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:07:39.883 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.Snaps_StrippingSmallerDstObjSize (97 ms) 2024-07-27T19:07:39.883 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Clone_StrippingSmallerDstObjSize 2024-07-27T19:07:39.906 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_DeepCopy.cc:721: Skipped 2024-07-27T19:07:39.907 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:07:39.977 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.Clone_StrippingSmallerDstObjSize (93 ms) 2024-07-27T19:07:39.977 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.CloneFlatten_StrippingSmallerDstObjSize 2024-07-27T19:07:39.998 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_DeepCopy.cc:735: Skipped 2024-07-27T19:07:39.998 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:07:40.073 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.CloneFlatten_StrippingSmallerDstObjSize (96 ms) 2024-07-27T19:07:40.073 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestDeepCopy.Stress_StrippingSmallerDstObjSize 2024-07-27T19:07:40.101 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_DeepCopy.cc:751: Skipped 2024-07-27T19:07:40.101 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:07:40.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:39 smithi179 ceph-mon[89801]: osdmap e1477: 8 total, 8 up, 8 in 2024-07-27T19:07:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:39 smithi179 ceph-mon[89801]: pgmap v2586: 137 pgs: 137 active+clean; 893 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 39 MiB/s rd, 40 MiB/s wr, 592 op/s 2024-07-27T19:07:40.171 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.Stress_StrippingSmallerDstObjSize (98 ms) 2024-07-27T19:07:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:39 smithi029 ceph-mon[96870]: osdmap e1477: 8 total, 8 up, 8 in 2024-07-27T19:07:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:39 smithi029 ceph-mon[96870]: pgmap v2586: 137 pgs: 137 active+clean; 893 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 39 MiB/s rd, 40 MiB/s wr, 592 op/s 2024-07-27T19:07:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:39 smithi029 ceph-mon[99353]: osdmap e1477: 8 total, 8 up, 8 in 2024-07-27T19:07:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:39 smithi029 ceph-mon[99353]: pgmap v2586: 137 pgs: 137 active+clean; 893 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 39 MiB/s rd, 40 MiB/s wr, 592 op/s 2024-07-27T19:07:40.879 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 31 tests from TestDeepCopy (52588 ms total) 2024-07-27T19:07:40.879 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:07:40.880 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 51 tests from TestMirroring 2024-07-27T19:07:42.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:41 smithi179 ceph-mon[89801]: osdmap e1478: 8 total, 8 up, 8 in 2024-07-27T19:07:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:41 smithi179 ceph-mon[89801]: pgmap v2588: 105 pgs: 105 active+clean; 4.6 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail 2024-07-27T19:07:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:41 smithi029 ceph-mon[96870]: osdmap e1478: 8 total, 8 up, 8 in 2024-07-27T19:07:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:41 smithi029 ceph-mon[96870]: pgmap v2588: 105 pgs: 105 active+clean; 4.6 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail 2024-07-27T19:07:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:41 smithi029 ceph-mon[99353]: osdmap e1478: 8 total, 8 up, 8 in 2024-07-27T19:07:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:41 smithi029 ceph-mon[99353]: pgmap v2588: 105 pgs: 105 active+clean; 4.6 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail 2024-07-27T19:07:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:07:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:07:42] "GET /metrics HTTP/1.1" 200 36470 "" "Prometheus/2.43.0" 2024-07-27T19:07:42.888 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.EnableImageMirror_In_MirrorModeImage 2024-07-27T19:07:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:42 smithi179 ceph-mon[89801]: osdmap e1479: 8 total, 8 up, 8 in 2024-07-27T19:07:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:42 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:07:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:42 smithi029 ceph-mon[99353]: osdmap e1479: 8 total, 8 up, 8 in 2024-07-27T19:07:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:42 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:07:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:42 smithi029 ceph-mon[96870]: osdmap e1479: 8 total, 8 up, 8 in 2024-07-27T19:07:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:42 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:07:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:43 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-12","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:07:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:43 smithi179 ceph-mon[89801]: osdmap e1480: 8 total, 8 up, 8 in 2024-07-27T19:07:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:43 smithi179 ceph-mon[89801]: pgmap v2591: 137 pgs: 10 creating+peering, 11 unknown, 116 active+clean; 4.6 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:07:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:43 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-12","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:07:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:43 smithi029 ceph-mon[96870]: osdmap e1480: 8 total, 8 up, 8 in 2024-07-27T19:07:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:43 smithi029 ceph-mon[96870]: pgmap v2591: 137 pgs: 10 creating+peering, 11 unknown, 116 active+clean; 4.6 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:07:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:43 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-12","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:07:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:43 smithi029 ceph-mon[99353]: osdmap e1480: 8 total, 8 up, 8 in 2024-07-27T19:07:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:43 smithi029 ceph-mon[99353]: pgmap v2591: 137 pgs: 10 creating+peering, 11 unknown, 116 active+clean; 4.6 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:07:45.018 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.EnableImageMirror_In_MirrorModeImage (2130 ms) 2024-07-27T19:07:45.018 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.EnableImageMirror_In_MirrorModePool 2024-07-27T19:07:45.125 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.EnableImageMirror_In_MirrorModePool (106 ms) 2024-07-27T19:07:45.125 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.EnableImageMirror_In_MirrorModeDisabled 2024-07-27T19:07:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:44 smithi179 ceph-mon[89801]: osdmap e1481: 8 total, 8 up, 8 in 2024-07-27T19:07:45.207 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.EnableImageMirror_In_MirrorModeDisabled (83 ms) 2024-07-27T19:07:45.207 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.DisableImageMirror_In_MirrorModeImage 2024-07-27T19:07:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:44 smithi029 ceph-mon[96870]: osdmap e1481: 8 total, 8 up, 8 in 2024-07-27T19:07:45.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:44 smithi029 ceph-mon[99353]: osdmap e1481: 8 total, 8 up, 8 in 2024-07-27T19:07:45.313 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.DisableImageMirror_In_MirrorModeImage (106 ms) 2024-07-27T19:07:45.313 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.DisableImageMirror_In_MirrorModeImage_NoObjectMap 2024-07-27T19:07:45.402 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.DisableImageMirror_In_MirrorModeImage_NoObjectMap (89 ms) 2024-07-27T19:07:45.403 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.DisableImageMirror_In_MirrorModePool 2024-07-27T19:07:45.497 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.DisableImageMirror_In_MirrorModePool (94 ms) 2024-07-27T19:07:45.497 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.DisableImageMirror_In_MirrorModeDisabled 2024-07-27T19:07:45.607 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.DisableImageMirror_In_MirrorModeDisabled (110 ms) 2024-07-27T19:07:45.607 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.DisableImageMirrorWithPeer 2024-07-27T19:07:45.607 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_mirroring.cc:482: Skipped 2024-07-27T19:07:45.607 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:07:45.607 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMirroring.DisableImageMirrorWithPeer (0 ms) 2024-07-27T19:07:45.608 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.DisableJournalingWithPeer 2024-07-27T19:07:45.608 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_mirroring.cc:520: Skipped 2024-07-27T19:07:45.608 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:07:45.608 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMirroring.DisableJournalingWithPeer (0 ms) 2024-07-27T19:07:45.608 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.EnableImageMirror_In_MirrorModeDisabled_WithoutJournaling 2024-07-27T19:07:45.675 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.EnableImageMirror_In_MirrorModeDisabled_WithoutJournaling (69 ms) 2024-07-27T19:07:45.675 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.EnableImageMirror_In_MirrorModePool_WithoutJournaling 2024-07-27T19:07:45.757 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.EnableImageMirror_In_MirrorModePool_WithoutJournaling (81 ms) 2024-07-27T19:07:45.757 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.EnableImageMirror_In_MirrorModeImage_WithoutJournaling 2024-07-27T19:07:46.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:45 smithi179 ceph-mon[89801]: osdmap e1482: 8 total, 8 up, 8 in 2024-07-27T19:07:46.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:45 smithi179 ceph-mon[89801]: pgmap v2594: 137 pgs: 10 creating+peering, 3 unknown, 124 active+clean; 4.6 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:07:46.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:45 smithi029 ceph-mon[99353]: osdmap e1482: 8 total, 8 up, 8 in 2024-07-27T19:07:46.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:45 smithi029 ceph-mon[99353]: pgmap v2594: 137 pgs: 10 creating+peering, 3 unknown, 124 active+clean; 4.6 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:07:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:45 smithi029 ceph-mon[96870]: osdmap e1482: 8 total, 8 up, 8 in 2024-07-27T19:07:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:45 smithi029 ceph-mon[96870]: pgmap v2594: 137 pgs: 10 creating+peering, 3 unknown, 124 active+clean; 4.6 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:07:46.965 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.EnableImageMirror_In_MirrorModeImage_WithoutJournaling (1209 ms) 2024-07-27T19:07:46.965 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.EnableImageMirror_In_MirrorModeImage_WithoutExclusiveLock 2024-07-27T19:07:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:46 smithi179 ceph-mon[89801]: osdmap e1483: 8 total, 8 up, 8 in 2024-07-27T19:07:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:46 smithi029 ceph-mon[96870]: osdmap e1483: 8 total, 8 up, 8 in 2024-07-27T19:07:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:46 smithi029 ceph-mon[99353]: osdmap e1483: 8 total, 8 up, 8 in 2024-07-27T19:07:48.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:47 smithi179 ceph-mon[89801]: osdmap e1484: 8 total, 8 up, 8 in 2024-07-27T19:07:48.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:47 smithi179 ceph-mon[89801]: pgmap v2597: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 116 KiB/s rd, 26 KiB/s wr, 182 op/s 2024-07-27T19:07:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:47 smithi029 ceph-mon[96870]: osdmap e1484: 8 total, 8 up, 8 in 2024-07-27T19:07:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:47 smithi029 ceph-mon[96870]: pgmap v2597: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 116 KiB/s rd, 26 KiB/s wr, 182 op/s 2024-07-27T19:07:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:47 smithi029 ceph-mon[99353]: osdmap e1484: 8 total, 8 up, 8 in 2024-07-27T19:07:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:47 smithi029 ceph-mon[99353]: pgmap v2597: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 116 KiB/s rd, 26 KiB/s wr, 182 op/s 2024-07-27T19:07:48.961 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.EnableImageMirror_In_MirrorModeImage_WithoutExclusiveLock (1995 ms) 2024-07-27T19:07:48.961 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.CreateImage_In_MirrorModeDisabled 2024-07-27T19:07:49.050 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.CreateImage_In_MirrorModeDisabled (90 ms) 2024-07-27T19:07:49.050 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.CreateImage_In_MirrorModeImage 2024-07-27T19:07:49.139 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.CreateImage_In_MirrorModeImage (89 ms) 2024-07-27T19:07:49.139 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.CreateImage_In_MirrorModePool 2024-07-27T19:07:49.240 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.CreateImage_In_MirrorModePool (101 ms) 2024-07-27T19:07:49.240 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.CreateImage_In_MirrorModePool_WithoutJournaling 2024-07-27T19:07:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:48 smithi029 ceph-mon[96870]: osdmap e1485: 8 total, 8 up, 8 in 2024-07-27T19:07:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:48 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:07:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:48 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:07:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:48 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:07:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:48 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:07:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:48 smithi029 ceph-mon[99353]: osdmap e1485: 8 total, 8 up, 8 in 2024-07-27T19:07:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:48 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:07:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:48 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:07:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:48 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:07:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:48 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:07:49.320 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.CreateImage_In_MirrorModePool_WithoutJournaling (79 ms) 2024-07-27T19:07:49.320 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.CreateImage_In_MirrorModeImage_WithoutJournaling 2024-07-27T19:07:49.397 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.CreateImage_In_MirrorModeImage_WithoutJournaling (77 ms) 2024-07-27T19:07:49.397 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.EnableJournaling_In_MirrorModeDisabled 2024-07-27T19:07:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:48 smithi179 ceph-mon[89801]: osdmap e1485: 8 total, 8 up, 8 in 2024-07-27T19:07:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:48 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:07:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:48 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:07:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:48 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:07:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:48 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:07:49.487 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.EnableJournaling_In_MirrorModeDisabled (91 ms) 2024-07-27T19:07:49.487 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.EnableJournaling_In_MirrorModeImage 2024-07-27T19:07:49.580 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.EnableJournaling_In_MirrorModeImage (92 ms) 2024-07-27T19:07:49.580 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.EnableJournaling_In_MirrorModeImage_SnapshotMirroringEnabled 2024-07-27T19:07:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:49 smithi029 ceph-mon[96870]: osdmap e1486: 8 total, 8 up, 8 in 2024-07-27T19:07:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:49 smithi029 ceph-mon[96870]: pgmap v2600: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 432 KiB/s rd, 57 KiB/s wr, 627 op/s 2024-07-27T19:07:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:49 smithi029 ceph-mon[99353]: osdmap e1486: 8 total, 8 up, 8 in 2024-07-27T19:07:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:49 smithi029 ceph-mon[99353]: pgmap v2600: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 432 KiB/s rd, 57 KiB/s wr, 627 op/s 2024-07-27T19:07:50.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:49 smithi179 ceph-mon[89801]: osdmap e1486: 8 total, 8 up, 8 in 2024-07-27T19:07:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:49 smithi179 ceph-mon[89801]: pgmap v2600: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 432 KiB/s rd, 57 KiB/s wr, 627 op/s 2024-07-27T19:07:50.997 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.EnableJournaling_In_MirrorModeImage_SnapshotMirroringEnabled (1417 ms) 2024-07-27T19:07:50.997 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.EnableJournaling_In_MirrorModePool 2024-07-27T19:07:51.110 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.EnableJournaling_In_MirrorModePool (113 ms) 2024-07-27T19:07:51.110 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.DisableJournaling_In_MirrorModePool 2024-07-27T19:07:51.210 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.DisableJournaling_In_MirrorModePool (100 ms) 2024-07-27T19:07:51.210 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.DisableJournaling_In_MirrorModeImage 2024-07-27T19:07:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:50 smithi029 ceph-mon[96870]: osdmap e1487: 8 total, 8 up, 8 in 2024-07-27T19:07:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:50 smithi029 ceph-mon[99353]: osdmap e1487: 8 total, 8 up, 8 in 2024-07-27T19:07:51.321 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.DisableJournaling_In_MirrorModeImage (111 ms) 2024-07-27T19:07:51.321 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.MirrorModeSet_DisabledMode_To_PoolMode 2024-07-27T19:07:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:50 smithi179 ceph-mon[89801]: osdmap e1487: 8 total, 8 up, 8 in 2024-07-27T19:07:51.492 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.MirrorModeSet_DisabledMode_To_PoolMode (172 ms) 2024-07-27T19:07:51.492 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.MirrorModeSet_PoolMode_To_DisabledMode 2024-07-27T19:07:51.664 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.MirrorModeSet_PoolMode_To_DisabledMode (171 ms) 2024-07-27T19:07:51.664 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.MirrorModeSet_DisabledMode_To_ImageMode 2024-07-27T19:07:51.808 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.MirrorModeSet_DisabledMode_To_ImageMode (144 ms) 2024-07-27T19:07:51.808 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.MirrorModeSet_PoolMode_To_ImageMode 2024-07-27T19:07:51.978 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.MirrorModeSet_PoolMode_To_ImageMode (170 ms) 2024-07-27T19:07:51.978 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.MirrorModeSet_ImageMode_To_PoolMode 2024-07-27T19:07:52.141 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.MirrorModeSet_ImageMode_To_PoolMode (163 ms) 2024-07-27T19:07:52.141 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.MirrorModeSet_ImageMode_To_DisabledMode 2024-07-27T19:07:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:51 smithi029 ceph-mon[96870]: osdmap e1488: 8 total, 8 up, 8 in 2024-07-27T19:07:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:51 smithi029 ceph-mon[96870]: pgmap v2603: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 353 KiB/s rd, 40 KiB/s wr, 499 op/s 2024-07-27T19:07:52.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:51 smithi029 ceph-mon[99353]: osdmap e1488: 8 total, 8 up, 8 in 2024-07-27T19:07:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:51 smithi029 ceph-mon[99353]: pgmap v2603: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 353 KiB/s rd, 40 KiB/s wr, 499 op/s 2024-07-27T19:07:52.310 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.MirrorModeSet_ImageMode_To_DisabledMode (169 ms) 2024-07-27T19:07:52.310 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.RemoveImage_With_MirrorImageEnabled 2024-07-27T19:07:52.313 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:51 smithi179 ceph-mon[89801]: osdmap e1488: 8 total, 8 up, 8 in 2024-07-27T19:07:52.313 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:51 smithi179 ceph-mon[89801]: pgmap v2603: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 353 KiB/s rd, 40 KiB/s wr, 499 op/s 2024-07-27T19:07:52.392 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.RemoveImage_With_MirrorImageEnabled (82 ms) 2024-07-27T19:07:52.392 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.RemoveImage_With_MirrorImageDisabled 2024-07-27T19:07:52.468 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.RemoveImage_With_MirrorImageDisabled (76 ms) 2024-07-27T19:07:52.468 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.RemoveImage_With_ImageWithoutJournal 2024-07-27T19:07:52.536 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.RemoveImage_With_ImageWithoutJournal (68 ms) 2024-07-27T19:07:52.536 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.RemoveImage_With_MirrorImageDemoted 2024-07-27T19:07:52.661 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.RemoveImage_With_MirrorImageDemoted (126 ms) 2024-07-27T19:07:52.661 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.TrashMoveRestore_PoolMode 2024-07-27T19:07:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:07:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:07:52] "GET /metrics HTTP/1.1" 200 36470 "" "Prometheus/2.43.0" 2024-07-27T19:07:52.783 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.TrashMoveRestore_PoolMode (121 ms) 2024-07-27T19:07:52.783 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.TrashMoveRestore_ImageMode_MirroringDisabled 2024-07-27T19:07:52.892 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.TrashMoveRestore_ImageMode_MirroringDisabled (109 ms) 2024-07-27T19:07:52.892 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.TrashMoveRestore_ImageMode_MirroringEnabled 2024-07-27T19:07:53.006 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.TrashMoveRestore_ImageMode_MirroringEnabled (115 ms) 2024-07-27T19:07:53.007 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.MirrorStatusList 2024-07-27T19:07:53.094 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.MirrorStatusList (87 ms) 2024-07-27T19:07:53.094 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.RemoveBootstrapped 2024-07-27T19:07:53.189 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.RemoveBootstrapped (96 ms) 2024-07-27T19:07:53.189 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.AioPromoteDemote 2024-07-27T19:07:53.593 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.AioPromoteDemote (403 ms) 2024-07-27T19:07:53.593 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.AioGetInfo 2024-07-27T19:07:53.955 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.AioGetInfo (363 ms) 2024-07-27T19:07:53.956 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.AioGetStatus 2024-07-27T19:07:54.179 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.AioGetStatus (223 ms) 2024-07-27T19:07:54.179 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.SiteName 2024-07-27T19:07:54.184 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.SiteName (6 ms) 2024-07-27T19:07:54.185 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.Bootstrap 2024-07-27T19:07:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:54 smithi179 ceph-mon[89801]: pgmap v2604: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 746 KiB/s rd, 88 KiB/s wr, 1.05k op/s 2024-07-27T19:07:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:54 smithi179 ceph-mon[89801]: osdmap e1489: 8 total, 8 up, 8 in 2024-07-27T19:07:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:07:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:54 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' 2024-07-27T19:07:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:54 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:07:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:54 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:07:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:54 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]': finished 2024-07-27T19:07:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:54 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:07:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[96870]: pgmap v2604: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 746 KiB/s rd, 88 KiB/s wr, 1.05k op/s 2024-07-27T19:07:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[96870]: osdmap e1489: 8 total, 8 up, 8 in 2024-07-27T19:07:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:07:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' 2024-07-27T19:07:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:07:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:07:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]': finished 2024-07-27T19:07:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:07:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[99353]: pgmap v2604: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 746 KiB/s rd, 88 KiB/s wr, 1.05k op/s 2024-07-27T19:07:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[99353]: osdmap e1489: 8 total, 8 up, 8 in 2024-07-27T19:07:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:07:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' 2024-07-27T19:07:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:07:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:07:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]': finished 2024-07-27T19:07:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:54 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:07:55.041 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.Bootstrap (857 ms) 2024-07-27T19:07:55.042 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.PeerDirection 2024-07-27T19:07:55.050 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.PeerDirection (8 ms) 2024-07-27T19:07:55.050 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.Snapshot 2024-07-27T19:07:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer_client_id"}]: dispatch 2024-07-27T19:07:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' 2024-07-27T19:07:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{ "prefix": "auth get-or-create", "entity": "client.rbd-mirror-peer", "caps": [ "mon", "profile rbd-mirror-peer", "osd", "profile rbd"], "format": "json"}]: dispatch 2024-07-27T19:07:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{ "prefix": "auth get-or-create", "entity": "client.rbd-mirror-peer", "caps": [ "mon", "profile rbd-mirror-peer", "osd", "profile rbd"], "format": "json"}]': finished 2024-07-27T19:07:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:07:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/4b0d3a91-bad6-4371-b6e3-b767ae9fe160"}]: dispatch 2024-07-27T19:07:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/4b0d3a91-bad6-4371-b6e3-b767ae9fe160"}]': finished 2024-07-27T19:07:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer_client_id"}]: dispatch 2024-07-27T19:07:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' 2024-07-27T19:07:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{ "prefix": "auth get-or-create", "entity": "client.rbd-mirror-peer", "caps": [ "mon", "profile rbd-mirror-peer", "osd", "profile rbd"], "format": "json"}]: dispatch 2024-07-27T19:07:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{ "prefix": "auth get-or-create", "entity": "client.rbd-mirror-peer", "caps": [ "mon", "profile rbd-mirror-peer", "osd", "profile rbd"], "format": "json"}]': finished 2024-07-27T19:07:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:07:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/4b0d3a91-bad6-4371-b6e3-b767ae9fe160"}]: dispatch 2024-07-27T19:07:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/4b0d3a91-bad6-4371-b6e3-b767ae9fe160"}]': finished 2024-07-27T19:07:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer_client_id"}]: dispatch 2024-07-27T19:07:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' 2024-07-27T19:07:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{ "prefix": "auth get-or-create", "entity": "client.rbd-mirror-peer", "caps": [ "mon", "profile rbd-mirror-peer", "osd", "profile rbd"], "format": "json"}]: dispatch 2024-07-27T19:07:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{ "prefix": "auth get-or-create", "entity": "client.rbd-mirror-peer", "caps": [ "mon", "profile rbd-mirror-peer", "osd", "profile rbd"], "format": "json"}]': finished 2024-07-27T19:07:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:07:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/4b0d3a91-bad6-4371-b6e3-b767ae9fe160"}]: dispatch 2024-07-27T19:07:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/4b0d3a91-bad6-4371-b6e3-b767ae9fe160"}]': finished 2024-07-27T19:07:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:56 smithi179 ceph-mon[89801]: pgmap v2606: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 706 KiB/s rd, 95 KiB/s wr, 994 op/s 2024-07-27T19:07:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:56 smithi179 ceph-mon[89801]: osdmap e1490: 8 total, 8 up, 8 in 2024-07-27T19:07:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:56 smithi029 ceph-mon[96870]: pgmap v2606: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 706 KiB/s rd, 95 KiB/s wr, 994 op/s 2024-07-27T19:07:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:56 smithi029 ceph-mon[96870]: osdmap e1490: 8 total, 8 up, 8 in 2024-07-27T19:07:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:56 smithi029 ceph-mon[99353]: pgmap v2606: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 706 KiB/s rd, 95 KiB/s wr, 994 op/s 2024-07-27T19:07:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:56 smithi029 ceph-mon[99353]: osdmap e1490: 8 total, 8 up, 8 in 2024-07-27T19:07:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:58 smithi179 ceph-mon[89801]: osdmap e1491: 8 total, 8 up, 8 in 2024-07-27T19:07:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:58 smithi179 ceph-mon[89801]: pgmap v2609: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 187 KiB/s wr, 1.75k op/s 2024-07-27T19:07:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:58 smithi029 ceph-mon[96870]: osdmap e1491: 8 total, 8 up, 8 in 2024-07-27T19:07:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:58 smithi029 ceph-mon[96870]: pgmap v2609: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 187 KiB/s wr, 1.75k op/s 2024-07-27T19:07:58.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:58 smithi029 ceph-mon[99353]: osdmap e1491: 8 total, 8 up, 8 in 2024-07-27T19:07:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:58 smithi029 ceph-mon[99353]: pgmap v2609: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 187 KiB/s wr, 1.75k op/s 2024-07-27T19:07:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:59 smithi179 ceph-mon[89801]: osdmap e1492: 8 total, 8 up, 8 in 2024-07-27T19:07:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:07:59 smithi179 ceph-mon[89801]: osdmap e1493: 8 total, 8 up, 8 in 2024-07-27T19:07:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:59 smithi029 ceph-mon[96870]: osdmap e1492: 8 total, 8 up, 8 in 2024-07-27T19:07:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:07:59 smithi029 ceph-mon[96870]: osdmap e1493: 8 total, 8 up, 8 in 2024-07-27T19:07:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:59 smithi029 ceph-mon[99353]: osdmap e1492: 8 total, 8 up, 8 in 2024-07-27T19:07:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:07:59 smithi029 ceph-mon[99353]: osdmap e1493: 8 total, 8 up, 8 in 2024-07-27T19:08:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:00 smithi179 ceph-mon[89801]: pgmap v2612: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 209 KiB/s wr, 1.84k op/s 2024-07-27T19:08:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:00 smithi179 ceph-mon[89801]: osdmap e1494: 8 total, 8 up, 8 in 2024-07-27T19:08:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:00 smithi029 ceph-mon[99353]: pgmap v2612: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 209 KiB/s wr, 1.84k op/s 2024-07-27T19:08:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:00 smithi029 ceph-mon[99353]: osdmap e1494: 8 total, 8 up, 8 in 2024-07-27T19:08:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:00 smithi029 ceph-mon[96870]: pgmap v2612: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 209 KiB/s wr, 1.84k op/s 2024-07-27T19:08:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:00 smithi029 ceph-mon[96870]: osdmap e1494: 8 total, 8 up, 8 in 2024-07-27T19:08:01.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:01 smithi179 ceph-mon[89801]: osdmap e1495: 8 total, 8 up, 8 in 2024-07-27T19:08:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:01 smithi029 ceph-mon[96870]: osdmap e1495: 8 total, 8 up, 8 in 2024-07-27T19:08:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:01 smithi029 ceph-mon[99353]: osdmap e1495: 8 total, 8 up, 8 in 2024-07-27T19:08:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:02 smithi029 ceph-mon[96870]: pgmap v2615: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 504 KiB/s rd, 62 KiB/s wr, 655 op/s 2024-07-27T19:08:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:02 smithi029 ceph-mon[96870]: osdmap e1496: 8 total, 8 up, 8 in 2024-07-27T19:08:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:08:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:08:02] "GET /metrics HTTP/1.1" 200 36446 "" "Prometheus/2.43.0" 2024-07-27T19:08:02.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:02 smithi029 ceph-mon[99353]: pgmap v2615: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 504 KiB/s rd, 62 KiB/s wr, 655 op/s 2024-07-27T19:08:02.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:02 smithi029 ceph-mon[99353]: osdmap e1496: 8 total, 8 up, 8 in 2024-07-27T19:08:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:02 smithi179 ceph-mon[89801]: pgmap v2615: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 504 KiB/s rd, 62 KiB/s wr, 655 op/s 2024-07-27T19:08:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:02 smithi179 ceph-mon[89801]: osdmap e1496: 8 total, 8 up, 8 in 2024-07-27T19:08:03.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:03 smithi179 ceph-mon[89801]: osdmap e1497: 8 total, 8 up, 8 in 2024-07-27T19:08:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:03 smithi029 ceph-mon[96870]: osdmap e1497: 8 total, 8 up, 8 in 2024-07-27T19:08:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:03 smithi029 ceph-mon[99353]: osdmap e1497: 8 total, 8 up, 8 in 2024-07-27T19:08:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:04 smithi179 ceph-mon[89801]: pgmap v2618: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 7.0 KiB/s wr, 84 op/s 2024-07-27T19:08:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:04 smithi179 ceph-mon[89801]: osdmap e1498: 8 total, 8 up, 8 in 2024-07-27T19:08:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:04 smithi029 ceph-mon[96870]: pgmap v2618: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 7.0 KiB/s wr, 84 op/s 2024-07-27T19:08:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:04 smithi029 ceph-mon[96870]: osdmap e1498: 8 total, 8 up, 8 in 2024-07-27T19:08:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:04 smithi029 ceph-mon[99353]: pgmap v2618: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 7.0 KiB/s wr, 84 op/s 2024-07-27T19:08:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:04 smithi029 ceph-mon[99353]: osdmap e1498: 8 total, 8 up, 8 in 2024-07-27T19:08:05.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:05 smithi179 ceph-mon[89801]: osdmap e1499: 8 total, 8 up, 8 in 2024-07-27T19:08:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:05 smithi029 ceph-mon[96870]: osdmap e1499: 8 total, 8 up, 8 in 2024-07-27T19:08:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:05 smithi029 ceph-mon[99353]: osdmap e1499: 8 total, 8 up, 8 in 2024-07-27T19:08:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:06 smithi179 ceph-mon[89801]: pgmap v2621: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 7.0 KiB/s wr, 84 op/s 2024-07-27T19:08:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:06 smithi179 ceph-mon[89801]: osdmap e1500: 8 total, 8 up, 8 in 2024-07-27T19:08:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:06 smithi029 ceph-mon[96870]: pgmap v2621: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 7.0 KiB/s wr, 84 op/s 2024-07-27T19:08:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:06 smithi029 ceph-mon[96870]: osdmap e1500: 8 total, 8 up, 8 in 2024-07-27T19:08:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:06 smithi029 ceph-mon[99353]: pgmap v2621: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 7.0 KiB/s wr, 84 op/s 2024-07-27T19:08:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:06 smithi029 ceph-mon[99353]: osdmap e1500: 8 total, 8 up, 8 in 2024-07-27T19:08:07.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:07 smithi179 ceph-mon[89801]: osdmap e1501: 8 total, 8 up, 8 in 2024-07-27T19:08:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:07 smithi029 ceph-mon[96870]: osdmap e1501: 8 total, 8 up, 8 in 2024-07-27T19:08:08.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:07 smithi029 ceph-mon[99353]: osdmap e1501: 8 total, 8 up, 8 in 2024-07-27T19:08:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:08 smithi179 ceph-mon[89801]: pgmap v2624: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 5.7 KiB/s wr, 91 op/s 2024-07-27T19:08:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:08 smithi179 ceph-mon[89801]: osdmap e1502: 8 total, 8 up, 8 in 2024-07-27T19:08:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:08 smithi179 ceph-mon[89801]: osdmap e1503: 8 total, 8 up, 8 in 2024-07-27T19:08:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:08 smithi029 ceph-mon[99353]: pgmap v2624: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 5.7 KiB/s wr, 91 op/s 2024-07-27T19:08:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:08 smithi029 ceph-mon[99353]: osdmap e1502: 8 total, 8 up, 8 in 2024-07-27T19:08:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:08 smithi029 ceph-mon[99353]: osdmap e1503: 8 total, 8 up, 8 in 2024-07-27T19:08:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:08 smithi029 ceph-mon[96870]: pgmap v2624: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 5.7 KiB/s wr, 91 op/s 2024-07-27T19:08:09.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:08 smithi029 ceph-mon[96870]: osdmap e1502: 8 total, 8 up, 8 in 2024-07-27T19:08:09.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:08 smithi029 ceph-mon[96870]: osdmap e1503: 8 total, 8 up, 8 in 2024-07-27T19:08:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:08:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:09 smithi179 ceph-mon[89801]: osdmap e1504: 8 total, 8 up, 8 in 2024-07-27T19:08:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:08:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:09 smithi029 ceph-mon[96870]: osdmap e1504: 8 total, 8 up, 8 in 2024-07-27T19:08:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:08:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:09 smithi029 ceph-mon[99353]: osdmap e1504: 8 total, 8 up, 8 in 2024-07-27T19:08:10.657 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.Snapshot (15607 ms) 2024-07-27T19:08:10.657 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.SnapshotRemoveOnDisable 2024-07-27T19:08:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:10 smithi179 ceph-mon[89801]: pgmap v2627: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 71 KiB/s rd, 5.7 KiB/s wr, 95 op/s 2024-07-27T19:08:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:10 smithi179 ceph-mon[89801]: osdmap e1505: 8 total, 8 up, 8 in 2024-07-27T19:08:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:10 smithi029 ceph-mon[96870]: pgmap v2627: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 71 KiB/s rd, 5.7 KiB/s wr, 95 op/s 2024-07-27T19:08:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:10 smithi029 ceph-mon[96870]: osdmap e1505: 8 total, 8 up, 8 in 2024-07-27T19:08:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:10 smithi029 ceph-mon[99353]: pgmap v2627: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 71 KiB/s rd, 5.7 KiB/s wr, 95 op/s 2024-07-27T19:08:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:10 smithi029 ceph-mon[99353]: osdmap e1505: 8 total, 8 up, 8 in 2024-07-27T19:08:11.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:11 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/84f2846a-159a-4300-9e8b-8802f21148e2"}]: dispatch 2024-07-27T19:08:11.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:11 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/84f2846a-159a-4300-9e8b-8802f21148e2"}]': finished 2024-07-27T19:08:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:11 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/84f2846a-159a-4300-9e8b-8802f21148e2"}]: dispatch 2024-07-27T19:08:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:11 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/84f2846a-159a-4300-9e8b-8802f21148e2"}]': finished 2024-07-27T19:08:12.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:11 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/84f2846a-159a-4300-9e8b-8802f21148e2"}]: dispatch 2024-07-27T19:08:12.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:11 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/84f2846a-159a-4300-9e8b-8802f21148e2"}]': finished 2024-07-27T19:08:12.661 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:08:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:08:12] "GET /metrics HTTP/1.1" 200 36448 "" "Prometheus/2.43.0" 2024-07-27T19:08:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:12 smithi179 ceph-mon[89801]: pgmap v2630: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:08:12.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:12 smithi179 ceph-mon[89801]: osdmap e1506: 8 total, 8 up, 8 in 2024-07-27T19:08:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:12 smithi029 ceph-mon[96870]: pgmap v2630: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:08:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:12 smithi029 ceph-mon[96870]: osdmap e1506: 8 total, 8 up, 8 in 2024-07-27T19:08:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:12 smithi029 ceph-mon[99353]: pgmap v2630: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:08:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:12 smithi029 ceph-mon[99353]: osdmap e1506: 8 total, 8 up, 8 in 2024-07-27T19:08:14.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:13 smithi029 ceph-mon[99353]: osdmap e1507: 8 total, 8 up, 8 in 2024-07-27T19:08:14.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:13 smithi029 ceph-mon[99353]: osdmap e1508: 8 total, 8 up, 8 in 2024-07-27T19:08:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:13 smithi029 ceph-mon[96870]: osdmap e1507: 8 total, 8 up, 8 in 2024-07-27T19:08:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:13 smithi029 ceph-mon[96870]: osdmap e1508: 8 total, 8 up, 8 in 2024-07-27T19:08:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:13 smithi179 ceph-mon[89801]: osdmap e1507: 8 total, 8 up, 8 in 2024-07-27T19:08:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:13 smithi179 ceph-mon[89801]: osdmap e1508: 8 total, 8 up, 8 in 2024-07-27T19:08:14.655 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.SnapshotRemoveOnDisable (3998 ms) 2024-07-27T19:08:14.655 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.SnapshotUnlinkPeer 2024-07-27T19:08:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:14 smithi029 ceph-mon[96870]: pgmap v2633: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 90 KiB/s rd, 9.2 KiB/s wr, 124 op/s 2024-07-27T19:08:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:14 smithi029 ceph-mon[96870]: osdmap e1509: 8 total, 8 up, 8 in 2024-07-27T19:08:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:14 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/8f39b8a6-9d0e-470a-9401-599abb634e5c"}]: dispatch 2024-07-27T19:08:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:14 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/8f39b8a6-9d0e-470a-9401-599abb634e5c"}]': finished 2024-07-27T19:08:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:14 smithi029 ceph-mon[99353]: pgmap v2633: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 90 KiB/s rd, 9.2 KiB/s wr, 124 op/s 2024-07-27T19:08:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:14 smithi029 ceph-mon[99353]: osdmap e1509: 8 total, 8 up, 8 in 2024-07-27T19:08:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:14 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/8f39b8a6-9d0e-470a-9401-599abb634e5c"}]: dispatch 2024-07-27T19:08:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:14 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/8f39b8a6-9d0e-470a-9401-599abb634e5c"}]': finished 2024-07-27T19:08:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:14 smithi179 ceph-mon[89801]: pgmap v2633: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 90 KiB/s rd, 9.2 KiB/s wr, 124 op/s 2024-07-27T19:08:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:14 smithi179 ceph-mon[89801]: osdmap e1509: 8 total, 8 up, 8 in 2024-07-27T19:08:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:14 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/8f39b8a6-9d0e-470a-9401-599abb634e5c"}]: dispatch 2024-07-27T19:08:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:14 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/8f39b8a6-9d0e-470a-9401-599abb634e5c"}]': finished 2024-07-27T19:08:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:16 smithi029 ceph-mon[96870]: pgmap v2636: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 9.2 KiB/s wr, 128 op/s 2024-07-27T19:08:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:16 smithi029 ceph-mon[96870]: osdmap e1510: 8 total, 8 up, 8 in 2024-07-27T19:08:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:16 smithi029 ceph-mon[99353]: pgmap v2636: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 9.2 KiB/s wr, 128 op/s 2024-07-27T19:08:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:16 smithi029 ceph-mon[99353]: osdmap e1510: 8 total, 8 up, 8 in 2024-07-27T19:08:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:16 smithi179 ceph-mon[89801]: pgmap v2636: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 9.2 KiB/s wr, 128 op/s 2024-07-27T19:08:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:16 smithi179 ceph-mon[89801]: osdmap e1510: 8 total, 8 up, 8 in 2024-07-27T19:08:18.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:17 smithi029 ceph-mon[96870]: osdmap e1511: 8 total, 8 up, 8 in 2024-07-27T19:08:18.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:17 smithi029 ceph-mon[99353]: osdmap e1511: 8 total, 8 up, 8 in 2024-07-27T19:08:18.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:17 smithi179 ceph-mon[89801]: osdmap e1511: 8 total, 8 up, 8 in 2024-07-27T19:08:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:18 smithi029 ceph-mon[99353]: pgmap v2639: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 4.0 KiB/s wr, 22 op/s 2024-07-27T19:08:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:18 smithi029 ceph-mon[99353]: osdmap e1512: 8 total, 8 up, 8 in 2024-07-27T19:08:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:18 smithi029 ceph-mon[99353]: osdmap e1513: 8 total, 8 up, 8 in 2024-07-27T19:08:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:18 smithi029 ceph-mon[96870]: pgmap v2639: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 4.0 KiB/s wr, 22 op/s 2024-07-27T19:08:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:18 smithi029 ceph-mon[96870]: osdmap e1512: 8 total, 8 up, 8 in 2024-07-27T19:08:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:18 smithi029 ceph-mon[96870]: osdmap e1513: 8 total, 8 up, 8 in 2024-07-27T19:08:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:18 smithi179 ceph-mon[89801]: pgmap v2639: 137 pgs: 137 active+clean; 4.6 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 4.0 KiB/s wr, 22 op/s 2024-07-27T19:08:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:18 smithi179 ceph-mon[89801]: osdmap e1512: 8 total, 8 up, 8 in 2024-07-27T19:08:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:18 smithi179 ceph-mon[89801]: osdmap e1513: 8 total, 8 up, 8 in 2024-07-27T19:08:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:20 smithi179 ceph-mon[89801]: pgmap v2642: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 116 KiB/s rd, 11 KiB/s wr, 158 op/s 2024-07-27T19:08:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:20 smithi179 ceph-mon[89801]: osdmap e1514: 8 total, 8 up, 8 in 2024-07-27T19:08:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:20 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/eee71c4a-3fd4-4d98-9c2c-a3b7fb7730b3"}]: dispatch 2024-07-27T19:08:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:20 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/eee71c4a-3fd4-4d98-9c2c-a3b7fb7730b3"}]': finished 2024-07-27T19:08:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:20 smithi029 ceph-mon[96870]: pgmap v2642: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 116 KiB/s rd, 11 KiB/s wr, 158 op/s 2024-07-27T19:08:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:20 smithi029 ceph-mon[96870]: osdmap e1514: 8 total, 8 up, 8 in 2024-07-27T19:08:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:20 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/eee71c4a-3fd4-4d98-9c2c-a3b7fb7730b3"}]: dispatch 2024-07-27T19:08:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:20 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/eee71c4a-3fd4-4d98-9c2c-a3b7fb7730b3"}]': finished 2024-07-27T19:08:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:20 smithi029 ceph-mon[99353]: pgmap v2642: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 116 KiB/s rd, 11 KiB/s wr, 158 op/s 2024-07-27T19:08:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:20 smithi029 ceph-mon[99353]: osdmap e1514: 8 total, 8 up, 8 in 2024-07-27T19:08:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:20 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/eee71c4a-3fd4-4d98-9c2c-a3b7fb7730b3"}]: dispatch 2024-07-27T19:08:21.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:20 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/eee71c4a-3fd4-4d98-9c2c-a3b7fb7730b3"}]': finished 2024-07-27T19:08:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:21 smithi179 ceph-mon[89801]: osdmap e1515: 8 total, 8 up, 8 in 2024-07-27T19:08:22.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:21 smithi029 ceph-mon[96870]: osdmap e1515: 8 total, 8 up, 8 in 2024-07-27T19:08:22.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:21 smithi029 ceph-mon[99353]: osdmap e1515: 8 total, 8 up, 8 in 2024-07-27T19:08:22.588 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:08:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:08:22] "GET /metrics HTTP/1.1" 200 36448 "" "Prometheus/2.43.0" 2024-07-27T19:08:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:22 smithi179 ceph-mon[89801]: pgmap v2645: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 107 KiB/s rd, 7.7 KiB/s wr, 142 op/s 2024-07-27T19:08:22.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:22 smithi179 ceph-mon[89801]: osdmap e1516: 8 total, 8 up, 8 in 2024-07-27T19:08:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:22 smithi029 ceph-mon[96870]: pgmap v2645: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 107 KiB/s rd, 7.7 KiB/s wr, 142 op/s 2024-07-27T19:08:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:22 smithi029 ceph-mon[96870]: osdmap e1516: 8 total, 8 up, 8 in 2024-07-27T19:08:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:22 smithi029 ceph-mon[99353]: pgmap v2645: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 107 KiB/s rd, 7.7 KiB/s wr, 142 op/s 2024-07-27T19:08:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:22 smithi029 ceph-mon[99353]: osdmap e1516: 8 total, 8 up, 8 in 2024-07-27T19:08:23.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:23 smithi179 ceph-mon[89801]: osdmap e1517: 8 total, 8 up, 8 in 2024-07-27T19:08:23.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:23 smithi179 ceph-mon[89801]: osdmap e1518: 8 total, 8 up, 8 in 2024-07-27T19:08:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:23 smithi029 ceph-mon[96870]: osdmap e1517: 8 total, 8 up, 8 in 2024-07-27T19:08:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:23 smithi029 ceph-mon[96870]: osdmap e1518: 8 total, 8 up, 8 in 2024-07-27T19:08:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:23 smithi029 ceph-mon[99353]: osdmap e1517: 8 total, 8 up, 8 in 2024-07-27T19:08:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:23 smithi029 ceph-mon[99353]: osdmap e1518: 8 total, 8 up, 8 in 2024-07-27T19:08:24.647 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.SnapshotUnlinkPeer (9993 ms) 2024-07-27T19:08:24.647 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.SnapshotImageState 2024-07-27T19:08:24.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:24 smithi179 ceph-mon[89801]: pgmap v2648: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 3.5 KiB/s wr, 24 op/s 2024-07-27T19:08:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:08:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:24 smithi179 ceph-mon[89801]: osdmap e1519: 8 total, 8 up, 8 in 2024-07-27T19:08:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:24 smithi029 ceph-mon[96870]: pgmap v2648: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 3.5 KiB/s wr, 24 op/s 2024-07-27T19:08:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:08:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:24 smithi029 ceph-mon[96870]: osdmap e1519: 8 total, 8 up, 8 in 2024-07-27T19:08:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:24 smithi029 ceph-mon[99353]: pgmap v2648: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 3.5 KiB/s wr, 24 op/s 2024-07-27T19:08:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:08:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:24 smithi029 ceph-mon[99353]: osdmap e1519: 8 total, 8 up, 8 in 2024-07-27T19:08:25.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:25 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/4cd02a1f-a1f6-48f9-bf46-051f1d84b9a6"}]: dispatch 2024-07-27T19:08:25.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:25 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/4cd02a1f-a1f6-48f9-bf46-051f1d84b9a6"}]': finished 2024-07-27T19:08:25.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:25 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/3d39479f-17dd-4539-b73d-09d6afe3a24e"}]: dispatch 2024-07-27T19:08:25.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:25 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/3d39479f-17dd-4539-b73d-09d6afe3a24e"}]': finished 2024-07-27T19:08:26.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:25 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/4cd02a1f-a1f6-48f9-bf46-051f1d84b9a6"}]: dispatch 2024-07-27T19:08:26.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:25 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/4cd02a1f-a1f6-48f9-bf46-051f1d84b9a6"}]': finished 2024-07-27T19:08:26.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:25 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/3d39479f-17dd-4539-b73d-09d6afe3a24e"}]: dispatch 2024-07-27T19:08:26.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:25 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/3d39479f-17dd-4539-b73d-09d6afe3a24e"}]': finished 2024-07-27T19:08:26.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:25 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/4cd02a1f-a1f6-48f9-bf46-051f1d84b9a6"}]: dispatch 2024-07-27T19:08:26.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:25 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/4cd02a1f-a1f6-48f9-bf46-051f1d84b9a6"}]': finished 2024-07-27T19:08:26.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:25 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/3d39479f-17dd-4539-b73d-09d6afe3a24e"}]: dispatch 2024-07-27T19:08:26.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:25 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/3d39479f-17dd-4539-b73d-09d6afe3a24e"}]': finished 2024-07-27T19:08:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:26 smithi179 ceph-mon[89801]: pgmap v2651: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 159 KiB/s rd, 10 KiB/s wr, 211 op/s 2024-07-27T19:08:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:26 smithi179 ceph-mon[89801]: osdmap e1520: 8 total, 8 up, 8 in 2024-07-27T19:08:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:26 smithi029 ceph-mon[96870]: pgmap v2651: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 159 KiB/s rd, 10 KiB/s wr, 211 op/s 2024-07-27T19:08:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:26 smithi029 ceph-mon[96870]: osdmap e1520: 8 total, 8 up, 8 in 2024-07-27T19:08:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:26 smithi029 ceph-mon[99353]: pgmap v2651: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 159 KiB/s rd, 10 KiB/s wr, 211 op/s 2024-07-27T19:08:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:26 smithi029 ceph-mon[99353]: osdmap e1520: 8 total, 8 up, 8 in 2024-07-27T19:08:27.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:27 smithi179 ceph-mon[89801]: osdmap e1521: 8 total, 8 up, 8 in 2024-07-27T19:08:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:27 smithi029 ceph-mon[96870]: osdmap e1521: 8 total, 8 up, 8 in 2024-07-27T19:08:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:27 smithi029 ceph-mon[99353]: osdmap e1521: 8 total, 8 up, 8 in 2024-07-27T19:08:28.620 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.SnapshotImageState (3972 ms) 2024-07-27T19:08:28.620 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.SnapshotPromoteDemote 2024-07-27T19:08:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:28 smithi179 ceph-mon[89801]: pgmap v2654: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 161 KiB/s rd, 13 KiB/s wr, 225 op/s 2024-07-27T19:08:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:28 smithi179 ceph-mon[89801]: osdmap e1522: 8 total, 8 up, 8 in 2024-07-27T19:08:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:28 smithi179 ceph-mon[89801]: osdmap e1523: 8 total, 8 up, 8 in 2024-07-27T19:08:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:28 smithi029 ceph-mon[96870]: pgmap v2654: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 161 KiB/s rd, 13 KiB/s wr, 225 op/s 2024-07-27T19:08:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:28 smithi029 ceph-mon[96870]: osdmap e1522: 8 total, 8 up, 8 in 2024-07-27T19:08:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:28 smithi029 ceph-mon[96870]: osdmap e1523: 8 total, 8 up, 8 in 2024-07-27T19:08:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:28 smithi029 ceph-mon[99353]: pgmap v2654: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 161 KiB/s rd, 13 KiB/s wr, 225 op/s 2024-07-27T19:08:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:28 smithi029 ceph-mon[99353]: osdmap e1522: 8 total, 8 up, 8 in 2024-07-27T19:08:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:28 smithi029 ceph-mon[99353]: osdmap e1523: 8 total, 8 up, 8 in 2024-07-27T19:08:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:30 smithi179 ceph-mon[89801]: pgmap v2657: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 167 KiB/s rd, 24 KiB/s wr, 242 op/s 2024-07-27T19:08:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:30 smithi179 ceph-mon[89801]: osdmap e1524: 8 total, 8 up, 8 in 2024-07-27T19:08:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:30 smithi029 ceph-mon[96870]: pgmap v2657: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 167 KiB/s rd, 24 KiB/s wr, 242 op/s 2024-07-27T19:08:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:30 smithi029 ceph-mon[96870]: osdmap e1524: 8 total, 8 up, 8 in 2024-07-27T19:08:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:30 smithi029 ceph-mon[99353]: pgmap v2657: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 167 KiB/s rd, 24 KiB/s wr, 242 op/s 2024-07-27T19:08:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:30 smithi029 ceph-mon[99353]: osdmap e1524: 8 total, 8 up, 8 in 2024-07-27T19:08:31.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:31 smithi029 ceph-mon[96870]: osdmap e1525: 8 total, 8 up, 8 in 2024-07-27T19:08:31.902 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:31 smithi029 ceph-mon[99353]: osdmap e1525: 8 total, 8 up, 8 in 2024-07-27T19:08:31.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:31 smithi179 ceph-mon[89801]: osdmap e1525: 8 total, 8 up, 8 in 2024-07-27T19:08:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:32 smithi029 ceph-mon[96870]: pgmap v2660: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 151 KiB/s rd, 19 KiB/s wr, 208 op/s 2024-07-27T19:08:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:32 smithi029 ceph-mon[96870]: osdmap e1526: 8 total, 8 up, 8 in 2024-07-27T19:08:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:08:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:08:32] "GET /metrics HTTP/1.1" 200 36451 "" "Prometheus/2.43.0" 2024-07-27T19:08:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:32 smithi029 ceph-mon[99353]: pgmap v2660: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 151 KiB/s rd, 19 KiB/s wr, 208 op/s 2024-07-27T19:08:32.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:32 smithi029 ceph-mon[99353]: osdmap e1526: 8 total, 8 up, 8 in 2024-07-27T19:08:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:32 smithi179 ceph-mon[89801]: pgmap v2660: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 151 KiB/s rd, 19 KiB/s wr, 208 op/s 2024-07-27T19:08:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:32 smithi179 ceph-mon[89801]: osdmap e1526: 8 total, 8 up, 8 in 2024-07-27T19:08:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:33 smithi179 ceph-mon[89801]: osdmap e1527: 8 total, 8 up, 8 in 2024-07-27T19:08:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:33 smithi179 ceph-mon[89801]: osdmap e1528: 8 total, 8 up, 8 in 2024-07-27T19:08:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:33 smithi029 ceph-mon[96870]: osdmap e1527: 8 total, 8 up, 8 in 2024-07-27T19:08:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:33 smithi029 ceph-mon[96870]: osdmap e1528: 8 total, 8 up, 8 in 2024-07-27T19:08:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:33 smithi029 ceph-mon[99353]: osdmap e1527: 8 total, 8 up, 8 in 2024-07-27T19:08:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:33 smithi029 ceph-mon[99353]: osdmap e1528: 8 total, 8 up, 8 in 2024-07-27T19:08:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:34 smithi179 ceph-mon[89801]: pgmap v2663: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 4.0 KiB/s wr, 30 op/s 2024-07-27T19:08:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:34 smithi029 ceph-mon[96870]: pgmap v2663: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 4.0 KiB/s wr, 30 op/s 2024-07-27T19:08:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:34 smithi029 ceph-mon[99353]: pgmap v2663: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 4.0 KiB/s wr, 30 op/s 2024-07-27T19:08:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:35 smithi179 ceph-mon[89801]: osdmap e1529: 8 total, 8 up, 8 in 2024-07-27T19:08:36.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:35 smithi029 ceph-mon[96870]: osdmap e1529: 8 total, 8 up, 8 in 2024-07-27T19:08:36.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:35 smithi029 ceph-mon[99353]: osdmap e1529: 8 total, 8 up, 8 in 2024-07-27T19:08:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:36 smithi179 ceph-mon[89801]: pgmap v2666: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 125 KiB/s rd, 8.7 KiB/s wr, 166 op/s 2024-07-27T19:08:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:36 smithi179 ceph-mon[89801]: osdmap e1530: 8 total, 8 up, 8 in 2024-07-27T19:08:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:36 smithi029 ceph-mon[96870]: pgmap v2666: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 125 KiB/s rd, 8.7 KiB/s wr, 166 op/s 2024-07-27T19:08:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:36 smithi029 ceph-mon[96870]: osdmap e1530: 8 total, 8 up, 8 in 2024-07-27T19:08:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:36 smithi029 ceph-mon[99353]: pgmap v2666: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 125 KiB/s rd, 8.7 KiB/s wr, 166 op/s 2024-07-27T19:08:37.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:36 smithi029 ceph-mon[99353]: osdmap e1530: 8 total, 8 up, 8 in 2024-07-27T19:08:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:37 smithi179 ceph-mon[89801]: osdmap e1531: 8 total, 8 up, 8 in 2024-07-27T19:08:38.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:37 smithi029 ceph-mon[96870]: osdmap e1531: 8 total, 8 up, 8 in 2024-07-27T19:08:38.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:37 smithi029 ceph-mon[99353]: osdmap e1531: 8 total, 8 up, 8 in 2024-07-27T19:08:38.636 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.SnapshotPromoteDemote (10016 ms) 2024-07-27T19:08:38.636 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestMirroring.AioSnapshotCreate 2024-07-27T19:08:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:38 smithi179 ceph-mon[89801]: pgmap v2669: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 114 KiB/s rd, 7.2 KiB/s wr, 151 op/s 2024-07-27T19:08:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:38 smithi179 ceph-mon[89801]: osdmap e1532: 8 total, 8 up, 8 in 2024-07-27T19:08:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:38 smithi179 ceph-mon[89801]: osdmap e1533: 8 total, 8 up, 8 in 2024-07-27T19:08:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:38 smithi029 ceph-mon[96870]: pgmap v2669: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 114 KiB/s rd, 7.2 KiB/s wr, 151 op/s 2024-07-27T19:08:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:38 smithi029 ceph-mon[96870]: osdmap e1532: 8 total, 8 up, 8 in 2024-07-27T19:08:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:38 smithi029 ceph-mon[96870]: osdmap e1533: 8 total, 8 up, 8 in 2024-07-27T19:08:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:38 smithi029 ceph-mon[99353]: pgmap v2669: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 114 KiB/s rd, 7.2 KiB/s wr, 151 op/s 2024-07-27T19:08:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:38 smithi029 ceph-mon[99353]: osdmap e1532: 8 total, 8 up, 8 in 2024-07-27T19:08:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:38 smithi029 ceph-mon[99353]: osdmap e1533: 8 total, 8 up, 8 in 2024-07-27T19:08:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:39 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/f909fc74-ee47-44ee-86f1-6db9c3fc56f8"}]: dispatch 2024-07-27T19:08:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:39 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/f909fc74-ee47-44ee-86f1-6db9c3fc56f8"}]': finished 2024-07-27T19:08:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:08:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:39 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/f909fc74-ee47-44ee-86f1-6db9c3fc56f8"}]: dispatch 2024-07-27T19:08:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:39 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/f909fc74-ee47-44ee-86f1-6db9c3fc56f8"}]': finished 2024-07-27T19:08:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:08:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:39 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/f909fc74-ee47-44ee-86f1-6db9c3fc56f8"}]: dispatch 2024-07-27T19:08:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:39 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/f909fc74-ee47-44ee-86f1-6db9c3fc56f8"}]': finished 2024-07-27T19:08:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:08:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:40 smithi179 ceph-mon[89801]: pgmap v2672: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 5.5 KiB/s wr, 44 op/s 2024-07-27T19:08:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:40 smithi179 ceph-mon[89801]: osdmap e1534: 8 total, 8 up, 8 in 2024-07-27T19:08:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:40 smithi029 ceph-mon[96870]: pgmap v2672: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 5.5 KiB/s wr, 44 op/s 2024-07-27T19:08:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:40 smithi029 ceph-mon[96870]: osdmap e1534: 8 total, 8 up, 8 in 2024-07-27T19:08:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:40 smithi029 ceph-mon[99353]: pgmap v2672: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 5.5 KiB/s wr, 44 op/s 2024-07-27T19:08:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:40 smithi029 ceph-mon[99353]: osdmap e1534: 8 total, 8 up, 8 in 2024-07-27T19:08:41.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:41 smithi179 ceph-mon[89801]: osdmap e1535: 8 total, 8 up, 8 in 2024-07-27T19:08:42.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:41 smithi029 ceph-mon[96870]: osdmap e1535: 8 total, 8 up, 8 in 2024-07-27T19:08:42.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:41 smithi029 ceph-mon[99353]: osdmap e1535: 8 total, 8 up, 8 in 2024-07-27T19:08:42.646 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:08:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:08:42] "GET /metrics HTTP/1.1" 200 36449 "" "Prometheus/2.43.0" 2024-07-27T19:08:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:42 smithi179 ceph-mon[89801]: pgmap v2675: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 5.2 KiB/s wr, 35 op/s 2024-07-27T19:08:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:42 smithi179 ceph-mon[89801]: osdmap e1536: 8 total, 8 up, 8 in 2024-07-27T19:08:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:42 smithi029 ceph-mon[99353]: pgmap v2675: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 5.2 KiB/s wr, 35 op/s 2024-07-27T19:08:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:42 smithi029 ceph-mon[99353]: osdmap e1536: 8 total, 8 up, 8 in 2024-07-27T19:08:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:42 smithi029 ceph-mon[96870]: pgmap v2675: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 5.2 KiB/s wr, 35 op/s 2024-07-27T19:08:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:42 smithi029 ceph-mon[96870]: osdmap e1536: 8 total, 8 up, 8 in 2024-07-27T19:08:43.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:43 smithi179 ceph-mon[89801]: osdmap e1537: 8 total, 8 up, 8 in 2024-07-27T19:08:43.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:43 smithi179 ceph-mon[89801]: osdmap e1538: 8 total, 8 up, 8 in 2024-07-27T19:08:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:43 smithi029 ceph-mon[99353]: osdmap e1537: 8 total, 8 up, 8 in 2024-07-27T19:08:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:43 smithi029 ceph-mon[99353]: osdmap e1538: 8 total, 8 up, 8 in 2024-07-27T19:08:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:43 smithi029 ceph-mon[96870]: osdmap e1537: 8 total, 8 up, 8 in 2024-07-27T19:08:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:43 smithi029 ceph-mon[96870]: osdmap e1538: 8 total, 8 up, 8 in 2024-07-27T19:08:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:44 smithi179 ceph-mon[89801]: pgmap v2678: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 61 KiB/s rd, 10 KiB/s wr, 91 op/s 2024-07-27T19:08:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:44 smithi179 ceph-mon[89801]: osdmap e1539: 8 total, 8 up, 8 in 2024-07-27T19:08:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:44 smithi029 ceph-mon[99353]: pgmap v2678: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 61 KiB/s rd, 10 KiB/s wr, 91 op/s 2024-07-27T19:08:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:44 smithi029 ceph-mon[99353]: osdmap e1539: 8 total, 8 up, 8 in 2024-07-27T19:08:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:44 smithi029 ceph-mon[96870]: pgmap v2678: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 61 KiB/s rd, 10 KiB/s wr, 91 op/s 2024-07-27T19:08:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:44 smithi029 ceph-mon[96870]: osdmap e1539: 8 total, 8 up, 8 in 2024-07-27T19:08:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:46 smithi179 ceph-mon[89801]: pgmap v2681: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 13 KiB/s wr, 126 op/s 2024-07-27T19:08:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:46 smithi179 ceph-mon[89801]: osdmap e1540: 8 total, 8 up, 8 in 2024-07-27T19:08:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:46 smithi029 ceph-mon[99353]: pgmap v2681: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 13 KiB/s wr, 126 op/s 2024-07-27T19:08:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:46 smithi029 ceph-mon[99353]: osdmap e1540: 8 total, 8 up, 8 in 2024-07-27T19:08:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:46 smithi029 ceph-mon[96870]: pgmap v2681: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 13 KiB/s wr, 126 op/s 2024-07-27T19:08:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:46 smithi029 ceph-mon[96870]: osdmap e1540: 8 total, 8 up, 8 in 2024-07-27T19:08:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:47 smithi179 ceph-mon[89801]: osdmap e1541: 8 total, 8 up, 8 in 2024-07-27T19:08:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:47 smithi029 ceph-mon[96870]: osdmap e1541: 8 total, 8 up, 8 in 2024-07-27T19:08:48.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:47 smithi029 ceph-mon[99353]: osdmap e1541: 8 total, 8 up, 8 in 2024-07-27T19:08:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:48 smithi179 ceph-mon[89801]: pgmap v2684: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 58 KiB/s rd, 10 KiB/s wr, 88 op/s 2024-07-27T19:08:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:48 smithi179 ceph-mon[89801]: osdmap e1542: 8 total, 8 up, 8 in 2024-07-27T19:08:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:48 smithi179 ceph-mon[89801]: osdmap e1543: 8 total, 8 up, 8 in 2024-07-27T19:08:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:48 smithi029 ceph-mon[99353]: pgmap v2684: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 58 KiB/s rd, 10 KiB/s wr, 88 op/s 2024-07-27T19:08:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:48 smithi029 ceph-mon[99353]: osdmap e1542: 8 total, 8 up, 8 in 2024-07-27T19:08:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:48 smithi029 ceph-mon[99353]: osdmap e1543: 8 total, 8 up, 8 in 2024-07-27T19:08:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:48 smithi029 ceph-mon[96870]: pgmap v2684: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 58 KiB/s rd, 10 KiB/s wr, 88 op/s 2024-07-27T19:08:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:48 smithi029 ceph-mon[96870]: osdmap e1542: 8 total, 8 up, 8 in 2024-07-27T19:08:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:48 smithi029 ceph-mon[96870]: osdmap e1543: 8 total, 8 up, 8 in 2024-07-27T19:08:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:08:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:08:49.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:08:49.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:49 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:08:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:08:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:08:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:08:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:49 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:08:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:08:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:08:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:08:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:49 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:08:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:50 smithi179 ceph-mon[89801]: pgmap v2687: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 82 KiB/s rd, 13 KiB/s wr, 117 op/s 2024-07-27T19:08:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:50 smithi179 ceph-mon[89801]: osdmap e1544: 8 total, 8 up, 8 in 2024-07-27T19:08:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:50 smithi029 ceph-mon[96870]: pgmap v2687: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 82 KiB/s rd, 13 KiB/s wr, 117 op/s 2024-07-27T19:08:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:50 smithi029 ceph-mon[96870]: osdmap e1544: 8 total, 8 up, 8 in 2024-07-27T19:08:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:50 smithi029 ceph-mon[99353]: pgmap v2687: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 82 KiB/s rd, 13 KiB/s wr, 117 op/s 2024-07-27T19:08:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:50 smithi029 ceph-mon[99353]: osdmap e1544: 8 total, 8 up, 8 in 2024-07-27T19:08:51.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:51 smithi179 ceph-mon[89801]: osdmap e1545: 8 total, 8 up, 8 in 2024-07-27T19:08:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:51 smithi029 ceph-mon[96870]: osdmap e1545: 8 total, 8 up, 8 in 2024-07-27T19:08:52.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:51 smithi029 ceph-mon[99353]: osdmap e1545: 8 total, 8 up, 8 in 2024-07-27T19:08:52.594 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:08:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:08:52] "GET /metrics HTTP/1.1" 200 36449 "" "Prometheus/2.43.0" 2024-07-27T19:08:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:52 smithi179 ceph-mon[89801]: pgmap v2690: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 7.2 KiB/s wr, 68 op/s 2024-07-27T19:08:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:52 smithi179 ceph-mon[89801]: osdmap e1546: 8 total, 8 up, 8 in 2024-07-27T19:08:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:52 smithi029 ceph-mon[96870]: pgmap v2690: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 7.2 KiB/s wr, 68 op/s 2024-07-27T19:08:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:52 smithi029 ceph-mon[96870]: osdmap e1546: 8 total, 8 up, 8 in 2024-07-27T19:08:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:52 smithi029 ceph-mon[99353]: pgmap v2690: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 7.2 KiB/s wr, 68 op/s 2024-07-27T19:08:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:52 smithi029 ceph-mon[99353]: osdmap e1546: 8 total, 8 up, 8 in 2024-07-27T19:08:53.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:53 smithi179 ceph-mon[89801]: osdmap e1547: 8 total, 8 up, 8 in 2024-07-27T19:08:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:53 smithi029 ceph-mon[96870]: osdmap e1547: 8 total, 8 up, 8 in 2024-07-27T19:08:54.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:53 smithi029 ceph-mon[99353]: osdmap e1547: 8 total, 8 up, 8 in 2024-07-27T19:08:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:54 smithi179 ceph-mon[89801]: pgmap v2693: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 120 KiB/s rd, 13 KiB/s wr, 162 op/s 2024-07-27T19:08:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:54 smithi179 ceph-mon[89801]: osdmap e1548: 8 total, 8 up, 8 in 2024-07-27T19:08:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:08:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:54 smithi029 ceph-mon[99353]: pgmap v2693: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 120 KiB/s rd, 13 KiB/s wr, 162 op/s 2024-07-27T19:08:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:54 smithi029 ceph-mon[99353]: osdmap e1548: 8 total, 8 up, 8 in 2024-07-27T19:08:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:08:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:54 smithi029 ceph-mon[96870]: pgmap v2693: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 120 KiB/s rd, 13 KiB/s wr, 162 op/s 2024-07-27T19:08:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:54 smithi029 ceph-mon[96870]: osdmap e1548: 8 total, 8 up, 8 in 2024-07-27T19:08:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:08:55.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:55 smithi179 ceph-mon[89801]: osdmap e1549: 8 total, 8 up, 8 in 2024-07-27T19:08:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:55 smithi029 ceph-mon[96870]: osdmap e1549: 8 total, 8 up, 8 in 2024-07-27T19:08:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:55 smithi029 ceph-mon[99353]: osdmap e1549: 8 total, 8 up, 8 in 2024-07-27T19:08:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:56 smithi179 ceph-mon[89801]: pgmap v2696: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 183 KiB/s rd, 18 KiB/s wr, 245 op/s 2024-07-27T19:08:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:56 smithi179 ceph-mon[89801]: osdmap e1550: 8 total, 8 up, 8 in 2024-07-27T19:08:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:56 smithi029 ceph-mon[96870]: pgmap v2696: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 183 KiB/s rd, 18 KiB/s wr, 245 op/s 2024-07-27T19:08:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:56 smithi029 ceph-mon[96870]: osdmap e1550: 8 total, 8 up, 8 in 2024-07-27T19:08:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:56 smithi029 ceph-mon[99353]: pgmap v2696: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 183 KiB/s rd, 18 KiB/s wr, 245 op/s 2024-07-27T19:08:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:56 smithi029 ceph-mon[99353]: osdmap e1550: 8 total, 8 up, 8 in 2024-07-27T19:08:57.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:57 smithi179 ceph-mon[89801]: osdmap e1551: 8 total, 8 up, 8 in 2024-07-27T19:08:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:57 smithi029 ceph-mon[96870]: osdmap e1551: 8 total, 8 up, 8 in 2024-07-27T19:08:58.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:57 smithi029 ceph-mon[99353]: osdmap e1551: 8 total, 8 up, 8 in 2024-07-27T19:08:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:58 smithi179 ceph-mon[89801]: pgmap v2699: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 81 KiB/s rd, 11 KiB/s wr, 112 op/s 2024-07-27T19:08:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:58 smithi179 ceph-mon[89801]: osdmap e1552: 8 total, 8 up, 8 in 2024-07-27T19:08:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:08:58 smithi179 ceph-mon[89801]: osdmap e1553: 8 total, 8 up, 8 in 2024-07-27T19:08:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:58 smithi029 ceph-mon[96870]: pgmap v2699: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 81 KiB/s rd, 11 KiB/s wr, 112 op/s 2024-07-27T19:08:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:58 smithi029 ceph-mon[96870]: osdmap e1552: 8 total, 8 up, 8 in 2024-07-27T19:08:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:08:58 smithi029 ceph-mon[96870]: osdmap e1553: 8 total, 8 up, 8 in 2024-07-27T19:08:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:58 smithi029 ceph-mon[99353]: pgmap v2699: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 81 KiB/s rd, 11 KiB/s wr, 112 op/s 2024-07-27T19:08:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:58 smithi029 ceph-mon[99353]: osdmap e1552: 8 total, 8 up, 8 in 2024-07-27T19:08:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:08:58 smithi029 ceph-mon[99353]: osdmap e1553: 8 total, 8 up, 8 in 2024-07-27T19:09:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:00 smithi179 ceph-mon[89801]: pgmap v2702: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 95 KiB/s rd, 9.5 KiB/s wr, 139 op/s 2024-07-27T19:09:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:00 smithi179 ceph-mon[89801]: osdmap e1554: 8 total, 8 up, 8 in 2024-07-27T19:09:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:00 smithi029 ceph-mon[96870]: pgmap v2702: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 95 KiB/s rd, 9.5 KiB/s wr, 139 op/s 2024-07-27T19:09:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:00 smithi029 ceph-mon[96870]: osdmap e1554: 8 total, 8 up, 8 in 2024-07-27T19:09:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:00 smithi029 ceph-mon[99353]: pgmap v2702: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 95 KiB/s rd, 9.5 KiB/s wr, 139 op/s 2024-07-27T19:09:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:00 smithi029 ceph-mon[99353]: osdmap e1554: 8 total, 8 up, 8 in 2024-07-27T19:09:01.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:01 smithi029 ceph-mon[96870]: osdmap e1555: 8 total, 8 up, 8 in 2024-07-27T19:09:01.903 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:01 smithi029 ceph-mon[99353]: osdmap e1555: 8 total, 8 up, 8 in 2024-07-27T19:09:01.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:01 smithi179 ceph-mon[89801]: osdmap e1555: 8 total, 8 up, 8 in 2024-07-27T19:09:02.643 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:09:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:09:02] "GET /metrics HTTP/1.1" 200 36455 "" "Prometheus/2.43.0" 2024-07-27T19:09:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:02 smithi179 ceph-mon[89801]: pgmap v2705: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 81 KiB/s rd, 6.5 KiB/s wr, 116 op/s 2024-07-27T19:09:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:02 smithi179 ceph-mon[89801]: osdmap e1556: 8 total, 8 up, 8 in 2024-07-27T19:09:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:02 smithi029 ceph-mon[99353]: pgmap v2705: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 81 KiB/s rd, 6.5 KiB/s wr, 116 op/s 2024-07-27T19:09:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:02 smithi029 ceph-mon[99353]: osdmap e1556: 8 total, 8 up, 8 in 2024-07-27T19:09:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:02 smithi029 ceph-mon[96870]: pgmap v2705: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 81 KiB/s rd, 6.5 KiB/s wr, 116 op/s 2024-07-27T19:09:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:02 smithi029 ceph-mon[96870]: osdmap e1556: 8 total, 8 up, 8 in 2024-07-27T19:09:03.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:03 smithi179 ceph-mon[89801]: osdmap e1557: 8 total, 8 up, 8 in 2024-07-27T19:09:03.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:03 smithi179 ceph-mon[89801]: osdmap e1558: 8 total, 8 up, 8 in 2024-07-27T19:09:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:03 smithi029 ceph-mon[96870]: osdmap e1557: 8 total, 8 up, 8 in 2024-07-27T19:09:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:03 smithi029 ceph-mon[96870]: osdmap e1558: 8 total, 8 up, 8 in 2024-07-27T19:09:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:03 smithi029 ceph-mon[99353]: osdmap e1557: 8 total, 8 up, 8 in 2024-07-27T19:09:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:03 smithi029 ceph-mon[99353]: osdmap e1558: 8 total, 8 up, 8 in 2024-07-27T19:09:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:04 smithi179 ceph-mon[89801]: pgmap v2708: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 46 KiB/s rd, 5.0 KiB/s wr, 69 op/s 2024-07-27T19:09:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:04 smithi029 ceph-mon[96870]: pgmap v2708: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 46 KiB/s rd, 5.0 KiB/s wr, 69 op/s 2024-07-27T19:09:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:04 smithi029 ceph-mon[99353]: pgmap v2708: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 46 KiB/s rd, 5.0 KiB/s wr, 69 op/s 2024-07-27T19:09:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:05 smithi029 ceph-mon[96870]: osdmap e1559: 8 total, 8 up, 8 in 2024-07-27T19:09:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:05 smithi029 ceph-mon[99353]: osdmap e1559: 8 total, 8 up, 8 in 2024-07-27T19:09:06.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:05 smithi179 ceph-mon[89801]: osdmap e1559: 8 total, 8 up, 8 in 2024-07-27T19:09:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:06 smithi029 ceph-mon[96870]: pgmap v2711: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 84 KiB/s rd, 5.7 KiB/s wr, 120 op/s 2024-07-27T19:09:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:06 smithi029 ceph-mon[96870]: osdmap e1560: 8 total, 8 up, 8 in 2024-07-27T19:09:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:06 smithi029 ceph-mon[99353]: pgmap v2711: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 84 KiB/s rd, 5.7 KiB/s wr, 120 op/s 2024-07-27T19:09:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:06 smithi029 ceph-mon[99353]: osdmap e1560: 8 total, 8 up, 8 in 2024-07-27T19:09:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:06 smithi179 ceph-mon[89801]: pgmap v2711: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 84 KiB/s rd, 5.7 KiB/s wr, 120 op/s 2024-07-27T19:09:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:06 smithi179 ceph-mon[89801]: osdmap e1560: 8 total, 8 up, 8 in 2024-07-27T19:09:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:07 smithi029 ceph-mon[96870]: osdmap e1561: 8 total, 8 up, 8 in 2024-07-27T19:09:08.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:07 smithi029 ceph-mon[99353]: osdmap e1561: 8 total, 8 up, 8 in 2024-07-27T19:09:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:07 smithi179 ceph-mon[89801]: osdmap e1561: 8 total, 8 up, 8 in 2024-07-27T19:09:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:08 smithi029 ceph-mon[96870]: pgmap v2714: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 83 KiB/s rd, 7.5 KiB/s wr, 121 op/s 2024-07-27T19:09:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:08 smithi029 ceph-mon[96870]: osdmap e1562: 8 total, 8 up, 8 in 2024-07-27T19:09:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:08 smithi029 ceph-mon[96870]: osdmap e1563: 8 total, 8 up, 8 in 2024-07-27T19:09:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:08 smithi029 ceph-mon[99353]: pgmap v2714: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 83 KiB/s rd, 7.5 KiB/s wr, 121 op/s 2024-07-27T19:09:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:08 smithi029 ceph-mon[99353]: osdmap e1562: 8 total, 8 up, 8 in 2024-07-27T19:09:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:08 smithi029 ceph-mon[99353]: osdmap e1563: 8 total, 8 up, 8 in 2024-07-27T19:09:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:08 smithi179 ceph-mon[89801]: pgmap v2714: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 83 KiB/s rd, 7.5 KiB/s wr, 121 op/s 2024-07-27T19:09:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:08 smithi179 ceph-mon[89801]: osdmap e1562: 8 total, 8 up, 8 in 2024-07-27T19:09:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:08 smithi179 ceph-mon[89801]: osdmap e1563: 8 total, 8 up, 8 in 2024-07-27T19:09:09.646 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestMirroring.AioSnapshotCreate (31010 ms) 2024-07-27T19:09:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:09:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:09 smithi029 ceph-mon[96870]: osdmap e1564: 8 total, 8 up, 8 in 2024-07-27T19:09:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:09 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/522d60ff-e612-41f3-9dac-6a24a8ecb865"}]: dispatch 2024-07-27T19:09:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:09 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/522d60ff-e612-41f3-9dac-6a24a8ecb865"}]': finished 2024-07-27T19:09:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:09:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:09 smithi029 ceph-mon[99353]: osdmap e1564: 8 total, 8 up, 8 in 2024-07-27T19:09:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:09 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/522d60ff-e612-41f3-9dac-6a24a8ecb865"}]: dispatch 2024-07-27T19:09:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:09 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/522d60ff-e612-41f3-9dac-6a24a8ecb865"}]': finished 2024-07-27T19:09:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:09:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:09 smithi179 ceph-mon[89801]: osdmap e1564: 8 total, 8 up, 8 in 2024-07-27T19:09:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:09 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/522d60ff-e612-41f3-9dac-6a24a8ecb865"}]: dispatch 2024-07-27T19:09:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:09 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2344715695' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/88/522d60ff-e612-41f3-9dac-6a24a8ecb865"}]': finished 2024-07-27T19:09:10.648 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 51 tests from TestMirroring (86757 ms total) 2024-07-27T19:09:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:09:10.648 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 34 tests from TestInternal 2024-07-27T19:09:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:10 smithi029 ceph-mon[99353]: pgmap v2717: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 104 KiB/s rd, 9.0 KiB/s wr, 149 op/s 2024-07-27T19:09:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:10 smithi029 ceph-mon[99353]: osdmap e1565: 8 total, 8 up, 8 in 2024-07-27T19:09:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:10 smithi029 ceph-mon[96870]: pgmap v2717: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 104 KiB/s rd, 9.0 KiB/s wr, 149 op/s 2024-07-27T19:09:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:10 smithi029 ceph-mon[96870]: osdmap e1565: 8 total, 8 up, 8 in 2024-07-27T19:09:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:10 smithi179 ceph-mon[89801]: pgmap v2717: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 104 KiB/s rd, 9.0 KiB/s wr, 149 op/s 2024-07-27T19:09:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:10 smithi179 ceph-mon[89801]: osdmap e1565: 8 total, 8 up, 8 in 2024-07-27T19:09:12.689 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:09:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:09:12] "GET /metrics HTTP/1.1" 200 36445 "" "Prometheus/2.43.0" 2024-07-27T19:09:12.700 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.OpenByID 2024-07-27T19:09:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:12 smithi029 ceph-mon[96870]: pgmap v2720: 105 pgs: 105 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:12 smithi029 ceph-mon[96870]: osdmap e1566: 8 total, 8 up, 8 in 2024-07-27T19:09:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:12 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4116376499' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:12 smithi029 ceph-mon[99353]: pgmap v2720: 105 pgs: 105 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:12 smithi029 ceph-mon[99353]: osdmap e1566: 8 total, 8 up, 8 in 2024-07-27T19:09:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:12 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4116376499' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:12 smithi179 ceph-mon[89801]: pgmap v2720: 105 pgs: 105 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:12 smithi179 ceph-mon[89801]: osdmap e1566: 8 total, 8 up, 8 in 2024-07-27T19:09:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:12 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4116376499' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:13 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4116376499' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-13","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:09:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:13 smithi029 ceph-mon[96870]: osdmap e1567: 8 total, 8 up, 8 in 2024-07-27T19:09:14.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:13 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4116376499' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-13","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:09:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:13 smithi029 ceph-mon[99353]: osdmap e1567: 8 total, 8 up, 8 in 2024-07-27T19:09:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:13 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4116376499' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-13","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:09:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:13 smithi179 ceph-mon[89801]: osdmap e1567: 8 total, 8 up, 8 in 2024-07-27T19:09:14.746 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.OpenByID (2045 ms) 2024-07-27T19:09:14.746 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.OpenSnapDNE 2024-07-27T19:09:14.770 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.OpenSnapDNE (24 ms) 2024-07-27T19:09:14.770 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.IsExclusiveLockOwner 2024-07-27T19:09:14.796 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.IsExclusiveLockOwner (27 ms) 2024-07-27T19:09:14.796 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.ResizeLocksImage 2024-07-27T19:09:14.821 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.ResizeLocksImage (25 ms) 2024-07-27T19:09:14.821 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.ResizeFailsToLockImage 2024-07-27T19:09:14.842 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.ResizeFailsToLockImage (21 ms) 2024-07-27T19:09:14.842 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.SnapCreateLocksImage 2024-07-27T19:09:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:14 smithi029 ceph-mon[96870]: pgmap v2723: 137 pgs: 7 creating+peering, 15 unknown, 115 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:14 smithi029 ceph-mon[96870]: osdmap e1568: 8 total, 8 up, 8 in 2024-07-27T19:09:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:14 smithi029 ceph-mon[99353]: pgmap v2723: 137 pgs: 7 creating+peering, 15 unknown, 115 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:14 smithi029 ceph-mon[99353]: osdmap e1568: 8 total, 8 up, 8 in 2024-07-27T19:09:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:14 smithi179 ceph-mon[89801]: pgmap v2723: 137 pgs: 7 creating+peering, 15 unknown, 115 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:14 smithi179 ceph-mon[89801]: osdmap e1568: 8 total, 8 up, 8 in 2024-07-27T19:09:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:15 smithi029 ceph-mon[96870]: osdmap e1569: 8 total, 8 up, 8 in 2024-07-27T19:09:16.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:15 smithi029 ceph-mon[99353]: osdmap e1569: 8 total, 8 up, 8 in 2024-07-27T19:09:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:15 smithi179 ceph-mon[89801]: osdmap e1569: 8 total, 8 up, 8 in 2024-07-27T19:09:16.731 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.SnapCreateLocksImage (1889 ms) 2024-07-27T19:09:16.732 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.SnapCreateFailsToLockImage 2024-07-27T19:09:16.772 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.SnapCreateFailsToLockImage (40 ms) 2024-07-27T19:09:16.772 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.SnapRollbackLocksImage 2024-07-27T19:09:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:16 smithi029 ceph-mon[96870]: pgmap v2726: 137 pgs: 7 creating+peering, 7 unknown, 123 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:16 smithi029 ceph-mon[96870]: osdmap e1570: 8 total, 8 up, 8 in 2024-07-27T19:09:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:16 smithi029 ceph-mon[99353]: pgmap v2726: 137 pgs: 7 creating+peering, 7 unknown, 123 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:16 smithi029 ceph-mon[99353]: osdmap e1570: 8 total, 8 up, 8 in 2024-07-27T19:09:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:16 smithi179 ceph-mon[89801]: pgmap v2726: 137 pgs: 7 creating+peering, 7 unknown, 123 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:16 smithi179 ceph-mon[89801]: osdmap e1570: 8 total, 8 up, 8 in 2024-07-27T19:09:18.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:17 smithi029 ceph-mon[96870]: osdmap e1571: 8 total, 8 up, 8 in 2024-07-27T19:09:18.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:17 smithi029 ceph-mon[99353]: osdmap e1571: 8 total, 8 up, 8 in 2024-07-27T19:09:18.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:17 smithi179 ceph-mon[89801]: osdmap e1571: 8 total, 8 up, 8 in 2024-07-27T19:09:18.750 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.SnapRollbackLocksImage (1978 ms) 2024-07-27T19:09:18.750 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.SnapRollbackFailsToLockImage 2024-07-27T19:09:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:18 smithi029 ceph-mon[96870]: pgmap v2729: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 74 KiB/s rd, 7.2 KiB/s wr, 98 op/s 2024-07-27T19:09:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:18 smithi029 ceph-mon[96870]: osdmap e1572: 8 total, 8 up, 8 in 2024-07-27T19:09:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:18 smithi029 ceph-mon[99353]: pgmap v2729: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 74 KiB/s rd, 7.2 KiB/s wr, 98 op/s 2024-07-27T19:09:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:18 smithi029 ceph-mon[99353]: osdmap e1572: 8 total, 8 up, 8 in 2024-07-27T19:09:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:18 smithi179 ceph-mon[89801]: pgmap v2729: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 74 KiB/s rd, 7.2 KiB/s wr, 98 op/s 2024-07-27T19:09:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:18 smithi179 ceph-mon[89801]: osdmap e1572: 8 total, 8 up, 8 in 2024-07-27T19:09:20.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:19 smithi029 ceph-mon[96870]: osdmap e1573: 8 total, 8 up, 8 in 2024-07-27T19:09:20.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:19 smithi029 ceph-mon[99353]: osdmap e1573: 8 total, 8 up, 8 in 2024-07-27T19:09:20.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:19 smithi179 ceph-mon[89801]: osdmap e1573: 8 total, 8 up, 8 in 2024-07-27T19:09:20.767 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.SnapRollbackFailsToLockImage (2018 ms) 2024-07-27T19:09:20.767 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.SnapSetReleasesLock 2024-07-27T19:09:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:20 smithi029 ceph-mon[96870]: pgmap v2732: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 83 KiB/s rd, 11 KiB/s wr, 123 op/s 2024-07-27T19:09:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:20 smithi029 ceph-mon[96870]: osdmap e1574: 8 total, 8 up, 8 in 2024-07-27T19:09:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:20 smithi029 ceph-mon[99353]: pgmap v2732: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 83 KiB/s rd, 11 KiB/s wr, 123 op/s 2024-07-27T19:09:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:20 smithi029 ceph-mon[99353]: osdmap e1574: 8 total, 8 up, 8 in 2024-07-27T19:09:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:20 smithi179 ceph-mon[89801]: pgmap v2732: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 83 KiB/s rd, 11 KiB/s wr, 123 op/s 2024-07-27T19:09:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:20 smithi179 ceph-mon[89801]: osdmap e1574: 8 total, 8 up, 8 in 2024-07-27T19:09:22.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:21 smithi029 ceph-mon[96870]: osdmap e1575: 8 total, 8 up, 8 in 2024-07-27T19:09:22.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:21 smithi029 ceph-mon[99353]: osdmap e1575: 8 total, 8 up, 8 in 2024-07-27T19:09:22.064 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:21 smithi179 ceph-mon[89801]: osdmap e1575: 8 total, 8 up, 8 in 2024-07-27T19:09:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:09:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:09:22] "GET /metrics HTTP/1.1" 200 36445 "" "Prometheus/2.43.0" 2024-07-27T19:09:22.776 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.SnapSetReleasesLock (2008 ms) 2024-07-27T19:09:22.776 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.FlattenLocksImage 2024-07-27T19:09:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:22 smithi179 ceph-mon[89801]: pgmap v2735: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 4.7 KiB/s wr, 44 op/s 2024-07-27T19:09:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:22 smithi179 ceph-mon[89801]: osdmap e1576: 8 total, 8 up, 8 in 2024-07-27T19:09:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:22 smithi029 ceph-mon[96870]: pgmap v2735: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 4.7 KiB/s wr, 44 op/s 2024-07-27T19:09:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:22 smithi029 ceph-mon[96870]: osdmap e1576: 8 total, 8 up, 8 in 2024-07-27T19:09:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:22 smithi029 ceph-mon[99353]: pgmap v2735: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 4.7 KiB/s wr, 44 op/s 2024-07-27T19:09:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:22 smithi029 ceph-mon[99353]: osdmap e1576: 8 total, 8 up, 8 in 2024-07-27T19:09:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:23 smithi179 ceph-mon[89801]: osdmap e1577: 8 total, 8 up, 8 in 2024-07-27T19:09:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:23 smithi179 ceph-mon[89801]: osdmap e1578: 8 total, 8 up, 8 in 2024-07-27T19:09:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:09:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:23 smithi029 ceph-mon[96870]: osdmap e1577: 8 total, 8 up, 8 in 2024-07-27T19:09:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:23 smithi029 ceph-mon[96870]: osdmap e1578: 8 total, 8 up, 8 in 2024-07-27T19:09:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:09:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:23 smithi029 ceph-mon[99353]: osdmap e1577: 8 total, 8 up, 8 in 2024-07-27T19:09:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:23 smithi029 ceph-mon[99353]: osdmap e1578: 8 total, 8 up, 8 in 2024-07-27T19:09:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:09:24.600 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.FlattenLocksImage (1824 ms) 2024-07-27T19:09:24.600 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.FlattenFailsToLockImage 2024-07-27T19:09:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:24 smithi179 ceph-mon[89801]: pgmap v2738: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 60 KiB/s rd, 5.7 KiB/s wr, 85 op/s 2024-07-27T19:09:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:24 smithi179 ceph-mon[89801]: osdmap e1579: 8 total, 8 up, 8 in 2024-07-27T19:09:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:24 smithi029 ceph-mon[96870]: pgmap v2738: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 60 KiB/s rd, 5.7 KiB/s wr, 85 op/s 2024-07-27T19:09:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:24 smithi029 ceph-mon[96870]: osdmap e1579: 8 total, 8 up, 8 in 2024-07-27T19:09:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:24 smithi029 ceph-mon[99353]: pgmap v2738: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 60 KiB/s rd, 5.7 KiB/s wr, 85 op/s 2024-07-27T19:09:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:24 smithi029 ceph-mon[99353]: osdmap e1579: 8 total, 8 up, 8 in 2024-07-27T19:09:26.603 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.FlattenFailsToLockImage (2003 ms) 2024-07-27T19:09:26.603 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.WriteFailsToLockImageBlocklisted 2024-07-27T19:09:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:26 smithi179 ceph-mon[89801]: pgmap v2741: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 7.0 KiB/s wr, 102 op/s 2024-07-27T19:09:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:26 smithi179 ceph-mon[89801]: osdmap e1580: 8 total, 8 up, 8 in 2024-07-27T19:09:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:26 smithi029 ceph-mon[96870]: pgmap v2741: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 7.0 KiB/s wr, 102 op/s 2024-07-27T19:09:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:26 smithi029 ceph-mon[96870]: osdmap e1580: 8 total, 8 up, 8 in 2024-07-27T19:09:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:26 smithi029 ceph-mon[99353]: pgmap v2741: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 7.0 KiB/s wr, 102 op/s 2024-07-27T19:09:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:26 smithi029 ceph-mon[99353]: osdmap e1580: 8 total, 8 up, 8 in 2024-07-27T19:09:27.600 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.WriteFailsToLockImageBlocklisted (997 ms) 2024-07-27T19:09:27.600 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.WriteFailsToLockImageBlocklistedWatch 2024-07-27T19:09:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:27 smithi179 ceph-mon[89801]: osdmap e1581: 8 total, 8 up, 8 in 2024-07-27T19:09:27.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:27 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2253838040' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/2253838040"}]: dispatch 2024-07-27T19:09:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:27 smithi029 ceph-mon[99353]: osdmap e1581: 8 total, 8 up, 8 in 2024-07-27T19:09:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:27 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2253838040' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/2253838040"}]: dispatch 2024-07-27T19:09:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:27 smithi029 ceph-mon[96870]: osdmap e1581: 8 total, 8 up, 8 in 2024-07-27T19:09:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:27 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2253838040' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/2253838040"}]: dispatch 2024-07-27T19:09:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:28 smithi179 ceph-mon[89801]: pgmap v2744: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 191 KiB/s rd, 11 KiB/s wr, 252 op/s 2024-07-27T19:09:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:28 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2253838040' entity='client.admin' cmd='[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/2253838040"}]': finished 2024-07-27T19:09:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:28 smithi179 ceph-mon[89801]: osdmap e1582: 8 total, 8 up, 8 in 2024-07-27T19:09:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:28 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1966621669' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1966621669"}]: dispatch 2024-07-27T19:09:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:28 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1966621669"}]: dispatch 2024-07-27T19:09:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:28 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1966621669"}]': finished 2024-07-27T19:09:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:28 smithi179 ceph-mon[89801]: osdmap e1583: 8 total, 8 up, 8 in 2024-07-27T19:09:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[96870]: pgmap v2744: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 191 KiB/s rd, 11 KiB/s wr, 252 op/s 2024-07-27T19:09:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2253838040' entity='client.admin' cmd='[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/2253838040"}]': finished 2024-07-27T19:09:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[96870]: osdmap e1582: 8 total, 8 up, 8 in 2024-07-27T19:09:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1966621669' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1966621669"}]: dispatch 2024-07-27T19:09:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1966621669"}]: dispatch 2024-07-27T19:09:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1966621669"}]': finished 2024-07-27T19:09:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[96870]: osdmap e1583: 8 total, 8 up, 8 in 2024-07-27T19:09:29.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[99353]: pgmap v2744: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 191 KiB/s rd, 11 KiB/s wr, 252 op/s 2024-07-27T19:09:29.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2253838040' entity='client.admin' cmd='[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/2253838040"}]': finished 2024-07-27T19:09:29.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[99353]: osdmap e1582: 8 total, 8 up, 8 in 2024-07-27T19:09:29.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1966621669' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1966621669"}]: dispatch 2024-07-27T19:09:29.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1966621669"}]: dispatch 2024-07-27T19:09:29.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1966621669"}]': finished 2024-07-27T19:09:29.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:28 smithi029 ceph-mon[99353]: osdmap e1583: 8 total, 8 up, 8 in 2024-07-27T19:09:29.585 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.WriteFailsToLockImageBlocklistedWatch (1985 ms) 2024-07-27T19:09:29.585 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.AioWriteRequestsLock 2024-07-27T19:09:29.621 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.AioWriteRequestsLock (36 ms) 2024-07-27T19:09:29.621 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.AioDiscardRequestsLock 2024-07-27T19:09:29.651 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.AioDiscardRequestsLock (31 ms) 2024-07-27T19:09:29.652 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.CancelAsyncResize 2024-07-27T19:09:29.707 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.CancelAsyncResize (56 ms) 2024-07-27T19:09:29.708 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.MultipleResize 2024-07-27T19:09:29.766 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.MultipleResize (59 ms) 2024-07-27T19:09:29.767 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.Metadata 2024-07-27T19:09:29.818 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.Metadata (52 ms) 2024-07-27T19:09:29.818 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.MetadataConfApply 2024-07-27T19:09:29.848 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.MetadataConfApply (29 ms) 2024-07-27T19:09:29.848 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.SnapshotCopyup 2024-07-27T19:09:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:30 smithi179 ceph-mon[89801]: pgmap v2747: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 185 KiB/s rd, 11 KiB/s wr, 247 op/s 2024-07-27T19:09:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:30 smithi029 ceph-mon[96870]: pgmap v2747: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 185 KiB/s rd, 11 KiB/s wr, 247 op/s 2024-07-27T19:09:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:30 smithi029 ceph-mon[99353]: pgmap v2747: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 185 KiB/s rd, 11 KiB/s wr, 247 op/s 2024-07-27T19:09:31.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:31 smithi029 ceph-mon[96870]: osdmap e1584: 8 total, 8 up, 8 in 2024-07-27T19:09:31.902 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:31 smithi029 ceph-mon[99353]: osdmap e1584: 8 total, 8 up, 8 in 2024-07-27T19:09:31.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:31 smithi179 ceph-mon[89801]: osdmap e1584: 8 total, 8 up, 8 in 2024-07-27T19:09:32.606 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:09:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:09:32] "GET /metrics HTTP/1.1" 200 36444 "" "Prometheus/2.43.0" 2024-07-27T19:09:32.719 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.SnapshotCopyup (2871 ms) 2024-07-27T19:09:32.719 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.SnapshotCopyupZeros 2024-07-27T19:09:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:32 smithi179 ceph-mon[89801]: pgmap v2749: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 175 KiB/s rd, 13 KiB/s wr, 239 op/s 2024-07-27T19:09:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:32 smithi179 ceph-mon[89801]: osdmap e1585: 8 total, 8 up, 8 in 2024-07-27T19:09:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:32 smithi029 ceph-mon[99353]: pgmap v2749: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 175 KiB/s rd, 13 KiB/s wr, 239 op/s 2024-07-27T19:09:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:32 smithi029 ceph-mon[99353]: osdmap e1585: 8 total, 8 up, 8 in 2024-07-27T19:09:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:32 smithi029 ceph-mon[96870]: pgmap v2749: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 175 KiB/s rd, 13 KiB/s wr, 239 op/s 2024-07-27T19:09:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:32 smithi029 ceph-mon[96870]: osdmap e1585: 8 total, 8 up, 8 in 2024-07-27T19:09:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:33 smithi179 ceph-mon[89801]: osdmap e1586: 8 total, 8 up, 8 in 2024-07-27T19:09:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:33 smithi179 ceph-mon[89801]: osdmap e1587: 8 total, 8 up, 8 in 2024-07-27T19:09:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:33 smithi029 ceph-mon[96870]: osdmap e1586: 8 total, 8 up, 8 in 2024-07-27T19:09:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:33 smithi029 ceph-mon[96870]: osdmap e1587: 8 total, 8 up, 8 in 2024-07-27T19:09:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:33 smithi029 ceph-mon[99353]: osdmap e1586: 8 total, 8 up, 8 in 2024-07-27T19:09:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:33 smithi029 ceph-mon[99353]: osdmap e1587: 8 total, 8 up, 8 in 2024-07-27T19:09:34.661 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.SnapshotCopyupZeros (1942 ms) 2024-07-27T19:09:34.661 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.SnapshotCopyupZerosMigration 2024-07-27T19:09:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:34 smithi179 ceph-mon[89801]: pgmap v2752: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 190 KiB/s rd, 23 KiB/s wr, 266 op/s 2024-07-27T19:09:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:34 smithi029 ceph-mon[96870]: pgmap v2752: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 190 KiB/s rd, 23 KiB/s wr, 266 op/s 2024-07-27T19:09:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:34 smithi029 ceph-mon[99353]: pgmap v2752: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 190 KiB/s rd, 23 KiB/s wr, 266 op/s 2024-07-27T19:09:35.661 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.SnapshotCopyupZerosMigration (1000 ms) 2024-07-27T19:09:35.661 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.ResizeCopyup 2024-07-27T19:09:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:35 smithi179 ceph-mon[89801]: osdmap e1588: 8 total, 8 up, 8 in 2024-07-27T19:09:36.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:35 smithi029 ceph-mon[96870]: osdmap e1588: 8 total, 8 up, 8 in 2024-07-27T19:09:36.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:35 smithi029 ceph-mon[99353]: osdmap e1588: 8 total, 8 up, 8 in 2024-07-27T19:09:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:36 smithi179 ceph-mon[89801]: pgmap v2755: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 208 KiB/s rd, 24 KiB/s wr, 291 op/s 2024-07-27T19:09:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:36 smithi179 ceph-mon[89801]: osdmap e1589: 8 total, 8 up, 8 in 2024-07-27T19:09:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:36 smithi029 ceph-mon[96870]: pgmap v2755: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 208 KiB/s rd, 24 KiB/s wr, 291 op/s 2024-07-27T19:09:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:36 smithi029 ceph-mon[96870]: osdmap e1589: 8 total, 8 up, 8 in 2024-07-27T19:09:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:36 smithi029 ceph-mon[99353]: pgmap v2755: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 208 KiB/s rd, 24 KiB/s wr, 291 op/s 2024-07-27T19:09:37.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:36 smithi029 ceph-mon[99353]: osdmap e1589: 8 total, 8 up, 8 in 2024-07-27T19:09:37.710 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.ResizeCopyup (2049 ms) 2024-07-27T19:09:37.710 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.DiscardCopyup 2024-07-27T19:09:37.722 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_internal.cc:1056: Skipped 2024-07-27T19:09:37.722 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:09:37.722 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestInternal.DiscardCopyup (13 ms) 2024-07-27T19:09:37.722 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.ImageOptions 2024-07-27T19:09:37.732 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.ImageOptions (9 ms) 2024-07-27T19:09:37.732 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.WriteFullCopyup 2024-07-27T19:09:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:37 smithi179 ceph-mon[89801]: osdmap e1590: 8 total, 8 up, 8 in 2024-07-27T19:09:38.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:37 smithi029 ceph-mon[96870]: osdmap e1590: 8 total, 8 up, 8 in 2024-07-27T19:09:38.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:37 smithi029 ceph-mon[99353]: osdmap e1590: 8 total, 8 up, 8 in 2024-07-27T19:09:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:38 smithi179 ceph-mon[89801]: pgmap v2758: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 177 KiB/s rd, 16 KiB/s wr, 235 op/s 2024-07-27T19:09:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:38 smithi179 ceph-mon[89801]: osdmap e1591: 8 total, 8 up, 8 in 2024-07-27T19:09:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:38 smithi029 ceph-mon[96870]: pgmap v2758: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 177 KiB/s rd, 16 KiB/s wr, 235 op/s 2024-07-27T19:09:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:38 smithi029 ceph-mon[96870]: osdmap e1591: 8 total, 8 up, 8 in 2024-07-27T19:09:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:38 smithi029 ceph-mon[99353]: pgmap v2758: 137 pgs: 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 177 KiB/s rd, 16 KiB/s wr, 235 op/s 2024-07-27T19:09:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:38 smithi029 ceph-mon[99353]: osdmap e1591: 8 total, 8 up, 8 in 2024-07-27T19:09:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:39 smithi179 ceph-mon[89801]: osdmap e1592: 8 total, 8 up, 8 in 2024-07-27T19:09:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:09:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:39 smithi029 ceph-mon[96870]: osdmap e1592: 8 total, 8 up, 8 in 2024-07-27T19:09:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:09:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:39 smithi029 ceph-mon[99353]: osdmap e1592: 8 total, 8 up, 8 in 2024-07-27T19:09:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:09:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:40 smithi179 ceph-mon[89801]: pgmap v2761: 137 pgs: 137 active+clean; 8.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 224 KiB/s rd, 1.0 MiB/s wr, 314 op/s 2024-07-27T19:09:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:40 smithi179 ceph-mon[89801]: osdmap e1593: 8 total, 8 up, 8 in 2024-07-27T19:09:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:40 smithi029 ceph-mon[96870]: pgmap v2761: 137 pgs: 137 active+clean; 8.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 224 KiB/s rd, 1.0 MiB/s wr, 314 op/s 2024-07-27T19:09:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:40 smithi029 ceph-mon[96870]: osdmap e1593: 8 total, 8 up, 8 in 2024-07-27T19:09:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:40 smithi029 ceph-mon[99353]: pgmap v2761: 137 pgs: 137 active+clean; 8.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 224 KiB/s rd, 1.0 MiB/s wr, 314 op/s 2024-07-27T19:09:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:40 smithi029 ceph-mon[99353]: osdmap e1593: 8 total, 8 up, 8 in 2024-07-27T19:09:41.686 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.WriteFullCopyup (3954 ms) 2024-07-27T19:09:41.686 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.DiffIterateCloneOverwrite 2024-07-27T19:09:42.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:41 smithi029 ceph-mon[96870]: osdmap e1594: 8 total, 8 up, 8 in 2024-07-27T19:09:42.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:41 smithi029 ceph-mon[99353]: osdmap e1594: 8 total, 8 up, 8 in 2024-07-27T19:09:42.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:41 smithi179 ceph-mon[89801]: osdmap e1594: 8 total, 8 up, 8 in 2024-07-27T19:09:42.664 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:09:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:09:42] "GET /metrics HTTP/1.1" 200 36448 "" "Prometheus/2.43.0" 2024-07-27T19:09:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:42 smithi029 ceph-mon[96870]: pgmap v2764: 137 pgs: 137 active+clean; 8.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 90 KiB/s rd, 1.0 MiB/s wr, 146 op/s 2024-07-27T19:09:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:42 smithi029 ceph-mon[96870]: osdmap e1595: 8 total, 8 up, 8 in 2024-07-27T19:09:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:42 smithi029 ceph-mon[99353]: pgmap v2764: 137 pgs: 137 active+clean; 8.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 90 KiB/s rd, 1.0 MiB/s wr, 146 op/s 2024-07-27T19:09:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:42 smithi029 ceph-mon[99353]: osdmap e1595: 8 total, 8 up, 8 in 2024-07-27T19:09:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:42 smithi179 ceph-mon[89801]: pgmap v2764: 137 pgs: 137 active+clean; 8.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 90 KiB/s rd, 1.0 MiB/s wr, 146 op/s 2024-07-27T19:09:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:42 smithi179 ceph-mon[89801]: osdmap e1595: 8 total, 8 up, 8 in 2024-07-27T19:09:43.708 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.DiffIterateCloneOverwrite (2023 ms) 2024-07-27T19:09:43.708 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.TestCoR 2024-07-27T19:09:43.719 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_internal.cc:1313: Skipped 2024-07-27T19:09:43.719 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to disabled copy-on-read 2024-07-27T19:09:43.719 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestInternal.TestCoR (11 ms) 2024-07-27T19:09:43.719 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.FlattenNoEmptyObjects 2024-07-27T19:09:43.967 INFO:tasks.workunit.client.0.smithi029.stdout:made parent image "image400": 4194304K (1024 * 4K) 2024-07-27T19:09:43.967 INFO:tasks.workunit.client.0.smithi029.stdout:generated random write map: 2024-07-27T19:09:43.967 INFO:tasks.workunit.client.0.smithi029.stdout: [14 , 60337 ] 2024-07-27T19:09:43.967 INFO:tasks.workunit.client.0.smithi029.stdout: [64 , 262726 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [72 , 296326 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [76 , 314815 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [78 , 322917 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [95 , 391728 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [99 , 406833 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [109 , 448287 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [110 , 450983 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [142 , 583489 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [162 , 663674 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [178 , 731595 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [194 , 796888 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [202 , 828781 ] 2024-07-27T19:09:43.968 INFO:tasks.workunit.client.0.smithi029.stdout: [204 , 839058 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [205 , 842090 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [210 , 863284 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [234 , 960387 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [236 , 967815 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [242 , 992273 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [260 , 1067285 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [261 , 1071680 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [264 , 1083395 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [270 , 1107478 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [276 , 1132380 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [296 , 1212771 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [305 , 1251897 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [318 , 1305566 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [319 , 1308522 ] 2024-07-27T19:09:43.969 INFO:tasks.workunit.client.0.smithi029.stdout: [333 , 1364182 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [344 , 1410529 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [348 , 1428647 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [358 , 1468532 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [399 , 1634535 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [400 , 1639919 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [404 , 1655529 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [412 , 1691084 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [419 , 1716570 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [445 , 1825952 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [452 , 1851642 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [464 , 1902004 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [465 , 1907432 ] 2024-07-27T19:09:43.970 INFO:tasks.workunit.client.0.smithi029.stdout: [488 , 1999958 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [490 , 2009870 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [505 , 2068803 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [513 , 2103738 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [514 , 2105564 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [515 , 2109483 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [531 , 2177684 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [534 , 2187672 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [539 , 2209442 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [541 , 2216248 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [548 , 2246350 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [569 , 2333642 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [584 , 2395556 ] 2024-07-27T19:09:43.971 INFO:tasks.workunit.client.0.smithi029.stdout: [623 , 2552160 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [638 , 2614458 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [641 , 2627682 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [652 , 2673680 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [660 , 2705822 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [672 , 2754041 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [674 , 2761322 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [693 , 2838931 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [694 , 2845769 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [709 , 2905630 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [723 , 2963837 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [730 , 2991728 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [731 , 2994769 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [733 , 3005510 ] 2024-07-27T19:09:43.972 INFO:tasks.workunit.client.0.smithi029.stdout: [757 , 3104212 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [765 , 3136204 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [768 , 3146713 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [770 , 3154576 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [771 , 3159418 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [790 , 3236263 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [821 , 3363211 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [826 , 3384492 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [830 , 3400738 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [844 , 3459104 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [847 , 3471015 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [858 , 3516155 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [861 , 3528794 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [912 , 3738870 ] 2024-07-27T19:09:43.973 INFO:tasks.workunit.client.0.smithi029.stdout: [924 , 3786028 ] 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: [927 , 3800050 ] 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: [928 , 3801736 ] 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: [959 , 3929340 ] 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: [967 , 3963368 ] 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: [977 , 4005271 ] 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: [983 , 4028978 ] 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: [985 , 4036357 ] 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: [1002 , 4107427 ] 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: [1012 , 4146751 ] 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: [1015 , 4158917 ] 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: [1017 , 4166234 ] 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout:write data based on random map 2024-07-27T19:09:43.974 INFO:tasks.workunit.client.0.smithi029.stdout: write object-14 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-64 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-72 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-76 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-78 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-95 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-99 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-109 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-110 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-142 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-162 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-178 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-194 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-202 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-204 2024-07-27T19:09:43.975 INFO:tasks.workunit.client.0.smithi029.stdout: write object-205 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-210 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-234 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-236 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-242 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-260 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-261 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-264 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-270 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-276 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-296 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-305 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-318 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-319 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-333 2024-07-27T19:09:43.976 INFO:tasks.workunit.client.0.smithi029.stdout: write object-344 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-348 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-358 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-399 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-400 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-404 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-412 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-419 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-445 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-452 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-464 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-465 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-488 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-490 2024-07-27T19:09:43.977 INFO:tasks.workunit.client.0.smithi029.stdout: write object-505 2024-07-27T19:09:43.978 INFO:tasks.workunit.client.0.smithi029.stdout: write object-513 2024-07-27T19:09:43.978 INFO:tasks.workunit.client.0.smithi029.stdout: write object-514 2024-07-27T19:09:43.978 INFO:tasks.workunit.client.0.smithi029.stdout: write object-515 2024-07-27T19:09:43.978 INFO:tasks.workunit.client.0.smithi029.stdout: write object-531 2024-07-27T19:09:43.978 INFO:tasks.workunit.client.0.smithi029.stdout: write object-534 2024-07-27T19:09:43.978 INFO:tasks.workunit.client.0.smithi029.stdout: write object-539 2024-07-27T19:09:43.978 INFO:tasks.workunit.client.0.smithi029.stdout: write object-541 2024-07-27T19:09:43.978 INFO:tasks.workunit.client.0.smithi029.stdout: write object-548 2024-07-27T19:09:43.978 INFO:tasks.workunit.client.0.smithi029.stdout: write object-569 2024-07-27T19:09:43.978 INFO:tasks.workunit.client.0.smithi029.stdout: write object-584 2024-07-27T19:09:43.978 INFO:tasks.workunit.client.0.smithi029.stdout: write object-623 2024-07-27T19:09:43.978 INFO:tasks.workunit.client.0.smithi029.stdout: write object-638 2024-07-27T19:09:43.979 INFO:tasks.workunit.client.0.smithi029.stdout: write object-641 2024-07-27T19:09:43.979 INFO:tasks.workunit.client.0.smithi029.stdout: write object-652 2024-07-27T19:09:43.979 INFO:tasks.workunit.client.0.smithi029.stdout: write object-660 2024-07-27T19:09:43.979 INFO:tasks.workunit.client.0.smithi029.stdout: write object-672 2024-07-27T19:09:43.979 INFO:tasks.workunit.client.0.smithi029.stdout: write object-674 2024-07-27T19:09:43.979 INFO:tasks.workunit.client.0.smithi029.stdout: write object-693 2024-07-27T19:09:43.979 INFO:tasks.workunit.client.0.smithi029.stdout: write object-694 2024-07-27T19:09:43.979 INFO:tasks.workunit.client.0.smithi029.stdout: write object-709 2024-07-27T19:09:43.979 INFO:tasks.workunit.client.0.smithi029.stdout: write object-723 2024-07-27T19:09:43.979 INFO:tasks.workunit.client.0.smithi029.stdout: write object-730 2024-07-27T19:09:43.979 INFO:tasks.workunit.client.0.smithi029.stdout: write object-731 2024-07-27T19:09:43.979 INFO:tasks.workunit.client.0.smithi029.stdout: write object-733 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-757 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-765 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-768 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-770 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-771 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-790 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-821 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-826 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-830 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-844 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-847 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-858 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-861 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-912 2024-07-27T19:09:43.980 INFO:tasks.workunit.client.0.smithi029.stdout: write object-924 2024-07-27T19:09:43.981 INFO:tasks.workunit.client.0.smithi029.stdout: write object-927 2024-07-27T19:09:43.981 INFO:tasks.workunit.client.0.smithi029.stdout: write object-928 2024-07-27T19:09:43.981 INFO:tasks.workunit.client.0.smithi029.stdout: write object-959 2024-07-27T19:09:43.981 INFO:tasks.workunit.client.0.smithi029.stdout: write object-967 2024-07-27T19:09:43.981 INFO:tasks.workunit.client.0.smithi029.stdout: write object-977 2024-07-27T19:09:43.981 INFO:tasks.workunit.client.0.smithi029.stdout: write object-983 2024-07-27T19:09:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:43 smithi029 ceph-mon[96870]: osdmap e1596: 8 total, 8 up, 8 in 2024-07-27T19:09:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:43 smithi029 ceph-mon[99353]: osdmap e1596: 8 total, 8 up, 8 in 2024-07-27T19:09:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:43 smithi179 ceph-mon[89801]: osdmap e1596: 8 total, 8 up, 8 in 2024-07-27T19:09:44.869 INFO:tasks.workunit.client.0.smithi029.stdout: write object-985 2024-07-27T19:09:44.869 INFO:tasks.workunit.client.0.smithi029.stdout: write object-1002 2024-07-27T19:09:44.870 INFO:tasks.workunit.client.0.smithi029.stdout: write object-1012 2024-07-27T19:09:44.870 INFO:tasks.workunit.client.0.smithi029.stdout: write object-1015 2024-07-27T19:09:44.870 INFO:tasks.workunit.client.0.smithi029.stdout: write object-1017 2024-07-27T19:09:44.870 INFO:tasks.workunit.client.0.smithi029.stdout:verify written data by reading 2024-07-27T19:09:44.870 INFO:tasks.workunit.client.0.smithi029.stdout: read object-14 2024-07-27T19:09:44.870 INFO:tasks.workunit.client.0.smithi029.stdout:made snapshot "image400@parent_snap" and protect it 2024-07-27T19:09:44.870 INFO:tasks.workunit.client.0.smithi029.stdout:made and opened clone "image401" 2024-07-27T19:09:44.870 INFO:tasks.workunit.client.0.smithi029.stdout:flattening clone: "image401" 2024-07-27T19:09:44.871 INFO:tasks.workunit.client.0.smithi029.stdout:check whether child image has the same set of objects as parent 2024-07-27T19:09:44.871 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.FlattenNoEmptyObjects (1150 ms) 2024-07-27T19:09:44.871 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.PoolMetadataConfApply 2024-07-27T19:09:44.944 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.PoolMetadataConfApply (75 ms) 2024-07-27T19:09:44.944 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.Sparsify 2024-07-27T19:09:44.968 INFO:tasks.workunit.client.0.smithi029.stdout:sparsify_supported=1 2024-07-27T19:09:44.968 INFO:tasks.workunit.client.0.smithi029.stdout:sparse_read_supported=1 2024-07-27T19:09:44.997 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.Sparsify (52 ms) 2024-07-27T19:09:44.997 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.SparsifyClone 2024-07-27T19:09:45.000 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:44 smithi029 ceph-mon[99353]: pgmap v2767: 137 pgs: 137 active+clean; 8.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.0 MiB/s wr, 147 op/s 2024-07-27T19:09:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:44 smithi029 ceph-mon[99353]: osdmap e1597: 8 total, 8 up, 8 in 2024-07-27T19:09:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:44 smithi029 ceph-mon[96870]: pgmap v2767: 137 pgs: 137 active+clean; 8.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.0 MiB/s wr, 147 op/s 2024-07-27T19:09:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:44 smithi029 ceph-mon[96870]: osdmap e1597: 8 total, 8 up, 8 in 2024-07-27T19:09:45.001 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:09:44 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:09:44] ENGINE Bus STOPPING 2024-07-27T19:09:45.015 INFO:tasks.workunit.client.0.smithi029.stdout:sparsify_supported=1 2024-07-27T19:09:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:44 smithi179 ceph-mon[89801]: pgmap v2767: 137 pgs: 137 active+clean; 8.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.0 MiB/s wr, 147 op/s 2024-07-27T19:09:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:44 smithi179 ceph-mon[89801]: osdmap e1597: 8 total, 8 up, 8 in 2024-07-27T19:09:45.683 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:09:45] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T19:09:45.683 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:09:45] ENGINE Bus STOPPED 2024-07-27T19:09:45.683 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:09:45] ENGINE Bus STARTING 2024-07-27T19:09:45.683 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:09:45] ENGINE Serving on http://:::9283 2024-07-27T19:09:45.683 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:09:45] ENGINE Bus STARTED 2024-07-27T19:09:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[99353]: osdmap e1598: 8 total, 8 up, 8 in 2024-07-27T19:09:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4116376499' entity='client.admin' 2024-07-27T19:09:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:09:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:09:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:09:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:09:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:09:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[96870]: osdmap e1598: 8 total, 8 up, 8 in 2024-07-27T19:09:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4116376499' entity='client.admin' 2024-07-27T19:09:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:09:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:09:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:09:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:09:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:45 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:09:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:45 smithi179 ceph-mon[89801]: osdmap e1598: 8 total, 8 up, 8 in 2024-07-27T19:09:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:45 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4116376499' entity='client.admin' 2024-07-27T19:09:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:09:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:09:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:09:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:09:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:45 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:09:46.933 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.SparsifyClone (1936 ms) 2024-07-27T19:09:46.933 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestInternal.MissingDataPool 2024-07-27T19:09:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:46 smithi029 ceph-mon[96870]: pgmap v2770: 137 pgs: 137 active+clean; 8.7 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.3 MiB/s wr, 242 op/s 2024-07-27T19:09:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:46 smithi029 ceph-mon[96870]: Health check failed: Telemetry requires re-opt-in (TELEMETRY_CHANGED) 2024-07-27T19:09:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:46 smithi029 ceph-mon[96870]: osdmap e1599: 8 total, 8 up, 8 in 2024-07-27T19:09:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:46 smithi029 ceph-mon[99353]: pgmap v2770: 137 pgs: 137 active+clean; 8.7 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.3 MiB/s wr, 242 op/s 2024-07-27T19:09:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:46 smithi029 ceph-mon[99353]: Health check failed: Telemetry requires re-opt-in (TELEMETRY_CHANGED) 2024-07-27T19:09:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:46 smithi029 ceph-mon[99353]: osdmap e1599: 8 total, 8 up, 8 in 2024-07-27T19:09:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:46 smithi179 ceph-mon[89801]: pgmap v2770: 137 pgs: 137 active+clean; 8.7 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.3 MiB/s wr, 242 op/s 2024-07-27T19:09:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:46 smithi179 ceph-mon[89801]: Health check failed: Telemetry requires re-opt-in (TELEMETRY_CHANGED) 2024-07-27T19:09:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:46 smithi179 ceph-mon[89801]: osdmap e1599: 8 total, 8 up, 8 in 2024-07-27T19:09:48.052 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestInternal.MissingDataPool (1119 ms) 2024-07-27T19:09:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:47 smithi029 ceph-mon[96870]: pgmap v2772: 137 pgs: 137 active+clean; 8.8 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 77 KiB/s wr, 419 op/s 2024-07-27T19:09:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:47 smithi029 ceph-mon[96870]: osdmap e1600: 8 total, 8 up, 8 in 2024-07-27T19:09:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:47 smithi029 ceph-mon[99353]: pgmap v2772: 137 pgs: 137 active+clean; 8.8 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 77 KiB/s wr, 419 op/s 2024-07-27T19:09:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:47 smithi029 ceph-mon[99353]: osdmap e1600: 8 total, 8 up, 8 in 2024-07-27T19:09:48.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:47 smithi179 ceph-mon[89801]: pgmap v2772: 137 pgs: 137 active+clean; 8.8 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 77 KiB/s wr, 419 op/s 2024-07-27T19:09:48.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:47 smithi179 ceph-mon[89801]: osdmap e1600: 8 total, 8 up, 8 in 2024-07-27T19:09:48.588 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 34 tests from TestInternal (35351 ms total) 2024-07-27T19:09:48.588 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:09:48.588 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 17 tests from TestImageWatcher 2024-07-27T19:09:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:49 smithi179 ceph-mon[89801]: osdmap e1601: 8 total, 8 up, 8 in 2024-07-27T19:09:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:49 smithi179 ceph-mon[89801]: osdmap e1602: 8 total, 8 up, 8 in 2024-07-27T19:09:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:49 smithi029 ceph-mon[99353]: osdmap e1601: 8 total, 8 up, 8 in 2024-07-27T19:09:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:49 smithi029 ceph-mon[99353]: osdmap e1602: 8 total, 8 up, 8 in 2024-07-27T19:09:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:49 smithi029 ceph-mon[96870]: osdmap e1601: 8 total, 8 up, 8 in 2024-07-27T19:09:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:49 smithi029 ceph-mon[96870]: osdmap e1602: 8 total, 8 up, 8 in 2024-07-27T19:09:50.597 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifyHeaderUpdate 2024-07-27T19:09:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:50 smithi179 ceph-mon[89801]: pgmap v2776: 105 pgs: 105 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:50 smithi179 ceph-mon[89801]: osdmap e1603: 8 total, 8 up, 8 in 2024-07-27T19:09:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:50 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3389843158' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:50 smithi029 ceph-mon[96870]: pgmap v2776: 105 pgs: 105 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:50 smithi029 ceph-mon[96870]: osdmap e1603: 8 total, 8 up, 8 in 2024-07-27T19:09:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:50 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3389843158' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:50 smithi029 ceph-mon[99353]: pgmap v2776: 105 pgs: 105 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:50 smithi029 ceph-mon[99353]: osdmap e1603: 8 total, 8 up, 8 in 2024-07-27T19:09:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:50 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3389843158' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:51.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:51 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3389843158' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-14","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:09:51.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:51 smithi179 ceph-mon[89801]: osdmap e1604: 8 total, 8 up, 8 in 2024-07-27T19:09:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:51 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3389843158' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-14","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:09:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:51 smithi029 ceph-mon[96870]: osdmap e1604: 8 total, 8 up, 8 in 2024-07-27T19:09:52.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:51 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3389843158' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-14","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:09:52.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:51 smithi029 ceph-mon[99353]: osdmap e1604: 8 total, 8 up, 8 in 2024-07-27T19:09:52.604 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:09:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:09:52] "GET /metrics HTTP/1.1" 200 36448 "" "Prometheus/2.43.0" 2024-07-27T19:09:52.637 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifyHeaderUpdate (2040 ms) 2024-07-27T19:09:52.637 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifyFlatten 2024-07-27T19:09:52.662 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifyFlatten (25 ms) 2024-07-27T19:09:52.662 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifyResize 2024-07-27T19:09:52.685 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifyResize (23 ms) 2024-07-27T19:09:52.686 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifyRebuildObjectMap 2024-07-27T19:09:52.712 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifyRebuildObjectMap (27 ms) 2024-07-27T19:09:52.713 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifyUpdateFeatures 2024-07-27T19:09:52.735 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifyUpdateFeatures (22 ms) 2024-07-27T19:09:52.735 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifySnapCreate 2024-07-27T19:09:52.756 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifySnapCreate (22 ms) 2024-07-27T19:09:52.756 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifySnapCreateError 2024-07-27T19:09:52.776 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifySnapCreateError (20 ms) 2024-07-27T19:09:52.776 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifySnapRename 2024-07-27T19:09:52.799 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifySnapRename (23 ms) 2024-07-27T19:09:52.800 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifySnapRenameError 2024-07-27T19:09:52.821 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifySnapRenameError (21 ms) 2024-07-27T19:09:52.821 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifySnapRemove 2024-07-27T19:09:52.842 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifySnapRemove (22 ms) 2024-07-27T19:09:52.842 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifySnapProtect 2024-07-27T19:09:52.861 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifySnapProtect (19 ms) 2024-07-27T19:09:52.861 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifySnapUnprotect 2024-07-27T19:09:52.881 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifySnapUnprotect (20 ms) 2024-07-27T19:09:52.881 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifyRename 2024-07-27T19:09:52.901 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifyRename (20 ms) 2024-07-27T19:09:52.901 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifyAsyncTimedOut 2024-07-27T19:09:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:52 smithi179 ceph-mon[89801]: pgmap v2779: 137 pgs: 32 unknown, 105 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:52 smithi179 ceph-mon[89801]: osdmap e1605: 8 total, 8 up, 8 in 2024-07-27T19:09:52.920 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifyAsyncTimedOut (19 ms) 2024-07-27T19:09:52.920 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifyAsyncError 2024-07-27T19:09:52.943 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifyAsyncError (22 ms) 2024-07-27T19:09:52.943 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifyAsyncCompleteError 2024-07-27T19:09:52.965 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifyAsyncCompleteError (22 ms) 2024-07-27T19:09:52.965 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestImageWatcher.NotifyAsyncRequestTimedOut 2024-07-27T19:09:52.984 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestImageWatcher.NotifyAsyncRequestTimedOut (19 ms) 2024-07-27T19:09:53.000 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:52 smithi029 ceph-mon[99353]: pgmap v2779: 137 pgs: 32 unknown, 105 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:52 smithi029 ceph-mon[99353]: osdmap e1605: 8 total, 8 up, 8 in 2024-07-27T19:09:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:52 smithi029 ceph-mon[96870]: pgmap v2779: 137 pgs: 32 unknown, 105 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:52 smithi029 ceph-mon[96870]: osdmap e1605: 8 total, 8 up, 8 in 2024-07-27T19:09:53.625 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 17 tests from TestImageWatcher (2387 ms total) 2024-07-27T19:09:53.625 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:09:53.625 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 170 tests from TestLibRBD 2024-07-27T19:09:53.669 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.CreateAndStat 2024-07-27T19:09:53.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:53 smithi179 ceph-mon[89801]: osdmap e1606: 8 total, 8 up, 8 in 2024-07-27T19:09:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:53 smithi029 ceph-mon[96870]: osdmap e1606: 8 total, 8 up, 8 in 2024-07-27T19:09:54.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:53 smithi029 ceph-mon[99353]: osdmap e1606: 8 total, 8 up, 8 in 2024-07-27T19:09:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:54 smithi179 ceph-mon[89801]: pgmap v2782: 137 pgs: 22 unknown, 115 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:54 smithi179 ceph-mon[89801]: osdmap e1607: 8 total, 8 up, 8 in 2024-07-27T19:09:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:54 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:09:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:09:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:54 smithi029 ceph-mon[99353]: pgmap v2782: 137 pgs: 22 unknown, 115 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:54 smithi029 ceph-mon[99353]: osdmap e1607: 8 total, 8 up, 8 in 2024-07-27T19:09:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:54 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:09:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:09:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:54 smithi029 ceph-mon[96870]: pgmap v2782: 137 pgs: 22 unknown, 115 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:54 smithi029 ceph-mon[96870]: osdmap e1607: 8 total, 8 up, 8 in 2024-07-27T19:09:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:54 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:09:55.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:09:55.633 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:55.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:55 smithi179 ceph-mon[89801]: osdmap e1608: 8 total, 8 up, 8 in 2024-07-27T19:09:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1790514985' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:55.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:55 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:55 smithi029 ceph-mon[96870]: osdmap e1608: 8 total, 8 up, 8 in 2024-07-27T19:09:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1790514985' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:55 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:55 smithi029 ceph-mon[99353]: osdmap e1608: 8 total, 8 up, 8 in 2024-07-27T19:09:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1790514985' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:56.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:55 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:56 smithi179 ceph-mon[89801]: pgmap v2785: 137 pgs: 32 unknown, 105 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:56 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:09:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:56 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-15","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:09:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:56 smithi179 ceph-mon[89801]: osdmap e1609: 8 total, 8 up, 8 in 2024-07-27T19:09:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:56 smithi029 ceph-mon[96870]: pgmap v2785: 137 pgs: 32 unknown, 105 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:56 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:09:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:56 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-15","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:09:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:56 smithi029 ceph-mon[96870]: osdmap e1609: 8 total, 8 up, 8 in 2024-07-27T19:09:57.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:56 smithi029 ceph-mon[99353]: pgmap v2785: 137 pgs: 32 unknown, 105 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:57.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:56 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:09:57.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:56 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-15","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:09:57.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:56 smithi029 ceph-mon[99353]: osdmap e1609: 8 total, 8 up, 8 in 2024-07-27T19:09:57.668 INFO:tasks.workunit.client.0.smithi029.stdout:image has size 2097152 and order 22 2024-07-27T19:09:57.668 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.CreateAndStat (3998 ms) 2024-07-27T19:09:57.668 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.CreateWithSameDataPool 2024-07-27T19:09:57.668 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.687 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.CreateWithSameDataPool (20 ms) 2024-07-27T19:09:57.688 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.CreateAndStatPP 2024-07-27T19:09:57.688 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.708 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.CreateAndStatPP (21 ms) 2024-07-27T19:09:57.708 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.GetId 2024-07-27T19:09:57.708 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.733 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.GetId (25 ms) 2024-07-27T19:09:57.733 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.GetIdPP 2024-07-27T19:09:57.734 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.760 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.GetIdPP (26 ms) 2024-07-27T19:09:57.760 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.GetBlockNamePrefix 2024-07-27T19:09:57.760 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.777 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.GetBlockNamePrefix (18 ms) 2024-07-27T19:09:57.777 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.GetBlockNamePrefixPP 2024-07-27T19:09:57.777 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.793 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.GetBlockNamePrefixPP (15 ms) 2024-07-27T19:09:57.793 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestGetCreateTimestamp 2024-07-27T19:09:57.793 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.810 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestGetCreateTimestamp (18 ms) 2024-07-27T19:09:57.811 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.GetCreateTimestampPP 2024-07-27T19:09:57.811 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.827 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.GetCreateTimestampPP (16 ms) 2024-07-27T19:09:57.827 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.OpenAio 2024-07-27T19:09:57.827 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.842 INFO:tasks.workunit.client.0.smithi029.stdout:image has size 2097152 and order 22 2024-07-27T19:09:57.843 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.OpenAio (16 ms) 2024-07-27T19:09:57.843 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.OpenAioFail 2024-07-27T19:09:57.845 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.OpenAioFail (3 ms) 2024-07-27T19:09:57.845 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.OpenAioPP 2024-07-27T19:09:57.845 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.867 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.OpenAioPP (21 ms) 2024-07-27T19:09:57.867 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.OpenAioFailPP 2024-07-27T19:09:57.869 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.OpenAioFailPP (3 ms) 2024-07-27T19:09:57.869 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ResizeAndStat 2024-07-27T19:09:57.869 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.903 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ResizeAndStat (34 ms) 2024-07-27T19:09:57.903 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ResizeAndStatPP 2024-07-27T19:09:57.903 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:57 smithi179 ceph-mon[89801]: osdmap e1610: 8 total, 8 up, 8 in 2024-07-27T19:09:57.933 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ResizeAndStatPP (29 ms) 2024-07-27T19:09:57.933 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.UpdateWatchAndResize 2024-07-27T19:09:57.933 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.964 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.UpdateWatchAndResize (31 ms) 2024-07-27T19:09:57.964 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.UpdateWatchAndResizePP 2024-07-27T19:09:57.964 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:57.999 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.UpdateWatchAndResizePP (36 ms) 2024-07-27T19:09:58.000 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCreateLsDelete 2024-07-27T19:09:58.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:57 smithi029 ceph-mon[96870]: osdmap e1610: 8 total, 8 up, 8 in 2024-07-27T19:09:58.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:57 smithi029 ceph-mon[99353]: osdmap e1610: 8 total, 8 up, 8 in 2024-07-27T19:09:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:58 smithi179 ceph-mon[89801]: pgmap v2788: 137 pgs: 23 unknown, 114 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:58 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:09:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:58 smithi179 ceph-mon[89801]: osdmap e1611: 8 total, 8 up, 8 in 2024-07-27T19:09:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:58 smithi029 ceph-mon[96870]: pgmap v2788: 137 pgs: 23 unknown, 114 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:58 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:09:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:58 smithi029 ceph-mon[96870]: osdmap e1611: 8 total, 8 up, 8 in 2024-07-27T19:09:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:58 smithi029 ceph-mon[99353]: pgmap v2788: 137 pgs: 23 unknown, 114 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:09:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:58 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:09:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:58 smithi029 ceph-mon[99353]: osdmap e1611: 8 total, 8 up, 8 in 2024-07-27T19:09:59.654 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:09:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: osdmap e1612: 8 total, 8 up, 8 in 2024-07-27T19:09:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1993783948' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:09:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:09:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:09:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:09:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:09:59.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:09:59.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:09:59.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:09:59.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:09:59.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:09:59.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:09:59.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:09:59.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:09:59.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-16","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:09:59.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:09:59 smithi179 ceph-mon[89801]: osdmap e1613: 8 total, 8 up, 8 in 2024-07-27T19:10:00.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: osdmap e1612: 8 total, 8 up, 8 in 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1993783948' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:00.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:00.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:00.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-16","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:00.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[96870]: osdmap e1613: 8 total, 8 up, 8 in 2024-07-27T19:10:00.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: osdmap e1612: 8 total, 8 up, 8 in 2024-07-27T19:10:00.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1993783948' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:00.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:00.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:10:00.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:00.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:00.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:00.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:00.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:00.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:00.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:00.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:00.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:00.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:00.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:00.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-16","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:00.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:09:59 smithi029 ceph-mon[99353]: osdmap e1613: 8 total, 8 up, 8 in 2024-07-27T19:10:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:00 smithi179 ceph-mon[89801]: pgmap v2791: 169 pgs: 40 unknown, 129 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 7.2 KiB/s wr, 44 op/s 2024-07-27T19:10:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:00 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:00 smithi179 ceph-mon[89801]: Health detail: HEALTH_WARN 1 pool(s) do not have an application enabled; Telemetry requires re-opt-in 2024-07-27T19:10:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:00 smithi179 ceph-mon[89801]: [WRN] POOL_APP_NOT_ENABLED: 1 pool(s) do not have an application enabled 2024-07-27T19:10:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:00 smithi179 ceph-mon[89801]: application not enabled on pool 'test-librbd-smithi029-149820-16' 2024-07-27T19:10:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:00 smithi179 ceph-mon[89801]: use 'ceph osd pool application enable ', where is 'cephfs', 'rbd', 'rgw', or freeform for custom applications. 2024-07-27T19:10:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:00 smithi179 ceph-mon[89801]: [WRN] TELEMETRY_CHANGED: Telemetry requires re-opt-in 2024-07-27T19:10:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:00 smithi179 ceph-mon[89801]: telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on` 2024-07-27T19:10:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:00 smithi179 ceph-mon[89801]: osdmap e1614: 8 total, 8 up, 8 in 2024-07-27T19:10:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[96870]: pgmap v2791: 169 pgs: 40 unknown, 129 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 7.2 KiB/s wr, 44 op/s 2024-07-27T19:10:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[96870]: Health detail: HEALTH_WARN 1 pool(s) do not have an application enabled; Telemetry requires re-opt-in 2024-07-27T19:10:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[96870]: [WRN] POOL_APP_NOT_ENABLED: 1 pool(s) do not have an application enabled 2024-07-27T19:10:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[96870]: application not enabled on pool 'test-librbd-smithi029-149820-16' 2024-07-27T19:10:01.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[96870]: use 'ceph osd pool application enable ', where is 'cephfs', 'rbd', 'rgw', or freeform for custom applications. 2024-07-27T19:10:01.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[96870]: [WRN] TELEMETRY_CHANGED: Telemetry requires re-opt-in 2024-07-27T19:10:01.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[96870]: telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on` 2024-07-27T19:10:01.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[96870]: osdmap e1614: 8 total, 8 up, 8 in 2024-07-27T19:10:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[99353]: pgmap v2791: 169 pgs: 40 unknown, 129 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 7.2 KiB/s wr, 44 op/s 2024-07-27T19:10:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[99353]: Health detail: HEALTH_WARN 1 pool(s) do not have an application enabled; Telemetry requires re-opt-in 2024-07-27T19:10:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[99353]: [WRN] POOL_APP_NOT_ENABLED: 1 pool(s) do not have an application enabled 2024-07-27T19:10:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[99353]: application not enabled on pool 'test-librbd-smithi029-149820-16' 2024-07-27T19:10:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[99353]: use 'ceph osd pool application enable ', where is 'cephfs', 'rbd', 'rgw', or freeform for custom applications. 2024-07-27T19:10:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[99353]: [WRN] TELEMETRY_CHANGED: Telemetry requires re-opt-in 2024-07-27T19:10:01.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[99353]: telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on` 2024-07-27T19:10:01.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:00 smithi029 ceph-mon[99353]: osdmap e1614: 8 total, 8 up, 8 in 2024-07-27T19:10:01.690 INFO:tasks.workunit.client.0.smithi029.stdout:image: image18 2024-07-27T19:10:01.690 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image18 2024-07-27T19:10:01.690 INFO:tasks.workunit.client.0.smithi029.stdout:found image18 2024-07-27T19:10:01.690 INFO:tasks.workunit.client.0.smithi029.stdout:erased image18 2024-07-27T19:10:01.691 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:01.781 INFO:tasks.workunit.client.0.smithi029.stdout:image: image18 2024-07-27T19:10:01.782 INFO:tasks.workunit.client.0.smithi029.stdout:image: image19 2024-07-27T19:10:01.782 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image18 2024-07-27T19:10:01.782 INFO:tasks.workunit.client.0.smithi029.stdout:found image18 2024-07-27T19:10:01.782 INFO:tasks.workunit.client.0.smithi029.stdout:erased image18 2024-07-27T19:10:01.782 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image19 2024-07-27T19:10:01.782 INFO:tasks.workunit.client.0.smithi029.stdout:found image19 2024-07-27T19:10:01.782 INFO:tasks.workunit.client.0.smithi029.stdout:erased image19 2024-07-27T19:10:01.782 INFO:tasks.workunit.client.0.smithi029.stdout:image: image19 2024-07-27T19:10:01.782 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image19 2024-07-27T19:10:01.782 INFO:tasks.workunit.client.0.smithi029.stdout:found image19 2024-07-27T19:10:01.782 INFO:tasks.workunit.client.0.smithi029.stdout:erased image19 2024-07-27T19:10:01.783 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCreateLsDelete (3782 ms) 2024-07-27T19:10:01.783 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCreateLsDeletePP 2024-07-27T19:10:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:01 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:01 smithi029 ceph-mon[96870]: osdmap e1615: 8 total, 8 up, 8 in 2024-07-27T19:10:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:01 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:01 smithi029 ceph-mon[99353]: osdmap e1615: 8 total, 8 up, 8 in 2024-07-27T19:10:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:01 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:01 smithi179 ceph-mon[89801]: osdmap e1615: 8 total, 8 up, 8 in 2024-07-27T19:10:02.709 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:10:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:10:02] "GET /metrics HTTP/1.1" 200 34104 "" "Prometheus/2.43.0" 2024-07-27T19:10:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:02 smithi029 ceph-mon[99353]: pgmap v2794: 169 pgs: 8 creating+peering, 24 unknown, 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 70 KiB/s rd, 9.7 KiB/s wr, 98 op/s 2024-07-27T19:10:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:02 smithi029 ceph-mon[96870]: pgmap v2794: 169 pgs: 8 creating+peering, 24 unknown, 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 70 KiB/s rd, 9.7 KiB/s wr, 98 op/s 2024-07-27T19:10:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:02 smithi179 ceph-mon[89801]: pgmap v2794: 169 pgs: 8 creating+peering, 24 unknown, 137 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 70 KiB/s rd, 9.7 KiB/s wr, 98 op/s 2024-07-27T19:10:03.163 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:10:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=cleanup t=2024-07-27T19:10:02.833469025Z level=info msg="Completed cleanup jobs" duration=1.245501ms 2024-07-27T19:10:03.732 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:03 smithi029 ceph-mon[96870]: osdmap e1616: 8 total, 8 up, 8 in 2024-07-27T19:10:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:03 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1468234149' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:03 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:03 smithi029 ceph-mon[99353]: osdmap e1616: 8 total, 8 up, 8 in 2024-07-27T19:10:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:03 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1468234149' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:03 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:03 smithi179 ceph-mon[89801]: osdmap e1616: 8 total, 8 up, 8 in 2024-07-27T19:10:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:03 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1468234149' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:03 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:04 smithi029 ceph-mon[96870]: pgmap v2797: 201 pgs: 8 creating+peering, 37 unknown, 156 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 156 KiB/s rd, 13 KiB/s wr, 211 op/s 2024-07-27T19:10:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:04 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:04 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-17","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:04 smithi029 ceph-mon[96870]: osdmap e1617: 8 total, 8 up, 8 in 2024-07-27T19:10:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:04 smithi029 ceph-mon[99353]: pgmap v2797: 201 pgs: 8 creating+peering, 37 unknown, 156 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 156 KiB/s rd, 13 KiB/s wr, 211 op/s 2024-07-27T19:10:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:04 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:04 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-17","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:05.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:04 smithi029 ceph-mon[99353]: osdmap e1617: 8 total, 8 up, 8 in 2024-07-27T19:10:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:04 smithi179 ceph-mon[89801]: pgmap v2797: 201 pgs: 8 creating+peering, 37 unknown, 156 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 156 KiB/s rd, 13 KiB/s wr, 211 op/s 2024-07-27T19:10:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:04 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:04 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-17","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:04 smithi179 ceph-mon[89801]: osdmap e1617: 8 total, 8 up, 8 in 2024-07-27T19:10:05.762 INFO:tasks.workunit.client.0.smithi029.stdout:num images is: 1 2024-07-27T19:10:05.763 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:10:05.763 INFO:tasks.workunit.client.0.smithi029.stdout:image: image20 2024-07-27T19:10:05.763 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image20 2024-07-27T19:10:05.763 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:05.773 INFO:tasks.workunit.client.0.smithi029.stdout:num images is: 2 2024-07-27T19:10:05.774 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:10:05.774 INFO:tasks.workunit.client.0.smithi029.stdout:image: image20 2024-07-27T19:10:05.774 INFO:tasks.workunit.client.0.smithi029.stdout:image: image21 2024-07-27T19:10:05.774 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image20 2024-07-27T19:10:05.774 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image21 2024-07-27T19:10:05.835 INFO:tasks.workunit.client.0.smithi029.stdout:num images is: 1 2024-07-27T19:10:05.835 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:10:05.836 INFO:tasks.workunit.client.0.smithi029.stdout:image: image21 2024-07-27T19:10:05.836 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image21 2024-07-27T19:10:05.836 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCreateLsDeletePP (4054 ms) 2024-07-27T19:10:05.836 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCopy 2024-07-27T19:10:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:05 smithi029 ceph-mon[96870]: osdmap e1618: 8 total, 8 up, 8 in 2024-07-27T19:10:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:05 smithi029 ceph-mon[99353]: osdmap e1618: 8 total, 8 up, 8 in 2024-07-27T19:10:06.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:05 smithi179 ceph-mon[89801]: osdmap e1618: 8 total, 8 up, 8 in 2024-07-27T19:10:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:06 smithi029 ceph-mon[96870]: pgmap v2800: 201 pgs: 9 creating+peering, 17 unknown, 175 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 135 KiB/s rd, 12 KiB/s wr, 186 op/s 2024-07-27T19:10:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:06 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:06 smithi029 ceph-mon[96870]: osdmap e1619: 8 total, 8 up, 8 in 2024-07-27T19:10:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:06 smithi029 ceph-mon[99353]: pgmap v2800: 201 pgs: 9 creating+peering, 17 unknown, 175 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 135 KiB/s rd, 12 KiB/s wr, 186 op/s 2024-07-27T19:10:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:06 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:06 smithi029 ceph-mon[99353]: osdmap e1619: 8 total, 8 up, 8 in 2024-07-27T19:10:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:06 smithi179 ceph-mon[89801]: pgmap v2800: 201 pgs: 9 creating+peering, 17 unknown, 175 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 135 KiB/s rd, 12 KiB/s wr, 186 op/s 2024-07-27T19:10:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:06 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:06 smithi179 ceph-mon[89801]: osdmap e1619: 8 total, 8 up, 8 in 2024-07-27T19:10:07.756 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:07 smithi029 ceph-mon[96870]: osdmap e1620: 8 total, 8 up, 8 in 2024-07-27T19:10:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:07 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/356992948' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:07 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:08.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:07 smithi029 ceph-mon[99353]: osdmap e1620: 8 total, 8 up, 8 in 2024-07-27T19:10:08.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:07 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/356992948' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:08.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:07 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:08.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:07 smithi179 ceph-mon[89801]: osdmap e1620: 8 total, 8 up, 8 in 2024-07-27T19:10:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:07 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/356992948' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:07 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[96870]: pgmap v2803: 233 pgs: 9 creating+peering, 39 unknown, 185 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2024-07-27T19:10:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-18","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[96870]: osdmap e1621: 8 total, 8 up, 8 in 2024-07-27T19:10:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[96870]: osdmap e1622: 8 total, 8 up, 8 in 2024-07-27T19:10:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:10:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[99353]: pgmap v2803: 233 pgs: 9 creating+peering, 39 unknown, 185 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2024-07-27T19:10:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-18","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[99353]: osdmap e1621: 8 total, 8 up, 8 in 2024-07-27T19:10:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[99353]: osdmap e1622: 8 total, 8 up, 8 in 2024-07-27T19:10:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:10:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:08 smithi179 ceph-mon[89801]: pgmap v2803: 233 pgs: 9 creating+peering, 39 unknown, 185 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2024-07-27T19:10:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:08 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:08 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-18","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:08 smithi179 ceph-mon[89801]: osdmap e1621: 8 total, 8 up, 8 in 2024-07-27T19:10:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:08 smithi179 ceph-mon[89801]: osdmap e1622: 8 total, 8 up, 8 in 2024-07-27T19:10:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:08 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:10:09.970 INFO:tasks.workunit.client.0.smithi029.stdout:image: image22 2024-07-27T19:10:09.971 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image22 2024-07-27T19:10:09.971 INFO:tasks.workunit.client.0.smithi029.stdout:found image22 2024-07-27T19:10:09.971 INFO:tasks.workunit.client.0.smithi029.stdout:erased image22 2024-07-27T19:10:09.971 INFO:tasks.workunit.client.0.smithi029.stdout:image: image22 2024-07-27T19:10:09.971 INFO:tasks.workunit.client.0.smithi029.stdout:image: image23 2024-07-27T19:10:09.971 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image22 2024-07-27T19:10:09.971 INFO:tasks.workunit.client.0.smithi029.stdout:found image22 2024-07-27T19:10:09.971 INFO:tasks.workunit.client.0.smithi029.stdout:erased image22 2024-07-27T19:10:09.971 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image23 2024-07-27T19:10:09.971 INFO:tasks.workunit.client.0.smithi029.stdout:found image23 2024-07-27T19:10:09.971 INFO:tasks.workunit.client.0.smithi029.stdout:erased image23 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:100.00% done 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:image: image22 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:image: image23 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:image: image24 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image22 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:found image22 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:erased image22 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image23 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:found image23 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:erased image23 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image24 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:found image24 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:erased image24 2024-07-27T19:10:09.972 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCopy (4135 ms) 2024-07-27T19:10:09.973 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCopyPP 2024-07-27T19:10:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:10 smithi179 ceph-mon[89801]: pgmap v2806: 233 pgs: 8 creating+peering, 18 unknown, 207 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 3.2 KiB/s wr, 45 op/s 2024-07-27T19:10:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:10 smithi179 ceph-mon[89801]: osdmap e1623: 8 total, 8 up, 8 in 2024-07-27T19:10:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:10 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:10 smithi029 ceph-mon[96870]: pgmap v2806: 233 pgs: 8 creating+peering, 18 unknown, 207 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 3.2 KiB/s wr, 45 op/s 2024-07-27T19:10:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:10 smithi029 ceph-mon[96870]: osdmap e1623: 8 total, 8 up, 8 in 2024-07-27T19:10:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:10 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:10 smithi029 ceph-mon[99353]: pgmap v2806: 233 pgs: 8 creating+peering, 18 unknown, 207 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 3.2 KiB/s wr, 45 op/s 2024-07-27T19:10:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:10 smithi029 ceph-mon[99353]: osdmap e1623: 8 total, 8 up, 8 in 2024-07-27T19:10:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:10 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:11.765 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:11 smithi179 ceph-mon[89801]: osdmap e1624: 8 total, 8 up, 8 in 2024-07-27T19:10:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:11 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4254225013' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:11 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:11 smithi029 ceph-mon[96870]: osdmap e1624: 8 total, 8 up, 8 in 2024-07-27T19:10:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:11 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4254225013' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:11 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:11 smithi029 ceph-mon[99353]: osdmap e1624: 8 total, 8 up, 8 in 2024-07-27T19:10:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:11 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4254225013' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:11 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:10:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:10:12] "GET /metrics HTTP/1.1" 200 43682 "" "Prometheus/2.43.0" 2024-07-27T19:10:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:12 smithi179 ceph-mon[89801]: pgmap v2809: 265 pgs: 8 creating+peering, 36 unknown, 221 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.2 KiB/s wr, 34 op/s 2024-07-27T19:10:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:12 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:12 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-19","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:12 smithi179 ceph-mon[89801]: osdmap e1625: 8 total, 8 up, 8 in 2024-07-27T19:10:13.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:12 smithi029 ceph-mon[96870]: pgmap v2809: 265 pgs: 8 creating+peering, 36 unknown, 221 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.2 KiB/s wr, 34 op/s 2024-07-27T19:10:13.217 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:12 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:13.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:12 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-19","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:13.218 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:12 smithi029 ceph-mon[96870]: osdmap e1625: 8 total, 8 up, 8 in 2024-07-27T19:10:13.218 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:12 smithi029 ceph-mon[99353]: pgmap v2809: 265 pgs: 8 creating+peering, 36 unknown, 221 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.2 KiB/s wr, 34 op/s 2024-07-27T19:10:13.218 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:12 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:13.218 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:12 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-19","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:13.218 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:12 smithi029 ceph-mon[99353]: osdmap e1625: 8 total, 8 up, 8 in 2024-07-27T19:10:13.905 INFO:tasks.workunit.client.0.smithi029.stdout:num images is: 1 2024-07-27T19:10:13.905 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:10:13.905 INFO:tasks.workunit.client.0.smithi029.stdout:image: image25 2024-07-27T19:10:13.905 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image25 2024-07-27T19:10:13.925 INFO:tasks.workunit.client.0.smithi029.stdout:num images is: 2 2024-07-27T19:10:13.925 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:10:13.926 INFO:tasks.workunit.client.0.smithi029.stdout:image: image25 2024-07-27T19:10:13.926 INFO:tasks.workunit.client.0.smithi029.stdout:image: image26 2024-07-27T19:10:13.926 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image25 2024-07-27T19:10:13.926 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image26 2024-07-27T19:10:13.973 INFO:tasks.workunit.client.0.smithi029.stdout:100.00% done 2024-07-27T19:10:13.973 INFO:tasks.workunit.client.0.smithi029.stdout:num images is: 3 2024-07-27T19:10:13.973 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 3 2024-07-27T19:10:13.973 INFO:tasks.workunit.client.0.smithi029.stdout:image: image25 2024-07-27T19:10:13.973 INFO:tasks.workunit.client.0.smithi029.stdout:image: image26 2024-07-27T19:10:13.973 INFO:tasks.workunit.client.0.smithi029.stdout:image: image27 2024-07-27T19:10:13.973 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image25 2024-07-27T19:10:13.973 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image26 2024-07-27T19:10:13.973 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image27 2024-07-27T19:10:14.007 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCopyPP (4036 ms) 2024-07-27T19:10:14.007 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestDeepCopy 2024-07-27T19:10:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:13 smithi179 ceph-mon[89801]: osdmap e1626: 8 total, 8 up, 8 in 2024-07-27T19:10:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:13 smithi179 ceph-mon[89801]: osdmap e1627: 8 total, 8 up, 8 in 2024-07-27T19:10:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:13 smithi029 ceph-mon[99353]: osdmap e1626: 8 total, 8 up, 8 in 2024-07-27T19:10:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:13 smithi029 ceph-mon[99353]: osdmap e1627: 8 total, 8 up, 8 in 2024-07-27T19:10:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:13 smithi029 ceph-mon[96870]: osdmap e1626: 8 total, 8 up, 8 in 2024-07-27T19:10:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:13 smithi029 ceph-mon[96870]: osdmap e1627: 8 total, 8 up, 8 in 2024-07-27T19:10:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:14 smithi179 ceph-mon[89801]: pgmap v2812: 265 pgs: 8 creating+peering, 16 unknown, 241 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 312 KiB/s rd, 21 KiB/s wr, 363 op/s 2024-07-27T19:10:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:14 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:14 smithi029 ceph-mon[99353]: pgmap v2812: 265 pgs: 8 creating+peering, 16 unknown, 241 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 312 KiB/s rd, 21 KiB/s wr, 363 op/s 2024-07-27T19:10:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:14 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:14 smithi029 ceph-mon[96870]: pgmap v2812: 265 pgs: 8 creating+peering, 16 unknown, 241 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 312 KiB/s rd, 21 KiB/s wr, 363 op/s 2024-07-27T19:10:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:14 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:15.790 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:15 smithi179 ceph-mon[89801]: osdmap e1628: 8 total, 8 up, 8 in 2024-07-27T19:10:16.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:15 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1857941045' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-20","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:15 smithi029 ceph-mon[99353]: osdmap e1628: 8 total, 8 up, 8 in 2024-07-27T19:10:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:15 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1857941045' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-20","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:15 smithi029 ceph-mon[96870]: osdmap e1628: 8 total, 8 up, 8 in 2024-07-27T19:10:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:15 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1857941045' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-20","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:16 smithi179 ceph-mon[89801]: pgmap v2815: 297 pgs: 32 unknown, 8 creating+peering, 257 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 361 KiB/s rd, 22 KiB/s wr, 418 op/s 2024-07-27T19:10:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:16 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:16 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1857941045' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-20","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:16 smithi179 ceph-mon[89801]: osdmap e1629: 8 total, 8 up, 8 in 2024-07-27T19:10:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:16 smithi029 ceph-mon[96870]: pgmap v2815: 297 pgs: 32 unknown, 8 creating+peering, 257 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 361 KiB/s rd, 22 KiB/s wr, 418 op/s 2024-07-27T19:10:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:16 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:16 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1857941045' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-20","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:17.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:16 smithi029 ceph-mon[96870]: osdmap e1629: 8 total, 8 up, 8 in 2024-07-27T19:10:17.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:16 smithi029 ceph-mon[99353]: pgmap v2815: 297 pgs: 32 unknown, 8 creating+peering, 257 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 361 KiB/s rd, 22 KiB/s wr, 418 op/s 2024-07-27T19:10:17.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:16 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:17.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:16 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1857941045' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-20","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:17.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:16 smithi029 ceph-mon[99353]: osdmap e1629: 8 total, 8 up, 8 in 2024-07-27T19:10:18.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:17 smithi179 ceph-mon[89801]: osdmap e1630: 8 total, 8 up, 8 in 2024-07-27T19:10:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:17 smithi029 ceph-mon[96870]: osdmap e1630: 8 total, 8 up, 8 in 2024-07-27T19:10:18.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:17 smithi029 ceph-mon[99353]: osdmap e1630: 8 total, 8 up, 8 in 2024-07-27T19:10:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:18 smithi179 ceph-mon[89801]: pgmap v2818: 297 pgs: 22 unknown, 275 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 87 KiB/s rd, 3.5 KiB/s wr, 100 op/s 2024-07-27T19:10:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:18 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:18 smithi179 ceph-mon[89801]: osdmap e1631: 8 total, 8 up, 8 in 2024-07-27T19:10:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:18 smithi179 ceph-mon[89801]: osdmap e1632: 8 total, 8 up, 8 in 2024-07-27T19:10:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:18 smithi029 ceph-mon[96870]: pgmap v2818: 297 pgs: 22 unknown, 275 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 87 KiB/s rd, 3.5 KiB/s wr, 100 op/s 2024-07-27T19:10:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:18 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:18 smithi029 ceph-mon[96870]: osdmap e1631: 8 total, 8 up, 8 in 2024-07-27T19:10:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:18 smithi029 ceph-mon[96870]: osdmap e1632: 8 total, 8 up, 8 in 2024-07-27T19:10:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:18 smithi029 ceph-mon[99353]: pgmap v2818: 297 pgs: 22 unknown, 275 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 87 KiB/s rd, 3.5 KiB/s wr, 100 op/s 2024-07-27T19:10:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:18 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:18 smithi029 ceph-mon[99353]: osdmap e1631: 8 total, 8 up, 8 in 2024-07-27T19:10:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:18 smithi029 ceph-mon[99353]: osdmap e1632: 8 total, 8 up, 8 in 2024-07-27T19:10:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:20 smithi179 ceph-mon[89801]: pgmap v2821: 297 pgs: 6 unknown, 291 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 330 KiB/s rd, 22 KiB/s wr, 390 op/s 2024-07-27T19:10:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:20 smithi179 ceph-mon[89801]: osdmap e1633: 8 total, 8 up, 8 in 2024-07-27T19:10:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:20 smithi029 ceph-mon[96870]: pgmap v2821: 297 pgs: 6 unknown, 291 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 330 KiB/s rd, 22 KiB/s wr, 390 op/s 2024-07-27T19:10:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:20 smithi029 ceph-mon[96870]: osdmap e1633: 8 total, 8 up, 8 in 2024-07-27T19:10:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:20 smithi029 ceph-mon[99353]: pgmap v2821: 297 pgs: 6 unknown, 291 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 330 KiB/s rd, 22 KiB/s wr, 390 op/s 2024-07-27T19:10:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:20 smithi029 ceph-mon[99353]: osdmap e1633: 8 total, 8 up, 8 in 2024-07-27T19:10:21.684 INFO:tasks.workunit.client.0.smithi029.stdout:image: image28 2024-07-27T19:10:21.684 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image28 2024-07-27T19:10:21.684 INFO:tasks.workunit.client.0.smithi029.stdout:found image28 2024-07-27T19:10:21.684 INFO:tasks.workunit.client.0.smithi029.stdout:erased image28 2024-07-27T19:10:21.684 INFO:tasks.workunit.client.0.smithi029.stdout:image: image28 2024-07-27T19:10:21.684 INFO:tasks.workunit.client.0.smithi029.stdout:image: image29 2024-07-27T19:10:21.684 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image28 2024-07-27T19:10:21.684 INFO:tasks.workunit.client.0.smithi029.stdout:found image28 2024-07-27T19:10:21.684 INFO:tasks.workunit.client.0.smithi029.stdout:erased image28 2024-07-27T19:10:21.684 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image29 2024-07-27T19:10:21.684 INFO:tasks.workunit.client.0.smithi029.stdout:found image29 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:erased image29 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:100.00% done 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:image: image28 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:image: image29 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:image: image30 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image28 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:found image28 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:erased image28 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image29 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:found image29 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:erased image29 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image30 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:found image30 2024-07-27T19:10:21.685 INFO:tasks.workunit.client.0.smithi029.stdout:erased image30 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:image: image28 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:image: image29 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:image: image30 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:image: image31 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image28 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:found image28 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:erased image28 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image29 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:found image29 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:erased image29 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image30 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:found image30 2024-07-27T19:10:21.686 INFO:tasks.workunit.client.0.smithi029.stdout:erased image30 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image31 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:found image31 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:erased image31 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:image: image28 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:image: image29 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:image: image30 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:image: image31 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:image: image32 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image28 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:found image28 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:erased image28 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image29 2024-07-27T19:10:21.687 INFO:tasks.workunit.client.0.smithi029.stdout:found image29 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:erased image29 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image30 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:found image30 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:erased image30 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image31 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:found image31 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:erased image31 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image32 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:found image32 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:erased image32 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:100.00% done 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:image: image28 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:image: image29 2024-07-27T19:10:21.688 INFO:tasks.workunit.client.0.smithi029.stdout:image: image30 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:image: image31 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:image: image32 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:image: image33 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image28 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:found image28 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:erased image28 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image29 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:found image29 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:erased image29 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image30 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:found image30 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:erased image30 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image31 2024-07-27T19:10:21.689 INFO:tasks.workunit.client.0.smithi029.stdout:found image31 2024-07-27T19:10:21.690 INFO:tasks.workunit.client.0.smithi029.stdout:erased image31 2024-07-27T19:10:21.690 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image32 2024-07-27T19:10:21.690 INFO:tasks.workunit.client.0.smithi029.stdout:found image32 2024-07-27T19:10:21.690 INFO:tasks.workunit.client.0.smithi029.stdout:erased image32 2024-07-27T19:10:21.690 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image33 2024-07-27T19:10:21.690 INFO:tasks.workunit.client.0.smithi029.stdout:found image33 2024-07-27T19:10:21.690 INFO:tasks.workunit.client.0.smithi029.stdout:erased image33 2024-07-27T19:10:21.690 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestDeepCopy (7677 ms) 2024-07-27T19:10:21.690 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestDeepCopyPP 2024-07-27T19:10:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:21 smithi179 ceph-mon[89801]: osdmap e1634: 8 total, 8 up, 8 in 2024-07-27T19:10:22.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:21 smithi029 ceph-mon[96870]: osdmap e1634: 8 total, 8 up, 8 in 2024-07-27T19:10:22.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:21 smithi029 ceph-mon[99353]: osdmap e1634: 8 total, 8 up, 8 in 2024-07-27T19:10:22.601 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:10:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:10:22] "GET /metrics HTTP/1.1" 200 43682 "" "Prometheus/2.43.0" 2024-07-27T19:10:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:22 smithi179 ceph-mon[89801]: pgmap v2824: 297 pgs: 297 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 315 KiB/s rd, 21 KiB/s wr, 370 op/s 2024-07-27T19:10:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:22 smithi179 ceph-mon[89801]: osdmap e1635: 8 total, 8 up, 8 in 2024-07-27T19:10:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:22 smithi029 ceph-mon[96870]: pgmap v2824: 297 pgs: 297 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 315 KiB/s rd, 21 KiB/s wr, 370 op/s 2024-07-27T19:10:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:22 smithi029 ceph-mon[96870]: osdmap e1635: 8 total, 8 up, 8 in 2024-07-27T19:10:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:22 smithi029 ceph-mon[99353]: pgmap v2824: 297 pgs: 297 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 315 KiB/s rd, 21 KiB/s wr, 370 op/s 2024-07-27T19:10:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:22 smithi029 ceph-mon[99353]: osdmap e1635: 8 total, 8 up, 8 in 2024-07-27T19:10:23.604 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:23.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:23 smithi179 ceph-mon[89801]: osdmap e1636: 8 total, 8 up, 8 in 2024-07-27T19:10:23.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:23 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2521949177' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-21","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:23.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:23 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-21","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:23.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:23 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-21","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:23.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:23 smithi179 ceph-mon[89801]: osdmap e1637: 8 total, 8 up, 8 in 2024-07-27T19:10:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:23 smithi029 ceph-mon[99353]: osdmap e1636: 8 total, 8 up, 8 in 2024-07-27T19:10:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:23 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2521949177' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-21","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:23 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-21","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:23 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-21","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:23 smithi029 ceph-mon[99353]: osdmap e1637: 8 total, 8 up, 8 in 2024-07-27T19:10:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:23 smithi029 ceph-mon[96870]: osdmap e1636: 8 total, 8 up, 8 in 2024-07-27T19:10:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:23 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2521949177' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-21","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:23 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-21","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:24.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:23 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-21","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:24.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:23 smithi029 ceph-mon[96870]: osdmap e1637: 8 total, 8 up, 8 in 2024-07-27T19:10:24.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:24 smithi179 ceph-mon[89801]: pgmap v2827: 329 pgs: 32 unknown, 297 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 426 KiB/s rd, 25 KiB/s wr, 510 op/s 2024-07-27T19:10:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:24 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:10:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:24 smithi179 ceph-mon[89801]: osdmap e1638: 8 total, 8 up, 8 in 2024-07-27T19:10:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:24 smithi029 ceph-mon[96870]: pgmap v2827: 329 pgs: 32 unknown, 297 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 426 KiB/s rd, 25 KiB/s wr, 510 op/s 2024-07-27T19:10:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:24 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:10:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:24 smithi029 ceph-mon[96870]: osdmap e1638: 8 total, 8 up, 8 in 2024-07-27T19:10:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:24 smithi029 ceph-mon[99353]: pgmap v2827: 329 pgs: 32 unknown, 297 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 426 KiB/s rd, 25 KiB/s wr, 510 op/s 2024-07-27T19:10:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:24 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:10:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:24 smithi029 ceph-mon[99353]: osdmap e1638: 8 total, 8 up, 8 in 2024-07-27T19:10:25.878 INFO:tasks.workunit.client.0.smithi029.stdout:num images is: 1 2024-07-27T19:10:25.879 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:10:25.879 INFO:tasks.workunit.client.0.smithi029.stdout:image: image34 2024-07-27T19:10:25.879 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image34 2024-07-27T19:10:25.905 INFO:tasks.workunit.client.0.smithi029.stdout:num images is: 2 2024-07-27T19:10:25.905 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:10:25.905 INFO:tasks.workunit.client.0.smithi029.stdout:image: image34 2024-07-27T19:10:25.906 INFO:tasks.workunit.client.0.smithi029.stdout:image: image35 2024-07-27T19:10:25.906 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image34 2024-07-27T19:10:25.906 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image35 2024-07-27T19:10:25.953 INFO:tasks.workunit.client.0.smithi029.stdout:100.00% done 2024-07-27T19:10:25.953 INFO:tasks.workunit.client.0.smithi029.stdout:num images is: 3 2024-07-27T19:10:25.953 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 3 2024-07-27T19:10:25.953 INFO:tasks.workunit.client.0.smithi029.stdout:image: image34 2024-07-27T19:10:25.953 INFO:tasks.workunit.client.0.smithi029.stdout:image: image35 2024-07-27T19:10:25.953 INFO:tasks.workunit.client.0.smithi029.stdout:image: image36 2024-07-27T19:10:25.953 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image34 2024-07-27T19:10:25.953 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image35 2024-07-27T19:10:25.954 INFO:tasks.workunit.client.0.smithi029.stdout:expected = image36 2024-07-27T19:10:25.982 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestDeepCopyPP (4299 ms) 2024-07-27T19:10:25.983 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCreateLsDeleteSnap 2024-07-27T19:10:25.983 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:26 smithi179 ceph-mon[89801]: pgmap v2830: 329 pgs: 5 creating+peering, 12 unknown, 312 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 524 KiB/s rd, 31 KiB/s wr, 625 op/s 2024-07-27T19:10:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:26 smithi179 ceph-mon[89801]: osdmap e1639: 8 total, 8 up, 8 in 2024-07-27T19:10:26.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:26 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:26 smithi029 ceph-mon[96870]: pgmap v2830: 329 pgs: 5 creating+peering, 12 unknown, 312 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 524 KiB/s rd, 31 KiB/s wr, 625 op/s 2024-07-27T19:10:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:26 smithi029 ceph-mon[96870]: osdmap e1639: 8 total, 8 up, 8 in 2024-07-27T19:10:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:26 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:26 smithi029 ceph-mon[99353]: pgmap v2830: 329 pgs: 5 creating+peering, 12 unknown, 312 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 524 KiB/s rd, 31 KiB/s wr, 625 op/s 2024-07-27T19:10:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:26 smithi029 ceph-mon[99353]: osdmap e1639: 8 total, 8 up, 8 in 2024-07-27T19:10:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:26 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:27.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:27 smithi179 ceph-mon[89801]: osdmap e1640: 8 total, 8 up, 8 in 2024-07-27T19:10:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:27 smithi029 ceph-mon[96870]: osdmap e1640: 8 total, 8 up, 8 in 2024-07-27T19:10:28.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:27 smithi029 ceph-mon[99353]: osdmap e1640: 8 total, 8 up, 8 in 2024-07-27T19:10:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:28 smithi179 ceph-mon[89801]: pgmap v2833: 329 pgs: 5 creating+peering, 5 unknown, 319 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 123 KiB/s rd, 8.0 KiB/s wr, 145 op/s 2024-07-27T19:10:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:28 smithi179 ceph-mon[89801]: osdmap e1641: 8 total, 8 up, 8 in 2024-07-27T19:10:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:28 smithi179 ceph-mon[89801]: osdmap e1642: 8 total, 8 up, 8 in 2024-07-27T19:10:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:28 smithi029 ceph-mon[96870]: pgmap v2833: 329 pgs: 5 creating+peering, 5 unknown, 319 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 123 KiB/s rd, 8.0 KiB/s wr, 145 op/s 2024-07-27T19:10:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:28 smithi029 ceph-mon[96870]: osdmap e1641: 8 total, 8 up, 8 in 2024-07-27T19:10:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:28 smithi029 ceph-mon[96870]: osdmap e1642: 8 total, 8 up, 8 in 2024-07-27T19:10:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:28 smithi029 ceph-mon[99353]: pgmap v2833: 329 pgs: 5 creating+peering, 5 unknown, 319 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 123 KiB/s rd, 8.0 KiB/s wr, 145 op/s 2024-07-27T19:10:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:28 smithi029 ceph-mon[99353]: osdmap e1641: 8 total, 8 up, 8 in 2024-07-27T19:10:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:28 smithi029 ceph-mon[99353]: osdmap e1642: 8 total, 8 up, 8 in 2024-07-27T19:10:29.652 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 1 2024-07-27T19:10:29.653 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:10:29.653 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap1 2024-07-27T19:10:29.653 INFO:tasks.workunit.client.0.smithi029.stdout:found snap1 with size 2097152 2024-07-27T19:10:29.653 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 2 2024-07-27T19:10:29.653 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:10:29.653 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap1 2024-07-27T19:10:29.653 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap2 2024-07-27T19:10:29.653 INFO:tasks.workunit.client.0.smithi029.stdout:found snap1 with size 2097152 2024-07-27T19:10:29.653 INFO:tasks.workunit.client.0.smithi029.stdout:found snap2 with size 4194304 2024-07-27T19:10:29.653 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 1 2024-07-27T19:10:29.653 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:10:29.654 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap2 2024-07-27T19:10:29.654 INFO:tasks.workunit.client.0.smithi029.stdout:found snap2 with size 4194304 2024-07-27T19:10:29.654 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 0 2024-07-27T19:10:29.654 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 0 2024-07-27T19:10:29.654 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCreateLsDeleteSnap (3670 ms) 2024-07-27T19:10:29.654 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestGetSnapShotTimeStamp 2024-07-27T19:10:29.654 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:30 smithi179 ceph-mon[89801]: pgmap v2836: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 290 KiB/s rd, 22 KiB/s wr, 351 op/s 2024-07-27T19:10:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:30 smithi179 ceph-mon[89801]: osdmap e1643: 8 total, 8 up, 8 in 2024-07-27T19:10:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:30 smithi029 ceph-mon[96870]: pgmap v2836: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 290 KiB/s rd, 22 KiB/s wr, 351 op/s 2024-07-27T19:10:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:30 smithi029 ceph-mon[96870]: osdmap e1643: 8 total, 8 up, 8 in 2024-07-27T19:10:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:30 smithi029 ceph-mon[99353]: pgmap v2836: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 290 KiB/s rd, 22 KiB/s wr, 351 op/s 2024-07-27T19:10:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:30 smithi029 ceph-mon[99353]: osdmap e1643: 8 total, 8 up, 8 in 2024-07-27T19:10:31.664 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestGetSnapShotTimeStamp (2012 ms) 2024-07-27T19:10:31.665 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCreateLsDeleteSnapPP 2024-07-27T19:10:31.665 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:31.902 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:31 smithi029 ceph-mon[96870]: osdmap e1644: 8 total, 8 up, 8 in 2024-07-27T19:10:31.903 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:31 smithi029 ceph-mon[99353]: osdmap e1644: 8 total, 8 up, 8 in 2024-07-27T19:10:31.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:31 smithi179 ceph-mon[89801]: osdmap e1644: 8 total, 8 up, 8 in 2024-07-27T19:10:32.640 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:10:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:10:32] "GET /metrics HTTP/1.1" 200 50911 "" "Prometheus/2.43.0" 2024-07-27T19:10:32.669 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 1 2024-07-27T19:10:32.669 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:10:32.669 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap1 2024-07-27T19:10:32.670 INFO:tasks.workunit.client.0.smithi029.stdout:found snap1 with size 2097152 2024-07-27T19:10:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:32 smithi179 ceph-mon[89801]: pgmap v2839: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 370 KiB/s rd, 25 KiB/s wr, 439 op/s 2024-07-27T19:10:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:32 smithi179 ceph-mon[89801]: osdmap e1645: 8 total, 8 up, 8 in 2024-07-27T19:10:32.916 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:32 smithi029 ceph-mon[96870]: pgmap v2839: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 370 KiB/s rd, 25 KiB/s wr, 439 op/s 2024-07-27T19:10:32.916 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:32 smithi029 ceph-mon[96870]: osdmap e1645: 8 total, 8 up, 8 in 2024-07-27T19:10:32.917 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:32 smithi029 ceph-mon[99353]: pgmap v2839: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 370 KiB/s rd, 25 KiB/s wr, 439 op/s 2024-07-27T19:10:32.917 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:32 smithi029 ceph-mon[99353]: osdmap e1645: 8 total, 8 up, 8 in 2024-07-27T19:10:33.616 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 2 2024-07-27T19:10:33.616 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:10:33.616 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap1 2024-07-27T19:10:33.616 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap2 2024-07-27T19:10:33.616 INFO:tasks.workunit.client.0.smithi029.stdout:found snap1 with size 2097152 2024-07-27T19:10:33.616 INFO:tasks.workunit.client.0.smithi029.stdout:found snap2 with size 4194304 2024-07-27T19:10:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:33 smithi179 ceph-mon[89801]: osdmap e1646: 8 total, 8 up, 8 in 2024-07-27T19:10:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:33 smithi179 ceph-mon[89801]: osdmap e1647: 8 total, 8 up, 8 in 2024-07-27T19:10:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:33 smithi029 ceph-mon[99353]: osdmap e1646: 8 total, 8 up, 8 in 2024-07-27T19:10:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:33 smithi029 ceph-mon[99353]: osdmap e1647: 8 total, 8 up, 8 in 2024-07-27T19:10:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:33 smithi029 ceph-mon[96870]: osdmap e1646: 8 total, 8 up, 8 in 2024-07-27T19:10:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:33 smithi029 ceph-mon[96870]: osdmap e1647: 8 total, 8 up, 8 in 2024-07-27T19:10:34.613 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 1 2024-07-27T19:10:34.613 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:10:34.613 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap2 2024-07-27T19:10:34.613 INFO:tasks.workunit.client.0.smithi029.stdout:found snap2 with size 4194304 2024-07-27T19:10:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:34 smithi179 ceph-mon[89801]: pgmap v2842: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 113 KiB/s rd, 5.2 KiB/s wr, 134 op/s 2024-07-27T19:10:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:34 smithi179 ceph-mon[89801]: osdmap e1648: 8 total, 8 up, 8 in 2024-07-27T19:10:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:34 smithi029 ceph-mon[96870]: pgmap v2842: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 113 KiB/s rd, 5.2 KiB/s wr, 134 op/s 2024-07-27T19:10:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:34 smithi029 ceph-mon[96870]: osdmap e1648: 8 total, 8 up, 8 in 2024-07-27T19:10:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:34 smithi029 ceph-mon[99353]: pgmap v2842: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 113 KiB/s rd, 5.2 KiB/s wr, 134 op/s 2024-07-27T19:10:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:34 smithi029 ceph-mon[99353]: osdmap e1648: 8 total, 8 up, 8 in 2024-07-27T19:10:35.612 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 0 2024-07-27T19:10:35.612 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 0 2024-07-27T19:10:35.623 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCreateLsDeleteSnapPP (3958 ms) 2024-07-27T19:10:35.623 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestGetNameIdSnapPP 2024-07-27T19:10:35.623 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:36 smithi179 ceph-mon[89801]: pgmap v2845: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 5.0 KiB/s wr, 67 op/s 2024-07-27T19:10:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:36 smithi179 ceph-mon[89801]: osdmap e1649: 8 total, 8 up, 8 in 2024-07-27T19:10:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:36 smithi029 ceph-mon[96870]: pgmap v2845: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 5.0 KiB/s wr, 67 op/s 2024-07-27T19:10:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:36 smithi029 ceph-mon[96870]: osdmap e1649: 8 total, 8 up, 8 in 2024-07-27T19:10:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:36 smithi029 ceph-mon[99353]: pgmap v2845: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 5.0 KiB/s wr, 67 op/s 2024-07-27T19:10:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:36 smithi029 ceph-mon[99353]: osdmap e1649: 8 total, 8 up, 8 in 2024-07-27T19:10:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:37 smithi179 ceph-mon[89801]: osdmap e1650: 8 total, 8 up, 8 in 2024-07-27T19:10:38.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:37 smithi029 ceph-mon[96870]: osdmap e1650: 8 total, 8 up, 8 in 2024-07-27T19:10:38.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:37 smithi029 ceph-mon[99353]: osdmap e1650: 8 total, 8 up, 8 in 2024-07-27T19:10:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:38 smithi179 ceph-mon[89801]: pgmap v2848: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 3.7 KiB/s wr, 33 op/s 2024-07-27T19:10:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:38 smithi179 ceph-mon[89801]: osdmap e1651: 8 total, 8 up, 8 in 2024-07-27T19:10:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:38 smithi179 ceph-mon[89801]: osdmap e1652: 8 total, 8 up, 8 in 2024-07-27T19:10:39.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:38 smithi029 ceph-mon[96870]: pgmap v2848: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 3.7 KiB/s wr, 33 op/s 2024-07-27T19:10:39.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:38 smithi029 ceph-mon[96870]: osdmap e1651: 8 total, 8 up, 8 in 2024-07-27T19:10:39.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:38 smithi029 ceph-mon[96870]: osdmap e1652: 8 total, 8 up, 8 in 2024-07-27T19:10:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:38 smithi029 ceph-mon[99353]: pgmap v2848: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 3.7 KiB/s wr, 33 op/s 2024-07-27T19:10:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:38 smithi029 ceph-mon[99353]: osdmap e1651: 8 total, 8 up, 8 in 2024-07-27T19:10:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:38 smithi029 ceph-mon[99353]: osdmap e1652: 8 total, 8 up, 8 in 2024-07-27T19:10:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:10:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:39 smithi029 ceph-mon[96870]: osdmap e1653: 8 total, 8 up, 8 in 2024-07-27T19:10:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:10:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:39 smithi029 ceph-mon[99353]: osdmap e1653: 8 total, 8 up, 8 in 2024-07-27T19:10:40.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:10:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:39 smithi179 ceph-mon[89801]: osdmap e1653: 8 total, 8 up, 8 in 2024-07-27T19:10:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:40 smithi029 ceph-mon[96870]: pgmap v2851: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 5.2 KiB/s wr, 53 op/s 2024-07-27T19:10:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:40 smithi029 ceph-mon[96870]: osdmap e1654: 8 total, 8 up, 8 in 2024-07-27T19:10:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:40 smithi029 ceph-mon[99353]: pgmap v2851: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 5.2 KiB/s wr, 53 op/s 2024-07-27T19:10:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:40 smithi029 ceph-mon[99353]: osdmap e1654: 8 total, 8 up, 8 in 2024-07-27T19:10:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:40 smithi179 ceph-mon[89801]: pgmap v2851: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 5.2 KiB/s wr, 53 op/s 2024-07-27T19:10:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:40 smithi179 ceph-mon[89801]: osdmap e1654: 8 total, 8 up, 8 in 2024-07-27T19:10:41.635 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 0 2024-07-27T19:10:41.636 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 0 2024-07-27T19:10:41.640 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestGetNameIdSnapPP (6017 ms) 2024-07-27T19:10:41.640 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCreateLsRenameSnapPP 2024-07-27T19:10:41.640 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:42.614 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:10:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:10:42] "GET /metrics HTTP/1.1" 200 50960 "" "Prometheus/2.43.0" 2024-07-27T19:10:42.645 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 1 2024-07-27T19:10:42.645 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:10:42.645 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap1 2024-07-27T19:10:42.645 INFO:tasks.workunit.client.0.smithi029.stdout:found snap1 with size 2097152 2024-07-27T19:10:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:42 smithi179 ceph-mon[89801]: pgmap v2854: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 7.2 KiB/s wr, 87 op/s 2024-07-27T19:10:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:42 smithi179 ceph-mon[89801]: osdmap e1655: 8 total, 8 up, 8 in 2024-07-27T19:10:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:42 smithi029 ceph-mon[99353]: pgmap v2854: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 7.2 KiB/s wr, 87 op/s 2024-07-27T19:10:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:42 smithi029 ceph-mon[99353]: osdmap e1655: 8 total, 8 up, 8 in 2024-07-27T19:10:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:42 smithi029 ceph-mon[96870]: pgmap v2854: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 7.2 KiB/s wr, 87 op/s 2024-07-27T19:10:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:42 smithi029 ceph-mon[96870]: osdmap e1655: 8 total, 8 up, 8 in 2024-07-27T19:10:43.621 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 2 2024-07-27T19:10:43.621 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:10:43.621 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap1 2024-07-27T19:10:43.621 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap2 2024-07-27T19:10:43.621 INFO:tasks.workunit.client.0.smithi029.stdout:found snap1 with size 2097152 2024-07-27T19:10:43.621 INFO:tasks.workunit.client.0.smithi029.stdout:found snap2 with size 4194304 2024-07-27T19:10:43.626 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 2 2024-07-27T19:10:43.626 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:10:43.626 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap1-rename 2024-07-27T19:10:43.626 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap2 2024-07-27T19:10:43.626 INFO:tasks.workunit.client.0.smithi029.stdout:found snap1-rename with size 2097152 2024-07-27T19:10:43.627 INFO:tasks.workunit.client.0.smithi029.stdout:found snap2 with size 4194304 2024-07-27T19:10:43.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:43 smithi179 ceph-mon[89801]: osdmap e1656: 8 total, 8 up, 8 in 2024-07-27T19:10:43.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:43 smithi179 ceph-mon[89801]: osdmap e1657: 8 total, 8 up, 8 in 2024-07-27T19:10:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:43 smithi029 ceph-mon[96870]: osdmap e1656: 8 total, 8 up, 8 in 2024-07-27T19:10:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:43 smithi029 ceph-mon[96870]: osdmap e1657: 8 total, 8 up, 8 in 2024-07-27T19:10:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:43 smithi029 ceph-mon[99353]: osdmap e1656: 8 total, 8 up, 8 in 2024-07-27T19:10:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:43 smithi029 ceph-mon[99353]: osdmap e1657: 8 total, 8 up, 8 in 2024-07-27T19:10:44.653 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 1 2024-07-27T19:10:44.653 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:10:44.653 INFO:tasks.workunit.client.0.smithi029.stdout:snap: snap2-rename 2024-07-27T19:10:44.653 INFO:tasks.workunit.client.0.smithi029.stdout:found snap2-rename with size 4194304 2024-07-27T19:10:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:44 smithi179 ceph-mon[89801]: pgmap v2857: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 31 KiB/s rd, 2.7 KiB/s wr, 41 op/s 2024-07-27T19:10:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:44 smithi029 ceph-mon[99353]: pgmap v2857: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 31 KiB/s rd, 2.7 KiB/s wr, 41 op/s 2024-07-27T19:10:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:44 smithi029 ceph-mon[96870]: pgmap v2857: 329 pgs: 329 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 31 KiB/s rd, 2.7 KiB/s wr, 41 op/s 2024-07-27T19:10:45.648 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 0 2024-07-27T19:10:45.648 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 0 2024-07-27T19:10:45.658 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCreateLsRenameSnapPP (4018 ms) 2024-07-27T19:10:45.658 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ConcurrentCreatesUnvalidatedPool 2024-07-27T19:10:45.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:45 smithi179 ceph-mon[89801]: osdmap e1658: 8 total, 8 up, 8 in 2024-07-27T19:10:45.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:45 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:10:45.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:45 smithi029 ceph-mon[96870]: osdmap e1658: 8 total, 8 up, 8 in 2024-07-27T19:10:45.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:45 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:10:45.951 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:45 smithi029 ceph-mon[99353]: osdmap e1658: 8 total, 8 up, 8 in 2024-07-27T19:10:45.951 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:45 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:10:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:46 smithi179 ceph-mon[89801]: pgmap v2860: 329 pgs: 329 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 59 KiB/s rd, 6.2 KiB/s wr, 81 op/s 2024-07-27T19:10:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:46 smithi179 ceph-mon[89801]: osdmap e1659: 8 total, 8 up, 8 in 2024-07-27T19:10:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:46 smithi029 ceph-mon[96870]: pgmap v2860: 329 pgs: 329 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 59 KiB/s rd, 6.2 KiB/s wr, 81 op/s 2024-07-27T19:10:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:46 smithi029 ceph-mon[96870]: osdmap e1659: 8 total, 8 up, 8 in 2024-07-27T19:10:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:46 smithi029 ceph-mon[99353]: pgmap v2860: 329 pgs: 329 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 59 KiB/s rd, 6.2 KiB/s wr, 81 op/s 2024-07-27T19:10:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:46 smithi029 ceph-mon[99353]: osdmap e1659: 8 total, 8 up, 8 in 2024-07-27T19:10:47.663 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:47.663 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:47.663 INFO:tasks.workunit.client.0.smithi029.stdout:using new format!using new format! 2024-07-27T19:10:47.663 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:10:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:47 smithi179 ceph-mon[89801]: osdmap e1660: 8 total, 8 up, 8 in 2024-07-27T19:10:47.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:47 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2832098721' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-22","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:47.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:47 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-22","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:47.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:47 smithi029 ceph-mon[96870]: osdmap e1660: 8 total, 8 up, 8 in 2024-07-27T19:10:47.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:47 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2832098721' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-22","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:47.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:47 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-22","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:47.942 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:47 smithi029 ceph-mon[99353]: osdmap e1660: 8 total, 8 up, 8 in 2024-07-27T19:10:47.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:47 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2832098721' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-22","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:47.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:47 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-22","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:48 smithi179 ceph-mon[89801]: pgmap v2863: 361 pgs: 32 unknown, 329 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 60 KiB/s rd, 6.0 KiB/s wr, 81 op/s 2024-07-27T19:10:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:48 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:48 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-22","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:48 smithi179 ceph-mon[89801]: osdmap e1661: 8 total, 8 up, 8 in 2024-07-27T19:10:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:48 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:48 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:48 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:48 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:48.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:48 smithi179 ceph-mon[89801]: osdmap e1662: 8 total, 8 up, 8 in 2024-07-27T19:10:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[96870]: pgmap v2863: 361 pgs: 32 unknown, 329 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 60 KiB/s rd, 6.0 KiB/s wr, 81 op/s 2024-07-27T19:10:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-22","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[96870]: osdmap e1661: 8 total, 8 up, 8 in 2024-07-27T19:10:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[96870]: osdmap e1662: 8 total, 8 up, 8 in 2024-07-27T19:10:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[99353]: pgmap v2863: 361 pgs: 32 unknown, 329 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 60 KiB/s rd, 6.0 KiB/s wr, 81 op/s 2024-07-27T19:10:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-22","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[99353]: osdmap e1661: 8 total, 8 up, 8 in 2024-07-27T19:10:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:48 smithi029 ceph-mon[99353]: osdmap e1662: 8 total, 8 up, 8 in 2024-07-27T19:10:49.889 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ConcurrentCreatesUnvalidatedPool (4231 ms) 2024-07-27T19:10:49.889 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.RemoveFullTry 2024-07-27T19:10:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:10:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:10:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:49 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:49 smithi179 ceph-mon[89801]: osdmap e1663: 8 total, 8 up, 8 in 2024-07-27T19:10:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:10:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:10:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:49 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:49 smithi029 ceph-mon[96870]: osdmap e1663: 8 total, 8 up, 8 in 2024-07-27T19:10:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:10:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:10:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:49 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:50.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:49 smithi029 ceph-mon[99353]: osdmap e1663: 8 total, 8 up, 8 in 2024-07-27T19:10:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:50 smithi179 ceph-mon[89801]: pgmap v2866: 361 pgs: 7 creating+peering, 19 unknown, 335 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 4 op/s 2024-07-27T19:10:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:50 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:50 smithi029 ceph-mon[96870]: pgmap v2866: 361 pgs: 7 creating+peering, 19 unknown, 335 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 4 op/s 2024-07-27T19:10:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:50 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:50 smithi029 ceph-mon[99353]: pgmap v2866: 361 pgs: 7 creating+peering, 19 unknown, 335 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 4 op/s 2024-07-27T19:10:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:50 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:52.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:51 smithi179 ceph-mon[89801]: osdmap e1664: 8 total, 8 up, 8 in 2024-07-27T19:10:52.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:51 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/39236807' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:51 smithi029 ceph-mon[96870]: osdmap e1664: 8 total, 8 up, 8 in 2024-07-27T19:10:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:51 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/39236807' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:52.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:51 smithi029 ceph-mon[99353]: osdmap e1664: 8 total, 8 up, 8 in 2024-07-27T19:10:52.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:51 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/39236807' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:10:52] "GET /metrics HTTP/1.1" 200 50960 "" "Prometheus/2.43.0" 2024-07-27T19:10:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:52 smithi179 ceph-mon[89801]: pgmap v2869: 393 pgs: 7 creating+peering, 39 unknown, 347 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.7 KiB/s wr, 25 op/s 2024-07-27T19:10:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:52 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:52 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/39236807' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:52 smithi179 ceph-mon[89801]: osdmap e1665: 8 total, 8 up, 8 in 2024-07-27T19:10:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:52 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:52 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-mon[96870]: pgmap v2869: 393 pgs: 7 creating+peering, 39 unknown, 347 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.7 KiB/s wr, 25 op/s 2024-07-27T19:10:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/39236807' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-mon[96870]: osdmap e1665: 8 total, 8 up, 8 in 2024-07-27T19:10:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-mon[99353]: pgmap v2869: 393 pgs: 7 creating+peering, 39 unknown, 347 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.7 KiB/s wr, 25 op/s 2024-07-27T19:10:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:10:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/39236807' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-mon[99353]: osdmap e1665: 8 total, 8 up, 8 in 2024-07-27T19:10:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:52 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:10:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:53 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rbd","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:53 smithi179 ceph-mon[89801]: osdmap e1666: 8 total, 8 up, 8 in 2024-07-27T19:10:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:53 smithi179 ceph-mon[89801]: osdmap e1667: 8 total, 8 up, 8 in 2024-07-27T19:10:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:10:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:53 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rbd","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:53 smithi029 ceph-mon[99353]: osdmap e1666: 8 total, 8 up, 8 in 2024-07-27T19:10:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:53 smithi029 ceph-mon[99353]: osdmap e1667: 8 total, 8 up, 8 in 2024-07-27T19:10:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:10:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:53 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-23","app": "rbd","yes_i_really_mean_it": true}]': finished 2024-07-27T19:10:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:53 smithi029 ceph-mon[96870]: osdmap e1666: 8 total, 8 up, 8 in 2024-07-27T19:10:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:53 smithi029 ceph-mon[96870]: osdmap e1667: 8 total, 8 up, 8 in 2024-07-27T19:10:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:10:54.627 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:10:54.941 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:10:54] ENGINE Bus STOPPING 2024-07-27T19:10:54.941 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:10:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T19:10:54.941 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:10:54] ENGINE Bus STOPPED 2024-07-27T19:10:54.941 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:10:54] ENGINE Bus STARTING 2024-07-27T19:10:54.941 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:10:54] ENGINE Serving on http://:::9283 2024-07-27T19:10:54.941 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:10:54] ENGINE Bus STARTED 2024-07-27T19:10:54.942 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: pgmap v2872: 393 pgs: 8 creating+peering, 16 unknown, 369 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 45 KiB/s rd, 3.7 KiB/s wr, 63 op/s 2024-07-27T19:10:54.942 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:54.942 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: osdmap e1668: 8 total, 8 up, 8 in 2024-07-27T19:10:54.942 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' 2024-07-27T19:10:54.942 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:10:54.942 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:10:54.942 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:10:54.942 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-23", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-23", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:54.943 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:54.944 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:54.944 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:54.944 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:54.944 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: pgmap v2872: 393 pgs: 8 creating+peering, 16 unknown, 369 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 45 KiB/s rd, 3.7 KiB/s wr, 63 op/s 2024-07-27T19:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: osdmap e1668: 8 total, 8 up, 8 in 2024-07-27T19:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' 2024-07-27T19:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:10:54.944 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-23", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-23", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:54.945 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:54.946 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:54.946 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:54.946 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:54.946 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:54.946 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:54.946 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:54.946 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:54.946 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:54.946 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:54.946 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:54.947 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:54.947 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:54.947 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:54.947 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:54.947 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:54.947 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:54.947 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:54.947 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:54.947 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:54.947 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:54.947 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:54.948 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:55.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: pgmap v2872: 393 pgs: 8 creating+peering, 16 unknown, 369 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 45 KiB/s rd, 3.7 KiB/s wr, 63 op/s 2024-07-27T19:10:55.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:10:55.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: osdmap e1668: 8 total, 8 up, 8 in 2024-07-27T19:10:55.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' 2024-07-27T19:10:55.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:10:55.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-23", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-23", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:55.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:10:55.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:10:55.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:10:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:56 smithi179 ceph-mon[89801]: pgmap v2875: 393 pgs: 8 creating+peering, 385 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 100 KiB/s rd, 8.2 KiB/s wr, 144 op/s 2024-07-27T19:10:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:56 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-23", "field": "max_bytes", "val": "10485760"}]': finished 2024-07-27T19:10:56.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:56 smithi179 ceph-mon[89801]: osdmap e1669: 8 total, 8 up, 8 in 2024-07-27T19:10:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:56 smithi029 ceph-mon[99353]: pgmap v2875: 393 pgs: 8 creating+peering, 385 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 100 KiB/s rd, 8.2 KiB/s wr, 144 op/s 2024-07-27T19:10:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:56 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-23", "field": "max_bytes", "val": "10485760"}]': finished 2024-07-27T19:10:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:56 smithi029 ceph-mon[99353]: osdmap e1669: 8 total, 8 up, 8 in 2024-07-27T19:10:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:56 smithi029 ceph-mon[96870]: pgmap v2875: 393 pgs: 8 creating+peering, 385 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 100 KiB/s rd, 8.2 KiB/s wr, 144 op/s 2024-07-27T19:10:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:56 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-23", "field": "max_bytes", "val": "10485760"}]': finished 2024-07-27T19:10:57.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:56 smithi029 ceph-mon[96870]: osdmap e1669: 8 total, 8 up, 8 in 2024-07-27T19:10:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:58 smithi179 ceph-mon[89801]: pgmap v2877: 393 pgs: 393 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 87 KiB/s rd, 7.4 KiB/s wr, 124 op/s 2024-07-27T19:10:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:10:58 smithi179 ceph-mon[89801]: osdmap e1670: 8 total, 8 up, 8 in 2024-07-27T19:10:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:58 smithi029 ceph-mon[99353]: pgmap v2877: 393 pgs: 393 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 87 KiB/s rd, 7.4 KiB/s wr, 124 op/s 2024-07-27T19:10:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:10:58 smithi029 ceph-mon[99353]: osdmap e1670: 8 total, 8 up, 8 in 2024-07-27T19:10:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:58 smithi029 ceph-mon[96870]: pgmap v2877: 393 pgs: 393 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 87 KiB/s rd, 7.4 KiB/s wr, 124 op/s 2024-07-27T19:10:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:10:58 smithi029 ceph-mon[96870]: osdmap e1670: 8 total, 8 up, 8 in 2024-07-27T19:11:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:00 smithi179 ceph-mon[89801]: pgmap v2879: 393 pgs: 393 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 5.8 KiB/s wr, 96 op/s 2024-07-27T19:11:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:00 smithi029 ceph-mon[96870]: pgmap v2879: 393 pgs: 393 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 5.8 KiB/s wr, 96 op/s 2024-07-27T19:11:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:00 smithi029 ceph-mon[99353]: pgmap v2879: 393 pgs: 393 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 5.8 KiB/s wr, 96 op/s 2024-07-27T19:11:02.634 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:11:02] "GET /metrics HTTP/1.1" 200 55723 "" "Prometheus/2.43.0" 2024-07-27T19:11:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:02 smithi179 ceph-mon[89801]: pgmap v2880: 393 pgs: 393 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 650 KiB/s wr, 17 op/s 2024-07-27T19:11:02.921 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:02 smithi029 ceph-mon[96870]: pgmap v2880: 393 pgs: 393 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 650 KiB/s wr, 17 op/s 2024-07-27T19:11:02.921 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:02 smithi029 ceph-mon[99353]: pgmap v2880: 393 pgs: 393 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 650 KiB/s wr, 17 op/s 2024-07-27T19:11:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:04 smithi179 ceph-mon[89801]: pgmap v2881: 393 pgs: 393 active+clean; 12 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 897 KiB/s wr, 14 op/s 2024-07-27T19:11:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:04 smithi179 ceph-mon[89801]: osdmap e1671: 8 total, 8 up, 8 in 2024-07-27T19:11:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:04 smithi029 ceph-mon[99353]: pgmap v2881: 393 pgs: 393 active+clean; 12 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 897 KiB/s wr, 14 op/s 2024-07-27T19:11:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:04 smithi029 ceph-mon[99353]: osdmap e1671: 8 total, 8 up, 8 in 2024-07-27T19:11:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:04 smithi029 ceph-mon[96870]: pgmap v2881: 393 pgs: 393 active+clean; 12 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 897 KiB/s wr, 14 op/s 2024-07-27T19:11:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:04 smithi029 ceph-mon[96870]: osdmap e1671: 8 total, 8 up, 8 in 2024-07-27T19:11:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:06 smithi179 ceph-mon[89801]: pgmap v2883: 393 pgs: 393 active+clean; 12 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.6 KiB/s rd, 896 KiB/s wr, 3 op/s 2024-07-27T19:11:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:06 smithi029 ceph-mon[96870]: pgmap v2883: 393 pgs: 393 active+clean; 12 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.6 KiB/s rd, 896 KiB/s wr, 3 op/s 2024-07-27T19:11:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:06 smithi029 ceph-mon[99353]: pgmap v2883: 393 pgs: 393 active+clean; 12 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.6 KiB/s rd, 896 KiB/s wr, 3 op/s 2024-07-27T19:11:08.827 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.RemoveFullTry (18939 ms) 2024-07-27T19:11:08.828 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.RemoveFullTryDataPool 2024-07-27T19:11:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:08 smithi179 ceph-mon[89801]: pgmap v2884: 393 pgs: 393 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 738 B/s rd, 1.2 MiB/s wr, 2 op/s 2024-07-27T19:11:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:08 smithi179 ceph-mon[89801]: pool 'test-librbd-smithi029-149820-23' is full (reached quota's max_bytes: 10 MiB) 2024-07-27T19:11:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:08 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) full (POOL_FULL) 2024-07-27T19:11:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:08 smithi179 ceph-mon[89801]: osdmap e1672: 8 total, 8 up, 8 in 2024-07-27T19:11:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:08 smithi029 ceph-mon[99353]: pgmap v2884: 393 pgs: 393 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 738 B/s rd, 1.2 MiB/s wr, 2 op/s 2024-07-27T19:11:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:08 smithi029 ceph-mon[99353]: pool 'test-librbd-smithi029-149820-23' is full (reached quota's max_bytes: 10 MiB) 2024-07-27T19:11:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:08 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) full (POOL_FULL) 2024-07-27T19:11:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:08 smithi029 ceph-mon[99353]: osdmap e1672: 8 total, 8 up, 8 in 2024-07-27T19:11:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:08 smithi029 ceph-mon[96870]: pgmap v2884: 393 pgs: 393 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 738 B/s rd, 1.2 MiB/s wr, 2 op/s 2024-07-27T19:11:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:08 smithi029 ceph-mon[96870]: pool 'test-librbd-smithi029-149820-23' is full (reached quota's max_bytes: 10 MiB) 2024-07-27T19:11:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:08 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) full (POOL_FULL) 2024-07-27T19:11:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:08 smithi029 ceph-mon[96870]: osdmap e1672: 8 total, 8 up, 8 in 2024-07-27T19:11:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:11:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:11:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:11:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:10 smithi029 ceph-mon[96870]: pgmap v2886: 393 pgs: 393 active+clean; 17 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.0 MiB/s wr, 3 op/s 2024-07-27T19:11:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:10 smithi029 ceph-mon[96870]: osdmap e1673: 8 total, 8 up, 8 in 2024-07-27T19:11:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:10 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2929596432' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:10 smithi029 ceph-mon[99353]: pgmap v2886: 393 pgs: 393 active+clean; 17 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.0 MiB/s wr, 3 op/s 2024-07-27T19:11:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:10 smithi029 ceph-mon[99353]: osdmap e1673: 8 total, 8 up, 8 in 2024-07-27T19:11:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:10 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2929596432' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:10 smithi179 ceph-mon[89801]: pgmap v2886: 393 pgs: 393 active+clean; 17 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.0 MiB/s wr, 3 op/s 2024-07-27T19:11:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:10 smithi179 ceph-mon[89801]: osdmap e1673: 8 total, 8 up, 8 in 2024-07-27T19:11:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:10 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2929596432' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:11 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2929596432' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:11:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:11 smithi029 ceph-mon[96870]: osdmap e1674: 8 total, 8 up, 8 in 2024-07-27T19:11:12.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:11 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2929596432' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:11:12.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:11 smithi029 ceph-mon[99353]: osdmap e1674: 8 total, 8 up, 8 in 2024-07-27T19:11:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:11 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2929596432' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:11:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:11 smithi179 ceph-mon[89801]: osdmap e1674: 8 total, 8 up, 8 in 2024-07-27T19:11:12.739 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:11:12] "GET /metrics HTTP/1.1" 200 55850 "" "Prometheus/2.43.0" 2024-07-27T19:11:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:12 smithi029 ceph-mon[99353]: pgmap v2889: 425 pgs: 32 unknown, 393 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.7 KiB/s rd, 854 KiB/s wr, 3 op/s 2024-07-27T19:11:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:12 smithi029 ceph-mon[99353]: osdmap e1675: 8 total, 8 up, 8 in 2024-07-27T19:11:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:12 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/577078638' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-25","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:12 smithi029 ceph-mon[96870]: pgmap v2889: 425 pgs: 32 unknown, 393 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.7 KiB/s rd, 854 KiB/s wr, 3 op/s 2024-07-27T19:11:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:12 smithi029 ceph-mon[96870]: osdmap e1675: 8 total, 8 up, 8 in 2024-07-27T19:11:13.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:12 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/577078638' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-25","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:12 smithi179 ceph-mon[89801]: pgmap v2889: 425 pgs: 32 unknown, 393 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.7 KiB/s rd, 854 KiB/s wr, 3 op/s 2024-07-27T19:11:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:12 smithi179 ceph-mon[89801]: osdmap e1675: 8 total, 8 up, 8 in 2024-07-27T19:11:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:12 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/577078638' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-25","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/577078638' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-25","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:11:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[96870]: osdmap e1676: 8 total, 8 up, 8 in 2024-07-27T19:11:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:14.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[96870]: pool 'test-librbd-smithi029-149820-23' no longer out of quota; removing NO_QUOTA flag 2024-07-27T19:11:14.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[96870]: Health check cleared: POOL_FULL (was: 1 pool(s) full) 2024-07-27T19:11:14.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rbd","yes_i_really_mean_it": true}]': finished 2024-07-27T19:11:14.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[96870]: osdmap e1677: 8 total, 8 up, 8 in 2024-07-27T19:11:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/577078638' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-25","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:11:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[99353]: osdmap e1676: 8 total, 8 up, 8 in 2024-07-27T19:11:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[99353]: pool 'test-librbd-smithi029-149820-23' no longer out of quota; removing NO_QUOTA flag 2024-07-27T19:11:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[99353]: Health check cleared: POOL_FULL (was: 1 pool(s) full) 2024-07-27T19:11:14.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rbd","yes_i_really_mean_it": true}]': finished 2024-07-27T19:11:14.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:13 smithi029 ceph-mon[99353]: osdmap e1677: 8 total, 8 up, 8 in 2024-07-27T19:11:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:13 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/577078638' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-25","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:11:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:13 smithi179 ceph-mon[89801]: osdmap e1676: 8 total, 8 up, 8 in 2024-07-27T19:11:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:13 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:13 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:13 smithi179 ceph-mon[89801]: pool 'test-librbd-smithi029-149820-23' no longer out of quota; removing NO_QUOTA flag 2024-07-27T19:11:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:13 smithi179 ceph-mon[89801]: Health check cleared: POOL_FULL (was: 1 pool(s) full) 2024-07-27T19:11:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:13 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-24","app": "rbd","yes_i_really_mean_it": true}]': finished 2024-07-27T19:11:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:13 smithi179 ceph-mon[89801]: osdmap e1677: 8 total, 8 up, 8 in 2024-07-27T19:11:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:14 smithi029 ceph-mon[96870]: pgmap v2892: 457 pgs: 11 creating+peering, 37 unknown, 409 active+clean; 5.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 257 KiB/s wr, 29 op/s 2024-07-27T19:11:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:14 smithi029 ceph-mon[96870]: osdmap e1678: 8 total, 8 up, 8 in 2024-07-27T19:11:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:14 smithi029 ceph-mon[99353]: pgmap v2892: 457 pgs: 11 creating+peering, 37 unknown, 409 active+clean; 5.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 257 KiB/s wr, 29 op/s 2024-07-27T19:11:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:14 smithi029 ceph-mon[99353]: osdmap e1678: 8 total, 8 up, 8 in 2024-07-27T19:11:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:14 smithi179 ceph-mon[89801]: pgmap v2892: 457 pgs: 11 creating+peering, 37 unknown, 409 active+clean; 5.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 257 KiB/s wr, 29 op/s 2024-07-27T19:11:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:14 smithi179 ceph-mon[89801]: osdmap e1678: 8 total, 8 up, 8 in 2024-07-27T19:11:15.643 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:11:15.942 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:11:15] ENGINE Bus STOPPING 2024-07-27T19:11:15.942 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:11:15] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T19:11:15.942 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:11:15] ENGINE Bus STOPPED 2024-07-27T19:11:15.942 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:11:15] ENGINE Bus STARTING 2024-07-27T19:11:15.942 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:11:15] ENGINE Serving on http://:::9283 2024-07-27T19:11:15.942 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:15 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:11:15] ENGINE Bus STARTED 2024-07-27T19:11:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: pgmap v2895: 457 pgs: 11 creating+peering, 7 unknown, 439 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 258 KiB/s wr, 39 op/s 2024-07-27T19:11:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: osdmap e1679: 8 total, 8 up, 8 in 2024-07-27T19:11:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' 2024-07-27T19:11:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:11:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:16.915 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:16.916 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: pgmap v2895: 457 pgs: 11 creating+peering, 7 unknown, 439 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 258 KiB/s wr, 39 op/s 2024-07-27T19:11:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: osdmap e1679: 8 total, 8 up, 8 in 2024-07-27T19:11:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' 2024-07-27T19:11:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:11:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:11:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:11:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:11:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:11:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:17.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:17.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:17.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:17.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:17.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:17.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:17.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:17.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:17.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:17.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:17.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:17.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:17.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:17.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:17.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:17.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: pgmap v2895: 457 pgs: 11 creating+peering, 7 unknown, 439 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 258 KiB/s wr, 39 op/s 2024-07-27T19:11:17.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: osdmap e1679: 8 total, 8 up, 8 in 2024-07-27T19:11:17.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' 2024-07-27T19:11:17.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:11:17.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:11:17.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:11:17.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:11:17.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:17.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:11:17.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:17.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:17.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:17.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:17.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:17.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:17.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:17.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:17.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:17.008 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:17.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:17 smithi179 ceph-mon[89801]: osdmap e1680: 8 total, 8 up, 8 in 2024-07-27T19:11:18.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:17 smithi029 ceph-mon[96870]: osdmap e1680: 8 total, 8 up, 8 in 2024-07-27T19:11:18.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:17 smithi029 ceph-mon[99353]: osdmap e1680: 8 total, 8 up, 8 in 2024-07-27T19:11:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:18 smithi179 ceph-mon[89801]: pgmap v2898: 457 pgs: 11 creating+peering, 446 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 1023 B/s wr, 21 op/s 2024-07-27T19:11:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:18 smithi179 ceph-mon[89801]: osdmap e1681: 8 total, 8 up, 8 in 2024-07-27T19:11:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:18 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-25", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:11:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:18 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-25", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:11:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:18 smithi029 ceph-mon[99353]: pgmap v2898: 457 pgs: 11 creating+peering, 446 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 1023 B/s wr, 21 op/s 2024-07-27T19:11:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:18 smithi029 ceph-mon[99353]: osdmap e1681: 8 total, 8 up, 8 in 2024-07-27T19:11:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:18 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-25", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:11:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:18 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-25", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:11:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:18 smithi029 ceph-mon[96870]: pgmap v2898: 457 pgs: 11 creating+peering, 446 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 1023 B/s wr, 21 op/s 2024-07-27T19:11:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:18 smithi029 ceph-mon[96870]: osdmap e1681: 8 total, 8 up, 8 in 2024-07-27T19:11:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:18 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-25", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:11:19.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:18 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-25", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:11:19.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:19 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-25", "field": "max_bytes", "val": "10485760"}]': finished 2024-07-27T19:11:19.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:19 smithi179 ceph-mon[89801]: osdmap e1682: 8 total, 8 up, 8 in 2024-07-27T19:11:20.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:19 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-25", "field": "max_bytes", "val": "10485760"}]': finished 2024-07-27T19:11:20.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:19 smithi029 ceph-mon[96870]: osdmap e1682: 8 total, 8 up, 8 in 2024-07-27T19:11:20.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:19 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-25", "field": "max_bytes", "val": "10485760"}]': finished 2024-07-27T19:11:20.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:19 smithi029 ceph-mon[99353]: osdmap e1682: 8 total, 8 up, 8 in 2024-07-27T19:11:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:20 smithi179 ceph-mon[89801]: pgmap v2901: 457 pgs: 457 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 1023 B/s wr, 13 op/s 2024-07-27T19:11:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:20 smithi029 ceph-mon[96870]: pgmap v2901: 457 pgs: 457 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 1023 B/s wr, 13 op/s 2024-07-27T19:11:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:20 smithi029 ceph-mon[99353]: pgmap v2901: 457 pgs: 457 active+clean; 4.6 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 1023 B/s wr, 13 op/s 2024-07-27T19:11:22.660 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:11:22] "GET /metrics HTTP/1.1" 200 55850 "" "Prometheus/2.43.0" 2024-07-27T19:11:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:22 smithi179 ceph-mon[89801]: pgmap v2902: 457 pgs: 457 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 770 B/s wr, 10 op/s 2024-07-27T19:11:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:22 smithi029 ceph-mon[99353]: pgmap v2902: 457 pgs: 457 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 770 B/s wr, 10 op/s 2024-07-27T19:11:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:22 smithi029 ceph-mon[96870]: pgmap v2902: 457 pgs: 457 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 770 B/s wr, 10 op/s 2024-07-27T19:11:24.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:24 smithi179 ceph-mon[89801]: pgmap v2903: 457 pgs: 457 active+clean; 7.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 490 KiB/s wr, 10 op/s 2024-07-27T19:11:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:24 smithi179 ceph-mon[89801]: osdmap e1683: 8 total, 8 up, 8 in 2024-07-27T19:11:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:11:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:24 smithi029 ceph-mon[99353]: pgmap v2903: 457 pgs: 457 active+clean; 7.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 490 KiB/s wr, 10 op/s 2024-07-27T19:11:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:24 smithi029 ceph-mon[99353]: osdmap e1683: 8 total, 8 up, 8 in 2024-07-27T19:11:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:11:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:24 smithi029 ceph-mon[96870]: pgmap v2903: 457 pgs: 457 active+clean; 7.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 490 KiB/s wr, 10 op/s 2024-07-27T19:11:25.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:24 smithi029 ceph-mon[96870]: osdmap e1683: 8 total, 8 up, 8 in 2024-07-27T19:11:25.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:25.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:11:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:26 smithi179 ceph-mon[89801]: pgmap v2905: 457 pgs: 457 active+clean; 7.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 423 KiB/s wr, 8 op/s 2024-07-27T19:11:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:26 smithi029 ceph-mon[96870]: pgmap v2905: 457 pgs: 457 active+clean; 7.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 423 KiB/s wr, 8 op/s 2024-07-27T19:11:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:26 smithi029 ceph-mon[99353]: pgmap v2905: 457 pgs: 457 active+clean; 7.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 423 KiB/s wr, 8 op/s 2024-07-27T19:11:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:28 smithi179 ceph-mon[89801]: pgmap v2906: 457 pgs: 457 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 496 KiB/s wr, 8 op/s 2024-07-27T19:11:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:28 smithi029 ceph-mon[96870]: pgmap v2906: 457 pgs: 457 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 496 KiB/s wr, 8 op/s 2024-07-27T19:11:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:28 smithi029 ceph-mon[99353]: pgmap v2906: 457 pgs: 457 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 496 KiB/s wr, 8 op/s 2024-07-27T19:11:29.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:29 smithi179 ceph-mon[89801]: osdmap e1684: 8 total, 8 up, 8 in 2024-07-27T19:11:30.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:29 smithi029 ceph-mon[96870]: osdmap e1684: 8 total, 8 up, 8 in 2024-07-27T19:11:30.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:29 smithi029 ceph-mon[99353]: osdmap e1684: 8 total, 8 up, 8 in 2024-07-27T19:11:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:30 smithi179 ceph-mon[89801]: pgmap v2908: 457 pgs: 457 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 1.0 MiB/s wr, 8 op/s 2024-07-27T19:11:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:30 smithi029 ceph-mon[96870]: pgmap v2908: 457 pgs: 457 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 1.0 MiB/s wr, 8 op/s 2024-07-27T19:11:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:30 smithi029 ceph-mon[99353]: pgmap v2908: 457 pgs: 457 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 1.0 MiB/s wr, 8 op/s 2024-07-27T19:11:32.628 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:11:32] "GET /metrics HTTP/1.1" 200 60771 "" "Prometheus/2.43.0" 2024-07-27T19:11:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:32 smithi179 ceph-mon[89801]: pgmap v2909: 457 pgs: 457 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 767 B/s rd, 640 KiB/s wr, 1 op/s 2024-07-27T19:11:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:32 smithi029 ceph-mon[96870]: pgmap v2909: 457 pgs: 457 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 767 B/s rd, 640 KiB/s wr, 1 op/s 2024-07-27T19:11:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:32 smithi029 ceph-mon[99353]: pgmap v2909: 457 pgs: 457 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 767 B/s rd, 640 KiB/s wr, 1 op/s 2024-07-27T19:11:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:34 smithi179 ceph-mon[89801]: pgmap v2910: 457 pgs: 457 active+clean; 19 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.2 MiB/s wr, 3 op/s 2024-07-27T19:11:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:34 smithi029 ceph-mon[96870]: pgmap v2910: 457 pgs: 457 active+clean; 19 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.2 MiB/s wr, 3 op/s 2024-07-27T19:11:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:34 smithi029 ceph-mon[99353]: pgmap v2910: 457 pgs: 457 active+clean; 19 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.2 MiB/s wr, 3 op/s 2024-07-27T19:11:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:36 smithi179 ceph-mon[89801]: pgmap v2911: 457 pgs: 457 active+clean; 19 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 MiB/s wr, 3 op/s 2024-07-27T19:11:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:36 smithi029 ceph-mon[96870]: pgmap v2911: 457 pgs: 457 active+clean; 19 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 MiB/s wr, 3 op/s 2024-07-27T19:11:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:36 smithi029 ceph-mon[99353]: pgmap v2911: 457 pgs: 457 active+clean; 19 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 MiB/s wr, 3 op/s 2024-07-27T19:11:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:38 smithi179 ceph-mon[89801]: pgmap v2912: 457 pgs: 457 active+clean; 19 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.0 MiB/s wr, 3 op/s 2024-07-27T19:11:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:38 smithi179 ceph-mon[89801]: pool 'test-librbd-smithi029-149820-25' is full (reached quota's max_bytes: 10 MiB) 2024-07-27T19:11:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:38 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) full (POOL_FULL) 2024-07-27T19:11:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:38 smithi179 ceph-mon[89801]: osdmap e1685: 8 total, 8 up, 8 in 2024-07-27T19:11:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:38 smithi029 ceph-mon[96870]: pgmap v2912: 457 pgs: 457 active+clean; 19 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.0 MiB/s wr, 3 op/s 2024-07-27T19:11:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:38 smithi029 ceph-mon[96870]: pool 'test-librbd-smithi029-149820-25' is full (reached quota's max_bytes: 10 MiB) 2024-07-27T19:11:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:38 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) full (POOL_FULL) 2024-07-27T19:11:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:38 smithi029 ceph-mon[96870]: osdmap e1685: 8 total, 8 up, 8 in 2024-07-27T19:11:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:38 smithi029 ceph-mon[99353]: pgmap v2912: 457 pgs: 457 active+clean; 19 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.0 MiB/s wr, 3 op/s 2024-07-27T19:11:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:38 smithi029 ceph-mon[99353]: pool 'test-librbd-smithi029-149820-25' is full (reached quota's max_bytes: 10 MiB) 2024-07-27T19:11:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:38 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) full (POOL_FULL) 2024-07-27T19:11:39.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:38 smithi029 ceph-mon[99353]: osdmap e1685: 8 total, 8 up, 8 in 2024-07-27T19:11:39.711 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:11:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:11:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:39 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-24", "field": "max_objects", "val": "6"}]: dispatch 2024-07-27T19:11:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:39 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-24", "field": "max_objects", "val": "6"}]: dispatch 2024-07-27T19:11:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:11:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:39 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-24", "field": "max_objects", "val": "6"}]: dispatch 2024-07-27T19:11:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:39 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-24", "field": "max_objects", "val": "6"}]: dispatch 2024-07-27T19:11:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:11:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:39 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-24", "field": "max_objects", "val": "6"}]: dispatch 2024-07-27T19:11:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:39 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-24", "field": "max_objects", "val": "6"}]: dispatch 2024-07-27T19:11:40.729 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:11:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:40 smithi029 ceph-mon[96870]: pgmap v2914: 457 pgs: 457 active+clean; 21 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 819 KiB/s wr, 3 op/s 2024-07-27T19:11:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:40 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-24", "field": "max_objects", "val": "6"}]': finished 2024-07-27T19:11:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:40 smithi029 ceph-mon[96870]: osdmap e1686: 8 total, 8 up, 8 in 2024-07-27T19:11:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:40 smithi029 ceph-mon[99353]: pgmap v2914: 457 pgs: 457 active+clean; 21 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 819 KiB/s wr, 3 op/s 2024-07-27T19:11:41.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:40 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-24", "field": "max_objects", "val": "6"}]': finished 2024-07-27T19:11:41.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:40 smithi029 ceph-mon[99353]: osdmap e1686: 8 total, 8 up, 8 in 2024-07-27T19:11:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:40 smithi179 ceph-mon[89801]: pgmap v2914: 457 pgs: 457 active+clean; 21 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 819 KiB/s wr, 3 op/s 2024-07-27T19:11:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:40 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-24", "field": "max_objects", "val": "6"}]': finished 2024-07-27T19:11:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:40 smithi179 ceph-mon[89801]: osdmap e1686: 8 total, 8 up, 8 in 2024-07-27T19:11:41.741 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:11:42.709 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:11:42] "GET /metrics HTTP/1.1" 200 60779 "" "Prometheus/2.43.0" 2024-07-27T19:11:42.752 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:11:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:42 smithi029 ceph-mon[96870]: pgmap v2916: 457 pgs: 457 active+clean; 25 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 639 B/s rd, 768 KiB/s wr, 1 op/s 2024-07-27T19:11:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:42 smithi029 ceph-mon[99353]: pgmap v2916: 457 pgs: 457 active+clean; 25 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 639 B/s rd, 768 KiB/s wr, 1 op/s 2024-07-27T19:11:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:42 smithi179 ceph-mon[89801]: pgmap v2916: 457 pgs: 457 active+clean; 25 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 639 B/s rd, 768 KiB/s wr, 1 op/s 2024-07-27T19:11:43.763 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:11:43.833 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.RemoveFullTryDataPool (35005 ms) 2024-07-27T19:11:43.833 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.RemoveFullTryNamespace 2024-07-27T19:11:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:43 smithi029 ceph-mon[96870]: pool 'test-librbd-smithi029-149820-24' is full (reached quota's max_objects: 6) 2024-07-27T19:11:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:43 smithi029 ceph-mon[96870]: Health check update: 2 pool(s) full (POOL_FULL) 2024-07-27T19:11:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:43 smithi029 ceph-mon[96870]: osdmap e1687: 8 total, 8 up, 8 in 2024-07-27T19:11:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:43 smithi029 ceph-mon[99353]: pool 'test-librbd-smithi029-149820-24' is full (reached quota's max_objects: 6) 2024-07-27T19:11:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:43 smithi029 ceph-mon[99353]: Health check update: 2 pool(s) full (POOL_FULL) 2024-07-27T19:11:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:43 smithi029 ceph-mon[99353]: osdmap e1687: 8 total, 8 up, 8 in 2024-07-27T19:11:44.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:43 smithi179 ceph-mon[89801]: pool 'test-librbd-smithi029-149820-24' is full (reached quota's max_objects: 6) 2024-07-27T19:11:44.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:43 smithi179 ceph-mon[89801]: Health check update: 2 pool(s) full (POOL_FULL) 2024-07-27T19:11:44.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:43 smithi179 ceph-mon[89801]: osdmap e1687: 8 total, 8 up, 8 in 2024-07-27T19:11:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:44 smithi029 ceph-mon[96870]: pgmap v2917: 457 pgs: 457 active+clean; 25 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 769 KiB/s wr, 5 op/s 2024-07-27T19:11:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:44 smithi029 ceph-mon[99353]: pgmap v2917: 457 pgs: 457 active+clean; 25 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 769 KiB/s wr, 5 op/s 2024-07-27T19:11:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:44 smithi179 ceph-mon[89801]: pgmap v2917: 457 pgs: 457 active+clean; 25 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 769 KiB/s wr, 5 op/s 2024-07-27T19:11:45.770 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:11:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:45 smithi029 ceph-mon[96870]: osdmap e1688: 8 total, 8 up, 8 in 2024-07-27T19:11:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:45 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/380820099' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-26","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:45 smithi029 ceph-mon[99353]: osdmap e1688: 8 total, 8 up, 8 in 2024-07-27T19:11:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:45 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/380820099' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-26","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:46.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:11:45] ENGINE Bus STOPPING 2024-07-27T19:11:46.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:11:45] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T19:11:46.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:11:45] ENGINE Bus STOPPED 2024-07-27T19:11:46.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:11:45] ENGINE Bus STARTING 2024-07-27T19:11:46.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:11:45] ENGINE Serving on http://:::9283 2024-07-27T19:11:46.002 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:11:45] ENGINE Bus STARTED 2024-07-27T19:11:46.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:45 smithi179 ceph-mon[89801]: osdmap e1688: 8 total, 8 up, 8 in 2024-07-27T19:11:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:45 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/380820099' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-26","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:11:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: pgmap v2920: 489 pgs: 32 unknown, 457 active+clean; 21 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 685 KiB/s wr, 8 op/s 2024-07-27T19:11:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:11:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/380820099' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-26","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:11:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: osdmap e1689: 8 total, 8 up, 8 in 2024-07-27T19:11:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' 2024-07-27T19:11:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:11:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:11:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:11:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:11:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:11:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:47.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:47.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:47.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: pgmap v2920: 489 pgs: 32 unknown, 457 active+clean; 21 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 685 KiB/s wr, 8 op/s 2024-07-27T19:11:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:11:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/380820099' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-26","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:11:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: osdmap e1689: 8 total, 8 up, 8 in 2024-07-27T19:11:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' 2024-07-27T19:11:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:11:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:11:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:11:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:11:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:11:47.004 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.005 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:47.006 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:47.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:47.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: pgmap v2920: 489 pgs: 32 unknown, 457 active+clean; 21 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 685 KiB/s wr, 8 op/s 2024-07-27T19:11:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:11:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/380820099' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-26","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:11:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: osdmap e1689: 8 total, 8 up, 8 in 2024-07-27T19:11:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' 2024-07-27T19:11:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:11:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:11:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:11:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:11:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:11:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:11:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:47.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:47.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:47.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:47.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:47.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:11:47.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:11:47.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:11:47.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:11:47.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:11:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:47 smithi029 ceph-mon[96870]: osdmap e1690: 8 total, 8 up, 8 in 2024-07-27T19:11:48.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:47 smithi029 ceph-mon[99353]: osdmap e1690: 8 total, 8 up, 8 in 2024-07-27T19:11:48.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:47 smithi179 ceph-mon[89801]: osdmap e1690: 8 total, 8 up, 8 in 2024-07-27T19:11:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[96870]: pgmap v2923: 489 pgs: 27 unknown, 462 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 4.7 KiB/s wr, 58 op/s 2024-07-27T19:11:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:11:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[96870]: osdmap e1691: 8 total, 8 up, 8 in 2024-07-27T19:11:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-26", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:11:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-26", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:11:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[96870]: pool 'test-librbd-smithi029-149820-25' no longer out of quota; removing NO_QUOTA flag 2024-07-27T19:11:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[96870]: Health check update: 1 pool(s) full (POOL_FULL) 2024-07-27T19:11:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-26", "field": "max_bytes", "val": "10485760"}]': finished 2024-07-27T19:11:49.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[96870]: osdmap e1692: 8 total, 8 up, 8 in 2024-07-27T19:11:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[99353]: pgmap v2923: 489 pgs: 27 unknown, 462 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 4.7 KiB/s wr, 58 op/s 2024-07-27T19:11:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:11:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[99353]: osdmap e1691: 8 total, 8 up, 8 in 2024-07-27T19:11:49.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-26", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:11:49.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-26", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:11:49.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[99353]: pool 'test-librbd-smithi029-149820-25' no longer out of quota; removing NO_QUOTA flag 2024-07-27T19:11:49.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[99353]: Health check update: 1 pool(s) full (POOL_FULL) 2024-07-27T19:11:49.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-26", "field": "max_bytes", "val": "10485760"}]': finished 2024-07-27T19:11:49.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:48 smithi029 ceph-mon[99353]: osdmap e1692: 8 total, 8 up, 8 in 2024-07-27T19:11:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:48 smithi179 ceph-mon[89801]: pgmap v2923: 489 pgs: 27 unknown, 462 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 4.7 KiB/s wr, 58 op/s 2024-07-27T19:11:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:48 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:11:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:48 smithi179 ceph-mon[89801]: osdmap e1691: 8 total, 8 up, 8 in 2024-07-27T19:11:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:48 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-26", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:11:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:48 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-26", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:11:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:48 smithi179 ceph-mon[89801]: pool 'test-librbd-smithi029-149820-25' no longer out of quota; removing NO_QUOTA flag 2024-07-27T19:11:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:48 smithi179 ceph-mon[89801]: Health check update: 1 pool(s) full (POOL_FULL) 2024-07-27T19:11:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:48 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-26", "field": "max_bytes", "val": "10485760"}]': finished 2024-07-27T19:11:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:48 smithi179 ceph-mon[89801]: osdmap e1692: 8 total, 8 up, 8 in 2024-07-27T19:11:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:50 smithi029 ceph-mon[96870]: pgmap v2926: 489 pgs: 6 unknown, 483 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 40 KiB/s rd, 3.7 KiB/s wr, 58 op/s 2024-07-27T19:11:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:50 smithi029 ceph-mon[99353]: pgmap v2926: 489 pgs: 6 unknown, 483 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 40 KiB/s rd, 3.7 KiB/s wr, 58 op/s 2024-07-27T19:11:51.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:50 smithi179 ceph-mon[89801]: pgmap v2926: 489 pgs: 6 unknown, 483 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 40 KiB/s rd, 3.7 KiB/s wr, 58 op/s 2024-07-27T19:11:52.748 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:11:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:11:52] "GET /metrics HTTP/1.1" 200 60779 "" "Prometheus/2.43.0" 2024-07-27T19:11:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:52 smithi029 ceph-mon[96870]: pgmap v2927: 489 pgs: 489 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 3.5 KiB/s wr, 47 op/s 2024-07-27T19:11:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:52 smithi029 ceph-mon[99353]: pgmap v2927: 489 pgs: 489 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 3.5 KiB/s wr, 47 op/s 2024-07-27T19:11:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:52 smithi179 ceph-mon[89801]: pgmap v2927: 489 pgs: 489 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 3.5 KiB/s wr, 47 op/s 2024-07-27T19:11:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:11:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:11:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:11:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:54 smithi179 ceph-mon[89801]: pgmap v2928: 489 pgs: 489 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 661 KiB/s wr, 12 op/s 2024-07-27T19:11:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:54 smithi029 ceph-mon[96870]: pgmap v2928: 489 pgs: 489 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 661 KiB/s wr, 12 op/s 2024-07-27T19:11:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:54 smithi029 ceph-mon[99353]: pgmap v2928: 489 pgs: 489 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 661 KiB/s wr, 12 op/s 2024-07-27T19:11:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:56 smithi179 ceph-mon[89801]: pgmap v2929: 489 pgs: 489 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 513 KiB/s wr, 10 op/s 2024-07-27T19:11:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:56 smithi029 ceph-mon[96870]: pgmap v2929: 489 pgs: 489 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 513 KiB/s wr, 10 op/s 2024-07-27T19:11:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:56 smithi029 ceph-mon[99353]: pgmap v2929: 489 pgs: 489 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 513 KiB/s wr, 10 op/s 2024-07-27T19:11:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:58 smithi179 ceph-mon[89801]: pgmap v2930: 489 pgs: 489 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 446 KiB/s wr, 8 op/s 2024-07-27T19:11:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:11:58 smithi179 ceph-mon[89801]: osdmap e1693: 8 total, 8 up, 8 in 2024-07-27T19:11:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:58 smithi029 ceph-mon[96870]: pgmap v2930: 489 pgs: 489 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 446 KiB/s wr, 8 op/s 2024-07-27T19:11:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:11:58 smithi029 ceph-mon[96870]: osdmap e1693: 8 total, 8 up, 8 in 2024-07-27T19:11:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:58 smithi029 ceph-mon[99353]: pgmap v2930: 489 pgs: 489 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 446 KiB/s wr, 8 op/s 2024-07-27T19:11:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:11:58 smithi029 ceph-mon[99353]: osdmap e1693: 8 total, 8 up, 8 in 2024-07-27T19:12:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:00 smithi179 ceph-mon[89801]: pgmap v2932: 489 pgs: 489 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 820 KiB/s wr, 7 op/s 2024-07-27T19:12:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:00 smithi029 ceph-mon[96870]: pgmap v2932: 489 pgs: 489 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 820 KiB/s wr, 7 op/s 2024-07-27T19:12:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:00 smithi029 ceph-mon[99353]: pgmap v2932: 489 pgs: 489 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 820 KiB/s wr, 7 op/s 2024-07-27T19:12:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:12:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:12:02] "GET /metrics HTTP/1.1" 200 63242 "" "Prometheus/2.43.0" 2024-07-27T19:12:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:02 smithi179 ceph-mon[89801]: pgmap v2933: 489 pgs: 489 active+clean; 16 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.1 MiB/s wr, 6 op/s 2024-07-27T19:12:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:02 smithi029 ceph-mon[96870]: pgmap v2933: 489 pgs: 489 active+clean; 16 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.1 MiB/s wr, 6 op/s 2024-07-27T19:12:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:02 smithi029 ceph-mon[99353]: pgmap v2933: 489 pgs: 489 active+clean; 16 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.1 MiB/s wr, 6 op/s 2024-07-27T19:12:03.795 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.RemoveFullTryNamespace (19961 ms) 2024-07-27T19:12:03.795 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.RemoveFullTryNamespaceDataPool 2024-07-27T19:12:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:03 smithi179 ceph-mon[89801]: pool 'test-librbd-smithi029-149820-26' is full (reached quota's max_bytes: 10 MiB) 2024-07-27T19:12:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:03 smithi179 ceph-mon[89801]: Health check update: 2 pool(s) full (POOL_FULL) 2024-07-27T19:12:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:03 smithi179 ceph-mon[89801]: osdmap e1694: 8 total, 8 up, 8 in 2024-07-27T19:12:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:03 smithi029 ceph-mon[96870]: pool 'test-librbd-smithi029-149820-26' is full (reached quota's max_bytes: 10 MiB) 2024-07-27T19:12:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:03 smithi029 ceph-mon[96870]: Health check update: 2 pool(s) full (POOL_FULL) 2024-07-27T19:12:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:03 smithi029 ceph-mon[96870]: osdmap e1694: 8 total, 8 up, 8 in 2024-07-27T19:12:04.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:03 smithi029 ceph-mon[99353]: pool 'test-librbd-smithi029-149820-26' is full (reached quota's max_bytes: 10 MiB) 2024-07-27T19:12:04.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:03 smithi029 ceph-mon[99353]: Health check update: 2 pool(s) full (POOL_FULL) 2024-07-27T19:12:04.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:03 smithi029 ceph-mon[99353]: osdmap e1694: 8 total, 8 up, 8 in 2024-07-27T19:12:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:04 smithi179 ceph-mon[89801]: pgmap v2934: 489 pgs: 489 active+clean; 16 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 717 KiB/s wr, 2 op/s 2024-07-27T19:12:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:04 smithi029 ceph-mon[96870]: pgmap v2934: 489 pgs: 489 active+clean; 16 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 717 KiB/s wr, 2 op/s 2024-07-27T19:12:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:04 smithi029 ceph-mon[99353]: pgmap v2934: 489 pgs: 489 active+clean; 16 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 717 KiB/s wr, 2 op/s 2024-07-27T19:12:06.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:05 smithi179 ceph-mon[89801]: osdmap e1695: 8 total, 8 up, 8 in 2024-07-27T19:12:06.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:05 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1708245143' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-27","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:12:06.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:05 smithi029 ceph-mon[96870]: osdmap e1695: 8 total, 8 up, 8 in 2024-07-27T19:12:06.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:05 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1708245143' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-27","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:12:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:05 smithi029 ceph-mon[99353]: osdmap e1695: 8 total, 8 up, 8 in 2024-07-27T19:12:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:05 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1708245143' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-27","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:12:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:06 smithi179 ceph-mon[89801]: pgmap v2937: 521 pgs: 32 unknown, 489 active+clean; 16 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.1 MiB/s wr, 9 op/s 2024-07-27T19:12:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:06 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:12:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:06 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1708245143' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-27","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:12:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:06 smithi179 ceph-mon[89801]: osdmap e1696: 8 total, 8 up, 8 in 2024-07-27T19:12:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:06 smithi029 ceph-mon[96870]: pgmap v2937: 521 pgs: 32 unknown, 489 active+clean; 16 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.1 MiB/s wr, 9 op/s 2024-07-27T19:12:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:06 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:12:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:06 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1708245143' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-27","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:12:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:06 smithi029 ceph-mon[96870]: osdmap e1696: 8 total, 8 up, 8 in 2024-07-27T19:12:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:06 smithi029 ceph-mon[99353]: pgmap v2937: 521 pgs: 32 unknown, 489 active+clean; 16 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.1 MiB/s wr, 9 op/s 2024-07-27T19:12:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:06 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:12:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:06 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1708245143' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-27","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:12:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:06 smithi029 ceph-mon[99353]: osdmap e1696: 8 total, 8 up, 8 in 2024-07-27T19:12:07.838 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:12:08.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:07 smithi179 ceph-mon[89801]: osdmap e1697: 8 total, 8 up, 8 in 2024-07-27T19:12:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:07 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3262316936' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-28","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:12:08.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:07 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-28","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:12:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:07 smithi029 ceph-mon[96870]: osdmap e1697: 8 total, 8 up, 8 in 2024-07-27T19:12:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:07 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3262316936' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-28","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:12:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:07 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-28","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:12:08.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:12:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:12:07] ENGINE Bus STOPPING 2024-07-27T19:12:08.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:07 smithi029 ceph-mon[99353]: osdmap e1697: 8 total, 8 up, 8 in 2024-07-27T19:12:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:07 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3262316936' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-28","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:12:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:07 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-28","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:12:08.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:12:08] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T19:12:08.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:12:08] ENGINE Bus STOPPED 2024-07-27T19:12:08.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:12:08] ENGINE Bus STARTING 2024-07-27T19:12:08.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:12:08] ENGINE Serving on http://:::9283 2024-07-27T19:12:08.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:12:08] ENGINE Bus STARTED 2024-07-27T19:12:09.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: pgmap v2940: 553 pgs: 52 unknown, 501 active+clean; 16 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.0 MiB/s wr, 12 op/s 2024-07-27T19:12:09.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-28","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:12:09.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: osdmap e1698: 8 total, 8 up, 8 in 2024-07-27T19:12:09.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' 2024-07-27T19:12:09.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:12:09.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:12:09.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:12:09.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.167 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:12:09.168 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:12:09.169 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.169 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.169 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.169 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:12:09.169 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:12:09.169 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:12:09.169 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:12:09.169 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:12:09.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: pgmap v2940: 553 pgs: 52 unknown, 501 active+clean; 16 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.0 MiB/s wr, 12 op/s 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-28","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: osdmap e1698: 8 total, 8 up, 8 in 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:12:09.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:12:09.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:12:09.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:12:09.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:12:09.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:12:09.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:12:09.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: pgmap v2940: 553 pgs: 52 unknown, 501 active+clean; 16 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.0 MiB/s wr, 12 op/s 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-28","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: osdmap e1698: 8 total, 8 up, 8 in 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:12:09.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:12:09.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:12:09.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:12:09.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:12:09.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:12:09.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:12:09.258 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:12:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:09 smithi179 ceph-mon[89801]: osdmap e1699: 8 total, 8 up, 8 in 2024-07-27T19:12:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:09 smithi029 ceph-mon[96870]: osdmap e1699: 8 total, 8 up, 8 in 2024-07-27T19:12:10.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:09 smithi029 ceph-mon[99353]: osdmap e1699: 8 total, 8 up, 8 in 2024-07-27T19:12:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:10 smithi179 ceph-mon[89801]: pgmap v2943: 553 pgs: 8 creating+peering, 22 unknown, 523 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 767 B/s wr, 30 op/s 2024-07-27T19:12:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:10 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:12:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:10 smithi179 ceph-mon[89801]: osdmap e1700: 8 total, 8 up, 8 in 2024-07-27T19:12:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:10 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-28", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:12:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:10 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-28", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:12:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:10 smithi029 ceph-mon[99353]: pgmap v2943: 553 pgs: 8 creating+peering, 22 unknown, 523 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 767 B/s wr, 30 op/s 2024-07-27T19:12:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:10 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:12:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:10 smithi029 ceph-mon[99353]: osdmap e1700: 8 total, 8 up, 8 in 2024-07-27T19:12:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:10 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-28", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:12:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:10 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-28", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:12:11.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:10 smithi029 ceph-mon[96870]: pgmap v2943: 553 pgs: 8 creating+peering, 22 unknown, 523 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 767 B/s wr, 30 op/s 2024-07-27T19:12:11.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:10 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:12:11.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:10 smithi029 ceph-mon[96870]: osdmap e1700: 8 total, 8 up, 8 in 2024-07-27T19:12:11.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:10 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-28", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:12:11.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:10 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-28", "field": "max_bytes", "val": "10485760"}]: dispatch 2024-07-27T19:12:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:11 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-28", "field": "max_bytes", "val": "10485760"}]': finished 2024-07-27T19:12:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:11 smithi179 ceph-mon[89801]: osdmap e1701: 8 total, 8 up, 8 in 2024-07-27T19:12:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:11 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-28", "field": "max_bytes", "val": "10485760"}]': finished 2024-07-27T19:12:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:11 smithi029 ceph-mon[96870]: osdmap e1701: 8 total, 8 up, 8 in 2024-07-27T19:12:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:11 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-28", "field": "max_bytes", "val": "10485760"}]': finished 2024-07-27T19:12:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:11 smithi029 ceph-mon[99353]: osdmap e1701: 8 total, 8 up, 8 in 2024-07-27T19:12:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:12:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:12:12] "GET /metrics HTTP/1.1" 200 68107 "" "Prometheus/2.43.0" 2024-07-27T19:12:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:12 smithi179 ceph-mon[89801]: pgmap v2946: 553 pgs: 8 creating+peering, 10 unknown, 535 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 1023 B/s wr, 30 op/s 2024-07-27T19:12:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:12 smithi029 ceph-mon[96870]: pgmap v2946: 553 pgs: 8 creating+peering, 10 unknown, 535 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 1023 B/s wr, 30 op/s 2024-07-27T19:12:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:12 smithi029 ceph-mon[99353]: pgmap v2946: 553 pgs: 8 creating+peering, 10 unknown, 535 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 1023 B/s wr, 30 op/s 2024-07-27T19:12:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:13 smithi179 ceph-mon[89801]: pool 'test-librbd-smithi029-149820-26' no longer out of quota; removing NO_QUOTA flag 2024-07-27T19:12:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:13 smithi179 ceph-mon[89801]: Health check update: 1 pool(s) full (POOL_FULL) 2024-07-27T19:12:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:13 smithi179 ceph-mon[89801]: osdmap e1702: 8 total, 8 up, 8 in 2024-07-27T19:12:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:13 smithi029 ceph-mon[96870]: pool 'test-librbd-smithi029-149820-26' no longer out of quota; removing NO_QUOTA flag 2024-07-27T19:12:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:13 smithi029 ceph-mon[96870]: Health check update: 1 pool(s) full (POOL_FULL) 2024-07-27T19:12:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:13 smithi029 ceph-mon[96870]: osdmap e1702: 8 total, 8 up, 8 in 2024-07-27T19:12:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:13 smithi029 ceph-mon[99353]: pool 'test-librbd-smithi029-149820-26' no longer out of quota; removing NO_QUOTA flag 2024-07-27T19:12:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:13 smithi029 ceph-mon[99353]: Health check update: 1 pool(s) full (POOL_FULL) 2024-07-27T19:12:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:13 smithi029 ceph-mon[99353]: osdmap e1702: 8 total, 8 up, 8 in 2024-07-27T19:12:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:14 smithi179 ceph-mon[89801]: pgmap v2947: 553 pgs: 553 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 399 KiB/s wr, 22 op/s 2024-07-27T19:12:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:14 smithi029 ceph-mon[96870]: pgmap v2947: 553 pgs: 553 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 399 KiB/s wr, 22 op/s 2024-07-27T19:12:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:14 smithi029 ceph-mon[99353]: pgmap v2947: 553 pgs: 553 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 399 KiB/s wr, 22 op/s 2024-07-27T19:12:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:16 smithi179 ceph-mon[89801]: pgmap v2949: 553 pgs: 553 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 343 KiB/s wr, 19 op/s 2024-07-27T19:12:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:16 smithi029 ceph-mon[96870]: pgmap v2949: 553 pgs: 553 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 343 KiB/s wr, 19 op/s 2024-07-27T19:12:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:16 smithi029 ceph-mon[99353]: pgmap v2949: 553 pgs: 553 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 343 KiB/s wr, 19 op/s 2024-07-27T19:12:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:18 smithi179 ceph-mon[89801]: pgmap v2950: 553 pgs: 553 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.5 KiB/s rd, 574 KiB/s wr, 15 op/s 2024-07-27T19:12:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:18 smithi179 ceph-mon[89801]: osdmap e1703: 8 total, 8 up, 8 in 2024-07-27T19:12:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:18 smithi029 ceph-mon[96870]: pgmap v2950: 553 pgs: 553 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.5 KiB/s rd, 574 KiB/s wr, 15 op/s 2024-07-27T19:12:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:18 smithi029 ceph-mon[96870]: osdmap e1703: 8 total, 8 up, 8 in 2024-07-27T19:12:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:18 smithi029 ceph-mon[99353]: pgmap v2950: 553 pgs: 553 active+clean; 8.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.5 KiB/s rd, 574 KiB/s wr, 15 op/s 2024-07-27T19:12:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:18 smithi029 ceph-mon[99353]: osdmap e1703: 8 total, 8 up, 8 in 2024-07-27T19:12:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:20 smithi179 ceph-mon[89801]: pgmap v2952: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 769 KiB/s wr, 15 op/s 2024-07-27T19:12:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:20 smithi029 ceph-mon[96870]: pgmap v2952: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 769 KiB/s wr, 15 op/s 2024-07-27T19:12:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:20 smithi029 ceph-mon[99353]: pgmap v2952: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 769 KiB/s wr, 15 op/s 2024-07-27T19:12:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:12:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:12:22] "GET /metrics HTTP/1.1" 200 68107 "" "Prometheus/2.43.0" 2024-07-27T19:12:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:22 smithi179 ceph-mon[89801]: pgmap v2953: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.4 KiB/s rd, 512 KiB/s wr, 3 op/s 2024-07-27T19:12:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:22 smithi029 ceph-mon[96870]: pgmap v2953: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.4 KiB/s rd, 512 KiB/s wr, 3 op/s 2024-07-27T19:12:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:22 smithi029 ceph-mon[99353]: pgmap v2953: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.4 KiB/s rd, 512 KiB/s wr, 3 op/s 2024-07-27T19:12:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:24 smithi029 ceph-mon[96870]: pgmap v2954: 553 pgs: 553 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 548 B/s rd, 658 KiB/s wr, 1 op/s 2024-07-27T19:12:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:12:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:12:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:24 smithi029 ceph-mon[99353]: pgmap v2954: 553 pgs: 553 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 548 B/s rd, 658 KiB/s wr, 1 op/s 2024-07-27T19:12:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:12:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:12:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:24 smithi179 ceph-mon[89801]: pgmap v2954: 553 pgs: 553 active+clean; 13 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 548 B/s rd, 658 KiB/s wr, 1 op/s 2024-07-27T19:12:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:12:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:12:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:26 smithi029 ceph-mon[96870]: pgmap v2955: 553 pgs: 553 active+clean; 17 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.0 MiB/s wr, 3 op/s 2024-07-27T19:12:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:26 smithi029 ceph-mon[99353]: pgmap v2955: 553 pgs: 553 active+clean; 17 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.0 MiB/s wr, 3 op/s 2024-07-27T19:12:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:26 smithi179 ceph-mon[89801]: pgmap v2955: 553 pgs: 553 active+clean; 17 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.0 MiB/s wr, 3 op/s 2024-07-27T19:12:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:28 smithi029 ceph-mon[96870]: pgmap v2956: 553 pgs: 553 active+clean; 17 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 819 KiB/s wr, 3 op/s 2024-07-27T19:12:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:28 smithi029 ceph-mon[96870]: pool 'test-librbd-smithi029-149820-28' is full (reached quota's max_bytes: 10 MiB) 2024-07-27T19:12:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:28 smithi029 ceph-mon[96870]: Health check update: 2 pool(s) full (POOL_FULL) 2024-07-27T19:12:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:28 smithi029 ceph-mon[96870]: osdmap e1704: 8 total, 8 up, 8 in 2024-07-27T19:12:29.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:28 smithi029 ceph-mon[99353]: pgmap v2956: 553 pgs: 553 active+clean; 17 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 819 KiB/s wr, 3 op/s 2024-07-27T19:12:29.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:28 smithi029 ceph-mon[99353]: pool 'test-librbd-smithi029-149820-28' is full (reached quota's max_bytes: 10 MiB) 2024-07-27T19:12:29.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:28 smithi029 ceph-mon[99353]: Health check update: 2 pool(s) full (POOL_FULL) 2024-07-27T19:12:29.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:28 smithi029 ceph-mon[99353]: osdmap e1704: 8 total, 8 up, 8 in 2024-07-27T19:12:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:28 smithi179 ceph-mon[89801]: pgmap v2956: 553 pgs: 553 active+clean; 17 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 819 KiB/s wr, 3 op/s 2024-07-27T19:12:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:28 smithi179 ceph-mon[89801]: pool 'test-librbd-smithi029-149820-28' is full (reached quota's max_bytes: 10 MiB) 2024-07-27T19:12:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:28 smithi179 ceph-mon[89801]: Health check update: 2 pool(s) full (POOL_FULL) 2024-07-27T19:12:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:28 smithi179 ceph-mon[89801]: osdmap e1704: 8 total, 8 up, 8 in 2024-07-27T19:12:29.721 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:12:30.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:29 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-27", "field": "max_objects", "val": "7"}]: dispatch 2024-07-27T19:12:30.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:29 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-27", "field": "max_objects", "val": "7"}]: dispatch 2024-07-27T19:12:30.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:29 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-27", "field": "max_objects", "val": "7"}]: dispatch 2024-07-27T19:12:30.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:29 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-27", "field": "max_objects", "val": "7"}]: dispatch 2024-07-27T19:12:30.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:29 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-27", "field": "max_objects", "val": "7"}]: dispatch 2024-07-27T19:12:30.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:29 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-27", "field": "max_objects", "val": "7"}]: dispatch 2024-07-27T19:12:30.742 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:12:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:30 smithi029 ceph-mon[96870]: pgmap v2958: 553 pgs: 553 active+clean; 21 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 1024 KiB/s wr, 3 op/s 2024-07-27T19:12:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-27", "field": "max_objects", "val": "7"}]': finished 2024-07-27T19:12:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:30 smithi029 ceph-mon[96870]: osdmap e1705: 8 total, 8 up, 8 in 2024-07-27T19:12:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:30 smithi029 ceph-mon[99353]: pgmap v2958: 553 pgs: 553 active+clean; 21 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 1024 KiB/s wr, 3 op/s 2024-07-27T19:12:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-27", "field": "max_objects", "val": "7"}]': finished 2024-07-27T19:12:31.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:30 smithi029 ceph-mon[99353]: osdmap e1705: 8 total, 8 up, 8 in 2024-07-27T19:12:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:30 smithi179 ceph-mon[89801]: pgmap v2958: 553 pgs: 553 active+clean; 21 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 1024 KiB/s wr, 3 op/s 2024-07-27T19:12:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set-quota", "pool": "test-librbd-smithi029-149820-27", "field": "max_objects", "val": "7"}]': finished 2024-07-27T19:12:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:30 smithi179 ceph-mon[89801]: osdmap e1705: 8 total, 8 up, 8 in 2024-07-27T19:12:31.753 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:12:32.719 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:12:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:12:32] "GET /metrics HTTP/1.1" 200 68168 "" "Prometheus/2.43.0" 2024-07-27T19:12:32.765 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:12:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:32 smithi029 ceph-mon[96870]: pgmap v2960: 553 pgs: 553 active+clean; 21 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.0 MiB/s wr, 3 op/s 2024-07-27T19:12:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:32 smithi029 ceph-mon[99353]: pgmap v2960: 553 pgs: 553 active+clean; 21 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.0 MiB/s wr, 3 op/s 2024-07-27T19:12:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:32 smithi179 ceph-mon[89801]: pgmap v2960: 553 pgs: 553 active+clean; 21 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.0 MiB/s wr, 3 op/s 2024-07-27T19:12:33.776 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:12:33.852 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.RemoveFullTryNamespaceDataPool (30057 ms) 2024-07-27T19:12:33.852 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestIO 2024-07-27T19:12:33.852 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:12:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:33 smithi029 ceph-mon[96870]: pool 'test-librbd-smithi029-149820-27' is full (reached quota's max_objects: 7) 2024-07-27T19:12:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:33 smithi029 ceph-mon[96870]: Health check update: 3 pool(s) full (POOL_FULL) 2024-07-27T19:12:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:33 smithi029 ceph-mon[96870]: osdmap e1706: 8 total, 8 up, 8 in 2024-07-27T19:12:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:33 smithi029 ceph-mon[99353]: pool 'test-librbd-smithi029-149820-27' is full (reached quota's max_objects: 7) 2024-07-27T19:12:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:33 smithi029 ceph-mon[99353]: Health check update: 3 pool(s) full (POOL_FULL) 2024-07-27T19:12:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:33 smithi029 ceph-mon[99353]: osdmap e1706: 8 total, 8 up, 8 in 2024-07-27T19:12:34.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:33 smithi179 ceph-mon[89801]: pool 'test-librbd-smithi029-149820-27' is full (reached quota's max_objects: 7) 2024-07-27T19:12:34.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:33 smithi179 ceph-mon[89801]: Health check update: 3 pool(s) full (POOL_FULL) 2024-07-27T19:12:34.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:33 smithi179 ceph-mon[89801]: osdmap e1706: 8 total, 8 up, 8 in 2024-07-27T19:12:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:34 smithi029 ceph-mon[96870]: pgmap v2961: 553 pgs: 553 active+clean; 23 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.1 KiB/s rd, 768 KiB/s wr, 4 op/s 2024-07-27T19:12:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:34 smithi029 ceph-mon[99353]: pgmap v2961: 553 pgs: 553 active+clean; 23 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.1 KiB/s rd, 768 KiB/s wr, 4 op/s 2024-07-27T19:12:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:34 smithi179 ceph-mon[89801]: pgmap v2961: 553 pgs: 553 active+clean; 23 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.1 KiB/s rd, 768 KiB/s wr, 4 op/s 2024-07-27T19:12:35.865 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:35.865 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:35.865 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:35.865 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:35.865 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:35.865 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.865 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:35.865 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.865 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.865 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:35.866 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.866 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:35.866 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.866 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.866 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:35.866 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.866 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:35.866 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.866 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.866 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:35.866 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.866 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:35.867 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.868 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.869 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:35.870 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:35.871 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 512~512 = 512 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:aio discard: 1536~512 = 0 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 0 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 0 2024-07-27T19:12:35.872 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 16384 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 16384 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 49152 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.873 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 49152 2024-07-27T19:12:35.874 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.874 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.874 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 65536 2024-07-27T19:12:35.874 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.874 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.874 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 65536 2024-07-27T19:12:35.874 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.874 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.874 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:35.874 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 98304 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 98304 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 114688 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 114688 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.875 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 147456 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 147456 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 163840 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 163840 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.876 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 196608 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 196608 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 212992 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 212992 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:35.877 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.878 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.879 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.880 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.881 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:35.881 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:35.881 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:35.881 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:35.881 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:35.881 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:35.881 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:35.881 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:36 smithi029 ceph-mon[96870]: pgmap v2963: 553 pgs: 553 active+clean; 23 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.4 KiB/s rd, 325 KiB/s wr, 6 op/s 2024-07-27T19:12:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:36 smithi029 ceph-mon[99353]: pgmap v2963: 553 pgs: 553 active+clean; 23 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.4 KiB/s rd, 325 KiB/s wr, 6 op/s 2024-07-27T19:12:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:36 smithi179 ceph-mon[89801]: pgmap v2963: 553 pgs: 553 active+clean; 23 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.4 KiB/s rd, 325 KiB/s wr, 6 op/s 2024-07-27T19:12:37.592 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.592 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.593 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.594 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.595 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.596 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.596 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.596 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.596 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.596 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.596 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.596 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.596 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:37.596 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.596 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.596 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:37.596 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.597 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.598 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.598 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.598 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.598 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.598 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.598 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.598 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.598 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.598 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.598 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.598 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.598 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.599 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.599 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.599 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.599 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.599 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:37.599 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.599 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.599 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:37.599 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.599 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.599 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.600 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.600 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.600 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.600 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.600 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.600 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.600 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.600 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.600 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.600 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.600 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.601 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.601 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.601 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.601 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.601 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.601 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.601 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.601 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.601 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.601 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:37.601 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:37.602 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:37.602 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:37.602 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:37.602 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.602 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.602 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:37.602 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:37.602 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:37.602 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:37.602 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:37.602 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:37.602 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:37.603 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:37.603 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestIO (3741 ms) 2024-07-27T19:12:37.603 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestEncryptionLUKS1 2024-07-27T19:12:37.603 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:12:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:38 smithi029 ceph-mon[96870]: pgmap v2964: 553 pgs: 553 active+clean; 17 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 259 KiB/s wr, 28 op/s 2024-07-27T19:12:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:12:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:38 smithi029 ceph-mon[99353]: pgmap v2964: 553 pgs: 553 active+clean; 17 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 259 KiB/s wr, 28 op/s 2024-07-27T19:12:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:12:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:38 smithi179 ceph-mon[89801]: pgmap v2964: 553 pgs: 553 active+clean; 17 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 259 KiB/s wr, 28 op/s 2024-07-27T19:12:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:12:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:40 smithi029 ceph-mon[96870]: pgmap v2965: 553 pgs: 553 active+clean; 4.8 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 440 KiB/s rd, 452 KiB/s wr, 861 op/s 2024-07-27T19:12:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:40 smithi029 ceph-mon[99353]: pgmap v2965: 553 pgs: 553 active+clean; 4.8 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 440 KiB/s rd, 452 KiB/s wr, 861 op/s 2024-07-27T19:12:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:40 smithi179 ceph-mon[89801]: pgmap v2965: 553 pgs: 553 active+clean; 4.8 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 440 KiB/s rd, 452 KiB/s wr, 861 op/s 2024-07-27T19:12:42.732 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:12:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:12:42] "GET /metrics HTTP/1.1" 200 68193 "" "Prometheus/2.43.0" 2024-07-27T19:12:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:42 smithi029 ceph-mon[96870]: pgmap v2966: 553 pgs: 553 active+clean; 4.8 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 407 KiB/s rd, 418 KiB/s wr, 797 op/s 2024-07-27T19:12:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:42 smithi029 ceph-mon[99353]: pgmap v2966: 553 pgs: 553 active+clean; 4.8 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 407 KiB/s rd, 418 KiB/s wr, 797 op/s 2024-07-27T19:12:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:42 smithi179 ceph-mon[89801]: pgmap v2966: 553 pgs: 553 active+clean; 4.8 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 407 KiB/s rd, 418 KiB/s wr, 797 op/s 2024-07-27T19:12:43.249 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:43.249 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:43.249 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:43.249 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:43.249 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:43.249 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.250 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:43.250 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.250 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.250 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:43.250 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.250 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:43.250 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.250 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.250 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:43.250 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.250 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:43.251 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.251 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.251 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:43.251 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.251 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:43.251 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.251 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.251 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:43.251 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.251 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:43.251 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:43.252 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:43.253 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.253 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:43.253 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.253 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.253 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:43.253 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.253 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:43.253 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.253 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.253 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:43.253 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.253 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:43.254 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.254 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.254 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:43.254 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.254 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:43.254 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.254 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.254 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:43.254 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.254 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:43.254 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.255 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.255 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:43.255 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:43.255 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:43.255 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:43.255 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:43.255 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:43.255 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.255 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:43.255 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:43.255 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:43.255 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:43.256 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.257 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:43.257 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:43.257 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:43.257 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 512~512 = 512 2024-07-27T19:12:43.257 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.257 INFO:tasks.workunit.client.0.smithi029.stdout:aio discard: 1536~512 = 0 2024-07-27T19:12:43.257 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:43.257 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:43.257 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:43.257 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:43.257 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:43.257 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 0 2024-07-27T19:12:43.258 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.258 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.258 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 0 2024-07-27T19:12:43.258 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.258 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.258 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 16384 2024-07-27T19:12:43.258 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.258 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.258 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 16384 2024-07-27T19:12:43.258 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.258 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 49152 2024-07-27T19:12:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 49152 2024-07-27T19:12:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 65536 2024-07-27T19:12:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 65536 2024-07-27T19:12:43.260 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.260 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.260 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:43.260 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:43.260 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 98304 2024-07-27T19:12:43.260 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.260 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.260 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 98304 2024-07-27T19:12:43.260 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.260 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.260 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 114688 2024-07-27T19:12:43.260 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.261 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.261 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 114688 2024-07-27T19:12:43.261 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.261 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.261 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:43.261 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:43.261 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 147456 2024-07-27T19:12:43.261 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.261 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.261 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 147456 2024-07-27T19:12:43.261 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.261 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.262 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 163840 2024-07-27T19:12:43.262 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.262 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.262 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 163840 2024-07-27T19:12:43.262 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.262 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.262 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:43.262 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:43.262 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 196608 2024-07-27T19:12:43.262 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.262 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.262 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 196608 2024-07-27T19:12:43.263 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.263 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.263 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 212992 2024-07-27T19:12:43.263 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.263 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.263 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 212992 2024-07-27T19:12:43.263 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.263 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.263 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:43.263 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:43.263 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.263 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.264 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:43.265 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.266 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.266 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.266 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:43.266 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:43.266 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.266 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:43.266 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:43.266 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.266 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:43.266 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.266 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.266 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:43.267 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.267 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.267 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:43.267 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:43.267 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:43.267 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:43.267 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:43.267 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:43.267 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:43.267 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:43 smithi029 ceph-mon[96870]: pool 'test-librbd-smithi029-149820-28' no longer out of quota; removing NO_QUOTA flag 2024-07-27T19:12:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:43 smithi029 ceph-mon[96870]: Health check update: 2 pool(s) full (POOL_FULL) 2024-07-27T19:12:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:43 smithi029 ceph-mon[96870]: osdmap e1707: 8 total, 8 up, 8 in 2024-07-27T19:12:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:43 smithi029 ceph-mon[99353]: pool 'test-librbd-smithi029-149820-28' no longer out of quota; removing NO_QUOTA flag 2024-07-27T19:12:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:43 smithi029 ceph-mon[99353]: Health check update: 2 pool(s) full (POOL_FULL) 2024-07-27T19:12:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:43 smithi029 ceph-mon[99353]: osdmap e1707: 8 total, 8 up, 8 in 2024-07-27T19:12:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:43 smithi179 ceph-mon[89801]: pool 'test-librbd-smithi029-149820-28' no longer out of quota; removing NO_QUOTA flag 2024-07-27T19:12:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:43 smithi179 ceph-mon[89801]: Health check update: 2 pool(s) full (POOL_FULL) 2024-07-27T19:12:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:43 smithi179 ceph-mon[89801]: osdmap e1707: 8 total, 8 up, 8 in 2024-07-27T19:12:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:44 smithi029 ceph-mon[96870]: pgmap v2967: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 438 KiB/s rd, 622 KiB/s wr, 870 op/s 2024-07-27T19:12:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:44 smithi029 ceph-mon[99353]: pgmap v2967: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 438 KiB/s rd, 622 KiB/s wr, 870 op/s 2024-07-27T19:12:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:44 smithi179 ceph-mon[89801]: pgmap v2967: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 438 KiB/s rd, 622 KiB/s wr, 870 op/s 2024-07-27T19:12:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:46 smithi029 ceph-mon[96870]: pgmap v2969: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 850 KiB/s rd, 833 KiB/s wr, 1.29k op/s 2024-07-27T19:12:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:46 smithi029 ceph-mon[99353]: pgmap v2969: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 850 KiB/s rd, 833 KiB/s wr, 1.29k op/s 2024-07-27T19:12:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:46 smithi179 ceph-mon[89801]: pgmap v2969: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 850 KiB/s rd, 833 KiB/s wr, 1.29k op/s 2024-07-27T19:12:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:48 smithi029 ceph-mon[96870]: pgmap v2970: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 836 KiB/s rd, 832 KiB/s wr, 1.27k op/s 2024-07-27T19:12:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:48 smithi029 ceph-mon[99353]: pgmap v2970: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 836 KiB/s rd, 832 KiB/s wr, 1.27k op/s 2024-07-27T19:12:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:48 smithi179 ceph-mon[89801]: pgmap v2970: 553 pgs: 553 active+clean; 11 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 836 KiB/s rd, 832 KiB/s wr, 1.27k op/s 2024-07-27T19:12:49.295 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.295 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.295 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.295 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.295 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.295 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.296 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:49.297 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.297 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.297 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.297 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.297 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.298 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.298 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.298 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.298 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.298 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.298 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.298 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.298 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.298 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.298 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.299 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.299 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.299 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.299 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.299 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.299 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.299 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.299 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.300 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.300 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.300 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.300 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.300 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.300 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.300 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.300 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:49.300 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.300 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.301 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:49.301 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.301 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.301 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.301 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.301 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.301 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.301 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.301 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.301 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.301 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.302 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.302 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.302 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.302 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.302 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.302 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.302 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.302 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.302 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.302 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.302 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.303 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.304 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:49.305 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:49.306 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:49.306 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:49.306 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:49.306 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.306 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.306 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:49.306 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 4 2024-07-27T19:12:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:read: 4 2024-07-27T19:12:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:read: 4 2024-07-27T19:12:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestEncryptionLUKS1 (11702 ms) 2024-07-27T19:12:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestEncryptionLUKS2 2024-07-27T19:12:49.307 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:12:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:50 smithi029 ceph-mon[96870]: pgmap v2971: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 830 KiB/s wr, 926 op/s 2024-07-27T19:12:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:50 smithi029 ceph-mon[99353]: pgmap v2971: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 830 KiB/s wr, 926 op/s 2024-07-27T19:12:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:50 smithi179 ceph-mon[89801]: pgmap v2971: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 830 KiB/s wr, 926 op/s 2024-07-27T19:12:52.748 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:12:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:12:52] "GET /metrics HTTP/1.1" 200 68193 "" "Prometheus/2.43.0" 2024-07-27T19:12:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:52 smithi029 ceph-mon[96870]: pgmap v2972: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 830 KiB/s wr, 926 op/s 2024-07-27T19:12:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:52 smithi029 ceph-mon[99353]: pgmap v2972: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 830 KiB/s wr, 926 op/s 2024-07-27T19:12:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:52 smithi179 ceph-mon[89801]: pgmap v2972: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 830 KiB/s wr, 926 op/s 2024-07-27T19:12:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:12:54.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:12:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:12:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:54 smithi179 ceph-mon[89801]: pgmap v2973: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.7 MiB/s rd, 421 KiB/s wr, 854 op/s 2024-07-27T19:12:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:54 smithi029 ceph-mon[96870]: pgmap v2973: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.7 MiB/s rd, 421 KiB/s wr, 854 op/s 2024-07-27T19:12:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:54 smithi029 ceph-mon[99353]: pgmap v2973: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.7 MiB/s rd, 421 KiB/s wr, 854 op/s 2024-07-27T19:12:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:56 smithi179 ceph-mon[89801]: pgmap v2974: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 185 KiB/s wr, 387 op/s 2024-07-27T19:12:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:56 smithi029 ceph-mon[96870]: pgmap v2974: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 185 KiB/s wr, 387 op/s 2024-07-27T19:12:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:56 smithi029 ceph-mon[99353]: pgmap v2974: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 185 KiB/s wr, 387 op/s 2024-07-27T19:12:58.718 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:58.718 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:58.718 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:58.718 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:58.718 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:12:58.718 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.719 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:58.720 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:58.721 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:58.722 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.723 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:12:58.724 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 512~512 = 512 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:aio discard: 1536~512 = 0 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 0 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 0 2024-07-27T19:12:58.725 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 16384 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 16384 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 49152 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 49152 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.726 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.727 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 65536 2024-07-27T19:12:58.727 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.727 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.727 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 65536 2024-07-27T19:12:58.727 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.727 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.727 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:58.727 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:58.727 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 98304 2024-07-27T19:12:58.727 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.727 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.727 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 98304 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 114688 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 114688 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 147456 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.728 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 147456 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 163840 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 163840 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 196608 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.729 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 196608 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 212992 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 212992 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.730 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.731 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.732 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:58.733 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:58.733 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.733 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:58.733 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:12:58.733 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.733 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:58.733 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.733 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.733 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:58.733 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.734 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.734 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:58.734 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:12:58.734 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:12:58.734 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:12:58.734 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:12:58.734 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:12:58.734 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:12:58.734 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:12:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:12:58 smithi179 ceph-mon[89801]: pgmap v2975: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 175 KiB/s wr, 366 op/s 2024-07-27T19:12:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:12:58 smithi029 ceph-mon[96870]: pgmap v2975: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 175 KiB/s wr, 366 op/s 2024-07-27T19:12:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:12:58 smithi029 ceph-mon[99353]: pgmap v2975: 553 pgs: 553 active+clean; 15 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 175 KiB/s wr, 366 op/s 2024-07-27T19:13:01.128 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:00 smithi029 ceph-mon[96870]: pgmap v2976: 553 pgs: 553 active+clean; 19 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 517 KiB/s wr, 370 op/s 2024-07-27T19:13:01.128 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:00 smithi029 ceph-mon[99353]: pgmap v2976: 553 pgs: 553 active+clean; 19 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 517 KiB/s wr, 370 op/s 2024-07-27T19:13:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:00 smithi179 ceph-mon[89801]: pgmap v2976: 553 pgs: 553 active+clean; 19 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 517 KiB/s wr, 370 op/s 2024-07-27T19:13:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:13:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:13:02] "GET /metrics HTTP/1.1" 200 68185 "" "Prometheus/2.43.0" 2024-07-27T19:13:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:02 smithi179 ceph-mon[89801]: pgmap v2977: 553 pgs: 553 active+clean; 27 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 1.2 MiB/s wr, 455 op/s 2024-07-27T19:13:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:02 smithi029 ceph-mon[96870]: pgmap v2977: 553 pgs: 553 active+clean; 27 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 1.2 MiB/s wr, 455 op/s 2024-07-27T19:13:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:02 smithi029 ceph-mon[99353]: pgmap v2977: 553 pgs: 553 active+clean; 27 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 1.2 MiB/s wr, 455 op/s 2024-07-27T19:13:04.435 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.435 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.435 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.435 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.435 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.435 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.435 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.435 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.435 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.436 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.437 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:13:04.438 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.439 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.441 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:13:04.443 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:13:04.444 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:13:04.444 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:13:04.444 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:13:04.444 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:13:04.444 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:13:04.444 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 4 2024-07-27T19:13:04.444 INFO:tasks.workunit.client.0.smithi029.stdout:read: 4 2024-07-27T19:13:04.444 INFO:tasks.workunit.client.0.smithi029.stdout:read: 4 2024-07-27T19:13:04.444 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestEncryptionLUKS2 (15140 ms) 2024-07-27T19:13:04.444 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCloneEncryption 2024-07-27T19:13:04.444 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:13:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:04 smithi179 ceph-mon[89801]: pgmap v2978: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.6 MiB/s wr, 455 op/s 2024-07-27T19:13:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:04 smithi029 ceph-mon[96870]: pgmap v2978: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.6 MiB/s wr, 455 op/s 2024-07-27T19:13:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:04 smithi029 ceph-mon[99353]: pgmap v2978: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.6 MiB/s wr, 455 op/s 2024-07-27T19:13:06.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:05 smithi179 ceph-mon[89801]: osdmap e1708: 8 total, 8 up, 8 in 2024-07-27T19:13:06.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:05 smithi029 ceph-mon[96870]: osdmap e1708: 8 total, 8 up, 8 in 2024-07-27T19:13:06.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:05 smithi029 ceph-mon[99353]: osdmap e1708: 8 total, 8 up, 8 in 2024-07-27T19:13:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:06 smithi179 ceph-mon[89801]: pgmap v2980: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.0 MiB/s rd, 2.0 MiB/s wr, 869 op/s 2024-07-27T19:13:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:06 smithi029 ceph-mon[96870]: pgmap v2980: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.0 MiB/s rd, 2.0 MiB/s wr, 869 op/s 2024-07-27T19:13:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:06 smithi029 ceph-mon[99353]: pgmap v2980: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.0 MiB/s rd, 2.0 MiB/s wr, 869 op/s 2024-07-27T19:13:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:08 smithi179 ceph-mon[89801]: pgmap v2981: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 MiB/s rd, 2.0 MiB/s wr, 886 op/s 2024-07-27T19:13:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:13:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:13:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:08 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:13:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:08 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:13:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:08 smithi029 ceph-mon[96870]: pgmap v2981: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 MiB/s rd, 2.0 MiB/s wr, 886 op/s 2024-07-27T19:13:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:13:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:13:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:08 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:13:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:08 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:13:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:08 smithi029 ceph-mon[99353]: pgmap v2981: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 MiB/s rd, 2.0 MiB/s wr, 886 op/s 2024-07-27T19:13:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:13:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:13:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:08 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:13:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:08 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:13:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:13:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:13:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:13:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:13:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:13:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:13:10.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:13:10.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:13:10.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:13:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: pgmap v2982: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.6 MiB/s wr, 891 op/s 2024-07-27T19:13:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.10", "id": [2, 3]}]: dispatch 2024-07-27T19:13:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.11", "id": [1, 3]}]: dispatch 2024-07-27T19:13:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.10", "id": [2, 3]}]: dispatch 2024-07-27T19:13:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1b", "id": [2, 4]}]: dispatch 2024-07-27T19:13:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1d", "id": [2, 4]}]: dispatch 2024-07-27T19:13:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.11", "id": [1, 3]}]: dispatch 2024-07-27T19:13:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "95.d", "id": [1, 4]}]: dispatch 2024-07-27T19:13:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1b", "id": [2, 4]}]: dispatch 2024-07-27T19:13:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1d", "id": [2, 4]}]: dispatch 2024-07-27T19:13:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "96.8", "id": [0, 3]}]: dispatch 2024-07-27T19:13:11.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "97.2", "id": [0, 7]}]: dispatch 2024-07-27T19:13:11.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "95.d", "id": [1, 4]}]: dispatch 2024-07-27T19:13:11.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "99.a", "id": [4, 3]}]: dispatch 2024-07-27T19:13:11.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "102.2", "id": [6, 7]}]: dispatch 2024-07-27T19:13:11.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "96.8", "id": [0, 3]}]: dispatch 2024-07-27T19:13:11.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "97.2", "id": [0, 7]}]: dispatch 2024-07-27T19:13:11.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "99.a", "id": [4, 3]}]: dispatch 2024-07-27T19:13:11.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "102.2", "id": [6, 7]}]: dispatch 2024-07-27T19:13:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: pgmap v2982: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.6 MiB/s wr, 891 op/s 2024-07-27T19:13:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.10", "id": [2, 3]}]: dispatch 2024-07-27T19:13:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.11", "id": [1, 3]}]: dispatch 2024-07-27T19:13:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.10", "id": [2, 3]}]: dispatch 2024-07-27T19:13:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1b", "id": [2, 4]}]: dispatch 2024-07-27T19:13:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1d", "id": [2, 4]}]: dispatch 2024-07-27T19:13:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.11", "id": [1, 3]}]: dispatch 2024-07-27T19:13:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "95.d", "id": [1, 4]}]: dispatch 2024-07-27T19:13:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1b", "id": [2, 4]}]: dispatch 2024-07-27T19:13:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1d", "id": [2, 4]}]: dispatch 2024-07-27T19:13:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "96.8", "id": [0, 3]}]: dispatch 2024-07-27T19:13:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "97.2", "id": [0, 7]}]: dispatch 2024-07-27T19:13:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "95.d", "id": [1, 4]}]: dispatch 2024-07-27T19:13:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "99.a", "id": [4, 3]}]: dispatch 2024-07-27T19:13:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "102.2", "id": [6, 7]}]: dispatch 2024-07-27T19:13:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "96.8", "id": [0, 3]}]: dispatch 2024-07-27T19:13:11.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "97.2", "id": [0, 7]}]: dispatch 2024-07-27T19:13:11.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "99.a", "id": [4, 3]}]: dispatch 2024-07-27T19:13:11.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "102.2", "id": [6, 7]}]: dispatch 2024-07-27T19:13:11.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: pgmap v2982: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.6 MiB/s wr, 891 op/s 2024-07-27T19:13:11.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.10", "id": [2, 3]}]: dispatch 2024-07-27T19:13:11.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.11", "id": [1, 3]}]: dispatch 2024-07-27T19:13:11.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.10", "id": [2, 3]}]: dispatch 2024-07-27T19:13:11.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1b", "id": [2, 4]}]: dispatch 2024-07-27T19:13:11.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1d", "id": [2, 4]}]: dispatch 2024-07-27T19:13:11.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.11", "id": [1, 3]}]: dispatch 2024-07-27T19:13:11.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "95.d", "id": [1, 4]}]: dispatch 2024-07-27T19:13:11.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1b", "id": [2, 4]}]: dispatch 2024-07-27T19:13:11.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1d", "id": [2, 4]}]: dispatch 2024-07-27T19:13:11.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "96.8", "id": [0, 3]}]: dispatch 2024-07-27T19:13:11.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "97.2", "id": [0, 7]}]: dispatch 2024-07-27T19:13:11.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "95.d", "id": [1, 4]}]: dispatch 2024-07-27T19:13:11.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "99.a", "id": [4, 3]}]: dispatch 2024-07-27T19:13:11.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "102.2", "id": [6, 7]}]: dispatch 2024-07-27T19:13:11.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "96.8", "id": [0, 3]}]: dispatch 2024-07-27T19:13:11.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "97.2", "id": [0, 7]}]: dispatch 2024-07-27T19:13:11.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "99.a", "id": [4, 3]}]: dispatch 2024-07-27T19:13:11.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "102.2", "id": [6, 7]}]: dispatch 2024-07-27T19:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.10", "id": [2, 3]}]': finished 2024-07-27T19:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.11", "id": [1, 3]}]': finished 2024-07-27T19:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1b", "id": [2, 4]}]': finished 2024-07-27T19:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1d", "id": [2, 4]}]': finished 2024-07-27T19:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "95.d", "id": [1, 4]}]': finished 2024-07-27T19:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "96.8", "id": [0, 3]}]': finished 2024-07-27T19:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "97.2", "id": [0, 7]}]': finished 2024-07-27T19:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "99.a", "id": [4, 3]}]': finished 2024-07-27T19:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "102.2", "id": [6, 7]}]': finished 2024-07-27T19:13:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:11 smithi179 ceph-mon[89801]: osdmap e1709: 8 total, 8 up, 8 in 2024-07-27T19:13:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.10", "id": [2, 3]}]': finished 2024-07-27T19:13:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.11", "id": [1, 3]}]': finished 2024-07-27T19:13:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1b", "id": [2, 4]}]': finished 2024-07-27T19:13:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1d", "id": [2, 4]}]': finished 2024-07-27T19:13:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "95.d", "id": [1, 4]}]': finished 2024-07-27T19:13:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "96.8", "id": [0, 3]}]': finished 2024-07-27T19:13:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "97.2", "id": [0, 7]}]': finished 2024-07-27T19:13:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "99.a", "id": [4, 3]}]': finished 2024-07-27T19:13:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "102.2", "id": [6, 7]}]': finished 2024-07-27T19:13:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[96870]: osdmap e1709: 8 total, 8 up, 8 in 2024-07-27T19:13:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.10", "id": [2, 3]}]': finished 2024-07-27T19:13:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.11", "id": [1, 3]}]': finished 2024-07-27T19:13:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1b", "id": [2, 4]}]': finished 2024-07-27T19:13:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "93.1d", "id": [2, 4]}]': finished 2024-07-27T19:13:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "95.d", "id": [1, 4]}]': finished 2024-07-27T19:13:12.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "96.8", "id": [0, 3]}]': finished 2024-07-27T19:13:12.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "97.2", "id": [0, 7]}]': finished 2024-07-27T19:13:12.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "99.a", "id": [4, 3]}]': finished 2024-07-27T19:13:12.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "102.2", "id": [6, 7]}]': finished 2024-07-27T19:13:12.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:11 smithi029 ceph-mon[99353]: osdmap e1709: 8 total, 8 up, 8 in 2024-07-27T19:13:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:13:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:13:12] "GET /metrics HTTP/1.1" 200 68177 "" "Prometheus/2.43.0" 2024-07-27T19:13:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:12 smithi179 ceph-mon[89801]: pgmap v2984: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 198 KiB/s wr, 448 op/s 2024-07-27T19:13:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:12 smithi179 ceph-mon[89801]: osdmap e1710: 8 total, 8 up, 8 in 2024-07-27T19:13:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:12 smithi029 ceph-mon[99353]: pgmap v2984: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 198 KiB/s wr, 448 op/s 2024-07-27T19:13:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:12 smithi029 ceph-mon[99353]: osdmap e1710: 8 total, 8 up, 8 in 2024-07-27T19:13:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:12 smithi029 ceph-mon[96870]: pgmap v2984: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.3 MiB/s rd, 198 KiB/s wr, 448 op/s 2024-07-27T19:13:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:12 smithi029 ceph-mon[96870]: osdmap e1710: 8 total, 8 up, 8 in 2024-07-27T19:13:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:14 smithi179 ceph-mon[89801]: pgmap v2986: 553 pgs: 4 peering, 549 active+clean; 39 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 624 KiB/s rd, 515 KiB/s wr, 52 op/s; 6 B/s, 0 objects/s recovering 2024-07-27T19:13:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:14 smithi029 ceph-mon[96870]: pgmap v2986: 553 pgs: 4 peering, 549 active+clean; 39 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 624 KiB/s rd, 515 KiB/s wr, 52 op/s; 6 B/s, 0 objects/s recovering 2024-07-27T19:13:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:14 smithi029 ceph-mon[99353]: pgmap v2986: 553 pgs: 4 peering, 549 active+clean; 39 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 624 KiB/s rd, 515 KiB/s wr, 52 op/s; 6 B/s, 0 objects/s recovering 2024-07-27T19:13:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:16 smithi179 ceph-mon[89801]: pgmap v2987: 553 pgs: 4 peering, 549 active+clean; 39 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 515 KiB/s wr, 51 op/s; 6 B/s, 0 objects/s recovering 2024-07-27T19:13:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:16 smithi029 ceph-mon[96870]: pgmap v2987: 553 pgs: 4 peering, 549 active+clean; 39 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 515 KiB/s wr, 51 op/s; 6 B/s, 0 objects/s recovering 2024-07-27T19:13:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:16 smithi029 ceph-mon[99353]: pgmap v2987: 553 pgs: 4 peering, 549 active+clean; 39 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 515 KiB/s wr, 51 op/s; 6 B/s, 0 objects/s recovering 2024-07-27T19:13:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:18 smithi179 ceph-mon[89801]: pgmap v2988: 553 pgs: 553 active+clean; 39 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 66 KiB/s rd, 514 KiB/s wr, 40 op/s; 8 B/s, 0 objects/s recovering 2024-07-27T19:13:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:18 smithi029 ceph-mon[96870]: pgmap v2988: 553 pgs: 553 active+clean; 39 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 66 KiB/s rd, 514 KiB/s wr, 40 op/s; 8 B/s, 0 objects/s recovering 2024-07-27T19:13:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:18 smithi029 ceph-mon[99353]: pgmap v2988: 553 pgs: 553 active+clean; 39 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 66 KiB/s rd, 514 KiB/s wr, 40 op/s; 8 B/s, 0 objects/s recovering 2024-07-27T19:13:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:20 smithi179 ceph-mon[89801]: pgmap v2989: 553 pgs: 553 active+clean; 39 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 63 KiB/s rd, 501 KiB/s wr, 36 op/s; 8 B/s, 0 objects/s recovering 2024-07-27T19:13:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:20 smithi029 ceph-mon[96870]: pgmap v2989: 553 pgs: 553 active+clean; 39 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 63 KiB/s rd, 501 KiB/s wr, 36 op/s; 8 B/s, 0 objects/s recovering 2024-07-27T19:13:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:20 smithi029 ceph-mon[99353]: pgmap v2989: 553 pgs: 553 active+clean; 39 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 63 KiB/s rd, 501 KiB/s wr, 36 op/s; 8 B/s, 0 objects/s recovering 2024-07-27T19:13:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:13:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:13:22] "GET /metrics HTTP/1.1" 200 68177 "" "Prometheus/2.43.0" 2024-07-27T19:13:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:22 smithi179 ceph-mon[89801]: pgmap v2990: 553 pgs: 553 active+clean; 51 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 54 KiB/s rd, 1.6 MiB/s wr, 33 op/s; 6 B/s, 0 objects/s recovering 2024-07-27T19:13:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:22 smithi029 ceph-mon[96870]: pgmap v2990: 553 pgs: 553 active+clean; 51 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 54 KiB/s rd, 1.6 MiB/s wr, 33 op/s; 6 B/s, 0 objects/s recovering 2024-07-27T19:13:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:22 smithi029 ceph-mon[99353]: pgmap v2990: 553 pgs: 553 active+clean; 51 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 54 KiB/s rd, 1.6 MiB/s wr, 33 op/s; 6 B/s, 0 objects/s recovering 2024-07-27T19:13:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:23 smithi179 ceph-mon[89801]: osdmap e1711: 8 total, 8 up, 8 in 2024-07-27T19:13:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:13:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:23 smithi029 ceph-mon[96870]: osdmap e1711: 8 total, 8 up, 8 in 2024-07-27T19:13:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:13:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:23 smithi029 ceph-mon[99353]: osdmap e1711: 8 total, 8 up, 8 in 2024-07-27T19:13:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:13:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:24 smithi179 ceph-mon[89801]: pgmap v2992: 553 pgs: 553 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 72 KiB/s rd, 1.6 MiB/s wr, 21 op/s; 1 B/s, 0 objects/s recovering 2024-07-27T19:13:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:24 smithi029 ceph-mon[96870]: pgmap v2992: 553 pgs: 553 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 72 KiB/s rd, 1.6 MiB/s wr, 21 op/s; 1 B/s, 0 objects/s recovering 2024-07-27T19:13:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:24 smithi029 ceph-mon[99353]: pgmap v2992: 553 pgs: 553 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 72 KiB/s rd, 1.6 MiB/s wr, 21 op/s; 1 B/s, 0 objects/s recovering 2024-07-27T19:13:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:26 smithi179 ceph-mon[89801]: pgmap v2993: 553 pgs: 553 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 72 KiB/s rd, 1.6 MiB/s wr, 19 op/s; 1 B/s, 0 objects/s recovering 2024-07-27T19:13:27.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:26 smithi029 ceph-mon[96870]: pgmap v2993: 553 pgs: 553 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 72 KiB/s rd, 1.6 MiB/s wr, 19 op/s; 1 B/s, 0 objects/s recovering 2024-07-27T19:13:27.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:26 smithi029 ceph-mon[99353]: pgmap v2993: 553 pgs: 553 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 72 KiB/s rd, 1.6 MiB/s wr, 19 op/s; 1 B/s, 0 objects/s recovering 2024-07-27T19:13:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:28 smithi179 ceph-mon[89801]: pgmap v2994: 553 pgs: 553 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 88 KiB/s rd, 1.6 MiB/s wr, 39 op/s 2024-07-27T19:13:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:28 smithi029 ceph-mon[96870]: pgmap v2994: 553 pgs: 553 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 88 KiB/s rd, 1.6 MiB/s wr, 39 op/s 2024-07-27T19:13:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:28 smithi029 ceph-mon[99353]: pgmap v2994: 553 pgs: 553 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 88 KiB/s rd, 1.6 MiB/s wr, 39 op/s 2024-07-27T19:13:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:30 smithi179 ceph-mon[89801]: pgmap v2995: 553 pgs: 553 active+clean; 59 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 89 KiB/s rd, 2.0 MiB/s wr, 40 op/s 2024-07-27T19:13:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:30 smithi029 ceph-mon[96870]: pgmap v2995: 553 pgs: 553 active+clean; 59 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 89 KiB/s rd, 2.0 MiB/s wr, 40 op/s 2024-07-27T19:13:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:30 smithi029 ceph-mon[99353]: pgmap v2995: 553 pgs: 553 active+clean; 59 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 89 KiB/s rd, 2.0 MiB/s wr, 40 op/s 2024-07-27T19:13:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:13:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:13:32] "GET /metrics HTTP/1.1" 200 68191 "" "Prometheus/2.43.0" 2024-07-27T19:13:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:32 smithi179 ceph-mon[89801]: pgmap v2996: 553 pgs: 553 active+clean; 59 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 87 KiB/s rd, 820 KiB/s wr, 36 op/s 2024-07-27T19:13:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:32 smithi029 ceph-mon[96870]: pgmap v2996: 553 pgs: 553 active+clean; 59 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 87 KiB/s rd, 820 KiB/s wr, 36 op/s 2024-07-27T19:13:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:32 smithi029 ceph-mon[99353]: pgmap v2996: 553 pgs: 553 active+clean; 59 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 87 KiB/s rd, 820 KiB/s wr, 36 op/s 2024-07-27T19:13:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:34 smithi179 ceph-mon[89801]: pgmap v2997: 553 pgs: 553 active+clean; 67 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 57 KiB/s rd, 1.2 MiB/s wr, 36 op/s 2024-07-27T19:13:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:34 smithi029 ceph-mon[96870]: pgmap v2997: 553 pgs: 553 active+clean; 67 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 57 KiB/s rd, 1.2 MiB/s wr, 36 op/s 2024-07-27T19:13:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:34 smithi029 ceph-mon[99353]: pgmap v2997: 553 pgs: 553 active+clean; 67 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 57 KiB/s rd, 1.2 MiB/s wr, 36 op/s 2024-07-27T19:13:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:36 smithi179 ceph-mon[89801]: pgmap v2998: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 1.7 MiB/s wr, 33 op/s 2024-07-27T19:13:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:36 smithi029 ceph-mon[96870]: pgmap v2998: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 1.7 MiB/s wr, 33 op/s 2024-07-27T19:13:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:36 smithi029 ceph-mon[99353]: pgmap v2998: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 1.7 MiB/s wr, 33 op/s 2024-07-27T19:13:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:38 smithi179 ceph-mon[89801]: pgmap v2999: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 40 KiB/s rd, 1.7 MiB/s wr, 21 op/s 2024-07-27T19:13:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:13:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:38 smithi029 ceph-mon[96870]: pgmap v2999: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 40 KiB/s rd, 1.7 MiB/s wr, 21 op/s 2024-07-27T19:13:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:13:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:38 smithi029 ceph-mon[99353]: pgmap v2999: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 40 KiB/s rd, 1.7 MiB/s wr, 21 op/s 2024-07-27T19:13:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:13:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:40 smithi179 ceph-mon[89801]: pgmap v3000: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 1.7 MiB/s wr, 5 op/s 2024-07-27T19:13:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:40 smithi029 ceph-mon[99353]: pgmap v3000: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 1.7 MiB/s wr, 5 op/s 2024-07-27T19:13:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:40 smithi029 ceph-mon[96870]: pgmap v3000: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 1.7 MiB/s wr, 5 op/s 2024-07-27T19:13:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:13:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:13:42] "GET /metrics HTTP/1.1" 200 68180 "" "Prometheus/2.43.0" 2024-07-27T19:13:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:42 smithi179 ceph-mon[89801]: pgmap v3001: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 1.3 MiB/s wr, 3 op/s 2024-07-27T19:13:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:42 smithi029 ceph-mon[96870]: pgmap v3001: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 1.3 MiB/s wr, 3 op/s 2024-07-27T19:13:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:42 smithi029 ceph-mon[99353]: pgmap v3001: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 1.3 MiB/s wr, 3 op/s 2024-07-27T19:13:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:43 smithi179 ceph-mon[89801]: osdmap e1712: 8 total, 8 up, 8 in 2024-07-27T19:13:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:43 smithi029 ceph-mon[96870]: osdmap e1712: 8 total, 8 up, 8 in 2024-07-27T19:13:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:43 smithi029 ceph-mon[99353]: osdmap e1712: 8 total, 8 up, 8 in 2024-07-27T19:13:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:44 smithi179 ceph-mon[89801]: pgmap v3003: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 820 KiB/s wr, 12 op/s 2024-07-27T19:13:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:44 smithi029 ceph-mon[96870]: pgmap v3003: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 820 KiB/s wr, 12 op/s 2024-07-27T19:13:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:44 smithi029 ceph-mon[99353]: pgmap v3003: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 820 KiB/s wr, 12 op/s 2024-07-27T19:13:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:46 smithi179 ceph-mon[89801]: pgmap v3004: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 716 B/s wr, 22 op/s 2024-07-27T19:13:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:46 smithi029 ceph-mon[96870]: pgmap v3004: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 716 B/s wr, 22 op/s 2024-07-27T19:13:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:46 smithi029 ceph-mon[99353]: pgmap v3004: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 716 B/s wr, 22 op/s 2024-07-27T19:13:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:48 smithi179 ceph-mon[89801]: pgmap v3005: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 716 B/s wr, 36 op/s 2024-07-27T19:13:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:48 smithi029 ceph-mon[96870]: pgmap v3005: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 716 B/s wr, 36 op/s 2024-07-27T19:13:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:48 smithi029 ceph-mon[99353]: pgmap v3005: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 716 B/s wr, 36 op/s 2024-07-27T19:13:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:50 smithi179 ceph-mon[89801]: pgmap v3006: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.1 KiB/s wr, 42 op/s 2024-07-27T19:13:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:50 smithi029 ceph-mon[96870]: pgmap v3006: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.1 KiB/s wr, 42 op/s 2024-07-27T19:13:51.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:50 smithi029 ceph-mon[99353]: pgmap v3006: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.1 KiB/s wr, 42 op/s 2024-07-27T19:13:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:13:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:13:52] "GET /metrics HTTP/1.1" 200 68180 "" "Prometheus/2.43.0" 2024-07-27T19:13:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:52 smithi179 ceph-mon[89801]: pgmap v3007: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 150 KiB/s rd, 1.1 KiB/s wr, 42 op/s 2024-07-27T19:13:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:52 smithi029 ceph-mon[99353]: pgmap v3007: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 150 KiB/s rd, 1.1 KiB/s wr, 42 op/s 2024-07-27T19:13:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:52 smithi029 ceph-mon[96870]: pgmap v3007: 553 pgs: 553 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 150 KiB/s rd, 1.1 KiB/s wr, 42 op/s 2024-07-27T19:13:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:13:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:13:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:13:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:54 smithi179 ceph-mon[89801]: pgmap v3008: 553 pgs: 553 active+clean; 187 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 557 KiB/s rd, 11 MiB/s wr, 104 op/s 2024-07-27T19:13:55.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:54 smithi179 ceph-mon[89801]: osdmap e1713: 8 total, 8 up, 8 in 2024-07-27T19:13:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:54 smithi029 ceph-mon[96870]: pgmap v3008: 553 pgs: 553 active+clean; 187 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 557 KiB/s rd, 11 MiB/s wr, 104 op/s 2024-07-27T19:13:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:54 smithi029 ceph-mon[96870]: osdmap e1713: 8 total, 8 up, 8 in 2024-07-27T19:13:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:54 smithi029 ceph-mon[99353]: pgmap v3008: 553 pgs: 553 active+clean; 187 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 557 KiB/s rd, 11 MiB/s wr, 104 op/s 2024-07-27T19:13:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:54 smithi029 ceph-mon[99353]: osdmap e1713: 8 total, 8 up, 8 in 2024-07-27T19:13:56.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:55 smithi179 ceph-mon[89801]: osdmap e1714: 8 total, 8 up, 8 in 2024-07-27T19:13:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:55 smithi029 ceph-mon[96870]: osdmap e1714: 8 total, 8 up, 8 in 2024-07-27T19:13:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:55 smithi029 ceph-mon[99353]: osdmap e1714: 8 total, 8 up, 8 in 2024-07-27T19:13:57.001 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 4 2024-07-27T19:13:57.001 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 4 2024-07-27T19:13:57.002 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 4 2024-07-27T19:13:57.002 INFO:tasks.workunit.client.0.smithi029.stdout:read: 4 2024-07-27T19:13:57.002 INFO:tasks.workunit.client.0.smithi029.stdout:read: 4 2024-07-27T19:13:57.002 INFO:tasks.workunit.client.0.smithi029.stdout:read: 4 2024-07-27T19:13:57.002 INFO:tasks.workunit.client.0.smithi029.stdout:read: 4 2024-07-27T19:13:57.002 INFO:tasks.workunit.client.0.smithi029.stdout:read: 4 2024-07-27T19:13:57.002 INFO:tasks.workunit.client.0.smithi029.stdout:read: 4 2024-07-27T19:13:57.002 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCloneEncryption (52567 ms) 2024-07-27T19:13:57.002 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.LUKS1UnderLUKS2WithoutResize 2024-07-27T19:13:57.002 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:13:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:56 smithi179 ceph-mon[89801]: pgmap v3011: 553 pgs: 553 active+clean; 199 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 24 MiB/s wr, 124 op/s 2024-07-27T19:13:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:56 smithi179 ceph-mon[89801]: osdmap e1715: 8 total, 8 up, 8 in 2024-07-27T19:13:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:56 smithi029 ceph-mon[96870]: pgmap v3011: 553 pgs: 553 active+clean; 199 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 24 MiB/s wr, 124 op/s 2024-07-27T19:13:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:56 smithi029 ceph-mon[96870]: osdmap e1715: 8 total, 8 up, 8 in 2024-07-27T19:13:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:56 smithi029 ceph-mon[99353]: pgmap v3011: 553 pgs: 553 active+clean; 199 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 24 MiB/s wr, 124 op/s 2024-07-27T19:13:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:56 smithi029 ceph-mon[99353]: osdmap e1715: 8 total, 8 up, 8 in 2024-07-27T19:13:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:57 smithi029 ceph-mon[99353]: osdmap e1716: 8 total, 8 up, 8 in 2024-07-27T19:13:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:57 smithi029 ceph-mon[96870]: osdmap e1716: 8 total, 8 up, 8 in 2024-07-27T19:13:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:57 smithi179 ceph-mon[89801]: osdmap e1716: 8 total, 8 up, 8 in 2024-07-27T19:13:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:13:58 smithi029 ceph-mon[96870]: pgmap v3014: 553 pgs: 553 active+clean; 179 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 36 MiB/s wr, 149 op/s 2024-07-27T19:13:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:13:58 smithi029 ceph-mon[99353]: pgmap v3014: 553 pgs: 553 active+clean; 179 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 36 MiB/s wr, 149 op/s 2024-07-27T19:13:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:13:58 smithi179 ceph-mon[89801]: pgmap v3014: 553 pgs: 553 active+clean; 179 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 36 MiB/s wr, 149 op/s 2024-07-27T19:14:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:00 smithi029 ceph-mon[96870]: pgmap v3015: 553 pgs: 553 active+clean; 47 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 988 KiB/s rd, 25 MiB/s wr, 209 op/s 2024-07-27T19:14:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:00 smithi029 ceph-mon[99353]: pgmap v3015: 553 pgs: 553 active+clean; 47 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 988 KiB/s rd, 25 MiB/s wr, 209 op/s 2024-07-27T19:14:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:00 smithi179 ceph-mon[89801]: pgmap v3015: 553 pgs: 553 active+clean; 47 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 988 KiB/s rd, 25 MiB/s wr, 209 op/s 2024-07-27T19:14:02.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:01 smithi029 ceph-mon[96870]: osdmap e1717: 8 total, 8 up, 8 in 2024-07-27T19:14:02.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:01 smithi029 ceph-mon[99353]: osdmap e1717: 8 total, 8 up, 8 in 2024-07-27T19:14:02.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:01 smithi179 ceph-mon[89801]: osdmap e1717: 8 total, 8 up, 8 in 2024-07-27T19:14:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:14:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:14:02] "GET /metrics HTTP/1.1" 200 68199 "" "Prometheus/2.43.0" 2024-07-27T19:14:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:02 smithi029 ceph-mon[96870]: pgmap v3017: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 144 KiB/s rd, 11 MiB/s wr, 147 op/s 2024-07-27T19:14:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:02 smithi029 ceph-mon[99353]: pgmap v3017: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 144 KiB/s rd, 11 MiB/s wr, 147 op/s 2024-07-27T19:14:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:02 smithi179 ceph-mon[89801]: pgmap v3017: 553 pgs: 553 active+clean; 35 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 144 KiB/s rd, 11 MiB/s wr, 147 op/s 2024-07-27T19:14:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:04 smithi179 ceph-mon[89801]: pgmap v3018: 553 pgs: 553 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 166 KiB/s rd, 12 MiB/s wr, 184 op/s 2024-07-27T19:14:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:04 smithi179 ceph-mon[89801]: osdmap e1718: 8 total, 8 up, 8 in 2024-07-27T19:14:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:04 smithi029 ceph-mon[96870]: pgmap v3018: 553 pgs: 553 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 166 KiB/s rd, 12 MiB/s wr, 184 op/s 2024-07-27T19:14:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:04 smithi029 ceph-mon[96870]: osdmap e1718: 8 total, 8 up, 8 in 2024-07-27T19:14:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:04 smithi029 ceph-mon[99353]: pgmap v3018: 553 pgs: 553 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 166 KiB/s rd, 12 MiB/s wr, 184 op/s 2024-07-27T19:14:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:04 smithi029 ceph-mon[99353]: osdmap e1718: 8 total, 8 up, 8 in 2024-07-27T19:14:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:06 smithi179 ceph-mon[89801]: pgmap v3020: 553 pgs: 553 active+clean; 64 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 88 KiB/s rd, 3.6 MiB/s wr, 126 op/s 2024-07-27T19:14:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:06 smithi029 ceph-mon[96870]: pgmap v3020: 553 pgs: 553 active+clean; 64 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 88 KiB/s rd, 3.6 MiB/s wr, 126 op/s 2024-07-27T19:14:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:06 smithi029 ceph-mon[99353]: pgmap v3020: 553 pgs: 553 active+clean; 64 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 88 KiB/s rd, 3.6 MiB/s wr, 126 op/s 2024-07-27T19:14:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:08 smithi029 ceph-mon[96870]: pgmap v3021: 553 pgs: 553 active+clean; 64 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 46 KiB/s rd, 3.6 MiB/s wr, 65 op/s 2024-07-27T19:14:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:08 smithi029 ceph-mon[99353]: pgmap v3021: 553 pgs: 553 active+clean; 64 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 46 KiB/s rd, 3.6 MiB/s wr, 65 op/s 2024-07-27T19:14:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:08 smithi179 ceph-mon[89801]: pgmap v3021: 553 pgs: 553 active+clean; 64 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 46 KiB/s rd, 3.6 MiB/s wr, 65 op/s 2024-07-27T19:14:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:09 smithi029 ceph-mon[96870]: osdmap e1719: 8 total, 8 up, 8 in 2024-07-27T19:14:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:14:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:14:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:14:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:14:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:09 smithi029 ceph-mon[99353]: osdmap e1719: 8 total, 8 up, 8 in 2024-07-27T19:14:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:14:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:14:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:14:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:14:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:09 smithi179 ceph-mon[89801]: osdmap e1719: 8 total, 8 up, 8 in 2024-07-27T19:14:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:14:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:14:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:14:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:14:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:10 smithi029 ceph-mon[96870]: pgmap v3023: 553 pgs: 553 active+clean; 64 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 40 KiB/s rd, 3.6 MiB/s wr, 54 op/s 2024-07-27T19:14:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:14:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:14:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:14:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:10 smithi029 ceph-mon[99353]: pgmap v3023: 553 pgs: 553 active+clean; 64 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 40 KiB/s rd, 3.6 MiB/s wr, 54 op/s 2024-07-27T19:14:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:14:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:14:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:14:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:10 smithi179 ceph-mon[89801]: pgmap v3023: 553 pgs: 553 active+clean; 64 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 40 KiB/s rd, 3.6 MiB/s wr, 54 op/s 2024-07-27T19:14:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:14:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:14:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:14:12.574 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.LUKS1UnderLUKS2WithoutResize (15573 ms) 2024-07-27T19:14:12.575 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.LUKS2UnderLUKS1WithoutResize 2024-07-27T19:14:12.575 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:14:12.677 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:14:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:14:12] "GET /metrics HTTP/1.1" 200 68196 "" "Prometheus/2.43.0" 2024-07-27T19:14:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:12 smithi029 ceph-mon[96870]: pgmap v3024: 553 pgs: 553 active+clean; 64 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 1.1 MiB/s wr, 1 op/s 2024-07-27T19:14:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:12 smithi029 ceph-mon[99353]: pgmap v3024: 553 pgs: 553 active+clean; 64 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 1.1 MiB/s wr, 1 op/s 2024-07-27T19:14:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:12 smithi179 ceph-mon[89801]: pgmap v3024: 553 pgs: 553 active+clean; 64 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 1.1 MiB/s wr, 1 op/s 2024-07-27T19:14:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:14 smithi029 ceph-mon[96870]: pgmap v3025: 553 pgs: 553 active+clean; 72 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 33 KiB/s rd, 1.8 MiB/s wr, 6 op/s 2024-07-27T19:14:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:14 smithi029 ceph-mon[99353]: pgmap v3025: 553 pgs: 553 active+clean; 72 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 33 KiB/s rd, 1.8 MiB/s wr, 6 op/s 2024-07-27T19:14:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:14 smithi179 ceph-mon[89801]: pgmap v3025: 553 pgs: 553 active+clean; 72 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 33 KiB/s rd, 1.8 MiB/s wr, 6 op/s 2024-07-27T19:14:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:16 smithi029 ceph-mon[96870]: pgmap v3026: 553 pgs: 553 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 162 KiB/s rd, 1.6 MiB/s wr, 5 op/s 2024-07-27T19:14:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:16 smithi029 ceph-mon[99353]: pgmap v3026: 553 pgs: 553 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 162 KiB/s rd, 1.6 MiB/s wr, 5 op/s 2024-07-27T19:14:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:16 smithi179 ceph-mon[89801]: pgmap v3026: 553 pgs: 553 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 162 KiB/s rd, 1.6 MiB/s wr, 5 op/s 2024-07-27T19:14:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:18 smithi029 ceph-mon[96870]: pgmap v3027: 553 pgs: 553 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 984 KiB/s rd, 1.6 MiB/s wr, 8 op/s 2024-07-27T19:14:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:18 smithi029 ceph-mon[99353]: pgmap v3027: 553 pgs: 553 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 984 KiB/s rd, 1.6 MiB/s wr, 8 op/s 2024-07-27T19:14:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:18 smithi179 ceph-mon[89801]: pgmap v3027: 553 pgs: 553 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 984 KiB/s rd, 1.6 MiB/s wr, 8 op/s 2024-07-27T19:14:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:20 smithi029 ceph-mon[99353]: pgmap v3028: 553 pgs: 553 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.5 MiB/s wr, 8 op/s 2024-07-27T19:14:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:20 smithi029 ceph-mon[96870]: pgmap v3028: 553 pgs: 553 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.5 MiB/s wr, 8 op/s 2024-07-27T19:14:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:20 smithi179 ceph-mon[89801]: pgmap v3028: 553 pgs: 553 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.5 MiB/s wr, 8 op/s 2024-07-27T19:14:22.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:21 smithi029 ceph-mon[99353]: osdmap e1720: 8 total, 8 up, 8 in 2024-07-27T19:14:22.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:21 smithi029 ceph-mon[96870]: osdmap e1720: 8 total, 8 up, 8 in 2024-07-27T19:14:22.064 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:21 smithi179 ceph-mon[89801]: osdmap e1720: 8 total, 8 up, 8 in 2024-07-27T19:14:22.708 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:14:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:14:22] "GET /metrics HTTP/1.1" 200 68196 "" "Prometheus/2.43.0" 2024-07-27T19:14:23.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:22 smithi029 ceph-mon[96870]: pgmap v3030: 553 pgs: 553 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 1.6 MiB/s wr, 9 op/s 2024-07-27T19:14:23.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:22 smithi029 ceph-mon[99353]: pgmap v3030: 553 pgs: 553 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 1.6 MiB/s wr, 9 op/s 2024-07-27T19:14:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:22 smithi179 ceph-mon[89801]: pgmap v3030: 553 pgs: 553 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 1.6 MiB/s wr, 9 op/s 2024-07-27T19:14:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:14:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:14:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:14:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:24 smithi029 ceph-mon[96870]: pgmap v3031: 553 pgs: 553 active+clean; 97 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 2.5 MiB/s wr, 38 op/s 2024-07-27T19:14:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:24 smithi029 ceph-mon[99353]: pgmap v3031: 553 pgs: 553 active+clean; 97 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 2.5 MiB/s wr, 38 op/s 2024-07-27T19:14:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:24 smithi179 ceph-mon[89801]: pgmap v3031: 553 pgs: 553 active+clean; 97 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 2.5 MiB/s wr, 38 op/s 2024-07-27T19:14:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:26 smithi029 ceph-mon[96870]: pgmap v3032: 553 pgs: 553 active+clean; 121 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 4.1 MiB/s wr, 38 op/s 2024-07-27T19:14:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:26 smithi029 ceph-mon[99353]: pgmap v3032: 553 pgs: 553 active+clean; 121 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 4.1 MiB/s wr, 38 op/s 2024-07-27T19:14:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:26 smithi179 ceph-mon[89801]: pgmap v3032: 553 pgs: 553 active+clean; 121 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 4.1 MiB/s wr, 38 op/s 2024-07-27T19:14:28.368 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.LUKS2UnderLUKS1WithoutResize (15793 ms) 2024-07-27T19:14:28.368 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.EncryptionFormatNoData 2024-07-27T19:14:28.368 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:14:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:28 smithi029 ceph-mon[96870]: pgmap v3033: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 463 KiB/s rd, 4.5 MiB/s wr, 36 op/s 2024-07-27T19:14:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:28 smithi029 ceph-mon[99353]: pgmap v3033: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 463 KiB/s rd, 4.5 MiB/s wr, 36 op/s 2024-07-27T19:14:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:28 smithi179 ceph-mon[89801]: pgmap v3033: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 463 KiB/s rd, 4.5 MiB/s wr, 36 op/s 2024-07-27T19:14:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:30 smithi029 ceph-mon[96870]: pgmap v3034: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 873 KiB/s rd, 4.5 MiB/s wr, 36 op/s 2024-07-27T19:14:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:30 smithi029 ceph-mon[99353]: pgmap v3034: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 873 KiB/s rd, 4.5 MiB/s wr, 36 op/s 2024-07-27T19:14:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:30 smithi179 ceph-mon[89801]: pgmap v3034: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 873 KiB/s rd, 4.5 MiB/s wr, 36 op/s 2024-07-27T19:14:32.595 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.EncryptionFormatNoData (4228 ms) 2024-07-27T19:14:32.596 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.EncryptionLoadBadSize 2024-07-27T19:14:32.596 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:14:32.723 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:14:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:14:32] "GET /metrics HTTP/1.1" 200 68197 "" "Prometheus/2.43.0" 2024-07-27T19:14:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:32 smithi029 ceph-mon[99353]: pgmap v3035: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 4.4 MiB/s wr, 35 op/s 2024-07-27T19:14:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:32 smithi029 ceph-mon[96870]: pgmap v3035: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 4.4 MiB/s wr, 35 op/s 2024-07-27T19:14:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:32 smithi179 ceph-mon[89801]: pgmap v3035: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 4.4 MiB/s wr, 35 op/s 2024-07-27T19:14:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:34 smithi029 ceph-mon[99353]: pgmap v3036: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.8 MiB/s wr, 38 op/s 2024-07-27T19:14:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:34 smithi029 ceph-mon[96870]: pgmap v3036: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.8 MiB/s wr, 38 op/s 2024-07-27T19:14:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:34 smithi179 ceph-mon[89801]: pgmap v3036: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 3.8 MiB/s wr, 38 op/s 2024-07-27T19:14:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:36 smithi029 ceph-mon[96870]: pgmap v3037: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 10 op/s 2024-07-27T19:14:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:36 smithi029 ceph-mon[99353]: pgmap v3037: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 10 op/s 2024-07-27T19:14:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:36 smithi179 ceph-mon[89801]: pgmap v3037: 553 pgs: 553 active+clean; 125 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 10 op/s 2024-07-27T19:14:38.166 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.EncryptionLoadBadSize (5568 ms) 2024-07-27T19:14:38.167 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.EncryptionLoadBadStripePattern 2024-07-27T19:14:38.167 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_librbd.cc:2905: Skipped 2024-07-27T19:14:38.167 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:14:38.167 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestLibRBD.EncryptionLoadBadStripePattern (0 ms) 2024-07-27T19:14:38.167 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.EncryptionLoadFormatMismatch 2024-07-27T19:14:38.167 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:14:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:38 smithi029 ceph-mon[96870]: pgmap v3038: 553 pgs: 553 active+clean; 129 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 684 KiB/s wr, 14 op/s 2024-07-27T19:14:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:14:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:38 smithi029 ceph-mon[99353]: pgmap v3038: 553 pgs: 553 active+clean; 129 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 684 KiB/s wr, 14 op/s 2024-07-27T19:14:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:14:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:38 smithi179 ceph-mon[89801]: pgmap v3038: 553 pgs: 553 active+clean; 129 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 684 KiB/s wr, 14 op/s 2024-07-27T19:14:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:14:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:40 smithi029 ceph-mon[96870]: pgmap v3039: 553 pgs: 553 active+clean; 129 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 342 KiB/s wr, 17 op/s 2024-07-27T19:14:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:40 smithi029 ceph-mon[99353]: pgmap v3039: 553 pgs: 553 active+clean; 129 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 342 KiB/s wr, 17 op/s 2024-07-27T19:14:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:40 smithi179 ceph-mon[89801]: pgmap v3039: 553 pgs: 553 active+clean; 129 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 342 KiB/s wr, 17 op/s 2024-07-27T19:14:42.740 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:14:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:14:42] "GET /metrics HTTP/1.1" 200 68197 "" "Prometheus/2.43.0" 2024-07-27T19:14:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:42 smithi029 ceph-mon[96870]: pgmap v3040: 553 pgs: 553 active+clean; 133 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 683 KiB/s wr, 17 op/s 2024-07-27T19:14:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:42 smithi029 ceph-mon[96870]: osdmap e1721: 8 total, 8 up, 8 in 2024-07-27T19:14:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:42 smithi029 ceph-mon[99353]: pgmap v3040: 553 pgs: 553 active+clean; 133 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 683 KiB/s wr, 17 op/s 2024-07-27T19:14:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:42 smithi029 ceph-mon[99353]: osdmap e1721: 8 total, 8 up, 8 in 2024-07-27T19:14:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:42 smithi179 ceph-mon[89801]: pgmap v3040: 553 pgs: 553 active+clean; 133 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 683 KiB/s wr, 17 op/s 2024-07-27T19:14:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:42 smithi179 ceph-mon[89801]: osdmap e1721: 8 total, 8 up, 8 in 2024-07-27T19:14:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:43 smithi179 ceph-mon[89801]: osdmap e1722: 8 total, 8 up, 8 in 2024-07-27T19:14:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:43 smithi029 ceph-mon[96870]: osdmap e1722: 8 total, 8 up, 8 in 2024-07-27T19:14:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:43 smithi029 ceph-mon[99353]: osdmap e1722: 8 total, 8 up, 8 in 2024-07-27T19:14:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:44 smithi179 ceph-mon[89801]: pgmap v3043: 553 pgs: 553 active+clean; 133 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 92 KiB/s rd, 1.0 MiB/s wr, 29 op/s 2024-07-27T19:14:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:44 smithi029 ceph-mon[96870]: pgmap v3043: 553 pgs: 553 active+clean; 133 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 92 KiB/s rd, 1.0 MiB/s wr, 29 op/s 2024-07-27T19:14:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:44 smithi029 ceph-mon[99353]: pgmap v3043: 553 pgs: 553 active+clean; 133 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 92 KiB/s rd, 1.0 MiB/s wr, 29 op/s 2024-07-27T19:14:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:46 smithi179 ceph-mon[89801]: pgmap v3044: 553 pgs: 553 active+clean; 133 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 119 KiB/s rd, 515 KiB/s wr, 61 op/s 2024-07-27T19:14:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:46 smithi029 ceph-mon[96870]: pgmap v3044: 553 pgs: 553 active+clean; 133 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 119 KiB/s rd, 515 KiB/s wr, 61 op/s 2024-07-27T19:14:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:46 smithi029 ceph-mon[99353]: pgmap v3044: 553 pgs: 553 active+clean; 133 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 119 KiB/s rd, 515 KiB/s wr, 61 op/s 2024-07-27T19:14:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:48 smithi179 ceph-mon[89801]: pgmap v3045: 553 pgs: 553 active+clean; 137 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 1.0 MiB/s wr, 81 op/s 2024-07-27T19:14:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:48 smithi029 ceph-mon[96870]: pgmap v3045: 553 pgs: 553 active+clean; 137 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 1.0 MiB/s wr, 81 op/s 2024-07-27T19:14:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:48 smithi029 ceph-mon[99353]: pgmap v3045: 553 pgs: 553 active+clean; 137 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 1.0 MiB/s wr, 81 op/s 2024-07-27T19:14:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:50 smithi179 ceph-mon[89801]: pgmap v3046: 553 pgs: 553 active+clean; 137 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 62 KiB/s rd, 515 KiB/s wr, 80 op/s 2024-07-27T19:14:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:50 smithi029 ceph-mon[96870]: pgmap v3046: 553 pgs: 553 active+clean; 137 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 62 KiB/s rd, 515 KiB/s wr, 80 op/s 2024-07-27T19:14:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:50 smithi029 ceph-mon[99353]: pgmap v3046: 553 pgs: 553 active+clean; 137 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 62 KiB/s rd, 515 KiB/s wr, 80 op/s 2024-07-27T19:14:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:14:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:14:52] "GET /metrics HTTP/1.1" 200 68197 "" "Prometheus/2.43.0" 2024-07-27T19:14:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:52 smithi179 ceph-mon[89801]: pgmap v3047: 553 pgs: 553 active+clean; 137 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 52 KiB/s rd, 443 KiB/s wr, 67 op/s 2024-07-27T19:14:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:52 smithi029 ceph-mon[96870]: pgmap v3047: 553 pgs: 553 active+clean; 137 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 52 KiB/s rd, 443 KiB/s wr, 67 op/s 2024-07-27T19:14:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:52 smithi029 ceph-mon[99353]: pgmap v3047: 553 pgs: 553 active+clean; 137 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 52 KiB/s rd, 443 KiB/s wr, 67 op/s 2024-07-27T19:14:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:14:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:14:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:14:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:54 smithi179 ceph-mon[89801]: pgmap v3048: 553 pgs: 553 active+clean; 149 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 468 KiB/s rd, 1.6 MiB/s wr, 55 op/s 2024-07-27T19:14:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:54 smithi029 ceph-mon[96870]: pgmap v3048: 553 pgs: 553 active+clean; 149 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 468 KiB/s rd, 1.6 MiB/s wr, 55 op/s 2024-07-27T19:14:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:54 smithi029 ceph-mon[99353]: pgmap v3048: 553 pgs: 553 active+clean; 149 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 468 KiB/s rd, 1.6 MiB/s wr, 55 op/s 2024-07-27T19:14:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:56 smithi179 ceph-mon[89801]: pgmap v3049: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 406 KiB/s rd, 1.7 MiB/s wr, 52 op/s 2024-07-27T19:14:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:56 smithi029 ceph-mon[96870]: pgmap v3049: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 406 KiB/s rd, 1.7 MiB/s wr, 52 op/s 2024-07-27T19:14:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:56 smithi029 ceph-mon[99353]: pgmap v3049: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 406 KiB/s rd, 1.7 MiB/s wr, 52 op/s 2024-07-27T19:14:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:14:58 smithi179 ceph-mon[89801]: pgmap v3050: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 1.7 MiB/s wr, 31 op/s 2024-07-27T19:14:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:14:58 smithi029 ceph-mon[96870]: pgmap v3050: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 1.7 MiB/s wr, 31 op/s 2024-07-27T19:14:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:14:58 smithi029 ceph-mon[99353]: pgmap v3050: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 1.7 MiB/s wr, 31 op/s 2024-07-27T19:15:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:00 smithi179 ceph-mon[89801]: pgmap v3051: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.3 MiB/s wr, 13 op/s 2024-07-27T19:15:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:00 smithi029 ceph-mon[96870]: pgmap v3051: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.3 MiB/s wr, 13 op/s 2024-07-27T19:15:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:00 smithi029 ceph-mon[99353]: pgmap v3051: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.3 MiB/s wr, 13 op/s 2024-07-27T19:15:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:15:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:15:02] "GET /metrics HTTP/1.1" 200 68201 "" "Prometheus/2.43.0" 2024-07-27T19:15:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:02 smithi179 ceph-mon[89801]: pgmap v3052: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.3 MiB/s wr, 13 op/s 2024-07-27T19:15:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:02 smithi029 ceph-mon[96870]: pgmap v3052: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.3 MiB/s wr, 13 op/s 2024-07-27T19:15:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:02 smithi029 ceph-mon[99353]: pgmap v3052: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.3 MiB/s wr, 13 op/s 2024-07-27T19:15:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:04 smithi179 ceph-mon[89801]: pgmap v3053: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 MiB/s rd, 1.3 MiB/s wr, 15 op/s 2024-07-27T19:15:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:04 smithi029 ceph-mon[96870]: pgmap v3053: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 MiB/s rd, 1.3 MiB/s wr, 15 op/s 2024-07-27T19:15:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:04 smithi029 ceph-mon[99353]: pgmap v3053: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 MiB/s rd, 1.3 MiB/s wr, 15 op/s 2024-07-27T19:15:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:06 smithi179 ceph-mon[89801]: pgmap v3054: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 MiB/s rd, 342 KiB/s wr, 14 op/s 2024-07-27T19:15:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:06 smithi029 ceph-mon[96870]: pgmap v3054: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 MiB/s rd, 342 KiB/s wr, 14 op/s 2024-07-27T19:15:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:06 smithi029 ceph-mon[99353]: pgmap v3054: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 MiB/s rd, 342 KiB/s wr, 14 op/s 2024-07-27T19:15:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:08 smithi179 ceph-mon[89801]: pgmap v3055: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.1 MiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:15:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:15:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:08 smithi029 ceph-mon[99353]: pgmap v3055: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.1 MiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:15:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:15:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:08 smithi029 ceph-mon[96870]: pgmap v3055: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.1 MiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:15:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:15:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:10 smithi179 ceph-mon[89801]: pgmap v3056: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 MiB/s rd, 3 op/s 2024-07-27T19:15:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:15:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:15:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:15:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:10 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:15:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:10 smithi029 ceph-mon[96870]: pgmap v3056: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 MiB/s rd, 3 op/s 2024-07-27T19:15:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:15:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:15:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:15:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:10 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:15:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:10 smithi029 ceph-mon[99353]: pgmap v3056: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 MiB/s rd, 3 op/s 2024-07-27T19:15:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:15:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:15:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:15:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:10 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:15:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:15:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:15:12] "GET /metrics HTTP/1.1" 200 68189 "" "Prometheus/2.43.0" 2024-07-27T19:15:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:12 smithi179 ceph-mon[89801]: pgmap v3057: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 MiB/s rd, 2 op/s 2024-07-27T19:15:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:12 smithi029 ceph-mon[96870]: pgmap v3057: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 MiB/s rd, 2 op/s 2024-07-27T19:15:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:12 smithi029 ceph-mon[99353]: pgmap v3057: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 MiB/s rd, 2 op/s 2024-07-27T19:15:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:14 smithi179 ceph-mon[89801]: pgmap v3058: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 MiB/s rd, 2 op/s 2024-07-27T19:15:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:14 smithi029 ceph-mon[96870]: pgmap v3058: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 MiB/s rd, 2 op/s 2024-07-27T19:15:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:14 smithi029 ceph-mon[99353]: pgmap v3058: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 MiB/s rd, 2 op/s 2024-07-27T19:15:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:16 smithi179 ceph-mon[89801]: pgmap v3059: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 1 op/s 2024-07-27T19:15:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:16 smithi029 ceph-mon[99353]: pgmap v3059: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 1 op/s 2024-07-27T19:15:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:16 smithi029 ceph-mon[96870]: pgmap v3059: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 1 op/s 2024-07-27T19:15:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:18 smithi179 ceph-mon[89801]: pgmap v3060: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 1 op/s 2024-07-27T19:15:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:18 smithi029 ceph-mon[96870]: pgmap v3060: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 1 op/s 2024-07-27T19:15:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:18 smithi029 ceph-mon[99353]: pgmap v3060: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 1 op/s 2024-07-27T19:15:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:20 smithi179 ceph-mon[89801]: pgmap v3061: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 1 op/s 2024-07-27T19:15:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:20 smithi029 ceph-mon[96870]: pgmap v3061: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 1 op/s 2024-07-27T19:15:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:20 smithi029 ceph-mon[99353]: pgmap v3061: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 1 op/s 2024-07-27T19:15:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:15:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:15:22] "GET /metrics HTTP/1.1" 200 68189 "" "Prometheus/2.43.0" 2024-07-27T19:15:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:22 smithi179 ceph-mon[89801]: pgmap v3062: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 0 op/s 2024-07-27T19:15:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:22 smithi029 ceph-mon[96870]: pgmap v3062: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 0 op/s 2024-07-27T19:15:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:22 smithi029 ceph-mon[99353]: pgmap v3062: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 0 op/s 2024-07-27T19:15:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:15:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:15:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:15:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:24 smithi179 ceph-mon[89801]: pgmap v3063: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 1 op/s 2024-07-27T19:15:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:24 smithi029 ceph-mon[96870]: pgmap v3063: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 1 op/s 2024-07-27T19:15:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:24 smithi029 ceph-mon[99353]: pgmap v3063: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 1 op/s 2024-07-27T19:15:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:26 smithi179 ceph-mon[89801]: pgmap v3064: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 1 op/s 2024-07-27T19:15:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:26 smithi029 ceph-mon[96870]: pgmap v3064: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 1 op/s 2024-07-27T19:15:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:26 smithi029 ceph-mon[99353]: pgmap v3064: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 1 op/s 2024-07-27T19:15:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:28 smithi179 ceph-mon[89801]: pgmap v3065: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 1 op/s 2024-07-27T19:15:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:28 smithi029 ceph-mon[99353]: pgmap v3065: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 1 op/s 2024-07-27T19:15:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:28 smithi029 ceph-mon[96870]: pgmap v3065: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 2.1 MiB/s rd, 1 op/s 2024-07-27T19:15:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:30 smithi179 ceph-mon[89801]: pgmap v3066: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 1 op/s 2024-07-27T19:15:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:30 smithi029 ceph-mon[99353]: pgmap v3066: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 1 op/s 2024-07-27T19:15:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:30 smithi029 ceph-mon[96870]: pgmap v3066: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 1 op/s 2024-07-27T19:15:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:15:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:15:32] "GET /metrics HTTP/1.1" 200 68188 "" "Prometheus/2.43.0" 2024-07-27T19:15:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:32 smithi179 ceph-mon[89801]: pgmap v3067: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 1 op/s 2024-07-27T19:15:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:32 smithi029 ceph-mon[96870]: pgmap v3067: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 1 op/s 2024-07-27T19:15:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:32 smithi029 ceph-mon[99353]: pgmap v3067: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.4 MiB/s rd, 1 op/s 2024-07-27T19:15:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:34 smithi179 ceph-mon[89801]: pgmap v3068: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 1 op/s 2024-07-27T19:15:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:34 smithi029 ceph-mon[96870]: pgmap v3068: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 1 op/s 2024-07-27T19:15:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:34 smithi029 ceph-mon[99353]: pgmap v3068: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 1 op/s 2024-07-27T19:15:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:36 smithi179 ceph-mon[89801]: pgmap v3069: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 806 KiB/s rd, 5 op/s 2024-07-27T19:15:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:36 smithi029 ceph-mon[96870]: pgmap v3069: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 806 KiB/s rd, 5 op/s 2024-07-27T19:15:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:36 smithi029 ceph-mon[99353]: pgmap v3069: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 806 KiB/s rd, 5 op/s 2024-07-27T19:15:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:38 smithi179 ceph-mon[89801]: pgmap v3070: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 857 KiB/s rd, 8 op/s 2024-07-27T19:15:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:15:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:38 smithi029 ceph-mon[96870]: pgmap v3070: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 857 KiB/s rd, 8 op/s 2024-07-27T19:15:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:15:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:38 smithi029 ceph-mon[99353]: pgmap v3070: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 857 KiB/s rd, 8 op/s 2024-07-27T19:15:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:15:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:40 smithi179 ceph-mon[89801]: pgmap v3071: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 155 KiB/s rd, 13 op/s 2024-07-27T19:15:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:40 smithi029 ceph-mon[96870]: pgmap v3071: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 155 KiB/s rd, 13 op/s 2024-07-27T19:15:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:40 smithi029 ceph-mon[99353]: pgmap v3071: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 155 KiB/s rd, 13 op/s 2024-07-27T19:15:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:15:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:15:42] "GET /metrics HTTP/1.1" 200 68185 "" "Prometheus/2.43.0" 2024-07-27T19:15:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:42 smithi179 ceph-mon[89801]: pgmap v3072: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 131 KiB/s rd, 13 op/s 2024-07-27T19:15:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:42 smithi029 ceph-mon[96870]: pgmap v3072: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 131 KiB/s rd, 13 op/s 2024-07-27T19:15:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:42 smithi029 ceph-mon[99353]: pgmap v3072: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 131 KiB/s rd, 13 op/s 2024-07-27T19:15:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:44 smithi179 ceph-mon[89801]: pgmap v3073: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 16 op/s 2024-07-27T19:15:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:44 smithi029 ceph-mon[96870]: pgmap v3073: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 16 op/s 2024-07-27T19:15:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:44 smithi029 ceph-mon[99353]: pgmap v3073: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 16 op/s 2024-07-27T19:15:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:46 smithi179 ceph-mon[89801]: pgmap v3074: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 111 KiB/s rd, 170 B/s wr, 18 op/s 2024-07-27T19:15:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:46 smithi029 ceph-mon[96870]: pgmap v3074: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 111 KiB/s rd, 170 B/s wr, 18 op/s 2024-07-27T19:15:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:46 smithi029 ceph-mon[99353]: pgmap v3074: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 111 KiB/s rd, 170 B/s wr, 18 op/s 2024-07-27T19:15:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:48 smithi179 ceph-mon[89801]: pgmap v3075: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 158 KiB/s rd, 255 B/s wr, 17 op/s 2024-07-27T19:15:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:48 smithi029 ceph-mon[96870]: pgmap v3075: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 158 KiB/s rd, 255 B/s wr, 17 op/s 2024-07-27T19:15:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:48 smithi029 ceph-mon[99353]: pgmap v3075: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 158 KiB/s rd, 255 B/s wr, 17 op/s 2024-07-27T19:15:51.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:50 smithi179 ceph-mon[89801]: pgmap v3076: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 255 B/s wr, 16 op/s 2024-07-27T19:15:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:50 smithi029 ceph-mon[96870]: pgmap v3076: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 255 B/s wr, 16 op/s 2024-07-27T19:15:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:50 smithi029 ceph-mon[99353]: pgmap v3076: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 255 B/s wr, 16 op/s 2024-07-27T19:15:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:15:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:15:52] "GET /metrics HTTP/1.1" 200 68185 "" "Prometheus/2.43.0" 2024-07-27T19:15:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:52 smithi179 ceph-mon[89801]: pgmap v3077: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 129 KiB/s rd, 255 B/s wr, 12 op/s 2024-07-27T19:15:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:52 smithi029 ceph-mon[96870]: pgmap v3077: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 129 KiB/s rd, 255 B/s wr, 12 op/s 2024-07-27T19:15:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:52 smithi029 ceph-mon[99353]: pgmap v3077: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 129 KiB/s rd, 255 B/s wr, 12 op/s 2024-07-27T19:15:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:15:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:15:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:15:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:54 smithi179 ceph-mon[89801]: pgmap v3078: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 180 KiB/s rd, 255 B/s wr, 15 op/s 2024-07-27T19:15:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:54 smithi029 ceph-mon[96870]: pgmap v3078: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 180 KiB/s rd, 255 B/s wr, 15 op/s 2024-07-27T19:15:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:54 smithi029 ceph-mon[99353]: pgmap v3078: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 180 KiB/s rd, 255 B/s wr, 15 op/s 2024-07-27T19:15:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:56 smithi179 ceph-mon[89801]: pgmap v3079: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 255 B/s wr, 16 op/s 2024-07-27T19:15:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:56 smithi029 ceph-mon[96870]: pgmap v3079: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 255 B/s wr, 16 op/s 2024-07-27T19:15:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:56 smithi029 ceph-mon[99353]: pgmap v3079: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 255 B/s wr, 16 op/s 2024-07-27T19:15:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:15:58 smithi179 ceph-mon[89801]: pgmap v3080: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 85 B/s wr, 17 op/s 2024-07-27T19:15:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:15:58 smithi029 ceph-mon[96870]: pgmap v3080: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 85 B/s wr, 17 op/s 2024-07-27T19:15:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:15:58 smithi029 ceph-mon[99353]: pgmap v3080: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 85 B/s wr, 17 op/s 2024-07-27T19:16:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:00 smithi179 ceph-mon[89801]: pgmap v3081: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 160 KiB/s rd, 19 op/s 2024-07-27T19:16:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:00 smithi029 ceph-mon[96870]: pgmap v3081: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 160 KiB/s rd, 19 op/s 2024-07-27T19:16:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:00 smithi029 ceph-mon[99353]: pgmap v3081: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 160 KiB/s rd, 19 op/s 2024-07-27T19:16:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:16:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:16:02] "GET /metrics HTTP/1.1" 200 68189 "" "Prometheus/2.43.0" 2024-07-27T19:16:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:02 smithi179 ceph-mon[89801]: pgmap v3082: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 16 op/s 2024-07-27T19:16:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:02 smithi029 ceph-mon[96870]: pgmap v3082: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 16 op/s 2024-07-27T19:16:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:02 smithi029 ceph-mon[99353]: pgmap v3082: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 16 op/s 2024-07-27T19:16:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:04 smithi179 ceph-mon[89801]: pgmap v3083: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 16 op/s 2024-07-27T19:16:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:04 smithi029 ceph-mon[96870]: pgmap v3083: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 16 op/s 2024-07-27T19:16:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:04 smithi029 ceph-mon[99353]: pgmap v3083: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 16 op/s 2024-07-27T19:16:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:06 smithi179 ceph-mon[89801]: pgmap v3084: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 159 KiB/s rd, 17 op/s 2024-07-27T19:16:07.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:06 smithi029 ceph-mon[96870]: pgmap v3084: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 159 KiB/s rd, 17 op/s 2024-07-27T19:16:07.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:06 smithi029 ceph-mon[99353]: pgmap v3084: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 159 KiB/s rd, 17 op/s 2024-07-27T19:16:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:08 smithi179 ceph-mon[89801]: pgmap v3085: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 16 op/s 2024-07-27T19:16:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:16:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:08 smithi029 ceph-mon[96870]: pgmap v3085: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 16 op/s 2024-07-27T19:16:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:16:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:08 smithi029 ceph-mon[99353]: pgmap v3085: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 16 op/s 2024-07-27T19:16:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:16:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:10 smithi179 ceph-mon[89801]: pgmap v3086: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 159 KiB/s rd, 18 op/s 2024-07-27T19:16:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:10 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:16:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:10 smithi029 ceph-mon[96870]: pgmap v3086: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 159 KiB/s rd, 18 op/s 2024-07-27T19:16:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:10 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:16:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:10 smithi029 ceph-mon[99353]: pgmap v3086: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 159 KiB/s rd, 18 op/s 2024-07-27T19:16:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:10 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:16:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:11 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:16:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:11 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:16:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:16:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:11 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:16:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:11 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:16:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:16:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:11 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:16:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:11 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:16:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:16:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:16:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:16:12] "GET /metrics HTTP/1.1" 200 68183 "" "Prometheus/2.43.0" 2024-07-27T19:16:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:12 smithi179 ceph-mon[89801]: pgmap v3087: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 131 KiB/s rd, 13 op/s 2024-07-27T19:16:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:12 smithi029 ceph-mon[99353]: pgmap v3087: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 131 KiB/s rd, 13 op/s 2024-07-27T19:16:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:12 smithi029 ceph-mon[96870]: pgmap v3087: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 131 KiB/s rd, 13 op/s 2024-07-27T19:16:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:14 smithi179 ceph-mon[89801]: pgmap v3088: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 16 op/s 2024-07-27T19:16:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:14 smithi029 ceph-mon[96870]: pgmap v3088: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 16 op/s 2024-07-27T19:16:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:14 smithi029 ceph-mon[99353]: pgmap v3088: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 16 op/s 2024-07-27T19:16:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:16 smithi179 ceph-mon[89801]: pgmap v3089: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 109 KiB/s rd, 16 op/s 2024-07-27T19:16:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:16 smithi029 ceph-mon[96870]: pgmap v3089: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 109 KiB/s rd, 16 op/s 2024-07-27T19:16:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:16 smithi029 ceph-mon[99353]: pgmap v3089: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 109 KiB/s rd, 16 op/s 2024-07-27T19:16:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:18 smithi179 ceph-mon[89801]: pgmap v3090: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 180 KiB/s rd, 14 op/s 2024-07-27T19:16:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:18 smithi029 ceph-mon[99353]: pgmap v3090: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 180 KiB/s rd, 14 op/s 2024-07-27T19:16:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:18 smithi029 ceph-mon[96870]: pgmap v3090: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 180 KiB/s rd, 14 op/s 2024-07-27T19:16:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:20 smithi179 ceph-mon[89801]: pgmap v3091: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 16 op/s 2024-07-27T19:16:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:20 smithi029 ceph-mon[96870]: pgmap v3091: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 16 op/s 2024-07-27T19:16:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:20 smithi029 ceph-mon[99353]: pgmap v3091: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 16 op/s 2024-07-27T19:16:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:16:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:16:22] "GET /metrics HTTP/1.1" 200 68183 "" "Prometheus/2.43.0" 2024-07-27T19:16:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:22 smithi179 ceph-mon[89801]: pgmap v3092: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 129 KiB/s rd, 11 op/s 2024-07-27T19:16:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:22 smithi029 ceph-mon[96870]: pgmap v3092: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 129 KiB/s rd, 11 op/s 2024-07-27T19:16:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:22 smithi029 ceph-mon[99353]: pgmap v3092: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 129 KiB/s rd, 11 op/s 2024-07-27T19:16:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:16:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:16:24.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:16:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:24 smithi029 ceph-mon[96870]: pgmap v3093: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 180 KiB/s rd, 15 op/s 2024-07-27T19:16:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:24 smithi029 ceph-mon[99353]: pgmap v3093: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 180 KiB/s rd, 15 op/s 2024-07-27T19:16:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:24 smithi179 ceph-mon[89801]: pgmap v3093: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 180 KiB/s rd, 15 op/s 2024-07-27T19:16:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:26 smithi029 ceph-mon[96870]: pgmap v3094: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 16 op/s 2024-07-27T19:16:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:26 smithi029 ceph-mon[99353]: pgmap v3094: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 16 op/s 2024-07-27T19:16:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:26 smithi179 ceph-mon[89801]: pgmap v3094: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 16 op/s 2024-07-27T19:16:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:28 smithi029 ceph-mon[96870]: pgmap v3095: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 16 op/s 2024-07-27T19:16:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:28 smithi029 ceph-mon[99353]: pgmap v3095: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 16 op/s 2024-07-27T19:16:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:28 smithi179 ceph-mon[89801]: pgmap v3095: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 16 op/s 2024-07-27T19:16:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:30 smithi029 ceph-mon[96870]: pgmap v3096: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 135 KiB/s rd, 18 op/s 2024-07-27T19:16:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:30 smithi029 ceph-mon[99353]: pgmap v3096: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 135 KiB/s rd, 18 op/s 2024-07-27T19:16:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:30 smithi179 ceph-mon[89801]: pgmap v3096: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 135 KiB/s rd, 18 op/s 2024-07-27T19:16:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:16:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:16:32] "GET /metrics HTTP/1.1" 200 68187 "" "Prometheus/2.43.0" 2024-07-27T19:16:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:32 smithi029 ceph-mon[99353]: pgmap v3097: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 131 KiB/s rd, 13 op/s 2024-07-27T19:16:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:32 smithi029 ceph-mon[96870]: pgmap v3097: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 131 KiB/s rd, 13 op/s 2024-07-27T19:16:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:32 smithi179 ceph-mon[89801]: pgmap v3097: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 131 KiB/s rd, 13 op/s 2024-07-27T19:16:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:34 smithi029 ceph-mon[96870]: pgmap v3098: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 16 op/s 2024-07-27T19:16:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:34 smithi029 ceph-mon[99353]: pgmap v3098: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 16 op/s 2024-07-27T19:16:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:34 smithi179 ceph-mon[89801]: pgmap v3098: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 16 op/s 2024-07-27T19:16:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:36 smithi029 ceph-mon[96870]: pgmap v3099: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 135 KiB/s rd, 17 op/s 2024-07-27T19:16:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:36 smithi029 ceph-mon[99353]: pgmap v3099: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 135 KiB/s rd, 17 op/s 2024-07-27T19:16:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:36 smithi179 ceph-mon[89801]: pgmap v3099: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 135 KiB/s rd, 17 op/s 2024-07-27T19:16:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:38 smithi029 ceph-mon[96870]: pgmap v3100: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 16 op/s 2024-07-27T19:16:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:16:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:38 smithi029 ceph-mon[99353]: pgmap v3100: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 16 op/s 2024-07-27T19:16:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:16:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:38 smithi179 ceph-mon[89801]: pgmap v3100: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 16 op/s 2024-07-27T19:16:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:16:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:40 smithi029 ceph-mon[96870]: pgmap v3101: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 111 KiB/s rd, 18 op/s 2024-07-27T19:16:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:40 smithi029 ceph-mon[99353]: pgmap v3101: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 111 KiB/s rd, 18 op/s 2024-07-27T19:16:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:40 smithi179 ceph-mon[89801]: pgmap v3101: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 111 KiB/s rd, 18 op/s 2024-07-27T19:16:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:16:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:16:42] "GET /metrics HTTP/1.1" 200 68185 "" "Prometheus/2.43.0" 2024-07-27T19:16:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:42 smithi029 ceph-mon[96870]: pgmap v3102: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 107 KiB/s rd, 13 op/s 2024-07-27T19:16:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:42 smithi029 ceph-mon[99353]: pgmap v3102: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 107 KiB/s rd, 13 op/s 2024-07-27T19:16:43.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:42 smithi179 ceph-mon[89801]: pgmap v3102: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 107 KiB/s rd, 13 op/s 2024-07-27T19:16:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:44 smithi029 ceph-mon[96870]: pgmap v3103: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 17 op/s 2024-07-27T19:16:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:44 smithi029 ceph-mon[99353]: pgmap v3103: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 17 op/s 2024-07-27T19:16:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:44 smithi179 ceph-mon[89801]: pgmap v3103: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 17 op/s 2024-07-27T19:16:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:46 smithi029 ceph-mon[96870]: pgmap v3104: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 133 KiB/s rd, 85 B/s wr, 16 op/s 2024-07-27T19:16:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:46 smithi029 ceph-mon[99353]: pgmap v3104: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 133 KiB/s rd, 85 B/s wr, 16 op/s 2024-07-27T19:16:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:46 smithi179 ceph-mon[89801]: pgmap v3104: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 133 KiB/s rd, 85 B/s wr, 16 op/s 2024-07-27T19:16:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:48 smithi029 ceph-mon[99353]: pgmap v3105: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 180 KiB/s rd, 85 B/s wr, 15 op/s 2024-07-27T19:16:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:48 smithi029 ceph-mon[96870]: pgmap v3105: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 180 KiB/s rd, 85 B/s wr, 15 op/s 2024-07-27T19:16:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:48 smithi179 ceph-mon[89801]: pgmap v3105: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 180 KiB/s rd, 85 B/s wr, 15 op/s 2024-07-27T19:16:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:49 smithi029 ceph-mon[96870]: pgmap v3106: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 170 B/s wr, 16 op/s 2024-07-27T19:16:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:49 smithi029 ceph-mon[99353]: pgmap v3106: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 170 B/s wr, 16 op/s 2024-07-27T19:16:50.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:49 smithi179 ceph-mon[89801]: pgmap v3106: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 170 B/s wr, 16 op/s 2024-07-27T19:16:50.477 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.EncryptionLoadFormatMismatch (132314 ms) 2024-07-27T19:16:50.477 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.EncryptedResize 2024-07-27T19:16:50.478 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:16:52.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:52 smithi029 ceph-mon[99353]: pgmap v3107: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 132 KiB/s rd, 170 B/s wr, 14 op/s 2024-07-27T19:16:52.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:16:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:16:52] "GET /metrics HTTP/1.1" 200 68185 "" "Prometheus/2.43.0" 2024-07-27T19:16:52.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:52 smithi029 ceph-mon[96870]: pgmap v3107: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 132 KiB/s rd, 170 B/s wr, 14 op/s 2024-07-27T19:16:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:52 smithi179 ceph-mon[89801]: pgmap v3107: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 132 KiB/s rd, 170 B/s wr, 14 op/s 2024-07-27T19:16:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:54 smithi029 ceph-mon[96870]: pgmap v3108: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 597 B/s wr, 18 op/s 2024-07-27T19:16:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:16:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:54 smithi029 ceph-mon[99353]: pgmap v3108: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 597 B/s wr, 18 op/s 2024-07-27T19:16:54.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:16:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:54 smithi179 ceph-mon[89801]: pgmap v3108: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 182 KiB/s rd, 597 B/s wr, 18 op/s 2024-07-27T19:16:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:16:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:56 smithi029 ceph-mon[96870]: pgmap v3109: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 107 KiB/s rd, 596 B/s wr, 14 op/s 2024-07-27T19:16:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:56 smithi029 ceph-mon[99353]: pgmap v3109: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 107 KiB/s rd, 596 B/s wr, 14 op/s 2024-07-27T19:16:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:56 smithi179 ceph-mon[89801]: pgmap v3109: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 107 KiB/s rd, 596 B/s wr, 14 op/s 2024-07-27T19:16:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:16:58 smithi029 ceph-mon[96870]: pgmap v3110: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 105 KiB/s rd, 511 B/s wr, 11 op/s 2024-07-27T19:16:58.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:16:58 smithi029 ceph-mon[99353]: pgmap v3110: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 105 KiB/s rd, 511 B/s wr, 11 op/s 2024-07-27T19:16:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:16:58 smithi179 ceph-mon[89801]: pgmap v3110: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 105 KiB/s rd, 511 B/s wr, 11 op/s 2024-07-27T19:17:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:00 smithi029 ceph-mon[99353]: pgmap v3111: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 511 B/s wr, 8 op/s 2024-07-27T19:17:01.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:00 smithi029 ceph-mon[96870]: pgmap v3111: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 511 B/s wr, 8 op/s 2024-07-27T19:17:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:00 smithi179 ceph-mon[89801]: pgmap v3111: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 511 B/s wr, 8 op/s 2024-07-27T19:17:02.703 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:02 smithi029 ceph-mon[96870]: pgmap v3112: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 57 KiB/s rd, 596 B/s wr, 11 op/s 2024-07-27T19:17:02.703 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:02 smithi029 ceph-mon[99353]: pgmap v3112: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 57 KiB/s rd, 596 B/s wr, 11 op/s 2024-07-27T19:17:02.704 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:17:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:17:02] "GET /metrics HTTP/1.1" 200 68191 "" "Prometheus/2.43.0" 2024-07-27T19:17:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:02 smithi179 ceph-mon[89801]: pgmap v3112: 553 pgs: 553 active+clean; 153 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 57 KiB/s rd, 596 B/s wr, 11 op/s 2024-07-27T19:17:04.148 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.EncryptedResize (13670 ms) 2024-07-27T19:17:04.148 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.EncryptedFlattenSmallData 2024-07-27T19:17:04.148 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:04 smithi029 ceph-mon[96870]: pgmap v3113: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 133 KiB/s rd, 1.6 MiB/s wr, 20 op/s 2024-07-27T19:17:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:04 smithi029 ceph-mon[99353]: pgmap v3113: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 133 KiB/s rd, 1.6 MiB/s wr, 20 op/s 2024-07-27T19:17:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:04 smithi179 ceph-mon[89801]: pgmap v3113: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 133 KiB/s rd, 1.6 MiB/s wr, 20 op/s 2024-07-27T19:17:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:06 smithi029 ceph-mon[96870]: pgmap v3114: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 83 KiB/s rd, 1.6 MiB/s wr, 16 op/s 2024-07-27T19:17:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:06 smithi029 ceph-mon[99353]: pgmap v3114: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 83 KiB/s rd, 1.6 MiB/s wr, 16 op/s 2024-07-27T19:17:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:06 smithi179 ceph-mon[89801]: pgmap v3114: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 83 KiB/s rd, 1.6 MiB/s wr, 16 op/s 2024-07-27T19:17:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:08 smithi029 ceph-mon[96870]: pgmap v3115: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 1.6 MiB/s wr, 27 op/s 2024-07-27T19:17:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:17:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:08 smithi029 ceph-mon[99353]: pgmap v3115: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 1.6 MiB/s wr, 27 op/s 2024-07-27T19:17:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:17:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:08 smithi179 ceph-mon[89801]: pgmap v3115: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 1.6 MiB/s wr, 27 op/s 2024-07-27T19:17:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:17:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:10 smithi029 ceph-mon[96870]: pgmap v3116: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 93 KiB/s rd, 1.6 MiB/s wr, 29 op/s 2024-07-27T19:17:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:10 smithi029 ceph-mon[99353]: pgmap v3116: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 93 KiB/s rd, 1.6 MiB/s wr, 29 op/s 2024-07-27T19:17:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:10 smithi179 ceph-mon[89801]: pgmap v3116: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 93 KiB/s rd, 1.6 MiB/s wr, 29 op/s 2024-07-27T19:17:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:11 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:17:12.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:11 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:17:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:11 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:17:12.724 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:17:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:17:12] "GET /metrics HTTP/1.1" 200 68189 "" "Prometheus/2.43.0" 2024-07-27T19:17:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:12 smithi029 ceph-mon[96870]: pgmap v3117: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 93 KiB/s rd, 1.6 MiB/s wr, 29 op/s 2024-07-27T19:17:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:17:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:17:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:17:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:12 smithi029 ceph-mon[99353]: pgmap v3117: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 93 KiB/s rd, 1.6 MiB/s wr, 29 op/s 2024-07-27T19:17:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:17:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:17:13.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:17:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:12 smithi179 ceph-mon[89801]: pgmap v3117: 553 pgs: 553 active+clean; 169 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 93 KiB/s rd, 1.6 MiB/s wr, 29 op/s 2024-07-27T19:17:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:17:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:17:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:17:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:13 smithi179 ceph-mon[89801]: osdmap e1723: 8 total, 8 up, 8 in 2024-07-27T19:17:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:13 smithi029 ceph-mon[99353]: osdmap e1723: 8 total, 8 up, 8 in 2024-07-27T19:17:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:13 smithi029 ceph-mon[96870]: osdmap e1723: 8 total, 8 up, 8 in 2024-07-27T19:17:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:14 smithi179 ceph-mon[89801]: pgmap v3119: 553 pgs: 553 active+clean; 173 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 410 KiB/s wr, 17 op/s 2024-07-27T19:17:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:14 smithi029 ceph-mon[96870]: pgmap v3119: 553 pgs: 553 active+clean; 173 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 410 KiB/s wr, 17 op/s 2024-07-27T19:17:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:14 smithi029 ceph-mon[99353]: pgmap v3119: 553 pgs: 553 active+clean; 173 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 410 KiB/s wr, 17 op/s 2024-07-27T19:17:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:16 smithi179 ceph-mon[89801]: pgmap v3120: 553 pgs: 553 active+clean; 177 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 821 KiB/s wr, 37 op/s 2024-07-27T19:17:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:16 smithi029 ceph-mon[96870]: pgmap v3120: 553 pgs: 553 active+clean; 177 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 821 KiB/s wr, 37 op/s 2024-07-27T19:17:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:16 smithi029 ceph-mon[99353]: pgmap v3120: 553 pgs: 553 active+clean; 177 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 821 KiB/s wr, 37 op/s 2024-07-27T19:17:18.932 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.EncryptedFlattenSmallData (14784 ms) 2024-07-27T19:17:18.932 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestIOWithIOHint 2024-07-27T19:17:18.932 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:18 smithi179 ceph-mon[89801]: pgmap v3121: 553 pgs: 553 active+clean; 189 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 494 KiB/s rd, 2.0 MiB/s wr, 37 op/s 2024-07-27T19:17:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:18 smithi029 ceph-mon[96870]: pgmap v3121: 553 pgs: 553 active+clean; 189 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 494 KiB/s rd, 2.0 MiB/s wr, 37 op/s 2024-07-27T19:17:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:18 smithi029 ceph-mon[99353]: pgmap v3121: 553 pgs: 553 active+clean; 189 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 494 KiB/s rd, 2.0 MiB/s wr, 37 op/s 2024-07-27T19:17:21.083 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:21.083 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:21.083 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:21.083 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:21.083 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:21.083 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.083 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:21.083 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.083 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:21.084 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:17:21.085 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.086 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.087 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.088 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 512~512 = 512 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:aio discard: 1536~512 = 0 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:21.089 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 0 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 0 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 16384 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 16384 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.090 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 49152 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 49152 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 65536 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 65536 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:21.091 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 98304 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 98304 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 114688 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 114688 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 147456 2024-07-27T19:17:21.092 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 147456 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 163840 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 163840 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 196608 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.093 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 196608 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 212992 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 212992 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.094 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:21.095 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.096 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:21.097 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:20 smithi179 ceph-mon[89801]: pgmap v3122: 553 pgs: 553 active+clean; 193 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 2.4 MiB/s wr, 41 op/s 2024-07-27T19:17:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:20 smithi029 ceph-mon[96870]: pgmap v3122: 553 pgs: 553 active+clean; 193 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 2.4 MiB/s wr, 41 op/s 2024-07-27T19:17:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:20 smithi029 ceph-mon[99353]: pgmap v3122: 553 pgs: 553 active+clean; 193 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 2.4 MiB/s wr, 41 op/s 2024-07-27T19:17:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:17:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:17:22] "GET /metrics HTTP/1.1" 200 68189 "" "Prometheus/2.43.0" 2024-07-27T19:17:22.975 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.975 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.975 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.975 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.976 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.976 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.976 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.976 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.976 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.976 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.976 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.976 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.976 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.976 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.976 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.976 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.977 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.978 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.979 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.980 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:22.981 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.982 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:22.983 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestIOWithIOHint (4043 ms) 2024-07-27T19:17:22.984 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestDataPoolIO 2024-07-27T19:17:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:22 smithi179 ceph-mon[89801]: pgmap v3123: 553 pgs: 553 active+clean; 193 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 503 op/s 2024-07-27T19:17:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:22 smithi029 ceph-mon[96870]: pgmap v3123: 553 pgs: 553 active+clean; 193 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 503 op/s 2024-07-27T19:17:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:22 smithi029 ceph-mon[99353]: pgmap v3123: 553 pgs: 553 active+clean; 193 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 503 op/s 2024-07-27T19:17:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:17:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:17:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:17:24.823 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:24 smithi179 ceph-mon[89801]: pgmap v3124: 553 pgs: 553 active+clean; 201 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.2 MiB/s wr, 491 op/s 2024-07-27T19:17:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:24 smithi179 ceph-mon[89801]: osdmap e1724: 8 total, 8 up, 8 in 2024-07-27T19:17:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:24 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3489338628' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-29","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:24 smithi029 ceph-mon[96870]: pgmap v3124: 553 pgs: 553 active+clean; 201 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.2 MiB/s wr, 491 op/s 2024-07-27T19:17:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:24 smithi029 ceph-mon[96870]: osdmap e1724: 8 total, 8 up, 8 in 2024-07-27T19:17:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:24 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3489338628' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-29","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:24 smithi029 ceph-mon[99353]: pgmap v3124: 553 pgs: 553 active+clean; 201 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 3.2 MiB/s wr, 491 op/s 2024-07-27T19:17:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:24 smithi029 ceph-mon[99353]: osdmap e1724: 8 total, 8 up, 8 in 2024-07-27T19:17:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:24 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3489338628' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-29","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:26.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:25 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3489338628' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-29","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:26.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:25 smithi179 ceph-mon[89801]: osdmap e1725: 8 total, 8 up, 8 in 2024-07-27T19:17:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:25 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3489338628' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-29","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:25 smithi029 ceph-mon[96870]: osdmap e1725: 8 total, 8 up, 8 in 2024-07-27T19:17:26.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:25 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3489338628' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-29","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:26.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:25 smithi029 ceph-mon[99353]: osdmap e1725: 8 total, 8 up, 8 in 2024-07-27T19:17:26.906 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:26.906 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:26.906 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:26.906 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:26.906 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:26.906 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:26.906 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:26.906 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:26.906 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:26.906 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:26.907 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:26.908 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 512~512 = 512 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:aio discard: 1536~512 = 0 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:26.910 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:26.911 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:26.911 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestDataPoolIO (3931 ms) 2024-07-27T19:17:26.911 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteMismatch 2024-07-27T19:17:26.911 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:26.937 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteMismatch (32 ms) 2024-07-27T19:17:26.937 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteMismatch 2024-07-27T19:17:26.938 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:26.963 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteMismatch (26 ms) 2024-07-27T19:17:26.963 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteSuccess 2024-07-27T19:17:26.963 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:26.988 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteSuccess (25 ms) 2024-07-27T19:17:26.989 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteSuccess 2024-07-27T19:17:26.989 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:27.017 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteSuccess (28 ms) 2024-07-27T19:17:27.017 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteStripeUnitUnaligned 2024-07-27T19:17:27.017 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:27.093 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteStripeUnitUnaligned (76 ms) 2024-07-27T19:17:27.093 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteStripeUnitUnaligned 2024-07-27T19:17:27.093 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:27.152 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteStripeUnitUnaligned (59 ms) 2024-07-27T19:17:27.152 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteTooLarge 2024-07-27T19:17:27.152 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:27.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:26 smithi179 ceph-mon[89801]: pgmap v3127: 585 pgs: 9 creating+peering, 23 unknown, 553 active+clean; 201 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.6 MiB/s wr, 592 op/s 2024-07-27T19:17:27.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:26 smithi179 ceph-mon[89801]: osdmap e1726: 8 total, 8 up, 8 in 2024-07-27T19:17:27.210 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteTooLarge (58 ms) 2024-07-27T19:17:27.210 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteTooLarge 2024-07-27T19:17:27.210 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:26 smithi029 ceph-mon[96870]: pgmap v3127: 585 pgs: 9 creating+peering, 23 unknown, 553 active+clean; 201 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.6 MiB/s wr, 592 op/s 2024-07-27T19:17:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:26 smithi029 ceph-mon[96870]: osdmap e1726: 8 total, 8 up, 8 in 2024-07-27T19:17:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:26 smithi029 ceph-mon[99353]: pgmap v3127: 585 pgs: 9 creating+peering, 23 unknown, 553 active+clean; 201 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.6 MiB/s wr, 592 op/s 2024-07-27T19:17:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:26 smithi029 ceph-mon[99353]: osdmap e1726: 8 total, 8 up, 8 in 2024-07-27T19:17:27.277 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteTooLarge (67 ms) 2024-07-27T19:17:27.277 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteStripeUnitSuccess 2024-07-27T19:17:27.277 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:27.516 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteStripeUnitSuccess (239 ms) 2024-07-27T19:17:27.516 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteStripeUnitSuccess 2024-07-27T19:17:27.516 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:27.770 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteStripeUnitSuccess (255 ms) 2024-07-27T19:17:27.770 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteVIovecLenDiffers 2024-07-27T19:17:27.771 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:27.798 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteVIovecLenDiffers (27 ms) 2024-07-27T19:17:27.798 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteVMismatch 2024-07-27T19:17:27.798 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:27.833 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteVMismatch (36 ms) 2024-07-27T19:17:27.833 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteVSuccess 2024-07-27T19:17:27.833 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:27.862 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteVSuccess (28 ms) 2024-07-27T19:17:27.862 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestScatterGatherIO 2024-07-27T19:17:27.862 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:27.885 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestScatterGatherIO (24 ms) 2024-07-27T19:17:27.885 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestEmptyDiscard 2024-07-27T19:17:27.885 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:27.907 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:27.907 INFO:tasks.workunit.client.0.smithi029.stdout:aio discard: 0~1048576 = 0 2024-07-27T19:17:27.907 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:27.907 INFO:tasks.workunit.client.0.smithi029.stdout:aio discard: 0~4194304 = 0 2024-07-27T19:17:27.907 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:27.907 INFO:tasks.workunit.client.0.smithi029.stdout:aio discard: 3145728~1048576 = 0 2024-07-27T19:17:27.907 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestEmptyDiscard (21 ms) 2024-07-27T19:17:27.908 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestFUA 2024-07-27T19:17:27.908 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:28.011 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:28.011 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:28.011 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:28.011 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:28.011 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:28.011 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:28.011 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:28.011 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:28.011 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:28.011 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:28.012 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.013 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:28.014 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:28.015 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:28.015 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.015 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:28.015 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:28.015 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:28.015 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestFUA (104 ms) 2024-07-27T19:17:28.015 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestIOPP 2024-07-27T19:17:28.015 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:28.028 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:28.028 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.029 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:28.030 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.041 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.041 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:28.041 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:17:28.041 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:17:28.041 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:17:28.041 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:17:28.041 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:17:28.041 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:17:28.041 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:17:28.041 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:17:28.041 INFO:tasks.workunit.client.0.smithi029.stdout:start compare and write 2024-07-27T19:17:28.042 INFO:tasks.workunit.client.0.smithi029.stdout:compare and wrote: 512 2024-07-27T19:17:28.042 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.042 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:17:28.042 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.042 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.042 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:17:28.042 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.042 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:17:28.043 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.043 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.043 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:17:28.043 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.043 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:17:28.043 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.043 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.043 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:17:28.043 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.043 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:17:28.044 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.044 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.045 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:17:28.045 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.045 INFO:tasks.workunit.client.0.smithi029.stdout:started aio compare and write 2024-07-27T19:17:28.045 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:finished aio compare and write 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:finished read 2024-07-27T19:17:28.047 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.048 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:28.048 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:28.048 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:28.048 INFO:tasks.workunit.client.0.smithi029.stdout:finished read 2024-07-27T19:17:28.048 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:finished read 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:finished read 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:28.049 INFO:tasks.workunit.client.0.smithi029.stdout:finished read 2024-07-27T19:17:28.050 INFO:tasks.workunit.client.0.smithi029.stdout:discard: 512~512 2024-07-27T19:17:28.050 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:27 smithi179 ceph-mon[89801]: osdmap e1727: 8 total, 8 up, 8 in 2024-07-27T19:17:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:27 smithi029 ceph-mon[96870]: osdmap e1727: 8 total, 8 up, 8 in 2024-07-27T19:17:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:27 smithi029 ceph-mon[99353]: osdmap e1727: 8 total, 8 up, 8 in 2024-07-27T19:17:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:28 smithi179 ceph-mon[89801]: pgmap v3130: 585 pgs: 9 creating+peering, 11 unknown, 565 active+clean; 203 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 488 KiB/s rd, 231 KiB/s wr, 991 op/s 2024-07-27T19:17:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:28 smithi029 ceph-mon[96870]: pgmap v3130: 585 pgs: 9 creating+peering, 11 unknown, 565 active+clean; 203 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 488 KiB/s rd, 231 KiB/s wr, 991 op/s 2024-07-27T19:17:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:28 smithi029 ceph-mon[99353]: pgmap v3130: 585 pgs: 9 creating+peering, 11 unknown, 565 active+clean; 203 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 488 KiB/s rd, 231 KiB/s wr, 991 op/s 2024-07-27T19:17:29.407 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:29.407 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:29.407 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:29.407 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:29.407 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:29.407 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 0 2024-07-27T19:17:29.407 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 0 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 16384 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 16384 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.408 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 49152 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 49152 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 65536 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 65536 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.409 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 98304 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 98304 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 114688 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 114688 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.410 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 147456 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 147456 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 163840 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 163840 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.411 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 196608 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 196608 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 212992 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 212992 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.412 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.413 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.414 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.414 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.414 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.414 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.418 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.418 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.418 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.418 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.418 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.418 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.418 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.425 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.425 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.426 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.426 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.426 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.426 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.426 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.426 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.426 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.426 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.426 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.426 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.426 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.450 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.450 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.450 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.450 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.450 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.450 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.450 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.480 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.480 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.480 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.480 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.480 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.480 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.480 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.535 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.536 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.536 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.536 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.536 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.536 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.536 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.586 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.586 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.586 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.586 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.587 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.587 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.587 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.587 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.587 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.587 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.587 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.587 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.587 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.637 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.638 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.638 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.638 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.638 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.638 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.638 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.703 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.704 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.704 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.704 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.704 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.704 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.704 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.776 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.776 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.776 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.776 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.776 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.776 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.776 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.837 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.837 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.837 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.837 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.837 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.837 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.837 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.837 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.837 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.837 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:29.838 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.838 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.838 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:29.920 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:29.921 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:29.921 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:29.921 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:29.921 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:29.921 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:29.921 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:30.041 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:30.042 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:30.042 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:30.042 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:30.042 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:30.042 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:30.042 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:30.145 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:30.146 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:30.146 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:30.146 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:30.146 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:30.146 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:30.146 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:30.218 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:30.218 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:30.218 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:30.218 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:30.218 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:30.219 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:30.219 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:30.219 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:30.219 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:30.219 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:30.219 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:30.219 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:30.219 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:30.324 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:30.324 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:30.324 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:30.324 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:30.324 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:30.324 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:30.324 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:30.430 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:30.430 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:30.431 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:30.431 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:30.431 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:30.431 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:30.431 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:30.576 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:30.576 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:30.577 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:30.577 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:30.577 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:30.577 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:30.577 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:30.695 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:30.695 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:30.695 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:30.695 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:30.695 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:30.695 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:30.696 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:30.696 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:30.696 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:30.696 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:30.696 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestIOPP (2684 ms) 2024-07-27T19:17:30.696 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteCompareTooSmallPP 2024-07-27T19:17:30.696 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:30.720 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteCompareTooSmallPP (25 ms) 2024-07-27T19:17:30.720 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteCompareTooSmallPP 2024-07-27T19:17:30.720 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:30.748 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteCompareTooSmallPP (29 ms) 2024-07-27T19:17:30.749 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteWriteTooSmallPP 2024-07-27T19:17:30.749 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:30.774 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteWriteTooSmallPP (25 ms) 2024-07-27T19:17:30.774 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteWriteTooSmallPP 2024-07-27T19:17:30.774 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:30.802 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteWriteTooSmallPP (28 ms) 2024-07-27T19:17:30.802 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteMismatchPP 2024-07-27T19:17:30.802 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:30.828 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteMismatchPP (26 ms) 2024-07-27T19:17:30.828 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteMismatchPP 2024-07-27T19:17:30.828 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:30.852 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:30.857 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteMismatchPP (29 ms) 2024-07-27T19:17:30.857 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteMismatchBufferlistGreaterLenPP 2024-07-27T19:17:30.857 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:30.881 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteMismatchBufferlistGreaterLenPP (25 ms) 2024-07-27T19:17:30.881 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteMismatchBufferlistGreaterLenPP 2024-07-27T19:17:30.882 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:30.906 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:30.909 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteMismatchBufferlistGreaterLenPP (27 ms) 2024-07-27T19:17:30.909 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteSuccessPP 2024-07-27T19:17:30.909 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:30.935 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteSuccessPP (26 ms) 2024-07-27T19:17:30.935 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteSuccessPP 2024-07-27T19:17:30.935 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:30.956 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:30.959 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteSuccessPP (25 ms) 2024-07-27T19:17:30.959 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteSuccessBufferlistGreaterLenPP 2024-07-27T19:17:30.960 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:30.983 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteSuccessBufferlistGreaterLenPP (23 ms) 2024-07-27T19:17:30.983 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteSuccessBufferlistGreaterLenPP 2024-07-27T19:17:30.983 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:31.008 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:31.012 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteSuccessBufferlistGreaterLenPP (30 ms) 2024-07-27T19:17:31.013 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteStripeUnitUnalignedPP 2024-07-27T19:17:31.013 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:31.070 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteStripeUnitUnalignedPP (57 ms) 2024-07-27T19:17:31.070 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteStripeUnitUnalignedPP 2024-07-27T19:17:31.070 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:31.115 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:31.137 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteStripeUnitUnalignedPP (67 ms) 2024-07-27T19:17:31.137 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteTooLargePP 2024-07-27T19:17:31.137 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:30 smithi179 ceph-mon[89801]: pgmap v3131: 585 pgs: 585 active+clean; 227 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 MiB/s rd, 5.4 MiB/s wr, 859 op/s 2024-07-27T19:17:31.189 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteTooLargePP (53 ms) 2024-07-27T19:17:31.189 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteTooLargePP 2024-07-27T19:17:31.190 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:31.239 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:30 smithi029 ceph-mon[96870]: pgmap v3131: 585 pgs: 585 active+clean; 227 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 MiB/s rd, 5.4 MiB/s wr, 859 op/s 2024-07-27T19:17:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:30 smithi029 ceph-mon[99353]: pgmap v3131: 585 pgs: 585 active+clean; 227 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 MiB/s rd, 5.4 MiB/s wr, 859 op/s 2024-07-27T19:17:31.257 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteTooLargePP (68 ms) 2024-07-27T19:17:31.257 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestCompareAndWriteStripeUnitSuccessPP 2024-07-27T19:17:31.257 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:31.601 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestCompareAndWriteStripeUnitSuccessPP (343 ms) 2024-07-27T19:17:31.601 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestAioCompareAndWriteStripeUnitSuccessPP 2024-07-27T19:17:31.601 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:31.927 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:31.952 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestAioCompareAndWriteStripeUnitSuccessPP (352 ms) 2024-07-27T19:17:31.952 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestIOPPWithIOHint 2024-07-27T19:17:31.952 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:31.978 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:31.978 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:31.978 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:31.978 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:31.978 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:17:31.978 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:31.979 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:31.979 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:31.979 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:31.979 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:31.979 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:31.979 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:31.979 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:31.980 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:31.980 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:31.980 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:31.980 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:31.980 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:31.981 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:31.981 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:31.981 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:31.981 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:31.981 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:31.983 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:31.983 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:31.983 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:31.984 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:17:31.984 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:31.985 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:31.985 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:17:31.985 INFO:tasks.workunit.client.0.smithi029.stdout:read: 512 2024-07-27T19:17:31.985 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:31.985 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:31.985 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:31.985 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:31.985 INFO:tasks.workunit.client.0.smithi029.stdout:finished read 2024-07-27T19:17:31.985 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:31.985 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:31.986 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:31.986 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:31.986 INFO:tasks.workunit.client.0.smithi029.stdout:finished read 2024-07-27T19:17:31.986 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:31.986 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:31.986 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:31.986 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:31.987 INFO:tasks.workunit.client.0.smithi029.stdout:finished read 2024-07-27T19:17:31.987 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:31.987 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:31.987 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:31.987 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:31.987 INFO:tasks.workunit.client.0.smithi029.stdout:finished read 2024-07-27T19:17:31.987 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:31.987 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:17:31.987 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:17:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:17:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:17:32] "GET /metrics HTTP/1.1" 200 68193 "" "Prometheus/2.43.0" 2024-07-27T19:17:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:32 smithi179 ceph-mon[89801]: pgmap v3132: 585 pgs: 585 active+clean; 227 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.8 MiB/s rd, 4.6 MiB/s wr, 750 op/s 2024-07-27T19:17:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:32 smithi029 ceph-mon[96870]: pgmap v3132: 585 pgs: 585 active+clean; 227 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.8 MiB/s rd, 4.6 MiB/s wr, 750 op/s 2024-07-27T19:17:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:32 smithi029 ceph-mon[99353]: pgmap v3132: 585 pgs: 585 active+clean; 227 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.8 MiB/s rd, 4.6 MiB/s wr, 750 op/s 2024-07-27T19:17:33.538 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:17:33.538 INFO:tasks.workunit.client.0.smithi029.stdout:finished read 2024-07-27T19:17:33.538 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 0 2024-07-27T19:17:33.538 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.538 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.538 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 0 2024-07-27T19:17:33.538 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.538 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 16384 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 16384 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 49152 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 49152 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.539 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 65536 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 65536 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 98304 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 98304 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 114688 2024-07-27T19:17:33.540 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 114688 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 147456 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 147456 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 163840 2024-07-27T19:17:33.541 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 163840 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 196608 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 196608 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 212992 2024-07-27T19:17:33.542 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 212992 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.543 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.544 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.544 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:33.544 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:33.544 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:33.544 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.544 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.544 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.544 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.544 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:33.547 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:33.547 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:33.547 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.547 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.547 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.547 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.547 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:33.556 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:33.556 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:33.556 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.556 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.556 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.556 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.556 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.556 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.556 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.556 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.556 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.557 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.557 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:33.587 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:33.587 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:33.587 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.588 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.588 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.588 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.588 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:33.614 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:33.614 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:33.614 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.614 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.614 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.614 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.614 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:33.680 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:33.680 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:33.680 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.680 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.680 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.680 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.680 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:33.721 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:33.721 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:33.721 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.721 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.722 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.722 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.722 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.722 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.722 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.722 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:33.722 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.722 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.722 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:33.817 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:33.817 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:33.817 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.817 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.817 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.817 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.817 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:33.882 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:33.882 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:33.882 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.882 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.882 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.882 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.882 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:33.947 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:33.948 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:33.948 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:33.948 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:33.948 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:33.948 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:33.948 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.019 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:34.146 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:34.147 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:34.147 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:34.147 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:34.147 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.147 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.147 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:34.247 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:34.248 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:34.248 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:34.248 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:34.248 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.248 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.248 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:34.367 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:34.367 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:34.367 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:34.367 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:34.367 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.367 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.367 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:34.454 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:34.454 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:34.454 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:34.454 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:34.454 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.454 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.454 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:34.454 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.455 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.455 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:34.455 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.455 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.455 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:34.599 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:34.599 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:34.600 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:34.600 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:34.600 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.600 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.600 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:34.694 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:34.694 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:34.694 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:34.695 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:34.695 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.695 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.695 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:34.825 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:34.825 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:34.825 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:34.825 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:34.826 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.826 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.826 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:17:34.998 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:17:34.999 INFO:tasks.workunit.client.0.smithi029.stdout:finished writesame 2024-07-27T19:17:34.999 INFO:tasks.workunit.client.0.smithi029.stdout:to verify the data 2024-07-27T19:17:34.999 INFO:tasks.workunit.client.0.smithi029.stdout:verified 2024-07-27T19:17:34.999 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.999 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.999 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:34.999 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:17:34.999 INFO:tasks.workunit.client.0.smithi029.stdout:started writesame 2024-07-27T19:17:34.999 INFO:tasks.workunit.client.0.smithi029.stdout:expected fail, finished writesame 2024-07-27T19:17:34.999 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestIOPPWithIOHint (3046 ms) 2024-07-27T19:17:34.999 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestIOToSnapshot 2024-07-27T19:17:34.999 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:34 smithi179 ceph-mon[89801]: pgmap v3133: 585 pgs: 585 active+clean; 273 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 11 MiB/s rd, 10 MiB/s wr, 1.86k op/s 2024-07-27T19:17:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:34 smithi029 ceph-mon[96870]: pgmap v3133: 585 pgs: 585 active+clean; 273 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 11 MiB/s rd, 10 MiB/s wr, 1.86k op/s 2024-07-27T19:17:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:34 smithi029 ceph-mon[99353]: pgmap v3133: 585 pgs: 585 active+clean; 273 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 11 MiB/s rd, 10 MiB/s wr, 1.86k op/s 2024-07-27T19:17:36.891 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 0 2024-07-27T19:17:36.892 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 0 2024-07-27T19:17:36.892 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 1 2024-07-27T19:17:36.892 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:17:36.892 INFO:tasks.workunit.client.0.smithi029.stdout:snap: orig 2024-07-27T19:17:36.892 INFO:tasks.workunit.client.0.smithi029.stdout:found orig with size 2097152 2024-07-27T19:17:36.892 INFO:tasks.workunit.client.0.smithi029.stdout:read: 80 2024-07-27T19:17:36.892 INFO:tasks.workunit.client.0.smithi029.stdout:write test data! 2024-07-27T19:17:36.892 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 80 2024-07-27T19:17:36.892 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 2 2024-07-27T19:17:36.892 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:17:36.892 INFO:tasks.workunit.client.0.smithi029.stdout:snap: orig 2024-07-27T19:17:36.893 INFO:tasks.workunit.client.0.smithi029.stdout:snap: written 2024-07-27T19:17:36.893 INFO:tasks.workunit.client.0.smithi029.stdout:found orig with size 2097152 2024-07-27T19:17:36.893 INFO:tasks.workunit.client.0.smithi029.stdout:found written with size 2097152 2024-07-27T19:17:36.893 INFO:tasks.workunit.client.0.smithi029.stdout:read: 80 2024-07-27T19:17:36.893 INFO:tasks.workunit.client.0.smithi029.stdout:read: 80 2024-07-27T19:17:36.893 INFO:tasks.workunit.client.0.smithi029.stdout:read: 80 2024-07-27T19:17:36.893 INFO:tasks.workunit.client.0.smithi029.stdout:write to snapshot returned -30 2024-07-27T19:17:36.893 INFO:tasks.workunit.client.0.smithi029.stdout:Read-only file system 2024-07-27T19:17:36.915 INFO:tasks.workunit.client.0.smithi029.stdout:read: 80 2024-07-27T19:17:36.915 INFO:tasks.workunit.client.0.smithi029.stdout:read: 80 2024-07-27T19:17:36.915 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 80 2024-07-27T19:17:36.915 INFO:tasks.workunit.client.0.smithi029.stdout:opening testimg@orig 2024-07-27T19:17:36.915 INFO:tasks.workunit.client.0.smithi029.stdout:read: 80 2024-07-27T19:17:36.915 INFO:tasks.workunit.client.0.smithi029.stdout:write to snapshot returned -30 2024-07-27T19:17:36.915 INFO:tasks.workunit.client.0.smithi029.stdout:Read-only file system 2024-07-27T19:17:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:36 smithi179 ceph-mon[89801]: pgmap v3134: 585 pgs: 585 active+clean; 285 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 11 MiB/s rd, 11 MiB/s wr, 1.61k op/s 2024-07-27T19:17:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:36 smithi179 ceph-mon[89801]: osdmap e1728: 8 total, 8 up, 8 in 2024-07-27T19:17:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:36 smithi029 ceph-mon[96870]: pgmap v3134: 585 pgs: 585 active+clean; 285 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 11 MiB/s rd, 11 MiB/s wr, 1.61k op/s 2024-07-27T19:17:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:36 smithi029 ceph-mon[96870]: osdmap e1728: 8 total, 8 up, 8 in 2024-07-27T19:17:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:36 smithi029 ceph-mon[99353]: pgmap v3134: 585 pgs: 585 active+clean; 285 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 11 MiB/s rd, 11 MiB/s wr, 1.61k op/s 2024-07-27T19:17:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:36 smithi029 ceph-mon[99353]: osdmap e1728: 8 total, 8 up, 8 in 2024-07-27T19:17:38.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:37 smithi179 ceph-mon[89801]: osdmap e1729: 8 total, 8 up, 8 in 2024-07-27T19:17:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:37 smithi029 ceph-mon[96870]: osdmap e1729: 8 total, 8 up, 8 in 2024-07-27T19:17:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:37 smithi029 ceph-mon[99353]: osdmap e1729: 8 total, 8 up, 8 in 2024-07-27T19:17:38.742 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 2 2024-07-27T19:17:38.742 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:17:38.742 INFO:tasks.workunit.client.0.smithi029.stdout:snap: orig 2024-07-27T19:17:38.742 INFO:tasks.workunit.client.0.smithi029.stdout:snap: written 2024-07-27T19:17:38.742 INFO:tasks.workunit.client.0.smithi029.stdout:found orig with size 2097152 2024-07-27T19:17:38.742 INFO:tasks.workunit.client.0.smithi029.stdout:found written with size 2097152 2024-07-27T19:17:38.742 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 1 2024-07-27T19:17:38.743 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:17:38.743 INFO:tasks.workunit.client.0.smithi029.stdout:snap: orig 2024-07-27T19:17:38.743 INFO:tasks.workunit.client.0.smithi029.stdout:found orig with size 2097152 2024-07-27T19:17:38.743 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 0 2024-07-27T19:17:38.743 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 0 2024-07-27T19:17:38.743 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestIOToSnapshot (3743 ms) 2024-07-27T19:17:38.743 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestSnapshotDeletedIo 2024-07-27T19:17:38.743 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:38 smithi179 ceph-mon[89801]: pgmap v3137: 585 pgs: 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 12 MiB/s rd, 11 MiB/s wr, 2.33k op/s 2024-07-27T19:17:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:38 smithi179 ceph-mon[89801]: osdmap e1730: 8 total, 8 up, 8 in 2024-07-27T19:17:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:38 smithi179 ceph-mon[89801]: osdmap e1731: 8 total, 8 up, 8 in 2024-07-27T19:17:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:17:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:38 smithi029 ceph-mon[96870]: pgmap v3137: 585 pgs: 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 12 MiB/s rd, 11 MiB/s wr, 2.33k op/s 2024-07-27T19:17:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:38 smithi029 ceph-mon[96870]: osdmap e1730: 8 total, 8 up, 8 in 2024-07-27T19:17:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:38 smithi029 ceph-mon[96870]: osdmap e1731: 8 total, 8 up, 8 in 2024-07-27T19:17:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:17:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:38 smithi029 ceph-mon[99353]: pgmap v3137: 585 pgs: 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 12 MiB/s rd, 11 MiB/s wr, 2.33k op/s 2024-07-27T19:17:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:38 smithi029 ceph-mon[99353]: osdmap e1730: 8 total, 8 up, 8 in 2024-07-27T19:17:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:38 smithi029 ceph-mon[99353]: osdmap e1731: 8 total, 8 up, 8 in 2024-07-27T19:17:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:17:40.746 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestSnapshotDeletedIo (2004 ms) 2024-07-27T19:17:40.746 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestClone 2024-07-27T19:17:40.746 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:40 smithi029 ceph-mon[96870]: pgmap v3140: 585 pgs: 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.0 MiB/s rd, 4.5 MiB/s wr, 2.11k op/s 2024-07-27T19:17:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:40 smithi029 ceph-mon[96870]: osdmap e1732: 8 total, 8 up, 8 in 2024-07-27T19:17:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:40 smithi029 ceph-mon[99353]: pgmap v3140: 585 pgs: 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.0 MiB/s rd, 4.5 MiB/s wr, 2.11k op/s 2024-07-27T19:17:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:40 smithi029 ceph-mon[99353]: osdmap e1732: 8 total, 8 up, 8 in 2024-07-27T19:17:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:40 smithi179 ceph-mon[89801]: pgmap v3140: 585 pgs: 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.0 MiB/s rd, 4.5 MiB/s wr, 2.11k op/s 2024-07-27T19:17:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:40 smithi179 ceph-mon[89801]: osdmap e1732: 8 total, 8 up, 8 in 2024-07-27T19:17:42.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:41 smithi029 ceph-mon[96870]: osdmap e1733: 8 total, 8 up, 8 in 2024-07-27T19:17:42.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:41 smithi029 ceph-mon[99353]: osdmap e1733: 8 total, 8 up, 8 in 2024-07-27T19:17:42.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:41 smithi179 ceph-mon[89801]: osdmap e1733: 8 total, 8 up, 8 in 2024-07-27T19:17:42.718 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:17:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:17:42] "GET /metrics HTTP/1.1" 200 70654 "" "Prometheus/2.43.0" 2024-07-27T19:17:42.754 INFO:tasks.workunit.client.0.smithi029.stdout:made parent image "parent" 2024-07-27T19:17:42.754 INFO:tasks.workunit.client.0.smithi029.stdout:parent has no parent info 2024-07-27T19:17:42.754 INFO:tasks.workunit.client.0.smithi029.stdout:made snapshot "parent@parent_snap" 2024-07-27T19:17:42.754 INFO:tasks.workunit.client.0.smithi029.stdout:can't unprotect an unprotected snap 2024-07-27T19:17:42.754 INFO:tasks.workunit.client.0.smithi029.stdout:can't protect a protected snap 2024-07-27T19:17:42.754 INFO:tasks.workunit.client.0.smithi029.stdout:made and opened clone "child" 2024-07-27T19:17:42.754 INFO:tasks.workunit.client.0.smithi029.stdout:read: 8 2024-07-27T19:17:42.754 INFO:tasks.workunit.client.0.smithi029.stdout:read: 8 2024-07-27T19:17:42.755 INFO:tasks.workunit.client.0.smithi029.stdout:read: 8 2024-07-27T19:17:42.755 INFO:tasks.workunit.client.0.smithi029.stdout:sizes and overlaps are good between parent and child 2024-07-27T19:17:42.755 INFO:tasks.workunit.client.0.smithi029.stdout:child image successfully cloned all image-meta pairs 2024-07-27T19:17:42.755 INFO:tasks.workunit.client.0.smithi029.stdout:sized down clone, changed overlap 2024-07-27T19:17:42.755 INFO:tasks.workunit.client.0.smithi029.stdout:parent info: size 4194304 obj_size 4194304 parent_pool 18446744073709551615 2024-07-27T19:17:42.755 INFO:tasks.workunit.client.0.smithi029.stdout:sized up clone, changed size but not overlap or parent's size 2024-07-27T19:17:42.755 INFO:tasks.workunit.client.0.smithi029.stdout:can't remove parent while child still exists 2024-07-27T19:17:42.755 INFO:tasks.workunit.client.0.smithi029.stdout:can't remove parent while still protected 2024-07-27T19:17:42.755 INFO:tasks.workunit.client.0.smithi029.stdout:removed parent snap after unprotecting 2024-07-27T19:17:42.755 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestClone (2008 ms) 2024-07-27T19:17:42.755 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestClone2 2024-07-27T19:17:42.755 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:42 smithi029 ceph-mon[96870]: pgmap v3143: 585 pgs: 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 51 KiB/s rd, 4.2 KiB/s wr, 69 op/s 2024-07-27T19:17:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:42 smithi029 ceph-mon[96870]: osdmap e1734: 8 total, 8 up, 8 in 2024-07-27T19:17:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:42 smithi029 ceph-mon[99353]: pgmap v3143: 585 pgs: 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 51 KiB/s rd, 4.2 KiB/s wr, 69 op/s 2024-07-27T19:17:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:42 smithi029 ceph-mon[99353]: osdmap e1734: 8 total, 8 up, 8 in 2024-07-27T19:17:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:42 smithi179 ceph-mon[89801]: pgmap v3143: 585 pgs: 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 51 KiB/s rd, 4.2 KiB/s wr, 69 op/s 2024-07-27T19:17:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:42 smithi179 ceph-mon[89801]: osdmap e1734: 8 total, 8 up, 8 in 2024-07-27T19:17:43.853 INFO:tasks.workunit.client.0.smithi029.stdout:made parent image "parent" 2024-07-27T19:17:43.853 INFO:tasks.workunit.client.0.smithi029.stdout:parent has no parent info 2024-07-27T19:17:43.853 INFO:tasks.workunit.client.0.smithi029.stdout:made snapshot "parent@parent_snap" 2024-07-27T19:17:43.853 INFO:tasks.workunit.client.0.smithi029.stdout:made and opened clone "child" 2024-07-27T19:17:43.853 INFO:tasks.workunit.client.0.smithi029.stdout:child image successfully cloned all image-meta pairs 2024-07-27T19:17:43.853 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestClone2 (1099 ms) 2024-07-27T19:17:43.853 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ListChildren 2024-07-27T19:17:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:43 smithi029 ceph-mon[96870]: osdmap e1735: 8 total, 8 up, 8 in 2024-07-27T19:17:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:43 smithi029 ceph-mon[99353]: osdmap e1735: 8 total, 8 up, 8 in 2024-07-27T19:17:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:43 smithi179 ceph-mon[89801]: osdmap e1735: 8 total, 8 up, 8 in 2024-07-27T19:17:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:44 smithi029 ceph-mon[96870]: pgmap v3146: 585 pgs: 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 301 KiB/s rd, 22 KiB/s wr, 363 op/s 2024-07-27T19:17:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:44 smithi029 ceph-mon[96870]: osdmap e1736: 8 total, 8 up, 8 in 2024-07-27T19:17:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:44 smithi029 ceph-mon[99353]: pgmap v3146: 585 pgs: 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 301 KiB/s rd, 22 KiB/s wr, 363 op/s 2024-07-27T19:17:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:44 smithi029 ceph-mon[99353]: osdmap e1736: 8 total, 8 up, 8 in 2024-07-27T19:17:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:44 smithi179 ceph-mon[89801]: pgmap v3146: 585 pgs: 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 301 KiB/s rd, 22 KiB/s wr, 363 op/s 2024-07-27T19:17:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:44 smithi179 ceph-mon[89801]: osdmap e1736: 8 total, 8 up, 8 in 2024-07-27T19:17:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:45 smithi029 ceph-mon[99353]: osdmap e1737: 8 total, 8 up, 8 in 2024-07-27T19:17:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:45 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4065343399' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-30","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:45 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-30","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:45 smithi029 ceph-mon[96870]: osdmap e1737: 8 total, 8 up, 8 in 2024-07-27T19:17:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:45 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4065343399' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-30","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:45 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-30","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:46.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:45 smithi179 ceph-mon[89801]: osdmap e1737: 8 total, 8 up, 8 in 2024-07-27T19:17:46.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:45 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4065343399' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-30","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:46.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:45 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-30","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:46 smithi029 ceph-mon[96870]: pgmap v3149: 617 pgs: 32 unknown, 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 693 KiB/s rd, 49 KiB/s wr, 828 op/s 2024-07-27T19:17:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:46 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:17:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:46 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-30","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:47.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:46 smithi029 ceph-mon[96870]: osdmap e1738: 8 total, 8 up, 8 in 2024-07-27T19:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:46 smithi029 ceph-mon[99353]: pgmap v3149: 617 pgs: 32 unknown, 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 693 KiB/s rd, 49 KiB/s wr, 828 op/s 2024-07-27T19:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:46 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:46 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-30","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:46 smithi029 ceph-mon[99353]: osdmap e1738: 8 total, 8 up, 8 in 2024-07-27T19:17:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:46 smithi179 ceph-mon[89801]: pgmap v3149: 617 pgs: 32 unknown, 585 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 693 KiB/s rd, 49 KiB/s wr, 828 op/s 2024-07-27T19:17:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:46 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:17:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:46 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-30","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:46 smithi179 ceph-mon[89801]: osdmap e1738: 8 total, 8 up, 8 in 2024-07-27T19:17:47.760 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:17:48.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:47 smithi179 ceph-mon[89801]: osdmap e1739: 8 total, 8 up, 8 in 2024-07-27T19:17:48.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:47 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2494952757' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-31","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:47 smithi029 ceph-mon[96870]: osdmap e1739: 8 total, 8 up, 8 in 2024-07-27T19:17:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:47 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2494952757' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-31","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:47 smithi029 ceph-mon[99353]: osdmap e1739: 8 total, 8 up, 8 in 2024-07-27T19:17:48.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:47 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2494952757' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-31","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:48 smithi179 ceph-mon[89801]: pgmap v3152: 649 pgs: 4 creating+peering, 42 unknown, 603 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 460 KiB/s rd, 32 KiB/s wr, 551 op/s 2024-07-27T19:17:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:48 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2494952757' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-31","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:48 smithi179 ceph-mon[89801]: osdmap e1740: 8 total, 8 up, 8 in 2024-07-27T19:17:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:48 smithi179 ceph-mon[89801]: osdmap e1741: 8 total, 8 up, 8 in 2024-07-27T19:17:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:48 smithi029 ceph-mon[96870]: pgmap v3152: 649 pgs: 4 creating+peering, 42 unknown, 603 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 460 KiB/s rd, 32 KiB/s wr, 551 op/s 2024-07-27T19:17:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:48 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2494952757' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-31","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:48 smithi029 ceph-mon[96870]: osdmap e1740: 8 total, 8 up, 8 in 2024-07-27T19:17:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:48 smithi029 ceph-mon[96870]: osdmap e1741: 8 total, 8 up, 8 in 2024-07-27T19:17:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:48 smithi029 ceph-mon[99353]: pgmap v3152: 649 pgs: 4 creating+peering, 42 unknown, 603 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 460 KiB/s rd, 32 KiB/s wr, 551 op/s 2024-07-27T19:17:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:48 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2494952757' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-31","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:48 smithi029 ceph-mon[99353]: osdmap e1740: 8 total, 8 up, 8 in 2024-07-27T19:17:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:48 smithi029 ceph-mon[99353]: osdmap e1741: 8 total, 8 up, 8 in 2024-07-27T19:17:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:50 smithi029 ceph-mon[99353]: pgmap v3155: 649 pgs: 4 creating+peering, 9 unknown, 636 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 102 KiB/s rd, 8.5 KiB/s wr, 126 op/s 2024-07-27T19:17:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:50 smithi029 ceph-mon[99353]: osdmap e1742: 8 total, 8 up, 8 in 2024-07-27T19:17:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:50 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:17:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:50 smithi029 ceph-mon[96870]: pgmap v3155: 649 pgs: 4 creating+peering, 9 unknown, 636 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 102 KiB/s rd, 8.5 KiB/s wr, 126 op/s 2024-07-27T19:17:51.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:50 smithi029 ceph-mon[96870]: osdmap e1742: 8 total, 8 up, 8 in 2024-07-27T19:17:51.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:50 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:17:51.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:50 smithi179 ceph-mon[89801]: pgmap v3155: 649 pgs: 4 creating+peering, 9 unknown, 636 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 102 KiB/s rd, 8.5 KiB/s wr, 126 op/s 2024-07-27T19:17:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:50 smithi179 ceph-mon[89801]: osdmap e1742: 8 total, 8 up, 8 in 2024-07-27T19:17:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:50 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:17:52.064 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:51 smithi179 ceph-mon[89801]: osdmap e1743: 8 total, 8 up, 8 in 2024-07-27T19:17:52.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:51 smithi029 ceph-mon[99353]: osdmap e1743: 8 total, 8 up, 8 in 2024-07-27T19:17:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:51 smithi029 ceph-mon[96870]: osdmap e1743: 8 total, 8 up, 8 in 2024-07-27T19:17:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:17:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:17:52] "GET /metrics HTTP/1.1" 200 70654 "" "Prometheus/2.43.0" 2024-07-27T19:17:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:52 smithi179 ceph-mon[89801]: pgmap v3158: 649 pgs: 4 creating+peering, 645 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 37 KiB/s rd, 3.5 KiB/s wr, 46 op/s 2024-07-27T19:17:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:52 smithi179 ceph-mon[89801]: osdmap e1744: 8 total, 8 up, 8 in 2024-07-27T19:17:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:52 smithi029 ceph-mon[96870]: pgmap v3158: 649 pgs: 4 creating+peering, 645 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 37 KiB/s rd, 3.5 KiB/s wr, 46 op/s 2024-07-27T19:17:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:52 smithi029 ceph-mon[96870]: osdmap e1744: 8 total, 8 up, 8 in 2024-07-27T19:17:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:52 smithi029 ceph-mon[99353]: pgmap v3158: 649 pgs: 4 creating+peering, 645 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 37 KiB/s rd, 3.5 KiB/s wr, 46 op/s 2024-07-27T19:17:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:52 smithi029 ceph-mon[99353]: osdmap e1744: 8 total, 8 up, 8 in 2024-07-27T19:17:53.301 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.301 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 1 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout:child: image125 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image125/b1b3433e575e 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.302 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 2 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout:child: image126 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout:child: image125 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image125/b1b3433e575e 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126/b1b35069e 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.303 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image127 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image127 2024-07-27T19:17:53.304 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image127 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 3 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 3 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout:child: image126 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout:child: image125 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout:child: image127 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image125/b1b3433e575e 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126/b1b35069e 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image127/b1b318a0f3c9 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.305 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 3 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 3 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:child: image126 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:child: image125 2024-07-27T19:17:53.306 INFO:tasks.workunit.client.0.smithi029.stdout:child: image127 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image125/b1b3433e575e 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126/b1b35069e 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image127/b1b318a0f3c9 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.307 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image128 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image128 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image128 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 4 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 4 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:child: image126 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:child: image125 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:child: image127 2024-07-27T19:17:53.308 INFO:tasks.workunit.client.0.smithi029.stdout:child: image128 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image125/b1b3433e575e 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126/b1b35069e 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image127/b1b318a0f3c9 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image128/b1b3156ff9a3 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.309 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image127 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image127 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image127 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.310 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image128 2024-07-27T19:17:53.862 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image125 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image127 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image128 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image128 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 4 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 4 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout:child: image126 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout:child: image125 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout:child: image127 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout:child: image128 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image125/b1b3433e575e 2024-07-27T19:17:53.863 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126/b1b35069e 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image127/b1b318a0f3c9 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image128/b1b3156ff9a3 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image127 2024-07-27T19:17:53.864 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image127 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image127 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image128 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image127 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image128 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image128 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 3 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 3 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout:child: image126 2024-07-27T19:17:53.865 INFO:tasks.workunit.client.0.smithi029.stdout:child: image127 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout:child: image128 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126/b1b35069e 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image127/b1b318a0f3c9 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image128/b1b3156ff9a3 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.866 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-31/image128 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-31/image128 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image128 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 2 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout:child: image126 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout:child: image128 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126/b1b35069e 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-31/image128/b1b3156ff9a3 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.867 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 1 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout:child: image126 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-30/image126/b1b35069e 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 0 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 0 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ListChildren (10010 ms) 2024-07-27T19:17:53.868 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ListChildrenTiered 2024-07-27T19:17:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:53 smithi179 ceph-mon[89801]: osdmap e1745: 8 total, 8 up, 8 in 2024-07-27T19:17:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:17:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:53 smithi029 ceph-mon[99353]: osdmap e1745: 8 total, 8 up, 8 in 2024-07-27T19:17:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:17:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:53 smithi029 ceph-mon[96870]: osdmap e1745: 8 total, 8 up, 8 in 2024-07-27T19:17:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:17:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:54 smithi179 ceph-mon[89801]: pgmap v3161: 649 pgs: 649 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 94 KiB/s rd, 4.7 KiB/s wr, 117 op/s 2024-07-27T19:17:55.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:54 smithi179 ceph-mon[89801]: osdmap e1746: 8 total, 8 up, 8 in 2024-07-27T19:17:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:54 smithi029 ceph-mon[96870]: pgmap v3161: 649 pgs: 649 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 94 KiB/s rd, 4.7 KiB/s wr, 117 op/s 2024-07-27T19:17:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:54 smithi029 ceph-mon[96870]: osdmap e1746: 8 total, 8 up, 8 in 2024-07-27T19:17:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:54 smithi029 ceph-mon[99353]: pgmap v3161: 649 pgs: 649 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 94 KiB/s rd, 4.7 KiB/s wr, 117 op/s 2024-07-27T19:17:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:54 smithi029 ceph-mon[99353]: osdmap e1746: 8 total, 8 up, 8 in 2024-07-27T19:17:56.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:55 smithi179 ceph-mon[89801]: osdmap e1747: 8 total, 8 up, 8 in 2024-07-27T19:17:56.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:55 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/145437509' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-32","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:55 smithi029 ceph-mon[99353]: osdmap e1747: 8 total, 8 up, 8 in 2024-07-27T19:17:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:55 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/145437509' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-32","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:55 smithi029 ceph-mon[96870]: osdmap e1747: 8 total, 8 up, 8 in 2024-07-27T19:17:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:55 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/145437509' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-32","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:56 smithi179 ceph-mon[89801]: pgmap v3164: 681 pgs: 32 unknown, 649 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 105 KiB/s rd, 6.5 KiB/s wr, 140 op/s 2024-07-27T19:17:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:56 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:17:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:56 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/145437509' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-32","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:56 smithi179 ceph-mon[89801]: osdmap e1748: 8 total, 8 up, 8 in 2024-07-27T19:17:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:56 smithi029 ceph-mon[96870]: pgmap v3164: 681 pgs: 32 unknown, 649 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 105 KiB/s rd, 6.5 KiB/s wr, 140 op/s 2024-07-27T19:17:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:56 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:17:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:56 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/145437509' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-32","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:56 smithi029 ceph-mon[96870]: osdmap e1748: 8 total, 8 up, 8 in 2024-07-27T19:17:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:56 smithi029 ceph-mon[99353]: pgmap v3164: 681 pgs: 32 unknown, 649 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 105 KiB/s rd, 6.5 KiB/s wr, 140 op/s 2024-07-27T19:17:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:56 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:17:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:56 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/145437509' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-32","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:56 smithi029 ceph-mon[99353]: osdmap e1748: 8 total, 8 up, 8 in 2024-07-27T19:17:58.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:57 smithi179 ceph-mon[89801]: osdmap e1749: 8 total, 8 up, 8 in 2024-07-27T19:17:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3364668166' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-33","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:57 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-33","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:57 smithi029 ceph-mon[96870]: osdmap e1749: 8 total, 8 up, 8 in 2024-07-27T19:17:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3364668166' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-33","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:57 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-33","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:57 smithi029 ceph-mon[99353]: osdmap e1749: 8 total, 8 up, 8 in 2024-07-27T19:17:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3364668166' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-33","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:58.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:57 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-33","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:58 smithi179 ceph-mon[89801]: pgmap v3167: 713 pgs: 8 creating+peering, 37 unknown, 668 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 342 KiB/s rd, 9.2 KiB/s wr, 422 op/s 2024-07-27T19:17:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:58 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-33","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:58 smithi179 ceph-mon[89801]: osdmap e1750: 8 total, 8 up, 8 in 2024-07-27T19:17:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:58 smithi179 ceph-mon[89801]: osdmap e1751: 8 total, 8 up, 8 in 2024-07-27T19:17:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:17:58 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/33396137' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-34","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:58 smithi029 ceph-mon[96870]: pgmap v3167: 713 pgs: 8 creating+peering, 37 unknown, 668 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 342 KiB/s rd, 9.2 KiB/s wr, 422 op/s 2024-07-27T19:17:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:58 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-33","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:58 smithi029 ceph-mon[96870]: osdmap e1750: 8 total, 8 up, 8 in 2024-07-27T19:17:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:58 smithi029 ceph-mon[96870]: osdmap e1751: 8 total, 8 up, 8 in 2024-07-27T19:17:59.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:17:58 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/33396137' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-34","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:17:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:58 smithi029 ceph-mon[99353]: pgmap v3167: 713 pgs: 8 creating+peering, 37 unknown, 668 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 342 KiB/s rd, 9.2 KiB/s wr, 422 op/s 2024-07-27T19:17:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:58 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-33","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:17:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:58 smithi029 ceph-mon[99353]: osdmap e1750: 8 total, 8 up, 8 in 2024-07-27T19:17:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:58 smithi029 ceph-mon[99353]: osdmap e1751: 8 total, 8 up, 8 in 2024-07-27T19:17:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:17:58 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/33396137' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-34","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:18:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:00 smithi029 ceph-mon[96870]: pgmap v3170: 745 pgs: 16 creating+peering, 34 unknown, 695 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 489 KiB/s rd, 9.5 KiB/s wr, 588 op/s 2024-07-27T19:18:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:00 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/33396137' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-34","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:18:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:00 smithi029 ceph-mon[96870]: osdmap e1752: 8 total, 8 up, 8 in 2024-07-27T19:18:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:00 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier add", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34", "force_nonempty":""}]: dispatch 2024-07-27T19:18:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:00 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier add", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34", "force_nonempty":""}]: dispatch 2024-07-27T19:18:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:00 smithi029 ceph-mon[99353]: pgmap v3170: 745 pgs: 16 creating+peering, 34 unknown, 695 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 489 KiB/s rd, 9.5 KiB/s wr, 588 op/s 2024-07-27T19:18:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:00 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/33396137' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-34","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:18:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:00 smithi029 ceph-mon[99353]: osdmap e1752: 8 total, 8 up, 8 in 2024-07-27T19:18:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:00 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier add", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34", "force_nonempty":""}]: dispatch 2024-07-27T19:18:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:00 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier add", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34", "force_nonempty":""}]: dispatch 2024-07-27T19:18:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:00 smithi179 ceph-mon[89801]: pgmap v3170: 745 pgs: 16 creating+peering, 34 unknown, 695 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 489 KiB/s rd, 9.5 KiB/s wr, 588 op/s 2024-07-27T19:18:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:00 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/33396137' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-34","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:18:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:00 smithi179 ceph-mon[89801]: osdmap e1752: 8 total, 8 up, 8 in 2024-07-27T19:18:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:00 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier add", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34", "force_nonempty":""}]: dispatch 2024-07-27T19:18:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:00 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier add", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34", "force_nonempty":""}]: dispatch 2024-07-27T19:18:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:01 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier add", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34", "force_nonempty":""}]': finished 2024-07-27T19:18:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:01 smithi029 ceph-mon[99353]: osdmap e1753: 8 total, 8 up, 8 in 2024-07-27T19:18:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:01 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier cache-mode", "pool": "test-librbd-smithi029-149820-34", "mode":"writeback"}]: dispatch 2024-07-27T19:18:02.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:01 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier cache-mode", "pool": "test-librbd-smithi029-149820-34", "mode":"writeback"}]: dispatch 2024-07-27T19:18:02.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:01 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier add", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34", "force_nonempty":""}]': finished 2024-07-27T19:18:02.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:01 smithi029 ceph-mon[96870]: osdmap e1753: 8 total, 8 up, 8 in 2024-07-27T19:18:02.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:01 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier cache-mode", "pool": "test-librbd-smithi029-149820-34", "mode":"writeback"}]: dispatch 2024-07-27T19:18:02.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:01 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier cache-mode", "pool": "test-librbd-smithi029-149820-34", "mode":"writeback"}]: dispatch 2024-07-27T19:18:02.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:01 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier add", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34", "force_nonempty":""}]': finished 2024-07-27T19:18:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:01 smithi179 ceph-mon[89801]: osdmap e1753: 8 total, 8 up, 8 in 2024-07-27T19:18:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:01 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier cache-mode", "pool": "test-librbd-smithi029-149820-34", "mode":"writeback"}]: dispatch 2024-07-27T19:18:02.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:01 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier cache-mode", "pool": "test-librbd-smithi029-149820-34", "mode":"writeback"}]: dispatch 2024-07-27T19:18:02.735 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:02.747 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:18:02] "GET /metrics HTTP/1.1" 200 75576 "" "Prometheus/2.43.0" 2024-07-27T19:18:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[99353]: pgmap v3173: 745 pgs: 16 creating+peering, 17 unknown, 712 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 159 KiB/s rd, 2.2 KiB/s wr, 189 op/s 2024-07-27T19:18:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:18:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[99353]: Health check failed: 1 cache pools are missing hit_sets (CACHE_POOL_NO_HIT_SET) 2024-07-27T19:18:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier cache-mode", "pool": "test-librbd-smithi029-149820-34", "mode":"writeback"}]': finished 2024-07-27T19:18:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[99353]: osdmap e1754: 8 total, 8 up, 8 in 2024-07-27T19:18:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier set-overlay", "pool": "test-librbd-smithi029-149820-32", "overlaypool":"test-librbd-smithi029-149820-34"}]: dispatch 2024-07-27T19:18:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier set-overlay", "pool": "test-librbd-smithi029-149820-32", "overlaypool":"test-librbd-smithi029-149820-34"}]: dispatch 2024-07-27T19:18:03.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[96870]: pgmap v3173: 745 pgs: 16 creating+peering, 17 unknown, 712 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 159 KiB/s rd, 2.2 KiB/s wr, 189 op/s 2024-07-27T19:18:03.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:18:03.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[96870]: Health check failed: 1 cache pools are missing hit_sets (CACHE_POOL_NO_HIT_SET) 2024-07-27T19:18:03.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier cache-mode", "pool": "test-librbd-smithi029-149820-34", "mode":"writeback"}]': finished 2024-07-27T19:18:03.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[96870]: osdmap e1754: 8 total, 8 up, 8 in 2024-07-27T19:18:03.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier set-overlay", "pool": "test-librbd-smithi029-149820-32", "overlaypool":"test-librbd-smithi029-149820-34"}]: dispatch 2024-07-27T19:18:03.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:02 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier set-overlay", "pool": "test-librbd-smithi029-149820-32", "overlaypool":"test-librbd-smithi029-149820-34"}]: dispatch 2024-07-27T19:18:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:02 smithi179 ceph-mon[89801]: pgmap v3173: 745 pgs: 16 creating+peering, 17 unknown, 712 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 159 KiB/s rd, 2.2 KiB/s wr, 189 op/s 2024-07-27T19:18:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:02 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:18:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:02 smithi179 ceph-mon[89801]: Health check failed: 1 cache pools are missing hit_sets (CACHE_POOL_NO_HIT_SET) 2024-07-27T19:18:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:02 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier cache-mode", "pool": "test-librbd-smithi029-149820-34", "mode":"writeback"}]': finished 2024-07-27T19:18:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:02 smithi179 ceph-mon[89801]: osdmap e1754: 8 total, 8 up, 8 in 2024-07-27T19:18:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:02 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier set-overlay", "pool": "test-librbd-smithi029-149820-32", "overlaypool":"test-librbd-smithi029-149820-34"}]: dispatch 2024-07-27T19:18:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:02 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier set-overlay", "pool": "test-librbd-smithi029-149820-32", "overlaypool":"test-librbd-smithi029-149820-34"}]: dispatch 2024-07-27T19:18:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:03 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier set-overlay", "pool": "test-librbd-smithi029-149820-32", "overlaypool":"test-librbd-smithi029-149820-34"}]': finished 2024-07-27T19:18:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:03 smithi179 ceph-mon[89801]: osdmap e1755: 8 total, 8 up, 8 in 2024-07-27T19:18:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:03 smithi179 ceph-mon[89801]: osdmap e1756: 8 total, 8 up, 8 in 2024-07-27T19:18:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:03 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier set-overlay", "pool": "test-librbd-smithi029-149820-32", "overlaypool":"test-librbd-smithi029-149820-34"}]': finished 2024-07-27T19:18:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:03 smithi029 ceph-mon[96870]: osdmap e1755: 8 total, 8 up, 8 in 2024-07-27T19:18:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:03 smithi029 ceph-mon[96870]: osdmap e1756: 8 total, 8 up, 8 in 2024-07-27T19:18:04.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:03 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier set-overlay", "pool": "test-librbd-smithi029-149820-32", "overlaypool":"test-librbd-smithi029-149820-34"}]': finished 2024-07-27T19:18:04.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:03 smithi029 ceph-mon[99353]: osdmap e1755: 8 total, 8 up, 8 in 2024-07-27T19:18:04.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:03 smithi029 ceph-mon[99353]: osdmap e1756: 8 total, 8 up, 8 in 2024-07-27T19:18:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:04 smithi179 ceph-mon[89801]: pgmap v3176: 745 pgs: 8 creating+peering, 737 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:18:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:04 smithi179 ceph-mon[89801]: osdmap e1757: 8 total, 8 up, 8 in 2024-07-27T19:18:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:04 smithi029 ceph-mon[96870]: pgmap v3176: 745 pgs: 8 creating+peering, 737 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:18:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:04 smithi029 ceph-mon[96870]: osdmap e1757: 8 total, 8 up, 8 in 2024-07-27T19:18:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:04 smithi029 ceph-mon[99353]: pgmap v3176: 745 pgs: 8 creating+peering, 737 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:18:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:04 smithi029 ceph-mon[99353]: osdmap e1757: 8 total, 8 up, 8 in 2024-07-27T19:18:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:06 smithi179 ceph-mon[89801]: pgmap v3179: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:18:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:06 smithi179 ceph-mon[89801]: osdmap e1758: 8 total, 8 up, 8 in 2024-07-27T19:18:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:06 smithi029 ceph-mon[96870]: pgmap v3179: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:18:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:06 smithi029 ceph-mon[96870]: osdmap e1758: 8 total, 8 up, 8 in 2024-07-27T19:18:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:06 smithi029 ceph-mon[99353]: pgmap v3179: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:18:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:06 smithi029 ceph-mon[99353]: osdmap e1758: 8 total, 8 up, 8 in 2024-07-27T19:18:08.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:07 smithi179 ceph-mon[89801]: osdmap e1759: 8 total, 8 up, 8 in 2024-07-27T19:18:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:07 smithi029 ceph-mon[96870]: osdmap e1759: 8 total, 8 up, 8 in 2024-07-27T19:18:08.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:07 smithi029 ceph-mon[99353]: osdmap e1759: 8 total, 8 up, 8 in 2024-07-27T19:18:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.332 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.332 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.332 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.332 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 1 2024-07-27T19:18:08.333 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:18:08.333 INFO:tasks.workunit.client.0.smithi029.stdout:child: image130 2024-07-27T19:18:08.333 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image130/b1b31d56b2ed 2024-07-27T19:18:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.333 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.333 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.333 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.333 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.333 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 2 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout:child: image131 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout:child: image130 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image130/b1b31d56b2ed 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131/b1b31202f3bb 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.334 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image132 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image132 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image132 2024-07-27T19:18:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 3 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 3 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout:child: image131 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout:child: image130 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout:child: image132 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image130/b1b31d56b2ed 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131/b1b31202f3bb 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image132/b1b37f7e24fd 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.336 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 3 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 3 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout:child: image131 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout:child: image130 2024-07-27T19:18:08.337 INFO:tasks.workunit.client.0.smithi029.stdout:child: image132 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image130/b1b31d56b2ed 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131/b1b31202f3bb 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image132/b1b37f7e24fd 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.338 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image133 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image133 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image133 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 4 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 4 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout:child: image131 2024-07-27T19:18:08.339 INFO:tasks.workunit.client.0.smithi029.stdout:child: image130 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout:child: image132 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout:child: image133 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image130/b1b31d56b2ed 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131/b1b31202f3bb 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image132/b1b37f7e24fd 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image133/b1b328f97951 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.340 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image132 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image132 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image132 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:08.341 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image133 2024-07-27T19:18:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:08 smithi179 ceph-mon[89801]: pgmap v3182: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.5 KiB/s wr, 7 op/s 2024-07-27T19:18:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:08 smithi179 ceph-mon[89801]: osdmap e1760: 8 total, 8 up, 8 in 2024-07-27T19:18:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:08 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:18:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:18:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:08 smithi029 ceph-mon[96870]: pgmap v3182: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.5 KiB/s wr, 7 op/s 2024-07-27T19:18:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:08 smithi029 ceph-mon[96870]: osdmap e1760: 8 total, 8 up, 8 in 2024-07-27T19:18:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:08 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:18:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:18:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:08 smithi029 ceph-mon[99353]: pgmap v3182: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.5 KiB/s wr, 7 op/s 2024-07-27T19:18:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:08 smithi029 ceph-mon[99353]: osdmap e1760: 8 total, 8 up, 8 in 2024-07-27T19:18:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:08 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:18:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:18:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:10 smithi029 ceph-mon[96870]: pgmap v3184: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 249 KiB/s rd, 7.6 KiB/s wr, 309 op/s 2024-07-27T19:18:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:10 smithi029 ceph-mon[96870]: osdmap e1761: 8 total, 8 up, 8 in 2024-07-27T19:18:11.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:10 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier remove-overlay", "pool": "test-librbd-smithi029-149820-32"}]: dispatch 2024-07-27T19:18:11.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:10 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier remove-overlay", "pool": "test-librbd-smithi029-149820-32"}]: dispatch 2024-07-27T19:18:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:10 smithi029 ceph-mon[99353]: pgmap v3184: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 249 KiB/s rd, 7.6 KiB/s wr, 309 op/s 2024-07-27T19:18:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:10 smithi029 ceph-mon[99353]: osdmap e1761: 8 total, 8 up, 8 in 2024-07-27T19:18:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:10 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier remove-overlay", "pool": "test-librbd-smithi029-149820-32"}]: dispatch 2024-07-27T19:18:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:10 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier remove-overlay", "pool": "test-librbd-smithi029-149820-32"}]: dispatch 2024-07-27T19:18:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:10 smithi179 ceph-mon[89801]: pgmap v3184: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 249 KiB/s rd, 7.6 KiB/s wr, 309 op/s 2024-07-27T19:18:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:10 smithi179 ceph-mon[89801]: osdmap e1761: 8 total, 8 up, 8 in 2024-07-27T19:18:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:10 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier remove-overlay", "pool": "test-librbd-smithi029-149820-32"}]: dispatch 2024-07-27T19:18:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:10 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier remove-overlay", "pool": "test-librbd-smithi029-149820-32"}]: dispatch 2024-07-27T19:18:11.796 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.796 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image130 2024-07-27T19:18:11.796 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image132 2024-07-27T19:18:11.796 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image133 2024-07-27T19:18:11.796 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image133 2024-07-27T19:18:11.796 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.796 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 4 2024-07-27T19:18:11.796 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 4 2024-07-27T19:18:11.796 INFO:tasks.workunit.client.0.smithi029.stdout:child: image131 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout:child: image130 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout:child: image132 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout:child: image133 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image130/b1b31d56b2ed 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131/b1b31202f3bb 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image132/b1b37f7e24fd 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image133/b1b328f97951 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.797 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image132 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image132 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image132 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image133 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image132 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image133 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image133 2024-07-27T19:18:11.798 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 3 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 3 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout:child: image131 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout:child: image132 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout:child: image133 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131/b1b31202f3bb 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image132/b1b37f7e24fd 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image133/b1b328f97951 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.799 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-33/image133 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-33/image133 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image133 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 2 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 2 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout:child: image131 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout:child: image133 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131/b1b31202f3bb 2024-07-27T19:18:11.800 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-33/image133/b1b328f97951 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout:trying to find test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout:checking test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 1 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 1 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout:child: image131 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-32/image131/b1b31202f3bb 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 0 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 0 2024-07-27T19:18:11.801 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ListChildrenTiered (17933 ms) 2024-07-27T19:18:11.802 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.LockingPP 2024-07-27T19:18:11.802 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:11.864 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.LockingPP (69 ms) 2024-07-27T19:18:11.864 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.FlushAio 2024-07-27T19:18:11.864 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:12.115 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.FlushAio (250 ms) 2024-07-27T19:18:12.115 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.FlushAioPP 2024-07-27T19:18:12.115 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:11 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier remove-overlay", "pool": "test-librbd-smithi029-149820-32"}]': finished 2024-07-27T19:18:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:11 smithi179 ceph-mon[89801]: osdmap e1762: 8 total, 8 up, 8 in 2024-07-27T19:18:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:11 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier remove", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34"}]: dispatch 2024-07-27T19:18:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:11 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier remove", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34"}]: dispatch 2024-07-27T19:18:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:11 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "106.7", "id": [2, 5]}]: dispatch 2024-07-27T19:18:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:11 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "107.10", "id": [3, 7]}]: dispatch 2024-07-27T19:18:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "106.7", "id": [2, 5]}]: dispatch 2024-07-27T19:18:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:11 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "109.1d", "id": [3, 0]}]: dispatch 2024-07-27T19:18:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "107.10", "id": [3, 7]}]: dispatch 2024-07-27T19:18:12.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:11 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "109.1d", "id": [3, 0]}]: dispatch 2024-07-27T19:18:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier remove-overlay", "pool": "test-librbd-smithi029-149820-32"}]': finished 2024-07-27T19:18:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[99353]: osdmap e1762: 8 total, 8 up, 8 in 2024-07-27T19:18:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier remove", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34"}]: dispatch 2024-07-27T19:18:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier remove", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34"}]: dispatch 2024-07-27T19:18:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "106.7", "id": [2, 5]}]: dispatch 2024-07-27T19:18:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "107.10", "id": [3, 7]}]: dispatch 2024-07-27T19:18:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "106.7", "id": [2, 5]}]: dispatch 2024-07-27T19:18:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "109.1d", "id": [3, 0]}]: dispatch 2024-07-27T19:18:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "107.10", "id": [3, 7]}]: dispatch 2024-07-27T19:18:12.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "109.1d", "id": [3, 0]}]: dispatch 2024-07-27T19:18:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier remove-overlay", "pool": "test-librbd-smithi029-149820-32"}]': finished 2024-07-27T19:18:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[96870]: osdmap e1762: 8 total, 8 up, 8 in 2024-07-27T19:18:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd tier remove", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34"}]: dispatch 2024-07-27T19:18:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd tier remove", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34"}]: dispatch 2024-07-27T19:18:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "106.7", "id": [2, 5]}]: dispatch 2024-07-27T19:18:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "107.10", "id": [3, 7]}]: dispatch 2024-07-27T19:18:12.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "106.7", "id": [2, 5]}]: dispatch 2024-07-27T19:18:12.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "109.1d", "id": [3, 0]}]: dispatch 2024-07-27T19:18:12.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "107.10", "id": [3, 7]}]: dispatch 2024-07-27T19:18:12.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:11 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "109.1d", "id": [3, 0]}]: dispatch 2024-07-27T19:18:12.318 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.FlushAioPP (203 ms) 2024-07-27T19:18:12.318 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ZeroLengthWrite 2024-07-27T19:18:12.318 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:12.343 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ZeroLengthWrite (25 ms) 2024-07-27T19:18:12.343 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ZeroLengthDiscard 2024-07-27T19:18:12.343 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:12.376 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ZeroLengthDiscard (34 ms) 2024-07-27T19:18:12.377 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ZeroLengthRead 2024-07-27T19:18:12.377 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:12.397 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ZeroLengthRead (20 ms) 2024-07-27T19:18:12.397 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.LargeCacheRead 2024-07-27T19:18:12.397 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:12.430 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.LargeCacheRead (34 ms) 2024-07-27T19:18:12.430 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestPendingAio 2024-07-27T19:18:12.431 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:12.662 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestPendingAio (232 ms) 2024-07-27T19:18:12.662 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.CompareAndWriteCopyup 2024-07-27T19:18:12.662 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:18:12] "GET /metrics HTTP/1.1" 200 82975 "" "Prometheus/2.43.0" 2024-07-27T19:18:12.877 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:12 smithi179 ceph-mon[89801]: pgmap v3187: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 267 KiB/s rd, 11 KiB/s wr, 335 op/s 2024-07-27T19:18:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:12 smithi179 ceph-mon[89801]: Health check cleared: CACHE_POOL_NO_HIT_SET (was: 1 cache pools are missing hit_sets) 2024-07-27T19:18:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:12 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier remove", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34"}]': finished 2024-07-27T19:18:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "106.7", "id": [2, 5]}]': finished 2024-07-27T19:18:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "107.10", "id": [3, 7]}]': finished 2024-07-27T19:18:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "109.1d", "id": [3, 0]}]': finished 2024-07-27T19:18:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:12 smithi179 ceph-mon[89801]: osdmap e1763: 8 total, 8 up, 8 in 2024-07-27T19:18:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:18:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:18:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:18:13.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:18:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[96870]: pgmap v3187: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 267 KiB/s rd, 11 KiB/s wr, 335 op/s 2024-07-27T19:18:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[96870]: Health check cleared: CACHE_POOL_NO_HIT_SET (was: 1 cache pools are missing hit_sets) 2024-07-27T19:18:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier remove", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34"}]': finished 2024-07-27T19:18:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "106.7", "id": [2, 5]}]': finished 2024-07-27T19:18:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "107.10", "id": [3, 7]}]': finished 2024-07-27T19:18:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "109.1d", "id": [3, 0]}]': finished 2024-07-27T19:18:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[96870]: osdmap e1763: 8 total, 8 up, 8 in 2024-07-27T19:18:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:18:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:18:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:18:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:18:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[99353]: pgmap v3187: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 267 KiB/s rd, 11 KiB/s wr, 335 op/s 2024-07-27T19:18:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[99353]: Health check cleared: CACHE_POOL_NO_HIT_SET (was: 1 cache pools are missing hit_sets) 2024-07-27T19:18:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd tier remove", "pool": "test-librbd-smithi029-149820-32", "tierpool":"test-librbd-smithi029-149820-34"}]': finished 2024-07-27T19:18:13.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "106.7", "id": [2, 5]}]': finished 2024-07-27T19:18:13.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "107.10", "id": [3, 7]}]': finished 2024-07-27T19:18:13.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "109.1d", "id": [3, 0]}]': finished 2024-07-27T19:18:13.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[99353]: osdmap e1763: 8 total, 8 up, 8 in 2024-07-27T19:18:13.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:18:13.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:18:13.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:18:13.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:18:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:13 smithi179 ceph-mon[89801]: osdmap e1764: 8 total, 8 up, 8 in 2024-07-27T19:18:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:13 smithi179 ceph-mon[89801]: osdmap e1765: 8 total, 8 up, 8 in 2024-07-27T19:18:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:13 smithi029 ceph-mon[99353]: osdmap e1764: 8 total, 8 up, 8 in 2024-07-27T19:18:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:13 smithi029 ceph-mon[99353]: osdmap e1765: 8 total, 8 up, 8 in 2024-07-27T19:18:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:13 smithi029 ceph-mon[96870]: osdmap e1764: 8 total, 8 up, 8 in 2024-07-27T19:18:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:13 smithi029 ceph-mon[96870]: osdmap e1765: 8 total, 8 up, 8 in 2024-07-27T19:18:14.852 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.CompareAndWriteCopyup (2190 ms) 2024-07-27T19:18:14.853 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.CompareAndWriteCopyupMismatch 2024-07-27T19:18:14.853 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:14 smithi179 ceph-mon[89801]: pgmap v3190: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 377 KiB/s rd, 15 KiB/s wr, 472 op/s; 0 B/s, 0 objects/s recovering 2024-07-27T19:18:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:14 smithi029 ceph-mon[96870]: pgmap v3190: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 377 KiB/s rd, 15 KiB/s wr, 472 op/s; 0 B/s, 0 objects/s recovering 2024-07-27T19:18:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:14 smithi029 ceph-mon[99353]: pgmap v3190: 745 pgs: 745 active+clean; 301 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 377 KiB/s rd, 15 KiB/s wr, 472 op/s; 0 B/s, 0 objects/s recovering 2024-07-27T19:18:15.908 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:15 smithi179 ceph-mon[89801]: osdmap e1766: 8 total, 8 up, 8 in 2024-07-27T19:18:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:15 smithi029 ceph-mon[96870]: osdmap e1766: 8 total, 8 up, 8 in 2024-07-27T19:18:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:15 smithi029 ceph-mon[99353]: osdmap e1766: 8 total, 8 up, 8 in 2024-07-27T19:18:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:16 smithi179 ceph-mon[89801]: pgmap v3193: 745 pgs: 745 active+clean; 305 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 455 KiB/s rd, 79 KiB/s wr, 616 op/s; 0 B/s, 0 objects/s recovering 2024-07-27T19:18:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:16 smithi179 ceph-mon[89801]: osdmap e1767: 8 total, 8 up, 8 in 2024-07-27T19:18:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:16 smithi029 ceph-mon[96870]: pgmap v3193: 745 pgs: 745 active+clean; 305 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 455 KiB/s rd, 79 KiB/s wr, 616 op/s; 0 B/s, 0 objects/s recovering 2024-07-27T19:18:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:16 smithi029 ceph-mon[96870]: osdmap e1767: 8 total, 8 up, 8 in 2024-07-27T19:18:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:16 smithi029 ceph-mon[99353]: pgmap v3193: 745 pgs: 745 active+clean; 305 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 455 KiB/s rd, 79 KiB/s wr, 616 op/s; 0 B/s, 0 objects/s recovering 2024-07-27T19:18:17.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:16 smithi029 ceph-mon[99353]: osdmap e1767: 8 total, 8 up, 8 in 2024-07-27T19:18:17.878 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.CompareAndWriteCopyupMismatch (3025 ms) 2024-07-27T19:18:17.878 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.Flatten 2024-07-27T19:18:17.878 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:18.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:17 smithi179 ceph-mon[89801]: osdmap e1768: 8 total, 8 up, 8 in 2024-07-27T19:18:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:17 smithi029 ceph-mon[96870]: osdmap e1768: 8 total, 8 up, 8 in 2024-07-27T19:18:18.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:17 smithi029 ceph-mon[99353]: osdmap e1768: 8 total, 8 up, 8 in 2024-07-27T19:18:18.816 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.Flatten (938 ms) 2024-07-27T19:18:18.816 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.Sparsify 2024-07-27T19:18:18.816 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:18.849 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 32768 2024-07-27T19:18:18.849 INFO:tasks.workunit.client.0.smithi029.stdout:read: 32768 2024-07-27T19:18:18.849 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.Sparsify (33 ms) 2024-07-27T19:18:18.849 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.SparsifyPP 2024-07-27T19:18:18.849 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:18.880 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.SparsifyPP (31 ms) 2024-07-27T19:18:18.880 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.SnapshotLimit 2024-07-27T19:18:18.880 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:18 smithi179 ceph-mon[89801]: pgmap v3196: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 789 KiB/s rd, 726 KiB/s wr, 551 op/s 2024-07-27T19:18:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:18 smithi179 ceph-mon[89801]: osdmap e1769: 8 total, 8 up, 8 in 2024-07-27T19:18:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:18 smithi179 ceph-mon[89801]: osdmap e1770: 8 total, 8 up, 8 in 2024-07-27T19:18:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:18 smithi029 ceph-mon[99353]: pgmap v3196: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 789 KiB/s rd, 726 KiB/s wr, 551 op/s 2024-07-27T19:18:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:18 smithi029 ceph-mon[99353]: osdmap e1769: 8 total, 8 up, 8 in 2024-07-27T19:18:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:18 smithi029 ceph-mon[99353]: osdmap e1770: 8 total, 8 up, 8 in 2024-07-27T19:18:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:18 smithi029 ceph-mon[96870]: pgmap v3196: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 789 KiB/s rd, 726 KiB/s wr, 551 op/s 2024-07-27T19:18:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:18 smithi029 ceph-mon[96870]: osdmap e1769: 8 total, 8 up, 8 in 2024-07-27T19:18:19.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:18 smithi029 ceph-mon[96870]: osdmap e1770: 8 total, 8 up, 8 in 2024-07-27T19:18:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:20 smithi179 ceph-mon[89801]: pgmap v3199: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 777 KiB/s rd, 671 KiB/s wr, 494 op/s 2024-07-27T19:18:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:20 smithi179 ceph-mon[89801]: osdmap e1771: 8 total, 8 up, 8 in 2024-07-27T19:18:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:20 smithi029 ceph-mon[96870]: pgmap v3199: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 777 KiB/s rd, 671 KiB/s wr, 494 op/s 2024-07-27T19:18:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:20 smithi029 ceph-mon[96870]: osdmap e1771: 8 total, 8 up, 8 in 2024-07-27T19:18:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:20 smithi029 ceph-mon[99353]: pgmap v3199: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 777 KiB/s rd, 671 KiB/s wr, 494 op/s 2024-07-27T19:18:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:20 smithi029 ceph-mon[99353]: osdmap e1771: 8 total, 8 up, 8 in 2024-07-27T19:18:22.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:21 smithi179 ceph-mon[89801]: osdmap e1772: 8 total, 8 up, 8 in 2024-07-27T19:18:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:21 smithi029 ceph-mon[96870]: osdmap e1772: 8 total, 8 up, 8 in 2024-07-27T19:18:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:21 smithi029 ceph-mon[99353]: osdmap e1772: 8 total, 8 up, 8 in 2024-07-27T19:18:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:18:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:18:22] "GET /metrics HTTP/1.1" 200 82975 "" "Prometheus/2.43.0" 2024-07-27T19:18:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:22 smithi179 ceph-mon[89801]: pgmap v3202: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 173 KiB/s rd, 16 KiB/s wr, 228 op/s 2024-07-27T19:18:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:22 smithi179 ceph-mon[89801]: osdmap e1773: 8 total, 8 up, 8 in 2024-07-27T19:18:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:22 smithi029 ceph-mon[99353]: pgmap v3202: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 173 KiB/s rd, 16 KiB/s wr, 228 op/s 2024-07-27T19:18:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:22 smithi029 ceph-mon[99353]: osdmap e1773: 8 total, 8 up, 8 in 2024-07-27T19:18:23.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:22 smithi029 ceph-mon[96870]: pgmap v3202: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 173 KiB/s rd, 16 KiB/s wr, 228 op/s 2024-07-27T19:18:23.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:22 smithi029 ceph-mon[96870]: osdmap e1773: 8 total, 8 up, 8 in 2024-07-27T19:18:23.895 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.SnapshotLimit (5015 ms) 2024-07-27T19:18:23.895 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.SnapshotLimitPP 2024-07-27T19:18:23.895 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:23 smithi179 ceph-mon[89801]: osdmap e1774: 8 total, 8 up, 8 in 2024-07-27T19:18:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:18:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:18:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:23 smithi029 ceph-mon[96870]: osdmap e1774: 8 total, 8 up, 8 in 2024-07-27T19:18:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:18:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:18:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:23 smithi029 ceph-mon[99353]: osdmap e1774: 8 total, 8 up, 8 in 2024-07-27T19:18:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:18:24.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:18:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:24 smithi179 ceph-mon[89801]: pgmap v3205: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 164 KiB/s rd, 30 KiB/s wr, 195 op/s 2024-07-27T19:18:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:24 smithi179 ceph-mon[89801]: osdmap e1775: 8 total, 8 up, 8 in 2024-07-27T19:18:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:24 smithi029 ceph-mon[96870]: pgmap v3205: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 164 KiB/s rd, 30 KiB/s wr, 195 op/s 2024-07-27T19:18:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:24 smithi029 ceph-mon[96870]: osdmap e1775: 8 total, 8 up, 8 in 2024-07-27T19:18:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:24 smithi029 ceph-mon[99353]: pgmap v3205: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 164 KiB/s rd, 30 KiB/s wr, 195 op/s 2024-07-27T19:18:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:24 smithi029 ceph-mon[99353]: osdmap e1775: 8 total, 8 up, 8 in 2024-07-27T19:18:26.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:25 smithi179 ceph-mon[89801]: osdmap e1776: 8 total, 8 up, 8 in 2024-07-27T19:18:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:25 smithi029 ceph-mon[96870]: osdmap e1776: 8 total, 8 up, 8 in 2024-07-27T19:18:26.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:25 smithi029 ceph-mon[99353]: osdmap e1776: 8 total, 8 up, 8 in 2024-07-27T19:18:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:26 smithi179 ceph-mon[89801]: pgmap v3208: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 74 KiB/s rd, 26 KiB/s wr, 81 op/s 2024-07-27T19:18:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:26 smithi179 ceph-mon[89801]: osdmap e1777: 8 total, 8 up, 8 in 2024-07-27T19:18:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:26 smithi029 ceph-mon[96870]: pgmap v3208: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 74 KiB/s rd, 26 KiB/s wr, 81 op/s 2024-07-27T19:18:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:26 smithi029 ceph-mon[96870]: osdmap e1777: 8 total, 8 up, 8 in 2024-07-27T19:18:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:26 smithi029 ceph-mon[99353]: pgmap v3208: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 74 KiB/s rd, 26 KiB/s wr, 81 op/s 2024-07-27T19:18:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:26 smithi029 ceph-mon[99353]: osdmap e1777: 8 total, 8 up, 8 in 2024-07-27T19:18:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:27 smithi179 ceph-mon[89801]: osdmap e1778: 8 total, 8 up, 8 in 2024-07-27T19:18:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:27 smithi029 ceph-mon[96870]: osdmap e1778: 8 total, 8 up, 8 in 2024-07-27T19:18:28.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:27 smithi029 ceph-mon[99353]: osdmap e1778: 8 total, 8 up, 8 in 2024-07-27T19:18:28.752 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.SnapshotLimitPP (4857 ms) 2024-07-27T19:18:28.753 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.RebuildObjectMapViaLockOwner 2024-07-27T19:18:28.753 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:28.808 INFO:tasks.workunit.client.0.smithi029.stdout:0.00% done 2024-07-27T19:18:28.808 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.RebuildObjectMapViaLockOwner (55 ms) 2024-07-27T19:18:28.808 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.RenameViaLockOwner 2024-07-27T19:18:28.808 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:28.873 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.RenameViaLockOwner (65 ms) 2024-07-27T19:18:28.873 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.SnapCreateViaLockOwner 2024-07-27T19:18:28.873 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:28 smithi179 ceph-mon[89801]: pgmap v3211: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 24 KiB/s rd, 2.5 KiB/s wr, 31 op/s 2024-07-27T19:18:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:28 smithi179 ceph-mon[89801]: osdmap e1779: 8 total, 8 up, 8 in 2024-07-27T19:18:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:28 smithi179 ceph-mon[89801]: osdmap e1780: 8 total, 8 up, 8 in 2024-07-27T19:18:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:28 smithi029 ceph-mon[96870]: pgmap v3211: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 24 KiB/s rd, 2.5 KiB/s wr, 31 op/s 2024-07-27T19:18:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:28 smithi029 ceph-mon[96870]: osdmap e1779: 8 total, 8 up, 8 in 2024-07-27T19:18:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:28 smithi029 ceph-mon[96870]: osdmap e1780: 8 total, 8 up, 8 in 2024-07-27T19:18:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:28 smithi029 ceph-mon[99353]: pgmap v3211: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 24 KiB/s rd, 2.5 KiB/s wr, 31 op/s 2024-07-27T19:18:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:28 smithi029 ceph-mon[99353]: osdmap e1779: 8 total, 8 up, 8 in 2024-07-27T19:18:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:28 smithi029 ceph-mon[99353]: osdmap e1780: 8 total, 8 up, 8 in 2024-07-27T19:18:29.941 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.SnapCreateViaLockOwner (1068 ms) 2024-07-27T19:18:29.941 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.SnapRemoveViaLockOwner 2024-07-27T19:18:29.941 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:30 smithi179 ceph-mon[89801]: pgmap v3214: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 63 KiB/s rd, 4.7 KiB/s wr, 82 op/s 2024-07-27T19:18:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:30 smithi179 ceph-mon[89801]: osdmap e1781: 8 total, 8 up, 8 in 2024-07-27T19:18:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:30 smithi029 ceph-mon[96870]: pgmap v3214: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 63 KiB/s rd, 4.7 KiB/s wr, 82 op/s 2024-07-27T19:18:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:30 smithi029 ceph-mon[96870]: osdmap e1781: 8 total, 8 up, 8 in 2024-07-27T19:18:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:30 smithi029 ceph-mon[99353]: pgmap v3214: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 63 KiB/s rd, 4.7 KiB/s wr, 82 op/s 2024-07-27T19:18:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:30 smithi029 ceph-mon[99353]: osdmap e1781: 8 total, 8 up, 8 in 2024-07-27T19:18:31.951 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.SnapRemoveViaLockOwner (2011 ms) 2024-07-27T19:18:31.952 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.UpdateFeaturesViaLockOwner 2024-07-27T19:18:31.952 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:31.999 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.UpdateFeaturesViaLockOwner (48 ms) 2024-07-27T19:18:31.999 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.EnableJournalingViaLockOwner 2024-07-27T19:18:31.999 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_librbd.cc:9736: Skipped 2024-07-27T19:18:32.000 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:18:32.000 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestLibRBD.EnableJournalingViaLockOwner (0 ms) 2024-07-27T19:18:32.000 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.SnapRemove2 2024-07-27T19:18:32.000 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:31 smithi029 ceph-mon[96870]: osdmap e1782: 8 total, 8 up, 8 in 2024-07-27T19:18:32.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:31 smithi029 ceph-mon[99353]: osdmap e1782: 8 total, 8 up, 8 in 2024-07-27T19:18:32.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:31 smithi179 ceph-mon[89801]: osdmap e1782: 8 total, 8 up, 8 in 2024-07-27T19:18:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:18:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:18:32] "GET /metrics HTTP/1.1" 200 83009 "" "Prometheus/2.43.0" 2024-07-27T19:18:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:32 smithi029 ceph-mon[96870]: pgmap v3217: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 47 KiB/s rd, 4.5 KiB/s wr, 64 op/s 2024-07-27T19:18:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:32 smithi029 ceph-mon[96870]: osdmap e1783: 8 total, 8 up, 8 in 2024-07-27T19:18:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:32 smithi029 ceph-mon[99353]: pgmap v3217: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 47 KiB/s rd, 4.5 KiB/s wr, 64 op/s 2024-07-27T19:18:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:32 smithi029 ceph-mon[99353]: osdmap e1783: 8 total, 8 up, 8 in 2024-07-27T19:18:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:32 smithi179 ceph-mon[89801]: pgmap v3217: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 47 KiB/s rd, 4.5 KiB/s wr, 64 op/s 2024-07-27T19:18:33.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:32 smithi179 ceph-mon[89801]: osdmap e1783: 8 total, 8 up, 8 in 2024-07-27T19:18:33.959 INFO:tasks.workunit.client.0.smithi029.stdout:100.00% done 2024-07-27T19:18:33.959 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.SnapRemove2 (1959 ms) 2024-07-27T19:18:33.959 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.SnapRenameViaLockOwner 2024-07-27T19:18:33.959 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:33 smithi029 ceph-mon[99353]: osdmap e1784: 8 total, 8 up, 8 in 2024-07-27T19:18:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:33 smithi029 ceph-mon[96870]: osdmap e1784: 8 total, 8 up, 8 in 2024-07-27T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:33 smithi179 ceph-mon[89801]: osdmap e1784: 8 total, 8 up, 8 in 2024-07-27T19:18:34.979 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.SnapRenameViaLockOwner (1020 ms) 2024-07-27T19:18:34.979 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.SnapProtectViaLockOwner 2024-07-27T19:18:34.979 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:34 smithi029 ceph-mon[96870]: pgmap v3220: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 79 KiB/s rd, 10 KiB/s wr, 115 op/s 2024-07-27T19:18:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:34 smithi029 ceph-mon[96870]: osdmap e1785: 8 total, 8 up, 8 in 2024-07-27T19:18:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:34 smithi029 ceph-mon[99353]: pgmap v3220: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 79 KiB/s rd, 10 KiB/s wr, 115 op/s 2024-07-27T19:18:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:34 smithi029 ceph-mon[99353]: osdmap e1785: 8 total, 8 up, 8 in 2024-07-27T19:18:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:34 smithi179 ceph-mon[89801]: pgmap v3220: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 79 KiB/s rd, 10 KiB/s wr, 115 op/s 2024-07-27T19:18:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:34 smithi179 ceph-mon[89801]: osdmap e1785: 8 total, 8 up, 8 in 2024-07-27T19:18:35.996 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.SnapProtectViaLockOwner (1018 ms) 2024-07-27T19:18:35.996 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.SnapUnprotectViaLockOwner 2024-07-27T19:18:35.997 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:35 smithi029 ceph-mon[96870]: osdmap e1786: 8 total, 8 up, 8 in 2024-07-27T19:18:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:35 smithi029 ceph-mon[99353]: osdmap e1786: 8 total, 8 up, 8 in 2024-07-27T19:18:36.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:35 smithi179 ceph-mon[89801]: osdmap e1786: 8 total, 8 up, 8 in 2024-07-27T19:18:37.014 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.SnapUnprotectViaLockOwner (1017 ms) 2024-07-27T19:18:37.014 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.FlattenViaLockOwner 2024-07-27T19:18:37.014 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:36 smithi029 ceph-mon[96870]: pgmap v3223: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 128 KiB/s rd, 11 KiB/s wr, 176 op/s 2024-07-27T19:18:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:36 smithi029 ceph-mon[96870]: osdmap e1787: 8 total, 8 up, 8 in 2024-07-27T19:18:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:36 smithi029 ceph-mon[99353]: pgmap v3223: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 128 KiB/s rd, 11 KiB/s wr, 176 op/s 2024-07-27T19:18:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:36 smithi029 ceph-mon[99353]: osdmap e1787: 8 total, 8 up, 8 in 2024-07-27T19:18:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:36 smithi179 ceph-mon[89801]: pgmap v3223: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 128 KiB/s rd, 11 KiB/s wr, 176 op/s 2024-07-27T19:18:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:36 smithi179 ceph-mon[89801]: osdmap e1787: 8 total, 8 up, 8 in 2024-07-27T19:18:38.079 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.FlattenViaLockOwner (1065 ms) 2024-07-27T19:18:38.079 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ResizeViaLockOwner 2024-07-27T19:18:38.079 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:38.123 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ResizeViaLockOwner (45 ms) 2024-07-27T19:18:38.123 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.SparsifyViaLockOwner 2024-07-27T19:18:38.123 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:38.159 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.SparsifyViaLockOwner (35 ms) 2024-07-27T19:18:38.159 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ObjectMapConsistentSnap 2024-07-27T19:18:38.159 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:37 smithi029 ceph-mon[96870]: osdmap e1788: 8 total, 8 up, 8 in 2024-07-27T19:18:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:37 smithi029 ceph-mon[99353]: osdmap e1788: 8 total, 8 up, 8 in 2024-07-27T19:18:38.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:37 smithi179 ceph-mon[89801]: osdmap e1788: 8 total, 8 up, 8 in 2024-07-27T19:18:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:38 smithi029 ceph-mon[99353]: pgmap v3226: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 177 KiB/s rd, 10 KiB/s wr, 232 op/s 2024-07-27T19:18:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:38 smithi029 ceph-mon[99353]: osdmap e1789: 8 total, 8 up, 8 in 2024-07-27T19:18:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:18:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:38 smithi029 ceph-mon[99353]: osdmap e1790: 8 total, 8 up, 8 in 2024-07-27T19:18:39.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:38 smithi029 ceph-mon[96870]: pgmap v3226: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 177 KiB/s rd, 10 KiB/s wr, 232 op/s 2024-07-27T19:18:39.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:38 smithi029 ceph-mon[96870]: osdmap e1789: 8 total, 8 up, 8 in 2024-07-27T19:18:39.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:18:39.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:38 smithi029 ceph-mon[96870]: osdmap e1790: 8 total, 8 up, 8 in 2024-07-27T19:18:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:38 smithi179 ceph-mon[89801]: pgmap v3226: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 177 KiB/s rd, 10 KiB/s wr, 232 op/s 2024-07-27T19:18:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:38 smithi179 ceph-mon[89801]: osdmap e1789: 8 total, 8 up, 8 in 2024-07-27T19:18:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:18:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:38 smithi179 ceph-mon[89801]: osdmap e1790: 8 total, 8 up, 8 in 2024-07-27T19:18:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:40 smithi029 ceph-mon[96870]: pgmap v3229: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 198 KiB/s rd, 13 KiB/s wr, 267 op/s 2024-07-27T19:18:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:40 smithi029 ceph-mon[96870]: osdmap e1791: 8 total, 8 up, 8 in 2024-07-27T19:18:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:40 smithi029 ceph-mon[99353]: pgmap v3229: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 198 KiB/s rd, 13 KiB/s wr, 267 op/s 2024-07-27T19:18:41.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:40 smithi029 ceph-mon[99353]: osdmap e1791: 8 total, 8 up, 8 in 2024-07-27T19:18:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:40 smithi179 ceph-mon[89801]: pgmap v3229: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 198 KiB/s rd, 13 KiB/s wr, 267 op/s 2024-07-27T19:18:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:40 smithi179 ceph-mon[89801]: osdmap e1791: 8 total, 8 up, 8 in 2024-07-27T19:18:42.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:41 smithi029 ceph-mon[96870]: osdmap e1792: 8 total, 8 up, 8 in 2024-07-27T19:18:42.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:41 smithi029 ceph-mon[99353]: osdmap e1792: 8 total, 8 up, 8 in 2024-07-27T19:18:42.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:41 smithi179 ceph-mon[89801]: osdmap e1792: 8 total, 8 up, 8 in 2024-07-27T19:18:42.748 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:18:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:18:42] "GET /metrics HTTP/1.1" 200 82995 "" "Prometheus/2.43.0" 2024-07-27T19:18:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:42 smithi029 ceph-mon[96870]: pgmap v3232: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 132 KiB/s rd, 8.7 KiB/s wr, 179 op/s 2024-07-27T19:18:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:42 smithi029 ceph-mon[96870]: osdmap e1793: 8 total, 8 up, 8 in 2024-07-27T19:18:43.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:42 smithi029 ceph-mon[99353]: pgmap v3232: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 132 KiB/s rd, 8.7 KiB/s wr, 179 op/s 2024-07-27T19:18:43.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:42 smithi029 ceph-mon[99353]: osdmap e1793: 8 total, 8 up, 8 in 2024-07-27T19:18:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:42 smithi179 ceph-mon[89801]: pgmap v3232: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 132 KiB/s rd, 8.7 KiB/s wr, 179 op/s 2024-07-27T19:18:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:42 smithi179 ceph-mon[89801]: osdmap e1793: 8 total, 8 up, 8 in 2024-07-27T19:18:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:43 smithi179 ceph-mon[89801]: osdmap e1794: 8 total, 8 up, 8 in 2024-07-27T19:18:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:43 smithi179 ceph-mon[89801]: osdmap e1795: 8 total, 8 up, 8 in 2024-07-27T19:18:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:43 smithi029 ceph-mon[96870]: osdmap e1794: 8 total, 8 up, 8 in 2024-07-27T19:18:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:43 smithi029 ceph-mon[96870]: osdmap e1795: 8 total, 8 up, 8 in 2024-07-27T19:18:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:43 smithi029 ceph-mon[99353]: osdmap e1794: 8 total, 8 up, 8 in 2024-07-27T19:18:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:43 smithi029 ceph-mon[99353]: osdmap e1795: 8 total, 8 up, 8 in 2024-07-27T19:18:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:44 smithi179 ceph-mon[89801]: pgmap v3235: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 74 KiB/s rd, 5.0 KiB/s wr, 99 op/s 2024-07-27T19:18:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:44 smithi029 ceph-mon[96870]: pgmap v3235: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 74 KiB/s rd, 5.0 KiB/s wr, 99 op/s 2024-07-27T19:18:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:44 smithi029 ceph-mon[99353]: pgmap v3235: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 74 KiB/s rd, 5.0 KiB/s wr, 99 op/s 2024-07-27T19:18:46.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:45 smithi179 ceph-mon[89801]: osdmap e1796: 8 total, 8 up, 8 in 2024-07-27T19:18:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:45 smithi029 ceph-mon[96870]: osdmap e1796: 8 total, 8 up, 8 in 2024-07-27T19:18:46.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:45 smithi029 ceph-mon[99353]: osdmap e1796: 8 total, 8 up, 8 in 2024-07-27T19:18:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:46 smithi179 ceph-mon[89801]: pgmap v3238: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 74 KiB/s rd, 5.2 KiB/s wr, 99 op/s 2024-07-27T19:18:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:46 smithi179 ceph-mon[89801]: osdmap e1797: 8 total, 8 up, 8 in 2024-07-27T19:18:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:46 smithi029 ceph-mon[96870]: pgmap v3238: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 74 KiB/s rd, 5.2 KiB/s wr, 99 op/s 2024-07-27T19:18:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:46 smithi029 ceph-mon[96870]: osdmap e1797: 8 total, 8 up, 8 in 2024-07-27T19:18:47.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:46 smithi029 ceph-mon[99353]: pgmap v3238: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 74 KiB/s rd, 5.2 KiB/s wr, 99 op/s 2024-07-27T19:18:47.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:46 smithi029 ceph-mon[99353]: osdmap e1797: 8 total, 8 up, 8 in 2024-07-27T19:18:48.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:47 smithi179 ceph-mon[89801]: osdmap e1798: 8 total, 8 up, 8 in 2024-07-27T19:18:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:47 smithi029 ceph-mon[96870]: osdmap e1798: 8 total, 8 up, 8 in 2024-07-27T19:18:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:47 smithi029 ceph-mon[99353]: osdmap e1798: 8 total, 8 up, 8 in 2024-07-27T19:18:48.398 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ObjectMapConsistentSnap (10239 ms) 2024-07-27T19:18:48.398 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.Metadata 2024-07-27T19:18:48.398 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:48.889 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.Metadata (491 ms) 2024-07-27T19:18:48.889 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.MetadataPP 2024-07-27T19:18:48.889 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:48 smithi179 ceph-mon[89801]: pgmap v3241: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 3.2 KiB/s wr, 71 op/s 2024-07-27T19:18:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:48 smithi179 ceph-mon[89801]: osdmap e1799: 8 total, 8 up, 8 in 2024-07-27T19:18:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:48 smithi029 ceph-mon[96870]: pgmap v3241: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 3.2 KiB/s wr, 71 op/s 2024-07-27T19:18:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:48 smithi029 ceph-mon[96870]: osdmap e1799: 8 total, 8 up, 8 in 2024-07-27T19:18:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:48 smithi029 ceph-mon[99353]: pgmap v3241: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 3.2 KiB/s wr, 71 op/s 2024-07-27T19:18:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:48 smithi029 ceph-mon[99353]: osdmap e1799: 8 total, 8 up, 8 in 2024-07-27T19:18:49.909 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.MetadataPP (1021 ms) 2024-07-27T19:18:49.909 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.UpdateFeatures 2024-07-27T19:18:49.910 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:50.010 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.UpdateFeatures (100 ms) 2024-07-27T19:18:50.010 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.FeaturesBitmaskString 2024-07-27T19:18:50.010 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.FeaturesBitmaskString (0 ms) 2024-07-27T19:18:50.010 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.RebuildObjectMap 2024-07-27T19:18:50.010 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:50.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:49 smithi179 ceph-mon[89801]: osdmap e1800: 8 total, 8 up, 8 in 2024-07-27T19:18:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:49 smithi029 ceph-mon[96870]: osdmap e1800: 8 total, 8 up, 8 in 2024-07-27T19:18:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:49 smithi029 ceph-mon[99353]: osdmap e1800: 8 total, 8 up, 8 in 2024-07-27T19:18:50.871 INFO:tasks.workunit.client.0.smithi029.stdout:0.00% done 2024-07-27T19:18:50.871 INFO:tasks.workunit.client.0.smithi029.stdout:25.00% done 2024-07-27T19:18:50.871 INFO:tasks.workunit.client.0.smithi029.stdout:50.00% done 2024-07-27T19:18:50.871 INFO:tasks.workunit.client.0.smithi029.stdout:75.00% done 2024-07-27T19:18:50.872 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.RebuildObjectMap (861 ms) 2024-07-27T19:18:50.872 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.RebuildNewObjectMap 2024-07-27T19:18:50.906 INFO:tasks.workunit.client.0.smithi029.stdout:0.00% done 2024-07-27T19:18:50.906 INFO:tasks.workunit.client.0.smithi029.stdout:25.00% done 2024-07-27T19:18:50.906 INFO:tasks.workunit.client.0.smithi029.stdout:50.00% done 2024-07-27T19:18:50.906 INFO:tasks.workunit.client.0.smithi029.stdout:75.00% done 2024-07-27T19:18:50.906 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.RebuildNewObjectMap (35 ms) 2024-07-27T19:18:50.907 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.CheckObjectMap 2024-07-27T19:18:50.907 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:51.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:50 smithi179 ceph-mon[89801]: pgmap v3244: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 405 KiB/s rd, 151 KiB/s wr, 646 op/s 2024-07-27T19:18:51.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:50 smithi179 ceph-mon[89801]: osdmap e1801: 8 total, 8 up, 8 in 2024-07-27T19:18:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:50 smithi029 ceph-mon[96870]: pgmap v3244: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 405 KiB/s rd, 151 KiB/s wr, 646 op/s 2024-07-27T19:18:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:50 smithi029 ceph-mon[96870]: osdmap e1801: 8 total, 8 up, 8 in 2024-07-27T19:18:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:50 smithi029 ceph-mon[99353]: pgmap v3244: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 405 KiB/s rd, 151 KiB/s wr, 646 op/s 2024-07-27T19:18:51.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:50 smithi029 ceph-mon[99353]: osdmap e1801: 8 total, 8 up, 8 in 2024-07-27T19:18:51.884 INFO:tasks.workunit.client.0.smithi029.stdout:0.00% done 2024-07-27T19:18:51.884 INFO:tasks.workunit.client.0.smithi029.stdout:25.00% done 2024-07-27T19:18:51.884 INFO:tasks.workunit.client.0.smithi029.stdout:50.00% done 2024-07-27T19:18:51.884 INFO:tasks.workunit.client.0.smithi029.stdout:75.00% done 2024-07-27T19:18:51.884 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.CheckObjectMap (978 ms) 2024-07-27T19:18:51.884 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.BlockingAIO 2024-07-27T19:18:51.884 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:51.911 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.BlockingAIO (27 ms) 2024-07-27T19:18:51.911 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ExclusiveLockTransition 2024-07-27T19:18:51.911 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:52.040 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ExclusiveLockTransition (129 ms) 2024-07-27T19:18:52.040 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ExclusiveLockReadTransition 2024-07-27T19:18:52.040 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_librbd.cc:10793: Skipped 2024-07-27T19:18:52.040 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:18:52.040 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestLibRBD.ExclusiveLockReadTransition (0 ms) 2024-07-27T19:18:52.040 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.CacheMayCopyOnWrite 2024-07-27T19:18:52.040 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:52.063 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:51 smithi179 ceph-mon[89801]: osdmap e1802: 8 total, 8 up, 8 in 2024-07-27T19:18:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:51 smithi029 ceph-mon[96870]: osdmap e1802: 8 total, 8 up, 8 in 2024-07-27T19:18:52.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:51 smithi029 ceph-mon[99353]: osdmap e1802: 8 total, 8 up, 8 in 2024-07-27T19:18:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:18:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:18:52] "GET /metrics HTTP/1.1" 200 82995 "" "Prometheus/2.43.0" 2024-07-27T19:18:52.900 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.CacheMayCopyOnWrite (860 ms) 2024-07-27T19:18:52.900 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.FlushEmptyOpsOnExternalSnapshot 2024-07-27T19:18:52.900 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:52 smithi179 ceph-mon[89801]: pgmap v3247: 745 pgs: 745 active+clean; 309 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 461 KiB/s rd, 173 KiB/s wr, 737 op/s 2024-07-27T19:18:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:52 smithi179 ceph-mon[89801]: osdmap e1803: 8 total, 8 up, 8 in 2024-07-27T19:18:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:52 smithi029 ceph-mon[96870]: pgmap v3247: 745 pgs: 745 active+clean; 309 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 461 KiB/s rd, 173 KiB/s wr, 737 op/s 2024-07-27T19:18:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:52 smithi029 ceph-mon[96870]: osdmap e1803: 8 total, 8 up, 8 in 2024-07-27T19:18:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:52 smithi029 ceph-mon[99353]: pgmap v3247: 745 pgs: 745 active+clean; 309 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 461 KiB/s rd, 173 KiB/s wr, 737 op/s 2024-07-27T19:18:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:52 smithi029 ceph-mon[99353]: osdmap e1803: 8 total, 8 up, 8 in 2024-07-27T19:18:53.856 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.FlushEmptyOpsOnExternalSnapshot (957 ms) 2024-07-27T19:18:53.857 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestImageOptions 2024-07-27T19:18:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:53 smithi179 ceph-mon[89801]: osdmap e1804: 8 total, 8 up, 8 in 2024-07-27T19:18:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:18:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:53 smithi029 ceph-mon[99353]: osdmap e1804: 8 total, 8 up, 8 in 2024-07-27T19:18:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:18:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:53 smithi029 ceph-mon[96870]: osdmap e1804: 8 total, 8 up, 8 in 2024-07-27T19:18:54.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:18:54.948 INFO:tasks.workunit.client.0.smithi029.stdout:0.00% done 2024-07-27T19:18:54.948 INFO:tasks.workunit.client.0.smithi029.stdout:100.00% done 2024-07-27T19:18:54.948 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestImageOptions (1091 ms) 2024-07-27T19:18:54.948 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestImageOptionsPP 2024-07-27T19:18:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:54 smithi179 ceph-mon[89801]: pgmap v3250: 745 pgs: 745 active+clean; 309 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 302 KiB/s rd, 104 KiB/s wr, 429 op/s 2024-07-27T19:18:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:54 smithi179 ceph-mon[89801]: osdmap e1805: 8 total, 8 up, 8 in 2024-07-27T19:18:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:54 smithi029 ceph-mon[96870]: pgmap v3250: 745 pgs: 745 active+clean; 309 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 302 KiB/s rd, 104 KiB/s wr, 429 op/s 2024-07-27T19:18:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:54 smithi029 ceph-mon[96870]: osdmap e1805: 8 total, 8 up, 8 in 2024-07-27T19:18:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:54 smithi029 ceph-mon[99353]: pgmap v3250: 745 pgs: 745 active+clean; 309 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 302 KiB/s rd, 104 KiB/s wr, 429 op/s 2024-07-27T19:18:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:54 smithi029 ceph-mon[99353]: osdmap e1805: 8 total, 8 up, 8 in 2024-07-27T19:18:55.954 INFO:tasks.workunit.client.0.smithi029.stdout:0.00% done 2024-07-27T19:18:55.954 INFO:tasks.workunit.client.0.smithi029.stdout:100.00% done 2024-07-27T19:18:55.954 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestImageOptionsPP (1006 ms) 2024-07-27T19:18:55.954 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.EventSocketPipe 2024-07-27T19:18:55.954 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.EventSocketPipe (0 ms) 2024-07-27T19:18:55.955 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.EventSocketEventfd 2024-07-27T19:18:55.955 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.EventSocketEventfd (0 ms) 2024-07-27T19:18:55.955 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ImagePollIO 2024-07-27T19:18:55.955 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:55.994 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:18:55.994 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:18:55.994 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:18:55.994 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:18:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:wrote: 512 2024-07-27T19:18:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:18:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:18:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:18:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:18:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:18:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:18:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:18:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:18:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:18:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:18:55.995 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:started write 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:write completion cb called! 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 0 2024-07-27T19:18:55.996 INFO:tasks.workunit.client.0.smithi029.stdout:finished write 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:18:55.997 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:18:55.998 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:18:55.998 INFO:tasks.workunit.client.0.smithi029.stdout:created completion 2024-07-27T19:18:55.998 INFO:tasks.workunit.client.0.smithi029.stdout:started read 2024-07-27T19:18:55.998 INFO:tasks.workunit.client.0.smithi029.stdout:read completion cb called! 2024-07-27T19:18:55.998 INFO:tasks.workunit.client.0.smithi029.stdout:return value is: 512 2024-07-27T19:18:55.998 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ImagePollIO (41 ms) 2024-07-27T19:18:55.998 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.Mirror 2024-07-27T19:18:55.998 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:56.007 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:18:56.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:55 smithi179 ceph-mon[89801]: osdmap e1806: 8 total, 8 up, 8 in 2024-07-27T19:18:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:55 smithi029 ceph-mon[96870]: osdmap e1806: 8 total, 8 up, 8 in 2024-07-27T19:18:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:55 smithi029 ceph-mon[99353]: osdmap e1806: 8 total, 8 up, 8 in 2024-07-27T19:18:57.015 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.Mirror (1021 ms) 2024-07-27T19:18:57.015 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.MirrorPeerAttributes 2024-07-27T19:18:57.029 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.MirrorPeerAttributes (14 ms) 2024-07-27T19:18:57.029 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.CreateWithMirrorEnabled 2024-07-27T19:18:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:56 smithi179 ceph-mon[89801]: pgmap v3253: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 372 KiB/s rd, 108 KiB/s wr, 496 op/s 2024-07-27T19:18:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:56 smithi179 ceph-mon[89801]: osdmap e1807: 8 total, 8 up, 8 in 2024-07-27T19:18:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:56 smithi029 ceph-mon[99353]: pgmap v3253: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 372 KiB/s rd, 108 KiB/s wr, 496 op/s 2024-07-27T19:18:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:56 smithi029 ceph-mon[99353]: osdmap e1807: 8 total, 8 up, 8 in 2024-07-27T19:18:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:56 smithi029 ceph-mon[96870]: pgmap v3253: 745 pgs: 745 active+clean; 309 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 372 KiB/s rd, 108 KiB/s wr, 496 op/s 2024-07-27T19:18:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:56 smithi029 ceph-mon[96870]: osdmap e1807: 8 total, 8 up, 8 in 2024-07-27T19:18:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: osdmap e1808: 8 total, 8 up, 8 in 2024-07-27T19:18:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/uuid4"}]: dispatch 2024-07-27T19:18:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/uuid4"}]': finished 2024-07-27T19:18:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/932c1dc5-fd11-49c7-8210-6caa60a3c95e"}]: dispatch 2024-07-27T19:18:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/932c1dc5-fd11-49c7-8210-6caa60a3c95e"}]': finished 2024-07-27T19:18:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/f6079355-95e6-47db-991b-15697e02c96f"}]: dispatch 2024-07-27T19:18:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/f6079355-95e6-47db-991b-15697e02c96f"}]': finished 2024-07-27T19:18:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/49c47868-f414-4f26-bdd8-b89c5f422e9c"}]: dispatch 2024-07-27T19:18:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/49c47868-f414-4f26-bdd8-b89c5f422e9c"}]': finished 2024-07-27T19:18:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer/91/3fd6aded-5625-4fc7-b05d-69aad399e6eb"}]: dispatch 2024-07-27T19:18:58.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' 2024-07-27T19:18:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer/91/3fd6aded-5625-4fc7-b05d-69aad399e6eb"}]: dispatch 2024-07-27T19:18:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/3fd6aded-5625-4fc7-b05d-69aad399e6eb"}]: dispatch 2024-07-27T19:18:58.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:57 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/3fd6aded-5625-4fc7-b05d-69aad399e6eb"}]': finished 2024-07-27T19:18:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: osdmap e1808: 8 total, 8 up, 8 in 2024-07-27T19:18:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/uuid4"}]: dispatch 2024-07-27T19:18:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/uuid4"}]': finished 2024-07-27T19:18:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/932c1dc5-fd11-49c7-8210-6caa60a3c95e"}]: dispatch 2024-07-27T19:18:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/932c1dc5-fd11-49c7-8210-6caa60a3c95e"}]': finished 2024-07-27T19:18:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/f6079355-95e6-47db-991b-15697e02c96f"}]: dispatch 2024-07-27T19:18:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/f6079355-95e6-47db-991b-15697e02c96f"}]': finished 2024-07-27T19:18:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/49c47868-f414-4f26-bdd8-b89c5f422e9c"}]: dispatch 2024-07-27T19:18:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/49c47868-f414-4f26-bdd8-b89c5f422e9c"}]': finished 2024-07-27T19:18:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer/91/3fd6aded-5625-4fc7-b05d-69aad399e6eb"}]: dispatch 2024-07-27T19:18:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' 2024-07-27T19:18:58.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer/91/3fd6aded-5625-4fc7-b05d-69aad399e6eb"}]: dispatch 2024-07-27T19:18:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/3fd6aded-5625-4fc7-b05d-69aad399e6eb"}]: dispatch 2024-07-27T19:18:58.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/3fd6aded-5625-4fc7-b05d-69aad399e6eb"}]': finished 2024-07-27T19:18:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: osdmap e1808: 8 total, 8 up, 8 in 2024-07-27T19:18:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/uuid4"}]: dispatch 2024-07-27T19:18:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/uuid4"}]': finished 2024-07-27T19:18:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/932c1dc5-fd11-49c7-8210-6caa60a3c95e"}]: dispatch 2024-07-27T19:18:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/932c1dc5-fd11-49c7-8210-6caa60a3c95e"}]': finished 2024-07-27T19:18:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/f6079355-95e6-47db-991b-15697e02c96f"}]: dispatch 2024-07-27T19:18:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/f6079355-95e6-47db-991b-15697e02c96f"}]': finished 2024-07-27T19:18:58.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/49c47868-f414-4f26-bdd8-b89c5f422e9c"}]: dispatch 2024-07-27T19:18:58.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/49c47868-f414-4f26-bdd8-b89c5f422e9c"}]': finished 2024-07-27T19:18:58.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer/91/3fd6aded-5625-4fc7-b05d-69aad399e6eb"}]: dispatch 2024-07-27T19:18:58.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' 2024-07-27T19:18:58.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer/91/3fd6aded-5625-4fc7-b05d-69aad399e6eb"}]: dispatch 2024-07-27T19:18:58.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/3fd6aded-5625-4fc7-b05d-69aad399e6eb"}]: dispatch 2024-07-27T19:18:58.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:57 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3112753879' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/91/3fd6aded-5625-4fc7-b05d-69aad399e6eb"}]': finished 2024-07-27T19:18:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:58 smithi179 ceph-mon[89801]: pgmap v3256: 745 pgs: 745 active+clean; 314 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 403 KiB/s rd, 1.3 MiB/s wr, 539 op/s 2024-07-27T19:18:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:18:58 smithi179 ceph-mon[89801]: osdmap e1809: 8 total, 8 up, 8 in 2024-07-27T19:18:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:58 smithi029 ceph-mon[96870]: pgmap v3256: 745 pgs: 745 active+clean; 314 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 403 KiB/s rd, 1.3 MiB/s wr, 539 op/s 2024-07-27T19:18:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:18:58 smithi029 ceph-mon[96870]: osdmap e1809: 8 total, 8 up, 8 in 2024-07-27T19:18:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:58 smithi029 ceph-mon[99353]: pgmap v3256: 745 pgs: 745 active+clean; 314 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 403 KiB/s rd, 1.3 MiB/s wr, 539 op/s 2024-07-27T19:18:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:18:58 smithi029 ceph-mon[99353]: osdmap e1809: 8 total, 8 up, 8 in 2024-07-27T19:19:00.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:00 smithi179 ceph-mon[89801]: osdmap e1810: 8 total, 8 up, 8 in 2024-07-27T19:19:00.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:00 smithi179 ceph-mon[89801]: pgmap v3259: 745 pgs: 745 active+clean; 317 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 395 KiB/s rd, 2.1 MiB/s wr, 541 op/s 2024-07-27T19:19:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:00 smithi029 ceph-mon[99353]: osdmap e1810: 8 total, 8 up, 8 in 2024-07-27T19:19:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:00 smithi029 ceph-mon[99353]: pgmap v3259: 745 pgs: 745 active+clean; 317 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 395 KiB/s rd, 2.1 MiB/s wr, 541 op/s 2024-07-27T19:19:00.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:00 smithi029 ceph-mon[96870]: osdmap e1810: 8 total, 8 up, 8 in 2024-07-27T19:19:00.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:00 smithi029 ceph-mon[96870]: pgmap v3259: 745 pgs: 745 active+clean; 317 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 395 KiB/s rd, 2.1 MiB/s wr, 541 op/s 2024-07-27T19:19:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:01 smithi179 ceph-mon[89801]: osdmap e1811: 8 total, 8 up, 8 in 2024-07-27T19:19:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:01 smithi029 ceph-mon[96870]: osdmap e1811: 8 total, 8 up, 8 in 2024-07-27T19:19:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:01 smithi029 ceph-mon[99353]: osdmap e1811: 8 total, 8 up, 8 in 2024-07-27T19:19:02.098 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.CreateWithMirrorEnabled (5068 ms) 2024-07-27T19:19:02.098 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.FlushCacheWithCopyupOnExternalSnapshot 2024-07-27T19:19:02.101 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:02.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:02 smithi029 ceph-mon[96870]: osdmap e1812: 8 total, 8 up, 8 in 2024-07-27T19:19:02.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:02 smithi029 ceph-mon[96870]: pgmap v3262: 745 pgs: 745 active+clean; 317 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 150 KiB/s rd, 850 KiB/s wr, 202 op/s 2024-07-27T19:19:02.332 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:02 smithi029 ceph-mon[99353]: osdmap e1812: 8 total, 8 up, 8 in 2024-07-27T19:19:02.332 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:02 smithi029 ceph-mon[99353]: pgmap v3262: 745 pgs: 745 active+clean; 317 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 150 KiB/s rd, 850 KiB/s wr, 202 op/s 2024-07-27T19:19:02.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:02 smithi179 ceph-mon[89801]: osdmap e1812: 8 total, 8 up, 8 in 2024-07-27T19:19:02.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:02 smithi179 ceph-mon[89801]: pgmap v3262: 745 pgs: 745 active+clean; 317 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 150 KiB/s rd, 850 KiB/s wr, 202 op/s 2024-07-27T19:19:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:19:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:19:02] "GET /metrics HTTP/1.1" 200 83013 "" "Prometheus/2.43.0" 2024-07-27T19:19:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:03 smithi179 ceph-mon[89801]: osdmap e1813: 8 total, 8 up, 8 in 2024-07-27T19:19:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:03 smithi029 ceph-mon[96870]: osdmap e1813: 8 total, 8 up, 8 in 2024-07-27T19:19:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:03 smithi029 ceph-mon[99353]: osdmap e1813: 8 total, 8 up, 8 in 2024-07-27T19:19:04.094 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.FlushCacheWithCopyupOnExternalSnapshot (1997 ms) 2024-07-27T19:19:04.095 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ExclusiveLock 2024-07-27T19:19:04.095 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:04.149 INFO:tasks.workunit.client.0.smithi029.stdout:1: acquiring exclusive lock 2024-07-27T19:19:04.149 INFO:tasks.workunit.client.0.smithi029.stdout:2: acquiring exclusive lock 2024-07-27T19:19:04.152 INFO:tasks.workunit.client.0.smithi029.stdout:2: exclusive lock acquired 2024-07-27T19:19:04.187 INFO:tasks.workunit.client.0.smithi029.stdout:2: releasing exclusive lock 2024-07-27T19:19:04.190 INFO:tasks.workunit.client.0.smithi029.stdout:2: exclusive lock released 2024-07-27T19:19:04.190 INFO:tasks.workunit.client.0.smithi029.stdout:2: acquiring exclusive lock 2024-07-27T19:19:04.192 INFO:tasks.workunit.client.0.smithi029.stdout:1: exclusive lock acquired 2024-07-27T19:19:04.205 INFO:tasks.workunit.client.0.smithi029.stdout:1: releasing exclusive lock 2024-07-27T19:19:04.208 INFO:tasks.workunit.client.0.smithi029.stdout:1: exclusive lock released 2024-07-27T19:19:04.208 INFO:tasks.workunit.client.0.smithi029.stdout:1: acquiring exclusive lock 2024-07-27T19:19:04.212 INFO:tasks.workunit.client.0.smithi029.stdout:1: exclusive lock acquired 2024-07-27T19:19:04.238 INFO:tasks.workunit.client.0.smithi029.stdout:1: releasing exclusive lock 2024-07-27T19:19:04.241 INFO:tasks.workunit.client.0.smithi029.stdout:1: exclusive lock released 2024-07-27T19:19:04.241 INFO:tasks.workunit.client.0.smithi029.stdout:1: acquiring exclusive lock 2024-07-27T19:19:04.242 INFO:tasks.workunit.client.0.smithi029.stdout:2: exclusive lock acquired 2024-07-27T19:19:04.289 INFO:tasks.workunit.client.0.smithi029.stdout:2: releasing exclusive lock 2024-07-27T19:19:04.291 INFO:tasks.workunit.client.0.smithi029.stdout:2: exclusive lock released 2024-07-27T19:19:04.291 INFO:tasks.workunit.client.0.smithi029.stdout:2: acquiring exclusive lock 2024-07-27T19:19:04.294 INFO:tasks.workunit.client.0.smithi029.stdout:1: exclusive lock acquired 2024-07-27T19:19:04.296 INFO:tasks.workunit.client.0.smithi029.stdout:1: releasing exclusive lock 2024-07-27T19:19:04.299 INFO:tasks.workunit.client.0.smithi029.stdout:1: exclusive lock released 2024-07-27T19:19:04.299 INFO:tasks.workunit.client.0.smithi029.stdout:1: acquiring exclusive lock 2024-07-27T19:19:04.300 INFO:tasks.workunit.client.0.smithi029.stdout:2: exclusive lock acquired 2024-07-27T19:19:04.331 INFO:tasks.workunit.client.0.smithi029.stdout:2: releasing exclusive lock 2024-07-27T19:19:04.334 INFO:tasks.workunit.client.0.smithi029.stdout:2: exclusive lock released 2024-07-27T19:19:04.334 INFO:tasks.workunit.client.0.smithi029.stdout:2: acquiring exclusive lock 2024-07-27T19:19:04.335 INFO:tasks.workunit.client.0.smithi029.stdout:1: exclusive lock acquired 2024-07-27T19:19:04.355 INFO:tasks.workunit.client.0.smithi029.stdout:1: releasing exclusive lock 2024-07-27T19:19:04.358 INFO:tasks.workunit.client.0.smithi029.stdout:1: exclusive lock released 2024-07-27T19:19:04.358 INFO:tasks.workunit.client.0.smithi029.stdout:1: acquiring exclusive lock 2024-07-27T19:19:04.362 INFO:tasks.workunit.client.0.smithi029.stdout:1: exclusive lock acquired 2024-07-27T19:19:04.385 INFO:tasks.workunit.client.0.smithi029.stdout:1: releasing exclusive lock 2024-07-27T19:19:04.388 INFO:tasks.workunit.client.0.smithi029.stdout:1: exclusive lock released 2024-07-27T19:19:04.392 INFO:tasks.workunit.client.0.smithi029.stdout:2: exclusive lock acquired 2024-07-27T19:19:04.396 INFO:tasks.workunit.client.0.smithi029.stdout:2: releasing exclusive lock 2024-07-27T19:19:04.398 INFO:tasks.workunit.client.0.smithi029.stdout:2: exclusive lock released 2024-07-27T19:19:04.399 INFO:tasks.workunit.client.0.smithi029.stdout:2: acquiring exclusive lock 2024-07-27T19:19:04.402 INFO:tasks.workunit.client.0.smithi029.stdout:2: exclusive lock acquired 2024-07-27T19:19:04.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:04 smithi179 ceph-mon[89801]: osdmap e1814: 8 total, 8 up, 8 in 2024-07-27T19:19:04.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:04 smithi179 ceph-mon[89801]: pgmap v3265: 745 pgs: 745 active+clean; 317 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 77 KiB/s rd, 10 KiB/s wr, 103 op/s 2024-07-27T19:19:04.440 INFO:tasks.workunit.client.0.smithi029.stdout:2: releasing exclusive lock 2024-07-27T19:19:04.442 INFO:tasks.workunit.client.0.smithi029.stdout:2: exclusive lock released 2024-07-27T19:19:04.456 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ExclusiveLock (361 ms) 2024-07-27T19:19:04.456 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.BreakLock 2024-07-27T19:19:04.472 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:04 smithi029 ceph-mon[96870]: osdmap e1814: 8 total, 8 up, 8 in 2024-07-27T19:19:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:04 smithi029 ceph-mon[96870]: pgmap v3265: 745 pgs: 745 active+clean; 317 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 77 KiB/s rd, 10 KiB/s wr, 103 op/s 2024-07-27T19:19:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:04 smithi029 ceph-mon[99353]: osdmap e1814: 8 total, 8 up, 8 in 2024-07-27T19:19:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:04 smithi029 ceph-mon[99353]: pgmap v3265: 745 pgs: 745 active+clean; 317 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 77 KiB/s rd, 10 KiB/s wr, 103 op/s 2024-07-27T19:19:05.105 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.BreakLock (649 ms) 2024-07-27T19:19:05.105 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.DiscardAfterWrite 2024-07-27T19:19:05.105 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:05.129 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.DiscardAfterWrite (24 ms) 2024-07-27T19:19:05.129 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.DefaultFeatures 2024-07-27T19:19:05.129 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.DefaultFeatures (0 ms) 2024-07-27T19:19:05.129 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestTrashMoveAndPurge 2024-07-27T19:19:05.129 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:05.189 INFO:tasks.workunit.client.0.smithi029.stdout:0.00% done 2024-07-27T19:19:05.189 INFO:tasks.workunit.client.0.smithi029.stdout:1.56% done 2024-07-27T19:19:05.189 INFO:tasks.workunit.client.0.smithi029.stdout:3.12% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:4.69% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:6.25% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:7.81% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:9.38% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:10.94% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:12.50% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:14.06% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:15.62% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:17.19% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:18.75% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:20.31% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:21.88% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:23.44% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:25.00% done 2024-07-27T19:19:05.190 INFO:tasks.workunit.client.0.smithi029.stdout:26.56% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:28.12% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:29.69% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:31.25% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:32.81% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:34.38% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:35.94% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:37.50% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:39.06% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:40.62% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:42.19% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:43.75% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:45.31% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:46.88% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:48.44% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:50.00% done 2024-07-27T19:19:05.191 INFO:tasks.workunit.client.0.smithi029.stdout:51.56% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:53.12% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:54.69% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:56.25% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:57.81% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:59.38% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:60.94% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:62.50% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:64.06% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:65.62% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:67.19% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:68.75% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:70.31% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:71.88% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:73.44% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:75.00% done 2024-07-27T19:19:05.192 INFO:tasks.workunit.client.0.smithi029.stdout:76.56% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:78.12% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:79.69% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:81.25% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:82.81% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:84.38% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:85.94% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:87.50% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:89.06% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:90.62% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:92.19% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:93.75% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:95.31% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:96.88% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:98.44% done 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestTrashMoveAndPurge (61 ms) 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestTrashMoveAndPurgeNonExpiredDelay 2024-07-27T19:19:05.193 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:05.249 INFO:tasks.workunit.client.0.smithi029.stdout:0.00% done 2024-07-27T19:19:05.249 INFO:tasks.workunit.client.0.smithi029.stdout:1.56% done 2024-07-27T19:19:05.249 INFO:tasks.workunit.client.0.smithi029.stdout:3.12% done 2024-07-27T19:19:05.249 INFO:tasks.workunit.client.0.smithi029.stdout:4.69% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:6.25% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:7.81% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:9.38% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:10.94% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:12.50% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:14.06% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:15.62% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:17.19% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:18.75% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:20.31% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:21.88% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:23.44% done 2024-07-27T19:19:05.250 INFO:tasks.workunit.client.0.smithi029.stdout:25.00% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:26.56% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:28.12% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:29.69% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:31.25% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:32.81% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:34.38% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:35.94% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:37.50% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:39.06% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:40.62% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:42.19% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:43.75% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:45.31% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:46.88% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:48.44% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:50.00% done 2024-07-27T19:19:05.251 INFO:tasks.workunit.client.0.smithi029.stdout:51.56% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:53.12% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:54.69% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:56.25% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:57.81% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:59.38% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:60.94% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:62.50% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:64.06% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:65.62% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:67.19% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:68.75% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:70.31% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:71.88% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:73.44% done 2024-07-27T19:19:05.252 INFO:tasks.workunit.client.0.smithi029.stdout:75.00% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:76.56% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:78.12% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:79.69% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:81.25% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:82.81% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:84.38% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:85.94% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:87.50% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:89.06% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:90.62% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:92.19% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:93.75% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:95.31% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:96.88% done 2024-07-27T19:19:05.253 INFO:tasks.workunit.client.0.smithi029.stdout:98.44% done 2024-07-27T19:19:05.254 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestTrashMoveAndPurgeNonExpiredDelay (59 ms) 2024-07-27T19:19:05.254 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestTrashPurge 2024-07-27T19:19:05.254 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:05.257 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:05.378 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestTrashPurge (129 ms) 2024-07-27T19:19:05.378 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestTrashMoveAndRestore 2024-07-27T19:19:05.378 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:05 smithi179 ceph-mon[89801]: osdmap e1815: 8 total, 8 up, 8 in 2024-07-27T19:19:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:05 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1972663069"}]: dispatch 2024-07-27T19:19:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:05 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1972663069"}]: dispatch 2024-07-27T19:19:05.423 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestTrashMoveAndRestore (45 ms) 2024-07-27T19:19:05.423 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestListWatchers 2024-07-27T19:19:05.423 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:05.454 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestListWatchers (31 ms) 2024-07-27T19:19:05.454 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestSetSnapById 2024-07-27T19:19:05.454 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:05 smithi029 ceph-mon[96870]: osdmap e1815: 8 total, 8 up, 8 in 2024-07-27T19:19:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:05 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1972663069"}]: dispatch 2024-07-27T19:19:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:05 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1972663069"}]: dispatch 2024-07-27T19:19:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:05 smithi029 ceph-mon[99353]: osdmap e1815: 8 total, 8 up, 8 in 2024-07-27T19:19:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:05 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2144577368' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1972663069"}]: dispatch 2024-07-27T19:19:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:05 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1972663069"}]: dispatch 2024-07-27T19:19:06.114 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestSetSnapById (660 ms) 2024-07-27T19:19:06.114 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.Namespaces 2024-07-27T19:19:06.139 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.Namespaces (25 ms) 2024-07-27T19:19:06.139 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.NamespacesPP 2024-07-27T19:19:06.174 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:06.178 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:06.254 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.NamespacesPP (116 ms) 2024-07-27T19:19:06.255 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.Migration 2024-07-27T19:19:06.255 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:06.255 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:06.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:06 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1972663069"}]': finished 2024-07-27T19:19:06.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:06 smithi179 ceph-mon[89801]: osdmap e1816: 8 total, 8 up, 8 in 2024-07-27T19:19:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:06 smithi179 ceph-mon[89801]: pgmap v3268: 745 pgs: 745 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 144 KiB/s rd, 70 KiB/s wr, 107 op/s 2024-07-27T19:19:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:06 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1972663069"}]': finished 2024-07-27T19:19:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:06 smithi029 ceph-mon[96870]: osdmap e1816: 8 total, 8 up, 8 in 2024-07-27T19:19:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:06 smithi029 ceph-mon[96870]: pgmap v3268: 745 pgs: 745 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 144 KiB/s rd, 70 KiB/s wr, 107 op/s 2024-07-27T19:19:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:06 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/1972663069"}]': finished 2024-07-27T19:19:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:06 smithi029 ceph-mon[99353]: osdmap e1816: 8 total, 8 up, 8 in 2024-07-27T19:19:06.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:06 smithi029 ceph-mon[99353]: pgmap v3268: 745 pgs: 745 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 144 KiB/s rd, 70 KiB/s wr, 107 op/s 2024-07-27T19:19:06.670 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.Migration (416 ms) 2024-07-27T19:19:06.671 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.MigrationPP 2024-07-27T19:19:06.671 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:06.671 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:07.114 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.MigrationPP (443 ms) 2024-07-27T19:19:07.114 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestGetAccessTimestamp 2024-07-27T19:19:07.114 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:07.131 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestGetAccessTimestamp (17 ms) 2024-07-27T19:19:07.131 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.TestGetModifyTimestamp 2024-07-27T19:19:07.131 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:07.148 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.TestGetModifyTimestamp (17 ms) 2024-07-27T19:19:07.148 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ZeroOverlapFlatten 2024-07-27T19:19:07.148 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:07 smithi179 ceph-mon[89801]: osdmap e1817: 8 total, 8 up, 8 in 2024-07-27T19:19:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:07 smithi029 ceph-mon[96870]: osdmap e1817: 8 total, 8 up, 8 in 2024-07-27T19:19:07.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:07 smithi029 ceph-mon[99353]: osdmap e1817: 8 total, 8 up, 8 in 2024-07-27T19:19:08.178 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ZeroOverlapFlatten (1030 ms) 2024-07-27T19:19:08.178 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.PoolMetadata 2024-07-27T19:19:08.209 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.PoolMetadata (31 ms) 2024-07-27T19:19:08.209 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.PoolMetadataPP 2024-07-27T19:19:08.232 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.PoolMetadataPP (24 ms) 2024-07-27T19:19:08.233 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.Config 2024-07-27T19:19:08.239 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:08.280 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.Config (48 ms) 2024-07-27T19:19:08.280 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ConfigPP 2024-07-27T19:19:08.285 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:08.322 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ConfigPP (41 ms) 2024-07-27T19:19:08.322 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.PoolStatsPP 2024-07-27T19:19:08.340 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:08 smithi029 ceph-mon[96870]: pgmap v3270: 745 pgs: 745 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 573 KiB/s rd, 151 KiB/s wr, 698 op/s 2024-07-27T19:19:08.340 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:08 smithi029 ceph-mon[99353]: pgmap v3270: 745 pgs: 745 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 573 KiB/s rd, 151 KiB/s wr, 698 op/s 2024-07-27T19:19:08.341 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:19:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:19:08] ENGINE Bus STOPPING 2024-07-27T19:19:08.341 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:19:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:19:08] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T19:19:08.341 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:19:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:19:08] ENGINE Bus STOPPED 2024-07-27T19:19:08.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:08 smithi179 ceph-mon[89801]: pgmap v3270: 745 pgs: 745 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 573 KiB/s rd, 151 KiB/s wr, 698 op/s 2024-07-27T19:19:08.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:19:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:19:08] ENGINE Bus STARTING 2024-07-27T19:19:08.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:19:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:19:08] ENGINE Serving on http://:::9283 2024-07-27T19:19:08.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:19:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:19:08] ENGINE Bus STARTED 2024-07-27T19:19:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: osdmap e1818: 8 total, 8 up, 8 in 2024-07-27T19:19:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' 2024-07-27T19:19:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:19:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:19:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:19:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: osdmap e1819: 8 total, 8 up, 8 in 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2254417985' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-35","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-35","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:19:09.415 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.416 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.416 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: osdmap e1818: 8 total, 8 up, 8 in 2024-07-27T19:19:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' 2024-07-27T19:19:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:19:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:19:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:19:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:19:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:19:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:19:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:19:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: osdmap e1819: 8 total, 8 up, 8 in 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2254417985' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-35","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-35","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:19:09.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:19:09.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:19:09.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:19:09.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: osdmap e1818: 8 total, 8 up, 8 in 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: osdmap e1819: 8 total, 8 up, 8 in 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2254417985' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-35","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:09.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-35","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:19:09.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:19:09.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:19:09.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:19:09.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:19:09.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:19:09.507 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:19:09.791 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:10 smithi179 ceph-mon[89801]: pgmap v3273: 777 pgs: 10 creating+peering, 22 unknown, 745 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 728 KiB/s rd, 110 KiB/s wr, 988 op/s 2024-07-27T19:19:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:10 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-35","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:19:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:10 smithi179 ceph-mon[89801]: osdmap e1820: 8 total, 8 up, 8 in 2024-07-27T19:19:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:10 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:19:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:10 smithi029 ceph-mon[96870]: pgmap v3273: 777 pgs: 10 creating+peering, 22 unknown, 745 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 728 KiB/s rd, 110 KiB/s wr, 988 op/s 2024-07-27T19:19:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:10 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-35","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:19:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:10 smithi029 ceph-mon[96870]: osdmap e1820: 8 total, 8 up, 8 in 2024-07-27T19:19:11.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:10 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:19:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:10 smithi029 ceph-mon[99353]: pgmap v3273: 777 pgs: 10 creating+peering, 22 unknown, 745 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 728 KiB/s rd, 110 KiB/s wr, 988 op/s 2024-07-27T19:19:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:10 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-35","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:19:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:10 smithi029 ceph-mon[99353]: osdmap e1820: 8 total, 8 up, 8 in 2024-07-27T19:19:11.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:10 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:19:11.844 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:11.878 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:11.885 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:11 smithi179 ceph-mon[89801]: osdmap e1821: 8 total, 8 up, 8 in 2024-07-27T19:19:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:11 smithi029 ceph-mon[96870]: osdmap e1821: 8 total, 8 up, 8 in 2024-07-27T19:19:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:11 smithi029 ceph-mon[99353]: osdmap e1821: 8 total, 8 up, 8 in 2024-07-27T19:19:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:19:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:19:12] "GET /metrics HTTP/1.1" 200 83013 "" "Prometheus/2.43.0" 2024-07-27T19:19:12.874 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.PoolStatsPP (4552 ms) 2024-07-27T19:19:12.874 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ImageSpec 2024-07-27T19:19:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:12 smithi179 ceph-mon[89801]: pgmap v3276: 777 pgs: 10 creating+peering, 10 unknown, 757 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 461 KiB/s rd, 34 KiB/s wr, 604 op/s 2024-07-27T19:19:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:12 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:19:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:12 smithi179 ceph-mon[89801]: osdmap e1822: 8 total, 8 up, 8 in 2024-07-27T19:19:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:12 smithi029 ceph-mon[96870]: pgmap v3276: 777 pgs: 10 creating+peering, 10 unknown, 757 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 461 KiB/s rd, 34 KiB/s wr, 604 op/s 2024-07-27T19:19:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:12 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:19:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:12 smithi029 ceph-mon[96870]: osdmap e1822: 8 total, 8 up, 8 in 2024-07-27T19:19:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:12 smithi029 ceph-mon[99353]: pgmap v3276: 777 pgs: 10 creating+peering, 10 unknown, 757 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 461 KiB/s rd, 34 KiB/s wr, 604 op/s 2024-07-27T19:19:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:12 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:19:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:12 smithi029 ceph-mon[99353]: osdmap e1822: 8 total, 8 up, 8 in 2024-07-27T19:19:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:13 smithi179 ceph-mon[89801]: osdmap e1823: 8 total, 8 up, 8 in 2024-07-27T19:19:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:13 smithi029 ceph-mon[96870]: osdmap e1823: 8 total, 8 up, 8 in 2024-07-27T19:19:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:13 smithi029 ceph-mon[99353]: osdmap e1823: 8 total, 8 up, 8 in 2024-07-27T19:19:14.832 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:14 smithi179 ceph-mon[89801]: pgmap v3279: 777 pgs: 10 creating+peering, 767 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 211 KiB/s rd, 13 KiB/s wr, 276 op/s 2024-07-27T19:19:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:14 smithi179 ceph-mon[89801]: osdmap e1824: 8 total, 8 up, 8 in 2024-07-27T19:19:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:14 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1231763093' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-36","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:14 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-36","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:14 smithi029 ceph-mon[99353]: pgmap v3279: 777 pgs: 10 creating+peering, 767 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 211 KiB/s rd, 13 KiB/s wr, 276 op/s 2024-07-27T19:19:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:14 smithi029 ceph-mon[99353]: osdmap e1824: 8 total, 8 up, 8 in 2024-07-27T19:19:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:14 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1231763093' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-36","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:14 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-36","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:15.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:14 smithi029 ceph-mon[96870]: pgmap v3279: 777 pgs: 10 creating+peering, 767 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 211 KiB/s rd, 13 KiB/s wr, 276 op/s 2024-07-27T19:19:15.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:14 smithi029 ceph-mon[96870]: osdmap e1824: 8 total, 8 up, 8 in 2024-07-27T19:19:15.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:14 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1231763093' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-36","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:15.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:14 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-36","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:15 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-36","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:19:16.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:15 smithi179 ceph-mon[89801]: osdmap e1825: 8 total, 8 up, 8 in 2024-07-27T19:19:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:15 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-36","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:19:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:15 smithi029 ceph-mon[96870]: osdmap e1825: 8 total, 8 up, 8 in 2024-07-27T19:19:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:15 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-36","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:19:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:15 smithi029 ceph-mon[99353]: osdmap e1825: 8 total, 8 up, 8 in 2024-07-27T19:19:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:16 smithi179 ceph-mon[89801]: pgmap v3282: 809 pgs: 10 creating+peering, 22 unknown, 777 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 54 KiB/s rd, 7.5 KiB/s wr, 79 op/s 2024-07-27T19:19:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:16 smithi179 ceph-mon[89801]: osdmap e1826: 8 total, 8 up, 8 in 2024-07-27T19:19:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:16 smithi029 ceph-mon[99353]: pgmap v3282: 809 pgs: 10 creating+peering, 22 unknown, 777 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 54 KiB/s rd, 7.5 KiB/s wr, 79 op/s 2024-07-27T19:19:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:16 smithi029 ceph-mon[99353]: osdmap e1826: 8 total, 8 up, 8 in 2024-07-27T19:19:17.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:16 smithi029 ceph-mon[96870]: pgmap v3282: 809 pgs: 10 creating+peering, 22 unknown, 777 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 54 KiB/s rd, 7.5 KiB/s wr, 79 op/s 2024-07-27T19:19:17.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:16 smithi029 ceph-mon[96870]: osdmap e1826: 8 total, 8 up, 8 in 2024-07-27T19:19:18.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:17 smithi179 ceph-mon[89801]: osdmap e1827: 8 total, 8 up, 8 in 2024-07-27T19:19:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:17 smithi029 ceph-mon[96870]: osdmap e1827: 8 total, 8 up, 8 in 2024-07-27T19:19:18.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:17 smithi029 ceph-mon[99353]: osdmap e1827: 8 total, 8 up, 8 in 2024-07-27T19:19:18.931 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ImageSpec (6057 ms) 2024-07-27T19:19:18.931 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.SnapRemoveWithChildMissing 2024-07-27T19:19:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:18 smithi179 ceph-mon[89801]: pgmap v3285: 809 pgs: 10 creating+peering, 9 unknown, 790 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 40 KiB/s rd, 5.5 KiB/s wr, 53 op/s 2024-07-27T19:19:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:18 smithi179 ceph-mon[89801]: osdmap e1828: 8 total, 8 up, 8 in 2024-07-27T19:19:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:18 smithi179 ceph-mon[89801]: osdmap e1829: 8 total, 8 up, 8 in 2024-07-27T19:19:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:18 smithi029 ceph-mon[96870]: pgmap v3285: 809 pgs: 10 creating+peering, 9 unknown, 790 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 40 KiB/s rd, 5.5 KiB/s wr, 53 op/s 2024-07-27T19:19:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:18 smithi029 ceph-mon[96870]: osdmap e1828: 8 total, 8 up, 8 in 2024-07-27T19:19:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:18 smithi029 ceph-mon[96870]: osdmap e1829: 8 total, 8 up, 8 in 2024-07-27T19:19:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:18 smithi029 ceph-mon[99353]: pgmap v3285: 809 pgs: 10 creating+peering, 9 unknown, 790 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 40 KiB/s rd, 5.5 KiB/s wr, 53 op/s 2024-07-27T19:19:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:18 smithi029 ceph-mon[99353]: osdmap e1828: 8 total, 8 up, 8 in 2024-07-27T19:19:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:18 smithi029 ceph-mon[99353]: osdmap e1829: 8 total, 8 up, 8 in 2024-07-27T19:19:20.873 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:20 smithi179 ceph-mon[89801]: pgmap v3288: 809 pgs: 809 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 103 KiB/s rd, 7.2 KiB/s wr, 132 op/s 2024-07-27T19:19:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:20 smithi179 ceph-mon[89801]: osdmap e1830: 8 total, 8 up, 8 in 2024-07-27T19:19:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:20 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1334917081' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-37","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:20 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-37","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:20 smithi029 ceph-mon[96870]: pgmap v3288: 809 pgs: 809 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 103 KiB/s rd, 7.2 KiB/s wr, 132 op/s 2024-07-27T19:19:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:20 smithi029 ceph-mon[96870]: osdmap e1830: 8 total, 8 up, 8 in 2024-07-27T19:19:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:20 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1334917081' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-37","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:20 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-37","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:20 smithi029 ceph-mon[99353]: pgmap v3288: 809 pgs: 809 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 103 KiB/s rd, 7.2 KiB/s wr, 132 op/s 2024-07-27T19:19:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:20 smithi029 ceph-mon[99353]: osdmap e1830: 8 total, 8 up, 8 in 2024-07-27T19:19:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:20 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1334917081' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-37","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:20 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-37","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:22.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:21 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-37","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:19:22.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:21 smithi179 ceph-mon[89801]: osdmap e1831: 8 total, 8 up, 8 in 2024-07-27T19:19:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:21 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-37","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:19:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:21 smithi029 ceph-mon[96870]: osdmap e1831: 8 total, 8 up, 8 in 2024-07-27T19:19:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:21 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-37","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:19:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:21 smithi029 ceph-mon[99353]: osdmap e1831: 8 total, 8 up, 8 in 2024-07-27T19:19:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:19:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:19:22] "GET /metrics HTTP/1.1" 200 83013 "" "Prometheus/2.43.0" 2024-07-27T19:19:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:22 smithi179 ceph-mon[89801]: pgmap v3291: 841 pgs: 22 unknown, 819 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 69 KiB/s rd, 3.7 KiB/s wr, 89 op/s 2024-07-27T19:19:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:22 smithi179 ceph-mon[89801]: osdmap e1832: 8 total, 8 up, 8 in 2024-07-27T19:19:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:22 smithi029 ceph-mon[99353]: pgmap v3291: 841 pgs: 22 unknown, 819 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 69 KiB/s rd, 3.7 KiB/s wr, 89 op/s 2024-07-27T19:19:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:22 smithi029 ceph-mon[99353]: osdmap e1832: 8 total, 8 up, 8 in 2024-07-27T19:19:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:22 smithi029 ceph-mon[96870]: pgmap v3291: 841 pgs: 22 unknown, 819 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 69 KiB/s rd, 3.7 KiB/s wr, 89 op/s 2024-07-27T19:19:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:22 smithi029 ceph-mon[96870]: osdmap e1832: 8 total, 8 up, 8 in 2024-07-27T19:19:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:23 smithi179 ceph-mon[89801]: osdmap e1833: 8 total, 8 up, 8 in 2024-07-27T19:19:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:19:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:23 smithi179 ceph-mon[89801]: osdmap e1834: 8 total, 8 up, 8 in 2024-07-27T19:19:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:23 smithi029 ceph-mon[96870]: osdmap e1833: 8 total, 8 up, 8 in 2024-07-27T19:19:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:19:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:23 smithi029 ceph-mon[96870]: osdmap e1834: 8 total, 8 up, 8 in 2024-07-27T19:19:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:23 smithi029 ceph-mon[99353]: osdmap e1833: 8 total, 8 up, 8 in 2024-07-27T19:19:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:19:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:23 smithi029 ceph-mon[99353]: osdmap e1834: 8 total, 8 up, 8 in 2024-07-27T19:19:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:24 smithi179 ceph-mon[89801]: pgmap v3294: 841 pgs: 10 unknown, 831 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 71 KiB/s rd, 3.2 KiB/s wr, 89 op/s 2024-07-27T19:19:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:24 smithi179 ceph-mon[89801]: osdmap e1835: 8 total, 8 up, 8 in 2024-07-27T19:19:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:24 smithi029 ceph-mon[96870]: pgmap v3294: 841 pgs: 10 unknown, 831 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 71 KiB/s rd, 3.2 KiB/s wr, 89 op/s 2024-07-27T19:19:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:24 smithi029 ceph-mon[96870]: osdmap e1835: 8 total, 8 up, 8 in 2024-07-27T19:19:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:24 smithi029 ceph-mon[99353]: pgmap v3294: 841 pgs: 10 unknown, 831 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 71 KiB/s rd, 3.2 KiB/s wr, 89 op/s 2024-07-27T19:19:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:24 smithi029 ceph-mon[99353]: osdmap e1835: 8 total, 8 up, 8 in 2024-07-27T19:19:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:26 smithi179 ceph-mon[89801]: pgmap v3297: 841 pgs: 841 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 82 KiB/s rd, 3.7 KiB/s wr, 103 op/s 2024-07-27T19:19:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:26 smithi179 ceph-mon[89801]: osdmap e1836: 8 total, 8 up, 8 in 2024-07-27T19:19:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:26 smithi029 ceph-mon[96870]: pgmap v3297: 841 pgs: 841 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 82 KiB/s rd, 3.7 KiB/s wr, 103 op/s 2024-07-27T19:19:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:26 smithi029 ceph-mon[96870]: osdmap e1836: 8 total, 8 up, 8 in 2024-07-27T19:19:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:26 smithi029 ceph-mon[99353]: pgmap v3297: 841 pgs: 841 active+clean; 318 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 82 KiB/s rd, 3.7 KiB/s wr, 103 op/s 2024-07-27T19:19:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:26 smithi029 ceph-mon[99353]: osdmap e1836: 8 total, 8 up, 8 in 2024-07-27T19:19:27.958 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 3 2024-07-27T19:19:27.958 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 3 2024-07-27T19:19:27.958 INFO:tasks.workunit.client.0.smithi029.stdout:child: image230 2024-07-27T19:19:27.958 INFO:tasks.workunit.client.0.smithi029.stdout:child: image232 2024-07-27T19:19:27.958 INFO:tasks.workunit.client.0.smithi029.stdout:child: image231 2024-07-27T19:19:27.958 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-15/image230/b1b322121426 2024-07-27T19:19:27.958 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:19:27.958 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-37/image231/b1b378c9ee8d 2024-07-27T19:19:27.959 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:19:27.959 INFO:tasks.workunit.client.0.smithi029.stdout:found child test-librbd-smithi029-149820-15/image232/b1b38a009e0a 2024-07-27T19:19:27.959 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:19:27.959 INFO:tasks.workunit.client.0.smithi029.stdout:num children is: 0 2024-07-27T19:19:27.959 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 0 2024-07-27T19:19:27.959 INFO:tasks.workunit.client.0.smithi029.stdout:num snaps is: 0 2024-07-27T19:19:27.959 INFO:tasks.workunit.client.0.smithi029.stdout:expected: 0 2024-07-27T19:19:27.959 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.SnapRemoveWithChildMissing (9027 ms) 2024-07-27T19:19:27.959 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.QuiesceWatch 2024-07-27T19:19:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:27 smithi179 ceph-mon[89801]: osdmap e1837: 8 total, 8 up, 8 in 2024-07-27T19:19:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:27 smithi029 ceph-mon[96870]: osdmap e1837: 8 total, 8 up, 8 in 2024-07-27T19:19:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:27 smithi029 ceph-mon[99353]: osdmap e1837: 8 total, 8 up, 8 in 2024-07-27T19:19:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:28 smithi179 ceph-mon[89801]: pgmap v3300: 809 pgs: 809 active+clean; 6.6 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:19:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:28 smithi179 ceph-mon[89801]: osdmap e1838: 8 total, 8 up, 8 in 2024-07-27T19:19:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:28 smithi179 ceph-mon[89801]: osdmap e1839: 8 total, 8 up, 8 in 2024-07-27T19:19:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:28 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2874439449' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-38","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:28 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-38","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:28 smithi029 ceph-mon[99353]: pgmap v3300: 809 pgs: 809 active+clean; 6.6 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:19:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:28 smithi029 ceph-mon[99353]: osdmap e1838: 8 total, 8 up, 8 in 2024-07-27T19:19:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:28 smithi029 ceph-mon[99353]: osdmap e1839: 8 total, 8 up, 8 in 2024-07-27T19:19:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:28 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2874439449' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-38","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:28 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-38","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:28 smithi029 ceph-mon[96870]: pgmap v3300: 809 pgs: 809 active+clean; 6.6 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:19:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:28 smithi029 ceph-mon[96870]: osdmap e1838: 8 total, 8 up, 8 in 2024-07-27T19:19:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:28 smithi029 ceph-mon[96870]: osdmap e1839: 8 total, 8 up, 8 in 2024-07-27T19:19:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:28 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2874439449' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-38","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:28 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-38","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:19:29.797 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:30 smithi179 ceph-mon[89801]: pgmap v3303: 841 pgs: 8 creating+peering, 24 unknown, 809 active+clean; 6.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:19:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-38","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:19:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:30 smithi179 ceph-mon[89801]: osdmap e1840: 8 total, 8 up, 8 in 2024-07-27T19:19:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:30 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:19:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:30 smithi029 ceph-mon[96870]: pgmap v3303: 841 pgs: 8 creating+peering, 24 unknown, 809 active+clean; 6.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:19:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-38","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:19:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:30 smithi029 ceph-mon[96870]: osdmap e1840: 8 total, 8 up, 8 in 2024-07-27T19:19:31.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:30 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:19:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:30 smithi029 ceph-mon[99353]: pgmap v3303: 841 pgs: 8 creating+peering, 24 unknown, 809 active+clean; 6.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:19:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-38","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:19:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:30 smithi029 ceph-mon[99353]: osdmap e1840: 8 total, 8 up, 8 in 2024-07-27T19:19:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:30 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:19:32.153 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:31 smithi029 ceph-mon[96870]: osdmap e1841: 8 total, 8 up, 8 in 2024-07-27T19:19:32.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:31 smithi029 ceph-mon[99353]: osdmap e1841: 8 total, 8 up, 8 in 2024-07-27T19:19:32.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:31 smithi179 ceph-mon[89801]: osdmap e1841: 8 total, 8 up, 8 in 2024-07-27T19:19:32.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:19:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:19:32] "GET /metrics HTTP/1.1" 200 90396 "" "Prometheus/2.43.0" 2024-07-27T19:19:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:32 smithi179 ceph-mon[89801]: pgmap v3306: 841 pgs: 8 creating+peering, 18 unknown, 815 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 122 KiB/s rd, 6.7 KiB/s wr, 152 op/s 2024-07-27T19:19:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:32 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:19:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:32 smithi179 ceph-mon[89801]: osdmap e1842: 8 total, 8 up, 8 in 2024-07-27T19:19:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:32 smithi029 ceph-mon[96870]: pgmap v3306: 841 pgs: 8 creating+peering, 18 unknown, 815 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 122 KiB/s rd, 6.7 KiB/s wr, 152 op/s 2024-07-27T19:19:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:32 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:19:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:32 smithi029 ceph-mon[96870]: osdmap e1842: 8 total, 8 up, 8 in 2024-07-27T19:19:33.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:32 smithi029 ceph-mon[99353]: pgmap v3306: 841 pgs: 8 creating+peering, 18 unknown, 815 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 122 KiB/s rd, 6.7 KiB/s wr, 152 op/s 2024-07-27T19:19:33.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:32 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:19:33.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:32 smithi029 ceph-mon[99353]: osdmap e1842: 8 total, 8 up, 8 in 2024-07-27T19:19:34.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:33 smithi179 ceph-mon[89801]: osdmap e1843: 8 total, 8 up, 8 in 2024-07-27T19:19:34.166 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:33 smithi179 ceph-mon[89801]: osdmap e1844: 8 total, 8 up, 8 in 2024-07-27T19:19:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:33 smithi029 ceph-mon[96870]: osdmap e1843: 8 total, 8 up, 8 in 2024-07-27T19:19:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:33 smithi029 ceph-mon[96870]: osdmap e1844: 8 total, 8 up, 8 in 2024-07-27T19:19:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:33 smithi029 ceph-mon[99353]: osdmap e1843: 8 total, 8 up, 8 in 2024-07-27T19:19:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:33 smithi029 ceph-mon[99353]: osdmap e1844: 8 total, 8 up, 8 in 2024-07-27T19:19:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:34 smithi179 ceph-mon[89801]: pgmap v3309: 841 pgs: 8 creating+peering, 833 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 1.2 KiB/s wr, 21 op/s 2024-07-27T19:19:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:34 smithi029 ceph-mon[96870]: pgmap v3309: 841 pgs: 8 creating+peering, 833 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 1.2 KiB/s wr, 21 op/s 2024-07-27T19:19:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:34 smithi029 ceph-mon[99353]: pgmap v3309: 841 pgs: 8 creating+peering, 833 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 1.2 KiB/s wr, 21 op/s 2024-07-27T19:19:36.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:35 smithi179 ceph-mon[89801]: osdmap e1845: 8 total, 8 up, 8 in 2024-07-27T19:19:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:35 smithi029 ceph-mon[96870]: osdmap e1845: 8 total, 8 up, 8 in 2024-07-27T19:19:36.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:35 smithi029 ceph-mon[99353]: osdmap e1845: 8 total, 8 up, 8 in 2024-07-27T19:19:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:36 smithi179 ceph-mon[89801]: pgmap v3312: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 1.5 KiB/s wr, 20 op/s 2024-07-27T19:19:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:36 smithi179 ceph-mon[89801]: osdmap e1846: 8 total, 8 up, 8 in 2024-07-27T19:19:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:36 smithi029 ceph-mon[96870]: pgmap v3312: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 1.5 KiB/s wr, 20 op/s 2024-07-27T19:19:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:36 smithi029 ceph-mon[96870]: osdmap e1846: 8 total, 8 up, 8 in 2024-07-27T19:19:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:36 smithi029 ceph-mon[99353]: pgmap v3312: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 1.5 KiB/s wr, 20 op/s 2024-07-27T19:19:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:36 smithi029 ceph-mon[99353]: osdmap e1846: 8 total, 8 up, 8 in 2024-07-27T19:19:37.961 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.QuiesceWatch (10003 ms) 2024-07-27T19:19:37.961 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.QuiesceWatchPP 2024-07-27T19:19:37.961 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:38.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:37 smithi179 ceph-mon[89801]: osdmap e1847: 8 total, 8 up, 8 in 2024-07-27T19:19:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:37 smithi029 ceph-mon[96870]: osdmap e1847: 8 total, 8 up, 8 in 2024-07-27T19:19:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:37 smithi029 ceph-mon[99353]: osdmap e1847: 8 total, 8 up, 8 in 2024-07-27T19:19:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:38 smithi179 ceph-mon[89801]: pgmap v3315: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 4.7 KiB/s wr, 58 op/s 2024-07-27T19:19:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:38 smithi179 ceph-mon[89801]: osdmap e1848: 8 total, 8 up, 8 in 2024-07-27T19:19:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:19:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:38 smithi179 ceph-mon[89801]: osdmap e1849: 8 total, 8 up, 8 in 2024-07-27T19:19:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:38 smithi029 ceph-mon[96870]: pgmap v3315: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 4.7 KiB/s wr, 58 op/s 2024-07-27T19:19:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:38 smithi029 ceph-mon[96870]: osdmap e1848: 8 total, 8 up, 8 in 2024-07-27T19:19:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:19:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:38 smithi029 ceph-mon[96870]: osdmap e1849: 8 total, 8 up, 8 in 2024-07-27T19:19:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:38 smithi029 ceph-mon[99353]: pgmap v3315: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 4.7 KiB/s wr, 58 op/s 2024-07-27T19:19:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:38 smithi029 ceph-mon[99353]: osdmap e1848: 8 total, 8 up, 8 in 2024-07-27T19:19:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:19:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:38 smithi029 ceph-mon[99353]: osdmap e1849: 8 total, 8 up, 8 in 2024-07-27T19:19:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:40 smithi179 ceph-mon[89801]: pgmap v3318: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 56 KiB/s rd, 6.2 KiB/s wr, 79 op/s 2024-07-27T19:19:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:40 smithi179 ceph-mon[89801]: osdmap e1850: 8 total, 8 up, 8 in 2024-07-27T19:19:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:40 smithi029 ceph-mon[96870]: pgmap v3318: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 56 KiB/s rd, 6.2 KiB/s wr, 79 op/s 2024-07-27T19:19:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:40 smithi029 ceph-mon[96870]: osdmap e1850: 8 total, 8 up, 8 in 2024-07-27T19:19:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:40 smithi029 ceph-mon[99353]: pgmap v3318: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 56 KiB/s rd, 6.2 KiB/s wr, 79 op/s 2024-07-27T19:19:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:40 smithi029 ceph-mon[99353]: osdmap e1850: 8 total, 8 up, 8 in 2024-07-27T19:19:42.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:41 smithi179 ceph-mon[89801]: osdmap e1851: 8 total, 8 up, 8 in 2024-07-27T19:19:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:41 smithi029 ceph-mon[96870]: osdmap e1851: 8 total, 8 up, 8 in 2024-07-27T19:19:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:41 smithi029 ceph-mon[99353]: osdmap e1851: 8 total, 8 up, 8 in 2024-07-27T19:19:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:19:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:19:42] "GET /metrics HTTP/1.1" 200 90422 "" "Prometheus/2.43.0" 2024-07-27T19:19:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:42 smithi179 ceph-mon[89801]: pgmap v3321: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 2.0 KiB/s wr, 22 op/s 2024-07-27T19:19:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:42 smithi179 ceph-mon[89801]: osdmap e1852: 8 total, 8 up, 8 in 2024-07-27T19:19:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:42 smithi029 ceph-mon[99353]: pgmap v3321: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 2.0 KiB/s wr, 22 op/s 2024-07-27T19:19:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:42 smithi029 ceph-mon[99353]: osdmap e1852: 8 total, 8 up, 8 in 2024-07-27T19:19:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:42 smithi029 ceph-mon[96870]: pgmap v3321: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 2.0 KiB/s wr, 22 op/s 2024-07-27T19:19:43.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:42 smithi029 ceph-mon[96870]: osdmap e1852: 8 total, 8 up, 8 in 2024-07-27T19:19:43.943 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.QuiesceWatchPP (5982 ms) 2024-07-27T19:19:43.943 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.QuiesceWatchError 2024-07-27T19:19:43.943 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:43 smithi179 ceph-mon[89801]: osdmap e1853: 8 total, 8 up, 8 in 2024-07-27T19:19:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:43 smithi179 ceph-mon[89801]: osdmap e1854: 8 total, 8 up, 8 in 2024-07-27T19:19:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:43 smithi029 ceph-mon[99353]: osdmap e1853: 8 total, 8 up, 8 in 2024-07-27T19:19:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:43 smithi029 ceph-mon[99353]: osdmap e1854: 8 total, 8 up, 8 in 2024-07-27T19:19:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:43 smithi029 ceph-mon[96870]: osdmap e1853: 8 total, 8 up, 8 in 2024-07-27T19:19:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:43 smithi029 ceph-mon[96870]: osdmap e1854: 8 total, 8 up, 8 in 2024-07-27T19:19:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:44 smithi179 ceph-mon[89801]: pgmap v3324: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 73 KiB/s rd, 4.5 KiB/s wr, 95 op/s 2024-07-27T19:19:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:44 smithi029 ceph-mon[99353]: pgmap v3324: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 73 KiB/s rd, 4.5 KiB/s wr, 95 op/s 2024-07-27T19:19:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:44 smithi029 ceph-mon[96870]: pgmap v3324: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 73 KiB/s rd, 4.5 KiB/s wr, 95 op/s 2024-07-27T19:19:46.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:45 smithi179 ceph-mon[89801]: osdmap e1855: 8 total, 8 up, 8 in 2024-07-27T19:19:46.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:45 smithi029 ceph-mon[99353]: osdmap e1855: 8 total, 8 up, 8 in 2024-07-27T19:19:46.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:45 smithi029 ceph-mon[96870]: osdmap e1855: 8 total, 8 up, 8 in 2024-07-27T19:19:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:46 smithi179 ceph-mon[89801]: pgmap v3327: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 86 KiB/s rd, 5.0 KiB/s wr, 111 op/s 2024-07-27T19:19:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:46 smithi179 ceph-mon[89801]: osdmap e1856: 8 total, 8 up, 8 in 2024-07-27T19:19:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:46 smithi029 ceph-mon[99353]: pgmap v3327: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 86 KiB/s rd, 5.0 KiB/s wr, 111 op/s 2024-07-27T19:19:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:46 smithi029 ceph-mon[99353]: osdmap e1856: 8 total, 8 up, 8 in 2024-07-27T19:19:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:46 smithi029 ceph-mon[96870]: pgmap v3327: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 86 KiB/s rd, 5.0 KiB/s wr, 111 op/s 2024-07-27T19:19:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:46 smithi029 ceph-mon[96870]: osdmap e1856: 8 total, 8 up, 8 in 2024-07-27T19:19:48.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:47 smithi179 ceph-mon[89801]: osdmap e1857: 8 total, 8 up, 8 in 2024-07-27T19:19:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:47 smithi029 ceph-mon[96870]: osdmap e1857: 8 total, 8 up, 8 in 2024-07-27T19:19:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:47 smithi029 ceph-mon[99353]: osdmap e1857: 8 total, 8 up, 8 in 2024-07-27T19:19:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:48 smithi179 ceph-mon[89801]: pgmap v3330: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 2.5 KiB/s wr, 59 op/s 2024-07-27T19:19:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:48 smithi179 ceph-mon[89801]: osdmap e1858: 8 total, 8 up, 8 in 2024-07-27T19:19:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:48 smithi179 ceph-mon[89801]: osdmap e1859: 8 total, 8 up, 8 in 2024-07-27T19:19:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:48 smithi029 ceph-mon[96870]: pgmap v3330: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 2.5 KiB/s wr, 59 op/s 2024-07-27T19:19:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:48 smithi029 ceph-mon[96870]: osdmap e1858: 8 total, 8 up, 8 in 2024-07-27T19:19:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:48 smithi029 ceph-mon[96870]: osdmap e1859: 8 total, 8 up, 8 in 2024-07-27T19:19:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:48 smithi029 ceph-mon[99353]: pgmap v3330: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 2.5 KiB/s wr, 59 op/s 2024-07-27T19:19:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:48 smithi029 ceph-mon[99353]: osdmap e1858: 8 total, 8 up, 8 in 2024-07-27T19:19:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:48 smithi029 ceph-mon[99353]: osdmap e1859: 8 total, 8 up, 8 in 2024-07-27T19:19:49.910 INFO:tasks.workunit.client.0.smithi029.stdout:10.00% done 2024-07-27T19:19:49.911 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.QuiesceWatchError (5967 ms) 2024-07-27T19:19:49.911 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.QuiesceWatchTimeout 2024-07-27T19:19:49.911 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:19:49.928 INFO:tasks.workunit.client.0.smithi029.stderr:test quiesce is not long enough to time out 2024-07-27T19:19:51.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:50 smithi179 ceph-mon[89801]: pgmap v3333: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 84 KiB/s rd, 7.5 KiB/s wr, 114 op/s 2024-07-27T19:19:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:50 smithi179 ceph-mon[89801]: osdmap e1860: 8 total, 8 up, 8 in 2024-07-27T19:19:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:50 smithi029 ceph-mon[96870]: pgmap v3333: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 84 KiB/s rd, 7.5 KiB/s wr, 114 op/s 2024-07-27T19:19:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:50 smithi029 ceph-mon[96870]: osdmap e1860: 8 total, 8 up, 8 in 2024-07-27T19:19:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:50 smithi029 ceph-mon[99353]: pgmap v3333: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 84 KiB/s rd, 7.5 KiB/s wr, 114 op/s 2024-07-27T19:19:51.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:50 smithi029 ceph-mon[99353]: osdmap e1860: 8 total, 8 up, 8 in 2024-07-27T19:19:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:19:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:19:52] "GET /metrics HTTP/1.1" 200 90422 "" "Prometheus/2.43.0" 2024-07-27T19:19:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:52 smithi179 ceph-mon[89801]: pgmap v3335: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 82 KiB/s rd, 7.1 KiB/s wr, 111 op/s 2024-07-27T19:19:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:52 smithi029 ceph-mon[96870]: pgmap v3335: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 82 KiB/s rd, 7.1 KiB/s wr, 111 op/s 2024-07-27T19:19:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:52 smithi029 ceph-mon[99353]: pgmap v3335: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 82 KiB/s rd, 7.1 KiB/s wr, 111 op/s 2024-07-27T19:19:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:19:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:53 smithi179 ceph-mon[89801]: osdmap e1861: 8 total, 8 up, 8 in 2024-07-27T19:19:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:19:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:53 smithi029 ceph-mon[96870]: osdmap e1861: 8 total, 8 up, 8 in 2024-07-27T19:19:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:19:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:53 smithi029 ceph-mon[99353]: osdmap e1861: 8 total, 8 up, 8 in 2024-07-27T19:19:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:54 smithi179 ceph-mon[89801]: pgmap v3336: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 4.7 KiB/s wr, 62 op/s 2024-07-27T19:19:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:54 smithi029 ceph-mon[96870]: pgmap v3336: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 4.7 KiB/s wr, 62 op/s 2024-07-27T19:19:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:54 smithi029 ceph-mon[99353]: pgmap v3336: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 4.7 KiB/s wr, 62 op/s 2024-07-27T19:19:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:56 smithi179 ceph-mon[89801]: pgmap v3338: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 3.9 KiB/s wr, 68 op/s 2024-07-27T19:19:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:56 smithi029 ceph-mon[96870]: pgmap v3338: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 3.9 KiB/s wr, 68 op/s 2024-07-27T19:19:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:56 smithi029 ceph-mon[99353]: pgmap v3338: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 3.9 KiB/s wr, 68 op/s 2024-07-27T19:19:58.832 INFO:tasks.workunit.client.0.smithi029.stderr:test quiesce is timed out 2024-07-27T19:19:58.835 INFO:tasks.workunit.client.0.smithi029.stderr:waiting for timed out ... 0 2024-07-27T19:19:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:58 smithi179 ceph-mon[89801]: pgmap v3339: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 1023 B/s wr, 25 op/s 2024-07-27T19:19:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:19:58 smithi179 ceph-mon[89801]: osdmap e1862: 8 total, 8 up, 8 in 2024-07-27T19:19:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:58 smithi029 ceph-mon[96870]: pgmap v3339: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 1023 B/s wr, 25 op/s 2024-07-27T19:19:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:19:58 smithi029 ceph-mon[96870]: osdmap e1862: 8 total, 8 up, 8 in 2024-07-27T19:19:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:58 smithi029 ceph-mon[99353]: pgmap v3339: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 1023 B/s wr, 25 op/s 2024-07-27T19:19:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:19:58 smithi029 ceph-mon[99353]: osdmap e1862: 8 total, 8 up, 8 in 2024-07-27T19:19:59.835 INFO:tasks.workunit.client.0.smithi029.stderr:waiting for timed out ... 1 2024-07-27T19:20:00.835 INFO:tasks.workunit.client.0.smithi029.stderr:waiting for timed out ... 2 2024-07-27T19:20:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:00 smithi179 ceph-mon[89801]: pgmap v3341: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 1023 B/s wr, 21 op/s 2024-07-27T19:20:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:00 smithi179 ceph-mon[89801]: Health detail: HEALTH_WARN 2 pool(s) full; Telemetry requires re-opt-in 2024-07-27T19:20:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:00 smithi179 ceph-mon[89801]: [WRN] POOL_FULL: 2 pool(s) full 2024-07-27T19:20:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:00 smithi179 ceph-mon[89801]: pool 'test-librbd-smithi029-149820-24' is full (running out of quota) 2024-07-27T19:20:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:00 smithi179 ceph-mon[89801]: pool 'test-librbd-smithi029-149820-27' is full (running out of quota) 2024-07-27T19:20:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:00 smithi179 ceph-mon[89801]: [WRN] TELEMETRY_CHANGED: Telemetry requires re-opt-in 2024-07-27T19:20:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:00 smithi179 ceph-mon[89801]: telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on` 2024-07-27T19:20:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[96870]: pgmap v3341: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 1023 B/s wr, 21 op/s 2024-07-27T19:20:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[96870]: Health detail: HEALTH_WARN 2 pool(s) full; Telemetry requires re-opt-in 2024-07-27T19:20:01.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[96870]: [WRN] POOL_FULL: 2 pool(s) full 2024-07-27T19:20:01.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[96870]: pool 'test-librbd-smithi029-149820-24' is full (running out of quota) 2024-07-27T19:20:01.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[96870]: pool 'test-librbd-smithi029-149820-27' is full (running out of quota) 2024-07-27T19:20:01.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[96870]: [WRN] TELEMETRY_CHANGED: Telemetry requires re-opt-in 2024-07-27T19:20:01.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[96870]: telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on` 2024-07-27T19:20:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[99353]: pgmap v3341: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 1023 B/s wr, 21 op/s 2024-07-27T19:20:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[99353]: Health detail: HEALTH_WARN 2 pool(s) full; Telemetry requires re-opt-in 2024-07-27T19:20:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[99353]: [WRN] POOL_FULL: 2 pool(s) full 2024-07-27T19:20:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[99353]: pool 'test-librbd-smithi029-149820-24' is full (running out of quota) 2024-07-27T19:20:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[99353]: pool 'test-librbd-smithi029-149820-27' is full (running out of quota) 2024-07-27T19:20:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[99353]: [WRN] TELEMETRY_CHANGED: Telemetry requires re-opt-in 2024-07-27T19:20:01.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:00 smithi029 ceph-mon[99353]: telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on` 2024-07-27T19:20:01.835 INFO:tasks.workunit.client.0.smithi029.stderr:waiting for timed out ... 3 2024-07-27T19:20:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:20:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:20:02] "GET /metrics HTTP/1.1" 200 90427 "" "Prometheus/2.43.0" 2024-07-27T19:20:02.835 INFO:tasks.workunit.client.0.smithi029.stderr:waiting for timed out ... 4 2024-07-27T19:20:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:02 smithi179 ceph-mon[89801]: pgmap v3342: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 767 B/s wr, 18 op/s 2024-07-27T19:20:03.163 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:20:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=cleanup t=2024-07-27T19:20:02.838916176Z level=info msg="Completed cleanup jobs" duration=6.776909ms 2024-07-27T19:20:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:02 smithi029 ceph-mon[96870]: pgmap v3342: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 767 B/s wr, 18 op/s 2024-07-27T19:20:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:02 smithi029 ceph-mon[99353]: pgmap v3342: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 767 B/s wr, 18 op/s 2024-07-27T19:20:03.835 INFO:tasks.workunit.client.0.smithi029.stderr:waiting for timed out ... 5 2024-07-27T19:20:04.838 INFO:tasks.workunit.client.0.smithi029.stderr:waiting for timed out ... 6 2024-07-27T19:20:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:04 smithi179 ceph-mon[89801]: pgmap v3343: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 649 B/s wr, 16 op/s 2024-07-27T19:20:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:04 smithi029 ceph-mon[96870]: pgmap v3343: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 649 B/s wr, 16 op/s 2024-07-27T19:20:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:04 smithi029 ceph-mon[99353]: pgmap v3343: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 649 B/s wr, 16 op/s 2024-07-27T19:20:05.836 INFO:tasks.workunit.client.0.smithi029.stderr:waiting for timed out ... 7 2024-07-27T19:20:06.836 INFO:tasks.workunit.client.0.smithi029.stderr:waiting for timed out ... 8 2024-07-27T19:20:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:06 smithi179 ceph-mon[89801]: pgmap v3344: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 306 B/s wr, 3 op/s 2024-07-27T19:20:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:06 smithi029 ceph-mon[96870]: pgmap v3344: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 306 B/s wr, 3 op/s 2024-07-27T19:20:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:06 smithi029 ceph-mon[99353]: pgmap v3344: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 306 B/s wr, 3 op/s 2024-07-27T19:20:07.836 INFO:tasks.workunit.client.0.smithi029.stderr:waiting for timed out ... 9 2024-07-27T19:20:08.836 INFO:tasks.workunit.client.0.smithi029.stderr:waiting for timed out ... 10 2024-07-27T19:20:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:08 smithi179 ceph-mon[89801]: pgmap v3345: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 306 B/s wr, 3 op/s 2024-07-27T19:20:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:20:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:20:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:20:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:20:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:08 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:20:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:08 smithi029 ceph-mon[96870]: pgmap v3345: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 306 B/s wr, 3 op/s 2024-07-27T19:20:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:20:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:20:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:20:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:20:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:08 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:20:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:08 smithi029 ceph-mon[99353]: pgmap v3345: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 306 B/s wr, 3 op/s 2024-07-27T19:20:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:20:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:20:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:20:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:20:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:08 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:20:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:10 smithi179 ceph-mon[89801]: pgmap v3346: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.8 KiB/s rd, 293 B/s wr, 3 op/s 2024-07-27T19:20:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:10 smithi029 ceph-mon[96870]: pgmap v3346: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.8 KiB/s rd, 293 B/s wr, 3 op/s 2024-07-27T19:20:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:10 smithi029 ceph-mon[99353]: pgmap v3346: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.8 KiB/s rd, 293 B/s wr, 3 op/s 2024-07-27T19:20:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:20:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:20:12] "GET /metrics HTTP/1.1" 200 90435 "" "Prometheus/2.43.0" 2024-07-27T19:20:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:12 smithi179 ceph-mon[89801]: pgmap v3347: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.4 KiB/s rd, 170 B/s wr, 2 op/s 2024-07-27T19:20:13.224 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:12 smithi029 ceph-mon[96870]: pgmap v3347: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.4 KiB/s rd, 170 B/s wr, 2 op/s 2024-07-27T19:20:13.224 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:12 smithi029 ceph-mon[99353]: pgmap v3347: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 2.4 KiB/s rd, 170 B/s wr, 2 op/s 2024-07-27T19:20:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:14 smithi179 ceph-mon[89801]: pgmap v3348: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-07-27T19:20:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:14 smithi029 ceph-mon[96870]: pgmap v3348: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-07-27T19:20:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:14 smithi029 ceph-mon[99353]: pgmap v3348: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-07-27T19:20:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:16 smithi179 ceph-mon[89801]: pgmap v3349: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:16 smithi029 ceph-mon[96870]: pgmap v3349: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:16 smithi029 ceph-mon[99353]: pgmap v3349: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:18 smithi179 ceph-mon[89801]: pgmap v3350: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:18 smithi029 ceph-mon[96870]: pgmap v3350: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:18 smithi029 ceph-mon[99353]: pgmap v3350: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:19.836 INFO:tasks.workunit.client.0.smithi029.stderr:test retry succeeds 2024-07-27T19:20:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:20 smithi179 ceph-mon[89801]: pgmap v3351: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:20 smithi179 ceph-mon[89801]: osdmap e1863: 8 total, 8 up, 8 in 2024-07-27T19:20:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:20 smithi029 ceph-mon[96870]: pgmap v3351: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:20 smithi029 ceph-mon[96870]: osdmap e1863: 8 total, 8 up, 8 in 2024-07-27T19:20:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:20 smithi029 ceph-mon[99353]: pgmap v3351: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:20 smithi029 ceph-mon[99353]: osdmap e1863: 8 total, 8 up, 8 in 2024-07-27T19:20:21.981 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.QuiesceWatchTimeout (32071 ms) 2024-07-27T19:20:21.981 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.WriteZeroes 2024-07-27T19:20:21.982 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:20:22.042 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.WriteZeroes (61 ms) 2024-07-27T19:20:22.042 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.WriteZeroesThickProvision 2024-07-27T19:20:22.042 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:20:22.107 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.WriteZeroesThickProvision (66 ms) 2024-07-27T19:20:22.107 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] TestLibRBD.ConcurentOperations 2024-07-27T19:20:22.108 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:20:22.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:21 smithi179 ceph-mon[89801]: osdmap e1864: 8 total, 8 up, 8 in 2024-07-27T19:20:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:21 smithi029 ceph-mon[96870]: osdmap e1864: 8 total, 8 up, 8 in 2024-07-27T19:20:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:21 smithi029 ceph-mon[99353]: osdmap e1864: 8 total, 8 up, 8 in 2024-07-27T19:20:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:20:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:20:22] "GET /metrics HTTP/1.1" 200 90435 "" "Prometheus/2.43.0" 2024-07-27T19:20:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:22 smithi179 ceph-mon[89801]: pgmap v3354: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 1.1 KiB/s wr, 10 op/s 2024-07-27T19:20:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:22 smithi179 ceph-mon[89801]: osdmap e1865: 8 total, 8 up, 8 in 2024-07-27T19:20:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:22 smithi029 ceph-mon[96870]: pgmap v3354: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 1.1 KiB/s wr, 10 op/s 2024-07-27T19:20:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:22 smithi029 ceph-mon[96870]: osdmap e1865: 8 total, 8 up, 8 in 2024-07-27T19:20:23.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:22 smithi029 ceph-mon[99353]: pgmap v3354: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 1.1 KiB/s wr, 10 op/s 2024-07-27T19:20:23.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:22 smithi029 ceph-mon[99353]: osdmap e1865: 8 total, 8 up, 8 in 2024-07-27T19:20:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:23 smithi179 ceph-mon[89801]: osdmap e1866: 8 total, 8 up, 8 in 2024-07-27T19:20:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:20:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:23 smithi029 ceph-mon[96870]: osdmap e1866: 8 total, 8 up, 8 in 2024-07-27T19:20:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:20:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:23 smithi029 ceph-mon[99353]: osdmap e1866: 8 total, 8 up, 8 in 2024-07-27T19:20:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:20:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:24 smithi179 ceph-mon[89801]: pgmap v3357: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 5.5 KiB/s wr, 119 op/s 2024-07-27T19:20:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:24 smithi179 ceph-mon[89801]: osdmap e1867: 8 total, 8 up, 8 in 2024-07-27T19:20:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:24 smithi029 ceph-mon[99353]: pgmap v3357: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 5.5 KiB/s wr, 119 op/s 2024-07-27T19:20:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:24 smithi029 ceph-mon[99353]: osdmap e1867: 8 total, 8 up, 8 in 2024-07-27T19:20:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:24 smithi029 ceph-mon[96870]: pgmap v3357: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 5.5 KiB/s wr, 119 op/s 2024-07-27T19:20:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:24 smithi029 ceph-mon[96870]: osdmap e1867: 8 total, 8 up, 8 in 2024-07-27T19:20:26.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:25 smithi179 ceph-mon[89801]: osdmap e1868: 8 total, 8 up, 8 in 2024-07-27T19:20:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:25 smithi029 ceph-mon[96870]: osdmap e1868: 8 total, 8 up, 8 in 2024-07-27T19:20:26.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:25 smithi029 ceph-mon[99353]: osdmap e1868: 8 total, 8 up, 8 in 2024-07-27T19:20:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:26 smithi179 ceph-mon[89801]: pgmap v3360: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 80 KiB/s rd, 6.5 KiB/s wr, 111 op/s 2024-07-27T19:20:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:26 smithi179 ceph-mon[89801]: osdmap e1869: 8 total, 8 up, 8 in 2024-07-27T19:20:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:26 smithi029 ceph-mon[99353]: pgmap v3360: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 80 KiB/s rd, 6.5 KiB/s wr, 111 op/s 2024-07-27T19:20:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:26 smithi029 ceph-mon[99353]: osdmap e1869: 8 total, 8 up, 8 in 2024-07-27T19:20:27.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:26 smithi029 ceph-mon[96870]: pgmap v3360: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 80 KiB/s rd, 6.5 KiB/s wr, 111 op/s 2024-07-27T19:20:27.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:26 smithi029 ceph-mon[96870]: osdmap e1869: 8 total, 8 up, 8 in 2024-07-27T19:20:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:27 smithi029 ceph-mon[99353]: osdmap e1870: 8 total, 8 up, 8 in 2024-07-27T19:20:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:27 smithi029 ceph-mon[96870]: osdmap e1870: 8 total, 8 up, 8 in 2024-07-27T19:20:28.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:27 smithi179 ceph-mon[89801]: osdmap e1870: 8 total, 8 up, 8 in 2024-07-27T19:20:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:28 smithi029 ceph-mon[96870]: pgmap v3363: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 43 KiB/s rd, 7.2 KiB/s wr, 68 op/s 2024-07-27T19:20:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:28 smithi029 ceph-mon[96870]: osdmap e1871: 8 total, 8 up, 8 in 2024-07-27T19:20:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:28 smithi029 ceph-mon[96870]: osdmap e1872: 8 total, 8 up, 8 in 2024-07-27T19:20:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:28 smithi029 ceph-mon[99353]: pgmap v3363: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 43 KiB/s rd, 7.2 KiB/s wr, 68 op/s 2024-07-27T19:20:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:28 smithi029 ceph-mon[99353]: osdmap e1871: 8 total, 8 up, 8 in 2024-07-27T19:20:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:28 smithi029 ceph-mon[99353]: osdmap e1872: 8 total, 8 up, 8 in 2024-07-27T19:20:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:28 smithi179 ceph-mon[89801]: pgmap v3363: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 43 KiB/s rd, 7.2 KiB/s wr, 68 op/s 2024-07-27T19:20:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:28 smithi179 ceph-mon[89801]: osdmap e1871: 8 total, 8 up, 8 in 2024-07-27T19:20:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:28 smithi179 ceph-mon[89801]: osdmap e1872: 8 total, 8 up, 8 in 2024-07-27T19:20:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:30 smithi179 ceph-mon[89801]: pgmap v3366: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 41 KiB/s rd, 4.2 KiB/s wr, 60 op/s 2024-07-27T19:20:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:30 smithi179 ceph-mon[89801]: osdmap e1873: 8 total, 8 up, 8 in 2024-07-27T19:20:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:30 smithi029 ceph-mon[96870]: pgmap v3366: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 41 KiB/s rd, 4.2 KiB/s wr, 60 op/s 2024-07-27T19:20:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:30 smithi029 ceph-mon[96870]: osdmap e1873: 8 total, 8 up, 8 in 2024-07-27T19:20:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:30 smithi029 ceph-mon[99353]: pgmap v3366: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 41 KiB/s rd, 4.2 KiB/s wr, 60 op/s 2024-07-27T19:20:31.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:30 smithi029 ceph-mon[99353]: osdmap e1873: 8 total, 8 up, 8 in 2024-07-27T19:20:32.152 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:31 smithi029 ceph-mon[96870]: osdmap e1874: 8 total, 8 up, 8 in 2024-07-27T19:20:32.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:31 smithi029 ceph-mon[99353]: osdmap e1874: 8 total, 8 up, 8 in 2024-07-27T19:20:32.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:31 smithi179 ceph-mon[89801]: osdmap e1874: 8 total, 8 up, 8 in 2024-07-27T19:20:32.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:20:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:20:32] "GET /metrics HTTP/1.1" 200 90438 "" "Prometheus/2.43.0" 2024-07-27T19:20:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:32 smithi179 ceph-mon[89801]: pgmap v3369: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 255 B/s wr, 5 op/s 2024-07-27T19:20:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:32 smithi179 ceph-mon[89801]: osdmap e1875: 8 total, 8 up, 8 in 2024-07-27T19:20:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:32 smithi029 ceph-mon[99353]: pgmap v3369: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 255 B/s wr, 5 op/s 2024-07-27T19:20:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:32 smithi029 ceph-mon[99353]: osdmap e1875: 8 total, 8 up, 8 in 2024-07-27T19:20:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:32 smithi029 ceph-mon[96870]: pgmap v3369: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 255 B/s wr, 5 op/s 2024-07-27T19:20:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:32 smithi029 ceph-mon[96870]: osdmap e1875: 8 total, 8 up, 8 in 2024-07-27T19:20:34.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:33 smithi179 ceph-mon[89801]: osdmap e1876: 8 total, 8 up, 8 in 2024-07-27T19:20:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:33 smithi029 ceph-mon[96870]: osdmap e1876: 8 total, 8 up, 8 in 2024-07-27T19:20:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:33 smithi029 ceph-mon[99353]: osdmap e1876: 8 total, 8 up, 8 in 2024-07-27T19:20:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:34 smithi179 ceph-mon[89801]: pgmap v3372: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 176 KiB/s rd, 4.5 KiB/s wr, 238 op/s 2024-07-27T19:20:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:34 smithi179 ceph-mon[89801]: osdmap e1877: 8 total, 8 up, 8 in 2024-07-27T19:20:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:34 smithi029 ceph-mon[96870]: pgmap v3372: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 176 KiB/s rd, 4.5 KiB/s wr, 238 op/s 2024-07-27T19:20:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:34 smithi029 ceph-mon[96870]: osdmap e1877: 8 total, 8 up, 8 in 2024-07-27T19:20:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:34 smithi029 ceph-mon[99353]: pgmap v3372: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 176 KiB/s rd, 4.5 KiB/s wr, 238 op/s 2024-07-27T19:20:35.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:34 smithi029 ceph-mon[99353]: osdmap e1877: 8 total, 8 up, 8 in 2024-07-27T19:20:36.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:35 smithi179 ceph-mon[89801]: osdmap e1878: 8 total, 8 up, 8 in 2024-07-27T19:20:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:35 smithi029 ceph-mon[96870]: osdmap e1878: 8 total, 8 up, 8 in 2024-07-27T19:20:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:35 smithi029 ceph-mon[99353]: osdmap e1878: 8 total, 8 up, 8 in 2024-07-27T19:20:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:36 smithi179 ceph-mon[89801]: pgmap v3375: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 176 KiB/s rd, 4.5 KiB/s wr, 239 op/s 2024-07-27T19:20:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:36 smithi179 ceph-mon[89801]: osdmap e1879: 8 total, 8 up, 8 in 2024-07-27T19:20:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:36 smithi029 ceph-mon[96870]: pgmap v3375: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 176 KiB/s rd, 4.5 KiB/s wr, 239 op/s 2024-07-27T19:20:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:36 smithi029 ceph-mon[96870]: osdmap e1879: 8 total, 8 up, 8 in 2024-07-27T19:20:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:36 smithi029 ceph-mon[99353]: pgmap v3375: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 176 KiB/s rd, 4.5 KiB/s wr, 239 op/s 2024-07-27T19:20:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:36 smithi029 ceph-mon[99353]: osdmap e1879: 8 total, 8 up, 8 in 2024-07-27T19:20:38.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:37 smithi179 ceph-mon[89801]: osdmap e1880: 8 total, 8 up, 8 in 2024-07-27T19:20:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:37 smithi029 ceph-mon[96870]: osdmap e1880: 8 total, 8 up, 8 in 2024-07-27T19:20:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:37 smithi029 ceph-mon[99353]: osdmap e1880: 8 total, 8 up, 8 in 2024-07-27T19:20:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:38 smithi179 ceph-mon[89801]: pgmap v3378: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 5.0 KiB/s wr, 24 op/s 2024-07-27T19:20:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:38 smithi179 ceph-mon[89801]: osdmap e1881: 8 total, 8 up, 8 in 2024-07-27T19:20:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:20:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:38 smithi179 ceph-mon[89801]: osdmap e1882: 8 total, 8 up, 8 in 2024-07-27T19:20:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:38 smithi029 ceph-mon[99353]: pgmap v3378: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 5.0 KiB/s wr, 24 op/s 2024-07-27T19:20:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:38 smithi029 ceph-mon[99353]: osdmap e1881: 8 total, 8 up, 8 in 2024-07-27T19:20:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:20:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:38 smithi029 ceph-mon[99353]: osdmap e1882: 8 total, 8 up, 8 in 2024-07-27T19:20:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:38 smithi029 ceph-mon[96870]: pgmap v3378: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 5.0 KiB/s wr, 24 op/s 2024-07-27T19:20:39.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:38 smithi029 ceph-mon[96870]: osdmap e1881: 8 total, 8 up, 8 in 2024-07-27T19:20:39.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:20:39.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:38 smithi029 ceph-mon[96870]: osdmap e1882: 8 total, 8 up, 8 in 2024-07-27T19:20:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:40 smithi179 ceph-mon[89801]: pgmap v3381: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 5.0 KiB/s wr, 25 op/s 2024-07-27T19:20:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:40 smithi179 ceph-mon[89801]: osdmap e1883: 8 total, 8 up, 8 in 2024-07-27T19:20:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:40 smithi029 ceph-mon[99353]: pgmap v3381: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 5.0 KiB/s wr, 25 op/s 2024-07-27T19:20:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:40 smithi029 ceph-mon[99353]: osdmap e1883: 8 total, 8 up, 8 in 2024-07-27T19:20:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:40 smithi029 ceph-mon[96870]: pgmap v3381: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 5.0 KiB/s wr, 25 op/s 2024-07-27T19:20:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:40 smithi029 ceph-mon[96870]: osdmap e1883: 8 total, 8 up, 8 in 2024-07-27T19:20:42.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:41 smithi179 ceph-mon[89801]: osdmap e1884: 8 total, 8 up, 8 in 2024-07-27T19:20:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:41 smithi029 ceph-mon[96870]: osdmap e1884: 8 total, 8 up, 8 in 2024-07-27T19:20:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:41 smithi029 ceph-mon[99353]: osdmap e1884: 8 total, 8 up, 8 in 2024-07-27T19:20:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:20:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:20:42] "GET /metrics HTTP/1.1" 200 90434 "" "Prometheus/2.43.0" 2024-07-27T19:20:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:42 smithi179 ceph-mon[89801]: pgmap v3384: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:20:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:42 smithi179 ceph-mon[89801]: osdmap e1885: 8 total, 8 up, 8 in 2024-07-27T19:20:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:42 smithi029 ceph-mon[96870]: pgmap v3384: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:20:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:42 smithi029 ceph-mon[96870]: osdmap e1885: 8 total, 8 up, 8 in 2024-07-27T19:20:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:42 smithi029 ceph-mon[99353]: pgmap v3384: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:20:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:42 smithi029 ceph-mon[99353]: osdmap e1885: 8 total, 8 up, 8 in 2024-07-27T19:20:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:43 smithi179 ceph-mon[89801]: osdmap e1886: 8 total, 8 up, 8 in 2024-07-27T19:20:44.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:43 smithi179 ceph-mon[89801]: osdmap e1887: 8 total, 8 up, 8 in 2024-07-27T19:20:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:43 smithi029 ceph-mon[96870]: osdmap e1886: 8 total, 8 up, 8 in 2024-07-27T19:20:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:43 smithi029 ceph-mon[96870]: osdmap e1887: 8 total, 8 up, 8 in 2024-07-27T19:20:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:43 smithi029 ceph-mon[99353]: osdmap e1886: 8 total, 8 up, 8 in 2024-07-27T19:20:44.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:43 smithi029 ceph-mon[99353]: osdmap e1887: 8 total, 8 up, 8 in 2024-07-27T19:20:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:44 smithi179 ceph-mon[89801]: pgmap v3387: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 4.2 KiB/s wr, 44 op/s 2024-07-27T19:20:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:44 smithi029 ceph-mon[96870]: pgmap v3387: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 4.2 KiB/s wr, 44 op/s 2024-07-27T19:20:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:44 smithi029 ceph-mon[99353]: pgmap v3387: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 4.2 KiB/s wr, 44 op/s 2024-07-27T19:20:46.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:45 smithi179 ceph-mon[89801]: osdmap e1888: 8 total, 8 up, 8 in 2024-07-27T19:20:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:45 smithi029 ceph-mon[96870]: osdmap e1888: 8 total, 8 up, 8 in 2024-07-27T19:20:46.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:45 smithi029 ceph-mon[99353]: osdmap e1888: 8 total, 8 up, 8 in 2024-07-27T19:20:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:46 smithi179 ceph-mon[89801]: pgmap v3390: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 4.2 KiB/s wr, 43 op/s 2024-07-27T19:20:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:46 smithi179 ceph-mon[89801]: osdmap e1889: 8 total, 8 up, 8 in 2024-07-27T19:20:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:46 smithi029 ceph-mon[96870]: pgmap v3390: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 4.2 KiB/s wr, 43 op/s 2024-07-27T19:20:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:46 smithi029 ceph-mon[96870]: osdmap e1889: 8 total, 8 up, 8 in 2024-07-27T19:20:47.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:46 smithi029 ceph-mon[99353]: pgmap v3390: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 4.2 KiB/s wr, 43 op/s 2024-07-27T19:20:47.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:46 smithi029 ceph-mon[99353]: osdmap e1889: 8 total, 8 up, 8 in 2024-07-27T19:20:47.967 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] TestLibRBD.ConcurentOperations (25860 ms) 2024-07-27T19:20:48.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:47 smithi179 ceph-mon[89801]: osdmap e1890: 8 total, 8 up, 8 in 2024-07-27T19:20:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:47 smithi029 ceph-mon[96870]: osdmap e1890: 8 total, 8 up, 8 in 2024-07-27T19:20:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:47 smithi029 ceph-mon[99353]: osdmap e1890: 8 total, 8 up, 8 in 2024-07-27T19:20:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:48 smithi179 ceph-mon[89801]: pgmap v3393: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 KiB/s wr, 74 op/s 2024-07-27T19:20:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:48 smithi179 ceph-mon[89801]: osdmap e1891: 8 total, 8 up, 8 in 2024-07-27T19:20:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:48 smithi179 ceph-mon[89801]: osdmap e1892: 8 total, 8 up, 8 in 2024-07-27T19:20:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:48 smithi029 ceph-mon[96870]: pgmap v3393: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 KiB/s wr, 74 op/s 2024-07-27T19:20:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:48 smithi029 ceph-mon[96870]: osdmap e1891: 8 total, 8 up, 8 in 2024-07-27T19:20:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:48 smithi029 ceph-mon[96870]: osdmap e1892: 8 total, 8 up, 8 in 2024-07-27T19:20:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:48 smithi029 ceph-mon[99353]: pgmap v3393: 841 pgs: 841 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 KiB/s wr, 74 op/s 2024-07-27T19:20:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:48 smithi029 ceph-mon[99353]: osdmap e1891: 8 total, 8 up, 8 in 2024-07-27T19:20:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:48 smithi029 ceph-mon[99353]: osdmap e1892: 8 total, 8 up, 8 in 2024-07-27T19:20:51.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:50 smithi179 ceph-mon[89801]: pgmap v3396: 809 pgs: 809 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 2.5 KiB/s wr, 51 op/s 2024-07-27T19:20:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:50 smithi179 ceph-mon[89801]: osdmap e1893: 8 total, 8 up, 8 in 2024-07-27T19:20:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:50 smithi029 ceph-mon[96870]: pgmap v3396: 809 pgs: 809 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 2.5 KiB/s wr, 51 op/s 2024-07-27T19:20:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:50 smithi029 ceph-mon[96870]: osdmap e1893: 8 total, 8 up, 8 in 2024-07-27T19:20:51.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:50 smithi029 ceph-mon[99353]: pgmap v3396: 809 pgs: 809 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 2.5 KiB/s wr, 51 op/s 2024-07-27T19:20:51.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:50 smithi029 ceph-mon[99353]: osdmap e1893: 8 total, 8 up, 8 in 2024-07-27T19:20:52.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:51 smithi179 ceph-mon[89801]: osdmap e1894: 8 total, 8 up, 8 in 2024-07-27T19:20:52.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:51 smithi179 ceph-mon[89801]: osdmap e1895: 8 total, 8 up, 8 in 2024-07-27T19:20:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:51 smithi029 ceph-mon[96870]: osdmap e1894: 8 total, 8 up, 8 in 2024-07-27T19:20:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:51 smithi029 ceph-mon[96870]: osdmap e1895: 8 total, 8 up, 8 in 2024-07-27T19:20:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:51 smithi029 ceph-mon[99353]: osdmap e1894: 8 total, 8 up, 8 in 2024-07-27T19:20:52.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:51 smithi029 ceph-mon[99353]: osdmap e1895: 8 total, 8 up, 8 in 2024-07-27T19:20:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:20:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:20:52] "GET /metrics HTTP/1.1" 200 90434 "" "Prometheus/2.43.0" 2024-07-27T19:20:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:52 smithi179 ceph-mon[89801]: pgmap v3399: 745 pgs: 745 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:52 smithi179 ceph-mon[89801]: osdmap e1896: 8 total, 8 up, 8 in 2024-07-27T19:20:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:52 smithi029 ceph-mon[96870]: pgmap v3399: 745 pgs: 745 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:52 smithi029 ceph-mon[96870]: osdmap e1896: 8 total, 8 up, 8 in 2024-07-27T19:20:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:52 smithi029 ceph-mon[99353]: pgmap v3399: 745 pgs: 745 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:52 smithi029 ceph-mon[99353]: osdmap e1896: 8 total, 8 up, 8 in 2024-07-27T19:20:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:20:54.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:53 smithi179 ceph-mon[89801]: osdmap e1897: 8 total, 8 up, 8 in 2024-07-27T19:20:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:20:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:53 smithi029 ceph-mon[96870]: osdmap e1897: 8 total, 8 up, 8 in 2024-07-27T19:20:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:20:54.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:53 smithi029 ceph-mon[99353]: osdmap e1897: 8 total, 8 up, 8 in 2024-07-27T19:20:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:54 smithi179 ceph-mon[89801]: pgmap v3402: 681 pgs: 681 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:55.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:54 smithi179 ceph-mon[89801]: osdmap e1898: 8 total, 8 up, 8 in 2024-07-27T19:20:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:54 smithi029 ceph-mon[96870]: pgmap v3402: 681 pgs: 681 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:54 smithi029 ceph-mon[96870]: osdmap e1898: 8 total, 8 up, 8 in 2024-07-27T19:20:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:54 smithi029 ceph-mon[99353]: pgmap v3402: 681 pgs: 681 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:54 smithi029 ceph-mon[99353]: osdmap e1898: 8 total, 8 up, 8 in 2024-07-27T19:20:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:56 smithi179 ceph-mon[89801]: pgmap v3405: 617 pgs: 617 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:56 smithi179 ceph-mon[89801]: osdmap e1899: 8 total, 8 up, 8 in 2024-07-27T19:20:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:56 smithi029 ceph-mon[96870]: pgmap v3405: 617 pgs: 617 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:56 smithi029 ceph-mon[96870]: osdmap e1899: 8 total, 8 up, 8 in 2024-07-27T19:20:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:56 smithi029 ceph-mon[99353]: pgmap v3405: 617 pgs: 617 active+clean; 6.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:56 smithi029 ceph-mon[99353]: osdmap e1899: 8 total, 8 up, 8 in 2024-07-27T19:20:58.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:57 smithi179 ceph-mon[89801]: Health check update: 1 pool(s) full (POOL_FULL) 2024-07-27T19:20:58.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:57 smithi179 ceph-mon[89801]: osdmap e1900: 8 total, 8 up, 8 in 2024-07-27T19:20:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:57 smithi029 ceph-mon[96870]: Health check update: 1 pool(s) full (POOL_FULL) 2024-07-27T19:20:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:57 smithi029 ceph-mon[96870]: osdmap e1900: 8 total, 8 up, 8 in 2024-07-27T19:20:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:57 smithi029 ceph-mon[99353]: Health check update: 1 pool(s) full (POOL_FULL) 2024-07-27T19:20:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:57 smithi029 ceph-mon[99353]: osdmap e1900: 8 total, 8 up, 8 in 2024-07-27T19:20:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:58 smithi179 ceph-mon[89801]: pgmap v3408: 553 pgs: 553 active+clean; 6.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:58 smithi179 ceph-mon[89801]: osdmap e1901: 8 total, 8 up, 8 in 2024-07-27T19:20:59.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:58 smithi179 ceph-mon[89801]: osdmap e1902: 8 total, 8 up, 8 in 2024-07-27T19:20:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:58 smithi029 ceph-mon[96870]: pgmap v3408: 553 pgs: 553 active+clean; 6.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:58 smithi029 ceph-mon[96870]: osdmap e1901: 8 total, 8 up, 8 in 2024-07-27T19:20:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:58 smithi029 ceph-mon[96870]: osdmap e1902: 8 total, 8 up, 8 in 2024-07-27T19:20:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:58 smithi029 ceph-mon[99353]: pgmap v3408: 553 pgs: 553 active+clean; 6.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:20:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:58 smithi029 ceph-mon[99353]: osdmap e1901: 8 total, 8 up, 8 in 2024-07-27T19:20:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:58 smithi029 ceph-mon[99353]: osdmap e1902: 8 total, 8 up, 8 in 2024-07-27T19:21:00.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:59 smithi179 ceph-mon[89801]: Health check cleared: POOL_FULL (was: 1 pool(s) full) 2024-07-27T19:21:00.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:20:59 smithi179 ceph-mon[89801]: osdmap e1903: 8 total, 8 up, 8 in 2024-07-27T19:21:00.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:59 smithi029 ceph-mon[96870]: Health check cleared: POOL_FULL (was: 1 pool(s) full) 2024-07-27T19:21:00.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:20:59 smithi029 ceph-mon[96870]: osdmap e1903: 8 total, 8 up, 8 in 2024-07-27T19:21:00.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:59 smithi029 ceph-mon[99353]: Health check cleared: POOL_FULL (was: 1 pool(s) full) 2024-07-27T19:21:00.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:20:59 smithi029 ceph-mon[99353]: osdmap e1903: 8 total, 8 up, 8 in 2024-07-27T19:21:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:00 smithi179 ceph-mon[89801]: pgmap v3411: 489 pgs: 489 active+clean; 6.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:01.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:00 smithi179 ceph-mon[89801]: osdmap e1904: 8 total, 8 up, 8 in 2024-07-27T19:21:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:00 smithi029 ceph-mon[96870]: pgmap v3411: 489 pgs: 489 active+clean; 6.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:00 smithi029 ceph-mon[96870]: osdmap e1904: 8 total, 8 up, 8 in 2024-07-27T19:21:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:00 smithi029 ceph-mon[99353]: pgmap v3411: 489 pgs: 489 active+clean; 6.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:01.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:00 smithi029 ceph-mon[99353]: osdmap e1904: 8 total, 8 up, 8 in 2024-07-27T19:21:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:21:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:21:02] "GET /metrics HTTP/1.1" 200 78403 "" "Prometheus/2.43.0" 2024-07-27T19:21:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:02 smithi179 ceph-mon[89801]: pgmap v3414: 425 pgs: 425 active+clean; 6.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:02 smithi179 ceph-mon[89801]: osdmap e1905: 8 total, 8 up, 8 in 2024-07-27T19:21:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:02 smithi029 ceph-mon[96870]: pgmap v3414: 425 pgs: 425 active+clean; 6.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:02 smithi029 ceph-mon[96870]: osdmap e1905: 8 total, 8 up, 8 in 2024-07-27T19:21:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:02 smithi029 ceph-mon[99353]: pgmap v3414: 425 pgs: 425 active+clean; 6.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:02 smithi029 ceph-mon[99353]: osdmap e1905: 8 total, 8 up, 8 in 2024-07-27T19:21:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:03 smithi179 ceph-mon[89801]: osdmap e1906: 8 total, 8 up, 8 in 2024-07-27T19:21:04.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:03 smithi179 ceph-mon[89801]: osdmap e1907: 8 total, 8 up, 8 in 2024-07-27T19:21:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:03 smithi029 ceph-mon[96870]: osdmap e1906: 8 total, 8 up, 8 in 2024-07-27T19:21:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:03 smithi029 ceph-mon[96870]: osdmap e1907: 8 total, 8 up, 8 in 2024-07-27T19:21:04.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:03 smithi029 ceph-mon[99353]: osdmap e1906: 8 total, 8 up, 8 in 2024-07-27T19:21:04.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:03 smithi029 ceph-mon[99353]: osdmap e1907: 8 total, 8 up, 8 in 2024-07-27T19:21:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:04 smithi179 ceph-mon[89801]: pgmap v3417: 361 pgs: 361 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:04 smithi179 ceph-mon[89801]: osdmap e1908: 8 total, 8 up, 8 in 2024-07-27T19:21:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:04 smithi029 ceph-mon[96870]: pgmap v3417: 361 pgs: 361 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:04 smithi029 ceph-mon[96870]: osdmap e1908: 8 total, 8 up, 8 in 2024-07-27T19:21:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:04 smithi029 ceph-mon[99353]: pgmap v3417: 361 pgs: 361 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:04 smithi029 ceph-mon[99353]: osdmap e1908: 8 total, 8 up, 8 in 2024-07-27T19:21:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:06 smithi179 ceph-mon[89801]: pgmap v3420: 297 pgs: 297 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:06 smithi179 ceph-mon[89801]: osdmap e1909: 8 total, 8 up, 8 in 2024-07-27T19:21:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:06 smithi029 ceph-mon[96870]: pgmap v3420: 297 pgs: 297 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:06 smithi029 ceph-mon[96870]: osdmap e1909: 8 total, 8 up, 8 in 2024-07-27T19:21:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:06 smithi029 ceph-mon[99353]: pgmap v3420: 297 pgs: 297 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:07.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:06 smithi029 ceph-mon[99353]: osdmap e1909: 8 total, 8 up, 8 in 2024-07-27T19:21:08.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:07 smithi179 ceph-mon[89801]: osdmap e1910: 8 total, 8 up, 8 in 2024-07-27T19:21:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:07 smithi029 ceph-mon[96870]: osdmap e1910: 8 total, 8 up, 8 in 2024-07-27T19:21:08.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:07 smithi029 ceph-mon[99353]: osdmap e1910: 8 total, 8 up, 8 in 2024-07-27T19:21:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:08 smithi179 ceph-mon[89801]: pgmap v3423: 233 pgs: 233 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:08 smithi179 ceph-mon[89801]: osdmap e1911: 8 total, 8 up, 8 in 2024-07-27T19:21:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:08 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:21:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:08 smithi029 ceph-mon[96870]: pgmap v3423: 233 pgs: 233 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:08 smithi029 ceph-mon[96870]: osdmap e1911: 8 total, 8 up, 8 in 2024-07-27T19:21:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:08 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:21:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:08 smithi029 ceph-mon[99353]: pgmap v3423: 233 pgs: 233 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:08 smithi029 ceph-mon[99353]: osdmap e1911: 8 total, 8 up, 8 in 2024-07-27T19:21:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:08 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:21:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:09 smithi179 ceph-mon[89801]: osdmap e1912: 8 total, 8 up, 8 in 2024-07-27T19:21:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:21:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:09 smithi029 ceph-mon[96870]: osdmap e1912: 8 total, 8 up, 8 in 2024-07-27T19:21:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:21:10.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:09 smithi029 ceph-mon[99353]: osdmap e1912: 8 total, 8 up, 8 in 2024-07-27T19:21:10.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:21:10.851 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 170 tests from TestLibRBD (654298 ms total) 2024-07-27T19:21:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:21:10.852 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/0, where TypeParam = PlaintextUnderLUKS1 2024-07-27T19:21:10.879 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/0.Simple 2024-07-27T19:21:10.930 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:10 smithi029 ceph-mon[96870]: pgmap v3426: 169 pgs: 169 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:10.931 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:10 smithi029 ceph-mon[96870]: osdmap e1913: 8 total, 8 up, 8 in 2024-07-27T19:21:10.931 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:10 smithi029 ceph-mon[96870]: osdmap e1914: 8 total, 8 up, 8 in 2024-07-27T19:21:10.931 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:10 smithi029 ceph-mon[99353]: pgmap v3426: 169 pgs: 169 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:10.931 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:10 smithi029 ceph-mon[99353]: osdmap e1913: 8 total, 8 up, 8 in 2024-07-27T19:21:10.931 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:10 smithi029 ceph-mon[99353]: osdmap e1914: 8 total, 8 up, 8 in 2024-07-27T19:21:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:10 smithi179 ceph-mon[89801]: pgmap v3426: 169 pgs: 169 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:10 smithi179 ceph-mon[89801]: osdmap e1913: 8 total, 8 up, 8 in 2024-07-27T19:21:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:10 smithi179 ceph-mon[89801]: osdmap e1914: 8 total, 8 up, 8 in 2024-07-27T19:21:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:21:12] "GET /metrics HTTP/1.1" 200 41639 "" "Prometheus/2.43.0" 2024-07-27T19:21:12.876 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:21:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:12 smithi179 ceph-mon[89801]: pgmap v3429: 105 pgs: 105 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:12 smithi179 ceph-mon[89801]: osdmap e1915: 8 total, 8 up, 8 in 2024-07-27T19:21:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:12 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2108242058' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-39","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:21:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:12 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-39","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:21:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:13.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[99353]: pgmap v3429: 105 pgs: 105 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[99353]: osdmap e1915: 8 total, 8 up, 8 in 2024-07-27T19:21:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2108242058' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-39","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:21:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-39","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:21:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:13.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[96870]: pgmap v3429: 105 pgs: 105 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[96870]: osdmap e1915: 8 total, 8 up, 8 in 2024-07-27T19:21:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2108242058' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-39","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:21:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-39","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:21:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:13 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-39","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:21:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:13 smithi179 ceph-mon[89801]: osdmap e1916: 8 total, 8 up, 8 in 2024-07-27T19:21:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:13 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:21:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:13 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:21:14.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:13 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-39","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:21:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:13 smithi029 ceph-mon[96870]: osdmap e1916: 8 total, 8 up, 8 in 2024-07-27T19:21:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:13 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:21:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:13 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:21:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:13 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-39","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:21:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:13 smithi029 ceph-mon[99353]: osdmap e1916: 8 total, 8 up, 8 in 2024-07-27T19:21:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:13 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:21:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:13 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:21:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:21:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:14 smithi179 ceph-mon[89801]: pgmap v3432: 137 pgs: 12 creating+peering, 13 unknown, 112 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:14 smithi179 ceph-mon[89801]: osdmap e1917: 8 total, 8 up, 8 in 2024-07-27T19:21:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:14 smithi029 ceph-mon[99353]: pgmap v3432: 137 pgs: 12 creating+peering, 13 unknown, 112 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:14 smithi029 ceph-mon[99353]: osdmap e1917: 8 total, 8 up, 8 in 2024-07-27T19:21:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:14 smithi029 ceph-mon[96870]: pgmap v3432: 137 pgs: 12 creating+peering, 13 unknown, 112 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:14 smithi029 ceph-mon[96870]: osdmap e1917: 8 total, 8 up, 8 in 2024-07-27T19:21:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:15 smithi179 ceph-mon[89801]: osdmap e1918: 8 total, 8 up, 8 in 2024-07-27T19:21:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:15 smithi029 ceph-mon[96870]: osdmap e1918: 8 total, 8 up, 8 in 2024-07-27T19:21:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:15 smithi029 ceph-mon[99353]: osdmap e1918: 8 total, 8 up, 8 in 2024-07-27T19:21:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:16 smithi179 ceph-mon[89801]: pgmap v3435: 137 pgs: 12 creating+peering, 5 unknown, 120 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:16 smithi179 ceph-mon[89801]: osdmap e1919: 8 total, 8 up, 8 in 2024-07-27T19:21:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:16 smithi029 ceph-mon[96870]: pgmap v3435: 137 pgs: 12 creating+peering, 5 unknown, 120 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:16 smithi029 ceph-mon[96870]: osdmap e1919: 8 total, 8 up, 8 in 2024-07-27T19:21:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:16 smithi029 ceph-mon[99353]: pgmap v3435: 137 pgs: 12 creating+peering, 5 unknown, 120 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:21:17.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:16 smithi029 ceph-mon[99353]: osdmap e1919: 8 total, 8 up, 8 in 2024-07-27T19:21:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:18 smithi179 ceph-mon[89801]: pgmap v3437: 137 pgs: 137 active+clean; 9.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 1.1 MiB/s wr, 63 op/s 2024-07-27T19:21:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:18 smithi029 ceph-mon[96870]: pgmap v3437: 137 pgs: 137 active+clean; 9.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 1.1 MiB/s wr, 63 op/s 2024-07-27T19:21:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:18 smithi029 ceph-mon[99353]: pgmap v3437: 137 pgs: 137 active+clean; 9.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 1.1 MiB/s wr, 63 op/s 2024-07-27T19:21:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:20 smithi179 ceph-mon[89801]: pgmap v3438: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 45 KiB/s rd, 4.2 MiB/s wr, 61 op/s 2024-07-27T19:21:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:20 smithi029 ceph-mon[96870]: pgmap v3438: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 45 KiB/s rd, 4.2 MiB/s wr, 61 op/s 2024-07-27T19:21:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:20 smithi029 ceph-mon[99353]: pgmap v3438: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 45 KiB/s rd, 4.2 MiB/s wr, 61 op/s 2024-07-27T19:21:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:21:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:21:22] "GET /metrics HTTP/1.1" 200 41639 "" "Prometheus/2.43.0" 2024-07-27T19:21:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:22 smithi179 ceph-mon[89801]: pgmap v3439: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 36 KiB/s rd, 3.4 MiB/s wr, 50 op/s 2024-07-27T19:21:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:22 smithi029 ceph-mon[96870]: pgmap v3439: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 36 KiB/s rd, 3.4 MiB/s wr, 50 op/s 2024-07-27T19:21:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:22 smithi029 ceph-mon[99353]: pgmap v3439: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 36 KiB/s rd, 3.4 MiB/s wr, 50 op/s 2024-07-27T19:21:23.768 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/0.Simple (12889 ms) 2024-07-27T19:21:23.769 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/0.Grow 2024-07-27T19:21:23.769 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:21:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:21:24.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:23 smithi179 ceph-mon[89801]: osdmap e1920: 8 total, 8 up, 8 in 2024-07-27T19:21:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:21:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:23 smithi029 ceph-mon[99353]: osdmap e1920: 8 total, 8 up, 8 in 2024-07-27T19:21:24.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:21:24.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:23 smithi029 ceph-mon[96870]: osdmap e1920: 8 total, 8 up, 8 in 2024-07-27T19:21:25.158 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:24 smithi179 ceph-mon[89801]: pgmap v3440: 137 pgs: 137 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 MiB/s rd, 6.4 MiB/s wr, 72 op/s 2024-07-27T19:21:25.159 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:24 smithi179 ceph-mon[89801]: osdmap e1921: 8 total, 8 up, 8 in 2024-07-27T19:21:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:24 smithi029 ceph-mon[96870]: pgmap v3440: 137 pgs: 137 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 MiB/s rd, 6.4 MiB/s wr, 72 op/s 2024-07-27T19:21:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:24 smithi029 ceph-mon[96870]: osdmap e1921: 8 total, 8 up, 8 in 2024-07-27T19:21:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:24 smithi029 ceph-mon[99353]: pgmap v3440: 137 pgs: 137 active+clean; 55 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 MiB/s rd, 6.4 MiB/s wr, 72 op/s 2024-07-27T19:21:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:24 smithi029 ceph-mon[99353]: osdmap e1921: 8 total, 8 up, 8 in 2024-07-27T19:21:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:26 smithi179 ceph-mon[89801]: pgmap v3443: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.5 MiB/s rd, 7.1 MiB/s wr, 43 op/s 2024-07-27T19:21:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:26 smithi029 ceph-mon[99353]: pgmap v3443: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.5 MiB/s rd, 7.1 MiB/s wr, 43 op/s 2024-07-27T19:21:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:26 smithi029 ceph-mon[96870]: pgmap v3443: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.5 MiB/s rd, 7.1 MiB/s wr, 43 op/s 2024-07-27T19:21:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:28 smithi179 ceph-mon[89801]: pgmap v3444: 137 pgs: 137 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 6.8 MiB/s wr, 70 op/s 2024-07-27T19:21:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:28 smithi029 ceph-mon[99353]: pgmap v3444: 137 pgs: 137 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 6.8 MiB/s wr, 70 op/s 2024-07-27T19:21:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:28 smithi029 ceph-mon[96870]: pgmap v3444: 137 pgs: 137 active+clean; 80 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 6.8 MiB/s wr, 70 op/s 2024-07-27T19:21:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:30 smithi179 ceph-mon[89801]: pgmap v3445: 137 pgs: 137 active+clean; 84 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s rd, 7.3 MiB/s wr, 82 op/s 2024-07-27T19:21:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:30 smithi029 ceph-mon[96870]: pgmap v3445: 137 pgs: 137 active+clean; 84 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s rd, 7.3 MiB/s wr, 82 op/s 2024-07-27T19:21:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:30 smithi029 ceph-mon[99353]: pgmap v3445: 137 pgs: 137 active+clean; 84 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s rd, 7.3 MiB/s wr, 82 op/s 2024-07-27T19:21:32.715 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/0.Grow (8946 ms) 2024-07-27T19:21:32.715 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/0.Shrink 2024-07-27T19:21:32.715 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:21:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:21:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:21:32] "GET /metrics HTTP/1.1" 200 36731 "" "Prometheus/2.43.0" 2024-07-27T19:21:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:32 smithi179 ceph-mon[89801]: pgmap v3446: 137 pgs: 137 active+clean; 92 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 MiB/s rd, 4.6 MiB/s wr, 68 op/s 2024-07-27T19:21:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:32 smithi029 ceph-mon[96870]: pgmap v3446: 137 pgs: 137 active+clean; 92 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 MiB/s rd, 4.6 MiB/s wr, 68 op/s 2024-07-27T19:21:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:32 smithi029 ceph-mon[99353]: pgmap v3446: 137 pgs: 137 active+clean; 92 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 MiB/s rd, 4.6 MiB/s wr, 68 op/s 2024-07-27T19:21:34.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:33 smithi029 ceph-mon[96870]: osdmap e1922: 8 total, 8 up, 8 in 2024-07-27T19:21:34.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:33 smithi029 ceph-mon[99353]: osdmap e1922: 8 total, 8 up, 8 in 2024-07-27T19:21:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:33 smithi179 ceph-mon[89801]: osdmap e1922: 8 total, 8 up, 8 in 2024-07-27T19:21:35.227 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:34 smithi179 ceph-mon[89801]: pgmap v3448: 137 pgs: 137 active+clean; 109 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.9 MiB/s wr, 67 op/s 2024-07-27T19:21:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:34 smithi029 ceph-mon[96870]: pgmap v3448: 137 pgs: 137 active+clean; 109 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.9 MiB/s wr, 67 op/s 2024-07-27T19:21:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:34 smithi029 ceph-mon[99353]: pgmap v3448: 137 pgs: 137 active+clean; 109 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.9 MiB/s wr, 67 op/s 2024-07-27T19:21:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:36 smithi029 ceph-mon[96870]: pgmap v3449: 137 pgs: 137 active+clean; 129 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 7.0 MiB/s wr, 71 op/s 2024-07-27T19:21:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:36 smithi029 ceph-mon[99353]: pgmap v3449: 137 pgs: 137 active+clean; 129 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 7.0 MiB/s wr, 71 op/s 2024-07-27T19:21:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:36 smithi179 ceph-mon[89801]: pgmap v3449: 137 pgs: 137 active+clean; 129 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 7.0 MiB/s wr, 71 op/s 2024-07-27T19:21:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:38 smithi029 ceph-mon[96870]: pgmap v3450: 137 pgs: 137 active+clean; 138 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 6.2 MiB/s wr, 72 op/s 2024-07-27T19:21:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:21:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:38 smithi029 ceph-mon[99353]: pgmap v3450: 137 pgs: 137 active+clean; 138 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 6.2 MiB/s wr, 72 op/s 2024-07-27T19:21:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:21:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:38 smithi179 ceph-mon[89801]: pgmap v3450: 137 pgs: 137 active+clean; 138 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 6.2 MiB/s wr, 72 op/s 2024-07-27T19:21:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:21:40.773 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/0.Shrink (8058 ms) 2024-07-27T19:21:40.773 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/0.ShrinkToOne 2024-07-27T19:21:40.773 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:21:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:40 smithi029 ceph-mon[96870]: pgmap v3451: 137 pgs: 137 active+clean; 146 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 15 MiB/s rd, 7.0 MiB/s wr, 76 op/s 2024-07-27T19:21:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:40 smithi029 ceph-mon[99353]: pgmap v3451: 137 pgs: 137 active+clean; 146 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 15 MiB/s rd, 7.0 MiB/s wr, 76 op/s 2024-07-27T19:21:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:40 smithi179 ceph-mon[89801]: pgmap v3451: 137 pgs: 137 active+clean; 146 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 15 MiB/s rd, 7.0 MiB/s wr, 76 op/s 2024-07-27T19:21:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:41 smithi029 ceph-mon[96870]: osdmap e1923: 8 total, 8 up, 8 in 2024-07-27T19:21:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:41 smithi029 ceph-mon[99353]: osdmap e1923: 8 total, 8 up, 8 in 2024-07-27T19:21:42.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:41 smithi179 ceph-mon[89801]: osdmap e1923: 8 total, 8 up, 8 in 2024-07-27T19:21:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:21:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:21:42] "GET /metrics HTTP/1.1" 200 36733 "" "Prometheus/2.43.0" 2024-07-27T19:21:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:42 smithi029 ceph-mon[96870]: pgmap v3453: 137 pgs: 137 active+clean; 151 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s rd, 6.4 MiB/s wr, 80 op/s 2024-07-27T19:21:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:42 smithi029 ceph-mon[99353]: pgmap v3453: 137 pgs: 137 active+clean; 151 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s rd, 6.4 MiB/s wr, 80 op/s 2024-07-27T19:21:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:42 smithi179 ceph-mon[89801]: pgmap v3453: 137 pgs: 137 active+clean; 151 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s rd, 6.4 MiB/s wr, 80 op/s 2024-07-27T19:21:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:44 smithi029 ceph-mon[96870]: pgmap v3454: 137 pgs: 137 active+clean; 188 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 15 MiB/s rd, 8.3 MiB/s wr, 109 op/s 2024-07-27T19:21:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:44 smithi029 ceph-mon[99353]: pgmap v3454: 137 pgs: 137 active+clean; 188 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 15 MiB/s rd, 8.3 MiB/s wr, 109 op/s 2024-07-27T19:21:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:44 smithi179 ceph-mon[89801]: pgmap v3454: 137 pgs: 137 active+clean; 188 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 15 MiB/s rd, 8.3 MiB/s wr, 109 op/s 2024-07-27T19:21:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:46 smithi029 ceph-mon[96870]: pgmap v3455: 137 pgs: 137 active+clean; 192 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s rd, 6.7 MiB/s wr, 97 op/s 2024-07-27T19:21:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:46 smithi029 ceph-mon[99353]: pgmap v3455: 137 pgs: 137 active+clean; 192 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s rd, 6.7 MiB/s wr, 97 op/s 2024-07-27T19:21:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:46 smithi179 ceph-mon[89801]: pgmap v3455: 137 pgs: 137 active+clean; 192 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s rd, 6.7 MiB/s wr, 97 op/s 2024-07-27T19:21:48.711 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/0.ShrinkToOne (7939 ms) 2024-07-27T19:21:48.712 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/0.ShrinkToOneAfterSnapshot 2024-07-27T19:21:48.712 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:21:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:48 smithi029 ceph-mon[96870]: pgmap v3456: 137 pgs: 137 active+clean; 196 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.6 MiB/s wr, 79 op/s 2024-07-27T19:21:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:48 smithi029 ceph-mon[99353]: pgmap v3456: 137 pgs: 137 active+clean; 196 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.6 MiB/s wr, 79 op/s 2024-07-27T19:21:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:48 smithi179 ceph-mon[89801]: pgmap v3456: 137 pgs: 137 active+clean; 196 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.6 MiB/s wr, 79 op/s 2024-07-27T19:21:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:49 smithi029 ceph-mon[96870]: osdmap e1924: 8 total, 8 up, 8 in 2024-07-27T19:21:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:49 smithi029 ceph-mon[99353]: osdmap e1924: 8 total, 8 up, 8 in 2024-07-27T19:21:50.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:49 smithi179 ceph-mon[89801]: osdmap e1924: 8 total, 8 up, 8 in 2024-07-27T19:21:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:50 smithi029 ceph-mon[96870]: pgmap v3458: 137 pgs: 137 active+clean; 217 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 9.4 MiB/s wr, 95 op/s 2024-07-27T19:21:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:50 smithi029 ceph-mon[99353]: pgmap v3458: 137 pgs: 137 active+clean; 217 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 9.4 MiB/s wr, 95 op/s 2024-07-27T19:21:51.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:50 smithi179 ceph-mon[89801]: pgmap v3458: 137 pgs: 137 active+clean; 217 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 9.4 MiB/s wr, 95 op/s 2024-07-27T19:21:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:21:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:21:52] "GET /metrics HTTP/1.1" 200 36733 "" "Prometheus/2.43.0" 2024-07-27T19:21:53.215 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:52 smithi179 ceph-mon[89801]: pgmap v3459: 137 pgs: 137 active+clean; 217 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 MiB/s rd, 7.4 MiB/s wr, 74 op/s 2024-07-27T19:21:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:52 smithi029 ceph-mon[96870]: pgmap v3459: 137 pgs: 137 active+clean; 217 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 MiB/s rd, 7.4 MiB/s wr, 74 op/s 2024-07-27T19:21:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:52 smithi029 ceph-mon[99353]: pgmap v3459: 137 pgs: 137 active+clean; 217 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 MiB/s rd, 7.4 MiB/s wr, 74 op/s 2024-07-27T19:21:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:21:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:21:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:21:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:54 smithi029 ceph-mon[96870]: pgmap v3460: 137 pgs: 137 active+clean; 225 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.5 MiB/s wr, 61 op/s 2024-07-27T19:21:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:54 smithi029 ceph-mon[99353]: pgmap v3460: 137 pgs: 137 active+clean; 225 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.5 MiB/s wr, 61 op/s 2024-07-27T19:21:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:54 smithi179 ceph-mon[89801]: pgmap v3460: 137 pgs: 137 active+clean; 225 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.5 MiB/s wr, 61 op/s 2024-07-27T19:21:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:55 smithi029 ceph-mon[96870]: osdmap e1925: 8 total, 8 up, 8 in 2024-07-27T19:21:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:55 smithi029 ceph-mon[99353]: osdmap e1925: 8 total, 8 up, 8 in 2024-07-27T19:21:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:55 smithi179 ceph-mon[89801]: osdmap e1925: 8 total, 8 up, 8 in 2024-07-27T19:21:57.249 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/0.ShrinkToOneAfterSnapshot (8538 ms) 2024-07-27T19:21:57.250 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/0.MinOverlap 2024-07-27T19:21:57.250 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:21:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:56 smithi029 ceph-mon[96870]: pgmap v3462: 137 pgs: 137 active+clean; 225 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 589 KiB/s rd, 4.1 MiB/s wr, 59 op/s 2024-07-27T19:21:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:56 smithi029 ceph-mon[99353]: pgmap v3462: 137 pgs: 137 active+clean; 225 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 589 KiB/s rd, 4.1 MiB/s wr, 59 op/s 2024-07-27T19:21:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:56 smithi179 ceph-mon[89801]: pgmap v3462: 137 pgs: 137 active+clean; 225 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 589 KiB/s rd, 4.1 MiB/s wr, 59 op/s 2024-07-27T19:21:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:58 smithi029 ceph-mon[96870]: pgmap v3463: 137 pgs: 137 active+clean; 257 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 605 KiB/s rd, 7.8 MiB/s wr, 69 op/s 2024-07-27T19:21:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:21:58 smithi029 ceph-mon[96870]: osdmap e1926: 8 total, 8 up, 8 in 2024-07-27T19:21:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:58 smithi029 ceph-mon[99353]: pgmap v3463: 137 pgs: 137 active+clean; 257 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 605 KiB/s rd, 7.8 MiB/s wr, 69 op/s 2024-07-27T19:21:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:21:58 smithi029 ceph-mon[99353]: osdmap e1926: 8 total, 8 up, 8 in 2024-07-27T19:21:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:58 smithi179 ceph-mon[89801]: pgmap v3463: 137 pgs: 137 active+clean; 257 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 605 KiB/s rd, 7.8 MiB/s wr, 69 op/s 2024-07-27T19:21:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:21:58 smithi179 ceph-mon[89801]: osdmap e1926: 8 total, 8 up, 8 in 2024-07-27T19:22:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:00 smithi029 ceph-mon[96870]: pgmap v3465: 137 pgs: 137 active+clean; 294 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 9.6 MiB/s wr, 91 op/s 2024-07-27T19:22:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:00 smithi029 ceph-mon[99353]: pgmap v3465: 137 pgs: 137 active+clean; 294 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 9.6 MiB/s wr, 91 op/s 2024-07-27T19:22:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:00 smithi179 ceph-mon[89801]: pgmap v3465: 137 pgs: 137 active+clean; 294 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 9.6 MiB/s wr, 91 op/s 2024-07-27T19:22:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:22:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:22:02] "GET /metrics HTTP/1.1" 200 36731 "" "Prometheus/2.43.0" 2024-07-27T19:22:03.025 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:02 smithi029 ceph-mon[96870]: pgmap v3466: 137 pgs: 137 active+clean; 298 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 9.1 MiB/s wr, 81 op/s 2024-07-27T19:22:03.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:02 smithi029 ceph-mon[99353]: pgmap v3466: 137 pgs: 137 active+clean; 298 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 9.1 MiB/s wr, 81 op/s 2024-07-27T19:22:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:02 smithi179 ceph-mon[89801]: pgmap v3466: 137 pgs: 137 active+clean; 298 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 9.1 MiB/s wr, 81 op/s 2024-07-27T19:22:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:04 smithi029 ceph-mon[96870]: pgmap v3467: 137 pgs: 137 active+clean; 315 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.7 MiB/s rd, 11 MiB/s wr, 89 op/s 2024-07-27T19:22:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:04 smithi029 ceph-mon[99353]: pgmap v3467: 137 pgs: 137 active+clean; 315 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.7 MiB/s rd, 11 MiB/s wr, 89 op/s 2024-07-27T19:22:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:04 smithi179 ceph-mon[89801]: pgmap v3467: 137 pgs: 137 active+clean; 315 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.7 MiB/s rd, 11 MiB/s wr, 89 op/s 2024-07-27T19:22:05.701 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/0.MinOverlap (8451 ms) 2024-07-27T19:22:05.701 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/0.ZeroOverlap 2024-07-27T19:22:05.701 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:22:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:06 smithi029 ceph-mon[96870]: pgmap v3468: 137 pgs: 137 active+clean; 319 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.9 MiB/s rd, 9.8 MiB/s wr, 75 op/s 2024-07-27T19:22:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:06 smithi029 ceph-mon[96870]: osdmap e1927: 8 total, 8 up, 8 in 2024-07-27T19:22:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:06 smithi029 ceph-mon[99353]: pgmap v3468: 137 pgs: 137 active+clean; 319 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.9 MiB/s rd, 9.8 MiB/s wr, 75 op/s 2024-07-27T19:22:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:06 smithi029 ceph-mon[99353]: osdmap e1927: 8 total, 8 up, 8 in 2024-07-27T19:22:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:06 smithi179 ceph-mon[89801]: pgmap v3468: 137 pgs: 137 active+clean; 319 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.9 MiB/s rd, 9.8 MiB/s wr, 75 op/s 2024-07-27T19:22:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:06 smithi179 ceph-mon[89801]: osdmap e1927: 8 total, 8 up, 8 in 2024-07-27T19:22:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:08 smithi029 ceph-mon[96870]: pgmap v3470: 137 pgs: 137 active+clean; 320 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 4.6 MiB/s rd, 7.6 MiB/s wr, 110 op/s 2024-07-27T19:22:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:22:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:08 smithi029 ceph-mon[99353]: pgmap v3470: 137 pgs: 137 active+clean; 320 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 4.6 MiB/s rd, 7.6 MiB/s wr, 110 op/s 2024-07-27T19:22:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:22:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:08 smithi179 ceph-mon[89801]: pgmap v3470: 137 pgs: 137 active+clean; 320 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 4.6 MiB/s rd, 7.6 MiB/s wr, 110 op/s 2024-07-27T19:22:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:22:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:10 smithi029 ceph-mon[96870]: pgmap v3471: 137 pgs: 137 active+clean; 344 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 5.8 MiB/s wr, 88 op/s 2024-07-27T19:22:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:10 smithi029 ceph-mon[99353]: pgmap v3471: 137 pgs: 137 active+clean; 344 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 5.8 MiB/s wr, 88 op/s 2024-07-27T19:22:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:10 smithi179 ceph-mon[89801]: pgmap v3471: 137 pgs: 137 active+clean; 344 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 5.8 MiB/s wr, 88 op/s 2024-07-27T19:22:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:22:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:22:12] "GET /metrics HTTP/1.1" 200 36737 "" "Prometheus/2.43.0" 2024-07-27T19:22:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:12 smithi029 ceph-mon[96870]: pgmap v3472: 137 pgs: 137 active+clean; 344 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 5.4 MiB/s wr, 67 op/s 2024-07-27T19:22:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:12 smithi029 ceph-mon[99353]: pgmap v3472: 137 pgs: 137 active+clean; 344 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 5.4 MiB/s wr, 67 op/s 2024-07-27T19:22:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:12 smithi179 ceph-mon[89801]: pgmap v3472: 137 pgs: 137 active+clean; 344 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 5.4 MiB/s wr, 67 op/s 2024-07-27T19:22:13.793 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/0.ZeroOverlap (8092 ms) 2024-07-27T19:22:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:13 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:22:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:13 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:22:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:13 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:22:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:22:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:13 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:22:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:13 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:22:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:13 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:22:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:22:14.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:13 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:22:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:13 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:22:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:13 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:22:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:22:14.523 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/0 (62913 ms total) 2024-07-27T19:22:14.523 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:22:14.524 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/1, where TypeParam = PlaintextUnderLUKS2 2024-07-27T19:22:14.555 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/1.Simple 2024-07-27T19:22:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:15 smithi179 ceph-mon[89801]: pgmap v3473: 137 pgs: 137 active+clean; 344 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.7 MiB/s wr, 71 op/s 2024-07-27T19:22:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:15 smithi179 ceph-mon[89801]: osdmap e1928: 8 total, 8 up, 8 in 2024-07-27T19:22:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:15 smithi029 ceph-mon[96870]: pgmap v3473: 137 pgs: 137 active+clean; 344 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.7 MiB/s wr, 71 op/s 2024-07-27T19:22:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:15 smithi029 ceph-mon[96870]: osdmap e1928: 8 total, 8 up, 8 in 2024-07-27T19:22:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:15 smithi029 ceph-mon[99353]: pgmap v3473: 137 pgs: 137 active+clean; 344 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.7 MiB/s wr, 71 op/s 2024-07-27T19:22:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:15 smithi029 ceph-mon[99353]: osdmap e1928: 8 total, 8 up, 8 in 2024-07-27T19:22:16.534 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:22:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:16 smithi179 ceph-mon[89801]: pgmap v3475: 105 pgs: 105 active+clean; 4.6 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:22:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:16 smithi179 ceph-mon[89801]: osdmap e1929: 8 total, 8 up, 8 in 2024-07-27T19:22:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:16 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/401428122' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-40","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:22:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:16 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-40","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:22:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:16 smithi029 ceph-mon[96870]: pgmap v3475: 105 pgs: 105 active+clean; 4.6 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:22:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:16 smithi029 ceph-mon[96870]: osdmap e1929: 8 total, 8 up, 8 in 2024-07-27T19:22:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:16 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/401428122' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-40","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:22:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:16 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-40","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:22:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:16 smithi029 ceph-mon[99353]: pgmap v3475: 105 pgs: 105 active+clean; 4.6 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:22:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:16 smithi029 ceph-mon[99353]: osdmap e1929: 8 total, 8 up, 8 in 2024-07-27T19:22:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:16 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/401428122' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-40","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:22:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:16 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-40","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:22:17.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:17 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-40","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:22:17.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:17 smithi179 ceph-mon[89801]: osdmap e1930: 8 total, 8 up, 8 in 2024-07-27T19:22:18.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:17 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-40","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:22:18.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:17 smithi029 ceph-mon[96870]: osdmap e1930: 8 total, 8 up, 8 in 2024-07-27T19:22:18.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:17 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-40","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:22:18.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:17 smithi029 ceph-mon[99353]: osdmap e1930: 8 total, 8 up, 8 in 2024-07-27T19:22:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:18 smithi179 ceph-mon[89801]: pgmap v3478: 137 pgs: 10 creating+peering, 17 unknown, 110 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:22:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:18 smithi179 ceph-mon[89801]: osdmap e1931: 8 total, 8 up, 8 in 2024-07-27T19:22:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:18 smithi029 ceph-mon[96870]: pgmap v3478: 137 pgs: 10 creating+peering, 17 unknown, 110 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:22:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:18 smithi029 ceph-mon[96870]: osdmap e1931: 8 total, 8 up, 8 in 2024-07-27T19:22:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:18 smithi029 ceph-mon[99353]: pgmap v3478: 137 pgs: 10 creating+peering, 17 unknown, 110 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:22:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:18 smithi029 ceph-mon[99353]: osdmap e1931: 8 total, 8 up, 8 in 2024-07-27T19:22:19.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:19 smithi179 ceph-mon[89801]: osdmap e1932: 8 total, 8 up, 8 in 2024-07-27T19:22:20.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:19 smithi029 ceph-mon[96870]: osdmap e1932: 8 total, 8 up, 8 in 2024-07-27T19:22:20.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:19 smithi029 ceph-mon[99353]: osdmap e1932: 8 total, 8 up, 8 in 2024-07-27T19:22:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:20 smithi179 ceph-mon[89801]: pgmap v3481: 137 pgs: 10 creating+peering, 127 active+clean; 13 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.5 KiB/s rd, 2.0 MiB/s wr, 17 op/s 2024-07-27T19:22:20.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:20 smithi179 ceph-mon[89801]: osdmap e1933: 8 total, 8 up, 8 in 2024-07-27T19:22:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:20 smithi029 ceph-mon[96870]: pgmap v3481: 137 pgs: 10 creating+peering, 127 active+clean; 13 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.5 KiB/s rd, 2.0 MiB/s wr, 17 op/s 2024-07-27T19:22:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:20 smithi029 ceph-mon[96870]: osdmap e1933: 8 total, 8 up, 8 in 2024-07-27T19:22:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:20 smithi029 ceph-mon[99353]: pgmap v3481: 137 pgs: 10 creating+peering, 127 active+clean; 13 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.5 KiB/s rd, 2.0 MiB/s wr, 17 op/s 2024-07-27T19:22:21.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:20 smithi029 ceph-mon[99353]: osdmap e1933: 8 total, 8 up, 8 in 2024-07-27T19:22:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:22 smithi029 ceph-mon[96870]: pgmap v3483: 137 pgs: 137 active+clean; 21 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 3.3 MiB/s wr, 28 op/s 2024-07-27T19:22:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:22:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:22:22] "GET /metrics HTTP/1.1" 200 36737 "" "Prometheus/2.43.0" 2024-07-27T19:22:22.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:22 smithi029 ceph-mon[99353]: pgmap v3483: 137 pgs: 137 active+clean; 21 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 3.3 MiB/s wr, 28 op/s 2024-07-27T19:22:22.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:22 smithi179 ceph-mon[89801]: pgmap v3483: 137 pgs: 137 active+clean; 21 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 3.3 MiB/s wr, 28 op/s 2024-07-27T19:22:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:24 smithi179 ceph-mon[89801]: pgmap v3484: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 4.2 MiB/s wr, 60 op/s 2024-07-27T19:22:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:22:24.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:24 smithi179 ceph-mon[89801]: osdmap e1934: 8 total, 8 up, 8 in 2024-07-27T19:22:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:24 smithi029 ceph-mon[96870]: pgmap v3484: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 4.2 MiB/s wr, 60 op/s 2024-07-27T19:22:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:22:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:24 smithi029 ceph-mon[96870]: osdmap e1934: 8 total, 8 up, 8 in 2024-07-27T19:22:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:24 smithi029 ceph-mon[99353]: pgmap v3484: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 44 KiB/s rd, 4.2 MiB/s wr, 60 op/s 2024-07-27T19:22:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:22:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:24 smithi029 ceph-mon[99353]: osdmap e1934: 8 total, 8 up, 8 in 2024-07-27T19:22:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:26 smithi179 ceph-mon[89801]: pgmap v3486: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 3.7 MiB/s wr, 54 op/s 2024-07-27T19:22:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:26 smithi029 ceph-mon[96870]: pgmap v3486: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 3.7 MiB/s wr, 54 op/s 2024-07-27T19:22:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:26 smithi029 ceph-mon[99353]: pgmap v3486: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 3.7 MiB/s wr, 54 op/s 2024-07-27T19:22:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:28 smithi179 ceph-mon[89801]: pgmap v3487: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 2.1 MiB/s wr, 37 op/s 2024-07-27T19:22:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:28 smithi029 ceph-mon[96870]: pgmap v3487: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 2.1 MiB/s wr, 37 op/s 2024-07-27T19:22:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:28 smithi029 ceph-mon[99353]: pgmap v3487: 137 pgs: 137 active+clean; 30 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 2.1 MiB/s wr, 37 op/s 2024-07-27T19:22:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:30 smithi179 ceph-mon[89801]: pgmap v3488: 137 pgs: 137 active+clean; 34 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.1 MiB/s wr, 31 op/s 2024-07-27T19:22:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:30 smithi029 ceph-mon[96870]: pgmap v3488: 137 pgs: 137 active+clean; 34 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.1 MiB/s wr, 31 op/s 2024-07-27T19:22:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:30 smithi029 ceph-mon[99353]: pgmap v3488: 137 pgs: 137 active+clean; 34 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.1 MiB/s wr, 31 op/s 2024-07-27T19:22:31.534 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/1.Simple (16979 ms) 2024-07-27T19:22:31.534 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/1.Grow 2024-07-27T19:22:31.534 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:22:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:32 smithi029 ceph-mon[96870]: pgmap v3489: 137 pgs: 137 active+clean; 51 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.4 MiB/s rd, 3.8 MiB/s wr, 45 op/s 2024-07-27T19:22:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:32 smithi029 ceph-mon[99353]: pgmap v3489: 137 pgs: 137 active+clean; 51 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.4 MiB/s rd, 3.8 MiB/s wr, 45 op/s 2024-07-27T19:22:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:22:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:22:32] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:22:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:32 smithi179 ceph-mon[89801]: pgmap v3489: 137 pgs: 137 active+clean; 51 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.4 MiB/s rd, 3.8 MiB/s wr, 45 op/s 2024-07-27T19:22:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:33 smithi179 ceph-mon[89801]: osdmap e1935: 8 total, 8 up, 8 in 2024-07-27T19:22:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:33 smithi029 ceph-mon[96870]: osdmap e1935: 8 total, 8 up, 8 in 2024-07-27T19:22:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:33 smithi029 ceph-mon[99353]: osdmap e1935: 8 total, 8 up, 8 in 2024-07-27T19:22:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:34 smithi179 ceph-mon[89801]: pgmap v3491: 137 pgs: 137 active+clean; 79 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.0 MiB/s rd, 6.9 MiB/s wr, 34 op/s 2024-07-27T19:22:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:34 smithi029 ceph-mon[96870]: pgmap v3491: 137 pgs: 137 active+clean; 79 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.0 MiB/s rd, 6.9 MiB/s wr, 34 op/s 2024-07-27T19:22:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:34 smithi029 ceph-mon[99353]: pgmap v3491: 137 pgs: 137 active+clean; 79 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.0 MiB/s rd, 6.9 MiB/s wr, 34 op/s 2024-07-27T19:22:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:36 smithi179 ceph-mon[89801]: pgmap v3492: 137 pgs: 137 active+clean; 91 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 7.7 MiB/s wr, 58 op/s 2024-07-27T19:22:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:36 smithi029 ceph-mon[96870]: pgmap v3492: 137 pgs: 137 active+clean; 91 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 7.7 MiB/s wr, 58 op/s 2024-07-27T19:22:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:36 smithi029 ceph-mon[99353]: pgmap v3492: 137 pgs: 137 active+clean; 91 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 7.7 MiB/s wr, 58 op/s 2024-07-27T19:22:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:38 smithi179 ceph-mon[89801]: pgmap v3493: 137 pgs: 137 active+clean; 96 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 8.2 MiB/s wr, 66 op/s 2024-07-27T19:22:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:38 smithi029 ceph-mon[96870]: pgmap v3493: 137 pgs: 137 active+clean; 96 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 8.2 MiB/s wr, 66 op/s 2024-07-27T19:22:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:38 smithi029 ceph-mon[99353]: pgmap v3493: 137 pgs: 137 active+clean; 96 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 8.2 MiB/s wr, 66 op/s 2024-07-27T19:22:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:22:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:22:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:22:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:40 smithi179 ceph-mon[89801]: pgmap v3494: 137 pgs: 137 active+clean; 96 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.8 MiB/s wr, 65 op/s 2024-07-27T19:22:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:40 smithi029 ceph-mon[96870]: pgmap v3494: 137 pgs: 137 active+clean; 96 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.8 MiB/s wr, 65 op/s 2024-07-27T19:22:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:40 smithi029 ceph-mon[99353]: pgmap v3494: 137 pgs: 137 active+clean; 96 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.8 MiB/s wr, 65 op/s 2024-07-27T19:22:42.597 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:22:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:22:42] "GET /metrics HTTP/1.1" 200 36730 "" "Prometheus/2.43.0" 2024-07-27T19:22:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:42 smithi179 ceph-mon[89801]: pgmap v3495: 137 pgs: 137 active+clean; 100 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.3 MiB/s rd, 5.7 MiB/s wr, 45 op/s 2024-07-27T19:22:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:42 smithi029 ceph-mon[96870]: pgmap v3495: 137 pgs: 137 active+clean; 100 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.3 MiB/s rd, 5.7 MiB/s wr, 45 op/s 2024-07-27T19:22:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:42 smithi029 ceph-mon[99353]: pgmap v3495: 137 pgs: 137 active+clean; 100 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.3 MiB/s rd, 5.7 MiB/s wr, 45 op/s 2024-07-27T19:22:44.098 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/1.Grow (12564 ms) 2024-07-27T19:22:44.098 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/1.Shrink 2024-07-27T19:22:44.098 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:22:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:44 smithi179 ceph-mon[89801]: pgmap v3496: 137 pgs: 137 active+clean; 117 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 6.1 MiB/s wr, 50 op/s 2024-07-27T19:22:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:44 smithi029 ceph-mon[96870]: pgmap v3496: 137 pgs: 137 active+clean; 117 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 6.1 MiB/s wr, 50 op/s 2024-07-27T19:22:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:44 smithi029 ceph-mon[99353]: pgmap v3496: 137 pgs: 137 active+clean; 117 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 6.1 MiB/s wr, 50 op/s 2024-07-27T19:22:45.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:45 smithi179 ceph-mon[89801]: osdmap e1936: 8 total, 8 up, 8 in 2024-07-27T19:22:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:45 smithi029 ceph-mon[96870]: osdmap e1936: 8 total, 8 up, 8 in 2024-07-27T19:22:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:45 smithi029 ceph-mon[99353]: osdmap e1936: 8 total, 8 up, 8 in 2024-07-27T19:22:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:46 smithi179 ceph-mon[89801]: pgmap v3498: 137 pgs: 137 active+clean; 129 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 9.1 MiB/s rd, 5.0 MiB/s wr, 44 op/s 2024-07-27T19:22:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:46 smithi029 ceph-mon[96870]: pgmap v3498: 137 pgs: 137 active+clean; 129 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 9.1 MiB/s rd, 5.0 MiB/s wr, 44 op/s 2024-07-27T19:22:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:46 smithi029 ceph-mon[99353]: pgmap v3498: 137 pgs: 137 active+clean; 129 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 9.1 MiB/s rd, 5.0 MiB/s wr, 44 op/s 2024-07-27T19:22:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:48 smithi179 ceph-mon[89801]: pgmap v3499: 137 pgs: 137 active+clean; 149 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.9 MiB/s wr, 39 op/s 2024-07-27T19:22:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:48 smithi029 ceph-mon[96870]: pgmap v3499: 137 pgs: 137 active+clean; 149 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.9 MiB/s wr, 39 op/s 2024-07-27T19:22:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:48 smithi029 ceph-mon[99353]: pgmap v3499: 137 pgs: 137 active+clean; 149 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.9 MiB/s wr, 39 op/s 2024-07-27T19:22:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:50 smithi179 ceph-mon[89801]: pgmap v3500: 137 pgs: 137 active+clean; 162 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 8.2 MiB/s wr, 68 op/s 2024-07-27T19:22:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:50 smithi029 ceph-mon[96870]: pgmap v3500: 137 pgs: 137 active+clean; 162 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 8.2 MiB/s wr, 68 op/s 2024-07-27T19:22:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:50 smithi029 ceph-mon[99353]: pgmap v3500: 137 pgs: 137 active+clean; 162 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 8.2 MiB/s wr, 68 op/s 2024-07-27T19:22:52.621 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:22:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:22:52] "GET /metrics HTTP/1.1" 200 36730 "" "Prometheus/2.43.0" 2024-07-27T19:22:52.621 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:52 smithi029 ceph-mon[96870]: pgmap v3501: 137 pgs: 137 active+clean; 162 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.8 MiB/s wr, 68 op/s 2024-07-27T19:22:52.622 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:52 smithi029 ceph-mon[99353]: pgmap v3501: 137 pgs: 137 active+clean; 162 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.8 MiB/s wr, 68 op/s 2024-07-27T19:22:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:52 smithi179 ceph-mon[89801]: pgmap v3501: 137 pgs: 137 active+clean; 162 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.8 MiB/s wr, 68 op/s 2024-07-27T19:22:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:54 smithi179 ceph-mon[89801]: pgmap v3502: 137 pgs: 137 active+clean; 162 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.8 MiB/s rd, 4.9 MiB/s wr, 60 op/s 2024-07-27T19:22:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:22:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:54 smithi029 ceph-mon[96870]: pgmap v3502: 137 pgs: 137 active+clean; 162 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.8 MiB/s rd, 4.9 MiB/s wr, 60 op/s 2024-07-27T19:22:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:22:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:54 smithi029 ceph-mon[99353]: pgmap v3502: 137 pgs: 137 active+clean; 162 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.8 MiB/s rd, 4.9 MiB/s wr, 60 op/s 2024-07-27T19:22:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:22:56.683 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/1.Shrink (12585 ms) 2024-07-27T19:22:56.683 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/1.ShrinkToOne 2024-07-27T19:22:56.683 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:22:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:56 smithi179 ceph-mon[89801]: pgmap v3503: 137 pgs: 137 active+clean; 166 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 MiB/s rd, 3.8 MiB/s wr, 36 op/s 2024-07-27T19:22:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:56 smithi029 ceph-mon[96870]: pgmap v3503: 137 pgs: 137 active+clean; 166 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 MiB/s rd, 3.8 MiB/s wr, 36 op/s 2024-07-27T19:22:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:56 smithi029 ceph-mon[99353]: pgmap v3503: 137 pgs: 137 active+clean; 166 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 MiB/s rd, 3.8 MiB/s wr, 36 op/s 2024-07-27T19:22:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:58 smithi179 ceph-mon[89801]: pgmap v3504: 137 pgs: 137 active+clean; 202 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 MiB/s rd, 7.4 MiB/s wr, 44 op/s 2024-07-27T19:22:58.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:22:58 smithi179 ceph-mon[89801]: osdmap e1937: 8 total, 8 up, 8 in 2024-07-27T19:22:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:58 smithi029 ceph-mon[96870]: pgmap v3504: 137 pgs: 137 active+clean; 202 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 MiB/s rd, 7.4 MiB/s wr, 44 op/s 2024-07-27T19:22:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:22:58 smithi029 ceph-mon[96870]: osdmap e1937: 8 total, 8 up, 8 in 2024-07-27T19:22:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:58 smithi029 ceph-mon[99353]: pgmap v3504: 137 pgs: 137 active+clean; 202 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 MiB/s rd, 7.4 MiB/s wr, 44 op/s 2024-07-27T19:22:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:22:58 smithi029 ceph-mon[99353]: osdmap e1937: 8 total, 8 up, 8 in 2024-07-27T19:23:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:00 smithi179 ceph-mon[89801]: pgmap v3506: 137 pgs: 137 active+clean; 220 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 7.4 MiB/s wr, 42 op/s 2024-07-27T19:23:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:00 smithi029 ceph-mon[96870]: pgmap v3506: 137 pgs: 137 active+clean; 220 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 7.4 MiB/s wr, 42 op/s 2024-07-27T19:23:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:00 smithi029 ceph-mon[99353]: pgmap v3506: 137 pgs: 137 active+clean; 220 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 7.4 MiB/s wr, 42 op/s 2024-07-27T19:23:02.641 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:23:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:23:02] "GET /metrics HTTP/1.1" 200 36733 "" "Prometheus/2.43.0" 2024-07-27T19:23:02.642 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:02 smithi029 ceph-mon[96870]: pgmap v3507: 137 pgs: 137 active+clean; 228 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 8.2 MiB/s wr, 68 op/s 2024-07-27T19:23:02.642 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:02 smithi029 ceph-mon[99353]: pgmap v3507: 137 pgs: 137 active+clean; 228 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 8.2 MiB/s wr, 68 op/s 2024-07-27T19:23:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:02 smithi179 ceph-mon[89801]: pgmap v3507: 137 pgs: 137 active+clean; 228 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 8.2 MiB/s wr, 68 op/s 2024-07-27T19:23:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:04 smithi179 ceph-mon[89801]: pgmap v3508: 137 pgs: 137 active+clean; 228 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 8.2 MiB/s wr, 62 op/s 2024-07-27T19:23:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:04 smithi029 ceph-mon[96870]: pgmap v3508: 137 pgs: 137 active+clean; 228 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 8.2 MiB/s wr, 62 op/s 2024-07-27T19:23:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:04 smithi029 ceph-mon[99353]: pgmap v3508: 137 pgs: 137 active+clean; 228 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 8.2 MiB/s wr, 62 op/s 2024-07-27T19:23:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:06 smithi179 ceph-mon[89801]: pgmap v3509: 137 pgs: 137 active+clean; 228 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.8 MiB/s wr, 62 op/s 2024-07-27T19:23:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:06 smithi029 ceph-mon[96870]: pgmap v3509: 137 pgs: 137 active+clean; 228 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.8 MiB/s wr, 62 op/s 2024-07-27T19:23:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:06 smithi029 ceph-mon[99353]: pgmap v3509: 137 pgs: 137 active+clean; 228 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.8 MiB/s wr, 62 op/s 2024-07-27T19:23:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:08 smithi179 ceph-mon[89801]: pgmap v3510: 137 pgs: 137 active+clean; 236 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 6.1 MiB/s rd, 3.8 MiB/s wr, 57 op/s 2024-07-27T19:23:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:08 smithi029 ceph-mon[96870]: pgmap v3510: 137 pgs: 137 active+clean; 236 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 6.1 MiB/s rd, 3.8 MiB/s wr, 57 op/s 2024-07-27T19:23:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:08 smithi029 ceph-mon[99353]: pgmap v3510: 137 pgs: 137 active+clean; 236 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 6.1 MiB/s rd, 3.8 MiB/s wr, 57 op/s 2024-07-27T19:23:09.576 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/1.ShrinkToOne (12893 ms) 2024-07-27T19:23:09.576 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/1.ShrinkToOneAfterSnapshot 2024-07-27T19:23:09.576 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:23:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:23:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:23:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:23:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:10 smithi179 ceph-mon[89801]: pgmap v3511: 137 pgs: 137 active+clean; 248 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.9 MiB/s rd, 5.3 MiB/s wr, 51 op/s 2024-07-27T19:23:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:10 smithi179 ceph-mon[89801]: osdmap e1938: 8 total, 8 up, 8 in 2024-07-27T19:23:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:10 smithi029 ceph-mon[96870]: pgmap v3511: 137 pgs: 137 active+clean; 248 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.9 MiB/s rd, 5.3 MiB/s wr, 51 op/s 2024-07-27T19:23:11.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:10 smithi029 ceph-mon[96870]: osdmap e1938: 8 total, 8 up, 8 in 2024-07-27T19:23:11.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:10 smithi029 ceph-mon[99353]: pgmap v3511: 137 pgs: 137 active+clean; 248 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.9 MiB/s rd, 5.3 MiB/s wr, 51 op/s 2024-07-27T19:23:11.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:10 smithi029 ceph-mon[99353]: osdmap e1938: 8 total, 8 up, 8 in 2024-07-27T19:23:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:23:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:23:12] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:23:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:12 smithi179 ceph-mon[89801]: pgmap v3513: 137 pgs: 137 active+clean; 256 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.4 MiB/s wr, 31 op/s 2024-07-27T19:23:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:12 smithi029 ceph-mon[96870]: pgmap v3513: 137 pgs: 137 active+clean; 256 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.4 MiB/s wr, 31 op/s 2024-07-27T19:23:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:12 smithi029 ceph-mon[99353]: pgmap v3513: 137 pgs: 137 active+clean; 256 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.4 MiB/s wr, 31 op/s 2024-07-27T19:23:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:13 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:23:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:13 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:23:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:13 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:23:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:14 smithi179 ceph-mon[89801]: pgmap v3514: 137 pgs: 137 active+clean; 269 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.1 MiB/s wr, 34 op/s 2024-07-27T19:23:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:23:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:23:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:23:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:23:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:23:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:14 smithi029 ceph-mon[96870]: pgmap v3514: 137 pgs: 137 active+clean; 269 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.1 MiB/s wr, 34 op/s 2024-07-27T19:23:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:23:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:23:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:23:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:23:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:23:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:14 smithi029 ceph-mon[99353]: pgmap v3514: 137 pgs: 137 active+clean; 269 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.1 MiB/s wr, 34 op/s 2024-07-27T19:23:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:23:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:23:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:23:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:23:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:23:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:16 smithi179 ceph-mon[89801]: pgmap v3515: 137 pgs: 137 active+clean; 273 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.5 MiB/s wr, 60 op/s 2024-07-27T19:23:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:16 smithi029 ceph-mon[96870]: pgmap v3515: 137 pgs: 137 active+clean; 273 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.5 MiB/s wr, 60 op/s 2024-07-27T19:23:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:16 smithi029 ceph-mon[99353]: pgmap v3515: 137 pgs: 137 active+clean; 273 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.5 MiB/s wr, 60 op/s 2024-07-27T19:23:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:18 smithi179 ceph-mon[89801]: pgmap v3516: 137 pgs: 137 active+clean; 285 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.9 MiB/s wr, 50 op/s 2024-07-27T19:23:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:18 smithi029 ceph-mon[96870]: pgmap v3516: 137 pgs: 137 active+clean; 285 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.9 MiB/s wr, 50 op/s 2024-07-27T19:23:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:18 smithi029 ceph-mon[99353]: pgmap v3516: 137 pgs: 137 active+clean; 285 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.9 MiB/s wr, 50 op/s 2024-07-27T19:23:20.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:19 smithi179 ceph-mon[89801]: osdmap e1939: 8 total, 8 up, 8 in 2024-07-27T19:23:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:19 smithi029 ceph-mon[96870]: osdmap e1939: 8 total, 8 up, 8 in 2024-07-27T19:23:20.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:19 smithi029 ceph-mon[99353]: osdmap e1939: 8 total, 8 up, 8 in 2024-07-27T19:23:20.898 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/1.ShrinkToOneAfterSnapshot (11322 ms) 2024-07-27T19:23:20.898 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/1.MinOverlap 2024-07-27T19:23:20.898 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:23:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:20 smithi179 ceph-mon[89801]: pgmap v3518: 137 pgs: 137 active+clean; 289 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 5.6 MiB/s wr, 82 op/s 2024-07-27T19:23:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:20 smithi029 ceph-mon[96870]: pgmap v3518: 137 pgs: 137 active+clean; 289 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 5.6 MiB/s wr, 82 op/s 2024-07-27T19:23:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:20 smithi029 ceph-mon[99353]: pgmap v3518: 137 pgs: 137 active+clean; 289 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 5.6 MiB/s wr, 82 op/s 2024-07-27T19:23:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:23:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:23:22] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:23:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:22 smithi179 ceph-mon[89801]: pgmap v3519: 137 pgs: 137 active+clean; 313 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.1 MiB/s wr, 67 op/s 2024-07-27T19:23:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:22 smithi179 ceph-mon[89801]: osdmap e1940: 8 total, 8 up, 8 in 2024-07-27T19:23:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:22 smithi029 ceph-mon[96870]: pgmap v3519: 137 pgs: 137 active+clean; 313 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.1 MiB/s wr, 67 op/s 2024-07-27T19:23:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:22 smithi029 ceph-mon[96870]: osdmap e1940: 8 total, 8 up, 8 in 2024-07-27T19:23:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:22 smithi029 ceph-mon[99353]: pgmap v3519: 137 pgs: 137 active+clean; 313 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.1 MiB/s wr, 67 op/s 2024-07-27T19:23:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:22 smithi029 ceph-mon[99353]: osdmap e1940: 8 total, 8 up, 8 in 2024-07-27T19:23:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:23:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:23:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:23:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:24 smithi179 ceph-mon[89801]: pgmap v3521: 137 pgs: 137 active+clean; 379 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 5.3 MiB/s rd, 13 MiB/s wr, 99 op/s 2024-07-27T19:23:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:24 smithi029 ceph-mon[96870]: pgmap v3521: 137 pgs: 137 active+clean; 379 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 5.3 MiB/s rd, 13 MiB/s wr, 99 op/s 2024-07-27T19:23:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:24 smithi029 ceph-mon[99353]: pgmap v3521: 137 pgs: 137 active+clean; 379 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 5.3 MiB/s rd, 13 MiB/s wr, 99 op/s 2024-07-27T19:23:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:26 smithi179 ceph-mon[89801]: pgmap v3522: 137 pgs: 137 active+clean; 383 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 5.3 MiB/s rd, 12 MiB/s wr, 99 op/s 2024-07-27T19:23:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:26 smithi029 ceph-mon[96870]: pgmap v3522: 137 pgs: 137 active+clean; 383 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 5.3 MiB/s rd, 12 MiB/s wr, 99 op/s 2024-07-27T19:23:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:26 smithi029 ceph-mon[99353]: pgmap v3522: 137 pgs: 137 active+clean; 383 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 5.3 MiB/s rd, 12 MiB/s wr, 99 op/s 2024-07-27T19:23:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:28 smithi179 ceph-mon[89801]: pgmap v3523: 137 pgs: 137 active+clean; 383 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 5.0 MiB/s rd, 11 MiB/s wr, 90 op/s 2024-07-27T19:23:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:28 smithi029 ceph-mon[96870]: pgmap v3523: 137 pgs: 137 active+clean; 383 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 5.0 MiB/s rd, 11 MiB/s wr, 90 op/s 2024-07-27T19:23:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:28 smithi029 ceph-mon[99353]: pgmap v3523: 137 pgs: 137 active+clean; 383 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 5.0 MiB/s rd, 11 MiB/s wr, 90 op/s 2024-07-27T19:23:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:30 smithi179 ceph-mon[89801]: pgmap v3524: 137 pgs: 137 active+clean; 383 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 9.4 MiB/s wr, 57 op/s 2024-07-27T19:23:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:30 smithi029 ceph-mon[96870]: pgmap v3524: 137 pgs: 137 active+clean; 383 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 9.4 MiB/s wr, 57 op/s 2024-07-27T19:23:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:30 smithi029 ceph-mon[99353]: pgmap v3524: 137 pgs: 137 active+clean; 383 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 9.4 MiB/s wr, 57 op/s 2024-07-27T19:23:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:23:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:23:32] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:23:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:32 smithi179 ceph-mon[89801]: pgmap v3525: 137 pgs: 137 active+clean; 391 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 7.8 MiB/s wr, 44 op/s 2024-07-27T19:23:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:32 smithi029 ceph-mon[96870]: pgmap v3525: 137 pgs: 137 active+clean; 391 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 7.8 MiB/s wr, 44 op/s 2024-07-27T19:23:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:32 smithi029 ceph-mon[99353]: pgmap v3525: 137 pgs: 137 active+clean; 391 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 7.8 MiB/s wr, 44 op/s 2024-07-27T19:23:34.093 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/1.MinOverlap (13195 ms) 2024-07-27T19:23:34.093 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/1.ZeroOverlap 2024-07-27T19:23:34.093 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:23:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:34 smithi179 ceph-mon[89801]: pgmap v3526: 137 pgs: 137 active+clean; 399 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 8.2 MiB/s wr, 53 op/s 2024-07-27T19:23:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:34 smithi029 ceph-mon[96870]: pgmap v3526: 137 pgs: 137 active+clean; 399 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 8.2 MiB/s wr, 53 op/s 2024-07-27T19:23:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:34 smithi029 ceph-mon[99353]: pgmap v3526: 137 pgs: 137 active+clean; 399 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 8.2 MiB/s wr, 53 op/s 2024-07-27T19:23:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:35 smithi029 ceph-mon[96870]: osdmap e1941: 8 total, 8 up, 8 in 2024-07-27T19:23:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:35 smithi029 ceph-mon[99353]: osdmap e1941: 8 total, 8 up, 8 in 2024-07-27T19:23:36.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:35 smithi179 ceph-mon[89801]: osdmap e1941: 8 total, 8 up, 8 in 2024-07-27T19:23:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:36 smithi029 ceph-mon[96870]: pgmap v3528: 137 pgs: 137 active+clean; 403 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 1.3 MiB/s rd, 2.8 MiB/s wr, 25 op/s 2024-07-27T19:23:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:36 smithi029 ceph-mon[99353]: pgmap v3528: 137 pgs: 137 active+clean; 403 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 1.3 MiB/s rd, 2.8 MiB/s wr, 25 op/s 2024-07-27T19:23:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:36 smithi179 ceph-mon[89801]: pgmap v3528: 137 pgs: 137 active+clean; 403 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 1.3 MiB/s rd, 2.8 MiB/s wr, 25 op/s 2024-07-27T19:23:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:38 smithi029 ceph-mon[96870]: pgmap v3529: 137 pgs: 137 active+clean; 408 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 4.5 MiB/s wr, 53 op/s 2024-07-27T19:23:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:23:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:38 smithi029 ceph-mon[99353]: pgmap v3529: 137 pgs: 137 active+clean; 408 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 4.5 MiB/s wr, 53 op/s 2024-07-27T19:23:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:23:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:38 smithi179 ceph-mon[89801]: pgmap v3529: 137 pgs: 137 active+clean; 408 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 4.5 MiB/s wr, 53 op/s 2024-07-27T19:23:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:23:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:40 smithi029 ceph-mon[96870]: pgmap v3530: 137 pgs: 137 active+clean; 428 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 6.5 MiB/s wr, 62 op/s 2024-07-27T19:23:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:40 smithi029 ceph-mon[99353]: pgmap v3530: 137 pgs: 137 active+clean; 428 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 6.5 MiB/s wr, 62 op/s 2024-07-27T19:23:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:40 smithi179 ceph-mon[89801]: pgmap v3530: 137 pgs: 137 active+clean; 428 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 6.5 MiB/s wr, 62 op/s 2024-07-27T19:23:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:23:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:23:42] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:23:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:42 smithi029 ceph-mon[96870]: pgmap v3531: 137 pgs: 137 active+clean; 428 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 5.7 MiB/s wr, 61 op/s 2024-07-27T19:23:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:42 smithi029 ceph-mon[99353]: pgmap v3531: 137 pgs: 137 active+clean; 428 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 5.7 MiB/s wr, 61 op/s 2024-07-27T19:23:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:42 smithi179 ceph-mon[89801]: pgmap v3531: 137 pgs: 137 active+clean; 428 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 5.7 MiB/s wr, 61 op/s 2024-07-27T19:23:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:44 smithi029 ceph-mon[96870]: pgmap v3532: 137 pgs: 137 active+clean; 440 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 5.3 MiB/s wr, 49 op/s 2024-07-27T19:23:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:44 smithi029 ceph-mon[99353]: pgmap v3532: 137 pgs: 137 active+clean; 440 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 5.3 MiB/s wr, 49 op/s 2024-07-27T19:23:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:44 smithi179 ceph-mon[89801]: pgmap v3532: 137 pgs: 137 active+clean; 440 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 5.3 MiB/s wr, 49 op/s 2024-07-27T19:23:46.288 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/1.ZeroOverlap (12195 ms) 2024-07-27T19:23:46.943 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/1 (91733 ms total) 2024-07-27T19:23:46.943 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:23:46.943 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/2, where TypeParam = UnformattedLUKS1 2024-07-27T19:23:46.974 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/2.Simple 2024-07-27T19:23:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:46 smithi029 ceph-mon[96870]: pgmap v3533: 137 pgs: 137 active+clean; 444 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 5.1 MiB/s wr, 43 op/s 2024-07-27T19:23:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:46 smithi029 ceph-mon[99353]: pgmap v3533: 137 pgs: 137 active+clean; 444 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 5.1 MiB/s wr, 43 op/s 2024-07-27T19:23:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:46 smithi179 ceph-mon[89801]: pgmap v3533: 137 pgs: 137 active+clean; 444 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 5.1 MiB/s wr, 43 op/s 2024-07-27T19:23:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:47 smithi029 ceph-mon[96870]: osdmap e1942: 8 total, 8 up, 8 in 2024-07-27T19:23:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:47 smithi029 ceph-mon[99353]: osdmap e1942: 8 total, 8 up, 8 in 2024-07-27T19:23:48.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:47 smithi179 ceph-mon[89801]: osdmap e1942: 8 total, 8 up, 8 in 2024-07-27T19:23:48.965 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:23:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:48 smithi029 ceph-mon[96870]: pgmap v3535: 105 pgs: 105 active+clean; 4.6 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:23:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:48 smithi029 ceph-mon[96870]: osdmap e1943: 8 total, 8 up, 8 in 2024-07-27T19:23:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:48 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1178758376' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-41","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:23:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:48 smithi029 ceph-mon[99353]: pgmap v3535: 105 pgs: 105 active+clean; 4.6 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:23:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:48 smithi029 ceph-mon[99353]: osdmap e1943: 8 total, 8 up, 8 in 2024-07-27T19:23:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:48 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1178758376' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-41","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:23:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:48 smithi179 ceph-mon[89801]: pgmap v3535: 105 pgs: 105 active+clean; 4.6 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:23:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:48 smithi179 ceph-mon[89801]: osdmap e1943: 8 total, 8 up, 8 in 2024-07-27T19:23:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:48 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1178758376' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-41","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:23:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:49 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1178758376' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-41","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:23:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:49 smithi029 ceph-mon[96870]: osdmap e1944: 8 total, 8 up, 8 in 2024-07-27T19:23:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:49 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1178758376' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-41","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:23:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:49 smithi029 ceph-mon[99353]: osdmap e1944: 8 total, 8 up, 8 in 2024-07-27T19:23:50.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:49 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1178758376' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-41","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:23:50.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:49 smithi179 ceph-mon[89801]: osdmap e1944: 8 total, 8 up, 8 in 2024-07-27T19:23:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:50 smithi029 ceph-mon[96870]: pgmap v3538: 137 pgs: 9 creating+peering, 13 unknown, 115 active+clean; 4.6 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:23:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:50 smithi029 ceph-mon[96870]: osdmap e1945: 8 total, 8 up, 8 in 2024-07-27T19:23:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:50 smithi029 ceph-mon[99353]: pgmap v3538: 137 pgs: 9 creating+peering, 13 unknown, 115 active+clean; 4.6 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:23:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:50 smithi029 ceph-mon[99353]: osdmap e1945: 8 total, 8 up, 8 in 2024-07-27T19:23:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:50 smithi179 ceph-mon[89801]: pgmap v3538: 137 pgs: 9 creating+peering, 13 unknown, 115 active+clean; 4.6 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:23:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:50 smithi179 ceph-mon[89801]: osdmap e1945: 8 total, 8 up, 8 in 2024-07-27T19:23:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:51 smithi029 ceph-mon[96870]: osdmap e1946: 8 total, 8 up, 8 in 2024-07-27T19:23:52.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:51 smithi029 ceph-mon[99353]: osdmap e1946: 8 total, 8 up, 8 in 2024-07-27T19:23:52.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:51 smithi179 ceph-mon[89801]: osdmap e1946: 8 total, 8 up, 8 in 2024-07-27T19:23:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:23:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:23:52] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:23:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:52 smithi029 ceph-mon[96870]: pgmap v3541: 137 pgs: 9 creating+peering, 9 unknown, 119 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:23:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:52 smithi029 ceph-mon[99353]: pgmap v3541: 137 pgs: 9 creating+peering, 9 unknown, 119 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:23:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:52 smithi179 ceph-mon[89801]: pgmap v3541: 137 pgs: 9 creating+peering, 9 unknown, 119 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:23:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:23:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:23:54.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:23:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:54 smithi029 ceph-mon[96870]: pgmap v3542: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 947 B/s wr, 8 op/s 2024-07-27T19:23:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:54 smithi029 ceph-mon[99353]: pgmap v3542: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 947 B/s wr, 8 op/s 2024-07-27T19:23:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:54 smithi179 ceph-mon[89801]: pgmap v3542: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 947 B/s wr, 8 op/s 2024-07-27T19:23:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:55 smithi029 ceph-mon[96870]: osdmap e1947: 8 total, 8 up, 8 in 2024-07-27T19:23:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:55 smithi029 ceph-mon[99353]: osdmap e1947: 8 total, 8 up, 8 in 2024-07-27T19:23:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:55 smithi179 ceph-mon[89801]: osdmap e1947: 8 total, 8 up, 8 in 2024-07-27T19:23:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:56 smithi029 ceph-mon[96870]: pgmap v3544: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:23:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:56 smithi029 ceph-mon[99353]: pgmap v3544: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:23:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:56 smithi179 ceph-mon[89801]: pgmap v3544: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:23:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:58 smithi029 ceph-mon[96870]: pgmap v3545: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-07-27T19:23:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:23:58 smithi029 ceph-mon[96870]: osdmap e1948: 8 total, 8 up, 8 in 2024-07-27T19:23:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:58 smithi029 ceph-mon[99353]: pgmap v3545: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-07-27T19:23:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:23:58 smithi029 ceph-mon[99353]: osdmap e1948: 8 total, 8 up, 8 in 2024-07-27T19:23:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:58 smithi179 ceph-mon[89801]: pgmap v3545: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-07-27T19:23:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:23:59 smithi179 ceph-mon[89801]: osdmap e1948: 8 total, 8 up, 8 in 2024-07-27T19:24:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:00 smithi029 ceph-mon[96870]: pgmap v3547: 137 pgs: 137 active+clean; 34 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 113 KiB/s rd, 3.6 MiB/s wr, 55 op/s 2024-07-27T19:24:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:00 smithi029 ceph-mon[99353]: pgmap v3547: 137 pgs: 137 active+clean; 34 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 113 KiB/s rd, 3.6 MiB/s wr, 55 op/s 2024-07-27T19:24:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:00 smithi179 ceph-mon[89801]: pgmap v3547: 137 pgs: 137 active+clean; 34 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 113 KiB/s rd, 3.6 MiB/s wr, 55 op/s 2024-07-27T19:24:01.450 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/2.Simple (14477 ms) 2024-07-27T19:24:01.451 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/2.Grow 2024-07-27T19:24:01.451 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:24:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:24:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:24:02] "GET /metrics HTTP/1.1" 200 36703 "" "Prometheus/2.43.0" 2024-07-27T19:24:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:02 smithi029 ceph-mon[99353]: pgmap v3548: 137 pgs: 137 active+clean; 39 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 273 KiB/s rd, 4.3 MiB/s wr, 50 op/s 2024-07-27T19:24:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:02 smithi029 ceph-mon[96870]: pgmap v3548: 137 pgs: 137 active+clean; 39 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 273 KiB/s rd, 4.3 MiB/s wr, 50 op/s 2024-07-27T19:24:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:02 smithi179 ceph-mon[89801]: pgmap v3548: 137 pgs: 137 active+clean; 39 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 273 KiB/s rd, 4.3 MiB/s wr, 50 op/s 2024-07-27T19:24:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:05 smithi179 ceph-mon[89801]: pgmap v3549: 137 pgs: 137 active+clean; 55 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 MiB/s rd, 6.0 MiB/s wr, 71 op/s 2024-07-27T19:24:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:05 smithi029 ceph-mon[96870]: pgmap v3549: 137 pgs: 137 active+clean; 55 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 MiB/s rd, 6.0 MiB/s wr, 71 op/s 2024-07-27T19:24:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:05 smithi029 ceph-mon[99353]: pgmap v3549: 137 pgs: 137 active+clean; 55 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 MiB/s rd, 6.0 MiB/s wr, 71 op/s 2024-07-27T19:24:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:07 smithi179 ceph-mon[89801]: pgmap v3550: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.8 MiB/s wr, 62 op/s 2024-07-27T19:24:07.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:07 smithi179 ceph-mon[89801]: osdmap e1949: 8 total, 8 up, 8 in 2024-07-27T19:24:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:07 smithi029 ceph-mon[96870]: pgmap v3550: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.8 MiB/s wr, 62 op/s 2024-07-27T19:24:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:07 smithi029 ceph-mon[96870]: osdmap e1949: 8 total, 8 up, 8 in 2024-07-27T19:24:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:07 smithi029 ceph-mon[99353]: pgmap v3550: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.8 MiB/s wr, 62 op/s 2024-07-27T19:24:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:07 smithi029 ceph-mon[99353]: osdmap e1949: 8 total, 8 up, 8 in 2024-07-27T19:24:08.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:08 smithi179 ceph-mon[89801]: pgmap v3552: 137 pgs: 137 active+clean; 75 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 6.2 MiB/s wr, 43 op/s 2024-07-27T19:24:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:08 smithi029 ceph-mon[96870]: pgmap v3552: 137 pgs: 137 active+clean; 75 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 6.2 MiB/s wr, 43 op/s 2024-07-27T19:24:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:08 smithi029 ceph-mon[99353]: pgmap v3552: 137 pgs: 137 active+clean; 75 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 6.2 MiB/s wr, 43 op/s 2024-07-27T19:24:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:24:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:24:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:24:10.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:10 smithi179 ceph-mon[89801]: pgmap v3553: 137 pgs: 137 active+clean; 92 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.8 MiB/s wr, 62 op/s 2024-07-27T19:24:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:10 smithi029 ceph-mon[96870]: pgmap v3553: 137 pgs: 137 active+clean; 92 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.8 MiB/s wr, 62 op/s 2024-07-27T19:24:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:10 smithi029 ceph-mon[99353]: pgmap v3553: 137 pgs: 137 active+clean; 92 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.8 MiB/s wr, 62 op/s 2024-07-27T19:24:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:24:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:24:12] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:24:12.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:12 smithi029 ceph-mon[96870]: pgmap v3554: 137 pgs: 137 active+clean; 96 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 5.7 MiB/s wr, 69 op/s 2024-07-27T19:24:12.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.1", "id": [5, 4]}]: dispatch 2024-07-27T19:24:12.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.7", "id": [5, 4]}]: dispatch 2024-07-27T19:24:12.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.1", "id": [5, 4]}]: dispatch 2024-07-27T19:24:12.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.7", "id": [5, 4]}]: dispatch 2024-07-27T19:24:12.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:12 smithi029 ceph-mon[99353]: pgmap v3554: 137 pgs: 137 active+clean; 96 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 5.7 MiB/s wr, 69 op/s 2024-07-27T19:24:12.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.1", "id": [5, 4]}]: dispatch 2024-07-27T19:24:12.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.7", "id": [5, 4]}]: dispatch 2024-07-27T19:24:12.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.1", "id": [5, 4]}]: dispatch 2024-07-27T19:24:12.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.7", "id": [5, 4]}]: dispatch 2024-07-27T19:24:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:12 smithi179 ceph-mon[89801]: pgmap v3554: 137 pgs: 137 active+clean; 96 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 5.7 MiB/s wr, 69 op/s 2024-07-27T19:24:12.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.1", "id": [5, 4]}]: dispatch 2024-07-27T19:24:12.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.7", "id": [5, 4]}]: dispatch 2024-07-27T19:24:12.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.1", "id": [5, 4]}]: dispatch 2024-07-27T19:24:12.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.7", "id": [5, 4]}]: dispatch 2024-07-27T19:24:13.468 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/2.Grow (12017 ms) 2024-07-27T19:24:13.468 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/2.Shrink 2024-07-27T19:24:13.468 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:24:13.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.1", "id": [5, 4]}]': finished 2024-07-27T19:24:13.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.7", "id": [5, 4]}]': finished 2024-07-27T19:24:13.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:13 smithi029 ceph-mon[96870]: osdmap e1950: 8 total, 8 up, 8 in 2024-07-27T19:24:13.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.1", "id": [5, 4]}]': finished 2024-07-27T19:24:13.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.7", "id": [5, 4]}]': finished 2024-07-27T19:24:13.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:13 smithi029 ceph-mon[99353]: osdmap e1950: 8 total, 8 up, 8 in 2024-07-27T19:24:13.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.1", "id": [5, 4]}]': finished 2024-07-27T19:24:13.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "117.7", "id": [5, 4]}]': finished 2024-07-27T19:24:13.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:13 smithi179 ceph-mon[89801]: osdmap e1950: 8 total, 8 up, 8 in 2024-07-27T19:24:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:14 smithi029 ceph-mon[96870]: pgmap v3556: 137 pgs: 137 active+clean; 112 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 MiB/s rd, 6.1 MiB/s wr, 61 op/s 2024-07-27T19:24:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:14 smithi029 ceph-mon[96870]: osdmap e1951: 8 total, 8 up, 8 in 2024-07-27T19:24:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:14 smithi029 ceph-mon[99353]: pgmap v3556: 137 pgs: 137 active+clean; 112 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 MiB/s rd, 6.1 MiB/s wr, 61 op/s 2024-07-27T19:24:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:14 smithi029 ceph-mon[99353]: osdmap e1951: 8 total, 8 up, 8 in 2024-07-27T19:24:14.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:14 smithi179 ceph-mon[89801]: pgmap v3556: 137 pgs: 137 active+clean; 112 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 MiB/s rd, 6.1 MiB/s wr, 61 op/s 2024-07-27T19:24:14.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:14 smithi179 ceph-mon[89801]: osdmap e1951: 8 total, 8 up, 8 in 2024-07-27T19:24:15.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:15 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:24:15.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:15 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:24:15.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:15 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:24:15.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:15 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:24:15.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:15 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:24:15.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:15 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:24:15.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:15 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:24:15.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:15 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:24:15.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:15 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:24:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:16 smithi029 ceph-mon[96870]: pgmap v3558: 137 pgs: 137 active+clean; 121 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.8 MiB/s wr, 65 op/s; 2.2 MiB/s, 0 objects/s recovering 2024-07-27T19:24:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:24:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:24:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:16 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:24:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:16 smithi029 ceph-mon[99353]: pgmap v3558: 137 pgs: 137 active+clean; 121 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.8 MiB/s wr, 65 op/s; 2.2 MiB/s, 0 objects/s recovering 2024-07-27T19:24:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:24:16.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:24:16.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:16 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:24:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:16 smithi179 ceph-mon[89801]: pgmap v3558: 137 pgs: 137 active+clean; 121 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.8 MiB/s wr, 65 op/s; 2.2 MiB/s, 0 objects/s recovering 2024-07-27T19:24:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:24:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:24:16.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:16 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:24:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:18 smithi029 ceph-mon[96870]: pgmap v3559: 137 pgs: 137 active+clean; 129 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 4.6 MiB/s wr, 39 op/s; 2.2 MiB/s, 0 objects/s recovering 2024-07-27T19:24:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:18 smithi029 ceph-mon[96870]: osdmap e1952: 8 total, 8 up, 8 in 2024-07-27T19:24:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:18 smithi029 ceph-mon[99353]: pgmap v3559: 137 pgs: 137 active+clean; 129 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 4.6 MiB/s wr, 39 op/s; 2.2 MiB/s, 0 objects/s recovering 2024-07-27T19:24:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:18 smithi029 ceph-mon[99353]: osdmap e1952: 8 total, 8 up, 8 in 2024-07-27T19:24:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:18 smithi179 ceph-mon[89801]: pgmap v3559: 137 pgs: 137 active+clean; 129 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 4.6 MiB/s wr, 39 op/s; 2.2 MiB/s, 0 objects/s recovering 2024-07-27T19:24:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:18 smithi179 ceph-mon[89801]: osdmap e1952: 8 total, 8 up, 8 in 2024-07-27T19:24:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:20 smithi029 ceph-mon[96870]: pgmap v3561: 137 pgs: 137 active+clean; 146 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.5 MiB/s rd, 6.1 MiB/s wr, 76 op/s; 2.6 MiB/s, 1 objects/s recovering 2024-07-27T19:24:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:20 smithi029 ceph-mon[99353]: pgmap v3561: 137 pgs: 137 active+clean; 146 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.5 MiB/s rd, 6.1 MiB/s wr, 76 op/s; 2.6 MiB/s, 1 objects/s recovering 2024-07-27T19:24:20.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:20 smithi179 ceph-mon[89801]: pgmap v3561: 137 pgs: 137 active+clean; 146 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.5 MiB/s rd, 6.1 MiB/s wr, 76 op/s; 2.6 MiB/s, 1 objects/s recovering 2024-07-27T19:24:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:22 smithi029 ceph-mon[96870]: pgmap v3562: 137 pgs: 137 active+clean; 150 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 MiB/s rd, 4.8 MiB/s wr, 65 op/s; 2.2 MiB/s, 0 objects/s recovering 2024-07-27T19:24:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:22 smithi029 ceph-mon[99353]: pgmap v3562: 137 pgs: 137 active+clean; 150 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 MiB/s rd, 4.8 MiB/s wr, 65 op/s; 2.2 MiB/s, 0 objects/s recovering 2024-07-27T19:24:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:24:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:24:22] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:24:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:22 smithi179 ceph-mon[89801]: pgmap v3562: 137 pgs: 137 active+clean; 150 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 MiB/s rd, 4.8 MiB/s wr, 65 op/s; 2.2 MiB/s, 0 objects/s recovering 2024-07-27T19:24:23.782 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/2.Shrink (10314 ms) 2024-07-27T19:24:23.782 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/2.ShrinkToOne 2024-07-27T19:24:23.782 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:24:24.715 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:24 smithi179 ceph-mon[89801]: pgmap v3563: 137 pgs: 137 active+clean; 166 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 5.4 MiB/s wr, 64 op/s; 1.8 MiB/s, 0 objects/s recovering 2024-07-27T19:24:24.715 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:24:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:24 smithi029 ceph-mon[96870]: pgmap v3563: 137 pgs: 137 active+clean; 166 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 5.4 MiB/s wr, 64 op/s; 1.8 MiB/s, 0 objects/s recovering 2024-07-27T19:24:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:24:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:24 smithi029 ceph-mon[99353]: pgmap v3563: 137 pgs: 137 active+clean; 166 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 5.4 MiB/s wr, 64 op/s; 1.8 MiB/s, 0 objects/s recovering 2024-07-27T19:24:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:24:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:26 smithi029 ceph-mon[96870]: pgmap v3564: 137 pgs: 137 active+clean; 178 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.4 MiB/s rd, 5.7 MiB/s wr, 62 op/s 2024-07-27T19:24:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:26 smithi029 ceph-mon[99353]: pgmap v3564: 137 pgs: 137 active+clean; 178 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.4 MiB/s rd, 5.7 MiB/s wr, 62 op/s 2024-07-27T19:24:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:26 smithi179 ceph-mon[89801]: pgmap v3564: 137 pgs: 137 active+clean; 178 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.4 MiB/s rd, 5.7 MiB/s wr, 62 op/s 2024-07-27T19:24:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:28 smithi029 ceph-mon[96870]: pgmap v3565: 137 pgs: 137 active+clean; 179 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.0 MiB/s wr, 56 op/s 2024-07-27T19:24:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:28 smithi029 ceph-mon[96870]: osdmap e1953: 8 total, 8 up, 8 in 2024-07-27T19:24:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:28 smithi029 ceph-mon[99353]: pgmap v3565: 137 pgs: 137 active+clean; 179 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.0 MiB/s wr, 56 op/s 2024-07-27T19:24:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:28 smithi029 ceph-mon[99353]: osdmap e1953: 8 total, 8 up, 8 in 2024-07-27T19:24:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:28 smithi179 ceph-mon[89801]: pgmap v3565: 137 pgs: 137 active+clean; 179 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.0 MiB/s wr, 56 op/s 2024-07-27T19:24:28.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:28 smithi179 ceph-mon[89801]: osdmap e1953: 8 total, 8 up, 8 in 2024-07-27T19:24:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:30 smithi029 ceph-mon[96870]: pgmap v3567: 137 pgs: 137 active+clean; 192 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 4.6 MiB/s wr, 66 op/s 2024-07-27T19:24:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:30 smithi029 ceph-mon[99353]: pgmap v3567: 137 pgs: 137 active+clean; 192 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 4.6 MiB/s wr, 66 op/s 2024-07-27T19:24:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:30 smithi179 ceph-mon[89801]: pgmap v3567: 137 pgs: 137 active+clean; 192 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 4.6 MiB/s wr, 66 op/s 2024-07-27T19:24:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:32 smithi029 ceph-mon[96870]: pgmap v3568: 137 pgs: 137 active+clean; 192 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 4.2 MiB/s wr, 66 op/s 2024-07-27T19:24:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:32 smithi029 ceph-mon[99353]: pgmap v3568: 137 pgs: 137 active+clean; 192 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 4.2 MiB/s wr, 66 op/s 2024-07-27T19:24:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:24:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:24:32] "GET /metrics HTTP/1.1" 200 36743 "" "Prometheus/2.43.0" 2024-07-27T19:24:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:32 smithi179 ceph-mon[89801]: pgmap v3568: 137 pgs: 137 active+clean; 192 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 4.2 MiB/s wr, 66 op/s 2024-07-27T19:24:33.845 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/2.ShrinkToOne (10063 ms) 2024-07-27T19:24:33.845 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/2.ShrinkToOneAfterSnapshot 2024-07-27T19:24:33.845 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:24:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:34 smithi029 ceph-mon[96870]: pgmap v3569: 137 pgs: 137 active+clean; 208 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.3 MiB/s rd, 4.2 MiB/s wr, 65 op/s 2024-07-27T19:24:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:34 smithi029 ceph-mon[99353]: pgmap v3569: 137 pgs: 137 active+clean; 208 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.3 MiB/s rd, 4.2 MiB/s wr, 65 op/s 2024-07-27T19:24:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:34 smithi179 ceph-mon[89801]: pgmap v3569: 137 pgs: 137 active+clean; 208 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.3 MiB/s rd, 4.2 MiB/s wr, 65 op/s 2024-07-27T19:24:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:36 smithi029 ceph-mon[96870]: pgmap v3570: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.2 MiB/s rd, 4.2 MiB/s wr, 57 op/s 2024-07-27T19:24:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:36 smithi029 ceph-mon[99353]: pgmap v3570: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.2 MiB/s rd, 4.2 MiB/s wr, 57 op/s 2024-07-27T19:24:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:36 smithi179 ceph-mon[89801]: pgmap v3570: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.2 MiB/s rd, 4.2 MiB/s wr, 57 op/s 2024-07-27T19:24:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:38 smithi029 ceph-mon[96870]: pgmap v3571: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.1 MiB/s wr, 59 op/s 2024-07-27T19:24:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:38 smithi029 ceph-mon[96870]: osdmap e1954: 8 total, 8 up, 8 in 2024-07-27T19:24:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:38 smithi029 ceph-mon[99353]: pgmap v3571: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.1 MiB/s wr, 59 op/s 2024-07-27T19:24:38.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:38 smithi029 ceph-mon[99353]: osdmap e1954: 8 total, 8 up, 8 in 2024-07-27T19:24:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:38 smithi179 ceph-mon[89801]: pgmap v3571: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.1 MiB/s wr, 59 op/s 2024-07-27T19:24:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:38 smithi179 ceph-mon[89801]: osdmap e1954: 8 total, 8 up, 8 in 2024-07-27T19:24:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:24:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:24:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:24:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:40 smithi029 ceph-mon[99353]: pgmap v3573: 137 pgs: 137 active+clean; 232 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 948 KiB/s rd, 4.4 MiB/s wr, 22 op/s 2024-07-27T19:24:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:40 smithi029 ceph-mon[96870]: pgmap v3573: 137 pgs: 137 active+clean; 232 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 948 KiB/s rd, 4.4 MiB/s wr, 22 op/s 2024-07-27T19:24:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:40 smithi179 ceph-mon[89801]: pgmap v3573: 137 pgs: 137 active+clean; 232 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 948 KiB/s rd, 4.4 MiB/s wr, 22 op/s 2024-07-27T19:24:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:42 smithi029 ceph-mon[96870]: pgmap v3574: 137 pgs: 137 active+clean; 241 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 948 KiB/s rd, 5.3 MiB/s wr, 22 op/s 2024-07-27T19:24:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:24:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:24:42] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:24:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:42 smithi029 ceph-mon[99353]: pgmap v3574: 137 pgs: 137 active+clean; 241 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 948 KiB/s rd, 5.3 MiB/s wr, 22 op/s 2024-07-27T19:24:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:42 smithi179 ceph-mon[89801]: pgmap v3574: 137 pgs: 137 active+clean; 241 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 948 KiB/s rd, 5.3 MiB/s wr, 22 op/s 2024-07-27T19:24:43.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:43 smithi029 ceph-mon[96870]: osdmap e1955: 8 total, 8 up, 8 in 2024-07-27T19:24:43.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:43 smithi029 ceph-mon[99353]: osdmap e1955: 8 total, 8 up, 8 in 2024-07-27T19:24:43.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:43 smithi179 ceph-mon[89801]: osdmap e1955: 8 total, 8 up, 8 in 2024-07-27T19:24:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:44 smithi029 ceph-mon[96870]: pgmap v3576: 137 pgs: 137 active+clean; 253 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.6 MiB/s rd, 4.6 MiB/s wr, 56 op/s 2024-07-27T19:24:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:44 smithi029 ceph-mon[99353]: pgmap v3576: 137 pgs: 137 active+clean; 253 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.6 MiB/s rd, 4.6 MiB/s wr, 56 op/s 2024-07-27T19:24:44.792 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/2.ShrinkToOneAfterSnapshot (10947 ms) 2024-07-27T19:24:44.792 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/2.MinOverlap 2024-07-27T19:24:44.792 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:24:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:44 smithi179 ceph-mon[89801]: pgmap v3576: 137 pgs: 137 active+clean; 253 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.6 MiB/s rd, 4.6 MiB/s wr, 56 op/s 2024-07-27T19:24:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:46 smithi029 ceph-mon[96870]: pgmap v3577: 137 pgs: 137 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 5.6 MiB/s wr, 52 op/s 2024-07-27T19:24:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:46 smithi029 ceph-mon[99353]: pgmap v3577: 137 pgs: 137 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 5.6 MiB/s wr, 52 op/s 2024-07-27T19:24:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:46 smithi179 ceph-mon[89801]: pgmap v3577: 137 pgs: 137 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.6 MiB/s rd, 5.6 MiB/s wr, 52 op/s 2024-07-27T19:24:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:48 smithi029 ceph-mon[96870]: pgmap v3578: 137 pgs: 137 active+clean; 306 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.5 MiB/s rd, 9.1 MiB/s wr, 75 op/s 2024-07-27T19:24:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:48 smithi029 ceph-mon[99353]: pgmap v3578: 137 pgs: 137 active+clean; 306 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.5 MiB/s rd, 9.1 MiB/s wr, 75 op/s 2024-07-27T19:24:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:48 smithi179 ceph-mon[89801]: pgmap v3578: 137 pgs: 137 active+clean; 306 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.5 MiB/s rd, 9.1 MiB/s wr, 75 op/s 2024-07-27T19:24:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:49 smithi029 ceph-mon[96870]: osdmap e1956: 8 total, 8 up, 8 in 2024-07-27T19:24:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:49 smithi029 ceph-mon[99353]: osdmap e1956: 8 total, 8 up, 8 in 2024-07-27T19:24:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:49 smithi179 ceph-mon[89801]: osdmap e1956: 8 total, 8 up, 8 in 2024-07-27T19:24:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:50 smithi029 ceph-mon[96870]: pgmap v3580: 137 pgs: 137 active+clean; 326 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 4.3 MiB/s rd, 11 MiB/s wr, 92 op/s 2024-07-27T19:24:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:50 smithi029 ceph-mon[99353]: pgmap v3580: 137 pgs: 137 active+clean; 326 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 4.3 MiB/s rd, 11 MiB/s wr, 92 op/s 2024-07-27T19:24:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:50 smithi179 ceph-mon[89801]: pgmap v3580: 137 pgs: 137 active+clean; 326 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 4.3 MiB/s rd, 11 MiB/s wr, 92 op/s 2024-07-27T19:24:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:52 smithi029 ceph-mon[96870]: pgmap v3581: 137 pgs: 137 active+clean; 330 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 9.6 MiB/s wr, 60 op/s 2024-07-27T19:24:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:52 smithi029 ceph-mon[99353]: pgmap v3581: 137 pgs: 137 active+clean; 330 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 9.6 MiB/s wr, 60 op/s 2024-07-27T19:24:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:24:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:24:52] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:24:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:52 smithi179 ceph-mon[89801]: pgmap v3581: 137 pgs: 137 active+clean; 330 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 9.6 MiB/s wr, 60 op/s 2024-07-27T19:24:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:54 smithi029 ceph-mon[99353]: pgmap v3582: 137 pgs: 137 active+clean; 343 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 9.4 MiB/s wr, 75 op/s 2024-07-27T19:24:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:24:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:54 smithi029 ceph-mon[96870]: pgmap v3582: 137 pgs: 137 active+clean; 343 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 9.4 MiB/s wr, 75 op/s 2024-07-27T19:24:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:24:54.889 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/2.MinOverlap (10097 ms) 2024-07-27T19:24:54.889 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/2.ZeroOverlap 2024-07-27T19:24:54.889 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:24:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:54 smithi179 ceph-mon[89801]: pgmap v3582: 137 pgs: 137 active+clean; 343 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 9.4 MiB/s wr, 75 op/s 2024-07-27T19:24:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:24:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:56 smithi029 ceph-mon[96870]: pgmap v3583: 137 pgs: 137 active+clean; 343 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 8.6 MiB/s wr, 77 op/s 2024-07-27T19:24:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:56 smithi029 ceph-mon[99353]: pgmap v3583: 137 pgs: 137 active+clean; 343 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 8.6 MiB/s wr, 77 op/s 2024-07-27T19:24:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:56 smithi179 ceph-mon[89801]: pgmap v3583: 137 pgs: 137 active+clean; 343 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 8.6 MiB/s wr, 77 op/s 2024-07-27T19:24:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:58 smithi029 ceph-mon[96870]: pgmap v3584: 137 pgs: 137 active+clean; 343 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.1 MiB/s wr, 55 op/s 2024-07-27T19:24:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:58 smithi029 ceph-mon[99353]: pgmap v3584: 137 pgs: 137 active+clean; 343 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.1 MiB/s wr, 55 op/s 2024-07-27T19:24:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:58 smithi179 ceph-mon[89801]: pgmap v3584: 137 pgs: 137 active+clean; 343 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.1 MiB/s wr, 55 op/s 2024-07-27T19:24:59.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:24:59 smithi179 ceph-mon[89801]: osdmap e1957: 8 total, 8 up, 8 in 2024-07-27T19:25:00.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:24:59 smithi029 ceph-mon[96870]: osdmap e1957: 8 total, 8 up, 8 in 2024-07-27T19:25:00.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:24:59 smithi029 ceph-mon[99353]: osdmap e1957: 8 total, 8 up, 8 in 2024-07-27T19:25:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:00 smithi179 ceph-mon[89801]: pgmap v3586: 137 pgs: 137 active+clean; 348 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 77 op/s 2024-07-27T19:25:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:00 smithi029 ceph-mon[96870]: pgmap v3586: 137 pgs: 137 active+clean; 348 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 77 op/s 2024-07-27T19:25:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:00 smithi029 ceph-mon[99353]: pgmap v3586: 137 pgs: 137 active+clean; 348 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 77 op/s 2024-07-27T19:25:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:02 smithi029 ceph-mon[96870]: pgmap v3587: 137 pgs: 137 active+clean; 352 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 62 op/s 2024-07-27T19:25:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:02 smithi029 ceph-mon[99353]: pgmap v3587: 137 pgs: 137 active+clean; 352 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 62 op/s 2024-07-27T19:25:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:25:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:25:02] "GET /metrics HTTP/1.1" 200 36734 "" "Prometheus/2.43.0" 2024-07-27T19:25:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:02 smithi179 ceph-mon[89801]: pgmap v3587: 137 pgs: 137 active+clean; 352 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 62 op/s 2024-07-27T19:25:04.839 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/2.ZeroOverlap (9950 ms) 2024-07-27T19:25:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:04 smithi179 ceph-mon[89801]: pgmap v3588: 137 pgs: 137 active+clean; 372 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.9 MiB/s wr, 66 op/s 2024-07-27T19:25:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:04 smithi029 ceph-mon[96870]: pgmap v3588: 137 pgs: 137 active+clean; 372 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.9 MiB/s wr, 66 op/s 2024-07-27T19:25:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:04 smithi029 ceph-mon[99353]: pgmap v3588: 137 pgs: 137 active+clean; 372 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.9 MiB/s wr, 66 op/s 2024-07-27T19:25:05.526 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/2 (77865 ms total) 2024-07-27T19:25:05.526 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:25:05.526 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/3, where TypeParam = LUKS1UnderLUKS1 2024-07-27T19:25:05.559 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/3.Simple 2024-07-27T19:25:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:06 smithi179 ceph-mon[89801]: pgmap v3589: 137 pgs: 137 active+clean; 372 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 924 KiB/s rd, 2.9 MiB/s wr, 63 op/s 2024-07-27T19:25:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:06 smithi179 ceph-mon[89801]: osdmap e1958: 8 total, 8 up, 8 in 2024-07-27T19:25:07.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:06 smithi029 ceph-mon[96870]: pgmap v3589: 137 pgs: 137 active+clean; 372 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 924 KiB/s rd, 2.9 MiB/s wr, 63 op/s 2024-07-27T19:25:07.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:06 smithi029 ceph-mon[96870]: osdmap e1958: 8 total, 8 up, 8 in 2024-07-27T19:25:07.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:06 smithi029 ceph-mon[99353]: pgmap v3589: 137 pgs: 137 active+clean; 372 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 924 KiB/s rd, 2.9 MiB/s wr, 63 op/s 2024-07-27T19:25:07.003 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:06 smithi029 ceph-mon[99353]: osdmap e1958: 8 total, 8 up, 8 in 2024-07-27T19:25:07.540 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:25:07.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:07 smithi179 ceph-mon[89801]: osdmap e1959: 8 total, 8 up, 8 in 2024-07-27T19:25:07.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:07 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1048735373' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-42","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:25:07.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:07 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/1048735373' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-42","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:25:07.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:07 smithi179 ceph-mon[89801]: osdmap e1960: 8 total, 8 up, 8 in 2024-07-27T19:25:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:07 smithi029 ceph-mon[96870]: osdmap e1959: 8 total, 8 up, 8 in 2024-07-27T19:25:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:07 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1048735373' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-42","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:25:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:07 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/1048735373' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-42","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:25:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:07 smithi029 ceph-mon[96870]: osdmap e1960: 8 total, 8 up, 8 in 2024-07-27T19:25:08.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:07 smithi029 ceph-mon[99353]: osdmap e1959: 8 total, 8 up, 8 in 2024-07-27T19:25:08.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:07 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1048735373' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-42","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:25:08.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:07 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/1048735373' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-42","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:25:08.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:07 smithi029 ceph-mon[99353]: osdmap e1960: 8 total, 8 up, 8 in 2024-07-27T19:25:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:08 smithi179 ceph-mon[89801]: pgmap v3592: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:25:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:08 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:25:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:08 smithi179 ceph-mon[89801]: osdmap e1961: 8 total, 8 up, 8 in 2024-07-27T19:25:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:08 smithi029 ceph-mon[96870]: pgmap v3592: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:25:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:08 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:25:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:08 smithi029 ceph-mon[96870]: osdmap e1961: 8 total, 8 up, 8 in 2024-07-27T19:25:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:08 smithi029 ceph-mon[99353]: pgmap v3592: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:25:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:08 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:25:09.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:08 smithi029 ceph-mon[99353]: osdmap e1961: 8 total, 8 up, 8 in 2024-07-27T19:25:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:25:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:25:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:09 smithi029 ceph-mon[96870]: osdmap e1962: 8 total, 8 up, 8 in 2024-07-27T19:25:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:25:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:25:10.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:09 smithi029 ceph-mon[99353]: osdmap e1962: 8 total, 8 up, 8 in 2024-07-27T19:25:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:25:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:25:10.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:09 smithi179 ceph-mon[89801]: osdmap e1962: 8 total, 8 up, 8 in 2024-07-27T19:25:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:10 smithi029 ceph-mon[96870]: pgmap v3595: 137 pgs: 6 creating+peering, 9 unknown, 122 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:25:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:10 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:25:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:10 smithi029 ceph-mon[99353]: pgmap v3595: 137 pgs: 6 creating+peering, 9 unknown, 122 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:25:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:10 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:25:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:10 smithi179 ceph-mon[89801]: pgmap v3595: 137 pgs: 6 creating+peering, 9 unknown, 122 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:25:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:10 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:25:12.724 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:25:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:25:12] "GET /metrics HTTP/1.1" 200 36665 "" "Prometheus/2.43.0" 2024-07-27T19:25:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:12 smithi029 ceph-mon[96870]: pgmap v3597: 137 pgs: 6 creating+peering, 131 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 422 B/s rd, 422 B/s wr, 0 op/s 2024-07-27T19:25:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:12 smithi029 ceph-mon[99353]: pgmap v3597: 137 pgs: 6 creating+peering, 131 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 422 B/s rd, 422 B/s wr, 0 op/s 2024-07-27T19:25:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:12 smithi179 ceph-mon[89801]: pgmap v3597: 137 pgs: 6 creating+peering, 131 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 422 B/s rd, 422 B/s wr, 0 op/s 2024-07-27T19:25:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:14 smithi029 ceph-mon[96870]: pgmap v3598: 137 pgs: 137 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2024-07-27T19:25:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:14 smithi029 ceph-mon[96870]: osdmap e1963: 8 total, 8 up, 8 in 2024-07-27T19:25:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:14 smithi029 ceph-mon[99353]: pgmap v3598: 137 pgs: 137 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2024-07-27T19:25:15.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:14 smithi029 ceph-mon[99353]: osdmap e1963: 8 total, 8 up, 8 in 2024-07-27T19:25:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:14 smithi179 ceph-mon[89801]: pgmap v3598: 137 pgs: 137 active+clean; 4.6 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2024-07-27T19:25:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:14 smithi179 ceph-mon[89801]: osdmap e1963: 8 total, 8 up, 8 in 2024-07-27T19:25:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:15 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:25:16.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:15 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:25:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:15 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:25:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:16 smithi029 ceph-mon[96870]: pgmap v3600: 137 pgs: 137 active+clean; 18 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 1.9 MiB/s wr, 43 op/s 2024-07-27T19:25:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:25:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:25:17.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:16 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:25:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:16 smithi029 ceph-mon[99353]: pgmap v3600: 137 pgs: 137 active+clean; 18 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 1.9 MiB/s wr, 43 op/s 2024-07-27T19:25:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:25:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:25:17.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:16 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:25:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:16 smithi179 ceph-mon[89801]: pgmap v3600: 137 pgs: 137 active+clean; 18 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 1.9 MiB/s wr, 43 op/s 2024-07-27T19:25:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:25:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:25:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:16 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:25:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:18 smithi029 ceph-mon[96870]: pgmap v3601: 137 pgs: 137 active+clean; 34 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 34 KiB/s rd, 3.6 MiB/s wr, 46 op/s 2024-07-27T19:25:19.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:18 smithi029 ceph-mon[99353]: pgmap v3601: 137 pgs: 137 active+clean; 34 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 34 KiB/s rd, 3.6 MiB/s wr, 46 op/s 2024-07-27T19:25:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:18 smithi179 ceph-mon[89801]: pgmap v3601: 137 pgs: 137 active+clean; 34 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 34 KiB/s rd, 3.6 MiB/s wr, 46 op/s 2024-07-27T19:25:20.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:19 smithi179 ceph-mon[89801]: osdmap e1964: 8 total, 8 up, 8 in 2024-07-27T19:25:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:19 smithi029 ceph-mon[96870]: osdmap e1964: 8 total, 8 up, 8 in 2024-07-27T19:25:20.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:19 smithi029 ceph-mon[99353]: osdmap e1964: 8 total, 8 up, 8 in 2024-07-27T19:25:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:20 smithi179 ceph-mon[89801]: pgmap v3603: 137 pgs: 137 active+clean; 38 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 4.1 MiB/s wr, 53 op/s 2024-07-27T19:25:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:20 smithi029 ceph-mon[99353]: pgmap v3603: 137 pgs: 137 active+clean; 38 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 4.1 MiB/s wr, 53 op/s 2024-07-27T19:25:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:20 smithi029 ceph-mon[96870]: pgmap v3603: 137 pgs: 137 active+clean; 38 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 4.1 MiB/s wr, 53 op/s 2024-07-27T19:25:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:25:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:25:22] "GET /metrics HTTP/1.1" 200 36665 "" "Prometheus/2.43.0" 2024-07-27T19:25:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:22 smithi179 ceph-mon[89801]: pgmap v3604: 137 pgs: 137 active+clean; 38 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 78 KiB/s rd, 4.1 MiB/s wr, 57 op/s 2024-07-27T19:25:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:22 smithi029 ceph-mon[96870]: pgmap v3604: 137 pgs: 137 active+clean; 38 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 78 KiB/s rd, 4.1 MiB/s wr, 57 op/s 2024-07-27T19:25:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:22 smithi029 ceph-mon[99353]: pgmap v3604: 137 pgs: 137 active+clean; 38 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 78 KiB/s rd, 4.1 MiB/s wr, 57 op/s 2024-07-27T19:25:23.702 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/3.Simple (18142 ms) 2024-07-27T19:25:23.702 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/3.Grow 2024-07-27T19:25:23.702 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:25:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:24 smithi029 ceph-mon[96870]: pgmap v3605: 137 pgs: 137 active+clean; 46 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.3 MiB/s wr, 48 op/s 2024-07-27T19:25:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:25:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:25:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:24 smithi029 ceph-mon[99353]: pgmap v3605: 137 pgs: 137 active+clean; 46 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.3 MiB/s wr, 48 op/s 2024-07-27T19:25:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:25:25.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:25:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:24 smithi179 ceph-mon[89801]: pgmap v3605: 137 pgs: 137 active+clean; 46 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.3 MiB/s wr, 48 op/s 2024-07-27T19:25:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:25:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:25:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:26 smithi029 ceph-mon[96870]: pgmap v3606: 137 pgs: 137 active+clean; 51 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 MiB/s rd, 3.7 MiB/s wr, 27 op/s 2024-07-27T19:25:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:26 smithi029 ceph-mon[99353]: pgmap v3606: 137 pgs: 137 active+clean; 51 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 MiB/s rd, 3.7 MiB/s wr, 27 op/s 2024-07-27T19:25:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:26 smithi179 ceph-mon[89801]: pgmap v3606: 137 pgs: 137 active+clean; 51 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 MiB/s rd, 3.7 MiB/s wr, 27 op/s 2024-07-27T19:25:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:28 smithi029 ceph-mon[96870]: pgmap v3607: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 3.3 MiB/s wr, 27 op/s 2024-07-27T19:25:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:28 smithi029 ceph-mon[96870]: osdmap e1965: 8 total, 8 up, 8 in 2024-07-27T19:25:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:28 smithi029 ceph-mon[99353]: pgmap v3607: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 3.3 MiB/s wr, 27 op/s 2024-07-27T19:25:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:28 smithi029 ceph-mon[99353]: osdmap e1965: 8 total, 8 up, 8 in 2024-07-27T19:25:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:28 smithi179 ceph-mon[89801]: pgmap v3607: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 3.3 MiB/s wr, 27 op/s 2024-07-27T19:25:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:28 smithi179 ceph-mon[89801]: osdmap e1965: 8 total, 8 up, 8 in 2024-07-27T19:25:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:30 smithi029 ceph-mon[96870]: pgmap v3609: 137 pgs: 137 active+clean; 71 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 3.7 MiB/s wr, 56 op/s 2024-07-27T19:25:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:30 smithi029 ceph-mon[99353]: pgmap v3609: 137 pgs: 137 active+clean; 71 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 3.7 MiB/s wr, 56 op/s 2024-07-27T19:25:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:30 smithi179 ceph-mon[89801]: pgmap v3609: 137 pgs: 137 active+clean; 71 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 3.7 MiB/s wr, 56 op/s 2024-07-27T19:25:32.730 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:25:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:25:32] "GET /metrics HTTP/1.1" 200 36722 "" "Prometheus/2.43.0" 2024-07-27T19:25:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:32 smithi029 ceph-mon[96870]: pgmap v3610: 137 pgs: 137 active+clean; 87 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.3 MiB/s wr, 55 op/s 2024-07-27T19:25:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:32 smithi029 ceph-mon[99353]: pgmap v3610: 137 pgs: 137 active+clean; 87 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.3 MiB/s wr, 55 op/s 2024-07-27T19:25:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:32 smithi179 ceph-mon[89801]: pgmap v3610: 137 pgs: 137 active+clean; 87 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.3 MiB/s wr, 55 op/s 2024-07-27T19:25:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:34 smithi029 ceph-mon[96870]: pgmap v3611: 137 pgs: 137 active+clean; 92 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.9 MiB/s rd, 5.0 MiB/s wr, 60 op/s 2024-07-27T19:25:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:34 smithi029 ceph-mon[99353]: pgmap v3611: 137 pgs: 137 active+clean; 92 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.9 MiB/s rd, 5.0 MiB/s wr, 60 op/s 2024-07-27T19:25:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:34 smithi179 ceph-mon[89801]: pgmap v3611: 137 pgs: 137 active+clean; 92 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.9 MiB/s rd, 5.0 MiB/s wr, 60 op/s 2024-07-27T19:25:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:36 smithi029 ceph-mon[96870]: pgmap v3612: 137 pgs: 137 active+clean; 92 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 MiB/s rd, 4.1 MiB/s wr, 51 op/s 2024-07-27T19:25:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:36 smithi029 ceph-mon[99353]: pgmap v3612: 137 pgs: 137 active+clean; 92 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 MiB/s rd, 4.1 MiB/s wr, 51 op/s 2024-07-27T19:25:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:36 smithi179 ceph-mon[89801]: pgmap v3612: 137 pgs: 137 active+clean; 92 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 MiB/s rd, 4.1 MiB/s wr, 51 op/s 2024-07-27T19:25:37.670 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/3.Grow (13969 ms) 2024-07-27T19:25:37.670 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/3.Shrink 2024-07-27T19:25:37.671 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:25:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:38 smithi029 ceph-mon[96870]: pgmap v3613: 137 pgs: 137 active+clean; 104 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 MiB/s rd, 4.5 MiB/s wr, 54 op/s 2024-07-27T19:25:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:25:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:38 smithi029 ceph-mon[99353]: pgmap v3613: 137 pgs: 137 active+clean; 104 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 MiB/s rd, 4.5 MiB/s wr, 54 op/s 2024-07-27T19:25:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:25:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:38 smithi179 ceph-mon[89801]: pgmap v3613: 137 pgs: 137 active+clean; 104 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 MiB/s rd, 4.5 MiB/s wr, 54 op/s 2024-07-27T19:25:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:25:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:40 smithi029 ceph-mon[96870]: pgmap v3614: 137 pgs: 137 active+clean; 121 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 5.3 MiB/s wr, 60 op/s 2024-07-27T19:25:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:40 smithi029 ceph-mon[99353]: pgmap v3614: 137 pgs: 137 active+clean; 121 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 5.3 MiB/s wr, 60 op/s 2024-07-27T19:25:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:40 smithi179 ceph-mon[89801]: pgmap v3614: 137 pgs: 137 active+clean; 121 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 5.3 MiB/s wr, 60 op/s 2024-07-27T19:25:42.746 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:25:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:25:42] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:25:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:42 smithi029 ceph-mon[96870]: pgmap v3615: 137 pgs: 137 active+clean; 125 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 4.8 MiB/s wr, 29 op/s 2024-07-27T19:25:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:42 smithi029 ceph-mon[96870]: osdmap e1966: 8 total, 8 up, 8 in 2024-07-27T19:25:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:42 smithi029 ceph-mon[99353]: pgmap v3615: 137 pgs: 137 active+clean; 125 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 4.8 MiB/s wr, 29 op/s 2024-07-27T19:25:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:42 smithi029 ceph-mon[99353]: osdmap e1966: 8 total, 8 up, 8 in 2024-07-27T19:25:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:42 smithi179 ceph-mon[89801]: pgmap v3615: 137 pgs: 137 active+clean; 125 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 4.8 MiB/s wr, 29 op/s 2024-07-27T19:25:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:42 smithi179 ceph-mon[89801]: osdmap e1966: 8 total, 8 up, 8 in 2024-07-27T19:25:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:44 smithi029 ceph-mon[96870]: pgmap v3617: 137 pgs: 137 active+clean; 137 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 4.9 MiB/s wr, 27 op/s 2024-07-27T19:25:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:44 smithi029 ceph-mon[99353]: pgmap v3617: 137 pgs: 137 active+clean; 137 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 4.9 MiB/s wr, 27 op/s 2024-07-27T19:25:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:44 smithi179 ceph-mon[89801]: pgmap v3617: 137 pgs: 137 active+clean; 137 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 4.9 MiB/s wr, 27 op/s 2024-07-27T19:25:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:46 smithi029 ceph-mon[96870]: pgmap v3618: 137 pgs: 137 active+clean; 150 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.2 MiB/s wr, 52 op/s 2024-07-27T19:25:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:46 smithi029 ceph-mon[99353]: pgmap v3618: 137 pgs: 137 active+clean; 150 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.2 MiB/s wr, 52 op/s 2024-07-27T19:25:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:46 smithi179 ceph-mon[89801]: pgmap v3618: 137 pgs: 137 active+clean; 150 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.2 MiB/s wr, 52 op/s 2024-07-27T19:25:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:48 smithi179 ceph-mon[89801]: pgmap v3619: 137 pgs: 137 active+clean; 150 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.8 MiB/s rd, 4.6 MiB/s wr, 51 op/s 2024-07-27T19:25:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:48 smithi029 ceph-mon[96870]: pgmap v3619: 137 pgs: 137 active+clean; 150 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.8 MiB/s rd, 4.6 MiB/s wr, 51 op/s 2024-07-27T19:25:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:48 smithi029 ceph-mon[99353]: pgmap v3619: 137 pgs: 137 active+clean; 150 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.8 MiB/s rd, 4.6 MiB/s wr, 51 op/s 2024-07-27T19:25:51.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:50 smithi179 ceph-mon[89801]: pgmap v3620: 137 pgs: 137 active+clean; 154 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 907 KiB/s rd, 3.3 MiB/s wr, 41 op/s 2024-07-27T19:25:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:50 smithi029 ceph-mon[96870]: pgmap v3620: 137 pgs: 137 active+clean; 154 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 907 KiB/s rd, 3.3 MiB/s wr, 41 op/s 2024-07-27T19:25:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:50 smithi029 ceph-mon[99353]: pgmap v3620: 137 pgs: 137 active+clean; 154 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 907 KiB/s rd, 3.3 MiB/s wr, 41 op/s 2024-07-27T19:25:51.716 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/3.Shrink (14045 ms) 2024-07-27T19:25:51.716 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/3.ShrinkToOne 2024-07-27T19:25:51.716 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:25:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:25:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:25:52] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:25:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:52 smithi179 ceph-mon[89801]: pgmap v3621: 137 pgs: 137 active+clean; 158 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.7 MiB/s rd, 3.3 MiB/s wr, 49 op/s 2024-07-27T19:25:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:52 smithi029 ceph-mon[99353]: pgmap v3621: 137 pgs: 137 active+clean; 158 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.7 MiB/s rd, 3.3 MiB/s wr, 49 op/s 2024-07-27T19:25:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:52 smithi029 ceph-mon[96870]: pgmap v3621: 137 pgs: 137 active+clean; 158 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.7 MiB/s rd, 3.3 MiB/s wr, 49 op/s 2024-07-27T19:25:54.064 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:25:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:25:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:25:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:54 smithi179 ceph-mon[89801]: pgmap v3622: 137 pgs: 137 active+clean; 162 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.6 MiB/s rd, 3.5 MiB/s wr, 49 op/s 2024-07-27T19:25:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:54 smithi029 ceph-mon[96870]: pgmap v3622: 137 pgs: 137 active+clean; 162 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.6 MiB/s rd, 3.5 MiB/s wr, 49 op/s 2024-07-27T19:25:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:54 smithi029 ceph-mon[99353]: pgmap v3622: 137 pgs: 137 active+clean; 162 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.6 MiB/s rd, 3.5 MiB/s wr, 49 op/s 2024-07-27T19:25:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:56 smithi179 ceph-mon[89801]: pgmap v3623: 137 pgs: 137 active+clean; 179 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 3.8 MiB/s wr, 51 op/s 2024-07-27T19:25:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:56 smithi179 ceph-mon[89801]: osdmap e1967: 8 total, 8 up, 8 in 2024-07-27T19:25:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:56 smithi029 ceph-mon[96870]: pgmap v3623: 137 pgs: 137 active+clean; 179 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 3.8 MiB/s wr, 51 op/s 2024-07-27T19:25:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:56 smithi029 ceph-mon[96870]: osdmap e1967: 8 total, 8 up, 8 in 2024-07-27T19:25:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:56 smithi029 ceph-mon[99353]: pgmap v3623: 137 pgs: 137 active+clean; 179 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 3.8 MiB/s wr, 51 op/s 2024-07-27T19:25:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:56 smithi029 ceph-mon[99353]: osdmap e1967: 8 total, 8 up, 8 in 2024-07-27T19:25:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:25:58 smithi179 ceph-mon[89801]: pgmap v3625: 137 pgs: 137 active+clean; 195 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 4.9 MiB/s wr, 55 op/s 2024-07-27T19:25:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:25:58 smithi029 ceph-mon[96870]: pgmap v3625: 137 pgs: 137 active+clean; 195 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 4.9 MiB/s wr, 55 op/s 2024-07-27T19:25:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:25:58 smithi029 ceph-mon[99353]: pgmap v3625: 137 pgs: 137 active+clean; 195 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 4.9 MiB/s wr, 55 op/s 2024-07-27T19:26:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:00 smithi179 ceph-mon[89801]: pgmap v3626: 137 pgs: 137 active+clean; 208 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.8 MiB/s wr, 57 op/s 2024-07-27T19:26:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:00 smithi029 ceph-mon[96870]: pgmap v3626: 137 pgs: 137 active+clean; 208 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.8 MiB/s wr, 57 op/s 2024-07-27T19:26:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:00 smithi029 ceph-mon[99353]: pgmap v3626: 137 pgs: 137 active+clean; 208 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.8 MiB/s wr, 57 op/s 2024-07-27T19:26:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:26:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:26:02] "GET /metrics HTTP/1.1" 200 36734 "" "Prometheus/2.43.0" 2024-07-27T19:26:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:02 smithi179 ceph-mon[89801]: pgmap v3627: 137 pgs: 137 active+clean; 212 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 9.3 MiB/s rd, 5.8 MiB/s wr, 54 op/s 2024-07-27T19:26:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:02 smithi029 ceph-mon[96870]: pgmap v3627: 137 pgs: 137 active+clean; 212 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 9.3 MiB/s rd, 5.8 MiB/s wr, 54 op/s 2024-07-27T19:26:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:02 smithi029 ceph-mon[99353]: pgmap v3627: 137 pgs: 137 active+clean; 212 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 9.3 MiB/s rd, 5.8 MiB/s wr, 54 op/s 2024-07-27T19:26:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:04 smithi179 ceph-mon[89801]: pgmap v3628: 137 pgs: 137 active+clean; 212 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.7 MiB/s rd, 5.0 MiB/s wr, 50 op/s 2024-07-27T19:26:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:04 smithi029 ceph-mon[96870]: pgmap v3628: 137 pgs: 137 active+clean; 212 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.7 MiB/s rd, 5.0 MiB/s wr, 50 op/s 2024-07-27T19:26:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:04 smithi029 ceph-mon[99353]: pgmap v3628: 137 pgs: 137 active+clean; 212 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.7 MiB/s rd, 5.0 MiB/s wr, 50 op/s 2024-07-27T19:26:05.604 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/3.ShrinkToOne (13888 ms) 2024-07-27T19:26:05.604 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/3.ShrinkToOneAfterSnapshot 2024-07-27T19:26:05.604 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:26:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:06 smithi179 ceph-mon[89801]: pgmap v3629: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 501 KiB/s rd, 4.1 MiB/s wr, 47 op/s 2024-07-27T19:26:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:06 smithi029 ceph-mon[96870]: pgmap v3629: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 501 KiB/s rd, 4.1 MiB/s wr, 47 op/s 2024-07-27T19:26:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:06 smithi029 ceph-mon[99353]: pgmap v3629: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 501 KiB/s rd, 4.1 MiB/s wr, 47 op/s 2024-07-27T19:26:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:08 smithi179 ceph-mon[89801]: pgmap v3630: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.9 MiB/s wr, 46 op/s 2024-07-27T19:26:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:26:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:08 smithi029 ceph-mon[99353]: pgmap v3630: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.9 MiB/s wr, 46 op/s 2024-07-27T19:26:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:26:09.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:08 smithi029 ceph-mon[96870]: pgmap v3630: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.9 MiB/s wr, 46 op/s 2024-07-27T19:26:09.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:26:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:10 smithi179 ceph-mon[89801]: pgmap v3631: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 774 KiB/s rd, 2.4 MiB/s wr, 27 op/s 2024-07-27T19:26:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:10 smithi179 ceph-mon[89801]: osdmap e1968: 8 total, 8 up, 8 in 2024-07-27T19:26:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:10 smithi029 ceph-mon[96870]: pgmap v3631: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 774 KiB/s rd, 2.4 MiB/s wr, 27 op/s 2024-07-27T19:26:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:10 smithi029 ceph-mon[96870]: osdmap e1968: 8 total, 8 up, 8 in 2024-07-27T19:26:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:10 smithi029 ceph-mon[99353]: pgmap v3631: 137 pgs: 137 active+clean; 216 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 774 KiB/s rd, 2.4 MiB/s wr, 27 op/s 2024-07-27T19:26:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:10 smithi029 ceph-mon[99353]: osdmap e1968: 8 total, 8 up, 8 in 2024-07-27T19:26:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:26:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:26:12] "GET /metrics HTTP/1.1" 200 36731 "" "Prometheus/2.43.0" 2024-07-27T19:26:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:12 smithi179 ceph-mon[89801]: pgmap v3633: 137 pgs: 137 active+clean; 224 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 905 KiB/s rd, 2.0 MiB/s wr, 37 op/s 2024-07-27T19:26:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:12 smithi029 ceph-mon[96870]: pgmap v3633: 137 pgs: 137 active+clean; 224 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 905 KiB/s rd, 2.0 MiB/s wr, 37 op/s 2024-07-27T19:26:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:12 smithi029 ceph-mon[99353]: pgmap v3633: 137 pgs: 137 active+clean; 224 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 905 KiB/s rd, 2.0 MiB/s wr, 37 op/s 2024-07-27T19:26:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:14 smithi179 ceph-mon[89801]: pgmap v3634: 137 pgs: 137 active+clean; 228 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 911 KiB/s rd, 2.4 MiB/s wr, 46 op/s 2024-07-27T19:26:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:14 smithi029 ceph-mon[99353]: pgmap v3634: 137 pgs: 137 active+clean; 228 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 911 KiB/s rd, 2.4 MiB/s wr, 46 op/s 2024-07-27T19:26:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:14 smithi029 ceph-mon[96870]: pgmap v3634: 137 pgs: 137 active+clean; 228 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 911 KiB/s rd, 2.4 MiB/s wr, 46 op/s 2024-07-27T19:26:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:16 smithi179 ceph-mon[89801]: pgmap v3635: 137 pgs: 137 active+clean; 245 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 883 KiB/s rd, 3.3 MiB/s wr, 48 op/s 2024-07-27T19:26:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:26:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:26:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:26:17.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:16 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:26:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:16 smithi029 ceph-mon[96870]: pgmap v3635: 137 pgs: 137 active+clean; 245 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 883 KiB/s rd, 3.3 MiB/s wr, 48 op/s 2024-07-27T19:26:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:26:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:26:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:26:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:16 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:26:17.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:16 smithi029 ceph-mon[99353]: pgmap v3635: 137 pgs: 137 active+clean; 245 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 883 KiB/s rd, 3.3 MiB/s wr, 48 op/s 2024-07-27T19:26:17.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:26:17.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:26:17.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:26:17.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:16 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:26:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:18 smithi179 ceph-mon[89801]: pgmap v3636: 137 pgs: 137 active+clean; 245 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 36 KiB/s rd, 2.9 MiB/s wr, 48 op/s 2024-07-27T19:26:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:18 smithi179 ceph-mon[89801]: osdmap e1969: 8 total, 8 up, 8 in 2024-07-27T19:26:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:18 smithi029 ceph-mon[96870]: pgmap v3636: 137 pgs: 137 active+clean; 245 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 36 KiB/s rd, 2.9 MiB/s wr, 48 op/s 2024-07-27T19:26:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:18 smithi029 ceph-mon[96870]: osdmap e1969: 8 total, 8 up, 8 in 2024-07-27T19:26:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:18 smithi029 ceph-mon[99353]: pgmap v3636: 137 pgs: 137 active+clean; 245 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 36 KiB/s rd, 2.9 MiB/s wr, 48 op/s 2024-07-27T19:26:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:18 smithi029 ceph-mon[99353]: osdmap e1969: 8 total, 8 up, 8 in 2024-07-27T19:26:20.103 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/3.ShrinkToOneAfterSnapshot (14500 ms) 2024-07-27T19:26:20.104 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/3.MinOverlap 2024-07-27T19:26:20.104 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:26:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:20 smithi179 ceph-mon[89801]: pgmap v3638: 137 pgs: 137 active+clean; 293 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 8.0 MiB/s wr, 55 op/s 2024-07-27T19:26:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:20 smithi029 ceph-mon[96870]: pgmap v3638: 137 pgs: 137 active+clean; 293 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 8.0 MiB/s wr, 55 op/s 2024-07-27T19:26:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:20 smithi029 ceph-mon[99353]: pgmap v3638: 137 pgs: 137 active+clean; 293 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.3 MiB/s rd, 8.0 MiB/s wr, 55 op/s 2024-07-27T19:26:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:26:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:26:22] "GET /metrics HTTP/1.1" 200 36731 "" "Prometheus/2.43.0" 2024-07-27T19:26:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:22 smithi179 ceph-mon[89801]: pgmap v3639: 137 pgs: 137 active+clean; 306 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 8.2 MiB/s wr, 43 op/s 2024-07-27T19:26:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:22 smithi029 ceph-mon[96870]: pgmap v3639: 137 pgs: 137 active+clean; 306 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 8.2 MiB/s wr, 43 op/s 2024-07-27T19:26:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:22 smithi029 ceph-mon[99353]: pgmap v3639: 137 pgs: 137 active+clean; 306 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 8.2 MiB/s wr, 43 op/s 2024-07-27T19:26:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:26:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:26:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:26:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:24 smithi179 ceph-mon[89801]: pgmap v3640: 137 pgs: 137 active+clean; 306 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 7.8 MiB/s wr, 46 op/s 2024-07-27T19:26:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:24 smithi179 ceph-mon[89801]: osdmap e1970: 8 total, 8 up, 8 in 2024-07-27T19:26:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:24 smithi029 ceph-mon[99353]: pgmap v3640: 137 pgs: 137 active+clean; 306 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 7.8 MiB/s wr, 46 op/s 2024-07-27T19:26:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:24 smithi029 ceph-mon[99353]: osdmap e1970: 8 total, 8 up, 8 in 2024-07-27T19:26:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:24 smithi029 ceph-mon[96870]: pgmap v3640: 137 pgs: 137 active+clean; 306 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 7.8 MiB/s wr, 46 op/s 2024-07-27T19:26:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:24 smithi029 ceph-mon[96870]: osdmap e1970: 8 total, 8 up, 8 in 2024-07-27T19:26:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:26 smithi179 ceph-mon[89801]: pgmap v3642: 137 pgs: 137 active+clean; 315 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 8.8 MiB/s wr, 49 op/s 2024-07-27T19:26:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:26 smithi029 ceph-mon[99353]: pgmap v3642: 137 pgs: 137 active+clean; 315 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 8.8 MiB/s wr, 49 op/s 2024-07-27T19:26:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:26 smithi029 ceph-mon[96870]: pgmap v3642: 137 pgs: 137 active+clean; 315 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.8 MiB/s rd, 8.8 MiB/s wr, 49 op/s 2024-07-27T19:26:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:28 smithi179 ceph-mon[89801]: pgmap v3643: 137 pgs: 137 active+clean; 319 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 7.7 MiB/s wr, 72 op/s 2024-07-27T19:26:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:28 smithi029 ceph-mon[96870]: pgmap v3643: 137 pgs: 137 active+clean; 319 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 7.7 MiB/s wr, 72 op/s 2024-07-27T19:26:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:28 smithi029 ceph-mon[99353]: pgmap v3643: 137 pgs: 137 active+clean; 319 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 3.2 MiB/s rd, 7.7 MiB/s wr, 72 op/s 2024-07-27T19:26:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:30 smithi179 ceph-mon[89801]: pgmap v3644: 137 pgs: 137 active+clean; 339 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 889 KiB/s rd, 4.6 MiB/s wr, 58 op/s 2024-07-27T19:26:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:30 smithi029 ceph-mon[96870]: pgmap v3644: 137 pgs: 137 active+clean; 339 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 889 KiB/s rd, 4.6 MiB/s wr, 58 op/s 2024-07-27T19:26:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:30 smithi029 ceph-mon[99353]: pgmap v3644: 137 pgs: 137 active+clean; 339 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 889 KiB/s rd, 4.6 MiB/s wr, 58 op/s 2024-07-27T19:26:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:26:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:26:32] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:26:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:32 smithi179 ceph-mon[89801]: pgmap v3645: 137 pgs: 137 active+clean; 339 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 67 KiB/s rd, 3.3 MiB/s wr, 51 op/s 2024-07-27T19:26:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:32 smithi029 ceph-mon[96870]: pgmap v3645: 137 pgs: 137 active+clean; 339 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 67 KiB/s rd, 3.3 MiB/s wr, 51 op/s 2024-07-27T19:26:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:32 smithi029 ceph-mon[99353]: pgmap v3645: 137 pgs: 137 active+clean; 339 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 67 KiB/s rd, 3.3 MiB/s wr, 51 op/s 2024-07-27T19:26:33.670 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/3.MinOverlap (13566 ms) 2024-07-27T19:26:33.670 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/3.ZeroOverlap 2024-07-27T19:26:33.670 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:26:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:34 smithi179 ceph-mon[89801]: pgmap v3646: 137 pgs: 137 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.5 MiB/s wr, 54 op/s 2024-07-27T19:26:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:34 smithi029 ceph-mon[96870]: pgmap v3646: 137 pgs: 137 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.5 MiB/s wr, 54 op/s 2024-07-27T19:26:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:34 smithi029 ceph-mon[99353]: pgmap v3646: 137 pgs: 137 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.5 MiB/s wr, 54 op/s 2024-07-27T19:26:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:36 smithi179 ceph-mon[89801]: pgmap v3647: 137 pgs: 137 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.5 MiB/s rd, 3.9 MiB/s wr, 51 op/s 2024-07-27T19:26:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:36 smithi029 ceph-mon[96870]: pgmap v3647: 137 pgs: 137 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.5 MiB/s rd, 3.9 MiB/s wr, 51 op/s 2024-07-27T19:26:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:36 smithi029 ceph-mon[99353]: pgmap v3647: 137 pgs: 137 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.5 MiB/s rd, 3.9 MiB/s wr, 51 op/s 2024-07-27T19:26:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:38 smithi179 ceph-mon[89801]: pgmap v3648: 137 pgs: 137 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.4 MiB/s rd, 3.0 MiB/s wr, 47 op/s 2024-07-27T19:26:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:38 smithi179 ceph-mon[89801]: osdmap e1971: 8 total, 8 up, 8 in 2024-07-27T19:26:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:26:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:38 smithi029 ceph-mon[96870]: pgmap v3648: 137 pgs: 137 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.4 MiB/s rd, 3.0 MiB/s wr, 47 op/s 2024-07-27T19:26:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:38 smithi029 ceph-mon[96870]: osdmap e1971: 8 total, 8 up, 8 in 2024-07-27T19:26:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:26:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:38 smithi029 ceph-mon[99353]: pgmap v3648: 137 pgs: 137 active+clean; 343 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.4 MiB/s rd, 3.0 MiB/s wr, 47 op/s 2024-07-27T19:26:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:38 smithi029 ceph-mon[99353]: osdmap e1971: 8 total, 8 up, 8 in 2024-07-27T19:26:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:26:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:40 smithi179 ceph-mon[89801]: pgmap v3650: 137 pgs: 137 active+clean; 356 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 51 op/s 2024-07-27T19:26:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:40 smithi029 ceph-mon[96870]: pgmap v3650: 137 pgs: 137 active+clean; 356 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 51 op/s 2024-07-27T19:26:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:40 smithi029 ceph-mon[99353]: pgmap v3650: 137 pgs: 137 active+clean; 356 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.5 MiB/s wr, 51 op/s 2024-07-27T19:26:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:26:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:26:42] "GET /metrics HTTP/1.1" 200 36734 "" "Prometheus/2.43.0" 2024-07-27T19:26:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:42 smithi179 ceph-mon[89801]: pgmap v3651: 137 pgs: 137 active+clean; 360 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.9 MiB/s wr, 56 op/s 2024-07-27T19:26:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:42 smithi029 ceph-mon[96870]: pgmap v3651: 137 pgs: 137 active+clean; 360 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.9 MiB/s wr, 56 op/s 2024-07-27T19:26:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:42 smithi029 ceph-mon[99353]: pgmap v3651: 137 pgs: 137 active+clean; 360 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.9 MiB/s wr, 56 op/s 2024-07-27T19:26:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:44 smithi179 ceph-mon[89801]: pgmap v3652: 137 pgs: 137 active+clean; 372 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 876 KiB/s rd, 2.9 MiB/s wr, 39 op/s 2024-07-27T19:26:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:44 smithi029 ceph-mon[96870]: pgmap v3652: 137 pgs: 137 active+clean; 372 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 876 KiB/s rd, 2.9 MiB/s wr, 39 op/s 2024-07-27T19:26:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:44 smithi029 ceph-mon[99353]: pgmap v3652: 137 pgs: 137 active+clean; 372 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 876 KiB/s rd, 2.9 MiB/s wr, 39 op/s 2024-07-27T19:26:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:46 smithi179 ceph-mon[89801]: pgmap v3653: 137 pgs: 137 active+clean; 372 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 466 KiB/s rd, 2.9 MiB/s wr, 38 op/s 2024-07-27T19:26:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:46 smithi029 ceph-mon[96870]: pgmap v3653: 137 pgs: 137 active+clean; 372 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 466 KiB/s rd, 2.9 MiB/s wr, 38 op/s 2024-07-27T19:26:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:46 smithi029 ceph-mon[99353]: pgmap v3653: 137 pgs: 137 active+clean; 372 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 466 KiB/s rd, 2.9 MiB/s wr, 38 op/s 2024-07-27T19:26:47.692 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/3.ZeroOverlap (14022 ms) 2024-07-27T19:26:47.900 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/3 (102132 ms total) 2024-07-27T19:26:47.900 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:26:47.900 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/4, where TypeParam = LUKS1UnderLUKS2 2024-07-27T19:26:47.930 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/4.Simple 2024-07-27T19:26:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:48 smithi179 ceph-mon[89801]: pgmap v3654: 137 pgs: 137 active+clean; 376 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 944 KiB/s rd, 3.7 MiB/s wr, 52 op/s 2024-07-27T19:26:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:48 smithi179 ceph-mon[89801]: osdmap e1972: 8 total, 8 up, 8 in 2024-07-27T19:26:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:48 smithi029 ceph-mon[96870]: pgmap v3654: 137 pgs: 137 active+clean; 376 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 944 KiB/s rd, 3.7 MiB/s wr, 52 op/s 2024-07-27T19:26:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:48 smithi029 ceph-mon[96870]: osdmap e1972: 8 total, 8 up, 8 in 2024-07-27T19:26:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:48 smithi029 ceph-mon[99353]: pgmap v3654: 137 pgs: 137 active+clean; 376 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 944 KiB/s rd, 3.7 MiB/s wr, 52 op/s 2024-07-27T19:26:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:48 smithi029 ceph-mon[99353]: osdmap e1972: 8 total, 8 up, 8 in 2024-07-27T19:26:49.917 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:26:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:49 smithi179 ceph-mon[89801]: osdmap e1973: 8 total, 8 up, 8 in 2024-07-27T19:26:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:49 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2252256264' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-43","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:26:50.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:49 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-43","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:26:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:49 smithi029 ceph-mon[96870]: osdmap e1973: 8 total, 8 up, 8 in 2024-07-27T19:26:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:49 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2252256264' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-43","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:26:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:49 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-43","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:26:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:49 smithi029 ceph-mon[99353]: osdmap e1973: 8 total, 8 up, 8 in 2024-07-27T19:26:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:49 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2252256264' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-43","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:26:50.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:49 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-43","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:26:51.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:50 smithi179 ceph-mon[89801]: pgmap v3657: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 4.6 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:26:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:50 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:26:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:50 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-43","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:26:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:50 smithi179 ceph-mon[89801]: osdmap e1974: 8 total, 8 up, 8 in 2024-07-27T19:26:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:50 smithi029 ceph-mon[96870]: pgmap v3657: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 4.6 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:26:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:50 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:26:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:50 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-43","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:26:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:50 smithi029 ceph-mon[96870]: osdmap e1974: 8 total, 8 up, 8 in 2024-07-27T19:26:51.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:50 smithi029 ceph-mon[99353]: pgmap v3657: 137 pgs: 8 creating+peering, 24 unknown, 105 active+clean; 4.6 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:26:51.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:50 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:26:51.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:50 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-43","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:26:51.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:50 smithi029 ceph-mon[99353]: osdmap e1974: 8 total, 8 up, 8 in 2024-07-27T19:26:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:51 smithi029 ceph-mon[96870]: osdmap e1975: 8 total, 8 up, 8 in 2024-07-27T19:26:52.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:51 smithi029 ceph-mon[99353]: osdmap e1975: 8 total, 8 up, 8 in 2024-07-27T19:26:52.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:51 smithi179 ceph-mon[89801]: osdmap e1975: 8 total, 8 up, 8 in 2024-07-27T19:26:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:26:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:26:52] "GET /metrics HTTP/1.1" 200 36734 "" "Prometheus/2.43.0" 2024-07-27T19:26:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:52 smithi029 ceph-mon[96870]: pgmap v3660: 137 pgs: 8 creating+peering, 17 unknown, 112 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:26:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:52 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:26:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:52 smithi029 ceph-mon[96870]: osdmap e1976: 8 total, 8 up, 8 in 2024-07-27T19:26:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:52 smithi029 ceph-mon[99353]: pgmap v3660: 137 pgs: 8 creating+peering, 17 unknown, 112 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:26:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:52 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:26:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:52 smithi029 ceph-mon[99353]: osdmap e1976: 8 total, 8 up, 8 in 2024-07-27T19:26:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:52 smithi179 ceph-mon[89801]: pgmap v3660: 137 pgs: 8 creating+peering, 17 unknown, 112 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:26:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:52 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:26:53.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:52 smithi179 ceph-mon[89801]: osdmap e1976: 8 total, 8 up, 8 in 2024-07-27T19:26:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:26:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:26:54.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:26:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:54 smithi029 ceph-mon[96870]: pgmap v3662: 137 pgs: 8 creating+peering, 129 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.1 KiB/s wr, 8 op/s 2024-07-27T19:26:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:54 smithi029 ceph-mon[99353]: pgmap v3662: 137 pgs: 8 creating+peering, 129 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.1 KiB/s wr, 8 op/s 2024-07-27T19:26:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:54 smithi179 ceph-mon[89801]: pgmap v3662: 137 pgs: 8 creating+peering, 129 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.1 KiB/s wr, 8 op/s 2024-07-27T19:26:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:56 smithi029 ceph-mon[99353]: pgmap v3663: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:26:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:56 smithi029 ceph-mon[99353]: osdmap e1977: 8 total, 8 up, 8 in 2024-07-27T19:26:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:56 smithi029 ceph-mon[96870]: pgmap v3663: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:26:57.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:56 smithi029 ceph-mon[96870]: osdmap e1977: 8 total, 8 up, 8 in 2024-07-27T19:26:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:56 smithi179 ceph-mon[89801]: pgmap v3663: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:26:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:56 smithi179 ceph-mon[89801]: osdmap e1977: 8 total, 8 up, 8 in 2024-07-27T19:26:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:58 smithi029 ceph-mon[96870]: pgmap v3665: 137 pgs: 137 active+clean; 18 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 2.0 MiB/s wr, 39 op/s 2024-07-27T19:26:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:26:58 smithi029 ceph-mon[96870]: osdmap e1978: 8 total, 8 up, 8 in 2024-07-27T19:26:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:58 smithi029 ceph-mon[99353]: pgmap v3665: 137 pgs: 137 active+clean; 18 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 2.0 MiB/s wr, 39 op/s 2024-07-27T19:26:59.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:26:58 smithi029 ceph-mon[99353]: osdmap e1978: 8 total, 8 up, 8 in 2024-07-27T19:26:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:58 smithi179 ceph-mon[89801]: pgmap v3665: 137 pgs: 137 active+clean; 18 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 2.0 MiB/s wr, 39 op/s 2024-07-27T19:26:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:26:58 smithi179 ceph-mon[89801]: osdmap e1978: 8 total, 8 up, 8 in 2024-07-27T19:27:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:00 smithi029 ceph-mon[96870]: pgmap v3667: 137 pgs: 137 active+clean; 34 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 3.9 MiB/s wr, 53 op/s 2024-07-27T19:27:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:00 smithi029 ceph-mon[99353]: pgmap v3667: 137 pgs: 137 active+clean; 34 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 3.9 MiB/s wr, 53 op/s 2024-07-27T19:27:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:00 smithi179 ceph-mon[89801]: pgmap v3667: 137 pgs: 137 active+clean; 34 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 3.9 MiB/s wr, 53 op/s 2024-07-27T19:27:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:27:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:27:02] "GET /metrics HTTP/1.1" 200 36702 "" "Prometheus/2.43.0" 2024-07-27T19:27:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:02 smithi029 ceph-mon[96870]: pgmap v3668: 137 pgs: 137 active+clean; 34 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 33 KiB/s rd, 3.6 MiB/s wr, 45 op/s 2024-07-27T19:27:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:02 smithi029 ceph-mon[99353]: pgmap v3668: 137 pgs: 137 active+clean; 34 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 33 KiB/s rd, 3.6 MiB/s wr, 45 op/s 2024-07-27T19:27:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:02 smithi179 ceph-mon[89801]: pgmap v3668: 137 pgs: 137 active+clean; 34 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 33 KiB/s rd, 3.6 MiB/s wr, 45 op/s 2024-07-27T19:27:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:04 smithi029 ceph-mon[96870]: pgmap v3669: 137 pgs: 137 active+clean; 34 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 33 KiB/s rd, 3.6 MiB/s wr, 43 op/s 2024-07-27T19:27:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:04 smithi029 ceph-mon[99353]: pgmap v3669: 137 pgs: 137 active+clean; 34 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 33 KiB/s rd, 3.6 MiB/s wr, 43 op/s 2024-07-27T19:27:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:04 smithi179 ceph-mon[89801]: pgmap v3669: 137 pgs: 137 active+clean; 34 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 33 KiB/s rd, 3.6 MiB/s wr, 43 op/s 2024-07-27T19:27:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:06 smithi029 ceph-mon[96870]: pgmap v3670: 137 pgs: 137 active+clean; 42 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 3.9 MiB/s wr, 41 op/s 2024-07-27T19:27:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:06 smithi029 ceph-mon[99353]: pgmap v3670: 137 pgs: 137 active+clean; 42 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 3.9 MiB/s wr, 41 op/s 2024-07-27T19:27:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:06 smithi179 ceph-mon[89801]: pgmap v3670: 137 pgs: 137 active+clean; 42 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 3.9 MiB/s wr, 41 op/s 2024-07-27T19:27:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:08 smithi029 ceph-mon[96870]: pgmap v3671: 137 pgs: 137 active+clean; 46 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 73 KiB/s rd, 2.8 MiB/s wr, 23 op/s 2024-07-27T19:27:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:27:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:08 smithi029 ceph-mon[99353]: pgmap v3671: 137 pgs: 137 active+clean; 46 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 73 KiB/s rd, 2.8 MiB/s wr, 23 op/s 2024-07-27T19:27:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:27:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:08 smithi179 ceph-mon[89801]: pgmap v3671: 137 pgs: 137 active+clean; 46 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 73 KiB/s rd, 2.8 MiB/s wr, 23 op/s 2024-07-27T19:27:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:27:10.298 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/4.Simple (22367 ms) 2024-07-27T19:27:10.298 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/4.Grow 2024-07-27T19:27:10.298 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:27:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:10 smithi029 ceph-mon[96870]: pgmap v3672: 137 pgs: 137 active+clean; 58 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.6 MiB/s rd, 3.4 MiB/s wr, 27 op/s 2024-07-27T19:27:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:10 smithi029 ceph-mon[99353]: pgmap v3672: 137 pgs: 137 active+clean; 58 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.6 MiB/s rd, 3.4 MiB/s wr, 27 op/s 2024-07-27T19:27:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:10 smithi179 ceph-mon[89801]: pgmap v3672: 137 pgs: 137 active+clean; 58 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.6 MiB/s rd, 3.4 MiB/s wr, 27 op/s 2024-07-27T19:27:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:27:12] "GET /metrics HTTP/1.1" 200 36724 "" "Prometheus/2.43.0" 2024-07-27T19:27:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[99353]: pgmap v3673: 137 pgs: 137 active+clean; 66 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 MiB/s rd, 3.7 MiB/s wr, 19 op/s 2024-07-27T19:27:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.0", "id": [3, 1]}]: dispatch 2024-07-27T19:27:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.13", "id": [3, 0]}]: dispatch 2024-07-27T19:27:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.0", "id": [3, 1]}]: dispatch 2024-07-27T19:27:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.15", "id": [6, 0]}]: dispatch 2024-07-27T19:27:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.13", "id": [3, 0]}]: dispatch 2024-07-27T19:27:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.15", "id": [6, 0]}]: dispatch 2024-07-27T19:27:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[96870]: pgmap v3673: 137 pgs: 137 active+clean; 66 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 MiB/s rd, 3.7 MiB/s wr, 19 op/s 2024-07-27T19:27:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.0", "id": [3, 1]}]: dispatch 2024-07-27T19:27:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.13", "id": [3, 0]}]: dispatch 2024-07-27T19:27:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.0", "id": [3, 1]}]: dispatch 2024-07-27T19:27:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.15", "id": [6, 0]}]: dispatch 2024-07-27T19:27:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.13", "id": [3, 0]}]: dispatch 2024-07-27T19:27:13.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:12 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.15", "id": [6, 0]}]: dispatch 2024-07-27T19:27:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:12 smithi179 ceph-mon[89801]: pgmap v3673: 137 pgs: 137 active+clean; 66 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 MiB/s rd, 3.7 MiB/s wr, 19 op/s 2024-07-27T19:27:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.0", "id": [3, 1]}]: dispatch 2024-07-27T19:27:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.13", "id": [3, 0]}]: dispatch 2024-07-27T19:27:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.0", "id": [3, 1]}]: dispatch 2024-07-27T19:27:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:12 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.15", "id": [6, 0]}]: dispatch 2024-07-27T19:27:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.13", "id": [3, 0]}]: dispatch 2024-07-27T19:27:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:12 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.15", "id": [6, 0]}]: dispatch 2024-07-27T19:27:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.0", "id": [3, 1]}]': finished 2024-07-27T19:27:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.13", "id": [3, 0]}]': finished 2024-07-27T19:27:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.15", "id": [6, 0]}]': finished 2024-07-27T19:27:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:13 smithi029 ceph-mon[96870]: osdmap e1979: 8 total, 8 up, 8 in 2024-07-27T19:27:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.0", "id": [3, 1]}]': finished 2024-07-27T19:27:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.13", "id": [3, 0]}]': finished 2024-07-27T19:27:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.15", "id": [6, 0]}]': finished 2024-07-27T19:27:14.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:13 smithi029 ceph-mon[99353]: osdmap e1979: 8 total, 8 up, 8 in 2024-07-27T19:27:14.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.0", "id": [3, 1]}]': finished 2024-07-27T19:27:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.13", "id": [3, 0]}]': finished 2024-07-27T19:27:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "119.15", "id": [6, 0]}]': finished 2024-07-27T19:27:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:13 smithi179 ceph-mon[89801]: osdmap e1979: 8 total, 8 up, 8 in 2024-07-27T19:27:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:14 smithi029 ceph-mon[96870]: pgmap v3675: 137 pgs: 1 peering, 136 active+clean; 75 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 5.7 MiB/s wr, 34 op/s 2024-07-27T19:27:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:14 smithi029 ceph-mon[96870]: osdmap e1980: 8 total, 8 up, 8 in 2024-07-27T19:27:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:14 smithi029 ceph-mon[99353]: pgmap v3675: 137 pgs: 1 peering, 136 active+clean; 75 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 5.7 MiB/s wr, 34 op/s 2024-07-27T19:27:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:14 smithi029 ceph-mon[99353]: osdmap e1980: 8 total, 8 up, 8 in 2024-07-27T19:27:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:14 smithi179 ceph-mon[89801]: pgmap v3675: 137 pgs: 1 peering, 136 active+clean; 75 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 5.7 MiB/s wr, 34 op/s 2024-07-27T19:27:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:14 smithi179 ceph-mon[89801]: osdmap e1980: 8 total, 8 up, 8 in 2024-07-27T19:27:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:15 smithi029 ceph-mon[99353]: osdmap e1981: 8 total, 8 up, 8 in 2024-07-27T19:27:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:15 smithi029 ceph-mon[96870]: osdmap e1981: 8 total, 8 up, 8 in 2024-07-27T19:27:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:15 smithi179 ceph-mon[89801]: osdmap e1981: 8 total, 8 up, 8 in 2024-07-27T19:27:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:16 smithi029 ceph-mon[96870]: pgmap v3678: 137 pgs: 1 peering, 136 active+clean; 84 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.7 MiB/s wr, 24 op/s; 682 KiB/s, 0 objects/s recovering 2024-07-27T19:27:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:16 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:27:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:16 smithi029 ceph-mon[99353]: pgmap v3678: 137 pgs: 1 peering, 136 active+clean; 84 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.7 MiB/s wr, 24 op/s; 682 KiB/s, 0 objects/s recovering 2024-07-27T19:27:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:16 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:27:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:16 smithi179 ceph-mon[89801]: pgmap v3678: 137 pgs: 1 peering, 136 active+clean; 84 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 5.7 MiB/s wr, 24 op/s; 682 KiB/s, 0 objects/s recovering 2024-07-27T19:27:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:16 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:27:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:17 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:27:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:17 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:27:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:17 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:27:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:17 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:27:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:17 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:27:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:17 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:27:18.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:17 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:27:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:17 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:27:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:17 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:27:19.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:18 smithi029 ceph-mon[96870]: pgmap v3679: 137 pgs: 1 peering, 136 active+clean; 96 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.7 MiB/s rd, 5.7 MiB/s wr, 73 op/s; 683 KiB/s, 0 objects/s recovering 2024-07-27T19:27:19.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:18 smithi029 ceph-mon[99353]: pgmap v3679: 137 pgs: 1 peering, 136 active+clean; 96 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.7 MiB/s rd, 5.7 MiB/s wr, 73 op/s; 683 KiB/s, 0 objects/s recovering 2024-07-27T19:27:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:18 smithi179 ceph-mon[89801]: pgmap v3679: 137 pgs: 1 peering, 136 active+clean; 96 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.7 MiB/s rd, 5.7 MiB/s wr, 73 op/s; 683 KiB/s, 0 objects/s recovering 2024-07-27T19:27:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:20 smithi029 ceph-mon[96870]: pgmap v3680: 137 pgs: 137 active+clean; 104 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 682 KiB/s rd, 5.1 MiB/s wr, 62 op/s; 634 KiB/s, 0 objects/s recovering 2024-07-27T19:27:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:20 smithi029 ceph-mon[99353]: pgmap v3680: 137 pgs: 137 active+clean; 104 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 682 KiB/s rd, 5.1 MiB/s wr, 62 op/s; 634 KiB/s, 0 objects/s recovering 2024-07-27T19:27:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:20 smithi179 ceph-mon[89801]: pgmap v3680: 137 pgs: 137 active+clean; 104 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 682 KiB/s rd, 5.1 MiB/s wr, 62 op/s; 634 KiB/s, 0 objects/s recovering 2024-07-27T19:27:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:27:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:27:22] "GET /metrics HTTP/1.1" 200 36724 "" "Prometheus/2.43.0" 2024-07-27T19:27:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:22 smithi029 ceph-mon[99353]: pgmap v3681: 137 pgs: 137 active+clean; 104 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 33 KiB/s rd, 3.6 MiB/s wr, 44 op/s; 512 KiB/s, 0 objects/s recovering 2024-07-27T19:27:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:22 smithi029 ceph-mon[96870]: pgmap v3681: 137 pgs: 137 active+clean; 104 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 33 KiB/s rd, 3.6 MiB/s wr, 44 op/s; 512 KiB/s, 0 objects/s recovering 2024-07-27T19:27:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:22 smithi179 ceph-mon[89801]: pgmap v3681: 137 pgs: 137 active+clean; 104 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 33 KiB/s rd, 3.6 MiB/s wr, 44 op/s; 512 KiB/s, 0 objects/s recovering 2024-07-27T19:27:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:27:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:27:24.313 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:27:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:24 smithi029 ceph-mon[96870]: pgmap v3682: 137 pgs: 137 active+clean; 116 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 4.3 MiB/s wr, 44 op/s; 433 KiB/s, 0 objects/s recovering 2024-07-27T19:27:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:24 smithi029 ceph-mon[99353]: pgmap v3682: 137 pgs: 137 active+clean; 116 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 4.3 MiB/s wr, 44 op/s; 433 KiB/s, 0 objects/s recovering 2024-07-27T19:27:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:24 smithi179 ceph-mon[89801]: pgmap v3682: 137 pgs: 137 active+clean; 116 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 4.3 MiB/s wr, 44 op/s; 433 KiB/s, 0 objects/s recovering 2024-07-27T19:27:26.230 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/4.Grow (15933 ms) 2024-07-27T19:27:26.231 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/4.Shrink 2024-07-27T19:27:26.231 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:27:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:26 smithi029 ceph-mon[96870]: pgmap v3683: 137 pgs: 137 active+clean; 120 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 88 KiB/s rd, 3.5 MiB/s wr, 44 op/s 2024-07-27T19:27:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:26 smithi029 ceph-mon[99353]: pgmap v3683: 137 pgs: 137 active+clean; 120 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 88 KiB/s rd, 3.5 MiB/s wr, 44 op/s 2024-07-27T19:27:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:26 smithi179 ceph-mon[89801]: pgmap v3683: 137 pgs: 137 active+clean; 120 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 88 KiB/s rd, 3.5 MiB/s wr, 44 op/s 2024-07-27T19:27:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:28 smithi029 ceph-mon[96870]: pgmap v3684: 137 pgs: 137 active+clean; 128 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 MiB/s rd, 4.3 MiB/s wr, 49 op/s 2024-07-27T19:27:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:28 smithi029 ceph-mon[99353]: pgmap v3684: 137 pgs: 137 active+clean; 128 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 MiB/s rd, 4.3 MiB/s wr, 49 op/s 2024-07-27T19:27:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:28 smithi179 ceph-mon[89801]: pgmap v3684: 137 pgs: 137 active+clean; 128 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 MiB/s rd, 4.3 MiB/s wr, 49 op/s 2024-07-27T19:27:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:31 smithi179 ceph-mon[89801]: pgmap v3685: 137 pgs: 137 active+clean; 145 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.8 MiB/s rd, 5.4 MiB/s wr, 32 op/s 2024-07-27T19:27:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:31 smithi179 ceph-mon[89801]: osdmap e1982: 8 total, 8 up, 8 in 2024-07-27T19:27:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:31 smithi029 ceph-mon[96870]: pgmap v3685: 137 pgs: 137 active+clean; 145 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.8 MiB/s rd, 5.4 MiB/s wr, 32 op/s 2024-07-27T19:27:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:31 smithi029 ceph-mon[96870]: osdmap e1982: 8 total, 8 up, 8 in 2024-07-27T19:27:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:31 smithi029 ceph-mon[99353]: pgmap v3685: 137 pgs: 137 active+clean; 145 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.8 MiB/s rd, 5.4 MiB/s wr, 32 op/s 2024-07-27T19:27:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:31 smithi029 ceph-mon[99353]: osdmap e1982: 8 total, 8 up, 8 in 2024-07-27T19:27:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:27:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:27:32] "GET /metrics HTTP/1.1" 200 36743 "" "Prometheus/2.43.0" 2024-07-27T19:27:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:33 smithi179 ceph-mon[89801]: pgmap v3687: 137 pgs: 137 active+clean; 149 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 6.1 MiB/s wr, 37 op/s 2024-07-27T19:27:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:33 smithi029 ceph-mon[96870]: pgmap v3687: 137 pgs: 137 active+clean; 149 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 6.1 MiB/s wr, 37 op/s 2024-07-27T19:27:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:33 smithi029 ceph-mon[99353]: pgmap v3687: 137 pgs: 137 active+clean; 149 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 6.1 MiB/s wr, 37 op/s 2024-07-27T19:27:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:35 smithi179 ceph-mon[89801]: pgmap v3688: 137 pgs: 137 active+clean; 174 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.4 MiB/s wr, 64 op/s 2024-07-27T19:27:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:35 smithi029 ceph-mon[96870]: pgmap v3688: 137 pgs: 137 active+clean; 174 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.4 MiB/s wr, 64 op/s 2024-07-27T19:27:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:35 smithi029 ceph-mon[99353]: pgmap v3688: 137 pgs: 137 active+clean; 174 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.4 MiB/s wr, 64 op/s 2024-07-27T19:27:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:37 smithi179 ceph-mon[89801]: pgmap v3689: 137 pgs: 137 active+clean; 174 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.0 MiB/s wr, 60 op/s 2024-07-27T19:27:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:37 smithi029 ceph-mon[96870]: pgmap v3689: 137 pgs: 137 active+clean; 174 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.0 MiB/s wr, 60 op/s 2024-07-27T19:27:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:37 smithi029 ceph-mon[99353]: pgmap v3689: 137 pgs: 137 active+clean; 174 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 MiB/s rd, 7.0 MiB/s wr, 60 op/s 2024-07-27T19:27:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:39 smithi179 ceph-mon[89801]: pgmap v3690: 137 pgs: 137 active+clean; 174 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.8 MiB/s rd, 5.4 MiB/s wr, 46 op/s 2024-07-27T19:27:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:27:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:39 smithi029 ceph-mon[96870]: pgmap v3690: 137 pgs: 137 active+clean; 174 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.8 MiB/s rd, 5.4 MiB/s wr, 46 op/s 2024-07-27T19:27:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:27:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:39 smithi029 ceph-mon[99353]: pgmap v3690: 137 pgs: 137 active+clean; 174 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.8 MiB/s rd, 5.4 MiB/s wr, 46 op/s 2024-07-27T19:27:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:27:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:41 smithi179 ceph-mon[89801]: pgmap v3691: 137 pgs: 137 active+clean; 178 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 3.3 MiB/s wr, 35 op/s 2024-07-27T19:27:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:41 smithi029 ceph-mon[96870]: pgmap v3691: 137 pgs: 137 active+clean; 178 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 3.3 MiB/s wr, 35 op/s 2024-07-27T19:27:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:41 smithi029 ceph-mon[99353]: pgmap v3691: 137 pgs: 137 active+clean; 178 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 3.3 MiB/s wr, 35 op/s 2024-07-27T19:27:42.755 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:27:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:27:42] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:27:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:43 smithi179 ceph-mon[89801]: pgmap v3692: 137 pgs: 137 active+clean; 182 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 3.2 MiB/s wr, 31 op/s 2024-07-27T19:27:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:43 smithi029 ceph-mon[96870]: pgmap v3692: 137 pgs: 137 active+clean; 182 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 3.2 MiB/s wr, 31 op/s 2024-07-27T19:27:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:43 smithi029 ceph-mon[99353]: pgmap v3692: 137 pgs: 137 active+clean; 182 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 3.2 MiB/s wr, 31 op/s 2024-07-27T19:27:43.606 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/4.Shrink (17376 ms) 2024-07-27T19:27:43.607 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/4.ShrinkToOne 2024-07-27T19:27:43.607 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:27:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:45 smithi179 ceph-mon[89801]: pgmap v3693: 137 pgs: 137 active+clean; 202 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 MiB/s rd, 5.1 MiB/s wr, 52 op/s 2024-07-27T19:27:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:45 smithi029 ceph-mon[96870]: pgmap v3693: 137 pgs: 137 active+clean; 202 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 MiB/s rd, 5.1 MiB/s wr, 52 op/s 2024-07-27T19:27:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:45 smithi029 ceph-mon[99353]: pgmap v3693: 137 pgs: 137 active+clean; 202 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 MiB/s rd, 5.1 MiB/s wr, 52 op/s 2024-07-27T19:27:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:47 smithi179 ceph-mon[89801]: pgmap v3694: 137 pgs: 137 active+clean; 214 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.5 MiB/s rd, 4.3 MiB/s wr, 28 op/s 2024-07-27T19:27:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:47 smithi029 ceph-mon[96870]: pgmap v3694: 137 pgs: 137 active+clean; 214 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.5 MiB/s rd, 4.3 MiB/s wr, 28 op/s 2024-07-27T19:27:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:47 smithi029 ceph-mon[99353]: pgmap v3694: 137 pgs: 137 active+clean; 214 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.5 MiB/s rd, 4.3 MiB/s wr, 28 op/s 2024-07-27T19:27:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:49 smithi179 ceph-mon[89801]: pgmap v3695: 137 pgs: 137 active+clean; 220 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 9.1 MiB/s rd, 5.2 MiB/s wr, 31 op/s 2024-07-27T19:27:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:49 smithi179 ceph-mon[89801]: osdmap e1983: 8 total, 8 up, 8 in 2024-07-27T19:27:49.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:49 smithi029 ceph-mon[96870]: pgmap v3695: 137 pgs: 137 active+clean; 220 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 9.1 MiB/s rd, 5.2 MiB/s wr, 31 op/s 2024-07-27T19:27:49.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:49 smithi029 ceph-mon[96870]: osdmap e1983: 8 total, 8 up, 8 in 2024-07-27T19:27:49.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:49 smithi029 ceph-mon[99353]: pgmap v3695: 137 pgs: 137 active+clean; 220 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 9.1 MiB/s rd, 5.2 MiB/s wr, 31 op/s 2024-07-27T19:27:49.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:49 smithi029 ceph-mon[99353]: osdmap e1983: 8 total, 8 up, 8 in 2024-07-27T19:27:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:51 smithi179 ceph-mon[89801]: pgmap v3697: 137 pgs: 137 active+clean; 232 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 12 MiB/s rd, 7.0 MiB/s wr, 56 op/s 2024-07-27T19:27:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:51 smithi029 ceph-mon[96870]: pgmap v3697: 137 pgs: 137 active+clean; 232 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 12 MiB/s rd, 7.0 MiB/s wr, 56 op/s 2024-07-27T19:27:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:51 smithi029 ceph-mon[99353]: pgmap v3697: 137 pgs: 137 active+clean; 232 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 12 MiB/s rd, 7.0 MiB/s wr, 56 op/s 2024-07-27T19:27:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:27:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:27:52] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:27:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:53 smithi179 ceph-mon[89801]: pgmap v3698: 137 pgs: 137 active+clean; 236 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 12 MiB/s rd, 7.0 MiB/s wr, 56 op/s 2024-07-27T19:27:53.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:53 smithi029 ceph-mon[96870]: pgmap v3698: 137 pgs: 137 active+clean; 236 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 12 MiB/s rd, 7.0 MiB/s wr, 56 op/s 2024-07-27T19:27:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:53 smithi029 ceph-mon[99353]: pgmap v3698: 137 pgs: 137 active+clean; 236 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 12 MiB/s rd, 7.0 MiB/s wr, 56 op/s 2024-07-27T19:27:54.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:27:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:27:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:27:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:55 smithi179 ceph-mon[89801]: pgmap v3699: 137 pgs: 137 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.6 MiB/s rd, 5.0 MiB/s wr, 43 op/s 2024-07-27T19:27:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:55 smithi029 ceph-mon[96870]: pgmap v3699: 137 pgs: 137 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.6 MiB/s rd, 5.0 MiB/s wr, 43 op/s 2024-07-27T19:27:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:55 smithi029 ceph-mon[99353]: pgmap v3699: 137 pgs: 137 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.6 MiB/s rd, 5.0 MiB/s wr, 43 op/s 2024-07-27T19:27:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:56 smithi179 ceph-mon[89801]: pgmap v3700: 137 pgs: 137 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.4 MiB/s wr, 38 op/s 2024-07-27T19:27:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:56 smithi029 ceph-mon[96870]: pgmap v3700: 137 pgs: 137 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.4 MiB/s wr, 38 op/s 2024-07-27T19:27:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:56 smithi029 ceph-mon[99353]: pgmap v3700: 137 pgs: 137 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.4 MiB/s wr, 38 op/s 2024-07-27T19:27:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:27:58 smithi029 ceph-mon[96870]: pgmap v3701: 137 pgs: 137 active+clean; 252 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 845 KiB/s rd, 3.2 MiB/s wr, 35 op/s 2024-07-27T19:27:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:27:58 smithi029 ceph-mon[99353]: pgmap v3701: 137 pgs: 137 active+clean; 252 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 845 KiB/s rd, 3.2 MiB/s wr, 35 op/s 2024-07-27T19:27:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:27:58 smithi179 ceph-mon[89801]: pgmap v3701: 137 pgs: 137 active+clean; 252 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 845 KiB/s rd, 3.2 MiB/s wr, 35 op/s 2024-07-27T19:28:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:00 smithi029 ceph-mon[96870]: pgmap v3702: 137 pgs: 137 active+clean; 260 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 80 KiB/s rd, 2.8 MiB/s wr, 40 op/s 2024-07-27T19:28:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:00 smithi029 ceph-mon[99353]: pgmap v3702: 137 pgs: 137 active+clean; 260 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 80 KiB/s rd, 2.8 MiB/s wr, 40 op/s 2024-07-27T19:28:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:00 smithi179 ceph-mon[89801]: pgmap v3702: 137 pgs: 137 active+clean; 260 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 80 KiB/s rd, 2.8 MiB/s wr, 40 op/s 2024-07-27T19:28:01.546 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/4.ShrinkToOne (17939 ms) 2024-07-27T19:28:01.546 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/4.ShrinkToOneAfterSnapshot 2024-07-27T19:28:01.546 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:28:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:02 smithi029 ceph-mon[96870]: pgmap v3703: 137 pgs: 137 active+clean; 260 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 405 KiB/s rd, 2.7 MiB/s wr, 23 op/s 2024-07-27T19:28:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:02 smithi029 ceph-mon[99353]: pgmap v3703: 137 pgs: 137 active+clean; 260 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 405 KiB/s rd, 2.7 MiB/s wr, 23 op/s 2024-07-27T19:28:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:28:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:28:02] "GET /metrics HTTP/1.1" 200 36733 "" "Prometheus/2.43.0" 2024-07-27T19:28:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:02 smithi179 ceph-mon[89801]: pgmap v3703: 137 pgs: 137 active+clean; 260 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 405 KiB/s rd, 2.7 MiB/s wr, 23 op/s 2024-07-27T19:28:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:04 smithi179 ceph-mon[89801]: pgmap v3704: 137 pgs: 137 active+clean; 260 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 31 op/s 2024-07-27T19:28:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:04 smithi029 ceph-mon[96870]: pgmap v3704: 137 pgs: 137 active+clean; 260 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 31 op/s 2024-07-27T19:28:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:04 smithi029 ceph-mon[99353]: pgmap v3704: 137 pgs: 137 active+clean; 260 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 31 op/s 2024-07-27T19:28:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:06 smithi179 ceph-mon[89801]: pgmap v3705: 137 pgs: 137 active+clean; 264 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 23 op/s 2024-07-27T19:28:07.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:06 smithi179 ceph-mon[89801]: osdmap e1984: 8 total, 8 up, 8 in 2024-07-27T19:28:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:06 smithi029 ceph-mon[96870]: pgmap v3705: 137 pgs: 137 active+clean; 264 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 23 op/s 2024-07-27T19:28:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:06 smithi029 ceph-mon[96870]: osdmap e1984: 8 total, 8 up, 8 in 2024-07-27T19:28:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:06 smithi029 ceph-mon[99353]: pgmap v3705: 137 pgs: 137 active+clean; 264 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 23 op/s 2024-07-27T19:28:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:06 smithi029 ceph-mon[99353]: osdmap e1984: 8 total, 8 up, 8 in 2024-07-27T19:28:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:08 smithi179 ceph-mon[89801]: pgmap v3707: 137 pgs: 137 active+clean; 277 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 4.5 MiB/s wr, 35 op/s 2024-07-27T19:28:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:28:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:08 smithi029 ceph-mon[96870]: pgmap v3707: 137 pgs: 137 active+clean; 277 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 4.5 MiB/s wr, 35 op/s 2024-07-27T19:28:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:28:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:08 smithi029 ceph-mon[99353]: pgmap v3707: 137 pgs: 137 active+clean; 277 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 4.5 MiB/s wr, 35 op/s 2024-07-27T19:28:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:28:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:10 smithi029 ceph-mon[96870]: pgmap v3708: 137 pgs: 137 active+clean; 293 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 5.3 MiB/s wr, 51 op/s 2024-07-27T19:28:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:10 smithi029 ceph-mon[99353]: pgmap v3708: 137 pgs: 137 active+clean; 293 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 5.3 MiB/s wr, 51 op/s 2024-07-27T19:28:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:10 smithi179 ceph-mon[89801]: pgmap v3708: 137 pgs: 137 active+clean; 293 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 5.3 MiB/s wr, 51 op/s 2024-07-27T19:28:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:28:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:28:12] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:28:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:12 smithi029 ceph-mon[96870]: pgmap v3709: 137 pgs: 137 active+clean; 293 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.9 MiB/s wr, 51 op/s 2024-07-27T19:28:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:12 smithi029 ceph-mon[99353]: pgmap v3709: 137 pgs: 137 active+clean; 293 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.9 MiB/s wr, 51 op/s 2024-07-27T19:28:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:12 smithi179 ceph-mon[89801]: pgmap v3709: 137 pgs: 137 active+clean; 293 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.9 MiB/s wr, 51 op/s 2024-07-27T19:28:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:14 smithi029 ceph-mon[96870]: pgmap v3710: 137 pgs: 137 active+clean; 293 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 3.7 MiB/s wr, 40 op/s 2024-07-27T19:28:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:14 smithi029 ceph-mon[99353]: pgmap v3710: 137 pgs: 137 active+clean; 293 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 3.7 MiB/s wr, 40 op/s 2024-07-27T19:28:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:14 smithi179 ceph-mon[89801]: pgmap v3710: 137 pgs: 137 active+clean; 293 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 3.7 MiB/s wr, 40 op/s 2024-07-27T19:28:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:16 smithi029 ceph-mon[96870]: pgmap v3711: 137 pgs: 137 active+clean; 297 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 60 KiB/s rd, 3.3 MiB/s wr, 42 op/s 2024-07-27T19:28:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:16 smithi029 ceph-mon[99353]: pgmap v3711: 137 pgs: 137 active+clean; 297 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 60 KiB/s rd, 3.3 MiB/s wr, 42 op/s 2024-07-27T19:28:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:16 smithi179 ceph-mon[89801]: pgmap v3711: 137 pgs: 137 active+clean; 297 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 60 KiB/s rd, 3.3 MiB/s wr, 42 op/s 2024-07-27T19:28:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:17 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:28:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:17 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:28:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:17 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:28:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:17 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:28:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:17 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:28:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:17 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:28:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:17 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:28:18.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:17 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:28:18.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:17 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:28:18.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:17 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:28:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:17 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:28:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:17 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:28:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:18 smithi029 ceph-mon[96870]: pgmap v3712: 137 pgs: 137 active+clean; 305 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 79 KiB/s rd, 3.6 MiB/s wr, 40 op/s 2024-07-27T19:28:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:18 smithi029 ceph-mon[96870]: osdmap e1985: 8 total, 8 up, 8 in 2024-07-27T19:28:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:18 smithi029 ceph-mon[99353]: pgmap v3712: 137 pgs: 137 active+clean; 305 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 79 KiB/s rd, 3.6 MiB/s wr, 40 op/s 2024-07-27T19:28:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:18 smithi029 ceph-mon[99353]: osdmap e1985: 8 total, 8 up, 8 in 2024-07-27T19:28:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:18 smithi179 ceph-mon[89801]: pgmap v3712: 137 pgs: 137 active+clean; 305 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 79 KiB/s rd, 3.6 MiB/s wr, 40 op/s 2024-07-27T19:28:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:18 smithi179 ceph-mon[89801]: osdmap e1985: 8 total, 8 up, 8 in 2024-07-27T19:28:20.199 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/4.ShrinkToOneAfterSnapshot (18653 ms) 2024-07-27T19:28:20.199 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/4.MinOverlap 2024-07-27T19:28:20.199 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:28:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:20 smithi029 ceph-mon[96870]: pgmap v3714: 137 pgs: 137 active+clean; 321 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 23 op/s 2024-07-27T19:28:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:20 smithi029 ceph-mon[99353]: pgmap v3714: 137 pgs: 137 active+clean; 321 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 23 op/s 2024-07-27T19:28:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:20 smithi179 ceph-mon[89801]: pgmap v3714: 137 pgs: 137 active+clean; 321 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.8 MiB/s wr, 23 op/s 2024-07-27T19:28:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:28:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:28:22] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:28:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:22 smithi029 ceph-mon[96870]: pgmap v3715: 137 pgs: 137 active+clean; 349 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 5.6 MiB/s wr, 24 op/s 2024-07-27T19:28:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:22 smithi029 ceph-mon[99353]: pgmap v3715: 137 pgs: 137 active+clean; 349 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 5.6 MiB/s wr, 24 op/s 2024-07-27T19:28:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:22 smithi179 ceph-mon[89801]: pgmap v3715: 137 pgs: 137 active+clean; 349 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 5.6 MiB/s wr, 24 op/s 2024-07-27T19:28:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:28:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:28:24.313 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:28:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:24 smithi029 ceph-mon[96870]: pgmap v3716: 137 pgs: 137 active+clean; 378 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 8.5 MiB/s wr, 48 op/s 2024-07-27T19:28:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:24 smithi029 ceph-mon[96870]: osdmap e1986: 8 total, 8 up, 8 in 2024-07-27T19:28:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:24 smithi029 ceph-mon[99353]: pgmap v3716: 137 pgs: 137 active+clean; 378 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 8.5 MiB/s wr, 48 op/s 2024-07-27T19:28:25.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:24 smithi029 ceph-mon[99353]: osdmap e1986: 8 total, 8 up, 8 in 2024-07-27T19:28:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:24 smithi179 ceph-mon[89801]: pgmap v3716: 137 pgs: 137 active+clean; 378 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 8.5 MiB/s wr, 48 op/s 2024-07-27T19:28:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:24 smithi179 ceph-mon[89801]: osdmap e1986: 8 total, 8 up, 8 in 2024-07-27T19:28:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:26 smithi029 ceph-mon[96870]: pgmap v3718: 137 pgs: 137 active+clean; 382 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 5.2 MiB/s rd, 9.6 MiB/s wr, 59 op/s 2024-07-27T19:28:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:26 smithi029 ceph-mon[99353]: pgmap v3718: 137 pgs: 137 active+clean; 382 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 5.2 MiB/s rd, 9.6 MiB/s wr, 59 op/s 2024-07-27T19:28:27.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:26 smithi179 ceph-mon[89801]: pgmap v3718: 137 pgs: 137 active+clean; 382 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 5.2 MiB/s rd, 9.6 MiB/s wr, 59 op/s 2024-07-27T19:28:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:28 smithi029 ceph-mon[96870]: pgmap v3719: 137 pgs: 137 active+clean; 399 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 4.4 MiB/s rd, 9.9 MiB/s wr, 71 op/s 2024-07-27T19:28:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:28 smithi029 ceph-mon[99353]: pgmap v3719: 137 pgs: 137 active+clean; 399 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 4.4 MiB/s rd, 9.9 MiB/s wr, 71 op/s 2024-07-27T19:28:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:28 smithi179 ceph-mon[89801]: pgmap v3719: 137 pgs: 137 active+clean; 399 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 4.4 MiB/s rd, 9.9 MiB/s wr, 71 op/s 2024-07-27T19:28:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:30 smithi029 ceph-mon[99353]: pgmap v3720: 137 pgs: 137 active+clean; 407 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 8.6 MiB/s wr, 61 op/s 2024-07-27T19:28:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:30 smithi029 ceph-mon[96870]: pgmap v3720: 137 pgs: 137 active+clean; 407 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 8.6 MiB/s wr, 61 op/s 2024-07-27T19:28:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:30 smithi179 ceph-mon[89801]: pgmap v3720: 137 pgs: 137 active+clean; 407 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 8.6 MiB/s wr, 61 op/s 2024-07-27T19:28:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:28:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:28:32] "GET /metrics HTTP/1.1" 200 36742 "" "Prometheus/2.43.0" 2024-07-27T19:28:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:32 smithi029 ceph-mon[96870]: pgmap v3721: 137 pgs: 137 active+clean; 407 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 5.8 MiB/s wr, 60 op/s 2024-07-27T19:28:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:32 smithi029 ceph-mon[99353]: pgmap v3721: 137 pgs: 137 active+clean; 407 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 5.8 MiB/s wr, 60 op/s 2024-07-27T19:28:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:32 smithi179 ceph-mon[89801]: pgmap v3721: 137 pgs: 137 active+clean; 407 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 5.8 MiB/s wr, 60 op/s 2024-07-27T19:28:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:34 smithi029 ceph-mon[96870]: pgmap v3722: 137 pgs: 137 active+clean; 407 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 34 KiB/s rd, 2.9 MiB/s wr, 46 op/s 2024-07-27T19:28:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:34 smithi029 ceph-mon[99353]: pgmap v3722: 137 pgs: 137 active+clean; 407 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 34 KiB/s rd, 2.9 MiB/s wr, 46 op/s 2024-07-27T19:28:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:34 smithi179 ceph-mon[89801]: pgmap v3722: 137 pgs: 137 active+clean; 407 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 34 KiB/s rd, 2.9 MiB/s wr, 46 op/s 2024-07-27T19:28:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:36 smithi029 ceph-mon[96870]: pgmap v3723: 137 pgs: 137 active+clean; 411 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 2.9 MiB/s wr, 41 op/s 2024-07-27T19:28:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:36 smithi029 ceph-mon[99353]: pgmap v3723: 137 pgs: 137 active+clean; 411 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 2.9 MiB/s wr, 41 op/s 2024-07-27T19:28:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:36 smithi179 ceph-mon[89801]: pgmap v3723: 137 pgs: 137 active+clean; 411 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 2.9 MiB/s wr, 41 op/s 2024-07-27T19:28:37.483 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/4.MinOverlap (17284 ms) 2024-07-27T19:28:37.483 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/4.ZeroOverlap 2024-07-27T19:28:37.483 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:28:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:38 smithi029 ceph-mon[96870]: pgmap v3724: 137 pgs: 137 active+clean; 427 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 5.1 MiB/s wr, 32 op/s 2024-07-27T19:28:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:28:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:38 smithi029 ceph-mon[99353]: pgmap v3724: 137 pgs: 137 active+clean; 427 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 5.1 MiB/s wr, 32 op/s 2024-07-27T19:28:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:28:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:38 smithi179 ceph-mon[89801]: pgmap v3724: 137 pgs: 137 active+clean; 427 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 5.1 MiB/s wr, 32 op/s 2024-07-27T19:28:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:28:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:40 smithi029 ceph-mon[96870]: pgmap v3725: 137 pgs: 137 active+clean; 427 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 4.0 MiB/s wr, 25 op/s 2024-07-27T19:28:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:40 smithi029 ceph-mon[99353]: pgmap v3725: 137 pgs: 137 active+clean; 427 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 4.0 MiB/s wr, 25 op/s 2024-07-27T19:28:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:40 smithi179 ceph-mon[89801]: pgmap v3725: 137 pgs: 137 active+clean; 427 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 4.0 MiB/s wr, 25 op/s 2024-07-27T19:28:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:28:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:28:42] "GET /metrics HTTP/1.1" 200 36736 "" "Prometheus/2.43.0" 2024-07-27T19:28:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:42 smithi029 ceph-mon[96870]: pgmap v3726: 137 pgs: 137 active+clean; 427 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.3 MiB/s wr, 27 op/s 2024-07-27T19:28:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:42 smithi029 ceph-mon[96870]: osdmap e1987: 8 total, 8 up, 8 in 2024-07-27T19:28:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:42 smithi029 ceph-mon[99353]: pgmap v3726: 137 pgs: 137 active+clean; 427 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.3 MiB/s wr, 27 op/s 2024-07-27T19:28:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:42 smithi029 ceph-mon[99353]: osdmap e1987: 8 total, 8 up, 8 in 2024-07-27T19:28:43.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:42 smithi179 ceph-mon[89801]: pgmap v3726: 137 pgs: 137 active+clean; 427 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.4 MiB/s rd, 3.3 MiB/s wr, 27 op/s 2024-07-27T19:28:43.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:42 smithi179 ceph-mon[89801]: osdmap e1987: 8 total, 8 up, 8 in 2024-07-27T19:28:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:44 smithi029 ceph-mon[96870]: pgmap v3728: 137 pgs: 137 active+clean; 452 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 6.5 MiB/s wr, 38 op/s 2024-07-27T19:28:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:44 smithi029 ceph-mon[99353]: pgmap v3728: 137 pgs: 137 active+clean; 452 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 6.5 MiB/s wr, 38 op/s 2024-07-27T19:28:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:44 smithi179 ceph-mon[89801]: pgmap v3728: 137 pgs: 137 active+clean; 452 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 6.5 MiB/s wr, 38 op/s 2024-07-27T19:28:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:46 smithi029 ceph-mon[96870]: pgmap v3729: 137 pgs: 137 active+clean; 452 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 6.1 MiB/s wr, 38 op/s 2024-07-27T19:28:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:46 smithi029 ceph-mon[99353]: pgmap v3729: 137 pgs: 137 active+clean; 452 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 6.1 MiB/s wr, 38 op/s 2024-07-27T19:28:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:46 smithi179 ceph-mon[89801]: pgmap v3729: 137 pgs: 137 active+clean; 452 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 6.1 MiB/s wr, 38 op/s 2024-07-27T19:28:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:48 smithi029 ceph-mon[96870]: pgmap v3730: 137 pgs: 137 active+clean; 456 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 914 KiB/s rd, 3.3 MiB/s wr, 52 op/s 2024-07-27T19:28:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:48 smithi029 ceph-mon[99353]: pgmap v3730: 137 pgs: 137 active+clean; 456 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 914 KiB/s rd, 3.3 MiB/s wr, 52 op/s 2024-07-27T19:28:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:48 smithi179 ceph-mon[89801]: pgmap v3730: 137 pgs: 137 active+clean; 456 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 914 KiB/s rd, 3.3 MiB/s wr, 52 op/s 2024-07-27T19:28:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:50 smithi029 ceph-mon[96870]: pgmap v3731: 137 pgs: 137 active+clean; 456 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 439 KiB/s rd, 2.9 MiB/s wr, 40 op/s 2024-07-27T19:28:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:50 smithi029 ceph-mon[99353]: pgmap v3731: 137 pgs: 137 active+clean; 456 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 439 KiB/s rd, 2.9 MiB/s wr, 40 op/s 2024-07-27T19:28:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:50 smithi179 ceph-mon[89801]: pgmap v3731: 137 pgs: 137 active+clean; 456 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 439 KiB/s rd, 2.9 MiB/s wr, 40 op/s 2024-07-27T19:28:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:28:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:28:52] "GET /metrics HTTP/1.1" 200 36736 "" "Prometheus/2.43.0" 2024-07-27T19:28:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:52 smithi029 ceph-mon[96870]: pgmap v3732: 137 pgs: 137 active+clean; 456 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 436 KiB/s rd, 2.9 MiB/s wr, 36 op/s 2024-07-27T19:28:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:52 smithi029 ceph-mon[99353]: pgmap v3732: 137 pgs: 137 active+clean; 456 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 436 KiB/s rd, 2.9 MiB/s wr, 36 op/s 2024-07-27T19:28:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:52 smithi179 ceph-mon[89801]: pgmap v3732: 137 pgs: 137 active+clean; 456 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 436 KiB/s rd, 2.9 MiB/s wr, 36 op/s 2024-07-27T19:28:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:28:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:28:54.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:28:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:54 smithi029 ceph-mon[96870]: pgmap v3733: 137 pgs: 137 active+clean; 464 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 410 KiB/s rd, 3.2 MiB/s wr, 38 op/s 2024-07-27T19:28:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:54 smithi029 ceph-mon[99353]: pgmap v3733: 137 pgs: 137 active+clean; 464 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 410 KiB/s rd, 3.2 MiB/s wr, 38 op/s 2024-07-27T19:28:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:54 smithi179 ceph-mon[89801]: pgmap v3733: 137 pgs: 137 active+clean; 464 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 410 KiB/s rd, 3.2 MiB/s wr, 38 op/s 2024-07-27T19:28:55.465 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/4.ZeroOverlap (17982 ms) 2024-07-27T19:28:56.011 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/4 (127534 ms total) 2024-07-27T19:28:56.011 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:28:56.012 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/5, where TypeParam = UnformattedLUKS2 2024-07-27T19:28:56.044 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/5.Simple 2024-07-27T19:28:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:57 smithi179 ceph-mon[89801]: pgmap v3734: 137 pgs: 137 active+clean; 472 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 772 KiB/s rd, 2.3 MiB/s wr, 23 op/s 2024-07-27T19:28:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:57 smithi179 ceph-mon[89801]: osdmap e1988: 8 total, 8 up, 8 in 2024-07-27T19:28:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:57 smithi029 ceph-mon[96870]: pgmap v3734: 137 pgs: 137 active+clean; 472 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 772 KiB/s rd, 2.3 MiB/s wr, 23 op/s 2024-07-27T19:28:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:57 smithi029 ceph-mon[96870]: osdmap e1988: 8 total, 8 up, 8 in 2024-07-27T19:28:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:57 smithi029 ceph-mon[99353]: pgmap v3734: 137 pgs: 137 active+clean; 472 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 772 KiB/s rd, 2.3 MiB/s wr, 23 op/s 2024-07-27T19:28:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:57 smithi029 ceph-mon[99353]: osdmap e1988: 8 total, 8 up, 8 in 2024-07-27T19:28:58.022 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:28:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:58 smithi179 ceph-mon[89801]: osdmap e1989: 8 total, 8 up, 8 in 2024-07-27T19:28:58.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:58 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2269045683' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-44","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:28:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:58 smithi029 ceph-mon[96870]: osdmap e1989: 8 total, 8 up, 8 in 2024-07-27T19:28:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:58 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2269045683' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-44","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:28:58.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:58 smithi029 ceph-mon[99353]: osdmap e1989: 8 total, 8 up, 8 in 2024-07-27T19:28:58.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:58 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2269045683' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-44","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:28:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:59 smithi179 ceph-mon[89801]: pgmap v3737: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 4.6 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:28:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:59 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:28:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:59 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2269045683' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-44","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:28:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:28:59 smithi179 ceph-mon[89801]: osdmap e1990: 8 total, 8 up, 8 in 2024-07-27T19:28:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:59 smithi029 ceph-mon[96870]: pgmap v3737: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 4.6 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:28:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:59 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:28:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:59 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2269045683' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-44","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:28:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:28:59 smithi029 ceph-mon[96870]: osdmap e1990: 8 total, 8 up, 8 in 2024-07-27T19:28:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:59 smithi029 ceph-mon[99353]: pgmap v3737: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 4.6 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:28:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:59 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:28:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:59 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2269045683' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-44","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:28:59.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:28:59 smithi029 ceph-mon[99353]: osdmap e1990: 8 total, 8 up, 8 in 2024-07-27T19:29:00.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:00 smithi179 ceph-mon[89801]: osdmap e1991: 8 total, 8 up, 8 in 2024-07-27T19:29:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:00 smithi029 ceph-mon[96870]: osdmap e1991: 8 total, 8 up, 8 in 2024-07-27T19:29:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:00 smithi029 ceph-mon[99353]: osdmap e1991: 8 total, 8 up, 8 in 2024-07-27T19:29:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:01 smithi179 ceph-mon[89801]: pgmap v3740: 137 pgs: 9 creating+peering, 16 unknown, 112 active+clean; 4.6 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:29:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:01 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:29:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:01 smithi179 ceph-mon[89801]: osdmap e1992: 8 total, 8 up, 8 in 2024-07-27T19:29:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:01 smithi029 ceph-mon[96870]: pgmap v3740: 137 pgs: 9 creating+peering, 16 unknown, 112 active+clean; 4.6 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:29:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:01 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:29:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:01 smithi029 ceph-mon[96870]: osdmap e1992: 8 total, 8 up, 8 in 2024-07-27T19:29:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:01 smithi029 ceph-mon[99353]: pgmap v3740: 137 pgs: 9 creating+peering, 16 unknown, 112 active+clean; 4.6 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:29:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:01 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:29:01.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:01 smithi029 ceph-mon[99353]: osdmap e1992: 8 total, 8 up, 8 in 2024-07-27T19:29:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:29:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:29:02] "GET /metrics HTTP/1.1" 200 36737 "" "Prometheus/2.43.0" 2024-07-27T19:29:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:03 smithi179 ceph-mon[89801]: pgmap v3742: 137 pgs: 9 creating+peering, 4 unknown, 124 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.1 KiB/s rd, 693 B/s wr, 2 op/s 2024-07-27T19:29:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:03 smithi029 ceph-mon[96870]: pgmap v3742: 137 pgs: 9 creating+peering, 4 unknown, 124 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.1 KiB/s rd, 693 B/s wr, 2 op/s 2024-07-27T19:29:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:03 smithi029 ceph-mon[99353]: pgmap v3742: 137 pgs: 9 creating+peering, 4 unknown, 124 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.1 KiB/s rd, 693 B/s wr, 2 op/s 2024-07-27T19:29:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:05 smithi179 ceph-mon[89801]: pgmap v3743: 137 pgs: 137 active+clean; 4.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:29:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:05 smithi029 ceph-mon[96870]: pgmap v3743: 137 pgs: 137 active+clean; 4.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:29:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:05 smithi029 ceph-mon[99353]: pgmap v3743: 137 pgs: 137 active+clean; 4.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:29:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:07 smithi179 ceph-mon[89801]: pgmap v3744: 137 pgs: 137 active+clean; 4.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-07-27T19:29:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:07 smithi029 ceph-mon[96870]: pgmap v3744: 137 pgs: 137 active+clean; 4.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-07-27T19:29:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:07 smithi029 ceph-mon[99353]: pgmap v3744: 137 pgs: 137 active+clean; 4.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-07-27T19:29:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:09 smithi179 ceph-mon[89801]: pgmap v3745: 137 pgs: 137 active+clean; 4.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 972 B/s wr, 6 op/s 2024-07-27T19:29:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:09 smithi179 ceph-mon[89801]: osdmap e1993: 8 total, 8 up, 8 in 2024-07-27T19:29:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:29:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:09 smithi179 ceph-mon[89801]: osdmap e1994: 8 total, 8 up, 8 in 2024-07-27T19:29:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:09 smithi029 ceph-mon[96870]: pgmap v3745: 137 pgs: 137 active+clean; 4.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 972 B/s wr, 6 op/s 2024-07-27T19:29:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:09 smithi029 ceph-mon[96870]: osdmap e1993: 8 total, 8 up, 8 in 2024-07-27T19:29:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:29:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:09 smithi029 ceph-mon[96870]: osdmap e1994: 8 total, 8 up, 8 in 2024-07-27T19:29:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:09 smithi029 ceph-mon[99353]: pgmap v3745: 137 pgs: 137 active+clean; 4.6 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 972 B/s wr, 6 op/s 2024-07-27T19:29:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:09 smithi029 ceph-mon[99353]: osdmap e1993: 8 total, 8 up, 8 in 2024-07-27T19:29:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:29:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:09 smithi029 ceph-mon[99353]: osdmap e1994: 8 total, 8 up, 8 in 2024-07-27T19:29:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:11 smithi179 ceph-mon[89801]: pgmap v3748: 137 pgs: 137 active+clean; 22 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.1 MiB/s wr, 7 op/s 2024-07-27T19:29:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:11 smithi029 ceph-mon[96870]: pgmap v3748: 137 pgs: 137 active+clean; 22 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.1 MiB/s wr, 7 op/s 2024-07-27T19:29:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:11 smithi029 ceph-mon[99353]: pgmap v3748: 137 pgs: 137 active+clean; 22 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.1 MiB/s wr, 7 op/s 2024-07-27T19:29:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:29:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:29:12] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:29:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:13 smithi179 ceph-mon[89801]: pgmap v3749: 137 pgs: 137 active+clean; 26 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 2.6 MiB/s wr, 18 op/s 2024-07-27T19:29:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:13 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.2", "id": [4, 1]}]: dispatch 2024-07-27T19:29:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:13 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.5", "id": [4, 6]}]: dispatch 2024-07-27T19:29:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.2", "id": [4, 1]}]: dispatch 2024-07-27T19:29:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:13 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.1e", "id": [3, 6]}]: dispatch 2024-07-27T19:29:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.5", "id": [4, 6]}]: dispatch 2024-07-27T19:29:13.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:13 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.1e", "id": [3, 6]}]: dispatch 2024-07-27T19:29:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[96870]: pgmap v3749: 137 pgs: 137 active+clean; 26 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 2.6 MiB/s wr, 18 op/s 2024-07-27T19:29:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.2", "id": [4, 1]}]: dispatch 2024-07-27T19:29:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.5", "id": [4, 6]}]: dispatch 2024-07-27T19:29:13.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.2", "id": [4, 1]}]: dispatch 2024-07-27T19:29:13.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.1e", "id": [3, 6]}]: dispatch 2024-07-27T19:29:13.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.5", "id": [4, 6]}]: dispatch 2024-07-27T19:29:13.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.1e", "id": [3, 6]}]: dispatch 2024-07-27T19:29:13.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[99353]: pgmap v3749: 137 pgs: 137 active+clean; 26 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 2.6 MiB/s wr, 18 op/s 2024-07-27T19:29:13.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.2", "id": [4, 1]}]: dispatch 2024-07-27T19:29:13.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.5", "id": [4, 6]}]: dispatch 2024-07-27T19:29:13.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.2", "id": [4, 1]}]: dispatch 2024-07-27T19:29:13.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.1e", "id": [3, 6]}]: dispatch 2024-07-27T19:29:13.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.5", "id": [4, 6]}]: dispatch 2024-07-27T19:29:13.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:13 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.1e", "id": [3, 6]}]: dispatch 2024-07-27T19:29:14.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.2", "id": [4, 1]}]': finished 2024-07-27T19:29:14.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.5", "id": [4, 6]}]': finished 2024-07-27T19:29:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.1e", "id": [3, 6]}]': finished 2024-07-27T19:29:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:14 smithi179 ceph-mon[89801]: osdmap e1995: 8 total, 8 up, 8 in 2024-07-27T19:29:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:14 smithi179 ceph-mon[89801]: pgmap v3751: 137 pgs: 1 peering, 136 active+clean; 59 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.4 MiB/s rd, 9.0 MiB/s wr, 75 op/s 2024-07-27T19:29:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.2", "id": [4, 1]}]': finished 2024-07-27T19:29:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.5", "id": [4, 6]}]': finished 2024-07-27T19:29:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.1e", "id": [3, 6]}]': finished 2024-07-27T19:29:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:14 smithi029 ceph-mon[96870]: osdmap e1995: 8 total, 8 up, 8 in 2024-07-27T19:29:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:14 smithi029 ceph-mon[96870]: pgmap v3751: 137 pgs: 1 peering, 136 active+clean; 59 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.4 MiB/s rd, 9.0 MiB/s wr, 75 op/s 2024-07-27T19:29:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.2", "id": [4, 1]}]': finished 2024-07-27T19:29:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.5", "id": [4, 6]}]': finished 2024-07-27T19:29:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "120.1e", "id": [3, 6]}]': finished 2024-07-27T19:29:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:14 smithi029 ceph-mon[99353]: osdmap e1995: 8 total, 8 up, 8 in 2024-07-27T19:29:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:14 smithi029 ceph-mon[99353]: pgmap v3751: 137 pgs: 1 peering, 136 active+clean; 59 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.4 MiB/s rd, 9.0 MiB/s wr, 75 op/s 2024-07-27T19:29:14.509 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/5.Simple (18464 ms) 2024-07-27T19:29:14.509 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/5.Grow 2024-07-27T19:29:14.509 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:29:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:15 smithi179 ceph-mon[89801]: osdmap e1996: 8 total, 8 up, 8 in 2024-07-27T19:29:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:15 smithi029 ceph-mon[96870]: osdmap e1996: 8 total, 8 up, 8 in 2024-07-27T19:29:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:15 smithi029 ceph-mon[99353]: osdmap e1996: 8 total, 8 up, 8 in 2024-07-27T19:29:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:16 smithi179 ceph-mon[89801]: pgmap v3753: 137 pgs: 1 peering, 136 active+clean; 67 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 7.5 MiB/s wr, 81 op/s 2024-07-27T19:29:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:16 smithi029 ceph-mon[96870]: pgmap v3753: 137 pgs: 1 peering, 136 active+clean; 67 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 7.5 MiB/s wr, 81 op/s 2024-07-27T19:29:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:16 smithi029 ceph-mon[99353]: pgmap v3753: 137 pgs: 1 peering, 136 active+clean; 67 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 10 MiB/s rd, 7.5 MiB/s wr, 81 op/s 2024-07-27T19:29:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:18 smithi179 ceph-mon[89801]: pgmap v3754: 137 pgs: 1 peering, 136 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s rd, 8.1 MiB/s wr, 77 op/s 2024-07-27T19:29:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:29:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:29:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:29:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:18 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:29:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:18 smithi029 ceph-mon[96870]: pgmap v3754: 137 pgs: 1 peering, 136 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s rd, 8.1 MiB/s wr, 77 op/s 2024-07-27T19:29:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:29:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:29:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:29:19.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:18 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:29:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:18 smithi029 ceph-mon[99353]: pgmap v3754: 137 pgs: 1 peering, 136 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 MiB/s rd, 8.1 MiB/s wr, 77 op/s 2024-07-27T19:29:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:29:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:29:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:29:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:18 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:29:20.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:20 smithi179 ceph-mon[89801]: pgmap v3755: 137 pgs: 137 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 14 MiB/s rd, 7.6 MiB/s wr, 66 op/s; 768 KiB/s, 0 objects/s recovering 2024-07-27T19:29:21.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:20 smithi029 ceph-mon[99353]: pgmap v3755: 137 pgs: 137 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 14 MiB/s rd, 7.6 MiB/s wr, 66 op/s; 768 KiB/s, 0 objects/s recovering 2024-07-27T19:29:21.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:20 smithi029 ceph-mon[96870]: pgmap v3755: 137 pgs: 137 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 14 MiB/s rd, 7.6 MiB/s wr, 66 op/s; 768 KiB/s, 0 objects/s recovering 2024-07-27T19:29:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:22 smithi029 ceph-mon[96870]: pgmap v3756: 137 pgs: 137 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 MiB/s rd, 3.8 MiB/s wr, 27 op/s; 732 KiB/s, 0 objects/s recovering 2024-07-27T19:29:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:22 smithi029 ceph-mon[99353]: pgmap v3756: 137 pgs: 137 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 MiB/s rd, 3.8 MiB/s wr, 27 op/s; 732 KiB/s, 0 objects/s recovering 2024-07-27T19:29:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:29:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:29:22] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:29:22.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:22 smithi179 ceph-mon[89801]: pgmap v3756: 137 pgs: 137 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 MiB/s rd, 3.8 MiB/s wr, 27 op/s; 732 KiB/s, 0 objects/s recovering 2024-07-27T19:29:23.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:23 smithi179 ceph-mon[89801]: osdmap e1997: 8 total, 8 up, 8 in 2024-07-27T19:29:24.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:23 smithi029 ceph-mon[96870]: osdmap e1997: 8 total, 8 up, 8 in 2024-07-27T19:29:24.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:23 smithi029 ceph-mon[99353]: osdmap e1997: 8 total, 8 up, 8 in 2024-07-27T19:29:24.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:24 smithi179 ceph-mon[89801]: pgmap v3758: 137 pgs: 137 active+clean; 116 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.4 MiB/s rd, 6.1 MiB/s wr, 47 op/s; 655 KiB/s, 0 objects/s recovering 2024-07-27T19:29:24.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:29:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:24 smithi029 ceph-mon[96870]: pgmap v3758: 137 pgs: 137 active+clean; 116 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.4 MiB/s rd, 6.1 MiB/s wr, 47 op/s; 655 KiB/s, 0 objects/s recovering 2024-07-27T19:29:25.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:29:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:24 smithi029 ceph-mon[99353]: pgmap v3758: 137 pgs: 137 active+clean; 116 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.4 MiB/s rd, 6.1 MiB/s wr, 47 op/s; 655 KiB/s, 0 objects/s recovering 2024-07-27T19:29:25.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:29:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:26 smithi179 ceph-mon[89801]: pgmap v3759: 137 pgs: 137 active+clean; 124 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 MiB/s rd, 5.7 MiB/s wr, 42 op/s; 614 KiB/s, 0 objects/s recovering 2024-07-27T19:29:27.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:26 smithi029 ceph-mon[96870]: pgmap v3759: 137 pgs: 137 active+clean; 124 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 MiB/s rd, 5.7 MiB/s wr, 42 op/s; 614 KiB/s, 0 objects/s recovering 2024-07-27T19:29:27.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:26 smithi029 ceph-mon[99353]: pgmap v3759: 137 pgs: 137 active+clean; 124 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 MiB/s rd, 5.7 MiB/s wr, 42 op/s; 614 KiB/s, 0 objects/s recovering 2024-07-27T19:29:28.799 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/5.Grow (14289 ms) 2024-07-27T19:29:28.799 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/5.Shrink 2024-07-27T19:29:28.799 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:29:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:28 smithi179 ceph-mon[89801]: pgmap v3760: 137 pgs: 137 active+clean; 136 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 MiB/s rd, 4.9 MiB/s wr, 47 op/s; 614 KiB/s, 0 objects/s recovering 2024-07-27T19:29:29.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:28 smithi029 ceph-mon[96870]: pgmap v3760: 137 pgs: 137 active+clean; 136 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 MiB/s rd, 4.9 MiB/s wr, 47 op/s; 614 KiB/s, 0 objects/s recovering 2024-07-27T19:29:29.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:28 smithi029 ceph-mon[99353]: pgmap v3760: 137 pgs: 137 active+clean; 136 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 MiB/s rd, 4.9 MiB/s wr, 47 op/s; 614 KiB/s, 0 objects/s recovering 2024-07-27T19:29:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:30 smithi179 ceph-mon[89801]: pgmap v3761: 137 pgs: 137 active+clean; 152 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.3 MiB/s rd, 6.5 MiB/s wr, 63 op/s 2024-07-27T19:29:31.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:30 smithi029 ceph-mon[96870]: pgmap v3761: 137 pgs: 137 active+clean; 152 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.3 MiB/s rd, 6.5 MiB/s wr, 63 op/s 2024-07-27T19:29:31.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:30 smithi029 ceph-mon[99353]: pgmap v3761: 137 pgs: 137 active+clean; 152 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.3 MiB/s rd, 6.5 MiB/s wr, 63 op/s 2024-07-27T19:29:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:32 smithi029 ceph-mon[96870]: pgmap v3762: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 8.2 MiB/s wr, 68 op/s 2024-07-27T19:29:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:32 smithi029 ceph-mon[99353]: pgmap v3762: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 8.2 MiB/s wr, 68 op/s 2024-07-27T19:29:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:29:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:29:32] "GET /metrics HTTP/1.1" 200 36746 "" "Prometheus/2.43.0" 2024-07-27T19:29:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:32 smithi179 ceph-mon[89801]: pgmap v3762: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 8.2 MiB/s wr, 68 op/s 2024-07-27T19:29:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:34 smithi179 ceph-mon[89801]: pgmap v3763: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.0 MiB/s wr, 64 op/s 2024-07-27T19:29:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:34 smithi029 ceph-mon[96870]: pgmap v3763: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.0 MiB/s wr, 64 op/s 2024-07-27T19:29:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:34 smithi029 ceph-mon[99353]: pgmap v3763: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 MiB/s rd, 6.0 MiB/s wr, 64 op/s 2024-07-27T19:29:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:36 smithi179 ceph-mon[89801]: pgmap v3764: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.4 MiB/s wr, 41 op/s 2024-07-27T19:29:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:36 smithi029 ceph-mon[96870]: pgmap v3764: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.4 MiB/s wr, 41 op/s 2024-07-27T19:29:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:36 smithi029 ceph-mon[99353]: pgmap v3764: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.4 MiB/s wr, 41 op/s 2024-07-27T19:29:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:37 smithi179 ceph-mon[89801]: osdmap e1998: 8 total, 8 up, 8 in 2024-07-27T19:29:38.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:37 smithi029 ceph-mon[96870]: osdmap e1998: 8 total, 8 up, 8 in 2024-07-27T19:29:38.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:37 smithi029 ceph-mon[99353]: osdmap e1998: 8 total, 8 up, 8 in 2024-07-27T19:29:38.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:38 smithi179 ceph-mon[89801]: pgmap v3766: 137 pgs: 137 active+clean; 189 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 8.1 MiB/s rd, 5.3 MiB/s wr, 28 op/s 2024-07-27T19:29:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:38 smithi029 ceph-mon[96870]: pgmap v3766: 137 pgs: 137 active+clean; 189 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 8.1 MiB/s rd, 5.3 MiB/s wr, 28 op/s 2024-07-27T19:29:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:38 smithi029 ceph-mon[99353]: pgmap v3766: 137 pgs: 137 active+clean; 189 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 8.1 MiB/s rd, 5.3 MiB/s wr, 28 op/s 2024-07-27T19:29:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:29:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:29:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:29:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:40 smithi179 ceph-mon[89801]: pgmap v3767: 137 pgs: 137 active+clean; 201 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.5 MiB/s rd, 4.9 MiB/s wr, 30 op/s 2024-07-27T19:29:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:40 smithi029 ceph-mon[96870]: pgmap v3767: 137 pgs: 137 active+clean; 201 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.5 MiB/s rd, 4.9 MiB/s wr, 30 op/s 2024-07-27T19:29:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:40 smithi029 ceph-mon[99353]: pgmap v3767: 137 pgs: 137 active+clean; 201 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.5 MiB/s rd, 4.9 MiB/s wr, 30 op/s 2024-07-27T19:29:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:42 smithi029 ceph-mon[96870]: pgmap v3768: 137 pgs: 137 active+clean; 231 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.2 MiB/s rd, 6.2 MiB/s wr, 57 op/s 2024-07-27T19:29:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:42 smithi029 ceph-mon[99353]: pgmap v3768: 137 pgs: 137 active+clean; 231 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.2 MiB/s rd, 6.2 MiB/s wr, 57 op/s 2024-07-27T19:29:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:29:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:29:42] "GET /metrics HTTP/1.1" 200 36737 "" "Prometheus/2.43.0" 2024-07-27T19:29:42.831 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/5.Shrink (14032 ms) 2024-07-27T19:29:42.831 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/5.ShrinkToOne 2024-07-27T19:29:42.831 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:29:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:42 smithi179 ceph-mon[89801]: pgmap v3768: 137 pgs: 137 active+clean; 231 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.2 MiB/s rd, 6.2 MiB/s wr, 57 op/s 2024-07-27T19:29:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:44 smithi179 ceph-mon[89801]: pgmap v3769: 137 pgs: 137 active+clean; 247 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.6 MiB/s rd, 7.8 MiB/s wr, 66 op/s 2024-07-27T19:29:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:44 smithi029 ceph-mon[96870]: pgmap v3769: 137 pgs: 137 active+clean; 247 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.6 MiB/s rd, 7.8 MiB/s wr, 66 op/s 2024-07-27T19:29:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:44 smithi029 ceph-mon[99353]: pgmap v3769: 137 pgs: 137 active+clean; 247 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.6 MiB/s rd, 7.8 MiB/s wr, 66 op/s 2024-07-27T19:29:46.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:46 smithi179 ceph-mon[89801]: pgmap v3770: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.6 MiB/s rd, 8.2 MiB/s wr, 66 op/s 2024-07-27T19:29:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:46 smithi029 ceph-mon[96870]: pgmap v3770: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.6 MiB/s rd, 8.2 MiB/s wr, 66 op/s 2024-07-27T19:29:47.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:46 smithi029 ceph-mon[99353]: pgmap v3770: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.6 MiB/s rd, 8.2 MiB/s wr, 66 op/s 2024-07-27T19:29:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:48 smithi179 ceph-mon[89801]: pgmap v3771: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 11 MiB/s rd, 6.8 MiB/s wr, 63 op/s 2024-07-27T19:29:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:48 smithi029 ceph-mon[96870]: pgmap v3771: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 11 MiB/s rd, 6.8 MiB/s wr, 63 op/s 2024-07-27T19:29:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:48 smithi029 ceph-mon[99353]: pgmap v3771: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 11 MiB/s rd, 6.8 MiB/s wr, 63 op/s 2024-07-27T19:29:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:50 smithi179 ceph-mon[89801]: pgmap v3772: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.8 MiB/s rd, 5.2 MiB/s wr, 57 op/s 2024-07-27T19:29:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:50 smithi029 ceph-mon[96870]: pgmap v3772: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.8 MiB/s rd, 5.2 MiB/s wr, 57 op/s 2024-07-27T19:29:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:50 smithi029 ceph-mon[99353]: pgmap v3772: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.8 MiB/s rd, 5.2 MiB/s wr, 57 op/s 2024-07-27T19:29:51.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:51 smithi179 ceph-mon[89801]: osdmap e1999: 8 total, 8 up, 8 in 2024-07-27T19:29:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:51 smithi029 ceph-mon[96870]: osdmap e1999: 8 total, 8 up, 8 in 2024-07-27T19:29:52.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:51 smithi029 ceph-mon[99353]: osdmap e1999: 8 total, 8 up, 8 in 2024-07-27T19:29:52.587 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:29:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:29:52] "GET /metrics HTTP/1.1" 200 36737 "" "Prometheus/2.43.0" 2024-07-27T19:29:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:52 smithi179 ceph-mon[89801]: pgmap v3774: 137 pgs: 137 active+clean; 260 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 7.8 MiB/s rd, 2.9 MiB/s wr, 45 op/s 2024-07-27T19:29:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:52 smithi029 ceph-mon[96870]: pgmap v3774: 137 pgs: 137 active+clean; 260 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 7.8 MiB/s rd, 2.9 MiB/s wr, 45 op/s 2024-07-27T19:29:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:52 smithi029 ceph-mon[99353]: pgmap v3774: 137 pgs: 137 active+clean; 260 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 7.8 MiB/s rd, 2.9 MiB/s wr, 45 op/s 2024-07-27T19:29:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:54 smithi179 ceph-mon[89801]: pgmap v3775: 137 pgs: 137 active+clean; 280 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.3 MiB/s wr, 45 op/s 2024-07-27T19:29:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:29:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:54 smithi029 ceph-mon[96870]: pgmap v3775: 137 pgs: 137 active+clean; 280 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.3 MiB/s wr, 45 op/s 2024-07-27T19:29:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:29:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:54 smithi029 ceph-mon[99353]: pgmap v3775: 137 pgs: 137 active+clean; 280 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 3.3 MiB/s wr, 45 op/s 2024-07-27T19:29:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:29:56.734 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/5.ShrinkToOne (13903 ms) 2024-07-27T19:29:56.734 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/5.ShrinkToOneAfterSnapshot 2024-07-27T19:29:56.734 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:29:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:56 smithi179 ceph-mon[89801]: pgmap v3776: 137 pgs: 137 active+clean; 292 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.2 MiB/s rd, 4.1 MiB/s wr, 46 op/s 2024-07-27T19:29:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:56 smithi029 ceph-mon[96870]: pgmap v3776: 137 pgs: 137 active+clean; 292 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.2 MiB/s rd, 4.1 MiB/s wr, 46 op/s 2024-07-27T19:29:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:56 smithi029 ceph-mon[99353]: pgmap v3776: 137 pgs: 137 active+clean; 292 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.2 MiB/s rd, 4.1 MiB/s wr, 46 op/s 2024-07-27T19:29:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:29:58 smithi179 ceph-mon[89801]: pgmap v3777: 137 pgs: 137 active+clean; 304 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.7 MiB/s wr, 57 op/s 2024-07-27T19:29:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:29:58 smithi029 ceph-mon[96870]: pgmap v3777: 137 pgs: 137 active+clean; 304 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.7 MiB/s wr, 57 op/s 2024-07-27T19:29:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:29:58 smithi029 ceph-mon[99353]: pgmap v3777: 137 pgs: 137 active+clean; 304 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.7 MiB/s wr, 57 op/s 2024-07-27T19:30:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:00 smithi179 ceph-mon[89801]: pgmap v3778: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.5 MiB/s wr, 61 op/s 2024-07-27T19:30:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:00 smithi179 ceph-mon[89801]: Health detail: HEALTH_WARN Telemetry requires re-opt-in 2024-07-27T19:30:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:00 smithi179 ceph-mon[89801]: [WRN] TELEMETRY_CHANGED: Telemetry requires re-opt-in 2024-07-27T19:30:00.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:00 smithi179 ceph-mon[89801]: telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on` 2024-07-27T19:30:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:00 smithi029 ceph-mon[96870]: pgmap v3778: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.5 MiB/s wr, 61 op/s 2024-07-27T19:30:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:00 smithi029 ceph-mon[96870]: Health detail: HEALTH_WARN Telemetry requires re-opt-in 2024-07-27T19:30:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:00 smithi029 ceph-mon[96870]: [WRN] TELEMETRY_CHANGED: Telemetry requires re-opt-in 2024-07-27T19:30:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:00 smithi029 ceph-mon[96870]: telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on` 2024-07-27T19:30:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:00 smithi029 ceph-mon[99353]: pgmap v3778: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.5 MiB/s wr, 61 op/s 2024-07-27T19:30:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:00 smithi029 ceph-mon[99353]: Health detail: HEALTH_WARN Telemetry requires re-opt-in 2024-07-27T19:30:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:00 smithi029 ceph-mon[99353]: [WRN] TELEMETRY_CHANGED: Telemetry requires re-opt-in 2024-07-27T19:30:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:00 smithi029 ceph-mon[99353]: telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on` 2024-07-27T19:30:02.602 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:02 smithi029 ceph-mon[96870]: pgmap v3779: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 6.0 MiB/s wr, 57 op/s 2024-07-27T19:30:02.602 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:02 smithi029 ceph-mon[99353]: pgmap v3779: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 6.0 MiB/s wr, 57 op/s 2024-07-27T19:30:02.603 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:30:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:30:02] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:30:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:02 smithi179 ceph-mon[89801]: pgmap v3779: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 6.0 MiB/s wr, 57 op/s 2024-07-27T19:30:02.913 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:30:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=cleanup t=2024-07-27T19:30:02.840421364Z level=info msg="Completed cleanup jobs" duration=8.602219ms 2024-07-27T19:30:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:04 smithi179 ceph-mon[89801]: pgmap v3780: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 4.7 MiB/s wr, 27 op/s 2024-07-27T19:30:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:04 smithi029 ceph-mon[96870]: pgmap v3780: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 4.7 MiB/s wr, 27 op/s 2024-07-27T19:30:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:04 smithi029 ceph-mon[99353]: pgmap v3780: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 4.7 MiB/s wr, 27 op/s 2024-07-27T19:30:05.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:05 smithi179 ceph-mon[89801]: osdmap e2000: 8 total, 8 up, 8 in 2024-07-27T19:30:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:05 smithi029 ceph-mon[96870]: osdmap e2000: 8 total, 8 up, 8 in 2024-07-27T19:30:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:05 smithi029 ceph-mon[99353]: osdmap e2000: 8 total, 8 up, 8 in 2024-07-27T19:30:06.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:06 smithi179 ceph-mon[89801]: pgmap v3782: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 19 op/s 2024-07-27T19:30:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:06 smithi029 ceph-mon[96870]: pgmap v3782: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 19 op/s 2024-07-27T19:30:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:06 smithi029 ceph-mon[99353]: pgmap v3782: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 19 op/s 2024-07-27T19:30:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:08 smithi179 ceph-mon[89801]: pgmap v3783: 137 pgs: 137 active+clean; 332 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 836 KiB/s rd, 2.8 MiB/s wr, 25 op/s 2024-07-27T19:30:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:08 smithi029 ceph-mon[96870]: pgmap v3783: 137 pgs: 137 active+clean; 332 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 836 KiB/s rd, 2.8 MiB/s wr, 25 op/s 2024-07-27T19:30:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:08 smithi029 ceph-mon[99353]: pgmap v3783: 137 pgs: 137 active+clean; 332 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 836 KiB/s rd, 2.8 MiB/s wr, 25 op/s 2024-07-27T19:30:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:30:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:30:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:30:10.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:10 smithi179 ceph-mon[89801]: pgmap v3784: 137 pgs: 137 active+clean; 353 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 89 KiB/s rd, 4.1 MiB/s wr, 42 op/s 2024-07-27T19:30:10.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:10 smithi179 ceph-mon[89801]: osdmap e2001: 8 total, 8 up, 8 in 2024-07-27T19:30:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:10 smithi029 ceph-mon[96870]: pgmap v3784: 137 pgs: 137 active+clean; 353 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 89 KiB/s rd, 4.1 MiB/s wr, 42 op/s 2024-07-27T19:30:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:10 smithi029 ceph-mon[96870]: osdmap e2001: 8 total, 8 up, 8 in 2024-07-27T19:30:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:10 smithi029 ceph-mon[99353]: pgmap v3784: 137 pgs: 137 active+clean; 353 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 89 KiB/s rd, 4.1 MiB/s wr, 42 op/s 2024-07-27T19:30:11.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:10 smithi029 ceph-mon[99353]: osdmap e2001: 8 total, 8 up, 8 in 2024-07-27T19:30:11.931 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/5.ShrinkToOneAfterSnapshot (15197 ms) 2024-07-27T19:30:11.931 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/5.MinOverlap 2024-07-27T19:30:11.931 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:30:12.628 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:30:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:30:12] "GET /metrics HTTP/1.1" 200 36733 "" "Prometheus/2.43.0" 2024-07-27T19:30:12.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:12 smithi179 ceph-mon[89801]: pgmap v3786: 137 pgs: 137 active+clean; 369 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 1.6 MiB/s rd, 7.1 MiB/s wr, 79 op/s 2024-07-27T19:30:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:12 smithi029 ceph-mon[96870]: pgmap v3786: 137 pgs: 137 active+clean; 369 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 1.6 MiB/s rd, 7.1 MiB/s wr, 79 op/s 2024-07-27T19:30:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:12 smithi029 ceph-mon[99353]: pgmap v3786: 137 pgs: 137 active+clean; 369 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 1.6 MiB/s rd, 7.1 MiB/s wr, 79 op/s 2024-07-27T19:30:14.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:14 smithi179 ceph-mon[89801]: pgmap v3787: 137 pgs: 137 active+clean; 425 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 5.7 MiB/s rd, 13 MiB/s wr, 93 op/s 2024-07-27T19:30:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:14 smithi029 ceph-mon[96870]: pgmap v3787: 137 pgs: 137 active+clean; 425 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 5.7 MiB/s rd, 13 MiB/s wr, 93 op/s 2024-07-27T19:30:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:14 smithi029 ceph-mon[99353]: pgmap v3787: 137 pgs: 137 active+clean; 425 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 5.7 MiB/s rd, 13 MiB/s wr, 93 op/s 2024-07-27T19:30:16.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:16 smithi179 ceph-mon[89801]: pgmap v3788: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 5.8 MiB/s rd, 13 MiB/s wr, 83 op/s 2024-07-27T19:30:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:16 smithi029 ceph-mon[96870]: pgmap v3788: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 5.8 MiB/s rd, 13 MiB/s wr, 83 op/s 2024-07-27T19:30:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:16 smithi029 ceph-mon[99353]: pgmap v3788: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 5.8 MiB/s rd, 13 MiB/s wr, 83 op/s 2024-07-27T19:30:18.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:18 smithi179 ceph-mon[89801]: pgmap v3789: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 5.8 MiB/s rd, 11 MiB/s wr, 63 op/s 2024-07-27T19:30:18.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:18 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:30:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:18 smithi029 ceph-mon[99353]: pgmap v3789: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 5.8 MiB/s rd, 11 MiB/s wr, 63 op/s 2024-07-27T19:30:19.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:18 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:30:19.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:18 smithi029 ceph-mon[96870]: pgmap v3789: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 5.8 MiB/s rd, 11 MiB/s wr, 63 op/s 2024-07-27T19:30:19.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:18 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:30:19.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:30:19.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:30:19.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:19 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:30:20.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:30:20.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:30:20.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:19 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:30:20.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:30:20.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:30:20.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:19 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:30:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:21 smithi179 ceph-mon[89801]: pgmap v3790: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 5.8 MiB/s rd, 8.5 MiB/s wr, 42 op/s 2024-07-27T19:30:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:21 smithi179 ceph-mon[89801]: osdmap e2002: 8 total, 8 up, 8 in 2024-07-27T19:30:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:21 smithi029 ceph-mon[99353]: pgmap v3790: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 5.8 MiB/s rd, 8.5 MiB/s wr, 42 op/s 2024-07-27T19:30:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:21 smithi029 ceph-mon[99353]: osdmap e2002: 8 total, 8 up, 8 in 2024-07-27T19:30:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:21 smithi029 ceph-mon[96870]: pgmap v3790: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 5.8 MiB/s rd, 8.5 MiB/s wr, 42 op/s 2024-07-27T19:30:21.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:21 smithi029 ceph-mon[96870]: osdmap e2002: 8 total, 8 up, 8 in 2024-07-27T19:30:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:30:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:30:22] "GET /metrics HTTP/1.1" 200 36733 "" "Prometheus/2.43.0" 2024-07-27T19:30:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:23 smithi179 ceph-mon[89801]: pgmap v3792: 137 pgs: 137 active+clean; 454 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.5 MiB/s rd, 8.5 MiB/s wr, 29 op/s 2024-07-27T19:30:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:23 smithi029 ceph-mon[96870]: pgmap v3792: 137 pgs: 137 active+clean; 454 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.5 MiB/s rd, 8.5 MiB/s wr, 29 op/s 2024-07-27T19:30:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:23 smithi029 ceph-mon[99353]: pgmap v3792: 137 pgs: 137 active+clean; 454 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.5 MiB/s rd, 8.5 MiB/s wr, 29 op/s 2024-07-27T19:30:24.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:30:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:30:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:30:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:25 smithi179 ceph-mon[89801]: pgmap v3793: 137 pgs: 137 active+clean; 474 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 879 KiB/s rd, 4.9 MiB/s wr, 42 op/s 2024-07-27T19:30:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:25 smithi029 ceph-mon[96870]: pgmap v3793: 137 pgs: 137 active+clean; 474 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 879 KiB/s rd, 4.9 MiB/s wr, 42 op/s 2024-07-27T19:30:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:25 smithi029 ceph-mon[99353]: pgmap v3793: 137 pgs: 137 active+clean; 474 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 879 KiB/s rd, 4.9 MiB/s wr, 42 op/s 2024-07-27T19:30:26.869 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/5.MinOverlap (14939 ms) 2024-07-27T19:30:26.870 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/5.ZeroOverlap 2024-07-27T19:30:26.870 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:30:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:27 smithi179 ceph-mon[89801]: pgmap v3794: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 60 KiB/s rd, 4.1 MiB/s wr, 42 op/s 2024-07-27T19:30:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:27 smithi029 ceph-mon[96870]: pgmap v3794: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 60 KiB/s rd, 4.1 MiB/s wr, 42 op/s 2024-07-27T19:30:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:27 smithi029 ceph-mon[99353]: pgmap v3794: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 60 KiB/s rd, 4.1 MiB/s wr, 42 op/s 2024-07-27T19:30:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:29 smithi179 ceph-mon[89801]: pgmap v3795: 137 pgs: 137 active+clean; 491 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 5.3 MiB/s wr, 57 op/s 2024-07-27T19:30:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:29 smithi029 ceph-mon[96870]: pgmap v3795: 137 pgs: 137 active+clean; 491 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 5.3 MiB/s wr, 57 op/s 2024-07-27T19:30:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:29 smithi029 ceph-mon[99353]: pgmap v3795: 137 pgs: 137 active+clean; 491 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 5.3 MiB/s wr, 57 op/s 2024-07-27T19:30:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:31 smithi179 ceph-mon[89801]: pgmap v3796: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 6.5 MiB/s wr, 62 op/s 2024-07-27T19:30:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:31 smithi029 ceph-mon[96870]: pgmap v3796: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 6.5 MiB/s wr, 62 op/s 2024-07-27T19:30:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:31 smithi029 ceph-mon[99353]: pgmap v3796: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 6.5 MiB/s wr, 62 op/s 2024-07-27T19:30:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:30:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:30:32] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:30:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:33 smithi179 ceph-mon[89801]: pgmap v3797: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 6.0 MiB/s wr, 59 op/s 2024-07-27T19:30:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:33 smithi029 ceph-mon[96870]: pgmap v3797: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 6.0 MiB/s wr, 59 op/s 2024-07-27T19:30:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:33 smithi029 ceph-mon[99353]: pgmap v3797: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.1 MiB/s rd, 6.0 MiB/s wr, 59 op/s 2024-07-27T19:30:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:35 smithi179 ceph-mon[89801]: pgmap v3798: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 4.1 MiB/s wr, 45 op/s 2024-07-27T19:30:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:35 smithi029 ceph-mon[96870]: pgmap v3798: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 4.1 MiB/s wr, 45 op/s 2024-07-27T19:30:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:35 smithi029 ceph-mon[99353]: pgmap v3798: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 4.1 MiB/s wr, 45 op/s 2024-07-27T19:30:36.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:36 smithi179 ceph-mon[89801]: osdmap e2003: 8 total, 8 up, 8 in 2024-07-27T19:30:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:36 smithi029 ceph-mon[96870]: osdmap e2003: 8 total, 8 up, 8 in 2024-07-27T19:30:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:36 smithi029 ceph-mon[99353]: osdmap e2003: 8 total, 8 up, 8 in 2024-07-27T19:30:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:37 smithi179 ceph-mon[89801]: pgmap v3800: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.4 MiB/s wr, 22 op/s 2024-07-27T19:30:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:37 smithi029 ceph-mon[96870]: pgmap v3800: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.4 MiB/s wr, 22 op/s 2024-07-27T19:30:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:37 smithi029 ceph-mon[99353]: pgmap v3800: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.4 MiB/s wr, 22 op/s 2024-07-27T19:30:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:39 smithi179 ceph-mon[89801]: pgmap v3801: 137 pgs: 137 active+clean; 531 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.4 MiB/s wr, 26 op/s 2024-07-27T19:30:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:30:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:39 smithi029 ceph-mon[96870]: pgmap v3801: 137 pgs: 137 active+clean; 531 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.4 MiB/s wr, 26 op/s 2024-07-27T19:30:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:30:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:39 smithi029 ceph-mon[99353]: pgmap v3801: 137 pgs: 137 active+clean; 531 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.4 MiB/s wr, 26 op/s 2024-07-27T19:30:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:30:41.230 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/5.ZeroOverlap (14360 ms) 2024-07-27T19:30:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:41 smithi179 ceph-mon[89801]: pgmap v3802: 137 pgs: 137 active+clean; 540 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 89 KiB/s rd, 4.1 MiB/s wr, 44 op/s 2024-07-27T19:30:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:41 smithi029 ceph-mon[96870]: pgmap v3802: 137 pgs: 137 active+clean; 540 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 89 KiB/s rd, 4.1 MiB/s wr, 44 op/s 2024-07-27T19:30:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:41 smithi029 ceph-mon[99353]: pgmap v3802: 137 pgs: 137 active+clean; 540 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 89 KiB/s rd, 4.1 MiB/s wr, 44 op/s 2024-07-27T19:30:42.068 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/5 (105185 ms total) 2024-07-27T19:30:42.068 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:30:42.068 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/6, where TypeParam = LUKS2UnderLUKS2 2024-07-27T19:30:42.101 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/6.Simple 2024-07-27T19:30:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:30:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:30:42] "GET /metrics HTTP/1.1" 200 36738 "" "Prometheus/2.43.0" 2024-07-27T19:30:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:43 smithi179 ceph-mon[89801]: pgmap v3803: 137 pgs: 137 active+clean; 552 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.3 MiB/s wr, 42 op/s 2024-07-27T19:30:43.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:43 smithi179 ceph-mon[89801]: osdmap e2004: 8 total, 8 up, 8 in 2024-07-27T19:30:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:43 smithi029 ceph-mon[96870]: pgmap v3803: 137 pgs: 137 active+clean; 552 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.3 MiB/s wr, 42 op/s 2024-07-27T19:30:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:43 smithi029 ceph-mon[96870]: osdmap e2004: 8 total, 8 up, 8 in 2024-07-27T19:30:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:43 smithi029 ceph-mon[99353]: pgmap v3803: 137 pgs: 137 active+clean; 552 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.3 MiB/s wr, 42 op/s 2024-07-27T19:30:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:43 smithi029 ceph-mon[99353]: osdmap e2004: 8 total, 8 up, 8 in 2024-07-27T19:30:44.087 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:30:44.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:44 smithi179 ceph-mon[89801]: osdmap e2005: 8 total, 8 up, 8 in 2024-07-27T19:30:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:44 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2454885391' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-45","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:30:44.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:44 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-45","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:30:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:44 smithi029 ceph-mon[96870]: osdmap e2005: 8 total, 8 up, 8 in 2024-07-27T19:30:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:44 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2454885391' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-45","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:30:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:44 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-45","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:30:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:44 smithi029 ceph-mon[99353]: osdmap e2005: 8 total, 8 up, 8 in 2024-07-27T19:30:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:44 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2454885391' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-45","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:30:44.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:44 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-45","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:30:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:45 smithi179 ceph-mon[89801]: pgmap v3806: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2024-07-27T19:30:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:45 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:30:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:45 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-45","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:30:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:45 smithi179 ceph-mon[89801]: osdmap e2006: 8 total, 8 up, 8 in 2024-07-27T19:30:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:45 smithi029 ceph-mon[96870]: pgmap v3806: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2024-07-27T19:30:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:45 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:30:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:45 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-45","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:30:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:45 smithi029 ceph-mon[96870]: osdmap e2006: 8 total, 8 up, 8 in 2024-07-27T19:30:45.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:45 smithi029 ceph-mon[99353]: pgmap v3806: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2024-07-27T19:30:45.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:45 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:30:45.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:45 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-45","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:30:45.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:45 smithi029 ceph-mon[99353]: osdmap e2006: 8 total, 8 up, 8 in 2024-07-27T19:30:46.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:46 smithi179 ceph-mon[89801]: osdmap e2007: 8 total, 8 up, 8 in 2024-07-27T19:30:46.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:46 smithi179 ceph-mon[89801]: pgmap v3809: 137 pgs: 10 creating+peering, 21 unknown, 106 active+clean; 4.6 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:30:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:46 smithi029 ceph-mon[96870]: osdmap e2007: 8 total, 8 up, 8 in 2024-07-27T19:30:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:46 smithi029 ceph-mon[96870]: pgmap v3809: 137 pgs: 10 creating+peering, 21 unknown, 106 active+clean; 4.6 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:30:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:46 smithi029 ceph-mon[99353]: osdmap e2007: 8 total, 8 up, 8 in 2024-07-27T19:30:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:46 smithi029 ceph-mon[99353]: pgmap v3809: 137 pgs: 10 creating+peering, 21 unknown, 106 active+clean; 4.6 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:30:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:47 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:30:47.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:47 smithi179 ceph-mon[89801]: osdmap e2008: 8 total, 8 up, 8 in 2024-07-27T19:30:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:47 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:30:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:47 smithi029 ceph-mon[96870]: osdmap e2008: 8 total, 8 up, 8 in 2024-07-27T19:30:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:47 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:30:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:47 smithi029 ceph-mon[99353]: osdmap e2008: 8 total, 8 up, 8 in 2024-07-27T19:30:48.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:48 smithi179 ceph-mon[89801]: pgmap v3811: 137 pgs: 10 creating+peering, 2 unknown, 125 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.1 KiB/s rd, 696 B/s wr, 2 op/s 2024-07-27T19:30:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:48 smithi029 ceph-mon[96870]: pgmap v3811: 137 pgs: 10 creating+peering, 2 unknown, 125 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.1 KiB/s rd, 696 B/s wr, 2 op/s 2024-07-27T19:30:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:48 smithi029 ceph-mon[99353]: pgmap v3811: 137 pgs: 10 creating+peering, 2 unknown, 125 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.1 KiB/s rd, 696 B/s wr, 2 op/s 2024-07-27T19:30:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:50 smithi179 ceph-mon[89801]: pgmap v3812: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:30:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:50 smithi029 ceph-mon[99353]: pgmap v3812: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:30:51.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:50 smithi029 ceph-mon[96870]: pgmap v3812: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:30:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:52 smithi029 ceph-mon[96870]: pgmap v3813: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-07-27T19:30:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:52 smithi029 ceph-mon[99353]: pgmap v3813: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-07-27T19:30:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:30:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:30:52] "GET /metrics HTTP/1.1" 200 36738 "" "Prometheus/2.43.0" 2024-07-27T19:30:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:52 smithi179 ceph-mon[89801]: pgmap v3813: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-07-27T19:30:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:54 smithi179 ceph-mon[89801]: pgmap v3814: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 975 B/s wr, 6 op/s 2024-07-27T19:30:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:30:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:54 smithi179 ceph-mon[89801]: osdmap e2009: 8 total, 8 up, 8 in 2024-07-27T19:30:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:54 smithi029 ceph-mon[96870]: pgmap v3814: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 975 B/s wr, 6 op/s 2024-07-27T19:30:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:30:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:54 smithi029 ceph-mon[96870]: osdmap e2009: 8 total, 8 up, 8 in 2024-07-27T19:30:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:54 smithi029 ceph-mon[99353]: pgmap v3814: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 975 B/s wr, 6 op/s 2024-07-27T19:30:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:30:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:54 smithi029 ceph-mon[99353]: osdmap e2009: 8 total, 8 up, 8 in 2024-07-27T19:30:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:55 smithi029 ceph-mon[96870]: osdmap e2010: 8 total, 8 up, 8 in 2024-07-27T19:30:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:55 smithi029 ceph-mon[99353]: osdmap e2010: 8 total, 8 up, 8 in 2024-07-27T19:30:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:55 smithi179 ceph-mon[89801]: osdmap e2010: 8 total, 8 up, 8 in 2024-07-27T19:30:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:56 smithi029 ceph-mon[96870]: pgmap v3817: 137 pgs: 137 active+clean; 8.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 512 KiB/s wr, 5 op/s 2024-07-27T19:30:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:56 smithi029 ceph-mon[99353]: pgmap v3817: 137 pgs: 137 active+clean; 8.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 512 KiB/s wr, 5 op/s 2024-07-27T19:30:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:56 smithi179 ceph-mon[89801]: pgmap v3817: 137 pgs: 137 active+clean; 8.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 512 KiB/s wr, 5 op/s 2024-07-27T19:30:59.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:30:58 smithi029 ceph-mon[96870]: pgmap v3818: 137 pgs: 137 active+clean; 30 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 3.1 MiB/s wr, 21 op/s 2024-07-27T19:30:59.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:30:58 smithi029 ceph-mon[99353]: pgmap v3818: 137 pgs: 137 active+clean; 30 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 3.1 MiB/s wr, 21 op/s 2024-07-27T19:30:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:30:58 smithi179 ceph-mon[89801]: pgmap v3818: 137 pgs: 137 active+clean; 30 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 3.1 MiB/s wr, 21 op/s 2024-07-27T19:31:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:00 smithi029 ceph-mon[96870]: pgmap v3819: 137 pgs: 137 active+clean; 46 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 5.1 MiB/s wr, 44 op/s 2024-07-27T19:31:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:00 smithi029 ceph-mon[99353]: pgmap v3819: 137 pgs: 137 active+clean; 46 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 5.1 MiB/s wr, 44 op/s 2024-07-27T19:31:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:00 smithi179 ceph-mon[89801]: pgmap v3819: 137 pgs: 137 active+clean; 46 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 5.1 MiB/s wr, 44 op/s 2024-07-27T19:31:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:31:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:31:02] "GET /metrics HTTP/1.1" 200 36704 "" "Prometheus/2.43.0" 2024-07-27T19:31:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:02 smithi029 ceph-mon[96870]: pgmap v3820: 137 pgs: 137 active+clean; 46 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 5.1 MiB/s wr, 44 op/s 2024-07-27T19:31:03.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:02 smithi029 ceph-mon[99353]: pgmap v3820: 137 pgs: 137 active+clean; 46 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 5.1 MiB/s wr, 44 op/s 2024-07-27T19:31:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:02 smithi179 ceph-mon[89801]: pgmap v3820: 137 pgs: 137 active+clean; 46 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 5.1 MiB/s wr, 44 op/s 2024-07-27T19:31:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:04 smithi029 ceph-mon[96870]: pgmap v3821: 137 pgs: 137 active+clean; 50 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 4.7 MiB/s wr, 40 op/s 2024-07-27T19:31:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:04 smithi029 ceph-mon[99353]: pgmap v3821: 137 pgs: 137 active+clean; 50 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 4.7 MiB/s wr, 40 op/s 2024-07-27T19:31:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:04 smithi179 ceph-mon[89801]: pgmap v3821: 137 pgs: 137 active+clean; 50 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 4.7 MiB/s wr, 40 op/s 2024-07-27T19:31:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:06 smithi029 ceph-mon[96870]: pgmap v3822: 137 pgs: 137 active+clean; 54 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 4.3 MiB/s wr, 37 op/s 2024-07-27T19:31:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:06 smithi029 ceph-mon[99353]: pgmap v3822: 137 pgs: 137 active+clean; 54 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 4.3 MiB/s wr, 37 op/s 2024-07-27T19:31:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:06 smithi179 ceph-mon[89801]: pgmap v3822: 137 pgs: 137 active+clean; 54 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 4.3 MiB/s wr, 37 op/s 2024-07-27T19:31:09.187 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/6.Simple (27086 ms) 2024-07-27T19:31:09.187 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/6.Grow 2024-07-27T19:31:09.187 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:31:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:08 smithi029 ceph-mon[96870]: pgmap v3823: 137 pgs: 137 active+clean; 66 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 844 KiB/s rd, 4.8 MiB/s wr, 39 op/s 2024-07-27T19:31:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:31:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:08 smithi029 ceph-mon[99353]: pgmap v3823: 137 pgs: 137 active+clean; 66 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 844 KiB/s rd, 4.8 MiB/s wr, 39 op/s 2024-07-27T19:31:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:31:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:08 smithi179 ceph-mon[89801]: pgmap v3823: 137 pgs: 137 active+clean; 66 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 844 KiB/s rd, 4.8 MiB/s wr, 39 op/s 2024-07-27T19:31:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:31:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:10 smithi029 ceph-mon[96870]: pgmap v3824: 137 pgs: 137 active+clean; 74 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 MiB/s rd, 4.3 MiB/s wr, 26 op/s 2024-07-27T19:31:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:10 smithi029 ceph-mon[99353]: pgmap v3824: 137 pgs: 137 active+clean; 74 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 MiB/s rd, 4.3 MiB/s wr, 26 op/s 2024-07-27T19:31:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:10 smithi179 ceph-mon[89801]: pgmap v3824: 137 pgs: 137 active+clean; 74 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 MiB/s rd, 4.3 MiB/s wr, 26 op/s 2024-07-27T19:31:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:31:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:31:12] "GET /metrics HTTP/1.1" 200 36727 "" "Prometheus/2.43.0" 2024-07-27T19:31:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:12 smithi029 ceph-mon[96870]: pgmap v3825: 137 pgs: 137 active+clean; 78 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.5 MiB/s rd, 3.7 MiB/s wr, 13 op/s 2024-07-27T19:31:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:12 smithi029 ceph-mon[99353]: pgmap v3825: 137 pgs: 137 active+clean; 78 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.5 MiB/s rd, 3.7 MiB/s wr, 13 op/s 2024-07-27T19:31:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:12 smithi179 ceph-mon[89801]: pgmap v3825: 137 pgs: 137 active+clean; 78 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.5 MiB/s rd, 3.7 MiB/s wr, 13 op/s 2024-07-27T19:31:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:14 smithi029 ceph-mon[96870]: pgmap v3826: 137 pgs: 137 active+clean; 87 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.1 MiB/s rd, 4.8 MiB/s wr, 28 op/s 2024-07-27T19:31:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:14 smithi029 ceph-mon[99353]: pgmap v3826: 137 pgs: 137 active+clean; 87 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.1 MiB/s rd, 4.8 MiB/s wr, 28 op/s 2024-07-27T19:31:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:14 smithi179 ceph-mon[89801]: pgmap v3826: 137 pgs: 137 active+clean; 87 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.1 MiB/s rd, 4.8 MiB/s wr, 28 op/s 2024-07-27T19:31:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:16 smithi029 ceph-mon[96870]: pgmap v3827: 137 pgs: 137 active+clean; 87 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 4.4 MiB/s wr, 25 op/s 2024-07-27T19:31:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:16 smithi029 ceph-mon[99353]: pgmap v3827: 137 pgs: 137 active+clean; 87 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 4.4 MiB/s wr, 25 op/s 2024-07-27T19:31:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:17 smithi179 ceph-mon[89801]: pgmap v3827: 137 pgs: 137 active+clean; 87 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 4.4 MiB/s wr, 25 op/s 2024-07-27T19:31:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:18 smithi029 ceph-mon[96870]: pgmap v3828: 137 pgs: 137 active+clean; 91 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 4.4 MiB/s wr, 25 op/s 2024-07-27T19:31:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:18 smithi029 ceph-mon[96870]: osdmap e2011: 8 total, 8 up, 8 in 2024-07-27T19:31:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:18 smithi029 ceph-mon[99353]: pgmap v3828: 137 pgs: 137 active+clean; 91 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 4.4 MiB/s wr, 25 op/s 2024-07-27T19:31:19.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:18 smithi029 ceph-mon[99353]: osdmap e2011: 8 total, 8 up, 8 in 2024-07-27T19:31:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:18 smithi179 ceph-mon[89801]: pgmap v3828: 137 pgs: 137 active+clean; 91 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 4.4 MiB/s wr, 25 op/s 2024-07-27T19:31:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:18 smithi179 ceph-mon[89801]: osdmap e2011: 8 total, 8 up, 8 in 2024-07-27T19:31:20.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:19 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:31:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:19 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:31:20.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:19 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:31:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:20 smithi179 ceph-mon[89801]: pgmap v3830: 137 pgs: 137 active+clean; 116 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 MiB/s rd, 5.0 MiB/s wr, 39 op/s 2024-07-27T19:31:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:20 smithi029 ceph-mon[96870]: pgmap v3830: 137 pgs: 137 active+clean; 116 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 MiB/s rd, 5.0 MiB/s wr, 39 op/s 2024-07-27T19:31:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:20 smithi029 ceph-mon[99353]: pgmap v3830: 137 pgs: 137 active+clean; 116 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 MiB/s rd, 5.0 MiB/s wr, 39 op/s 2024-07-27T19:31:22.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:31:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:31:22] "GET /metrics HTTP/1.1" 200 36727 "" "Prometheus/2.43.0" 2024-07-27T19:31:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:23 smithi179 ceph-mon[89801]: pgmap v3831: 137 pgs: 137 active+clean; 124 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 MiB/s rd, 5.0 MiB/s wr, 52 op/s 2024-07-27T19:31:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:23 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:23 smithi029 ceph-mon[96870]: pgmap v3831: 137 pgs: 137 active+clean; 124 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 MiB/s rd, 5.0 MiB/s wr, 52 op/s 2024-07-27T19:31:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:23 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:23 smithi029 ceph-mon[99353]: pgmap v3831: 137 pgs: 137 active+clean; 124 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 MiB/s rd, 5.0 MiB/s wr, 52 op/s 2024-07-27T19:31:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:23 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:24.678 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:24.678 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:24.678 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:24 smithi029 ceph-mon[99353]: pgmap v3832: 137 pgs: 137 active+clean; 128 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 845 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:31:24.678 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:31:24.678 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:24.678 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:24.679 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:24.679 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:24.679 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:24 smithi029 ceph-mon[96870]: pgmap v3832: 137 pgs: 137 active+clean; 128 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 845 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:31:24.679 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:31:24.679 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:24.679 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:24.716 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:24.716 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:24.716 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:24 smithi179 ceph-mon[89801]: pgmap v3832: 137 pgs: 137 active+clean; 128 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 845 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:31:24.716 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:31:24.716 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:24.717 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:26 smithi179 ceph-mon[89801]: pgmap v3833: 137 pgs: 137 active+clean; 128 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 4.1 MiB/s wr, 39 op/s 2024-07-27T19:31:26.948 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:26 smithi029 ceph-mon[96870]: pgmap v3833: 137 pgs: 137 active+clean; 128 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 4.1 MiB/s wr, 39 op/s 2024-07-27T19:31:26.948 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:26 smithi029 ceph-mon[99353]: pgmap v3833: 137 pgs: 137 active+clean; 128 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 4.1 MiB/s wr, 39 op/s 2024-07-27T19:31:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:31:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:31:28.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:31:28.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:31:28.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:27 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:27 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:27 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:27 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:27 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:27 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:31:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:27 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:31:28.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:27 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:31:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:28 smithi179 ceph-mon[89801]: pgmap v3834: 137 pgs: 137 active+clean; 136 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 59 KiB/s rd, 4.5 MiB/s wr, 42 op/s 2024-07-27T19:31:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:28 smithi029 ceph-mon[96870]: pgmap v3834: 137 pgs: 137 active+clean; 136 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 59 KiB/s rd, 4.5 MiB/s wr, 42 op/s 2024-07-27T19:31:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:28 smithi029 ceph-mon[99353]: pgmap v3834: 137 pgs: 137 active+clean; 136 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 59 KiB/s rd, 4.5 MiB/s wr, 42 op/s 2024-07-27T19:31:30.030 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/6.Grow (20843 ms) 2024-07-27T19:31:30.030 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/6.Shrink 2024-07-27T19:31:30.030 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:31:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:30 smithi179 ceph-mon[89801]: pgmap v3835: 137 pgs: 137 active+clean; 153 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.8 MiB/s rd, 5.4 MiB/s wr, 48 op/s 2024-07-27T19:31:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:30 smithi029 ceph-mon[96870]: pgmap v3835: 137 pgs: 137 active+clean; 153 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.8 MiB/s rd, 5.4 MiB/s wr, 48 op/s 2024-07-27T19:31:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:30 smithi029 ceph-mon[99353]: pgmap v3835: 137 pgs: 137 active+clean; 153 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.8 MiB/s rd, 5.4 MiB/s wr, 48 op/s 2024-07-27T19:31:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:31:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:31:32] "GET /metrics HTTP/1.1" 200 36734 "" "Prometheus/2.43.0" 2024-07-27T19:31:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:32 smithi179 ceph-mon[89801]: pgmap v3836: 137 pgs: 137 active+clean; 153 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 MiB/s rd, 3.4 MiB/s wr, 37 op/s 2024-07-27T19:31:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:32 smithi029 ceph-mon[96870]: pgmap v3836: 137 pgs: 137 active+clean; 153 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 MiB/s rd, 3.4 MiB/s wr, 37 op/s 2024-07-27T19:31:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:32 smithi029 ceph-mon[99353]: pgmap v3836: 137 pgs: 137 active+clean; 153 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 MiB/s rd, 3.4 MiB/s wr, 37 op/s 2024-07-27T19:31:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:34 smithi179 ceph-mon[89801]: pgmap v3837: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.3 MiB/s rd, 5.1 MiB/s wr, 31 op/s 2024-07-27T19:31:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:34 smithi029 ceph-mon[96870]: pgmap v3837: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.3 MiB/s rd, 5.1 MiB/s wr, 31 op/s 2024-07-27T19:31:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:34 smithi029 ceph-mon[99353]: pgmap v3837: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.3 MiB/s rd, 5.1 MiB/s wr, 31 op/s 2024-07-27T19:31:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:36 smithi179 ceph-mon[89801]: pgmap v3838: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.8 MiB/s wr, 30 op/s 2024-07-27T19:31:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:36 smithi029 ceph-mon[96870]: pgmap v3838: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.8 MiB/s wr, 30 op/s 2024-07-27T19:31:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:36 smithi029 ceph-mon[99353]: pgmap v3838: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.8 MiB/s wr, 30 op/s 2024-07-27T19:31:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:38 smithi179 ceph-mon[89801]: pgmap v3839: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 4.8 MiB/s wr, 27 op/s 2024-07-27T19:31:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:31:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:38 smithi029 ceph-mon[96870]: pgmap v3839: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 4.8 MiB/s wr, 27 op/s 2024-07-27T19:31:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:31:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:38 smithi029 ceph-mon[99353]: pgmap v3839: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 4.8 MiB/s wr, 27 op/s 2024-07-27T19:31:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:31:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:40 smithi179 ceph-mon[89801]: pgmap v3840: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 4.1 MiB/s wr, 24 op/s 2024-07-27T19:31:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:40 smithi029 ceph-mon[96870]: pgmap v3840: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 4.1 MiB/s wr, 24 op/s 2024-07-27T19:31:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:40 smithi029 ceph-mon[99353]: pgmap v3840: 137 pgs: 137 active+clean; 169 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.7 MiB/s rd, 4.1 MiB/s wr, 24 op/s 2024-07-27T19:31:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:31:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:31:42] "GET /metrics HTTP/1.1" 200 36730 "" "Prometheus/2.43.0" 2024-07-27T19:31:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:42 smithi179 ceph-mon[89801]: pgmap v3841: 137 pgs: 137 active+clean; 177 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.1 MiB/s rd, 3.3 MiB/s wr, 21 op/s 2024-07-27T19:31:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:42 smithi179 ceph-mon[89801]: osdmap e2012: 8 total, 8 up, 8 in 2024-07-27T19:31:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:42 smithi029 ceph-mon[96870]: pgmap v3841: 137 pgs: 137 active+clean; 177 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.1 MiB/s rd, 3.3 MiB/s wr, 21 op/s 2024-07-27T19:31:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:42 smithi029 ceph-mon[96870]: osdmap e2012: 8 total, 8 up, 8 in 2024-07-27T19:31:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:42 smithi029 ceph-mon[99353]: pgmap v3841: 137 pgs: 137 active+clean; 177 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.1 MiB/s rd, 3.3 MiB/s wr, 21 op/s 2024-07-27T19:31:43.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:42 smithi029 ceph-mon[99353]: osdmap e2012: 8 total, 8 up, 8 in 2024-07-27T19:31:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:44 smithi029 ceph-mon[96870]: pgmap v3843: 137 pgs: 137 active+clean; 201 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 537 KiB/s rd, 3.2 MiB/s wr, 33 op/s 2024-07-27T19:31:45.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:44 smithi029 ceph-mon[99353]: pgmap v3843: 137 pgs: 137 active+clean; 201 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 537 KiB/s rd, 3.2 MiB/s wr, 33 op/s 2024-07-27T19:31:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:44 smithi179 ceph-mon[89801]: pgmap v3843: 137 pgs: 137 active+clean; 201 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 537 KiB/s rd, 3.2 MiB/s wr, 33 op/s 2024-07-27T19:31:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:46 smithi179 ceph-mon[89801]: pgmap v3844: 137 pgs: 137 active+clean; 210 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 4.1 MiB/s wr, 33 op/s 2024-07-27T19:31:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:46 smithi029 ceph-mon[96870]: pgmap v3844: 137 pgs: 137 active+clean; 210 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 4.1 MiB/s wr, 33 op/s 2024-07-27T19:31:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:46 smithi029 ceph-mon[99353]: pgmap v3844: 137 pgs: 137 active+clean; 210 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 4.1 MiB/s wr, 33 op/s 2024-07-27T19:31:49.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:48 smithi179 ceph-mon[89801]: pgmap v3845: 137 pgs: 137 active+clean; 210 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:31:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:48 smithi029 ceph-mon[96870]: pgmap v3845: 137 pgs: 137 active+clean; 210 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:31:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:48 smithi029 ceph-mon[99353]: pgmap v3845: 137 pgs: 137 active+clean; 210 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:31:51.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:50 smithi179 ceph-mon[89801]: pgmap v3846: 137 pgs: 137 active+clean; 210 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:31:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:50 smithi029 ceph-mon[96870]: pgmap v3846: 137 pgs: 137 active+clean; 210 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:31:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:50 smithi029 ceph-mon[99353]: pgmap v3846: 137 pgs: 137 active+clean; 210 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:31:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:31:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:31:52] "GET /metrics HTTP/1.1" 200 36730 "" "Prometheus/2.43.0" 2024-07-27T19:31:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:52 smithi179 ceph-mon[89801]: pgmap v3847: 137 pgs: 137 active+clean; 210 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 49 KiB/s rd, 3.3 MiB/s wr, 26 op/s 2024-07-27T19:31:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:52 smithi029 ceph-mon[96870]: pgmap v3847: 137 pgs: 137 active+clean; 210 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 49 KiB/s rd, 3.3 MiB/s wr, 26 op/s 2024-07-27T19:31:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:52 smithi029 ceph-mon[99353]: pgmap v3847: 137 pgs: 137 active+clean; 210 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 49 KiB/s rd, 3.3 MiB/s wr, 26 op/s 2024-07-27T19:31:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:31:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:31:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:31:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:54 smithi179 ceph-mon[89801]: pgmap v3848: 137 pgs: 137 active+clean; 226 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 72 KiB/s rd, 4.2 MiB/s wr, 29 op/s 2024-07-27T19:31:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:54 smithi029 ceph-mon[96870]: pgmap v3848: 137 pgs: 137 active+clean; 226 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 72 KiB/s rd, 4.2 MiB/s wr, 29 op/s 2024-07-27T19:31:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:54 smithi029 ceph-mon[99353]: pgmap v3848: 137 pgs: 137 active+clean; 226 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 72 KiB/s rd, 4.2 MiB/s wr, 29 op/s 2024-07-27T19:31:55.373 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/6.Shrink (25343 ms) 2024-07-27T19:31:55.373 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/6.ShrinkToOne 2024-07-27T19:31:55.373 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:31:57.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:56 smithi179 ceph-mon[89801]: pgmap v3849: 137 pgs: 137 active+clean; 226 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.1 MiB/s wr, 17 op/s 2024-07-27T19:31:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:56 smithi029 ceph-mon[96870]: pgmap v3849: 137 pgs: 137 active+clean; 226 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.1 MiB/s wr, 17 op/s 2024-07-27T19:31:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:56 smithi029 ceph-mon[99353]: pgmap v3849: 137 pgs: 137 active+clean; 226 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.1 MiB/s wr, 17 op/s 2024-07-27T19:31:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:31:58 smithi179 ceph-mon[89801]: pgmap v3850: 137 pgs: 137 active+clean; 238 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.5 MiB/s rd, 3.7 MiB/s wr, 26 op/s 2024-07-27T19:31:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:31:58 smithi029 ceph-mon[96870]: pgmap v3850: 137 pgs: 137 active+clean; 238 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.5 MiB/s rd, 3.7 MiB/s wr, 26 op/s 2024-07-27T19:31:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:31:58 smithi029 ceph-mon[99353]: pgmap v3850: 137 pgs: 137 active+clean; 238 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.5 MiB/s rd, 3.7 MiB/s wr, 26 op/s 2024-07-27T19:32:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:00 smithi179 ceph-mon[89801]: pgmap v3851: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.8 MiB/s wr, 31 op/s 2024-07-27T19:32:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:00 smithi029 ceph-mon[96870]: pgmap v3851: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.8 MiB/s wr, 31 op/s 2024-07-27T19:32:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:00 smithi029 ceph-mon[99353]: pgmap v3851: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.8 MiB/s wr, 31 op/s 2024-07-27T19:32:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:32:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:32:02] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:32:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:02 smithi179 ceph-mon[89801]: pgmap v3852: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.8 MiB/s wr, 31 op/s 2024-07-27T19:32:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:02 smithi029 ceph-mon[96870]: pgmap v3852: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.8 MiB/s wr, 31 op/s 2024-07-27T19:32:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:02 smithi029 ceph-mon[99353]: pgmap v3852: 137 pgs: 137 active+clean; 251 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.8 MiB/s wr, 31 op/s 2024-07-27T19:32:04.100 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:03 smithi029 ceph-mon[96870]: osdmap e2013: 8 total, 8 up, 8 in 2024-07-27T19:32:04.100 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:03 smithi029 ceph-mon[99353]: osdmap e2013: 8 total, 8 up, 8 in 2024-07-27T19:32:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:03 smithi179 ceph-mon[89801]: osdmap e2013: 8 total, 8 up, 8 in 2024-07-27T19:32:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:04 smithi179 ceph-mon[89801]: pgmap v3854: 137 pgs: 137 active+clean; 255 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 12 MiB/s rd, 4.5 MiB/s wr, 46 op/s 2024-07-27T19:32:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:04 smithi029 ceph-mon[96870]: pgmap v3854: 137 pgs: 137 active+clean; 255 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 12 MiB/s rd, 4.5 MiB/s wr, 46 op/s 2024-07-27T19:32:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:04 smithi029 ceph-mon[99353]: pgmap v3854: 137 pgs: 137 active+clean; 255 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 12 MiB/s rd, 4.5 MiB/s wr, 46 op/s 2024-07-27T19:32:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:06 smithi179 ceph-mon[89801]: pgmap v3855: 137 pgs: 137 active+clean; 259 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 9.9 MiB/s rd, 4.9 MiB/s wr, 36 op/s 2024-07-27T19:32:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:06 smithi029 ceph-mon[99353]: pgmap v3855: 137 pgs: 137 active+clean; 259 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 9.9 MiB/s rd, 4.9 MiB/s wr, 36 op/s 2024-07-27T19:32:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:06 smithi029 ceph-mon[96870]: pgmap v3855: 137 pgs: 137 active+clean; 259 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 9.9 MiB/s rd, 4.9 MiB/s wr, 36 op/s 2024-07-27T19:32:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:08 smithi179 ceph-mon[89801]: pgmap v3856: 137 pgs: 137 active+clean; 292 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 5.1 MiB/s rd, 5.4 MiB/s wr, 42 op/s 2024-07-27T19:32:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:32:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:08 smithi029 ceph-mon[96870]: pgmap v3856: 137 pgs: 137 active+clean; 292 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 5.1 MiB/s rd, 5.4 MiB/s wr, 42 op/s 2024-07-27T19:32:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:32:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:08 smithi029 ceph-mon[99353]: pgmap v3856: 137 pgs: 137 active+clean; 292 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 5.1 MiB/s rd, 5.4 MiB/s wr, 42 op/s 2024-07-27T19:32:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:32:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:10 smithi179 ceph-mon[89801]: pgmap v3857: 137 pgs: 137 active+clean; 292 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:32:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:10 smithi029 ceph-mon[96870]: pgmap v3857: 137 pgs: 137 active+clean; 292 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:32:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:10 smithi029 ceph-mon[99353]: pgmap v3857: 137 pgs: 137 active+clean; 292 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:32:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:32:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:32:12] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:32:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:12 smithi179 ceph-mon[89801]: pgmap v3858: 137 pgs: 137 active+clean; 292 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:32:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:12 smithi029 ceph-mon[96870]: pgmap v3858: 137 pgs: 137 active+clean; 292 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:32:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:12 smithi029 ceph-mon[99353]: pgmap v3858: 137 pgs: 137 active+clean; 292 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:32:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:14 smithi029 ceph-mon[96870]: pgmap v3859: 137 pgs: 137 active+clean; 300 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 56 KiB/s rd, 4.6 MiB/s wr, 39 op/s 2024-07-27T19:32:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:14 smithi029 ceph-mon[99353]: pgmap v3859: 137 pgs: 137 active+clean; 300 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 56 KiB/s rd, 4.6 MiB/s wr, 39 op/s 2024-07-27T19:32:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:14 smithi179 ceph-mon[89801]: pgmap v3859: 137 pgs: 137 active+clean; 300 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 56 KiB/s rd, 4.6 MiB/s wr, 39 op/s 2024-07-27T19:32:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:16 smithi029 ceph-mon[99353]: pgmap v3860: 137 pgs: 137 active+clean; 300 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 38 KiB/s rd, 3.8 MiB/s wr, 21 op/s 2024-07-27T19:32:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:16 smithi029 ceph-mon[96870]: pgmap v3860: 137 pgs: 137 active+clean; 300 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 38 KiB/s rd, 3.8 MiB/s wr, 21 op/s 2024-07-27T19:32:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:16 smithi179 ceph-mon[89801]: pgmap v3860: 137 pgs: 137 active+clean; 300 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 38 KiB/s rd, 3.8 MiB/s wr, 21 op/s 2024-07-27T19:32:17.923 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/6.ShrinkToOne (22550 ms) 2024-07-27T19:32:17.923 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/6.ShrinkToOneAfterSnapshot 2024-07-27T19:32:17.923 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:32:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:18 smithi029 ceph-mon[96870]: pgmap v3861: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.4 MiB/s rd, 5.8 MiB/s wr, 32 op/s 2024-07-27T19:32:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:18 smithi029 ceph-mon[99353]: pgmap v3861: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.4 MiB/s rd, 5.8 MiB/s wr, 32 op/s 2024-07-27T19:32:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:18 smithi179 ceph-mon[89801]: pgmap v3861: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.4 MiB/s rd, 5.8 MiB/s wr, 32 op/s 2024-07-27T19:32:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:20 smithi029 ceph-mon[96870]: pgmap v3862: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 20 op/s 2024-07-27T19:32:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:20 smithi029 ceph-mon[99353]: pgmap v3862: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 20 op/s 2024-07-27T19:32:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:20 smithi179 ceph-mon[89801]: pgmap v3862: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 20 op/s 2024-07-27T19:32:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:32:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:32:22] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:32:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:22 smithi029 ceph-mon[96870]: pgmap v3863: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 20 op/s 2024-07-27T19:32:23.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:22 smithi029 ceph-mon[99353]: pgmap v3863: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 20 op/s 2024-07-27T19:32:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:22 smithi179 ceph-mon[89801]: pgmap v3863: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 20 op/s 2024-07-27T19:32:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:32:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:32:24.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:32:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:24 smithi029 ceph-mon[96870]: pgmap v3864: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 23 op/s 2024-07-27T19:32:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:24 smithi029 ceph-mon[99353]: pgmap v3864: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 23 op/s 2024-07-27T19:32:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:24 smithi179 ceph-mon[89801]: pgmap v3864: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 3.3 MiB/s wr, 23 op/s 2024-07-27T19:32:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:26 smithi029 ceph-mon[96870]: pgmap v3865: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.7 MiB/s wr, 17 op/s 2024-07-27T19:32:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:26 smithi029 ceph-mon[96870]: osdmap e2014: 8 total, 8 up, 8 in 2024-07-27T19:32:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:26 smithi029 ceph-mon[99353]: pgmap v3865: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.7 MiB/s wr, 17 op/s 2024-07-27T19:32:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:26 smithi029 ceph-mon[99353]: osdmap e2014: 8 total, 8 up, 8 in 2024-07-27T19:32:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:26 smithi179 ceph-mon[89801]: pgmap v3865: 137 pgs: 137 active+clean; 312 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.7 MiB/s wr, 17 op/s 2024-07-27T19:32:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:26 smithi179 ceph-mon[89801]: osdmap e2014: 8 total, 8 up, 8 in 2024-07-27T19:32:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:27 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:32:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:27 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:32:28.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:27 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:32:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:28 smithi029 ceph-mon[96870]: pgmap v3867: 137 pgs: 137 active+clean; 336 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 461 KiB/s rd, 2.8 MiB/s wr, 30 op/s 2024-07-27T19:32:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:28 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:32:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:28 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:32:29.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:28 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:32:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:28 smithi029 ceph-mon[99353]: pgmap v3867: 137 pgs: 137 active+clean; 336 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 461 KiB/s rd, 2.8 MiB/s wr, 30 op/s 2024-07-27T19:32:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:28 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:32:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:28 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:32:29.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:28 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:32:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:28 smithi179 ceph-mon[89801]: pgmap v3867: 137 pgs: 137 active+clean; 336 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 461 KiB/s rd, 2.8 MiB/s wr, 30 op/s 2024-07-27T19:32:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:28 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:32:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:28 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:32:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:28 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:32:31.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:30 smithi029 ceph-mon[96870]: pgmap v3868: 137 pgs: 137 active+clean; 353 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 4.1 MiB/s wr, 38 op/s 2024-07-27T19:32:31.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:30 smithi029 ceph-mon[99353]: pgmap v3868: 137 pgs: 137 active+clean; 353 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 4.1 MiB/s wr, 38 op/s 2024-07-27T19:32:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:30 smithi179 ceph-mon[89801]: pgmap v3868: 137 pgs: 137 active+clean; 353 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 4.1 MiB/s wr, 38 op/s 2024-07-27T19:32:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:32:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:32:32] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:32:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:32 smithi029 ceph-mon[96870]: pgmap v3869: 137 pgs: 137 active+clean; 353 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 28 KiB/s rd, 4.1 MiB/s wr, 38 op/s 2024-07-27T19:32:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:32 smithi029 ceph-mon[99353]: pgmap v3869: 137 pgs: 137 active+clean; 353 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 28 KiB/s rd, 4.1 MiB/s wr, 38 op/s 2024-07-27T19:32:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:32 smithi179 ceph-mon[89801]: pgmap v3869: 137 pgs: 137 active+clean; 353 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 28 KiB/s rd, 4.1 MiB/s wr, 38 op/s 2024-07-27T19:32:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:34 smithi029 ceph-mon[96870]: pgmap v3870: 137 pgs: 137 active+clean; 357 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 4.5 MiB/s wr, 39 op/s 2024-07-27T19:32:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:34 smithi029 ceph-mon[99353]: pgmap v3870: 137 pgs: 137 active+clean; 357 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 4.5 MiB/s wr, 39 op/s 2024-07-27T19:32:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:34 smithi179 ceph-mon[89801]: pgmap v3870: 137 pgs: 137 active+clean; 357 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 4.5 MiB/s wr, 39 op/s 2024-07-27T19:32:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:36 smithi029 ceph-mon[96870]: pgmap v3871: 137 pgs: 137 active+clean; 361 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 58 KiB/s rd, 4.9 MiB/s wr, 39 op/s 2024-07-27T19:32:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:36 smithi029 ceph-mon[96870]: osdmap e2015: 8 total, 8 up, 8 in 2024-07-27T19:32:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:36 smithi029 ceph-mon[99353]: pgmap v3871: 137 pgs: 137 active+clean; 361 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 58 KiB/s rd, 4.9 MiB/s wr, 39 op/s 2024-07-27T19:32:37.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:36 smithi029 ceph-mon[99353]: osdmap e2015: 8 total, 8 up, 8 in 2024-07-27T19:32:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:36 smithi179 ceph-mon[89801]: pgmap v3871: 137 pgs: 137 active+clean; 361 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 58 KiB/s rd, 4.9 MiB/s wr, 39 op/s 2024-07-27T19:32:37.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:36 smithi179 ceph-mon[89801]: osdmap e2015: 8 total, 8 up, 8 in 2024-07-27T19:32:37.996 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/6.ShrinkToOneAfterSnapshot (20073 ms) 2024-07-27T19:32:37.996 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/6.MinOverlap 2024-07-27T19:32:37.996 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:32:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:38 smithi029 ceph-mon[96870]: pgmap v3873: 137 pgs: 137 active+clean; 402 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 6.6 MiB/s wr, 43 op/s 2024-07-27T19:32:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:32:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:38 smithi029 ceph-mon[99353]: pgmap v3873: 137 pgs: 137 active+clean; 402 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 6.6 MiB/s wr, 43 op/s 2024-07-27T19:32:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:32:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:38 smithi179 ceph-mon[89801]: pgmap v3873: 137 pgs: 137 active+clean; 402 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.5 MiB/s rd, 6.6 MiB/s wr, 43 op/s 2024-07-27T19:32:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:32:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:40 smithi029 ceph-mon[96870]: pgmap v3874: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 8.5 MiB/s wr, 35 op/s 2024-07-27T19:32:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:40 smithi029 ceph-mon[99353]: pgmap v3874: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 8.5 MiB/s wr, 35 op/s 2024-07-27T19:32:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:40 smithi179 ceph-mon[89801]: pgmap v3874: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 8.5 MiB/s wr, 35 op/s 2024-07-27T19:32:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:32:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:32:42] "GET /metrics HTTP/1.1" 200 36734 "" "Prometheus/2.43.0" 2024-07-27T19:32:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:42 smithi029 ceph-mon[96870]: pgmap v3875: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 8.5 MiB/s wr, 45 op/s 2024-07-27T19:32:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:42 smithi029 ceph-mon[99353]: pgmap v3875: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 8.5 MiB/s wr, 45 op/s 2024-07-27T19:32:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:42 smithi179 ceph-mon[89801]: pgmap v3875: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 8.5 MiB/s wr, 45 op/s 2024-07-27T19:32:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:44 smithi029 ceph-mon[96870]: pgmap v3876: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 8.1 MiB/s wr, 45 op/s 2024-07-27T19:32:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:44 smithi029 ceph-mon[99353]: pgmap v3876: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 8.1 MiB/s wr, 45 op/s 2024-07-27T19:32:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:44 smithi179 ceph-mon[89801]: pgmap v3876: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 8.1 MiB/s wr, 45 op/s 2024-07-27T19:32:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:46 smithi029 ceph-mon[96870]: pgmap v3877: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 7.7 MiB/s wr, 45 op/s 2024-07-27T19:32:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:46 smithi029 ceph-mon[96870]: osdmap e2016: 8 total, 8 up, 8 in 2024-07-27T19:32:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:46 smithi029 ceph-mon[99353]: pgmap v3877: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 7.7 MiB/s wr, 45 op/s 2024-07-27T19:32:47.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:46 smithi029 ceph-mon[99353]: osdmap e2016: 8 total, 8 up, 8 in 2024-07-27T19:32:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:46 smithi179 ceph-mon[89801]: pgmap v3877: 137 pgs: 137 active+clean; 438 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 4.2 MiB/s rd, 7.7 MiB/s wr, 45 op/s 2024-07-27T19:32:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:46 smithi179 ceph-mon[89801]: osdmap e2016: 8 total, 8 up, 8 in 2024-07-27T19:32:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:48 smithi029 ceph-mon[96870]: pgmap v3879: 137 pgs: 137 active+clean; 458 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 5.6 MiB/s wr, 50 op/s 2024-07-27T19:32:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:48 smithi029 ceph-mon[99353]: pgmap v3879: 137 pgs: 137 active+clean; 458 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 5.6 MiB/s wr, 50 op/s 2024-07-27T19:32:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:48 smithi179 ceph-mon[89801]: pgmap v3879: 137 pgs: 137 active+clean; 458 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 5.6 MiB/s wr, 50 op/s 2024-07-27T19:32:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:51 smithi179 ceph-mon[89801]: pgmap v3880: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 36 KiB/s rd, 4.1 MiB/s wr, 49 op/s 2024-07-27T19:32:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:51 smithi029 ceph-mon[96870]: pgmap v3880: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 36 KiB/s rd, 4.1 MiB/s wr, 49 op/s 2024-07-27T19:32:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:51 smithi029 ceph-mon[99353]: pgmap v3880: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 36 KiB/s rd, 4.1 MiB/s wr, 49 op/s 2024-07-27T19:32:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:32:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:32:52] "GET /metrics HTTP/1.1" 200 36734 "" "Prometheus/2.43.0" 2024-07-27T19:32:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:53 smithi179 ceph-mon[89801]: pgmap v3881: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 4.1 MiB/s wr, 40 op/s 2024-07-27T19:32:53.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:53 smithi029 ceph-mon[96870]: pgmap v3881: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 4.1 MiB/s wr, 40 op/s 2024-07-27T19:32:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:53 smithi029 ceph-mon[99353]: pgmap v3881: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 4.1 MiB/s wr, 40 op/s 2024-07-27T19:32:54.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:32:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:32:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:32:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:55 smithi179 ceph-mon[89801]: pgmap v3882: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:32:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:55 smithi029 ceph-mon[96870]: pgmap v3882: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:32:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:55 smithi029 ceph-mon[99353]: pgmap v3882: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:32:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:57 smithi179 ceph-mon[89801]: pgmap v3883: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 28 KiB/s rd, 4.1 MiB/s wr, 39 op/s 2024-07-27T19:32:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:57 smithi029 ceph-mon[96870]: pgmap v3883: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 28 KiB/s rd, 4.1 MiB/s wr, 39 op/s 2024-07-27T19:32:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:57 smithi029 ceph-mon[99353]: pgmap v3883: 137 pgs: 137 active+clean; 479 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 28 KiB/s rd, 4.1 MiB/s wr, 39 op/s 2024-07-27T19:32:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:32:59 smithi179 ceph-mon[89801]: pgmap v3884: 137 pgs: 137 active+clean; 491 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 4.6 MiB/s wr, 40 op/s 2024-07-27T19:32:59.430 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/6.MinOverlap (21434 ms) 2024-07-27T19:32:59.430 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/6.ZeroOverlap 2024-07-27T19:32:59.430 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:32:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:32:59 smithi029 ceph-mon[96870]: pgmap v3884: 137 pgs: 137 active+clean; 491 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 4.6 MiB/s wr, 40 op/s 2024-07-27T19:32:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:32:59 smithi029 ceph-mon[99353]: pgmap v3884: 137 pgs: 137 active+clean; 491 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 4.6 MiB/s wr, 40 op/s 2024-07-27T19:33:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:01 smithi179 ceph-mon[89801]: pgmap v3885: 137 pgs: 137 active+clean; 495 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 422 KiB/s rd, 3.4 MiB/s wr, 14 op/s 2024-07-27T19:33:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:01 smithi029 ceph-mon[96870]: pgmap v3885: 137 pgs: 137 active+clean; 495 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 422 KiB/s rd, 3.4 MiB/s wr, 14 op/s 2024-07-27T19:33:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:01 smithi029 ceph-mon[99353]: pgmap v3885: 137 pgs: 137 active+clean; 495 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 422 KiB/s rd, 3.4 MiB/s wr, 14 op/s 2024-07-27T19:33:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:33:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:33:02] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:33:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:03 smithi179 ceph-mon[89801]: pgmap v3886: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.7 MiB/s wr, 12 op/s 2024-07-27T19:33:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:03 smithi029 ceph-mon[99353]: pgmap v3886: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.7 MiB/s wr, 12 op/s 2024-07-27T19:33:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:03 smithi029 ceph-mon[96870]: pgmap v3886: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 1.7 MiB/s rd, 2.7 MiB/s wr, 12 op/s 2024-07-27T19:33:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:05 smithi179 ceph-mon[89801]: pgmap v3887: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.3 MiB/s wr, 24 op/s 2024-07-27T19:33:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:05 smithi029 ceph-mon[96870]: pgmap v3887: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.3 MiB/s wr, 24 op/s 2024-07-27T19:33:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:05 smithi029 ceph-mon[99353]: pgmap v3887: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.3 MiB/s wr, 24 op/s 2024-07-27T19:33:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:07 smithi179 ceph-mon[89801]: pgmap v3888: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.3 MiB/s wr, 25 op/s 2024-07-27T19:33:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:07 smithi029 ceph-mon[96870]: pgmap v3888: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.3 MiB/s wr, 25 op/s 2024-07-27T19:33:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:07 smithi029 ceph-mon[99353]: pgmap v3888: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.3 MiB/s wr, 25 op/s 2024-07-27T19:33:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:09 smithi179 ceph-mon[89801]: pgmap v3889: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.3 MiB/s wr, 22 op/s 2024-07-27T19:33:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:09 smithi179 ceph-mon[89801]: osdmap e2017: 8 total, 8 up, 8 in 2024-07-27T19:33:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:33:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:09 smithi029 ceph-mon[96870]: pgmap v3889: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.3 MiB/s wr, 22 op/s 2024-07-27T19:33:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:09 smithi029 ceph-mon[96870]: osdmap e2017: 8 total, 8 up, 8 in 2024-07-27T19:33:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:33:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:09 smithi029 ceph-mon[99353]: pgmap v3889: 137 pgs: 137 active+clean; 499 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 3.3 MiB/s wr, 22 op/s 2024-07-27T19:33:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:09 smithi029 ceph-mon[99353]: osdmap e2017: 8 total, 8 up, 8 in 2024-07-27T19:33:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:33:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:11 smithi179 ceph-mon[89801]: pgmap v3891: 137 pgs: 137 active+clean; 507 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 25 op/s 2024-07-27T19:33:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:11 smithi029 ceph-mon[96870]: pgmap v3891: 137 pgs: 137 active+clean; 507 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 25 op/s 2024-07-27T19:33:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:11 smithi029 ceph-mon[99353]: pgmap v3891: 137 pgs: 137 active+clean; 507 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.8 MiB/s wr, 25 op/s 2024-07-27T19:33:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:33:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:33:12] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:33:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:13 smithi179 ceph-mon[89801]: pgmap v3892: 137 pgs: 137 active+clean; 527 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.6 MiB/s wr, 31 op/s 2024-07-27T19:33:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:13 smithi029 ceph-mon[96870]: pgmap v3892: 137 pgs: 137 active+clean; 527 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.6 MiB/s wr, 31 op/s 2024-07-27T19:33:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:13 smithi029 ceph-mon[99353]: pgmap v3892: 137 pgs: 137 active+clean; 527 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.6 MiB/s wr, 31 op/s 2024-07-27T19:33:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:15 smithi179 ceph-mon[89801]: pgmap v3893: 137 pgs: 137 active+clean; 540 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:33:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:15 smithi029 ceph-mon[96870]: pgmap v3893: 137 pgs: 137 active+clean; 540 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:33:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:15 smithi029 ceph-mon[99353]: pgmap v3893: 137 pgs: 137 active+clean; 540 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:33:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:17 smithi179 ceph-mon[89801]: pgmap v3894: 137 pgs: 137 active+clean; 540 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:33:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:17 smithi029 ceph-mon[96870]: pgmap v3894: 137 pgs: 137 active+clean; 540 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:33:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:17 smithi029 ceph-mon[99353]: pgmap v3894: 137 pgs: 137 active+clean; 540 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:33:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:19 smithi179 ceph-mon[89801]: pgmap v3895: 137 pgs: 137 active+clean; 552 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 62 KiB/s rd, 5.3 MiB/s wr, 46 op/s 2024-07-27T19:33:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:19 smithi029 ceph-mon[96870]: pgmap v3895: 137 pgs: 137 active+clean; 552 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 62 KiB/s rd, 5.3 MiB/s wr, 46 op/s 2024-07-27T19:33:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:19 smithi029 ceph-mon[99353]: pgmap v3895: 137 pgs: 137 active+clean; 552 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail; 62 KiB/s rd, 5.3 MiB/s wr, 46 op/s 2024-07-27T19:33:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:21 smithi179 ceph-mon[89801]: pgmap v3896: 137 pgs: 137 active+clean; 556 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 79 KiB/s rd, 4.6 MiB/s wr, 40 op/s 2024-07-27T19:33:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:21 smithi029 ceph-mon[96870]: pgmap v3896: 137 pgs: 137 active+clean; 556 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 79 KiB/s rd, 4.6 MiB/s wr, 40 op/s 2024-07-27T19:33:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:21 smithi029 ceph-mon[99353]: pgmap v3896: 137 pgs: 137 active+clean; 556 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 79 KiB/s rd, 4.6 MiB/s wr, 40 op/s 2024-07-27T19:33:21.677 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/6.ZeroOverlap (22247 ms) 2024-07-27T19:33:22.079 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/6 (159576 ms total) 2024-07-27T19:33:22.079 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:33:22.079 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/7, where TypeParam = LUKS2UnderLUKS1 2024-07-27T19:33:22.110 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/7.Simple 2024-07-27T19:33:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:33:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:33:22] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:33:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:23 smithi179 ceph-mon[89801]: pgmap v3897: 137 pgs: 137 active+clean; 556 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 419 KiB/s rd, 4.4 MiB/s wr, 39 op/s 2024-07-27T19:33:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:23 smithi179 ceph-mon[89801]: osdmap e2018: 8 total, 8 up, 8 in 2024-07-27T19:33:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:23 smithi029 ceph-mon[96870]: pgmap v3897: 137 pgs: 137 active+clean; 556 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 419 KiB/s rd, 4.4 MiB/s wr, 39 op/s 2024-07-27T19:33:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:23 smithi029 ceph-mon[96870]: osdmap e2018: 8 total, 8 up, 8 in 2024-07-27T19:33:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:23 smithi029 ceph-mon[99353]: pgmap v3897: 137 pgs: 137 active+clean; 556 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 419 KiB/s rd, 4.4 MiB/s wr, 39 op/s 2024-07-27T19:33:23.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:23 smithi029 ceph-mon[99353]: osdmap e2018: 8 total, 8 up, 8 in 2024-07-27T19:33:24.088 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:33:24.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:24 smithi179 ceph-mon[89801]: osdmap e2019: 8 total, 8 up, 8 in 2024-07-27T19:33:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:24 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2940484689' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-46","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:33:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:33:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:24 smithi029 ceph-mon[96870]: osdmap e2019: 8 total, 8 up, 8 in 2024-07-27T19:33:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:24 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2940484689' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-46","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:33:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:33:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:24 smithi029 ceph-mon[99353]: osdmap e2019: 8 total, 8 up, 8 in 2024-07-27T19:33:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:24 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2940484689' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-46","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:33:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:33:25.331 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:25 smithi179 ceph-mon[89801]: pgmap v3900: 137 pgs: 2 creating+peering, 30 unknown, 105 active+clean; 4.6 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:33:25.331 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:25 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:33:25.331 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:25 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2940484689' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-46","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:33:25.331 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:25 smithi179 ceph-mon[89801]: osdmap e2020: 8 total, 8 up, 8 in 2024-07-27T19:33:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:25 smithi029 ceph-mon[96870]: pgmap v3900: 137 pgs: 2 creating+peering, 30 unknown, 105 active+clean; 4.6 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:33:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:25 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:33:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:25 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2940484689' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-46","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:33:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:25 smithi029 ceph-mon[96870]: osdmap e2020: 8 total, 8 up, 8 in 2024-07-27T19:33:25.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:25 smithi029 ceph-mon[99353]: pgmap v3900: 137 pgs: 2 creating+peering, 30 unknown, 105 active+clean; 4.6 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:33:25.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:25 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:33:25.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:25 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2940484689' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-46","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:33:25.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:25 smithi029 ceph-mon[99353]: osdmap e2020: 8 total, 8 up, 8 in 2024-07-27T19:33:26.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:26 smithi179 ceph-mon[89801]: osdmap e2021: 8 total, 8 up, 8 in 2024-07-27T19:33:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:26 smithi029 ceph-mon[96870]: osdmap e2021: 8 total, 8 up, 8 in 2024-07-27T19:33:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:26 smithi029 ceph-mon[99353]: osdmap e2021: 8 total, 8 up, 8 in 2024-07-27T19:33:27.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:27 smithi179 ceph-mon[89801]: pgmap v3903: 137 pgs: 6 creating+peering, 20 unknown, 111 active+clean; 4.6 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:33:27.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:27 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:33:27.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:27 smithi179 ceph-mon[89801]: osdmap e2022: 8 total, 8 up, 8 in 2024-07-27T19:33:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:27 smithi029 ceph-mon[96870]: pgmap v3903: 137 pgs: 6 creating+peering, 20 unknown, 111 active+clean; 4.6 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:33:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:27 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:33:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:27 smithi029 ceph-mon[96870]: osdmap e2022: 8 total, 8 up, 8 in 2024-07-27T19:33:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:27 smithi029 ceph-mon[99353]: pgmap v3903: 137 pgs: 6 creating+peering, 20 unknown, 111 active+clean; 4.6 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:33:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:27 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:33:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:27 smithi029 ceph-mon[99353]: osdmap e2022: 8 total, 8 up, 8 in 2024-07-27T19:33:28.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:28 smithi179 ceph-mon[89801]: pgmap v3905: 137 pgs: 6 creating+peering, 8 unknown, 123 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 459 B/s wr, 6 op/s 2024-07-27T19:33:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:28 smithi029 ceph-mon[96870]: pgmap v3905: 137 pgs: 6 creating+peering, 8 unknown, 123 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 459 B/s wr, 6 op/s 2024-07-27T19:33:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:28 smithi029 ceph-mon[99353]: pgmap v3905: 137 pgs: 6 creating+peering, 8 unknown, 123 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 459 B/s wr, 6 op/s 2024-07-27T19:33:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:29 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:33:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:29 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:33:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:29 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:33:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:29 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:33:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:29 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:33:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:29 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:33:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:29 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:33:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:29 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:33:29.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:29 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:33:30.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:30 smithi179 ceph-mon[89801]: pgmap v3906: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:33:30.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:30 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:33:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:30 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:33:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:30 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:33:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:30 smithi029 ceph-mon[96870]: pgmap v3906: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:33:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:30 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:33:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:30 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:33:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:30 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:33:30.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:30 smithi029 ceph-mon[99353]: pgmap v3906: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-07-27T19:33:30.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:30 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:33:30.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:30 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:33:30.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:30 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:33:32.622 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:33:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:33:32] "GET /metrics HTTP/1.1" 200 36668 "" "Prometheus/2.43.0" 2024-07-27T19:33:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:32 smithi179 ceph-mon[89801]: pgmap v3907: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-07-27T19:33:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:32 smithi179 ceph-mon[89801]: osdmap e2023: 8 total, 8 up, 8 in 2024-07-27T19:33:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:32 smithi029 ceph-mon[96870]: pgmap v3907: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-07-27T19:33:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:32 smithi029 ceph-mon[96870]: osdmap e2023: 8 total, 8 up, 8 in 2024-07-27T19:33:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:32 smithi029 ceph-mon[99353]: pgmap v3907: 137 pgs: 137 active+clean; 4.6 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-07-27T19:33:33.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:32 smithi029 ceph-mon[99353]: osdmap e2023: 8 total, 8 up, 8 in 2024-07-27T19:33:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:34 smithi029 ceph-mon[96870]: pgmap v3909: 137 pgs: 137 active+clean; 30 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 3.1 MiB/s wr, 27 op/s 2024-07-27T19:33:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:34 smithi029 ceph-mon[96870]: osdmap e2024: 8 total, 8 up, 8 in 2024-07-27T19:33:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:34 smithi029 ceph-mon[99353]: pgmap v3909: 137 pgs: 137 active+clean; 30 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 3.1 MiB/s wr, 27 op/s 2024-07-27T19:33:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:34 smithi029 ceph-mon[99353]: osdmap e2024: 8 total, 8 up, 8 in 2024-07-27T19:33:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:34 smithi179 ceph-mon[89801]: pgmap v3909: 137 pgs: 137 active+clean; 30 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 3.1 MiB/s wr, 27 op/s 2024-07-27T19:33:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:34 smithi179 ceph-mon[89801]: osdmap e2024: 8 total, 8 up, 8 in 2024-07-27T19:33:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:36 smithi029 ceph-mon[99353]: pgmap v3911: 137 pgs: 137 active+clean; 38 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 4.1 MiB/s wr, 38 op/s 2024-07-27T19:33:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:36 smithi029 ceph-mon[96870]: pgmap v3911: 137 pgs: 137 active+clean; 38 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 4.1 MiB/s wr, 38 op/s 2024-07-27T19:33:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:36 smithi179 ceph-mon[89801]: pgmap v3911: 137 pgs: 137 active+clean; 38 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 4.1 MiB/s wr, 38 op/s 2024-07-27T19:33:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:38 smithi029 ceph-mon[96870]: pgmap v3912: 137 pgs: 137 active+clean; 50 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 105 KiB/s rd, 5.6 MiB/s wr, 46 op/s 2024-07-27T19:33:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:33:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:38 smithi029 ceph-mon[99353]: pgmap v3912: 137 pgs: 137 active+clean; 50 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 105 KiB/s rd, 5.6 MiB/s wr, 46 op/s 2024-07-27T19:33:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:33:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:38 smithi179 ceph-mon[89801]: pgmap v3912: 137 pgs: 137 active+clean; 50 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 105 KiB/s rd, 5.6 MiB/s wr, 46 op/s 2024-07-27T19:33:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:33:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:40 smithi029 ceph-mon[96870]: pgmap v3913: 137 pgs: 137 active+clean; 50 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 105 KiB/s rd, 5.6 MiB/s wr, 46 op/s 2024-07-27T19:33:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:40 smithi029 ceph-mon[99353]: pgmap v3913: 137 pgs: 137 active+clean; 50 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 105 KiB/s rd, 5.6 MiB/s wr, 46 op/s 2024-07-27T19:33:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:40 smithi179 ceph-mon[89801]: pgmap v3913: 137 pgs: 137 active+clean; 50 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 105 KiB/s rd, 5.6 MiB/s wr, 46 op/s 2024-07-27T19:33:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:33:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:33:42] "GET /metrics HTTP/1.1" 200 36723 "" "Prometheus/2.43.0" 2024-07-27T19:33:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:42 smithi029 ceph-mon[96870]: pgmap v3914: 137 pgs: 137 active+clean; 50 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 117 KiB/s rd, 4.5 MiB/s wr, 41 op/s 2024-07-27T19:33:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:42 smithi029 ceph-mon[99353]: pgmap v3914: 137 pgs: 137 active+clean; 50 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 117 KiB/s rd, 4.5 MiB/s wr, 41 op/s 2024-07-27T19:33:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:42 smithi179 ceph-mon[89801]: pgmap v3914: 137 pgs: 137 active+clean; 50 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 117 KiB/s rd, 4.5 MiB/s wr, 41 op/s 2024-07-27T19:33:45.203 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/7.Simple (23093 ms) 2024-07-27T19:33:45.203 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/7.Grow 2024-07-27T19:33:45.203 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:33:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:44 smithi029 ceph-mon[96870]: pgmap v3915: 137 pgs: 137 active+clean; 54 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 29 op/s 2024-07-27T19:33:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:44 smithi029 ceph-mon[99353]: pgmap v3915: 137 pgs: 137 active+clean; 54 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 29 op/s 2024-07-27T19:33:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:44 smithi179 ceph-mon[89801]: pgmap v3915: 137 pgs: 137 active+clean; 54 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.4 MiB/s wr, 29 op/s 2024-07-27T19:33:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:46 smithi029 ceph-mon[96870]: pgmap v3916: 137 pgs: 137 active+clean; 58 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.4 MiB/s wr, 26 op/s 2024-07-27T19:33:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:46 smithi029 ceph-mon[99353]: pgmap v3916: 137 pgs: 137 active+clean; 58 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.4 MiB/s wr, 26 op/s 2024-07-27T19:33:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:46 smithi179 ceph-mon[89801]: pgmap v3916: 137 pgs: 137 active+clean; 58 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.8 MiB/s rd, 2.4 MiB/s wr, 26 op/s 2024-07-27T19:33:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:48 smithi029 ceph-mon[96870]: pgmap v3917: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 3.7 MiB/s wr, 27 op/s 2024-07-27T19:33:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:48 smithi029 ceph-mon[99353]: pgmap v3917: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 3.7 MiB/s wr, 27 op/s 2024-07-27T19:33:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:48 smithi179 ceph-mon[89801]: pgmap v3917: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 3.7 MiB/s wr, 27 op/s 2024-07-27T19:33:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:50 smithi029 ceph-mon[96870]: pgmap v3918: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 25 op/s 2024-07-27T19:33:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:50 smithi029 ceph-mon[99353]: pgmap v3918: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 25 op/s 2024-07-27T19:33:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:50 smithi179 ceph-mon[89801]: pgmap v3918: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 25 op/s 2024-07-27T19:33:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:33:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:33:52] "GET /metrics HTTP/1.1" 200 36723 "" "Prometheus/2.43.0" 2024-07-27T19:33:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:52 smithi029 ceph-mon[96870]: pgmap v3919: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 25 op/s 2024-07-27T19:33:53.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:53 smithi029 ceph-mon[99353]: pgmap v3919: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 25 op/s 2024-07-27T19:33:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:53 smithi179 ceph-mon[89801]: pgmap v3919: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 25 op/s 2024-07-27T19:33:54.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:33:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:33:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:33:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:55 smithi179 ceph-mon[89801]: pgmap v3920: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 22 op/s 2024-07-27T19:33:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:55 smithi179 ceph-mon[89801]: osdmap e2025: 8 total, 8 up, 8 in 2024-07-27T19:33:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:55 smithi029 ceph-mon[99353]: pgmap v3920: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 22 op/s 2024-07-27T19:33:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:55 smithi029 ceph-mon[99353]: osdmap e2025: 8 total, 8 up, 8 in 2024-07-27T19:33:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:55 smithi029 ceph-mon[96870]: pgmap v3920: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 22 op/s 2024-07-27T19:33:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:55 smithi029 ceph-mon[96870]: osdmap e2025: 8 total, 8 up, 8 in 2024-07-27T19:33:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:57 smithi179 ceph-mon[89801]: pgmap v3922: 137 pgs: 137 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 MiB/s rd, 3.3 MiB/s wr, 50 op/s 2024-07-27T19:33:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:57 smithi029 ceph-mon[96870]: pgmap v3922: 137 pgs: 137 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 MiB/s rd, 3.3 MiB/s wr, 50 op/s 2024-07-27T19:33:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:57 smithi029 ceph-mon[99353]: pgmap v3922: 137 pgs: 137 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 MiB/s rd, 3.3 MiB/s wr, 50 op/s 2024-07-27T19:33:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:33:59 smithi179 ceph-mon[89801]: pgmap v3923: 137 pgs: 137 active+clean; 111 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 538 KiB/s rd, 3.3 MiB/s wr, 37 op/s 2024-07-27T19:33:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:33:59 smithi029 ceph-mon[96870]: pgmap v3923: 137 pgs: 137 active+clean; 111 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 538 KiB/s rd, 3.3 MiB/s wr, 37 op/s 2024-07-27T19:33:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:33:59 smithi029 ceph-mon[99353]: pgmap v3923: 137 pgs: 137 active+clean; 111 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 538 KiB/s rd, 3.3 MiB/s wr, 37 op/s 2024-07-27T19:34:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:01 smithi179 ceph-mon[89801]: pgmap v3924: 137 pgs: 137 active+clean; 123 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:34:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:01 smithi029 ceph-mon[96870]: pgmap v3924: 137 pgs: 137 active+clean; 123 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:34:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:01 smithi029 ceph-mon[99353]: pgmap v3924: 137 pgs: 137 active+clean; 123 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:34:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:34:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:34:02] "GET /metrics HTTP/1.1" 200 36728 "" "Prometheus/2.43.0" 2024-07-27T19:34:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:03 smithi179 ceph-mon[89801]: pgmap v3925: 137 pgs: 137 active+clean; 123 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:34:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:03 smithi029 ceph-mon[96870]: pgmap v3925: 137 pgs: 137 active+clean; 123 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:34:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:03 smithi029 ceph-mon[99353]: pgmap v3925: 137 pgs: 137 active+clean; 123 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:34:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:05 smithi179 ceph-mon[89801]: pgmap v3926: 137 pgs: 137 active+clean; 123 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 4.5 MiB/s wr, 38 op/s 2024-07-27T19:34:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:05 smithi029 ceph-mon[96870]: pgmap v3926: 137 pgs: 137 active+clean; 123 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 4.5 MiB/s wr, 38 op/s 2024-07-27T19:34:05.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:05 smithi029 ceph-mon[99353]: pgmap v3926: 137 pgs: 137 active+clean; 123 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 4.5 MiB/s wr, 38 op/s 2024-07-27T19:34:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:07 smithi179 ceph-mon[89801]: pgmap v3927: 137 pgs: 137 active+clean; 127 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 192 KiB/s rd, 4.2 MiB/s wr, 40 op/s 2024-07-27T19:34:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:07 smithi029 ceph-mon[99353]: pgmap v3927: 137 pgs: 137 active+clean; 127 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 192 KiB/s rd, 4.2 MiB/s wr, 40 op/s 2024-07-27T19:34:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:07 smithi029 ceph-mon[96870]: pgmap v3927: 137 pgs: 137 active+clean; 127 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 192 KiB/s rd, 4.2 MiB/s wr, 40 op/s 2024-07-27T19:34:07.971 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/7.Grow (22769 ms) 2024-07-27T19:34:07.971 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/7.Shrink 2024-07-27T19:34:07.971 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:34:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:09 smithi179 ceph-mon[89801]: pgmap v3928: 137 pgs: 137 active+clean; 139 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 MiB/s rd, 4.3 MiB/s wr, 14 op/s 2024-07-27T19:34:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:34:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:09 smithi029 ceph-mon[96870]: pgmap v3928: 137 pgs: 137 active+clean; 139 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 MiB/s rd, 4.3 MiB/s wr, 14 op/s 2024-07-27T19:34:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:34:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:09 smithi029 ceph-mon[99353]: pgmap v3928: 137 pgs: 137 active+clean; 139 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 MiB/s rd, 4.3 MiB/s wr, 14 op/s 2024-07-27T19:34:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:34:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:11 smithi179 ceph-mon[89801]: pgmap v3929: 137 pgs: 137 active+clean; 151 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.8 MiB/s rd, 3.7 MiB/s wr, 31 op/s 2024-07-27T19:34:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:11 smithi029 ceph-mon[96870]: pgmap v3929: 137 pgs: 137 active+clean; 151 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.8 MiB/s rd, 3.7 MiB/s wr, 31 op/s 2024-07-27T19:34:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:11 smithi029 ceph-mon[99353]: pgmap v3929: 137 pgs: 137 active+clean; 151 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.8 MiB/s rd, 3.7 MiB/s wr, 31 op/s 2024-07-27T19:34:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:34:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:34:12] "GET /metrics HTTP/1.1" 200 36733 "" "Prometheus/2.43.0" 2024-07-27T19:34:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:13 smithi179 ceph-mon[89801]: pgmap v3930: 137 pgs: 137 active+clean; 151 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 2.7 MiB/s wr, 27 op/s 2024-07-27T19:34:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:13 smithi029 ceph-mon[96870]: pgmap v3930: 137 pgs: 137 active+clean; 151 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 2.7 MiB/s wr, 27 op/s 2024-07-27T19:34:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:13 smithi029 ceph-mon[99353]: pgmap v3930: 137 pgs: 137 active+clean; 151 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.4 MiB/s rd, 2.7 MiB/s wr, 27 op/s 2024-07-27T19:34:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:15 smithi179 ceph-mon[89801]: pgmap v3931: 137 pgs: 137 active+clean; 151 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.8 MiB/s rd, 2.7 MiB/s wr, 27 op/s 2024-07-27T19:34:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:15 smithi029 ceph-mon[96870]: pgmap v3931: 137 pgs: 137 active+clean; 151 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.8 MiB/s rd, 2.7 MiB/s wr, 27 op/s 2024-07-27T19:34:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:15 smithi029 ceph-mon[99353]: pgmap v3931: 137 pgs: 137 active+clean; 151 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.8 MiB/s rd, 2.7 MiB/s wr, 27 op/s 2024-07-27T19:34:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:17 smithi179 ceph-mon[89801]: pgmap v3932: 137 pgs: 137 active+clean; 151 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 26 op/s 2024-07-27T19:34:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:17 smithi179 ceph-mon[89801]: osdmap e2026: 8 total, 8 up, 8 in 2024-07-27T19:34:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:17 smithi029 ceph-mon[96870]: pgmap v3932: 137 pgs: 137 active+clean; 151 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 26 op/s 2024-07-27T19:34:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:17 smithi029 ceph-mon[96870]: osdmap e2026: 8 total, 8 up, 8 in 2024-07-27T19:34:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:17 smithi029 ceph-mon[99353]: pgmap v3932: 137 pgs: 137 active+clean; 151 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 26 op/s 2024-07-27T19:34:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:17 smithi029 ceph-mon[99353]: osdmap e2026: 8 total, 8 up, 8 in 2024-07-27T19:34:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:19 smithi179 ceph-mon[89801]: pgmap v3934: 137 pgs: 137 active+clean; 163 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.7 MiB/s rd, 2.8 MiB/s wr, 22 op/s 2024-07-27T19:34:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:19 smithi029 ceph-mon[96870]: pgmap v3934: 137 pgs: 137 active+clean; 163 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.7 MiB/s rd, 2.8 MiB/s wr, 22 op/s 2024-07-27T19:34:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:19 smithi029 ceph-mon[99353]: pgmap v3934: 137 pgs: 137 active+clean; 163 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.7 MiB/s rd, 2.8 MiB/s wr, 22 op/s 2024-07-27T19:34:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:21 smithi179 ceph-mon[89801]: pgmap v3935: 137 pgs: 137 active+clean; 192 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:34:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:21 smithi029 ceph-mon[96870]: pgmap v3935: 137 pgs: 137 active+clean; 192 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:34:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:21 smithi029 ceph-mon[99353]: pgmap v3935: 137 pgs: 137 active+clean; 192 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:34:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:34:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:34:22] "GET /metrics HTTP/1.1" 200 36733 "" "Prometheus/2.43.0" 2024-07-27T19:34:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:23 smithi179 ceph-mon[89801]: pgmap v3936: 137 pgs: 137 active+clean; 192 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 435 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:34:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:23 smithi029 ceph-mon[96870]: pgmap v3936: 137 pgs: 137 active+clean; 192 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 435 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:34:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:23 smithi029 ceph-mon[99353]: pgmap v3936: 137 pgs: 137 active+clean; 192 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 435 KiB/s rd, 4.1 MiB/s wr, 35 op/s 2024-07-27T19:34:24.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:34:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:34:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:34:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:25 smithi179 ceph-mon[89801]: pgmap v3937: 137 pgs: 137 active+clean; 192 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:34:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:25 smithi029 ceph-mon[96870]: pgmap v3937: 137 pgs: 137 active+clean; 192 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:34:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:25 smithi029 ceph-mon[99353]: pgmap v3937: 137 pgs: 137 active+clean; 192 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:34:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:27 smithi179 ceph-mon[89801]: pgmap v3938: 137 pgs: 137 active+clean; 196 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 90 KiB/s rd, 4.5 MiB/s wr, 44 op/s 2024-07-27T19:34:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:27 smithi029 ceph-mon[96870]: pgmap v3938: 137 pgs: 137 active+clean; 196 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 90 KiB/s rd, 4.5 MiB/s wr, 44 op/s 2024-07-27T19:34:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:27 smithi029 ceph-mon[99353]: pgmap v3938: 137 pgs: 137 active+clean; 196 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 90 KiB/s rd, 4.5 MiB/s wr, 44 op/s 2024-07-27T19:34:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:29 smithi179 ceph-mon[89801]: pgmap v3939: 137 pgs: 137 active+clean; 196 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 129 KiB/s rd, 3.9 MiB/s wr, 39 op/s 2024-07-27T19:34:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:29 smithi029 ceph-mon[96870]: pgmap v3939: 137 pgs: 137 active+clean; 196 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 129 KiB/s rd, 3.9 MiB/s wr, 39 op/s 2024-07-27T19:34:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:29 smithi029 ceph-mon[99353]: pgmap v3939: 137 pgs: 137 active+clean; 196 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 129 KiB/s rd, 3.9 MiB/s wr, 39 op/s 2024-07-27T19:34:29.981 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/7.Shrink (22010 ms) 2024-07-27T19:34:29.981 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/7.ShrinkToOne 2024-07-27T19:34:29.981 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:34:30.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:30 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:34:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:30 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:34:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:30 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:34:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:31 smithi179 ceph-mon[89801]: pgmap v3940: 137 pgs: 137 active+clean; 204 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.7 MiB/s rd, 3.8 MiB/s wr, 46 op/s 2024-07-27T19:34:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:31 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:34:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:31 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:34:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:31 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:34:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:31 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:34:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:31 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:34:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:31 smithi029 ceph-mon[96870]: pgmap v3940: 137 pgs: 137 active+clean; 204 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.7 MiB/s rd, 3.8 MiB/s wr, 46 op/s 2024-07-27T19:34:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:31 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:34:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:31 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:34:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:31 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:34:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:31 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:34:31.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:31 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:34:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:31 smithi029 ceph-mon[99353]: pgmap v3940: 137 pgs: 137 active+clean; 204 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.7 MiB/s rd, 3.8 MiB/s wr, 46 op/s 2024-07-27T19:34:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:31 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:34:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:31 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:34:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:31 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:34:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:31 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:34:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:31 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:34:32.402 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:34:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:34:32] "GET /metrics HTTP/1.1" 200 36731 "" "Prometheus/2.43.0" 2024-07-27T19:34:32.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:32 smithi029 ceph-mon[96870]: pgmap v3941: 137 pgs: 137 active+clean; 212 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.0 MiB/s rd, 2.0 MiB/s wr, 21 op/s 2024-07-27T19:34:32.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:32 smithi029 ceph-mon[99353]: pgmap v3941: 137 pgs: 137 active+clean; 212 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.0 MiB/s rd, 2.0 MiB/s wr, 21 op/s 2024-07-27T19:34:32.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:32 smithi179 ceph-mon[89801]: pgmap v3941: 137 pgs: 137 active+clean; 212 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.0 MiB/s rd, 2.0 MiB/s wr, 21 op/s 2024-07-27T19:34:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:34 smithi179 ceph-mon[89801]: pgmap v3942: 137 pgs: 137 active+clean; 224 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.8 MiB/s rd, 3.0 MiB/s wr, 28 op/s 2024-07-27T19:34:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:34 smithi029 ceph-mon[96870]: pgmap v3942: 137 pgs: 137 active+clean; 224 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.8 MiB/s rd, 3.0 MiB/s wr, 28 op/s 2024-07-27T19:34:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:34 smithi029 ceph-mon[99353]: pgmap v3942: 137 pgs: 137 active+clean; 224 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.8 MiB/s rd, 3.0 MiB/s wr, 28 op/s 2024-07-27T19:34:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:36 smithi179 ceph-mon[89801]: pgmap v3943: 137 pgs: 137 active+clean; 224 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.8 MiB/s rd, 3.0 MiB/s wr, 28 op/s 2024-07-27T19:34:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:36 smithi029 ceph-mon[96870]: pgmap v3943: 137 pgs: 137 active+clean; 224 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.8 MiB/s rd, 3.0 MiB/s wr, 28 op/s 2024-07-27T19:34:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:36 smithi029 ceph-mon[99353]: pgmap v3943: 137 pgs: 137 active+clean; 224 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.8 MiB/s rd, 3.0 MiB/s wr, 28 op/s 2024-07-27T19:34:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:38 smithi179 ceph-mon[89801]: pgmap v3944: 137 pgs: 137 active+clean; 224 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 24 op/s 2024-07-27T19:34:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:38 smithi179 ceph-mon[89801]: osdmap e2027: 8 total, 8 up, 8 in 2024-07-27T19:34:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:38 smithi029 ceph-mon[96870]: pgmap v3944: 137 pgs: 137 active+clean; 224 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 24 op/s 2024-07-27T19:34:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:38 smithi029 ceph-mon[96870]: osdmap e2027: 8 total, 8 up, 8 in 2024-07-27T19:34:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:38 smithi029 ceph-mon[99353]: pgmap v3944: 137 pgs: 137 active+clean; 224 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.7 MiB/s wr, 24 op/s 2024-07-27T19:34:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:38 smithi029 ceph-mon[99353]: osdmap e2027: 8 total, 8 up, 8 in 2024-07-27T19:34:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:34:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:34:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:34:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:40 smithi179 ceph-mon[89801]: pgmap v3946: 137 pgs: 137 active+clean; 241 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 6.1 MiB/s rd, 3.7 MiB/s wr, 26 op/s 2024-07-27T19:34:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:40 smithi029 ceph-mon[96870]: pgmap v3946: 137 pgs: 137 active+clean; 241 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 6.1 MiB/s rd, 3.7 MiB/s wr, 26 op/s 2024-07-27T19:34:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:40 smithi029 ceph-mon[99353]: pgmap v3946: 137 pgs: 137 active+clean; 241 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 6.1 MiB/s rd, 3.7 MiB/s wr, 26 op/s 2024-07-27T19:34:42.626 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:34:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:34:42] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:34:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:42 smithi179 ceph-mon[89801]: pgmap v3947: 137 pgs: 137 active+clean; 253 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 4.5 MiB/s rd, 4.1 MiB/s wr, 39 op/s 2024-07-27T19:34:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:42 smithi029 ceph-mon[96870]: pgmap v3947: 137 pgs: 137 active+clean; 253 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 4.5 MiB/s rd, 4.1 MiB/s wr, 39 op/s 2024-07-27T19:34:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:42 smithi029 ceph-mon[99353]: pgmap v3947: 137 pgs: 137 active+clean; 253 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 4.5 MiB/s rd, 4.1 MiB/s wr, 39 op/s 2024-07-27T19:34:44.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:44 smithi179 ceph-mon[89801]: pgmap v3948: 137 pgs: 137 active+clean; 265 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 27 KiB/s rd, 4.1 MiB/s wr, 37 op/s 2024-07-27T19:34:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:44 smithi029 ceph-mon[96870]: pgmap v3948: 137 pgs: 137 active+clean; 265 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 27 KiB/s rd, 4.1 MiB/s wr, 37 op/s 2024-07-27T19:34:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:44 smithi029 ceph-mon[99353]: pgmap v3948: 137 pgs: 137 active+clean; 265 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 27 KiB/s rd, 4.1 MiB/s wr, 37 op/s 2024-07-27T19:34:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:46 smithi179 ceph-mon[89801]: pgmap v3949: 137 pgs: 137 active+clean; 269 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:34:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:46 smithi029 ceph-mon[96870]: pgmap v3949: 137 pgs: 137 active+clean; 269 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:34:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:46 smithi029 ceph-mon[99353]: pgmap v3949: 137 pgs: 137 active+clean; 269 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:34:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:48 smithi179 ceph-mon[89801]: pgmap v3950: 137 pgs: 137 active+clean; 269 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 86 KiB/s rd, 4.5 MiB/s wr, 38 op/s 2024-07-27T19:34:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:48 smithi029 ceph-mon[99353]: pgmap v3950: 137 pgs: 137 active+clean; 269 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 86 KiB/s rd, 4.5 MiB/s wr, 38 op/s 2024-07-27T19:34:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:48 smithi029 ceph-mon[96870]: pgmap v3950: 137 pgs: 137 active+clean; 269 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 86 KiB/s rd, 4.5 MiB/s wr, 38 op/s 2024-07-27T19:34:50.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:50 smithi179 ceph-mon[89801]: pgmap v3951: 137 pgs: 137 active+clean; 273 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 184 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:34:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:50 smithi029 ceph-mon[96870]: pgmap v3951: 137 pgs: 137 active+clean; 273 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 184 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:34:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:50 smithi029 ceph-mon[99353]: pgmap v3951: 137 pgs: 137 active+clean; 273 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 184 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:34:51.403 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/7.ShrinkToOne (21421 ms) 2024-07-27T19:34:51.403 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/7.ShrinkToOneAfterSnapshot 2024-07-27T19:34:51.403 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:34:52.639 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:34:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:34:52] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:34:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:52 smithi179 ceph-mon[89801]: pgmap v3952: 137 pgs: 137 active+clean; 277 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 204 KiB/s rd, 3.3 MiB/s wr, 31 op/s 2024-07-27T19:34:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:52 smithi029 ceph-mon[96870]: pgmap v3952: 137 pgs: 137 active+clean; 277 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 204 KiB/s rd, 3.3 MiB/s wr, 31 op/s 2024-07-27T19:34:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:52 smithi029 ceph-mon[99353]: pgmap v3952: 137 pgs: 137 active+clean; 277 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 204 KiB/s rd, 3.3 MiB/s wr, 31 op/s 2024-07-27T19:34:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:54 smithi179 ceph-mon[89801]: pgmap v3953: 137 pgs: 137 active+clean; 277 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 540 KiB/s rd, 2.3 MiB/s wr, 26 op/s 2024-07-27T19:34:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:34:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:54 smithi029 ceph-mon[96870]: pgmap v3953: 137 pgs: 137 active+clean; 277 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 540 KiB/s rd, 2.3 MiB/s wr, 26 op/s 2024-07-27T19:34:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:34:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:54 smithi029 ceph-mon[99353]: pgmap v3953: 137 pgs: 137 active+clean; 277 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 540 KiB/s rd, 2.3 MiB/s wr, 26 op/s 2024-07-27T19:34:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:34:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:56 smithi179 ceph-mon[89801]: pgmap v3954: 137 pgs: 137 active+clean; 273 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 903 KiB/s rd, 1.7 MiB/s wr, 22 op/s 2024-07-27T19:34:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:56 smithi029 ceph-mon[96870]: pgmap v3954: 137 pgs: 137 active+clean; 273 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 903 KiB/s rd, 1.7 MiB/s wr, 22 op/s 2024-07-27T19:34:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:56 smithi029 ceph-mon[99353]: pgmap v3954: 137 pgs: 137 active+clean; 273 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 903 KiB/s rd, 1.7 MiB/s wr, 22 op/s 2024-07-27T19:34:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:34:58 smithi179 ceph-mon[89801]: pgmap v3955: 137 pgs: 137 active+clean; 273 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 879 KiB/s rd, 1.3 MiB/s wr, 22 op/s 2024-07-27T19:34:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:34:58 smithi029 ceph-mon[96870]: pgmap v3955: 137 pgs: 137 active+clean; 273 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 879 KiB/s rd, 1.3 MiB/s wr, 22 op/s 2024-07-27T19:34:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:34:58 smithi029 ceph-mon[99353]: pgmap v3955: 137 pgs: 137 active+clean; 273 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 879 KiB/s rd, 1.3 MiB/s wr, 22 op/s 2024-07-27T19:35:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:00 smithi179 ceph-mon[89801]: pgmap v3956: 137 pgs: 137 active+clean; 290 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 857 KiB/s rd, 2.8 MiB/s wr, 26 op/s 2024-07-27T19:35:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:00 smithi179 ceph-mon[89801]: osdmap e2028: 8 total, 8 up, 8 in 2024-07-27T19:35:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:00 smithi029 ceph-mon[96870]: pgmap v3956: 137 pgs: 137 active+clean; 290 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 857 KiB/s rd, 2.8 MiB/s wr, 26 op/s 2024-07-27T19:35:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:00 smithi029 ceph-mon[96870]: osdmap e2028: 8 total, 8 up, 8 in 2024-07-27T19:35:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:00 smithi029 ceph-mon[99353]: pgmap v3956: 137 pgs: 137 active+clean; 290 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 857 KiB/s rd, 2.8 MiB/s wr, 26 op/s 2024-07-27T19:35:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:00 smithi029 ceph-mon[99353]: osdmap e2028: 8 total, 8 up, 8 in 2024-07-27T19:35:02.655 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:35:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:35:02] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:35:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:02 smithi179 ceph-mon[89801]: pgmap v3958: 137 pgs: 137 active+clean; 298 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 863 KiB/s rd, 2.9 MiB/s wr, 24 op/s 2024-07-27T19:35:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:02 smithi029 ceph-mon[96870]: pgmap v3958: 137 pgs: 137 active+clean; 298 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 863 KiB/s rd, 2.9 MiB/s wr, 24 op/s 2024-07-27T19:35:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:02 smithi029 ceph-mon[99353]: pgmap v3958: 137 pgs: 137 active+clean; 298 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 863 KiB/s rd, 2.9 MiB/s wr, 24 op/s 2024-07-27T19:35:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:04 smithi179 ceph-mon[89801]: pgmap v3959: 137 pgs: 137 active+clean; 314 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 463 KiB/s rd, 4.5 MiB/s wr, 34 op/s 2024-07-27T19:35:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:04 smithi029 ceph-mon[96870]: pgmap v3959: 137 pgs: 137 active+clean; 314 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 463 KiB/s rd, 4.5 MiB/s wr, 34 op/s 2024-07-27T19:35:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:04 smithi029 ceph-mon[99353]: pgmap v3959: 137 pgs: 137 active+clean; 314 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 463 KiB/s rd, 4.5 MiB/s wr, 34 op/s 2024-07-27T19:35:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:06 smithi179 ceph-mon[89801]: pgmap v3960: 137 pgs: 137 active+clean; 318 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 MiB/s wr, 36 op/s 2024-07-27T19:35:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:06 smithi029 ceph-mon[96870]: pgmap v3960: 137 pgs: 137 active+clean; 318 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 MiB/s wr, 36 op/s 2024-07-27T19:35:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:06 smithi029 ceph-mon[99353]: pgmap v3960: 137 pgs: 137 active+clean; 318 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 4.5 MiB/s wr, 36 op/s 2024-07-27T19:35:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:08 smithi029 ceph-mon[99353]: pgmap v3961: 137 pgs: 137 active+clean; 318 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 84 KiB/s rd, 4.5 MiB/s wr, 36 op/s 2024-07-27T19:35:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:08 smithi029 ceph-mon[96870]: pgmap v3961: 137 pgs: 137 active+clean; 318 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 84 KiB/s rd, 4.5 MiB/s wr, 36 op/s 2024-07-27T19:35:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:08 smithi179 ceph-mon[89801]: pgmap v3961: 137 pgs: 137 active+clean; 318 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 84 KiB/s rd, 4.5 MiB/s wr, 36 op/s 2024-07-27T19:35:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:35:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:35:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:35:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:10 smithi029 ceph-mon[96870]: pgmap v3962: 137 pgs: 137 active+clean; 318 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 216 KiB/s rd, 2.8 MiB/s wr, 36 op/s 2024-07-27T19:35:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:10 smithi029 ceph-mon[99353]: pgmap v3962: 137 pgs: 137 active+clean; 318 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 216 KiB/s rd, 2.8 MiB/s wr, 36 op/s 2024-07-27T19:35:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:10 smithi179 ceph-mon[89801]: pgmap v3962: 137 pgs: 137 active+clean; 318 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 216 KiB/s rd, 2.8 MiB/s wr, 36 op/s 2024-07-27T19:35:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:35:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:35:12] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:35:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:13 smithi179 ceph-mon[89801]: pgmap v3963: 137 pgs: 137 active+clean; 322 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 181 KiB/s rd, 2.7 MiB/s wr, 30 op/s 2024-07-27T19:35:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:13 smithi179 ceph-mon[89801]: osdmap e2029: 8 total, 8 up, 8 in 2024-07-27T19:35:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:13 smithi029 ceph-mon[96870]: pgmap v3963: 137 pgs: 137 active+clean; 322 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 181 KiB/s rd, 2.7 MiB/s wr, 30 op/s 2024-07-27T19:35:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:13 smithi029 ceph-mon[96870]: osdmap e2029: 8 total, 8 up, 8 in 2024-07-27T19:35:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:13 smithi029 ceph-mon[99353]: pgmap v3963: 137 pgs: 137 active+clean; 322 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 181 KiB/s rd, 2.7 MiB/s wr, 30 op/s 2024-07-27T19:35:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:13 smithi029 ceph-mon[99353]: osdmap e2029: 8 total, 8 up, 8 in 2024-07-27T19:35:14.309 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/7.ShrinkToOneAfterSnapshot (22907 ms) 2024-07-27T19:35:14.309 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/7.MinOverlap 2024-07-27T19:35:14.309 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:35:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:15 smithi179 ceph-mon[89801]: pgmap v3965: 137 pgs: 137 active+clean; 346 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.2 MiB/s wr, 27 op/s 2024-07-27T19:35:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:15 smithi029 ceph-mon[96870]: pgmap v3965: 137 pgs: 137 active+clean; 346 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.2 MiB/s wr, 27 op/s 2024-07-27T19:35:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:15 smithi029 ceph-mon[99353]: pgmap v3965: 137 pgs: 137 active+clean; 346 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.2 MiB/s wr, 27 op/s 2024-07-27T19:35:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:17 smithi179 ceph-mon[89801]: pgmap v3966: 137 pgs: 137 active+clean; 366 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.2 MiB/s rd, 4.8 MiB/s wr, 38 op/s 2024-07-27T19:35:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:17 smithi029 ceph-mon[96870]: pgmap v3966: 137 pgs: 137 active+clean; 366 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.2 MiB/s rd, 4.8 MiB/s wr, 38 op/s 2024-07-27T19:35:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:17 smithi029 ceph-mon[99353]: pgmap v3966: 137 pgs: 137 active+clean; 366 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 2.2 MiB/s rd, 4.8 MiB/s wr, 38 op/s 2024-07-27T19:35:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:19 smithi179 ceph-mon[89801]: pgmap v3967: 137 pgs: 137 active+clean; 378 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 6.0 MiB/s wr, 42 op/s 2024-07-27T19:35:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:19 smithi029 ceph-mon[96870]: pgmap v3967: 137 pgs: 137 active+clean; 378 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 6.0 MiB/s wr, 42 op/s 2024-07-27T19:35:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:19 smithi029 ceph-mon[99353]: pgmap v3967: 137 pgs: 137 active+clean; 378 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 3.0 MiB/s rd, 6.0 MiB/s wr, 42 op/s 2024-07-27T19:35:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:21 smithi179 ceph-mon[89801]: pgmap v3968: 137 pgs: 137 active+clean; 378 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 6.0 MiB/s wr, 35 op/s 2024-07-27T19:35:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:21 smithi029 ceph-mon[96870]: pgmap v3968: 137 pgs: 137 active+clean; 378 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 6.0 MiB/s wr, 35 op/s 2024-07-27T19:35:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:21 smithi029 ceph-mon[99353]: pgmap v3968: 137 pgs: 137 active+clean; 378 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 6.0 MiB/s wr, 35 op/s 2024-07-27T19:35:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:35:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:35:22] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:35:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:23 smithi179 ceph-mon[89801]: pgmap v3969: 137 pgs: 137 active+clean; 378 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 5.6 MiB/s wr, 35 op/s 2024-07-27T19:35:23.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:23 smithi179 ceph-mon[89801]: osdmap e2030: 8 total, 8 up, 8 in 2024-07-27T19:35:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:23 smithi029 ceph-mon[96870]: pgmap v3969: 137 pgs: 137 active+clean; 378 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 5.6 MiB/s wr, 35 op/s 2024-07-27T19:35:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:23 smithi029 ceph-mon[96870]: osdmap e2030: 8 total, 8 up, 8 in 2024-07-27T19:35:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:23 smithi029 ceph-mon[99353]: pgmap v3969: 137 pgs: 137 active+clean; 378 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 2.9 MiB/s rd, 5.6 MiB/s wr, 35 op/s 2024-07-27T19:35:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:23 smithi029 ceph-mon[99353]: osdmap e2030: 8 total, 8 up, 8 in 2024-07-27T19:35:24.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:35:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:35:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:35:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:25 smithi179 ceph-mon[89801]: pgmap v3971: 137 pgs: 137 active+clean; 398 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 5.2 MiB/s wr, 38 op/s 2024-07-27T19:35:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:25 smithi029 ceph-mon[96870]: pgmap v3971: 137 pgs: 137 active+clean; 398 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 5.2 MiB/s wr, 38 op/s 2024-07-27T19:35:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:25 smithi029 ceph-mon[99353]: pgmap v3971: 137 pgs: 137 active+clean; 398 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 2.1 MiB/s rd, 5.2 MiB/s wr, 38 op/s 2024-07-27T19:35:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:27 smithi179 ceph-mon[89801]: pgmap v3972: 137 pgs: 137 active+clean; 411 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 848 KiB/s rd, 4.5 MiB/s wr, 41 op/s 2024-07-27T19:35:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:27 smithi029 ceph-mon[96870]: pgmap v3972: 137 pgs: 137 active+clean; 411 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 848 KiB/s rd, 4.5 MiB/s wr, 41 op/s 2024-07-27T19:35:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:27 smithi029 ceph-mon[99353]: pgmap v3972: 137 pgs: 137 active+clean; 411 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 848 KiB/s rd, 4.5 MiB/s wr, 41 op/s 2024-07-27T19:35:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:29 smithi179 ceph-mon[89801]: pgmap v3973: 137 pgs: 137 active+clean; 419 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 27 KiB/s rd, 4.1 MiB/s wr, 37 op/s 2024-07-27T19:35:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:29 smithi029 ceph-mon[96870]: pgmap v3973: 137 pgs: 137 active+clean; 419 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 27 KiB/s rd, 4.1 MiB/s wr, 37 op/s 2024-07-27T19:35:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:29 smithi029 ceph-mon[99353]: pgmap v3973: 137 pgs: 137 active+clean; 419 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 27 KiB/s rd, 4.1 MiB/s wr, 37 op/s 2024-07-27T19:35:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:31 smithi179 ceph-mon[89801]: pgmap v3974: 137 pgs: 137 active+clean; 423 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 84 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:35:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:31 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:35:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:31 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:35:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:31 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:35:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:31 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:35:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:31 smithi029 ceph-mon[96870]: pgmap v3974: 137 pgs: 137 active+clean; 423 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 84 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:35:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:31 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:35:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:31 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:35:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:31 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:35:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:31 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:35:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:31 smithi029 ceph-mon[99353]: pgmap v3974: 137 pgs: 137 active+clean; 423 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 84 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:35:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:31 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:35:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:31 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:35:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:31 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:35:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:31 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:35:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:35:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:35:32] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:35:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:33 smithi179 ceph-mon[89801]: pgmap v3975: 137 pgs: 137 active+clean; 423 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 84 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:35:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:33 smithi029 ceph-mon[99353]: pgmap v3975: 137 pgs: 137 active+clean; 423 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 84 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:35:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:33 smithi029 ceph-mon[96870]: pgmap v3975: 137 pgs: 137 active+clean; 423 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 84 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:35:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:35 smithi179 ceph-mon[89801]: pgmap v3976: 137 pgs: 137 active+clean; 423 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 100 KiB/s rd, 3.9 MiB/s wr, 35 op/s 2024-07-27T19:35:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:35 smithi029 ceph-mon[96870]: pgmap v3976: 137 pgs: 137 active+clean; 423 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 100 KiB/s rd, 3.9 MiB/s wr, 35 op/s 2024-07-27T19:35:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:35 smithi029 ceph-mon[99353]: pgmap v3976: 137 pgs: 137 active+clean; 423 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 100 KiB/s rd, 3.9 MiB/s wr, 35 op/s 2024-07-27T19:35:35.915 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/7.MinOverlap (21606 ms) 2024-07-27T19:35:35.915 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] EncryptedFlattenTest/7.ZeroOverlap 2024-07-27T19:35:35.916 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:35:37.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:37 smithi029 ceph-mon[96870]: pgmap v3977: 137 pgs: 137 active+clean; 423 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 206 KiB/s rd, 2.4 MiB/s wr, 35 op/s 2024-07-27T19:35:37.041 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:37 smithi029 ceph-mon[99353]: pgmap v3977: 137 pgs: 137 active+clean; 423 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 206 KiB/s rd, 2.4 MiB/s wr, 35 op/s 2024-07-27T19:35:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:37 smithi179 ceph-mon[89801]: pgmap v3977: 137 pgs: 137 active+clean; 423 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 206 KiB/s rd, 2.4 MiB/s wr, 35 op/s 2024-07-27T19:35:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:39 smithi179 ceph-mon[89801]: pgmap v3978: 137 pgs: 137 active+clean; 427 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 1.2 MiB/s rd, 2.0 MiB/s wr, 23 op/s 2024-07-27T19:35:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:35:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:39 smithi029 ceph-mon[96870]: pgmap v3978: 137 pgs: 137 active+clean; 427 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 1.2 MiB/s rd, 2.0 MiB/s wr, 23 op/s 2024-07-27T19:35:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:35:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:39 smithi029 ceph-mon[99353]: pgmap v3978: 137 pgs: 137 active+clean; 427 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 1.2 MiB/s rd, 2.0 MiB/s wr, 23 op/s 2024-07-27T19:35:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:35:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:41 smithi179 ceph-mon[89801]: pgmap v3979: 137 pgs: 137 active+clean; 427 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 1.9 MiB/s rd, 1.7 MiB/s wr, 25 op/s 2024-07-27T19:35:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:41 smithi029 ceph-mon[96870]: pgmap v3979: 137 pgs: 137 active+clean; 427 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 1.9 MiB/s rd, 1.7 MiB/s wr, 25 op/s 2024-07-27T19:35:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:41 smithi029 ceph-mon[99353]: pgmap v3979: 137 pgs: 137 active+clean; 427 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 1.9 MiB/s rd, 1.7 MiB/s wr, 25 op/s 2024-07-27T19:35:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:35:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:35:42] "GET /metrics HTTP/1.1" 200 36731 "" "Prometheus/2.43.0" 2024-07-27T19:35:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:43 smithi179 ceph-mon[89801]: pgmap v3980: 137 pgs: 137 active+clean; 427 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.3 MiB/s wr, 24 op/s 2024-07-27T19:35:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:43 smithi029 ceph-mon[96870]: pgmap v3980: 137 pgs: 137 active+clean; 427 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.3 MiB/s wr, 24 op/s 2024-07-27T19:35:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:43 smithi029 ceph-mon[99353]: pgmap v3980: 137 pgs: 137 active+clean; 427 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.3 MiB/s wr, 24 op/s 2024-07-27T19:35:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:45 smithi179 ceph-mon[89801]: pgmap v3981: 137 pgs: 137 active+clean; 427 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.3 MiB/s wr, 24 op/s 2024-07-27T19:35:45.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:45 smithi179 ceph-mon[89801]: osdmap e2031: 8 total, 8 up, 8 in 2024-07-27T19:35:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:45 smithi029 ceph-mon[96870]: pgmap v3981: 137 pgs: 137 active+clean; 427 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.3 MiB/s wr, 24 op/s 2024-07-27T19:35:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:45 smithi029 ceph-mon[96870]: osdmap e2031: 8 total, 8 up, 8 in 2024-07-27T19:35:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:45 smithi029 ceph-mon[99353]: pgmap v3981: 137 pgs: 137 active+clean; 427 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.3 MiB/s wr, 24 op/s 2024-07-27T19:35:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:45 smithi029 ceph-mon[99353]: osdmap e2031: 8 total, 8 up, 8 in 2024-07-27T19:35:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:47 smithi179 ceph-mon[89801]: pgmap v3983: 137 pgs: 137 active+clean; 432 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.7 MiB/s wr, 8 op/s 2024-07-27T19:35:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:47 smithi029 ceph-mon[99353]: pgmap v3983: 137 pgs: 137 active+clean; 432 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.7 MiB/s wr, 8 op/s 2024-07-27T19:35:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:47 smithi029 ceph-mon[96870]: pgmap v3983: 137 pgs: 137 active+clean; 432 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.7 MiB/s wr, 8 op/s 2024-07-27T19:35:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:49 smithi179 ceph-mon[89801]: pgmap v3984: 137 pgs: 137 active+clean; 456 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 863 KiB/s rd, 3.3 MiB/s wr, 21 op/s 2024-07-27T19:35:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:49 smithi029 ceph-mon[96870]: pgmap v3984: 137 pgs: 137 active+clean; 456 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 863 KiB/s rd, 3.3 MiB/s wr, 21 op/s 2024-07-27T19:35:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:49 smithi029 ceph-mon[99353]: pgmap v3984: 137 pgs: 137 active+clean; 456 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 863 KiB/s rd, 3.3 MiB/s wr, 21 op/s 2024-07-27T19:35:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:51 smithi179 ceph-mon[89801]: pgmap v3985: 137 pgs: 137 active+clean; 468 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:35:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:51 smithi029 ceph-mon[96870]: pgmap v3985: 137 pgs: 137 active+clean; 468 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:35:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:51 smithi029 ceph-mon[99353]: pgmap v3985: 137 pgs: 137 active+clean; 468 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 4.1 MiB/s wr, 36 op/s 2024-07-27T19:35:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:35:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:35:52] "GET /metrics HTTP/1.1" 200 36731 "" "Prometheus/2.43.0" 2024-07-27T19:35:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:53 smithi179 ceph-mon[89801]: pgmap v3986: 137 pgs: 137 active+clean; 472 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 84 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:35:53.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:53 smithi029 ceph-mon[96870]: pgmap v3986: 137 pgs: 137 active+clean; 472 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 84 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:35:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:53 smithi029 ceph-mon[99353]: pgmap v3986: 137 pgs: 137 active+clean; 472 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 84 KiB/s rd, 4.5 MiB/s wr, 37 op/s 2024-07-27T19:35:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:35:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:35:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:35:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:55 smithi179 ceph-mon[89801]: pgmap v3987: 137 pgs: 137 active+clean; 472 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 90 KiB/s rd, 4.5 MiB/s wr, 45 op/s 2024-07-27T19:35:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:55 smithi029 ceph-mon[96870]: pgmap v3987: 137 pgs: 137 active+clean; 472 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 90 KiB/s rd, 4.5 MiB/s wr, 45 op/s 2024-07-27T19:35:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:55 smithi029 ceph-mon[99353]: pgmap v3987: 137 pgs: 137 active+clean; 472 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 90 KiB/s rd, 4.5 MiB/s wr, 45 op/s 2024-07-27T19:35:57.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:57 smithi179 ceph-mon[89801]: pgmap v3988: 137 pgs: 137 active+clean; 476 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 167 KiB/s rd, 4.3 MiB/s wr, 40 op/s 2024-07-27T19:35:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:57 smithi029 ceph-mon[96870]: pgmap v3988: 137 pgs: 137 active+clean; 476 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 167 KiB/s rd, 4.3 MiB/s wr, 40 op/s 2024-07-27T19:35:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:57 smithi029 ceph-mon[99353]: pgmap v3988: 137 pgs: 137 active+clean; 476 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 167 KiB/s rd, 4.3 MiB/s wr, 40 op/s 2024-07-27T19:35:57.861 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] EncryptedFlattenTest/7.ZeroOverlap (21946 ms) 2024-07-27T19:35:58.083 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 7 tests from EncryptedFlattenTest/7 (155752 ms total) 2024-07-27T19:35:58.083 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:35:58.083 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 19 tests from DiffIterateTest/0, where TypeParam = DiffIterateParams 2024-07-27T19:35:58.113 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterate 2024-07-27T19:35:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:59 smithi179 ceph-mon[89801]: pgmap v3989: 137 pgs: 137 active+clean; 476 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 573 KiB/s rd, 4.0 MiB/s wr, 37 op/s 2024-07-27T19:35:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:35:59 smithi179 ceph-mon[89801]: osdmap e2032: 8 total, 8 up, 8 in 2024-07-27T19:35:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:59 smithi029 ceph-mon[99353]: pgmap v3989: 137 pgs: 137 active+clean; 476 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 573 KiB/s rd, 4.0 MiB/s wr, 37 op/s 2024-07-27T19:35:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:35:59 smithi029 ceph-mon[99353]: osdmap e2032: 8 total, 8 up, 8 in 2024-07-27T19:35:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:59 smithi029 ceph-mon[96870]: pgmap v3989: 137 pgs: 137 active+clean; 476 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 573 KiB/s rd, 4.0 MiB/s wr, 37 op/s 2024-07-27T19:35:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:35:59 smithi029 ceph-mon[96870]: osdmap e2032: 8 total, 8 up, 8 in 2024-07-27T19:36:00.101 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:00.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:00 smithi179 ceph-mon[89801]: osdmap e2033: 8 total, 8 up, 8 in 2024-07-27T19:36:00.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:00 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3440848414' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-47","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:36:00.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:00 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-47","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:36:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:00 smithi029 ceph-mon[96870]: osdmap e2033: 8 total, 8 up, 8 in 2024-07-27T19:36:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:00 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3440848414' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-47","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:36:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:00 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-47","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:36:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:00 smithi029 ceph-mon[99353]: osdmap e2033: 8 total, 8 up, 8 in 2024-07-27T19:36:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:00 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3440848414' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-47","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:36:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:00 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-47","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:36:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:01 smithi179 ceph-mon[89801]: pgmap v3992: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:36:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:01 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:36:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:01 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-47","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:36:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:01 smithi179 ceph-mon[89801]: osdmap e2034: 8 total, 8 up, 8 in 2024-07-27T19:36:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:01 smithi029 ceph-mon[96870]: pgmap v3992: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:36:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:01 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:36:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:01 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-47","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:36:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:01 smithi029 ceph-mon[96870]: osdmap e2034: 8 total, 8 up, 8 in 2024-07-27T19:36:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:01 smithi029 ceph-mon[99353]: pgmap v3992: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 4.6 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:36:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:01 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:36:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:01 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-47","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:36:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:01 smithi029 ceph-mon[99353]: osdmap e2034: 8 total, 8 up, 8 in 2024-07-27T19:36:02.145 INFO:tasks.workunit.client.0.smithi029.stdout: wrote [148009~42602,453671~59957,1050383~14905,1398365~66527,1954105~45146,3183836~79937,7550887~44047,10726281~26871,11067571~16093,16928706~89884] 2024-07-27T19:36:02.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:02 smithi029 ceph-mon[96870]: osdmap e2035: 8 total, 8 up, 8 in 2024-07-27T19:36:02.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:02 smithi029 ceph-mon[99353]: osdmap e2035: 8 total, 8 up, 8 in 2024-07-27T19:36:02.403 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:36:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:36:02] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:36:02.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:02 smithi179 ceph-mon[89801]: osdmap e2035: 8 total, 8 up, 8 in 2024-07-27T19:36:03.129 INFO:tasks.workunit.client.0.smithi029.stdout: wrote [1729005~52744,1898676~39472,5466157~50276,7579911~94693,9335323~12161,15814178~101925,18002455~92651,18427018~801,18655402~31311,19218648~71902] 2024-07-27T19:36:03.138 INFO:tasks.workunit.client.0.smithi029.stdout: diff was [1729005~52744,1898676~39472,5466157~50276,7579911~94693,9335323~12161,12582912~3333191,17018590~2271960] 2024-07-27T19:36:03.142 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterate (5028 ms) 2024-07-27T19:36:03.142 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateDeterministic 2024-07-27T19:36:03.142 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:03 smithi179 ceph-mon[89801]: pgmap v3995: 137 pgs: 6 creating+peering, 19 unknown, 112 active+clean; 4.6 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:36:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:03 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:36:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:03 smithi179 ceph-mon[89801]: osdmap e2036: 8 total, 8 up, 8 in 2024-07-27T19:36:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:03 smithi029 ceph-mon[99353]: pgmap v3995: 137 pgs: 6 creating+peering, 19 unknown, 112 active+clean; 4.6 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:36:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:03 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:36:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:03 smithi029 ceph-mon[99353]: osdmap e2036: 8 total, 8 up, 8 in 2024-07-27T19:36:03.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:03 smithi029 ceph-mon[96870]: pgmap v3995: 137 pgs: 6 creating+peering, 19 unknown, 112 active+clean; 4.6 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:36:03.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:03 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:36:03.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:03 smithi029 ceph-mon[96870]: osdmap e2036: 8 total, 8 up, 8 in 2024-07-27T19:36:04.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:04 smithi179 ceph-mon[89801]: osdmap e2037: 8 total, 8 up, 8 in 2024-07-27T19:36:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:04 smithi029 ceph-mon[99353]: osdmap e2037: 8 total, 8 up, 8 in 2024-07-27T19:36:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:04 smithi029 ceph-mon[96870]: osdmap e2037: 8 total, 8 up, 8 in 2024-07-27T19:36:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:05 smithi179 ceph-mon[89801]: pgmap v3998: 137 pgs: 6 creating+peering, 5 unknown, 126 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 767 B/s wr, 8 op/s 2024-07-27T19:36:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:05 smithi179 ceph-mon[89801]: osdmap e2038: 8 total, 8 up, 8 in 2024-07-27T19:36:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:05 smithi029 ceph-mon[99353]: pgmap v3998: 137 pgs: 6 creating+peering, 5 unknown, 126 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 767 B/s wr, 8 op/s 2024-07-27T19:36:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:05 smithi029 ceph-mon[99353]: osdmap e2038: 8 total, 8 up, 8 in 2024-07-27T19:36:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:05 smithi029 ceph-mon[96870]: pgmap v3998: 137 pgs: 6 creating+peering, 5 unknown, 126 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 767 B/s wr, 8 op/s 2024-07-27T19:36:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:05 smithi029 ceph-mon[96870]: osdmap e2038: 8 total, 8 up, 8 in 2024-07-27T19:36:06.156 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:06.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:06 smithi179 ceph-mon[89801]: osdmap e2039: 8 total, 8 up, 8 in 2024-07-27T19:36:06.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:06 smithi179 ceph-mon[89801]: pgmap v4001: 137 pgs: 137 active+clean; 13 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 201 KiB/s wr, 34 op/s 2024-07-27T19:36:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:06 smithi029 ceph-mon[99353]: osdmap e2039: 8 total, 8 up, 8 in 2024-07-27T19:36:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:06 smithi029 ceph-mon[99353]: pgmap v4001: 137 pgs: 137 active+clean; 13 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 201 KiB/s wr, 34 op/s 2024-07-27T19:36:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:06 smithi029 ceph-mon[96870]: osdmap e2039: 8 total, 8 up, 8 in 2024-07-27T19:36:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:06 smithi029 ceph-mon[96870]: pgmap v4001: 137 pgs: 137 active+clean; 13 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 201 KiB/s wr, 34 op/s 2024-07-27T19:36:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:07 smithi179 ceph-mon[89801]: osdmap e2040: 8 total, 8 up, 8 in 2024-07-27T19:36:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:07 smithi029 ceph-mon[99353]: osdmap e2040: 8 total, 8 up, 8 in 2024-07-27T19:36:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:07 smithi029 ceph-mon[96870]: osdmap e2040: 8 total, 8 up, 8 in 2024-07-27T19:36:08.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:08 smithi179 ceph-mon[89801]: osdmap e2041: 8 total, 8 up, 8 in 2024-07-27T19:36:08.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:08 smithi179 ceph-mon[89801]: pgmap v4004: 137 pgs: 137 active+clean; 19 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 264 KiB/s wr, 77 op/s 2024-07-27T19:36:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:08 smithi029 ceph-mon[99353]: osdmap e2041: 8 total, 8 up, 8 in 2024-07-27T19:36:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:08 smithi029 ceph-mon[99353]: pgmap v4004: 137 pgs: 137 active+clean; 19 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 264 KiB/s wr, 77 op/s 2024-07-27T19:36:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:08 smithi029 ceph-mon[96870]: osdmap e2041: 8 total, 8 up, 8 in 2024-07-27T19:36:08.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:08 smithi029 ceph-mon[96870]: pgmap v4004: 137 pgs: 137 active+clean; 19 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 264 KiB/s wr, 77 op/s 2024-07-27T19:36:09.035 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:09 smithi179 ceph-mon[89801]: osdmap e2042: 8 total, 8 up, 8 in 2024-07-27T19:36:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:36:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:09 smithi179 ceph-mon[89801]: osdmap e2043: 8 total, 8 up, 8 in 2024-07-27T19:36:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:09 smithi029 ceph-mon[96870]: osdmap e2042: 8 total, 8 up, 8 in 2024-07-27T19:36:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:36:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:09 smithi029 ceph-mon[96870]: osdmap e2043: 8 total, 8 up, 8 in 2024-07-27T19:36:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:09 smithi029 ceph-mon[99353]: osdmap e2042: 8 total, 8 up, 8 in 2024-07-27T19:36:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:36:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:09 smithi029 ceph-mon[99353]: osdmap e2043: 8 total, 8 up, 8 in 2024-07-27T19:36:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:11 smithi179 ceph-mon[89801]: pgmap v4007: 137 pgs: 137 active+clean; 20 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 42 KiB/s rd, 68 KiB/s wr, 75 op/s 2024-07-27T19:36:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:11 smithi179 ceph-mon[89801]: osdmap e2044: 8 total, 8 up, 8 in 2024-07-27T19:36:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:11 smithi029 ceph-mon[96870]: pgmap v4007: 137 pgs: 137 active+clean; 20 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 42 KiB/s rd, 68 KiB/s wr, 75 op/s 2024-07-27T19:36:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:11 smithi029 ceph-mon[96870]: osdmap e2044: 8 total, 8 up, 8 in 2024-07-27T19:36:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:11 smithi029 ceph-mon[99353]: pgmap v4007: 137 pgs: 137 active+clean; 20 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 42 KiB/s rd, 68 KiB/s wr, 75 op/s 2024-07-27T19:36:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:11 smithi029 ceph-mon[99353]: osdmap e2044: 8 total, 8 up, 8 in 2024-07-27T19:36:12.046 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:12.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:12 smithi029 ceph-mon[96870]: osdmap e2045: 8 total, 8 up, 8 in 2024-07-27T19:36:12.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:12 smithi029 ceph-mon[99353]: osdmap e2045: 8 total, 8 up, 8 in 2024-07-27T19:36:12.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:12 smithi179 ceph-mon[89801]: osdmap e2045: 8 total, 8 up, 8 in 2024-07-27T19:36:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:36:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:36:12] "GET /metrics HTTP/1.1" 200 36716 "" "Prometheus/2.43.0" 2024-07-27T19:36:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:13 smithi179 ceph-mon[89801]: pgmap v4010: 137 pgs: 137 active+clean; 20 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 4.2 KiB/s wr, 36 op/s 2024-07-27T19:36:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:13 smithi179 ceph-mon[89801]: osdmap e2046: 8 total, 8 up, 8 in 2024-07-27T19:36:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:13 smithi029 ceph-mon[96870]: pgmap v4010: 137 pgs: 137 active+clean; 20 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 4.2 KiB/s wr, 36 op/s 2024-07-27T19:36:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:13 smithi029 ceph-mon[96870]: osdmap e2046: 8 total, 8 up, 8 in 2024-07-27T19:36:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:13 smithi029 ceph-mon[99353]: pgmap v4010: 137 pgs: 137 active+clean; 20 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 4.2 KiB/s wr, 36 op/s 2024-07-27T19:36:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:13 smithi029 ceph-mon[99353]: osdmap e2046: 8 total, 8 up, 8 in 2024-07-27T19:36:14.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:14 smithi179 ceph-mon[89801]: osdmap e2047: 8 total, 8 up, 8 in 2024-07-27T19:36:14.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.1", "id": [2, 3]}]: dispatch 2024-07-27T19:36:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.9", "id": [0, 1]}]: dispatch 2024-07-27T19:36:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.1", "id": [2, 3]}]: dispatch 2024-07-27T19:36:14.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.9", "id": [0, 1]}]: dispatch 2024-07-27T19:36:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:14 smithi029 ceph-mon[96870]: osdmap e2047: 8 total, 8 up, 8 in 2024-07-27T19:36:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.1", "id": [2, 3]}]: dispatch 2024-07-27T19:36:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.9", "id": [0, 1]}]: dispatch 2024-07-27T19:36:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.1", "id": [2, 3]}]: dispatch 2024-07-27T19:36:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.9", "id": [0, 1]}]: dispatch 2024-07-27T19:36:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:14 smithi029 ceph-mon[99353]: osdmap e2047: 8 total, 8 up, 8 in 2024-07-27T19:36:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.1", "id": [2, 3]}]: dispatch 2024-07-27T19:36:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.9", "id": [0, 1]}]: dispatch 2024-07-27T19:36:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.1", "id": [2, 3]}]: dispatch 2024-07-27T19:36:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.9", "id": [0, 1]}]: dispatch 2024-07-27T19:36:15.068 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:15 smithi179 ceph-mon[89801]: pgmap v4013: 137 pgs: 137 active+clean; 22 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 69 KiB/s rd, 7.2 KiB/s wr, 97 op/s 2024-07-27T19:36:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:15 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.1", "id": [2, 3]}]': finished 2024-07-27T19:36:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:15 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.9", "id": [0, 1]}]': finished 2024-07-27T19:36:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:15 smithi179 ceph-mon[89801]: osdmap e2048: 8 total, 8 up, 8 in 2024-07-27T19:36:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:15 smithi029 ceph-mon[96870]: pgmap v4013: 137 pgs: 137 active+clean; 22 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 69 KiB/s rd, 7.2 KiB/s wr, 97 op/s 2024-07-27T19:36:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:15 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.1", "id": [2, 3]}]': finished 2024-07-27T19:36:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:15 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.9", "id": [0, 1]}]': finished 2024-07-27T19:36:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:15 smithi029 ceph-mon[96870]: osdmap e2048: 8 total, 8 up, 8 in 2024-07-27T19:36:15.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:15 smithi029 ceph-mon[99353]: pgmap v4013: 137 pgs: 137 active+clean; 22 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 69 KiB/s rd, 7.2 KiB/s wr, 97 op/s 2024-07-27T19:36:15.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:15 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.1", "id": [2, 3]}]': finished 2024-07-27T19:36:15.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:15 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "123.9", "id": [0, 1]}]': finished 2024-07-27T19:36:15.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:15 smithi029 ceph-mon[99353]: osdmap e2048: 8 total, 8 up, 8 in 2024-07-27T19:36:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:16 smithi179 ceph-mon[89801]: osdmap e2049: 8 total, 8 up, 8 in 2024-07-27T19:36:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:16 smithi029 ceph-mon[96870]: osdmap e2049: 8 total, 8 up, 8 in 2024-07-27T19:36:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:16 smithi029 ceph-mon[99353]: osdmap e2049: 8 total, 8 up, 8 in 2024-07-27T19:36:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:17 smithi179 ceph-mon[89801]: pgmap v4016: 137 pgs: 137 active+clean; 24 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 11 KiB/s wr, 123 op/s 2024-07-27T19:36:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:17 smithi179 ceph-mon[89801]: osdmap e2050: 8 total, 8 up, 8 in 2024-07-27T19:36:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:17 smithi029 ceph-mon[96870]: pgmap v4016: 137 pgs: 137 active+clean; 24 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 11 KiB/s wr, 123 op/s 2024-07-27T19:36:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:17 smithi029 ceph-mon[96870]: osdmap e2050: 8 total, 8 up, 8 in 2024-07-27T19:36:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:17 smithi029 ceph-mon[99353]: pgmap v4016: 137 pgs: 137 active+clean; 24 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 11 KiB/s wr, 123 op/s 2024-07-27T19:36:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:17 smithi029 ceph-mon[99353]: osdmap e2050: 8 total, 8 up, 8 in 2024-07-27T19:36:18.091 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateDeterministic (14949 ms) 2024-07-27T19:36:18.091 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateDeterministicPP 2024-07-27T19:36:18.091 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:18.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:18 smithi179 ceph-mon[89801]: osdmap e2051: 8 total, 8 up, 8 in 2024-07-27T19:36:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:18 smithi029 ceph-mon[96870]: osdmap e2051: 8 total, 8 up, 8 in 2024-07-27T19:36:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:18 smithi029 ceph-mon[99353]: osdmap e2051: 8 total, 8 up, 8 in 2024-07-27T19:36:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:19 smithi179 ceph-mon[89801]: pgmap v4019: 137 pgs: 137 active+clean; 29 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 36 KiB/s rd, 7.7 KiB/s wr, 62 op/s 2024-07-27T19:36:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:19 smithi179 ceph-mon[89801]: osdmap e2052: 8 total, 8 up, 8 in 2024-07-27T19:36:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:19 smithi029 ceph-mon[96870]: pgmap v4019: 137 pgs: 137 active+clean; 29 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 36 KiB/s rd, 7.7 KiB/s wr, 62 op/s 2024-07-27T19:36:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:19 smithi029 ceph-mon[96870]: osdmap e2052: 8 total, 8 up, 8 in 2024-07-27T19:36:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:19 smithi029 ceph-mon[99353]: pgmap v4019: 137 pgs: 137 active+clean; 29 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 36 KiB/s rd, 7.7 KiB/s wr, 62 op/s 2024-07-27T19:36:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:19 smithi029 ceph-mon[99353]: osdmap e2052: 8 total, 8 up, 8 in 2024-07-27T19:36:20.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:20 smithi179 ceph-mon[89801]: osdmap e2053: 8 total, 8 up, 8 in 2024-07-27T19:36:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:20 smithi029 ceph-mon[96870]: osdmap e2053: 8 total, 8 up, 8 in 2024-07-27T19:36:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:20 smithi029 ceph-mon[99353]: osdmap e2053: 8 total, 8 up, 8 in 2024-07-27T19:36:21.104 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:21 smithi179 ceph-mon[89801]: pgmap v4022: 137 pgs: 137 active+clean; 33 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 49 KiB/s rd, 7.2 KiB/s wr, 80 op/s; 8 B/s, 0 objects/s recovering 2024-07-27T19:36:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:21 smithi179 ceph-mon[89801]: osdmap e2054: 8 total, 8 up, 8 in 2024-07-27T19:36:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:21 smithi029 ceph-mon[96870]: pgmap v4022: 137 pgs: 137 active+clean; 33 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 49 KiB/s rd, 7.2 KiB/s wr, 80 op/s; 8 B/s, 0 objects/s recovering 2024-07-27T19:36:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:21 smithi029 ceph-mon[96870]: osdmap e2054: 8 total, 8 up, 8 in 2024-07-27T19:36:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:21 smithi029 ceph-mon[99353]: pgmap v4022: 137 pgs: 137 active+clean; 33 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 49 KiB/s rd, 7.2 KiB/s wr, 80 op/s; 8 B/s, 0 objects/s recovering 2024-07-27T19:36:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:21 smithi029 ceph-mon[99353]: osdmap e2054: 8 total, 8 up, 8 in 2024-07-27T19:36:22.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:22 smithi029 ceph-mon[96870]: osdmap e2055: 8 total, 8 up, 8 in 2024-07-27T19:36:22.332 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:22 smithi029 ceph-mon[99353]: osdmap e2055: 8 total, 8 up, 8 in 2024-07-27T19:36:22.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:22 smithi179 ceph-mon[89801]: osdmap e2055: 8 total, 8 up, 8 in 2024-07-27T19:36:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:36:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:36:22] "GET /metrics HTTP/1.1" 200 36716 "" "Prometheus/2.43.0" 2024-07-27T19:36:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:23 smithi179 ceph-mon[89801]: pgmap v4025: 137 pgs: 137 active+clean; 33 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 80 KiB/s rd, 8.7 KiB/s wr, 118 op/s; 8 B/s, 0 objects/s recovering 2024-07-27T19:36:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:23 smithi179 ceph-mon[89801]: osdmap e2056: 8 total, 8 up, 8 in 2024-07-27T19:36:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:23 smithi029 ceph-mon[96870]: pgmap v4025: 137 pgs: 137 active+clean; 33 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 80 KiB/s rd, 8.7 KiB/s wr, 118 op/s; 8 B/s, 0 objects/s recovering 2024-07-27T19:36:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:23 smithi029 ceph-mon[96870]: osdmap e2056: 8 total, 8 up, 8 in 2024-07-27T19:36:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:23 smithi029 ceph-mon[99353]: pgmap v4025: 137 pgs: 137 active+clean; 33 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 80 KiB/s rd, 8.7 KiB/s wr, 118 op/s; 8 B/s, 0 objects/s recovering 2024-07-27T19:36:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:23 smithi029 ceph-mon[99353]: osdmap e2056: 8 total, 8 up, 8 in 2024-07-27T19:36:24.124 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:24.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:24 smithi179 ceph-mon[89801]: osdmap e2057: 8 total, 8 up, 8 in 2024-07-27T19:36:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:36:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:24 smithi029 ceph-mon[96870]: osdmap e2057: 8 total, 8 up, 8 in 2024-07-27T19:36:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:36:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:24 smithi029 ceph-mon[99353]: osdmap e2057: 8 total, 8 up, 8 in 2024-07-27T19:36:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:36:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:25 smithi179 ceph-mon[89801]: pgmap v4028: 137 pgs: 137 active+clean; 33 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 46 KiB/s rd, 7.0 KiB/s wr, 75 op/s 2024-07-27T19:36:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:25 smithi179 ceph-mon[89801]: osdmap e2058: 8 total, 8 up, 8 in 2024-07-27T19:36:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:25 smithi029 ceph-mon[96870]: pgmap v4028: 137 pgs: 137 active+clean; 33 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 46 KiB/s rd, 7.0 KiB/s wr, 75 op/s 2024-07-27T19:36:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:25 smithi029 ceph-mon[96870]: osdmap e2058: 8 total, 8 up, 8 in 2024-07-27T19:36:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:25 smithi029 ceph-mon[99353]: pgmap v4028: 137 pgs: 137 active+clean; 33 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 46 KiB/s rd, 7.0 KiB/s wr, 75 op/s 2024-07-27T19:36:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:25 smithi029 ceph-mon[99353]: osdmap e2058: 8 total, 8 up, 8 in 2024-07-27T19:36:26.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:26 smithi179 ceph-mon[89801]: osdmap e2059: 8 total, 8 up, 8 in 2024-07-27T19:36:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:26 smithi029 ceph-mon[96870]: osdmap e2059: 8 total, 8 up, 8 in 2024-07-27T19:36:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:26 smithi029 ceph-mon[99353]: osdmap e2059: 8 total, 8 up, 8 in 2024-07-27T19:36:27.114 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:27 smithi179 ceph-mon[89801]: pgmap v4031: 137 pgs: 137 active+clean; 33 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 4.0 KiB/s wr, 32 op/s 2024-07-27T19:36:27.140 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:27 smithi179 ceph-mon[89801]: osdmap e2060: 8 total, 8 up, 8 in 2024-07-27T19:36:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:27 smithi029 ceph-mon[96870]: pgmap v4031: 137 pgs: 137 active+clean; 33 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 4.0 KiB/s wr, 32 op/s 2024-07-27T19:36:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:27 smithi029 ceph-mon[96870]: osdmap e2060: 8 total, 8 up, 8 in 2024-07-27T19:36:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:27 smithi029 ceph-mon[99353]: pgmap v4031: 137 pgs: 137 active+clean; 33 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 4.0 KiB/s wr, 32 op/s 2024-07-27T19:36:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:27 smithi029 ceph-mon[99353]: osdmap e2060: 8 total, 8 up, 8 in 2024-07-27T19:36:28.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:28 smithi179 ceph-mon[89801]: osdmap e2061: 8 total, 8 up, 8 in 2024-07-27T19:36:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:28 smithi029 ceph-mon[99353]: osdmap e2061: 8 total, 8 up, 8 in 2024-07-27T19:36:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:28 smithi029 ceph-mon[96870]: osdmap e2061: 8 total, 8 up, 8 in 2024-07-27T19:36:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:29 smithi179 ceph-mon[89801]: pgmap v4034: 137 pgs: 137 active+clean; 39 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 37 KiB/s rd, 5.5 KiB/s wr, 59 op/s 2024-07-27T19:36:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:29 smithi179 ceph-mon[89801]: osdmap e2062: 8 total, 8 up, 8 in 2024-07-27T19:36:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:29 smithi029 ceph-mon[99353]: pgmap v4034: 137 pgs: 137 active+clean; 39 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 37 KiB/s rd, 5.5 KiB/s wr, 59 op/s 2024-07-27T19:36:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:29 smithi029 ceph-mon[99353]: osdmap e2062: 8 total, 8 up, 8 in 2024-07-27T19:36:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:29 smithi029 ceph-mon[96870]: pgmap v4034: 137 pgs: 137 active+clean; 39 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 37 KiB/s rd, 5.5 KiB/s wr, 59 op/s 2024-07-27T19:36:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:29 smithi029 ceph-mon[96870]: osdmap e2062: 8 total, 8 up, 8 in 2024-07-27T19:36:30.163 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:30.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:30 smithi179 ceph-mon[89801]: osdmap e2063: 8 total, 8 up, 8 in 2024-07-27T19:36:30.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:30 smithi179 ceph-mon[89801]: pgmap v4037: 137 pgs: 137 active+clean; 45 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 58 KiB/s rd, 9.0 KiB/s wr, 92 op/s 2024-07-27T19:36:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:30 smithi029 ceph-mon[99353]: osdmap e2063: 8 total, 8 up, 8 in 2024-07-27T19:36:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:30 smithi029 ceph-mon[99353]: pgmap v4037: 137 pgs: 137 active+clean; 45 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 58 KiB/s rd, 9.0 KiB/s wr, 92 op/s 2024-07-27T19:36:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:30 smithi029 ceph-mon[96870]: osdmap e2063: 8 total, 8 up, 8 in 2024-07-27T19:36:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:30 smithi029 ceph-mon[96870]: pgmap v4037: 137 pgs: 137 active+clean; 45 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 58 KiB/s rd, 9.0 KiB/s wr, 92 op/s 2024-07-27T19:36:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:31 smithi179 ceph-mon[89801]: osdmap e2064: 8 total, 8 up, 8 in 2024-07-27T19:36:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:31 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:36:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:31 smithi029 ceph-mon[96870]: osdmap e2064: 8 total, 8 up, 8 in 2024-07-27T19:36:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:31 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:36:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:31 smithi029 ceph-mon[99353]: osdmap e2064: 8 total, 8 up, 8 in 2024-07-27T19:36:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:31 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:36:32.402 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:36:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:36:32] "GET /metrics HTTP/1.1" 200 36721 "" "Prometheus/2.43.0" 2024-07-27T19:36:32.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:32 smithi029 ceph-mon[96870]: osdmap e2065: 8 total, 8 up, 8 in 2024-07-27T19:36:32.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:36:32.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:36:32.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:32 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:36:32.403 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:32 smithi029 ceph-mon[96870]: pgmap v4040: 137 pgs: 137 active+clean; 48 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 7.0 KiB/s wr, 59 op/s 2024-07-27T19:36:32.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:32 smithi029 ceph-mon[99353]: osdmap e2065: 8 total, 8 up, 8 in 2024-07-27T19:36:32.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:36:32.403 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:36:32.404 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:32 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:36:32.404 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:32 smithi029 ceph-mon[99353]: pgmap v4040: 137 pgs: 137 active+clean; 48 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 7.0 KiB/s wr, 59 op/s 2024-07-27T19:36:32.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:32 smithi179 ceph-mon[89801]: osdmap e2065: 8 total, 8 up, 8 in 2024-07-27T19:36:32.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:32 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:36:32.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:32 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:36:32.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:32 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:36:32.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:32 smithi179 ceph-mon[89801]: pgmap v4040: 137 pgs: 137 active+clean; 48 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 7.0 KiB/s wr, 59 op/s 2024-07-27T19:36:33.176 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateDeterministicPP (15086 ms) 2024-07-27T19:36:33.176 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateDeterministicLUKS1 2024-07-27T19:36:33.177 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:33 smithi179 ceph-mon[89801]: osdmap e2066: 8 total, 8 up, 8 in 2024-07-27T19:36:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:33 smithi029 ceph-mon[96870]: osdmap e2066: 8 total, 8 up, 8 in 2024-07-27T19:36:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:33 smithi029 ceph-mon[99353]: osdmap e2066: 8 total, 8 up, 8 in 2024-07-27T19:36:34.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:34 smithi179 ceph-mon[89801]: osdmap e2067: 8 total, 8 up, 8 in 2024-07-27T19:36:34.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:34 smithi179 ceph-mon[89801]: pgmap v4043: 137 pgs: 137 active+clean; 51 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 47 KiB/s rd, 5.0 KiB/s wr, 70 op/s 2024-07-27T19:36:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:34 smithi029 ceph-mon[96870]: osdmap e2067: 8 total, 8 up, 8 in 2024-07-27T19:36:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:34 smithi029 ceph-mon[96870]: pgmap v4043: 137 pgs: 137 active+clean; 51 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 47 KiB/s rd, 5.0 KiB/s wr, 70 op/s 2024-07-27T19:36:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:34 smithi029 ceph-mon[99353]: osdmap e2067: 8 total, 8 up, 8 in 2024-07-27T19:36:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:34 smithi029 ceph-mon[99353]: pgmap v4043: 137 pgs: 137 active+clean; 51 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 47 KiB/s rd, 5.0 KiB/s wr, 70 op/s 2024-07-27T19:36:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:36 smithi179 ceph-mon[89801]: pgmap v4044: 137 pgs: 137 active+clean; 55 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 37 KiB/s rd, 4.6 KiB/s wr, 58 op/s 2024-07-27T19:36:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:36 smithi029 ceph-mon[99353]: pgmap v4044: 137 pgs: 137 active+clean; 55 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 37 KiB/s rd, 4.6 KiB/s wr, 58 op/s 2024-07-27T19:36:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:36 smithi029 ceph-mon[96870]: pgmap v4044: 137 pgs: 137 active+clean; 55 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 37 KiB/s rd, 4.6 KiB/s wr, 58 op/s 2024-07-27T19:36:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:38 smithi179 ceph-mon[89801]: pgmap v4045: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 640 KiB/s wr, 74 op/s 2024-07-27T19:36:38.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:38 smithi179 ceph-mon[89801]: osdmap e2068: 8 total, 8 up, 8 in 2024-07-27T19:36:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:38 smithi029 ceph-mon[99353]: pgmap v4045: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 640 KiB/s wr, 74 op/s 2024-07-27T19:36:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:38 smithi029 ceph-mon[99353]: osdmap e2068: 8 total, 8 up, 8 in 2024-07-27T19:36:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:38 smithi029 ceph-mon[96870]: pgmap v4045: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 640 KiB/s wr, 74 op/s 2024-07-27T19:36:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:38 smithi029 ceph-mon[96870]: osdmap e2068: 8 total, 8 up, 8 in 2024-07-27T19:36:39.690 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:39 smithi029 ceph-mon[96870]: osdmap e2069: 8 total, 8 up, 8 in 2024-07-27T19:36:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:36:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:39 smithi029 ceph-mon[99353]: osdmap e2069: 8 total, 8 up, 8 in 2024-07-27T19:36:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:36:40.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:39 smithi179 ceph-mon[89801]: osdmap e2069: 8 total, 8 up, 8 in 2024-07-27T19:36:40.205 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:36:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:40 smithi029 ceph-mon[96870]: pgmap v4048: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 639 KiB/s wr, 32 op/s 2024-07-27T19:36:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:40 smithi029 ceph-mon[96870]: osdmap e2070: 8 total, 8 up, 8 in 2024-07-27T19:36:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:40 smithi029 ceph-mon[99353]: pgmap v4048: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 639 KiB/s wr, 32 op/s 2024-07-27T19:36:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:40 smithi029 ceph-mon[99353]: osdmap e2070: 8 total, 8 up, 8 in 2024-07-27T19:36:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:40 smithi179 ceph-mon[89801]: pgmap v4048: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 639 KiB/s wr, 32 op/s 2024-07-27T19:36:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:40 smithi179 ceph-mon[89801]: osdmap e2070: 8 total, 8 up, 8 in 2024-07-27T19:36:42.666 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:36:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:36:42] "GET /metrics HTTP/1.1" 200 36724 "" "Prometheus/2.43.0" 2024-07-27T19:36:43.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:42 smithi029 ceph-mon[96870]: pgmap v4050: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 687 KiB/s wr, 38 op/s 2024-07-27T19:36:43.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:42 smithi029 ceph-mon[99353]: pgmap v4050: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 687 KiB/s wr, 38 op/s 2024-07-27T19:36:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:42 smithi179 ceph-mon[89801]: pgmap v4050: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 687 KiB/s wr, 38 op/s 2024-07-27T19:36:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:44 smithi029 ceph-mon[96870]: pgmap v4051: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 3.5 KiB/s wr, 33 op/s 2024-07-27T19:36:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:44 smithi029 ceph-mon[96870]: osdmap e2071: 8 total, 8 up, 8 in 2024-07-27T19:36:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:44 smithi029 ceph-mon[99353]: pgmap v4051: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 3.5 KiB/s wr, 33 op/s 2024-07-27T19:36:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:44 smithi029 ceph-mon[99353]: osdmap e2071: 8 total, 8 up, 8 in 2024-07-27T19:36:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:44 smithi179 ceph-mon[89801]: pgmap v4051: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 3.5 KiB/s wr, 33 op/s 2024-07-27T19:36:45.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:44 smithi179 ceph-mon[89801]: osdmap e2071: 8 total, 8 up, 8 in 2024-07-27T19:36:45.714 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:45 smithi029 ceph-mon[96870]: osdmap e2072: 8 total, 8 up, 8 in 2024-07-27T19:36:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:45 smithi029 ceph-mon[99353]: osdmap e2072: 8 total, 8 up, 8 in 2024-07-27T19:36:46.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:45 smithi179 ceph-mon[89801]: osdmap e2072: 8 total, 8 up, 8 in 2024-07-27T19:36:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:46 smithi029 ceph-mon[96870]: pgmap v4054: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 5.0 KiB/s wr, 49 op/s 2024-07-27T19:36:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:46 smithi029 ceph-mon[96870]: osdmap e2073: 8 total, 8 up, 8 in 2024-07-27T19:36:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:46 smithi029 ceph-mon[99353]: pgmap v4054: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 5.0 KiB/s wr, 49 op/s 2024-07-27T19:36:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:46 smithi029 ceph-mon[99353]: osdmap e2073: 8 total, 8 up, 8 in 2024-07-27T19:36:47.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:46 smithi179 ceph-mon[89801]: pgmap v4054: 137 pgs: 137 active+clean; 63 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 5.0 KiB/s wr, 49 op/s 2024-07-27T19:36:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:46 smithi179 ceph-mon[89801]: osdmap e2073: 8 total, 8 up, 8 in 2024-07-27T19:36:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:48 smithi029 ceph-mon[96870]: pgmap v4056: 137 pgs: 137 active+clean; 69 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 687 KiB/s wr, 50 op/s 2024-07-27T19:36:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:48 smithi029 ceph-mon[99353]: pgmap v4056: 137 pgs: 137 active+clean; 69 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 687 KiB/s wr, 50 op/s 2024-07-27T19:36:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:48 smithi179 ceph-mon[89801]: pgmap v4056: 137 pgs: 137 active+clean; 69 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 687 KiB/s wr, 50 op/s 2024-07-27T19:36:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:50 smithi029 ceph-mon[96870]: pgmap v4057: 137 pgs: 137 active+clean; 73 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 1.3 MiB/s wr, 48 op/s 2024-07-27T19:36:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:50 smithi029 ceph-mon[96870]: osdmap e2074: 8 total, 8 up, 8 in 2024-07-27T19:36:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:50 smithi029 ceph-mon[99353]: pgmap v4057: 137 pgs: 137 active+clean; 73 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 1.3 MiB/s wr, 48 op/s 2024-07-27T19:36:51.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:50 smithi029 ceph-mon[99353]: osdmap e2074: 8 total, 8 up, 8 in 2024-07-27T19:36:51.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:50 smithi179 ceph-mon[89801]: pgmap v4057: 137 pgs: 137 active+clean; 73 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 1.3 MiB/s wr, 48 op/s 2024-07-27T19:36:51.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:50 smithi179 ceph-mon[89801]: osdmap e2074: 8 total, 8 up, 8 in 2024-07-27T19:36:51.739 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:51 smithi029 ceph-mon[96870]: osdmap e2075: 8 total, 8 up, 8 in 2024-07-27T19:36:52.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:51 smithi029 ceph-mon[99353]: osdmap e2075: 8 total, 8 up, 8 in 2024-07-27T19:36:52.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:51 smithi179 ceph-mon[89801]: osdmap e2075: 8 total, 8 up, 8 in 2024-07-27T19:36:52.705 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:36:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:36:52] "GET /metrics HTTP/1.1" 200 36724 "" "Prometheus/2.43.0" 2024-07-27T19:36:53.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:52 smithi029 ceph-mon[96870]: pgmap v4060: 137 pgs: 137 active+clean; 73 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 1.3 MiB/s wr, 44 op/s 2024-07-27T19:36:53.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:52 smithi029 ceph-mon[96870]: osdmap e2076: 8 total, 8 up, 8 in 2024-07-27T19:36:53.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:52 smithi029 ceph-mon[99353]: pgmap v4060: 137 pgs: 137 active+clean; 73 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 1.3 MiB/s wr, 44 op/s 2024-07-27T19:36:53.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:52 smithi029 ceph-mon[99353]: osdmap e2076: 8 total, 8 up, 8 in 2024-07-27T19:36:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:52 smithi179 ceph-mon[89801]: pgmap v4060: 137 pgs: 137 active+clean; 73 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 1.3 MiB/s wr, 44 op/s 2024-07-27T19:36:53.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:52 smithi179 ceph-mon[89801]: osdmap e2076: 8 total, 8 up, 8 in 2024-07-27T19:36:54.965 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:54 smithi179 ceph-mon[89801]: pgmap v4062: 137 pgs: 137 active+clean; 74 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 686 KiB/s wr, 42 op/s 2024-07-27T19:36:54.965 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:36:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:54 smithi029 ceph-mon[96870]: pgmap v4062: 137 pgs: 137 active+clean; 74 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 686 KiB/s wr, 42 op/s 2024-07-27T19:36:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:36:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:54 smithi029 ceph-mon[99353]: pgmap v4062: 137 pgs: 137 active+clean; 74 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 686 KiB/s wr, 42 op/s 2024-07-27T19:36:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:36:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:56 smithi029 ceph-mon[99353]: pgmap v4063: 137 pgs: 137 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 3.3 KiB/s wr, 30 op/s 2024-07-27T19:36:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:56 smithi029 ceph-mon[99353]: osdmap e2077: 8 total, 8 up, 8 in 2024-07-27T19:36:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:56 smithi029 ceph-mon[96870]: pgmap v4063: 137 pgs: 137 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 3.3 KiB/s wr, 30 op/s 2024-07-27T19:36:57.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:56 smithi029 ceph-mon[96870]: osdmap e2077: 8 total, 8 up, 8 in 2024-07-27T19:36:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:56 smithi179 ceph-mon[89801]: pgmap v4063: 137 pgs: 137 active+clean; 75 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 3.3 KiB/s wr, 30 op/s 2024-07-27T19:36:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:56 smithi179 ceph-mon[89801]: osdmap e2077: 8 total, 8 up, 8 in 2024-07-27T19:36:57.758 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:36:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:57 smithi029 ceph-mon[96870]: osdmap e2078: 8 total, 8 up, 8 in 2024-07-27T19:36:58.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:57 smithi029 ceph-mon[99353]: osdmap e2078: 8 total, 8 up, 8 in 2024-07-27T19:36:58.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:57 smithi179 ceph-mon[89801]: osdmap e2078: 8 total, 8 up, 8 in 2024-07-27T19:36:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:58 smithi029 ceph-mon[96870]: pgmap v4066: 137 pgs: 137 active+clean; 77 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 4.2 KiB/s wr, 39 op/s 2024-07-27T19:36:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:36:58 smithi029 ceph-mon[96870]: osdmap e2079: 8 total, 8 up, 8 in 2024-07-27T19:36:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:58 smithi029 ceph-mon[99353]: pgmap v4066: 137 pgs: 137 active+clean; 77 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 4.2 KiB/s wr, 39 op/s 2024-07-27T19:36:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:36:58 smithi029 ceph-mon[99353]: osdmap e2079: 8 total, 8 up, 8 in 2024-07-27T19:36:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:58 smithi179 ceph-mon[89801]: pgmap v4066: 137 pgs: 137 active+clean; 77 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 4.2 KiB/s wr, 39 op/s 2024-07-27T19:36:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:36:58 smithi179 ceph-mon[89801]: osdmap e2079: 8 total, 8 up, 8 in 2024-07-27T19:37:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:00 smithi029 ceph-mon[96870]: pgmap v4068: 137 pgs: 137 active+clean; 81 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 688 KiB/s wr, 44 op/s 2024-07-27T19:37:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:00 smithi029 ceph-mon[99353]: pgmap v4068: 137 pgs: 137 active+clean; 81 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 688 KiB/s wr, 44 op/s 2024-07-27T19:37:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:00 smithi179 ceph-mon[89801]: pgmap v4068: 137 pgs: 137 active+clean; 81 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 688 KiB/s wr, 44 op/s 2024-07-27T19:37:02.741 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:37:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:37:02] "GET /metrics HTTP/1.1" 200 36731 "" "Prometheus/2.43.0" 2024-07-27T19:37:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:02 smithi029 ceph-mon[96870]: pgmap v4069: 137 pgs: 137 active+clean; 81 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 686 KiB/s wr, 37 op/s 2024-07-27T19:37:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:02 smithi029 ceph-mon[96870]: osdmap e2080: 8 total, 8 up, 8 in 2024-07-27T19:37:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:02 smithi029 ceph-mon[99353]: pgmap v4069: 137 pgs: 137 active+clean; 81 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 686 KiB/s wr, 37 op/s 2024-07-27T19:37:03.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:02 smithi029 ceph-mon[99353]: osdmap e2080: 8 total, 8 up, 8 in 2024-07-27T19:37:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:02 smithi179 ceph-mon[89801]: pgmap v4069: 137 pgs: 137 active+clean; 81 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 686 KiB/s wr, 37 op/s 2024-07-27T19:37:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:02 smithi179 ceph-mon[89801]: osdmap e2080: 8 total, 8 up, 8 in 2024-07-27T19:37:03.779 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateDeterministicLUKS1 (30602 ms) 2024-07-27T19:37:03.779 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateDeterministicLUKS1PP 2024-07-27T19:37:03.779 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:37:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:03 smithi029 ceph-mon[96870]: osdmap e2081: 8 total, 8 up, 8 in 2024-07-27T19:37:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:03 smithi029 ceph-mon[99353]: osdmap e2081: 8 total, 8 up, 8 in 2024-07-27T19:37:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:03 smithi179 ceph-mon[89801]: osdmap e2081: 8 total, 8 up, 8 in 2024-07-27T19:37:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:04 smithi029 ceph-mon[96870]: pgmap v4072: 137 pgs: 137 active+clean; 85 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 1.3 MiB/s wr, 27 op/s 2024-07-27T19:37:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:04 smithi029 ceph-mon[96870]: osdmap e2082: 8 total, 8 up, 8 in 2024-07-27T19:37:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:04 smithi029 ceph-mon[99353]: pgmap v4072: 137 pgs: 137 active+clean; 85 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 1.3 MiB/s wr, 27 op/s 2024-07-27T19:37:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:04 smithi029 ceph-mon[99353]: osdmap e2082: 8 total, 8 up, 8 in 2024-07-27T19:37:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:04 smithi179 ceph-mon[89801]: pgmap v4072: 137 pgs: 137 active+clean; 85 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 1.3 MiB/s wr, 27 op/s 2024-07-27T19:37:05.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:04 smithi179 ceph-mon[89801]: osdmap e2082: 8 total, 8 up, 8 in 2024-07-27T19:37:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:06 smithi029 ceph-mon[96870]: pgmap v4074: 137 pgs: 137 active+clean; 89 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 685 KiB/s wr, 37 op/s 2024-07-27T19:37:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:06 smithi029 ceph-mon[99353]: pgmap v4074: 137 pgs: 137 active+clean; 89 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 685 KiB/s wr, 37 op/s 2024-07-27T19:37:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:06 smithi179 ceph-mon[89801]: pgmap v4074: 137 pgs: 137 active+clean; 89 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 685 KiB/s wr, 37 op/s 2024-07-27T19:37:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:08 smithi179 ceph-mon[89801]: pgmap v4075: 137 pgs: 137 active+clean; 93 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 687 KiB/s wr, 51 op/s 2024-07-27T19:37:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:08 smithi179 ceph-mon[89801]: osdmap e2083: 8 total, 8 up, 8 in 2024-07-27T19:37:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:37:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:08 smithi029 ceph-mon[96870]: pgmap v4075: 137 pgs: 137 active+clean; 93 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 687 KiB/s wr, 51 op/s 2024-07-27T19:37:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:08 smithi029 ceph-mon[96870]: osdmap e2083: 8 total, 8 up, 8 in 2024-07-27T19:37:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:37:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:08 smithi029 ceph-mon[99353]: pgmap v4075: 137 pgs: 137 active+clean; 93 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 687 KiB/s wr, 51 op/s 2024-07-27T19:37:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:08 smithi029 ceph-mon[99353]: osdmap e2083: 8 total, 8 up, 8 in 2024-07-27T19:37:09.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:37:09.799 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:37:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:09 smithi179 ceph-mon[89801]: osdmap e2084: 8 total, 8 up, 8 in 2024-07-27T19:37:10.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:09 smithi029 ceph-mon[99353]: osdmap e2084: 8 total, 8 up, 8 in 2024-07-27T19:37:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:09 smithi029 ceph-mon[96870]: osdmap e2084: 8 total, 8 up, 8 in 2024-07-27T19:37:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:10 smithi179 ceph-mon[89801]: pgmap v4078: 137 pgs: 137 active+clean; 97 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 687 KiB/s wr, 42 op/s 2024-07-27T19:37:11.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:10 smithi179 ceph-mon[89801]: osdmap e2085: 8 total, 8 up, 8 in 2024-07-27T19:37:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:10 smithi029 ceph-mon[96870]: pgmap v4078: 137 pgs: 137 active+clean; 97 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 687 KiB/s wr, 42 op/s 2024-07-27T19:37:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:10 smithi029 ceph-mon[96870]: osdmap e2085: 8 total, 8 up, 8 in 2024-07-27T19:37:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:10 smithi029 ceph-mon[99353]: pgmap v4078: 137 pgs: 137 active+clean; 97 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 687 KiB/s wr, 42 op/s 2024-07-27T19:37:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:10 smithi029 ceph-mon[99353]: osdmap e2085: 8 total, 8 up, 8 in 2024-07-27T19:37:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:37:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:37:12] "GET /metrics HTTP/1.1" 200 36722 "" "Prometheus/2.43.0" 2024-07-27T19:37:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:12 smithi179 ceph-mon[89801]: pgmap v4080: 137 pgs: 137 active+clean; 97 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 685 KiB/s wr, 18 op/s 2024-07-27T19:37:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:12 smithi029 ceph-mon[96870]: pgmap v4080: 137 pgs: 137 active+clean; 97 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 685 KiB/s wr, 18 op/s 2024-07-27T19:37:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:12 smithi029 ceph-mon[99353]: pgmap v4080: 137 pgs: 137 active+clean; 97 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 685 KiB/s wr, 18 op/s 2024-07-27T19:37:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:14 smithi179 ceph-mon[89801]: pgmap v4081: 137 pgs: 137 active+clean; 97 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 39 op/s 2024-07-27T19:37:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:14 smithi179 ceph-mon[89801]: osdmap e2086: 8 total, 8 up, 8 in 2024-07-27T19:37:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:14 smithi029 ceph-mon[96870]: pgmap v4081: 137 pgs: 137 active+clean; 97 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 39 op/s 2024-07-27T19:37:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:14 smithi029 ceph-mon[96870]: osdmap e2086: 8 total, 8 up, 8 in 2024-07-27T19:37:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:14 smithi029 ceph-mon[99353]: pgmap v4081: 137 pgs: 137 active+clean; 97 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 39 op/s 2024-07-27T19:37:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:14 smithi029 ceph-mon[99353]: osdmap e2086: 8 total, 8 up, 8 in 2024-07-27T19:37:15.817 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:37:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:15 smithi179 ceph-mon[89801]: osdmap e2087: 8 total, 8 up, 8 in 2024-07-27T19:37:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:15 smithi029 ceph-mon[96870]: osdmap e2087: 8 total, 8 up, 8 in 2024-07-27T19:37:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:15 smithi029 ceph-mon[99353]: osdmap e2087: 8 total, 8 up, 8 in 2024-07-27T19:37:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:16 smithi179 ceph-mon[89801]: pgmap v4084: 137 pgs: 137 active+clean; 104 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 686 KiB/s wr, 38 op/s 2024-07-27T19:37:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:16 smithi179 ceph-mon[89801]: osdmap e2088: 8 total, 8 up, 8 in 2024-07-27T19:37:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:16 smithi029 ceph-mon[96870]: pgmap v4084: 137 pgs: 137 active+clean; 104 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 686 KiB/s wr, 38 op/s 2024-07-27T19:37:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:16 smithi029 ceph-mon[96870]: osdmap e2088: 8 total, 8 up, 8 in 2024-07-27T19:37:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:16 smithi029 ceph-mon[99353]: pgmap v4084: 137 pgs: 137 active+clean; 104 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 686 KiB/s wr, 38 op/s 2024-07-27T19:37:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:16 smithi029 ceph-mon[99353]: osdmap e2088: 8 total, 8 up, 8 in 2024-07-27T19:37:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:18 smithi179 ceph-mon[89801]: pgmap v4086: 137 pgs: 137 active+clean; 107 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 689 KiB/s wr, 73 op/s 2024-07-27T19:37:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:18 smithi029 ceph-mon[96870]: pgmap v4086: 137 pgs: 137 active+clean; 107 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 689 KiB/s wr, 73 op/s 2024-07-27T19:37:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:18 smithi029 ceph-mon[99353]: pgmap v4086: 137 pgs: 137 active+clean; 107 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 689 KiB/s wr, 73 op/s 2024-07-27T19:37:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:20 smithi179 ceph-mon[89801]: pgmap v4087: 137 pgs: 137 active+clean; 107 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 40 op/s 2024-07-27T19:37:21.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:20 smithi179 ceph-mon[89801]: osdmap e2089: 8 total, 8 up, 8 in 2024-07-27T19:37:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:20 smithi029 ceph-mon[99353]: pgmap v4087: 137 pgs: 137 active+clean; 107 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 40 op/s 2024-07-27T19:37:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:20 smithi029 ceph-mon[99353]: osdmap e2089: 8 total, 8 up, 8 in 2024-07-27T19:37:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:20 smithi029 ceph-mon[96870]: pgmap v4087: 137 pgs: 137 active+clean; 107 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 40 op/s 2024-07-27T19:37:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:20 smithi029 ceph-mon[96870]: osdmap e2089: 8 total, 8 up, 8 in 2024-07-27T19:37:21.836 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:37:22.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:21 smithi179 ceph-mon[89801]: osdmap e2090: 8 total, 8 up, 8 in 2024-07-27T19:37:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:21 smithi029 ceph-mon[96870]: osdmap e2090: 8 total, 8 up, 8 in 2024-07-27T19:37:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:21 smithi029 ceph-mon[99353]: osdmap e2090: 8 total, 8 up, 8 in 2024-07-27T19:37:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:37:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:37:22] "GET /metrics HTTP/1.1" 200 36722 "" "Prometheus/2.43.0" 2024-07-27T19:37:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:22 smithi179 ceph-mon[89801]: pgmap v4090: 137 pgs: 137 active+clean; 107 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 3.8 KiB/s wr, 39 op/s 2024-07-27T19:37:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:22 smithi179 ceph-mon[89801]: osdmap e2091: 8 total, 8 up, 8 in 2024-07-27T19:37:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:22 smithi029 ceph-mon[96870]: pgmap v4090: 137 pgs: 137 active+clean; 107 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 3.8 KiB/s wr, 39 op/s 2024-07-27T19:37:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:22 smithi029 ceph-mon[96870]: osdmap e2091: 8 total, 8 up, 8 in 2024-07-27T19:37:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:22 smithi029 ceph-mon[99353]: pgmap v4090: 137 pgs: 137 active+clean; 107 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 3.8 KiB/s wr, 39 op/s 2024-07-27T19:37:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:22 smithi029 ceph-mon[99353]: osdmap e2091: 8 total, 8 up, 8 in 2024-07-27T19:37:24.064 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:37:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:37:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:37:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:24 smithi179 ceph-mon[89801]: pgmap v4092: 137 pgs: 137 active+clean; 113 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 2.5 KiB/s wr, 31 op/s 2024-07-27T19:37:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:24 smithi029 ceph-mon[96870]: pgmap v4092: 137 pgs: 137 active+clean; 113 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 2.5 KiB/s wr, 31 op/s 2024-07-27T19:37:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:24 smithi029 ceph-mon[99353]: pgmap v4092: 137 pgs: 137 active+clean; 113 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 2.5 KiB/s wr, 31 op/s 2024-07-27T19:37:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:26 smithi179 ceph-mon[89801]: pgmap v4093: 137 pgs: 137 active+clean; 117 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 39 op/s 2024-07-27T19:37:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:26 smithi179 ceph-mon[89801]: osdmap e2092: 8 total, 8 up, 8 in 2024-07-27T19:37:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:26 smithi029 ceph-mon[99353]: pgmap v4093: 137 pgs: 137 active+clean; 117 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 39 op/s 2024-07-27T19:37:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:26 smithi029 ceph-mon[99353]: osdmap e2092: 8 total, 8 up, 8 in 2024-07-27T19:37:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:26 smithi029 ceph-mon[96870]: pgmap v4093: 137 pgs: 137 active+clean; 117 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 39 op/s 2024-07-27T19:37:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:26 smithi029 ceph-mon[96870]: osdmap e2092: 8 total, 8 up, 8 in 2024-07-27T19:37:27.870 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:37:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:27 smithi179 ceph-mon[89801]: osdmap e2093: 8 total, 8 up, 8 in 2024-07-27T19:37:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:27 smithi029 ceph-mon[96870]: osdmap e2093: 8 total, 8 up, 8 in 2024-07-27T19:37:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:27 smithi029 ceph-mon[99353]: osdmap e2093: 8 total, 8 up, 8 in 2024-07-27T19:37:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:28 smithi179 ceph-mon[89801]: pgmap v4096: 137 pgs: 137 active+clean; 124 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 1.3 MiB/s wr, 45 op/s 2024-07-27T19:37:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:28 smithi179 ceph-mon[89801]: osdmap e2094: 8 total, 8 up, 8 in 2024-07-27T19:37:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:28 smithi029 ceph-mon[96870]: pgmap v4096: 137 pgs: 137 active+clean; 124 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 1.3 MiB/s wr, 45 op/s 2024-07-27T19:37:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:28 smithi029 ceph-mon[96870]: osdmap e2094: 8 total, 8 up, 8 in 2024-07-27T19:37:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:28 smithi029 ceph-mon[99353]: pgmap v4096: 137 pgs: 137 active+clean; 124 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 1.3 MiB/s wr, 45 op/s 2024-07-27T19:37:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:28 smithi029 ceph-mon[99353]: osdmap e2094: 8 total, 8 up, 8 in 2024-07-27T19:37:31.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:30 smithi179 ceph-mon[89801]: pgmap v4098: 137 pgs: 137 active+clean; 124 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 31 KiB/s rd, 1.3 MiB/s wr, 45 op/s 2024-07-27T19:37:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:30 smithi029 ceph-mon[96870]: pgmap v4098: 137 pgs: 137 active+clean; 124 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 31 KiB/s rd, 1.3 MiB/s wr, 45 op/s 2024-07-27T19:37:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:30 smithi029 ceph-mon[99353]: pgmap v4098: 137 pgs: 137 active+clean; 124 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 31 KiB/s rd, 1.3 MiB/s wr, 45 op/s 2024-07-27T19:37:32.152 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:31 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:37:32.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:31 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:37:32.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:31 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:37:32.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:37:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:37:32] "GET /metrics HTTP/1.1" 200 36727 "" "Prometheus/2.43.0" 2024-07-27T19:37:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:32 smithi179 ceph-mon[89801]: pgmap v4099: 137 pgs: 137 active+clean; 127 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 687 KiB/s wr, 38 op/s 2024-07-27T19:37:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:32 smithi179 ceph-mon[89801]: osdmap e2095: 8 total, 8 up, 8 in 2024-07-27T19:37:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:32 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:37:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:32 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:37:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:32 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:37:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:32 smithi029 ceph-mon[99353]: pgmap v4099: 137 pgs: 137 active+clean; 127 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 687 KiB/s wr, 38 op/s 2024-07-27T19:37:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:32 smithi029 ceph-mon[99353]: osdmap e2095: 8 total, 8 up, 8 in 2024-07-27T19:37:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:37:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:32 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:37:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:32 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:37:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:32 smithi029 ceph-mon[96870]: pgmap v4099: 137 pgs: 137 active+clean; 127 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 687 KiB/s wr, 38 op/s 2024-07-27T19:37:33.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:32 smithi029 ceph-mon[96870]: osdmap e2095: 8 total, 8 up, 8 in 2024-07-27T19:37:33.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:37:33.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:32 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:37:33.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:32 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:37:33.884 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateDeterministicLUKS1PP (30105 ms) 2024-07-27T19:37:33.884 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateDeterministicLUKS2 2024-07-27T19:37:33.884 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:37:34.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:33 smithi179 ceph-mon[89801]: osdmap e2096: 8 total, 8 up, 8 in 2024-07-27T19:37:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:33 smithi029 ceph-mon[96870]: osdmap e2096: 8 total, 8 up, 8 in 2024-07-27T19:37:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:33 smithi029 ceph-mon[99353]: osdmap e2096: 8 total, 8 up, 8 in 2024-07-27T19:37:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:34 smithi179 ceph-mon[89801]: pgmap v4102: 137 pgs: 137 active+clean; 127 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 3.0 KiB/s wr, 35 op/s 2024-07-27T19:37:35.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:34 smithi179 ceph-mon[89801]: osdmap e2097: 8 total, 8 up, 8 in 2024-07-27T19:37:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:34 smithi029 ceph-mon[96870]: pgmap v4102: 137 pgs: 137 active+clean; 127 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 3.0 KiB/s wr, 35 op/s 2024-07-27T19:37:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:34 smithi029 ceph-mon[96870]: osdmap e2097: 8 total, 8 up, 8 in 2024-07-27T19:37:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:34 smithi029 ceph-mon[99353]: pgmap v4102: 137 pgs: 137 active+clean; 127 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 3.0 KiB/s wr, 35 op/s 2024-07-27T19:37:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:34 smithi029 ceph-mon[99353]: osdmap e2097: 8 total, 8 up, 8 in 2024-07-27T19:37:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:36 smithi179 ceph-mon[89801]: pgmap v4104: 137 pgs: 137 active+clean; 131 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 4.3 KiB/s wr, 43 op/s 2024-07-27T19:37:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:36 smithi029 ceph-mon[96870]: pgmap v4104: 137 pgs: 137 active+clean; 131 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 4.3 KiB/s wr, 43 op/s 2024-07-27T19:37:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:36 smithi029 ceph-mon[99353]: pgmap v4104: 137 pgs: 137 active+clean; 131 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 4.3 KiB/s wr, 43 op/s 2024-07-27T19:37:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:38 smithi179 ceph-mon[89801]: pgmap v4105: 137 pgs: 137 active+clean; 139 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 42 op/s 2024-07-27T19:37:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:37:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:38 smithi029 ceph-mon[96870]: pgmap v4105: 137 pgs: 137 active+clean; 139 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 42 op/s 2024-07-27T19:37:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:37:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:38 smithi029 ceph-mon[99353]: pgmap v4105: 137 pgs: 137 active+clean; 139 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 42 op/s 2024-07-27T19:37:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:37:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:40 smithi179 ceph-mon[89801]: pgmap v4106: 137 pgs: 137 active+clean; 139 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 530 KiB/s wr, 33 op/s 2024-07-27T19:37:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:40 smithi029 ceph-mon[96870]: pgmap v4106: 137 pgs: 137 active+clean; 139 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 530 KiB/s wr, 33 op/s 2024-07-27T19:37:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:40 smithi029 ceph-mon[99353]: pgmap v4106: 137 pgs: 137 active+clean; 139 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 530 KiB/s wr, 33 op/s 2024-07-27T19:37:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:37:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:37:42] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:37:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:42 smithi179 ceph-mon[89801]: pgmap v4107: 137 pgs: 137 active+clean; 139 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 470 KiB/s wr, 27 op/s 2024-07-27T19:37:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:42 smithi179 ceph-mon[89801]: osdmap e2098: 8 total, 8 up, 8 in 2024-07-27T19:37:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:42 smithi029 ceph-mon[96870]: pgmap v4107: 137 pgs: 137 active+clean; 139 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 470 KiB/s wr, 27 op/s 2024-07-27T19:37:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:42 smithi029 ceph-mon[96870]: osdmap e2098: 8 total, 8 up, 8 in 2024-07-27T19:37:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:42 smithi029 ceph-mon[99353]: pgmap v4107: 137 pgs: 137 active+clean; 139 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 470 KiB/s wr, 27 op/s 2024-07-27T19:37:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:42 smithi029 ceph-mon[99353]: osdmap e2098: 8 total, 8 up, 8 in 2024-07-27T19:37:43.907 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:37:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:43 smithi179 ceph-mon[89801]: osdmap e2099: 8 total, 8 up, 8 in 2024-07-27T19:37:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:43 smithi029 ceph-mon[96870]: osdmap e2099: 8 total, 8 up, 8 in 2024-07-27T19:37:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:43 smithi029 ceph-mon[99353]: osdmap e2099: 8 total, 8 up, 8 in 2024-07-27T19:37:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:44 smithi179 ceph-mon[89801]: pgmap v4110: 137 pgs: 137 active+clean; 147 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 MiB/s wr, 3 op/s 2024-07-27T19:37:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:44 smithi179 ceph-mon[89801]: osdmap e2100: 8 total, 8 up, 8 in 2024-07-27T19:37:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:44 smithi029 ceph-mon[96870]: pgmap v4110: 137 pgs: 137 active+clean; 147 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 MiB/s wr, 3 op/s 2024-07-27T19:37:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:44 smithi029 ceph-mon[96870]: osdmap e2100: 8 total, 8 up, 8 in 2024-07-27T19:37:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:44 smithi029 ceph-mon[99353]: pgmap v4110: 137 pgs: 137 active+clean; 147 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 MiB/s wr, 3 op/s 2024-07-27T19:37:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:44 smithi029 ceph-mon[99353]: osdmap e2100: 8 total, 8 up, 8 in 2024-07-27T19:37:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:46 smithi179 ceph-mon[89801]: pgmap v4112: 137 pgs: 137 active+clean; 147 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 1.3 MiB/s wr, 35 op/s 2024-07-27T19:37:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:46 smithi029 ceph-mon[96870]: pgmap v4112: 137 pgs: 137 active+clean; 147 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 1.3 MiB/s wr, 35 op/s 2024-07-27T19:37:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:46 smithi029 ceph-mon[99353]: pgmap v4112: 137 pgs: 137 active+clean; 147 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 1.3 MiB/s wr, 35 op/s 2024-07-27T19:37:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:48 smithi179 ceph-mon[89801]: pgmap v4113: 137 pgs: 137 active+clean; 155 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 42 op/s 2024-07-27T19:37:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:48 smithi029 ceph-mon[96870]: pgmap v4113: 137 pgs: 137 active+clean; 155 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 42 op/s 2024-07-27T19:37:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:48 smithi029 ceph-mon[99353]: pgmap v4113: 137 pgs: 137 active+clean; 155 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 42 op/s 2024-07-27T19:37:51.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:50 smithi179 ceph-mon[89801]: pgmap v4114: 137 pgs: 137 active+clean; 155 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 2.1 MiB/s wr, 34 op/s 2024-07-27T19:37:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:50 smithi029 ceph-mon[96870]: pgmap v4114: 137 pgs: 137 active+clean; 155 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 2.1 MiB/s wr, 34 op/s 2024-07-27T19:37:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:50 smithi029 ceph-mon[99353]: pgmap v4114: 137 pgs: 137 active+clean; 155 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 2.1 MiB/s wr, 34 op/s 2024-07-27T19:37:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:37:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:37:52] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:37:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:52 smithi179 ceph-mon[89801]: pgmap v4115: 137 pgs: 137 active+clean; 159 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 1.4 MiB/s wr, 34 op/s 2024-07-27T19:37:53.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:52 smithi179 ceph-mon[89801]: osdmap e2101: 8 total, 8 up, 8 in 2024-07-27T19:37:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:52 smithi029 ceph-mon[96870]: pgmap v4115: 137 pgs: 137 active+clean; 159 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 1.4 MiB/s wr, 34 op/s 2024-07-27T19:37:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:52 smithi029 ceph-mon[96870]: osdmap e2101: 8 total, 8 up, 8 in 2024-07-27T19:37:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:52 smithi029 ceph-mon[99353]: pgmap v4115: 137 pgs: 137 active+clean; 159 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 1.4 MiB/s wr, 34 op/s 2024-07-27T19:37:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:52 smithi029 ceph-mon[99353]: osdmap e2101: 8 total, 8 up, 8 in 2024-07-27T19:37:53.942 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:37:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:53 smithi029 ceph-mon[96870]: osdmap e2102: 8 total, 8 up, 8 in 2024-07-27T19:37:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:37:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:53 smithi029 ceph-mon[99353]: osdmap e2102: 8 total, 8 up, 8 in 2024-07-27T19:37:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:37:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:53 smithi179 ceph-mon[89801]: osdmap e2102: 8 total, 8 up, 8 in 2024-07-27T19:37:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:37:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:54 smithi179 ceph-mon[89801]: pgmap v4118: 137 pgs: 137 active+clean; 159 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 1.5 MiB/s wr, 12 op/s 2024-07-27T19:37:55.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:54 smithi179 ceph-mon[89801]: osdmap e2103: 8 total, 8 up, 8 in 2024-07-27T19:37:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:54 smithi029 ceph-mon[96870]: pgmap v4118: 137 pgs: 137 active+clean; 159 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 1.5 MiB/s wr, 12 op/s 2024-07-27T19:37:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:54 smithi029 ceph-mon[96870]: osdmap e2103: 8 total, 8 up, 8 in 2024-07-27T19:37:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:54 smithi029 ceph-mon[99353]: pgmap v4118: 137 pgs: 137 active+clean; 159 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 1.5 MiB/s wr, 12 op/s 2024-07-27T19:37:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:54 smithi029 ceph-mon[99353]: osdmap e2103: 8 total, 8 up, 8 in 2024-07-27T19:37:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:56 smithi029 ceph-mon[96870]: pgmap v4120: 137 pgs: 137 active+clean; 172 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 MiB/s wr, 9 op/s 2024-07-27T19:37:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:56 smithi029 ceph-mon[99353]: pgmap v4120: 137 pgs: 137 active+clean; 172 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 MiB/s wr, 9 op/s 2024-07-27T19:37:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:56 smithi179 ceph-mon[89801]: pgmap v4120: 137 pgs: 137 active+clean; 172 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 MiB/s wr, 9 op/s 2024-07-27T19:37:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:37:58 smithi029 ceph-mon[96870]: pgmap v4121: 137 pgs: 137 active+clean; 173 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.0 MiB/s wr, 37 op/s 2024-07-27T19:37:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:37:58 smithi029 ceph-mon[99353]: pgmap v4121: 137 pgs: 137 active+clean; 173 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.0 MiB/s wr, 37 op/s 2024-07-27T19:37:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:37:58 smithi179 ceph-mon[89801]: pgmap v4121: 137 pgs: 137 active+clean; 173 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.0 MiB/s wr, 37 op/s 2024-07-27T19:38:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:00 smithi029 ceph-mon[96870]: pgmap v4122: 137 pgs: 137 active+clean; 173 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.6 MiB/s wr, 29 op/s 2024-07-27T19:38:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:00 smithi029 ceph-mon[99353]: pgmap v4122: 137 pgs: 137 active+clean; 173 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.6 MiB/s wr, 29 op/s 2024-07-27T19:38:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:00 smithi179 ceph-mon[89801]: pgmap v4122: 137 pgs: 137 active+clean; 173 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.6 MiB/s wr, 29 op/s 2024-07-27T19:38:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:38:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:38:02] "GET /metrics HTTP/1.1" 200 36730 "" "Prometheus/2.43.0" 2024-07-27T19:38:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:02 smithi029 ceph-mon[96870]: pgmap v4123: 137 pgs: 137 active+clean; 173 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 1.4 MiB/s wr, 26 op/s 2024-07-27T19:38:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:02 smithi029 ceph-mon[96870]: osdmap e2104: 8 total, 8 up, 8 in 2024-07-27T19:38:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:02 smithi029 ceph-mon[99353]: pgmap v4123: 137 pgs: 137 active+clean; 173 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 1.4 MiB/s wr, 26 op/s 2024-07-27T19:38:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:02 smithi029 ceph-mon[99353]: osdmap e2104: 8 total, 8 up, 8 in 2024-07-27T19:38:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:02 smithi179 ceph-mon[89801]: pgmap v4123: 137 pgs: 137 active+clean; 173 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 1.4 MiB/s wr, 26 op/s 2024-07-27T19:38:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:02 smithi179 ceph-mon[89801]: osdmap e2104: 8 total, 8 up, 8 in 2024-07-27T19:38:03.973 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:38:04.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:03 smithi029 ceph-mon[96870]: osdmap e2105: 8 total, 8 up, 8 in 2024-07-27T19:38:04.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:03 smithi029 ceph-mon[99353]: osdmap e2105: 8 total, 8 up, 8 in 2024-07-27T19:38:04.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:03 smithi179 ceph-mon[89801]: osdmap e2105: 8 total, 8 up, 8 in 2024-07-27T19:38:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:04 smithi029 ceph-mon[96870]: pgmap v4126: 137 pgs: 137 active+clean; 182 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 1.0 MiB/s wr, 35 op/s 2024-07-27T19:38:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:04 smithi029 ceph-mon[96870]: osdmap e2106: 8 total, 8 up, 8 in 2024-07-27T19:38:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:04 smithi029 ceph-mon[99353]: pgmap v4126: 137 pgs: 137 active+clean; 182 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 1.0 MiB/s wr, 35 op/s 2024-07-27T19:38:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:04 smithi029 ceph-mon[99353]: osdmap e2106: 8 total, 8 up, 8 in 2024-07-27T19:38:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:04 smithi179 ceph-mon[89801]: pgmap v4126: 137 pgs: 137 active+clean; 182 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 1.0 MiB/s wr, 35 op/s 2024-07-27T19:38:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:04 smithi179 ceph-mon[89801]: osdmap e2106: 8 total, 8 up, 8 in 2024-07-27T19:38:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:06 smithi029 ceph-mon[96870]: pgmap v4128: 137 pgs: 137 active+clean; 187 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 2.0 MiB/s wr, 15 op/s 2024-07-27T19:38:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:06 smithi029 ceph-mon[99353]: pgmap v4128: 137 pgs: 137 active+clean; 187 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 2.0 MiB/s wr, 15 op/s 2024-07-27T19:38:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:06 smithi179 ceph-mon[89801]: pgmap v4128: 137 pgs: 137 active+clean; 187 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 2.0 MiB/s wr, 15 op/s 2024-07-27T19:38:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:08 smithi029 ceph-mon[96870]: pgmap v4129: 137 pgs: 137 active+clean; 191 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 40 op/s 2024-07-27T19:38:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:38:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:08 smithi029 ceph-mon[99353]: pgmap v4129: 137 pgs: 137 active+clean; 191 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 40 op/s 2024-07-27T19:38:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:38:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:08 smithi179 ceph-mon[89801]: pgmap v4129: 137 pgs: 137 active+clean; 191 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 40 op/s 2024-07-27T19:38:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:38:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:10 smithi029 ceph-mon[96870]: pgmap v4130: 137 pgs: 137 active+clean; 191 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 34 op/s 2024-07-27T19:38:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:10 smithi029 ceph-mon[99353]: pgmap v4130: 137 pgs: 137 active+clean; 191 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 34 op/s 2024-07-27T19:38:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:10 smithi179 ceph-mon[89801]: pgmap v4130: 137 pgs: 137 active+clean; 191 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 34 op/s 2024-07-27T19:38:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:38:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:38:12] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:38:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:12 smithi029 ceph-mon[99353]: pgmap v4131: 137 pgs: 137 active+clean; 191 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 947 KiB/s wr, 30 op/s 2024-07-27T19:38:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:12 smithi029 ceph-mon[99353]: osdmap e2107: 8 total, 8 up, 8 in 2024-07-27T19:38:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:12 smithi029 ceph-mon[96870]: pgmap v4131: 137 pgs: 137 active+clean; 191 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 947 KiB/s wr, 30 op/s 2024-07-27T19:38:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:12 smithi029 ceph-mon[96870]: osdmap e2107: 8 total, 8 up, 8 in 2024-07-27T19:38:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:12 smithi179 ceph-mon[89801]: pgmap v4131: 137 pgs: 137 active+clean; 191 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 947 KiB/s wr, 30 op/s 2024-07-27T19:38:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:12 smithi179 ceph-mon[89801]: osdmap e2107: 8 total, 8 up, 8 in 2024-07-27T19:38:14.000 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:38:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:13 smithi029 ceph-mon[96870]: osdmap e2108: 8 total, 8 up, 8 in 2024-07-27T19:38:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:13 smithi029 ceph-mon[99353]: osdmap e2108: 8 total, 8 up, 8 in 2024-07-27T19:38:14.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:13 smithi179 ceph-mon[89801]: osdmap e2108: 8 total, 8 up, 8 in 2024-07-27T19:38:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:14 smithi029 ceph-mon[96870]: pgmap v4134: 137 pgs: 137 active+clean; 204 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 2.0 MiB/s wr, 33 op/s 2024-07-27T19:38:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:14 smithi029 ceph-mon[96870]: osdmap e2109: 8 total, 8 up, 8 in 2024-07-27T19:38:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:14 smithi029 ceph-mon[99353]: pgmap v4134: 137 pgs: 137 active+clean; 204 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 2.0 MiB/s wr, 33 op/s 2024-07-27T19:38:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:14 smithi029 ceph-mon[99353]: osdmap e2109: 8 total, 8 up, 8 in 2024-07-27T19:38:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:14 smithi179 ceph-mon[89801]: pgmap v4134: 137 pgs: 137 active+clean; 204 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 2.0 MiB/s wr, 33 op/s 2024-07-27T19:38:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:14 smithi179 ceph-mon[89801]: osdmap e2109: 8 total, 8 up, 8 in 2024-07-27T19:38:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:16 smithi029 ceph-mon[96870]: pgmap v4136: 137 pgs: 137 active+clean; 209 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 2.7 MiB/s wr, 22 op/s 2024-07-27T19:38:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:16 smithi029 ceph-mon[99353]: pgmap v4136: 137 pgs: 137 active+clean; 209 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 2.7 MiB/s wr, 22 op/s 2024-07-27T19:38:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:16 smithi179 ceph-mon[89801]: pgmap v4136: 137 pgs: 137 active+clean; 209 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 2.7 MiB/s wr, 22 op/s 2024-07-27T19:38:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:18 smithi029 ceph-mon[96870]: pgmap v4137: 137 pgs: 137 active+clean; 209 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 41 op/s 2024-07-27T19:38:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:18 smithi029 ceph-mon[99353]: pgmap v4137: 137 pgs: 137 active+clean; 209 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 41 op/s 2024-07-27T19:38:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:18 smithi179 ceph-mon[89801]: pgmap v4137: 137 pgs: 137 active+clean; 209 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 41 op/s 2024-07-27T19:38:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:20 smithi029 ceph-mon[96870]: pgmap v4138: 137 pgs: 137 active+clean; 209 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 35 op/s 2024-07-27T19:38:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:20 smithi029 ceph-mon[99353]: pgmap v4138: 137 pgs: 137 active+clean; 209 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 35 op/s 2024-07-27T19:38:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:20 smithi179 ceph-mon[89801]: pgmap v4138: 137 pgs: 137 active+clean; 209 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 35 op/s 2024-07-27T19:38:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:38:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:38:22] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:38:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:22 smithi029 ceph-mon[96870]: pgmap v4139: 137 pgs: 137 active+clean; 209 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 948 KiB/s wr, 21 op/s 2024-07-27T19:38:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:22 smithi029 ceph-mon[96870]: osdmap e2110: 8 total, 8 up, 8 in 2024-07-27T19:38:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:22 smithi029 ceph-mon[99353]: pgmap v4139: 137 pgs: 137 active+clean; 209 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 948 KiB/s wr, 21 op/s 2024-07-27T19:38:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:22 smithi029 ceph-mon[99353]: osdmap e2110: 8 total, 8 up, 8 in 2024-07-27T19:38:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:22 smithi179 ceph-mon[89801]: pgmap v4139: 137 pgs: 137 active+clean; 209 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 948 KiB/s wr, 21 op/s 2024-07-27T19:38:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:22 smithi179 ceph-mon[89801]: osdmap e2110: 8 total, 8 up, 8 in 2024-07-27T19:38:24.028 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateDeterministicLUKS2 (50144 ms) 2024-07-27T19:38:24.028 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateDeterministicLUKS2PP 2024-07-27T19:38:24.028 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:38:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:23 smithi029 ceph-mon[96870]: osdmap e2111: 8 total, 8 up, 8 in 2024-07-27T19:38:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:38:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:23 smithi029 ceph-mon[99353]: osdmap e2111: 8 total, 8 up, 8 in 2024-07-27T19:38:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:38:24.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:23 smithi179 ceph-mon[89801]: osdmap e2111: 8 total, 8 up, 8 in 2024-07-27T19:38:24.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:38:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:24 smithi029 ceph-mon[96870]: pgmap v4142: 137 pgs: 137 active+clean; 221 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 1.5 MiB/s wr, 17 op/s 2024-07-27T19:38:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:24 smithi029 ceph-mon[96870]: osdmap e2112: 8 total, 8 up, 8 in 2024-07-27T19:38:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:24 smithi029 ceph-mon[99353]: pgmap v4142: 137 pgs: 137 active+clean; 221 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 1.5 MiB/s wr, 17 op/s 2024-07-27T19:38:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:24 smithi029 ceph-mon[99353]: osdmap e2112: 8 total, 8 up, 8 in 2024-07-27T19:38:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:24 smithi179 ceph-mon[89801]: pgmap v4142: 137 pgs: 137 active+clean; 221 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 1.5 MiB/s wr, 17 op/s 2024-07-27T19:38:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:24 smithi179 ceph-mon[89801]: osdmap e2112: 8 total, 8 up, 8 in 2024-07-27T19:38:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:27 smithi179 ceph-mon[89801]: pgmap v4144: 137 pgs: 137 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.7 MiB/s wr, 37 op/s 2024-07-27T19:38:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:27 smithi029 ceph-mon[96870]: pgmap v4144: 137 pgs: 137 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.7 MiB/s wr, 37 op/s 2024-07-27T19:38:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:27 smithi029 ceph-mon[99353]: pgmap v4144: 137 pgs: 137 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.7 MiB/s wr, 37 op/s 2024-07-27T19:38:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:29 smithi179 ceph-mon[89801]: pgmap v4145: 137 pgs: 137 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 44 op/s 2024-07-27T19:38:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:29 smithi029 ceph-mon[96870]: pgmap v4145: 137 pgs: 137 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 44 op/s 2024-07-27T19:38:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:29 smithi029 ceph-mon[99353]: pgmap v4145: 137 pgs: 137 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 44 op/s 2024-07-27T19:38:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:31 smithi179 ceph-mon[89801]: pgmap v4146: 137 pgs: 137 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 35 op/s 2024-07-27T19:38:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:31 smithi029 ceph-mon[96870]: pgmap v4146: 137 pgs: 137 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 35 op/s 2024-07-27T19:38:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:31 smithi029 ceph-mon[99353]: pgmap v4146: 137 pgs: 137 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 35 op/s 2024-07-27T19:38:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:38:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:38:32] "GET /metrics HTTP/1.1" 200 36734 "" "Prometheus/2.43.0" 2024-07-27T19:38:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:33 smithi179 ceph-mon[89801]: pgmap v4147: 137 pgs: 137 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 478 KiB/s wr, 30 op/s 2024-07-27T19:38:33.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:38:33.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:38:33.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:38:33.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:33 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:38:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:33 smithi029 ceph-mon[96870]: pgmap v4147: 137 pgs: 137 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 478 KiB/s wr, 30 op/s 2024-07-27T19:38:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:38:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:38:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:38:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:33 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:38:33.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:33 smithi029 ceph-mon[99353]: pgmap v4147: 137 pgs: 137 active+clean; 233 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 478 KiB/s wr, 30 op/s 2024-07-27T19:38:33.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:38:33.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:38:33.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:38:33.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:33 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:38:34.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:34 smithi179 ceph-mon[89801]: osdmap e2113: 8 total, 8 up, 8 in 2024-07-27T19:38:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:34 smithi029 ceph-mon[96870]: osdmap e2113: 8 total, 8 up, 8 in 2024-07-27T19:38:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:34 smithi029 ceph-mon[99353]: osdmap e2113: 8 total, 8 up, 8 in 2024-07-27T19:38:35.066 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:38:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:35 smithi179 ceph-mon[89801]: pgmap v4149: 137 pgs: 137 active+clean; 241 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 1.2 MiB/s wr, 27 op/s 2024-07-27T19:38:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:35 smithi179 ceph-mon[89801]: osdmap e2114: 8 total, 8 up, 8 in 2024-07-27T19:38:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:35 smithi029 ceph-mon[96870]: pgmap v4149: 137 pgs: 137 active+clean; 241 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 1.2 MiB/s wr, 27 op/s 2024-07-27T19:38:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:35 smithi029 ceph-mon[96870]: osdmap e2114: 8 total, 8 up, 8 in 2024-07-27T19:38:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:35 smithi029 ceph-mon[99353]: pgmap v4149: 137 pgs: 137 active+clean; 241 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 1.2 MiB/s wr, 27 op/s 2024-07-27T19:38:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:35 smithi029 ceph-mon[99353]: osdmap e2114: 8 total, 8 up, 8 in 2024-07-27T19:38:36.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:36 smithi179 ceph-mon[89801]: osdmap e2115: 8 total, 8 up, 8 in 2024-07-27T19:38:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:36 smithi029 ceph-mon[96870]: osdmap e2115: 8 total, 8 up, 8 in 2024-07-27T19:38:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:36 smithi029 ceph-mon[99353]: osdmap e2115: 8 total, 8 up, 8 in 2024-07-27T19:38:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:37 smithi179 ceph-mon[89801]: pgmap v4152: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 2.7 MiB/s wr, 11 op/s 2024-07-27T19:38:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:37 smithi029 ceph-mon[96870]: pgmap v4152: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 2.7 MiB/s wr, 11 op/s 2024-07-27T19:38:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:37 smithi029 ceph-mon[99353]: pgmap v4152: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 2.7 MiB/s wr, 11 op/s 2024-07-27T19:38:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:39 smithi179 ceph-mon[89801]: pgmap v4153: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 41 op/s 2024-07-27T19:38:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:38:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:39 smithi029 ceph-mon[96870]: pgmap v4153: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 41 op/s 2024-07-27T19:38:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:38:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:39 smithi029 ceph-mon[99353]: pgmap v4153: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 41 op/s 2024-07-27T19:38:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:38:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:41 smithi179 ceph-mon[89801]: pgmap v4154: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 1.2 MiB/s wr, 40 op/s 2024-07-27T19:38:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:41 smithi029 ceph-mon[96870]: pgmap v4154: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 1.2 MiB/s wr, 40 op/s 2024-07-27T19:38:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:41 smithi029 ceph-mon[99353]: pgmap v4154: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 1.2 MiB/s wr, 40 op/s 2024-07-27T19:38:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:38:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:38:42] "GET /metrics HTTP/1.1" 200 36728 "" "Prometheus/2.43.0" 2024-07-27T19:38:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:43 smithi179 ceph-mon[89801]: pgmap v4155: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 1.0 MiB/s wr, 33 op/s 2024-07-27T19:38:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:43 smithi029 ceph-mon[96870]: pgmap v4155: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 1.0 MiB/s wr, 33 op/s 2024-07-27T19:38:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:43 smithi029 ceph-mon[99353]: pgmap v4155: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 1.0 MiB/s wr, 33 op/s 2024-07-27T19:38:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:45 smithi179 ceph-mon[89801]: pgmap v4156: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 857 KiB/s wr, 27 op/s 2024-07-27T19:38:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:45 smithi179 ceph-mon[89801]: osdmap e2116: 8 total, 8 up, 8 in 2024-07-27T19:38:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:45 smithi029 ceph-mon[96870]: pgmap v4156: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 857 KiB/s wr, 27 op/s 2024-07-27T19:38:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:45 smithi029 ceph-mon[96870]: osdmap e2116: 8 total, 8 up, 8 in 2024-07-27T19:38:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:45 smithi029 ceph-mon[99353]: pgmap v4156: 137 pgs: 137 active+clean; 249 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 857 KiB/s wr, 27 op/s 2024-07-27T19:38:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:45 smithi029 ceph-mon[99353]: osdmap e2116: 8 total, 8 up, 8 in 2024-07-27T19:38:46.094 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:38:46.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:46 smithi179 ceph-mon[89801]: osdmap e2117: 8 total, 8 up, 8 in 2024-07-27T19:38:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:46 smithi029 ceph-mon[96870]: osdmap e2117: 8 total, 8 up, 8 in 2024-07-27T19:38:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:46 smithi029 ceph-mon[99353]: osdmap e2117: 8 total, 8 up, 8 in 2024-07-27T19:38:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:47 smithi179 ceph-mon[89801]: pgmap v4159: 137 pgs: 137 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.1 KiB/s rd, 513 KiB/s wr, 2 op/s 2024-07-27T19:38:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:47 smithi179 ceph-mon[89801]: osdmap e2118: 8 total, 8 up, 8 in 2024-07-27T19:38:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:47 smithi029 ceph-mon[96870]: pgmap v4159: 137 pgs: 137 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.1 KiB/s rd, 513 KiB/s wr, 2 op/s 2024-07-27T19:38:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:47 smithi029 ceph-mon[96870]: osdmap e2118: 8 total, 8 up, 8 in 2024-07-27T19:38:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:47 smithi029 ceph-mon[99353]: pgmap v4159: 137 pgs: 137 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.1 KiB/s rd, 513 KiB/s wr, 2 op/s 2024-07-27T19:38:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:47 smithi029 ceph-mon[99353]: osdmap e2118: 8 total, 8 up, 8 in 2024-07-27T19:38:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:49 smithi179 ceph-mon[89801]: pgmap v4161: 137 pgs: 137 active+clean; 264 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 2.0 MiB/s wr, 34 op/s 2024-07-27T19:38:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:49 smithi029 ceph-mon[96870]: pgmap v4161: 137 pgs: 137 active+clean; 264 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 2.0 MiB/s wr, 34 op/s 2024-07-27T19:38:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:49 smithi029 ceph-mon[99353]: pgmap v4161: 137 pgs: 137 active+clean; 264 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 2.0 MiB/s wr, 34 op/s 2024-07-27T19:38:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:51 smithi179 ceph-mon[89801]: pgmap v4162: 137 pgs: 137 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 2.7 MiB/s wr, 44 op/s 2024-07-27T19:38:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:51 smithi029 ceph-mon[96870]: pgmap v4162: 137 pgs: 137 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 2.7 MiB/s wr, 44 op/s 2024-07-27T19:38:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:51 smithi029 ceph-mon[99353]: pgmap v4162: 137 pgs: 137 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 2.7 MiB/s wr, 44 op/s 2024-07-27T19:38:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:38:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:38:52] "GET /metrics HTTP/1.1" 200 36728 "" "Prometheus/2.43.0" 2024-07-27T19:38:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:53 smithi179 ceph-mon[89801]: pgmap v4163: 137 pgs: 137 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 35 op/s 2024-07-27T19:38:53.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:53 smithi029 ceph-mon[96870]: pgmap v4163: 137 pgs: 137 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 35 op/s 2024-07-27T19:38:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:53 smithi029 ceph-mon[99353]: pgmap v4163: 137 pgs: 137 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 35 op/s 2024-07-27T19:38:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:38:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:38:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:38:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:55 smithi179 ceph-mon[89801]: pgmap v4164: 137 pgs: 137 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.4 MiB/s wr, 31 op/s 2024-07-27T19:38:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:55 smithi179 ceph-mon[89801]: osdmap e2119: 8 total, 8 up, 8 in 2024-07-27T19:38:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:55 smithi029 ceph-mon[96870]: pgmap v4164: 137 pgs: 137 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.4 MiB/s wr, 31 op/s 2024-07-27T19:38:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:55 smithi029 ceph-mon[96870]: osdmap e2119: 8 total, 8 up, 8 in 2024-07-27T19:38:55.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:55 smithi029 ceph-mon[99353]: pgmap v4164: 137 pgs: 137 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.4 MiB/s wr, 31 op/s 2024-07-27T19:38:55.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:55 smithi029 ceph-mon[99353]: osdmap e2119: 8 total, 8 up, 8 in 2024-07-27T19:38:56.128 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:38:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:56 smithi179 ceph-mon[89801]: osdmap e2120: 8 total, 8 up, 8 in 2024-07-27T19:38:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:56 smithi029 ceph-mon[96870]: osdmap e2120: 8 total, 8 up, 8 in 2024-07-27T19:38:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:56 smithi029 ceph-mon[99353]: osdmap e2120: 8 total, 8 up, 8 in 2024-07-27T19:38:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:57 smithi179 ceph-mon[89801]: pgmap v4167: 137 pgs: 137 active+clean; 275 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 1.0 MiB/s wr, 12 op/s 2024-07-27T19:38:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:57 smithi179 ceph-mon[89801]: osdmap e2121: 8 total, 8 up, 8 in 2024-07-27T19:38:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:57 smithi029 ceph-mon[96870]: pgmap v4167: 137 pgs: 137 active+clean; 275 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 1.0 MiB/s wr, 12 op/s 2024-07-27T19:38:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:57 smithi029 ceph-mon[96870]: osdmap e2121: 8 total, 8 up, 8 in 2024-07-27T19:38:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:57 smithi029 ceph-mon[99353]: pgmap v4167: 137 pgs: 137 active+clean; 275 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 1.0 MiB/s wr, 12 op/s 2024-07-27T19:38:57.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:57 smithi029 ceph-mon[99353]: osdmap e2121: 8 total, 8 up, 8 in 2024-07-27T19:38:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:38:59 smithi179 ceph-mon[89801]: pgmap v4169: 137 pgs: 137 active+clean; 293 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 2.7 MiB/s wr, 26 op/s 2024-07-27T19:38:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:38:59 smithi029 ceph-mon[96870]: pgmap v4169: 137 pgs: 137 active+clean; 293 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 2.7 MiB/s wr, 26 op/s 2024-07-27T19:38:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:38:59 smithi029 ceph-mon[99353]: pgmap v4169: 137 pgs: 137 active+clean; 293 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 2.7 MiB/s wr, 26 op/s 2024-07-27T19:39:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:01 smithi179 ceph-mon[89801]: pgmap v4170: 137 pgs: 137 active+clean; 293 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 2.7 MiB/s wr, 43 op/s 2024-07-27T19:39:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:01 smithi029 ceph-mon[96870]: pgmap v4170: 137 pgs: 137 active+clean; 293 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 2.7 MiB/s wr, 43 op/s 2024-07-27T19:39:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:01 smithi029 ceph-mon[99353]: pgmap v4170: 137 pgs: 137 active+clean; 293 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 2.7 MiB/s wr, 43 op/s 2024-07-27T19:39:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:39:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:39:02] "GET /metrics HTTP/1.1" 200 36730 "" "Prometheus/2.43.0" 2024-07-27T19:39:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:03 smithi179 ceph-mon[89801]: pgmap v4171: 137 pgs: 137 active+clean; 293 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 35 op/s 2024-07-27T19:39:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:03 smithi029 ceph-mon[96870]: pgmap v4171: 137 pgs: 137 active+clean; 293 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 35 op/s 2024-07-27T19:39:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:03 smithi029 ceph-mon[99353]: pgmap v4171: 137 pgs: 137 active+clean; 293 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 2.1 MiB/s wr, 35 op/s 2024-07-27T19:39:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:05 smithi179 ceph-mon[89801]: pgmap v4172: 137 pgs: 137 active+clean; 293 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 1.4 MiB/s wr, 27 op/s 2024-07-27T19:39:05.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:05 smithi179 ceph-mon[89801]: osdmap e2122: 8 total, 8 up, 8 in 2024-07-27T19:39:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:05 smithi029 ceph-mon[96870]: pgmap v4172: 137 pgs: 137 active+clean; 293 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 1.4 MiB/s wr, 27 op/s 2024-07-27T19:39:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:05 smithi029 ceph-mon[96870]: osdmap e2122: 8 total, 8 up, 8 in 2024-07-27T19:39:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:05 smithi029 ceph-mon[99353]: pgmap v4172: 137 pgs: 137 active+clean; 293 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 1.4 MiB/s wr, 27 op/s 2024-07-27T19:39:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:05 smithi029 ceph-mon[99353]: osdmap e2122: 8 total, 8 up, 8 in 2024-07-27T19:39:06.154 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:39:06.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:06 smithi179 ceph-mon[89801]: osdmap e2123: 8 total, 8 up, 8 in 2024-07-27T19:39:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:06 smithi029 ceph-mon[96870]: osdmap e2123: 8 total, 8 up, 8 in 2024-07-27T19:39:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:06 smithi029 ceph-mon[99353]: osdmap e2123: 8 total, 8 up, 8 in 2024-07-27T19:39:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:07 smithi179 ceph-mon[89801]: pgmap v4175: 137 pgs: 137 active+clean; 297 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 514 KiB/s wr, 18 op/s 2024-07-27T19:39:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:07 smithi179 ceph-mon[89801]: osdmap e2124: 8 total, 8 up, 8 in 2024-07-27T19:39:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:07 smithi029 ceph-mon[96870]: pgmap v4175: 137 pgs: 137 active+clean; 297 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 514 KiB/s wr, 18 op/s 2024-07-27T19:39:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:07 smithi029 ceph-mon[96870]: osdmap e2124: 8 total, 8 up, 8 in 2024-07-27T19:39:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:07 smithi029 ceph-mon[99353]: pgmap v4175: 137 pgs: 137 active+clean; 297 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 514 KiB/s wr, 18 op/s 2024-07-27T19:39:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:07 smithi029 ceph-mon[99353]: osdmap e2124: 8 total, 8 up, 8 in 2024-07-27T19:39:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:09 smithi179 ceph-mon[89801]: pgmap v4177: 137 pgs: 137 active+clean; 315 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 2.7 MiB/s wr, 33 op/s 2024-07-27T19:39:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:39:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:09 smithi029 ceph-mon[96870]: pgmap v4177: 137 pgs: 137 active+clean; 315 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 2.7 MiB/s wr, 33 op/s 2024-07-27T19:39:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:39:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:09 smithi029 ceph-mon[99353]: pgmap v4177: 137 pgs: 137 active+clean; 315 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 2.7 MiB/s wr, 33 op/s 2024-07-27T19:39:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:39:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:11 smithi179 ceph-mon[89801]: pgmap v4178: 137 pgs: 137 active+clean; 315 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 44 op/s 2024-07-27T19:39:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:11 smithi029 ceph-mon[96870]: pgmap v4178: 137 pgs: 137 active+clean; 315 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 44 op/s 2024-07-27T19:39:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:11 smithi029 ceph-mon[99353]: pgmap v4178: 137 pgs: 137 active+clean; 315 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 44 op/s 2024-07-27T19:39:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:39:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:39:12] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:39:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:13 smithi179 ceph-mon[89801]: pgmap v4179: 137 pgs: 137 active+clean; 315 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.6 MiB/s wr, 30 op/s 2024-07-27T19:39:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:13 smithi029 ceph-mon[96870]: pgmap v4179: 137 pgs: 137 active+clean; 315 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.6 MiB/s wr, 30 op/s 2024-07-27T19:39:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:13 smithi029 ceph-mon[99353]: pgmap v4179: 137 pgs: 137 active+clean; 315 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.6 MiB/s wr, 30 op/s 2024-07-27T19:39:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:15 smithi179 ceph-mon[89801]: pgmap v4180: 137 pgs: 137 active+clean; 315 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 1.4 MiB/s wr, 27 op/s 2024-07-27T19:39:15.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:15 smithi179 ceph-mon[89801]: osdmap e2125: 8 total, 8 up, 8 in 2024-07-27T19:39:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:15 smithi029 ceph-mon[99353]: pgmap v4180: 137 pgs: 137 active+clean; 315 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 1.4 MiB/s wr, 27 op/s 2024-07-27T19:39:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:15 smithi029 ceph-mon[99353]: osdmap e2125: 8 total, 8 up, 8 in 2024-07-27T19:39:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:15 smithi029 ceph-mon[96870]: pgmap v4180: 137 pgs: 137 active+clean; 315 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 1.4 MiB/s wr, 27 op/s 2024-07-27T19:39:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:15 smithi029 ceph-mon[96870]: osdmap e2125: 8 total, 8 up, 8 in 2024-07-27T19:39:16.176 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateDeterministicLUKS2PP (52149 ms) 2024-07-27T19:39:16.176 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateDiscard 2024-07-27T19:39:16.177 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:39:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:16 smithi179 ceph-mon[89801]: osdmap e2126: 8 total, 8 up, 8 in 2024-07-27T19:39:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:16 smithi179 ceph-mon[89801]: pgmap v4183: 137 pgs: 137 active+clean; 319 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 8.9 KiB/s rd, 513 KiB/s wr, 12 op/s 2024-07-27T19:39:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:16 smithi029 ceph-mon[96870]: osdmap e2126: 8 total, 8 up, 8 in 2024-07-27T19:39:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:16 smithi029 ceph-mon[96870]: pgmap v4183: 137 pgs: 137 active+clean; 319 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 8.9 KiB/s rd, 513 KiB/s wr, 12 op/s 2024-07-27T19:39:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:16 smithi029 ceph-mon[99353]: osdmap e2126: 8 total, 8 up, 8 in 2024-07-27T19:39:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:16 smithi029 ceph-mon[99353]: pgmap v4183: 137 pgs: 137 active+clean; 319 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 8.9 KiB/s rd, 513 KiB/s wr, 12 op/s 2024-07-27T19:39:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:17 smithi179 ceph-mon[89801]: osdmap e2127: 8 total, 8 up, 8 in 2024-07-27T19:39:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:17 smithi029 ceph-mon[96870]: osdmap e2127: 8 total, 8 up, 8 in 2024-07-27T19:39:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:17 smithi029 ceph-mon[99353]: osdmap e2127: 8 total, 8 up, 8 in 2024-07-27T19:39:18.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:18 smithi179 ceph-mon[89801]: osdmap e2128: 8 total, 8 up, 8 in 2024-07-27T19:39:18.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:18 smithi179 ceph-mon[89801]: pgmap v4186: 137 pgs: 137 active+clean; 335 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 4.0 MiB/s wr, 47 op/s 2024-07-27T19:39:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:18 smithi029 ceph-mon[96870]: osdmap e2128: 8 total, 8 up, 8 in 2024-07-27T19:39:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:18 smithi029 ceph-mon[96870]: pgmap v4186: 137 pgs: 137 active+clean; 335 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 4.0 MiB/s wr, 47 op/s 2024-07-27T19:39:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:18 smithi029 ceph-mon[99353]: osdmap e2128: 8 total, 8 up, 8 in 2024-07-27T19:39:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:18 smithi029 ceph-mon[99353]: pgmap v4186: 137 pgs: 137 active+clean; 335 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 4.0 MiB/s wr, 47 op/s 2024-07-27T19:39:19.197 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateDiscard (3021 ms) 2024-07-27T19:39:19.197 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateTruncate 2024-07-27T19:39:19.198 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:39:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:19 smithi179 ceph-mon[89801]: osdmap e2129: 8 total, 8 up, 8 in 2024-07-27T19:39:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:19 smithi029 ceph-mon[96870]: osdmap e2129: 8 total, 8 up, 8 in 2024-07-27T19:39:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:19 smithi029 ceph-mon[99353]: osdmap e2129: 8 total, 8 up, 8 in 2024-07-27T19:39:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:20 smithi029 ceph-mon[96870]: osdmap e2130: 8 total, 8 up, 8 in 2024-07-27T19:39:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:20 smithi029 ceph-mon[96870]: pgmap v4189: 137 pgs: 137 active+clean; 339 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 53 KiB/s rd, 3.0 MiB/s wr, 91 op/s 2024-07-27T19:39:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:20 smithi029 ceph-mon[99353]: osdmap e2130: 8 total, 8 up, 8 in 2024-07-27T19:39:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:20 smithi029 ceph-mon[99353]: pgmap v4189: 137 pgs: 137 active+clean; 339 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 53 KiB/s rd, 3.0 MiB/s wr, 91 op/s 2024-07-27T19:39:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:20 smithi179 ceph-mon[89801]: osdmap e2130: 8 total, 8 up, 8 in 2024-07-27T19:39:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:20 smithi179 ceph-mon[89801]: pgmap v4189: 137 pgs: 137 active+clean; 339 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 53 KiB/s rd, 3.0 MiB/s wr, 91 op/s 2024-07-27T19:39:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:21 smithi029 ceph-mon[96870]: osdmap e2131: 8 total, 8 up, 8 in 2024-07-27T19:39:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:21 smithi029 ceph-mon[99353]: osdmap e2131: 8 total, 8 up, 8 in 2024-07-27T19:39:21.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:21 smithi179 ceph-mon[89801]: osdmap e2131: 8 total, 8 up, 8 in 2024-07-27T19:39:22.215 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateTruncate (3018 ms) 2024-07-27T19:39:22.215 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateWriteAndTruncate 2024-07-27T19:39:22.215 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:39:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:22 smithi029 ceph-mon[96870]: osdmap e2132: 8 total, 8 up, 8 in 2024-07-27T19:39:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:22 smithi029 ceph-mon[96870]: pgmap v4192: 137 pgs: 137 active+clean; 340 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 45 KiB/s rd, 267 KiB/s wr, 76 op/s 2024-07-27T19:39:22.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:22 smithi029 ceph-mon[99353]: osdmap e2132: 8 total, 8 up, 8 in 2024-07-27T19:39:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:22 smithi029 ceph-mon[99353]: pgmap v4192: 137 pgs: 137 active+clean; 340 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 45 KiB/s rd, 267 KiB/s wr, 76 op/s 2024-07-27T19:39:22.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:39:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:39:22] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:39:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:22 smithi179 ceph-mon[89801]: osdmap e2132: 8 total, 8 up, 8 in 2024-07-27T19:39:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:22 smithi179 ceph-mon[89801]: pgmap v4192: 137 pgs: 137 active+clean; 340 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 45 KiB/s rd, 267 KiB/s wr, 76 op/s 2024-07-27T19:39:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:23 smithi029 ceph-mon[96870]: osdmap e2133: 8 total, 8 up, 8 in 2024-07-27T19:39:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:23 smithi029 ceph-mon[99353]: osdmap e2133: 8 total, 8 up, 8 in 2024-07-27T19:39:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:23 smithi179 ceph-mon[89801]: osdmap e2133: 8 total, 8 up, 8 in 2024-07-27T19:39:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:24 smithi029 ceph-mon[96870]: osdmap e2134: 8 total, 8 up, 8 in 2024-07-27T19:39:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:24 smithi029 ceph-mon[96870]: pgmap v4195: 137 pgs: 137 active+clean; 340 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 40 KiB/s rd, 262 KiB/s wr, 59 op/s 2024-07-27T19:39:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:39:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:24 smithi029 ceph-mon[99353]: osdmap e2134: 8 total, 8 up, 8 in 2024-07-27T19:39:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:24 smithi029 ceph-mon[99353]: pgmap v4195: 137 pgs: 137 active+clean; 340 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 40 KiB/s rd, 262 KiB/s wr, 59 op/s 2024-07-27T19:39:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:39:24.564 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:24 smithi179 ceph-mon[89801]: osdmap e2134: 8 total, 8 up, 8 in 2024-07-27T19:39:24.564 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:24 smithi179 ceph-mon[89801]: pgmap v4195: 137 pgs: 137 active+clean; 340 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 40 KiB/s rd, 262 KiB/s wr, 59 op/s 2024-07-27T19:39:24.564 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:39:25.241 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateWriteAndTruncate (3025 ms) 2024-07-27T19:39:25.241 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateStress 2024-07-27T19:39:25.241 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:39:25.313 INFO:tasks.workunit.client.0.smithi029.stdout: i=0 exists [54209036~5134575,93370401~3942177,114266588~5511789,166356386~4227875,201483210~297104,233004423~1912191,254065762~7759768,273610971~7612888,366784324~4809341,377191901~7998818] wrote [54209036~5134575,93370401~3942177,114266588~5511789,166356386~4227875,201483210~297104,233004423~1912191,254065762~7759768,273610971~7612888,366784324~4809341,377191901~7998818] 2024-07-27T19:39:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:25 smithi029 ceph-mon[96870]: osdmap e2135: 8 total, 8 up, 8 in 2024-07-27T19:39:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:25 smithi029 ceph-mon[99353]: osdmap e2135: 8 total, 8 up, 8 in 2024-07-27T19:39:25.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:25 smithi179 ceph-mon[89801]: osdmap e2135: 8 total, 8 up, 8 in 2024-07-27T19:39:26.282 INFO:tasks.workunit.client.0.smithi029.stdout: i=1 exists [12809420~4790129,33191236~4969048,51397868~7945743,75794191~3207596,93370401~3942177,114266588~5511789,154581841~2601636,166356386~4227875,201483210~297104,233004423~1912191,254065762~7759768,273610971~7612888,281869403~7062242,317780405~7257483,345865293~4382902,366784324~4809341,375108516~126138,377191901~7998818,404473757~4151992] wrote [12809420~4790129,33191236~4969048,51397868~4156966,75794191~3207596,154581841~2601636,281869403~7062242,317780405~7257483,345865293~4382902,375108516~126138,404473757~4151992] 2024-07-27T19:39:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:26 smithi029 ceph-mon[96870]: osdmap e2136: 8 total, 8 up, 8 in 2024-07-27T19:39:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:26 smithi029 ceph-mon[96870]: pgmap v4198: 137 pgs: 137 active+clean; 340 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 44 KiB/s rd, 5.2 KiB/s wr, 61 op/s 2024-07-27T19:39:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:26 smithi029 ceph-mon[99353]: osdmap e2136: 8 total, 8 up, 8 in 2024-07-27T19:39:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:26 smithi029 ceph-mon[99353]: pgmap v4198: 137 pgs: 137 active+clean; 340 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 44 KiB/s rd, 5.2 KiB/s wr, 61 op/s 2024-07-27T19:39:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:26 smithi179 ceph-mon[89801]: osdmap e2136: 8 total, 8 up, 8 in 2024-07-27T19:39:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:26 smithi179 ceph-mon[89801]: pgmap v4198: 137 pgs: 137 active+clean; 340 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 44 KiB/s rd, 5.2 KiB/s wr, 61 op/s 2024-07-27T19:39:27.272 INFO:tasks.workunit.client.0.smithi029.stdout: i=2 exists [12809420~4790129,33191236~4969048,49151994~10191617,75794191~5557365,89012550~12687792,114266588~5511789,154581841~2601636,158851524~4743121,166356386~4227875,177089935~2192702,201483210~297104,221481105~5090167,233004423~1912191,252392134~709969,254065762~7759768,273610971~7612888,281869403~7062242,317780405~7257483,345865293~4382902,366784324~4809341,375108516~126138,377191901~7998818,404473757~5746857] wrote [49151994~6696741,78682160~2669396,89012550~6030963,96599083~5101259,158851524~4743121,177089935~2192702,221481105~5090167,252392134~709969,285063379~3797353,408049916~2170698] 2024-07-27T19:39:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:27 smithi029 ceph-mon[96870]: osdmap e2137: 8 total, 8 up, 8 in 2024-07-27T19:39:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:27 smithi029 ceph-mon[99353]: osdmap e2137: 8 total, 8 up, 8 in 2024-07-27T19:39:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:27 smithi179 ceph-mon[89801]: osdmap e2137: 8 total, 8 up, 8 in 2024-07-27T19:39:28.278 INFO:tasks.workunit.client.0.smithi029.stdout: i=3 exists [11478919~259482,12809420~4790129,25551136~12609148,49151994~10191617,75794191~5557365,89012550~12687792,114266588~5511789,154581841~2601636,158851524~5477536,166356386~4227875,177089935~2192702,195401887~6497808,202921364~4834890,221481105~5090167,233004423~1912191,242613461~1819029,252392134~709969,254065762~7759768,266717188~3078428,273610971~7612888,281869403~7062242,317780405~7257483,345865293~4382902,360331521~3642575,366784324~4809341,375108516~126138,377191901~7998818,398857739~11362875] wrote [11478919~259482,25551136~8075786,161562691~2766369,195401887~6497808,202921364~4834890,242613461~1819029,266717188~3078428,360331521~3642575,398857739~7366875] 2024-07-27T19:39:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:28 smithi029 ceph-mon[96870]: osdmap e2138: 8 total, 8 up, 8 in 2024-07-27T19:39:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:28 smithi029 ceph-mon[96870]: pgmap v4201: 137 pgs: 137 active+clean; 411 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 103 KiB/s rd, 14 MiB/s wr, 168 op/s 2024-07-27T19:39:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:28 smithi029 ceph-mon[99353]: osdmap e2138: 8 total, 8 up, 8 in 2024-07-27T19:39:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:28 smithi029 ceph-mon[99353]: pgmap v4201: 137 pgs: 137 active+clean; 411 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 103 KiB/s rd, 14 MiB/s wr, 168 op/s 2024-07-27T19:39:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:28 smithi179 ceph-mon[89801]: osdmap e2138: 8 total, 8 up, 8 in 2024-07-27T19:39:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:28 smithi179 ceph-mon[89801]: pgmap v4201: 137 pgs: 137 active+clean; 411 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 103 KiB/s rd, 14 MiB/s wr, 168 op/s 2024-07-27T19:39:29.304 INFO:tasks.workunit.client.0.smithi029.stdout: i=4 exists [3919920~1421835,11478919~259482,12809420~4790129,25551136~12609148,49151994~10191617,75794191~5557365,89012550~12687792,114266588~5511789,154581841~2601636,158851524~5477536,166356386~15030444,195401887~6497808,202921364~7512345,221481105~5090167,227691991~7923264,242613461~1819029,252392134~709969,254065762~7759768,262975470~6820146,273610971~7612888,281869403~7062242,317780405~9062368,344855777~5392418,360331521~3642575,366784324~4809341,375108516~126138,377191901~7998818,391933524~557193,398857739~11362875] wrote [3919920~1421835,168383957~13002873,205350300~5083409,227691991~7923264,262975470~5730426,320944981~5897792,344855777~4170016,384441061~630615,391933524~557193] 2024-07-27T19:39:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:29 smithi029 ceph-mon[96870]: osdmap e2139: 8 total, 8 up, 8 in 2024-07-27T19:39:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:29 smithi029 ceph-mon[99353]: osdmap e2139: 8 total, 8 up, 8 in 2024-07-27T19:39:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:29 smithi179 ceph-mon[89801]: osdmap e2139: 8 total, 8 up, 8 in 2024-07-27T19:39:30.319 INFO:tasks.workunit.client.0.smithi029.stdout: i=5 exists [3919920~7926626,12809420~4790129,25551136~12609148,49151994~10191617,75794191~5557365,89012550~12687792,114266588~5511789,146076552~5520071,154581841~2601636,158851524~5477536,166356386~15030444,183079465~6424687,190223113~11676582,202921364~7512345,221481105~5090167,227691991~7923264,235789283~6219780,242613461~1819029,252392134~709969,254065762~7759768,262975470~6820146,273610971~7612888,281869403~7062242,291118414~2993194,317780405~9062368,344855777~11007070,360331521~3642575,365475611~6118054,375108516~126138,377191901~7998818,391933524~557193,398857739~11362875] wrote [4707853~7138693,146076552~5520071,183079465~6424687,190223113~5616634,204590188~5575075,235789283~6219780,291118414~2993194,345893397~9969450,365475611~4617305] 2024-07-27T19:39:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:30 smithi029 ceph-mon[96870]: osdmap e2140: 8 total, 8 up, 8 in 2024-07-27T19:39:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:30 smithi029 ceph-mon[96870]: pgmap v4204: 137 pgs: 137 active+clean; 489 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 112 KiB/s rd, 29 MiB/s wr, 194 op/s 2024-07-27T19:39:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:30 smithi029 ceph-mon[99353]: osdmap e2140: 8 total, 8 up, 8 in 2024-07-27T19:39:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:30 smithi029 ceph-mon[99353]: pgmap v4204: 137 pgs: 137 active+clean; 489 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 112 KiB/s rd, 29 MiB/s wr, 194 op/s 2024-07-27T19:39:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:30 smithi179 ceph-mon[89801]: osdmap e2140: 8 total, 8 up, 8 in 2024-07-27T19:39:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:30 smithi179 ceph-mon[89801]: pgmap v4204: 137 pgs: 137 active+clean; 489 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 112 KiB/s rd, 29 MiB/s wr, 194 op/s 2024-07-27T19:39:31.318 INFO:tasks.workunit.client.0.smithi029.stdout: i=6 exists [3919920~7926626,12809420~4790129,25551136~12609148,49151994~10191617,65706300~178730,75794191~5557365,89012550~12687792,103994307~2652441,114266588~11179306,146076552~5520071,152966340~4217137,158851524~5477536,166356386~15030444,183079465~6424687,190223113~11676582,202921364~7512345,221481105~5090167,227691991~7923264,235789283~11314744,252392134~709969,254065762~7759768,262975470~6820146,273610971~7612888,281869403~7062242,291118414~2993194,317780405~9062368,344855777~11007070,357338490~6635606,365475611~6118054,375108516~126138,377191901~7998818,388491662~4663518,396870459~1606580,398857739~18013428] wrote [65706300~178730,103994307~2652441,117296412~8149482,152966340~2106600,239164978~7939049,357338490~4155895,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:31 smithi029 ceph-mon[96870]: osdmap e2141: 8 total, 8 up, 8 in 2024-07-27T19:39:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:31 smithi029 ceph-mon[99353]: osdmap e2141: 8 total, 8 up, 8 in 2024-07-27T19:39:31.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:31 smithi179 ceph-mon[89801]: osdmap e2141: 8 total, 8 up, 8 in 2024-07-27T19:39:32.311 INFO:tasks.workunit.client.0.smithi029.stdout: i=7 exists [3919920~7926626,12809420~4790129,25551136~12609148,49151994~10191617,65706300~178730,75794191~5557365,89012550~12687792,103994307~2652441,114266588~11179306,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,166356386~15030444,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,221481105~5090167,227691991~7923264,235789283~15386252,252392134~709969,254065762~7759768,262975470~6820146,273610971~7612888,281869403~7062242,291118414~2993194,311483349~1785897,317452219~9390554,336262150~6992635,344855777~11007070,357338490~6635606,365475611~6118054,375108516~126138,377191901~7998818,387259577~1035221,388491662~4663518,396870459~1606580,398857739~18013428] wrote [139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,212544353~4316572,244683947~6491588,311483349~1785897,317452219~2860978,336262150~6992635,387259577~1035221] 2024-07-27T19:39:32.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:32 smithi029 ceph-mon[99353]: osdmap e2142: 8 total, 8 up, 8 in 2024-07-27T19:39:32.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:32 smithi029 ceph-mon[99353]: pgmap v4207: 137 pgs: 137 active+clean; 555 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 29 MiB/s wr, 57 op/s 2024-07-27T19:39:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:32 smithi029 ceph-mon[96870]: osdmap e2142: 8 total, 8 up, 8 in 2024-07-27T19:39:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:32 smithi029 ceph-mon[96870]: pgmap v4207: 137 pgs: 137 active+clean; 555 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 29 MiB/s wr, 57 op/s 2024-07-27T19:39:32.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:39:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:39:32] "GET /metrics HTTP/1.1" 200 36731 "" "Prometheus/2.43.0" 2024-07-27T19:39:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:32 smithi179 ceph-mon[89801]: osdmap e2142: 8 total, 8 up, 8 in 2024-07-27T19:39:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:32 smithi179 ceph-mon[89801]: pgmap v4207: 137 pgs: 137 active+clean; 555 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 29 MiB/s wr, 57 op/s 2024-07-27T19:39:33.296 INFO:tasks.workunit.client.0.smithi029.stdout: i=8 exists [3919920~7926626,12809420~4790129,17891967~4653812,25551136~12609148,40544707~2061570,49151994~10191617,65706300~178730,75794191~5557365,89012550~12687792,102889656~5257521,114266588~11179306,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,166356386~15030444,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,221481105~5090167,227691991~7923264,235789283~15386252,252392134~709969,254065762~7759768,262975470~6820146,273610971~7612888,281869403~8991121,291118414~2993194,311483349~1785897,314948893~11893880,336232246~7022539,344855777~11007070,357338490~6635606,365475611~6118054,375108516~126138,377191901~8006127,387259577~1035221,388491662~4663518,396870459~1606580,398857739~18013428] wrote [17891967~4653812,40544707~2061570,102889656~5257521,121153597~2279043,285144541~5715983,314948893~5278697,320447617~422264,336232246~49621,381422601~3775427] 2024-07-27T19:39:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:33 smithi029 ceph-mon[96870]: osdmap e2143: 8 total, 8 up, 8 in 2024-07-27T19:39:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:39:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:39:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:39:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:33 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:39:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:33 smithi029 ceph-mon[99353]: osdmap e2143: 8 total, 8 up, 8 in 2024-07-27T19:39:33.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:39:33.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:39:33.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:39:33.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:33 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:39:33.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:33 smithi179 ceph-mon[89801]: osdmap e2143: 8 total, 8 up, 8 in 2024-07-27T19:39:33.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:39:33.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:39:33.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:39:33.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:33 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:39:34.301 INFO:tasks.workunit.client.0.smithi029.stdout: i=9 exists [3919920~7926626,12809420~4790129,17891967~4653812,24031577~14128707,40544707~2061570,49151994~10191617,65706300~178730,74327896~7023660,89012550~12687792,102889656~5257521,114266588~11179306,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,166356386~15030444,183079465~6424687,190223113~11676582,202921364~8248631,212544353~4316572,221481105~5090167,227691991~23483544,252392134~709969,254065762~7759768,262975470~6820146,273610971~7612888,281869403~8991121,291118414~2993194,311483349~1785897,314948893~11893880,336232246~7022539,344855777~11007070,357338490~6635606,365475611~6118054,375108516~126138,377191901~8006127,387259577~1035221,388491662~4663518,396870459~1606580,398857739~18013428] wrote [24031577~1539958,49168752~1519763,74327896~3021901,90390741~3636268,105124628~2604901,119546843~865662,195071846~2233755,208397194~2772801,235455064~3513206,400214538~7675197] 2024-07-27T19:39:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:34 smithi179 ceph-mon[89801]: osdmap e2144: 8 total, 8 up, 8 in 2024-07-27T19:39:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:34 smithi179 ceph-mon[89801]: pgmap v4210: 137 pgs: 137 active+clean; 684 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 184 KiB/s rd, 40 MiB/s wr, 298 op/s 2024-07-27T19:39:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:34 smithi029 ceph-mon[96870]: osdmap e2144: 8 total, 8 up, 8 in 2024-07-27T19:39:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:34 smithi029 ceph-mon[96870]: pgmap v4210: 137 pgs: 137 active+clean; 684 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 184 KiB/s rd, 40 MiB/s wr, 298 op/s 2024-07-27T19:39:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:34 smithi029 ceph-mon[99353]: osdmap e2144: 8 total, 8 up, 8 in 2024-07-27T19:39:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:34 smithi029 ceph-mon[99353]: pgmap v4210: 137 pgs: 137 active+clean; 684 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 184 KiB/s rd, 40 MiB/s wr, 298 op/s 2024-07-27T19:39:35.340 INFO:tasks.workunit.client.0.smithi029.stdout: i=10 exists [3919920~7926626,12809420~4790129,17891967~4653812,24031577~14128707,40544707~2061570,43323109~3428741,49151994~10191617,65706300~178730,74327896~7023660,87330548~907237,89012550~12687792,102889656~5257521,114266588~11179306,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,166356386~23147766,190223113~11676582,202921364~8248631,212544353~4316572,221481105~5090167,227691991~23483544,252392134~709969,254065762~7759768,262975470~6820146,273610971~7612888,281710256~9150268,291118414~2993194,311483349~1785897,314948893~11893880,336232246~7022539,344855777~11007070,357338490~6635606,365475611~6118054,372025275~13172753,387259577~6433728,396870459~1606580,398857739~18013428] wrote [25162839~9848254,43323109~3428741,87330548~907237,179590234~4681360,246552580~246726,281710256~7228693,372025275~5639662,387556969~6136336] 2024-07-27T19:39:35.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:35 smithi179 ceph-mon[89801]: osdmap e2145: 8 total, 8 up, 8 in 2024-07-27T19:39:35.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:35 smithi029 ceph-mon[96870]: osdmap e2145: 8 total, 8 up, 8 in 2024-07-27T19:39:35.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:35 smithi029 ceph-mon[99353]: osdmap e2145: 8 total, 8 up, 8 in 2024-07-27T19:39:36.334 INFO:tasks.workunit.client.0.smithi029.stdout: i=11 exists [3919920~7926626,12809420~4790129,17891967~20268317,40544707~2061570,43323109~3428741,49151994~10191617,62771531~5007624,74327896~7023660,87330548~907237,89012550~12687792,102889656~5257521,114266588~13582307,132888486~1399202,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,166356386~23147766,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,254065762~7759768,262975470~6820146,273610971~7612888,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~6118054,372025275~13172753,387259577~6433728,396870459~1606580,398857739~18013428] wrote [18352885~7026037,62771531~5007624,123001109~4847786,132888486~1399202,208581250~4339115,250910533~3093975,273950401~1358195,313988580~7395758,330109358~3056793] 2024-07-27T19:39:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:36 smithi179 ceph-mon[89801]: osdmap e2146: 8 total, 8 up, 8 in 2024-07-27T19:39:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:36 smithi179 ceph-mon[89801]: pgmap v4213: 137 pgs: 137 active+clean; 752 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 184 KiB/s rd, 41 MiB/s wr, 299 op/s 2024-07-27T19:39:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:36 smithi029 ceph-mon[96870]: osdmap e2146: 8 total, 8 up, 8 in 2024-07-27T19:39:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:36 smithi029 ceph-mon[96870]: pgmap v4213: 137 pgs: 137 active+clean; 752 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 184 KiB/s rd, 41 MiB/s wr, 299 op/s 2024-07-27T19:39:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:36 smithi029 ceph-mon[99353]: osdmap e2146: 8 total, 8 up, 8 in 2024-07-27T19:39:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:36 smithi029 ceph-mon[99353]: pgmap v4213: 137 pgs: 137 active+clean; 752 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail; 184 KiB/s rd, 41 MiB/s wr, 299 op/s 2024-07-27T19:39:37.353 INFO:tasks.workunit.client.0.smithi029.stdout: i=12 exists [3919920~7926626,12809420~4790129,17891967~20268317,40544707~2061570,43323109~3760673,49151994~10191617,62771531~5007624,74327896~7023660,87330548~907237,89012550~12687792,102889656~5257521,114266588~13582307,132888486~1399202,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,166356386~23147766,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,254065762~15729854,273610971~7612888,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~6118054,372025275~13172753,387259577~6433728,396870459~1606580,398857739~18013428] wrote [22791541~6364605,44309890~2773892,64007550~1727679,171232813~2527094,257537627~6694111,266598712~335906,346968974~7300394,378043512~7145029,390458574~1123070] 2024-07-27T19:39:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:37 smithi179 ceph-mon[89801]: osdmap e2147: 8 total, 8 up, 8 in 2024-07-27T19:39:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:37 smithi029 ceph-mon[96870]: osdmap e2147: 8 total, 8 up, 8 in 2024-07-27T19:39:37.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:37 smithi029 ceph-mon[99353]: osdmap e2147: 8 total, 8 up, 8 in 2024-07-27T19:39:38.353 INFO:tasks.workunit.client.0.smithi029.stdout: i=13 exists [3919920~7926626,12809420~4790129,17891967~20268317,40544707~2061570,43323109~3760673,47494036~1141823,49151994~10191617,62771531~5007624,74327896~7023660,87330548~907237,89012550~12687792,102889656~5257521,114266588~13582307,132888486~1399202,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,166356386~23147766,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,254065762~15729854,273610971~7612888,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~14255175,372025275~13172753,385822000~7871305,396870459~1606580,398857739~18013428] wrote [26553265~4438328,47494036~1141823,63277467~2033845,277583502~3188778,304267258~1537646,309932697~6501229,337116601~690826,360097478~7343582,385822000~6440012] 2024-07-27T19:39:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:38 smithi179 ceph-mon[89801]: osdmap e2148: 8 total, 8 up, 8 in 2024-07-27T19:39:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:38 smithi179 ceph-mon[89801]: pgmap v4216: 137 pgs: 137 active+clean; 856 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 119 KiB/s rd, 39 MiB/s wr, 211 op/s 2024-07-27T19:39:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:38 smithi029 ceph-mon[96870]: osdmap e2148: 8 total, 8 up, 8 in 2024-07-27T19:39:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:38 smithi029 ceph-mon[96870]: pgmap v4216: 137 pgs: 137 active+clean; 856 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 119 KiB/s rd, 39 MiB/s wr, 211 op/s 2024-07-27T19:39:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:38 smithi029 ceph-mon[99353]: osdmap e2148: 8 total, 8 up, 8 in 2024-07-27T19:39:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:38 smithi029 ceph-mon[99353]: pgmap v4216: 137 pgs: 137 active+clean; 856 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 119 KiB/s rd, 39 MiB/s wr, 211 op/s 2024-07-27T19:39:39.328 INFO:tasks.workunit.client.0.smithi029.stdout: i=14 exists [747794~295796,3919920~7926626,12528537~25631747,40544707~2061570,43323109~3760673,47494036~1141823,49151994~10191617,62771531~5007624,74327896~7023660,87330548~907237,89012550~12687792,102889656~5257521,114266588~14005185,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,166356386~50504539,221481105~5090167,227691991~26312517,254065762~15729854,273610971~7612888,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~14255175,372025275~13172753,385822000~7871305,395441405~3035634,398857739~18013428] wrote [747794~295796,12528537~5464345,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,234522035~3591426,266707974~496754,395441405~2888997,410605448~586421] 2024-07-27T19:39:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:39 smithi179 ceph-mon[89801]: osdmap e2149: 8 total, 8 up, 8 in 2024-07-27T19:39:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:39:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:39 smithi029 ceph-mon[96870]: osdmap e2149: 8 total, 8 up, 8 in 2024-07-27T19:39:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:39:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:39 smithi029 ceph-mon[99353]: osdmap e2149: 8 total, 8 up, 8 in 2024-07-27T19:39:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:39:40.332 INFO:tasks.workunit.client.0.smithi029.stdout: i=15 exists [747794~295796,3919920~7926626,12528537~25631747,40544707~2061570,43323109~3760673,47494036~1141823,49151994~10191617,62771531~5007624,74327896~7023660,81734684~1924190,87330548~907237,89012550~12687792,102889656~5257521,109896642~3946792,114266588~14005185,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,166356386~50504539,221481105~5090167,227691991~26312517,254065762~15729854,273610971~17249553,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,333286436~9968349,344855777~11007070,357338490~14255175,372025275~13172753,385822000~7871305,395441405~3035634,398857739~18013428] wrote [81734684~1924190,109896642~3946792,158650212~342769,227915858~5323509,238318771~2272452,280678589~1638321,333286436~6198486,353198078~620425,358419853~4658076] 2024-07-27T19:39:40.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:40 smithi179 ceph-mon[89801]: osdmap e2150: 8 total, 8 up, 8 in 2024-07-27T19:39:40.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:40 smithi179 ceph-mon[89801]: pgmap v4219: 137 pgs: 137 active+clean; 934 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 207 KiB/s rd, 41 MiB/s wr, 330 op/s 2024-07-27T19:39:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:40 smithi029 ceph-mon[96870]: osdmap e2150: 8 total, 8 up, 8 in 2024-07-27T19:39:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:40 smithi029 ceph-mon[96870]: pgmap v4219: 137 pgs: 137 active+clean; 934 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 207 KiB/s rd, 41 MiB/s wr, 330 op/s 2024-07-27T19:39:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:40 smithi029 ceph-mon[99353]: osdmap e2150: 8 total, 8 up, 8 in 2024-07-27T19:39:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:40 smithi029 ceph-mon[99353]: pgmap v4219: 137 pgs: 137 active+clean; 934 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 207 KiB/s rd, 41 MiB/s wr, 330 op/s 2024-07-27T19:39:41.385 INFO:tasks.workunit.client.0.smithi029.stdout: i=16 exists [747794~295796,3919920~34948430,40544707~2061570,43323109~3760673,47494036~1141823,49151994~10191617,62771531~5007624,74327896~7023660,81734684~1924190,86869375~14830967,102889656~5257521,109896642~3946792,114266588~14005185,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,166356386~50504539,221481105~5090167,227691991~26312517,254065762~15729854,273610971~20500637,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~14255175,372025275~13172753,385822000~7871305,395441405~3035634,398857739~18013428] wrote [8440958~4653586,37871592~996758,74684228~1416874,86869375~6567800,120528366~6731610,158289659~1347947,186173827~6889408,285768792~8065772,301869128~6099373,336040218~7350664] 2024-07-27T19:39:41.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:41 smithi179 ceph-mon[89801]: osdmap e2151: 8 total, 8 up, 8 in 2024-07-27T19:39:41.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:41 smithi029 ceph-mon[96870]: osdmap e2151: 8 total, 8 up, 8 in 2024-07-27T19:39:41.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:41 smithi029 ceph-mon[99353]: osdmap e2151: 8 total, 8 up, 8 in 2024-07-27T19:39:42.375 INFO:tasks.workunit.client.0.smithi029.stdout: i=17 exists [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~10191617,62771531~5007624,74327896~7023660,81734684~1924190,86869375~14830967,102889656~5257521,109896642~3946792,114266588~14005185,132888486~1399202,139623320~3326124,146076552~5520071,151640016~14639580,166356386~50504539,221481105~5090167,227691991~26312517,254065762~16251792,273610971~20500637,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~14255175,371649663~13548365,385822000~7871305,395441405~3035634,398857739~18013428] wrote [33918686~6730202,151640016~3387863,185670999~2768905,246156618~6094153,254950690~8092431,265955277~4362277,371649663~3980337,376141211~889554] 2024-07-27T19:39:42.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:42 smithi179 ceph-mon[89801]: osdmap e2152: 8 total, 8 up, 8 in 2024-07-27T19:39:42.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:42 smithi179 ceph-mon[89801]: pgmap v4222: 137 pgs: 137 active+clean; 970 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 88 KiB/s rd, 27 MiB/s wr, 131 op/s 2024-07-27T19:39:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:42 smithi029 ceph-mon[96870]: osdmap e2152: 8 total, 8 up, 8 in 2024-07-27T19:39:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:42 smithi029 ceph-mon[96870]: pgmap v4222: 137 pgs: 137 active+clean; 970 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 88 KiB/s rd, 27 MiB/s wr, 131 op/s 2024-07-27T19:39:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:42 smithi029 ceph-mon[99353]: osdmap e2152: 8 total, 8 up, 8 in 2024-07-27T19:39:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:42 smithi029 ceph-mon[99353]: pgmap v4222: 137 pgs: 137 active+clean; 970 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 88 KiB/s rd, 27 MiB/s wr, 131 op/s 2024-07-27T19:39:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:39:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:39:42] "GET /metrics HTTP/1.1" 200 36730 "" "Prometheus/2.43.0" 2024-07-27T19:39:43.373 INFO:tasks.workunit.client.0.smithi029.stdout: i=18 exists [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~10191617,62771531~9590511,74327896~7023660,81734684~1924190,86869375~14830967,102889656~11352839,114266588~14005185,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166356386~50504539,221481105~5090167,227691991~26312517,254065762~16251792,273610971~20500637,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~14255175,371649663~13548365,385822000~7871305,395441405~3035634,398857739~18013428] wrote [34244227~843175,67024336~5337706,78197946~2989543,106782481~7460014,135448329~1995599,199792521~8141511,401289038~7976403] 2024-07-27T19:39:43.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:43 smithi179 ceph-mon[89801]: osdmap e2153: 8 total, 8 up, 8 in 2024-07-27T19:39:43.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:43 smithi029 ceph-mon[96870]: osdmap e2153: 8 total, 8 up, 8 in 2024-07-27T19:39:43.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:43 smithi029 ceph-mon[99353]: osdmap e2153: 8 total, 8 up, 8 in 2024-07-27T19:39:44.399 INFO:tasks.workunit.client.0.smithi029.stdout: i=19 exists [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~10191617,62771531~9590511,74327896~9330978,85507577~16192765,102889656~11352839,114266588~14005185,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166356386~53846336,221481105~5090167,227691991~26312517,254065762~16251792,273610971~20500637,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~26737888,371649663~22043642,395441405~3035634,398857739~18013428] wrote [28436043~6493661,74441489~8050945,85507577~7316234,151940048~855390,166579123~8135744,214824594~5378128,312137883~3299503,352948505~7087589,382959183~5780634] 2024-07-27T19:39:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:44 smithi179 ceph-mon[89801]: osdmap e2154: 8 total, 8 up, 8 in 2024-07-27T19:39:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:44 smithi179 ceph-mon[89801]: pgmap v4225: 137 pgs: 137 active+clean; 1.0 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 237 KiB/s rd, 30 MiB/s wr, 363 op/s 2024-07-27T19:39:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:44 smithi029 ceph-mon[96870]: osdmap e2154: 8 total, 8 up, 8 in 2024-07-27T19:39:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:44 smithi029 ceph-mon[96870]: pgmap v4225: 137 pgs: 137 active+clean; 1.0 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 237 KiB/s rd, 30 MiB/s wr, 363 op/s 2024-07-27T19:39:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:44 smithi029 ceph-mon[99353]: osdmap e2154: 8 total, 8 up, 8 in 2024-07-27T19:39:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:44 smithi029 ceph-mon[99353]: pgmap v4225: 137 pgs: 137 active+clean; 1.0 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 237 KiB/s rd, 30 MiB/s wr, 363 op/s 2024-07-27T19:39:45.329 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 1 diff [12809420~4790129,33191236~4969048,51397868~4156966,75794191~3207596,154581841~2601636,281869403~7062242,317780405~7257483,345865293~4382902,375108516~126138,404473757~4151992] 2024-07-27T19:39:45.329 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [12809420~4790129,33191236~4969048,51397868~4156966,75794191~3207596,154581841~2601636,281869403~7062242,317780405~7257483,345865293~4382902,375108516~126138,404473757~4151992] 2024-07-27T19:39:45.349 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [12582912~5016637,29360128~8800156,51397868~4156966,75497472~3504315,150994944~6188533,281223859~7707786,314572800~10465088,343932928~6315267,375108516~126138,402653184~5972565] 2024-07-27T19:39:45.349 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 2 diff [12809420~4790129,33191236~4969048,49151994~6696741,75794191~5557365,89012550~6030963,96599083~5101259,154581841~2601636,158851524~4743121,177089935~2192702,221481105~5090167,252392134~709969,281869403~7062242,317780405~7257483,345865293~4382902,375108516~126138,404473757~5746857] 2024-07-27T19:39:45.349 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [12809420~4790129,33191236~4969048,49151994~6696741,75794191~5557365,89012550~6030963,96599083~5101259,154581841~2601636,158851524~4743121,177089935~2192702,221481105~5090167,252392134~709969,281869403~7062242,317780405~7257483,345865293~4382902,375108516~126138,404473757~5746857] 2024-07-27T19:39:45.356 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [12582912~5016637,29360128~8800156,46137344~9711391,75497472~5854084,88080384~6963129,96599083~5101259,150994944~12599701,176160768~3121869,218103808~8467464,252392134~709969,281223859~7707786,314572800~10465088,343932928~6315267,375108516~126138,402653184~7567430] 2024-07-27T19:39:45.356 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 3 diff [11478919~259482,12809420~4790129,25551136~12609148,49151994~6696741,75794191~5557365,89012550~6030963,96599083~5101259,154581841~2601636,158851524~5477536,177089935~2192702,195401887~6497808,202921364~4834890,221481105~5090167,242613461~1819029,252392134~709969,266717188~3078428,281869403~7062242,317780405~7257483,345865293~4382902,360331521~3642575,375108516~126138,398857739~11362875] 2024-07-27T19:39:45.356 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [11478919~259482,12809420~4790129,25551136~12609148,49151994~6696741,75794191~5557365,89012550~6030963,96599083~5101259,154581841~2601636,158851524~5477536,177089935~2192702,195401887~6497808,202921364~4834890,221481105~5090167,242613461~1819029,252392134~709969,266717188~3078428,281869403~7062242,317780405~7257483,345865293~4382902,360331521~3642575,375108516~126138,398857739~11362875] 2024-07-27T19:39:45.363 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8388608~3349793,12582912~5016637,25165824~12994460,46137344~9711391,75497472~5854084,88080384~6963129,96599083~5101259,150994944~13334116,176160768~3121869,192937984~14818270,218103808~8467464,239075328~5357162,252392134~709969,264241152~5554464,281223859~7707786,314572800~10465088,343932928~6315267,356515840~7458256,375108516~126138,398458880~11761734] 2024-07-27T19:39:45.363 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 4 diff [3919920~1421835,11478919~259482,12809420~4790129,25551136~12609148,49151994~6696741,75794191~5557365,89012550~6030963,96599083~5101259,154581841~2601636,158851524~5477536,168383957~13002873,195401887~6497808,202921364~7512345,221481105~5090167,227691991~7923264,242613461~1819029,252392134~709969,262975470~6820146,281869403~7062242,317780405~9062368,344855777~5392418,360331521~3642575,375108516~126138,384441061~630615,391933524~557193,398857739~11362875] 2024-07-27T19:39:45.363 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~1421835,11478919~259482,12809420~4790129,25551136~12609148,49151994~6696741,75794191~5557365,89012550~6030963,96599083~5101259,154581841~2601636,158851524~5477536,168383957~13002873,195401887~6497808,202921364~7512345,221481105~5090167,227691991~7923264,242613461~1819029,252392134~709969,262975470~6820146,281869403~7062242,317780405~9062368,344855777~5392418,360331521~3642575,375108516~126138,384441061~630615,391933524~557193,398857739~11362875] 2024-07-27T19:39:45.370 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~5341755,8388608~3349793,12582912~5016637,25165824~12994460,46137344~9711391,75497472~5854084,88080384~6963129,96599083~5101259,150994944~13334116,168383957~13002873,192937984~17495725,218103808~17511447,239075328~5357162,252392134~709969,261825530~7970086,281223859~7707786,314572800~12269973,343932928~6315267,356515840~7458256,375108516~126138,384441061~630615,390070272~2420445,398458880~11761734] 2024-07-27T19:39:45.370 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 5 diff [3919920~7926626,12809420~4790129,25551136~12609148,49151994~6696741,75794191~5557365,89012550~6030963,96599083~5101259,146076552~5520071,154581841~2601636,158851524~5477536,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,221481105~5090167,227691991~7923264,235789283~6219780,242613461~1819029,252392134~709969,262975470~6820146,281869403~7062242,291118414~2993194,317780405~9062368,344855777~11007070,360331521~3642575,365475611~4617305,375108516~126138,384441061~630615,391933524~557193,398857739~11362875] 2024-07-27T19:39:45.370 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,12809420~4790129,25551136~12609148,49151994~6696741,75794191~5557365,89012550~6030963,96599083~5101259,146076552~5520071,154581841~2601636,158851524~5477536,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,221481105~5090167,227691991~7923264,235789283~6219780,242613461~1819029,252392134~709969,262975470~6820146,281869403~7062242,291118414~2993194,317780405~9062368,344855777~11007070,360331521~3642575,365475611~4617305,375108516~126138,384441061~630615,391933524~557193,398857739~11362875] 2024-07-27T19:39:45.377 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,12582912~5016637,25165824~12994460,46137344~9711391,75497472~5854084,88080384~6963129,96599083~5101259,142606336~21722724,168383957~42049752,218103808~26328682,252392134~709969,261825530~7970086,281223859~7707786,289406976~4704632,314572800~12269973,343932928~11929919,356515840~7458256,365475611~4617305,375108516~126138,384441061~630615,390070272~2420445,398458880~11761734] 2024-07-27T19:39:45.378 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 6 diff [3919920~7926626,12809420~4790129,25551136~12609148,49151994~6696741,65706300~178730,75794191~5557365,89012550~6030963,96599083~5101259,103994307~2652441,117296412~8149482,146076552~5520071,152966340~4217137,158851524~5477536,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,221481105~5090167,227691991~7923264,235789283~11314744,252392134~709969,262975470~6820146,281869403~7062242,291118414~2993194,317780405~9062368,344855777~11007070,357338490~6635606,365475611~4617305,375108516~126138,384441061~630615,388491662~4663518,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.378 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,12809420~4790129,25551136~12609148,49151994~6696741,65706300~178730,75794191~5557365,89012550~6030963,96599083~5101259,103994307~2652441,117296412~8149482,146076552~5520071,152966340~4217137,158851524~5477536,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,221481105~5090167,227691991~7923264,235789283~11314744,252392134~709969,262975470~6820146,281869403~7062242,291118414~2993194,317780405~9062368,344855777~11007070,357338490~6635606,365475611~4617305,375108516~126138,384441061~630615,388491662~4663518,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.384 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,12582912~5016637,25165824~12994460,46137344~9711391,62914560~2970470,75497472~5854084,88080384~6963129,96599083~10047665,117296412~8149482,142606336~21722724,168383957~42049752,218103808~29000219,252392134~709969,261825530~7970086,281223859~7707786,289406976~4704632,314572800~12269973,343932928~11929919,356515840~7458256,365475611~4617305,375108516~126138,384441061~630615,385875968~7279212,394264576~22606591] 2024-07-27T19:39:45.384 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 7 diff [3919920~7926626,12809420~4790129,25551136~12609148,49151994~6696741,65706300~178730,75794191~5557365,89012550~6030963,96599083~5101259,103994307~2652441,117296412~8149482,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,221481105~5090167,227691991~7923264,235789283~15386252,252392134~709969,262975470~6820146,281869403~7062242,291118414~2993194,311483349~1785897,317452219~9390554,336262150~6992635,344855777~11007070,357338490~6635606,365475611~4617305,375108516~126138,384441061~630615,387259577~1035221,388491662~4663518,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.384 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,12809420~4790129,25551136~12609148,49151994~6696741,65706300~178730,75794191~5557365,89012550~6030963,96599083~5101259,103994307~2652441,117296412~8149482,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,221481105~5090167,227691991~7923264,235789283~15386252,252392134~709969,262975470~6820146,281869403~7062242,291118414~2993194,311483349~1785897,317452219~9390554,336262150~6992635,344855777~11007070,357338490~6635606,365475611~4617305,375108516~126138,384441061~630615,387259577~1035221,388491662~4663518,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.391 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,12582912~5016637,25165824~12994460,46137344~9711391,62914560~2970470,75497472~5854084,88080384~6963129,96599083~10047665,117296412~8149482,138412032~27867564,168383957~48476968,218103808~33071727,252392134~709969,261825530~7970086,281223859~7707786,289406976~4704632,310378496~2890750,314572800~12269973,335544320~7710465,343932928~11929919,356515840~7458256,365475611~4617305,375108516~126138,384441061~630615,385875968~7279212,394264576~22606591] 2024-07-27T19:39:45.391 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 8 diff [3919920~7926626,12809420~4790129,17891967~4653812,25551136~12609148,40544707~2061570,49151994~6696741,65706300~178730,75794191~5557365,89012550~6030963,96599083~5101259,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,221481105~5090167,227691991~7923264,235789283~15386252,252392134~709969,262975470~6820146,281869403~8991121,291118414~2993194,311483349~1785897,314948893~11893880,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,375108516~126138,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.391 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,12809420~4790129,17891967~4653812,25551136~12609148,40544707~2061570,49151994~6696741,65706300~178730,75794191~5557365,89012550~6030963,96599083~5101259,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,221481105~5090167,227691991~7923264,235789283~15386252,252392134~709969,262975470~6820146,281869403~8991121,291118414~2993194,311483349~1785897,314948893~11893880,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,375108516~126138,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.398 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,12582912~9962867,25165824~17440453,46137344~9711391,62914560~2970470,75497472~5854084,88080384~6963129,96599083~11548094,117296412~8149482,138412032~27867564,168383957~48476968,218103808~33071727,252392134~709969,261825530~7970086,281223859~12887749,310378496~2890750,314572800~12269973,335544320~7710465,343932928~11929919,356515840~7458256,365475611~4617305,375108516~126138,381422601~3775427,385875968~7279212,394264576~22606591] 2024-07-27T19:39:45.398 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 9 diff [3919920~7926626,12809420~4790129,17891967~4653812,24031577~14128707,40544707~2061570,49151994~6696741,65706300~178730,74327896~7023660,89012550~6030963,96599083~5101259,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~13002873,183079465~6424687,190223113~11676582,202921364~8248631,212544353~4316572,221481105~5090167,227691991~23483544,252392134~709969,262975470~6820146,281869403~8991121,291118414~2993194,311483349~1785897,314948893~11893880,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,375108516~126138,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.398 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,12809420~4790129,17891967~4653812,24031577~14128707,40544707~2061570,49151994~6696741,65706300~178730,74327896~7023660,89012550~6030963,96599083~5101259,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~13002873,183079465~6424687,190223113~11676582,202921364~8248631,212544353~4316572,221481105~5090167,227691991~23483544,252392134~709969,262975470~6820146,281869403~8991121,291118414~2993194,311483349~1785897,314948893~11893880,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,375108516~126138,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.404 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,12582912~30023365,46137344~9711391,62914560~2970470,71303168~10048388,88080384~6963129,96599083~11548094,117296412~8149482,138412032~27867564,168383957~48476968,218103808~33071727,252392134~709969,261825530~7970086,281223859~12887749,310378496~2890750,314572800~12269973,335544320~7710465,343932928~11929919,356515840~7458256,365475611~4617305,375108516~126138,381422601~3775427,385875968~7279212,394264576~22606591] 2024-07-27T19:39:45.404 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 10 diff [3919920~7926626,12809420~4790129,17891967~4653812,24031577~14128707,40544707~2061570,43323109~3428741,49151994~6696741,65706300~178730,74327896~7023660,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~21120195,190223113~11676582,202921364~8248631,212544353~4316572,221481105~5090167,227691991~23483544,252392134~709969,262975470~6820146,281710256~9150268,291118414~2993194,311483349~1785897,314948893~11893880,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.405 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,12809420~4790129,17891967~4653812,24031577~14128707,40544707~2061570,43323109~3428741,49151994~6696741,65706300~178730,74327896~7023660,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~21120195,190223113~11676582,202921364~8248631,212544353~4316572,221481105~5090167,227691991~23483544,252392134~709969,262975470~6820146,281710256~9150268,291118414~2993194,311483349~1785897,314948893~11893880,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.411 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,12582912~43265823,62914560~2970470,71303168~10048388,83886080~11157433,96599083~11548094,117296412~8149482,138412032~27867564,168383957~48476968,218103808~33071727,252392134~709969,261825530~7970086,281223859~12887749,310378496~2890750,314572800~12269973,335544320~7710465,343932928~11929919,356515840~7458256,365475611~4617305,371593665~6071272,381422601~3775427,385875968~7817337,394264576~22606591] 2024-07-27T19:39:45.411 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 11 diff [3919920~7926626,12809420~4790129,17891967~20268317,40544707~2061570,43323109~3428741,49151994~6696741,62771531~5007624,74327896~7023660,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~21120195,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,262975470~6820146,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.411 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,12809420~4790129,17891967~20268317,40544707~2061570,43323109~3428741,49151994~6696741,62771531~5007624,74327896~7023660,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~21120195,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,262975470~6820146,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.418 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,12582912~43265823,59343611~8435544,71303168~10048388,83886080~11157433,96599083~11548094,117296412~10552483,130023424~4264264,138412032~27867564,168383957~48476968,218103808~35900700,261825530~7970086,273950401~1358195,281223859~12887749,310378496~16464277,327155712~6010439,335544320~7710465,343932928~11929919,356515840~7458256,365475611~4617305,371593665~6071272,381422601~3775427,385875968~7817337,394264576~22606591] 2024-07-27T19:39:45.418 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 12 diff [3919920~7926626,12809420~4790129,17891967~20268317,40544707~2061570,43323109~3760673,49151994~6696741,62771531~5007624,74327896~7023660,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~21120195,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,378043512~7154516,387259577~6433728,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.418 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,12809420~4790129,17891967~20268317,40544707~2061570,43323109~3760673,49151994~6696741,62771531~5007624,74327896~7023660,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~21120195,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,378043512~7154516,387259577~6433728,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.424 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,12582912~43265823,59343611~8435544,71303168~10048388,83886080~11157433,96599083~11548094,117296412~10552483,130023424~4264264,138412032~27867564,168383957~48476968,218103808~35900700,257537627~12257989,273950401~1358195,281223859~12887749,310378496~16464277,327155712~6010439,335544320~7710465,343932928~11929919,356515840~7458256,365475611~4617305,371593665~6071272,378043512~7154516,385875968~7817337,394264576~22606591] 2024-07-27T19:39:45.424 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 13 diff [3919920~7926626,12809420~4790129,17891967~20268317,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~7023660,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~21120195,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.424 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,12809420~4790129,17891967~20268317,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~7023660,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~4364808,158851524~7428072,168383957~21120195,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,396870459~1606580,398857739~18013428] 2024-07-27T19:39:45.430 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,12582912~43265823,59343611~8435544,71303168~10048388,83886080~11157433,96599083~11548094,117296412~10552483,130023424~4264264,138412032~27867564,168383957~48476968,218103808~35900700,257537627~12257989,273950401~1358195,277583502~3188778,281223859~12887749,301989888~3815016,306184192~20658581,327155712~6010439,335544320~7710465,343932928~11929919,356515840~13577076,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:45.430 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 14 diff [747794~295796,3919920~7926626,12528537~25631747,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~7023660,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,168383957~48476968,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.430 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~7926626,12528537~25631747,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~7023660,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,168383957~48476968,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.437 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~8435544,71303168~10048388,83886080~11157433,96599083~11548094,117296412~10975361,130023424~4264264,138412032~27867564,168383957~48476968,218103808~35900700,257537627~12257989,273950401~1358195,277583502~3188778,281223859~12887749,301989888~3815016,306184192~20658581,327155712~6010439,335544320~7710465,343932928~11929919,356515840~13577076,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:45.437 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 15 diff [747794~295796,3919920~7926626,12528537~25631747,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~7023660,81734684~1924190,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,168383957~48476968,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~13277022,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,333286436~9968349,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.437 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~7926626,12528537~25631747,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~7023660,81734684~1924190,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,168383957~48476968,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~13277022,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,333286436~9968349,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.443 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~8435544,71303168~12355706,83886080~11157433,96599083~11548094,109051904~4791530,117296412~10975361,130023424~4264264,138412032~27867564,168383957~48476968,218103808~35900700,257537627~12257989,273950401~1358195,277583502~16528106,301989888~3815016,306184192~20658581,327155712~16099073,343932928~11929919,356515840~13577076,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:45.443 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 16 diff [747794~295796,3919920~34948430,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~7023660,81734684~1924190,86869375~8174138,96599083~5101259,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,168383957~48476968,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.443 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~34948430,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~7023660,81734684~1924190,86869375~8174138,96599083~5101259,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,168383957~48476968,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.449 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~8435544,71303168~12355706,83886080~11157433,96599083~11548094,109051904~4791530,117296412~10975361,130023424~4264264,138412032~27867564,168383957~48476968,218103808~35900700,257537627~12257989,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~11929919,356515840~13577076,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:45.449 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 17 diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~7023660,81734684~1924190,86869375~8174138,96599083~5101259,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,151640016~14639580,168383957~48476968,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.449 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~7023660,81734684~1924190,86869375~8174138,96599083~5101259,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,151640016~14639580,168383957~48476968,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.456 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~8435544,71303168~12355706,83886080~11157433,96599083~11548094,109051904~4791530,117296412~10975361,130023424~4264264,138412032~27867564,168383957~48476968,218103808~35900700,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~11929919,356515840~13577076,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:45.456 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 18 diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~7023660,81734684~1924190,86869375~8174138,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,168383957~48476968,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.456 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~7023660,81734684~1924190,86869375~8174138,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,168383957~48476968,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.462 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,168383957~48476968,218103808~35900700,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~11929919,356515840~13577076,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:45.462 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 19 diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.462 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.468 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:45.468 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 2 diff [49151994~6696741,78682160~2669396,89012550~6030963,96599083~5101259,158851524~4743121,177089935~2192702,221481105~5090167,252392134~709969,285063379~3797353,408049916~2170698] 2024-07-27T19:39:45.468 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [49151994~6696741,78682160~2669396,89012550~6030963,96599083~5101259,158851524~4743121,177089935~2192702,221481105~5090167,252392134~709969,285063379~3797353,408049916~2170698] 2024-07-27T19:39:45.475 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [46137344~9711391,78682160~2669396,88080384~6963129,96599083~5101259,157183477~6411168,176160768~3121869,218103808~8467464,252392134~709969,285063379~3797353,408049916~2170698] 2024-07-27T19:39:45.475 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 3 diff [11478919~259482,25551136~8075786,49151994~6696741,78682160~2669396,89012550~6030963,96599083~5101259,158851524~5477536,177089935~2192702,195401887~6497808,202921364~4834890,221481105~5090167,242613461~1819029,252392134~709969,266717188~3078428,285063379~3797353,360331521~3642575,398857739~7366875,408049916~2170698] 2024-07-27T19:39:45.475 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [11478919~259482,25551136~8075786,49151994~6696741,78682160~2669396,89012550~6030963,96599083~5101259,158851524~5477536,177089935~2192702,195401887~6497808,202921364~4834890,221481105~5090167,242613461~1819029,252392134~709969,266717188~3078428,285063379~3797353,360331521~3642575,398857739~7366875,408049916~2170698] 2024-07-27T19:39:45.482 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8388608~3349793,25165824~8461098,46137344~9711391,78682160~2669396,88080384~6963129,96599083~5101259,157183477~7145583,176160768~3121869,192937984~14818270,218103808~8467464,239075328~5357162,252392134~709969,264241152~5554464,285063379~3797353,356515840~7458256,398458880~7765734,408049916~2170698] 2024-07-27T19:39:45.482 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 4 diff [3919920~1421835,11478919~259482,25551136~8075786,49151994~6696741,78682160~2669396,89012550~6030963,96599083~5101259,158851524~5477536,168383957~13002873,195401887~6497808,202921364~7512345,221481105~5090167,227691991~7923264,242613461~1819029,252392134~709969,262975470~6820146,285063379~3797353,320944981~5897792,344855777~4170016,360331521~3642575,384441061~630615,391933524~557193,398857739~7366875,408049916~2170698] 2024-07-27T19:39:45.482 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~1421835,11478919~259482,25551136~8075786,49151994~6696741,78682160~2669396,89012550~6030963,96599083~5101259,158851524~5477536,168383957~13002873,195401887~6497808,202921364~7512345,221481105~5090167,227691991~7923264,242613461~1819029,252392134~709969,262975470~6820146,285063379~3797353,320944981~5897792,344855777~4170016,360331521~3642575,384441061~630615,391933524~557193,398857739~7366875,408049916~2170698] 2024-07-27T19:39:45.487 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~5341755,8388608~3349793,25165824~8461098,46137344~9711391,78682160~2669396,88080384~6963129,96599083~5101259,157183477~7145583,168383957~13002873,192937984~17495725,218103808~17511447,239075328~5357162,252392134~709969,261825530~7970086,285063379~3797353,320944981~5897792,344855777~4170016,356515840~7458256,384441061~630615,390070272~2420445,398458880~7765734,408049916~2170698] 2024-07-27T19:39:45.487 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 5 diff [3919920~7926626,25551136~8075786,49151994~6696741,78682160~2669396,89012550~6030963,96599083~5101259,146076552~5520071,158851524~5477536,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,221481105~5090167,227691991~7923264,235789283~6219780,242613461~1819029,252392134~709969,262975470~6820146,285063379~3797353,291118414~2993194,320944981~5897792,344855777~11007070,360331521~3642575,365475611~4617305,384441061~630615,391933524~557193,398857739~7366875,408049916~2170698] 2024-07-27T19:39:45.487 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,25551136~8075786,49151994~6696741,78682160~2669396,89012550~6030963,96599083~5101259,146076552~5520071,158851524~5477536,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,221481105~5090167,227691991~7923264,235789283~6219780,242613461~1819029,252392134~709969,262975470~6820146,285063379~3797353,291118414~2993194,320944981~5897792,344855777~11007070,360331521~3642575,365475611~4617305,384441061~630615,391933524~557193,398857739~7366875,408049916~2170698] 2024-07-27T19:39:45.493 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,25165824~8461098,46137344~9711391,78682160~2669396,88080384~6963129,96599083~5101259,142606336~8990287,157183477~7145583,168383957~42049752,218103808~26328682,252392134~709969,261825530~7970086,285063379~3797353,289406976~4704632,320944981~5897792,344855777~11007070,356515840~7458256,365475611~4617305,384441061~630615,390070272~2420445,398458880~7765734,408049916~2170698] 2024-07-27T19:39:45.493 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 6 diff [3919920~7926626,25551136~8075786,49151994~6696741,65706300~178730,78682160~2669396,89012550~6030963,96599083~5101259,103994307~2652441,117296412~8149482,146076552~5520071,152966340~2106600,158851524~5477536,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,221481105~5090167,227691991~7923264,235789283~11314744,252392134~709969,262975470~6820146,285063379~3797353,291118414~2993194,320944981~5897792,344855777~11007070,357338490~6635606,365475611~4617305,384441061~630615,388491662~4663518,396870459~1606580,398857739~7366875,408049916~8821251] 2024-07-27T19:39:45.493 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,25551136~8075786,49151994~6696741,65706300~178730,78682160~2669396,89012550~6030963,96599083~5101259,103994307~2652441,117296412~8149482,146076552~5520071,152966340~2106600,158851524~5477536,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,221481105~5090167,227691991~7923264,235789283~11314744,252392134~709969,262975470~6820146,285063379~3797353,291118414~2993194,320944981~5897792,344855777~11007070,357338490~6635606,365475611~4617305,384441061~630615,388491662~4663518,396870459~1606580,398857739~7366875,408049916~8821251] 2024-07-27T19:39:45.499 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,25165824~8461098,46137344~9711391,62914560~2970470,78682160~2669396,88080384~6963129,96599083~10047665,117296412~8149482,142606336~8990287,152966340~2106600,157183477~7145583,168383957~42049752,218103808~29000219,252392134~709969,261825530~7970086,285063379~3797353,289406976~4704632,320944981~5897792,344855777~11007070,356515840~7458256,365475611~4617305,384441061~630615,385875968~7279212,394264576~11960038,408049916~8821251] 2024-07-27T19:39:45.499 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 7 diff [3919920~7926626,25551136~8075786,49151994~6696741,65706300~178730,78682160~2669396,89012550~6030963,96599083~5101259,103994307~2652441,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,221481105~5090167,227691991~7923264,235789283~15386252,252392134~709969,262975470~6820146,285063379~3797353,291118414~2993194,311483349~1785897,317452219~2860978,320944981~5897792,336262150~6992635,344855777~11007070,357338490~6635606,365475611~4617305,384441061~630615,387259577~1035221,388491662~4663518,396870459~1606580,398857739~7366875,408049916~8821251] 2024-07-27T19:39:45.500 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,25551136~8075786,49151994~6696741,65706300~178730,78682160~2669396,89012550~6030963,96599083~5101259,103994307~2652441,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,221481105~5090167,227691991~7923264,235789283~15386252,252392134~709969,262975470~6820146,285063379~3797353,291118414~2993194,311483349~1785897,317452219~2860978,320944981~5897792,336262150~6992635,344855777~11007070,357338490~6635606,365475611~4617305,384441061~630615,387259577~1035221,388491662~4663518,396870459~1606580,398857739~7366875,408049916~8821251] 2024-07-27T19:39:45.505 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,25165824~8461098,46137344~9711391,62914560~2970470,78682160~2669396,88080384~6963129,96599083~10047665,117296412~8149482,138412032~13184591,152818669~2652914,157183477~9096119,168383957~48476968,218103808~33071727,252392134~709969,261825530~7970086,285063379~3797353,289406976~4704632,310378496~2890750,317452219~2860978,320944981~5897792,335544320~7710465,344855777~11007070,356515840~7458256,365475611~4617305,384441061~630615,385875968~7279212,394264576~11960038,408049916~8821251] 2024-07-27T19:39:45.506 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 8 diff [3919920~7926626,17891967~4653812,25551136~8075786,40544707~2061570,49151994~6696741,65706300~178730,78682160~2669396,89012550~6030963,96599083~5101259,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,221481105~5090167,227691991~7923264,235789283~15386252,252392134~709969,262975470~6820146,285063379~5797145,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,398857739~7366875,408049916~8821251] 2024-07-27T19:39:45.506 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~4653812,25551136~8075786,40544707~2061570,49151994~6696741,65706300~178730,78682160~2669396,89012550~6030963,96599083~5101259,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,221481105~5090167,227691991~7923264,235789283~15386252,252392134~709969,262975470~6820146,285063379~5797145,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,398857739~7366875,408049916~8821251] 2024-07-27T19:39:45.511 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~4946230,25165824~8461098,38160284~4445993,46137344~9711391,62914560~2970470,78682160~2669396,88080384~6963129,96599083~11548094,117296412~8149482,138412032~13184591,152818669~2652914,157183477~9096119,168383957~48476968,218103808~33071727,252392134~709969,261825530~7970086,285063379~9048229,310378496~2890750,314948893~5364304,320447617~422264,320944981~5897792,335544320~7710465,344855777~11007070,356515840~7458256,365475611~4617305,381422601~3775427,385875968~7279212,394264576~11960038,408049916~8821251] 2024-07-27T19:39:45.511 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 9 diff [3919920~7926626,17891967~4653812,24031577~9595345,40544707~2061570,49151994~6696741,65706300~178730,74327896~3021901,78682160~2669396,89012550~6030963,96599083~5101259,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~13002873,183079465~6424687,190223113~11676582,202921364~8248631,212544353~4316572,221481105~5090167,227691991~23483544,252392134~709969,262975470~6820146,285063379~5797145,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.511 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~4653812,24031577~9595345,40544707~2061570,49151994~6696741,65706300~178730,74327896~3021901,78682160~2669396,89012550~6030963,96599083~5101259,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~13002873,183079465~6424687,190223113~11676582,202921364~8248631,212544353~4316572,221481105~5090167,227691991~23483544,252392134~709969,262975470~6820146,285063379~5797145,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.517 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~16027373,38160284~4445993,46137344~9711391,62914560~2970470,71303168~6046629,78682160~2669396,88080384~6963129,96599083~11548094,117296412~8149482,138412032~13184591,152818669~2652914,157183477~9096119,168383957~48476968,218103808~33071727,252392134~709969,261825530~7970086,285063379~9048229,310378496~2890750,314948893~5364304,320447617~422264,320944981~5897792,335544320~7710465,344855777~11007070,356515840~7458256,365475611~4617305,381422601~3775427,385875968~7279212,394264576~13625159,408049916~8821251] 2024-07-27T19:39:45.517 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 10 diff [3919920~7926626,17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49151994~6696741,65706300~178730,74327896~3021901,78682160~2669396,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~21120195,190223113~11676582,202921364~8248631,212544353~4316572,221481105~5090167,227691991~23483544,252392134~709969,262975470~6820146,281710256~9150268,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.517 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49151994~6696741,65706300~178730,74327896~3021901,78682160~2669396,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~21120195,190223113~11676582,202921364~8248631,212544353~4316572,221481105~5090167,227691991~23483544,252392134~709969,262975470~6820146,281710256~9150268,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.523 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~17411544,38160284~17688451,62914560~2970470,71303168~6046629,78682160~2669396,83886080~11157433,96599083~11548094,117296412~8149482,138412032~13184591,152818669~2652914,157183477~9096119,168383957~48476968,218103808~33071727,252392134~709969,261825530~7970086,281710256~12401352,310378496~2890750,314948893~5364304,320447617~422264,320944981~5897792,335544320~7710465,344855777~11007070,356515840~7458256,365475611~4617305,371593665~6071272,381422601~3775427,385875968~7817337,394264576~13625159,408049916~8821251] 2024-07-27T19:39:45.523 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 11 diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3428741,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~21120195,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,262975470~6820146,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.523 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3428741,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~21120195,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,262975470~6820146,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.529 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~17411544,38160284~17688451,59343611~8435544,71303168~6046629,78682160~2669396,83886080~11157433,96599083~11548094,117296412~10552483,130023424~4264264,138412032~13184591,152818669~2652914,157183477~9096119,168383957~48476968,218103808~35900700,261825530~7970086,273950401~1358195,281710256~12401352,310378496~16464277,327155712~6010439,335544320~7710465,344855777~11007070,356515840~7458256,365475611~4617305,371593665~6071272,381422601~3775427,385875968~7817337,394264576~13625159,408049916~8821251] 2024-07-27T19:39:45.529 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 12 diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3760673,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~21120195,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,378043512~7154516,387259577~6433728,396870459~1606580,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.529 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3760673,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~21120195,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,378043512~7154516,387259577~6433728,396870459~1606580,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.535 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~17411544,38160284~17688451,59343611~8435544,71303168~6046629,78682160~2669396,83886080~11157433,96599083~11548094,117296412~10552483,130023424~4264264,138412032~13184591,152818669~2652914,157183477~9096119,168383957~48476968,218103808~35900700,257537627~12257989,273950401~1358195,281710256~12401352,310378496~16464277,327155712~6010439,335544320~7710465,344855777~11007070,356515840~7458256,365475611~4617305,371593665~6071272,378043512~7154516,385875968~7817337,394264576~13625159,408049916~8821251] 2024-07-27T19:39:45.535 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 13 diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~21120195,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,396870459~1606580,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.535 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,158851524~7428072,168383957~21120195,190223113~11676582,202921364~13939561,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,396870459~1606580,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.542 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~17411544,38160284~17688451,59343611~8435544,71303168~6046629,78682160~2669396,83886080~11157433,96599083~11548094,117296412~10552483,130023424~4264264,138412032~13184591,152818669~2652914,157183477~9096119,168383957~48476968,218103808~35900700,257537627~12257989,273950401~1358195,277583502~3188778,281710256~12401352,301989888~3815016,306184192~20658581,327155712~6010439,335544320~7710465,344855777~11007070,356515840~13577076,371593665~6071272,378043512~15649793,394264576~13625159,408049916~8821251] 2024-07-27T19:39:45.542 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 14 diff [747794~295796,3919920~7926626,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,168383957~48476968,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.542 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~7926626,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,168383957~48476968,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.548 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~35011093,38160284~17688451,59343611~8435544,71303168~6046629,78682160~2669396,83886080~11157433,96599083~11548094,117296412~10975361,130023424~4264264,138412032~13184591,152818669~13460927,168383957~48476968,218103808~35900700,257537627~12257989,273950401~1358195,277583502~3188778,281710256~12401352,301989888~3815016,306184192~20658581,327155712~6010439,335544320~7710465,344855777~11007070,356515840~13577076,371593665~6071272,378043512~15649793,394264576~13625159,408049916~8821251] 2024-07-27T19:39:45.548 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 15 diff [747794~295796,3919920~7926626,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,81734684~1924190,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,168383957~48476968,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~13277022,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,333286436~9968349,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.548 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~7926626,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,81734684~1924190,87330548~907237,89012550~6030963,96599083~5101259,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,168383957~48476968,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~13277022,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,333286436~9968349,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.554 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~35011093,38160284~17688451,59343611~8435544,71303168~6046629,78682160~4976714,83886080~11157433,96599083~11548094,109051904~4791530,117296412~10975361,130023424~4264264,138412032~13184591,152818669~13460927,168383957~48476968,218103808~35900700,257537627~12257989,273950401~1358195,277583502~16528106,301989888~3815016,306184192~20658581,327155712~16099073,344855777~11007070,356515840~13577076,371593665~6071272,378043512~15649793,394264576~13625159,408049916~8821251] 2024-07-27T19:39:45.554 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 16 diff [747794~295796,3919920~31091173,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,81734684~1924190,86869375~8174138,96599083~5101259,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,168383957~48476968,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.554 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~31091173,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,81734684~1924190,86869375~8174138,96599083~5101259,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~13460927,168383957~48476968,221481105~5090167,227691991~26312517,257537627~12257989,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.561 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~35011093,37871592~17977143,59343611~8435544,71303168~6046629,78682160~4976714,83886080~11157433,96599083~11548094,109051904~4791530,117296412~10975361,130023424~4264264,138412032~13184591,152818669~13460927,168383957~48476968,218103808~35900700,257537627~12257989,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~11007070,356515840~13577076,371593665~6071272,378043512~15649793,394264576~13625159,408049916~8821251] 2024-07-27T19:39:45.561 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 17 diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,81734684~1924190,86869375~8174138,96599083~5101259,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,151640016~14639580,168383957~48476968,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.561 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~5007624,74327896~3021901,78682160~2669396,81734684~1924190,86869375~8174138,96599083~5101259,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,151640016~14639580,168383957~48476968,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,408049916~8821251] 2024-07-27T19:39:45.567 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~8435544,71303168~6046629,78682160~4976714,83886080~11157433,96599083~11548094,109051904~4791530,117296412~10975361,130023424~4264264,138412032~13184591,151640016~14639580,168383957~48476968,218103808~35900700,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~11007070,356515840~13577076,371593665~6071272,378043512~15649793,394264576~13625159,408049916~8821251] 2024-07-27T19:39:45.567 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 18 diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~3021901,78197946~3153610,81734684~1924190,86869375~8174138,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,168383957~48476968,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.567 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~3021901,78197946~3153610,81734684~1924190,86869375~8174138,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,168383957~48476968,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.573 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~18006186,78197946~5460928,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,168383957~48476968,218103808~35900700,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~11007070,356515840~13577076,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:45.573 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 19 diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.573 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.579 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:45.579 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 3 diff [11478919~259482,25551136~8075786,161562691~2766369,195401887~6497808,202921364~4834890,242613461~1819029,266717188~3078428,360331521~3642575,398857739~7366875] 2024-07-27T19:39:45.579 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [11478919~259482,25551136~8075786,161562691~2766369,195401887~6497808,202921364~4834890,242613461~1819029,266717188~3078428,360331521~3642575,398857739~7366875] 2024-07-27T19:39:45.585 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8388608~3349793,25165824~8461098,161562691~2766369,192937984~14818270,239075328~5357162,264241152~5554464,356515840~7458256,398458880~7765734] 2024-07-27T19:39:45.586 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 4 diff [3919920~1421835,11478919~259482,25551136~8075786,161562691~2766369,168383957~13002873,195401887~6497808,202921364~7512345,227691991~7923264,242613461~1819029,262975470~6820146,320944981~5897792,344855777~4170016,360331521~3642575,384441061~630615,391933524~557193,398857739~7366875] 2024-07-27T19:39:45.586 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~1421835,11478919~259482,25551136~8075786,161562691~2766369,168383957~13002873,195401887~6497808,202921364~7512345,227691991~7923264,242613461~1819029,262975470~6820146,320944981~5897792,344855777~4170016,360331521~3642575,384441061~630615,391933524~557193,398857739~7366875] 2024-07-27T19:39:45.591 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~5341755,8388608~3349793,25165824~8461098,161562691~2766369,168383957~13002873,192937984~17495725,226571272~9043983,239075328~5357162,261825530~7970086,320944981~5897792,344855777~4170016,356515840~7458256,384441061~630615,390070272~2420445,398458880~7765734] 2024-07-27T19:39:45.591 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 5 diff [3919920~7926626,25551136~8075786,146076552~5520071,161562691~2766369,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,227691991~7923264,235789283~6219780,242613461~1819029,262975470~6820146,291118414~2993194,320944981~5897792,344855777~11007070,360331521~3642575,365475611~4617305,384441061~630615,391933524~557193,398857739~7366875] 2024-07-27T19:39:45.592 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,25551136~8075786,146076552~5520071,161562691~2766369,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,227691991~7923264,235789283~6219780,242613461~1819029,262975470~6820146,291118414~2993194,320944981~5897792,344855777~11007070,360331521~3642575,365475611~4617305,384441061~630615,391933524~557193,398857739~7366875] 2024-07-27T19:39:45.597 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,25165824~8461098,142606336~8990287,161562691~2766369,168383957~42049752,226571272~17861218,261825530~7970086,289406976~4704632,320944981~5897792,344855777~11007070,356515840~7458256,365475611~4617305,384441061~630615,390070272~2420445,398458880~7765734] 2024-07-27T19:39:45.597 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 6 diff [3919920~7926626,25551136~8075786,65706300~178730,103994307~2652441,117296412~8149482,146076552~5520071,152966340~2106600,161562691~2766369,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,227691991~7923264,235789283~11314744,262975470~6820146,291118414~2993194,320944981~5897792,344855777~11007070,357338490~6635606,365475611~4617305,384441061~630615,388491662~4663518,396870459~1606580,398857739~7366875,409151259~7719908] 2024-07-27T19:39:45.598 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,25551136~8075786,65706300~178730,103994307~2652441,117296412~8149482,146076552~5520071,152966340~2106600,161562691~2766369,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,227691991~7923264,235789283~11314744,262975470~6820146,291118414~2993194,320944981~5897792,344855777~11007070,357338490~6635606,365475611~4617305,384441061~630615,388491662~4663518,396870459~1606580,398857739~7366875,409151259~7719908] 2024-07-27T19:39:45.604 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,25165824~8461098,62914560~2970470,101700342~4946406,117296412~8149482,142606336~8990287,152966340~2106600,161562691~2766369,168383957~42049752,226571272~20532755,261825530~7970086,289406976~4704632,320944981~5897792,344855777~11007070,356515840~7458256,365475611~4617305,384441061~630615,385875968~7279212,394264576~11960038,409151259~7719908] 2024-07-27T19:39:45.604 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 7 diff [3919920~7926626,25551136~8075786,65706300~178730,103994307~2652441,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,227691991~7923264,235789283~15386252,262975470~6820146,291118414~2993194,311483349~1785897,317452219~2860978,320944981~5897792,336262150~6992635,344855777~11007070,357338490~6635606,365475611~4617305,384441061~630615,387259577~1035221,388491662~4663518,396870459~1606580,398857739~7366875,409151259~7719908] 2024-07-27T19:39:45.604 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,25551136~8075786,65706300~178730,103994307~2652441,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,227691991~7923264,235789283~15386252,262975470~6820146,291118414~2993194,311483349~1785897,317452219~2860978,320944981~5897792,336262150~6992635,344855777~11007070,357338490~6635606,365475611~4617305,384441061~630615,387259577~1035221,388491662~4663518,396870459~1606580,398857739~7366875,409151259~7719908] 2024-07-27T19:39:45.610 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,25165824~8461098,62914560~2970470,101700342~4946406,117296412~8149482,138412032~13184591,152818669~2652914,160483607~5795989,168383957~48476968,226571272~24604263,261825530~7970086,289406976~4704632,310378496~2890750,317452219~2860978,320944981~5897792,335544320~7710465,344855777~11007070,356515840~7458256,365475611~4617305,384441061~630615,385875968~7279212,394264576~11960038,409151259~7719908] 2024-07-27T19:39:45.610 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 8 diff [3919920~7926626,17891967~4653812,25551136~8075786,40544707~2061570,65706300~178730,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,227691991~7923264,235789283~15386252,262975470~6820146,285144541~5715983,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,398857739~7366875,409151259~7719908] 2024-07-27T19:39:45.610 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~4653812,25551136~8075786,40544707~2061570,65706300~178730,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~13002873,183079465~6424687,190223113~11676582,202921364~7512345,212544353~4316572,227691991~7923264,235789283~15386252,262975470~6820146,285144541~5715983,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,398857739~7366875,409151259~7719908] 2024-07-27T19:39:45.616 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~4946230,25165824~8461098,38160284~4445993,62914560~2970470,101700342~6446835,117296412~8149482,138412032~13184591,152818669~2652914,160483607~5795989,168383957~48476968,226571272~24604263,261825530~7970086,285144541~8967067,310378496~2890750,314948893~5364304,320447617~422264,320944981~5897792,335544320~7710465,344855777~11007070,356515840~7458256,365475611~4617305,381422601~3775427,385875968~7279212,394264576~11960038,409151259~7719908] 2024-07-27T19:39:45.616 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 9 diff [3919920~7926626,17891967~4653812,24031577~9595345,40544707~2061570,49168752~1519763,65706300~178730,74327896~3021901,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~13002873,183079465~6424687,190223113~11676582,202921364~8248631,212544353~4316572,227691991~23483544,262975470~6820146,285144541~5715983,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.616 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~4653812,24031577~9595345,40544707~2061570,49168752~1519763,65706300~178730,74327896~3021901,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~13002873,183079465~6424687,190223113~11676582,202921364~8248631,212544353~4316572,227691991~23483544,262975470~6820146,285144541~5715983,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.622 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~16027373,38160284~4445993,49168752~1519763,62914560~2970470,71303168~6046629,90390741~3636268,101700342~6446835,117296412~8149482,138412032~13184591,152818669~2652914,160483607~5795989,168383957~48476968,226571272~24604263,261825530~7970086,285144541~8967067,310378496~2890750,314948893~5364304,320447617~422264,320944981~5897792,335544320~7710465,344855777~11007070,356515840~7458256,365475611~4617305,381422601~3775427,385875968~7279212,394264576~13625159,409151259~7719908] 2024-07-27T19:39:45.622 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 10 diff [3919920~7926626,17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49168752~1519763,65706300~178730,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~11676582,202921364~8248631,212544353~4316572,227691991~23483544,262975470~6820146,281710256~9150268,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.622 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49168752~1519763,65706300~178730,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~11676582,202921364~8248631,212544353~4316572,227691991~23483544,262975470~6820146,281710256~9150268,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.628 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~17411544,38160284~8591566,49168752~1519763,62914560~2970470,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~8149482,138412032~13184591,152818669~2652914,160483607~5795989,168383957~48476968,226571272~24604263,261825530~7970086,281710256~12401352,310378496~2890750,314948893~5364304,320447617~422264,320944981~5897792,335544320~7710465,344855777~11007070,356515840~7458256,365475611~4617305,371593665~6071272,381422601~3775427,385875968~7817337,394264576~13625159,409151259~7719908] 2024-07-27T19:39:45.629 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 11 diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~11676582,202921364~13939561,227691991~26312517,262975470~6820146,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.629 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~11676582,202921364~13939561,227691991~26312517,262975470~6820146,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.635 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~17411544,38160284~8591566,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10552483,130023424~4264264,138412032~13184591,152818669~2652914,160483607~5795989,168383957~48476968,226571272~27433236,261825530~7970086,273950401~1358195,281710256~12401352,310378496~16464277,327155712~6010439,335544320~7710465,344855777~11007070,356515840~7458256,365475611~4617305,371593665~6071272,381422601~3775427,385875968~7817337,394264576~13625159,409151259~7719908] 2024-07-27T19:39:45.635 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 12 diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~11676582,202921364~13939561,227691991~26312517,257537627~12257989,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,378043512~7154516,387259577~6433728,396870459~1606580,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.635 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~11676582,202921364~13939561,227691991~26312517,257537627~12257989,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~6635606,365475611~4617305,372025275~5639662,378043512~7154516,387259577~6433728,396870459~1606580,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.641 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~17411544,38160284~8923498,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10552483,130023424~4264264,138412032~13184591,152818669~2652914,160483607~5795989,168383957~48476968,226571272~27433236,257537627~12257989,273950401~1358195,281710256~12401352,310378496~16464277,327155712~6010439,335544320~7710465,344855777~11007070,356515840~7458256,365475611~4617305,371593665~6071272,378043512~7154516,385875968~7817337,394264576~13625159,409151259~7719908] 2024-07-27T19:39:45.641 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 13 diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~11676582,202921364~13939561,227691991~26312517,257537627~12257989,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,396870459~1606580,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.641 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~11676582,202921364~13939561,227691991~26312517,257537627~12257989,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,396870459~1606580,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.647 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~17411544,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10552483,130023424~4264264,138412032~13184591,152818669~2652914,160483607~5795989,168383957~48476968,226571272~27433236,257537627~12257989,273950401~1358195,277583502~3188778,281710256~12401352,301989888~3815016,306184192~20658581,327155712~6010439,335544320~7710465,344855777~11007070,356515840~13577076,371593665~6071272,378043512~15649793,394264576~13625159,409151259~7719908] 2024-07-27T19:39:45.647 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 14 diff [747794~295796,3919920~7926626,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,168383957~48476968,227691991~26312517,257537627~12257989,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.648 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~7926626,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,168383957~48476968,227691991~26312517,257537627~12257989,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.654 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~35011093,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10975361,130023424~4264264,138412032~13184591,152818669~6845498,160483607~5795989,168383957~48476968,226571272~27433236,257537627~12257989,273950401~1358195,277583502~3188778,281710256~12401352,301989888~3815016,306184192~20658581,327155712~6010439,335544320~7710465,344855777~11007070,356515840~13577076,371593665~6071272,378043512~15649793,394264576~13625159,409151259~7719908] 2024-07-27T19:39:45.654 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 15 diff [747794~295796,3919920~7926626,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,168383957~48476968,227691991~26312517,257537627~12257989,273950401~1358195,277583502~13277022,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,333286436~9968349,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.654 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~7926626,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,168383957~48476968,227691991~26312517,257537627~12257989,273950401~1358195,277583502~13277022,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,333286436~9968349,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.661 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~35011093,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~4351705,90390741~3636268,101700342~6446835,109051904~4791530,117296412~10975361,130023424~4264264,138412032~13184591,152818669~6845498,160483607~5795989,168383957~48476968,226571272~27433236,257537627~12257989,273950401~1358195,277583502~16528106,301989888~3815016,306184192~20658581,327155712~16099073,344855777~11007070,356515840~13577076,371593665~6071272,378043512~15649793,394264576~13625159,409151259~7719908] 2024-07-27T19:39:45.661 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 16 diff [747794~295796,3919920~31091173,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,168383957~48476968,227691991~26312517,257537627~12257989,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.661 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~31091173,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,168383957~48476968,227691991~26312517,257537627~12257989,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:45 smithi179 ceph-mon[89801]: osdmap e2155: 8 total, 8 up, 8 in 2024-07-27T19:39:45.667 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~35011093,37871592~9212190,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,101700342~6446835,109051904~4791530,117296412~10975361,130023424~4264264,138412032~13184591,152818669~6845498,160483607~5795989,168383957~48476968,226571272~27433236,257537627~12257989,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~11007070,356515840~13577076,371593665~6071272,378043512~15649793,394264576~13625159,409151259~7719908] 2024-07-27T19:39:45.667 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 17 diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,168383957~48476968,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.667 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,168383957~48476968,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,398857739~9031996,409151259~7719908] 2024-07-27T19:39:45.673 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,101700342~6446835,109051904~4791530,117296412~10975361,130023424~4264264,138412032~13184591,151640016~8024151,160483607~5795989,168383957~48476968,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~11007070,356515840~13577076,371593665~6071272,378043512~15649793,394264576~13625159,409151259~7719908] 2024-07-27T19:39:45.674 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 18 diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,168383957~48476968,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.674 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,168383957~48476968,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.680 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~18006186,78197946~2989543,81351556~2307318,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,168383957~48476968,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~11007070,356515840~13577076,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:45.680 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 19 diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.680 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:45.686 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:45.686 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 4 diff [3919920~1421835,168383957~13002873,205350300~5083409,227691991~7923264,262975470~5730426,320944981~5897792,344855777~4170016,384441061~630615,391933524~557193] 2024-07-27T19:39:45.686 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~1421835,168383957~13002873,205350300~5083409,227691991~7923264,262975470~5730426,320944981~5897792,344855777~4170016,384441061~630615,391933524~557193] 2024-07-27T19:39:45.692 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~5341755,168383957~13002873,205350300~5083409,226571272~9043983,261825530~6880366,320944981~5897792,344855777~4170016,384441061~630615,390070272~2420445] 2024-07-27T19:39:45.692 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 5 diff [3919920~7926626,146076552~5520071,168383957~13002873,183079465~6424687,190223113~5616634,204590188~5843521,227691991~7923264,235789283~6219780,262975470~5730426,291118414~2993194,320944981~5897792,344855777~11007070,365475611~4617305,384441061~630615,391933524~557193] 2024-07-27T19:39:45.692 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,146076552~5520071,168383957~13002873,183079465~6424687,190223113~5616634,204590188~5843521,227691991~7923264,235789283~6219780,262975470~5730426,291118414~2993194,320944981~5897792,344855777~11007070,365475611~4617305,384441061~630615,391933524~557193] 2024-07-27T19:39:45.698 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,142606336~8990287,168383957~27455790,204590188~5843521,226571272~15437791,261825530~6880366,289406976~4704632,320944981~5897792,344855777~11007070,365475611~4617305,384441061~630615,390070272~2420445] 2024-07-27T19:39:45.698 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 6 diff [3919920~7926626,65706300~178730,103994307~2652441,117296412~8149482,146076552~5520071,152966340~2106600,168383957~13002873,183079465~6424687,190223113~5616634,204590188~5843521,227691991~7923264,235789283~11314744,262975470~5730426,291118414~2993194,320944981~5897792,344855777~11007070,357338490~4155895,365475611~4617305,384441061~630615,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.698 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,65706300~178730,103994307~2652441,117296412~8149482,146076552~5520071,152966340~2106600,168383957~13002873,183079465~6424687,190223113~5616634,204590188~5843521,227691991~7923264,235789283~11314744,262975470~5730426,291118414~2993194,320944981~5897792,344855777~11007070,357338490~4155895,365475611~4617305,384441061~630615,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.705 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,62914560~2970470,101700342~4946406,117296412~8149482,142606336~8990287,152966340~2106600,168383957~27455790,204590188~5843521,226571272~20532755,261825530~6880366,289406976~4704632,320944981~5897792,344855777~11007070,357338490~4155895,365475611~4617305,384441061~630615,385875968~7279212,394264576~4212463,409151259~7719908] 2024-07-27T19:39:45.705 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 7 diff [3919920~7926626,65706300~178730,103994307~2652441,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~13002873,183079465~6424687,190223113~5616634,204590188~5843521,212544353~4316572,227691991~7923264,235789283~15386252,262975470~5730426,291118414~2993194,311483349~1785897,317452219~2860978,320944981~5897792,336262150~6992635,344855777~11007070,357338490~4155895,365475611~4617305,384441061~630615,387259577~1035221,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.705 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,65706300~178730,103994307~2652441,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~13002873,183079465~6424687,190223113~5616634,204590188~5843521,212544353~4316572,227691991~7923264,235789283~15386252,262975470~5730426,291118414~2993194,311483349~1785897,317452219~2860978,320944981~5897792,336262150~6992635,344855777~11007070,357338490~4155895,365475611~4617305,384441061~630615,387259577~1035221,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.711 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,62914560~2970470,101700342~4946406,117296412~8149482,138412032~13184591,152818669~2652914,160483607~5795989,168383957~27455790,204590188~12270737,226571272~24604263,261825530~6880366,289406976~4704632,310378496~2890750,317452219~2860978,320944981~5897792,335544320~7710465,344855777~11007070,357338490~4155895,365475611~4617305,384441061~630615,385875968~7279212,394264576~4212463,409151259~7719908] 2024-07-27T19:39:45.711 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 8 diff [3919920~7926626,17891967~4653812,40544707~2061570,65706300~178730,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~13002873,183079465~6424687,190223113~5616634,204590188~5843521,212544353~4316572,227691991~7923264,235789283~15386252,262975470~5730426,285144541~5715983,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~4155895,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.711 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~4653812,40544707~2061570,65706300~178730,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~13002873,183079465~6424687,190223113~5616634,204590188~5843521,212544353~4316572,227691991~7923264,235789283~15386252,262975470~5730426,285144541~5715983,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~4155895,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.717 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~4946230,38160284~4445993,62914560~2970470,101700342~6446835,117296412~8149482,138412032~13184591,152818669~2652914,160483607~5795989,168383957~27455790,204590188~12270737,226571272~24604263,261825530~6880366,285144541~8967067,310378496~2890750,314948893~5364304,320447617~422264,320944981~5897792,335544320~7710465,344855777~11007070,357338490~4155895,365475611~4617305,381422601~3775427,385875968~7279212,394264576~4212463,409151259~7719908] 2024-07-27T19:39:45.717 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 9 diff [3919920~7926626,17891967~4653812,24031577~1539958,40544707~2061570,49168752~1519763,65706300~178730,74327896~3021901,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~13002873,183079465~6424687,190223113~7082488,204590188~6579807,212544353~4316572,227691991~23483544,262975470~5730426,285144541~5715983,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~4155895,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.717 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~4653812,24031577~1539958,40544707~2061570,49168752~1519763,65706300~178730,74327896~3021901,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~13002873,183079465~6424687,190223113~7082488,204590188~6579807,212544353~4316572,227691991~23483544,262975470~5730426,285144541~5715983,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~4155895,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.723 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~7971986,38160284~4445993,49168752~1519763,62914560~2970470,71303168~6046629,90390741~3636268,101700342~6446835,117296412~8149482,138412032~13184591,152818669~2652914,160483607~5795989,168383957~28921644,204590188~12270737,226571272~24604263,261825530~6880366,285144541~8967067,310378496~2890750,314948893~5364304,320447617~422264,320944981~5897792,335544320~7710465,344855777~11007070,357338490~4155895,365475611~4617305,381422601~3775427,385875968~7279212,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.723 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 10 diff [3919920~7926626,17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49168752~1519763,65706300~178730,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~7082488,204590188~6579807,212544353~4316572,227691991~23483544,262975470~5730426,281710256~9150268,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~4155895,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.723 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49168752~1519763,65706300~178730,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~7082488,204590188~6579807,212544353~4316572,227691991~23483544,262975470~5730426,281710256~9150268,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,320944981~5897792,336232246~7022539,344855777~11007070,357338490~4155895,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.729 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~17411544,38160284~8591566,49168752~1519763,62914560~2970470,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~8149482,138412032~13184591,152818669~2652914,160483607~5795989,168383957~28921644,204590188~12270737,226571272~24604263,261825530~6880366,281710256~12401352,310378496~2890750,314948893~5364304,320447617~422264,320944981~5897792,335544320~7710465,344855777~11007070,357338490~4155895,365475611~4617305,371593665~6071272,381422601~3775427,385875968~7817337,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.729 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 11 diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~7082488,204590188~12270737,227691991~26312517,262975470~5730426,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~4155895,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.729 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~7082488,204590188~12270737,227691991~26312517,262975470~5730426,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~4155895,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.735 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~17411544,38160284~8591566,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10552483,130023424~4264264,138412032~13184591,152818669~2652914,160483607~5795989,168383957~28921644,204590188~12270737,226571272~27433236,261825530~6880366,273950401~1358195,281710256~12401352,310378496~16464277,327155712~6010439,335544320~7710465,344855777~11007070,357338490~4155895,365475611~4617305,371593665~6071272,381422601~3775427,385875968~7817337,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.736 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 12 diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~7082488,204590188~12270737,227691991~26312517,257537627~11168269,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~4155895,365475611~4617305,372025275~5639662,378043512~7154516,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.736 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~7082488,204590188~12270737,227691991~26312517,257537627~11168269,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~12854193,330109358~3056793,336232246~7022539,344855777~11007070,357338490~4155895,365475611~4617305,372025275~5639662,378043512~7154516,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.742 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~17411544,38160284~8923498,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10552483,130023424~4264264,138412032~13184591,152818669~2652914,160483607~5795989,168383957~28921644,204590188~12270737,226571272~27433236,257537627~11168269,273950401~1358195,281710256~12401352,310378496~16464277,327155712~6010439,335544320~7710465,344855777~11007070,357338490~4155895,365475611~4617305,371593665~6071272,378043512~7154516,385875968~7817337,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.742 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 13 diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~7082488,204590188~12270737,227691991~26312517,257537627~11168269,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.742 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [3919920~7926626,17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,168383957~21120195,190223113~7082488,204590188~12270737,227691991~26312517,257537627~11168269,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.748 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~11846546,17599549~17411544,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10552483,130023424~4264264,138412032~13184591,152818669~2652914,160483607~5795989,168383957~28921644,204590188~12270737,226571272~27433236,257537627~11168269,273950401~1358195,277583502~3188778,281710256~12401352,301989888~3815016,306184192~20658581,327155712~6010439,335544320~7710465,344855777~11007070,357338490~12754426,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.748 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 14 diff [747794~295796,3919920~7926626,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,168383957~28921644,198315727~5095826,204590188~12270737,227691991~26312517,257537627~11168269,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.748 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~7926626,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,168383957~28921644,198315727~5095826,204590188~12270737,227691991~26312517,257537627~11168269,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,336232246~7022539,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:45 smithi029 ceph-mon[96870]: osdmap e2155: 8 total, 8 up, 8 in 2024-07-27T19:39:45.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:45 smithi029 ceph-mon[99353]: osdmap e2155: 8 total, 8 up, 8 in 2024-07-27T19:39:45.754 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~35011093,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10975361,130023424~4264264,138412032~13184591,152818669~6845498,160483607~5795989,168383957~28921644,198315727~5095826,204590188~12270737,226571272~27433236,257537627~11168269,273950401~1358195,277583502~3188778,281710256~12401352,301989888~3815016,306184192~20658581,327155712~6010439,335544320~7710465,344855777~11007070,357338490~12754426,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.754 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 15 diff [747794~295796,3919920~7926626,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,168383957~28921644,198315727~5095826,204590188~12270737,227691991~26312517,257537627~11168269,273950401~1358195,277583502~13277022,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,333286436~9968349,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.754 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~7926626,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,168383957~28921644,198315727~5095826,204590188~12270737,227691991~26312517,257537627~11168269,273950401~1358195,277583502~13277022,291118414~2993194,304267258~1537646,309932697~16910076,330109358~3056793,333286436~9968349,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.760 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~35011093,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~4351705,90390741~3636268,101700342~6446835,109051904~4791530,117296412~10975361,130023424~4264264,138412032~13184591,152818669~6845498,160483607~5795989,168383957~28921644,198315727~5095826,204590188~12270737,226571272~27433236,257537627~11168269,273950401~1358195,277583502~16528106,301989888~3815016,306184192~20658581,327155712~16099073,344855777~11007070,357338490~12754426,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.760 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 16 diff [747794~295796,3919920~31091173,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,168383957~28921644,198315727~5095826,204590188~12270737,227691991~26312517,257537627~11168269,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.760 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~31091173,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,168383957~28921644,198315727~5095826,204590188~12270737,227691991~26312517,257537627~11168269,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.766 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~35011093,37871592~9212190,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,101700342~6446835,109051904~4791530,117296412~10975361,130023424~4264264,138412032~13184591,152818669~6845498,160483607~5795989,168383957~28921644,198315727~5095826,204590188~12270737,226571272~27433236,257537627~11168269,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~11007070,357338490~12754426,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.766 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 17 diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,168383957~28921644,198315727~5095826,204590188~12270737,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.767 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,168383957~28921644,198315727~5095826,204590188~12270737,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.773 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,101700342~6446835,109051904~4791530,117296412~10975361,130023424~4264264,138412032~13184591,151640016~8024151,160483607~5795989,168383957~28921644,198315727~5095826,204590188~12270737,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~11007070,357338490~12754426,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.773 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 18 diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,168383957~28921644,198315727~18545198,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,400214538~16656629] 2024-07-27T19:39:45.773 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,168383957~28921644,198315727~18545198,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~11007070,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,400214538~16656629] 2024-07-27T19:39:45.780 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~18006186,78197946~2989543,81351556~2307318,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,168383957~28921644,198315727~18545198,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~11007070,357338490~12754426,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:45.780 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 19 diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:45.780 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:45.786 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:45.786 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 5 diff [4707853~7138693,146076552~5520071,183079465~6424687,190223113~5616634,204590188~5575075,235789283~6219780,291118414~2993194,345893397~9969450,365475611~4617305] 2024-07-27T19:39:45.786 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4707853~7138693,146076552~5520071,183079465~6424687,190223113~5616634,204590188~5575075,235789283~6219780,291118414~2993194,345893397~9969450,365475611~4617305] 2024-07-27T19:39:45.792 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4707853~7138693,142606336~8990287,181386830~14452917,204590188~5575075,235615255~6393808,289406976~4704632,345893397~9969450,365475611~4617305] 2024-07-27T19:39:45.792 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 6 diff [4707853~7138693,65706300~178730,103994307~2652441,117296412~8149482,146076552~5520071,152966340~2106600,183079465~6424687,190223113~5616634,204590188~5575075,235789283~11314744,291118414~2993194,345893397~9969450,357338490~4155895,365475611~4617305,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.792 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4707853~7138693,65706300~178730,103994307~2652441,117296412~8149482,146076552~5520071,152966340~2106600,183079465~6424687,190223113~5616634,204590188~5575075,235789283~11314744,291118414~2993194,345893397~9969450,357338490~4155895,365475611~4617305,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.798 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4707853~7138693,62914560~2970470,101700342~4946406,117296412~8149482,142606336~8990287,152966340~2106600,181386830~14452917,204590188~5575075,235615255~11488772,289406976~4704632,345893397~9969450,357338490~4155895,365475611~4617305,385875968~7279212,394264576~4212463,409151259~7719908] 2024-07-27T19:39:45.798 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 7 diff [4707853~7138693,65706300~178730,103994307~2652441,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171636164~7595626,183079465~6424687,190223113~5616634,204590188~5575075,212544353~4316572,235789283~15386252,291118414~2993194,311483349~1785897,317452219~2860978,336262150~6992635,345893397~9969450,357338490~4155895,365475611~4617305,387259577~1035221,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.799 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4707853~7138693,65706300~178730,103994307~2652441,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171636164~7595626,183079465~6424687,190223113~5616634,204590188~5575075,212544353~4316572,235789283~15386252,291118414~2993194,311483349~1785897,317452219~2860978,336262150~6992635,345893397~9969450,357338490~4155895,365475611~4617305,387259577~1035221,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.804 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4707853~7138693,62914560~2970470,101700342~4946406,117296412~8149482,138412032~13184591,152818669~2652914,160483607~5795989,171636164~7595626,181386830~14452917,204590188~5575075,210433709~6427216,235615255~15560280,289406976~4704632,310378496~2890750,317452219~2860978,335544320~7710465,345893397~9969450,357338490~4155895,365475611~4617305,385875968~7279212,394264576~4212463,409151259~7719908] 2024-07-27T19:39:45.804 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 8 diff [4707853~7138693,17891967~4653812,40544707~2061570,65706300~178730,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171636164~7595626,183079465~6424687,190223113~5616634,204590188~5575075,212544353~4316572,235789283~15386252,285144541~5715983,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,345893397~9969450,357338490~4155895,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.804 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4707853~7138693,17891967~4653812,40544707~2061570,65706300~178730,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171636164~7595626,183079465~6424687,190223113~5616634,204590188~5575075,212544353~4316572,235789283~15386252,285144541~5715983,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,345893397~9969450,357338490~4155895,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.810 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4707853~7138693,17599549~4946230,38160284~4445993,62914560~2970470,101700342~6446835,117296412~8149482,138412032~13184591,152818669~2652914,160483607~5795989,171636164~7595626,181386830~14452917,204590188~5575075,210433709~6427216,235615255~15560280,285144541~8967067,310378496~2890750,314948893~5364304,320447617~422264,335544320~7710465,345893397~9969450,357338490~4155895,365475611~4617305,381422601~3775427,385875968~7279212,394264576~4212463,409151259~7719908] 2024-07-27T19:39:45.810 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 9 diff [4707853~7138693,17891967~4653812,24031577~1539958,40544707~2061570,49168752~1519763,65706300~178730,74327896~3021901,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171636164~7595626,183079465~6424687,190223113~7082488,204590188~6579807,212544353~4316572,235455064~15720471,285144541~5715983,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,345893397~9969450,357338490~4155895,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.811 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4707853~7138693,17891967~4653812,24031577~1539958,40544707~2061570,49168752~1519763,65706300~178730,74327896~3021901,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171636164~7595626,183079465~6424687,190223113~7082488,204590188~6579807,212544353~4316572,235455064~15720471,285144541~5715983,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,345893397~9969450,357338490~4155895,365475611~4617305,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.816 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4707853~7138693,17599549~7971986,38160284~4445993,49168752~1519763,62914560~2970470,71303168~6046629,90390741~3636268,101700342~6446835,117296412~8149482,138412032~13184591,152818669~2652914,160483607~5795989,171636164~7595626,181386830~15918771,204590188~12270737,235455064~15720471,285144541~8967067,310378496~2890750,314948893~5364304,320447617~422264,335544320~7710465,345893397~9969450,357338490~4155895,365475611~4617305,381422601~3775427,385875968~7279212,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.816 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 10 diff [4707853~7138693,17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49168752~1519763,65706300~178730,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171636164~7595626,179590234~9913918,190223113~7082488,204590188~6579807,212544353~4316572,235455064~15720471,281710256~9150268,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,345893397~9969450,357338490~4155895,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.816 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4707853~7138693,17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49168752~1519763,65706300~178730,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171636164~7595626,179590234~9913918,190223113~7082488,204590188~6579807,212544353~4316572,235455064~15720471,281710256~9150268,291118414~2993194,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,345893397~9969450,357338490~4155895,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.823 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4707853~7138693,17599549~17411544,38160284~8591566,49168752~1519763,62914560~2970470,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~8149482,138412032~13184591,152818669~2652914,160483607~5795989,171636164~7595626,179590234~17715367,204590188~12270737,235455064~15720471,281710256~12401352,310378496~2890750,314948893~5364304,320447617~422264,335544320~7710465,345893397~9969450,357338490~4155895,365475611~4617305,371593665~6071272,381422601~3775427,385875968~7817337,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.823 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 11 diff [4707853~7138693,17891967~17119126,40544707~2061570,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171636164~7595626,179590234~9913918,190223113~7082488,204590188~12270737,235455064~18549444,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~7395758,330109358~3056793,336232246~7022539,345893397~9969450,357338490~4155895,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.823 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4707853~7138693,17891967~17119126,40544707~2061570,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171636164~7595626,179590234~9913918,190223113~7082488,204590188~12270737,235455064~18549444,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~7395758,330109358~3056793,336232246~7022539,345893397~9969450,357338490~4155895,365475611~4617305,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.829 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4707853~7138693,17599549~17411544,38160284~8591566,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10552483,130023424~4264264,138412032~13184591,152818669~2652914,160483607~5795989,171636164~7595626,179590234~17715367,204590188~12270737,235455064~18549444,273950401~1358195,281710256~12401352,310378496~11005842,327155712~6010439,335544320~7710465,345893397~9969450,357338490~4155895,365475611~4617305,371593665~6071272,381422601~3775427,385875968~7817337,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.829 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 12 diff [4707853~7138693,17891967~17119126,40544707~2061570,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171232813~7998977,179590234~9913918,190223113~7082488,204590188~12270737,235455064~18549444,257537627~6694111,266598712~335906,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~7395758,330109358~3056793,336232246~7022539,345893397~9969450,357338490~4155895,365475611~4617305,372025275~5639662,378043512~7154516,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.829 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4707853~7138693,17891967~17119126,40544707~2061570,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171232813~7998977,179590234~9913918,190223113~7082488,204590188~12270737,235455064~18549444,257537627~6694111,266598712~335906,273950401~1358195,281710256~9150268,291118414~2993194,311483349~1785897,313988580~7395758,330109358~3056793,336232246~7022539,345893397~9969450,357338490~4155895,365475611~4617305,372025275~5639662,378043512~7154516,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.835 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4707853~7138693,17599549~17411544,38160284~8923498,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10552483,130023424~4264264,138412032~13184591,152818669~2652914,160483607~5795989,171232813~7998977,179590234~17715367,204590188~12270737,235455064~18549444,257537627~6694111,266598712~335906,273950401~1358195,281710256~12401352,310378496~11005842,327155712~6010439,335544320~7710465,345893397~9969450,357338490~4155895,365475611~4617305,371593665~6071272,378043512~7154516,385875968~7817337,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.835 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 13 diff [4707853~7138693,17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171232813~7998977,179590234~9913918,190223113~7082488,204590188~12270737,235455064~18549444,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~11451641,330109358~3056793,336232246~7022539,345893397~9969450,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.835 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4707853~7138693,17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,146076552~5520071,152818669~2652914,160483607~5795989,171232813~7998977,179590234~9913918,190223113~7082488,204590188~12270737,235455064~18549444,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~11451641,330109358~3056793,336232246~7022539,345893397~9969450,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.842 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4707853~7138693,17599549~17411544,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10552483,130023424~4264264,138412032~13184591,152818669~2652914,160483607~5795989,171232813~7998977,179590234~17715367,204590188~12270737,235455064~18549444,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~12401352,301989888~3815016,306184192~15200146,327155712~6010439,335544320~7710465,345893397~9969450,357338490~12754426,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.842 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 14 diff [747794~295796,4707853~7138693,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,171232813~7998977,179590234~17715367,198315727~5095826,204590188~12270737,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~11451641,330109358~3056793,336232246~7022539,345893397~9969450,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.842 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~7138693,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,171232813~7998977,179590234~17715367,198315727~5095826,204590188~12270737,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~9150268,291118414~2993194,304267258~1537646,309932697~11451641,330109358~3056793,336232246~7022539,345893397~9969450,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.848 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~30303240,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10975361,130023424~4264264,138412032~13184591,152818669~6845498,160483607~5795989,171232813~7998977,179590234~17715367,198315727~5095826,204590188~12270737,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~12401352,301989888~3815016,306184192~15200146,327155712~6010439,335544320~7710465,345893397~9969450,357338490~12754426,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.848 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 15 diff [747794~295796,4707853~7138693,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,171232813~7998977,179590234~17715367,198315727~5095826,204590188~12270737,227915858~5323509,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~13277022,291118414~2993194,304267258~1537646,309932697~11451641,330109358~3056793,333286436~9968349,345893397~9969450,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.849 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~7138693,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,171232813~7998977,179590234~17715367,198315727~5095826,204590188~12270737,227915858~5323509,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~13277022,291118414~2993194,304267258~1537646,309932697~11451641,330109358~3056793,333286436~9968349,345893397~9969450,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.855 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~30303240,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~4351705,90390741~3636268,101700342~6446835,109051904~4791530,117296412~10975361,130023424~4264264,138412032~13184591,152818669~6845498,160483607~5795989,171232813~7998977,179590234~17715367,198315727~5095826,204590188~12270737,227915858~5323509,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~16528106,301989888~3815016,306184192~15200146,327155712~16099073,345893397~9969450,357338490~12754426,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.855 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 16 diff [747794~295796,4707853~30303240,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,171232813~7998977,179590234~17715367,198315727~5095826,204590188~12270737,227915858~5323509,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~9969450,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.855 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~30303240,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,152818669~6845498,160483607~5795989,171232813~7998977,179590234~17715367,198315727~5095826,204590188~12270737,227915858~5323509,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~9969450,357338490~12754426,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.861 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~30303240,37871592~9212190,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,101700342~6446835,109051904~4791530,117296412~10975361,130023424~4264264,138412032~13184591,152818669~6845498,160483607~5795989,171232813~7998977,179590234~17715367,198315727~5095826,204590188~12270737,227915858~5323509,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~9969450,357338490~12754426,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.861 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 17 diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,171232813~7998977,179590234~17715367,198315727~5095826,204590188~12270737,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~9969450,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.861 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,171232813~7998977,179590234~17715367,198315727~5095826,204590188~12270737,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~9969450,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.867 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,101700342~6446835,109051904~4791530,117296412~10975361,130023424~4264264,138412032~13184591,151640016~8024151,160483607~5795989,171232813~7998977,179590234~17715367,198315727~5095826,204590188~12270737,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~9969450,357338490~12754426,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.867 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 18 diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,171232813~7998977,179590234~17715367,198315727~18545198,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~9969450,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,400214538~16656629] 2024-07-27T19:39:45.867 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,171232813~7998977,179590234~17715367,198315727~18545198,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~9969450,357338490~12754426,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,400214538~16656629] 2024-07-27T19:39:45.874 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~18006186,78197946~2989543,81351556~2307318,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,171232813~7998977,179590234~17715367,198315727~18545198,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~9969450,357338490~12754426,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:45.874 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 19 diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:45.874 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:45.880 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:45.880 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 6 diff [65706300~178730,103994307~2652441,117296412~8149482,152966340~2106600,239164978~7939049,357338490~4155895,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.880 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [65706300~178730,103994307~2652441,117296412~8149482,152966340~2106600,239164978~7939049,357338490~4155895,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.886 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [62914560~2970470,101700342~4946406,117296412~8149482,152966340~2106600,239164978~7939049,357338490~4155895,385875968~7279212,394264576~4212463,409151259~7719908] 2024-07-27T19:39:45.886 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 7 diff [65706300~178730,103994307~2652441,117296412~8149482,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,212544353~4316572,239164978~12010557,311483349~1785897,317452219~2860978,336262150~6992635,357338490~4155895,387259577~1035221,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.886 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [65706300~178730,103994307~2652441,117296412~8149482,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,212544353~4316572,239164978~12010557,311483349~1785897,317452219~2860978,336262150~6992635,357338490~4155895,387259577~1035221,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.892 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [62914560~2970470,101700342~4946406,117296412~8149482,138412032~4537412,152818669~2652914,160483607~5795989,171636164~7595626,210433709~6427216,239164978~12010557,310378496~2890750,317452219~2860978,335544320~7710465,357338490~4155895,385875968~7279212,394264576~4212463,409151259~7719908] 2024-07-27T19:39:45.892 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 8 diff [17891967~4653812,40544707~2061570,65706300~178730,102889656~5257521,117296412~8149482,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,212544353~4316572,239164978~12010557,285144541~5715983,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,357338490~4155895,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.892 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~4653812,40544707~2061570,65706300~178730,102889656~5257521,117296412~8149482,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,212544353~4316572,239164978~12010557,285144541~5715983,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,357338490~4155895,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,409151259~7719908] 2024-07-27T19:39:45.898 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~4946230,38160284~4445993,62914560~2970470,101700342~6446835,117296412~8149482,138412032~4537412,152818669~2652914,160483607~5795989,171636164~7595626,210433709~6427216,239164978~12010557,285144541~5715983,310378496~2890750,314948893~5364304,320447617~422264,335544320~7710465,357338490~4155895,381422601~3775427,385875968~7279212,394264576~4212463,409151259~7719908] 2024-07-27T19:39:45.898 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 9 diff [17891967~4653812,24031577~1539958,40544707~2061570,49168752~1519763,65706300~178730,74327896~3021901,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,195071846~2233755,208397194~2772801,212544353~4316572,235455064~3513206,239164978~12010557,285144541~5715983,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,357338490~4155895,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.898 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~4653812,24031577~1539958,40544707~2061570,49168752~1519763,65706300~178730,74327896~3021901,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,195071846~2233755,208397194~2772801,212544353~4316572,235455064~3513206,239164978~12010557,285144541~5715983,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,357338490~4155895,381422601~3775427,387259577~1035221,388491662~4663518,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.904 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~7971986,38160284~4445993,49168752~1519763,62914560~2970470,71303168~6046629,90390741~3636268,101700342~6446835,117296412~8149482,138412032~4537412,152818669~2652914,160483607~5795989,171636164~7595626,195071846~2233755,208397194~8463731,235455064~3513206,239164978~12010557,285144541~5715983,310378496~2890750,314948893~5364304,320447617~422264,335544320~7710465,357338490~4155895,381422601~3775427,385875968~7279212,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.904 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 10 diff [17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49168752~1519763,65706300~178730,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,179590234~4681360,195071846~2233755,208397194~2772801,212544353~4316572,235455064~3513206,239164978~12010557,281710256~9150268,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,357338490~4155895,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.904 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49168752~1519763,65706300~178730,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~8149482,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,179590234~4681360,195071846~2233755,208397194~2772801,212544353~4316572,235455064~3513206,239164978~12010557,281710256~9150268,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,357338490~4155895,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.910 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~17411544,38160284~8591566,49168752~1519763,62914560~2970470,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~8149482,138412032~4537412,152818669~2652914,160483607~5795989,171636164~7595626,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,239164978~12010557,281710256~9150268,310378496~2890750,314948893~5364304,320447617~422264,335544320~7710465,357338490~4155895,371593665~6071272,381422601~3775427,385875968~7817337,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.910 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 11 diff [17891967~17119126,40544707~2061570,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,239164978~14839530,273950401~1358195,281710256~9150268,311483349~1785897,313988580~7395758,330109358~3056793,336232246~7022539,357338490~4155895,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.910 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~17119126,40544707~2061570,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,239164978~14839530,273950401~1358195,281710256~9150268,311483349~1785897,313988580~7395758,330109358~3056793,336232246~7022539,357338490~4155895,372025275~5639662,381422601~3775427,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.916 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~17411544,38160284~8591566,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10552483,130023424~4264264,138412032~4537412,152818669~2652914,160483607~5795989,171636164~7595626,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,239164978~14839530,273950401~1358195,281710256~9150268,310378496~11005842,327155712~6010439,335544320~7710465,357338490~4155895,371593665~6071272,381422601~3775427,385875968~7817337,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.916 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 12 diff [17891967~17119126,40544707~2061570,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,152818669~2652914,160483607~5795989,171232813~7998977,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,239164978~14839530,257537627~6694111,266598712~335906,273950401~1358195,281710256~9150268,311483349~1785897,313988580~7395758,330109358~3056793,336232246~7022539,346968974~7300394,357338490~4155895,372025275~5639662,378043512~7154516,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.916 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~17119126,40544707~2061570,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,152818669~2652914,160483607~5795989,171232813~7998977,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,239164978~14839530,257537627~6694111,266598712~335906,273950401~1358195,281710256~9150268,311483349~1785897,313988580~7395758,330109358~3056793,336232246~7022539,346968974~7300394,357338490~4155895,372025275~5639662,378043512~7154516,387259577~6433728,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.923 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~17411544,38160284~8923498,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10552483,130023424~4264264,138412032~4537412,152818669~2652914,160483607~5795989,171232813~7998977,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,239164978~14839530,257537627~6694111,266598712~335906,273950401~1358195,281710256~9150268,310378496~11005842,327155712~6010439,335544320~7710465,346968974~7300394,357338490~4155895,371593665~6071272,378043512~7154516,385875968~7817337,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.923 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 13 diff [17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,152818669~2652914,160483607~5795989,171232813~7998977,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,239164978~14839530,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~9150268,304267258~1537646,309932697~11451641,330109358~3056793,336232246~7022539,346968974~7300394,357338490~10102570,372025275~5639662,378043512~7154516,385822000~7871305,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.923 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10552483,132888486~1399202,139623320~3326124,152818669~2652914,160483607~5795989,171232813~7998977,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,239164978~14839530,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~9150268,304267258~1537646,309932697~11451641,330109358~3056793,336232246~7022539,346968974~7300394,357338490~10102570,372025275~5639662,378043512~7154516,385822000~7871305,396870459~1606580,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.929 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~17411544,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10552483,130023424~4264264,138412032~4537412,152818669~2652914,160483607~5795989,171232813~7998977,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,239164978~14839530,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~9150268,301989888~3815016,306184192~15200146,327155712~6010439,335544320~7710465,346968974~7300394,357338490~10102570,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.929 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 14 diff [747794~295796,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10975361,132888486~1399202,139623320~3326124,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~8463731,234522035~4446235,239164978~14839530,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~9150268,304267258~1537646,309932697~11451641,330109358~3056793,336232246~7022539,346968974~7300394,357338490~10102570,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.929 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,117296412~10975361,132888486~1399202,139623320~3326124,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~8463731,234522035~4446235,239164978~14839530,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~9150268,304267258~1537646,309932697~11451641,330109358~3056793,336232246~7022539,346968974~7300394,357338490~10102570,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.935 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~23164547,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,101700342~6446835,117296412~10975361,130023424~4264264,138412032~4537412,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~8463731,234522035~4446235,239164978~14839530,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~9150268,301989888~3815016,306184192~15200146,327155712~6010439,335544320~7710465,346968974~7300394,357338490~10102570,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.935 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 15 diff [747794~295796,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~13277022,304267258~1537646,309932697~11451641,330109358~3056793,333286436~9968349,346968974~7300394,357338490~10102570,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.935 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~13277022,304267258~1537646,309932697~11451641,330109358~3056793,333286436~9968349,346968974~7300394,357338490~10102570,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.941 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~23164547,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~4351705,90390741~3636268,101700342~6446835,109051904~4791530,117296412~10975361,130023424~4264264,138412032~4537412,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~13277022,301989888~3815016,306184192~15200146,327155712~16099073,346968974~7300394,357338490~10102570,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.941 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 16 diff [747794~295796,8440958~26570135,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,186173827~6889408,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,357338490~10102570,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.942 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~26570135,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,186173827~6889408,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,357338490~10102570,372025275~5639662,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.947 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~26570135,37871592~9212190,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,101700342~6446835,109051904~4791530,117296412~10975361,130023424~4264264,138412032~4537412,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,186173827~6889408,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~19482473,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,357338490~10102570,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.947 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 17 diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,151640016~8024151,160483607~5795989,171232813~7998977,179590234~4681360,185670999~7392236,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,357338490~10102570,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.947 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,117296412~10975361,132888486~1399202,139623320~3326124,151640016~8024151,160483607~5795989,171232813~7998977,179590234~4681360,185670999~7392236,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,357338490~10102570,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.953 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,101700342~6446835,109051904~4791530,117296412~10975361,130023424~4264264,138412032~4537412,151640016~8024151,160483607~5795989,171232813~7998977,179590234~4681360,185670999~7392236,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,357338490~10102570,371593665~6071272,378043512~15649793,394264576~4212463,400214538~7675197,409151259~7719908] 2024-07-27T19:39:45.953 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 18 diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,171232813~7998977,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~8463731,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,357338490~10102570,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,400214538~16656629] 2024-07-27T19:39:45.953 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,171232813~7998977,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~8463731,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,357338490~10102570,371649663~6015274,378043512~7154516,385822000~7871305,395441405~3035634,400214538~16656629] 2024-07-27T19:39:45.960 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~18006186,78197946~2989543,81351556~2307318,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,171232813~7998977,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~8463731,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,357338490~10102570,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:45.960 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 19 diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:45.960 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:45.966 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:45.966 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 7 diff [139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,212544353~4316572,244683947~6491588,311483349~1785897,317452219~2860978,336262150~6992635,387259577~1035221] 2024-07-27T19:39:45.966 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,212544353~4316572,244683947~6491588,311483349~1785897,317452219~2860978,336262150~6992635,387259577~1035221] 2024-07-27T19:39:45.972 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [138412032~4537412,152818669~2652914,160483607~5795989,171636164~7595626,210433709~6427216,244683947~6491588,310378496~2890750,317452219~2860978,335544320~7710465,387259577~1035221] 2024-07-27T19:39:45.972 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 8 diff [17891967~4653812,40544707~2061570,102889656~5257521,121153597~2279043,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,212544353~4316572,244683947~6491588,285144541~5715983,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,381422601~3775427,387259577~1035221] 2024-07-27T19:39:45.972 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~4653812,40544707~2061570,102889656~5257521,121153597~2279043,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,212544353~4316572,244683947~6491588,285144541~5715983,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,381422601~3775427,387259577~1035221] 2024-07-27T19:39:45.977 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~4946230,38160284~4445993,102889656~5257521,121153597~2279043,138412032~4537412,152818669~2652914,160483607~5795989,171636164~7595626,210433709~6427216,244683947~6491588,285144541~5715983,310378496~2890750,314948893~5364304,320447617~422264,335544320~7710465,381422601~3775427,387259577~1035221] 2024-07-27T19:39:45.978 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 9 diff [17891967~4653812,24031577~1539958,40544707~2061570,49168752~1519763,74327896~3021901,90390741~3636268,102889656~5257521,119546843~865662,121153597~2279043,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,195071846~2233755,208397194~2772801,212544353~4316572,235455064~3513206,244683947~6491588,285144541~5715983,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,381422601~3775427,387259577~1035221,400214538~7675197] 2024-07-27T19:39:45.978 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~4653812,24031577~1539958,40544707~2061570,49168752~1519763,74327896~3021901,90390741~3636268,102889656~5257521,119546843~865662,121153597~2279043,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,195071846~2233755,208397194~2772801,212544353~4316572,235455064~3513206,244683947~6491588,285144541~5715983,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,381422601~3775427,387259577~1035221,400214538~7675197] 2024-07-27T19:39:45.984 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~7971986,38160284~4445993,49168752~1519763,71303168~6046629,90390741~3636268,102889656~5257521,119546843~865662,121153597~2279043,138412032~4537412,152818669~2652914,160483607~5795989,171636164~7595626,195071846~2233755,208397194~8463731,235455064~3513206,244683947~6491588,285144541~5715983,310378496~2890750,314948893~5364304,320447617~422264,335544320~7710465,381422601~3775427,387259577~1035221,400214538~7675197] 2024-07-27T19:39:45.984 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 10 diff [17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49168752~1519763,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~2279043,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,179590234~4681360,195071846~2233755,208397194~2772801,212544353~4316572,235455064~3513206,244683947~6491588,281710256~9150268,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,372025275~5639662,381422601~3775427,387259577~6433728,400214538~7675197] 2024-07-27T19:39:45.984 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49168752~1519763,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~2279043,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,179590234~4681360,195071846~2233755,208397194~2772801,212544353~4316572,235455064~3513206,244683947~6491588,281710256~9150268,311483349~1785897,314948893~5364304,320447617~422264,336232246~7022539,372025275~5639662,381422601~3775427,387259577~6433728,400214538~7675197] 2024-07-27T19:39:45.990 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~17411544,38160284~8591566,49168752~1519763,71303168~6046629,83886080~4351705,90390741~3636268,102889656~5257521,119546843~865662,121153597~2279043,138412032~4537412,152818669~2652914,160483607~5795989,171636164~7595626,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,244683947~6491588,281710256~9150268,310378496~2890750,314948893~5364304,320447617~422264,335544320~7710465,371593665~6071272,381422601~3775427,387259577~6433728,400214538~7675197] 2024-07-27T19:39:45.990 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 11 diff [17891967~17119126,40544707~2061570,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,132888486~1399202,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,244683947~9320561,273950401~1358195,281710256~9150268,311483349~1785897,313988580~7395758,330109358~3056793,336232246~7022539,372025275~5639662,381422601~3775427,387259577~6433728,400214538~7675197] 2024-07-27T19:39:45.990 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~17119126,40544707~2061570,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,132888486~1399202,139623320~3326124,152818669~2652914,160483607~5795989,171636164~7595626,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,244683947~9320561,273950401~1358195,281710256~9150268,311483349~1785897,313988580~7395758,330109358~3056793,336232246~7022539,372025275~5639662,381422601~3775427,387259577~6433728,400214538~7675197] 2024-07-27T19:39:45.996 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~17411544,38160284~8591566,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,130023424~4264264,138412032~4537412,152818669~2652914,160483607~5795989,171636164~7595626,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,244683947~9320561,273950401~1358195,281710256~9150268,310378496~11005842,327155712~6010439,335544320~7710465,371593665~6071272,381422601~3775427,387259577~6433728,400214538~7675197] 2024-07-27T19:39:45.996 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 12 diff [17891967~17119126,40544707~2061570,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,132888486~1399202,139623320~3326124,152818669~2652914,160483607~5795989,171232813~7998977,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,244683947~9320561,257537627~6694111,266598712~335906,273950401~1358195,281710256~9150268,311483349~1785897,313988580~7395758,330109358~3056793,336232246~7022539,346968974~7300394,372025275~5639662,378043512~7154516,387259577~6433728,400214538~7675197] 2024-07-27T19:39:45.996 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~17119126,40544707~2061570,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,132888486~1399202,139623320~3326124,152818669~2652914,160483607~5795989,171232813~7998977,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,244683947~9320561,257537627~6694111,266598712~335906,273950401~1358195,281710256~9150268,311483349~1785897,313988580~7395758,330109358~3056793,336232246~7022539,346968974~7300394,372025275~5639662,378043512~7154516,387259577~6433728,400214538~7675197] 2024-07-27T19:39:46.002 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~17411544,38160284~8923498,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,130023424~4264264,138412032~4537412,152818669~2652914,160483607~5795989,171232813~7998977,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,244683947~9320561,257537627~6694111,266598712~335906,273950401~1358195,281710256~9150268,310378496~11005842,327155712~6010439,335544320~7710465,346968974~7300394,371593665~6071272,378043512~7154516,387259577~6433728,400214538~7675197] 2024-07-27T19:39:46.002 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 13 diff [17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,132888486~1399202,139623320~3326124,152818669~2652914,160483607~5795989,171232813~7998977,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,244683947~9320561,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~9150268,304267258~1537646,309932697~11451641,330109358~3056793,336232246~7022539,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7154516,385822000~7871305,400214538~7675197] 2024-07-27T19:39:46.002 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,132888486~1399202,139623320~3326124,152818669~2652914,160483607~5795989,171232813~7998977,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,244683947~9320561,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~9150268,304267258~1537646,309932697~11451641,330109358~3056793,336232246~7022539,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7154516,385822000~7871305,400214538~7675197] 2024-07-27T19:39:46.009 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~17411544,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,130023424~4264264,138412032~4537412,152818669~2652914,160483607~5795989,171232813~7998977,179590234~4681360,195071846~2233755,208397194~8463731,235455064~3513206,244683947~9320561,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~9150268,301989888~3815016,306184192~15200146,327155712~6010439,335544320~7710465,346968974~7300394,360097478~7343582,371593665~6071272,378043512~15649793,400214538~7675197] 2024-07-27T19:39:46.009 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 14 diff [747794~295796,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~7118176,132888486~1399202,139623320~3326124,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~8463731,234522035~4446235,244683947~9320561,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~9150268,304267258~1537646,309932697~11451641,330109358~3056793,336232246~7022539,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.009 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~7118176,132888486~1399202,139623320~3326124,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~8463731,234522035~4446235,244683947~9320561,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~9150268,304267258~1537646,309932697~11451641,330109358~3056793,336232246~7022539,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.015 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~23164547,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,102889656~5257521,119546843~865662,121153597~7118176,130023424~4264264,138412032~4537412,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~8463731,234522035~4446235,244683947~9320561,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~9150268,301989888~3815016,306184192~15200146,327155712~6010439,335544320~7710465,346968974~7300394,360097478~7343582,371593665~6071272,378043512~15649793,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.015 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 15 diff [747794~295796,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,102889656~5257521,109896642~3946792,119546843~865662,121153597~7118176,132888486~1399202,139623320~3326124,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~6069188,244683947~9320561,257537627~6694111,266598712~606016,273950401~1358195,277583502~13277022,304267258~1537646,309932697~11451641,330109358~3056793,333286436~9968349,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.015 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,102889656~5257521,109896642~3946792,119546843~865662,121153597~7118176,132888486~1399202,139623320~3326124,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~6069188,244683947~9320561,257537627~6694111,266598712~606016,273950401~1358195,277583502~13277022,304267258~1537646,309932697~11451641,330109358~3056793,333286436~9968349,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.021 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~23164547,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~4351705,90390741~3636268,102889656~5257521,109051904~4791530,119546843~865662,121153597~7118176,130023424~4264264,138412032~4537412,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~6069188,244683947~9320561,257537627~6694111,266598712~606016,273950401~1358195,277583502~13277022,301989888~3815016,306184192~15200146,327155712~16099073,346968974~7300394,358419853~9021207,371593665~6071272,378043512~15649793,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.021 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 16 diff [747794~295796,8440958~26570135,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,119546843~865662,120528366~7743407,132888486~1399202,139623320~3326124,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,186173827~6889408,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~6069188,244683947~9320561,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.022 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~26570135,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,119546843~865662,120528366~7743407,132888486~1399202,139623320~3326124,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,186173827~6889408,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~6069188,244683947~9320561,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.028 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~26570135,37871592~9212190,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,102889656~5257521,109051904~4791530,119546843~865662,120528366~7743407,130023424~4264264,138412032~4537412,152818669~6845498,160483607~5795989,171232813~7998977,179590234~4681360,186173827~6889408,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~6069188,244683947~9320561,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371593665~6071272,378043512~15649793,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.028 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 17 diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,119546843~865662,120528366~7743407,132888486~1399202,139623320~3326124,151640016~8024151,160483607~5795989,171232813~7998977,179590234~4681360,185670999~7392236,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.028 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,119546843~865662,120528366~7743407,132888486~1399202,139623320~3326124,151640016~8024151,160483607~5795989,171232813~7998977,179590234~4681360,185670999~7392236,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.033 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,102889656~5257521,109051904~4791530,119546843~865662,120528366~7743407,130023424~4264264,138412032~4537412,151640016~8024151,160483607~5795989,171232813~7998977,179590234~4681360,185670999~7392236,195071846~2233755,198315727~5095826,208397194~8463731,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371593665~6071272,378043512~15649793,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.033 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 18 diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,171232813~7998977,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~8463731,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7154516,385822000~7871305,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.034 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,171232813~7998977,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~8463731,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7154516,385822000~7871305,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.039 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~18006186,78197946~2989543,81351556~2307318,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,171232813~7998977,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~8463731,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.039 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 19 diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.039 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.045 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.046 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 8 diff [17891967~4653812,40544707~2061570,102889656~5257521,121153597~2279043,285144541~5715983,314948893~5278697,320447617~422264,336232246~49621,381422601~3775427] 2024-07-27T19:39:46.046 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~4653812,40544707~2061570,102889656~5257521,121153597~2279043,285144541~5715983,314948893~5278697,320447617~422264,336232246~49621,381422601~3775427] 2024-07-27T19:39:46.051 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~4946230,38160284~4445993,102889656~5257521,121153597~2279043,285144541~5715983,314948893~5278697,320447617~422264,336232246~49621,381422601~3775427] 2024-07-27T19:39:46.052 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 9 diff [17891967~4653812,24031577~1539958,40544707~2061570,49168752~1519763,74327896~3021901,90390741~3636268,102889656~5257521,119546843~865662,121153597~2279043,195071846~2233755,208397194~2772801,235455064~3513206,285144541~5715983,314948893~5278697,320447617~422264,336232246~49621,381422601~3775427,400214538~7675197] 2024-07-27T19:39:46.052 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~4653812,24031577~1539958,40544707~2061570,49168752~1519763,74327896~3021901,90390741~3636268,102889656~5257521,119546843~865662,121153597~2279043,195071846~2233755,208397194~2772801,235455064~3513206,285144541~5715983,314948893~5278697,320447617~422264,336232246~49621,381422601~3775427,400214538~7675197] 2024-07-27T19:39:46.058 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~7971986,38160284~4445993,49168752~1519763,71303168~6046629,90390741~3636268,102889656~5257521,119546843~865662,121153597~2279043,195071846~2233755,208397194~2772801,235455064~3513206,285144541~5715983,314948893~5278697,320447617~422264,336232246~49621,381422601~3775427,400214538~7675197] 2024-07-27T19:39:46.058 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 10 diff [17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49168752~1519763,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~2279043,179590234~4681360,195071846~2233755,208397194~2772801,235455064~3513206,246552580~246726,281710256~9150268,314948893~5278697,320447617~422264,336232246~49621,372025275~5639662,381422601~3775427,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.058 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~4653812,24031577~10979516,40544707~2061570,43323109~3428741,49168752~1519763,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~2279043,179590234~4681360,195071846~2233755,208397194~2772801,235455064~3513206,246552580~246726,281710256~9150268,314948893~5278697,320447617~422264,336232246~49621,372025275~5639662,381422601~3775427,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.064 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~17411544,38160284~8591566,49168752~1519763,71303168~6046629,83886080~4351705,90390741~3636268,102889656~5257521,119546843~865662,121153597~2279043,179590234~4681360,195071846~2233755,208397194~2772801,235455064~3513206,246552580~246726,281710256~9150268,314948893~5278697,320447617~422264,336232246~49621,371593665~6071272,381422601~3775427,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.064 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 11 diff [17891967~17119126,40544707~2061570,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,132888486~1399202,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,273950401~1358195,281710256~9150268,313988580~7395758,330109358~3056793,336232246~49621,372025275~5639662,381422601~3775427,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.064 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~17119126,40544707~2061570,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,132888486~1399202,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,273950401~1358195,281710256~9150268,313988580~7395758,330109358~3056793,336232246~49621,372025275~5639662,381422601~3775427,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.070 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~17411544,38160284~8591566,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,130023424~4264264,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,273950401~1358195,281710256~9150268,313269246~8115092,327155712~6010439,336232246~49621,371593665~6071272,381422601~3775427,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.070 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 12 diff [17891967~17119126,40544707~2061570,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,132888486~1399202,171232813~2527094,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,281710256~9150268,313988580~7395758,330109358~3056793,336232246~49621,346968974~7300394,372025275~5639662,378043512~7154516,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.070 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~17119126,40544707~2061570,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,132888486~1399202,171232813~2527094,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,281710256~9150268,313988580~7395758,330109358~3056793,336232246~49621,346968974~7300394,372025275~5639662,378043512~7154516,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.076 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~17411544,38160284~8923498,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,130023424~4264264,171232813~2527094,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,281710256~9150268,313269246~8115092,327155712~6010439,336232246~49621,346968974~7300394,371593665~6071272,378043512~7154516,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.076 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 13 diff [17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,132888486~1399202,171232813~2527094,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~9150268,304267258~1537646,309932697~11451641,330109358~3056793,336232246~49621,337116601~690826,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7154516,385822000~7871305,400214538~7675197] 2024-07-27T19:39:46.076 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [17891967~17119126,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,132888486~1399202,171232813~2527094,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~9150268,304267258~1537646,309932697~11451641,330109358~3056793,336232246~49621,337116601~690826,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7154516,385822000~7871305,400214538~7675197] 2024-07-27T19:39:46.082 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [17599549~17411544,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,102889656~5257521,119546843~865662,121153597~6695298,130023424~4264264,171232813~2527094,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~9150268,301989888~3815016,306184192~15200146,327155712~6010439,336232246~49621,337116601~690826,346968974~7300394,360097478~7343582,371593665~6071272,378043512~15649793,400214538~7675197] 2024-07-27T19:39:46.082 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 14 diff [747794~295796,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~7118176,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~4523171,234522035~4446235,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~9150268,304267258~1537646,309932697~11451641,330109358~3056793,336232246~49621,337116601~690826,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.082 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,102889656~5257521,119546843~865662,121153597~7118176,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~4523171,234522035~4446235,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~9150268,304267258~1537646,309932697~11451641,330109358~3056793,336232246~49621,337116601~690826,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.089 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~23164547,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,102889656~5257521,119546843~865662,121153597~7118176,130023424~4264264,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~4523171,234522035~4446235,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~9150268,301989888~3815016,306184192~15200146,327155712~6010439,336232246~49621,337116601~690826,346968974~7300394,360097478~7343582,371593665~6071272,378043512~15649793,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.089 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 15 diff [747794~295796,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,102889656~5257521,109896642~3946792,119546843~865662,121153597~7118176,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~13277022,304267258~1537646,309932697~11451641,330109358~3056793,333286436~6198486,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.089 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~22482556,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,102889656~5257521,109896642~3946792,119546843~865662,121153597~7118176,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~13277022,304267258~1537646,309932697~11451641,330109358~3056793,333286436~6198486,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.095 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~23164547,38160284~8923498,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~4351705,90390741~3636268,102889656~5257521,109051904~4791530,119546843~865662,121153597~7118176,130023424~4264264,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~13277022,301989888~3815016,306184192~15200146,327155712~12329210,346968974~7300394,358419853~9021207,371593665~6071272,378043512~15649793,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.095 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 16 diff [747794~295796,8440958~26570135,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,119546843~865662,120528366~7743407,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,186173827~6889408,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.095 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~26570135,37871592~996758,40544707~2061570,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,119546843~865662,120528366~7743407,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,186173827~6889408,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.101 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~26570135,37871592~9212190,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,102889656~5257521,109051904~4791530,119546843~865662,120528366~7743407,130023424~4264264,154061050~5603117,171232813~2527094,179590234~4681360,186173827~6889408,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371593665~6071272,378043512~15649793,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.101 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 17 diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,119546843~865662,120528366~7743407,132888486~1399202,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.101 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,102889656~5257521,109896642~3946792,119546843~865662,120528366~7743407,132888486~1399202,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7154516,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.107 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,102889656~5257521,109051904~4791530,119546843~865662,120528366~7743407,130023424~4264264,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371593665~6071272,378043512~15649793,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.107 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 18 diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7154516,385822000~7871305,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.107 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7154516,385822000~7871305,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.113 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~18006186,78197946~2989543,81351556~2307318,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.114 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 19 diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.114 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.120 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.120 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 9 diff [24031577~1539958,49168752~1519763,74327896~3021901,90390741~3636268,105124628~2604901,119546843~865662,195071846~2233755,208397194~2772801,235455064~3513206,400214538~7675197] 2024-07-27T19:39:46.120 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [24031577~1539958,49168752~1519763,74327896~3021901,90390741~3636268,105124628~2604901,119546843~865662,195071846~2233755,208397194~2772801,235455064~3513206,400214538~7675197] 2024-07-27T19:39:46.126 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [22545779~3025756,49168752~1519763,71303168~6046629,90390741~3636268,105124628~2604901,119546843~865662,195071846~2233755,208397194~2772801,235455064~3513206,400214538~7675197] 2024-07-27T19:39:46.126 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 10 diff [24031577~10979516,43323109~3428741,49168752~1519763,74327896~3021901,87330548~907237,90390741~3636268,105124628~2604901,119546843~865662,179590234~4681360,195071846~2233755,208397194~2772801,235455064~3513206,246552580~246726,281710256~7228693,372025275~5639662,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.126 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [24031577~10979516,43323109~3428741,49168752~1519763,74327896~3021901,87330548~907237,90390741~3636268,105124628~2604901,119546843~865662,179590234~4681360,195071846~2233755,208397194~2772801,235455064~3513206,246552580~246726,281710256~7228693,372025275~5639662,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.132 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [22545779~12465314,42606277~4145573,49168752~1519763,71303168~6046629,83886080~4351705,90390741~3636268,105124628~2604901,119546843~865662,179590234~4681360,195071846~2233755,208397194~2772801,235455064~3513206,246552580~246726,281710256~7228693,371593665~6071272,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.132 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 11 diff [18352885~16658208,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,105124628~2604901,119546843~865662,123001109~4847786,132888486~1399202,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,273950401~1358195,281710256~7228693,313988580~7395758,330109358~3056793,372025275~5639662,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.132 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [18352885~16658208,43323109~3428741,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,105124628~2604901,119546843~865662,123001109~4847786,132888486~1399202,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,273950401~1358195,281710256~7228693,313988580~7395758,330109358~3056793,372025275~5639662,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.137 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [18352885~16658208,42606277~4145573,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,105124628~2604901,119546843~865662,123001109~4847786,130023424~4264264,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,273950401~1358195,281710256~7228693,313269246~8115092,327155712~6010439,371593665~6071272,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.138 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 12 diff [18352885~16658208,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,105124628~2604901,119546843~865662,123001109~4847786,132888486~1399202,171232813~2527094,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,281710256~7228693,313988580~7395758,330109358~3056793,346968974~7300394,372025275~5639662,378043512~7145029,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.138 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [18352885~16658208,43323109~3760673,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,105124628~2604901,119546843~865662,123001109~4847786,132888486~1399202,171232813~2527094,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,281710256~7228693,313988580~7395758,330109358~3056793,346968974~7300394,372025275~5639662,378043512~7145029,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.143 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [18352885~16658208,42606277~4477505,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,105124628~2604901,119546843~865662,123001109~4847786,130023424~4264264,171232813~2527094,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,281710256~7228693,313269246~8115092,327155712~6010439,346968974~7300394,371593665~6071272,378043512~7145029,387556969~6136336,400214538~7675197] 2024-07-27T19:39:46.143 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 13 diff [18352885~16658208,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,105124628~2604901,119546843~865662,123001109~4847786,132888486~1399202,171232813~2527094,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~7228693,304267258~1537646,309932697~11451641,330109358~3056793,337116601~690826,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7145029,385822000~7871305,400214538~7675197] 2024-07-27T19:39:46.144 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [18352885~16658208,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,105124628~2604901,119546843~865662,123001109~4847786,132888486~1399202,171232813~2527094,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~7228693,304267258~1537646,309932697~11451641,330109358~3056793,337116601~690826,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7145029,385822000~7871305,400214538~7675197] 2024-07-27T19:39:46.149 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [18352885~16658208,42606277~4477505,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,105124628~2604901,119546843~865662,123001109~4847786,130023424~4264264,171232813~2527094,179590234~4681360,195071846~2233755,208397194~4523171,235455064~3513206,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~7228693,301989888~3815016,306184192~15200146,327155712~6010439,337116601~690826,346968974~7300394,360097478~7343582,371593665~6071272,378043512~7145029,385198028~8495277,400214538~7675197] 2024-07-27T19:39:46.150 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 14 diff [747794~295796,12528537~5464345,18352885~16658208,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,105124628~2604901,119546843~865662,123001109~5270664,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~4523171,234522035~4446235,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~7228693,304267258~1537646,309932697~11451641,330109358~3056793,337116601~690826,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7145029,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.150 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~5464345,18352885~16658208,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,87330548~907237,90390741~3636268,105124628~2604901,119546843~865662,123001109~5270664,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~4523171,234522035~4446235,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~7228693,304267258~1537646,309932697~11451641,330109358~3056793,337116601~690826,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7145029,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.156 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~6146336,18352885~16658208,42606277~4477505,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,83886080~4351705,90390741~3636268,105124628~2604901,119546843~865662,123001109~5270664,130023424~4264264,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~4523171,234522035~4446235,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~7228693,301989888~3815016,306184192~15200146,327155712~6010439,337116601~690826,346968974~7300394,360097478~7343582,371593665~6071272,378043512~7145029,385198028~8495277,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.156 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 15 diff [747794~295796,12528537~5464345,18352885~16658208,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,105124628~2604901,109896642~3946792,119546843~865662,123001109~5270664,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~11355447,304267258~1537646,309932697~11451641,330109358~3056793,333286436~6198486,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7145029,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.156 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~5464345,18352885~16658208,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,87330548~907237,90390741~3636268,105124628~2604901,109896642~3946792,119546843~865662,123001109~5270664,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~11355447,304267258~1537646,309932697~11451641,330109358~3056793,333286436~6198486,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7145029,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.162 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~6146336,18352885~16658208,42606277~4477505,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~4351705,90390741~3636268,105124628~2604901,109051904~4791530,119546843~865662,123001109~5270664,130023424~4264264,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~11355447,301989888~3815016,306184192~15200146,327155712~12329210,346968974~7300394,358419853~9021207,371593665~6071272,378043512~7145029,385198028~8495277,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.162 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 16 diff [747794~295796,8440958~9551924,18352885~16658208,37871592~996758,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,105124628~2604901,109896642~3946792,119546843~865662,120528366~7743407,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,186173827~6889408,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7145029,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.162 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~16658208,37871592~996758,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,105124628~2604901,109896642~3946792,119546843~865662,120528366~7743407,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,186173827~6889408,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7145029,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.169 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~16658208,37871592~996758,42606277~4477505,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,105124628~2604901,109051904~4791530,119546843~865662,120528366~7743407,130023424~4264264,154061050~5603117,171232813~2527094,179590234~4681360,186173827~6889408,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371593665~6071272,378043512~7145029,385198028~8495277,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.169 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 17 diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,105124628~2604901,109896642~3946792,119546843~865662,120528366~7743407,132888486~1399202,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7145029,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.169 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~5007624,74327896~3021901,81734684~1924190,86869375~7157634,105124628~2604901,109896642~3946792,119546843~865662,120528366~7743407,132888486~1399202,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7145029,385822000~7871305,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.175 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~8435544,71303168~6046629,81351556~2307318,83886080~10140929,105124628~2604901,109051904~4791530,119546843~865662,120528366~7743407,130023424~4264264,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,195071846~2233755,198315727~5095826,208397194~4523171,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371593665~6071272,378043512~7145029,385198028~8495277,395441405~2888997,400214538~7675197,410605448~586421] 2024-07-27T19:39:46.175 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 18 diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7145029,385822000~7871305,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.175 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~3021901,78197946~2989543,81734684~1924190,86869375~7157634,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7145029,385822000~7871305,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.181 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~18006186,78197946~2989543,81351556~2307318,83886080~10140929,105124628~9117867,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371593665~6071272,378043512~7145029,385198028~8495277,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.181 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 19 diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.182 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.187 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,105124628~9117867,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:46.187 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 10 diff [25162839~9848254,43323109~3428741,87330548~907237,179590234~4681360,246552580~246726,281710256~7228693,372025275~5639662,387556969~6136336] 2024-07-27T19:39:46.187 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [25162839~9848254,43323109~3428741,87330548~907237,179590234~4681360,246552580~246726,281710256~7228693,372025275~5639662,387556969~6136336] 2024-07-27T19:39:46.193 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [25162839~9848254,42606277~4145573,83886080~4351705,179590234~4681360,246552580~246726,281710256~7228693,371593665~6071272,387556969~6136336] 2024-07-27T19:39:46.193 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 11 diff [18352885~16658208,43323109~3428741,62771531~5007624,87330548~907237,123001109~4847786,132888486~1399202,179590234~4681360,208581250~4339115,246552580~246726,250910533~3093975,273950401~1358195,281710256~7228693,313988580~7395758,330109358~3056793,372025275~5639662,387556969~6136336] 2024-07-27T19:39:46.194 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [18352885~16658208,43323109~3428741,62771531~5007624,87330548~907237,123001109~4847786,132888486~1399202,179590234~4681360,208581250~4339115,246552580~246726,250910533~3093975,273950401~1358195,281710256~7228693,313988580~7395758,330109358~3056793,372025275~5639662,387556969~6136336] 2024-07-27T19:39:46.199 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [18352885~16658208,42606277~4145573,59343611~8435544,83886080~4351705,123001109~4847786,130023424~4264264,179590234~4681360,208581250~4339115,246552580~246726,250910533~3093975,273950401~1358195,281710256~7228693,313269246~8115092,327155712~6010439,371593665~6071272,387556969~6136336] 2024-07-27T19:39:46.199 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 12 diff [18352885~16658208,43323109~3760673,62771531~5007624,87330548~907237,123001109~4847786,132888486~1399202,171232813~2527094,179590234~4681360,208581250~4339115,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,281710256~7228693,313988580~7395758,330109358~3056793,346968974~7300394,372025275~5639662,378043512~7145029,387556969~6136336] 2024-07-27T19:39:46.199 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [18352885~16658208,43323109~3760673,62771531~5007624,87330548~907237,123001109~4847786,132888486~1399202,171232813~2527094,179590234~4681360,208581250~4339115,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,281710256~7228693,313988580~7395758,330109358~3056793,346968974~7300394,372025275~5639662,378043512~7145029,387556969~6136336] 2024-07-27T19:39:46.205 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [18352885~16658208,42606277~4477505,59343611~8435544,83886080~4351705,123001109~4847786,130023424~4264264,171232813~2527094,179590234~4681360,208581250~4339115,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,281710256~7228693,313269246~8115092,327155712~6010439,346968974~7300394,371593665~6071272,378043512~7145029,387556969~6136336] 2024-07-27T19:39:46.206 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 13 diff [18352885~16658208,43323109~3760673,47494036~1141823,62771531~5007624,87330548~907237,123001109~4847786,132888486~1399202,171232813~2527094,179590234~4681360,208581250~4339115,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~7228693,304267258~1537646,309932697~11451641,330109358~3056793,337116601~690826,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7145029,385822000~7871305] 2024-07-27T19:39:46.206 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [18352885~16658208,43323109~3760673,47494036~1141823,62771531~5007624,87330548~907237,123001109~4847786,132888486~1399202,171232813~2527094,179590234~4681360,208581250~4339115,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~7228693,304267258~1537646,309932697~11451641,330109358~3056793,337116601~690826,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7145029,385822000~7871305] 2024-07-27T19:39:46.212 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [18352885~16658208,42606277~4477505,47494036~1141823,59343611~8435544,83886080~4351705,123001109~4847786,130023424~4264264,171232813~2527094,179590234~4681360,208581250~4339115,246552580~246726,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,281710256~7228693,301989888~3815016,306184192~15200146,327155712~6010439,337116601~690826,346968974~7300394,360097478~7343582,371593665~6071272,378043512~7145029,385198028~8495277] 2024-07-27T19:39:46.212 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 14 diff [747794~295796,12528537~5464345,18352885~16658208,43323109~3760673,47494036~1141823,62771531~5007624,87330548~907237,123001109~5270664,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,198315727~5095826,208581250~4339115,234522035~3591426,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~7228693,304267258~1537646,309932697~11451641,330109358~3056793,337116601~690826,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7145029,385822000~7871305,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.212 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~5464345,18352885~16658208,43323109~3760673,47494036~1141823,62771531~5007624,87330548~907237,123001109~5270664,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,198315727~5095826,208581250~4339115,234522035~3591426,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~7228693,304267258~1537646,309932697~11451641,330109358~3056793,337116601~690826,346968974~7300394,360097478~7343582,372025275~5639662,378043512~7145029,385822000~7871305,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.218 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~6146336,18352885~16658208,42606277~4477505,47494036~1141823,59343611~8435544,83886080~4351705,123001109~5270664,130023424~4264264,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,198315727~5095826,208581250~4339115,234522035~3591426,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,281710256~7228693,301989888~3815016,306184192~15200146,327155712~6010439,337116601~690826,346968974~7300394,360097478~7343582,371593665~6071272,378043512~7145029,385198028~8495277,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.218 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 15 diff [747794~295796,12528537~5464345,18352885~16658208,43323109~3760673,47494036~1141823,62771531~5007624,81734684~1924190,87330548~907237,109896642~3946792,123001109~5270664,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~11355447,304267258~1537646,309932697~11451641,330109358~3056793,333286436~6198486,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7145029,385822000~7871305,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.218 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~5464345,18352885~16658208,43323109~3760673,47494036~1141823,62771531~5007624,81734684~1924190,87330548~907237,109896642~3946792,123001109~5270664,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~11355447,304267258~1537646,309932697~11451641,330109358~3056793,333286436~6198486,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7145029,385822000~7871305,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.224 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~6146336,18352885~16658208,42606277~4477505,47494036~1141823,59343611~8435544,81351556~2307318,83886080~4351705,109051904~4791530,123001109~5270664,130023424~4264264,154061050~5603117,171232813~2527094,179590234~4681360,188868595~3621227,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~11355447,301989888~3815016,306184192~15200146,327155712~12329210,346968974~7300394,358419853~9021207,371593665~6071272,378043512~7145029,385198028~8495277,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.224 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 16 diff [747794~295796,8440958~9551924,18352885~16658208,37871592~996758,43323109~3760673,47494036~1141823,62771531~5007624,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,186173827~6889408,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7145029,385822000~7871305,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.224 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~16658208,37871592~996758,43323109~3760673,47494036~1141823,62771531~5007624,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,132888486~1399202,154061050~5603117,171232813~2527094,179590234~4681360,186173827~6889408,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,372025275~5639662,378043512~7145029,385822000~7871305,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.230 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~16658208,37871592~996758,42606277~4477505,47494036~1141823,59343611~8435544,74684228~1416874,81351556~2307318,83886080~9551095,109051904~4791530,120528366~7743407,130023424~4264264,154061050~5603117,171232813~2527094,179590234~4681360,186173827~6889408,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246552580~246726,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371593665~6071272,378043512~7145029,385198028~8495277,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.230 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 17 diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~5007624,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,132888486~1399202,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7145029,385822000~7871305,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.230 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~5007624,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,132888486~1399202,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7145029,385822000~7871305,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.236 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,59343611~8435544,74684228~1416874,81351556~2307318,83886080~9551095,109051904~4791530,120528366~7743407,130023424~4264264,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371593665~6071272,378043512~7145029,385198028~8495277,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.236 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 18 diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74684228~1416874,78197946~2989543,81734684~1924190,86869375~6567800,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7145029,385822000~7871305,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.236 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74684228~1416874,78197946~2989543,81734684~1924190,86869375~6567800,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~6015274,378043512~7145029,385822000~7871305,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.242 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,59343611~13018431,74684228~1416874,78197946~2989543,81351556~2307318,83886080~9551095,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,171232813~2527094,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371593665~6071272,378043512~7145029,385198028~8495277,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.242 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 19 diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.242 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.249 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,59343611~13018431,74441489~9217385,83886080~9551095,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.249 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 11 diff [18352885~7026037,62771531~5007624,123001109~4847786,132888486~1399202,208581250~4339115,250910533~3093975,273950401~1358195,313988580~7395758,330109358~3056793] 2024-07-27T19:39:46.249 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [18352885~7026037,62771531~5007624,123001109~4847786,132888486~1399202,208581250~4339115,250910533~3093975,273950401~1358195,313988580~7395758,330109358~3056793] 2024-07-27T19:39:46.255 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [18352885~7026037,59343611~8435544,123001109~4847786,130023424~4264264,208581250~4339115,250910533~3093975,273950401~1358195,313269246~8115092,327155712~6010439] 2024-07-27T19:39:46.255 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 12 diff [18352885~10803261,44309890~2773892,62771531~5007624,123001109~4847786,132888486~1399202,171232813~2527094,208581250~4339115,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,313988580~7395758,330109358~3056793,346968974~7300394,378043512~7145029,390458574~1123070] 2024-07-27T19:39:46.255 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [18352885~10803261,44309890~2773892,62771531~5007624,123001109~4847786,132888486~1399202,171232813~2527094,208581250~4339115,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,313988580~7395758,330109358~3056793,346968974~7300394,378043512~7145029,390458574~1123070] 2024-07-27T19:39:46.261 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [18352885~10803261,44309890~2773892,59343611~8435544,123001109~4847786,130023424~4264264,171232813~2527094,208581250~4339115,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,313269246~8115092,327155712~6010439,346968974~7300394,378043512~7145029,390458574~1123070] 2024-07-27T19:39:46.261 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 13 diff [18352885~12638708,44309890~2773892,47494036~1141823,62771531~5007624,123001109~4847786,132888486~1399202,171232813~2527094,208581250~4339115,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,304267258~1537646,309932697~11451641,330109358~3056793,337116601~690826,346968974~7300394,360097478~7343582,378043512~7145029,385822000~6440012] 2024-07-27T19:39:46.261 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [18352885~12638708,44309890~2773892,47494036~1141823,62771531~5007624,123001109~4847786,132888486~1399202,171232813~2527094,208581250~4339115,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,304267258~1537646,309932697~11451641,330109358~3056793,337116601~690826,346968974~7300394,360097478~7343582,378043512~7145029,385822000~6440012] 2024-07-27T19:39:46.267 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [18352885~12638708,44309890~2773892,47494036~1141823,59343611~8435544,123001109~4847786,130023424~4264264,171232813~2527094,208581250~4339115,250910533~3093975,257537627~6694111,266598712~335906,273950401~1358195,277583502~3188778,301989888~3815016,306184192~15200146,327155712~6010439,337116601~690826,346968974~7300394,360097478~7343582,378043512~7145029,385198028~7063984] 2024-07-27T19:39:46.268 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 14 diff [747794~295796,12528537~5464345,18352885~12638708,44309890~2773892,47494036~1141823,62771531~5007624,123001109~5270664,132888486~1399202,154061050~5603117,171232813~2527094,188868595~3621227,198315727~5095826,208581250~4339115,234522035~3591426,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,304267258~1537646,309932697~11451641,330109358~3056793,337116601~690826,346968974~7300394,360097478~7343582,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.268 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~5464345,18352885~12638708,44309890~2773892,47494036~1141823,62771531~5007624,123001109~5270664,132888486~1399202,154061050~5603117,171232813~2527094,188868595~3621227,198315727~5095826,208581250~4339115,234522035~3591426,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,304267258~1537646,309932697~11451641,330109358~3056793,337116601~690826,346968974~7300394,360097478~7343582,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.273 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~6146336,18352885~12638708,44309890~2773892,47494036~1141823,59343611~8435544,123001109~5270664,130023424~4264264,154061050~5603117,171232813~2527094,188868595~3621227,198315727~5095826,208581250~4339115,234522035~3591426,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~3188778,301989888~3815016,306184192~15200146,327155712~6010439,337116601~690826,346968974~7300394,360097478~7343582,378043512~7145029,385198028~7063984,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.274 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 15 diff [747794~295796,12528537~5464345,18352885~12638708,44309890~2773892,47494036~1141823,62771531~5007624,81734684~1924190,109896642~3946792,123001109~5270664,132888486~1399202,154061050~5603117,171232813~2527094,188868595~3621227,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~4733408,304267258~1537646,309932697~11451641,330109358~3056793,333286436~6198486,346968974~7300394,358419853~9021207,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.274 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~5464345,18352885~12638708,44309890~2773892,47494036~1141823,62771531~5007624,81734684~1924190,109896642~3946792,123001109~5270664,132888486~1399202,154061050~5603117,171232813~2527094,188868595~3621227,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~4733408,304267258~1537646,309932697~11451641,330109358~3056793,333286436~6198486,346968974~7300394,358419853~9021207,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.279 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~6146336,18352885~12638708,44309890~2773892,47494036~1141823,59343611~8435544,81351556~2307318,109051904~4791530,123001109~5270664,130023424~4264264,154061050~5603117,171232813~2527094,188868595~3621227,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~4733408,301989888~3815016,306184192~15200146,327155712~12329210,346968974~7300394,358419853~9021207,378043512~7145029,385198028~7063984,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.280 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 16 diff [747794~295796,8440958~9551924,18352885~12638708,37871592~996758,44309890~2773892,47494036~1141823,62771531~5007624,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,132888486~1399202,154061050~5603117,171232813~2527094,186173827~6889408,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.280 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~12638708,37871592~996758,44309890~2773892,47494036~1141823,62771531~5007624,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,132888486~1399202,154061050~5603117,171232813~2527094,186173827~6889408,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.286 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~12638708,37871592~996758,44309890~2773892,47494036~1141823,59343611~8435544,74684228~1416874,81351556~2307318,86869375~6567800,109051904~4791530,120528366~7743407,130023424~4264264,154061050~5603117,171232813~2527094,186173827~6889408,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,250910533~3093975,257537627~6694111,266598712~606016,273950401~1358195,277583502~4733408,285768792~8065772,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,378043512~7145029,385198028~7063984,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.286 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 17 diff [747794~295796,8440958~9551924,18352885~12638708,33918686~6730202,44309890~2773892,47494036~1141823,62771531~5007624,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,132888486~1399202,151640016~8024151,171232813~2527094,185670999~7392236,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~3980337,376141211~889554,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.286 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~12638708,33918686~6730202,44309890~2773892,47494036~1141823,62771531~5007624,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,132888486~1399202,151640016~8024151,171232813~2527094,185670999~7392236,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~3980337,376141211~889554,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.292 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~12638708,33918686~6730202,44309890~2773892,47494036~1141823,59343611~8435544,74684228~1416874,81351556~2307318,86869375~6567800,109051904~4791530,120528366~7743407,130023424~4264264,151640016~8024151,171232813~2527094,185670999~7392236,198315727~5095826,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371649663~3980337,376141211~889554,378043512~7145029,385198028~7063984,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.292 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 18 diff [747794~295796,8440958~9551924,18352885~12638708,33918686~6730202,44309890~2773892,47494036~1141823,62771531~9590511,74684228~1416874,78197946~2989543,81734684~1924190,86869375~6567800,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,171232813~2527094,185670999~7392236,198315727~9618305,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~3980337,376141211~889554,378043512~7145029,385822000~6440012,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.292 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~12638708,33918686~6730202,44309890~2773892,47494036~1141823,62771531~9590511,74684228~1416874,78197946~2989543,81734684~1924190,86869375~6567800,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,171232813~2527094,185670999~7392236,198315727~9618305,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~7300394,358419853~9021207,371649663~3980337,376141211~889554,378043512~7145029,385822000~6440012,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.298 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~12638708,33918686~6730202,44309890~2773892,47494036~1141823,59343611~13018431,74684228~1416874,78197946~2989543,81351556~2307318,86869375~6567800,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,171232813~2527094,185670999~7392236,198315727~9618305,208581250~4339115,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,297795584~23588754,327155712~16235170,346968974~7300394,358419853~9021207,371649663~3980337,376141211~889554,378043512~7145029,385198028~7063984,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.298 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 19 diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.298 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.304 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,59343611~13018431,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,297795584~23588754,327155712~16235170,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.304 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 12 diff [22791541~6364605,44309890~2773892,64007550~1727679,171232813~2527094,257537627~6694111,266598712~335906,346968974~7300394,378043512~7145029,390458574~1123070] 2024-07-27T19:39:46.304 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [22791541~6364605,44309890~2773892,64007550~1727679,171232813~2527094,257537627~6694111,266598712~335906,346968974~7300394,378043512~7145029,390458574~1123070] 2024-07-27T19:39:46.309 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [22791541~6364605,44309890~2773892,64007550~1727679,171232813~2527094,257537627~6694111,266598712~335906,346968974~7300394,378043512~7145029,390458574~1123070] 2024-07-27T19:39:46.309 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 13 diff [22791541~8200052,44309890~2773892,47494036~1141823,63277467~2457762,171232813~2527094,257537627~6694111,266598712~335906,277583502~3188778,304267258~1537646,309932697~6501229,337116601~690826,346968974~7300394,360097478~7343582,378043512~7145029,385822000~6440012] 2024-07-27T19:39:46.310 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [22791541~8200052,44309890~2773892,47494036~1141823,63277467~2457762,171232813~2527094,257537627~6694111,266598712~335906,277583502~3188778,304267258~1537646,309932697~6501229,337116601~690826,346968974~7300394,360097478~7343582,378043512~7145029,385822000~6440012] 2024-07-27T19:39:46.315 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [22791541~8200052,44309890~2773892,47494036~1141823,63277467~2457762,171232813~2527094,257537627~6694111,266598712~335906,277583502~3188778,301989888~3815016,306184192~10249734,337116601~690826,346968974~7300394,360097478~7343582,378043512~7145029,385198028~7063984] 2024-07-27T19:39:46.316 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 14 diff [747794~295796,12528537~5464345,22791541~8200052,44309890~2773892,47494036~1141823,63277467~2457762,125814336~2457437,154061050~5603117,171232813~2527094,188868595~3621227,198315727~5095826,234522035~3591426,257537627~6694111,266598712~606016,277583502~3188778,304267258~1537646,309932697~6501229,337116601~690826,346968974~7300394,360097478~7343582,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.316 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~5464345,22791541~8200052,44309890~2773892,47494036~1141823,63277467~2457762,125814336~2457437,154061050~5603117,171232813~2527094,188868595~3621227,198315727~5095826,234522035~3591426,257537627~6694111,266598712~606016,277583502~3188778,304267258~1537646,309932697~6501229,337116601~690826,346968974~7300394,360097478~7343582,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.323 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~6146336,22791541~8200052,44309890~2773892,47494036~1141823,63277467~2457762,125814336~2457437,154061050~5603117,171232813~2527094,188868595~3621227,198315727~5095826,234522035~3591426,257537627~6694111,266598712~606016,277583502~3188778,301989888~3815016,306184192~10249734,337116601~690826,346968974~7300394,360097478~7343582,378043512~7145029,385198028~7063984,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.323 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 15 diff [747794~295796,12528537~5464345,22791541~8200052,44309890~2773892,47494036~1141823,63277467~2457762,81734684~1924190,109896642~3946792,125814336~2457437,154061050~5603117,171232813~2527094,188868595~3621227,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,257537627~6694111,266598712~606016,277583502~4733408,304267258~1537646,309932697~6501229,333286436~6198486,346968974~7300394,358419853~9021207,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.324 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~5464345,22791541~8200052,44309890~2773892,47494036~1141823,63277467~2457762,81734684~1924190,109896642~3946792,125814336~2457437,154061050~5603117,171232813~2527094,188868595~3621227,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,257537627~6694111,266598712~606016,277583502~4733408,304267258~1537646,309932697~6501229,333286436~6198486,346968974~7300394,358419853~9021207,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.330 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~6146336,22791541~8200052,44309890~2773892,47494036~1141823,63277467~2457762,81351556~2307318,109051904~4791530,125814336~2457437,154061050~5603117,171232813~2527094,188868595~3621227,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,257537627~6694111,266598712~606016,277583502~4733408,301989888~3815016,306184192~10249734,333166151~6318771,346968974~7300394,358419853~9021207,378043512~7145029,385198028~7063984,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.330 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 16 diff [747794~295796,8440958~9551924,22791541~8200052,37871592~996758,44309890~2773892,47494036~1141823,63277467~2457762,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,154061050~5603117,171232813~2527094,186173827~6889408,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,257537627~6694111,266598712~606016,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~7300394,358419853~9021207,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.330 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,22791541~8200052,37871592~996758,44309890~2773892,47494036~1141823,63277467~2457762,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,154061050~5603117,171232813~2527094,186173827~6889408,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,257537627~6694111,266598712~606016,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~7300394,358419853~9021207,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.336 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,22791541~8200052,37871592~996758,44309890~2773892,47494036~1141823,63277467~2457762,74684228~1416874,81351556~2307318,86869375~6567800,109051904~4791530,120528366~7743407,154061050~5603117,171232813~2527094,186173827~6889408,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,257537627~6694111,266598712~606016,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,346968974~7300394,358419853~9021207,378043512~7145029,385198028~7063984,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.336 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 17 diff [747794~295796,8440958~9551924,22791541~8200052,33918686~6730202,44309890~2773892,47494036~1141823,63277467~2457762,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,151640016~8024151,171232813~2527094,185670999~7392236,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~7300394,358419853~9021207,371649663~3980337,376141211~889554,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.336 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,22791541~8200052,33918686~6730202,44309890~2773892,47494036~1141823,63277467~2457762,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,151640016~8024151,171232813~2527094,185670999~7392236,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~7300394,358419853~9021207,371649663~3980337,376141211~889554,378043512~7145029,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.342 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,22791541~8200052,33918686~6730202,44309890~2773892,47494036~1141823,63277467~2457762,74684228~1416874,81351556~2307318,86869375~6567800,109051904~4791530,120528366~7743407,151640016~8024151,171232813~2527094,185670999~7392236,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,346968974~7300394,358419853~9021207,371649663~3980337,376141211~889554,378043512~7145029,385198028~7063984,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.342 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 18 diff [747794~295796,8440958~9551924,22791541~8200052,33918686~6730202,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74684228~1416874,78197946~2989543,81734684~1924190,86869375~6567800,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,171232813~2527094,185670999~7392236,198315727~9618305,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~7300394,358419853~9021207,371649663~3980337,376141211~889554,378043512~7145029,385822000~6440012,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.342 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,22791541~8200052,33918686~6730202,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74684228~1416874,78197946~2989543,81734684~1924190,86869375~6567800,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,171232813~2527094,185670999~7392236,198315727~9618305,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~7300394,358419853~9021207,371649663~3980337,376141211~889554,378043512~7145029,385822000~6440012,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.348 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,22791541~8200052,33918686~6730202,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74684228~1416874,78197946~2989543,81351556~2307318,86869375~6567800,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,171232813~2527094,185670999~7392236,198315727~9618305,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,346968974~7300394,358419853~9021207,371649663~3980337,376141211~889554,378043512~7145029,385198028~7063984,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.349 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 19 diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.349 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.355 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.355 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 13 diff [26553265~4438328,47494036~1141823,63277467~2033845,277583502~3188778,304267258~1537646,309932697~6501229,337116601~690826,360097478~7343582,385822000~6440012] 2024-07-27T19:39:46.355 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [26553265~4438328,47494036~1141823,63277467~2033845,277583502~3188778,304267258~1537646,309932697~6501229,337116601~690826,360097478~7343582,385822000~6440012] 2024-07-27T19:39:46.361 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [26553265~4438328,47494036~1141823,63277467~2033845,277583502~3188778,301989888~3815016,306184192~10249734,337116601~690826,360097478~7343582,385198028~7063984] 2024-07-27T19:39:46.361 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 14 diff [747794~295796,12528537~5464345,26553265~4438328,47494036~1141823,63277467~2033845,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,234522035~3591426,266707974~496754,277583502~3188778,304267258~1537646,309932697~6501229,337116601~690826,360097478~7343582,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.361 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~5464345,26553265~4438328,47494036~1141823,63277467~2033845,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,234522035~3591426,266707974~496754,277583502~3188778,304267258~1537646,309932697~6501229,337116601~690826,360097478~7343582,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.367 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~6146336,26553265~4438328,47494036~1141823,63277467~2033845,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,234522035~3591426,266707974~496754,277583502~3188778,301989888~3815016,306184192~10249734,337116601~690826,360097478~7343582,385198028~7063984,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.367 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 15 diff [747794~295796,12528537~5464345,26553265~4438328,47494036~1141823,63277467~2033845,81734684~1924190,109896642~3946792,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,266707974~496754,277583502~4733408,304267258~1537646,309932697~6501229,333286436~6198486,353198078~620425,358419853~9021207,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.367 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~5464345,26553265~4438328,47494036~1141823,63277467~2033845,81734684~1924190,109896642~3946792,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,266707974~496754,277583502~4733408,304267258~1537646,309932697~6501229,333286436~6198486,353198078~620425,358419853~9021207,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.373 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~6146336,26553265~4438328,47494036~1141823,63277467~2033845,81351556~2307318,109051904~4791530,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,266707974~496754,277583502~4733408,301989888~3815016,306184192~10249734,333166151~6318771,353198078~620425,358419853~9021207,385198028~7063984,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.373 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 16 diff [747794~295796,8440958~9551924,26553265~4438328,37871592~996758,47494036~1141823,63277467~2033845,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,154061050~5603117,186173827~6889408,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,266707974~496754,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,353198078~620425,358419853~9021207,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.373 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,26553265~4438328,37871592~996758,47494036~1141823,63277467~2033845,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,154061050~5603117,186173827~6889408,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,266707974~496754,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,353198078~620425,358419853~9021207,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.380 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,26553265~4438328,37871592~996758,47494036~1141823,63277467~2033845,74684228~1416874,81351556~2307318,86869375~6567800,109051904~4791530,120528366~7743407,154061050~5603117,186173827~6889408,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,266707974~496754,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,353198078~620425,358419853~9021207,385198028~7063984,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.380 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 17 diff [747794~295796,8440958~9551924,26553265~4438328,33918686~6730202,47494036~1141823,63277467~2033845,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,151640016~8024151,185670999~7392236,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,353198078~620425,358419853~9021207,371649663~3980337,376141211~889554,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.380 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,26553265~4438328,33918686~6730202,47494036~1141823,63277467~2033845,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,151640016~8024151,185670999~7392236,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,353198078~620425,358419853~9021207,371649663~3980337,376141211~889554,385822000~6440012,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.386 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,26553265~4438328,33918686~6730202,47494036~1141823,63277467~2033845,74684228~1416874,81351556~2307318,86869375~6567800,109051904~4791530,120528366~7743407,151640016~8024151,185670999~7392236,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,353198078~620425,358419853~9021207,371649663~3980337,376141211~889554,385198028~7063984,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.386 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 18 diff [747794~295796,8440958~9551924,26553265~4438328,33918686~6730202,47494036~1141823,63277467~2033845,67024336~5337706,74684228~1416874,78197946~2989543,81734684~1924190,86869375~6567800,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,185670999~7392236,198315727~9618305,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,353198078~620425,358419853~9021207,371649663~3980337,376141211~889554,385822000~6440012,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.386 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,26553265~4438328,33918686~6730202,47494036~1141823,63277467~2033845,67024336~5337706,74684228~1416874,78197946~2989543,81734684~1924190,86869375~6567800,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,185670999~7392236,198315727~9618305,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,353198078~620425,358419853~9021207,371649663~3980337,376141211~889554,385822000~6440012,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.392 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,26553265~4438328,33918686~6730202,47494036~1141823,63277467~2033845,67024336~5337706,74684228~1416874,78197946~2989543,81351556~2307318,86869375~6567800,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,185670999~7392236,198315727~9618305,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,353198078~620425,358419853~9021207,371649663~3980337,376141211~889554,385198028~7063984,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.392 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 19 diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.392 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.398 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.398 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to 14 diff [747794~295796,12528537~5464345,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,234522035~3591426,266707974~496754,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.398 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~5464345,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,234522035~3591426,266707974~496754,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.404 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~6146336,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,234522035~3591426,266707974~496754,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.405 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to 15 diff [747794~295796,12528537~5464345,81734684~1924190,109896642~3946792,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,266707974~496754,280678589~1638321,333286436~6198486,353198078~620425,358419853~4658076,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.405 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,12528537~5464345,81734684~1924190,109896642~3946792,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,266707974~496754,280678589~1638321,333286436~6198486,353198078~620425,358419853~4658076,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.411 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,11846546~6146336,81351556~2307318,109051904~4791530,125814336~2457437,154061050~5603117,188868595~3621227,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,266707974~496754,280678589~1638321,333166151~6318771,353198078~620425,358419853~4658076,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.411 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to 16 diff [747794~295796,8440958~9551924,37871592~996758,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,154061050~5603117,186173827~6889408,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,266707974~496754,280678589~1638321,285768792~8065772,301869128~6099373,333286436~10104446,353198078~620425,358419853~4658076,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.411 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,37871592~996758,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,154061050~5603117,186173827~6889408,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,266707974~496754,280678589~1638321,285768792~8065772,301869128~6099373,333286436~10104446,353198078~620425,358419853~4658076,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.417 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,37871592~996758,74684228~1416874,81351556~2307318,86869375~6567800,109051904~4791530,120528366~7743407,154061050~5603117,186173827~6889408,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,266707974~496754,280678589~1638321,285768792~8065772,297795584~10172917,333166151~10224731,353198078~620425,358419853~4658076,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.417 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to 17 diff [747794~295796,8440958~9551924,33918686~6730202,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,151640016~8024151,185670999~7392236,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,333286436~10104446,353198078~620425,358419853~4658076,371649663~3980337,376141211~889554,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.417 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,33918686~6730202,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~7743407,151640016~8024151,185670999~7392236,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,333286436~10104446,353198078~620425,358419853~4658076,371649663~3980337,376141211~889554,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.423 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,33918686~6730202,74684228~1416874,81351556~2307318,86869375~6567800,109051904~4791530,120528366~7743407,151640016~8024151,185670999~7392236,198315727~5095826,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,333166151~10224731,353198078~620425,358419853~4658076,371649663~3980337,376141211~889554,395441405~2888997,410605448~586421] 2024-07-27T19:39:46.423 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to 18 diff [747794~295796,8440958~9551924,33918686~6730202,67024336~5337706,74684228~1416874,78197946~2989543,81734684~1924190,86869375~6567800,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,185670999~7392236,198315727~9618305,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,333286436~10104446,353198078~620425,358419853~4658076,371649663~3980337,376141211~889554,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.423 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,33918686~6730202,67024336~5337706,74684228~1416874,78197946~2989543,81734684~1924190,86869375~6567800,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,185670999~7392236,198315727~9618305,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,333286436~10104446,353198078~620425,358419853~4658076,371649663~3980337,376141211~889554,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.429 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,33918686~6730202,67024336~5337706,74684228~1416874,78197946~2989543,81351556~2307318,86869375~6567800,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,185670999~7392236,198315727~9618305,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,333166151~10224731,353198078~620425,358419853~4658076,371649663~3980337,376141211~889554,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.429 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to 19 diff [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.429 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.435 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,312137883~3299503,333166151~10224731,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:46.435 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to 15 diff [81734684~1924190,109896642~3946792,158650212~342769,227915858~5323509,238318771~2272452,280678589~1638321,333286436~6198486,353198078~620425,358419853~4658076] 2024-07-27T19:39:46.435 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [81734684~1924190,109896642~3946792,158650212~342769,227915858~5323509,238318771~2272452,280678589~1638321,333286436~6198486,353198078~620425,358419853~4658076] 2024-07-27T19:39:46.441 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [81351556~2307318,109051904~4791530,158650212~342769,227915858~5323509,238318771~2272452,280678589~1638321,333166151~6318771,353198078~620425,358419853~4658076] 2024-07-27T19:39:46.441 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to 16 diff [8440958~4653586,37871592~996758,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~6731610,158289659~1347947,186173827~6889408,227915858~5323509,238318771~2272452,280678589~1638321,285768792~8065772,301869128~6099373,333286436~10104446,353198078~620425,358419853~4658076] 2024-07-27T19:39:46.441 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,37871592~996758,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~6731610,158289659~1347947,186173827~6889408,227915858~5323509,238318771~2272452,280678589~1638321,285768792~8065772,301869128~6099373,333286436~10104446,353198078~620425,358419853~4658076] 2024-07-27T19:39:46.447 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,37871592~996758,74684228~1416874,81351556~2307318,86869375~6567800,109051904~4791530,120528366~6731610,158289659~1347947,186173827~6889408,227915858~5323509,238318771~2272452,280678589~1638321,285768792~8065772,297795584~10172917,333166151~10224731,353198078~620425,358419853~4658076] 2024-07-27T19:39:46.447 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to 17 diff [8440958~4653586,33918686~6730202,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~6731610,151640016~3387863,158289659~1347947,185670999~7392236,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,333286436~10104446,353198078~620425,358419853~4658076,371649663~3980337,376141211~889554] 2024-07-27T19:39:46.447 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,33918686~6730202,74684228~1416874,81734684~1924190,86869375~6567800,109896642~3946792,120528366~6731610,151640016~3387863,158289659~1347947,185670999~7392236,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,333286436~10104446,353198078~620425,358419853~4658076,371649663~3980337,376141211~889554] 2024-07-27T19:39:46.453 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,33918686~6730202,74684228~1416874,81351556~2307318,86869375~6567800,109051904~4791530,120528366~6731610,151640016~3387863,158289659~1347947,185670999~7392236,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,333166151~10224731,353198078~620425,358419853~4658076,371649663~3980337,376141211~889554] 2024-07-27T19:39:46.453 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to 18 diff [8440958~4653586,33918686~6730202,67024336~5337706,74684228~1416874,78197946~2989543,81734684~1924190,86869375~6567800,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,185670999~7392236,199792521~8141511,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,333286436~10104446,353198078~620425,358419853~4658076,371649663~3980337,376141211~889554,401289038~7976403] 2024-07-27T19:39:46.453 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,33918686~6730202,67024336~5337706,74684228~1416874,78197946~2989543,81734684~1924190,86869375~6567800,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,185670999~7392236,199792521~8141511,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,333286436~10104446,353198078~620425,358419853~4658076,371649663~3980337,376141211~889554,401289038~7976403] 2024-07-27T19:39:46.459 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,33918686~6730202,67024336~5337706,74684228~1416874,78197946~2989543,81351556~2307318,86869375~6567800,106782481~7460014,120528366~6731610,134287688~3156240,151640016~3387863,158289659~1347947,185670999~7392236,199792521~8141511,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,333166151~10224731,353198078~620425,358419853~4658076,371649663~3980337,376141211~889554,401289038~7976403] 2024-07-27T19:39:46.459 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to 19 diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:46.459 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:46.465 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,134287688~3156240,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,312137883~3299503,333166151~10224731,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:46.465 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to 16 diff [8440958~4653586,37871592~996758,74684228~1416874,86869375~6567800,120528366~6731610,158289659~1347947,186173827~6889408,285768792~8065772,301869128~6099373,336040218~7350664] 2024-07-27T19:39:46.465 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,37871592~996758,74684228~1416874,86869375~6567800,120528366~6731610,158289659~1347947,186173827~6889408,285768792~8065772,301869128~6099373,336040218~7350664] 2024-07-27T19:39:46.471 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,37871592~996758,74684228~1416874,86869375~6567800,120528366~6731610,158289659~1347947,186173827~6889408,285768792~8065772,297795584~10172917,336040218~7350664] 2024-07-27T19:39:46.472 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to 17 diff [8440958~4653586,33918686~6730202,74684228~1416874,86869375~6567800,120528366~6731610,151640016~3387863,158289659~1347947,185670999~7392236,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,301869128~6099373,336040218~7350664,371649663~3980337,376141211~889554] 2024-07-27T19:39:46.472 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,33918686~6730202,74684228~1416874,86869375~6567800,120528366~6731610,151640016~3387863,158289659~1347947,185670999~7392236,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,301869128~6099373,336040218~7350664,371649663~3980337,376141211~889554] 2024-07-27T19:39:46.477 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,33918686~6730202,74684228~1416874,86869375~6567800,120528366~6731610,151640016~3387863,158289659~1347947,185670999~7392236,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,297795584~10172917,336040218~7350664,371649663~3980337,376141211~889554] 2024-07-27T19:39:46.478 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to 18 diff [8440958~4653586,33918686~6730202,67024336~5337706,74684228~1416874,78197946~2989543,86869375~6567800,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,185670999~7392236,199792521~8141511,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,301869128~6099373,336040218~7350664,371649663~3980337,376141211~889554,401289038~7976403] 2024-07-27T19:39:46.478 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,33918686~6730202,67024336~5337706,74684228~1416874,78197946~2989543,86869375~6567800,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,185670999~7392236,199792521~8141511,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,301869128~6099373,336040218~7350664,371649663~3980337,376141211~889554,401289038~7976403] 2024-07-27T19:39:46.483 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,33918686~6730202,67024336~5337706,74684228~1416874,78197946~2989543,86869375~6567800,106782481~7460014,120528366~6731610,134287688~3156240,151640016~3387863,158289659~1347947,185670999~7392236,199792521~8141511,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,297795584~10172917,336040218~7350664,371649663~3980337,376141211~889554,401289038~7976403] 2024-07-27T19:39:46.483 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to 19 diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~8050945,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,301869128~6099373,312137883~3299503,336040218~7350664,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:46.483 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~8050945,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,301869128~6099373,312137883~3299503,336040218~7350664,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:46.490 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,28436043~12212845,67024336~5337706,74441489~8050945,85507577~7929598,106782481~7460014,120528366~6731610,134287688~3156240,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,297795584~10172917,312137883~3299503,336040218~7350664,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:46.490 INFO:tasks.workunit.client.0.smithi029.stdout:from 16 to 17 diff [33918686~6730202,151640016~3387863,185670999~2768905,246156618~6094153,254950690~8092431,265955277~4362277,371649663~3980337,376141211~889554] 2024-07-27T19:39:46.490 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [33918686~6730202,151640016~3387863,185670999~2768905,246156618~6094153,254950690~8092431,265955277~4362277,371649663~3980337,376141211~889554] 2024-07-27T19:39:46.495 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [33918686~6730202,151640016~3387863,185670999~2768905,246156618~6094153,254950690~8092431,265955277~4362277,371649663~3980337,376141211~889554] 2024-07-27T19:39:46.495 INFO:tasks.workunit.client.0.smithi029.stdout:from 16 to 18 diff [33918686~6730202,67024336~5337706,78197946~2989543,106782481~7460014,135448329~1995599,151640016~3387863,185670999~2768905,199792521~8141511,246156618~6094153,254950690~8092431,265955277~4362277,371649663~3980337,376141211~889554,401289038~7976403] 2024-07-27T19:39:46.496 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [33918686~6730202,67024336~5337706,78197946~2989543,106782481~7460014,135448329~1995599,151640016~3387863,185670999~2768905,199792521~8141511,246156618~6094153,254950690~8092431,265955277~4362277,371649663~3980337,376141211~889554,401289038~7976403] 2024-07-27T19:39:46.501 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [33918686~6730202,67024336~5337706,78197946~2989543,106782481~7460014,134287688~3156240,151640016~3387863,185670999~2768905,199792521~8141511,246156618~6094153,254950690~8092431,265955277~4362277,371649663~3980337,376141211~889554,401289038~7976403] 2024-07-27T19:39:46.501 INFO:tasks.workunit.client.0.smithi029.stdout:from 16 to 19 diff [28436043~12212845,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,135448329~1995599,151640016~3387863,166579123~8135744,185670999~2768905,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,312137883~3299503,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:46.501 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [28436043~12212845,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,135448329~1995599,151640016~3387863,166579123~8135744,185670999~2768905,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,312137883~3299503,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:46.507 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [28436043~12212845,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,134287688~3156240,151640016~3387863,166579123~8135744,185670999~2768905,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,312137883~3299503,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:46.507 INFO:tasks.workunit.client.0.smithi029.stdout:from 17 to 18 diff [34244227~843175,67024336~5337706,78197946~2989543,106782481~7460014,135448329~1995599,199792521~8141511,401289038~7976403] 2024-07-27T19:39:46.507 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [34244227~843175,67024336~5337706,78197946~2989543,106782481~7460014,135448329~1995599,199792521~8141511,401289038~7976403] 2024-07-27T19:39:46.513 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [34244227~843175,67024336~5337706,78197946~2989543,106782481~7460014,134287688~3156240,199792521~8141511,401289038~7976403] 2024-07-27T19:39:46.514 INFO:tasks.workunit.client.0.smithi029.stdout:from 17 to 19 diff [28436043~6651359,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,135448329~1995599,151940048~855390,166579123~8135744,199792521~8141511,214824594~5378128,312137883~3299503,352948505~7087589,382959183~5780634,401289038~7976403] 2024-07-27T19:39:46.514 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [28436043~6651359,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,135448329~1995599,151940048~855390,166579123~8135744,199792521~8141511,214824594~5378128,312137883~3299503,352948505~7087589,382959183~5780634,401289038~7976403] 2024-07-27T19:39:46.519 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [28436043~6651359,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,134287688~3156240,151940048~855390,166579123~8135744,199792521~8141511,214824594~5378128,312137883~3299503,352948505~7087589,382959183~5780634,401289038~7976403] 2024-07-27T19:39:46.520 INFO:tasks.workunit.client.0.smithi029.stdout:from 18 to 19 diff [28436043~6493661,74441489~8050945,85507577~7316234,151940048~855390,166579123~8135744,214824594~5378128,312137883~3299503,352948505~7087589,382959183~5780634] 2024-07-27T19:39:46.520 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [28436043~6493661,74441489~8050945,85507577~7316234,151940048~855390,166579123~8135744,214824594~5378128,312137883~3299503,352948505~7087589,382959183~5780634] 2024-07-27T19:39:46.526 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [28436043~6493661,74441489~8050945,85507577~7316234,151940048~855390,166579123~8135744,214824594~5378128,312137883~3299503,352948505~7087589,382959183~5780634] 2024-07-27T19:39:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:46 smithi179 ceph-mon[89801]: osdmap e2156: 8 total, 8 up, 8 in 2024-07-27T19:39:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:46 smithi179 ceph-mon[89801]: pgmap v4228: 137 pgs: 137 active+clean; 1.1 GiB data, 6.7 GiB used, 709 GiB / 715 GiB avail; 237 KiB/s rd, 34 MiB/s wr, 366 op/s 2024-07-27T19:39:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:46 smithi029 ceph-mon[96870]: osdmap e2156: 8 total, 8 up, 8 in 2024-07-27T19:39:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:46 smithi029 ceph-mon[96870]: pgmap v4228: 137 pgs: 137 active+clean; 1.1 GiB data, 6.7 GiB used, 709 GiB / 715 GiB avail; 237 KiB/s rd, 34 MiB/s wr, 366 op/s 2024-07-27T19:39:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:46 smithi029 ceph-mon[99353]: osdmap e2156: 8 total, 8 up, 8 in 2024-07-27T19:39:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:46 smithi029 ceph-mon[99353]: pgmap v4228: 137 pgs: 137 active+clean; 1.1 GiB data, 6.7 GiB used, 709 GiB / 715 GiB avail; 237 KiB/s rd, 34 MiB/s wr, 366 op/s 2024-07-27T19:39:47.333 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:47.333 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:47.359 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:47.359 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:47.359 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:47.365 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:47.365 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:47.365 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:47.372 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:47.372 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:47.372 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:47.378 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:47.379 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:47.379 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:47.384 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:47.384 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:47.385 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:47.390 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:47.390 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:47.391 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:47.396 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:47.396 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:47.396 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:47.402 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:47.403 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:47.403 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:47.409 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,105124628~9117867,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:47.409 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.410 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.415 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,59343611~13018431,74441489~9217385,83886080~9551095,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.415 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.415 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.421 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,59343611~13018431,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,297795584~23588754,327155712~16235170,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.421 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.421 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.427 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.427 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to HEAD diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.427 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.432 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.432 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to HEAD diff [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.432 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.438 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,312137883~3299503,333166151~10224731,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:47.438 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to HEAD diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:47.438 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:47.444 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,134287688~3156240,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,312137883~3299503,333166151~10224731,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:47.444 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to HEAD diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~8050945,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,301869128~6099373,312137883~3299503,336040218~7350664,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:47.444 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~8050945,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,301869128~6099373,312137883~3299503,336040218~7350664,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:47.450 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,28436043~12212845,67024336~5337706,74441489~8050945,85507577~7929598,106782481~7460014,120528366~6731610,134287688~3156240,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,297795584~10172917,312137883~3299503,336040218~7350664,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:47.450 INFO:tasks.workunit.client.0.smithi029.stdout:from 16 to HEAD diff [28436043~12212845,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,135448329~1995599,151640016~3387863,166579123~8135744,185670999~2768905,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,312137883~3299503,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:47.450 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [28436043~12212845,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,135448329~1995599,151640016~3387863,166579123~8135744,185670999~2768905,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,312137883~3299503,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:47.455 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [28436043~12212845,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,134287688~3156240,151640016~3387863,166579123~8135744,185670999~2768905,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,312137883~3299503,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:47.456 INFO:tasks.workunit.client.0.smithi029.stdout:from 17 to HEAD diff [28436043~6651359,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,135448329~1995599,151940048~855390,166579123~8135744,199792521~8141511,214824594~5378128,312137883~3299503,352948505~7087589,382959183~5780634,401289038~7976403] 2024-07-27T19:39:47.456 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [28436043~6651359,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,135448329~1995599,151940048~855390,166579123~8135744,199792521~8141511,214824594~5378128,312137883~3299503,352948505~7087589,382959183~5780634,401289038~7976403] 2024-07-27T19:39:47.461 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [28436043~6651359,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,134287688~3156240,151940048~855390,166579123~8135744,199792521~8141511,214824594~5378128,312137883~3299503,352948505~7087589,382959183~5780634,401289038~7976403] 2024-07-27T19:39:48.348 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:48.348 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:48.386 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:48.386 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:48.386 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:48.392 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:48.392 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:48.392 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:48.399 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:48.399 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:48.399 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:48.405 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:48.405 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:48.405 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:48.412 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:48.412 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:48.412 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:48.418 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:48.418 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:48.419 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:48.425 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:48.425 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:48.425 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:48.431 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:48.431 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:48.431 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:48.437 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,105124628~9117867,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:48.437 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.437 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.443 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,59343611~13018431,74441489~9217385,83886080~9551095,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.443 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.443 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.449 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,59343611~13018431,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,297795584~23588754,327155712~16235170,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.449 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.450 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.455 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.455 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to HEAD diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.455 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.461 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.461 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to HEAD diff [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.462 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.467 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,312137883~3299503,333166151~10224731,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:48.467 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to HEAD diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:48.468 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:48.473 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,134287688~3156240,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,312137883~3299503,333166151~10224731,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:48.473 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to HEAD diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~8050945,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,301869128~6099373,312137883~3299503,336040218~7350664,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:48.473 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~8050945,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,301869128~6099373,312137883~3299503,336040218~7350664,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:48.479 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,28436043~12212845,67024336~5337706,74441489~8050945,85507577~7929598,106782481~7460014,120528366~6731610,134287688~3156240,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,297795584~10172917,312137883~3299503,336040218~7350664,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:48.479 INFO:tasks.workunit.client.0.smithi029.stdout:from 16 to HEAD diff [28436043~12212845,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,135448329~1995599,151640016~3387863,166579123~8135744,185670999~2768905,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,312137883~3299503,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:48.479 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [28436043~12212845,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,135448329~1995599,151640016~3387863,166579123~8135744,185670999~2768905,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,312137883~3299503,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:48.484 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [28436043~12212845,67024336~5337706,74441489~8050945,85507577~7316234,106782481~7460014,134287688~3156240,151640016~3387863,166579123~8135744,185670999~2768905,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,312137883~3299503,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:48 smithi179 ceph-mon[89801]: osdmap e2157: 8 total, 8 up, 8 in 2024-07-27T19:39:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:48 smithi179 ceph-mon[89801]: pgmap v4230: 137 pgs: 137 active+clean; 1.2 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 83 KiB/s rd, 33 MiB/s wr, 2.32k op/s 2024-07-27T19:39:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:48 smithi029 ceph-mon[96870]: osdmap e2157: 8 total, 8 up, 8 in 2024-07-27T19:39:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:48 smithi029 ceph-mon[96870]: pgmap v4230: 137 pgs: 137 active+clean; 1.2 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 83 KiB/s rd, 33 MiB/s wr, 2.32k op/s 2024-07-27T19:39:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:48 smithi029 ceph-mon[99353]: osdmap e2157: 8 total, 8 up, 8 in 2024-07-27T19:39:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:48 smithi029 ceph-mon[99353]: pgmap v4230: 137 pgs: 137 active+clean; 1.2 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 83 KiB/s rd, 33 MiB/s wr, 2.32k op/s 2024-07-27T19:39:49.352 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:49.352 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:49.392 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:49.392 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:49.392 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:49.400 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:49.400 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:49.400 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:49.407 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:49.407 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:49.407 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:49.414 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:49.414 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:49.414 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:49.421 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:49.421 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:49.421 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:49.428 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:49.428 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:49.428 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:49.435 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:49.435 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:49.435 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:49.442 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:49.442 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:49.442 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:49.448 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,105124628~9117867,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:49.448 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.448 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.454 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,59343611~13018431,74441489~9217385,83886080~9551095,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.454 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.454 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.460 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,59343611~13018431,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,297795584~23588754,327155712~16235170,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.460 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.460 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.465 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.466 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to HEAD diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.466 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.472 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.472 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to HEAD diff [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.472 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.478 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,312137883~3299503,333166151~10224731,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:49.478 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to HEAD diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:49.478 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:49.484 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,134287688~3156240,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,312137883~3299503,333166151~10224731,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:49.484 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to HEAD diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~8050945,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,301869128~6099373,312137883~3299503,336040218~7350664,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:49.484 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~8050945,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,301869128~6099373,312137883~3299503,336040218~7350664,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:49.489 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,28436043~12212845,67024336~5337706,74441489~8050945,85507577~7929598,106782481~7460014,120528366~6731610,134287688~3156240,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,246156618~6094153,254950690~8092431,265955277~4362277,285768792~8065772,297795584~10172917,312137883~3299503,336040218~7350664,352948505~7087589,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:49 smithi179 ceph-mon[89801]: osdmap e2158: 8 total, 8 up, 8 in 2024-07-27T19:39:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:49 smithi029 ceph-mon[96870]: osdmap e2158: 8 total, 8 up, 8 in 2024-07-27T19:39:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:49 smithi029 ceph-mon[99353]: osdmap e2158: 8 total, 8 up, 8 in 2024-07-27T19:39:50.364 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:50.364 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:50.400 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:50.401 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:50.401 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:50.407 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:50.407 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:50.407 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:50.414 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:50.414 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:50.414 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:50.420 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:50.420 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:50.420 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:50.427 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:50.427 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:50.427 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:50.433 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:50.433 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:50.433 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:50.439 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:50.439 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:50.440 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:50.446 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:50.446 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:50.446 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:50.452 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,105124628~9117867,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:50.452 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.452 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.458 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,59343611~13018431,74441489~9217385,83886080~9551095,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.458 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.458 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.464 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,59343611~13018431,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,297795584~23588754,327155712~16235170,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.464 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.464 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.470 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.471 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to HEAD diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.471 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.476 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.476 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to HEAD diff [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.476 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.482 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,312137883~3299503,333166151~10224731,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:50.482 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to HEAD diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:50.482 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,135448329~1995599,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:50.487 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8440958~4653586,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~6731610,134287688~3156240,151640016~3387863,158289659~1347947,166579123~8135744,185670999~7392236,199792521~8141511,214824594~5378128,227915858~5323509,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,312137883~3299503,333166151~10224731,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,401289038~7976403] 2024-07-27T19:39:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:50 smithi179 ceph-mon[89801]: osdmap e2159: 8 total, 8 up, 8 in 2024-07-27T19:39:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:50 smithi179 ceph-mon[89801]: pgmap v4233: 137 pgs: 137 active+clean; 1.2 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 217 KiB/s rd, 27 MiB/s wr, 4.79k op/s 2024-07-27T19:39:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:50 smithi029 ceph-mon[96870]: osdmap e2159: 8 total, 8 up, 8 in 2024-07-27T19:39:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:50 smithi029 ceph-mon[96870]: pgmap v4233: 137 pgs: 137 active+clean; 1.2 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 217 KiB/s rd, 27 MiB/s wr, 4.79k op/s 2024-07-27T19:39:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:50 smithi029 ceph-mon[99353]: osdmap e2159: 8 total, 8 up, 8 in 2024-07-27T19:39:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:50 smithi029 ceph-mon[99353]: pgmap v4233: 137 pgs: 137 active+clean; 1.2 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 217 KiB/s rd, 27 MiB/s wr, 4.79k op/s 2024-07-27T19:39:51.369 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:51.369 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:51.411 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:51.411 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:51.412 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:51.417 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:51.418 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:51.418 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:51.424 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:51.424 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:51.424 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:51.430 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:51.430 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:51.430 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:51.436 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:51.436 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:51.436 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:51.442 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:51.442 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:51.442 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:51.448 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:51.448 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:51.448 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:51.454 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:51.454 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:51.454 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:51.460 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,105124628~9117867,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:51.460 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.460 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.466 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,59343611~13018431,74441489~9217385,83886080~9551095,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.466 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.466 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.472 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,59343611~13018431,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,297795584~23588754,327155712~16235170,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.472 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.472 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.478 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.478 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to HEAD diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.478 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.483 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.484 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to HEAD diff [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.484 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,301869128~6099373,312137883~3299503,333286436~10104446,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.489 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,28436043~12212845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,280678589~1638321,285768792~8065772,297795584~10172917,312137883~3299503,333166151~10224731,352948505~10129424,371649663~3980337,376141211~889554,382959183~5780634,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:51.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:51 smithi179 ceph-mon[89801]: osdmap e2160: 8 total, 8 up, 8 in 2024-07-27T19:39:51.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:51 smithi029 ceph-mon[96870]: osdmap e2160: 8 total, 8 up, 8 in 2024-07-27T19:39:51.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:51 smithi029 ceph-mon[99353]: osdmap e2160: 8 total, 8 up, 8 in 2024-07-27T19:39:52.366 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:52.366 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:52.408 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:52.408 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:52.408 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:52.420 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:52.420 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:52.420 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:52.426 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:52.426 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:52.426 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:52.431 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:52.431 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:52.431 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:52.438 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:52.438 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:52.438 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:52.444 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:52.444 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:52.444 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:52.450 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:52.450 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:52.450 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:52.456 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:52.456 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:52.456 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:52.462 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,105124628~9117867,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:52.462 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:52.462 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:52.468 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,59343611~13018431,74441489~9217385,83886080~9551095,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:52.468 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:52.468 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:52.473 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,59343611~13018431,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,297795584~23588754,327155712~16235170,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:52.474 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:52.474 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:52.479 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:52.479 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to HEAD diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:52.479 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:52.484 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,26553265~14095623,47494036~1141823,63277467~2033845,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~8092431,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,352948505~14492555,371649663~3980337,376141211~889554,382959183~9302829,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:52 smithi179 ceph-mon[89801]: osdmap e2161: 8 total, 8 up, 8 in 2024-07-27T19:39:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:52 smithi179 ceph-mon[89801]: pgmap v4236: 137 pgs: 137 active+clean; 1.2 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 145 KiB/s rd, 6.8 MiB/s wr, 3.30k op/s 2024-07-27T19:39:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:52 smithi029 ceph-mon[96870]: osdmap e2161: 8 total, 8 up, 8 in 2024-07-27T19:39:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:52 smithi029 ceph-mon[96870]: pgmap v4236: 137 pgs: 137 active+clean; 1.2 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 145 KiB/s rd, 6.8 MiB/s wr, 3.30k op/s 2024-07-27T19:39:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:52 smithi029 ceph-mon[99353]: osdmap e2161: 8 total, 8 up, 8 in 2024-07-27T19:39:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:52 smithi029 ceph-mon[99353]: pgmap v4236: 137 pgs: 137 active+clean; 1.2 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 145 KiB/s rd, 6.8 MiB/s wr, 3.30k op/s 2024-07-27T19:39:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:39:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:39:52] "GET /metrics HTTP/1.1" 200 36730 "" "Prometheus/2.43.0" 2024-07-27T19:39:53.363 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:53.363 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:53.415 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:53.416 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:53.416 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:53.426 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:53.427 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:53.427 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:53.432 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:53.433 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:53.433 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:53.438 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:53.438 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:53.439 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:53.444 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:53.445 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:53.445 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:53.450 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:53.451 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:53.451 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:53.456 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:53.456 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:53.457 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:53.463 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:53.463 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:53.463 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:53.469 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,105124628~9117867,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:53.469 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:53.469 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:53.474 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,59343611~13018431,74441489~9217385,83886080~9551095,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:53.474 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:53.475 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:53.481 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,59343611~13018431,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,297795584~23588754,327155712~16235170,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:53.481 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:53.481 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,301869128~6099373,309932697~6501229,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:53.486 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,22791541~17857347,44309890~2773892,47494036~1141823,63277467~2457762,67024336~5337706,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,134287688~3156240,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~6094153,254950690~9281048,265955277~4362277,277583502~4733408,285768792~8065772,297795584~18638342,333166151~10224731,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:53.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:53 smithi179 ceph-mon[89801]: osdmap e2162: 8 total, 8 up, 8 in 2024-07-27T19:39:53.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:53 smithi029 ceph-mon[96870]: osdmap e2162: 8 total, 8 up, 8 in 2024-07-27T19:39:53.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:53 smithi029 ceph-mon[99353]: osdmap e2162: 8 total, 8 up, 8 in 2024-07-27T19:39:54.387 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:54.387 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:54.425 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:54.425 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:54.425 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:54.436 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:54.437 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:54.437 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:54.447 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:54.447 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:54.448 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:54.454 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:54.454 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:54.454 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:54.461 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:54.461 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:54.461 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:54.467 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:54.467 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:54.467 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:54.473 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:54.473 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:54.473 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:54.479 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:54.479 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:54.479 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:54.485 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,105124628~9117867,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:54.485 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:54.485 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:54.491 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,59343611~13018431,74441489~9217385,83886080~9551095,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:54.491 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:54.491 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:54.497 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,44309890~2773892,47494036~1141823,59343611~13018431,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~4733408,285768792~8065772,297795584~23588754,327155712~16235170,346968974~20472086,371649663~3980337,376141211~889554,378043512~14218500,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:54 smithi179 ceph-mon[89801]: osdmap e2163: 8 total, 8 up, 8 in 2024-07-27T19:39:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:54 smithi179 ceph-mon[89801]: pgmap v4239: 137 pgs: 137 active+clean; 1.2 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 136 KiB/s rd, 6.2 KiB/s wr, 1.79k op/s 2024-07-27T19:39:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:39:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:54 smithi029 ceph-mon[96870]: osdmap e2163: 8 total, 8 up, 8 in 2024-07-27T19:39:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:54 smithi029 ceph-mon[96870]: pgmap v4239: 137 pgs: 137 active+clean; 1.2 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 136 KiB/s rd, 6.2 KiB/s wr, 1.79k op/s 2024-07-27T19:39:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:39:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:54 smithi029 ceph-mon[99353]: osdmap e2163: 8 total, 8 up, 8 in 2024-07-27T19:39:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:54 smithi029 ceph-mon[99353]: pgmap v4239: 137 pgs: 137 active+clean; 1.2 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 136 KiB/s rd, 6.2 KiB/s wr, 1.79k op/s 2024-07-27T19:39:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:39:55.393 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:55.394 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:55.435 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:55.435 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:55.435 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:55.446 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:55.446 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:55.446 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:55.453 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:55.453 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:55.453 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:55.459 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:55.459 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:55.459 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:55.466 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:55.466 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:55.466 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:55.472 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:55.472 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:55.472 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:55.477 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:55.478 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:55.478 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:55.484 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:55.484 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:55.484 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:55.490 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,105124628~9117867,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:55.490 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:55.490 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,62771531~9590511,74441489~9217385,85507577~7929598,106782481~7460014,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:55.495 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,59343611~13018431,74441489~9217385,83886080~9551095,106782481~7460014,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,198315727~9618305,208581250~4339115,214824594~5378128,227915858~5323509,234522035~3591426,238318771~2272452,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,401289038~7976403,410605448~586421] 2024-07-27T19:39:55.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:55 smithi179 ceph-mon[89801]: osdmap e2164: 8 total, 8 up, 8 in 2024-07-27T19:39:55.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:55 smithi029 ceph-mon[96870]: osdmap e2164: 8 total, 8 up, 8 in 2024-07-27T19:39:55.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:55 smithi029 ceph-mon[99353]: osdmap e2164: 8 total, 8 up, 8 in 2024-07-27T19:39:56.401 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:56.401 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:56.447 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:56.447 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:56.447 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:56.453 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:56.453 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:56.453 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:56.459 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:56.459 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:56.459 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:56.465 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:56.465 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:56.465 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:56.471 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:56.471 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:56.471 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:56.477 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:56.477 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:56.478 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:56.483 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:56.483 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:56.483 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:56.489 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:56.490 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:56.490 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~9551924,18352885~22296003,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,105124628~9117867,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:56.495 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~9551924,18352885~22296003,42606277~4477505,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,105124628~9117867,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:56 smithi179 ceph-mon[89801]: osdmap e2165: 8 total, 8 up, 8 in 2024-07-27T19:39:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:56 smithi179 ceph-mon[89801]: pgmap v4242: 137 pgs: 137 active+clean; 1.1 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 136 KiB/s rd, 6.2 KiB/s wr, 1.66k op/s 2024-07-27T19:39:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:56 smithi029 ceph-mon[96870]: osdmap e2165: 8 total, 8 up, 8 in 2024-07-27T19:39:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:56 smithi029 ceph-mon[96870]: pgmap v4242: 137 pgs: 137 active+clean; 1.1 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 136 KiB/s rd, 6.2 KiB/s wr, 1.66k op/s 2024-07-27T19:39:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:56 smithi029 ceph-mon[99353]: osdmap e2165: 8 total, 8 up, 8 in 2024-07-27T19:39:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:56 smithi029 ceph-mon[99353]: pgmap v4242: 137 pgs: 137 active+clean; 1.1 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 136 KiB/s rd, 6.2 KiB/s wr, 1.66k op/s 2024-07-27T19:39:57.394 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:57.394 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:57.449 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:57.449 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:57.449 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:57.456 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:57.456 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:57.456 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:57.462 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:57.462 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:57.462 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:57.468 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:57.468 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:57.468 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:57.474 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:57.474 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:57.474 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:57.480 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:57.480 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:57.480 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:57.486 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:57.486 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:57.486 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:57.492 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,151640016~8024151,166579123~8135744,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~4523171,214824594~5378128,227915858~5323509,234522035~6069188,246156618~7847890,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:57.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:57 smithi179 ceph-mon[89801]: osdmap e2166: 8 total, 8 up, 8 in 2024-07-27T19:39:57.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:57 smithi029 ceph-mon[96870]: osdmap e2166: 8 total, 8 up, 8 in 2024-07-27T19:39:57.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:57 smithi029 ceph-mon[99353]: osdmap e2166: 8 total, 8 up, 8 in 2024-07-27T19:39:58.409 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:58.409 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:58.454 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:58.455 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:58.455 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:58.465 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:58.465 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:58.465 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:58.472 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:58.472 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:58.472 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:58.478 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:58.478 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:58.478 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:58.484 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:58.484 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:58.484 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:58.490 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:58.490 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:58.490 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,119546843~865662,120528366~7743407,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:58.496 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,102889656~11352839,119546843~865662,120528366~7743407,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~6069188,244683947~9320561,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,395441405~2888997,400214538~9050903,410605448~586421] 2024-07-27T19:39:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:58 smithi179 ceph-mon[89801]: osdmap e2167: 8 total, 8 up, 8 in 2024-07-27T19:39:58.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:58 smithi179 ceph-mon[89801]: pgmap v4245: 137 pgs: 137 active+clean; 1.1 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 4.5 KiB/s rd, 1.2 KiB/s wr, 1.28k op/s 2024-07-27T19:39:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:58 smithi029 ceph-mon[96870]: osdmap e2167: 8 total, 8 up, 8 in 2024-07-27T19:39:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:58 smithi029 ceph-mon[96870]: pgmap v4245: 137 pgs: 137 active+clean; 1.1 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 4.5 KiB/s rd, 1.2 KiB/s wr, 1.28k op/s 2024-07-27T19:39:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:58 smithi029 ceph-mon[99353]: osdmap e2167: 8 total, 8 up, 8 in 2024-07-27T19:39:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:58 smithi029 ceph-mon[99353]: pgmap v4245: 137 pgs: 137 active+clean; 1.1 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 4.5 KiB/s rd, 1.2 KiB/s wr, 1.28k op/s 2024-07-27T19:39:59.096 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:59.096 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:59.154 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:59.154 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:59.154 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:59.160 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:59.160 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:59.160 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:39:59.166 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:39:59.166 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:59.166 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:59.171 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:59.172 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:59.172 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:59.177 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:59.177 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:59.177 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,8440958~34165319,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,346968974~20472086,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:39:59.183 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,8440958~38642824,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~4537412,151640016~8024151,160483607~5795989,166579123~12652667,179590234~4681360,185670999~7392236,195071846~2233755,198315727~9618305,208397194~11805528,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16251062,297795584~23588754,327155712~16235170,346968974~20472086,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:39:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:59 smithi179 ceph-mon[89801]: osdmap e2168: 8 total, 8 up, 8 in 2024-07-27T19:39:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:39:59 smithi179 ceph-mon[89801]: osdmap e2169: 8 total, 8 up, 8 in 2024-07-27T19:39:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:59 smithi029 ceph-mon[99353]: osdmap e2168: 8 total, 8 up, 8 in 2024-07-27T19:39:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:39:59 smithi029 ceph-mon[99353]: osdmap e2169: 8 total, 8 up, 8 in 2024-07-27T19:39:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:59 smithi029 ceph-mon[96870]: osdmap e2168: 8 total, 8 up, 8 in 2024-07-27T19:39:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:39:59 smithi029 ceph-mon[96870]: osdmap e2169: 8 total, 8 up, 8 in 2024-07-27T19:40:00.101 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:00.101 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:00.141 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:40:00.141 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:00.141 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:00.147 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:40:00.147 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:00.147 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:00.154 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:40:00.154 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:40:00.154 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:40:00.160 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:40:00.160 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:40:00.160 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,4707853~37898424,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,301869128~6099373,309932697~11451641,330109358~3056793,333286436~10104446,345893397~24199519,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:40:00.166 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [747794~295796,4707853~42375929,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~12652667,179590234~17715367,198315727~21886995,227915858~5323509,234522035~19482473,254950690~9281048,265955277~4362277,273950401~1358195,277583502~16528106,297795584~23588754,327155712~16235170,345893397~24199519,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:40:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:00 smithi179 ceph-mon[89801]: pgmap v4248: 137 pgs: 137 active+clean; 1.1 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 104 KiB/s rd, 6.2 KiB/s wr, 1.48k op/s 2024-07-27T19:40:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:00 smithi179 ceph-mon[89801]: overall HEALTH_WARN Telemetry requires re-opt-in 2024-07-27T19:40:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:00 smithi179 ceph-mon[89801]: osdmap e2170: 8 total, 8 up, 8 in 2024-07-27T19:40:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:00 smithi029 ceph-mon[99353]: pgmap v4248: 137 pgs: 137 active+clean; 1.1 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 104 KiB/s rd, 6.2 KiB/s wr, 1.48k op/s 2024-07-27T19:40:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:00 smithi029 ceph-mon[99353]: overall HEALTH_WARN Telemetry requires re-opt-in 2024-07-27T19:40:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:00 smithi029 ceph-mon[99353]: osdmap e2170: 8 total, 8 up, 8 in 2024-07-27T19:40:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:00 smithi029 ceph-mon[96870]: pgmap v4248: 137 pgs: 137 active+clean; 1.1 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 104 KiB/s rd, 6.2 KiB/s wr, 1.48k op/s 2024-07-27T19:40:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:00 smithi029 ceph-mon[96870]: overall HEALTH_WARN Telemetry requires re-opt-in 2024-07-27T19:40:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:00 smithi029 ceph-mon[96870]: osdmap e2170: 8 total, 8 up, 8 in 2024-07-27T19:40:01.095 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:01.096 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:01.139 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:40:01.140 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:01.140 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:01.149 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:40:01.149 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:01.149 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:01.155 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:40:01.155 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:40:01.155 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,400214538~16656629] 2024-07-27T19:40:01.161 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~30726478,198315727~21886995,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~4212463,400214538~16656629] 2024-07-27T19:40:02.092 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:02.092 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:02.141 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:40:02.141 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:02.141 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:02.150 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:40:02.150 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:02.150 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49168752~1519763,62771531~9590511,74327896~9330978,85507577~8519432,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~8024151,160483607~5795989,166579123~53623599,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:02.156 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~47083782,47494036~1141823,49168752~1519763,59343611~24315263,83886080~10140929,101700342~12542153,117296412~10975361,130023424~7420504,138412032~13184591,151640016~8024151,160483607~5795989,166579123~53623599,226571272~27433236,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:40:02.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:02 smithi029 ceph-mon[96870]: osdmap e2171: 8 total, 8 up, 8 in 2024-07-27T19:40:02.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:02 smithi029 ceph-mon[99353]: osdmap e2171: 8 total, 8 up, 8 in 2024-07-27T19:40:02.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:02 smithi179 ceph-mon[89801]: osdmap e2171: 8 total, 8 up, 8 in 2024-07-27T19:40:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:40:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:40:02] "GET /metrics HTTP/1.1" 200 36738 "" "Prometheus/2.43.0" 2024-07-27T19:40:03.100 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:03.100 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:03.147 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:40:03.147 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:03.147 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:03.153 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~13184591,151640016~14639580,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,344855777~25237139,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:40:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:03 smithi179 ceph-mon[89801]: pgmap v4251: 137 pgs: 1 active+clean+snaptrim, 136 active+clean; 1.0 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 101 KiB/s rd, 5.0 KiB/s wr, 900 op/s 2024-07-27T19:40:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:03 smithi179 ceph-mon[89801]: osdmap e2172: 8 total, 8 up, 8 in 2024-07-27T19:40:03.163 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:40:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=cleanup t=2024-07-27T19:40:02.839205513Z level=info msg="Completed cleanup jobs" duration=6.567989ms 2024-07-27T19:40:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:03 smithi029 ceph-mon[96870]: pgmap v4251: 137 pgs: 1 active+clean+snaptrim, 136 active+clean; 1.0 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 101 KiB/s rd, 5.0 KiB/s wr, 900 op/s 2024-07-27T19:40:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:03 smithi029 ceph-mon[96870]: osdmap e2172: 8 total, 8 up, 8 in 2024-07-27T19:40:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:03 smithi029 ceph-mon[99353]: pgmap v4251: 137 pgs: 1 active+clean+snaptrim, 136 active+clean; 1.0 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 101 KiB/s rd, 5.0 KiB/s wr, 900 op/s 2024-07-27T19:40:03.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:03 smithi029 ceph-mon[99353]: osdmap e2172: 8 total, 8 up, 8 in 2024-07-27T19:40:04.074 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:04.074 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [747794~295796,3919920~38686357,43323109~3760673,47494036~1141823,49151994~6696741,62771531~9590511,74327896~9330978,85507577~9535936,96599083~5101259,102889656~11352839,117296412~10975361,132888486~1399202,135448329~1995599,139623320~3326124,146076552~5520071,151640016~14639580,166579123~53623599,221481105~5090167,227691991~26312517,254950690~15366864,273950401~1358195,277583502~16528106,301869128~6099373,309932697~16910076,330109358~3056793,333286436~10104446,344855777~25237139,371649663~6015274,378043512~15649793,395441405~3035634,398857739~18013428] 2024-07-27T19:40:04.114 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~55848735,59343611~24315263,83886080~11157433,96599083~17643412,117296412~10975361,130023424~7420504,138412032~27867564,166579123~87425385,254950690~15366864,273950401~1358195,277583502~16528106,297795584~29047189,327155712~16235170,343932928~26159988,371593665~6071272,378043512~15649793,394264576~22606591] 2024-07-27T19:40:04.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:04 smithi179 ceph-mon[89801]: osdmap e2173: 8 total, 8 up, 8 in 2024-07-27T19:40:04.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:04 smithi179 ceph-mon[89801]: osdmap e2174: 8 total, 8 up, 8 in 2024-07-27T19:40:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:04 smithi029 ceph-mon[96870]: osdmap e2173: 8 total, 8 up, 8 in 2024-07-27T19:40:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:04 smithi029 ceph-mon[96870]: osdmap e2174: 8 total, 8 up, 8 in 2024-07-27T19:40:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:04 smithi029 ceph-mon[99353]: osdmap e2173: 8 total, 8 up, 8 in 2024-07-27T19:40:04.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:04 smithi029 ceph-mon[99353]: osdmap e2174: 8 total, 8 up, 8 in 2024-07-27T19:40:05.144 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateStress (39903 ms) 2024-07-27T19:40:05.144 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateParent 2024-07-27T19:40:05.144 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:05 smithi179 ceph-mon[89801]: pgmap v4254: 137 pgs: 1 active+clean+snaptrim, 136 active+clean; 959 MiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 72 KiB/s rd, 6.2 KiB/s wr, 670 op/s 2024-07-27T19:40:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:05 smithi029 ceph-mon[99353]: pgmap v4254: 137 pgs: 1 active+clean+snaptrim, 136 active+clean; 959 MiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 72 KiB/s rd, 6.2 KiB/s wr, 670 op/s 2024-07-27T19:40:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:05 smithi029 ceph-mon[96870]: pgmap v4254: 137 pgs: 1 active+clean+snaptrim, 136 active+clean; 959 MiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 72 KiB/s rd, 6.2 KiB/s wr, 670 op/s 2024-07-27T19:40:06.216 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateParent (1073 ms) 2024-07-27T19:40:06.216 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateIgnoreParent 2024-07-27T19:40:06.216 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:06.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:06 smithi179 ceph-mon[89801]: osdmap e2175: 8 total, 8 up, 8 in 2024-07-27T19:40:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:06 smithi029 ceph-mon[96870]: osdmap e2175: 8 total, 8 up, 8 in 2024-07-27T19:40:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:06 smithi029 ceph-mon[99353]: osdmap e2175: 8 total, 8 up, 8 in 2024-07-27T19:40:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: wrote [407161~50139,948808~99637,3270296~37020,9283955~92364,9831599~50392,11264016~92661,13484702~86867,17043285~118244,19215406~29809] to clone 2024-07-27T19:40:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: diff was [0~3307316,8388608~2968069,12582912~988657,16777216~2467999] 2024-07-27T19:40:07.232 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateIgnoreParent (1016 ms) 2024-07-27T19:40:07.233 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateCallbackError 2024-07-27T19:40:07.233 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: wrote [162230~88894,3282398~51511,5810848~74869,10525281~55773,12498291~51013,14880861~46873,17183358~25967,17470768~844,19786698~91499,20266687~58384] 2024-07-27T19:40:07.261 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateCallbackError (28 ms) 2024-07-27T19:40:07.261 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateParentDiscard 2024-07-27T19:40:07.261 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:07 smithi179 ceph-mon[89801]: pgmap v4257: 137 pgs: 1 active+clean+snaptrim, 136 active+clean; 907 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 71 KiB/s rd, 6.2 KiB/s wr, 579 op/s 2024-07-27T19:40:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:07 smithi179 ceph-mon[89801]: osdmap e2176: 8 total, 8 up, 8 in 2024-07-27T19:40:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:07 smithi029 ceph-mon[99353]: pgmap v4257: 137 pgs: 1 active+clean+snaptrim, 136 active+clean; 907 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 71 KiB/s rd, 6.2 KiB/s wr, 579 op/s 2024-07-27T19:40:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:07 smithi029 ceph-mon[99353]: osdmap e2176: 8 total, 8 up, 8 in 2024-07-27T19:40:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:07 smithi029 ceph-mon[96870]: pgmap v4257: 137 pgs: 1 active+clean+snaptrim, 136 active+clean; 907 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 71 KiB/s rd, 6.2 KiB/s wr, 579 op/s 2024-07-27T19:40:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:07 smithi029 ceph-mon[96870]: osdmap e2176: 8 total, 8 up, 8 in 2024-07-27T19:40:08.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:08 smithi179 ceph-mon[89801]: osdmap e2177: 8 total, 8 up, 8 in 2024-07-27T19:40:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:08 smithi029 ceph-mon[96870]: osdmap e2177: 8 total, 8 up, 8 in 2024-07-27T19:40:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:08 smithi029 ceph-mon[99353]: osdmap e2177: 8 total, 8 up, 8 in 2024-07-27T19:40:09.165 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateParentDiscard (1905 ms) 2024-07-27T19:40:09.165 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateUnalignedSmall 2024-07-27T19:40:09.166 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:09.222 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateUnalignedSmall (57 ms) 2024-07-27T19:40:09.223 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateUnaligned 2024-07-27T19:40:09.223 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:09.295 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateUnaligned (72 ms) 2024-07-27T19:40:09.295 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateTryAcquireLock 2024-07-27T19:40:09.295 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:09 smithi179 ceph-mon[89801]: pgmap v4260: 137 pgs: 137 active+clean; 834 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 16 KiB/s rd, 3.0 MiB/s wr, 231 op/s 2024-07-27T19:40:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:09 smithi179 ceph-mon[89801]: osdmap e2178: 8 total, 8 up, 8 in 2024-07-27T19:40:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:40:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:09 smithi179 ceph-mon[89801]: osdmap e2179: 8 total, 8 up, 8 in 2024-07-27T19:40:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:09 smithi029 ceph-mon[96870]: pgmap v4260: 137 pgs: 137 active+clean; 834 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 16 KiB/s rd, 3.0 MiB/s wr, 231 op/s 2024-07-27T19:40:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:09 smithi029 ceph-mon[96870]: osdmap e2178: 8 total, 8 up, 8 in 2024-07-27T19:40:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:40:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:09 smithi029 ceph-mon[96870]: osdmap e2179: 8 total, 8 up, 8 in 2024-07-27T19:40:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:09 smithi029 ceph-mon[99353]: pgmap v4260: 137 pgs: 137 active+clean; 834 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 16 KiB/s rd, 3.0 MiB/s wr, 231 op/s 2024-07-27T19:40:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:09 smithi029 ceph-mon[99353]: osdmap e2178: 8 total, 8 up, 8 in 2024-07-27T19:40:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:40:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:09 smithi029 ceph-mon[99353]: osdmap e2179: 8 total, 8 up, 8 in 2024-07-27T19:40:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:11 smithi179 ceph-mon[89801]: pgmap v4263: 137 pgs: 137 active+clean; 847 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 3.2 MiB/s rd, 9.8 MiB/s wr, 331 op/s 2024-07-27T19:40:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:11 smithi029 ceph-mon[96870]: pgmap v4263: 137 pgs: 137 active+clean; 847 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 3.2 MiB/s rd, 9.8 MiB/s wr, 331 op/s 2024-07-27T19:40:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:11 smithi029 ceph-mon[99353]: pgmap v4263: 137 pgs: 137 active+clean; 847 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 3.2 MiB/s rd, 9.8 MiB/s wr, 331 op/s 2024-07-27T19:40:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:40:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:40:12] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:40:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:13 smithi179 ceph-mon[89801]: pgmap v4264: 137 pgs: 137 active+clean; 876 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 3.8 MiB/s rd, 10 MiB/s wr, 330 op/s 2024-07-27T19:40:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:13 smithi029 ceph-mon[96870]: pgmap v4264: 137 pgs: 137 active+clean; 876 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 3.8 MiB/s rd, 10 MiB/s wr, 330 op/s 2024-07-27T19:40:13.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:13 smithi029 ceph-mon[99353]: pgmap v4264: 137 pgs: 137 active+clean; 876 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 3.8 MiB/s rd, 10 MiB/s wr, 330 op/s 2024-07-27T19:40:14.330 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/0.DiffIterateTryAcquireLock (5035 ms) 2024-07-27T19:40:14.330 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/0.DiffIterateStriping 2024-07-27T19:40:14.330 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_librbd.cc:8958: Skipped 2024-07-27T19:40:14.330 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:40:14.330 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] DiffIterateTest/0.DiffIterateStriping (0 ms) 2024-07-27T19:40:15.132 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 19 tests from DiffIterateTest/0 (256216 ms total) 2024-07-27T19:40:15.133 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:40:15.133 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 19 tests from DiffIterateTest/1, where TypeParam = DiffIterateParams 2024-07-27T19:40:15.170 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterate 2024-07-27T19:40:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:15 smithi179 ceph-mon[89801]: pgmap v4265: 137 pgs: 137 active+clean; 892 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 3.3 MiB/s rd, 7.3 MiB/s wr, 249 op/s 2024-07-27T19:40:15.499 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:15 smithi179 ceph-mon[89801]: osdmap e2180: 8 total, 8 up, 8 in 2024-07-27T19:40:15.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:15 smithi029 ceph-mon[96870]: pgmap v4265: 137 pgs: 137 active+clean; 892 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 3.3 MiB/s rd, 7.3 MiB/s wr, 249 op/s 2024-07-27T19:40:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:15 smithi029 ceph-mon[96870]: osdmap e2180: 8 total, 8 up, 8 in 2024-07-27T19:40:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:15 smithi029 ceph-mon[99353]: pgmap v4265: 137 pgs: 137 active+clean; 892 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 3.3 MiB/s rd, 7.3 MiB/s wr, 249 op/s 2024-07-27T19:40:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:15 smithi029 ceph-mon[99353]: osdmap e2180: 8 total, 8 up, 8 in 2024-07-27T19:40:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:16 smithi179 ceph-mon[89801]: osdmap e2181: 8 total, 8 up, 8 in 2024-07-27T19:40:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:16 smithi029 ceph-mon[96870]: osdmap e2181: 8 total, 8 up, 8 in 2024-07-27T19:40:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:16 smithi029 ceph-mon[99353]: osdmap e2181: 8 total, 8 up, 8 in 2024-07-27T19:40:17.147 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:17 smithi179 ceph-mon[89801]: pgmap v4268: 105 pgs: 105 active+clean; 4.6 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail 2024-07-27T19:40:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:17 smithi179 ceph-mon[89801]: osdmap e2182: 8 total, 8 up, 8 in 2024-07-27T19:40:17.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:17 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2617112404' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-48","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:40:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:17 smithi029 ceph-mon[96870]: pgmap v4268: 105 pgs: 105 active+clean; 4.6 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail 2024-07-27T19:40:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:17 smithi029 ceph-mon[96870]: osdmap e2182: 8 total, 8 up, 8 in 2024-07-27T19:40:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:17 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2617112404' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-48","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:40:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:17 smithi029 ceph-mon[99353]: pgmap v4268: 105 pgs: 105 active+clean; 4.6 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail 2024-07-27T19:40:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:17 smithi029 ceph-mon[99353]: osdmap e2182: 8 total, 8 up, 8 in 2024-07-27T19:40:17.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:17 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2617112404' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-48","app": "rados","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:40:18.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:18 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2617112404' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-48","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:40:18.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:18 smithi179 ceph-mon[89801]: osdmap e2183: 8 total, 8 up, 8 in 2024-07-27T19:40:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:18 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2617112404' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-48","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:40:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:18 smithi029 ceph-mon[96870]: osdmap e2183: 8 total, 8 up, 8 in 2024-07-27T19:40:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:18 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2617112404' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-librbd-smithi029-149820-48","app": "rados","yes_i_really_mean_it": true}]': finished 2024-07-27T19:40:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:18 smithi029 ceph-mon[99353]: osdmap e2183: 8 total, 8 up, 8 in 2024-07-27T19:40:19.195 INFO:tasks.workunit.client.0.smithi029.stdout: wrote [2396682~14509,4104771~8510,4520336~99387,5017487~30730,5723600~11294,7070737~26066,12931591~6322,14604699~25400,15130103~43472,17075523~53316] 2024-07-27T19:40:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:19 smithi179 ceph-mon[89801]: pgmap v4271: 137 pgs: 9 creating+peering, 21 unknown, 107 active+clean; 4.6 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:40:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:19 smithi179 ceph-mon[89801]: osdmap e2184: 8 total, 8 up, 8 in 2024-07-27T19:40:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:19 smithi029 ceph-mon[96870]: pgmap v4271: 137 pgs: 9 creating+peering, 21 unknown, 107 active+clean; 4.6 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:40:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:19 smithi029 ceph-mon[96870]: osdmap e2184: 8 total, 8 up, 8 in 2024-07-27T19:40:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:19 smithi029 ceph-mon[99353]: pgmap v4271: 137 pgs: 9 creating+peering, 21 unknown, 107 active+clean; 4.6 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:40:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:19 smithi029 ceph-mon[99353]: osdmap e2184: 8 total, 8 up, 8 in 2024-07-27T19:40:20.181 INFO:tasks.workunit.client.0.smithi029.stdout: wrote [0~8388608,12582912~8388608] 2024-07-27T19:40:20.190 INFO:tasks.workunit.client.0.smithi029.stdout: diff was [0~8388608,12582912~8388608] 2024-07-27T19:40:20.195 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterate (5024 ms) 2024-07-27T19:40:20.195 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateDeterministic 2024-07-27T19:40:20.195 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:20.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:20 smithi179 ceph-mon[89801]: osdmap e2185: 8 total, 8 up, 8 in 2024-07-27T19:40:20.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:20 smithi179 ceph-mon[89801]: pgmap v4274: 137 pgs: 9 creating+peering, 3 unknown, 125 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:40:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:20 smithi029 ceph-mon[99353]: osdmap e2185: 8 total, 8 up, 8 in 2024-07-27T19:40:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:20 smithi029 ceph-mon[99353]: pgmap v4274: 137 pgs: 9 creating+peering, 3 unknown, 125 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:40:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:20 smithi029 ceph-mon[96870]: osdmap e2185: 8 total, 8 up, 8 in 2024-07-27T19:40:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:20 smithi029 ceph-mon[96870]: pgmap v4274: 137 pgs: 9 creating+peering, 3 unknown, 125 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:40:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:21 smithi029 ceph-mon[96870]: osdmap e2186: 8 total, 8 up, 8 in 2024-07-27T19:40:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:21 smithi029 ceph-mon[99353]: osdmap e2186: 8 total, 8 up, 8 in 2024-07-27T19:40:21.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:21 smithi179 ceph-mon[89801]: osdmap e2186: 8 total, 8 up, 8 in 2024-07-27T19:40:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:22 smithi029 ceph-mon[96870]: osdmap e2187: 8 total, 8 up, 8 in 2024-07-27T19:40:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:22 smithi029 ceph-mon[96870]: pgmap v4277: 137 pgs: 5 creating+peering, 132 active+clean; 10 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 160 KiB/s wr, 9 op/s 2024-07-27T19:40:22.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:22 smithi029 ceph-mon[99353]: osdmap e2187: 8 total, 8 up, 8 in 2024-07-27T19:40:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:22 smithi029 ceph-mon[99353]: pgmap v4277: 137 pgs: 5 creating+peering, 132 active+clean; 10 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 160 KiB/s wr, 9 op/s 2024-07-27T19:40:22.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:40:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:40:22] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:40:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:22 smithi179 ceph-mon[89801]: osdmap e2187: 8 total, 8 up, 8 in 2024-07-27T19:40:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:22 smithi179 ceph-mon[89801]: pgmap v4277: 137 pgs: 5 creating+peering, 132 active+clean; 10 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 160 KiB/s wr, 9 op/s 2024-07-27T19:40:23.216 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:23 smithi029 ceph-mon[96870]: osdmap e2188: 8 total, 8 up, 8 in 2024-07-27T19:40:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:23 smithi029 ceph-mon[99353]: osdmap e2188: 8 total, 8 up, 8 in 2024-07-27T19:40:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:23 smithi179 ceph-mon[89801]: osdmap e2188: 8 total, 8 up, 8 in 2024-07-27T19:40:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:24 smithi029 ceph-mon[96870]: osdmap e2189: 8 total, 8 up, 8 in 2024-07-27T19:40:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:24 smithi029 ceph-mon[96870]: pgmap v4280: 137 pgs: 137 active+clean; 14 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 207 KiB/s wr, 62 op/s 2024-07-27T19:40:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:40:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:24 smithi029 ceph-mon[99353]: osdmap e2189: 8 total, 8 up, 8 in 2024-07-27T19:40:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:24 smithi029 ceph-mon[99353]: pgmap v4280: 137 pgs: 137 active+clean; 14 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 207 KiB/s wr, 62 op/s 2024-07-27T19:40:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:40:24.564 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:24 smithi179 ceph-mon[89801]: osdmap e2189: 8 total, 8 up, 8 in 2024-07-27T19:40:24.564 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:24 smithi179 ceph-mon[89801]: pgmap v4280: 137 pgs: 137 active+clean; 14 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 207 KiB/s wr, 62 op/s 2024-07-27T19:40:24.564 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:40:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:25 smithi029 ceph-mon[96870]: osdmap e2190: 8 total, 8 up, 8 in 2024-07-27T19:40:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:25 smithi029 ceph-mon[99353]: osdmap e2190: 8 total, 8 up, 8 in 2024-07-27T19:40:25.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:25 smithi179 ceph-mon[89801]: osdmap e2190: 8 total, 8 up, 8 in 2024-07-27T19:40:26.225 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:26 smithi029 ceph-mon[96870]: osdmap e2191: 8 total, 8 up, 8 in 2024-07-27T19:40:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:26 smithi029 ceph-mon[96870]: pgmap v4283: 137 pgs: 137 active+clean; 17 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 40 KiB/s rd, 87 KiB/s wr, 62 op/s 2024-07-27T19:40:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:26 smithi029 ceph-mon[99353]: osdmap e2191: 8 total, 8 up, 8 in 2024-07-27T19:40:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:26 smithi029 ceph-mon[99353]: pgmap v4283: 137 pgs: 137 active+clean; 17 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 40 KiB/s rd, 87 KiB/s wr, 62 op/s 2024-07-27T19:40:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:26 smithi179 ceph-mon[89801]: osdmap e2191: 8 total, 8 up, 8 in 2024-07-27T19:40:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:26 smithi179 ceph-mon[89801]: pgmap v4283: 137 pgs: 137 active+clean; 17 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 40 KiB/s rd, 87 KiB/s wr, 62 op/s 2024-07-27T19:40:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:27 smithi029 ceph-mon[96870]: osdmap e2192: 8 total, 8 up, 8 in 2024-07-27T19:40:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:27 smithi029 ceph-mon[99353]: osdmap e2192: 8 total, 8 up, 8 in 2024-07-27T19:40:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:27 smithi179 ceph-mon[89801]: osdmap e2192: 8 total, 8 up, 8 in 2024-07-27T19:40:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:28 smithi029 ceph-mon[96870]: osdmap e2193: 8 total, 8 up, 8 in 2024-07-27T19:40:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:28 smithi029 ceph-mon[96870]: pgmap v4286: 137 pgs: 137 active+clean; 19 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 47 KiB/s rd, 45 KiB/s wr, 72 op/s 2024-07-27T19:40:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:28 smithi029 ceph-mon[99353]: osdmap e2193: 8 total, 8 up, 8 in 2024-07-27T19:40:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:28 smithi029 ceph-mon[99353]: pgmap v4286: 137 pgs: 137 active+clean; 19 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 47 KiB/s rd, 45 KiB/s wr, 72 op/s 2024-07-27T19:40:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:28 smithi179 ceph-mon[89801]: osdmap e2193: 8 total, 8 up, 8 in 2024-07-27T19:40:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:28 smithi179 ceph-mon[89801]: pgmap v4286: 137 pgs: 137 active+clean; 19 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 47 KiB/s rd, 45 KiB/s wr, 72 op/s 2024-07-27T19:40:29.104 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:29 smithi029 ceph-mon[96870]: osdmap e2194: 8 total, 8 up, 8 in 2024-07-27T19:40:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:29 smithi029 ceph-mon[96870]: osdmap e2195: 8 total, 8 up, 8 in 2024-07-27T19:40:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:29 smithi029 ceph-mon[99353]: osdmap e2194: 8 total, 8 up, 8 in 2024-07-27T19:40:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:29 smithi029 ceph-mon[99353]: osdmap e2195: 8 total, 8 up, 8 in 2024-07-27T19:40:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:29 smithi179 ceph-mon[89801]: osdmap e2194: 8 total, 8 up, 8 in 2024-07-27T19:40:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:29 smithi179 ceph-mon[89801]: osdmap e2195: 8 total, 8 up, 8 in 2024-07-27T19:40:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:31 smithi179 ceph-mon[89801]: pgmap v4289: 137 pgs: 137 active+clean; 19 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 69 KiB/s rd, 9.2 KiB/s wr, 105 op/s 2024-07-27T19:40:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:31 smithi179 ceph-mon[89801]: osdmap e2196: 8 total, 8 up, 8 in 2024-07-27T19:40:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:31 smithi029 ceph-mon[96870]: pgmap v4289: 137 pgs: 137 active+clean; 19 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 69 KiB/s rd, 9.2 KiB/s wr, 105 op/s 2024-07-27T19:40:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:31 smithi029 ceph-mon[96870]: osdmap e2196: 8 total, 8 up, 8 in 2024-07-27T19:40:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:31 smithi029 ceph-mon[99353]: pgmap v4289: 137 pgs: 137 active+clean; 19 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 69 KiB/s rd, 9.2 KiB/s wr, 105 op/s 2024-07-27T19:40:31.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:31 smithi029 ceph-mon[99353]: osdmap e2196: 8 total, 8 up, 8 in 2024-07-27T19:40:32.111 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:32.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:32 smithi029 ceph-mon[96870]: osdmap e2197: 8 total, 8 up, 8 in 2024-07-27T19:40:32.332 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:32 smithi029 ceph-mon[99353]: osdmap e2197: 8 total, 8 up, 8 in 2024-07-27T19:40:32.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:32 smithi179 ceph-mon[89801]: osdmap e2197: 8 total, 8 up, 8 in 2024-07-27T19:40:32.622 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:40:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:40:32] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.43.0" 2024-07-27T19:40:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:33 smithi179 ceph-mon[89801]: pgmap v4292: 137 pgs: 137 active+clean; 20 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 45 KiB/s rd, 8.0 KiB/s wr, 71 op/s 2024-07-27T19:40:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:33 smithi179 ceph-mon[89801]: osdmap e2198: 8 total, 8 up, 8 in 2024-07-27T19:40:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:33 smithi029 ceph-mon[96870]: pgmap v4292: 137 pgs: 137 active+clean; 20 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 45 KiB/s rd, 8.0 KiB/s wr, 71 op/s 2024-07-27T19:40:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:33 smithi029 ceph-mon[96870]: osdmap e2198: 8 total, 8 up, 8 in 2024-07-27T19:40:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:33 smithi029 ceph-mon[99353]: pgmap v4292: 137 pgs: 137 active+clean; 20 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 45 KiB/s rd, 8.0 KiB/s wr, 71 op/s 2024-07-27T19:40:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:33 smithi029 ceph-mon[99353]: osdmap e2198: 8 total, 8 up, 8 in 2024-07-27T19:40:34.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:34 smithi179 ceph-mon[89801]: osdmap e2199: 8 total, 8 up, 8 in 2024-07-27T19:40:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:40:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:40:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:34 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:40:34.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:34 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:40:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:34 smithi029 ceph-mon[96870]: osdmap e2199: 8 total, 8 up, 8 in 2024-07-27T19:40:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:40:34.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:40:34.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:34 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:40:34.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:34 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:40:34.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:34 smithi029 ceph-mon[99353]: osdmap e2199: 8 total, 8 up, 8 in 2024-07-27T19:40:34.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:40:34.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:40:34.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:34 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:40:34.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:34 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:40:35.130 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateDeterministic (14935 ms) 2024-07-27T19:40:35.130 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateDeterministicPP 2024-07-27T19:40:35.131 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:35 smithi179 ceph-mon[89801]: pgmap v4295: 137 pgs: 137 active+clean; 22 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 62 KiB/s rd, 7.7 KiB/s wr, 90 op/s 2024-07-27T19:40:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:35 smithi179 ceph-mon[89801]: osdmap e2200: 8 total, 8 up, 8 in 2024-07-27T19:40:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:35 smithi029 ceph-mon[96870]: pgmap v4295: 137 pgs: 137 active+clean; 22 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 62 KiB/s rd, 7.7 KiB/s wr, 90 op/s 2024-07-27T19:40:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:35 smithi029 ceph-mon[96870]: osdmap e2200: 8 total, 8 up, 8 in 2024-07-27T19:40:35.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:35 smithi029 ceph-mon[99353]: pgmap v4295: 137 pgs: 137 active+clean; 22 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 62 KiB/s rd, 7.7 KiB/s wr, 90 op/s 2024-07-27T19:40:35.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:35 smithi029 ceph-mon[99353]: osdmap e2200: 8 total, 8 up, 8 in 2024-07-27T19:40:36.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:36 smithi179 ceph-mon[89801]: osdmap e2201: 8 total, 8 up, 8 in 2024-07-27T19:40:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:36 smithi029 ceph-mon[96870]: osdmap e2201: 8 total, 8 up, 8 in 2024-07-27T19:40:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:36 smithi029 ceph-mon[99353]: osdmap e2201: 8 total, 8 up, 8 in 2024-07-27T19:40:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:37 smithi179 ceph-mon[89801]: pgmap v4298: 137 pgs: 137 active+clean; 27 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 45 KiB/s rd, 5.2 KiB/s wr, 65 op/s 2024-07-27T19:40:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:37 smithi179 ceph-mon[89801]: osdmap e2202: 8 total, 8 up, 8 in 2024-07-27T19:40:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:37 smithi029 ceph-mon[96870]: pgmap v4298: 137 pgs: 137 active+clean; 27 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 45 KiB/s rd, 5.2 KiB/s wr, 65 op/s 2024-07-27T19:40:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:37 smithi029 ceph-mon[96870]: osdmap e2202: 8 total, 8 up, 8 in 2024-07-27T19:40:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:37 smithi029 ceph-mon[99353]: pgmap v4298: 137 pgs: 137 active+clean; 27 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 45 KiB/s rd, 5.2 KiB/s wr, 65 op/s 2024-07-27T19:40:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:37 smithi029 ceph-mon[99353]: osdmap e2202: 8 total, 8 up, 8 in 2024-07-27T19:40:38.151 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:38.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:38 smithi179 ceph-mon[89801]: osdmap e2203: 8 total, 8 up, 8 in 2024-07-27T19:40:38.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:38 smithi029 ceph-mon[96870]: osdmap e2203: 8 total, 8 up, 8 in 2024-07-27T19:40:38.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:38 smithi029 ceph-mon[99353]: osdmap e2203: 8 total, 8 up, 8 in 2024-07-27T19:40:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:39 smithi179 ceph-mon[89801]: pgmap v4301: 137 pgs: 137 active+clean; 31 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 63 KiB/s rd, 5.7 KiB/s wr, 86 op/s 2024-07-27T19:40:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:39 smithi179 ceph-mon[89801]: osdmap e2204: 8 total, 8 up, 8 in 2024-07-27T19:40:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:40:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:39 smithi029 ceph-mon[96870]: pgmap v4301: 137 pgs: 137 active+clean; 31 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 63 KiB/s rd, 5.7 KiB/s wr, 86 op/s 2024-07-27T19:40:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:39 smithi029 ceph-mon[96870]: osdmap e2204: 8 total, 8 up, 8 in 2024-07-27T19:40:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:40:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:39 smithi029 ceph-mon[99353]: pgmap v4301: 137 pgs: 137 active+clean; 31 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 63 KiB/s rd, 5.7 KiB/s wr, 86 op/s 2024-07-27T19:40:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:39 smithi029 ceph-mon[99353]: osdmap e2204: 8 total, 8 up, 8 in 2024-07-27T19:40:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:40:40.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:40 smithi179 ceph-mon[89801]: osdmap e2205: 8 total, 8 up, 8 in 2024-07-27T19:40:40.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:40 smithi029 ceph-mon[96870]: osdmap e2205: 8 total, 8 up, 8 in 2024-07-27T19:40:40.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:40 smithi029 ceph-mon[99353]: osdmap e2205: 8 total, 8 up, 8 in 2024-07-27T19:40:41.168 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:41 smithi179 ceph-mon[89801]: pgmap v4304: 137 pgs: 137 active+clean; 31 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 10 KiB/s wr, 123 op/s 2024-07-27T19:40:41.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:41 smithi179 ceph-mon[89801]: osdmap e2206: 8 total, 8 up, 8 in 2024-07-27T19:40:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:41 smithi029 ceph-mon[96870]: pgmap v4304: 137 pgs: 137 active+clean; 31 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 10 KiB/s wr, 123 op/s 2024-07-27T19:40:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:41 smithi029 ceph-mon[96870]: osdmap e2206: 8 total, 8 up, 8 in 2024-07-27T19:40:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:41 smithi029 ceph-mon[99353]: pgmap v4304: 137 pgs: 137 active+clean; 31 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 10 KiB/s wr, 123 op/s 2024-07-27T19:40:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:41 smithi029 ceph-mon[99353]: osdmap e2206: 8 total, 8 up, 8 in 2024-07-27T19:40:42.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:42 smithi179 ceph-mon[89801]: osdmap e2207: 8 total, 8 up, 8 in 2024-07-27T19:40:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:42 smithi029 ceph-mon[96870]: osdmap e2207: 8 total, 8 up, 8 in 2024-07-27T19:40:42.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:42 smithi029 ceph-mon[99353]: osdmap e2207: 8 total, 8 up, 8 in 2024-07-27T19:40:42.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:40:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:40:42] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.43.0" 2024-07-27T19:40:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:43 smithi179 ceph-mon[89801]: pgmap v4307: 137 pgs: 137 active+clean; 31 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 6.0 KiB/s wr, 44 op/s 2024-07-27T19:40:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:43 smithi179 ceph-mon[89801]: osdmap e2208: 8 total, 8 up, 8 in 2024-07-27T19:40:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:43 smithi029 ceph-mon[96870]: pgmap v4307: 137 pgs: 137 active+clean; 31 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 6.0 KiB/s wr, 44 op/s 2024-07-27T19:40:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:43 smithi029 ceph-mon[96870]: osdmap e2208: 8 total, 8 up, 8 in 2024-07-27T19:40:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:43 smithi029 ceph-mon[99353]: pgmap v4307: 137 pgs: 137 active+clean; 31 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 6.0 KiB/s wr, 44 op/s 2024-07-27T19:40:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:43 smithi029 ceph-mon[99353]: osdmap e2208: 8 total, 8 up, 8 in 2024-07-27T19:40:44.192 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:44.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:44 smithi179 ceph-mon[89801]: osdmap e2209: 8 total, 8 up, 8 in 2024-07-27T19:40:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:44 smithi029 ceph-mon[96870]: osdmap e2209: 8 total, 8 up, 8 in 2024-07-27T19:40:44.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:44 smithi029 ceph-mon[99353]: osdmap e2209: 8 total, 8 up, 8 in 2024-07-27T19:40:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:45 smithi179 ceph-mon[89801]: pgmap v4310: 137 pgs: 137 active+clean; 40 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 3.7 KiB/s wr, 35 op/s 2024-07-27T19:40:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:45 smithi179 ceph-mon[89801]: osdmap e2210: 8 total, 8 up, 8 in 2024-07-27T19:40:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:45 smithi029 ceph-mon[96870]: pgmap v4310: 137 pgs: 137 active+clean; 40 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 3.7 KiB/s wr, 35 op/s 2024-07-27T19:40:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:45 smithi029 ceph-mon[96870]: osdmap e2210: 8 total, 8 up, 8 in 2024-07-27T19:40:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:45 smithi029 ceph-mon[99353]: pgmap v4310: 137 pgs: 137 active+clean; 40 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 3.7 KiB/s wr, 35 op/s 2024-07-27T19:40:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:45 smithi029 ceph-mon[99353]: osdmap e2210: 8 total, 8 up, 8 in 2024-07-27T19:40:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:46 smithi029 ceph-mon[96870]: osdmap e2211: 8 total, 8 up, 8 in 2024-07-27T19:40:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:46 smithi029 ceph-mon[96870]: pgmap v4313: 137 pgs: 137 active+clean; 43 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 67 KiB/s rd, 8.0 KiB/s wr, 99 op/s 2024-07-27T19:40:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:46 smithi029 ceph-mon[99353]: osdmap e2211: 8 total, 8 up, 8 in 2024-07-27T19:40:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:46 smithi029 ceph-mon[99353]: pgmap v4313: 137 pgs: 137 active+clean; 43 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 67 KiB/s rd, 8.0 KiB/s wr, 99 op/s 2024-07-27T19:40:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:46 smithi179 ceph-mon[89801]: osdmap e2211: 8 total, 8 up, 8 in 2024-07-27T19:40:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:46 smithi179 ceph-mon[89801]: pgmap v4313: 137 pgs: 137 active+clean; 43 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 67 KiB/s rd, 8.0 KiB/s wr, 99 op/s 2024-07-27T19:40:47.210 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:47 smithi029 ceph-mon[96870]: osdmap e2212: 8 total, 8 up, 8 in 2024-07-27T19:40:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:47 smithi029 ceph-mon[99353]: osdmap e2212: 8 total, 8 up, 8 in 2024-07-27T19:40:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:47 smithi179 ceph-mon[89801]: osdmap e2212: 8 total, 8 up, 8 in 2024-07-27T19:40:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:48 smithi029 ceph-mon[96870]: osdmap e2213: 8 total, 8 up, 8 in 2024-07-27T19:40:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:48 smithi029 ceph-mon[96870]: pgmap v4316: 137 pgs: 137 active+clean; 46 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 56 KiB/s rd, 7.0 KiB/s wr, 80 op/s 2024-07-27T19:40:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:48 smithi029 ceph-mon[99353]: osdmap e2213: 8 total, 8 up, 8 in 2024-07-27T19:40:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:48 smithi029 ceph-mon[99353]: pgmap v4316: 137 pgs: 137 active+clean; 46 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 56 KiB/s rd, 7.0 KiB/s wr, 80 op/s 2024-07-27T19:40:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:48 smithi179 ceph-mon[89801]: osdmap e2213: 8 total, 8 up, 8 in 2024-07-27T19:40:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:48 smithi179 ceph-mon[89801]: pgmap v4316: 137 pgs: 137 active+clean; 46 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 56 KiB/s rd, 7.0 KiB/s wr, 80 op/s 2024-07-27T19:40:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:49 smithi029 ceph-mon[99353]: osdmap e2214: 8 total, 8 up, 8 in 2024-07-27T19:40:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:49 smithi029 ceph-mon[96870]: osdmap e2214: 8 total, 8 up, 8 in 2024-07-27T19:40:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:49 smithi179 ceph-mon[89801]: osdmap e2214: 8 total, 8 up, 8 in 2024-07-27T19:40:50.235 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateDeterministicPP (15106 ms) 2024-07-27T19:40:50.236 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateDeterministicLUKS1 2024-07-27T19:40:50.236 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:50 smithi029 ceph-mon[96870]: osdmap e2215: 8 total, 8 up, 8 in 2024-07-27T19:40:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:50 smithi029 ceph-mon[96870]: pgmap v4319: 137 pgs: 137 active+clean; 49 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 8.2 KiB/s wr, 94 op/s 2024-07-27T19:40:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:50 smithi029 ceph-mon[99353]: osdmap e2215: 8 total, 8 up, 8 in 2024-07-27T19:40:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:50 smithi029 ceph-mon[99353]: pgmap v4319: 137 pgs: 137 active+clean; 49 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 8.2 KiB/s wr, 94 op/s 2024-07-27T19:40:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:50 smithi179 ceph-mon[89801]: osdmap e2215: 8 total, 8 up, 8 in 2024-07-27T19:40:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:50 smithi179 ceph-mon[89801]: pgmap v4319: 137 pgs: 137 active+clean; 49 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 8.2 KiB/s wr, 94 op/s 2024-07-27T19:40:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:51 smithi029 ceph-mon[96870]: osdmap e2216: 8 total, 8 up, 8 in 2024-07-27T19:40:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:51 smithi029 ceph-mon[99353]: osdmap e2216: 8 total, 8 up, 8 in 2024-07-27T19:40:51.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:51 smithi179 ceph-mon[89801]: osdmap e2216: 8 total, 8 up, 8 in 2024-07-27T19:40:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:52 smithi029 ceph-mon[96870]: pgmap v4321: 137 pgs: 137 active+clean; 53 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 53 KiB/s rd, 6.4 KiB/s wr, 81 op/s 2024-07-27T19:40:52.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:52 smithi029 ceph-mon[99353]: pgmap v4321: 137 pgs: 137 active+clean; 53 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 53 KiB/s rd, 6.4 KiB/s wr, 81 op/s 2024-07-27T19:40:52.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:40:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:40:52] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.43.0" 2024-07-27T19:40:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:52 smithi179 ceph-mon[89801]: pgmap v4321: 137 pgs: 137 active+clean; 53 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 53 KiB/s rd, 6.4 KiB/s wr, 81 op/s 2024-07-27T19:40:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:54 smithi029 ceph-mon[99353]: pgmap v4322: 137 pgs: 137 active+clean; 57 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 61 KiB/s rd, 7.2 KiB/s wr, 89 op/s 2024-07-27T19:40:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:40:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:54 smithi029 ceph-mon[96870]: pgmap v4322: 137 pgs: 137 active+clean; 57 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 61 KiB/s rd, 7.2 KiB/s wr, 89 op/s 2024-07-27T19:40:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:40:55.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:54 smithi179 ceph-mon[89801]: pgmap v4322: 137 pgs: 137 active+clean; 57 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 61 KiB/s rd, 7.2 KiB/s wr, 89 op/s 2024-07-27T19:40:55.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:40:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:55 smithi029 ceph-mon[96870]: osdmap e2217: 8 total, 8 up, 8 in 2024-07-27T19:40:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:55 smithi029 ceph-mon[99353]: osdmap e2217: 8 total, 8 up, 8 in 2024-07-27T19:40:56.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:55 smithi179 ceph-mon[89801]: osdmap e2217: 8 total, 8 up, 8 in 2024-07-27T19:40:56.770 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:40:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:56 smithi029 ceph-mon[96870]: pgmap v4324: 137 pgs: 137 active+clean; 61 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 635 KiB/s wr, 42 op/s 2024-07-27T19:40:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:56 smithi029 ceph-mon[96870]: osdmap e2218: 8 total, 8 up, 8 in 2024-07-27T19:40:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:56 smithi029 ceph-mon[99353]: pgmap v4324: 137 pgs: 137 active+clean; 61 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 635 KiB/s wr, 42 op/s 2024-07-27T19:40:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:56 smithi029 ceph-mon[99353]: osdmap e2218: 8 total, 8 up, 8 in 2024-07-27T19:40:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:56 smithi179 ceph-mon[89801]: pgmap v4324: 137 pgs: 137 active+clean; 61 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 635 KiB/s wr, 42 op/s 2024-07-27T19:40:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:56 smithi179 ceph-mon[89801]: osdmap e2218: 8 total, 8 up, 8 in 2024-07-27T19:40:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:57 smithi029 ceph-mon[96870]: osdmap e2219: 8 total, 8 up, 8 in 2024-07-27T19:40:58.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:57 smithi029 ceph-mon[99353]: osdmap e2219: 8 total, 8 up, 8 in 2024-07-27T19:40:58.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:57 smithi179 ceph-mon[89801]: osdmap e2219: 8 total, 8 up, 8 in 2024-07-27T19:40:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:40:58 smithi029 ceph-mon[96870]: pgmap v4327: 137 pgs: 137 active+clean; 61 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 687 KiB/s wr, 44 op/s 2024-07-27T19:40:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:40:58 smithi029 ceph-mon[99353]: pgmap v4327: 137 pgs: 137 active+clean; 61 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 687 KiB/s wr, 44 op/s 2024-07-27T19:40:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:40:58 smithi179 ceph-mon[89801]: pgmap v4327: 137 pgs: 137 active+clean; 61 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 687 KiB/s wr, 44 op/s 2024-07-27T19:41:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:00 smithi029 ceph-mon[96870]: pgmap v4328: 137 pgs: 137 active+clean; 61 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 686 KiB/s wr, 40 op/s 2024-07-27T19:41:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:00 smithi029 ceph-mon[99353]: pgmap v4328: 137 pgs: 137 active+clean; 61 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 686 KiB/s wr, 40 op/s 2024-07-27T19:41:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:00 smithi179 ceph-mon[89801]: pgmap v4328: 137 pgs: 137 active+clean; 61 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 686 KiB/s wr, 40 op/s 2024-07-27T19:41:02.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:01 smithi179 ceph-mon[89801]: osdmap e2220: 8 total, 8 up, 8 in 2024-07-27T19:41:02.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:01 smithi029 ceph-mon[96870]: osdmap e2220: 8 total, 8 up, 8 in 2024-07-27T19:41:02.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:01 smithi029 ceph-mon[99353]: osdmap e2220: 8 total, 8 up, 8 in 2024-07-27T19:41:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:41:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:41:02] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.43.0" 2024-07-27T19:41:02.798 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:41:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:02 smithi179 ceph-mon[89801]: pgmap v4330: 137 pgs: 137 active+clean; 61 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 4.3 KiB/s wr, 46 op/s 2024-07-27T19:41:03.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:02 smithi179 ceph-mon[89801]: osdmap e2221: 8 total, 8 up, 8 in 2024-07-27T19:41:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:02 smithi029 ceph-mon[96870]: pgmap v4330: 137 pgs: 137 active+clean; 61 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 4.3 KiB/s wr, 46 op/s 2024-07-27T19:41:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:02 smithi029 ceph-mon[96870]: osdmap e2221: 8 total, 8 up, 8 in 2024-07-27T19:41:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:02 smithi029 ceph-mon[99353]: pgmap v4330: 137 pgs: 137 active+clean; 61 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 4.3 KiB/s wr, 46 op/s 2024-07-27T19:41:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:02 smithi029 ceph-mon[99353]: osdmap e2221: 8 total, 8 up, 8 in 2024-07-27T19:41:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:03 smithi179 ceph-mon[89801]: osdmap e2222: 8 total, 8 up, 8 in 2024-07-27T19:41:04.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:03 smithi029 ceph-mon[96870]: osdmap e2222: 8 total, 8 up, 8 in 2024-07-27T19:41:04.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:03 smithi029 ceph-mon[99353]: osdmap e2222: 8 total, 8 up, 8 in 2024-07-27T19:41:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:04 smithi179 ceph-mon[89801]: pgmap v4333: 137 pgs: 137 active+clean; 62 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 3.3 KiB/s wr, 41 op/s 2024-07-27T19:41:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:04 smithi029 ceph-mon[96870]: pgmap v4333: 137 pgs: 137 active+clean; 62 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 3.3 KiB/s wr, 41 op/s 2024-07-27T19:41:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:04 smithi029 ceph-mon[99353]: pgmap v4333: 137 pgs: 137 active+clean; 62 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 3.3 KiB/s wr, 41 op/s 2024-07-27T19:41:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:06 smithi179 ceph-mon[89801]: pgmap v4334: 137 pgs: 137 active+clean; 66 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 686 KiB/s wr, 29 op/s 2024-07-27T19:41:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:06 smithi029 ceph-mon[96870]: pgmap v4334: 137 pgs: 137 active+clean; 66 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 686 KiB/s wr, 29 op/s 2024-07-27T19:41:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:06 smithi029 ceph-mon[99353]: pgmap v4334: 137 pgs: 137 active+clean; 66 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 686 KiB/s wr, 29 op/s 2024-07-27T19:41:08.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:07 smithi179 ceph-mon[89801]: osdmap e2223: 8 total, 8 up, 8 in 2024-07-27T19:41:08.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:07 smithi029 ceph-mon[96870]: osdmap e2223: 8 total, 8 up, 8 in 2024-07-27T19:41:08.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:07 smithi029 ceph-mon[99353]: osdmap e2223: 8 total, 8 up, 8 in 2024-07-27T19:41:08.819 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:41:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:08 smithi179 ceph-mon[89801]: pgmap v4336: 137 pgs: 137 active+clean; 71 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 1.3 MiB/s wr, 42 op/s 2024-07-27T19:41:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:08 smithi179 ceph-mon[89801]: osdmap e2224: 8 total, 8 up, 8 in 2024-07-27T19:41:09.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:41:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:08 smithi029 ceph-mon[96870]: pgmap v4336: 137 pgs: 137 active+clean; 71 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 1.3 MiB/s wr, 42 op/s 2024-07-27T19:41:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:08 smithi029 ceph-mon[96870]: osdmap e2224: 8 total, 8 up, 8 in 2024-07-27T19:41:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:41:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:08 smithi029 ceph-mon[99353]: pgmap v4336: 137 pgs: 137 active+clean; 71 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 1.3 MiB/s wr, 42 op/s 2024-07-27T19:41:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:08 smithi029 ceph-mon[99353]: osdmap e2224: 8 total, 8 up, 8 in 2024-07-27T19:41:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:41:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:09 smithi179 ceph-mon[89801]: osdmap e2225: 8 total, 8 up, 8 in 2024-07-27T19:41:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:09 smithi029 ceph-mon[96870]: osdmap e2225: 8 total, 8 up, 8 in 2024-07-27T19:41:10.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:09 smithi029 ceph-mon[99353]: osdmap e2225: 8 total, 8 up, 8 in 2024-07-27T19:41:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:10 smithi179 ceph-mon[89801]: pgmap v4339: 137 pgs: 137 active+clean; 73 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 1.3 MiB/s wr, 49 op/s 2024-07-27T19:41:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:10 smithi029 ceph-mon[99353]: pgmap v4339: 137 pgs: 137 active+clean; 73 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 1.3 MiB/s wr, 49 op/s 2024-07-27T19:41:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:10 smithi029 ceph-mon[96870]: pgmap v4339: 137 pgs: 137 active+clean; 73 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 1.3 MiB/s wr, 49 op/s 2024-07-27T19:41:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:41:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:41:12] "GET /metrics HTTP/1.1" 200 36726 "" "Prometheus/2.43.0" 2024-07-27T19:41:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:12 smithi179 ceph-mon[89801]: pgmap v4340: 137 pgs: 137 active+clean; 73 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 37 op/s 2024-07-27T19:41:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:12 smithi029 ceph-mon[96870]: pgmap v4340: 137 pgs: 137 active+clean; 73 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 37 op/s 2024-07-27T19:41:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:12 smithi029 ceph-mon[99353]: pgmap v4340: 137 pgs: 137 active+clean; 73 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 37 op/s 2024-07-27T19:41:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:13 smithi179 ceph-mon[89801]: osdmap e2226: 8 total, 8 up, 8 in 2024-07-27T19:41:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:13 smithi029 ceph-mon[96870]: osdmap e2226: 8 total, 8 up, 8 in 2024-07-27T19:41:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:13 smithi029 ceph-mon[99353]: osdmap e2226: 8 total, 8 up, 8 in 2024-07-27T19:41:14.852 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:41:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:14 smithi179 ceph-mon[89801]: pgmap v4342: 137 pgs: 137 active+clean; 77 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 686 KiB/s wr, 41 op/s 2024-07-27T19:41:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:14 smithi179 ceph-mon[89801]: osdmap e2227: 8 total, 8 up, 8 in 2024-07-27T19:41:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:14 smithi029 ceph-mon[96870]: pgmap v4342: 137 pgs: 137 active+clean; 77 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 686 KiB/s wr, 41 op/s 2024-07-27T19:41:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:14 smithi029 ceph-mon[96870]: osdmap e2227: 8 total, 8 up, 8 in 2024-07-27T19:41:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:14 smithi029 ceph-mon[99353]: pgmap v4342: 137 pgs: 137 active+clean; 77 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 686 KiB/s wr, 41 op/s 2024-07-27T19:41:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:14 smithi029 ceph-mon[99353]: osdmap e2227: 8 total, 8 up, 8 in 2024-07-27T19:41:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:15 smithi179 ceph-mon[89801]: osdmap e2228: 8 total, 8 up, 8 in 2024-07-27T19:41:16.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:15 smithi029 ceph-mon[99353]: osdmap e2228: 8 total, 8 up, 8 in 2024-07-27T19:41:16.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:15 smithi029 ceph-mon[96870]: osdmap e2228: 8 total, 8 up, 8 in 2024-07-27T19:41:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:16 smithi179 ceph-mon[89801]: pgmap v4345: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 684 KiB/s wr, 31 op/s 2024-07-27T19:41:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:16 smithi029 ceph-mon[96870]: pgmap v4345: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 684 KiB/s wr, 31 op/s 2024-07-27T19:41:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:16 smithi029 ceph-mon[99353]: pgmap v4345: 137 pgs: 137 active+clean; 78 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 684 KiB/s wr, 31 op/s 2024-07-27T19:41:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:18 smithi179 ceph-mon[89801]: pgmap v4346: 137 pgs: 137 active+clean; 79 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 686 KiB/s wr, 46 op/s 2024-07-27T19:41:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:18 smithi029 ceph-mon[96870]: pgmap v4346: 137 pgs: 137 active+clean; 79 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 686 KiB/s wr, 46 op/s 2024-07-27T19:41:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:18 smithi029 ceph-mon[99353]: pgmap v4346: 137 pgs: 137 active+clean; 79 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 686 KiB/s wr, 46 op/s 2024-07-27T19:41:20.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:19 smithi179 ceph-mon[89801]: osdmap e2229: 8 total, 8 up, 8 in 2024-07-27T19:41:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:19 smithi029 ceph-mon[96870]: osdmap e2229: 8 total, 8 up, 8 in 2024-07-27T19:41:20.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:19 smithi029 ceph-mon[99353]: osdmap e2229: 8 total, 8 up, 8 in 2024-07-27T19:41:20.874 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateDeterministicLUKS1 (30638 ms) 2024-07-27T19:41:20.874 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateDeterministicLUKS1PP 2024-07-27T19:41:20.874 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:41:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:20 smithi179 ceph-mon[89801]: pgmap v4348: 137 pgs: 137 active+clean; 79 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 4.5 KiB/s wr, 39 op/s 2024-07-27T19:41:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:20 smithi179 ceph-mon[89801]: osdmap e2230: 8 total, 8 up, 8 in 2024-07-27T19:41:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:20 smithi029 ceph-mon[96870]: pgmap v4348: 137 pgs: 137 active+clean; 79 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 4.5 KiB/s wr, 39 op/s 2024-07-27T19:41:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:20 smithi029 ceph-mon[96870]: osdmap e2230: 8 total, 8 up, 8 in 2024-07-27T19:41:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:20 smithi029 ceph-mon[99353]: pgmap v4348: 137 pgs: 137 active+clean; 79 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 4.5 KiB/s wr, 39 op/s 2024-07-27T19:41:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:20 smithi029 ceph-mon[99353]: osdmap e2230: 8 total, 8 up, 8 in 2024-07-27T19:41:22.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:21 smithi179 ceph-mon[89801]: osdmap e2231: 8 total, 8 up, 8 in 2024-07-27T19:41:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:21 smithi029 ceph-mon[96870]: osdmap e2231: 8 total, 8 up, 8 in 2024-07-27T19:41:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:21 smithi029 ceph-mon[99353]: osdmap e2231: 8 total, 8 up, 8 in 2024-07-27T19:41:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:41:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:41:22] "GET /metrics HTTP/1.1" 200 36726 "" "Prometheus/2.43.0" 2024-07-27T19:41:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:22 smithi179 ceph-mon[89801]: pgmap v4351: 137 pgs: 137 active+clean; 83 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 687 KiB/s wr, 43 op/s 2024-07-27T19:41:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:22 smithi029 ceph-mon[99353]: pgmap v4351: 137 pgs: 137 active+clean; 83 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 687 KiB/s wr, 43 op/s 2024-07-27T19:41:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:22 smithi029 ceph-mon[96870]: pgmap v4351: 137 pgs: 137 active+clean; 83 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 687 KiB/s wr, 43 op/s 2024-07-27T19:41:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:41:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:41:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:41:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:24 smithi179 ceph-mon[89801]: pgmap v4352: 137 pgs: 137 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 687 KiB/s wr, 54 op/s 2024-07-27T19:41:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:24 smithi029 ceph-mon[96870]: pgmap v4352: 137 pgs: 137 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 687 KiB/s wr, 54 op/s 2024-07-27T19:41:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:24 smithi029 ceph-mon[99353]: pgmap v4352: 137 pgs: 137 active+clean; 87 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 687 KiB/s wr, 54 op/s 2024-07-27T19:41:26.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:25 smithi179 ceph-mon[89801]: osdmap e2232: 8 total, 8 up, 8 in 2024-07-27T19:41:26.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:25 smithi029 ceph-mon[96870]: osdmap e2232: 8 total, 8 up, 8 in 2024-07-27T19:41:26.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:25 smithi029 ceph-mon[99353]: osdmap e2232: 8 total, 8 up, 8 in 2024-07-27T19:41:26.909 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:41:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:26 smithi179 ceph-mon[89801]: pgmap v4354: 137 pgs: 137 active+clean; 91 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 37 op/s 2024-07-27T19:41:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:26 smithi179 ceph-mon[89801]: osdmap e2233: 8 total, 8 up, 8 in 2024-07-27T19:41:27.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:26 smithi029 ceph-mon[96870]: pgmap v4354: 137 pgs: 137 active+clean; 91 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 37 op/s 2024-07-27T19:41:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:26 smithi029 ceph-mon[96870]: osdmap e2233: 8 total, 8 up, 8 in 2024-07-27T19:41:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:26 smithi029 ceph-mon[99353]: pgmap v4354: 137 pgs: 137 active+clean; 91 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 37 op/s 2024-07-27T19:41:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:26 smithi029 ceph-mon[99353]: osdmap e2233: 8 total, 8 up, 8 in 2024-07-27T19:41:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:27 smithi179 ceph-mon[89801]: osdmap e2234: 8 total, 8 up, 8 in 2024-07-27T19:41:28.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:27 smithi029 ceph-mon[96870]: osdmap e2234: 8 total, 8 up, 8 in 2024-07-27T19:41:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:27 smithi029 ceph-mon[99353]: osdmap e2234: 8 total, 8 up, 8 in 2024-07-27T19:41:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:28 smithi179 ceph-mon[89801]: pgmap v4357: 137 pgs: 137 active+clean; 95 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 37 op/s 2024-07-27T19:41:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:28 smithi029 ceph-mon[96870]: pgmap v4357: 137 pgs: 137 active+clean; 95 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 37 op/s 2024-07-27T19:41:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:28 smithi029 ceph-mon[99353]: pgmap v4357: 137 pgs: 137 active+clean; 95 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 25 KiB/s rd, 686 KiB/s wr, 37 op/s 2024-07-27T19:41:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:30 smithi179 ceph-mon[89801]: pgmap v4358: 137 pgs: 137 active+clean; 95 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 687 KiB/s wr, 44 op/s 2024-07-27T19:41:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:30 smithi029 ceph-mon[99353]: pgmap v4358: 137 pgs: 137 active+clean; 95 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 687 KiB/s wr, 44 op/s 2024-07-27T19:41:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:30 smithi029 ceph-mon[96870]: pgmap v4358: 137 pgs: 137 active+clean; 95 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 687 KiB/s wr, 44 op/s 2024-07-27T19:41:32.152 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:31 smithi029 ceph-mon[96870]: osdmap e2235: 8 total, 8 up, 8 in 2024-07-27T19:41:32.152 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:31 smithi029 ceph-mon[99353]: osdmap e2235: 8 total, 8 up, 8 in 2024-07-27T19:41:32.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:31 smithi179 ceph-mon[89801]: osdmap e2235: 8 total, 8 up, 8 in 2024-07-27T19:41:32.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:41:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:41:32] "GET /metrics HTTP/1.1" 200 36726 "" "Prometheus/2.43.0" 2024-07-27T19:41:32.929 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:41:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:32 smithi179 ceph-mon[89801]: pgmap v4360: 137 pgs: 137 active+clean; 99 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 34 KiB/s rd, 1.3 MiB/s wr, 51 op/s 2024-07-27T19:41:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:32 smithi179 ceph-mon[89801]: osdmap e2236: 8 total, 8 up, 8 in 2024-07-27T19:41:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:32 smithi029 ceph-mon[96870]: pgmap v4360: 137 pgs: 137 active+clean; 99 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 34 KiB/s rd, 1.3 MiB/s wr, 51 op/s 2024-07-27T19:41:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:32 smithi029 ceph-mon[96870]: osdmap e2236: 8 total, 8 up, 8 in 2024-07-27T19:41:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:32 smithi029 ceph-mon[99353]: pgmap v4360: 137 pgs: 137 active+clean; 99 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 34 KiB/s rd, 1.3 MiB/s wr, 51 op/s 2024-07-27T19:41:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:32 smithi029 ceph-mon[99353]: osdmap e2236: 8 total, 8 up, 8 in 2024-07-27T19:41:34.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:33 smithi179 ceph-mon[89801]: osdmap e2237: 8 total, 8 up, 8 in 2024-07-27T19:41:34.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:33 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:41:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:33 smithi029 ceph-mon[96870]: osdmap e2237: 8 total, 8 up, 8 in 2024-07-27T19:41:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:33 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:41:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:33 smithi029 ceph-mon[99353]: osdmap e2237: 8 total, 8 up, 8 in 2024-07-27T19:41:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:33 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:41:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:34 smithi179 ceph-mon[89801]: pgmap v4363: 137 pgs: 137 active+clean; 99 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 35 KiB/s rd, 687 KiB/s wr, 51 op/s 2024-07-27T19:41:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:34 smithi029 ceph-mon[96870]: pgmap v4363: 137 pgs: 137 active+clean; 99 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 35 KiB/s rd, 687 KiB/s wr, 51 op/s 2024-07-27T19:41:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:34 smithi029 ceph-mon[99353]: pgmap v4363: 137 pgs: 137 active+clean; 99 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 35 KiB/s rd, 687 KiB/s wr, 51 op/s 2024-07-27T19:41:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:36 smithi179 ceph-mon[89801]: pgmap v4364: 137 pgs: 137 active+clean; 102 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 685 KiB/s wr, 20 op/s 2024-07-27T19:41:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:36 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:37.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:36 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:36 smithi029 ceph-mon[96870]: pgmap v4364: 137 pgs: 137 active+clean; 102 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 685 KiB/s wr, 20 op/s 2024-07-27T19:41:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:36 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:36 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:36 smithi029 ceph-mon[99353]: pgmap v4364: 137 pgs: 137 active+clean; 102 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 685 KiB/s wr, 20 op/s 2024-07-27T19:41:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:36 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:36 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:37 smithi029 ceph-mon[96870]: osdmap e2238: 8 total, 8 up, 8 in 2024-07-27T19:41:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:37 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:37 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:37 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:41:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:37 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:41:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:37 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:37 smithi029 ceph-mon[99353]: osdmap e2238: 8 total, 8 up, 8 in 2024-07-27T19:41:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:37 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:37 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:37 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:41:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:37 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:41:38.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:37 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:38.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:37 smithi179 ceph-mon[89801]: osdmap e2238: 8 total, 8 up, 8 in 2024-07-27T19:41:38.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:37 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:37 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:37 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:41:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:37 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:41:38.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:37 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:41:38.954 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:41:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:38 smithi029 ceph-mon[96870]: pgmap v4366: 137 pgs: 137 active+clean; 112 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 686 KiB/s wr, 32 op/s 2024-07-27T19:41:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:38 smithi029 ceph-mon[96870]: osdmap e2239: 8 total, 8 up, 8 in 2024-07-27T19:41:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:41:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:38 smithi029 ceph-mon[99353]: pgmap v4366: 137 pgs: 137 active+clean; 112 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 686 KiB/s wr, 32 op/s 2024-07-27T19:41:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:38 smithi029 ceph-mon[99353]: osdmap e2239: 8 total, 8 up, 8 in 2024-07-27T19:41:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:41:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:38 smithi179 ceph-mon[89801]: pgmap v4366: 137 pgs: 137 active+clean; 112 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 686 KiB/s wr, 32 op/s 2024-07-27T19:41:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:38 smithi179 ceph-mon[89801]: osdmap e2239: 8 total, 8 up, 8 in 2024-07-27T19:41:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:41:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:39 smithi029 ceph-mon[96870]: osdmap e2240: 8 total, 8 up, 8 in 2024-07-27T19:41:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:39 smithi029 ceph-mon[99353]: osdmap e2240: 8 total, 8 up, 8 in 2024-07-27T19:41:40.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:39 smithi179 ceph-mon[89801]: osdmap e2240: 8 total, 8 up, 8 in 2024-07-27T19:41:41.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:40 smithi029 ceph-mon[96870]: pgmap v4369: 137 pgs: 137 active+clean; 112 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 687 KiB/s wr, 35 op/s 2024-07-27T19:41:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:40 smithi029 ceph-mon[99353]: pgmap v4369: 137 pgs: 137 active+clean; 112 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 687 KiB/s wr, 35 op/s 2024-07-27T19:41:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:40 smithi179 ceph-mon[89801]: pgmap v4369: 137 pgs: 137 active+clean; 112 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 687 KiB/s wr, 35 op/s 2024-07-27T19:41:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:41:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:41:42] "GET /metrics HTTP/1.1" 200 36725 "" "Prometheus/2.43.0" 2024-07-27T19:41:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:42 smithi029 ceph-mon[99353]: pgmap v4370: 137 pgs: 137 active+clean; 112 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 688 KiB/s wr, 53 op/s 2024-07-27T19:41:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:42 smithi029 ceph-mon[96870]: pgmap v4370: 137 pgs: 137 active+clean; 112 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 688 KiB/s wr, 53 op/s 2024-07-27T19:41:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:42 smithi179 ceph-mon[89801]: pgmap v4370: 137 pgs: 137 active+clean; 112 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 688 KiB/s wr, 53 op/s 2024-07-27T19:41:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:43 smithi029 ceph-mon[99353]: osdmap e2241: 8 total, 8 up, 8 in 2024-07-27T19:41:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:43 smithi029 ceph-mon[96870]: osdmap e2241: 8 total, 8 up, 8 in 2024-07-27T19:41:44.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:43 smithi179 ceph-mon[89801]: osdmap e2241: 8 total, 8 up, 8 in 2024-07-27T19:41:44.987 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:41:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:44 smithi029 ceph-mon[99353]: pgmap v4372: 137 pgs: 137 active+clean; 119 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 687 KiB/s wr, 47 op/s 2024-07-27T19:41:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:44 smithi029 ceph-mon[99353]: osdmap e2242: 8 total, 8 up, 8 in 2024-07-27T19:41:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:44 smithi029 ceph-mon[96870]: pgmap v4372: 137 pgs: 137 active+clean; 119 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 687 KiB/s wr, 47 op/s 2024-07-27T19:41:45.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:44 smithi029 ceph-mon[96870]: osdmap e2242: 8 total, 8 up, 8 in 2024-07-27T19:41:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:44 smithi179 ceph-mon[89801]: pgmap v4372: 137 pgs: 137 active+clean; 119 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 32 KiB/s rd, 687 KiB/s wr, 47 op/s 2024-07-27T19:41:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:44 smithi179 ceph-mon[89801]: osdmap e2242: 8 total, 8 up, 8 in 2024-07-27T19:41:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:45 smithi029 ceph-mon[96870]: osdmap e2243: 8 total, 8 up, 8 in 2024-07-27T19:41:46.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:45 smithi029 ceph-mon[99353]: osdmap e2243: 8 total, 8 up, 8 in 2024-07-27T19:41:46.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:45 smithi179 ceph-mon[89801]: osdmap e2243: 8 total, 8 up, 8 in 2024-07-27T19:41:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:46 smithi029 ceph-mon[99353]: pgmap v4375: 137 pgs: 137 active+clean; 119 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 685 KiB/s wr, 40 op/s 2024-07-27T19:41:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:46 smithi029 ceph-mon[96870]: pgmap v4375: 137 pgs: 137 active+clean; 119 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 685 KiB/s wr, 40 op/s 2024-07-27T19:41:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:46 smithi179 ceph-mon[89801]: pgmap v4375: 137 pgs: 137 active+clean; 119 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 685 KiB/s wr, 40 op/s 2024-07-27T19:41:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:48 smithi029 ceph-mon[96870]: pgmap v4376: 137 pgs: 137 active+clean; 125 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 686 KiB/s wr, 35 op/s 2024-07-27T19:41:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:48 smithi029 ceph-mon[99353]: pgmap v4376: 137 pgs: 137 active+clean; 125 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 686 KiB/s wr, 35 op/s 2024-07-27T19:41:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:48 smithi179 ceph-mon[89801]: pgmap v4376: 137 pgs: 137 active+clean; 125 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 22 KiB/s rd, 686 KiB/s wr, 35 op/s 2024-07-27T19:41:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:49 smithi029 ceph-mon[96870]: osdmap e2244: 8 total, 8 up, 8 in 2024-07-27T19:41:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:49 smithi029 ceph-mon[99353]: osdmap e2244: 8 total, 8 up, 8 in 2024-07-27T19:41:50.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:49 smithi179 ceph-mon[89801]: osdmap e2244: 8 total, 8 up, 8 in 2024-07-27T19:41:51.007 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateDeterministicLUKS1PP (30133 ms) 2024-07-27T19:41:51.007 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateDeterministicLUKS2 2024-07-27T19:41:51.007 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:41:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:50 smithi029 ceph-mon[96870]: pgmap v4378: 137 pgs: 137 active+clean; 125 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 3.7 KiB/s wr, 35 op/s 2024-07-27T19:41:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:50 smithi029 ceph-mon[96870]: osdmap e2245: 8 total, 8 up, 8 in 2024-07-27T19:41:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:50 smithi029 ceph-mon[99353]: pgmap v4378: 137 pgs: 137 active+clean; 125 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 3.7 KiB/s wr, 35 op/s 2024-07-27T19:41:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:50 smithi029 ceph-mon[99353]: osdmap e2245: 8 total, 8 up, 8 in 2024-07-27T19:41:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:50 smithi179 ceph-mon[89801]: pgmap v4378: 137 pgs: 137 active+clean; 125 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 3.7 KiB/s wr, 35 op/s 2024-07-27T19:41:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:50 smithi179 ceph-mon[89801]: osdmap e2245: 8 total, 8 up, 8 in 2024-07-27T19:41:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:51 smithi029 ceph-mon[96870]: osdmap e2246: 8 total, 8 up, 8 in 2024-07-27T19:41:52.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:51 smithi029 ceph-mon[99353]: osdmap e2246: 8 total, 8 up, 8 in 2024-07-27T19:41:52.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:51 smithi179 ceph-mon[89801]: osdmap e2246: 8 total, 8 up, 8 in 2024-07-27T19:41:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:41:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:41:52] "GET /metrics HTTP/1.1" 200 36725 "" "Prometheus/2.43.0" 2024-07-27T19:41:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:52 smithi029 ceph-mon[96870]: pgmap v4381: 137 pgs: 137 active+clean; 133 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 4.8 KiB/s wr, 55 op/s 2024-07-27T19:41:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:52 smithi029 ceph-mon[99353]: pgmap v4381: 137 pgs: 137 active+clean; 133 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 4.8 KiB/s wr, 55 op/s 2024-07-27T19:41:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:52 smithi179 ceph-mon[89801]: pgmap v4381: 137 pgs: 137 active+clean; 133 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 39 KiB/s rd, 4.8 KiB/s wr, 55 op/s 2024-07-27T19:41:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:41:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:41:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:41:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:54 smithi029 ceph-mon[96870]: pgmap v4382: 137 pgs: 137 active+clean; 137 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 687 KiB/s wr, 56 op/s 2024-07-27T19:41:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:54 smithi029 ceph-mon[99353]: pgmap v4382: 137 pgs: 137 active+clean; 137 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 687 KiB/s wr, 56 op/s 2024-07-27T19:41:55.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:54 smithi179 ceph-mon[89801]: pgmap v4382: 137 pgs: 137 active+clean; 137 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 687 KiB/s wr, 56 op/s 2024-07-27T19:41:57.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:56 smithi029 ceph-mon[99353]: pgmap v4383: 137 pgs: 137 active+clean; 137 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 613 KiB/s wr, 39 op/s 2024-07-27T19:41:57.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:56 smithi029 ceph-mon[96870]: pgmap v4383: 137 pgs: 137 active+clean; 137 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 613 KiB/s wr, 39 op/s 2024-07-27T19:41:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:56 smithi179 ceph-mon[89801]: pgmap v4383: 137 pgs: 137 active+clean; 137 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 613 KiB/s wr, 39 op/s 2024-07-27T19:41:59.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:41:59 smithi179 ceph-mon[89801]: pgmap v4384: 137 pgs: 137 active+clean; 137 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 515 KiB/s wr, 31 op/s 2024-07-27T19:41:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:41:59 smithi029 ceph-mon[96870]: pgmap v4384: 137 pgs: 137 active+clean; 137 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 515 KiB/s wr, 31 op/s 2024-07-27T19:41:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:41:59 smithi029 ceph-mon[99353]: pgmap v4384: 137 pgs: 137 active+clean; 137 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 21 KiB/s rd, 515 KiB/s wr, 31 op/s 2024-07-27T19:42:00.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:00 smithi179 ceph-mon[89801]: osdmap e2247: 8 total, 8 up, 8 in 2024-07-27T19:42:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:00 smithi029 ceph-mon[99353]: osdmap e2247: 8 total, 8 up, 8 in 2024-07-27T19:42:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:00 smithi029 ceph-mon[96870]: osdmap e2247: 8 total, 8 up, 8 in 2024-07-27T19:42:01.044 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:42:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:01 smithi179 ceph-mon[89801]: pgmap v4386: 137 pgs: 137 active+clean; 145 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 1.4 MiB/s wr, 35 op/s 2024-07-27T19:42:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:01 smithi179 ceph-mon[89801]: osdmap e2248: 8 total, 8 up, 8 in 2024-07-27T19:42:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:01 smithi029 ceph-mon[96870]: pgmap v4386: 137 pgs: 137 active+clean; 145 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 1.4 MiB/s wr, 35 op/s 2024-07-27T19:42:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:01 smithi029 ceph-mon[96870]: osdmap e2248: 8 total, 8 up, 8 in 2024-07-27T19:42:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:01 smithi029 ceph-mon[99353]: pgmap v4386: 137 pgs: 137 active+clean; 145 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 1.4 MiB/s wr, 35 op/s 2024-07-27T19:42:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:01 smithi029 ceph-mon[99353]: osdmap e2248: 8 total, 8 up, 8 in 2024-07-27T19:42:02.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:02 smithi029 ceph-mon[96870]: osdmap e2249: 8 total, 8 up, 8 in 2024-07-27T19:42:02.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:02 smithi029 ceph-mon[99353]: osdmap e2249: 8 total, 8 up, 8 in 2024-07-27T19:42:02.333 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:42:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:42:02] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:42:02.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:02 smithi179 ceph-mon[89801]: osdmap e2249: 8 total, 8 up, 8 in 2024-07-27T19:42:03.355 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:03 smithi029 ceph-mon[96870]: pgmap v4389: 137 pgs: 137 active+clean; 145 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.3 MiB/s wr, 10 op/s 2024-07-27T19:42:03.355 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:03 smithi029 ceph-mon[99353]: pgmap v4389: 137 pgs: 137 active+clean; 145 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.3 MiB/s wr, 10 op/s 2024-07-27T19:42:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:03 smithi179 ceph-mon[89801]: pgmap v4389: 137 pgs: 137 active+clean; 145 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.3 MiB/s wr, 10 op/s 2024-07-27T19:42:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:05 smithi029 ceph-mon[96870]: pgmap v4390: 137 pgs: 137 active+clean; 153 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 2.7 MiB/s wr, 19 op/s 2024-07-27T19:42:05.253 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:05 smithi029 ceph-mon[99353]: pgmap v4390: 137 pgs: 137 active+clean; 153 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 2.7 MiB/s wr, 19 op/s 2024-07-27T19:42:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:05 smithi179 ceph-mon[89801]: pgmap v4390: 137 pgs: 137 active+clean; 153 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 2.7 MiB/s wr, 19 op/s 2024-07-27T19:42:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:07 smithi179 ceph-mon[89801]: pgmap v4391: 137 pgs: 137 active+clean; 153 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.4 MiB/s wr, 40 op/s 2024-07-27T19:42:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:07 smithi029 ceph-mon[96870]: pgmap v4391: 137 pgs: 137 active+clean; 153 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.4 MiB/s wr, 40 op/s 2024-07-27T19:42:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:07 smithi029 ceph-mon[99353]: pgmap v4391: 137 pgs: 137 active+clean; 153 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 2.4 MiB/s wr, 40 op/s 2024-07-27T19:42:08.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:08 smithi179 ceph-mon[89801]: osdmap e2250: 8 total, 8 up, 8 in 2024-07-27T19:42:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:08 smithi029 ceph-mon[96870]: osdmap e2250: 8 total, 8 up, 8 in 2024-07-27T19:42:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:08 smithi029 ceph-mon[99353]: osdmap e2250: 8 total, 8 up, 8 in 2024-07-27T19:42:09.084 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:42:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:09 smithi179 ceph-mon[89801]: pgmap v4393: 137 pgs: 137 active+clean; 157 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.6 MiB/s wr, 28 op/s 2024-07-27T19:42:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:09 smithi179 ceph-mon[89801]: osdmap e2251: 8 total, 8 up, 8 in 2024-07-27T19:42:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:42:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:09 smithi029 ceph-mon[96870]: pgmap v4393: 137 pgs: 137 active+clean; 157 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.6 MiB/s wr, 28 op/s 2024-07-27T19:42:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:09 smithi029 ceph-mon[96870]: osdmap e2251: 8 total, 8 up, 8 in 2024-07-27T19:42:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:42:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:09 smithi029 ceph-mon[99353]: pgmap v4393: 137 pgs: 137 active+clean; 157 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.6 MiB/s wr, 28 op/s 2024-07-27T19:42:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:09 smithi029 ceph-mon[99353]: osdmap e2251: 8 total, 8 up, 8 in 2024-07-27T19:42:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:42:10.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:10 smithi179 ceph-mon[89801]: osdmap e2252: 8 total, 8 up, 8 in 2024-07-27T19:42:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:10 smithi029 ceph-mon[96870]: osdmap e2252: 8 total, 8 up, 8 in 2024-07-27T19:42:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:10 smithi029 ceph-mon[99353]: osdmap e2252: 8 total, 8 up, 8 in 2024-07-27T19:42:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:11 smithi179 ceph-mon[89801]: pgmap v4396: 137 pgs: 137 active+clean; 166 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 2.0 MiB/s wr, 39 op/s 2024-07-27T19:42:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:11 smithi029 ceph-mon[96870]: pgmap v4396: 137 pgs: 137 active+clean; 166 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 2.0 MiB/s wr, 39 op/s 2024-07-27T19:42:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:11 smithi029 ceph-mon[99353]: pgmap v4396: 137 pgs: 137 active+clean; 166 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 2.0 MiB/s wr, 39 op/s 2024-07-27T19:42:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:42:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:42:12] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:42:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:13 smithi179 ceph-mon[89801]: pgmap v4397: 137 pgs: 137 active+clean; 171 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 2.7 MiB/s wr, 27 op/s 2024-07-27T19:42:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:13 smithi029 ceph-mon[99353]: pgmap v4397: 137 pgs: 137 active+clean; 171 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 2.7 MiB/s wr, 27 op/s 2024-07-27T19:42:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:13 smithi029 ceph-mon[96870]: pgmap v4397: 137 pgs: 137 active+clean; 171 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 2.7 MiB/s wr, 27 op/s 2024-07-27T19:42:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:15 smithi179 ceph-mon[89801]: pgmap v4398: 137 pgs: 137 active+clean; 171 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 1.8 MiB/s wr, 40 op/s 2024-07-27T19:42:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:15 smithi029 ceph-mon[96870]: pgmap v4398: 137 pgs: 137 active+clean; 171 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 1.8 MiB/s wr, 40 op/s 2024-07-27T19:42:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:15 smithi029 ceph-mon[99353]: pgmap v4398: 137 pgs: 137 active+clean; 171 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 1.8 MiB/s wr, 40 op/s 2024-07-27T19:42:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:17 smithi179 ceph-mon[89801]: pgmap v4399: 137 pgs: 137 active+clean; 171 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 1.5 MiB/s wr, 34 op/s 2024-07-27T19:42:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:17 smithi029 ceph-mon[96870]: pgmap v4399: 137 pgs: 137 active+clean; 171 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 1.5 MiB/s wr, 34 op/s 2024-07-27T19:42:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:17 smithi029 ceph-mon[99353]: pgmap v4399: 137 pgs: 137 active+clean; 171 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 1.5 MiB/s wr, 34 op/s 2024-07-27T19:42:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:19 smithi179 ceph-mon[89801]: pgmap v4400: 137 pgs: 137 active+clean; 171 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.2 MiB/s wr, 28 op/s 2024-07-27T19:42:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:19 smithi179 ceph-mon[89801]: osdmap e2253: 8 total, 8 up, 8 in 2024-07-27T19:42:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:19 smithi029 ceph-mon[99353]: pgmap v4400: 137 pgs: 137 active+clean; 171 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.2 MiB/s wr, 28 op/s 2024-07-27T19:42:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:19 smithi029 ceph-mon[99353]: osdmap e2253: 8 total, 8 up, 8 in 2024-07-27T19:42:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:19 smithi029 ceph-mon[96870]: pgmap v4400: 137 pgs: 137 active+clean; 171 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 1.2 MiB/s wr, 28 op/s 2024-07-27T19:42:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:19 smithi029 ceph-mon[96870]: osdmap e2253: 8 total, 8 up, 8 in 2024-07-27T19:42:20.124 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:42:20.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:20 smithi179 ceph-mon[89801]: osdmap e2254: 8 total, 8 up, 8 in 2024-07-27T19:42:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:20 smithi029 ceph-mon[96870]: osdmap e2254: 8 total, 8 up, 8 in 2024-07-27T19:42:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:20 smithi029 ceph-mon[99353]: osdmap e2254: 8 total, 8 up, 8 in 2024-07-27T19:42:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:21 smithi179 ceph-mon[89801]: pgmap v4403: 137 pgs: 137 active+clean; 179 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 1.0 MiB/s wr, 22 op/s 2024-07-27T19:42:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:21 smithi179 ceph-mon[89801]: osdmap e2255: 8 total, 8 up, 8 in 2024-07-27T19:42:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:21 smithi029 ceph-mon[96870]: pgmap v4403: 137 pgs: 137 active+clean; 179 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 1.0 MiB/s wr, 22 op/s 2024-07-27T19:42:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:21 smithi029 ceph-mon[96870]: osdmap e2255: 8 total, 8 up, 8 in 2024-07-27T19:42:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:21 smithi029 ceph-mon[99353]: pgmap v4403: 137 pgs: 137 active+clean; 179 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 1.0 MiB/s wr, 22 op/s 2024-07-27T19:42:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:21 smithi029 ceph-mon[99353]: osdmap e2255: 8 total, 8 up, 8 in 2024-07-27T19:42:22.754 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:42:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:42:22] "GET /metrics HTTP/1.1" 200 36732 "" "Prometheus/2.43.0" 2024-07-27T19:42:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:23 smithi179 ceph-mon[89801]: pgmap v4405: 137 pgs: 137 active+clean; 187 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 9 op/s 2024-07-27T19:42:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:23 smithi029 ceph-mon[96870]: pgmap v4405: 137 pgs: 137 active+clean; 187 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 9 op/s 2024-07-27T19:42:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:23 smithi029 ceph-mon[99353]: pgmap v4405: 137 pgs: 137 active+clean; 187 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 9 op/s 2024-07-27T19:42:24.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:42:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:42:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:42:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:25 smithi179 ceph-mon[89801]: pgmap v4406: 137 pgs: 137 active+clean; 188 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 37 op/s 2024-07-27T19:42:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:25 smithi029 ceph-mon[96870]: pgmap v4406: 137 pgs: 137 active+clean; 188 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 37 op/s 2024-07-27T19:42:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:25 smithi029 ceph-mon[99353]: pgmap v4406: 137 pgs: 137 active+clean; 188 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 37 op/s 2024-07-27T19:42:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:27 smithi179 ceph-mon[89801]: pgmap v4407: 137 pgs: 137 active+clean; 189 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.1 MiB/s wr, 36 op/s 2024-07-27T19:42:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:27 smithi029 ceph-mon[96870]: pgmap v4407: 137 pgs: 137 active+clean; 189 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.1 MiB/s wr, 36 op/s 2024-07-27T19:42:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:27 smithi029 ceph-mon[99353]: pgmap v4407: 137 pgs: 137 active+clean; 189 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 2.1 MiB/s wr, 36 op/s 2024-07-27T19:42:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:29 smithi179 ceph-mon[89801]: pgmap v4408: 137 pgs: 137 active+clean; 189 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 955 KiB/s wr, 25 op/s 2024-07-27T19:42:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:29 smithi179 ceph-mon[89801]: osdmap e2256: 8 total, 8 up, 8 in 2024-07-27T19:42:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:29 smithi029 ceph-mon[96870]: pgmap v4408: 137 pgs: 137 active+clean; 189 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 955 KiB/s wr, 25 op/s 2024-07-27T19:42:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:29 smithi029 ceph-mon[96870]: osdmap e2256: 8 total, 8 up, 8 in 2024-07-27T19:42:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:29 smithi029 ceph-mon[99353]: pgmap v4408: 137 pgs: 137 active+clean; 189 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 955 KiB/s wr, 25 op/s 2024-07-27T19:42:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:29 smithi029 ceph-mon[99353]: osdmap e2256: 8 total, 8 up, 8 in 2024-07-27T19:42:30.156 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:42:30.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:30 smithi179 ceph-mon[89801]: osdmap e2257: 8 total, 8 up, 8 in 2024-07-27T19:42:30.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:30 smithi029 ceph-mon[96870]: osdmap e2257: 8 total, 8 up, 8 in 2024-07-27T19:42:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:30 smithi029 ceph-mon[99353]: osdmap e2257: 8 total, 8 up, 8 in 2024-07-27T19:42:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:31 smithi179 ceph-mon[89801]: pgmap v4411: 137 pgs: 137 active+clean; 197 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 1.0 MiB/s wr, 34 op/s 2024-07-27T19:42:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:31 smithi179 ceph-mon[89801]: osdmap e2258: 8 total, 8 up, 8 in 2024-07-27T19:42:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:31 smithi029 ceph-mon[96870]: pgmap v4411: 137 pgs: 137 active+clean; 197 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 1.0 MiB/s wr, 34 op/s 2024-07-27T19:42:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:31 smithi029 ceph-mon[96870]: osdmap e2258: 8 total, 8 up, 8 in 2024-07-27T19:42:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:31 smithi029 ceph-mon[99353]: pgmap v4411: 137 pgs: 137 active+clean; 197 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 1.0 MiB/s wr, 34 op/s 2024-07-27T19:42:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:31 smithi029 ceph-mon[99353]: osdmap e2258: 8 total, 8 up, 8 in 2024-07-27T19:42:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:42:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:42:32] "GET /metrics HTTP/1.1" 200 36727 "" "Prometheus/2.43.0" 2024-07-27T19:42:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:33 smithi179 ceph-mon[89801]: pgmap v4413: 137 pgs: 137 active+clean; 201 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 2.0 MiB/s wr, 13 op/s 2024-07-27T19:42:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:33 smithi029 ceph-mon[96870]: pgmap v4413: 137 pgs: 137 active+clean; 201 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 2.0 MiB/s wr, 13 op/s 2024-07-27T19:42:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:33 smithi029 ceph-mon[99353]: pgmap v4413: 137 pgs: 137 active+clean; 201 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 2.0 MiB/s wr, 13 op/s 2024-07-27T19:42:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:35 smithi179 ceph-mon[89801]: pgmap v4414: 137 pgs: 137 active+clean; 207 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 38 op/s 2024-07-27T19:42:35.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:35 smithi029 ceph-mon[96870]: pgmap v4414: 137 pgs: 137 active+clean; 207 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 38 op/s 2024-07-27T19:42:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:35 smithi029 ceph-mon[99353]: pgmap v4414: 137 pgs: 137 active+clean; 207 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 38 op/s 2024-07-27T19:42:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:37 smithi179 ceph-mon[89801]: pgmap v4415: 137 pgs: 137 active+clean; 207 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 1.6 MiB/s wr, 36 op/s 2024-07-27T19:42:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:37 smithi029 ceph-mon[96870]: pgmap v4415: 137 pgs: 137 active+clean; 207 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 1.6 MiB/s wr, 36 op/s 2024-07-27T19:42:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:37 smithi029 ceph-mon[99353]: pgmap v4415: 137 pgs: 137 active+clean; 207 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 1.6 MiB/s wr, 36 op/s 2024-07-27T19:42:38.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:42:38.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:42:38.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:42:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:39 smithi179 ceph-mon[89801]: pgmap v4416: 137 pgs: 137 active+clean; 207 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 957 KiB/s wr, 26 op/s 2024-07-27T19:42:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:39 smithi179 ceph-mon[89801]: osdmap e2259: 8 total, 8 up, 8 in 2024-07-27T19:42:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:42:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:42:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:42:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:42:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:39 smithi029 ceph-mon[96870]: pgmap v4416: 137 pgs: 137 active+clean; 207 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 957 KiB/s wr, 26 op/s 2024-07-27T19:42:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:39 smithi029 ceph-mon[96870]: osdmap e2259: 8 total, 8 up, 8 in 2024-07-27T19:42:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:42:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:42:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:42:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:42:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:39 smithi029 ceph-mon[99353]: pgmap v4416: 137 pgs: 137 active+clean; 207 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 957 KiB/s wr, 26 op/s 2024-07-27T19:42:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:39 smithi029 ceph-mon[99353]: osdmap e2259: 8 total, 8 up, 8 in 2024-07-27T19:42:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:42:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:42:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:42:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:42:40.180 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateDeterministicLUKS2 (49173 ms) 2024-07-27T19:42:40.180 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateDeterministicLUKS2PP 2024-07-27T19:42:40.180 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:42:40.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:40 smithi179 ceph-mon[89801]: osdmap e2260: 8 total, 8 up, 8 in 2024-07-27T19:42:40.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:40 smithi029 ceph-mon[96870]: osdmap e2260: 8 total, 8 up, 8 in 2024-07-27T19:42:40.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:40 smithi029 ceph-mon[99353]: osdmap e2260: 8 total, 8 up, 8 in 2024-07-27T19:42:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:41 smithi179 ceph-mon[89801]: pgmap v4419: 137 pgs: 137 active+clean; 215 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 1.5 MiB/s wr, 30 op/s 2024-07-27T19:42:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:41 smithi179 ceph-mon[89801]: osdmap e2261: 8 total, 8 up, 8 in 2024-07-27T19:42:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:41 smithi029 ceph-mon[96870]: pgmap v4419: 137 pgs: 137 active+clean; 215 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 1.5 MiB/s wr, 30 op/s 2024-07-27T19:42:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:41 smithi029 ceph-mon[96870]: osdmap e2261: 8 total, 8 up, 8 in 2024-07-27T19:42:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:41 smithi029 ceph-mon[99353]: pgmap v4419: 137 pgs: 137 active+clean; 215 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 1.5 MiB/s wr, 30 op/s 2024-07-27T19:42:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:41 smithi029 ceph-mon[99353]: osdmap e2261: 8 total, 8 up, 8 in 2024-07-27T19:42:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:42:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:42:42] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:42:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:43 smithi179 ceph-mon[89801]: pgmap v4421: 137 pgs: 137 active+clean; 223 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 2.7 MiB/s wr, 29 op/s 2024-07-27T19:42:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:43 smithi029 ceph-mon[96870]: pgmap v4421: 137 pgs: 137 active+clean; 223 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 2.7 MiB/s wr, 29 op/s 2024-07-27T19:42:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:43 smithi029 ceph-mon[99353]: pgmap v4421: 137 pgs: 137 active+clean; 223 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 2.7 MiB/s wr, 29 op/s 2024-07-27T19:42:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:45 smithi179 ceph-mon[89801]: pgmap v4422: 137 pgs: 137 active+clean; 231 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 2.7 MiB/s wr, 34 op/s 2024-07-27T19:42:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:45 smithi029 ceph-mon[96870]: pgmap v4422: 137 pgs: 137 active+clean; 231 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 2.7 MiB/s wr, 34 op/s 2024-07-27T19:42:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:45 smithi029 ceph-mon[99353]: pgmap v4422: 137 pgs: 137 active+clean; 231 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 2.7 MiB/s wr, 34 op/s 2024-07-27T19:42:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:47 smithi179 ceph-mon[89801]: pgmap v4423: 137 pgs: 137 active+clean; 231 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 1.6 MiB/s wr, 36 op/s 2024-07-27T19:42:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:47 smithi029 ceph-mon[96870]: pgmap v4423: 137 pgs: 137 active+clean; 231 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 1.6 MiB/s wr, 36 op/s 2024-07-27T19:42:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:47 smithi029 ceph-mon[99353]: pgmap v4423: 137 pgs: 137 active+clean; 231 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 1.6 MiB/s wr, 36 op/s 2024-07-27T19:42:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:49 smithi029 ceph-mon[96870]: pgmap v4424: 137 pgs: 137 active+clean; 231 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 960 KiB/s wr, 26 op/s 2024-07-27T19:42:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:49 smithi029 ceph-mon[96870]: osdmap e2262: 8 total, 8 up, 8 in 2024-07-27T19:42:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:49 smithi029 ceph-mon[99353]: pgmap v4424: 137 pgs: 137 active+clean; 231 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 960 KiB/s wr, 26 op/s 2024-07-27T19:42:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:49 smithi029 ceph-mon[99353]: osdmap e2262: 8 total, 8 up, 8 in 2024-07-27T19:42:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:49 smithi179 ceph-mon[89801]: pgmap v4424: 137 pgs: 137 active+clean; 231 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 960 KiB/s wr, 26 op/s 2024-07-27T19:42:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:49 smithi179 ceph-mon[89801]: osdmap e2262: 8 total, 8 up, 8 in 2024-07-27T19:42:50.208 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:42:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:50 smithi029 ceph-mon[96870]: osdmap e2263: 8 total, 8 up, 8 in 2024-07-27T19:42:50.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:50 smithi029 ceph-mon[96870]: pgmap v4427: 137 pgs: 137 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 1.5 MiB/s wr, 21 op/s 2024-07-27T19:42:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:50 smithi029 ceph-mon[99353]: osdmap e2263: 8 total, 8 up, 8 in 2024-07-27T19:42:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:50 smithi029 ceph-mon[99353]: pgmap v4427: 137 pgs: 137 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 1.5 MiB/s wr, 21 op/s 2024-07-27T19:42:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:50 smithi179 ceph-mon[89801]: osdmap e2263: 8 total, 8 up, 8 in 2024-07-27T19:42:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:50 smithi179 ceph-mon[89801]: pgmap v4427: 137 pgs: 137 active+clean; 243 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 1.5 MiB/s wr, 21 op/s 2024-07-27T19:42:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:51 smithi029 ceph-mon[96870]: osdmap e2264: 8 total, 8 up, 8 in 2024-07-27T19:42:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:51 smithi029 ceph-mon[99353]: osdmap e2264: 8 total, 8 up, 8 in 2024-07-27T19:42:51.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:51 smithi179 ceph-mon[89801]: osdmap e2264: 8 total, 8 up, 8 in 2024-07-27T19:42:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:52 smithi029 ceph-mon[96870]: pgmap v4429: 137 pgs: 137 active+clean; 247 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 2.7 MiB/s wr, 16 op/s 2024-07-27T19:42:52.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:52 smithi029 ceph-mon[99353]: pgmap v4429: 137 pgs: 137 active+clean; 247 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 2.7 MiB/s wr, 16 op/s 2024-07-27T19:42:52.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:42:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:42:52] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:42:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:52 smithi179 ceph-mon[89801]: pgmap v4429: 137 pgs: 137 active+clean; 247 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 2.7 MiB/s wr, 16 op/s 2024-07-27T19:42:54.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:42:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:42:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:42:55.064 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:54 smithi179 ceph-mon[89801]: pgmap v4430: 137 pgs: 137 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 18 KiB/s rd, 2.7 MiB/s wr, 29 op/s 2024-07-27T19:42:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:54 smithi029 ceph-mon[96870]: pgmap v4430: 137 pgs: 137 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 18 KiB/s rd, 2.7 MiB/s wr, 29 op/s 2024-07-27T19:42:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:54 smithi029 ceph-mon[99353]: pgmap v4430: 137 pgs: 137 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 18 KiB/s rd, 2.7 MiB/s wr, 29 op/s 2024-07-27T19:42:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:56 smithi179 ceph-mon[89801]: pgmap v4431: 137 pgs: 137 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 547 KiB/s wr, 31 op/s 2024-07-27T19:42:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:56 smithi029 ceph-mon[96870]: pgmap v4431: 137 pgs: 137 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 547 KiB/s wr, 31 op/s 2024-07-27T19:42:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:56 smithi029 ceph-mon[99353]: pgmap v4431: 137 pgs: 137 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 547 KiB/s wr, 31 op/s 2024-07-27T19:42:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:58 smithi179 ceph-mon[89801]: pgmap v4432: 137 pgs: 137 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 16 KiB/s rd, 483 KiB/s wr, 24 op/s 2024-07-27T19:42:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:58 smithi029 ceph-mon[96870]: pgmap v4432: 137 pgs: 137 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 16 KiB/s rd, 483 KiB/s wr, 24 op/s 2024-07-27T19:42:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:58 smithi029 ceph-mon[99353]: pgmap v4432: 137 pgs: 137 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 16 KiB/s rd, 483 KiB/s wr, 24 op/s 2024-07-27T19:43:00.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:42:59 smithi179 ceph-mon[89801]: osdmap e2265: 8 total, 8 up, 8 in 2024-07-27T19:43:00.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:42:59 smithi029 ceph-mon[96870]: osdmap e2265: 8 total, 8 up, 8 in 2024-07-27T19:43:00.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:42:59 smithi029 ceph-mon[99353]: osdmap e2265: 8 total, 8 up, 8 in 2024-07-27T19:43:00.837 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:43:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:00 smithi179 ceph-mon[89801]: pgmap v4434: 137 pgs: 137 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 17 KiB/s rd, 864 KiB/s wr, 26 op/s 2024-07-27T19:43:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:00 smithi179 ceph-mon[89801]: osdmap e2266: 8 total, 8 up, 8 in 2024-07-27T19:43:01.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:00 smithi029 ceph-mon[96870]: pgmap v4434: 137 pgs: 137 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 17 KiB/s rd, 864 KiB/s wr, 26 op/s 2024-07-27T19:43:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:00 smithi029 ceph-mon[96870]: osdmap e2266: 8 total, 8 up, 8 in 2024-07-27T19:43:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:00 smithi029 ceph-mon[99353]: pgmap v4434: 137 pgs: 137 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 17 KiB/s rd, 864 KiB/s wr, 26 op/s 2024-07-27T19:43:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:00 smithi029 ceph-mon[99353]: osdmap e2266: 8 total, 8 up, 8 in 2024-07-27T19:43:02.151 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:01 smithi029 ceph-mon[99353]: osdmap e2267: 8 total, 8 up, 8 in 2024-07-27T19:43:02.151 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:01 smithi029 ceph-mon[96870]: osdmap e2267: 8 total, 8 up, 8 in 2024-07-27T19:43:02.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:01 smithi179 ceph-mon[89801]: osdmap e2267: 8 total, 8 up, 8 in 2024-07-27T19:43:02.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:43:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:43:02] "GET /metrics HTTP/1.1" 200 36730 "" "Prometheus/2.43.0" 2024-07-27T19:43:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:02 smithi179 ceph-mon[89801]: pgmap v4437: 137 pgs: 137 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 1.3 MiB/s wr, 30 op/s 2024-07-27T19:43:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:02 smithi029 ceph-mon[96870]: pgmap v4437: 137 pgs: 137 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 1.3 MiB/s wr, 30 op/s 2024-07-27T19:43:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:02 smithi029 ceph-mon[99353]: pgmap v4437: 137 pgs: 137 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 1.3 MiB/s wr, 30 op/s 2024-07-27T19:43:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:04 smithi179 ceph-mon[89801]: pgmap v4438: 137 pgs: 137 active+clean; 266 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 37 op/s 2024-07-27T19:43:05.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:04 smithi029 ceph-mon[96870]: pgmap v4438: 137 pgs: 137 active+clean; 266 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 37 op/s 2024-07-27T19:43:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:04 smithi029 ceph-mon[99353]: pgmap v4438: 137 pgs: 137 active+clean; 266 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 37 op/s 2024-07-27T19:43:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:06 smithi179 ceph-mon[89801]: pgmap v4439: 137 pgs: 137 active+clean; 269 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 2.3 MiB/s wr, 40 op/s 2024-07-27T19:43:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:06 smithi029 ceph-mon[96870]: pgmap v4439: 137 pgs: 137 active+clean; 269 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 2.3 MiB/s wr, 40 op/s 2024-07-27T19:43:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:06 smithi029 ceph-mon[99353]: pgmap v4439: 137 pgs: 137 active+clean; 269 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 26 KiB/s rd, 2.3 MiB/s wr, 40 op/s 2024-07-27T19:43:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:08 smithi179 ceph-mon[89801]: pgmap v4440: 137 pgs: 137 active+clean; 269 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 1.5 MiB/s wr, 28 op/s 2024-07-27T19:43:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:43:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:08 smithi029 ceph-mon[96870]: pgmap v4440: 137 pgs: 137 active+clean; 269 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 1.5 MiB/s wr, 28 op/s 2024-07-27T19:43:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:43:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:08 smithi029 ceph-mon[99353]: pgmap v4440: 137 pgs: 137 active+clean; 269 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 1.5 MiB/s wr, 28 op/s 2024-07-27T19:43:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:43:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:11 smithi179 ceph-mon[89801]: pgmap v4441: 137 pgs: 137 active+clean; 269 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 15 KiB/s rd, 1.2 MiB/s wr, 22 op/s 2024-07-27T19:43:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:11 smithi179 ceph-mon[89801]: osdmap e2268: 8 total, 8 up, 8 in 2024-07-27T19:43:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:11 smithi029 ceph-mon[96870]: pgmap v4441: 137 pgs: 137 active+clean; 269 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 15 KiB/s rd, 1.2 MiB/s wr, 22 op/s 2024-07-27T19:43:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:11 smithi029 ceph-mon[96870]: osdmap e2268: 8 total, 8 up, 8 in 2024-07-27T19:43:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:11 smithi029 ceph-mon[99353]: pgmap v4441: 137 pgs: 137 active+clean; 269 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 15 KiB/s rd, 1.2 MiB/s wr, 22 op/s 2024-07-27T19:43:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:11 smithi029 ceph-mon[99353]: osdmap e2268: 8 total, 8 up, 8 in 2024-07-27T19:43:12.161 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:43:12.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:12 smithi179 ceph-mon[89801]: osdmap e2269: 8 total, 8 up, 8 in 2024-07-27T19:43:12.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:12 smithi029 ceph-mon[96870]: osdmap e2269: 8 total, 8 up, 8 in 2024-07-27T19:43:12.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:12 smithi029 ceph-mon[99353]: osdmap e2269: 8 total, 8 up, 8 in 2024-07-27T19:43:12.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:43:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:43:12] "GET /metrics HTTP/1.1" 200 36730 "" "Prometheus/2.43.0" 2024-07-27T19:43:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:13 smithi179 ceph-mon[89801]: pgmap v4444: 137 pgs: 137 active+clean; 272 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2024-07-27T19:43:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:13 smithi179 ceph-mon[89801]: osdmap e2270: 8 total, 8 up, 8 in 2024-07-27T19:43:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:13 smithi029 ceph-mon[96870]: pgmap v4444: 137 pgs: 137 active+clean; 272 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2024-07-27T19:43:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:13 smithi029 ceph-mon[96870]: osdmap e2270: 8 total, 8 up, 8 in 2024-07-27T19:43:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:13 smithi029 ceph-mon[99353]: pgmap v4444: 137 pgs: 137 active+clean; 272 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2024-07-27T19:43:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:13 smithi029 ceph-mon[99353]: osdmap e2270: 8 total, 8 up, 8 in 2024-07-27T19:43:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:15 smithi179 ceph-mon[89801]: pgmap v4446: 137 pgs: 137 active+clean; 280 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 1.3 MiB/s wr, 15 op/s 2024-07-27T19:43:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:15 smithi029 ceph-mon[96870]: pgmap v4446: 137 pgs: 137 active+clean; 280 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 1.3 MiB/s wr, 15 op/s 2024-07-27T19:43:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:15 smithi029 ceph-mon[99353]: pgmap v4446: 137 pgs: 137 active+clean; 280 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 1.3 MiB/s wr, 15 op/s 2024-07-27T19:43:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:17 smithi179 ceph-mon[89801]: pgmap v4447: 137 pgs: 137 active+clean; 291 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 2.7 MiB/s wr, 31 op/s 2024-07-27T19:43:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:17 smithi029 ceph-mon[96870]: pgmap v4447: 137 pgs: 137 active+clean; 291 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 2.7 MiB/s wr, 31 op/s 2024-07-27T19:43:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:17 smithi029 ceph-mon[99353]: pgmap v4447: 137 pgs: 137 active+clean; 291 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 19 KiB/s rd, 2.7 MiB/s wr, 31 op/s 2024-07-27T19:43:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:19 smithi179 ceph-mon[89801]: pgmap v4448: 137 pgs: 137 active+clean; 291 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 24 KiB/s rd, 2.1 MiB/s wr, 36 op/s 2024-07-27T19:43:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:19 smithi029 ceph-mon[96870]: pgmap v4448: 137 pgs: 137 active+clean; 291 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 24 KiB/s rd, 2.1 MiB/s wr, 36 op/s 2024-07-27T19:43:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:19 smithi029 ceph-mon[99353]: pgmap v4448: 137 pgs: 137 active+clean; 291 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 24 KiB/s rd, 2.1 MiB/s wr, 36 op/s 2024-07-27T19:43:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:21 smithi179 ceph-mon[89801]: pgmap v4449: 137 pgs: 137 active+clean; 291 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 1.9 MiB/s wr, 32 op/s 2024-07-27T19:43:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:21 smithi029 ceph-mon[96870]: pgmap v4449: 137 pgs: 137 active+clean; 291 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 1.9 MiB/s wr, 32 op/s 2024-07-27T19:43:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:21 smithi029 ceph-mon[99353]: pgmap v4449: 137 pgs: 137 active+clean; 291 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 1.9 MiB/s wr, 32 op/s 2024-07-27T19:43:22.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:22 smithi179 ceph-mon[89801]: osdmap e2271: 8 total, 8 up, 8 in 2024-07-27T19:43:22.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:22 smithi029 ceph-mon[99353]: osdmap e2271: 8 total, 8 up, 8 in 2024-07-27T19:43:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:22 smithi029 ceph-mon[96870]: osdmap e2271: 8 total, 8 up, 8 in 2024-07-27T19:43:22.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:43:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:43:22] "GET /metrics HTTP/1.1" 200 36730 "" "Prometheus/2.43.0" 2024-07-27T19:43:23.191 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:43:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:23 smithi029 ceph-mon[96870]: pgmap v4451: 137 pgs: 137 active+clean; 295 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 13 KiB/s rd, 1.7 MiB/s wr, 21 op/s 2024-07-27T19:43:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:23 smithi029 ceph-mon[96870]: osdmap e2272: 8 total, 8 up, 8 in 2024-07-27T19:43:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:23 smithi029 ceph-mon[99353]: pgmap v4451: 137 pgs: 137 active+clean; 295 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 13 KiB/s rd, 1.7 MiB/s wr, 21 op/s 2024-07-27T19:43:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:23 smithi029 ceph-mon[99353]: osdmap e2272: 8 total, 8 up, 8 in 2024-07-27T19:43:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:23 smithi179 ceph-mon[89801]: pgmap v4451: 137 pgs: 137 active+clean; 295 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 13 KiB/s rd, 1.7 MiB/s wr, 21 op/s 2024-07-27T19:43:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:23 smithi179 ceph-mon[89801]: osdmap e2272: 8 total, 8 up, 8 in 2024-07-27T19:43:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:24 smithi029 ceph-mon[96870]: osdmap e2273: 8 total, 8 up, 8 in 2024-07-27T19:43:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:43:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:24 smithi029 ceph-mon[99353]: osdmap e2273: 8 total, 8 up, 8 in 2024-07-27T19:43:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:43:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:24 smithi179 ceph-mon[89801]: osdmap e2273: 8 total, 8 up, 8 in 2024-07-27T19:43:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:43:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:25 smithi029 ceph-mon[96870]: pgmap v4454: 137 pgs: 137 active+clean; 305 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.3 MiB/s wr, 1 op/s 2024-07-27T19:43:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:25 smithi029 ceph-mon[99353]: pgmap v4454: 137 pgs: 137 active+clean; 305 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.3 MiB/s wr, 1 op/s 2024-07-27T19:43:25.563 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:25 smithi179 ceph-mon[89801]: pgmap v4454: 137 pgs: 137 active+clean; 305 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.3 MiB/s wr, 1 op/s 2024-07-27T19:43:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:27 smithi029 ceph-mon[96870]: pgmap v4455: 137 pgs: 137 active+clean; 313 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 9.0 KiB/s rd, 2.7 MiB/s wr, 17 op/s 2024-07-27T19:43:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:27 smithi029 ceph-mon[99353]: pgmap v4455: 137 pgs: 137 active+clean; 313 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 9.0 KiB/s rd, 2.7 MiB/s wr, 17 op/s 2024-07-27T19:43:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:27 smithi179 ceph-mon[89801]: pgmap v4455: 137 pgs: 137 active+clean; 313 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 9.0 KiB/s rd, 2.7 MiB/s wr, 17 op/s 2024-07-27T19:43:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:29 smithi029 ceph-mon[96870]: pgmap v4456: 137 pgs: 137 active+clean; 313 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 1.8 MiB/s wr, 35 op/s 2024-07-27T19:43:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:29 smithi029 ceph-mon[99353]: pgmap v4456: 137 pgs: 137 active+clean; 313 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 1.8 MiB/s wr, 35 op/s 2024-07-27T19:43:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:29 smithi179 ceph-mon[89801]: pgmap v4456: 137 pgs: 137 active+clean; 313 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 1.8 MiB/s wr, 35 op/s 2024-07-27T19:43:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:30 smithi029 ceph-mon[96870]: pgmap v4457: 137 pgs: 137 active+clean; 313 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 1.5 MiB/s wr, 34 op/s 2024-07-27T19:43:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:30 smithi029 ceph-mon[99353]: pgmap v4457: 137 pgs: 137 active+clean; 313 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 1.5 MiB/s wr, 34 op/s 2024-07-27T19:43:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:30 smithi179 ceph-mon[89801]: pgmap v4457: 137 pgs: 137 active+clean; 313 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 1.5 MiB/s wr, 34 op/s 2024-07-27T19:43:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:32 smithi029 ceph-mon[96870]: osdmap e2274: 8 total, 8 up, 8 in 2024-07-27T19:43:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:32 smithi029 ceph-mon[96870]: pgmap v4459: 137 pgs: 137 active+clean; 313 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 960 KiB/s wr, 31 op/s 2024-07-27T19:43:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:32 smithi029 ceph-mon[99353]: osdmap e2274: 8 total, 8 up, 8 in 2024-07-27T19:43:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:32 smithi029 ceph-mon[99353]: pgmap v4459: 137 pgs: 137 active+clean; 313 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 960 KiB/s wr, 31 op/s 2024-07-27T19:43:32.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:43:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:43:32] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:43:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:32 smithi179 ceph-mon[89801]: osdmap e2274: 8 total, 8 up, 8 in 2024-07-27T19:43:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:32 smithi179 ceph-mon[89801]: pgmap v4459: 137 pgs: 137 active+clean; 313 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 960 KiB/s wr, 31 op/s 2024-07-27T19:43:33.551 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateDeterministicLUKS2PP (53372 ms) 2024-07-27T19:43:33.552 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateDiscard 2024-07-27T19:43:33.552 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:43:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:33 smithi179 ceph-mon[89801]: osdmap e2275: 8 total, 8 up, 8 in 2024-07-27T19:43:34.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:33 smithi029 ceph-mon[96870]: osdmap e2275: 8 total, 8 up, 8 in 2024-07-27T19:43:34.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:33 smithi029 ceph-mon[99353]: osdmap e2275: 8 total, 8 up, 8 in 2024-07-27T19:43:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:34 smithi179 ceph-mon[89801]: osdmap e2276: 8 total, 8 up, 8 in 2024-07-27T19:43:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:34 smithi179 ceph-mon[89801]: pgmap v4462: 137 pgs: 137 active+clean; 329 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 15 KiB/s rd, 1.3 MiB/s wr, 20 op/s 2024-07-27T19:43:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:34 smithi029 ceph-mon[99353]: osdmap e2276: 8 total, 8 up, 8 in 2024-07-27T19:43:35.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:34 smithi029 ceph-mon[99353]: pgmap v4462: 137 pgs: 137 active+clean; 329 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 15 KiB/s rd, 1.3 MiB/s wr, 20 op/s 2024-07-27T19:43:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:34 smithi029 ceph-mon[96870]: osdmap e2276: 8 total, 8 up, 8 in 2024-07-27T19:43:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:34 smithi029 ceph-mon[96870]: pgmap v4462: 137 pgs: 137 active+clean; 329 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 15 KiB/s rd, 1.3 MiB/s wr, 20 op/s 2024-07-27T19:43:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:35 smithi179 ceph-mon[89801]: osdmap e2277: 8 total, 8 up, 8 in 2024-07-27T19:43:36.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:35 smithi029 ceph-mon[96870]: osdmap e2277: 8 total, 8 up, 8 in 2024-07-27T19:43:36.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:35 smithi029 ceph-mon[99353]: osdmap e2277: 8 total, 8 up, 8 in 2024-07-27T19:43:36.575 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateDiscard (3023 ms) 2024-07-27T19:43:36.575 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateTruncate 2024-07-27T19:43:36.575 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:43:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:36 smithi179 ceph-mon[89801]: osdmap e2278: 8 total, 8 up, 8 in 2024-07-27T19:43:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:36 smithi179 ceph-mon[89801]: pgmap v4465: 137 pgs: 137 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 28 KiB/s rd, 4.0 MiB/s wr, 45 op/s 2024-07-27T19:43:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:36 smithi029 ceph-mon[96870]: osdmap e2278: 8 total, 8 up, 8 in 2024-07-27T19:43:37.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:36 smithi029 ceph-mon[96870]: pgmap v4465: 137 pgs: 137 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 28 KiB/s rd, 4.0 MiB/s wr, 45 op/s 2024-07-27T19:43:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:36 smithi029 ceph-mon[99353]: osdmap e2278: 8 total, 8 up, 8 in 2024-07-27T19:43:37.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:36 smithi029 ceph-mon[99353]: pgmap v4465: 137 pgs: 137 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 28 KiB/s rd, 4.0 MiB/s wr, 45 op/s 2024-07-27T19:43:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:37 smithi179 ceph-mon[89801]: osdmap e2279: 8 total, 8 up, 8 in 2024-07-27T19:43:38.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:37 smithi029 ceph-mon[96870]: osdmap e2279: 8 total, 8 up, 8 in 2024-07-27T19:43:38.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:37 smithi029 ceph-mon[99353]: osdmap e2279: 8 total, 8 up, 8 in 2024-07-27T19:43:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:38 smithi179 ceph-mon[89801]: osdmap e2280: 8 total, 8 up, 8 in 2024-07-27T19:43:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:38 smithi179 ceph-mon[89801]: pgmap v4468: 137 pgs: 137 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 37 KiB/s rd, 2.0 MiB/s wr, 67 op/s 2024-07-27T19:43:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:43:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:38 smithi029 ceph-mon[99353]: osdmap e2280: 8 total, 8 up, 8 in 2024-07-27T19:43:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:38 smithi029 ceph-mon[99353]: pgmap v4468: 137 pgs: 137 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 37 KiB/s rd, 2.0 MiB/s wr, 67 op/s 2024-07-27T19:43:39.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:43:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:38 smithi029 ceph-mon[96870]: osdmap e2280: 8 total, 8 up, 8 in 2024-07-27T19:43:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:38 smithi029 ceph-mon[96870]: pgmap v4468: 137 pgs: 137 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 37 KiB/s rd, 2.0 MiB/s wr, 67 op/s 2024-07-27T19:43:39.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:43:39.598 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateTruncate (3023 ms) 2024-07-27T19:43:39.598 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateWriteAndTruncate 2024-07-27T19:43:39.598 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:43:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:39 smithi179 ceph-mon[89801]: osdmap e2281: 8 total, 8 up, 8 in 2024-07-27T19:43:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:43:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:43:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:43:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:43:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:43:39.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:43:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[96870]: osdmap e2281: 8 total, 8 up, 8 in 2024-07-27T19:43:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:43:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:43:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:43:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:43:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:43:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:43:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[99353]: osdmap e2281: 8 total, 8 up, 8 in 2024-07-27T19:43:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:43:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:43:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:43:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:43:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:43:40.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:43:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:40 smithi179 ceph-mon[89801]: osdmap e2282: 8 total, 8 up, 8 in 2024-07-27T19:43:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:40 smithi179 ceph-mon[89801]: pgmap v4471: 137 pgs: 137 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 65 KiB/s rd, 10 KiB/s wr, 95 op/s 2024-07-27T19:43:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:40 smithi029 ceph-mon[96870]: osdmap e2282: 8 total, 8 up, 8 in 2024-07-27T19:43:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:40 smithi029 ceph-mon[96870]: pgmap v4471: 137 pgs: 137 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 65 KiB/s rd, 10 KiB/s wr, 95 op/s 2024-07-27T19:43:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:40 smithi029 ceph-mon[99353]: osdmap e2282: 8 total, 8 up, 8 in 2024-07-27T19:43:41.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:40 smithi029 ceph-mon[99353]: pgmap v4471: 137 pgs: 137 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 65 KiB/s rd, 10 KiB/s wr, 95 op/s 2024-07-27T19:43:41.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:41 smithi179 ceph-mon[89801]: osdmap e2283: 8 total, 8 up, 8 in 2024-07-27T19:43:42.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:41 smithi029 ceph-mon[96870]: osdmap e2283: 8 total, 8 up, 8 in 2024-07-27T19:43:42.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:41 smithi029 ceph-mon[99353]: osdmap e2283: 8 total, 8 up, 8 in 2024-07-27T19:43:42.627 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateWriteAndTruncate (3028 ms) 2024-07-27T19:43:42.627 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateStress 2024-07-27T19:43:42.627 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:43:42.707 INFO:tasks.workunit.client.0.smithi029.stdout: i=0 exists [17715506~914516,29616140~3502771,54819220~2832913,79225357~6205182,93908629~4545005,130838985~5330770,240037336~192257,250427392~5645680,258958608~7827690,365944187~7893856] wrote [17715506~914516,29616140~3502771,54819220~2832913,79225357~6205182,93908629~4545005,130838985~5330770,240037336~192257,250427392~5645680,258958608~7827690,365944187~7893856] 2024-07-27T19:43:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:42 smithi029 ceph-mon[96870]: osdmap e2284: 8 total, 8 up, 8 in 2024-07-27T19:43:42.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:42 smithi029 ceph-mon[96870]: pgmap v4474: 137 pgs: 137 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 5.7 KiB/s wr, 80 op/s 2024-07-27T19:43:42.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:42 smithi029 ceph-mon[99353]: osdmap e2284: 8 total, 8 up, 8 in 2024-07-27T19:43:42.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:42 smithi029 ceph-mon[99353]: pgmap v4474: 137 pgs: 137 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 5.7 KiB/s wr, 80 op/s 2024-07-27T19:43:42.754 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:43:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:43:42] "GET /metrics HTTP/1.1" 200 36731 "" "Prometheus/2.43.0" 2024-07-27T19:43:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:42 smithi179 ceph-mon[89801]: osdmap e2284: 8 total, 8 up, 8 in 2024-07-27T19:43:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:42 smithi179 ceph-mon[89801]: pgmap v4474: 137 pgs: 137 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 55 KiB/s rd, 5.7 KiB/s wr, 80 op/s 2024-07-27T19:43:43.644 INFO:tasks.workunit.client.0.smithi029.stdout: i=1 exists [513729~5295012,17715506~914516,24286862~2997905,29616140~3502771,54819220~7638036,79225357~6205182,93908629~4545005,102060842~3561710,113302769~2189164,130838985~5330770,211437473~5983566,240037336~192257,250427392~6036248,258958608~7827690,275842948~4457248,331413362~1715220,365944187~7893856] wrote [513729~5295012,24286862~2997905,55943025~6514231,102060842~3561710,113302769~2189164,211437473~5983566,250510887~5952753,275842948~4457248,331413362~1715220] 2024-07-27T19:43:43.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:43 smithi179 ceph-mon[89801]: osdmap e2285: 8 total, 8 up, 8 in 2024-07-27T19:43:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:43 smithi029 ceph-mon[96870]: osdmap e2285: 8 total, 8 up, 8 in 2024-07-27T19:43:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:43 smithi029 ceph-mon[99353]: osdmap e2285: 8 total, 8 up, 8 in 2024-07-27T19:43:44.645 INFO:tasks.workunit.client.0.smithi029.stdout: i=2 exists [513729~6674956,17715506~914516,24286862~2997905,29616140~10110342,54819220~7638036,79225357~6205182,86868574~441747,93908629~4545005,102060842~3561710,113302769~2189164,130838985~5330770,168279606~5293825,174282036~5090483,211437473~5983566,238848307~140192,240037336~192257,250427392~6036248,258926301~11581352,275842948~4457248,320674841~7559463,331413362~1715220,365944187~7893856,409873560~312275] wrote [3867647~3321038,32729701~6996781,86868574~441747,168279606~5293825,174282036~5090483,238848307~140192,258926301~2687741,265429224~5078429,320674841~7559463,409873560~312275] 2024-07-27T19:43:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:44 smithi179 ceph-mon[89801]: osdmap e2286: 8 total, 8 up, 8 in 2024-07-27T19:43:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:44 smithi179 ceph-mon[89801]: pgmap v4477: 137 pgs: 137 active+clean; 339 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 80 KiB/s rd, 445 KiB/s wr, 124 op/s 2024-07-27T19:43:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:44 smithi029 ceph-mon[96870]: osdmap e2286: 8 total, 8 up, 8 in 2024-07-27T19:43:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:44 smithi029 ceph-mon[96870]: pgmap v4477: 137 pgs: 137 active+clean; 339 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 80 KiB/s rd, 445 KiB/s wr, 124 op/s 2024-07-27T19:43:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:44 smithi029 ceph-mon[99353]: osdmap e2286: 8 total, 8 up, 8 in 2024-07-27T19:43:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:44 smithi029 ceph-mon[99353]: pgmap v4477: 137 pgs: 137 active+clean; 339 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 80 KiB/s rd, 445 KiB/s wr, 124 op/s 2024-07-27T19:43:45.675 INFO:tasks.workunit.client.0.smithi029.stdout: i=3 exists [513729~6674956,17715506~914516,24286862~2997905,29616140~10110342,54819220~7638036,67599442~1004473,72580327~5567624,79225357~6205182,86868574~441747,93908629~6480487,102060842~3561710,113302769~2189164,130838985~7738568,165647895~7925536,174282036~5090483,184877335~4234712,211437473~5983566,238848307~140192,240037336~192257,250427392~8075593,258926301~11581352,275842948~4457248,316254552~11979752,331413362~1715220,365944187~7893856,409873560~312275] wrote [67599442~1004473,72580327~5567624,95707313~4681803,132226712~6350841,165647895~6665707,184877335~4234712,252255483~6247502,316254552~5175934,369187907~4422981] 2024-07-27T19:43:45.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:45 smithi179 ceph-mon[89801]: osdmap e2287: 8 total, 8 up, 8 in 2024-07-27T19:43:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:45 smithi029 ceph-mon[96870]: osdmap e2287: 8 total, 8 up, 8 in 2024-07-27T19:43:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:45 smithi029 ceph-mon[99353]: osdmap e2287: 8 total, 8 up, 8 in 2024-07-27T19:43:46.663 INFO:tasks.workunit.client.0.smithi029.stdout: i=4 exists [513729~6674956,17715506~914516,24286862~2997905,29616140~10110342,53727044~8730212,65916437~1434520,67599442~1004473,72580327~5567624,79225357~6205182,86868574~441747,88842446~248631,93908629~6480487,102060842~3561710,113302769~2189164,130838985~7738568,165647895~7925536,174282036~5090483,184877335~4234712,211437473~5983566,238848307~140192,239649129~4760995,250427392~8075593,258926301~21373895,305170255~6246915,313502664~2427708,316254552~11979752,331413362~1715220,365944187~10211957,382439009~7613997,409873560~312275] wrote [53727044~7817842,65916437~1434520,73779404~240252,88842446~248631,239649129~4760995,269042923~7036921,305170255~6246915,313502664~2427708,369899344~6256800,382439009~7613997] 2024-07-27T19:43:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:46 smithi179 ceph-mon[89801]: osdmap e2288: 8 total, 8 up, 8 in 2024-07-27T19:43:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:46 smithi179 ceph-mon[89801]: pgmap v4480: 137 pgs: 137 active+clean; 370 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 72 KiB/s rd, 6.7 MiB/s wr, 111 op/s 2024-07-27T19:43:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:46 smithi029 ceph-mon[96870]: osdmap e2288: 8 total, 8 up, 8 in 2024-07-27T19:43:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:46 smithi029 ceph-mon[96870]: pgmap v4480: 137 pgs: 137 active+clean; 370 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 72 KiB/s rd, 6.7 MiB/s wr, 111 op/s 2024-07-27T19:43:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:46 smithi029 ceph-mon[99353]: osdmap e2288: 8 total, 8 up, 8 in 2024-07-27T19:43:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:46 smithi029 ceph-mon[99353]: pgmap v4480: 137 pgs: 137 active+clean; 370 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 72 KiB/s rd, 6.7 MiB/s wr, 111 op/s 2024-07-27T19:43:47.666 INFO:tasks.workunit.client.0.smithi029.stdout: i=5 exists [513729~6674956,17715506~914516,24286862~2997905,29616140~10110342,40917899~9588853,53727044~8730212,65916437~1434520,67599442~1004473,72580327~5567624,79225357~6205182,86868574~441747,88842446~248631,93908629~6480487,102060842~3561710,113302769~2189164,130838985~7738568,139267644~2141418,162950868~2353964,165647895~7925536,174282036~5090483,184877335~4234712,205464157~3016310,211437473~5983566,219772943~4604076,238848307~140192,239649129~4760995,250427392~8075593,258926301~21373895,305170255~6246915,313502664~2427708,316254552~17554157,365944187~10211957,382439009~7613997,391557357~1635882,409873560~312275] wrote [40917899~9588853,133419075~3889026,139267644~2141418,162950868~2353964,205464157~3016310,219772943~4604076,268924492~4893918,327986125~5822584,391557357~1635882] 2024-07-27T19:43:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:47 smithi179 ceph-mon[89801]: osdmap e2289: 8 total, 8 up, 8 in 2024-07-27T19:43:48.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:47 smithi029 ceph-mon[96870]: osdmap e2289: 8 total, 8 up, 8 in 2024-07-27T19:43:48.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:47 smithi029 ceph-mon[99353]: osdmap e2289: 8 total, 8 up, 8 in 2024-07-27T19:43:48.673 INFO:tasks.workunit.client.0.smithi029.stdout: i=6 exists [513729~6674956,8972300~4893552,17715506~914516,24286862~2997905,29616140~20890612,52965002~9492254,65916437~1434520,67599442~1004473,72580327~5567624,79225357~6205182,86868574~441747,88842446~248631,89341229~2457356,93908629~6480487,102060842~3561710,113302769~2189164,130838985~7738568,139267644~2141418,162950868~2353964,165647895~7925536,174282036~5090483,184877335~4234712,205464157~3016310,211437473~5983566,219772943~4604076,238848307~140192,239649129~7728173,250427392~8075593,258926301~21373895,305170255~6246915,313502664~2427708,316254552~17554157,357086219~4342093,365944187~10211957,382439009~7613997,391557357~1635882,409873560~312275] wrote [8972300~4893552,36401413~7685758,52965002~4147661,80017077~1465953,89341229~2457356,137419197~527477,244227579~3149723,317114746~4329745,357086219~4342093] 2024-07-27T19:43:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:48 smithi179 ceph-mon[89801]: osdmap e2290: 8 total, 8 up, 8 in 2024-07-27T19:43:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:48 smithi179 ceph-mon[89801]: pgmap v4483: 137 pgs: 137 active+clean; 515 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 167 KiB/s rd, 36 MiB/s wr, 278 op/s 2024-07-27T19:43:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:48 smithi029 ceph-mon[96870]: osdmap e2290: 8 total, 8 up, 8 in 2024-07-27T19:43:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:48 smithi029 ceph-mon[96870]: pgmap v4483: 137 pgs: 137 active+clean; 515 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 167 KiB/s rd, 36 MiB/s wr, 278 op/s 2024-07-27T19:43:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:48 smithi029 ceph-mon[99353]: osdmap e2290: 8 total, 8 up, 8 in 2024-07-27T19:43:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:48 smithi029 ceph-mon[99353]: pgmap v4483: 137 pgs: 137 active+clean; 515 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 167 KiB/s rd, 36 MiB/s wr, 278 op/s 2024-07-27T19:43:49.707 INFO:tasks.workunit.client.0.smithi029.stdout: i=7 exists [513729~13352123,17715506~914516,24019720~3265047,29616140~20890612,52965002~9492254,64953359~6902209,72580327~5567624,79225357~6205182,86868574~441747,88842446~248631,89341229~2457356,93908629~6480487,102060842~3561710,113302769~2189164,130838985~7738568,139267644~2141418,160198674~13374757,174282036~5090483,184877335~4234712,205464157~3016310,211437473~5983566,219772943~4604076,238848307~140192,239649129~7728173,250427392~8075593,258926301~21373895,281143717~6589335,296733761~366560,305170255~6246915,313502664~2427708,316254552~17554157,333984065~1949753,357086219~4342093,365944187~10211957,382439009~7613997,391557357~1635882,409873560~312275] wrote [6776881~5847833,24019720~1841443,41842045~4940221,64953359~6902209,160198674~7781956,261986347~1182467,281143717~6589335,296733761~366560,333984065~1949753] 2024-07-27T19:43:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:49 smithi179 ceph-mon[89801]: osdmap e2291: 8 total, 8 up, 8 in 2024-07-27T19:43:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:49 smithi029 ceph-mon[96870]: osdmap e2291: 8 total, 8 up, 8 in 2024-07-27T19:43:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:49 smithi029 ceph-mon[99353]: osdmap e2291: 8 total, 8 up, 8 in 2024-07-27T19:43:50.703 INFO:tasks.workunit.client.0.smithi029.stdout: i=8 exists [513729~13352123,14514731~6177326,24019720~3265047,29616140~20890612,52965002~9492254,64953359~6902209,72580327~5567624,79225357~6205182,86868574~441747,88591974~499103,89341229~2457356,93908629~6480487,102060842~3561710,113302769~2189164,121079692~5434712,130838985~7738568,139267644~2141418,160198674~13374757,174282036~5090483,184877335~4234712,191498667~2558617,205464157~3016310,211437473~5983566,219772943~4604076,237207556~10169746,250427392~8075593,258926301~21373895,281143717~6589335,296733761~366560,305170255~6246915,313502664~2427708,316254552~17554157,333984065~1949753,339445028~1691286,348848721~7663535,357086219~4342093,365944187~10211957,382439009~7613997,391557357~1635882,409873560~312275] wrote [1520566~7208180,14514731~6177326,88591974~407100,121079692~5434712,191498667~2558617,237207556~7942262,339445028~1691286,348848721~7663535] 2024-07-27T19:43:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:50 smithi179 ceph-mon[89801]: osdmap e2292: 8 total, 8 up, 8 in 2024-07-27T19:43:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:50 smithi179 ceph-mon[89801]: pgmap v4486: 137 pgs: 137 active+clean; 607 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 164 KiB/s rd, 46 MiB/s wr, 275 op/s 2024-07-27T19:43:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:50 smithi029 ceph-mon[96870]: osdmap e2292: 8 total, 8 up, 8 in 2024-07-27T19:43:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:50 smithi029 ceph-mon[96870]: pgmap v4486: 137 pgs: 137 active+clean; 607 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 164 KiB/s rd, 46 MiB/s wr, 275 op/s 2024-07-27T19:43:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:50 smithi029 ceph-mon[99353]: osdmap e2292: 8 total, 8 up, 8 in 2024-07-27T19:43:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:50 smithi029 ceph-mon[99353]: pgmap v4486: 137 pgs: 137 active+clean; 607 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail; 164 KiB/s rd, 46 MiB/s wr, 275 op/s 2024-07-27T19:43:51.714 INFO:tasks.workunit.client.0.smithi029.stdout: i=9 exists [513729~13352123,14514731~6177326,24019720~3265047,29616140~20890612,52965002~9492254,64953359~6902209,72580327~5567624,79225357~8518495,88591974~499103,89341229~2457356,93908629~7835997,102060842~3561710,113302769~2189164,121079692~5434712,130838985~7738568,139267644~2141418,160198674~19173845,184877335~4234712,191498667~2558617,205464157~4378585,211437473~5983566,219772943~4604076,237207556~10169746,250427392~8075593,258926301~21373895,281143717~6589335,296733761~366560,305170255~6246915,313502664~2427708,316254552~17554157,333984065~1949753,339445028~1691286,344298623~12213633,357086219~4342093,365944187~10211957,382439009~7613997,391557357~1635882,409873560~312275] wrote [66842397~360826,82437128~5306724,96253875~5490751,167168720~1023655,169345099~7627268,205699705~4143037,242026104~4471536,344298623~4701575] 2024-07-27T19:43:51.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:51 smithi179 ceph-mon[89801]: osdmap e2293: 8 total, 8 up, 8 in 2024-07-27T19:43:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:51 smithi029 ceph-mon[96870]: osdmap e2293: 8 total, 8 up, 8 in 2024-07-27T19:43:52.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:51 smithi029 ceph-mon[99353]: osdmap e2293: 8 total, 8 up, 8 in 2024-07-27T19:43:52.639 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:43:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:43:52] "GET /metrics HTTP/1.1" 200 36731 "" "Prometheus/2.43.0" 2024-07-27T19:43:52.717 INFO:tasks.workunit.client.0.smithi029.stdout: i=10 exists [513729~13352123,14514731~6177326,24019720~3265047,29616140~20890612,52965002~18890566,72580327~5567624,79225357~8518495,88591974~499103,89341229~2457356,93908629~7835997,102060842~3561710,113302769~2189164,121079692~5434712,130838985~7738568,139267644~2141418,148156022~3563063,160198674~19173845,184877335~4234712,191498667~2558617,205464157~4378585,211437473~5983566,219772943~4604076,228818781~1693042,236904454~10472848,250427392~8075593,258926301~21373895,281143717~6589335,296733761~366560,302133057~2558448,305170255~6246915,313502664~2427708,316254552~17554157,333984065~1949753,339445028~1691286,344298623~12213633,357086219~4342093,365944187~10211957,378017695~4305101,382439009~7613997,391557357~1635882,409873560~312275] wrote [32031737~7580378,58624545~2984208,62016992~5217482,80636912~6171539,148156022~3563063,228818781~1693042,236904454~7377051,302133057~2558448,325141074~2895761,378017695~4305101] 2024-07-27T19:43:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:52 smithi179 ceph-mon[89801]: osdmap e2294: 8 total, 8 up, 8 in 2024-07-27T19:43:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:52 smithi179 ceph-mon[89801]: pgmap v4489: 137 pgs: 137 active+clean; 648 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 1.2 KiB/s rd, 25 MiB/s wr, 16 op/s 2024-07-27T19:43:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:52 smithi029 ceph-mon[96870]: osdmap e2294: 8 total, 8 up, 8 in 2024-07-27T19:43:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:52 smithi029 ceph-mon[96870]: pgmap v4489: 137 pgs: 137 active+clean; 648 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 1.2 KiB/s rd, 25 MiB/s wr, 16 op/s 2024-07-27T19:43:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:52 smithi029 ceph-mon[99353]: osdmap e2294: 8 total, 8 up, 8 in 2024-07-27T19:43:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:52 smithi029 ceph-mon[99353]: pgmap v4489: 137 pgs: 137 active+clean; 648 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail; 1.2 KiB/s rd, 25 MiB/s wr, 16 op/s 2024-07-27T19:43:53.769 INFO:tasks.workunit.client.0.smithi029.stdout: i=11 exists [513729~13352123,14514731~6177326,24019720~3265047,29616140~20890612,52965002~18890566,72580327~5567624,79225357~8518495,88591974~499103,89341229~2457356,93908629~7835997,102060842~3561710,113302769~2189164,121079692~5434712,130838985~7738568,139267644~2141418,148156022~3563063,160198674~19173845,184877335~9534500,205464157~11956882,219772943~4604076,228818781~1693042,236904454~10472848,250427392~8075593,258926301~21373895,281143717~6589335,296733761~366560,302133057~9284113,313502664~2427708,316254552~17554157,333984065~1949753,339445028~1691286,344298623~12213633,357086219~4342093,362118072~14038072,378017695~4305101,382439009~7613997,391557357~7498997,409873560~312275] wrote [42885703~4589019,186489979~7921856,207200243~9362788,237829058~5147866,259304716~8008824,303496370~4444947,362118072~6257444,391593714~7462640] 2024-07-27T19:43:53.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:53 smithi179 ceph-mon[89801]: osdmap e2295: 8 total, 8 up, 8 in 2024-07-27T19:43:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:53 smithi029 ceph-mon[96870]: osdmap e2295: 8 total, 8 up, 8 in 2024-07-27T19:43:54.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:53 smithi029 ceph-mon[99353]: osdmap e2295: 8 total, 8 up, 8 in 2024-07-27T19:43:54.710 INFO:tasks.workunit.client.0.smithi029.stdout: i=12 exists [513729~13352123,14514731~6177326,24019720~3265047,29616140~20890612,52965002~18890566,72580327~5567624,79225357~8518495,88591974~499103,89341229~3503542,93908629~7835997,102060842~3561710,113302769~2189164,121079692~5434712,130838985~7738568,139267644~2141418,148156022~3563063,160198674~19173845,184877335~9534500,205464157~11956882,219772943~4604076,228818781~1693042,236904454~13242440,250427392~29872804,281143717~6589335,293143601~1720917,296733761~366560,302133057~31675652,333984065~1949753,339445028~1691286,344298623~12213633,357086219~4342093,362118072~14038072,378017695~4305101,382439009~7613997,391557357~9105493,409873560~312275] wrote [14928299~438716,18449612~1378656,35613917~2672230,90041645~2803126,169997634~1326611,243227412~6919482,257741340~3944324,293143601~1720917,310154865~6146097,394565919~6096931] 2024-07-27T19:43:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:54 smithi179 ceph-mon[89801]: osdmap e2296: 8 total, 8 up, 8 in 2024-07-27T19:43:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:54 smithi179 ceph-mon[89801]: pgmap v4492: 137 pgs: 137 active+clean; 742 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 184 KiB/s rd, 32 MiB/s wr, 291 op/s 2024-07-27T19:43:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:43:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:54 smithi029 ceph-mon[96870]: osdmap e2296: 8 total, 8 up, 8 in 2024-07-27T19:43:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:54 smithi029 ceph-mon[96870]: pgmap v4492: 137 pgs: 137 active+clean; 742 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 184 KiB/s rd, 32 MiB/s wr, 291 op/s 2024-07-27T19:43:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:43:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:54 smithi029 ceph-mon[99353]: osdmap e2296: 8 total, 8 up, 8 in 2024-07-27T19:43:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:54 smithi029 ceph-mon[99353]: pgmap v4492: 137 pgs: 137 active+clean; 742 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 184 KiB/s rd, 32 MiB/s wr, 291 op/s 2024-07-27T19:43:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:43:55.726 INFO:tasks.workunit.client.0.smithi029.stdout: i=13 exists [513729~13352123,14514731~6177326,24019720~26487032,52965002~18890566,72580327~5567624,79225357~8518495,88591974~499103,89341229~12403397,102060842~3561710,110536480~4955453,121079692~5434712,130838985~7738568,139267644~2141418,148156022~3563063,160198674~19173845,184877335~9534500,205464157~11956882,219772943~4604076,228818781~1693042,236904454~13242440,250427392~29872804,280663961~7603391,293143601~1720917,296733761~366560,302133057~31675652,333984065~1949753,339445028~1691286,344298623~12213633,357086219~4342093,362118072~20204724,382439009~7613997,391557357~9105493,409873560~312275] wrote [2176066~589325,26094345~5787671,90773388~3818257,110536480~3427354,164875065~7132478,270627570~4826819,280663961~7603391,315099333~8022461,374166612~4515354,397716633~2543469] 2024-07-27T19:43:55.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:55 smithi179 ceph-mon[89801]: osdmap e2297: 8 total, 8 up, 8 in 2024-07-27T19:43:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:55 smithi029 ceph-mon[96870]: osdmap e2297: 8 total, 8 up, 8 in 2024-07-27T19:43:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:55 smithi029 ceph-mon[99353]: osdmap e2297: 8 total, 8 up, 8 in 2024-07-27T19:43:56.740 INFO:tasks.workunit.client.0.smithi029.stdout: i=14 exists [513729~13352123,14514731~6177326,24019720~26487032,52965002~18890566,72580327~5567624,79225357~8518495,87790939~13953687,102060842~3561710,110536480~4955453,121079692~5434712,130838985~7738568,139267644~2141418,148156022~3563063,160198674~19173845,184877335~9534500,205464157~11956882,219772943~4604076,228818781~1693042,236904454~13242440,250427392~29872804,280663961~7603391,293143601~1720917,296733761~366560,302133057~31675652,333984065~1949753,339445028~1691286,344298623~12213633,357086219~4342093,362118072~20204724,382439009~7613997,391557357~9105493,409873560~312275] wrote [8004439~2652028,72987170~3023757,84722578~25105,87790939~7306593,187364013~1311837,245405562~3693815,268473157~7880947,282961867~2920281,320540090~7588481,346796185~7597726] 2024-07-27T19:43:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:56 smithi029 ceph-mon[96870]: osdmap e2298: 8 total, 8 up, 8 in 2024-07-27T19:43:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:56 smithi029 ceph-mon[96870]: pgmap v4495: 137 pgs: 137 active+clean; 816 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 184 KiB/s rd, 40 MiB/s wr, 296 op/s 2024-07-27T19:43:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:56 smithi029 ceph-mon[99353]: osdmap e2298: 8 total, 8 up, 8 in 2024-07-27T19:43:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:56 smithi029 ceph-mon[99353]: pgmap v4495: 137 pgs: 137 active+clean; 816 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 184 KiB/s rd, 40 MiB/s wr, 296 op/s 2024-07-27T19:43:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:56 smithi179 ceph-mon[89801]: osdmap e2298: 8 total, 8 up, 8 in 2024-07-27T19:43:57.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:56 smithi179 ceph-mon[89801]: pgmap v4495: 137 pgs: 137 active+clean; 816 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail; 184 KiB/s rd, 40 MiB/s wr, 296 op/s 2024-07-27T19:43:57.718 INFO:tasks.workunit.client.0.smithi029.stdout: i=15 exists [513729~13352123,14514731~6930586,24019720~26487032,52965002~18890566,72580327~5567624,79225357~8518495,87790939~13953687,102060842~3561710,106173720~4165075,110536480~4955453,121079692~5434712,130838985~7738568,139267644~2141418,148156022~3563063,160198674~19173845,184877335~9534500,205464157~11956882,219772943~4604076,228818781~1693042,236904454~13242440,250427392~29872804,280663961~7603391,293143601~1720917,296733761~366560,302133057~31675652,333984065~1949753,339445028~1691286,344298623~12346197,357086219~4342093,362118072~20204724,382439009~7613997,391557357~9105493,409873560~312275] wrote [17168585~4276732,32799765~6433173,97027340~975979,106173720~4165075,193350858~266331,282736357~4419629,327306790~1853787,353753264~2891556,377648262~3579766,394693596~783862] 2024-07-27T19:43:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:57 smithi029 ceph-mon[96870]: osdmap e2299: 8 total, 8 up, 8 in 2024-07-27T19:43:58.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:57 smithi029 ceph-mon[99353]: osdmap e2299: 8 total, 8 up, 8 in 2024-07-27T19:43:58.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:57 smithi179 ceph-mon[89801]: osdmap e2299: 8 total, 8 up, 8 in 2024-07-27T19:43:58.733 INFO:tasks.workunit.client.0.smithi029.stdout: i=16 exists [513729~13352123,14514731~6930586,24019720~26487032,52965002~19451990,72580327~5567624,79225357~8518495,87790939~13953687,102060842~3561710,106173720~4165075,110536480~4955453,121079692~5434712,130838985~7738568,139267644~2141418,148156022~3563063,160198674~19173845,184877335~9534500,196154329~145124,205464157~11956882,219772943~4604076,228818781~1693042,236904454~13242440,250427392~29872804,280663961~7603391,293143601~1720917,296708597~37100112,333984065~1949753,339445028~1691286,344298623~17129689,362118072~20204724,382439009~7613997,391557357~9105493,409873560~312275] wrote [27213335~59554,61032250~1879977,67888209~4528783,196154329~145124,257108636~3301545,264675595~7242309,296708597~5792933,355024248~3904314,368923454~3708540] 2024-07-27T19:43:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:58 smithi029 ceph-mon[96870]: osdmap e2300: 8 total, 8 up, 8 in 2024-07-27T19:43:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:58 smithi029 ceph-mon[96870]: pgmap v4498: 137 pgs: 137 active+clean; 911 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 232 KiB/s rd, 42 MiB/s wr, 368 op/s 2024-07-27T19:43:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:58 smithi029 ceph-mon[99353]: osdmap e2300: 8 total, 8 up, 8 in 2024-07-27T19:43:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:58 smithi029 ceph-mon[99353]: pgmap v4498: 137 pgs: 137 active+clean; 911 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 232 KiB/s rd, 42 MiB/s wr, 368 op/s 2024-07-27T19:43:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:58 smithi179 ceph-mon[89801]: osdmap e2300: 8 total, 8 up, 8 in 2024-07-27T19:43:59.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:58 smithi179 ceph-mon[89801]: pgmap v4498: 137 pgs: 137 active+clean; 911 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 232 KiB/s rd, 42 MiB/s wr, 368 op/s 2024-07-27T19:43:59.757 INFO:tasks.workunit.client.0.smithi029.stdout: i=17 exists [417832~13448020,14514731~6930586,24019720~26487032,52965002~19451990,72580327~5567624,79225357~8518495,87790939~13953687,102060842~3561710,106173720~4165075,110536480~4955453,121079692~5434712,130838985~8051445,139267644~2141418,148156022~3563063,160198674~19173845,184877335~9534500,196154329~145124,205464157~11956882,219772943~4604076,228818781~1693042,236904454~13242440,250427392~29872804,280663961~7603391,293143601~40665108,333984065~1949753,339445028~1691286,344298623~17129689,362118072~20204724,382439009~8766713,391557357~9105493,409873560~312275] wrote [417832~247465,5343371~1196703,61534045~3262898,87877752~1622038,132573605~6316825,275555757~1427801,293505323~13108633,314699403~1533078,385475930~5729792] 2024-07-27T19:44:00.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:43:59 smithi029 ceph-mon[96870]: osdmap e2301: 8 total, 8 up, 8 in 2024-07-27T19:44:00.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:43:59 smithi029 ceph-mon[99353]: osdmap e2301: 8 total, 8 up, 8 in 2024-07-27T19:44:00.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:43:59 smithi179 ceph-mon[89801]: osdmap e2301: 8 total, 8 up, 8 in 2024-07-27T19:44:00.755 INFO:tasks.workunit.client.0.smithi029.stdout: i=18 exists [417832~13448020,14514731~6930586,22398254~28108498,52965002~19451990,72580327~5567624,79225357~22519269,102060842~3561710,106173720~4165075,110536480~4955453,121079692~5434712,130838985~8051445,139267644~2141418,148156022~3563063,160198674~19173845,181800022~12611813,196154329~145124,205464157~11956882,219772943~7942639,228818781~1693042,236904454~13242440,250427392~29872804,280663961~7603391,293143601~40665108,333984065~1949753,339445028~1691286,344298623~17129689,362118072~20204724,382439009~8766713,391557357~9105493,403494063~7816394] wrote [22398254~6354132,31301919~1786624,82118017~6822340,181800022~4863531,207772006~5169129,221115963~6599619,293350206~422921,356429048~476881,396885385~3233245,403494063~7816394] 2024-07-27T19:44:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:00 smithi029 ceph-mon[96870]: osdmap e2302: 8 total, 8 up, 8 in 2024-07-27T19:44:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:00 smithi029 ceph-mon[96870]: pgmap v4501: 137 pgs: 137 active+clean; 1022 MiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 233 KiB/s rd, 51 MiB/s wr, 371 op/s 2024-07-27T19:44:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:00 smithi029 ceph-mon[99353]: osdmap e2302: 8 total, 8 up, 8 in 2024-07-27T19:44:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:00 smithi029 ceph-mon[99353]: pgmap v4501: 137 pgs: 137 active+clean; 1022 MiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 233 KiB/s rd, 51 MiB/s wr, 371 op/s 2024-07-27T19:44:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:00 smithi179 ceph-mon[89801]: osdmap e2302: 8 total, 8 up, 8 in 2024-07-27T19:44:01.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:00 smithi179 ceph-mon[89801]: pgmap v4501: 137 pgs: 137 active+clean; 1022 MiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 233 KiB/s rd, 51 MiB/s wr, 371 op/s 2024-07-27T19:44:01.779 INFO:tasks.workunit.client.0.smithi029.stdout: i=19 exists [417832~13448020,14514731~6930586,22398254~28108498,52965002~48779624,102060842~3561710,106173720~4165075,110536480~4955453,121079692~5434712,130838985~12021945,148156022~3563063,160198674~19966422,181800022~14499431,205464157~11956882,219772943~7942639,228818781~1693042,236904454~13242440,250427392~29872804,280663961~7603391,293143601~40665108,333984065~1949753,339445028~1691286,344298623~17129689,362118072~20204724,382439009~8766713,391557357~11259724,403494063~7816394] wrote [55286940~402967,65825439~7732281,76619187~3370703,135010981~7849949,178111974~2053122,188402547~7756287,264145041~7863839,344331993~3628404,395992315~6824766] 2024-07-27T19:44:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:01 smithi029 ceph-mon[96870]: osdmap e2303: 8 total, 8 up, 8 in 2024-07-27T19:44:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:01 smithi029 ceph-mon[99353]: osdmap e2303: 8 total, 8 up, 8 in 2024-07-27T19:44:02.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:01 smithi179 ceph-mon[89801]: osdmap e2303: 8 total, 8 up, 8 in 2024-07-27T19:44:02.700 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:44:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:44:02] "GET /metrics HTTP/1.1" 200 36729 "" "Prometheus/2.43.0" 2024-07-27T19:44:02.717 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 1 diff [0~8388608,20971520~4194304,54525952~8388608,100663296~4194304,113246208~4194304,209715200~8388608,247463936~8388608,272629760~8388608,331350016~4194304] 2024-07-27T19:44:02.717 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~4194304,54525952~8388608,100663296~4194304,113246208~4194304,209715200~8388608,247463936~8388608,272629760~8388608,331350016~4194304] 2024-07-27T19:44:02.728 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~8388608,54525952~8388608,100663296~8388608,113246208~4194304,209715200~8388608,247463936~12582912,272629760~8388608,331350016~4194304] 2024-07-27T19:44:02.728 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 2 diff [0~8388608,20971520~4194304,29360128~8388608,54525952~8388608,83886080~4194304,100663296~4194304,113246208~4194304,167772160~12582912,209715200~8388608,234881024~4194304,247463936~12582912,264241152~16777216,318767104~8388608,331350016~4194304,406847488~4194304] 2024-07-27T19:44:02.728 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~4194304,29360128~8388608,54525952~8388608,83886080~4194304,100663296~4194304,113246208~4194304,167772160~12582912,209715200~8388608,234881024~4194304,247463936~12582912,264241152~16777216,318767104~8388608,331350016~4194304,406847488~4194304] 2024-07-27T19:44:02.730 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~20971520,54525952~8388608,83886080~4194304,100663296~8388608,113246208~4194304,167772160~12582912,209715200~8388608,234881024~4194304,247463936~33554432,318767104~16777216,406847488~4194304] 2024-07-27T19:44:02.730 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 3 diff [0~8388608,20971520~4194304,29360128~8388608,54525952~8388608,67108864~12582912,83886080~4194304,92274688~12582912,113246208~4194304,130023424~8388608,163577856~16777216,184549376~8388608,209715200~8388608,234881024~4194304,247463936~12582912,264241152~16777216,314572800~12582912,331350016~4194304,369098752~8388608,406847488~4194304] 2024-07-27T19:44:02.730 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~4194304,29360128~8388608,54525952~8388608,67108864~12582912,83886080~4194304,92274688~12582912,113246208~4194304,130023424~8388608,163577856~16777216,184549376~8388608,209715200~8388608,234881024~4194304,247463936~12582912,264241152~16777216,314572800~12582912,331350016~4194304,369098752~8388608,406847488~4194304] 2024-07-27T19:44:02.733 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~20971520,54525952~8388608,67108864~12582912,83886080~4194304,92274688~16777216,113246208~4194304,130023424~12582912,163577856~16777216,184549376~8388608,209715200~8388608,234881024~4194304,247463936~33554432,314572800~20971520,369098752~8388608,406847488~4194304] 2024-07-27T19:44:02.733 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 4 diff [0~8388608,20971520~4194304,29360128~8388608,50331648~29360128,83886080~20971520,113246208~4194304,130023424~8388608,163577856~16777216,184549376~8388608,209715200~8388608,234881024~25165824,264241152~16777216,301989888~25165824,331350016~4194304,369098752~8388608,381681664~8388608,406847488~4194304] 2024-07-27T19:44:02.733 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~4194304,29360128~8388608,50331648~29360128,83886080~20971520,113246208~4194304,130023424~8388608,163577856~16777216,184549376~8388608,209715200~8388608,234881024~25165824,264241152~16777216,301989888~25165824,331350016~4194304,369098752~8388608,381681664~8388608,406847488~4194304] 2024-07-27T19:44:02.736 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~20971520,50331648~29360128,83886080~25165824,113246208~4194304,130023424~12582912,163577856~16777216,184549376~8388608,209715200~8388608,234881024~46137344,301989888~33554432,369098752~8388608,381681664~8388608,406847488~4194304] 2024-07-27T19:44:02.736 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 5 diff [0~8388608,20971520~4194304,29360128~50331648,83886080~20971520,113246208~4194304,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,209715200~16777216,234881024~25165824,264241152~16777216,301989888~33554432,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.736 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~4194304,29360128~50331648,83886080~20971520,113246208~4194304,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,209715200~16777216,234881024~25165824,264241152~16777216,301989888~33554432,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.739 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~58720256,83886080~25165824,113246208~4194304,130023424~12582912,159383552~20971520,184549376~8388608,201326592~25165824,234881024~46137344,301989888~33554432,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.739 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 6 diff [0~16777216,20971520~4194304,29360128~75497472,113246208~4194304,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,209715200~16777216,234881024~25165824,264241152~16777216,301989888~33554432,356515840~8388608,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.739 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~16777216,20971520~4194304,29360128~75497472,113246208~4194304,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,209715200~16777216,234881024~25165824,264241152~16777216,301989888~33554432,356515840~8388608,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.743 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~16777216,20971520~88080384,113246208~4194304,130023424~12582912,159383552~20971520,184549376~8388608,201326592~25165824,234881024~46137344,301989888~33554432,356515840~8388608,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.743 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 7 diff [0~16777216,20971520~4194304,29360128~75497472,113246208~4194304,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,209715200~16777216,234881024~54525952,293601280~4194304,301989888~33554432,356515840~8388608,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.743 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~16777216,20971520~4194304,29360128~75497472,113246208~4194304,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,209715200~16777216,234881024~54525952,293601280~4194304,301989888~33554432,356515840~8388608,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.747 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~16777216,20971520~88080384,113246208~4194304,130023424~12582912,159383552~20971520,184549376~8388608,201326592~25165824,234881024~54525952,293601280~4194304,301989888~37748736,356515840~8388608,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.747 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 8 diff [0~25165824,29360128~75497472,113246208~12582912,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,209715200~16777216,234881024~54525952,293601280~4194304,301989888~37748736,348127232~16777216,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.747 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~75497472,113246208~12582912,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,209715200~16777216,234881024~54525952,293601280~4194304,301989888~37748736,348127232~16777216,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.752 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~109051904,113246208~29360128,159383552~20971520,184549376~12582912,201326592~25165824,234881024~54525952,293601280~4194304,301989888~41943040,348127232~16777216,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.752 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 9 diff [0~25165824,29360128~75497472,113246208~12582912,130023424~12582912,159383552~20971520,184549376~8388608,201326592~25165824,234881024~54525952,293601280~4194304,301989888~37748736,343932928~20971520,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.752 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~75497472,113246208~12582912,130023424~12582912,159383552~20971520,184549376~8388608,201326592~25165824,234881024~54525952,293601280~4194304,301989888~37748736,343932928~20971520,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.757 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~109051904,113246208~29360128,159383552~20971520,184549376~12582912,201326592~25165824,234881024~54525952,293601280~4194304,301989888~62914560,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.757 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 10 diff [0~25165824,29360128~75497472,113246208~12582912,130023424~12582912,146800640~4194304,159383552~20971520,184549376~8388608,201326592~29360128,234881024~54525952,293601280~4194304,301989888~37748736,343932928~20971520,369098752~25165824,406847488~4194304] 2024-07-27T19:44:02.757 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~75497472,113246208~12582912,130023424~12582912,146800640~4194304,159383552~20971520,184549376~8388608,201326592~29360128,234881024~54525952,293601280~4194304,301989888~37748736,343932928~20971520,369098752~25165824,406847488~4194304] 2024-07-27T19:44:02.762 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~109051904,113246208~29360128,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~54525952,293601280~4194304,301989888~62914560,369098752~25165824,406847488~4194304] 2024-07-27T19:44:02.762 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 11 diff [0~25165824,29360128~75497472,113246208~12582912,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~54525952,293601280~4194304,301989888~37748736,343932928~54525952,406847488~4194304] 2024-07-27T19:44:02.762 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~75497472,113246208~12582912,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~54525952,293601280~4194304,301989888~37748736,343932928~54525952,406847488~4194304] 2024-07-27T19:44:02.767 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~109051904,113246208~29360128,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~54525952,293601280~4194304,301989888~100663296,406847488~4194304] 2024-07-27T19:44:02.767 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 12 diff [0~25165824,29360128~75497472,113246208~12582912,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~62914560,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.767 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~75497472,113246208~12582912,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~62914560,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.773 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~109051904,113246208~29360128,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~62914560,301989888~100663296,406847488~4194304] 2024-07-27T19:44:02.774 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 13 diff [0~104857600,109051904~16777216,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.774 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~104857600,109051904~16777216,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.780 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~62914560,301989888~100663296,406847488~4194304] 2024-07-27T19:44:02.781 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 14 diff [0~104857600,109051904~16777216,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.781 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~104857600,109051904~16777216,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.788 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~62914560,301989888~100663296,406847488~4194304] 2024-07-27T19:44:02.788 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 15 diff [0~125829120,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.788 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.795 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~62914560,301989888~100663296,406847488~4194304] 2024-07-27T19:44:02.795 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 16 diff [0~125829120,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.795 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.802 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~167772160,406847488~4194304] 2024-07-27T19:44:02.802 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 17 diff [0~125829120,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.802 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.809 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~167772160,406847488~4194304] 2024-07-27T19:44:02.809 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 18 diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:02.809 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:02.817 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:02.817 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to 19 diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:02.817 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:02.826 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:02.826 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 2 diff [0~4194304,29360128~8388608,83886080~4194304,167772160~12582912,234881024~4194304,255852544~4194304,264241152~8388608,318767104~8388608,406847488~4194304] 2024-07-27T19:44:02.826 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~4194304,29360128~8388608,83886080~4194304,167772160~12582912,234881024~4194304,255852544~4194304,264241152~8388608,318767104~8388608,406847488~4194304] 2024-07-27T19:44:02.827 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,29360128~12582912,83886080~4194304,167772160~12582912,234881024~4194304,255852544~16777216,318767104~12582912,406847488~4194304] 2024-07-27T19:44:02.827 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 3 diff [0~4194304,29360128~8388608,67108864~12582912,83886080~4194304,92274688~8388608,130023424~8388608,163577856~16777216,184549376~8388608,234881024~4194304,251658240~8388608,264241152~8388608,314572800~12582912,369098752~8388608,406847488~4194304] 2024-07-27T19:44:02.828 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~4194304,29360128~8388608,67108864~12582912,83886080~4194304,92274688~8388608,130023424~8388608,163577856~16777216,184549376~8388608,234881024~4194304,251658240~8388608,264241152~8388608,314572800~12582912,369098752~8388608,406847488~4194304] 2024-07-27T19:44:02.829 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,29360128~12582912,67108864~12582912,83886080~4194304,92274688~8388608,130023424~12582912,163577856~16777216,184549376~8388608,234881024~4194304,251658240~20971520,314572800~16777216,369098752~8388608,406847488~4194304] 2024-07-27T19:44:02.829 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 4 diff [0~4194304,29360128~8388608,50331648~8388608,62914560~16777216,83886080~16777216,130023424~8388608,163577856~16777216,184549376~8388608,234881024~12582912,251658240~8388608,264241152~12582912,301989888~25165824,369098752~8388608,381681664~8388608,406847488~4194304] 2024-07-27T19:44:02.830 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~4194304,29360128~8388608,50331648~8388608,62914560~16777216,83886080~16777216,130023424~8388608,163577856~16777216,184549376~8388608,234881024~12582912,251658240~8388608,264241152~12582912,301989888~25165824,369098752~8388608,381681664~8388608,406847488~4194304] 2024-07-27T19:44:02.832 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,29360128~12582912,50331648~29360128,83886080~16777216,130023424~12582912,163577856~16777216,184549376~8388608,234881024~12582912,251658240~25165824,301989888~29360128,369098752~8388608,381681664~8388608,406847488~4194304] 2024-07-27T19:44:02.832 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 5 diff [0~4194304,29360128~29360128,62914560~16777216,83886080~16777216,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,218103808~8388608,234881024~12582912,251658240~8388608,264241152~12582912,301989888~33554432,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.832 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~4194304,29360128~29360128,62914560~16777216,83886080~16777216,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,218103808~8388608,234881024~12582912,251658240~8388608,264241152~12582912,301989888~33554432,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.834 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,29360128~50331648,83886080~16777216,130023424~12582912,159383552~20971520,184549376~8388608,201326592~8388608,218103808~8388608,234881024~12582912,251658240~25165824,301989888~33554432,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.834 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 6 diff [0~4194304,8388608~8388608,29360128~71303168,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,218103808~8388608,234881024~12582912,251658240~8388608,264241152~12582912,301989888~33554432,356515840~8388608,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.834 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~4194304,8388608~8388608,29360128~71303168,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,218103808~8388608,234881024~12582912,251658240~8388608,264241152~12582912,301989888~33554432,356515840~8388608,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.837 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~16777216,29360128~71303168,130023424~12582912,159383552~20971520,184549376~8388608,201326592~8388608,218103808~8388608,234881024~12582912,251658240~25165824,301989888~33554432,356515840~8388608,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.837 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 7 diff [0~12582912,20971520~4194304,29360128~71303168,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,218103808~8388608,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~33554432,356515840~8388608,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.837 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~12582912,20971520~4194304,29360128~71303168,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,218103808~8388608,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~33554432,356515840~8388608,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.841 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~16777216,20971520~79691776,130023424~12582912,159383552~20971520,184549376~8388608,201326592~8388608,218103808~8388608,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~37748736,356515840~8388608,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.841 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 8 diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,218103808~8388608,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~37748736,348127232~16777216,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.841 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,159383552~20971520,184549376~8388608,201326592~4194304,218103808~8388608,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~37748736,348127232~16777216,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.845 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~100663296,117440512~25165824,159383552~20971520,184549376~12582912,201326592~8388608,218103808~8388608,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~41943040,348127232~16777216,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.845 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 9 diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,159383552~20971520,184549376~8388608,201326592~8388608,218103808~8388608,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~37748736,343932928~20971520,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.845 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,159383552~20971520,184549376~8388608,201326592~8388608,218103808~8388608,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~37748736,343932928~20971520,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.848 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,117440512~25165824,159383552~20971520,184549376~12582912,201326592~12582912,218103808~8388608,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~62914560,369098752~8388608,381681664~12582912,406847488~4194304] 2024-07-27T19:44:02.848 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 10 diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~8388608,201326592~8388608,218103808~12582912,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~37748736,343932928~20971520,369098752~25165824,406847488~4194304] 2024-07-27T19:44:02.848 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~8388608,201326592~8388608,218103808~12582912,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~37748736,343932928~20971520,369098752~25165824,406847488~4194304] 2024-07-27T19:44:02.853 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,117440512~25165824,146800640~8388608,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~62914560,369098752~25165824,406847488~4194304] 2024-07-27T19:44:02.853 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 11 diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~37748736,343932928~54525952,406847488~4194304] 2024-07-27T19:44:02.853 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~37748736,343932928~54525952,406847488~4194304] 2024-07-27T19:44:02.857 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,117440512~25165824,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~100663296,406847488~4194304] 2024-07-27T19:44:02.857 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 12 diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~41943040,281018368~16777216,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.857 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~41943040,281018368~16777216,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.862 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,117440512~25165824,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~41943040,281018368~16777216,301989888~100663296,406847488~4194304] 2024-07-27T19:44:02.862 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 13 diff [0~100663296,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.862 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.868 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,109051904~33554432,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~62914560,301989888~100663296,406847488~4194304] 2024-07-27T19:44:02.868 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 14 diff [0~100663296,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.868 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.873 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,109051904~33554432,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~62914560,301989888~100663296,406847488~4194304] 2024-07-27T19:44:02.873 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 15 diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.873 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.879 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~62914560,301989888~100663296,406847488~4194304] 2024-07-27T19:44:02.879 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 16 diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.879 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.885 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~167772160,406847488~4194304] 2024-07-27T19:44:02.885 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 17 diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.886 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~58720256,406847488~4194304] 2024-07-27T19:44:02.893 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~167772160,406847488~4194304] 2024-07-27T19:44:02.893 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 18 diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:02.893 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:02.901 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:02.901 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to 19 diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:02.902 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:02.909 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:02.909 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 3 diff [67108864~12582912,92274688~8388608,130023424~8388608,163577856~8388608,184549376~8388608,251658240~8388608,314572800~8388608,369098752~8388608] 2024-07-27T19:44:02.909 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [67108864~12582912,92274688~8388608,130023424~8388608,163577856~8388608,184549376~8388608,251658240~8388608,314572800~8388608,369098752~8388608] 2024-07-27T19:44:02.910 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [67108864~12582912,92274688~8388608,130023424~12582912,163577856~12582912,184549376~8388608,251658240~8388608,314572800~8388608,369098752~8388608] 2024-07-27T19:44:02.910 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 4 diff [50331648~8388608,62914560~16777216,88080384~12582912,130023424~8388608,163577856~8388608,184549376~8388608,239075328~8388608,251658240~8388608,268435456~8388608,301989888~20971520,369098752~8388608,381681664~8388608] 2024-07-27T19:44:02.911 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [50331648~8388608,62914560~16777216,88080384~12582912,130023424~8388608,163577856~8388608,184549376~8388608,239075328~8388608,251658240~8388608,268435456~8388608,301989888~20971520,369098752~8388608,381681664~8388608] 2024-07-27T19:44:02.912 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [50331648~29360128,88080384~12582912,130023424~12582912,163577856~12582912,184549376~8388608,239075328~8388608,251658240~8388608,268435456~8388608,301989888~20971520,369098752~8388608,381681664~8388608] 2024-07-27T19:44:02.912 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 5 diff [37748736~20971520,62914560~16777216,88080384~12582912,130023424~12582912,159383552~12582912,184549376~8388608,201326592~4194304,218103808~8388608,239075328~8388608,251658240~8388608,268435456~8388608,301989888~20971520,327155712~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.912 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [37748736~20971520,62914560~16777216,88080384~12582912,130023424~12582912,159383552~12582912,184549376~8388608,201326592~4194304,218103808~8388608,239075328~8388608,251658240~8388608,268435456~8388608,301989888~20971520,327155712~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.914 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [37748736~41943040,88080384~12582912,130023424~12582912,159383552~16777216,184549376~8388608,201326592~8388608,218103808~8388608,239075328~8388608,251658240~8388608,268435456~8388608,301989888~20971520,327155712~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.914 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 6 diff [8388608~8388608,33554432~50331648,88080384~12582912,130023424~12582912,159383552~12582912,184549376~8388608,201326592~4194304,218103808~8388608,239075328~8388608,251658240~8388608,268435456~8388608,301989888~20971520,327155712~8388608,356515840~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.914 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8388608~8388608,33554432~50331648,88080384~12582912,130023424~12582912,159383552~12582912,184549376~8388608,201326592~4194304,218103808~8388608,239075328~8388608,251658240~8388608,268435456~8388608,301989888~20971520,327155712~8388608,356515840~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.916 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8388608~8388608,33554432~50331648,88080384~12582912,130023424~12582912,159383552~16777216,184549376~8388608,201326592~8388608,218103808~8388608,239075328~8388608,251658240~8388608,268435456~8388608,301989888~20971520,327155712~8388608,356515840~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.916 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 7 diff [4194304~8388608,20971520~4194304,33554432~50331648,88080384~12582912,130023424~12582912,159383552~12582912,184549376~8388608,201326592~4194304,218103808~8388608,239075328~8388608,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~8388608,356515840~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.916 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4194304~8388608,20971520~4194304,33554432~50331648,88080384~12582912,130023424~12582912,159383552~12582912,184549376~8388608,201326592~4194304,218103808~8388608,239075328~8388608,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~8388608,356515840~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.918 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4194304~12582912,20971520~8388608,33554432~50331648,88080384~12582912,130023424~12582912,159383552~16777216,184549376~8388608,201326592~8388608,218103808~8388608,239075328~8388608,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~12582912,356515840~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.919 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 8 diff [0~25165824,33554432~50331648,88080384~12582912,117440512~8388608,130023424~12582912,159383552~12582912,184549376~8388608,201326592~4194304,218103808~8388608,234881024~12582912,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~12582912,348127232~16777216,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.919 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,33554432~50331648,88080384~12582912,117440512~8388608,130023424~12582912,159383552~12582912,184549376~8388608,201326592~4194304,218103808~8388608,234881024~12582912,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~12582912,348127232~16777216,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.922 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~29360128,33554432~50331648,88080384~12582912,117440512~25165824,159383552~16777216,184549376~12582912,201326592~8388608,218103808~8388608,234881024~12582912,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~16777216,348127232~16777216,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.922 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 9 diff [0~25165824,33554432~67108864,117440512~8388608,130023424~12582912,159383552~16777216,184549376~8388608,201326592~8388608,218103808~8388608,234881024~12582912,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~12582912,343932928~20971520,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.922 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,33554432~67108864,117440512~8388608,130023424~12582912,159383552~16777216,184549376~8388608,201326592~8388608,218103808~8388608,234881024~12582912,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~12582912,343932928~20971520,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.925 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~29360128,33554432~71303168,117440512~25165824,159383552~20971520,184549376~12582912,201326592~12582912,218103808~8388608,234881024~12582912,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~37748736,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.925 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 10 diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~8388608,218103808~12582912,234881024~12582912,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~37748736,343932928~20971520,369098752~25165824] 2024-07-27T19:44:02.925 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~8388608,218103808~12582912,234881024~12582912,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~37748736,343932928~20971520,369098752~25165824] 2024-07-27T19:44:02.928 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,117440512~25165824,146800640~8388608,159383552~20971520,184549376~12582912,201326592~12582912,218103808~12582912,234881024~12582912,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~62914560,369098752~25165824] 2024-07-27T19:44:02.928 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 11 diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~12582912,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~37748736,343932928~54525952] 2024-07-27T19:44:02.929 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~12582912,251658240~12582912,268435456~8388608,281018368~8388608,293601280~4194304,301989888~37748736,343932928~54525952] 2024-07-27T19:44:02.933 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,117440512~25165824,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~12582912,251658240~25165824,281018368~8388608,293601280~4194304,301989888~100663296] 2024-07-27T19:44:02.933 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 12 diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~41943040,281018368~16777216,301989888~37748736,343932928~58720256] 2024-07-27T19:44:02.933 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~71303168,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~41943040,281018368~16777216,301989888~37748736,343932928~58720256] 2024-07-27T19:44:02.938 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,117440512~25165824,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~41943040,281018368~16777216,301989888~100663296] 2024-07-27T19:44:02.938 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 13 diff [0~100663296,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256] 2024-07-27T19:44:02.938 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256] 2024-07-27T19:44:02.943 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,109051904~33554432,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~62914560,301989888~100663296] 2024-07-27T19:44:02.943 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 14 diff [0~100663296,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256] 2024-07-27T19:44:02.943 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256] 2024-07-27T19:44:02.948 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,109051904~33554432,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~62914560,301989888~100663296] 2024-07-27T19:44:02.948 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 15 diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256] 2024-07-27T19:44:02.949 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~8388608,301989888~37748736,343932928~58720256] 2024-07-27T19:44:02.953 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~62914560,301989888~100663296] 2024-07-27T19:44:02.954 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 16 diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~58720256] 2024-07-27T19:44:02.954 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~58720256] 2024-07-27T19:44:02.959 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~167772160] 2024-07-27T19:44:02.959 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 17 diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~58720256] 2024-07-27T19:44:02.959 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~58720256] 2024-07-27T19:44:02.966 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~167772160] 2024-07-27T19:44:02.966 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 18 diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,180355072~16777216,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:02.966 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,180355072~16777216,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:02.973 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:02.973 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to 19 diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:02.973 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:02.982 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:02.983 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 4 diff [50331648~8388608,62914560~4194304,71303168~4194304,88080384~4194304,239075328~8388608,268435456~8388608,301989888~12582912,369098752~8388608,381681664~8388608] 2024-07-27T19:44:02.983 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [50331648~8388608,62914560~4194304,71303168~4194304,88080384~4194304,239075328~8388608,268435456~8388608,301989888~12582912,369098752~8388608,381681664~8388608] 2024-07-27T19:44:02.983 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [50331648~25165824,88080384~4194304,239075328~8388608,268435456~8388608,301989888~16777216,369098752~8388608,381681664~8388608] 2024-07-27T19:44:02.983 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 5 diff [37748736~20971520,62914560~4194304,71303168~4194304,88080384~4194304,130023424~4194304,138412032~4194304,159383552~4194304,201326592~4194304,218103808~8388608,239075328~8388608,268435456~8388608,301989888~12582912,327155712~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.983 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [37748736~20971520,62914560~4194304,71303168~4194304,88080384~4194304,130023424~4194304,138412032~4194304,159383552~4194304,201326592~4194304,218103808~8388608,239075328~8388608,268435456~8388608,301989888~12582912,327155712~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.983 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [37748736~37748736,88080384~4194304,130023424~12582912,159383552~8388608,201326592~8388608,218103808~8388608,239075328~8388608,268435456~8388608,301989888~16777216,327155712~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.984 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 6 diff [8388608~8388608,33554432~33554432,71303168~4194304,79691776~4194304,88080384~4194304,130023424~12582912,159383552~4194304,201326592~4194304,218103808~8388608,239075328~8388608,268435456~8388608,301989888~20971520,327155712~8388608,356515840~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.984 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8388608~8388608,33554432~33554432,71303168~4194304,79691776~4194304,88080384~4194304,130023424~12582912,159383552~4194304,201326592~4194304,218103808~8388608,239075328~8388608,268435456~8388608,301989888~20971520,327155712~8388608,356515840~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.985 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8388608~8388608,33554432~41943040,79691776~4194304,88080384~4194304,130023424~12582912,159383552~8388608,201326592~8388608,218103808~8388608,239075328~8388608,268435456~8388608,301989888~20971520,327155712~8388608,356515840~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.985 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 7 diff [4194304~8388608,20971520~4194304,33554432~41943040,79691776~4194304,88080384~4194304,130023424~12582912,159383552~8388608,201326592~4194304,218103808~8388608,239075328~8388608,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~8388608,356515840~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.985 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4194304~8388608,20971520~4194304,33554432~41943040,79691776~4194304,88080384~4194304,130023424~12582912,159383552~8388608,201326592~4194304,218103808~8388608,239075328~8388608,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~8388608,356515840~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.987 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4194304~12582912,20971520~8388608,33554432~41943040,79691776~4194304,88080384~4194304,130023424~12582912,159383552~12582912,201326592~8388608,218103808~8388608,239075328~8388608,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~12582912,356515840~8388608,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.987 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 8 diff [0~25165824,33554432~41943040,79691776~4194304,88080384~4194304,117440512~8388608,130023424~12582912,159383552~8388608,188743680~4194304,201326592~4194304,218103808~8388608,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~12582912,348127232~16777216,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.988 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,33554432~41943040,79691776~4194304,88080384~4194304,117440512~8388608,130023424~12582912,159383552~8388608,188743680~4194304,201326592~4194304,218103808~8388608,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~12582912,348127232~16777216,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.991 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~29360128,33554432~41943040,79691776~4194304,88080384~4194304,117440512~25165824,159383552~12582912,188743680~8388608,201326592~8388608,218103808~8388608,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~16777216,348127232~16777216,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.991 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 9 diff [0~25165824,33554432~41943040,79691776~20971520,117440512~8388608,130023424~12582912,159383552~16777216,188743680~4194304,201326592~8388608,218103808~8388608,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~12582912,343932928~20971520,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.991 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,33554432~41943040,79691776~20971520,117440512~8388608,130023424~12582912,159383552~16777216,188743680~4194304,201326592~8388608,218103808~8388608,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~12582912,343932928~20971520,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.995 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~29360128,33554432~41943040,79691776~25165824,117440512~25165824,159383552~20971520,188743680~8388608,201326592~12582912,218103808~8388608,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~20971520,327155712~37748736,369098752~8388608,381681664~12582912] 2024-07-27T19:44:02.995 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 10 diff [0~25165824,29360128~46137344,79691776~20971520,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,188743680~4194304,201326592~8388608,218103808~12582912,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~37748736,343932928~20971520,369098752~25165824] 2024-07-27T19:44:02.995 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~46137344,79691776~20971520,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,188743680~4194304,201326592~8388608,218103808~12582912,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~37748736,343932928~20971520,369098752~25165824] 2024-07-27T19:44:02.998 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~75497472,79691776~25165824,117440512~25165824,146800640~8388608,159383552~20971520,188743680~8388608,201326592~12582912,218103808~12582912,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~62914560,369098752~25165824] 2024-07-27T19:44:02.998 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 11 diff [0~25165824,29360128~46137344,79691776~20971520,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~12582912,255852544~8388608,268435456~8388608,281018368~8388608,293601280~4194304,301989888~37748736,343932928~54525952] 2024-07-27T19:44:02.998 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~46137344,79691776~20971520,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~12582912,255852544~8388608,268435456~8388608,281018368~8388608,293601280~4194304,301989888~37748736,343932928~54525952] 2024-07-27T19:44:03.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:02 smithi029 ceph-mon[96870]: osdmap e2304: 8 total, 8 up, 8 in 2024-07-27T19:44:03.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:02 smithi029 ceph-mon[96870]: pgmap v4504: 137 pgs: 137 active+clean; 1.1 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 1.2 KiB/s rd, 45 MiB/s wr, 24 op/s 2024-07-27T19:44:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:02 smithi029 ceph-mon[99353]: osdmap e2304: 8 total, 8 up, 8 in 2024-07-27T19:44:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:02 smithi029 ceph-mon[99353]: pgmap v4504: 137 pgs: 137 active+clean; 1.1 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 1.2 KiB/s rd, 45 MiB/s wr, 24 op/s 2024-07-27T19:44:03.002 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~75497472,79691776~25165824,117440512~25165824,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~12582912,255852544~20971520,281018368~8388608,293601280~4194304,301989888~100663296] 2024-07-27T19:44:03.002 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 12 diff [0~25165824,29360128~46137344,79691776~20971520,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~20971520,281018368~16777216,301989888~37748736,343932928~58720256] 2024-07-27T19:44:03.002 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~46137344,79691776~20971520,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~20971520,281018368~16777216,301989888~37748736,343932928~58720256] 2024-07-27T19:44:03.007 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~75497472,79691776~25165824,117440512~25165824,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~16777216,255852544~20971520,281018368~16777216,301989888~100663296] 2024-07-27T19:44:03.007 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 13 diff [0~75497472,79691776~20971520,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~8388608,301989888~37748736,343932928~58720256] 2024-07-27T19:44:03.007 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~75497472,79691776~20971520,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~8388608,301989888~37748736,343932928~58720256] 2024-07-27T19:44:03.010 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~75497472,79691776~25165824,109051904~33554432,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~16777216,255852544~41943040,301989888~100663296] 2024-07-27T19:44:03.010 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 14 diff [0~75497472,79691776~20971520,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~8388608,301989888~37748736,343932928~58720256] 2024-07-27T19:44:03.011 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~75497472,79691776~20971520,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~8388608,301989888~37748736,343932928~58720256] 2024-07-27T19:44:03.015 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,109051904~33554432,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~16777216,255852544~41943040,301989888~100663296] 2024-07-27T19:44:03.015 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 15 diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~8388608,301989888~37748736,343932928~58720256] 2024-07-27T19:44:03.015 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~8388608,301989888~37748736,343932928~58720256] 2024-07-27T19:44:03.020 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~16777216,255852544~41943040,301989888~100663296] 2024-07-27T19:44:03.021 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 16 diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~58720256] 2024-07-27T19:44:03.021 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~58720256] 2024-07-27T19:44:03.027 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~16777216,255852544~146800640] 2024-07-27T19:44:03.027 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 17 diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~58720256] 2024-07-27T19:44:03.027 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~58720256] 2024-07-27T19:44:03.033 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~16777216,255852544~146800640] 2024-07-27T19:44:03.033 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 18 diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,180355072~16777216,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:03.033 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,180355072~16777216,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:03.039 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:03.040 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to 19 diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:03.040 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:03.046 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:03.047 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 5 diff [37748736~12582912,130023424~4194304,138412032~4194304,159383552~4194304,201326592~4194304,218103808~8388608,268435456~8388608,327155712~8388608,390070272~4194304] 2024-07-27T19:44:03.047 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [37748736~12582912,130023424~4194304,138412032~4194304,159383552~4194304,201326592~4194304,218103808~8388608,268435456~8388608,327155712~8388608,390070272~4194304] 2024-07-27T19:44:03.047 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [37748736~16777216,130023424~12582912,159383552~8388608,201326592~8388608,218103808~8388608,268435456~8388608,327155712~8388608,390070272~4194304] 2024-07-27T19:44:03.048 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 6 diff [8388608~8388608,33554432~20971520,79691776~4194304,88080384~4194304,130023424~12582912,159383552~4194304,201326592~4194304,218103808~8388608,243269632~4194304,268435456~8388608,314572800~8388608,327155712~8388608,356515840~8388608,390070272~4194304] 2024-07-27T19:44:03.048 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8388608~8388608,33554432~20971520,79691776~4194304,88080384~4194304,130023424~12582912,159383552~4194304,201326592~4194304,218103808~8388608,243269632~4194304,268435456~8388608,314572800~8388608,327155712~8388608,356515840~8388608,390070272~4194304] 2024-07-27T19:44:03.049 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8388608~8388608,33554432~25165824,79691776~4194304,88080384~4194304,130023424~12582912,159383552~8388608,201326592~8388608,218103808~8388608,243269632~4194304,268435456~8388608,314572800~8388608,327155712~8388608,356515840~8388608,390070272~4194304] 2024-07-27T19:44:03.049 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 7 diff [4194304~8388608,20971520~4194304,33554432~20971520,62914560~8388608,79691776~4194304,88080384~4194304,130023424~12582912,159383552~8388608,201326592~4194304,218103808~8388608,243269632~4194304,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,314572800~8388608,327155712~8388608,356515840~8388608,390070272~4194304] 2024-07-27T19:44:03.049 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4194304~8388608,20971520~4194304,33554432~20971520,62914560~8388608,79691776~4194304,88080384~4194304,130023424~12582912,159383552~8388608,201326592~4194304,218103808~8388608,243269632~4194304,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,314572800~8388608,327155712~8388608,356515840~8388608,390070272~4194304] 2024-07-27T19:44:03.051 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4194304~12582912,20971520~8388608,33554432~25165824,62914560~12582912,79691776~4194304,88080384~4194304,130023424~12582912,159383552~12582912,201326592~8388608,218103808~8388608,243269632~4194304,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,314572800~8388608,327155712~12582912,356515840~8388608,390070272~4194304] 2024-07-27T19:44:03.051 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 8 diff [0~25165824,33554432~20971520,62914560~8388608,79691776~4194304,88080384~4194304,117440512~8388608,130023424~12582912,159383552~8388608,188743680~4194304,201326592~4194304,218103808~8388608,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,314572800~8388608,327155712~12582912,348127232~16777216,390070272~4194304] 2024-07-27T19:44:03.052 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,33554432~20971520,62914560~8388608,79691776~4194304,88080384~4194304,117440512~8388608,130023424~12582912,159383552~8388608,188743680~4194304,201326592~4194304,218103808~8388608,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,314572800~8388608,327155712~12582912,348127232~16777216,390070272~4194304] 2024-07-27T19:44:03.054 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~29360128,33554432~25165824,62914560~12582912,79691776~4194304,88080384~4194304,117440512~25165824,159383552~12582912,188743680~8388608,201326592~8388608,218103808~8388608,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,314572800~8388608,327155712~16777216,348127232~16777216,390070272~4194304] 2024-07-27T19:44:03.054 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 9 diff [0~25165824,33554432~20971520,62914560~8388608,79691776~20971520,117440512~8388608,130023424~12582912,159383552~16777216,188743680~4194304,201326592~8388608,218103808~8388608,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,314572800~8388608,327155712~12582912,343932928~20971520,390070272~4194304] 2024-07-27T19:44:03.055 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,33554432~20971520,62914560~8388608,79691776~20971520,117440512~8388608,130023424~12582912,159383552~16777216,188743680~4194304,201326592~8388608,218103808~8388608,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,314572800~8388608,327155712~12582912,343932928~20971520,390070272~4194304] 2024-07-27T19:44:03.057 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~29360128,33554432~25165824,62914560~12582912,79691776~25165824,117440512~25165824,159383552~20971520,188743680~8388608,201326592~12582912,218103808~8388608,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,314572800~8388608,327155712~37748736,390070272~4194304] 2024-07-27T19:44:03.057 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 10 diff [0~25165824,29360128~41943040,79691776~20971520,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,188743680~4194304,201326592~8388608,218103808~12582912,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~4194304,314572800~25165824,343932928~20971520,377487360~8388608,390070272~4194304] 2024-07-27T19:44:03.058 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~41943040,79691776~20971520,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,188743680~4194304,201326592~8388608,218103808~12582912,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~4194304,314572800~25165824,343932928~20971520,377487360~8388608,390070272~4194304] 2024-07-27T19:44:03.060 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~75497472,79691776~25165824,117440512~25165824,146800640~8388608,159383552~20971520,188743680~8388608,201326592~12582912,218103808~12582912,234881024~12582912,260046848~4194304,268435456~8388608,281018368~8388608,293601280~4194304,301989888~4194304,314572800~50331648,377487360~8388608,390070272~4194304] 2024-07-27T19:44:03.060 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 11 diff [0~25165824,29360128~41943040,79691776~20971520,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~12582912,255852544~8388608,268435456~8388608,281018368~8388608,293601280~4194304,301989888~8388608,314572800~25165824,343932928~25165824,377487360~8388608,390070272~8388608] 2024-07-27T19:44:03.060 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~41943040,79691776~20971520,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~12582912,255852544~8388608,268435456~8388608,281018368~8388608,293601280~4194304,301989888~8388608,314572800~25165824,343932928~25165824,377487360~8388608,390070272~8388608] 2024-07-27T19:44:03.064 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~75497472,79691776~25165824,117440512~25165824,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~12582912,255852544~20971520,281018368~8388608,293601280~4194304,301989888~8388608,314572800~54525952,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.064 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 12 diff [0~25165824,29360128~41943040,79691776~20971520,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~20971520,281018368~16777216,301989888~37748736,343932928~25165824,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.065 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~41943040,79691776~20971520,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~20971520,281018368~16777216,301989888~37748736,343932928~25165824,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.068 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~75497472,79691776~25165824,117440512~25165824,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~16777216,255852544~20971520,281018368~16777216,301989888~67108864,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.068 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 13 diff [0~71303168,79691776~20971520,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~8388608,301989888~37748736,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.069 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~71303168,79691776~20971520,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~8388608,301989888~37748736,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.073 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~75497472,79691776~25165824,109051904~33554432,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~16777216,255852544~41943040,301989888~67108864,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.073 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 14 diff [0~75497472,79691776~20971520,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~8388608,301989888~37748736,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.073 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~75497472,79691776~20971520,109051904~4194304,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~8388608,301989888~37748736,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.078 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,109051904~33554432,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~16777216,255852544~41943040,301989888~67108864,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.078 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 15 diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~8388608,301989888~37748736,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.078 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~8388608,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~8388608,301989888~37748736,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.083 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~16777216,255852544~41943040,301989888~67108864,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.083 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 16 diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.083 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.089 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~16777216,255852544~130023424,390070272~12582912] 2024-07-27T19:44:03.089 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 17 diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~29360128] 2024-07-27T19:44:03.089 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,184549376~12582912,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~29360128] 2024-07-27T19:44:03.095 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,201326592~29360128,234881024~16777216,255852544~146800640] 2024-07-27T19:44:03.095 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 18 diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,180355072~16777216,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.095 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~75497472,79691776~20971520,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~16777216,180355072~16777216,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.101 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:03.101 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to 19 diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.101 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.108 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:03.108 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 6 diff [8388608~8388608,33554432~8388608,50331648~4194304,79691776~4194304,88080384~4194304,134217728~4194304,243269632~4194304,314572800~8388608,356515840~8388608] 2024-07-27T19:44:03.108 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [8388608~8388608,33554432~8388608,50331648~4194304,79691776~4194304,88080384~4194304,134217728~4194304,243269632~4194304,314572800~8388608,356515840~8388608] 2024-07-27T19:44:03.109 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [8388608~8388608,33554432~12582912,50331648~8388608,79691776~4194304,88080384~4194304,134217728~4194304,243269632~4194304,314572800~8388608,356515840~8388608] 2024-07-27T19:44:03.109 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 7 diff [4194304~8388608,20971520~4194304,33554432~12582912,50331648~4194304,62914560~8388608,79691776~4194304,88080384~4194304,134217728~4194304,159383552~8388608,243269632~4194304,260046848~4194304,281018368~8388608,293601280~4194304,314572800~8388608,331350016~4194304,356515840~8388608] 2024-07-27T19:44:03.109 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4194304~8388608,20971520~4194304,33554432~12582912,50331648~4194304,62914560~8388608,79691776~4194304,88080384~4194304,134217728~4194304,159383552~8388608,243269632~4194304,260046848~4194304,281018368~8388608,293601280~4194304,314572800~8388608,331350016~4194304,356515840~8388608] 2024-07-27T19:44:03.111 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4194304~12582912,20971520~8388608,33554432~25165824,62914560~12582912,79691776~4194304,88080384~4194304,134217728~4194304,159383552~12582912,243269632~4194304,260046848~4194304,281018368~8388608,293601280~4194304,314572800~8388608,331350016~8388608,356515840~8388608] 2024-07-27T19:44:03.111 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 8 diff [0~25165824,33554432~12582912,50331648~4194304,62914560~8388608,79691776~4194304,88080384~4194304,117440512~8388608,134217728~4194304,159383552~8388608,188743680~4194304,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,314572800~8388608,331350016~8388608,348127232~16777216] 2024-07-27T19:44:03.111 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,33554432~12582912,50331648~4194304,62914560~8388608,79691776~4194304,88080384~4194304,117440512~8388608,134217728~4194304,159383552~8388608,188743680~4194304,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,314572800~8388608,331350016~8388608,348127232~16777216] 2024-07-27T19:44:03.114 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~29360128,33554432~25165824,62914560~12582912,79691776~4194304,88080384~4194304,117440512~12582912,134217728~4194304,159383552~12582912,188743680~8388608,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,314572800~8388608,331350016~12582912,348127232~16777216] 2024-07-27T19:44:03.114 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 9 diff [0~25165824,33554432~12582912,50331648~4194304,62914560~8388608,79691776~20971520,117440512~8388608,134217728~4194304,159383552~16777216,188743680~4194304,205520896~4194304,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,314572800~8388608,331350016~8388608,343932928~20971520] 2024-07-27T19:44:03.114 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,33554432~12582912,50331648~4194304,62914560~8388608,79691776~20971520,117440512~8388608,134217728~4194304,159383552~16777216,188743680~4194304,205520896~4194304,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,314572800~8388608,331350016~8388608,343932928~20971520] 2024-07-27T19:44:03.117 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~29360128,33554432~25165824,62914560~12582912,79691776~25165824,117440512~12582912,134217728~4194304,159383552~20971520,188743680~8388608,205520896~8388608,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,314572800~8388608,331350016~33554432] 2024-07-27T19:44:03.117 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 10 diff [0~25165824,29360128~16777216,50331648~20971520,79691776~20971520,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,188743680~4194304,205520896~4194304,226492416~4194304,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,301989888~4194304,314572800~12582912,331350016~8388608,343932928~20971520,377487360~8388608] 2024-07-27T19:44:03.117 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~16777216,50331648~20971520,79691776~20971520,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,188743680~4194304,205520896~4194304,226492416~4194304,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,301989888~4194304,314572800~12582912,331350016~8388608,343932928~20971520,377487360~8388608] 2024-07-27T19:44:03.120 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~75497472,79691776~25165824,117440512~12582912,134217728~4194304,146800640~8388608,159383552~20971520,188743680~8388608,205520896~8388608,226492416~4194304,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,301989888~4194304,314572800~50331648,377487360~8388608] 2024-07-27T19:44:03.120 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 11 diff [0~25165824,29360128~16777216,50331648~20971520,79691776~20971520,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~12582912,255852544~8388608,281018368~8388608,293601280~4194304,301989888~8388608,314572800~12582912,331350016~8388608,343932928~25165824,377487360~8388608,390070272~8388608] 2024-07-27T19:44:03.120 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~16777216,50331648~20971520,79691776~20971520,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~12582912,255852544~8388608,281018368~8388608,293601280~4194304,301989888~8388608,314572800~12582912,331350016~8388608,343932928~25165824,377487360~8388608,390070272~8388608] 2024-07-27T19:44:03.123 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~75497472,79691776~25165824,117440512~12582912,134217728~4194304,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~12582912,255852544~12582912,281018368~8388608,293601280~4194304,301989888~8388608,314572800~54525952,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.123 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 12 diff [0~25165824,29360128~16777216,50331648~20971520,79691776~20971520,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,281018368~16777216,301989888~25165824,331350016~8388608,343932928~25165824,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.123 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~16777216,50331648~20971520,79691776~20971520,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,281018368~16777216,301989888~25165824,331350016~8388608,343932928~25165824,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.126 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~75497472,79691776~25165824,117440512~12582912,134217728~4194304,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,281018368~16777216,301989888~67108864,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.127 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 13 diff [0~46137344,50331648~20971520,79691776~20971520,109051904~4194304,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~8388608,301989888~25165824,331350016~8388608,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.127 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~20971520,79691776~20971520,109051904~4194304,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~8388608,301989888~25165824,331350016~8388608,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.131 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~75497472,79691776~25165824,109051904~20971520,134217728~4194304,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~67108864,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.131 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 14 diff [0~46137344,50331648~25165824,79691776~20971520,109051904~4194304,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~8388608,301989888~25165824,331350016~8388608,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.131 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~25165824,79691776~20971520,109051904~4194304,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~8388608,301989888~25165824,331350016~8388608,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.135 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~104857600,109051904~20971520,134217728~4194304,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~67108864,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.136 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 15 diff [0~46137344,50331648~25165824,79691776~20971520,104857600~8388608,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~8388608,301989888~25165824,331350016~8388608,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.136 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~25165824,79691776~20971520,104857600~8388608,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~8388608,301989888~25165824,331350016~8388608,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.141 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~130023424,134217728~4194304,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~67108864,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.141 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 16 diff [0~46137344,50331648~25165824,79691776~20971520,104857600~8388608,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.141 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~25165824,79691776~20971520,104857600~8388608,117440512~8388608,134217728~4194304,146800640~4194304,159383552~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.145 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~130023424,134217728~4194304,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~130023424,390070272~12582912] 2024-07-27T19:44:03.146 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 17 diff [0~46137344,50331648~25165824,79691776~20971520,104857600~8388608,117440512~8388608,130023424~8388608,146800640~4194304,159383552~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~29360128] 2024-07-27T19:44:03.146 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~25165824,79691776~20971520,104857600~8388608,117440512~8388608,130023424~8388608,146800640~4194304,159383552~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~29360128] 2024-07-27T19:44:03.151 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~146800640] 2024-07-27T19:44:03.151 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 18 diff [0~46137344,50331648~25165824,79691776~20971520,104857600~8388608,117440512~8388608,130023424~8388608,146800640~4194304,159383552~16777216,180355072~16777216,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.151 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~25165824,79691776~20971520,104857600~8388608,117440512~8388608,130023424~8388608,146800640~4194304,159383552~16777216,180355072~16777216,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.158 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~142606336,146800640~8388608,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:03.158 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to 19 diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.158 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:02 smithi179 ceph-mon[89801]: osdmap e2304: 8 total, 8 up, 8 in 2024-07-27T19:44:03.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:02 smithi179 ceph-mon[89801]: pgmap v4504: 137 pgs: 137 active+clean; 1.1 GiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 1.2 KiB/s rd, 45 MiB/s wr, 24 op/s 2024-07-27T19:44:03.163 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:03.163 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 7 diff [4194304~8388608,20971520~4194304,37748736~8388608,62914560~8388608,159383552~8388608,260046848~4194304,281018368~8388608,293601280~4194304,331350016~4194304] 2024-07-27T19:44:03.164 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4194304~8388608,20971520~4194304,37748736~8388608,62914560~8388608,159383552~8388608,260046848~4194304,281018368~8388608,293601280~4194304,331350016~4194304] 2024-07-27T19:44:03.165 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4194304~12582912,20971520~8388608,37748736~12582912,62914560~12582912,159383552~12582912,260046848~4194304,281018368~8388608,293601280~4194304,331350016~8388608] 2024-07-27T19:44:03.165 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 8 diff [0~25165824,37748736~8388608,62914560~8388608,88080384~4194304,117440512~8388608,159383552~8388608,188743680~4194304,234881024~8388608,260046848~4194304,281018368~8388608,293601280~4194304,331350016~8388608,348127232~8388608] 2024-07-27T19:44:03.165 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,37748736~8388608,62914560~8388608,88080384~4194304,117440512~8388608,159383552~8388608,188743680~4194304,234881024~8388608,260046848~4194304,281018368~8388608,293601280~4194304,331350016~8388608,348127232~8388608] 2024-07-27T19:44:03.166 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~29360128,37748736~12582912,62914560~12582912,88080384~4194304,117440512~12582912,159383552~12582912,188743680~8388608,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,331350016~12582912,348127232~8388608] 2024-07-27T19:44:03.166 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 9 diff [0~25165824,37748736~8388608,62914560~8388608,79691776~20971520,117440512~8388608,159383552~16777216,188743680~4194304,205520896~4194304,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,331350016~8388608,343932928~12582912] 2024-07-27T19:44:03.166 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,37748736~8388608,62914560~8388608,79691776~20971520,117440512~8388608,159383552~16777216,188743680~4194304,205520896~4194304,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,331350016~8388608,343932928~12582912] 2024-07-27T19:44:03.168 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~29360128,37748736~12582912,62914560~12582912,79691776~25165824,117440512~12582912,159383552~20971520,188743680~8388608,205520896~8388608,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,331350016~25165824] 2024-07-27T19:44:03.168 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 10 diff [0~25165824,29360128~16777216,54525952~16777216,79691776~20971520,117440512~8388608,146800640~4194304,159383552~16777216,188743680~4194304,205520896~4194304,226492416~4194304,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,301989888~4194304,322961408~4194304,331350016~8388608,343932928~12582912,377487360~8388608] 2024-07-27T19:44:03.168 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~16777216,54525952~16777216,79691776~20971520,117440512~8388608,146800640~4194304,159383552~16777216,188743680~4194304,205520896~4194304,226492416~4194304,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,301989888~4194304,322961408~4194304,331350016~8388608,343932928~12582912,377487360~8388608] 2024-07-27T19:44:03.171 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~20971520,79691776~25165824,117440512~12582912,146800640~8388608,159383552~20971520,188743680~8388608,205520896~8388608,226492416~4194304,234881024~12582912,260046848~4194304,281018368~8388608,293601280~4194304,301989888~4194304,322961408~33554432,377487360~8388608] 2024-07-27T19:44:03.171 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 11 diff [0~25165824,29360128~16777216,54525952~16777216,79691776~20971520,117440512~8388608,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~12582912,255852544~8388608,281018368~8388608,293601280~4194304,301989888~8388608,322961408~4194304,331350016~8388608,343932928~12582912,360710144~8388608,377487360~8388608,390070272~8388608] 2024-07-27T19:44:03.171 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~16777216,54525952~16777216,79691776~20971520,117440512~8388608,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~12582912,255852544~8388608,281018368~8388608,293601280~4194304,301989888~8388608,322961408~4194304,331350016~8388608,343932928~12582912,360710144~8388608,377487360~8388608,390070272~8388608] 2024-07-27T19:44:03.173 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~20971520,79691776~25165824,117440512~12582912,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~12582912,255852544~12582912,281018368~8388608,293601280~4194304,301989888~8388608,322961408~33554432,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.174 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 12 diff [0~25165824,29360128~16777216,54525952~16777216,79691776~20971520,117440512~8388608,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,281018368~16777216,301989888~12582912,322961408~4194304,331350016~8388608,343932928~12582912,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.174 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~25165824,29360128~16777216,54525952~16777216,79691776~20971520,117440512~8388608,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,281018368~16777216,301989888~12582912,322961408~4194304,331350016~8388608,343932928~12582912,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.177 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~20971520,79691776~25165824,117440512~12582912,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,281018368~16777216,301989888~16777216,322961408~33554432,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.177 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 13 diff [0~46137344,54525952~16777216,79691776~20971520,109051904~4194304,117440512~8388608,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~8388608,301989888~25165824,331350016~8388608,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.177 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~16777216,79691776~20971520,109051904~4194304,117440512~8388608,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~8388608,301989888~25165824,331350016~8388608,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.181 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~20971520,79691776~25165824,109051904~20971520,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~54525952,360710144~8388608,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.181 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 14 diff [0~46137344,54525952~20971520,79691776~20971520,109051904~4194304,117440512~8388608,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~8388608,301989888~25165824,331350016~8388608,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.181 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~20971520,79691776~20971520,109051904~4194304,117440512~8388608,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~8388608,301989888~25165824,331350016~8388608,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.185 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~50331648,109051904~20971520,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~54525952,360710144~8388608,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.185 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 15 diff [0~46137344,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~8388608,301989888~25165824,331350016~8388608,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.185 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,146800640~4194304,159383552~16777216,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~8388608,301989888~25165824,331350016~8388608,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.190 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~75497472,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~67108864,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.190 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 16 diff [0~46137344,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,146800640~4194304,159383552~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.190 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,146800640~4194304,159383552~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.194 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~75497472,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~130023424,390070272~12582912] 2024-07-27T19:44:03.194 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 17 diff [0~46137344,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,130023424~8388608,146800640~4194304,159383552~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~29360128] 2024-07-27T19:44:03.194 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,130023424~8388608,146800640~4194304,159383552~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~29360128] 2024-07-27T19:44:03.199 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~88080384,146800640~8388608,159383552~20971520,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~146800640] 2024-07-27T19:44:03.199 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 18 diff [0~46137344,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,130023424~8388608,146800640~4194304,159383552~16777216,180355072~16777216,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.199 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,130023424~8388608,146800640~4194304,159383552~16777216,180355072~16777216,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.204 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~88080384,146800640~8388608,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:03.204 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to 19 diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.204 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.209 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:03.209 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 8 diff [0~8388608,12582912~8388608,88080384~4194304,117440512~8388608,188743680~4194304,234881024~8388608,335544320~4194304,348127232~8388608] 2024-07-27T19:44:03.209 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~8388608,88080384~4194304,117440512~8388608,188743680~4194304,234881024~8388608,335544320~4194304,348127232~8388608] 2024-07-27T19:44:03.210 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~20971520,88080384~4194304,117440512~12582912,188743680~8388608,234881024~12582912,335544320~8388608,348127232~8388608] 2024-07-27T19:44:03.210 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 9 diff [0~8388608,12582912~8388608,62914560~4194304,79691776~20971520,117440512~8388608,163577856~12582912,188743680~4194304,205520896~4194304,234881024~12582912,335544320~4194304,343932928~12582912] 2024-07-27T19:44:03.210 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~8388608,62914560~4194304,79691776~20971520,117440512~8388608,163577856~12582912,188743680~4194304,205520896~4194304,234881024~12582912,335544320~4194304,343932928~12582912] 2024-07-27T19:44:03.211 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~20971520,62914560~8388608,79691776~25165824,117440512~12582912,163577856~16777216,188743680~8388608,205520896~8388608,234881024~12582912,335544320~20971520] 2024-07-27T19:44:03.211 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 10 diff [0~8388608,12582912~8388608,29360128~8388608,54525952~12582912,79691776~20971520,117440512~8388608,146800640~4194304,163577856~12582912,188743680~4194304,205520896~4194304,226492416~4194304,234881024~12582912,301989888~4194304,322961408~4194304,335544320~4194304,343932928~12582912,377487360~8388608] 2024-07-27T19:44:03.211 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~8388608,29360128~8388608,54525952~12582912,79691776~20971520,117440512~8388608,146800640~4194304,163577856~12582912,188743680~4194304,205520896~4194304,226492416~4194304,234881024~12582912,301989888~4194304,322961408~4194304,335544320~4194304,343932928~12582912,377487360~8388608] 2024-07-27T19:44:03.213 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~20971520,29360128~12582912,54525952~16777216,79691776~25165824,117440512~12582912,146800640~8388608,163577856~16777216,188743680~8388608,205520896~8388608,226492416~4194304,234881024~12582912,301989888~4194304,322961408~8388608,335544320~20971520,377487360~8388608] 2024-07-27T19:44:03.213 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 11 diff [0~8388608,12582912~8388608,29360128~8388608,41943040~8388608,54525952~12582912,79691776~20971520,117440512~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~12582912,255852544~8388608,301989888~8388608,322961408~4194304,335544320~4194304,343932928~12582912,360710144~8388608,377487360~8388608,390070272~8388608] 2024-07-27T19:44:03.213 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~8388608,29360128~8388608,41943040~8388608,54525952~12582912,79691776~20971520,117440512~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~12582912,255852544~8388608,301989888~8388608,322961408~4194304,335544320~4194304,343932928~12582912,360710144~8388608,377487360~8388608,390070272~8388608] 2024-07-27T19:44:03.215 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~20971520,29360128~20971520,54525952~16777216,79691776~25165824,117440512~12582912,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~12582912,255852544~12582912,301989888~8388608,322961408~8388608,335544320~20971520,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.215 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 12 diff [0~8388608,12582912~8388608,29360128~8388608,41943040~8388608,54525952~12582912,79691776~20971520,117440512~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,289406976~4194304,301989888~12582912,322961408~4194304,335544320~4194304,343932928~12582912,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.215 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~8388608,29360128~8388608,41943040~8388608,54525952~12582912,79691776~20971520,117440512~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,289406976~4194304,301989888~12582912,322961408~4194304,335544320~4194304,343932928~12582912,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.218 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~20971520,29360128~20971520,54525952~16777216,79691776~25165824,117440512~12582912,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,289406976~8388608,301989888~16777216,322961408~8388608,335544320~20971520,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.218 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 13 diff [0~8388608,12582912~8388608,25165824~12582912,41943040~8388608,54525952~12582912,79691776~20971520,109051904~4194304,117440512~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,335544320~4194304,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.218 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~8388608,25165824~12582912,41943040~8388608,54525952~12582912,79691776~20971520,109051904~4194304,117440512~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,335544320~4194304,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.221 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~20971520,25165824~25165824,54525952~16777216,79691776~25165824,109051904~20971520,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~29360128,335544320~20971520,360710144~8388608,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.221 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 14 diff [0~20971520,25165824~12582912,41943040~8388608,54525952~12582912,71303168~4194304,79691776~20971520,109051904~4194304,117440512~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,335544320~4194304,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.221 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~20971520,25165824~12582912,41943040~8388608,54525952~12582912,71303168~4194304,79691776~20971520,109051904~4194304,117440512~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,335544320~4194304,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.224 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~20971520,25165824~25165824,54525952~50331648,109051904~20971520,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~29360128,335544320~20971520,360710144~8388608,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.224 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 15 diff [0~20971520,25165824~12582912,41943040~8388608,54525952~12582912,71303168~4194304,79691776~20971520,104857600~8388608,117440512~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,335544320~4194304,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.225 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~20971520,25165824~12582912,41943040~8388608,54525952~12582912,71303168~4194304,79691776~20971520,104857600~8388608,117440512~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,335544320~4194304,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.228 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~75497472,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~29360128,335544320~33554432,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.228 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 16 diff [0~20971520,25165824~12582912,41943040~8388608,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,146800640~4194304,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.228 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~20971520,25165824~12582912,41943040~8388608,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,146800640~4194304,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.232 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~75497472,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~75497472,335544320~50331648,390070272~12582912] 2024-07-27T19:44:03.232 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 17 diff [0~20971520,25165824~12582912,41943040~8388608,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,130023424~8388608,146800640~4194304,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~29360128] 2024-07-27T19:44:03.232 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~20971520,25165824~12582912,41943040~8388608,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,130023424~8388608,146800640~4194304,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~29360128] 2024-07-27T19:44:03.237 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~88080384,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~75497472,335544320~67108864] 2024-07-27T19:44:03.237 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 18 diff [0~50331648,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,130023424~8388608,146800640~4194304,163577856~12582912,180355072~16777216,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.237 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~20971520,79691776~20971520,104857600~8388608,117440512~8388608,130023424~8388608,146800640~4194304,163577856~12582912,180355072~16777216,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.242 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~88080384,146800640~8388608,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:03.242 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to 19 diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.242 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.248 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:03.248 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 9 diff [62914560~4194304,79691776~8388608,92274688~8388608,163577856~12582912,205520896~4194304,239075328~8388608,343932928~8388608] 2024-07-27T19:44:03.248 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [62914560~4194304,79691776~8388608,92274688~8388608,163577856~12582912,205520896~4194304,239075328~8388608,343932928~8388608] 2024-07-27T19:44:03.250 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [62914560~8388608,79691776~8388608,92274688~12582912,163577856~16777216,205520896~8388608,239075328~8388608,343932928~8388608] 2024-07-27T19:44:03.250 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 10 diff [29360128~8388608,54525952~12582912,79691776~8388608,92274688~8388608,146800640~4194304,163577856~12582912,205520896~4194304,226492416~4194304,234881024~12582912,301989888~4194304,322961408~4194304,343932928~8388608,377487360~8388608] 2024-07-27T19:44:03.250 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [29360128~8388608,54525952~12582912,79691776~8388608,92274688~8388608,146800640~4194304,163577856~12582912,205520896~4194304,226492416~4194304,234881024~12582912,301989888~4194304,322961408~4194304,343932928~8388608,377487360~8388608] 2024-07-27T19:44:03.252 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [29360128~12582912,54525952~16777216,79691776~8388608,92274688~12582912,146800640~8388608,163577856~16777216,205520896~8388608,226492416~4194304,234881024~12582912,301989888~4194304,322961408~8388608,343932928~8388608,377487360~8388608] 2024-07-27T19:44:03.252 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 11 diff [29360128~8388608,41943040~8388608,54525952~12582912,79691776~8388608,92274688~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~12582912,255852544~8388608,301989888~8388608,322961408~4194304,343932928~8388608,360710144~8388608,377487360~8388608,390070272~8388608] 2024-07-27T19:44:03.252 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [29360128~8388608,41943040~8388608,54525952~12582912,79691776~8388608,92274688~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~12582912,255852544~8388608,301989888~8388608,322961408~4194304,343932928~8388608,360710144~8388608,377487360~8388608,390070272~8388608] 2024-07-27T19:44:03.253 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [29360128~20971520,54525952~16777216,79691776~8388608,92274688~12582912,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~12582912,255852544~12582912,301989888~8388608,322961408~8388608,343932928~8388608,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.253 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 12 diff [12582912~8388608,29360128~8388608,41943040~8388608,54525952~12582912,79691776~20971520,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,289406976~4194304,301989888~12582912,322961408~4194304,343932928~8388608,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.253 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [12582912~8388608,29360128~8388608,41943040~8388608,54525952~12582912,79691776~20971520,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,289406976~4194304,301989888~12582912,322961408~4194304,343932928~8388608,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.256 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [12582912~8388608,29360128~20971520,54525952~16777216,79691776~25165824,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,289406976~8388608,301989888~16777216,322961408~8388608,343932928~8388608,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.256 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 13 diff [0~4194304,12582912~8388608,25165824~12582912,41943040~8388608,54525952~12582912,79691776~20971520,109051904~4194304,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,343932928~8388608,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.256 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~4194304,12582912~8388608,25165824~12582912,41943040~8388608,54525952~12582912,79691776~20971520,109051904~4194304,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,343932928~8388608,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.259 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~4194304,12582912~8388608,25165824~25165824,54525952~16777216,79691776~25165824,109051904~8388608,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~29360128,343932928~8388608,360710144~8388608,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.259 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 14 diff [0~8388608,12582912~8388608,25165824~12582912,41943040~8388608,54525952~12582912,71303168~4194304,79691776~20971520,109051904~4194304,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.259 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~8388608,25165824~12582912,41943040~8388608,54525952~12582912,71303168~4194304,79691776~20971520,109051904~4194304,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.262 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~20971520,25165824~25165824,54525952~50331648,109051904~8388608,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~29360128,343932928~12582912,360710144~8388608,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.262 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 15 diff [0~8388608,12582912~25165824,41943040~8388608,54525952~12582912,71303168~4194304,79691776~20971520,104857600~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.262 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~25165824,41943040~8388608,54525952~12582912,71303168~4194304,79691776~20971520,104857600~8388608,146800640~4194304,163577856~12582912,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.265 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~29360128,343932928~25165824,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.265 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 16 diff [0~8388608,12582912~25165824,41943040~8388608,54525952~20971520,79691776~20971520,104857600~8388608,146800640~4194304,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.265 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~25165824,41943040~8388608,54525952~20971520,79691776~20971520,104857600~8388608,146800640~4194304,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.269 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~75497472,343932928~41943040,390070272~12582912] 2024-07-27T19:44:03.269 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 17 diff [0~8388608,12582912~25165824,41943040~8388608,54525952~20971520,79691776~20971520,104857600~8388608,130023424~8388608,146800640~4194304,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~29360128] 2024-07-27T19:44:03.269 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~25165824,41943040~8388608,54525952~20971520,79691776~20971520,104857600~8388608,130023424~8388608,146800640~4194304,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~29360128] 2024-07-27T19:44:03.272 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~12582912,146800640~8388608,163577856~16777216,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~75497472,343932928~58720256] 2024-07-27T19:44:03.273 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 18 diff [0~8388608,12582912~37748736,54525952~20971520,79691776~20971520,104857600~8388608,130023424~8388608,146800640~4194304,163577856~12582912,180355072~16777216,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.273 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~20971520,79691776~20971520,104857600~8388608,130023424~8388608,146800640~4194304,163577856~12582912,180355072~16777216,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.277 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~12582912,146800640~8388608,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:03.277 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to 19 diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.277 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.282 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:03.282 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 10 diff [29360128~8388608,54525952~12582912,79691776~8388608,146800640~4194304,226492416~4194304,234881024~8388608,301989888~4194304,322961408~4194304,377487360~8388608] 2024-07-27T19:44:03.282 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [29360128~8388608,54525952~12582912,79691776~8388608,146800640~4194304,226492416~4194304,234881024~8388608,301989888~4194304,322961408~4194304,377487360~8388608] 2024-07-27T19:44:03.283 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [29360128~12582912,54525952~16777216,79691776~8388608,146800640~8388608,226492416~4194304,234881024~12582912,301989888~4194304,322961408~8388608,377487360~8388608] 2024-07-27T19:44:03.283 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 11 diff [29360128~8388608,41943040~8388608,54525952~12582912,79691776~8388608,146800640~4194304,184549376~8388608,205520896~12582912,226492416~4194304,234881024~8388608,255852544~8388608,301989888~8388608,322961408~4194304,360710144~8388608,377487360~8388608,390070272~8388608] 2024-07-27T19:44:03.283 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [29360128~8388608,41943040~8388608,54525952~12582912,79691776~8388608,146800640~4194304,184549376~8388608,205520896~12582912,226492416~4194304,234881024~8388608,255852544~8388608,301989888~8388608,322961408~4194304,360710144~8388608,377487360~8388608,390070272~8388608] 2024-07-27T19:44:03.284 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [29360128~20971520,54525952~16777216,79691776~8388608,146800640~8388608,184549376~12582912,205520896~12582912,226492416~4194304,234881024~12582912,255852544~12582912,301989888~8388608,322961408~8388608,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.284 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 12 diff [12582912~8388608,29360128~8388608,41943040~8388608,54525952~12582912,79691776~12582912,146800640~4194304,167772160~4194304,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,289406976~4194304,301989888~12582912,322961408~4194304,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.284 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [12582912~8388608,29360128~8388608,41943040~8388608,54525952~12582912,79691776~12582912,146800640~4194304,167772160~4194304,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,289406976~4194304,301989888~12582912,322961408~4194304,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.287 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [12582912~8388608,29360128~20971520,54525952~16777216,79691776~16777216,146800640~8388608,167772160~4194304,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~12582912,289406976~8388608,301989888~16777216,322961408~8388608,360710144~8388608,377487360~8388608,390070272~12582912] 2024-07-27T19:44:03.287 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 13 diff [0~4194304,12582912~8388608,25165824~12582912,41943040~8388608,54525952~12582912,79691776~16777216,109051904~4194304,146800640~4194304,163577856~8388608,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.287 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~4194304,12582912~8388608,25165824~12582912,41943040~8388608,54525952~12582912,79691776~16777216,109051904~4194304,146800640~4194304,163577856~8388608,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.289 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~4194304,12582912~8388608,25165824~25165824,54525952~16777216,79691776~16777216,109051904~8388608,146800640~8388608,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~29360128,360710144~8388608,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.289 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 14 diff [0~8388608,12582912~8388608,25165824~12582912,41943040~8388608,54525952~12582912,71303168~4194304,79691776~12582912,109051904~4194304,146800640~4194304,163577856~8388608,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,343932928~8388608,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.289 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~8388608,25165824~12582912,41943040~8388608,54525952~12582912,71303168~4194304,79691776~12582912,109051904~4194304,146800640~4194304,163577856~8388608,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,343932928~8388608,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.292 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~20971520,25165824~25165824,54525952~41943040,109051904~8388608,146800640~8388608,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~29360128,343932928~12582912,360710144~8388608,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.292 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 15 diff [0~8388608,12582912~25165824,41943040~8388608,54525952~12582912,71303168~4194304,79691776~12582912,96468992~4194304,104857600~8388608,146800640~4194304,163577856~8388608,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.292 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~25165824,41943040~8388608,54525952~12582912,71303168~4194304,79691776~12582912,96468992~4194304,104857600~8388608,146800640~4194304,163577856~8388608,184549376~8388608,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~4194304,301989888~25165824,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.294 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,146800640~8388608,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~41943040,301989888~29360128,343932928~25165824,373293056~12582912,390070272~12582912] 2024-07-27T19:44:03.294 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 16 diff [0~8388608,12582912~25165824,41943040~8388608,54525952~20971520,79691776~12582912,96468992~4194304,104857600~8388608,146800640~4194304,163577856~8388608,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.294 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~25165824,41943040~8388608,54525952~20971520,79691776~12582912,96468992~4194304,104857600~8388608,146800640~4194304,163577856~8388608,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.298 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,146800640~8388608,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~75497472,343932928~41943040,390070272~12582912] 2024-07-27T19:44:03.298 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 17 diff [0~8388608,12582912~25165824,41943040~8388608,54525952~20971520,79691776~12582912,96468992~4194304,104857600~8388608,130023424~8388608,146800640~4194304,163577856~8388608,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,343932928~12582912,360710144~8388608,373293056~29360128] 2024-07-27T19:44:03.298 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~25165824,41943040~8388608,54525952~20971520,79691776~12582912,96468992~4194304,104857600~8388608,130023424~8388608,146800640~4194304,163577856~8388608,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~29360128,289406976~37748736,343932928~12582912,360710144~8388608,373293056~29360128] 2024-07-27T19:44:03.301 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~12582912,146800640~8388608,163577856~12582912,184549376~12582912,205520896~12582912,226492416~4194304,234881024~16777216,255852544~75497472,343932928~58720256] 2024-07-27T19:44:03.302 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 18 diff [0~8388608,12582912~37748736,54525952~20971520,79691776~20971520,104857600~8388608,130023424~8388608,146800640~4194304,163577856~8388608,180355072~16777216,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~12582912,360710144~8388608,373293056~37748736] 2024-07-27T19:44:03.302 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~20971520,79691776~20971520,104857600~8388608,130023424~8388608,146800640~4194304,163577856~8388608,180355072~16777216,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~12582912,360710144~8388608,373293056~37748736] 2024-07-27T19:44:03.305 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~12582912,146800640~8388608,163577856~12582912,180355072~16777216,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:03.305 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to 19 diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.306 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.310 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:03.310 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 11 diff [41943040~8388608,184549376~8388608,205520896~12582912,234881024~8388608,255852544~8388608,301989888~8388608,360710144~8388608,390070272~8388608] 2024-07-27T19:44:03.310 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [41943040~8388608,184549376~8388608,205520896~12582912,234881024~8388608,255852544~8388608,301989888~8388608,360710144~8388608,390070272~8388608] 2024-07-27T19:44:03.311 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [41943040~8388608,184549376~12582912,205520896~12582912,234881024~8388608,255852544~12582912,301989888~8388608,360710144~8388608,390070272~12582912] 2024-07-27T19:44:03.311 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 12 diff [12582912~8388608,33554432~4194304,41943040~8388608,88080384~4194304,167772160~4194304,184549376~8388608,205520896~12582912,234881024~12582912,255852544~12582912,289406976~4194304,301989888~12582912,360710144~8388608,390070272~12582912] 2024-07-27T19:44:03.311 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [12582912~8388608,33554432~4194304,41943040~8388608,88080384~4194304,167772160~4194304,184549376~8388608,205520896~12582912,234881024~12582912,255852544~12582912,289406976~4194304,301989888~12582912,360710144~8388608,390070272~12582912] 2024-07-27T19:44:03.313 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [12582912~8388608,33554432~16777216,88080384~8388608,167772160~4194304,184549376~12582912,205520896~12582912,234881024~16777216,255852544~12582912,289406976~8388608,301989888~16777216,360710144~8388608,390070272~12582912] 2024-07-27T19:44:03.313 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 13 diff [0~4194304,12582912~8388608,25165824~12582912,41943040~8388608,88080384~8388608,109051904~4194304,163577856~8388608,184549376~8388608,205520896~12582912,234881024~12582912,255852544~29360128,289406976~4194304,301989888~20971520,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.313 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~4194304,12582912~8388608,25165824~12582912,41943040~8388608,88080384~8388608,109051904~4194304,163577856~8388608,184549376~8388608,205520896~12582912,234881024~12582912,255852544~29360128,289406976~4194304,301989888~20971520,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.315 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~4194304,12582912~8388608,25165824~25165824,88080384~8388608,109051904~8388608,163577856~12582912,184549376~12582912,205520896~12582912,234881024~16777216,255852544~41943040,301989888~25165824,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.315 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 14 diff [0~8388608,12582912~8388608,25165824~12582912,41943040~8388608,71303168~4194304,83886080~8388608,109051904~4194304,163577856~8388608,184549376~8388608,205520896~12582912,234881024~12582912,255852544~29360128,289406976~4194304,301989888~25165824,343932928~8388608,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.315 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~8388608,25165824~12582912,41943040~8388608,71303168~4194304,83886080~8388608,109051904~4194304,163577856~8388608,184549376~8388608,205520896~12582912,234881024~12582912,255852544~29360128,289406976~4194304,301989888~25165824,343932928~8388608,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.317 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~20971520,25165824~25165824,71303168~8388608,83886080~12582912,109051904~8388608,163577856~12582912,184549376~12582912,205520896~12582912,234881024~16777216,255852544~41943040,301989888~29360128,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.317 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 15 diff [0~8388608,12582912~25165824,41943040~8388608,71303168~4194304,83886080~8388608,96468992~4194304,104857600~8388608,163577856~8388608,184549376~8388608,205520896~12582912,234881024~12582912,255852544~29360128,289406976~4194304,301989888~25165824,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.317 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~25165824,41943040~8388608,71303168~4194304,83886080~8388608,96468992~4194304,104857600~8388608,163577856~8388608,184549376~8388608,205520896~12582912,234881024~12582912,255852544~29360128,289406976~4194304,301989888~25165824,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.319 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,71303168~8388608,83886080~16777216,104857600~12582912,163577856~12582912,184549376~12582912,205520896~12582912,234881024~16777216,255852544~41943040,301989888~29360128,343932928~25165824,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.319 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 16 diff [0~8388608,12582912~25165824,41943040~8388608,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~8388608,163577856~8388608,184549376~12582912,205520896~12582912,234881024~12582912,255852544~29360128,289406976~37748736,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.320 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~25165824,41943040~8388608,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~8388608,163577856~8388608,184549376~12582912,205520896~12582912,234881024~12582912,255852544~29360128,289406976~37748736,343932928~12582912,360710144~8388608,373293056~8388608,390070272~12582912] 2024-07-27T19:44:03.322 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,58720256~4194304,67108864~12582912,83886080~16777216,104857600~12582912,163577856~12582912,184549376~12582912,205520896~12582912,234881024~16777216,255852544~75497472,343932928~37748736,390070272~12582912] 2024-07-27T19:44:03.322 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 17 diff [0~8388608,12582912~25165824,41943040~8388608,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~8388608,130023424~8388608,163577856~8388608,184549376~12582912,205520896~12582912,234881024~12582912,255852544~29360128,289406976~37748736,343932928~12582912,360710144~8388608,373293056~29360128] 2024-07-27T19:44:03.322 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~25165824,41943040~8388608,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~8388608,130023424~8388608,163577856~8388608,184549376~12582912,205520896~12582912,234881024~12582912,255852544~29360128,289406976~37748736,343932928~12582912,360710144~8388608,373293056~29360128] 2024-07-27T19:44:03.325 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,58720256~20971520,83886080~16777216,104857600~12582912,130023424~12582912,163577856~12582912,184549376~12582912,205520896~12582912,234881024~16777216,255852544~75497472,343932928~58720256] 2024-07-27T19:44:03.325 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 18 diff [0~8388608,12582912~37748736,58720256~4194304,67108864~8388608,79691776~20971520,104857600~8388608,130023424~8388608,163577856~8388608,180355072~16777216,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~12582912,360710144~8388608,373293056~37748736] 2024-07-27T19:44:03.325 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,58720256~4194304,67108864~8388608,79691776~20971520,104857600~8388608,130023424~8388608,163577856~8388608,180355072~16777216,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~12582912,360710144~8388608,373293056~37748736] 2024-07-27T19:44:03.329 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,58720256~41943040,104857600~12582912,130023424~12582912,163577856~12582912,180355072~16777216,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:03.329 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to 19 diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.329 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.334 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:03.334 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 12 diff [12582912~8388608,33554432~4194304,88080384~4194304,167772160~4194304,239075328~8388608,255852544~4194304,289406976~4194304,306184192~8388608,394264576~8388608] 2024-07-27T19:44:03.334 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [12582912~8388608,33554432~4194304,88080384~4194304,167772160~4194304,239075328~8388608,255852544~4194304,289406976~4194304,306184192~8388608,394264576~8388608] 2024-07-27T19:44:03.335 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [12582912~8388608,33554432~8388608,88080384~8388608,167772160~4194304,239075328~12582912,255852544~8388608,289406976~8388608,306184192~12582912,394264576~8388608] 2024-07-27T19:44:03.335 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 13 diff [0~4194304,12582912~8388608,25165824~12582912,88080384~8388608,109051904~4194304,163577856~8388608,239075328~8388608,255852544~4194304,268435456~16777216,289406976~4194304,306184192~16777216,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.335 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~4194304,12582912~8388608,25165824~12582912,88080384~8388608,109051904~4194304,163577856~8388608,239075328~8388608,255852544~4194304,268435456~16777216,289406976~4194304,306184192~16777216,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.337 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~4194304,12582912~8388608,25165824~16777216,88080384~8388608,109051904~8388608,163577856~12582912,239075328~12582912,255852544~8388608,268435456~29360128,306184192~20971520,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.337 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 14 diff [0~8388608,12582912~8388608,25165824~12582912,71303168~4194304,83886080~8388608,109051904~4194304,163577856~8388608,184549376~4194304,239075328~8388608,255852544~4194304,268435456~16777216,289406976~4194304,306184192~20971520,343932928~8388608,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.337 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~8388608,25165824~12582912,71303168~4194304,83886080~8388608,109051904~4194304,163577856~8388608,184549376~4194304,239075328~8388608,255852544~4194304,268435456~16777216,289406976~4194304,306184192~20971520,343932928~8388608,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.338 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~20971520,25165824~16777216,71303168~8388608,83886080~12582912,109051904~8388608,163577856~12582912,184549376~4194304,239075328~12582912,255852544~8388608,268435456~29360128,306184192~25165824,343932928~12582912,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.338 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 15 diff [0~8388608,12582912~25165824,71303168~4194304,83886080~8388608,96468992~4194304,104857600~8388608,163577856~8388608,184549376~4194304,192937984~4194304,239075328~8388608,255852544~4194304,268435456~16777216,289406976~4194304,306184192~20971520,343932928~12582912,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.338 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~25165824,71303168~4194304,83886080~8388608,96468992~4194304,104857600~8388608,163577856~8388608,184549376~4194304,192937984~4194304,239075328~8388608,255852544~4194304,268435456~16777216,289406976~4194304,306184192~20971520,343932928~12582912,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.340 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~41943040,71303168~8388608,83886080~16777216,104857600~12582912,163577856~12582912,184549376~4194304,192937984~4194304,239075328~12582912,255852544~8388608,268435456~29360128,306184192~25165824,343932928~16777216,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.340 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 16 diff [0~8388608,12582912~25165824,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~8388608,163577856~8388608,184549376~4194304,192937984~4194304,239075328~8388608,255852544~29360128,289406976~12582912,306184192~20971520,343932928~12582912,364904448~4194304,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.340 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~25165824,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~8388608,163577856~8388608,184549376~4194304,192937984~4194304,239075328~8388608,255852544~29360128,289406976~12582912,306184192~20971520,343932928~12582912,364904448~4194304,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.342 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~41943040,58720256~4194304,67108864~12582912,83886080~16777216,104857600~12582912,163577856~12582912,184549376~4194304,192937984~4194304,239075328~12582912,255852544~75497472,343932928~16777216,364904448~16777216,394264576~8388608] 2024-07-27T19:44:03.343 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 17 diff [0~8388608,12582912~25165824,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~8388608,130023424~8388608,163577856~8388608,184549376~4194304,192937984~4194304,239075328~8388608,255852544~29360128,289406976~37748736,343932928~12582912,364904448~4194304,373293056~16777216,394264576~8388608] 2024-07-27T19:44:03.343 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~25165824,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~8388608,130023424~8388608,163577856~8388608,184549376~4194304,192937984~4194304,239075328~8388608,255852544~29360128,289406976~37748736,343932928~12582912,364904448~4194304,373293056~16777216,394264576~8388608] 2024-07-27T19:44:03.345 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~41943040,58720256~20971520,83886080~16777216,104857600~12582912,130023424~12582912,163577856~12582912,184549376~4194304,192937984~4194304,239075328~12582912,255852544~75497472,343932928~16777216,364904448~37748736] 2024-07-27T19:44:03.345 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 18 diff [0~8388608,12582912~29360128,58720256~4194304,67108864~8388608,79691776~20971520,104857600~8388608,130023424~8388608,163577856~8388608,180355072~8388608,192937984~4194304,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~12582912,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:03.345 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~29360128,58720256~4194304,67108864~8388608,79691776~20971520,104857600~8388608,130023424~8388608,163577856~8388608,180355072~8388608,192937984~4194304,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~12582912,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:03.349 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~41943040,58720256~41943040,104857600~12582912,130023424~12582912,163577856~12582912,180355072~8388608,192937984~4194304,205520896~8388608,218103808~12582912,239075328~12582912,255852544~75497472,343932928~16777216,364904448~50331648] 2024-07-27T19:44:03.350 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to 19 diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:03.350 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:03.353 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~41943040,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,239075328~12582912,255852544~75497472,343932928~16777216,364904448~50331648] 2024-07-27T19:44:03.353 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 13 diff [0~4194304,25165824~8388608,88080384~4194304,109051904~4194304,163577856~8388608,268435456~16777216,314572800~8388608,373293056~8388608,394264576~4194304] 2024-07-27T19:44:03.353 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~4194304,25165824~8388608,88080384~4194304,109051904~4194304,163577856~8388608,268435456~16777216,314572800~8388608,373293056~8388608,394264576~4194304] 2024-07-27T19:44:03.355 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~4194304,25165824~8388608,88080384~8388608,109051904~8388608,163577856~12582912,268435456~20971520,314572800~12582912,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.355 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 14 diff [0~8388608,25165824~8388608,71303168~4194304,83886080~8388608,109051904~4194304,163577856~8388608,184549376~4194304,243269632~4194304,268435456~16777216,314572800~16777216,343932928~8388608,373293056~8388608,394264576~4194304] 2024-07-27T19:44:03.355 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,25165824~8388608,71303168~4194304,83886080~8388608,109051904~4194304,163577856~8388608,184549376~4194304,243269632~4194304,268435456~16777216,314572800~16777216,343932928~8388608,373293056~8388608,394264576~4194304] 2024-07-27T19:44:03.357 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,25165824~8388608,71303168~8388608,83886080~12582912,109051904~8388608,163577856~12582912,184549376~4194304,243269632~8388608,268435456~20971520,314572800~16777216,343932928~12582912,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.357 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 15 diff [0~8388608,16777216~20971520,71303168~4194304,83886080~8388608,96468992~4194304,104857600~8388608,163577856~8388608,184549376~4194304,192937984~4194304,243269632~4194304,268435456~16777216,314572800~16777216,343932928~12582912,373293056~8388608,394264576~4194304] 2024-07-27T19:44:03.357 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,71303168~4194304,83886080~8388608,96468992~4194304,104857600~8388608,163577856~8388608,184549376~4194304,192937984~4194304,243269632~4194304,268435456~16777216,314572800~16777216,343932928~12582912,373293056~8388608,394264576~4194304] 2024-07-27T19:44:03.358 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,71303168~8388608,83886080~16777216,104857600~12582912,163577856~12582912,184549376~4194304,192937984~4194304,243269632~8388608,268435456~20971520,314572800~16777216,343932928~16777216,373293056~8388608,394264576~8388608] 2024-07-27T19:44:03.358 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 16 diff [0~8388608,16777216~20971520,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~8388608,163577856~8388608,184549376~4194304,192937984~4194304,243269632~4194304,255852544~4194304,264241152~20971520,293601280~8388608,314572800~16777216,343932928~12582912,364904448~4194304,373293056~8388608,394264576~4194304] 2024-07-27T19:44:03.358 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~8388608,163577856~8388608,184549376~4194304,192937984~4194304,243269632~4194304,255852544~4194304,264241152~20971520,293601280~8388608,314572800~16777216,343932928~12582912,364904448~4194304,373293056~8388608,394264576~4194304] 2024-07-27T19:44:03.360 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,58720256~4194304,67108864~12582912,83886080~16777216,104857600~12582912,163577856~12582912,184549376~4194304,192937984~4194304,243269632~8388608,255852544~33554432,293601280~12582912,314572800~16777216,343932928~16777216,364904448~16777216,394264576~8388608] 2024-07-27T19:44:03.360 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 17 diff [0~8388608,16777216~20971520,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~8388608,130023424~8388608,163577856~8388608,184549376~4194304,192937984~4194304,243269632~4194304,255852544~4194304,264241152~20971520,289406976~16777216,314572800~16777216,343932928~12582912,364904448~4194304,373293056~16777216,394264576~4194304] 2024-07-27T19:44:03.360 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~8388608,130023424~8388608,163577856~8388608,184549376~4194304,192937984~4194304,243269632~4194304,255852544~4194304,264241152~20971520,289406976~16777216,314572800~16777216,343932928~12582912,364904448~4194304,373293056~16777216,394264576~4194304] 2024-07-27T19:44:03.363 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,58720256~20971520,83886080~16777216,104857600~12582912,130023424~12582912,163577856~12582912,184549376~4194304,192937984~4194304,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~37748736] 2024-07-27T19:44:03.363 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 18 diff [0~8388608,16777216~25165824,58720256~4194304,67108864~8388608,79691776~20971520,104857600~8388608,130023424~8388608,163577856~8388608,180355072~8388608,192937984~4194304,205520896~8388608,218103808~8388608,243269632~4194304,255852544~4194304,264241152~20971520,289406976~16777216,314572800~16777216,343932928~12582912,364904448~4194304,373293056~16777216,394264576~4194304,402653184~8388608] 2024-07-27T19:44:03.363 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~25165824,58720256~4194304,67108864~8388608,79691776~20971520,104857600~8388608,130023424~8388608,163577856~8388608,180355072~8388608,192937984~4194304,205520896~8388608,218103808~8388608,243269632~4194304,255852544~4194304,264241152~20971520,289406976~16777216,314572800~16777216,343932928~12582912,364904448~4194304,373293056~16777216,394264576~4194304,402653184~8388608] 2024-07-27T19:44:03.367 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,58720256~41943040,104857600~12582912,130023424~12582912,163577856~12582912,180355072~8388608,192937984~4194304,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~50331648] 2024-07-27T19:44:03.367 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to 19 diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:03.367 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:03.371 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~50331648] 2024-07-27T19:44:03.371 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to 14 diff [4194304~4194304,71303168~4194304,83886080~8388608,184549376~4194304,243269632~4194304,268435456~8388608,281018368~4194304,318767104~8388608,343932928~8388608] 2024-07-27T19:44:03.371 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4194304~4194304,71303168~4194304,83886080~8388608,184549376~4194304,243269632~4194304,268435456~8388608,281018368~4194304,318767104~8388608,343932928~8388608] 2024-07-27T19:44:03.372 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4194304~8388608,71303168~8388608,83886080~12582912,184549376~4194304,243269632~8388608,268435456~8388608,281018368~8388608,318767104~12582912,343932928~12582912] 2024-07-27T19:44:03.372 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to 15 diff [4194304~4194304,16777216~8388608,29360128~8388608,71303168~4194304,83886080~8388608,96468992~4194304,104857600~4194304,184549376~4194304,192937984~4194304,243269632~4194304,268435456~8388608,281018368~8388608,318767104~12582912,343932928~12582912,377487360~4194304,394264576~4194304] 2024-07-27T19:44:03.372 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4194304~4194304,16777216~8388608,29360128~8388608,71303168~4194304,83886080~8388608,96468992~4194304,104857600~4194304,184549376~4194304,192937984~4194304,243269632~4194304,268435456~8388608,281018368~8388608,318767104~12582912,343932928~12582912,377487360~4194304,394264576~4194304] 2024-07-27T19:44:03.373 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4194304~8388608,16777216~8388608,29360128~12582912,71303168~8388608,83886080~16777216,104857600~8388608,184549376~4194304,192937984~4194304,243269632~8388608,268435456~8388608,281018368~8388608,318767104~12582912,343932928~16777216,377487360~4194304,394264576~4194304] 2024-07-27T19:44:03.373 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to 16 diff [4194304~4194304,16777216~20971520,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~4194304,184549376~4194304,192937984~4194304,243269632~4194304,255852544~4194304,264241152~12582912,281018368~8388608,293601280~8388608,318767104~12582912,343932928~12582912,364904448~4194304,377487360~4194304,394264576~4194304] 2024-07-27T19:44:03.373 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [4194304~4194304,16777216~20971520,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~4194304,184549376~4194304,192937984~4194304,243269632~4194304,255852544~4194304,264241152~12582912,281018368~8388608,293601280~8388608,318767104~12582912,343932928~12582912,364904448~4194304,377487360~4194304,394264576~4194304] 2024-07-27T19:44:03.375 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [4194304~8388608,16777216~25165824,58720256~4194304,67108864~12582912,83886080~16777216,104857600~8388608,184549376~4194304,192937984~4194304,243269632~8388608,255852544~20971520,281018368~8388608,293601280~12582912,318767104~12582912,343932928~16777216,364904448~8388608,377487360~4194304,394264576~4194304] 2024-07-27T19:44:03.375 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to 17 diff [0~8388608,16777216~20971520,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~4194304,130023424~8388608,184549376~4194304,192937984~4194304,243269632~4194304,255852544~4194304,264241152~12582912,281018368~25165824,314572800~16777216,343932928~12582912,364904448~4194304,377487360~12582912,394264576~4194304] 2024-07-27T19:44:03.375 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,58720256~4194304,67108864~8388608,83886080~8388608,96468992~4194304,104857600~4194304,130023424~8388608,184549376~4194304,192937984~4194304,243269632~4194304,255852544~4194304,264241152~12582912,281018368~25165824,314572800~16777216,343932928~12582912,364904448~4194304,377487360~12582912,394264576~4194304] 2024-07-27T19:44:03.378 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,58720256~20971520,83886080~16777216,104857600~8388608,130023424~12582912,184549376~4194304,192937984~4194304,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~8388608,377487360~20971520] 2024-07-27T19:44:03.378 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to 18 diff [0~8388608,16777216~20971520,58720256~4194304,67108864~8388608,79691776~20971520,104857600~4194304,130023424~8388608,180355072~8388608,192937984~4194304,205520896~8388608,218103808~8388608,243269632~4194304,255852544~4194304,264241152~12582912,281018368~25165824,314572800~16777216,343932928~12582912,364904448~4194304,377487360~12582912,394264576~4194304,402653184~8388608] 2024-07-27T19:44:03.378 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,58720256~4194304,67108864~8388608,79691776~20971520,104857600~4194304,130023424~8388608,180355072~8388608,192937984~4194304,205520896~8388608,218103808~8388608,243269632~4194304,255852544~4194304,264241152~12582912,281018368~25165824,314572800~16777216,343932928~12582912,364904448~4194304,377487360~12582912,394264576~4194304,402653184~8388608] 2024-07-27T19:44:03.381 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,58720256~41943040,104857600~8388608,130023424~12582912,180355072~8388608,192937984~4194304,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~8388608,377487360~37748736] 2024-07-27T19:44:03.381 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to 19 diff [0~8388608,16777216~20971520,54525952~46137344,104857600~4194304,130023424~12582912,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~20971520,281018368~25165824,314572800~16777216,343932928~16777216,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:03.381 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,54525952~46137344,104857600~4194304,130023424~12582912,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~20971520,281018368~25165824,314572800~16777216,343932928~16777216,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:03.385 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~8388608,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~8388608,377487360~37748736] 2024-07-27T19:44:03.385 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to 15 diff [16777216~8388608,29360128~8388608,96468992~4194304,104857600~4194304,192937984~4194304,281018368~8388608,327155712~4194304,352321536~4194304,377487360~4194304,394264576~4194304] 2024-07-27T19:44:03.385 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [16777216~8388608,29360128~8388608,96468992~4194304,104857600~4194304,192937984~4194304,281018368~8388608,327155712~4194304,352321536~4194304,377487360~4194304,394264576~4194304] 2024-07-27T19:44:03.386 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [16777216~8388608,29360128~12582912,96468992~4194304,104857600~8388608,192937984~4194304,281018368~8388608,327155712~4194304,352321536~8388608,377487360~4194304,394264576~4194304] 2024-07-27T19:44:03.386 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to 16 diff [16777216~20971520,58720256~4194304,67108864~8388608,96468992~4194304,104857600~4194304,192937984~4194304,255852544~4194304,264241152~8388608,281018368~8388608,293601280~8388608,327155712~4194304,352321536~8388608,364904448~4194304,377487360~4194304,394264576~4194304] 2024-07-27T19:44:03.386 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [16777216~20971520,58720256~4194304,67108864~8388608,96468992~4194304,104857600~4194304,192937984~4194304,255852544~4194304,264241152~8388608,281018368~8388608,293601280~8388608,327155712~4194304,352321536~8388608,364904448~4194304,377487360~4194304,394264576~4194304] 2024-07-27T19:44:03.388 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [16777216~25165824,58720256~4194304,67108864~8388608,96468992~4194304,104857600~8388608,192937984~4194304,255852544~16777216,281018368~8388608,293601280~12582912,327155712~4194304,352321536~8388608,364904448~8388608,377487360~4194304,394264576~4194304] 2024-07-27T19:44:03.388 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to 17 diff [0~8388608,16777216~20971520,58720256~4194304,67108864~8388608,83886080~4194304,96468992~4194304,104857600~4194304,130023424~8388608,192937984~4194304,255852544~4194304,264241152~12582912,281018368~25165824,314572800~4194304,327155712~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~4194304] 2024-07-27T19:44:03.388 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,58720256~4194304,67108864~8388608,83886080~4194304,96468992~4194304,104857600~4194304,130023424~8388608,192937984~4194304,255852544~4194304,264241152~12582912,281018368~25165824,314572800~4194304,327155712~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~4194304] 2024-07-27T19:44:03.390 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,16777216~25165824,58720256~16777216,83886080~8388608,96468992~4194304,104857600~8388608,130023424~12582912,192937984~4194304,255852544~54525952,314572800~4194304,327155712~4194304,352321536~8388608,364904448~8388608,377487360~20971520] 2024-07-27T19:44:03.390 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to 18 diff [0~8388608,16777216~20971520,58720256~4194304,67108864~8388608,79691776~8388608,96468992~4194304,104857600~4194304,130023424~8388608,180355072~8388608,192937984~4194304,205520896~8388608,218103808~8388608,255852544~4194304,264241152~12582912,281018368~25165824,314572800~4194304,327155712~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~4194304,402653184~8388608] 2024-07-27T19:44:03.390 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,58720256~4194304,67108864~8388608,79691776~8388608,96468992~4194304,104857600~4194304,130023424~8388608,180355072~8388608,192937984~4194304,205520896~8388608,218103808~8388608,255852544~4194304,264241152~12582912,281018368~25165824,314572800~4194304,327155712~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~4194304,402653184~8388608] 2024-07-27T19:44:03.392 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,16777216~25165824,58720256~16777216,79691776~12582912,96468992~4194304,104857600~8388608,130023424~12582912,180355072~8388608,192937984~4194304,205520896~8388608,218103808~12582912,255852544~54525952,314572800~4194304,327155712~4194304,352321536~8388608,364904448~8388608,377487360~37748736] 2024-07-27T19:44:03.392 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to 19 diff [0~8388608,16777216~20971520,54525952~16777216,75497472~12582912,96468992~4194304,104857600~4194304,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,281018368~25165824,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:03.393 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,54525952~16777216,75497472~12582912,96468992~4194304,104857600~4194304,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,281018368~25165824,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:03.396 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,16777216~25165824,54525952~37748736,96468992~4194304,104857600~8388608,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,255852544~54525952,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~8388608,377487360~37748736] 2024-07-27T19:44:03.396 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to 16 diff [25165824~4194304,58720256~4194304,67108864~8388608,192937984~4194304,255852544~4194304,264241152~8388608,293601280~8388608,352321536~4194304,364904448~4194304] 2024-07-27T19:44:03.396 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [25165824~4194304,58720256~4194304,67108864~8388608,192937984~4194304,255852544~4194304,264241152~8388608,293601280~8388608,352321536~4194304,364904448~4194304] 2024-07-27T19:44:03.397 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [25165824~4194304,58720256~4194304,67108864~8388608,192937984~4194304,255852544~16777216,293601280~12582912,352321536~8388608,364904448~8388608] 2024-07-27T19:44:03.397 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to 17 diff [0~8388608,25165824~4194304,58720256~4194304,67108864~8388608,83886080~4194304,130023424~8388608,192937984~4194304,255852544~4194304,264241152~12582912,289406976~16777216,314572800~4194304,352321536~4194304,364904448~4194304,381681664~8388608] 2024-07-27T19:44:03.397 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,25165824~4194304,58720256~4194304,67108864~8388608,83886080~4194304,130023424~8388608,192937984~4194304,255852544~4194304,264241152~12582912,289406976~16777216,314572800~4194304,352321536~4194304,364904448~4194304,381681664~8388608] 2024-07-27T19:44:03.398 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,25165824~4194304,58720256~16777216,83886080~8388608,130023424~12582912,192937984~4194304,255852544~25165824,289406976~20971520,314572800~4194304,352321536~8388608,364904448~8388608,381681664~12582912] 2024-07-27T19:44:03.398 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to 18 diff [0~8388608,20971520~12582912,58720256~4194304,67108864~8388608,79691776~8388608,130023424~8388608,180355072~8388608,192937984~4194304,205520896~8388608,218103808~8388608,255852544~4194304,264241152~12582912,289406976~16777216,314572800~4194304,352321536~4194304,364904448~4194304,381681664~8388608,394264576~4194304,402653184~8388608] 2024-07-27T19:44:03.398 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~12582912,58720256~4194304,67108864~8388608,79691776~8388608,130023424~8388608,180355072~8388608,192937984~4194304,205520896~8388608,218103808~8388608,255852544~4194304,264241152~12582912,289406976~16777216,314572800~4194304,352321536~4194304,364904448~4194304,381681664~8388608,394264576~4194304,402653184~8388608] 2024-07-27T19:44:03.400 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~12582912,58720256~16777216,79691776~12582912,130023424~12582912,180355072~8388608,192937984~4194304,205520896~8388608,218103808~12582912,255852544~25165824,289406976~20971520,314572800~4194304,352321536~8388608,364904448~8388608,381681664~33554432] 2024-07-27T19:44:03.400 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to 19 diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,364904448~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:03.400 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,364904448~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:03.403 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~12582912,54525952~37748736,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,255852544~25165824,289406976~20971520,314572800~4194304,343932928~4194304,352321536~8388608,364904448~8388608,381681664~33554432] 2024-07-27T19:44:03.404 INFO:tasks.workunit.client.0.smithi029.stdout:from 16 to 17 diff [0~8388608,58720256~4194304,83886080~4194304,130023424~8388608,272629760~4194304,289406976~16777216,314572800~4194304,381681664~8388608] 2024-07-27T19:44:03.404 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,58720256~4194304,83886080~4194304,130023424~8388608,272629760~4194304,289406976~16777216,314572800~4194304,381681664~8388608] 2024-07-27T19:44:03.405 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,58720256~8388608,83886080~8388608,130023424~12582912,272629760~8388608,289406976~20971520,314572800~4194304,381681664~12582912] 2024-07-27T19:44:03.405 INFO:tasks.workunit.client.0.smithi029.stdout:from 16 to 18 diff [0~8388608,20971520~12582912,58720256~4194304,79691776~8388608,130023424~8388608,180355072~8388608,205520896~8388608,218103808~8388608,272629760~4194304,289406976~16777216,314572800~4194304,352321536~4194304,381681664~8388608,394264576~4194304,402653184~8388608] 2024-07-27T19:44:03.405 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~12582912,58720256~4194304,79691776~8388608,130023424~8388608,180355072~8388608,205520896~8388608,218103808~8388608,272629760~4194304,289406976~16777216,314572800~4194304,352321536~4194304,381681664~8388608,394264576~4194304,402653184~8388608] 2024-07-27T19:44:03.407 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~12582912,58720256~8388608,79691776~12582912,130023424~12582912,180355072~8388608,205520896~8388608,218103808~12582912,272629760~8388608,289406976~20971520,314572800~4194304,352321536~8388608,381681664~33554432] 2024-07-27T19:44:03.407 INFO:tasks.workunit.client.0.smithi029.stdout:from 16 to 19 diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,260046848~8388608,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:03.407 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,260046848~8388608,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:03.409 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~12582912,54525952~37748736,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,260046848~20971520,289406976~20971520,314572800~4194304,343932928~4194304,352321536~8388608,381681664~33554432] 2024-07-27T19:44:03.409 INFO:tasks.workunit.client.0.smithi029.stdout:from 17 to 18 diff [20971520~12582912,79691776~8388608,180355072~8388608,205520896~8388608,218103808~8388608,289406976~4194304,352321536~4194304,394264576~4194304,402653184~8388608] 2024-07-27T19:44:03.409 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [20971520~12582912,79691776~8388608,180355072~8388608,205520896~8388608,218103808~8388608,289406976~4194304,352321536~4194304,394264576~4194304,402653184~8388608] 2024-07-27T19:44:03.410 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [20971520~12582912,79691776~12582912,180355072~8388608,205520896~8388608,218103808~12582912,289406976~8388608,352321536~8388608,394264576~20971520] 2024-07-27T19:44:03.410 INFO:tasks.workunit.client.0.smithi029.stdout:from 17 to 19 diff [20971520~12582912,54525952~4194304,62914560~8388608,75497472~12582912,134217728~8388608,176160768~16777216,205520896~8388608,218103808~8388608,260046848~8388608,289406976~4194304,343932928~4194304,352321536~4194304,394264576~16777216] 2024-07-27T19:44:03.410 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [20971520~12582912,54525952~4194304,62914560~8388608,75497472~12582912,134217728~8388608,176160768~16777216,205520896~8388608,218103808~8388608,260046848~8388608,289406976~4194304,343932928~4194304,352321536~4194304,394264576~16777216] 2024-07-27T19:44:03.412 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [20971520~12582912,54525952~4194304,62914560~29360128,134217728~12582912,176160768~20971520,205520896~8388608,218103808~12582912,260046848~12582912,289406976~8388608,343932928~4194304,352321536~8388608,394264576~20971520] 2024-07-27T19:44:03.413 INFO:tasks.workunit.client.0.smithi029.stdout:from 18 to 19 diff [54525952~4194304,62914560~8388608,75497472~4194304,134217728~8388608,176160768~4194304,184549376~8388608,260046848~8388608,343932928~4194304,394264576~8388608] 2024-07-27T19:44:03.413 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [54525952~4194304,62914560~8388608,75497472~4194304,134217728~8388608,176160768~4194304,184549376~8388608,260046848~8388608,343932928~4194304,394264576~8388608] 2024-07-27T19:44:03.414 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [54525952~4194304,62914560~20971520,134217728~12582912,176160768~4194304,184549376~12582912,260046848~12582912,343932928~4194304,394264576~12582912] 2024-07-27T19:44:03.718 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:03.718 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:03.739 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:03.739 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:03.739 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:03.747 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:03.747 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:03.747 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:03.754 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:03.754 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:03.754 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:03.760 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:03.760 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.761 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.766 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:03.767 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.767 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.772 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:03.772 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.772 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.777 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:03.777 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.777 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.781 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:03.782 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.782 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.786 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:03.786 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.786 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.790 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:03.790 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.790 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:03.793 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:03.793 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:03.793 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:03.797 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~41943040,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,239075328~12582912,255852544~75497472,343932928~16777216,364904448~50331648] 2024-07-27T19:44:03.797 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to HEAD diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:03.797 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:03.800 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~50331648] 2024-07-27T19:44:03.800 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to HEAD diff [0~8388608,16777216~20971520,54525952~46137344,104857600~4194304,130023424~12582912,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~20971520,281018368~25165824,314572800~16777216,343932928~16777216,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:03.800 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,54525952~46137344,104857600~4194304,130023424~12582912,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~20971520,281018368~25165824,314572800~16777216,343932928~16777216,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:03.803 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~8388608,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~8388608,377487360~37748736] 2024-07-27T19:44:03.803 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to HEAD diff [0~8388608,16777216~20971520,54525952~16777216,75497472~12582912,96468992~4194304,104857600~4194304,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,281018368~25165824,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:03.803 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,54525952~16777216,75497472~12582912,96468992~4194304,104857600~4194304,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,281018368~25165824,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:03.806 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,16777216~25165824,54525952~37748736,96468992~4194304,104857600~8388608,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,255852544~54525952,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~8388608,377487360~37748736] 2024-07-27T19:44:03.806 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to HEAD diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,364904448~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:03.806 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,364904448~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:03.808 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~12582912,54525952~37748736,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,255852544~25165824,289406976~20971520,314572800~4194304,343932928~4194304,352321536~8388608,364904448~8388608,381681664~33554432] 2024-07-27T19:44:03.808 INFO:tasks.workunit.client.0.smithi029.stdout:from 16 to HEAD diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,260046848~8388608,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:03.808 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,260046848~8388608,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:03.809 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~12582912,54525952~37748736,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,260046848~20971520,289406976~20971520,314572800~4194304,343932928~4194304,352321536~8388608,381681664~33554432] 2024-07-27T19:44:03.809 INFO:tasks.workunit.client.0.smithi029.stdout:from 17 to HEAD diff [20971520~12582912,54525952~4194304,62914560~8388608,75497472~12582912,134217728~8388608,176160768~16777216,205520896~8388608,218103808~8388608,260046848~8388608,289406976~4194304,343932928~4194304,352321536~4194304,394264576~16777216] 2024-07-27T19:44:03.809 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [20971520~12582912,54525952~4194304,62914560~8388608,75497472~12582912,134217728~8388608,176160768~16777216,205520896~8388608,218103808~8388608,260046848~8388608,289406976~4194304,343932928~4194304,352321536~4194304,394264576~16777216] 2024-07-27T19:44:03.810 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [20971520~12582912,54525952~4194304,62914560~29360128,134217728~12582912,176160768~20971520,205520896~8388608,218103808~12582912,260046848~12582912,289406976~8388608,343932928~4194304,352321536~8388608,394264576~20971520] 2024-07-27T19:44:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:03 smithi029 ceph-mon[96870]: osdmap e2305: 8 total, 8 up, 8 in 2024-07-27T19:44:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:03 smithi029 ceph-mon[99353]: osdmap e2305: 8 total, 8 up, 8 in 2024-07-27T19:44:04.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:03 smithi179 ceph-mon[89801]: osdmap e2305: 8 total, 8 up, 8 in 2024-07-27T19:44:04.734 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:04.735 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:04.768 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:04.768 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:04.768 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:04.775 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:04.775 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:04.775 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:04.782 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:04.782 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:04.782 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:04.788 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:04.788 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.788 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.795 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:04.795 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.795 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.801 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:04.801 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.801 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.807 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:04.807 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.807 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.812 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:04.812 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.812 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.816 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:04.816 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.816 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.820 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:04.820 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.820 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:04.826 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:04.826 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:04.826 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:04.828 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~41943040,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,239075328~12582912,255852544~75497472,343932928~16777216,364904448~50331648] 2024-07-27T19:44:04.828 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to HEAD diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:04.828 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:04.830 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~50331648] 2024-07-27T19:44:04.831 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to HEAD diff [0~8388608,16777216~20971520,54525952~46137344,104857600~4194304,130023424~12582912,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~20971520,281018368~25165824,314572800~16777216,343932928~16777216,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:04.831 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,54525952~46137344,104857600~4194304,130023424~12582912,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~20971520,281018368~25165824,314572800~16777216,343932928~16777216,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:04.833 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~8388608,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~8388608,377487360~37748736] 2024-07-27T19:44:04.833 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to HEAD diff [0~8388608,16777216~20971520,54525952~16777216,75497472~12582912,96468992~4194304,104857600~4194304,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,281018368~25165824,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:04.833 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,54525952~16777216,75497472~12582912,96468992~4194304,104857600~4194304,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,281018368~25165824,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:04.835 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,16777216~25165824,54525952~37748736,96468992~4194304,104857600~8388608,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,255852544~54525952,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~8388608,377487360~37748736] 2024-07-27T19:44:04.835 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to HEAD diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,364904448~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:04.835 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,364904448~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:04.837 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~12582912,54525952~37748736,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,255852544~25165824,289406976~20971520,314572800~4194304,343932928~4194304,352321536~8388608,364904448~8388608,381681664~33554432] 2024-07-27T19:44:04.837 INFO:tasks.workunit.client.0.smithi029.stdout:from 16 to HEAD diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,260046848~8388608,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:04.837 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,260046848~8388608,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:04.837 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~12582912,54525952~37748736,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,260046848~20971520,289406976~20971520,314572800~4194304,343932928~4194304,352321536~8388608,381681664~33554432] 2024-07-27T19:44:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:04 smithi029 ceph-mon[96870]: osdmap e2306: 8 total, 8 up, 8 in 2024-07-27T19:44:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:04 smithi029 ceph-mon[96870]: pgmap v4507: 137 pgs: 137 active+clean; 1.1 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 258 KiB/s rd, 33 MiB/s wr, 396 op/s 2024-07-27T19:44:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:04 smithi029 ceph-mon[99353]: osdmap e2306: 8 total, 8 up, 8 in 2024-07-27T19:44:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:04 smithi029 ceph-mon[99353]: pgmap v4507: 137 pgs: 137 active+clean; 1.1 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 258 KiB/s rd, 33 MiB/s wr, 396 op/s 2024-07-27T19:44:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:04 smithi179 ceph-mon[89801]: osdmap e2306: 8 total, 8 up, 8 in 2024-07-27T19:44:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:04 smithi179 ceph-mon[89801]: pgmap v4507: 137 pgs: 137 active+clean; 1.1 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 258 KiB/s rd, 33 MiB/s wr, 396 op/s 2024-07-27T19:44:05.738 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:05.738 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:05.775 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:05.775 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:05.775 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:05.782 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:05.782 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:05.782 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:05.788 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:05.788 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:05.788 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:05.798 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:05.798 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.798 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.804 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:05.804 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.804 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.810 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:05.810 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.810 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.815 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:05.815 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.815 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.820 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:05.820 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.820 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.824 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:05.824 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.824 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.827 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:05.827 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.827 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:05.830 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:05.830 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:05.831 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:05.834 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~41943040,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,239075328~12582912,255852544~75497472,343932928~16777216,364904448~50331648] 2024-07-27T19:44:05.834 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to HEAD diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:05.834 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:05.836 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~50331648] 2024-07-27T19:44:05.836 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to HEAD diff [0~8388608,16777216~20971520,54525952~46137344,104857600~4194304,130023424~12582912,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~20971520,281018368~25165824,314572800~16777216,343932928~16777216,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:05.836 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,54525952~46137344,104857600~4194304,130023424~12582912,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~20971520,281018368~25165824,314572800~16777216,343932928~16777216,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:05.838 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~8388608,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~8388608,377487360~37748736] 2024-07-27T19:44:05.838 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to HEAD diff [0~8388608,16777216~20971520,54525952~16777216,75497472~12582912,96468992~4194304,104857600~4194304,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,281018368~25165824,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:05.838 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,54525952~16777216,75497472~12582912,96468992~4194304,104857600~4194304,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,281018368~25165824,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:05.839 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,16777216~25165824,54525952~37748736,96468992~4194304,104857600~8388608,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,255852544~54525952,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~8388608,377487360~37748736] 2024-07-27T19:44:05.839 INFO:tasks.workunit.client.0.smithi029.stdout:from 15 to HEAD diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,364904448~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:05.840 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,20971520~12582912,54525952~16777216,75497472~12582912,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,289406976~16777216,314572800~4194304,343932928~4194304,352321536~4194304,364904448~4194304,381681664~8388608,394264576~16777216] 2024-07-27T19:44:05.840 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,20971520~12582912,54525952~37748736,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,255852544~25165824,289406976~20971520,314572800~4194304,343932928~4194304,352321536~8388608,364904448~8388608,381681664~33554432] 2024-07-27T19:44:06.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:05 smithi029 ceph-mon[96870]: osdmap e2307: 8 total, 8 up, 8 in 2024-07-27T19:44:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:05 smithi029 ceph-mon[99353]: osdmap e2307: 8 total, 8 up, 8 in 2024-07-27T19:44:06.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:05 smithi179 ceph-mon[89801]: osdmap e2307: 8 total, 8 up, 8 in 2024-07-27T19:44:06.753 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:06.754 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:06.776 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:06.776 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:06.776 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:06.783 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:06.783 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:06.783 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:06.789 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:06.789 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:06.789 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:06.795 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:06.795 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.795 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.801 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:06.801 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.801 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.806 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:06.806 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.806 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.810 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:06.810 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.810 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.814 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:06.814 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.814 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.818 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:06.818 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.818 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.821 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:06.821 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.821 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:06.824 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:06.824 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:06.824 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:06.826 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~41943040,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,239075328~12582912,255852544~75497472,343932928~16777216,364904448~50331648] 2024-07-27T19:44:06.826 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to HEAD diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:06.827 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:06.829 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~50331648] 2024-07-27T19:44:06.829 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to HEAD diff [0~8388608,16777216~20971520,54525952~46137344,104857600~4194304,130023424~12582912,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~20971520,281018368~25165824,314572800~16777216,343932928~16777216,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:06.829 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,54525952~46137344,104857600~4194304,130023424~12582912,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~20971520,281018368~25165824,314572800~16777216,343932928~16777216,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:06.831 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~8388608,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~8388608,377487360~37748736] 2024-07-27T19:44:06.831 INFO:tasks.workunit.client.0.smithi029.stdout:from 14 to HEAD diff [0~8388608,16777216~20971520,54525952~16777216,75497472~12582912,96468992~4194304,104857600~4194304,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,281018368~25165824,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:06.831 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,54525952~16777216,75497472~12582912,96468992~4194304,104857600~4194304,130023424~12582912,176160768~16777216,205520896~8388608,218103808~8388608,255852544~12582912,272629760~4194304,281018368~25165824,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:06.831 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~8388608,16777216~25165824,54525952~37748736,96468992~4194304,104857600~8388608,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,255852544~54525952,314572800~4194304,327155712~4194304,343932928~4194304,352321536~8388608,364904448~8388608,377487360~37748736] 2024-07-27T19:44:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:06 smithi029 ceph-mon[96870]: osdmap e2308: 8 total, 8 up, 8 in 2024-07-27T19:44:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:06 smithi029 ceph-mon[96870]: pgmap v4510: 137 pgs: 137 active+clean; 1.2 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 425 KiB/s rd, 23 MiB/s wr, 725 op/s 2024-07-27T19:44:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:06 smithi029 ceph-mon[99353]: osdmap e2308: 8 total, 8 up, 8 in 2024-07-27T19:44:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:06 smithi029 ceph-mon[99353]: pgmap v4510: 137 pgs: 137 active+clean; 1.2 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 425 KiB/s rd, 23 MiB/s wr, 725 op/s 2024-07-27T19:44:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:06 smithi179 ceph-mon[89801]: osdmap e2308: 8 total, 8 up, 8 in 2024-07-27T19:44:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:06 smithi179 ceph-mon[89801]: pgmap v4510: 137 pgs: 137 active+clean; 1.2 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 425 KiB/s rd, 23 MiB/s wr, 725 op/s 2024-07-27T19:44:07.761 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:07.783 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:07.790 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:07.796 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:07.802 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:07.802 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.803 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:07.808 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:07.813 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.817 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:07.817 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.817 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.821 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:07.821 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.821 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:07.824 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:07.827 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:07.829 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~41943040,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,239075328~12582912,255852544~75497472,343932928~16777216,364904448~50331648] 2024-07-27T19:44:07.832 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to HEAD diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:07.834 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~50331648] 2024-07-27T19:44:07.834 INFO:tasks.workunit.client.0.smithi029.stdout:from 13 to HEAD diff [0~8388608,16777216~20971520,54525952~46137344,104857600~4194304,130023424~12582912,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~20971520,281018368~25165824,314572800~16777216,343932928~16777216,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:07.834 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~20971520,54525952~46137344,104857600~4194304,130023424~12582912,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~20971520,281018368~25165824,314572800~16777216,343932928~16777216,364904448~4194304,377487360~12582912,394264576~16777216] 2024-07-27T19:44:07.835 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~8388608,130023424~16777216,176160768~20971520,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~8388608,377487360~37748736] 2024-07-27T19:44:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:07 smithi029 ceph-mon[96870]: osdmap e2309: 8 total, 8 up, 8 in 2024-07-27T19:44:08.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:07 smithi029 ceph-mon[99353]: osdmap e2309: 8 total, 8 up, 8 in 2024-07-27T19:44:08.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:07 smithi179 ceph-mon[89801]: osdmap e2309: 8 total, 8 up, 8 in 2024-07-27T19:44:08.810 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:08.831 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:08.843 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:08.843 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:08.843 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:08.848 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:08.853 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.854 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:08.858 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:08.862 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:08.866 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:08.869 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:08.872 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:08.875 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:08.877 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:08.877 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:08.877 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:08.878 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~41943040,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,239075328~12582912,255852544~75497472,343932928~16777216,364904448~50331648] 2024-07-27T19:44:08.878 INFO:tasks.workunit.client.0.smithi029.stdout:from 12 to HEAD diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:08.879 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,16777216~25165824,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,243269632~4194304,255852544~29360128,289406976~16777216,314572800~16777216,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:08.879 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~12582912,16777216~25165824,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,243269632~8388608,255852544~54525952,314572800~16777216,343932928~16777216,364904448~50331648] 2024-07-27T19:44:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:08 smithi029 ceph-mon[96870]: pgmap v4512: 137 pgs: 137 active+clean; 1.2 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 677 KiB/s rd, 11 MiB/s wr, 1.27k op/s 2024-07-27T19:44:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:08 smithi029 ceph-mon[96870]: osdmap e2310: 8 total, 8 up, 8 in 2024-07-27T19:44:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:08 smithi029 ceph-mon[99353]: pgmap v4512: 137 pgs: 137 active+clean; 1.2 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 677 KiB/s rd, 11 MiB/s wr, 1.27k op/s 2024-07-27T19:44:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:08 smithi029 ceph-mon[99353]: osdmap e2310: 8 total, 8 up, 8 in 2024-07-27T19:44:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:08 smithi179 ceph-mon[89801]: pgmap v4512: 137 pgs: 137 active+clean; 1.2 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 677 KiB/s rd, 11 MiB/s wr, 1.27k op/s 2024-07-27T19:44:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:08 smithi179 ceph-mon[89801]: osdmap e2310: 8 total, 8 up, 8 in 2024-07-27T19:44:09.807 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:09.844 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:09.850 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:09.854 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:09.858 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:09.863 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:09.866 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:09.869 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:09.872 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:09.874 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.876 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:09.877 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.877 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:09.878 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:09.878 INFO:tasks.workunit.client.0.smithi029.stdout:from 11 to HEAD diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:09.878 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~29360128,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~8388608,218103808~8388608,239075328~8388608,255852544~29360128,289406976~37748736,343932928~16777216,364904448~4194304,373293056~16777216,394264576~16777216] 2024-07-27T19:44:09.879 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~41943040,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~8388608,218103808~12582912,239075328~12582912,255852544~75497472,343932928~16777216,364904448~50331648] 2024-07-27T19:44:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:44:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:09 smithi029 ceph-mon[96870]: osdmap e2311: 8 total, 8 up, 8 in 2024-07-27T19:44:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:44:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:09 smithi029 ceph-mon[99353]: osdmap e2311: 8 total, 8 up, 8 in 2024-07-27T19:44:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:44:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:09 smithi179 ceph-mon[89801]: osdmap e2311: 8 total, 8 up, 8 in 2024-07-27T19:44:10.809 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:10.848 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:10.857 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:10.862 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:10.866 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:10.871 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:10.874 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:10.877 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:10.879 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:10.881 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.883 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:10.883 INFO:tasks.workunit.client.0.smithi029.stdout:from 10 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.883 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,163577856~8388608,176160768~20971520,205520896~20971520,234881024~12582912,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:10.883 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~16777216,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:10 smithi179 ceph-mon[89801]: pgmap v4515: 137 pgs: 137 active+clean; 1.1 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 591 KiB/s rd, 2.4 MiB/s wr, 1.09k op/s 2024-07-27T19:44:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:10 smithi179 ceph-mon[89801]: osdmap e2312: 8 total, 8 up, 8 in 2024-07-27T19:44:11.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:10 smithi029 ceph-mon[96870]: pgmap v4515: 137 pgs: 137 active+clean; 1.1 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 591 KiB/s rd, 2.4 MiB/s wr, 1.09k op/s 2024-07-27T19:44:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:10 smithi029 ceph-mon[96870]: osdmap e2312: 8 total, 8 up, 8 in 2024-07-27T19:44:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:10 smithi029 ceph-mon[99353]: pgmap v4515: 137 pgs: 137 active+clean; 1.1 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 591 KiB/s rd, 2.4 MiB/s wr, 1.09k op/s 2024-07-27T19:44:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:10 smithi029 ceph-mon[99353]: osdmap e2312: 8 total, 8 up, 8 in 2024-07-27T19:44:11.821 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:11.821 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:11.853 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:11.854 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:11.854 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:11.863 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:11.863 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:11.863 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:11.867 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:11.867 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:11.867 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:11.872 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:11.872 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:11.872 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:11.875 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:11.875 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:11.875 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:11.879 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:11.879 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:11.879 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:11.881 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:11.881 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:11.881 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:11.884 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:11.884 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:11.884 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:11.885 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:11.886 INFO:tasks.workunit.client.0.smithi029.stdout:from 9 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:11.886 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~8388608,176160768~20971520,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:11.886 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~46137344,104857600~12582912,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:11 smithi179 ceph-mon[89801]: osdmap e2313: 8 total, 8 up, 8 in 2024-07-27T19:44:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:11 smithi029 ceph-mon[96870]: osdmap e2313: 8 total, 8 up, 8 in 2024-07-27T19:44:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:11 smithi029 ceph-mon[99353]: osdmap e2313: 8 total, 8 up, 8 in 2024-07-27T19:44:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:44:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:44:12] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:44:12.818 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:12.818 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:12.852 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:12.852 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:12.852 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:12.858 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:12.858 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:12.858 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:12.864 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:12.864 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:12.864 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:12.867 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:12.868 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:12.868 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:12.870 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:12.871 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:12.871 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:12.873 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:12.873 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:12.873 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:12.875 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:12.875 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:12.875 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:12.876 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:12.876 INFO:tasks.workunit.client.0.smithi029.stdout:from 8 to HEAD diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:12.877 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~8388608,12582912~37748736,54525952~46137344,104857600~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,343932928~25165824,373293056~37748736] 2024-07-27T19:44:12.877 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~62914560,130023424~25165824,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,343932928~71303168] 2024-07-27T19:44:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:12 smithi179 ceph-mon[89801]: pgmap v4518: 137 pgs: 137 active+clean; 1.1 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 258 op/s 2024-07-27T19:44:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:12 smithi179 ceph-mon[89801]: osdmap e2314: 8 total, 8 up, 8 in 2024-07-27T19:44:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:12 smithi029 ceph-mon[96870]: pgmap v4518: 137 pgs: 137 active+clean; 1.1 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 258 op/s 2024-07-27T19:44:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:12 smithi029 ceph-mon[96870]: osdmap e2314: 8 total, 8 up, 8 in 2024-07-27T19:44:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:12 smithi029 ceph-mon[99353]: pgmap v4518: 137 pgs: 137 active+clean; 1.1 GiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 258 op/s 2024-07-27T19:44:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:12 smithi029 ceph-mon[99353]: osdmap e2314: 8 total, 8 up, 8 in 2024-07-27T19:44:13.832 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:13.832 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:13.870 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:13.870 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:13.870 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:13.877 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:13.877 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:13.877 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:13.880 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:13.880 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:13.880 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:13.883 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:13.884 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:13.884 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:13.886 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:13.886 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:13.886 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:13.888 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:13.888 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:13.888 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:13.890 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:13.890 INFO:tasks.workunit.client.0.smithi029.stdout:from 7 to HEAD diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:13.890 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~50331648,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,163577856~33554432,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,335544320~4194304,343932928~25165824,373293056~37748736] 2024-07-27T19:44:13.891 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,163577856~33554432,205520896~25165824,234881024~16777216,255852544~75497472,335544320~79691776] 2024-07-27T19:44:14.130 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:14.130 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:14.152 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:14.153 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:14.153 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:13 smithi179 ceph-mon[89801]: osdmap e2315: 8 total, 8 up, 8 in 2024-07-27T19:44:14.172 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:14.172 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:14.172 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:14.175 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:14.175 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:14.175 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:14.178 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:14.178 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:14.178 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:14.180 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:14.180 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:14.180 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:14.181 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:14.182 INFO:tasks.workunit.client.0.smithi029.stdout:from 6 to HEAD diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:14.182 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,54525952~46137344,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:14.182 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~50331648,54525952~100663296,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:13 smithi029 ceph-mon[96870]: osdmap e2315: 8 total, 8 up, 8 in 2024-07-27T19:44:14.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:13 smithi029 ceph-mon[99353]: osdmap e2315: 8 total, 8 up, 8 in 2024-07-27T19:44:15.133 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:15.134 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:15.155 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:15.155 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:15.155 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:15.159 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:15.159 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:15.159 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:14 smithi179 ceph-mon[89801]: pgmap v4521: 137 pgs: 137 active+clean; 1.1 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 215 KiB/s rd, 6.2 KiB/s wr, 357 op/s 2024-07-27T19:44:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:14 smithi179 ceph-mon[89801]: osdmap e2316: 8 total, 8 up, 8 in 2024-07-27T19:44:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:14 smithi179 ceph-mon[89801]: osdmap e2317: 8 total, 8 up, 8 in 2024-07-27T19:44:15.169 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:15.169 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:15.170 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:15.172 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:15.172 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:15.172 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:15.174 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:15.174 INFO:tasks.workunit.client.0.smithi029.stdout:from 5 to HEAD diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:15.174 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~46137344,50331648~50331648,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,205520896~25165824,234881024~16777216,255852544~29360128,289406976~37748736,331350016~8388608,343932928~25165824,373293056~37748736] 2024-07-27T19:44:15.175 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,205520896~25165824,234881024~16777216,255852544~159383552] 2024-07-27T19:44:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:14 smithi029 ceph-mon[96870]: pgmap v4521: 137 pgs: 137 active+clean; 1.1 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 215 KiB/s rd, 6.2 KiB/s wr, 357 op/s 2024-07-27T19:44:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:14 smithi029 ceph-mon[96870]: osdmap e2316: 8 total, 8 up, 8 in 2024-07-27T19:44:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:14 smithi029 ceph-mon[96870]: osdmap e2317: 8 total, 8 up, 8 in 2024-07-27T19:44:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:14 smithi029 ceph-mon[99353]: pgmap v4521: 137 pgs: 137 active+clean; 1.1 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 215 KiB/s rd, 6.2 KiB/s wr, 357 op/s 2024-07-27T19:44:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:14 smithi029 ceph-mon[99353]: osdmap e2316: 8 total, 8 up, 8 in 2024-07-27T19:44:15.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:14 smithi029 ceph-mon[99353]: osdmap e2317: 8 total, 8 up, 8 in 2024-07-27T19:44:16.147 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:16.147 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:16.157 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:16.157 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:16.158 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:16.161 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:16.161 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:16.161 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:16.164 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:16.164 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:16.164 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:16.166 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:16.167 INFO:tasks.workunit.client.0.smithi029.stdout:from 4 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:16.167 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~25165824,373293056~37748736] 2024-07-27T19:44:16.168 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:16 smithi179 ceph-mon[89801]: osdmap e2318: 8 total, 8 up, 8 in 2024-07-27T19:44:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:16 smithi029 ceph-mon[96870]: osdmap e2318: 8 total, 8 up, 8 in 2024-07-27T19:44:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:16 smithi029 ceph-mon[99353]: osdmap e2318: 8 total, 8 up, 8 in 2024-07-27T19:44:17.154 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:17.154 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:17.169 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:17.169 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:17.169 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:17.174 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:17.174 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:17.174 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:17.180 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:17.180 INFO:tasks.workunit.client.0.smithi029.stdout:from 3 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:17.180 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~16777216,255852544~29360128,289406976~50331648,343932928~67108864] 2024-07-27T19:44:17.181 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~16777216,255852544~159383552] 2024-07-27T19:44:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:17 smithi179 ceph-mon[89801]: pgmap v4525: 137 pgs: 137 active+clean; 1.0 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 203 KiB/s rd, 6.4 KiB/s wr, 331 op/s 2024-07-27T19:44:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:17 smithi179 ceph-mon[89801]: osdmap e2319: 8 total, 8 up, 8 in 2024-07-27T19:44:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:17 smithi029 ceph-mon[96870]: pgmap v4525: 137 pgs: 137 active+clean; 1.0 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 203 KiB/s rd, 6.4 KiB/s wr, 331 op/s 2024-07-27T19:44:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:17 smithi029 ceph-mon[96870]: osdmap e2319: 8 total, 8 up, 8 in 2024-07-27T19:44:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:17 smithi029 ceph-mon[99353]: pgmap v4525: 137 pgs: 137 active+clean; 1.0 GiB data, 6.9 GiB used, 708 GiB / 715 GiB avail; 203 KiB/s rd, 6.4 KiB/s wr, 331 op/s 2024-07-27T19:44:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:17 smithi029 ceph-mon[99353]: osdmap e2319: 8 total, 8 up, 8 in 2024-07-27T19:44:18.138 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:18.139 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:18.160 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:18.160 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:18.160 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:18.172 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:18.172 INFO:tasks.workunit.client.0.smithi029.stdout:from 2 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:18.172 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:18.174 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:18.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:18 smithi179 ceph-mon[89801]: osdmap e2320: 8 total, 8 up, 8 in 2024-07-27T19:44:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:18 smithi029 ceph-mon[96870]: osdmap e2320: 8 total, 8 up, 8 in 2024-07-27T19:44:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:18 smithi029 ceph-mon[99353]: osdmap e2320: 8 total, 8 up, 8 in 2024-07-27T19:44:19.145 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:19.145 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:19.153 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:19.153 INFO:tasks.workunit.client.0.smithi029.stdout:from 1 to HEAD diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:19.153 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~100663296,104857600~8388608,117440512~8388608,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:19.155 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:19 smithi179 ceph-mon[89801]: pgmap v4528: 137 pgs: 137 active+clean; 1016 MiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 155 KiB/s rd, 6.4 KiB/s wr, 260 op/s 2024-07-27T19:44:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:19 smithi179 ceph-mon[89801]: osdmap e2321: 8 total, 8 up, 8 in 2024-07-27T19:44:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:19 smithi179 ceph-mon[89801]: osdmap e2322: 8 total, 8 up, 8 in 2024-07-27T19:44:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:19 smithi029 ceph-mon[96870]: pgmap v4528: 137 pgs: 137 active+clean; 1016 MiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 155 KiB/s rd, 6.4 KiB/s wr, 260 op/s 2024-07-27T19:44:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:19 smithi029 ceph-mon[96870]: osdmap e2321: 8 total, 8 up, 8 in 2024-07-27T19:44:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:19 smithi029 ceph-mon[96870]: osdmap e2322: 8 total, 8 up, 8 in 2024-07-27T19:44:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:19 smithi029 ceph-mon[99353]: pgmap v4528: 137 pgs: 137 active+clean; 1016 MiB data, 6.8 GiB used, 708 GiB / 715 GiB avail; 155 KiB/s rd, 6.4 KiB/s wr, 260 op/s 2024-07-27T19:44:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:19 smithi029 ceph-mon[99353]: osdmap e2321: 8 total, 8 up, 8 in 2024-07-27T19:44:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:19 smithi029 ceph-mon[99353]: osdmap e2322: 8 total, 8 up, 8 in 2024-07-27T19:44:20.154 INFO:tasks.workunit.client.0.smithi029.stdout:from 0 to HEAD diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:20.154 INFO:tasks.workunit.client.0.smithi029.stdout: limited diff [0~125829120,130023424~12582912,146800640~4194304,159383552~37748736,201326592~12582912,218103808~12582912,234881024~50331648,289406976~50331648,343932928~67108864] 2024-07-27T19:44:20.165 INFO:tasks.workunit.client.0.smithi029.stdout: actual was [0~155189248,159383552~37748736,201326592~29360128,234881024~180355072] 2024-07-27T19:44:21.172 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateStress (38546 ms) 2024-07-27T19:44:21.172 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateParent 2024-07-27T19:44:21.173 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:44:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:21 smithi179 ceph-mon[89801]: pgmap v4531: 137 pgs: 137 active+clean; 934 MiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 130 KiB/s rd, 6.2 KiB/s wr, 210 op/s 2024-07-27T19:44:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:21 smithi179 ceph-mon[89801]: osdmap e2323: 8 total, 8 up, 8 in 2024-07-27T19:44:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:21 smithi029 ceph-mon[96870]: pgmap v4531: 137 pgs: 137 active+clean; 934 MiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 130 KiB/s rd, 6.2 KiB/s wr, 210 op/s 2024-07-27T19:44:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:21 smithi029 ceph-mon[96870]: osdmap e2323: 8 total, 8 up, 8 in 2024-07-27T19:44:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:21 smithi029 ceph-mon[99353]: pgmap v4531: 137 pgs: 137 active+clean; 934 MiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 130 KiB/s rd, 6.2 KiB/s wr, 210 op/s 2024-07-27T19:44:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:21 smithi029 ceph-mon[99353]: osdmap e2323: 8 total, 8 up, 8 in 2024-07-27T19:44:22.259 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateParent (1086 ms) 2024-07-27T19:44:22.259 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateIgnoreParent 2024-07-27T19:44:22.259 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:44:22.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:22 smithi179 ceph-mon[89801]: osdmap e2324: 8 total, 8 up, 8 in 2024-07-27T19:44:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:22 smithi029 ceph-mon[96870]: osdmap e2324: 8 total, 8 up, 8 in 2024-07-27T19:44:22.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:22 smithi029 ceph-mon[99353]: osdmap e2324: 8 total, 8 up, 8 in 2024-07-27T19:44:22.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:44:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:44:22] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:44:23.294 INFO:tasks.workunit.client.0.smithi029.stdout: wrote [0~20971520] to clone 2024-07-27T19:44:23.294 INFO:tasks.workunit.client.0.smithi029.stdout: diff was [0~20971520] 2024-07-27T19:44:23.297 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateIgnoreParent (1039 ms) 2024-07-27T19:44:23.298 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateCallbackError 2024-07-27T19:44:23.298 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:44:23.323 INFO:tasks.workunit.client.0.smithi029.stdout: wrote [1585522~6313,5749613~8747,9946579~69014,11090877~48757,11640008~30818,12532418~7205,16452254~1813,16491488~37027,20567200~102330] 2024-07-27T19:44:23.329 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateCallbackError (32 ms) 2024-07-27T19:44:23.329 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateParentDiscard 2024-07-27T19:44:23.329 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:44:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:23 smithi179 ceph-mon[89801]: pgmap v4534: 137 pgs: 137 active+clean; 867 MiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 28 op/s 2024-07-27T19:44:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:23 smithi179 ceph-mon[89801]: osdmap e2325: 8 total, 8 up, 8 in 2024-07-27T19:44:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:23 smithi029 ceph-mon[96870]: pgmap v4534: 137 pgs: 137 active+clean; 867 MiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 28 op/s 2024-07-27T19:44:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:23 smithi029 ceph-mon[96870]: osdmap e2325: 8 total, 8 up, 8 in 2024-07-27T19:44:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:23 smithi029 ceph-mon[99353]: pgmap v4534: 137 pgs: 137 active+clean; 867 MiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 28 op/s 2024-07-27T19:44:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:23 smithi029 ceph-mon[99353]: osdmap e2325: 8 total, 8 up, 8 in 2024-07-27T19:44:24.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:24 smithi179 ceph-mon[89801]: osdmap e2326: 8 total, 8 up, 8 in 2024-07-27T19:44:24.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:44:24.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:24 smithi179 ceph-mon[89801]: osdmap e2327: 8 total, 8 up, 8 in 2024-07-27T19:44:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:24 smithi029 ceph-mon[99353]: osdmap e2326: 8 total, 8 up, 8 in 2024-07-27T19:44:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:44:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:24 smithi029 ceph-mon[99353]: osdmap e2327: 8 total, 8 up, 8 in 2024-07-27T19:44:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:24 smithi029 ceph-mon[96870]: osdmap e2326: 8 total, 8 up, 8 in 2024-07-27T19:44:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:44:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:24 smithi029 ceph-mon[96870]: osdmap e2327: 8 total, 8 up, 8 in 2024-07-27T19:44:25.222 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateParentDiscard (1893 ms) 2024-07-27T19:44:25.223 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateUnalignedSmall 2024-07-27T19:44:25.223 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:44:25.283 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateUnalignedSmall (60 ms) 2024-07-27T19:44:25.283 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateUnaligned 2024-07-27T19:44:25.283 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:44:25.359 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateUnaligned (76 ms) 2024-07-27T19:44:25.359 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateTryAcquireLock 2024-07-27T19:44:25.359 INFO:tasks.workunit.client.0.smithi029.stdout:using new format! 2024-07-27T19:44:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:25 smithi179 ceph-mon[89801]: pgmap v4537: 137 pgs: 137 active+clean; 802 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 82 KiB/s rd, 3.0 MiB/s wr, 117 op/s 2024-07-27T19:44:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:25 smithi179 ceph-mon[89801]: osdmap e2328: 8 total, 8 up, 8 in 2024-07-27T19:44:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:25 smithi029 ceph-mon[99353]: pgmap v4537: 137 pgs: 137 active+clean; 802 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 82 KiB/s rd, 3.0 MiB/s wr, 117 op/s 2024-07-27T19:44:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:25 smithi029 ceph-mon[99353]: osdmap e2328: 8 total, 8 up, 8 in 2024-07-27T19:44:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:25 smithi029 ceph-mon[96870]: pgmap v4537: 137 pgs: 137 active+clean; 802 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 82 KiB/s rd, 3.0 MiB/s wr, 117 op/s 2024-07-27T19:44:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:25 smithi029 ceph-mon[96870]: osdmap e2328: 8 total, 8 up, 8 in 2024-07-27T19:44:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:27 smithi179 ceph-mon[89801]: pgmap v4540: 137 pgs: 137 active+clean; 808 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.2 MiB/s rd, 6.7 MiB/s wr, 225 op/s 2024-07-27T19:44:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:27 smithi029 ceph-mon[96870]: pgmap v4540: 137 pgs: 137 active+clean; 808 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.2 MiB/s rd, 6.7 MiB/s wr, 225 op/s 2024-07-27T19:44:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:27 smithi029 ceph-mon[99353]: pgmap v4540: 137 pgs: 137 active+clean; 808 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 1.2 MiB/s rd, 6.7 MiB/s wr, 225 op/s 2024-07-27T19:44:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:29 smithi179 ceph-mon[89801]: pgmap v4541: 137 pgs: 137 active+clean; 845 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 3.7 MiB/s rd, 11 MiB/s wr, 185 op/s 2024-07-27T19:44:29.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:29 smithi179 ceph-mon[89801]: osdmap e2329: 8 total, 8 up, 8 in 2024-07-27T19:44:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:29 smithi029 ceph-mon[96870]: pgmap v4541: 137 pgs: 137 active+clean; 845 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 3.7 MiB/s rd, 11 MiB/s wr, 185 op/s 2024-07-27T19:44:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:29 smithi029 ceph-mon[96870]: osdmap e2329: 8 total, 8 up, 8 in 2024-07-27T19:44:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:29 smithi029 ceph-mon[99353]: pgmap v4541: 137 pgs: 137 active+clean; 845 MiB data, 6.2 GiB used, 709 GiB / 715 GiB avail; 3.7 MiB/s rd, 11 MiB/s wr, 185 op/s 2024-07-27T19:44:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:29 smithi029 ceph-mon[99353]: osdmap e2329: 8 total, 8 up, 8 in 2024-07-27T19:44:30.404 INFO:tasks.workunit.client.0.smithi029.stdout:[ OK ] DiffIterateTest/1.DiffIterateTryAcquireLock (5045 ms) 2024-07-27T19:44:30.405 INFO:tasks.workunit.client.0.smithi029.stdout:[ RUN ] DiffIterateTest/1.DiffIterateStriping 2024-07-27T19:44:30.405 INFO:tasks.workunit.client.0.smithi029.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/18.2.2-1767-ga3bbd728/rpm/el9/BUILD/ceph-18.2.2-1767-ga3bbd728/src/test/librbd/test_librbd.cc:8958: Skipped 2024-07-27T19:44:30.405 INFO:tasks.workunit.client.0.smithi029.stdout:Skipping due to unmet REQUIRE 2024-07-27T19:44:30.405 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] DiffIterateTest/1.DiffIterateStriping (0 ms) 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] 19 tests from DiffIterateTest/1 (255234 ms total) 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout:[----------] Global test environment tear-down 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout:[==========] 490 tests from 24 test suites ran. (2583276 ms total) 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout:[ PASSED ] 444 tests. 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] 46 tests, listed below: 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalStress.DiscardWithPruneWriteOverlap 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.AioDiscardEvent 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.AioWriteEvent 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.AioFlushEvent 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.SnapCreate 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.SnapProtect 2024-07-27T19:44:31.172 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.SnapUnprotect 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.SnapRename 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.SnapRollback 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.SnapRemove 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.Rename 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.Resize 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.Flatten 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.UpdateFeatures 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.MetadataSet 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.MetadataRemove 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalReplay.ObjectPosition 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalEntries.AioWrite 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalEntries.AioDiscard 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalEntries.AioDiscardWithPrune 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestJournalEntries.AioFlush 2024-07-27T19:44:31.173 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestOperations.DisableJournalingCorrupt 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMigration.MirroringSamePool 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMigration.MirroringAbort 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMigration.MirroringOtherPoolDisabled 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMigration.MirroringOtherPoolEnabled 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMigration.MirroringPool 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.NoSnaps_StrippingLargerDstObjSize 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.Snaps_StrippingLargerDstObjSize 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.Clone_StrippingLargerDstObjSize 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.CloneFlatten_StrippingLargerDstObjSize 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.Stress_StrippingLargerDstObjSize 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.NoSnaps_StrippingSmallerDstObjSize 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.Snaps_StrippingSmallerDstObjSize 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.Clone_StrippingSmallerDstObjSize 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.CloneFlatten_StrippingSmallerDstObjSize 2024-07-27T19:44:31.174 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestDeepCopy.Stress_StrippingSmallerDstObjSize 2024-07-27T19:44:31.175 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMirroring.DisableImageMirrorWithPeer 2024-07-27T19:44:31.175 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestMirroring.DisableJournalingWithPeer 2024-07-27T19:44:31.175 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestInternal.DiscardCopyup 2024-07-27T19:44:31.175 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestInternal.TestCoR 2024-07-27T19:44:31.175 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestLibRBD.EncryptionLoadBadStripePattern 2024-07-27T19:44:31.175 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestLibRBD.EnableJournalingViaLockOwner 2024-07-27T19:44:31.175 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] TestLibRBD.ExclusiveLockReadTransition 2024-07-27T19:44:31.175 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] DiffIterateTest/0.DiffIterateStriping 2024-07-27T19:44:31.175 INFO:tasks.workunit.client.0.smithi029.stdout:[ SKIPPED ] DiffIterateTest/1.DiffIterateStriping 2024-07-27T19:44:31.175 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:44:31.175 INFO:tasks.workunit.client.0.smithi029.stdout: YOU HAVE 2 DISABLED TESTS 2024-07-27T19:44:31.175 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:44:31.185 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T19:44:31.185 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T19:44:31.257 INFO:tasks.workunit:Stopping ['rbd/test_librbd.sh'] on client.0... 2024-07-27T19:44:31.257 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2024-07-27T19:44:31.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:31 smithi029 ceph-mon[96870]: pgmap v4543: 137 pgs: 137 active+clean; 879 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 4.2 MiB/s rd, 10 MiB/s wr, 250 op/s 2024-07-27T19:44:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:31 smithi029 ceph-mon[99353]: pgmap v4543: 137 pgs: 137 active+clean; 879 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 4.2 MiB/s rd, 10 MiB/s wr, 250 op/s 2024-07-27T19:44:31.534 DEBUG:teuthology.parallel:result is None 2024-07-27T19:44:31.534 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T19:44:31.560 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T19:44:31.560 DEBUG:teuthology.orchestra.run.smithi029:> rmdir -- /home/ubuntu/cephtest/mnt.0 2024-07-27T19:44:31.616 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T19:44:31.616 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2024-07-27T19:44:31.617 INFO:teuthology.task.print:**** done end test_rbd_api.yaml 2024-07-27T19:44:31.617 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2024-07-27T19:44:31.617 INFO:teuthology.task.print:**** done start test_rbd_python.yaml 2024-07-27T19:44:31.617 INFO:teuthology.task.full_sequential:In full_sequential, running task workunit... 2024-07-27T19:44:31.618 INFO:tasks.workunit:Pulling workunits from ref reef 2024-07-27T19:44:31.618 INFO:tasks.workunit:Making a separate scratch dir for every client... 2024-07-27T19:44:31.618 DEBUG:teuthology.orchestra.run.smithi029:> stat -- /home/ubuntu/cephtest/mnt.0 2024-07-27T19:44:31.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:31 smithi179 ceph-mon[89801]: pgmap v4543: 137 pgs: 137 active+clean; 879 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail; 4.2 MiB/s rd, 10 MiB/s wr, 250 op/s 2024-07-27T19:44:31.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T19:44:31.673 INFO:teuthology.orchestra.run.smithi029.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2024-07-27T19:44:31.673 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -- /home/ubuntu/cephtest/mnt.0 2024-07-27T19:44:31.728 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2024-07-27T19:44:31.728 DEBUG:teuthology.orchestra.run.smithi029:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2024-07-27T19:44:31.784 INFO:tasks.workunit:timeout=3h 2024-07-27T19:44:31.785 INFO:tasks.workunit:cleanup=True 2024-07-27T19:44:31.785 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone --depth 1 --branch reef https://git.ceph.com/ceph.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 2024-07-27T19:44:31.841 INFO:tasks.workunit.client.0.smithi029.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2024-07-27T19:44:32.333 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:32 smithi029 ceph-mon[96870]: osdmap e2330: 8 total, 8 up, 8 in 2024-07-27T19:44:32.333 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:32 smithi029 ceph-mon[99353]: osdmap e2330: 8 total, 8 up, 8 in 2024-07-27T19:44:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:32 smithi179 ceph-mon[89801]: osdmap e2330: 8 total, 8 up, 8 in 2024-07-27T19:44:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:44:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:44:32] "GET /metrics HTTP/1.1" 200 36733 "" "Prometheus/2.43.0" 2024-07-27T19:44:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:33 smithi029 ceph-mon[96870]: pgmap v4545: 105 pgs: 105 active+clean; 4.6 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail 2024-07-27T19:44:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:33 smithi029 ceph-mon[99353]: pgmap v4545: 105 pgs: 105 active+clean; 4.6 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail 2024-07-27T19:44:33.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:33 smithi179 ceph-mon[89801]: pgmap v4545: 105 pgs: 105 active+clean; 4.6 MiB data, 6.3 GiB used, 709 GiB / 715 GiB avail 2024-07-27T19:44:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:35 smithi029 ceph-mon[96870]: pgmap v4546: 105 pgs: 105 active+clean; 4.6 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:44:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:35 smithi029 ceph-mon[99353]: pgmap v4546: 105 pgs: 105 active+clean; 4.6 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:44:35.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:35 smithi179 ceph-mon[89801]: pgmap v4546: 105 pgs: 105 active+clean; 4.6 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:44:36.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:36 smithi029 ceph-mon[96870]: pgmap v4547: 105 pgs: 105 active+clean; 4.6 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:44:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:36 smithi029 ceph-mon[99353]: pgmap v4547: 105 pgs: 105 active+clean; 4.6 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:44:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:36 smithi179 ceph-mon[89801]: pgmap v4547: 105 pgs: 105 active+clean; 4.6 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2024-07-27T19:44:37.145 DEBUG:teuthology.orchestra.run.smithi029:> cd -- /home/ubuntu/cephtest/clone.client.0/qa/workunits && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\0' >/home/ubuntu/cephtest/workunits.list.client.0 2024-07-27T19:44:37.200 INFO:tasks.workunit.client.0.smithi029.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2024-07-27T19:44:37.203 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-07-27T19:44:37.203 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2024-07-27T19:44:37.253 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2024-07-27T19:44:37.305 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2024-07-27T19:44:37.345 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-07-27T19:44:37.347 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-07-27T19:44:37.347 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2024-07-27T19:44:37.386 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-07-27T19:44:37.390 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T19:44:37.390 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2024-07-27T19:44:37.453 INFO:tasks.workunit:Running workunits matching rbd/test_librbd_python.sh on client.0... 2024-07-27T19:44:37.454 INFO:tasks.workunit:Running workunit rbd/test_librbd_python.sh... 2024-07-27T19:44:37.454 DEBUG:teuthology.orchestra.run.smithi029:workunit test rbd/test_librbd_python.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=reef TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 RBD_FEATURES=61 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/rbd/test_librbd_python.sh 2024-07-27T19:44:37.513 INFO:tasks.workunit.client.0.smithi029.stderr:++ dirname /home/ubuntu/cephtest/clone.client.0/qa/workunits/rbd/test_librbd_python.sh 2024-07-27T19:44:37.514 INFO:tasks.workunit.client.0.smithi029.stderr:+ relpath=/home/ubuntu/cephtest/clone.client.0/qa/workunits/rbd/../../../src/test/pybind 2024-07-27T19:44:37.514 INFO:tasks.workunit.client.0.smithi029.stderr:+ '[' -n '' ']' 2024-07-27T19:44:37.514 INFO:tasks.workunit.client.0.smithi029.stderr:+ python3 -m pytest -v /home/ubuntu/cephtest/clone.client.0/qa/workunits/rbd/../../../src/test/pybind/test_rbd.py 2024-07-27T19:44:37.687 INFO:tasks.workunit.client.0.smithi029.stdout:============================= test session starts ============================== 2024-07-27T19:44:37.688 INFO:tasks.workunit.client.0.smithi029.stdout:platform linux -- Python 3.9.18, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 2024-07-27T19:44:37.688 INFO:tasks.workunit.client.0.smithi029.stdout:cachedir: .pytest_cache 2024-07-27T19:44:37.688 INFO:tasks.workunit.client.0.smithi029.stdout:rootdir: /home/ubuntu/cephtest/clone.client.0/src/test/pybind, configfile: pytest.ini 2024-07-27T19:44:38.223 INFO:tasks.workunit.client.0.smithi029.stdout:collecting ... collected 185 items 2024-07-27T19:44:38.223 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:44:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:38 smithi179 ceph-mon[89801]: pgmap v4548: 105 pgs: 105 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:44:39.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:44:39.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:38 smithi029 ceph-mon[96870]: pgmap v4548: 105 pgs: 105 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:44:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:44:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:38 smithi029 ceph-mon[99353]: pgmap v4548: 105 pgs: 105 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:44:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:44:40.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:39 smithi179 ceph-mon[89801]: osdmap e2331: 8 total, 8 up, 8 in 2024-07-27T19:44:40.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:39 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-1","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:44:40.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:39 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-1","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:44:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:44:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:44:40.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:39 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:44:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:39 smithi029 ceph-mon[96870]: osdmap e2331: 8 total, 8 up, 8 in 2024-07-27T19:44:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:39 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-1","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:44:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:39 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-1","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:44:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:44:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:44:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:39 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:44:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:39 smithi029 ceph-mon[99353]: osdmap e2331: 8 total, 8 up, 8 in 2024-07-27T19:44:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:39 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-1","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:44:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:39 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-1","app": "rbd","yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:44:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:44:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:44:40.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:39 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:44:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:40 smithi179 ceph-mon[89801]: pgmap v4550: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:44:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:40 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-1","app": "rbd","yes_i_really_mean_it": true}]': finished 2024-07-27T19:44:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:40 smithi179 ceph-mon[89801]: osdmap e2332: 8 total, 8 up, 8 in 2024-07-27T19:44:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:40 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:44:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:40 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:44:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:40 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:44:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:40 smithi179 ceph-mon[89801]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:44:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[99353]: pgmap v4550: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:44:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-1","app": "rbd","yes_i_really_mean_it": true}]': finished 2024-07-27T19:44:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[99353]: osdmap e2332: 8 total, 8 up, 8 in 2024-07-27T19:44:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:44:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:44:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:44:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[99353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:44:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[96870]: pgmap v4550: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:44:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-1","app": "rbd","yes_i_really_mean_it": true}]': finished 2024-07-27T19:44:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[96870]: osdmap e2332: 8 total, 8 up, 8 in 2024-07-27T19:44:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:44:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:44:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:44:41.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:40 smithi029 ceph-mon[96870]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:44:41.822 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_version PASSED [ 0%] 2024-07-27T19:44:41.906 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_create PASSED [ 1%] 2024-07-27T19:44:42.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:41 smithi179 ceph-mon[89801]: osdmap e2333: 8 total, 8 up, 8 in 2024-07-27T19:44:42.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:41 smithi029 ceph-mon[96870]: osdmap e2333: 8 total, 8 up, 8 in 2024-07-27T19:44:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:41 smithi029 ceph-mon[99353]: osdmap e2333: 8 total, 8 up, 8 in 2024-07-27T19:44:42.543 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_create_defaults PASSED [ 1%] 2024-07-27T19:44:42.644 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_context_manager PASSED [ 2%] 2024-07-27T19:44:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:44:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:44:42] "GET /metrics HTTP/1.1" 200 34241 "" "Prometheus/2.43.0" 2024-07-27T19:44:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:42 smithi179 ceph-mon[89801]: pgmap v4553: 137 pgs: 9 creating+peering, 10 unknown, 118 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:44:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:42 smithi179 ceph-mon[89801]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:44:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:42 smithi179 ceph-mon[89801]: osdmap e2334: 8 total, 8 up, 8 in 2024-07-27T19:44:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:42 smithi029 ceph-mon[99353]: pgmap v4553: 137 pgs: 9 creating+peering, 10 unknown, 118 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:44:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:42 smithi029 ceph-mon[99353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:44:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:42 smithi029 ceph-mon[99353]: osdmap e2334: 8 total, 8 up, 8 in 2024-07-27T19:44:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:42 smithi029 ceph-mon[96870]: pgmap v4553: 137 pgs: 9 creating+peering, 10 unknown, 118 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:44:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:42 smithi029 ceph-mon[96870]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-07-27T19:44:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:42 smithi029 ceph-mon[96870]: osdmap e2334: 8 total, 8 up, 8 in 2024-07-27T19:44:43.919 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_open_read_only PASSED [ 2%] 2024-07-27T19:44:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:43 smithi179 ceph-mon[89801]: osdmap e2335: 8 total, 8 up, 8 in 2024-07-27T19:44:44.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:43 smithi029 ceph-mon[96870]: osdmap e2335: 8 total, 8 up, 8 in 2024-07-27T19:44:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:43 smithi029 ceph-mon[99353]: osdmap e2335: 8 total, 8 up, 8 in 2024-07-27T19:44:44.469 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_open_dne PASSED [ 3%] 2024-07-27T19:44:45.007 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_open_readonly_dne PASSED [ 3%] 2024-07-27T19:44:45.100 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_open_by_id PASSED [ 4%] 2024-07-27T19:44:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:44 smithi179 ceph-mon[89801]: pgmap v4556: 137 pgs: 9 creating+peering, 128 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 71 KiB/s rd, 3.0 KiB/s wr, 94 op/s 2024-07-27T19:44:45.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:44 smithi179 ceph-mon[89801]: osdmap e2336: 8 total, 8 up, 8 in 2024-07-27T19:44:45.185 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_aio_open PASSED [ 4%] 2024-07-27T19:44:45.196 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_remove_dne PASSED [ 5%] 2024-07-27T19:44:45.198 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_list_empty PASSED [ 5%] 2024-07-27T19:44:45.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:44 smithi029 ceph-mon[96870]: pgmap v4556: 137 pgs: 9 creating+peering, 128 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 71 KiB/s rd, 3.0 KiB/s wr, 94 op/s 2024-07-27T19:44:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:44 smithi029 ceph-mon[96870]: osdmap e2336: 8 total, 8 up, 8 in 2024-07-27T19:44:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:44 smithi029 ceph-mon[99353]: pgmap v4556: 137 pgs: 9 creating+peering, 128 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 71 KiB/s rd, 3.0 KiB/s wr, 94 op/s 2024-07-27T19:44:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:44 smithi029 ceph-mon[99353]: osdmap e2336: 8 total, 8 up, 8 in 2024-07-27T19:44:45.272 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_list PASSED [ 6%] 2024-07-27T19:44:45.336 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_remove_with_progress PASSED [ 7%] 2024-07-27T19:44:45.416 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_remove_canceled PASSED [ 7%] 2024-07-27T19:44:45.477 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_remove_with_progress_except PASSED [ 8%] 2024-07-27T19:44:45.576 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_rename PASSED [ 8%] 2024-07-27T19:44:45.819 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_pool_metadata PASSED [ 9%] 2024-07-27T19:44:45.836 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_config_list PASSED [ 9%] 2024-07-27T19:44:45.848 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_pool_config_set_and_get_and_remove PASSED [ 10%] 2024-07-27T19:44:45.877 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_namespaces PASSED [ 10%] 2024-07-27T19:44:46.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:44:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:44:45] ENGINE Bus STOPPING 2024-07-27T19:44:46.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:44:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:44:45] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T19:44:46.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:44:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:44:45] ENGINE Bus STOPPED 2024-07-27T19:44:46.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:44:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:44:45] ENGINE Bus STARTING 2024-07-27T19:44:46.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:44:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:44:45] ENGINE Serving on http://:::9283 2024-07-27T19:44:46.251 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:44:45 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:44:45] ENGINE Bus STARTED 2024-07-27T19:44:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: pgmap v4558: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 99 KiB/s rd, 4.5 KiB/s wr, 133 op/s 2024-07-27T19:44:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' 2024-07-27T19:44:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:44:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:44:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:44:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:44:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:44:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:44:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.164 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:44:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:44:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:44:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:44:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.165 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: pgmap v4558: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 99 KiB/s rd, 4.5 KiB/s wr, 133 op/s 2024-07-27T19:44:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:44:47.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: pgmap v4558: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 99 KiB/s rd, 4.5 KiB/s wr, 133 op/s 2024-07-27T19:44:47.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' 2024-07-27T19:44:47.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:44:47.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:44:47.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:44:47.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:44:47.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:44:47.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:44:47.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:44:47.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:44:47.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.256 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:44:47.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:44:47.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:44:47.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:44:47.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:44:47.257 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:44:47.949 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_pool_stats PASSED [ 11%] 2024-07-27T19:44:47.950 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_features_to_string PASSED [ 11%] 2024-07-27T19:44:47.951 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_features_from_string PASSED [ 12%] 2024-07-27T19:44:48.025 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_update_features SKIPPED [ 12%] 2024-07-27T19:44:48.098 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_create_with_params SKIPPED [ 13%] 2024-07-27T19:44:48.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:47 smithi179 ceph-mon[89801]: osdmap e2337: 8 total, 8 up, 8 in 2024-07-27T19:44:48.175 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_id PASSED [ 14%] 2024-07-27T19:44:48.247 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_block_name_prefix PASSED [ 14%] 2024-07-27T19:44:48.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:47 smithi029 ceph-mon[96870]: osdmap e2337: 8 total, 8 up, 8 in 2024-07-27T19:44:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:47 smithi029 ceph-mon[99353]: osdmap e2337: 8 total, 8 up, 8 in 2024-07-27T19:44:48.314 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_data_pool_id PASSED [ 15%] 2024-07-27T19:44:48.388 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_create_timestamp PASSED [ 15%] 2024-07-27T19:44:48.465 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_access_timestamp PASSED [ 16%] 2024-07-27T19:44:48.538 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_modify_timestamp PASSED [ 16%] 2024-07-27T19:44:48.624 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_invalidate_cache PASSED [ 17%] 2024-07-27T19:44:48.701 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_stat PASSED [ 17%] 2024-07-27T19:44:48.773 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_flags PASSED [ 18%] 2024-07-27T19:44:48.852 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_image_auto_close PASSED [ 18%] 2024-07-27T19:44:48.930 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_use_after_close PASSED [ 19%] 2024-07-27T19:44:49.014 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_write PASSED [ 20%] 2024-07-27T19:44:49.095 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_write_with_fadvise_flags PASSED [ 20%] 2024-07-27T19:44:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:48 smithi179 ceph-mon[89801]: pgmap v4560: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 52 KiB/s wr, 560 op/s 2024-07-27T19:44:49.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:48 smithi179 ceph-mon[89801]: osdmap e2338: 8 total, 8 up, 8 in 2024-07-27T19:44:49.215 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_write_zeroes PASSED [ 21%] 2024-07-27T19:44:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:48 smithi029 ceph-mon[96870]: pgmap v4560: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 52 KiB/s wr, 560 op/s 2024-07-27T19:44:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:48 smithi029 ceph-mon[96870]: osdmap e2338: 8 total, 8 up, 8 in 2024-07-27T19:44:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:48 smithi029 ceph-mon[99353]: pgmap v4560: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 52 KiB/s wr, 560 op/s 2024-07-27T19:44:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:48 smithi029 ceph-mon[99353]: osdmap e2338: 8 total, 8 up, 8 in 2024-07-27T19:44:49.301 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_write_zeroes_thick_provision PASSED [ 21%] 2024-07-27T19:44:49.373 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_read PASSED [ 22%] 2024-07-27T19:44:49.450 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_read_with_fadvise_flags PASSED [ 22%] 2024-07-27T19:44:49.580 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_large_write PASSED [ 23%] 2024-07-27T19:44:49.657 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_large_read PASSED [ 23%] 2024-07-27T19:44:49.747 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_write_read PASSED [ 24%] 2024-07-27T19:44:49.819 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_read_bad_offset PASSED [ 24%] 2024-07-27T19:44:49.900 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_resize PASSED [ 25%] 2024-07-27T19:44:49.982 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_resize_allow_shrink_False PASSED [ 25%] 2024-07-27T19:44:50.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:50 smithi179 ceph-mon[89801]: osdmap e2339: 8 total, 8 up, 8 in 2024-07-27T19:44:50.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:50 smithi029 ceph-mon[96870]: osdmap e2339: 8 total, 8 up, 8 in 2024-07-27T19:44:50.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:50 smithi029 ceph-mon[99353]: osdmap e2339: 8 total, 8 up, 8 in 2024-07-27T19:44:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:51 smithi179 ceph-mon[89801]: pgmap v4563: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 58 KiB/s wr, 756 op/s 2024-07-27T19:44:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:51 smithi179 ceph-mon[89801]: osdmap e2340: 8 total, 8 up, 8 in 2024-07-27T19:44:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:51 smithi029 ceph-mon[96870]: pgmap v4563: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 58 KiB/s wr, 756 op/s 2024-07-27T19:44:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:51 smithi029 ceph-mon[96870]: osdmap e2340: 8 total, 8 up, 8 in 2024-07-27T19:44:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:51 smithi029 ceph-mon[99353]: pgmap v4563: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 58 KiB/s wr, 756 op/s 2024-07-27T19:44:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:51 smithi029 ceph-mon[99353]: osdmap e2340: 8 total, 8 up, 8 in 2024-07-27T19:44:52.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:52 smithi179 ceph-mon[89801]: osdmap e2341: 8 total, 8 up, 8 in 2024-07-27T19:44:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:52 smithi029 ceph-mon[96870]: osdmap e2341: 8 total, 8 up, 8 in 2024-07-27T19:44:52.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:52 smithi029 ceph-mon[99353]: osdmap e2341: 8 total, 8 up, 8 in 2024-07-27T19:44:52.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:44:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:44:52] "GET /metrics HTTP/1.1" 200 34241 "" "Prometheus/2.43.0" 2024-07-27T19:44:53.240 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_size PASSED [ 26%] 2024-07-27T19:44:53.340 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_resize_down PASSED [ 27%] 2024-07-27T19:44:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:53 smithi179 ceph-mon[89801]: pgmap v4566: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 768 KiB/s rd, 54 KiB/s wr, 1.07k op/s 2024-07-27T19:44:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:53 smithi179 ceph-mon[89801]: osdmap e2342: 8 total, 8 up, 8 in 2024-07-27T19:44:53.437 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_resize_bytes PASSED [ 27%] 2024-07-27T19:44:53.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:53 smithi029 ceph-mon[96870]: pgmap v4566: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 768 KiB/s rd, 54 KiB/s wr, 1.07k op/s 2024-07-27T19:44:53.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:53 smithi029 ceph-mon[96870]: osdmap e2342: 8 total, 8 up, 8 in 2024-07-27T19:44:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:53 smithi029 ceph-mon[99353]: pgmap v4566: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 768 KiB/s rd, 54 KiB/s wr, 1.07k op/s 2024-07-27T19:44:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:53 smithi029 ceph-mon[99353]: osdmap e2342: 8 total, 8 up, 8 in 2024-07-27T19:44:53.626 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_copy PASSED [ 28%] 2024-07-27T19:44:53.821 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_copy2 PASSED [ 28%] 2024-07-27T19:44:53.895 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_copy3 SKIPPED [ 29%] 2024-07-27T19:44:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:54 smithi029 ceph-mon[96870]: osdmap e2343: 8 total, 8 up, 8 in 2024-07-27T19:44:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:44:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:54 smithi029 ceph-mon[96870]: osdmap e2344: 8 total, 8 up, 8 in 2024-07-27T19:44:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:54 smithi029 ceph-mon[99353]: osdmap e2343: 8 total, 8 up, 8 in 2024-07-27T19:44:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:44:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:54 smithi029 ceph-mon[99353]: osdmap e2344: 8 total, 8 up, 8 in 2024-07-27T19:44:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:54 smithi179 ceph-mon[89801]: osdmap e2343: 8 total, 8 up, 8 in 2024-07-27T19:44:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:44:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:54 smithi179 ceph-mon[89801]: osdmap e2344: 8 total, 8 up, 8 in 2024-07-27T19:44:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:55 smithi029 ceph-mon[96870]: pgmap v4569: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 694 KiB/s rd, 52 KiB/s wr, 960 op/s 2024-07-27T19:44:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:55 smithi029 ceph-mon[99353]: pgmap v4569: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 694 KiB/s rd, 52 KiB/s wr, 960 op/s 2024-07-27T19:44:55.563 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:55 smithi179 ceph-mon[89801]: pgmap v4569: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 694 KiB/s rd, 52 KiB/s wr, 960 op/s 2024-07-27T19:44:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:56 smithi029 ceph-mon[96870]: osdmap e2345: 8 total, 8 up, 8 in 2024-07-27T19:44:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:56 smithi029 ceph-mon[99353]: osdmap e2345: 8 total, 8 up, 8 in 2024-07-27T19:44:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:56 smithi179 ceph-mon[89801]: osdmap e2345: 8 total, 8 up, 8 in 2024-07-27T19:44:57.350 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_deep_copy PASSED [ 29%] 2024-07-27T19:44:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:57 smithi029 ceph-mon[96870]: pgmap v4572: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 447 KiB/s rd, 3.0 MiB/s wr, 613 op/s 2024-07-27T19:44:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:57 smithi029 ceph-mon[96870]: osdmap e2346: 8 total, 8 up, 8 in 2024-07-27T19:44:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:57 smithi029 ceph-mon[99353]: pgmap v4572: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 447 KiB/s rd, 3.0 MiB/s wr, 613 op/s 2024-07-27T19:44:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:57 smithi029 ceph-mon[99353]: osdmap e2346: 8 total, 8 up, 8 in 2024-07-27T19:44:57.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:57 smithi179 ceph-mon[89801]: pgmap v4572: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 447 KiB/s rd, 3.0 MiB/s wr, 613 op/s 2024-07-27T19:44:57.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:57 smithi179 ceph-mon[89801]: osdmap e2346: 8 total, 8 up, 8 in 2024-07-27T19:44:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:58 smithi029 ceph-mon[96870]: osdmap e2347: 8 total, 8 up, 8 in 2024-07-27T19:44:58.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:58 smithi029 ceph-mon[99353]: osdmap e2347: 8 total, 8 up, 8 in 2024-07-27T19:44:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:58 smithi179 ceph-mon[89801]: osdmap e2347: 8 total, 8 up, 8 in 2024-07-27T19:44:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:59 smithi029 ceph-mon[96870]: pgmap v4575: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 427 KiB/s rd, 4.0 MiB/s wr, 607 op/s 2024-07-27T19:44:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:59 smithi029 ceph-mon[96870]: osdmap e2348: 8 total, 8 up, 8 in 2024-07-27T19:44:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:44:59 smithi029 ceph-mon[96870]: osdmap e2349: 8 total, 8 up, 8 in 2024-07-27T19:44:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:59 smithi029 ceph-mon[99353]: pgmap v4575: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 427 KiB/s rd, 4.0 MiB/s wr, 607 op/s 2024-07-27T19:44:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:59 smithi029 ceph-mon[99353]: osdmap e2348: 8 total, 8 up, 8 in 2024-07-27T19:44:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:44:59 smithi029 ceph-mon[99353]: osdmap e2349: 8 total, 8 up, 8 in 2024-07-27T19:44:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:59 smithi179 ceph-mon[89801]: pgmap v4575: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 427 KiB/s rd, 4.0 MiB/s wr, 607 op/s 2024-07-27T19:44:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:59 smithi179 ceph-mon[89801]: osdmap e2348: 8 total, 8 up, 8 in 2024-07-27T19:44:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:44:59 smithi179 ceph-mon[89801]: osdmap e2349: 8 total, 8 up, 8 in 2024-07-27T19:45:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:00 smithi029 ceph-mon[96870]: pgmap v4578: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 279 KiB/s rd, 1.0 MiB/s wr, 403 op/s 2024-07-27T19:45:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:00 smithi029 ceph-mon[96870]: osdmap e2350: 8 total, 8 up, 8 in 2024-07-27T19:45:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:00 smithi029 ceph-mon[99353]: pgmap v4578: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 279 KiB/s rd, 1.0 MiB/s wr, 403 op/s 2024-07-27T19:45:00.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:00 smithi029 ceph-mon[99353]: osdmap e2350: 8 total, 8 up, 8 in 2024-07-27T19:45:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:00 smithi179 ceph-mon[89801]: pgmap v4578: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 279 KiB/s rd, 1.0 MiB/s wr, 403 op/s 2024-07-27T19:45:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:00 smithi179 ceph-mon[89801]: osdmap e2350: 8 total, 8 up, 8 in 2024-07-27T19:45:02.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:02 smithi029 ceph-mon[99353]: osdmap e2351: 8 total, 8 up, 8 in 2024-07-27T19:45:02.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:02 smithi029 ceph-mon[99353]: pgmap v4581: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 191 KiB/s rd, 15 KiB/s wr, 264 op/s 2024-07-27T19:45:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:02 smithi029 ceph-mon[96870]: osdmap e2351: 8 total, 8 up, 8 in 2024-07-27T19:45:02.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:02 smithi029 ceph-mon[96870]: pgmap v4581: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 191 KiB/s rd, 15 KiB/s wr, 264 op/s 2024-07-27T19:45:02.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:45:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:45:02] "GET /metrics HTTP/1.1" 200 36709 "" "Prometheus/2.43.0" 2024-07-27T19:45:02.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:02 smithi179 ceph-mon[89801]: osdmap e2351: 8 total, 8 up, 8 in 2024-07-27T19:45:02.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:02 smithi179 ceph-mon[89801]: pgmap v4581: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 191 KiB/s rd, 15 KiB/s wr, 264 op/s 2024-07-27T19:45:03.299 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_deep_copy_clone_v1_to_v1 PASSED [ 30%] 2024-07-27T19:45:03.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:03 smithi029 ceph-mon[96870]: osdmap e2352: 8 total, 8 up, 8 in 2024-07-27T19:45:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:03 smithi029 ceph-mon[99353]: osdmap e2352: 8 total, 8 up, 8 in 2024-07-27T19:45:03.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:03 smithi179 ceph-mon[89801]: osdmap e2352: 8 total, 8 up, 8 in 2024-07-27T19:45:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:04 smithi029 ceph-mon[99353]: osdmap e2353: 8 total, 8 up, 8 in 2024-07-27T19:45:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:04 smithi029 ceph-mon[99353]: pgmap v4584: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 149 KiB/s rd, 12 KiB/s wr, 205 op/s 2024-07-27T19:45:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:04 smithi029 ceph-mon[99353]: osdmap e2354: 8 total, 8 up, 8 in 2024-07-27T19:45:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:04 smithi029 ceph-mon[96870]: osdmap e2353: 8 total, 8 up, 8 in 2024-07-27T19:45:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:04 smithi029 ceph-mon[96870]: pgmap v4584: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 149 KiB/s rd, 12 KiB/s wr, 205 op/s 2024-07-27T19:45:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:04 smithi029 ceph-mon[96870]: osdmap e2354: 8 total, 8 up, 8 in 2024-07-27T19:45:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:04 smithi179 ceph-mon[89801]: osdmap e2353: 8 total, 8 up, 8 in 2024-07-27T19:45:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:04 smithi179 ceph-mon[89801]: pgmap v4584: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 149 KiB/s rd, 12 KiB/s wr, 205 op/s 2024-07-27T19:45:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:04 smithi179 ceph-mon[89801]: osdmap e2354: 8 total, 8 up, 8 in 2024-07-27T19:45:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:06 smithi029 ceph-mon[96870]: osdmap e2355: 8 total, 8 up, 8 in 2024-07-27T19:45:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:06 smithi029 ceph-mon[96870]: pgmap v4587: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 5.5 KiB/s wr, 90 op/s 2024-07-27T19:45:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:06 smithi029 ceph-mon[99353]: osdmap e2355: 8 total, 8 up, 8 in 2024-07-27T19:45:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:06 smithi029 ceph-mon[99353]: pgmap v4587: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 5.5 KiB/s wr, 90 op/s 2024-07-27T19:45:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:06 smithi179 ceph-mon[89801]: osdmap e2355: 8 total, 8 up, 8 in 2024-07-27T19:45:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:06 smithi179 ceph-mon[89801]: pgmap v4587: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 5.5 KiB/s wr, 90 op/s 2024-07-27T19:45:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:07 smithi029 ceph-mon[96870]: osdmap e2356: 8 total, 8 up, 8 in 2024-07-27T19:45:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:07 smithi029 ceph-mon[99353]: osdmap e2356: 8 total, 8 up, 8 in 2024-07-27T19:45:07.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:07 smithi179 ceph-mon[89801]: osdmap e2356: 8 total, 8 up, 8 in 2024-07-27T19:45:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:08 smithi029 ceph-mon[96870]: osdmap e2357: 8 total, 8 up, 8 in 2024-07-27T19:45:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:08 smithi029 ceph-mon[96870]: pgmap v4590: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 136 KiB/s rd, 12 KiB/s wr, 184 op/s 2024-07-27T19:45:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:08 smithi029 ceph-mon[99353]: osdmap e2357: 8 total, 8 up, 8 in 2024-07-27T19:45:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:08 smithi029 ceph-mon[99353]: pgmap v4590: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 136 KiB/s rd, 12 KiB/s wr, 184 op/s 2024-07-27T19:45:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:08 smithi179 ceph-mon[89801]: osdmap e2357: 8 total, 8 up, 8 in 2024-07-27T19:45:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:08 smithi179 ceph-mon[89801]: pgmap v4590: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 136 KiB/s rd, 12 KiB/s wr, 184 op/s 2024-07-27T19:45:09.250 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_deep_copy_clone_v1_to_v2 PASSED [ 30%] 2024-07-27T19:45:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:09 smithi029 ceph-mon[96870]: osdmap e2358: 8 total, 8 up, 8 in 2024-07-27T19:45:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:45:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:09 smithi029 ceph-mon[96870]: osdmap e2359: 8 total, 8 up, 8 in 2024-07-27T19:45:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:09 smithi029 ceph-mon[99353]: osdmap e2358: 8 total, 8 up, 8 in 2024-07-27T19:45:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:45:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:09 smithi029 ceph-mon[99353]: osdmap e2359: 8 total, 8 up, 8 in 2024-07-27T19:45:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:09 smithi179 ceph-mon[89801]: osdmap e2358: 8 total, 8 up, 8 in 2024-07-27T19:45:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:45:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:09 smithi179 ceph-mon[89801]: osdmap e2359: 8 total, 8 up, 8 in 2024-07-27T19:45:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:10 smithi029 ceph-mon[96870]: pgmap v4593: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 201 KiB/s rd, 16 KiB/s wr, 271 op/s 2024-07-27T19:45:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:10 smithi029 ceph-mon[99353]: pgmap v4593: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 201 KiB/s rd, 16 KiB/s wr, 271 op/s 2024-07-27T19:45:10.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:10 smithi179 ceph-mon[89801]: pgmap v4593: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 201 KiB/s rd, 16 KiB/s wr, 271 op/s 2024-07-27T19:45:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:11 smithi029 ceph-mon[96870]: osdmap e2360: 8 total, 8 up, 8 in 2024-07-27T19:45:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:11 smithi029 ceph-mon[99353]: osdmap e2360: 8 total, 8 up, 8 in 2024-07-27T19:45:11.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:11 smithi179 ceph-mon[89801]: osdmap e2360: 8 total, 8 up, 8 in 2024-07-27T19:45:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:12 smithi029 ceph-mon[96870]: osdmap e2361: 8 total, 8 up, 8 in 2024-07-27T19:45:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:12 smithi029 ceph-mon[96870]: pgmap v4596: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 124 KiB/s rd, 11 KiB/s wr, 173 op/s 2024-07-27T19:45:12.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:12 smithi029 ceph-mon[99353]: osdmap e2361: 8 total, 8 up, 8 in 2024-07-27T19:45:12.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:12 smithi029 ceph-mon[99353]: pgmap v4596: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 124 KiB/s rd, 11 KiB/s wr, 173 op/s 2024-07-27T19:45:12.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:45:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:45:12] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:45:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:12 smithi179 ceph-mon[89801]: osdmap e2361: 8 total, 8 up, 8 in 2024-07-27T19:45:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:12 smithi179 ceph-mon[89801]: pgmap v4596: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 124 KiB/s rd, 11 KiB/s wr, 173 op/s 2024-07-27T19:45:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:13 smithi029 ceph-mon[96870]: osdmap e2362: 8 total, 8 up, 8 in 2024-07-27T19:45:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:13 smithi029 ceph-mon[99353]: osdmap e2362: 8 total, 8 up, 8 in 2024-07-27T19:45:13.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:13 smithi179 ceph-mon[89801]: osdmap e2362: 8 total, 8 up, 8 in 2024-07-27T19:45:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:14 smithi179 ceph-mon[89801]: osdmap e2363: 8 total, 8 up, 8 in 2024-07-27T19:45:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:14 smithi179 ceph-mon[89801]: pgmap v4599: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 99 KiB/s rd, 10 KiB/s wr, 139 op/s 2024-07-27T19:45:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:14 smithi179 ceph-mon[89801]: osdmap e2364: 8 total, 8 up, 8 in 2024-07-27T19:45:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:14 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "125.13", "id": [3, 4]}]: dispatch 2024-07-27T19:45:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:14 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "125.13", "id": [3, 4]}]: dispatch 2024-07-27T19:45:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:14 smithi029 ceph-mon[96870]: osdmap e2363: 8 total, 8 up, 8 in 2024-07-27T19:45:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:14 smithi029 ceph-mon[96870]: pgmap v4599: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 99 KiB/s rd, 10 KiB/s wr, 139 op/s 2024-07-27T19:45:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:14 smithi029 ceph-mon[96870]: osdmap e2364: 8 total, 8 up, 8 in 2024-07-27T19:45:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:14 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "125.13", "id": [3, 4]}]: dispatch 2024-07-27T19:45:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:14 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "125.13", "id": [3, 4]}]: dispatch 2024-07-27T19:45:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:14 smithi029 ceph-mon[99353]: osdmap e2363: 8 total, 8 up, 8 in 2024-07-27T19:45:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:14 smithi029 ceph-mon[99353]: pgmap v4599: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 99 KiB/s rd, 10 KiB/s wr, 139 op/s 2024-07-27T19:45:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:14 smithi029 ceph-mon[99353]: osdmap e2364: 8 total, 8 up, 8 in 2024-07-27T19:45:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:14 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "125.13", "id": [3, 4]}]: dispatch 2024-07-27T19:45:14.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:14 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "125.13", "id": [3, 4]}]: dispatch 2024-07-27T19:45:15.233 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_deep_copy_clone_v2_to_v1 PASSED [ 31%] 2024-07-27T19:45:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:16 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "125.13", "id": [3, 4]}]': finished 2024-07-27T19:45:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:16 smithi179 ceph-mon[89801]: osdmap e2365: 8 total, 8 up, 8 in 2024-07-27T19:45:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:16 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "125.13", "id": [3, 4]}]': finished 2024-07-27T19:45:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:16 smithi029 ceph-mon[96870]: osdmap e2365: 8 total, 8 up, 8 in 2024-07-27T19:45:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:16 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "125.13", "id": [3, 4]}]': finished 2024-07-27T19:45:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:16 smithi029 ceph-mon[99353]: osdmap e2365: 8 total, 8 up, 8 in 2024-07-27T19:45:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:17 smithi179 ceph-mon[89801]: pgmap v4602: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 125 KiB/s rd, 5.5 KiB/s wr, 159 op/s 2024-07-27T19:45:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:17 smithi179 ceph-mon[89801]: osdmap e2366: 8 total, 8 up, 8 in 2024-07-27T19:45:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:17 smithi029 ceph-mon[96870]: pgmap v4602: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 125 KiB/s rd, 5.5 KiB/s wr, 159 op/s 2024-07-27T19:45:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:17 smithi029 ceph-mon[96870]: osdmap e2366: 8 total, 8 up, 8 in 2024-07-27T19:45:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:17 smithi029 ceph-mon[99353]: pgmap v4602: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 125 KiB/s rd, 5.5 KiB/s wr, 159 op/s 2024-07-27T19:45:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:17 smithi029 ceph-mon[99353]: osdmap e2366: 8 total, 8 up, 8 in 2024-07-27T19:45:18.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:18 smithi179 ceph-mon[89801]: osdmap e2367: 8 total, 8 up, 8 in 2024-07-27T19:45:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:18 smithi029 ceph-mon[96870]: osdmap e2367: 8 total, 8 up, 8 in 2024-07-27T19:45:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:18 smithi029 ceph-mon[99353]: osdmap e2367: 8 total, 8 up, 8 in 2024-07-27T19:45:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:19 smithi179 ceph-mon[89801]: pgmap v4605: 137 pgs: 1 peering, 136 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 186 KiB/s rd, 11 KiB/s wr, 244 op/s 2024-07-27T19:45:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:19 smithi179 ceph-mon[89801]: osdmap e2368: 8 total, 8 up, 8 in 2024-07-27T19:45:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:19 smithi179 ceph-mon[89801]: osdmap e2369: 8 total, 8 up, 8 in 2024-07-27T19:45:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:19 smithi029 ceph-mon[96870]: pgmap v4605: 137 pgs: 1 peering, 136 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 186 KiB/s rd, 11 KiB/s wr, 244 op/s 2024-07-27T19:45:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:19 smithi029 ceph-mon[96870]: osdmap e2368: 8 total, 8 up, 8 in 2024-07-27T19:45:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:19 smithi029 ceph-mon[96870]: osdmap e2369: 8 total, 8 up, 8 in 2024-07-27T19:45:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:19 smithi029 ceph-mon[99353]: pgmap v4605: 137 pgs: 1 peering, 136 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 186 KiB/s rd, 11 KiB/s wr, 244 op/s 2024-07-27T19:45:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:19 smithi029 ceph-mon[99353]: osdmap e2368: 8 total, 8 up, 8 in 2024-07-27T19:45:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:19 smithi029 ceph-mon[99353]: osdmap e2369: 8 total, 8 up, 8 in 2024-07-27T19:45:21.264 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_deep_copy_clone_v2_to_v2 PASSED [ 31%] 2024-07-27T19:45:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:21 smithi029 ceph-mon[96870]: pgmap v4608: 137 pgs: 1 peering, 136 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 161 KiB/s rd, 14 KiB/s wr, 223 op/s 2024-07-27T19:45:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:21 smithi029 ceph-mon[96870]: osdmap e2370: 8 total, 8 up, 8 in 2024-07-27T19:45:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:21 smithi029 ceph-mon[99353]: pgmap v4608: 137 pgs: 1 peering, 136 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 161 KiB/s rd, 14 KiB/s wr, 223 op/s 2024-07-27T19:45:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:21 smithi029 ceph-mon[99353]: osdmap e2370: 8 total, 8 up, 8 in 2024-07-27T19:45:21.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:21 smithi179 ceph-mon[89801]: pgmap v4608: 137 pgs: 1 peering, 136 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 161 KiB/s rd, 14 KiB/s wr, 223 op/s 2024-07-27T19:45:21.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:21 smithi179 ceph-mon[89801]: osdmap e2370: 8 total, 8 up, 8 in 2024-07-27T19:45:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:22 smithi029 ceph-mon[96870]: osdmap e2371: 8 total, 8 up, 8 in 2024-07-27T19:45:22.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:22 smithi029 ceph-mon[99353]: osdmap e2371: 8 total, 8 up, 8 in 2024-07-27T19:45:22.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:45:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:45:22] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:45:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:22 smithi179 ceph-mon[89801]: osdmap e2371: 8 total, 8 up, 8 in 2024-07-27T19:45:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:23 smithi029 ceph-mon[96870]: pgmap v4611: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 158 KiB/s rd, 15 KiB/s wr, 213 op/s; 0 B/s, 1 objects/s recovering 2024-07-27T19:45:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:23 smithi029 ceph-mon[96870]: osdmap e2372: 8 total, 8 up, 8 in 2024-07-27T19:45:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:23 smithi029 ceph-mon[99353]: pgmap v4611: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 158 KiB/s rd, 15 KiB/s wr, 213 op/s; 0 B/s, 1 objects/s recovering 2024-07-27T19:45:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:23 smithi029 ceph-mon[99353]: osdmap e2372: 8 total, 8 up, 8 in 2024-07-27T19:45:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:23 smithi179 ceph-mon[89801]: pgmap v4611: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 158 KiB/s rd, 15 KiB/s wr, 213 op/s; 0 B/s, 1 objects/s recovering 2024-07-27T19:45:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:23 smithi179 ceph-mon[89801]: osdmap e2372: 8 total, 8 up, 8 in 2024-07-27T19:45:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:24 smithi029 ceph-mon[96870]: osdmap e2373: 8 total, 8 up, 8 in 2024-07-27T19:45:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:45:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:24 smithi029 ceph-mon[96870]: osdmap e2374: 8 total, 8 up, 8 in 2024-07-27T19:45:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:24 smithi029 ceph-mon[99353]: osdmap e2373: 8 total, 8 up, 8 in 2024-07-27T19:45:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:45:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:24 smithi029 ceph-mon[99353]: osdmap e2374: 8 total, 8 up, 8 in 2024-07-27T19:45:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:24 smithi179 ceph-mon[89801]: osdmap e2373: 8 total, 8 up, 8 in 2024-07-27T19:45:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:45:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:24 smithi179 ceph-mon[89801]: osdmap e2374: 8 total, 8 up, 8 in 2024-07-27T19:45:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:25 smithi029 ceph-mon[96870]: pgmap v4614: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 151 KiB/s rd, 12 KiB/s wr, 203 op/s; 0 B/s, 1 objects/s recovering 2024-07-27T19:45:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:25 smithi029 ceph-mon[99353]: pgmap v4614: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 151 KiB/s rd, 12 KiB/s wr, 203 op/s; 0 B/s, 1 objects/s recovering 2024-07-27T19:45:25.563 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:25 smithi179 ceph-mon[89801]: pgmap v4614: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 151 KiB/s rd, 12 KiB/s wr, 203 op/s; 0 B/s, 1 objects/s recovering 2024-07-27T19:45:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:26 smithi029 ceph-mon[96870]: osdmap e2375: 8 total, 8 up, 8 in 2024-07-27T19:45:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:26 smithi029 ceph-mon[99353]: osdmap e2375: 8 total, 8 up, 8 in 2024-07-27T19:45:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:26 smithi179 ceph-mon[89801]: osdmap e2375: 8 total, 8 up, 8 in 2024-07-27T19:45:27.306 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_deep_copy_clone_v1_flatten PASSED [ 32%] 2024-07-27T19:45:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:27 smithi029 ceph-mon[96870]: pgmap v4617: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 79 KiB/s rd, 5.5 KiB/s wr, 111 op/s 2024-07-27T19:45:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:27 smithi029 ceph-mon[96870]: osdmap e2376: 8 total, 8 up, 8 in 2024-07-27T19:45:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:27 smithi029 ceph-mon[99353]: pgmap v4617: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 79 KiB/s rd, 5.5 KiB/s wr, 111 op/s 2024-07-27T19:45:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:27 smithi029 ceph-mon[99353]: osdmap e2376: 8 total, 8 up, 8 in 2024-07-27T19:45:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:27 smithi179 ceph-mon[89801]: pgmap v4617: 137 pgs: 137 active+clean; 4.6 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 79 KiB/s rd, 5.5 KiB/s wr, 111 op/s 2024-07-27T19:45:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:27 smithi179 ceph-mon[89801]: osdmap e2376: 8 total, 8 up, 8 in 2024-07-27T19:45:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:28 smithi029 ceph-mon[96870]: osdmap e2377: 8 total, 8 up, 8 in 2024-07-27T19:45:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:28 smithi029 ceph-mon[96870]: pgmap v4620: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 96 KiB/s rd, 11 KiB/s wr, 136 op/s 2024-07-27T19:45:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:28 smithi029 ceph-mon[99353]: osdmap e2377: 8 total, 8 up, 8 in 2024-07-27T19:45:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:28 smithi029 ceph-mon[99353]: pgmap v4620: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 96 KiB/s rd, 11 KiB/s wr, 136 op/s 2024-07-27T19:45:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:28 smithi179 ceph-mon[89801]: osdmap e2377: 8 total, 8 up, 8 in 2024-07-27T19:45:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:28 smithi179 ceph-mon[89801]: pgmap v4620: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 96 KiB/s rd, 11 KiB/s wr, 136 op/s 2024-07-27T19:45:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:29 smithi029 ceph-mon[99353]: osdmap e2378: 8 total, 8 up, 8 in 2024-07-27T19:45:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:29 smithi029 ceph-mon[99353]: osdmap e2379: 8 total, 8 up, 8 in 2024-07-27T19:45:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:29 smithi029 ceph-mon[96870]: osdmap e2378: 8 total, 8 up, 8 in 2024-07-27T19:45:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:29 smithi029 ceph-mon[96870]: osdmap e2379: 8 total, 8 up, 8 in 2024-07-27T19:45:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:29 smithi179 ceph-mon[89801]: osdmap e2378: 8 total, 8 up, 8 in 2024-07-27T19:45:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:29 smithi179 ceph-mon[89801]: osdmap e2379: 8 total, 8 up, 8 in 2024-07-27T19:45:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:31 smithi179 ceph-mon[89801]: pgmap v4623: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 142 KiB/s rd, 2.0 MiB/s wr, 197 op/s 2024-07-27T19:45:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:31 smithi179 ceph-mon[89801]: osdmap e2380: 8 total, 8 up, 8 in 2024-07-27T19:45:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:31 smithi029 ceph-mon[99353]: pgmap v4623: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 142 KiB/s rd, 2.0 MiB/s wr, 197 op/s 2024-07-27T19:45:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:31 smithi029 ceph-mon[99353]: osdmap e2380: 8 total, 8 up, 8 in 2024-07-27T19:45:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:31 smithi029 ceph-mon[96870]: pgmap v4623: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 142 KiB/s rd, 2.0 MiB/s wr, 197 op/s 2024-07-27T19:45:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:31 smithi029 ceph-mon[96870]: osdmap e2380: 8 total, 8 up, 8 in 2024-07-27T19:45:32.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:32 smithi179 ceph-mon[89801]: osdmap e2381: 8 total, 8 up, 8 in 2024-07-27T19:45:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:32 smithi029 ceph-mon[96870]: osdmap e2381: 8 total, 8 up, 8 in 2024-07-27T19:45:32.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:32 smithi029 ceph-mon[99353]: osdmap e2381: 8 total, 8 up, 8 in 2024-07-27T19:45:32.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:45:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:45:32] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:45:33.267 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_deep_copy_clone_v2_flatten PASSED [ 32%] 2024-07-27T19:45:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:33 smithi179 ceph-mon[89801]: pgmap v4626: 137 pgs: 137 active+clean; 13 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 133 KiB/s rd, 4.0 MiB/s wr, 186 op/s 2024-07-27T19:45:33.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:33 smithi179 ceph-mon[89801]: osdmap e2382: 8 total, 8 up, 8 in 2024-07-27T19:45:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:33 smithi029 ceph-mon[96870]: pgmap v4626: 137 pgs: 137 active+clean; 13 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 133 KiB/s rd, 4.0 MiB/s wr, 186 op/s 2024-07-27T19:45:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:33 smithi029 ceph-mon[96870]: osdmap e2382: 8 total, 8 up, 8 in 2024-07-27T19:45:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:33 smithi029 ceph-mon[99353]: pgmap v4626: 137 pgs: 137 active+clean; 13 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 133 KiB/s rd, 4.0 MiB/s wr, 186 op/s 2024-07-27T19:45:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:33 smithi029 ceph-mon[99353]: osdmap e2382: 8 total, 8 up, 8 in 2024-07-27T19:45:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:34 smithi029 ceph-mon[96870]: osdmap e2383: 8 total, 8 up, 8 in 2024-07-27T19:45:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:34 smithi029 ceph-mon[96870]: osdmap e2384: 8 total, 8 up, 8 in 2024-07-27T19:45:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:34 smithi029 ceph-mon[99353]: osdmap e2383: 8 total, 8 up, 8 in 2024-07-27T19:45:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:34 smithi029 ceph-mon[99353]: osdmap e2384: 8 total, 8 up, 8 in 2024-07-27T19:45:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:34 smithi179 ceph-mon[89801]: osdmap e2383: 8 total, 8 up, 8 in 2024-07-27T19:45:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:34 smithi179 ceph-mon[89801]: osdmap e2384: 8 total, 8 up, 8 in 2024-07-27T19:45:35.276 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_create_snap PASSED [ 33%] 2024-07-27T19:45:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:35 smithi029 ceph-mon[96870]: pgmap v4629: 137 pgs: 137 active+clean; 13 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 86 KiB/s rd, 2.0 MiB/s wr, 120 op/s 2024-07-27T19:45:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:35 smithi029 ceph-mon[99353]: pgmap v4629: 137 pgs: 137 active+clean; 13 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 86 KiB/s rd, 2.0 MiB/s wr, 120 op/s 2024-07-27T19:45:35.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:35 smithi179 ceph-mon[89801]: pgmap v4629: 137 pgs: 137 active+clean; 13 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 86 KiB/s rd, 2.0 MiB/s wr, 120 op/s 2024-07-27T19:45:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:36 smithi029 ceph-mon[96870]: osdmap e2385: 8 total, 8 up, 8 in 2024-07-27T19:45:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:36 smithi029 ceph-mon[99353]: osdmap e2385: 8 total, 8 up, 8 in 2024-07-27T19:45:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:36 smithi179 ceph-mon[89801]: osdmap e2385: 8 total, 8 up, 8 in 2024-07-27T19:45:37.284 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_create_snap_exists PASSED [ 34%] 2024-07-27T19:45:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:37 smithi029 ceph-mon[96870]: pgmap v4632: 137 pgs: 137 active+clean; 13 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 77 KiB/s rd, 8.7 KiB/s wr, 107 op/s 2024-07-27T19:45:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:37 smithi029 ceph-mon[96870]: osdmap e2386: 8 total, 8 up, 8 in 2024-07-27T19:45:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:37 smithi029 ceph-mon[99353]: pgmap v4632: 137 pgs: 137 active+clean; 13 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 77 KiB/s rd, 8.7 KiB/s wr, 107 op/s 2024-07-27T19:45:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:37 smithi029 ceph-mon[99353]: osdmap e2386: 8 total, 8 up, 8 in 2024-07-27T19:45:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:37 smithi179 ceph-mon[89801]: pgmap v4632: 137 pgs: 137 active+clean; 13 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 77 KiB/s rd, 8.7 KiB/s wr, 107 op/s 2024-07-27T19:45:37.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:37 smithi179 ceph-mon[89801]: osdmap e2386: 8 total, 8 up, 8 in 2024-07-27T19:45:38.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:38 smithi029 ceph-mon[96870]: osdmap e2387: 8 total, 8 up, 8 in 2024-07-27T19:45:38.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:38 smithi029 ceph-mon[99353]: osdmap e2387: 8 total, 8 up, 8 in 2024-07-27T19:45:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:38 smithi179 ceph-mon[89801]: osdmap e2387: 8 total, 8 up, 8 in 2024-07-27T19:45:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:39 smithi029 ceph-mon[96870]: pgmap v4635: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 108 KiB/s rd, 12 KiB/s wr, 159 op/s 2024-07-27T19:45:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:39 smithi029 ceph-mon[96870]: osdmap e2388: 8 total, 8 up, 8 in 2024-07-27T19:45:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:45:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:39 smithi029 ceph-mon[96870]: osdmap e2389: 8 total, 8 up, 8 in 2024-07-27T19:45:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:39 smithi029 ceph-mon[99353]: pgmap v4635: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 108 KiB/s rd, 12 KiB/s wr, 159 op/s 2024-07-27T19:45:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:39 smithi029 ceph-mon[99353]: osdmap e2388: 8 total, 8 up, 8 in 2024-07-27T19:45:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:45:39.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:39 smithi029 ceph-mon[99353]: osdmap e2389: 8 total, 8 up, 8 in 2024-07-27T19:45:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:39 smithi179 ceph-mon[89801]: pgmap v4635: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 108 KiB/s rd, 12 KiB/s wr, 159 op/s 2024-07-27T19:45:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:39 smithi179 ceph-mon[89801]: osdmap e2388: 8 total, 8 up, 8 in 2024-07-27T19:45:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:45:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:39 smithi179 ceph-mon[89801]: osdmap e2389: 8 total, 8 up, 8 in 2024-07-27T19:45:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:41 smithi179 ceph-mon[89801]: pgmap v4638: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 127 KiB/s rd, 10 KiB/s wr, 179 op/s 2024-07-27T19:45:41.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:41 smithi179 ceph-mon[89801]: osdmap e2390: 8 total, 8 up, 8 in 2024-07-27T19:45:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:41 smithi029 ceph-mon[96870]: pgmap v4638: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 127 KiB/s rd, 10 KiB/s wr, 179 op/s 2024-07-27T19:45:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:41 smithi029 ceph-mon[96870]: osdmap e2390: 8 total, 8 up, 8 in 2024-07-27T19:45:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:41 smithi029 ceph-mon[99353]: pgmap v4638: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 127 KiB/s rd, 10 KiB/s wr, 179 op/s 2024-07-27T19:45:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:41 smithi029 ceph-mon[99353]: osdmap e2390: 8 total, 8 up, 8 in 2024-07-27T19:45:42.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:42 smithi179 ceph-mon[89801]: osdmap e2391: 8 total, 8 up, 8 in 2024-07-27T19:45:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:42 smithi029 ceph-mon[96870]: osdmap e2391: 8 total, 8 up, 8 in 2024-07-27T19:45:42.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:42 smithi029 ceph-mon[99353]: osdmap e2391: 8 total, 8 up, 8 in 2024-07-27T19:45:42.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:45:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:45:42] "GET /metrics HTTP/1.1" 200 36713 "" "Prometheus/2.43.0" 2024-07-27T19:45:43.259 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_create_snap_flags PASSED [ 34%] 2024-07-27T19:45:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:43 smithi179 ceph-mon[89801]: pgmap v4641: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 125 KiB/s rd, 8.7 KiB/s wr, 166 op/s 2024-07-27T19:45:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:43 smithi179 ceph-mon[89801]: osdmap e2392: 8 total, 8 up, 8 in 2024-07-27T19:45:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:43 smithi029 ceph-mon[96870]: pgmap v4641: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 125 KiB/s rd, 8.7 KiB/s wr, 166 op/s 2024-07-27T19:45:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:43 smithi029 ceph-mon[96870]: osdmap e2392: 8 total, 8 up, 8 in 2024-07-27T19:45:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:43 smithi029 ceph-mon[99353]: pgmap v4641: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 125 KiB/s rd, 8.7 KiB/s wr, 166 op/s 2024-07-27T19:45:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:43 smithi029 ceph-mon[99353]: osdmap e2392: 8 total, 8 up, 8 in 2024-07-27T19:45:44.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:44 smithi029 ceph-mon[99353]: osdmap e2393: 8 total, 8 up, 8 in 2024-07-27T19:45:44.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:44 smithi029 ceph-mon[99353]: osdmap e2394: 8 total, 8 up, 8 in 2024-07-27T19:45:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:44 smithi029 ceph-mon[96870]: osdmap e2393: 8 total, 8 up, 8 in 2024-07-27T19:45:44.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:44 smithi029 ceph-mon[96870]: osdmap e2394: 8 total, 8 up, 8 in 2024-07-27T19:45:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:44 smithi179 ceph-mon[89801]: osdmap e2393: 8 total, 8 up, 8 in 2024-07-27T19:45:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:44 smithi179 ceph-mon[89801]: osdmap e2394: 8 total, 8 up, 8 in 2024-07-27T19:45:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:45 smithi029 ceph-mon[99353]: pgmap v4644: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 62 KiB/s rd, 6.5 KiB/s wr, 82 op/s 2024-07-27T19:45:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:45 smithi029 ceph-mon[99353]: osdmap e2395: 8 total, 8 up, 8 in 2024-07-27T19:45:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:45 smithi029 ceph-mon[96870]: pgmap v4644: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 62 KiB/s rd, 6.5 KiB/s wr, 82 op/s 2024-07-27T19:45:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:45 smithi029 ceph-mon[96870]: osdmap e2395: 8 total, 8 up, 8 in 2024-07-27T19:45:45.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:45 smithi179 ceph-mon[89801]: pgmap v4644: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 62 KiB/s rd, 6.5 KiB/s wr, 82 op/s 2024-07-27T19:45:45.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:45 smithi179 ceph-mon[89801]: osdmap e2395: 8 total, 8 up, 8 in 2024-07-27T19:45:46.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:46 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:45:46.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:46 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:45:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:46 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:45:47.277 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_list_snaps PASSED [ 35%] 2024-07-27T19:45:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:47 smithi029 ceph-mon[96870]: pgmap v4647: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:45:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:47 smithi029 ceph-mon[96870]: osdmap e2396: 8 total, 8 up, 8 in 2024-07-27T19:45:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:45:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:45:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:47 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:45:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:47 smithi029 ceph-mon[99353]: pgmap v4647: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:45:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:47 smithi029 ceph-mon[99353]: osdmap e2396: 8 total, 8 up, 8 in 2024-07-27T19:45:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:45:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:45:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:47 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:45:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:47 smithi179 ceph-mon[89801]: pgmap v4647: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:45:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:47 smithi179 ceph-mon[89801]: osdmap e2396: 8 total, 8 up, 8 in 2024-07-27T19:45:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:45:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:45:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:47 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:45:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:48 smithi029 ceph-mon[96870]: osdmap e2397: 8 total, 8 up, 8 in 2024-07-27T19:45:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:48 smithi029 ceph-mon[99353]: osdmap e2397: 8 total, 8 up, 8 in 2024-07-27T19:45:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:48 smithi179 ceph-mon[89801]: osdmap e2397: 8 total, 8 up, 8 in 2024-07-27T19:45:49.242 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_list_snaps_iterator_auto_close PASSED [ 35%] 2024-07-27T19:45:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:49 smithi029 ceph-mon[96870]: pgmap v4650: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 5.7 KiB/s wr, 86 op/s 2024-07-27T19:45:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:49 smithi029 ceph-mon[96870]: osdmap e2398: 8 total, 8 up, 8 in 2024-07-27T19:45:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:49 smithi029 ceph-mon[96870]: osdmap e2399: 8 total, 8 up, 8 in 2024-07-27T19:45:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:49 smithi029 ceph-mon[99353]: pgmap v4650: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 5.7 KiB/s wr, 86 op/s 2024-07-27T19:45:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:49 smithi029 ceph-mon[99353]: osdmap e2398: 8 total, 8 up, 8 in 2024-07-27T19:45:49.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:49 smithi029 ceph-mon[99353]: osdmap e2399: 8 total, 8 up, 8 in 2024-07-27T19:45:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:49 smithi179 ceph-mon[89801]: pgmap v4650: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 64 KiB/s rd, 5.7 KiB/s wr, 86 op/s 2024-07-27T19:45:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:49 smithi179 ceph-mon[89801]: osdmap e2398: 8 total, 8 up, 8 in 2024-07-27T19:45:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:49 smithi179 ceph-mon[89801]: osdmap e2399: 8 total, 8 up, 8 in 2024-07-27T19:45:51.294 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_remove_snap PASSED [ 36%] 2024-07-27T19:45:51.369 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_remove_snap_not_found PASSED [ 36%] 2024-07-27T19:45:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:51 smithi029 ceph-mon[96870]: pgmap v4653: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 6.0 KiB/s wr, 95 op/s 2024-07-27T19:45:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:51 smithi029 ceph-mon[96870]: osdmap e2400: 8 total, 8 up, 8 in 2024-07-27T19:45:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:51 smithi029 ceph-mon[99353]: pgmap v4653: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 6.0 KiB/s wr, 95 op/s 2024-07-27T19:45:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:51 smithi029 ceph-mon[99353]: osdmap e2400: 8 total, 8 up, 8 in 2024-07-27T19:45:51.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:51 smithi179 ceph-mon[89801]: pgmap v4653: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 6.0 KiB/s wr, 95 op/s 2024-07-27T19:45:51.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:51 smithi179 ceph-mon[89801]: osdmap e2400: 8 total, 8 up, 8 in 2024-07-27T19:45:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:52 smithi029 ceph-mon[96870]: osdmap e2401: 8 total, 8 up, 8 in 2024-07-27T19:45:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:52 smithi029 ceph-mon[96870]: pgmap v4656: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 73 KiB/s rd, 6.0 KiB/s wr, 101 op/s 2024-07-27T19:45:52.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:52 smithi029 ceph-mon[99353]: osdmap e2401: 8 total, 8 up, 8 in 2024-07-27T19:45:52.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:52 smithi029 ceph-mon[99353]: pgmap v4656: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 73 KiB/s rd, 6.0 KiB/s wr, 101 op/s 2024-07-27T19:45:52.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:45:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:45:52] "GET /metrics HTTP/1.1" 200 36713 "" "Prometheus/2.43.0" 2024-07-27T19:45:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:52 smithi179 ceph-mon[89801]: osdmap e2401: 8 total, 8 up, 8 in 2024-07-27T19:45:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:52 smithi179 ceph-mon[89801]: pgmap v4656: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 73 KiB/s rd, 6.0 KiB/s wr, 101 op/s 2024-07-27T19:45:53.301 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_remove_snap2 PASSED [ 37%] 2024-07-27T19:45:53.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:53 smithi029 ceph-mon[96870]: osdmap e2402: 8 total, 8 up, 8 in 2024-07-27T19:45:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:53 smithi029 ceph-mon[99353]: osdmap e2402: 8 total, 8 up, 8 in 2024-07-27T19:45:53.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:53 smithi179 ceph-mon[89801]: osdmap e2402: 8 total, 8 up, 8 in 2024-07-27T19:45:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:54 smithi029 ceph-mon[99353]: osdmap e2403: 8 total, 8 up, 8 in 2024-07-27T19:45:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:45:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:54 smithi029 ceph-mon[99353]: pgmap v4659: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 123 KiB/s rd, 8.5 KiB/s wr, 167 op/s 2024-07-27T19:45:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:54 smithi029 ceph-mon[99353]: osdmap e2404: 8 total, 8 up, 8 in 2024-07-27T19:45:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:54 smithi029 ceph-mon[96870]: osdmap e2403: 8 total, 8 up, 8 in 2024-07-27T19:45:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:45:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:54 smithi029 ceph-mon[96870]: pgmap v4659: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 123 KiB/s rd, 8.5 KiB/s wr, 167 op/s 2024-07-27T19:45:54.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:54 smithi029 ceph-mon[96870]: osdmap e2404: 8 total, 8 up, 8 in 2024-07-27T19:45:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:54 smithi179 ceph-mon[89801]: osdmap e2403: 8 total, 8 up, 8 in 2024-07-27T19:45:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:45:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:54 smithi179 ceph-mon[89801]: pgmap v4659: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 123 KiB/s rd, 8.5 KiB/s wr, 167 op/s 2024-07-27T19:45:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:54 smithi179 ceph-mon[89801]: osdmap e2404: 8 total, 8 up, 8 in 2024-07-27T19:45:55.250 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_remove_snap_by_id PASSED [ 37%] 2024-07-27T19:45:56.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:56 smithi179 ceph-mon[89801]: osdmap e2405: 8 total, 8 up, 8 in 2024-07-27T19:45:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:56 smithi029 ceph-mon[96870]: osdmap e2405: 8 total, 8 up, 8 in 2024-07-27T19:45:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:56 smithi029 ceph-mon[99353]: osdmap e2405: 8 total, 8 up, 8 in 2024-07-27T19:45:57.250 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_rename_snap PASSED [ 38%] 2024-07-27T19:45:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:57 smithi029 ceph-mon[96870]: pgmap v4662: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 87 KiB/s rd, 4.2 KiB/s wr, 121 op/s 2024-07-27T19:45:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:57 smithi029 ceph-mon[96870]: osdmap e2406: 8 total, 8 up, 8 in 2024-07-27T19:45:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:57 smithi029 ceph-mon[99353]: pgmap v4662: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 87 KiB/s rd, 4.2 KiB/s wr, 121 op/s 2024-07-27T19:45:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:57 smithi029 ceph-mon[99353]: osdmap e2406: 8 total, 8 up, 8 in 2024-07-27T19:45:57.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:57 smithi179 ceph-mon[89801]: pgmap v4662: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 87 KiB/s rd, 4.2 KiB/s wr, 121 op/s 2024-07-27T19:45:57.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:57 smithi179 ceph-mon[89801]: osdmap e2406: 8 total, 8 up, 8 in 2024-07-27T19:45:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:58 smithi029 ceph-mon[96870]: osdmap e2407: 8 total, 8 up, 8 in 2024-07-27T19:45:58.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:58 smithi029 ceph-mon[99353]: osdmap e2407: 8 total, 8 up, 8 in 2024-07-27T19:45:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:58 smithi179 ceph-mon[89801]: osdmap e2407: 8 total, 8 up, 8 in 2024-07-27T19:45:59.251 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_protect_snap PASSED [ 38%] 2024-07-27T19:45:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:59 smithi029 ceph-mon[96870]: pgmap v4665: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 119 KiB/s rd, 11 KiB/s wr, 164 op/s 2024-07-27T19:45:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:59 smithi029 ceph-mon[96870]: osdmap e2408: 8 total, 8 up, 8 in 2024-07-27T19:45:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:45:59 smithi029 ceph-mon[96870]: osdmap e2409: 8 total, 8 up, 8 in 2024-07-27T19:45:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:59 smithi029 ceph-mon[99353]: pgmap v4665: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 119 KiB/s rd, 11 KiB/s wr, 164 op/s 2024-07-27T19:45:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:59 smithi029 ceph-mon[99353]: osdmap e2408: 8 total, 8 up, 8 in 2024-07-27T19:45:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:45:59 smithi029 ceph-mon[99353]: osdmap e2409: 8 total, 8 up, 8 in 2024-07-27T19:45:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:59 smithi179 ceph-mon[89801]: pgmap v4665: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 119 KiB/s rd, 11 KiB/s wr, 164 op/s 2024-07-27T19:45:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:59 smithi179 ceph-mon[89801]: osdmap e2408: 8 total, 8 up, 8 in 2024-07-27T19:45:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:45:59 smithi179 ceph-mon[89801]: osdmap e2409: 8 total, 8 up, 8 in 2024-07-27T19:46:01.272 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_snap_exists PASSED [ 39%] 2024-07-27T19:46:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:01 smithi029 ceph-mon[96870]: pgmap v4668: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 149 KiB/s rd, 13 KiB/s wr, 202 op/s 2024-07-27T19:46:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:01 smithi029 ceph-mon[96870]: osdmap e2410: 8 total, 8 up, 8 in 2024-07-27T19:46:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:01 smithi029 ceph-mon[99353]: pgmap v4668: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 149 KiB/s rd, 13 KiB/s wr, 202 op/s 2024-07-27T19:46:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:01 smithi029 ceph-mon[99353]: osdmap e2410: 8 total, 8 up, 8 in 2024-07-27T19:46:01.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:01 smithi179 ceph-mon[89801]: pgmap v4668: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 149 KiB/s rd, 13 KiB/s wr, 202 op/s 2024-07-27T19:46:01.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:01 smithi179 ceph-mon[89801]: osdmap e2410: 8 total, 8 up, 8 in 2024-07-27T19:46:02.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:02 smithi029 ceph-mon[96870]: osdmap e2411: 8 total, 8 up, 8 in 2024-07-27T19:46:02.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:02 smithi029 ceph-mon[99353]: osdmap e2411: 8 total, 8 up, 8 in 2024-07-27T19:46:02.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:46:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:46:02] "GET /metrics HTTP/1.1" 200 36717 "" "Prometheus/2.43.0" 2024-07-27T19:46:02.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:02 smithi179 ceph-mon[89801]: osdmap e2411: 8 total, 8 up, 8 in 2024-07-27T19:46:03.289 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_snap_timestamp PASSED [ 40%] 2024-07-27T19:46:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:03 smithi029 ceph-mon[96870]: pgmap v4671: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 73 KiB/s rd, 6.7 KiB/s wr, 105 op/s 2024-07-27T19:46:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:03 smithi029 ceph-mon[96870]: osdmap e2412: 8 total, 8 up, 8 in 2024-07-27T19:46:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:03 smithi029 ceph-mon[99353]: pgmap v4671: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 73 KiB/s rd, 6.7 KiB/s wr, 105 op/s 2024-07-27T19:46:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:03 smithi029 ceph-mon[99353]: osdmap e2412: 8 total, 8 up, 8 in 2024-07-27T19:46:03.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:03 smithi179 ceph-mon[89801]: pgmap v4671: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 73 KiB/s rd, 6.7 KiB/s wr, 105 op/s 2024-07-27T19:46:03.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:03 smithi179 ceph-mon[89801]: osdmap e2412: 8 total, 8 up, 8 in 2024-07-27T19:46:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:04 smithi029 ceph-mon[96870]: osdmap e2413: 8 total, 8 up, 8 in 2024-07-27T19:46:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:04 smithi029 ceph-mon[96870]: osdmap e2414: 8 total, 8 up, 8 in 2024-07-27T19:46:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:04 smithi029 ceph-mon[99353]: osdmap e2413: 8 total, 8 up, 8 in 2024-07-27T19:46:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:04 smithi029 ceph-mon[99353]: osdmap e2414: 8 total, 8 up, 8 in 2024-07-27T19:46:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:04 smithi179 ceph-mon[89801]: osdmap e2413: 8 total, 8 up, 8 in 2024-07-27T19:46:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:04 smithi179 ceph-mon[89801]: osdmap e2414: 8 total, 8 up, 8 in 2024-07-27T19:46:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:05 smithi029 ceph-mon[96870]: pgmap v4674: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 86 KiB/s rd, 5.7 KiB/s wr, 121 op/s 2024-07-27T19:46:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:05 smithi029 ceph-mon[96870]: osdmap e2415: 8 total, 8 up, 8 in 2024-07-27T19:46:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:05 smithi029 ceph-mon[99353]: pgmap v4674: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 86 KiB/s rd, 5.7 KiB/s wr, 121 op/s 2024-07-27T19:46:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:05 smithi029 ceph-mon[99353]: osdmap e2415: 8 total, 8 up, 8 in 2024-07-27T19:46:05.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:05 smithi179 ceph-mon[89801]: pgmap v4674: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 86 KiB/s rd, 5.7 KiB/s wr, 121 op/s 2024-07-27T19:46:05.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:05 smithi179 ceph-mon[89801]: osdmap e2415: 8 total, 8 up, 8 in 2024-07-27T19:46:07.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:07 smithi179 ceph-mon[89801]: pgmap v4677: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 100 KiB/s rd, 3.2 KiB/s wr, 130 op/s 2024-07-27T19:46:07.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:07 smithi179 ceph-mon[89801]: osdmap e2416: 8 total, 8 up, 8 in 2024-07-27T19:46:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:07 smithi029 ceph-mon[96870]: pgmap v4677: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 100 KiB/s rd, 3.2 KiB/s wr, 130 op/s 2024-07-27T19:46:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:07 smithi029 ceph-mon[96870]: osdmap e2416: 8 total, 8 up, 8 in 2024-07-27T19:46:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:07 smithi029 ceph-mon[99353]: pgmap v4677: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 100 KiB/s rd, 3.2 KiB/s wr, 130 op/s 2024-07-27T19:46:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:07 smithi029 ceph-mon[99353]: osdmap e2416: 8 total, 8 up, 8 in 2024-07-27T19:46:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:08 smithi029 ceph-mon[96870]: osdmap e2417: 8 total, 8 up, 8 in 2024-07-27T19:46:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:08 smithi029 ceph-mon[99353]: osdmap e2417: 8 total, 8 up, 8 in 2024-07-27T19:46:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:08 smithi179 ceph-mon[89801]: osdmap e2417: 8 total, 8 up, 8 in 2024-07-27T19:46:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:09 smithi029 ceph-mon[96870]: pgmap v4680: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 93 KiB/s rd, 6.7 KiB/s wr, 124 op/s 2024-07-27T19:46:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:09 smithi029 ceph-mon[96870]: osdmap e2418: 8 total, 8 up, 8 in 2024-07-27T19:46:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:46:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:09 smithi029 ceph-mon[96870]: osdmap e2419: 8 total, 8 up, 8 in 2024-07-27T19:46:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:09 smithi029 ceph-mon[99353]: pgmap v4680: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 93 KiB/s rd, 6.7 KiB/s wr, 124 op/s 2024-07-27T19:46:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:09 smithi029 ceph-mon[99353]: osdmap e2418: 8 total, 8 up, 8 in 2024-07-27T19:46:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:46:09.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:09 smithi029 ceph-mon[99353]: osdmap e2419: 8 total, 8 up, 8 in 2024-07-27T19:46:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:09 smithi179 ceph-mon[89801]: pgmap v4680: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 93 KiB/s rd, 6.7 KiB/s wr, 124 op/s 2024-07-27T19:46:09.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:09 smithi179 ceph-mon[89801]: osdmap e2418: 8 total, 8 up, 8 in 2024-07-27T19:46:09.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:46:09.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:09 smithi179 ceph-mon[89801]: osdmap e2419: 8 total, 8 up, 8 in 2024-07-27T19:46:11.265 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_limit_snaps PASSED [ 40%] 2024-07-27T19:46:11.358 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_remove_with_exclusive_lock PASSED [ 41%] 2024-07-27T19:46:11.432 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_remove_with_snap SKIPPED [ 41%] 2024-07-27T19:46:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:11 smithi029 ceph-mon[96870]: pgmap v4683: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 6.7 KiB/s wr, 94 op/s 2024-07-27T19:46:11.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:11 smithi029 ceph-mon[96870]: osdmap e2420: 8 total, 8 up, 8 in 2024-07-27T19:46:11.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:11 smithi029 ceph-mon[99353]: pgmap v4683: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 6.7 KiB/s wr, 94 op/s 2024-07-27T19:46:11.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:11 smithi029 ceph-mon[99353]: osdmap e2420: 8 total, 8 up, 8 in 2024-07-27T19:46:11.502 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_remove_with_watcher SKIPPED [ 42%] 2024-07-27T19:46:11.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:11 smithi179 ceph-mon[89801]: pgmap v4683: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 6.7 KiB/s wr, 94 op/s 2024-07-27T19:46:11.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:11 smithi179 ceph-mon[89801]: osdmap e2420: 8 total, 8 up, 8 in 2024-07-27T19:46:12.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:12 smithi029 ceph-mon[99353]: osdmap e2421: 8 total, 8 up, 8 in 2024-07-27T19:46:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:12 smithi029 ceph-mon[96870]: osdmap e2421: 8 total, 8 up, 8 in 2024-07-27T19:46:12.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:46:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:46:12] "GET /metrics HTTP/1.1" 200 36712 "" "Prometheus/2.43.0" 2024-07-27T19:46:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:12 smithi179 ceph-mon[89801]: osdmap e2421: 8 total, 8 up, 8 in 2024-07-27T19:46:13.291 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_rollback_to_snap PASSED [ 42%] 2024-07-27T19:46:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:13 smithi029 ceph-mon[99353]: pgmap v4686: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2024-07-27T19:46:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:13 smithi029 ceph-mon[99353]: osdmap e2422: 8 total, 8 up, 8 in 2024-07-27T19:46:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:13 smithi029 ceph-mon[96870]: pgmap v4686: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2024-07-27T19:46:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:13 smithi029 ceph-mon[96870]: osdmap e2422: 8 total, 8 up, 8 in 2024-07-27T19:46:13.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:13 smithi179 ceph-mon[89801]: pgmap v4686: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2024-07-27T19:46:13.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:13 smithi179 ceph-mon[89801]: osdmap e2422: 8 total, 8 up, 8 in 2024-07-27T19:46:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:14 smithi029 ceph-mon[96870]: osdmap e2423: 8 total, 8 up, 8 in 2024-07-27T19:46:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:14 smithi029 ceph-mon[96870]: osdmap e2424: 8 total, 8 up, 8 in 2024-07-27T19:46:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:14 smithi029 ceph-mon[99353]: osdmap e2423: 8 total, 8 up, 8 in 2024-07-27T19:46:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:14 smithi029 ceph-mon[99353]: osdmap e2424: 8 total, 8 up, 8 in 2024-07-27T19:46:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:14 smithi179 ceph-mon[89801]: osdmap e2423: 8 total, 8 up, 8 in 2024-07-27T19:46:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:14 smithi179 ceph-mon[89801]: osdmap e2424: 8 total, 8 up, 8 in 2024-07-27T19:46:15.293 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_rollback_to_snap_sparse PASSED [ 43%] 2024-07-27T19:46:15.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:15 smithi029 ceph-mon[96870]: pgmap v4689: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 86 KiB/s rd, 4.7 KiB/s wr, 118 op/s 2024-07-27T19:46:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:15 smithi029 ceph-mon[99353]: pgmap v4689: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 86 KiB/s rd, 4.7 KiB/s wr, 118 op/s 2024-07-27T19:46:15.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:15 smithi179 ceph-mon[89801]: pgmap v4689: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 86 KiB/s rd, 4.7 KiB/s wr, 118 op/s 2024-07-27T19:46:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:16 smithi029 ceph-mon[96870]: osdmap e2425: 8 total, 8 up, 8 in 2024-07-27T19:46:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:16 smithi029 ceph-mon[96870]: pgmap v4692: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 174 KiB/s rd, 11 KiB/s wr, 242 op/s 2024-07-27T19:46:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:16 smithi029 ceph-mon[99353]: osdmap e2425: 8 total, 8 up, 8 in 2024-07-27T19:46:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:16 smithi029 ceph-mon[99353]: pgmap v4692: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 174 KiB/s rd, 11 KiB/s wr, 242 op/s 2024-07-27T19:46:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:16 smithi179 ceph-mon[89801]: osdmap e2425: 8 total, 8 up, 8 in 2024-07-27T19:46:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:16 smithi179 ceph-mon[89801]: pgmap v4692: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 174 KiB/s rd, 11 KiB/s wr, 242 op/s 2024-07-27T19:46:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:17 smithi029 ceph-mon[96870]: osdmap e2426: 8 total, 8 up, 8 in 2024-07-27T19:46:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:17 smithi029 ceph-mon[99353]: osdmap e2426: 8 total, 8 up, 8 in 2024-07-27T19:46:17.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:17 smithi179 ceph-mon[89801]: osdmap e2426: 8 total, 8 up, 8 in 2024-07-27T19:46:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:18 smithi029 ceph-mon[96870]: osdmap e2427: 8 total, 8 up, 8 in 2024-07-27T19:46:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:18 smithi029 ceph-mon[96870]: pgmap v4695: 137 pgs: 137 active+clean; 8.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 147 KiB/s rd, 16 KiB/s wr, 212 op/s 2024-07-27T19:46:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:18 smithi029 ceph-mon[99353]: osdmap e2427: 8 total, 8 up, 8 in 2024-07-27T19:46:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:18 smithi029 ceph-mon[99353]: pgmap v4695: 137 pgs: 137 active+clean; 8.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 147 KiB/s rd, 16 KiB/s wr, 212 op/s 2024-07-27T19:46:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:18 smithi179 ceph-mon[89801]: osdmap e2427: 8 total, 8 up, 8 in 2024-07-27T19:46:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:18 smithi179 ceph-mon[89801]: pgmap v4695: 137 pgs: 137 active+clean; 8.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 147 KiB/s rd, 16 KiB/s wr, 212 op/s 2024-07-27T19:46:19.263 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_rollback_with_resize PASSED [ 43%] 2024-07-27T19:46:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:19 smithi029 ceph-mon[96870]: osdmap e2428: 8 total, 8 up, 8 in 2024-07-27T19:46:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:19 smithi029 ceph-mon[96870]: osdmap e2429: 8 total, 8 up, 8 in 2024-07-27T19:46:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:19 smithi029 ceph-mon[99353]: osdmap e2428: 8 total, 8 up, 8 in 2024-07-27T19:46:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:19 smithi029 ceph-mon[99353]: osdmap e2429: 8 total, 8 up, 8 in 2024-07-27T19:46:19.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:19 smithi179 ceph-mon[89801]: osdmap e2428: 8 total, 8 up, 8 in 2024-07-27T19:46:19.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:19 smithi179 ceph-mon[89801]: osdmap e2429: 8 total, 8 up, 8 in 2024-07-27T19:46:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:20 smithi029 ceph-mon[96870]: pgmap v4698: 137 pgs: 137 active+clean; 8.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 129 KiB/s rd, 14 KiB/s wr, 177 op/s 2024-07-27T19:46:20.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:20 smithi029 ceph-mon[99353]: pgmap v4698: 137 pgs: 137 active+clean; 8.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 129 KiB/s rd, 14 KiB/s wr, 177 op/s 2024-07-27T19:46:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:20 smithi179 ceph-mon[89801]: pgmap v4698: 137 pgs: 137 active+clean; 8.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 129 KiB/s rd, 14 KiB/s wr, 177 op/s 2024-07-27T19:46:21.327 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_set_snap PASSED [ 44%] 2024-07-27T19:46:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:21 smithi029 ceph-mon[96870]: osdmap e2430: 8 total, 8 up, 8 in 2024-07-27T19:46:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:21 smithi029 ceph-mon[99353]: osdmap e2430: 8 total, 8 up, 8 in 2024-07-27T19:46:21.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:21 smithi179 ceph-mon[89801]: osdmap e2430: 8 total, 8 up, 8 in 2024-07-27T19:46:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:22 smithi029 ceph-mon[96870]: osdmap e2431: 8 total, 8 up, 8 in 2024-07-27T19:46:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:22 smithi029 ceph-mon[96870]: pgmap v4701: 137 pgs: 137 active+clean; 8.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 94 KiB/s rd, 13 KiB/s wr, 133 op/s 2024-07-27T19:46:22.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:22 smithi029 ceph-mon[99353]: osdmap e2431: 8 total, 8 up, 8 in 2024-07-27T19:46:22.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:22 smithi029 ceph-mon[99353]: pgmap v4701: 137 pgs: 137 active+clean; 8.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 94 KiB/s rd, 13 KiB/s wr, 133 op/s 2024-07-27T19:46:22.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:46:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:46:22] "GET /metrics HTTP/1.1" 200 36712 "" "Prometheus/2.43.0" 2024-07-27T19:46:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:22 smithi179 ceph-mon[89801]: osdmap e2431: 8 total, 8 up, 8 in 2024-07-27T19:46:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:22 smithi179 ceph-mon[89801]: pgmap v4701: 137 pgs: 137 active+clean; 8.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 94 KiB/s rd, 13 KiB/s wr, 133 op/s 2024-07-27T19:46:23.350 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_set_no_snap PASSED [ 44%] 2024-07-27T19:46:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:23 smithi029 ceph-mon[96870]: osdmap e2432: 8 total, 8 up, 8 in 2024-07-27T19:46:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:23 smithi029 ceph-mon[99353]: osdmap e2432: 8 total, 8 up, 8 in 2024-07-27T19:46:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:23 smithi179 ceph-mon[89801]: osdmap e2432: 8 total, 8 up, 8 in 2024-07-27T19:46:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:24 smithi179 ceph-mon[89801]: osdmap e2433: 8 total, 8 up, 8 in 2024-07-27T19:46:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:46:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:24 smithi179 ceph-mon[89801]: pgmap v4704: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 13 KiB/s wr, 130 op/s 2024-07-27T19:46:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:24 smithi179 ceph-mon[89801]: osdmap e2434: 8 total, 8 up, 8 in 2024-07-27T19:46:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:24 smithi029 ceph-mon[96870]: osdmap e2433: 8 total, 8 up, 8 in 2024-07-27T19:46:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:46:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:24 smithi029 ceph-mon[96870]: pgmap v4704: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 13 KiB/s wr, 130 op/s 2024-07-27T19:46:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:24 smithi029 ceph-mon[96870]: osdmap e2434: 8 total, 8 up, 8 in 2024-07-27T19:46:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:24 smithi029 ceph-mon[99353]: osdmap e2433: 8 total, 8 up, 8 in 2024-07-27T19:46:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:46:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:24 smithi029 ceph-mon[99353]: pgmap v4704: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 13 KiB/s wr, 130 op/s 2024-07-27T19:46:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:24 smithi029 ceph-mon[99353]: osdmap e2434: 8 total, 8 up, 8 in 2024-07-27T19:46:25.257 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_set_snap_by_id PASSED [ 45%] 2024-07-27T19:46:26.464 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:26 smithi179 ceph-mon[89801]: osdmap e2435: 8 total, 8 up, 8 in 2024-07-27T19:46:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:26 smithi029 ceph-mon[96870]: osdmap e2435: 8 total, 8 up, 8 in 2024-07-27T19:46:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:26 smithi029 ceph-mon[99353]: osdmap e2435: 8 total, 8 up, 8 in 2024-07-27T19:46:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:27 smithi029 ceph-mon[96870]: pgmap v4707: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 5.5 KiB/s wr, 99 op/s 2024-07-27T19:46:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:27 smithi029 ceph-mon[96870]: osdmap e2436: 8 total, 8 up, 8 in 2024-07-27T19:46:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:27 smithi029 ceph-mon[99353]: pgmap v4707: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 5.5 KiB/s wr, 99 op/s 2024-07-27T19:46:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:27 smithi029 ceph-mon[99353]: osdmap e2436: 8 total, 8 up, 8 in 2024-07-27T19:46:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:27 smithi179 ceph-mon[89801]: pgmap v4707: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 5.5 KiB/s wr, 99 op/s 2024-07-27T19:46:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:27 smithi179 ceph-mon[89801]: osdmap e2436: 8 total, 8 up, 8 in 2024-07-27T19:46:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:28 smithi029 ceph-mon[96870]: osdmap e2437: 8 total, 8 up, 8 in 2024-07-27T19:46:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:28 smithi029 ceph-mon[99353]: osdmap e2437: 8 total, 8 up, 8 in 2024-07-27T19:46:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:28 smithi179 ceph-mon[89801]: osdmap e2437: 8 total, 8 up, 8 in 2024-07-27T19:46:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:29 smithi029 ceph-mon[96870]: pgmap v4710: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 79 KiB/s rd, 12 KiB/s wr, 121 op/s 2024-07-27T19:46:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:29 smithi029 ceph-mon[96870]: osdmap e2438: 8 total, 8 up, 8 in 2024-07-27T19:46:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:29 smithi029 ceph-mon[96870]: osdmap e2439: 8 total, 8 up, 8 in 2024-07-27T19:46:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:29 smithi029 ceph-mon[99353]: pgmap v4710: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 79 KiB/s rd, 12 KiB/s wr, 121 op/s 2024-07-27T19:46:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:29 smithi029 ceph-mon[99353]: osdmap e2438: 8 total, 8 up, 8 in 2024-07-27T19:46:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:29 smithi029 ceph-mon[99353]: osdmap e2439: 8 total, 8 up, 8 in 2024-07-27T19:46:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:29 smithi179 ceph-mon[89801]: pgmap v4710: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 79 KiB/s rd, 12 KiB/s wr, 121 op/s 2024-07-27T19:46:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:29 smithi179 ceph-mon[89801]: osdmap e2438: 8 total, 8 up, 8 in 2024-07-27T19:46:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:29 smithi179 ceph-mon[89801]: osdmap e2439: 8 total, 8 up, 8 in 2024-07-27T19:46:31.291 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_snap_get_name PASSED [ 45%] 2024-07-27T19:46:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:31 smithi029 ceph-mon[96870]: pgmap v4713: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 16 KiB/s wr, 191 op/s 2024-07-27T19:46:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:31 smithi029 ceph-mon[96870]: osdmap e2440: 8 total, 8 up, 8 in 2024-07-27T19:46:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:31 smithi029 ceph-mon[99353]: pgmap v4713: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 16 KiB/s wr, 191 op/s 2024-07-27T19:46:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:31 smithi029 ceph-mon[99353]: osdmap e2440: 8 total, 8 up, 8 in 2024-07-27T19:46:31.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:31 smithi179 ceph-mon[89801]: pgmap v4713: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 134 KiB/s rd, 16 KiB/s wr, 191 op/s 2024-07-27T19:46:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:31 smithi179 ceph-mon[89801]: osdmap e2440: 8 total, 8 up, 8 in 2024-07-27T19:46:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:32 smithi029 ceph-mon[96870]: osdmap e2441: 8 total, 8 up, 8 in 2024-07-27T19:46:32.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:32 smithi029 ceph-mon[99353]: osdmap e2441: 8 total, 8 up, 8 in 2024-07-27T19:46:32.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:46:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:46:32] "GET /metrics HTTP/1.1" 200 36711 "" "Prometheus/2.43.0" 2024-07-27T19:46:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:32 smithi179 ceph-mon[89801]: osdmap e2441: 8 total, 8 up, 8 in 2024-07-27T19:46:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:33 smithi029 ceph-mon[96870]: pgmap v4716: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 62 KiB/s rd, 5.2 KiB/s wr, 82 op/s 2024-07-27T19:46:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:33 smithi029 ceph-mon[96870]: osdmap e2442: 8 total, 8 up, 8 in 2024-07-27T19:46:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:33 smithi029 ceph-mon[99353]: pgmap v4716: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 62 KiB/s rd, 5.2 KiB/s wr, 82 op/s 2024-07-27T19:46:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:33 smithi029 ceph-mon[99353]: osdmap e2442: 8 total, 8 up, 8 in 2024-07-27T19:46:33.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:33 smithi179 ceph-mon[89801]: pgmap v4716: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 62 KiB/s rd, 5.2 KiB/s wr, 82 op/s 2024-07-27T19:46:33.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:33 smithi179 ceph-mon[89801]: osdmap e2442: 8 total, 8 up, 8 in 2024-07-27T19:46:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:34 smithi029 ceph-mon[96870]: osdmap e2443: 8 total, 8 up, 8 in 2024-07-27T19:46:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:34 smithi029 ceph-mon[96870]: pgmap v4719: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 1023 B/s wr, 20 op/s 2024-07-27T19:46:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:34 smithi029 ceph-mon[96870]: osdmap e2444: 8 total, 8 up, 8 in 2024-07-27T19:46:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:34 smithi029 ceph-mon[99353]: osdmap e2443: 8 total, 8 up, 8 in 2024-07-27T19:46:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:34 smithi029 ceph-mon[99353]: pgmap v4719: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 1023 B/s wr, 20 op/s 2024-07-27T19:46:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:34 smithi029 ceph-mon[99353]: osdmap e2444: 8 total, 8 up, 8 in 2024-07-27T19:46:34.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:34 smithi179 ceph-mon[89801]: osdmap e2443: 8 total, 8 up, 8 in 2024-07-27T19:46:34.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:34 smithi179 ceph-mon[89801]: pgmap v4719: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 1023 B/s wr, 20 op/s 2024-07-27T19:46:34.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:34 smithi179 ceph-mon[89801]: osdmap e2444: 8 total, 8 up, 8 in 2024-07-27T19:46:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:36 smithi029 ceph-mon[96870]: osdmap e2445: 8 total, 8 up, 8 in 2024-07-27T19:46:36.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:36 smithi029 ceph-mon[99353]: osdmap e2445: 8 total, 8 up, 8 in 2024-07-27T19:46:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:36 smithi179 ceph-mon[89801]: osdmap e2445: 8 total, 8 up, 8 in 2024-07-27T19:46:37.269 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_snap_get_id PASSED [ 46%] 2024-07-27T19:46:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:37 smithi029 ceph-mon[96870]: pgmap v4722: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 60 KiB/s rd, 3.5 KiB/s wr, 80 op/s 2024-07-27T19:46:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:37 smithi029 ceph-mon[96870]: osdmap e2446: 8 total, 8 up, 8 in 2024-07-27T19:46:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:37 smithi029 ceph-mon[99353]: pgmap v4722: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 60 KiB/s rd, 3.5 KiB/s wr, 80 op/s 2024-07-27T19:46:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:37 smithi029 ceph-mon[99353]: osdmap e2446: 8 total, 8 up, 8 in 2024-07-27T19:46:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:37 smithi179 ceph-mon[89801]: pgmap v4722: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 60 KiB/s rd, 3.5 KiB/s wr, 80 op/s 2024-07-27T19:46:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:37 smithi179 ceph-mon[89801]: osdmap e2446: 8 total, 8 up, 8 in 2024-07-27T19:46:38.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:38 smithi029 ceph-mon[96870]: osdmap e2447: 8 total, 8 up, 8 in 2024-07-27T19:46:38.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:38 smithi029 ceph-mon[99353]: osdmap e2447: 8 total, 8 up, 8 in 2024-07-27T19:46:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:38 smithi179 ceph-mon[89801]: osdmap e2447: 8 total, 8 up, 8 in 2024-07-27T19:46:39.254 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_set_snap_sparse PASSED [ 47%] 2024-07-27T19:46:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:39 smithi029 ceph-mon[96870]: pgmap v4725: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 4.2 KiB/s wr, 70 op/s 2024-07-27T19:46:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:39 smithi029 ceph-mon[96870]: osdmap e2448: 8 total, 8 up, 8 in 2024-07-27T19:46:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:46:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:39 smithi029 ceph-mon[96870]: osdmap e2449: 8 total, 8 up, 8 in 2024-07-27T19:46:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:39 smithi029 ceph-mon[99353]: pgmap v4725: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 4.2 KiB/s wr, 70 op/s 2024-07-27T19:46:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:39 smithi029 ceph-mon[99353]: osdmap e2448: 8 total, 8 up, 8 in 2024-07-27T19:46:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:46:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:39 smithi029 ceph-mon[99353]: osdmap e2449: 8 total, 8 up, 8 in 2024-07-27T19:46:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:39 smithi179 ceph-mon[89801]: pgmap v4725: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 50 KiB/s rd, 4.2 KiB/s wr, 70 op/s 2024-07-27T19:46:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:39 smithi179 ceph-mon[89801]: osdmap e2448: 8 total, 8 up, 8 in 2024-07-27T19:46:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:46:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:39 smithi179 ceph-mon[89801]: osdmap e2449: 8 total, 8 up, 8 in 2024-07-27T19:46:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:41 smithi029 ceph-mon[96870]: pgmap v4728: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 7.2 KiB/s wr, 105 op/s 2024-07-27T19:46:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:41 smithi029 ceph-mon[96870]: osdmap e2450: 8 total, 8 up, 8 in 2024-07-27T19:46:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:41 smithi029 ceph-mon[99353]: pgmap v4728: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 7.2 KiB/s wr, 105 op/s 2024-07-27T19:46:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:41 smithi029 ceph-mon[99353]: osdmap e2450: 8 total, 8 up, 8 in 2024-07-27T19:46:41.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:41 smithi179 ceph-mon[89801]: pgmap v4728: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 75 KiB/s rd, 7.2 KiB/s wr, 105 op/s 2024-07-27T19:46:41.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:41 smithi179 ceph-mon[89801]: osdmap e2450: 8 total, 8 up, 8 in 2024-07-27T19:46:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:42 smithi029 ceph-mon[96870]: osdmap e2451: 8 total, 8 up, 8 in 2024-07-27T19:46:42.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:42 smithi029 ceph-mon[99353]: osdmap e2451: 8 total, 8 up, 8 in 2024-07-27T19:46:42.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:46:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:46:42] "GET /metrics HTTP/1.1" 200 36711 "" "Prometheus/2.43.0" 2024-07-27T19:46:42.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:42 smithi179 ceph-mon[89801]: osdmap e2451: 8 total, 8 up, 8 in 2024-07-27T19:46:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:43 smithi029 ceph-mon[99353]: pgmap v4731: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 88 KiB/s rd, 8.5 KiB/s wr, 121 op/s 2024-07-27T19:46:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:43 smithi029 ceph-mon[99353]: osdmap e2452: 8 total, 8 up, 8 in 2024-07-27T19:46:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:43 smithi029 ceph-mon[96870]: pgmap v4731: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 88 KiB/s rd, 8.5 KiB/s wr, 121 op/s 2024-07-27T19:46:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:43 smithi029 ceph-mon[96870]: osdmap e2452: 8 total, 8 up, 8 in 2024-07-27T19:46:43.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:43 smithi179 ceph-mon[89801]: pgmap v4731: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 88 KiB/s rd, 8.5 KiB/s wr, 121 op/s 2024-07-27T19:46:43.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:43 smithi179 ceph-mon[89801]: osdmap e2452: 8 total, 8 up, 8 in 2024-07-27T19:46:44.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:44 smithi029 ceph-mon[99353]: osdmap e2453: 8 total, 8 up, 8 in 2024-07-27T19:46:44.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:44 smithi029 ceph-mon[99353]: osdmap e2454: 8 total, 8 up, 8 in 2024-07-27T19:46:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:44 smithi029 ceph-mon[96870]: osdmap e2453: 8 total, 8 up, 8 in 2024-07-27T19:46:44.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:44 smithi029 ceph-mon[96870]: osdmap e2454: 8 total, 8 up, 8 in 2024-07-27T19:46:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:44 smithi179 ceph-mon[89801]: osdmap e2453: 8 total, 8 up, 8 in 2024-07-27T19:46:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:44 smithi179 ceph-mon[89801]: osdmap e2454: 8 total, 8 up, 8 in 2024-07-27T19:46:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:45 smithi029 ceph-mon[96870]: pgmap v4734: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 52 KiB/s rd, 5.5 KiB/s wr, 69 op/s 2024-07-27T19:46:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:45 smithi029 ceph-mon[96870]: osdmap e2455: 8 total, 8 up, 8 in 2024-07-27T19:46:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:45 smithi029 ceph-mon[99353]: pgmap v4734: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 52 KiB/s rd, 5.5 KiB/s wr, 69 op/s 2024-07-27T19:46:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:45 smithi029 ceph-mon[99353]: osdmap e2455: 8 total, 8 up, 8 in 2024-07-27T19:46:45.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:45 smithi179 ceph-mon[89801]: pgmap v4734: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 52 KiB/s rd, 5.5 KiB/s wr, 69 op/s 2024-07-27T19:46:45.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:45 smithi179 ceph-mon[89801]: osdmap e2455: 8 total, 8 up, 8 in 2024-07-27T19:46:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:47 smithi029 ceph-mon[96870]: pgmap v4737: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 41 KiB/s rd, 4.0 KiB/s wr, 57 op/s 2024-07-27T19:46:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:47 smithi029 ceph-mon[96870]: osdmap e2456: 8 total, 8 up, 8 in 2024-07-27T19:46:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:46:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:46:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:46:47.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:47 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:46:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:47 smithi029 ceph-mon[99353]: pgmap v4737: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 41 KiB/s rd, 4.0 KiB/s wr, 57 op/s 2024-07-27T19:46:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:47 smithi029 ceph-mon[99353]: osdmap e2456: 8 total, 8 up, 8 in 2024-07-27T19:46:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:46:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:46:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:46:47.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:47 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:46:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:47 smithi179 ceph-mon[89801]: pgmap v4737: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 41 KiB/s rd, 4.0 KiB/s wr, 57 op/s 2024-07-27T19:46:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:47 smithi179 ceph-mon[89801]: osdmap e2456: 8 total, 8 up, 8 in 2024-07-27T19:46:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:46:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:46:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:46:47.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:47 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:46:48.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:48 smithi029 ceph-mon[96870]: osdmap e2457: 8 total, 8 up, 8 in 2024-07-27T19:46:48.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:48 smithi029 ceph-mon[99353]: osdmap e2457: 8 total, 8 up, 8 in 2024-07-27T19:46:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:48 smithi179 ceph-mon[89801]: osdmap e2457: 8 total, 8 up, 8 in 2024-07-27T19:46:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:49 smithi029 ceph-mon[96870]: pgmap v4740: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 59 KiB/s rd, 4.7 KiB/s wr, 81 op/s 2024-07-27T19:46:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:49 smithi029 ceph-mon[96870]: osdmap e2458: 8 total, 8 up, 8 in 2024-07-27T19:46:49.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:49 smithi029 ceph-mon[96870]: osdmap e2459: 8 total, 8 up, 8 in 2024-07-27T19:46:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:49 smithi029 ceph-mon[99353]: pgmap v4740: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 59 KiB/s rd, 4.7 KiB/s wr, 81 op/s 2024-07-27T19:46:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:49 smithi029 ceph-mon[99353]: osdmap e2458: 8 total, 8 up, 8 in 2024-07-27T19:46:49.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:49 smithi029 ceph-mon[99353]: osdmap e2459: 8 total, 8 up, 8 in 2024-07-27T19:46:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:49 smithi179 ceph-mon[89801]: pgmap v4740: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 59 KiB/s rd, 4.7 KiB/s wr, 81 op/s 2024-07-27T19:46:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:49 smithi179 ceph-mon[89801]: osdmap e2458: 8 total, 8 up, 8 in 2024-07-27T19:46:49.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:49 smithi179 ceph-mon[89801]: osdmap e2459: 8 total, 8 up, 8 in 2024-07-27T19:46:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:51 smithi029 ceph-mon[99353]: pgmap v4743: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 3.7 KiB/s wr, 72 op/s 2024-07-27T19:46:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:51 smithi029 ceph-mon[99353]: osdmap e2460: 8 total, 8 up, 8 in 2024-07-27T19:46:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:51 smithi029 ceph-mon[96870]: pgmap v4743: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 3.7 KiB/s wr, 72 op/s 2024-07-27T19:46:51.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:51 smithi029 ceph-mon[96870]: osdmap e2460: 8 total, 8 up, 8 in 2024-07-27T19:46:51.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:51 smithi179 ceph-mon[89801]: pgmap v4743: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 55 KiB/s rd, 3.7 KiB/s wr, 72 op/s 2024-07-27T19:46:51.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:51 smithi179 ceph-mon[89801]: osdmap e2460: 8 total, 8 up, 8 in 2024-07-27T19:46:52.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:52 smithi029 ceph-mon[96870]: osdmap e2461: 8 total, 8 up, 8 in 2024-07-27T19:46:52.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:52 smithi029 ceph-mon[99353]: osdmap e2461: 8 total, 8 up, 8 in 2024-07-27T19:46:52.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:46:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:46:52] "GET /metrics HTTP/1.1" 200 36711 "" "Prometheus/2.43.0" 2024-07-27T19:46:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:52 smithi179 ceph-mon[89801]: osdmap e2461: 8 total, 8 up, 8 in 2024-07-27T19:46:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:53 smithi029 ceph-mon[99353]: pgmap v4746: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 3.7 KiB/s wr, 114 op/s 2024-07-27T19:46:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:53 smithi029 ceph-mon[99353]: osdmap e2462: 8 total, 8 up, 8 in 2024-07-27T19:46:53.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:53 smithi029 ceph-mon[96870]: pgmap v4746: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 3.7 KiB/s wr, 114 op/s 2024-07-27T19:46:53.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:53 smithi029 ceph-mon[96870]: osdmap e2462: 8 total, 8 up, 8 in 2024-07-27T19:46:53.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:53 smithi179 ceph-mon[89801]: pgmap v4746: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 85 KiB/s rd, 3.7 KiB/s wr, 114 op/s 2024-07-27T19:46:53.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:53 smithi179 ceph-mon[89801]: osdmap e2462: 8 total, 8 up, 8 in 2024-07-27T19:46:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:54 smithi029 ceph-mon[96870]: osdmap e2463: 8 total, 8 up, 8 in 2024-07-27T19:46:54.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:46:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:54 smithi029 ceph-mon[99353]: osdmap e2463: 8 total, 8 up, 8 in 2024-07-27T19:46:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:46:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:54 smithi179 ceph-mon[89801]: osdmap e2463: 8 total, 8 up, 8 in 2024-07-27T19:46:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:46:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:55 smithi029 ceph-mon[96870]: pgmap v4749: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 82 KiB/s rd, 4.0 KiB/s wr, 111 op/s 2024-07-27T19:46:55.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:55 smithi029 ceph-mon[96870]: osdmap e2464: 8 total, 8 up, 8 in 2024-07-27T19:46:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:55 smithi029 ceph-mon[99353]: pgmap v4749: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 82 KiB/s rd, 4.0 KiB/s wr, 111 op/s 2024-07-27T19:46:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:55 smithi029 ceph-mon[99353]: osdmap e2464: 8 total, 8 up, 8 in 2024-07-27T19:46:55.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:55 smithi179 ceph-mon[89801]: pgmap v4749: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 82 KiB/s rd, 4.0 KiB/s wr, 111 op/s 2024-07-27T19:46:55.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:55 smithi179 ceph-mon[89801]: osdmap e2464: 8 total, 8 up, 8 in 2024-07-27T19:46:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:56 smithi029 ceph-mon[96870]: osdmap e2465: 8 total, 8 up, 8 in 2024-07-27T19:46:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:56 smithi029 ceph-mon[96870]: pgmap v4752: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:46:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:56 smithi029 ceph-mon[99353]: osdmap e2465: 8 total, 8 up, 8 in 2024-07-27T19:46:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:56 smithi029 ceph-mon[99353]: pgmap v4752: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:46:56.564 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:56 smithi179 ceph-mon[89801]: osdmap e2465: 8 total, 8 up, 8 in 2024-07-27T19:46:56.564 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:56 smithi179 ceph-mon[89801]: pgmap v4752: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:46:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:57 smithi029 ceph-mon[96870]: osdmap e2466: 8 total, 8 up, 8 in 2024-07-27T19:46:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:57 smithi029 ceph-mon[99353]: osdmap e2466: 8 total, 8 up, 8 in 2024-07-27T19:46:57.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:57 smithi179 ceph-mon[89801]: osdmap e2466: 8 total, 8 up, 8 in 2024-07-27T19:46:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:58 smithi029 ceph-mon[96870]: osdmap e2467: 8 total, 8 up, 8 in 2024-07-27T19:46:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:58 smithi029 ceph-mon[96870]: pgmap v4755: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 120 KiB/s rd, 3.0 KiB/s wr, 159 op/s 2024-07-27T19:46:58.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:58 smithi029 ceph-mon[99353]: osdmap e2467: 8 total, 8 up, 8 in 2024-07-27T19:46:58.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:58 smithi029 ceph-mon[99353]: pgmap v4755: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 120 KiB/s rd, 3.0 KiB/s wr, 159 op/s 2024-07-27T19:46:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:58 smithi179 ceph-mon[89801]: osdmap e2467: 8 total, 8 up, 8 in 2024-07-27T19:46:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:58 smithi179 ceph-mon[89801]: pgmap v4755: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 120 KiB/s rd, 3.0 KiB/s wr, 159 op/s 2024-07-27T19:46:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:46:59 smithi029 ceph-mon[96870]: osdmap e2468: 8 total, 8 up, 8 in 2024-07-27T19:46:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:46:59 smithi029 ceph-mon[99353]: osdmap e2468: 8 total, 8 up, 8 in 2024-07-27T19:46:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:46:59 smithi179 ceph-mon[89801]: osdmap e2468: 8 total, 8 up, 8 in 2024-07-27T19:47:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:00 smithi029 ceph-mon[96870]: osdmap e2469: 8 total, 8 up, 8 in 2024-07-27T19:47:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:00 smithi029 ceph-mon[96870]: pgmap v4758: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 120 KiB/s rd, 3.5 KiB/s wr, 159 op/s 2024-07-27T19:47:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:00 smithi029 ceph-mon[99353]: osdmap e2469: 8 total, 8 up, 8 in 2024-07-27T19:47:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:00 smithi029 ceph-mon[99353]: pgmap v4758: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 120 KiB/s rd, 3.5 KiB/s wr, 159 op/s 2024-07-27T19:47:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:00 smithi179 ceph-mon[89801]: osdmap e2469: 8 total, 8 up, 8 in 2024-07-27T19:47:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:00 smithi179 ceph-mon[89801]: pgmap v4758: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 120 KiB/s rd, 3.5 KiB/s wr, 159 op/s 2024-07-27T19:47:01.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:01 smithi179 ceph-mon[89801]: osdmap e2470: 8 total, 8 up, 8 in 2024-07-27T19:47:01.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:01 smithi029 ceph-mon[96870]: osdmap e2470: 8 total, 8 up, 8 in 2024-07-27T19:47:01.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:01 smithi029 ceph-mon[99353]: osdmap e2470: 8 total, 8 up, 8 in 2024-07-27T19:47:02.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:02 smithi029 ceph-mon[96870]: osdmap e2471: 8 total, 8 up, 8 in 2024-07-27T19:47:02.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:02 smithi029 ceph-mon[96870]: pgmap v4761: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 150 KiB/s rd, 3.5 KiB/s wr, 202 op/s 2024-07-27T19:47:02.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:02 smithi029 ceph-mon[99353]: osdmap e2471: 8 total, 8 up, 8 in 2024-07-27T19:47:02.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:02 smithi029 ceph-mon[99353]: pgmap v4761: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 150 KiB/s rd, 3.5 KiB/s wr, 202 op/s 2024-07-27T19:47:02.653 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:47:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:47:02] "GET /metrics HTTP/1.1" 200 36716 "" "Prometheus/2.43.0" 2024-07-27T19:47:02.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:02 smithi179 ceph-mon[89801]: osdmap e2471: 8 total, 8 up, 8 in 2024-07-27T19:47:02.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:02 smithi179 ceph-mon[89801]: pgmap v4761: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 150 KiB/s rd, 3.5 KiB/s wr, 202 op/s 2024-07-27T19:47:03.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:03 smithi179 ceph-mon[89801]: osdmap e2472: 8 total, 8 up, 8 in 2024-07-27T19:47:03.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:03 smithi029 ceph-mon[96870]: osdmap e2472: 8 total, 8 up, 8 in 2024-07-27T19:47:03.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:03 smithi029 ceph-mon[99353]: osdmap e2472: 8 total, 8 up, 8 in 2024-07-27T19:47:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:04 smithi179 ceph-mon[89801]: osdmap e2473: 8 total, 8 up, 8 in 2024-07-27T19:47:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:04 smithi179 ceph-mon[89801]: pgmap v4764: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 147 KiB/s rd, 3.2 KiB/s wr, 198 op/s 2024-07-27T19:47:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:04 smithi029 ceph-mon[96870]: osdmap e2473: 8 total, 8 up, 8 in 2024-07-27T19:47:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:04 smithi029 ceph-mon[96870]: pgmap v4764: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 147 KiB/s rd, 3.2 KiB/s wr, 198 op/s 2024-07-27T19:47:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:04 smithi029 ceph-mon[99353]: osdmap e2473: 8 total, 8 up, 8 in 2024-07-27T19:47:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:04 smithi029 ceph-mon[99353]: pgmap v4764: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 147 KiB/s rd, 3.2 KiB/s wr, 198 op/s 2024-07-27T19:47:05.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:05 smithi179 ceph-mon[89801]: osdmap e2474: 8 total, 8 up, 8 in 2024-07-27T19:47:05.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:05 smithi029 ceph-mon[96870]: osdmap e2474: 8 total, 8 up, 8 in 2024-07-27T19:47:05.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:05 smithi029 ceph-mon[99353]: osdmap e2474: 8 total, 8 up, 8 in 2024-07-27T19:47:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:06 smithi179 ceph-mon[89801]: osdmap e2475: 8 total, 8 up, 8 in 2024-07-27T19:47:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:06 smithi179 ceph-mon[89801]: pgmap v4767: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:47:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:06 smithi029 ceph-mon[96870]: osdmap e2475: 8 total, 8 up, 8 in 2024-07-27T19:47:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:06 smithi029 ceph-mon[96870]: pgmap v4767: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:47:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:06 smithi029 ceph-mon[99353]: osdmap e2475: 8 total, 8 up, 8 in 2024-07-27T19:47:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:06 smithi029 ceph-mon[99353]: pgmap v4767: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:47:07.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:07 smithi179 ceph-mon[89801]: osdmap e2476: 8 total, 8 up, 8 in 2024-07-27T19:47:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:07 smithi029 ceph-mon[96870]: osdmap e2476: 8 total, 8 up, 8 in 2024-07-27T19:47:07.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:07 smithi029 ceph-mon[99353]: osdmap e2476: 8 total, 8 up, 8 in 2024-07-27T19:47:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:08 smithi179 ceph-mon[89801]: osdmap e2477: 8 total, 8 up, 8 in 2024-07-27T19:47:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:08 smithi179 ceph-mon[89801]: pgmap v4770: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 184 KiB/s rd, 3.5 KiB/s wr, 247 op/s 2024-07-27T19:47:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:08 smithi029 ceph-mon[96870]: osdmap e2477: 8 total, 8 up, 8 in 2024-07-27T19:47:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:08 smithi029 ceph-mon[96870]: pgmap v4770: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 184 KiB/s rd, 3.5 KiB/s wr, 247 op/s 2024-07-27T19:47:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:08 smithi029 ceph-mon[99353]: osdmap e2477: 8 total, 8 up, 8 in 2024-07-27T19:47:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:08 smithi029 ceph-mon[99353]: pgmap v4770: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 184 KiB/s rd, 3.5 KiB/s wr, 247 op/s 2024-07-27T19:47:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:09 smithi179 ceph-mon[89801]: osdmap e2478: 8 total, 8 up, 8 in 2024-07-27T19:47:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:47:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:09 smithi029 ceph-mon[99353]: osdmap e2478: 8 total, 8 up, 8 in 2024-07-27T19:47:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:47:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:09 smithi029 ceph-mon[96870]: osdmap e2478: 8 total, 8 up, 8 in 2024-07-27T19:47:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:47:10.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:10 smithi179 ceph-mon[89801]: osdmap e2479: 8 total, 8 up, 8 in 2024-07-27T19:47:10.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:10 smithi179 ceph-mon[89801]: pgmap v4773: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 184 KiB/s rd, 3.5 KiB/s wr, 247 op/s 2024-07-27T19:47:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:10 smithi029 ceph-mon[96870]: osdmap e2479: 8 total, 8 up, 8 in 2024-07-27T19:47:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:10 smithi029 ceph-mon[96870]: pgmap v4773: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 184 KiB/s rd, 3.5 KiB/s wr, 247 op/s 2024-07-27T19:47:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:10 smithi029 ceph-mon[99353]: osdmap e2479: 8 total, 8 up, 8 in 2024-07-27T19:47:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:10 smithi029 ceph-mon[99353]: pgmap v4773: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 184 KiB/s rd, 3.5 KiB/s wr, 247 op/s 2024-07-27T19:47:11.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:11 smithi179 ceph-mon[89801]: osdmap e2480: 8 total, 8 up, 8 in 2024-07-27T19:47:11.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:11 smithi029 ceph-mon[96870]: osdmap e2480: 8 total, 8 up, 8 in 2024-07-27T19:47:11.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:11 smithi029 ceph-mon[99353]: osdmap e2480: 8 total, 8 up, 8 in 2024-07-27T19:47:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:12 smithi179 ceph-mon[89801]: osdmap e2481: 8 total, 8 up, 8 in 2024-07-27T19:47:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:12 smithi179 ceph-mon[89801]: pgmap v4776: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 215 KiB/s rd, 3.2 KiB/s wr, 289 op/s 2024-07-27T19:47:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:12 smithi029 ceph-mon[96870]: osdmap e2481: 8 total, 8 up, 8 in 2024-07-27T19:47:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:12 smithi029 ceph-mon[96870]: pgmap v4776: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 215 KiB/s rd, 3.2 KiB/s wr, 289 op/s 2024-07-27T19:47:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:12 smithi029 ceph-mon[99353]: osdmap e2481: 8 total, 8 up, 8 in 2024-07-27T19:47:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:12 smithi029 ceph-mon[99353]: pgmap v4776: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 215 KiB/s rd, 3.2 KiB/s wr, 289 op/s 2024-07-27T19:47:12.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:47:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:47:12] "GET /metrics HTTP/1.1" 200 36715 "" "Prometheus/2.43.0" 2024-07-27T19:47:13.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:13 smithi179 ceph-mon[89801]: osdmap e2482: 8 total, 8 up, 8 in 2024-07-27T19:47:13.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:13 smithi029 ceph-mon[96870]: osdmap e2482: 8 total, 8 up, 8 in 2024-07-27T19:47:13.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:13 smithi029 ceph-mon[99353]: osdmap e2482: 8 total, 8 up, 8 in 2024-07-27T19:47:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:14 smithi179 ceph-mon[89801]: osdmap e2483: 8 total, 8 up, 8 in 2024-07-27T19:47:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:14 smithi179 ceph-mon[89801]: pgmap v4779: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 212 KiB/s rd, 3.2 KiB/s wr, 285 op/s 2024-07-27T19:47:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:14 smithi029 ceph-mon[96870]: osdmap e2483: 8 total, 8 up, 8 in 2024-07-27T19:47:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:14 smithi029 ceph-mon[96870]: pgmap v4779: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 212 KiB/s rd, 3.2 KiB/s wr, 285 op/s 2024-07-27T19:47:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:14 smithi029 ceph-mon[99353]: osdmap e2483: 8 total, 8 up, 8 in 2024-07-27T19:47:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:14 smithi029 ceph-mon[99353]: pgmap v4779: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 212 KiB/s rd, 3.2 KiB/s wr, 285 op/s 2024-07-27T19:47:15.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:15 smithi179 ceph-mon[89801]: osdmap e2484: 8 total, 8 up, 8 in 2024-07-27T19:47:15.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:15 smithi029 ceph-mon[96870]: osdmap e2484: 8 total, 8 up, 8 in 2024-07-27T19:47:15.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:15 smithi029 ceph-mon[99353]: osdmap e2484: 8 total, 8 up, 8 in 2024-07-27T19:47:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:16 smithi179 ceph-mon[89801]: osdmap e2485: 8 total, 8 up, 8 in 2024-07-27T19:47:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:16 smithi179 ceph-mon[89801]: pgmap v4782: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:47:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:16 smithi029 ceph-mon[99353]: osdmap e2485: 8 total, 8 up, 8 in 2024-07-27T19:47:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:16 smithi029 ceph-mon[99353]: pgmap v4782: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:47:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:16 smithi029 ceph-mon[96870]: osdmap e2485: 8 total, 8 up, 8 in 2024-07-27T19:47:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:16 smithi029 ceph-mon[96870]: pgmap v4782: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:47:17.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:17 smithi179 ceph-mon[89801]: osdmap e2486: 8 total, 8 up, 8 in 2024-07-27T19:47:17.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:17 smithi029 ceph-mon[96870]: osdmap e2486: 8 total, 8 up, 8 in 2024-07-27T19:47:17.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:17 smithi029 ceph-mon[99353]: osdmap e2486: 8 total, 8 up, 8 in 2024-07-27T19:47:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:18 smithi179 ceph-mon[89801]: osdmap e2487: 8 total, 8 up, 8 in 2024-07-27T19:47:18.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:18 smithi179 ceph-mon[89801]: pgmap v4785: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 249 KiB/s rd, 3.5 KiB/s wr, 334 op/s 2024-07-27T19:47:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:18 smithi029 ceph-mon[99353]: osdmap e2487: 8 total, 8 up, 8 in 2024-07-27T19:47:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:18 smithi029 ceph-mon[99353]: pgmap v4785: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 249 KiB/s rd, 3.5 KiB/s wr, 334 op/s 2024-07-27T19:47:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:18 smithi029 ceph-mon[96870]: osdmap e2487: 8 total, 8 up, 8 in 2024-07-27T19:47:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:18 smithi029 ceph-mon[96870]: pgmap v4785: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 249 KiB/s rd, 3.5 KiB/s wr, 334 op/s 2024-07-27T19:47:19.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:19 smithi179 ceph-mon[89801]: osdmap e2488: 8 total, 8 up, 8 in 2024-07-27T19:47:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:19 smithi029 ceph-mon[96870]: osdmap e2488: 8 total, 8 up, 8 in 2024-07-27T19:47:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:19 smithi029 ceph-mon[99353]: osdmap e2488: 8 total, 8 up, 8 in 2024-07-27T19:47:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:20 smithi179 ceph-mon[89801]: osdmap e2489: 8 total, 8 up, 8 in 2024-07-27T19:47:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:20 smithi179 ceph-mon[89801]: pgmap v4788: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 249 KiB/s rd, 4.0 KiB/s wr, 335 op/s 2024-07-27T19:47:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:20 smithi029 ceph-mon[99353]: osdmap e2489: 8 total, 8 up, 8 in 2024-07-27T19:47:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:20 smithi029 ceph-mon[99353]: pgmap v4788: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 249 KiB/s rd, 4.0 KiB/s wr, 335 op/s 2024-07-27T19:47:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:20 smithi029 ceph-mon[96870]: osdmap e2489: 8 total, 8 up, 8 in 2024-07-27T19:47:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:20 smithi029 ceph-mon[96870]: pgmap v4788: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 249 KiB/s rd, 4.0 KiB/s wr, 335 op/s 2024-07-27T19:47:21.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:21 smithi179 ceph-mon[89801]: osdmap e2490: 8 total, 8 up, 8 in 2024-07-27T19:47:21.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:21 smithi029 ceph-mon[96870]: osdmap e2490: 8 total, 8 up, 8 in 2024-07-27T19:47:21.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:21 smithi029 ceph-mon[99353]: osdmap e2490: 8 total, 8 up, 8 in 2024-07-27T19:47:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:22 smithi179 ceph-mon[89801]: osdmap e2491: 8 total, 8 up, 8 in 2024-07-27T19:47:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:22 smithi179 ceph-mon[89801]: pgmap v4791: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 281 KiB/s rd, 4.0 KiB/s wr, 377 op/s 2024-07-27T19:47:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:22 smithi029 ceph-mon[96870]: osdmap e2491: 8 total, 8 up, 8 in 2024-07-27T19:47:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:22 smithi029 ceph-mon[96870]: pgmap v4791: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 281 KiB/s rd, 4.0 KiB/s wr, 377 op/s 2024-07-27T19:47:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:47:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:47:22] "GET /metrics HTTP/1.1" 200 36715 "" "Prometheus/2.43.0" 2024-07-27T19:47:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:22 smithi029 ceph-mon[99353]: osdmap e2491: 8 total, 8 up, 8 in 2024-07-27T19:47:22.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:22 smithi029 ceph-mon[99353]: pgmap v4791: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 281 KiB/s rd, 4.0 KiB/s wr, 377 op/s 2024-07-27T19:47:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:23 smithi179 ceph-mon[89801]: osdmap e2492: 8 total, 8 up, 8 in 2024-07-27T19:47:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:23 smithi029 ceph-mon[96870]: osdmap e2492: 8 total, 8 up, 8 in 2024-07-27T19:47:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:23 smithi029 ceph-mon[99353]: osdmap e2492: 8 total, 8 up, 8 in 2024-07-27T19:47:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:24 smithi179 ceph-mon[89801]: osdmap e2493: 8 total, 8 up, 8 in 2024-07-27T19:47:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:47:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:24 smithi179 ceph-mon[89801]: pgmap v4794: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 279 KiB/s rd, 3.2 KiB/s wr, 373 op/s 2024-07-27T19:47:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:24 smithi029 ceph-mon[96870]: osdmap e2493: 8 total, 8 up, 8 in 2024-07-27T19:47:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:47:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:24 smithi029 ceph-mon[96870]: pgmap v4794: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 279 KiB/s rd, 3.2 KiB/s wr, 373 op/s 2024-07-27T19:47:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:24 smithi029 ceph-mon[99353]: osdmap e2493: 8 total, 8 up, 8 in 2024-07-27T19:47:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:47:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:24 smithi029 ceph-mon[99353]: pgmap v4794: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 279 KiB/s rd, 3.2 KiB/s wr, 373 op/s 2024-07-27T19:47:25.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:25 smithi179 ceph-mon[89801]: osdmap e2494: 8 total, 8 up, 8 in 2024-07-27T19:47:25.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:25 smithi029 ceph-mon[96870]: osdmap e2494: 8 total, 8 up, 8 in 2024-07-27T19:47:25.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:25 smithi029 ceph-mon[99353]: osdmap e2494: 8 total, 8 up, 8 in 2024-07-27T19:47:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:26 smithi029 ceph-mon[96870]: osdmap e2495: 8 total, 8 up, 8 in 2024-07-27T19:47:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:26 smithi029 ceph-mon[96870]: pgmap v4797: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:47:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:26 smithi029 ceph-mon[99353]: osdmap e2495: 8 total, 8 up, 8 in 2024-07-27T19:47:26.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:26 smithi029 ceph-mon[99353]: pgmap v4797: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:47:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:26 smithi179 ceph-mon[89801]: osdmap e2495: 8 total, 8 up, 8 in 2024-07-27T19:47:26.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:26 smithi179 ceph-mon[89801]: pgmap v4797: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:47:27.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:27 smithi029 ceph-mon[96870]: osdmap e2496: 8 total, 8 up, 8 in 2024-07-27T19:47:27.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:27 smithi029 ceph-mon[99353]: osdmap e2496: 8 total, 8 up, 8 in 2024-07-27T19:47:27.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:27 smithi179 ceph-mon[89801]: osdmap e2496: 8 total, 8 up, 8 in 2024-07-27T19:47:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:28 smithi029 ceph-mon[96870]: osdmap e2497: 8 total, 8 up, 8 in 2024-07-27T19:47:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:28 smithi029 ceph-mon[96870]: pgmap v4800: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 314 KiB/s rd, 3.5 KiB/s wr, 422 op/s 2024-07-27T19:47:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:28 smithi029 ceph-mon[99353]: osdmap e2497: 8 total, 8 up, 8 in 2024-07-27T19:47:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:28 smithi029 ceph-mon[99353]: pgmap v4800: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 314 KiB/s rd, 3.5 KiB/s wr, 422 op/s 2024-07-27T19:47:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:28 smithi179 ceph-mon[89801]: osdmap e2497: 8 total, 8 up, 8 in 2024-07-27T19:47:28.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:28 smithi179 ceph-mon[89801]: pgmap v4800: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 314 KiB/s rd, 3.5 KiB/s wr, 422 op/s 2024-07-27T19:47:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:29 smithi029 ceph-mon[96870]: osdmap e2498: 8 total, 8 up, 8 in 2024-07-27T19:47:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:29 smithi029 ceph-mon[99353]: osdmap e2498: 8 total, 8 up, 8 in 2024-07-27T19:47:29.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:29 smithi179 ceph-mon[89801]: osdmap e2498: 8 total, 8 up, 8 in 2024-07-27T19:47:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:30 smithi029 ceph-mon[99353]: osdmap e2499: 8 total, 8 up, 8 in 2024-07-27T19:47:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:30 smithi029 ceph-mon[99353]: pgmap v4803: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 314 KiB/s rd, 3.7 KiB/s wr, 422 op/s 2024-07-27T19:47:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:30 smithi029 ceph-mon[96870]: osdmap e2499: 8 total, 8 up, 8 in 2024-07-27T19:47:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:30 smithi029 ceph-mon[96870]: pgmap v4803: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 314 KiB/s rd, 3.7 KiB/s wr, 422 op/s 2024-07-27T19:47:30.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:30 smithi179 ceph-mon[89801]: osdmap e2499: 8 total, 8 up, 8 in 2024-07-27T19:47:30.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:30 smithi179 ceph-mon[89801]: pgmap v4803: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 314 KiB/s rd, 3.7 KiB/s wr, 422 op/s 2024-07-27T19:47:31.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:31 smithi029 ceph-mon[96870]: osdmap e2500: 8 total, 8 up, 8 in 2024-07-27T19:47:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:31 smithi029 ceph-mon[99353]: osdmap e2500: 8 total, 8 up, 8 in 2024-07-27T19:47:31.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:31 smithi179 ceph-mon[89801]: osdmap e2500: 8 total, 8 up, 8 in 2024-07-27T19:47:32.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:32 smithi029 ceph-mon[96870]: osdmap e2501: 8 total, 8 up, 8 in 2024-07-27T19:47:32.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:32 smithi029 ceph-mon[96870]: pgmap v4806: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 346 KiB/s rd, 3.7 KiB/s wr, 464 op/s 2024-07-27T19:47:32.653 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:47:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:47:32] "GET /metrics HTTP/1.1" 200 36716 "" "Prometheus/2.43.0" 2024-07-27T19:47:32.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:32 smithi029 ceph-mon[99353]: osdmap e2501: 8 total, 8 up, 8 in 2024-07-27T19:47:32.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:32 smithi029 ceph-mon[99353]: pgmap v4806: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 346 KiB/s rd, 3.7 KiB/s wr, 464 op/s 2024-07-27T19:47:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:32 smithi179 ceph-mon[89801]: osdmap e2501: 8 total, 8 up, 8 in 2024-07-27T19:47:32.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:32 smithi179 ceph-mon[89801]: pgmap v4806: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 346 KiB/s rd, 3.7 KiB/s wr, 464 op/s 2024-07-27T19:47:33.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:33 smithi029 ceph-mon[96870]: osdmap e2502: 8 total, 8 up, 8 in 2024-07-27T19:47:33.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:33 smithi029 ceph-mon[99353]: osdmap e2502: 8 total, 8 up, 8 in 2024-07-27T19:47:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:33 smithi179 ceph-mon[89801]: osdmap e2502: 8 total, 8 up, 8 in 2024-07-27T19:47:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:34 smithi029 ceph-mon[96870]: osdmap e2503: 8 total, 8 up, 8 in 2024-07-27T19:47:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:34 smithi029 ceph-mon[96870]: pgmap v4809: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 344 KiB/s rd, 3.5 KiB/s wr, 460 op/s 2024-07-27T19:47:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:34 smithi029 ceph-mon[99353]: osdmap e2503: 8 total, 8 up, 8 in 2024-07-27T19:47:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:34 smithi029 ceph-mon[99353]: pgmap v4809: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 344 KiB/s rd, 3.5 KiB/s wr, 460 op/s 2024-07-27T19:47:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:34 smithi179 ceph-mon[89801]: osdmap e2503: 8 total, 8 up, 8 in 2024-07-27T19:47:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:34 smithi179 ceph-mon[89801]: pgmap v4809: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 344 KiB/s rd, 3.5 KiB/s wr, 460 op/s 2024-07-27T19:47:35.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:35 smithi029 ceph-mon[96870]: osdmap e2504: 8 total, 8 up, 8 in 2024-07-27T19:47:35.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:35 smithi029 ceph-mon[99353]: osdmap e2504: 8 total, 8 up, 8 in 2024-07-27T19:47:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:35 smithi179 ceph-mon[89801]: osdmap e2504: 8 total, 8 up, 8 in 2024-07-27T19:47:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:36 smithi029 ceph-mon[96870]: osdmap e2505: 8 total, 8 up, 8 in 2024-07-27T19:47:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:36 smithi029 ceph-mon[96870]: pgmap v4812: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:47:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:36 smithi029 ceph-mon[99353]: osdmap e2505: 8 total, 8 up, 8 in 2024-07-27T19:47:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:36 smithi029 ceph-mon[99353]: pgmap v4812: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:47:36.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:36 smithi179 ceph-mon[89801]: osdmap e2505: 8 total, 8 up, 8 in 2024-07-27T19:47:36.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:36 smithi179 ceph-mon[89801]: pgmap v4812: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:47:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:37 smithi029 ceph-mon[96870]: osdmap e2506: 8 total, 8 up, 8 in 2024-07-27T19:47:37.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:37 smithi029 ceph-mon[99353]: osdmap e2506: 8 total, 8 up, 8 in 2024-07-27T19:47:37.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:37 smithi179 ceph-mon[89801]: osdmap e2506: 8 total, 8 up, 8 in 2024-07-27T19:47:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:38 smithi029 ceph-mon[99353]: osdmap e2507: 8 total, 8 up, 8 in 2024-07-27T19:47:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:38 smithi029 ceph-mon[99353]: pgmap v4815: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 379 KiB/s rd, 3.5 KiB/s wr, 509 op/s 2024-07-27T19:47:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:38 smithi029 ceph-mon[96870]: osdmap e2507: 8 total, 8 up, 8 in 2024-07-27T19:47:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:38 smithi029 ceph-mon[96870]: pgmap v4815: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 379 KiB/s rd, 3.5 KiB/s wr, 509 op/s 2024-07-27T19:47:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:38 smithi179 ceph-mon[89801]: osdmap e2507: 8 total, 8 up, 8 in 2024-07-27T19:47:38.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:38 smithi179 ceph-mon[89801]: pgmap v4815: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 379 KiB/s rd, 3.5 KiB/s wr, 509 op/s 2024-07-27T19:47:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:39 smithi179 ceph-mon[89801]: osdmap e2508: 8 total, 8 up, 8 in 2024-07-27T19:47:39.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:47:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:39 smithi029 ceph-mon[96870]: osdmap e2508: 8 total, 8 up, 8 in 2024-07-27T19:47:40.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:47:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:39 smithi029 ceph-mon[99353]: osdmap e2508: 8 total, 8 up, 8 in 2024-07-27T19:47:40.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:47:40.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:40 smithi179 ceph-mon[89801]: osdmap e2509: 8 total, 8 up, 8 in 2024-07-27T19:47:40.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:40 smithi179 ceph-mon[89801]: pgmap v4818: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 379 KiB/s rd, 3.5 KiB/s wr, 509 op/s 2024-07-27T19:47:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:40 smithi029 ceph-mon[96870]: osdmap e2509: 8 total, 8 up, 8 in 2024-07-27T19:47:41.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:40 smithi029 ceph-mon[96870]: pgmap v4818: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 379 KiB/s rd, 3.5 KiB/s wr, 509 op/s 2024-07-27T19:47:41.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:40 smithi029 ceph-mon[99353]: osdmap e2509: 8 total, 8 up, 8 in 2024-07-27T19:47:41.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:40 smithi029 ceph-mon[99353]: pgmap v4818: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 379 KiB/s rd, 3.5 KiB/s wr, 509 op/s 2024-07-27T19:47:41.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:41 smithi179 ceph-mon[89801]: osdmap e2510: 8 total, 8 up, 8 in 2024-07-27T19:47:42.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:41 smithi029 ceph-mon[96870]: osdmap e2510: 8 total, 8 up, 8 in 2024-07-27T19:47:42.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:41 smithi029 ceph-mon[99353]: osdmap e2510: 8 total, 8 up, 8 in 2024-07-27T19:47:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:42 smithi029 ceph-mon[96870]: osdmap e2511: 8 total, 8 up, 8 in 2024-07-27T19:47:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:42 smithi029 ceph-mon[96870]: pgmap v4821: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 411 KiB/s rd, 3.5 KiB/s wr, 552 op/s 2024-07-27T19:47:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:42 smithi029 ceph-mon[99353]: osdmap e2511: 8 total, 8 up, 8 in 2024-07-27T19:47:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:42 smithi029 ceph-mon[99353]: pgmap v4821: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 411 KiB/s rd, 3.5 KiB/s wr, 552 op/s 2024-07-27T19:47:42.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:47:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:47:42] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:47:42.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:42 smithi179 ceph-mon[89801]: osdmap e2511: 8 total, 8 up, 8 in 2024-07-27T19:47:42.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:42 smithi179 ceph-mon[89801]: pgmap v4821: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 411 KiB/s rd, 3.5 KiB/s wr, 552 op/s 2024-07-27T19:47:43.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:43 smithi179 ceph-mon[89801]: osdmap e2512: 8 total, 8 up, 8 in 2024-07-27T19:47:44.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:43 smithi029 ceph-mon[96870]: osdmap e2512: 8 total, 8 up, 8 in 2024-07-27T19:47:44.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:43 smithi029 ceph-mon[99353]: osdmap e2512: 8 total, 8 up, 8 in 2024-07-27T19:47:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:44 smithi179 ceph-mon[89801]: osdmap e2513: 8 total, 8 up, 8 in 2024-07-27T19:47:44.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:44 smithi179 ceph-mon[89801]: pgmap v4824: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 409 KiB/s rd, 3.5 KiB/s wr, 548 op/s 2024-07-27T19:47:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:44 smithi029 ceph-mon[96870]: osdmap e2513: 8 total, 8 up, 8 in 2024-07-27T19:47:45.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:44 smithi029 ceph-mon[96870]: pgmap v4824: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 409 KiB/s rd, 3.5 KiB/s wr, 548 op/s 2024-07-27T19:47:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:44 smithi029 ceph-mon[99353]: osdmap e2513: 8 total, 8 up, 8 in 2024-07-27T19:47:45.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:44 smithi029 ceph-mon[99353]: pgmap v4824: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 409 KiB/s rd, 3.5 KiB/s wr, 548 op/s 2024-07-27T19:47:45.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:45 smithi179 ceph-mon[89801]: osdmap e2514: 8 total, 8 up, 8 in 2024-07-27T19:47:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:45 smithi029 ceph-mon[96870]: osdmap e2514: 8 total, 8 up, 8 in 2024-07-27T19:47:46.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:45 smithi029 ceph-mon[99353]: osdmap e2514: 8 total, 8 up, 8 in 2024-07-27T19:47:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:46 smithi179 ceph-mon[89801]: osdmap e2515: 8 total, 8 up, 8 in 2024-07-27T19:47:46.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:46 smithi179 ceph-mon[89801]: pgmap v4827: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 6 op/s 2024-07-27T19:47:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:46 smithi029 ceph-mon[99353]: osdmap e2515: 8 total, 8 up, 8 in 2024-07-27T19:47:47.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:46 smithi029 ceph-mon[99353]: pgmap v4827: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 6 op/s 2024-07-27T19:47:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:46 smithi029 ceph-mon[96870]: osdmap e2515: 8 total, 8 up, 8 in 2024-07-27T19:47:47.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:46 smithi029 ceph-mon[96870]: pgmap v4827: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 6 op/s 2024-07-27T19:47:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:47 smithi179 ceph-mon[89801]: osdmap e2516: 8 total, 8 up, 8 in 2024-07-27T19:47:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:47:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:47:47.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:47:47.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:47 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:47:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:47 smithi029 ceph-mon[96870]: osdmap e2516: 8 total, 8 up, 8 in 2024-07-27T19:47:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:47:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:47:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:47:48.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:47 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:47:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:47 smithi029 ceph-mon[99353]: osdmap e2516: 8 total, 8 up, 8 in 2024-07-27T19:47:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:47:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:47:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:47:48.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:47 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:47:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:48 smithi179 ceph-mon[89801]: osdmap e2517: 8 total, 8 up, 8 in 2024-07-27T19:47:48.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:48 smithi179 ceph-mon[89801]: pgmap v4830: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 445 KiB/s rd, 3.2 KiB/s wr, 598 op/s 2024-07-27T19:47:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:48 smithi029 ceph-mon[96870]: osdmap e2517: 8 total, 8 up, 8 in 2024-07-27T19:47:49.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:48 smithi029 ceph-mon[96870]: pgmap v4830: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 445 KiB/s rd, 3.2 KiB/s wr, 598 op/s 2024-07-27T19:47:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:48 smithi029 ceph-mon[99353]: osdmap e2517: 8 total, 8 up, 8 in 2024-07-27T19:47:49.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:48 smithi029 ceph-mon[99353]: pgmap v4830: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 445 KiB/s rd, 3.2 KiB/s wr, 598 op/s 2024-07-27T19:47:49.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:49 smithi179 ceph-mon[89801]: osdmap e2518: 8 total, 8 up, 8 in 2024-07-27T19:47:50.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:49 smithi029 ceph-mon[96870]: osdmap e2518: 8 total, 8 up, 8 in 2024-07-27T19:47:50.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:49 smithi029 ceph-mon[99353]: osdmap e2518: 8 total, 8 up, 8 in 2024-07-27T19:47:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:50 smithi179 ceph-mon[89801]: osdmap e2519: 8 total, 8 up, 8 in 2024-07-27T19:47:50.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:50 smithi179 ceph-mon[89801]: pgmap v4833: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 445 KiB/s rd, 4.2 KiB/s wr, 599 op/s 2024-07-27T19:47:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:50 smithi029 ceph-mon[96870]: osdmap e2519: 8 total, 8 up, 8 in 2024-07-27T19:47:51.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:50 smithi029 ceph-mon[96870]: pgmap v4833: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 445 KiB/s rd, 4.2 KiB/s wr, 599 op/s 2024-07-27T19:47:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:50 smithi029 ceph-mon[99353]: osdmap e2519: 8 total, 8 up, 8 in 2024-07-27T19:47:51.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:50 smithi029 ceph-mon[99353]: pgmap v4833: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 445 KiB/s rd, 4.2 KiB/s wr, 599 op/s 2024-07-27T19:47:51.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:51 smithi179 ceph-mon[89801]: osdmap e2520: 8 total, 8 up, 8 in 2024-07-27T19:47:52.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:51 smithi029 ceph-mon[96870]: osdmap e2520: 8 total, 8 up, 8 in 2024-07-27T19:47:52.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:51 smithi029 ceph-mon[99353]: osdmap e2520: 8 total, 8 up, 8 in 2024-07-27T19:47:52.589 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:47:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:47:52] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:47:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:52 smithi179 ceph-mon[89801]: osdmap e2521: 8 total, 8 up, 8 in 2024-07-27T19:47:52.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:52 smithi179 ceph-mon[89801]: pgmap v4836: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 477 KiB/s rd, 3.7 KiB/s wr, 643 op/s 2024-07-27T19:47:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:52 smithi029 ceph-mon[99353]: osdmap e2521: 8 total, 8 up, 8 in 2024-07-27T19:47:53.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:52 smithi029 ceph-mon[99353]: pgmap v4836: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 477 KiB/s rd, 3.7 KiB/s wr, 643 op/s 2024-07-27T19:47:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:52 smithi029 ceph-mon[96870]: osdmap e2521: 8 total, 8 up, 8 in 2024-07-27T19:47:53.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:52 smithi029 ceph-mon[96870]: pgmap v4836: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 477 KiB/s rd, 3.7 KiB/s wr, 643 op/s 2024-07-27T19:47:53.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:53 smithi179 ceph-mon[89801]: osdmap e2522: 8 total, 8 up, 8 in 2024-07-27T19:47:54.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:53 smithi029 ceph-mon[96870]: osdmap e2522: 8 total, 8 up, 8 in 2024-07-27T19:47:54.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:53 smithi029 ceph-mon[99353]: osdmap e2522: 8 total, 8 up, 8 in 2024-07-27T19:47:54.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:54 smithi179 ceph-mon[89801]: osdmap e2523: 8 total, 8 up, 8 in 2024-07-27T19:47:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:47:54.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:54 smithi179 ceph-mon[89801]: pgmap v4839: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 475 KiB/s rd, 2.7 KiB/s wr, 638 op/s 2024-07-27T19:47:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:54 smithi029 ceph-mon[96870]: osdmap e2523: 8 total, 8 up, 8 in 2024-07-27T19:47:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:47:55.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:54 smithi029 ceph-mon[96870]: pgmap v4839: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 475 KiB/s rd, 2.7 KiB/s wr, 638 op/s 2024-07-27T19:47:55.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:54 smithi029 ceph-mon[99353]: osdmap e2523: 8 total, 8 up, 8 in 2024-07-27T19:47:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:47:55.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:54 smithi029 ceph-mon[99353]: pgmap v4839: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 475 KiB/s rd, 2.7 KiB/s wr, 638 op/s 2024-07-27T19:47:55.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:55 smithi179 ceph-mon[89801]: osdmap e2524: 8 total, 8 up, 8 in 2024-07-27T19:47:56.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:55 smithi029 ceph-mon[96870]: osdmap e2524: 8 total, 8 up, 8 in 2024-07-27T19:47:56.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:55 smithi029 ceph-mon[99353]: osdmap e2524: 8 total, 8 up, 8 in 2024-07-27T19:47:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:56 smithi179 ceph-mon[89801]: osdmap e2525: 8 total, 8 up, 8 in 2024-07-27T19:47:56.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:56 smithi179 ceph-mon[89801]: pgmap v4842: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:47:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:56 smithi029 ceph-mon[99353]: osdmap e2525: 8 total, 8 up, 8 in 2024-07-27T19:47:57.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:56 smithi029 ceph-mon[99353]: pgmap v4842: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:47:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:56 smithi029 ceph-mon[96870]: osdmap e2525: 8 total, 8 up, 8 in 2024-07-27T19:47:57.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:56 smithi029 ceph-mon[96870]: pgmap v4842: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:47:57.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:57 smithi179 ceph-mon[89801]: osdmap e2526: 8 total, 8 up, 8 in 2024-07-27T19:47:58.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:57 smithi029 ceph-mon[99353]: osdmap e2526: 8 total, 8 up, 8 in 2024-07-27T19:47:58.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:57 smithi029 ceph-mon[96870]: osdmap e2526: 8 total, 8 up, 8 in 2024-07-27T19:47:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:58 smithi179 ceph-mon[89801]: osdmap e2527: 8 total, 8 up, 8 in 2024-07-27T19:47:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:58 smithi179 ceph-mon[89801]: pgmap v4845: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 KiB/s rd, 4.2 KiB/s wr, 689 op/s 2024-07-27T19:47:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:58 smithi029 ceph-mon[96870]: osdmap e2527: 8 total, 8 up, 8 in 2024-07-27T19:47:59.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:58 smithi029 ceph-mon[96870]: pgmap v4845: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 KiB/s rd, 4.2 KiB/s wr, 689 op/s 2024-07-27T19:47:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:58 smithi029 ceph-mon[99353]: osdmap e2527: 8 total, 8 up, 8 in 2024-07-27T19:47:59.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:58 smithi029 ceph-mon[99353]: pgmap v4845: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 KiB/s rd, 4.2 KiB/s wr, 689 op/s 2024-07-27T19:47:59.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:47:59 smithi179 ceph-mon[89801]: osdmap e2528: 8 total, 8 up, 8 in 2024-07-27T19:48:00.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:47:59 smithi029 ceph-mon[96870]: osdmap e2528: 8 total, 8 up, 8 in 2024-07-27T19:48:00.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:47:59 smithi029 ceph-mon[99353]: osdmap e2528: 8 total, 8 up, 8 in 2024-07-27T19:48:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:00 smithi179 ceph-mon[89801]: osdmap e2529: 8 total, 8 up, 8 in 2024-07-27T19:48:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:00 smithi179 ceph-mon[89801]: pgmap v4848: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 KiB/s rd, 3.5 KiB/s wr, 688 op/s 2024-07-27T19:48:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:00 smithi029 ceph-mon[96870]: osdmap e2529: 8 total, 8 up, 8 in 2024-07-27T19:48:01.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:00 smithi029 ceph-mon[96870]: pgmap v4848: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 KiB/s rd, 3.5 KiB/s wr, 688 op/s 2024-07-27T19:48:01.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:00 smithi029 ceph-mon[99353]: osdmap e2529: 8 total, 8 up, 8 in 2024-07-27T19:48:01.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:00 smithi029 ceph-mon[99353]: pgmap v4848: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 KiB/s rd, 3.5 KiB/s wr, 688 op/s 2024-07-27T19:48:01.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:01 smithi179 ceph-mon[89801]: osdmap e2530: 8 total, 8 up, 8 in 2024-07-27T19:48:02.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:01 smithi029 ceph-mon[96870]: osdmap e2530: 8 total, 8 up, 8 in 2024-07-27T19:48:02.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:01 smithi029 ceph-mon[99353]: osdmap e2530: 8 total, 8 up, 8 in 2024-07-27T19:48:02.646 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:48:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:48:02] "GET /metrics HTTP/1.1" 200 36716 "" "Prometheus/2.43.0" 2024-07-27T19:48:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:02 smithi179 ceph-mon[89801]: osdmap e2531: 8 total, 8 up, 8 in 2024-07-27T19:48:02.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:02 smithi179 ceph-mon[89801]: pgmap v4851: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 542 KiB/s rd, 2.7 KiB/s wr, 730 op/s 2024-07-27T19:48:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:02 smithi029 ceph-mon[96870]: osdmap e2531: 8 total, 8 up, 8 in 2024-07-27T19:48:03.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:02 smithi029 ceph-mon[96870]: pgmap v4851: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 542 KiB/s rd, 2.7 KiB/s wr, 730 op/s 2024-07-27T19:48:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:02 smithi029 ceph-mon[99353]: osdmap e2531: 8 total, 8 up, 8 in 2024-07-27T19:48:03.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:02 smithi029 ceph-mon[99353]: pgmap v4851: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 542 KiB/s rd, 2.7 KiB/s wr, 730 op/s 2024-07-27T19:48:03.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:03 smithi179 ceph-mon[89801]: osdmap e2532: 8 total, 8 up, 8 in 2024-07-27T19:48:04.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:03 smithi029 ceph-mon[96870]: osdmap e2532: 8 total, 8 up, 8 in 2024-07-27T19:48:04.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:03 smithi029 ceph-mon[99353]: osdmap e2532: 8 total, 8 up, 8 in 2024-07-27T19:48:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:04 smithi029 ceph-mon[96870]: osdmap e2533: 8 total, 8 up, 8 in 2024-07-27T19:48:05.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:04 smithi029 ceph-mon[96870]: pgmap v4854: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 540 KiB/s rd, 4.0 KiB/s wr, 727 op/s 2024-07-27T19:48:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:04 smithi029 ceph-mon[99353]: osdmap e2533: 8 total, 8 up, 8 in 2024-07-27T19:48:05.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:04 smithi029 ceph-mon[99353]: pgmap v4854: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 540 KiB/s rd, 4.0 KiB/s wr, 727 op/s 2024-07-27T19:48:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:04 smithi179 ceph-mon[89801]: osdmap e2533: 8 total, 8 up, 8 in 2024-07-27T19:48:05.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:04 smithi179 ceph-mon[89801]: pgmap v4854: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 540 KiB/s rd, 4.0 KiB/s wr, 727 op/s 2024-07-27T19:48:06.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:05 smithi029 ceph-mon[96870]: osdmap e2534: 8 total, 8 up, 8 in 2024-07-27T19:48:06.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:05 smithi029 ceph-mon[99353]: osdmap e2534: 8 total, 8 up, 8 in 2024-07-27T19:48:06.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:05 smithi179 ceph-mon[89801]: osdmap e2534: 8 total, 8 up, 8 in 2024-07-27T19:48:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:06 smithi029 ceph-mon[96870]: osdmap e2535: 8 total, 8 up, 8 in 2024-07-27T19:48:07.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:06 smithi029 ceph-mon[96870]: pgmap v4857: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-07-27T19:48:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:06 smithi029 ceph-mon[99353]: osdmap e2535: 8 total, 8 up, 8 in 2024-07-27T19:48:07.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:06 smithi029 ceph-mon[99353]: pgmap v4857: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-07-27T19:48:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:06 smithi179 ceph-mon[89801]: osdmap e2535: 8 total, 8 up, 8 in 2024-07-27T19:48:07.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:06 smithi179 ceph-mon[89801]: pgmap v4857: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-07-27T19:48:08.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:07 smithi029 ceph-mon[96870]: osdmap e2536: 8 total, 8 up, 8 in 2024-07-27T19:48:08.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:07 smithi029 ceph-mon[99353]: osdmap e2536: 8 total, 8 up, 8 in 2024-07-27T19:48:08.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:07 smithi179 ceph-mon[89801]: osdmap e2536: 8 total, 8 up, 8 in 2024-07-27T19:48:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:08 smithi029 ceph-mon[99353]: osdmap e2537: 8 total, 8 up, 8 in 2024-07-27T19:48:09.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:08 smithi029 ceph-mon[99353]: pgmap v4860: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 575 KiB/s rd, 3.2 KiB/s wr, 775 op/s 2024-07-27T19:48:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:08 smithi029 ceph-mon[96870]: osdmap e2537: 8 total, 8 up, 8 in 2024-07-27T19:48:09.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:08 smithi029 ceph-mon[96870]: pgmap v4860: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 575 KiB/s rd, 3.2 KiB/s wr, 775 op/s 2024-07-27T19:48:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:08 smithi179 ceph-mon[89801]: osdmap e2537: 8 total, 8 up, 8 in 2024-07-27T19:48:09.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:08 smithi179 ceph-mon[89801]: pgmap v4860: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 575 KiB/s rd, 3.2 KiB/s wr, 775 op/s 2024-07-27T19:48:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:09 smithi029 ceph-mon[96870]: osdmap e2538: 8 total, 8 up, 8 in 2024-07-27T19:48:10.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:48:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:09 smithi029 ceph-mon[99353]: osdmap e2538: 8 total, 8 up, 8 in 2024-07-27T19:48:10.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:48:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:09 smithi179 ceph-mon[89801]: osdmap e2538: 8 total, 8 up, 8 in 2024-07-27T19:48:10.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:48:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:10 smithi029 ceph-mon[96870]: osdmap e2539: 8 total, 8 up, 8 in 2024-07-27T19:48:11.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:10 smithi029 ceph-mon[96870]: pgmap v4863: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 575 KiB/s rd, 3.5 KiB/s wr, 775 op/s 2024-07-27T19:48:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:10 smithi029 ceph-mon[99353]: osdmap e2539: 8 total, 8 up, 8 in 2024-07-27T19:48:11.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:10 smithi029 ceph-mon[99353]: pgmap v4863: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 575 KiB/s rd, 3.5 KiB/s wr, 775 op/s 2024-07-27T19:48:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:10 smithi179 ceph-mon[89801]: osdmap e2539: 8 total, 8 up, 8 in 2024-07-27T19:48:11.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:10 smithi179 ceph-mon[89801]: pgmap v4863: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 575 KiB/s rd, 3.5 KiB/s wr, 775 op/s 2024-07-27T19:48:12.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:11 smithi029 ceph-mon[96870]: osdmap e2540: 8 total, 8 up, 8 in 2024-07-27T19:48:12.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:11 smithi029 ceph-mon[99353]: osdmap e2540: 8 total, 8 up, 8 in 2024-07-27T19:48:12.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:11 smithi179 ceph-mon[89801]: osdmap e2540: 8 total, 8 up, 8 in 2024-07-27T19:48:12.720 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:48:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:48:12] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:48:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:12 smithi029 ceph-mon[96870]: osdmap e2541: 8 total, 8 up, 8 in 2024-07-27T19:48:13.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:12 smithi029 ceph-mon[96870]: pgmap v4866: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 607 KiB/s rd, 3.7 KiB/s wr, 818 op/s 2024-07-27T19:48:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:12 smithi029 ceph-mon[99353]: osdmap e2541: 8 total, 8 up, 8 in 2024-07-27T19:48:13.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:12 smithi029 ceph-mon[99353]: pgmap v4866: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 607 KiB/s rd, 3.7 KiB/s wr, 818 op/s 2024-07-27T19:48:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:12 smithi179 ceph-mon[89801]: osdmap e2541: 8 total, 8 up, 8 in 2024-07-27T19:48:13.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:12 smithi179 ceph-mon[89801]: pgmap v4866: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 607 KiB/s rd, 3.7 KiB/s wr, 818 op/s 2024-07-27T19:48:14.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:13 smithi029 ceph-mon[96870]: osdmap e2542: 8 total, 8 up, 8 in 2024-07-27T19:48:14.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:13 smithi029 ceph-mon[99353]: osdmap e2542: 8 total, 8 up, 8 in 2024-07-27T19:48:14.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:13 smithi179 ceph-mon[89801]: osdmap e2542: 8 total, 8 up, 8 in 2024-07-27T19:48:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:14 smithi029 ceph-mon[96870]: osdmap e2543: 8 total, 8 up, 8 in 2024-07-27T19:48:15.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:14 smithi029 ceph-mon[96870]: pgmap v4869: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 605 KiB/s rd, 4.0 KiB/s wr, 815 op/s 2024-07-27T19:48:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:14 smithi029 ceph-mon[99353]: osdmap e2543: 8 total, 8 up, 8 in 2024-07-27T19:48:15.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:14 smithi029 ceph-mon[99353]: pgmap v4869: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 605 KiB/s rd, 4.0 KiB/s wr, 815 op/s 2024-07-27T19:48:15.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:14 smithi179 ceph-mon[89801]: osdmap e2543: 8 total, 8 up, 8 in 2024-07-27T19:48:15.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:14 smithi179 ceph-mon[89801]: pgmap v4869: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 605 KiB/s rd, 4.0 KiB/s wr, 815 op/s 2024-07-27T19:48:16.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:15 smithi029 ceph-mon[96870]: osdmap e2544: 8 total, 8 up, 8 in 2024-07-27T19:48:16.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:15 smithi029 ceph-mon[99353]: osdmap e2544: 8 total, 8 up, 8 in 2024-07-27T19:48:16.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:15 smithi179 ceph-mon[89801]: osdmap e2544: 8 total, 8 up, 8 in 2024-07-27T19:48:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:16 smithi029 ceph-mon[96870]: osdmap e2545: 8 total, 8 up, 8 in 2024-07-27T19:48:17.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:16 smithi029 ceph-mon[96870]: pgmap v4872: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 511 B/s wr, 6 op/s 2024-07-27T19:48:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:16 smithi029 ceph-mon[99353]: osdmap e2545: 8 total, 8 up, 8 in 2024-07-27T19:48:17.001 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:16 smithi029 ceph-mon[99353]: pgmap v4872: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 511 B/s wr, 6 op/s 2024-07-27T19:48:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:16 smithi179 ceph-mon[89801]: osdmap e2545: 8 total, 8 up, 8 in 2024-07-27T19:48:17.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:16 smithi179 ceph-mon[89801]: pgmap v4872: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 511 B/s wr, 6 op/s 2024-07-27T19:48:18.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:17 smithi179 ceph-mon[89801]: osdmap e2546: 8 total, 8 up, 8 in 2024-07-27T19:48:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:17 smithi029 ceph-mon[96870]: osdmap e2546: 8 total, 8 up, 8 in 2024-07-27T19:48:18.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:17 smithi029 ceph-mon[99353]: osdmap e2546: 8 total, 8 up, 8 in 2024-07-27T19:48:19.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:18 smithi179 ceph-mon[89801]: osdmap e2547: 8 total, 8 up, 8 in 2024-07-27T19:48:19.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:18 smithi179 ceph-mon[89801]: pgmap v4875: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 640 KiB/s rd, 3.0 KiB/s wr, 862 op/s 2024-07-27T19:48:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:18 smithi029 ceph-mon[99353]: osdmap e2547: 8 total, 8 up, 8 in 2024-07-27T19:48:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:18 smithi029 ceph-mon[99353]: pgmap v4875: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 640 KiB/s rd, 3.0 KiB/s wr, 862 op/s 2024-07-27T19:48:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:18 smithi029 ceph-mon[96870]: osdmap e2547: 8 total, 8 up, 8 in 2024-07-27T19:48:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:18 smithi029 ceph-mon[96870]: pgmap v4875: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 640 KiB/s rd, 3.0 KiB/s wr, 862 op/s 2024-07-27T19:48:20.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:19 smithi179 ceph-mon[89801]: osdmap e2548: 8 total, 8 up, 8 in 2024-07-27T19:48:20.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:19 smithi029 ceph-mon[99353]: osdmap e2548: 8 total, 8 up, 8 in 2024-07-27T19:48:20.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:19 smithi029 ceph-mon[96870]: osdmap e2548: 8 total, 8 up, 8 in 2024-07-27T19:48:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:20 smithi179 ceph-mon[89801]: osdmap e2549: 8 total, 8 up, 8 in 2024-07-27T19:48:21.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:20 smithi179 ceph-mon[89801]: pgmap v4878: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 640 KiB/s rd, 3.7 KiB/s wr, 863 op/s 2024-07-27T19:48:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:20 smithi029 ceph-mon[96870]: osdmap e2549: 8 total, 8 up, 8 in 2024-07-27T19:48:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:20 smithi029 ceph-mon[96870]: pgmap v4878: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 640 KiB/s rd, 3.7 KiB/s wr, 863 op/s 2024-07-27T19:48:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:20 smithi029 ceph-mon[99353]: osdmap e2549: 8 total, 8 up, 8 in 2024-07-27T19:48:21.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:20 smithi029 ceph-mon[99353]: pgmap v4878: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 640 KiB/s rd, 3.7 KiB/s wr, 863 op/s 2024-07-27T19:48:22.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:21 smithi179 ceph-mon[89801]: osdmap e2550: 8 total, 8 up, 8 in 2024-07-27T19:48:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:21 smithi029 ceph-mon[96870]: osdmap e2550: 8 total, 8 up, 8 in 2024-07-27T19:48:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:21 smithi029 ceph-mon[99353]: osdmap e2550: 8 total, 8 up, 8 in 2024-07-27T19:48:22.753 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:48:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:48:22] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:48:23.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:22 smithi179 ceph-mon[89801]: osdmap e2551: 8 total, 8 up, 8 in 2024-07-27T19:48:23.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:22 smithi179 ceph-mon[89801]: pgmap v4881: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 673 KiB/s rd, 3.7 KiB/s wr, 906 op/s 2024-07-27T19:48:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:22 smithi029 ceph-mon[96870]: osdmap e2551: 8 total, 8 up, 8 in 2024-07-27T19:48:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:22 smithi029 ceph-mon[96870]: pgmap v4881: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 673 KiB/s rd, 3.7 KiB/s wr, 906 op/s 2024-07-27T19:48:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:22 smithi029 ceph-mon[99353]: osdmap e2551: 8 total, 8 up, 8 in 2024-07-27T19:48:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:22 smithi029 ceph-mon[99353]: pgmap v4881: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 673 KiB/s rd, 3.7 KiB/s wr, 906 op/s 2024-07-27T19:48:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:23 smithi179 ceph-mon[89801]: osdmap e2552: 8 total, 8 up, 8 in 2024-07-27T19:48:24.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:48:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:23 smithi029 ceph-mon[96870]: osdmap e2552: 8 total, 8 up, 8 in 2024-07-27T19:48:24.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:48:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:23 smithi029 ceph-mon[99353]: osdmap e2552: 8 total, 8 up, 8 in 2024-07-27T19:48:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:48:25.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:24 smithi179 ceph-mon[89801]: osdmap e2553: 8 total, 8 up, 8 in 2024-07-27T19:48:25.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:24 smithi179 ceph-mon[89801]: pgmap v4884: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 670 KiB/s rd, 3.0 KiB/s wr, 901 op/s 2024-07-27T19:48:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:24 smithi029 ceph-mon[96870]: osdmap e2553: 8 total, 8 up, 8 in 2024-07-27T19:48:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:24 smithi029 ceph-mon[96870]: pgmap v4884: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 670 KiB/s rd, 3.0 KiB/s wr, 901 op/s 2024-07-27T19:48:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:24 smithi029 ceph-mon[99353]: osdmap e2553: 8 total, 8 up, 8 in 2024-07-27T19:48:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:24 smithi029 ceph-mon[99353]: pgmap v4884: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 670 KiB/s rd, 3.0 KiB/s wr, 901 op/s 2024-07-27T19:48:26.064 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:25 smithi179 ceph-mon[89801]: osdmap e2554: 8 total, 8 up, 8 in 2024-07-27T19:48:26.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:25 smithi029 ceph-mon[96870]: osdmap e2554: 8 total, 8 up, 8 in 2024-07-27T19:48:26.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:25 smithi029 ceph-mon[99353]: osdmap e2554: 8 total, 8 up, 8 in 2024-07-27T19:48:27.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:26 smithi179 ceph-mon[89801]: pgmap v4886: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1018 B/s wr, 7 op/s 2024-07-27T19:48:27.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:26 smithi179 ceph-mon[89801]: osdmap e2555: 8 total, 8 up, 8 in 2024-07-27T19:48:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:26 smithi029 ceph-mon[96870]: pgmap v4886: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1018 B/s wr, 7 op/s 2024-07-27T19:48:27.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:26 smithi029 ceph-mon[96870]: osdmap e2555: 8 total, 8 up, 8 in 2024-07-27T19:48:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:26 smithi029 ceph-mon[99353]: pgmap v4886: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1018 B/s wr, 7 op/s 2024-07-27T19:48:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:26 smithi029 ceph-mon[99353]: osdmap e2555: 8 total, 8 up, 8 in 2024-07-27T19:48:28.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:27 smithi179 ceph-mon[89801]: osdmap e2556: 8 total, 8 up, 8 in 2024-07-27T19:48:28.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:27 smithi029 ceph-mon[96870]: osdmap e2556: 8 total, 8 up, 8 in 2024-07-27T19:48:28.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:27 smithi029 ceph-mon[99353]: osdmap e2556: 8 total, 8 up, 8 in 2024-07-27T19:48:29.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:28 smithi179 ceph-mon[89801]: pgmap v4889: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 705 KiB/s rd, 4.2 KiB/s wr, 949 op/s 2024-07-27T19:48:29.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:28 smithi179 ceph-mon[89801]: osdmap e2557: 8 total, 8 up, 8 in 2024-07-27T19:48:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:28 smithi029 ceph-mon[96870]: pgmap v4889: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 705 KiB/s rd, 4.2 KiB/s wr, 949 op/s 2024-07-27T19:48:29.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:28 smithi029 ceph-mon[96870]: osdmap e2557: 8 total, 8 up, 8 in 2024-07-27T19:48:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:28 smithi029 ceph-mon[99353]: pgmap v4889: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 705 KiB/s rd, 4.2 KiB/s wr, 949 op/s 2024-07-27T19:48:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:28 smithi029 ceph-mon[99353]: osdmap e2557: 8 total, 8 up, 8 in 2024-07-27T19:48:30.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:29 smithi179 ceph-mon[89801]: osdmap e2558: 8 total, 8 up, 8 in 2024-07-27T19:48:30.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:29 smithi029 ceph-mon[96870]: osdmap e2558: 8 total, 8 up, 8 in 2024-07-27T19:48:30.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:29 smithi029 ceph-mon[99353]: osdmap e2558: 8 total, 8 up, 8 in 2024-07-27T19:48:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:30 smithi179 ceph-mon[89801]: pgmap v4892: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 706 KiB/s rd, 3.7 KiB/s wr, 950 op/s 2024-07-27T19:48:31.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:30 smithi179 ceph-mon[89801]: osdmap e2559: 8 total, 8 up, 8 in 2024-07-27T19:48:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:30 smithi029 ceph-mon[96870]: pgmap v4892: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 706 KiB/s rd, 3.7 KiB/s wr, 950 op/s 2024-07-27T19:48:31.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:30 smithi029 ceph-mon[96870]: osdmap e2559: 8 total, 8 up, 8 in 2024-07-27T19:48:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:30 smithi029 ceph-mon[99353]: pgmap v4892: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 706 KiB/s rd, 3.7 KiB/s wr, 950 op/s 2024-07-27T19:48:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:30 smithi029 ceph-mon[99353]: osdmap e2559: 8 total, 8 up, 8 in 2024-07-27T19:48:32.152 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:31 smithi029 ceph-mon[96870]: osdmap e2560: 8 total, 8 up, 8 in 2024-07-27T19:48:32.153 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:31 smithi029 ceph-mon[99353]: osdmap e2560: 8 total, 8 up, 8 in 2024-07-27T19:48:32.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:31 smithi179 ceph-mon[89801]: osdmap e2560: 8 total, 8 up, 8 in 2024-07-27T19:48:32.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:48:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:48:32] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:48:33.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:32 smithi179 ceph-mon[89801]: pgmap v4895: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 738 KiB/s rd, 3.5 KiB/s wr, 993 op/s 2024-07-27T19:48:33.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:32 smithi179 ceph-mon[89801]: osdmap e2561: 8 total, 8 up, 8 in 2024-07-27T19:48:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:32 smithi029 ceph-mon[99353]: pgmap v4895: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 738 KiB/s rd, 3.5 KiB/s wr, 993 op/s 2024-07-27T19:48:33.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:32 smithi029 ceph-mon[99353]: osdmap e2561: 8 total, 8 up, 8 in 2024-07-27T19:48:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:32 smithi029 ceph-mon[96870]: pgmap v4895: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 738 KiB/s rd, 3.5 KiB/s wr, 993 op/s 2024-07-27T19:48:33.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:32 smithi029 ceph-mon[96870]: osdmap e2561: 8 total, 8 up, 8 in 2024-07-27T19:48:34.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:33 smithi179 ceph-mon[89801]: osdmap e2562: 8 total, 8 up, 8 in 2024-07-27T19:48:34.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:33 smithi029 ceph-mon[99353]: osdmap e2562: 8 total, 8 up, 8 in 2024-07-27T19:48:34.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:33 smithi029 ceph-mon[96870]: osdmap e2562: 8 total, 8 up, 8 in 2024-07-27T19:48:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:34 smithi179 ceph-mon[89801]: pgmap v4898: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 735 KiB/s rd, 3.5 KiB/s wr, 989 op/s 2024-07-27T19:48:35.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:34 smithi179 ceph-mon[89801]: osdmap e2563: 8 total, 8 up, 8 in 2024-07-27T19:48:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:34 smithi029 ceph-mon[96870]: pgmap v4898: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 735 KiB/s rd, 3.5 KiB/s wr, 989 op/s 2024-07-27T19:48:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:34 smithi029 ceph-mon[96870]: osdmap e2563: 8 total, 8 up, 8 in 2024-07-27T19:48:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:34 smithi029 ceph-mon[99353]: pgmap v4898: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 735 KiB/s rd, 3.5 KiB/s wr, 989 op/s 2024-07-27T19:48:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:34 smithi029 ceph-mon[99353]: osdmap e2563: 8 total, 8 up, 8 in 2024-07-27T19:48:36.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:35 smithi179 ceph-mon[89801]: osdmap e2564: 8 total, 8 up, 8 in 2024-07-27T19:48:36.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:35 smithi029 ceph-mon[96870]: osdmap e2564: 8 total, 8 up, 8 in 2024-07-27T19:48:36.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:35 smithi029 ceph-mon[99353]: osdmap e2564: 8 total, 8 up, 8 in 2024-07-27T19:48:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:36 smithi179 ceph-mon[89801]: pgmap v4901: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 511 B/s wr, 6 op/s 2024-07-27T19:48:37.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:36 smithi179 ceph-mon[89801]: osdmap e2565: 8 total, 8 up, 8 in 2024-07-27T19:48:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:36 smithi029 ceph-mon[96870]: pgmap v4901: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 511 B/s wr, 6 op/s 2024-07-27T19:48:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:36 smithi029 ceph-mon[96870]: osdmap e2565: 8 total, 8 up, 8 in 2024-07-27T19:48:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:36 smithi029 ceph-mon[99353]: pgmap v4901: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 511 B/s wr, 6 op/s 2024-07-27T19:48:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:36 smithi029 ceph-mon[99353]: osdmap e2565: 8 total, 8 up, 8 in 2024-07-27T19:48:38.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:37 smithi179 ceph-mon[89801]: osdmap e2566: 8 total, 8 up, 8 in 2024-07-27T19:48:38.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:37 smithi029 ceph-mon[96870]: osdmap e2566: 8 total, 8 up, 8 in 2024-07-27T19:48:38.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:37 smithi029 ceph-mon[99353]: osdmap e2566: 8 total, 8 up, 8 in 2024-07-27T19:48:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:38 smithi179 ceph-mon[89801]: pgmap v4904: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 771 KiB/s rd, 3.5 KiB/s wr, 1.04k op/s 2024-07-27T19:48:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:38 smithi179 ceph-mon[89801]: osdmap e2567: 8 total, 8 up, 8 in 2024-07-27T19:48:39.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:48:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:38 smithi029 ceph-mon[96870]: pgmap v4904: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 771 KiB/s rd, 3.5 KiB/s wr, 1.04k op/s 2024-07-27T19:48:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:38 smithi029 ceph-mon[96870]: osdmap e2567: 8 total, 8 up, 8 in 2024-07-27T19:48:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:48:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:38 smithi029 ceph-mon[99353]: pgmap v4904: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 771 KiB/s rd, 3.5 KiB/s wr, 1.04k op/s 2024-07-27T19:48:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:38 smithi029 ceph-mon[99353]: osdmap e2567: 8 total, 8 up, 8 in 2024-07-27T19:48:39.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:48:40.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:39 smithi179 ceph-mon[89801]: osdmap e2568: 8 total, 8 up, 8 in 2024-07-27T19:48:40.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:39 smithi029 ceph-mon[96870]: osdmap e2568: 8 total, 8 up, 8 in 2024-07-27T19:48:40.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:39 smithi029 ceph-mon[99353]: osdmap e2568: 8 total, 8 up, 8 in 2024-07-27T19:48:41.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:40 smithi179 ceph-mon[89801]: pgmap v4907: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 771 KiB/s rd, 4.2 KiB/s wr, 1.04k op/s 2024-07-27T19:48:41.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:40 smithi179 ceph-mon[89801]: osdmap e2569: 8 total, 8 up, 8 in 2024-07-27T19:48:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:40 smithi029 ceph-mon[96870]: pgmap v4907: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 771 KiB/s rd, 4.2 KiB/s wr, 1.04k op/s 2024-07-27T19:48:41.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:40 smithi029 ceph-mon[96870]: osdmap e2569: 8 total, 8 up, 8 in 2024-07-27T19:48:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:40 smithi029 ceph-mon[99353]: pgmap v4907: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 771 KiB/s rd, 4.2 KiB/s wr, 1.04k op/s 2024-07-27T19:48:41.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:40 smithi029 ceph-mon[99353]: osdmap e2569: 8 total, 8 up, 8 in 2024-07-27T19:48:42.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:41 smithi179 ceph-mon[89801]: osdmap e2570: 8 total, 8 up, 8 in 2024-07-27T19:48:42.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:41 smithi029 ceph-mon[96870]: osdmap e2570: 8 total, 8 up, 8 in 2024-07-27T19:48:42.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:41 smithi029 ceph-mon[99353]: osdmap e2570: 8 total, 8 up, 8 in 2024-07-27T19:48:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:48:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:48:42] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.43.0" 2024-07-27T19:48:43.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:42 smithi179 ceph-mon[89801]: pgmap v4910: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 802 KiB/s rd, 3.5 KiB/s wr, 1.08k op/s 2024-07-27T19:48:43.163 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:42 smithi179 ceph-mon[89801]: osdmap e2571: 8 total, 8 up, 8 in 2024-07-27T19:48:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:42 smithi029 ceph-mon[96870]: pgmap v4910: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 802 KiB/s rd, 3.5 KiB/s wr, 1.08k op/s 2024-07-27T19:48:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:42 smithi029 ceph-mon[96870]: osdmap e2571: 8 total, 8 up, 8 in 2024-07-27T19:48:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:42 smithi029 ceph-mon[99353]: pgmap v4910: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 802 KiB/s rd, 3.5 KiB/s wr, 1.08k op/s 2024-07-27T19:48:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:42 smithi029 ceph-mon[99353]: osdmap e2571: 8 total, 8 up, 8 in 2024-07-27T19:48:44.162 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:43 smithi179 ceph-mon[89801]: osdmap e2572: 8 total, 8 up, 8 in 2024-07-27T19:48:44.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:43 smithi029 ceph-mon[96870]: osdmap e2572: 8 total, 8 up, 8 in 2024-07-27T19:48:44.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:43 smithi029 ceph-mon[99353]: osdmap e2572: 8 total, 8 up, 8 in 2024-07-27T19:48:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:44 smithi029 ceph-mon[96870]: pgmap v4913: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 800 KiB/s rd, 3.0 KiB/s wr, 1.08k op/s 2024-07-27T19:48:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:44 smithi029 ceph-mon[96870]: osdmap e2573: 8 total, 8 up, 8 in 2024-07-27T19:48:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:44 smithi029 ceph-mon[99353]: pgmap v4913: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 800 KiB/s rd, 3.0 KiB/s wr, 1.08k op/s 2024-07-27T19:48:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:44 smithi029 ceph-mon[99353]: osdmap e2573: 8 total, 8 up, 8 in 2024-07-27T19:48:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:44 smithi179 ceph-mon[89801]: pgmap v4913: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 800 KiB/s rd, 3.0 KiB/s wr, 1.08k op/s 2024-07-27T19:48:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:44 smithi179 ceph-mon[89801]: osdmap e2573: 8 total, 8 up, 8 in 2024-07-27T19:48:46.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:45 smithi029 ceph-mon[96870]: osdmap e2574: 8 total, 8 up, 8 in 2024-07-27T19:48:46.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:45 smithi029 ceph-mon[99353]: osdmap e2574: 8 total, 8 up, 8 in 2024-07-27T19:48:46.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:45 smithi179 ceph-mon[89801]: osdmap e2574: 8 total, 8 up, 8 in 2024-07-27T19:48:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:46 smithi029 ceph-mon[96870]: pgmap v4916: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 6 op/s 2024-07-27T19:48:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:46 smithi029 ceph-mon[96870]: osdmap e2575: 8 total, 8 up, 8 in 2024-07-27T19:48:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:46 smithi029 ceph-mon[99353]: pgmap v4916: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 6 op/s 2024-07-27T19:48:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:46 smithi029 ceph-mon[99353]: osdmap e2575: 8 total, 8 up, 8 in 2024-07-27T19:48:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:46 smithi179 ceph-mon[89801]: pgmap v4916: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 6 op/s 2024-07-27T19:48:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:46 smithi179 ceph-mon[89801]: osdmap e2575: 8 total, 8 up, 8 in 2024-07-27T19:48:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:47 smithi029 ceph-mon[99353]: osdmap e2576: 8 total, 8 up, 8 in 2024-07-27T19:48:48.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:47 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:48:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:47 smithi029 ceph-mon[96870]: osdmap e2576: 8 total, 8 up, 8 in 2024-07-27T19:48:48.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:47 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:48:48.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:47 smithi179 ceph-mon[89801]: osdmap e2576: 8 total, 8 up, 8 in 2024-07-27T19:48:48.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:47 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:48:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:48 smithi029 ceph-mon[96870]: pgmap v4919: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 836 KiB/s rd, 3.2 KiB/s wr, 1.12k op/s 2024-07-27T19:48:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:48 smithi029 ceph-mon[96870]: osdmap e2577: 8 total, 8 up, 8 in 2024-07-27T19:48:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:48 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:48:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:48 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:48:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:48 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:48:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:48 smithi029 ceph-mon[99353]: pgmap v4919: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 836 KiB/s rd, 3.2 KiB/s wr, 1.12k op/s 2024-07-27T19:48:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:48 smithi029 ceph-mon[99353]: osdmap e2577: 8 total, 8 up, 8 in 2024-07-27T19:48:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:48 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:48:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:48 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:48:49.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:48 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:48:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:48 smithi179 ceph-mon[89801]: pgmap v4919: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 836 KiB/s rd, 3.2 KiB/s wr, 1.12k op/s 2024-07-27T19:48:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:48 smithi179 ceph-mon[89801]: osdmap e2577: 8 total, 8 up, 8 in 2024-07-27T19:48:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:48 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:48:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:48 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:48:49.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:48 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:48:50.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:49 smithi029 ceph-mon[96870]: osdmap e2578: 8 total, 8 up, 8 in 2024-07-27T19:48:50.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:49 smithi029 ceph-mon[99353]: osdmap e2578: 8 total, 8 up, 8 in 2024-07-27T19:48:50.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:49 smithi179 ceph-mon[89801]: osdmap e2578: 8 total, 8 up, 8 in 2024-07-27T19:48:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:50 smithi029 ceph-mon[96870]: pgmap v4922: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 836 KiB/s rd, 4.2 KiB/s wr, 1.13k op/s 2024-07-27T19:48:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:50 smithi029 ceph-mon[96870]: osdmap e2579: 8 total, 8 up, 8 in 2024-07-27T19:48:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:50 smithi029 ceph-mon[99353]: pgmap v4922: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 836 KiB/s rd, 4.2 KiB/s wr, 1.13k op/s 2024-07-27T19:48:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:50 smithi029 ceph-mon[99353]: osdmap e2579: 8 total, 8 up, 8 in 2024-07-27T19:48:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:50 smithi179 ceph-mon[89801]: pgmap v4922: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 836 KiB/s rd, 4.2 KiB/s wr, 1.13k op/s 2024-07-27T19:48:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:50 smithi179 ceph-mon[89801]: osdmap e2579: 8 total, 8 up, 8 in 2024-07-27T19:48:52.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:51 smithi029 ceph-mon[96870]: osdmap e2580: 8 total, 8 up, 8 in 2024-07-27T19:48:52.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:51 smithi029 ceph-mon[99353]: osdmap e2580: 8 total, 8 up, 8 in 2024-07-27T19:48:52.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:51 smithi179 ceph-mon[89801]: osdmap e2580: 8 total, 8 up, 8 in 2024-07-27T19:48:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:48:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:48:52] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.43.0" 2024-07-27T19:48:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:52 smithi029 ceph-mon[99353]: pgmap v4925: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 868 KiB/s rd, 3.5 KiB/s wr, 1.17k op/s 2024-07-27T19:48:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:52 smithi029 ceph-mon[99353]: osdmap e2581: 8 total, 8 up, 8 in 2024-07-27T19:48:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:52 smithi029 ceph-mon[96870]: pgmap v4925: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 868 KiB/s rd, 3.5 KiB/s wr, 1.17k op/s 2024-07-27T19:48:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:52 smithi029 ceph-mon[96870]: osdmap e2581: 8 total, 8 up, 8 in 2024-07-27T19:48:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:52 smithi179 ceph-mon[89801]: pgmap v4925: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 868 KiB/s rd, 3.5 KiB/s wr, 1.17k op/s 2024-07-27T19:48:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:52 smithi179 ceph-mon[89801]: osdmap e2581: 8 total, 8 up, 8 in 2024-07-27T19:48:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:53 smithi029 ceph-mon[96870]: osdmap e2582: 8 total, 8 up, 8 in 2024-07-27T19:48:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:48:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:53 smithi029 ceph-mon[99353]: osdmap e2582: 8 total, 8 up, 8 in 2024-07-27T19:48:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:48:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:53 smithi179 ceph-mon[89801]: osdmap e2582: 8 total, 8 up, 8 in 2024-07-27T19:48:54.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:48:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:54 smithi029 ceph-mon[96870]: pgmap v4928: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 865 KiB/s rd, 3.0 KiB/s wr, 1.17k op/s 2024-07-27T19:48:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:54 smithi029 ceph-mon[96870]: osdmap e2583: 8 total, 8 up, 8 in 2024-07-27T19:48:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:54 smithi029 ceph-mon[99353]: pgmap v4928: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 865 KiB/s rd, 3.0 KiB/s wr, 1.17k op/s 2024-07-27T19:48:55.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:54 smithi029 ceph-mon[99353]: osdmap e2583: 8 total, 8 up, 8 in 2024-07-27T19:48:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:54 smithi179 ceph-mon[89801]: pgmap v4928: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 865 KiB/s rd, 3.0 KiB/s wr, 1.17k op/s 2024-07-27T19:48:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:54 smithi179 ceph-mon[89801]: osdmap e2583: 8 total, 8 up, 8 in 2024-07-27T19:48:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:55 smithi029 ceph-mon[96870]: osdmap e2584: 8 total, 8 up, 8 in 2024-07-27T19:48:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:55 smithi029 ceph-mon[99353]: osdmap e2584: 8 total, 8 up, 8 in 2024-07-27T19:48:56.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:55 smithi179 ceph-mon[89801]: osdmap e2584: 8 total, 8 up, 8 in 2024-07-27T19:48:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:56 smithi029 ceph-mon[96870]: pgmap v4931: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-07-27T19:48:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:56 smithi029 ceph-mon[96870]: osdmap e2585: 8 total, 8 up, 8 in 2024-07-27T19:48:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:56 smithi029 ceph-mon[99353]: pgmap v4931: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-07-27T19:48:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:56 smithi029 ceph-mon[99353]: osdmap e2585: 8 total, 8 up, 8 in 2024-07-27T19:48:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:56 smithi179 ceph-mon[89801]: pgmap v4931: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-07-27T19:48:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:56 smithi179 ceph-mon[89801]: osdmap e2585: 8 total, 8 up, 8 in 2024-07-27T19:48:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:58 smithi179 ceph-mon[89801]: osdmap e2586: 8 total, 8 up, 8 in 2024-07-27T19:48:58.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:58 smithi029 ceph-mon[96870]: osdmap e2586: 8 total, 8 up, 8 in 2024-07-27T19:48:58.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:58 smithi029 ceph-mon[99353]: osdmap e2586: 8 total, 8 up, 8 in 2024-07-27T19:48:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:59 smithi179 ceph-mon[89801]: pgmap v4934: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 902 KiB/s rd, 4.0 KiB/s wr, 1.22k op/s 2024-07-27T19:48:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:48:59 smithi179 ceph-mon[89801]: osdmap e2587: 8 total, 8 up, 8 in 2024-07-27T19:48:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:59 smithi029 ceph-mon[96870]: pgmap v4934: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 902 KiB/s rd, 4.0 KiB/s wr, 1.22k op/s 2024-07-27T19:48:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:48:59 smithi029 ceph-mon[96870]: osdmap e2587: 8 total, 8 up, 8 in 2024-07-27T19:48:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:59 smithi029 ceph-mon[99353]: pgmap v4934: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 902 KiB/s rd, 4.0 KiB/s wr, 1.22k op/s 2024-07-27T19:48:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:48:59 smithi029 ceph-mon[99353]: osdmap e2587: 8 total, 8 up, 8 in 2024-07-27T19:49:00.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:00 smithi179 ceph-mon[89801]: osdmap e2588: 8 total, 8 up, 8 in 2024-07-27T19:49:00.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:00 smithi029 ceph-mon[96870]: osdmap e2588: 8 total, 8 up, 8 in 2024-07-27T19:49:00.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:00 smithi029 ceph-mon[99353]: osdmap e2588: 8 total, 8 up, 8 in 2024-07-27T19:49:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:01 smithi179 ceph-mon[89801]: pgmap v4937: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 902 KiB/s rd, 3.5 KiB/s wr, 1.22k op/s 2024-07-27T19:49:01.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:01 smithi179 ceph-mon[89801]: osdmap e2589: 8 total, 8 up, 8 in 2024-07-27T19:49:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:01 smithi029 ceph-mon[96870]: pgmap v4937: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 902 KiB/s rd, 3.5 KiB/s wr, 1.22k op/s 2024-07-27T19:49:01.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:01 smithi029 ceph-mon[96870]: osdmap e2589: 8 total, 8 up, 8 in 2024-07-27T19:49:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:01 smithi029 ceph-mon[99353]: pgmap v4937: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 902 KiB/s rd, 3.5 KiB/s wr, 1.22k op/s 2024-07-27T19:49:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:01 smithi029 ceph-mon[99353]: osdmap e2589: 8 total, 8 up, 8 in 2024-07-27T19:49:02.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:02 smithi029 ceph-mon[96870]: osdmap e2590: 8 total, 8 up, 8 in 2024-07-27T19:49:02.332 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:02 smithi029 ceph-mon[99353]: osdmap e2590: 8 total, 8 up, 8 in 2024-07-27T19:49:02.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:02 smithi179 ceph-mon[89801]: osdmap e2590: 8 total, 8 up, 8 in 2024-07-27T19:49:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:49:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:49:02] "GET /metrics HTTP/1.1" 200 36721 "" "Prometheus/2.43.0" 2024-07-27T19:49:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:03 smithi179 ceph-mon[89801]: pgmap v4940: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 933 KiB/s rd, 3.5 KiB/s wr, 1.26k op/s 2024-07-27T19:49:03.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:03 smithi179 ceph-mon[89801]: osdmap e2591: 8 total, 8 up, 8 in 2024-07-27T19:49:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:03 smithi029 ceph-mon[96870]: pgmap v4940: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 933 KiB/s rd, 3.5 KiB/s wr, 1.26k op/s 2024-07-27T19:49:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:03 smithi029 ceph-mon[96870]: osdmap e2591: 8 total, 8 up, 8 in 2024-07-27T19:49:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:03 smithi029 ceph-mon[99353]: pgmap v4940: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 933 KiB/s rd, 3.5 KiB/s wr, 1.26k op/s 2024-07-27T19:49:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:03 smithi029 ceph-mon[99353]: osdmap e2591: 8 total, 8 up, 8 in 2024-07-27T19:49:04.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:04 smithi179 ceph-mon[89801]: osdmap e2592: 8 total, 8 up, 8 in 2024-07-27T19:49:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:04 smithi029 ceph-mon[96870]: osdmap e2592: 8 total, 8 up, 8 in 2024-07-27T19:49:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:04 smithi029 ceph-mon[99353]: osdmap e2592: 8 total, 8 up, 8 in 2024-07-27T19:49:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:05 smithi179 ceph-mon[89801]: pgmap v4943: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 931 KiB/s rd, 3.5 KiB/s wr, 1.25k op/s 2024-07-27T19:49:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:05 smithi179 ceph-mon[89801]: osdmap e2593: 8 total, 8 up, 8 in 2024-07-27T19:49:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:05 smithi029 ceph-mon[96870]: pgmap v4943: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 931 KiB/s rd, 3.5 KiB/s wr, 1.25k op/s 2024-07-27T19:49:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:05 smithi029 ceph-mon[96870]: osdmap e2593: 8 total, 8 up, 8 in 2024-07-27T19:49:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:05 smithi029 ceph-mon[99353]: pgmap v4943: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 931 KiB/s rd, 3.5 KiB/s wr, 1.25k op/s 2024-07-27T19:49:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:05 smithi029 ceph-mon[99353]: osdmap e2593: 8 total, 8 up, 8 in 2024-07-27T19:49:06.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:06 smithi179 ceph-mon[89801]: osdmap e2594: 8 total, 8 up, 8 in 2024-07-27T19:49:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:06 smithi029 ceph-mon[96870]: osdmap e2594: 8 total, 8 up, 8 in 2024-07-27T19:49:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:06 smithi029 ceph-mon[99353]: osdmap e2594: 8 total, 8 up, 8 in 2024-07-27T19:49:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:07 smithi179 ceph-mon[89801]: pgmap v4946: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:49:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:07 smithi179 ceph-mon[89801]: osdmap e2595: 8 total, 8 up, 8 in 2024-07-27T19:49:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:07 smithi029 ceph-mon[96870]: pgmap v4946: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:49:07.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:07 smithi029 ceph-mon[96870]: osdmap e2595: 8 total, 8 up, 8 in 2024-07-27T19:49:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:07 smithi029 ceph-mon[99353]: pgmap v4946: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:49:07.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:07 smithi029 ceph-mon[99353]: osdmap e2595: 8 total, 8 up, 8 in 2024-07-27T19:49:08.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:08 smithi179 ceph-mon[89801]: osdmap e2596: 8 total, 8 up, 8 in 2024-07-27T19:49:08.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:08 smithi029 ceph-mon[96870]: osdmap e2596: 8 total, 8 up, 8 in 2024-07-27T19:49:08.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:08 smithi029 ceph-mon[99353]: osdmap e2596: 8 total, 8 up, 8 in 2024-07-27T19:49:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:09 smithi179 ceph-mon[89801]: pgmap v4949: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 967 KiB/s rd, 3.7 KiB/s wr, 1.30k op/s 2024-07-27T19:49:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:09 smithi179 ceph-mon[89801]: osdmap e2597: 8 total, 8 up, 8 in 2024-07-27T19:49:09.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:49:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:09 smithi029 ceph-mon[96870]: pgmap v4949: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 967 KiB/s rd, 3.7 KiB/s wr, 1.30k op/s 2024-07-27T19:49:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:09 smithi029 ceph-mon[96870]: osdmap e2597: 8 total, 8 up, 8 in 2024-07-27T19:49:09.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:49:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:09 smithi029 ceph-mon[99353]: pgmap v4949: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 967 KiB/s rd, 3.7 KiB/s wr, 1.30k op/s 2024-07-27T19:49:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:09 smithi029 ceph-mon[99353]: osdmap e2597: 8 total, 8 up, 8 in 2024-07-27T19:49:09.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:49:10.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:10 smithi179 ceph-mon[89801]: osdmap e2598: 8 total, 8 up, 8 in 2024-07-27T19:49:10.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:10 smithi029 ceph-mon[96870]: osdmap e2598: 8 total, 8 up, 8 in 2024-07-27T19:49:10.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:10 smithi029 ceph-mon[99353]: osdmap e2598: 8 total, 8 up, 8 in 2024-07-27T19:49:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:11 smithi179 ceph-mon[89801]: pgmap v4952: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 966 KiB/s rd, 3.5 KiB/s wr, 1.30k op/s 2024-07-27T19:49:11.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:11 smithi179 ceph-mon[89801]: osdmap e2599: 8 total, 8 up, 8 in 2024-07-27T19:49:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:11 smithi029 ceph-mon[99353]: pgmap v4952: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 966 KiB/s rd, 3.5 KiB/s wr, 1.30k op/s 2024-07-27T19:49:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:11 smithi029 ceph-mon[99353]: osdmap e2599: 8 total, 8 up, 8 in 2024-07-27T19:49:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:11 smithi029 ceph-mon[96870]: pgmap v4952: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 966 KiB/s rd, 3.5 KiB/s wr, 1.30k op/s 2024-07-27T19:49:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:11 smithi029 ceph-mon[96870]: osdmap e2599: 8 total, 8 up, 8 in 2024-07-27T19:49:12.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:12 smithi179 ceph-mon[89801]: osdmap e2600: 8 total, 8 up, 8 in 2024-07-27T19:49:12.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:12 smithi029 ceph-mon[99353]: osdmap e2600: 8 total, 8 up, 8 in 2024-07-27T19:49:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:12 smithi029 ceph-mon[96870]: osdmap e2600: 8 total, 8 up, 8 in 2024-07-27T19:49:12.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:49:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:49:12] "GET /metrics HTTP/1.1" 200 36719 "" "Prometheus/2.43.0" 2024-07-27T19:49:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:13 smithi179 ceph-mon[89801]: pgmap v4955: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 997 KiB/s rd, 2.7 KiB/s wr, 1.34k op/s 2024-07-27T19:49:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:13 smithi179 ceph-mon[89801]: osdmap e2601: 8 total, 8 up, 8 in 2024-07-27T19:49:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:13 smithi029 ceph-mon[99353]: pgmap v4955: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 997 KiB/s rd, 2.7 KiB/s wr, 1.34k op/s 2024-07-27T19:49:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:13 smithi029 ceph-mon[99353]: osdmap e2601: 8 total, 8 up, 8 in 2024-07-27T19:49:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:13 smithi029 ceph-mon[96870]: pgmap v4955: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 997 KiB/s rd, 2.7 KiB/s wr, 1.34k op/s 2024-07-27T19:49:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:13 smithi029 ceph-mon[96870]: osdmap e2601: 8 total, 8 up, 8 in 2024-07-27T19:49:14.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:14 smithi179 ceph-mon[89801]: osdmap e2602: 8 total, 8 up, 8 in 2024-07-27T19:49:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:14 smithi029 ceph-mon[96870]: osdmap e2602: 8 total, 8 up, 8 in 2024-07-27T19:49:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:14 smithi029 ceph-mon[99353]: osdmap e2602: 8 total, 8 up, 8 in 2024-07-27T19:49:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:15 smithi179 ceph-mon[89801]: pgmap v4958: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 995 KiB/s rd, 3.5 KiB/s wr, 1.34k op/s 2024-07-27T19:49:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:15 smithi179 ceph-mon[89801]: osdmap e2603: 8 total, 8 up, 8 in 2024-07-27T19:49:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:15 smithi029 ceph-mon[96870]: pgmap v4958: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 995 KiB/s rd, 3.5 KiB/s wr, 1.34k op/s 2024-07-27T19:49:15.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:15 smithi029 ceph-mon[96870]: osdmap e2603: 8 total, 8 up, 8 in 2024-07-27T19:49:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:15 smithi029 ceph-mon[99353]: pgmap v4958: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 995 KiB/s rd, 3.5 KiB/s wr, 1.34k op/s 2024-07-27T19:49:15.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:15 smithi029 ceph-mon[99353]: osdmap e2603: 8 total, 8 up, 8 in 2024-07-27T19:49:16.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:16 smithi179 ceph-mon[89801]: osdmap e2604: 8 total, 8 up, 8 in 2024-07-27T19:49:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:16 smithi029 ceph-mon[96870]: osdmap e2604: 8 total, 8 up, 8 in 2024-07-27T19:49:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:16 smithi029 ceph-mon[99353]: osdmap e2604: 8 total, 8 up, 8 in 2024-07-27T19:49:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:17 smithi179 ceph-mon[89801]: pgmap v4961: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:49:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:17 smithi179 ceph-mon[89801]: osdmap e2605: 8 total, 8 up, 8 in 2024-07-27T19:49:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:17 smithi029 ceph-mon[96870]: pgmap v4961: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:49:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:17 smithi029 ceph-mon[96870]: osdmap e2605: 8 total, 8 up, 8 in 2024-07-27T19:49:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:17 smithi029 ceph-mon[99353]: pgmap v4961: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 1023 B/s wr, 7 op/s 2024-07-27T19:49:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:17 smithi029 ceph-mon[99353]: osdmap e2605: 8 total, 8 up, 8 in 2024-07-27T19:49:18.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:18 smithi179 ceph-mon[89801]: osdmap e2606: 8 total, 8 up, 8 in 2024-07-27T19:49:18.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:18 smithi029 ceph-mon[96870]: osdmap e2606: 8 total, 8 up, 8 in 2024-07-27T19:49:18.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:18 smithi029 ceph-mon[99353]: osdmap e2606: 8 total, 8 up, 8 in 2024-07-27T19:49:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:19 smithi179 ceph-mon[89801]: pgmap v4964: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.5 KiB/s wr, 1.39k op/s 2024-07-27T19:49:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:19 smithi179 ceph-mon[89801]: osdmap e2607: 8 total, 8 up, 8 in 2024-07-27T19:49:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:19 smithi029 ceph-mon[96870]: pgmap v4964: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.5 KiB/s wr, 1.39k op/s 2024-07-27T19:49:19.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:19 smithi029 ceph-mon[96870]: osdmap e2607: 8 total, 8 up, 8 in 2024-07-27T19:49:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:19 smithi029 ceph-mon[99353]: pgmap v4964: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.5 KiB/s wr, 1.39k op/s 2024-07-27T19:49:19.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:19 smithi029 ceph-mon[99353]: osdmap e2607: 8 total, 8 up, 8 in 2024-07-27T19:49:20.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:20 smithi179 ceph-mon[89801]: osdmap e2608: 8 total, 8 up, 8 in 2024-07-27T19:49:20.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:20 smithi029 ceph-mon[96870]: osdmap e2608: 8 total, 8 up, 8 in 2024-07-27T19:49:20.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:20 smithi029 ceph-mon[99353]: osdmap e2608: 8 total, 8 up, 8 in 2024-07-27T19:49:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:21 smithi179 ceph-mon[89801]: pgmap v4967: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.5 KiB/s wr, 1.39k op/s 2024-07-27T19:49:21.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:21 smithi179 ceph-mon[89801]: osdmap e2609: 8 total, 8 up, 8 in 2024-07-27T19:49:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:21 smithi029 ceph-mon[99353]: pgmap v4967: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.5 KiB/s wr, 1.39k op/s 2024-07-27T19:49:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:21 smithi029 ceph-mon[99353]: osdmap e2609: 8 total, 8 up, 8 in 2024-07-27T19:49:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:21 smithi029 ceph-mon[96870]: pgmap v4967: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.5 KiB/s wr, 1.39k op/s 2024-07-27T19:49:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:21 smithi029 ceph-mon[96870]: osdmap e2609: 8 total, 8 up, 8 in 2024-07-27T19:49:22.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:22 smithi179 ceph-mon[89801]: osdmap e2610: 8 total, 8 up, 8 in 2024-07-27T19:49:22.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:22 smithi029 ceph-mon[99353]: osdmap e2610: 8 total, 8 up, 8 in 2024-07-27T19:49:22.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:22 smithi029 ceph-mon[96870]: osdmap e2610: 8 total, 8 up, 8 in 2024-07-27T19:49:22.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:49:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:49:22] "GET /metrics HTTP/1.1" 200 36719 "" "Prometheus/2.43.0" 2024-07-27T19:49:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:23 smithi029 ceph-mon[96870]: pgmap v4970: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 853 KiB/s rd, 3.5 KiB/s wr, 1.15k op/s 2024-07-27T19:49:23.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:23 smithi029 ceph-mon[96870]: osdmap e2611: 8 total, 8 up, 8 in 2024-07-27T19:49:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:23 smithi029 ceph-mon[99353]: pgmap v4970: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 853 KiB/s rd, 3.5 KiB/s wr, 1.15k op/s 2024-07-27T19:49:23.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:23 smithi029 ceph-mon[99353]: osdmap e2611: 8 total, 8 up, 8 in 2024-07-27T19:49:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:23 smithi179 ceph-mon[89801]: pgmap v4970: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 853 KiB/s rd, 3.5 KiB/s wr, 1.15k op/s 2024-07-27T19:49:23.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:23 smithi179 ceph-mon[89801]: osdmap e2611: 8 total, 8 up, 8 in 2024-07-27T19:49:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:24 smithi029 ceph-mon[96870]: osdmap e2612: 8 total, 8 up, 8 in 2024-07-27T19:49:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:49:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:24 smithi029 ceph-mon[99353]: osdmap e2612: 8 total, 8 up, 8 in 2024-07-27T19:49:24.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:49:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:24 smithi179 ceph-mon[89801]: osdmap e2612: 8 total, 8 up, 8 in 2024-07-27T19:49:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:49:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:25 smithi029 ceph-mon[96870]: pgmap v4973: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 851 KiB/s rd, 3.7 KiB/s wr, 1.14k op/s 2024-07-27T19:49:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:25 smithi029 ceph-mon[96870]: osdmap e2613: 8 total, 8 up, 8 in 2024-07-27T19:49:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:25 smithi029 ceph-mon[99353]: pgmap v4973: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 851 KiB/s rd, 3.7 KiB/s wr, 1.14k op/s 2024-07-27T19:49:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:25 smithi029 ceph-mon[99353]: osdmap e2613: 8 total, 8 up, 8 in 2024-07-27T19:49:25.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:25 smithi179 ceph-mon[89801]: pgmap v4973: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 851 KiB/s rd, 3.7 KiB/s wr, 1.14k op/s 2024-07-27T19:49:25.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:25 smithi179 ceph-mon[89801]: osdmap e2613: 8 total, 8 up, 8 in 2024-07-27T19:49:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:26 smithi029 ceph-mon[96870]: osdmap e2614: 8 total, 8 up, 8 in 2024-07-27T19:49:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:26 smithi029 ceph-mon[99353]: osdmap e2614: 8 total, 8 up, 8 in 2024-07-27T19:49:26.564 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:26 smithi179 ceph-mon[89801]: osdmap e2614: 8 total, 8 up, 8 in 2024-07-27T19:49:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:27 smithi029 ceph-mon[96870]: pgmap v4976: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 6 op/s 2024-07-27T19:49:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:27 smithi029 ceph-mon[96870]: osdmap e2615: 8 total, 8 up, 8 in 2024-07-27T19:49:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:27 smithi029 ceph-mon[99353]: pgmap v4976: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 6 op/s 2024-07-27T19:49:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:27 smithi029 ceph-mon[99353]: osdmap e2615: 8 total, 8 up, 8 in 2024-07-27T19:49:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:27 smithi179 ceph-mon[89801]: pgmap v4976: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 6 op/s 2024-07-27T19:49:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:27 smithi179 ceph-mon[89801]: osdmap e2615: 8 total, 8 up, 8 in 2024-07-27T19:49:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:28 smithi029 ceph-mon[96870]: osdmap e2616: 8 total, 8 up, 8 in 2024-07-27T19:49:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:28 smithi029 ceph-mon[99353]: osdmap e2616: 8 total, 8 up, 8 in 2024-07-27T19:49:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:28 smithi179 ceph-mon[89801]: osdmap e2616: 8 total, 8 up, 8 in 2024-07-27T19:49:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:29 smithi029 ceph-mon[96870]: pgmap v4979: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.0 KiB/s wr, 1.47k op/s 2024-07-27T19:49:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:29 smithi029 ceph-mon[96870]: osdmap e2617: 8 total, 8 up, 8 in 2024-07-27T19:49:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:29 smithi029 ceph-mon[99353]: pgmap v4979: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.0 KiB/s wr, 1.47k op/s 2024-07-27T19:49:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:29 smithi029 ceph-mon[99353]: osdmap e2617: 8 total, 8 up, 8 in 2024-07-27T19:49:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:29 smithi179 ceph-mon[89801]: pgmap v4979: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.0 KiB/s wr, 1.47k op/s 2024-07-27T19:49:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:29 smithi179 ceph-mon[89801]: osdmap e2617: 8 total, 8 up, 8 in 2024-07-27T19:49:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:30 smithi029 ceph-mon[96870]: osdmap e2618: 8 total, 8 up, 8 in 2024-07-27T19:49:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:30 smithi029 ceph-mon[99353]: osdmap e2618: 8 total, 8 up, 8 in 2024-07-27T19:49:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:30 smithi179 ceph-mon[89801]: osdmap e2618: 8 total, 8 up, 8 in 2024-07-27T19:49:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:31 smithi029 ceph-mon[96870]: pgmap v4982: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.2 KiB/s wr, 1.47k op/s 2024-07-27T19:49:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:31 smithi029 ceph-mon[96870]: osdmap e2619: 8 total, 8 up, 8 in 2024-07-27T19:49:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:31 smithi029 ceph-mon[99353]: pgmap v4982: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.2 KiB/s wr, 1.47k op/s 2024-07-27T19:49:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:31 smithi029 ceph-mon[99353]: osdmap e2619: 8 total, 8 up, 8 in 2024-07-27T19:49:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:31 smithi179 ceph-mon[89801]: pgmap v4982: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.2 KiB/s wr, 1.47k op/s 2024-07-27T19:49:31.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:31 smithi179 ceph-mon[89801]: osdmap e2619: 8 total, 8 up, 8 in 2024-07-27T19:49:32.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:32 smithi029 ceph-mon[96870]: osdmap e2620: 8 total, 8 up, 8 in 2024-07-27T19:49:32.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:32 smithi029 ceph-mon[99353]: osdmap e2620: 8 total, 8 up, 8 in 2024-07-27T19:49:32.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:49:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:49:32] "GET /metrics HTTP/1.1" 200 36724 "" "Prometheus/2.43.0" 2024-07-27T19:49:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:32 smithi179 ceph-mon[89801]: osdmap e2620: 8 total, 8 up, 8 in 2024-07-27T19:49:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:33 smithi029 ceph-mon[96870]: pgmap v4985: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 4.0 KiB/s wr, 1.51k op/s 2024-07-27T19:49:33.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:33 smithi029 ceph-mon[96870]: osdmap e2621: 8 total, 8 up, 8 in 2024-07-27T19:49:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:33 smithi029 ceph-mon[99353]: pgmap v4985: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 4.0 KiB/s wr, 1.51k op/s 2024-07-27T19:49:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:33 smithi029 ceph-mon[99353]: osdmap e2621: 8 total, 8 up, 8 in 2024-07-27T19:49:33.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:33 smithi179 ceph-mon[89801]: pgmap v4985: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 4.0 KiB/s wr, 1.51k op/s 2024-07-27T19:49:33.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:33 smithi179 ceph-mon[89801]: osdmap e2621: 8 total, 8 up, 8 in 2024-07-27T19:49:34.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:34 smithi029 ceph-mon[96870]: osdmap e2622: 8 total, 8 up, 8 in 2024-07-27T19:49:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:34 smithi029 ceph-mon[99353]: osdmap e2622: 8 total, 8 up, 8 in 2024-07-27T19:49:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:34 smithi179 ceph-mon[89801]: osdmap e2622: 8 total, 8 up, 8 in 2024-07-27T19:49:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:35 smithi029 ceph-mon[96870]: pgmap v4988: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 4.0 KiB/s wr, 1.51k op/s 2024-07-27T19:49:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:35 smithi029 ceph-mon[96870]: osdmap e2623: 8 total, 8 up, 8 in 2024-07-27T19:49:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:35 smithi029 ceph-mon[99353]: pgmap v4988: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 4.0 KiB/s wr, 1.51k op/s 2024-07-27T19:49:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:35 smithi029 ceph-mon[99353]: osdmap e2623: 8 total, 8 up, 8 in 2024-07-27T19:49:35.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:35 smithi179 ceph-mon[89801]: pgmap v4988: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 4.0 KiB/s wr, 1.51k op/s 2024-07-27T19:49:35.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:35 smithi179 ceph-mon[89801]: osdmap e2623: 8 total, 8 up, 8 in 2024-07-27T19:49:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:36 smithi029 ceph-mon[96870]: osdmap e2624: 8 total, 8 up, 8 in 2024-07-27T19:49:36.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:36 smithi029 ceph-mon[96870]: pgmap v4991: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 511 B/s wr, 6 op/s 2024-07-27T19:49:36.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:36 smithi029 ceph-mon[99353]: osdmap e2624: 8 total, 8 up, 8 in 2024-07-27T19:49:36.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:36 smithi029 ceph-mon[99353]: pgmap v4991: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 511 B/s wr, 6 op/s 2024-07-27T19:49:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:36 smithi179 ceph-mon[89801]: osdmap e2624: 8 total, 8 up, 8 in 2024-07-27T19:49:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:36 smithi179 ceph-mon[89801]: pgmap v4991: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 511 B/s wr, 6 op/s 2024-07-27T19:49:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:37 smithi179 ceph-mon[89801]: osdmap e2625: 8 total, 8 up, 8 in 2024-07-27T19:49:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:37 smithi029 ceph-mon[96870]: osdmap e2625: 8 total, 8 up, 8 in 2024-07-27T19:49:37.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:37 smithi029 ceph-mon[99353]: osdmap e2625: 8 total, 8 up, 8 in 2024-07-27T19:49:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:38 smithi179 ceph-mon[89801]: osdmap e2626: 8 total, 8 up, 8 in 2024-07-27T19:49:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:38 smithi179 ceph-mon[89801]: pgmap v4994: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.5 KiB/s wr, 1.56k op/s 2024-07-27T19:49:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:38 smithi029 ceph-mon[96870]: osdmap e2626: 8 total, 8 up, 8 in 2024-07-27T19:49:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:38 smithi029 ceph-mon[96870]: pgmap v4994: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.5 KiB/s wr, 1.56k op/s 2024-07-27T19:49:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:38 smithi029 ceph-mon[99353]: osdmap e2626: 8 total, 8 up, 8 in 2024-07-27T19:49:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:38 smithi029 ceph-mon[99353]: pgmap v4994: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.5 KiB/s wr, 1.56k op/s 2024-07-27T19:49:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:39 smithi179 ceph-mon[89801]: osdmap e2627: 8 total, 8 up, 8 in 2024-07-27T19:49:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:49:39.750 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:39 smithi029 ceph-mon[99353]: osdmap e2627: 8 total, 8 up, 8 in 2024-07-27T19:49:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:49:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:39 smithi029 ceph-mon[96870]: osdmap e2627: 8 total, 8 up, 8 in 2024-07-27T19:49:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:49:40.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:40 smithi179 ceph-mon[89801]: osdmap e2628: 8 total, 8 up, 8 in 2024-07-27T19:49:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:40 smithi179 ceph-mon[89801]: pgmap v4997: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.2 KiB/s wr, 1.56k op/s 2024-07-27T19:49:40.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:40 smithi029 ceph-mon[96870]: osdmap e2628: 8 total, 8 up, 8 in 2024-07-27T19:49:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:40 smithi029 ceph-mon[96870]: pgmap v4997: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.2 KiB/s wr, 1.56k op/s 2024-07-27T19:49:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:40 smithi029 ceph-mon[99353]: osdmap e2628: 8 total, 8 up, 8 in 2024-07-27T19:49:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:40 smithi029 ceph-mon[99353]: pgmap v4997: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.2 KiB/s wr, 1.56k op/s 2024-07-27T19:49:41.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:41 smithi179 ceph-mon[89801]: osdmap e2629: 8 total, 8 up, 8 in 2024-07-27T19:49:41.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:41 smithi029 ceph-mon[96870]: osdmap e2629: 8 total, 8 up, 8 in 2024-07-27T19:49:41.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:41 smithi029 ceph-mon[99353]: osdmap e2629: 8 total, 8 up, 8 in 2024-07-27T19:49:42.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:42 smithi179 ceph-mon[89801]: osdmap e2630: 8 total, 8 up, 8 in 2024-07-27T19:49:42.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:42 smithi179 ceph-mon[89801]: pgmap v5000: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.2 KiB/s wr, 1.60k op/s 2024-07-27T19:49:42.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:42 smithi029 ceph-mon[96870]: osdmap e2630: 8 total, 8 up, 8 in 2024-07-27T19:49:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:42 smithi029 ceph-mon[96870]: pgmap v5000: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.2 KiB/s wr, 1.60k op/s 2024-07-27T19:49:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:49:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:49:42] "GET /metrics HTTP/1.1" 200 36722 "" "Prometheus/2.43.0" 2024-07-27T19:49:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:42 smithi029 ceph-mon[99353]: osdmap e2630: 8 total, 8 up, 8 in 2024-07-27T19:49:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:42 smithi029 ceph-mon[99353]: pgmap v5000: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.2 KiB/s wr, 1.60k op/s 2024-07-27T19:49:43.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:43 smithi179 ceph-mon[89801]: osdmap e2631: 8 total, 8 up, 8 in 2024-07-27T19:49:43.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:43 smithi029 ceph-mon[96870]: osdmap e2631: 8 total, 8 up, 8 in 2024-07-27T19:49:43.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:43 smithi029 ceph-mon[99353]: osdmap e2631: 8 total, 8 up, 8 in 2024-07-27T19:49:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:44 smithi179 ceph-mon[89801]: osdmap e2632: 8 total, 8 up, 8 in 2024-07-27T19:49:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:44 smithi179 ceph-mon[89801]: pgmap v5003: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.7 KiB/s wr, 1.60k op/s 2024-07-27T19:49:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:44 smithi029 ceph-mon[96870]: osdmap e2632: 8 total, 8 up, 8 in 2024-07-27T19:49:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:44 smithi029 ceph-mon[96870]: pgmap v5003: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.7 KiB/s wr, 1.60k op/s 2024-07-27T19:49:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:44 smithi029 ceph-mon[99353]: osdmap e2632: 8 total, 8 up, 8 in 2024-07-27T19:49:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:44 smithi029 ceph-mon[99353]: pgmap v5003: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.7 KiB/s wr, 1.60k op/s 2024-07-27T19:49:45.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:45 smithi179 ceph-mon[89801]: osdmap e2633: 8 total, 8 up, 8 in 2024-07-27T19:49:45.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:45 smithi029 ceph-mon[96870]: osdmap e2633: 8 total, 8 up, 8 in 2024-07-27T19:49:45.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:45 smithi029 ceph-mon[99353]: osdmap e2633: 8 total, 8 up, 8 in 2024-07-27T19:49:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:46 smithi179 ceph-mon[89801]: osdmap e2634: 8 total, 8 up, 8 in 2024-07-27T19:49:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:46 smithi179 ceph-mon[89801]: pgmap v5006: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:49:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:46 smithi029 ceph-mon[99353]: osdmap e2634: 8 total, 8 up, 8 in 2024-07-27T19:49:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:46 smithi029 ceph-mon[99353]: pgmap v5006: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:49:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:46 smithi029 ceph-mon[96870]: osdmap e2634: 8 total, 8 up, 8 in 2024-07-27T19:49:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:46 smithi029 ceph-mon[96870]: pgmap v5006: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:49:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:47 smithi179 ceph-mon[89801]: osdmap e2635: 8 total, 8 up, 8 in 2024-07-27T19:49:47.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:47 smithi029 ceph-mon[96870]: osdmap e2635: 8 total, 8 up, 8 in 2024-07-27T19:49:47.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:47 smithi029 ceph-mon[99353]: osdmap e2635: 8 total, 8 up, 8 in 2024-07-27T19:49:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:48 smithi179 ceph-mon[89801]: osdmap e2636: 8 total, 8 up, 8 in 2024-07-27T19:49:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:48 smithi179 ceph-mon[89801]: pgmap v5009: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.2 KiB/s wr, 1.65k op/s 2024-07-27T19:49:48.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:48 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:49:48.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:48 smithi029 ceph-mon[96870]: osdmap e2636: 8 total, 8 up, 8 in 2024-07-27T19:49:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:48 smithi029 ceph-mon[96870]: pgmap v5009: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.2 KiB/s wr, 1.65k op/s 2024-07-27T19:49:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:48 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:49:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:48 smithi029 ceph-mon[99353]: osdmap e2636: 8 total, 8 up, 8 in 2024-07-27T19:49:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:48 smithi029 ceph-mon[99353]: pgmap v5009: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.2 KiB/s wr, 1.65k op/s 2024-07-27T19:49:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:48 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:49:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:49 smithi179 ceph-mon[89801]: osdmap e2637: 8 total, 8 up, 8 in 2024-07-27T19:49:49.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:49:49.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:49:49.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:49 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:49:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:49 smithi029 ceph-mon[96870]: osdmap e2637: 8 total, 8 up, 8 in 2024-07-27T19:49:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:49:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:49:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:49 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:49:49.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:49 smithi029 ceph-mon[99353]: osdmap e2637: 8 total, 8 up, 8 in 2024-07-27T19:49:49.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:49:49.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:49:49.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:49 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:49:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:50 smithi179 ceph-mon[89801]: osdmap e2638: 8 total, 8 up, 8 in 2024-07-27T19:49:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:50 smithi179 ceph-mon[89801]: pgmap v5012: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 4.0 KiB/s wr, 1.65k op/s 2024-07-27T19:49:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:50 smithi029 ceph-mon[96870]: osdmap e2638: 8 total, 8 up, 8 in 2024-07-27T19:49:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:50 smithi029 ceph-mon[96870]: pgmap v5012: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 4.0 KiB/s wr, 1.65k op/s 2024-07-27T19:49:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:50 smithi029 ceph-mon[99353]: osdmap e2638: 8 total, 8 up, 8 in 2024-07-27T19:49:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:50 smithi029 ceph-mon[99353]: pgmap v5012: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 4.0 KiB/s wr, 1.65k op/s 2024-07-27T19:49:51.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:51 smithi179 ceph-mon[89801]: osdmap e2639: 8 total, 8 up, 8 in 2024-07-27T19:49:51.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:51 smithi029 ceph-mon[96870]: osdmap e2639: 8 total, 8 up, 8 in 2024-07-27T19:49:51.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:51 smithi029 ceph-mon[99353]: osdmap e2639: 8 total, 8 up, 8 in 2024-07-27T19:49:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:52 smithi179 ceph-mon[89801]: osdmap e2640: 8 total, 8 up, 8 in 2024-07-27T19:49:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:52 smithi179 ceph-mon[89801]: pgmap v5015: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.5 KiB/s wr, 1.69k op/s 2024-07-27T19:49:52.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:52 smithi029 ceph-mon[96870]: osdmap e2640: 8 total, 8 up, 8 in 2024-07-27T19:49:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:52 smithi029 ceph-mon[96870]: pgmap v5015: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.5 KiB/s wr, 1.69k op/s 2024-07-27T19:49:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:52 smithi029 ceph-mon[99353]: osdmap e2640: 8 total, 8 up, 8 in 2024-07-27T19:49:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:52 smithi029 ceph-mon[99353]: pgmap v5015: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.5 KiB/s wr, 1.69k op/s 2024-07-27T19:49:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:49:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:49:52] "GET /metrics HTTP/1.1" 200 36722 "" "Prometheus/2.43.0" 2024-07-27T19:49:53.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:53 smithi179 ceph-mon[89801]: osdmap e2641: 8 total, 8 up, 8 in 2024-07-27T19:49:53.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:53 smithi029 ceph-mon[96870]: osdmap e2641: 8 total, 8 up, 8 in 2024-07-27T19:49:53.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:53 smithi029 ceph-mon[99353]: osdmap e2641: 8 total, 8 up, 8 in 2024-07-27T19:49:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:54 smithi179 ceph-mon[89801]: osdmap e2642: 8 total, 8 up, 8 in 2024-07-27T19:49:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:49:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:54 smithi179 ceph-mon[89801]: pgmap v5018: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.2 KiB/s wr, 1.68k op/s 2024-07-27T19:49:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:54 smithi029 ceph-mon[96870]: osdmap e2642: 8 total, 8 up, 8 in 2024-07-27T19:49:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:49:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:54 smithi029 ceph-mon[96870]: pgmap v5018: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.2 KiB/s wr, 1.68k op/s 2024-07-27T19:49:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:54 smithi029 ceph-mon[99353]: osdmap e2642: 8 total, 8 up, 8 in 2024-07-27T19:49:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:49:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:54 smithi029 ceph-mon[99353]: pgmap v5018: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.2 KiB/s wr, 1.68k op/s 2024-07-27T19:49:55.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:55 smithi179 ceph-mon[89801]: osdmap e2643: 8 total, 8 up, 8 in 2024-07-27T19:49:55.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:55 smithi029 ceph-mon[96870]: osdmap e2643: 8 total, 8 up, 8 in 2024-07-27T19:49:55.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:55 smithi029 ceph-mon[99353]: osdmap e2643: 8 total, 8 up, 8 in 2024-07-27T19:49:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:56 smithi179 ceph-mon[89801]: osdmap e2644: 8 total, 8 up, 8 in 2024-07-27T19:49:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:56 smithi179 ceph-mon[89801]: pgmap v5021: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:49:56.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:56 smithi029 ceph-mon[96870]: osdmap e2644: 8 total, 8 up, 8 in 2024-07-27T19:49:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:56 smithi029 ceph-mon[96870]: pgmap v5021: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:49:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:56 smithi029 ceph-mon[99353]: osdmap e2644: 8 total, 8 up, 8 in 2024-07-27T19:49:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:56 smithi029 ceph-mon[99353]: pgmap v5021: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 6 op/s 2024-07-27T19:49:57.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:57 smithi179 ceph-mon[89801]: osdmap e2645: 8 total, 8 up, 8 in 2024-07-27T19:49:57.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:57 smithi029 ceph-mon[96870]: osdmap e2645: 8 total, 8 up, 8 in 2024-07-27T19:49:57.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:57 smithi029 ceph-mon[99353]: osdmap e2645: 8 total, 8 up, 8 in 2024-07-27T19:49:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:58 smithi179 ceph-mon[89801]: osdmap e2646: 8 total, 8 up, 8 in 2024-07-27T19:49:58.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:58 smithi179 ceph-mon[89801]: pgmap v5024: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.7 KiB/s wr, 1.74k op/s 2024-07-27T19:49:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:58 smithi029 ceph-mon[96870]: osdmap e2646: 8 total, 8 up, 8 in 2024-07-27T19:49:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:58 smithi029 ceph-mon[96870]: pgmap v5024: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.7 KiB/s wr, 1.74k op/s 2024-07-27T19:49:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:58 smithi029 ceph-mon[99353]: osdmap e2646: 8 total, 8 up, 8 in 2024-07-27T19:49:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:58 smithi029 ceph-mon[99353]: pgmap v5024: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.7 KiB/s wr, 1.74k op/s 2024-07-27T19:49:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:49:59 smithi179 ceph-mon[89801]: osdmap e2647: 8 total, 8 up, 8 in 2024-07-27T19:49:59.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:49:59 smithi029 ceph-mon[96870]: osdmap e2647: 8 total, 8 up, 8 in 2024-07-27T19:49:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:49:59 smithi029 ceph-mon[99353]: osdmap e2647: 8 total, 8 up, 8 in 2024-07-27T19:50:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:00 smithi179 ceph-mon[89801]: osdmap e2648: 8 total, 8 up, 8 in 2024-07-27T19:50:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:00 smithi179 ceph-mon[89801]: pgmap v5027: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.0 KiB/s wr, 1.74k op/s 2024-07-27T19:50:00.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:00 smithi179 ceph-mon[89801]: overall HEALTH_WARN Telemetry requires re-opt-in 2024-07-27T19:50:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:00 smithi029 ceph-mon[96870]: osdmap e2648: 8 total, 8 up, 8 in 2024-07-27T19:50:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:00 smithi029 ceph-mon[96870]: pgmap v5027: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.0 KiB/s wr, 1.74k op/s 2024-07-27T19:50:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:00 smithi029 ceph-mon[96870]: overall HEALTH_WARN Telemetry requires re-opt-in 2024-07-27T19:50:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:00 smithi029 ceph-mon[99353]: osdmap e2648: 8 total, 8 up, 8 in 2024-07-27T19:50:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:00 smithi029 ceph-mon[99353]: pgmap v5027: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.0 KiB/s wr, 1.74k op/s 2024-07-27T19:50:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:00 smithi029 ceph-mon[99353]: overall HEALTH_WARN Telemetry requires re-opt-in 2024-07-27T19:50:01.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:01 smithi179 ceph-mon[89801]: osdmap e2649: 8 total, 8 up, 8 in 2024-07-27T19:50:01.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:01 smithi029 ceph-mon[96870]: osdmap e2649: 8 total, 8 up, 8 in 2024-07-27T19:50:01.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:01 smithi029 ceph-mon[99353]: osdmap e2649: 8 total, 8 up, 8 in 2024-07-27T19:50:02.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:02 smithi029 ceph-mon[96870]: osdmap e2650: 8 total, 8 up, 8 in 2024-07-27T19:50:02.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:02 smithi029 ceph-mon[96870]: pgmap v5030: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.5 KiB/s wr, 1.78k op/s 2024-07-27T19:50:02.653 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:50:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:50:02] "GET /metrics HTTP/1.1" 200 36727 "" "Prometheus/2.43.0" 2024-07-27T19:50:02.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:02 smithi029 ceph-mon[99353]: osdmap e2650: 8 total, 8 up, 8 in 2024-07-27T19:50:02.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:02 smithi029 ceph-mon[99353]: pgmap v5030: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.5 KiB/s wr, 1.78k op/s 2024-07-27T19:50:02.835 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:02 smithi179 ceph-mon[89801]: osdmap e2650: 8 total, 8 up, 8 in 2024-07-27T19:50:02.836 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:02 smithi179 ceph-mon[89801]: pgmap v5030: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.5 KiB/s wr, 1.78k op/s 2024-07-27T19:50:03.162 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:50:02 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=cleanup t=2024-07-27T19:50:02.833916017Z level=info msg="Completed cleanup jobs" duration=2.22804ms 2024-07-27T19:50:03.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:03 smithi029 ceph-mon[96870]: osdmap e2651: 8 total, 8 up, 8 in 2024-07-27T19:50:03.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:03 smithi029 ceph-mon[99353]: osdmap e2651: 8 total, 8 up, 8 in 2024-07-27T19:50:03.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:03 smithi179 ceph-mon[89801]: osdmap e2651: 8 total, 8 up, 8 in 2024-07-27T19:50:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:04 smithi029 ceph-mon[96870]: osdmap e2652: 8 total, 8 up, 8 in 2024-07-27T19:50:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:04 smithi029 ceph-mon[96870]: pgmap v5033: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.0 KiB/s wr, 1.78k op/s 2024-07-27T19:50:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:04 smithi029 ceph-mon[99353]: osdmap e2652: 8 total, 8 up, 8 in 2024-07-27T19:50:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:04 smithi029 ceph-mon[99353]: pgmap v5033: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.0 KiB/s wr, 1.78k op/s 2024-07-27T19:50:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:04 smithi179 ceph-mon[89801]: osdmap e2652: 8 total, 8 up, 8 in 2024-07-27T19:50:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:04 smithi179 ceph-mon[89801]: pgmap v5033: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 4.0 KiB/s wr, 1.78k op/s 2024-07-27T19:50:05.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:05 smithi029 ceph-mon[96870]: osdmap e2653: 8 total, 8 up, 8 in 2024-07-27T19:50:05.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:05 smithi029 ceph-mon[99353]: osdmap e2653: 8 total, 8 up, 8 in 2024-07-27T19:50:05.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:05 smithi179 ceph-mon[89801]: osdmap e2653: 8 total, 8 up, 8 in 2024-07-27T19:50:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:06 smithi029 ceph-mon[96870]: osdmap e2654: 8 total, 8 up, 8 in 2024-07-27T19:50:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:06 smithi029 ceph-mon[96870]: pgmap v5036: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 1023 B/s wr, 6 op/s 2024-07-27T19:50:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:06 smithi029 ceph-mon[99353]: osdmap e2654: 8 total, 8 up, 8 in 2024-07-27T19:50:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:06 smithi029 ceph-mon[99353]: pgmap v5036: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 1023 B/s wr, 6 op/s 2024-07-27T19:50:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:06 smithi179 ceph-mon[89801]: osdmap e2654: 8 total, 8 up, 8 in 2024-07-27T19:50:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:06 smithi179 ceph-mon[89801]: pgmap v5036: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 1023 B/s wr, 6 op/s 2024-07-27T19:50:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:07 smithi029 ceph-mon[96870]: osdmap e2655: 8 total, 8 up, 8 in 2024-07-27T19:50:07.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:07 smithi029 ceph-mon[99353]: osdmap e2655: 8 total, 8 up, 8 in 2024-07-27T19:50:07.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:07 smithi179 ceph-mon[89801]: osdmap e2655: 8 total, 8 up, 8 in 2024-07-27T19:50:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:08 smithi029 ceph-mon[96870]: osdmap e2656: 8 total, 8 up, 8 in 2024-07-27T19:50:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:08 smithi029 ceph-mon[96870]: pgmap v5039: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.2 KiB/s wr, 1.78k op/s 2024-07-27T19:50:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:08 smithi029 ceph-mon[99353]: osdmap e2656: 8 total, 8 up, 8 in 2024-07-27T19:50:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:08 smithi029 ceph-mon[99353]: pgmap v5039: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.2 KiB/s wr, 1.78k op/s 2024-07-27T19:50:08.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:08 smithi179 ceph-mon[89801]: osdmap e2656: 8 total, 8 up, 8 in 2024-07-27T19:50:08.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:08 smithi179 ceph-mon[89801]: pgmap v5039: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.2 KiB/s wr, 1.78k op/s 2024-07-27T19:50:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:09 smithi029 ceph-mon[96870]: osdmap e2657: 8 total, 8 up, 8 in 2024-07-27T19:50:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:50:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:09 smithi029 ceph-mon[96870]: osdmap e2658: 8 total, 8 up, 8 in 2024-07-27T19:50:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:09 smithi029 ceph-mon[99353]: osdmap e2657: 8 total, 8 up, 8 in 2024-07-27T19:50:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:50:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:09 smithi029 ceph-mon[99353]: osdmap e2658: 8 total, 8 up, 8 in 2024-07-27T19:50:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:09 smithi179 ceph-mon[89801]: osdmap e2657: 8 total, 8 up, 8 in 2024-07-27T19:50:09.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:50:09.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:09 smithi179 ceph-mon[89801]: osdmap e2658: 8 total, 8 up, 8 in 2024-07-27T19:50:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:11 smithi029 ceph-mon[96870]: pgmap v5042: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.0 KiB/s wr, 1.78k op/s 2024-07-27T19:50:11.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:11 smithi029 ceph-mon[96870]: osdmap e2659: 8 total, 8 up, 8 in 2024-07-27T19:50:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:11 smithi029 ceph-mon[99353]: pgmap v5042: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.0 KiB/s wr, 1.78k op/s 2024-07-27T19:50:11.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:11 smithi029 ceph-mon[99353]: osdmap e2659: 8 total, 8 up, 8 in 2024-07-27T19:50:11.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:11 smithi179 ceph-mon[89801]: pgmap v5042: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.0 KiB/s wr, 1.78k op/s 2024-07-27T19:50:11.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:11 smithi179 ceph-mon[89801]: osdmap e2659: 8 total, 8 up, 8 in 2024-07-27T19:50:12.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:12 smithi029 ceph-mon[96870]: osdmap e2660: 8 total, 8 up, 8 in 2024-07-27T19:50:12.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:12 smithi029 ceph-mon[99353]: osdmap e2660: 8 total, 8 up, 8 in 2024-07-27T19:50:12.501 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:50:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:50:12] "GET /metrics HTTP/1.1" 200 36721 "" "Prometheus/2.43.0" 2024-07-27T19:50:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:12 smithi179 ceph-mon[89801]: osdmap e2660: 8 total, 8 up, 8 in 2024-07-27T19:50:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:13 smithi029 ceph-mon[96870]: pgmap v5045: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.0 KiB/s wr, 1.73k op/s 2024-07-27T19:50:13.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:13 smithi029 ceph-mon[96870]: osdmap e2661: 8 total, 8 up, 8 in 2024-07-27T19:50:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:13 smithi029 ceph-mon[99353]: pgmap v5045: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.0 KiB/s wr, 1.73k op/s 2024-07-27T19:50:13.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:13 smithi029 ceph-mon[99353]: osdmap e2661: 8 total, 8 up, 8 in 2024-07-27T19:50:13.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:13 smithi179 ceph-mon[89801]: pgmap v5045: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.0 KiB/s wr, 1.73k op/s 2024-07-27T19:50:13.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:13 smithi179 ceph-mon[89801]: osdmap e2661: 8 total, 8 up, 8 in 2024-07-27T19:50:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:14 smithi029 ceph-mon[96870]: osdmap e2662: 8 total, 8 up, 8 in 2024-07-27T19:50:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:14 smithi029 ceph-mon[96870]: pgmap v5048: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.0 KiB/s wr, 1.74k op/s 2024-07-27T19:50:14.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:14 smithi029 ceph-mon[96870]: osdmap e2663: 8 total, 8 up, 8 in 2024-07-27T19:50:14.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:14 smithi029 ceph-mon[99353]: osdmap e2662: 8 total, 8 up, 8 in 2024-07-27T19:50:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:14 smithi029 ceph-mon[99353]: pgmap v5048: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.0 KiB/s wr, 1.74k op/s 2024-07-27T19:50:14.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:14 smithi029 ceph-mon[99353]: osdmap e2663: 8 total, 8 up, 8 in 2024-07-27T19:50:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:14 smithi179 ceph-mon[89801]: osdmap e2662: 8 total, 8 up, 8 in 2024-07-27T19:50:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:14 smithi179 ceph-mon[89801]: pgmap v5048: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.3 MiB/s rd, 5.0 KiB/s wr, 1.74k op/s 2024-07-27T19:50:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:14 smithi179 ceph-mon[89801]: osdmap e2663: 8 total, 8 up, 8 in 2024-07-27T19:50:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:16 smithi179 ceph-mon[89801]: osdmap e2664: 8 total, 8 up, 8 in 2024-07-27T19:50:16.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:16 smithi179 ceph-mon[89801]: pgmap v5051: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-07-27T19:50:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:16 smithi029 ceph-mon[96870]: osdmap e2664: 8 total, 8 up, 8 in 2024-07-27T19:50:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:16 smithi029 ceph-mon[96870]: pgmap v5051: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-07-27T19:50:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:16 smithi029 ceph-mon[99353]: osdmap e2664: 8 total, 8 up, 8 in 2024-07-27T19:50:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:16 smithi029 ceph-mon[99353]: pgmap v5051: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-07-27T19:50:17.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:17 smithi179 ceph-mon[89801]: osdmap e2665: 8 total, 8 up, 8 in 2024-07-27T19:50:17.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:17 smithi029 ceph-mon[96870]: osdmap e2665: 8 total, 8 up, 8 in 2024-07-27T19:50:17.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:17 smithi029 ceph-mon[99353]: osdmap e2665: 8 total, 8 up, 8 in 2024-07-27T19:50:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:18 smithi179 ceph-mon[89801]: osdmap e2666: 8 total, 8 up, 8 in 2024-07-27T19:50:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:18 smithi179 ceph-mon[89801]: pgmap v5054: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.69k op/s 2024-07-27T19:50:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:18 smithi029 ceph-mon[96870]: osdmap e2666: 8 total, 8 up, 8 in 2024-07-27T19:50:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:18 smithi029 ceph-mon[96870]: pgmap v5054: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.69k op/s 2024-07-27T19:50:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:18 smithi029 ceph-mon[99353]: osdmap e2666: 8 total, 8 up, 8 in 2024-07-27T19:50:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:18 smithi029 ceph-mon[99353]: pgmap v5054: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.69k op/s 2024-07-27T19:50:19.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:19 smithi179 ceph-mon[89801]: osdmap e2667: 8 total, 8 up, 8 in 2024-07-27T19:50:19.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:19 smithi179 ceph-mon[89801]: osdmap e2668: 8 total, 8 up, 8 in 2024-07-27T19:50:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:19 smithi029 ceph-mon[96870]: osdmap e2667: 8 total, 8 up, 8 in 2024-07-27T19:50:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:19 smithi029 ceph-mon[96870]: osdmap e2668: 8 total, 8 up, 8 in 2024-07-27T19:50:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:19 smithi029 ceph-mon[99353]: osdmap e2667: 8 total, 8 up, 8 in 2024-07-27T19:50:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:19 smithi029 ceph-mon[99353]: osdmap e2668: 8 total, 8 up, 8 in 2024-07-27T19:50:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:20 smithi179 ceph-mon[89801]: pgmap v5057: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.69k op/s 2024-07-27T19:50:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:20 smithi029 ceph-mon[96870]: pgmap v5057: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.69k op/s 2024-07-27T19:50:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:20 smithi029 ceph-mon[99353]: pgmap v5057: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.69k op/s 2024-07-27T19:50:21.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:21 smithi179 ceph-mon[89801]: osdmap e2669: 8 total, 8 up, 8 in 2024-07-27T19:50:21.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:21 smithi029 ceph-mon[96870]: osdmap e2669: 8 total, 8 up, 8 in 2024-07-27T19:50:21.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:21 smithi029 ceph-mon[99353]: osdmap e2669: 8 total, 8 up, 8 in 2024-07-27T19:50:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:22 smithi179 ceph-mon[89801]: osdmap e2670: 8 total, 8 up, 8 in 2024-07-27T19:50:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:22 smithi179 ceph-mon[89801]: pgmap v5060: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.64k op/s 2024-07-27T19:50:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:22 smithi029 ceph-mon[96870]: osdmap e2670: 8 total, 8 up, 8 in 2024-07-27T19:50:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:22 smithi029 ceph-mon[96870]: pgmap v5060: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.64k op/s 2024-07-27T19:50:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:22 smithi029 ceph-mon[99353]: osdmap e2670: 8 total, 8 up, 8 in 2024-07-27T19:50:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:22 smithi029 ceph-mon[99353]: pgmap v5060: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.64k op/s 2024-07-27T19:50:22.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:50:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:50:22] "GET /metrics HTTP/1.1" 200 36721 "" "Prometheus/2.43.0" 2024-07-27T19:50:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:23 smithi179 ceph-mon[89801]: osdmap e2671: 8 total, 8 up, 8 in 2024-07-27T19:50:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:23 smithi029 ceph-mon[96870]: osdmap e2671: 8 total, 8 up, 8 in 2024-07-27T19:50:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:23 smithi029 ceph-mon[99353]: osdmap e2671: 8 total, 8 up, 8 in 2024-07-27T19:50:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:24 smithi179 ceph-mon[89801]: osdmap e2672: 8 total, 8 up, 8 in 2024-07-27T19:50:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:50:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:24 smithi179 ceph-mon[89801]: pgmap v5063: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.64k op/s 2024-07-27T19:50:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:24 smithi179 ceph-mon[89801]: osdmap e2673: 8 total, 8 up, 8 in 2024-07-27T19:50:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:24 smithi029 ceph-mon[96870]: osdmap e2672: 8 total, 8 up, 8 in 2024-07-27T19:50:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:50:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:24 smithi029 ceph-mon[96870]: pgmap v5063: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.64k op/s 2024-07-27T19:50:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:24 smithi029 ceph-mon[96870]: osdmap e2673: 8 total, 8 up, 8 in 2024-07-27T19:50:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:24 smithi029 ceph-mon[99353]: osdmap e2672: 8 total, 8 up, 8 in 2024-07-27T19:50:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:50:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:24 smithi029 ceph-mon[99353]: pgmap v5063: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.64k op/s 2024-07-27T19:50:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:24 smithi029 ceph-mon[99353]: osdmap e2673: 8 total, 8 up, 8 in 2024-07-27T19:50:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:26 smithi029 ceph-mon[96870]: osdmap e2674: 8 total, 8 up, 8 in 2024-07-27T19:50:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:26 smithi029 ceph-mon[99353]: osdmap e2674: 8 total, 8 up, 8 in 2024-07-27T19:50:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:26 smithi179 ceph-mon[89801]: osdmap e2674: 8 total, 8 up, 8 in 2024-07-27T19:50:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:27 smithi029 ceph-mon[96870]: pgmap v5066: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:50:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:27 smithi029 ceph-mon[96870]: osdmap e2675: 8 total, 8 up, 8 in 2024-07-27T19:50:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:27 smithi029 ceph-mon[99353]: pgmap v5066: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:50:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:27 smithi029 ceph-mon[99353]: osdmap e2675: 8 total, 8 up, 8 in 2024-07-27T19:50:27.660 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:27 smithi179 ceph-mon[89801]: pgmap v5066: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:50:27.660 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:27 smithi179 ceph-mon[89801]: osdmap e2675: 8 total, 8 up, 8 in 2024-07-27T19:50:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:28 smithi029 ceph-mon[96870]: osdmap e2676: 8 total, 8 up, 8 in 2024-07-27T19:50:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:28 smithi029 ceph-mon[99353]: osdmap e2676: 8 total, 8 up, 8 in 2024-07-27T19:50:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:28 smithi179 ceph-mon[89801]: osdmap e2676: 8 total, 8 up, 8 in 2024-07-27T19:50:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:29 smithi029 ceph-mon[96870]: pgmap v5069: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.60k op/s 2024-07-27T19:50:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:29 smithi029 ceph-mon[96870]: osdmap e2677: 8 total, 8 up, 8 in 2024-07-27T19:50:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:29 smithi029 ceph-mon[96870]: osdmap e2678: 8 total, 8 up, 8 in 2024-07-27T19:50:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:29 smithi029 ceph-mon[99353]: pgmap v5069: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.60k op/s 2024-07-27T19:50:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:29 smithi029 ceph-mon[99353]: osdmap e2677: 8 total, 8 up, 8 in 2024-07-27T19:50:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:29 smithi029 ceph-mon[99353]: osdmap e2678: 8 total, 8 up, 8 in 2024-07-27T19:50:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:29 smithi179 ceph-mon[89801]: pgmap v5069: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.60k op/s 2024-07-27T19:50:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:29 smithi179 ceph-mon[89801]: osdmap e2677: 8 total, 8 up, 8 in 2024-07-27T19:50:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:29 smithi179 ceph-mon[89801]: osdmap e2678: 8 total, 8 up, 8 in 2024-07-27T19:50:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:30 smithi029 ceph-mon[96870]: pgmap v5072: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.60k op/s 2024-07-27T19:50:30.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:30 smithi029 ceph-mon[99353]: pgmap v5072: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.60k op/s 2024-07-27T19:50:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:30 smithi179 ceph-mon[89801]: pgmap v5072: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 MiB/s rd, 5.0 KiB/s wr, 1.60k op/s 2024-07-27T19:50:31.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:31 smithi179 ceph-mon[89801]: osdmap e2679: 8 total, 8 up, 8 in 2024-07-27T19:50:31.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:31 smithi029 ceph-mon[96870]: osdmap e2679: 8 total, 8 up, 8 in 2024-07-27T19:50:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:31 smithi029 ceph-mon[99353]: osdmap e2679: 8 total, 8 up, 8 in 2024-07-27T19:50:32.651 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:32 smithi029 ceph-mon[96870]: osdmap e2680: 8 total, 8 up, 8 in 2024-07-27T19:50:32.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:32 smithi029 ceph-mon[96870]: pgmap v5075: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.55k op/s 2024-07-27T19:50:32.652 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:32 smithi029 ceph-mon[99353]: osdmap e2680: 8 total, 8 up, 8 in 2024-07-27T19:50:32.652 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:32 smithi029 ceph-mon[99353]: pgmap v5075: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.55k op/s 2024-07-27T19:50:32.652 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:50:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:50:32] "GET /metrics HTTP/1.1" 200 36724 "" "Prometheus/2.43.0" 2024-07-27T19:50:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:32 smithi179 ceph-mon[89801]: osdmap e2680: 8 total, 8 up, 8 in 2024-07-27T19:50:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:32 smithi179 ceph-mon[89801]: pgmap v5075: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.55k op/s 2024-07-27T19:50:33.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:33 smithi179 ceph-mon[89801]: osdmap e2681: 8 total, 8 up, 8 in 2024-07-27T19:50:33.672 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:33 smithi029 ceph-mon[96870]: osdmap e2681: 8 total, 8 up, 8 in 2024-07-27T19:50:33.672 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:33 smithi029 ceph-mon[99353]: osdmap e2681: 8 total, 8 up, 8 in 2024-07-27T19:50:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:34 smithi179 ceph-mon[89801]: osdmap e2682: 8 total, 8 up, 8 in 2024-07-27T19:50:34.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:34 smithi179 ceph-mon[89801]: pgmap v5078: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.55k op/s 2024-07-27T19:50:34.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:34 smithi179 ceph-mon[89801]: osdmap e2683: 8 total, 8 up, 8 in 2024-07-27T19:50:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:34 smithi029 ceph-mon[96870]: osdmap e2682: 8 total, 8 up, 8 in 2024-07-27T19:50:34.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:34 smithi029 ceph-mon[96870]: pgmap v5078: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.55k op/s 2024-07-27T19:50:34.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:34 smithi029 ceph-mon[96870]: osdmap e2683: 8 total, 8 up, 8 in 2024-07-27T19:50:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:34 smithi029 ceph-mon[99353]: osdmap e2682: 8 total, 8 up, 8 in 2024-07-27T19:50:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:34 smithi029 ceph-mon[99353]: pgmap v5078: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.55k op/s 2024-07-27T19:50:34.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:34 smithi029 ceph-mon[99353]: osdmap e2683: 8 total, 8 up, 8 in 2024-07-27T19:50:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:36 smithi179 ceph-mon[89801]: osdmap e2684: 8 total, 8 up, 8 in 2024-07-27T19:50:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:36 smithi179 ceph-mon[89801]: pgmap v5081: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:50:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:36 smithi029 ceph-mon[96870]: osdmap e2684: 8 total, 8 up, 8 in 2024-07-27T19:50:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:36 smithi029 ceph-mon[96870]: pgmap v5081: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:50:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:36 smithi029 ceph-mon[99353]: osdmap e2684: 8 total, 8 up, 8 in 2024-07-27T19:50:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:36 smithi029 ceph-mon[99353]: pgmap v5081: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:50:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:37 smithi179 ceph-mon[89801]: osdmap e2685: 8 total, 8 up, 8 in 2024-07-27T19:50:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:37 smithi029 ceph-mon[96870]: osdmap e2685: 8 total, 8 up, 8 in 2024-07-27T19:50:37.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:37 smithi029 ceph-mon[99353]: osdmap e2685: 8 total, 8 up, 8 in 2024-07-27T19:50:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:38 smithi179 ceph-mon[89801]: osdmap e2686: 8 total, 8 up, 8 in 2024-07-27T19:50:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:38 smithi179 ceph-mon[89801]: pgmap v5084: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.51k op/s 2024-07-27T19:50:38.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:38 smithi029 ceph-mon[96870]: osdmap e2686: 8 total, 8 up, 8 in 2024-07-27T19:50:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:38 smithi029 ceph-mon[96870]: pgmap v5084: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.51k op/s 2024-07-27T19:50:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:38 smithi029 ceph-mon[99353]: osdmap e2686: 8 total, 8 up, 8 in 2024-07-27T19:50:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:38 smithi029 ceph-mon[99353]: pgmap v5084: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.51k op/s 2024-07-27T19:50:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:39 smithi179 ceph-mon[89801]: osdmap e2687: 8 total, 8 up, 8 in 2024-07-27T19:50:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:50:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:39 smithi179 ceph-mon[89801]: osdmap e2688: 8 total, 8 up, 8 in 2024-07-27T19:50:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:39 smithi029 ceph-mon[96870]: osdmap e2687: 8 total, 8 up, 8 in 2024-07-27T19:50:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:50:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:39 smithi029 ceph-mon[96870]: osdmap e2688: 8 total, 8 up, 8 in 2024-07-27T19:50:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:39 smithi029 ceph-mon[99353]: osdmap e2687: 8 total, 8 up, 8 in 2024-07-27T19:50:39.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:50:39.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:39 smithi029 ceph-mon[99353]: osdmap e2688: 8 total, 8 up, 8 in 2024-07-27T19:50:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:41 smithi029 ceph-mon[96870]: pgmap v5087: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.51k op/s 2024-07-27T19:50:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:41 smithi029 ceph-mon[96870]: osdmap e2689: 8 total, 8 up, 8 in 2024-07-27T19:50:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:41 smithi029 ceph-mon[99353]: pgmap v5087: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.51k op/s 2024-07-27T19:50:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:41 smithi029 ceph-mon[99353]: osdmap e2689: 8 total, 8 up, 8 in 2024-07-27T19:50:41.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:41 smithi179 ceph-mon[89801]: pgmap v5087: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.51k op/s 2024-07-27T19:50:41.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:41 smithi179 ceph-mon[89801]: osdmap e2689: 8 total, 8 up, 8 in 2024-07-27T19:50:42.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:42 smithi029 ceph-mon[96870]: osdmap e2690: 8 total, 8 up, 8 in 2024-07-27T19:50:42.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:42 smithi029 ceph-mon[99353]: osdmap e2690: 8 total, 8 up, 8 in 2024-07-27T19:50:42.502 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:50:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:50:42] "GET /metrics HTTP/1.1" 200 36725 "" "Prometheus/2.43.0" 2024-07-27T19:50:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:42 smithi179 ceph-mon[89801]: osdmap e2690: 8 total, 8 up, 8 in 2024-07-27T19:50:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:43 smithi029 ceph-mon[96870]: pgmap v5090: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.47k op/s 2024-07-27T19:50:43.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:43 smithi029 ceph-mon[96870]: osdmap e2691: 8 total, 8 up, 8 in 2024-07-27T19:50:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:43 smithi029 ceph-mon[99353]: pgmap v5090: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.47k op/s 2024-07-27T19:50:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:43 smithi029 ceph-mon[99353]: osdmap e2691: 8 total, 8 up, 8 in 2024-07-27T19:50:43.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:43 smithi179 ceph-mon[89801]: pgmap v5090: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.47k op/s 2024-07-27T19:50:43.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:43 smithi179 ceph-mon[89801]: osdmap e2691: 8 total, 8 up, 8 in 2024-07-27T19:50:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:44 smithi179 ceph-mon[89801]: osdmap e2692: 8 total, 8 up, 8 in 2024-07-27T19:50:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:44 smithi179 ceph-mon[89801]: pgmap v5093: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.47k op/s 2024-07-27T19:50:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:44 smithi179 ceph-mon[89801]: osdmap e2693: 8 total, 8 up, 8 in 2024-07-27T19:50:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:44 smithi029 ceph-mon[96870]: osdmap e2692: 8 total, 8 up, 8 in 2024-07-27T19:50:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:44 smithi029 ceph-mon[96870]: pgmap v5093: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.47k op/s 2024-07-27T19:50:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:44 smithi029 ceph-mon[96870]: osdmap e2693: 8 total, 8 up, 8 in 2024-07-27T19:50:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:44 smithi029 ceph-mon[99353]: osdmap e2692: 8 total, 8 up, 8 in 2024-07-27T19:50:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:44 smithi029 ceph-mon[99353]: pgmap v5093: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 KiB/s wr, 1.47k op/s 2024-07-27T19:50:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:44 smithi029 ceph-mon[99353]: osdmap e2693: 8 total, 8 up, 8 in 2024-07-27T19:50:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:46 smithi179 ceph-mon[89801]: osdmap e2694: 8 total, 8 up, 8 in 2024-07-27T19:50:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:46 smithi179 ceph-mon[89801]: pgmap v5096: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-07-27T19:50:46.753 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:46 smithi029 ceph-mon[96870]: osdmap e2694: 8 total, 8 up, 8 in 2024-07-27T19:50:46.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:46 smithi029 ceph-mon[96870]: pgmap v5096: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-07-27T19:50:46.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:46 smithi029 ceph-mon[99353]: osdmap e2694: 8 total, 8 up, 8 in 2024-07-27T19:50:46.754 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:46 smithi029 ceph-mon[99353]: pgmap v5096: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-07-27T19:50:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:47 smithi179 ceph-mon[89801]: osdmap e2695: 8 total, 8 up, 8 in 2024-07-27T19:50:47.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:47 smithi029 ceph-mon[96870]: osdmap e2695: 8 total, 8 up, 8 in 2024-07-27T19:50:47.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:47 smithi029 ceph-mon[99353]: osdmap e2695: 8 total, 8 up, 8 in 2024-07-27T19:50:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:48 smithi179 ceph-mon[89801]: osdmap e2696: 8 total, 8 up, 8 in 2024-07-27T19:50:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:48 smithi179 ceph-mon[89801]: pgmap v5099: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 5.0 KiB/s wr, 1.43k op/s 2024-07-27T19:50:48.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:48 smithi029 ceph-mon[96870]: osdmap e2696: 8 total, 8 up, 8 in 2024-07-27T19:50:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:48 smithi029 ceph-mon[96870]: pgmap v5099: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 5.0 KiB/s wr, 1.43k op/s 2024-07-27T19:50:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:48 smithi029 ceph-mon[99353]: osdmap e2696: 8 total, 8 up, 8 in 2024-07-27T19:50:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:48 smithi029 ceph-mon[99353]: pgmap v5099: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 5.0 KiB/s wr, 1.43k op/s 2024-07-27T19:50:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:49 smithi179 ceph-mon[89801]: osdmap e2697: 8 total, 8 up, 8 in 2024-07-27T19:50:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:50:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:50:49.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:50:49.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:49 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:50:49.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:49 smithi179 ceph-mon[89801]: osdmap e2698: 8 total, 8 up, 8 in 2024-07-27T19:50:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:49 smithi029 ceph-mon[96870]: osdmap e2697: 8 total, 8 up, 8 in 2024-07-27T19:50:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:50:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:50:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:50:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:49 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:50:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:49 smithi029 ceph-mon[96870]: osdmap e2698: 8 total, 8 up, 8 in 2024-07-27T19:50:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:49 smithi029 ceph-mon[99353]: osdmap e2697: 8 total, 8 up, 8 in 2024-07-27T19:50:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:50:49.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:50:49.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:50:49.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:49 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:50:49.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:49 smithi029 ceph-mon[99353]: osdmap e2698: 8 total, 8 up, 8 in 2024-07-27T19:50:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:50 smithi179 ceph-mon[89801]: pgmap v5102: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 5.0 KiB/s wr, 1.43k op/s 2024-07-27T19:50:50.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:50 smithi029 ceph-mon[96870]: pgmap v5102: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 5.0 KiB/s wr, 1.43k op/s 2024-07-27T19:50:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:50 smithi029 ceph-mon[99353]: pgmap v5102: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 5.0 KiB/s wr, 1.43k op/s 2024-07-27T19:50:51.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:51 smithi179 ceph-mon[89801]: osdmap e2699: 8 total, 8 up, 8 in 2024-07-27T19:50:51.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:51 smithi029 ceph-mon[96870]: osdmap e2699: 8 total, 8 up, 8 in 2024-07-27T19:50:51.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:51 smithi029 ceph-mon[99353]: osdmap e2699: 8 total, 8 up, 8 in 2024-07-27T19:50:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:52 smithi179 ceph-mon[89801]: osdmap e2700: 8 total, 8 up, 8 in 2024-07-27T19:50:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:52 smithi179 ceph-mon[89801]: pgmap v5105: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1021 KiB/s rd, 5.0 KiB/s wr, 1.38k op/s 2024-07-27T19:50:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:52 smithi029 ceph-mon[96870]: osdmap e2700: 8 total, 8 up, 8 in 2024-07-27T19:50:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:52 smithi029 ceph-mon[96870]: pgmap v5105: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1021 KiB/s rd, 5.0 KiB/s wr, 1.38k op/s 2024-07-27T19:50:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:50:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:50:52] "GET /metrics HTTP/1.1" 200 36725 "" "Prometheus/2.43.0" 2024-07-27T19:50:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:52 smithi029 ceph-mon[99353]: osdmap e2700: 8 total, 8 up, 8 in 2024-07-27T19:50:52.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:52 smithi029 ceph-mon[99353]: pgmap v5105: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1021 KiB/s rd, 5.0 KiB/s wr, 1.38k op/s 2024-07-27T19:50:53.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:53 smithi179 ceph-mon[89801]: osdmap e2701: 8 total, 8 up, 8 in 2024-07-27T19:50:53.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:53 smithi029 ceph-mon[96870]: osdmap e2701: 8 total, 8 up, 8 in 2024-07-27T19:50:53.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:53 smithi029 ceph-mon[99353]: osdmap e2701: 8 total, 8 up, 8 in 2024-07-27T19:50:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:54 smithi179 ceph-mon[89801]: osdmap e2702: 8 total, 8 up, 8 in 2024-07-27T19:50:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:50:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:54 smithi179 ceph-mon[89801]: pgmap v5108: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1022 KiB/s rd, 5.0 KiB/s wr, 1.38k op/s 2024-07-27T19:50:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:54 smithi179 ceph-mon[89801]: osdmap e2703: 8 total, 8 up, 8 in 2024-07-27T19:50:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:54 smithi029 ceph-mon[99353]: osdmap e2702: 8 total, 8 up, 8 in 2024-07-27T19:50:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:50:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:54 smithi029 ceph-mon[99353]: pgmap v5108: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1022 KiB/s rd, 5.0 KiB/s wr, 1.38k op/s 2024-07-27T19:50:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:54 smithi029 ceph-mon[99353]: osdmap e2703: 8 total, 8 up, 8 in 2024-07-27T19:50:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:54 smithi029 ceph-mon[96870]: osdmap e2702: 8 total, 8 up, 8 in 2024-07-27T19:50:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:50:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:54 smithi029 ceph-mon[96870]: pgmap v5108: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1022 KiB/s rd, 5.0 KiB/s wr, 1.38k op/s 2024-07-27T19:50:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:54 smithi029 ceph-mon[96870]: osdmap e2703: 8 total, 8 up, 8 in 2024-07-27T19:50:56.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:56 smithi029 ceph-mon[99353]: osdmap e2704: 8 total, 8 up, 8 in 2024-07-27T19:50:56.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:56 smithi029 ceph-mon[96870]: osdmap e2704: 8 total, 8 up, 8 in 2024-07-27T19:50:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:56 smithi179 ceph-mon[89801]: osdmap e2704: 8 total, 8 up, 8 in 2024-07-27T19:50:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:57 smithi029 ceph-mon[99353]: pgmap v5111: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-07-27T19:50:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:57 smithi029 ceph-mon[99353]: osdmap e2705: 8 total, 8 up, 8 in 2024-07-27T19:50:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:57 smithi029 ceph-mon[96870]: pgmap v5111: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-07-27T19:50:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:57 smithi029 ceph-mon[96870]: osdmap e2705: 8 total, 8 up, 8 in 2024-07-27T19:50:57.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:57 smithi179 ceph-mon[89801]: pgmap v5111: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-07-27T19:50:57.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:57 smithi179 ceph-mon[89801]: osdmap e2705: 8 total, 8 up, 8 in 2024-07-27T19:50:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:58 smithi179 ceph-mon[89801]: osdmap e2706: 8 total, 8 up, 8 in 2024-07-27T19:50:58.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:58 smithi179 ceph-mon[89801]: pgmap v5114: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 988 KiB/s rd, 5.0 KiB/s wr, 1.34k op/s 2024-07-27T19:50:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:58 smithi029 ceph-mon[96870]: osdmap e2706: 8 total, 8 up, 8 in 2024-07-27T19:50:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:58 smithi029 ceph-mon[96870]: pgmap v5114: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 988 KiB/s rd, 5.0 KiB/s wr, 1.34k op/s 2024-07-27T19:50:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:58 smithi029 ceph-mon[99353]: osdmap e2706: 8 total, 8 up, 8 in 2024-07-27T19:50:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:58 smithi029 ceph-mon[99353]: pgmap v5114: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 988 KiB/s rd, 5.0 KiB/s wr, 1.34k op/s 2024-07-27T19:50:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:59 smithi179 ceph-mon[89801]: osdmap e2707: 8 total, 8 up, 8 in 2024-07-27T19:50:59.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:50:59 smithi179 ceph-mon[89801]: osdmap e2708: 8 total, 8 up, 8 in 2024-07-27T19:50:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:59 smithi029 ceph-mon[96870]: osdmap e2707: 8 total, 8 up, 8 in 2024-07-27T19:50:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:50:59 smithi029 ceph-mon[96870]: osdmap e2708: 8 total, 8 up, 8 in 2024-07-27T19:50:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:59 smithi029 ceph-mon[99353]: osdmap e2707: 8 total, 8 up, 8 in 2024-07-27T19:50:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:50:59 smithi029 ceph-mon[99353]: osdmap e2708: 8 total, 8 up, 8 in 2024-07-27T19:51:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:00 smithi179 ceph-mon[89801]: pgmap v5117: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 988 KiB/s rd, 5.0 KiB/s wr, 1.34k op/s 2024-07-27T19:51:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:00 smithi029 ceph-mon[96870]: pgmap v5117: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 988 KiB/s rd, 5.0 KiB/s wr, 1.34k op/s 2024-07-27T19:51:00.753 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:00 smithi029 ceph-mon[99353]: pgmap v5117: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 988 KiB/s rd, 5.0 KiB/s wr, 1.34k op/s 2024-07-27T19:51:01.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:01 smithi179 ceph-mon[89801]: osdmap e2709: 8 total, 8 up, 8 in 2024-07-27T19:51:01.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:01 smithi029 ceph-mon[96870]: osdmap e2709: 8 total, 8 up, 8 in 2024-07-27T19:51:01.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:01 smithi029 ceph-mon[99353]: osdmap e2709: 8 total, 8 up, 8 in 2024-07-27T19:51:02.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:02 smithi029 ceph-mon[96870]: osdmap e2710: 8 total, 8 up, 8 in 2024-07-27T19:51:02.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:02 smithi029 ceph-mon[96870]: pgmap v5120: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 956 KiB/s rd, 5.0 KiB/s wr, 1.29k op/s 2024-07-27T19:51:02.652 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:02 smithi029 ceph-mon[99353]: osdmap e2710: 8 total, 8 up, 8 in 2024-07-27T19:51:02.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:02 smithi029 ceph-mon[99353]: pgmap v5120: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 956 KiB/s rd, 5.0 KiB/s wr, 1.29k op/s 2024-07-27T19:51:02.653 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:51:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:51:02] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.43.0" 2024-07-27T19:51:02.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:02 smithi179 ceph-mon[89801]: osdmap e2710: 8 total, 8 up, 8 in 2024-07-27T19:51:02.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:02 smithi179 ceph-mon[89801]: pgmap v5120: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 956 KiB/s rd, 5.0 KiB/s wr, 1.29k op/s 2024-07-27T19:51:03.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:03 smithi179 ceph-mon[89801]: osdmap e2711: 8 total, 8 up, 8 in 2024-07-27T19:51:03.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:03 smithi029 ceph-mon[96870]: osdmap e2711: 8 total, 8 up, 8 in 2024-07-27T19:51:03.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:03 smithi029 ceph-mon[99353]: osdmap e2711: 8 total, 8 up, 8 in 2024-07-27T19:51:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:04 smithi179 ceph-mon[89801]: osdmap e2712: 8 total, 8 up, 8 in 2024-07-27T19:51:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:04 smithi179 ceph-mon[89801]: pgmap v5123: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 958 KiB/s rd, 5.0 KiB/s wr, 1.30k op/s 2024-07-27T19:51:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:04 smithi179 ceph-mon[89801]: osdmap e2713: 8 total, 8 up, 8 in 2024-07-27T19:51:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:04 smithi029 ceph-mon[96870]: osdmap e2712: 8 total, 8 up, 8 in 2024-07-27T19:51:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:04 smithi029 ceph-mon[96870]: pgmap v5123: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 958 KiB/s rd, 5.0 KiB/s wr, 1.30k op/s 2024-07-27T19:51:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:04 smithi029 ceph-mon[96870]: osdmap e2713: 8 total, 8 up, 8 in 2024-07-27T19:51:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:04 smithi029 ceph-mon[99353]: osdmap e2712: 8 total, 8 up, 8 in 2024-07-27T19:51:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:04 smithi029 ceph-mon[99353]: pgmap v5123: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 958 KiB/s rd, 5.0 KiB/s wr, 1.30k op/s 2024-07-27T19:51:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:04 smithi029 ceph-mon[99353]: osdmap e2713: 8 total, 8 up, 8 in 2024-07-27T19:51:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:06 smithi179 ceph-mon[89801]: osdmap e2714: 8 total, 8 up, 8 in 2024-07-27T19:51:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:06 smithi179 ceph-mon[89801]: pgmap v5126: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:51:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:06 smithi029 ceph-mon[99353]: osdmap e2714: 8 total, 8 up, 8 in 2024-07-27T19:51:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:06 smithi029 ceph-mon[99353]: pgmap v5126: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:51:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:06 smithi029 ceph-mon[96870]: osdmap e2714: 8 total, 8 up, 8 in 2024-07-27T19:51:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:06 smithi029 ceph-mon[96870]: pgmap v5126: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:51:07.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:07 smithi179 ceph-mon[89801]: osdmap e2715: 8 total, 8 up, 8 in 2024-07-27T19:51:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:07 smithi029 ceph-mon[96870]: osdmap e2715: 8 total, 8 up, 8 in 2024-07-27T19:51:07.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:07 smithi029 ceph-mon[99353]: osdmap e2715: 8 total, 8 up, 8 in 2024-07-27T19:51:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:08 smithi179 ceph-mon[89801]: osdmap e2716: 8 total, 8 up, 8 in 2024-07-27T19:51:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:08 smithi179 ceph-mon[89801]: pgmap v5129: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 923 KiB/s rd, 5.0 KiB/s wr, 1.25k op/s 2024-07-27T19:51:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:08 smithi029 ceph-mon[96870]: osdmap e2716: 8 total, 8 up, 8 in 2024-07-27T19:51:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:08 smithi029 ceph-mon[96870]: pgmap v5129: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 923 KiB/s rd, 5.0 KiB/s wr, 1.25k op/s 2024-07-27T19:51:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:08 smithi029 ceph-mon[99353]: osdmap e2716: 8 total, 8 up, 8 in 2024-07-27T19:51:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:08 smithi029 ceph-mon[99353]: pgmap v5129: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 923 KiB/s rd, 5.0 KiB/s wr, 1.25k op/s 2024-07-27T19:51:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:09 smithi179 ceph-mon[89801]: osdmap e2717: 8 total, 8 up, 8 in 2024-07-27T19:51:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:51:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:09 smithi179 ceph-mon[89801]: osdmap e2718: 8 total, 8 up, 8 in 2024-07-27T19:51:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:09 smithi029 ceph-mon[96870]: osdmap e2717: 8 total, 8 up, 8 in 2024-07-27T19:51:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:51:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:09 smithi029 ceph-mon[96870]: osdmap e2718: 8 total, 8 up, 8 in 2024-07-27T19:51:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:09 smithi029 ceph-mon[99353]: osdmap e2717: 8 total, 8 up, 8 in 2024-07-27T19:51:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:51:09.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:09 smithi029 ceph-mon[99353]: osdmap e2718: 8 total, 8 up, 8 in 2024-07-27T19:51:11.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:11 smithi179 ceph-mon[89801]: pgmap v5132: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 925 KiB/s rd, 5.0 KiB/s wr, 1.25k op/s 2024-07-27T19:51:11.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:11 smithi179 ceph-mon[89801]: osdmap e2719: 8 total, 8 up, 8 in 2024-07-27T19:51:11.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:11 smithi029 ceph-mon[96870]: pgmap v5132: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 925 KiB/s rd, 5.0 KiB/s wr, 1.25k op/s 2024-07-27T19:51:11.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:11 smithi029 ceph-mon[96870]: osdmap e2719: 8 total, 8 up, 8 in 2024-07-27T19:51:11.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:11 smithi029 ceph-mon[99353]: pgmap v5132: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 925 KiB/s rd, 5.0 KiB/s wr, 1.25k op/s 2024-07-27T19:51:11.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:11 smithi029 ceph-mon[99353]: osdmap e2719: 8 total, 8 up, 8 in 2024-07-27T19:51:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:12 smithi179 ceph-mon[89801]: osdmap e2720: 8 total, 8 up, 8 in 2024-07-27T19:51:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:12 smithi179 ceph-mon[89801]: pgmap v5135: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 891 KiB/s rd, 5.0 KiB/s wr, 1.21k op/s 2024-07-27T19:51:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:12 smithi029 ceph-mon[96870]: osdmap e2720: 8 total, 8 up, 8 in 2024-07-27T19:51:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:12 smithi029 ceph-mon[96870]: pgmap v5135: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 891 KiB/s rd, 5.0 KiB/s wr, 1.21k op/s 2024-07-27T19:51:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:51:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:51:12] "GET /metrics HTTP/1.1" 200 36723 "" "Prometheus/2.43.0" 2024-07-27T19:51:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:12 smithi029 ceph-mon[99353]: osdmap e2720: 8 total, 8 up, 8 in 2024-07-27T19:51:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:12 smithi029 ceph-mon[99353]: pgmap v5135: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 891 KiB/s rd, 5.0 KiB/s wr, 1.21k op/s 2024-07-27T19:51:13.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:13 smithi179 ceph-mon[89801]: osdmap e2721: 8 total, 8 up, 8 in 2024-07-27T19:51:13.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:13 smithi029 ceph-mon[96870]: osdmap e2721: 8 total, 8 up, 8 in 2024-07-27T19:51:13.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:13 smithi029 ceph-mon[99353]: osdmap e2721: 8 total, 8 up, 8 in 2024-07-27T19:51:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:14 smithi179 ceph-mon[89801]: osdmap e2722: 8 total, 8 up, 8 in 2024-07-27T19:51:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:14 smithi179 ceph-mon[89801]: pgmap v5138: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 891 KiB/s rd, 5.0 KiB/s wr, 1.20k op/s 2024-07-27T19:51:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:14 smithi179 ceph-mon[89801]: osdmap e2723: 8 total, 8 up, 8 in 2024-07-27T19:51:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:14 smithi029 ceph-mon[99353]: osdmap e2722: 8 total, 8 up, 8 in 2024-07-27T19:51:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:14 smithi029 ceph-mon[99353]: pgmap v5138: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 891 KiB/s rd, 5.0 KiB/s wr, 1.20k op/s 2024-07-27T19:51:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:14 smithi029 ceph-mon[99353]: osdmap e2723: 8 total, 8 up, 8 in 2024-07-27T19:51:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:14 smithi029 ceph-mon[96870]: osdmap e2722: 8 total, 8 up, 8 in 2024-07-27T19:51:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:14 smithi029 ceph-mon[96870]: pgmap v5138: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 891 KiB/s rd, 5.0 KiB/s wr, 1.20k op/s 2024-07-27T19:51:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:14 smithi029 ceph-mon[96870]: osdmap e2723: 8 total, 8 up, 8 in 2024-07-27T19:51:16.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:16 smithi179 ceph-mon[89801]: osdmap e2724: 8 total, 8 up, 8 in 2024-07-27T19:51:16.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:16 smithi179 ceph-mon[89801]: pgmap v5141: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-07-27T19:51:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:16 smithi029 ceph-mon[96870]: osdmap e2724: 8 total, 8 up, 8 in 2024-07-27T19:51:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:16 smithi029 ceph-mon[96870]: pgmap v5141: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-07-27T19:51:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:16 smithi029 ceph-mon[99353]: osdmap e2724: 8 total, 8 up, 8 in 2024-07-27T19:51:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:16 smithi029 ceph-mon[99353]: pgmap v5141: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-07-27T19:51:17.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:17 smithi179 ceph-mon[89801]: osdmap e2725: 8 total, 8 up, 8 in 2024-07-27T19:51:17.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:17 smithi029 ceph-mon[96870]: osdmap e2725: 8 total, 8 up, 8 in 2024-07-27T19:51:17.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:17 smithi029 ceph-mon[99353]: osdmap e2725: 8 total, 8 up, 8 in 2024-07-27T19:51:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:18 smithi179 ceph-mon[89801]: osdmap e2726: 8 total, 8 up, 8 in 2024-07-27T19:51:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:18 smithi179 ceph-mon[89801]: pgmap v5144: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 859 KiB/s rd, 5.0 KiB/s wr, 1.16k op/s 2024-07-27T19:51:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:18 smithi029 ceph-mon[96870]: osdmap e2726: 8 total, 8 up, 8 in 2024-07-27T19:51:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:18 smithi029 ceph-mon[96870]: pgmap v5144: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 859 KiB/s rd, 5.0 KiB/s wr, 1.16k op/s 2024-07-27T19:51:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:18 smithi029 ceph-mon[99353]: osdmap e2726: 8 total, 8 up, 8 in 2024-07-27T19:51:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:18 smithi029 ceph-mon[99353]: pgmap v5144: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 859 KiB/s rd, 5.0 KiB/s wr, 1.16k op/s 2024-07-27T19:51:19.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:19 smithi179 ceph-mon[89801]: osdmap e2727: 8 total, 8 up, 8 in 2024-07-27T19:51:19.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:19 smithi179 ceph-mon[89801]: osdmap e2728: 8 total, 8 up, 8 in 2024-07-27T19:51:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:19 smithi029 ceph-mon[96870]: osdmap e2727: 8 total, 8 up, 8 in 2024-07-27T19:51:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:19 smithi029 ceph-mon[96870]: osdmap e2728: 8 total, 8 up, 8 in 2024-07-27T19:51:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:19 smithi029 ceph-mon[99353]: osdmap e2727: 8 total, 8 up, 8 in 2024-07-27T19:51:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:19 smithi029 ceph-mon[99353]: osdmap e2728: 8 total, 8 up, 8 in 2024-07-27T19:51:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:21 smithi029 ceph-mon[96870]: pgmap v5147: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 858 KiB/s rd, 5.0 KiB/s wr, 1.16k op/s 2024-07-27T19:51:21.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:21 smithi029 ceph-mon[96870]: osdmap e2729: 8 total, 8 up, 8 in 2024-07-27T19:51:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:21 smithi029 ceph-mon[99353]: pgmap v5147: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 858 KiB/s rd, 5.0 KiB/s wr, 1.16k op/s 2024-07-27T19:51:21.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:21 smithi029 ceph-mon[99353]: osdmap e2729: 8 total, 8 up, 8 in 2024-07-27T19:51:21.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:21 smithi179 ceph-mon[89801]: pgmap v5147: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 858 KiB/s rd, 5.0 KiB/s wr, 1.16k op/s 2024-07-27T19:51:21.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:21 smithi179 ceph-mon[89801]: osdmap e2729: 8 total, 8 up, 8 in 2024-07-27T19:51:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:22 smithi179 ceph-mon[89801]: osdmap e2730: 8 total, 8 up, 8 in 2024-07-27T19:51:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:22 smithi029 ceph-mon[96870]: osdmap e2730: 8 total, 8 up, 8 in 2024-07-27T19:51:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:22 smithi029 ceph-mon[99353]: osdmap e2730: 8 total, 8 up, 8 in 2024-07-27T19:51:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:51:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:51:22] "GET /metrics HTTP/1.1" 200 36723 "" "Prometheus/2.43.0" 2024-07-27T19:51:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:23 smithi179 ceph-mon[89801]: pgmap v5150: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 823 KiB/s rd, 5.0 KiB/s wr, 1.11k op/s 2024-07-27T19:51:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:23 smithi179 ceph-mon[89801]: osdmap e2731: 8 total, 8 up, 8 in 2024-07-27T19:51:23.750 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:23 smithi029 ceph-mon[99353]: pgmap v5150: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 823 KiB/s rd, 5.0 KiB/s wr, 1.11k op/s 2024-07-27T19:51:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:23 smithi029 ceph-mon[99353]: osdmap e2731: 8 total, 8 up, 8 in 2024-07-27T19:51:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:23 smithi029 ceph-mon[96870]: pgmap v5150: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 823 KiB/s rd, 5.0 KiB/s wr, 1.11k op/s 2024-07-27T19:51:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:23 smithi029 ceph-mon[96870]: osdmap e2731: 8 total, 8 up, 8 in 2024-07-27T19:51:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:24 smithi179 ceph-mon[89801]: osdmap e2732: 8 total, 8 up, 8 in 2024-07-27T19:51:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:51:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:24 smithi179 ceph-mon[89801]: pgmap v5153: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 826 KiB/s rd, 5.0 KiB/s wr, 1.12k op/s 2024-07-27T19:51:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:24 smithi179 ceph-mon[89801]: osdmap e2733: 8 total, 8 up, 8 in 2024-07-27T19:51:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:24 smithi029 ceph-mon[99353]: osdmap e2732: 8 total, 8 up, 8 in 2024-07-27T19:51:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:51:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:24 smithi029 ceph-mon[99353]: pgmap v5153: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 826 KiB/s rd, 5.0 KiB/s wr, 1.12k op/s 2024-07-27T19:51:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:24 smithi029 ceph-mon[99353]: osdmap e2733: 8 total, 8 up, 8 in 2024-07-27T19:51:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:24 smithi029 ceph-mon[96870]: osdmap e2732: 8 total, 8 up, 8 in 2024-07-27T19:51:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:51:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:24 smithi029 ceph-mon[96870]: pgmap v5153: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 826 KiB/s rd, 5.0 KiB/s wr, 1.12k op/s 2024-07-27T19:51:24.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:24 smithi029 ceph-mon[96870]: osdmap e2733: 8 total, 8 up, 8 in 2024-07-27T19:51:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:26 smithi179 ceph-mon[89801]: osdmap e2734: 8 total, 8 up, 8 in 2024-07-27T19:51:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:26 smithi179 ceph-mon[89801]: pgmap v5156: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-07-27T19:51:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:26 smithi029 ceph-mon[99353]: osdmap e2734: 8 total, 8 up, 8 in 2024-07-27T19:51:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:26 smithi029 ceph-mon[99353]: pgmap v5156: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-07-27T19:51:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:26 smithi029 ceph-mon[96870]: osdmap e2734: 8 total, 8 up, 8 in 2024-07-27T19:51:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:26 smithi029 ceph-mon[96870]: pgmap v5156: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-07-27T19:51:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:27 smithi179 ceph-mon[89801]: osdmap e2735: 8 total, 8 up, 8 in 2024-07-27T19:51:27.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:27 smithi029 ceph-mon[96870]: osdmap e2735: 8 total, 8 up, 8 in 2024-07-27T19:51:27.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:27 smithi029 ceph-mon[99353]: osdmap e2735: 8 total, 8 up, 8 in 2024-07-27T19:51:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:28 smithi179 ceph-mon[89801]: osdmap e2736: 8 total, 8 up, 8 in 2024-07-27T19:51:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:28 smithi179 ceph-mon[89801]: pgmap v5159: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 792 KiB/s rd, 5.0 KiB/s wr, 1.07k op/s 2024-07-27T19:51:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:28 smithi029 ceph-mon[99353]: osdmap e2736: 8 total, 8 up, 8 in 2024-07-27T19:51:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:28 smithi029 ceph-mon[99353]: pgmap v5159: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 792 KiB/s rd, 5.0 KiB/s wr, 1.07k op/s 2024-07-27T19:51:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:28 smithi029 ceph-mon[96870]: osdmap e2736: 8 total, 8 up, 8 in 2024-07-27T19:51:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:28 smithi029 ceph-mon[96870]: pgmap v5159: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 792 KiB/s rd, 5.0 KiB/s wr, 1.07k op/s 2024-07-27T19:51:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:29 smithi179 ceph-mon[89801]: osdmap e2737: 8 total, 8 up, 8 in 2024-07-27T19:51:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:29 smithi179 ceph-mon[89801]: osdmap e2738: 8 total, 8 up, 8 in 2024-07-27T19:51:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:29 smithi029 ceph-mon[96870]: osdmap e2737: 8 total, 8 up, 8 in 2024-07-27T19:51:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:29 smithi029 ceph-mon[96870]: osdmap e2738: 8 total, 8 up, 8 in 2024-07-27T19:51:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:29 smithi029 ceph-mon[99353]: osdmap e2737: 8 total, 8 up, 8 in 2024-07-27T19:51:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:29 smithi029 ceph-mon[99353]: osdmap e2738: 8 total, 8 up, 8 in 2024-07-27T19:51:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:30 smithi179 ceph-mon[89801]: pgmap v5162: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 793 KiB/s rd, 5.0 KiB/s wr, 1.07k op/s 2024-07-27T19:51:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:30 smithi029 ceph-mon[96870]: pgmap v5162: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 793 KiB/s rd, 5.0 KiB/s wr, 1.07k op/s 2024-07-27T19:51:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:30 smithi029 ceph-mon[99353]: pgmap v5162: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 793 KiB/s rd, 5.0 KiB/s wr, 1.07k op/s 2024-07-27T19:51:31.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:31 smithi179 ceph-mon[89801]: osdmap e2739: 8 total, 8 up, 8 in 2024-07-27T19:51:31.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:31 smithi029 ceph-mon[96870]: osdmap e2739: 8 total, 8 up, 8 in 2024-07-27T19:51:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:31 smithi029 ceph-mon[99353]: osdmap e2739: 8 total, 8 up, 8 in 2024-07-27T19:51:32.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:32 smithi029 ceph-mon[96870]: osdmap e2740: 8 total, 8 up, 8 in 2024-07-27T19:51:32.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:32 smithi029 ceph-mon[96870]: pgmap v5165: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 760 KiB/s rd, 5.0 KiB/s wr, 1.03k op/s 2024-07-27T19:51:32.653 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:51:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:51:32] "GET /metrics HTTP/1.1" 200 36724 "" "Prometheus/2.43.0" 2024-07-27T19:51:32.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:32 smithi029 ceph-mon[99353]: osdmap e2740: 8 total, 8 up, 8 in 2024-07-27T19:51:32.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:32 smithi029 ceph-mon[99353]: pgmap v5165: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 760 KiB/s rd, 5.0 KiB/s wr, 1.03k op/s 2024-07-27T19:51:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:32 smithi179 ceph-mon[89801]: osdmap e2740: 8 total, 8 up, 8 in 2024-07-27T19:51:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:32 smithi179 ceph-mon[89801]: pgmap v5165: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 760 KiB/s rd, 5.0 KiB/s wr, 1.03k op/s 2024-07-27T19:51:33.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:33 smithi179 ceph-mon[89801]: osdmap e2741: 8 total, 8 up, 8 in 2024-07-27T19:51:33.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:33 smithi029 ceph-mon[96870]: osdmap e2741: 8 total, 8 up, 8 in 2024-07-27T19:51:33.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:33 smithi029 ceph-mon[99353]: osdmap e2741: 8 total, 8 up, 8 in 2024-07-27T19:51:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:34 smithi179 ceph-mon[89801]: osdmap e2742: 8 total, 8 up, 8 in 2024-07-27T19:51:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:34 smithi179 ceph-mon[89801]: pgmap v5168: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 761 KiB/s rd, 5.0 KiB/s wr, 1.03k op/s 2024-07-27T19:51:34.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:34 smithi179 ceph-mon[89801]: osdmap e2743: 8 total, 8 up, 8 in 2024-07-27T19:51:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:34 smithi029 ceph-mon[99353]: osdmap e2742: 8 total, 8 up, 8 in 2024-07-27T19:51:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:34 smithi029 ceph-mon[99353]: pgmap v5168: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 761 KiB/s rd, 5.0 KiB/s wr, 1.03k op/s 2024-07-27T19:51:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:34 smithi029 ceph-mon[99353]: osdmap e2743: 8 total, 8 up, 8 in 2024-07-27T19:51:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:34 smithi029 ceph-mon[96870]: osdmap e2742: 8 total, 8 up, 8 in 2024-07-27T19:51:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:34 smithi029 ceph-mon[96870]: pgmap v5168: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 761 KiB/s rd, 5.0 KiB/s wr, 1.03k op/s 2024-07-27T19:51:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:34 smithi029 ceph-mon[96870]: osdmap e2743: 8 total, 8 up, 8 in 2024-07-27T19:51:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:36 smithi179 ceph-mon[89801]: osdmap e2744: 8 total, 8 up, 8 in 2024-07-27T19:51:36.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:36 smithi029 ceph-mon[96870]: osdmap e2744: 8 total, 8 up, 8 in 2024-07-27T19:51:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:36 smithi029 ceph-mon[99353]: osdmap e2744: 8 total, 8 up, 8 in 2024-07-27T19:51:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:37 smithi179 ceph-mon[89801]: pgmap v5171: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-07-27T19:51:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:37 smithi179 ceph-mon[89801]: osdmap e2745: 8 total, 8 up, 8 in 2024-07-27T19:51:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:37 smithi029 ceph-mon[96870]: pgmap v5171: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-07-27T19:51:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:37 smithi029 ceph-mon[96870]: osdmap e2745: 8 total, 8 up, 8 in 2024-07-27T19:51:37.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:37 smithi029 ceph-mon[99353]: pgmap v5171: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-07-27T19:51:37.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:37 smithi029 ceph-mon[99353]: osdmap e2745: 8 total, 8 up, 8 in 2024-07-27T19:51:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:38 smithi179 ceph-mon[89801]: osdmap e2746: 8 total, 8 up, 8 in 2024-07-27T19:51:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:38 smithi179 ceph-mon[89801]: pgmap v5174: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 727 KiB/s rd, 5.0 KiB/s wr, 982 op/s 2024-07-27T19:51:38.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:38 smithi029 ceph-mon[96870]: osdmap e2746: 8 total, 8 up, 8 in 2024-07-27T19:51:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:38 smithi029 ceph-mon[96870]: pgmap v5174: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 727 KiB/s rd, 5.0 KiB/s wr, 982 op/s 2024-07-27T19:51:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:38 smithi029 ceph-mon[99353]: osdmap e2746: 8 total, 8 up, 8 in 2024-07-27T19:51:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:38 smithi029 ceph-mon[99353]: pgmap v5174: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 727 KiB/s rd, 5.0 KiB/s wr, 982 op/s 2024-07-27T19:51:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:39 smithi179 ceph-mon[89801]: osdmap e2747: 8 total, 8 up, 8 in 2024-07-27T19:51:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:51:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:39 smithi179 ceph-mon[89801]: osdmap e2748: 8 total, 8 up, 8 in 2024-07-27T19:51:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:39 smithi029 ceph-mon[96870]: osdmap e2747: 8 total, 8 up, 8 in 2024-07-27T19:51:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:51:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:39 smithi029 ceph-mon[96870]: osdmap e2748: 8 total, 8 up, 8 in 2024-07-27T19:51:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:39 smithi029 ceph-mon[99353]: osdmap e2747: 8 total, 8 up, 8 in 2024-07-27T19:51:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:51:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:39 smithi029 ceph-mon[99353]: osdmap e2748: 8 total, 8 up, 8 in 2024-07-27T19:51:40.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:40 smithi179 ceph-mon[89801]: pgmap v5177: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 728 KiB/s rd, 5.0 KiB/s wr, 985 op/s 2024-07-27T19:51:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:40 smithi029 ceph-mon[96870]: pgmap v5177: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 728 KiB/s rd, 5.0 KiB/s wr, 985 op/s 2024-07-27T19:51:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:40 smithi029 ceph-mon[99353]: pgmap v5177: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 728 KiB/s rd, 5.0 KiB/s wr, 985 op/s 2024-07-27T19:51:41.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:41 smithi179 ceph-mon[89801]: osdmap e2749: 8 total, 8 up, 8 in 2024-07-27T19:51:41.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:41 smithi029 ceph-mon[96870]: osdmap e2749: 8 total, 8 up, 8 in 2024-07-27T19:51:41.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:41 smithi029 ceph-mon[99353]: osdmap e2749: 8 total, 8 up, 8 in 2024-07-27T19:51:42.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:42 smithi179 ceph-mon[89801]: osdmap e2750: 8 total, 8 up, 8 in 2024-07-27T19:51:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:42 smithi179 ceph-mon[89801]: pgmap v5180: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 695 KiB/s rd, 5.0 KiB/s wr, 941 op/s 2024-07-27T19:51:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:42 smithi029 ceph-mon[96870]: osdmap e2750: 8 total, 8 up, 8 in 2024-07-27T19:51:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:42 smithi029 ceph-mon[96870]: pgmap v5180: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 695 KiB/s rd, 5.0 KiB/s wr, 941 op/s 2024-07-27T19:51:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:51:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:51:42] "GET /metrics HTTP/1.1" 200 36719 "" "Prometheus/2.43.0" 2024-07-27T19:51:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:42 smithi029 ceph-mon[99353]: osdmap e2750: 8 total, 8 up, 8 in 2024-07-27T19:51:42.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:42 smithi029 ceph-mon[99353]: pgmap v5180: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 695 KiB/s rd, 5.0 KiB/s wr, 941 op/s 2024-07-27T19:51:43.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:43 smithi179 ceph-mon[89801]: osdmap e2751: 8 total, 8 up, 8 in 2024-07-27T19:51:43.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:43 smithi029 ceph-mon[96870]: osdmap e2751: 8 total, 8 up, 8 in 2024-07-27T19:51:43.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:43 smithi029 ceph-mon[99353]: osdmap e2751: 8 total, 8 up, 8 in 2024-07-27T19:51:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:44 smithi179 ceph-mon[89801]: osdmap e2752: 8 total, 8 up, 8 in 2024-07-27T19:51:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:44 smithi179 ceph-mon[89801]: pgmap v5183: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 695 KiB/s rd, 5.0 KiB/s wr, 938 op/s 2024-07-27T19:51:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:44 smithi179 ceph-mon[89801]: osdmap e2753: 8 total, 8 up, 8 in 2024-07-27T19:51:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:44 smithi029 ceph-mon[96870]: osdmap e2752: 8 total, 8 up, 8 in 2024-07-27T19:51:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:44 smithi029 ceph-mon[96870]: pgmap v5183: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 695 KiB/s rd, 5.0 KiB/s wr, 938 op/s 2024-07-27T19:51:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:44 smithi029 ceph-mon[96870]: osdmap e2753: 8 total, 8 up, 8 in 2024-07-27T19:51:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:44 smithi029 ceph-mon[99353]: osdmap e2752: 8 total, 8 up, 8 in 2024-07-27T19:51:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:44 smithi029 ceph-mon[99353]: pgmap v5183: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 695 KiB/s rd, 5.0 KiB/s wr, 938 op/s 2024-07-27T19:51:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:44 smithi029 ceph-mon[99353]: osdmap e2753: 8 total, 8 up, 8 in 2024-07-27T19:51:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:46 smithi179 ceph-mon[89801]: osdmap e2754: 8 total, 8 up, 8 in 2024-07-27T19:51:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:46 smithi029 ceph-mon[96870]: osdmap e2754: 8 total, 8 up, 8 in 2024-07-27T19:51:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:46 smithi029 ceph-mon[99353]: osdmap e2754: 8 total, 8 up, 8 in 2024-07-27T19:51:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:47 smithi179 ceph-mon[89801]: pgmap v5186: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-07-27T19:51:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:47 smithi179 ceph-mon[89801]: osdmap e2755: 8 total, 8 up, 8 in 2024-07-27T19:51:47.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:47 smithi029 ceph-mon[96870]: pgmap v5186: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-07-27T19:51:47.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:47 smithi029 ceph-mon[96870]: osdmap e2755: 8 total, 8 up, 8 in 2024-07-27T19:51:47.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:47 smithi029 ceph-mon[99353]: pgmap v5186: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-07-27T19:51:47.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:47 smithi029 ceph-mon[99353]: osdmap e2755: 8 total, 8 up, 8 in 2024-07-27T19:51:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:48 smithi179 ceph-mon[89801]: osdmap e2756: 8 total, 8 up, 8 in 2024-07-27T19:51:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:48 smithi179 ceph-mon[89801]: pgmap v5189: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 664 KiB/s rd, 5.0 KiB/s wr, 900 op/s 2024-07-27T19:51:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:48 smithi029 ceph-mon[96870]: osdmap e2756: 8 total, 8 up, 8 in 2024-07-27T19:51:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:48 smithi029 ceph-mon[96870]: pgmap v5189: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 664 KiB/s rd, 5.0 KiB/s wr, 900 op/s 2024-07-27T19:51:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:48 smithi029 ceph-mon[99353]: osdmap e2756: 8 total, 8 up, 8 in 2024-07-27T19:51:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:48 smithi029 ceph-mon[99353]: pgmap v5189: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 664 KiB/s rd, 5.0 KiB/s wr, 900 op/s 2024-07-27T19:51:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:49 smithi179 ceph-mon[89801]: osdmap e2757: 8 total, 8 up, 8 in 2024-07-27T19:51:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:49 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:51:49.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:49 smithi179 ceph-mon[89801]: osdmap e2758: 8 total, 8 up, 8 in 2024-07-27T19:51:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:49 smithi029 ceph-mon[96870]: osdmap e2757: 8 total, 8 up, 8 in 2024-07-27T19:51:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:49 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:51:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:49 smithi029 ceph-mon[96870]: osdmap e2758: 8 total, 8 up, 8 in 2024-07-27T19:51:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:49 smithi029 ceph-mon[99353]: osdmap e2757: 8 total, 8 up, 8 in 2024-07-27T19:51:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:49 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:51:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:49 smithi029 ceph-mon[99353]: osdmap e2758: 8 total, 8 up, 8 in 2024-07-27T19:51:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:50 smithi179 ceph-mon[89801]: pgmap v5192: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 663 KiB/s rd, 5.0 KiB/s wr, 898 op/s 2024-07-27T19:51:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:50 smithi029 ceph-mon[96870]: pgmap v5192: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 663 KiB/s rd, 5.0 KiB/s wr, 898 op/s 2024-07-27T19:51:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:50 smithi029 ceph-mon[99353]: pgmap v5192: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 663 KiB/s rd, 5.0 KiB/s wr, 898 op/s 2024-07-27T19:51:51.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:51 smithi179 ceph-mon[89801]: osdmap e2759: 8 total, 8 up, 8 in 2024-07-27T19:51:51.664 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:51 smithi029 ceph-mon[96870]: osdmap e2759: 8 total, 8 up, 8 in 2024-07-27T19:51:51.664 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:51 smithi029 ceph-mon[99353]: osdmap e2759: 8 total, 8 up, 8 in 2024-07-27T19:51:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:52 smithi179 ceph-mon[89801]: osdmap e2760: 8 total, 8 up, 8 in 2024-07-27T19:51:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:52 smithi179 ceph-mon[89801]: pgmap v5195: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 628 KiB/s rd, 5.0 KiB/s wr, 852 op/s 2024-07-27T19:51:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:52 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:52.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:52 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:52 smithi029 ceph-mon[96870]: osdmap e2760: 8 total, 8 up, 8 in 2024-07-27T19:51:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:52 smithi029 ceph-mon[96870]: pgmap v5195: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 628 KiB/s rd, 5.0 KiB/s wr, 852 op/s 2024-07-27T19:51:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:52 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:52 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:52 smithi029 ceph-mon[99353]: osdmap e2760: 8 total, 8 up, 8 in 2024-07-27T19:51:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:52 smithi029 ceph-mon[99353]: pgmap v5195: 137 pgs: 137 active+clean; 4.6 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 628 KiB/s rd, 5.0 KiB/s wr, 852 op/s 2024-07-27T19:51:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:52 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:52 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:52.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:51:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:51:52] "GET /metrics HTTP/1.1" 200 36719 "" "Prometheus/2.43.0" 2024-07-27T19:51:53.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:53 smithi179 ceph-mon[89801]: osdmap e2761: 8 total, 8 up, 8 in 2024-07-27T19:51:53.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:53.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:53 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:53.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:53 smithi029 ceph-mon[96870]: osdmap e2761: 8 total, 8 up, 8 in 2024-07-27T19:51:53.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:53.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:53 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:53.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:53 smithi029 ceph-mon[99353]: osdmap e2761: 8 total, 8 up, 8 in 2024-07-27T19:51:53.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:53.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:53 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:54 smithi179 ceph-mon[89801]: osdmap e2762: 8 total, 8 up, 8 in 2024-07-27T19:51:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:51:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:51:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:54 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:51:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:54 smithi179 ceph-mon[89801]: pgmap v5198: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 629 KiB/s rd, 5.0 KiB/s wr, 853 op/s 2024-07-27T19:51:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:54 smithi179 ceph-mon[89801]: osdmap e2763: 8 total, 8 up, 8 in 2024-07-27T19:51:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[99353]: osdmap e2762: 8 total, 8 up, 8 in 2024-07-27T19:51:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:51:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:51:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:51:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[99353]: pgmap v5198: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 629 KiB/s rd, 5.0 KiB/s wr, 853 op/s 2024-07-27T19:51:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[99353]: osdmap e2763: 8 total, 8 up, 8 in 2024-07-27T19:51:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[96870]: osdmap e2762: 8 total, 8 up, 8 in 2024-07-27T19:51:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:51:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:51:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:51:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:51:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[96870]: pgmap v5198: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 629 KiB/s rd, 5.0 KiB/s wr, 853 op/s 2024-07-27T19:51:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:54 smithi029 ceph-mon[96870]: osdmap e2763: 8 total, 8 up, 8 in 2024-07-27T19:51:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:56 smithi179 ceph-mon[89801]: osdmap e2764: 8 total, 8 up, 8 in 2024-07-27T19:51:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:56 smithi029 ceph-mon[99353]: osdmap e2764: 8 total, 8 up, 8 in 2024-07-27T19:51:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:56 smithi029 ceph-mon[96870]: osdmap e2764: 8 total, 8 up, 8 in 2024-07-27T19:51:57.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:57 smithi179 ceph-mon[89801]: pgmap v5201: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:51:57.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:57 smithi179 ceph-mon[89801]: osdmap e2765: 8 total, 8 up, 8 in 2024-07-27T19:51:57.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:57 smithi029 ceph-mon[99353]: pgmap v5201: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:51:57.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:57 smithi029 ceph-mon[99353]: osdmap e2765: 8 total, 8 up, 8 in 2024-07-27T19:51:57.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:57 smithi029 ceph-mon[96870]: pgmap v5201: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:51:57.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:57 smithi029 ceph-mon[96870]: osdmap e2765: 8 total, 8 up, 8 in 2024-07-27T19:51:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:58 smithi179 ceph-mon[89801]: osdmap e2766: 8 total, 8 up, 8 in 2024-07-27T19:51:58.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:58 smithi179 ceph-mon[89801]: pgmap v5204: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 598 KiB/s rd, 5.0 KiB/s wr, 809 op/s 2024-07-27T19:51:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:58 smithi029 ceph-mon[96870]: osdmap e2766: 8 total, 8 up, 8 in 2024-07-27T19:51:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:58 smithi029 ceph-mon[96870]: pgmap v5204: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 598 KiB/s rd, 5.0 KiB/s wr, 809 op/s 2024-07-27T19:51:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:58 smithi029 ceph-mon[99353]: osdmap e2766: 8 total, 8 up, 8 in 2024-07-27T19:51:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:58 smithi029 ceph-mon[99353]: pgmap v5204: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 598 KiB/s rd, 5.0 KiB/s wr, 809 op/s 2024-07-27T19:51:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:59 smithi179 ceph-mon[89801]: osdmap e2767: 8 total, 8 up, 8 in 2024-07-27T19:51:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:51:59 smithi179 ceph-mon[89801]: osdmap e2768: 8 total, 8 up, 8 in 2024-07-27T19:51:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:59 smithi029 ceph-mon[96870]: osdmap e2767: 8 total, 8 up, 8 in 2024-07-27T19:51:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:51:59 smithi029 ceph-mon[96870]: osdmap e2768: 8 total, 8 up, 8 in 2024-07-27T19:51:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:59 smithi029 ceph-mon[99353]: osdmap e2767: 8 total, 8 up, 8 in 2024-07-27T19:51:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:51:59 smithi029 ceph-mon[99353]: osdmap e2768: 8 total, 8 up, 8 in 2024-07-27T19:52:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:00 smithi179 ceph-mon[89801]: pgmap v5207: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 599 KiB/s rd, 5.0 KiB/s wr, 813 op/s 2024-07-27T19:52:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:00 smithi029 ceph-mon[96870]: pgmap v5207: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 599 KiB/s rd, 5.0 KiB/s wr, 813 op/s 2024-07-27T19:52:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:00 smithi029 ceph-mon[99353]: pgmap v5207: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 599 KiB/s rd, 5.0 KiB/s wr, 813 op/s 2024-07-27T19:52:01.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:01 smithi179 ceph-mon[89801]: osdmap e2769: 8 total, 8 up, 8 in 2024-07-27T19:52:01.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:01 smithi029 ceph-mon[96870]: osdmap e2769: 8 total, 8 up, 8 in 2024-07-27T19:52:01.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:01 smithi029 ceph-mon[99353]: osdmap e2769: 8 total, 8 up, 8 in 2024-07-27T19:52:02.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:02 smithi029 ceph-mon[96870]: osdmap e2770: 8 total, 8 up, 8 in 2024-07-27T19:52:02.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:02 smithi029 ceph-mon[96870]: pgmap v5210: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 563 KiB/s rd, 5.0 KiB/s wr, 765 op/s 2024-07-27T19:52:02.652 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:02 smithi029 ceph-mon[99353]: osdmap e2770: 8 total, 8 up, 8 in 2024-07-27T19:52:02.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:02 smithi029 ceph-mon[99353]: pgmap v5210: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 563 KiB/s rd, 5.0 KiB/s wr, 765 op/s 2024-07-27T19:52:02.653 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:52:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:52:02] "GET /metrics HTTP/1.1" 200 36719 "" "Prometheus/2.43.0" 2024-07-27T19:52:02.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:02 smithi179 ceph-mon[89801]: osdmap e2770: 8 total, 8 up, 8 in 2024-07-27T19:52:02.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:02 smithi179 ceph-mon[89801]: pgmap v5210: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 563 KiB/s rd, 5.0 KiB/s wr, 765 op/s 2024-07-27T19:52:03.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:03 smithi179 ceph-mon[89801]: osdmap e2771: 8 total, 8 up, 8 in 2024-07-27T19:52:03.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:03 smithi029 ceph-mon[96870]: osdmap e2771: 8 total, 8 up, 8 in 2024-07-27T19:52:03.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:03 smithi029 ceph-mon[99353]: osdmap e2771: 8 total, 8 up, 8 in 2024-07-27T19:52:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:04 smithi179 ceph-mon[89801]: osdmap e2772: 8 total, 8 up, 8 in 2024-07-27T19:52:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:04 smithi179 ceph-mon[89801]: pgmap v5213: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 564 KiB/s rd, 5.0 KiB/s wr, 764 op/s 2024-07-27T19:52:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:04 smithi179 ceph-mon[89801]: osdmap e2773: 8 total, 8 up, 8 in 2024-07-27T19:52:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:04 smithi029 ceph-mon[96870]: osdmap e2772: 8 total, 8 up, 8 in 2024-07-27T19:52:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:04 smithi029 ceph-mon[96870]: pgmap v5213: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 564 KiB/s rd, 5.0 KiB/s wr, 764 op/s 2024-07-27T19:52:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:04 smithi029 ceph-mon[96870]: osdmap e2773: 8 total, 8 up, 8 in 2024-07-27T19:52:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:04 smithi029 ceph-mon[99353]: osdmap e2772: 8 total, 8 up, 8 in 2024-07-27T19:52:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:04 smithi029 ceph-mon[99353]: pgmap v5213: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 564 KiB/s rd, 5.0 KiB/s wr, 764 op/s 2024-07-27T19:52:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:04 smithi029 ceph-mon[99353]: osdmap e2773: 8 total, 8 up, 8 in 2024-07-27T19:52:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:06 smithi179 ceph-mon[89801]: osdmap e2774: 8 total, 8 up, 8 in 2024-07-27T19:52:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:06 smithi179 ceph-mon[89801]: pgmap v5216: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:52:06.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:06 smithi029 ceph-mon[96870]: osdmap e2774: 8 total, 8 up, 8 in 2024-07-27T19:52:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:06 smithi029 ceph-mon[96870]: pgmap v5216: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:52:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:06 smithi029 ceph-mon[99353]: osdmap e2774: 8 total, 8 up, 8 in 2024-07-27T19:52:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:06 smithi029 ceph-mon[99353]: pgmap v5216: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:52:07.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:07 smithi179 ceph-mon[89801]: osdmap e2775: 8 total, 8 up, 8 in 2024-07-27T19:52:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:07 smithi029 ceph-mon[96870]: osdmap e2775: 8 total, 8 up, 8 in 2024-07-27T19:52:07.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:07 smithi029 ceph-mon[99353]: osdmap e2775: 8 total, 8 up, 8 in 2024-07-27T19:52:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:08 smithi179 ceph-mon[89801]: osdmap e2776: 8 total, 8 up, 8 in 2024-07-27T19:52:08.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:08 smithi179 ceph-mon[89801]: pgmap v5219: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 533 KiB/s rd, 5.0 KiB/s wr, 721 op/s 2024-07-27T19:52:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:08 smithi029 ceph-mon[96870]: osdmap e2776: 8 total, 8 up, 8 in 2024-07-27T19:52:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:08 smithi029 ceph-mon[96870]: pgmap v5219: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 533 KiB/s rd, 5.0 KiB/s wr, 721 op/s 2024-07-27T19:52:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:08 smithi029 ceph-mon[99353]: osdmap e2776: 8 total, 8 up, 8 in 2024-07-27T19:52:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:08 smithi029 ceph-mon[99353]: pgmap v5219: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 533 KiB/s rd, 5.0 KiB/s wr, 721 op/s 2024-07-27T19:52:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:09 smithi179 ceph-mon[89801]: osdmap e2777: 8 total, 8 up, 8 in 2024-07-27T19:52:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:52:09.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:09 smithi179 ceph-mon[89801]: osdmap e2778: 8 total, 8 up, 8 in 2024-07-27T19:52:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:09 smithi029 ceph-mon[99353]: osdmap e2777: 8 total, 8 up, 8 in 2024-07-27T19:52:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:52:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:09 smithi029 ceph-mon[99353]: osdmap e2778: 8 total, 8 up, 8 in 2024-07-27T19:52:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:09 smithi029 ceph-mon[96870]: osdmap e2777: 8 total, 8 up, 8 in 2024-07-27T19:52:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:52:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:09 smithi029 ceph-mon[96870]: osdmap e2778: 8 total, 8 up, 8 in 2024-07-27T19:52:11.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:11 smithi179 ceph-mon[89801]: pgmap v5222: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 534 KiB/s rd, 5.0 KiB/s wr, 725 op/s 2024-07-27T19:52:11.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:11 smithi179 ceph-mon[89801]: osdmap e2779: 8 total, 8 up, 8 in 2024-07-27T19:52:11.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:11 smithi029 ceph-mon[99353]: pgmap v5222: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 534 KiB/s rd, 5.0 KiB/s wr, 725 op/s 2024-07-27T19:52:11.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:11 smithi029 ceph-mon[99353]: osdmap e2779: 8 total, 8 up, 8 in 2024-07-27T19:52:11.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:11 smithi029 ceph-mon[96870]: pgmap v5222: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 534 KiB/s rd, 5.0 KiB/s wr, 725 op/s 2024-07-27T19:52:11.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:11 smithi029 ceph-mon[96870]: osdmap e2779: 8 total, 8 up, 8 in 2024-07-27T19:52:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:12 smithi179 ceph-mon[89801]: osdmap e2780: 8 total, 8 up, 8 in 2024-07-27T19:52:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:12 smithi179 ceph-mon[89801]: pgmap v5225: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 498 KiB/s rd, 5.0 KiB/s wr, 676 op/s 2024-07-27T19:52:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:12 smithi029 ceph-mon[96870]: osdmap e2780: 8 total, 8 up, 8 in 2024-07-27T19:52:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:12 smithi029 ceph-mon[96870]: pgmap v5225: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 498 KiB/s rd, 5.0 KiB/s wr, 676 op/s 2024-07-27T19:52:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:52:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:52:12] "GET /metrics HTTP/1.1" 200 36721 "" "Prometheus/2.43.0" 2024-07-27T19:52:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:12 smithi029 ceph-mon[99353]: osdmap e2780: 8 total, 8 up, 8 in 2024-07-27T19:52:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:12 smithi029 ceph-mon[99353]: pgmap v5225: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 498 KiB/s rd, 5.0 KiB/s wr, 676 op/s 2024-07-27T19:52:13.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:13 smithi179 ceph-mon[89801]: osdmap e2781: 8 total, 8 up, 8 in 2024-07-27T19:52:13.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:13 smithi029 ceph-mon[96870]: osdmap e2781: 8 total, 8 up, 8 in 2024-07-27T19:52:13.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:13 smithi029 ceph-mon[99353]: osdmap e2781: 8 total, 8 up, 8 in 2024-07-27T19:52:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:14 smithi179 ceph-mon[89801]: osdmap e2782: 8 total, 8 up, 8 in 2024-07-27T19:52:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:14 smithi179 ceph-mon[89801]: pgmap v5228: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 498 KiB/s rd, 5.0 KiB/s wr, 675 op/s 2024-07-27T19:52:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:14 smithi179 ceph-mon[89801]: osdmap e2783: 8 total, 8 up, 8 in 2024-07-27T19:52:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:14 smithi029 ceph-mon[96870]: osdmap e2782: 8 total, 8 up, 8 in 2024-07-27T19:52:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:14 smithi029 ceph-mon[96870]: pgmap v5228: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 498 KiB/s rd, 5.0 KiB/s wr, 675 op/s 2024-07-27T19:52:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:14 smithi029 ceph-mon[96870]: osdmap e2783: 8 total, 8 up, 8 in 2024-07-27T19:52:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:14 smithi029 ceph-mon[99353]: osdmap e2782: 8 total, 8 up, 8 in 2024-07-27T19:52:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:14 smithi029 ceph-mon[99353]: pgmap v5228: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 498 KiB/s rd, 5.0 KiB/s wr, 675 op/s 2024-07-27T19:52:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:14 smithi029 ceph-mon[99353]: osdmap e2783: 8 total, 8 up, 8 in 2024-07-27T19:52:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:16 smithi179 ceph-mon[89801]: osdmap e2784: 8 total, 8 up, 8 in 2024-07-27T19:52:16.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:16 smithi179 ceph-mon[89801]: pgmap v5231: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:52:16.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:16 smithi029 ceph-mon[96870]: osdmap e2784: 8 total, 8 up, 8 in 2024-07-27T19:52:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:16 smithi029 ceph-mon[96870]: pgmap v5231: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:52:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:16 smithi029 ceph-mon[99353]: osdmap e2784: 8 total, 8 up, 8 in 2024-07-27T19:52:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:16 smithi029 ceph-mon[99353]: pgmap v5231: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:52:17.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:17 smithi179 ceph-mon[89801]: osdmap e2785: 8 total, 8 up, 8 in 2024-07-27T19:52:17.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:17 smithi029 ceph-mon[99353]: osdmap e2785: 8 total, 8 up, 8 in 2024-07-27T19:52:17.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:17 smithi029 ceph-mon[96870]: osdmap e2785: 8 total, 8 up, 8 in 2024-07-27T19:52:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:18 smithi179 ceph-mon[89801]: osdmap e2786: 8 total, 8 up, 8 in 2024-07-27T19:52:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:18 smithi179 ceph-mon[89801]: pgmap v5234: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 469 KiB/s rd, 5.0 KiB/s wr, 637 op/s 2024-07-27T19:52:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:18 smithi029 ceph-mon[96870]: osdmap e2786: 8 total, 8 up, 8 in 2024-07-27T19:52:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:18 smithi029 ceph-mon[96870]: pgmap v5234: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 469 KiB/s rd, 5.0 KiB/s wr, 637 op/s 2024-07-27T19:52:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:18 smithi029 ceph-mon[99353]: osdmap e2786: 8 total, 8 up, 8 in 2024-07-27T19:52:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:18 smithi029 ceph-mon[99353]: pgmap v5234: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 469 KiB/s rd, 5.0 KiB/s wr, 637 op/s 2024-07-27T19:52:19.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:19 smithi179 ceph-mon[89801]: osdmap e2787: 8 total, 8 up, 8 in 2024-07-27T19:52:19.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:19 smithi179 ceph-mon[89801]: osdmap e2788: 8 total, 8 up, 8 in 2024-07-27T19:52:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:19 smithi029 ceph-mon[96870]: osdmap e2787: 8 total, 8 up, 8 in 2024-07-27T19:52:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:19 smithi029 ceph-mon[96870]: osdmap e2788: 8 total, 8 up, 8 in 2024-07-27T19:52:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:19 smithi029 ceph-mon[99353]: osdmap e2787: 8 total, 8 up, 8 in 2024-07-27T19:52:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:19 smithi029 ceph-mon[99353]: osdmap e2788: 8 total, 8 up, 8 in 2024-07-27T19:52:21.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:21 smithi179 ceph-mon[89801]: pgmap v5237: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 468 KiB/s rd, 5.0 KiB/s wr, 635 op/s 2024-07-27T19:52:21.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:21 smithi179 ceph-mon[89801]: osdmap e2789: 8 total, 8 up, 8 in 2024-07-27T19:52:21.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:21 smithi029 ceph-mon[96870]: pgmap v5237: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 468 KiB/s rd, 5.0 KiB/s wr, 635 op/s 2024-07-27T19:52:21.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:21 smithi029 ceph-mon[96870]: osdmap e2789: 8 total, 8 up, 8 in 2024-07-27T19:52:21.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:21 smithi029 ceph-mon[99353]: pgmap v5237: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 468 KiB/s rd, 5.0 KiB/s wr, 635 op/s 2024-07-27T19:52:21.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:21 smithi029 ceph-mon[99353]: osdmap e2789: 8 total, 8 up, 8 in 2024-07-27T19:52:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:22 smithi179 ceph-mon[89801]: osdmap e2790: 8 total, 8 up, 8 in 2024-07-27T19:52:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:22 smithi179 ceph-mon[89801]: pgmap v5240: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 432 KiB/s rd, 5.0 KiB/s wr, 585 op/s 2024-07-27T19:52:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:22 smithi029 ceph-mon[96870]: osdmap e2790: 8 total, 8 up, 8 in 2024-07-27T19:52:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:22 smithi029 ceph-mon[96870]: pgmap v5240: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 432 KiB/s rd, 5.0 KiB/s wr, 585 op/s 2024-07-27T19:52:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:52:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:52:22] "GET /metrics HTTP/1.1" 200 36721 "" "Prometheus/2.43.0" 2024-07-27T19:52:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:22 smithi029 ceph-mon[99353]: osdmap e2790: 8 total, 8 up, 8 in 2024-07-27T19:52:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:22 smithi029 ceph-mon[99353]: pgmap v5240: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 432 KiB/s rd, 5.0 KiB/s wr, 585 op/s 2024-07-27T19:52:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:23 smithi179 ceph-mon[89801]: osdmap e2791: 8 total, 8 up, 8 in 2024-07-27T19:52:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:23 smithi029 ceph-mon[99353]: osdmap e2791: 8 total, 8 up, 8 in 2024-07-27T19:52:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:23 smithi029 ceph-mon[96870]: osdmap e2791: 8 total, 8 up, 8 in 2024-07-27T19:52:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:24 smithi179 ceph-mon[89801]: osdmap e2792: 8 total, 8 up, 8 in 2024-07-27T19:52:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:52:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:24 smithi179 ceph-mon[89801]: pgmap v5243: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 433 KiB/s rd, 5.0 KiB/s wr, 587 op/s 2024-07-27T19:52:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:24 smithi179 ceph-mon[89801]: osdmap e2793: 8 total, 8 up, 8 in 2024-07-27T19:52:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:24 smithi029 ceph-mon[96870]: osdmap e2792: 8 total, 8 up, 8 in 2024-07-27T19:52:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:52:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:24 smithi029 ceph-mon[96870]: pgmap v5243: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 433 KiB/s rd, 5.0 KiB/s wr, 587 op/s 2024-07-27T19:52:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:24 smithi029 ceph-mon[96870]: osdmap e2793: 8 total, 8 up, 8 in 2024-07-27T19:52:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:24 smithi029 ceph-mon[99353]: osdmap e2792: 8 total, 8 up, 8 in 2024-07-27T19:52:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:52:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:24 smithi029 ceph-mon[99353]: pgmap v5243: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 433 KiB/s rd, 5.0 KiB/s wr, 587 op/s 2024-07-27T19:52:24.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:24 smithi029 ceph-mon[99353]: osdmap e2793: 8 total, 8 up, 8 in 2024-07-27T19:52:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:26 smithi179 ceph-mon[89801]: osdmap e2794: 8 total, 8 up, 8 in 2024-07-27T19:52:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:26 smithi029 ceph-mon[96870]: osdmap e2794: 8 total, 8 up, 8 in 2024-07-27T19:52:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:26 smithi029 ceph-mon[99353]: osdmap e2794: 8 total, 8 up, 8 in 2024-07-27T19:52:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:27 smithi179 ceph-mon[89801]: pgmap v5246: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-07-27T19:52:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:27 smithi179 ceph-mon[89801]: osdmap e2795: 8 total, 8 up, 8 in 2024-07-27T19:52:27.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:27 smithi029 ceph-mon[96870]: pgmap v5246: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-07-27T19:52:27.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:27 smithi029 ceph-mon[96870]: osdmap e2795: 8 total, 8 up, 8 in 2024-07-27T19:52:27.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:27 smithi029 ceph-mon[99353]: pgmap v5246: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-07-27T19:52:27.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:27 smithi029 ceph-mon[99353]: osdmap e2795: 8 total, 8 up, 8 in 2024-07-27T19:52:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:28 smithi179 ceph-mon[89801]: osdmap e2796: 8 total, 8 up, 8 in 2024-07-27T19:52:28.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:28 smithi179 ceph-mon[89801]: pgmap v5249: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 402 KiB/s rd, 5.0 KiB/s wr, 544 op/s 2024-07-27T19:52:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:28 smithi029 ceph-mon[99353]: osdmap e2796: 8 total, 8 up, 8 in 2024-07-27T19:52:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:28 smithi029 ceph-mon[99353]: pgmap v5249: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 402 KiB/s rd, 5.0 KiB/s wr, 544 op/s 2024-07-27T19:52:28.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:28 smithi029 ceph-mon[96870]: osdmap e2796: 8 total, 8 up, 8 in 2024-07-27T19:52:28.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:28 smithi029 ceph-mon[96870]: pgmap v5249: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 402 KiB/s rd, 5.0 KiB/s wr, 544 op/s 2024-07-27T19:52:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:29 smithi179 ceph-mon[89801]: osdmap e2797: 8 total, 8 up, 8 in 2024-07-27T19:52:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:29 smithi179 ceph-mon[89801]: osdmap e2798: 8 total, 8 up, 8 in 2024-07-27T19:52:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:29 smithi029 ceph-mon[96870]: osdmap e2797: 8 total, 8 up, 8 in 2024-07-27T19:52:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:29 smithi029 ceph-mon[96870]: osdmap e2798: 8 total, 8 up, 8 in 2024-07-27T19:52:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:29 smithi029 ceph-mon[99353]: osdmap e2797: 8 total, 8 up, 8 in 2024-07-27T19:52:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:29 smithi029 ceph-mon[99353]: osdmap e2798: 8 total, 8 up, 8 in 2024-07-27T19:52:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:30 smithi179 ceph-mon[89801]: pgmap v5252: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 402 KiB/s rd, 5.0 KiB/s wr, 544 op/s 2024-07-27T19:52:30.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:30 smithi029 ceph-mon[96870]: pgmap v5252: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 402 KiB/s rd, 5.0 KiB/s wr, 544 op/s 2024-07-27T19:52:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:30 smithi029 ceph-mon[99353]: pgmap v5252: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 402 KiB/s rd, 5.0 KiB/s wr, 544 op/s 2024-07-27T19:52:31.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:31 smithi179 ceph-mon[89801]: osdmap e2799: 8 total, 8 up, 8 in 2024-07-27T19:52:31.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:31 smithi029 ceph-mon[96870]: osdmap e2799: 8 total, 8 up, 8 in 2024-07-27T19:52:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:31 smithi029 ceph-mon[99353]: osdmap e2799: 8 total, 8 up, 8 in 2024-07-27T19:52:32.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:32 smithi029 ceph-mon[96870]: osdmap e2800: 8 total, 8 up, 8 in 2024-07-27T19:52:32.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:32 smithi029 ceph-mon[96870]: pgmap v5255: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 367 KiB/s rd, 5.0 KiB/s wr, 496 op/s 2024-07-27T19:52:32.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:32 smithi029 ceph-mon[99353]: osdmap e2800: 8 total, 8 up, 8 in 2024-07-27T19:52:32.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:32 smithi029 ceph-mon[99353]: pgmap v5255: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 367 KiB/s rd, 5.0 KiB/s wr, 496 op/s 2024-07-27T19:52:32.653 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:52:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:52:32] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.43.0" 2024-07-27T19:52:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:32 smithi179 ceph-mon[89801]: osdmap e2800: 8 total, 8 up, 8 in 2024-07-27T19:52:32.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:32 smithi179 ceph-mon[89801]: pgmap v5255: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 367 KiB/s rd, 5.0 KiB/s wr, 496 op/s 2024-07-27T19:52:33.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:33 smithi179 ceph-mon[89801]: osdmap e2801: 8 total, 8 up, 8 in 2024-07-27T19:52:33.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:33 smithi029 ceph-mon[96870]: osdmap e2801: 8 total, 8 up, 8 in 2024-07-27T19:52:33.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:33 smithi029 ceph-mon[99353]: osdmap e2801: 8 total, 8 up, 8 in 2024-07-27T19:52:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:34 smithi179 ceph-mon[89801]: osdmap e2802: 8 total, 8 up, 8 in 2024-07-27T19:52:34.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:34 smithi179 ceph-mon[89801]: pgmap v5258: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 368 KiB/s rd, 5.0 KiB/s wr, 499 op/s 2024-07-27T19:52:34.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:34 smithi179 ceph-mon[89801]: osdmap e2803: 8 total, 8 up, 8 in 2024-07-27T19:52:34.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:34 smithi029 ceph-mon[96870]: osdmap e2802: 8 total, 8 up, 8 in 2024-07-27T19:52:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:34 smithi029 ceph-mon[96870]: pgmap v5258: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 368 KiB/s rd, 5.0 KiB/s wr, 499 op/s 2024-07-27T19:52:34.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:34 smithi029 ceph-mon[96870]: osdmap e2803: 8 total, 8 up, 8 in 2024-07-27T19:52:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:34 smithi029 ceph-mon[99353]: osdmap e2802: 8 total, 8 up, 8 in 2024-07-27T19:52:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:34 smithi029 ceph-mon[99353]: pgmap v5258: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 368 KiB/s rd, 5.0 KiB/s wr, 499 op/s 2024-07-27T19:52:34.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:34 smithi029 ceph-mon[99353]: osdmap e2803: 8 total, 8 up, 8 in 2024-07-27T19:52:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:36 smithi179 ceph-mon[89801]: osdmap e2804: 8 total, 8 up, 8 in 2024-07-27T19:52:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:36 smithi029 ceph-mon[96870]: osdmap e2804: 8 total, 8 up, 8 in 2024-07-27T19:52:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:36 smithi029 ceph-mon[99353]: osdmap e2804: 8 total, 8 up, 8 in 2024-07-27T19:52:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:37 smithi179 ceph-mon[89801]: pgmap v5261: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-07-27T19:52:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:37 smithi179 ceph-mon[89801]: osdmap e2805: 8 total, 8 up, 8 in 2024-07-27T19:52:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:37 smithi029 ceph-mon[96870]: pgmap v5261: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-07-27T19:52:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:37 smithi029 ceph-mon[96870]: osdmap e2805: 8 total, 8 up, 8 in 2024-07-27T19:52:37.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:37 smithi029 ceph-mon[99353]: pgmap v5261: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2024-07-27T19:52:37.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:37 smithi029 ceph-mon[99353]: osdmap e2805: 8 total, 8 up, 8 in 2024-07-27T19:52:38.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:38 smithi179 ceph-mon[89801]: osdmap e2806: 8 total, 8 up, 8 in 2024-07-27T19:52:38.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:38 smithi179 ceph-mon[89801]: pgmap v5264: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 337 KiB/s rd, 5.0 KiB/s wr, 457 op/s 2024-07-27T19:52:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:38 smithi029 ceph-mon[96870]: osdmap e2806: 8 total, 8 up, 8 in 2024-07-27T19:52:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:38 smithi029 ceph-mon[96870]: pgmap v5264: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 337 KiB/s rd, 5.0 KiB/s wr, 457 op/s 2024-07-27T19:52:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:38 smithi029 ceph-mon[99353]: osdmap e2806: 8 total, 8 up, 8 in 2024-07-27T19:52:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:38 smithi029 ceph-mon[99353]: pgmap v5264: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 337 KiB/s rd, 5.0 KiB/s wr, 457 op/s 2024-07-27T19:52:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:39 smithi179 ceph-mon[89801]: osdmap e2807: 8 total, 8 up, 8 in 2024-07-27T19:52:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:52:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:39 smithi179 ceph-mon[89801]: osdmap e2808: 8 total, 8 up, 8 in 2024-07-27T19:52:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:39 smithi029 ceph-mon[96870]: osdmap e2807: 8 total, 8 up, 8 in 2024-07-27T19:52:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:52:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:39 smithi029 ceph-mon[96870]: osdmap e2808: 8 total, 8 up, 8 in 2024-07-27T19:52:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:39 smithi029 ceph-mon[99353]: osdmap e2807: 8 total, 8 up, 8 in 2024-07-27T19:52:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:52:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:39 smithi029 ceph-mon[99353]: osdmap e2808: 8 total, 8 up, 8 in 2024-07-27T19:52:40.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:40 smithi179 ceph-mon[89801]: pgmap v5267: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 337 KiB/s rd, 5.0 KiB/s wr, 457 op/s 2024-07-27T19:52:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:40 smithi029 ceph-mon[96870]: pgmap v5267: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 337 KiB/s rd, 5.0 KiB/s wr, 457 op/s 2024-07-27T19:52:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:40 smithi029 ceph-mon[99353]: pgmap v5267: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 337 KiB/s rd, 5.0 KiB/s wr, 457 op/s 2024-07-27T19:52:41.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:41 smithi179 ceph-mon[89801]: osdmap e2809: 8 total, 8 up, 8 in 2024-07-27T19:52:41.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:41 smithi029 ceph-mon[96870]: osdmap e2809: 8 total, 8 up, 8 in 2024-07-27T19:52:41.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:41 smithi029 ceph-mon[99353]: osdmap e2809: 8 total, 8 up, 8 in 2024-07-27T19:52:42.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:42 smithi179 ceph-mon[89801]: osdmap e2810: 8 total, 8 up, 8 in 2024-07-27T19:52:42.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:42 smithi179 ceph-mon[89801]: pgmap v5270: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 303 KiB/s rd, 5.0 KiB/s wr, 411 op/s 2024-07-27T19:52:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:42 smithi029 ceph-mon[96870]: osdmap e2810: 8 total, 8 up, 8 in 2024-07-27T19:52:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:42 smithi029 ceph-mon[96870]: pgmap v5270: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 303 KiB/s rd, 5.0 KiB/s wr, 411 op/s 2024-07-27T19:52:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:42 smithi029 ceph-mon[99353]: osdmap e2810: 8 total, 8 up, 8 in 2024-07-27T19:52:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:42 smithi029 ceph-mon[99353]: pgmap v5270: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 303 KiB/s rd, 5.0 KiB/s wr, 411 op/s 2024-07-27T19:52:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:52:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:52:42] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:52:43.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:43 smithi179 ceph-mon[89801]: osdmap e2811: 8 total, 8 up, 8 in 2024-07-27T19:52:43.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:43 smithi029 ceph-mon[96870]: osdmap e2811: 8 total, 8 up, 8 in 2024-07-27T19:52:43.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:43 smithi029 ceph-mon[99353]: osdmap e2811: 8 total, 8 up, 8 in 2024-07-27T19:52:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:44 smithi179 ceph-mon[89801]: osdmap e2812: 8 total, 8 up, 8 in 2024-07-27T19:52:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:44 smithi179 ceph-mon[89801]: pgmap v5273: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 305 KiB/s rd, 5.0 KiB/s wr, 414 op/s 2024-07-27T19:52:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:44 smithi179 ceph-mon[89801]: osdmap e2813: 8 total, 8 up, 8 in 2024-07-27T19:52:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:44 smithi029 ceph-mon[96870]: osdmap e2812: 8 total, 8 up, 8 in 2024-07-27T19:52:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:44 smithi029 ceph-mon[96870]: pgmap v5273: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 305 KiB/s rd, 5.0 KiB/s wr, 414 op/s 2024-07-27T19:52:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:44 smithi029 ceph-mon[96870]: osdmap e2813: 8 total, 8 up, 8 in 2024-07-27T19:52:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:44 smithi029 ceph-mon[99353]: osdmap e2812: 8 total, 8 up, 8 in 2024-07-27T19:52:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:44 smithi029 ceph-mon[99353]: pgmap v5273: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 305 KiB/s rd, 5.0 KiB/s wr, 414 op/s 2024-07-27T19:52:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:44 smithi029 ceph-mon[99353]: osdmap e2813: 8 total, 8 up, 8 in 2024-07-27T19:52:46.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:46 smithi179 ceph-mon[89801]: osdmap e2814: 8 total, 8 up, 8 in 2024-07-27T19:52:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:46 smithi029 ceph-mon[96870]: osdmap e2814: 8 total, 8 up, 8 in 2024-07-27T19:52:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:46 smithi029 ceph-mon[99353]: osdmap e2814: 8 total, 8 up, 8 in 2024-07-27T19:52:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:47 smithi179 ceph-mon[89801]: pgmap v5276: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:52:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:47 smithi179 ceph-mon[89801]: osdmap e2815: 8 total, 8 up, 8 in 2024-07-27T19:52:47.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:47 smithi029 ceph-mon[96870]: pgmap v5276: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:52:47.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:47 smithi029 ceph-mon[96870]: osdmap e2815: 8 total, 8 up, 8 in 2024-07-27T19:52:47.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:47 smithi029 ceph-mon[99353]: pgmap v5276: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:52:47.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:47 smithi029 ceph-mon[99353]: osdmap e2815: 8 total, 8 up, 8 in 2024-07-27T19:52:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:48 smithi179 ceph-mon[89801]: osdmap e2816: 8 total, 8 up, 8 in 2024-07-27T19:52:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:48 smithi179 ceph-mon[89801]: pgmap v5279: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 272 KiB/s rd, 5.0 KiB/s wr, 368 op/s 2024-07-27T19:52:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:48 smithi029 ceph-mon[96870]: osdmap e2816: 8 total, 8 up, 8 in 2024-07-27T19:52:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:48 smithi029 ceph-mon[96870]: pgmap v5279: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 272 KiB/s rd, 5.0 KiB/s wr, 368 op/s 2024-07-27T19:52:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:48 smithi029 ceph-mon[99353]: osdmap e2816: 8 total, 8 up, 8 in 2024-07-27T19:52:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:48 smithi029 ceph-mon[99353]: pgmap v5279: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 272 KiB/s rd, 5.0 KiB/s wr, 368 op/s 2024-07-27T19:52:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:49 smithi179 ceph-mon[89801]: osdmap e2817: 8 total, 8 up, 8 in 2024-07-27T19:52:49.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:49 smithi179 ceph-mon[89801]: osdmap e2818: 8 total, 8 up, 8 in 2024-07-27T19:52:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:49 smithi029 ceph-mon[96870]: osdmap e2817: 8 total, 8 up, 8 in 2024-07-27T19:52:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:49 smithi029 ceph-mon[96870]: osdmap e2818: 8 total, 8 up, 8 in 2024-07-27T19:52:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:49 smithi029 ceph-mon[99353]: osdmap e2817: 8 total, 8 up, 8 in 2024-07-27T19:52:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:49 smithi029 ceph-mon[99353]: osdmap e2818: 8 total, 8 up, 8 in 2024-07-27T19:52:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:50 smithi179 ceph-mon[89801]: pgmap v5282: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 272 KiB/s rd, 5.0 KiB/s wr, 368 op/s 2024-07-27T19:52:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:50 smithi029 ceph-mon[96870]: pgmap v5282: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 272 KiB/s rd, 5.0 KiB/s wr, 368 op/s 2024-07-27T19:52:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:50 smithi029 ceph-mon[99353]: pgmap v5282: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 272 KiB/s rd, 5.0 KiB/s wr, 368 op/s 2024-07-27T19:52:51.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:51 smithi179 ceph-mon[89801]: osdmap e2819: 8 total, 8 up, 8 in 2024-07-27T19:52:51.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:51 smithi029 ceph-mon[96870]: osdmap e2819: 8 total, 8 up, 8 in 2024-07-27T19:52:51.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:51 smithi029 ceph-mon[99353]: osdmap e2819: 8 total, 8 up, 8 in 2024-07-27T19:52:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:52 smithi179 ceph-mon[89801]: osdmap e2820: 8 total, 8 up, 8 in 2024-07-27T19:52:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:52 smithi179 ceph-mon[89801]: pgmap v5285: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 237 KiB/s rd, 5.0 KiB/s wr, 323 op/s 2024-07-27T19:52:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:52 smithi029 ceph-mon[96870]: osdmap e2820: 8 total, 8 up, 8 in 2024-07-27T19:52:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:52 smithi029 ceph-mon[96870]: pgmap v5285: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 237 KiB/s rd, 5.0 KiB/s wr, 323 op/s 2024-07-27T19:52:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:52:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:52:52] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:52:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:52 smithi029 ceph-mon[99353]: osdmap e2820: 8 total, 8 up, 8 in 2024-07-27T19:52:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:52 smithi029 ceph-mon[99353]: pgmap v5285: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 237 KiB/s rd, 5.0 KiB/s wr, 323 op/s 2024-07-27T19:52:53.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:53 smithi179 ceph-mon[89801]: osdmap e2821: 8 total, 8 up, 8 in 2024-07-27T19:52:53.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:53 smithi029 ceph-mon[96870]: osdmap e2821: 8 total, 8 up, 8 in 2024-07-27T19:52:53.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:53 smithi029 ceph-mon[99353]: osdmap e2821: 8 total, 8 up, 8 in 2024-07-27T19:52:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:54 smithi179 ceph-mon[89801]: osdmap e2822: 8 total, 8 up, 8 in 2024-07-27T19:52:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:52:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:52:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:54 smithi179 ceph-mon[89801]: pgmap v5288: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 239 KiB/s rd, 5.0 KiB/s wr, 326 op/s 2024-07-27T19:52:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:52:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:52:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:54 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:52:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:54 smithi179 ceph-mon[89801]: osdmap e2823: 8 total, 8 up, 8 in 2024-07-27T19:52:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[99353]: osdmap e2822: 8 total, 8 up, 8 in 2024-07-27T19:52:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:52:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:52:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[99353]: pgmap v5288: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 239 KiB/s rd, 5.0 KiB/s wr, 326 op/s 2024-07-27T19:52:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:52:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:52:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:52:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[99353]: osdmap e2823: 8 total, 8 up, 8 in 2024-07-27T19:52:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[96870]: osdmap e2822: 8 total, 8 up, 8 in 2024-07-27T19:52:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:52:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:52:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[96870]: pgmap v5288: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 239 KiB/s rd, 5.0 KiB/s wr, 326 op/s 2024-07-27T19:52:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:52:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:52:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:52:54.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:54 smithi029 ceph-mon[96870]: osdmap e2823: 8 total, 8 up, 8 in 2024-07-27T19:52:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:56 smithi179 ceph-mon[89801]: osdmap e2824: 8 total, 8 up, 8 in 2024-07-27T19:52:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:56 smithi179 ceph-mon[89801]: pgmap v5291: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:52:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:56 smithi029 ceph-mon[99353]: osdmap e2824: 8 total, 8 up, 8 in 2024-07-27T19:52:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:56 smithi029 ceph-mon[99353]: pgmap v5291: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:52:56.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:56 smithi029 ceph-mon[96870]: osdmap e2824: 8 total, 8 up, 8 in 2024-07-27T19:52:56.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:56 smithi029 ceph-mon[96870]: pgmap v5291: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:52:57.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:57 smithi179 ceph-mon[89801]: osdmap e2825: 8 total, 8 up, 8 in 2024-07-27T19:52:57.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:57 smithi029 ceph-mon[96870]: osdmap e2825: 8 total, 8 up, 8 in 2024-07-27T19:52:57.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:57 smithi029 ceph-mon[99353]: osdmap e2825: 8 total, 8 up, 8 in 2024-07-27T19:52:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:58 smithi179 ceph-mon[89801]: osdmap e2826: 8 total, 8 up, 8 in 2024-07-27T19:52:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:58 smithi179 ceph-mon[89801]: pgmap v5294: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 5.0 KiB/s wr, 282 op/s 2024-07-27T19:52:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:58 smithi029 ceph-mon[96870]: osdmap e2826: 8 total, 8 up, 8 in 2024-07-27T19:52:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:58 smithi029 ceph-mon[96870]: pgmap v5294: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 5.0 KiB/s wr, 282 op/s 2024-07-27T19:52:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:58 smithi029 ceph-mon[99353]: osdmap e2826: 8 total, 8 up, 8 in 2024-07-27T19:52:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:58 smithi029 ceph-mon[99353]: pgmap v5294: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 5.0 KiB/s wr, 282 op/s 2024-07-27T19:52:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:59 smithi179 ceph-mon[89801]: osdmap e2827: 8 total, 8 up, 8 in 2024-07-27T19:52:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:52:59 smithi179 ceph-mon[89801]: osdmap e2828: 8 total, 8 up, 8 in 2024-07-27T19:52:59.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:59 smithi029 ceph-mon[96870]: osdmap e2827: 8 total, 8 up, 8 in 2024-07-27T19:52:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:52:59 smithi029 ceph-mon[96870]: osdmap e2828: 8 total, 8 up, 8 in 2024-07-27T19:52:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:59 smithi029 ceph-mon[99353]: osdmap e2827: 8 total, 8 up, 8 in 2024-07-27T19:52:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:52:59 smithi029 ceph-mon[99353]: osdmap e2828: 8 total, 8 up, 8 in 2024-07-27T19:53:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:00 smithi179 ceph-mon[89801]: pgmap v5297: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 5.0 KiB/s wr, 282 op/s 2024-07-27T19:53:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:00 smithi029 ceph-mon[96870]: pgmap v5297: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 5.0 KiB/s wr, 282 op/s 2024-07-27T19:53:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:00 smithi029 ceph-mon[99353]: pgmap v5297: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 206 KiB/s rd, 5.0 KiB/s wr, 282 op/s 2024-07-27T19:53:01.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:01 smithi029 ceph-mon[96870]: osdmap e2829: 8 total, 8 up, 8 in 2024-07-27T19:53:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:01 smithi029 ceph-mon[99353]: osdmap e2829: 8 total, 8 up, 8 in 2024-07-27T19:53:01.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:01 smithi179 ceph-mon[89801]: osdmap e2829: 8 total, 8 up, 8 in 2024-07-27T19:53:02.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:02 smithi179 ceph-mon[89801]: osdmap e2830: 8 total, 8 up, 8 in 2024-07-27T19:53:02.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:02 smithi179 ceph-mon[89801]: pgmap v5300: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 171 KiB/s rd, 5.0 KiB/s wr, 233 op/s 2024-07-27T19:53:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:02 smithi029 ceph-mon[96870]: osdmap e2830: 8 total, 8 up, 8 in 2024-07-27T19:53:02.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:02 smithi029 ceph-mon[96870]: pgmap v5300: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 171 KiB/s rd, 5.0 KiB/s wr, 233 op/s 2024-07-27T19:53:02.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:02 smithi029 ceph-mon[99353]: osdmap e2830: 8 total, 8 up, 8 in 2024-07-27T19:53:02.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:02 smithi029 ceph-mon[99353]: pgmap v5300: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 171 KiB/s rd, 5.0 KiB/s wr, 233 op/s 2024-07-27T19:53:02.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:53:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:53:02] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.43.0" 2024-07-27T19:53:03.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:03 smithi179 ceph-mon[89801]: osdmap e2831: 8 total, 8 up, 8 in 2024-07-27T19:53:03.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:03 smithi029 ceph-mon[96870]: osdmap e2831: 8 total, 8 up, 8 in 2024-07-27T19:53:03.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:03 smithi029 ceph-mon[99353]: osdmap e2831: 8 total, 8 up, 8 in 2024-07-27T19:53:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:04 smithi179 ceph-mon[89801]: osdmap e2832: 8 total, 8 up, 8 in 2024-07-27T19:53:04.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:04 smithi179 ceph-mon[89801]: pgmap v5303: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 173 KiB/s rd, 5.0 KiB/s wr, 237 op/s 2024-07-27T19:53:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:04 smithi179 ceph-mon[89801]: osdmap e2833: 8 total, 8 up, 8 in 2024-07-27T19:53:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:04 smithi029 ceph-mon[96870]: osdmap e2832: 8 total, 8 up, 8 in 2024-07-27T19:53:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:04 smithi029 ceph-mon[96870]: pgmap v5303: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 173 KiB/s rd, 5.0 KiB/s wr, 237 op/s 2024-07-27T19:53:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:04 smithi029 ceph-mon[96870]: osdmap e2833: 8 total, 8 up, 8 in 2024-07-27T19:53:04.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:04 smithi029 ceph-mon[99353]: osdmap e2832: 8 total, 8 up, 8 in 2024-07-27T19:53:04.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:04 smithi029 ceph-mon[99353]: pgmap v5303: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 173 KiB/s rd, 5.0 KiB/s wr, 237 op/s 2024-07-27T19:53:04.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:04 smithi029 ceph-mon[99353]: osdmap e2833: 8 total, 8 up, 8 in 2024-07-27T19:53:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:06 smithi179 ceph-mon[89801]: osdmap e2834: 8 total, 8 up, 8 in 2024-07-27T19:53:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:06 smithi179 ceph-mon[89801]: pgmap v5306: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:53:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:06 smithi029 ceph-mon[96870]: osdmap e2834: 8 total, 8 up, 8 in 2024-07-27T19:53:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:06 smithi029 ceph-mon[96870]: pgmap v5306: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:53:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:06 smithi029 ceph-mon[99353]: osdmap e2834: 8 total, 8 up, 8 in 2024-07-27T19:53:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:06 smithi029 ceph-mon[99353]: pgmap v5306: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 6 op/s 2024-07-27T19:53:07.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:07 smithi179 ceph-mon[89801]: osdmap e2835: 8 total, 8 up, 8 in 2024-07-27T19:53:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:07 smithi029 ceph-mon[96870]: osdmap e2835: 8 total, 8 up, 8 in 2024-07-27T19:53:07.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:07 smithi029 ceph-mon[99353]: osdmap e2835: 8 total, 8 up, 8 in 2024-07-27T19:53:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:08 smithi179 ceph-mon[89801]: osdmap e2836: 8 total, 8 up, 8 in 2024-07-27T19:53:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:08 smithi179 ceph-mon[89801]: pgmap v5309: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 140 KiB/s rd, 5.0 KiB/s wr, 192 op/s 2024-07-27T19:53:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:08 smithi029 ceph-mon[96870]: osdmap e2836: 8 total, 8 up, 8 in 2024-07-27T19:53:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:08 smithi029 ceph-mon[96870]: pgmap v5309: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 140 KiB/s rd, 5.0 KiB/s wr, 192 op/s 2024-07-27T19:53:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:08 smithi029 ceph-mon[99353]: osdmap e2836: 8 total, 8 up, 8 in 2024-07-27T19:53:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:08 smithi029 ceph-mon[99353]: pgmap v5309: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 140 KiB/s rd, 5.0 KiB/s wr, 192 op/s 2024-07-27T19:53:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:09 smithi179 ceph-mon[89801]: osdmap e2837: 8 total, 8 up, 8 in 2024-07-27T19:53:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:53:09.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:09 smithi179 ceph-mon[89801]: osdmap e2838: 8 total, 8 up, 8 in 2024-07-27T19:53:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:09 smithi029 ceph-mon[96870]: osdmap e2837: 8 total, 8 up, 8 in 2024-07-27T19:53:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:53:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:09 smithi029 ceph-mon[96870]: osdmap e2838: 8 total, 8 up, 8 in 2024-07-27T19:53:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:09 smithi029 ceph-mon[99353]: osdmap e2837: 8 total, 8 up, 8 in 2024-07-27T19:53:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:53:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:09 smithi029 ceph-mon[99353]: osdmap e2838: 8 total, 8 up, 8 in 2024-07-27T19:53:10.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:10 smithi179 ceph-mon[89801]: pgmap v5312: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 141 KiB/s rd, 5.0 KiB/s wr, 194 op/s 2024-07-27T19:53:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:10 smithi029 ceph-mon[96870]: pgmap v5312: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 141 KiB/s rd, 5.0 KiB/s wr, 194 op/s 2024-07-27T19:53:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:10 smithi029 ceph-mon[99353]: pgmap v5312: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 141 KiB/s rd, 5.0 KiB/s wr, 194 op/s 2024-07-27T19:53:11.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:11 smithi179 ceph-mon[89801]: osdmap e2839: 8 total, 8 up, 8 in 2024-07-27T19:53:11.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:11 smithi029 ceph-mon[96870]: osdmap e2839: 8 total, 8 up, 8 in 2024-07-27T19:53:11.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:11 smithi029 ceph-mon[99353]: osdmap e2839: 8 total, 8 up, 8 in 2024-07-27T19:53:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:12 smithi179 ceph-mon[89801]: osdmap e2840: 8 total, 8 up, 8 in 2024-07-27T19:53:12.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:12 smithi179 ceph-mon[89801]: pgmap v5315: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 108 KiB/s rd, 5.0 KiB/s wr, 149 op/s 2024-07-27T19:53:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:12 smithi029 ceph-mon[96870]: osdmap e2840: 8 total, 8 up, 8 in 2024-07-27T19:53:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:12 smithi029 ceph-mon[96870]: pgmap v5315: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 108 KiB/s rd, 5.0 KiB/s wr, 149 op/s 2024-07-27T19:53:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:53:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:53:12] "GET /metrics HTTP/1.1" 200 36714 "" "Prometheus/2.43.0" 2024-07-27T19:53:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:12 smithi029 ceph-mon[99353]: osdmap e2840: 8 total, 8 up, 8 in 2024-07-27T19:53:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:12 smithi029 ceph-mon[99353]: pgmap v5315: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 108 KiB/s rd, 5.0 KiB/s wr, 149 op/s 2024-07-27T19:53:13.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:13 smithi179 ceph-mon[89801]: osdmap e2841: 8 total, 8 up, 8 in 2024-07-27T19:53:13.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:13 smithi029 ceph-mon[96870]: osdmap e2841: 8 total, 8 up, 8 in 2024-07-27T19:53:13.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:13 smithi029 ceph-mon[99353]: osdmap e2841: 8 total, 8 up, 8 in 2024-07-27T19:53:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:14 smithi179 ceph-mon[89801]: osdmap e2842: 8 total, 8 up, 8 in 2024-07-27T19:53:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:14 smithi179 ceph-mon[89801]: pgmap v5318: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 109 KiB/s rd, 5.0 KiB/s wr, 149 op/s 2024-07-27T19:53:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:14 smithi179 ceph-mon[89801]: osdmap e2843: 8 total, 8 up, 8 in 2024-07-27T19:53:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:14 smithi029 ceph-mon[96870]: osdmap e2842: 8 total, 8 up, 8 in 2024-07-27T19:53:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:14 smithi029 ceph-mon[96870]: pgmap v5318: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 109 KiB/s rd, 5.0 KiB/s wr, 149 op/s 2024-07-27T19:53:14.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:14 smithi029 ceph-mon[96870]: osdmap e2843: 8 total, 8 up, 8 in 2024-07-27T19:53:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:14 smithi029 ceph-mon[99353]: osdmap e2842: 8 total, 8 up, 8 in 2024-07-27T19:53:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:14 smithi029 ceph-mon[99353]: pgmap v5318: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 109 KiB/s rd, 5.0 KiB/s wr, 149 op/s 2024-07-27T19:53:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:14 smithi029 ceph-mon[99353]: osdmap e2843: 8 total, 8 up, 8 in 2024-07-27T19:53:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:16 smithi179 ceph-mon[89801]: osdmap e2844: 8 total, 8 up, 8 in 2024-07-27T19:53:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:16 smithi179 ceph-mon[89801]: pgmap v5321: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:53:16.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:16 smithi029 ceph-mon[96870]: osdmap e2844: 8 total, 8 up, 8 in 2024-07-27T19:53:16.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:16 smithi029 ceph-mon[96870]: pgmap v5321: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:53:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:16 smithi029 ceph-mon[99353]: osdmap e2844: 8 total, 8 up, 8 in 2024-07-27T19:53:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:16 smithi029 ceph-mon[99353]: pgmap v5321: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-07-27T19:53:17.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:17 smithi179 ceph-mon[89801]: osdmap e2845: 8 total, 8 up, 8 in 2024-07-27T19:53:17.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:17 smithi029 ceph-mon[96870]: osdmap e2845: 8 total, 8 up, 8 in 2024-07-27T19:53:17.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:17 smithi029 ceph-mon[99353]: osdmap e2845: 8 total, 8 up, 8 in 2024-07-27T19:53:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:18 smithi179 ceph-mon[89801]: osdmap e2846: 8 total, 8 up, 8 in 2024-07-27T19:53:18.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:18 smithi179 ceph-mon[89801]: pgmap v5324: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 76 KiB/s rd, 5.0 KiB/s wr, 106 op/s 2024-07-27T19:53:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:18 smithi029 ceph-mon[96870]: osdmap e2846: 8 total, 8 up, 8 in 2024-07-27T19:53:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:18 smithi029 ceph-mon[96870]: pgmap v5324: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 76 KiB/s rd, 5.0 KiB/s wr, 106 op/s 2024-07-27T19:53:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:18 smithi029 ceph-mon[99353]: osdmap e2846: 8 total, 8 up, 8 in 2024-07-27T19:53:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:18 smithi029 ceph-mon[99353]: pgmap v5324: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 76 KiB/s rd, 5.0 KiB/s wr, 106 op/s 2024-07-27T19:53:19.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:19 smithi179 ceph-mon[89801]: osdmap e2847: 8 total, 8 up, 8 in 2024-07-27T19:53:19.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:19 smithi179 ceph-mon[89801]: osdmap e2848: 8 total, 8 up, 8 in 2024-07-27T19:53:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:19 smithi029 ceph-mon[96870]: osdmap e2847: 8 total, 8 up, 8 in 2024-07-27T19:53:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:19 smithi029 ceph-mon[96870]: osdmap e2848: 8 total, 8 up, 8 in 2024-07-27T19:53:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:19 smithi029 ceph-mon[99353]: osdmap e2847: 8 total, 8 up, 8 in 2024-07-27T19:53:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:19 smithi029 ceph-mon[99353]: osdmap e2848: 8 total, 8 up, 8 in 2024-07-27T19:53:20.407 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_many_snaps PASSED [ 47%] 2024-07-27T19:53:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:20 smithi179 ceph-mon[89801]: pgmap v5327: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 77 KiB/s rd, 5.0 KiB/s wr, 109 op/s 2024-07-27T19:53:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:20 smithi029 ceph-mon[96870]: pgmap v5327: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 77 KiB/s rd, 5.0 KiB/s wr, 109 op/s 2024-07-27T19:53:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:20 smithi029 ceph-mon[99353]: pgmap v5327: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 77 KiB/s rd, 5.0 KiB/s wr, 109 op/s 2024-07-27T19:53:21.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:21 smithi179 ceph-mon[89801]: osdmap e2849: 8 total, 8 up, 8 in 2024-07-27T19:53:21.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:21 smithi029 ceph-mon[96870]: osdmap e2849: 8 total, 8 up, 8 in 2024-07-27T19:53:21.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:21 smithi029 ceph-mon[99353]: osdmap e2849: 8 total, 8 up, 8 in 2024-07-27T19:53:22.424 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_set_snap_deleted PASSED [ 48%] 2024-07-27T19:53:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:22 smithi179 ceph-mon[89801]: osdmap e2850: 8 total, 8 up, 8 in 2024-07-27T19:53:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:22 smithi179 ceph-mon[89801]: pgmap v5330: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 61 KiB/s rd, 5.2 KiB/s wr, 81 op/s 2024-07-27T19:53:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:22 smithi029 ceph-mon[96870]: osdmap e2850: 8 total, 8 up, 8 in 2024-07-27T19:53:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:22 smithi029 ceph-mon[96870]: pgmap v5330: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 61 KiB/s rd, 5.2 KiB/s wr, 81 op/s 2024-07-27T19:53:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:53:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:53:22] "GET /metrics HTTP/1.1" 200 36714 "" "Prometheus/2.43.0" 2024-07-27T19:53:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:22 smithi029 ceph-mon[99353]: osdmap e2850: 8 total, 8 up, 8 in 2024-07-27T19:53:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:22 smithi029 ceph-mon[99353]: pgmap v5330: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 61 KiB/s rd, 5.2 KiB/s wr, 81 op/s 2024-07-27T19:53:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:23 smithi179 ceph-mon[89801]: osdmap e2851: 8 total, 8 up, 8 in 2024-07-27T19:53:23.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:23 smithi029 ceph-mon[96870]: osdmap e2851: 8 total, 8 up, 8 in 2024-07-27T19:53:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:23 smithi029 ceph-mon[99353]: osdmap e2851: 8 total, 8 up, 8 in 2024-07-27T19:53:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:24 smithi179 ceph-mon[89801]: osdmap e2852: 8 total, 8 up, 8 in 2024-07-27T19:53:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:53:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:24 smithi179 ceph-mon[89801]: pgmap v5333: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 101 KiB/s rd, 8.0 KiB/s wr, 132 op/s 2024-07-27T19:53:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:24 smithi179 ceph-mon[89801]: osdmap e2853: 8 total, 8 up, 8 in 2024-07-27T19:53:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:24 smithi029 ceph-mon[96870]: osdmap e2852: 8 total, 8 up, 8 in 2024-07-27T19:53:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:53:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:24 smithi029 ceph-mon[96870]: pgmap v5333: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 101 KiB/s rd, 8.0 KiB/s wr, 132 op/s 2024-07-27T19:53:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:24 smithi029 ceph-mon[96870]: osdmap e2853: 8 total, 8 up, 8 in 2024-07-27T19:53:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:24 smithi029 ceph-mon[99353]: osdmap e2852: 8 total, 8 up, 8 in 2024-07-27T19:53:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:53:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:24 smithi029 ceph-mon[99353]: pgmap v5333: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 101 KiB/s rd, 8.0 KiB/s wr, 132 op/s 2024-07-27T19:53:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:24 smithi029 ceph-mon[99353]: osdmap e2853: 8 total, 8 up, 8 in 2024-07-27T19:53:26.385 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_set_snap_recreated PASSED [ 48%] 2024-07-27T19:53:26.477 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_lock_unlock PASSED [ 49%] 2024-07-27T19:53:26.629 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_list_lockers PASSED [ 49%] 2024-07-27T19:53:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:26 smithi179 ceph-mon[89801]: osdmap e2854: 8 total, 8 up, 8 in 2024-07-27T19:53:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:26 smithi179 ceph-mon[89801]: pgmap v5336: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 54 KiB/s rd, 6.0 KiB/s wr, 80 op/s 2024-07-27T19:53:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:26 smithi029 ceph-mon[96870]: osdmap e2854: 8 total, 8 up, 8 in 2024-07-27T19:53:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:26 smithi029 ceph-mon[96870]: pgmap v5336: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 54 KiB/s rd, 6.0 KiB/s wr, 80 op/s 2024-07-27T19:53:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:26 smithi029 ceph-mon[99353]: osdmap e2854: 8 total, 8 up, 8 in 2024-07-27T19:53:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:26 smithi029 ceph-mon[99353]: pgmap v5336: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 54 KiB/s rd, 6.0 KiB/s wr, 80 op/s 2024-07-27T19:53:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:27 smithi179 ceph-mon[89801]: osdmap e2855: 8 total, 8 up, 8 in 2024-07-27T19:53:27.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:27 smithi029 ceph-mon[96870]: osdmap e2855: 8 total, 8 up, 8 in 2024-07-27T19:53:27.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:27 smithi029 ceph-mon[99353]: osdmap e2855: 8 total, 8 up, 8 in 2024-07-27T19:53:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:28 smithi179 ceph-mon[89801]: osdmap e2856: 8 total, 8 up, 8 in 2024-07-27T19:53:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:28 smithi179 ceph-mon[89801]: pgmap v5339: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 97 KiB/s rd, 11 KiB/s wr, 140 op/s 2024-07-27T19:53:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:28 smithi029 ceph-mon[96870]: osdmap e2856: 8 total, 8 up, 8 in 2024-07-27T19:53:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:28 smithi029 ceph-mon[96870]: pgmap v5339: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 97 KiB/s rd, 11 KiB/s wr, 140 op/s 2024-07-27T19:53:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:28 smithi029 ceph-mon[99353]: osdmap e2856: 8 total, 8 up, 8 in 2024-07-27T19:53:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:28 smithi029 ceph-mon[99353]: pgmap v5339: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 97 KiB/s rd, 11 KiB/s wr, 140 op/s 2024-07-27T19:53:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:29 smithi179 ceph-mon[89801]: osdmap e2857: 8 total, 8 up, 8 in 2024-07-27T19:53:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:29 smithi179 ceph-mon[89801]: osdmap e2858: 8 total, 8 up, 8 in 2024-07-27T19:53:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:29 smithi029 ceph-mon[96870]: osdmap e2857: 8 total, 8 up, 8 in 2024-07-27T19:53:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:29 smithi029 ceph-mon[96870]: osdmap e2858: 8 total, 8 up, 8 in 2024-07-27T19:53:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:29 smithi029 ceph-mon[99353]: osdmap e2857: 8 total, 8 up, 8 in 2024-07-27T19:53:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:29 smithi029 ceph-mon[99353]: osdmap e2858: 8 total, 8 up, 8 in 2024-07-27T19:53:30.399 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_diff_iterate PASSED [ 50%] 2024-07-27T19:53:30.479 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_aio_read PASSED [ 50%] 2024-07-27T19:53:30.576 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_aio_write PASSED [ 51%] 2024-07-27T19:53:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:30 smithi179 ceph-mon[89801]: pgmap v5342: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 10 KiB/s wr, 128 op/s 2024-07-27T19:53:30.663 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_aio_discard PASSED [ 51%] 2024-07-27T19:53:30.750 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_aio_write_zeroes PASSED [ 52%] 2024-07-27T19:53:30.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:30 smithi029 ceph-mon[96870]: pgmap v5342: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 10 KiB/s wr, 128 op/s 2024-07-27T19:53:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:30 smithi029 ceph-mon[99353]: pgmap v5342: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 91 KiB/s rd, 10 KiB/s wr, 128 op/s 2024-07-27T19:53:30.828 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_aio_flush PASSED [ 52%] 2024-07-27T19:53:31.578 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_metadata PASSED [ 53%] 2024-07-27T19:53:31.656 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_watchers_list PASSED [ 54%] 2024-07-27T19:53:31.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:31 smithi179 ceph-mon[89801]: osdmap e2859: 8 total, 8 up, 8 in 2024-07-27T19:53:31.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:31 smithi029 ceph-mon[96870]: osdmap e2859: 8 total, 8 up, 8 in 2024-07-27T19:53:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:31 smithi029 ceph-mon[99353]: osdmap e2859: 8 total, 8 up, 8 in 2024-07-27T19:53:31.757 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_config_list PASSED [ 54%] 2024-07-27T19:53:31.856 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_image_config_set_and_get_and_remove PASSED [ 55%] 2024-07-27T19:53:31.943 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_sparsify PASSED [ 55%] 2024-07-27T19:53:32.651 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:32 smithi029 ceph-mon[96870]: pgmap v5344: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 222 KiB/s rd, 16 KiB/s wr, 302 op/s 2024-07-27T19:53:32.651 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:32 smithi029 ceph-mon[99353]: pgmap v5344: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 222 KiB/s rd, 16 KiB/s wr, 302 op/s 2024-07-27T19:53:32.651 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:53:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:53:32] "GET /metrics HTTP/1.1" 200 36716 "" "Prometheus/2.43.0" 2024-07-27T19:53:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:32 smithi179 ceph-mon[89801]: pgmap v5344: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 222 KiB/s rd, 16 KiB/s wr, 302 op/s 2024-07-27T19:53:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:34 smithi029 ceph-mon[96870]: pgmap v5345: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 305 KiB/s rd, 17 KiB/s wr, 400 op/s 2024-07-27T19:53:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:34 smithi029 ceph-mon[96870]: osdmap e2860: 8 total, 8 up, 8 in 2024-07-27T19:53:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:34 smithi029 ceph-mon[99353]: pgmap v5345: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 305 KiB/s rd, 17 KiB/s wr, 400 op/s 2024-07-27T19:53:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:34 smithi029 ceph-mon[99353]: osdmap e2860: 8 total, 8 up, 8 in 2024-07-27T19:53:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:34 smithi179 ceph-mon[89801]: pgmap v5345: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 305 KiB/s rd, 17 KiB/s wr, 400 op/s 2024-07-27T19:53:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:34 smithi179 ceph-mon[89801]: osdmap e2860: 8 total, 8 up, 8 in 2024-07-27T19:53:37.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:36 smithi029 ceph-mon[96870]: pgmap v5347: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 36 KiB/s wr, 785 op/s 2024-07-27T19:53:37.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:36 smithi029 ceph-mon[99353]: pgmap v5347: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 36 KiB/s wr, 785 op/s 2024-07-27T19:53:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:36 smithi179 ceph-mon[89801]: pgmap v5347: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.9 MiB/s rd, 36 KiB/s wr, 785 op/s 2024-07-27T19:53:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:38 smithi029 ceph-mon[99353]: pgmap v5348: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.6 MiB/s rd, 34 KiB/s wr, 735 op/s 2024-07-27T19:53:39.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:38 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:53:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:38 smithi029 ceph-mon[96870]: pgmap v5348: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.6 MiB/s rd, 34 KiB/s wr, 735 op/s 2024-07-27T19:53:39.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:38 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:53:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:38 smithi179 ceph-mon[89801]: pgmap v5348: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.6 MiB/s rd, 34 KiB/s wr, 735 op/s 2024-07-27T19:53:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:38 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:53:39.662 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_encryption_luks1 PASSED [ 56%] 2024-07-27T19:53:40.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:40 smithi179 ceph-mon[89801]: osdmap e2861: 8 total, 8 up, 8 in 2024-07-27T19:53:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:40 smithi179 ceph-mon[89801]: pgmap v5350: 137 pgs: 137 active+clean; 8.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.6 MiB/s rd, 539 KiB/s wr, 571 op/s 2024-07-27T19:53:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:40 smithi029 ceph-mon[96870]: osdmap e2861: 8 total, 8 up, 8 in 2024-07-27T19:53:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:40 smithi029 ceph-mon[96870]: pgmap v5350: 137 pgs: 137 active+clean; 8.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.6 MiB/s rd, 539 KiB/s wr, 571 op/s 2024-07-27T19:53:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:40 smithi029 ceph-mon[99353]: osdmap e2861: 8 total, 8 up, 8 in 2024-07-27T19:53:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:40 smithi029 ceph-mon[99353]: pgmap v5350: 137 pgs: 137 active+clean; 8.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.6 MiB/s rd, 539 KiB/s wr, 571 op/s 2024-07-27T19:53:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:53:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:53:42] "GET /metrics HTTP/1.1" 200 36727 "" "Prometheus/2.43.0" 2024-07-27T19:53:43.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:42 smithi029 ceph-mon[96870]: pgmap v5351: 137 pgs: 137 active+clean; 8.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 536 KiB/s wr, 468 op/s 2024-07-27T19:53:43.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:42 smithi029 ceph-mon[99353]: pgmap v5351: 137 pgs: 137 active+clean; 8.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 536 KiB/s wr, 468 op/s 2024-07-27T19:53:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:42 smithi179 ceph-mon[89801]: pgmap v5351: 137 pgs: 137 active+clean; 8.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s rd, 536 KiB/s wr, 468 op/s 2024-07-27T19:53:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:44 smithi029 ceph-mon[96870]: pgmap v5352: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 131 KiB/s rd, 433 KiB/s wr, 97 op/s 2024-07-27T19:53:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:44 smithi029 ceph-mon[99353]: pgmap v5352: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 131 KiB/s rd, 433 KiB/s wr, 97 op/s 2024-07-27T19:53:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:44 smithi179 ceph-mon[89801]: pgmap v5352: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 131 KiB/s rd, 433 KiB/s wr, 97 op/s 2024-07-27T19:53:47.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:46 smithi029 ceph-mon[96870]: pgmap v5353: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 133 KiB/s rd, 415 KiB/s wr, 102 op/s 2024-07-27T19:53:47.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:46 smithi029 ceph-mon[99353]: pgmap v5353: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 133 KiB/s rd, 415 KiB/s wr, 102 op/s 2024-07-27T19:53:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:46 smithi179 ceph-mon[89801]: pgmap v5353: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 133 KiB/s rd, 415 KiB/s wr, 102 op/s 2024-07-27T19:53:49.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:48 smithi029 ceph-mon[96870]: pgmap v5354: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 80 KiB/s rd, 411 KiB/s wr, 31 op/s 2024-07-27T19:53:49.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:48 smithi029 ceph-mon[99353]: pgmap v5354: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 80 KiB/s rd, 411 KiB/s wr, 31 op/s 2024-07-27T19:53:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:48 smithi179 ceph-mon[89801]: pgmap v5354: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 80 KiB/s rd, 411 KiB/s wr, 31 op/s 2024-07-27T19:53:51.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:50 smithi029 ceph-mon[96870]: pgmap v5355: 137 pgs: 137 active+clean; 17 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 52 KiB/s rd, 1.1 MiB/s wr, 35 op/s 2024-07-27T19:53:51.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:50 smithi029 ceph-mon[99353]: pgmap v5355: 137 pgs: 137 active+clean; 17 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 52 KiB/s rd, 1.1 MiB/s wr, 35 op/s 2024-07-27T19:53:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:50 smithi179 ceph-mon[89801]: pgmap v5355: 137 pgs: 137 active+clean; 17 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 52 KiB/s rd, 1.1 MiB/s wr, 35 op/s 2024-07-27T19:53:51.975 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_encryption_luks2 PASSED [ 56%] 2024-07-27T19:53:52.061 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImageId::test_read PASSED [ 57%] 2024-07-27T19:53:52.157 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImageId::test_write PASSED [ 57%] 2024-07-27T19:53:52.249 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestImageId::test_resize PASSED [ 58%] 2024-07-27T19:53:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:53:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:53:52] "GET /metrics HTTP/1.1" 200 36727 "" "Prometheus/2.43.0" 2024-07-27T19:53:53.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:52 smithi029 ceph-mon[96870]: pgmap v5356: 137 pgs: 137 active+clean; 17 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 46 KiB/s rd, 1.0 MiB/s wr, 31 op/s 2024-07-27T19:53:53.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:52 smithi029 ceph-mon[99353]: pgmap v5356: 137 pgs: 137 active+clean; 17 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 46 KiB/s rd, 1.0 MiB/s wr, 31 op/s 2024-07-27T19:53:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:52 smithi179 ceph-mon[89801]: pgmap v5356: 137 pgs: 137 active+clean; 17 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 46 KiB/s rd, 1.0 MiB/s wr, 31 op/s 2024-07-27T19:53:54.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:53 smithi029 ceph-mon[96870]: osdmap e2862: 8 total, 8 up, 8 in 2024-07-27T19:53:54.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:53 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:53:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:53 smithi029 ceph-mon[99353]: osdmap e2862: 8 total, 8 up, 8 in 2024-07-27T19:53:54.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:53 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:53:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:53 smithi179 ceph-mon[89801]: osdmap e2862: 8 total, 8 up, 8 in 2024-07-27T19:53:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:53 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:53:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[96870]: pgmap v5358: 137 pgs: 137 active+clean; 13 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 58 KiB/s rd, 1.6 MiB/s wr, 42 op/s 2024-07-27T19:53:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[96870]: osdmap e2863: 8 total, 8 up, 8 in 2024-07-27T19:53:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:53:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:53:55.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:53:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:53:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:53:55.252 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:53:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[99353]: pgmap v5358: 137 pgs: 137 active+clean; 13 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 58 KiB/s rd, 1.6 MiB/s wr, 42 op/s 2024-07-27T19:53:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[99353]: osdmap e2863: 8 total, 8 up, 8 in 2024-07-27T19:53:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:53:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:53:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:53:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:53:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:53:55.252 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:54 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:53:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:54 smithi179 ceph-mon[89801]: pgmap v5358: 137 pgs: 137 active+clean; 13 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 58 KiB/s rd, 1.6 MiB/s wr, 42 op/s 2024-07-27T19:53:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:54 smithi179 ceph-mon[89801]: osdmap e2863: 8 total, 8 up, 8 in 2024-07-27T19:53:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:53:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:54 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:53:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:54 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:53:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:53:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:53:55.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:54 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:53:56.063 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_with_params PASSED [ 58%] 2024-07-27T19:53:56.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:55 smithi029 ceph-mon[96870]: osdmap e2864: 8 total, 8 up, 8 in 2024-07-27T19:53:56.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:55 smithi029 ceph-mon[99353]: osdmap e2864: 8 total, 8 up, 8 in 2024-07-27T19:53:56.313 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:55 smithi179 ceph-mon[89801]: osdmap e2864: 8 total, 8 up, 8 in 2024-07-27T19:53:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:56 smithi029 ceph-mon[96870]: pgmap v5361: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 101 KiB/s rd, 688 KiB/s wr, 80 op/s 2024-07-27T19:53:57.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:56 smithi029 ceph-mon[96870]: osdmap e2865: 8 total, 8 up, 8 in 2024-07-27T19:53:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:56 smithi029 ceph-mon[99353]: pgmap v5361: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 101 KiB/s rd, 688 KiB/s wr, 80 op/s 2024-07-27T19:53:57.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:56 smithi029 ceph-mon[99353]: osdmap e2865: 8 total, 8 up, 8 in 2024-07-27T19:53:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:56 smithi179 ceph-mon[89801]: pgmap v5361: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 101 KiB/s rd, 688 KiB/s wr, 80 op/s 2024-07-27T19:53:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:56 smithi179 ceph-mon[89801]: osdmap e2865: 8 total, 8 up, 8 in 2024-07-27T19:53:58.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:57 smithi029 ceph-mon[96870]: osdmap e2866: 8 total, 8 up, 8 in 2024-07-27T19:53:58.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:57 smithi029 ceph-mon[99353]: osdmap e2866: 8 total, 8 up, 8 in 2024-07-27T19:53:58.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:57 smithi179 ceph-mon[89801]: osdmap e2866: 8 total, 8 up, 8 in 2024-07-27T19:53:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:58 smithi029 ceph-mon[96870]: pgmap v5364: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 373 KiB/s rd, 18 KiB/s wr, 394 op/s 2024-07-27T19:53:59.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:58 smithi029 ceph-mon[96870]: osdmap e2867: 8 total, 8 up, 8 in 2024-07-27T19:53:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:58 smithi029 ceph-mon[99353]: pgmap v5364: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 373 KiB/s rd, 18 KiB/s wr, 394 op/s 2024-07-27T19:53:59.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:58 smithi029 ceph-mon[99353]: osdmap e2867: 8 total, 8 up, 8 in 2024-07-27T19:53:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:58 smithi179 ceph-mon[89801]: pgmap v5364: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 373 KiB/s rd, 18 KiB/s wr, 394 op/s 2024-07-27T19:53:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:58 smithi179 ceph-mon[89801]: osdmap e2867: 8 total, 8 up, 8 in 2024-07-27T19:54:00.088 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_with_params2 PASSED [ 59%] 2024-07-27T19:54:00.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:53:59 smithi029 ceph-mon[96870]: osdmap e2868: 8 total, 8 up, 8 in 2024-07-27T19:54:00.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:53:59 smithi029 ceph-mon[99353]: osdmap e2868: 8 total, 8 up, 8 in 2024-07-27T19:54:00.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:53:59 smithi179 ceph-mon[89801]: osdmap e2868: 8 total, 8 up, 8 in 2024-07-27T19:54:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:00 smithi029 ceph-mon[96870]: pgmap v5367: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 368 KiB/s rd, 24 KiB/s wr, 488 op/s 2024-07-27T19:54:01.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:00 smithi029 ceph-mon[96870]: osdmap e2869: 8 total, 8 up, 8 in 2024-07-27T19:54:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:00 smithi029 ceph-mon[99353]: pgmap v5367: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 368 KiB/s rd, 24 KiB/s wr, 488 op/s 2024-07-27T19:54:01.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:00 smithi029 ceph-mon[99353]: osdmap e2869: 8 total, 8 up, 8 in 2024-07-27T19:54:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:00 smithi179 ceph-mon[89801]: pgmap v5367: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 368 KiB/s rd, 24 KiB/s wr, 488 op/s 2024-07-27T19:54:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:00 smithi179 ceph-mon[89801]: osdmap e2869: 8 total, 8 up, 8 in 2024-07-27T19:54:02.097 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_with_params3 SKIPPED [ 60%] 2024-07-27T19:54:02.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:01 smithi029 ceph-mon[96870]: osdmap e2870: 8 total, 8 up, 8 in 2024-07-27T19:54:02.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:01 smithi029 ceph-mon[99353]: osdmap e2870: 8 total, 8 up, 8 in 2024-07-27T19:54:02.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:01 smithi179 ceph-mon[89801]: osdmap e2870: 8 total, 8 up, 8 in 2024-07-27T19:54:02.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:54:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:54:02] "GET /metrics HTTP/1.1" 200 36735 "" "Prometheus/2.43.0" 2024-07-27T19:54:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:02 smithi029 ceph-mon[96870]: pgmap v5370: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 147 KiB/s rd, 14 KiB/s wr, 213 op/s 2024-07-27T19:54:03.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:02 smithi029 ceph-mon[96870]: osdmap e2871: 8 total, 8 up, 8 in 2024-07-27T19:54:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:02 smithi029 ceph-mon[99353]: pgmap v5370: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 147 KiB/s rd, 14 KiB/s wr, 213 op/s 2024-07-27T19:54:03.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:02 smithi029 ceph-mon[99353]: osdmap e2871: 8 total, 8 up, 8 in 2024-07-27T19:54:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:02 smithi179 ceph-mon[89801]: pgmap v5370: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 147 KiB/s rd, 14 KiB/s wr, 213 op/s 2024-07-27T19:54:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:02 smithi179 ceph-mon[89801]: osdmap e2871: 8 total, 8 up, 8 in 2024-07-27T19:54:04.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:04 smithi179 ceph-mon[89801]: osdmap e2872: 8 total, 8 up, 8 in 2024-07-27T19:54:04.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:04 smithi029 ceph-mon[99353]: osdmap e2872: 8 total, 8 up, 8 in 2024-07-27T19:54:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:04 smithi029 ceph-mon[96870]: osdmap e2872: 8 total, 8 up, 8 in 2024-07-27T19:54:05.404 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_stripe_unit_and_count PASSED [ 60%] 2024-07-27T19:54:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:05 smithi179 ceph-mon[89801]: pgmap v5373: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 216 KiB/s rd, 13 KiB/s wr, 287 op/s 2024-07-27T19:54:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:05 smithi179 ceph-mon[89801]: osdmap e2873: 8 total, 8 up, 8 in 2024-07-27T19:54:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:05 smithi179 ceph-mon[89801]: osdmap e2874: 8 total, 8 up, 8 in 2024-07-27T19:54:05.500 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:05 smithi029 ceph-mon[99353]: pgmap v5373: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 216 KiB/s rd, 13 KiB/s wr, 287 op/s 2024-07-27T19:54:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:05 smithi029 ceph-mon[99353]: osdmap e2873: 8 total, 8 up, 8 in 2024-07-27T19:54:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:05 smithi029 ceph-mon[99353]: osdmap e2874: 8 total, 8 up, 8 in 2024-07-27T19:54:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:05 smithi029 ceph-mon[96870]: pgmap v5373: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 216 KiB/s rd, 13 KiB/s wr, 287 op/s 2024-07-27T19:54:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:05 smithi029 ceph-mon[96870]: osdmap e2873: 8 total, 8 up, 8 in 2024-07-27T19:54:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:05 smithi029 ceph-mon[96870]: osdmap e2874: 8 total, 8 up, 8 in 2024-07-27T19:54:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:06 smithi179 ceph-mon[89801]: osdmap e2875: 8 total, 8 up, 8 in 2024-07-27T19:54:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:06 smithi179 ceph-mon[89801]: pgmap v5377: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 199 KiB/s rd, 9.3 KiB/s wr, 260 op/s 2024-07-27T19:54:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:06 smithi029 ceph-mon[96870]: osdmap e2875: 8 total, 8 up, 8 in 2024-07-27T19:54:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:06 smithi029 ceph-mon[96870]: pgmap v5377: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 199 KiB/s rd, 9.3 KiB/s wr, 260 op/s 2024-07-27T19:54:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:06 smithi029 ceph-mon[99353]: osdmap e2875: 8 total, 8 up, 8 in 2024-07-27T19:54:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:06 smithi029 ceph-mon[99353]: pgmap v5377: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 199 KiB/s rd, 9.3 KiB/s wr, 260 op/s 2024-07-27T19:54:07.409 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_clone_format PASSED [ 61%] 2024-07-27T19:54:07.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:07 smithi179 ceph-mon[89801]: osdmap e2876: 8 total, 8 up, 8 in 2024-07-27T19:54:07.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:07 smithi029 ceph-mon[96870]: osdmap e2876: 8 total, 8 up, 8 in 2024-07-27T19:54:07.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:07 smithi029 ceph-mon[99353]: osdmap e2876: 8 total, 8 up, 8 in 2024-07-27T19:54:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:08 smithi179 ceph-mon[89801]: osdmap e2877: 8 total, 8 up, 8 in 2024-07-27T19:54:08.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:08 smithi179 ceph-mon[89801]: pgmap v5380: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 230 KiB/s rd, 19 KiB/s wr, 318 op/s 2024-07-27T19:54:08.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:08 smithi029 ceph-mon[96870]: osdmap e2877: 8 total, 8 up, 8 in 2024-07-27T19:54:08.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:08 smithi029 ceph-mon[96870]: pgmap v5380: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 230 KiB/s rd, 19 KiB/s wr, 318 op/s 2024-07-27T19:54:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:08 smithi029 ceph-mon[99353]: osdmap e2877: 8 total, 8 up, 8 in 2024-07-27T19:54:08.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:08 smithi029 ceph-mon[99353]: pgmap v5380: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 230 KiB/s rd, 19 KiB/s wr, 318 op/s 2024-07-27T19:54:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:09 smithi179 ceph-mon[89801]: osdmap e2878: 8 total, 8 up, 8 in 2024-07-27T19:54:09.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:54:09.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:09 smithi179 ceph-mon[89801]: osdmap e2879: 8 total, 8 up, 8 in 2024-07-27T19:54:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:09 smithi029 ceph-mon[99353]: osdmap e2878: 8 total, 8 up, 8 in 2024-07-27T19:54:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:54:09.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:09 smithi029 ceph-mon[99353]: osdmap e2879: 8 total, 8 up, 8 in 2024-07-27T19:54:09.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:09 smithi029 ceph-mon[96870]: osdmap e2878: 8 total, 8 up, 8 in 2024-07-27T19:54:09.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:54:09.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:09 smithi029 ceph-mon[96870]: osdmap e2879: 8 total, 8 up, 8 in 2024-07-27T19:54:10.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:10 smithi179 ceph-mon[89801]: pgmap v5383: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 295 KiB/s rd, 20 KiB/s wr, 403 op/s 2024-07-27T19:54:10.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:10 smithi029 ceph-mon[96870]: pgmap v5383: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 295 KiB/s rd, 20 KiB/s wr, 403 op/s 2024-07-27T19:54:10.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:10 smithi029 ceph-mon[99353]: pgmap v5383: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 295 KiB/s rd, 20 KiB/s wr, 403 op/s 2024-07-27T19:54:11.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:11 smithi179 ceph-mon[89801]: osdmap e2880: 8 total, 8 up, 8 in 2024-07-27T19:54:11.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:11 smithi029 ceph-mon[96870]: osdmap e2880: 8 total, 8 up, 8 in 2024-07-27T19:54:11.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:11 smithi029 ceph-mon[99353]: osdmap e2880: 8 total, 8 up, 8 in 2024-07-27T19:54:12.447 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_unprotected PASSED [ 61%] 2024-07-27T19:54:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:12 smithi179 ceph-mon[89801]: osdmap e2881: 8 total, 8 up, 8 in 2024-07-27T19:54:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:12 smithi179 ceph-mon[89801]: pgmap v5386: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 355 KiB/s rd, 23 KiB/s wr, 470 op/s 2024-07-27T19:54:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:12 smithi029 ceph-mon[99353]: osdmap e2881: 8 total, 8 up, 8 in 2024-07-27T19:54:12.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:12 smithi029 ceph-mon[99353]: pgmap v5386: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 355 KiB/s rd, 23 KiB/s wr, 470 op/s 2024-07-27T19:54:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:12 smithi029 ceph-mon[96870]: osdmap e2881: 8 total, 8 up, 8 in 2024-07-27T19:54:12.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:12 smithi029 ceph-mon[96870]: pgmap v5386: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 355 KiB/s rd, 23 KiB/s wr, 470 op/s 2024-07-27T19:54:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:54:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:54:12] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.43.0" 2024-07-27T19:54:13.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:13 smithi179 ceph-mon[89801]: osdmap e2882: 8 total, 8 up, 8 in 2024-07-27T19:54:13.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:13 smithi029 ceph-mon[96870]: osdmap e2882: 8 total, 8 up, 8 in 2024-07-27T19:54:13.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:13 smithi029 ceph-mon[99353]: osdmap e2882: 8 total, 8 up, 8 in 2024-07-27T19:54:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:14 smithi179 ceph-mon[89801]: osdmap e2883: 8 total, 8 up, 8 in 2024-07-27T19:54:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:14 smithi179 ceph-mon[89801]: pgmap v5389: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 273 KiB/s rd, 21 KiB/s wr, 366 op/s 2024-07-27T19:54:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:14 smithi179 ceph-mon[89801]: osdmap e2884: 8 total, 8 up, 8 in 2024-07-27T19:54:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:14 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-2","app": "rbd"}]: dispatch 2024-07-27T19:54:14.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:14 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-2","app": "rbd"}]: dispatch 2024-07-27T19:54:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:14 smithi029 ceph-mon[99353]: osdmap e2883: 8 total, 8 up, 8 in 2024-07-27T19:54:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:14 smithi029 ceph-mon[99353]: pgmap v5389: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 273 KiB/s rd, 21 KiB/s wr, 366 op/s 2024-07-27T19:54:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:14 smithi029 ceph-mon[99353]: osdmap e2884: 8 total, 8 up, 8 in 2024-07-27T19:54:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:14 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-2","app": "rbd"}]: dispatch 2024-07-27T19:54:14.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:14 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-2","app": "rbd"}]: dispatch 2024-07-27T19:54:14.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:14 smithi029 ceph-mon[96870]: osdmap e2883: 8 total, 8 up, 8 in 2024-07-27T19:54:14.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:14 smithi029 ceph-mon[96870]: pgmap v5389: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 273 KiB/s rd, 21 KiB/s wr, 366 op/s 2024-07-27T19:54:14.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:14 smithi029 ceph-mon[96870]: osdmap e2884: 8 total, 8 up, 8 in 2024-07-27T19:54:14.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:14 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-2","app": "rbd"}]: dispatch 2024-07-27T19:54:14.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:14 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-2","app": "rbd"}]: dispatch 2024-07-27T19:54:16.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:16 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-2","app": "rbd"}]': finished 2024-07-27T19:54:16.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:16 smithi179 ceph-mon[89801]: osdmap e2885: 8 total, 8 up, 8 in 2024-07-27T19:54:16.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:16 smithi179 ceph-mon[89801]: pgmap v5392: 169 pgs: 4 creating+peering, 28 unknown, 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 63 KiB/s rd, 4.0 KiB/s wr, 84 op/s 2024-07-27T19:54:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:16 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-2","app": "rbd"}]': finished 2024-07-27T19:54:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:16 smithi029 ceph-mon[99353]: osdmap e2885: 8 total, 8 up, 8 in 2024-07-27T19:54:16.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:16 smithi029 ceph-mon[99353]: pgmap v5392: 169 pgs: 4 creating+peering, 28 unknown, 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 63 KiB/s rd, 4.0 KiB/s wr, 84 op/s 2024-07-27T19:54:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:16 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rbd-api-smithi029-237888-2","app": "rbd"}]': finished 2024-07-27T19:54:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:16 smithi029 ceph-mon[96870]: osdmap e2885: 8 total, 8 up, 8 in 2024-07-27T19:54:16.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:16 smithi029 ceph-mon[96870]: pgmap v5392: 169 pgs: 4 creating+peering, 28 unknown, 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 63 KiB/s rd, 4.0 KiB/s wr, 84 op/s 2024-07-27T19:54:17.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:17 smithi179 ceph-mon[89801]: osdmap e2886: 8 total, 8 up, 8 in 2024-07-27T19:54:17.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:17 smithi029 ceph-mon[96870]: osdmap e2886: 8 total, 8 up, 8 in 2024-07-27T19:54:17.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:17 smithi029 ceph-mon[99353]: osdmap e2886: 8 total, 8 up, 8 in 2024-07-27T19:54:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:18 smithi179 ceph-mon[89801]: osdmap e2887: 8 total, 8 up, 8 in 2024-07-27T19:54:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:18 smithi179 ceph-mon[89801]: pgmap v5395: 169 pgs: 4 creating+peering, 11 unknown, 154 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 123 KiB/s rd, 9.2 KiB/s wr, 168 op/s 2024-07-27T19:54:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:18 smithi029 ceph-mon[99353]: osdmap e2887: 8 total, 8 up, 8 in 2024-07-27T19:54:18.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:18 smithi029 ceph-mon[99353]: pgmap v5395: 169 pgs: 4 creating+peering, 11 unknown, 154 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 123 KiB/s rd, 9.2 KiB/s wr, 168 op/s 2024-07-27T19:54:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:18 smithi029 ceph-mon[96870]: osdmap e2887: 8 total, 8 up, 8 in 2024-07-27T19:54:18.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:18 smithi029 ceph-mon[96870]: pgmap v5395: 169 pgs: 4 creating+peering, 11 unknown, 154 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 123 KiB/s rd, 9.2 KiB/s wr, 168 op/s 2024-07-27T19:54:19.409 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_unprotect_with_children PASSED [ 62%] 2024-07-27T19:54:19.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:19 smithi179 ceph-mon[89801]: osdmap e2888: 8 total, 8 up, 8 in 2024-07-27T19:54:19.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:19 smithi179 ceph-mon[89801]: osdmap e2889: 8 total, 8 up, 8 in 2024-07-27T19:54:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:19 smithi029 ceph-mon[96870]: osdmap e2888: 8 total, 8 up, 8 in 2024-07-27T19:54:19.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:19 smithi029 ceph-mon[96870]: osdmap e2889: 8 total, 8 up, 8 in 2024-07-27T19:54:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:19 smithi029 ceph-mon[99353]: osdmap e2888: 8 total, 8 up, 8 in 2024-07-27T19:54:19.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:19 smithi029 ceph-mon[99353]: osdmap e2889: 8 total, 8 up, 8 in 2024-07-27T19:54:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:20 smithi179 ceph-mon[89801]: pgmap v5398: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 124 KiB/s rd, 8.7 KiB/s wr, 168 op/s 2024-07-27T19:54:20.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:20 smithi029 ceph-mon[96870]: pgmap v5398: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 124 KiB/s rd, 8.7 KiB/s wr, 168 op/s 2024-07-27T19:54:20.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:20 smithi029 ceph-mon[99353]: pgmap v5398: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 124 KiB/s rd, 8.7 KiB/s wr, 168 op/s 2024-07-27T19:54:21.435 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_stat PASSED [ 62%] 2024-07-27T19:54:21.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:21 smithi179 ceph-mon[89801]: osdmap e2890: 8 total, 8 up, 8 in 2024-07-27T19:54:21.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:21 smithi029 ceph-mon[96870]: osdmap e2890: 8 total, 8 up, 8 in 2024-07-27T19:54:21.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:21 smithi029 ceph-mon[99353]: osdmap e2890: 8 total, 8 up, 8 in 2024-07-27T19:54:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:22 smithi179 ceph-mon[89801]: osdmap e2891: 8 total, 8 up, 8 in 2024-07-27T19:54:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:22 smithi179 ceph-mon[89801]: pgmap v5401: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 111 KiB/s rd, 8.7 KiB/s wr, 151 op/s 2024-07-27T19:54:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:22 smithi029 ceph-mon[96870]: osdmap e2891: 8 total, 8 up, 8 in 2024-07-27T19:54:22.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:22 smithi029 ceph-mon[96870]: pgmap v5401: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 111 KiB/s rd, 8.7 KiB/s wr, 151 op/s 2024-07-27T19:54:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:22 smithi029 ceph-mon[99353]: osdmap e2891: 8 total, 8 up, 8 in 2024-07-27T19:54:22.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:22 smithi029 ceph-mon[99353]: pgmap v5401: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 111 KiB/s rd, 8.7 KiB/s wr, 151 op/s 2024-07-27T19:54:22.752 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:54:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:54:22] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.43.0" 2024-07-27T19:54:23.441 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_resize_stat PASSED [ 63%] 2024-07-27T19:54:23.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:23 smithi179 ceph-mon[89801]: osdmap e2892: 8 total, 8 up, 8 in 2024-07-27T19:54:23.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:23 smithi029 ceph-mon[96870]: osdmap e2892: 8 total, 8 up, 8 in 2024-07-27T19:54:23.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:23 smithi029 ceph-mon[99353]: osdmap e2892: 8 total, 8 up, 8 in 2024-07-27T19:54:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:24 smithi179 ceph-mon[89801]: osdmap e2893: 8 total, 8 up, 8 in 2024-07-27T19:54:24.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:54:24.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:24 smithi179 ceph-mon[89801]: pgmap v5404: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 80 KiB/s rd, 10 KiB/s wr, 119 op/s 2024-07-27T19:54:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:24 smithi029 ceph-mon[96870]: osdmap e2893: 8 total, 8 up, 8 in 2024-07-27T19:54:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:54:24.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:24 smithi029 ceph-mon[96870]: pgmap v5404: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 80 KiB/s rd, 10 KiB/s wr, 119 op/s 2024-07-27T19:54:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:24 smithi029 ceph-mon[99353]: osdmap e2893: 8 total, 8 up, 8 in 2024-07-27T19:54:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:54:24.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:24 smithi029 ceph-mon[99353]: pgmap v5404: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 80 KiB/s rd, 10 KiB/s wr, 119 op/s 2024-07-27T19:54:25.452 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_resize_io PASSED [ 63%] 2024-07-27T19:54:25.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:25 smithi179 ceph-mon[89801]: osdmap e2894: 8 total, 8 up, 8 in 2024-07-27T19:54:25.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:25 smithi029 ceph-mon[96870]: osdmap e2894: 8 total, 8 up, 8 in 2024-07-27T19:54:25.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:25 smithi029 ceph-mon[99353]: osdmap e2894: 8 total, 8 up, 8 in 2024-07-27T19:54:26.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:26 smithi179 ceph-mon[89801]: osdmap e2895: 8 total, 8 up, 8 in 2024-07-27T19:54:26.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:26 smithi179 ceph-mon[89801]: pgmap v5407: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 77 KiB/s rd, 5.5 KiB/s wr, 108 op/s 2024-07-27T19:54:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:26 smithi029 ceph-mon[99353]: osdmap e2895: 8 total, 8 up, 8 in 2024-07-27T19:54:26.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:26 smithi029 ceph-mon[99353]: pgmap v5407: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 77 KiB/s rd, 5.5 KiB/s wr, 108 op/s 2024-07-27T19:54:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:26 smithi029 ceph-mon[96870]: osdmap e2895: 8 total, 8 up, 8 in 2024-07-27T19:54:26.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:26 smithi029 ceph-mon[96870]: pgmap v5407: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 77 KiB/s rd, 5.5 KiB/s wr, 108 op/s 2024-07-27T19:54:27.478 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_read PASSED [ 64%] 2024-07-27T19:54:27.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:27 smithi179 ceph-mon[89801]: osdmap e2896: 8 total, 8 up, 8 in 2024-07-27T19:54:27.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:27 smithi029 ceph-mon[96870]: osdmap e2896: 8 total, 8 up, 8 in 2024-07-27T19:54:27.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:27 smithi029 ceph-mon[99353]: osdmap e2896: 8 total, 8 up, 8 in 2024-07-27T19:54:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:28 smithi179 ceph-mon[89801]: osdmap e2897: 8 total, 8 up, 8 in 2024-07-27T19:54:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:28 smithi179 ceph-mon[89801]: pgmap v5410: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 323 KiB/s rd, 23 KiB/s wr, 435 op/s 2024-07-27T19:54:28.750 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:28 smithi029 ceph-mon[99353]: osdmap e2897: 8 total, 8 up, 8 in 2024-07-27T19:54:28.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:28 smithi029 ceph-mon[99353]: pgmap v5410: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 323 KiB/s rd, 23 KiB/s wr, 435 op/s 2024-07-27T19:54:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:28 smithi029 ceph-mon[96870]: osdmap e2897: 8 total, 8 up, 8 in 2024-07-27T19:54:28.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:28 smithi029 ceph-mon[96870]: pgmap v5410: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 323 KiB/s rd, 23 KiB/s wr, 435 op/s 2024-07-27T19:54:29.432 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_write PASSED [ 64%] 2024-07-27T19:54:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:29 smithi179 ceph-mon[89801]: osdmap e2898: 8 total, 8 up, 8 in 2024-07-27T19:54:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:29 smithi179 ceph-mon[89801]: osdmap e2899: 8 total, 8 up, 8 in 2024-07-27T19:54:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:29 smithi029 ceph-mon[96870]: osdmap e2898: 8 total, 8 up, 8 in 2024-07-27T19:54:29.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:29 smithi029 ceph-mon[96870]: osdmap e2899: 8 total, 8 up, 8 in 2024-07-27T19:54:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:29 smithi029 ceph-mon[99353]: osdmap e2898: 8 total, 8 up, 8 in 2024-07-27T19:54:29.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:29 smithi029 ceph-mon[99353]: osdmap e2899: 8 total, 8 up, 8 in 2024-07-27T19:54:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:30 smithi179 ceph-mon[89801]: pgmap v5413: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 343 KiB/s rd, 28 KiB/s wr, 466 op/s 2024-07-27T19:54:30.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:30 smithi029 ceph-mon[96870]: pgmap v5413: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 343 KiB/s rd, 28 KiB/s wr, 466 op/s 2024-07-27T19:54:30.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:30 smithi029 ceph-mon[99353]: pgmap v5413: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 343 KiB/s rd, 28 KiB/s wr, 466 op/s 2024-07-27T19:54:31.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:31 smithi179 ceph-mon[89801]: osdmap e2900: 8 total, 8 up, 8 in 2024-07-27T19:54:31.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:31 smithi029 ceph-mon[96870]: osdmap e2900: 8 total, 8 up, 8 in 2024-07-27T19:54:31.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:31 smithi029 ceph-mon[99353]: osdmap e2900: 8 total, 8 up, 8 in 2024-07-27T19:54:32.651 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:32 smithi029 ceph-mon[96870]: pgmap v5415: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 508 KiB/s rd, 26 KiB/s wr, 643 op/s 2024-07-27T19:54:32.651 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:32 smithi029 ceph-mon[99353]: pgmap v5415: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 508 KiB/s rd, 26 KiB/s wr, 643 op/s 2024-07-27T19:54:32.652 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:54:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:54:32] "GET /metrics HTTP/1.1" 200 36716 "" "Prometheus/2.43.0" 2024-07-27T19:54:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:32 smithi179 ceph-mon[89801]: pgmap v5415: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 508 KiB/s rd, 26 KiB/s wr, 643 op/s 2024-07-27T19:54:34.403 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_list_children PASSED [ 65%] 2024-07-27T19:54:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:34 smithi029 ceph-mon[96870]: pgmap v5416: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 580 KiB/s rd, 22 KiB/s wr, 717 op/s 2024-07-27T19:54:35.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:34 smithi029 ceph-mon[96870]: osdmap e2901: 8 total, 8 up, 8 in 2024-07-27T19:54:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:34 smithi029 ceph-mon[99353]: pgmap v5416: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 580 KiB/s rd, 22 KiB/s wr, 717 op/s 2024-07-27T19:54:35.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:34 smithi029 ceph-mon[99353]: osdmap e2901: 8 total, 8 up, 8 in 2024-07-27T19:54:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:34 smithi179 ceph-mon[89801]: pgmap v5416: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 580 KiB/s rd, 22 KiB/s wr, 717 op/s 2024-07-27T19:54:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:34 smithi179 ceph-mon[89801]: osdmap e2901: 8 total, 8 up, 8 in 2024-07-27T19:54:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:36 smithi179 ceph-mon[89801]: osdmap e2902: 8 total, 8 up, 8 in 2024-07-27T19:54:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:36 smithi179 ceph-mon[89801]: pgmap v5419: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 985 KiB/s rd, 20 KiB/s wr, 1.19k op/s 2024-07-27T19:54:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:36 smithi029 ceph-mon[99353]: osdmap e2902: 8 total, 8 up, 8 in 2024-07-27T19:54:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:36 smithi029 ceph-mon[99353]: pgmap v5419: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 985 KiB/s rd, 20 KiB/s wr, 1.19k op/s 2024-07-27T19:54:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:36 smithi029 ceph-mon[96870]: osdmap e2902: 8 total, 8 up, 8 in 2024-07-27T19:54:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:36 smithi029 ceph-mon[96870]: pgmap v5419: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 985 KiB/s rd, 20 KiB/s wr, 1.19k op/s 2024-07-27T19:54:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:37 smithi179 ceph-mon[89801]: osdmap e2903: 8 total, 8 up, 8 in 2024-07-27T19:54:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:37 smithi029 ceph-mon[96870]: osdmap e2903: 8 total, 8 up, 8 in 2024-07-27T19:54:37.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:37 smithi029 ceph-mon[99353]: osdmap e2903: 8 total, 8 up, 8 in 2024-07-27T19:54:38.434 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_flatten_errors PASSED [ 65%] 2024-07-27T19:54:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:38 smithi179 ceph-mon[89801]: osdmap e2904: 8 total, 8 up, 8 in 2024-07-27T19:54:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:38 smithi179 ceph-mon[89801]: pgmap v5422: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 30 KiB/s wr, 2.67k op/s 2024-07-27T19:54:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:38 smithi029 ceph-mon[96870]: osdmap e2904: 8 total, 8 up, 8 in 2024-07-27T19:54:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:38 smithi029 ceph-mon[96870]: pgmap v5422: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 30 KiB/s wr, 2.67k op/s 2024-07-27T19:54:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:38 smithi029 ceph-mon[99353]: osdmap e2904: 8 total, 8 up, 8 in 2024-07-27T19:54:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:38 smithi029 ceph-mon[99353]: pgmap v5422: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.2 MiB/s rd, 30 KiB/s wr, 2.67k op/s 2024-07-27T19:54:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:39 smithi179 ceph-mon[89801]: osdmap e2905: 8 total, 8 up, 8 in 2024-07-27T19:54:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:54:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:39 smithi179 ceph-mon[89801]: osdmap e2906: 8 total, 8 up, 8 in 2024-07-27T19:54:39.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:39 smithi029 ceph-mon[96870]: osdmap e2905: 8 total, 8 up, 8 in 2024-07-27T19:54:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:54:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:39 smithi029 ceph-mon[96870]: osdmap e2906: 8 total, 8 up, 8 in 2024-07-27T19:54:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:39 smithi029 ceph-mon[99353]: osdmap e2905: 8 total, 8 up, 8 in 2024-07-27T19:54:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:54:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:39 smithi029 ceph-mon[99353]: osdmap e2906: 8 total, 8 up, 8 in 2024-07-27T19:54:40.436 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_flatten_basic PASSED [ 66%] 2024-07-27T19:54:40.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:40 smithi179 ceph-mon[89801]: pgmap v5425: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.6 MiB/s rd, 29 KiB/s wr, 2.01k op/s 2024-07-27T19:54:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:40 smithi029 ceph-mon[96870]: pgmap v5425: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.6 MiB/s rd, 29 KiB/s wr, 2.01k op/s 2024-07-27T19:54:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:40 smithi029 ceph-mon[99353]: pgmap v5425: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.6 MiB/s rd, 29 KiB/s wr, 2.01k op/s 2024-07-27T19:54:41.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:41 smithi179 ceph-mon[89801]: osdmap e2907: 8 total, 8 up, 8 in 2024-07-27T19:54:41.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:41 smithi029 ceph-mon[96870]: osdmap e2907: 8 total, 8 up, 8 in 2024-07-27T19:54:41.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:41 smithi029 ceph-mon[99353]: osdmap e2907: 8 total, 8 up, 8 in 2024-07-27T19:54:42.439 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_flatten_smaller_order PASSED [ 67%] 2024-07-27T19:54:42.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:42 smithi179 ceph-mon[89801]: osdmap e2908: 8 total, 8 up, 8 in 2024-07-27T19:54:42.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:42 smithi179 ceph-mon[89801]: pgmap v5428: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 305 KiB/s rd, 22 KiB/s wr, 417 op/s 2024-07-27T19:54:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:42 smithi029 ceph-mon[96870]: osdmap e2908: 8 total, 8 up, 8 in 2024-07-27T19:54:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:42 smithi029 ceph-mon[96870]: pgmap v5428: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 305 KiB/s rd, 22 KiB/s wr, 417 op/s 2024-07-27T19:54:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:54:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:54:42] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:54:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:42 smithi029 ceph-mon[99353]: osdmap e2908: 8 total, 8 up, 8 in 2024-07-27T19:54:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:42 smithi029 ceph-mon[99353]: pgmap v5428: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 305 KiB/s rd, 22 KiB/s wr, 417 op/s 2024-07-27T19:54:43.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:43 smithi179 ceph-mon[89801]: osdmap e2909: 8 total, 8 up, 8 in 2024-07-27T19:54:43.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:43 smithi029 ceph-mon[96870]: osdmap e2909: 8 total, 8 up, 8 in 2024-07-27T19:54:43.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:43 smithi029 ceph-mon[99353]: osdmap e2909: 8 total, 8 up, 8 in 2024-07-27T19:54:44.404 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_flatten_larger_order PASSED [ 67%] 2024-07-27T19:54:44.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:44 smithi179 ceph-mon[89801]: osdmap e2910: 8 total, 8 up, 8 in 2024-07-27T19:54:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:44 smithi179 ceph-mon[89801]: pgmap v5431: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 247 KiB/s rd, 22 KiB/s wr, 337 op/s 2024-07-27T19:54:44.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:44 smithi179 ceph-mon[89801]: osdmap e2911: 8 total, 8 up, 8 in 2024-07-27T19:54:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:44 smithi029 ceph-mon[96870]: osdmap e2910: 8 total, 8 up, 8 in 2024-07-27T19:54:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:44 smithi029 ceph-mon[96870]: pgmap v5431: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 247 KiB/s rd, 22 KiB/s wr, 337 op/s 2024-07-27T19:54:44.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:44 smithi029 ceph-mon[96870]: osdmap e2911: 8 total, 8 up, 8 in 2024-07-27T19:54:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:44 smithi029 ceph-mon[99353]: osdmap e2910: 8 total, 8 up, 8 in 2024-07-27T19:54:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:44 smithi029 ceph-mon[99353]: pgmap v5431: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 247 KiB/s rd, 22 KiB/s wr, 337 op/s 2024-07-27T19:54:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:44 smithi029 ceph-mon[99353]: osdmap e2911: 8 total, 8 up, 8 in 2024-07-27T19:54:46.473 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_flatten_drops_cache PASSED [ 68%] 2024-07-27T19:54:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:46 smithi179 ceph-mon[89801]: osdmap e2912: 8 total, 8 up, 8 in 2024-07-27T19:54:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:46 smithi179 ceph-mon[89801]: pgmap v5434: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 363 KiB/s rd, 18 KiB/s wr, 487 op/s 2024-07-27T19:54:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:46 smithi029 ceph-mon[96870]: osdmap e2912: 8 total, 8 up, 8 in 2024-07-27T19:54:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:46 smithi029 ceph-mon[96870]: pgmap v5434: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 363 KiB/s rd, 18 KiB/s wr, 487 op/s 2024-07-27T19:54:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:46 smithi029 ceph-mon[99353]: osdmap e2912: 8 total, 8 up, 8 in 2024-07-27T19:54:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:46 smithi029 ceph-mon[99353]: pgmap v5434: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 363 KiB/s rd, 18 KiB/s wr, 487 op/s 2024-07-27T19:54:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:47 smithi179 ceph-mon[89801]: osdmap e2913: 8 total, 8 up, 8 in 2024-07-27T19:54:47.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:47 smithi029 ceph-mon[96870]: osdmap e2913: 8 total, 8 up, 8 in 2024-07-27T19:54:47.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:47 smithi029 ceph-mon[99353]: osdmap e2913: 8 total, 8 up, 8 in 2024-07-27T19:54:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:48 smithi179 ceph-mon[89801]: osdmap e2914: 8 total, 8 up, 8 in 2024-07-27T19:54:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:48 smithi179 ceph-mon[89801]: pgmap v5437: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 867 KiB/s rd, 54 KiB/s wr, 1.16k op/s 2024-07-27T19:54:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:48 smithi029 ceph-mon[96870]: osdmap e2914: 8 total, 8 up, 8 in 2024-07-27T19:54:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:48 smithi029 ceph-mon[96870]: pgmap v5437: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 867 KiB/s rd, 54 KiB/s wr, 1.16k op/s 2024-07-27T19:54:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:48 smithi029 ceph-mon[99353]: osdmap e2914: 8 total, 8 up, 8 in 2024-07-27T19:54:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:48 smithi029 ceph-mon[99353]: pgmap v5437: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 867 KiB/s rd, 54 KiB/s wr, 1.16k op/s 2024-07-27T19:54:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:49 smithi179 ceph-mon[89801]: osdmap e2915: 8 total, 8 up, 8 in 2024-07-27T19:54:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:49 smithi179 ceph-mon[89801]: osdmap e2916: 8 total, 8 up, 8 in 2024-07-27T19:54:49.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:49 smithi029 ceph-mon[96870]: osdmap e2915: 8 total, 8 up, 8 in 2024-07-27T19:54:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:49 smithi029 ceph-mon[96870]: osdmap e2916: 8 total, 8 up, 8 in 2024-07-27T19:54:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:49 smithi029 ceph-mon[99353]: osdmap e2915: 8 total, 8 up, 8 in 2024-07-27T19:54:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:49 smithi029 ceph-mon[99353]: osdmap e2916: 8 total, 8 up, 8 in 2024-07-27T19:54:50.474 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_flatten_multi_level PASSED [ 68%] 2024-07-27T19:54:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:50 smithi179 ceph-mon[89801]: pgmap v5440: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 751 KiB/s rd, 50 KiB/s wr, 999 op/s 2024-07-27T19:54:50.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:50 smithi029 ceph-mon[96870]: pgmap v5440: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 751 KiB/s rd, 50 KiB/s wr, 999 op/s 2024-07-27T19:54:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:50 smithi029 ceph-mon[99353]: pgmap v5440: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 751 KiB/s rd, 50 KiB/s wr, 999 op/s 2024-07-27T19:54:51.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:51 smithi179 ceph-mon[89801]: osdmap e2917: 8 total, 8 up, 8 in 2024-07-27T19:54:51.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:51 smithi029 ceph-mon[96870]: osdmap e2917: 8 total, 8 up, 8 in 2024-07-27T19:54:51.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:51 smithi029 ceph-mon[99353]: osdmap e2917: 8 total, 8 up, 8 in 2024-07-27T19:54:52.494 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_flatten_with_progress PASSED [ 69%] 2024-07-27T19:54:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:52 smithi179 ceph-mon[89801]: osdmap e2918: 8 total, 8 up, 8 in 2024-07-27T19:54:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:52 smithi179 ceph-mon[89801]: pgmap v5443: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 292 KiB/s rd, 23 KiB/s wr, 400 op/s 2024-07-27T19:54:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:52 smithi029 ceph-mon[96870]: osdmap e2918: 8 total, 8 up, 8 in 2024-07-27T19:54:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:52 smithi029 ceph-mon[96870]: pgmap v5443: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 292 KiB/s rd, 23 KiB/s wr, 400 op/s 2024-07-27T19:54:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:52 smithi029 ceph-mon[99353]: osdmap e2918: 8 total, 8 up, 8 in 2024-07-27T19:54:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:52 smithi029 ceph-mon[99353]: pgmap v5443: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 292 KiB/s rd, 23 KiB/s wr, 400 op/s 2024-07-27T19:54:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:54:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:54:52] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:54:53.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:53 smithi179 ceph-mon[89801]: osdmap e2919: 8 total, 8 up, 8 in 2024-07-27T19:54:53.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:53 smithi029 ceph-mon[96870]: osdmap e2919: 8 total, 8 up, 8 in 2024-07-27T19:54:53.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:53 smithi029 ceph-mon[99353]: osdmap e2919: 8 total, 8 up, 8 in 2024-07-27T19:54:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:54 smithi179 ceph-mon[89801]: osdmap e2920: 8 total, 8 up, 8 in 2024-07-27T19:54:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:54:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:54 smithi179 ceph-mon[89801]: pgmap v5446: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 209 KiB/s rd, 18 KiB/s wr, 286 op/s 2024-07-27T19:54:54.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:54 smithi179 ceph-mon[89801]: osdmap e2921: 8 total, 8 up, 8 in 2024-07-27T19:54:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:54 smithi029 ceph-mon[96870]: osdmap e2920: 8 total, 8 up, 8 in 2024-07-27T19:54:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:54:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:54 smithi029 ceph-mon[96870]: pgmap v5446: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 209 KiB/s rd, 18 KiB/s wr, 286 op/s 2024-07-27T19:54:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:54 smithi029 ceph-mon[96870]: osdmap e2921: 8 total, 8 up, 8 in 2024-07-27T19:54:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:54 smithi029 ceph-mon[99353]: osdmap e2920: 8 total, 8 up, 8 in 2024-07-27T19:54:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:54:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:54 smithi029 ceph-mon[99353]: pgmap v5446: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 209 KiB/s rd, 18 KiB/s wr, 286 op/s 2024-07-27T19:54:54.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:54 smithi029 ceph-mon[99353]: osdmap e2921: 8 total, 8 up, 8 in 2024-07-27T19:54:55.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:55 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:54:55.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:55 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:54:55.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:55 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:54:55.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:55 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:54:55.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:55 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:54:55.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:55 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:54:55.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:55 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:54:55.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:55 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:54:55.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:55 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:54:56.513 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_resize_flatten_multi_level PASSED [ 69%] 2024-07-27T19:54:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:56 smithi179 ceph-mon[89801]: osdmap e2922: 8 total, 8 up, 8 in 2024-07-27T19:54:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:56 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:54:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:56 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:54:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:56 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:54:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:56 smithi179 ceph-mon[89801]: pgmap v5449: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 138 KiB/s rd, 8.5 KiB/s wr, 190 op/s 2024-07-27T19:54:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:56 smithi029 ceph-mon[96870]: osdmap e2922: 8 total, 8 up, 8 in 2024-07-27T19:54:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:56 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:54:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:56 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:54:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:56 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:54:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:56 smithi029 ceph-mon[96870]: pgmap v5449: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 138 KiB/s rd, 8.5 KiB/s wr, 190 op/s 2024-07-27T19:54:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:56 smithi029 ceph-mon[99353]: osdmap e2922: 8 total, 8 up, 8 in 2024-07-27T19:54:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:56 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:54:56.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:56 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:54:56.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:56 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:54:56.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:56 smithi029 ceph-mon[99353]: pgmap v5449: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 138 KiB/s rd, 8.5 KiB/s wr, 190 op/s 2024-07-27T19:54:57.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:57 smithi029 ceph-mon[96870]: osdmap e2923: 8 total, 8 up, 8 in 2024-07-27T19:54:57.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:57 smithi029 ceph-mon[99353]: osdmap e2923: 8 total, 8 up, 8 in 2024-07-27T19:54:57.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:57 smithi179 ceph-mon[89801]: osdmap e2923: 8 total, 8 up, 8 in 2024-07-27T19:54:58.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:58 smithi029 ceph-mon[96870]: osdmap e2924: 8 total, 8 up, 8 in 2024-07-27T19:54:58.754 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:58 smithi029 ceph-mon[96870]: pgmap v5452: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 376 KiB/s rd, 24 KiB/s wr, 495 op/s 2024-07-27T19:54:58.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:58 smithi029 ceph-mon[99353]: osdmap e2924: 8 total, 8 up, 8 in 2024-07-27T19:54:58.755 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:58 smithi029 ceph-mon[99353]: pgmap v5452: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 376 KiB/s rd, 24 KiB/s wr, 495 op/s 2024-07-27T19:54:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:58 smithi179 ceph-mon[89801]: osdmap e2924: 8 total, 8 up, 8 in 2024-07-27T19:54:58.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:58 smithi179 ceph-mon[89801]: pgmap v5452: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 376 KiB/s rd, 24 KiB/s wr, 495 op/s 2024-07-27T19:54:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:59 smithi029 ceph-mon[96870]: osdmap e2925: 8 total, 8 up, 8 in 2024-07-27T19:54:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:54:59 smithi029 ceph-mon[96870]: osdmap e2926: 8 total, 8 up, 8 in 2024-07-27T19:54:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:59 smithi029 ceph-mon[99353]: osdmap e2925: 8 total, 8 up, 8 in 2024-07-27T19:54:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:54:59 smithi029 ceph-mon[99353]: osdmap e2926: 8 total, 8 up, 8 in 2024-07-27T19:54:59.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:59 smithi179 ceph-mon[89801]: osdmap e2925: 8 total, 8 up, 8 in 2024-07-27T19:54:59.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:54:59 smithi179 ceph-mon[89801]: osdmap e2926: 8 total, 8 up, 8 in 2024-07-27T19:55:00.530 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_trash_snapshot PASSED [ 70%] 2024-07-27T19:55:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:00 smithi029 ceph-mon[96870]: pgmap v5455: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 446 KiB/s rd, 29 KiB/s wr, 584 op/s 2024-07-27T19:55:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:00 smithi029 ceph-mon[99353]: pgmap v5455: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 446 KiB/s rd, 29 KiB/s wr, 584 op/s 2024-07-27T19:55:00.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:00 smithi179 ceph-mon[89801]: pgmap v5455: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 446 KiB/s rd, 29 KiB/s wr, 584 op/s 2024-07-27T19:55:01.750 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:01 smithi029 ceph-mon[99353]: osdmap e2927: 8 total, 8 up, 8 in 2024-07-27T19:55:01.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:01 smithi029 ceph-mon[96870]: osdmap e2927: 8 total, 8 up, 8 in 2024-07-27T19:55:01.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:01 smithi179 ceph-mon[89801]: osdmap e2927: 8 total, 8 up, 8 in 2024-07-27T19:55:02.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:02 smithi029 ceph-mon[96870]: osdmap e2928: 8 total, 8 up, 8 in 2024-07-27T19:55:02.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:02 smithi029 ceph-mon[96870]: pgmap v5458: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 153 KiB/s rd, 15 KiB/s wr, 218 op/s 2024-07-27T19:55:02.652 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:02 smithi029 ceph-mon[99353]: osdmap e2928: 8 total, 8 up, 8 in 2024-07-27T19:55:02.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:02 smithi029 ceph-mon[99353]: pgmap v5458: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 153 KiB/s rd, 15 KiB/s wr, 218 op/s 2024-07-27T19:55:02.653 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:55:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:55:02] "GET /metrics HTTP/1.1" 200 36718 "" "Prometheus/2.43.0" 2024-07-27T19:55:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:02 smithi179 ceph-mon[89801]: osdmap e2928: 8 total, 8 up, 8 in 2024-07-27T19:55:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:02 smithi179 ceph-mon[89801]: pgmap v5458: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 153 KiB/s rd, 15 KiB/s wr, 218 op/s 2024-07-27T19:55:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:04 smithi029 ceph-mon[96870]: pgmap v5459: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 141 KiB/s rd, 12 KiB/s wr, 196 op/s 2024-07-27T19:55:05.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:04 smithi029 ceph-mon[96870]: osdmap e2929: 8 total, 8 up, 8 in 2024-07-27T19:55:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:04 smithi029 ceph-mon[99353]: pgmap v5459: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 141 KiB/s rd, 12 KiB/s wr, 196 op/s 2024-07-27T19:55:05.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:04 smithi029 ceph-mon[99353]: osdmap e2929: 8 total, 8 up, 8 in 2024-07-27T19:55:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:04 smithi179 ceph-mon[89801]: pgmap v5459: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 141 KiB/s rd, 12 KiB/s wr, 196 op/s 2024-07-27T19:55:05.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:04 smithi179 ceph-mon[89801]: osdmap e2929: 8 total, 8 up, 8 in 2024-07-27T19:55:07.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:06 smithi029 ceph-mon[96870]: pgmap v5461: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 113 KiB/s rd, 9.5 KiB/s wr, 157 op/s 2024-07-27T19:55:07.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:06 smithi029 ceph-mon[99353]: pgmap v5461: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 113 KiB/s rd, 9.5 KiB/s wr, 157 op/s 2024-07-27T19:55:07.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:06 smithi179 ceph-mon[89801]: pgmap v5461: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 113 KiB/s rd, 9.5 KiB/s wr, 157 op/s 2024-07-27T19:55:08.050 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_encryption_luks1 PASSED [ 70%] 2024-07-27T19:55:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:08 smithi029 ceph-mon[96870]: pgmap v5462: 137 pgs: 137 active+clean; 8.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 136 KiB/s rd, 558 KiB/s wr, 137 op/s 2024-07-27T19:55:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:08 smithi029 ceph-mon[96870]: osdmap e2930: 8 total, 8 up, 8 in 2024-07-27T19:55:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:55:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:08 smithi029 ceph-mon[99353]: pgmap v5462: 137 pgs: 137 active+clean; 8.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 136 KiB/s rd, 558 KiB/s wr, 137 op/s 2024-07-27T19:55:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:08 smithi029 ceph-mon[99353]: osdmap e2930: 8 total, 8 up, 8 in 2024-07-27T19:55:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:55:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:08 smithi179 ceph-mon[89801]: pgmap v5462: 137 pgs: 137 active+clean; 8.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 136 KiB/s rd, 558 KiB/s wr, 137 op/s 2024-07-27T19:55:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:08 smithi179 ceph-mon[89801]: osdmap e2930: 8 total, 8 up, 8 in 2024-07-27T19:55:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:55:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:09 smithi029 ceph-mon[96870]: osdmap e2931: 8 total, 8 up, 8 in 2024-07-27T19:55:10.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:09 smithi029 ceph-mon[96870]: osdmap e2932: 8 total, 8 up, 8 in 2024-07-27T19:55:10.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:09 smithi029 ceph-mon[99353]: osdmap e2931: 8 total, 8 up, 8 in 2024-07-27T19:55:10.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:09 smithi029 ceph-mon[99353]: osdmap e2932: 8 total, 8 up, 8 in 2024-07-27T19:55:10.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:09 smithi179 ceph-mon[89801]: osdmap e2931: 8 total, 8 up, 8 in 2024-07-27T19:55:10.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:09 smithi179 ceph-mon[89801]: osdmap e2932: 8 total, 8 up, 8 in 2024-07-27T19:55:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:10 smithi029 ceph-mon[96870]: pgmap v5466: 137 pgs: 137 active+clean; 8.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 99 KiB/s rd, 739 KiB/s wr, 65 op/s 2024-07-27T19:55:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:10 smithi029 ceph-mon[99353]: pgmap v5466: 137 pgs: 137 active+clean; 8.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 99 KiB/s rd, 739 KiB/s wr, 65 op/s 2024-07-27T19:55:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:10 smithi179 ceph-mon[89801]: pgmap v5466: 137 pgs: 137 active+clean; 8.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 99 KiB/s rd, 739 KiB/s wr, 65 op/s 2024-07-27T19:55:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:55:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:55:12] "GET /metrics HTTP/1.1" 200 36724 "" "Prometheus/2.43.0" 2024-07-27T19:55:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:12 smithi029 ceph-mon[96870]: pgmap v5467: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 126 KiB/s rd, 689 KiB/s wr, 105 op/s 2024-07-27T19:55:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:12 smithi029 ceph-mon[99353]: pgmap v5467: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 126 KiB/s rd, 689 KiB/s wr, 105 op/s 2024-07-27T19:55:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:12 smithi179 ceph-mon[89801]: pgmap v5467: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 126 KiB/s rd, 689 KiB/s wr, 105 op/s 2024-07-27T19:55:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:14 smithi029 ceph-mon[96870]: pgmap v5468: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 79 KiB/s rd, 6.3 KiB/s wr, 107 op/s 2024-07-27T19:55:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:14 smithi029 ceph-mon[96870]: osdmap e2933: 8 total, 8 up, 8 in 2024-07-27T19:55:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:14 smithi029 ceph-mon[99353]: pgmap v5468: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 79 KiB/s rd, 6.3 KiB/s wr, 107 op/s 2024-07-27T19:55:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:14 smithi029 ceph-mon[99353]: osdmap e2933: 8 total, 8 up, 8 in 2024-07-27T19:55:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:14 smithi179 ceph-mon[89801]: pgmap v5468: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 79 KiB/s rd, 6.3 KiB/s wr, 107 op/s 2024-07-27T19:55:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:14 smithi179 ceph-mon[89801]: osdmap e2933: 8 total, 8 up, 8 in 2024-07-27T19:55:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:16 smithi029 ceph-mon[96870]: pgmap v5470: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 5.2 KiB/s wr, 92 op/s 2024-07-27T19:55:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:16 smithi029 ceph-mon[99353]: pgmap v5470: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 5.2 KiB/s wr, 92 op/s 2024-07-27T19:55:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:16 smithi179 ceph-mon[89801]: pgmap v5470: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 68 KiB/s rd, 5.2 KiB/s wr, 92 op/s 2024-07-27T19:55:19.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:18 smithi029 ceph-mon[96870]: pgmap v5471: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 3.3 KiB/s wr, 41 op/s 2024-07-27T19:55:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:18 smithi029 ceph-mon[99353]: pgmap v5471: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 3.3 KiB/s wr, 41 op/s 2024-07-27T19:55:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:18 smithi179 ceph-mon[89801]: pgmap v5471: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 3.3 KiB/s wr, 41 op/s 2024-07-27T19:55:20.080 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestClone::test_encryption_luks2 PASSED [ 71%] 2024-07-27T19:55:20.194 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestExclusiveLock::test_ownership PASSED [ 71%] 2024-07-27T19:55:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:20 smithi029 ceph-mon[99353]: pgmap v5472: 137 pgs: 137 active+clean; 17 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 1.2 MiB/s wr, 39 op/s 2024-07-27T19:55:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:20 smithi029 ceph-mon[99353]: osdmap e2934: 8 total, 8 up, 8 in 2024-07-27T19:55:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:20 smithi029 ceph-mon[96870]: pgmap v5472: 137 pgs: 137 active+clean; 17 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 1.2 MiB/s wr, 39 op/s 2024-07-27T19:55:21.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:20 smithi029 ceph-mon[96870]: osdmap e2934: 8 total, 8 up, 8 in 2024-07-27T19:55:21.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:20 smithi179 ceph-mon[89801]: pgmap v5472: 137 pgs: 137 active+clean; 17 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 27 KiB/s rd, 1.2 MiB/s wr, 39 op/s 2024-07-27T19:55:21.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:20 smithi179 ceph-mon[89801]: osdmap e2934: 8 total, 8 up, 8 in 2024-07-27T19:55:22.091 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestExclusiveLock::test_snapshot_leadership PASSED [ 72%] 2024-07-27T19:55:22.184 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestExclusiveLock::test_read_only_leadership PASSED [ 72%] 2024-07-27T19:55:22.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:21 smithi029 ceph-mon[96870]: osdmap e2935: 8 total, 8 up, 8 in 2024-07-27T19:55:22.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:21 smithi029 ceph-mon[99353]: osdmap e2935: 8 total, 8 up, 8 in 2024-07-27T19:55:22.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:21 smithi179 ceph-mon[89801]: osdmap e2935: 8 total, 8 up, 8 in 2024-07-27T19:55:22.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:55:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:55:22] "GET /metrics HTTP/1.1" 200 36724 "" "Prometheus/2.43.0" 2024-07-27T19:55:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:22 smithi029 ceph-mon[99353]: pgmap v5475: 137 pgs: 137 active+clean; 17 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 113 KiB/s rd, 2.1 MiB/s wr, 100 op/s 2024-07-27T19:55:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:22 smithi029 ceph-mon[99353]: osdmap e2936: 8 total, 8 up, 8 in 2024-07-27T19:55:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:22 smithi029 ceph-mon[96870]: pgmap v5475: 137 pgs: 137 active+clean; 17 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 113 KiB/s rd, 2.1 MiB/s wr, 100 op/s 2024-07-27T19:55:23.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:22 smithi029 ceph-mon[96870]: osdmap e2936: 8 total, 8 up, 8 in 2024-07-27T19:55:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:22 smithi179 ceph-mon[89801]: pgmap v5475: 137 pgs: 137 active+clean; 17 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 113 KiB/s rd, 2.1 MiB/s wr, 100 op/s 2024-07-27T19:55:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:22 smithi179 ceph-mon[89801]: osdmap e2936: 8 total, 8 up, 8 in 2024-07-27T19:55:24.107 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestExclusiveLock::test_follower_flatten PASSED [ 73%] 2024-07-27T19:55:24.244 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestExclusiveLock::test_follower_resize PASSED [ 74%] 2024-07-27T19:55:24.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:24 smithi179 ceph-mon[89801]: osdmap e2937: 8 total, 8 up, 8 in 2024-07-27T19:55:24.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:55:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:24 smithi029 ceph-mon[96870]: osdmap e2937: 8 total, 8 up, 8 in 2024-07-27T19:55:24.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:55:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:24 smithi029 ceph-mon[99353]: osdmap e2937: 8 total, 8 up, 8 in 2024-07-27T19:55:24.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:55:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:25 smithi179 ceph-mon[89801]: pgmap v5478: 137 pgs: 137 active+clean; 8.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 228 KiB/s rd, 1.0 MiB/s wr, 214 op/s 2024-07-27T19:55:25.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:25 smithi179 ceph-mon[89801]: osdmap e2938: 8 total, 8 up, 8 in 2024-07-27T19:55:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:25 smithi029 ceph-mon[96870]: pgmap v5478: 137 pgs: 137 active+clean; 8.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 228 KiB/s rd, 1.0 MiB/s wr, 214 op/s 2024-07-27T19:55:25.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:25 smithi029 ceph-mon[96870]: osdmap e2938: 8 total, 8 up, 8 in 2024-07-27T19:55:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:25 smithi029 ceph-mon[99353]: pgmap v5478: 137 pgs: 137 active+clean; 8.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 228 KiB/s rd, 1.0 MiB/s wr, 214 op/s 2024-07-27T19:55:25.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:25 smithi029 ceph-mon[99353]: osdmap e2938: 8 total, 8 up, 8 in 2024-07-27T19:55:26.112 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestExclusiveLock::test_follower_snap_create PASSED [ 74%] 2024-07-27T19:55:26.314 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:26 smithi179 ceph-mon[89801]: osdmap e2939: 8 total, 8 up, 8 in 2024-07-27T19:55:26.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:26 smithi029 ceph-mon[96870]: osdmap e2939: 8 total, 8 up, 8 in 2024-07-27T19:55:26.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:26 smithi029 ceph-mon[99353]: osdmap e2939: 8 total, 8 up, 8 in 2024-07-27T19:55:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:27 smithi179 ceph-mon[89801]: pgmap v5481: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 5.2 KiB/s wr, 75 op/s 2024-07-27T19:55:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:27 smithi179 ceph-mon[89801]: osdmap e2940: 8 total, 8 up, 8 in 2024-07-27T19:55:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:27 smithi029 ceph-mon[96870]: pgmap v5481: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 5.2 KiB/s wr, 75 op/s 2024-07-27T19:55:27.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:27 smithi029 ceph-mon[96870]: osdmap e2940: 8 total, 8 up, 8 in 2024-07-27T19:55:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:27 smithi029 ceph-mon[99353]: pgmap v5481: 137 pgs: 137 active+clean; 4.6 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 48 KiB/s rd, 5.2 KiB/s wr, 75 op/s 2024-07-27T19:55:27.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:27 smithi029 ceph-mon[99353]: osdmap e2940: 8 total, 8 up, 8 in 2024-07-27T19:55:28.127 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestExclusiveLock::test_follower_snap_rollback PASSED [ 75%] 2024-07-27T19:55:28.251 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestExclusiveLock::test_follower_discard PASSED [ 75%] 2024-07-27T19:55:28.380 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestExclusiveLock::test_follower_write PASSED [ 76%] 2024-07-27T19:55:28.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:28 smithi179 ceph-mon[89801]: osdmap e2941: 8 total, 8 up, 8 in 2024-07-27T19:55:28.477 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestExclusiveLock::test_acquire_release_lock PASSED [ 76%] 2024-07-27T19:55:28.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:28 smithi029 ceph-mon[96870]: osdmap e2941: 8 total, 8 up, 8 in 2024-07-27T19:55:28.500 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:28 smithi029 ceph-mon[99353]: osdmap e2941: 8 total, 8 up, 8 in 2024-07-27T19:55:29.120 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestExclusiveLock::test_break_lock PASSED [ 77%] 2024-07-27T19:55:29.210 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMirroring::test_uuid PASSED [ 77%] 2024-07-27T19:55:29.305 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMirroring::test_site_name PASSED [ 78%] 2024-07-27T19:55:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:29 smithi179 ceph-mon[89801]: pgmap v5484: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 276 KiB/s rd, 16 KiB/s wr, 373 op/s 2024-07-27T19:55:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:29 smithi179 ceph-mon[89801]: osdmap e2942: 8 total, 8 up, 8 in 2024-07-27T19:55:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:29 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/570419536' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/4156438577"}]: dispatch 2024-07-27T19:55:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:29 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/4156438577"}]: dispatch 2024-07-27T19:55:29.421 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMirroring::test_mirror_peer_bootstrap PASSED [ 78%] 2024-07-27T19:55:29.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:29 smithi029 ceph-mon[96870]: pgmap v5484: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 276 KiB/s rd, 16 KiB/s wr, 373 op/s 2024-07-27T19:55:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:29 smithi029 ceph-mon[96870]: osdmap e2942: 8 total, 8 up, 8 in 2024-07-27T19:55:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:29 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/570419536' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/4156438577"}]: dispatch 2024-07-27T19:55:29.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:29 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/4156438577"}]: dispatch 2024-07-27T19:55:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:29 smithi029 ceph-mon[99353]: pgmap v5484: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 276 KiB/s rd, 16 KiB/s wr, 373 op/s 2024-07-27T19:55:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:29 smithi029 ceph-mon[99353]: osdmap e2942: 8 total, 8 up, 8 in 2024-07-27T19:55:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:29 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/570419536' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/4156438577"}]: dispatch 2024-07-27T19:55:29.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:29 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/4156438577"}]: dispatch 2024-07-27T19:55:29.526 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMirroring::test_mirror_peer PASSED [ 79%] 2024-07-27T19:55:29.609 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMirroring::test_mirror_image SKIPPED [ 80%] 2024-07-27T19:55:29.695 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMirroring::test_mirror_image_status SKIPPED [ 80%] 2024-07-27T19:55:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/4156438577"}]': finished 2024-07-27T19:55:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: osdmap e2943: 8 total, 8 up, 8 in 2024-07-27T19:55:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' 2024-07-27T19:55:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]': finished 2024-07-27T19:55:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: osdmap e2944: 8 total, 8 up, 8 in 2024-07-27T19:55:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer_client_id"}]: dispatch 2024-07-27T19:55:30.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{ "prefix": "auth get-or-create", "entity": "client.rbd-mirror-peer", "caps": [ "mon", "profile rbd-mirror-peer", "osd", "profile rbd"], "format": "json"}]: dispatch 2024-07-27T19:55:30.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{ "prefix": "auth get-or-create", "entity": "client.rbd-mirror-peer", "caps": [ "mon", "profile rbd-mirror-peer", "osd", "profile rbd"], "format": "json"}]: dispatch 2024-07-27T19:55:30.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' 2024-07-27T19:55:30.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer/125/b9b3b19a-7d05-4dee-8bef-c802c4de60be"}]: dispatch 2024-07-27T19:55:30.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/b9b3b19a-7d05-4dee-8bef-c802c4de60be"}]: dispatch 2024-07-27T19:55:30.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/b9b3b19a-7d05-4dee-8bef-c802c4de60be"}]: dispatch 2024-07-27T19:55:30.414 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:30 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/b9b3b19a-7d05-4dee-8bef-c802c4de60be"}]': finished 2024-07-27T19:55:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/4156438577"}]': finished 2024-07-27T19:55:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: osdmap e2943: 8 total, 8 up, 8 in 2024-07-27T19:55:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' 2024-07-27T19:55:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]': finished 2024-07-27T19:55:30.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: osdmap e2944: 8 total, 8 up, 8 in 2024-07-27T19:55:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer_client_id"}]: dispatch 2024-07-27T19:55:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{ "prefix": "auth get-or-create", "entity": "client.rbd-mirror-peer", "caps": [ "mon", "profile rbd-mirror-peer", "osd", "profile rbd"], "format": "json"}]: dispatch 2024-07-27T19:55:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{ "prefix": "auth get-or-create", "entity": "client.rbd-mirror-peer", "caps": [ "mon", "profile rbd-mirror-peer", "osd", "profile rbd"], "format": "json"}]: dispatch 2024-07-27T19:55:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' 2024-07-27T19:55:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer/125/b9b3b19a-7d05-4dee-8bef-c802c4de60be"}]: dispatch 2024-07-27T19:55:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/b9b3b19a-7d05-4dee-8bef-c802c4de60be"}]: dispatch 2024-07-27T19:55:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/b9b3b19a-7d05-4dee-8bef-c802c4de60be"}]: dispatch 2024-07-27T19:55:30.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/b9b3b19a-7d05-4dee-8bef-c802c4de60be"}]': finished 2024-07-27T19:55:30.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd blocklist", "blocklistop": "add", "addr": "172.21.15.29:0/4156438577"}]': finished 2024-07-27T19:55:30.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: osdmap e2943: 8 total, 8 up, 8 in 2024-07-27T19:55:30.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' 2024-07-27T19:55:30.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/site_name"}]': finished 2024-07-27T19:55:30.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: osdmap e2944: 8 total, 8 up, 8 in 2024-07-27T19:55:30.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer_client_id"}]: dispatch 2024-07-27T19:55:30.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{ "prefix": "auth get-or-create", "entity": "client.rbd-mirror-peer", "caps": [ "mon", "profile rbd-mirror-peer", "osd", "profile rbd"], "format": "json"}]: dispatch 2024-07-27T19:55:30.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{ "prefix": "auth get-or-create", "entity": "client.rbd-mirror-peer", "caps": [ "mon", "profile rbd-mirror-peer", "osd", "profile rbd"], "format": "json"}]: dispatch 2024-07-27T19:55:30.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/site_name"}]: dispatch 2024-07-27T19:55:30.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' 2024-07-27T19:55:30.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key get", "key": "rbd/mirror/peer/125/b9b3b19a-7d05-4dee-8bef-c802c4de60be"}]: dispatch 2024-07-27T19:55:30.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/b9b3b19a-7d05-4dee-8bef-c802c4de60be"}]: dispatch 2024-07-27T19:55:30.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/b9b3b19a-7d05-4dee-8bef-c802c4de60be"}]: dispatch 2024-07-27T19:55:30.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:30 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/b9b3b19a-7d05-4dee-8bef-c802c4de60be"}]': finished 2024-07-27T19:55:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:31 smithi179 ceph-mon[89801]: pgmap v5488: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 332 KiB/s rd, 22 KiB/s wr, 456 op/s 2024-07-27T19:55:31.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:31 smithi179 ceph-mon[89801]: osdmap e2945: 8 total, 8 up, 8 in 2024-07-27T19:55:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:31 smithi029 ceph-mon[96870]: pgmap v5488: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 332 KiB/s rd, 22 KiB/s wr, 456 op/s 2024-07-27T19:55:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:31 smithi029 ceph-mon[96870]: osdmap e2945: 8 total, 8 up, 8 in 2024-07-27T19:55:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:31 smithi029 ceph-mon[99353]: pgmap v5488: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 332 KiB/s rd, 22 KiB/s wr, 456 op/s 2024-07-27T19:55:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:31 smithi029 ceph-mon[99353]: osdmap e2945: 8 total, 8 up, 8 in 2024-07-27T19:55:32.705 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:32 smithi029 ceph-mon[96870]: osdmap e2946: 8 total, 8 up, 8 in 2024-07-27T19:55:32.705 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:32 smithi029 ceph-mon[96870]: pgmap v5491: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 260 KiB/s rd, 26 KiB/s wr, 382 op/s 2024-07-27T19:55:32.706 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:32 smithi029 ceph-mon[99353]: osdmap e2946: 8 total, 8 up, 8 in 2024-07-27T19:55:32.706 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:32 smithi029 ceph-mon[99353]: pgmap v5491: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 260 KiB/s rd, 26 KiB/s wr, 382 op/s 2024-07-27T19:55:32.706 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:55:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:55:32] "GET /metrics HTTP/1.1" 200 36730 "" "Prometheus/2.43.0" 2024-07-27T19:55:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:32 smithi179 ceph-mon[89801]: osdmap e2946: 8 total, 8 up, 8 in 2024-07-27T19:55:32.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:32 smithi179 ceph-mon[89801]: pgmap v5491: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 260 KiB/s rd, 26 KiB/s wr, 382 op/s 2024-07-27T19:55:33.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[99353]: osdmap e2947: 8 total, 8 up, 8 in 2024-07-27T19:55:33.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/765e9e7b-9cc7-436e-b9d6-511e5b32f1f2"}]: dispatch 2024-07-27T19:55:33.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/765e9e7b-9cc7-436e-b9d6-511e5b32f1f2"}]: dispatch 2024-07-27T19:55:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/765e9e7b-9cc7-436e-b9d6-511e5b32f1f2"}]': finished 2024-07-27T19:55:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/3ba06fae-398c-4ad9-aa4c-59568a49adb1"}]: dispatch 2024-07-27T19:55:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/3ba06fae-398c-4ad9-aa4c-59568a49adb1"}]: dispatch 2024-07-27T19:55:33.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/3ba06fae-398c-4ad9-aa4c-59568a49adb1"}]': finished 2024-07-27T19:55:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[96870]: osdmap e2947: 8 total, 8 up, 8 in 2024-07-27T19:55:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/765e9e7b-9cc7-436e-b9d6-511e5b32f1f2"}]: dispatch 2024-07-27T19:55:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/765e9e7b-9cc7-436e-b9d6-511e5b32f1f2"}]: dispatch 2024-07-27T19:55:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/765e9e7b-9cc7-436e-b9d6-511e5b32f1f2"}]': finished 2024-07-27T19:55:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/3ba06fae-398c-4ad9-aa4c-59568a49adb1"}]: dispatch 2024-07-27T19:55:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/3ba06fae-398c-4ad9-aa4c-59568a49adb1"}]: dispatch 2024-07-27T19:55:33.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:33 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/3ba06fae-398c-4ad9-aa4c-59568a49adb1"}]': finished 2024-07-27T19:55:33.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:33 smithi179 ceph-mon[89801]: osdmap e2947: 8 total, 8 up, 8 in 2024-07-27T19:55:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:33 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/765e9e7b-9cc7-436e-b9d6-511e5b32f1f2"}]: dispatch 2024-07-27T19:55:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:33 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/765e9e7b-9cc7-436e-b9d6-511e5b32f1f2"}]: dispatch 2024-07-27T19:55:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:33 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/765e9e7b-9cc7-436e-b9d6-511e5b32f1f2"}]': finished 2024-07-27T19:55:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:33 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/3ba06fae-398c-4ad9-aa4c-59568a49adb1"}]: dispatch 2024-07-27T19:55:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:33 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/3ba06fae-398c-4ad9-aa4c-59568a49adb1"}]: dispatch 2024-07-27T19:55:33.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:33 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/3ba06fae-398c-4ad9-aa4c-59568a49adb1"}]': finished 2024-07-27T19:55:34.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:34 smithi179 ceph-mon[89801]: osdmap e2948: 8 total, 8 up, 8 in 2024-07-27T19:55:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:34 smithi179 ceph-mon[89801]: pgmap v5494: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 344 KiB/s rd, 34 KiB/s wr, 487 op/s 2024-07-27T19:55:34.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:34 smithi179 ceph-mon[89801]: osdmap e2949: 8 total, 8 up, 8 in 2024-07-27T19:55:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:34 smithi029 ceph-mon[96870]: osdmap e2948: 8 total, 8 up, 8 in 2024-07-27T19:55:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:34 smithi029 ceph-mon[96870]: pgmap v5494: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 344 KiB/s rd, 34 KiB/s wr, 487 op/s 2024-07-27T19:55:35.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:34 smithi029 ceph-mon[96870]: osdmap e2949: 8 total, 8 up, 8 in 2024-07-27T19:55:35.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:34 smithi029 ceph-mon[99353]: osdmap e2948: 8 total, 8 up, 8 in 2024-07-27T19:55:35.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:34 smithi029 ceph-mon[99353]: pgmap v5494: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 344 KiB/s rd, 34 KiB/s wr, 487 op/s 2024-07-27T19:55:35.002 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:34 smithi029 ceph-mon[99353]: osdmap e2949: 8 total, 8 up, 8 in 2024-07-27T19:55:36.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:36 smithi179 ceph-mon[89801]: osdmap e2950: 8 total, 8 up, 8 in 2024-07-27T19:55:36.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:36 smithi179 ceph-mon[89801]: pgmap v5497: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 262 KiB/s rd, 17 KiB/s wr, 352 op/s 2024-07-27T19:55:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:36 smithi029 ceph-mon[96870]: osdmap e2950: 8 total, 8 up, 8 in 2024-07-27T19:55:36.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:36 smithi029 ceph-mon[96870]: pgmap v5497: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 262 KiB/s rd, 17 KiB/s wr, 352 op/s 2024-07-27T19:55:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:36 smithi029 ceph-mon[99353]: osdmap e2950: 8 total, 8 up, 8 in 2024-07-27T19:55:36.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:36 smithi029 ceph-mon[99353]: pgmap v5497: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 262 KiB/s rd, 17 KiB/s wr, 352 op/s 2024-07-27T19:55:37.403 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMirroring::test_mirror_image_create_snapshot PASSED [ 81%] 2024-07-27T19:55:37.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:37 smithi179 ceph-mon[89801]: osdmap e2951: 8 total, 8 up, 8 in 2024-07-27T19:55:37.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:37 smithi029 ceph-mon[96870]: osdmap e2951: 8 total, 8 up, 8 in 2024-07-27T19:55:37.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:37 smithi029 ceph-mon[99353]: osdmap e2951: 8 total, 8 up, 8 in 2024-07-27T19:55:38.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:38 smithi179 ceph-mon[89801]: osdmap e2952: 8 total, 8 up, 8 in 2024-07-27T19:55:38.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:38 smithi179 ceph-mon[89801]: pgmap v5500: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 224 KiB/s rd, 9.7 KiB/s wr, 293 op/s 2024-07-27T19:55:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:38 smithi029 ceph-mon[96870]: osdmap e2952: 8 total, 8 up, 8 in 2024-07-27T19:55:38.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:38 smithi029 ceph-mon[96870]: pgmap v5500: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 224 KiB/s rd, 9.7 KiB/s wr, 293 op/s 2024-07-27T19:55:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:38 smithi029 ceph-mon[99353]: osdmap e2952: 8 total, 8 up, 8 in 2024-07-27T19:55:38.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:38 smithi029 ceph-mon[99353]: pgmap v5500: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 224 KiB/s rd, 9.7 KiB/s wr, 293 op/s 2024-07-27T19:55:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:39 smithi179 ceph-mon[89801]: osdmap e2953: 8 total, 8 up, 8 in 2024-07-27T19:55:39.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:55:39.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:39 smithi179 ceph-mon[89801]: osdmap e2954: 8 total, 8 up, 8 in 2024-07-27T19:55:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:39 smithi029 ceph-mon[96870]: osdmap e2953: 8 total, 8 up, 8 in 2024-07-27T19:55:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:55:39.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:39 smithi029 ceph-mon[96870]: osdmap e2954: 8 total, 8 up, 8 in 2024-07-27T19:55:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:39 smithi029 ceph-mon[99353]: osdmap e2953: 8 total, 8 up, 8 in 2024-07-27T19:55:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:55:39.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:39 smithi029 ceph-mon[99353]: osdmap e2954: 8 total, 8 up, 8 in 2024-07-27T19:55:40.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:40 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/c7b9b342-8032-4bd7-9dff-bd08dcd9aaf1"}]: dispatch 2024-07-27T19:55:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:40 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/c7b9b342-8032-4bd7-9dff-bd08dcd9aaf1"}]: dispatch 2024-07-27T19:55:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:40 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/c7b9b342-8032-4bd7-9dff-bd08dcd9aaf1"}]': finished 2024-07-27T19:55:40.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:40 smithi179 ceph-mon[89801]: pgmap v5503: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 143 KiB/s rd, 9.5 KiB/s wr, 189 op/s 2024-07-27T19:55:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:40 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/c7b9b342-8032-4bd7-9dff-bd08dcd9aaf1"}]: dispatch 2024-07-27T19:55:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:40 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/c7b9b342-8032-4bd7-9dff-bd08dcd9aaf1"}]: dispatch 2024-07-27T19:55:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:40 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/c7b9b342-8032-4bd7-9dff-bd08dcd9aaf1"}]': finished 2024-07-27T19:55:40.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:40 smithi029 ceph-mon[96870]: pgmap v5503: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 143 KiB/s rd, 9.5 KiB/s wr, 189 op/s 2024-07-27T19:55:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:40 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3350326540' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/c7b9b342-8032-4bd7-9dff-bd08dcd9aaf1"}]: dispatch 2024-07-27T19:55:40.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:40 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/c7b9b342-8032-4bd7-9dff-bd08dcd9aaf1"}]: dispatch 2024-07-27T19:55:40.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:40 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "config-key rm", "key": "rbd/mirror/peer/125/c7b9b342-8032-4bd7-9dff-bd08dcd9aaf1"}]': finished 2024-07-27T19:55:40.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:40 smithi029 ceph-mon[99353]: pgmap v5503: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 143 KiB/s rd, 9.5 KiB/s wr, 189 op/s 2024-07-27T19:55:41.429 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMirroring::test_aio_mirror_image_create_snapshot PASSED [ 81%] 2024-07-27T19:55:41.512 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestTrash::test_move PASSED [ 82%] 2024-07-27T19:55:41.653 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestTrash::test_purge PASSED [ 82%] 2024-07-27T19:55:41.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:41 smithi179 ceph-mon[89801]: osdmap e2955: 8 total, 8 up, 8 in 2024-07-27T19:55:41.725 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestTrash::test_remove_denied PASSED [ 83%] 2024-07-27T19:55:41.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:41 smithi029 ceph-mon[96870]: osdmap e2955: 8 total, 8 up, 8 in 2024-07-27T19:55:41.750 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:41 smithi029 ceph-mon[99353]: osdmap e2955: 8 total, 8 up, 8 in 2024-07-27T19:55:41.806 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestTrash::test_remove PASSED [ 83%] 2024-07-27T19:55:41.883 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestTrash::test_remove_with_progress PASSED [ 84%] 2024-07-27T19:55:41.965 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestTrash::test_get PASSED [ 84%] 2024-07-27T19:55:42.097 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestTrash::test_list PASSED [ 85%] 2024-07-27T19:55:42.215 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestTrash::test_restore PASSED [ 85%] 2024-07-27T19:55:42.221 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_create_group PASSED [ 86%] 2024-07-27T19:55:42.229 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_rename_group PASSED [ 87%] 2024-07-27T19:55:42.231 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_list_groups_empty PASSED [ 87%] 2024-07-27T19:55:42.238 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_list_groups PASSED [ 88%] 2024-07-27T19:55:42.245 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::test_list_groups_after_removed PASSED [ 88%] 2024-07-27T19:55:42.340 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestGroups::test_group_image_add PASSED [ 89%] 2024-07-27T19:55:42.424 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestGroups::test_group_image_list_empty PASSED [ 89%] 2024-07-27T19:55:42.514 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestGroups::test_group_image_list PASSED [ 90%] 2024-07-27T19:55:42.638 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestGroups::test_group_image_list_move_to_trash PASSED [ 90%] 2024-07-27T19:55:42.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:42 smithi179 ceph-mon[89801]: osdmap e2956: 8 total, 8 up, 8 in 2024-07-27T19:55:42.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:42 smithi179 ceph-mon[89801]: pgmap v5506: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 2.7 KiB/s wr, 28 op/s 2024-07-27T19:55:42.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:42 smithi029 ceph-mon[96870]: osdmap e2956: 8 total, 8 up, 8 in 2024-07-27T19:55:42.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:42 smithi029 ceph-mon[96870]: pgmap v5506: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 2.7 KiB/s wr, 28 op/s 2024-07-27T19:55:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:42 smithi029 ceph-mon[99353]: osdmap e2956: 8 total, 8 up, 8 in 2024-07-27T19:55:42.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:42 smithi029 ceph-mon[99353]: pgmap v5506: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 2.7 KiB/s wr, 28 op/s 2024-07-27T19:55:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:55:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:55:42] "GET /metrics HTTP/1.1" 200 36709 "" "Prometheus/2.43.0" 2024-07-27T19:55:44.275 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestGroups::test_group_image_many_images PASSED [ 91%] 2024-07-27T19:55:44.396 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestGroups::test_group_image_remove PASSED [ 91%] 2024-07-27T19:55:44.488 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestGroups::test_group_snap PASSED [ 92%] 2024-07-27T19:55:44.592 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestGroups::test_group_snap_flags PASSED [ 92%] 2024-07-27T19:55:44.758 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestGroups::test_group_snap_list_many PASSED [ 93%] 2024-07-27T19:55:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:44 smithi029 ceph-mon[96870]: pgmap v5507: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 96 KiB/s rd, 24 KiB/s wr, 157 op/s 2024-07-27T19:55:45.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:44 smithi029 ceph-mon[96870]: osdmap e2957: 8 total, 8 up, 8 in 2024-07-27T19:55:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:44 smithi029 ceph-mon[99353]: pgmap v5507: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 96 KiB/s rd, 24 KiB/s wr, 157 op/s 2024-07-27T19:55:45.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:44 smithi029 ceph-mon[99353]: osdmap e2957: 8 total, 8 up, 8 in 2024-07-27T19:55:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:44 smithi179 ceph-mon[89801]: pgmap v5507: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 96 KiB/s rd, 24 KiB/s wr, 157 op/s 2024-07-27T19:55:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:44 smithi179 ceph-mon[89801]: osdmap e2957: 8 total, 8 up, 8 in 2024-07-27T19:55:46.450 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestGroups::test_group_snap_namespace PASSED [ 94%] 2024-07-27T19:55:46.547 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestGroups::test_group_snap_rename PASSED [ 94%] 2024-07-27T19:55:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:46 smithi179 ceph-mon[89801]: osdmap e2958: 8 total, 8 up, 8 in 2024-07-27T19:55:46.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:46 smithi179 ceph-mon[89801]: pgmap v5510: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 301 KiB/s rd, 37 KiB/s wr, 448 op/s 2024-07-27T19:55:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:46 smithi029 ceph-mon[96870]: osdmap e2958: 8 total, 8 up, 8 in 2024-07-27T19:55:46.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:46 smithi029 ceph-mon[96870]: pgmap v5510: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 301 KiB/s rd, 37 KiB/s wr, 448 op/s 2024-07-27T19:55:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:46 smithi029 ceph-mon[99353]: osdmap e2958: 8 total, 8 up, 8 in 2024-07-27T19:55:46.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:46 smithi029 ceph-mon[99353]: pgmap v5510: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 301 KiB/s rd, 37 KiB/s wr, 448 op/s 2024-07-27T19:55:47.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:47 smithi179 ceph-mon[89801]: osdmap e2959: 8 total, 8 up, 8 in 2024-07-27T19:55:47.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:47 smithi029 ceph-mon[96870]: osdmap e2959: 8 total, 8 up, 8 in 2024-07-27T19:55:47.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:47 smithi029 ceph-mon[99353]: osdmap e2959: 8 total, 8 up, 8 in 2024-07-27T19:55:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:48 smithi179 ceph-mon[89801]: osdmap e2960: 8 total, 8 up, 8 in 2024-07-27T19:55:48.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:48 smithi179 ceph-mon[89801]: pgmap v5513: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 110 KiB/s wr, 1.57k op/s 2024-07-27T19:55:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:48 smithi029 ceph-mon[96870]: osdmap e2960: 8 total, 8 up, 8 in 2024-07-27T19:55:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:48 smithi029 ceph-mon[96870]: pgmap v5513: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 110 KiB/s wr, 1.57k op/s 2024-07-27T19:55:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:48 smithi029 ceph-mon[99353]: osdmap e2960: 8 total, 8 up, 8 in 2024-07-27T19:55:48.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:48 smithi029 ceph-mon[99353]: pgmap v5513: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.1 MiB/s rd, 110 KiB/s wr, 1.57k op/s 2024-07-27T19:55:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:49 smithi179 ceph-mon[89801]: osdmap e2961: 8 total, 8 up, 8 in 2024-07-27T19:55:49.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:49 smithi179 ceph-mon[89801]: osdmap e2962: 8 total, 8 up, 8 in 2024-07-27T19:55:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:49 smithi029 ceph-mon[96870]: osdmap e2961: 8 total, 8 up, 8 in 2024-07-27T19:55:49.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:49 smithi029 ceph-mon[96870]: osdmap e2962: 8 total, 8 up, 8 in 2024-07-27T19:55:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:49 smithi029 ceph-mon[99353]: osdmap e2961: 8 total, 8 up, 8 in 2024-07-27T19:55:49.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:49 smithi029 ceph-mon[99353]: osdmap e2962: 8 total, 8 up, 8 in 2024-07-27T19:55:50.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:50 smithi179 ceph-mon[89801]: pgmap v5516: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 104 KiB/s wr, 1.48k op/s 2024-07-27T19:55:50.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:50 smithi029 ceph-mon[96870]: pgmap v5516: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 104 KiB/s wr, 1.48k op/s 2024-07-27T19:55:50.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:50 smithi029 ceph-mon[99353]: pgmap v5516: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 1.0 MiB/s rd, 104 KiB/s wr, 1.48k op/s 2024-07-27T19:55:51.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:51 smithi179 ceph-mon[89801]: osdmap e2963: 8 total, 8 up, 8 in 2024-07-27T19:55:51.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:51 smithi029 ceph-mon[96870]: osdmap e2963: 8 total, 8 up, 8 in 2024-07-27T19:55:51.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:51 smithi029 ceph-mon[99353]: osdmap e2963: 8 total, 8 up, 8 in 2024-07-27T19:55:52.644 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestGroups::test_group_snap_rollback PASSED [ 95%] 2024-07-27T19:55:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:52 smithi179 ceph-mon[89801]: osdmap e2964: 8 total, 8 up, 8 in 2024-07-27T19:55:52.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:52 smithi179 ceph-mon[89801]: pgmap v5519: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 273 KiB/s rd, 18 KiB/s wr, 386 op/s 2024-07-27T19:55:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:52 smithi029 ceph-mon[96870]: osdmap e2964: 8 total, 8 up, 8 in 2024-07-27T19:55:52.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:52 smithi029 ceph-mon[96870]: pgmap v5519: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 273 KiB/s rd, 18 KiB/s wr, 386 op/s 2024-07-27T19:55:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:55:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:55:52] "GET /metrics HTTP/1.1" 200 36709 "" "Prometheus/2.43.0" 2024-07-27T19:55:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:52 smithi029 ceph-mon[99353]: osdmap e2964: 8 total, 8 up, 8 in 2024-07-27T19:55:52.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:52 smithi029 ceph-mon[99353]: pgmap v5519: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 273 KiB/s rd, 18 KiB/s wr, 386 op/s 2024-07-27T19:55:52.914 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMigration::test_migration PASSED [ 95%] 2024-07-27T19:55:53.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:53 smithi179 ceph-mon[89801]: osdmap e2965: 8 total, 8 up, 8 in 2024-07-27T19:55:53.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:53 smithi029 ceph-mon[96870]: osdmap e2965: 8 total, 8 up, 8 in 2024-07-27T19:55:53.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:53 smithi029 ceph-mon[99353]: osdmap e2965: 8 total, 8 up, 8 in 2024-07-27T19:55:54.435 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMigration::test_migration_clone_v1_to_v1 PASSED [ 96%] 2024-07-27T19:55:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:54 smithi179 ceph-mon[89801]: osdmap e2966: 8 total, 8 up, 8 in 2024-07-27T19:55:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:55:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:54 smithi179 ceph-mon[89801]: pgmap v5522: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 466 KiB/s rd, 23 KiB/s wr, 596 op/s 2024-07-27T19:55:54.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:54 smithi179 ceph-mon[89801]: osdmap e2967: 8 total, 8 up, 8 in 2024-07-27T19:55:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:54 smithi029 ceph-mon[96870]: osdmap e2966: 8 total, 8 up, 8 in 2024-07-27T19:55:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:55:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:54 smithi029 ceph-mon[96870]: pgmap v5522: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 466 KiB/s rd, 23 KiB/s wr, 596 op/s 2024-07-27T19:55:54.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:54 smithi029 ceph-mon[96870]: osdmap e2967: 8 total, 8 up, 8 in 2024-07-27T19:55:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:54 smithi029 ceph-mon[99353]: osdmap e2966: 8 total, 8 up, 8 in 2024-07-27T19:55:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:55:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:54 smithi029 ceph-mon[99353]: pgmap v5522: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 466 KiB/s rd, 23 KiB/s wr, 596 op/s 2024-07-27T19:55:54.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:54 smithi029 ceph-mon[99353]: osdmap e2967: 8 total, 8 up, 8 in 2024-07-27T19:55:56.470 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMigration::test_migration_clone_v1_to_v2 PASSED [ 96%] 2024-07-27T19:55:56.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:56 smithi179 ceph-mon[89801]: osdmap e2968: 8 total, 8 up, 8 in 2024-07-27T19:55:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:56 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:55:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:56 smithi179 ceph-mon[89801]: pgmap v5525: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 814 KiB/s rd, 41 KiB/s wr, 1.04k op/s 2024-07-27T19:55:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:56 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:55:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:56 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:55:56.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:56 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:55:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:56 smithi029 ceph-mon[96870]: osdmap e2968: 8 total, 8 up, 8 in 2024-07-27T19:55:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:56 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:55:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:56 smithi029 ceph-mon[96870]: pgmap v5525: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 814 KiB/s rd, 41 KiB/s wr, 1.04k op/s 2024-07-27T19:55:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:56 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:55:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:56 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:55:56.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:56 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:55:56.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:56 smithi029 ceph-mon[99353]: osdmap e2968: 8 total, 8 up, 8 in 2024-07-27T19:55:56.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:56 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:55:56.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:56 smithi029 ceph-mon[99353]: pgmap v5525: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 814 KiB/s rd, 41 KiB/s wr, 1.04k op/s 2024-07-27T19:55:56.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:56 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:55:56.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:56 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:55:56.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:56 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:55:57.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:57 smithi179 ceph-mon[89801]: osdmap e2969: 8 total, 8 up, 8 in 2024-07-27T19:55:57.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:57 smithi029 ceph-mon[96870]: osdmap e2969: 8 total, 8 up, 8 in 2024-07-27T19:55:57.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:57 smithi029 ceph-mon[99353]: osdmap e2969: 8 total, 8 up, 8 in 2024-07-27T19:55:58.494 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMigration::test_migration_clone_v2_to_v1 PASSED [ 97%] 2024-07-27T19:55:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:58 smithi179 ceph-mon[89801]: osdmap e2970: 8 total, 8 up, 8 in 2024-07-27T19:55:58.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:58 smithi179 ceph-mon[89801]: pgmap v5528: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 786 KiB/s rd, 44 KiB/s wr, 1.01k op/s 2024-07-27T19:55:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:58 smithi029 ceph-mon[96870]: osdmap e2970: 8 total, 8 up, 8 in 2024-07-27T19:55:58.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:58 smithi029 ceph-mon[96870]: pgmap v5528: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 786 KiB/s rd, 44 KiB/s wr, 1.01k op/s 2024-07-27T19:55:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:58 smithi029 ceph-mon[99353]: osdmap e2970: 8 total, 8 up, 8 in 2024-07-27T19:55:58.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:58 smithi029 ceph-mon[99353]: pgmap v5528: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 786 KiB/s rd, 44 KiB/s wr, 1.01k op/s 2024-07-27T19:55:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:59 smithi179 ceph-mon[89801]: osdmap e2971: 8 total, 8 up, 8 in 2024-07-27T19:55:59.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:55:59 smithi179 ceph-mon[89801]: osdmap e2972: 8 total, 8 up, 8 in 2024-07-27T19:55:59.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:59 smithi029 ceph-mon[96870]: osdmap e2971: 8 total, 8 up, 8 in 2024-07-27T19:55:59.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:55:59 smithi029 ceph-mon[96870]: osdmap e2972: 8 total, 8 up, 8 in 2024-07-27T19:55:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:59 smithi029 ceph-mon[99353]: osdmap e2971: 8 total, 8 up, 8 in 2024-07-27T19:55:59.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:55:59 smithi029 ceph-mon[99353]: osdmap e2972: 8 total, 8 up, 8 in 2024-07-27T19:56:00.504 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMigration::test_migration_clone_v2_to_v2 PASSED [ 97%] 2024-07-27T19:56:00.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:00 smithi179 ceph-mon[89801]: pgmap v5531: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 692 KiB/s rd, 34 KiB/s wr, 893 op/s 2024-07-27T19:56:00.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:00 smithi029 ceph-mon[96870]: pgmap v5531: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 692 KiB/s rd, 34 KiB/s wr, 893 op/s 2024-07-27T19:56:00.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:00 smithi029 ceph-mon[99353]: pgmap v5531: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 692 KiB/s rd, 34 KiB/s wr, 893 op/s 2024-07-27T19:56:01.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:01 smithi029 ceph-mon[96870]: osdmap e2973: 8 total, 8 up, 8 in 2024-07-27T19:56:01.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:01 smithi029 ceph-mon[99353]: osdmap e2973: 8 total, 8 up, 8 in 2024-07-27T19:56:01.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:01 smithi179 ceph-mon[89801]: osdmap e2973: 8 total, 8 up, 8 in 2024-07-27T19:56:02.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:02 smithi029 ceph-mon[96870]: osdmap e2974: 8 total, 8 up, 8 in 2024-07-27T19:56:02.652 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:02 smithi029 ceph-mon[96870]: pgmap v5534: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 600 KiB/s rd, 28 KiB/s wr, 754 op/s 2024-07-27T19:56:02.653 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:56:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:56:02] "GET /metrics HTTP/1.1" 200 36722 "" "Prometheus/2.43.0" 2024-07-27T19:56:02.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:02 smithi029 ceph-mon[99353]: osdmap e2974: 8 total, 8 up, 8 in 2024-07-27T19:56:02.653 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:02 smithi029 ceph-mon[99353]: pgmap v5534: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 600 KiB/s rd, 28 KiB/s wr, 754 op/s 2024-07-27T19:56:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:02 smithi179 ceph-mon[89801]: osdmap e2974: 8 total, 8 up, 8 in 2024-07-27T19:56:02.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:02 smithi179 ceph-mon[89801]: pgmap v5534: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 600 KiB/s rd, 28 KiB/s wr, 754 op/s 2024-07-27T19:56:03.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:03 smithi029 ceph-mon[96870]: osdmap e2975: 8 total, 8 up, 8 in 2024-07-27T19:56:03.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:03 smithi029 ceph-mon[99353]: osdmap e2975: 8 total, 8 up, 8 in 2024-07-27T19:56:03.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:03 smithi179 ceph-mon[89801]: osdmap e2975: 8 total, 8 up, 8 in 2024-07-27T19:56:04.510 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMigration::test_migration_import PASSED [ 98%] 2024-07-27T19:56:04.732 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMigration::test_migration_with_progress PASSED [ 98%] 2024-07-27T19:56:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:04 smithi029 ceph-mon[96870]: osdmap e2976: 8 total, 8 up, 8 in 2024-07-27T19:56:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:04 smithi029 ceph-mon[96870]: pgmap v5537: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 352 KiB/s rd, 19 KiB/s wr, 465 op/s 2024-07-27T19:56:04.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:04 smithi029 ceph-mon[96870]: osdmap e2977: 8 total, 8 up, 8 in 2024-07-27T19:56:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:04 smithi029 ceph-mon[99353]: osdmap e2976: 8 total, 8 up, 8 in 2024-07-27T19:56:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:04 smithi029 ceph-mon[99353]: pgmap v5537: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 352 KiB/s rd, 19 KiB/s wr, 465 op/s 2024-07-27T19:56:04.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:04 smithi029 ceph-mon[99353]: osdmap e2977: 8 total, 8 up, 8 in 2024-07-27T19:56:04.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:04 smithi179 ceph-mon[89801]: osdmap e2976: 8 total, 8 up, 8 in 2024-07-27T19:56:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:04 smithi179 ceph-mon[89801]: pgmap v5537: 137 pgs: 137 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 352 KiB/s rd, 19 KiB/s wr, 465 op/s 2024-07-27T19:56:04.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:04 smithi179 ceph-mon[89801]: osdmap e2977: 8 total, 8 up, 8 in 2024-07-27T19:56:04.913 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMigration::test_migrate_abort PASSED [ 99%] 2024-07-27T19:56:05.444 INFO:tasks.workunit.client.0.smithi029.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py::TestMigration::test_migrate_abort_with_progress PASSED [100%] 2024-07-27T19:56:05.444 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout:=============================== warnings summary =============================== 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout:test_rbd.py::test_remove_with_progress_except 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout: /usr/lib/python3.9/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored in: 'rbd.progress_callback' 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout: Traceback (most recent call last): 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout: File "/home/ubuntu/cephtest/clone.client.0/src/test/pybind/test_rbd.py", line 425, in progress_cb 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout: raise Exception() 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout: Exception 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout: warnings.warn(pytest.PytestUnraisableExceptionWarning(msg)) 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout:-- Docs: https://docs.pytest.org/en/stable/warnings.html 2024-07-27T19:56:05.445 INFO:tasks.workunit.client.0.smithi029.stdout:============ 177 passed, 8 skipped, 1 warning in 687.76s (0:11:27) ============= 2024-07-27T19:56:05.471 INFO:tasks.workunit.client.0.smithi029.stderr:+ exit 0 2024-07-27T19:56:05.471 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T19:56:05.471 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T19:56:05.500 INFO:tasks.workunit:Stopping ['rbd/test_librbd_python.sh'] on client.0... 2024-07-27T19:56:05.500 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2024-07-27T19:56:05.771 DEBUG:teuthology.parallel:result is None 2024-07-27T19:56:05.771 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T19:56:05.797 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T19:56:05.798 DEBUG:teuthology.orchestra.run.smithi029:> rmdir -- /home/ubuntu/cephtest/mnt.0 2024-07-27T19:56:05.854 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T19:56:05.854 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2024-07-27T19:56:05.854 INFO:teuthology.task.print:**** done end test_rbd_python.yaml 2024-07-27T19:56:05.854 DEBUG:teuthology.parallel:result is None 2024-07-27T19:56:05.854 INFO:teuthology.run_tasks:Running task print... 2024-07-27T19:56:05.866 INFO:teuthology.task.print:**** done end parallel 2024-07-27T19:56:05.866 INFO:teuthology.run_tasks:Running task print... 2024-07-27T19:56:05.931 INFO:teuthology.task.print:**** done start telemetry x... 2024-07-27T19:56:05.931 INFO:teuthology.run_tasks:Running task workunit... 2024-07-27T19:56:05.961 INFO:tasks.workunit:Pulling workunits from ref 4b230446d7be021d836dfefaff290f6673dd2502 2024-07-27T19:56:05.961 INFO:tasks.workunit:Making a separate scratch dir for every client... 2024-07-27T19:56:05.961 DEBUG:teuthology.orchestra.run.smithi029:> stat -- /home/ubuntu/cephtest/mnt.0 2024-07-27T19:56:05.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T19:56:05.978 INFO:teuthology.orchestra.run.smithi029.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2024-07-27T19:56:05.978 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -- /home/ubuntu/cephtest/mnt.0 2024-07-27T19:56:06.035 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2024-07-27T19:56:06.035 DEBUG:teuthology.orchestra.run.smithi029:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2024-07-27T19:56:06.092 INFO:tasks.workunit:timeout=3h 2024-07-27T19:56:06.092 INFO:tasks.workunit:cleanup=True 2024-07-27T19:56:06.092 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone https://git.ceph.com/ceph.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 && git checkout 4b230446d7be021d836dfefaff290f6673dd2502 2024-07-27T19:56:06.150 INFO:tasks.workunit.client.0.smithi029.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2024-07-27T19:56:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:06 smithi029 ceph-mon[96870]: osdmap e2978: 8 total, 8 up, 8 in 2024-07-27T19:56:06.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:06 smithi029 ceph-mon[96870]: pgmap v5540: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:06 smithi029 ceph-mon[99353]: osdmap e2978: 8 total, 8 up, 8 in 2024-07-27T19:56:06.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:06 smithi029 ceph-mon[99353]: pgmap v5540: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:06 smithi179 ceph-mon[89801]: osdmap e2978: 8 total, 8 up, 8 in 2024-07-27T19:56:06.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:06 smithi179 ceph-mon[89801]: pgmap v5540: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:08 smithi029 ceph-mon[96870]: pgmap v5541: 105 pgs: 105 active+clean; 4.6 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:09.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:56:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:08 smithi029 ceph-mon[99353]: pgmap v5541: 105 pgs: 105 active+clean; 4.6 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:09.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:56:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:08 smithi179 ceph-mon[89801]: pgmap v5541: 105 pgs: 105 active+clean; 4.6 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:09.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:56:11.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:10 smithi029 ceph-mon[96870]: pgmap v5542: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:11.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:10 smithi029 ceph-mon[99353]: pgmap v5542: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:11.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:10 smithi179 ceph-mon[89801]: pgmap v5542: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:56:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:56:12] "GET /metrics HTTP/1.1" 200 34244 "" "Prometheus/2.43.0" 2024-07-27T19:56:13.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:12 smithi029 ceph-mon[96870]: pgmap v5543: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:13.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:12 smithi029 ceph-mon[99353]: pgmap v5543: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:13.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:12 smithi179 ceph-mon[89801]: pgmap v5543: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:15.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:14 smithi029 ceph-mon[96870]: pgmap v5544: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:15.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:14 smithi029 ceph-mon[99353]: pgmap v5544: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:15.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:14 smithi179 ceph-mon[89801]: pgmap v5544: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:17.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:16 smithi029 ceph-mon[96870]: pgmap v5545: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:17.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:16 smithi029 ceph-mon[99353]: pgmap v5545: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:17.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:16 smithi179 ceph-mon[89801]: pgmap v5545: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:19.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:18 smithi029 ceph-mon[96870]: pgmap v5546: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:19.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:18 smithi029 ceph-mon[99353]: pgmap v5546: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:19.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:18 smithi179 ceph-mon[89801]: pgmap v5546: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:21.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:20 smithi029 ceph-mon[96870]: pgmap v5547: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:21.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:20 smithi029 ceph-mon[99353]: pgmap v5547: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:21.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:20 smithi179 ceph-mon[89801]: pgmap v5547: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:22.750 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:56:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:56:22] "GET /metrics HTTP/1.1" 200 34244 "" "Prometheus/2.43.0" 2024-07-27T19:56:23.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:22 smithi029 ceph-mon[96870]: pgmap v5548: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:23.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:22 smithi029 ceph-mon[99353]: pgmap v5548: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:23.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:22 smithi179 ceph-mon[89801]: pgmap v5548: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:24.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:23 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:56:24.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:23 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:56:24.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:23 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:56:25.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:24 smithi029 ceph-mon[96870]: pgmap v5549: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:24 smithi029 ceph-mon[99353]: pgmap v5549: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:24 smithi179 ceph-mon[89801]: pgmap v5549: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:27.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:26 smithi029 ceph-mon[96870]: pgmap v5550: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:27.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:26 smithi029 ceph-mon[99353]: pgmap v5550: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:27.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:26 smithi179 ceph-mon[89801]: pgmap v5550: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:29.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:28 smithi029 ceph-mon[96870]: pgmap v5551: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:29.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:28 smithi029 ceph-mon[99353]: pgmap v5551: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:29.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:28 smithi179 ceph-mon[89801]: pgmap v5551: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:31.250 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:30 smithi029 ceph-mon[96870]: pgmap v5552: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:31.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:30 smithi029 ceph-mon[99353]: pgmap v5552: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:31.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:30 smithi179 ceph-mon[89801]: pgmap v5552: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:32.750 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:56:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:56:32] "GET /metrics HTTP/1.1" 200 34242 "" "Prometheus/2.43.0" 2024-07-27T19:56:33.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:33 smithi029 ceph-mon[96870]: pgmap v5553: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:33.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:33 smithi179 ceph-mon[89801]: pgmap v5553: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:33.500 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:33 smithi029 ceph-mon[99353]: pgmap v5553: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:35 smithi179 ceph-mon[89801]: pgmap v5554: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:35.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:35 smithi029 ceph-mon[96870]: pgmap v5554: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:35.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:35 smithi029 ceph-mon[99353]: pgmap v5554: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:37.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:37 smithi179 ceph-mon[89801]: pgmap v5555: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:37.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:37 smithi029 ceph-mon[96870]: pgmap v5555: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:37.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:37 smithi029 ceph-mon[99353]: pgmap v5555: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:39.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:39 smithi179 ceph-mon[89801]: pgmap v5556: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:39.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:39 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:56:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:39 smithi029 ceph-mon[96870]: pgmap v5556: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:39.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:39 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:56:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:39 smithi029 ceph-mon[99353]: pgmap v5556: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:39.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:39 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:56:41.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:41 smithi179 ceph-mon[89801]: pgmap v5557: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:41.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:41 smithi029 ceph-mon[96870]: pgmap v5557: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:41.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:41 smithi029 ceph-mon[99353]: pgmap v5557: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:42.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:56:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:56:42] "GET /metrics HTTP/1.1" 200 34243 "" "Prometheus/2.43.0" 2024-07-27T19:56:43.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:43 smithi179 ceph-mon[89801]: pgmap v5558: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:43.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:43 smithi029 ceph-mon[96870]: pgmap v5558: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:43.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:43 smithi029 ceph-mon[99353]: pgmap v5558: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:45.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:45 smithi179 ceph-mon[89801]: pgmap v5559: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:45.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:45 smithi029 ceph-mon[96870]: pgmap v5559: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:45.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:45 smithi029 ceph-mon[99353]: pgmap v5559: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:47.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:47 smithi179 ceph-mon[89801]: pgmap v5560: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:47.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:47 smithi029 ceph-mon[96870]: pgmap v5560: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:47.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:47 smithi029 ceph-mon[99353]: pgmap v5560: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:49.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:49 smithi179 ceph-mon[89801]: pgmap v5561: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:49.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:49 smithi029 ceph-mon[96870]: pgmap v5561: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:49.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:49 smithi029 ceph-mon[99353]: pgmap v5561: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:51.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:51 smithi179 ceph-mon[89801]: pgmap v5562: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:51.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:51 smithi029 ceph-mon[96870]: pgmap v5562: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:51.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:51 smithi029 ceph-mon[99353]: pgmap v5562: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:52.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:56:52 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:56:52] "GET /metrics HTTP/1.1" 200 34243 "" "Prometheus/2.43.0" 2024-07-27T19:56:53.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:53 smithi179 ceph-mon[89801]: pgmap v5563: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:53.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:53 smithi029 ceph-mon[96870]: pgmap v5563: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:53.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:53 smithi029 ceph-mon[99353]: pgmap v5563: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:54.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:54 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:56:54.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:54 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:56:54.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:54 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:56:55.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:55 smithi179 ceph-mon[89801]: pgmap v5564: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:55.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:55 smithi029 ceph-mon[96870]: pgmap v5564: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:55.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:55 smithi029 ceph-mon[99353]: pgmap v5564: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:57 smithi179 ceph-mon[89801]: pgmap v5565: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:57 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:56:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:57 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:56:57.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:57 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:56:57.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:57 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:56:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:57 smithi029 ceph-mon[96870]: pgmap v5565: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:57 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:56:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:57 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:56:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:57 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:56:57.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:57 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:56:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:57 smithi029 ceph-mon[99353]: pgmap v5565: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:57 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:56:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:57 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:56:57.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:57 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:56:57.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:57 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:56:59.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:56:59 smithi179 ceph-mon[89801]: pgmap v5566: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:59.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:56:59 smithi029 ceph-mon[96870]: pgmap v5566: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:56:59.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:56:59 smithi029 ceph-mon[99353]: pgmap v5566: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:01.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:01 smithi179 ceph-mon[89801]: pgmap v5567: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:01.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:01 smithi029 ceph-mon[96870]: pgmap v5567: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:01.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:01 smithi029 ceph-mon[99353]: pgmap v5567: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:01.707 INFO:tasks.workunit.client.0.smithi029.stderr:Updating files: 95% (12162/12778) Updating files: 96% (12267/12778) Updating files: 97% (12395/12778) Updating files: 98% (12523/12778) Updating files: 99% (12651/12778) Updating files: 100% (12778/12778) Updating files: 100% (12778/12778), done. 2024-07-27T19:57:02.497 INFO:tasks.workunit.client.0.smithi029.stderr:Note: switching to '4b230446d7be021d836dfefaff290f6673dd2502'. 2024-07-27T19:57:02.497 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T19:57:02.497 INFO:tasks.workunit.client.0.smithi029.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2024-07-27T19:57:02.497 INFO:tasks.workunit.client.0.smithi029.stderr:changes and commit them, and you can discard any commits you make in this 2024-07-27T19:57:02.497 INFO:tasks.workunit.client.0.smithi029.stderr:state without impacting any branches by switching back to a branch. 2024-07-27T19:57:02.497 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T19:57:02.497 INFO:tasks.workunit.client.0.smithi029.stderr:If you want to create a new branch to retain commits you create, you may 2024-07-27T19:57:02.497 INFO:tasks.workunit.client.0.smithi029.stderr:do so (now or later) by using -c with the switch command. Example: 2024-07-27T19:57:02.497 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T19:57:02.498 INFO:tasks.workunit.client.0.smithi029.stderr: git switch -c 2024-07-27T19:57:02.498 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T19:57:02.498 INFO:tasks.workunit.client.0.smithi029.stderr:Or undo this operation with: 2024-07-27T19:57:02.498 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T19:57:02.498 INFO:tasks.workunit.client.0.smithi029.stderr: git switch - 2024-07-27T19:57:02.498 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T19:57:02.498 INFO:tasks.workunit.client.0.smithi029.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2024-07-27T19:57:02.498 INFO:tasks.workunit.client.0.smithi029.stderr: 2024-07-27T19:57:02.498 INFO:tasks.workunit.client.0.smithi029.stderr:HEAD is now at 4b230446d7b Merge pull request #58418 from ceph/squid-release 2024-07-27T19:57:02.501 DEBUG:teuthology.orchestra.run.smithi029:> cd -- /home/ubuntu/cephtest/clone.client.0/qa/workunits && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\0' >/home/ubuntu/cephtest/workunits.list.client.0 2024-07-27T19:57:02.557 INFO:tasks.workunit.client.0.smithi029.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2024-07-27T19:57:02.559 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-07-27T19:57:02.559 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2024-07-27T19:57:02.609 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2024-07-27T19:57:02.660 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2024-07-27T19:57:02.701 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-07-27T19:57:02.702 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-07-27T19:57:02.702 INFO:tasks.workunit.client.0.smithi029.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2024-07-27T19:57:02.743 INFO:tasks.workunit.client.0.smithi029.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-07-27T19:57:02.747 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-07-27T19:57:02.747 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2024-07-27T19:57:02.750 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:57:02] "GET /metrics HTTP/1.1" 200 34241 "" "Prometheus/2.43.0" 2024-07-27T19:57:02.767 INFO:tasks.workunit:Running workunits matching test_telemetry_reef_x.sh on client.0... 2024-07-27T19:57:02.768 INFO:tasks.workunit:Running workunit test_telemetry_reef_x.sh... 2024-07-27T19:57:02.768 DEBUG:teuthology.orchestra.run.smithi029:workunit test test_telemetry_reef_x.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=4b230446d7be021d836dfefaff290f6673dd2502 TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/test_telemetry_reef_x.sh 2024-07-27T19:57:02.827 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry on --license sharing-1-0 2024-07-27T19:57:03.358 INFO:tasks.workunit.client.0.smithi029.stdout:Telemetry is on. 2024-07-27T19:57:03.370 INFO:tasks.workunit.client.0.smithi029.stderr:++ ceph config get mgr mgr/telemetry/last_opt_revision 2024-07-27T19:57:03.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:03 smithi179 ceph-mon[89801]: pgmap v5568: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:03.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:03 smithi029 ceph-mon[96870]: pgmap v5568: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:03.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:03 smithi029 ceph-mon[99353]: pgmap v5568: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:03.783 INFO:tasks.workunit.client.0.smithi029.stderr:+ LAST_OPT_REVISION=1 2024-07-27T19:57:03.783 INFO:tasks.workunit.client.0.smithi029.stderr:+ '[' 1 -ne 1 ']' 2024-07-27T19:57:03.783 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph -s 2024-07-27T19:57:04.326 INFO:tasks.workunit.client.0.smithi029.stdout: cluster: 2024-07-27T19:57:04.326 INFO:tasks.workunit.client.0.smithi029.stdout: id: 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: health: HEALTH_OK 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: services: 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: mon: 3 daemons, quorum a,b,c (age 93m) 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: mgr: y(active, since 93m), standbys: x 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: mds: 1/1 daemons up, 1 standby 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: osd: 8 osds: 8 up (since 88m), 8 in (since 101m) 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: data: 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: volumes: 1/1 healthy 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: pools: 4 pools, 105 pgs 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: objects: 28 objects, 4.6 MiB 2024-07-27T19:57:04.327 INFO:tasks.workunit.client.0.smithi029.stdout: usage: 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:04.328 INFO:tasks.workunit.client.0.smithi029.stdout: pgs: 105 active+clean 2024-07-27T19:57:04.328 INFO:tasks.workunit.client.0.smithi029.stdout: 2024-07-27T19:57:04.337 INFO:tasks.workunit.client.0.smithi029.stderr:++ ceph telemetry collection ls 2024-07-27T19:57:04.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='client.46022 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: pgmap v5569: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.504 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='client.46022 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:04.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:04.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:04.504 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: pgmap v5569: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.505 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.506 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:04.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:04.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:04.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:04.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.507 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.509 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.509 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.509 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.509 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.509 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.509 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:04.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:04.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:04.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:04.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.510 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3758230178' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-07-27T19:57:04.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3758230178' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-07-27T19:57:04.512 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4268938753' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-07-27T19:57:04.512 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.513 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3758230178' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-07-27T19:57:04.513 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3758230178' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-07-27T19:57:04.513 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:04 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4268938753' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-07-27T19:57:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='client.46022 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:04.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:04.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: pgmap v5569: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:04.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:04.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:04.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.664 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.665 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.666 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.667 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:04.667 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:04.667 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:04.667 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:04.667 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.667 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.667 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.667 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.668 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.668 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.668 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.668 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.668 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.668 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.668 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.668 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.669 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.669 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.669 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.669 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.669 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.669 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.669 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.669 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:04.669 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:04.670 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:04.670 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:04.670 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:04.670 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3758230178' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-07-27T19:57:04.670 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3758230178' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-07-27T19:57:04.670 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:04 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4268938753' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-07-27T19:57:04.856 INFO:tasks.workunit.client.0.smithi029.stderr:+ COLLECTIONS='NAME STATUS DESC 2024-07-27T19:57:04.856 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T19:57:04.856 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata REPORTING MDS metadata 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_flags REPORTING Per-pool flags 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:device_base REPORTING Information about device health metrics 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base REPORTING User-provided identifying information about the cluster 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf REPORTING Information about performance counters of the cluster ' 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:+ NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage" "basic_rook_v01" "perf_memory_metrics" "basic_pool_flags") 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2024-07-27T19:57:04.857 INFO:tasks.workunit.client.0.smithi029.stderr:+ [[ NAME STATUS DESC 2024-07-27T19:57:04.858 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T19:57:04.858 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata REPORTING MDS metadata 2024-07-27T19:57:04.858 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_flags REPORTING Per-pool flags 2024-07-27T19:57:04.858 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2024-07-27T19:57:04.858 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2024-07-27T19:57:04.858 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2024-07-27T19:57:04.858 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2024-07-27T19:57:04.858 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T19:57:04.858 INFO:tasks.workunit.client.0.smithi029.stderr:device_base REPORTING Information about device health metrics 2024-07-27T19:57:04.859 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base REPORTING User-provided identifying information about the cluster 2024-07-27T19:57:04.859 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2024-07-27T19:57:04.859 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf REPORTING Information about performance counters of the cluster == *perf_perf* ]] 2024-07-27T19:57:04.859 INFO:tasks.workunit.client.0.smithi029.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2024-07-27T19:57:04.859 INFO:tasks.workunit.client.0.smithi029.stderr:+ [[ NAME STATUS DESC 2024-07-27T19:57:04.859 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata REPORTING MDS metadata 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_flags REPORTING Per-pool flags 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:device_base REPORTING Information about device health metrics 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base REPORTING User-provided identifying information about the cluster 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_mds_metadata* ]] 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2024-07-27T19:57:04.860 INFO:tasks.workunit.client.0.smithi029.stderr:+ [[ NAME STATUS DESC 2024-07-27T19:57:04.861 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T19:57:04.861 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata REPORTING MDS metadata 2024-07-27T19:57:04.861 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_flags REPORTING Per-pool flags 2024-07-27T19:57:04.861 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2024-07-27T19:57:04.861 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2024-07-27T19:57:04.861 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2024-07-27T19:57:04.861 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2024-07-27T19:57:04.861 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T19:57:04.861 INFO:tasks.workunit.client.0.smithi029.stderr:device_base REPORTING Information about device health metrics 2024-07-27T19:57:04.861 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base REPORTING User-provided identifying information about the cluster 2024-07-27T19:57:04.862 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2024-07-27T19:57:04.862 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_pool_usage* ]] 2024-07-27T19:57:04.862 INFO:tasks.workunit.client.0.smithi029.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2024-07-27T19:57:04.862 INFO:tasks.workunit.client.0.smithi029.stderr:+ [[ NAME STATUS DESC 2024-07-27T19:57:04.862 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T19:57:04.862 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata REPORTING MDS metadata 2024-07-27T19:57:04.862 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_flags REPORTING Per-pool flags 2024-07-27T19:57:04.862 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2024-07-27T19:57:04.862 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2024-07-27T19:57:04.862 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2024-07-27T19:57:04.862 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2024-07-27T19:57:04.862 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:device_base REPORTING Information about device health metrics 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base REPORTING User-provided identifying information about the cluster 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_rook_v01* ]] 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:+ [[ NAME STATUS DESC 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata REPORTING MDS metadata 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_flags REPORTING Per-pool flags 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2024-07-27T19:57:04.863 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:device_base REPORTING Information about device health metrics 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base REPORTING User-provided identifying information about the cluster 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf REPORTING Information about performance counters of the cluster == *perf_memory_metrics* ]] 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:+ [[ NAME STATUS DESC 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:basic_mds_metadata REPORTING MDS metadata 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_flags REPORTING Per-pool flags 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2024-07-27T19:57:04.864 INFO:tasks.workunit.client.0.smithi029.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2024-07-27T19:57:04.865 INFO:tasks.workunit.client.0.smithi029.stderr:device_base REPORTING Information about device health metrics 2024-07-27T19:57:04.865 INFO:tasks.workunit.client.0.smithi029.stderr:ident_base REPORTING User-provided identifying information about the cluster 2024-07-27T19:57:04.865 INFO:tasks.workunit.client.0.smithi029.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2024-07-27T19:57:04.865 INFO:tasks.workunit.client.0.smithi029.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_pool_flags* ]] 2024-07-27T19:57:04.865 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry preview 2024-07-27T19:57:05.360 INFO:tasks.workunit.client.0.smithi029.stdout:Telemetry is up to date, see report with `ceph telemetry show`. 2024-07-27T19:57:05.371 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry preview-device 2024-07-27T19:57:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:05 smithi029 ceph-mon[96870]: from='client.46022 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:05 smithi029 ceph-mon[96870]: Health check cleared: TELEMETRY_CHANGED (was: Telemetry requires re-opt-in) 2024-07-27T19:57:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:05 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T19:57:05.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:05 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/4268938753' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-07-27T19:57:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:05 smithi029 ceph-mon[99353]: from='client.46022 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:05 smithi029 ceph-mon[99353]: Health check cleared: TELEMETRY_CHANGED (was: Telemetry requires re-opt-in) 2024-07-27T19:57:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:05 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T19:57:05.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:05 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/4268938753' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-07-27T19:57:05.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:05 smithi179 ceph-mon[89801]: from='client.46022 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:05.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:05 smithi179 ceph-mon[89801]: Health check cleared: TELEMETRY_CHANGED (was: Telemetry requires re-opt-in) 2024-07-27T19:57:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:05 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T19:57:05.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:05 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/4268938753' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-07-27T19:57:05.877 INFO:tasks.workunit.client.0.smithi029.stdout:device channel is on and up to date, see report with `ceph telemetry show-device`. 2024-07-27T19:57:05.887 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry preview-all 2024-07-27T19:57:06.388 INFO:tasks.workunit.client.0.smithi029.stdout:Telemetry is up to date, see report with `ceph telemetry show`. 2024-07-27T19:57:06.400 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry show 2024-07-27T19:57:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:06 smithi029 ceph-mon[99353]: from='client.46052 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:06 smithi029 ceph-mon[99353]: from='client.46052 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:06 smithi029 ceph-mon[99353]: pgmap v5570: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-07-27T19:57:06.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:06 smithi029 ceph-mon[99353]: from='client.36186 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:06 smithi029 ceph-mon[96870]: from='client.46052 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:06.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:06 smithi029 ceph-mon[96870]: from='client.46052 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:06.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:06 smithi029 ceph-mon[96870]: pgmap v5570: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-07-27T19:57:06.502 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:06 smithi029 ceph-mon[96870]: from='client.36186 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:06.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:06 smithi179 ceph-mon[89801]: from='client.46052 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:06 smithi179 ceph-mon[89801]: from='client.46052 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:06 smithi179 ceph-mon[89801]: pgmap v5570: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-07-27T19:57:06.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:06 smithi179 ceph-mon[89801]: from='client.36186 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:07.136 INFO:tasks.workunit.client.0.smithi029.stdout:{ 2024-07-27T19:57:07.136 INFO:tasks.workunit.client.0.smithi029.stdout: "balancer": { 2024-07-27T19:57:07.136 INFO:tasks.workunit.client.0.smithi029.stdout: "active": true, 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: "mode": "" 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: "channels": [ 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: "basic", 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: "crash", 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: "device", 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: "ident", 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: "perf" 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: "channels_available": [ 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: "basic", 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: "ident", 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: "crash", 2024-07-27T19:57:07.137 INFO:tasks.workunit.client.0.smithi029.stdout: "device", 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "perf" 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "collections_available": [ 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_base", 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "device_base", 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "crash_base", 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "ident_base", 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_perf", 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_mds_metadata", 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_usage", 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_usage_by_class", 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_rook_v01", 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_memory_metrics", 2024-07-27T19:57:07.138 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_options_bluestore", 2024-07-27T19:57:07.139 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_flags" 2024-07-27T19:57:07.139 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.139 INFO:tasks.workunit.client.0.smithi029.stdout: "collections_opted_in": [ 2024-07-27T19:57:07.139 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_base", 2024-07-27T19:57:07.139 INFO:tasks.workunit.client.0.smithi029.stdout: "device_base", 2024-07-27T19:57:07.139 INFO:tasks.workunit.client.0.smithi029.stdout: "crash_base", 2024-07-27T19:57:07.139 INFO:tasks.workunit.client.0.smithi029.stdout: "ident_base", 2024-07-27T19:57:07.139 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_perf", 2024-07-27T19:57:07.139 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_mds_metadata", 2024-07-27T19:57:07.139 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_usage", 2024-07-27T19:57:07.139 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_usage_by_class", 2024-07-27T19:57:07.139 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_rook_v01", 2024-07-27T19:57:07.140 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_memory_metrics", 2024-07-27T19:57:07.140 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_options_bluestore", 2024-07-27T19:57:07.140 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_flags" 2024-07-27T19:57:07.140 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.140 INFO:tasks.workunit.client.0.smithi029.stdout: "config": { 2024-07-27T19:57:07.140 INFO:tasks.workunit.client.0.smithi029.stdout: "active_changed": [ 2024-07-27T19:57:07.140 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_allow_insecure_global_id_reclaim", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_debug", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_mon_ticket_ttl", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_service_ticket_ttl", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "bdev_debug_aio", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "client_check_pool_perm", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "client_mount_gid", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "client_mount_uid", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "client_quota", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "container_image", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "daemonize", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_asserts_on_shutdown", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mgr", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mon", 2024-07-27T19:57:07.141 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_ms", 2024-07-27T19:57:07.142 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_osd", 2024-07-27T19:57:07.142 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_paxos", 2024-07-27T19:57:07.142 INFO:tasks.workunit.client.0.smithi029.stdout: "keyring", 2024-07-27T19:57:07.142 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_file", 2024-07-27T19:57:07.142 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_journald", 2024-07-27T19:57:07.142 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_stderr", 2024-07-27T19:57:07.142 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_allow_pool_delete", 2024-07-27T19:57:07.142 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_clock_drift_allowed", 2024-07-27T19:57:07.142 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_file_level", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_file", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_journald", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_stderr", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_data_avail_warn", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_election_default_strategy", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_host", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_max_pg_per_osd", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mds_skip_sanity", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mgr_mkfs_grace", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_prime_pg_temp", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_reporter_subtree_level", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_pg_warn_max_object_skew", 2024-07-27T19:57:07.143 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_bytes_per_osd", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_pgs_per_osd", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_legacy_crush_tunables", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_too_few_osds", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_bug", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_old_message", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "no_config_file", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_default_list", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_load_list", 2024-07-27T19:57:07.144 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_misdirected_ops", 2024-07-27T19:57:07.145 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_op_order", 2024-07-27T19:57:07.145 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_pg_log_writeout", 2024-07-27T19:57:07.145 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_shutdown", 2024-07-27T19:57:07.145 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_cached_snaps", 2024-07-27T19:57:07.145 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_missing_on_start", 2024-07-27T19:57:07.145 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_stray_on_activate", 2024-07-27T19:57:07.145 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_deep_scrub_update_digest_min_age", 2024-07-27T19:57:07.145 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep", 2024-07-27T19:57:07.145 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_hdd", 2024-07-27T19:57:07.145 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_hybrid", 2024-07-27T19:57:07.146 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_ssd", 2024-07-27T19:57:07.146 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_max_backfills", 2024-07-27T19:57:07.146 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_max_capacity_iops_ssd", 2024-07-27T19:57:07.146 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_profile", 2024-07-27T19:57:07.146 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2024-07-27T19:57:07.146 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_res", 2024-07-27T19:57:07.146 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2024-07-27T19:57:07.146 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_lim", 2024-07-27T19:57:07.146 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_res", 2024-07-27T19:57:07.146 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_lim", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_res", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_wgt", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target_autotune", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue_cut_off", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_erasure_code_profile", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_pg_autoscale_mode", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recover_clone_overlap", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active_hdd", 2024-07-27T19:57:07.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active_ssd", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_chunk", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_hdd", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_hybrid", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_ssd", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_load_threshold", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_max_interval", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_sleep", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_shutdown_pgref_assert", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_hdd", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_hybrid", 2024-07-27T19:57:07.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_ssd", 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "public_network", 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_config_pool_override_update_timestamp", 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_default_features", 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_qos_exclude_ops", 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "setgroup", 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "setuser" 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster_changed": [ 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_allow_insecure_global_id_reclaim", 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_debug", 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_mon_ticket_ttl", 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_service_ticket_ttl", 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "bdev_debug_aio", 2024-07-27T19:57:07.149 INFO:tasks.workunit.client.0.smithi029.stdout: "container_image", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_asserts_on_shutdown", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mgr", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mon", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_ms", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_osd", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_paxos", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_file", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_journald", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_stderr", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_join_fs", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/allow_ptrace", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/container_init", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/migration_current", 2024-07-27T19:57:07.150 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/use_repo_digest", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/GRAFANA_API_URL", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/ssl_server_port", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/orchestrator/orchestrator", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/channel_ident", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/channel_perf", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/description", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/enabled", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/organization", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_allow_pool_delete", 2024-07-27T19:57:07.151 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_clock_drift_allowed", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_file_level", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_file", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_data_avail_warn", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_election_default_strategy", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_max_pg_per_osd", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mds_skip_sanity", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mgr_mkfs_grace", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_prime_pg_temp", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_reporter_subtree_level", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_pg_warn_max_object_skew", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_bytes_per_osd", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_pgs_per_osd", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-07-27T19:57:07.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-07-27T19:57:07.153 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_legacy_crush_tunables", 2024-07-27T19:57:07.153 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-07-27T19:57:07.153 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-07-27T19:57:07.153 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_too_few_osds", 2024-07-27T19:57:07.153 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_bug", 2024-07-27T19:57:07.153 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_old_message", 2024-07-27T19:57:07.153 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_default_list", 2024-07-27T19:57:07.153 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_load_list", 2024-07-27T19:57:07.153 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_misdirected_ops", 2024-07-27T19:57:07.153 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_op_order", 2024-07-27T19:57:07.153 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_pg_log_writeout", 2024-07-27T19:57:07.153 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_shutdown", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_cached_snaps", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_missing_on_start", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_stray_on_activate", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_deep_scrub_update_digest_min_age", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_max_capacity_iops_ssd", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_profile", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target_autotune", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue_cut_off", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_erasure_code_profile", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_pg_autoscale_mode", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recover_clone_overlap", 2024-07-27T19:57:07.154 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_chunk", 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_load_threshold", 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_max_interval", 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_shutdown_pgref_assert", 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: "public_network", 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_config_pool_override_update_timestamp", 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_cache_enabled", 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_enable_ops_log", 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_enable_usage_log" 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: "contact": null, 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: "crashes": [], 2024-07-27T19:57:07.155 INFO:tasks.workunit.client.0.smithi029.stdout: "created": "2024-07-27T18:11:01.801618Z", 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: "crush": { 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_algs": { 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: "straw2": 3 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_sizes": { 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: "2": 1, 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: "4": 2 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_types": { 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: "1": 2, 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: "11": 1 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.156 INFO:tasks.workunit.client.0.smithi029.stdout: "compat_weight_set": false, 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "device_classes": [ 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: 8 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "num_buckets": 6, 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "num_devices": 8, 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "num_rules": 2, 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "num_types": 12, 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "num_weight_sets": 0, 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "tunables": { 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "allowed_bucket_algs": 54, 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_local_fallback_tries": 0, 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_local_tries": 0, 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_total_tries": 50, 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_descend_once": 1, 2024-07-27T19:57:07.157 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_stable": 1, 2024-07-27T19:57:07.158 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_vary_r": 1, 2024-07-27T19:57:07.158 INFO:tasks.workunit.client.0.smithi029.stdout: "has_msr_rules": 0, 2024-07-27T19:57:07.158 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v2_rules": 1, 2024-07-27T19:57:07.158 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v3_rules": 0, 2024-07-27T19:57:07.158 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v4_buckets": 1, 2024-07-27T19:57:07.158 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v5_rules": 0, 2024-07-27T19:57:07.158 INFO:tasks.workunit.client.0.smithi029.stdout: "legacy_tunables": 0, 2024-07-27T19:57:07.158 INFO:tasks.workunit.client.0.smithi029.stdout: "minimum_required_version": "jewel", 2024-07-27T19:57:07.158 INFO:tasks.workunit.client.0.smithi029.stdout: "msr_collision_tries": 100, 2024-07-27T19:57:07.158 INFO:tasks.workunit.client.0.smithi029.stdout: "msr_descents": 100, 2024-07-27T19:57:07.158 INFO:tasks.workunit.client.0.smithi029.stdout: "optimal_tunables": 1, 2024-07-27T19:57:07.158 INFO:tasks.workunit.client.0.smithi029.stdout: "profile": "jewel", 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables": 1, 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables2": 1, 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables3": 1, 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables5": 1, 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: "straw_calc_version": 1 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: "description": "upgrade test cluster", 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: "fs": { 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: "feature_flags": { 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: "enable_multiple": true, 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: "ever_enabled_multiple": true 2024-07-27T19:57:07.159 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: "filesystems": [ 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: "approx_ctime": "2024-07", 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: "balancer_enabled": false, 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_caps": 0, 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_dns": 10, 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_inos": 13, 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_subtrees": 2, 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: "ever_allowed_features": 0, 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: "explicitly_allowed_features": 0, 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: "files": 0, 2024-07-27T19:57:07.160 INFO:tasks.workunit.client.0.smithi029.stdout: "max_mds": 1, 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_data_pools": 1, 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_in": 1, 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_mds": 1, 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": 0, 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_standby_replay": 0, 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_up": 1, 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: "snaps": 0, 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: "standby_count_wanted": 0 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_standby_mds": 1, 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: "total_num_mds": 2 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.161 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_stats": { 2024-07-27T19:57:07.162 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T19:57:07.162 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T19:57:07.162 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 20733952, 2024-07-27T19:57:07.162 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 413784, 2024-07-27T19:57:07.162 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T19:57:07.162 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:07.162 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 458752, 2024-07-27T19:57:07.162 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 484, 2024-07-27T19:57:07.162 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.162 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 1502112, 2024-07-27T19:57:07.162 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 22, 2024-07-27T19:57:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 1041408, 2024-07-27T19:57:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 15155208, 2024-07-27T19:57:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 21192704 2024-07-27T19:57:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T19:57:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 20144128, 2024-07-27T19:57:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 334536, 2024-07-27T19:57:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T19:57:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 704512, 2024-07-27T19:57:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 0, 2024-07-27T19:57:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 354, 2024-07-27T19:57:07.163 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.164 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 1169008, 2024-07-27T19:57:07.164 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 13, 2024-07-27T19:57:07.164 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 496128, 2024-07-27T19:57:07.164 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 14818504, 2024-07-27T19:57:07.164 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 20144128 2024-07-27T19:57:07.164 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.164 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:07.165 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.82babd1b77a274a708e989ccd54f19fb5fe59932": { 2024-07-27T19:57:07.165 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 184762368, 2024-07-27T19:57:07.165 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 3118056, 2024-07-27T19:57:07.165 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2883584, 2024-07-27T19:57:07.165 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 671744, 2024-07-27T19:57:07.165 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 3735552, 2024-07-27T19:57:07.165 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 7286, 2024-07-27T19:57:07.165 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.165 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 11753504, 2024-07-27T19:57:07.165 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 21, 2024-07-27T19:57:07.165 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 3954176, 2024-07-27T19:57:07.165 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 162381304, 2024-07-27T19:57:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 188497920 2024-07-27T19:57:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T19:57:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 277192704, 2024-07-27T19:57:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 4456352, 2024-07-27T19:57:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3014656, 2024-07-27T19:57:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 598016, 2024-07-27T19:57:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 671744, 2024-07-27T19:57:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 9913, 2024-07-27T19:57:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 15802752, 2024-07-27T19:57:07.166 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 22, 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 3069696, 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 250251232, 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 277864448 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 178135040, 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 2306904, 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2883584, 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 5120000, 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 6923, 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.167 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 9976520, 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 20, 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 2432256, 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 160535776, 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 183255040 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.0": { 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 539934720, 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 26318328, 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3276800, 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 44916736, 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 12587, 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.168 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 61814208, 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 53, 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 11302912, 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 437222472, 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 584851456 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.1": { 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 658325504, 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 22652704, 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3276800, 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 81920, 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 39673856, 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 12790, 2024-07-27T19:57:07.169 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 60787904, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 53, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 9675008, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 561851168, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 697999360 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.2": { 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 438648832, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 24790664, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3145728, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 38158336, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 10912, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.170 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 63686152, 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 53, 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 10761216, 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 336265072, 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 476807168 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.3": { 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 471416832, 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 19048944, 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3145728, 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 33406976, 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 10399, 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.171 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 58247432, 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 53, 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 10544896, 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 380429832, 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 504823808 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.4": { 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 462389248, 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 21622696, 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3276800, 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 143851520, 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 11052, 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.172 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 61284552, 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 60, 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 11397376, 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 364807824, 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 606240768 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.5": { 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 502677504, 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 21140520, 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 5373952, 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 43687936, 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 11601, 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.173 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 51958368, 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 53, 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 10696704, 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 413507960, 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 546365440 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.6": { 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 448217088, 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 15935152, 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3145728, 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 27926528, 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 9756, 2024-07-27T19:57:07.174 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 48946608, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 60, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 11164160, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 369025440, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 476143616 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.7": { 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 608526336, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 24886888, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3407872, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 8052736, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 13864, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:07.175 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 73438352, 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 52, 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 11671040, 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 495122184, 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 616579072 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: "hosts": { 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: "num": 2, 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mds": 2, 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mgr": 2, 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mon": 2, 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_osd": 2 2024-07-27T19:57:07.176 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "io_rate": { 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_stats_delta": { 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 0, 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 0, 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "stamp_delta": "11.246256", 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:07.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:07.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:07.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 2, 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 2, 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 0, 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T19:57:07.180 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 0, 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 0 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: "leaderboard": false, 2024-07-27T19:57:07.181 INFO:tasks.workunit.client.0.smithi029.stdout: "leaderboard_description": null, 2024-07-27T19:57:07.182 INFO:tasks.workunit.client.0.smithi029.stdout: "license": "sharing-1-0", 2024-07-27T19:57:07.182 INFO:tasks.workunit.client.0.smithi029.stdout: "mempool": { 2024-07-27T19:57:07.182 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T19:57:07.182 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T19:57:07.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.182 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.182 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.184 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.184 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.185 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.187 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 222528, 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 67 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 51904, 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 181 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.188 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12232, 2024-07-27T19:57:07.190 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 235 2024-07-27T19:57:07.190 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.190 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.190 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.190 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.190 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.190 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.190 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.190 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.191 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.193 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.193 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.193 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.193 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.193 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.193 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.196 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.196 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.196 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.197 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.197 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.197 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 149216, 2024-07-27T19:57:07.198 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 35 2024-07-27T19:57:07.198 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.198 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.199 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.199 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.199 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 928, 2024-07-27T19:57:07.199 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2 2024-07-27T19:57:07.199 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.199 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.200 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.200 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.200 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.200 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.200 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.200 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.201 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.202 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.202 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.202 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.202 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.202 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.202 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.202 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.202 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.202 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.202 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.202 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.202 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.82babd1b77a274a708e989ccd54f19fb5fe59932": { 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.203 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.205 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.206 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.206 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.206 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.206 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.206 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.207 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.208 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.208 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.208 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.208 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.208 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.208 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 46554973, 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5748 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.209 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.210 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.210 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.210 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.210 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.210 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.210 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.210 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.211 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10808, 2024-07-27T19:57:07.211 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 234 2024-07-27T19:57:07.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.211 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 70440, 2024-07-27T19:57:07.211 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5158 2024-07-27T19:57:07.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.211 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5720, 2024-07-27T19:57:07.211 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 152 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.213 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.214 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.214 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.214 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.214 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.214 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.214 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.215 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.216 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.216 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.216 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.216 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.217 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.218 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.218 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.218 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.218 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.218 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.218 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 46646853, 2024-07-27T19:57:07.219 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5743 2024-07-27T19:57:07.219 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.219 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.219 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.219 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.219 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.219 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10808, 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 234 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 70440, 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5158 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11440, 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 304 2024-07-27T19:57:07.221 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.222 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.225 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.225 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.225 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.225 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.225 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.225 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.226 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.226 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.226 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.226 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.227 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.227 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.227 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.227 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.228 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.228 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.228 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.228 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.228 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 46240357, 2024-07-27T19:57:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5662 2024-07-27T19:57:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 880, 2024-07-27T19:57:07.230 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10 2024-07-27T19:57:07.230 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.230 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.230 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.230 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.230 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.230 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.231 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.231 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.231 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.231 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.231 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.231 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.231 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.231 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.231 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.231 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.231 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10808, 2024-07-27T19:57:07.231 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 234 2024-07-27T19:57:07.232 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.232 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 70440, 2024-07-27T19:57:07.232 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5158 2024-07-27T19:57:07.232 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.232 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5720, 2024-07-27T19:57:07.232 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 152 2024-07-27T19:57:07.232 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.232 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.233 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.233 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.233 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.233 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.233 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.233 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.233 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.0": { 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 19736, 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 349 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 96000, 2024-07-27T19:57:07.234 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 22 2024-07-27T19:57:07.235 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3072, 2024-07-27T19:57:07.235 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 16 2024-07-27T19:57:07.235 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 63040, 2024-07-27T19:57:07.235 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 788 2024-07-27T19:57:07.235 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 427648, 2024-07-27T19:57:07.236 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2056 2024-07-27T19:57:07.236 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.236 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.236 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:07.236 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:07.236 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 463386, 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 137 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2570476, 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 568662 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 7300056, 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10767 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 89380, 2024-07-27T19:57:07.238 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9579 2024-07-27T19:57:07.238 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 98688, 2024-07-27T19:57:07.238 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2056 2024-07-27T19:57:07.238 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.238 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.238 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190132, 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1360 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 36266, 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 25 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 17499380, 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 257 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11088, 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 126 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.240 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.241 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.241 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.241 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 522720, 2024-07-27T19:57:07.241 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 45 2024-07-27T19:57:07.241 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.241 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.241 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.241 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 7021768, 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 18281 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.242 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.243 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.243 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.243 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.243 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.243 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.243 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.243 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.243 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.243 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.243 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.243 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.243 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.1": { 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 20088, 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 352 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 30592, 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 22 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5184, 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 27 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 62640, 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 783 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 425360, 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2045 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:07.245 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1398593, 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 365 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2611168, 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 570667 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 7319776, 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10796 2024-07-27T19:57:07.246 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 87308, 2024-07-27T19:57:07.247 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9403 2024-07-27T19:57:07.247 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 98160, 2024-07-27T19:57:07.247 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2045 2024-07-27T19:57:07.248 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.248 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.248 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190388, 2024-07-27T19:57:07.248 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1361 2024-07-27T19:57:07.248 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.248 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 26535, 2024-07-27T19:57:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 22 2024-07-27T19:57:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.249 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 28179097, 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 291 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 33088, 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 376 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.250 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 453024, 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 39 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 7352488, 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 21321 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.251 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.252 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:07.252 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:07.252 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.252 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.252 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.252 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.252 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.252 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.252 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.253 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.253 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.253 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.253 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.253 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.253 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.254 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.254 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.254 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.254 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.254 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.254 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.2": { 2024-07-27T19:57:07.255 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.255 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.255 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.255 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.255 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.256 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 18016, 2024-07-27T19:57:07.256 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 311 2024-07-27T19:57:07.256 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.256 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.256 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 38784, 2024-07-27T19:57:07.256 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 23 2024-07-27T19:57:07.257 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.257 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.257 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1920, 2024-07-27T19:57:07.257 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10 2024-07-27T19:57:07.257 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.257 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.258 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 62560, 2024-07-27T19:57:07.258 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 782 2024-07-27T19:57:07.258 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.258 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.258 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 411424, 2024-07-27T19:57:07.261 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1978 2024-07-27T19:57:07.262 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.262 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.262 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:07.262 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:07.262 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.262 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.263 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 350855, 2024-07-27T19:57:07.263 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 99 2024-07-27T19:57:07.263 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.263 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.263 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1898084, 2024-07-27T19:57:07.263 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 416014 2024-07-27T19:57:07.264 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.264 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.264 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5453856, 2024-07-27T19:57:07.264 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8052 2024-07-27T19:57:07.264 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.265 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.265 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 77136, 2024-07-27T19:57:07.265 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8237 2024-07-27T19:57:07.265 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.265 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.266 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 94944, 2024-07-27T19:57:07.266 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1978 2024-07-27T19:57:07.266 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.266 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.266 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.266 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.267 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.267 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.267 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190388, 2024-07-27T19:57:07.267 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1361 2024-07-27T19:57:07.267 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.267 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.268 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.268 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.268 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.268 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.268 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.269 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.269 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.269 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.269 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 40087, 2024-07-27T19:57:07.269 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 45 2024-07-27T19:57:07.269 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.269 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.270 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.270 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.270 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.270 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.270 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10132810, 2024-07-27T19:57:07.270 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 254 2024-07-27T19:57:07.271 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.271 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.271 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11000, 2024-07-27T19:57:07.271 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 125 2024-07-27T19:57:07.271 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.271 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.271 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.272 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.272 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.272 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.272 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 360096, 2024-07-27T19:57:07.272 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 31 2024-07-27T19:57:07.272 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.273 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.273 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.273 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.273 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.273 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.273 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3186560, 2024-07-27T19:57:07.273 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 6128 2024-07-27T19:57:07.274 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.274 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.274 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:07.274 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:07.274 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.274 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.274 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.274 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.274 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.274 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.3": { 2024-07-27T19:57:07.275 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.276 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.276 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16584, 2024-07-27T19:57:07.276 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 297 2024-07-27T19:57:07.276 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 59008, 2024-07-27T19:57:07.276 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 23 2024-07-27T19:57:07.276 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.276 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3840, 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 20 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 61200, 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 765 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 412464, 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1983 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:07.277 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 468146, 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 114 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1875263, 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 410615 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5382456, 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 7947 2024-07-27T19:57:07.278 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 77952, 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8257 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 95184, 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1983 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.279 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190388, 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1361 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 736, 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 77200, 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 55 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.280 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12112, 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 20422765, 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 279 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12672, 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 144 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.281 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.282 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.282 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.282 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 429792, 2024-07-27T19:57:07.282 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 37 2024-07-27T19:57:07.282 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.282 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.282 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.282 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.282 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.282 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.282 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3444896, 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9000 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.283 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.284 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.284 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.284 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.284 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.284 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.284 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.284 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.284 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.284 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.4": { 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 18816, 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 325 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 42880, 2024-07-27T19:57:07.285 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 23 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 61200, 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 765 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 412672, 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1984 2024-07-27T19:57:07.286 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 891998, 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 223 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2232461, 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 488941 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6316096, 2024-07-27T19:57:07.287 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9320 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 78184, 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8259 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 95184, 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1983 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.288 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190132, 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1360 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1472, 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 94299, 2024-07-27T19:57:07.289 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 59 2024-07-27T19:57:07.290 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.290 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.290 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 20128, 2024-07-27T19:57:07.290 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5 2024-07-27T19:57:07.290 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.290 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.290 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2802169, 2024-07-27T19:57:07.290 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 272 2024-07-27T19:57:07.290 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.290 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 20680, 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 235 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 453024, 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 39 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.291 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.292 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.292 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.292 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5191680, 2024-07-27T19:57:07.292 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 12384 2024-07-27T19:57:07.292 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.292 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.292 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:07.292 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:07.292 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.292 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.293 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.293 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.293 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.293 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.293 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.293 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.294 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.294 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.294 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.294 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.294 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.294 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.294 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.294 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.294 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.294 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.295 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.5": { 2024-07-27T19:57:07.295 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.295 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.295 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.295 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.295 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.295 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 20416, 2024-07-27T19:57:07.295 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 353 2024-07-27T19:57:07.295 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.295 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.295 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 194816, 2024-07-27T19:57:07.295 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 26 2024-07-27T19:57:07.296 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.296 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.296 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2304, 2024-07-27T19:57:07.296 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 12 2024-07-27T19:57:07.296 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.296 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.296 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 63920, 2024-07-27T19:57:07.296 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 799 2024-07-27T19:57:07.296 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.296 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.296 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 426192, 2024-07-27T19:57:07.296 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2049 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 429113, 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 112 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2514582, 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 557451 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.297 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.298 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 7132776, 2024-07-27T19:57:07.298 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10521 2024-07-27T19:57:07.298 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.298 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.298 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 87576, 2024-07-27T19:57:07.298 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9418 2024-07-27T19:57:07.298 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.298 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.298 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 98256, 2024-07-27T19:57:07.299 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2047 2024-07-27T19:57:07.299 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.299 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.299 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.299 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.299 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.299 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.299 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190132, 2024-07-27T19:57:07.299 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1360 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2208, 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 136766, 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 64 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.300 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 28144, 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 7 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12661438, 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 248 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11352, 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 129 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.301 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.302 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.302 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.302 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 464640, 2024-07-27T19:57:07.302 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 40 2024-07-27T19:57:07.302 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.302 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.302 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.302 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.302 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.302 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6408480, 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 12324 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.303 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.304 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.304 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.304 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.304 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.304 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.304 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.304 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.304 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.304 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.304 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.304 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.6": { 2024-07-27T19:57:07.305 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.305 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.305 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.305 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.305 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.305 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16160, 2024-07-27T19:57:07.305 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 288 2024-07-27T19:57:07.305 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.305 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.305 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 42880, 2024-07-27T19:57:07.305 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 23 2024-07-27T19:57:07.306 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.306 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.306 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3264, 2024-07-27T19:57:07.306 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 17 2024-07-27T19:57:07.306 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.306 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.306 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 61520, 2024-07-27T19:57:07.306 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 769 2024-07-27T19:57:07.306 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.307 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.307 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 414128, 2024-07-27T19:57:07.307 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1991 2024-07-27T19:57:07.307 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.307 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.307 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:07.307 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:07.307 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.307 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.307 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 494586, 2024-07-27T19:57:07.308 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 127 2024-07-27T19:57:07.308 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.308 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.308 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1889908, 2024-07-27T19:57:07.308 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 411264 2024-07-27T19:57:07.308 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.308 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.308 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5357976, 2024-07-27T19:57:07.308 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 7911 2024-07-27T19:57:07.308 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.308 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.308 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 79324, 2024-07-27T19:57:07.309 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8417 2024-07-27T19:57:07.309 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.309 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.309 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 95568, 2024-07-27T19:57:07.309 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1991 2024-07-27T19:57:07.309 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.309 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.309 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.309 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.309 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190132, 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1360 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.310 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.311 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 41433, 2024-07-27T19:57:07.311 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 42 2024-07-27T19:57:07.311 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.311 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.311 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.311 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.311 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.311 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.311 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 17936771, 2024-07-27T19:57:07.311 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 241 2024-07-27T19:57:07.311 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.311 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.312 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12848, 2024-07-27T19:57:07.312 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 146 2024-07-27T19:57:07.312 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.312 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.312 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.312 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.312 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.312 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.312 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 441408, 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 38 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3655080, 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9429 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:07.313 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.314 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.7": { 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 18840, 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 327 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.315 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 112768, 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 25 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4224, 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 22 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 62240, 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 778 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:07.316 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 413920, 2024-07-27T19:57:07.317 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1990 2024-07-27T19:57:07.317 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.317 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:07.317 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:07.317 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:07.317 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.317 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:07.317 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 408827, 2024-07-27T19:57:07.317 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T19:57:07.317 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.317 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:07.318 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2141203, 2024-07-27T19:57:07.318 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 472186 2024-07-27T19:57:07.318 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.318 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:07.318 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6087616, 2024-07-27T19:57:07.319 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8984 2024-07-27T19:57:07.319 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.319 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:07.319 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 80172, 2024-07-27T19:57:07.319 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8420 2024-07-27T19:57:07.319 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.319 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 95520, 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1990 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190132, 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1360 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:07.320 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 48349, 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 42 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.321 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.322 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.322 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:07.322 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23819876, 2024-07-27T19:57:07.322 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 11247 2024-07-27T19:57:07.322 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.322 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:07.322 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11528, 2024-07-27T19:57:07.322 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 131 2024-07-27T19:57:07.322 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.322 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:07.322 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 534336, 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 46 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4824664, 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9307 2024-07-27T19:57:07.323 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:07.324 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: "metadata": { 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 2 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T19:57:07.325 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 1, 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 2 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 2 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T19:57:07.326 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 2 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 2 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 2 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 3 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.327 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T19:57:07.328 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T19:57:07.328 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.328 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T19:57:07.328 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 2, 2024-07-27T19:57:07.328 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2024-07-27T19:57:07.328 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.328 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T19:57:07.329 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 3 2024-07-27T19:57:07.329 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.329 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T19:57:07.329 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 3 2024-07-27T19:57:07.329 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.330 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T19:57:07.330 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 3 2024-07-27T19:57:07.330 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.330 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T19:57:07.330 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 3 2024-07-27T19:57:07.330 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.330 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T19:57:07.330 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 3 2024-07-27T19:57:07.330 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.331 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.331 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.331 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T19:57:07.331 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 8 2024-07-27T19:57:07.331 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.332 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T19:57:07.332 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 8 2024-07-27T19:57:07.332 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.332 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T19:57:07.332 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 4, 2024-07-27T19:57:07.332 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 4 2024-07-27T19:57:07.332 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.332 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T19:57:07.332 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 8 2024-07-27T19:57:07.333 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.333 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T19:57:07.333 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 8 2024-07-27T19:57:07.333 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.333 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T19:57:07.333 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 8 2024-07-27T19:57:07.333 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.334 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T19:57:07.334 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 8 2024-07-27T19:57:07.334 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.334 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T19:57:07.334 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 8 2024-07-27T19:57:07.334 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.334 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_objectstore": { 2024-07-27T19:57:07.334 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": 8 2024-07-27T19:57:07.334 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.334 INFO:tasks.workunit.client.0.smithi029.stdout: "rotational": { 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: "0": 8 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: "features": { 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: "optional": [], 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: "persistent": [ 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: "kraken", 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: "luminous", 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: "mimic", 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap-prune", 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: "nautilus", 2024-07-27T19:57:07.335 INFO:tasks.workunit.client.0.smithi029.stdout: "octopus", 2024-07-27T19:57:07.336 INFO:tasks.workunit.client.0.smithi029.stdout: "pacific", 2024-07-27T19:57:07.336 INFO:tasks.workunit.client.0.smithi029.stdout: "elector-pinging", 2024-07-27T19:57:07.336 INFO:tasks.workunit.client.0.smithi029.stdout: "quincy", 2024-07-27T19:57:07.336 INFO:tasks.workunit.client.0.smithi029.stdout: "reef", 2024-07-27T19:57:07.336 INFO:tasks.workunit.client.0.smithi029.stdout: "squid" 2024-07-27T19:57:07.336 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.336 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.336 INFO:tasks.workunit.client.0.smithi029.stdout: "ipv4_addr_mons": 6, 2024-07-27T19:57:07.336 INFO:tasks.workunit.client.0.smithi029.stdout: "ipv6_addr_mons": 0, 2024-07-27T19:57:07.336 INFO:tasks.workunit.client.0.smithi029.stdout: "min_mon_release": 19, 2024-07-27T19:57:07.336 INFO:tasks.workunit.client.0.smithi029.stdout: "v1_addr_mons": 3, 2024-07-27T19:57:07.336 INFO:tasks.workunit.client.0.smithi029.stdout: "v2_addr_mons": 3 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: "organization": "ceph-qa", 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster_network": false, 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8, 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: "require_min_compat_client": "luminous", 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: "require_osd_release": "squid" 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_perf_histograms": [ 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T19:57:07.337 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T19:57:07.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T19:57:07.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:07.340 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.341 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.341 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:07.341 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:07.341 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T19:57:07.341 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T19:57:07.341 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:07.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:07.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T19:57:07.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T19:57:07.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T19:57:07.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T19:57:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T19:57:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T19:57:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T19:57:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T19:57:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T19:57:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T19:57:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T19:57:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T19:57:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T19:57:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T19:57:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T19:57:07.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T19:57:07.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T19:57:07.344 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.344 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:07.344 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.344 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.344 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T19:57:07.344 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.344 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T19:57:07.344 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10056, 59, 1, 1, 7506, 536, 1, 0, 0, 1, 6, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8652, 190, 26, 1, 286, 80, 4, 18, 24, 36, 36, 26, 40, 12, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 761, 22, 7, 0, 6, 4, 1, 1, 3, 11, 100, 164, 50, 3, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 444, 7, 1, 0, 0, 11, 0, 0, 0, 0, 0, 13, 355, 16, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 243, 13, 0, 0, 5, 20, 0, 0, 0, 0, 0, 1, 4, 69, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 147, 19, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 5, 14, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 119, 48, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 4, 22, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 41, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.347 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.347 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.347 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.347 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T19:57:07.347 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7817, 3758, 4325, 0, 8, 0, 1, 1, 0, 0, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7159, 172, 1518, 3, 9, 7, 11, 15, 30, 69, 64, 75, 39, 27, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 593, 7, 156, 23, 0, 0, 0, 0, 0, 16, 125, 212, 90, 1, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 293, 4, 0, 7, 0, 0, 0, 0, 0, 0, 0, 14, 478, 13, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 122, 9, 4, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 32, 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 120, 4, 40, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 10, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 166, 0, 239, 0, 0, 0, 0, 0, 0, 1, 0, 2, 5, 22, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 75, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.350 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.350 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 12250, 12, 1, 0, 9, 0, 0, 0, 0, 0, 1, 5, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 11168, 32, 26, 1, 7, 0, 0, 8, 12, 5, 20, 13, 7, 21, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1819, 10, 7, 3, 2, 0, 0, 0, 1, 0, 8, 18, 12, 11, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 522, 9, 4, 0, 0, 0, 0, 0, 0, 0, 3, 2, 42, 24, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 232, 9, 5, 0, 0, 0, 0, 0, 0, 0, 11, 7, 9, 61, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 198, 3, 2, 0, 0, 0, 0, 1, 1, 0, 1, 21, 28, 23, 65, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 136, 0, 0, 1, 0, 0, 0, 0, 0, 0, 3, 1, 17, 53, 62, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 28, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 13, 26, 49, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 17, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 15, 14, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T19:57:07.353 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 11212, 11, 1, 1, 8, 0, 0, 1, 0, 0, 18, 0, 3, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7938, 24, 0, 0, 5, 1, 4, 5, 12, 13, 64, 11, 12, 19, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 496, 1, 0, 0, 0, 0, 1, 1, 2, 5, 46, 75, 18, 1, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 282, 0, 0, 0, 10, 0, 0, 0, 1, 0, 0, 7, 168, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 26, 0, 0, 0, 190, 0, 0, 0, 7, 3, 5, 4, 1, 37, 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 26, 1, 0, 0, 318, 0, 0, 0, 4, 0, 1, 8, 0, 6, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 14, 0, 0, 0, 233, 0, 0, 0, 1, 1, 0, 0, 1, 9, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 1946, 0, 0, 0, 1, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 11823, 3, 66, 6, 21, 30, 5, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8700, 40, 23, 2, 19, 19, 87, 119, 4, 14, 9, 7, 13, 8, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 974, 4, 20, 0, 2, 2, 8, 26, 8, 7, 56, 67, 21, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 367, 0, 0, 0, 3, 0, 0, 0, 1, 0, 1, 23, 186, 8, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 117, 0, 0, 0, 0, 1, 1, 0, 2, 0, 7, 14, 11, 27, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 72, 4, 0, 0, 0, 0, 0, 0, 0, 1, 1, 21, 8, 16, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 46, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 8, 12, 23, 46, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 17, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 7, 8, 24, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8159, 2, 1, 1, 1, 0, 0, 0, 0, 2, 1, 3, 4, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5771, 66, 37, 0, 16, 0, 1, 1, 0, 2, 3, 13, 15, 14, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 587, 6, 14, 3, 7, 0, 0, 0, 2, 1, 22, 3, 2, 2, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 213, 0, 1, 3, 5, 0, 0, 0, 0, 0, 4, 9, 25, 2, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 125, 0, 0, 0, 0, 0, 0, 0, 0, 3, 5, 0, 13, 35, 105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 48, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 12, 6, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 19, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.363 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.363 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.363 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.363 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T19:57:07.363 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6063, 2925, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 15840, 8981, 62, 3, 17, 19, 2, 1, 0, 1, 7, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 9769, 559, 24, 3, 16, 17, 58, 67, 8, 14, 37, 9, 20, 29, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1227, 103, 20, 0, 2, 4, 4, 9, 6, 14, 58, 71, 34, 8, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 689, 3, 0, 0, 0, 0, 0, 0, 0, 0, 4, 24, 174, 13, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 361, 26, 0, 0, 1, 1, 0, 0, 3, 0, 2, 4, 11, 54, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 214, 7, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 2, 9, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 167, 5, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 9, 3, 27, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.366 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.366 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.366 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.366 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T19:57:07.367 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 849, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 21893, 3509, 0, 0, 1, 2, 0, 0, 1, 0, 0, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 11611, 328, 2, 0, 9, 3, 0, 0, 2, 2, 2, 1, 16, 7, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1394, 158, 114, 0, 2, 3, 0, 1, 9, 7, 16, 2, 3, 4, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 695, 26, 66, 1, 1, 0, 0, 0, 0, 1, 7, 10, 20, 7, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 211, 13, 14, 0, 0, 0, 0, 0, 0, 0, 5, 1, 12, 57, 89, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 274, 6, 26, 24, 0, 0, 0, 0, 1, 0, 1, 15, 4, 11, 86, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 115, 0, 3, 42, 62, 0, 0, 0, 0, 0, 3, 5, 10, 40, 57, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 38, 0, 0, 2, 71, 95, 0, 0, 0, 0, 0, 3, 1, 20, 52, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10, 0, 0, 0, 2, 34, 0, 0, 0, 0, 0, 0, 0, 0, 12, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:07.370 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T19:57:07.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T19:57:07.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T19:57:07.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T19:57:07.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T19:57:07.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T19:57:07.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T19:57:07.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T19:57:07.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T19:57:07.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T19:57:07.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T19:57:07.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T19:57:07.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T19:57:07.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T19:57:07.373 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T19:57:07.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T19:57:07.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:07.376 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.377 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.377 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T19:57:07.377 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.377 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T19:57:07.377 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 487, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3997, 47, 71, 167, 453, 620, 693, 6, 19, 16, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 612, 19, 32, 32, 20, 5, 33, 0, 1, 0, 3, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 262, 0, 1, 0, 1, 0, 2, 0, 0, 1, 3, 6, 10, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 135, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 3, 8, 13, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 3, 11, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 4, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.380 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.380 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.380 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.380 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T19:57:07.380 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 256, 1, 1, 16, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2935, 277, 34, 52, 122, 3, 4, 0, 9, 3, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 454, 19, 1321, 0, 0, 0, 0, 0, 1, 7, 3, 1, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 337, 1, 21, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1611, 1262, 48, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1472, 1728, 248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 24, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.383 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.383 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.383 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.383 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T19:57:07.383 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 900, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10300, 6, 2, 0, 3, 0, 1, 0, 2, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 16084, 2, 0, 0, 0, 0, 0, 1, 1, 0, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 503, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 6, 5, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 368, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 6, 10, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 225, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 2, 2, 7, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 7, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.386 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.386 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.386 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.386 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T19:57:07.386 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4776, 29, 0, 0, 3, 0, 1, 0, 1, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 519, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 173, 21, 36, 47, 0, 0, 0, 0, 0, 0, 0, 3, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 975, 276, 0, 130, 0, 0, 0, 0, 0, 0, 0, 0, 5, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4263, 2662, 0, 403, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 34, 55, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.389 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.389 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.389 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.389 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T19:57:07.389 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1091, 1, 13, 26, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3417, 219, 21, 42, 136, 275, 472, 1, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 428, 7, 0, 0, 0, 0, 12, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 228, 5, 1, 0, 0, 0, 1, 0, 0, 1, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 62, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 7, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 703, 14, 11, 34, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2868, 62, 121, 222, 447, 624, 721, 2, 3, 0, 0, 0, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 288, 2, 8, 3, 5, 3, 5, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 176, 12, 36, 42, 3, 1, 0, 0, 0, 1, 2, 7, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 79, 29, 45, 87, 27, 0, 0, 0, 0, 0, 0, 3, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 11, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 6, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.395 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.395 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.395 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.395 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T19:57:07.396 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 722, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2921, 31, 0, 0, 4, 1, 0, 2, 1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 333, 1, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 190, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 168, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 12, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.400 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.400 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.400 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.400 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T19:57:07.400 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1039, 10, 25, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 9803, 35, 56, 37, 2, 0, 0, 1, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2484, 27, 84, 41, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 506, 3, 1, 0, 0, 0, 0, 0, 0, 1, 1, 3, 6, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 263, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 11, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 8, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.402 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.403 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.403 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.403 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.403 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.403 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.403 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:07.403 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T19:57:07.403 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T19:57:07.404 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T19:57:07.405 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T19:57:07.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T19:57:07.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T19:57:07.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T19:57:07.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T19:57:07.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T19:57:07.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T19:57:07.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T19:57:07.406 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T19:57:07.406 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.406 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:07.406 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.406 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.407 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:07.407 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:07.407 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T19:57:07.407 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T19:57:07.407 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:07.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:07.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T19:57:07.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T19:57:07.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T19:57:07.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T19:57:07.407 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T19:57:07.408 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T19:57:07.409 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.410 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 761, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.411 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.412 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.413 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.413 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.413 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.413 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.413 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T19:57:07.413 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.414 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 275, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3441, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1810, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 363, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2942, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.415 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.416 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.417 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.417 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.417 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.417 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.417 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.417 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.417 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.417 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T19:57:07.417 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.417 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.417 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.418 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.418 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.418 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 900, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.418 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.418 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 16093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.418 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.418 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 398, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.418 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 266, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.418 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.418 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.418 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.418 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.419 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.419 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.419 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.419 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.419 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.419 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.419 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.419 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.419 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.419 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.419 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.419 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.420 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4813, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1394, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7354, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.421 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.422 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1133, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4587, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.423 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.424 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.424 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.424 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.424 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.424 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.424 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.424 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.424 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.424 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.424 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.424 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.425 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.426 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.426 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.426 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.426 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.426 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T19:57:07.426 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.426 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.426 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.426 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.426 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.426 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.427 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5076, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.427 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 317, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.427 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.427 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 284, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.427 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.427 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.427 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.427 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.427 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.427 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.427 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.428 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.429 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.429 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.429 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.429 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.429 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.429 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.429 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T19:57:07.429 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.429 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.429 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.429 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.429 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.430 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.430 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2963, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.430 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 338, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.430 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.430 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.430 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.430 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.430 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.430 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.430 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.430 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.430 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.431 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.431 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.431 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.431 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.431 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.431 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.431 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.431 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.431 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.431 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.432 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.432 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.432 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.432 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.432 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.432 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.432 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.432 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.432 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.432 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T19:57:07.432 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.433 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.433 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.433 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.433 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.433 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1079, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.433 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 9937, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.433 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2637, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.433 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.433 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.433 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.434 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.434 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.434 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.434 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.434 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.434 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.434 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.434 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.434 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.435 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.436 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.436 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.436 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.436 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:07.436 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T19:57:07.436 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.436 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:07.436 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:07.436 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T19:57:07.436 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T19:57:07.436 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:07.436 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:07.437 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T19:57:07.437 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T19:57:07.437 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T19:57:07.437 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T19:57:07.437 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T19:57:07.437 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T19:57:07.437 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T19:57:07.437 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T19:57:07.437 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T19:57:07.437 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T19:57:07.437 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T19:57:07.438 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T19:57:07.438 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T19:57:07.438 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T19:57:07.438 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T19:57:07.438 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T19:57:07.438 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T19:57:07.438 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T19:57:07.438 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T19:57:07.438 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T19:57:07.438 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T19:57:07.438 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T19:57:07.438 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T19:57:07.439 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T19:57:07.439 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T19:57:07.439 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T19:57:07.439 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T19:57:07.439 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T19:57:07.439 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T19:57:07.439 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T19:57:07.439 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T19:57:07.439 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.439 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:07.439 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.439 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T19:57:07.440 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T19:57:07.441 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T19:57:07.442 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T19:57:07.442 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T19:57:07.442 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T19:57:07.442 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T19:57:07.442 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T19:57:07.442 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T19:57:07.442 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T19:57:07.442 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T19:57:07.442 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T19:57:07.442 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 87, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.443 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1666, 20, 3, 2, 10, 1, 0, 0, 2, 1, 0, 1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1448, 7, 1, 1, 4, 5, 9, 21, 24, 41, 66, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 135, 6, 0, 0, 2, 0, 1, 2, 2, 6, 53, 192, 140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 147, 19, 0, 0, 0, 0, 1, 0, 1, 0, 16, 17, 282, 3, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 298, 21, 0, 0, 0, 2, 0, 0, 0, 0, 2, 7, 20, 37, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 688, 43, 0, 0, 0, 0, 0, 0, 0, 3, 0, 4, 11, 22, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 925, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 560, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.444 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.445 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.445 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.445 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.445 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.445 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.445 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.445 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.445 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.445 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.446 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.446 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.446 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.446 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.446 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.446 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.446 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 47, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2288, 29, 2, 2, 7, 1, 1, 4, 5, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1974, 9, 1, 2, 5, 9, 10, 19, 41, 64, 100, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 67, 7, 2, 0, 0, 0, 0, 1, 2, 5, 87, 298, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 52, 0, 0, 0, 0, 0, 0, 0, 1, 3, 8, 7, 284, 6, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 146, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 9, 24, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 10, 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.447 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 693, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.448 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2287, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.448 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 355, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.448 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.448 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.448 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.448 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.448 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.448 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.448 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.448 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.448 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.448 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.449 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.449 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.449 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.449 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.449 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.449 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.449 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.449 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.449 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.449 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.450 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.450 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T19:57:07.450 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.450 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.450 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.450 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.450 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.450 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 56, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.451 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 383, 14, 4, 0, 17, 1, 0, 1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.451 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 162, 12, 0, 0, 0, 2, 2, 3, 5, 7, 50, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.451 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 270, 4, 1, 0, 0, 2, 2, 3, 15, 13, 61, 87, 26, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.451 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 125, 5, 0, 0, 0, 0, 0, 0, 2, 3, 28, 44, 22, 12, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.451 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 38, 0, 0, 0, 0, 0, 0, 1, 1, 3, 6, 14, 16, 55, 111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.451 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 5, 6, 7, 28, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.451 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.451 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.451 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.451 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.451 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.451 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.452 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 41, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1138, 15, 0, 0, 13, 1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.453 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 539, 8, 1, 0, 0, 6, 6, 5, 12, 23, 29, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.454 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 80, 9, 0, 0, 1, 1, 4, 9, 6, 7, 27, 118, 139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.454 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 310, 14, 0, 0, 1, 0, 0, 0, 2, 2, 7, 4, 78, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.454 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 554, 21, 0, 0, 0, 0, 0, 1, 2, 2, 1, 4, 11, 26, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.454 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 248, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 13, 78, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.454 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 97, 82, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.454 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.454 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.454 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.454 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.454 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.455 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.456 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.456 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.456 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.456 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.456 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T19:57:07.456 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.456 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.456 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.456 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.456 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.456 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.457 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1070, 17, 2, 0, 25, 4, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.457 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 739, 3, 0, 0, 2, 3, 3, 6, 18, 29, 34, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.457 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 340, 1, 0, 0, 3, 3, 2, 4, 12, 8, 53, 156, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.457 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 509, 3, 0, 0, 0, 1, 0, 1, 3, 5, 21, 26, 171, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.457 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 396, 0, 0, 0, 0, 0, 2, 0, 0, 2, 6, 9, 27, 30, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.457 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 107, 0, 0, 0, 0, 0, 0, 1, 0, 0, 3, 2, 13, 27, 111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.457 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.457 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.457 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.457 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.457 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.457 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.458 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.459 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.459 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.459 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.459 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.459 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T19:57:07.459 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.459 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.459 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.459 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.459 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.459 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 84, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.460 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 265, 16, 0, 0, 16, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.460 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 73, 3, 1, 0, 1, 0, 0, 3, 1, 0, 7, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.460 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99, 0, 0, 0, 1, 0, 1, 2, 1, 3, 16, 17, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.460 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 36, 2, 0, 0, 0, 0, 0, 1, 0, 3, 3, 6, 12, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.460 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 1, 4, 6, 12, 25, 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.460 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 11, 22, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.460 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.460 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.460 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.460 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.460 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.461 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.461 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.461 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.461 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.461 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.461 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.461 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.461 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.461 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.461 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.461 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.461 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.462 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.462 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.462 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.462 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.462 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.462 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.462 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.462 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T19:57:07.462 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.462 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.463 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.463 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.463 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.463 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 76, 10, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.463 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1059, 18, 0, 0, 15, 3, 6, 6, 16, 15, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.463 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 728, 11, 1, 0, 0, 0, 4, 5, 17, 41, 39, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.463 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 308, 16, 0, 0, 1, 1, 2, 0, 2, 5, 38, 105, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.463 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 504, 22, 0, 0, 0, 0, 0, 0, 1, 2, 6, 4, 162, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.463 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 319, 21, 0, 1, 0, 0, 0, 0, 0, 1, 2, 6, 19, 26, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.463 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 65, 41, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 6, 24, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.464 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 116, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.464 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.464 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.464 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.464 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.464 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.465 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.465 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.465 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.465 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.465 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.465 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.466 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.466 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.466 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.466 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.466 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.466 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.467 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.467 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.467 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.467 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.467 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.467 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T19:57:07.468 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.468 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.468 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.468 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.468 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.469 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 130, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.469 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 533, 13, 1, 0, 9, 0, 2, 2, 4, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.469 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 87, 4, 0, 0, 0, 0, 0, 8, 3, 9, 14, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.469 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 192, 9, 0, 0, 0, 3, 1, 1, 10, 18, 40, 60, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.469 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 106, 11, 0, 0, 0, 2, 1, 1, 3, 2, 29, 47, 9, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.469 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 40, 1, 0, 0, 0, 0, 0, 0, 0, 3, 6, 13, 28, 46, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.470 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 3, 14, 38, 113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.470 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 4, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.470 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.470 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.470 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.471 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.471 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.471 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.471 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.471 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.471 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.472 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.472 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.472 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.472 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.472 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.472 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.473 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.473 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.473 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.473 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.473 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.473 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.474 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.474 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.474 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.474 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.474 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_resrv_repnum_vs_duration": { 2024-07-27T19:57:07.475 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T19:57:07.475 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.475 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 8, 2024-07-27T19:57:07.475 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:07.475 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "number of replicas", 2024-07-27T19:57:07.476 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 1, 2024-07-27T19:57:07.476 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:07.476 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:07.476 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0]", 2024-07-27T19:57:07.476 INFO:tasks.workunit.client.0.smithi029.stdout: "[1, 1]", 2024-07-27T19:57:07.476 INFO:tasks.workunit.client.0.smithi029.stdout: "[2, 2]", 2024-07-27T19:57:07.476 INFO:tasks.workunit.client.0.smithi029.stdout: "[3, 3]", 2024-07-27T19:57:07.477 INFO:tasks.workunit.client.0.smithi029.stdout: "[4, 4]", 2024-07-27T19:57:07.477 INFO:tasks.workunit.client.0.smithi029.stdout: "[5, 5]", 2024-07-27T19:57:07.477 INFO:tasks.workunit.client.0.smithi029.stdout: "[6, None]" 2024-07-27T19:57:07.477 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.477 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "linear" 2024-07-27T19:57:07.477 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.478 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.478 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 10, 2024-07-27T19:57:07.478 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:07.478 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "duration", 2024-07-27T19:57:07.478 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 250000, 2024-07-27T19:57:07.478 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:07.479 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:07.479 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 249999]", 2024-07-27T19:57:07.479 INFO:tasks.workunit.client.0.smithi029.stdout: "[250000, 499999]", 2024-07-27T19:57:07.479 INFO:tasks.workunit.client.0.smithi029.stdout: "[500000, 999999]", 2024-07-27T19:57:07.479 INFO:tasks.workunit.client.0.smithi029.stdout: "[1000000, 1999999]", 2024-07-27T19:57:07.479 INFO:tasks.workunit.client.0.smithi029.stdout: "[2000000, 3999999]", 2024-07-27T19:57:07.479 INFO:tasks.workunit.client.0.smithi029.stdout: "[4000000, 7999999]", 2024-07-27T19:57:07.480 INFO:tasks.workunit.client.0.smithi029.stdout: "[8000000, 15999999]", 2024-07-27T19:57:07.480 INFO:tasks.workunit.client.0.smithi029.stdout: "[16000000, 31999999]", 2024-07-27T19:57:07.480 INFO:tasks.workunit.client.0.smithi029.stdout: "[32000000, None]" 2024-07-27T19:57:07.480 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.480 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:07.480 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.480 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.481 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T19:57:07.481 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.481 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T19:57:07.481 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.481 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.481 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.481 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.481 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.481 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.482 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.482 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.482 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.482 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.482 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.482 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T19:57:07.482 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.482 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.482 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.482 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.482 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.483 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.484 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.484 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.484 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.484 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.484 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.484 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.484 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T19:57:07.484 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.484 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.484 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.484 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.485 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.485 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.485 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.485 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.485 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.485 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.485 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.485 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.485 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T19:57:07.485 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.485 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.485 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.486 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.486 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.486 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.486 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.486 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.486 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.486 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.486 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.487 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T19:57:07.488 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:07.489 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.489 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.489 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.489 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.489 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.489 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.489 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:07.489 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:07.489 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.489 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.489 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:07.489 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.490 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.490 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:07.490 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_counters": { 2024-07-27T19:57:07.490 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T19:57:07.490 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T19:57:07.490 INFO:tasks.workunit.client.0.smithi029.stdout: "caps": { 2024-07-27T19:57:07.490 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.490 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_flush_ack": { 2024-07-27T19:57:07.490 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.490 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_flushsnap_ack": { 2024-07-27T19:57:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_grant": { 2024-07-27T19:57:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_revoke": { 2024-07-27T19:57:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_trunc": { 2024-07-27T19:57:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.491 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_commit": { 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_fetch_complete": { 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_fetch_keys": { 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_merge": { 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_split": { 2024-07-27T19:57:07.492 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: "exported_inodes": { 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: "forward": { 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_cap_release": { 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_caps": { 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.494 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_caps_dirty": { 2024-07-27T19:57:07.494 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.494 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_inode_file_caps": { 2024-07-27T19:57:07.494 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.494 INFO:tasks.workunit.client.0.smithi029.stdout: "imported_inodes": { 2024-07-27T19:57:07.494 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.494 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes": { 2024-07-27T19:57:07.494 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T19:57:07.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.495 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes_expired": { 2024-07-27T19:57:07.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.495 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes_pinned": { 2024-07-27T19:57:07.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T19:57:07.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.495 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes_with_caps": { 2024-07-27T19:57:07.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.495 INFO:tasks.workunit.client.0.smithi029.stdout: "load_cent": { 2024-07-27T19:57:07.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: "openino_dir_fetch": { 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: "process_request_cap_release": { 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: "reply_latency": { 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: "request": { 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.496 INFO:tasks.workunit.client.0.smithi029.stdout: "root_rbytes": { 2024-07-27T19:57:07.497 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.497 INFO:tasks.workunit.client.0.smithi029.stdout: "root_rfiles": { 2024-07-27T19:57:07.497 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.497 INFO:tasks.workunit.client.0.smithi029.stdout: "root_rsnaps": { 2024-07-27T19:57:07.497 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.497 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_reply": { 2024-07-27T19:57:07.497 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.498 INFO:tasks.workunit.client.0.smithi029.stdout: "subtrees": { 2024-07-27T19:57:07.498 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:07.498 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.499 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_cache": { 2024-07-27T19:57:07.499 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_enqueue_scrub": { 2024-07-27T19:57:07.499 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.499 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.499 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_exportdir": { 2024-07-27T19:57:07.499 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.499 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.499 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_flush": { 2024-07-27T19:57:07.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.500 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_fragmentdir": { 2024-07-27T19:57:07.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.500 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_fragstats": { 2024-07-27T19:57:07.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.500 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_inodestats": { 2024-07-27T19:57:07.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_quiesce_inode": { 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_quiesce_path": { 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_recovering_enqueued": { 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: "num_recovering_prioritized": { 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_recovering_processing": { 2024-07-27T19:57:07.502 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_strays": { 2024-07-27T19:57:07.502 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_strays_delayed": { 2024-07-27T19:57:07.502 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_strays_enqueuing": { 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_completed": { 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_started": { 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_created": { 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_enqueued": { 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.503 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_migrated": { 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_reintegrated": { 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_log": { 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: "ev": { 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: "evadd": { 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.504 INFO:tasks.workunit.client.0.smithi029.stdout: "evex": { 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: "evexd": { 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: "evexg": { 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: "evlrg": { 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: "evtrm": { 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: "jlat": { 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: "replayed": { 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: "seg": { 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: "segadd": { 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.506 INFO:tasks.workunit.client.0.smithi029.stdout: "segex": { 2024-07-27T19:57:07.507 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.507 INFO:tasks.workunit.client.0.smithi029.stdout: "segexd": { 2024-07-27T19:57:07.507 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.507 INFO:tasks.workunit.client.0.smithi029.stdout: "segexg": { 2024-07-27T19:57:07.507 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.507 INFO:tasks.workunit.client.0.smithi029.stdout: "segmjr": { 2024-07-27T19:57:07.508 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:07.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.508 INFO:tasks.workunit.client.0.smithi029.stdout: "segtrm": { 2024-07-27T19:57:07.508 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.508 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.508 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_mem": { 2024-07-27T19:57:07.508 INFO:tasks.workunit.client.0.smithi029.stdout: "cap": { 2024-07-27T19:57:07.508 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.508 INFO:tasks.workunit.client.0.smithi029.stdout: "cap+": { 2024-07-27T19:57:07.508 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.509 INFO:tasks.workunit.client.0.smithi029.stdout: "cap-": { 2024-07-27T19:57:07.509 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.509 INFO:tasks.workunit.client.0.smithi029.stdout: "dir": { 2024-07-27T19:57:07.509 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T19:57:07.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.509 INFO:tasks.workunit.client.0.smithi029.stdout: "dir+": { 2024-07-27T19:57:07.509 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T19:57:07.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.509 INFO:tasks.workunit.client.0.smithi029.stdout: "dir-": { 2024-07-27T19:57:07.509 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.510 INFO:tasks.workunit.client.0.smithi029.stdout: "dn": { 2024-07-27T19:57:07.510 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T19:57:07.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.510 INFO:tasks.workunit.client.0.smithi029.stdout: "dn+": { 2024-07-27T19:57:07.510 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T19:57:07.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.510 INFO:tasks.workunit.client.0.smithi029.stdout: "dn-": { 2024-07-27T19:57:07.510 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.510 INFO:tasks.workunit.client.0.smithi029.stdout: "heap": { 2024-07-27T19:57:07.510 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 248096 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: "ino": { 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: "ino+": { 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: "ino-": { 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: "rss": { 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 48796 2024-07-27T19:57:07.511 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_server": { 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: "cap_acquisition_throttle": { 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: "cap_revoke_eviction": { 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_request": { 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_session": { 2024-07-27T19:57:07.512 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.513 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_peer_request": { 2024-07-27T19:57:07.513 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.513 INFO:tasks.workunit.client.0.smithi029.stdout: "req_create_latency": { 2024-07-27T19:57:07.513 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.513 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.513 INFO:tasks.workunit.client.0.smithi029.stdout: "req_getattr_latency": { 2024-07-27T19:57:07.513 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.513 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.514 INFO:tasks.workunit.client.0.smithi029.stdout: "req_getfilelock_latency": { 2024-07-27T19:57:07.514 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.514 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.514 INFO:tasks.workunit.client.0.smithi029.stdout: "req_getvxattr_latency": { 2024-07-27T19:57:07.514 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.514 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.515 INFO:tasks.workunit.client.0.smithi029.stdout: "req_link_latency": { 2024-07-27T19:57:07.515 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.515 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.515 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.515 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookup_latency": { 2024-07-27T19:57:07.515 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.515 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.515 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.515 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookuphash_latency": { 2024-07-27T19:57:07.516 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.516 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.516 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.516 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupino_latency": { 2024-07-27T19:57:07.516 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.516 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.516 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.516 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupname_latency": { 2024-07-27T19:57:07.516 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.516 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.516 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.517 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupparent_latency": { 2024-07-27T19:57:07.517 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.517 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.517 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.517 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupsnap_latency": { 2024-07-27T19:57:07.517 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.517 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.517 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.517 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lssnap_latency": { 2024-07-27T19:57:07.518 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.518 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.518 INFO:tasks.workunit.client.0.smithi029.stdout: "req_mkdir_latency": { 2024-07-27T19:57:07.518 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.518 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.518 INFO:tasks.workunit.client.0.smithi029.stdout: "req_mknod_latency": { 2024-07-27T19:57:07.518 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.518 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.519 INFO:tasks.workunit.client.0.smithi029.stdout: "req_mksnap_latency": { 2024-07-27T19:57:07.519 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.519 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.519 INFO:tasks.workunit.client.0.smithi029.stdout: "req_open_latency": { 2024-07-27T19:57:07.519 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.520 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.520 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.520 INFO:tasks.workunit.client.0.smithi029.stdout: "req_readdir_latency": { 2024-07-27T19:57:07.520 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.520 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.521 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rename_latency": { 2024-07-27T19:57:07.521 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.521 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.521 INFO:tasks.workunit.client.0.smithi029.stdout: "req_renamesnap_latency": { 2024-07-27T19:57:07.521 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.521 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.522 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rmdir_latency": { 2024-07-27T19:57:07.522 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.522 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.522 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rmsnap_latency": { 2024-07-27T19:57:07.522 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.523 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.523 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rmxattr_latency": { 2024-07-27T19:57:07.523 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.523 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.523 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setattr_latency": { 2024-07-27T19:57:07.523 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.523 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.523 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setdirlayout_latency": { 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setfilelock_latency": { 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setlayout_latency": { 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setxattr_latency": { 2024-07-27T19:57:07.524 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: "req_snapdiff_latency": { 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: "req_symlink_latency": { 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: "req_unlink_latency": { 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.525 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_sessions": { 2024-07-27T19:57:07.526 INFO:tasks.workunit.client.0.smithi029.stdout: "average_load": { 2024-07-27T19:57:07.526 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.526 INFO:tasks.workunit.client.0.smithi029.stdout: "avg_session_uptime": { 2024-07-27T19:57:07.526 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.526 INFO:tasks.workunit.client.0.smithi029.stdout: "mdthresh_evicted": { 2024-07-27T19:57:07.526 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.526 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T19:57:07.526 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8 2024-07-27T19:57:07.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.527 INFO:tasks.workunit.client.0.smithi029.stdout: "session_count": { 2024-07-27T19:57:07.527 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.527 INFO:tasks.workunit.client.0.smithi029.stdout: "session_remove": { 2024-07-27T19:57:07.527 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8 2024-07-27T19:57:07.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.527 INFO:tasks.workunit.client.0.smithi029.stdout: "sessions_open": { 2024-07-27T19:57:07.527 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:07.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.527 INFO:tasks.workunit.client.0.smithi029.stdout: "sessions_stale": { 2024-07-27T19:57:07.527 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.528 INFO:tasks.workunit.client.0.smithi029.stdout: "total_load": { 2024-07-27T19:57:07.528 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.528 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.528 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.528 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:07.528 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:07.528 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.528 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.528 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.528 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 37 2024-07-27T19:57:07.528 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.528 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:07.529 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.529 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.529 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.529 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7 2024-07-27T19:57:07.529 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.529 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.529 INFO:tasks.workunit.client.0.smithi029.stdout: "purge_queue": { 2024-07-27T19:57:07.529 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executed": { 2024-07-27T19:57:07.529 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.529 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.529 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executed_ops": { 2024-07-27T19:57:07.529 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing": { 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing_high_water": { 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing_ops": { 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing_ops_high_water": { 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.531 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_item_in_journal": { 2024-07-27T19:57:07.531 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.531 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.531 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.531 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.82babd1b77a274a708e989ccd54f19fb5fe59932": { 2024-07-27T19:57:07.531 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:07.531 INFO:tasks.workunit.client.0.smithi029.stdout: "election_call": { 2024-07-27T19:57:07.531 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:07.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.531 INFO:tasks.workunit.client.0.smithi029.stdout: "election_lose": { 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: "election_win": { 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_elections": { 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": { 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T19:57:07.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:07.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.533 INFO:tasks.workunit.client.0.smithi029.stdout: "session_rm": { 2024-07-27T19:57:07.533 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 286 2024-07-27T19:57:07.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.533 INFO:tasks.workunit.client.0.smithi029.stdout: "session_trim": { 2024-07-27T19:57:07.533 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.533 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.533 INFO:tasks.workunit.client.0.smithi029.stdout: "paxos": { 2024-07-27T19:57:07.533 INFO:tasks.workunit.client.0.smithi029.stdout: "accept_timeout": { 2024-07-27T19:57:07.533 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.534 INFO:tasks.workunit.client.0.smithi029.stdout: "begin": { 2024-07-27T19:57:07.534 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9319 2024-07-27T19:57:07.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.534 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_bytes": { 2024-07-27T19:57:07.534 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9319, 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65199855 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_keys": { 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_latency": { 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9319, 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1335978417 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: "collect": { 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T19:57:07.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_bytes": { 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 219 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_keys": { 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_latency": { 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_timeout": { 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.537 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_uncommitted": { 2024-07-27T19:57:07.537 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:07.537 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.537 INFO:tasks.workunit.client.0.smithi029.stdout: "commit": { 2024-07-27T19:57:07.537 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9318 2024-07-27T19:57:07.537 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.537 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_bytes": { 2024-07-27T19:57:07.537 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.537 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.537 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.537 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_keys": { 2024-07-27T19:57:07.537 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.538 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.538 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_latency": { 2024-07-27T19:57:07.538 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.538 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.539 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.539 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_ack_timeout": { 2024-07-27T19:57:07.539 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.539 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.539 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_timeout": { 2024-07-27T19:57:07.539 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.539 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.539 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn": { 2024-07-27T19:57:07.539 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn_latency": { 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh": { 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9318 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh_latency": { 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9318, 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 29902516745 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: "restart": { 2024-07-27T19:57:07.540 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11 2024-07-27T19:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state": { 2024-07-27T19:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_bytes": { 2024-07-27T19:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_keys": { 2024-07-27T19:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.542 INFO:tasks.workunit.client.0.smithi029.stdout: "start_leader": { 2024-07-27T19:57:07.542 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.542 INFO:tasks.workunit.client.0.smithi029.stdout: "start_peon": { 2024-07-27T19:57:07.542 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T19:57:07.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.542 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state": { 2024-07-27T19:57:07.542 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9318 2024-07-27T19:57:07.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.542 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_bytes": { 2024-07-27T19:57:07.542 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9318, 2024-07-27T19:57:07.542 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 128604507 2024-07-27T19:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_keys": { 2024-07-27T19:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9318, 2024-07-27T19:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 82032 2024-07-27T19:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_latency": { 2024-07-27T19:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9318, 2024-07-27T19:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1485976018 2024-07-27T19:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache": { 2024-07-27T19:57:07.543 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020054731 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 185614336 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 180068352 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2147483648 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5545984 2024-07-27T19:57:07.544 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:full": { 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 360710144 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266427639 2024-07-27T19:57:07.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.546 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.546 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 26926732 2024-07-27T19:57:07.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.546 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.546 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.546 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.546 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.546 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.546 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.548 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.548 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.548 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.548 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67355773 2024-07-27T19:57:07.548 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.548 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:inc": { 2024-07-27T19:57:07.548 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.548 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 335544320 2024-07-27T19:57:07.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.548 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266427639 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1635927 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.550 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.550 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.550 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.550 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.550 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.550 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.550 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.551 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.551 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.551 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.551 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.551 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.551 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.551 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67480754 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:kv": { 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 314572800 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.552 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 177618426 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.553 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69845510 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb": { 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: "compact": { 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_len": { 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_merge": { 2024-07-27T19:57:07.555 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.556 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_range": { 2024-07-27T19:57:07.556 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 110 2024-07-27T19:57:07.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.556 INFO:tasks.workunit.client.0.smithi029.stdout: "get_latency": { 2024-07-27T19:57:07.556 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 411933, 2024-07-27T19:57:07.556 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2175556505 2024-07-27T19:57:07.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.556 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_delay_time": { 2024-07-27T19:57:07.556 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.556 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.557 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_memtable_time": { 2024-07-27T19:57:07.557 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.557 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.557 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_pre_and_post_time": { 2024-07-27T19:57:07.557 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.557 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.557 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_wal_time": { 2024-07-27T19:57:07.557 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_latency": { 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_sync_latency": { 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22506, 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3271530513 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.558 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T19:57:07.559 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:07.559 INFO:tasks.workunit.client.0.smithi029.stdout: "election_call": { 2024-07-27T19:57:07.559 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:07.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.559 INFO:tasks.workunit.client.0.smithi029.stdout: "election_lose": { 2024-07-27T19:57:07.559 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.559 INFO:tasks.workunit.client.0.smithi029.stdout: "election_win": { 2024-07-27T19:57:07.559 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:07.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_elections": { 2024-07-27T19:57:07.559 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": { 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: "session_rm": { 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 254 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: "session_trim": { 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.560 INFO:tasks.workunit.client.0.smithi029.stdout: "paxos": { 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: "accept_timeout": { 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: "begin": { 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9387 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_bytes": { 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9387, 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 66480560 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_keys": { 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9387, 2024-07-27T19:57:07.561 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28161 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_latency": { 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9387, 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1619973858 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: "collect": { 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_bytes": { 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.562 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_keys": { 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_latency": { 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_timeout": { 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_uncommitted": { 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:07.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: "commit": { 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9385 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_bytes": { 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9385, 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65770664 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_keys": { 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9385, 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73216 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_latency": { 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9385, 2024-07-27T19:57:07.564 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1580361918 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_ack_timeout": { 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_timeout": { 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn": { 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn_latency": { 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4, 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 999983 2024-07-27T19:57:07.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh": { 2024-07-27T19:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9387 2024-07-27T19:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh_latency": { 2024-07-27T19:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9387, 2024-07-27T19:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 30949499841 2024-07-27T19:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout: "restart": { 2024-07-27T19:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16 2024-07-27T19:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state": { 2024-07-27T19:57:07.566 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_bytes": { 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_keys": { 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: "start_leader": { 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.567 INFO:tasks.workunit.client.0.smithi029.stdout: "start_peon": { 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state": { 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_bytes": { 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_keys": { 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.568 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_latency": { 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache": { 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020054731 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 274849792 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 273260544 2024-07-27T19:57:07.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.570 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:07.570 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2147483648 2024-07-27T19:57:07.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.570 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:07.570 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1589248 2024-07-27T19:57:07.570 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.570 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:full": { 2024-07-27T19:57:07.570 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.570 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 360710144 2024-07-27T19:57:07.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.570 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266354211 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27109096 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.572 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67246837 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:inc": { 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 335544320 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266354211 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1649371 2024-07-27T19:57:07.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67540738 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:kv": { 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 314572800 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 177569474 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.577 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.578 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.578 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.578 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.578 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.578 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.578 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.578 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.578 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.579 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.579 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.579 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.579 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69894462 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb": { 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: "compact": { 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_len": { 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.580 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_merge": { 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_range": { 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 110 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: "get_latency": { 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 415841, 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2490207369 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_delay_time": { 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.581 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_memtable_time": { 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_pre_and_post_time": { 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_wal_time": { 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_latency": { 2024-07-27T19:57:07.582 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_sync_latency": { 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22671, 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3584169735 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: "election_call": { 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:07.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: "election_lose": { 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: "election_win": { 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_elections": { 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": { 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T19:57:07.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T19:57:07.585 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.585 INFO:tasks.workunit.client.0.smithi029.stdout: "session_rm": { 2024-07-27T19:57:07.585 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 253 2024-07-27T19:57:07.585 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.585 INFO:tasks.workunit.client.0.smithi029.stdout: "session_trim": { 2024-07-27T19:57:07.585 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.585 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.585 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.585 INFO:tasks.workunit.client.0.smithi029.stdout: "paxos": { 2024-07-27T19:57:07.585 INFO:tasks.workunit.client.0.smithi029.stdout: "accept_timeout": { 2024-07-27T19:57:07.585 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.585 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.586 INFO:tasks.workunit.client.0.smithi029.stdout: "begin": { 2024-07-27T19:57:07.586 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9272 2024-07-27T19:57:07.586 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.586 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_bytes": { 2024-07-27T19:57:07.586 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9272, 2024-07-27T19:57:07.586 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 64852128 2024-07-27T19:57:07.586 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.586 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_keys": { 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_latency": { 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9272, 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1419968883 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: "collect": { 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_bytes": { 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 146 2024-07-27T19:57:07.587 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_keys": { 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_latency": { 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_timeout": { 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_uncommitted": { 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.588 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: "commit": { 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9272 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_bytes": { 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_keys": { 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_latency": { 2024-07-27T19:57:07.589 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_ack_timeout": { 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_timeout": { 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn": { 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn_latency": { 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.590 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.591 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh": { 2024-07-27T19:57:07.591 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9272 2024-07-27T19:57:07.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.591 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh_latency": { 2024-07-27T19:57:07.591 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9272, 2024-07-27T19:57:07.591 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28766369453 2024-07-27T19:57:07.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.591 INFO:tasks.workunit.client.0.smithi029.stdout: "restart": { 2024-07-27T19:57:07.591 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9 2024-07-27T19:57:07.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state": { 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_bytes": { 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_keys": { 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: "start_leader": { 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: "start_peon": { 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state": { 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9272 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_bytes": { 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9272, 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 127937519 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_keys": { 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9272, 2024-07-27T19:57:07.593 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 81408 2024-07-27T19:57:07.594 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.594 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_latency": { 2024-07-27T19:57:07.594 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9272, 2024-07-27T19:57:07.594 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3586921424 2024-07-27T19:57:07.594 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.594 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.594 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache": { 2024-07-27T19:57:07.594 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:07.594 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020054731 2024-07-27T19:57:07.594 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.594 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:07.594 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 180371456 2024-07-27T19:57:07.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.595 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:07.595 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 175136768 2024-07-27T19:57:07.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.595 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:07.595 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2147483648 2024-07-27T19:57:07.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.595 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:07.595 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5234688 2024-07-27T19:57:07.595 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.596 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:full": { 2024-07-27T19:57:07.596 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.596 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 360710144 2024-07-27T19:57:07.596 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.596 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.596 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.596 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.596 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.596 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.596 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.596 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.596 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266470020 2024-07-27T19:57:07.597 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.597 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.597 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 26821184 2024-07-27T19:57:07.597 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.597 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.597 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.597 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.597 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.597 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.597 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.597 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.597 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.599 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.599 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.599 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.599 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67418940 2024-07-27T19:57:07.599 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.599 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:inc": { 2024-07-27T19:57:07.599 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.599 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 335544320 2024-07-27T19:57:07.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.599 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.600 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.600 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266470020 2024-07-27T19:57:07.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.601 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.601 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1628459 2024-07-27T19:57:07.601 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.601 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.601 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.601 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.601 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.602 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.602 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.602 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.602 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.602 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.603 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.603 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.603 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.603 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.603 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.603 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.603 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.603 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.603 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67445841 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:kv": { 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 314572800 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.604 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 177646680 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.607 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.607 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69817256 2024-07-27T19:57:07.607 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.607 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb": { 2024-07-27T19:57:07.607 INFO:tasks.workunit.client.0.smithi029.stdout: "compact": { 2024-07-27T19:57:07.607 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.607 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_len": { 2024-07-27T19:57:07.607 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.607 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_merge": { 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_range": { 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 109 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: "get_latency": { 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 403216, 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1893788635 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_delay_time": { 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.608 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_memtable_time": { 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_pre_and_post_time": { 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_wal_time": { 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.609 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_latency": { 2024-07-27T19:57:07.610 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.610 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.610 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.610 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_sync_latency": { 2024-07-27T19:57:07.610 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22395, 2024-07-27T19:57:07.610 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7554540794 2024-07-27T19:57:07.610 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.610 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.610 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.610 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.0": { 2024-07-27T19:57:07.610 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.610 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22453 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:07.611 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3956736 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.612 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:07.613 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 754597888 2024-07-27T19:57:07.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.613 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:07.613 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19, 2024-07-27T19:57:07.613 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4275623 2024-07-27T19:57:07.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.613 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:07.613 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19, 2024-07-27T19:57:07.613 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1283434 2024-07-27T19:57:07.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.613 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:07.613 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 191, 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 885531 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 728301568 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 80088, 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7013700490 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:07.614 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 80106, 2024-07-27T19:57:07.615 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13279339007 2024-07-27T19:57:07.615 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.615 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:07.615 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12230656 2024-07-27T19:57:07.615 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.615 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:07.615 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 328122368 2024-07-27T19:57:07.615 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.615 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:07.615 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 724041728 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 48 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 252856916 2024-07-27T19:57:07.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.617 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:07.617 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17270 2024-07-27T19:57:07.617 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.617 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:07.617 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 187543552 2024-07-27T19:57:07.617 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.617 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:07.617 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 187547648 2024-07-27T19:57:07.617 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.617 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:07.618 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.618 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.618 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:07.618 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.618 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6889 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17270, 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 120276713 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 190885820 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15366 2024-07-27T19:57:07.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1328141 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 560 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3918109 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 774 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.620 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2589968 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2589968 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 216 2024-07-27T19:57:07.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 774, 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1350373 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:07.622 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 577 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7786 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.623 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:07.624 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.624 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.624 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:07.624 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.624 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.624 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:07.624 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1089560576 2024-07-27T19:57:07.624 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.624 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.624 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:07.624 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:07.624 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15437824 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22097, 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 91648834 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3687, 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 443812582 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:07.625 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:07.626 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 35723, 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 302182949 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 80042, 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17777890859 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.627 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:07.628 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 79321, 2024-07-27T19:57:07.628 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1895739966 2024-07-27T19:57:07.628 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.628 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:07.628 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 80042, 2024-07-27T19:57:07.628 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57936836 2024-07-27T19:57:07.629 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.629 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:07.629 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 80042, 2024-07-27T19:57:07.629 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17835827695 2024-07-27T19:57:07.629 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.630 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:07.630 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.630 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.630 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.630 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:07.630 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 34805, 2024-07-27T19:57:07.630 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 890103840 2024-07-27T19:57:07.630 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.630 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:07.630 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1116, 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3091806 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19430, 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9751604 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 53, 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69365 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16986, 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2462650857 2024-07-27T19:57:07.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.632 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:07.632 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 260134 2024-07-27T19:57:07.632 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.632 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:07.632 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 25052 2024-07-27T19:57:07.632 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.632 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.632 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23941, 2024-07-27T19:57:07.632 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2093311443 2024-07-27T19:57:07.632 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.632 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:07.633 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 55161, 2024-07-27T19:57:07.633 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19603520 2024-07-27T19:57:07.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.633 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:07.633 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 31220, 2024-07-27T19:57:07.633 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1278823026 2024-07-27T19:57:07.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.633 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:07.633 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.633 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:07.633 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15983, 2024-07-27T19:57:07.634 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 504925999 2024-07-27T19:57:07.634 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.634 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:07.634 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.634 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.634 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:07.634 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.634 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.634 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:07.635 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.635 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.635 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:07.635 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.635 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.635 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:07.635 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:07.635 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6534737250 2024-07-27T19:57:07.635 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9799, 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 516780874 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9799, 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5633689387617 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9799, 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7174754345472 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.636 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3235755487933 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11171273 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 214065027 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:07.637 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32680734607 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 36414535 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18652863624 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10596715475 2024-07-27T19:57:07.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.639 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:07.639 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11020778 2024-07-27T19:57:07.639 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.639 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.639 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2841, 2024-07-27T19:57:07.639 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15298535 2024-07-27T19:57:07.639 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.639 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:07.639 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:07.639 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68695491494 2024-07-27T19:57:07.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.640 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:07.640 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:07.640 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11838022113 2024-07-27T19:57:07.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.641 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:07.641 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:07.641 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 600155845 2024-07-27T19:57:07.641 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.641 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:07.641 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:07.642 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1406074086 2024-07-27T19:57:07.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.642 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:07.642 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 581574656 2024-07-27T19:57:07.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.642 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:07.642 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 536633344 2024-07-27T19:57:07.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.643 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:07.643 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2601624064 2024-07-27T19:57:07.643 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.643 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:07.643 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44941312 2024-07-27T19:57:07.643 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.644 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:07.644 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.644 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:07.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.644 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.644 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.644 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.644 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.644 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57184676 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.646 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.646 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T19:57:07.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.646 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.646 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57344 2024-07-27T19:57:07.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.646 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.646 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.646 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68574812 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:07.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.648 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.648 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.648 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 428885072 2024-07-27T19:57:07.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.648 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1904 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 119456 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.650 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.650 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.650 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.650 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.650 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.650 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.650 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.650 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.650 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.650 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.650 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.650 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 74310048 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69424 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.651 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38123117 2024-07-27T19:57:07.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.652 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.652 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.652 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.652 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.654 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.654 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.654 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.654 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.654 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.654 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70859363 2024-07-27T19:57:07.654 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.654 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 428885072 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.655 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.656 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.656 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.656 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.656 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.656 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.656 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.656 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.656 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.657 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 151679 2024-07-27T19:57:07.657 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.657 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.657 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1147013 2024-07-27T19:57:07.657 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.657 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.657 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.657 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.657 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.657 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.657 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.658 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.658 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.658 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.658 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.658 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73132716 2024-07-27T19:57:07.658 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.658 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.658 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:07.658 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:07.658 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.659 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.659 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.659 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20 2024-07-27T19:57:07.659 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.659 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:07.659 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.659 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.659 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.659 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.659 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.660 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.660 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:07.660 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56 2024-07-27T19:57:07.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.660 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:07.660 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.660 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:07.660 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46500 2024-07-27T19:57:07.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.660 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 134684, 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9282860570 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2468525566 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.661 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:07.662 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46500, 2024-07-27T19:57:07.662 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 249059993915 2024-07-27T19:57:07.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.662 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:07.662 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3480558112 2024-07-27T19:57:07.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.662 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:07.662 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 47286, 2024-07-27T19:57:07.662 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22074317502 2024-07-27T19:57:07.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.662 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46500, 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 77992996884 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31036 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 31036, 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17909470856 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:07.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3480558112 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 31143, 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6788390531 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 31036, 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6658357797 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7987 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:07.664 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 561472858 2024-07-27T19:57:07.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.665 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:07.665 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7987, 2024-07-27T19:57:07.665 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16128972958 2024-07-27T19:57:07.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.665 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:07.665 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.665 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:07.665 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.665 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:07.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.666 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:07.666 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8479, 2024-07-27T19:57:07.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5850115712 2024-07-27T19:57:07.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.666 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:07.666 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7987, 2024-07-27T19:57:07.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13670431404 2024-07-27T19:57:07.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.666 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7477 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1907052708 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7477, 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 215021550101 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:07.667 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7664, 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9435811259 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7477, 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57664207683 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4194304 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:07.668 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 743751680 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.1": { 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:07.669 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23665 2024-07-27T19:57:07.670 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.670 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:07.670 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.670 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.670 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:07.670 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.670 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.670 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:07.671 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.671 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.671 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:07.671 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:07.671 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.671 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:07.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.672 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.672 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:07.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.672 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.672 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:07.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4378624 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 737927168 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18, 2024-07-27T19:57:07.673 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4884148 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18, 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282854 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 184, 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 870708 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.674 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 752943104 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73094, 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6794910627 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73100, 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12763408738 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 200704 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.675 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:07.676 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 299470848 2024-07-27T19:57:07.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.676 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:07.676 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 774242304 2024-07-27T19:57:07.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.676 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:07.676 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.676 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:07.676 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:07.677 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 49 2024-07-27T19:57:07.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.677 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:07.677 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 200220672 2024-07-27T19:57:07.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.677 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:07.677 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11816 2024-07-27T19:57:07.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 165814272 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 165818368 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.678 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5073 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 11816, 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 109712112 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 122527297 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9432 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.679 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1627762 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 528 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4334636 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 736 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2706874 2024-07-27T19:57:07.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2706874 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 211 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:07.681 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 736, 2024-07-27T19:57:07.682 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1479859 2024-07-27T19:57:07.682 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.682 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:07.682 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.682 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.682 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.682 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:07.682 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.682 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.682 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:07.682 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.682 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 696 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7, 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8931 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.683 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1044496384 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.684 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14839808 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19871, 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 90402190 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3647, 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 524702229 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.685 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.686 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.686 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:07.686 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.686 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.686 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:07.686 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.686 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.686 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:07.686 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.686 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.686 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:07.687 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19134, 2024-07-27T19:57:07.687 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 160438638 2024-07-27T19:57:07.687 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.687 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:07.687 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.687 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.687 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.687 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:07.688 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.688 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.688 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:07.688 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73046, 2024-07-27T19:57:07.688 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17012991004 2024-07-27T19:57:07.688 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.688 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:07.688 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72342, 2024-07-27T19:57:07.689 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1944429125 2024-07-27T19:57:07.689 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.689 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:07.689 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73046, 2024-07-27T19:57:07.689 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 51584957 2024-07-27T19:57:07.689 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.689 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:07.689 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73046, 2024-07-27T19:57:07.689 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17064575961 2024-07-27T19:57:07.689 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.689 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:07.689 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.690 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.690 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.690 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:07.690 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28715, 2024-07-27T19:57:07.690 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 567611439 2024-07-27T19:57:07.690 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.690 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:07.690 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 988, 2024-07-27T19:57:07.690 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2956973 2024-07-27T19:57:07.690 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.690 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:07.690 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 11633, 2024-07-27T19:57:07.691 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11201444 2024-07-27T19:57:07.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.691 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:07.691 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46, 2024-07-27T19:57:07.691 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 63749 2024-07-27T19:57:07.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.691 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:07.691 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9813, 2024-07-27T19:57:07.691 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1547381756 2024-07-27T19:57:07.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.691 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 231617 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27861 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 29717, 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1751775795 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 87961, 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28474205 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 58244, 2024-07-27T19:57:07.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 778503331 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15958, 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 445021582 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.693 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:07.694 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.694 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.694 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:07.694 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.694 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.694 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:07.694 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:07.694 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6879989119 2024-07-27T19:57:07.694 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.694 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:07.694 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22961, 2024-07-27T19:57:07.694 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1256986827 2024-07-27T19:57:07.695 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.695 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:07.695 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22961, 2024-07-27T19:57:07.695 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4337897111798 2024-07-27T19:57:07.695 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.695 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:07.695 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22961, 2024-07-27T19:57:07.695 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7361896724431 2024-07-27T19:57:07.695 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.695 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3072241293025 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9684307 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 165503584 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31263900236 2024-07-27T19:57:07.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.697 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:07.697 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:07.697 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32405911 2024-07-27T19:57:07.697 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.697 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:07.697 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:07.697 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17268767560 2024-07-27T19:57:07.697 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.697 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:07.697 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:07.697 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9271123749 2024-07-27T19:57:07.697 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.698 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:07.698 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10429861 2024-07-27T19:57:07.698 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.698 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.698 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2810, 2024-07-27T19:57:07.698 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15688275 2024-07-27T19:57:07.698 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.698 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:07.698 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:07.698 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 64864038522 2024-07-27T19:57:07.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.699 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:07.699 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:07.699 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10549544633 2024-07-27T19:57:07.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 552016680 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1406074086 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 694722560 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.700 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:07.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 655097856 2024-07-27T19:57:07.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.701 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:07.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2601624064 2024-07-27T19:57:07.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.701 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:07.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 39624704 2024-07-27T19:57:07.701 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.701 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:07.701 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:07.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.702 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.702 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.702 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57099568 2024-07-27T19:57:07.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.702 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.703 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.703 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.704 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.704 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 77824 2024-07-27T19:57:07.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.704 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1036288 2024-07-27T19:57:07.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.705 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.705 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.705 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.705 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67615440 2024-07-27T19:57:07.706 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.706 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:07.706 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:07.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.706 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.706 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 428246761 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 256 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.708 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 110064 2024-07-27T19:57:07.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.708 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 224 2024-07-27T19:57:07.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.708 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.708 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 74959175 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.710 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71744 2024-07-27T19:57:07.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.710 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38066378 2024-07-27T19:57:07.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.710 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.710 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.712 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.712 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.712 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.713 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70913782 2024-07-27T19:57:07.713 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.713 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:07.713 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:07.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.714 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.714 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.714 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.714 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.715 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 428246761 2024-07-27T19:57:07.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.715 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.715 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.716 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.716 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.716 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 159014 2024-07-27T19:57:07.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.717 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1140931 2024-07-27T19:57:07.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.717 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.717 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.718 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.718 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73769774 2024-07-27T19:57:07.718 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.719 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:07.719 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:07.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.719 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T19:57:07.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.719 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:07.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.720 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.720 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.720 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.720 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:07.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 50 2024-07-27T19:57:07.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.721 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:07.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.721 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:07.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 50486 2024-07-27T19:57:07.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.722 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:07.722 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 139426, 2024-07-27T19:57:07.722 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10538197756 2024-07-27T19:57:07.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.722 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:07.722 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.723 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:07.723 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.723 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:07.723 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2308270886 2024-07-27T19:57:07.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.723 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:07.723 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 50486, 2024-07-27T19:57:07.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 609543984127 2024-07-27T19:57:07.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.724 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:07.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2799983827 2024-07-27T19:57:07.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.724 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:07.724 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 52218, 2024-07-27T19:57:07.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32623647895 2024-07-27T19:57:07.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.725 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:07.725 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 50486, 2024-07-27T19:57:07.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 110542006556 2024-07-27T19:57:07.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.725 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28300 2024-07-27T19:57:07.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.725 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:07.726 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28300, 2024-07-27T19:57:07.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15080585624 2024-07-27T19:57:07.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.726 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:07.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.726 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:07.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2799983827 2024-07-27T19:57:07.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.726 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:07.727 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28739, 2024-07-27T19:57:07.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6360790071 2024-07-27T19:57:07.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.727 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:07.727 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28300, 2024-07-27T19:57:07.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6217540909 2024-07-27T19:57:07.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.727 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:07.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12381 2024-07-27T19:57:07.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.727 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:07.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 341522091 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12381, 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 100784708859 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:07.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12573, 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13017433691 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12381, 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31445445593 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9805 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:07.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1966748795 2024-07-27T19:57:07.730 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.730 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:07.730 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9805, 2024-07-27T19:57:07.730 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 493678689644 2024-07-27T19:57:07.730 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.730 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:07.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.731 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:07.731 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10906, 2024-07-27T19:57:07.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13245424133 2024-07-27T19:57:07.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.732 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:07.732 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9805, 2024-07-27T19:57:07.732 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 72879020054 2024-07-27T19:57:07.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.732 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:07.732 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.732 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:07.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 75 2024-07-27T19:57:07.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.733 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:07.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T19:57:07.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.733 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:07.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:07.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.734 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:07.734 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 767791104 2024-07-27T19:57:07.734 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.734 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.734 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.2": { 2024-07-27T19:57:07.735 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.735 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:07.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18427 2024-07-27T19:57:07.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.735 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:07.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.735 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2723840 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 655024128 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:07.737 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18, 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4464144 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18, 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1598171 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 172, 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 792019 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:07.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 542572544 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76029, 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6510302745 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76055, 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12454757598 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12263424 2024-07-27T19:57:07.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.740 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:07.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 311521280 2024-07-27T19:57:07.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.740 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:07.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 551092224 2024-07-27T19:57:07.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.740 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:07.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.740 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:07.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 243254556 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17553 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176541696 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.741 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:07.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176545792 2024-07-27T19:57:07.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.742 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:07.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.742 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:07.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.742 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:07.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6735 2024-07-27T19:57:07.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17553, 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 116712901 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 174072791 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15429 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1225568 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.743 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:07.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 578 2024-07-27T19:57:07.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.744 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:07.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2648310 2024-07-27T19:57:07.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.744 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:07.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 734 2024-07-27T19:57:07.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.744 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:07.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1422742 2024-07-27T19:57:07.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.744 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1422742 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 157 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 734, 2024-07-27T19:57:07.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 993239 2024-07-27T19:57:07.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.746 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:07.746 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.746 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:07.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.746 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:07.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.746 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.747 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:07.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 582 2024-07-27T19:57:07.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.747 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:07.747 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6, 2024-07-27T19:57:07.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8442 2024-07-27T19:57:07.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.747 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:07.747 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 972005376 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:07.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10633216 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15778, 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56326401 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3744, 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 439867780 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:07.749 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:07.750 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 31151, 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 278523848 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 75993, 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16572430393 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.751 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 75352, 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1733976673 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 75993, 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 48047814 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 75993, 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16620478207 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.753 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:07.753 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62091, 2024-07-27T19:57:07.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 833564963 2024-07-27T19:57:07.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.753 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:07.753 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1072, 2024-07-27T19:57:07.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2754648 2024-07-27T19:57:07.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.753 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:07.754 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23351, 2024-07-27T19:57:07.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13324816 2024-07-27T19:57:07.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.754 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:07.754 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 37, 2024-07-27T19:57:07.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 60324 2024-07-27T19:57:07.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.754 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:07.754 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 21668, 2024-07-27T19:57:07.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2001058192 2024-07-27T19:57:07.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.754 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 275390 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20410 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12056, 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1606190767 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 33318, 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12471483 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.755 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 21262, 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1196674031 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13740, 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 442112292 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.756 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5147155747 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.757 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:07.758 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7342, 2024-07-27T19:57:07.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 583570135 2024-07-27T19:57:07.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.758 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:07.758 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7342, 2024-07-27T19:57:07.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5074681092333 2024-07-27T19:57:07.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.758 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:07.758 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7342, 2024-07-27T19:57:07.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7543317662770 2024-07-27T19:57:07.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.759 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:07.759 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:07.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3221734946174 2024-07-27T19:57:07.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.760 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:07.760 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:07.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10654768 2024-07-27T19:57:07.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.760 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:07.760 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:07.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 195730705 2024-07-27T19:57:07.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.760 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:07.760 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:07.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28548785699 2024-07-27T19:57:07.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 34332347 2024-07-27T19:57:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15147800648 2024-07-27T19:57:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9010465212 2024-07-27T19:57:07.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.762 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:07.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6235378 2024-07-27T19:57:07.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.762 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.762 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2804, 2024-07-27T19:57:07.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14788666 2024-07-27T19:57:07.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.762 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:07.762 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:07.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 58064780343 2024-07-27T19:57:07.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.762 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:07.763 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:07.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10170524423 2024-07-27T19:57:07.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.763 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:07.763 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:07.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 542900299 2024-07-27T19:57:07.763 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.763 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:07.763 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:07.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1406074086 2024-07-27T19:57:07.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 473661440 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 435478528 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2601624064 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38182912 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:07.764 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57423975 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T19:57:07.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.767 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 135168 2024-07-27T19:57:07.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.767 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.767 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.767 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.768 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68257689 2024-07-27T19:57:07.768 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.768 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:07.768 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:07.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.768 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.768 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 430679814 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1488 2024-07-27T19:57:07.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 103632 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 224 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 72531322 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.772 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 86528 2024-07-27T19:57:07.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.772 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38282650 2024-07-27T19:57:07.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.772 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.772 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.773 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.773 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.774 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.775 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.778 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.778 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.778 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.778 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.779 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70682726 2024-07-27T19:57:07.779 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.779 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:07.779 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.779 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:07.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.779 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.779 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.779 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.780 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 430679814 2024-07-27T19:57:07.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.780 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.780 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.780 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.781 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.781 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 135232 2024-07-27T19:57:07.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.781 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1163608 2024-07-27T19:57:07.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.782 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.782 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.782 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.782 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71337826 2024-07-27T19:57:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 88 2024-07-27T19:57:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.783 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:07.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.784 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.784 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.784 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.784 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:07.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46 2024-07-27T19:57:07.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.784 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:07.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 58097 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 162416, 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9317321484 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:07.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.786 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:07.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2155338798 2024-07-27T19:57:07.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.786 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:07.786 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 58097, 2024-07-27T19:57:07.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 112306948601 2024-07-27T19:57:07.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.786 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:07.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3845262083 2024-07-27T19:57:07.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.786 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:07.787 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 59602, 2024-07-27T19:57:07.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44146086523 2024-07-27T19:57:07.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.787 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:07.787 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 58097, 2024-07-27T19:57:07.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 77474466520 2024-07-27T19:57:07.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.787 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27580 2024-07-27T19:57:07.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.787 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:07.788 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 27580, 2024-07-27T19:57:07.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20698694656 2024-07-27T19:57:07.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.788 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:07.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.788 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:07.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3845262083 2024-07-27T19:57:07.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.788 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:07.788 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28223, 2024-07-27T19:57:07.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6707019590 2024-07-27T19:57:07.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.789 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:07.789 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 27580, 2024-07-27T19:57:07.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9869552931 2024-07-27T19:57:07.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.789 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:07.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28575 2024-07-27T19:57:07.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.789 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:07.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 478988216 2024-07-27T19:57:07.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28575, 2024-07-27T19:57:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 58638651784 2024-07-27T19:57:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.790 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:07.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.791 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:07.791 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 29274, 2024-07-27T19:57:07.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33896579378 2024-07-27T19:57:07.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.791 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:07.791 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28575, 2024-07-27T19:57:07.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 53537569442 2024-07-27T19:57:07.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.791 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1942 2024-07-27T19:57:07.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.792 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:07.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1676350582 2024-07-27T19:57:07.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.792 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:07.792 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1942, 2024-07-27T19:57:07.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32969602161 2024-07-27T19:57:07.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.792 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:07.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.793 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:07.793 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2105, 2024-07-27T19:57:07.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3542487555 2024-07-27T19:57:07.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.793 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:07.793 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1942, 2024-07-27T19:57:07.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14067344147 2024-07-27T19:57:07.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.793 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:07.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.793 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 553213952 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.795 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.3": { 2024-07-27T19:57:07.795 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.795 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:07.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22220 2024-07-27T19:57:07.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.795 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:07.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.795 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:07.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.796 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1179648 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 587968512 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:07.797 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17, 2024-07-27T19:57:07.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5158363 2024-07-27T19:57:07.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.798 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:07.798 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17, 2024-07-27T19:57:07.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1779351 2024-07-27T19:57:07.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.798 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:07.798 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 163, 2024-07-27T19:57:07.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 817628 2024-07-27T19:57:07.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.798 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 545193984 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72971, 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6255623166 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72984, 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12147670831 2024-07-27T19:57:07.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.800 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:07.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16371712 2024-07-27T19:57:07.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.800 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:07.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 298991616 2024-07-27T19:57:07.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.800 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:07.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 540934144 2024-07-27T19:57:07.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.800 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:07.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.801 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:07.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:07.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 40 2024-07-27T19:57:07.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.801 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:07.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70752170 2024-07-27T19:57:07.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.801 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:07.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4786 2024-07-27T19:57:07.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.802 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:07.802 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38178816 2024-07-27T19:57:07.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.802 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:07.802 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38182912 2024-07-27T19:57:07.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.802 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:07.802 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.802 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:07.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.803 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:07.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 116 2024-07-27T19:57:07.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.803 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.803 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4786, 2024-07-27T19:57:07.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10905193 2024-07-27T19:57:07.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.803 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:07.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 36337974 2024-07-27T19:57:07.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.804 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:07.804 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3723 2024-07-27T19:57:07.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.804 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:07.804 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 311209 2024-07-27T19:57:07.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.804 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:07.804 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 274 2024-07-27T19:57:07.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.804 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:07.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1163620 2024-07-27T19:57:07.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.805 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:07.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 381 2024-07-27T19:57:07.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.805 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:07.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 852411 2024-07-27T19:57:07.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.805 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:07.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 852411 2024-07-27T19:57:07.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.806 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:07.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.806 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:07.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.806 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:07.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 108 2024-07-27T19:57:07.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.806 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:07.807 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 381, 2024-07-27T19:57:07.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 569496 2024-07-27T19:57:07.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.807 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:07.807 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.807 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:07.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.807 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:07.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 650 2024-07-27T19:57:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T19:57:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8262 2024-07-27T19:57:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.809 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:07.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.809 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:07.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.809 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:07.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 890728448 2024-07-27T19:57:07.809 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.809 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:07.810 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:07.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:07.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.810 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:07.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10657792 2024-07-27T19:57:07.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.810 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:07.810 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18071, 2024-07-27T19:57:07.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 66792328 2024-07-27T19:57:07.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.811 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:07.811 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3658, 2024-07-27T19:57:07.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 394151205 2024-07-27T19:57:07.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.811 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:07.811 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.811 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:07.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13640, 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 110387205 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72941, 2024-07-27T19:57:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15893859050 2024-07-27T19:57:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72171, 2024-07-27T19:57:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1886654970 2024-07-27T19:57:07.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.814 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:07.814 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72941, 2024-07-27T19:57:07.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 49821729 2024-07-27T19:57:07.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.814 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:07.814 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72941, 2024-07-27T19:57:07.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15943680779 2024-07-27T19:57:07.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.814 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:07.814 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.815 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:07.815 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 30283, 2024-07-27T19:57:07.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 424417909 2024-07-27T19:57:07.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.815 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:07.815 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1382, 2024-07-27T19:57:07.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3570312 2024-07-27T19:57:07.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.815 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:07.815 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4695, 2024-07-27T19:57:07.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5541555 2024-07-27T19:57:07.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.816 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:07.816 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 41, 2024-07-27T19:57:07.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56495 2024-07-27T19:57:07.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.816 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:07.816 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 11468, 2024-07-27T19:57:07.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1164087149 2024-07-27T19:57:07.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.816 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:07.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 217622 2024-07-27T19:57:07.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.817 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:07.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18477 2024-07-27T19:57:07.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.817 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.817 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 25481, 2024-07-27T19:57:07.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1099660766 2024-07-27T19:57:07.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.817 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:07.818 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 70959, 2024-07-27T19:57:07.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22852884 2024-07-27T19:57:07.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.818 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:07.818 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 45478, 2024-07-27T19:57:07.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 584041726 2024-07-27T19:57:07.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.818 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:07.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.819 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:07.819 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12981, 2024-07-27T19:57:07.819 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 407338198 2024-07-27T19:57:07.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.819 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:07.819 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.819 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:07.819 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.819 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:07.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.820 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:07.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.820 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:07.820 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:07.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5165883985 2024-07-27T19:57:07.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.820 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:07.820 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18507, 2024-07-27T19:57:07.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1180032494 2024-07-27T19:57:07.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.821 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:07.821 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18506, 2024-07-27T19:57:07.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4788842701143 2024-07-27T19:57:07.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.821 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:07.821 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18507, 2024-07-27T19:57:07.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7213397944267 2024-07-27T19:57:07.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.822 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:07.822 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82937, 2024-07-27T19:57:07.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3191487264542 2024-07-27T19:57:07.822 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.822 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:07.822 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82937, 2024-07-27T19:57:07.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9947971 2024-07-27T19:57:07.822 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.822 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:07.822 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:07.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 233771793 2024-07-27T19:57:07.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.823 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:07.823 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:07.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28073459044 2024-07-27T19:57:07.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.823 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:07.823 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:07.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33068603 2024-07-27T19:57:07.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.823 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:07.823 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:07.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14142177468 2024-07-27T19:57:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7599157372 2024-07-27T19:57:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6241300 2024-07-27T19:57:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2751, 2024-07-27T19:57:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19741086 2024-07-27T19:57:07.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.825 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:07.825 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:07.825 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 55229960399 2024-07-27T19:57:07.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.825 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:07.825 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:07.825 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8708059419 2024-07-27T19:57:07.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.825 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:07.825 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:07.825 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 519275603 2024-07-27T19:57:07.825 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.826 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:07.826 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:07.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1406074086 2024-07-27T19:57:07.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.826 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:07.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 501678080 2024-07-27T19:57:07.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.826 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:07.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 468221952 2024-07-27T19:57:07.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2601624064 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33456128 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.828 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.828 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57578033 2024-07-27T19:57:07.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.828 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.828 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8192 2024-07-27T19:57:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 98304 2024-07-27T19:57:07.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.830 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68144591 2024-07-27T19:57:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 431835254 2024-07-27T19:57:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 944 2024-07-27T19:57:07.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 55344 2024-07-27T19:57:07.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.834 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.834 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.834 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71424938 2024-07-27T19:57:07.835 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.835 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:07.835 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:07.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 172400 2024-07-27T19:57:07.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38385355 2024-07-27T19:57:07.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.838 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.838 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.838 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70494149 2024-07-27T19:57:07.838 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.838 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:07.839 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:07.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 431835254 2024-07-27T19:57:07.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.841 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.841 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 140521 2024-07-27T19:57:07.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.841 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1167639 2024-07-27T19:57:07.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.842 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.842 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.842 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.842 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70173066 2024-07-27T19:57:07.843 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.843 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:07.843 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:07.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.843 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T19:57:07.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.843 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:07.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.844 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.844 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.844 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.844 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:07.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 54 2024-07-27T19:57:07.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42519 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 123614, 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8862538342 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:07.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.846 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:07.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.846 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:07.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1601588607 2024-07-27T19:57:07.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.846 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:07.846 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42519, 2024-07-27T19:57:07.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 269515987286 2024-07-27T19:57:07.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.846 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1557726639 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 44740, 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27924984389 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42519, 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67309896302 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23536 2024-07-27T19:57:07.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23536, 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44749697159 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1557726639 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 24080, 2024-07-27T19:57:07.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6139469778 2024-07-27T19:57:07.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:07.849 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23536, 2024-07-27T19:57:07.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5666951291 2024-07-27T19:57:07.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:07.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14943 2024-07-27T19:57:07.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:07.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 303428295 2024-07-27T19:57:07.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:07.850 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14943, 2024-07-27T19:57:07.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 164322943926 2024-07-27T19:57:07.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.850 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:07.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.850 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:07.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.850 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:07.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.851 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:07.851 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16509, 2024-07-27T19:57:07.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16844828282 2024-07-27T19:57:07.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.851 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:07.851 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14943, 2024-07-27T19:57:07.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 37995832767 2024-07-27T19:57:07.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.851 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4040 2024-07-27T19:57:07.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1298160312 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4040, 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 60443346201 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4151, 2024-07-27T19:57:07.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4940686329 2024-07-27T19:57:07.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.853 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:07.853 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4040, 2024-07-27T19:57:07.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23647112244 2024-07-27T19:57:07.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.853 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:07.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.853 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:07.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.853 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:07.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T19:57:07.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.854 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:07.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:07.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.854 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:07.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 555864064 2024-07-27T19:57:07.854 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.854 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.854 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.4": { 2024-07-27T19:57:07.854 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.855 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:07.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 107277 2024-07-27T19:57:07.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.855 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:07.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.855 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:07.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.855 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:07.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.856 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:07.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:07.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.856 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:07.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.856 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:07.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.856 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:07.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.857 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:07.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.857 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:07.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2416640 2024-07-27T19:57:07.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.857 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:07.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 633524224 2024-07-27T19:57:07.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.857 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:07.858 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15, 2024-07-27T19:57:07.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3207043 2024-07-27T19:57:07.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.858 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:07.858 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15, 2024-07-27T19:57:07.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1065830 2024-07-27T19:57:07.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.858 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:07.858 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 153, 2024-07-27T19:57:07.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 775476 2024-07-27T19:57:07.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.859 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:07.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:07.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.859 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:07.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 607584256 2024-07-27T19:57:07.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.859 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:07.859 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61963, 2024-07-27T19:57:07.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9837651733 2024-07-27T19:57:07.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.859 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:07.860 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61996, 2024-07-27T19:57:07.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16015241113 2024-07-27T19:57:07.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.860 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:07.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4521984 2024-07-27T19:57:07.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.860 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:07.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 253886464 2024-07-27T19:57:07.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.860 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:07.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 624623616 2024-07-27T19:57:07.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.861 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:07.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.861 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:07.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.861 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:07.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46 2024-07-27T19:57:07.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.861 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:07.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 246428197 2024-07-27T19:57:07.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.862 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:07.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17526 2024-07-27T19:57:07.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.862 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:07.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 193208320 2024-07-27T19:57:07.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.862 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:07.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 193212416 2024-07-27T19:57:07.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.862 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:07.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.863 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:07.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.863 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:07.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8349 2024-07-27T19:57:07.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.863 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.863 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17526, 2024-07-27T19:57:07.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 126488659 2024-07-27T19:57:07.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.863 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:07.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 179731475 2024-07-27T19:57:07.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.864 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:07.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15477 2024-07-27T19:57:07.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.864 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:07.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1058320 2024-07-27T19:57:07.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.864 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:07.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 571 2024-07-27T19:57:07.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.864 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:07.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2207822 2024-07-27T19:57:07.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.865 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:07.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 754 2024-07-27T19:57:07.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.865 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:07.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1149502 2024-07-27T19:57:07.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.865 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:07.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1149502 2024-07-27T19:57:07.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.866 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:07.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.866 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:07.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.866 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:07.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 187 2024-07-27T19:57:07.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.867 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:07.867 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 754, 2024-07-27T19:57:07.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 946406 2024-07-27T19:57:07.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.867 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:07.867 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.867 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:07.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.868 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:07.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.868 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.868 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:07.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 817 2024-07-27T19:57:07.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.868 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:07.868 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6, 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8702 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.869 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:07.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 892112896 2024-07-27T19:57:07.870 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.870 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.870 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:07.870 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:07.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:07.870 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.870 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:07.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10653696 2024-07-27T19:57:07.870 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.871 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:07.871 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22120, 2024-07-27T19:57:07.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 62442298 2024-07-27T19:57:07.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.871 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:07.871 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3591, 2024-07-27T19:57:07.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 398743684 2024-07-27T19:57:07.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.871 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:07.871 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.872 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:07.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.872 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:07.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.872 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:07.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.872 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:07.873 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14896, 2024-07-27T19:57:07.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 136312738 2024-07-27T19:57:07.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.873 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:07.873 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.873 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:07.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.873 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:07.874 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61923, 2024-07-27T19:57:07.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19223288888 2024-07-27T19:57:07.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.874 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:07.874 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61443, 2024-07-27T19:57:07.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1420364729 2024-07-27T19:57:07.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.874 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:07.874 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61923, 2024-07-27T19:57:07.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 49574828 2024-07-27T19:57:07.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.875 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:07.875 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61923, 2024-07-27T19:57:07.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19272863716 2024-07-27T19:57:07.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.875 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:07.875 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.875 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:07.875 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 29595, 2024-07-27T19:57:07.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 908869312 2024-07-27T19:57:07.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.876 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:07.876 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 875, 2024-07-27T19:57:07.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2263519 2024-07-27T19:57:07.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.876 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:07.876 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17102, 2024-07-27T19:57:07.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9388900 2024-07-27T19:57:07.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.876 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:07.876 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46, 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 91532 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15749, 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2875113516 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 195352 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20993 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.877 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.878 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9972, 2024-07-27T19:57:07.878 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1581864307 2024-07-27T19:57:07.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.878 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:07.878 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 39223, 2024-07-27T19:57:07.878 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11955408 2024-07-27T19:57:07.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.878 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:07.878 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 29251, 2024-07-27T19:57:07.878 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1295676079 2024-07-27T19:57:07.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.879 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:07.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.879 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:07.879 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14191, 2024-07-27T19:57:07.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 394420480 2024-07-27T19:57:07.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.879 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:07.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.880 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:07.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.880 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:07.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.880 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:07.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.880 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:07.880 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:07.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9026310947 2024-07-27T19:57:07.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.881 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:07.881 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18715, 2024-07-27T19:57:07.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020648923 2024-07-27T19:57:07.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.881 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:07.881 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18713, 2024-07-27T19:57:07.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4793641645718 2024-07-27T19:57:07.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.881 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:07.881 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18715, 2024-07-27T19:57:07.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7021224984580 2024-07-27T19:57:07.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.882 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:07.882 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73160, 2024-07-27T19:57:07.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3249984129402 2024-07-27T19:57:07.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.882 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:07.882 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73160, 2024-07-27T19:57:07.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7835017 2024-07-27T19:57:07.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.882 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:07.882 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 282990036 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 29463968832 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 25865193 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:07.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13086295969 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8260796781 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6236105 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2662, 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13961672 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.884 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 60131551116 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9236853613 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 479098274 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.885 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:07.886 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:07.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1405117516 2024-07-27T19:57:07.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.886 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:07.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 602963968 2024-07-27T19:57:07.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.886 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:07.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 459128832 2024-07-27T19:57:07.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.886 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:07.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2600498688 2024-07-27T19:57:07.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.887 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:07.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 143835136 2024-07-27T19:57:07.887 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.887 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:07.887 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:07.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.887 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.887 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57287746 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16384 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 532480 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67992510 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:07.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.891 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.891 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.891 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 429658100 2024-07-27T19:57:07.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.892 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.892 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.892 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1776 2024-07-27T19:57:07.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.892 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.893 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 109008 2024-07-27T19:57:07.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.893 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.893 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.893 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73547596 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.894 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.895 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 210048 2024-07-27T19:57:07.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.895 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38191831 2024-07-27T19:57:07.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.895 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.895 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.896 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.896 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.896 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.896 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70650025 2024-07-27T19:57:07.898 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.898 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:07.898 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:07.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.898 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.898 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.899 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.899 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 429658100 2024-07-27T19:57:07.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.899 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.899 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.899 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.899 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.899 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.899 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.900 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.900 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.900 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.900 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.900 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 144077 2024-07-27T19:57:07.900 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.900 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.900 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1156618 2024-07-27T19:57:07.900 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.900 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.900 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 72357685 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:07.901 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:07.902 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.902 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.902 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.902 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31 2024-07-27T19:57:07.902 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.902 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:07.902 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.902 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.902 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.902 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.903 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.903 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.903 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.903 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:07.903 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 49 2024-07-27T19:57:07.903 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.903 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:07.903 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.903 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.903 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:07.903 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 34373 2024-07-27T19:57:07.903 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.904 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:07.904 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 102345, 2024-07-27T19:57:07.904 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10896347989 2024-07-27T19:57:07.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.904 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:07.904 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.904 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:07.904 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:07.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.904 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:07.905 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1782253964 2024-07-27T19:57:07.905 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.905 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:07.905 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 34373, 2024-07-27T19:57:07.905 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70810583476 2024-07-27T19:57:07.905 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.905 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:07.905 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2026942333 2024-07-27T19:57:07.905 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.905 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:07.905 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 34938, 2024-07-27T19:57:07.905 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14561212024 2024-07-27T19:57:07.906 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.906 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:07.906 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 34373, 2024-07-27T19:57:07.906 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 36819233999 2024-07-27T19:57:07.906 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.906 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.906 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23492 2024-07-27T19:57:07.906 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.906 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:07.906 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23492, 2024-07-27T19:57:07.906 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14896322629 2024-07-27T19:57:07.906 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.907 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:07.907 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.907 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:07.907 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2026942333 2024-07-27T19:57:07.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.907 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:07.907 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23659, 2024-07-27T19:57:07.907 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5270376149 2024-07-27T19:57:07.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.907 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:07.908 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23492, 2024-07-27T19:57:07.908 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6252119586 2024-07-27T19:57:07.908 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.908 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:07.908 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6556 2024-07-27T19:57:07.908 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.908 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:07.908 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 284818012 2024-07-27T19:57:07.908 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.908 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:07.908 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6556, 2024-07-27T19:57:07.909 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10660072912 2024-07-27T19:57:07.909 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.909 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:07.909 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.909 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.909 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:07.909 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.909 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.909 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:07.909 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.909 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.910 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:07.910 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6817, 2024-07-27T19:57:07.910 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3608451852 2024-07-27T19:57:07.910 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.910 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:07.910 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6556, 2024-07-27T19:57:07.910 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8869030005 2024-07-27T19:57:07.910 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.910 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.910 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4325 2024-07-27T19:57:07.910 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.911 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:07.911 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1497435952 2024-07-27T19:57:07.911 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.911 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:07.911 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4325, 2024-07-27T19:57:07.911 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45254187935 2024-07-27T19:57:07.911 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.911 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:07.911 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.911 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.911 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:07.912 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4462, 2024-07-27T19:57:07.912 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5682384023 2024-07-27T19:57:07.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.912 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:07.912 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4325, 2024-07-27T19:57:07.912 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 21698084408 2024-07-27T19:57:07.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.912 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:07.912 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.912 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:07.913 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18874404 2024-07-27T19:57:07.913 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.913 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:07.913 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19 2024-07-27T19:57:07.913 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.913 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:07.913 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:07.913 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.913 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:07.913 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 618254336 2024-07-27T19:57:07.913 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.913 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.914 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.5": { 2024-07-27T19:57:07.914 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.914 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:07.914 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17044 2024-07-27T19:57:07.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.914 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:07.914 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.914 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:07.914 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.915 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:07.915 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.915 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:07.915 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:07.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.915 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:07.915 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.915 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:07.915 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.916 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.916 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:07.916 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.916 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.916 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:07.916 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.916 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.916 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:07.916 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7438336 2024-07-27T19:57:07.916 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.916 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:07.917 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 735428608 2024-07-27T19:57:07.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.917 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:07.917 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19, 2024-07-27T19:57:07.917 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3812247 2024-07-27T19:57:07.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.917 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:07.917 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19, 2024-07-27T19:57:07.917 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1297686 2024-07-27T19:57:07.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.917 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:07.918 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 196, 2024-07-27T19:57:07.918 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 857059 2024-07-27T19:57:07.918 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.918 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:07.918 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:07.918 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.918 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:07.918 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 662306816 2024-07-27T19:57:07.918 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.919 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:07.919 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 81189, 2024-07-27T19:57:07.919 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11452488698 2024-07-27T19:57:07.919 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.919 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:07.919 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 81209, 2024-07-27T19:57:07.919 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18347696791 2024-07-27T19:57:07.919 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.919 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:07.919 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16744448 2024-07-27T19:57:07.919 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.920 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:07.920 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 332632064 2024-07-27T19:57:07.920 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.920 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:07.920 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 658046976 2024-07-27T19:57:07.920 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.920 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:07.920 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.920 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.920 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:07.921 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.921 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:07.921 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 50 2024-07-27T19:57:07.921 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.921 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:07.921 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 343352528 2024-07-27T19:57:07.921 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.921 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:07.921 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19628 2024-07-27T19:57:07.922 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.922 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:07.922 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 285212672 2024-07-27T19:57:07.922 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.922 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:07.922 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 285216768 2024-07-27T19:57:07.922 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.922 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:07.922 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.922 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.922 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:07.923 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.923 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.923 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:07.923 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8681 2024-07-27T19:57:07.923 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.923 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.923 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19628, 2024-07-27T19:57:07.923 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 130819421 2024-07-27T19:57:07.923 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.923 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:07.923 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 211631022 2024-07-27T19:57:07.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.924 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:07.924 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15593 2024-07-27T19:57:07.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.924 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:07.924 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2457395 2024-07-27T19:57:07.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.924 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:07.924 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 924 2024-07-27T19:57:07.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.924 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:07.924 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7355143 2024-07-27T19:57:07.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.925 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:07.925 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1228 2024-07-27T19:57:07.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.925 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:07.925 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4897748 2024-07-27T19:57:07.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.925 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:07.925 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4897748 2024-07-27T19:57:07.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.925 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:07.926 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.926 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.926 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:07.926 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.926 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.926 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:07.926 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 310 2024-07-27T19:57:07.926 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.926 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:07.926 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1228, 2024-07-27T19:57:07.926 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2358163 2024-07-27T19:57:07.926 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:07.927 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 656 2024-07-27T19:57:07.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.928 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:07.928 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9, 2024-07-27T19:57:07.928 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10091 2024-07-27T19:57:07.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.928 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:07.928 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.928 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.928 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:07.928 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1078386688 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:07.929 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14852096 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 20459, 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67104148 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3625, 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 505181637 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.930 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.931 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:07.931 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.931 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.931 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:07.931 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.931 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.931 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:07.931 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.931 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.931 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:07.931 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 21409, 2024-07-27T19:57:07.931 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 178925399 2024-07-27T19:57:07.932 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.932 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:07.932 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.932 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.932 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.932 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:07.932 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.932 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.932 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:07.932 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 81137, 2024-07-27T19:57:07.933 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22214636828 2024-07-27T19:57:07.933 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.933 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:07.933 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 80670, 2024-07-27T19:57:07.933 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1623363491 2024-07-27T19:57:07.933 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.933 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:07.933 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 81137, 2024-07-27T19:57:07.933 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45985566 2024-07-27T19:57:07.933 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.933 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:07.934 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 81137, 2024-07-27T19:57:07.934 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22260622394 2024-07-27T19:57:07.934 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.934 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:07.934 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.934 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.934 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.934 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:07.934 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 26820, 2024-07-27T19:57:07.934 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 991080175 2024-07-27T19:57:07.934 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.935 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:07.935 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 841, 2024-07-27T19:57:07.935 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2485734 2024-07-27T19:57:07.935 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.935 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:07.935 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14021, 2024-07-27T19:57:07.935 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9605493 2024-07-27T19:57:07.935 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.935 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:07.935 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 48, 2024-07-27T19:57:07.935 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65348 2024-07-27T19:57:07.936 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.936 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:07.936 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12907, 2024-07-27T19:57:07.936 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1750538908 2024-07-27T19:57:07.936 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.936 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:07.936 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 222327 2024-07-27T19:57:07.936 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.936 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:07.936 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22007 2024-07-27T19:57:07.936 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.936 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10531, 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1661062038 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 31546, 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18218512 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 21015, 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1475670206 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:07.937 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.938 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.938 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:07.938 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16366, 2024-07-27T19:57:07.938 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 460279211 2024-07-27T19:57:07.938 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.938 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:07.938 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.938 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.938 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:07.938 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.938 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.938 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:07.939 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.939 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.939 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:07.939 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.939 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.939 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:07.939 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:07.939 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10638208232 2024-07-27T19:57:07.939 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.939 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:07.939 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9239, 2024-07-27T19:57:07.940 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 867083538 2024-07-27T19:57:07.940 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.940 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:07.940 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9236, 2024-07-27T19:57:07.940 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4270218179870 2024-07-27T19:57:07.940 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.940 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:07.940 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9239, 2024-07-27T19:57:07.940 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7308060272585 2024-07-27T19:57:07.940 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.940 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:07.941 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94626, 2024-07-27T19:57:07.941 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3351386234688 2024-07-27T19:57:07.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.941 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:07.941 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94626, 2024-07-27T19:57:07.941 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10775837 2024-07-27T19:57:07.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.941 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:07.941 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:07.941 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 416981397 2024-07-27T19:57:07.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.941 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:07.942 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:07.942 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 34482416352 2024-07-27T19:57:07.942 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.942 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:07.942 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:07.942 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 35373002 2024-07-27T19:57:07.942 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.942 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:07.942 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:07.942 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17081070538 2024-07-27T19:57:07.942 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.943 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:07.943 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:07.943 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9019814652 2024-07-27T19:57:07.943 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.943 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:07.943 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10435609 2024-07-27T19:57:07.943 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.943 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.943 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2673, 2024-07-27T19:57:07.943 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12971409 2024-07-27T19:57:07.943 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.943 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:07.944 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:07.944 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71653986006 2024-07-27T19:57:07.944 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.944 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:07.944 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:07.944 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10069230552 2024-07-27T19:57:07.944 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.944 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:07.944 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:07.944 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 523448154 2024-07-27T19:57:07.944 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.944 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.945 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:07.945 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:07.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1405117516 2024-07-27T19:57:07.945 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.945 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:07.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 540991488 2024-07-27T19:57:07.945 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.945 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:07.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 497246208 2024-07-27T19:57:07.945 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.945 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:07.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2600498688 2024-07-27T19:57:07.946 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.946 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:07.946 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 43745280 2024-07-27T19:57:07.946 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.946 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.946 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:07.946 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.946 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:07.946 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.946 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.946 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.947 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.947 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56846336 2024-07-27T19:57:07.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.947 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.947 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.948 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.948 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.948 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:07.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.948 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 81920 2024-07-27T19:57:07.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.949 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.949 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.949 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.949 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.949 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.949 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.949 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68896768 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 562036736 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.950 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.951 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.951 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 426347526 2024-07-27T19:57:07.951 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.951 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.951 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.951 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.951 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.951 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.951 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.951 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.952 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2384 2024-07-27T19:57:07.952 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.952 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.952 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.952 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.952 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.952 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 170608 2024-07-27T19:57:07.952 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.952 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.952 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.952 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.953 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.953 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.953 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.953 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.953 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.953 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.953 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.953 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.953 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.953 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.953 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68407354 2024-07-27T19:57:07.954 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.954 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.954 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:07.954 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.954 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:07.954 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.954 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.954 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:07.954 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.954 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.955 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 344032 2024-07-27T19:57:07.955 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.955 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.955 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 37897557 2024-07-27T19:57:07.955 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.955 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.955 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.955 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.955 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.955 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.955 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.956 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.957 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.957 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.957 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70810315 2024-07-27T19:57:07.957 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.958 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:07.958 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:07.958 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 494927872 2024-07-27T19:57:07.958 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.958 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:07.958 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.958 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.958 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:07.958 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.958 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.958 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:07.958 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 426347526 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 141038 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1145193 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.960 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:07.961 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.961 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.961 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:07.961 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67294115 2024-07-27T19:57:07.961 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.961 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.961 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:07.961 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:07.961 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.961 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.962 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.962 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11 2024-07-27T19:57:07.962 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.962 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:07.962 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.962 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.962 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.962 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.962 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.962 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.962 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:07.962 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:07.963 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 49 2024-07-27T19:57:07.963 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.963 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:07.963 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.963 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.963 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:07.963 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23514 2024-07-27T19:57:07.963 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.963 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:07.963 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 101274, 2024-07-27T19:57:07.964 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12835460978 2024-07-27T19:57:07.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.964 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:07.964 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.964 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:07.964 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.964 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:07.964 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1543170823 2024-07-27T19:57:07.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.964 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:07.965 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23514, 2024-07-27T19:57:07.965 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 30938169310 2024-07-27T19:57:07.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.965 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:07.965 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1828038576 2024-07-27T19:57:07.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.965 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:07.965 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23955, 2024-07-27T19:57:07.965 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10317426387 2024-07-27T19:57:07.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.966 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:07.966 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23514, 2024-07-27T19:57:07.966 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22755616654 2024-07-27T19:57:07.966 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.966 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:07.966 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15649 2024-07-27T19:57:07.966 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.966 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:07.966 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15649, 2024-07-27T19:57:07.966 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6057060480 2024-07-27T19:57:07.966 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1828038576 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15766, 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4035134367 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15649, 2024-07-27T19:57:07.967 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3976252093 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6881 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 461873405 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6881, 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14618206805 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:07.968 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7076, 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4449841097 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:07.969 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6881, 2024-07-27T19:57:07.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11108622354 2024-07-27T19:57:07.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.970 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:07.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 984 2024-07-27T19:57:07.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.970 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:07.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1081297418 2024-07-27T19:57:07.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.970 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:07.970 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 984, 2024-07-27T19:57:07.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10262902025 2024-07-27T19:57:07.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1113, 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1832450923 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 984, 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7670742207 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:07.971 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6291456 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 677179392 2024-07-27T19:57:07.972 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.6": { 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 26660 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.974 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:07.975 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.975 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.975 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:07.975 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.975 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.975 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:07.975 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3649536 2024-07-27T19:57:07.975 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.975 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:07.975 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 534347776 2024-07-27T19:57:07.975 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.976 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:07.976 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15, 2024-07-27T19:57:07.976 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5345172 2024-07-27T19:57:07.976 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.976 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:07.976 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15, 2024-07-27T19:57:07.976 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 989295 2024-07-27T19:57:07.976 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.976 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:07.976 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 148, 2024-07-27T19:57:07.976 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 710301 2024-07-27T19:57:07.976 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.977 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:07.977 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:07.977 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.977 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:07.977 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 465305600 2024-07-27T19:57:07.977 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.977 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:07.977 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62721, 2024-07-27T19:57:07.977 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9065350215 2024-07-27T19:57:07.977 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.977 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:07.978 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62730, 2024-07-27T19:57:07.978 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14830135515 2024-07-27T19:57:07.978 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.978 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:07.978 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7622656 2024-07-27T19:57:07.978 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.978 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:07.978 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 256983040 2024-07-27T19:57:07.978 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.978 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:07.978 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 461045760 2024-07-27T19:57:07.979 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.979 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:07.979 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.979 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.979 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:07.979 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.979 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:07.979 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 39 2024-07-27T19:57:07.979 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.979 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:07.980 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 198933910 2024-07-27T19:57:07.980 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.980 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:07.980 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13151 2024-07-27T19:57:07.980 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.980 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:07.980 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 167510016 2024-07-27T19:57:07.980 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.980 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:07.980 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 167514112 2024-07-27T19:57:07.980 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.981 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:07.981 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.981 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.981 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:07.981 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.981 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.981 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:07.981 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5877 2024-07-27T19:57:07.981 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.981 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.981 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13151, 2024-07-27T19:57:07.981 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 103000730 2024-07-27T19:57:07.982 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.982 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:07.982 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 117104276 2024-07-27T19:57:07.982 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.982 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:07.982 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10641 2024-07-27T19:57:07.982 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.982 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:07.983 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1450418 2024-07-27T19:57:07.983 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.983 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:07.983 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 454 2024-07-27T19:57:07.983 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.983 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:07.983 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3607026 2024-07-27T19:57:07.983 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.983 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:07.983 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 657 2024-07-27T19:57:07.983 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.984 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:07.984 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2156608 2024-07-27T19:57:07.984 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.984 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:07.984 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2156608 2024-07-27T19:57:07.984 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.984 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:07.984 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.984 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.984 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:07.984 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.985 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.985 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:07.985 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206 2024-07-27T19:57:07.985 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.985 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:07.985 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 657, 2024-07-27T19:57:07.985 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1362970 2024-07-27T19:57:07.985 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.985 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:07.985 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.985 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.986 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:07.986 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.986 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:07.986 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.986 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:07.986 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:07.986 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1003 2024-07-27T19:57:07.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.987 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:07.987 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7, 2024-07-27T19:57:07.987 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14232 2024-07-27T19:57:07.987 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.987 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:07.987 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.987 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.987 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.987 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:07.987 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.987 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.988 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:07.988 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.988 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.988 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:07.988 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 797265920 2024-07-27T19:57:07.988 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:07.988 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.988 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:07.988 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:07.988 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:07.988 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.989 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:07.989 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11243520 2024-07-27T19:57:07.989 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.989 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:07.989 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17795, 2024-07-27T19:57:07.989 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 49144255 2024-07-27T19:57:07.989 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.989 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:07.989 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3486, 2024-07-27T19:57:07.989 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 386264607 2024-07-27T19:57:07.989 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.989 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:07.990 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.990 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.990 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.990 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:07.990 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.990 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.990 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:07.990 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.990 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.990 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:07.990 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.990 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.991 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:07.991 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19550, 2024-07-27T19:57:07.991 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 158120302 2024-07-27T19:57:07.991 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.991 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:07.991 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.991 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.991 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.991 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:07.991 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.991 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.991 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:07.992 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62686, 2024-07-27T19:57:07.992 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17764083616 2024-07-27T19:57:07.992 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.992 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:07.992 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62266, 2024-07-27T19:57:07.992 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1325596050 2024-07-27T19:57:07.992 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.992 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:07.992 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62686, 2024-07-27T19:57:07.992 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33596101 2024-07-27T19:57:07.992 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.992 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:07.993 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62686, 2024-07-27T19:57:07.993 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17797679717 2024-07-27T19:57:07.993 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.993 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:07.993 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:07.993 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.993 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.993 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:07.993 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 25837, 2024-07-27T19:57:07.993 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 649502835 2024-07-27T19:57:07.993 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.994 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:07.994 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 839, 2024-07-27T19:57:07.994 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2284763 2024-07-27T19:57:07.994 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.994 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:07.994 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16249, 2024-07-27T19:57:07.994 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9523912 2024-07-27T19:57:07.994 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.994 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:07.994 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42, 2024-07-27T19:57:07.994 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65787 2024-07-27T19:57:07.994 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.995 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:07.995 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14353, 2024-07-27T19:57:07.995 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1203904068 2024-07-27T19:57:07.995 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.995 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:07.995 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 197330 2024-07-27T19:57:07.995 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.995 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:07.995 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19013 2024-07-27T19:57:07.995 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.995 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:07.995 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19374, 2024-07-27T19:57:07.996 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1808337280 2024-07-27T19:57:07.996 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.996 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:07.996 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 55148, 2024-07-27T19:57:07.996 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14498635 2024-07-27T19:57:07.996 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.996 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:07.996 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 35774, 2024-07-27T19:57:07.996 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1449242538 2024-07-27T19:57:07.996 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.996 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:07.996 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12425, 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 336024823 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:07.997 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.998 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.998 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:07.998 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:07.998 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.998 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:07.998 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76040, 2024-07-27T19:57:07.998 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11296521692 2024-07-27T19:57:07.998 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.998 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:07.998 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14218, 2024-07-27T19:57:07.998 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 841793106 2024-07-27T19:57:07.999 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.999 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:07.999 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14217, 2024-07-27T19:57:07.999 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3864685077266 2024-07-27T19:57:07.999 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.999 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:07.999 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14218, 2024-07-27T19:57:07.999 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6098016793512 2024-07-27T19:57:07.999 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:07.999 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:07.999 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76039, 2024-07-27T19:57:07.999 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2724190865356 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76039, 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8003387 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76040, 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 452045327 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76040, 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 30384137814 2024-07-27T19:57:08.000 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.001 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:08.001 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76040, 2024-07-27T19:57:08.001 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 25583754 2024-07-27T19:57:08.001 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.001 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:08.001 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76040, 2024-07-27T19:57:08.001 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14515564471 2024-07-27T19:57:08.001 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.001 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:08.001 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76040, 2024-07-27T19:57:08.001 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6916124715 2024-07-27T19:57:08.001 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.002 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:08.002 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6831564 2024-07-27T19:57:08.002 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.002 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:08.002 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2632, 2024-07-27T19:57:08.002 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13866307 2024-07-27T19:57:08.002 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.002 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:08.002 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76040, 2024-07-27T19:57:08.002 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 63576383979 2024-07-27T19:57:08.002 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.002 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:08.003 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76040, 2024-07-27T19:57:08.003 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7845487826 2024-07-27T19:57:08.003 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.003 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:08.003 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76040, 2024-07-27T19:57:08.003 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 730044671 2024-07-27T19:57:08.003 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.003 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.003 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:08.003 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:08.003 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1405117516 2024-07-27T19:57:08.003 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.004 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:08.004 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 472997888 2024-07-27T19:57:08.004 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.004 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:08.004 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 444981248 2024-07-27T19:57:08.004 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.004 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:08.004 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2600498688 2024-07-27T19:57:08.004 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.004 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:08.004 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28016640 2024-07-27T19:57:08.004 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.005 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.005 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:08.005 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:08.005 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:08.005 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.005 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:08.005 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.005 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.005 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:08.005 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.005 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.005 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:08.006 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57316152 2024-07-27T19:57:08.006 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.006 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:08.006 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.006 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.006 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:08.006 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.006 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.006 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:08.006 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.006 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.007 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:08.007 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.007 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.007 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:08.007 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28672 2024-07-27T19:57:08.007 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.007 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:08.007 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 131072 2024-07-27T19:57:08.007 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.007 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:08.007 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.007 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.008 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:08.008 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.008 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.008 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:08.008 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.008 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.008 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:08.008 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68353224 2024-07-27T19:57:08.008 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.008 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.008 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:08.008 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:08.009 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:08.009 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.009 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:08.009 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:08.009 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.009 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:08.009 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.009 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.009 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:08.009 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 429871140 2024-07-27T19:57:08.009 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.010 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:08.010 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.010 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.010 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:08.010 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.010 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.010 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:08.010 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1488 2024-07-27T19:57:08.010 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.010 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:08.011 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.011 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.011 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:08.011 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 93600 2024-07-27T19:57:08.011 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.011 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:08.011 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.011 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.011 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:08.011 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.011 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.012 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:08.012 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.012 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.012 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:08.012 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.012 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.012 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:08.012 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73350252 2024-07-27T19:57:08.012 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.012 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.012 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:08.012 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:08.013 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:08.013 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.013 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:08.013 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:08.013 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.013 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:08.013 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 157264 2024-07-27T19:57:08.013 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.013 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:08.013 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38210768 2024-07-27T19:57:08.013 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.014 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:08.014 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.014 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.014 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:08.014 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.014 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.014 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:08.014 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.014 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.014 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:08.014 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.015 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.015 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:08.015 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.015 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.015 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:08.015 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.015 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.015 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:08.015 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.015 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.015 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:08.015 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.016 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.016 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:08.016 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.016 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.016 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:08.016 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70683872 2024-07-27T19:57:08.016 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.016 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.016 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:08.016 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:08.016 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:08.017 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.017 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:08.017 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.017 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.017 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:08.017 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.017 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.017 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:08.017 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 429871140 2024-07-27T19:57:08.017 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.017 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:08.017 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.018 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.018 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:08.018 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.018 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.018 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:08.018 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.018 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.018 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:08.018 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.018 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.018 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:08.018 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 146133 2024-07-27T19:57:08.019 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.019 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:08.019 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1172114 2024-07-27T19:57:08.019 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.019 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:08.019 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.019 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.019 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:08.019 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.019 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.019 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:08.020 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.020 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.020 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:08.020 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 72127093 2024-07-27T19:57:08.020 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.020 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.020 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:08.020 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:08.020 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.020 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.020 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:08.020 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11 2024-07-27T19:57:08.021 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.021 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:08.021 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.021 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.021 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:08.021 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.021 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.021 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.021 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:08.021 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:08.021 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 48 2024-07-27T19:57:08.022 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.022 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:08.022 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.022 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.022 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:08.022 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57139 2024-07-27T19:57:08.022 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.022 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:08.022 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 116511, 2024-07-27T19:57:08.022 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8789634501 2024-07-27T19:57:08.022 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.023 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:08.023 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.023 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.023 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:08.023 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.023 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.023 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:08.023 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1649175741 2024-07-27T19:57:08.023 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.023 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:08.023 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 57139, 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 86144952380 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2097525329 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 57659, 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15657033903 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 57139, 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33704386990 2024-07-27T19:57:08.024 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.025 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:08.025 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 48189 2024-07-27T19:57:08.025 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.025 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:08.025 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 48189, 2024-07-27T19:57:08.025 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13996489630 2024-07-27T19:57:08.025 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.025 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:08.025 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.025 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.025 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:08.025 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2097525329 2024-07-27T19:57:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 48361, 2024-07-27T19:57:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8048172892 2024-07-27T19:57:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 48189, 2024-07-27T19:57:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7152834806 2024-07-27T19:57:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4676 2024-07-27T19:57:08.026 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.027 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:08.027 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 358911613 2024-07-27T19:57:08.027 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.027 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:08.027 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4676, 2024-07-27T19:57:08.027 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11309032641 2024-07-27T19:57:08.027 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.027 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:08.027 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.027 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.027 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:08.028 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.028 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.028 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:08.028 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.028 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.028 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:08.028 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4932, 2024-07-27T19:57:08.028 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2737865795 2024-07-27T19:57:08.028 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.028 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:08.028 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4676, 2024-07-27T19:57:08.028 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7944158924 2024-07-27T19:57:08.029 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.029 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:08.029 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4274 2024-07-27T19:57:08.029 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.029 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:08.029 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1290264128 2024-07-27T19:57:08.029 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.029 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:08.029 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4274, 2024-07-27T19:57:08.029 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 60839430109 2024-07-27T19:57:08.029 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.030 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:08.030 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.030 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.030 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:08.030 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4366, 2024-07-27T19:57:08.030 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4870995216 2024-07-27T19:57:08.030 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.030 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:08.030 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4274, 2024-07-27T19:57:08.030 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18607393260 2024-07-27T19:57:08.031 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.031 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:08.031 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.031 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.031 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:08.031 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 51 2024-07-27T19:57:08.031 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.031 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:08.031 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:08.031 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.031 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:08.032 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:08.032 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.032 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:08.032 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 476561408 2024-07-27T19:57:08.032 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.032 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.032 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.032 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.7": { 2024-07-27T19:57:08.032 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:08.032 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:08.032 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18018 2024-07-27T19:57:08.032 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.033 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:08.033 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.033 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.033 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:08.033 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.033 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.033 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:08.033 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.033 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.033 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:08.033 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:08.033 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.034 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:08.034 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.034 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.034 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:08.034 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.034 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.034 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:08.034 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.034 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.034 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:08.035 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.035 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:08.035 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6193152 2024-07-27T19:57:08.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.035 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:08.035 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 618557440 2024-07-27T19:57:08.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.035 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:08.035 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16, 2024-07-27T19:57:08.036 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2968942 2024-07-27T19:57:08.036 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.036 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:08.036 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16, 2024-07-27T19:57:08.036 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1040677 2024-07-27T19:57:08.036 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.036 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:08.036 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 166, 2024-07-27T19:57:08.036 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 726150 2024-07-27T19:57:08.036 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.037 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:08.037 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:08.037 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.037 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:08.037 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 578682880 2024-07-27T19:57:08.037 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.037 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:08.037 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 67602, 2024-07-27T19:57:08.037 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9509869987 2024-07-27T19:57:08.037 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.037 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:08.038 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 67606, 2024-07-27T19:57:08.038 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15345540817 2024-07-27T19:57:08.038 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.038 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:08.038 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10964992 2024-07-27T19:57:08.038 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.038 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:08.038 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 276959232 2024-07-27T19:57:08.038 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.038 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:08.039 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 574423040 2024-07-27T19:57:08.039 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.039 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:08.039 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.039 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.039 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:08.039 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.039 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:08.039 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46 2024-07-27T19:57:08.039 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.039 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:08.040 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 378424380 2024-07-27T19:57:08.040 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.040 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:08.040 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22995 2024-07-27T19:57:08.040 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.040 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:08.040 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 335568896 2024-07-27T19:57:08.040 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.040 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:08.040 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 335572992 2024-07-27T19:57:08.040 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.040 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:08.041 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.041 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.041 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:08.041 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.041 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.041 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:08.041 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11417 2024-07-27T19:57:08.041 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.041 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:08.041 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22995, 2024-07-27T19:57:08.041 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 180482824 2024-07-27T19:57:08.041 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.042 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:08.042 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 264124392 2024-07-27T19:57:08.042 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.042 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:08.042 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19492 2024-07-27T19:57:08.042 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.042 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:08.042 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2230455 2024-07-27T19:57:08.042 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.042 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:08.042 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 734 2024-07-27T19:57:08.043 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.043 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:08.043 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6124062 2024-07-27T19:57:08.043 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.043 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:08.043 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 945 2024-07-27T19:57:08.043 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.043 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:08.043 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3893607 2024-07-27T19:57:08.043 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.043 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:08.043 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3893607 2024-07-27T19:57:08.044 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.044 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:08.044 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.044 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.044 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:08.044 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.044 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.044 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:08.044 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 219 2024-07-27T19:57:08.044 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.044 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:08.044 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 945, 2024-07-27T19:57:08.045 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1709796 2024-07-27T19:57:08.045 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.045 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:08.045 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:08.045 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.045 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.045 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:08.045 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.045 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.045 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:08.045 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.045 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.046 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:08.046 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:08.046 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 673 2024-07-27T19:57:08.046 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.046 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:08.046 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9, 2024-07-27T19:57:08.046 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17785 2024-07-27T19:57:08.046 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.046 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:08.046 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:08.046 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.047 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.047 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:08.047 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.047 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.047 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:08.047 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.047 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.047 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:08.047 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 904142848 2024-07-27T19:57:08.047 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.047 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.047 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:08.048 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:08.048 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:08.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.048 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:08.048 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11235328 2024-07-27T19:57:08.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.048 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:08.048 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18425, 2024-07-27T19:57:08.048 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 58141371 2024-07-27T19:57:08.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.048 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:08.049 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3583, 2024-07-27T19:57:08.049 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 489398451 2024-07-27T19:57:08.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.049 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:08.049 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:08.049 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.049 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:08.049 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.049 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:08.049 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.050 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.050 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:08.050 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.050 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.050 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:08.050 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22030, 2024-07-27T19:57:08.050 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 184803592 2024-07-27T19:57:08.050 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.050 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:08.050 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:08.050 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 67553, 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18547614432 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 67015, 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1467284615 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.051 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:08.052 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 67553, 2024-07-27T19:57:08.052 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 41503358 2024-07-27T19:57:08.052 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.052 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:08.052 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 67553, 2024-07-27T19:57:08.052 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18589117790 2024-07-27T19:57:08.052 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.052 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:08.052 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:08.052 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.052 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.052 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:08.053 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 249618, 2024-07-27T19:57:08.053 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1606030268 2024-07-27T19:57:08.053 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.053 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:08.053 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 758, 2024-07-27T19:57:08.053 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2024416 2024-07-27T19:57:08.053 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.053 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:08.053 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 126072, 2024-07-27T19:57:08.054 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44094848 2024-07-27T19:57:08.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.054 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:08.054 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 50, 2024-07-27T19:57:08.054 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 54961 2024-07-27T19:57:08.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.054 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:08.054 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 20767, 2024-07-27T19:57:08.054 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3389872509 2024-07-27T19:57:08.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.054 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 439439 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20218 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13000, 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1714139014 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 45059, 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13041073 2024-07-27T19:57:08.055 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.056 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:08.056 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 32059, 2024-07-27T19:57:08.056 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1497087931 2024-07-27T19:57:08.056 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.056 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:08.056 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.056 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.056 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:08.056 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14161, 2024-07-27T19:57:08.056 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 393242592 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.058 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:08.058 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:08.058 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9180358949 2024-07-27T19:57:08.058 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.058 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:08.058 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16402, 2024-07-27T19:57:08.058 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 760646466 2024-07-27T19:57:08.058 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.058 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:08.058 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16402, 2024-07-27T19:57:08.058 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4950149849714 2024-07-27T19:57:08.059 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.059 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:08.059 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16402, 2024-07-27T19:57:08.059 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7023844058522 2024-07-27T19:57:08.059 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.059 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:08.059 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:08.059 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3257478362191 2024-07-27T19:57:08.059 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.059 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:08.059 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:08.059 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8486039 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 377916984 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28858345845 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28074836 2024-07-27T19:57:08.060 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12749987008 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7756620208 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6826350 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2589, 2024-07-27T19:57:08.061 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12685679 2024-07-27T19:57:08.062 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.062 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:08.062 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:08.062 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 58936164193 2024-07-27T19:57:08.062 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.062 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:08.062 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:08.062 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8792379165 2024-07-27T19:57:08.062 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.062 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:08.063 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:08.063 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 474085386 2024-07-27T19:57:08.063 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.063 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.063 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:08.063 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:08.063 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1405117516 2024-07-27T19:57:08.063 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.063 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:08.063 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 613171200 2024-07-27T19:57:08.063 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.063 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:08.064 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 605102080 2024-07-27T19:57:08.064 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.064 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:08.064 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2600498688 2024-07-27T19:57:08.064 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.064 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:08.064 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8069120 2024-07-27T19:57:08.064 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.064 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.064 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:08.064 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:08.065 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:08.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.065 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:08.065 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.065 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:08.065 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.065 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:08.065 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57053466 2024-07-27T19:57:08.065 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.066 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:08.066 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.066 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.066 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:08.066 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.066 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.066 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:08.066 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 36864 2024-07-27T19:57:08.066 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.066 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:08.067 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.067 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:08.067 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:08.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.067 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:08.067 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32768 2024-07-27T19:57:08.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.067 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:08.067 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.067 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:08.068 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.068 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:08.068 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.068 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:08.068 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68701926 2024-07-27T19:57:08.068 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.068 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:08.068 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:08.068 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:08.069 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.069 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:08.069 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:08.069 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.069 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:08.069 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.069 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.069 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:08.069 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 427901001 2024-07-27T19:57:08.069 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.069 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:08.069 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.070 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.070 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:08.070 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.070 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.070 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:08.070 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T19:57:08.070 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.070 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:08.070 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.070 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.070 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:08.070 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 138448 2024-07-27T19:57:08.071 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.071 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:08.071 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.071 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.071 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:08.071 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.071 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.071 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:08.071 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.071 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.071 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:08.071 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.072 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.072 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:08.072 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 75274903 2024-07-27T19:57:08.072 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.072 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.072 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:08.072 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:08.072 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:08.072 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.072 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:08.072 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:08.072 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.073 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:08.073 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 281264 2024-07-27T19:57:08.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.073 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:08.073 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38035644 2024-07-27T19:57:08.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.073 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:08.073 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.073 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:08.073 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.073 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.074 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:08.074 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.074 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.074 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:08.074 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.074 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.074 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:08.074 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.074 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.074 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:08.074 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.074 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.075 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:08.075 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.075 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.075 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:08.075 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.075 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.075 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:08.075 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.075 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.075 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:08.075 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70734996 2024-07-27T19:57:08.075 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.076 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.076 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:08.076 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:08.076 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:08.076 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.076 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:08.076 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.076 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.076 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:08.076 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.076 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.077 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:08.077 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 427901001 2024-07-27T19:57:08.077 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.077 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:08.077 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.077 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.077 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:08.077 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.077 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.077 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:08.077 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20055 2024-07-27T19:57:08.078 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.078 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:08.078 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.078 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.078 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:08.078 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 133367 2024-07-27T19:57:08.078 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.078 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:08.078 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1154179 2024-07-27T19:57:08.081 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.082 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:08.082 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.082 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.082 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:08.082 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.082 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.082 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:08.082 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.082 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.082 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:08.082 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 74107878 2024-07-27T19:57:08.082 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 53 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:08.083 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 59 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 59116 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:08.084 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 135282, 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12266260090 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1749568085 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 59116, 2024-07-27T19:57:08.085 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69721032043 2024-07-27T19:57:08.086 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.086 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:08.086 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2573325011 2024-07-27T19:57:08.086 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.086 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:08.086 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 59556, 2024-07-27T19:57:08.086 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28765331319 2024-07-27T19:57:08.086 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.086 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:08.086 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 59116, 2024-07-27T19:57:08.086 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 48599828653 2024-07-27T19:57:08.086 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.087 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:08.087 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42745 2024-07-27T19:57:08.087 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.087 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:08.087 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42745, 2024-07-27T19:57:08.087 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 26133675652 2024-07-27T19:57:08.087 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.087 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:08.088 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.088 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.088 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:08.088 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2573325011 2024-07-27T19:57:08.088 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.088 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:08.089 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42774, 2024-07-27T19:57:08.089 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14056952881 2024-07-27T19:57:08.089 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.089 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:08.089 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42745, 2024-07-27T19:57:08.089 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15030440483 2024-07-27T19:57:08.090 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.090 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:08.090 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14574 2024-07-27T19:57:08.090 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.090 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:08.090 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 366494692 2024-07-27T19:57:08.090 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.091 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:08.091 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14574, 2024-07-27T19:57:08.091 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 25855010920 2024-07-27T19:57:08.091 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.091 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:08.091 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.091 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.091 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:08.092 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.092 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.092 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:08.092 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.092 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.092 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:08.092 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14794, 2024-07-27T19:57:08.092 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11528585033 2024-07-27T19:57:08.093 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.093 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:08.093 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14574, 2024-07-27T19:57:08.093 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 21647295735 2024-07-27T19:57:08.093 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.093 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:08.094 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1797 2024-07-27T19:57:08.094 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.094 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:08.094 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1383073393 2024-07-27T19:57:08.094 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.094 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:08.095 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1797, 2024-07-27T19:57:08.095 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17732345471 2024-07-27T19:57:08.095 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.095 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:08.095 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.095 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.095 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:08.096 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1988, 2024-07-27T19:57:08.096 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3179793405 2024-07-27T19:57:08.096 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.096 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:08.096 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1797, 2024-07-27T19:57:08.096 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11922092435 2024-07-27T19:57:08.096 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.097 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:08.097 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:08.097 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.097 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:08.097 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32 2024-07-27T19:57:08.097 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.097 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:08.097 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 21 2024-07-27T19:57:08.097 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.097 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:08.097 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:08.097 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.098 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:08.098 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 589926400 2024-07-27T19:57:08.098 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.098 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.098 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.098 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.098 INFO:tasks.workunit.client.0.smithi029.stdout: "pools": [ 2024-07-27T19:57:08.098 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.098 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:08.098 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr" 2024-07-27T19:57:08.098 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.098 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T19:57:08.099 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T19:57:08.099 INFO:tasks.workunit.client.0.smithi029.stdout: "flags_names": [ 2024-07-27T19:57:08.099 INFO:tasks.workunit.client.0.smithi029.stdout: "hashpspool" 2024-07-27T19:57:08.099 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.099 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T19:57:08.099 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T19:57:08.099 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T19:57:08.099 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 1, 2024-07-27T19:57:08.099 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 1, 2024-07-27T19:57:08.099 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 1, 2024-07-27T19:57:08.099 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T19:57:08.099 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T19:57:08.100 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 723419932938, 2024-07-27T19:57:08.100 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 1781760, 2024-07-27T19:57:08.100 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T19:57:08.100 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T19:57:08.100 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 1781760, 2024-07-27T19:57:08.100 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T19:57:08.100 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 241139974144, 2024-07-27T19:57:08.100 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 2, 2024-07-27T19:57:08.100 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T19:57:08.100 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 2.4629619019833626e-06, 2024-07-27T19:57:08.100 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T19:57:08.100 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 1322, 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 2164736, 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 590368, 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 590368, 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 1771104, 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 423, 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 2473984 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T19:57:08.101 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.102 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.102 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:08.102 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T19:57:08.102 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.102 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T19:57:08.102 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T19:57:08.102 INFO:tasks.workunit.client.0.smithi029.stdout: "flags_names": [ 2024-07-27T19:57:08.102 INFO:tasks.workunit.client.0.smithi029.stdout: "hashpspool" 2024-07-27T19:57:08.102 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.102 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T19:57:08.102 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T19:57:08.102 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 32, 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 32, 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 2, 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 723419932938, 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 156398, 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 110592, 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 241139974144, 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 22, 2024-07-27T19:57:08.103 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 45806, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 2.1619251810989226e-07, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 79, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 89088, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 21884, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 6616, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 15268, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 65652, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 68, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 36864 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T19:57:08.104 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: "flags_names": [ 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: "hashpspool" 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T19:57:08.105 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T19:57:08.106 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T19:57:08.106 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 64, 2024-07-27T19:57:08.106 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 64, 2024-07-27T19:57:08.106 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 3, 2024-07-27T19:57:08.106 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T19:57:08.106 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T19:57:08.106 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 723419932938, 2024-07-27T19:57:08.106 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 0, 2024-07-27T19:57:08.106 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T19:57:08.106 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T19:57:08.106 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 0, 2024-07-27T19:57:08.106 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 241139974144, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 0.0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 0, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 0 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.107 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd" 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: "flags_names": [ 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: "hashpspool", 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: "selfmanaged_snaps" 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T19:57:08.108 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 8, 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 8, 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 4, 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 723419932938, 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 12595200, 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 12595200, 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 241139974144, 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 4, 2024-07-27T19:57:08.109 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 1.741033156577032e-05, 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 9010, 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 3196529664, 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 4194323, 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 4194323, 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 12582969, 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 24280, 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 3133355008 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.110 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T19:57:08.111 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T19:57:08.111 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T19:57:08.111 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.111 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.111 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd": { 2024-07-27T19:57:08.111 INFO:tasks.workunit.client.0.smithi029.stdout: "mirroring_by_pool": [ 2024-07-27T19:57:08.111 INFO:tasks.workunit.client.0.smithi029.stdout: false 2024-07-27T19:57:08.111 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.111 INFO:tasks.workunit.client.0.smithi029.stdout: "num_images_by_pool": [ 2024-07-27T19:57:08.111 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.112 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.112 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pools": 1 2024-07-27T19:57:08.112 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.112 INFO:tasks.workunit.client.0.smithi029.stdout: "report_id": "4a2899af-8da4-4fc0-8c5a-a5b00bb0ec74", 2024-07-27T19:57:08.112 INFO:tasks.workunit.client.0.smithi029.stdout: "report_timestamp": "2024-07-27T19:57:07.015376", 2024-07-27T19:57:08.112 INFO:tasks.workunit.client.0.smithi029.stdout: "report_version": 1, 2024-07-27T19:57:08.112 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_stats": { 2024-07-27T19:57:08.112 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "7.9.2" 2024-07-27T19:57:08.112 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.112 INFO:tasks.workunit.client.0.smithi029.stdout: "rook": { 2024-07-27T19:57:08.112 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster": { 2024-07-27T19:57:08.112 INFO:tasks.workunit.client.0.smithi029.stdout: "external-mode": null, 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: "allow-multiple-per-node": null, 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: "count": null, 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: "max-id": null, 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: "pvc": { 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: "enabled": null 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: "stretch": { 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: "enabled": null 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: "network": { 2024-07-27T19:57:08.113 INFO:tasks.workunit.client.0.smithi029.stdout: "provider": null 2024-07-27T19:57:08.114 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.114 INFO:tasks.workunit.client.0.smithi029.stdout: "storage": { 2024-07-27T19:57:08.114 INFO:tasks.workunit.client.0.smithi029.stdout: "device-set": { 2024-07-27T19:57:08.114 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T19:57:08.114 INFO:tasks.workunit.client.0.smithi029.stdout: "non-portable": null, 2024-07-27T19:57:08.114 INFO:tasks.workunit.client.0.smithi029.stdout: "portable": null, 2024-07-27T19:57:08.114 INFO:tasks.workunit.client.0.smithi029.stdout: "total": null 2024-07-27T19:57:08.114 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.114 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.114 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.114 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.115 INFO:tasks.workunit.client.0.smithi029.stdout: "csi": { 2024-07-27T19:57:08.115 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T19:57:08.115 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.115 INFO:tasks.workunit.client.0.smithi029.stdout: "kubernetes": { 2024-07-27T19:57:08.115 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T19:57:08.115 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.115 INFO:tasks.workunit.client.0.smithi029.stdout: "node": { 2024-07-27T19:57:08.115 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T19:57:08.115 INFO:tasks.workunit.client.0.smithi029.stdout: "kubernetes-total": null, 2024-07-27T19:57:08.115 INFO:tasks.workunit.client.0.smithi029.stdout: "with-ceph-daemons": null, 2024-07-27T19:57:08.115 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-cephfs-plugin": null, 2024-07-27T19:57:08.115 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-nfs-plugin": null, 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-rbd-plugin": null 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: "usage": { 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: "storage-class": { 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket": null, 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs": null, 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: "nfs": null, 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd": null, 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: "total": null 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.116 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: "services": { 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": 1 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_per_pg": [ 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.117 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.118 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.118 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.118 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.118 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.118 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.118 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.118 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:08.118 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022498+0000", 2024-07-27T19:57:08.118 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022498+0000", 2024-07-27T19:57:08.118 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022862+0000", 2024-07-27T19:57:08.118 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:08.118 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.119 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.119 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.119 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.119 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:08.119 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:08.119 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:08.119 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.119 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.119 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.119 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:08.119 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:08.119 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.120 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 5, 2024-07-27T19:57:08.120 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.120 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.120 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.120 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.120 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.120 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.120 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.120 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 5, 2024-07-27T19:57:08.120 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1f", 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5622, 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T06:07:24.953434+0000", 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 582, 2024-07-27T19:57:08.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T19:57:08.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T19:57:08.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T19:57:08.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 4, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 4, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 4, 2024-07-27T19:57:08.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T19:57:08.125 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.125 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.125 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.125 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.125 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.125 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.126 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.126 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.126 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.126 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "557'5" 2024-07-27T19:57:08.126 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.126 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.126 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.126 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.126 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.126 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.126 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.126 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.076952+0000", 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.076952+0000", 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.077339+0000", 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.127 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.128 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1e", 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5545, 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.129 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:25:27.831917+0000", 2024-07-27T19:57:08.130 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.130 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.130 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.132 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.133 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.134 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.134 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.134 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.134 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.134 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.134 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.134 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.134 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.134 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.134 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.134 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.134 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.135 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.135 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:08.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.006771+0000", 2024-07-27T19:57:08.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.006771+0000", 2024-07-27T19:57:08.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.007165+0000", 2024-07-27T19:57:08.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:08.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.136 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1e", 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.137 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5566, 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:43:06.623127+0000", 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.141 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.142 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.142 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.142 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.142 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.142 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.142 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "557'2" 2024-07-27T19:57:08.142 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.142 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.142 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.142 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.142 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.142 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.006044+0000", 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.006044+0000", 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.006757+0000", 2024-07-27T19:57:08.143 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:08.144 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.145 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.145 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.145 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.145 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.145 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.145 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.145 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.145 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.145 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.145 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.145 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1f", 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5611, 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:24:01.077573+0000", 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.146 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.149 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.150 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.151 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.151 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:08.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.028931+0000", 2024-07-27T19:57:08.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.028931+0000", 2024-07-27T19:57:08.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.029488+0000", 2024-07-27T19:57:08.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:08.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.152 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1d", 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5390, 2024-07-27T19:57:08.153 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:19:18.925596+0000", 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 6, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 6, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T19:57:08.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.157 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.158 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.158 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.158 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.158 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.158 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.158 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.158 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.158 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.158 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.158 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.158 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.007123+0000", 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.007123+0000", 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.011452+0000", 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.160 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.161 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.161 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1c", 2024-07-27T19:57:08.161 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.161 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.161 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.161 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5444, 2024-07-27T19:57:08.161 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.161 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:29:52.799978+0000", 2024-07-27T19:57:08.161 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.161 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.161 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.164 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.165 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.166 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.166 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.166 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.166 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.166 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.166 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:08.166 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.026467+0000", 2024-07-27T19:57:08.166 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.026467+0000", 2024-07-27T19:57:08.166 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.027258+0000", 2024-07-27T19:57:08.166 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:08.166 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.166 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.167 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1c", 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.168 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5401, 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:16:43.430798+0000", 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.169 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:08.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:08.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 6, 2024-07-27T19:57:08.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 6, 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.172 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.173 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.085540+0000", 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.085540+0000", 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.085906+0000", 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.175 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1d", 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5559, 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:28:11.240486+0000", 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.176 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.179 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.180 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.076931+0000", 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.076931+0000", 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.077227+0000", 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.181 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:08.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:08.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:08.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:08.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:08.182 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.182 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.182 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.a", 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.183 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5433, 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:51:25.236231+0000", 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.184 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.187 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.188 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.020266+0000", 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.020266+0000", 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.020593+0000", 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:08.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3, 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.190 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3, 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.b", 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5405, 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:41:08.502688+0000", 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.191 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 2, 2024-07-27T19:57:08.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 2, 2024-07-27T19:57:08.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T19:57:08.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.195 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.195 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.195 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.195 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.195 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.195 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.195 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.195 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.195 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.195 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "557'3" 2024-07-27T19:57:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.196 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.197 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.197 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.197 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:08.197 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.021007+0000", 2024-07-27T19:57:08.197 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.021007+0000", 2024-07-27T19:57:08.197 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.022016+0000", 2024-07-27T19:57:08.197 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:08.197 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.197 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.197 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.197 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.197 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:08.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:08.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:08.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:08.198 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:08.198 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.198 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.198 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.198 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.198 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.b", 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5556, 2024-07-27T19:57:08.199 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.200 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:32:20.676775+0000", 2024-07-27T19:57:08.200 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.200 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.200 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.200 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.200 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.200 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.200 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.200 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.200 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.200 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.200 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.201 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.203 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.204 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.019487+0000", 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.019487+0000", 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.019837+0000", 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.205 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:08.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:08.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:08.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:08.206 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:08.206 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.206 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.206 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.206 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.206 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.a", 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5586, 2024-07-27T19:57:08.207 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:49:17.863052+0000", 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.208 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.209 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.212 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.212 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.212 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.212 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.212 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.212 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.212 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.212 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.212 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.212 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.213 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.213 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.213 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432148+0000", 2024-07-27T19:57:08.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.015209+0000", 2024-07-27T19:57:08.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.015209+0000", 2024-07-27T19:57:08.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.015532+0000", 2024-07-27T19:57:08.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432148+0000", 2024-07-27T19:57:08.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.213 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.214 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.214 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432148+0000", 2024-07-27T19:57:08.214 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432148+0000", 2024-07-27T19:57:08.214 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432148+0000", 2024-07-27T19:57:08.214 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.214 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.214 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.214 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432148+0000", 2024-07-27T19:57:08.214 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432148+0000", 2024-07-27T19:57:08.214 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.8", 2024-07-27T19:57:08.215 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5550, 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:31:05.824688+0000", 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.216 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.217 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.218 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.219 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.219 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.219 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.219 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.219 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.219 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.219 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.219 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.219 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.219 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.219 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.219 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.220 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.221 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.221 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.221 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.221 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.221 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:08.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.036409+0000", 2024-07-27T19:57:08.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.036409+0000", 2024-07-27T19:57:08.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.036773+0000", 2024-07-27T19:57:08.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:08.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.221 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.222 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.222 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.222 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:08.222 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:08.222 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:08.222 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.222 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.222 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.222 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:08.222 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:08.222 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.223 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.223 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.223 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.223 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.223 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.223 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.223 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.224 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.224 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.224 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.224 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.224 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.224 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.9", 2024-07-27T19:57:08.224 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.224 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.224 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.224 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5586, 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:51:18.640399+0000", 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.225 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.226 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.227 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.228 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.228 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.228 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.229 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.230 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.230 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.230 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.230 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.230 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.230 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.230 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.230 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.230 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:08.230 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.034629+0000", 2024-07-27T19:57:08.230 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.034629+0000", 2024-07-27T19:57:08.231 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.035042+0000", 2024-07-27T19:57:08.231 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:08.231 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.231 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.231 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.231 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.231 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:08.231 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:08.231 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:08.231 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.232 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.9", 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5588, 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:46:46.567311+0000", 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.233 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.234 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.236 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.237 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.238 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.238 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.238 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.238 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.238 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.238 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.238 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.238 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.238 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.238 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.023538+0000", 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.023538+0000", 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.025909+0000", 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.239 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:08.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:08.240 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.240 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.240 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.240 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.240 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.240 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.240 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.240 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.8", 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5395, 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:57:31.000248+0000", 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.241 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.242 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.245 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.246 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.246 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.246 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.246 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.246 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.246 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.246 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.246 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.247 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.247 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.247 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:08.247 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.017054+0000", 2024-07-27T19:57:08.247 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.017054+0000", 2024-07-27T19:57:08.247 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.017346+0000", 2024-07-27T19:57:08.247 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:08.247 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.247 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.248 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.6", 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.249 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5609, 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:17:42.799234+0000", 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.250 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.251 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.253 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.253 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.253 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.253 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.253 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.253 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.253 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.253 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.253 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.253 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.254 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.254 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.254 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.254 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.254 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.254 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.254 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.254 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:08.254 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.254 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.254 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.254 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.255 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.255 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:08.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022433+0000", 2024-07-27T19:57:08.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022433+0000", 2024-07-27T19:57:08.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022714+0000", 2024-07-27T19:57:08.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:08.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.255 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.256 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.7", 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5409, 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:00:55.514974+0000", 2024-07-27T19:57:08.257 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.258 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.259 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 6, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 6, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T19:57:08.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.261 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.262 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.262 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.262 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.262 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.262 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T19:57:08.262 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.262 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.262 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:08.262 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.262 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.262 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.262 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:08.263 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.077907+0000", 2024-07-27T19:57:08.263 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.077907+0000", 2024-07-27T19:57:08.263 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.927399+0000", 2024-07-27T19:57:08.263 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:08.263 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.263 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.263 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.263 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.263 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:08.263 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:08.263 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:08.263 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:08.264 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:08.264 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.264 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3092, 2024-07-27T19:57:08.264 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.264 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.264 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.264 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.264 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3092, 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.1", 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9536, 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.265 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:32:56.195536+0000", 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.004548234, 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.266 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.267 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1683, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 402108, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3053, 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 403484 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'3092" 2024-07-27T19:57:08.269 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.270 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.270 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.270 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.270 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.270 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.270 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.270 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.270 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.270 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.270 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.270 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.270 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.433508+0000", 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022052+0000", 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022052+0000", 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022382+0000", 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.433508+0000", 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.433508+0000", 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.433508+0000", 2024-07-27T19:57:08.271 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.433508+0000", 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.433508+0000", 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.433508+0000", 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.272 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.7", 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5557, 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:53:09.860104+0000", 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.273 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.274 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.275 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.277 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.277 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.277 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.277 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.277 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.277 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.277 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.277 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.277 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.277 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.277 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.278 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.278 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.278 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.278 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.278 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.278 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.278 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.278 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.279 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.279 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.279 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.279 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.279 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.279 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:08.279 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.085404+0000", 2024-07-27T19:57:08.279 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.085404+0000", 2024-07-27T19:57:08.279 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.085852+0000", 2024-07-27T19:57:08.279 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:08.279 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.279 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.280 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.280 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.280 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:08.280 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:08.280 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:08.280 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.280 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.280 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.280 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:08.280 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:08.280 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.280 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:08.281 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.281 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.281 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.281 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.281 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.281 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.281 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.281 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:08.281 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.282 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.282 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.282 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.6", 2024-07-27T19:57:08.282 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.282 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.285 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.285 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5594, 2024-07-27T19:57:08.285 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.285 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:16:44.891940+0000", 2024-07-27T19:57:08.286 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.286 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.286 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:08.287 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 2, 2024-07-27T19:57:08.288 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 2, 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 2, 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.289 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.290 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.290 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "561'2" 2024-07-27T19:57:08.290 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.290 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.290 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.290 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.290 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.290 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.290 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.290 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.290 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.291 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.291 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:08.291 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.291 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.291 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.291 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:08.291 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022035+0000", 2024-07-27T19:57:08.291 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022035+0000", 2024-07-27T19:57:08.291 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.816510+0000", 2024-07-27T19:57:08.291 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:08.291 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.291 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2975, 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.292 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2975, 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.0", 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.293 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9299, 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:40:53.492803+0000", 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.003357526, 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.295 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.296 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.296 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.296 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.296 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.296 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.296 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.296 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.296 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.296 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.296 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1356, 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 348681, 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 2951, 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 407981 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.297 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.298 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.298 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.298 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.298 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.298 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.298 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.298 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'2975" 2024-07-27T19:57:08.298 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.298 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.298 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.298 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.298 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.299 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.299 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.299 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.299 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.299 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.299 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.299 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.299 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.299 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.299 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:08.299 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.014284+0000", 2024-07-27T19:57:08.299 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.014284+0000", 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.014676+0000", 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:08.300 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:08.301 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.301 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.301 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.301 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.301 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.301 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.301 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.301 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.301 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.301 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.301 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.302 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.302 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.302 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.4", 2024-07-27T19:57:08.302 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.302 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.302 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.302 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5589, 2024-07-27T19:57:08.302 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.302 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:49:28.784709+0000", 2024-07-27T19:57:08.302 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.302 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.302 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.304 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.305 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.306 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.306 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.306 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.306 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.306 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.306 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.306 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.306 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.306 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.306 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.306 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.306 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.017210+0000", 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.017210+0000", 2024-07-27T19:57:08.307 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.017781+0000", 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:08.308 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.309 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.310 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.5", 2024-07-27T19:57:08.310 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.310 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.310 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.310 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5562, 2024-07-27T19:57:08.310 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.310 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:57:51.279302+0000", 2024-07-27T19:57:08.310 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.310 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.310 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.312 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.313 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.314 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.314 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.314 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.314 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.314 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.314 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:08.314 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.314 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.314 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.314 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.314 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.314 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.021440+0000", 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.021440+0000", 2024-07-27T19:57:08.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.819826+0000", 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:08.316 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2977, 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2977, 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.317 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.3", 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9198, 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:39:35.357089+0000", 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.004977479, 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:08.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.320 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 758, 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 388771, 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 2967, 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 363181 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.321 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'2977" 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.322 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.016722+0000", 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.016722+0000", 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.017441+0000", 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.323 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.324 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.5", 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.325 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5462, 2024-07-27T19:57:08.326 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.326 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:40:33.454549+0000", 2024-07-27T19:57:08.326 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.326 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.326 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.329 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.330 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.023345+0000", 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.023345+0000", 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.023693+0000", 2024-07-27T19:57:08.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:08.332 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.333 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.4", 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5590, 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:22:45.638654+0000", 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.337 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.338 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.009256+0000", 2024-07-27T19:57:08.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.009256+0000", 2024-07-27T19:57:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.829071+0000", 2024-07-27T19:57:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:08.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3239, 2024-07-27T19:57:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.341 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.342 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.342 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.342 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.342 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.342 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.342 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3239, 2024-07-27T19:57:08.342 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.342 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.342 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.342 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.2", 2024-07-27T19:57:08.342 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.342 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9716, 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:30:30.102112+0000", 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.005585055, 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 19, 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1233, 2024-07-27T19:57:08.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 428359, 2024-07-27T19:57:08.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3229, 2024-07-27T19:57:08.346 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 404249 2024-07-27T19:57:08.346 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'3239" 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.347 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.078061+0000", 2024-07-27T19:57:08.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.078061+0000", 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.078361+0000", 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.349 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:08.350 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:08.350 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.350 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.350 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.350 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.350 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.350 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.350 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.350 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.350 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.350 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.350 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3", 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5480, 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:10:15.514113+0000", 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.353 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.353 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.353 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.353 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.353 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.353 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.353 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.353 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.353 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.353 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.353 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.353 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.354 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.355 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.085139+0000", 2024-07-27T19:57:08.356 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.085139+0000", 2024-07-27T19:57:08.357 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.085427+0000", 2024-07-27T19:57:08.357 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:08.357 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.357 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.357 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.357 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.357 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:08.357 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:08.357 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:08.357 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.357 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.357 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.358 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.359 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.359 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.359 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.2", 2024-07-27T19:57:08.359 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.359 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.359 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.359 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5434, 2024-07-27T19:57:08.359 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.359 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:04:54.291437+0000", 2024-07-27T19:57:08.359 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.359 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.359 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.361 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.362 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.363 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:08.034947+0000", 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:08.034947+0000", 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.831300+0000", 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:08.364 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 405, 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3018, 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.365 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 404, 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3018, 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.4", 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.366 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9450, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:04:25.260826+0000", 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.007802149, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:08.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1462, 2024-07-27T19:57:08.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 411578, 2024-07-27T19:57:08.369 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3029, 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 343747 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'3018" 2024-07-27T19:57:08.370 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.371 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.085263+0000", 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.085263+0000", 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.085680+0000", 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.372 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.373 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.0", 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5590, 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:23:00.814254+0000", 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.377 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.378 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.378 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.378 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.378 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.378 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.378 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.378 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.378 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.378 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.378 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.378 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.378 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:08.032442+0000", 2024-07-27T19:57:08.379 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:08.032442+0000", 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:08.032789+0000", 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 405, 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.380 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 404, 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.381 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1", 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5569, 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:12:39.151792+0000", 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.384 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.385 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.386 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.387 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.387 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:08.387 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.387 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.387 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.387 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:08.387 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.009184+0000", 2024-07-27T19:57:08.387 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.009184+0000", 2024-07-27T19:57:08.387 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.828164+0000", 2024-07-27T19:57:08.387 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:08.387 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.387 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2977, 2024-07-27T19:57:08.388 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2977, 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.7", 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.389 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9042, 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:35:34.096477+0000", 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.004606786, 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 4194304, 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:08.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.392 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 563, 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 368940, 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 2971, 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 353951 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.393 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'2977" 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.394 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.023034+0000", 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.023034+0000", 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.023410+0000", 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:08.395 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.396 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.397 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.397 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.397 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.397 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.397 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.397 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1", 2024-07-27T19:57:08.397 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.397 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.397 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.397 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5611, 2024-07-27T19:57:08.398 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.398 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:17:30.845304+0000", 2024-07-27T19:57:08.398 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.398 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.398 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.400 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.401 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.401 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.401 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.401 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.401 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.401 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.402 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022608+0000", 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022608+0000", 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.024348+0000", 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.403 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.404 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.0", 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.405 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5399, 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:40:55.250123+0000", 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.408 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.409 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.410 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.410 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.410 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.410 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.410 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.410 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.410 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.410 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.410 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.410 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.410 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.410 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:25:33.974433+0000", 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:25:33.974433+0000", 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.819827+0000", 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.411 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 372, 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3096, 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 371, 2024-07-27T19:57:08.412 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3096, 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.6", 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9394, 2024-07-27T19:57:08.413 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:50:45.457503+0000", 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.005351188, 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1067, 2024-07-27T19:57:08.416 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 379234, 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3050, 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 394750 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.417 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'3096" 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.418 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.419 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.419 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.419 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:08.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.073796+0000", 2024-07-27T19:57:08.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.073796+0000", 2024-07-27T19:57:08.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.074167+0000", 2024-07-27T19:57:08.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:08.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.419 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.420 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2", 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5518, 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.421 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:12:40.486654+0000", 2024-07-27T19:57:08.422 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.422 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.422 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.425 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.426 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:08.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.017496+0000", 2024-07-27T19:57:08.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.017496+0000", 2024-07-27T19:57:08.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.017771+0000", 2024-07-27T19:57:08.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:08.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:08.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:08.427 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:08.428 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.428 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.428 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.428 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:08.428 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:08.428 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.428 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.428 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.428 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.428 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.428 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.3", 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5467, 2024-07-27T19:57:08.429 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.430 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:11:33.532355+0000", 2024-07-27T19:57:08.430 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.430 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.430 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.432 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.433 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.434 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 20, 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.509244+0000", 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.023199+0000", 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.023199+0000", 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.026172+0000", 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.509244+0000", 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:14:20.896830+0000", 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:14:20.896830+0000", 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.435 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.509244+0000", 2024-07-27T19:57:08.436 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.509244+0000", 2024-07-27T19:57:08.436 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.509244+0000", 2024-07-27T19:57:08.436 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.436 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.436 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:14:20.896830+0000", 2024-07-27T19:57:08.436 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.509244+0000", 2024-07-27T19:57:08.436 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.509244+0000", 2024-07-27T19:57:08.436 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.437 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 253, 2024-07-27T19:57:08.437 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.437 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.437 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.437 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.437 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.437 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.437 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.437 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 253, 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "1.0", 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 6091, 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:13:43.392783+0000", 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.438 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 590368, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 1771104, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.440 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 6, 2024-07-27T19:57:08.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1322, 2024-07-27T19:57:08.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 2114, 2024-07-27T19:57:08.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 423, 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 2416 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.442 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "2336'253" 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.443 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.028008+0000", 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.028008+0000", 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.927150+0000", 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.444 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3037, 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3037, 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.445 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.5", 2024-07-27T19:57:08.446 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.446 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.446 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.446 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9048, 2024-07-27T19:57:08.446 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.446 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:43:43.121423+0000", 2024-07-27T19:57:08.446 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.001628044, 2024-07-27T19:57:08.446 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.446 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 888, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 393940, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3030, 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 388574 2024-07-27T19:57:08.449 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'3037" 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.450 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.018856+0000", 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.018856+0000", 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.019175+0000", 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:08.451 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.452 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.452 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.452 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.452 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:08.452 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:08.452 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:08.452 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.452 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.452 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.452 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.d", 2024-07-27T19:57:08.453 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.454 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.454 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.454 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5387, 2024-07-27T19:57:08.454 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.454 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:41:27.046936+0000", 2024-07-27T19:57:08.454 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.454 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.454 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.457 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.458 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.458 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.458 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.458 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.458 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.458 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.458 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.458 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.458 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.458 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.458 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.458 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.459 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.459 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.459 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.459 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:08.459 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.459 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.459 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.459 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.459 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.459 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.459 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:08.459 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.013884+0000", 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.013884+0000", 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.014249+0000", 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.461 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.c", 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5565, 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:38:27.550539+0000", 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.466 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.466 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.466 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.466 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.466 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.466 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.466 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.466 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:08.466 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.466 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.467 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.087447+0000", 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.087447+0000", 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.088621+0000", 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.469 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.c", 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5453, 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:40:14.657998+0000", 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.473 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.474 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.474 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.474 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.474 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.474 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.474 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.474 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.474 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.474 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.474 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.474 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.013186+0000", 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.013186+0000", 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.013563+0000", 2024-07-27T19:57:08.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.476 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.d", 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.477 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.478 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.478 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5591, 2024-07-27T19:57:08.478 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.478 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:22:01.333332+0000", 2024-07-27T19:57:08.478 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.478 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.478 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 70, 2024-07-27T19:57:08.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1, 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 1, 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.481 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.482 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.482 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.482 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.482 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.482 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T19:57:08.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.482 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.482 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.482 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.482 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.482 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.482 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.029964+0000", 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.029964+0000", 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.030575+0000", 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:08.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:08.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:08.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:08.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:08.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:08.484 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.f", 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.485 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.486 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5415, 2024-07-27T19:57:08.486 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.486 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:33:15.505854+0000", 2024-07-27T19:57:08.486 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.486 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.486 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.489 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.490 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.491 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.491 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.491 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.491 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:08.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.029146+0000", 2024-07-27T19:57:08.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.029146+0000", 2024-07-27T19:57:08.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.030010+0000", 2024-07-27T19:57:08.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:08.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:08.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:08.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:08.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:08.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:08.492 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.492 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:08.492 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.e", 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.493 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.494 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.494 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5571, 2024-07-27T19:57:08.494 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.494 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:05:31.562342+0000", 2024-07-27T19:57:08.494 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.494 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.494 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:08.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 6, 2024-07-27T19:57:08.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 6, 2024-07-27T19:57:08.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T19:57:08.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.497 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.497 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.497 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.497 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.497 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.498 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.498 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.498 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:08.498 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T19:57:08.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.498 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.498 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.498 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.498 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.498 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022232+0000", 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022232+0000", 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022523+0000", 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:08.499 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:08.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:08.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:08.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:08.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:08.500 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.501 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.501 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.501 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.501 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.501 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.501 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.501 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.501 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.501 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.501 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.501 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.502 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.502 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.e", 2024-07-27T19:57:08.502 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.502 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.502 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.502 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5406, 2024-07-27T19:57:08.502 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.502 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:20:19.543490+0000", 2024-07-27T19:57:08.502 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.502 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.502 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.502 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.503 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.507 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.024985+0000", 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.024985+0000", 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.025299+0000", 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:08.508 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.509 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.510 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T19:57:08.510 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.510 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.510 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.510 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.f", 2024-07-27T19:57:08.510 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.510 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.510 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.510 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5481, 2024-07-27T19:57:08.510 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.510 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:55:54.347458+0000", 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 22, 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.511 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.512 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 1, 2024-07-27T19:57:08.513 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.514 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.515 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.029266+0000", 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.029266+0000", 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.035409+0000", 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:08.516 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.517 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.518 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.518 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.518 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.518 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.518 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.518 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.518 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.11", 2024-07-27T19:57:08.518 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.518 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.518 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.518 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5387, 2024-07-27T19:57:08.518 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:14:10.276340+0000", 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.519 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.520 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.521 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.522 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.522 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.522 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.522 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.522 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.522 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.523 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:25:33.982514+0000", 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:25:33.982514+0000", 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:25:33.983002+0000", 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 372, 2024-07-27T19:57:08.524 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 8, 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 371, 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.525 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 8, 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.10", 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5578, 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.526 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:33:21.621465+0000", 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.527 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 12, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 4, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 4, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.528 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 4, 2024-07-27T19:57:08.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 24, 2024-07-27T19:57:08.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 24, 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 12, 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.530 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'8" 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.531 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.081805+0000", 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.081805+0000", 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.082123+0000", 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:08.532 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:08.533 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.533 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.533 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.533 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:08.533 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:08.533 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.533 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.533 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.533 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.533 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.533 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.533 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.534 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.534 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.534 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.534 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.534 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.534 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.534 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.10", 2024-07-27T19:57:08.534 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.534 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.534 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.534 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5421, 2024-07-27T19:57:08.534 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:10:56.565203+0000", 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.535 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.536 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.537 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.538 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.538 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.538 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.538 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.538 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.538 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.538 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.538 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.538 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.539 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.076656+0000", 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.076656+0000", 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.077591+0000", 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:08.540 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.541 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.541 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.541 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.541 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:08.541 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:08.541 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:08.541 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.541 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.541 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.541 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:08.541 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:08.541 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.542 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.542 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.542 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.542 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.542 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.542 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.542 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.542 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.542 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.542 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.11", 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5432, 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:44:33.261298+0000", 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.545 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.546 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.547 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.547 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.547 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.547 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.547 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.547 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.547 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:08.547 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.547 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.547 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.547 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.026629+0000", 2024-07-27T19:57:08.548 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.026629+0000", 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.027018+0000", 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:08.549 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:08.550 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.550 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.550 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.550 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.550 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.550 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.550 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.550 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.550 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.550 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.550 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.13", 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5405, 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:45:57.077234+0000", 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.554 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.554 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.555 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.015412+0000", 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.015412+0000", 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.015733+0000", 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.556 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.557 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.558 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.558 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.558 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.558 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.558 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.558 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.558 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.558 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.558 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.12", 2024-07-27T19:57:08.558 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.558 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.558 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5454, 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:20:47.945765+0000", 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.562 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.562 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.562 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.562 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.562 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.562 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.562 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.562 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.562 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.562 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.563 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.015769+0000", 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.015769+0000", 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.016089+0000", 2024-07-27T19:57:08.564 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.565 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.12", 2024-07-27T19:57:08.566 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5605, 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:32:13.513386+0000", 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.569 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.570 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.570 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.570 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.570 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.570 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.570 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.570 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.570 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.570 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.570 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.570 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.571 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.024631+0000", 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.024631+0000", 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.025260+0000", 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:08.572 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.573 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.13", 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.574 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5613, 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:39:54.117071+0000", 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 34, 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.576 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 4, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 8, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.577 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T19:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 7 2024-07-27T19:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.578 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.579 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.019402+0000", 2024-07-27T19:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.019402+0000", 2024-07-27T19:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.019965+0000", 2024-07-27T19:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.580 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.581 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.582 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.582 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.582 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.582 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.582 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.582 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.582 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.582 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.15", 2024-07-27T19:57:08.582 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.582 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.582 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.582 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5403, 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:52:08.696320+0000", 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.586 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.081613+0000", 2024-07-27T19:57:08.587 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.081613+0000", 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.081980+0000", 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.588 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 29, 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 29, 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.589 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.14", 2024-07-27T19:57:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5458, 2024-07-27T19:57:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:35:35.424925+0000", 2024-07-27T19:57:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 5818, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 12, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 4, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 4, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:08.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 10, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 14, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 28, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 25 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.593 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "557'29" 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.594 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.025719+0000", 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.025719+0000", 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.026031+0000", 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.596 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.14", 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.597 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.598 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5562, 2024-07-27T19:57:08.598 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.598 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:22:32.198239+0000", 2024-07-27T19:57:08.598 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.598 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.598 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.601 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.601 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.601 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.601 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.601 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.601 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.601 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.601 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.601 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.601 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.601 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.601 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.602 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.602 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.602 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.602 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.602 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.602 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.602 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.602 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:08.602 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.603 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:08.604 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.009207+0000", 2024-07-27T19:57:08.604 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.009207+0000", 2024-07-27T19:57:08.604 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.009602+0000", 2024-07-27T19:57:08.604 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:08.604 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.604 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.604 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.604 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.604 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:08.604 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:08.604 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:08.605 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.605 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.605 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.605 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:08.605 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:08.605 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.605 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3, 2024-07-27T19:57:08.605 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.605 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.605 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.605 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.606 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.606 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.606 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.606 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3, 2024-07-27T19:57:08.606 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.606 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.606 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.607 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.15", 2024-07-27T19:57:08.607 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.607 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.607 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.607 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5590, 2024-07-27T19:57:08.607 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.607 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:03:00.347501+0000", 2024-07-27T19:57:08.607 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.607 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.607 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 90, 2024-07-27T19:57:08.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.609 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 7, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 7, 2024-07-27T19:57:08.610 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 4, 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.611 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'3" 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.612 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.012829+0000", 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.012829+0000", 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.013529+0000", 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:08.613 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:08.614 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:08.614 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.614 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.614 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.614 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:08.614 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:08.614 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.614 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.614 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.614 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.614 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.614 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.17", 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5604, 2024-07-27T19:57:08.615 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:51:25.212068+0000", 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.618 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.619 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.620 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.088177+0000", 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.088177+0000", 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.088545+0000", 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:08.621 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.622 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.622 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.622 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:08.622 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:08.622 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.622 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.622 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.622 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.622 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.622 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.622 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.16", 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5461, 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.623 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:39:46.709018+0000", 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.626 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.628 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.019813+0000", 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.019813+0000", 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.020578+0000", 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.629 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.630 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.630 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:08.630 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:08.630 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.630 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.630 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.630 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.630 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.630 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.16", 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5425, 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.631 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:18:57.026302+0000", 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.634 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.635 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.635 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.635 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.636 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.637 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.637 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.637 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:08.637 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.637 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.637 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.637 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.637 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.637 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.637 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:08.637 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.083895+0000", 2024-07-27T19:57:08.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.083895+0000", 2024-07-27T19:57:08.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.084522+0000", 2024-07-27T19:57:08.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:08.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:08.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:08.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:08.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.638 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:08.639 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:08.639 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.639 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.639 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.639 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.639 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.639 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.639 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.639 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.639 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.640 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.640 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.640 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.640 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.640 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.17", 2024-07-27T19:57:08.640 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.640 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.640 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.640 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5421, 2024-07-27T19:57:08.640 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.640 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:50:50.525370+0000", 2024-07-27T19:57:08.640 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.642 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.643 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.644 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.645 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.646 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:08.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.018701+0000", 2024-07-27T19:57:08.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.018701+0000", 2024-07-27T19:57:08.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.020295+0000", 2024-07-27T19:57:08.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:08.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.646 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.647 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.648 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.648 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.648 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.648 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.648 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.648 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.648 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.19", 2024-07-27T19:57:08.648 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.648 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.648 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.648 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5582, 2024-07-27T19:57:08.649 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.649 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:29:39.035666+0000", 2024-07-27T19:57:08.649 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.649 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.649 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.649 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.650 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.651 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.652 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.653 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.654 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.654 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.654 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.654 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.654 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:08.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.019683+0000", 2024-07-27T19:57:08.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.019683+0000", 2024-07-27T19:57:08.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.020028+0000", 2024-07-27T19:57:08.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:08.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.654 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:08.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:08.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:08.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:08.655 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:08.655 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.656 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.18", 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5443, 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:37:34.300264+0000", 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.657 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.658 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.659 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.660 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.661 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.661 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.661 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.661 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.661 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.661 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.661 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.661 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.661 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.661 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.662 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.662 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.662 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.662 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.662 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.662 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.662 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.662 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.662 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:08.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:08.024122+0000", 2024-07-27T19:57:08.662 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:08.024122+0000", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:08.025124+0000", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 405, 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:08.663 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.664 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.664 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.664 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.664 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 404, 2024-07-27T19:57:08.664 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.664 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.664 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.664 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.664 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.664 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.664 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.665 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.665 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.18", 2024-07-27T19:57:08.665 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.665 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.665 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.665 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5551, 2024-07-27T19:57:08.665 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.665 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:49:57.394386+0000", 2024-07-27T19:57:08.665 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.665 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.665 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.666 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.667 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.668 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.669 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:08.670 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.075275+0000", 2024-07-27T19:57:08.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.075275+0000", 2024-07-27T19:57:08.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.075586+0000", 2024-07-27T19:57:08.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:08.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:08.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:08.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:08.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.671 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.672 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.19", 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5555, 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:49:04.448929+0000", 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.673 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.675 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.676 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.677 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.678 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.678 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.678 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:08.678 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.678 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.678 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.678 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.678 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.678 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.678 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:08.678 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.013867+0000", 2024-07-27T19:57:08.678 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.013867+0000", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.014198+0000", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.679 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1a", 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.680 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5425, 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:11:11.627456+0000", 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.684 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.684 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.684 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.684 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.684 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "557'2" 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.685 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.020943+0000", 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.020943+0000", 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022478+0000", 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:08.686 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.687 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1b", 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5603, 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:53:29.858440+0000", 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.688 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.691 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.692 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.693 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.693 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.693 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.693 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.693 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.693 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.693 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.693 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.693 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.693 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:08.693 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.016258+0000", 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.016258+0000", 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.016662+0000", 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:08.694 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.695 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1b", 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5518, 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:16:28.508826+0000", 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.696 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.699 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.700 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.700 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.700 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.700 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.700 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.700 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.700 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.700 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.700 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "557'2" 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T19:57:08.701 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.702 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.702 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.702 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.702 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.702 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.702 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:08.702 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.013242+0000", 2024-07-27T19:57:08.702 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.013242+0000", 2024-07-27T19:57:08.702 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.013683+0000", 2024-07-27T19:57:08.702 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:08.702 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.703 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.704 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.704 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.704 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.704 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.704 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.704 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.704 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.704 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.704 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.704 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.704 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.705 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1a", 2024-07-27T19:57:08.705 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.705 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.705 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.705 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5504, 2024-07-27T19:57:08.705 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.705 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:23:41.103302+0000", 2024-07-27T19:57:08.705 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.705 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.705 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.707 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.708 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.709 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.081095+0000", 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.081095+0000", 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.081442+0000", 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:08.710 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.711 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.20", 2024-07-27T19:57:08.712 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.713 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.713 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.713 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5425, 2024-07-27T19:57:08.713 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.713 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:17:02.215446+0000", 2024-07-27T19:57:08.713 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.713 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.713 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.715 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.716 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.717 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.718 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.718 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:08.718 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.718 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.718 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.718 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.718 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.718 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.718 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:08.718 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.084192+0000", 2024-07-27T19:57:08.718 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.084192+0000", 2024-07-27T19:57:08.718 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.084559+0000", 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:08.719 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.720 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.21", 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5566, 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:56:53.821266+0000", 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.725 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.725 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.725 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.725 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.725 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.725 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.726 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.726 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:08.726 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.726 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.726 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.726 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.726 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.726 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.726 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.726 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.727 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.727 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.727 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.727 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.727 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.727 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:08.728 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.011616+0000", 2024-07-27T19:57:08.728 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.011616+0000", 2024-07-27T19:57:08.728 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.017371+0000", 2024-07-27T19:57:08.728 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:08.728 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.728 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.728 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.728 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.728 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:08.728 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:08.728 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.729 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.22", 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5463, 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:23:13.568099+0000", 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.732 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.733 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.734 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.734 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.734 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.734 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.734 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.734 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.734 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.734 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.734 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.734 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.734 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.735 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.735 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.735 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.735 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.735 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.735 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.735 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.735 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.735 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.735 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.735 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.736 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.736 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.736 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:08.736 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.024219+0000", 2024-07-27T19:57:08.736 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.024219+0000", 2024-07-27T19:57:08.736 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.024913+0000", 2024-07-27T19:57:08.736 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:08.736 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.737 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.737 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.737 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.737 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:08.737 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:08.737 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:08.737 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.737 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.737 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.738 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:08.738 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:08.738 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.738 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.738 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.738 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.738 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.738 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.738 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.738 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.738 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.738 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.23", 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5611, 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:23:54.999456+0000", 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.739 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.740 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.743 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.743 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.743 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.743 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.743 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.743 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.743 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.743 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.743 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.743 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.744 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.435761+0000", 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.017680+0000", 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.017680+0000", 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.018004+0000", 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.435761+0000", 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.435761+0000", 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.435761+0000", 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.435761+0000", 2024-07-27T19:57:08.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.746 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.746 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.746 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.435761+0000", 2024-07-27T19:57:08.746 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.435761+0000", 2024-07-27T19:57:08.746 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.746 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.746 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.746 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.747 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.747 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.747 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.747 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.747 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.747 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.747 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.748 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.748 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.748 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.24", 2024-07-27T19:57:08.748 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.748 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.748 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.748 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5557, 2024-07-27T19:57:08.748 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.748 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:08:59.151693+0000", 2024-07-27T19:57:08.749 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.749 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.749 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.752 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.753 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.754 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.754 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.754 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.754 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.754 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.754 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:08.754 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:08.033524+0000", 2024-07-27T19:57:08.754 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:08.033524+0000", 2024-07-27T19:57:08.754 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:08.033847+0000", 2024-07-27T19:57:08.754 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:08.754 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.754 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.755 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.755 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 405, 2024-07-27T19:57:08.755 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:08.755 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:08.755 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:08.755 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.755 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.755 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.755 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:08.755 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:08.755 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.756 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.756 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.756 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.756 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 404, 2024-07-27T19:57:08.756 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.756 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.756 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.756 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.756 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.756 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.25", 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5587, 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:05:50.473539+0000", 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.759 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.760 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.761 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.761 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.761 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.761 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.761 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.761 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.761 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.761 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.761 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.762 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.762 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.762 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.762 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.762 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.762 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:08.762 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.762 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.762 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.762 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.762 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.762 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022512+0000", 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022512+0000", 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022805+0000", 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.763 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.764 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.26", 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5427, 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:44:08.735926+0000", 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.769 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432877+0000", 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.018508+0000", 2024-07-27T19:57:08.770 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.018508+0000", 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.018833+0000", 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432877+0000", 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432877+0000", 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432877+0000", 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432877+0000", 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.771 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432877+0000", 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432877+0000", 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.772 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.27", 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5540, 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:28:11.601741+0000", 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.775 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.776 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.777 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.777 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.777 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.777 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.777 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.778 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.778 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.778 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.778 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.778 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.778 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.778 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.779 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.779 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.779 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.779 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.779 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.779 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.779 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.779 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.779 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.779 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.014669+0000", 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.014669+0000", 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.015432+0000", 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:08.780 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.781 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.28", 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5461, 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:02:01.292805+0000", 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.782 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.786 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.786 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.786 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.786 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.786 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.786 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.786 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.786 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.786 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.786 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.786 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.786 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.787 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.021357+0000", 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.021357+0000", 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.021770+0000", 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.789 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.29", 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.790 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5548, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:34:32.661595+0000", 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.794 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:08.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.017423+0000", 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.017423+0000", 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.017857+0000", 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.797 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2a", 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5435, 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:28:16.757201+0000", 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.802 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.802 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.802 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.802 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.802 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.802 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.802 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.802 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.802 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.803 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.804 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.804 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:08.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.020507+0000", 2024-07-27T19:57:08.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.020507+0000", 2024-07-27T19:57:08.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022194+0000", 2024-07-27T19:57:08.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:08.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:08.805 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:08.805 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:08.805 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.805 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.805 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.805 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:08.805 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:08.805 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.805 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.805 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.805 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.806 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.806 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.806 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.806 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.806 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.806 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.806 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.806 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.806 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.806 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2b", 2024-07-27T19:57:08.806 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.807 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.807 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.807 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5608, 2024-07-27T19:57:08.807 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.807 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:23:14.939106+0000", 2024-07-27T19:57:08.807 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.807 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.807 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.810 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.811 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.016767+0000", 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.016767+0000", 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.017625+0000", 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:08.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.813 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.814 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.814 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.814 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:08.814 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.814 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.814 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.814 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.814 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.814 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.814 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.814 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.814 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2c", 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5559, 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:37:13.852027+0000", 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.818 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.818 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.818 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.818 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.818 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.818 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.818 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.818 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.818 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.818 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.818 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.819 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.026630+0000", 2024-07-27T19:57:08.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.026630+0000", 2024-07-27T19:57:08.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.026971+0000", 2024-07-27T19:57:08.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:08.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:08.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:08.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:08.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.822 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2d", 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5388, 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:52:42.349360+0000", 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.827 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.828 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.828 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.828 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.828 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:08.828 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.828 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.829 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.829 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.829 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.829 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.829 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:08.829 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.026806+0000", 2024-07-27T19:57:08.829 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.026806+0000", 2024-07-27T19:57:08.829 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.027132+0000", 2024-07-27T19:57:08.829 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:08.829 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.829 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.830 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.830 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.830 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:08.830 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:08.830 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:08.830 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.830 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.830 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.830 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:08.830 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:08.830 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.830 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2e", 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.831 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.832 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.832 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5561, 2024-07-27T19:57:08.832 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.832 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:43:17.344750+0000", 2024-07-27T19:57:08.832 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.832 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.832 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.834 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.834 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.834 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.834 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.834 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.834 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.834 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.834 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.834 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.834 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.834 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.834 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.835 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.835 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.835 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.835 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.835 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.835 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.835 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.835 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.835 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.835 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.835 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.836 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.837 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.837 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.837 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.837 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.837 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.837 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.837 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.837 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.837 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.837 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.837 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:08.837 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.020415+0000", 2024-07-27T19:57:08.838 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.020415+0000", 2024-07-27T19:57:08.838 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.020917+0000", 2024-07-27T19:57:08.838 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:08.838 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.838 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.838 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.838 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.838 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:08.838 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:08.838 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:08.839 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.839 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.839 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.839 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:08.839 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:08.839 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.839 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.839 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.839 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.839 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.839 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.839 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2f", 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5442, 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.840 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:25:27.621942+0000", 2024-07-27T19:57:08.841 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.841 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.841 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.843 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.843 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.843 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.843 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.843 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.843 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.843 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.843 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.843 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.843 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.844 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.845 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.019987+0000", 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.019987+0000", 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.020311+0000", 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.846 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.847 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.30", 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5434, 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:54:19.792582+0000", 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.848 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.851 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.852 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.004430+0000", 2024-07-27T19:57:08.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.004430+0000", 2024-07-27T19:57:08.854 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.004824+0000", 2024-07-27T19:57:08.854 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:08.854 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.854 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.854 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.854 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.854 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:08.854 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:08.854 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:08.855 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.855 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.855 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.855 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:08.855 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:08.855 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.855 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.855 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.855 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.855 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.855 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.855 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.856 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.856 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.856 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.856 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.856 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.856 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.856 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.31", 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5584, 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:09:08.693337+0000", 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.859 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.860 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.861 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.861 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.861 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.861 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.861 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.861 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.861 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.861 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.861 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.861 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:08.862 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.013159+0000", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.013159+0000", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.013488+0000", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:08.863 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.32", 2024-07-27T19:57:08.864 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5605, 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:31:12.042476+0000", 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.868 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.869 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.071396+0000", 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.071396+0000", 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.071726+0000", 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.870 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.871 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.33", 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.872 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5545, 2024-07-27T19:57:08.873 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.873 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:45:01.940634+0000", 2024-07-27T19:57:08.873 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.873 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.873 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.876 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.877 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.877 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.877 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.877 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.877 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.877 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.877 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.877 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.877 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.878 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.878 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.878 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.878 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T19:57:08.878 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.878 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.879 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.879 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.879 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.879 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:08.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.082994+0000", 2024-07-27T19:57:08.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.082994+0000", 2024-07-27T19:57:08.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.083314+0000", 2024-07-27T19:57:08.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:08.879 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.880 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.880 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.880 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.880 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:08.880 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:08.880 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:08.880 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.881 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.881 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.881 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:08.881 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:08.881 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.881 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.881 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.881 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.881 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.881 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.881 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.881 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.882 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.882 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.882 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.882 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.882 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.882 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.34", 2024-07-27T19:57:08.882 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.882 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.882 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.882 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5473, 2024-07-27T19:57:08.882 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:44:53.724115+0000", 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.886 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.886 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.886 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.886 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:08.886 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.886 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.886 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.887 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T19:57:08.887 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.887 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.887 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.887 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.888 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.888 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.888 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.888 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:08.888 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.888 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.888 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.888 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.888 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.888 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.889 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:08.889 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.081465+0000", 2024-07-27T19:57:08.889 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.081465+0000", 2024-07-27T19:57:08.889 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.081706+0000", 2024-07-27T19:57:08.889 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:08.889 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.889 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.889 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.890 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.890 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:08.890 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:08.890 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:08.890 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.890 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.890 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.890 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.891 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.35", 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5419, 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:21:28.192306+0000", 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.892 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.893 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.894 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.894 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.894 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.894 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.894 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.894 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.894 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.894 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.894 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.894 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.894 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.895 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.896 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.083523+0000", 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.083523+0000", 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.085275+0000", 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.897 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.898 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.36", 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.899 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5419, 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:54:58.487115+0000", 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.900 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.901 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.902 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.902 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.902 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.902 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.902 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.902 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.903 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.904 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.905 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.905 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.905 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.905 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.905 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.905 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.905 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.905 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.905 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.906 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:08.906 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.028511+0000", 2024-07-27T19:57:08.906 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.028511+0000", 2024-07-27T19:57:08.906 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.030266+0000", 2024-07-27T19:57:08.906 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:08.906 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.907 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.907 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.907 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.907 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:08.907 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:08.907 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:08.908 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.908 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.908 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.908 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:08.908 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:08.908 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.909 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.909 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.909 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.909 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.909 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.909 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.909 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.910 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.910 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.910 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.910 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.910 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.910 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.37", 2024-07-27T19:57:08.910 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.911 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.911 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.911 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5395, 2024-07-27T19:57:08.911 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.911 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:09:06.915107+0000", 2024-07-27T19:57:08.911 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.911 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.912 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.912 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.913 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.914 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.915 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.915 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.915 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.915 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.915 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.915 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.915 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.915 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.915 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.915 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.915 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.917 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.918 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.918 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.918 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.918 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.918 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.918 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:08.918 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.918 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.918 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.918 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.918 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.073800+0000", 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.073800+0000", 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.075026+0000", 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:08.919 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.920 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.38", 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5511, 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:57:44.837446+0000", 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.921 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.922 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.923 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.924 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.925 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.926 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.926 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.926 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.926 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.926 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.926 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:08.926 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.028773+0000", 2024-07-27T19:57:08.926 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.028773+0000", 2024-07-27T19:57:08.926 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.030708+0000", 2024-07-27T19:57:08.926 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:08.926 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:08.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:08.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:08.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:08.927 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.928 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.39", 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5411, 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:32:58.272717+0000", 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.929 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.930 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.931 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.932 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.933 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.933 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.933 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.933 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.933 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.933 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.933 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.933 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.933 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.933 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.933 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.934 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.934 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.934 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.934 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.934 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.934 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.934 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.934 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.934 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.934 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:08.934 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.017748+0000", 2024-07-27T19:57:08.934 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.017748+0000", 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.018543+0000", 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:08.935 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:08.936 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.936 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.936 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.936 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.936 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:08.936 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.936 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.936 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.936 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.936 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.936 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.936 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3a", 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5429, 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:13:44.651384+0000", 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.937 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.938 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.939 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.940 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.941 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.941 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.941 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.941 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.941 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.941 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.941 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.941 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.941 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.941 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.942 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.942 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.942 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.942 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.942 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.942 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.942 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.942 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.942 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.942 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.942 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.942 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.026399+0000", 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.026399+0000", 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.026892+0000", 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:08.943 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:08.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:08.944 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:08.944 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.944 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.944 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.944 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.944 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.944 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.944 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3b", 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5402, 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:52:37.255818+0000", 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.945 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.946 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.946 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.947 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.948 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.949 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.950 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.950 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.950 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.950 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.950 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.950 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:08.950 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.950 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.950 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.950 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.950 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.950 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.017437+0000", 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.017437+0000", 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.017833+0000", 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.951 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.952 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3c", 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5458, 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:11:59.014672+0000", 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.953 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.954 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.955 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.956 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.957 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.957 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.957 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.957 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.957 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:08.957 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:08.957 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.958 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:25:33.980330+0000", 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:25:33.980330+0000", 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:25:33.980656+0000", 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.959 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 372, 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.960 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 371, 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3d", 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.961 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5611, 2024-07-27T19:57:08.962 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.962 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:40:10.419402+0000", 2024-07-27T19:57:08.962 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.962 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.962 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.962 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.963 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.964 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:08.965 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.966 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.085912+0000", 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.085912+0000", 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.086337+0000", 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.967 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:08.968 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3e", 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5588, 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.969 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:20:43.237580+0000", 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.970 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.971 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.972 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.973 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:08.974 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.029122+0000", 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.029122+0000", 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.029403+0000", 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:08.975 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.976 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3f", 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5392, 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:52:12.741714+0000", 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.977 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.978 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.979 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.980 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.981 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_per_pool": [ 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 3, 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr" 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 253, 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 1, 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 3, 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 253, 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 1, 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 590368, 2024-07-27T19:57:08.982 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 1771104, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.983 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 6, 2024-07-27T19:57:08.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1322, 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 2114, 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 423, 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 2416 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.985 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 1781760, 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 1771104, 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 3 2024-07-27T19:57:08.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 96, 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 68, 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 32, 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 8, 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 68, 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 2, 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 6616, 2024-07-27T19:57:08.987 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.988 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 66, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 22, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 22, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 14, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.989 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.990 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.990 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.990 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 79, 2024-07-27T19:57:08.990 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 87, 2024-07-27T19:57:08.990 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.990 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.990 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.990 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 68, 2024-07-27T19:57:08.990 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 36 2024-07-27T19:57:08.990 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 110592, 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 19848, 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 45806, 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 96 2024-07-27T19:57:08.991 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 192, 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 64, 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 8, 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 3, 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.992 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:08.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:08.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:08.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:08.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:08.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:08.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:08.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:08.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:08.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:08.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:08.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:08.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:08.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:08.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:08.995 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.995 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T19:57:08.995 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 0, 2024-07-27T19:57:08.995 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T19:57:08.996 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T19:57:08.996 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T19:57:08.996 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T19:57:08.996 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 0, 2024-07-27T19:57:08.996 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T19:57:08.996 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T19:57:08.996 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T19:57:08.996 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T19:57:08.996 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.996 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 192 2024-07-27T19:57:08.996 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:08.996 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 24, 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd" 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 24411, 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 8, 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 8, 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 24411, 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 4, 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 4194323, 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:08.997 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:08.998 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:08.998 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:08.998 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:08.998 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:08.998 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:08.998 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:08.998 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:08.998 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:08.998 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:08.998 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:08.998 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:08.998 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 12, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 4, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 4, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 2, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:08.999 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 9010, 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 3121611, 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 24280, 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 3059917 2024-07-27T19:57:09.000 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.001 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T19:57:09.001 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 12595200, 2024-07-27T19:57:09.001 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T19:57:09.001 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T19:57:09.001 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T19:57:09.001 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T19:57:09.001 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 12582969, 2024-07-27T19:57:09.001 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T19:57:09.001 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T19:57:09.001 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T19:57:09.001 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T19:57:09.001 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.002 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 24 2024-07-27T19:57:09.002 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.002 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.002 INFO:tasks.workunit.client.0.smithi029.stdout: "usage": { 2024-07-27T19:57:09.002 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 105, 2024-07-27T19:57:09.002 INFO:tasks.workunit.client.0.smithi029.stdout: "pools": 4, 2024-07-27T19:57:09.002 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_by_class": { 2024-07-27T19:57:09.002 INFO:tasks.workunit.client.0.smithi029.stdout: "ssd": { 2024-07-27T19:57:09.002 INFO:tasks.workunit.client.0.smithi029.stdout: "total_avail_bytes": 762977730560, 2024-07-27T19:57:09.002 INFO:tasks.workunit.client.0.smithi029.stdout: "total_bytes": 767960285184, 2024-07-27T19:57:09.002 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_bytes": 4982554624, 2024-07-27T19:57:09.002 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_raw_bytes": 4982554624, 2024-07-27T19:57:09.003 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_raw_ratio": 0.006488036829978228 2024-07-27T19:57:09.003 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.003 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.003 INFO:tasks.workunit.client.0.smithi029.stdout: "total_avail_bytes": 762977730560, 2024-07-27T19:57:09.003 INFO:tasks.workunit.client.0.smithi029.stdout: "total_bytes": 767960285184, 2024-07-27T19:57:09.003 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_bytes": 4982554624 2024-07-27T19:57:09.003 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.004 INFO:tasks.workunit.client.0.smithi029.stdout:} 2024-07-27T19:57:09.004 INFO:tasks.workunit.client.0.smithi029.stdout:Device report is generated separately. To see it run 'ceph telemetry show-device'. 2024-07-27T19:57:09.005 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry show-device 2024-07-27T19:57:09.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='client.36186 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='client.36192 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='client.36192 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.005 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='client.46070 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.007 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='client.36186 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.008 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='client.36192 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.008 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='client.36192 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.008 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='client.46070 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.008 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.008 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.008 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.009 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.010 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.011 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.011 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.011 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.011 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='client.36186 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.011 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='client.36192 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='client.36192 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='client.46070 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.012 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.013 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.014 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.015 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:07 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.016 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='client.46070 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.016 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='client.46076 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.016 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='client.46076 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:09.016 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: pgmap v5571: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2024-07-27T19:57:09.016 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.016 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.016 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.016 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.016 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.016 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.016 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.016 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.017 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.018 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.018 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.018 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.018 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:08 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.018 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.018 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.018 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.018 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.018 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.019 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.019 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.019 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.019 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.019 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.019 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.019 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.019 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.019 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.022 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.022 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.022 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.022 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.022 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:09.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.023 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.024 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:09.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:09.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:09.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:09.025 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:07 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:09.025 INFO:tasks.workunit.client.0.smithi029.stdout:{ 2024-07-27T19:57:09.025 INFO:tasks.workunit.client.0.smithi029.stdout: "e1af4a70-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: "INTEL_SSDPED1D480GA_e1afe0ac-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: "20240727-181422": { 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: "device": { 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: "info_name": "/dev/nvme0n1", 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "/dev/nvme0n1", 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: "protocol": "NVMe", 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "nvme" 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: "firmware_version": "E2010325", 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: "host_id": "e1af4a70-4c44-11ef-832a-0cc47abd125a", 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: "json_format_version": [ 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:09.026 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: "local_time": { 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: "asctime": "Sat Jul 27 18:14:22 2024 UTC", 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: "time_t": 1722104062 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: "logical_block_size": 512, 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: "model_name": "INTEL SSDPED1D480GA", 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_controller_id": 0, 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_ieee_oui_identifier": 6083300, 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_namespaces": [ 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: "capacity": { 2024-07-27T19:57:09.027 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: "formatted_lba_size": 512, 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 1, 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: "size": { 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: "utilization": { 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.028 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_number_of_namespaces": 1, 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_pci_vendor": { 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 32902, 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: "subsystem_id": 32902 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_add_log": { 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: "Device stats": { 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_fw_downgrades": { 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: "crc_error_count": { 2024-07-27T19:57:09.029 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.030 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.030 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.030 INFO:tasks.workunit.client.0.smithi029.stdout: "end_to_end_error_detection_count": { 2024-07-27T19:57:09.030 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.030 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.030 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.030 INFO:tasks.workunit.client.0.smithi029.stdout: "erase_fail_count": { 2024-07-27T19:57:09.030 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.030 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.030 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.030 INFO:tasks.workunit.client.0.smithi029.stdout: "host_bytes_written": { 2024-07-27T19:57:09.031 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.031 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 13760057 2024-07-27T19:57:09.031 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.031 INFO:tasks.workunit.client.0.smithi029.stdout: "host_ctx_wear_used": { 2024-07-27T19:57:09.031 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.031 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.032 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.032 INFO:tasks.workunit.client.0.smithi029.stdout: "media_bytes_read": { 2024-07-27T19:57:09.032 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.032 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.032 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.033 INFO:tasks.workunit.client.0.smithi029.stdout: "nand_bytes_written": { 2024-07-27T19:57:09.033 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.033 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.033 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.033 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_stat_indicator": { 2024-07-27T19:57:09.034 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.034 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.034 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.034 INFO:tasks.workunit.client.0.smithi029.stdout: "pll_lock_loss_count": { 2024-07-27T19:57:09.034 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.034 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.034 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: "program_fail_count": { 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: "re_alloc_sectr_cnt": { 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: "retry_buffer_overflow_count": { 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.035 INFO:tasks.workunit.client.0.smithi029.stdout: "soft_ecc_err_rate": { 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: "thermal_throttle_status": { 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: "cnt": 0, 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: "pct": 0 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_host_reads": { 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 13 2024-07-27T19:57:09.036 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_media_wear": { 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": "0.029297" 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_timer": { 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 1471280 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: "unexp_power_loss": { 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: "wear_leveling": { 2024-07-27T19:57:09.037 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: "avg": 0, 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: "max": 0, 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel Smart log": "nvme0n1" 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_log": { 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare": 100, 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare_threshold": 0, 2024-07-27T19:57:09.038 INFO:tasks.workunit.client.0.smithi029.stdout: "controller_busy_time": 5219, 2024-07-27T19:57:09.039 INFO:tasks.workunit.client.0.smithi029.stdout: "critical_warning": 0, 2024-07-27T19:57:09.039 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_read": 179497174, 2024-07-27T19:57:09.039 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_written": 901779129, 2024-07-27T19:57:09.039 INFO:tasks.workunit.client.0.smithi029.stdout: "host_reads": 2965535138, 2024-07-27T19:57:09.039 INFO:tasks.workunit.client.0.smithi029.stdout: "host_writes": 18963724283, 2024-07-27T19:57:09.039 INFO:tasks.workunit.client.0.smithi029.stdout: "media_errors": 0, 2024-07-27T19:57:09.039 INFO:tasks.workunit.client.0.smithi029.stdout: "num_err_log_entries": 0, 2024-07-27T19:57:09.040 INFO:tasks.workunit.client.0.smithi029.stdout: "percentage_used": 0, 2024-07-27T19:57:09.040 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycles": 38402, 2024-07-27T19:57:09.040 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_hours": 41191, 2024-07-27T19:57:09.040 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": 35, 2024-07-27T19:57:09.040 INFO:tasks.workunit.client.0.smithi029.stdout: "unsafe_shutdowns": 9492 2024-07-27T19:57:09.041 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.041 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_vendor": "intel", 2024-07-27T19:57:09.041 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_version": { 2024-07-27T19:57:09.041 INFO:tasks.workunit.client.0.smithi029.stdout: "string": "<1.2", 2024-07-27T19:57:09.041 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.041 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.041 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycle_count": 38402, 2024-07-27T19:57:09.041 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_time": { 2024-07-27T19:57:09.041 INFO:tasks.workunit.client.0.smithi029.stdout: "hours": 41191 2024-07-27T19:57:09.041 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.041 INFO:tasks.workunit.client.0.smithi029.stdout: "serial_number": "deleted", 2024-07-27T19:57:09.042 INFO:tasks.workunit.client.0.smithi029.stdout: "smart_status": { 2024-07-27T19:57:09.042 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme": { 2024-07-27T19:57:09.042 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.042 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.042 INFO:tasks.workunit.client.0.smithi029.stdout: "passed": true 2024-07-27T19:57:09.042 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.042 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl": { 2024-07-27T19:57:09.042 INFO:tasks.workunit.client.0.smithi029.stdout: "argv": [ 2024-07-27T19:57:09.042 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl", 2024-07-27T19:57:09.042 INFO:tasks.workunit.client.0.smithi029.stdout: "-x", 2024-07-27T19:57:09.042 INFO:tasks.workunit.client.0.smithi029.stdout: "--json=o", 2024-07-27T19:57:09.042 INFO:tasks.workunit.client.0.smithi029.stdout: "/dev/nvme0n1" 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: "build_info": "(local build)", 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: "exit_status": 0, 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: "output": [ 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-480.el9.x86_64] (local build)", 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF INFORMATION SECTION ===", 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: "Model Number: INTEL SSDPED1D480GA", 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: "Serial Number: deleted", 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Version: E2010325", 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2024-07-27T19:57:09.043 INFO:tasks.workunit.client.0.smithi029.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2024-07-27T19:57:09.044 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller ID: 0", 2024-07-27T19:57:09.044 INFO:tasks.workunit.client.0.smithi029.stdout: "NVMe Version: <1.2", 2024-07-27T19:57:09.044 INFO:tasks.workunit.client.0.smithi029.stdout: "Number of Namespaces: 1", 2024-07-27T19:57:09.044 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Size/Capacity: 480,103,981,056 [480 GB]", 2024-07-27T19:57:09.044 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Formatted LBA Size: 512", 2024-07-27T19:57:09.044 INFO:tasks.workunit.client.0.smithi029.stdout: "Local Time is: Sat Jul 27 18:14:22 2024 UTC", 2024-07-27T19:57:09.044 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Updates (0x02): 1 Slot", 2024-07-27T19:57:09.044 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional Admin Commands (0x0007): Security Format Frmw_DL", 2024-07-27T19:57:09.044 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2024-07-27T19:57:09.044 INFO:tasks.workunit.client.0.smithi029.stdout: "Log Page Attributes (0x02): Cmd_Eff_Lg", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: "Maximum Data Transfer Size: 32 Pages", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported Power States", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 18.00W - - 0 0 0 0 0 0", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported LBA Sizes (NSID 0x1)", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: "Id Fmt Data Metadt Rel_Perf", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 512 0 2", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF SMART DATA SECTION ===", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART overall-health self-assessment test result: PASSED", 2024-07-27T19:57:09.045 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T19:57:09.046 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART/Health Information (NVMe Log 0x02)", 2024-07-27T19:57:09.046 INFO:tasks.workunit.client.0.smithi029.stdout: "Critical Warning: 0x00", 2024-07-27T19:57:09.046 INFO:tasks.workunit.client.0.smithi029.stdout: "Temperature: 35 Celsius", 2024-07-27T19:57:09.046 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare: 100%", 2024-07-27T19:57:09.046 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare Threshold: 0%", 2024-07-27T19:57:09.046 INFO:tasks.workunit.client.0.smithi029.stdout: "Percentage Used: 0%", 2024-07-27T19:57:09.046 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Read: 179,497,174 [91.9 TB]", 2024-07-27T19:57:09.046 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Written: 901,779,129 [461 TB]", 2024-07-27T19:57:09.046 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Read Commands: 2,965,535,138", 2024-07-27T19:57:09.046 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Write Commands: 18,963,724,283", 2024-07-27T19:57:09.046 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller Busy Time: 5,219", 2024-07-27T19:57:09.046 INFO:tasks.workunit.client.0.smithi029.stdout: "Power Cycles: 38,402", 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: "Power On Hours: 41,191", 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: "Unsafe Shutdowns: 9,492", 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: "Media and Data Integrity Errors: 0", 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information Log Entries: 0", 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information (NVMe Log 0x01, 16 of 64 entries)", 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: "No Errors Logged", 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: "" 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: "platform_info": "x86_64-linux-5.14.0-480.el9.x86_64", 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: "svn_revision": "5155", 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: "version": [ 2024-07-27T19:57:09.047 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": { 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: "current": 35 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: "user_capacity": { 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 937703088, 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 480103981056 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: "e1b1264c-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T19:57:09.048 INFO:tasks.workunit.client.0.smithi029.stdout: "INTEL_SSDPEDMD400G4_e1b1ac20-4c44-11ef-832a-0cc47abd125a": { 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: "20240727-181426": { 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: "device": { 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: "info_name": "/dev/nvme0n1", 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "/dev/nvme0n1", 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: "protocol": "NVMe", 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "nvme" 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: "firmware_version": "8DV101H0", 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: "host_id": "e1b1264c-4c44-11ef-832a-0cc47abd125a", 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: "json_format_version": [ 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:09.049 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.050 INFO:tasks.workunit.client.0.smithi029.stdout: "local_time": { 2024-07-27T19:57:09.050 INFO:tasks.workunit.client.0.smithi029.stdout: "asctime": "Sat Jul 27 18:14:25 2024 UTC", 2024-07-27T19:57:09.050 INFO:tasks.workunit.client.0.smithi029.stdout: "time_t": 1722104065 2024-07-27T19:57:09.050 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.050 INFO:tasks.workunit.client.0.smithi029.stdout: "logical_block_size": 512, 2024-07-27T19:57:09.050 INFO:tasks.workunit.client.0.smithi029.stdout: "model_name": "INTEL SSDPEDMD400G4", 2024-07-27T19:57:09.050 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_controller_id": 0, 2024-07-27T19:57:09.050 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_ieee_oui_identifier": 6083300, 2024-07-27T19:57:09.050 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_namespaces": [ 2024-07-27T19:57:09.050 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.050 INFO:tasks.workunit.client.0.smithi029.stdout: "capacity": { 2024-07-27T19:57:09.050 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: "formatted_lba_size": 512, 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 1, 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: "size": { 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: "utilization": { 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.051 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.052 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_number_of_namespaces": 1, 2024-07-27T19:57:09.052 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_pci_vendor": { 2024-07-27T19:57:09.052 INFO:tasks.workunit.client.0.smithi029.stdout: "id": 32902, 2024-07-27T19:57:09.052 INFO:tasks.workunit.client.0.smithi029.stdout: "subsystem_id": 32902 2024-07-27T19:57:09.052 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.052 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_add_log": { 2024-07-27T19:57:09.052 INFO:tasks.workunit.client.0.smithi029.stdout: "Device stats": { 2024-07-27T19:57:09.052 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_fw_downgrades": { 2024-07-27T19:57:09.052 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.052 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.052 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.052 INFO:tasks.workunit.client.0.smithi029.stdout: "crc_error_count": { 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: "end_to_end_error_detection_count": { 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: "erase_fail_count": { 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: "host_bytes_written": { 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.053 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 27114313 2024-07-27T19:57:09.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.054 INFO:tasks.workunit.client.0.smithi029.stdout: "host_ctx_wear_used": { 2024-07-27T19:57:09.054 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.054 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 1 2024-07-27T19:57:09.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.054 INFO:tasks.workunit.client.0.smithi029.stdout: "media_bytes_read": { 2024-07-27T19:57:09.054 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.054 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.054 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.054 INFO:tasks.workunit.client.0.smithi029.stdout: "nand_bytes_written": { 2024-07-27T19:57:09.054 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.055 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 47912582 2024-07-27T19:57:09.055 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.055 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_stat_indicator": { 2024-07-27T19:57:09.055 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.055 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.055 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.055 INFO:tasks.workunit.client.0.smithi029.stdout: "pll_lock_loss_count": { 2024-07-27T19:57:09.055 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.055 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.055 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.055 INFO:tasks.workunit.client.0.smithi029.stdout: "program_fail_count": { 2024-07-27T19:57:09.055 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.056 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.056 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.056 INFO:tasks.workunit.client.0.smithi029.stdout: "re_alloc_sectr_cnt": { 2024-07-27T19:57:09.056 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.056 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.056 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.056 INFO:tasks.workunit.client.0.smithi029.stdout: "retry_buffer_overflow_count": { 2024-07-27T19:57:09.056 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.056 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.056 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.056 INFO:tasks.workunit.client.0.smithi029.stdout: "soft_ecc_err_rate": { 2024-07-27T19:57:09.057 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.057 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.057 INFO:tasks.workunit.client.0.smithi029.stdout: "thermal_throttle_status": { 2024-07-27T19:57:09.057 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.057 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T19:57:09.057 INFO:tasks.workunit.client.0.smithi029.stdout: "cnt": 0, 2024-07-27T19:57:09.057 INFO:tasks.workunit.client.0.smithi029.stdout: "pct": 0 2024-07-27T19:57:09.057 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_host_reads": { 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 65535 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_media_wear": { 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": "63.999023" 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: "timed_workload_timer": { 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 100, 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 65535 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.058 INFO:tasks.workunit.client.0.smithi029.stdout: "unexp_power_loss": { 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 0, 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": 0 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: "wear_leveling": { 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: "normalized": 90, 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: "raw": { 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: "avg": 3283, 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: "max": 3299, 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 3265 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.059 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel Smart log": "nvme0n1" 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_smart_health_information_log": { 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare": 100, 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "available_spare_threshold": 10, 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "controller_busy_time": 0, 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "critical_warning": 0, 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_read": 380114655, 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "data_units_written": 1776963650, 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "host_reads": 6396034878, 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "host_writes": 32640120639, 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "media_errors": 0, 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "num_err_log_entries": 0, 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "percentage_used": 10, 2024-07-27T19:57:09.060 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycles": 56392, 2024-07-27T19:57:09.061 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_hours": 54380, 2024-07-27T19:57:09.061 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": 25, 2024-07-27T19:57:09.061 INFO:tasks.workunit.client.0.smithi029.stdout: "unsafe_shutdowns": 93 2024-07-27T19:57:09.061 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.061 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_vendor": "intel", 2024-07-27T19:57:09.061 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme_version": { 2024-07-27T19:57:09.061 INFO:tasks.workunit.client.0.smithi029.stdout: "string": "<1.2", 2024-07-27T19:57:09.061 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.061 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.061 INFO:tasks.workunit.client.0.smithi029.stdout: "power_cycle_count": 56392, 2024-07-27T19:57:09.061 INFO:tasks.workunit.client.0.smithi029.stdout: "power_on_time": { 2024-07-27T19:57:09.061 INFO:tasks.workunit.client.0.smithi029.stdout: "hours": 54380 2024-07-27T19:57:09.062 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.062 INFO:tasks.workunit.client.0.smithi029.stdout: "serial_number": "deleted", 2024-07-27T19:57:09.062 INFO:tasks.workunit.client.0.smithi029.stdout: "smart_status": { 2024-07-27T19:57:09.062 INFO:tasks.workunit.client.0.smithi029.stdout: "nvme": { 2024-07-27T19:57:09.062 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.062 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.062 INFO:tasks.workunit.client.0.smithi029.stdout: "passed": true 2024-07-27T19:57:09.062 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.062 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl": { 2024-07-27T19:57:09.062 INFO:tasks.workunit.client.0.smithi029.stdout: "argv": [ 2024-07-27T19:57:09.062 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl", 2024-07-27T19:57:09.063 INFO:tasks.workunit.client.0.smithi029.stdout: "-x", 2024-07-27T19:57:09.063 INFO:tasks.workunit.client.0.smithi029.stdout: "--json=o", 2024-07-27T19:57:09.063 INFO:tasks.workunit.client.0.smithi029.stdout: "/dev/nvme0n1" 2024-07-27T19:57:09.063 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.063 INFO:tasks.workunit.client.0.smithi029.stdout: "build_info": "(local build)", 2024-07-27T19:57:09.063 INFO:tasks.workunit.client.0.smithi029.stdout: "exit_status": 0, 2024-07-27T19:57:09.063 INFO:tasks.workunit.client.0.smithi029.stdout: "output": [ 2024-07-27T19:57:09.063 INFO:tasks.workunit.client.0.smithi029.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-480.el9.x86_64] (local build)", 2024-07-27T19:57:09.063 INFO:tasks.workunit.client.0.smithi029.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2024-07-27T19:57:09.063 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T19:57:09.063 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF INFORMATION SECTION ===", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Model Number: INTEL SSDPEDMD400G4", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Serial Number: deleted", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Version: 8DV101H0", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller ID: 0", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "NVMe Version: <1.2", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Number of Namespaces: 1", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Namespace 1 Formatted LBA Size: 512", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Local Time is: Sat Jul 27 18:14:25 2024 UTC", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Firmware Updates (0x02): 1 Slot", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Log Page Attributes (0x02): Cmd_Eff_Lg", 2024-07-27T19:57:09.064 INFO:tasks.workunit.client.0.smithi029.stdout: "Maximum Data Transfer Size: 32 Pages", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported Power States", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: "Supported LBA Sizes (NSID 0x1)", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: "Id Fmt Data Metadt Rel_Perf", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: " 0 + 512 0 2", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: " 1 - 512 8 2", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: " 2 - 512 16 2", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: " 3 - 4096 0 0", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: " 4 - 4096 8 0", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: " 5 - 4096 64 0", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: " 6 - 4096 128 0", 2024-07-27T19:57:09.065 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "=== START OF SMART DATA SECTION ===", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART overall-health self-assessment test result: PASSED", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "SMART/Health Information (NVMe Log 0x02)", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "Critical Warning: 0x00", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "Temperature: 25 Celsius", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare: 100%", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "Available Spare Threshold: 10%", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "Percentage Used: 10%", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Read: 380,114,655 [194 TB]", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "Data Units Written: 1,776,963,650 [909 TB]", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Read Commands: 6,396,034,878", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "Host Write Commands: 32,640,120,639", 2024-07-27T19:57:09.066 INFO:tasks.workunit.client.0.smithi029.stdout: "Controller Busy Time: 0", 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: "Power Cycles: 56,392", 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: "Power On Hours: 54,380", 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: "Unsafe Shutdowns: 93", 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: "Media and Data Integrity Errors: 0", 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information Log Entries: 0", 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: "", 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: "Error Information (NVMe Log 0x01, 16 of 64 entries)", 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: "No Errors Logged", 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: "" 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: "platform_info": "x86_64-linux-5.14.0-480.el9.x86_64", 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: "svn_revision": "5155", 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: "version": [ 2024-07-27T19:57:09.067 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: "temperature": { 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: "current": 25 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: "user_capacity": { 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: "blocks": 781422768, 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 400088457216 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.068 INFO:tasks.workunit.client.0.smithi029.stdout:} 2024-07-27T19:57:09.069 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry show 2024-07-27T19:57:09.078 INFO:tasks.workunit.client.0.smithi029.stdout:{ 2024-07-27T19:57:09.078 INFO:tasks.workunit.client.0.smithi029.stdout: "balancer": { 2024-07-27T19:57:09.078 INFO:tasks.workunit.client.0.smithi029.stdout: "active": true, 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: "mode": "" 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: "channels": [ 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: "basic", 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: "crash", 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: "device", 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: "ident", 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: "perf" 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: "channels_available": [ 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: "basic", 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: "ident", 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: "crash", 2024-07-27T19:57:09.079 INFO:tasks.workunit.client.0.smithi029.stdout: "device", 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "perf" 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "collections_available": [ 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_base", 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "device_base", 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "crash_base", 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "ident_base", 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_perf", 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_mds_metadata", 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_usage", 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_usage_by_class", 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_rook_v01", 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_memory_metrics", 2024-07-27T19:57:09.080 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_options_bluestore", 2024-07-27T19:57:09.081 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_flags" 2024-07-27T19:57:09.081 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.081 INFO:tasks.workunit.client.0.smithi029.stdout: "collections_opted_in": [ 2024-07-27T19:57:09.081 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_base", 2024-07-27T19:57:09.081 INFO:tasks.workunit.client.0.smithi029.stdout: "device_base", 2024-07-27T19:57:09.081 INFO:tasks.workunit.client.0.smithi029.stdout: "crash_base", 2024-07-27T19:57:09.081 INFO:tasks.workunit.client.0.smithi029.stdout: "ident_base", 2024-07-27T19:57:09.081 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_perf", 2024-07-27T19:57:09.081 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_mds_metadata", 2024-07-27T19:57:09.081 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_usage", 2024-07-27T19:57:09.081 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_usage_by_class", 2024-07-27T19:57:09.082 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_rook_v01", 2024-07-27T19:57:09.082 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_memory_metrics", 2024-07-27T19:57:09.082 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_options_bluestore", 2024-07-27T19:57:09.082 INFO:tasks.workunit.client.0.smithi029.stdout: "basic_pool_flags" 2024-07-27T19:57:09.082 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.082 INFO:tasks.workunit.client.0.smithi029.stdout: "config": { 2024-07-27T19:57:09.082 INFO:tasks.workunit.client.0.smithi029.stdout: "active_changed": [ 2024-07-27T19:57:09.082 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_allow_insecure_global_id_reclaim", 2024-07-27T19:57:09.082 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_debug", 2024-07-27T19:57:09.082 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_mon_ticket_ttl", 2024-07-27T19:57:09.082 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_service_ticket_ttl", 2024-07-27T19:57:09.082 INFO:tasks.workunit.client.0.smithi029.stdout: "bdev_debug_aio", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "client_check_pool_perm", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "client_mount_gid", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "client_mount_uid", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "client_quota", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "container_image", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "daemonize", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_asserts_on_shutdown", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mgr", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mon", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_ms", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_osd", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_paxos", 2024-07-27T19:57:09.083 INFO:tasks.workunit.client.0.smithi029.stdout: "keyring", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_file", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_journald", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_stderr", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_allow_pool_delete", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_clock_drift_allowed", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_file_level", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_file", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_journald", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_stderr", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_data_avail_warn", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_election_default_strategy", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_host", 2024-07-27T19:57:09.084 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_max_pg_per_osd", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mds_skip_sanity", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mgr_mkfs_grace", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_prime_pg_temp", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_reporter_subtree_level", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_pg_warn_max_object_skew", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_bytes_per_osd", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_pgs_per_osd", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_legacy_crush_tunables", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-07-27T19:57:09.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_too_few_osds", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_bug", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_old_message", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "no_config_file", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_default_list", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_load_list", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_misdirected_ops", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_op_order", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_pg_log_writeout", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_shutdown", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_cached_snaps", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_missing_on_start", 2024-07-27T19:57:09.086 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_stray_on_activate", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_deep_scrub_update_digest_min_age", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_hdd", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_hybrid", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_delete_sleep_ssd", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_max_backfills", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_max_capacity_iops_ssd", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_profile", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_res", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_lim", 2024-07-27T19:57:09.087 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_res", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_lim", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_res", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_scheduler_client_wgt", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target_autotune", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue_cut_off", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_erasure_code_profile", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_pg_autoscale_mode", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recover_clone_overlap", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active_hdd", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_active_ssd", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_chunk", 2024-07-27T19:57:09.088 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_hdd", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_hybrid", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_sleep_ssd", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_load_threshold", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_max_interval", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_sleep", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_shutdown_pgref_assert", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_hdd", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_hybrid", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_snap_trim_sleep_ssd", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "public_network", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_config_pool_override_update_timestamp", 2024-07-27T19:57:09.089 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_default_features", 2024-07-27T19:57:09.090 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_qos_exclude_ops", 2024-07-27T19:57:09.090 INFO:tasks.workunit.client.0.smithi029.stdout: "setgroup", 2024-07-27T19:57:09.090 INFO:tasks.workunit.client.0.smithi029.stdout: "setuser" 2024-07-27T19:57:09.090 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.090 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster_changed": [ 2024-07-27T19:57:09.090 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_allow_insecure_global_id_reclaim", 2024-07-27T19:57:09.090 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_debug", 2024-07-27T19:57:09.090 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_mon_ticket_ttl", 2024-07-27T19:57:09.090 INFO:tasks.workunit.client.0.smithi029.stdout: "auth_service_ticket_ttl", 2024-07-27T19:57:09.090 INFO:tasks.workunit.client.0.smithi029.stdout: "bdev_debug_aio", 2024-07-27T19:57:09.090 INFO:tasks.workunit.client.0.smithi029.stdout: "container_image", 2024-07-27T19:57:09.090 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_asserts_on_shutdown", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mgr", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_mon", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_ms", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_osd", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "debug_paxos", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_file", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_journald", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "log_to_stderr", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_join_fs", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/allow_ptrace", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/container_init", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/migration_current", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/cephadm/use_repo_digest", 2024-07-27T19:57:09.091 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/GRAFANA_API_URL", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/dashboard/ssl_server_port", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/orchestrator/orchestrator", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/channel_ident", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/channel_perf", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/description", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/enabled", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr/telemetry/organization", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_allow_pool_delete", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_clock_drift_allowed", 2024-07-27T19:57:09.092 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_file_level", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_cluster_log_to_file", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_data_avail_warn", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_election_default_strategy", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_max_pg_per_osd", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mds_skip_sanity", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_mgr_mkfs_grace", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_prime_pg_temp", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_osd_reporter_subtree_level", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_pg_warn_max_object_skew", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_bytes_per_osd", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_reweight_min_pgs_per_osd", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-07-27T19:57:09.093 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_legacy_crush_tunables", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "mon_warn_on_too_few_osds", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_bug", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "ms_die_on_old_message", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_default_list", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_class_load_list", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_misdirected_ops", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_op_order", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_pg_log_writeout", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_shutdown", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_cached_snaps", 2024-07-27T19:57:09.094 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_missing_on_start", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_debug_verify_stray_on_activate", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_deep_scrub_update_digest_min_age", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_max_capacity_iops_ssd", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mclock_profile", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_memory_target_autotune", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_op_queue_cut_off", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_erasure_code_profile", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pool_default_pg_autoscale_mode", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recover_clone_overlap", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_recovery_max_chunk", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_load_threshold", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_scrub_max_interval", 2024-07-27T19:57:09.095 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_shutdown_pgref_assert", 2024-07-27T19:57:09.096 INFO:tasks.workunit.client.0.smithi029.stdout: "public_network", 2024-07-27T19:57:09.096 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd_config_pool_override_update_timestamp", 2024-07-27T19:57:09.096 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_cache_enabled", 2024-07-27T19:57:09.096 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_enable_ops_log", 2024-07-27T19:57:09.096 INFO:tasks.workunit.client.0.smithi029.stdout: "rgw_enable_usage_log" 2024-07-27T19:57:09.096 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.096 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.096 INFO:tasks.workunit.client.0.smithi029.stdout: "contact": null, 2024-07-27T19:57:09.096 INFO:tasks.workunit.client.0.smithi029.stdout: "crashes": [], 2024-07-27T19:57:09.096 INFO:tasks.workunit.client.0.smithi029.stdout: "created": "2024-07-27T18:11:01.801618Z", 2024-07-27T19:57:09.097 INFO:tasks.workunit.client.0.smithi029.stdout: "crush": { 2024-07-27T19:57:09.097 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_algs": { 2024-07-27T19:57:09.097 INFO:tasks.workunit.client.0.smithi029.stdout: "straw2": 3 2024-07-27T19:57:09.097 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.097 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_sizes": { 2024-07-27T19:57:09.097 INFO:tasks.workunit.client.0.smithi029.stdout: "2": 1, 2024-07-27T19:57:09.097 INFO:tasks.workunit.client.0.smithi029.stdout: "4": 2 2024-07-27T19:57:09.097 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.097 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket_types": { 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: "1": 2, 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: "11": 1 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: "compat_weight_set": false, 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: "device_classes": [ 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: 8 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_buckets": 6, 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_devices": 8, 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_rules": 2, 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_types": 12, 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_weight_sets": 0, 2024-07-27T19:57:09.098 INFO:tasks.workunit.client.0.smithi029.stdout: "tunables": { 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "allowed_bucket_algs": 54, 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_local_fallback_tries": 0, 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_local_tries": 0, 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "choose_total_tries": 50, 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_descend_once": 1, 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_stable": 1, 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "chooseleaf_vary_r": 1, 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "has_msr_rules": 0, 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v2_rules": 1, 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v3_rules": 0, 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v4_buckets": 1, 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "has_v5_rules": 0, 2024-07-27T19:57:09.099 INFO:tasks.workunit.client.0.smithi029.stdout: "legacy_tunables": 0, 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "minimum_required_version": "jewel", 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "msr_collision_tries": 100, 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "msr_descents": 100, 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "optimal_tunables": 1, 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "profile": "jewel", 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables": 1, 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables2": 1, 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables3": 1, 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "require_feature_tunables5": 1, 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "straw_calc_version": 1 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "description": "upgrade test cluster", 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "fs": { 2024-07-27T19:57:09.100 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: "feature_flags": { 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: "enable_multiple": true, 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: "ever_enabled_multiple": true 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: "filesystems": [ 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: "approx_ctime": "2024-07", 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: "balancer_enabled": false, 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_caps": 0, 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_dns": 10, 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_inos": 13, 2024-07-27T19:57:09.101 INFO:tasks.workunit.client.0.smithi029.stdout: "cached_subtrees": 2, 2024-07-27T19:57:09.102 INFO:tasks.workunit.client.0.smithi029.stdout: "ever_allowed_features": 0, 2024-07-27T19:57:09.102 INFO:tasks.workunit.client.0.smithi029.stdout: "explicitly_allowed_features": 0, 2024-07-27T19:57:09.102 INFO:tasks.workunit.client.0.smithi029.stdout: "files": 0, 2024-07-27T19:57:09.102 INFO:tasks.workunit.client.0.smithi029.stdout: "max_mds": 1, 2024-07-27T19:57:09.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_data_pools": 1, 2024-07-27T19:57:09.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_in": 1, 2024-07-27T19:57:09.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_mds": 1, 2024-07-27T19:57:09.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": 0, 2024-07-27T19:57:09.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_standby_replay": 0, 2024-07-27T19:57:09.102 INFO:tasks.workunit.client.0.smithi029.stdout: "num_up": 1, 2024-07-27T19:57:09.102 INFO:tasks.workunit.client.0.smithi029.stdout: "snaps": 0, 2024-07-27T19:57:09.102 INFO:tasks.workunit.client.0.smithi029.stdout: "standby_count_wanted": 0 2024-07-27T19:57:09.103 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.103 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.103 INFO:tasks.workunit.client.0.smithi029.stdout: "num_standby_mds": 1, 2024-07-27T19:57:09.103 INFO:tasks.workunit.client.0.smithi029.stdout: "total_num_mds": 2 2024-07-27T19:57:09.103 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.103 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_stats": { 2024-07-27T19:57:09.103 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T19:57:09.103 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T19:57:09.103 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 20750336, 2024-07-27T19:57:09.103 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 410568, 2024-07-27T19:57:09.103 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T19:57:09.103 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:09.104 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 442368, 2024-07-27T19:57:09.104 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 485, 2024-07-27T19:57:09.104 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.104 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 1452080, 2024-07-27T19:57:09.104 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 22, 2024-07-27T19:57:09.104 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 1111040, 2024-07-27T19:57:09.104 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 15155208, 2024-07-27T19:57:09.104 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 21192704 2024-07-27T19:57:09.104 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 20144128, 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 341096, 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2621440, 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 679936, 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 0, 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 356, 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 1184976, 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 13, 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 498176, 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 14818504, 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 20144128 2024-07-27T19:57:09.105 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.106 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.106 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:09.106 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.82babd1b77a274a708e989ccd54f19fb5fe59932": { 2024-07-27T19:57:09.106 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 184795136, 2024-07-27T19:57:09.106 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 3124728, 2024-07-27T19:57:09.109 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2883584, 2024-07-27T19:57:09.110 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 548864, 2024-07-27T19:57:09.110 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 3702784, 2024-07-27T19:57:09.110 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 7290, 2024-07-27T19:57:09.110 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.110 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 12293824, 2024-07-27T19:57:09.110 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 21, 2024-07-27T19:57:09.110 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 3815936, 2024-07-27T19:57:09.110 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 162128200, 2024-07-27T19:57:09.111 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 188497920 2024-07-27T19:57:09.111 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.111 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T19:57:09.111 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 277225472, 2024-07-27T19:57:09.111 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 4424576, 2024-07-27T19:57:09.111 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3014656, 2024-07-27T19:57:09.111 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 557056, 2024-07-27T19:57:09.111 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 638976, 2024-07-27T19:57:09.111 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 9917, 2024-07-27T19:57:09.111 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.111 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 15775248, 2024-07-27T19:57:09.111 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 22, 2024-07-27T19:57:09.112 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 3285248, 2024-07-27T19:57:09.112 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 250168688, 2024-07-27T19:57:09.112 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 277864448 2024-07-27T19:57:09.112 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.112 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T19:57:09.112 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 178225152, 2024-07-27T19:57:09.112 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 2307336, 2024-07-27T19:57:09.112 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 2883584, 2024-07-27T19:57:09.112 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:09.112 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 5029888, 2024-07-27T19:57:09.112 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 6930, 2024-07-27T19:57:09.112 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 10008616, 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 20, 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 2583296, 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 160442320, 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 183255040 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.0": { 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 539934720, 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 26289656, 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3276800, 2024-07-27T19:57:09.113 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:09.114 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 44916736, 2024-07-27T19:57:09.114 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 12587, 2024-07-27T19:57:09.114 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.114 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 62010512, 2024-07-27T19:57:09.114 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 53, 2024-07-27T19:57:09.114 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 11133440, 2024-07-27T19:57:09.114 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 437224312, 2024-07-27T19:57:09.114 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 584851456 2024-07-27T19:57:09.114 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.114 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.1": { 2024-07-27T19:57:09.114 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 658243584, 2024-07-27T19:57:09.115 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 22624032, 2024-07-27T19:57:09.115 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3276800, 2024-07-27T19:57:09.115 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 114688, 2024-07-27T19:57:09.115 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 39755776, 2024-07-27T19:57:09.115 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 12790, 2024-07-27T19:57:09.116 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.116 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 60727456, 2024-07-27T19:57:09.116 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 53, 2024-07-27T19:57:09.116 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 9644800, 2024-07-27T19:57:09.116 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 561855808, 2024-07-27T19:57:09.116 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 697999360 2024-07-27T19:57:09.116 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.116 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.2": { 2024-07-27T19:57:09.116 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 438648832, 2024-07-27T19:57:09.116 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 24761992, 2024-07-27T19:57:09.117 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3145728, 2024-07-27T19:57:09.117 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:09.117 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 38158336, 2024-07-27T19:57:09.117 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 10912, 2024-07-27T19:57:09.117 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.117 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 63645160, 2024-07-27T19:57:09.117 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 53, 2024-07-27T19:57:09.117 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 10830848, 2024-07-27T19:57:09.117 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 336265104, 2024-07-27T19:57:09.117 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 476807168 2024-07-27T19:57:09.117 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.118 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.3": { 2024-07-27T19:57:09.118 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 471465984, 2024-07-27T19:57:09.118 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 19020272, 2024-07-27T19:57:09.118 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3145728, 2024-07-27T19:57:09.118 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:09.118 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 33357824, 2024-07-27T19:57:09.118 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 10401, 2024-07-27T19:57:09.118 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.118 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 58255112, 2024-07-27T19:57:09.118 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 53, 2024-07-27T19:57:09.118 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 10615040, 2024-07-27T19:57:09.119 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 380429832, 2024-07-27T19:57:09.119 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 504823808 2024-07-27T19:57:09.119 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.119 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.4": { 2024-07-27T19:57:09.119 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 462389248, 2024-07-27T19:57:09.119 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 21594024, 2024-07-27T19:57:09.119 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3276800, 2024-07-27T19:57:09.119 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:09.119 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 143851520, 2024-07-27T19:57:09.119 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 11052, 2024-07-27T19:57:09.119 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.119 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 61382344, 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 60, 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 11328256, 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 364807824, 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 606240768 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.5": { 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 502677504, 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 21140520, 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 5373952, 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 43687936, 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 11601, 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.120 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 52115584, 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 53, 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 10539520, 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 413507928, 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 546365440 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.6": { 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 448258048, 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 15935152, 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3145728, 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 27885568, 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 9758, 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.121 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 49137168, 2024-07-27T19:57:09.122 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 60, 2024-07-27T19:57:09.122 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 11008000, 2024-07-27T19:57:09.122 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 369032000, 2024-07-27T19:57:09.122 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 476143616 2024-07-27T19:57:09.122 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.122 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.7": { 2024-07-27T19:57:09.122 INFO:tasks.workunit.client.0.smithi029.stdout: "actual_memory_used": 608542720, 2024-07-27T19:57:09.122 INFO:tasks.workunit.client.0.smithi029.stdout: "central_cache_freelist": 24886888, 2024-07-27T19:57:09.122 INFO:tasks.workunit.client.0.smithi029.stdout: "malloc_metadata": 3407872, 2024-07-27T19:57:09.122 INFO:tasks.workunit.client.0.smithi029.stdout: "page_heap_freelist": 0, 2024-07-27T19:57:09.122 INFO:tasks.workunit.client.0.smithi029.stdout: "released_to_os": 8036352, 2024-07-27T19:57:09.122 INFO:tasks.workunit.client.0.smithi029.stdout: "spans_in_use": 13864, 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: "tcmalloc_page_size": 8192, 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_cache_freelists": 73609072, 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: "thread_heaps_in_use": 52, 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: "transfer_cache_freelist": 11508736, 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: "use_by_application": 495130152, 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: "virtual_address_space_used": 616579072 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: "hosts": { 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num": 2, 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mds": 2, 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mgr": 2, 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_mon": 2, 2024-07-27T19:57:09.123 INFO:tasks.workunit.client.0.smithi029.stdout: "num_with_osd": 2 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "io_rate": { 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_stats_delta": { 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 0, 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 0, 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "stamp_delta": "11.246037", 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:09.124 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:09.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:09.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:09.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:09.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:09.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:09.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:09.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:09.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:09.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:09.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:09.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:09.125 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:09.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:09.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:09.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:09.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:09.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:09.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:09.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:09.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:09.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:09.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:09.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:09.126 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 74, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 62, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 16, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 0, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T19:57:09.127 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 0, 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 0 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: "leaderboard": false, 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: "leaderboard_description": null, 2024-07-27T19:57:09.128 INFO:tasks.workunit.client.0.smithi029.stdout: "license": "sharing-1-0", 2024-07-27T19:57:09.129 INFO:tasks.workunit.client.0.smithi029.stdout: "mempool": { 2024-07-27T19:57:09.129 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T19:57:09.129 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T19:57:09.129 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.129 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.129 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.129 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.129 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.129 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.129 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.129 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.129 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.130 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.130 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.130 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.130 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.130 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.130 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.130 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.130 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.130 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.130 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.130 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.130 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.131 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.132 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.133 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.134 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.134 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.134 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.134 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.134 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.134 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.134 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.134 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.134 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.134 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.134 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.134 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.135 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.135 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 222528, 2024-07-27T19:57:09.135 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 67 2024-07-27T19:57:09.135 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.135 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.135 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.135 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.135 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.135 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.135 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 51904, 2024-07-27T19:57:09.135 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 181 2024-07-27T19:57:09.135 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.136 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.136 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.136 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.136 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.136 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.136 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.136 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.136 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.136 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.136 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.136 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.136 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.137 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.137 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12232, 2024-07-27T19:57:09.137 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 235 2024-07-27T19:57:09.137 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.137 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.137 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.137 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.137 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.137 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.137 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.137 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.137 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.138 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.138 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.138 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.138 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.138 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.138 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.138 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.138 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.138 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.138 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T19:57:09.138 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.138 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.139 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.139 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.139 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.139 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.139 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.139 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.139 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.139 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.139 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.139 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.140 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.140 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.140 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.140 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.140 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.140 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.140 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.140 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.140 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.140 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.140 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.141 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.141 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.141 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.141 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.141 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.141 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.141 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.141 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.141 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.141 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.142 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.142 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.142 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.142 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.142 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.142 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.143 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.143 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.143 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.143 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.143 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.143 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.143 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.143 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.143 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.143 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.144 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.144 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.144 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.144 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.144 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.144 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.144 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.145 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.145 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.145 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.145 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.145 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.145 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.145 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.145 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.145 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.145 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.146 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.146 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.146 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.146 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.146 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.146 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.146 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.146 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 149216, 2024-07-27T19:57:09.146 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 35 2024-07-27T19:57:09.146 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.146 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.146 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 928, 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.147 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.148 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.149 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.82babd1b77a274a708e989ccd54f19fb5fe59932": { 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.150 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.151 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.152 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.153 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.153 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.153 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.153 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.153 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.153 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.153 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.153 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.153 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.153 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.153 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.153 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.154 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.154 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.154 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.154 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.154 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.154 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.154 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.154 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.154 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.154 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.154 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.154 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.155 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.155 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.155 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.155 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.155 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.155 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.155 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.155 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.155 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.155 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.155 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 46379149, 2024-07-27T19:57:09.155 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5711 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.157 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.157 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.157 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.157 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.157 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.157 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.157 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.157 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.157 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10808, 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 234 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 70440, 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5158 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5720, 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 152 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.158 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.159 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.160 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.160 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.160 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.160 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.160 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.160 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.160 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.160 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.160 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.160 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.160 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.161 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.161 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.161 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.161 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.161 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.161 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.161 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.162 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.162 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.162 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.162 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.162 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.162 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.162 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.162 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.163 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.163 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.163 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.163 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.163 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.163 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.163 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.163 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.163 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.164 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.165 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 46634085, 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5717 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.166 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10808, 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 234 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.167 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 70440, 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5158 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11440, 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 304 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.168 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.169 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.170 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.170 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.170 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.170 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.170 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.170 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.170 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.170 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.170 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.170 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.170 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.170 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.171 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.171 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.171 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.171 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.171 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.171 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.171 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.171 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.171 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.171 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.172 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.172 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.172 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.172 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.172 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.173 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.173 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.173 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.173 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.173 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.173 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.173 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.173 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.173 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.173 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.173 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.174 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 46177173, 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5656 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.175 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 352, 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 4 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.176 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10808, 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 234 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 70440, 2024-07-27T19:57:09.177 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5158 2024-07-27T19:57:09.178 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.178 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.178 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5720, 2024-07-27T19:57:09.178 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 152 2024-07-27T19:57:09.178 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.178 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.178 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.178 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.178 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.178 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.178 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.178 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.0": { 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 19736, 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 349 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.179 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 96000, 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 22 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3072, 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 16 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 63040, 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 788 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.180 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 427648, 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2056 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 463386, 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 137 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2570476, 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 568662 2024-07-27T19:57:09.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 7300056, 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10767 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 89380, 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9579 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 98688, 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2056 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.182 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.183 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190132, 2024-07-27T19:57:09.183 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1360 2024-07-27T19:57:09.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.183 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.183 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.183 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 36266, 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 25 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 17499367, 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 256 2024-07-27T19:57:09.184 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.185 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11088, 2024-07-27T19:57:09.185 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 126 2024-07-27T19:57:09.185 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.185 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.185 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.185 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.185 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.185 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 522720, 2024-07-27T19:57:09.186 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 45 2024-07-27T19:57:09.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.186 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.186 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.186 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 7025928, 2024-07-27T19:57:09.186 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 18289 2024-07-27T19:57:09.186 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.186 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.186 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:09.187 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:09.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.187 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.187 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.187 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.187 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.187 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.187 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.187 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.1": { 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 20088, 2024-07-27T19:57:09.188 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 352 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 30592, 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 22 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5184, 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 27 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 62640, 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 783 2024-07-27T19:57:09.189 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 425360, 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2045 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1398593, 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 365 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.190 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2611168, 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 570667 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 7319776, 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10796 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 87308, 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9403 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 98160, 2024-07-27T19:57:09.191 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2045 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190388, 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1361 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.192 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 26535, 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 22 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.193 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 28179108, 2024-07-27T19:57:09.194 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 292 2024-07-27T19:57:09.194 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.194 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 33088, 2024-07-27T19:57:09.194 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 376 2024-07-27T19:57:09.194 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.194 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.194 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.194 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.194 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 453024, 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 39 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 7352488, 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 21321 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.195 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.196 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.2": { 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 18016, 2024-07-27T19:57:09.197 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 311 2024-07-27T19:57:09.198 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 38784, 2024-07-27T19:57:09.198 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 23 2024-07-27T19:57:09.198 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1920, 2024-07-27T19:57:09.198 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10 2024-07-27T19:57:09.198 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.198 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 62560, 2024-07-27T19:57:09.198 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 782 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 411424, 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1978 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 350855, 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 99 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.199 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1898084, 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 416014 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5453856, 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8052 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 77136, 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8237 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 94944, 2024-07-27T19:57:09.200 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1978 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190388, 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1361 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.201 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.202 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.202 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.202 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.202 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.202 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.202 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 40087, 2024-07-27T19:57:09.202 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 45 2024-07-27T19:57:09.203 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.203 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.203 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.203 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 10132810, 2024-07-27T19:57:09.203 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 254 2024-07-27T19:57:09.203 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.203 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.203 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11000, 2024-07-27T19:57:09.204 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 125 2024-07-27T19:57:09.204 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.204 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.204 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.204 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.204 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 360096, 2024-07-27T19:57:09.204 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 31 2024-07-27T19:57:09.204 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.204 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.204 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.205 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.205 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.205 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.205 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3186560, 2024-07-27T19:57:09.205 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 6128 2024-07-27T19:57:09.205 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.205 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:09.206 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:09.206 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.206 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.206 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.206 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.206 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.206 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.206 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.3": { 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.207 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16584, 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 297 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 59008, 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 23 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3840, 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 20 2024-07-27T19:57:09.208 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 61200, 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 765 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 412464, 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1983 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.209 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 468146, 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 114 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1875263, 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 410615 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5382456, 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 7947 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 77952, 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8257 2024-07-27T19:57:09.210 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 95184, 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1983 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190388, 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1361 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.211 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 736, 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 77200, 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 55 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12112, 2024-07-27T19:57:09.212 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 20422765, 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 279 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12672, 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 144 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.213 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 429792, 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 37 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3444896, 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9000 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.214 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:09.215 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:09.215 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.215 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.215 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.215 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.215 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.215 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.215 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.215 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.215 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.216 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.216 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.216 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.216 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.216 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.216 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.216 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.216 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.4": { 2024-07-27T19:57:09.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.217 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.217 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 18816, 2024-07-27T19:57:09.217 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 325 2024-07-27T19:57:09.217 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.217 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 42880, 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 23 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 576, 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 61200, 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 765 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.218 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 412672, 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1984 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 891998, 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 223 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2232461, 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 488941 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.219 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6316096, 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9320 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 78184, 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8259 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 95184, 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1983 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.220 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190132, 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1360 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1472, 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.221 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 94299, 2024-07-27T19:57:09.222 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 59 2024-07-27T19:57:09.222 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 20128, 2024-07-27T19:57:09.222 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 5 2024-07-27T19:57:09.222 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.222 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.222 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2802169, 2024-07-27T19:57:09.222 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 272 2024-07-27T19:57:09.222 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.222 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 20680, 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 235 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 453024, 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 39 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5191680, 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 12384 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.224 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.5": { 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.225 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.226 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.226 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 20416, 2024-07-27T19:57:09.226 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 353 2024-07-27T19:57:09.226 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 194816, 2024-07-27T19:57:09.226 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 26 2024-07-27T19:57:09.226 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.226 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2304, 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 12 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 63920, 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 799 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 426192, 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2049 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.227 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 429113, 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 112 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2514582, 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 557451 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 7132776, 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10521 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 87576, 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9418 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.228 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 98256, 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 2047 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190132, 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1360 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.229 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2208, 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 3 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 136766, 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 64 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 28144, 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 7 2024-07-27T19:57:09.230 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12661438, 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 248 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11352, 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 129 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.231 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 464640, 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 40 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6408480, 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 12324 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:09.232 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.233 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.6": { 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 16160, 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 288 2024-07-27T19:57:09.234 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 42880, 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 23 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3264, 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 17 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 61520, 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 769 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.235 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 414128, 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1991 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 494586, 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 127 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 1889908, 2024-07-27T19:57:09.236 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 411264 2024-07-27T19:57:09.237 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 5357976, 2024-07-27T19:57:09.237 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 7911 2024-07-27T19:57:09.237 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 79324, 2024-07-27T19:57:09.237 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8417 2024-07-27T19:57:09.237 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.237 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 95568, 2024-07-27T19:57:09.237 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1991 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190132, 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1360 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.238 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 41433, 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 42 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.239 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 17936771, 2024-07-27T19:57:09.240 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 241 2024-07-27T19:57:09.240 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.240 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.240 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 12848, 2024-07-27T19:57:09.240 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 146 2024-07-27T19:57:09.240 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.240 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.241 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.241 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.241 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 441408, 2024-07-27T19:57:09.241 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 38 2024-07-27T19:57:09.241 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.241 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.241 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.241 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.241 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.241 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 3659240, 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9437 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.242 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.243 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.243 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.243 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.243 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.243 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.243 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.243 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.243 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.243 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.243 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.243 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.244 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.7": { 2024-07-27T19:57:09.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bloom_filter": { 2024-07-27T19:57:09.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.244 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.244 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 18840, 2024-07-27T19:57:09.244 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 327 2024-07-27T19:57:09.244 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_reader": { 2024-07-27T19:57:09.244 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 112768, 2024-07-27T19:57:09.244 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 25 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs_file_writer": { 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4224, 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 22 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_alloc": { 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 62240, 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 778 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_blob": { 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 413920, 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1990 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.245 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_buffer": { 2024-07-27T19:57:09.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 256, 2024-07-27T19:57:09.246 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 32 2024-07-27T19:57:09.246 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_data": { 2024-07-27T19:57:09.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 408827, 2024-07-27T19:57:09.246 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 115 2024-07-27T19:57:09.246 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_meta": { 2024-07-27T19:57:09.246 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 2141203, 2024-07-27T19:57:09.246 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 472186 2024-07-27T19:57:09.246 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_onode": { 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 6087616, 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8984 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_cache_other": { 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 80172, 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 8420 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_extent": { 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 95520, 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1990 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.247 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_fsck": { 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_inline_bl": { 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 190132, 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 1360 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_shared_blob": { 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_txc": { 2024-07-27T19:57:09.248 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing": { 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 48349, 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 42 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore_writing_deferred": { 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_anon": { 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 23819876, 2024-07-27T19:57:09.249 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 11247 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: "buffer_meta": { 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 11528, 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 131 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_co": { 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 534336, 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 46 2024-07-27T19:57:09.250 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.251 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_mapbl": { 2024-07-27T19:57:09.251 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.251 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.251 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.251 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_pglog": { 2024-07-27T19:57:09.251 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 4829656, 2024-07-27T19:57:09.251 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 9323 2024-07-27T19:57:09.251 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.251 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap": { 2024-07-27T19:57:09.251 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 641144, 2024-07-27T19:57:09.251 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 10270 2024-07-27T19:57:09.251 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.252 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap_mapping": { 2024-07-27T19:57:09.252 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.252 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.252 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.252 INFO:tasks.workunit.client.0.smithi029.stdout: "pgmap": { 2024-07-27T19:57:09.252 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.252 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.252 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.252 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_1": { 2024-07-27T19:57:09.252 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.252 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.252 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: "unittest_2": { 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes": 0, 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: "items": 0 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: "metadata": { 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 2 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.253 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T19:57:09.254 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 2 2024-07-27T19:57:09.254 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.254 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T19:57:09.254 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 1, 2024-07-27T19:57:09.254 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2024-07-27T19:57:09.254 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.254 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T19:57:09.254 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 2 2024-07-27T19:57:09.254 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.254 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T19:57:09.254 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 2 2024-07-27T19:57:09.254 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 2 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 2 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 2 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 3 2024-07-27T19:57:09.255 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.256 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T19:57:09.256 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 3 2024-07-27T19:57:09.256 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.256 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T19:57:09.256 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 2, 2024-07-27T19:57:09.256 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2024-07-27T19:57:09.256 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.256 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T19:57:09.256 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 3 2024-07-27T19:57:09.256 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.256 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T19:57:09.257 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 3 2024-07-27T19:57:09.257 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.257 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T19:57:09.257 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 3 2024-07-27T19:57:09.257 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.257 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T19:57:09.257 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 3 2024-07-27T19:57:09.257 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.257 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T19:57:09.257 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 3 2024-07-27T19:57:09.257 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.258 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.258 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.258 INFO:tasks.workunit.client.0.smithi029.stdout: "arch": { 2024-07-27T19:57:09.258 INFO:tasks.workunit.client.0.smithi029.stdout: "x86_64": 8 2024-07-27T19:57:09.258 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.258 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_version": { 2024-07-27T19:57:09.258 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph version 19.0.0-3645-g46c551b8 (46c551b8a65961060d36895f89c179f4115c3147) squid (rc)": 8 2024-07-27T19:57:09.258 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.258 INFO:tasks.workunit.client.0.smithi029.stdout: "cpu": { 2024-07-27T19:57:09.258 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 4, 2024-07-27T19:57:09.258 INFO:tasks.workunit.client.0.smithi029.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 4 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: "distro": { 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: "centos": 8 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: "distro_description": { 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: "CentOS Stream 9": 8 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_description": { 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: "#1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024": 8 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: "kernel_version": { 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: "5.14.0-480.el9.x86_64": 8 2024-07-27T19:57:09.259 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: "os": { 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: "Linux": 8 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_objectstore": { 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": 8 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: "rotational": { 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: "0": 8 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:09.260 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "features": { 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "optional": [], 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "persistent": [ 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "kraken", 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "luminous", 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "mimic", 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "osdmap-prune", 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "nautilus", 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "octopus", 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "pacific", 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "elector-pinging", 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "quincy", 2024-07-27T19:57:09.261 INFO:tasks.workunit.client.0.smithi029.stdout: "reef", 2024-07-27T19:57:09.262 INFO:tasks.workunit.client.0.smithi029.stdout: "squid" 2024-07-27T19:57:09.262 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.262 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.262 INFO:tasks.workunit.client.0.smithi029.stdout: "ipv4_addr_mons": 6, 2024-07-27T19:57:09.262 INFO:tasks.workunit.client.0.smithi029.stdout: "ipv6_addr_mons": 0, 2024-07-27T19:57:09.262 INFO:tasks.workunit.client.0.smithi029.stdout: "min_mon_release": 19, 2024-07-27T19:57:09.262 INFO:tasks.workunit.client.0.smithi029.stdout: "v1_addr_mons": 3, 2024-07-27T19:57:09.262 INFO:tasks.workunit.client.0.smithi029.stdout: "v2_addr_mons": 3 2024-07-27T19:57:09.262 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.262 INFO:tasks.workunit.client.0.smithi029.stdout: "organization": "ceph-qa", 2024-07-27T19:57:09.262 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.263 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster_network": false, 2024-07-27T19:57:09.263 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8, 2024-07-27T19:57:09.263 INFO:tasks.workunit.client.0.smithi029.stdout: "require_min_compat_client": "luminous", 2024-07-27T19:57:09.263 INFO:tasks.workunit.client.0.smithi029.stdout: "require_osd_release": "squid" 2024-07-27T19:57:09.263 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.263 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_perf_histograms": [ 2024-07-27T19:57:09.263 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.263 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:09.263 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T19:57:09.263 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.263 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:09.264 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:09.264 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T19:57:09.264 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T19:57:09.264 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:09.264 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:09.264 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T19:57:09.264 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T19:57:09.264 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T19:57:09.264 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T19:57:09.264 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T19:57:09.264 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T19:57:09.264 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T19:57:09.265 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.266 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:09.267 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.267 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.267 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:09.267 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:09.267 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T19:57:09.267 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T19:57:09.267 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:09.267 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:09.267 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T19:57:09.267 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T19:57:09.267 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T19:57:09.268 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.269 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10056, 59, 1, 1, 7506, 536, 1, 0, 0, 1, 6, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8654, 190, 26, 1, 286, 80, 4, 18, 24, 36, 36, 26, 40, 12, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 761, 22, 7, 0, 6, 4, 1, 1, 3, 11, 100, 164, 50, 3, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 444, 7, 1, 0, 0, 11, 0, 0, 0, 0, 0, 13, 355, 16, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 243, 13, 0, 0, 5, 20, 0, 0, 0, 0, 0, 1, 4, 69, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 147, 19, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 5, 14, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.270 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 119, 48, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 4, 22, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 41, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.271 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.272 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.273 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.273 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7819, 3758, 4325, 0, 8, 0, 1, 1, 0, 0, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.273 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7161, 172, 1518, 3, 9, 7, 11, 15, 30, 69, 64, 75, 39, 27, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.273 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 593, 7, 156, 23, 0, 0, 0, 0, 0, 16, 125, 212, 90, 1, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.273 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 293, 4, 0, 7, 0, 0, 0, 0, 0, 0, 0, 14, 478, 13, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.273 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 122, 9, 4, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 32, 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.273 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 120, 4, 40, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 10, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.273 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 166, 0, 239, 0, 0, 0, 0, 0, 0, 1, 0, 2, 5, 22, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.274 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 75, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.274 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.274 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.274 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.274 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.275 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.275 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.275 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.275 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.275 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.275 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.275 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.275 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.275 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.275 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.275 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.275 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.276 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.276 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.276 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.276 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.276 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.276 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.277 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.277 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.277 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.277 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T19:57:09.277 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.277 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.277 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.277 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 12250, 12, 1, 0, 9, 0, 0, 0, 0, 0, 1, 5, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.277 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 11168, 32, 26, 1, 7, 0, 0, 8, 12, 5, 20, 13, 7, 21, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.277 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1819, 10, 7, 3, 2, 0, 0, 0, 1, 0, 8, 18, 12, 11, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 522, 9, 4, 0, 0, 0, 0, 0, 0, 0, 3, 2, 42, 24, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 232, 9, 5, 0, 0, 0, 0, 0, 0, 0, 11, 7, 9, 61, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 198, 3, 2, 0, 0, 0, 0, 1, 1, 0, 1, 21, 28, 23, 65, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 136, 0, 0, 1, 0, 0, 0, 0, 0, 0, 3, 1, 17, 53, 62, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 28, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 13, 26, 49, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 17, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 15, 14, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.278 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.279 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 11212, 11, 1, 1, 8, 0, 0, 1, 0, 0, 18, 0, 3, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7938, 24, 0, 0, 5, 1, 4, 5, 12, 13, 64, 11, 12, 19, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 496, 1, 0, 0, 0, 0, 1, 1, 2, 5, 46, 75, 18, 1, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 282, 0, 0, 0, 10, 0, 0, 0, 1, 0, 0, 7, 168, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 26, 0, 0, 0, 190, 0, 0, 0, 7, 3, 5, 4, 1, 37, 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 26, 1, 0, 0, 318, 0, 0, 0, 4, 0, 1, 8, 0, 6, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.280 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 14, 0, 0, 0, 233, 0, 0, 0, 1, 1, 0, 0, 1, 9, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 1946, 0, 0, 0, 1, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.281 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.282 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 11823, 3, 66, 6, 21, 30, 5, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8700, 40, 23, 2, 19, 19, 87, 119, 4, 14, 9, 7, 13, 8, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 974, 4, 20, 0, 2, 2, 8, 26, 8, 7, 56, 67, 21, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 367, 0, 0, 0, 3, 0, 0, 0, 1, 0, 1, 23, 186, 8, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 117, 0, 0, 0, 0, 1, 1, 0, 2, 0, 7, 14, 11, 27, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 72, 4, 0, 0, 0, 0, 0, 0, 0, 1, 1, 21, 8, 16, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 46, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 8, 12, 23, 46, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 17, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 7, 8, 24, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.283 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.284 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8159, 2, 1, 1, 1, 0, 0, 0, 0, 2, 1, 3, 4, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5771, 66, 37, 0, 16, 0, 1, 1, 0, 2, 3, 13, 15, 14, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.285 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 587, 6, 14, 3, 7, 0, 0, 0, 2, 1, 22, 3, 2, 2, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.286 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 213, 0, 1, 3, 5, 0, 0, 0, 0, 0, 4, 9, 25, 2, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.286 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 125, 0, 0, 0, 0, 0, 0, 0, 0, 3, 5, 0, 13, 35, 105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.286 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 48, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 12, 6, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.286 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 19, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.286 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.286 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.286 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.286 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.286 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.287 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.287 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.287 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.287 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.287 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.287 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.287 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.287 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.287 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.287 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.288 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.288 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.288 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.288 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.288 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.289 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.289 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.289 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.289 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.289 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.290 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.290 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T19:57:09.290 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.290 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.290 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6063, 2925, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.290 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 15840, 8981, 62, 3, 17, 19, 2, 1, 0, 1, 7, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.290 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 9769, 559, 24, 3, 16, 17, 58, 67, 8, 14, 37, 9, 20, 29, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.290 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1227, 103, 20, 0, 2, 4, 4, 9, 6, 14, 58, 71, 34, 8, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.290 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 689, 3, 0, 0, 0, 0, 0, 0, 0, 0, 4, 24, 174, 13, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.291 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 361, 26, 0, 0, 1, 1, 0, 0, 3, 0, 2, 4, 11, 54, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.291 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 214, 7, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 2, 9, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.291 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 167, 5, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 9, 3, 27, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.291 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.291 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.291 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.291 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.291 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.291 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.292 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.292 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.292 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.292 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.292 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.292 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.292 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.292 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.292 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.293 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.294 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 849, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.294 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 21912, 3509, 0, 0, 1, 2, 0, 0, 1, 0, 0, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.294 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 11612, 328, 2, 0, 9, 3, 0, 0, 2, 2, 2, 1, 16, 7, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.294 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1394, 158, 114, 0, 2, 3, 0, 1, 9, 7, 16, 2, 3, 4, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.294 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 695, 26, 66, 1, 1, 0, 0, 0, 0, 1, 7, 10, 20, 7, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.294 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 211, 13, 14, 0, 0, 0, 0, 0, 0, 0, 5, 1, 12, 57, 89, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.294 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 274, 6, 26, 24, 0, 0, 0, 0, 1, 0, 1, 15, 4, 11, 86, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.294 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 115, 0, 3, 42, 62, 0, 0, 0, 0, 0, 3, 5, 10, 40, 57, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.294 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 38, 0, 0, 2, 71, 95, 0, 0, 0, 0, 0, 3, 1, 20, 52, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.294 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10, 0, 0, 0, 2, 34, 0, 0, 0, 0, 0, 0, 0, 0, 12, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.295 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.295 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.295 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.295 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.295 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.295 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.296 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.296 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.296 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.296 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.296 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.296 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.296 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.296 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.296 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.296 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.296 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.296 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:09.297 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T19:57:09.298 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T19:57:09.298 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:09.298 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:09.298 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T19:57:09.298 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T19:57:09.298 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T19:57:09.298 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T19:57:09.298 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T19:57:09.298 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T19:57:09.298 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T19:57:09.298 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T19:57:09.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T19:57:09.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T19:57:09.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T19:57:09.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T19:57:09.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T19:57:09.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T19:57:09.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T19:57:09.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T19:57:09.299 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T19:57:09.300 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T19:57:09.301 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T19:57:09.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T19:57:09.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T19:57:09.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T19:57:09.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T19:57:09.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T19:57:09.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T19:57:09.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T19:57:09.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T19:57:09.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T19:57:09.302 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T19:57:09.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T19:57:09.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T19:57:09.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T19:57:09.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T19:57:09.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T19:57:09.303 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T19:57:09.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T19:57:09.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T19:57:09.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T19:57:09.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T19:57:09.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T19:57:09.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T19:57:09.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T19:57:09.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T19:57:09.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T19:57:09.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T19:57:09.304 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T19:57:09.304 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.305 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:09.305 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.305 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.305 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T19:57:09.305 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.305 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T19:57:09.305 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.305 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.305 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.305 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.305 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.305 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 487, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3997, 47, 71, 167, 453, 620, 693, 6, 19, 16, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 612, 19, 32, 32, 20, 5, 33, 0, 1, 0, 3, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 262, 0, 1, 0, 1, 0, 2, 0, 0, 1, 3, 6, 10, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 135, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 3, 8, 13, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 3, 11, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 4, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.306 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.307 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.308 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.308 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.308 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.308 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.308 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T19:57:09.308 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 256, 1, 1, 16, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2935, 277, 34, 52, 122, 3, 4, 0, 9, 3, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 454, 19, 1321, 0, 0, 0, 0, 0, 1, 7, 3, 1, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 337, 1, 21, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1611, 1262, 48, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1472, 1728, 248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 24, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.309 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.310 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.311 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 900, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10300, 6, 2, 0, 3, 0, 1, 0, 2, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 16084, 2, 0, 0, 0, 0, 0, 1, 1, 0, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 503, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 6, 5, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 368, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 6, 10, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 225, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 2, 2, 7, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 7, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.312 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.313 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.314 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4776, 29, 0, 0, 3, 0, 1, 0, 1, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 519, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 173, 21, 36, 47, 0, 0, 0, 0, 0, 0, 0, 3, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 975, 276, 0, 130, 0, 0, 0, 0, 0, 0, 0, 0, 5, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4263, 2662, 0, 403, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 34, 55, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.315 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.316 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.317 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.317 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.317 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.317 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T19:57:09.317 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.317 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1091, 1, 13, 26, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3417, 219, 21, 42, 136, 275, 472, 1, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 428, 7, 0, 0, 0, 0, 12, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 228, 5, 1, 0, 0, 0, 1, 0, 0, 1, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 62, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 7, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.318 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.319 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.320 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 703, 14, 11, 34, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2868, 62, 121, 222, 447, 624, 721, 2, 3, 0, 0, 0, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 288, 2, 8, 3, 5, 3, 5, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 176, 12, 36, 42, 3, 1, 0, 0, 0, 1, 2, 7, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 79, 29, 45, 87, 27, 0, 0, 0, 0, 0, 0, 3, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 11, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 6, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.321 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.322 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.323 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 722, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2921, 31, 0, 0, 4, 1, 0, 2, 1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 333, 1, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 190, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 168, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 12, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.324 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.325 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1039, 10, 25, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 9811, 35, 56, 37, 2, 0, 0, 1, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2484, 27, 84, 41, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 506, 3, 1, 0, 0, 0, 0, 0, 0, 1, 1, 3, 6, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.326 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 263, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 11, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 8, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.327 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.328 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T19:57:09.329 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T19:57:09.330 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T19:57:09.331 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T19:57:09.332 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T19:57:09.333 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T19:57:09.334 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T19:57:09.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T19:57:09.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T19:57:09.335 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.335 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:09.335 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.335 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.335 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T19:57:09.335 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.335 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T19:57:09.335 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.335 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 761, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.336 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.337 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.338 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.338 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.338 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.338 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T19:57:09.338 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.338 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 275, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3441, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1810, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 363, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2942, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.339 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.340 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.341 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.341 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.341 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.341 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T19:57:09.341 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.341 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 900, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 16093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 398, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 266, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.342 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.343 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.344 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4813, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1394, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7354, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.345 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.346 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.347 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.347 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.347 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.347 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T19:57:09.347 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.347 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1133, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4587, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.348 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.349 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.350 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.351 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.351 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.351 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.351 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T19:57:09.351 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.351 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5076, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 317, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 284, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.352 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.353 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.354 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.354 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.354 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.354 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2963, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 338, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.355 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.356 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.357 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1079, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 9945, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2637, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.358 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.359 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.360 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Latency (usec)", 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 100000, 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99999]", 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[100000, 199999]", 2024-07-27T19:57:09.361 INFO:tasks.workunit.client.0.smithi029.stdout: "[200000, 399999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[400000, 799999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[800000, 1599999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[1600000, 3199999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[3200000, 6399999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[6400000, 12799999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[12800000, 25599999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[25600000, 51199999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[51200000, 102399999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[102400000, 204799999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[204800000, 409599999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[409600000, 819199999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[819200000, 1638399999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[1638400000, 3276799999]", 2024-07-27T19:57:09.362 INFO:tasks.workunit.client.0.smithi029.stdout: "[3276800000, 6553599999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[6553600000, 13107199999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[13107200000, 26214399999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[26214400000, 52428799999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[52428800000, 104857599999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[104857600000, 209715199999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[209715200000, 419430399999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[419430400000, 838860799999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[838860800000, 1677721599999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[1677721600000, 3355443199999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[3355443200000, 6710886399999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[6710886400000, 13421772799999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[13421772800000, 26843545599999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[26843545600000, 53687091199999]", 2024-07-27T19:57:09.363 INFO:tasks.workunit.client.0.smithi029.stdout: "[53687091200000, None]" 2024-07-27T19:57:09.364 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.364 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:09.364 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.364 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.364 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 32, 2024-07-27T19:57:09.364 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:09.364 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "Request size (bytes)", 2024-07-27T19:57:09.364 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 512, 2024-07-27T19:57:09.364 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:09.364 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 511]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[512, 1023]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[1024, 2047]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[2048, 4095]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[4096, 8191]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[8192, 16383]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[16384, 32767]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[32768, 65535]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[65536, 131071]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[131072, 262143]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[262144, 524287]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[524288, 1048575]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[1048576, 2097151]", 2024-07-27T19:57:09.365 INFO:tasks.workunit.client.0.smithi029.stdout: "[2097152, 4194303]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[4194304, 8388607]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[8388608, 16777215]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[16777216, 33554431]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[33554432, 67108863]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[67108864, 134217727]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[134217728, 268435455]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[268435456, 536870911]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[536870912, 1073741823]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[1073741824, 2147483647]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[2147483648, 4294967295]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[4294967296, 8589934591]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[8589934592, 17179869183]", 2024-07-27T19:57:09.366 INFO:tasks.workunit.client.0.smithi029.stdout: "[17179869184, 34359738367]", 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[34359738368, 68719476735]", 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[68719476736, 137438953471]", 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[137438953472, 274877906943]", 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[274877906944, None]" 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.367 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 87, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1666, 20, 3, 2, 10, 1, 0, 0, 2, 1, 0, 1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1448, 7, 1, 1, 4, 5, 9, 21, 24, 41, 66, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 135, 6, 0, 0, 2, 0, 1, 2, 2, 6, 53, 192, 140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 147, 19, 0, 0, 0, 0, 1, 0, 1, 0, 16, 17, 282, 3, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 298, 21, 0, 0, 0, 2, 0, 0, 0, 0, 2, 7, 20, 37, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 688, 43, 0, 0, 0, 0, 0, 0, 0, 3, 0, 4, 11, 22, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 925, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 560, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.368 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.369 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.370 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 47, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2288, 29, 2, 2, 7, 1, 1, 4, 5, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1974, 9, 1, 2, 5, 9, 10, 19, 41, 64, 100, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 67, 7, 2, 0, 0, 0, 0, 1, 2, 5, 87, 298, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 52, 0, 0, 0, 0, 0, 0, 0, 1, 3, 8, 7, 284, 6, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 146, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 9, 24, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 10, 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 693, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2287, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 355, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.371 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.372 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 56, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.373 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 383, 14, 4, 0, 17, 1, 0, 1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 162, 12, 0, 0, 0, 2, 2, 3, 5, 7, 50, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 270, 4, 1, 0, 0, 2, 2, 3, 15, 13, 61, 87, 26, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 125, 5, 0, 0, 0, 0, 0, 0, 2, 3, 28, 44, 22, 12, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 38, 0, 0, 0, 0, 0, 0, 1, 1, 3, 6, 14, 16, 55, 111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 5, 6, 7, 28, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.374 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.375 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.376 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 41, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1138, 15, 0, 0, 13, 1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 539, 8, 1, 0, 0, 6, 6, 5, 12, 23, 29, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 80, 9, 0, 0, 1, 1, 4, 9, 6, 7, 27, 118, 139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 310, 14, 0, 0, 1, 0, 0, 0, 2, 2, 7, 4, 78, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 554, 21, 0, 0, 0, 0, 0, 1, 2, 2, 1, 4, 11, 26, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 248, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 13, 78, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 97, 82, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.377 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.378 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.379 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.380 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1070, 17, 2, 0, 25, 4, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 739, 3, 0, 0, 2, 3, 3, 6, 18, 29, 34, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 340, 1, 0, 0, 3, 3, 2, 4, 12, 8, 53, 156, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 509, 3, 0, 0, 0, 1, 0, 1, 3, 5, 21, 26, 171, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 396, 0, 0, 0, 0, 0, 2, 0, 0, 2, 6, 9, 27, 30, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 107, 0, 0, 0, 0, 0, 0, 1, 0, 0, 3, 2, 13, 27, 111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.381 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.382 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 84, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 265, 16, 0, 0, 16, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.383 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 73, 3, 1, 0, 1, 0, 0, 3, 1, 0, 7, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 99, 0, 0, 0, 1, 0, 1, 2, 1, 3, 16, 17, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 36, 2, 0, 0, 0, 0, 0, 1, 0, 3, 3, 6, 12, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 1, 4, 6, 12, 25, 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 11, 22, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.384 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T19:57:09.385 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 76, 10, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1059, 18, 0, 0, 15, 3, 6, 6, 16, 15, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 728, 11, 1, 0, 0, 0, 4, 5, 17, 41, 39, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 308, 16, 0, 0, 1, 1, 2, 0, 2, 5, 38, 105, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 504, 22, 0, 0, 0, 0, 0, 0, 1, 2, 6, 4, 162, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 319, 21, 0, 1, 0, 0, 0, 0, 0, 1, 2, 6, 19, 26, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 65, 41, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 6, 24, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.386 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 116, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.387 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.388 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 130, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 533, 13, 1, 0, 9, 0, 2, 2, 4, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 87, 4, 0, 0, 0, 0, 0, 8, 3, 9, 14, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 192, 9, 0, 0, 0, 3, 1, 1, 10, 18, 40, 60, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 106, 11, 0, 0, 0, 2, 1, 1, 3, 2, 29, 47, 9, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 40, 1, 0, 0, 0, 0, 0, 0, 0, 3, 6, 13, 28, 46, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 3, 14, 38, 113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 4, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.389 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.390 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_resrv_repnum_vs_duration": { 2024-07-27T19:57:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: "axes": [ 2024-07-27T19:57:09.391 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 8, 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "number of replicas", 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 1, 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0]", 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[1, 1]", 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[2, 2]", 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[3, 3]", 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[4, 4]", 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[5, 5]", 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "[6, None]" 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.392 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "linear" 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: "buckets": 10, 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: "min": 0, 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: "name": "duration", 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: "quant_size": 250000, 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: "ranges": [ 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[None, -1]", 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 249999]", 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[250000, 499999]", 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[500000, 999999]", 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[1000000, 1999999]", 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[2000000, 3999999]", 2024-07-27T19:57:09.393 INFO:tasks.workunit.client.0.smithi029.stdout: "[4000000, 7999999]", 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[8000000, 15999999]", 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[16000000, 31999999]", 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[32000000, None]" 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: "scale_type": "log2" 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: "osds": [ 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 0, 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.394 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 1, 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.395 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 2, 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.396 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 3, 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.397 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.398 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.398 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.398 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.398 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 4, 2024-07-27T19:57:09.398 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.398 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 5, 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.399 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 6, 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.400 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: "osd_id": 7, 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: "values": [ 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.401 INFO:tasks.workunit.client.0.smithi029.stdout: ] 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: "perf_counters": { 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: "mds.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: "mds": { 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: "caps": { 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_flush_ack": { 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.402 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_flushsnap_ack": { 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_grant": { 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_revoke": { 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: "ceph_cap_op_trunc": { 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_commit": { 2024-07-27T19:57:09.403 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.404 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.404 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_fetch_complete": { 2024-07-27T19:57:09.404 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T19:57:09.404 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.404 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_fetch_keys": { 2024-07-27T19:57:09.404 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T19:57:09.404 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.404 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_merge": { 2024-07-27T19:57:09.405 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.405 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.405 INFO:tasks.workunit.client.0.smithi029.stdout: "dir_split": { 2024-07-27T19:57:09.405 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.405 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.406 INFO:tasks.workunit.client.0.smithi029.stdout: "exported_inodes": { 2024-07-27T19:57:09.406 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.406 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.406 INFO:tasks.workunit.client.0.smithi029.stdout: "forward": { 2024-07-27T19:57:09.406 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.406 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.406 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_cap_release": { 2024-07-27T19:57:09.406 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.406 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.406 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_caps": { 2024-07-27T19:57:09.406 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.407 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.407 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_caps_dirty": { 2024-07-27T19:57:09.407 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.407 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.407 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_inode_file_caps": { 2024-07-27T19:57:09.407 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.408 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.408 INFO:tasks.workunit.client.0.smithi029.stdout: "imported_inodes": { 2024-07-27T19:57:09.408 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.408 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.408 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes": { 2024-07-27T19:57:09.408 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T19:57:09.408 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes_expired": { 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes_pinned": { 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: "inodes_with_caps": { 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: "load_cent": { 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: "openino_dir_fetch": { 2024-07-27T19:57:09.409 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.410 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.410 INFO:tasks.workunit.client.0.smithi029.stdout: "process_request_cap_release": { 2024-07-27T19:57:09.410 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.410 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.410 INFO:tasks.workunit.client.0.smithi029.stdout: "reply_latency": { 2024-07-27T19:57:09.410 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.410 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.410 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.410 INFO:tasks.workunit.client.0.smithi029.stdout: "request": { 2024-07-27T19:57:09.410 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.410 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.410 INFO:tasks.workunit.client.0.smithi029.stdout: "root_rbytes": { 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: "root_rfiles": { 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: "root_rsnaps": { 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_reply": { 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: "subtrees": { 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:09.411 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_cache": { 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_enqueue_scrub": { 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_exportdir": { 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_flush": { 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_fragmentdir": { 2024-07-27T19:57:09.412 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_fragstats": { 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_inodestats": { 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_quiesce_inode": { 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: "ireq_quiesce_path": { 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_recovering_enqueued": { 2024-07-27T19:57:09.414 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.414 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_recovering_prioritized": { 2024-07-27T19:57:09.414 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.414 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_recovering_processing": { 2024-07-27T19:57:09.414 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.414 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_strays": { 2024-07-27T19:57:09.414 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.414 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_strays_delayed": { 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_strays_enqueuing": { 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_completed": { 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_started": { 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_created": { 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.415 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_enqueued": { 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_migrated": { 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: "strays_reintegrated": { 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_log": { 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: "ev": { 2024-07-27T19:57:09.416 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: "evadd": { 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: "evex": { 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: "evexd": { 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: "evexg": { 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.417 INFO:tasks.workunit.client.0.smithi029.stdout: "evlrg": { 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: "evtrm": { 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: "jlat": { 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: "replayed": { 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.418 INFO:tasks.workunit.client.0.smithi029.stdout: "seg": { 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: "segadd": { 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: "segex": { 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: "segexd": { 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: "segexg": { 2024-07-27T19:57:09.419 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.420 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.420 INFO:tasks.workunit.client.0.smithi029.stdout: "segmjr": { 2024-07-27T19:57:09.420 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:09.420 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.420 INFO:tasks.workunit.client.0.smithi029.stdout: "segtrm": { 2024-07-27T19:57:09.420 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.420 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.420 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.420 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_mem": { 2024-07-27T19:57:09.420 INFO:tasks.workunit.client.0.smithi029.stdout: "cap": { 2024-07-27T19:57:09.420 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.420 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.421 INFO:tasks.workunit.client.0.smithi029.stdout: "cap+": { 2024-07-27T19:57:09.421 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.421 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.421 INFO:tasks.workunit.client.0.smithi029.stdout: "cap-": { 2024-07-27T19:57:09.421 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.421 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.421 INFO:tasks.workunit.client.0.smithi029.stdout: "dir": { 2024-07-27T19:57:09.421 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T19:57:09.421 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.421 INFO:tasks.workunit.client.0.smithi029.stdout: "dir+": { 2024-07-27T19:57:09.421 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T19:57:09.421 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.422 INFO:tasks.workunit.client.0.smithi029.stdout: "dir-": { 2024-07-27T19:57:09.422 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.422 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.422 INFO:tasks.workunit.client.0.smithi029.stdout: "dn": { 2024-07-27T19:57:09.422 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T19:57:09.422 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.422 INFO:tasks.workunit.client.0.smithi029.stdout: "dn+": { 2024-07-27T19:57:09.422 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T19:57:09.422 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.422 INFO:tasks.workunit.client.0.smithi029.stdout: "dn-": { 2024-07-27T19:57:09.422 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.422 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: "heap": { 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 248096 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: "ino": { 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: "ino+": { 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: "ino-": { 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: "rss": { 2024-07-27T19:57:09.423 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 48796 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_server": { 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: "cap_acquisition_throttle": { 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: "cap_revoke_eviction": { 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_request": { 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.424 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_client_session": { 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: "handle_peer_request": { 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: "req_create_latency": { 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: "req_getattr_latency": { 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: "req_getfilelock_latency": { 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.425 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.426 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.426 INFO:tasks.workunit.client.0.smithi029.stdout: "req_getvxattr_latency": { 2024-07-27T19:57:09.426 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.426 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.426 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.426 INFO:tasks.workunit.client.0.smithi029.stdout: "req_link_latency": { 2024-07-27T19:57:09.426 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.426 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.426 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.426 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookup_latency": { 2024-07-27T19:57:09.426 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.426 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookuphash_latency": { 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupino_latency": { 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupname_latency": { 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupparent_latency": { 2024-07-27T19:57:09.427 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lookupsnap_latency": { 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: "req_lssnap_latency": { 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: "req_mkdir_latency": { 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.428 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: "req_mknod_latency": { 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: "req_mksnap_latency": { 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: "req_open_latency": { 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: "req_readdir_latency": { 2024-07-27T19:57:09.429 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.430 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.430 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.430 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rename_latency": { 2024-07-27T19:57:09.430 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.430 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.430 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.430 INFO:tasks.workunit.client.0.smithi029.stdout: "req_renamesnap_latency": { 2024-07-27T19:57:09.430 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.430 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.430 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.430 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rmdir_latency": { 2024-07-27T19:57:09.430 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rmsnap_latency": { 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: "req_rmxattr_latency": { 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setattr_latency": { 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.431 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setdirlayout_latency": { 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setfilelock_latency": { 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setlayout_latency": { 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: "req_setxattr_latency": { 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.432 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.433 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.433 INFO:tasks.workunit.client.0.smithi029.stdout: "req_snapdiff_latency": { 2024-07-27T19:57:09.433 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.433 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.433 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.433 INFO:tasks.workunit.client.0.smithi029.stdout: "req_symlink_latency": { 2024-07-27T19:57:09.433 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.433 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.433 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.433 INFO:tasks.workunit.client.0.smithi029.stdout: "req_unlink_latency": { 2024-07-27T19:57:09.433 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.433 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.434 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.434 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.434 INFO:tasks.workunit.client.0.smithi029.stdout: "mds_sessions": { 2024-07-27T19:57:09.434 INFO:tasks.workunit.client.0.smithi029.stdout: "average_load": { 2024-07-27T19:57:09.434 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.435 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.435 INFO:tasks.workunit.client.0.smithi029.stdout: "avg_session_uptime": { 2024-07-27T19:57:09.435 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.435 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.435 INFO:tasks.workunit.client.0.smithi029.stdout: "mdthresh_evicted": { 2024-07-27T19:57:09.435 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.435 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.435 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T19:57:09.435 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8 2024-07-27T19:57:09.435 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: "session_count": { 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: "session_remove": { 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: "sessions_open": { 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: "sessions_stale": { 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: "total_load": { 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.436 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.437 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:09.437 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:09.437 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.437 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.437 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.437 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 37 2024-07-27T19:57:09.437 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.437 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:09.437 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.437 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.437 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.437 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: "purge_queue": { 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executed": { 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executed_ops": { 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing": { 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.438 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing_high_water": { 2024-07-27T19:57:09.439 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.439 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.439 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing_ops": { 2024-07-27T19:57:09.439 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.439 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.439 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_executing_ops_high_water": { 2024-07-27T19:57:09.439 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.439 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.439 INFO:tasks.workunit.client.0.smithi029.stdout: "pq_item_in_journal": { 2024-07-27T19:57:09.439 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.440 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.440 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.440 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.440 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.82babd1b77a274a708e989ccd54f19fb5fe59932": { 2024-07-27T19:57:09.440 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:09.440 INFO:tasks.workunit.client.0.smithi029.stdout: "election_call": { 2024-07-27T19:57:09.440 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:09.440 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.440 INFO:tasks.workunit.client.0.smithi029.stdout: "election_lose": { 2024-07-27T19:57:09.440 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T19:57:09.441 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.441 INFO:tasks.workunit.client.0.smithi029.stdout: "election_win": { 2024-07-27T19:57:09.441 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.441 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_elections": { 2024-07-27T19:57:09.441 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9 2024-07-27T19:57:09.441 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.441 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": { 2024-07-27T19:57:09.441 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8 2024-07-27T19:57:09.441 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: "session_rm": { 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 286 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: "session_trim": { 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: "paxos": { 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: "accept_timeout": { 2024-07-27T19:57:09.442 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.443 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.443 INFO:tasks.workunit.client.0.smithi029.stdout: "begin": { 2024-07-27T19:57:09.443 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9319 2024-07-27T19:57:09.443 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.443 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_bytes": { 2024-07-27T19:57:09.443 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9319, 2024-07-27T19:57:09.443 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65199855 2024-07-27T19:57:09.443 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.443 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_keys": { 2024-07-27T19:57:09.443 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.443 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.443 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_latency": { 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9319, 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1335978417 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: "collect": { 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_bytes": { 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 219 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_keys": { 2024-07-27T19:57:09.444 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_latency": { 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3, 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_timeout": { 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_uncommitted": { 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.445 INFO:tasks.workunit.client.0.smithi029.stdout: "commit": { 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9318 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_bytes": { 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_keys": { 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_latency": { 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.446 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.447 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.447 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_ack_timeout": { 2024-07-27T19:57:09.447 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.447 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.447 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_timeout": { 2024-07-27T19:57:09.447 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.447 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.447 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn": { 2024-07-27T19:57:09.447 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.447 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.447 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn_latency": { 2024-07-27T19:57:09.447 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh": { 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9318 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh_latency": { 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9318, 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 29902516745 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: "restart": { 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state": { 2024-07-27T19:57:09.448 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.449 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.449 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_bytes": { 2024-07-27T19:57:09.449 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.449 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.449 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.449 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_keys": { 2024-07-27T19:57:09.449 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.449 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.449 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.449 INFO:tasks.workunit.client.0.smithi029.stdout: "start_leader": { 2024-07-27T19:57:09.449 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.449 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.450 INFO:tasks.workunit.client.0.smithi029.stdout: "start_peon": { 2024-07-27T19:57:09.450 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T19:57:09.450 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.450 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state": { 2024-07-27T19:57:09.450 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9318 2024-07-27T19:57:09.450 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.450 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_bytes": { 2024-07-27T19:57:09.450 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9318, 2024-07-27T19:57:09.450 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 128604507 2024-07-27T19:57:09.450 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.450 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_keys": { 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9318, 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 82032 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_latency": { 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9318, 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1485976018 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache": { 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020054731 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.451 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 185614336 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 180068352 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2147483648 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5545984 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.452 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:full": { 2024-07-27T19:57:09.453 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.453 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 360710144 2024-07-27T19:57:09.453 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.453 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.453 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.453 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.453 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.453 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.454 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.454 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.454 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266427639 2024-07-27T19:57:09.454 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.454 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.455 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 26926732 2024-07-27T19:57:09.455 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.455 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.455 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.455 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.456 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67355773 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:inc": { 2024-07-27T19:57:09.457 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.458 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 335544320 2024-07-27T19:57:09.458 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.458 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.458 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.458 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.458 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.458 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.458 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.458 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.458 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266427639 2024-07-27T19:57:09.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.459 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.459 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1635927 2024-07-27T19:57:09.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.459 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.459 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.459 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.459 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.459 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.460 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67480754 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:kv": { 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 314572800 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.461 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 177618426 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.462 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.463 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.464 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.464 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.464 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.464 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.464 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.464 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.464 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69845510 2024-07-27T19:57:09.464 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.464 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.464 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb": { 2024-07-27T19:57:09.464 INFO:tasks.workunit.client.0.smithi029.stdout: "compact": { 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_len": { 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_merge": { 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_range": { 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 110 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: "get_latency": { 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 411933, 2024-07-27T19:57:09.465 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2175556505 2024-07-27T19:57:09.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.466 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_delay_time": { 2024-07-27T19:57:09.466 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.466 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.466 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_memtable_time": { 2024-07-27T19:57:09.466 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.466 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.466 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_pre_and_post_time": { 2024-07-27T19:57:09.466 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.466 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_wal_time": { 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_latency": { 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_sync_latency": { 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22506, 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3271530513 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.467 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.dff6d0423e6ebf648c2dac2e77dda54bb29a4596": { 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: "election_call": { 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: "election_lose": { 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: "election_win": { 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: "num_elections": { 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14 2024-07-27T19:57:09.468 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.469 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": { 2024-07-27T19:57:09.469 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10 2024-07-27T19:57:09.469 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.469 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T19:57:09.469 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T19:57:09.469 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.469 INFO:tasks.workunit.client.0.smithi029.stdout: "session_rm": { 2024-07-27T19:57:09.469 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 254 2024-07-27T19:57:09.469 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.469 INFO:tasks.workunit.client.0.smithi029.stdout: "session_trim": { 2024-07-27T19:57:09.469 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.469 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: "paxos": { 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: "accept_timeout": { 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: "begin": { 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9387 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_bytes": { 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9387, 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 66480560 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_keys": { 2024-07-27T19:57:09.470 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9387, 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28161 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_latency": { 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9387, 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1619973858 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: "collect": { 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_bytes": { 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.471 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.472 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_keys": { 2024-07-27T19:57:09.472 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.472 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.472 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_latency": { 2024-07-27T19:57:09.472 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.472 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.472 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_timeout": { 2024-07-27T19:57:09.472 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.472 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_uncommitted": { 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: "commit": { 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9385 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_bytes": { 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9385, 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65770664 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_keys": { 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9385, 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73216 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.473 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_latency": { 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9385, 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1580361918 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_ack_timeout": { 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_timeout": { 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn": { 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.474 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn_latency": { 2024-07-27T19:57:09.475 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4, 2024-07-27T19:57:09.475 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 999983 2024-07-27T19:57:09.475 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.475 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh": { 2024-07-27T19:57:09.475 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9387 2024-07-27T19:57:09.475 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.475 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh_latency": { 2024-07-27T19:57:09.475 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9387, 2024-07-27T19:57:09.475 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 30949499841 2024-07-27T19:57:09.475 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.475 INFO:tasks.workunit.client.0.smithi029.stdout: "restart": { 2024-07-27T19:57:09.475 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state": { 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_bytes": { 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_keys": { 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.476 INFO:tasks.workunit.client.0.smithi029.stdout: "start_leader": { 2024-07-27T19:57:09.477 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:09.477 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.477 INFO:tasks.workunit.client.0.smithi029.stdout: "start_peon": { 2024-07-27T19:57:09.477 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.477 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.477 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state": { 2024-07-27T19:57:09.477 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.477 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.477 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_bytes": { 2024-07-27T19:57:09.477 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.477 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.477 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.478 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_keys": { 2024-07-27T19:57:09.478 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.478 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.478 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.478 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_latency": { 2024-07-27T19:57:09.478 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.478 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.478 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.478 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.478 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache": { 2024-07-27T19:57:09.478 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:09.478 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020054731 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 274849792 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 273260544 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2147483648 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1589248 2024-07-27T19:57:09.479 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.480 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.480 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:full": { 2024-07-27T19:57:09.480 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.480 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 360710144 2024-07-27T19:57:09.480 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.481 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.481 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.481 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.481 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.481 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.481 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.481 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.481 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266354211 2024-07-27T19:57:09.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.482 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.482 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27109096 2024-07-27T19:57:09.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.482 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.482 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.482 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.482 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.483 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.483 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.483 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.483 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.483 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.483 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.483 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.483 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67246837 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.484 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:inc": { 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 335544320 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266354211 2024-07-27T19:57:09.485 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1649371 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.486 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.487 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67540738 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:kv": { 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 314572800 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.488 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 177569474 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.489 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.490 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.490 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.490 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.490 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.490 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.490 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.490 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.490 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69894462 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb": { 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: "compact": { 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_len": { 2024-07-27T19:57:09.491 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_merge": { 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_range": { 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 110 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: "get_latency": { 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 415841, 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2490207369 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_delay_time": { 2024-07-27T19:57:09.492 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_memtable_time": { 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_pre_and_post_time": { 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_wal_time": { 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.493 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_latency": { 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_sync_latency": { 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22671, 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3584169735 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: "mon.f5043184e789746ce4798516352bc961fdc90513": { 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:09.494 INFO:tasks.workunit.client.0.smithi029.stdout: "election_call": { 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: "election_lose": { 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: "election_win": { 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_elections": { 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_sessions": { 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.495 INFO:tasks.workunit.client.0.smithi029.stdout: "session_add": { 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: "session_rm": { 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 261 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: "session_trim": { 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: "paxos": { 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: "accept_timeout": { 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.496 INFO:tasks.workunit.client.0.smithi029.stdout: "begin": { 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9284 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_bytes": { 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9284, 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 64936632 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_keys": { 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: "begin_latency": { 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9284, 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1420968861 2024-07-27T19:57:09.497 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: "collect": { 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_bytes": { 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 146 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_keys": { 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_latency": { 2024-07-27T19:57:09.498 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2, 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_timeout": { 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: "collect_uncommitted": { 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: "commit": { 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9284 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_bytes": { 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.499 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_keys": { 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: "commit_latency": { 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_ack_timeout": { 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: "lease_timeout": { 2024-07-27T19:57:09.500 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn": { 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: "new_pn_latency": { 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh": { 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9284 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: "refresh_latency": { 2024-07-27T19:57:09.501 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9284, 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28797368776 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: "restart": { 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state": { 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_bytes": { 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: "share_state_keys": { 2024-07-27T19:57:09.502 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: "start_leader": { 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: "start_peon": { 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state": { 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9284 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_bytes": { 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9284, 2024-07-27T19:57:09.503 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 128104235 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_keys": { 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9284, 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 81589 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: "store_state_latency": { 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9284, 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3591921313 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache": { 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:09.504 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020054731 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 180371456 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 175153152 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2147483648 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5218304 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.505 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.506 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:full": { 2024-07-27T19:57:09.506 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.506 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 360710144 2024-07-27T19:57:09.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.506 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.506 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.506 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.506 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.506 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.506 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.506 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266470020 2024-07-27T19:57:09.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.507 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.507 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 26821184 2024-07-27T19:57:09.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.507 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.507 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.507 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.507 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.507 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.507 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.508 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.508 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.508 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.508 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.508 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.508 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67418940 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.509 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:inc": { 2024-07-27T19:57:09.510 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.510 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 335544320 2024-07-27T19:57:09.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.510 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.510 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.510 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.510 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.510 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.510 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 266470020 2024-07-27T19:57:09.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.511 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.511 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1628459 2024-07-27T19:57:09.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.511 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.511 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.511 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.511 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.512 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.512 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.512 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.513 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.513 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.513 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.513 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.513 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.513 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.513 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.513 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.513 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.514 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.514 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.514 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.514 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67445841 2024-07-27T19:57:09.514 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.514 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.514 INFO:tasks.workunit.client.0.smithi029.stdout: "prioritycache:kv": { 2024-07-27T19:57:09.514 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.514 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 314572800 2024-07-27T19:57:09.517 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.517 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.517 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.517 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 177646680 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.518 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69817256 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb": { 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: "compact": { 2024-07-27T19:57:09.520 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_len": { 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_queue_merge": { 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_range": { 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 109 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: "get_latency": { 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 403719, 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1895943380 2024-07-27T19:57:09.521 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.522 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_delay_time": { 2024-07-27T19:57:09.522 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.522 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.522 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_memtable_time": { 2024-07-27T19:57:09.522 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.522 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.522 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_pre_and_post_time": { 2024-07-27T19:57:09.522 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.522 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.522 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_write_wal_time": { 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_latency": { 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: "submit_sync_latency": { 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22420, 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7560597536 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.523 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.0": { 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22453 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.524 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.525 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3956736 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 754597888 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19, 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4275623 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:09.526 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19, 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1283434 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 191, 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 885531 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 728301568 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:09.527 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 80088, 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7013700490 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 80106, 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13279339007 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12230656 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 328122368 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 724041728 2024-07-27T19:57:09.528 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 48 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 252856916 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:09.529 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17270 2024-07-27T19:57:09.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.530 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:09.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 187543552 2024-07-27T19:57:09.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.530 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:09.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 187547648 2024-07-27T19:57:09.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.530 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:09.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.530 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.530 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:09.530 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6889 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17270, 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 120276713 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 190885820 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:09.531 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15366 2024-07-27T19:57:09.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.532 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:09.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1328141 2024-07-27T19:57:09.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.532 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:09.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 560 2024-07-27T19:57:09.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.532 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:09.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3918109 2024-07-27T19:57:09.532 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.532 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:09.532 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 774 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2589968 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2589968 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.533 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 216 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 774, 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1350373 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:09.534 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.535 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:09.535 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.535 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.535 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:09.535 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 577 2024-07-27T19:57:09.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.535 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:09.535 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T19:57:09.535 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7786 2024-07-27T19:57:09.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.536 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:09.536 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.536 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.536 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.536 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:09.537 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.537 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.537 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:09.537 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.537 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.537 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:09.537 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1089560576 2024-07-27T19:57:09.537 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.538 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:09.538 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:09.538 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:09.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.538 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:09.538 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15437824 2024-07-27T19:57:09.538 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.538 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:09.539 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22097, 2024-07-27T19:57:09.539 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 91648834 2024-07-27T19:57:09.539 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.539 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:09.539 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3687, 2024-07-27T19:57:09.539 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 443812582 2024-07-27T19:57:09.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.540 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:09.540 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.540 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.540 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:09.540 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.540 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:09.540 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.540 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.541 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:09.541 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.541 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:09.541 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 35723, 2024-07-27T19:57:09.541 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 302182949 2024-07-27T19:57:09.541 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.541 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:09.541 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.542 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.542 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:09.542 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.542 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.542 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:09.542 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 80042, 2024-07-27T19:57:09.542 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17777890859 2024-07-27T19:57:09.543 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.543 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:09.543 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 79321, 2024-07-27T19:57:09.543 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1895739966 2024-07-27T19:57:09.543 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.543 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:09.543 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 80042, 2024-07-27T19:57:09.543 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57936836 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 80042, 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17835827695 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 34805, 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 890103840 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.544 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1116, 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3091806 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19430, 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9751604 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 53, 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69365 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16986, 2024-07-27T19:57:09.545 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2462650857 2024-07-27T19:57:09.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.546 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:09.546 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 260134 2024-07-27T19:57:09.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.546 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:09.546 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 25052 2024-07-27T19:57:09.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.546 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.546 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23941, 2024-07-27T19:57:09.546 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2093311443 2024-07-27T19:57:09.546 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.546 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 55161, 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19603520 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 31220, 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1278823026 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15983, 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 504925999 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.547 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:09.548 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6534737250 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9799, 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 516780874 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9799, 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5633689387617 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9799, 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7174754345472 2024-07-27T19:57:09.549 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3235755487933 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11171273 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 214065027 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.550 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32680734607 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 36414535 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18652863624 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:09.551 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10596715475 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11020778 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2841, 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15298535 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68695491494 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:09.552 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11838022113 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 95166, 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 600155845 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1406074086 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 581574656 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.553 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 536633344 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2601624064 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44941312 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:09.554 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57184676 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.555 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57344 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.556 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68574812 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.557 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 428885072 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.558 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.559 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.559 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.559 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1904 2024-07-27T19:57:09.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.559 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.559 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.559 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 119456 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.560 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.561 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.561 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.561 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.561 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 74310048 2024-07-27T19:57:09.561 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.561 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:09.561 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.561 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:09.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69424 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38123117 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.562 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.563 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70859363 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:09.564 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.565 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.565 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.565 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.565 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.565 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.565 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 428885072 2024-07-27T19:57:09.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.565 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.565 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.565 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.566 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.566 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.566 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.566 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.566 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.566 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.567 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.567 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.567 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.567 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 151679 2024-07-27T19:57:09.567 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.567 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.567 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1147013 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73132716 2024-07-27T19:57:09.568 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.569 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.570 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.570 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.570 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:09.570 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56 2024-07-27T19:57:09.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.570 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:09.570 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.570 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:09.570 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46500 2024-07-27T19:57:09.570 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 134684, 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9282860570 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2468525566 2024-07-27T19:57:09.571 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46500, 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 249059993915 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3480558112 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 47286, 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22074317502 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46500, 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 77992996884 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.572 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31036 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 31036, 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17909470856 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3480558112 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:09.573 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 31143, 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6788390531 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 31036, 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6658357797 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7987 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 561472858 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.574 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7987, 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16128972958 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.575 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 8479, 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5850115712 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7987, 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13670431404 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7477 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1907052708 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.576 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7477, 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 215021550101 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7664, 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9435811259 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7477, 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57664207683 2024-07-27T19:57:09.577 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4194304 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.578 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 743751680 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.1": { 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23665 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.579 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.580 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:09.580 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.580 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.580 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:09.580 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:09.580 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.580 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:09.580 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.580 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.580 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:09.580 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.580 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4378624 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 737927168 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.581 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:09.582 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18, 2024-07-27T19:57:09.582 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4884148 2024-07-27T19:57:09.582 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.582 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:09.582 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18, 2024-07-27T19:57:09.582 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1282854 2024-07-27T19:57:09.582 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.582 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:09.582 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 184, 2024-07-27T19:57:09.582 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 870708 2024-07-27T19:57:09.582 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 752943104 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73094, 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6794910627 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73100, 2024-07-27T19:57:09.583 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12763408738 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 200704 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 299470848 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 774242304 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.584 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 49 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 200220672 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11816 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:09.585 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 165814272 2024-07-27T19:57:09.586 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.586 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:09.586 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 165818368 2024-07-27T19:57:09.586 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.586 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:09.586 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.586 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.586 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:09.586 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.586 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.586 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:09.586 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5073 2024-07-27T19:57:09.587 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.587 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.587 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 11816, 2024-07-27T19:57:09.587 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 109712112 2024-07-27T19:57:09.587 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.587 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:09.587 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 122527297 2024-07-27T19:57:09.587 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.587 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:09.587 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9432 2024-07-27T19:57:09.587 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.587 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1627762 2024-07-27T19:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 528 2024-07-27T19:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4334636 2024-07-27T19:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 736 2024-07-27T19:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.588 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2706874 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2706874 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 211 2024-07-27T19:57:09.589 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.590 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:09.590 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 736, 2024-07-27T19:57:09.590 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1479859 2024-07-27T19:57:09.590 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.590 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:09.590 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.590 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.590 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.590 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:09.590 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.590 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.590 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 696 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7, 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8931 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.591 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1044496384 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:09.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14839808 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19871, 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 90402190 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3647, 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 524702229 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:09.593 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.594 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19153, 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 160454417 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73046, 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17012991004 2024-07-27T19:57:09.595 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72342, 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1944429125 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73046, 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 51584957 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73046, 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17064575961 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.596 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28715, 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 567611439 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 988, 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2956973 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:09.597 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 11633, 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11201444 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46, 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 63749 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9818, 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1547407877 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 231641 2024-07-27T19:57:09.598 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27861 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 29736, 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1752329525 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 87999, 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28492579 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 58263, 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 778939319 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.599 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15958, 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 445021582 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:09.600 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6879989119 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22961, 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1256986827 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.601 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:09.602 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22961, 2024-07-27T19:57:09.602 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4337897111798 2024-07-27T19:57:09.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.602 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:09.602 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22961, 2024-07-27T19:57:09.602 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7361896724431 2024-07-27T19:57:09.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.602 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:09.602 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:09.602 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3072241293025 2024-07-27T19:57:09.602 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9684307 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 165503584 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31263900236 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:09.603 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32405911 2024-07-27T19:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17268767560 2024-07-27T19:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9271123749 2024-07-27T19:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:09.604 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10429861 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2810, 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15688275 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 64864038522 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10549544633 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.605 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 86578, 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 552016680 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1406074086 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 694722560 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:09.606 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 654966784 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2601624064 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 39755776 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.607 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.608 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.608 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.608 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.608 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.608 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.608 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.608 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57094725 2024-07-27T19:57:09.608 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.608 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.609 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.609 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.609 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.609 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.609 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.609 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.609 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 77824 2024-07-27T19:57:09.609 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.610 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.610 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.610 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.610 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.610 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 77824 2024-07-27T19:57:09.610 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.610 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.610 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1036288 2024-07-27T19:57:09.610 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.610 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.610 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.610 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67542459 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.611 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 428210441 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.612 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1488 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 256 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 108576 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.613 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.614 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 224 2024-07-27T19:57:09.614 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.614 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.614 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.614 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.614 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.615 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.615 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.615 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.615 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.615 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.615 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 74995495 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71744 2024-07-27T19:57:09.616 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.617 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.617 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38063150 2024-07-27T19:57:09.617 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.617 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.617 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.618 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.618 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.618 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.618 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.618 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.618 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.618 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.618 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.618 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.618 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.618 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.618 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.619 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70917010 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.620 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 428210441 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 994 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18888 2024-07-27T19:57:09.621 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.622 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.622 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.622 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.622 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.622 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 137187 2024-07-27T19:57:09.622 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.622 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.623 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1135274 2024-07-27T19:57:09.623 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.623 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.623 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.623 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.623 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.623 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.624 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.624 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.624 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.624 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.624 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.624 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73813696 2024-07-27T19:57:09.624 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.624 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.624 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:09.624 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:09.624 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.624 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 50 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.625 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 50496 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 139436, 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10538468863 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.626 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2308270886 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 50496, 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 609546873530 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2799983847 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:09.627 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 52228, 2024-07-27T19:57:09.628 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32626141975 2024-07-27T19:57:09.628 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.628 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:09.628 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 50496, 2024-07-27T19:57:09.628 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 110544171129 2024-07-27T19:57:09.628 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.628 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.628 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28310 2024-07-27T19:57:09.628 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.628 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:09.628 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28310, 2024-07-27T19:57:09.628 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15083475027 2024-07-27T19:57:09.629 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.629 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:09.629 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.629 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.629 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:09.629 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2799983847 2024-07-27T19:57:09.629 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28749, 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6363284151 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28310, 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6219705482 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12381 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 341522091 2024-07-27T19:57:09.630 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12381, 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 100784708859 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.631 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12573, 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13017433691 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12381, 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31445445593 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9805 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1966748795 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.632 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9805, 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 493678689644 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10906, 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13245424133 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9805, 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 72879020054 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:09.633 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.634 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.634 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:09.634 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 75 2024-07-27T19:57:09.634 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.634 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:09.634 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T19:57:09.634 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.634 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:09.634 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:09.634 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.634 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:09.634 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 767791104 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.2": { 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18427 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.635 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.636 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:09.637 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.637 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:09.637 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.637 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:09.637 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2723840 2024-07-27T19:57:09.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.637 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:09.637 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 655024128 2024-07-27T19:57:09.637 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.637 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:09.638 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18, 2024-07-27T19:57:09.638 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4464144 2024-07-27T19:57:09.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.638 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:09.638 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18, 2024-07-27T19:57:09.638 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1598171 2024-07-27T19:57:09.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.638 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:09.638 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 172, 2024-07-27T19:57:09.638 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 792019 2024-07-27T19:57:09.638 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.638 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 542572544 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76029, 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6510302745 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76055, 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12454757598 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.639 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12263424 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 311521280 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 551092224 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.641 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:09.641 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44 2024-07-27T19:57:09.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.641 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:09.641 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 243254556 2024-07-27T19:57:09.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.641 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:09.641 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17553 2024-07-27T19:57:09.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.642 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:09.642 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176541696 2024-07-27T19:57:09.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.642 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:09.642 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176545792 2024-07-27T19:57:09.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.642 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:09.642 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.642 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.642 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:09.643 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.643 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.643 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:09.643 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6735 2024-07-27T19:57:09.643 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.643 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.644 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17553, 2024-07-27T19:57:09.644 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 116712901 2024-07-27T19:57:09.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.644 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:09.644 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 174072791 2024-07-27T19:57:09.644 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.644 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:09.644 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15429 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1225568 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 578 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2648310 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 734 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.645 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1422742 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1422742 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:09.646 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 157 2024-07-27T19:57:09.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.647 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:09.647 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 734, 2024-07-27T19:57:09.647 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 993239 2024-07-27T19:57:09.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.647 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:09.647 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.647 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.647 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:09.647 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.647 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.648 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:09.648 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.648 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.648 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:09.648 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 582 2024-07-27T19:57:09.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.648 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:09.648 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6, 2024-07-27T19:57:09.648 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8442 2024-07-27T19:57:09.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.648 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 972005376 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.650 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:09.650 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:09.650 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:09.650 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.650 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:09.650 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10633216 2024-07-27T19:57:09.650 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.650 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:09.650 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15778, 2024-07-27T19:57:09.650 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56326401 2024-07-27T19:57:09.650 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.651 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:09.651 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3744, 2024-07-27T19:57:09.651 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 439867780 2024-07-27T19:57:09.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.651 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:09.651 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.651 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.651 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:09.651 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.651 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.651 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 31151, 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 278523848 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.652 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 75993, 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16572430393 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 75352, 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1733976673 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:09.653 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 75993, 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 48047814 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 75993, 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16620478207 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62091, 2024-07-27T19:57:09.654 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 833564963 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1072, 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2754648 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23351, 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13324816 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 37, 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 60324 2024-07-27T19:57:09.655 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.656 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:09.656 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 21668, 2024-07-27T19:57:09.656 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2001058192 2024-07-27T19:57:09.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.656 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:09.656 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 275390 2024-07-27T19:57:09.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.656 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:09.656 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20410 2024-07-27T19:57:09.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.656 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.656 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12056, 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1606190767 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 33318, 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12471483 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 21262, 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1196674031 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.657 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:09.658 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13740, 2024-07-27T19:57:09.658 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 442112292 2024-07-27T19:57:09.658 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.658 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:09.658 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.658 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.658 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:09.658 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.658 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.658 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:09.658 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.658 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.659 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:09.659 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.659 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.659 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:09.659 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:09.659 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5147155747 2024-07-27T19:57:09.659 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.659 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:09.659 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7342, 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 583570135 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7342, 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5074681092333 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7342, 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7543317662770 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3221734946174 2024-07-27T19:57:09.660 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10654768 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 195730705 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28548785699 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:09.661 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:09.662 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 34332347 2024-07-27T19:57:09.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.662 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:09.662 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:09.662 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15147800648 2024-07-27T19:57:09.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.662 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:09.662 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:09.662 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9010465212 2024-07-27T19:57:09.662 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.662 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6235378 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2804, 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14788666 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 58064780343 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10170524423 2024-07-27T19:57:09.663 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 88575, 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 542900299 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1406074086 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 473661440 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:09.664 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 435478528 2024-07-27T19:57:09.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.665 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:09.665 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2601624064 2024-07-27T19:57:09.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.665 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:09.665 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38182912 2024-07-27T19:57:09.665 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.665 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:09.665 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57423975 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12288 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.667 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.668 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 135168 2024-07-27T19:57:09.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.668 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.668 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.668 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.668 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.669 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.669 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.669 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.669 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.669 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.669 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.669 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68257689 2024-07-27T19:57:09.669 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.670 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.670 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:09.670 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.670 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:09.670 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.670 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.670 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.670 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.670 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.670 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.670 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.671 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.671 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 430679814 2024-07-27T19:57:09.671 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.671 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.671 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.671 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.671 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1488 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 103632 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 224 2024-07-27T19:57:09.672 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 72531322 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:09.673 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 86528 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38282650 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.674 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.676 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70682726 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.677 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 430679814 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.678 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 135232 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1163608 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.679 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71337826 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 88 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.680 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:09.681 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 58097 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 162416, 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9317321484 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2155338798 2024-07-27T19:57:09.682 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 58097, 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 112306948601 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3845262083 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 59602, 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44146086523 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:09.683 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 58097, 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 77474466520 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27580 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 27580, 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20698694656 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:09.684 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3845262083 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28223, 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6707019590 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 27580, 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9869552931 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28575 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.685 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 478988216 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28575, 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 58638651784 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.686 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 29274, 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33896579378 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 28575, 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 53537569442 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1942 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.687 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1676350582 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1942, 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32969602161 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2105, 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3542487555 2024-07-27T19:57:09.688 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1942, 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14067344147 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20 2024-07-27T19:57:09.689 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.690 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:09.690 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:09.690 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.690 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:09.690 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 553213952 2024-07-27T19:57:09.690 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.690 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.690 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.690 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.3": { 2024-07-27T19:57:09.690 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.690 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:09.690 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22220 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:09.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:09.692 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1179648 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 587968512 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17, 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5158363 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17, 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1779351 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:09.693 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 163, 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 817628 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 545193984 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72971, 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6255623166 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:09.694 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72984, 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12147670831 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16371712 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 298991616 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 540934144 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:09.695 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.696 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:09.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:09.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 40 2024-07-27T19:57:09.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.696 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:09.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70752170 2024-07-27T19:57:09.696 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.696 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:09.696 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4786 2024-07-27T19:57:09.697 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.697 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:09.697 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38178816 2024-07-27T19:57:09.697 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.697 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:09.697 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38182912 2024-07-27T19:57:09.697 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.697 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:09.697 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.697 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.698 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:09.698 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.698 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.698 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:09.698 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 116 2024-07-27T19:57:09.698 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4786, 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10905193 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 36337974 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3723 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 311209 2024-07-27T19:57:09.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 274 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1163620 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 381 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 852411 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.700 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 852411 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 108 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 381, 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 569496 2024-07-27T19:57:09.701 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:09.702 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 650 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 5, 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8262 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:09.703 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 890728448 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10657792 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:09.704 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18071, 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 66792328 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3658, 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 394151205 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.705 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13640, 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 110387205 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72941, 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15893859050 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72171, 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1886654970 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72941, 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 49821729 2024-07-27T19:57:09.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.708 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:09.708 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 72941, 2024-07-27T19:57:09.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15943680779 2024-07-27T19:57:09.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.708 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:09.708 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.708 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:09.708 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 30283, 2024-07-27T19:57:09.708 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 424417909 2024-07-27T19:57:09.708 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1382, 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3570312 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4695, 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5541555 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 41, 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56495 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:09.709 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 11468, 2024-07-27T19:57:09.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1164087149 2024-07-27T19:57:09.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.710 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:09.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 217622 2024-07-27T19:57:09.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.710 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:09.710 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18477 2024-07-27T19:57:09.710 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.710 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.711 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 25481, 2024-07-27T19:57:09.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1099660766 2024-07-27T19:57:09.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.711 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:09.711 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 70959, 2024-07-27T19:57:09.711 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22852884 2024-07-27T19:57:09.711 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.711 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:09.711 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 45478, 2024-07-27T19:57:09.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 584041726 2024-07-27T19:57:09.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.712 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:09.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.712 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:09.712 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12981, 2024-07-27T19:57:09.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 407338198 2024-07-27T19:57:09.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.712 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:09.712 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.712 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5165883985 2024-07-27T19:57:09.713 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.714 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:09.714 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18507, 2024-07-27T19:57:09.714 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1180032494 2024-07-27T19:57:09.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.714 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:09.714 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18506, 2024-07-27T19:57:09.714 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4788842701143 2024-07-27T19:57:09.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.714 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:09.714 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18507, 2024-07-27T19:57:09.714 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7213397944267 2024-07-27T19:57:09.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82937, 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3191487264542 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82937, 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9947971 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 233771793 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.715 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28073459044 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33068603 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14142177468 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:09.716 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7599157372 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6241300 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2751, 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19741086 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 55229960399 2024-07-27T19:57:09.717 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8708059419 2024-07-27T19:57:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 82938, 2024-07-27T19:57:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 519275603 2024-07-27T19:57:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:09.718 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1406074086 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 501678080 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 468221952 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2601624064 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33456128 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.719 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57578033 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.720 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8192 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.721 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 98304 2024-07-27T19:57:09.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.722 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.722 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.722 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.722 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.722 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.722 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.722 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.722 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68144591 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.723 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 431835254 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 944 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 55344 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.725 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.726 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71424938 2024-07-27T19:57:09.726 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.726 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:09.726 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:09.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.726 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.726 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.726 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 172400 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38385355 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.727 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.728 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70494149 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.729 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 431835254 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.730 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 140521 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1167639 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.731 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.732 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.732 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.732 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.732 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.732 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.732 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70173066 2024-07-27T19:57:09.732 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.733 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.734 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.734 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:09.734 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 54 2024-07-27T19:57:09.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.734 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:09.734 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.734 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:09.734 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42519 2024-07-27T19:57:09.734 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.734 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 123614, 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8862538342 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1601588607 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42519, 2024-07-27T19:57:09.735 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 269515987286 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1557726639 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 44740, 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27924984389 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42519, 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67309896302 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.736 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23536 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23536, 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44749697159 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1557726639 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:09.737 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 24080, 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6139469778 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23536, 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5666951291 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14943 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 303428295 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.738 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14943, 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 164322943926 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.739 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16509, 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16844828282 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14943, 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 37995832767 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4040 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1298160312 2024-07-27T19:57:09.740 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4040, 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 60443346201 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4151, 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4940686329 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:09.741 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4040, 2024-07-27T19:57:09.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23647112244 2024-07-27T19:57:09.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.742 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:09.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.742 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.742 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:09.742 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 555864064 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.4": { 2024-07-27T19:57:09.743 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.744 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:09.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 107277 2024-07-27T19:57:09.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.744 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:09.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.744 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:09.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.744 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:09.744 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.745 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:09.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:09.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.745 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:09.745 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.745 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.746 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:09.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.746 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:09.746 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.746 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.747 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:09.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.747 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:09.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2416640 2024-07-27T19:57:09.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.747 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:09.747 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 633524224 2024-07-27T19:57:09.747 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.747 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:09.747 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15, 2024-07-27T19:57:09.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3207043 2024-07-27T19:57:09.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.748 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:09.748 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15, 2024-07-27T19:57:09.748 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1065830 2024-07-27T19:57:09.748 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.748 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 153, 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 775476 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 607584256 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61963, 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9837651733 2024-07-27T19:57:09.749 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61996, 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16015241113 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4521984 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 253886464 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 624623616 2024-07-27T19:57:09.750 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.751 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:09.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.751 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:09.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:09.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46 2024-07-27T19:57:09.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.751 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:09.751 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 246428197 2024-07-27T19:57:09.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17526 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 193208320 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 193212416 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:09.752 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8349 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17526, 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 126488659 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 179731475 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:09.753 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15477 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1058320 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 571 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2207822 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 754 2024-07-27T19:57:09.754 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1149502 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1149502 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.755 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 187 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 754, 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 946406 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.756 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.757 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:09.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.757 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.757 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:09.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 817 2024-07-27T19:57:09.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.757 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:09.757 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6, 2024-07-27T19:57:09.757 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8702 2024-07-27T19:57:09.757 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.757 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 892112896 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.759 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:09.759 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:09.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:09.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.759 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:09.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10653696 2024-07-27T19:57:09.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.759 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:09.759 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22120, 2024-07-27T19:57:09.759 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 62442298 2024-07-27T19:57:09.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.760 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:09.760 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3591, 2024-07-27T19:57:09.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 398743684 2024-07-27T19:57:09.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.760 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:09.760 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.760 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.760 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:09.760 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14896, 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 136312738 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.761 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61923, 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19223288888 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61443, 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1420364729 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.762 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61923, 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 49574828 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 61923, 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19272863716 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 29595, 2024-07-27T19:57:09.763 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 908869312 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 875, 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2263519 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17102, 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9388900 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 46, 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 91532 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:09.764 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15749, 2024-07-27T19:57:09.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2875113516 2024-07-27T19:57:09.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.765 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:09.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 195352 2024-07-27T19:57:09.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.765 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:09.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20993 2024-07-27T19:57:09.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.765 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.765 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9972, 2024-07-27T19:57:09.765 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1581864307 2024-07-27T19:57:09.765 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.766 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:09.766 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 39223, 2024-07-27T19:57:09.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11955408 2024-07-27T19:57:09.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.766 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:09.766 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 29251, 2024-07-27T19:57:09.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1295676079 2024-07-27T19:57:09.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.766 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:09.766 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.766 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14191, 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 394420480 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.768 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:09.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.768 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:09.768 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:09.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9026310947 2024-07-27T19:57:09.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.768 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:09.768 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18715, 2024-07-27T19:57:09.768 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1020648923 2024-07-27T19:57:09.768 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.768 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18713, 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4793641645718 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18715, 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7021224984580 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73160, 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3249984129402 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:09.769 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73160, 2024-07-27T19:57:09.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7835017 2024-07-27T19:57:09.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.770 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:09.770 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:09.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 282990036 2024-07-27T19:57:09.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.770 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:09.770 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:09.770 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 29463968832 2024-07-27T19:57:09.770 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.771 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:09.771 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:09.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 25865193 2024-07-27T19:57:09.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.771 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:09.771 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:09.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13086295969 2024-07-27T19:57:09.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.771 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:09.771 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:09.771 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8260796781 2024-07-27T19:57:09.771 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6236105 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2662, 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13961672 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 60131551116 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:09.772 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9236853613 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 73162, 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 479098274 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1405117516 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 602963968 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.773 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 459128832 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2600498688 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 143835136 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:09.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.775 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.775 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.775 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.775 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.775 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.775 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.775 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.776 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57287746 2024-07-27T19:57:09.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.776 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.776 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.776 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.776 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.776 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16384 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 532480 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.777 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67992510 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.778 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:09.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.779 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.779 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.779 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.779 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.779 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.779 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 429658100 2024-07-27T19:57:09.779 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.779 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.780 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.780 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.780 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1776 2024-07-27T19:57:09.780 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.780 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 109008 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.781 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73547596 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.782 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 210048 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38191831 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.783 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.784 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70650025 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.785 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:09.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.786 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 429658100 2024-07-27T19:57:09.786 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.786 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.787 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 144077 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1156618 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.788 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 72357685 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 31 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.789 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 49 2024-07-27T19:57:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.790 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 34373 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 102345, 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10896347989 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.791 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1782253964 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 34373, 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70810583476 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2026942333 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 34938, 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14561212024 2024-07-27T19:57:09.792 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 34373, 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 36819233999 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23492 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23492, 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14896322629 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:09.793 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2026942333 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23659, 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5270376149 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23492, 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6252119586 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.794 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6556 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 284818012 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6556, 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10660072912 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:09.795 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6817, 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3608451852 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6556, 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8869030005 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.796 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4325 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1497435952 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4325, 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45254187935 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4462, 2024-07-27T19:57:09.797 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5682384023 2024-07-27T19:57:09.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.798 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:09.798 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4325, 2024-07-27T19:57:09.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 21698084408 2024-07-27T19:57:09.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.798 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:09.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.798 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:09.798 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18874404 2024-07-27T19:57:09.798 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.798 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:09.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19 2024-07-27T19:57:09.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.799 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:09.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:09.799 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.799 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:09.799 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 618254336 2024-07-27T19:57:09.799 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.799 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.800 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.5": { 2024-07-27T19:57:09.800 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.800 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:09.800 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17044 2024-07-27T19:57:09.800 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.801 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:09.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.801 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:09.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.801 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:09.801 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.801 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.801 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:09.802 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:09.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.802 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:09.802 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.802 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:09.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.803 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:09.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.803 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:09.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.803 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:09.803 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7438336 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 735428608 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19, 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3812247 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19, 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1297686 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:09.804 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 196, 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 857059 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 662306816 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 81189, 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11452488698 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.805 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:09.806 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 81209, 2024-07-27T19:57:09.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18347696791 2024-07-27T19:57:09.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.806 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:09.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 16744448 2024-07-27T19:57:09.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.806 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:09.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 332632064 2024-07-27T19:57:09.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.806 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:09.806 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 658046976 2024-07-27T19:57:09.806 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 50 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 343352528 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:09.807 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19628 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 285212672 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 285216768 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.808 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.809 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:09.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8681 2024-07-27T19:57:09.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.809 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.809 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19628, 2024-07-27T19:57:09.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 130819421 2024-07-27T19:57:09.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.809 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:09.809 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 211631022 2024-07-27T19:57:09.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.809 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15593 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2457395 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 924 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7355143 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:09.810 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1228 2024-07-27T19:57:09.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.811 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:09.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4897748 2024-07-27T19:57:09.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.811 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:09.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4897748 2024-07-27T19:57:09.811 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.811 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:09.811 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:09.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:09.812 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 310 2024-07-27T19:57:09.812 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.812 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:09.812 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1228, 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2358163 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.813 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:09.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 656 2024-07-27T19:57:09.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.814 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:09.814 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9, 2024-07-27T19:57:09.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10091 2024-07-27T19:57:09.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.814 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:09.814 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.814 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.814 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:09.814 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1078386688 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:09.815 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14852096 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 20459, 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67104148 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3625, 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 505181637 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.816 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 21409, 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 178925399 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:09.817 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 81137, 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22214636828 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 80670, 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1623363491 2024-07-27T19:57:09.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 81137, 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 45985566 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 81137, 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22260622394 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:09.819 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 26820, 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 991080175 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 841, 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2485734 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14021, 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9605493 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 48, 2024-07-27T19:57:09.820 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65348 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12907, 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1750538908 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 222327 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22007 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 10531, 2024-07-27T19:57:09.821 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1661062038 2024-07-27T19:57:09.822 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.822 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:09.822 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 31546, 2024-07-27T19:57:09.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18218512 2024-07-27T19:57:09.822 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.822 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:09.822 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 21015, 2024-07-27T19:57:09.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1475670206 2024-07-27T19:57:09.822 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.822 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:09.822 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.822 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16366, 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 460279211 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.823 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10638208232 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9239, 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 867083538 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9236, 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4270218179870 2024-07-27T19:57:09.824 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.825 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:09.825 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9239, 2024-07-27T19:57:09.825 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7308060272585 2024-07-27T19:57:09.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.825 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:09.825 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94626, 2024-07-27T19:57:09.825 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3351386234688 2024-07-27T19:57:09.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.825 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:09.825 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94626, 2024-07-27T19:57:09.825 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10775837 2024-07-27T19:57:09.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 416981397 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 34482416352 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 35373002 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.826 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17081070538 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9019814652 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10435609 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2673, 2024-07-27T19:57:09.827 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12971409 2024-07-27T19:57:09.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.828 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:09.828 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:09.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 71653986006 2024-07-27T19:57:09.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.828 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:09.828 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:09.828 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10069230552 2024-07-27T19:57:09.828 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.828 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:09.828 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 94629, 2024-07-27T19:57:09.829 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 523448154 2024-07-27T19:57:09.829 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.829 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.829 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:09.829 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:09.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1405117516 2024-07-27T19:57:09.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.830 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:09.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 540991488 2024-07-27T19:57:09.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.830 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:09.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 497303552 2024-07-27T19:57:09.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.830 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:09.830 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2600498688 2024-07-27T19:57:09.830 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 43687936 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.831 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 56846336 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.832 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 81920 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.833 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.834 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.834 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68896768 2024-07-27T19:57:09.834 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.834 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:09.834 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.834 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 562036736 2024-07-27T19:57:09.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 426347526 2024-07-27T19:57:09.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.835 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.835 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.835 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2384 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 170608 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.836 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68407354 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.837 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 344032 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 37897557 2024-07-27T19:57:09.838 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.839 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.840 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70810315 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 494927872 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.841 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.842 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 426347526 2024-07-27T19:57:09.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.842 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.842 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.842 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.843 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.843 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.843 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.843 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 135079 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1145193 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.844 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67300074 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.845 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.846 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.846 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.846 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.846 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:09.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 49 2024-07-27T19:57:09.846 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.846 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:09.846 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 23514 2024-07-27T19:57:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 101274, 2024-07-27T19:57:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12835460978 2024-07-27T19:57:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.847 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1543170823 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23514, 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 30938169310 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1828038576 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.848 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23955, 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10317426387 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 23514, 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22755616654 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15649 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15649, 2024-07-27T19:57:09.849 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6057060480 2024-07-27T19:57:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1828038576 2024-07-27T19:57:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15766, 2024-07-27T19:57:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4035134367 2024-07-27T19:57:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.850 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15649, 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3976252093 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6881 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 461873405 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6881, 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14618206805 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.851 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7076, 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4449841097 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:09.852 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 6881, 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11108622354 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 984 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1081297418 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 984, 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10262902025 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.853 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1113, 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1832450923 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 984, 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7670742207 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.854 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6291456 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 677179392 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.855 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.6": { 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 26660 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:09.856 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.857 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:09.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:09.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.857 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:09.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.857 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:09.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.857 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.857 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:09.857 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3649536 2024-07-27T19:57:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 534392832 2024-07-27T19:57:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:09.858 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15, 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5345172 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 15, 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 989295 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 148, 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 710301 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.859 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:09.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 465305600 2024-07-27T19:57:09.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.860 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:09.860 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62729, 2024-07-27T19:57:09.860 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9065752085 2024-07-27T19:57:09.860 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.860 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:09.860 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62738, 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14830941032 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7655424 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 257015808 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 461045760 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:09.861 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 39 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 198933910 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13151 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:09.862 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 167510016 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 167514112 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 5877 2024-07-27T19:57:09.863 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.864 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.864 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13151, 2024-07-27T19:57:09.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 103000730 2024-07-27T19:57:09.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.864 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:09.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 117104276 2024-07-27T19:57:09.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.864 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:09.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10641 2024-07-27T19:57:09.864 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.864 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:09.864 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1450418 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 454 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3607026 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 657 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2156608 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:09.865 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2156608 2024-07-27T19:57:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 206 2024-07-27T19:57:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.866 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 657, 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1362970 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.867 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:09.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1003 2024-07-27T19:57:09.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.868 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:09.868 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 7, 2024-07-27T19:57:09.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14232 2024-07-27T19:57:09.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.868 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:09.868 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.868 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.868 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:09.868 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 797343744 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.869 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:09.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11243520 2024-07-27T19:57:09.870 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.870 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:09.870 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 17795, 2024-07-27T19:57:09.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 49144255 2024-07-27T19:57:09.870 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.870 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:09.870 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3486, 2024-07-27T19:57:09.870 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 386264607 2024-07-27T19:57:09.870 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.870 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:09.870 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.871 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:09.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.871 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:09.871 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.871 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19550, 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 158120302 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.872 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62694, 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17765162607 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62274, 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1325706059 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62694, 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33597402 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 62694, 2024-07-27T19:57:09.873 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17798760009 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 25837, 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 649502835 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 839, 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2284763 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.874 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16249, 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9523912 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42, 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65787 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14353, 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1203904068 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 197346 2024-07-27T19:57:09.875 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.876 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:09.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19013 2024-07-27T19:57:09.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.876 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.876 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 19374, 2024-07-27T19:57:09.876 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1808337280 2024-07-27T19:57:09.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.876 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:09.876 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 55148, 2024-07-27T19:57:09.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14498635 2024-07-27T19:57:09.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.877 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:09.877 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 35774, 2024-07-27T19:57:09.877 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1449242538 2024-07-27T19:57:09.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.878 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:09.878 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.878 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:09.878 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 12425, 2024-07-27T19:57:09.878 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 336024823 2024-07-27T19:57:09.878 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.878 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:09.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.879 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:09.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.879 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:09.879 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.879 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.879 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:09.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.880 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:09.880 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76048, 2024-07-27T19:57:09.880 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11296523166 2024-07-27T19:57:09.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.880 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14218, 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 841793106 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14218, 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3919687973404 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14218, 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6098016793512 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:09.881 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76048, 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2724190893488 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76048, 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8004606 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76048, 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 452047677 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76048, 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 30385280637 2024-07-27T19:57:09.882 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76048, 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 25588181 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76048, 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14515663259 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76048, 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6916352711 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6831564 2024-07-27T19:57:09.883 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2632, 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13866307 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76048, 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 63577859373 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76048, 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7845749986 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 76048, 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 730098311 2024-07-27T19:57:09.884 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1405117516 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 472997888 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 445005824 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2600498688 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.885 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 27992064 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57316207 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.887 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28672 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 131072 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68353169 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.889 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 429871558 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.890 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1488 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 93600 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.891 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.892 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.892 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.892 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.892 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 73349834 2024-07-27T19:57:09.892 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.892 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.892 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 157264 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38210805 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.893 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.894 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.895 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70683835 2024-07-27T19:57:09.896 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.896 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:09.896 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:09.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.896 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.896 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.896 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.896 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 429871558 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8117 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.897 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.898 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 135969 2024-07-27T19:57:09.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.898 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1171978 2024-07-27T19:57:09.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.898 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.898 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.898 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.898 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 72128858 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.899 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 48 2024-07-27T19:57:09.900 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57139 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 116519, 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8789832342 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.901 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1649175741 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 57139, 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 86144952380 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2097525329 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.902 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 57659, 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15657033903 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 57139, 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 33704386990 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 48189 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 48189, 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13996489630 2024-07-27T19:57:09.903 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2097525329 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 48361, 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8048172892 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 48189, 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7152834806 2024-07-27T19:57:09.904 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.905 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:09.905 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4676 2024-07-27T19:57:09.905 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.905 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:09.905 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 358911613 2024-07-27T19:57:09.905 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.905 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:09.905 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4676, 2024-07-27T19:57:09.905 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11309032641 2024-07-27T19:57:09.905 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.905 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:09.906 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.906 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.906 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:09.906 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.906 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4932, 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2737865795 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4676, 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7944158924 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.907 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4274 2024-07-27T19:57:09.908 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.908 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:09.908 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1290264128 2024-07-27T19:57:09.908 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.908 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:09.908 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4274, 2024-07-27T19:57:09.908 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 60839430109 2024-07-27T19:57:09.908 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.908 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:09.908 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.908 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.908 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:09.909 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4366, 2024-07-27T19:57:09.909 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4870995216 2024-07-27T19:57:09.909 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.909 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:09.909 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 4274, 2024-07-27T19:57:09.909 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18607393260 2024-07-27T19:57:09.909 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.909 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:09.909 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.909 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.909 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 51 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 476557312 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.910 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: "osd.7": { 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: "bluefs": { 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_db_max_lat": { 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18018 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_fallback": { 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_max_lat": { 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_slow_size_fallback": { 2024-07-27T19:57:09.911 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_db": { 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 65536 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_slow": { 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit_wal": { 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_wal_max_lat": { 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.912 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.913 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_slow": { 2024-07-27T19:57:09.913 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.913 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.913 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_sst": { 2024-07-27T19:57:09.913 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6193152 2024-07-27T19:57:09.913 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.913 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_written_wal": { 2024-07-27T19:57:09.913 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 618557440 2024-07-27T19:57:09.913 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.913 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lat": { 2024-07-27T19:57:09.913 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16, 2024-07-27T19:57:09.913 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2968942 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: "compact_lock_lat": { 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16, 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1040677 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: "db_alloc_lat": { 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 166, 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 726150 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: "db_total_bytes": { 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995027456 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: "db_used_bytes": { 2024-07-27T19:57:09.914 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 578682880 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: "flush_lat": { 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 67602, 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9509869987 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: "fsync_lat": { 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 67606, 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15345540817 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: "log_bytes": { 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 10964992 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.915 INFO:tasks.workunit.client.0.smithi029.stdout: "logged_bytes": { 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 276959232 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_db": { 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 574423040 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_slow": { 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: "max_bytes_wal": { 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: "num_files": { 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 46 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.916 INFO:tasks.workunit.client.0.smithi029.stdout: "read_bytes": { 2024-07-27T19:57:09.917 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 378424380 2024-07-27T19:57:09.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.917 INFO:tasks.workunit.client.0.smithi029.stdout: "read_count": { 2024-07-27T19:57:09.917 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 22995 2024-07-27T19:57:09.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.917 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes": { 2024-07-27T19:57:09.917 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 335568896 2024-07-27T19:57:09.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.917 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_db": { 2024-07-27T19:57:09.917 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 335572992 2024-07-27T19:57:09.917 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.917 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_slow": { 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_bytes_wal": { 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: "read_disk_count": { 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11417 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22995, 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 180482824 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.918 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_bytes": { 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 264124392 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: "read_prefetch_count": { 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 19492 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_bytes": { 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2230455 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_buffer_count": { 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 734 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_bytes": { 2024-07-27T19:57:09.919 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6124062 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_count": { 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 945 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes": { 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3893607 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_db": { 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3893607 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_slow": { 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.920 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_bytes_wal": { 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_disk_count": { 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 219 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: "read_random_lat": { 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 945, 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1709796 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_alloc_lat": { 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.921 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_total_bytes": { 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_used_bytes": { 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1, 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 673 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: "unlink_lat": { 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 9, 2024-07-27T19:57:09.922 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17785 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_alloc_lat": { 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_total_bytes": { 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: "wal_used_bytes": { 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: "write_bytes": { 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 904142848 2024-07-27T19:57:09.923 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.924 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore": { 2024-07-27T19:57:09.924 INFO:tasks.workunit.client.0.smithi029.stdout: "alloc_unit": { 2024-07-27T19:57:09.924 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:09.924 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.924 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": { 2024-07-27T19:57:09.924 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11235328 2024-07-27T19:57:09.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.925 INFO:tasks.workunit.client.0.smithi029.stdout: "allocator_lat": { 2024-07-27T19:57:09.925 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 18425, 2024-07-27T19:57:09.925 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 58141371 2024-07-27T19:57:09.925 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.925 INFO:tasks.workunit.client.0.smithi029.stdout: "clist_lat": { 2024-07-27T19:57:09.925 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 3583, 2024-07-27T19:57:09.926 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 489398451 2024-07-27T19:57:09.926 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.926 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_lat": { 2024-07-27T19:57:09.926 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.926 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.926 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.926 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed": { 2024-07-27T19:57:09.926 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.926 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.926 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_allocated": { 2024-07-27T19:57:09.926 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.927 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.927 INFO:tasks.workunit.client.0.smithi029.stdout: "compressed_original": { 2024-07-27T19:57:09.927 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.927 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.927 INFO:tasks.workunit.client.0.smithi029.stdout: "csum_lat": { 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 22030, 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 184803592 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: "decompress_lat": { 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: "fragmentation_micros": { 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_commit_lat": { 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 67553, 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18547614432 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.928 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_final_lat": { 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 67015, 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1467284615 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_flush_lat": { 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 67553, 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 41503358 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: "kv_sync_lat": { 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 67553, 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 18589117790 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_keys_lat": { 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 0, 2024-07-27T19:57:09.929 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.930 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.930 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_get_values_lat": { 2024-07-27T19:57:09.930 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 249618, 2024-07-27T19:57:09.930 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1606030268 2024-07-27T19:57:09.930 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.930 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_lower_bound_lat": { 2024-07-27T19:57:09.930 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 758, 2024-07-27T19:57:09.930 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2024416 2024-07-27T19:57:09.930 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.930 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_next_lat": { 2024-07-27T19:57:09.931 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 126072, 2024-07-27T19:57:09.931 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 44094848 2024-07-27T19:57:09.931 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.931 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_seek_to_first_lat": { 2024-07-27T19:57:09.931 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 50, 2024-07-27T19:57:09.931 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 54961 2024-07-27T19:57:09.932 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.932 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_upper_bound_lat": { 2024-07-27T19:57:09.932 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 20767, 2024-07-27T19:57:09.932 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3389872509 2024-07-27T19:57:09.932 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.932 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_hits": { 2024-07-27T19:57:09.932 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 439439 2024-07-27T19:57:09.932 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.932 INFO:tasks.workunit.client.0.smithi029.stdout: "onode_misses": { 2024-07-27T19:57:09.933 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20218 2024-07-27T19:57:09.933 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.933 INFO:tasks.workunit.client.0.smithi029.stdout: "read_lat": { 2024-07-27T19:57:09.933 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 13000, 2024-07-27T19:57:09.933 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1714139014 2024-07-27T19:57:09.933 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.933 INFO:tasks.workunit.client.0.smithi029.stdout: "read_onode_meta_lat": { 2024-07-27T19:57:09.933 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 45059, 2024-07-27T19:57:09.934 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 13041073 2024-07-27T19:57:09.934 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.934 INFO:tasks.workunit.client.0.smithi029.stdout: "read_wait_aio_lat": { 2024-07-27T19:57:09.934 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 32059, 2024-07-27T19:57:09.934 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1497087931 2024-07-27T19:57:09.934 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.934 INFO:tasks.workunit.client.0.smithi029.stdout: "reads_with_retries": { 2024-07-27T19:57:09.934 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.934 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: "remove_lat": { 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14161, 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 393242592 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_aio_wait_count": { 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_committed_kv_count": { 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_onode_meta_count": { 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.935 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: "slow_read_wait_aio_count": { 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: "state_aio_wait_lat": { 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 9180358949 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_aio_wait_lat": { 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16402, 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 760646466 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_cleanup_lat": { 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16402, 2024-07-27T19:57:09.936 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4950149849714 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: "state_deferred_queued_lat": { 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 16402, 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7023844058522 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: "state_done_lat": { 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3257478362191 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: "state_finishing_lat": { 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8486039 2024-07-27T19:57:09.937 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.938 INFO:tasks.workunit.client.0.smithi029.stdout: "state_io_done_lat": { 2024-07-27T19:57:09.938 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:09.938 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 377916984 2024-07-27T19:57:09.938 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.938 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_commiting_lat": { 2024-07-27T19:57:09.938 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:09.938 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28858345845 2024-07-27T19:57:09.938 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.938 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_done_lat": { 2024-07-27T19:57:09.938 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:09.938 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28074836 2024-07-27T19:57:09.938 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: "state_kv_queued_lat": { 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12749987008 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: "state_prepare_lat": { 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 7756620208 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": { 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 6826350 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: "truncate_lat": { 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 2589, 2024-07-27T19:57:09.939 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12685679 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_commit_lat": { 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 58936164193 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_submit_lat": { 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8792379165 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: "txc_throttle_lat": { 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 78810, 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 474085386 2024-07-27T19:57:09.940 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache": { 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_bytes": { 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1405117516 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: "heap_bytes": { 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 613171200 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: "mapped_bytes": { 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 605102080 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: "target_bytes": { 2024-07-27T19:57:09.941 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2600498688 2024-07-27T19:57:09.942 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.942 INFO:tasks.workunit.client.0.smithi029.stdout: "unmapped_bytes": { 2024-07-27T19:57:09.942 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 8069120 2024-07-27T19:57:09.942 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.942 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.942 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:data": { 2024-07-27T19:57:09.942 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.942 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 125829120 2024-07-27T19:57:09.942 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.942 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.943 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.943 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.943 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.943 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.943 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.943 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.943 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 57053466 2024-07-27T19:57:09.943 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.943 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.944 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.944 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.944 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.944 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.944 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.944 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.944 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 36864 2024-07-27T19:57:09.944 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.944 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.944 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.944 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.944 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 4096 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32768 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.945 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.946 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.946 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 68701926 2024-07-27T19:57:09.946 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.946 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.946 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv": { 2024-07-27T19:57:09.946 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.946 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 570425344 2024-07-27T19:57:09.946 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.946 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.946 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.946 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.946 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 427901001 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2128 2024-07-27T19:57:09.947 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 138448 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.948 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.949 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.949 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.949 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.949 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.949 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 75274903 2024-07-27T19:57:09.949 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.950 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.950 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:kv_onode": { 2024-07-27T19:57:09.950 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.950 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 176160768 2024-07-27T19:57:09.950 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.951 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.951 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 67108864 2024-07-27T19:57:09.951 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.951 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.951 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 281264 2024-07-27T19:57:09.951 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.952 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.952 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 38035644 2024-07-27T19:57:09.952 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.952 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.952 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.953 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.953 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.953 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.953 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.953 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.953 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.953 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.953 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.953 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.953 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.953 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.954 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.955 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 70734996 2024-07-27T19:57:09.955 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.955 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.955 INFO:tasks.workunit.client.0.smithi029.stdout: "bluestore-pricache:meta": { 2024-07-27T19:57:09.955 INFO:tasks.workunit.client.0.smithi029.stdout: "committed_bytes": { 2024-07-27T19:57:09.955 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 503316480 2024-07-27T19:57:09.955 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.955 INFO:tasks.workunit.client.0.smithi029.stdout: "pri0_bytes": { 2024-07-27T19:57:09.955 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.955 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.955 INFO:tasks.workunit.client.0.smithi029.stdout: "pri10_bytes": { 2024-07-27T19:57:09.955 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: "pri11_bytes": { 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 427901001 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: "pri1_bytes": { 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: "pri2_bytes": { 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: "pri3_bytes": { 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 20055 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.956 INFO:tasks.workunit.client.0.smithi029.stdout: "pri4_bytes": { 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: "pri5_bytes": { 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 133367 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: "pri6_bytes": { 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1154179 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: "pri7_bytes": { 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: "pri8_bytes": { 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.957 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.958 INFO:tasks.workunit.client.0.smithi029.stdout: "pri9_bytes": { 2024-07-27T19:57:09.958 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.958 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.958 INFO:tasks.workunit.client.0.smithi029.stdout: "reserved_bytes": { 2024-07-27T19:57:09.958 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 74107878 2024-07-27T19:57:09.958 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.958 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.958 INFO:tasks.workunit.client.0.smithi029.stdout: "objecter": { 2024-07-27T19:57:09.958 INFO:tasks.workunit.client.0.smithi029.stdout: "op_active": { 2024-07-27T19:57:09.958 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.958 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.958 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 53 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rmw": { 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: "osd": { 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg": { 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 59 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.959 INFO:tasks.workunit.client.0.smithi029.stdout: "numpg_removing": { 2024-07-27T19:57:09.960 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.960 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.960 INFO:tasks.workunit.client.0.smithi029.stdout: "op": { 2024-07-27T19:57:09.960 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 59116 2024-07-27T19:57:09.960 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.960 INFO:tasks.workunit.client.0.smithi029.stdout: "op_before_queue_op_lat": { 2024-07-27T19:57:09.960 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 135282, 2024-07-27T19:57:09.960 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 12266260090 2024-07-27T19:57:09.960 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.960 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_degraded": { 2024-07-27T19:57:09.960 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.961 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.961 INFO:tasks.workunit.client.0.smithi029.stdout: "op_delayed_unreadable": { 2024-07-27T19:57:09.961 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3 2024-07-27T19:57:09.961 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.961 INFO:tasks.workunit.client.0.smithi029.stdout: "op_in_bytes": { 2024-07-27T19:57:09.961 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1749568085 2024-07-27T19:57:09.961 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.962 INFO:tasks.workunit.client.0.smithi029.stdout: "op_latency": { 2024-07-27T19:57:09.962 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 59116, 2024-07-27T19:57:09.962 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 69721032043 2024-07-27T19:57:09.962 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.962 INFO:tasks.workunit.client.0.smithi029.stdout: "op_out_bytes": { 2024-07-27T19:57:09.963 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2573325011 2024-07-27T19:57:09.963 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.963 INFO:tasks.workunit.client.0.smithi029.stdout: "op_prepare_latency": { 2024-07-27T19:57:09.963 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 59556, 2024-07-27T19:57:09.963 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 28765331319 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: "op_process_latency": { 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 59116, 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 48599828653 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r": { 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 42745 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency": { 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42745, 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 26133675652 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.964 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_latency_out_bytes_histogram": { 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_out_bytes": { 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 2573325011 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_prepare_latency": { 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42774, 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14056952881 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: "op_r_process_latency": { 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 42745, 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 15030440483 2024-07-27T19:57:09.965 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.966 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw": { 2024-07-27T19:57:09.966 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 14574 2024-07-27T19:57:09.966 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.966 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_in_bytes": { 2024-07-27T19:57:09.966 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 366494692 2024-07-27T19:57:09.966 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.966 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency": { 2024-07-27T19:57:09.966 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14574, 2024-07-27T19:57:09.966 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 25855010920 2024-07-27T19:57:09.967 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.967 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_in_bytes_histogram": { 2024-07-27T19:57:09.967 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.967 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.967 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_latency_out_bytes_histogram": { 2024-07-27T19:57:09.967 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.967 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.967 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_out_bytes": { 2024-07-27T19:57:09.967 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.967 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.967 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_prepare_latency": { 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14794, 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11528585033 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: "op_rw_process_latency": { 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 14574, 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 21647295735 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w": { 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1797 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_in_bytes": { 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 1383073393 2024-07-27T19:57:09.968 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency": { 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1797, 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 17732345471 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_latency_in_bytes_histogram": { 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_prepare_latency": { 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1988, 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 3179793405 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: "op_w_process_latency": { 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: "count": 1797, 2024-07-27T19:57:09.969 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 11922092435 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: "op_wip": { 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 0 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_bytes": { 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 32 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: "recovery_ops": { 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 21 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes": { 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 95995035648 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_bytes_used": { 2024-07-27T19:57:09.970 INFO:tasks.workunit.client.0.smithi029.stdout: "value": 589926400 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: "pools": [ 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr" 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: "flags_names": [ 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: "hashpspool" 2024-07-27T19:57:09.971 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.972 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T19:57:09.972 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T19:57:09.972 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T19:57:09.972 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 1, 2024-07-27T19:57:09.972 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 1, 2024-07-27T19:57:09.972 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 1, 2024-07-27T19:57:09.972 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T19:57:09.972 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T19:57:09.972 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 723419932938, 2024-07-27T19:57:09.972 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 1781760, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 1781760, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 241139974144, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 2, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 2.4629619019833626e-06, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 1394, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 2226176, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 590368, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 590368, 2024-07-27T19:57:09.973 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T19:57:09.974 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 1771104, 2024-07-27T19:57:09.974 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 439, 2024-07-27T19:57:09.974 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 2473984 2024-07-27T19:57:09.974 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.974 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T19:57:09.974 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T19:57:09.974 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T19:57:09.974 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.974 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.974 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:09.974 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: "flags_names": [ 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: "hashpspool" 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 32, 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 32, 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 2, 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T19:57:09.975 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 723419932938, 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 156398, 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 110592, 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 241139974144, 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 22, 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 45806, 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 2.1619251810989226e-07, 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T19:57:09.976 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 79, 2024-07-27T19:57:09.977 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 89088, 2024-07-27T19:57:09.977 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 21884, 2024-07-27T19:57:09.977 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 6616, 2024-07-27T19:57:09.977 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 15268, 2024-07-27T19:57:09.977 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 65652, 2024-07-27T19:57:09.977 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 68, 2024-07-27T19:57:09.977 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 36864 2024-07-27T19:57:09.977 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.977 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T19:57:09.977 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T19:57:09.977 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T19:57:09.977 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.978 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.978 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:09.978 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T19:57:09.978 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.978 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T19:57:09.978 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T19:57:09.978 INFO:tasks.workunit.client.0.smithi029.stdout: "flags_names": [ 2024-07-27T19:57:09.978 INFO:tasks.workunit.client.0.smithi029.stdout: "hashpspool" 2024-07-27T19:57:09.978 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.978 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T19:57:09.978 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T19:57:09.978 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 64, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 64, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 3, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 723419932938, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 0, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 0, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 241139974144, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 0, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T19:57:09.979 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 0.0, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 0, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 0, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 0, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 0, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 0, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 0, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 0 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T19:57:09.980 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd" 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: "cache_mode": "none", 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: "erasure_code_profile": {}, 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: "flags_names": [ 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: "hashpspool", 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: "selfmanaged_snaps" 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: "min_size": 2, 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: "options": {}, 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_autoscale_mode": "off", 2024-07-27T19:57:09.981 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 8, 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "pgp_num": 8, 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "pool": 4, 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "size": 3, 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "stats": { 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_raw": 723419932938, 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "bytes_used": 12595200, 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_bytes_used": 0, 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "compress_under_bytes": 0, 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "data_bytes_used": 12595200, 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty": 0, 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "max_avail": 241139974144, 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "objects": 4, 2024-07-27T19:57:09.982 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_bytes_used": 0, 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: "percent_used": 1.741033156577032e-05, 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_bytes": 0, 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: "quota_objects": 0, 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: "rd": 9010, 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: "rd_bytes": 3196529664, 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: "stored": 4194323, 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_data": 4194323, 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_omap": 0, 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: "stored_raw": 12582969, 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: "wr": 24280, 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: "wr_bytes": 3133355008 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.983 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_bytes": 0, 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: "target_max_objects": 0, 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: "type": "replicated" 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd": { 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: "mirroring_by_pool": [ 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: false 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_images_by_pool": [ 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pools": 1 2024-07-27T19:57:09.984 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.985 INFO:tasks.workunit.client.0.smithi029.stdout: "report_id": "4a2899af-8da4-4fc0-8c5a-a5b00bb0ec74", 2024-07-27T19:57:09.985 INFO:tasks.workunit.client.0.smithi029.stdout: "report_timestamp": "2024-07-27T19:57:08.304277", 2024-07-27T19:57:09.985 INFO:tasks.workunit.client.0.smithi029.stdout: "report_version": 1, 2024-07-27T19:57:09.985 INFO:tasks.workunit.client.0.smithi029.stdout: "rocksdb_stats": { 2024-07-27T19:57:09.985 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "7.9.2" 2024-07-27T19:57:09.985 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.985 INFO:tasks.workunit.client.0.smithi029.stdout: "rook": { 2024-07-27T19:57:09.985 INFO:tasks.workunit.client.0.smithi029.stdout: "cluster": { 2024-07-27T19:57:09.985 INFO:tasks.workunit.client.0.smithi029.stdout: "external-mode": null, 2024-07-27T19:57:09.985 INFO:tasks.workunit.client.0.smithi029.stdout: "mon": { 2024-07-27T19:57:09.985 INFO:tasks.workunit.client.0.smithi029.stdout: "allow-multiple-per-node": null, 2024-07-27T19:57:09.985 INFO:tasks.workunit.client.0.smithi029.stdout: "count": null, 2024-07-27T19:57:09.986 INFO:tasks.workunit.client.0.smithi029.stdout: "max-id": null, 2024-07-27T19:57:09.986 INFO:tasks.workunit.client.0.smithi029.stdout: "pvc": { 2024-07-27T19:57:09.986 INFO:tasks.workunit.client.0.smithi029.stdout: "enabled": null 2024-07-27T19:57:09.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.986 INFO:tasks.workunit.client.0.smithi029.stdout: "stretch": { 2024-07-27T19:57:09.986 INFO:tasks.workunit.client.0.smithi029.stdout: "enabled": null 2024-07-27T19:57:09.986 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.986 INFO:tasks.workunit.client.0.smithi029.stdout: "network": { 2024-07-27T19:57:09.986 INFO:tasks.workunit.client.0.smithi029.stdout: "provider": null 2024-07-27T19:57:09.986 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: "storage": { 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: "device-set": { 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: "non-portable": null, 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: "portable": null, 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: "total": null 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: "csi": { 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.987 INFO:tasks.workunit.client.0.smithi029.stdout: "kubernetes": { 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: "node": { 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: "kubernetes-total": null, 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: "with-ceph-daemons": null, 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-cephfs-plugin": null, 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-nfs-plugin": null, 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: "with-csi-rbd-plugin": null 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: "usage": { 2024-07-27T19:57:09.988 INFO:tasks.workunit.client.0.smithi029.stdout: "storage-class": { 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: "count": { 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: "bucket": null, 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs": null, 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: "nfs": null, 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd": null, 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: "total": null 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: "version": null 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: "services": {}, 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_per_pg": [ 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.989 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:09.990 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022498+0000", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022498+0000", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022862+0000", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507633+0000", 2024-07-27T19:57:09.991 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 5, 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 5, 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1f", 2024-07-27T19:57:09.992 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5622, 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T06:07:24.953434+0000", 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 582, 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:09.993 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:09.994 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 4, 2024-07-27T19:57:09.995 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 4, 2024-07-27T19:57:09.996 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:09.996 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:09.996 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:09.996 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 4, 2024-07-27T19:57:09.996 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T19:57:09.996 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.996 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:09.996 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:09.996 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:09.996 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:09.996 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "557'5" 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:09.997 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:09.998 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:09.998 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:09.998 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:09.998 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:09.998 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:09.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:09.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.076952+0000", 2024-07-27T19:57:09.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.076952+0000", 2024-07-27T19:57:09.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.077339+0000", 2024-07-27T19:57:09.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:09.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:09.998 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434062+0000", 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:09.999 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1e", 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.000 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5545, 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:25:27.831917+0000", 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.001 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.002 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.003 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.004 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.005 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.005 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.005 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.005 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.005 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.005 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.005 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.005 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.005 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.005 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.005 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.005 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.006771+0000", 2024-07-27T19:57:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.006771+0000", 2024-07-27T19:57:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.007165+0000", 2024-07-27T19:57:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:10.006 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.007 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.007 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.007 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.007 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:10.007 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:10.007 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:10.008 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.008 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.008 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.008 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:10.008 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434166+0000", 2024-07-27T19:57:10.008 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.009 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:10.009 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.009 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.009 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.009 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.009 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.009 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.009 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.009 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:10.009 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.009 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.010 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.010 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1e", 2024-07-27T19:57:10.010 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.010 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.010 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.010 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5566, 2024-07-27T19:57:10.010 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.010 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:43:06.623127+0000", 2024-07-27T19:57:10.010 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.010 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.011 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.012 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.013 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.013 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.013 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.013 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.013 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.013 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.013 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.013 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.013 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.013 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.013 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.014 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.014 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.014 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.014 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.014 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.014 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.014 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.014 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.014 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "557'2" 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.015 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.006044+0000", 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.006044+0000", 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.006757+0000", 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.016 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507247+0000", 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.017 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1f", 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5611, 2024-07-27T19:57:10.018 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:24:01.077573+0000", 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.019 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.020 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.021 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.022 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.022 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.022 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.022 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.022 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.022 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.022 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.022 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.022 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.022 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.022 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.022 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.023 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.023 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.023 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.023 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.023 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.023 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.023 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.024 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.024 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.024 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.024 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.024 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.024 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.025 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.025 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.025 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.025 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.025 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.025 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.026 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.026 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.026 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.026 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.026 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.026 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.026 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.026 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.026 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.026 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.027 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.027 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:10.027 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.028931+0000", 2024-07-27T19:57:10.027 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.028931+0000", 2024-07-27T19:57:10.027 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.029488+0000", 2024-07-27T19:57:10.027 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:10.027 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.027 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.027 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:10.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:10.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:10.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:10.028 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507762+0000", 2024-07-27T19:57:10.028 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.028 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:10.028 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1d", 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.029 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5390, 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:19:18.925596+0000", 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.030 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.031 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:10.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:10.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:10.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.032 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:10.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.033 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.034 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.034 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.034 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.034 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 6, 2024-07-27T19:57:10.034 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 6, 2024-07-27T19:57:10.034 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.034 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.034 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.035 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T19:57:10.035 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.035 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.035 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.035 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.035 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.036 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.036 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.036 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.036 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.036 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.037 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T19:57:10.037 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.037 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.037 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.037 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.037 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.037 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.037 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.007123+0000", 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.007123+0000", 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.011452+0000", 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:10.038 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510419+0000", 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.039 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1c", 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.040 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.041 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5444, 2024-07-27T19:57:10.041 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.041 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:29:52.799978+0000", 2024-07-27T19:57:10.041 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.041 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.041 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.041 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.042 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.042 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.042 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.042 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.042 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.042 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.042 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.042 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.042 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.042 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.043 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.043 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.043 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.043 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.043 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.043 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.043 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.043 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.044 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.044 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.044 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.044 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.044 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.044 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.044 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.044 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.045 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.045 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.045 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.045 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.045 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.045 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.045 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.045 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.046 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.046 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.046 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.046 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.046 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.046 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.046 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.046 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.047 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.047 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.047 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.047 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.047 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.047 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.047 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.047 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.048 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.048 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.048 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.048 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.048 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.048 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.048 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.048 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.048 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:10.049 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.026467+0000", 2024-07-27T19:57:10.049 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.026467+0000", 2024-07-27T19:57:10.049 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.027258+0000", 2024-07-27T19:57:10.049 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:10.049 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.049 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.049 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.049 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.050 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:10.050 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:10.050 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:10.050 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.050 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.050 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.050 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:10.050 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508335+0000", 2024-07-27T19:57:10.051 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.051 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:10.051 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.051 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.051 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.051 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.051 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.051 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.052 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.052 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:10.052 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.052 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.052 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.052 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1c", 2024-07-27T19:57:10.052 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.052 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.053 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.053 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5401, 2024-07-27T19:57:10.053 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.053 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:16:43.430798+0000", 2024-07-27T19:57:10.053 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.053 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.053 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.053 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.054 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.055 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.056 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 6, 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 6, 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.057 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.058 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.058 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.058 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.058 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T19:57:10.058 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.058 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.058 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.058 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.058 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.058 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.058 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.058 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.085540+0000", 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.085540+0000", 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.085906+0000", 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.059 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.437364+0000", 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.060 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.061 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.061 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.061 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.061 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.061 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.061 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.061 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.061 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.061 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.061 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1d", 2024-07-27T19:57:10.061 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5559, 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:28:11.240486+0000", 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.062 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.063 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.064 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.065 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.065 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.065 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.065 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.065 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.065 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.065 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.065 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.065 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.065 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.066 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.066 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.066 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.066 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.066 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.066 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.066 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.066 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.067 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.067 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.067 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.067 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.067 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.067 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.067 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.067 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.067 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.068 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.076931+0000", 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.076931+0000", 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.077227+0000", 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:10.069 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.513863+0000", 2024-07-27T19:57:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.070 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.a", 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5433, 2024-07-27T19:57:10.071 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:51:25.236231+0000", 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.072 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.073 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.074 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.075 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.076 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.076 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.076 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.076 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.076 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.076 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.076 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.076 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.076 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.076 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.076 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.076 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.020266+0000", 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.020266+0000", 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.020593+0000", 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.077 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.078 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.078 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:10.078 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510445+0000", 2024-07-27T19:57:10.078 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.078 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3, 2024-07-27T19:57:10.078 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.078 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.078 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.078 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.078 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.078 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3, 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.b", 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5405, 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:41:08.502688+0000", 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.079 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.080 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.081 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 2, 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 2, 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.082 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "557'3" 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.083 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.021007+0000", 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.021007+0000", 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.022016+0000", 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.084 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434630+0000", 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.085 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.b", 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5556, 2024-07-27T19:57:10.086 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:32:20.676775+0000", 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.087 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.088 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.089 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.089 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.089 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.089 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.089 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.089 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.089 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.089 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.089 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.089 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.089 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.089 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.090 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.091 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.019487+0000", 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.019487+0000", 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.019837+0000", 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:10.092 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.093 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.093 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.093 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:10.093 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507810+0000", 2024-07-27T19:57:10.093 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.093 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.094 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.094 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.094 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.094 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.094 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.094 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.094 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.094 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.a", 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5586, 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:49:17.863052+0000", 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.095 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.096 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.097 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.097 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.097 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.097 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.097 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.097 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.097 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.097 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.097 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.097 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.097 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.097 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.098 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.099 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.100 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432189+0000", 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.015209+0000", 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.015209+0000", 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.015532+0000", 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432189+0000", 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432189+0000", 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432189+0000", 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432189+0000", 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.101 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.102 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.102 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432189+0000", 2024-07-27T19:57:10.102 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432189+0000", 2024-07-27T19:57:10.102 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.102 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.102 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.102 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.102 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.102 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.102 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.102 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.102 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.8", 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5551, 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:31:05.824688+0000", 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.103 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.104 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.105 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.106 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.106 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.106 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.106 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.106 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.106 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.106 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.106 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.106 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.106 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.106 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.107 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.108 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.108 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.108 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.108 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.108 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.108 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.108 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.108 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.108 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.108 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.108 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.108 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.109 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:10.109 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.036409+0000", 2024-07-27T19:57:10.109 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.036409+0000", 2024-07-27T19:57:10.109 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.036773+0000", 2024-07-27T19:57:10.109 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:10.109 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.109 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.109 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.109 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.109 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:10.109 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:10.109 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:10.110 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.110 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.110 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.110 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:10.110 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505662+0000", 2024-07-27T19:57:10.110 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.110 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.110 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.110 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.110 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.110 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.9", 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5586, 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.111 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:51:18.640399+0000", 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.112 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.113 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.114 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.115 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.034629+0000", 2024-07-27T19:57:10.116 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.034629+0000", 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.035042+0000", 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:10.117 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505481+0000", 2024-07-27T19:57:10.118 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.118 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.118 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.118 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.118 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.118 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.118 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.118 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.118 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.118 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.118 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.118 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.9", 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5588, 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:46:46.567311+0000", 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.119 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.120 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.121 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.122 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.123 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.124 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.124 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.124 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.124 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.124 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.124 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.124 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.124 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.124 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:10.124 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.023538+0000", 2024-07-27T19:57:10.124 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.023538+0000", 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.025909+0000", 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:10.125 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508829+0000", 2024-07-27T19:57:10.126 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.126 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.126 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.126 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.126 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.126 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.126 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.126 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.126 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.126 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.126 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.126 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.127 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.127 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.8", 2024-07-27T19:57:10.127 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.127 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.127 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.127 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5395, 2024-07-27T19:57:10.127 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.127 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:57:31.000248+0000", 2024-07-27T19:57:10.127 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.127 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.127 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.127 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.128 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.128 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.128 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.128 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.128 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.128 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.128 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.128 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.128 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.128 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.129 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.130 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.131 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.131 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.133 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.133 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.133 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.133 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.133 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.133 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.134 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.134 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.134 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.134 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.134 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.134 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.134 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.134 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.134 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.134 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.134 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.134 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.017054+0000", 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.017054+0000", 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.017346+0000", 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.135 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508554+0000", 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.136 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.6", 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5609, 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.137 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:17:42.799234+0000", 2024-07-27T19:57:10.138 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.138 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.138 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.138 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.139 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.140 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.141 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.142 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.143 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.143 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.143 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.143 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:10.143 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022433+0000", 2024-07-27T19:57:10.143 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022433+0000", 2024-07-27T19:57:10.143 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022714+0000", 2024-07-27T19:57:10.143 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:10.143 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:10.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:10.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:10.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:10.144 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.509013+0000", 2024-07-27T19:57:10.144 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.145 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.7", 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5409, 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:00:55.514974+0000", 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.146 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.147 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.148 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 6, 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 6, 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.149 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.150 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.077907+0000", 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.077907+0000", 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.927399+0000", 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.151 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432645+0000", 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3092, 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3092, 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.152 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.1", 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9536, 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:32:56.195536+0000", 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.004548234, 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.153 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.154 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.155 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1683, 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 402108, 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3053, 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 403484 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.156 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'3092" 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.157 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.433568+0000", 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022052+0000", 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022052+0000", 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022382+0000", 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.433568+0000", 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.433568+0000", 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.433568+0000", 2024-07-27T19:57:10.158 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.433568+0000", 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.433568+0000", 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.433568+0000", 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.159 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.7", 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5558, 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:53:09.860104+0000", 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.160 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.161 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.162 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.163 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.164 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.165 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.166 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.085404+0000", 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.085404+0000", 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.085852+0000", 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:10.167 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507377+0000", 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.168 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.6", 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5594, 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:16:44.891940+0000", 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.169 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.170 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:10.171 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 2, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 2, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 2, 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.172 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "561'2" 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.173 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022035+0000", 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022035+0000", 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.816510+0000", 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:10.174 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.431821+0000", 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2975, 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.175 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2975, 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.0", 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.176 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9299, 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:40:53.492803+0000", 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.003357526, 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.177 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.178 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1356, 2024-07-27T19:57:10.179 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 348681, 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 2951, 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 407981 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.180 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'2975" 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.181 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:10.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.014284+0000", 2024-07-27T19:57:10.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.014284+0000", 2024-07-27T19:57:10.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.014676+0000", 2024-07-27T19:57:10.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:10.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:10.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:10.182 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:10.183 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.183 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.183 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.183 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:10.183 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505821+0000", 2024-07-27T19:57:10.183 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.183 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.183 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.183 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.183 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.183 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.183 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.4", 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5589, 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:49:28.784709+0000", 2024-07-27T19:57:10.184 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.185 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.186 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.187 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.188 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.189 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.189 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.189 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.189 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:10.189 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.189 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.189 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.189 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.189 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.189 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:10.189 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.017210+0000", 2024-07-27T19:57:10.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.017210+0000", 2024-07-27T19:57:10.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.017781+0000", 2024-07-27T19:57:10.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:10.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:10.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:10.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:10.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.190 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.437513+0000", 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.191 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.5", 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5562, 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:57:51.279302+0000", 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.192 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.193 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.194 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.195 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.196 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.197 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.197 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.197 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.197 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.197 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:10.198 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.199 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.199 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.199 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:10.199 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.021440+0000", 2024-07-27T19:57:10.199 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.021440+0000", 2024-07-27T19:57:10.199 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.819826+0000", 2024-07-27T19:57:10.199 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:10.199 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.199 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.199 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.199 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.199 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:57:03.176059+0000", 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2977, 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.200 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2977, 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.3", 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9198, 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.201 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:39:35.357089+0000", 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.004977479, 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.202 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:10.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:10.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:10.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.203 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 758, 2024-07-27T19:57:10.204 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 388771, 2024-07-27T19:57:10.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 2967, 2024-07-27T19:57:10.205 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 363181 2024-07-27T19:57:10.205 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.205 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.205 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.205 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.205 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.205 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.205 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.206 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.206 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.206 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'2977" 2024-07-27T19:57:10.206 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.206 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.206 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.206 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.206 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.206 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.206 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.206 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.206 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.016722+0000", 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.016722+0000", 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.017441+0000", 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.207 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508124+0000", 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.208 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.5", 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.209 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5462, 2024-07-27T19:57:10.210 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.210 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:40:33.454549+0000", 2024-07-27T19:57:10.210 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.210 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.210 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.210 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.211 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.212 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.213 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.214 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.215 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.215 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.215 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.215 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.215 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:10.215 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.023345+0000", 2024-07-27T19:57:10.215 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.023345+0000", 2024-07-27T19:57:10.215 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.023693+0000", 2024-07-27T19:57:10.215 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:10.215 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.215 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.215 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.216 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.216 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:10.216 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:10.216 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:10.216 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:10.217 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505919+0000", 2024-07-27T19:57:10.217 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.217 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.4", 2024-07-27T19:57:10.218 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.219 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.219 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.219 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5590, 2024-07-27T19:57:10.219 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.219 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:22:45.638654+0000", 2024-07-27T19:57:10.219 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.219 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.219 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.219 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.219 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.219 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.219 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.220 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.221 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.222 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.222 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.222 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.222 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.222 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.222 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.223 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.223 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.223 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.223 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.223 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.223 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.223 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.223 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.224 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.224 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.224 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.224 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.224 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.224 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.224 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.009256+0000", 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.009256+0000", 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.829071+0000", 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.225 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:10.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:10.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:10.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:10.226 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507579+0000", 2024-07-27T19:57:10.226 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.226 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3239, 2024-07-27T19:57:10.226 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.226 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3239, 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.2", 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.227 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9716, 2024-07-27T19:57:10.228 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.228 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:30:30.102112+0000", 2024-07-27T19:57:10.228 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.005585055, 2024-07-27T19:57:10.228 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.228 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 19, 2024-07-27T19:57:10.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.228 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:10.229 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.230 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1233, 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 428359, 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3229, 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 404249 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.231 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'3239" 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.232 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.078061+0000", 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.078061+0000", 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.078361+0000", 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:10.233 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.433496+0000", 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.234 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3", 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5480, 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:10:15.514113+0000", 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.235 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.236 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.237 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.238 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.239 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.239 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.239 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.239 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.239 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.239 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.239 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.239 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.239 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T19:57:10.239 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.239 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.239 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.085139+0000", 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.085139+0000", 2024-07-27T19:57:10.240 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.085427+0000", 2024-07-27T19:57:10.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:10.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:10.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:10.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:10.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.241 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508057+0000", 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.242 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.2", 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5434, 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:04:54.291437+0000", 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.243 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.244 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.245 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.246 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.247 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.247 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.247 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.247 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.247 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.247 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.247 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.247 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.248 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.249 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:10.249 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.249 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.249 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.249 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:10.249 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:08.034947+0000", 2024-07-27T19:57:10.249 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:08.034947+0000", 2024-07-27T19:57:10.249 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.831300+0000", 2024-07-27T19:57:10.249 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:10.249 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.249 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.249 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.250 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 405, 2024-07-27T19:57:10.250 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:10.250 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:10.250 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:10.250 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.250 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.250 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.250 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:10.250 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505718+0000", 2024-07-27T19:57:10.250 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.250 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3018, 2024-07-27T19:57:10.250 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.251 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.251 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 404, 2024-07-27T19:57:10.251 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.251 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.251 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.251 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.251 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3018, 2024-07-27T19:57:10.251 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.251 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.251 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.251 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.4", 2024-07-27T19:57:10.251 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9450, 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:04:25.260826+0000", 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.007802149, 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.252 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:10.253 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:10.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:10.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:10.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.254 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1462, 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 411578, 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3029, 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 343747 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.255 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'3018" 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.256 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.085263+0000", 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.085263+0000", 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.085680+0000", 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:10.257 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:10.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:10.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:10.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:10.258 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508288+0000", 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.259 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.0", 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5590, 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:23:00.814254+0000", 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.260 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.261 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.262 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.263 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.264 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.264 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.264 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.264 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.264 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.264 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.264 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.264 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.264 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.264 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.264 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.264 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:08.032442+0000", 2024-07-27T19:57:10.265 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:08.032442+0000", 2024-07-27T19:57:10.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:08.032789+0000", 2024-07-27T19:57:10.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:10.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 405, 2024-07-27T19:57:10.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:10.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:10.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:10.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.266 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432797+0000", 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 404, 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.267 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1", 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5569, 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:12:39.151792+0000", 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.268 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.269 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.270 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.271 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.272 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.009184+0000", 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.009184+0000", 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.828164+0000", 2024-07-27T19:57:10.273 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:10.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:10.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:10.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:10.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:10.274 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507389+0000", 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2977, 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2977, 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.275 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.7", 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9042, 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:35:34.096477+0000", 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.004606786, 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 4194304, 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.276 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:10.277 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:10.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.278 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 563, 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 368940, 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 2971, 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 353951 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.279 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'2977" 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.280 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.023034+0000", 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.023034+0000", 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.023410+0000", 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:10.281 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506605+0000", 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.282 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1", 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5611, 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:17:30.845304+0000", 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.283 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.284 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.285 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.286 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.287 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022608+0000", 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022608+0000", 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.024348+0000", 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.288 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.509152+0000", 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.289 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.290 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.290 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.290 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.290 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.290 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.290 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.290 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.290 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.290 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.290 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.290 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.0", 2024-07-27T19:57:10.290 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5399, 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:40:55.250123+0000", 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.291 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.292 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.293 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.294 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.295 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:25:33.974433+0000", 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:25:33.974433+0000", 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.819827+0000", 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.296 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 372, 2024-07-27T19:57:10.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:10.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:10.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:10.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:10.297 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508441+0000", 2024-07-27T19:57:10.297 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.297 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3096, 2024-07-27T19:57:10.297 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.298 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.298 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 371, 2024-07-27T19:57:10.298 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.298 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.298 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.298 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.298 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3096, 2024-07-27T19:57:10.298 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.298 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.298 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.298 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.6", 2024-07-27T19:57:10.298 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.299 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.299 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.299 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9394, 2024-07-27T19:57:10.299 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.299 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:50:45.457503+0000", 2024-07-27T19:57:10.299 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.005351188, 2024-07-27T19:57:10.299 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.300 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.301 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.301 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.301 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.301 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.301 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.301 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.301 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.301 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.301 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.301 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.301 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.301 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1067, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 379234, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.302 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3050, 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 394750 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'3096" 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.303 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:10.304 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.073796+0000", 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.073796+0000", 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.074167+0000", 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.305 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.306 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:10.306 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432829+0000", 2024-07-27T19:57:10.306 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.306 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.306 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.306 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.306 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.306 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.306 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.306 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2", 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5518, 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:12:40.486654+0000", 2024-07-27T19:57:10.307 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.308 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.309 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.309 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.309 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.309 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.309 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.309 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.309 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.309 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.309 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.309 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.309 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.309 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.310 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.311 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.312 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.017496+0000", 2024-07-27T19:57:10.313 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.017496+0000", 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.017771+0000", 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.314 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505994+0000", 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.315 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.3", 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5467, 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:11:33.532355+0000", 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.316 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.317 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.318 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.319 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.320 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 20, 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:57:03.484083+0000", 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.023199+0000", 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.023199+0000", 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.026172+0000", 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:57:03.484083+0000", 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:14:20.896830+0000", 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.321 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:14:20.896830+0000", 2024-07-27T19:57:10.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:57:03.484083+0000", 2024-07-27T19:57:10.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:57:03.484083+0000", 2024-07-27T19:57:10.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:57:03.484083+0000", 2024-07-27T19:57:10.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:14:20.896830+0000", 2024-07-27T19:57:10.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:57:03.484083+0000", 2024-07-27T19:57:10.322 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:57:03.484083+0000", 2024-07-27T19:57:10.322 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.322 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 261, 2024-07-27T19:57:10.322 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 261, 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "1.0", 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.323 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 6119, 2024-07-27T19:57:10.324 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.324 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:13:43.392783+0000", 2024-07-27T19:57:10.324 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.324 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.324 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.324 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 590368, 2024-07-27T19:57:10.324 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.324 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 1771104, 2024-07-27T19:57:10.324 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.324 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.324 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.324 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.325 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.325 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.325 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.325 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.325 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.325 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T19:57:10.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T19:57:10.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T19:57:10.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.326 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 6, 2024-07-27T19:57:10.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.327 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1394, 2024-07-27T19:57:10.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 2174, 2024-07-27T19:57:10.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 439, 2024-07-27T19:57:10.328 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 2416 2024-07-27T19:57:10.329 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.329 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.329 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.329 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.329 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.329 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.329 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.329 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.329 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.329 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "2978'261" 2024-07-27T19:57:10.329 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.330 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.330 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.330 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.330 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.330 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.330 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.330 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:10.330 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.330 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.330 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 71, 2024-07-27T19:57:10.330 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.330 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.028008+0000", 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.028008+0000", 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T19:01:17.927150+0000", 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.331 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:17:44.746423+0000", 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508571+0000", 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3037, 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3037, 2024-07-27T19:57:10.332 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "4.5", 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 9048, 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:43:43.121423+0000", 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.001628044, 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.333 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.334 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.335 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 888, 2024-07-27T19:57:10.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 393940, 2024-07-27T19:57:10.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.336 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3030, 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 388574 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:10.337 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "1120'3037" 2024-07-27T19:57:10.338 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.338 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.338 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.338 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.338 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.338 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.338 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.338 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.338 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.338 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.338 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.338 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.018856+0000", 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.018856+0000", 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.019175+0000", 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:10.339 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507541+0000", 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.340 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.d", 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5387, 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.341 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:41:27.046936+0000", 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.342 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.343 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.344 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.345 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:10.346 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.013884+0000", 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.013884+0000", 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.014249+0000", 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:10.347 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.435019+0000", 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.348 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.c", 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5565, 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:38:27.550539+0000", 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.349 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.350 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.351 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.352 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.353 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.354 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.354 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:10.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.087447+0000", 2024-07-27T19:57:10.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.087447+0000", 2024-07-27T19:57:10.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.088621+0000", 2024-07-27T19:57:10.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:10.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.354 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.355 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:10.355 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:10.355 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:10.355 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.355 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.356 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.356 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:10.356 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510330+0000", 2024-07-27T19:57:10.356 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.356 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.356 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.356 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.356 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.356 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.356 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.356 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.356 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.c", 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5453, 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:40:14.657998+0000", 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.357 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.358 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.359 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.360 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.361 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.361 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.361 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.361 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.361 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.361 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.361 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.361 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.361 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.361 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.361 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.361 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.362 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.362 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.362 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.362 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.362 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.362 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.362 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.362 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.362 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.362 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.362 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.362 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.013186+0000", 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.013186+0000", 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.013563+0000", 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:10.363 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506045+0000", 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.364 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T19:57:10.365 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.365 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.365 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.365 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.d", 2024-07-27T19:57:10.365 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.365 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.365 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.365 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5591, 2024-07-27T19:57:10.365 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.365 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:22:01.333332+0000", 2024-07-27T19:57:10.365 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.365 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 70, 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.366 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.367 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 1, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T19:57:10.368 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.369 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.029964+0000", 2024-07-27T19:57:10.370 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.029964+0000", 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.030575+0000", 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:10.371 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507897+0000", 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.372 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.f", 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5415, 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:33:15.505854+0000", 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.373 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.374 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.375 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.376 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:10.377 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.029146+0000", 2024-07-27T19:57:10.378 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.029146+0000", 2024-07-27T19:57:10.378 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.030010+0000", 2024-07-27T19:57:10.378 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:10.378 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.378 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.378 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.378 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.378 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:10.378 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:10.378 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:10.378 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.436356+0000", 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.379 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.e", 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5571, 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:05:31.562342+0000", 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.380 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.381 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.382 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 6, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 6, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.383 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.384 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022232+0000", 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022232+0000", 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022523+0000", 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.385 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506683+0000", 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.386 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.e", 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5406, 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:20:19.543490+0000", 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.387 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.388 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.389 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.390 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.391 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.391 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.391 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.391 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.391 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.391 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.391 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.391 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.391 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.391 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.392 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.024985+0000", 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.024985+0000", 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.025299+0000", 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.393 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.433216+0000", 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 1, 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 1, 2024-07-27T19:57:10.394 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.f", 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5481, 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:55:54.347458+0000", 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.395 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 22, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.396 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 3, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 1, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 1, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.397 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1, 2024-07-27T19:57:10.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 1, 2024-07-27T19:57:10.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.398 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 1, 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'1" 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.399 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:10.400 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.029266+0000", 2024-07-27T19:57:10.401 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.029266+0000", 2024-07-27T19:57:10.401 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.035409+0000", 2024-07-27T19:57:10.401 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:10.401 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.401 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.401 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.401 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.401 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:10.401 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:10.401 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:10.401 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.401 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507145+0000", 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.402 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.11", 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5387, 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:14:10.276340+0000", 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.403 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.404 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.405 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.406 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.407 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.407 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.407 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.407 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.407 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.407 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.407 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.407 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.407 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.407 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.407 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.407 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.408 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:25:33.982514+0000", 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:25:33.982514+0000", 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:25:33.983002+0000", 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 372, 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.409 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.433751+0000", 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 8, 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 371, 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.410 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 8, 2024-07-27T19:57:10.411 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.411 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.411 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.411 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.10", 2024-07-27T19:57:10.411 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.411 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.411 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.411 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5578, 2024-07-27T19:57:10.411 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.411 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:33:21.621465+0000", 2024-07-27T19:57:10.412 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.412 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.412 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.412 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 12, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 4, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.413 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 4, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 4, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.414 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 24, 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 24, 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 12, 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.415 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'8" 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.416 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.417 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.417 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.417 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.417 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.417 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:10.417 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.081805+0000", 2024-07-27T19:57:10.417 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.081805+0000", 2024-07-27T19:57:10.417 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.082123+0000", 2024-07-27T19:57:10.417 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:10.417 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.417 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.417 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.418 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.418 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:10.418 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:10.418 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:10.418 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.418 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.418 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.418 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:10.418 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506668+0000", 2024-07-27T19:57:10.418 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.418 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.418 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.10", 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.419 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5421, 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:10:56.565203+0000", 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.420 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.421 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.421 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.421 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.421 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.421 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.421 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.421 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.421 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.421 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.421 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.421 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.421 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.422 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.423 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.424 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.076656+0000", 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.076656+0000", 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.077591+0000", 2024-07-27T19:57:10.425 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:10.426 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.426 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.426 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.426 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.426 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:10.426 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:10.426 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:10.426 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.426 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.426 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.426 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:10.426 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510986+0000", 2024-07-27T19:57:10.427 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.427 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.427 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.427 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.427 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.427 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.427 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.427 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.427 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.427 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.427 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.427 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.428 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.428 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.11", 2024-07-27T19:57:10.428 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.428 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.428 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.428 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5432, 2024-07-27T19:57:10.428 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.428 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:44:33.261298+0000", 2024-07-27T19:57:10.428 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.428 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.428 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.428 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.429 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.430 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.431 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.432 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.433 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.433 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.433 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.433 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.433 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.433 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.433 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.433 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.433 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:10.433 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.026629+0000", 2024-07-27T19:57:10.433 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.026629+0000", 2024-07-27T19:57:10.433 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.027018+0000", 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:10.434 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510538+0000", 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.435 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.13", 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5405, 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:45:57.077234+0000", 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.436 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.437 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.438 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.439 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.440 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.015412+0000", 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.015412+0000", 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.015733+0000", 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.441 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506353+0000", 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.442 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.443 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.443 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.443 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.443 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.443 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.443 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.443 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.443 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.443 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.12", 2024-07-27T19:57:10.444 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.444 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.444 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.444 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5454, 2024-07-27T19:57:10.444 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.444 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:20:47.945765+0000", 2024-07-27T19:57:10.444 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.444 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.444 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.444 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.444 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.444 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.445 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.446 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.447 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.448 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.449 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.015769+0000", 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.015769+0000", 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.016089+0000", 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.450 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.451 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.451 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:10.451 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505870+0000", 2024-07-27T19:57:10.451 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.451 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.451 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.451 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.451 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.451 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.451 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.451 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.12", 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5605, 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:32:13.513386+0000", 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.452 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.453 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.454 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.455 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.456 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.456 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.456 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.456 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.456 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.456 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.456 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.456 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.457 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.457 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.457 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.457 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.457 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.457 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.458 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.458 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.458 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.458 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.458 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.458 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.458 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.458 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.458 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.458 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.458 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.458 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:10.459 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.024631+0000", 2024-07-27T19:57:10.459 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.024631+0000", 2024-07-27T19:57:10.459 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.025260+0000", 2024-07-27T19:57:10.459 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:10.459 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.459 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:10.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:10.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:10.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:10.460 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507837+0000", 2024-07-27T19:57:10.460 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.13", 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.461 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5613, 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:39:54.117071+0000", 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 34, 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.462 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T19:57:10.463 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T19:57:10.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T19:57:10.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:10.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.464 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 4, 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 8, 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 3, 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 7 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.465 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'2" 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.466 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.019402+0000", 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.019402+0000", 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.019965+0000", 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.467 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507673+0000", 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.468 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.15", 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5403, 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:52:08.696320+0000", 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.469 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.470 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.471 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.472 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.473 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:10.474 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.474 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.474 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.474 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.474 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.474 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:10.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.081613+0000", 2024-07-27T19:57:10.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.081613+0000", 2024-07-27T19:57:10.474 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.081980+0000", 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510874+0000", 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.475 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 29, 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 29, 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.14", 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.476 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5458, 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:35:35.424925+0000", 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 5818, 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.477 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.478 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 12, 2024-07-27T19:57:10.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 4, 2024-07-27T19:57:10.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 4, 2024-07-27T19:57:10.479 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:10.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.480 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 10, 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 14, 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 28, 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 25 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.481 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "557'29" 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.482 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.025719+0000", 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.025719+0000", 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.026031+0000", 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.483 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434822+0000", 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.484 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.485 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.485 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.485 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.485 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.485 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.485 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.485 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.485 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.14", 2024-07-27T19:57:10.485 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5562, 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:22:32.198239+0000", 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.486 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.487 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.488 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.489 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.490 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:10.490 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.490 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.490 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.490 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.490 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.490 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.490 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.490 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.491 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.491 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.491 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.491 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.491 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.491 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.491 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:10.491 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.009207+0000", 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.009207+0000", 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.009602+0000", 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.492 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:10.493 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506193+0000", 2024-07-27T19:57:10.493 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.493 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 3, 2024-07-27T19:57:10.493 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.493 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.493 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.493 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.493 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.493 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.493 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.493 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 3, 2024-07-27T19:57:10.493 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.15", 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5590, 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:03:00.347501+0000", 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.494 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 90, 2024-07-27T19:57:10.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.495 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T19:57:10.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T19:57:10.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T19:57:10.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.496 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 1, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 7, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 7, 2024-07-27T19:57:10.497 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.498 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.498 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.498 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 4, 2024-07-27T19:57:10.498 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 1 2024-07-27T19:57:10.498 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.498 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.498 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.498 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.498 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.498 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.498 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.498 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "67'3" 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.499 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.500 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:10.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.012829+0000", 2024-07-27T19:57:10.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.012829+0000", 2024-07-27T19:57:10.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.013529+0000", 2024-07-27T19:57:10.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:10.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:10.500 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:10.501 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:10.501 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.501 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.501 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.501 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:10.501 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507391+0000", 2024-07-27T19:57:10.501 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.501 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.501 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.501 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.501 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.501 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.502 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.502 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.502 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.502 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.502 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.503 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.503 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.503 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.17", 2024-07-27T19:57:10.503 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.503 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.503 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.504 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5604, 2024-07-27T19:57:10.504 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.504 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:51:25.212068+0000", 2024-07-27T19:57:10.504 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.504 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.504 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.504 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.505 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.506 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.507 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.508 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.509 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.510 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.510 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.510 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.511 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.511 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.511 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.511 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.511 INFO:tasks.workunit.client.0.smithi029.stdout: 3 2024-07-27T19:57:10.511 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.511 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.511 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.511 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.511 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.511 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.511 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.512 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.512 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.512 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.512 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.512 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.512 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.512 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.512 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.512 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.512 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.088177+0000", 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.088177+0000", 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.088545+0000", 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.513 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506670+0000", 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.514 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.16", 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5461, 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:39:46.709018+0000", 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.515 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.516 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.517 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.518 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.519 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.019813+0000", 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.019813+0000", 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.020578+0000", 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.520 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506598+0000", 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.521 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.522 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.522 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.522 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.522 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.522 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.522 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.522 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.16", 2024-07-27T19:57:10.522 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.522 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.522 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.522 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5425, 2024-07-27T19:57:10.522 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:18:57.026302+0000", 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.523 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.524 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.525 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.526 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.526 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.526 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.526 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.526 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.526 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.526 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.526 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.526 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.527 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.083895+0000", 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.083895+0000", 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.084522+0000", 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:10.528 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:10.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:10.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:10.529 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508877+0000", 2024-07-27T19:57:10.529 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.529 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.529 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.529 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.529 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.529 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.530 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.530 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.530 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.530 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.530 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.530 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.530 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.530 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.17", 2024-07-27T19:57:10.530 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.530 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5421, 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:50:50.525370+0000", 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.531 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.532 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.533 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.534 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.534 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.534 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.534 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.534 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.534 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.534 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.534 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.534 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.534 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.534 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.535 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.536 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.536 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:10.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.018701+0000", 2024-07-27T19:57:10.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.018701+0000", 2024-07-27T19:57:10.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.020295+0000", 2024-07-27T19:57:10.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:10.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.536 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505213+0000", 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.537 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.538 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.538 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.538 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.538 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.538 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.538 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.538 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.19", 2024-07-27T19:57:10.538 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.538 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.539 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.539 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5582, 2024-07-27T19:57:10.539 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.539 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:29:39.035666+0000", 2024-07-27T19:57:10.539 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.539 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.539 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.539 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.539 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.539 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.539 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.540 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.541 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.542 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.543 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.544 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.544 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.544 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.544 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.544 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.545 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.545 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.545 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.545 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.545 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.545 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.545 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.545 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.545 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.545 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.546 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.546 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.546 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.546 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.546 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.546 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.546 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.546 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.546 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.546 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.546 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:10.546 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.019683+0000", 2024-07-27T19:57:10.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.019683+0000", 2024-07-27T19:57:10.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.020028+0000", 2024-07-27T19:57:10.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:10.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:10.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:10.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:10.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.547 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505730+0000", 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.548 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.18", 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5443, 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:37:34.300264+0000", 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.549 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.550 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.551 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.552 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.553 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:08.024122+0000", 2024-07-27T19:57:10.554 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:08.024122+0000", 2024-07-27T19:57:10.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:08.025124+0000", 2024-07-27T19:57:10.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:10.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 405, 2024-07-27T19:57:10.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:10.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:10.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:10.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.555 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.556 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.556 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:10.556 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432048+0000", 2024-07-27T19:57:10.556 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.556 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.556 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 404, 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.18", 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.557 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5551, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:49:57.394386+0000", 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.558 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.559 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.560 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.561 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.562 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.562 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.562 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.562 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.562 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.562 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.562 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.562 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.562 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.562 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.562 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.075275+0000", 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.075275+0000", 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.075586+0000", 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.563 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432345+0000", 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.564 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.19", 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5555, 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:49:04.448929+0000", 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.565 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.566 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.567 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.568 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.569 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.013867+0000", 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.013867+0000", 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.014198+0000", 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.570 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.512507+0000", 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.571 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1a", 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5425, 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:11:11.627456+0000", 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.572 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.573 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.574 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.575 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "557'2" 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.576 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.020943+0000", 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.020943+0000", 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022478+0000", 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.577 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507783+0000", 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.578 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.579 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.579 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.579 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.579 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.579 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.579 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.579 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.579 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1b", 2024-07-27T19:57:10.580 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.580 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.580 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.580 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5603, 2024-07-27T19:57:10.580 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.581 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:53:29.858440+0000", 2024-07-27T19:57:10.581 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.581 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.581 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.581 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.582 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.583 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.584 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 61, 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:10.585 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.016258+0000", 2024-07-27T19:57:10.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.016258+0000", 2024-07-27T19:57:10.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.016662+0000", 2024-07-27T19:57:10.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:10.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:10.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:10.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:10.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.586 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:46.333471+0000", 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434732+0000", 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 2, 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 2, 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.587 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "2.1b", 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5518, 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:16:28.508826+0000", 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.588 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.589 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.590 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.591 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.592 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "557'2" 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T19:57:10.593 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.013242+0000", 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.013242+0000", 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.013683+0000", 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.594 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.431854+0000", 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.595 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.1a", 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5504, 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:23:41.103302+0000", 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.596 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.597 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.598 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.599 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.600 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.601 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:10.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.081095+0000", 2024-07-27T19:57:10.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.081095+0000", 2024-07-27T19:57:10.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.081442+0000", 2024-07-27T19:57:10.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:10.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:10.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:10.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:10.602 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.603 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.603 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.603 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:10.603 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506451+0000", 2024-07-27T19:57:10.603 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.603 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.603 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.603 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.603 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.604 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.604 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.604 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.604 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.604 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.604 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.605 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.605 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.605 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.20", 2024-07-27T19:57:10.605 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.605 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.605 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.605 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5425, 2024-07-27T19:57:10.605 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.605 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:17:02.215446+0000", 2024-07-27T19:57:10.605 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.605 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.605 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.606 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.607 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.608 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.609 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.084192+0000", 2024-07-27T19:57:10.610 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.084192+0000", 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.084559+0000", 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:10.611 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432640+0000", 2024-07-27T19:57:10.612 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.612 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.612 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.612 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.612 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.612 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.612 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.612 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.612 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.612 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.612 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.21", 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5566, 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:56:53.821266+0000", 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.613 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.614 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.615 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.615 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.615 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.615 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.615 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.615 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.615 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.615 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.615 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.615 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.616 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.617 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.617 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.617 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.617 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.617 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.618 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.011616+0000", 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.011616+0000", 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.017371+0000", 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.619 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506579+0000", 2024-07-27T19:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.620 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.22", 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.621 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5463, 2024-07-27T19:57:10.622 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.622 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:23:13.568099+0000", 2024-07-27T19:57:10.622 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.622 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.622 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.622 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.623 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.623 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.623 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.623 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.623 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.623 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.623 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.623 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.623 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.623 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.623 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.623 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.624 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.625 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.626 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.024219+0000", 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.024219+0000", 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.024913+0000", 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:10.627 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507978+0000", 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.628 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.23", 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5611, 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:23:54.999456+0000", 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.629 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.630 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.630 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.630 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.630 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.630 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.630 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.630 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.630 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.630 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.631 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.631 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.631 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.631 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.631 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.631 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.631 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.631 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.631 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.631 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.631 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.631 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.632 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.633 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.634 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.435814+0000", 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.017680+0000", 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.017680+0000", 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.018004+0000", 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.435814+0000", 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.435814+0000", 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.435814+0000", 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.435814+0000", 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.635 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.435814+0000", 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.435814+0000", 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.636 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.24", 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5558, 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:08:59.151693+0000", 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.637 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.638 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.639 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.640 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.641 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:08.033524+0000", 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:08.033524+0000", 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:08.033847+0000", 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 405, 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:10.642 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:10.643 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.643 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.643 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.643 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:10.643 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506247+0000", 2024-07-27T19:57:10.643 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.643 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.643 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.643 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.643 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 404, 2024-07-27T19:57:10.643 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.643 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.25", 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5587, 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.644 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:05:50.473539+0000", 2024-07-27T19:57:10.645 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.645 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.645 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.645 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.646 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.646 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.646 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.646 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.646 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.646 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.646 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.646 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.646 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.646 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.646 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.647 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.648 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.649 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.022512+0000", 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.022512+0000", 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022805+0000", 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:10.650 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.509951+0000", 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.651 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.26", 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5427, 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:44:08.735926+0000", 2024-07-27T19:57:10.652 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.653 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.654 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.655 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.656 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.657 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.657 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.657 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.657 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.657 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.657 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.658 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.658 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.658 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.658 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.658 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.658 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434555+0000", 2024-07-27T19:57:10.659 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.018508+0000", 2024-07-27T19:57:10.659 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.018508+0000", 2024-07-27T19:57:10.659 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.018833+0000", 2024-07-27T19:57:10.659 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434555+0000", 2024-07-27T19:57:10.659 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.659 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.659 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.659 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.659 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434555+0000", 2024-07-27T19:57:10.659 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434555+0000", 2024-07-27T19:57:10.659 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434555+0000", 2024-07-27T19:57:10.660 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.660 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.660 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.660 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434555+0000", 2024-07-27T19:57:10.660 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434555+0000", 2024-07-27T19:57:10.660 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.27", 2024-07-27T19:57:10.661 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5541, 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:28:11.601741+0000", 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.662 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.663 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.664 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.665 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.666 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.014669+0000", 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.014669+0000", 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.015432+0000", 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:10.667 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505963+0000", 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.668 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.28", 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.669 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5461, 2024-07-27T19:57:10.670 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.670 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:02:01.292805+0000", 2024-07-27T19:57:10.670 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.670 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.670 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.670 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.670 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.670 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.670 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.670 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.670 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.670 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.671 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.671 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.671 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.671 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.671 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.671 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.671 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.671 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.671 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.671 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.671 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.672 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.673 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.674 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.674 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.674 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.674 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.674 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.674 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: 2 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.675 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.021357+0000", 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.021357+0000", 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.021770+0000", 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.676 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.432528+0000", 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.677 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.29", 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5548, 2024-07-27T19:57:10.678 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:34:32.661595+0000", 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.679 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.680 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.681 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.682 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.683 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.017423+0000", 2024-07-27T19:57:10.684 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.017423+0000", 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.017857+0000", 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:10.685 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505815+0000", 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.686 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2a", 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5435, 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:28:16.757201+0000", 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.687 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.688 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.689 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.690 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.691 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.020507+0000", 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.020507+0000", 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.022194+0000", 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:10.692 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508080+0000", 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.693 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.694 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.694 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.694 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.694 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.694 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.694 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.694 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2b", 2024-07-27T19:57:10.694 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.694 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.694 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.695 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5608, 2024-07-27T19:57:10.695 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.695 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:23:14.939106+0000", 2024-07-27T19:57:10.695 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.695 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.695 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.695 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.696 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.697 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.698 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.698 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.698 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.698 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.698 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.699 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.700 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:10.700 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.700 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.700 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.700 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.700 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.700 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:10.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:26:41.016767+0000", 2024-07-27T19:57:10.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:26:41.016767+0000", 2024-07-27T19:57:10.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:26:41.017625+0000", 2024-07-27T19:57:10.700 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 437, 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.435117+0000", 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.701 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 436, 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2c", 2024-07-27T19:57:10.702 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5559, 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T03:37:13.852027+0000", 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.703 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.704 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.705 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.706 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.707 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.026630+0000", 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.026630+0000", 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.026971+0000", 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.708 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507623+0000", 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.709 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.710 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.710 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.710 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.710 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.710 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.710 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.710 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.710 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.710 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.710 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2d", 2024-07-27T19:57:10.710 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.710 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5388, 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:52:42.349360+0000", 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.711 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.712 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.712 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.712 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.712 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.712 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.712 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.712 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.712 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.712 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.712 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.712 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.712 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.713 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.714 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 2, 2024-07-27T19:57:10.715 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.026806+0000", 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.026806+0000", 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.027132+0000", 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.716 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:10.717 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:10.717 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:10.717 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.717 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.717 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.717 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:10.717 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.436555+0000", 2024-07-27T19:57:10.717 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.718 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.718 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.718 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.718 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.718 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.718 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.719 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.719 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.719 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.719 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.719 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.719 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.719 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2e", 2024-07-27T19:57:10.719 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.719 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.719 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.719 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5561, 2024-07-27T19:57:10.719 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.720 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:43:17.344750+0000", 2024-07-27T19:57:10.720 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.720 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.720 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.720 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.720 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.720 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.721 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.722 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.723 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.724 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.724 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.724 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.724 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.724 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.724 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.724 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.724 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.724 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.724 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 2, 2024-07-27T19:57:10.724 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.725 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.020415+0000", 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.020415+0000", 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.020917+0000", 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:10.726 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506428+0000", 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.727 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.2f", 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5442, 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:25:27.621942+0000", 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.728 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.729 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.730 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.731 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.732 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.019987+0000", 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.019987+0000", 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.020311+0000", 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.733 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505563+0000", 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.734 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.30", 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5434, 2024-07-27T19:57:10.735 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:54:19.792582+0000", 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.736 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.737 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.738 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.741 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.742 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.743 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.743 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.743 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.743 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.743 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.743 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.743 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.743 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.743 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.743 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.743 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.743 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.744 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.004430+0000", 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.004430+0000", 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.004824+0000", 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:10.745 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.746 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.746 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.746 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:10.746 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505332+0000", 2024-07-27T19:57:10.746 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.746 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.746 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.746 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.746 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.746 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.747 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.747 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.747 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.747 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.747 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.747 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.747 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.747 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.31", 2024-07-27T19:57:10.747 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.747 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.747 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.747 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5584, 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T01:09:08.693337+0000", 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.748 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.749 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.750 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.751 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:10.752 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.013159+0000", 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.013159+0000", 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.013488+0000", 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.753 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:10.754 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506034+0000", 2024-07-27T19:57:10.754 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.754 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.754 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.754 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.754 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.754 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.754 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.754 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.754 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.754 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.754 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.32", 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5605, 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:31:12.042476+0000", 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.755 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.756 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.757 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.758 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.758 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: 5 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.759 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.760 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.760 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.760 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.760 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.760 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.760 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.760 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.071396+0000", 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.071396+0000", 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.071726+0000", 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.761 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.434687+0000", 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.762 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.33", 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5545, 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:45:01.940634+0000", 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.763 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.764 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.765 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.766 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.767 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 4, 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.082994+0000", 2024-07-27T19:57:10.768 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.082994+0000", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.083314+0000", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.433046+0000", 2024-07-27T19:57:10.769 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.34", 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.770 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5473, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T21:44:53.724115+0000", 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.771 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.772 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.773 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: 4, 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 4, 2024-07-27T19:57:10.774 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.775 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.775 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.775 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.775 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.775 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.775 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.775 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.776 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:10.776 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.776 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.776 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.776 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.776 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.777 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.777 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:10.777 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.081465+0000", 2024-07-27T19:57:10.777 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.081465+0000", 2024-07-27T19:57:10.777 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.081706+0000", 2024-07-27T19:57:10.777 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:10.777 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.777 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.777 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.777 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.777 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:10.778 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:10.778 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:10.778 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.778 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.778 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.778 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:10.779 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508773+0000", 2024-07-27T19:57:10.779 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.779 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.779 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.779 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.779 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.779 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.779 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.779 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.779 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.779 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.35", 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5419, 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T23:21:28.192306+0000", 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.780 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.781 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.781 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.781 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.781 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.781 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.781 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.781 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.781 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.781 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.782 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.783 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.784 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.785 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.786 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.786 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.786 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.786 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.786 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.786 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 6, 2024-07-27T19:57:10.786 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.786 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.786 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.786 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.786 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.786 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.083523+0000", 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.083523+0000", 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.085275+0000", 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.787 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.509998+0000", 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.788 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.789 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.789 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.789 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.36", 2024-07-27T19:57:10.789 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.789 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.789 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.789 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5419, 2024-07-27T19:57:10.789 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.789 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T18:54:58.487115+0000", 2024-07-27T19:57:10.789 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.789 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.790 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.791 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.792 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.793 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.794 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.794 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.794 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.794 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.794 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.794 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.794 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.794 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 6, 2024-07-27T19:57:10.794 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.794 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.794 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.794 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:10.795 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.028511+0000", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.028511+0000", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.030266+0000", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:10.796 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.506235+0000", 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.797 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.798 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.37", 2024-07-27T19:57:10.798 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.798 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.798 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.798 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5395, 2024-07-27T19:57:10.798 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.798 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T22:09:06.915107+0000", 2024-07-27T19:57:10.798 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.798 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.798 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.798 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.799 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.800 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.801 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.802 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 3, 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.803 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.073800+0000", 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.073800+0000", 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.075026+0000", 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.804 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.431994+0000", 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.805 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.38", 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5511, 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:57:44.837446+0000", 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.806 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.807 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.808 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.809 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 3, 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.810 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.028773+0000", 2024-07-27T19:57:10.811 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.028773+0000", 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.030708+0000", 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:10.812 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507193+0000", 2024-07-27T19:57:10.813 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.813 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.813 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.813 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.813 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.813 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.813 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.813 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.813 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.39", 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5411, 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T02:32:58.272717+0000", 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.814 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.815 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.816 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.817 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.818 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.818 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.818 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.818 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.818 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.818 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.818 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.818 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.818 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.818 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.819 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:15.017748+0000", 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:15.017748+0000", 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:15.018543+0000", 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 470, 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.820 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.505724+0000", 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 469, 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.821 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.822 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.822 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.822 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3a", 2024-07-27T19:57:10.822 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.822 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.822 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.822 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5429, 2024-07-27T19:57:10.822 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.822 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T20:13:44.651384+0000", 2024-07-27T19:57:10.822 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.822 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.822 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.823 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.824 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.825 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.826 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.026399+0000", 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.026399+0000", 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.026892+0000", 2024-07-27T19:57:10.827 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510810+0000", 2024-07-27T19:57:10.828 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.829 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3b", 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5402, 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T04:52:37.255818+0000", 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.830 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.831 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.832 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.833 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.833 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: 4 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.834 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 5, 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.017437+0000", 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.017437+0000", 2024-07-27T19:57:10.835 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.017833+0000", 2024-07-27T19:57:10.836 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:10.836 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.836 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.836 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.836 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.836 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:10.836 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:10.836 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:10.836 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.836 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.837 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.837 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:10.837 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.510238+0000", 2024-07-27T19:57:10.837 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.837 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.837 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.837 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.837 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.837 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.837 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.837 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.837 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.838 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.838 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.838 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.838 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.838 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3c", 2024-07-27T19:57:10.838 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.838 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.838 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.838 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5458, 2024-07-27T19:57:10.838 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.838 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:11:59.014672+0000", 2024-07-27T19:57:10.838 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.839 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.840 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.841 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.842 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.842 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.842 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.842 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.842 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.842 INFO:tasks.workunit.client.0.smithi029.stdout: 5, 2024-07-27T19:57:10.842 INFO:tasks.workunit.client.0.smithi029.stdout: 3, 2024-07-27T19:57:10.842 INFO:tasks.workunit.client.0.smithi029.stdout: 7 2024-07-27T19:57:10.842 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.842 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 5, 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 0, 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.843 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:25:33.980330+0000", 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:25:33.980330+0000", 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:25:33.980656+0000", 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 372, 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:10.844 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508673+0000", 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 371, 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.845 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.846 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.846 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.846 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.846 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.846 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3d", 2024-07-27T19:57:10.846 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.846 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.846 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.846 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5611, 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T05:40:10.419402+0000", 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.847 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.848 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.849 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: 2, 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: 1 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.850 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 0, 2024-07-27T19:57:10.851 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.851 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.851 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.851 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.851 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.851 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.851 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.851 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.851 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 1, 2024-07-27T19:57:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:27:49.085912+0000", 2024-07-27T19:57:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:27:49.085912+0000", 2024-07-27T19:57:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:27:49.086337+0000", 2024-07-27T19:57:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:10.852 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 502, 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.507304+0000", 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.853 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 501, 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3e", 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.854 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5588, 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-29T00:20:43.237580+0000", 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.855 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.856 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.857 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: 1, 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: 0, 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: 6 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.858 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 1, 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": [ 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: "acting_primary": 7, 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: "avail_no_missing": [], 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: "blocked_by": [], 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: "created": 64, 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: "dirty_stats_invalid": false, 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_bytes_stats_invalid": false, 2024-07-27T19:57:10.859 INFO:tasks.workunit.client.0.smithi029.stdout: "hitset_stats_invalid": false, 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_active": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_active": "2024-07-27T18:28:23.029122+0000", 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_became_peered": "2024-07-27T18:28:23.029122+0000", 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_change": "2024-07-27T18:28:23.029403+0000", 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_clean_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub": "0'0", 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_deep_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_epoch_clean": 536, 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fresh": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_fullsized": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_peered": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub": "0'0", 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_duration": 0, 2024-07-27T19:57:10.860 INFO:tasks.workunit.client.0.smithi029.stdout: "last_scrub_stamp": "2024-07-27T18:16:49.776575+0000", 2024-07-27T19:57:10.861 INFO:tasks.workunit.client.0.smithi029.stdout: "last_undegraded": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:10.861 INFO:tasks.workunit.client.0.smithi029.stdout: "last_unstale": "2024-07-27T19:56:05.508246+0000", 2024-07-27T19:57:10.861 INFO:tasks.workunit.client.0.smithi029.stdout: "log_dups_size": 0, 2024-07-27T19:57:10.861 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.861 INFO:tasks.workunit.client.0.smithi029.stdout: "log_start": "0'0", 2024-07-27T19:57:10.861 INFO:tasks.workunit.client.0.smithi029.stdout: "manifest_stats_invalid": false, 2024-07-27T19:57:10.861 INFO:tasks.workunit.client.0.smithi029.stdout: "mapping_epoch": 535, 2024-07-27T19:57:10.861 INFO:tasks.workunit.client.0.smithi029.stdout: "object_location_counts": [], 2024-07-27T19:57:10.861 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_scrubbed": 0, 2024-07-27T19:57:10.861 INFO:tasks.workunit.client.0.smithi029.stdout: "objects_trimmed": 0, 2024-07-27T19:57:10.861 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_stats_invalid": false, 2024-07-27T19:57:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_start": "0'0", 2024-07-27T19:57:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: "parent": "0.0", 2024-07-27T19:57:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: "parent_split_bits": 0, 2024-07-27T19:57:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: "pgid": "3.3f", 2024-07-27T19:57:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: "pin_stats_invalid": false, 2024-07-27T19:57:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: "purged_snaps": [], 2024-07-27T19:57:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_epoch": 2978, 2024-07-27T19:57:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: "reported_seq": 5392, 2024-07-27T19:57:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_duration": 0.0, 2024-07-27T19:57:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: "scrub_schedule": "periodic scrub scheduled @ 2024-07-28T19:52:12.741714+0000", 2024-07-27T19:57:10.862 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrim_duration": 0.0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "snaptrimq_len": 0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.863 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.864 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.865 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: "state": "active+clean", 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_invalid": false, 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: "up": [ 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: 7, 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: 6, 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: 0 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: "up_primary": 7, 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: "version": "0'0" 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:10.866 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.867 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_per_pool": [ 2024-07-27T19:57:10.867 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.867 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 3, 2024-07-27T19:57:10.867 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:10.867 INFO:tasks.workunit.client.0.smithi029.stdout: "mgr" 2024-07-27T19:57:10.867 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.867 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 261, 2024-07-27T19:57:10.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 1, 2024-07-27T19:57:10.867 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 3, 2024-07-27T19:57:10.867 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 261, 2024-07-27T19:57:10.867 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 1, 2024-07-27T19:57:10.867 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 590368, 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 1771104, 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.868 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 6, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 2, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 2, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.869 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 6, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 1394, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 2174, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 439, 2024-07-27T19:57:10.870 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 2416 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 1781760, 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 1771104, 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T19:57:10.871 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 3 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 96, 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 68, 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 32, 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 8, 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 68, 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 2, 2024-07-27T19:57:10.872 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 6616, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.873 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 66, 2024-07-27T19:57:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 22, 2024-07-27T19:57:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 22, 2024-07-27T19:57:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.874 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 14, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 79, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 87, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 68, 2024-07-27T19:57:10.875 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 36 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 110592, 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 19848, 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 45806, 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.876 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 96 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 192, 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: "cephfs" 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 0, 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 64, 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 8, 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 0, 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 3, 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.877 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.878 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.879 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 0, 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 0, 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 0, 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 0 2024-07-27T19:57:10.880 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 0, 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 0, 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 192 2024-07-27T19:57:10.881 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.882 INFO:tasks.workunit.client.0.smithi029.stdout: { 2024-07-27T19:57:10.882 INFO:tasks.workunit.client.0.smithi029.stdout: "acting": 24, 2024-07-27T19:57:10.882 INFO:tasks.workunit.client.0.smithi029.stdout: "application": [ 2024-07-27T19:57:10.882 INFO:tasks.workunit.client.0.smithi029.stdout: "rbd" 2024-07-27T19:57:10.882 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.882 INFO:tasks.workunit.client.0.smithi029.stdout: "log_size": 24411, 2024-07-27T19:57:10.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_pg": 8, 2024-07-27T19:57:10.882 INFO:tasks.workunit.client.0.smithi029.stdout: "num_store_stats": 8, 2024-07-27T19:57:10.882 INFO:tasks.workunit.client.0.smithi029.stdout: "ondisk_log_size": 24411, 2024-07-27T19:57:10.882 INFO:tasks.workunit.client.0.smithi029.stdout: "poolid": 4, 2024-07-27T19:57:10.883 INFO:tasks.workunit.client.0.smithi029.stdout: "stat_sum": { 2024-07-27T19:57:10.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes": 4194323, 2024-07-27T19:57:10.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_hit_set_archive": 0, 2024-07-27T19:57:10.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_bytes_recovered": 0, 2024-07-27T19:57:10.883 INFO:tasks.workunit.client.0.smithi029.stdout: "num_deep_scrub_errors": 0, 2024-07-27T19:57:10.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict": 0, 2024-07-27T19:57:10.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_kb": 0, 2024-07-27T19:57:10.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_full": 0, 2024-07-27T19:57:10.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_evict_mode_some": 0, 2024-07-27T19:57:10.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush": 0, 2024-07-27T19:57:10.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_kb": 0, 2024-07-27T19:57:10.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_high": 0, 2024-07-27T19:57:10.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_flush_mode_low": 0, 2024-07-27T19:57:10.884 INFO:tasks.workunit.client.0.smithi029.stdout: "num_keys_recovered": 0, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_large_omap_objects": 0, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_legacy_snapsets": 0, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_clones": 0, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_object_copies": 12, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects": 4, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_degraded": 0, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_dirty": 4, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_hit_set_archive": 0, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_manifest": 0, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_misplaced": 0, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing": 0, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_missing_on_primary": 0, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_omap": 2, 2024-07-27T19:57:10.885 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_pinned": 0, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_recovered": 0, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_repaired": 0, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_objects_unfound": 0, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_bytes": 0, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_omap_keys": 0, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_promote": 0, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read": 9010, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_read_kb": 3121611, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_scrub_errors": 0, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_shallow_scrub_errors": 0, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_whiteouts": 0, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write": 24280, 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: "num_write_kb": 3059917 2024-07-27T19:57:10.886 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: "store_stats": { 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: "allocated": 12595200, 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: "available": 0, 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed": 0, 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_allocated": 0, 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: "data_compressed_original": 0, 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: "data_stored": 12582969, 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: "internal_metadata": 0, 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: "internally_reserved": 0, 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: "omap_allocated": 0, 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: "total": 0 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.887 INFO:tasks.workunit.client.0.smithi029.stdout: "up": 24 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: ], 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: "usage": { 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: "pg_num": 105, 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: "pools": 4, 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: "stats_by_class": { 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: "ssd": { 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: "total_avail_bytes": 762977742848, 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: "total_bytes": 767960285184, 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_bytes": 4982542336, 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_raw_bytes": 4982542336, 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_raw_ratio": 0.006488020997494459 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:10.888 INFO:tasks.workunit.client.0.smithi029.stdout: }, 2024-07-27T19:57:10.889 INFO:tasks.workunit.client.0.smithi029.stdout: "total_avail_bytes": 762977742848, 2024-07-27T19:57:10.889 INFO:tasks.workunit.client.0.smithi029.stdout: "total_bytes": 767960285184, 2024-07-27T19:57:10.889 INFO:tasks.workunit.client.0.smithi029.stdout: "total_used_bytes": 4982542336 2024-07-27T19:57:10.889 INFO:tasks.workunit.client.0.smithi029.stdout: } 2024-07-27T19:57:10.889 INFO:tasks.workunit.client.0.smithi029.stdout:} 2024-07-27T19:57:10.889 INFO:tasks.workunit.client.0.smithi029.stdout:Device report is generated separately. To see it run 'ceph telemetry show-device'. 2024-07-27T19:57:10.889 INFO:tasks.workunit.client.0.smithi029.stderr:+ ceph telemetry off 2024-07-27T19:57:10.890 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='client.46070 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.890 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='client.46076 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.890 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='client.46076 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.890 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: pgmap v5571: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2024-07-27T19:57:10.890 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.890 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.890 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.890 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.890 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.890 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.891 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.891 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.891 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.891 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.891 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.891 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.891 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.891 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.891 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.891 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.891 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.891 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.892 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.892 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.892 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.892 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.892 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.892 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='client.46070 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.892 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='client.46076 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.892 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='client.46076 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.892 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: pgmap v5571: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2024-07-27T19:57:10.892 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.893 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.894 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.894 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.894 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.894 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.894 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.895 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.895 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.895 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.895 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.895 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.895 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.895 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.895 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.896 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.896 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.896 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.897 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.897 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.897 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='client.46094 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='client.46094 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='client.46100 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='client.46100 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:57:10.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:09 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:10 smithi179 ceph-mon[89801]: from='client.46118 -' entity='client.admin' cmd=[{"prefix": "telemetry off", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:10 smithi179 ceph-mon[89801]: from='client.46118 -' entity='client.admin' cmd=[{"prefix": "telemetry off", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:10 smithi179 ceph-mon[89801]: pgmap v5572: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 0 B/s wr, 9 op/s 2024-07-27T19:57:10.901 INFO:tasks.workunit.client.0.smithi029.stdout:Telemetry is currently not enabled, nothing to turn off. Please consider opting-in with `ceph telemetry on`. 2024-07-27T19:57:10.901 INFO:tasks.workunit.client.0.smithi029.stdout:Preview sample reports with `ceph telemetry preview`. 2024-07-27T19:57:10.901 INFO:tasks.workunit.client.0.smithi029.stdout:OK 2024-07-27T19:57:10.902 INFO:tasks.workunit.client.0.smithi029.stderr:+ echo OK 2024-07-27T19:57:10.903 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-07-27T19:57:10.903 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-07-27T19:57:10.903 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:57:08] ENGINE Bus STOPPING 2024-07-27T19:57:10.903 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:57:08] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T19:57:10.903 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:57:08] ENGINE Bus STOPPED 2024-07-27T19:57:10.903 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:57:08] ENGINE Bus STARTING 2024-07-27T19:57:10.904 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:57:08] ENGINE Serving on http://:::9283 2024-07-27T19:57:10.904 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:08 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:57:08] ENGINE Bus STARTED 2024-07-27T19:57:10.904 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='client.46094 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.904 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='client.46094 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.904 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='client.46100 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.904 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='client.46100 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.904 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.904 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.904 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.904 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.905 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.906 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.906 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.906 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.906 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.906 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.906 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.907 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='client.46094 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.907 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='client.46094 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.907 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='client.46100 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.907 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='client.46100 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.908 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.908 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.908 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.908 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.908 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.908 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.908 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.909 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.909 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.909 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.909 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.909 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.909 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.909 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.910 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.910 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.910 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.910 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.910 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.910 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.910 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.910 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2024-07-27T19:57:10.911 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2024-07-27T19:57:10.911 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.911 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.911 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.912 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.912 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:57:10.912 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.912 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.912 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.912 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.913 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:57:10.913 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:57:10.913 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.913 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-07-27T19:57:10.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-07-27T19:57:10.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-07-27T19:57:10.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:57:10.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-07-27T19:57:10.915 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.915 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-07-27T19:57:10.915 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-07-27T19:57:10.915 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:09 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:10.915 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:10 smithi029 ceph-mon[96870]: from='client.46118 -' entity='client.admin' cmd=[{"prefix": "telemetry off", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.915 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:10 smithi029 ceph-mon[96870]: from='client.46118 -' entity='client.admin' cmd=[{"prefix": "telemetry off", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.915 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:10 smithi029 ceph-mon[96870]: pgmap v5572: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 0 B/s wr, 9 op/s 2024-07-27T19:57:10.916 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:10 smithi029 ceph-mon[99353]: from='client.46118 -' entity='client.admin' cmd=[{"prefix": "telemetry off", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.916 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:10 smithi029 ceph-mon[99353]: from='client.46118 -' entity='client.admin' cmd=[{"prefix": "telemetry off", "target": ["mon-mgr", ""]}]: dispatch 2024-07-27T19:57:10.916 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:10 smithi029 ceph-mon[99353]: pgmap v5572: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 0 B/s wr, 9 op/s 2024-07-27T19:57:10.948 INFO:tasks.workunit:Stopping ['test_telemetry_reef_x.sh'] on client.0... 2024-07-27T19:57:10.948 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2024-07-27T19:57:11.273 DEBUG:teuthology.parallel:result is None 2024-07-27T19:57:11.274 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T19:57:11.299 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T19:57:11.300 DEBUG:teuthology.orchestra.run.smithi029:> rmdir -- /home/ubuntu/cephtest/mnt.0 2024-07-27T19:57:11.356 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2024-07-27T19:57:11.356 INFO:teuthology.run_tasks:Running task print... 2024-07-27T19:57:11.368 INFO:teuthology.task.print:**** done end telemetry x... 2024-07-27T19:57:11.368 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-07-27T19:57:11.409 INFO:tasks.cephadm:Teardown begin 2024-07-27T19:57:11.409 INFO:tasks.cephfs.filesystem:Destroying file system cephfs and related pools 2024-07-27T19:57:11.409 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs dump --format=json 2024-07-27T19:57:11.617 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T19:57:12.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:12 smithi029 ceph-mon[96870]: pgmap v5573: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 0 B/s wr, 9 op/s 2024-07-27T19:57:12.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:12 smithi029 ceph-mon[99353]: pgmap v5573: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 0 B/s wr, 9 op/s 2024-07-27T19:57:12.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:12 smithi179 ceph-mon[89801]: pgmap v5573: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 0 B/s wr, 9 op/s 2024-07-27T19:57:12.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:12 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:57:12] "GET /metrics HTTP/1.1" 200 34240 "" "Prometheus/2.43.0" 2024-07-27T19:57:13.647 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T19:57:13.647 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":16,"btime":"2024-07-27T18:28:56:046982+0000","default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":54274,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.179:6833/207283613","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6832","nonce":207283613},{"type":"v1","addr":"172.21.15.179:6833","nonce":207283613}]},"join_fscid":-1,"export_targets":[],"features":4540701547738038271,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments","feature_12":"quiesce subvolumes"}},"epoch":16}],"filesystems":[{"mdsmap":{"epoch":15,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false,"balance_automate":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-07-27T18:16:52.955897+0000","modified":"2024-07-27T18:28:49.306490+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":557,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments","feature_12":"quiesce subvolumes"}},"max_mds":1,"in":[0],"up":{"mds_0":34398},"failed":[],"damaged":[],"stopped":[],"info":{"gid_34398":{"gid":34398,"name":"a","rank":0,"incarnation":12,"state":"up:active","state_seq":6,"addr":"172.21.15.29:6835/914117557","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6834","nonce":914117557},{"type":"v1","addr":"172.21.15.29:6835","nonce":914117557}]},"join_fscid":-1,"export_targets":[],"features":4540701547738038271,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments","feature_12":"quiesce subvolumes"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0,"qdb_leader":34398,"qdb_cluster":[34398]},"id":1}]} 2024-07-27T19:57:13.648 INFO:teuthology.orchestra.run.smithi029.stderr:dumped fsmap epoch 16 2024-07-27T19:57:14.225 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:14 smithi029 ceph-mon[96870]: pgmap v5574: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 17 op/s 2024-07-27T19:57:14.225 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:14 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/926886718' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T19:57:14.225 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:14 smithi029 ceph-mon[99353]: pgmap v5574: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 17 op/s 2024-07-27T19:57:14.225 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:14 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/926886718' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T19:57:14.248 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs dump --format=json 2024-07-27T19:57:14.463 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T19:57:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:14 smithi179 ceph-mon[89801]: pgmap v5574: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 17 op/s 2024-07-27T19:57:14.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:14 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/926886718' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T19:57:16.420 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T19:57:16.420 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":16,"btime":"2024-07-27T18:28:56:046982+0000","default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":54274,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.179:6833/207283613","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6832","nonce":207283613},{"type":"v1","addr":"172.21.15.179:6833","nonce":207283613}]},"join_fscid":-1,"export_targets":[],"features":4540701547738038271,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments","feature_12":"quiesce subvolumes"}},"epoch":16}],"filesystems":[{"mdsmap":{"epoch":15,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false,"balance_automate":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-07-27T18:16:52.955897+0000","modified":"2024-07-27T18:28:49.306490+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":557,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments","feature_12":"quiesce subvolumes"}},"max_mds":1,"in":[0],"up":{"mds_0":34398},"failed":[],"damaged":[],"stopped":[],"info":{"gid_34398":{"gid":34398,"name":"a","rank":0,"incarnation":12,"state":"up:active","state_seq":6,"addr":"172.21.15.29:6835/914117557","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6834","nonce":914117557},{"type":"v1","addr":"172.21.15.29:6835","nonce":914117557}]},"join_fscid":-1,"export_targets":[],"features":4540701547738038271,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments","feature_12":"quiesce subvolumes"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0,"qdb_leader":34398,"qdb_cluster":[34398]},"id":1}]} 2024-07-27T19:57:16.421 INFO:teuthology.orchestra.run.smithi029.stderr:dumped fsmap epoch 16 2024-07-27T19:57:16.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:16 smithi029 ceph-mon[96870]: pgmap v5575: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-07-27T19:57:16.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:16 smithi029 ceph-mon[99353]: pgmap v5575: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-07-27T19:57:16.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:16 smithi179 ceph-mon[89801]: pgmap v5575: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-07-27T19:57:17.348 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd dump --format=json 2024-07-27T19:57:17.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:17 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2566945043' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T19:57:17.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:17 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2566945043' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T19:57:17.564 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T19:57:17.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:17 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2566945043' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-07-27T19:57:18.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:18 smithi029 ceph-mon[96870]: pgmap v5576: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2024-07-27T19:57:18.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:18 smithi029 ceph-mon[99353]: pgmap v5576: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2024-07-27T19:57:18.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:18 smithi179 ceph-mon[89801]: pgmap v5576: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2024-07-27T19:57:19.451 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-07-27T19:57:19.451 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":2978,"fsid":"70f4cc2a-4c43-11ef-bcc7-c7b262605968","created":"2024-07-27T18:11:04.766550+0000","modified":"2024-07-27T19:56:05.428247+0000","last_up_change":"2024-07-27T18:28:21.995624+0000","last_in_change":"2024-07-27T18:16:00.711612+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":37,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":126,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"luminous","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-07-27T18:14:20.759229+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-07-27T18:16:46.025302+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_type":"Fair distribution","score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-07-27T18:16:49.726383+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"67","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_type":"Fair distribution","score_acting":1.3799999952316284,"score_stable":1.3799999952316284,"optimal_score":1,"raw_score_acting":1.3799999952316284,"raw_score_stable":1.3799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":4,"pool_name":"rbd","create_time":"2024-07-27T18:17:44.513895+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"1119","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":9,"snap_epoch":1119,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6d998df7-ced9-4bd1-9caf-0054c2dccbfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":293,"up_from":304,"up_thru":2884,"down_at":294,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3511870069},{"type":"v1","addr":"172.21.15.29:6803","nonce":3511870069}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3511870069},{"type":"v1","addr":"172.21.15.29:6805","nonce":3511870069}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3511870069},{"type":"v1","addr":"172.21.15.29:6809","nonce":3511870069}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3511870069},{"type":"v1","addr":"172.21.15.29:6807","nonce":3511870069}]},"public_addr":"172.21.15.29:6803/3511870069","cluster_addr":"172.21.15.29:6805/3511870069","heartbeat_back_addr":"172.21.15.29:6809/3511870069","heartbeat_front_addr":"172.21.15.29:6807/3511870069","state":["exists","up"]},{"osd":1,"uuid":"467fef03-d2ac-478a-bac6-418a93719e3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":13,"last_clean_end":327,"up_from":338,"up_thru":2884,"down_at":328,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":1458322568},{"type":"v1","addr":"172.21.15.29:6811","nonce":1458322568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":1458322568},{"type":"v1","addr":"172.21.15.29:6813","nonce":1458322568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":1458322568},{"type":"v1","addr":"172.21.15.29:6817","nonce":1458322568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":1458322568},{"type":"v1","addr":"172.21.15.29:6815","nonce":1458322568}]},"public_addr":"172.21.15.29:6811/1458322568","cluster_addr":"172.21.15.29:6813/1458322568","heartbeat_back_addr":"172.21.15.29:6817/1458322568","heartbeat_front_addr":"172.21.15.29:6815/1458322568","state":["exists","up"]},{"osd":2,"uuid":"d7656edf-9814-40e0-a46e-6f65e3fcecb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":18,"last_clean_end":361,"up_from":371,"up_thru":2884,"down_at":362,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":2093905338},{"type":"v1","addr":"172.21.15.29:6819","nonce":2093905338}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":2093905338},{"type":"v1","addr":"172.21.15.29:6821","nonce":2093905338}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":2093905338},{"type":"v1","addr":"172.21.15.29:6825","nonce":2093905338}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":2093905338},{"type":"v1","addr":"172.21.15.29:6823","nonce":2093905338}]},"public_addr":"172.21.15.29:6819/2093905338","cluster_addr":"172.21.15.29:6821/2093905338","heartbeat_back_addr":"172.21.15.29:6825/2093905338","heartbeat_front_addr":"172.21.15.29:6823/2093905338","state":["exists","up"]},{"osd":3,"uuid":"b8b5e940-937e-4eea-80cf-fdc7a8c5ba89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":26,"last_clean_end":392,"up_from":404,"up_thru":2884,"down_at":393,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":3782055130},{"type":"v1","addr":"172.21.15.29:6827","nonce":3782055130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":3782055130},{"type":"v1","addr":"172.21.15.29:6829","nonce":3782055130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":3782055130},{"type":"v1","addr":"172.21.15.29:6833","nonce":3782055130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":3782055130},{"type":"v1","addr":"172.21.15.29:6831","nonce":3782055130}]},"public_addr":"172.21.15.29:6827/3782055130","cluster_addr":"172.21.15.29:6829/3782055130","heartbeat_back_addr":"172.21.15.29:6833/3782055130","heartbeat_front_addr":"172.21.15.29:6831/3782055130","state":["exists","up"]},{"osd":4,"uuid":"1ce22e2d-639a-4a47-8332-bec4f1b3215f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":32,"last_clean_end":425,"up_from":436,"up_thru":2884,"down_at":426,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":1924054784},{"type":"v1","addr":"172.21.15.179:6801","nonce":1924054784}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":1924054784},{"type":"v1","addr":"172.21.15.179:6803","nonce":1924054784}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":1924054784},{"type":"v1","addr":"172.21.15.179:6807","nonce":1924054784}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":1924054784},{"type":"v1","addr":"172.21.15.179:6805","nonce":1924054784}]},"public_addr":"172.21.15.179:6801/1924054784","cluster_addr":"172.21.15.179:6803/1924054784","heartbeat_back_addr":"172.21.15.179:6807/1924054784","heartbeat_front_addr":"172.21.15.179:6805/1924054784","state":["exists","up"]},{"osd":5,"uuid":"119f7284-551b-47a0-81c4-37e3fd0928ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":40,"last_clean_end":459,"up_from":469,"up_thru":2884,"down_at":460,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":3048993168},{"type":"v1","addr":"172.21.15.179:6809","nonce":3048993168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":3048993168},{"type":"v1","addr":"172.21.15.179:6811","nonce":3048993168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":3048993168},{"type":"v1","addr":"172.21.15.179:6815","nonce":3048993168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":3048993168},{"type":"v1","addr":"172.21.15.179:6813","nonce":3048993168}]},"public_addr":"172.21.15.179:6809/3048993168","cluster_addr":"172.21.15.179:6811/3048993168","heartbeat_back_addr":"172.21.15.179:6815/3048993168","heartbeat_front_addr":"172.21.15.179:6813/3048993168","state":["exists","up"]},{"osd":6,"uuid":"227d5b06-8cf2-4545-9fa3-d485d0fe4b43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":48,"last_clean_end":490,"up_from":501,"up_thru":2884,"down_at":491,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":405498415},{"type":"v1","addr":"172.21.15.179:6817","nonce":405498415}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":405498415},{"type":"v1","addr":"172.21.15.179:6819","nonce":405498415}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":405498415},{"type":"v1","addr":"172.21.15.179:6823","nonce":405498415}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":405498415},{"type":"v1","addr":"172.21.15.179:6821","nonce":405498415}]},"public_addr":"172.21.15.179:6817/405498415","cluster_addr":"172.21.15.179:6819/405498415","heartbeat_back_addr":"172.21.15.179:6823/405498415","heartbeat_front_addr":"172.21.15.179:6821/405498415","state":["exists","up"]},{"osd":7,"uuid":"c804c166-bf7d-4d3f-a1e2-f85179886890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":56,"last_clean_end":524,"up_from":535,"up_thru":2884,"down_at":525,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":363968123},{"type":"v1","addr":"172.21.15.179:6825","nonce":363968123}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":363968123},{"type":"v1","addr":"172.21.15.179:6827","nonce":363968123}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":363968123},{"type":"v1","addr":"172.21.15.179:6831","nonce":363968123}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":363968123},{"type":"v1","addr":"172.21.15.179:6829","nonce":363968123}]},"public_addr":"172.21.15.179:6825/363968123","cluster_addr":"172.21.15.179:6827/363968123","heartbeat_back_addr":"172.21.15.179:6831/363968123","heartbeat_front_addr":"172.21.15.179:6829/363968123","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:26.802898+0000","dead_epoch":293},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:13:52.229957+0000","dead_epoch":327},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:16.548800+0000","dead_epoch":361},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:14:41.871787+0000","dead_epoch":392},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:03.727227+0000","dead_epoch":425},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:27.752290+0000","dead_epoch":459},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:15:51.513507+0000","dead_epoch":490},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-27T18:16:16.222140+0000","dead_epoch":524}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.5","mappings":[{"from":7,"to":2}]},{"pgid":"3.9","mappings":[{"from":4,"to":1}]},{"pgid":"3.f","mappings":[{"from":0,"to":3}]},{"pgid":"3.14","mappings":[{"from":4,"to":2}]},{"pgid":"3.1d","mappings":[{"from":5,"to":2}]},{"pgid":"3.21","mappings":[{"from":5,"to":1}]},{"pgid":"3.2c","mappings":[{"from":6,"to":2}]},{"pgid":"3.39","mappings":[{"from":0,"to":1}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/1972663069":"2024-07-27T20:19:04.516795+0000","172.21.15.29:0/1966621669":"2024-07-27T20:09:27.644358+0000","172.21.15.29:0/2253838040":"2024-07-27T20:09:26.652349+0000","172.21.15.179:6833/3326352185":"2024-07-28T18:28:46.296117+0000","172.21.15.29:0/3417901807":"2024-07-28T18:23:08.551327+0000","172.21.15.29:0/452419248":"2024-07-28T18:23:08.551327+0000","172.21.15.29:0/2306135667":"2024-07-28T18:23:08.551327+0000","172.21.15.179:6832/3326352185":"2024-07-28T18:28:46.296117+0000","172.21.15.29:0/2835102785":"2024-07-28T18:23:08.551327+0000","172.21.15.29:6801/3775800858":"2024-07-28T18:23:08.551327+0000","172.21.15.29:6800/3775800858":"2024-07-28T18:23:08.551327+0000","172.21.15.29:0/4156438577":"2024-07-27T20:55:28.536613+0000","172.21.15.29:6801/954519543":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/3971106289":"2024-07-28T18:21:56.942169+0000","172.21.15.29:0/3967498613":"2024-07-28T18:21:56.942169+0000","172.21.15.29:6801/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.179:0/1082988084":"2024-07-28T18:22:26.678289+0000","172.21.15.29:0/3141629589":"2024-07-28T18:11:40.915357+0000","172.21.15.29:6800/954519543":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/538119603":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/614788765":"2024-07-28T18:23:08.551327+0000","172.21.15.29:6800/461769584":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6801/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/190649711":"2024-07-28T18:21:56.942169+0000","172.21.15.29:0/869782601":"2024-07-28T18:11:40.915357+0000","172.21.15.179:0/1828091001":"2024-07-28T18:22:26.678289+0000","172.21.15.179:6834/2610522495":"2024-07-28T18:22:26.678289+0000","172.21.15.179:0/801973772":"2024-07-28T18:22:26.678289+0000","172.21.15.29:0/2749117178":"2024-07-28T18:23:08.551327+0000","172.21.15.29:0/3379292268":"2024-07-28T18:17:41.338358+0000","172.21.15.179:0/1982282761":"2024-07-28T18:22:26.678289+0000","172.21.15.179:6835/2610522495":"2024-07-28T18:22:26.678289+0000","172.21.15.29:0/2512041807":"2024-07-28T18:23:08.551327+0000","172.21.15.29:0/3215539880":"2024-07-28T18:11:40.915357+0000","172.21.15.179:0/4249957528":"2024-07-28T18:22:26.678289+0000","172.21.15.29:6800/612740776":"2024-07-28T18:21:56.942169+0000","172.21.15.29:0/2584965221":"2024-07-28T18:17:41.338358+0000","172.21.15.179:0/2986345130":"2024-07-28T18:22:26.678289+0000","172.21.15.179:0/1962764327":"2024-07-28T18:22:26.678289+0000","172.21.15.29:0/3990979992":"2024-07-28T18:12:04.261564+0000","172.21.15.29:0/2802647195":"2024-07-28T18:21:56.942169+0000","172.21.15.29:0/3387472076":"2024-07-28T18:21:56.942169+0000","172.21.15.29:6800/1166877613":"2024-07-28T18:11:40.915357+0000","172.21.15.29:0/379020480":"2024-07-28T18:17:41.338358+0000","172.21.15.29:0/2564329360":"2024-07-28T18:12:04.261564+0000","172.21.15.29:6801/612740776":"2024-07-28T18:21:56.942169+0000","172.21.15.29:0/1764223943":"2024-07-28T18:12:04.261564+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"},"teuthologyprofile":{"crush-device-class":"","crush-failure-domain":"osd","crush-root":"default","jerasure-per-chunk-alignment":"false","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van","w":"8"}},"removed_snaps_queue":[{"pool":60,"snaps":[{"begin":2,"length":1}]},{"pool":63,"snaps":[{"begin":1,"length":2}]},{"pool":68,"snaps":[{"begin":1,"length":2}]},{"pool":77,"snaps":[{"begin":2,"length":1}]},{"pool":78,"snaps":[{"begin":2,"length":1}]},{"pool":79,"snaps":[{"begin":2,"length":1}]},{"pool":80,"snaps":[{"begin":2,"length":1}]},{"pool":81,"snaps":[{"begin":2,"length":1}]},{"pool":82,"snaps":[{"begin":2,"length":1}]},{"pool":83,"snaps":[{"begin":2,"length":1}]},{"pool":86,"snaps":[{"begin":5,"length":4}]},{"pool":88,"snaps":[{"begin":35,"length":3},{"begin":43,"length":4}]},{"pool":89,"snaps":[{"begin":22,"length":1}]},{"pool":90,"snaps":[{"begin":2,"length":1}]},{"pool":125,"snaps":[{"begin":316,"length":4}]},{"pool":126,"snaps":[{"begin":2,"length":1}]}],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-07-27T19:57:20.057 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs fail cephfs 2024-07-27T19:57:20.278 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T19:57:20.396 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:20 smithi029 ceph-mon[96870]: pgmap v5577: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 8 op/s 2024-07-27T19:57:20.396 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:20 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/807161998' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T19:57:20.397 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:20 smithi029 ceph-mon[99353]: pgmap v5577: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 8 op/s 2024-07-27T19:57:20.397 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:20 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/807161998' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T19:57:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:20 smithi179 ceph-mon[89801]: pgmap v5577: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 8 op/s 2024-07-27T19:57:20.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:20 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/807161998' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-07-27T19:57:22.129 INFO:teuthology.orchestra.run.smithi029.stderr:cephfs marked not joinable; MDS cannot join the cluster. All MDS ranks marked failed. 2024-07-27T19:57:22.449 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:57:22] "GET /metrics HTTP/1.1" 200 34240 "" "Prometheus/2.43.0" 2024-07-27T19:57:22.450 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a[125166]: ignoring --setuser ceph since I am not root 2024-07-27T19:57:22.450 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a[125166]: ignoring --setgroup ceph since I am not root 2024-07-27T19:57:22.450 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a[125166]: starting mds.a at 2024-07-27T19:57:22.450 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[99353]: pgmap v5578: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 7 op/s 2024-07-27T19:57:22.450 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2917476942' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2024-07-27T19:57:22.450 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[99353]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-07-27T19:57:22.450 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[99353]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-07-27T19:57:22.450 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2917476942' entity='client.admin' cmd='[{"prefix": "fs fail", "fs_name": "cephfs"}]': finished 2024-07-27T19:57:22.450 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[99353]: osdmap e2979: 8 total, 8 up, 8 in 2024-07-27T19:57:22.451 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[99353]: fsmap cephfs:0/1 1 up:standby, 1 failed 2024-07-27T19:57:22.451 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a[96847]: 2024-07-27T19:57:22.126+0000 7fb348fb9640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-07-27T19:57:22.451 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[96870]: pgmap v5578: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 7 op/s 2024-07-27T19:57:22.451 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2917476942' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2024-07-27T19:57:22.451 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[96870]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-07-27T19:57:22.451 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[96870]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-07-27T19:57:22.451 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2917476942' entity='client.admin' cmd='[{"prefix": "fs fail", "fs_name": "cephfs"}]': finished 2024-07-27T19:57:22.451 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[96870]: osdmap e2979: 8 total, 8 up, 8 in 2024-07-27T19:57:22.451 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:22 smithi029 ceph-mon[96870]: fsmap cephfs:0/1 1 up:standby, 1 failed 2024-07-27T19:57:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:22 smithi179 ceph-mon[89801]: pgmap v5578: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 7 op/s 2024-07-27T19:57:22.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:22 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2917476942' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2024-07-27T19:57:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:22 smithi179 ceph-mon[89801]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-07-27T19:57:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:22 smithi179 ceph-mon[89801]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-07-27T19:57:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:22 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2917476942' entity='client.admin' cmd='[{"prefix": "fs fail", "fs_name": "cephfs"}]': finished 2024-07-27T19:57:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:22 smithi179 ceph-mon[89801]: osdmap e2979: 8 total, 8 up, 8 in 2024-07-27T19:57:22.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:22 smithi179 ceph-mon[89801]: fsmap cephfs:0/1 1 up:standby, 1 failed 2024-07-27T19:57:22.835 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph fs rm cephfs --yes-i-really-mean-it 2024-07-27T19:57:23.054 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T19:57:24.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:24 smithi029 ceph-mon[96870]: mds.? [v2:172.21.15.29:6834/2646510134,v1:172.21.15.29:6835/2646510134] up:boot 2024-07-27T19:57:24.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:24 smithi029 ceph-mon[96870]: fsmap cephfs:0/1 2 up:standby, 1 failed 2024-07-27T19:57:24.342 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T19:57:24.342 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:24 smithi029 ceph-mon[96870]: pgmap v5580: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:24.342 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:24 smithi029 ceph-mon[96870]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:24.342 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:24 smithi029 ceph-mon[96870]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:57:24.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:24 smithi029 ceph-mon[99353]: mds.? [v2:172.21.15.29:6834/2646510134,v1:172.21.15.29:6835/2646510134] up:boot 2024-07-27T19:57:24.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:24 smithi029 ceph-mon[99353]: fsmap cephfs:0/1 2 up:standby, 1 failed 2024-07-27T19:57:24.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T19:57:24.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:24 smithi029 ceph-mon[99353]: pgmap v5580: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:24.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:24 smithi029 ceph-mon[99353]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:24.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:24 smithi029 ceph-mon[99353]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:57:24.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:24 smithi179 ceph-mon[89801]: mds.? [v2:172.21.15.29:6834/2646510134,v1:172.21.15.29:6835/2646510134] up:boot 2024-07-27T19:57:24.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:24 smithi179 ceph-mon[89801]: fsmap cephfs:0/1 2 up:standby, 1 failed 2024-07-27T19:57:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-07-27T19:57:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:24 smithi179 ceph-mon[89801]: pgmap v5580: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:24 smithi179 ceph-mon[89801]: from='mgr.34104 ' entity='mgr.y' 2024-07-27T19:57:24.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:24 smithi179 ceph-mon[89801]: from='mgr.34104 172.21.15.29:0/1719343206' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-07-27T19:57:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:25 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/2076867864' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:57:25.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:25 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:57:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:25 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/2076867864' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:57:25.251 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:25 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:57:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:25 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/2076867864' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:57:25.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:25 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2024-07-27T19:57:25.732 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd pool rm cephfs_metadata cephfs_metadata --yes-i-really-really-mean-it 2024-07-27T19:57:25.948 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T19:57:26.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:26 smithi029 ceph-mon[96870]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-07-27T19:57:26.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:26 smithi029 ceph-mon[96870]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-07-27T19:57:26.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:26 smithi029 ceph-mon[96870]: Cluster is now healthy 2024-07-27T19:57:26.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:26 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]': finished 2024-07-27T19:57:26.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:26 smithi029 ceph-mon[96870]: fsmap 2 up:standby 2024-07-27T19:57:26.389 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:26 smithi029 ceph-mon[96870]: pgmap v5581: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:26.389 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:26 smithi029 ceph-mon[99353]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-07-27T19:57:26.389 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:26 smithi029 ceph-mon[99353]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-07-27T19:57:26.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:26 smithi029 ceph-mon[99353]: Cluster is now healthy 2024-07-27T19:57:26.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:26 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]': finished 2024-07-27T19:57:26.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:26 smithi029 ceph-mon[99353]: fsmap 2 up:standby 2024-07-27T19:57:26.390 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:26 smithi029 ceph-mon[99353]: pgmap v5581: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:26 smithi179 ceph-mon[89801]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-07-27T19:57:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:26 smithi179 ceph-mon[89801]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-07-27T19:57:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:26 smithi179 ceph-mon[89801]: Cluster is now healthy 2024-07-27T19:57:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:26 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]': finished 2024-07-27T19:57:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:26 smithi179 ceph-mon[89801]: fsmap 2 up:standby 2024-07-27T19:57:26.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:26 smithi179 ceph-mon[89801]: pgmap v5581: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:28.231 INFO:teuthology.orchestra.run.smithi029.stderr:pool 'cephfs_metadata' removed 2024-07-27T19:57:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:28 smithi029 ceph-mon[99353]: pgmap v5582: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:28.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:28 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/867267998' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]: dispatch 2024-07-27T19:57:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:28 smithi029 ceph-mon[96870]: pgmap v5582: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:28.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:28 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/867267998' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]: dispatch 2024-07-27T19:57:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:28 smithi179 ceph-mon[89801]: pgmap v5582: 105 pgs: 105 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:28.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:28 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/867267998' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]: dispatch 2024-07-27T19:57:28.855 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 -- ceph osd pool rm cephfs_data cephfs_data --yes-i-really-really-mean-it 2024-07-27T19:57:29.069 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/mon.a/config 2024-07-27T19:57:29.485 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:29 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/867267998' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]': finished 2024-07-27T19:57:29.486 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:29 smithi029 ceph-mon[96870]: osdmap e2980: 8 total, 8 up, 8 in 2024-07-27T19:57:29.486 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:29 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/867267998' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]': finished 2024-07-27T19:57:29.486 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:29 smithi029 ceph-mon[99353]: osdmap e2980: 8 total, 8 up, 8 in 2024-07-27T19:57:29.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:29 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/867267998' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]': finished 2024-07-27T19:57:29.663 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:29 smithi179 ceph-mon[89801]: osdmap e2980: 8 total, 8 up, 8 in 2024-07-27T19:57:30.346 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:30 smithi029 ceph-mon[96870]: pgmap v5584: 73 pgs: 73 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:30.346 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:30 smithi029 ceph-mon[99353]: pgmap v5584: 73 pgs: 73 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:30.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:30 smithi179 ceph-mon[89801]: pgmap v5584: 73 pgs: 73 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:31.256 INFO:teuthology.orchestra.run.smithi029.stderr:pool 'cephfs_data' removed 2024-07-27T19:57:31.500 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:31 smithi029 ceph-mon[96870]: from='client.? 172.21.15.29:0/3914376780' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]: dispatch 2024-07-27T19:57:31.501 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:31 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]: dispatch 2024-07-27T19:57:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:31 smithi029 ceph-mon[99353]: from='client.? 172.21.15.29:0/3914376780' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]: dispatch 2024-07-27T19:57:31.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:31 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]: dispatch 2024-07-27T19:57:31.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:31 smithi179 ceph-mon[89801]: from='client.? 172.21.15.29:0/3914376780' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]: dispatch 2024-07-27T19:57:31.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:31 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]: dispatch 2024-07-27T19:57:31.939 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-27T19:57:31.971 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-27T19:57:32.005 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-07-27T19:57:32.005 DEBUG:teuthology.orchestra.run.smithi029:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-07-27T19:57:32.031 DEBUG:teuthology.orchestra.run.smithi179:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-07-27T19:57:32.063 INFO:tasks.cephadm:Stopping all daemons... 2024-07-27T19:57:32.063 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-07-27T19:57:32.063 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.a 2024-07-27T19:57:32.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:32 smithi029 systemd[1]: Stopping Ceph mon.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:57:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:32 smithi179 ceph-mon[89801]: pgmap v5585: 73 pgs: 73 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:32 smithi179 ceph-mon[89801]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]': finished 2024-07-27T19:57:32.662 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:32 smithi179 ceph-mon[89801]: osdmap e2981: 8 total, 8 up, 8 in 2024-07-27T19:57:32.751 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: ::ffff:172.21.15.179 - - [27/Jul/2024:19:57:32] "GET /metrics HTTP/1.1" 200 34374 "" "Prometheus/2.43.0" 2024-07-27T19:57:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:32 smithi029 ceph-mon[99353]: pgmap v5585: 73 pgs: 73 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:32 smithi029 ceph-mon[99353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]': finished 2024-07-27T19:57:32.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:32 smithi029 ceph-mon[99353]: osdmap e2981: 8 total, 8 up, 8 in 2024-07-27T19:57:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:32 smithi029 ceph-mon[96870]: pgmap v5585: 73 pgs: 73 active+clean; 4.6 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-07-27T19:57:32.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:32 smithi029 ceph-mon[96870]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]': finished 2024-07-27T19:57:32.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:32 smithi029 ceph-mon[96870]: osdmap e2981: 8 total, 8 up, 8 in 2024-07-27T19:57:32.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a[96847]: 2024-07-27T19:57:32.375+0000 7fb34e7c4640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:57:32.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:32 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a[96847]: 2024-07-27T19:57:32.375+0000 7fb34e7c4640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-07-27T19:57:32.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:32 smithi029 podman[245218]: 2024-07-27 19:57:32.498650546 +0000 UTC m=+0.228868914 container died a9cab70e9016dc6eace22974e1844a2479e0b0dc9049b754c79993334e37dadf (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=squid-46c551b, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T19:57:33.130 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:32 smithi029 podman[245218]: 2024-07-27 19:57:32.876822215 +0000 UTC m=+0.607040571 container cleanup a9cab70e9016dc6eace22974e1844a2479e0b0dc9049b754c79993334e37dadf (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, io.buildah.version=1.36.0, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-07-27T19:57:33.130 INFO:journalctl@ceph.mon.a.smithi029.stdout:Jul 27 19:57:32 smithi029 bash[245218]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-a 2024-07-27T19:57:33.266 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.a.service' 2024-07-27T19:57:33.313 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:57:33.313 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-07-27T19:57:33.313 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-07-27T19:57:33.313 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.c 2024-07-27T19:57:33.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:33 smithi029 systemd[1]: Stopping Ceph mon.c for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:57:33.836 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:33 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:57:33] ENGINE Bus STOPPING 2024-07-27T19:57:33.836 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:33 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:57:33] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-07-27T19:57:33.836 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:33 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:57:33] ENGINE Bus STOPPED 2024-07-27T19:57:33.836 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:33 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c[99330]: 2024-07-27T19:57:33.634+0000 7f5c541e6640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:57:33.836 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:33 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c[99330]: 2024-07-27T19:57:33.634+0000 7f5c541e6640 -1 mon.c@2(peon) e4 *** Got Signal Terminated *** 2024-07-27T19:57:34.239 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:33 smithi029 podman[245353]: 2024-07-27 19:57:33.899193191 +0000 UTC m=+0.388519511 container died 19c544a1e0b490bbefe1addd4f5968f298430d5fc5c9e0ffdb36abb7e2438670 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, org.label-schema.build-date=20240716) 2024-07-27T19:57:34.240 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:33 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:57:33] ENGINE Bus STARTING 2024-07-27T19:57:34.240 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:33 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:57:33] ENGINE Serving on http://:::9283 2024-07-27T19:57:34.240 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:33 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: [27/Jul/2024:19:57:33] ENGINE Bus STARTED 2024-07-27T19:57:34.500 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:34 smithi029 podman[245353]: 2024-07-27 19:57:34.337730699 +0000 UTC m=+0.827057007 container cleanup 19c544a1e0b490bbefe1addd4f5968f298430d5fc5c9e0ffdb36abb7e2438670 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-07-27T19:57:34.501 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:34 smithi029 bash[245353]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c 2024-07-27T19:57:34.767 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.c.service' 2024-07-27T19:57:34.790 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:34 smithi029 podman[245391]: 2024-07-27 19:57:34.532062033 +0000 UTC m=+0.625428134 container remove 19c544a1e0b490bbefe1addd4f5968f298430d5fc5c9e0ffdb36abb7e2438670 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-c, io.buildah.version=1.36.0, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-07-27T19:57:34.790 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:34 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.c.service: Deactivated successfully. 2024-07-27T19:57:34.790 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:34 smithi029 systemd[1]: Stopped Ceph mon.c for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T19:57:34.790 INFO:journalctl@ceph.mon.c.smithi029.stdout:Jul 27 19:57:34 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.c.service: Consumed 1min 6.839s CPU time. 2024-07-27T19:57:34.804 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:57:34.805 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-07-27T19:57:34.805 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-07-27T19:57:34.805 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.b 2024-07-27T19:57:35.118 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:34 smithi179 systemd[1]: Stopping Ceph mon.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:57:35.412 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b[89778]: 2024-07-27T19:57:35.116+0000 7f8d593b6640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:57:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b[89778]: 2024-07-27T19:57:35.116+0000 7f8d593b6640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-07-27T19:57:35.413 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:35 smithi179 podman[155528]: 2024-07-27 19:57:35.31056413 +0000 UTC m=+0.308583129 container died 059c6b8e5ff8de67765c4dcf2394e9beb6eeb17634062e8d1c784af346f0f705 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, GIT_BRANCH=HEAD) 2024-07-27T19:57:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:35 smithi179 podman[155528]: 2024-07-27 19:57:35.799194874 +0000 UTC m=+0.797213870 container cleanup 059c6b8e5ff8de67765c4dcf2394e9beb6eeb17634062e8d1c784af346f0f705 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T19:57:35.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:35 smithi179 bash[155528]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b 2024-07-27T19:57:36.277 INFO:journalctl@ceph.mon.b.smithi179.stdout:Jul 27 19:57:36 smithi179 podman[155546]: 2024-07-27 19:57:36.026251323 +0000 UTC m=+0.712211127 container remove 059c6b8e5ff8de67765c4dcf2394e9beb6eeb17634062e8d1c784af346f0f705 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mon-b, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b) 2024-07-27T19:57:36.282 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mon.b.service' 2024-07-27T19:57:36.324 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:57:36.324 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-07-27T19:57:36.325 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-07-27T19:57:36.325 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.y 2024-07-27T19:57:36.648 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:36 smithi029 systemd[1]: Stopping Ceph mgr.y for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:57:36.983 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:36 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y[88292]: 2024-07-27T19:57:36.645+0000 7fe4a91b0640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:57:36.983 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:36 smithi029 podman[245507]: 2024-07-27 19:57:36.687521005 +0000 UTC m=+0.161212485 container died cac3be45e5857cd9b606668dad8a066ae3afe12d82f2f3be551d21fb29ab1d5a (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T19:57:37.234 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:37 smithi029 podman[245507]: 2024-07-27 19:57:37.064161758 +0000 UTC m=+0.537853227 container cleanup cac3be45e5857cd9b606668dad8a066ae3afe12d82f2f3be551d21fb29ab1d5a (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T19:57:37.234 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Jul 27 19:57:37 smithi029 bash[245507]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-y 2024-07-27T19:57:37.450 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.y.service' 2024-07-27T19:57:37.487 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:57:37.487 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-07-27T19:57:37.487 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-07-27T19:57:37.487 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.x 2024-07-27T19:57:37.822 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 19:57:37 smithi179 systemd[1]: Stopping Ceph mgr.x for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:57:38.131 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 19:57:37 smithi179 podman[155662]: 2024-07-27 19:57:37.821477993 +0000 UTC m=+0.138167935 container died 79081c529dc9aabe1550e8b36eeb3238ad2f6b43169e78fac324616beee3ab0c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-07-27T19:57:38.412 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 19:57:38 smithi179 podman[155662]: 2024-07-27 19:57:38.196451984 +0000 UTC m=+0.513141916 container cleanup 79081c529dc9aabe1550e8b36eeb3238ad2f6b43169e78fac324616beee3ab0c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2) 2024-07-27T19:57:38.413 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Jul 27 19:57:38 smithi179 bash[155662]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mgr-x 2024-07-27T19:57:38.582 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mgr.x.service' 2024-07-27T19:57:38.618 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:57:38.618 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-07-27T19:57:38.618 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-07-27T19:57:38.618 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.0 2024-07-27T19:57:38.939 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:38 smithi029 systemd[1]: Stopping Ceph osd.0 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:57:39.250 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[105448]: 2024-07-27T19:57:38.937+0000 7f6f8d94e640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:57:39.251 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[105448]: 2024-07-27T19:57:38.937+0000 7f6f8d94e640 -1 osd.0 2981 *** Got signal Terminated *** 2024-07-27T19:57:39.251 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:38 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0[105448]: 2024-07-27T19:57:38.937+0000 7f6f8d94e640 -1 osd.0 2981 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T19:57:44.751 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:44 smithi029 podman[245639]: 2024-07-27 19:57:44.482030865 +0000 UTC m=+5.660753762 container died f8777ac80a2566d2a013018241ffbebef215e3a274e411b4c63b2962a28a8634 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=squid-46c551b, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T19:57:45.118 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:44 smithi029 podman[245639]: 2024-07-27 19:57:44.831940039 +0000 UTC m=+6.010662922 container cleanup f8777ac80a2566d2a013018241ffbebef215e3a274e411b4c63b2962a28a8634 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-07-27T19:57:45.118 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:44 smithi029 bash[245639]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0 2024-07-27T19:57:45.460 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:45 smithi029 podman[245662]: 2024-07-27 19:57:45.117840444 +0000 UTC m=+0.635521605 container remove f8777ac80a2566d2a013018241ffbebef215e3a274e411b4c63b2962a28a8634 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716) 2024-07-27T19:57:45.726 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:45 smithi029 podman[245755]: 2024-07-27 19:57:45.36262395 +0000 UTC m=+0.017647137 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T19:57:45.726 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:45 smithi029 podman[245755]: 2024-07-27 19:57:45.469689489 +0000 UTC m=+0.124712657 container create 7e626201e9fab6679174ca83383e3308edcb27baf37e986cc6ef8109e61fa386 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-deactivate, io.buildah.version=1.36.0, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T19:57:46.001 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:45 smithi029 podman[245755]: 2024-07-27 19:57:45.725656748 +0000 UTC m=+0.380679930 container init 7e626201e9fab6679174ca83383e3308edcb27baf37e986cc6ef8109e61fa386 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T19:57:46.001 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:45 smithi029 podman[245755]: 2024-07-27 19:57:45.730603099 +0000 UTC m=+0.385626270 container start 7e626201e9fab6679174ca83383e3308edcb27baf37e986cc6ef8109e61fa386 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, RELEASE=squid-46c551b, GIT_BRANCH=HEAD) 2024-07-27T19:57:46.001 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:45 smithi029 podman[245755]: 2024-07-27 19:57:45.82603788 +0000 UTC m=+0.481061052 container attach 7e626201e9fab6679174ca83383e3308edcb27baf37e986cc6ef8109e61fa386 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-deactivate, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-07-27T19:57:46.001 INFO:journalctl@ceph.osd.0.smithi029.stdout:Jul 27 19:57:45 smithi029 podman[245755]: 2024-07-27 19:57:45.928719127 +0000 UTC m=+0.583742300 container died 7e626201e9fab6679174ca83383e3308edcb27baf37e986cc6ef8109e61fa386 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-0-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.36.0) 2024-07-27T19:57:46.531 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.0.service' 2024-07-27T19:57:46.573 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:57:46.573 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-07-27T19:57:46.573 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-07-27T19:57:46.573 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.1 2024-07-27T19:57:46.772 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:46 smithi029 systemd[1]: Stopping Ceph osd.1 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:57:47.251 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:46 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1[110210]: 2024-07-27T19:57:46.913+0000 7f8cd06c9640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:57:47.252 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:46 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1[110210]: 2024-07-27T19:57:46.913+0000 7f8cd06c9640 -1 osd.1 2981 *** Got signal Terminated *** 2024-07-27T19:57:47.252 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:46 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1[110210]: 2024-07-27T19:57:46.913+0000 7f8cd06c9640 -1 osd.1 2981 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T19:57:52.749 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:52 smithi029 podman[245883]: 2024-07-27 19:57:52.490376048 +0000 UTC m=+5.680094950 container died cc8b7a514095d42d0c1b7ea35406494f650e97c2f5f0bb96e1d457385a40177c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, org.label-schema.license=GPLv2) 2024-07-27T19:57:53.001 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:52 smithi029 podman[245883]: 2024-07-27 19:57:52.855685714 +0000 UTC m=+6.045404618 container cleanup cc8b7a514095d42d0c1b7ea35406494f650e97c2f5f0bb96e1d457385a40177c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-07-27T19:57:53.001 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:52 smithi029 bash[245883]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1 2024-07-27T19:57:53.453 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:53 smithi029 podman[245906]: 2024-07-27 19:57:53.126845305 +0000 UTC m=+0.633665635 container remove cc8b7a514095d42d0c1b7ea35406494f650e97c2f5f0bb96e1d457385a40177c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b) 2024-07-27T19:57:53.705 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:53 smithi029 podman[246001]: 2024-07-27 19:57:53.355057133 +0000 UTC m=+0.017590463 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T19:57:53.705 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:53 smithi029 podman[246001]: 2024-07-27 19:57:53.453527632 +0000 UTC m=+0.116060985 container create 35139bdedbb097a0a94d4a54dd0d926acb265475f3c069f6c33ee893e3a8ec54 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True) 2024-07-27T19:57:53.705 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:53 smithi029 podman[246001]: 2024-07-27 19:57:53.699731056 +0000 UTC m=+0.362264386 container init 35139bdedbb097a0a94d4a54dd0d926acb265475f3c069f6c33ee893e3a8ec54 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-07-27T19:57:53.705 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:53 smithi029 podman[246001]: 2024-07-27 19:57:53.704412292 +0000 UTC m=+0.366945607 container start 35139bdedbb097a0a94d4a54dd0d926acb265475f3c069f6c33ee893e3a8ec54 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-deactivate, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-07-27T19:57:54.001 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:53 smithi029 podman[246001]: 2024-07-27 19:57:53.801326924 +0000 UTC m=+0.463860254 container attach 35139bdedbb097a0a94d4a54dd0d926acb265475f3c069f6c33ee893e3a8ec54 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-07-27T19:57:54.001 INFO:journalctl@ceph.osd.1.smithi029.stdout:Jul 27 19:57:53 smithi029 podman[246001]: 2024-07-27 19:57:53.901124315 +0000 UTC m=+0.563657628 container died 35139bdedbb097a0a94d4a54dd0d926acb265475f3c069f6c33ee893e3a8ec54 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, RELEASE=squid-46c551b, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-07-27T19:57:54.501 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.1.service' 2024-07-27T19:57:54.544 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:57:54.545 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-07-27T19:57:54.545 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-07-27T19:57:54.545 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.2 2024-07-27T19:57:54.750 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:57:54 smithi029 systemd[1]: Stopping Ceph osd.2 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:57:55.251 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:57:54 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2[115269]: 2024-07-27T19:57:54.870+0000 7f08643a2640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:57:55.251 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:57:54 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2[115269]: 2024-07-27T19:57:54.870+0000 7f08643a2640 -1 osd.2 2981 *** Got signal Terminated *** 2024-07-27T19:57:55.251 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:57:54 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2[115269]: 2024-07-27T19:57:54.870+0000 7f08643a2640 -1 osd.2 2981 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T19:58:00.699 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:58:00 smithi029 podman[246129]: 2024-07-27 19:58:00.437161325 +0000 UTC m=+5.662817134 container died cd34200f210b780db5c035a20e7dbf9725de57457cccc24f9f09e8005666f85d (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2) 2024-07-27T19:58:01.001 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:58:00 smithi029 podman[246129]: 2024-07-27 19:58:00.789111518 +0000 UTC m=+6.014767327 container cleanup cd34200f210b780db5c035a20e7dbf9725de57457cccc24f9f09e8005666f85d (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, ceph=True, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-07-27T19:58:01.001 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:58:00 smithi029 bash[246129]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2 2024-07-27T19:58:01.419 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:58:01 smithi029 podman[246150]: 2024-07-27 19:58:01.091980781 +0000 UTC m=+0.657025576 container remove cd34200f210b780db5c035a20e7dbf9725de57457cccc24f9f09e8005666f85d (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T19:58:01.716 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:58:01 smithi029 podman[246245]: 2024-07-27 19:58:01.418412436 +0000 UTC m=+0.113270607 container create 545af04f81b6a2ac3e8693829d9fda77af35bb64553d82c6cfccbfdcfcb78e76 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=squid-46c551b, ceph=True, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-07-27T19:58:01.717 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:58:01 smithi029 podman[246245]: 2024-07-27 19:58:01.322722639 +0000 UTC m=+0.017580812 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T19:58:01.717 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:58:01 smithi029 podman[246245]: 2024-07-27 19:58:01.624291664 +0000 UTC m=+0.319149845 container init 545af04f81b6a2ac3e8693829d9fda77af35bb64553d82c6cfccbfdcfcb78e76 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-deactivate, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, ceph=True, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-07-27T19:58:01.717 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:58:01 smithi029 podman[246245]: 2024-07-27 19:58:01.629532563 +0000 UTC m=+0.324390736 container start 545af04f81b6a2ac3e8693829d9fda77af35bb64553d82c6cfccbfdcfcb78e76 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240716, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T19:58:01.717 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:58:01 smithi029 podman[246245]: 2024-07-27 19:58:01.715771392 +0000 UTC m=+0.410629565 container attach 545af04f81b6a2ac3e8693829d9fda77af35bb64553d82c6cfccbfdcfcb78e76 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.36.0, RELEASE=squid-46c551b) 2024-07-27T19:58:02.001 INFO:journalctl@ceph.osd.2.smithi029.stdout:Jul 27 19:58:01 smithi029 podman[246245]: 2024-07-27 19:58:01.833221624 +0000 UTC m=+0.528079806 container died 545af04f81b6a2ac3e8693829d9fda77af35bb64553d82c6cfccbfdcfcb78e76 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, GIT_CLEAN=True, org.label-schema.build-date=20240716) 2024-07-27T19:58:02.468 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.2.service' 2024-07-27T19:58:02.509 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:58:02.509 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-07-27T19:58:02.509 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-07-27T19:58:02.510 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.3 2024-07-27T19:58:02.750 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:02 smithi029 systemd[1]: Stopping Ceph osd.3 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:58:03.251 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[120041]: 2024-07-27T19:58:02.845+0000 7f70dad99640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:58:03.251 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[120041]: 2024-07-27T19:58:02.845+0000 7f70dad99640 -1 osd.3 2981 *** Got signal Terminated *** 2024-07-27T19:58:03.251 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:02 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[120041]: 2024-07-27T19:58:02.845+0000 7f70dad99640 -1 osd.3 2981 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T19:58:06.501 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:06 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[120041]: 2024-07-27T19:58:06.127+0000 7f70d73af640 -1 osd.3 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:41.615676+0000 front 2024-07-27T19:57:41.615513+0000 (oldest deadline 2024-07-27T19:58:05.115659+0000) 2024-07-27T19:58:07.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:06 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:06.844+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:07.500 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:07 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3[120041]: 2024-07-27T19:58:07.117+0000 7f70d73af640 -1 osd.3 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:41.615676+0000 front 2024-07-27T19:57:41.615513+0000 (oldest deadline 2024-07-27T19:58:05.115659+0000) 2024-07-27T19:58:07.822 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:07.418+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:08.116 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:07 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:07.820+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:08.372 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:08.115+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:08.662 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:08.373+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:08.748 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:08 smithi029 podman[246373]: 2024-07-27 19:58:08.422905134 +0000 UTC m=+5.677895358 container died 4034d1c9964977e04f4faebf948535eb73d501554a9ac33fd275a3bbe3f28b9b (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux ) 2024-07-27T19:58:08.748 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:08 smithi029 podman[246373]: 2024-07-27 19:58:08.747826685 +0000 UTC m=+6.002816896 container cleanup 4034d1c9964977e04f4faebf948535eb73d501554a9ac33fd275a3bbe3f28b9b (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T19:58:09.001 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:08 smithi029 bash[246373]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3 2024-07-27T19:58:09.001 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:08 smithi029 podman[246407]: 2024-07-27 19:58:08.941971744 +0000 UTC m=+0.512905481 container remove 4034d1c9964977e04f4faebf948535eb73d501554a9ac33fd275a3bbe3f28b9b (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=squid-46c551b, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T19:58:09.102 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:08 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:08.791+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:09.371 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:09 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:09.116+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:09.371 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:09 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T19:58:09.101+0000 7fdc1be10640 -1 osd.4 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:43.511885+0000 front 2024-07-27T19:57:43.511963+0000 (oldest deadline 2024-07-27T19:58:08.211664+0000) 2024-07-27T19:58:09.662 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:09 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:09.370+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:09.708 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:09 smithi029 podman[246500]: 2024-07-27 19:58:09.285341359 +0000 UTC m=+0.017977204 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T19:58:09.708 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:09 smithi029 podman[246500]: 2024-07-27 19:58:09.385411414 +0000 UTC m=+0.118047304 container create fcca4b7c710bf3ac5cab9826fb6d8473868d82a5efc911d884da4bcc7cacf7d2 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_CLEAN=True, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=) 2024-07-27T19:58:09.708 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:09 smithi029 podman[246500]: 2024-07-27 19:58:09.605536111 +0000 UTC m=+0.338171966 container init fcca4b7c710bf3ac5cab9826fb6d8473868d82a5efc911d884da4bcc7cacf7d2 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, RELEASE=squid-46c551b, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-07-27T19:58:09.708 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:09 smithi029 podman[246500]: 2024-07-27 19:58:09.610880518 +0000 UTC m=+0.343516362 container start fcca4b7c710bf3ac5cab9826fb6d8473868d82a5efc911d884da4bcc7cacf7d2 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T19:58:09.708 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:09 smithi029 podman[246500]: 2024-07-27 19:58:09.707335294 +0000 UTC m=+0.439971153 container attach fcca4b7c710bf3ac5cab9826fb6d8473868d82a5efc911d884da4bcc7cacf7d2 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-deactivate, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-07-27T19:58:10.001 INFO:journalctl@ceph.osd.3.smithi029.stdout:Jul 27 19:58:09 smithi029 podman[246500]: 2024-07-27 19:58:09.806205639 +0000 UTC m=+0.538841484 container died fcca4b7c710bf3ac5cab9826fb6d8473868d82a5efc911d884da4bcc7cacf7d2 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240716, GIT_CLEAN=True, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-07-27T19:58:10.070 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:09 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:09.779+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:10.347 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:10 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:10.126+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:10.347 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:10 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T19:58:10.069+0000 7fdc1be10640 -1 osd.4 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:43.511885+0000 front 2024-07-27T19:57:43.511963+0000 (oldest deadline 2024-07-27T19:58:08.211664+0000) 2024-07-27T19:58:10.397 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.3.service' 2024-07-27T19:58:10.440 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:58:10.440 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-07-27T19:58:10.440 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-07-27T19:58:10.440 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.4 2024-07-27T19:58:10.662 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:10 smithi179 systemd[1]: Stopping Ceph osd.4 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:58:10.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:10 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:10.345+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:11.042 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:10 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:10.782+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:11.043 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:10 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T19:58:10.767+0000 7fdc23802640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:58:11.043 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:10 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T19:58:10.767+0000 7fdc23802640 -1 osd.4 2981 *** Got signal Terminated *** 2024-07-27T19:58:11.043 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:10 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T19:58:10.767+0000 7fdc23802640 -1 osd.4 2981 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T19:58:11.043 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T19:58:11.041+0000 7fdc1be10640 -1 osd.4 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:43.511885+0000 front 2024-07-27T19:57:43.511963+0000 (oldest deadline 2024-07-27T19:58:08.211664+0000) 2024-07-27T19:58:11.313 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:11.131+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:11.662 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:11.312+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:12.075 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:11 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:11.821+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:12.335 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T19:58:12.073+0000 7fdc1be10640 -1 osd.4 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:43.511885+0000 front 2024-07-27T19:57:43.511963+0000 (oldest deadline 2024-07-27T19:58:08.211664+0000) 2024-07-27T19:58:12.336 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:12.177+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:12.662 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:12.333+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:13.162 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T19:58:13.068+0000 7fdc1be10640 -1 osd.4 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:43.511885+0000 front 2024-07-27T19:57:43.511963+0000 (oldest deadline 2024-07-27T19:58:08.211664+0000) 2024-07-27T19:58:13.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:12 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:12.834+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:13.662 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:13.174+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:13.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:13.288+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:14.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:13 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:13.864+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:14.163 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T19:58:14.056+0000 7fdc1be10640 -1 osd.4 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:43.511885+0000 front 2024-07-27T19:57:43.511963+0000 (oldest deadline 2024-07-27T19:58:08.211664+0000) 2024-07-27T19:58:14.662 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:14.275+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:14.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:14.190+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:14.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:14.190+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:50.089733+0000 front 2024-07-27T19:57:50.089821+0000 (oldest deadline 2024-07-27T19:58:13.589682+0000) 2024-07-27T19:58:15.162 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T19:58:15.016+0000 7fdc1be10640 -1 osd.4 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:43.511885+0000 front 2024-07-27T19:57:43.511963+0000 (oldest deadline 2024-07-27T19:58:08.211664+0000) 2024-07-27T19:58:15.163 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4[95880]: 2024-07-27T19:58:15.016+0000 7fdc1be10640 -1 osd.4 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:49.312769+0000 front 2024-07-27T19:57:49.312653+0000 (oldest deadline 2024-07-27T19:58:14.612548+0000) 2024-07-27T19:58:15.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:14 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:14.818+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:15.662 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:15.260+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:15.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:15.184+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:15.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:15.184+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:50.089733+0000 front 2024-07-27T19:57:50.089821+0000 (oldest deadline 2024-07-27T19:58:13.589682+0000) 2024-07-27T19:58:16.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:15 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:15.853+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:16.518 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:16 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:16.273+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:16.518 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:16 smithi179 podman[155811]: 2024-07-27 19:58:16.226311489 +0000 UTC m=+5.580884835 container died 6e62ebd79c14f3c23bffac85bf3e7a24d38df180ed088311d5962949d2884434 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-07-27T19:58:16.519 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:16 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:16.231+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:16.519 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:16 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:16.231+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:50.089733+0000 front 2024-07-27T19:57:50.089821+0000 (oldest deadline 2024-07-27T19:58:13.589682+0000) 2024-07-27T19:58:16.861 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:16 smithi179 podman[155811]: 2024-07-27 19:58:16.625015075 +0000 UTC m=+5.979588421 container cleanup 6e62ebd79c14f3c23bffac85bf3e7a24d38df180ed088311d5962949d2884434 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0) 2024-07-27T19:58:16.861 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:16 smithi179 bash[155811]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4 2024-07-27T19:58:17.162 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:16 smithi179 podman[155833]: 2024-07-27 19:58:16.860235949 +0000 UTC m=+0.632386934 container remove 6e62ebd79c14f3c23bffac85bf3e7a24d38df180ed088311d5962949d2884434 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4, RELEASE=squid-46c551b, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716) 2024-07-27T19:58:17.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:16 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:16.876+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:17.457 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:17 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:17.228+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:17.457 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:17 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:17.228+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:17.457 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:17 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:17.189+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:17.457 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:17 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:17.189+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:50.089733+0000 front 2024-07-27T19:57:50.089821+0000 (oldest deadline 2024-07-27T19:58:13.589682+0000) 2024-07-27T19:58:17.457 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:17 smithi179 podman[155926]: 2024-07-27 19:58:17.202996944 +0000 UTC m=+0.113955023 container create b1a9fb3ef733c0fe0b49ea6012fa905e455df3cdaf890cee499f2b8a0d5d8edd (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-deactivate, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T19:58:17.457 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:17 smithi179 podman[155926]: 2024-07-27 19:58:17.106711918 +0000 UTC m=+0.017669995 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T19:58:17.458 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:17 smithi179 podman[155926]: 2024-07-27 19:58:17.456052339 +0000 UTC m=+0.367010428 container init b1a9fb3ef733c0fe0b49ea6012fa905e455df3cdaf890cee499f2b8a0d5d8edd (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-07-27T19:58:17.862 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:17 smithi179 podman[155926]: 2024-07-27 19:58:17.460947723 +0000 UTC m=+0.371905808 container start b1a9fb3ef733c0fe0b49ea6012fa905e455df3cdaf890cee499f2b8a0d5d8edd (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-deactivate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, RELEASE=squid-46c551b, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-07-27T19:58:17.862 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:17 smithi179 podman[155926]: 2024-07-27 19:58:17.572857157 +0000 UTC m=+0.483815236 container attach b1a9fb3ef733c0fe0b49ea6012fa905e455df3cdaf890cee499f2b8a0d5d8edd (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-07-27T19:58:17.862 INFO:journalctl@ceph.osd.4.smithi179.stdout:Jul 27 19:58:17 smithi179 podman[155926]: 2024-07-27 19:58:17.651742903 +0000 UTC m=+0.562700992 container died b1a9fb3ef733c0fe0b49ea6012fa905e455df3cdaf890cee499f2b8a0d5d8edd (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-4-deactivate, RELEASE=squid-46c551b, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-07-27T19:58:18.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:17 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:17.919+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:18.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:17 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:17.919+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:18.312 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.4.service' 2024-07-27T19:58:18.350 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:58:18.350 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-07-27T19:58:18.351 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-07-27T19:58:18.351 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.5 2024-07-27T19:58:18.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:18 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:18.215+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:18.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:18 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:18.215+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:18.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:18 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:18.192+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:18.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:18 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:18.192+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:50.089733+0000 front 2024-07-27T19:57:50.089821+0000 (oldest deadline 2024-07-27T19:58:13.589682+0000) 2024-07-27T19:58:18.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:18 smithi179 systemd[1]: Stopping Ceph osd.5 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:58:19.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:18 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:18.717+0000 7fc5efb7e640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:58:19.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:18 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:18.717+0000 7fc5efb7e640 -1 osd.5 2981 *** Got signal Terminated *** 2024-07-27T19:58:19.163 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:18 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:18.717+0000 7fc5efb7e640 -1 osd.5 2981 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T19:58:19.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:18 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:18.890+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:19.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:18 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:18.890+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:19.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:19 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:19.256+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:19.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:19 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:19.256+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:19.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:19 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:19.242+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:19.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:19 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:19.242+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:50.089733+0000 front 2024-07-27T19:57:50.089821+0000 (oldest deadline 2024-07-27T19:58:13.589682+0000) 2024-07-27T19:58:20.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:19 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:19.842+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:20.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:19 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:19.842+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:20.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:20 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:20.254+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:20.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:20 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:20.254+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:50.089733+0000 front 2024-07-27T19:57:50.089821+0000 (oldest deadline 2024-07-27T19:58:13.589682+0000) 2024-07-27T19:58:20.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:20 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:20.278+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:20.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:20 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:20.278+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:21.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:20 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:20.809+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:21.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:20 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:20.809+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:21.662 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:21 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:21.282+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:21.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:21 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:21.282+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:50.089733+0000 front 2024-07-27T19:57:50.089821+0000 (oldest deadline 2024-07-27T19:58:13.589682+0000) 2024-07-27T19:58:21.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:21 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:21.290+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:21.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:21 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:21.290+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:22.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:21 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:21.764+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:22.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:21 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:21.764+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:22.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:21 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:21.764+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:22.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:22 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:22.312+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:22.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:22 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:22.312+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:50.089733+0000 front 2024-07-27T19:57:50.089821+0000 (oldest deadline 2024-07-27T19:58:13.589682+0000) 2024-07-27T19:58:22.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:22 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:22.312+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:56.991190+0000 front 2024-07-27T19:57:56.991206+0000 (oldest deadline 2024-07-27T19:58:21.690996+0000) 2024-07-27T19:58:22.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:22 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:22.316+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:22.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:22 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:22.316+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:22.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:22 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:22.316+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:59.316431+0000 front 2024-07-27T19:57:59.316482+0000 (oldest deadline 2024-07-27T19:58:21.616220+0000) 2024-07-27T19:58:23.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:22 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:22.775+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:23.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:22 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:22.775+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:23.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:22 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:22.775+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:23.662 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:23 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:23.282+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.488904+0000 front 2024-07-27T19:57:42.488994+0000 (oldest deadline 2024-07-27T19:58:07.788803+0000) 2024-07-27T19:58:23.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:23 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:23.282+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:50.089733+0000 front 2024-07-27T19:57:50.089821+0000 (oldest deadline 2024-07-27T19:58:13.589682+0000) 2024-07-27T19:58:23.663 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:23 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5[100754]: 2024-07-27T19:58:23.282+0000 7fc5ec194640 -1 osd.5 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:56.991190+0000 front 2024-07-27T19:57:56.991206+0000 (oldest deadline 2024-07-27T19:58:21.690996+0000) 2024-07-27T19:58:23.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:23 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:23.352+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:23.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:23 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:23.352+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:23.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:23 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:23.352+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:59.316431+0000 front 2024-07-27T19:57:59.316482+0000 (oldest deadline 2024-07-27T19:58:21.616220+0000) 2024-07-27T19:58:24.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:23 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:23.802+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:24.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:23 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:23.802+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:24.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:23 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:23.802+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:24.499 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:24 smithi179 podman[156056]: 2024-07-27 19:58:24.233934406 +0000 UTC m=+5.656258698 container died a5371f3565cebef2c42f919f913dae251d3993185014bfc866199e0e11cb4749 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-07-27T19:58:24.499 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:24.389+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:24.499 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:24.389+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:24.499 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:24.389+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:59.316431+0000 front 2024-07-27T19:57:59.316482+0000 (oldest deadline 2024-07-27T19:58:21.616220+0000) 2024-07-27T19:58:24.839 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:24 smithi179 podman[156056]: 2024-07-27 19:58:24.605327279 +0000 UTC m=+6.027651570 container cleanup a5371f3565cebef2c42f919f913dae251d3993185014bfc866199e0e11cb4749 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-07-27T19:58:24.839 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:24 smithi179 bash[156056]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5 2024-07-27T19:58:25.162 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:24 smithi179 podman[156077]: 2024-07-27 19:58:24.840186223 +0000 UTC m=+0.604832100 container remove a5371f3565cebef2c42f919f913dae251d3993185014bfc866199e0e11cb4749 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0) 2024-07-27T19:58:25.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:24.837+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:25.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:24.837+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:25.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:24 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:24.837+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:25.461 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:25 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:25.344+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:25.461 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:25 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:25.344+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:25.461 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:25 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:25.344+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:59.316431+0000 front 2024-07-27T19:57:59.316482+0000 (oldest deadline 2024-07-27T19:58:21.616220+0000) 2024-07-27T19:58:25.462 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:25 smithi179 podman[156171]: 2024-07-27 19:58:25.174614322 +0000 UTC m=+0.112355559 container create 8a00ed7a0a87ab698564eab1e0dab1830dda93230e83b27169ea73845333c441 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-07-27T19:58:25.462 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:25 smithi179 podman[156171]: 2024-07-27 19:58:25.07954033 +0000 UTC m=+0.017281505 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T19:58:25.462 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:25 smithi179 podman[156171]: 2024-07-27 19:58:25.36943538 +0000 UTC m=+0.307176580 container init 8a00ed7a0a87ab698564eab1e0dab1830dda93230e83b27169ea73845333c441 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-deactivate, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-07-27T19:58:25.462 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:25 smithi179 podman[156171]: 2024-07-27 19:58:25.374113932 +0000 UTC m=+0.311855117 container start 8a00ed7a0a87ab698564eab1e0dab1830dda93230e83b27169ea73845333c441 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=squid-46c551b, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, org.label-schema.build-date=20240716) 2024-07-27T19:58:25.462 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:25 smithi179 podman[156171]: 2024-07-27 19:58:25.460649669 +0000 UTC m=+0.398390845 container attach 8a00ed7a0a87ab698564eab1e0dab1830dda93230e83b27169ea73845333c441 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b) 2024-07-27T19:58:25.831 INFO:journalctl@ceph.osd.5.smithi179.stdout:Jul 27 19:58:25 smithi179 podman[156171]: 2024-07-27 19:58:25.560802641 +0000 UTC m=+0.498543823 container died 8a00ed7a0a87ab698564eab1e0dab1830dda93230e83b27169ea73845333c441 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240716, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-07-27T19:58:26.149 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:25 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:25.829+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:26.149 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:25 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:25.829+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:26.150 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:25 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:25.829+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:26.178 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.5.service' 2024-07-27T19:58:26.218 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:58:26.219 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-07-27T19:58:26.219 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-07-27T19:58:26.219 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.6 2024-07-27T19:58:26.412 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:26 smithi179 systemd[1]: Stopping Ceph osd.6 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:58:26.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:26.339+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:26.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:26.339+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:26.413 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:26.339+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:59.316431+0000 front 2024-07-27T19:57:59.316482+0000 (oldest deadline 2024-07-27T19:58:21.616220+0000) 2024-07-27T19:58:26.413 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:26.206Z caller=refresh.go:99 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.29:8765: connect: connection refused" 2024-07-27T19:58:26.413 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:26.207Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nvmeof msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.29:8765: connect: connection refused" 2024-07-27T19:58:26.413 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:26.209Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.29:8765: connect: connection refused" 2024-07-27T19:58:26.413 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:26.209Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.29:8765: connect: connection refused" 2024-07-27T19:58:26.413 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:26.209Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.29:8765: connect: connection refused" 2024-07-27T19:58:26.855 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:26.544+0000 7f8024a34640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:58:26.856 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:26.544+0000 7f8024a34640 -1 osd.6 2981 *** Got signal Terminated *** 2024-07-27T19:58:26.856 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:26.544+0000 7f8024a34640 -1 osd.6 2981 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T19:58:27.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:26.854+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:27.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:26.854+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:27.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:26 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:26.854+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:27.662 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:27 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:27.380+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:27.662 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:27 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:27.380+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:27.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:27 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:27.380+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:59.316431+0000 front 2024-07-27T19:57:59.316482+0000 (oldest deadline 2024-07-27T19:58:21.616220+0000) 2024-07-27T19:58:28.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:27 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:27.827+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:28.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:27 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:27.827+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:28.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:27 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:27.827+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:28.662 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:28.356+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:28.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:28.356+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:28.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:28.356+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:59.316431+0000 front 2024-07-27T19:57:59.316482+0000 (oldest deadline 2024-07-27T19:58:21.616220+0000) 2024-07-27T19:58:29.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:28.872+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:29.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:28.872+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:29.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:28 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:28.872+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:29.662 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:29.388+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:29.662 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:29.388+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:29.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:29.388+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:59.316431+0000 front 2024-07-27T19:57:59.316482+0000 (oldest deadline 2024-07-27T19:58:21.616220+0000) 2024-07-27T19:58:29.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:29.388+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.117016+0000 front 2024-07-27T19:58:05.117127+0000 (oldest deadline 2024-07-27T19:58:29.217048+0000) 2024-07-27T19:58:30.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:29.825+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:30.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:29.825+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:30.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:29.825+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:30.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:29 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:29.825+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.488023+0000 front 2024-07-27T19:58:05.488033+0000 (oldest deadline 2024-07-27T19:58:29.587898+0000) 2024-07-27T19:58:30.811 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:30.433+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:30.811 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:30.433+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:30.811 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:30.433+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:59.316431+0000 front 2024-07-27T19:57:59.316482+0000 (oldest deadline 2024-07-27T19:58:21.616220+0000) 2024-07-27T19:58:30.811 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:30.433+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.117016+0000 front 2024-07-27T19:58:05.117127+0000 (oldest deadline 2024-07-27T19:58:29.217048+0000) 2024-07-27T19:58:31.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:30.809+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:31.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:30.809+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:31.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:30.809+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:31.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:30 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:30.809+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.488023+0000 front 2024-07-27T19:58:05.488033+0000 (oldest deadline 2024-07-27T19:58:29.587898+0000) 2024-07-27T19:58:31.662 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:31.392+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.314476+0000 front 2024-07-27T19:57:42.314324+0000 (oldest deadline 2024-07-27T19:58:07.014346+0000) 2024-07-27T19:58:31.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:31.392+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.715535+0000 front 2024-07-27T19:57:51.715367+0000 (oldest deadline 2024-07-27T19:58:17.015392+0000) 2024-07-27T19:58:31.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:31.392+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:59.316431+0000 front 2024-07-27T19:57:59.316482+0000 (oldest deadline 2024-07-27T19:58:21.616220+0000) 2024-07-27T19:58:31.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6[105636]: 2024-07-27T19:58:31.392+0000 7f801d042640 -1 osd.6 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.117016+0000 front 2024-07-27T19:58:05.117127+0000 (oldest deadline 2024-07-27T19:58:29.217048+0000) 2024-07-27T19:58:32.146 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:31.786+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:32.146 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:31.786+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:32.147 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:31.786+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:32.147 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:31 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:31.786+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.488023+0000 front 2024-07-27T19:58:05.488033+0000 (oldest deadline 2024-07-27T19:58:29.587898+0000) 2024-07-27T19:58:32.412 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:32 smithi179 podman[156301]: 2024-07-27 19:58:32.145296163 +0000 UTC m=+5.698350044 container died 6b7047a2e7168cf27b1b0a023a3ebf975ba1c5c24fced673452aeb83ee29107c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-07-27T19:58:32.778 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:32 smithi179 podman[156301]: 2024-07-27 19:58:32.501573793 +0000 UTC m=+6.054627668 container cleanup 6b7047a2e7168cf27b1b0a023a3ebf975ba1c5c24fced673452aeb83ee29107c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240716, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, ceph=True) 2024-07-27T19:58:32.778 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:32 smithi179 bash[156301]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6 2024-07-27T19:58:33.095 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:32 smithi179 podman[156324]: 2024-07-27 19:58:32.777990527 +0000 UTC m=+0.630013675 container remove 6b7047a2e7168cf27b1b0a023a3ebf975ba1c5c24fced673452aeb83ee29107c (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, RELEASE=squid-46c551b) 2024-07-27T19:58:33.096 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:32 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:32.776+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:33.096 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:32 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:32.776+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:33.096 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:32 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:32.776+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:33.096 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:32 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:32.776+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.488023+0000 front 2024-07-27T19:58:05.488033+0000 (oldest deadline 2024-07-27T19:58:29.587898+0000) 2024-07-27T19:58:33.346 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:33 smithi179 podman[156415]: 2024-07-27 19:58:32.997590756 +0000 UTC m=+0.017230695 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T19:58:33.346 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:33 smithi179 podman[156415]: 2024-07-27 19:58:33.095637972 +0000 UTC m=+0.115277894 container create 8be4472d9f4700cb11ffc2b76dc0bbe4d0a9dc42678894962ced426b33edebdf (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-deactivate, io.buildah.version=1.36.0, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-07-27T19:58:33.346 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:33 smithi179 podman[156415]: 2024-07-27 19:58:33.340045516 +0000 UTC m=+0.359685438 container init 8be4472d9f4700cb11ffc2b76dc0bbe4d0a9dc42678894962ced426b33edebdf (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.36.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T19:58:33.346 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:33 smithi179 podman[156415]: 2024-07-27 19:58:33.345316284 +0000 UTC m=+0.364956207 container start 8be4472d9f4700cb11ffc2b76dc0bbe4d0a9dc42678894962ced426b33edebdf (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-deactivate, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-27T19:58:33.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:33 smithi179 podman[156415]: 2024-07-27 19:58:33.448519147 +0000 UTC m=+0.468159082 container attach 8be4472d9f4700cb11ffc2b76dc0bbe4d0a9dc42678894962ced426b33edebdf (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-deactivate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240716, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, ceph=True, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-07-27T19:58:33.663 INFO:journalctl@ceph.osd.6.smithi179.stdout:Jul 27 19:58:33 smithi179 podman[156415]: 2024-07-27 19:58:33.530919925 +0000 UTC m=+0.550559862 container died 8be4472d9f4700cb11ffc2b76dc0bbe4d0a9dc42678894962ced426b33edebdf (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-6-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, org.label-schema.vendor=CentOS, RELEASE=squid-46c551b, io.buildah.version=1.36.0, ceph=True, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T19:58:34.103 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:33.823+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:34.103 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:33.823+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:34.103 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:33.823+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:34.104 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:33 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:33.823+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.488023+0000 front 2024-07-27T19:58:05.488033+0000 (oldest deadline 2024-07-27T19:58:29.587898+0000) 2024-07-27T19:58:34.132 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.6.service' 2024-07-27T19:58:34.171 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:58:34.172 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-07-27T19:58:34.172 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-07-27T19:58:34.172 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.7 2024-07-27T19:58:34.412 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:34 smithi179 systemd[1]: Stopping Ceph osd.7 for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:58:34.802 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:34 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:34.532+0000 7f8ce28b3640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:58:34.802 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:34 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:34.532+0000 7f8ce28b3640 -1 osd.7 2981 *** Got signal Terminated *** 2024-07-27T19:58:34.803 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:34 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:34.532+0000 7f8ce28b3640 -1 osd.7 2981 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-27T19:58:34.803 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:34 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:34.800+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:34.803 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:34 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:34.800+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:34.803 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:34 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:34.800+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:34.803 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:34 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:34.800+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.488023+0000 front 2024-07-27T19:58:05.488033+0000 (oldest deadline 2024-07-27T19:58:29.587898+0000) 2024-07-27T19:58:36.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:35.831+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:36.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:35.831+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:36.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:35.831+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:36.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:35 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:35.831+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.488023+0000 front 2024-07-27T19:58:05.488033+0000 (oldest deadline 2024-07-27T19:58:29.587898+0000) 2024-07-27T19:58:37.064 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:36.802+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:37.064 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:36.802+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:37.064 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:36.802+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:37.064 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:36 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:36.802+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.488023+0000 front 2024-07-27T19:58:05.488033+0000 (oldest deadline 2024-07-27T19:58:29.587898+0000) 2024-07-27T19:58:38.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:37 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:37.822+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:38.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:37 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:37.822+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:38.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:37 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:37.822+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:38.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:37 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:37.822+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.488023+0000 front 2024-07-27T19:58:05.488033+0000 (oldest deadline 2024-07-27T19:58:29.587898+0000) 2024-07-27T19:58:38.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:37 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:37.822+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.179:6804 osd.4 since back 2024-07-27T19:58:14.789281+0000 front 2024-07-27T19:58:14.789333+0000 (oldest deadline 2024-07-27T19:58:37.089219+0000) 2024-07-27T19:58:39.162 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:38 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:38.816+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-07-27T19:57:42.384070+0000 front 2024-07-27T19:57:42.384194+0000 (oldest deadline 2024-07-27T19:58:06.484112+0000) 2024-07-27T19:58:39.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:38 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:38.816+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-07-27T19:57:51.085435+0000 front 2024-07-27T19:57:51.085414+0000 (oldest deadline 2024-07-27T19:58:16.985300+0000) 2024-07-27T19:58:39.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:38 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:38.816+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2024-07-27T19:57:58.086319+0000 front 2024-07-27T19:57:58.086330+0000 (oldest deadline 2024-07-27T19:58:20.986123+0000) 2024-07-27T19:58:39.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:38 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:38.816+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2024-07-27T19:58:05.488023+0000 front 2024-07-27T19:58:05.488033+0000 (oldest deadline 2024-07-27T19:58:29.587898+0000) 2024-07-27T19:58:39.163 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:38 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7[110377]: 2024-07-27T19:58:38.816+0000 7f8cdeec9640 -1 osd.7 2981 heartbeat_check: no reply from 172.21.15.179:6804 osd.4 since back 2024-07-27T19:58:14.789281+0000 front 2024-07-27T19:58:14.789333+0000 (oldest deadline 2024-07-27T19:58:37.089219+0000) 2024-07-27T19:58:40.266 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:40 smithi179 podman[156542]: 2024-07-27 19:58:40.007886001 +0000 UTC m=+5.613269336 container died e71a33cb7699ba95b5796d3c53b2e92365d2eda60d0963260a0990ce49546d32 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7, org.label-schema.build-date=20240716, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True) 2024-07-27T19:58:40.532 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:40 smithi179 podman[156542]: 2024-07-27 19:58:40.330477961 +0000 UTC m=+5.935861304 container cleanup e71a33cb7699ba95b5796d3c53b2e92365d2eda60d0963260a0990ce49546d32 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7, io.buildah.version=1.36.0, RELEASE=squid-46c551b, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux ) 2024-07-27T19:58:40.533 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:40 smithi179 bash[156542]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7 2024-07-27T19:58:40.912 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:40 smithi179 podman[156574]: 2024-07-27 19:58:40.531781932 +0000 UTC m=+0.517644020 container remove e71a33cb7699ba95b5796d3c53b2e92365d2eda60d0963260a0990ce49546d32 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.36.0) 2024-07-27T19:58:41.245 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:40 smithi179 podman[156668]: 2024-07-27 19:58:40.842036886 +0000 UTC m=+0.017107810 image pull d1f7abeb237d6d7c101b846fd908aa0295d7de067515d22c824a8f3408736d6a quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c 2024-07-27T19:58:41.245 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:40 smithi179 podman[156668]: 2024-07-27 19:58:40.949713409 +0000 UTC m=+0.124784359 container create d783ee67426cd39fdcb529faf4b30d2cdf28503a06204ef5224ae4fa53f27d34 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-deactivate, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0) 2024-07-27T19:58:41.245 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:41 smithi179 podman[156668]: 2024-07-27 19:58:41.153244406 +0000 UTC m=+0.328315330 container init d783ee67426cd39fdcb529faf4b30d2cdf28503a06204ef5224ae4fa53f27d34 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240716, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-07-27T19:58:41.245 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:41 smithi179 podman[156668]: 2024-07-27 19:58:41.158356746 +0000 UTC m=+0.333427654 container start d783ee67426cd39fdcb529faf4b30d2cdf28503a06204ef5224ae4fa53f27d34 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-deactivate, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716, RELEASE=squid-46c551b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0) 2024-07-27T19:58:41.245 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:41 smithi179 podman[156668]: 2024-07-27 19:58:41.24378244 +0000 UTC m=+0.418853361 container attach d783ee67426cd39fdcb529faf4b30d2cdf28503a06204ef5224ae4fa53f27d34 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-deactivate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=squid-46c551b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, org.label-schema.build-date=20240716) 2024-07-27T19:58:41.639 INFO:journalctl@ceph.osd.7.smithi179.stdout:Jul 27 19:58:41 smithi179 podman[156668]: 2024-07-27 19:58:41.343437367 +0000 UTC m=+0.518508279 container died d783ee67426cd39fdcb529faf4b30d2cdf28503a06204ef5224ae4fa53f27d34 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-osd-7-deactivate, org.label-schema.build-date=20240716, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0) 2024-07-27T19:58:41.908 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@osd.7.service' 2024-07-27T19:58:41.947 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:58:41.947 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-07-27T19:58:41.947 INFO:tasks.cephadm.mds.a:Stopping mds.a... 2024-07-27T19:58:41.947 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mds.a 2024-07-27T19:58:42.251 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 19:58:41 smithi029 systemd[1]: Stopping Ceph mds.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:58:42.530 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 19:58:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a[125166]: 2024-07-27T19:58:42.267+0000 7f0462111640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mds -n mds.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:58:42.530 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 19:58:42 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a[125166]: 2024-07-27T19:58:42.267+0000 7f0462111640 -1 mds.a *** got signal Terminated *** 2024-07-27T19:58:46.469 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 19:58:46 smithi029 podman[246628]: 2024-07-27 19:58:46.198339379 +0000 UTC m=+4.045207336 container died e0daa033f60351aa80b3fdfd5e10e106a76168b09b9a5913f0db8c3ba389af45 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240716, io.buildah.version=1.36.0) 2024-07-27T19:58:46.721 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 19:58:46 smithi029 podman[246628]: 2024-07-27 19:58:46.543087479 +0000 UTC m=+4.389955426 container cleanup e0daa033f60351aa80b3fdfd5e10e106a76168b09b9a5913f0db8c3ba389af45 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-46c551b, org.label-schema.build-date=20240716, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T19:58:46.721 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 19:58:46 smithi029 bash[246628]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a 2024-07-27T19:58:46.978 INFO:journalctl@ceph.mds.a.smithi029.stdout:Jul 27 19:58:46 smithi029 podman[246657]: 2024-07-27 19:58:46.720229976 +0000 UTC m=+0.522862641 container remove e0daa033f60351aa80b3fdfd5e10e106a76168b09b9a5913f0db8c3ba389af45 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-46c551b, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-27T19:58:46.983 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mds.a.service' 2024-07-27T19:58:47.020 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:58:47.021 INFO:tasks.cephadm.mds.a:Stopped mds.a 2024-07-27T19:58:47.021 INFO:tasks.cephadm.mds.b:Stopping mds.b... 2024-07-27T19:58:47.021 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mds.b 2024-07-27T19:58:47.328 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 19:58:47 smithi179 systemd[1]: Stopping Ceph mds.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:58:47.662 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 19:58:47 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b[115178]: 2024-07-27T19:58:47.326+0000 7fe7bad2b640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mds -n mds.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-27T19:58:47.662 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 19:58:47 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b[115178]: 2024-07-27T19:58:47.326+0000 7fe7bad2b640 -1 mds.b *** got signal Terminated *** 2024-07-27T19:58:51.620 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 19:58:51 smithi179 podman[156796]: 2024-07-27 19:58:51.342039433 +0000 UTC m=+4.122574284 container died b56ce47e4372868cda17c5725034398225b8607e42a7b8d1ad4dc7e22656bc67 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=squid-46c551b, org.label-schema.build-date=20240716) 2024-07-27T19:58:51.912 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 19:58:51 smithi179 podman[156796]: 2024-07-27 19:58:51.760513543 +0000 UTC m=+4.541048422 container cleanup b56ce47e4372868cda17c5725034398225b8607e42a7b8d1ad4dc7e22656bc67 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=squid-46c551b, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240716, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-27T19:58:51.912 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 19:58:51 smithi179 bash[156796]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b 2024-07-27T19:58:52.191 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mds.b.service' 2024-07-27T19:58:52.212 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 19:58:51 smithi179 podman[156816]: 2024-07-27 19:58:51.961715211 +0000 UTC m=+0.618178119 container remove b56ce47e4372868cda17c5725034398225b8607e42a7b8d1ad4dc7e22656bc67 (image=quay.ceph.io/ceph-ci/ceph@sha256:211c8ac8a279896d4fd844d1cf10ac549611df47ff839270b6613c4aa8098e1c, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-mds-b, RELEASE=squid-46c551b, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240716, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-07-27T19:58:52.213 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 19:58:52 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mds.b.service: Deactivated successfully. 2024-07-27T19:58:52.213 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 19:58:52 smithi179 systemd[1]: Stopped Ceph mds.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T19:58:52.213 INFO:journalctl@ceph.mds.b.smithi179.stdout:Jul 27 19:58:52 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@mds.b.service: Consumed 2.003s CPU time. 2024-07-27T19:58:52.225 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:58:52.226 INFO:tasks.cephadm.mds.b:Stopped mds.b 2024-07-27T19:58:52.226 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-07-27T19:58:52.226 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@prometheus.a 2024-07-27T19:58:52.551 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 systemd[1]: Stopping Ceph prometheus.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:58:52.850 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:52.550Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-07-27T19:58:52.850 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:52.550Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-07-27T19:58:52.850 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:52.550Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-07-27T19:58:52.850 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:52.550Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-07-27T19:58:52.850 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:52.550Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-07-27T19:58:52.850 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:52.550Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-07-27T19:58:52.850 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:52.550Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-07-27T19:58:52.850 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:52.550Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-07-27T19:58:52.850 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:52.550Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-07-27T19:58:52.850 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:52.554Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-07-27T19:58:52.850 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:52.554Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-07-27T19:58:52.851 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a[123370]: ts=2024-07-27T19:58:52.554Z caller=main.go:1147 level=info msg="See you next time!" 2024-07-27T19:58:52.851 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 podman[156927]: 2024-07-27 19:58:52.561336478 +0000 UTC m=+0.118576465 container died c400d246d34e86634c26edae676d6da50aff7162b9e99698f8743e807df474bc (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T19:58:53.162 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 podman[156927]: 2024-07-27 19:58:52.956704198 +0000 UTC m=+0.513944174 container cleanup c400d246d34e86634c26edae676d6da50aff7162b9e99698f8743e807df474bc (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-07-27T19:58:53.162 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Jul 27 19:58:52 smithi179 bash[156927]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-prometheus-a 2024-07-27T19:58:53.329 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@prometheus.a.service' 2024-07-27T19:58:53.362 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-27T19:58:53.362 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-07-27T19:58:53.362 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 --force --keep-logs 2024-07-27T19:58:53.526 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T19:58:55.247 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 19:58:55 smithi029 systemd[1]: Stopping Ceph alertmanager.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:58:55.501 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 19:58:55 smithi029 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a[133773]: ts=2024-07-27T19:58:55.245Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-07-27T19:58:55.501 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 19:58:55 smithi029 podman[247092]: 2024-07-27 19:58:55.287191898 +0000 UTC m=+0.138570603 container died 9a609be21b7b15d4f187e7ea391b87fde00c69e045d4ca43b6b7a470cf9164e1 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T19:58:55.925 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 19:58:55 smithi029 podman[247092]: 2024-07-27 19:58:55.654725759 +0000 UTC m=+0.506104464 container cleanup 9a609be21b7b15d4f187e7ea391b87fde00c69e045d4ca43b6b7a470cf9164e1 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T19:58:55.926 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 19:58:55 smithi029 bash[247092]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a 2024-07-27T19:58:56.251 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 19:58:55 smithi029 podman[247109]: 2024-07-27 19:58:55.925069354 +0000 UTC m=+0.628731466 container remove 9a609be21b7b15d4f187e7ea391b87fde00c69e045d4ca43b6b7a470cf9164e1 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-07-27T19:58:56.251 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 19:58:56 smithi029 podman[247109]: 2024-07-27 19:58:56.000965305 +0000 UTC m=+0.704627429 volume remove bdb6547a1160d77aed3129cb4014c5b0721a40d0f7ab35119e98210f3c997838 2024-07-27T19:58:56.251 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 19:58:56 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-07-27T19:58:56.251 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 19:58:56 smithi029 systemd[1]: Stopped Ceph alertmanager.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T19:58:56.251 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Jul 27 19:58:56 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@alertmanager.a.service: Consumed 4.654s CPU time. 2024-07-27T19:58:56.584 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 19:58:56 smithi029 systemd[1]: Stopping Ceph node-exporter.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:58:56.881 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 19:58:56 smithi029 podman[247222]: 2024-07-27 19:58:56.583818117 +0000 UTC m=+0.113444131 container died 552fd7ef5507cb3d5dce38840c1efed739b030b97f14a42c92ce48dec4c50649 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-07-27T19:58:56.881 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 19:58:56 smithi029 podman[247222]: 2024-07-27 19:58:56.880578886 +0000 UTC m=+0.410204889 container cleanup 552fd7ef5507cb3d5dce38840c1efed739b030b97f14a42c92ce48dec4c50649 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-07-27T19:58:57.209 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 19:58:56 smithi029 bash[247222]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a 2024-07-27T19:58:57.209 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 19:58:57 smithi029 podman[247239]: 2024-07-27 19:58:57.101039786 +0000 UTC m=+0.520947122 container remove 552fd7ef5507cb3d5dce38840c1efed739b030b97f14a42c92ce48dec4c50649 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-07-27T19:58:57.209 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 19:58:57 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-07-27T19:58:57.500 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 19:58:57 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-07-27T19:58:57.501 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 19:58:57 smithi029 systemd[1]: Stopped Ceph node-exporter.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T19:58:57.501 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Jul 27 19:58:57 smithi029 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.a.service: Consumed 10.479s CPU time. 2024-07-27T19:58:57.862 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 --force --keep-logs 2024-07-27T19:58:58.019 INFO:teuthology.orchestra.run.smithi179.stdout:Deleting cluster with fsid: 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T19:58:59.662 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:58:59 smithi179 systemd[1]: Stopping Ceph grafana.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:58:59.980 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:58:59 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=server t=2024-07-27T19:58:59.689125481Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-07-27T19:58:59.980 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:58:59 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=ticker t=2024-07-27T19:58:59.689482501Z level=info msg=stopped last_tick=2024-07-27T19:58:50Z 2024-07-27T19:58:59.980 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:58:59 smithi179 ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a[127362]: logger=tracing t=2024-07-27T19:58:59.689504852Z level=info msg="Closing tracing" 2024-07-27T19:58:59.980 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:58:59 smithi179 podman[157380]: 2024-07-27 19:58:59.69948752 +0000 UTC m=+0.105857245 container died 7db9d535ab09be24a232637051e247e0d28f5da961705e6ade1908413d19f8ab (image=quay.io/ceph/grafana:9.4.12, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-07-27T19:59:00.322 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:59:00 smithi179 podman[157380]: 2024-07-27 19:59:00.061754657 +0000 UTC m=+0.468124379 container cleanup 7db9d535ab09be24a232637051e247e0d28f5da961705e6ade1908413d19f8ab (image=quay.io/ceph/grafana:9.4.12, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-07-27T19:59:00.322 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:59:00 smithi179 bash[157380]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a 2024-07-27T19:59:00.642 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:59:00 smithi179 podman[157397]: 2024-07-27 19:59:00.321548574 +0000 UTC m=+0.623568127 container remove 7db9d535ab09be24a232637051e247e0d28f5da961705e6ade1908413d19f8ab (image=quay.io/ceph/grafana:9.4.12, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-07-27T19:59:00.642 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:59:00 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@grafana.a.service: Deactivated successfully. 2024-07-27T19:59:00.642 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:59:00 smithi179 systemd[1]: Stopped Ceph grafana.a for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T19:59:00.643 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Jul 27 19:59:00 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@grafana.a.service: Consumed 50.225s CPU time. 2024-07-27T19:59:00.912 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 19:59:00 smithi179 systemd[1]: Stopping Ceph node-exporter.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968... 2024-07-27T19:59:01.225 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 19:59:00 smithi179 podman[157511]: 2024-07-27 19:59:00.919872637 +0000 UTC m=+0.137252678 container died 9dc2057dcc251ee4d14f7ebbc5c8252d4a4195ce5952e5d70e14c4c87718868c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-07-27T19:59:01.225 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 19:59:01 smithi179 podman[157511]: 2024-07-27 19:59:01.225074565 +0000 UTC m=+0.442454650 container cleanup 9dc2057dcc251ee4d14f7ebbc5c8252d4a4195ce5952e5d70e14c4c87718868c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-07-27T19:59:01.547 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 19:59:01 smithi179 bash[157511]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b 2024-07-27T19:59:01.548 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 19:59:01 smithi179 podman[157528]: 2024-07-27 19:59:01.442874083 +0000 UTC m=+0.523171355 container remove 9dc2057dcc251ee4d14f7ebbc5c8252d4a4195ce5952e5d70e14c4c87718868c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-07-27T19:59:01.548 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 19:59:01 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-07-27T19:59:01.912 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 19:59:01 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-07-27T19:59:01.912 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 19:59:01 smithi179 systemd[1]: Stopped Ceph node-exporter.b for 70f4cc2a-4c43-11ef-bcc7-c7b262605968. 2024-07-27T19:59:01.912 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Jul 27 19:59:01 smithi179 systemd[1]: ceph-70f4cc2a-4c43-11ef-bcc7-c7b262605968@node-exporter.b.service: Consumed 9.200s CPU time. 2024-07-27T19:59:02.164 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-27T19:59:02.198 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-27T19:59:02.225 INFO:tasks.cephadm:Archiving crash dumps... 2024-07-27T19:59:02.227 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-07-25_21:00:18-rados-squid-distro-default-smithi/7818253/remote/smithi029/crash 2024-07-27T19:59:02.228 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/crash -- . 2024-07-27T19:59:02.290 INFO:teuthology.orchestra.run.smithi029.stderr:tar: /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/crash: Cannot open: No such file or directory 2024-07-27T19:59:02.290 INFO:teuthology.orchestra.run.smithi029.stderr:tar: Error is not recoverable: exiting now 2024-07-27T19:59:02.292 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-07-25_21:00:18-rados-squid-distro-default-smithi/7818253/remote/smithi179/crash 2024-07-27T19:59:02.293 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/crash -- . 2024-07-27T19:59:02.335 INFO:teuthology.orchestra.run.smithi179.stderr:tar: /var/lib/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/crash: Cannot open: No such file or directory 2024-07-27T19:59:02.335 INFO:teuthology.orchestra.run.smithi179.stderr:tar: Error is not recoverable: exiting now 2024-07-27T19:59:02.336 INFO:tasks.cephadm:Checking cluster log for badness... 2024-07-27T19:59:02.336 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v MON_DOWN | egrep -v 'out of quorum' | head -n 1 2024-07-27T19:59:02.369 INFO:teuthology.orchestra.run.smithi029.stdout:2024-07-27T18:16:48.341263+0000 mon.a (mon.0) 666 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:59:02.372 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-07-27T19:59:02.372 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[SEC\]' /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v MON_DOWN | egrep -v 'out of quorum' | head -n 1 2024-07-27T19:59:02.447 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]' /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v MON_DOWN | egrep -v 'out of quorum' | head -n 1 2024-07-27T19:59:02.519 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[WRN\]' /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v MON_DOWN | egrep -v 'out of quorum' | head -n 1 2024-07-27T19:59:02.590 INFO:teuthology.orchestra.run.smithi029.stdout:2024-07-27T18:16:48.341263+0000 mon.a (mon.0) 666 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-07-27T19:59:02.592 INFO:tasks.cephadm:Compressing logs... 2024-07-27T19:59:02.592 DEBUG:teuthology.orchestra.run.smithi029:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-07-27T19:59:02.635 DEBUG:teuthology.orchestra.run.smithi179:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-07-27T19:59:02.659 INFO:teuthology.orchestra.run.smithi179.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory 2024-07-27T19:59:02.660 INFO:teuthology.orchestra.run.smithi179.stderr: /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.log 2024-07-27T19:59:02.660 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.audit.log 2024-07-27T19:59:02.660 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.7.log 2024-07-27T19:59:02.660 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mds.b.log 2024-07-27T19:59:02.660 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.5.log 2024-07-27T19:59:02.666 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mds.b.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.4.log 2024-07-27T19:59:02.666 INFO:teuthology.orchestra.run.smithi179.stderr: 85.5% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mds.b.log.gz 2024-07-27T19:59:02.666 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mgr.x.log 2024-07-27T19:59:02.666 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.6.log 2024-07-27T19:59:02.666 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.cephadm.log 2024-07-27T19:59:02.666 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-volume.log 2024-07-27T19:59:02.666 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.cephadm.log: 84.9% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.cephadm.log.gz 2024-07-27T19:59:02.666 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mon.b.log 2024-07-27T19:59:02.667 INFO:teuthology.orchestra.run.smithi029.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.log 2024-07-27T19:59:02.667 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-07-27T19:59:02.667 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.2.log 2024-07-27T19:59:02.667 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.audit.log 2024-07-27T19:59:02.667 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.3.log 2024-07-27T19:59:02.667 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.1.log 2024-07-27T19:59:02.667 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mgr.y.log 2024-07-27T19:59:02.667 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.3.log: /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.0.log 2024-07-27T19:59:02.667 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mon.c.log 2024-07-27T19:59:02.667 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mon.a.log 2024-07-27T19:59:02.669 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-volume.log: 91.5% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.audit.log.gz 2024-07-27T19:59:02.675 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.cephadm.log 2024-07-27T19:59:02.676 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mon.a.log: 94.8% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.audit.log.gz 2024-07-27T19:59:02.677 INFO:teuthology.orchestra.run.smithi179.stderr: 86.9% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.log.gz 2024-07-27T19:59:02.678 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mds.a.log 2024-07-27T19:59:02.678 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.cephadm.log: 91.5% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.cephadm.log.gz 2024-07-27T19:59:02.679 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-volume.log 2024-07-27T19:59:02.680 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-27T19:59:02.685 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mds.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-27T19:59:02.690 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-volume.log: 92.8% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph.log.gz 2024-07-27T19:59:02.692 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 91.1% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-volume.log.gz 2024-07-27T19:59:02.697 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/cephadm.log: 92.4% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mds.a.log.gz 2024-07-27T19:59:02.700 INFO:teuthology.orchestra.run.smithi179.stderr: 89.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-27T19:59:02.701 INFO:teuthology.orchestra.run.smithi029.stderr: 91.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-27T19:59:02.715 INFO:teuthology.orchestra.run.smithi029.stderr: 91.1% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-volume.log.gz 2024-07-27T19:59:02.724 INFO:teuthology.orchestra.run.smithi179.stderr: 90.8% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mgr.x.log.gz 2024-07-27T19:59:03.479 INFO:teuthology.orchestra.run.smithi029.stderr: 90.2% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mgr.y.log.gz 2024-07-27T19:59:04.249 INFO:teuthology.orchestra.run.smithi179.stderr: 92.2% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mon.b.log.gz 2024-07-27T19:59:06.176 INFO:teuthology.orchestra.run.smithi029.stderr: 91.8% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mon.c.log.gz 2024-07-27T19:59:07.368 INFO:teuthology.orchestra.run.smithi029.stderr: 90.6% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-mon.a.log.gz 2024-07-27T19:59:24.250 INFO:teuthology.orchestra.run.smithi179.stderr: 94.3% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.4.log.gz 2024-07-27T19:59:25.029 INFO:teuthology.orchestra.run.smithi179.stderr: 94.7% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.6.log.gz 2024-07-27T19:59:25.389 INFO:teuthology.orchestra.run.smithi179.stderr: 94.3% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.5.log.gz 2024-07-27T19:59:29.336 INFO:teuthology.orchestra.run.smithi029.stderr: 94.4% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.3.log.gz 2024-07-27T19:59:29.632 INFO:teuthology.orchestra.run.smithi029.stderr: 94.4% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.0.log.gz 2024-07-27T19:59:30.936 INFO:teuthology.orchestra.run.smithi029.stderr: 94.4% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.1.log.gz 2024-07-27T19:59:31.534 INFO:teuthology.orchestra.run.smithi179.stderr: 94.8% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.7.log.gz 2024-07-27T19:59:31.536 INFO:teuthology.orchestra.run.smithi179.stderr: 2024-07-27T19:59:31.536 INFO:teuthology.orchestra.run.smithi179.stderr:real 0m28.887s 2024-07-27T19:59:31.536 INFO:teuthology.orchestra.run.smithi179.stderr:user 1m33.510s 2024-07-27T19:59:31.536 INFO:teuthology.orchestra.run.smithi179.stderr:sys 0m3.525s 2024-07-27T19:59:33.752 INFO:teuthology.orchestra.run.smithi029.stderr: 94.1% -- replaced with /var/log/ceph/70f4cc2a-4c43-11ef-bcc7-c7b262605968/ceph-osd.2.log.gz 2024-07-27T19:59:33.754 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-07-27T19:59:33.754 INFO:teuthology.orchestra.run.smithi029.stderr:real 0m31.105s 2024-07-27T19:59:33.754 INFO:teuthology.orchestra.run.smithi029.stderr:user 1m58.067s 2024-07-27T19:59:33.754 INFO:teuthology.orchestra.run.smithi029.stderr:sys 0m3.829s 2024-07-27T19:59:33.754 INFO:tasks.cephadm:Archiving logs... 2024-07-27T19:59:33.755 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-07-25_21:00:18-rados-squid-distro-default-smithi/7818253/remote/smithi029/log 2024-07-27T19:59:33.756 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-27T19:59:49.397 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-07-25_21:00:18-rados-squid-distro-default-smithi/7818253/remote/smithi179/log 2024-07-27T19:59:49.398 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-27T20:00:02.418 INFO:tasks.cephadm:Removing cluster... 2024-07-27T20:00:02.419 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 --force 2024-07-27T20:00:02.583 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T20:00:03.028 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 70f4cc2a-4c43-11ef-bcc7-c7b262605968 --force 2024-07-27T20:00:03.184 INFO:teuthology.orchestra.run.smithi179.stdout:Deleting cluster with fsid: 70f4cc2a-4c43-11ef-bcc7-c7b262605968 2024-07-27T20:00:03.567 INFO:tasks.cephadm:Removing cephadm ... 2024-07-27T20:00:03.567 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-27T20:00:03.586 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-27T20:00:03.602 INFO:tasks.cephadm:Teardown complete 2024-07-27T20:00:03.603 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-07-27T20:00:03.615 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-07-27T20:00:03.616 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-27T20:00:03.628 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-27T20:00:03.761 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-07-27T20:00:03.772 INFO:teuthology.task.clock:Checking final clock skew... 2024-07-27T20:00:03.772 DEBUG:teuthology.orchestra.run.smithi029:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-27T20:00:03.775 DEBUG:teuthology.orchestra.run.smithi179:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-27T20:00:03.789 INFO:teuthology.orchestra.run.smithi179.stderr:bash: line 1: ntpq: command not found 2024-07-27T20:00:03.790 INFO:teuthology.orchestra.run.smithi029.stderr:bash: line 1: ntpq: command not found 2024-07-27T20:00:03.794 INFO:teuthology.orchestra.run.smithi179.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-27T20:00:03.794 INFO:teuthology.orchestra.run.smithi179.stdout:=============================================================================== 2024-07-27T20:00:03.794 INFO:teuthology.orchestra.run.smithi179.stdout:^* hv01.front.sepia.ceph.com 3 6 377 32 -257us[ -252us] +/- 55ms 2024-07-27T20:00:03.794 INFO:teuthology.orchestra.run.smithi179.stdout:^+ hv02.front.sepia.ceph.com 3 8 377 156 -470us[ -480us] +/- 50ms 2024-07-27T20:00:03.795 INFO:teuthology.orchestra.run.smithi179.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 28 +937us[ +937us] +/- 80ms 2024-07-27T20:00:03.795 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-07-27T20:00:03.796 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-27T20:00:03.796 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2024-07-27T20:00:03.796 INFO:teuthology.orchestra.run.smithi029.stdout:^* hv01.front.sepia.ceph.com 3 6 377 34 -219us[ -255us] +/- 55ms 2024-07-27T20:00:03.797 INFO:teuthology.orchestra.run.smithi029.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 30 -475us[ -475us] +/- 52ms 2024-07-27T20:00:03.797 INFO:teuthology.orchestra.run.smithi029.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 31 +959us[ +959us] +/- 80ms 2024-07-27T20:00:03.797 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-07-27T20:00:03.797 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-07-27T20:00:03.808 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-07-27T20:00:03.808 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-07-27T20:00:03.820 DEBUG:teuthology.orchestra.run.smithi029:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-07-27T20:00:03.940 DEBUG:teuthology.orchestra.run.smithi179:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-07-27T20:00:04.025 DEBUG:teuthology.orchestra.run.smithi029:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-07-27T20:00:04.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T20:00:04.058 DEBUG:teuthology.orchestra.run.smithi179:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-07-27T20:00:04.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T20:00:04.088 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-07-27T20:00:04.104 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-07-27T20:00:04.202 INFO:teuthology.task.internal:Duration was 6984.621490 seconds 2024-07-27T20:00:04.202 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-07-27T20:00:04.219 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-07-27T20:00:04.219 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-27T20:00:04.222 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-27T20:00:04.260 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-27T20:00:04.261 INFO:teuthology.orchestra.run.smithi179.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-27T20:00:04.794 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-07-27T20:00:04.794 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi029.front.sepia.ceph.com 2024-07-27T20:00:04.795 DEBUG:teuthology.orchestra.run.smithi029:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-07-27T20:00:04.856 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi179.front.sepia.ceph.com 2024-07-27T20:00:04.856 DEBUG:teuthology.orchestra.run.smithi179:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-07-27T20:00:04.885 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-07-27T20:00:04.885 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-27T20:00:04.899 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-27T20:00:04.953 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-07-27T20:00:04.953 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-27T20:00:04.966 DEBUG:teuthology.orchestra.run.smithi179:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-27T20:00:05.659 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-07-27T20:00:05.671 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-07-27T20:00:05.671 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-27T20:00:05.698 DEBUG:teuthology.orchestra.run.smithi179:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-27T20:00:05.725 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-07-27T20:00:05.738 DEBUG:teuthology.orchestra.run.smithi029:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-07-27T20:00:05.741 DEBUG:teuthology.orchestra.run.smithi179:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-07-27T20:00:05.763 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core 2024-07-27T20:00:05.787 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = core 2024-07-27T20:00:05.801 DEBUG:teuthology.orchestra.run.smithi029:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-27T20:00:05.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T20:00:05.836 DEBUG:teuthology.orchestra.run.smithi179:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-27T20:00:05.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T20:00:05.856 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-07-27T20:00:05.869 INFO:teuthology.task.internal:Transferring archived files... 2024-07-27T20:00:05.869 DEBUG:teuthology.misc:Transferring archived files from smithi029:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-07-25_21:00:18-rados-squid-distro-default-smithi/7818253/remote/smithi029 2024-07-27T20:00:05.870 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-27T20:00:05.931 DEBUG:teuthology.misc:Transferring archived files from smithi179:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-07-25_21:00:18-rados-squid-distro-default-smithi/7818253/remote/smithi179 2024-07-27T20:00:05.931 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-27T20:00:05.972 INFO:teuthology.task.internal:Removing archive directory... 2024-07-27T20:00:05.973 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-27T20:00:05.975 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-27T20:00:06.020 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-07-27T20:00:06.043 INFO:teuthology.task.internal:Not uploading archives. 2024-07-27T20:00:06.044 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-07-27T20:00:06.072 INFO:teuthology.task.internal:Tidying up after the test... 2024-07-27T20:00:06.073 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-27T20:00:06.075 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-27T20:00:06.088 INFO:teuthology.orchestra.run.smithi029.stdout: 265316 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 27 20:00 /home/ubuntu/cephtest 2024-07-27T20:00:06.090 INFO:teuthology.orchestra.run.smithi179.stdout: 265306 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 27 20:00 /home/ubuntu/cephtest 2024-07-27T20:00:06.091 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-07-27T20:00:06.118 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-07-27T20:00:06.181 INFO:teuthology.run:Summary data: description: rados/upgrade/parallel/{0-random-distro$/{centos_9.stream_runc} 0-start 1-tasks mon_election/connectivity upgrade-sequence workload/{ec-rados-default rados_api rados_loadgenbig rbd_import_export test_rbd_api test_rbd_python}} duration: 6984.621489524841 failure_reason: '"2024-07-27T18:16:48.341263+0000 mon.a (mon.0) 666 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED)" in cluster log' flavor: default owner: scheduled_teuthology@teuthology success: false 2024-07-27T20:00:06.182 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-27T20:00:06.272 INFO:teuthology.run:FAIL